body {
  font-family: 'Jost', sans-serif;
}
.display-1 {
  font-family: 'Jost', sans-serif;
  font-size: 4.6rem;
  line-height: 1.1;
}
.display-1 > .mbr-iconfont {
  font-size: 5.75rem;
}
.display-2 {
  font-family: 'Jost', sans-serif;
  font-size: 3rem;
  line-height: 1.35;
}
.display-2 > .mbr-iconfont {
  font-size: 3.75rem;
}
.display-4 {
  font-family: 'Jost', sans-serif;
  font-size: 1.1rem;
  line-height: 1.5;
  font-weight: 500;
}
.display-4 > .mbr-iconfont {
  font-size: 1.375rem;
}
.display-5 {
  font-family: 'Jost', sans-serif;
  font-size: 2rem;
  line-height: 1.5;
}
.display-5 > .mbr-iconfont {
  font-size: 2.5rem;
}
.display-7 {
  font-family: 'Jost', sans-serif;
  font-size: 1rem;
  line-height: 1.5;
}
.display-7 > .mbr-iconfont {
  font-size: 1.25rem;
}
/* ---- 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: 992px) {
  .display-1 {
    font-size: 3.68rem;
  }
}
@media (max-width: 768px) {
  .display-1 {
    font-size: 3.22rem;
    font-size: calc( 2.26rem + (4.6 - 2.26) * ((100vw - 20rem) / (48 - 20)));
    line-height: calc( 1.1 * (2.26rem + (4.6 - 2.26) * ((100vw - 20rem) / (48 - 20))));
  }
  .display-2 {
    font-size: 2.4rem;
    font-size: calc( 1.7rem + (3 - 1.7) * ((100vw - 20rem) / (48 - 20)));
    line-height: calc( 1.3 * (1.7rem + (3 - 1.7) * ((100vw - 20rem) / (48 - 20))));
  }
  .display-4 {
    font-size: 0.88rem;
    font-size: calc( 1.0350000000000001rem + (1.1 - 1.0350000000000001) * ((100vw - 20rem) / (48 - 20)));
    line-height: calc( 1.4 * (1.0350000000000001rem + (1.1 - 1.0350000000000001) * ((100vw - 20rem) / (48 - 20))));
  }
  .display-5 {
    font-size: 1.6rem;
    font-size: calc( 1.35rem + (2 - 1.35) * ((100vw - 20rem) / (48 - 20)));
    line-height: calc( 1.4 * (1.35rem + (2 - 1.35) * ((100vw - 20rem) / (48 - 20))));
  }
  .display-7 {
    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))));
  }
}
/* Buttons */
.btn {
  padding: 0.6rem 1.2rem;
  border-radius: 4px;
}
.btn-sm {
  padding: 0.6rem 1.2rem;
  border-radius: 4px;
}
.btn-md {
  padding: 0.6rem 1.2rem;
  border-radius: 4px;
}
.btn-lg {
  padding: 1rem 2.6rem;
  border-radius: 4px;
}
.bg-primary {
  background-color: #fafafa !important;
}
.bg-success {
  background-color: #6ec7f2 !important;
}
.bg-info {
  background-color: #c4c4c8 !important;
}
.bg-warning {
  background-color: #ffe161 !important;
}
.bg-danger {
  background-color: #ff9966 !important;
}
.btn-primary,
.btn-primary:active {
  background-color: #fafafa !important;
  border-color: #fafafa !important;
  color: #262626 !important;
  box-shadow: 0 2px 2px 0 rgba(0, 0, 0, 0.2);
}
.btn-primary:hover,
.btn-primary:focus,
.btn-primary.focus,
.btn-primary.active {
  color: #262626 !important;
  background-color: #fafafa !important;
  border-color: #fafafa !important;
  box-shadow: 0 2px 5px 0 rgba(0, 0, 0, 0.2);
}
.btn-primary.disabled,
.btn-primary:disabled {
  color: #262626 !important;
  background-color: #fafafa !important;
  border-color: #fafafa !important;
}
.btn-secondary,
.btn-secondary:active {
  background-color: #fafafa !important;
  border-color: #fafafa !important;
  color: #262626 !important;
  box-shadow: 0 2px 2px 0 rgba(0, 0, 0, 0.2);
}
.btn-secondary:hover,
.btn-secondary:focus,
.btn-secondary.focus,
.btn-secondary.active {
  color: #262626 !important;
  background-color: #fafafa !important;
  border-color: #fafafa !important;
  box-shadow: 0 2px 5px 0 rgba(0, 0, 0, 0.2);
}
.btn-secondary.disabled,
.btn-secondary:disabled {
  color: #262626 !important;
  background-color: #fafafa !important;
  border-color: #fafafa !important;
}
.btn-info,
.btn-info:active {
  background-color: #c4c4c8 !important;
  border-color: #c4c4c8 !important;
  color: #444449 !important;
  box-shadow: 0 2px 2px 0 rgba(0, 0, 0, 0.2);
}
.btn-info:hover,
.btn-info:focus,
.btn-info.focus,
.btn-info.active {
  color: #262626 !important;
  background-color: #c4c4c8 !important;
  border-color: #c4c4c8 !important;
  box-shadow: 0 2px 5px 0 rgba(0, 0, 0, 0.2);
}
.btn-info.disabled,
.btn-info:disabled {
  color: #444449 !important;
  background-color: #c4c4c8 !important;
  border-color: #c4c4c8 !important;
}
.btn-success,
.btn-success:active {
  background-color: #6ec7f2 !important;
  border-color: #6ec7f2 !important;
  color: #083f59 !important;
  box-shadow: 0 2px 2px 0 rgba(0, 0, 0, 0.2);
}
.btn-success:hover,
.btn-success:focus,
.btn-success.focus,
.btn-success.active {
  color: #262626 !important;
  background-color: #6ec7f2 !important;
  border-color: #6ec7f2 !important;
  box-shadow: 0 2px 5px 0 rgba(0, 0, 0, 0.2);
}
.btn-success.disabled,
.btn-success:disabled {
  color: #083f59 !important;
  background-color: #6ec7f2 !important;
  border-color: #6ec7f2 !important;
}
.btn-warning,
.btn-warning:active {
  background-color: #ffe161 !important;
  border-color: #ffe161 !important;
  color: #262626 !important;
  box-shadow: 0 2px 2px 0 rgba(0, 0, 0, 0.2);
}
.btn-warning:hover,
.btn-warning:focus,
.btn-warning.focus,
.btn-warning.active {
  color: #262626 !important;
  background-color: #ffe161 !important;
  border-color: #ffe161 !important;
  box-shadow: 0 2px 5px 0 rgba(0, 0, 0, 0.2);
}
.btn-warning.disabled,
.btn-warning:disabled {
  color: #262626 !important;
  background-color: #ffe161 !important;
  border-color: #ffe161 !important;
}
.btn-danger,
.btn-danger:active {
  background-color: #ff9966 !important;
  border-color: #ff9966 !important;
  color: #662200 !important;
  box-shadow: 0 2px 2px 0 rgba(0, 0, 0, 0.2);
}
.btn-danger:hover,
.btn-danger:focus,
.btn-danger.focus,
.btn-danger.active {
  color: #262626 !important;
  background-color: #ff9966 !important;
  border-color: #ff9966 !important;
  box-shadow: 0 2px 5px 0 rgba(0, 0, 0, 0.2);
}
.btn-danger.disabled,
.btn-danger:disabled {
  color: #662200 !important;
  background-color: #ff9966 !important;
  border-color: #ff9966 !important;
}
.btn-white,
.btn-white:active {
  background-color: #ffffff !important;
  border-color: #ffffff !important;
  color: #262626 !important;
  box-shadow: 0 2px 2px 0 rgba(0, 0, 0, 0.2);
}
.btn-white:hover,
.btn-white:focus,
.btn-white.focus,
.btn-white.active {
  color: #000000 !important;
  background-color: #ffffff !important;
  border-color: #ffffff !important;
  box-shadow: 0 2px 5px 0 rgba(0, 0, 0, 0.2);
}
.btn-white.disabled,
.btn-white:disabled {
  color: #262626 !important;
  background-color: #ffffff !important;
  border-color: #ffffff !important;
}
.btn-black,
.btn-black:active {
  background-color: #000000 !important;
  border-color: #000000 !important;
  color: #262626 !important;
  box-shadow: 0 2px 2px 0 rgba(0, 0, 0, 0.2);
}
.btn-black:hover,
.btn-black:focus,
.btn-black.focus,
.btn-black.active {
  color: #262626 !important;
  background-color: #000000 !important;
  border-color: #000000 !important;
  box-shadow: 0 2px 5px 0 rgba(0, 0, 0, 0.2);
}
.btn-black.disabled,
.btn-black:disabled {
  color: #262626 !important;
  background-color: #000000 !important;
  border-color: #000000 !important;
}
.btn-primary-outline,
.btn-primary-outline:active {
  background-color: transparent !important;
  border-color: transparent;
  color: #fafafa;
}
.btn-primary-outline:hover,
.btn-primary-outline:focus,
.btn-primary-outline.focus,
.btn-primary-outline.active {
  color: #cfcfcf !important;
  background-color: transparent !important;
  border-color: transparent !important;
  box-shadow: none !important;
}
.btn-primary-outline.disabled,
.btn-primary-outline:disabled {
  color: #7a7a7a !important;
  background-color: #fafafa !important;
  border-color: #fafafa !important;
}
.btn-secondary-outline,
.btn-secondary-outline:active {
  background-color: transparent !important;
  border-color: transparent;
  color: #fafafa;
}
.btn-secondary-outline:hover,
.btn-secondary-outline:focus,
.btn-secondary-outline.focus,
.btn-secondary-outline.active {
  color: #cfcfcf !important;
  background-color: transparent !important;
  border-color: transparent !important;
  box-shadow: none !important;
}
.btn-secondary-outline.disabled,
.btn-secondary-outline:disabled {
  color: #7a7a7a !important;
  background-color: #fafafa !important;
  border-color: #fafafa !important;
}
.btn-info-outline,
.btn-info-outline:active {
  background-color: transparent !important;
  border-color: transparent;
  color: #c4c4c8;
}
.btn-info-outline:hover,
.btn-info-outline:focus,
.btn-info-outline.focus,
.btn-info-outline.active {
  color: #97979e !important;
  background-color: transparent !important;
  border-color: transparent !important;
  box-shadow: none !important;
}
.btn-info-outline.disabled,
.btn-info-outline:disabled {
  color: #ffffff !important;
  background-color: #c4c4c8 !important;
  border-color: #c4c4c8 !important;
}
.btn-success-outline,
.btn-success-outline:active {
  background-color: transparent !important;
  border-color: transparent;
  color: #6ec7f2;
}
.btn-success-outline:hover,
.btn-success-outline:focus,
.btn-success-outline.focus,
.btn-success-outline.active {
  color: #1ea8eb !important;
  background-color: transparent !important;
  border-color: transparent !important;
  box-shadow: none !important;
}
.btn-success-outline.disabled,
.btn-success-outline:disabled {
  color: #ffffff !important;
  background-color: #6ec7f2 !important;
  border-color: #6ec7f2 !important;
}
.btn-warning-outline,
.btn-warning-outline:active {
  background-color: transparent !important;
  border-color: transparent;
  color: #ffe161;
}
.btn-warning-outline:hover,
.btn-warning-outline:focus,
.btn-warning-outline.focus,
.btn-warning-outline.active {
  color: #ffd10a !important;
  background-color: transparent !important;
  border-color: transparent !important;
  box-shadow: none !important;
}
.btn-warning-outline.disabled,
.btn-warning-outline:disabled {
  color: #614f00 !important;
  background-color: #ffe161 !important;
  border-color: #ffe161 !important;
}
.btn-danger-outline,
.btn-danger-outline:active {
  background-color: transparent !important;
  border-color: transparent;
  color: #ff9966;
}
.btn-danger-outline:hover,
.btn-danger-outline:focus,
.btn-danger-outline.focus,
.btn-danger-outline.active {
  color: #ff5f0f !important;
  background-color: transparent !important;
  border-color: transparent !important;
  box-shadow: none !important;
}
.btn-danger-outline.disabled,
.btn-danger-outline:disabled {
  color: #ffffff !important;
  background-color: #ff9966 !important;
  border-color: #ff9966 !important;
}
.btn-black-outline,
.btn-black-outline:active {
  background-color: transparent !important;
  border-color: transparent;
  color: #232323;
}
.btn-black-outline:hover,
.btn-black-outline:focus,
.btn-black-outline.focus,
.btn-black-outline.active {
  color: #000000 !important;
  background-color: transparent !important;
  border-color: transparent !important;
  box-shadow: none !important;
}
.btn-black-outline.disabled,
.btn-black-outline:disabled {
  color: #ffffff !important;
  background-color: #232323 !important;
  border-color: #232323 !important;
}
.btn-white-outline,
.btn-white-outline:active {
  background-color: transparent !important;
  border-color: transparent;
  color: #fafafa;
}
.btn-white-outline:hover,
.btn-white-outline:focus,
.btn-white-outline.focus,
.btn-white-outline.active {
  color: #cfcfcf !important;
  background-color: transparent !important;
  border-color: transparent !important;
  box-shadow: none !important;
}
.btn-white-outline.disabled,
.btn-white-outline:disabled {
  color: #7a7a7a !important;
  background-color: #fafafa !important;
  border-color: #fafafa !important;
}
.text-primary {
  color: #fafafa !important;
}
.text-secondary {
  color: #fafafa !important;
}
.text-success {
  color: #6ec7f2 !important;
}
.text-info {
  color: #c4c4c8 !important;
}
.text-warning {
  color: #ffe161 !important;
}
.text-danger {
  color: #ff9966 !important;
}
.text-white {
  color: #fafafa !important;
}
.text-black {
  color: #262626 !important;
}
a.text-primary:hover,
a.text-primary:focus,
a.text-primary.active {
  color: #fafafa !important;
}
a.text-secondary:hover,
a.text-secondary:focus,
a.text-secondary.active {
  color: #c7c7c7 !important;
}
a.text-success:hover,
a.text-success:focus,
a.text-success.active {
  color: #15a1e5 !important;
}
a.text-info:hover,
a.text-info:focus,
a.text-info.active {
  color: #8f8f97 !important;
}
a.text-warning:hover,
a.text-warning:focus,
a.text-warning.active {
  color: #facb00 !important;
}
a.text-danger:hover,
a.text-danger:focus,
a.text-danger.active {
  color: #ff5500 !important;
}
a.text-white:hover,
a.text-white:focus,
a.text-white.active {
  color: #c7c7c7 !important;
}
a.text-black:hover,
a.text-black:focus,
a.text-black.active {
  color: #000000 !important;
}
a[class*="text-"]:not(.nav-link):not(.dropdown-item):not([role]):not(.navbar-caption) {
  position: relative;
  background-image: transparent;
  background-size: 10000px 2px;
  background-repeat: no-repeat;
  background-position: 0px 1.2em;
  background-position: -10000px 1.2em;
}
a[class*="text-"]:not(.nav-link):not(.dropdown-item):not([role]):not(.navbar-caption):hover {
  transition: background-position 2s ease-in-out;
  background-image: linear-gradient(currentColor 50%, currentColor 50%);
  background-position: 0px 1.2em;
}
.nav-tabs .nav-link {
  font-weight: 500;
}
.nav-tabs .nav-link.active {
  color: #fafafa;
}
.nav-tabs .nav-link:not(.active) {
  color: #232323;
}
.alert-success {
  background-color: #70c770;
}
.alert-info {
  background-color: #c4c4c8;
}
.alert-warning {
  background-color: #ffe161;
}
.alert-danger {
  background-color: #ff9966;
}
.mbr-gallery-filter li.active .btn {
  background-color: #fafafa;
  border-color: #fafafa;
  color: #878787;
}
.mbr-gallery-filter li.active .btn:focus {
  box-shadow: none;
}
a,
a:hover {
  color: #fafafa;
}
.mbr-plan-header.bg-primary .mbr-plan-subtitle,
.mbr-plan-header.bg-primary .mbr-plan-price-desc {
  color: #ffffff;
}
.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: #ffffff;
}
.mbr-plan-header.bg-warning .mbr-plan-subtitle,
.mbr-plan-header.bg-warning .mbr-plan-price-desc {
  color: #ffffff;
}
.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: 'Jost', sans-serif;
  font-size: 1.1rem;
  line-height: 1.5;
  font-weight: 500;
  font-weight: 400;
}
.form-control > .mbr-iconfont {
  font-size: 1.375rem;
}
.form-control:hover,
.form-control:focus {
  box-shadow: rgba(0, 0, 0, 0.07) 0px 1px 1px 0px, rgba(0, 0, 0, 0.07) 0px 1px 3px 0px, rgba(0, 0, 0, 0.03) 0px 0px 0px 1px;
  border-color: #fafafa !important;
}
.form-control:-webkit-input-placeholder {
  font-family: 'Jost', sans-serif;
  font-size: 1.1rem;
  line-height: 1.5;
  font-weight: 500;
  font-weight: 400;
}
.form-control:-webkit-input-placeholder > .mbr-iconfont {
  font-size: 1.375rem;
}
blockquote {
  border-color: #fafafa;
}
/* Forms */
.jq-selectbox li:hover,
.jq-selectbox li.selected {
  background-color: #fafafa;
  color: #000000;
}
.jq-number__spin {
  transition: 0.25s ease;
}
.jq-number__spin:hover {
  border-color: #fafafa;
}
.jq-selectbox .jq-selectbox__trigger-arrow,
.jq-number__spin.minus:after,
.jq-number__spin.plus:after {
  transition: 0.4s;
  border-top-color: #353535;
  border-bottom-color: #353535;
}
.jq-selectbox:hover .jq-selectbox__trigger-arrow,
.jq-number__spin.minus:hover:after,
.jq-number__spin.plus:hover:after {
  border-top-color: #fafafa;
  border-bottom-color: #fafafa;
}
.xdsoft_datetimepicker .xdsoft_calendar td.xdsoft_default,
.xdsoft_datetimepicker .xdsoft_calendar td.xdsoft_current,
.xdsoft_datetimepicker .xdsoft_timepicker .xdsoft_time_box > div > div.xdsoft_current {
  color: #000000 !important;
  background-color: #fafafa !important;
  box-shadow: none !important;
}
.xdsoft_datetimepicker .xdsoft_calendar td:hover,
.xdsoft_datetimepicker .xdsoft_timepicker .xdsoft_time_box > div > div:hover {
  color: #000000 !important;
  background: #fafafa !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='%23fafafa' %3e%3cg fill='none' fill-rule='evenodd'%3e%3cg transform='translate(16 16)' stroke-width='2'%3e%3ccircle stroke-opacity='.5' cx='16' cy='16' r='16'/%3e%3cpath d='M32 16c0-9.94-8.06-16-16-16'%3e%3canimateTransform attributeName='transform' type='rotate' from='0 16 16' to='360 16 16' dur='1s' repeatCount='indefinite'/%3e%3c/path%3e%3c/g%3e%3c/g%3e%3c/svg%3e");
}
section.lazy-placeholder:after {
  opacity: 0.5;
}
body {
  overflow-x: hidden;
}
a {
  transition: color 0.6s;
}
.cid-taOw7l9PvM {
  padding-top: 0rem;
  padding-bottom: 0rem;
}
.cid-taOw7l9PvM .navbar-dropdown {
  position: relative !important;
}
.cid-taOw7l9PvM .dropdown-item:before {
  font-family: Moririse2 !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;
  transform: scale(0, 1);
  transition: all 0.25s ease-in-out;
}
.cid-taOw7l9PvM .dropdown-menu {
  padding: 0;
  border-radius: 4px;
  box-shadow: 0 1px 3px 0 rgba(0, 0, 0, 0.1);
}
.cid-taOw7l9PvM .dropdown-item {
  border-bottom: 1px solid #e6e6e6;
}
.cid-taOw7l9PvM .dropdown-item:hover,
.cid-taOw7l9PvM .dropdown-item:focus {
  background: #000000;
  color: white;
}
.cid-taOw7l9PvM .dropdown-item:hover span {
  color: white;
}
.cid-taOw7l9PvM .dropdown-item:first-child {
  border-top-left-radius: 4px;
  border-top-right-radius: 4px;
}
.cid-taOw7l9PvM .dropdown-item:last-child {
  border-bottom: none;
  border-bottom-left-radius: 4px;
  border-bottom-right-radius: 4px;
}
.cid-taOw7l9PvM .nav-dropdown .link {
  padding: 0 0.3em !important;
  margin: 0.667em 1em !important;
}
.cid-taOw7l9PvM .nav-dropdown .link.dropdown-toggle::after {
  margin-left: 0.5rem;
  margin-top: 0.2rem;
}
.cid-taOw7l9PvM .nav-link {
  position: relative;
  font-weight: 500;
}
.cid-taOw7l9PvM .container {
  display: flex;
  margin: auto;
}
@media (min-width: 992px) {
  .cid-taOw7l9PvM .container {
    flex-wrap: nowrap;
  }
}
.cid-taOw7l9PvM .iconfont-wrapper {
  color: #000000 !important;
  font-size: 1.5rem;
  padding-right: 0.5rem;
}
.cid-taOw7l9PvM .dropdown-menu,
.cid-taOw7l9PvM .navbar.opened {
  background: #000000 !important;
}
.cid-taOw7l9PvM .nav-item:focus,
.cid-taOw7l9PvM .nav-link:focus {
  outline: none;
}
.cid-taOw7l9PvM .dropdown .dropdown-menu .dropdown-item {
  width: auto;
  transition: all 0.25s ease-in-out;
}
.cid-taOw7l9PvM .dropdown .dropdown-menu .dropdown-item::after {
  right: 0.5rem;
}
.cid-taOw7l9PvM .dropdown .dropdown-menu .dropdown-item .mbr-iconfont {
  margin-right: 0.5rem;
  vertical-align: sub;
}
.cid-taOw7l9PvM .dropdown .dropdown-menu .dropdown-item .mbr-iconfont:before {
  display: inline-block;
  transform: scale(1, 1);
  transition: all 0.25s ease-in-out;
}
.cid-taOw7l9PvM .collapsed .dropdown-menu .dropdown-item:before {
  display: none;
}
.cid-taOw7l9PvM .collapsed .dropdown .dropdown-menu .dropdown-item {
  padding: 0.235em 1.5em 0.235em 1.5em !important;
  transition: none;
  margin: 0 !important;
}
.cid-taOw7l9PvM .navbar {
  min-height: 70px;
  transition: all 0.3s;
  border-bottom: 1px solid transparent;
  box-shadow: 0 1px 3px 0 rgba(0, 0, 0, 0.1);
  background: #000000;
}
.cid-taOw7l9PvM .navbar.opened {
  transition: all 0.3s;
}
.cid-taOw7l9PvM .navbar .dropdown-item {
  padding: 0.5rem 1.8rem;
}
.cid-taOw7l9PvM .navbar .navbar-logo img {
  width: auto;
}
.cid-taOw7l9PvM .navbar .navbar-collapse {
  justify-content: flex-end;
  z-index: 1;
}
.cid-taOw7l9PvM .navbar.collapsed {
  justify-content: center;
}
.cid-taOw7l9PvM .navbar.collapsed .nav-item .nav-link::before {
  display: none;
}
.cid-taOw7l9PvM .navbar.collapsed.opened .dropdown-menu {
  top: 0;
}
@media (min-width: 992px) {
  .cid-taOw7l9PvM .navbar.collapsed.opened:not(.navbar-short) .navbar-collapse {
    max-height: calc(98.5vh - 3rem);
  }
}
.cid-taOw7l9PvM .navbar.collapsed .dropdown-menu .dropdown-submenu {
  left: 0 !important;
}
.cid-taOw7l9PvM .navbar.collapsed .dropdown-menu .dropdown-item:after {
  right: auto;
}
.cid-taOw7l9PvM .navbar.collapsed .dropdown-menu .dropdown-toggle[data-toggle="dropdown-submenu"]:after {
  margin-left: 0.5rem;
  margin-top: 0.2rem;
  border-top: 0.35em solid;
  border-right: 0.35em solid transparent;
  border-left: 0.35em solid transparent;
  border-bottom: 0;
  top: 41%;
}
.cid-taOw7l9PvM .navbar.collapsed ul.navbar-nav li {
  margin: auto;
}
.cid-taOw7l9PvM .navbar.collapsed .dropdown-menu .dropdown-item {
  padding: 0.25rem 1.5rem;
  text-align: center;
}
.cid-taOw7l9PvM .navbar.collapsed .icons-menu {
  padding-left: 0;
  padding-right: 0;
  padding-top: 0.5rem;
  padding-bottom: 0.5rem;
}
@media (max-width: 991px) {
  .cid-taOw7l9PvM .navbar .nav-item .nav-link::before {
    display: none;
  }
  .cid-taOw7l9PvM .navbar.opened .dropdown-menu {
    top: 0;
  }
  .cid-taOw7l9PvM .navbar .dropdown-menu .dropdown-submenu {
    left: 0 !important;
  }
  .cid-taOw7l9PvM .navbar .dropdown-menu .dropdown-item:after {
    right: auto;
  }
  .cid-taOw7l9PvM .navbar .dropdown-menu .dropdown-toggle[data-toggle="dropdown-submenu"]:after {
    margin-left: 0.5rem;
    margin-top: 0.2rem;
    border-top: 0.35em solid;
    border-right: 0.35em solid transparent;
    border-left: 0.35em solid transparent;
    border-bottom: 0;
    top: 40%;
  }
  .cid-taOw7l9PvM .navbar .navbar-logo img {
    height: 3rem !important;
  }
  .cid-taOw7l9PvM .navbar ul.navbar-nav li {
    margin: auto;
  }
  .cid-taOw7l9PvM .navbar .dropdown-menu .dropdown-item {
    padding: 0.25rem 1.5rem !important;
    text-align: center;
  }
  .cid-taOw7l9PvM .navbar .navbar-brand {
    flex-shrink: initial;
    flex-basis: auto;
    word-break: break-word;
    padding-right: 2rem;
  }
  .cid-taOw7l9PvM .navbar .navbar-toggler {
    flex-basis: auto;
  }
  .cid-taOw7l9PvM .navbar .icons-menu {
    padding-left: 0;
    padding-top: 0.5rem;
    padding-bottom: 0.5rem;
  }
}
@media (max-width: 991px) and (max-width: 767px) {
  .cid-taOw7l9PvM .navbar .navbar-brand {
    width: calc(100% - 31px);
  }
}
.cid-taOw7l9PvM .navbar.navbar-short {
  min-height: 60px;
}
.cid-taOw7l9PvM .navbar.navbar-short .navbar-logo img {
  height: 2.5rem !important;
}
.cid-taOw7l9PvM .navbar.navbar-short .navbar-brand {
  min-height: 60px;
  padding: 0;
}
.cid-taOw7l9PvM .navbar-brand {
  min-height: 70px;
  flex-shrink: 0;
  align-items: center;
  margin-right: 0;
  padding: 10px 0;
  transition: all 0.3s;
  word-break: break-word;
  z-index: 1;
}
.cid-taOw7l9PvM .navbar-brand .navbar-caption {
  line-height: inherit !important;
}
.cid-taOw7l9PvM .navbar-brand .navbar-logo a {
  outline: none;
}
.cid-taOw7l9PvM .dropdown-item.active,
.cid-taOw7l9PvM .dropdown-item:active {
  background-color: transparent;
}
.cid-taOw7l9PvM .navbar-expand-lg .navbar-nav .nav-link {
  padding: 0;
}
.cid-taOw7l9PvM .nav-dropdown .link.dropdown-toggle {
  margin-right: 1.667em;
}
.cid-taOw7l9PvM .nav-dropdown .link.dropdown-toggle[aria-expanded="true"] {
  margin-right: 0;
  padding: 0.667em 1.667em;
}
.cid-taOw7l9PvM .navbar.navbar-expand-lg .dropdown .dropdown-menu {
  background: #000000;
}
.cid-taOw7l9PvM .navbar.navbar-expand-lg .dropdown .dropdown-menu .dropdown-submenu {
  margin: 0;
  left: 100%;
}
.cid-taOw7l9PvM .navbar .dropdown.open > .dropdown-menu {
  display: block;
}
.cid-taOw7l9PvM ul.navbar-nav {
  flex-wrap: wrap;
}
.cid-taOw7l9PvM .navbar-buttons {
  text-align: center;
  min-width: 170px;
}
.cid-taOw7l9PvM button.navbar-toggler {
  outline: none;
  width: 31px;
  height: 20px;
  cursor: pointer;
  transition: all 0.2s;
  position: relative;
  align-self: center;
}
.cid-taOw7l9PvM button.navbar-toggler .hamburger span {
  position: absolute;
  right: 0;
  width: 30px;
  height: 2px;
  border-right: 5px;
  background-color: #fafafa;
}
.cid-taOw7l9PvM button.navbar-toggler .hamburger span:nth-child(1) {
  top: 0;
  transition: all 0.2s;
}
.cid-taOw7l9PvM button.navbar-toggler .hamburger span:nth-child(2) {
  top: 8px;
  transition: all 0.15s;
}
.cid-taOw7l9PvM button.navbar-toggler .hamburger span:nth-child(3) {
  top: 8px;
  transition: all 0.15s;
}
.cid-taOw7l9PvM button.navbar-toggler .hamburger span:nth-child(4) {
  top: 16px;
  transition: all 0.2s;
}
.cid-taOw7l9PvM nav.opened .hamburger span:nth-child(1) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-taOw7l9PvM nav.opened .hamburger span:nth-child(2) {
  transform: rotate(45deg);
  transition: all 0.25s;
}
.cid-taOw7l9PvM nav.opened .hamburger span:nth-child(3) {
  transform: rotate(-45deg);
  transition: all 0.25s;
}
.cid-taOw7l9PvM nav.opened .hamburger span:nth-child(4) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-taOw7l9PvM a.nav-link {
  display: flex;
  align-items: center;
  justify-content: center;
}
.cid-taOw7l9PvM .icons-menu {
  flex-wrap: nowrap;
  display: flex;
  justify-content: center;
  padding-left: 1rem;
  padding-right: 1rem;
  padding-top: 0.3rem;
  text-align: center;
}
@media screen and (-ms-high-contrast: active), (-ms-high-contrast: none) {
  .cid-taOw7l9PvM .navbar {
    height: 70px;
  }
  .cid-taOw7l9PvM .navbar.opened {
    height: auto;
  }
  .cid-taOw7l9PvM .nav-item .nav-link:hover::before {
    width: 175%;
    max-width: calc(100% + 2rem);
    left: -1rem;
  }
}
.cid-urRnPDlAtb {
  background-image: url("../../../assets/images/adobestock-887156070-2000x1121.jpg");
}
.cid-urRnPDlAtb .mbr-section-title,
.cid-urRnPDlAtb .mbr-section-subtitle {
  color: #000000;
}
.cid-urRnPDlAtb .mbr-section-text {
  color: #232323;
}
.cid-urRnPDlAtb .mbr-text,
.cid-urRnPDlAtb .typed-text,
.cid-urRnPDlAtb .mbr-section-text {
  letter-spacing: 0.03rem;
}
.cid-urRnPDlAtb .btn {
  margin-left: 4px !important;
}
.cid-urRnPDlAtb .animated-element {
  color: #bfbfbf;
}
.cid-urRnPDlAtb .typed-cursor {
  opacity: 1;
  -webkit-animation: blink 0.7s infinite;
  -moz-animation: blink 0.7s infinite;
  animation: blink 0.7s infinite;
  color: #bfbfbf;
}
.cid-urRnPDlAtb .mbr-figure {
  border-radius: .25rem;
  overflow: hidden;
}
@media (max-width: 991px) {
  .cid-urRnPDlAtb .mbr-figure {
    margin-top: 2rem;
  }
}
@media (max-width: 767px) {
  .cid-urRnPDlAtb .typed-text,
  .cid-urRnPDlAtb .mbr-section-subtitle,
  .cid-urRnPDlAtb .mbr-section-text,
  .cid-urRnPDlAtb .mbr-section-btn {
    text-align: center !important;
  }
}
@keyframes blink {
  0% {
    opacity: 1;
  }
  50% {
    opacity: 0;
  }
  100% {
    opacity: 1;
  }
}
@-webkit-keyframes blink {
  0% {
    opacity: 1;
  }
  50% {
    opacity: 0;
  }
  100% {
    opacity: 1;
  }
}
@-moz-keyframes blink {
  0% {
    opacity: 1;
  }
  50% {
    opacity: 0;
  }
  100% {
    opacity: 1;
  }
}
.cid-urRnPDlAtb .mbr-fallback-image.disabled {
  display: none;
}
.cid-urRnPDlAtb .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-urRnPDlAtb .mbr-section-subtitle,
.cid-urRnPDlAtb .typed-text {
  color: #ffffff;
  text-align: left;
}
.cid-urRnPDlAtb .mbr-section-text,
.cid-urRnPDlAtb .mbr-section-btn {
  color: #ffffff;
}
.cid-taOwdmn5y7 {
  padding-top: 0rem;
  padding-bottom: 0rem;
  background-color: #000000;
}
.cid-taOwdmn5y7 .mbr-fallback-image.disabled {
  display: none;
}
.cid-taOwdmn5y7 .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-taOwdmn5y7 .item {
  display: flex;
  align-items: center;
  flex-direction: column;
}
.cid-taOwdmn5y7 .item .icon-wrap {
  text-align: center;
}
.cid-taOwdmn5y7 .item::before {
  content: "";
  font-family: Moririse2 !important;
  position: absolute;
  font-size: 32px;
  left: -15px;
  top: 12%;
  width: 1px;
  height: 100px;
  border: 1px solid #000000;
}
.cid-taOwdmn5y7 .item.first:before {
  display: none;
}
.cid-taOwdmn5y7 .item.five:before {
  display: none;
}
.cid-taOwdmn5y7 .icon-box {
  width: 60px;
  min-width: 60px;
  height: 60px;
  border-radius: 50%;
  text-align: center;
  display: inline-block;
}
.cid-taOwdmn5y7 .text-box {
  text-align: center;
}
.cid-taOwdmn5y7 .mbr-iconfont {
  color: #fafafa !important;
  position: absolute;
  top: 50%;
  left: 100%;
}
@media (max-width: 768px) {
  .cid-taOwdmn5y7 .item:before {
    display: none;
  }
  .cid-taOwdmn5y7 .card-wrapper {
    margin-bottom: 2rem;
  }
}
.cid-taOwdmn5y7 .up {
  background-color: #e8e8e8;
  transform: translateY(-70px);
  margin: 0 auto;
}
.cid-taOwdmn5y7 .up h5 {
  font-size: 18px;
}
@media (min-width: 992px) {
  .cid-taOwdmn5y7 .up {
    margin: 0 auto;
  }
}
@media (max-width: 767px) {
  .cid-taOwdmn5y7 .first,
  .cid-taOwdmn5y7 .second {
    border-bottom: 1px solid #000000;
    width: 65%;
    margin: 0 auto;
  }
}
.cid-taOwdmn5y7 .position {
  padding: 20px;
}
.cid-uswrn7ah1n {
  padding-top: 2rem;
  padding-bottom: 2rem;
  background-color: #000000;
}
.cid-uswrn7ah1n .mbr-fallback-image.disabled {
  display: none;
}
.cid-uswrn7ah1n .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uswrn7ah1n .container-fluid {
  margin: 0;
  padding: 0 51px;
}
@media (max-width: 992px) {
  .cid-uswrn7ah1n .container-fluid {
    padding: 0 12px;
  }
}
.cid-uswrn7ah1n .container-fluid .row {
  padding: 0;
}
.cid-uswrn7ah1n .row {
  justify-content: center;
}
.cid-uswrn7ah1n .item {
  position: relative;
  margin-bottom: 25px;
  padding: 0 25px;
}
.cid-uswrn7ah1n .item .item-link {
  width: 100%;
  height: 100%;
}
.cid-uswrn7ah1n .item .item-link .item-wrapper {
  position: relative;
  display: flex;
  justify-content: center;
  align-items: center;
  height: 300px;
  overflow: hidden;
}
.cid-uswrn7ah1n .item .item-link .item-wrapper:hover img {
  transform: scale(1.03);
}
.cid-uswrn7ah1n .item .item-link .item-wrapper img {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  object-fit: cover;
  transform: scale(1);
  transition: all 0.3s ease-out;
}
.cid-uswrn7ah1n .item .item-link .item-wrapper::before {
  content: '';
  position: absolute;
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  background-color: #000000;
  opacity: .5;
  transition: all 0.3s ease-out;
  z-index: 1;
  pointer-events: none;
}
.cid-uswrn7ah1n .item .item-link .item-wrapper .item-content {
  position: relative;
  z-index: 1;
}
.cid-uswrn7ah1n .item .item-link .item-wrapper .item-content .card-title {
  margin-bottom: 0;
  position: relative;
}
.cid-uswrn7ah1n .card-title {
  color: #ffffff;
}
.cid-us9REk28Zf {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-color: #000000;
}
.cid-us9REk28Zf .mbr-fallback-image.disabled {
  display: none;
}
.cid-us9REk28Zf .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-us9REk28Zf .row {
    padding: 0 13px;
  }
}
.cid-us9REk28Zf .row {
  justify-content: center;
}
.cid-us9REk28Zf .tabs-wrapper {
  display: flex;
  justify-content: space-between;
  align-items: center;
}
@media (max-width: 992px) {
  .cid-us9REk28Zf .tabs-wrapper {
    display: block;
  }
}
.cid-us9REk28Zf .tabs-wrapper .nav.nav-tabs {
  border: none;
  padding-right: 96px;
  display: block;
  width: 52%;
}
@media (max-width: 1200px) {
  .cid-us9REk28Zf .tabs-wrapper .nav.nav-tabs {
    padding-right: 46px;
  }
}
@media (max-width: 1100px) {
  .cid-us9REk28Zf .tabs-wrapper .nav.nav-tabs {
    padding-right: 16px;
  }
}
@media (max-width: 992px) {
  .cid-us9REk28Zf .tabs-wrapper .nav.nav-tabs {
    padding: 0;
    width: auto;
  }
}
.cid-us9REk28Zf .tabs-wrapper .nav.nav-tabs .nav-item {
  border-top: 1px solid #282828;
}
.cid-us9REk28Zf .tabs-wrapper .nav.nav-tabs .nav-item:first-child {
  border: none;
}
.cid-us9REk28Zf .tabs-wrapper .nav.nav-tabs .nav-item .nav-link {
  padding: 42px 0 46px;
  margin-bottom: 0;
  color: #ffffff;
  border-radius: 0;
  transition: all 0.3s ease-out;
  border: none;
  position: relative;
}
.cid-us9REk28Zf .tabs-wrapper .nav.nav-tabs .nav-item .nav-link::before {
  content: '';
  position: absolute;
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  background-image: linear-gradient(99deg, #000000 0, rgba(255, 255, 255, 0) 60%);
  opacity: 0;
  transition: all 0.3s ease-out;
}
.cid-us9REk28Zf .tabs-wrapper .nav.nav-tabs .nav-item .nav-link:focus {
  border: none !important;
}
.cid-us9REk28Zf .tabs-wrapper .nav.nav-tabs .nav-item .nav-link:focus::before {
  opacity: .85;
}
.cid-us9REk28Zf .tabs-wrapper .nav.nav-tabs .nav-item .nav-link:hover {
  border: none !important;
}
.cid-us9REk28Zf .tabs-wrapper .nav.nav-tabs .nav-item .nav-link:hover::before {
  opacity: .85;
}
@media (max-width: 992px) {
  .cid-us9REk28Zf .tabs-wrapper .nav.nav-tabs .nav-item .nav-link {
    padding: 32px 0 35px;
  }
}
@media (max-width: 768px) {
  .cid-us9REk28Zf .tabs-wrapper .nav.nav-tabs .nav-item .nav-link {
    padding: 12px 0 16px;
  }
}
.cid-us9REk28Zf .tabs-wrapper .nav.nav-tabs .nav-item .nav-link.active {
  background-color: transparent;
  border: none !important;
}
.cid-us9REk28Zf .tabs-wrapper .nav.nav-tabs .nav-item .nav-link.active::before {
  opacity: .85;
}
.cid-us9REk28Zf .tabs-wrapper .tab-content {
  width: 50%;
}
@media (max-width: 992px) {
  .cid-us9REk28Zf .tabs-wrapper .tab-content {
    margin-top: 20px;
    width: 100%;
  }
}
.cid-us9REk28Zf .tabs-wrapper .tab-content .tab-pane .image-wrapper img {
  height: 960px;
  object-fit: cover;
}
@media (max-width: 992px) {
  .cid-us9REk28Zf .tabs-wrapper .tab-content .tab-pane .image-wrapper img {
    height: 400px;
  }
}
.cid-urRss5Zord {
  background-color: #000000;
  overflow: hidden;
  position: relative;
}
.cid-urRss5Zord img {
  position: absolute;
  top: 0;
  left: -200px;
  height: 100%;
  width: 400px;
  border-radius: 100% !important;
  object-fit: cover;
}
@media (max-width: 992px) {
  .cid-urRss5Zord img {
    display: none;
  }
}
.cid-urRss5Zord .mbr-fallback-image.disabled {
  display: none;
}
.cid-urRss5Zord .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-urRss5Zord .container {
    padding: 0 22px;
  }
}
.cid-urRss5Zord .row {
  position: relative;
  justify-content: flex-end;
  margin: 0 -8px;
}
.cid-urRss5Zord .row .card,
.cid-urRss5Zord .row .item {
  padding: 0 6px;
}
.cid-urRss5Zord .title-wrapper .mbr-section-title {
  margin-bottom: 100px;
}
@media (max-width: 992px) {
  .cid-urRss5Zord .title-wrapper .mbr-section-title {
    margin-bottom: 32px;
  }
}
.cid-urRss5Zord .items-wrapper {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 2rem;
}
@media (max-width: 768px) {
  .cid-urRss5Zord .items-wrapper {
    grid-template-columns: 1fr;
  }
}
.cid-urRss5Zord .items-wrapper .item .item-wrapper .card-box .icon-wrapper {
  margin-bottom: 16px;
}
.cid-urRss5Zord .items-wrapper .item .item-wrapper .card-box .icon-wrapper .mbr-iconfont {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  font-size: 42px;
  color: #fafafa;
}
.cid-urRss5Zord .items-wrapper .item .item-wrapper .card-box .card-title {
  margin-bottom: 0;
}
.cid-urRss5Zord .items-wrapper .item .item-wrapper .card-box .card-text {
  margin-bottom: 0;
}
.cid-urRss5Zord .content-wrapper {
  margin-top: 80px;
}
@media (max-width: 992px) {
  .cid-urRss5Zord .content-wrapper {
    margin-bottom: 32px;
  }
}
.cid-urRss5Zord .content-wrapper .mbr-desc {
  margin-bottom: 22px;
}
.cid-urRss5Zord .mbr-section-title {
  color: #fafafa;
}
.cid-urRss5Zord .mbr-desc {
  color: #000000;
}
.cid-urRss5Zord .card-title {
  color: #000000;
}
.cid-urRss5Zord .card-text {
  color: #c9c9c9;
}
.cid-urRss5Zord .card-title,
.cid-urRss5Zord .icon-wrapper {
  color: #fafafa;
}
.cid-usvxl0A3jJ {
  padding-top: 5rem;
  padding-bottom: 5rem;
  overflow: hidden;
  background-image: url("../../../assets/images/untitled-1-2000x1429.png");
}
.cid-usvxl0A3jJ .mbr-fallback-image.disabled {
  display: none;
}
.cid-usvxl0A3jJ .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-usvxl0A3jJ .container {
    padding: 0 30px;
  }
}
.cid-usvxl0A3jJ .card {
  justify-content: center;
}
.cid-usvxl0A3jJ .desc-wrapper .mbr-desc {
  display: inline-flex;
  position: relative;
  align-items: center;
  margin-bottom: 60px;
  padding-left: 120px;
}
@media (max-width: 992px) {
  .cid-usvxl0A3jJ .desc-wrapper .mbr-desc {
    margin-bottom: 40px;
    padding-left: 60px;
  }
}
.cid-usvxl0A3jJ .desc-wrapper .mbr-desc::before {
  content: '';
  position: absolute;
  left: 0;
  width: 90px;
  height: 1px;
  background-color: #ffffff;
}
@media (max-width: 992px) {
  .cid-usvxl0A3jJ .desc-wrapper .mbr-desc::before {
    width: 40px;
  }
}
.cid-usvxl0A3jJ .items-wrapper {
  position: relative;
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 80px 0;
  border-bottom: 1px solid #ffffff;
  padding-bottom: 160px;
}
@media (max-width: 992px) {
  .cid-usvxl0A3jJ .items-wrapper {
    padding-bottom: 60px;
    grid-template-columns: 1fr;
    gap: 40px;
  }
}
.cid-usvxl0A3jJ .items-wrapper::before {
  content: '';
  position: absolute;
  bottom: -6px;
  left: 0;
  width: 20px;
  height: 6px;
  background-color: #ffffff;
}
.cid-usvxl0A3jJ .items-wrapper .item:nth-child(2n) {
  padding-top: 160px;
}
@media (max-width: 992px) {
  .cid-usvxl0A3jJ .items-wrapper .item:nth-child(2n) {
    padding-top: 0;
  }
}
.cid-usvxl0A3jJ .items-wrapper .item:hover .item-wrapper .item-img img,
.cid-usvxl0A3jJ .items-wrapper .item:focus .item-wrapper .item-img img {
  opacity: .5;
  transform: scale(1.1);
}
.cid-usvxl0A3jJ .items-wrapper .item:hover .item-wrapper .item-img .mbr-iconfont,
.cid-usvxl0A3jJ .items-wrapper .item:focus .item-wrapper .item-img .mbr-iconfont {
  opacity: 1;
}
.cid-usvxl0A3jJ .items-wrapper .item:hover .item-wrapper .item-content .title-wrapper .item-title,
.cid-usvxl0A3jJ .items-wrapper .item:focus .item-wrapper .item-content .title-wrapper .item-title {
  color: #fafafa;
}
.cid-usvxl0A3jJ .items-wrapper .item:hover .item-wrapper .item-content .title-wrapper .item-title:before,
.cid-usvxl0A3jJ .items-wrapper .item:focus .item-wrapper .item-content .title-wrapper .item-title:before {
  width: 100%;
}
.cid-usvxl0A3jJ .items-wrapper .item:hover .item-wrapper .item-content .text-wrapper .item-text,
.cid-usvxl0A3jJ .items-wrapper .item:focus .item-wrapper .item-content .text-wrapper .item-text {
  color: #fafafa;
}
.cid-usvxl0A3jJ .items-wrapper .item:hover .item-wrapper .item-content .list,
.cid-usvxl0A3jJ .items-wrapper .item:focus .item-wrapper .item-content .list {
  color: #fafafa;
}
.cid-usvxl0A3jJ .items-wrapper .item:hover .item-wrapper .item-content .list .item-wrap,
.cid-usvxl0A3jJ .items-wrapper .item:focus .item-wrapper .item-content .list .item-wrap {
  border-color: #fafafa;
}
.cid-usvxl0A3jJ .items-wrapper .item .item-wrapper .item-img {
  margin-bottom: 50px;
  position: relative;
  display: flex;
  justify-content: center;
  align-items: center;
  overflow: hidden;
}
@media (max-width: 992px) {
  .cid-usvxl0A3jJ .items-wrapper .item .item-wrapper .item-img {
    margin-bottom: 40px;
  }
}
.cid-usvxl0A3jJ .items-wrapper .item .item-wrapper .item-img img {
  height: 700px;
  object-fit: cover;
  transition: all 0.5s ease-in-out;
}
@media (max-width: 992px) {
  .cid-usvxl0A3jJ .items-wrapper .item .item-wrapper .item-img img {
    height: 350px;
  }
}
.cid-usvxl0A3jJ .items-wrapper .item .item-wrapper .item-img .mbr-iconfont {
  position: absolute;
  width: 80px;
  height: 80px;
  display: flex;
  align-items: center;
  justify-content: center;
  background-color: #fafafa;
  color: #000000;
  font-size: 20px;
  transform: rotate(45deg);
  border-radius: 100%;
  transition: all 0.3s ease-in-out;
  opacity: 0;
}
.cid-usvxl0A3jJ .items-wrapper .item .item-wrapper .item-img a {
  position: absolute;
  width: 100%;
  height: 100%;
}
.cid-usvxl0A3jJ .items-wrapper .item .item-wrapper .item-content .title-wrapper .item-title {
  display: inline-flex;
  width: fit-content;
  position: relative;
  margin-bottom: 25px;
  transition: all 0.3s ease-in-out;
}
.cid-usvxl0A3jJ .items-wrapper .item .item-wrapper .item-content .title-wrapper .item-title::before {
  content: '';
  position: absolute;
  bottom: 0;
  left: 0;
  height: 2px;
  width: 0;
  background-color: #fafafa;
  transition: all 0.3s ease-in-out;
}
.cid-usvxl0A3jJ .items-wrapper .item .item-wrapper .item-content .text-wrapper .item-text {
  display: inline-flex;
  width: 85%;
  margin-bottom: 30px;
  transition: all 0.3s ease-in-out;
}
.cid-usvxl0A3jJ .items-wrapper .item .item-wrapper .item-content .list {
  padding: 0;
  margin: 0;
  list-style-type: none;
  transition: all 0.3s ease-in-out;
  display: inline-flex;
  flex-wrap: wrap;
}
.cid-usvxl0A3jJ .items-wrapper .item .item-wrapper .item-content .list .item-wrap {
  padding: 0 12px;
  border-left: 1px solid #bee0d6;
  transition: all 0.3s ease-in-out;
}
.cid-usvxl0A3jJ .items-wrapper .item .item-wrapper .item-content .list .item-wrap:first-child {
  padding-left: 0;
  border-left: none;
}
.cid-usvxl0A3jJ .items-wrapper .item .item-wrapper .item-content .list .item-wrap:last-child {
  padding-right: 0;
}
.cid-usvxl0A3jJ .mbr-desc {
  color: #bee0d6;
}
.cid-usvxl0A3jJ .item-title {
  color: #bee0d6;
}
.cid-usvxl0A3jJ .item-text {
  color: #bee0d6;
}
.cid-usvxl0A3jJ .list {
  color: #bee0d6;
}
.cid-usvxl0A3jJ .mbr-desc,
.cid-usvxl0A3jJ .desc-wrapper {
  color: #ffffff;
}
.cid-usvxl0A3jJ .item-title,
.cid-usvxl0A3jJ .title-wrapper {
  color: #fafafa;
}
.cid-usvxl0A3jJ .item-text,
.cid-usvxl0A3jJ .text-wrapper {
  color: #f8f8f8;
}
.cid-usHPkm51jt {
  padding-top: 5rem;
  padding-bottom: 3rem;
  background-image: url("../../../assets/images/adobestock-729965454-2000x1000.jpg");
}
.cid-usHPkm51jt .mbr-fallback-image.disabled {
  display: none;
}
.cid-usHPkm51jt .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-usHPkm51jt .content-wrapper {
  position: relative;
  padding: 46px 24px 74px 24px;
  overflow: hidden;
  border: 1px solid #323046;
  background-color: #292739;
  background-color: transparent;
}
@media (max-width: 992px) {
  .cid-usHPkm51jt .content-wrapper {
    padding: 24px 14px;
  }
}
.cid-usHPkm51jt .content-wrapper::before {
  content: '';
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: linear-gradient(45deg, #000000, #000000);
  opacity: .3;
}
.cid-usHPkm51jt .content-wrapper .mbr-section-title {
  position: relative;
  z-index: 1;
  margin-bottom: 48px;
}
@media (max-width: 992px) {
  .cid-usHPkm51jt .content-wrapper .mbr-section-title {
    margin-bottom: 32px;
  }
}
.cid-usHPkm51jt .content-wrapper .items-wrap {
  position: relative;
  z-index: 1;
  justify-content: center;
  margin: 0 -7px;
}
.cid-usHPkm51jt .content-wrapper .items-wrap .item {
  padding: 0 7px;
  margin-bottom: 14px;
}
.cid-usHPkm51jt .content-wrapper .items-wrap .item .item-img {
  position: relative;
  border: 1px solid #323046;
  box-shadow: 0px -1px 1px #fafafa;
  overflow: hidden;
  background-color: #292739;
  background-color: transparent;
}
.cid-usHPkm51jt .content-wrapper .items-wrap .item .item-img::before {
  content: '';
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-color: #292739;
  opacity: .5;
}
.cid-usHPkm51jt .content-wrapper .items-wrap .item .item-img .item-title {
  position: relative;
  z-index: 1;
  padding: 24px;
  margin-bottom: 0;
}
@media (max-width: 992px) {
  .cid-usHPkm51jt .content-wrapper .items-wrap .item .item-img .item-title {
    padding: 14px;
  }
}
.cid-usHPkm51jt .content-wrapper .items-wrap .item .item-img .image-wrap {
  position: relative;
  z-index: 1;
}
.cid-usHPkm51jt .content-wrapper .items-wrap .item .item-img .image-wrap img {
  height: 220px;
  width: 100%;
  object-fit: cover;
  border-radius: 0 !important;
}
.cid-usHPkm51jt .content-wrapper .items-wrap .item .item-content {
  position: relative;
  padding: 24px;
  overflow: hidden;
  border: 1px solid #323046;
  background-color: #292739;
  background-color: transparent;
}
@media (max-width: 992px) {
  .cid-usHPkm51jt .content-wrapper .items-wrap .item .item-content {
    padding: 14px;
  }
}
.cid-usHPkm51jt .content-wrapper .items-wrap .item .item-content::before {
  content: '';
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-color: #292739;
  opacity: .5;
}
.cid-usHPkm51jt .content-wrapper .items-wrap .item .item-content .list {
  position: relative;
  z-index: 1;
  margin: 0;
  padding: 0;
  list-style-type: none;
}
.cid-usHPkm51jt .content-wrapper .items-wrap .item .item-content .list .item-wrap {
  padding-left: 24px;
  position: relative;
  margin-bottom: 16px;
}
.cid-usHPkm51jt .content-wrapper .items-wrap .item .item-content .list .item-wrap:last-child {
  margin-bottom: 0;
}
.cid-usHPkm51jt .content-wrapper .items-wrap .item .item-content .list .item-wrap::before {
  content: '';
  position: absolute;
  top: 8px;
  left: 0;
  width: 12px;
  height: 12px;
  border-radius: 100%;
  background: #fafafa;
  background: linear-gradient(-125deg, #fafafa 30%, #7a7a7a);
}
.cid-usHPkm51jt .content-wrapper .mbr-section-btn {
  position: relative;
  z-index: 1;
  margin-top: 64px;
}
@media (max-width: 992px) {
  .cid-usHPkm51jt .content-wrapper .mbr-section-btn {
    margin-top: 14px;
  }
}
.cid-usHPkm51jt .btn-wrapper {
  margin-top: -6%;
}
.cid-usHPkm51jt .mbr-section-title {
  color: #ffffff;
}
.cid-usHPkm51jt .item-title {
  color: #ffffff;
}
.cid-usHPkm51jt .list {
  color: #bbbbbb;
}
.cid-usHPkm51jt .mbr-section-title,
.cid-usHPkm51jt .mbr-section-btn {
  text-align: center;
}
.cid-usviQMKFsP {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-image: url("../../../assets/images/adobestock-268948180-2000x1333.jpg");
}
.cid-usviQMKFsP .iconfont-wrapper {
  padding-bottom: 1rem;
  margin-bottom: 1rem;
}
.cid-usviQMKFsP .card-box {
  z-index: 2;
  position: relative;
}
.cid-usviQMKFsP .mbr-iconfont {
  font-size: 2rem;
  color: #fafafa;
  background: #000000;
  width: 80px;
  padding: 10px;
  border-radius: 6px;
  text-align: center;
}
.cid-usviQMKFsP .mbr-iconfont-big {
  font-size: 14rem;
  color: #000000;
  position: absolute;
  bottom: -3rem;
  right: -4rem;
  z-index: -1;
  transition: all 0.6s;
  opacity: 0.1;
}
.cid-usviQMKFsP .card-title,
.cid-usviQMKFsP .card-text {
  transition: all 0.3s;
}
.cid-usviQMKFsP .card-wrapper {
  position: relative;
  overflow: hidden;
  border-radius: 6px;
  padding: 4rem 3rem;
  box-shadow: 0 0 8px 0 rgba(0, 0, 0, 0.3);
  background: #fafafa;
  transition: all 0.3s;
}
.cid-usviQMKFsP .card-wrapper:hover .mbr-iconfont-big {
  transform: rotate(-20deg);
}
@media (max-width: 767px) {
  .cid-usviQMKFsP .card-wrapper {
    padding: 2rem 1rem;
  }
}
.cid-usviQMKFsP .card-title,
.cid-usviQMKFsP .iconfont-wrapper {
  color: #000000;
}
.cid-usviQMKFsP .card-text {
  color: #2b2b2b;
}
.cid-usviQMKFsP .mbr-section-title {
  color: #ffffff;
  text-align: center;
}
.cid-usviQMKFsP .mbr-section-subtitle {
  color: #ffffff;
  text-align: center;
}
.cid-usviQMKFsP .mbr-fallback-image.disabled {
  display: none;
}
.cid-usviQMKFsP .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-v0yv6Xr9MF {
  padding-top: 0px;
  padding-bottom: 75px;
  background-image: url("../../../assets/images/adobestock-268948180-2000x1333.jpg");
}
.cid-v0yv6Xr9MF .mbr-overlay {
  background-color: #000000;
  opacity: 0.3;
}
.cid-v0yv6Xr9MF .form-control,
.cid-v0yv6Xr9MF .field-input {
  padding: 0.5rem;
  background-color: #ffffff;
  border-color: #cccccc;
  color: #000000;
  transition: 0.4s;
  box-shadow: none;
  outline: none;
}
.cid-v0yv6Xr9MF .form-control::-webkit-input-placeholder,
.cid-v0yv6Xr9MF .field-input::-webkit-input-placeholder,
.cid-v0yv6Xr9MF .form-control::-webkit-input-placeholder,
.cid-v0yv6Xr9MF .field-input::-webkit-input-placeholder {
  color: #000000;
}
.cid-v0yv6Xr9MF .form-control:-moz-placeholder,
.cid-v0yv6Xr9MF .field-input:-moz-placeholder,
.cid-v0yv6Xr9MF .form-control:-moz-placeholder,
.cid-v0yv6Xr9MF .field-input:-moz-placeholder {
  color: #000000;
}
.cid-v0yv6Xr9MF .form-control:hover,
.cid-v0yv6Xr9MF .field-input:hover,
.cid-v0yv6Xr9MF .form-control:focus,
.cid-v0yv6Xr9MF .field-input:focus {
  background-color: #d4d4d4;
  border-color: #cccccc;
  color: #232323;
  box-shadow: none;
  outline: none;
}
.cid-v0yv6Xr9MF .form-control:hover::-webkit-input-placeholder,
.cid-v0yv6Xr9MF .field-input:hover::-webkit-input-placeholder,
.cid-v0yv6Xr9MF .form-control:focus::-webkit-input-placeholder,
.cid-v0yv6Xr9MF .field-input:focus::-webkit-input-placeholder,
.cid-v0yv6Xr9MF .form-control:hover::-webkit-input-placeholder,
.cid-v0yv6Xr9MF .field-input:hover::-webkit-input-placeholder,
.cid-v0yv6Xr9MF .form-control:focus::-webkit-input-placeholder,
.cid-v0yv6Xr9MF .field-input:focus::-webkit-input-placeholder {
  color: #000000;
}
.cid-v0yv6Xr9MF .form-control:hover:-moz-placeholder,
.cid-v0yv6Xr9MF .field-input:hover:-moz-placeholder,
.cid-v0yv6Xr9MF .form-control:focus:-moz-placeholder,
.cid-v0yv6Xr9MF .field-input:focus:-moz-placeholder,
.cid-v0yv6Xr9MF .form-control:hover:-moz-placeholder,
.cid-v0yv6Xr9MF .field-input:hover:-moz-placeholder,
.cid-v0yv6Xr9MF .form-control:focus:-moz-placeholder,
.cid-v0yv6Xr9MF .field-input:focus:-moz-placeholder {
  color: #000000;
}
.cid-v0yv6Xr9MF .jq-number__spin:hover,
.cid-v0yv6Xr9MF .jq-number__spin:focus {
  background-color: #d4d4d4;
  border-color: #cccccc;
  color: #ffffff;
  box-shadow: none;
  outline: none;
}
.cid-v0yv6Xr9MF .jq-number__spin {
  background-color: #ffffff;
  border-color: #cccccc;
  color: #000000;
  transition: 0.4s;
  box-shadow: none;
  outline: none;
}
.cid-v0yv6Xr9MF .jq-selectbox li,
.cid-v0yv6Xr9MF .jq-selectbox li {
  background-color: #ffffff;
  color: #000000;
}
.cid-v0yv6Xr9MF .jq-selectbox li:hover,
.cid-v0yv6Xr9MF .jq-selectbox li.selected {
  background-color: #d4d4d4;
  color: #000000;
}
.cid-v0yv6Xr9MF .jq-selectbox:hover .jq-selectbox__trigger-arrow,
.cid-v0yv6Xr9MF .jq-number__spin.minus:hover:after,
.cid-v0yv6Xr9MF .jq-number__spin.plus:hover:after {
  border-top-color: #ffffff;
  border-bottom-color: #ffffff;
}
.cid-v0yv6Xr9MF .jq-selectbox .jq-selectbox__trigger-arrow,
.cid-v0yv6Xr9MF .jq-number__spin.minus:after,
.cid-v0yv6Xr9MF .jq-number__spin.plus:after {
  border-top-color: #d4d4d4;
  border-bottom-color: #d4d4d4;
}
.cid-v0yv6Xr9MF input::-webkit-clear-button {
  display: none;
}
.cid-v0yv6Xr9MF input::-webkit-inner-spin-button {
  display: none;
}
.cid-v0yv6Xr9MF input::-webkit-outer-spin-button {
  display: none;
}
.cid-v0yv6Xr9MF input::-webkit-calendar-picker-indicator {
  display: none;
}
.cid-v0yv6Xr9MF H4 {
  color: #ffffff;
}
.cid-us9aaHlMnX {
  padding-top: 15px;
  padding-bottom: 30px;
  background-image: url("../../../assets/images/adobestock-268948180-2000x1333.jpg");
}
.cid-us9aaHlMnX .row-links {
  width: 100%;
  -webkit-justify-content: center;
  justify-content: center;
}
.cid-us9aaHlMnX .social-row {
  width: 100%;
  -webkit-justify-content: center;
  justify-content: center;
}
.cid-us9aaHlMnX .media-container-row {
  -webkit-flex-direction: column;
  flex-direction: column;
  -webkit-justify-content: center;
  justify-content: center;
  -webkit-align-items: center;
  align-items: center;
}
.cid-us9aaHlMnX .media-container-row .foot-menu {
  list-style: none;
  display: flex;
  -webkit-justify-content: center;
  justify-content: center;
  -webkit-flex-wrap: wrap;
  flex-wrap: wrap;
  padding: 0;
  margin-bottom: 0;
}
.cid-us9aaHlMnX .media-container-row .foot-menu li {
  padding: 0 1rem 1rem 1rem;
}
.cid-us9aaHlMnX .media-container-row .foot-menu li p {
  margin: 0;
}
.cid-us9aaHlMnX .media-container-row .social-list {
  padding-left: 0;
  margin-bottom: 0;
  list-style: none;
  display: flex;
  -webkit-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-justify-content: flex-end;
  justify-content: flex-end;
}
.cid-us9aaHlMnX .media-container-row .social-list .mbr-iconfont-social {
  font-size: 1.5rem;
  color: #ffffff;
}
.cid-us9aaHlMnX .media-container-row .social-list .soc-item {
  margin: 0 0.5rem;
}
.cid-us9aaHlMnX .media-container-row .social-list a {
  margin: 0;
  opacity: 0.5;
  -webkit-transition: 0.2s linear;
  transition: 0.2s linear;
}
.cid-us9aaHlMnX .media-container-row .social-list a:hover {
  opacity: 1;
}
@media (max-width: 767px) {
  .cid-us9aaHlMnX .media-container-row .social-list {
    -webkit-justify-content: center;
    justify-content: center;
  }
}
.cid-us9aaHlMnX .media-container-row .row-copirayt {
  word-break: break-word;
  width: 100%;
}
.cid-us9aaHlMnX .media-container-row .row-copirayt p {
  width: 100%;
}
.cid-urS9YIIFDS {
  padding-top: 0rem;
  padding-bottom: 0rem;
}
.cid-urS9YIIFDS .navbar-dropdown {
  position: relative !important;
}
.cid-urS9YIIFDS .dropdown-item:before {
  font-family: Moririse2 !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;
  transform: scale(0, 1);
  transition: all 0.25s ease-in-out;
}
.cid-urS9YIIFDS .dropdown-menu {
  padding: 0;
  border-radius: 4px;
  box-shadow: 0 1px 3px 0 rgba(0, 0, 0, 0.1);
}
.cid-urS9YIIFDS .dropdown-item {
  border-bottom: 1px solid #e6e6e6;
}
.cid-urS9YIIFDS .dropdown-item:hover,
.cid-urS9YIIFDS .dropdown-item:focus {
  background: #000000;
  color: white;
}
.cid-urS9YIIFDS .dropdown-item:hover span {
  color: white;
}
.cid-urS9YIIFDS .dropdown-item:first-child {
  border-top-left-radius: 4px;
  border-top-right-radius: 4px;
}
.cid-urS9YIIFDS .dropdown-item:last-child {
  border-bottom: none;
  border-bottom-left-radius: 4px;
  border-bottom-right-radius: 4px;
}
.cid-urS9YIIFDS .nav-dropdown .link {
  padding: 0 0.3em !important;
  margin: 0.667em 1em !important;
}
.cid-urS9YIIFDS .nav-dropdown .link.dropdown-toggle::after {
  margin-left: 0.5rem;
  margin-top: 0.2rem;
}
.cid-urS9YIIFDS .nav-link {
  position: relative;
  font-weight: 500;
}
.cid-urS9YIIFDS .container {
  display: flex;
  margin: auto;
}
@media (min-width: 992px) {
  .cid-urS9YIIFDS .container {
    flex-wrap: nowrap;
  }
}
.cid-urS9YIIFDS .iconfont-wrapper {
  color: #000000 !important;
  font-size: 1.5rem;
  padding-right: 0.5rem;
}
.cid-urS9YIIFDS .dropdown-menu,
.cid-urS9YIIFDS .navbar.opened {
  background: #000000 !important;
}
.cid-urS9YIIFDS .nav-item:focus,
.cid-urS9YIIFDS .nav-link:focus {
  outline: none;
}
.cid-urS9YIIFDS .dropdown .dropdown-menu .dropdown-item {
  width: auto;
  transition: all 0.25s ease-in-out;
}
.cid-urS9YIIFDS .dropdown .dropdown-menu .dropdown-item::after {
  right: 0.5rem;
}
.cid-urS9YIIFDS .dropdown .dropdown-menu .dropdown-item .mbr-iconfont {
  margin-right: 0.5rem;
  vertical-align: sub;
}
.cid-urS9YIIFDS .dropdown .dropdown-menu .dropdown-item .mbr-iconfont:before {
  display: inline-block;
  transform: scale(1, 1);
  transition: all 0.25s ease-in-out;
}
.cid-urS9YIIFDS .collapsed .dropdown-menu .dropdown-item:before {
  display: none;
}
.cid-urS9YIIFDS .collapsed .dropdown .dropdown-menu .dropdown-item {
  padding: 0.235em 1.5em 0.235em 1.5em !important;
  transition: none;
  margin: 0 !important;
}
.cid-urS9YIIFDS .navbar {
  min-height: 70px;
  transition: all 0.3s;
  border-bottom: 1px solid transparent;
  box-shadow: 0 1px 3px 0 rgba(0, 0, 0, 0.1);
  background: #000000;
}
.cid-urS9YIIFDS .navbar.opened {
  transition: all 0.3s;
}
.cid-urS9YIIFDS .navbar .dropdown-item {
  padding: 0.5rem 1.8rem;
}
.cid-urS9YIIFDS .navbar .navbar-logo img {
  width: auto;
}
.cid-urS9YIIFDS .navbar .navbar-collapse {
  justify-content: flex-end;
  z-index: 1;
}
.cid-urS9YIIFDS .navbar.collapsed {
  justify-content: center;
}
.cid-urS9YIIFDS .navbar.collapsed .nav-item .nav-link::before {
  display: none;
}
.cid-urS9YIIFDS .navbar.collapsed.opened .dropdown-menu {
  top: 0;
}
@media (min-width: 992px) {
  .cid-urS9YIIFDS .navbar.collapsed.opened:not(.navbar-short) .navbar-collapse {
    max-height: calc(98.5vh - 3rem);
  }
}
.cid-urS9YIIFDS .navbar.collapsed .dropdown-menu .dropdown-submenu {
  left: 0 !important;
}
.cid-urS9YIIFDS .navbar.collapsed .dropdown-menu .dropdown-item:after {
  right: auto;
}
.cid-urS9YIIFDS .navbar.collapsed .dropdown-menu .dropdown-toggle[data-toggle="dropdown-submenu"]:after {
  margin-left: 0.5rem;
  margin-top: 0.2rem;
  border-top: 0.35em solid;
  border-right: 0.35em solid transparent;
  border-left: 0.35em solid transparent;
  border-bottom: 0;
  top: 41%;
}
.cid-urS9YIIFDS .navbar.collapsed ul.navbar-nav li {
  margin: auto;
}
.cid-urS9YIIFDS .navbar.collapsed .dropdown-menu .dropdown-item {
  padding: 0.25rem 1.5rem;
  text-align: center;
}
.cid-urS9YIIFDS .navbar.collapsed .icons-menu {
  padding-left: 0;
  padding-right: 0;
  padding-top: 0.5rem;
  padding-bottom: 0.5rem;
}
@media (max-width: 991px) {
  .cid-urS9YIIFDS .navbar .nav-item .nav-link::before {
    display: none;
  }
  .cid-urS9YIIFDS .navbar.opened .dropdown-menu {
    top: 0;
  }
  .cid-urS9YIIFDS .navbar .dropdown-menu .dropdown-submenu {
    left: 0 !important;
  }
  .cid-urS9YIIFDS .navbar .dropdown-menu .dropdown-item:after {
    right: auto;
  }
  .cid-urS9YIIFDS .navbar .dropdown-menu .dropdown-toggle[data-toggle="dropdown-submenu"]:after {
    margin-left: 0.5rem;
    margin-top: 0.2rem;
    border-top: 0.35em solid;
    border-right: 0.35em solid transparent;
    border-left: 0.35em solid transparent;
    border-bottom: 0;
    top: 40%;
  }
  .cid-urS9YIIFDS .navbar .navbar-logo img {
    height: 3rem !important;
  }
  .cid-urS9YIIFDS .navbar ul.navbar-nav li {
    margin: auto;
  }
  .cid-urS9YIIFDS .navbar .dropdown-menu .dropdown-item {
    padding: 0.25rem 1.5rem !important;
    text-align: center;
  }
  .cid-urS9YIIFDS .navbar .navbar-brand {
    flex-shrink: initial;
    flex-basis: auto;
    word-break: break-word;
    padding-right: 2rem;
  }
  .cid-urS9YIIFDS .navbar .navbar-toggler {
    flex-basis: auto;
  }
  .cid-urS9YIIFDS .navbar .icons-menu {
    padding-left: 0;
    padding-top: 0.5rem;
    padding-bottom: 0.5rem;
  }
}
@media (max-width: 991px) and (max-width: 767px) {
  .cid-urS9YIIFDS .navbar .navbar-brand {
    width: calc(100% - 31px);
  }
}
.cid-urS9YIIFDS .navbar.navbar-short {
  min-height: 60px;
}
.cid-urS9YIIFDS .navbar.navbar-short .navbar-logo img {
  height: 2.5rem !important;
}
.cid-urS9YIIFDS .navbar.navbar-short .navbar-brand {
  min-height: 60px;
  padding: 0;
}
.cid-urS9YIIFDS .navbar-brand {
  min-height: 70px;
  flex-shrink: 0;
  align-items: center;
  margin-right: 0;
  padding: 10px 0;
  transition: all 0.3s;
  word-break: break-word;
  z-index: 1;
}
.cid-urS9YIIFDS .navbar-brand .navbar-caption {
  line-height: inherit !important;
}
.cid-urS9YIIFDS .navbar-brand .navbar-logo a {
  outline: none;
}
.cid-urS9YIIFDS .dropdown-item.active,
.cid-urS9YIIFDS .dropdown-item:active {
  background-color: transparent;
}
.cid-urS9YIIFDS .navbar-expand-lg .navbar-nav .nav-link {
  padding: 0;
}
.cid-urS9YIIFDS .nav-dropdown .link.dropdown-toggle {
  margin-right: 1.667em;
}
.cid-urS9YIIFDS .nav-dropdown .link.dropdown-toggle[aria-expanded="true"] {
  margin-right: 0;
  padding: 0.667em 1.667em;
}
.cid-urS9YIIFDS .navbar.navbar-expand-lg .dropdown .dropdown-menu {
  background: #000000;
}
.cid-urS9YIIFDS .navbar.navbar-expand-lg .dropdown .dropdown-menu .dropdown-submenu {
  margin: 0;
  left: 100%;
}
.cid-urS9YIIFDS .navbar .dropdown.open > .dropdown-menu {
  display: block;
}
.cid-urS9YIIFDS ul.navbar-nav {
  flex-wrap: wrap;
}
.cid-urS9YIIFDS .navbar-buttons {
  text-align: center;
  min-width: 170px;
}
.cid-urS9YIIFDS button.navbar-toggler {
  outline: none;
  width: 31px;
  height: 20px;
  cursor: pointer;
  transition: all 0.2s;
  position: relative;
  align-self: center;
}
.cid-urS9YIIFDS button.navbar-toggler .hamburger span {
  position: absolute;
  right: 0;
  width: 30px;
  height: 2px;
  border-right: 5px;
  background-color: #fafafa;
}
.cid-urS9YIIFDS button.navbar-toggler .hamburger span:nth-child(1) {
  top: 0;
  transition: all 0.2s;
}
.cid-urS9YIIFDS button.navbar-toggler .hamburger span:nth-child(2) {
  top: 8px;
  transition: all 0.15s;
}
.cid-urS9YIIFDS button.navbar-toggler .hamburger span:nth-child(3) {
  top: 8px;
  transition: all 0.15s;
}
.cid-urS9YIIFDS button.navbar-toggler .hamburger span:nth-child(4) {
  top: 16px;
  transition: all 0.2s;
}
.cid-urS9YIIFDS nav.opened .hamburger span:nth-child(1) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-urS9YIIFDS nav.opened .hamburger span:nth-child(2) {
  transform: rotate(45deg);
  transition: all 0.25s;
}
.cid-urS9YIIFDS nav.opened .hamburger span:nth-child(3) {
  transform: rotate(-45deg);
  transition: all 0.25s;
}
.cid-urS9YIIFDS nav.opened .hamburger span:nth-child(4) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-urS9YIIFDS a.nav-link {
  display: flex;
  align-items: center;
  justify-content: center;
}
.cid-urS9YIIFDS .icons-menu {
  flex-wrap: nowrap;
  display: flex;
  justify-content: center;
  padding-left: 1rem;
  padding-right: 1rem;
  padding-top: 0.3rem;
  text-align: center;
}
@media screen and (-ms-high-contrast: active), (-ms-high-contrast: none) {
  .cid-urS9YIIFDS .navbar {
    height: 70px;
  }
  .cid-urS9YIIFDS .navbar.opened {
    height: auto;
  }
  .cid-urS9YIIFDS .nav-item .nav-link:hover::before {
    width: 175%;
    max-width: calc(100% + 2rem);
    left: -1rem;
  }
}
.cid-urSaenOyrT {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-image: url("../../../assets/images/adobestock-823420992-2000x1121.jpg");
}
.cid-urSaenOyrT .mbr-fallback-image.disabled {
  display: none;
}
.cid-urSaenOyrT .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-urSaenOyrT .content-wrapper .image-wrapper {
  margin-bottom: 32px;
}
.cid-urSaenOyrT .content-wrapper .image-wrapper img {
  height: 530px;
  object-fit: cover;
}
@media (max-width: 992px) {
  .cid-urSaenOyrT .content-wrapper .image-wrapper img {
    height: 350px;
  }
}
.cid-urSaenOyrT .content-wrapper .mbr-section-title {
  margin-bottom: 32px;
}
.cid-urSaenOyrT .content-wrapper .mbr-section-title span {
  color: #bcfe1e;
}
.cid-urSaenOyrT .content-wrapper .text-wrapper .mbr-text {
  display: inline-block;
  width: 60%;
  margin-bottom: 32px;
}
@media (max-width: 992px) {
  .cid-urSaenOyrT .content-wrapper .text-wrapper .mbr-text {
    margin-bottom: 16px;
    width: 100%;
  }
}
.cid-urSaenOyrT .mbr-section-title {
  color: #ffffff;
}
.cid-urSaenOyrT .mbr-text,
.cid-urSaenOyrT .text-wrapper {
  color: #bbbbbb;
  text-align: center;
}
.cid-urSaenOyrT .mbr-section-title,
.cid-urSaenOyrT .mbr-section-btn {
  text-align: center;
}
.cid-urS9YJngqL {
  padding-top: 1rem;
  padding-bottom: 0rem;
  background-color: #000000;
}
.cid-urS9YJngqL .mbr-fallback-image.disabled {
  display: none;
}
.cid-urS9YJngqL .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-urS9YJngqL .item {
  display: flex;
  align-items: center;
  flex-direction: column;
}
.cid-urS9YJngqL .item .icon-wrap {
  text-align: center;
}
.cid-urS9YJngqL .item::before {
  content: "";
  font-family: Moririse2 !important;
  position: absolute;
  font-size: 32px;
  left: -15px;
  top: 12%;
  width: 1px;
  height: 100px;
  border: 1px solid #000000;
}
.cid-urS9YJngqL .item.first:before {
  display: none;
}
.cid-urS9YJngqL .item.five:before {
  display: none;
}
.cid-urS9YJngqL .icon-box {
  width: 60px;
  min-width: 60px;
  height: 60px;
  border-radius: 50%;
  text-align: center;
  display: inline-block;
}
.cid-urS9YJngqL .text-box {
  text-align: center;
}
.cid-urS9YJngqL .mbr-iconfont {
  color: #fafafa !important;
  position: absolute;
  top: 50%;
  left: 100%;
}
@media (max-width: 768px) {
  .cid-urS9YJngqL .item:before {
    display: none;
  }
  .cid-urS9YJngqL .card-wrapper {
    margin-bottom: 2rem;
  }
}
.cid-urS9YJngqL .up {
  background-color: #e8e8e8;
  transform: translateY(-70px);
  margin: 0 auto;
}
.cid-urS9YJngqL .up h5 {
  font-size: 18px;
}
@media (min-width: 992px) {
  .cid-urS9YJngqL .up {
    margin: 0 auto;
  }
}
@media (max-width: 767px) {
  .cid-urS9YJngqL .first,
  .cid-urS9YJngqL .second {
    border-bottom: 1px solid #000000;
    width: 65%;
    margin: 0 auto;
  }
}
.cid-urS9YJngqL .position {
  padding: 20px;
}
.cid-usevpN06xC {
  padding-top: 5rem;
  padding-bottom: 3rem;
  background-image: url("../../../assets/images/adobestock-729965454-2000x1000.jpg");
}
.cid-usevpN06xC .mbr-fallback-image.disabled {
  display: none;
}
.cid-usevpN06xC .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-usevpN06xC .content-wrapper {
  position: relative;
  padding: 46px 24px 74px 24px;
  overflow: hidden;
  border: 1px solid #323046;
  background-color: #292739;
  background-color: transparent;
}
@media (max-width: 992px) {
  .cid-usevpN06xC .content-wrapper {
    padding: 24px 14px;
  }
}
.cid-usevpN06xC .content-wrapper::before {
  content: '';
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: linear-gradient(45deg, #000000, #000000);
  opacity: .3;
}
.cid-usevpN06xC .content-wrapper .mbr-section-title {
  position: relative;
  z-index: 1;
  margin-bottom: 48px;
}
@media (max-width: 992px) {
  .cid-usevpN06xC .content-wrapper .mbr-section-title {
    margin-bottom: 32px;
  }
}
.cid-usevpN06xC .content-wrapper .items-wrap {
  position: relative;
  z-index: 1;
  justify-content: center;
  margin: 0 -7px;
}
.cid-usevpN06xC .content-wrapper .items-wrap .item {
  padding: 0 7px;
  margin-bottom: 14px;
}
.cid-usevpN06xC .content-wrapper .items-wrap .item .item-img {
  position: relative;
  border: 1px solid #323046;
  box-shadow: 0px -1px 1px #fafafa;
  overflow: hidden;
  background-color: #292739;
  background-color: transparent;
}
.cid-usevpN06xC .content-wrapper .items-wrap .item .item-img::before {
  content: '';
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-color: #292739;
  opacity: .5;
}
.cid-usevpN06xC .content-wrapper .items-wrap .item .item-img .item-title {
  position: relative;
  z-index: 1;
  padding: 24px;
  margin-bottom: 0;
}
@media (max-width: 992px) {
  .cid-usevpN06xC .content-wrapper .items-wrap .item .item-img .item-title {
    padding: 14px;
  }
}
.cid-usevpN06xC .content-wrapper .items-wrap .item .item-img .image-wrap {
  position: relative;
  z-index: 1;
}
.cid-usevpN06xC .content-wrapper .items-wrap .item .item-img .image-wrap img {
  height: 220px;
  width: 100%;
  object-fit: cover;
  border-radius: 0 !important;
}
.cid-usevpN06xC .content-wrapper .items-wrap .item .item-content {
  position: relative;
  padding: 24px;
  overflow: hidden;
  border: 1px solid #323046;
  background-color: #292739;
  background-color: transparent;
}
@media (max-width: 992px) {
  .cid-usevpN06xC .content-wrapper .items-wrap .item .item-content {
    padding: 14px;
  }
}
.cid-usevpN06xC .content-wrapper .items-wrap .item .item-content::before {
  content: '';
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-color: #292739;
  opacity: .5;
}
.cid-usevpN06xC .content-wrapper .items-wrap .item .item-content .list {
  position: relative;
  z-index: 1;
  margin: 0;
  padding: 0;
  list-style-type: none;
}
.cid-usevpN06xC .content-wrapper .items-wrap .item .item-content .list .item-wrap {
  padding-left: 24px;
  position: relative;
  margin-bottom: 16px;
}
.cid-usevpN06xC .content-wrapper .items-wrap .item .item-content .list .item-wrap:last-child {
  margin-bottom: 0;
}
.cid-usevpN06xC .content-wrapper .items-wrap .item .item-content .list .item-wrap::before {
  content: '';
  position: absolute;
  top: 8px;
  left: 0;
  width: 12px;
  height: 12px;
  border-radius: 100%;
  background: #fafafa;
  background: linear-gradient(-125deg, #fafafa 30%, #7a7a7a);
}
.cid-usevpN06xC .content-wrapper .mbr-section-btn {
  position: relative;
  z-index: 1;
  margin-top: 64px;
}
@media (max-width: 992px) {
  .cid-usevpN06xC .content-wrapper .mbr-section-btn {
    margin-top: 14px;
  }
}
.cid-usevpN06xC .btn-wrapper {
  margin-top: -6%;
}
.cid-usevpN06xC .mbr-section-title {
  color: #ffffff;
}
.cid-usevpN06xC .item-title {
  color: #ffffff;
}
.cid-usevpN06xC .list {
  color: #bbbbbb;
}
.cid-usevpN06xC .mbr-section-title,
.cid-usevpN06xC .mbr-section-btn {
  text-align: center;
}
.cid-usvsN7FYjl {
  padding-top: 5rem;
  padding-bottom: 4rem;
  background-image: url("../../../assets/images/adobestock-268948180-2000x1333.jpg");
}
.cid-usvsN7FYjl .iconfont-wrapper {
  padding-bottom: 1rem;
  margin-bottom: 1rem;
}
.cid-usvsN7FYjl .card-box {
  z-index: 2;
  position: relative;
}
.cid-usvsN7FYjl .mbr-iconfont {
  font-size: 2rem;
  color: #fafafa;
  background: #000000;
  width: 80px;
  padding: 10px;
  border-radius: 6px;
  text-align: center;
}
.cid-usvsN7FYjl .mbr-iconfont-big {
  font-size: 14rem;
  color: #000000;
  position: absolute;
  bottom: -3rem;
  right: -4rem;
  z-index: -1;
  transition: all 0.6s;
  opacity: 0.1;
}
.cid-usvsN7FYjl .card-title,
.cid-usvsN7FYjl .card-text {
  transition: all 0.3s;
}
.cid-usvsN7FYjl .card-wrapper {
  position: relative;
  overflow: hidden;
  border-radius: 6px;
  padding: 4rem 3rem;
  box-shadow: 0 0 8px 0 rgba(0, 0, 0, 0.3);
  background: #fafafa;
  transition: all 0.3s;
}
.cid-usvsN7FYjl .card-wrapper:hover .mbr-iconfont-big {
  transform: rotate(-20deg);
}
@media (max-width: 767px) {
  .cid-usvsN7FYjl .card-wrapper {
    padding: 2rem 1rem;
  }
}
.cid-usvsN7FYjl .card-title,
.cid-usvsN7FYjl .iconfont-wrapper {
  color: #000000;
}
.cid-usvsN7FYjl .card-text {
  color: #2b2b2b;
}
.cid-usvsN7FYjl .mbr-section-title {
  color: #ffffff;
  text-align: center;
}
.cid-usvsN7FYjl .mbr-section-subtitle {
  color: #ffffff;
  text-align: center;
}
.cid-usvsN7FYjl .mbr-fallback-image.disabled {
  display: none;
}
.cid-usvsN7FYjl .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-us9aaHlMnX {
  padding-top: 15px;
  padding-bottom: 30px;
  background-image: url("../../../assets/images/adobestock-268948180-2000x1333.jpg");
}
.cid-us9aaHlMnX .row-links {
  width: 100%;
  -webkit-justify-content: center;
  justify-content: center;
}
.cid-us9aaHlMnX .social-row {
  width: 100%;
  -webkit-justify-content: center;
  justify-content: center;
}
.cid-us9aaHlMnX .media-container-row {
  -webkit-flex-direction: column;
  flex-direction: column;
  -webkit-justify-content: center;
  justify-content: center;
  -webkit-align-items: center;
  align-items: center;
}
.cid-us9aaHlMnX .media-container-row .foot-menu {
  list-style: none;
  display: flex;
  -webkit-justify-content: center;
  justify-content: center;
  -webkit-flex-wrap: wrap;
  flex-wrap: wrap;
  padding: 0;
  margin-bottom: 0;
}
.cid-us9aaHlMnX .media-container-row .foot-menu li {
  padding: 0 1rem 1rem 1rem;
}
.cid-us9aaHlMnX .media-container-row .foot-menu li p {
  margin: 0;
}
.cid-us9aaHlMnX .media-container-row .social-list {
  padding-left: 0;
  margin-bottom: 0;
  list-style: none;
  display: flex;
  -webkit-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-justify-content: flex-end;
  justify-content: flex-end;
}
.cid-us9aaHlMnX .media-container-row .social-list .mbr-iconfont-social {
  font-size: 1.5rem;
  color: #ffffff;
}
.cid-us9aaHlMnX .media-container-row .social-list .soc-item {
  margin: 0 0.5rem;
}
.cid-us9aaHlMnX .media-container-row .social-list a {
  margin: 0;
  opacity: 0.5;
  -webkit-transition: 0.2s linear;
  transition: 0.2s linear;
}
.cid-us9aaHlMnX .media-container-row .social-list a:hover {
  opacity: 1;
}
@media (max-width: 767px) {
  .cid-us9aaHlMnX .media-container-row .social-list {
    -webkit-justify-content: center;
    justify-content: center;
  }
}
.cid-us9aaHlMnX .media-container-row .row-copirayt {
  word-break: break-word;
  width: 100%;
}
.cid-us9aaHlMnX .media-container-row .row-copirayt p {
  width: 100%;
}
.cid-taOw7l9PvM {
  padding-top: 0rem;
  padding-bottom: 0rem;
}
.cid-taOw7l9PvM .navbar-dropdown {
  position: relative !important;
}
.cid-taOw7l9PvM .dropdown-item:before {
  font-family: Moririse2 !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;
  transform: scale(0, 1);
  transition: all 0.25s ease-in-out;
}
.cid-taOw7l9PvM .dropdown-menu {
  padding: 0;
  border-radius: 4px;
  box-shadow: 0 1px 3px 0 rgba(0, 0, 0, 0.1);
}
.cid-taOw7l9PvM .dropdown-item {
  border-bottom: 1px solid #e6e6e6;
}
.cid-taOw7l9PvM .dropdown-item:hover,
.cid-taOw7l9PvM .dropdown-item:focus {
  background: #000000;
  color: white;
}
.cid-taOw7l9PvM .dropdown-item:hover span {
  color: white;
}
.cid-taOw7l9PvM .dropdown-item:first-child {
  border-top-left-radius: 4px;
  border-top-right-radius: 4px;
}
.cid-taOw7l9PvM .dropdown-item:last-child {
  border-bottom: none;
  border-bottom-left-radius: 4px;
  border-bottom-right-radius: 4px;
}
.cid-taOw7l9PvM .nav-dropdown .link {
  padding: 0 0.3em !important;
  margin: 0.667em 1em !important;
}
.cid-taOw7l9PvM .nav-dropdown .link.dropdown-toggle::after {
  margin-left: 0.5rem;
  margin-top: 0.2rem;
}
.cid-taOw7l9PvM .nav-link {
  position: relative;
  font-weight: 500;
}
.cid-taOw7l9PvM .container {
  display: flex;
  margin: auto;
}
@media (min-width: 992px) {
  .cid-taOw7l9PvM .container {
    flex-wrap: nowrap;
  }
}
.cid-taOw7l9PvM .iconfont-wrapper {
  color: #000000 !important;
  font-size: 1.5rem;
  padding-right: 0.5rem;
}
.cid-taOw7l9PvM .dropdown-menu,
.cid-taOw7l9PvM .navbar.opened {
  background: #000000 !important;
}
.cid-taOw7l9PvM .nav-item:focus,
.cid-taOw7l9PvM .nav-link:focus {
  outline: none;
}
.cid-taOw7l9PvM .dropdown .dropdown-menu .dropdown-item {
  width: auto;
  transition: all 0.25s ease-in-out;
}
.cid-taOw7l9PvM .dropdown .dropdown-menu .dropdown-item::after {
  right: 0.5rem;
}
.cid-taOw7l9PvM .dropdown .dropdown-menu .dropdown-item .mbr-iconfont {
  margin-right: 0.5rem;
  vertical-align: sub;
}
.cid-taOw7l9PvM .dropdown .dropdown-menu .dropdown-item .mbr-iconfont:before {
  display: inline-block;
  transform: scale(1, 1);
  transition: all 0.25s ease-in-out;
}
.cid-taOw7l9PvM .collapsed .dropdown-menu .dropdown-item:before {
  display: none;
}
.cid-taOw7l9PvM .collapsed .dropdown .dropdown-menu .dropdown-item {
  padding: 0.235em 1.5em 0.235em 1.5em !important;
  transition: none;
  margin: 0 !important;
}
.cid-taOw7l9PvM .navbar {
  min-height: 70px;
  transition: all 0.3s;
  border-bottom: 1px solid transparent;
  box-shadow: 0 1px 3px 0 rgba(0, 0, 0, 0.1);
  background: #000000;
}
.cid-taOw7l9PvM .navbar.opened {
  transition: all 0.3s;
}
.cid-taOw7l9PvM .navbar .dropdown-item {
  padding: 0.5rem 1.8rem;
}
.cid-taOw7l9PvM .navbar .navbar-logo img {
  width: auto;
}
.cid-taOw7l9PvM .navbar .navbar-collapse {
  justify-content: flex-end;
  z-index: 1;
}
.cid-taOw7l9PvM .navbar.collapsed {
  justify-content: center;
}
.cid-taOw7l9PvM .navbar.collapsed .nav-item .nav-link::before {
  display: none;
}
.cid-taOw7l9PvM .navbar.collapsed.opened .dropdown-menu {
  top: 0;
}
@media (min-width: 992px) {
  .cid-taOw7l9PvM .navbar.collapsed.opened:not(.navbar-short) .navbar-collapse {
    max-height: calc(98.5vh - 3rem);
  }
}
.cid-taOw7l9PvM .navbar.collapsed .dropdown-menu .dropdown-submenu {
  left: 0 !important;
}
.cid-taOw7l9PvM .navbar.collapsed .dropdown-menu .dropdown-item:after {
  right: auto;
}
.cid-taOw7l9PvM .navbar.collapsed .dropdown-menu .dropdown-toggle[data-toggle="dropdown-submenu"]:after {
  margin-left: 0.5rem;
  margin-top: 0.2rem;
  border-top: 0.35em solid;
  border-right: 0.35em solid transparent;
  border-left: 0.35em solid transparent;
  border-bottom: 0;
  top: 41%;
}
.cid-taOw7l9PvM .navbar.collapsed ul.navbar-nav li {
  margin: auto;
}
.cid-taOw7l9PvM .navbar.collapsed .dropdown-menu .dropdown-item {
  padding: 0.25rem 1.5rem;
  text-align: center;
}
.cid-taOw7l9PvM .navbar.collapsed .icons-menu {
  padding-left: 0;
  padding-right: 0;
  padding-top: 0.5rem;
  padding-bottom: 0.5rem;
}
@media (max-width: 991px) {
  .cid-taOw7l9PvM .navbar .nav-item .nav-link::before {
    display: none;
  }
  .cid-taOw7l9PvM .navbar.opened .dropdown-menu {
    top: 0;
  }
  .cid-taOw7l9PvM .navbar .dropdown-menu .dropdown-submenu {
    left: 0 !important;
  }
  .cid-taOw7l9PvM .navbar .dropdown-menu .dropdown-item:after {
    right: auto;
  }
  .cid-taOw7l9PvM .navbar .dropdown-menu .dropdown-toggle[data-toggle="dropdown-submenu"]:after {
    margin-left: 0.5rem;
    margin-top: 0.2rem;
    border-top: 0.35em solid;
    border-right: 0.35em solid transparent;
    border-left: 0.35em solid transparent;
    border-bottom: 0;
    top: 40%;
  }
  .cid-taOw7l9PvM .navbar .navbar-logo img {
    height: 3rem !important;
  }
  .cid-taOw7l9PvM .navbar ul.navbar-nav li {
    margin: auto;
  }
  .cid-taOw7l9PvM .navbar .dropdown-menu .dropdown-item {
    padding: 0.25rem 1.5rem !important;
    text-align: center;
  }
  .cid-taOw7l9PvM .navbar .navbar-brand {
    flex-shrink: initial;
    flex-basis: auto;
    word-break: break-word;
    padding-right: 2rem;
  }
  .cid-taOw7l9PvM .navbar .navbar-toggler {
    flex-basis: auto;
  }
  .cid-taOw7l9PvM .navbar .icons-menu {
    padding-left: 0;
    padding-top: 0.5rem;
    padding-bottom: 0.5rem;
  }
}
@media (max-width: 991px) and (max-width: 767px) {
  .cid-taOw7l9PvM .navbar .navbar-brand {
    width: calc(100% - 31px);
  }
}
.cid-taOw7l9PvM .navbar.navbar-short {
  min-height: 60px;
}
.cid-taOw7l9PvM .navbar.navbar-short .navbar-logo img {
  height: 2.5rem !important;
}
.cid-taOw7l9PvM .navbar.navbar-short .navbar-brand {
  min-height: 60px;
  padding: 0;
}
.cid-taOw7l9PvM .navbar-brand {
  min-height: 70px;
  flex-shrink: 0;
  align-items: center;
  margin-right: 0;
  padding: 10px 0;
  transition: all 0.3s;
  word-break: break-word;
  z-index: 1;
}
.cid-taOw7l9PvM .navbar-brand .navbar-caption {
  line-height: inherit !important;
}
.cid-taOw7l9PvM .navbar-brand .navbar-logo a {
  outline: none;
}
.cid-taOw7l9PvM .dropdown-item.active,
.cid-taOw7l9PvM .dropdown-item:active {
  background-color: transparent;
}
.cid-taOw7l9PvM .navbar-expand-lg .navbar-nav .nav-link {
  padding: 0;
}
.cid-taOw7l9PvM .nav-dropdown .link.dropdown-toggle {
  margin-right: 1.667em;
}
.cid-taOw7l9PvM .nav-dropdown .link.dropdown-toggle[aria-expanded="true"] {
  margin-right: 0;
  padding: 0.667em 1.667em;
}
.cid-taOw7l9PvM .navbar.navbar-expand-lg .dropdown .dropdown-menu {
  background: #000000;
}
.cid-taOw7l9PvM .navbar.navbar-expand-lg .dropdown .dropdown-menu .dropdown-submenu {
  margin: 0;
  left: 100%;
}
.cid-taOw7l9PvM .navbar .dropdown.open > .dropdown-menu {
  display: block;
}
.cid-taOw7l9PvM ul.navbar-nav {
  flex-wrap: wrap;
}
.cid-taOw7l9PvM .navbar-buttons {
  text-align: center;
  min-width: 170px;
}
.cid-taOw7l9PvM button.navbar-toggler {
  outline: none;
  width: 31px;
  height: 20px;
  cursor: pointer;
  transition: all 0.2s;
  position: relative;
  align-self: center;
}
.cid-taOw7l9PvM button.navbar-toggler .hamburger span {
  position: absolute;
  right: 0;
  width: 30px;
  height: 2px;
  border-right: 5px;
  background-color: #fafafa;
}
.cid-taOw7l9PvM button.navbar-toggler .hamburger span:nth-child(1) {
  top: 0;
  transition: all 0.2s;
}
.cid-taOw7l9PvM button.navbar-toggler .hamburger span:nth-child(2) {
  top: 8px;
  transition: all 0.15s;
}
.cid-taOw7l9PvM button.navbar-toggler .hamburger span:nth-child(3) {
  top: 8px;
  transition: all 0.15s;
}
.cid-taOw7l9PvM button.navbar-toggler .hamburger span:nth-child(4) {
  top: 16px;
  transition: all 0.2s;
}
.cid-taOw7l9PvM nav.opened .hamburger span:nth-child(1) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-taOw7l9PvM nav.opened .hamburger span:nth-child(2) {
  transform: rotate(45deg);
  transition: all 0.25s;
}
.cid-taOw7l9PvM nav.opened .hamburger span:nth-child(3) {
  transform: rotate(-45deg);
  transition: all 0.25s;
}
.cid-taOw7l9PvM nav.opened .hamburger span:nth-child(4) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-taOw7l9PvM a.nav-link {
  display: flex;
  align-items: center;
  justify-content: center;
}
.cid-taOw7l9PvM .icons-menu {
  flex-wrap: nowrap;
  display: flex;
  justify-content: center;
  padding-left: 1rem;
  padding-right: 1rem;
  padding-top: 0.3rem;
  text-align: center;
}
@media screen and (-ms-high-contrast: active), (-ms-high-contrast: none) {
  .cid-taOw7l9PvM .navbar {
    height: 70px;
  }
  .cid-taOw7l9PvM .navbar.opened {
    height: auto;
  }
  .cid-taOw7l9PvM .nav-item .nav-link:hover::before {
    width: 175%;
    max-width: calc(100% + 2rem);
    left: -1rem;
  }
}
.cid-uL6AoqysEq {
  padding-top: 5rem;
  padding-bottom: 4rem;
  background-image: url("../../../assets/images/hawk-logo-over-blue-radio-waves-1920x1080.png");
}
.cid-uL6AoqysEq .card-btn {
  width: 10rem;
  height: 10rem;
  border-radius: 50%;
  padding-top: 0.5rem;
}
.cid-uL6AoqysEq .card-btn .rotate {
  transform: rotate(225deg);
  margin-top: 0.2rem;
  margin-left: 0;
}
.cid-uL6AoqysEq .card-btn svg {
  transition: all 0.4s;
}
.cid-uL6AoqysEq .card-btn:hover > svg {
  transform: rotate(315deg);
}
@media (max-width: 991px) {
  .cid-uL6AoqysEq .card-btn {
    right: 0;
    top: 1.5rem;
  }
}
@media (max-width: 576px) {
  .cid-uL6AoqysEq .card-btn {
    width: 8rem;
    height: 8rem;
    right: 0;
    top: 1.5rem;
  }
  .cid-uL6AoqysEq .card-btn p {
    margin-bottom: 0.5rem;
  }
}
.cid-uL6AoqysEq .column {
  display: flex;
  flex-direction: column;
}
.cid-uL6AoqysEq .mbr-card-title,
.cid-uL6AoqysEq .mbr-text {
  color: #fafafa;
}
.cid-uL6AoqysEq .icon-wrap {
  display: flex;
  justify-content: flex-end;
}
@media (max-width: 767px) {
  .cid-uL6AoqysEq .icon-wrap {
    justify-content: center;
    flex-wrap: wrap;
  }
}
.cid-us9bZvSnzQ {
  padding-top: 60px;
  padding-bottom: 75px;
  background-color: #000000;
}
.cid-us9bZvSnzQ .google-map {
  height: 25rem;
  position: relative;
}
.cid-us9bZvSnzQ .google-map iframe {
  height: 100%;
  width: 100%;
}
.cid-us9bZvSnzQ .google-map [data-state-details] {
  color: #6b6763;
  font-family: Montserrat;
  height: 1.5em;
  margin-top: -0.75em;
  padding-left: 1.25rem;
  padding-right: 1.25rem;
  position: absolute;
  text-align: center;
  top: 50%;
  width: 100%;
}
.cid-us9bZvSnzQ .google-map[data-state] {
  background: #e9e5dc;
}
.cid-us9bZvSnzQ .google-map[data-state="loading"] [data-state-details] {
  display: none;
}
.cid-us9bZvSnzQ .wrapper {
  margin-top: -10rem;
  background: #fafafa;
  -webkit-box-shadow: 0px 0px 30px rgba(115, 128, 157, 0.1);
  box-shadow: 0px 0px 30px rgba(115, 128, 157, 0.1);
  border-radius: 40px;
  border-collapse: separate;
  -webkit-perspective: 1px;
  perspective: 1px;
  overflow: hidden;
}
.cid-us9bZvSnzQ .wrapper .row {
  -webkit-box-pack: end;
  -ms-flex-pack: end;
  justify-content: flex-end;
  -webkit-box-align: stretch;
  -ms-flex-align: stretch;
  align-items: stretch;
  border-radius: 40px;
  border-collapse: separate;
  -webkit-perspective: 1px;
  perspective: 1px;
}
.cid-us9bZvSnzQ .wrapper .row .btn {
  border-radius: 30px;
  padding: 0.8rem 3rem !important;
}
.cid-us9bZvSnzQ .wrapper .row .title {
  color: #fafafa;
}
.cid-us9bZvSnzQ .wrapper .form-container {
  padding: 3rem;
  border-radius: 40px;
  border-collapse: separate;
  -webkit-perspective: 1px;
  perspective: 1px;
  overflow: hidden;
}
.cid-us9bZvSnzQ .content-panel {
  padding: 3rem;
  background: linear-gradient(45deg, #000000, #9b9ba5);
  height: 100%;
  border-top-right-radius: 0.25rem;
  border-bottom-right-radius: 0.25rem;
  overflow: hidden;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
}
.cid-us9bZvSnzQ .mbr-text {
  color: #efefef;
}
.cid-us9bZvSnzQ .form-control {
  border-radius: 10px !important;
  -webkit-box-shadow: 0px 0px 30px rgba(115, 128, 157, 0.1);
  box-shadow: 0px 0px 30px rgba(115, 128, 157, 0.1);
  min-height: 40px;
}
.cid-us9bZvSnzQ textarea.form-control {
  min-height: 170px;
}
.cid-us9bZvSnzQ .social-list {
  margin-top: auto;
  padding-left: 0;
  margin-bottom: 0;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-box-pack: start;
  -ms-flex-pack: start;
  justify-content: flex-start;
}
.cid-us9bZvSnzQ .social-list .mbr-iconfont-social {
  font-size: 1.2rem;
  color: #fff;
}
.cid-us9bZvSnzQ .social-list .mbr-iconfont:before {
  padding: 0.5rem;
  border: 2px solid;
  border-radius: 100px;
  border-style: dotted;
}
.cid-us9bZvSnzQ .social-list .soc-item {
  margin: 15px 3px 0px 3px;
}
.cid-us9bZvSnzQ .social-list a {
  margin: 0;
  opacity: 0.7;
  -webkit-transition: 0.2s linear;
  transition: 0.2s linear;
}
.cid-us9bZvSnzQ .social-list a:hover {
  opacity: 1;
}
@media (max-width: 767px) {
  .cid-us9bZvSnzQ .container {
    max-width: 80% !important;
  }
  .cid-us9bZvSnzQ .wrapper {
    margin-top: 0;
    border-radius: 40px;
  }
  .cid-us9bZvSnzQ .wrapper .main-row {
    -webkit-box-orient: vertical;
    -webkit-box-direction: reverse;
    -ms-flex-direction: column-reverse;
    flex-direction: column-reverse;
  }
  .cid-us9bZvSnzQ .wrapper .main-row .text-block .content-panel {
    border-radius: 0 0 30px 30px !important;
  }
  .cid-us9bZvSnzQ .wrapper .main-row .text-block .content-panel .social-list {
    margin-left: auto;
    margin-right: auto;
  }
  .cid-us9bZvSnzQ .form-container {
    border-radius: 30px 30px 0 0 !important;
  }
}
.cid-us9bZvSnzQ .wrapper .row .title {
  color: #000000;
}
.cid-us9aaHlMnX {
  padding-top: 15px;
  padding-bottom: 30px;
  background-image: url("../../../assets/images/adobestock-268948180-2000x1333.jpg");
}
.cid-us9aaHlMnX .row-links {
  width: 100%;
  -webkit-justify-content: center;
  justify-content: center;
}
.cid-us9aaHlMnX .social-row {
  width: 100%;
  -webkit-justify-content: center;
  justify-content: center;
}
.cid-us9aaHlMnX .media-container-row {
  -webkit-flex-direction: column;
  flex-direction: column;
  -webkit-justify-content: center;
  justify-content: center;
  -webkit-align-items: center;
  align-items: center;
}
.cid-us9aaHlMnX .media-container-row .foot-menu {
  list-style: none;
  display: flex;
  -webkit-justify-content: center;
  justify-content: center;
  -webkit-flex-wrap: wrap;
  flex-wrap: wrap;
  padding: 0;
  margin-bottom: 0;
}
.cid-us9aaHlMnX .media-container-row .foot-menu li {
  padding: 0 1rem 1rem 1rem;
}
.cid-us9aaHlMnX .media-container-row .foot-menu li p {
  margin: 0;
}
.cid-us9aaHlMnX .media-container-row .social-list {
  padding-left: 0;
  margin-bottom: 0;
  list-style: none;
  display: flex;
  -webkit-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-justify-content: flex-end;
  justify-content: flex-end;
}
.cid-us9aaHlMnX .media-container-row .social-list .mbr-iconfont-social {
  font-size: 1.5rem;
  color: #ffffff;
}
.cid-us9aaHlMnX .media-container-row .social-list .soc-item {
  margin: 0 0.5rem;
}
.cid-us9aaHlMnX .media-container-row .social-list a {
  margin: 0;
  opacity: 0.5;
  -webkit-transition: 0.2s linear;
  transition: 0.2s linear;
}
.cid-us9aaHlMnX .media-container-row .social-list a:hover {
  opacity: 1;
}
@media (max-width: 767px) {
  .cid-us9aaHlMnX .media-container-row .social-list {
    -webkit-justify-content: center;
    justify-content: center;
  }
}
.cid-us9aaHlMnX .media-container-row .row-copirayt {
  word-break: break-word;
  width: 100%;
}
.cid-us9aaHlMnX .media-container-row .row-copirayt p {
  width: 100%;
}
.cid-taOw7l9PvM {
  padding-top: 0rem;
  padding-bottom: 0rem;
}
.cid-taOw7l9PvM .navbar-dropdown {
  position: relative !important;
}
.cid-taOw7l9PvM .dropdown-item:before {
  font-family: Moririse2 !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;
  transform: scale(0, 1);
  transition: all 0.25s ease-in-out;
}
.cid-taOw7l9PvM .dropdown-menu {
  padding: 0;
  border-radius: 4px;
  box-shadow: 0 1px 3px 0 rgba(0, 0, 0, 0.1);
}
.cid-taOw7l9PvM .dropdown-item {
  border-bottom: 1px solid #e6e6e6;
}
.cid-taOw7l9PvM .dropdown-item:hover,
.cid-taOw7l9PvM .dropdown-item:focus {
  background: #000000;
  color: white;
}
.cid-taOw7l9PvM .dropdown-item:hover span {
  color: white;
}
.cid-taOw7l9PvM .dropdown-item:first-child {
  border-top-left-radius: 4px;
  border-top-right-radius: 4px;
}
.cid-taOw7l9PvM .dropdown-item:last-child {
  border-bottom: none;
  border-bottom-left-radius: 4px;
  border-bottom-right-radius: 4px;
}
.cid-taOw7l9PvM .nav-dropdown .link {
  padding: 0 0.3em !important;
  margin: 0.667em 1em !important;
}
.cid-taOw7l9PvM .nav-dropdown .link.dropdown-toggle::after {
  margin-left: 0.5rem;
  margin-top: 0.2rem;
}
.cid-taOw7l9PvM .nav-link {
  position: relative;
  font-weight: 500;
}
.cid-taOw7l9PvM .container {
  display: flex;
  margin: auto;
}
@media (min-width: 992px) {
  .cid-taOw7l9PvM .container {
    flex-wrap: nowrap;
  }
}
.cid-taOw7l9PvM .iconfont-wrapper {
  color: #000000 !important;
  font-size: 1.5rem;
  padding-right: 0.5rem;
}
.cid-taOw7l9PvM .dropdown-menu,
.cid-taOw7l9PvM .navbar.opened {
  background: #000000 !important;
}
.cid-taOw7l9PvM .nav-item:focus,
.cid-taOw7l9PvM .nav-link:focus {
  outline: none;
}
.cid-taOw7l9PvM .dropdown .dropdown-menu .dropdown-item {
  width: auto;
  transition: all 0.25s ease-in-out;
}
.cid-taOw7l9PvM .dropdown .dropdown-menu .dropdown-item::after {
  right: 0.5rem;
}
.cid-taOw7l9PvM .dropdown .dropdown-menu .dropdown-item .mbr-iconfont {
  margin-right: 0.5rem;
  vertical-align: sub;
}
.cid-taOw7l9PvM .dropdown .dropdown-menu .dropdown-item .mbr-iconfont:before {
  display: inline-block;
  transform: scale(1, 1);
  transition: all 0.25s ease-in-out;
}
.cid-taOw7l9PvM .collapsed .dropdown-menu .dropdown-item:before {
  display: none;
}
.cid-taOw7l9PvM .collapsed .dropdown .dropdown-menu .dropdown-item {
  padding: 0.235em 1.5em 0.235em 1.5em !important;
  transition: none;
  margin: 0 !important;
}
.cid-taOw7l9PvM .navbar {
  min-height: 70px;
  transition: all 0.3s;
  border-bottom: 1px solid transparent;
  box-shadow: 0 1px 3px 0 rgba(0, 0, 0, 0.1);
  background: #000000;
}
.cid-taOw7l9PvM .navbar.opened {
  transition: all 0.3s;
}
.cid-taOw7l9PvM .navbar .dropdown-item {
  padding: 0.5rem 1.8rem;
}
.cid-taOw7l9PvM .navbar .navbar-logo img {
  width: auto;
}
.cid-taOw7l9PvM .navbar .navbar-collapse {
  justify-content: flex-end;
  z-index: 1;
}
.cid-taOw7l9PvM .navbar.collapsed {
  justify-content: center;
}
.cid-taOw7l9PvM .navbar.collapsed .nav-item .nav-link::before {
  display: none;
}
.cid-taOw7l9PvM .navbar.collapsed.opened .dropdown-menu {
  top: 0;
}
@media (min-width: 992px) {
  .cid-taOw7l9PvM .navbar.collapsed.opened:not(.navbar-short) .navbar-collapse {
    max-height: calc(98.5vh - 3rem);
  }
}
.cid-taOw7l9PvM .navbar.collapsed .dropdown-menu .dropdown-submenu {
  left: 0 !important;
}
.cid-taOw7l9PvM .navbar.collapsed .dropdown-menu .dropdown-item:after {
  right: auto;
}
.cid-taOw7l9PvM .navbar.collapsed .dropdown-menu .dropdown-toggle[data-toggle="dropdown-submenu"]:after {
  margin-left: 0.5rem;
  margin-top: 0.2rem;
  border-top: 0.35em solid;
  border-right: 0.35em solid transparent;
  border-left: 0.35em solid transparent;
  border-bottom: 0;
  top: 41%;
}
.cid-taOw7l9PvM .navbar.collapsed ul.navbar-nav li {
  margin: auto;
}
.cid-taOw7l9PvM .navbar.collapsed .dropdown-menu .dropdown-item {
  padding: 0.25rem 1.5rem;
  text-align: center;
}
.cid-taOw7l9PvM .navbar.collapsed .icons-menu {
  padding-left: 0;
  padding-right: 0;
  padding-top: 0.5rem;
  padding-bottom: 0.5rem;
}
@media (max-width: 991px) {
  .cid-taOw7l9PvM .navbar .nav-item .nav-link::before {
    display: none;
  }
  .cid-taOw7l9PvM .navbar.opened .dropdown-menu {
    top: 0;
  }
  .cid-taOw7l9PvM .navbar .dropdown-menu .dropdown-submenu {
    left: 0 !important;
  }
  .cid-taOw7l9PvM .navbar .dropdown-menu .dropdown-item:after {
    right: auto;
  }
  .cid-taOw7l9PvM .navbar .dropdown-menu .dropdown-toggle[data-toggle="dropdown-submenu"]:after {
    margin-left: 0.5rem;
    margin-top: 0.2rem;
    border-top: 0.35em solid;
    border-right: 0.35em solid transparent;
    border-left: 0.35em solid transparent;
    border-bottom: 0;
    top: 40%;
  }
  .cid-taOw7l9PvM .navbar .navbar-logo img {
    height: 3rem !important;
  }
  .cid-taOw7l9PvM .navbar ul.navbar-nav li {
    margin: auto;
  }
  .cid-taOw7l9PvM .navbar .dropdown-menu .dropdown-item {
    padding: 0.25rem 1.5rem !important;
    text-align: center;
  }
  .cid-taOw7l9PvM .navbar .navbar-brand {
    flex-shrink: initial;
    flex-basis: auto;
    word-break: break-word;
    padding-right: 2rem;
  }
  .cid-taOw7l9PvM .navbar .navbar-toggler {
    flex-basis: auto;
  }
  .cid-taOw7l9PvM .navbar .icons-menu {
    padding-left: 0;
    padding-top: 0.5rem;
    padding-bottom: 0.5rem;
  }
}
@media (max-width: 991px) and (max-width: 767px) {
  .cid-taOw7l9PvM .navbar .navbar-brand {
    width: calc(100% - 31px);
  }
}
.cid-taOw7l9PvM .navbar.navbar-short {
  min-height: 60px;
}
.cid-taOw7l9PvM .navbar.navbar-short .navbar-logo img {
  height: 2.5rem !important;
}
.cid-taOw7l9PvM .navbar.navbar-short .navbar-brand {
  min-height: 60px;
  padding: 0;
}
.cid-taOw7l9PvM .navbar-brand {
  min-height: 70px;
  flex-shrink: 0;
  align-items: center;
  margin-right: 0;
  padding: 10px 0;
  transition: all 0.3s;
  word-break: break-word;
  z-index: 1;
}
.cid-taOw7l9PvM .navbar-brand .navbar-caption {
  line-height: inherit !important;
}
.cid-taOw7l9PvM .navbar-brand .navbar-logo a {
  outline: none;
}
.cid-taOw7l9PvM .dropdown-item.active,
.cid-taOw7l9PvM .dropdown-item:active {
  background-color: transparent;
}
.cid-taOw7l9PvM .navbar-expand-lg .navbar-nav .nav-link {
  padding: 0;
}
.cid-taOw7l9PvM .nav-dropdown .link.dropdown-toggle {
  margin-right: 1.667em;
}
.cid-taOw7l9PvM .nav-dropdown .link.dropdown-toggle[aria-expanded="true"] {
  margin-right: 0;
  padding: 0.667em 1.667em;
}
.cid-taOw7l9PvM .navbar.navbar-expand-lg .dropdown .dropdown-menu {
  background: #000000;
}
.cid-taOw7l9PvM .navbar.navbar-expand-lg .dropdown .dropdown-menu .dropdown-submenu {
  margin: 0;
  left: 100%;
}
.cid-taOw7l9PvM .navbar .dropdown.open > .dropdown-menu {
  display: block;
}
.cid-taOw7l9PvM ul.navbar-nav {
  flex-wrap: wrap;
}
.cid-taOw7l9PvM .navbar-buttons {
  text-align: center;
  min-width: 170px;
}
.cid-taOw7l9PvM button.navbar-toggler {
  outline: none;
  width: 31px;
  height: 20px;
  cursor: pointer;
  transition: all 0.2s;
  position: relative;
  align-self: center;
}
.cid-taOw7l9PvM button.navbar-toggler .hamburger span {
  position: absolute;
  right: 0;
  width: 30px;
  height: 2px;
  border-right: 5px;
  background-color: #fafafa;
}
.cid-taOw7l9PvM button.navbar-toggler .hamburger span:nth-child(1) {
  top: 0;
  transition: all 0.2s;
}
.cid-taOw7l9PvM button.navbar-toggler .hamburger span:nth-child(2) {
  top: 8px;
  transition: all 0.15s;
}
.cid-taOw7l9PvM button.navbar-toggler .hamburger span:nth-child(3) {
  top: 8px;
  transition: all 0.15s;
}
.cid-taOw7l9PvM button.navbar-toggler .hamburger span:nth-child(4) {
  top: 16px;
  transition: all 0.2s;
}
.cid-taOw7l9PvM nav.opened .hamburger span:nth-child(1) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-taOw7l9PvM nav.opened .hamburger span:nth-child(2) {
  transform: rotate(45deg);
  transition: all 0.25s;
}
.cid-taOw7l9PvM nav.opened .hamburger span:nth-child(3) {
  transform: rotate(-45deg);
  transition: all 0.25s;
}
.cid-taOw7l9PvM nav.opened .hamburger span:nth-child(4) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-taOw7l9PvM a.nav-link {
  display: flex;
  align-items: center;
  justify-content: center;
}
.cid-taOw7l9PvM .icons-menu {
  flex-wrap: nowrap;
  display: flex;
  justify-content: center;
  padding-left: 1rem;
  padding-right: 1rem;
  padding-top: 0.3rem;
  text-align: center;
}
@media screen and (-ms-high-contrast: active), (-ms-high-contrast: none) {
  .cid-taOw7l9PvM .navbar {
    height: 70px;
  }
  .cid-taOw7l9PvM .navbar.opened {
    height: auto;
  }
  .cid-taOw7l9PvM .nav-item .nav-link:hover::before {
    width: 175%;
    max-width: calc(100% + 2rem);
    left: -1rem;
  }
}
.cid-us8StSgZrC .mbr-fallback-image.disabled {
  display: none;
}
.cid-us8StSgZrC .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/background1-1.jpg");
}
.cid-us8StSgZrC .container-fluid {
  margin: 0;
  padding: 0 60px;
}
@media (max-width: 992px) {
  .cid-us8StSgZrC .container-fluid {
    padding: 0 25px;
  }
}
.cid-us8StSgZrC .container-fluid .row {
  padding: 0;
}
.cid-us8StSgZrC .title-wrapper .image-wrapper {
  margin-bottom: 36px;
}
.cid-us8StSgZrC .title-wrapper .image-wrapper img {
  width: 108px;
  height: 108px;
  display: inline;
}
.cid-us8StSgZrC .title-wrapper .mbr-section-title {
  margin-bottom: 20px;
}
.cid-us8StSgZrC .title-wrapper .mbr-text {
  margin-bottom: 50px;
}
.cid-us8StSgZrC .title-wrapper .mbr-section-btn .btn {
  background-image: linear-gradient(99deg, rgba(255, 255, 255, 0) 30%, #ffffff 100%), radial-gradient(circle at 50% 50%, #ffffff 0, rgba(255, 255, 255, 0) 70%);
  color: #000000 !important;
}
.cid-us8StSgZrC .mbr-section-title {
  color: #ffffff;
}
.cid-us8StSgZrC .mbr-text {
  color: #b6b6b6;
  text-align: center;
}
.cid-us8StSgZrC .mbr-section-title,
.cid-us8StSgZrC .mbr-section-btn,
.cid-us8StSgZrC .image-wrapper {
  text-align: center;
}
.cid-taOwdmn5y7 {
  padding-top: 0rem;
  padding-bottom: 0rem;
  background-color: #000000;
}
.cid-taOwdmn5y7 .mbr-fallback-image.disabled {
  display: none;
}
.cid-taOwdmn5y7 .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-taOwdmn5y7 .item {
  display: flex;
  align-items: center;
  flex-direction: column;
}
.cid-taOwdmn5y7 .item .icon-wrap {
  text-align: center;
}
.cid-taOwdmn5y7 .item::before {
  content: "";
  font-family: Moririse2 !important;
  position: absolute;
  font-size: 32px;
  left: -15px;
  top: 12%;
  width: 1px;
  height: 100px;
  border: 1px solid #000000;
  height: 80px;
}
.cid-taOwdmn5y7 .item.first:before {
  display: none;
}
.cid-taOwdmn5y7 .item.five:before {
  display: none;
}
.cid-taOwdmn5y7 .icon-box {
  width: 60px;
  min-width: 60px;
  height: 60px;
  border-radius: 50%;
  text-align: center;
  display: inline-block;
}
.cid-taOwdmn5y7 .text-box {
  text-align: center;
}
.cid-taOwdmn5y7 .mbr-iconfont {
  color: #fafafa !important;
  position: absolute;
  top: 50%;
  left: 100%;
}
@media (max-width: 768px) {
  .cid-taOwdmn5y7 .item:before {
    display: none;
  }
  .cid-taOwdmn5y7 .card-wrapper {
    margin-bottom: 2rem;
  }
}
.cid-taOwdmn5y7 .up {
  background-color: #e8e8e8;
  transform: translateY(-70px);
  margin: 0 auto;
}
.cid-taOwdmn5y7 .up h5 {
  font-size: 18px;
}
@media (min-width: 992px) {
  .cid-taOwdmn5y7 .up {
    margin: 0 auto;
  }
}
@media (max-width: 767px) {
  .cid-taOwdmn5y7 .first,
  .cid-taOwdmn5y7 .second {
    border-bottom: 1px solid #000000;
    width: 65%;
    margin: 0 auto;
  }
}
.cid-taOwdmn5y7 .position {
  padding: 20px;
}
.cid-us8Sxc5Tgj {
  padding-top: 5rem;
  padding-bottom: 0rem;
  background-color: #000000;
}
.cid-us8Sxc5Tgj .mbr-fallback-image.disabled {
  display: none;
}
.cid-us8Sxc5Tgj .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-us8Sxc5Tgj .container {
    padding: 0 20px;
  }
}
.cid-us8Sxc5Tgj .row {
  margin: 0;
}
@media (max-width: 992px) {
  .cid-us8Sxc5Tgj .title-wrapper {
    margin-bottom: 50px;
  }
}
.cid-us8Sxc5Tgj .title-wrapper .mbr-section-title {
  margin-bottom: 50px;
}
@media (max-width: 992px) {
  .cid-us8Sxc5Tgj .title-wrapper .mbr-section-title {
    margin-bottom: 32px;
  }
}
.cid-us8Sxc5Tgj .title-wrapper .mbr-text {
  margin-bottom: 32px;
}
.cid-us8Sxc5Tgj .image-wrapper {
  position: relative;
}
.cid-us8Sxc5Tgj .image-wrapper .blur-wrap {
  position: absolute;
  top: 0;
  left: -8rem;
  background-image: linear-gradient(-120deg, #ffffff 50%, #00aeef 0%);
  width: 300px;
  height: 300px;
  border-radius: 100%;
  filter: blur(85px);
}
.cid-us8Sxc5Tgj .image-wrapper img {
  position: relative;
  z-index: 1;
  height: 500px;
  margin: 0 auto;
  border-radius: 50px;
  object-fit: cover;
}
@media (max-width: 768px) {
  .cid-us8Sxc5Tgj .image-wrapper img {
    height: 350px;
  }
}
.cid-us8Sxc5Tgj .mbr-section-title {
  color: #ffffff;
}
.cid-us8Sxc5Tgj .mbr-text {
  color: #ffffff;
  text-align: left;
}
.cid-us8Sxc5Tgj .mbr-number {
  color: #f5fd7b;
}
.cid-us8Sxc5Tgj .mbr-desc {
  color: #ffffff;
}
.cid-us8Sxc5Tgj .mbr-link {
  color: #ffffff;
}
.cid-us8UdKynOj {
  padding-top: 0rem;
  padding-bottom: 6rem;
  background-color: #000000;
}
.cid-us8UdKynOj .mbr-fallback-image.disabled {
  display: none;
}
.cid-us8UdKynOj .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-us8UdKynOj .container-fluid {
  padding: 0 30px;
}
@media (max-width: 768px) {
  .cid-us8UdKynOj .container-fluid {
    padding: 0 20px;
  }
}
@media (max-width: 992px) {
  .cid-us8UdKynOj .container {
    padding: 0 20px;
  }
}
.cid-us8UdKynOj .content-wrapper {
  padding: 60px;
  background-color: #000000;
  border-radius: 20px;
}
@media (max-width: 992px) {
  .cid-us8UdKynOj .content-wrapper {
    padding: 46px 20px 46px;
  }
}
.cid-us8UdKynOj .content-wrapper .mbr-desc {
  margin-bottom: 32px;
}
.cid-us8UdKynOj .content-wrapper .mbr-section-title {
  margin-bottom: 32px;
}
.cid-us8UdKynOj .content-wrapper .text-wrapper .mbr-text {
  display: inline-flex;
  width: 40%;
  margin-bottom: 40px;
}
@media (max-width: 992px) {
  .cid-us8UdKynOj .content-wrapper .text-wrapper .mbr-text {
    width: 100%;
  }
}
.cid-us8UdKynOj .content-wrapper .items-wrapper .items-wrap {
  display: inline-flex;
  flex-wrap: wrap;
  justify-content: center;
}
.cid-us8UdKynOj .content-wrapper .items-wrapper .items-wrap .item {
  margin-left: -1rem;
}
@media (max-width: 992px) {
  .cid-us8UdKynOj .content-wrapper .items-wrapper .items-wrap .item {
    margin-left: 0;
  }
}
.cid-us8UdKynOj .content-wrapper .items-wrapper .items-wrap .item:first-child {
  margin-left: 0;
}
.cid-us8UdKynOj .content-wrapper .items-wrapper .items-wrap .item .item-wrapper .card-box .card-title {
  width: 226px;
  height: 226px;
  border-radius: 100%;
  border: 1px solid #e8e8e8;
  border-left: 10px solid #e8e8e8;
  display: flex;
  justify-content: center;
  align-items: center;
  margin-bottom: 0;
}
.cid-us8UdKynOj .content-wrapper .mbr-section-btn {
  margin-top: 40px;
}
.cid-us8UdKynOj .mbr-section-title {
  color: #ffffff;
}
.cid-us8UdKynOj .mbr-desc {
  color: #ffffff;
  text-align: center;
}
.cid-us8UdKynOj .mbr-text,
.cid-us8UdKynOj .text-wrapper {
  color: #ffffff;
  text-align: center;
}
.cid-us8UdKynOj .card-title {
  color: #ffffff;
  text-align: center;
}
.cid-us8UdKynOj .mbr-section-title,
.cid-us8UdKynOj .mbr-section-btn,
.cid-us8UdKynOj .items-wrapper {
  text-align: center;
}
.cid-us8SyT3hMw {
  padding-top: 1rem;
  padding-bottom: 1rem;
  background-color: #000000;
}
.cid-us8SyT3hMw .container-fluid {
  padding: 0;
}
@media (max-width: 992px) {
  .cid-us8SyT3hMw .container-fluid {
    padding: 0;
  }
}
@media (max-width: 992px) {
  .cid-us8SyT3hMw .container {
    padding: 0 25px;
  }
}
.cid-us8SyT3hMw .row {
  margin: 0;
}
.cid-us8SyT3hMw .row .card {
  padding: 0;
}
.cid-us8SyT3hMw .image-wrapper {
  position: relative;
  height: 100%;
}
@media (max-width: 992px) {
  .cid-us8SyT3hMw .image-wrapper {
    height: 350px;
  }
}
.cid-us8SyT3hMw .image-wrapper img {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.cid-us8SyT3hMw .title-wrapper {
  position: relative;
  padding: 70px 12%;
  background-color: #262626;
}
@media (max-width: 768px) {
  .cid-us8SyT3hMw .title-wrapper {
    padding: 45px 25px;
  }
}
.cid-us8SyT3hMw .title-wrapper .mbr-section-title {
  margin-bottom: 105px;
}
.cid-us8SyT3hMw .title-wrapper .logo-wrapper {
  margin-bottom: 40px;
}
.cid-us8SyT3hMw .title-wrapper .logo-wrapper img {
  display: inline-flex;
  width: 60px;
  height: 60px;
  object-fit: contain;
}
.cid-us8SyT3hMw .title-wrapper .mbr-section-subtitle {
  margin-bottom: 25px;
}
.cid-us8SyT3hMw .title-wrapper .mbr-text {
  margin-bottom: 0;
}
.cid-us8SyT3hMw .title-wrapper .mbr-section-btn {
  margin-top: 35px;
}
.cid-us8SyT3hMw .mbr-section-title {
  color: #ffffff;
}
.cid-us8SyT3hMw .mbr-section-subtitle {
  color: #ffffff;
}
.cid-us8SyT3hMw .mbr-text {
  color: #ffffff;
}
.cid-usvnh6Nx5w {
  padding-top: 5rem;
  padding-bottom: 3rem;
  background-image: url("../../../assets/images/adobestock-268948180-2000x1333.jpg");
}
.cid-usvnh6Nx5w .iconfont-wrapper {
  padding-bottom: 1rem;
  margin-bottom: 1rem;
}
.cid-usvnh6Nx5w .card-box {
  z-index: 2;
  position: relative;
}
.cid-usvnh6Nx5w .mbr-iconfont {
  font-size: 2rem;
  color: #fafafa;
  background: #000000;
  width: 80px;
  padding: 10px;
  border-radius: 6px;
  text-align: center;
}
.cid-usvnh6Nx5w .mbr-iconfont-big {
  font-size: 14rem;
  color: #000000;
  position: absolute;
  bottom: -3rem;
  right: -4rem;
  z-index: -1;
  transition: all 0.6s;
  opacity: 0.1;
}
.cid-usvnh6Nx5w .card-title,
.cid-usvnh6Nx5w .card-text {
  transition: all 0.3s;
}
.cid-usvnh6Nx5w .card-wrapper {
  position: relative;
  overflow: hidden;
  border-radius: 6px;
  padding: 4rem 3rem;
  box-shadow: 0 0 8px 0 rgba(0, 0, 0, 0.3);
  background: #fafafa;
  transition: all 0.3s;
}
.cid-usvnh6Nx5w .card-wrapper:hover .mbr-iconfont-big {
  transform: rotate(-20deg);
}
@media (max-width: 767px) {
  .cid-usvnh6Nx5w .card-wrapper {
    padding: 2rem 1rem;
  }
}
.cid-usvnh6Nx5w .card-title,
.cid-usvnh6Nx5w .iconfont-wrapper {
  color: #000000;
}
.cid-usvnh6Nx5w .card-text {
  color: #2b2b2b;
}
.cid-usvnh6Nx5w .mbr-section-title {
  color: #ffffff;
  text-align: center;
}
.cid-usvnh6Nx5w .mbr-section-subtitle {
  color: #ffffff;
  text-align: center;
}
.cid-usvnh6Nx5w .mbr-fallback-image.disabled {
  display: none;
}
.cid-usvnh6Nx5w .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-us9aaHlMnX {
  padding-top: 15px;
  padding-bottom: 30px;
  background-image: url("../../../assets/images/adobestock-268948180-2000x1333.jpg");
}
.cid-us9aaHlMnX .row-links {
  width: 100%;
  -webkit-justify-content: center;
  justify-content: center;
}
.cid-us9aaHlMnX .social-row {
  width: 100%;
  -webkit-justify-content: center;
  justify-content: center;
}
.cid-us9aaHlMnX .media-container-row {
  -webkit-flex-direction: column;
  flex-direction: column;
  -webkit-justify-content: center;
  justify-content: center;
  -webkit-align-items: center;
  align-items: center;
}
.cid-us9aaHlMnX .media-container-row .foot-menu {
  list-style: none;
  display: flex;
  -webkit-justify-content: center;
  justify-content: center;
  -webkit-flex-wrap: wrap;
  flex-wrap: wrap;
  padding: 0;
  margin-bottom: 0;
}
.cid-us9aaHlMnX .media-container-row .foot-menu li {
  padding: 0 1rem 1rem 1rem;
}
.cid-us9aaHlMnX .media-container-row .foot-menu li p {
  margin: 0;
}
.cid-us9aaHlMnX .media-container-row .social-list {
  padding-left: 0;
  margin-bottom: 0;
  list-style: none;
  display: flex;
  -webkit-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-justify-content: flex-end;
  justify-content: flex-end;
}
.cid-us9aaHlMnX .media-container-row .social-list .mbr-iconfont-social {
  font-size: 1.5rem;
  color: #ffffff;
}
.cid-us9aaHlMnX .media-container-row .social-list .soc-item {
  margin: 0 0.5rem;
}
.cid-us9aaHlMnX .media-container-row .social-list a {
  margin: 0;
  opacity: 0.5;
  -webkit-transition: 0.2s linear;
  transition: 0.2s linear;
}
.cid-us9aaHlMnX .media-container-row .social-list a:hover {
  opacity: 1;
}
@media (max-width: 767px) {
  .cid-us9aaHlMnX .media-container-row .social-list {
    -webkit-justify-content: center;
    justify-content: center;
  }
}
.cid-us9aaHlMnX .media-container-row .row-copirayt {
  word-break: break-word;
  width: 100%;
}
.cid-us9aaHlMnX .media-container-row .row-copirayt p {
  width: 100%;
}
.cid-taOw7l9PvM {
  padding-top: 0rem;
  padding-bottom: 0rem;
}
.cid-taOw7l9PvM .navbar-dropdown {
  position: relative !important;
}
.cid-taOw7l9PvM .dropdown-item:before {
  font-family: Moririse2 !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;
  transform: scale(0, 1);
  transition: all 0.25s ease-in-out;
}
.cid-taOw7l9PvM .dropdown-menu {
  padding: 0;
  border-radius: 4px;
  box-shadow: 0 1px 3px 0 rgba(0, 0, 0, 0.1);
}
.cid-taOw7l9PvM .dropdown-item {
  border-bottom: 1px solid #e6e6e6;
}
.cid-taOw7l9PvM .dropdown-item:hover,
.cid-taOw7l9PvM .dropdown-item:focus {
  background: #000000;
  color: white;
}
.cid-taOw7l9PvM .dropdown-item:hover span {
  color: white;
}
.cid-taOw7l9PvM .dropdown-item:first-child {
  border-top-left-radius: 4px;
  border-top-right-radius: 4px;
}
.cid-taOw7l9PvM .dropdown-item:last-child {
  border-bottom: none;
  border-bottom-left-radius: 4px;
  border-bottom-right-radius: 4px;
}
.cid-taOw7l9PvM .nav-dropdown .link {
  padding: 0 0.3em !important;
  margin: 0.667em 1em !important;
}
.cid-taOw7l9PvM .nav-dropdown .link.dropdown-toggle::after {
  margin-left: 0.5rem;
  margin-top: 0.2rem;
}
.cid-taOw7l9PvM .nav-link {
  position: relative;
  font-weight: 500;
}
.cid-taOw7l9PvM .container {
  display: flex;
  margin: auto;
}
@media (min-width: 992px) {
  .cid-taOw7l9PvM .container {
    flex-wrap: nowrap;
  }
}
.cid-taOw7l9PvM .iconfont-wrapper {
  color: #000000 !important;
  font-size: 1.5rem;
  padding-right: 0.5rem;
}
.cid-taOw7l9PvM .dropdown-menu,
.cid-taOw7l9PvM .navbar.opened {
  background: #000000 !important;
}
.cid-taOw7l9PvM .nav-item:focus,
.cid-taOw7l9PvM .nav-link:focus {
  outline: none;
}
.cid-taOw7l9PvM .dropdown .dropdown-menu .dropdown-item {
  width: auto;
  transition: all 0.25s ease-in-out;
}
.cid-taOw7l9PvM .dropdown .dropdown-menu .dropdown-item::after {
  right: 0.5rem;
}
.cid-taOw7l9PvM .dropdown .dropdown-menu .dropdown-item .mbr-iconfont {
  margin-right: 0.5rem;
  vertical-align: sub;
}
.cid-taOw7l9PvM .dropdown .dropdown-menu .dropdown-item .mbr-iconfont:before {
  display: inline-block;
  transform: scale(1, 1);
  transition: all 0.25s ease-in-out;
}
.cid-taOw7l9PvM .collapsed .dropdown-menu .dropdown-item:before {
  display: none;
}
.cid-taOw7l9PvM .collapsed .dropdown .dropdown-menu .dropdown-item {
  padding: 0.235em 1.5em 0.235em 1.5em !important;
  transition: none;
  margin: 0 !important;
}
.cid-taOw7l9PvM .navbar {
  min-height: 70px;
  transition: all 0.3s;
  border-bottom: 1px solid transparent;
  box-shadow: 0 1px 3px 0 rgba(0, 0, 0, 0.1);
  background: #000000;
}
.cid-taOw7l9PvM .navbar.opened {
  transition: all 0.3s;
}
.cid-taOw7l9PvM .navbar .dropdown-item {
  padding: 0.5rem 1.8rem;
}
.cid-taOw7l9PvM .navbar .navbar-logo img {
  width: auto;
}
.cid-taOw7l9PvM .navbar .navbar-collapse {
  justify-content: flex-end;
  z-index: 1;
}
.cid-taOw7l9PvM .navbar.collapsed {
  justify-content: center;
}
.cid-taOw7l9PvM .navbar.collapsed .nav-item .nav-link::before {
  display: none;
}
.cid-taOw7l9PvM .navbar.collapsed.opened .dropdown-menu {
  top: 0;
}
@media (min-width: 992px) {
  .cid-taOw7l9PvM .navbar.collapsed.opened:not(.navbar-short) .navbar-collapse {
    max-height: calc(98.5vh - 3rem);
  }
}
.cid-taOw7l9PvM .navbar.collapsed .dropdown-menu .dropdown-submenu {
  left: 0 !important;
}
.cid-taOw7l9PvM .navbar.collapsed .dropdown-menu .dropdown-item:after {
  right: auto;
}
.cid-taOw7l9PvM .navbar.collapsed .dropdown-menu .dropdown-toggle[data-toggle="dropdown-submenu"]:after {
  margin-left: 0.5rem;
  margin-top: 0.2rem;
  border-top: 0.35em solid;
  border-right: 0.35em solid transparent;
  border-left: 0.35em solid transparent;
  border-bottom: 0;
  top: 41%;
}
.cid-taOw7l9PvM .navbar.collapsed ul.navbar-nav li {
  margin: auto;
}
.cid-taOw7l9PvM .navbar.collapsed .dropdown-menu .dropdown-item {
  padding: 0.25rem 1.5rem;
  text-align: center;
}
.cid-taOw7l9PvM .navbar.collapsed .icons-menu {
  padding-left: 0;
  padding-right: 0;
  padding-top: 0.5rem;
  padding-bottom: 0.5rem;
}
@media (max-width: 991px) {
  .cid-taOw7l9PvM .navbar .nav-item .nav-link::before {
    display: none;
  }
  .cid-taOw7l9PvM .navbar.opened .dropdown-menu {
    top: 0;
  }
  .cid-taOw7l9PvM .navbar .dropdown-menu .dropdown-submenu {
    left: 0 !important;
  }
  .cid-taOw7l9PvM .navbar .dropdown-menu .dropdown-item:after {
    right: auto;
  }
  .cid-taOw7l9PvM .navbar .dropdown-menu .dropdown-toggle[data-toggle="dropdown-submenu"]:after {
    margin-left: 0.5rem;
    margin-top: 0.2rem;
    border-top: 0.35em solid;
    border-right: 0.35em solid transparent;
    border-left: 0.35em solid transparent;
    border-bottom: 0;
    top: 40%;
  }
  .cid-taOw7l9PvM .navbar .navbar-logo img {
    height: 3rem !important;
  }
  .cid-taOw7l9PvM .navbar ul.navbar-nav li {
    margin: auto;
  }
  .cid-taOw7l9PvM .navbar .dropdown-menu .dropdown-item {
    padding: 0.25rem 1.5rem !important;
    text-align: center;
  }
  .cid-taOw7l9PvM .navbar .navbar-brand {
    flex-shrink: initial;
    flex-basis: auto;
    word-break: break-word;
    padding-right: 2rem;
  }
  .cid-taOw7l9PvM .navbar .navbar-toggler {
    flex-basis: auto;
  }
  .cid-taOw7l9PvM .navbar .icons-menu {
    padding-left: 0;
    padding-top: 0.5rem;
    padding-bottom: 0.5rem;
  }
}
@media (max-width: 991px) and (max-width: 767px) {
  .cid-taOw7l9PvM .navbar .navbar-brand {
    width: calc(100% - 31px);
  }
}
.cid-taOw7l9PvM .navbar.navbar-short {
  min-height: 60px;
}
.cid-taOw7l9PvM .navbar.navbar-short .navbar-logo img {
  height: 2.5rem !important;
}
.cid-taOw7l9PvM .navbar.navbar-short .navbar-brand {
  min-height: 60px;
  padding: 0;
}
.cid-taOw7l9PvM .navbar-brand {
  min-height: 70px;
  flex-shrink: 0;
  align-items: center;
  margin-right: 0;
  padding: 10px 0;
  transition: all 0.3s;
  word-break: break-word;
  z-index: 1;
}
.cid-taOw7l9PvM .navbar-brand .navbar-caption {
  line-height: inherit !important;
}
.cid-taOw7l9PvM .navbar-brand .navbar-logo a {
  outline: none;
}
.cid-taOw7l9PvM .dropdown-item.active,
.cid-taOw7l9PvM .dropdown-item:active {
  background-color: transparent;
}
.cid-taOw7l9PvM .navbar-expand-lg .navbar-nav .nav-link {
  padding: 0;
}
.cid-taOw7l9PvM .nav-dropdown .link.dropdown-toggle {
  margin-right: 1.667em;
}
.cid-taOw7l9PvM .nav-dropdown .link.dropdown-toggle[aria-expanded="true"] {
  margin-right: 0;
  padding: 0.667em 1.667em;
}
.cid-taOw7l9PvM .navbar.navbar-expand-lg .dropdown .dropdown-menu {
  background: #000000;
}
.cid-taOw7l9PvM .navbar.navbar-expand-lg .dropdown .dropdown-menu .dropdown-submenu {
  margin: 0;
  left: 100%;
}
.cid-taOw7l9PvM .navbar .dropdown.open > .dropdown-menu {
  display: block;
}
.cid-taOw7l9PvM ul.navbar-nav {
  flex-wrap: wrap;
}
.cid-taOw7l9PvM .navbar-buttons {
  text-align: center;
  min-width: 170px;
}
.cid-taOw7l9PvM button.navbar-toggler {
  outline: none;
  width: 31px;
  height: 20px;
  cursor: pointer;
  transition: all 0.2s;
  position: relative;
  align-self: center;
}
.cid-taOw7l9PvM button.navbar-toggler .hamburger span {
  position: absolute;
  right: 0;
  width: 30px;
  height: 2px;
  border-right: 5px;
  background-color: #fafafa;
}
.cid-taOw7l9PvM button.navbar-toggler .hamburger span:nth-child(1) {
  top: 0;
  transition: all 0.2s;
}
.cid-taOw7l9PvM button.navbar-toggler .hamburger span:nth-child(2) {
  top: 8px;
  transition: all 0.15s;
}
.cid-taOw7l9PvM button.navbar-toggler .hamburger span:nth-child(3) {
  top: 8px;
  transition: all 0.15s;
}
.cid-taOw7l9PvM button.navbar-toggler .hamburger span:nth-child(4) {
  top: 16px;
  transition: all 0.2s;
}
.cid-taOw7l9PvM nav.opened .hamburger span:nth-child(1) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-taOw7l9PvM nav.opened .hamburger span:nth-child(2) {
  transform: rotate(45deg);
  transition: all 0.25s;
}
.cid-taOw7l9PvM nav.opened .hamburger span:nth-child(3) {
  transform: rotate(-45deg);
  transition: all 0.25s;
}
.cid-taOw7l9PvM nav.opened .hamburger span:nth-child(4) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-taOw7l9PvM a.nav-link {
  display: flex;
  align-items: center;
  justify-content: center;
}
.cid-taOw7l9PvM .icons-menu {
  flex-wrap: nowrap;
  display: flex;
  justify-content: center;
  padding-left: 1rem;
  padding-right: 1rem;
  padding-top: 0.3rem;
  text-align: center;
}
@media screen and (-ms-high-contrast: active), (-ms-high-contrast: none) {
  .cid-taOw7l9PvM .navbar {
    height: 70px;
  }
  .cid-taOw7l9PvM .navbar.opened {
    height: auto;
  }
  .cid-taOw7l9PvM .nav-item .nav-link:hover::before {
    width: 175%;
    max-width: calc(100% + 2rem);
    left: -1rem;
  }
}
.cid-urY0ScQv72 {
  padding-top: 12rem;
  padding-bottom: 5rem;
}
.cid-urY0ScQv72 .mbr-fallback-image.disabled {
  display: none;
}
.cid-urY0ScQv72 .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/background1.jpg");
}
.cid-urY0ScQv72 .items-wrap {
  justify-content: space-between;
}
.cid-urY0ScQv72 .card {
  justify-content: flex-end;
}
@media (max-width: 992px) {
  .cid-urY0ScQv72 .content-wrapper {
    margin-bottom: 32px;
  }
}
.cid-urY0ScQv72 .content-wrapper .mbr-section-title {
  margin-bottom: 32px;
}
.cid-urY0ScQv72 .content-wrapper .mbr-section-title span {
  color: #bcfe1e;
}
.cid-urY0ScQv72 .content-wrapper .mbr-text {
  margin-bottom: 32px;
}
@media (max-width: 992px) {
  .cid-urY0ScQv72 .content-wrapper .mbr-text {
    margin-bottom: 16px;
  }
}
.cid-urY0ScQv72 .content-wrapper .tags-wrapper .tags-wrap {
  display: inline-flex;
  flex-wrap: wrap;
}
.cid-urY0ScQv72 .content-wrapper .tags-wrapper .tags-wrap .tag-wrap {
  display: inline-flex;
  align-items: center;
  margin: 0 10px 10px 0;
  padding: 10px 14px;
  position: relative;
  overflow: hidden;
  background-color: #292739;
  background-color: transparent;
}
.cid-urY0ScQv72 .content-wrapper .tags-wrapper .tags-wrap .tag-wrap::before {
  content: '';
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-color: #292739;
  opacity: .7;
}
.cid-urY0ScQv72 .content-wrapper .tags-wrapper .tags-wrap .tag-wrap .icon-wrapper {
  position: relative;
  z-index: 1;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  width: 32px;
  height: 32px;
  min-width: 32px;
  border-radius: 100%;
  background-color: #000000;
  margin-right: 10px;
}
.cid-urY0ScQv72 .content-wrapper .tags-wrapper .tags-wrap .tag-wrap .icon-wrapper .mbr-iconfont {
  font-size: 20px;
  color: #ffffff;
  color: transparent;
  background: linear-gradient(#ffffff 40%, transparent);
  -webkit-background-clip: text !important;
  -webkit-text-fill-color: transparent;
}
.cid-urY0ScQv72 .content-wrapper .tags-wrapper .tags-wrap .tag-wrap .mbr-tag {
  position: relative;
  z-index: 1;
  margin-bottom: 0;
}
.cid-urY0ScQv72 .content-wrapper .mbr-section-btn {
  margin-top: 32px;
}
@media (max-width: 992px) {
  .cid-urY0ScQv72 .content-wrapper .mbr-section-btn {
    margin-top: 16px;
  }
}
.cid-urY0ScQv72 .content-wrapper .image-wrapper img {
  height: 530px;
  object-fit: cover;
}
@media (max-width: 992px) {
  .cid-urY0ScQv72 .content-wrapper .image-wrapper img {
    height: 350px;
  }
}
.cid-urY0ScQv72 .content-wrapper .social-wrapper {
  margin-top: 76px;
}
@media (max-width: 992px) {
  .cid-urY0ScQv72 .content-wrapper .social-wrapper {
    margin-top: 32px;
  }
}
.cid-urY0ScQv72 .content-wrapper .social-wrapper .social-wrap {
  display: inline-flex;
  flex-wrap: wrap;
  height: 100%;
  align-items: center;
}
.cid-urY0ScQv72 .content-wrapper .social-wrapper .social-wrap .soc-item a {
  display: block;
}
.cid-urY0ScQv72 .content-wrapper .social-wrapper .social-wrap .soc-item a:hover .mbr-iconfont,
.cid-urY0ScQv72 .content-wrapper .social-wrapper .social-wrap .soc-item a:hover .mbr-iconfont {
  border: 1px solid #ffffff;
}
.cid-urY0ScQv72 .content-wrapper .social-wrapper .social-wrap .soc-item a .mbr-iconfont {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 48px;
  height: 48px;
  min-width: 48px;
  color: #ffffff;
  font-size: 20px;
  border: 1px solid #bbbbbb;
  transition: all 0.3s ease-in-out;
  margin: 10px 5px;
}
.cid-urY0ScQv72 .mbr-section-title {
  color: #ffffff;
}
.cid-urY0ScQv72 .mbr-text {
  color: #bbbbbb;
}
.cid-urY0ScQv72 .mbr-tag {
  color: #ffffff;
}
.cid-urY0ScQv72 .social-wrapper {
  text-align: right;
}
.cid-us7SpdEPWd {
  padding-top: 5rem;
  padding-bottom: 0rem;
  background-color: #000000;
}
.cid-us7SpdEPWd .mbr-fallback-image.disabled {
  display: none;
}
.cid-us7SpdEPWd .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-us7SpdEPWd .row {
    padding: 0 13px;
  }
}
.cid-us7SpdEPWd .row {
  justify-content: center;
}
@media (max-width: 992px) {
  .cid-us7SpdEPWd .card-wrapper {
    margin-bottom: 55px;
  }
}
.cid-us7SpdEPWd .card-wrapper .icon-wrapper {
  margin-bottom: 18px;
}
.cid-us7SpdEPWd .card-wrapper .icon-wrapper .mbr-iconfont {
  display: inline;
  font-size: 82px;
  width: auto;
  color: #616161;
}
.cid-us7SpdEPWd .card-wrapper .mbr-section-title {
  margin-bottom: 18px;
}
.cid-us7SpdEPWd .card-wrapper .mbr-text {
  margin-bottom: 0;
}
.cid-us7SpdEPWd .mbr-section-title {
  color: #ffffff;
}
.cid-us7SpdEPWd .mbr-text {
  color: #b6b6b6;
}
.cid-us7SJf8UFi {
  padding-top: 3rem;
  padding-bottom: 0rem;
  background-color: #000000;
}
.cid-us7SJf8UFi .mbr-fallback-image.disabled {
  display: none;
}
.cid-us7SJf8UFi .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-us7SJf8UFi .row {
    padding: 0 13px;
  }
}
.cid-us7SJf8UFi .row {
  justify-content: center;
}
@media (max-width: 992px) {
  .cid-us7SJf8UFi .card-wrapper {
    margin-bottom: 55px;
  }
}
.cid-us7SJf8UFi .card-wrapper .icon-wrapper {
  margin-bottom: 18px;
}
.cid-us7SJf8UFi .card-wrapper .icon-wrapper .mbr-iconfont {
  display: inline;
  font-size: 82px;
  width: auto;
  color: #616161;
}
.cid-us7SJf8UFi .card-wrapper .mbr-section-title {
  margin-bottom: 18px;
}
.cid-us7SJf8UFi .card-wrapper .mbr-text {
  margin-bottom: 0;
}
.cid-us7SJf8UFi .mbr-section-title {
  color: #ffffff;
}
.cid-us7SJf8UFi .mbr-text {
  color: #b6b6b6;
}
.cid-us7URUcSee {
  background-color: #000000;
}
.cid-us7URUcSee .mbr-fallback-image.disabled {
  display: none;
}
.cid-us7URUcSee .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
@media (max-width: 768px) {
  .cid-us7URUcSee .container {
    padding: 0 16px;
  }
}
.cid-us7URUcSee .row {
  position: relative;
}
.cid-us7URUcSee .content-wrapper {
  position: sticky;
  top: 100px;
  margin-right: 40px;
}
@media (max-width: 992px) {
  .cid-us7URUcSee .content-wrapper {
    margin-bottom: 80px;
    margin-right: 0;
  }
}
.cid-us7URUcSee .content-wrapper .mbr-section-title {
  margin-bottom: 24px;
}
.cid-us7URUcSee .content-wrapper .mbr-section-title span {
  color: #fafafa;
}
.cid-us7URUcSee .content-wrapper .text-wrap .mbr-text {
  display: inline-flex;
  width: 40%;
  margin-bottom: 14px;
}
@media (max-width: 992px) {
  .cid-us7URUcSee .content-wrapper .text-wrap .mbr-text {
    width: 100%;
  }
}
.cid-us7URUcSee .content-wrapper .mbr-section-btn .btn-primary-outline,
.cid-us7URUcSee .content-wrapper .mbr-section-btn .btn-secondary-outline,
.cid-us7URUcSee .content-wrapper .mbr-section-btn .btn-success-outline,
.cid-us7URUcSee .content-wrapper .mbr-section-btn .btn-info-outline,
.cid-us7URUcSee .content-wrapper .mbr-section-btn .btn-warning-outline,
.cid-us7URUcSee .content-wrapper .mbr-section-btn .btn-danger-outline,
.cid-us7URUcSee .content-wrapper .mbr-section-btn .btn-black-outline,
.cid-us7URUcSee .content-wrapper .mbr-section-btn .btn-white-outline {
  border: none !important;
  padding: 0;
  border-radius: 0;
}
.cid-us7URUcSee .content-wrapper .mbr-section-btn .btn-primary-outline .mbr-iconfont,
.cid-us7URUcSee .content-wrapper .mbr-section-btn .btn-secondary-outline .mbr-iconfont,
.cid-us7URUcSee .content-wrapper .mbr-section-btn .btn-success-outline .mbr-iconfont,
.cid-us7URUcSee .content-wrapper .mbr-section-btn .btn-info-outline .mbr-iconfont,
.cid-us7URUcSee .content-wrapper .mbr-section-btn .btn-warning-outline .mbr-iconfont,
.cid-us7URUcSee .content-wrapper .mbr-section-btn .btn-danger-outline .mbr-iconfont,
.cid-us7URUcSee .content-wrapper .mbr-section-btn .btn-black-outline .mbr-iconfont,
.cid-us7URUcSee .content-wrapper .mbr-section-btn .btn-white-outline .mbr-iconfont {
  transform: rotate(0deg);
}
.cid-us7URUcSee .content-wrapper .mbr-section-btn .btn-primary-outline:hover,
.cid-us7URUcSee .content-wrapper .mbr-section-btn .btn-secondary-outline:hover,
.cid-us7URUcSee .content-wrapper .mbr-section-btn .btn-success-outline:hover,
.cid-us7URUcSee .content-wrapper .mbr-section-btn .btn-info-outline:hover,
.cid-us7URUcSee .content-wrapper .mbr-section-btn .btn-warning-outline:hover,
.cid-us7URUcSee .content-wrapper .mbr-section-btn .btn-danger-outline:hover,
.cid-us7URUcSee .content-wrapper .mbr-section-btn .btn-black-outline:hover,
.cid-us7URUcSee .content-wrapper .mbr-section-btn .btn-white-outline:hover,
.cid-us7URUcSee .content-wrapper .mbr-section-btn .btn-primary-outline:focus,
.cid-us7URUcSee .content-wrapper .mbr-section-btn .btn-secondary-outline:focus,
.cid-us7URUcSee .content-wrapper .mbr-section-btn .btn-success-outline:focus,
.cid-us7URUcSee .content-wrapper .mbr-section-btn .btn-info-outline:focus,
.cid-us7URUcSee .content-wrapper .mbr-section-btn .btn-warning-outline:focus,
.cid-us7URUcSee .content-wrapper .mbr-section-btn .btn-danger-outline:focus,
.cid-us7URUcSee .content-wrapper .mbr-section-btn .btn-black-outline:focus,
.cid-us7URUcSee .content-wrapper .mbr-section-btn .btn-white-outline:focus {
  background-color: transparent !important;
}
.cid-us7URUcSee .content-wrapper .mbr-section-btn .btn-primary-outline:hover .mbr-iconfont,
.cid-us7URUcSee .content-wrapper .mbr-section-btn .btn-secondary-outline:hover .mbr-iconfont,
.cid-us7URUcSee .content-wrapper .mbr-section-btn .btn-success-outline:hover .mbr-iconfont,
.cid-us7URUcSee .content-wrapper .mbr-section-btn .btn-info-outline:hover .mbr-iconfont,
.cid-us7URUcSee .content-wrapper .mbr-section-btn .btn-warning-outline:hover .mbr-iconfont,
.cid-us7URUcSee .content-wrapper .mbr-section-btn .btn-danger-outline:hover .mbr-iconfont,
.cid-us7URUcSee .content-wrapper .mbr-section-btn .btn-black-outline:hover .mbr-iconfont,
.cid-us7URUcSee .content-wrapper .mbr-section-btn .btn-white-outline:hover .mbr-iconfont,
.cid-us7URUcSee .content-wrapper .mbr-section-btn .btn-primary-outline:focus .mbr-iconfont,
.cid-us7URUcSee .content-wrapper .mbr-section-btn .btn-secondary-outline:focus .mbr-iconfont,
.cid-us7URUcSee .content-wrapper .mbr-section-btn .btn-success-outline:focus .mbr-iconfont,
.cid-us7URUcSee .content-wrapper .mbr-section-btn .btn-info-outline:focus .mbr-iconfont,
.cid-us7URUcSee .content-wrapper .mbr-section-btn .btn-warning-outline:focus .mbr-iconfont,
.cid-us7URUcSee .content-wrapper .mbr-section-btn .btn-danger-outline:focus .mbr-iconfont,
.cid-us7URUcSee .content-wrapper .mbr-section-btn .btn-black-outline:focus .mbr-iconfont,
.cid-us7URUcSee .content-wrapper .mbr-section-btn .btn-white-outline:focus .mbr-iconfont {
  transform: translateX(10px);
}
.cid-us7URUcSee .content-wrapper .mbr-section-btn .btn-primary-outline:hover,
.cid-us7URUcSee .content-wrapper .mbr-section-btn .btn-primary-outline:focus {
  color: #fafafa !important;
}
.cid-us7URUcSee .content-wrapper .mbr-section-btn .btn-secondary-outline:hover,
.cid-us7URUcSee .content-wrapper .mbr-section-btn .btn-secondary-outline:focus {
  color: #fafafa !important;
}
.cid-us7URUcSee .content-wrapper .mbr-section-btn .btn-success-outline:hover,
.cid-us7URUcSee .content-wrapper .mbr-section-btn .btn-success-outline:focus {
  color: #6ec7f2 !important;
}
.cid-us7URUcSee .content-wrapper .mbr-section-btn .btn-info-outline:hover,
.cid-us7URUcSee .content-wrapper .mbr-section-btn .btn-info-outline:focus {
  color: #c4c4c8 !important;
}
.cid-us7URUcSee .content-wrapper .mbr-section-btn .btn-warning-outline:hover,
.cid-us7URUcSee .content-wrapper .mbr-section-btn .btn-warning-outline:focus {
  color: #ffe161 !important;
}
.cid-us7URUcSee .content-wrapper .mbr-section-btn .btn-danger-outline:hover,
.cid-us7URUcSee .content-wrapper .mbr-section-btn .btn-danger-outline:focus {
  color: #ff9966 !important;
}
.cid-us7URUcSee .content-wrapper .mbr-section-btn .btn-black-outline:hover,
.cid-us7URUcSee .content-wrapper .mbr-section-btn .btn-black-outline:focus {
  color: #000000 !important;
}
.cid-us7URUcSee .content-wrapper .mbr-section-btn .btn-white-outline:hover,
.cid-us7URUcSee .content-wrapper .mbr-section-btn .btn-white-outline:focus {
  color: #ffffff !important;
}
.cid-us7URUcSee .content-wrapper .decor-wrapper {
  margin-top: 32px;
}
.cid-us7URUcSee .content-wrapper .decor-wrapper .decor-wrap {
  display: inline-flex;
  width: 240px;
  height: 240px;
  border-radius: 100%;
  background-image: linear-gradient(225deg, #fafafa -10%, transparent 80%);
}
.cid-us7URUcSee .items-wrapper {
  margin-left: 40px;
}
@media (max-width: 992px) {
  .cid-us7URUcSee .items-wrapper {
    margin-left: 0;
  }
}
.cid-us7URUcSee .item {
  padding: 0 12px;
  margin-bottom: 24px;
}
.cid-us7URUcSee .item .item-wrapper {
  background-color: #fafafa;
  height: 100%;
  padding: 70px;
  border-radius: 14px !important;
}
@media (max-width: 992px) {
  .cid-us7URUcSee .item .item-wrapper {
    padding: 32px;
  }
}
.cid-us7URUcSee .item .item-wrapper .card-box .item-title {
  margin-bottom: 24px;
}
.cid-us7URUcSee .item .item-wrapper .card-box .item-text {
  margin-bottom: 0;
}
.cid-us7URUcSee .mbr-section-title {
  color: #000000;
}
.cid-us7URUcSee .mbr-text {
  color: #6f6f6f;
}
.cid-us7URUcSee .item-title {
  color: #000000;
}
.cid-us7URUcSee .item-text {
  color: #000000;
}
.cid-us7URUcSee .mbr-section-title,
.cid-us7URUcSee .mbr-section-btn,
.cid-us7URUcSee .decor-wrapper {
  color: #fafafa;
}
.cid-us7URUcSee .mbr-text,
.cid-us7URUcSee .text-wrap {
  color: #fafafa;
}
.cid-us8FdWcF58 {
  background-color: #000000;
}
.cid-us8FdWcF58 .mbr-fallback-image.disabled {
  display: none;
}
.cid-us8FdWcF58 .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-us8FdWcF58 .container-fluid {
  margin: 0;
  padding: 0;
}
@media (max-width: 992px) {
  .cid-us8FdWcF58 .container-fluid {
    padding: 0;
  }
}
.cid-us8FdWcF58 .container-fluid .row {
  padding: 0;
}
.cid-us8FdWcF58 .title-wrap {
  display: flex;
  flex-direction: column;
  justify-content: center;
}
@media (max-width: 992px) {
  .cid-us8FdWcF58 .title-wrap {
    margin-bottom: 100px;
  }
}
.cid-us8FdWcF58 .title-wrap .title-wrapper {
  padding: 0 100px;
}
@media (max-width: 768px) {
  .cid-us8FdWcF58 .title-wrap .title-wrapper {
    padding: 0 25px;
  }
}
.cid-us8FdWcF58 .title-wrap .title-wrapper .mbr-section-title {
  margin-bottom: 0;
}
.cid-us8FdWcF58 .title-wrap .title-wrapper .mbr-text {
  margin: 50px 0 0;
}
.cid-us8FdWcF58 .image-wrapper {
  position: relative;
  display: flex;
  justify-content: center;
  align-items: center;
}
.cid-us8FdWcF58 .image-wrapper img {
  height: 540px;
  object-fit: cover;
}
@media (max-width: 992px) {
  .cid-us8FdWcF58 .image-wrapper img {
    height: 400px;
  }
}
.cid-us8FdWcF58 .image-wrapper .mbr-section-btn {
  position: absolute;
}
.cid-us8FdWcF58 .image-wrapper .mbr-section-btn .btn {
  background-image: linear-gradient(99deg, rgba(255, 255, 255, 0) 30%, #ffffff 100%), radial-gradient(circle at 50% 50%, #ffffff 0, rgba(255, 255, 255, 0) 70%);
  color: #000000 !important;
}
.cid-us8FdWcF58 .mbr-section-title {
  color: #ffffff;
  text-align: center;
}
.cid-us8FdWcF58 .mbr-text {
  color: #b6b6b6;
  text-align: left;
}
.cid-taOwhm7MiC {
  padding-top: 4rem;
  padding-bottom: 4rem;
  background-color: #000000;
}
.cid-taOwhm7MiC .mbr-text,
.cid-taOwhm7MiC .mbr-section-btn {
  color: #fafafa;
}
.cid-taOwhm7MiC .row {
  justify-content: start;
}
.cid-taOwhm7MiC .mbr-section-title {
  color: #fafafa;
}
.cid-taOwhm7MiC .rotate {
  transform: rotate(225deg);
  position: absolute;
}
@media (max-width: 425px) {
  .cid-taOwhm7MiC .rotate {
    top: -6px;
  }
}
@media (max-width: 991px) {
  .cid-taOwhm7MiC .wrapper {
    flex-direction: column-reverse;
  }
  .cid-taOwhm7MiC .wrapper .text-position {
    padding: 50px 12px 30px 12px;
  }
}
@media (min-width: 992px) and (max-width: 1099px) {
  .cid-taOwhm7MiC .wrapper .text-position {
    padding: 0 40px;
  }
}
@media (max-width: 425px) {
  .cid-taOwhm7MiC .wrapper .text-position {
    padding: 0 12px 30px 12px;
  }
}
.cid-taOwhm7MiC .wrapper-position {
  justify-content: center;
  display: flex;
  flex-direction: column;
  margin-left: 1.5rem;
  height: 100%;
}
@media (max-width: 991px) {
  .cid-taOwhm7MiC .wrapper-position {
    margin: 0 0 3rem 0;
  }
}
.cid-us8JRCP5ZB {
  padding-top: 4rem;
  padding-bottom: 4rem;
  background-color: #000000;
}
.cid-us8JRCP5ZB .mbr-text,
.cid-us8JRCP5ZB .mbr-section-btn {
  color: #fafafa;
}
.cid-us8JRCP5ZB .row {
  justify-content: start;
}
.cid-us8JRCP5ZB .mbr-section-title {
  color: #fafafa;
}
.cid-us8JRCP5ZB .rotate {
  transform: rotate(225deg);
  position: absolute;
}
@media (max-width: 425px) {
  .cid-us8JRCP5ZB .rotate {
    top: -6px;
  }
}
.cid-us8JRCP5ZB .wrapper {
  flex-direction: row-reverse;
}
@media (max-width: 991px) {
  .cid-us8JRCP5ZB .wrapper {
    flex-direction: column-reverse;
  }
  .cid-us8JRCP5ZB .wrapper .text-position {
    padding: 50px 12px 30px 12px;
  }
}
@media (min-width: 992px) and (max-width: 1099px) {
  .cid-us8JRCP5ZB .wrapper .text-position {
    padding: 0 40px;
  }
}
@media (max-width: 425px) {
  .cid-us8JRCP5ZB .wrapper .text-position {
    padding: 0 12px 30px 12px;
  }
}
.cid-us8JRCP5ZB .wrapper-position {
  justify-content: center;
  display: flex;
  flex-direction: column;
  margin-left: 1.5rem;
  height: 100%;
}
@media (max-width: 991px) {
  .cid-us8JRCP5ZB .wrapper-position {
    margin: 0 0 3rem 0;
  }
}
.cid-us8JV0wLQZ {
  padding-top: 4rem;
  padding-bottom: 4rem;
  background-color: #000000;
}
.cid-us8JV0wLQZ .mbr-text,
.cid-us8JV0wLQZ .mbr-section-btn {
  color: #fafafa;
}
.cid-us8JV0wLQZ .row {
  justify-content: start;
}
.cid-us8JV0wLQZ .mbr-section-title {
  color: #fafafa;
}
.cid-us8JV0wLQZ .rotate {
  transform: rotate(225deg);
  position: absolute;
}
@media (max-width: 425px) {
  .cid-us8JV0wLQZ .rotate {
    top: -6px;
  }
}
@media (max-width: 991px) {
  .cid-us8JV0wLQZ .wrapper {
    flex-direction: column-reverse;
  }
  .cid-us8JV0wLQZ .wrapper .text-position {
    padding: 50px 12px 30px 12px;
  }
}
@media (min-width: 992px) and (max-width: 1099px) {
  .cid-us8JV0wLQZ .wrapper .text-position {
    padding: 0 40px;
  }
}
@media (max-width: 425px) {
  .cid-us8JV0wLQZ .wrapper .text-position {
    padding: 0 12px 30px 12px;
  }
}
.cid-us8JV0wLQZ .wrapper-position {
  justify-content: center;
  display: flex;
  flex-direction: column;
  margin-left: 1.5rem;
  height: 100%;
}
@media (max-width: 991px) {
  .cid-us8JV0wLQZ .wrapper-position {
    margin: 0 0 3rem 0;
  }
}
.cid-usvstKqlYw {
  padding-top: 5rem;
  padding-bottom: 4rem;
  background-image: url("../../../assets/images/adobestock-268948180-2000x1333.jpg");
}
.cid-usvstKqlYw .iconfont-wrapper {
  padding-bottom: 1rem;
  margin-bottom: 1rem;
}
.cid-usvstKqlYw .card-box {
  z-index: 2;
  position: relative;
}
.cid-usvstKqlYw .mbr-iconfont {
  font-size: 2rem;
  color: #fafafa;
  background: #000000;
  width: 80px;
  padding: 10px;
  border-radius: 6px;
  text-align: center;
}
.cid-usvstKqlYw .mbr-iconfont-big {
  font-size: 14rem;
  color: #000000;
  position: absolute;
  bottom: -3rem;
  right: -4rem;
  z-index: -1;
  transition: all 0.6s;
  opacity: 0.1;
}
.cid-usvstKqlYw .card-title,
.cid-usvstKqlYw .card-text {
  transition: all 0.3s;
}
.cid-usvstKqlYw .card-wrapper {
  position: relative;
  overflow: hidden;
  border-radius: 6px;
  padding: 4rem 3rem;
  box-shadow: 0 0 8px 0 rgba(0, 0, 0, 0.3);
  background: #fafafa;
  transition: all 0.3s;
}
.cid-usvstKqlYw .card-wrapper:hover .mbr-iconfont-big {
  transform: rotate(-20deg);
}
@media (max-width: 767px) {
  .cid-usvstKqlYw .card-wrapper {
    padding: 2rem 1rem;
  }
}
.cid-usvstKqlYw .card-title,
.cid-usvstKqlYw .iconfont-wrapper {
  color: #000000;
}
.cid-usvstKqlYw .card-text {
  color: #2b2b2b;
}
.cid-usvstKqlYw .mbr-section-title {
  color: #ffffff;
  text-align: center;
}
.cid-usvstKqlYw .mbr-section-subtitle {
  color: #ffffff;
  text-align: center;
}
.cid-usvstKqlYw .mbr-fallback-image.disabled {
  display: none;
}
.cid-usvstKqlYw .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-us9aaHlMnX {
  padding-top: 15px;
  padding-bottom: 30px;
  background-image: url("../../../assets/images/adobestock-268948180-2000x1333.jpg");
}
.cid-us9aaHlMnX .row-links {
  width: 100%;
  -webkit-justify-content: center;
  justify-content: center;
}
.cid-us9aaHlMnX .social-row {
  width: 100%;
  -webkit-justify-content: center;
  justify-content: center;
}
.cid-us9aaHlMnX .media-container-row {
  -webkit-flex-direction: column;
  flex-direction: column;
  -webkit-justify-content: center;
  justify-content: center;
  -webkit-align-items: center;
  align-items: center;
}
.cid-us9aaHlMnX .media-container-row .foot-menu {
  list-style: none;
  display: flex;
  -webkit-justify-content: center;
  justify-content: center;
  -webkit-flex-wrap: wrap;
  flex-wrap: wrap;
  padding: 0;
  margin-bottom: 0;
}
.cid-us9aaHlMnX .media-container-row .foot-menu li {
  padding: 0 1rem 1rem 1rem;
}
.cid-us9aaHlMnX .media-container-row .foot-menu li p {
  margin: 0;
}
.cid-us9aaHlMnX .media-container-row .social-list {
  padding-left: 0;
  margin-bottom: 0;
  list-style: none;
  display: flex;
  -webkit-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-justify-content: flex-end;
  justify-content: flex-end;
}
.cid-us9aaHlMnX .media-container-row .social-list .mbr-iconfont-social {
  font-size: 1.5rem;
  color: #ffffff;
}
.cid-us9aaHlMnX .media-container-row .social-list .soc-item {
  margin: 0 0.5rem;
}
.cid-us9aaHlMnX .media-container-row .social-list a {
  margin: 0;
  opacity: 0.5;
  -webkit-transition: 0.2s linear;
  transition: 0.2s linear;
}
.cid-us9aaHlMnX .media-container-row .social-list a:hover {
  opacity: 1;
}
@media (max-width: 767px) {
  .cid-us9aaHlMnX .media-container-row .social-list {
    -webkit-justify-content: center;
    justify-content: center;
  }
}
.cid-us9aaHlMnX .media-container-row .row-copirayt {
  word-break: break-word;
  width: 100%;
}
.cid-us9aaHlMnX .media-container-row .row-copirayt p {
  width: 100%;
}
.cid-taOw7l9PvM {
  padding-top: 0rem;
  padding-bottom: 0rem;
}
.cid-taOw7l9PvM .navbar-dropdown {
  position: relative !important;
}
.cid-taOw7l9PvM .dropdown-item:before {
  font-family: Moririse2 !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;
  transform: scale(0, 1);
  transition: all 0.25s ease-in-out;
}
.cid-taOw7l9PvM .dropdown-menu {
  padding: 0;
  border-radius: 4px;
  box-shadow: 0 1px 3px 0 rgba(0, 0, 0, 0.1);
}
.cid-taOw7l9PvM .dropdown-item {
  border-bottom: 1px solid #e6e6e6;
}
.cid-taOw7l9PvM .dropdown-item:hover,
.cid-taOw7l9PvM .dropdown-item:focus {
  background: #000000;
  color: white;
}
.cid-taOw7l9PvM .dropdown-item:hover span {
  color: white;
}
.cid-taOw7l9PvM .dropdown-item:first-child {
  border-top-left-radius: 4px;
  border-top-right-radius: 4px;
}
.cid-taOw7l9PvM .dropdown-item:last-child {
  border-bottom: none;
  border-bottom-left-radius: 4px;
  border-bottom-right-radius: 4px;
}
.cid-taOw7l9PvM .nav-dropdown .link {
  padding: 0 0.3em !important;
  margin: 0.667em 1em !important;
}
.cid-taOw7l9PvM .nav-dropdown .link.dropdown-toggle::after {
  margin-left: 0.5rem;
  margin-top: 0.2rem;
}
.cid-taOw7l9PvM .nav-link {
  position: relative;
  font-weight: 500;
}
.cid-taOw7l9PvM .container {
  display: flex;
  margin: auto;
}
@media (min-width: 992px) {
  .cid-taOw7l9PvM .container {
    flex-wrap: nowrap;
  }
}
.cid-taOw7l9PvM .iconfont-wrapper {
  color: #000000 !important;
  font-size: 1.5rem;
  padding-right: 0.5rem;
}
.cid-taOw7l9PvM .dropdown-menu,
.cid-taOw7l9PvM .navbar.opened {
  background: #000000 !important;
}
.cid-taOw7l9PvM .nav-item:focus,
.cid-taOw7l9PvM .nav-link:focus {
  outline: none;
}
.cid-taOw7l9PvM .dropdown .dropdown-menu .dropdown-item {
  width: auto;
  transition: all 0.25s ease-in-out;
}
.cid-taOw7l9PvM .dropdown .dropdown-menu .dropdown-item::after {
  right: 0.5rem;
}
.cid-taOw7l9PvM .dropdown .dropdown-menu .dropdown-item .mbr-iconfont {
  margin-right: 0.5rem;
  vertical-align: sub;
}
.cid-taOw7l9PvM .dropdown .dropdown-menu .dropdown-item .mbr-iconfont:before {
  display: inline-block;
  transform: scale(1, 1);
  transition: all 0.25s ease-in-out;
}
.cid-taOw7l9PvM .collapsed .dropdown-menu .dropdown-item:before {
  display: none;
}
.cid-taOw7l9PvM .collapsed .dropdown .dropdown-menu .dropdown-item {
  padding: 0.235em 1.5em 0.235em 1.5em !important;
  transition: none;
  margin: 0 !important;
}
.cid-taOw7l9PvM .navbar {
  min-height: 70px;
  transition: all 0.3s;
  border-bottom: 1px solid transparent;
  box-shadow: 0 1px 3px 0 rgba(0, 0, 0, 0.1);
  background: #000000;
}
.cid-taOw7l9PvM .navbar.opened {
  transition: all 0.3s;
}
.cid-taOw7l9PvM .navbar .dropdown-item {
  padding: 0.5rem 1.8rem;
}
.cid-taOw7l9PvM .navbar .navbar-logo img {
  width: auto;
}
.cid-taOw7l9PvM .navbar .navbar-collapse {
  justify-content: flex-end;
  z-index: 1;
}
.cid-taOw7l9PvM .navbar.collapsed {
  justify-content: center;
}
.cid-taOw7l9PvM .navbar.collapsed .nav-item .nav-link::before {
  display: none;
}
.cid-taOw7l9PvM .navbar.collapsed.opened .dropdown-menu {
  top: 0;
}
@media (min-width: 992px) {
  .cid-taOw7l9PvM .navbar.collapsed.opened:not(.navbar-short) .navbar-collapse {
    max-height: calc(98.5vh - 3rem);
  }
}
.cid-taOw7l9PvM .navbar.collapsed .dropdown-menu .dropdown-submenu {
  left: 0 !important;
}
.cid-taOw7l9PvM .navbar.collapsed .dropdown-menu .dropdown-item:after {
  right: auto;
}
.cid-taOw7l9PvM .navbar.collapsed .dropdown-menu .dropdown-toggle[data-toggle="dropdown-submenu"]:after {
  margin-left: 0.5rem;
  margin-top: 0.2rem;
  border-top: 0.35em solid;
  border-right: 0.35em solid transparent;
  border-left: 0.35em solid transparent;
  border-bottom: 0;
  top: 41%;
}
.cid-taOw7l9PvM .navbar.collapsed ul.navbar-nav li {
  margin: auto;
}
.cid-taOw7l9PvM .navbar.collapsed .dropdown-menu .dropdown-item {
  padding: 0.25rem 1.5rem;
  text-align: center;
}
.cid-taOw7l9PvM .navbar.collapsed .icons-menu {
  padding-left: 0;
  padding-right: 0;
  padding-top: 0.5rem;
  padding-bottom: 0.5rem;
}
@media (max-width: 991px) {
  .cid-taOw7l9PvM .navbar .nav-item .nav-link::before {
    display: none;
  }
  .cid-taOw7l9PvM .navbar.opened .dropdown-menu {
    top: 0;
  }
  .cid-taOw7l9PvM .navbar .dropdown-menu .dropdown-submenu {
    left: 0 !important;
  }
  .cid-taOw7l9PvM .navbar .dropdown-menu .dropdown-item:after {
    right: auto;
  }
  .cid-taOw7l9PvM .navbar .dropdown-menu .dropdown-toggle[data-toggle="dropdown-submenu"]:after {
    margin-left: 0.5rem;
    margin-top: 0.2rem;
    border-top: 0.35em solid;
    border-right: 0.35em solid transparent;
    border-left: 0.35em solid transparent;
    border-bottom: 0;
    top: 40%;
  }
  .cid-taOw7l9PvM .navbar .navbar-logo img {
    height: 3rem !important;
  }
  .cid-taOw7l9PvM .navbar ul.navbar-nav li {
    margin: auto;
  }
  .cid-taOw7l9PvM .navbar .dropdown-menu .dropdown-item {
    padding: 0.25rem 1.5rem !important;
    text-align: center;
  }
  .cid-taOw7l9PvM .navbar .navbar-brand {
    flex-shrink: initial;
    flex-basis: auto;
    word-break: break-word;
    padding-right: 2rem;
  }
  .cid-taOw7l9PvM .navbar .navbar-toggler {
    flex-basis: auto;
  }
  .cid-taOw7l9PvM .navbar .icons-menu {
    padding-left: 0;
    padding-top: 0.5rem;
    padding-bottom: 0.5rem;
  }
}
@media (max-width: 991px) and (max-width: 767px) {
  .cid-taOw7l9PvM .navbar .navbar-brand {
    width: calc(100% - 31px);
  }
}
.cid-taOw7l9PvM .navbar.navbar-short {
  min-height: 60px;
}
.cid-taOw7l9PvM .navbar.navbar-short .navbar-logo img {
  height: 2.5rem !important;
}
.cid-taOw7l9PvM .navbar.navbar-short .navbar-brand {
  min-height: 60px;
  padding: 0;
}
.cid-taOw7l9PvM .navbar-brand {
  min-height: 70px;
  flex-shrink: 0;
  align-items: center;
  margin-right: 0;
  padding: 10px 0;
  transition: all 0.3s;
  word-break: break-word;
  z-index: 1;
}
.cid-taOw7l9PvM .navbar-brand .navbar-caption {
  line-height: inherit !important;
}
.cid-taOw7l9PvM .navbar-brand .navbar-logo a {
  outline: none;
}
.cid-taOw7l9PvM .dropdown-item.active,
.cid-taOw7l9PvM .dropdown-item:active {
  background-color: transparent;
}
.cid-taOw7l9PvM .navbar-expand-lg .navbar-nav .nav-link {
  padding: 0;
}
.cid-taOw7l9PvM .nav-dropdown .link.dropdown-toggle {
  margin-right: 1.667em;
}
.cid-taOw7l9PvM .nav-dropdown .link.dropdown-toggle[aria-expanded="true"] {
  margin-right: 0;
  padding: 0.667em 1.667em;
}
.cid-taOw7l9PvM .navbar.navbar-expand-lg .dropdown .dropdown-menu {
  background: #000000;
}
.cid-taOw7l9PvM .navbar.navbar-expand-lg .dropdown .dropdown-menu .dropdown-submenu {
  margin: 0;
  left: 100%;
}
.cid-taOw7l9PvM .navbar .dropdown.open > .dropdown-menu {
  display: block;
}
.cid-taOw7l9PvM ul.navbar-nav {
  flex-wrap: wrap;
}
.cid-taOw7l9PvM .navbar-buttons {
  text-align: center;
  min-width: 170px;
}
.cid-taOw7l9PvM button.navbar-toggler {
  outline: none;
  width: 31px;
  height: 20px;
  cursor: pointer;
  transition: all 0.2s;
  position: relative;
  align-self: center;
}
.cid-taOw7l9PvM button.navbar-toggler .hamburger span {
  position: absolute;
  right: 0;
  width: 30px;
  height: 2px;
  border-right: 5px;
  background-color: #fafafa;
}
.cid-taOw7l9PvM button.navbar-toggler .hamburger span:nth-child(1) {
  top: 0;
  transition: all 0.2s;
}
.cid-taOw7l9PvM button.navbar-toggler .hamburger span:nth-child(2) {
  top: 8px;
  transition: all 0.15s;
}
.cid-taOw7l9PvM button.navbar-toggler .hamburger span:nth-child(3) {
  top: 8px;
  transition: all 0.15s;
}
.cid-taOw7l9PvM button.navbar-toggler .hamburger span:nth-child(4) {
  top: 16px;
  transition: all 0.2s;
}
.cid-taOw7l9PvM nav.opened .hamburger span:nth-child(1) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-taOw7l9PvM nav.opened .hamburger span:nth-child(2) {
  transform: rotate(45deg);
  transition: all 0.25s;
}
.cid-taOw7l9PvM nav.opened .hamburger span:nth-child(3) {
  transform: rotate(-45deg);
  transition: all 0.25s;
}
.cid-taOw7l9PvM nav.opened .hamburger span:nth-child(4) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-taOw7l9PvM a.nav-link {
  display: flex;
  align-items: center;
  justify-content: center;
}
.cid-taOw7l9PvM .icons-menu {
  flex-wrap: nowrap;
  display: flex;
  justify-content: center;
  padding-left: 1rem;
  padding-right: 1rem;
  padding-top: 0.3rem;
  text-align: center;
}
@media screen and (-ms-high-contrast: active), (-ms-high-contrast: none) {
  .cid-taOw7l9PvM .navbar {
    height: 70px;
  }
  .cid-taOw7l9PvM .navbar.opened {
    height: auto;
  }
  .cid-taOw7l9PvM .nav-item .nav-link:hover::before {
    width: 175%;
    max-width: calc(100% + 2rem);
    left: -1rem;
  }
}
.cid-taOw7vq3RR {
  padding-top: 5rem;
  padding-bottom: 4rem;
  background-image: url("../../../assets/images/sf1-wiring-diagram-2000x1429.png");
}
.cid-taOw7vq3RR .card-btn {
  width: 10rem;
  height: 10rem;
  border-radius: 50%;
  padding-top: 0.5rem;
}
.cid-taOw7vq3RR .card-btn .rotate {
  transform: rotate(225deg);
  margin-top: 0.2rem;
  margin-left: 0;
}
.cid-taOw7vq3RR .card-btn svg {
  transition: all 0.4s;
}
.cid-taOw7vq3RR .card-btn:hover > svg {
  transform: rotate(315deg);
}
@media (max-width: 991px) {
  .cid-taOw7vq3RR .card-btn {
    right: 0;
    top: 1.5rem;
  }
}
@media (max-width: 576px) {
  .cid-taOw7vq3RR .card-btn {
    width: 8rem;
    height: 8rem;
    right: 0;
    top: 1.5rem;
  }
  .cid-taOw7vq3RR .card-btn p {
    margin-bottom: 0.5rem;
  }
}
.cid-taOw7vq3RR .column {
  display: flex;
  flex-direction: column;
}
.cid-taOw7vq3RR .mbr-card-title,
.cid-taOw7vq3RR .mbr-text {
  color: #fafafa;
}
.cid-taOw7vq3RR .icon-wrap {
  display: flex;
  justify-content: flex-end;
}
@media (max-width: 767px) {
  .cid-taOw7vq3RR .icon-wrap {
    justify-content: center;
    flex-wrap: wrap;
  }
}
.cid-taOw7vq3RR .mbr-card-title {
  text-align: left;
}
.cid-uLWyswg5d2 {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-color: #000000;
}
.cid-uLWyswg5d2 .mbr-fallback-image.disabled {
  display: none;
}
.cid-uLWyswg5d2 .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uLWyswg5d2 .row {
  margin: 0 -20px;
}
.cid-uLWyswg5d2 .card {
  padding: 0 20px;
}
.cid-uLWyswg5d2 .mbr-tag {
  margin-bottom: 16px;
  color: #fafafa;
}
.cid-uLWyswg5d2 .title-wrapper {
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  height: 100%;
}
@media (max-width: 992px) {
  .cid-uLWyswg5d2 .title-wrapper {
    margin-bottom: 40px;
  }
}
.cid-uLWyswg5d2 .title-wrapper .mbr-section-title {
  margin-bottom: 0;
}
.cid-uLWyswg5d2 .title-wrapper .main-btn .btn {
  margin-bottom: 0;
}
.cid-uLWyswg5d2 .mbr-section-btn {
  margin-top: 20px;
}
.cid-uLWyswg5d2 .mbr-section-btn .btn::after,
.cid-uLWyswg5d2 .mbr-section-btn .btn::before {
  background-image: linear-gradient(90deg, #386bb7, #e24c4a 150%);
}
.cid-uLWyswg5d2 .mbr-section-btn .btn:hover,
.cid-uLWyswg5d2 .mbr-section-btn .btn:focus {
  color: #ffffff !important;
}
.cid-uLWyswg5d2 .mbr-section-btn .btn:hover::after,
.cid-uLWyswg5d2 .mbr-section-btn .btn:focus::after {
  background-image: linear-gradient(90deg, #386bb7, #e24c4a 150%);
  opacity: 1;
}
.cid-uLWyswg5d2 .items-wrapper .item {
  margin-bottom: 40px;
}
@media (max-width: 992px) {
  .cid-uLWyswg5d2 .items-wrapper .item {
    margin-bottom: 20px;
  }
}
.cid-uLWyswg5d2 .items-wrapper .item:last-child {
  margin-bottom: 0;
}
.cid-uLWyswg5d2 .items-wrapper .item .item-wrapper {
  display: flex;
  position: relative;
  height: 100%;
}
@media (max-width: 992px) {
  .cid-uLWyswg5d2 .items-wrapper .item .item-wrapper {
    display: block;
  }
}
.cid-uLWyswg5d2 .items-wrapper .item .item-wrapper .icon-wrapper {
  margin-right: 60px;
  margin-top: 10px;
}
@media (max-width: 992px) {
  .cid-uLWyswg5d2 .items-wrapper .item .item-wrapper .icon-wrapper {
    margin-bottom: 20px;
    margin-right: 0;
    margin-top: 0;
  }
}
.cid-uLWyswg5d2 .items-wrapper .item .item-wrapper .icon-wrapper .mbr-iconfont {
  color: transparent;
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
  background-image: linear-gradient(90deg, #fafafa, #9b9ba5);
  font-size: 80px;
}
@media (max-width: 992px) {
  .cid-uLWyswg5d2 .items-wrapper .item .item-wrapper .icon-wrapper .mbr-iconfont {
    font-size: 50px;
  }
}
.cid-uLWyswg5d2 .items-wrapper .item .item-wrapper .item-content {
  padding-bottom: 20px;
  border-bottom: 2px solid #ffffff;
  border-radius: 0 !important;
  width: 100%;
}
.cid-uLWyswg5d2 .items-wrapper .item .item-wrapper .item-content .item-title {
  margin-bottom: 16px;
  transition: all 0.3s ease-in-out;
  cursor: pointer;
}
.cid-uLWyswg5d2 .items-wrapper .item .item-wrapper .item-content .item-title:hover,
.cid-uLWyswg5d2 .items-wrapper .item .item-wrapper .item-content .item-title:focus {
  color: #e24c4a;
}
.cid-uLWyswg5d2 .items-wrapper .item .item-wrapper .item-content .item-text {
  margin-bottom: 0;
}
.cid-uLWyswg5d2 .items-wrapper .item .item-wrapper .item-content .item-btn {
  margin-top: 20px;
}
@media (max-width: 992px) {
  .cid-uLWyswg5d2 .items-wrapper .item .item-wrapper .item-content .item-btn {
    margin-bottom: 0;
  }
}
.cid-uLWyswg5d2 .mbr-section-title {
  color: #ffffff;
}
.cid-uLWyswg5d2 .item-title {
  color: #ffffff;
}
.cid-uLWyswg5d2 .item-text {
  color: #ffffff;
}
.cid-uLWN5bVuch {
  padding-top: 2rem;
  padding-bottom: 5rem;
  background-color: #000000;
  overflow: hidden;
}
.cid-uLWN5bVuch .mbr-fallback-image.disabled {
  display: none;
}
.cid-uLWN5bVuch .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uLWN5bVuch ul {
  padding-left: 1.5rem;
}
.cid-uLWN5bVuch ul li {
  padding-bottom: 0.5rem;
}
.cid-uLWN5bVuch .mbr-text3 {
  line-height: 1.2;
}
.cid-uLWN5bVuch p {
  line-height: 1.2;
}
.cid-uLWN5bVuch .round {
  position: absolute;
  top: -900px;
  left: -20%;
  width: 140%;
  height: 1700px;
  border-bottom-left-radius: 50%;
  border-bottom-right-radius: 50%;
  background: #232323;
}
@media (max-width: 992px) {
  .cid-uLWN5bVuch .round {
    top: -700px;
    height: 1500px;
  }
}
@media (max-width: 767px) {
  .cid-uLWN5bVuch .round {
    height: 600px;
    top: -100px;
  }
}
.cid-uLWN5bVuch .line {
  width: 100%;
  height: 2px;
  opacity: 0.4;
  background: currentColor;
  margin-bottom: 1rem;
  margin-top: 1rem;
}
.cid-uLWN5bVuch .col-lg-3 {
  border-top: 2px solid lightgray;
  padding-top: 1rem;
}
.cid-uLWN5bVuch .mbr-text {
  line-height: 1.2;
  color: #000000;
}
.cid-uLWN5bVuch .card-wrapper {
  overflow: hidden;
  background: #fafafa;
  padding: 4rem 3rem;
}
@media (max-width: 767px) {
  .cid-uLWN5bVuch .card-wrapper {
    padding: 2rem 1rem;
  }
}
.cid-uLWN5bVuch .image-wrapper {
  padding: 0 1rem;
}
.cid-uLWN5bVuch .mbr-section-title {
  color: #000000;
}
.cid-uLWN5bVuch .mbr-text,
.cid-uLWN5bVuch .mbr-section-btn {
  color: #f0466a;
}
.cid-uLWN5bVuch .mbr-card-title {
  color: #f0466a;
}
.cid-uLWN5bVuch .mbr-card-title,
.cid-uLWN5bVuch .line {
  color: #000000;
}
.cid-uLWN5bVuch .mbr-section-text {
  color: #000000;
}
.cid-urXDiBDMzH {
  padding-top: 6rem;
  padding-bottom: 6rem;
  background-color: #000000;
}
.cid-urXDiBDMzH .d-flex {
  justify-content: space-between;
  align-items: center;
}
@media (max-width: 992px) {
  .cid-urXDiBDMzH .d-flex {
    flex-direction: column;
  }
}
.cid-urXDiBDMzH .item-img {
  margin-bottom: 1.5rem;
  overflow: hidden;
}
@media (min-width: 1700px) {
  .cid-urXDiBDMzH .item {
    padding: 0 4rem;
  }
}
@media (max-width: 767px) {
  .cid-urXDiBDMzH .item {
    margin-bottom: 2rem !important;
  }
}
.cid-urXDiBDMzH .item,
.cid-urXDiBDMzH .item-wrapper {
  margin: auto;
  cursor: pointer;
}
.cid-urXDiBDMzH .item:hover img,
.cid-urXDiBDMzH .item-wrapper:hover img {
  transform: scale(1.1);
}
.cid-urXDiBDMzH img,
.cid-urXDiBDMzH .item-img {
  transition: all 0.5s;
  width: 100%;
}
.cid-urXDiBDMzH .item:focus,
.cid-urXDiBDMzH span:focus {
  outline: none;
}
.cid-urXDiBDMzH .item-wrapper {
  position: relative;
  height: 100%;
  display: flex;
  flex-flow: column nowrap;
}
.cid-urXDiBDMzH .mbr-section-btn {
  margin-top: auto !important;
}
.cid-urXDiBDMzH .mbr-section-title {
  color: #ffffff;
}
.cid-urXDiBDMzH .mbr-text,
.cid-urXDiBDMzH .mbr-section-btn {
  text-align: left;
  color: #ffffff;
}
.cid-urXDiBDMzH .item-title {
  text-align: left;
  color: #dfcefd;
}
.cid-urXDiBDMzH .item-subtitle {
  text-align: left;
  color: #625673;
}
.cid-urXDiBDMzH .mbr-section-subtitle {
  color: #ffffff;
}
.cid-urXDpTfLPA {
  padding-top: 5rem;
  padding-bottom: 0rem;
  background-color: #000000;
}
.cid-urXDpTfLPA .row {
  position: relative;
}
.cid-urXDpTfLPA .row .blur-circle {
  position: absolute;
  top: 0;
  right: 0;
  width: 55%;
  height: 75%;
  border-radius: 100%;
  background-image: linear-gradient(90deg, #00aeef 50%, #fafafa);
  backdrop-filter: blur(10px);
  filter: blur(64px) blur(64px);
}
@media (max-width: 768px) {
  .cid-urXDpTfLPA .row .blur-circle {
    display: none;
  }
}
.cid-urXDpTfLPA .mbr-fallback-image.disabled {
  display: none;
}
.cid-urXDpTfLPA .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-urXDpTfLPA .title {
  display: flex;
  align-items: center;
}
.cid-urXDpTfLPA .title-wrapper {
  position: relative;
  z-index: 1;
  padding-right: 60px;
}
@media (max-width: 992px) {
  .cid-urXDpTfLPA .title-wrapper {
    margin-bottom: 65px;
    padding: 0;
  }
}
@media (max-width: 768px) {
  .cid-urXDpTfLPA .title-wrapper {
    margin-bottom: 45px;
  }
}
.cid-urXDpTfLPA .title-wrapper .mbr-section-title {
  margin-bottom: 32px;
}
@media (max-width: 992px) {
  .cid-urXDpTfLPA .title-wrapper .mbr-section-title {
    margin-bottom: 28px;
  }
}
@media (max-width: 768px) {
  .cid-urXDpTfLPA .title-wrapper .mbr-section-title {
    margin-bottom: 24px;
  }
}
.cid-urXDpTfLPA .title-wrapper .mbr-section-title span {
  position: relative;
  z-index: 1;
}
.cid-urXDpTfLPA .title-wrapper .mbr-section-title span::before {
  content: '';
  position: absolute;
  bottom: 22%;
  left: 0;
  width: 100%;
  height: 18px;
  background-color: #00aeef;
  z-index: -1;
}
.cid-urXDpTfLPA .title-wrapper .mbr-text {
  margin-bottom: 0;
}
.cid-urXDpTfLPA .cards-wrapper {
  display: flex;
  justify-content: center;
  align-items: center;
}
@media (max-width: 768px) {
  .cid-urXDpTfLPA .cards-wrapper {
    display: block;
  }
}
.cid-urXDpTfLPA .row.cards {
  padding: 0 16px;
  z-index: 1;
  position: relative;
  width: 100%;
  max-width: 220px;
  margin: 0;
}
@media (max-width: 768px) {
  .cid-urXDpTfLPA .row.cards {
    margin: 0 auto;
  }
}
.cid-urXDpTfLPA .row.cards .card {
  padding: 0;
  margin-bottom: 32px;
  min-height: 200px;
  position: relative;
  width: 100%;
}
.cid-urXDpTfLPA .row.cards .card::before {
  content: '';
  position: absolute;
  top: .2rem;
  left: -1rem;
  width: 100%;
  height: 102%;
  border-radius: 8px;
  border: 4px solid #000000;
  background-color: transparent;
  pointer-events: none;
}
.cid-urXDpTfLPA .row.cards .card .card-wrapper {
  background-color: #f4efe8;
  padding: 48px 32px 32px;
  border-radius: 8px;
}
@media (max-width: 768px) {
  .cid-urXDpTfLPA .row.cards .card .card-wrapper {
    padding: 36px 28px;
  }
}
.cid-urXDpTfLPA .row.cards .card .card-wrapper .icon-wrapper {
  position: relative;
}
.cid-urXDpTfLPA .row.cards .card .card-wrapper .icon-wrapper::before {
  content: '';
  display: inline-block;
  width: 48px;
  height: 48px;
  border-radius: 100%;
  background-color: #00aeef;
}
.cid-urXDpTfLPA .row.cards .card .card-wrapper .icon-wrapper .mbr-iconfont {
  display: block;
  position: relative;
  font-size: 48px;
  margin: -3rem 0 24px -10px;
}
.cid-urXDpTfLPA .row.cards .card .card-wrapper .mbr-card-title {
  margin-bottom: 0;
}
.cid-urXDpTfLPA .mbr-section-title {
  color: #f4efe8;
}
.cid-urXDpTfLPA .mbr-text {
  color: #f4efe8;
}
.cid-urXDpTfLPA .mbr-card-title,
.cid-urXDpTfLPA .mbr-iconfont {
  color: #111111;
}
.cid-urXDpTfLPA .mbr-card-title,
.cid-urXDpTfLPA .mbr-iconfont,
.cid-urXDpTfLPA .icon-wrapper {
  text-align: left;
}
.cid-taOwhm7MiC {
  padding-top: 1rem;
  padding-bottom: 4rem;
  background-color: #000000;
}
.cid-taOwhm7MiC .mbr-text,
.cid-taOwhm7MiC .mbr-section-btn {
  color: #fafafa;
}
.cid-taOwhm7MiC .row {
  justify-content: start;
}
.cid-taOwhm7MiC .mbr-section-title {
  color: #fafafa;
}
.cid-taOwhm7MiC .rotate {
  transform: rotate(225deg);
  position: absolute;
}
@media (max-width: 425px) {
  .cid-taOwhm7MiC .rotate {
    top: -6px;
  }
}
@media (max-width: 991px) {
  .cid-taOwhm7MiC .wrapper {
    flex-direction: column-reverse;
  }
  .cid-taOwhm7MiC .wrapper .text-position {
    padding: 50px 12px 30px 12px;
  }
}
@media (min-width: 992px) and (max-width: 1099px) {
  .cid-taOwhm7MiC .wrapper .text-position {
    padding: 0 40px;
  }
}
@media (max-width: 425px) {
  .cid-taOwhm7MiC .wrapper .text-position {
    padding: 0 12px 30px 12px;
  }
}
.cid-taOwhm7MiC .wrapper-position {
  justify-content: center;
  display: flex;
  flex-direction: column;
  margin-left: 1.5rem;
  height: 100%;
}
@media (max-width: 991px) {
  .cid-taOwhm7MiC .wrapper-position {
    margin: 0 0 3rem 0;
  }
}
.cid-useH3f0gB7 {
  padding-top: 5rem;
  padding-bottom: 4rem;
  background-image: url("../../../assets/images/adobestock-268948180-2000x1333.jpg");
}
.cid-useH3f0gB7 .iconfont-wrapper {
  padding-bottom: 1rem;
  margin-bottom: 1rem;
}
.cid-useH3f0gB7 .card-box {
  z-index: 2;
  position: relative;
}
.cid-useH3f0gB7 .mbr-iconfont {
  font-size: 2rem;
  color: #fafafa;
  background: #000000;
  width: 80px;
  padding: 10px;
  border-radius: 6px;
  text-align: center;
}
.cid-useH3f0gB7 .mbr-iconfont-big {
  font-size: 14rem;
  color: #000000;
  position: absolute;
  bottom: -3rem;
  right: -4rem;
  z-index: -1;
  transition: all 0.6s;
  opacity: 0.1;
}
.cid-useH3f0gB7 .card-title,
.cid-useH3f0gB7 .card-text {
  transition: all 0.3s;
}
.cid-useH3f0gB7 .card-wrapper {
  position: relative;
  overflow: hidden;
  border-radius: 6px;
  padding: 4rem 3rem;
  box-shadow: 0 0 8px 0 rgba(0, 0, 0, 0.3);
  background: #fafafa;
  transition: all 0.3s;
}
.cid-useH3f0gB7 .card-wrapper:hover .mbr-iconfont-big {
  transform: rotate(-20deg);
}
@media (max-width: 767px) {
  .cid-useH3f0gB7 .card-wrapper {
    padding: 2rem 1rem;
  }
}
.cid-useH3f0gB7 .card-title,
.cid-useH3f0gB7 .iconfont-wrapper {
  color: #000000;
}
.cid-useH3f0gB7 .card-text {
  color: #2b2b2b;
}
.cid-useH3f0gB7 .mbr-section-title {
  color: #ffffff;
  text-align: center;
}
.cid-useH3f0gB7 .mbr-section-subtitle {
  color: #ffffff;
  text-align: center;
}
.cid-useH3f0gB7 .mbr-fallback-image.disabled {
  display: none;
}
.cid-useH3f0gB7 .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-us9aaHlMnX {
  padding-top: 15px;
  padding-bottom: 30px;
  background-image: url("../../../assets/images/adobestock-268948180-2000x1333.jpg");
}
.cid-us9aaHlMnX .row-links {
  width: 100%;
  -webkit-justify-content: center;
  justify-content: center;
}
.cid-us9aaHlMnX .social-row {
  width: 100%;
  -webkit-justify-content: center;
  justify-content: center;
}
.cid-us9aaHlMnX .media-container-row {
  -webkit-flex-direction: column;
  flex-direction: column;
  -webkit-justify-content: center;
  justify-content: center;
  -webkit-align-items: center;
  align-items: center;
}
.cid-us9aaHlMnX .media-container-row .foot-menu {
  list-style: none;
  display: flex;
  -webkit-justify-content: center;
  justify-content: center;
  -webkit-flex-wrap: wrap;
  flex-wrap: wrap;
  padding: 0;
  margin-bottom: 0;
}
.cid-us9aaHlMnX .media-container-row .foot-menu li {
  padding: 0 1rem 1rem 1rem;
}
.cid-us9aaHlMnX .media-container-row .foot-menu li p {
  margin: 0;
}
.cid-us9aaHlMnX .media-container-row .social-list {
  padding-left: 0;
  margin-bottom: 0;
  list-style: none;
  display: flex;
  -webkit-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-justify-content: flex-end;
  justify-content: flex-end;
}
.cid-us9aaHlMnX .media-container-row .social-list .mbr-iconfont-social {
  font-size: 1.5rem;
  color: #ffffff;
}
.cid-us9aaHlMnX .media-container-row .social-list .soc-item {
  margin: 0 0.5rem;
}
.cid-us9aaHlMnX .media-container-row .social-list a {
  margin: 0;
  opacity: 0.5;
  -webkit-transition: 0.2s linear;
  transition: 0.2s linear;
}
.cid-us9aaHlMnX .media-container-row .social-list a:hover {
  opacity: 1;
}
@media (max-width: 767px) {
  .cid-us9aaHlMnX .media-container-row .social-list {
    -webkit-justify-content: center;
    justify-content: center;
  }
}
.cid-us9aaHlMnX .media-container-row .row-copirayt {
  word-break: break-word;
  width: 100%;
}
.cid-us9aaHlMnX .media-container-row .row-copirayt p {
  width: 100%;
}
.cid-uLEMm6Nf2S {
  padding-top: 0rem;
  padding-bottom: 0rem;
}
.cid-uLEMm6Nf2S .navbar-dropdown {
  position: relative !important;
}
.cid-uLEMm6Nf2S .dropdown-item:before {
  font-family: Moririse2 !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;
  transform: scale(0, 1);
  transition: all 0.25s ease-in-out;
}
.cid-uLEMm6Nf2S .dropdown-menu {
  padding: 0;
  border-radius: 4px;
  box-shadow: 0 1px 3px 0 rgba(0, 0, 0, 0.1);
}
.cid-uLEMm6Nf2S .dropdown-item {
  border-bottom: 1px solid #e6e6e6;
}
.cid-uLEMm6Nf2S .dropdown-item:hover,
.cid-uLEMm6Nf2S .dropdown-item:focus {
  background: #000000;
  color: white;
}
.cid-uLEMm6Nf2S .dropdown-item:hover span {
  color: white;
}
.cid-uLEMm6Nf2S .dropdown-item:first-child {
  border-top-left-radius: 4px;
  border-top-right-radius: 4px;
}
.cid-uLEMm6Nf2S .dropdown-item:last-child {
  border-bottom: none;
  border-bottom-left-radius: 4px;
  border-bottom-right-radius: 4px;
}
.cid-uLEMm6Nf2S .nav-dropdown .link {
  padding: 0 0.3em !important;
  margin: 0.667em 1em !important;
}
.cid-uLEMm6Nf2S .nav-dropdown .link.dropdown-toggle::after {
  margin-left: 0.5rem;
  margin-top: 0.2rem;
}
.cid-uLEMm6Nf2S .nav-link {
  position: relative;
  font-weight: 500;
}
.cid-uLEMm6Nf2S .container {
  display: flex;
  margin: auto;
}
@media (min-width: 992px) {
  .cid-uLEMm6Nf2S .container {
    flex-wrap: nowrap;
  }
}
.cid-uLEMm6Nf2S .iconfont-wrapper {
  color: #000000 !important;
  font-size: 1.5rem;
  padding-right: 0.5rem;
}
.cid-uLEMm6Nf2S .dropdown-menu,
.cid-uLEMm6Nf2S .navbar.opened {
  background: #000000 !important;
}
.cid-uLEMm6Nf2S .nav-item:focus,
.cid-uLEMm6Nf2S .nav-link:focus {
  outline: none;
}
.cid-uLEMm6Nf2S .dropdown .dropdown-menu .dropdown-item {
  width: auto;
  transition: all 0.25s ease-in-out;
}
.cid-uLEMm6Nf2S .dropdown .dropdown-menu .dropdown-item::after {
  right: 0.5rem;
}
.cid-uLEMm6Nf2S .dropdown .dropdown-menu .dropdown-item .mbr-iconfont {
  margin-right: 0.5rem;
  vertical-align: sub;
}
.cid-uLEMm6Nf2S .dropdown .dropdown-menu .dropdown-item .mbr-iconfont:before {
  display: inline-block;
  transform: scale(1, 1);
  transition: all 0.25s ease-in-out;
}
.cid-uLEMm6Nf2S .collapsed .dropdown-menu .dropdown-item:before {
  display: none;
}
.cid-uLEMm6Nf2S .collapsed .dropdown .dropdown-menu .dropdown-item {
  padding: 0.235em 1.5em 0.235em 1.5em !important;
  transition: none;
  margin: 0 !important;
}
.cid-uLEMm6Nf2S .navbar {
  min-height: 70px;
  transition: all 0.3s;
  border-bottom: 1px solid transparent;
  box-shadow: 0 1px 3px 0 rgba(0, 0, 0, 0.1);
  background: #000000;
}
.cid-uLEMm6Nf2S .navbar.opened {
  transition: all 0.3s;
}
.cid-uLEMm6Nf2S .navbar .dropdown-item {
  padding: 0.5rem 1.8rem;
}
.cid-uLEMm6Nf2S .navbar .navbar-logo img {
  width: auto;
}
.cid-uLEMm6Nf2S .navbar .navbar-collapse {
  justify-content: flex-end;
  z-index: 1;
}
.cid-uLEMm6Nf2S .navbar.collapsed {
  justify-content: center;
}
.cid-uLEMm6Nf2S .navbar.collapsed .nav-item .nav-link::before {
  display: none;
}
.cid-uLEMm6Nf2S .navbar.collapsed.opened .dropdown-menu {
  top: 0;
}
@media (min-width: 992px) {
  .cid-uLEMm6Nf2S .navbar.collapsed.opened:not(.navbar-short) .navbar-collapse {
    max-height: calc(98.5vh - 3rem);
  }
}
.cid-uLEMm6Nf2S .navbar.collapsed .dropdown-menu .dropdown-submenu {
  left: 0 !important;
}
.cid-uLEMm6Nf2S .navbar.collapsed .dropdown-menu .dropdown-item:after {
  right: auto;
}
.cid-uLEMm6Nf2S .navbar.collapsed .dropdown-menu .dropdown-toggle[data-toggle="dropdown-submenu"]:after {
  margin-left: 0.5rem;
  margin-top: 0.2rem;
  border-top: 0.35em solid;
  border-right: 0.35em solid transparent;
  border-left: 0.35em solid transparent;
  border-bottom: 0;
  top: 41%;
}
.cid-uLEMm6Nf2S .navbar.collapsed ul.navbar-nav li {
  margin: auto;
}
.cid-uLEMm6Nf2S .navbar.collapsed .dropdown-menu .dropdown-item {
  padding: 0.25rem 1.5rem;
  text-align: center;
}
.cid-uLEMm6Nf2S .navbar.collapsed .icons-menu {
  padding-left: 0;
  padding-right: 0;
  padding-top: 0.5rem;
  padding-bottom: 0.5rem;
}
@media (max-width: 991px) {
  .cid-uLEMm6Nf2S .navbar .nav-item .nav-link::before {
    display: none;
  }
  .cid-uLEMm6Nf2S .navbar.opened .dropdown-menu {
    top: 0;
  }
  .cid-uLEMm6Nf2S .navbar .dropdown-menu .dropdown-submenu {
    left: 0 !important;
  }
  .cid-uLEMm6Nf2S .navbar .dropdown-menu .dropdown-item:after {
    right: auto;
  }
  .cid-uLEMm6Nf2S .navbar .dropdown-menu .dropdown-toggle[data-toggle="dropdown-submenu"]:after {
    margin-left: 0.5rem;
    margin-top: 0.2rem;
    border-top: 0.35em solid;
    border-right: 0.35em solid transparent;
    border-left: 0.35em solid transparent;
    border-bottom: 0;
    top: 40%;
  }
  .cid-uLEMm6Nf2S .navbar .navbar-logo img {
    height: 3rem !important;
  }
  .cid-uLEMm6Nf2S .navbar ul.navbar-nav li {
    margin: auto;
  }
  .cid-uLEMm6Nf2S .navbar .dropdown-menu .dropdown-item {
    padding: 0.25rem 1.5rem !important;
    text-align: center;
  }
  .cid-uLEMm6Nf2S .navbar .navbar-brand {
    flex-shrink: initial;
    flex-basis: auto;
    word-break: break-word;
    padding-right: 2rem;
  }
  .cid-uLEMm6Nf2S .navbar .navbar-toggler {
    flex-basis: auto;
  }
  .cid-uLEMm6Nf2S .navbar .icons-menu {
    padding-left: 0;
    padding-top: 0.5rem;
    padding-bottom: 0.5rem;
  }
}
@media (max-width: 991px) and (max-width: 767px) {
  .cid-uLEMm6Nf2S .navbar .navbar-brand {
    width: calc(100% - 31px);
  }
}
.cid-uLEMm6Nf2S .navbar.navbar-short {
  min-height: 60px;
}
.cid-uLEMm6Nf2S .navbar.navbar-short .navbar-logo img {
  height: 2.5rem !important;
}
.cid-uLEMm6Nf2S .navbar.navbar-short .navbar-brand {
  min-height: 60px;
  padding: 0;
}
.cid-uLEMm6Nf2S .navbar-brand {
  min-height: 70px;
  flex-shrink: 0;
  align-items: center;
  margin-right: 0;
  padding: 10px 0;
  transition: all 0.3s;
  word-break: break-word;
  z-index: 1;
}
.cid-uLEMm6Nf2S .navbar-brand .navbar-caption {
  line-height: inherit !important;
}
.cid-uLEMm6Nf2S .navbar-brand .navbar-logo a {
  outline: none;
}
.cid-uLEMm6Nf2S .dropdown-item.active,
.cid-uLEMm6Nf2S .dropdown-item:active {
  background-color: transparent;
}
.cid-uLEMm6Nf2S .navbar-expand-lg .navbar-nav .nav-link {
  padding: 0;
}
.cid-uLEMm6Nf2S .nav-dropdown .link.dropdown-toggle {
  margin-right: 1.667em;
}
.cid-uLEMm6Nf2S .nav-dropdown .link.dropdown-toggle[aria-expanded="true"] {
  margin-right: 0;
  padding: 0.667em 1.667em;
}
.cid-uLEMm6Nf2S .navbar.navbar-expand-lg .dropdown .dropdown-menu {
  background: #000000;
}
.cid-uLEMm6Nf2S .navbar.navbar-expand-lg .dropdown .dropdown-menu .dropdown-submenu {
  margin: 0;
  left: 100%;
}
.cid-uLEMm6Nf2S .navbar .dropdown.open > .dropdown-menu {
  display: block;
}
.cid-uLEMm6Nf2S ul.navbar-nav {
  flex-wrap: wrap;
}
.cid-uLEMm6Nf2S .navbar-buttons {
  text-align: center;
  min-width: 170px;
}
.cid-uLEMm6Nf2S button.navbar-toggler {
  outline: none;
  width: 31px;
  height: 20px;
  cursor: pointer;
  transition: all 0.2s;
  position: relative;
  align-self: center;
}
.cid-uLEMm6Nf2S button.navbar-toggler .hamburger span {
  position: absolute;
  right: 0;
  width: 30px;
  height: 2px;
  border-right: 5px;
  background-color: #fafafa;
}
.cid-uLEMm6Nf2S button.navbar-toggler .hamburger span:nth-child(1) {
  top: 0;
  transition: all 0.2s;
}
.cid-uLEMm6Nf2S button.navbar-toggler .hamburger span:nth-child(2) {
  top: 8px;
  transition: all 0.15s;
}
.cid-uLEMm6Nf2S button.navbar-toggler .hamburger span:nth-child(3) {
  top: 8px;
  transition: all 0.15s;
}
.cid-uLEMm6Nf2S button.navbar-toggler .hamburger span:nth-child(4) {
  top: 16px;
  transition: all 0.2s;
}
.cid-uLEMm6Nf2S nav.opened .hamburger span:nth-child(1) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-uLEMm6Nf2S nav.opened .hamburger span:nth-child(2) {
  transform: rotate(45deg);
  transition: all 0.25s;
}
.cid-uLEMm6Nf2S nav.opened .hamburger span:nth-child(3) {
  transform: rotate(-45deg);
  transition: all 0.25s;
}
.cid-uLEMm6Nf2S nav.opened .hamburger span:nth-child(4) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-uLEMm6Nf2S a.nav-link {
  display: flex;
  align-items: center;
  justify-content: center;
}
.cid-uLEMm6Nf2S .icons-menu {
  flex-wrap: nowrap;
  display: flex;
  justify-content: center;
  padding-left: 1rem;
  padding-right: 1rem;
  padding-top: 0.3rem;
  text-align: center;
}
@media screen and (-ms-high-contrast: active), (-ms-high-contrast: none) {
  .cid-uLEMm6Nf2S .navbar {
    height: 70px;
  }
  .cid-uLEMm6Nf2S .navbar.opened {
    height: auto;
  }
  .cid-uLEMm6Nf2S .nav-item .nav-link:hover::before {
    width: 175%;
    max-width: calc(100% + 2rem);
    left: -1rem;
  }
}
.cid-uLEQ5roWoG {
  padding-top: 8rem;
  padding-bottom: 8rem;
  background-image: url("../../../assets/images/blue-spotlight-2000x1121-2000x1121.png");
}
.cid-uLEQ5roWoG .row {
  flex-direction: row-reverse;
}
.cid-uLEQ5roWoG .mbr-section-title {
  color: #ffffff;
}
.cid-uLEQ5roWoG .mbr-text,
.cid-uLEQ5roWoG .mbr-section-btn {
  color: #fafafa;
}
.cid-uLEQ5roWoG .mbr-section-text {
  color: #ffffff;
}
.cid-uLEQ5roWoG img {
  border-radius: 2rem;
}
.cid-uLEQ5roWoG .mbr-section-subtitle {
  color: #8364e2;
}
.cid-uLEQ5roWoG .number {
  color: #ffffff;
}
@media (max-width: 767px) {
  .cid-uLEQ5roWoG .image-wrapper {
    display: none;
  }
}
.cid-uLEQ5roWoG .mbr-fallback-image.disabled {
  display: none;
}
.cid-uLEQ5roWoG .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uLF1U3FIsI {
  padding-top: 0rem;
  padding-bottom: 10rem;
  background-color: #000000;
  position: relative;
  overflow: hidden;
}
.cid-uLF1U3FIsI .mbr-fallback-image.disabled {
  display: none;
}
.cid-uLF1U3FIsI .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uLF1U3FIsI .text-wrapper {
  position: relative;
  z-index: 4;
  padding-top: 5rem;
}
@media (max-width: 991px) {
  .cid-uLF1U3FIsI .text-wrapper {
    padding-top: 0;
    padding-bottom: 5rem;
  }
}
.cid-uLF1U3FIsI .mbr-section-title {
  color: #181817;
  margin-bottom: 1rem;
}
@media (min-width: 1200px) {
  .cid-uLF1U3FIsI .mbr-section-title.display-1 {
    font-size: 13rem !important;
  }
}
.cid-uLF1U3FIsI .mbr-text {
  color: #fafafa;
  margin-bottom: 1rem;
  max-width: 500px;
  margin-right: auto;
  opacity: 0.8;
}
.cid-uLF1U3FIsI .mbr-section-btn {
  margin-top: 1rem;
}
.cid-uLF1U3FIsI .img-bg {
  position: absolute;
  top: 50%;
  right: 0;
  width: 50vw;
  aspect-ratio: 1;
  border-radius: 50%;
  transform: translate(40%, -50%);
  background: #c4c4c8;
  z-index: 2;
}
@media (max-width: 991px) {
  .cid-uLF1U3FIsI .img-bg {
    top: auto;
    bottom: 0;
    right: 0;
    width: 70vw;
    transform: translate(30%, 40%);
  }
}
.cid-uLF1U3FIsI .mbr-section-title,
.cid-uLF1U3FIsI .mbr-section-btn {
  color: #fafafa;
}
.cid-uLEYuTDqrc {
  padding-top: 4rem;
  padding-bottom: 4rem;
  background-color: #c4c4c8;
}
.cid-uLEYuTDqrc .container > .row {
  background-color: #000000;
  border-radius: 10px;
}
@media (min-width: 1200px) {
  .cid-uLEYuTDqrc .container > .row {
    padding: 90px 100px;
  }
}
@media (max-width: 1199px) {
  .cid-uLEYuTDqrc .container > .row {
    padding: 50px 20px;
  }
}
@media (max-width: 767px) {
  .cid-uLEYuTDqrc .container > .row {
    padding: 40px 0;
    margin: 0;
  }
}
.cid-uLEYuTDqrc .mbr-section-subtitle {
  opacity: 0.7;
  margin-bottom: 15px;
}
.cid-uLEYuTDqrc .border__radius {
  border: 1px solid rgba(250, 250, 250, 0.3);
  border-radius: 50%;
  width: 60px;
  height: 60px;
  display: inline-flex;
  align-items: center;
  justify-content: center;
}
.cid-uLEYuTDqrc .bot {
  padding: 0 20px 40px;
}
@media (max-width: 767px) {
  .cid-uLEYuTDqrc .bot {
    padding-bottom: 20px;
  }
}
.cid-uLEYuTDqrc .bot__content {
  margin-top: 20px;
  width: 100%;
}
.cid-uLEYuTDqrc .bot__title {
  line-height: 1.35;
  margin-bottom: 10px;
}
.cid-uLEYuTDqrc .bot__text {
  color: #ffffff;
  opacity: 0.7;
  margin-bottom: 0;
}
.cid-uLEYuTDqrc .border__left {
  border-left: 1px solid rgba(250, 250, 250, 0.3);
}
.cid-uLEYuTDqrc .mbr-text {
  color: #ffffff;
  opacity: 0.7;
  margin-bottom: 0;
}
.cid-uLEYuTDqrc .btn {
  margin-top: 20px;
}
@media (max-width: 991px) {
  .cid-uLEYuTDqrc .icons__block {
    margin-top: 40px;
  }
}
@keyframes rotation {
  0% {
    transform: rotate(0);
  }
  100% {
    transform: rotate(359deg);
  }
}
.cid-uLEYuTDqrc .bot:nth-child(3) .mbr-iconfont {
  animation: rotation 5s infinite linear;
}
.cid-uLEYuTDqrc .mbr-fallback-image.disabled {
  display: none;
}
.cid-uLEYuTDqrc .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uLFNryFXZM {
  padding-top: 5rem;
  padding-bottom: 0rem;
  background-color: #060606;
}
.cid-uLFNryFXZM .mbr-fallback-image.disabled {
  display: none;
}
.cid-uLFNryFXZM .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uLFNryFXZM .title-wrapper {
  margin-bottom: 60px;
}
@media (max-width: 992px) {
  .cid-uLFNryFXZM .title-wrapper {
    margin-bottom: 48px;
  }
}
.cid-uLFNryFXZM .title-wrapper .desc-wrapper .mbr-desc {
  display: inline-block;
  width: 50%;
  margin-bottom: 36px;
}
@media (max-width: 992px) {
  .cid-uLFNryFXZM .title-wrapper .desc-wrapper .mbr-desc {
    width: 100%;
    margin-bottom: 16px;
  }
}
.cid-uLFNryFXZM .title-wrapper .mbr-section-title {
  margin-bottom: 24px;
}
.cid-uLFNryFXZM .title-wrapper .text-wrapper .mbr-text {
  display: inline-block;
  width: 50%;
  margin-bottom: 0;
}
@media (max-width: 992px) {
  .cid-uLFNryFXZM .title-wrapper .text-wrapper .mbr-text {
    width: 100%;
  }
}
.cid-uLFNryFXZM .items-wrapper {
  margin: 0 -32px;
  justify-content: center;
}
.cid-uLFNryFXZM .item {
  padding: 0 32px;
  margin-bottom: 64px;
}
@media (max-width: 992px) {
  .cid-uLFNryFXZM .item {
    margin-bottom: 28px;
  }
}
.cid-uLFNryFXZM .item:nth-child(2n) {
  margin-top: 120px;
}
@media (max-width: 992px) {
  .cid-uLFNryFXZM .item:nth-child(2n) {
    margin-top: 0;
  }
}
.cid-uLFNryFXZM .item .item-wrapper {
  height: 100%;
  transition: all 0.3s ease-in-out;
}
.cid-uLFNryFXZM .item .item-wrapper:hover .item-wrap .item-img .image-wrap img,
.cid-uLFNryFXZM .item .item-wrapper:focus .item-wrap .item-img .image-wrap img {
  border: 2px solid #078efb;
  background-color: #078efb;
}
.cid-uLFNryFXZM .item .item-wrapper .item-wrap {
  height: 100%;
}
.cid-uLFNryFXZM .item .item-wrapper .item-wrap .item-img {
  position: relative;
}
.cid-uLFNryFXZM .item .item-wrapper .item-wrap .item-img .image-wrap {
  margin-bottom: 32px;
}
@media (max-width: 992px) {
  .cid-uLFNryFXZM .item .item-wrapper .item-wrap .item-img .image-wrap {
    margin-bottom: 16px;
  }
}
.cid-uLFNryFXZM .item .item-wrapper .item-wrap .item-img .image-wrap img {
  height: 680px;
  width: 100%;
  object-fit: cover;
  border: 2px solid transparent;
  transition: all 0.3s ease-in-out;
}
@media (max-width: 992px) {
  .cid-uLFNryFXZM .item .item-wrapper .item-wrap .item-img .image-wrap img {
    height: 350px;
  }
}
.cid-uLFNryFXZM .item .item-wrapper .item-wrap .item-img .item-content {
  padding: 2px;
}
.cid-uLFNryFXZM .item .item-wrapper .item-wrap .item-img .item-content .item-title {
  margin-bottom: 8px;
}
.cid-uLFNryFXZM .item .item-wrapper .item-wrap .item-img .item-content .item-text {
  margin-bottom: 0;
}
.cid-uLFNryFXZM .mbr-section-title {
  color: #ffffff;
  text-align: center;
}
.cid-uLFNryFXZM .mbr-text,
.cid-uLFNryFXZM .text-wrapper {
  color: #9aa0a6;
  text-align: center;
}
.cid-uLFNryFXZM .mbr-desc,
.cid-uLFNryFXZM .desc-wrapper {
  color: #9aa0a6;
  text-align: center;
}
.cid-uLFNryFXZM .item-title {
  color: #ffffff;
}
.cid-uLFNryFXZM .item-text {
  color: #ffffff;
}
.cid-uLFt6S1weg {
  padding-top: 0rem;
  padding-bottom: 6rem;
  background-color: #000000;
}
.cid-uLFt6S1weg .mbr-fallback-image.disabled {
  display: none;
}
.cid-uLFt6S1weg .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
@media (max-width: 991px) {
  .cid-uLFt6S1weg .col-title {
    margin-bottom: 20px;
  }
}
.cid-uLFt6S1weg .mbr-section-title {
  color: #ffffff;
}
.cid-uLFt6S1weg .mbr-text {
  color: #000000;
}
.cid-uLFt6S1weg h2 {
  position: relative;
  width: fit-content;
  padding-left: 35px;
  display: inline-block;
}
.cid-uLFt6S1weg h2:before {
  content: '';
  width: 12px;
  height: 12px;
  border-radius: 50%;
  background: currentColor;
  position: absolute;
  left: 10px;
  top: calc(50% - 6px);
}
.cid-uLFt6S1weg .row {
  justify-content: space-between;
}
.cid-uLFt6S1weg .mbr-text1 {
  color: #0046c7;
}
.cid-uLFt6S1weg img {
  object-fit: cover;
}
.cid-uLFt6S1weg h3 {
  transition: all 0.3s;
  position: relative;
  transform: translateX(110px);
}
.cid-uLFt6S1weg h3:hover {
  transform: translateX(0px);
  cursor: pointer;
}
.cid-uLFt6S1weg h3:hover:before {
  opacity: 0;
}
.cid-uLFt6S1weg h3:before {
  content: '\e96b';
  color: currentColor;
  font-family: 'Moririse2' !important;
  transition: all 0.3s;
  opacity: 1;
  border-radius: 50%;
  position: absolute;
  left: -110px;
  top: 60%;
  transform: translateY(-50%);
}
@media (max-width: 767px) {
  .cid-uLFt6S1weg h3 {
    transform: translateX(0px);
  }
}
.cid-uLFt6S1weg .mbr-section-subtitle,
.cid-uLFt6S1weg .align {
  color: #ffffff;
}
.cid-uLEMm9wpR3 {
  padding-top: 5rem;
  padding-bottom: 4rem;
  background-image: url("../../../assets/images/adobestock-268948180-2000x1333.jpg");
}
.cid-uLEMm9wpR3 .iconfont-wrapper {
  padding-bottom: 1rem;
  margin-bottom: 1rem;
}
.cid-uLEMm9wpR3 .card-box {
  z-index: 2;
  position: relative;
}
.cid-uLEMm9wpR3 .mbr-iconfont {
  font-size: 2rem;
  color: #fafafa;
  background: #000000;
  width: 80px;
  padding: 10px;
  border-radius: 6px;
  text-align: center;
}
.cid-uLEMm9wpR3 .mbr-iconfont-big {
  font-size: 14rem;
  color: #000000;
  position: absolute;
  bottom: -3rem;
  right: -4rem;
  z-index: -1;
  transition: all 0.6s;
  opacity: 0.1;
}
.cid-uLEMm9wpR3 .card-title,
.cid-uLEMm9wpR3 .card-text {
  transition: all 0.3s;
}
.cid-uLEMm9wpR3 .card-wrapper {
  position: relative;
  overflow: hidden;
  border-radius: 6px;
  padding: 4rem 3rem;
  box-shadow: 0 0 8px 0 rgba(0, 0, 0, 0.3);
  background: #fafafa;
  transition: all 0.3s;
}
.cid-uLEMm9wpR3 .card-wrapper:hover .mbr-iconfont-big {
  transform: rotate(-20deg);
}
@media (max-width: 767px) {
  .cid-uLEMm9wpR3 .card-wrapper {
    padding: 2rem 1rem;
  }
}
.cid-uLEMm9wpR3 .card-title,
.cid-uLEMm9wpR3 .iconfont-wrapper {
  color: #000000;
}
.cid-uLEMm9wpR3 .card-text {
  color: #2b2b2b;
}
.cid-uLEMm9wpR3 .mbr-section-title {
  color: #ffffff;
  text-align: center;
}
.cid-uLEMm9wpR3 .mbr-section-subtitle {
  color: #ffffff;
  text-align: center;
}
.cid-uLEMm9wpR3 .mbr-fallback-image.disabled {
  display: none;
}
.cid-uLEMm9wpR3 .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uLEMm9TKZE {
  padding-top: 15px;
  padding-bottom: 30px;
  background-image: url("../../../assets/images/adobestock-268948180-2000x1333.jpg");
}
.cid-uLEMm9TKZE .row-links {
  width: 100%;
  -webkit-justify-content: center;
  justify-content: center;
}
.cid-uLEMm9TKZE .social-row {
  width: 100%;
  -webkit-justify-content: center;
  justify-content: center;
}
.cid-uLEMm9TKZE .media-container-row {
  -webkit-flex-direction: column;
  flex-direction: column;
  -webkit-justify-content: center;
  justify-content: center;
  -webkit-align-items: center;
  align-items: center;
}
.cid-uLEMm9TKZE .media-container-row .foot-menu {
  list-style: none;
  display: flex;
  -webkit-justify-content: center;
  justify-content: center;
  -webkit-flex-wrap: wrap;
  flex-wrap: wrap;
  padding: 0;
  margin-bottom: 0;
}
.cid-uLEMm9TKZE .media-container-row .foot-menu li {
  padding: 0 1rem 1rem 1rem;
}
.cid-uLEMm9TKZE .media-container-row .foot-menu li p {
  margin: 0;
}
.cid-uLEMm9TKZE .media-container-row .social-list {
  padding-left: 0;
  margin-bottom: 0;
  list-style: none;
  display: flex;
  -webkit-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-justify-content: flex-end;
  justify-content: flex-end;
}
.cid-uLEMm9TKZE .media-container-row .social-list .mbr-iconfont-social {
  font-size: 1.5rem;
  color: #ffffff;
}
.cid-uLEMm9TKZE .media-container-row .social-list .soc-item {
  margin: 0 0.5rem;
}
.cid-uLEMm9TKZE .media-container-row .social-list a {
  margin: 0;
  opacity: 0.5;
  -webkit-transition: 0.2s linear;
  transition: 0.2s linear;
}
.cid-uLEMm9TKZE .media-container-row .social-list a:hover {
  opacity: 1;
}
@media (max-width: 767px) {
  .cid-uLEMm9TKZE .media-container-row .social-list {
    -webkit-justify-content: center;
    justify-content: center;
  }
}
.cid-uLEMm9TKZE .media-container-row .row-copirayt {
  word-break: break-word;
  width: 100%;
}
.cid-uLEMm9TKZE .media-container-row .row-copirayt p {
  width: 100%;
}
.cid-uLKyMDPOWd {
  padding-top: 0rem;
  padding-bottom: 0rem;
}
.cid-uLKyMDPOWd .navbar-dropdown {
  position: relative !important;
}
.cid-uLKyMDPOWd .dropdown-item:before {
  font-family: Moririse2 !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;
  transform: scale(0, 1);
  transition: all 0.25s ease-in-out;
}
.cid-uLKyMDPOWd .dropdown-menu {
  padding: 0;
  border-radius: 4px;
  box-shadow: 0 1px 3px 0 rgba(0, 0, 0, 0.1);
}
.cid-uLKyMDPOWd .dropdown-item {
  border-bottom: 1px solid #e6e6e6;
}
.cid-uLKyMDPOWd .dropdown-item:hover,
.cid-uLKyMDPOWd .dropdown-item:focus {
  background: #000000;
  color: white;
}
.cid-uLKyMDPOWd .dropdown-item:hover span {
  color: white;
}
.cid-uLKyMDPOWd .dropdown-item:first-child {
  border-top-left-radius: 4px;
  border-top-right-radius: 4px;
}
.cid-uLKyMDPOWd .dropdown-item:last-child {
  border-bottom: none;
  border-bottom-left-radius: 4px;
  border-bottom-right-radius: 4px;
}
.cid-uLKyMDPOWd .nav-dropdown .link {
  padding: 0 0.3em !important;
  margin: 0.667em 1em !important;
}
.cid-uLKyMDPOWd .nav-dropdown .link.dropdown-toggle::after {
  margin-left: 0.5rem;
  margin-top: 0.2rem;
}
.cid-uLKyMDPOWd .nav-link {
  position: relative;
  font-weight: 500;
}
.cid-uLKyMDPOWd .container {
  display: flex;
  margin: auto;
}
@media (min-width: 992px) {
  .cid-uLKyMDPOWd .container {
    flex-wrap: nowrap;
  }
}
.cid-uLKyMDPOWd .iconfont-wrapper {
  color: #000000 !important;
  font-size: 1.5rem;
  padding-right: 0.5rem;
}
.cid-uLKyMDPOWd .dropdown-menu,
.cid-uLKyMDPOWd .navbar.opened {
  background: #000000 !important;
}
.cid-uLKyMDPOWd .nav-item:focus,
.cid-uLKyMDPOWd .nav-link:focus {
  outline: none;
}
.cid-uLKyMDPOWd .dropdown .dropdown-menu .dropdown-item {
  width: auto;
  transition: all 0.25s ease-in-out;
}
.cid-uLKyMDPOWd .dropdown .dropdown-menu .dropdown-item::after {
  right: 0.5rem;
}
.cid-uLKyMDPOWd .dropdown .dropdown-menu .dropdown-item .mbr-iconfont {
  margin-right: 0.5rem;
  vertical-align: sub;
}
.cid-uLKyMDPOWd .dropdown .dropdown-menu .dropdown-item .mbr-iconfont:before {
  display: inline-block;
  transform: scale(1, 1);
  transition: all 0.25s ease-in-out;
}
.cid-uLKyMDPOWd .collapsed .dropdown-menu .dropdown-item:before {
  display: none;
}
.cid-uLKyMDPOWd .collapsed .dropdown .dropdown-menu .dropdown-item {
  padding: 0.235em 1.5em 0.235em 1.5em !important;
  transition: none;
  margin: 0 !important;
}
.cid-uLKyMDPOWd .navbar {
  min-height: 70px;
  transition: all 0.3s;
  border-bottom: 1px solid transparent;
  box-shadow: 0 1px 3px 0 rgba(0, 0, 0, 0.1);
  background: #000000;
}
.cid-uLKyMDPOWd .navbar.opened {
  transition: all 0.3s;
}
.cid-uLKyMDPOWd .navbar .dropdown-item {
  padding: 0.5rem 1.8rem;
}
.cid-uLKyMDPOWd .navbar .navbar-logo img {
  width: auto;
}
.cid-uLKyMDPOWd .navbar .navbar-collapse {
  justify-content: flex-end;
  z-index: 1;
}
.cid-uLKyMDPOWd .navbar.collapsed {
  justify-content: center;
}
.cid-uLKyMDPOWd .navbar.collapsed .nav-item .nav-link::before {
  display: none;
}
.cid-uLKyMDPOWd .navbar.collapsed.opened .dropdown-menu {
  top: 0;
}
@media (min-width: 992px) {
  .cid-uLKyMDPOWd .navbar.collapsed.opened:not(.navbar-short) .navbar-collapse {
    max-height: calc(98.5vh - 3rem);
  }
}
.cid-uLKyMDPOWd .navbar.collapsed .dropdown-menu .dropdown-submenu {
  left: 0 !important;
}
.cid-uLKyMDPOWd .navbar.collapsed .dropdown-menu .dropdown-item:after {
  right: auto;
}
.cid-uLKyMDPOWd .navbar.collapsed .dropdown-menu .dropdown-toggle[data-toggle="dropdown-submenu"]:after {
  margin-left: 0.5rem;
  margin-top: 0.2rem;
  border-top: 0.35em solid;
  border-right: 0.35em solid transparent;
  border-left: 0.35em solid transparent;
  border-bottom: 0;
  top: 41%;
}
.cid-uLKyMDPOWd .navbar.collapsed ul.navbar-nav li {
  margin: auto;
}
.cid-uLKyMDPOWd .navbar.collapsed .dropdown-menu .dropdown-item {
  padding: 0.25rem 1.5rem;
  text-align: center;
}
.cid-uLKyMDPOWd .navbar.collapsed .icons-menu {
  padding-left: 0;
  padding-right: 0;
  padding-top: 0.5rem;
  padding-bottom: 0.5rem;
}
@media (max-width: 991px) {
  .cid-uLKyMDPOWd .navbar .nav-item .nav-link::before {
    display: none;
  }
  .cid-uLKyMDPOWd .navbar.opened .dropdown-menu {
    top: 0;
  }
  .cid-uLKyMDPOWd .navbar .dropdown-menu .dropdown-submenu {
    left: 0 !important;
  }
  .cid-uLKyMDPOWd .navbar .dropdown-menu .dropdown-item:after {
    right: auto;
  }
  .cid-uLKyMDPOWd .navbar .dropdown-menu .dropdown-toggle[data-toggle="dropdown-submenu"]:after {
    margin-left: 0.5rem;
    margin-top: 0.2rem;
    border-top: 0.35em solid;
    border-right: 0.35em solid transparent;
    border-left: 0.35em solid transparent;
    border-bottom: 0;
    top: 40%;
  }
  .cid-uLKyMDPOWd .navbar .navbar-logo img {
    height: 3rem !important;
  }
  .cid-uLKyMDPOWd .navbar ul.navbar-nav li {
    margin: auto;
  }
  .cid-uLKyMDPOWd .navbar .dropdown-menu .dropdown-item {
    padding: 0.25rem 1.5rem !important;
    text-align: center;
  }
  .cid-uLKyMDPOWd .navbar .navbar-brand {
    flex-shrink: initial;
    flex-basis: auto;
    word-break: break-word;
    padding-right: 2rem;
  }
  .cid-uLKyMDPOWd .navbar .navbar-toggler {
    flex-basis: auto;
  }
  .cid-uLKyMDPOWd .navbar .icons-menu {
    padding-left: 0;
    padding-top: 0.5rem;
    padding-bottom: 0.5rem;
  }
}
@media (max-width: 991px) and (max-width: 767px) {
  .cid-uLKyMDPOWd .navbar .navbar-brand {
    width: calc(100% - 31px);
  }
}
.cid-uLKyMDPOWd .navbar.navbar-short {
  min-height: 60px;
}
.cid-uLKyMDPOWd .navbar.navbar-short .navbar-logo img {
  height: 2.5rem !important;
}
.cid-uLKyMDPOWd .navbar.navbar-short .navbar-brand {
  min-height: 60px;
  padding: 0;
}
.cid-uLKyMDPOWd .navbar-brand {
  min-height: 70px;
  flex-shrink: 0;
  align-items: center;
  margin-right: 0;
  padding: 10px 0;
  transition: all 0.3s;
  word-break: break-word;
  z-index: 1;
}
.cid-uLKyMDPOWd .navbar-brand .navbar-caption {
  line-height: inherit !important;
}
.cid-uLKyMDPOWd .navbar-brand .navbar-logo a {
  outline: none;
}
.cid-uLKyMDPOWd .dropdown-item.active,
.cid-uLKyMDPOWd .dropdown-item:active {
  background-color: transparent;
}
.cid-uLKyMDPOWd .navbar-expand-lg .navbar-nav .nav-link {
  padding: 0;
}
.cid-uLKyMDPOWd .nav-dropdown .link.dropdown-toggle {
  margin-right: 1.667em;
}
.cid-uLKyMDPOWd .nav-dropdown .link.dropdown-toggle[aria-expanded="true"] {
  margin-right: 0;
  padding: 0.667em 1.667em;
}
.cid-uLKyMDPOWd .navbar.navbar-expand-lg .dropdown .dropdown-menu {
  background: #000000;
}
.cid-uLKyMDPOWd .navbar.navbar-expand-lg .dropdown .dropdown-menu .dropdown-submenu {
  margin: 0;
  left: 100%;
}
.cid-uLKyMDPOWd .navbar .dropdown.open > .dropdown-menu {
  display: block;
}
.cid-uLKyMDPOWd ul.navbar-nav {
  flex-wrap: wrap;
}
.cid-uLKyMDPOWd .navbar-buttons {
  text-align: center;
  min-width: 170px;
}
.cid-uLKyMDPOWd button.navbar-toggler {
  outline: none;
  width: 31px;
  height: 20px;
  cursor: pointer;
  transition: all 0.2s;
  position: relative;
  align-self: center;
}
.cid-uLKyMDPOWd button.navbar-toggler .hamburger span {
  position: absolute;
  right: 0;
  width: 30px;
  height: 2px;
  border-right: 5px;
  background-color: #fafafa;
}
.cid-uLKyMDPOWd button.navbar-toggler .hamburger span:nth-child(1) {
  top: 0;
  transition: all 0.2s;
}
.cid-uLKyMDPOWd button.navbar-toggler .hamburger span:nth-child(2) {
  top: 8px;
  transition: all 0.15s;
}
.cid-uLKyMDPOWd button.navbar-toggler .hamburger span:nth-child(3) {
  top: 8px;
  transition: all 0.15s;
}
.cid-uLKyMDPOWd button.navbar-toggler .hamburger span:nth-child(4) {
  top: 16px;
  transition: all 0.2s;
}
.cid-uLKyMDPOWd nav.opened .hamburger span:nth-child(1) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-uLKyMDPOWd nav.opened .hamburger span:nth-child(2) {
  transform: rotate(45deg);
  transition: all 0.25s;
}
.cid-uLKyMDPOWd nav.opened .hamburger span:nth-child(3) {
  transform: rotate(-45deg);
  transition: all 0.25s;
}
.cid-uLKyMDPOWd nav.opened .hamburger span:nth-child(4) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-uLKyMDPOWd a.nav-link {
  display: flex;
  align-items: center;
  justify-content: center;
}
.cid-uLKyMDPOWd .icons-menu {
  flex-wrap: nowrap;
  display: flex;
  justify-content: center;
  padding-left: 1rem;
  padding-right: 1rem;
  padding-top: 0.3rem;
  text-align: center;
}
@media screen and (-ms-high-contrast: active), (-ms-high-contrast: none) {
  .cid-uLKyMDPOWd .navbar {
    height: 70px;
  }
  .cid-uLKyMDPOWd .navbar.opened {
    height: auto;
  }
  .cid-uLKyMDPOWd .nav-item .nav-link:hover::before {
    width: 175%;
    max-width: calc(100% + 2rem);
    left: -1rem;
  }
}
.cid-uLLXPxFqvv {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-image: url("../../../assets/images/adobestock-665838214-2000x1121.jpg");
}
.cid-uLLXPxFqvv .mbr-fallback-image.disabled {
  display: none;
}
.cid-uLLXPxFqvv .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uLLXPxFqvv .row {
  margin: 0 -20px;
}
.cid-uLLXPxFqvv .card {
  padding: 0 20px;
}
.cid-uLLXPxFqvv .image-wrapper {
  height: 100%;
}
@media (max-width: 992px) {
  .cid-uLLXPxFqvv .image-wrapper {
    margin-top: 20px;
  }
}
.cid-uLLXPxFqvv .image-wrapper img {
  height: 100%;
  object-fit: cover;
}
@media (max-width: 992px) {
  .cid-uLLXPxFqvv .image-wrapper img {
    height: 350px;
  }
}
.cid-uLLXPxFqvv .mbr-section-btn .btn::after,
.cid-uLLXPxFqvv .mbr-section-btn .btn::before {
  background-image: linear-gradient(90deg, #fafafa, #9b9ba5 150%);
}
.cid-uLLXPxFqvv .mbr-section-btn .btn:hover,
.cid-uLLXPxFqvv .mbr-section-btn .btn:focus {
  color: #9b9ba5 !important;
}
.cid-uLLXPxFqvv .mbr-section-btn .btn:hover::after,
.cid-uLLXPxFqvv .mbr-section-btn .btn:focus::after {
  background-image: linear-gradient(90deg, #fafafa, #9b9ba5 150%);
  opacity: 1;
}
.cid-uLLXPxFqvv .card-wrapper {
  display: flex;
  flex-direction: column;
  justify-content: flex-end;
  background-color: #121212;
  padding: 80px;
  min-height: 800px;
}
@media (max-width: 1440px) {
  .cid-uLLXPxFqvv .card-wrapper {
    padding: 40px;
  }
}
@media (max-width: 992px) {
  .cid-uLLXPxFqvv .card-wrapper {
    padding: 20px;
    min-height: auto;
  }
}
.cid-uLLXPxFqvv .card-wrapper .title-wrapper .mbr-section-title {
  display: inline-block;
  color: transparent;
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
  background-image: linear-gradient(90deg, #fafafa, #9b9ba5);
  margin-bottom: 40px;
}
@media (max-width: 992px) {
  .cid-uLLXPxFqvv .card-wrapper .title-wrapper .mbr-section-title {
    margin-bottom: 20px;
  }
}
.cid-uLLXPxFqvv .card-wrapper .mbr-text {
  margin-bottom: 40px;
}
@media (max-width: 992px) {
  .cid-uLLXPxFqvv .card-wrapper .mbr-text {
    margin-bottom: 20px;
  }
}
.cid-uLLXPxFqvv .mbr-section-title {
  color: #ffffff;
}
.cid-uLLXPxFqvv .mbr-text {
  color: #c7c7c7;
}
.cid-uLRMfHFfx6 {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-color: #000000;
}
.cid-uLRMfHFfx6 .mbr-fallback-image.disabled {
  display: none;
}
.cid-uLRMfHFfx6 .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uLRMfHFfx6 .container-fluid {
  padding: 0 50px;
}
@media (max-width: 992px) {
  .cid-uLRMfHFfx6 .container-fluid {
    padding: 0 30px;
  }
}
@media (max-width: 992px) {
  .cid-uLRMfHFfx6 .container {
    padding: 0 30px;
  }
}
.cid-uLRMfHFfx6 .card-wrapper {
  overflow: hidden;
  padding: 50px;
  border-radius: 3.75em;
  background-color: #ffffff;
  display: flex;
  justify-content: space-between;
}
@media (max-width: 992px) {
  .cid-uLRMfHFfx6 .card-wrapper {
    padding: 30px 20px;
    display: block;
  }
}
.cid-uLRMfHFfx6 .card-wrapper .card-wrap {
  width: 60%;
}
@media (max-width: 992px) {
  .cid-uLRMfHFfx6 .card-wrapper .card-wrap {
    width: 100%;
    margin-bottom: 30px;
  }
}
.cid-uLRMfHFfx6 .card-wrapper .card-wrap:last-child {
  width: 40%;
  margin-left: 70px;
}
@media (max-width: 992px) {
  .cid-uLRMfHFfx6 .card-wrapper .card-wrap:last-child {
    margin: 0;
    width: 100%;
  }
}
.cid-uLRMfHFfx6 .card-wrapper .card-wrap .number-wrapper {
  margin-bottom: 20px;
}
.cid-uLRMfHFfx6 .card-wrapper .card-wrap .number-wrapper .number-wrap {
  display: inline-flex;
  align-items: center;
}
.cid-uLRMfHFfx6 .card-wrapper .card-wrap .number-wrapper .number-wrap .mbr-iconfont {
  display: block;
  font-size: 32px;
  color: #000000;
  margin-right: 16px;
}
.cid-uLRMfHFfx6 .card-wrapper .card-wrap .number-wrapper .number-wrap .mbr-number {
  margin-bottom: 0;
}
.cid-uLRMfHFfx6 .card-wrapper .card-wrap .mbr-card-title {
  margin-bottom: 16px;
}
.cid-uLRMfHFfx6 .card-wrapper .card-wrap .mbr-text {
  margin-bottom: 0;
}
.cid-uLRMfHFfx6 .card-wrapper .card-wrap .image-wrapper {
  display: flex;
  align-items: center;
}
.cid-uLRMfHFfx6 .card-wrapper .card-wrap .image-wrapper .decor-wrap {
  border: 5px solid #000000;
  width: 100%;
  height: 160px;
  border-radius: 100%;
  transform: rotate(15deg);
}
@media (max-width: 992px) {
  .cid-uLRMfHFfx6 .card-wrapper .card-wrap .image-wrapper .decor-wrap {
    display: none;
  }
}
.cid-uLRMfHFfx6 .card-wrapper .card-wrap .image-wrapper img {
  width: 250px;
  height: 250px;
  object-fit: cover;
  margin-right: -30%;
}
.cid-uLRMfHFfx6 .mbr-card-title {
  color: #2B2B2B;
}
.cid-uLRMfHFfx6 .mbr-number {
  color: #2B2B2B;
}
.cid-uLRMfHFfx6 .mbr-text {
  color: #4E4E4E;
}
.cid-uLKyMEOGQK {
  padding-top: 4rem;
  padding-bottom: 4rem;
  background-color: #000000;
}
.cid-uLKyMEOGQK .mbr-section-subtitle {
  opacity: 0.7;
  margin-bottom: 15px;
}
.cid-uLKyMEOGQK .border__radius {
  border: 1px solid rgba(250, 250, 250, 0.3);
  border-radius: 50%;
  width: 60px;
  height: 60px;
  display: inline-flex;
  align-items: center;
  justify-content: center;
}
.cid-uLKyMEOGQK .bot {
  padding: 0 20px 40px;
}
@media (max-width: 767px) {
  .cid-uLKyMEOGQK .bot {
    padding-bottom: 20px;
  }
}
.cid-uLKyMEOGQK .bot__content {
  margin-top: 20px;
  width: 100%;
}
.cid-uLKyMEOGQK .bot__title {
  line-height: 1.35;
  margin-bottom: 10px;
}
.cid-uLKyMEOGQK .bot__text {
  color: #ffffff;
  opacity: 0.7;
  margin-bottom: 0;
}
.cid-uLKyMEOGQK .border__left {
  border-left: 1px solid rgba(250, 250, 250, 0.3);
}
.cid-uLKyMEOGQK .mbr-text {
  color: #ffffff;
  opacity: 0.7;
  margin-bottom: 0;
}
.cid-uLKyMEOGQK .btn {
  margin-top: 20px;
}
@media (max-width: 991px) {
  .cid-uLKyMEOGQK .icons__block {
    margin-top: 40px;
  }
}
@keyframes rotation {
  0% {
    transform: rotate(0);
  }
  100% {
    transform: rotate(359deg);
  }
}
.cid-uLKyMEOGQK .bot:nth-child(3) .mbr-iconfont {
  animation: rotation 5s infinite linear;
}
.cid-uLKyMEOGQK .mbr-fallback-image.disabled {
  display: none;
}
.cid-uLKyMEOGQK .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uLKKuCy4ck {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-color: #000000;
}
.cid-uLKKuCy4ck .mbr-fallback-image.disabled {
  display: none;
}
.cid-uLKKuCy4ck .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uLKKuCy4ck .card {
  justify-content: flex-end;
}
.cid-uLKKuCy4ck .title-wrapper {
  margin-bottom: 40px;
}
.cid-uLKKuCy4ck .title-wrapper .mbr-tag {
  margin-bottom: 16px;
}
.cid-uLKKuCy4ck .title-wrapper .mbr-section-title {
  margin-bottom: 0;
}
.cid-uLKKuCy4ck .mbr-section-btn {
  margin-bottom: 40px;
}
.cid-uLKKuCy4ck .mbr-section-btn .btn::after,
.cid-uLKKuCy4ck .mbr-section-btn .btn::before {
  background-image: linear-gradient(90deg, #386bb7, #e24c4a 150%);
}
.cid-uLKKuCy4ck .mbr-section-btn .btn:hover,
.cid-uLKKuCy4ck .mbr-section-btn .btn:focus {
  color: #ffffff !important;
}
.cid-uLKKuCy4ck .mbr-section-btn .btn:hover::after,
.cid-uLKKuCy4ck .mbr-section-btn .btn:focus::after {
  background-image: linear-gradient(90deg, #386bb7, #e24c4a 150%);
  opacity: 1;
}
.cid-uLKKuCy4ck .items-wrapper {
  margin: 0 -20px;
}
.cid-uLKKuCy4ck .items-wrapper .item {
  margin-bottom: 40px;
  padding: 0 20px;
}
@media (max-width: 992px) {
  .cid-uLKKuCy4ck .items-wrapper .item {
    margin-bottom: 20px;
  }
}
.cid-uLKKuCy4ck .items-wrapper .item .item-wrapper {
  position: relative;
  height: 100%;
}
.cid-uLKKuCy4ck .items-wrapper .item .item-wrapper .item-content .item-title {
  margin-bottom: 16px;
}
.cid-uLKKuCy4ck .items-wrapper .item .item-wrapper .item-content .item-text {
  margin-bottom: 16px;
}
.cid-uLKKuCy4ck .items-wrapper .item .item-wrapper .item-content .icon-wrapper {
  margin-top: 32px;
}
@media (max-width: 992px) {
  .cid-uLKKuCy4ck .items-wrapper .item .item-wrapper .item-content .icon-wrapper {
    margin-top: 20px;
  }
}
.cid-uLKKuCy4ck .items-wrapper .item .item-wrapper .item-content .icon-wrapper .icon-wrap {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  width: 56px;
  height: 56px;
  min-width: 56px;
  border-radius: 16px;
  background-color: #000000;
}
.cid-uLKKuCy4ck .items-wrapper .item .item-wrapper .item-content .icon-wrapper .icon-wrap .mbr-iconfont {
  color: transparent;
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
  background-image: linear-gradient(90deg, #9b9ba5, #fafafa);
  font-size: 32px;
}
.cid-uLKKuCy4ck .items-wrapper .item .item-wrapper .item-content .item-btn {
  margin-top: 40px;
  margin-bottom: 0;
}
@media (max-width: 992px) {
  .cid-uLKKuCy4ck .items-wrapper .item .item-wrapper .item-content .item-btn {
    margin-top: 20px;
    margin-bottom: 0;
  }
}
.cid-uLKKuCy4ck .mbr-section-title {
  color: #ffffff;
}
.cid-uLKKuCy4ck .mbr-tag {
  color: #adadad;
}
.cid-uLKKuCy4ck .item-title {
  color: #ffffff;
}
.cid-uLKKuCy4ck .item-text {
  color: #ffffff;
}
.cid-uLKyMFj5BT {
  padding-top: 5rem;
  padding-bottom: 0rem;
  background-color: #060606;
}
.cid-uLKyMFj5BT .mbr-fallback-image.disabled {
  display: none;
}
.cid-uLKyMFj5BT .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uLKyMFj5BT .title-wrapper {
  margin-bottom: 60px;
}
@media (max-width: 992px) {
  .cid-uLKyMFj5BT .title-wrapper {
    margin-bottom: 48px;
  }
}
.cid-uLKyMFj5BT .title-wrapper .desc-wrapper .mbr-desc {
  display: inline-block;
  width: 50%;
  margin-bottom: 36px;
}
@media (max-width: 992px) {
  .cid-uLKyMFj5BT .title-wrapper .desc-wrapper .mbr-desc {
    width: 100%;
    margin-bottom: 16px;
  }
}
.cid-uLKyMFj5BT .title-wrapper .mbr-section-title {
  margin-bottom: 24px;
}
.cid-uLKyMFj5BT .title-wrapper .text-wrapper .mbr-text {
  display: inline-block;
  width: 50%;
  margin-bottom: 0;
}
@media (max-width: 992px) {
  .cid-uLKyMFj5BT .title-wrapper .text-wrapper .mbr-text {
    width: 100%;
  }
}
.cid-uLKyMFj5BT .items-wrapper {
  margin: 0 -32px;
  justify-content: center;
}
.cid-uLKyMFj5BT .item {
  padding: 0 32px;
  margin-bottom: 64px;
}
@media (max-width: 992px) {
  .cid-uLKyMFj5BT .item {
    margin-bottom: 28px;
  }
}
.cid-uLKyMFj5BT .item:nth-child(2n) {
  margin-top: 120px;
}
@media (max-width: 992px) {
  .cid-uLKyMFj5BT .item:nth-child(2n) {
    margin-top: 0;
  }
}
.cid-uLKyMFj5BT .item .item-wrapper {
  height: 100%;
  transition: all 0.3s ease-in-out;
}
.cid-uLKyMFj5BT .item .item-wrapper:hover .item-wrap .item-img .image-wrap img,
.cid-uLKyMFj5BT .item .item-wrapper:focus .item-wrap .item-img .image-wrap img {
  border: 2px solid #078efb;
  background-color: #078efb;
}
.cid-uLKyMFj5BT .item .item-wrapper .item-wrap {
  height: 100%;
}
.cid-uLKyMFj5BT .item .item-wrapper .item-wrap .item-img {
  position: relative;
}
.cid-uLKyMFj5BT .item .item-wrapper .item-wrap .item-img .image-wrap {
  margin-bottom: 32px;
}
@media (max-width: 992px) {
  .cid-uLKyMFj5BT .item .item-wrapper .item-wrap .item-img .image-wrap {
    margin-bottom: 16px;
  }
}
.cid-uLKyMFj5BT .item .item-wrapper .item-wrap .item-img .image-wrap img {
  height: 680px;
  width: 100%;
  object-fit: cover;
  border: 2px solid transparent;
  transition: all 0.3s ease-in-out;
}
@media (max-width: 992px) {
  .cid-uLKyMFj5BT .item .item-wrapper .item-wrap .item-img .image-wrap img {
    height: 350px;
  }
}
.cid-uLKyMFj5BT .item .item-wrapper .item-wrap .item-img .item-content {
  padding: 2px;
}
.cid-uLKyMFj5BT .item .item-wrapper .item-wrap .item-img .item-content .item-title {
  margin-bottom: 8px;
}
.cid-uLKyMFj5BT .item .item-wrapper .item-wrap .item-img .item-content .item-text {
  margin-bottom: 0;
}
.cid-uLKyMFj5BT .mbr-section-title {
  color: #ffffff;
  text-align: center;
}
.cid-uLKyMFj5BT .mbr-text,
.cid-uLKyMFj5BT .text-wrapper {
  color: #9aa0a6;
  text-align: center;
}
.cid-uLKyMFj5BT .mbr-desc,
.cid-uLKyMFj5BT .desc-wrapper {
  color: #9aa0a6;
  text-align: center;
}
.cid-uLKyMFj5BT .item-title {
  color: #ffffff;
}
.cid-uLKyMFj5BT .item-text {
  color: #ffffff;
}
.cid-uLKyMFYm8q {
  padding-top: 5rem;
  padding-bottom: 4rem;
  background-image: url("../../../assets/images/adobestock-268948180-2000x1333.jpg");
}
.cid-uLKyMFYm8q .iconfont-wrapper {
  padding-bottom: 1rem;
  margin-bottom: 1rem;
}
.cid-uLKyMFYm8q .card-box {
  z-index: 2;
  position: relative;
}
.cid-uLKyMFYm8q .mbr-iconfont {
  font-size: 2rem;
  color: #fafafa;
  background: #000000;
  width: 80px;
  padding: 10px;
  border-radius: 6px;
  text-align: center;
}
.cid-uLKyMFYm8q .mbr-iconfont-big {
  font-size: 14rem;
  color: #000000;
  position: absolute;
  bottom: -3rem;
  right: -4rem;
  z-index: -1;
  transition: all 0.6s;
  opacity: 0.1;
}
.cid-uLKyMFYm8q .card-title,
.cid-uLKyMFYm8q .card-text {
  transition: all 0.3s;
}
.cid-uLKyMFYm8q .card-wrapper {
  position: relative;
  overflow: hidden;
  border-radius: 6px;
  padding: 4rem 3rem;
  box-shadow: 0 0 8px 0 rgba(0, 0, 0, 0.3);
  background: #fafafa;
  transition: all 0.3s;
}
.cid-uLKyMFYm8q .card-wrapper:hover .mbr-iconfont-big {
  transform: rotate(-20deg);
}
@media (max-width: 767px) {
  .cid-uLKyMFYm8q .card-wrapper {
    padding: 2rem 1rem;
  }
}
.cid-uLKyMFYm8q .card-title,
.cid-uLKyMFYm8q .iconfont-wrapper {
  color: #000000;
}
.cid-uLKyMFYm8q .card-text {
  color: #2b2b2b;
}
.cid-uLKyMFYm8q .mbr-section-title {
  color: #ffffff;
  text-align: center;
}
.cid-uLKyMFYm8q .mbr-section-subtitle {
  color: #ffffff;
  text-align: center;
}
.cid-uLKyMFYm8q .mbr-fallback-image.disabled {
  display: none;
}
.cid-uLKyMFYm8q .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uLKyMGmgMU {
  padding-top: 15px;
  padding-bottom: 30px;
  background-image: url("../../../assets/images/adobestock-268948180-2000x1333.jpg");
}
.cid-uLKyMGmgMU .row-links {
  width: 100%;
  -webkit-justify-content: center;
  justify-content: center;
}
.cid-uLKyMGmgMU .social-row {
  width: 100%;
  -webkit-justify-content: center;
  justify-content: center;
}
.cid-uLKyMGmgMU .media-container-row {
  -webkit-flex-direction: column;
  flex-direction: column;
  -webkit-justify-content: center;
  justify-content: center;
  -webkit-align-items: center;
  align-items: center;
}
.cid-uLKyMGmgMU .media-container-row .foot-menu {
  list-style: none;
  display: flex;
  -webkit-justify-content: center;
  justify-content: center;
  -webkit-flex-wrap: wrap;
  flex-wrap: wrap;
  padding: 0;
  margin-bottom: 0;
}
.cid-uLKyMGmgMU .media-container-row .foot-menu li {
  padding: 0 1rem 1rem 1rem;
}
.cid-uLKyMGmgMU .media-container-row .foot-menu li p {
  margin: 0;
}
.cid-uLKyMGmgMU .media-container-row .social-list {
  padding-left: 0;
  margin-bottom: 0;
  list-style: none;
  display: flex;
  -webkit-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-justify-content: flex-end;
  justify-content: flex-end;
}
.cid-uLKyMGmgMU .media-container-row .social-list .mbr-iconfont-social {
  font-size: 1.5rem;
  color: #ffffff;
}
.cid-uLKyMGmgMU .media-container-row .social-list .soc-item {
  margin: 0 0.5rem;
}
.cid-uLKyMGmgMU .media-container-row .social-list a {
  margin: 0;
  opacity: 0.5;
  -webkit-transition: 0.2s linear;
  transition: 0.2s linear;
}
.cid-uLKyMGmgMU .media-container-row .social-list a:hover {
  opacity: 1;
}
@media (max-width: 767px) {
  .cid-uLKyMGmgMU .media-container-row .social-list {
    -webkit-justify-content: center;
    justify-content: center;
  }
}
.cid-uLKyMGmgMU .media-container-row .row-copirayt {
  word-break: break-word;
  width: 100%;
}
.cid-uLKyMGmgMU .media-container-row .row-copirayt p {
  width: 100%;
}
