body {
  font-family: 'Jost', sans-serif;
}
.display-1 {
  font-family: 'Montserrat', sans-serif;
  font-size: 2.8rem;
  line-height: 1.1;
}
.display-1 > .mbr-iconfont {
  font-size: 3.5rem;
}
.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: 1.8rem;
  line-height: 1.5;
}
.display-5 > .mbr-iconfont {
  font-size: 2.25rem;
}
.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: 2.24rem;
  }
}
@media (max-width: 768px) {
  .display-1 {
    font-size: 1.96rem;
    font-size: calc( 1.63rem + (2.8 - 1.63) * ((100vw - 20rem) / (48 - 20)));
    line-height: calc( 1.1 * (1.63rem + (2.8 - 1.63) * ((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.44rem;
    font-size: calc( 1.28rem + (1.8 - 1.28) * ((100vw - 20rem) / (48 - 20)));
    line-height: calc( 1.4 * (1.28rem + (1.8 - 1.28) * ((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: #af8d00 !important;
}
.bg-success {
  background-color: #d4aa00 !important;
}
.bg-info {
  background-color: #c4c4c8 !important;
}
.bg-warning {
  background-color: #b60303 !important;
}
.bg-danger {
  background-color: #ff9966 !important;
}
.btn-primary,
.btn-primary:active {
  background-color: #af8d00 !important;
  border-color: #af8d00 !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: #af8d00 !important;
  border-color: #af8d00 !important;
  box-shadow: 0 2px 5px 0 rgba(0, 0, 0, 0.2);
}
.btn-primary.disabled,
.btn-primary:disabled {
  color: #262626 !important;
  background-color: #af8d00 !important;
  border-color: #af8d00 !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: #d4aa00 !important;
  border-color: #d4aa00 !important;
  color: #262626 !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: #d4aa00 !important;
  border-color: #d4aa00 !important;
  box-shadow: 0 2px 5px 0 rgba(0, 0, 0, 0.2);
}
.btn-success.disabled,
.btn-success:disabled {
  color: #262626 !important;
  background-color: #d4aa00 !important;
  border-color: #d4aa00 !important;
}
.btn-warning,
.btn-warning:active {
  background-color: #b60303 !important;
  border-color: #b60303 !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: #b60303 !important;
  border-color: #b60303 !important;
  box-shadow: 0 2px 5px 0 rgba(0, 0, 0, 0.2);
}
.btn-warning.disabled,
.btn-warning:disabled {
  color: #262626 !important;
  background-color: #b60303 !important;
  border-color: #b60303 !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: #af8d00;
}
.btn-primary-outline:hover,
.btn-primary-outline:focus,
.btn-primary-outline.focus,
.btn-primary-outline.active {
  color: #584700 !important;
  background-color: transparent !important;
  border-color: transparent !important;
  box-shadow: none !important;
}
.btn-primary-outline.disabled,
.btn-primary-outline:disabled {
  color: #ffffff !important;
  background-color: #af8d00 !important;
  border-color: #af8d00 !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: #d4aa00;
}
.btn-success-outline:hover,
.btn-success-outline:focus,
.btn-success-outline.focus,
.btn-success-outline.active {
  color: #7d6400 !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: #d4aa00 !important;
  border-color: #d4aa00 !important;
}
.btn-warning-outline,
.btn-warning-outline:active {
  background-color: transparent !important;
  border-color: transparent;
  color: #b60303;
}
.btn-warning-outline:hover,
.btn-warning-outline:focus,
.btn-warning-outline.focus,
.btn-warning-outline.active {
  color: #610202 !important;
  background-color: transparent !important;
  border-color: transparent !important;
  box-shadow: none !important;
}
.btn-warning-outline.disabled,
.btn-warning-outline:disabled {
  color: #ffffff !important;
  background-color: #b60303 !important;
  border-color: #b60303 !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: #af8d00 !important;
}
.text-secondary {
  color: #fafafa !important;
}
.text-success {
  color: #d4aa00 !important;
}
.text-info {
  color: #c4c4c8 !important;
}
.text-warning {
  color: #b60303 !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: #af8d00 !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: #6e5800 !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: #520101 !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: #af8d00;
}
.nav-tabs .nav-link:not(.active) {
  color: #232323;
}
.alert-success {
  background-color: #70c770;
}
.alert-info {
  background-color: #c4c4c8;
}
.alert-warning {
  background-color: #b60303;
}
.alert-danger {
  background-color: #ff9966;
}
.mbr-gallery-filter li.active .btn {
  background-color: #af8d00;
  border-color: #af8d00;
  color: #ffffff;
}
.mbr-gallery-filter li.active .btn:focus {
  box-shadow: none;
}
a,
a:hover {
  color: #af8d00;
}
.mbr-plan-header.bg-primary .mbr-plan-subtitle,
.mbr-plan-header.bg-primary .mbr-plan-price-desc {
  color: #ffd730;
}
.mbr-plan-header.bg-success .mbr-plan-subtitle,
.mbr-plan-header.bg-success .mbr-plan-price-desc {
  color: #ffeca1;
}
.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: #fc3d3d;
}
.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: #af8d00 !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: #af8d00;
}
/* Forms */
.jq-selectbox li:hover,
.jq-selectbox li.selected {
  background-color: #af8d00;
  color: #ffffff;
}
.jq-number__spin {
  transition: 0.25s ease;
}
.jq-number__spin:hover {
  border-color: #af8d00;
}
.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: #af8d00;
  border-bottom-color: #af8d00;
}
.xdsoft_datetimepicker .xdsoft_calendar td.xdsoft_default,
.xdsoft_datetimepicker .xdsoft_calendar td.xdsoft_current,
.xdsoft_datetimepicker .xdsoft_timepicker .xdsoft_time_box > div > div.xdsoft_current {
  color: #ffffff !important;
  background-color: #af8d00 !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='%23af8d00' %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-txgyQNc7vc {
  padding-top: 0rem;
  padding-bottom: 0rem;
  z-index: 1000;
  width: 100%;
}
.cid-txgyQNc7vc nav.navbar {
  position: fixed;
}
.cid-txgyQNc7vc .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-txgyQNc7vc .dropdown-menu {
  padding: 0;
  border-radius: 4px;
  box-shadow: 0 1px 3px 0 rgba(0, 0, 0, 0.1);
}
.cid-txgyQNc7vc .dropdown-item {
  border-bottom: 1px solid #e6e6e6;
}
.cid-txgyQNc7vc .dropdown-item:hover,
.cid-txgyQNc7vc .dropdown-item:focus {
  background: #000000;
  color: white;
}
.cid-txgyQNc7vc .dropdown-item:hover span {
  color: white;
}
.cid-txgyQNc7vc .dropdown-item:first-child {
  border-top-left-radius: 4px;
  border-top-right-radius: 4px;
}
.cid-txgyQNc7vc .dropdown-item:last-child {
  border-bottom: none;
  border-bottom-left-radius: 4px;
  border-bottom-right-radius: 4px;
}
.cid-txgyQNc7vc .nav-dropdown .link {
  padding: 0 0.3em !important;
  margin: 0.667em 1em !important;
}
.cid-txgyQNc7vc .nav-dropdown .link.dropdown-toggle::after {
  margin-left: 0.5rem;
  margin-top: 0.2rem;
}
.cid-txgyQNc7vc .nav-link {
  position: relative;
  font-weight: 500;
}
.cid-txgyQNc7vc .container {
  display: flex;
  margin: auto;
}
@media (min-width: 992px) {
  .cid-txgyQNc7vc .container {
    flex-wrap: nowrap;
  }
}
.cid-txgyQNc7vc .iconfont-wrapper {
  color: #000000 !important;
  font-size: 1.5rem;
  padding-right: 0.5rem;
}
.cid-txgyQNc7vc .dropdown-menu,
.cid-txgyQNc7vc .navbar.opened {
  background: #000000 !important;
}
.cid-txgyQNc7vc .nav-item:focus,
.cid-txgyQNc7vc .nav-link:focus {
  outline: none;
}
.cid-txgyQNc7vc .dropdown .dropdown-menu .dropdown-item {
  width: auto;
  transition: all 0.25s ease-in-out;
}
.cid-txgyQNc7vc .dropdown .dropdown-menu .dropdown-item::after {
  right: 0.5rem;
}
.cid-txgyQNc7vc .dropdown .dropdown-menu .dropdown-item .mbr-iconfont {
  margin-right: 0.5rem;
  vertical-align: sub;
}
.cid-txgyQNc7vc .dropdown .dropdown-menu .dropdown-item .mbr-iconfont:before {
  display: inline-block;
  transform: scale(1, 1);
  transition: all 0.25s ease-in-out;
}
.cid-txgyQNc7vc .collapsed .dropdown-menu .dropdown-item:before {
  display: none;
}
.cid-txgyQNc7vc .collapsed .dropdown .dropdown-menu .dropdown-item {
  padding: 0.235em 1.5em 0.235em 1.5em !important;
  transition: none;
  margin: 0 !important;
}
.cid-txgyQNc7vc .navbar {
  min-height: 70px;
  transition: all 0.3s;
  border-bottom: 1px solid transparent;
  position: absolute;
  background: rgba(0, 0, 0, 0);
}
.cid-txgyQNc7vc .navbar.opened {
  transition: all 0.3s;
}
.cid-txgyQNc7vc .navbar .dropdown-item {
  padding: 0.5rem 1.8rem;
}
.cid-txgyQNc7vc .navbar .navbar-logo img {
  width: auto;
}
.cid-txgyQNc7vc .navbar .navbar-collapse {
  justify-content: flex-end;
  z-index: 1;
}
.cid-txgyQNc7vc .navbar.collapsed {
  justify-content: center;
}
.cid-txgyQNc7vc .navbar.collapsed .nav-item .nav-link::before {
  display: none;
}
.cid-txgyQNc7vc .navbar.collapsed.opened .dropdown-menu {
  top: 0;
}
@media (min-width: 992px) {
  .cid-txgyQNc7vc .navbar.collapsed.opened:not(.navbar-short) .navbar-collapse {
    max-height: calc(98.5vh - 3.5rem);
  }
}
.cid-txgyQNc7vc .navbar.collapsed .dropdown-menu .dropdown-submenu {
  left: 0 !important;
}
.cid-txgyQNc7vc .navbar.collapsed .dropdown-menu .dropdown-item:after {
  right: auto;
}
.cid-txgyQNc7vc .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-txgyQNc7vc .navbar.collapsed ul.navbar-nav li {
  margin: auto;
}
.cid-txgyQNc7vc .navbar.collapsed .dropdown-menu .dropdown-item {
  padding: 0.25rem 1.5rem;
  text-align: center;
}
.cid-txgyQNc7vc .navbar.collapsed .icons-menu {
  padding-left: 0;
  padding-right: 0;
  padding-top: 0.5rem;
  padding-bottom: 0.5rem;
}
@media (max-width: 991px) {
  .cid-txgyQNc7vc .navbar .nav-item .nav-link::before {
    display: none;
  }
  .cid-txgyQNc7vc .navbar.opened .dropdown-menu {
    top: 0;
  }
  .cid-txgyQNc7vc .navbar .dropdown-menu .dropdown-submenu {
    left: 0 !important;
  }
  .cid-txgyQNc7vc .navbar .dropdown-menu .dropdown-item:after {
    right: auto;
  }
  .cid-txgyQNc7vc .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-txgyQNc7vc .navbar .navbar-logo img {
    height: 3rem !important;
  }
  .cid-txgyQNc7vc .navbar ul.navbar-nav li {
    margin: auto;
  }
  .cid-txgyQNc7vc .navbar .dropdown-menu .dropdown-item {
    padding: 0.25rem 1.5rem !important;
    text-align: center;
  }
  .cid-txgyQNc7vc .navbar .navbar-brand {
    flex-shrink: initial;
    flex-basis: auto;
    word-break: break-word;
    padding-right: 2rem;
  }
  .cid-txgyQNc7vc .navbar .navbar-toggler {
    flex-basis: auto;
  }
  .cid-txgyQNc7vc .navbar .icons-menu {
    padding-left: 0;
    padding-top: 0.5rem;
    padding-bottom: 0.5rem;
  }
}
@media (max-width: 991px) and (max-width: 767px) {
  .cid-txgyQNc7vc .navbar .navbar-brand {
    width: calc(100% - 31px);
  }
}
.cid-txgyQNc7vc .navbar.navbar-short {
  min-height: 60px;
}
.cid-txgyQNc7vc .navbar.navbar-short .navbar-logo img {
  height: 2.5rem !important;
}
.cid-txgyQNc7vc .navbar.navbar-short .navbar-brand {
  min-height: 60px;
  padding: 0;
}
.cid-txgyQNc7vc .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-txgyQNc7vc .navbar-brand .navbar-caption {
  line-height: inherit !important;
}
.cid-txgyQNc7vc .navbar-brand .navbar-logo a {
  outline: none;
}
.cid-txgyQNc7vc .dropdown-item.active,
.cid-txgyQNc7vc .dropdown-item:active {
  background-color: transparent;
}
.cid-txgyQNc7vc .navbar-expand-lg .navbar-nav .nav-link {
  padding: 0;
}
.cid-txgyQNc7vc .nav-dropdown .link.dropdown-toggle {
  margin-right: 1.667em;
}
.cid-txgyQNc7vc .nav-dropdown .link.dropdown-toggle[aria-expanded="true"] {
  margin-right: 0;
  padding: 0.667em 1.667em;
}
.cid-txgyQNc7vc .navbar.navbar-expand-lg .dropdown .dropdown-menu {
  background: #000000;
}
.cid-txgyQNc7vc .navbar.navbar-expand-lg .dropdown .dropdown-menu .dropdown-submenu {
  margin: 0;
  left: 100%;
}
.cid-txgyQNc7vc .navbar .dropdown.open > .dropdown-menu {
  display: block;
}
.cid-txgyQNc7vc ul.navbar-nav {
  flex-wrap: wrap;
}
.cid-txgyQNc7vc .navbar-buttons {
  text-align: center;
  min-width: 170px;
}
.cid-txgyQNc7vc button.navbar-toggler {
  outline: none;
  width: 31px;
  height: 20px;
  cursor: pointer;
  transition: all 0.2s;
  position: relative;
  align-self: center;
}
.cid-txgyQNc7vc button.navbar-toggler .hamburger span {
  position: absolute;
  right: 0;
  width: 30px;
  height: 2px;
  border-right: 5px;
  background-color: #fafafa;
}
.cid-txgyQNc7vc button.navbar-toggler .hamburger span:nth-child(1) {
  top: 0;
  transition: all 0.2s;
}
.cid-txgyQNc7vc button.navbar-toggler .hamburger span:nth-child(2) {
  top: 8px;
  transition: all 0.15s;
}
.cid-txgyQNc7vc button.navbar-toggler .hamburger span:nth-child(3) {
  top: 8px;
  transition: all 0.15s;
}
.cid-txgyQNc7vc button.navbar-toggler .hamburger span:nth-child(4) {
  top: 16px;
  transition: all 0.2s;
}
.cid-txgyQNc7vc nav.opened .hamburger span:nth-child(1) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-txgyQNc7vc nav.opened .hamburger span:nth-child(2) {
  transform: rotate(45deg);
  transition: all 0.25s;
}
.cid-txgyQNc7vc nav.opened .hamburger span:nth-child(3) {
  transform: rotate(-45deg);
  transition: all 0.25s;
}
.cid-txgyQNc7vc nav.opened .hamburger span:nth-child(4) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-txgyQNc7vc .navbar-dropdown {
  position: fixed;
}
.cid-txgyQNc7vc a.nav-link {
  display: flex;
  align-items: center;
  justify-content: center;
}
.cid-txgyQNc7vc .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-txgyQNc7vc .navbar {
    height: 70px;
  }
  .cid-txgyQNc7vc .navbar.opened {
    height: auto;
  }
  .cid-txgyQNc7vc .nav-item .nav-link:hover::before {
    width: 175%;
    max-width: calc(100% + 2rem);
    left: -1rem;
  }
}
.cid-txgyVgSrRG {
  padding-top: 5rem;
  padding-bottom: 4rem;
  background-image: url("../../../assets/images/background-1.jpg");
}
.cid-txgyVgSrRG .card-btn {
  width: 10rem;
  height: 10rem;
  border-radius: 50%;
  padding-top: 0.5rem;
}
.cid-txgyVgSrRG .card-btn .rotate {
  transform: rotate(225deg);
  margin-top: 0.2rem;
  margin-left: 0;
}
.cid-txgyVgSrRG .card-btn svg {
  transition: all 0.4s;
}
.cid-txgyVgSrRG .card-btn:hover > svg {
  transform: rotate(315deg);
}
@media (max-width: 991px) {
  .cid-txgyVgSrRG .card-btn {
    right: 0;
    top: 1.5rem;
  }
}
@media (max-width: 576px) {
  .cid-txgyVgSrRG .card-btn {
    width: 8rem;
    height: 8rem;
    right: 0;
    top: 1.5rem;
  }
  .cid-txgyVgSrRG .card-btn p {
    margin-bottom: 0.5rem;
  }
}
.cid-txgyVgSrRG .column {
  display: flex;
  flex-direction: column;
}
.cid-txgyVgSrRG .mbr-card-title,
.cid-txgyVgSrRG .mbr-text {
  color: #fafafa;
}
.cid-txgyVgSrRG .icon-wrap {
  display: flex;
  justify-content: flex-end;
}
@media (max-width: 767px) {
  .cid-txgyVgSrRG .icon-wrap {
    justify-content: center;
    flex-wrap: wrap;
  }
}
.cid-txgyVgSrRG .mbr-card-title {
  color: #c9c9c9;
}
.cid-txgyVgSrRG .mbr-text {
  color: #e1e1e1;
}
.cid-tzMWsgkxaS {
  padding-top: 3rem;
  padding-bottom: 6rem;
  background-color: #2b2b2b;
  overflow: hidden;
}
.cid-tzMWsgkxaS .mbr-fallback-image.disabled {
  display: none;
}
.cid-tzMWsgkxaS .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-tzMWsgkxaS .container {
  padding-left: 15px;
  padding-right: 15px;
}
@media (max-width: 1199px) {
  .cid-tzMWsgkxaS .container {
    padding-left: 10px;
    padding-right: 10px;
  }
}
.cid-tzMWsgkxaS .row {
  margin-left: -25px;
  margin-right: -25px;
  justify-content: flex-start;
}
.cid-tzMWsgkxaS .row > [class*="col"] {
  padding-left: 25px;
  padding-right: 25px;
}
@media (max-width: 1199px) {
  .cid-tzMWsgkxaS .row {
    margin-left: -15px;
    margin-right: -15px;
  }
  .cid-tzMWsgkxaS .row > [class*="col"] {
    padding-left: 15px;
    padding-right: 15px;
  }
}
.cid-tzMWsgkxaS .mbr-section-head {
  width: 100%;
  margin-bottom: 20px;
}
.cid-tzMWsgkxaS .mbr-section-title {
  color: #FF014E;
}
@media (max-width: 767px) {
  .cid-tzMWsgkxaS .mbr-section-title {
    text-align: center;
  }
}
.cid-tzMWsgkxaS .mbr-section-subtitle {
  color: #C4CFDE;
  margin-top: 15px;
}
@media (max-width: 767px) {
  .cid-tzMWsgkxaS .mbr-section-subtitle {
    margin-top: 10px;
    text-align: center;
  }
}
.cid-tzMWsgkxaS .card-row {
  align-items: stretch;
}
.cid-tzMWsgkxaS .item {
  margin-top: 30px;
}
.cid-tzMWsgkxaS .item-wrapper {
  position: relative;
  height: 100%;
  width: 100%;
  padding: 30px 30px 34px;
  border-radius: 20px;
  overflow: hidden;
  background: linear-gradient(145deg, #1e2024, #23272b);
  box-shadow: 10px 10px 19px #191b1f, -10px -10px 19px #23272b;
}
@media (max-width: 575px) {
  .cid-tzMWsgkxaS .item-wrapper {
    padding: 20px 20px 24px;
  }
}
.cid-tzMWsgkxaS .item-wrapper:hover .card-bg {
  opacity: 1;
}
.cid-tzMWsgkxaS .item-wrapper:hover .item-img img {
  transform: scale(1.1);
}
.cid-tzMWsgkxaS .card-bg {
  position: absolute;
  top: 0;
  left: 0;
  z-index: 0;
  width: 100%;
  height: 100%;
  border-radius: 19px;
  background: linear-gradient(to right bottom, #212428, #16181c);
  opacity: 0;
  transition: .4s all;
}
.cid-tzMWsgkxaS .item-img {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 100%;
  border-radius: 10px;
  overflow: hidden;
}
.cid-tzMWsgkxaS .item-img img {
  width: 100%;
  aspect-ratio: 1.36;
  object-fit: cover;
  transition: 0.4s all;
}
.cid-tzMWsgkxaS .card-box {
  position: relative;
  z-index: 5;
  padding-top: 25px;
}
.cid-tzMWsgkxaS .head-container {
  display: flex;
  align-items: center;
  justify-content: space-between;
  margin-bottom: 15px;
}
@media (max-width: 767px) {
  .cid-tzMWsgkxaS .head-container {
    margin-bottom: 10px;
  }
}
.cid-tzMWsgkxaS .card-title {
  position: relative;
  z-index: 5;
  color: #fafafa;
  margin-bottom: 0;
  flex-basis: 60%;
  margin-right: auto;
}
.cid-tzMWsgkxaS .comment-item {
  display: flex;
  justify-content: flex-end;
  align-items: center;
  flex-basis: 40%;
  margin-left: auto;
}
.cid-tzMWsgkxaS .iconfont-wrapper {
  display: flex;
  align-items: center;
  justify-content: flex-start;
  margin-right: 4px;
}
.cid-tzMWsgkxaS .iconfont-wrapper .mbr-iconfont {
  font-size: 16px;
  color: #c4cfde;
}
.cid-tzMWsgkxaS .comment-item-text {
  color: #C4CFDE;
}
.cid-tzMWsgkxaS .card-text {
  position: relative;
  z-index: 5;
  color: #C4CFDE;
  margin-bottom: 0;
}
.cid-tzMWsgkxaS .card-text a {
  transition: .4s all;
}
.cid-tzMWsgkxaS .card-text a:hover {
  color: #af8d00 !important;
}
.cid-txgZgjsAfW {
  padding-top: 3rem;
  padding-bottom: 2rem;
  background-color: #e4e4e4;
}
@media (max-width: 992px) {
  .cid-txgZgjsAfW .card-wrapper {
    margin-bottom: 2rem;
  }
}
.cid-txgZgjsAfW .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-txgZgjsAfW .mbr-iconfont {
  display: flex;
  font-size: 1.5rem;
  color: #e6c63b;
  background: #252434;
  width: 50px;
  height: 50px;
  transition: all 0.3s;
  border-radius: 50%;
  align-items: center;
  justify-content: center;
}
.cid-txgZgjsAfW .row {
  justify-content: center;
}
.cid-txgZgjsAfW .card-box {
  display: flex;
  align-items: center;
}
.cid-txgZgjsAfW .card-box .iconfont-wrapper {
  margin-right: 1.5rem;
}
@media (max-width: 767px) {
  .cid-txgZgjsAfW .card-box {
    flex-direction: column;
  }
  .cid-txgZgjsAfW .card-box .iconfont-wrapper {
    margin-right: 0rem;
    margin-bottom: 1.5rem;
  }
}
.cid-txgZgjsAfW .card-link:hover a {
  background-image: none !important;
}
.cid-txgZgjsAfW .mbr-section-subtitle {
  color: #777777;
}
.cid-txgZgjsAfW .card-text {
  color: #777777;
}
.cid-txgZgjsAfW .mbr-section-title {
  text-align: center;
}
.cid-txhdXeysBj {
  padding-top: 0rem;
  padding-bottom: 2rem;
  background-color: #e4e4e4;
}
.cid-txhdXeysBj .mbr-fallback-image.disabled {
  display: none;
}
.cid-txhdXeysBj .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-txhdXeysBj .mbr-text {
  color: #726c89;
}
.cid-txhdXeysBj .mbr-section-title {
  color: #000000;
}
.cid-txhdXeysBj .mbr-section-subtitle {
  text-align: center;
}
.cid-txhkb7jvnT {
  padding-top: 0rem;
  padding-bottom: 4rem;
  background-color: #e4e4e4;
}
@media (max-width: 992px) {
  .cid-txhkb7jvnT .card-wrapper {
    margin-bottom: 2rem;
  }
}
.cid-txhkb7jvnT .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-txhkb7jvnT .mbr-iconfont {
  display: flex;
  font-size: 1.5rem;
  color: #ffffff;
  background: #252434;
  width: 50px;
  height: 50px;
  transition: all 0.3s;
  border-radius: 50%;
  align-items: center;
  justify-content: center;
}
.cid-txhkb7jvnT .row {
  justify-content: center;
}
.cid-txhkb7jvnT .card-box {
  display: flex;
  align-items: center;
}
.cid-txhkb7jvnT .card-box .iconfont-wrapper {
  margin-right: 1.5rem;
}
@media (max-width: 767px) {
  .cid-txhkb7jvnT .card-box {
    flex-direction: column;
  }
  .cid-txhkb7jvnT .card-box .iconfont-wrapper {
    margin-right: 0rem;
    margin-bottom: 1.5rem;
  }
}
.cid-txhkb7jvnT .card-link:hover a {
  background-image: none !important;
}
.cid-txhkb7jvnT .mbr-section-subtitle {
  color: #777777;
}
.cid-txhkb7jvnT .card-text {
  color: #777777;
}
.cid-txhkb7jvnT .card-title,
.cid-txhkb7jvnT .iconfont-wrapper {
  text-align: center;
}
.cid-txhzO0AsUP {
  padding-top: 4rem;
  padding-bottom: 5rem;
  background-color: #2b2b2b;
}
.cid-txhzO0AsUP .mbr-text,
.cid-txhzO0AsUP .mbr-section-btn {
  color: #121212;
}
.cid-txhzO0AsUP .mbr-text,
.cid-txhzO0AsUP .mbr-section-title {
  color: #fafafa;
  text-align: center;
}
@media (max-width: 991px) {
  .cid-txhzO0AsUP .mbr-text,
  .cid-txhzO0AsUP .mbr-section-title {
    text-align: center;
  }
}
.cid-txhzO0AsUP a.btn {
  height: 100%;
  margin: 0;
}
.cid-txhzO0AsUP .mbr-section-btn {
  display: flex;
  margin-bottom: 1.2rem;
  width: 100%;
}
.cid-txhzO0AsUP .mbr-section-btn .btn {
  width: 100%;
}
@media (max-width: 991px) {
  .cid-txhzO0AsUP .image-wrapper {
    margin-bottom: 2rem;
  }
  .cid-txhzO0AsUP .content-wrapper {
    flex-direction: column-reverse;
  }
}
.cid-txhzO0AsUP .justify-content-center {
  align-items: center;
}
.cid-txhzO0AsUP .border-radius {
  border-radius: 0px;
}
.cid-txhzO0AsUP .rotate {
  transform: rotate(225deg);
  position: absolute;
}
@media (max-width: 425px) {
  .cid-txhzO0AsUP .rotate {
    top: -6px;
  }
}
.cid-txhzO0AsUP svg {
  transition: all 0.4s;
}
.cid-txhzO0AsUP .svg-rotate {
  transform: rotate(225deg);
}
.cid-txhzO0AsUP .style-button {
  font-size: 30px;
  cursor: pointer;
  font-weight: 500;
  border-radius: 0px;
}
.cid-txhzO0AsUP .style-button:hover > .svg-rotate {
  transform: rotate(315deg);
}
.cid-txhzO0AsUP H1 {
  color: #fafafa;
}
.cid-txhzO0AsUP P {
  color: #fafafa;
}
.cid-txgQGBxO8p {
  padding-top: 1rem;
  padding-bottom: 4rem;
  background-color: #2b2b2b;
  overflow: hidden;
}
.cid-txgQGBxO8p .mbr-fallback-image.disabled {
  display: none;
}
.cid-txgQGBxO8p .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-txgQGBxO8p .card-row {
  align-items: stretch;
}
.cid-txgQGBxO8p .item-wrap {
  position: relative;
  width: 100%;
  padding: 20px;
  border-radius: 10px;
  background: linear-gradient(145deg, #1e2024, #1e2024);
  box-shadow: 10px 10px 19px #23272b, -10px -10px 19px #23272b;
}
.cid-txgQGBxO8p .item-left-item {
  display: flex;
  align-items: flex-start;
  width: 100%;
  border-right: 1px solid #16181c;
}
@media (max-width: 1199px) {
  .cid-txgQGBxO8p .item-left-item {
    flex-direction: column;
    align-items: center;
  }
}
@media (max-width: 991px) {
  .cid-txgQGBxO8p .item-left-item {
    padding-bottom: 20px;
    border-right: none;
    border-bottom: 1px solid #16181c;
  }
}
.cid-txgQGBxO8p .image-wrapper {
  margin-right: 30px;
}
.cid-txgQGBxO8p .image-wrapper img {
  border-radius: 15px;
  max-width: 200px;
  aspect-ratio: 1;
  width: 200px;
  border: 5px solid #1e2024;
  position: relative;
  top: -80px;
  object-fit: cover;
}
@media (max-width: 1199px) {
  .cid-txgQGBxO8p .image-wrapper {
    margin-right: 0;
  }
}
.cid-txgQGBxO8p .mbr-section-title {
  color: #c9c9c9;
  margin-bottom: 10px;
}
@media (max-width: 1199px) {
  .cid-txgQGBxO8p .mbr-section-title {
    text-align: center !important;
  }
}
.cid-txgQGBxO8p .mbr-section-subtitle {
  color: #e8e8e8;
  margin-bottom: 0;
}
@media (max-width: 1199px) {
  .cid-txgQGBxO8p .mbr-section-subtitle {
    text-align: center !important;
  }
}
.cid-txgQGBxO8p .social-container {
  width: 100%;
  padding-top: 35px;
}
@media (max-width: 1199px) {
  .cid-txgQGBxO8p .social-container {
    padding-top: 25px;
  }
}
.cid-txgQGBxO8p .social-title {
  color: #C4CFDE;
  margin-bottom: 15px;
}
@media (max-width: 1199px) {
  .cid-txgQGBxO8p .social-title {
    text-align: center !important;
  }
}
.cid-txgQGBxO8p .social-list {
  display: flex;
  align-items: center;
  flex-wrap: wrap;
  margin: -7px;
}
@media (max-width: 1199px) {
  .cid-txgQGBxO8p .social-list {
    justify-content: center !important;
  }
}
.cid-txgQGBxO8p .soc-item {
  display: flex;
  align-items: center;
  justify-content: center;
  position: relative;
  margin: 7px;
  min-width: 53px;
  padding: 10px;
  aspect-ratio: 1;
  border-radius: 6px;
  background: linear-gradient(145deg, #1e2024, #23272b);
  box-shadow: 10px 10px 19px #191b1f, -10px -10px 19px #23272b;
  transition: 0.4s all;
}
.cid-txgQGBxO8p .soc-item:before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  z-index: 4;
  transition: 0.4s all;
  width: 100%;
  height: 100%;
  border-radius: 5px;
  background: linear-gradient(to right bottom, #212428, #16181c);
  opacity: 0;
}
.cid-txgQGBxO8p .soc-item .mbr-iconfont {
  position: relative;
  z-index: 5;
  transition: 0.4s all;
  font-size: 20px;
  color: #c4cfde;
}
.cid-txgQGBxO8p .soc-item:hover {
  transform: translateY(-3px);
}
.cid-txgQGBxO8p .soc-item:hover:before {
  opacity: 1;
}
.cid-txgQGBxO8p .item-right-item {
  display: flex;
  align-items: flex-start;
  width: 100%;
}
@media (max-width: 991px) {
  .cid-txgQGBxO8p .item-right-item {
    padding-top: 10px;
    margin: 0 -20px -20px;
  }
}
@media (max-width: 575px) {
  .cid-txgQGBxO8p .item-right-item {
    flex-wrap: wrap;
    margin: 0;
  }
}
.cid-txgQGBxO8p .contacts-container {
  max-width: 50%;
  padding-left: 30px;
  margin: 16px 0;
}
@media (max-width: 991px) {
  .cid-txgQGBxO8p .contacts-container {
    padding: 20px;
  }
}
@media (max-width: 991px) {
  .cid-txgQGBxO8p .contacts-container:nth-child(2) {
    padding-left: 100px;
  }
}
@media (max-width: 767px) {
  .cid-txgQGBxO8p .contacts-container:nth-child(2) {
    padding-left: 0;
  }
}
@media (max-width: 575px) {
  .cid-txgQGBxO8p .contacts-container:nth-child(2) {
    padding-left: 20px;
  }
}
@media (max-width: 575px) {
  .cid-txgQGBxO8p .contacts-container {
    max-width: 100%;
    width: 100%;
    text-align: center !important;
    margin: 0;
    padding: 0 !important;
  }
}
.cid-txgQGBxO8p .contact-item {
  padding: 10px 0 20px;
}
.cid-txgQGBxO8p .card-title {
  color: #878e99;
  margin-bottom: 4px;
}
.cid-txgQGBxO8p .card-text {
  color: #c9c9c9;
  margin-bottom: 0;
}
.cid-ty2LJHA42C {
  padding-top: 0rem;
  padding-bottom: 0rem;
  background-color: #2b2b2b;
  overflow: hidden;
}
.cid-ty2LJHA42C .mbr-fallback-image.disabled {
  display: none;
}
.cid-ty2LJHA42C .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-ty2LJHA42C .item-wrap {
  position: relative;
  height: 100%;
  width: 100%;
  padding: 55px;
  border-radius: 10px;
  overflow: hidden;
  background: linear-gradient(145deg, #2b2b2b, #2b2b2b);
  box-shadow: 10px 10px 19px #2b2b2b, -10px -10px 19px #2b2b2b;
}
@media (max-width: 767px) {
  .cid-ty2LJHA42C .item-wrap {
    padding: 40px;
  }
}
@media (max-width: 575px) {
  .cid-ty2LJHA42C .item-wrap {
    padding: 35px 25px 35px 25px;
  }
}
.cid-ty2LJHA42C .card-title {
  color: #525252;
  margin-bottom: 30px;
}
@media (max-width: 767px) {
  .cid-ty2LJHA42C .card-title {
    margin-bottom: 20px;
  }
}
.cid-ty2LJHA42C .card-subtitle {
  color: #878e99;
  margin-bottom: 30px;
}
@media (max-width: 767px) {
  .cid-ty2LJHA42C .card-subtitle {
    margin-bottom: 20px;
  }
}
.cid-ty2LJHA42C .card-text {
  color: #878e99;
  margin-bottom: 0;
}
.cid-ty2LJHA42C .card-title DIV {
  text-align: center;
}
.cid-txgTZDiv7i {
  padding-top: 30px;
  padding-bottom: 30px;
  background-color: #2b2b2b;
  overflow: hidden;
}
.cid-tzkX9QpXKe {
  padding-top: 0rem;
  padding-bottom: 0rem;
  z-index: 1000;
  width: 100%;
}
.cid-tzkX9QpXKe nav.navbar {
  position: fixed;
}
.cid-tzkX9QpXKe .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-tzkX9QpXKe .dropdown-menu {
  padding: 0;
  border-radius: 4px;
  box-shadow: 0 1px 3px 0 rgba(0, 0, 0, 0.1);
}
.cid-tzkX9QpXKe .dropdown-item {
  border-bottom: 1px solid #e6e6e6;
}
.cid-tzkX9QpXKe .dropdown-item:hover,
.cid-tzkX9QpXKe .dropdown-item:focus {
  background: #000000;
  color: white;
}
.cid-tzkX9QpXKe .dropdown-item:hover span {
  color: white;
}
.cid-tzkX9QpXKe .dropdown-item:first-child {
  border-top-left-radius: 4px;
  border-top-right-radius: 4px;
}
.cid-tzkX9QpXKe .dropdown-item:last-child {
  border-bottom: none;
  border-bottom-left-radius: 4px;
  border-bottom-right-radius: 4px;
}
.cid-tzkX9QpXKe .nav-dropdown .link {
  padding: 0 0.3em !important;
  margin: 0.667em 1em !important;
}
.cid-tzkX9QpXKe .nav-dropdown .link.dropdown-toggle::after {
  margin-left: 0.5rem;
  margin-top: 0.2rem;
}
.cid-tzkX9QpXKe .nav-link {
  position: relative;
  font-weight: 500;
}
.cid-tzkX9QpXKe .container {
  display: flex;
  margin: auto;
}
@media (min-width: 992px) {
  .cid-tzkX9QpXKe .container {
    flex-wrap: nowrap;
  }
}
.cid-tzkX9QpXKe .iconfont-wrapper {
  color: #000000 !important;
  font-size: 1.5rem;
  padding-right: 0.5rem;
}
.cid-tzkX9QpXKe .dropdown-menu,
.cid-tzkX9QpXKe .navbar.opened {
  background: #000000 !important;
}
.cid-tzkX9QpXKe .nav-item:focus,
.cid-tzkX9QpXKe .nav-link:focus {
  outline: none;
}
.cid-tzkX9QpXKe .dropdown .dropdown-menu .dropdown-item {
  width: auto;
  transition: all 0.25s ease-in-out;
}
.cid-tzkX9QpXKe .dropdown .dropdown-menu .dropdown-item::after {
  right: 0.5rem;
}
.cid-tzkX9QpXKe .dropdown .dropdown-menu .dropdown-item .mbr-iconfont {
  margin-right: 0.5rem;
  vertical-align: sub;
}
.cid-tzkX9QpXKe .dropdown .dropdown-menu .dropdown-item .mbr-iconfont:before {
  display: inline-block;
  transform: scale(1, 1);
  transition: all 0.25s ease-in-out;
}
.cid-tzkX9QpXKe .collapsed .dropdown-menu .dropdown-item:before {
  display: none;
}
.cid-tzkX9QpXKe .collapsed .dropdown .dropdown-menu .dropdown-item {
  padding: 0.235em 1.5em 0.235em 1.5em !important;
  transition: none;
  margin: 0 !important;
}
.cid-tzkX9QpXKe .navbar {
  min-height: 70px;
  transition: all 0.3s;
  border-bottom: 1px solid transparent;
  position: absolute;
  background: rgba(0, 0, 0, 0);
}
.cid-tzkX9QpXKe .navbar.opened {
  transition: all 0.3s;
}
.cid-tzkX9QpXKe .navbar .dropdown-item {
  padding: 0.5rem 1.8rem;
}
.cid-tzkX9QpXKe .navbar .navbar-logo img {
  width: auto;
}
.cid-tzkX9QpXKe .navbar .navbar-collapse {
  justify-content: flex-end;
  z-index: 1;
}
.cid-tzkX9QpXKe .navbar.collapsed {
  justify-content: center;
}
.cid-tzkX9QpXKe .navbar.collapsed .nav-item .nav-link::before {
  display: none;
}
.cid-tzkX9QpXKe .navbar.collapsed.opened .dropdown-menu {
  top: 0;
}
@media (min-width: 992px) {
  .cid-tzkX9QpXKe .navbar.collapsed.opened:not(.navbar-short) .navbar-collapse {
    max-height: calc(98.5vh - 3.5rem);
  }
}
.cid-tzkX9QpXKe .navbar.collapsed .dropdown-menu .dropdown-submenu {
  left: 0 !important;
}
.cid-tzkX9QpXKe .navbar.collapsed .dropdown-menu .dropdown-item:after {
  right: auto;
}
.cid-tzkX9QpXKe .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-tzkX9QpXKe .navbar.collapsed ul.navbar-nav li {
  margin: auto;
}
.cid-tzkX9QpXKe .navbar.collapsed .dropdown-menu .dropdown-item {
  padding: 0.25rem 1.5rem;
  text-align: center;
}
.cid-tzkX9QpXKe .navbar.collapsed .icons-menu {
  padding-left: 0;
  padding-right: 0;
  padding-top: 0.5rem;
  padding-bottom: 0.5rem;
}
@media (max-width: 991px) {
  .cid-tzkX9QpXKe .navbar .nav-item .nav-link::before {
    display: none;
  }
  .cid-tzkX9QpXKe .navbar.opened .dropdown-menu {
    top: 0;
  }
  .cid-tzkX9QpXKe .navbar .dropdown-menu .dropdown-submenu {
    left: 0 !important;
  }
  .cid-tzkX9QpXKe .navbar .dropdown-menu .dropdown-item:after {
    right: auto;
  }
  .cid-tzkX9QpXKe .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-tzkX9QpXKe .navbar .navbar-logo img {
    height: 3rem !important;
  }
  .cid-tzkX9QpXKe .navbar ul.navbar-nav li {
    margin: auto;
  }
  .cid-tzkX9QpXKe .navbar .dropdown-menu .dropdown-item {
    padding: 0.25rem 1.5rem !important;
    text-align: center;
  }
  .cid-tzkX9QpXKe .navbar .navbar-brand {
    flex-shrink: initial;
    flex-basis: auto;
    word-break: break-word;
    padding-right: 2rem;
  }
  .cid-tzkX9QpXKe .navbar .navbar-toggler {
    flex-basis: auto;
  }
  .cid-tzkX9QpXKe .navbar .icons-menu {
    padding-left: 0;
    padding-top: 0.5rem;
    padding-bottom: 0.5rem;
  }
}
@media (max-width: 991px) and (max-width: 767px) {
  .cid-tzkX9QpXKe .navbar .navbar-brand {
    width: calc(100% - 31px);
  }
}
.cid-tzkX9QpXKe .navbar.navbar-short {
  min-height: 60px;
}
.cid-tzkX9QpXKe .navbar.navbar-short .navbar-logo img {
  height: 2.5rem !important;
}
.cid-tzkX9QpXKe .navbar.navbar-short .navbar-brand {
  min-height: 60px;
  padding: 0;
}
.cid-tzkX9QpXKe .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-tzkX9QpXKe .navbar-brand .navbar-caption {
  line-height: inherit !important;
}
.cid-tzkX9QpXKe .navbar-brand .navbar-logo a {
  outline: none;
}
.cid-tzkX9QpXKe .dropdown-item.active,
.cid-tzkX9QpXKe .dropdown-item:active {
  background-color: transparent;
}
.cid-tzkX9QpXKe .navbar-expand-lg .navbar-nav .nav-link {
  padding: 0;
}
.cid-tzkX9QpXKe .nav-dropdown .link.dropdown-toggle {
  margin-right: 1.667em;
}
.cid-tzkX9QpXKe .nav-dropdown .link.dropdown-toggle[aria-expanded="true"] {
  margin-right: 0;
  padding: 0.667em 1.667em;
}
.cid-tzkX9QpXKe .navbar.navbar-expand-lg .dropdown .dropdown-menu {
  background: #000000;
}
.cid-tzkX9QpXKe .navbar.navbar-expand-lg .dropdown .dropdown-menu .dropdown-submenu {
  margin: 0;
  left: 100%;
}
.cid-tzkX9QpXKe .navbar .dropdown.open > .dropdown-menu {
  display: block;
}
.cid-tzkX9QpXKe ul.navbar-nav {
  flex-wrap: wrap;
}
.cid-tzkX9QpXKe .navbar-buttons {
  text-align: center;
  min-width: 170px;
}
.cid-tzkX9QpXKe button.navbar-toggler {
  outline: none;
  width: 31px;
  height: 20px;
  cursor: pointer;
  transition: all 0.2s;
  position: relative;
  align-self: center;
}
.cid-tzkX9QpXKe button.navbar-toggler .hamburger span {
  position: absolute;
  right: 0;
  width: 30px;
  height: 2px;
  border-right: 5px;
  background-color: #fafafa;
}
.cid-tzkX9QpXKe button.navbar-toggler .hamburger span:nth-child(1) {
  top: 0;
  transition: all 0.2s;
}
.cid-tzkX9QpXKe button.navbar-toggler .hamburger span:nth-child(2) {
  top: 8px;
  transition: all 0.15s;
}
.cid-tzkX9QpXKe button.navbar-toggler .hamburger span:nth-child(3) {
  top: 8px;
  transition: all 0.15s;
}
.cid-tzkX9QpXKe button.navbar-toggler .hamburger span:nth-child(4) {
  top: 16px;
  transition: all 0.2s;
}
.cid-tzkX9QpXKe nav.opened .hamburger span:nth-child(1) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-tzkX9QpXKe nav.opened .hamburger span:nth-child(2) {
  transform: rotate(45deg);
  transition: all 0.25s;
}
.cid-tzkX9QpXKe nav.opened .hamburger span:nth-child(3) {
  transform: rotate(-45deg);
  transition: all 0.25s;
}
.cid-tzkX9QpXKe nav.opened .hamburger span:nth-child(4) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-tzkX9QpXKe .navbar-dropdown {
  position: fixed;
}
.cid-tzkX9QpXKe a.nav-link {
  display: flex;
  align-items: center;
  justify-content: center;
}
.cid-tzkX9QpXKe .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-tzkX9QpXKe .navbar {
    height: 70px;
  }
  .cid-tzkX9QpXKe .navbar.opened {
    height: auto;
  }
  .cid-tzkX9QpXKe .nav-item .nav-link:hover::before {
    width: 175%;
    max-width: calc(100% + 2rem);
    left: -1rem;
  }
}
.cid-tzkX9RpW84 {
  padding-top: 8rem;
  padding-bottom: 6rem;
  background-color: #2b2b2b;
  overflow: hidden;
}
.cid-tzkX9RpW84 .mbr-fallback-image.disabled {
  display: none;
}
.cid-tzkX9RpW84 .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-tzkX9RpW84 .container {
  padding-left: 15px;
  padding-right: 15px;
}
@media (max-width: 1199px) {
  .cid-tzkX9RpW84 .container {
    padding-left: 10px;
    padding-right: 10px;
  }
}
.cid-tzkX9RpW84 .row {
  margin-left: -25px;
  margin-right: -25px;
  justify-content: flex-start;
}
.cid-tzkX9RpW84 .row > [class*="col"] {
  padding-left: 25px;
  padding-right: 25px;
}
@media (max-width: 1199px) {
  .cid-tzkX9RpW84 .row {
    margin-left: -15px;
    margin-right: -15px;
  }
  .cid-tzkX9RpW84 .row > [class*="col"] {
    padding-left: 15px;
    padding-right: 15px;
  }
}
.cid-tzkX9RpW84 .mbr-section-head {
  width: 100%;
  margin-bottom: 20px;
}
.cid-tzkX9RpW84 .mbr-section-title {
  color: #FF014E;
}
@media (max-width: 767px) {
  .cid-tzkX9RpW84 .mbr-section-title {
    text-align: center;
  }
}
.cid-tzkX9RpW84 .mbr-section-subtitle {
  color: #C4CFDE;
  margin-top: 15px;
}
@media (max-width: 767px) {
  .cid-tzkX9RpW84 .mbr-section-subtitle {
    margin-top: 10px;
    text-align: center;
  }
}
.cid-tzkX9RpW84 .card-row {
  align-items: stretch;
}
.cid-tzkX9RpW84 .item {
  margin-top: 30px;
}
.cid-tzkX9RpW84 .item-wrapper {
  position: relative;
  height: 100%;
  width: 100%;
  padding: 30px 30px 34px;
  border-radius: 20px;
  overflow: hidden;
  background: linear-gradient(145deg, #1e2024, #23272b);
  box-shadow: 10px 10px 19px #191b1f, -10px -10px 19px #23272b;
}
@media (max-width: 575px) {
  .cid-tzkX9RpW84 .item-wrapper {
    padding: 20px 20px 24px;
  }
}
.cid-tzkX9RpW84 .item-wrapper:hover .card-bg {
  opacity: 1;
}
.cid-tzkX9RpW84 .item-wrapper:hover .item-img img {
  transform: scale(1.1);
}
.cid-tzkX9RpW84 .card-bg {
  position: absolute;
  top: 0;
  left: 0;
  z-index: 0;
  width: 100%;
  height: 100%;
  border-radius: 19px;
  background: linear-gradient(to right bottom, #212428, #16181c);
  opacity: 0;
  transition: .4s all;
}
.cid-tzkX9RpW84 .item-img {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 100%;
  border-radius: 10px;
  overflow: hidden;
}
.cid-tzkX9RpW84 .item-img img {
  width: 100%;
  aspect-ratio: 1.36;
  object-fit: cover;
  transition: 0.4s all;
}
.cid-tzkX9RpW84 .card-box {
  position: relative;
  z-index: 5;
  padding-top: 25px;
}
.cid-tzkX9RpW84 .head-container {
  display: flex;
  align-items: center;
  justify-content: space-between;
  margin-bottom: 15px;
}
@media (max-width: 767px) {
  .cid-tzkX9RpW84 .head-container {
    margin-bottom: 10px;
  }
}
.cid-tzkX9RpW84 .card-title {
  position: relative;
  z-index: 5;
  color: #fafafa;
  margin-bottom: 0;
  flex-basis: 60%;
  margin-right: auto;
}
.cid-tzkX9RpW84 .comment-item {
  display: flex;
  justify-content: flex-end;
  align-items: center;
  flex-basis: 40%;
  margin-left: auto;
}
.cid-tzkX9RpW84 .iconfont-wrapper {
  display: flex;
  align-items: center;
  justify-content: flex-start;
  margin-right: 4px;
}
.cid-tzkX9RpW84 .iconfont-wrapper .mbr-iconfont {
  font-size: 16px;
  color: #c4cfde;
}
.cid-tzkX9RpW84 .comment-item-text {
  color: #C4CFDE;
}
.cid-tzkX9RpW84 .card-text {
  position: relative;
  z-index: 5;
  color: #C4CFDE;
  margin-bottom: 0;
}
.cid-tzkX9RpW84 .card-text a {
  transition: .4s all;
}
.cid-tzkX9RpW84 .card-text a:hover {
  color: #af8d00 !important;
}
.cid-tzkX9RWnUH {
  padding-top: 3rem;
  padding-bottom: 2rem;
  background-color: #e4e4e4;
}
@media (max-width: 992px) {
  .cid-tzkX9RWnUH .card-wrapper {
    margin-bottom: 2rem;
  }
}
.cid-tzkX9RWnUH .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-tzkX9RWnUH .mbr-iconfont {
  display: flex;
  font-size: 1.5rem;
  color: #e6c63b;
  background: #252434;
  width: 50px;
  height: 50px;
  transition: all 0.3s;
  border-radius: 50%;
  align-items: center;
  justify-content: center;
}
.cid-tzkX9RWnUH .row {
  justify-content: center;
}
.cid-tzkX9RWnUH .card-box {
  display: flex;
  align-items: center;
}
.cid-tzkX9RWnUH .card-box .iconfont-wrapper {
  margin-right: 1.5rem;
}
@media (max-width: 767px) {
  .cid-tzkX9RWnUH .card-box {
    flex-direction: column;
  }
  .cid-tzkX9RWnUH .card-box .iconfont-wrapper {
    margin-right: 0rem;
    margin-bottom: 1.5rem;
  }
}
.cid-tzkX9RWnUH .card-link:hover a {
  background-image: none !important;
}
.cid-tzkX9RWnUH .mbr-section-subtitle {
  color: #777777;
}
.cid-tzkX9RWnUH .card-text {
  color: #777777;
}
.cid-tzkX9RWnUH .mbr-section-title {
  text-align: center;
}
.cid-tzkX9StaXy {
  padding-top: 0rem;
  padding-bottom: 2rem;
  background-color: #e4e4e4;
}
.cid-tzkX9StaXy .mbr-fallback-image.disabled {
  display: none;
}
.cid-tzkX9StaXy .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-tzkX9StaXy .mbr-text {
  color: #726c89;
}
.cid-tzkX9StaXy .mbr-section-title {
  color: #000000;
}
.cid-tzkX9StaXy .mbr-section-subtitle {
  text-align: center;
}
.cid-tzkX9SPHZN {
  padding-top: 0rem;
  padding-bottom: 4rem;
  background-color: #e4e4e4;
}
@media (max-width: 992px) {
  .cid-tzkX9SPHZN .card-wrapper {
    margin-bottom: 2rem;
  }
}
.cid-tzkX9SPHZN .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-tzkX9SPHZN .mbr-iconfont {
  display: flex;
  font-size: 1.5rem;
  color: #ffffff;
  background: #252434;
  width: 50px;
  height: 50px;
  transition: all 0.3s;
  border-radius: 50%;
  align-items: center;
  justify-content: center;
}
.cid-tzkX9SPHZN .row {
  justify-content: center;
}
.cid-tzkX9SPHZN .card-box {
  display: flex;
  align-items: center;
}
.cid-tzkX9SPHZN .card-box .iconfont-wrapper {
  margin-right: 1.5rem;
}
@media (max-width: 767px) {
  .cid-tzkX9SPHZN .card-box {
    flex-direction: column;
  }
  .cid-tzkX9SPHZN .card-box .iconfont-wrapper {
    margin-right: 0rem;
    margin-bottom: 1.5rem;
  }
}
.cid-tzkX9SPHZN .card-link:hover a {
  background-image: none !important;
}
.cid-tzkX9SPHZN .mbr-section-subtitle {
  color: #777777;
}
.cid-tzkX9SPHZN .card-text {
  color: #777777;
}
.cid-tzkX9SPHZN .card-title,
.cid-tzkX9SPHZN .iconfont-wrapper {
  text-align: center;
}
.cid-tzkX9Tnlux {
  padding-top: 4rem;
  padding-bottom: 5rem;
  background-color: #2b2b2b;
}
.cid-tzkX9Tnlux .mbr-text,
.cid-tzkX9Tnlux .mbr-section-btn {
  color: #121212;
}
.cid-tzkX9Tnlux .mbr-text,
.cid-tzkX9Tnlux .mbr-section-title {
  color: #fafafa;
  text-align: center;
}
@media (max-width: 991px) {
  .cid-tzkX9Tnlux .mbr-text,
  .cid-tzkX9Tnlux .mbr-section-title {
    text-align: center;
  }
}
.cid-tzkX9Tnlux a.btn {
  height: 100%;
  margin: 0;
}
.cid-tzkX9Tnlux .mbr-section-btn {
  display: flex;
  margin-bottom: 1.2rem;
  width: 100%;
}
.cid-tzkX9Tnlux .mbr-section-btn .btn {
  width: 100%;
}
@media (max-width: 991px) {
  .cid-tzkX9Tnlux .image-wrapper {
    margin-bottom: 2rem;
  }
  .cid-tzkX9Tnlux .content-wrapper {
    flex-direction: column-reverse;
  }
}
.cid-tzkX9Tnlux .justify-content-center {
  align-items: center;
}
.cid-tzkX9Tnlux .border-radius {
  border-radius: 0px;
}
.cid-tzkX9Tnlux .rotate {
  transform: rotate(225deg);
  position: absolute;
}
@media (max-width: 425px) {
  .cid-tzkX9Tnlux .rotate {
    top: -6px;
  }
}
.cid-tzkX9Tnlux svg {
  transition: all 0.4s;
}
.cid-tzkX9Tnlux .svg-rotate {
  transform: rotate(225deg);
}
.cid-tzkX9Tnlux .style-button {
  font-size: 30px;
  cursor: pointer;
  font-weight: 500;
  border-radius: 0px;
}
.cid-tzkX9Tnlux .style-button:hover > .svg-rotate {
  transform: rotate(315deg);
}
.cid-tzkX9Tnlux H1 {
  color: #fafafa;
}
.cid-tzkX9Tnlux P {
  color: #fafafa;
}
.cid-tzkX9TNcGg {
  padding-top: 1rem;
  padding-bottom: 4rem;
  background-color: #2b2b2b;
  overflow: hidden;
}
.cid-tzkX9TNcGg .mbr-fallback-image.disabled {
  display: none;
}
.cid-tzkX9TNcGg .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-tzkX9TNcGg .card-row {
  align-items: stretch;
}
.cid-tzkX9TNcGg .item-wrap {
  position: relative;
  width: 100%;
  padding: 20px;
  border-radius: 10px;
  background: linear-gradient(145deg, #1e2024, #1e2024);
  box-shadow: 10px 10px 19px #23272b, -10px -10px 19px #23272b;
}
.cid-tzkX9TNcGg .item-left-item {
  display: flex;
  align-items: flex-start;
  width: 100%;
  border-right: 1px solid #16181c;
}
@media (max-width: 1199px) {
  .cid-tzkX9TNcGg .item-left-item {
    flex-direction: column;
    align-items: center;
  }
}
@media (max-width: 991px) {
  .cid-tzkX9TNcGg .item-left-item {
    padding-bottom: 20px;
    border-right: none;
    border-bottom: 1px solid #16181c;
  }
}
.cid-tzkX9TNcGg .image-wrapper {
  margin-right: 30px;
}
.cid-tzkX9TNcGg .image-wrapper img {
  border-radius: 15px;
  max-width: 200px;
  aspect-ratio: 1;
  width: 200px;
  border: 5px solid #1e2024;
  position: relative;
  top: -80px;
  object-fit: cover;
}
@media (max-width: 1199px) {
  .cid-tzkX9TNcGg .image-wrapper {
    margin-right: 0;
  }
}
.cid-tzkX9TNcGg .mbr-section-title {
  color: #c9c9c9;
  margin-bottom: 10px;
}
@media (max-width: 1199px) {
  .cid-tzkX9TNcGg .mbr-section-title {
    text-align: center !important;
  }
}
.cid-tzkX9TNcGg .mbr-section-subtitle {
  color: #e8e8e8;
  margin-bottom: 0;
}
@media (max-width: 1199px) {
  .cid-tzkX9TNcGg .mbr-section-subtitle {
    text-align: center !important;
  }
}
.cid-tzkX9TNcGg .social-container {
  width: 100%;
  padding-top: 35px;
}
@media (max-width: 1199px) {
  .cid-tzkX9TNcGg .social-container {
    padding-top: 25px;
  }
}
.cid-tzkX9TNcGg .social-title {
  color: #C4CFDE;
  margin-bottom: 15px;
}
@media (max-width: 1199px) {
  .cid-tzkX9TNcGg .social-title {
    text-align: center !important;
  }
}
.cid-tzkX9TNcGg .social-list {
  display: flex;
  align-items: center;
  flex-wrap: wrap;
  margin: -7px;
}
@media (max-width: 1199px) {
  .cid-tzkX9TNcGg .social-list {
    justify-content: center !important;
  }
}
.cid-tzkX9TNcGg .soc-item {
  display: flex;
  align-items: center;
  justify-content: center;
  position: relative;
  margin: 7px;
  min-width: 53px;
  padding: 10px;
  aspect-ratio: 1;
  border-radius: 6px;
  background: linear-gradient(145deg, #1e2024, #23272b);
  box-shadow: 10px 10px 19px #191b1f, -10px -10px 19px #23272b;
  transition: 0.4s all;
}
.cid-tzkX9TNcGg .soc-item:before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  z-index: 4;
  transition: 0.4s all;
  width: 100%;
  height: 100%;
  border-radius: 5px;
  background: linear-gradient(to right bottom, #212428, #16181c);
  opacity: 0;
}
.cid-tzkX9TNcGg .soc-item .mbr-iconfont {
  position: relative;
  z-index: 5;
  transition: 0.4s all;
  font-size: 20px;
  color: #c4cfde;
}
.cid-tzkX9TNcGg .soc-item:hover {
  transform: translateY(-3px);
}
.cid-tzkX9TNcGg .soc-item:hover:before {
  opacity: 1;
}
.cid-tzkX9TNcGg .item-right-item {
  display: flex;
  align-items: flex-start;
  width: 100%;
}
@media (max-width: 991px) {
  .cid-tzkX9TNcGg .item-right-item {
    padding-top: 10px;
    margin: 0 -20px -20px;
  }
}
@media (max-width: 575px) {
  .cid-tzkX9TNcGg .item-right-item {
    flex-wrap: wrap;
    margin: 0;
  }
}
.cid-tzkX9TNcGg .contacts-container {
  max-width: 50%;
  padding-left: 30px;
  margin: 16px 0;
}
@media (max-width: 991px) {
  .cid-tzkX9TNcGg .contacts-container {
    padding: 20px;
  }
}
@media (max-width: 991px) {
  .cid-tzkX9TNcGg .contacts-container:nth-child(2) {
    padding-left: 100px;
  }
}
@media (max-width: 767px) {
  .cid-tzkX9TNcGg .contacts-container:nth-child(2) {
    padding-left: 0;
  }
}
@media (max-width: 575px) {
  .cid-tzkX9TNcGg .contacts-container:nth-child(2) {
    padding-left: 20px;
  }
}
@media (max-width: 575px) {
  .cid-tzkX9TNcGg .contacts-container {
    max-width: 100%;
    width: 100%;
    text-align: center !important;
    margin: 0;
    padding: 0 !important;
  }
}
.cid-tzkX9TNcGg .contact-item {
  padding: 10px 0 20px;
}
.cid-tzkX9TNcGg .card-title {
  color: #878e99;
  margin-bottom: 4px;
}
.cid-tzkX9TNcGg .card-text {
  color: #c9c9c9;
  margin-bottom: 0;
}
.cid-tzkX9UqyOk {
  padding-top: 0rem;
  padding-bottom: 0rem;
  background-color: #2b2b2b;
  overflow: hidden;
}
.cid-tzkX9UqyOk .mbr-fallback-image.disabled {
  display: none;
}
.cid-tzkX9UqyOk .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-tzkX9UqyOk .item-wrap {
  position: relative;
  height: 100%;
  width: 100%;
  padding: 55px;
  border-radius: 10px;
  overflow: hidden;
  background: linear-gradient(145deg, #2b2b2b, #2b2b2b);
  box-shadow: 10px 10px 19px #2b2b2b, -10px -10px 19px #2b2b2b;
}
@media (max-width: 767px) {
  .cid-tzkX9UqyOk .item-wrap {
    padding: 40px;
  }
}
@media (max-width: 575px) {
  .cid-tzkX9UqyOk .item-wrap {
    padding: 35px 25px 35px 25px;
  }
}
.cid-tzkX9UqyOk .card-title {
  color: #525252;
  margin-bottom: 30px;
}
@media (max-width: 767px) {
  .cid-tzkX9UqyOk .card-title {
    margin-bottom: 20px;
  }
}
.cid-tzkX9UqyOk .card-subtitle {
  color: #878e99;
  margin-bottom: 30px;
}
@media (max-width: 767px) {
  .cid-tzkX9UqyOk .card-subtitle {
    margin-bottom: 20px;
  }
}
.cid-tzkX9UqyOk .card-text {
  color: #878e99;
  margin-bottom: 0;
}
.cid-tzkX9UqyOk .card-title DIV {
  text-align: center;
}
.cid-tzkX9UQnhr {
  padding-top: 30px;
  padding-bottom: 30px;
  background-color: #2b2b2b;
  overflow: hidden;
}
.cid-tA7ml3pe6d {
  padding-top: 8rem;
  padding-bottom: 4rem;
  background-color: #2b2b2b;
  overflow: hidden;
}
.cid-tA7ml3pe6d .mbr-fallback-image.disabled {
  display: none;
}
.cid-tA7ml3pe6d .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-tA7ml3pe6d .container {
  padding-left: 15px;
  padding-right: 15px;
}
@media (max-width: 1599px) {
  .cid-tA7ml3pe6d .container {
    padding-left: 10px;
    padding-right: 10px;
  }
}
.cid-tA7ml3pe6d .row {
  margin-left: -25px;
  margin-right: -25px;
  justify-content: flex-start;
}
.cid-tA7ml3pe6d .row > [class*="col"] {
  padding-left: 25px;
  padding-right: 25px;
}
@media (max-width: 1599px) {
  .cid-tA7ml3pe6d .row {
    margin-left: -15px;
    margin-right: -15px;
  }
  .cid-tA7ml3pe6d .row > [class*="col"] {
    padding-left: 15px;
    padding-right: 15px;
  }
}
.cid-tA7ml3pe6d .mbr-section-head {
  width: 100%;
}
.cid-tA7ml3pe6d .mbr-section-title {
  color: #FF014E;
}
@media (max-width: 767px) {
  .cid-tA7ml3pe6d .mbr-section-title {
    text-align: center;
  }
}
.cid-tA7ml3pe6d .mbr-section-subtitle {
  color: #C4CFDE;
  margin-top: 15px;
}
@media (max-width: 767px) {
  .cid-tA7ml3pe6d .mbr-section-subtitle {
    margin-top: 10px;
    text-align: center;
  }
}
.cid-tA7ml3pe6d .card-row {
  align-items: stretch;
}
.cid-tA7ml3pe6d .item {
  margin-top: 50px;
}
@media (max-width: 991px) {
  .cid-tA7ml3pe6d .item {
    margin-top: 30px;
  }
}
.cid-tA7ml3pe6d .item-wrapper {
  position: relative;
  height: 100%;
  width: 100%;
  padding: 30px;
  border-radius: 20px;
  overflow: hidden;
  background: linear-gradient(145deg, #1e2024, #23272b);
  box-shadow: 10px 10px 19px #191b1f, -10px -10px 19px #23272b;
}
@media (max-width: 575px) {
  .cid-tA7ml3pe6d .item-wrapper {
    padding: 20px;
  }
}
.cid-tA7ml3pe6d .item-wrapper:hover .card-bg {
  opacity: 1;
}
.cid-tA7ml3pe6d .item-wrapper:hover .item-img img {
  transform: scale(1.1);
}
.cid-tA7ml3pe6d .card-bg {
  position: absolute;
  top: 0;
  left: 0;
  z-index: 0;
  width: 100%;
  height: 100%;
  border-radius: 19px;
  background: linear-gradient(to right bottom, #212428, #16181c);
  opacity: 0;
  transition: .4s all;
}
.cid-tA7ml3pe6d .item-img {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 100%;
  border-radius: 10px;
  overflow: hidden;
}
.cid-tA7ml3pe6d .item-img img {
  width: 100%;
  aspect-ratio: 1.77777778;
  object-fit: cover;
  transition: 0.4s all;
}
.cid-tA7ml3pe6d .card-box {
  position: relative;
  z-index: 5;
  padding-top: 18px;
}
.cid-tA7ml3pe6d .card-title {
  position: relative;
  z-index: 5;
  color: #FF014E;
  margin-bottom: 15px;
}
@media (max-width: 767px) {
  .cid-tA7ml3pe6d .card-title {
    margin-bottom: 10px;
  }
}
.cid-tA7ml3pe6d .card-text {
  position: relative;
  z-index: 5;
  color: #C4CFDE;
  margin-bottom: 0;
}
.cid-tA7ml3pe6d .card-text a {
  transition: .4s all;
}
.cid-tA7ml3pe6d .card-text a:hover {
  color: #af8d00 !important;
}
.cid-tA7ovuQ2Zg {
  padding-top: 0rem;
  padding-bottom: 6rem;
  background-color: #2b2b2b;
  overflow: hidden;
}
.cid-tA7ovuQ2Zg .mbr-fallback-image.disabled {
  display: none;
}
.cid-tA7ovuQ2Zg .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-tA7ovuQ2Zg .item-wrap {
  position: relative;
  height: 100%;
  width: 100%;
  padding: 55px;
  border-radius: 10px;
  overflow: hidden;
  background: linear-gradient(145deg, #1e2024, #23272b);
  box-shadow: 10px 10px 19px #191b1f, -10px -10px 19px #23272b;
}
@media (max-width: 767px) {
  .cid-tA7ovuQ2Zg .item-wrap {
    padding: 40px;
  }
}
@media (max-width: 575px) {
  .cid-tA7ovuQ2Zg .item-wrap {
    padding: 35px 25px 35px 25px;
  }
}
.cid-tA7ovuQ2Zg .card-title {
  color: #878e99;
  margin-bottom: 30px;
}
@media (max-width: 767px) {
  .cid-tA7ovuQ2Zg .card-title {
    margin-bottom: 20px;
  }
}
.cid-tA7ovuQ2Zg .card-subtitle {
  color: #878e99;
  margin-bottom: 30px;
}
@media (max-width: 767px) {
  .cid-tA7ovuQ2Zg .card-subtitle {
    margin-bottom: 20px;
  }
}
.cid-tA7ovuQ2Zg .card-text {
  color: #878e99;
  margin-bottom: 0;
}
.cid-tA74dqf2av {
  padding-top: 3rem;
  padding-bottom: 2rem;
  background-color: #e4e4e4;
}
@media (max-width: 992px) {
  .cid-tA74dqf2av .card-wrapper {
    margin-bottom: 2rem;
  }
}
.cid-tA74dqf2av .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-tA74dqf2av .mbr-iconfont {
  display: flex;
  font-size: 1.5rem;
  color: #e6c63b;
  background: #252434;
  width: 50px;
  height: 50px;
  transition: all 0.3s;
  border-radius: 50%;
  align-items: center;
  justify-content: center;
}
.cid-tA74dqf2av .row {
  justify-content: center;
}
.cid-tA74dqf2av .card-box {
  display: flex;
  align-items: center;
}
.cid-tA74dqf2av .card-box .iconfont-wrapper {
  margin-right: 1.5rem;
}
@media (max-width: 767px) {
  .cid-tA74dqf2av .card-box {
    flex-direction: column;
  }
  .cid-tA74dqf2av .card-box .iconfont-wrapper {
    margin-right: 0rem;
    margin-bottom: 1.5rem;
  }
}
.cid-tA74dqf2av .card-link:hover a {
  background-image: none !important;
}
.cid-tA74dqf2av .mbr-section-subtitle {
  color: #777777;
}
.cid-tA74dqf2av .card-text {
  color: #777777;
}
.cid-tA74dqf2av .mbr-section-title {
  text-align: center;
}
.cid-tA74dqIWgc {
  padding-top: 0rem;
  padding-bottom: 2rem;
  background-color: #e4e4e4;
}
.cid-tA74dqIWgc .mbr-fallback-image.disabled {
  display: none;
}
.cid-tA74dqIWgc .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-tA74dqIWgc .mbr-text {
  color: #726c89;
}
.cid-tA74dqIWgc .mbr-section-title {
  color: #000000;
}
.cid-tA74dqIWgc .mbr-section-subtitle {
  text-align: center;
}
.cid-tA74dr2mIW {
  padding-top: 0rem;
  padding-bottom: 4rem;
  background-color: #e4e4e4;
}
@media (max-width: 992px) {
  .cid-tA74dr2mIW .card-wrapper {
    margin-bottom: 2rem;
  }
}
.cid-tA74dr2mIW .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-tA74dr2mIW .mbr-iconfont {
  display: flex;
  font-size: 1.5rem;
  color: #ffffff;
  background: #252434;
  width: 50px;
  height: 50px;
  transition: all 0.3s;
  border-radius: 50%;
  align-items: center;
  justify-content: center;
}
.cid-tA74dr2mIW .row {
  justify-content: center;
}
.cid-tA74dr2mIW .card-box {
  display: flex;
  align-items: center;
}
.cid-tA74dr2mIW .card-box .iconfont-wrapper {
  margin-right: 1.5rem;
}
@media (max-width: 767px) {
  .cid-tA74dr2mIW .card-box {
    flex-direction: column;
  }
  .cid-tA74dr2mIW .card-box .iconfont-wrapper {
    margin-right: 0rem;
    margin-bottom: 1.5rem;
  }
}
.cid-tA74dr2mIW .card-link:hover a {
  background-image: none !important;
}
.cid-tA74dr2mIW .mbr-section-subtitle {
  color: #777777;
}
.cid-tA74dr2mIW .card-text {
  color: #777777;
}
.cid-tA74dr2mIW .card-title,
.cid-tA74dr2mIW .iconfont-wrapper {
  text-align: center;
}
.cid-tA74dpcGSX {
  padding-top: 0rem;
  padding-bottom: 0rem;
  z-index: 1000;
  width: 100%;
}
.cid-tA74dpcGSX nav.navbar {
  position: fixed;
}
.cid-tA74dpcGSX .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-tA74dpcGSX .dropdown-menu {
  padding: 0;
  border-radius: 4px;
  box-shadow: 0 1px 3px 0 rgba(0, 0, 0, 0.1);
}
.cid-tA74dpcGSX .dropdown-item {
  border-bottom: 1px solid #e6e6e6;
}
.cid-tA74dpcGSX .dropdown-item:hover,
.cid-tA74dpcGSX .dropdown-item:focus {
  background: #000000;
  color: white;
}
.cid-tA74dpcGSX .dropdown-item:hover span {
  color: white;
}
.cid-tA74dpcGSX .dropdown-item:first-child {
  border-top-left-radius: 4px;
  border-top-right-radius: 4px;
}
.cid-tA74dpcGSX .dropdown-item:last-child {
  border-bottom: none;
  border-bottom-left-radius: 4px;
  border-bottom-right-radius: 4px;
}
.cid-tA74dpcGSX .nav-dropdown .link {
  padding: 0 0.3em !important;
  margin: 0.667em 1em !important;
}
.cid-tA74dpcGSX .nav-dropdown .link.dropdown-toggle::after {
  margin-left: 0.5rem;
  margin-top: 0.2rem;
}
.cid-tA74dpcGSX .nav-link {
  position: relative;
  font-weight: 500;
}
.cid-tA74dpcGSX .container {
  display: flex;
  margin: auto;
}
@media (min-width: 992px) {
  .cid-tA74dpcGSX .container {
    flex-wrap: nowrap;
  }
}
.cid-tA74dpcGSX .iconfont-wrapper {
  color: #000000 !important;
  font-size: 1.5rem;
  padding-right: 0.5rem;
}
.cid-tA74dpcGSX .dropdown-menu,
.cid-tA74dpcGSX .navbar.opened {
  background: #000000 !important;
}
.cid-tA74dpcGSX .nav-item:focus,
.cid-tA74dpcGSX .nav-link:focus {
  outline: none;
}
.cid-tA74dpcGSX .dropdown .dropdown-menu .dropdown-item {
  width: auto;
  transition: all 0.25s ease-in-out;
}
.cid-tA74dpcGSX .dropdown .dropdown-menu .dropdown-item::after {
  right: 0.5rem;
}
.cid-tA74dpcGSX .dropdown .dropdown-menu .dropdown-item .mbr-iconfont {
  margin-right: 0.5rem;
  vertical-align: sub;
}
.cid-tA74dpcGSX .dropdown .dropdown-menu .dropdown-item .mbr-iconfont:before {
  display: inline-block;
  transform: scale(1, 1);
  transition: all 0.25s ease-in-out;
}
.cid-tA74dpcGSX .collapsed .dropdown-menu .dropdown-item:before {
  display: none;
}
.cid-tA74dpcGSX .collapsed .dropdown .dropdown-menu .dropdown-item {
  padding: 0.235em 1.5em 0.235em 1.5em !important;
  transition: none;
  margin: 0 !important;
}
.cid-tA74dpcGSX .navbar {
  min-height: 70px;
  transition: all 0.3s;
  border-bottom: 1px solid transparent;
  position: absolute;
  background: rgba(0, 0, 0, 0);
}
.cid-tA74dpcGSX .navbar.opened {
  transition: all 0.3s;
}
.cid-tA74dpcGSX .navbar .dropdown-item {
  padding: 0.5rem 1.8rem;
}
.cid-tA74dpcGSX .navbar .navbar-logo img {
  width: auto;
}
.cid-tA74dpcGSX .navbar .navbar-collapse {
  justify-content: flex-end;
  z-index: 1;
}
.cid-tA74dpcGSX .navbar.collapsed {
  justify-content: center;
}
.cid-tA74dpcGSX .navbar.collapsed .nav-item .nav-link::before {
  display: none;
}
.cid-tA74dpcGSX .navbar.collapsed.opened .dropdown-menu {
  top: 0;
}
@media (min-width: 992px) {
  .cid-tA74dpcGSX .navbar.collapsed.opened:not(.navbar-short) .navbar-collapse {
    max-height: calc(98.5vh - 3.5rem);
  }
}
.cid-tA74dpcGSX .navbar.collapsed .dropdown-menu .dropdown-submenu {
  left: 0 !important;
}
.cid-tA74dpcGSX .navbar.collapsed .dropdown-menu .dropdown-item:after {
  right: auto;
}
.cid-tA74dpcGSX .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-tA74dpcGSX .navbar.collapsed ul.navbar-nav li {
  margin: auto;
}
.cid-tA74dpcGSX .navbar.collapsed .dropdown-menu .dropdown-item {
  padding: 0.25rem 1.5rem;
  text-align: center;
}
.cid-tA74dpcGSX .navbar.collapsed .icons-menu {
  padding-left: 0;
  padding-right: 0;
  padding-top: 0.5rem;
  padding-bottom: 0.5rem;
}
@media (max-width: 991px) {
  .cid-tA74dpcGSX .navbar .nav-item .nav-link::before {
    display: none;
  }
  .cid-tA74dpcGSX .navbar.opened .dropdown-menu {
    top: 0;
  }
  .cid-tA74dpcGSX .navbar .dropdown-menu .dropdown-submenu {
    left: 0 !important;
  }
  .cid-tA74dpcGSX .navbar .dropdown-menu .dropdown-item:after {
    right: auto;
  }
  .cid-tA74dpcGSX .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-tA74dpcGSX .navbar .navbar-logo img {
    height: 3rem !important;
  }
  .cid-tA74dpcGSX .navbar ul.navbar-nav li {
    margin: auto;
  }
  .cid-tA74dpcGSX .navbar .dropdown-menu .dropdown-item {
    padding: 0.25rem 1.5rem !important;
    text-align: center;
  }
  .cid-tA74dpcGSX .navbar .navbar-brand {
    flex-shrink: initial;
    flex-basis: auto;
    word-break: break-word;
    padding-right: 2rem;
  }
  .cid-tA74dpcGSX .navbar .navbar-toggler {
    flex-basis: auto;
  }
  .cid-tA74dpcGSX .navbar .icons-menu {
    padding-left: 0;
    padding-top: 0.5rem;
    padding-bottom: 0.5rem;
  }
}
@media (max-width: 991px) and (max-width: 767px) {
  .cid-tA74dpcGSX .navbar .navbar-brand {
    width: calc(100% - 31px);
  }
}
.cid-tA74dpcGSX .navbar.navbar-short {
  min-height: 60px;
}
.cid-tA74dpcGSX .navbar.navbar-short .navbar-logo img {
  height: 2.5rem !important;
}
.cid-tA74dpcGSX .navbar.navbar-short .navbar-brand {
  min-height: 60px;
  padding: 0;
}
.cid-tA74dpcGSX .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-tA74dpcGSX .navbar-brand .navbar-caption {
  line-height: inherit !important;
}
.cid-tA74dpcGSX .navbar-brand .navbar-logo a {
  outline: none;
}
.cid-tA74dpcGSX .dropdown-item.active,
.cid-tA74dpcGSX .dropdown-item:active {
  background-color: transparent;
}
.cid-tA74dpcGSX .navbar-expand-lg .navbar-nav .nav-link {
  padding: 0;
}
.cid-tA74dpcGSX .nav-dropdown .link.dropdown-toggle {
  margin-right: 1.667em;
}
.cid-tA74dpcGSX .nav-dropdown .link.dropdown-toggle[aria-expanded="true"] {
  margin-right: 0;
  padding: 0.667em 1.667em;
}
.cid-tA74dpcGSX .navbar.navbar-expand-lg .dropdown .dropdown-menu {
  background: #000000;
}
.cid-tA74dpcGSX .navbar.navbar-expand-lg .dropdown .dropdown-menu .dropdown-submenu {
  margin: 0;
  left: 100%;
}
.cid-tA74dpcGSX .navbar .dropdown.open > .dropdown-menu {
  display: block;
}
.cid-tA74dpcGSX ul.navbar-nav {
  flex-wrap: wrap;
}
.cid-tA74dpcGSX .navbar-buttons {
  text-align: center;
  min-width: 170px;
}
.cid-tA74dpcGSX button.navbar-toggler {
  outline: none;
  width: 31px;
  height: 20px;
  cursor: pointer;
  transition: all 0.2s;
  position: relative;
  align-self: center;
}
.cid-tA74dpcGSX button.navbar-toggler .hamburger span {
  position: absolute;
  right: 0;
  width: 30px;
  height: 2px;
  border-right: 5px;
  background-color: #fafafa;
}
.cid-tA74dpcGSX button.navbar-toggler .hamburger span:nth-child(1) {
  top: 0;
  transition: all 0.2s;
}
.cid-tA74dpcGSX button.navbar-toggler .hamburger span:nth-child(2) {
  top: 8px;
  transition: all 0.15s;
}
.cid-tA74dpcGSX button.navbar-toggler .hamburger span:nth-child(3) {
  top: 8px;
  transition: all 0.15s;
}
.cid-tA74dpcGSX button.navbar-toggler .hamburger span:nth-child(4) {
  top: 16px;
  transition: all 0.2s;
}
.cid-tA74dpcGSX nav.opened .hamburger span:nth-child(1) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-tA74dpcGSX nav.opened .hamburger span:nth-child(2) {
  transform: rotate(45deg);
  transition: all 0.25s;
}
.cid-tA74dpcGSX nav.opened .hamburger span:nth-child(3) {
  transform: rotate(-45deg);
  transition: all 0.25s;
}
.cid-tA74dpcGSX nav.opened .hamburger span:nth-child(4) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-tA74dpcGSX .navbar-dropdown {
  position: fixed;
}
.cid-tA74dpcGSX a.nav-link {
  display: flex;
  align-items: center;
  justify-content: center;
}
.cid-tA74dpcGSX .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-tA74dpcGSX .navbar {
    height: 70px;
  }
  .cid-tA74dpcGSX .navbar.opened {
    height: auto;
  }
  .cid-tA74dpcGSX .nav-item .nav-link:hover::before {
    width: 175%;
    max-width: calc(100% + 2rem);
    left: -1rem;
  }
}
.cid-tA74drCNZW {
  padding-top: 4rem;
  padding-bottom: 5rem;
  background-color: #2b2b2b;
}
.cid-tA74drCNZW .mbr-text,
.cid-tA74drCNZW .mbr-section-btn {
  color: #121212;
}
.cid-tA74drCNZW .mbr-text,
.cid-tA74drCNZW .mbr-section-title {
  color: #fafafa;
  text-align: center;
}
@media (max-width: 991px) {
  .cid-tA74drCNZW .mbr-text,
  .cid-tA74drCNZW .mbr-section-title {
    text-align: center;
  }
}
.cid-tA74drCNZW a.btn {
  height: 100%;
  margin: 0;
}
.cid-tA74drCNZW .mbr-section-btn {
  display: flex;
  margin-bottom: 1.2rem;
  width: 100%;
}
.cid-tA74drCNZW .mbr-section-btn .btn {
  width: 100%;
}
@media (max-width: 991px) {
  .cid-tA74drCNZW .image-wrapper {
    margin-bottom: 2rem;
  }
  .cid-tA74drCNZW .content-wrapper {
    flex-direction: column-reverse;
  }
}
.cid-tA74drCNZW .justify-content-center {
  align-items: center;
}
.cid-tA74drCNZW .border-radius {
  border-radius: 0px;
}
.cid-tA74drCNZW .rotate {
  transform: rotate(225deg);
  position: absolute;
}
@media (max-width: 425px) {
  .cid-tA74drCNZW .rotate {
    top: -6px;
  }
}
.cid-tA74drCNZW svg {
  transition: all 0.4s;
}
.cid-tA74drCNZW .svg-rotate {
  transform: rotate(225deg);
}
.cid-tA74drCNZW .style-button {
  font-size: 30px;
  cursor: pointer;
  font-weight: 500;
  border-radius: 0px;
}
.cid-tA74drCNZW .style-button:hover > .svg-rotate {
  transform: rotate(315deg);
}
.cid-tA74drCNZW H1 {
  color: #fafafa;
}
.cid-tA74drCNZW P {
  color: #fafafa;
}
.cid-tA74ds23eO {
  padding-top: 1rem;
  padding-bottom: 4rem;
  background-color: #2b2b2b;
  overflow: hidden;
}
.cid-tA74ds23eO .mbr-fallback-image.disabled {
  display: none;
}
.cid-tA74ds23eO .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-tA74ds23eO .card-row {
  align-items: stretch;
}
.cid-tA74ds23eO .item-wrap {
  position: relative;
  width: 100%;
  padding: 20px;
  border-radius: 10px;
  background: linear-gradient(145deg, #1e2024, #1e2024);
  box-shadow: 10px 10px 19px #23272b, -10px -10px 19px #23272b;
}
.cid-tA74ds23eO .item-left-item {
  display: flex;
  align-items: flex-start;
  width: 100%;
  border-right: 1px solid #16181c;
}
@media (max-width: 1199px) {
  .cid-tA74ds23eO .item-left-item {
    flex-direction: column;
    align-items: center;
  }
}
@media (max-width: 991px) {
  .cid-tA74ds23eO .item-left-item {
    padding-bottom: 20px;
    border-right: none;
    border-bottom: 1px solid #16181c;
  }
}
.cid-tA74ds23eO .image-wrapper {
  margin-right: 30px;
}
.cid-tA74ds23eO .image-wrapper img {
  border-radius: 15px;
  max-width: 200px;
  aspect-ratio: 1;
  width: 200px;
  border: 5px solid #1e2024;
  position: relative;
  top: -80px;
  object-fit: cover;
}
@media (max-width: 1199px) {
  .cid-tA74ds23eO .image-wrapper {
    margin-right: 0;
  }
}
.cid-tA74ds23eO .mbr-section-title {
  color: #c9c9c9;
  margin-bottom: 10px;
}
@media (max-width: 1199px) {
  .cid-tA74ds23eO .mbr-section-title {
    text-align: center !important;
  }
}
.cid-tA74ds23eO .mbr-section-subtitle {
  color: #e8e8e8;
  margin-bottom: 0;
}
@media (max-width: 1199px) {
  .cid-tA74ds23eO .mbr-section-subtitle {
    text-align: center !important;
  }
}
.cid-tA74ds23eO .social-container {
  width: 100%;
  padding-top: 35px;
}
@media (max-width: 1199px) {
  .cid-tA74ds23eO .social-container {
    padding-top: 25px;
  }
}
.cid-tA74ds23eO .social-title {
  color: #C4CFDE;
  margin-bottom: 15px;
}
@media (max-width: 1199px) {
  .cid-tA74ds23eO .social-title {
    text-align: center !important;
  }
}
.cid-tA74ds23eO .social-list {
  display: flex;
  align-items: center;
  flex-wrap: wrap;
  margin: -7px;
}
@media (max-width: 1199px) {
  .cid-tA74ds23eO .social-list {
    justify-content: center !important;
  }
}
.cid-tA74ds23eO .soc-item {
  display: flex;
  align-items: center;
  justify-content: center;
  position: relative;
  margin: 7px;
  min-width: 53px;
  padding: 10px;
  aspect-ratio: 1;
  border-radius: 6px;
  background: linear-gradient(145deg, #1e2024, #23272b);
  box-shadow: 10px 10px 19px #191b1f, -10px -10px 19px #23272b;
  transition: 0.4s all;
}
.cid-tA74ds23eO .soc-item:before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  z-index: 4;
  transition: 0.4s all;
  width: 100%;
  height: 100%;
  border-radius: 5px;
  background: linear-gradient(to right bottom, #212428, #16181c);
  opacity: 0;
}
.cid-tA74ds23eO .soc-item .mbr-iconfont {
  position: relative;
  z-index: 5;
  transition: 0.4s all;
  font-size: 20px;
  color: #c4cfde;
}
.cid-tA74ds23eO .soc-item:hover {
  transform: translateY(-3px);
}
.cid-tA74ds23eO .soc-item:hover:before {
  opacity: 1;
}
.cid-tA74ds23eO .item-right-item {
  display: flex;
  align-items: flex-start;
  width: 100%;
}
@media (max-width: 991px) {
  .cid-tA74ds23eO .item-right-item {
    padding-top: 10px;
    margin: 0 -20px -20px;
  }
}
@media (max-width: 575px) {
  .cid-tA74ds23eO .item-right-item {
    flex-wrap: wrap;
    margin: 0;
  }
}
.cid-tA74ds23eO .contacts-container {
  max-width: 50%;
  padding-left: 30px;
  margin: 16px 0;
}
@media (max-width: 991px) {
  .cid-tA74ds23eO .contacts-container {
    padding: 20px;
  }
}
@media (max-width: 991px) {
  .cid-tA74ds23eO .contacts-container:nth-child(2) {
    padding-left: 100px;
  }
}
@media (max-width: 767px) {
  .cid-tA74ds23eO .contacts-container:nth-child(2) {
    padding-left: 0;
  }
}
@media (max-width: 575px) {
  .cid-tA74ds23eO .contacts-container:nth-child(2) {
    padding-left: 20px;
  }
}
@media (max-width: 575px) {
  .cid-tA74ds23eO .contacts-container {
    max-width: 100%;
    width: 100%;
    text-align: center !important;
    margin: 0;
    padding: 0 !important;
  }
}
.cid-tA74ds23eO .contact-item {
  padding: 10px 0 20px;
}
.cid-tA74ds23eO .card-title {
  color: #878e99;
  margin-bottom: 4px;
}
.cid-tA74ds23eO .card-text {
  color: #c9c9c9;
  margin-bottom: 0;
}
.cid-tA74dsD1tR {
  padding-top: 0rem;
  padding-bottom: 0rem;
  background-color: #2b2b2b;
  overflow: hidden;
}
.cid-tA74dsD1tR .mbr-fallback-image.disabled {
  display: none;
}
.cid-tA74dsD1tR .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-tA74dsD1tR .item-wrap {
  position: relative;
  height: 100%;
  width: 100%;
  padding: 55px;
  border-radius: 10px;
  overflow: hidden;
  background: linear-gradient(145deg, #2b2b2b, #2b2b2b);
  box-shadow: 10px 10px 19px #2b2b2b, -10px -10px 19px #2b2b2b;
}
@media (max-width: 767px) {
  .cid-tA74dsD1tR .item-wrap {
    padding: 40px;
  }
}
@media (max-width: 575px) {
  .cid-tA74dsD1tR .item-wrap {
    padding: 35px 25px 35px 25px;
  }
}
.cid-tA74dsD1tR .card-title {
  color: #525252;
  margin-bottom: 30px;
}
@media (max-width: 767px) {
  .cid-tA74dsD1tR .card-title {
    margin-bottom: 20px;
  }
}
.cid-tA74dsD1tR .card-subtitle {
  color: #878e99;
  margin-bottom: 30px;
}
@media (max-width: 767px) {
  .cid-tA74dsD1tR .card-subtitle {
    margin-bottom: 20px;
  }
}
.cid-tA74dsD1tR .card-text {
  color: #878e99;
  margin-bottom: 0;
}
.cid-tA74dsD1tR .card-title DIV {
  text-align: center;
}
.cid-tA74dt36KT {
  padding-top: 30px;
  padding-bottom: 30px;
  background-color: #2b2b2b;
  overflow: hidden;
}
.cid-tzN52A9wJ2 {
  padding-top: 9rem;
  padding-bottom: 1rem;
  background-color: #2b2b2b;
}
.cid-tzN52A9wJ2 .mbr-text,
.cid-tzN52A9wJ2 .mbr-section-btn {
  color: #fafafa;
}
.cid-tzN52A9wJ2 .row {
  justify-content: start;
}
.cid-tzN52A9wJ2 .mbr-section-title {
  color: #fafafa;
}
.cid-tzN52A9wJ2 .rotate {
  transform: rotate(225deg);
  position: absolute;
}
@media (max-width: 425px) {
  .cid-tzN52A9wJ2 .rotate {
    top: -6px;
  }
}
@media (max-width: 991px) {
  .cid-tzN52A9wJ2 .wrapper {
    flex-direction: column-reverse;
  }
  .cid-tzN52A9wJ2 .wrapper .text-position {
    padding: 50px 12px 30px 12px;
  }
}
@media (min-width: 992px) and (max-width: 1099px) {
  .cid-tzN52A9wJ2 .wrapper .text-position {
    padding: 0 40px;
  }
}
@media (max-width: 425px) {
  .cid-tzN52A9wJ2 .wrapper .text-position {
    padding: 0 12px 30px 12px;
  }
}
.cid-tzN52A9wJ2 .wrapper-position {
  justify-content: center;
  display: flex;
  flex-direction: column;
  margin-left: 1.5rem;
  height: 100%;
}
@media (max-width: 991px) {
  .cid-tzN52A9wJ2 .wrapper-position {
    margin: 0 0 3rem 0;
  }
}
.cid-tzN52A9wJ2 .mbr-section-title,
.cid-tzN52A9wJ2 .card-box {
  color: #c4cfde;
}
.cid-tzNbx0JqHM {
  padding-top: 1rem;
  padding-bottom: 0rem;
  background-color: #e4e4e4;
}
.cid-tzNbx0JqHM .mbr-fallback-image.disabled {
  display: none;
}
.cid-tzNbx0JqHM .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-tzNbx0JqHM .item {
  padding-bottom: 2rem;
}
.cid-tzNbx0JqHM .item-wrapper {
  position: relative;
}
.cid-tzNbx0JqHM .item-wrapper .icon-wrapper {
  pointer-events: none;
  position: absolute;
  width: 60px;
  height: 60px;
  font-size: 22px;
  left: 50%;
  top: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
  border: 2px solid #ffffff;
  border-radius: 50%;
  opacity: 0;
  color: #ffffff;
  transform: translateX(-50%) translateY(-50%);
  background-color: #1b1b1b;
  transition: 0.2s;
}
.cid-tzNbx0JqHM .item-wrapper:hover .icon-wrapper {
  opacity: 0.7;
}
.cid-tzNbx0JqHM .carousel-control,
.cid-tzNbx0JqHM .close {
  background: #1b1b1b;
}
.cid-tzNbx0JqHM .carousel-control-prev {
  margin-left: 2.5rem;
}
.cid-tzNbx0JqHM .carousel-control-prev span {
  margin-right: 5px;
}
.cid-tzNbx0JqHM .carousel-control-next {
  margin-right: 2.5rem;
}
.cid-tzNbx0JqHM .carousel-control-next span {
  margin-left: 5px;
}
.cid-tzNbx0JqHM .close {
  position: fixed;
  opacity: 0.5;
  font-size: 22px;
  font-weight: 300;
  width: 60px;
  height: 60px;
  border-radius: 50%;
  color: #fff;
  top: 2.5rem;
  right: 2.5rem;
  border: 2px solid #fff;
  text-shadow: none;
  z-index: 5;
  transition: opacity 0.3s ease;
  font-family: 'Moririse2';
  align-items: center;
  justify-content: center;
  display: flex;
}
.cid-tzNbx0JqHM .close::before {
  content: '\e91a';
}
.cid-tzNbx0JqHM .close:hover {
  opacity: 1;
  background: #000;
  color: #fff;
}
.cid-tzNbx0JqHM .carousel-control {
  display: flex;
  top: 50%;
  width: 60px;
  height: 60px;
  margin-top: -1.5rem;
  font-size: 22px;
  background-color: rgba(0, 0, 0, 0.5);
  border: 2px solid #fff;
  border-radius: 50%;
  transition: all 0.3s;
}
.cid-tzNbx0JqHM .carousel-control.carousel-control-prev {
  left: 0;
  margin-left: 2.5rem;
}
.cid-tzNbx0JqHM .carousel-control.carousel-control-next {
  right: 0;
  margin-right: 2.5rem;
}
@media (max-width: 767px) {
  .cid-tzNbx0JqHM .carousel-control {
    top: auto;
    bottom: 1rem;
  }
}
.cid-tzNbx0JqHM .carousel-indicators {
  position: absolute;
  bottom: 0;
  margin-bottom: 3px;
}
.cid-tzNbx0JqHM .carousel-indicators li {
  max-width: 15px;
  height: 15px;
  width: 15px;
  max-height: 15px;
  margin: 3px;
  background-color: rgba(0, 0, 0, 0.5);
  border: 2px solid #fff;
  border-radius: 50%;
  opacity: 0.5;
  transition: all 0.3s;
}
.cid-tzNbx0JqHM .carousel-indicators li.active,
.cid-tzNbx0JqHM .carousel-indicators li:hover {
  opacity: 0.9;
}
.cid-tzNbx0JqHM .carousel-indicators li::after,
.cid-tzNbx0JqHM .carousel-indicators li::before {
  content: none;
}
.cid-tzNbx0JqHM .carousel-indicators.ie-fix {
  left: 50%;
  display: block;
  width: 60%;
  margin-left: -30%;
  text-align: center;
}
@media (max-width: 768px) {
  .cid-tzNbx0JqHM .carousel-indicators {
    display: none !important;
  }
}
@media (max-width: 991px) {
  .cid-tzNbx0JqHM .carousel-indicators {
    margin-bottom: 3.625rem !important;
    padding-left: 2.5rem;
    padding-right: 2.5rem;
  }
}
@media (max-width: 767px) {
  .cid-tzNbx0JqHM .carousel-indicators {
    display: none;
  }
}
.cid-tzNbx0JqHM .carousel-inner {
  display: flex;
  align-items: center;
}
.cid-tzNbx0JqHM .carousel-inner > .active {
  display: block;
}
.cid-tzNbx0JqHM .carousel-control.left {
  left: 0;
  margin-left: 2.5rem;
}
.cid-tzNbx0JqHM .carousel-control.right {
  right: 0;
  margin-right: 2.5rem;
}
.cid-tzNbx0JqHM .carousel-control:hover {
  background: #1b1b1b;
  color: #fff;
  opacity: 1;
}
@media (max-width: 768px) {
  .cid-tzNbx0JqHM .carousel-control,
  .cid-tzNbx0JqHM .carousel-indicators,
  .cid-tzNbx0JqHM .modal .close {
    position: fixed;
  }
}
@media (max-width: 767px) {
  .cid-tzNbx0JqHM .mbr-slider .carousel-control {
    top: auto;
    bottom: 20px;
  }
  .cid-tzNbx0JqHM .mbr-slider > .container .carousel-control {
    margin-bottom: 0;
  }
}
.cid-tzNbx0JqHM .carousel-indicators .active,
.cid-tzNbx0JqHM .carousel-indicators li {
  width: 7px;
  height: 7px;
  margin: 3px;
  background: #000000;
  opacity: 0.5;
  border: 4px solid #000000;
}
.cid-tzNbx0JqHM .carousel-indicators .active {
  background: #fff;
}
.cid-tzNbx0JqHM .carousel-indicators li {
  max-width: 15px;
  max-height: 15px;
  border-radius: 50%;
}
.cid-tzNbx0JqHM .modal {
  padding-left: 0 !important;
  position: fixed;
  overflow: hidden;
  padding-right: 0 !important;
}
.cid-tzNbx0JqHM .modal-dialog {
  margin: 0 auto;
  max-width: 100%;
  padding-left: 1rem;
  padding-right: 1rem;
}
.cid-tzNbx0JqHM .modal-content {
  border-radius: 0;
  border: none;
  background: transparent;
}
.cid-tzNbx0JqHM .modal-body {
  padding: 0;
  display: flex;
  align-items: center;
}
.cid-tzNbx0JqHM .modal-body img {
  width: 100%;
  object-fit: contain;
  max-height: calc(100vh - 1.75rem);
}
.cid-tzNbx0JqHM .carousel {
  width: 100%;
}
.cid-tzNbx0JqHM .modal-backdrop.in {
  opacity: 0.8;
}
.cid-tzNbx0JqHM .modal.fade .modal-dialog {
  transition: margin-top 0.3s ease-out;
}
.cid-tzNbx0JqHM .modal.fade .modal-dialog,
.cid-tzNbx0JqHM .modal.in .modal-dialog {
  transform: none;
}
.cid-tzNbx0JqHM .mbr-gallery .item-wrapper {
  cursor: pointer;
}
.cid-tzNbx0JqHM H6 {
  text-align: center;
}
.cid-tzNhoYIjbC {
  padding-top: 1rem;
  padding-bottom: 1rem;
  background-color: #e4e4e4;
}
.cid-tzNhoYIjbC .mbr-fallback-image.disabled {
  display: none;
}
.cid-tzNhoYIjbC .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-tzNhoYIjbC .item {
  padding-bottom: 2rem;
}
.cid-tzNhoYIjbC .item-wrapper {
  position: relative;
}
.cid-tzNhoYIjbC .item-wrapper .icon-wrapper {
  pointer-events: none;
  position: absolute;
  width: 60px;
  height: 60px;
  font-size: 22px;
  left: 50%;
  top: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
  border: 2px solid #ffffff;
  border-radius: 50%;
  opacity: 0;
  color: #ffffff;
  transform: translateX(-50%) translateY(-50%);
  background-color: #1b1b1b;
  transition: 0.2s;
}
.cid-tzNhoYIjbC .item-wrapper:hover .icon-wrapper {
  opacity: 0.7;
}
.cid-tzNhoYIjbC .carousel-control,
.cid-tzNhoYIjbC .close {
  background: #1b1b1b;
}
.cid-tzNhoYIjbC .carousel-control-prev {
  margin-left: 2.5rem;
}
.cid-tzNhoYIjbC .carousel-control-prev span {
  margin-right: 5px;
}
.cid-tzNhoYIjbC .carousel-control-next {
  margin-right: 2.5rem;
}
.cid-tzNhoYIjbC .carousel-control-next span {
  margin-left: 5px;
}
.cid-tzNhoYIjbC .close {
  position: fixed;
  opacity: 0.5;
  font-size: 22px;
  font-weight: 300;
  width: 60px;
  height: 60px;
  border-radius: 50%;
  color: #fff;
  top: 2.5rem;
  right: 2.5rem;
  border: 2px solid #fff;
  text-shadow: none;
  z-index: 5;
  transition: opacity 0.3s ease;
  font-family: 'Moririse2';
  align-items: center;
  justify-content: center;
  display: flex;
}
.cid-tzNhoYIjbC .close::before {
  content: '\e91a';
}
.cid-tzNhoYIjbC .close:hover {
  opacity: 1;
  background: #000;
  color: #fff;
}
.cid-tzNhoYIjbC .carousel-control {
  display: flex;
  top: 50%;
  width: 60px;
  height: 60px;
  margin-top: -1.5rem;
  font-size: 22px;
  background-color: rgba(0, 0, 0, 0.5);
  border: 2px solid #fff;
  border-radius: 50%;
  transition: all 0.3s;
}
.cid-tzNhoYIjbC .carousel-control.carousel-control-prev {
  left: 0;
  margin-left: 2.5rem;
}
.cid-tzNhoYIjbC .carousel-control.carousel-control-next {
  right: 0;
  margin-right: 2.5rem;
}
@media (max-width: 767px) {
  .cid-tzNhoYIjbC .carousel-control {
    top: auto;
    bottom: 1rem;
  }
}
.cid-tzNhoYIjbC .carousel-indicators {
  position: absolute;
  bottom: 0;
  margin-bottom: 3px;
}
.cid-tzNhoYIjbC .carousel-indicators li {
  max-width: 15px;
  height: 15px;
  width: 15px;
  max-height: 15px;
  margin: 3px;
  background-color: rgba(0, 0, 0, 0.5);
  border: 2px solid #fff;
  border-radius: 50%;
  opacity: 0.5;
  transition: all 0.3s;
}
.cid-tzNhoYIjbC .carousel-indicators li.active,
.cid-tzNhoYIjbC .carousel-indicators li:hover {
  opacity: 0.9;
}
.cid-tzNhoYIjbC .carousel-indicators li::after,
.cid-tzNhoYIjbC .carousel-indicators li::before {
  content: none;
}
.cid-tzNhoYIjbC .carousel-indicators.ie-fix {
  left: 50%;
  display: block;
  width: 60%;
  margin-left: -30%;
  text-align: center;
}
@media (max-width: 768px) {
  .cid-tzNhoYIjbC .carousel-indicators {
    display: none !important;
  }
}
@media (max-width: 991px) {
  .cid-tzNhoYIjbC .carousel-indicators {
    margin-bottom: 3.625rem !important;
    padding-left: 2.5rem;
    padding-right: 2.5rem;
  }
}
@media (max-width: 767px) {
  .cid-tzNhoYIjbC .carousel-indicators {
    display: none;
  }
}
.cid-tzNhoYIjbC .carousel-inner {
  display: flex;
  align-items: center;
}
.cid-tzNhoYIjbC .carousel-inner > .active {
  display: block;
}
.cid-tzNhoYIjbC .carousel-control.left {
  left: 0;
  margin-left: 2.5rem;
}
.cid-tzNhoYIjbC .carousel-control.right {
  right: 0;
  margin-right: 2.5rem;
}
.cid-tzNhoYIjbC .carousel-control:hover {
  background: #1b1b1b;
  color: #fff;
  opacity: 1;
}
@media (max-width: 768px) {
  .cid-tzNhoYIjbC .carousel-control,
  .cid-tzNhoYIjbC .carousel-indicators,
  .cid-tzNhoYIjbC .modal .close {
    position: fixed;
  }
}
@media (max-width: 767px) {
  .cid-tzNhoYIjbC .mbr-slider .carousel-control {
    top: auto;
    bottom: 20px;
  }
  .cid-tzNhoYIjbC .mbr-slider > .container .carousel-control {
    margin-bottom: 0;
  }
}
.cid-tzNhoYIjbC .carousel-indicators .active,
.cid-tzNhoYIjbC .carousel-indicators li {
  width: 7px;
  height: 7px;
  margin: 3px;
  background: #000000;
  opacity: 0.5;
  border: 4px solid #000000;
}
.cid-tzNhoYIjbC .carousel-indicators .active {
  background: #fff;
}
.cid-tzNhoYIjbC .carousel-indicators li {
  max-width: 15px;
  max-height: 15px;
  border-radius: 50%;
}
.cid-tzNhoYIjbC .modal {
  padding-left: 0 !important;
  position: fixed;
  overflow: hidden;
  padding-right: 0 !important;
}
.cid-tzNhoYIjbC .modal-dialog {
  margin: 0 auto;
  max-width: 100%;
  padding-left: 1rem;
  padding-right: 1rem;
}
.cid-tzNhoYIjbC .modal-content {
  border-radius: 0;
  border: none;
  background: transparent;
}
.cid-tzNhoYIjbC .modal-body {
  padding: 0;
  display: flex;
  align-items: center;
}
.cid-tzNhoYIjbC .modal-body img {
  width: 100%;
  object-fit: contain;
  max-height: calc(100vh - 1.75rem);
}
.cid-tzNhoYIjbC .carousel {
  width: 100%;
}
.cid-tzNhoYIjbC .modal-backdrop.in {
  opacity: 0.8;
}
.cid-tzNhoYIjbC .modal.fade .modal-dialog {
  transition: margin-top 0.3s ease-out;
}
.cid-tzNhoYIjbC .modal.fade .modal-dialog,
.cid-tzNhoYIjbC .modal.in .modal-dialog {
  transform: none;
}
.cid-tzNhoYIjbC .mbr-gallery .item-wrapper {
  cursor: pointer;
}
.cid-tzNhoYIjbC H6 {
  text-align: center;
}
.cid-tzNiREe4YO {
  padding-top: 2rem;
  padding-bottom: 2rem;
  overflow: hidden;
  background-color: #2b2b2b;
}
.cid-tzNiREe4YO .mbr-fallback-image.disabled {
  display: none;
}
.cid-tzNiREe4YO .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-tzNiREe4YO .mbr-section-head {
  margin-bottom: 20px;
  width: 100%;
}
.cid-tzNiREe4YO .mbr-section-title {
  color: #FF014E;
}
.cid-tzNiREe4YO .mbr-section-subtitle {
  color: #C4CFDE;
  margin-top: 15px;
}
@media (max-width: 767px) {
  .cid-tzNiREe4YO .mbr-section-subtitle {
    margin-top: 10px;
  }
}
.cid-tzNiREe4YO .card-row {
  align-items: stretch;
}
.cid-tzNiREe4YO .card {
  margin-top: 30px;
}
.cid-tzNiREe4YO .card-wrapper {
  position: relative;
  height: 100%;
  width: 100%;
  padding: 45px;
  border-radius: 10px;
  overflow: hidden;
  background: linear-gradient(145deg, #1e2024, #23272b);
  box-shadow: 10px 10px 19px #191b1f, -10px -10px 19px #23272b;
}
@media (max-width: 991px) {
  .cid-tzNiREe4YO .card-wrapper {
    padding: 20px 30px;
  }
}
.cid-tzNiREe4YO .card-wrapper:hover .card-bg {
  opacity: 1;
}
.cid-tzNiREe4YO .card-bg {
  position: absolute;
  top: 0;
  left: 0;
  z-index: 4;
  width: 100%;
  height: 100%;
  border-radius: 10px;
  background: linear-gradient(to right bottom, #212428, #16181c);
  opacity: 0;
  transition: .5s all;
}
.cid-tzNiREe4YO .card-box {
  position: relative;
  z-index: 5;
  height: 100%;
}
.cid-tzNiREe4YO .avatar-container {
  display: flex;
  align-items: center;
  margin-bottom: 25px;
}
.cid-tzNiREe4YO .avatar-container .img-wrap {
  width: 50px;
  height: 50px;
  border-radius: 50%;
  overflow: hidden;
  margin-right: 10px;
}
.cid-tzNiREe4YO .avatar-container .img-wrap img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.cid-tzNiREe4YO .card-title {
  color: #C4CFDE;
  margin-bottom: 0;
}
.cid-tzNiREe4YO .card-title a {
  font-weight: inherit;
  pointer-events: none;
}
.cid-tzNiREe4YO .card-text {
  color: #C4CFDE;
  margin-bottom: 0;
}
.cid-tA44olLQw7 {
  padding-top: 1rem;
  padding-bottom: 0rem;
  overflow: hidden;
  background-color: #2b2b2b;
}
.cid-tA44olLQw7 .mbr-fallback-image.disabled {
  display: none;
}
.cid-tA44olLQw7 .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-tA44olLQw7 .mbr-section-head {
  margin-bottom: 20px;
  width: 100%;
}
.cid-tA44olLQw7 .mbr-section-title {
  color: #FF014E;
}
.cid-tA44olLQw7 .mbr-section-subtitle {
  color: #C4CFDE;
  margin-top: 15px;
}
@media (max-width: 767px) {
  .cid-tA44olLQw7 .mbr-section-subtitle {
    margin-top: 10px;
  }
}
.cid-tA44olLQw7 .card-row {
  align-items: stretch;
}
.cid-tA44olLQw7 .card {
  margin-top: 30px;
}
.cid-tA44olLQw7 .card-wrapper {
  position: relative;
  height: 100%;
  width: 100%;
  padding: 45px;
  border-radius: 10px;
  overflow: hidden;
  background: linear-gradient(145deg, #1e2024, #23272b);
  box-shadow: 10px 10px 19px #191b1f, -10px -10px 19px #23272b;
}
@media (max-width: 991px) {
  .cid-tA44olLQw7 .card-wrapper {
    padding: 20px 30px;
  }
}
.cid-tA44olLQw7 .card-wrapper:hover .card-bg {
  opacity: 1;
}
.cid-tA44olLQw7 .card-bg {
  position: absolute;
  top: 0;
  left: 0;
  z-index: 4;
  width: 100%;
  height: 100%;
  border-radius: 10px;
  background: linear-gradient(to right bottom, #212428, #16181c);
  opacity: 0;
  transition: .5s all;
}
.cid-tA44olLQw7 .card-box {
  position: relative;
  z-index: 5;
  height: 100%;
}
.cid-tA44olLQw7 .avatar-container {
  display: flex;
  align-items: center;
  margin-bottom: 25px;
}
.cid-tA44olLQw7 .avatar-container .img-wrap {
  width: 50px;
  height: 50px;
  border-radius: 50%;
  overflow: hidden;
  margin-right: 10px;
}
.cid-tA44olLQw7 .avatar-container .img-wrap img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.cid-tA44olLQw7 .card-title {
  color: #C4CFDE;
  margin-bottom: 0;
}
.cid-tA44olLQw7 .card-title a {
  font-weight: inherit;
  pointer-events: none;
}
.cid-tA44olLQw7 .card-text {
  color: #C4CFDE;
  margin-bottom: 0;
}
.cid-tA4faphkLc {
  padding-top: 4rem;
  padding-bottom: 4rem;
  background-color: #2b2b2b;
  overflow: hidden;
}
.cid-tA4faphkLc .mbr-fallback-image.disabled {
  display: none;
}
.cid-tA4faphkLc .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-tA4faphkLc .item-wrap {
  position: relative;
  height: 100%;
  width: 100%;
  padding: 55px;
  border-radius: 10px;
  overflow: hidden;
  background: linear-gradient(145deg, #1e2024, #23272b);
  box-shadow: 10px 10px 19px #191b1f, -10px -10px 19px #23272b;
}
@media (max-width: 767px) {
  .cid-tA4faphkLc .item-wrap {
    padding: 40px;
  }
}
@media (max-width: 575px) {
  .cid-tA4faphkLc .item-wrap {
    padding: 35px 25px 35px 25px;
  }
}
.cid-tA4faphkLc .card-title {
  color: #878e99;
  margin-bottom: 30px;
}
@media (max-width: 767px) {
  .cid-tA4faphkLc .card-title {
    margin-bottom: 20px;
  }
}
.cid-tA4faphkLc .card-subtitle {
  color: #878e99;
  margin-bottom: 30px;
}
@media (max-width: 767px) {
  .cid-tA4faphkLc .card-subtitle {
    margin-bottom: 20px;
  }
}
.cid-tA4faphkLc .card-text {
  color: #878e99;
  margin-bottom: 0;
}
.cid-tzmHgkx0lZ {
  padding-top: 0rem;
  padding-bottom: 0rem;
  z-index: 1000;
  width: 100%;
}
.cid-tzmHgkx0lZ nav.navbar {
  position: fixed;
}
.cid-tzmHgkx0lZ .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-tzmHgkx0lZ .dropdown-menu {
  padding: 0;
  border-radius: 4px;
  box-shadow: 0 1px 3px 0 rgba(0, 0, 0, 0.1);
}
.cid-tzmHgkx0lZ .dropdown-item {
  border-bottom: 1px solid #e6e6e6;
}
.cid-tzmHgkx0lZ .dropdown-item:hover,
.cid-tzmHgkx0lZ .dropdown-item:focus {
  background: #000000;
  color: white;
}
.cid-tzmHgkx0lZ .dropdown-item:hover span {
  color: white;
}
.cid-tzmHgkx0lZ .dropdown-item:first-child {
  border-top-left-radius: 4px;
  border-top-right-radius: 4px;
}
.cid-tzmHgkx0lZ .dropdown-item:last-child {
  border-bottom: none;
  border-bottom-left-radius: 4px;
  border-bottom-right-radius: 4px;
}
.cid-tzmHgkx0lZ .nav-dropdown .link {
  padding: 0 0.3em !important;
  margin: 0.667em 1em !important;
}
.cid-tzmHgkx0lZ .nav-dropdown .link.dropdown-toggle::after {
  margin-left: 0.5rem;
  margin-top: 0.2rem;
}
.cid-tzmHgkx0lZ .nav-link {
  position: relative;
  font-weight: 500;
}
.cid-tzmHgkx0lZ .container {
  display: flex;
  margin: auto;
}
@media (min-width: 992px) {
  .cid-tzmHgkx0lZ .container {
    flex-wrap: nowrap;
  }
}
.cid-tzmHgkx0lZ .iconfont-wrapper {
  color: #000000 !important;
  font-size: 1.5rem;
  padding-right: 0.5rem;
}
.cid-tzmHgkx0lZ .dropdown-menu,
.cid-tzmHgkx0lZ .navbar.opened {
  background: #000000 !important;
}
.cid-tzmHgkx0lZ .nav-item:focus,
.cid-tzmHgkx0lZ .nav-link:focus {
  outline: none;
}
.cid-tzmHgkx0lZ .dropdown .dropdown-menu .dropdown-item {
  width: auto;
  transition: all 0.25s ease-in-out;
}
.cid-tzmHgkx0lZ .dropdown .dropdown-menu .dropdown-item::after {
  right: 0.5rem;
}
.cid-tzmHgkx0lZ .dropdown .dropdown-menu .dropdown-item .mbr-iconfont {
  margin-right: 0.5rem;
  vertical-align: sub;
}
.cid-tzmHgkx0lZ .dropdown .dropdown-menu .dropdown-item .mbr-iconfont:before {
  display: inline-block;
  transform: scale(1, 1);
  transition: all 0.25s ease-in-out;
}
.cid-tzmHgkx0lZ .collapsed .dropdown-menu .dropdown-item:before {
  display: none;
}
.cid-tzmHgkx0lZ .collapsed .dropdown .dropdown-menu .dropdown-item {
  padding: 0.235em 1.5em 0.235em 1.5em !important;
  transition: none;
  margin: 0 !important;
}
.cid-tzmHgkx0lZ .navbar {
  min-height: 70px;
  transition: all 0.3s;
  border-bottom: 1px solid transparent;
  position: absolute;
  background: rgba(0, 0, 0, 0);
}
.cid-tzmHgkx0lZ .navbar.opened {
  transition: all 0.3s;
}
.cid-tzmHgkx0lZ .navbar .dropdown-item {
  padding: 0.5rem 1.8rem;
}
.cid-tzmHgkx0lZ .navbar .navbar-logo img {
  width: auto;
}
.cid-tzmHgkx0lZ .navbar .navbar-collapse {
  justify-content: flex-end;
  z-index: 1;
}
.cid-tzmHgkx0lZ .navbar.collapsed {
  justify-content: center;
}
.cid-tzmHgkx0lZ .navbar.collapsed .nav-item .nav-link::before {
  display: none;
}
.cid-tzmHgkx0lZ .navbar.collapsed.opened .dropdown-menu {
  top: 0;
}
@media (min-width: 992px) {
  .cid-tzmHgkx0lZ .navbar.collapsed.opened:not(.navbar-short) .navbar-collapse {
    max-height: calc(98.5vh - 3.5rem);
  }
}
.cid-tzmHgkx0lZ .navbar.collapsed .dropdown-menu .dropdown-submenu {
  left: 0 !important;
}
.cid-tzmHgkx0lZ .navbar.collapsed .dropdown-menu .dropdown-item:after {
  right: auto;
}
.cid-tzmHgkx0lZ .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-tzmHgkx0lZ .navbar.collapsed ul.navbar-nav li {
  margin: auto;
}
.cid-tzmHgkx0lZ .navbar.collapsed .dropdown-menu .dropdown-item {
  padding: 0.25rem 1.5rem;
  text-align: center;
}
.cid-tzmHgkx0lZ .navbar.collapsed .icons-menu {
  padding-left: 0;
  padding-right: 0;
  padding-top: 0.5rem;
  padding-bottom: 0.5rem;
}
@media (max-width: 991px) {
  .cid-tzmHgkx0lZ .navbar .nav-item .nav-link::before {
    display: none;
  }
  .cid-tzmHgkx0lZ .navbar.opened .dropdown-menu {
    top: 0;
  }
  .cid-tzmHgkx0lZ .navbar .dropdown-menu .dropdown-submenu {
    left: 0 !important;
  }
  .cid-tzmHgkx0lZ .navbar .dropdown-menu .dropdown-item:after {
    right: auto;
  }
  .cid-tzmHgkx0lZ .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-tzmHgkx0lZ .navbar .navbar-logo img {
    height: 3rem !important;
  }
  .cid-tzmHgkx0lZ .navbar ul.navbar-nav li {
    margin: auto;
  }
  .cid-tzmHgkx0lZ .navbar .dropdown-menu .dropdown-item {
    padding: 0.25rem 1.5rem !important;
    text-align: center;
  }
  .cid-tzmHgkx0lZ .navbar .navbar-brand {
    flex-shrink: initial;
    flex-basis: auto;
    word-break: break-word;
    padding-right: 2rem;
  }
  .cid-tzmHgkx0lZ .navbar .navbar-toggler {
    flex-basis: auto;
  }
  .cid-tzmHgkx0lZ .navbar .icons-menu {
    padding-left: 0;
    padding-top: 0.5rem;
    padding-bottom: 0.5rem;
  }
}
@media (max-width: 991px) and (max-width: 767px) {
  .cid-tzmHgkx0lZ .navbar .navbar-brand {
    width: calc(100% - 31px);
  }
}
.cid-tzmHgkx0lZ .navbar.navbar-short {
  min-height: 60px;
}
.cid-tzmHgkx0lZ .navbar.navbar-short .navbar-logo img {
  height: 2.5rem !important;
}
.cid-tzmHgkx0lZ .navbar.navbar-short .navbar-brand {
  min-height: 60px;
  padding: 0;
}
.cid-tzmHgkx0lZ .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-tzmHgkx0lZ .navbar-brand .navbar-caption {
  line-height: inherit !important;
}
.cid-tzmHgkx0lZ .navbar-brand .navbar-logo a {
  outline: none;
}
.cid-tzmHgkx0lZ .dropdown-item.active,
.cid-tzmHgkx0lZ .dropdown-item:active {
  background-color: transparent;
}
.cid-tzmHgkx0lZ .navbar-expand-lg .navbar-nav .nav-link {
  padding: 0;
}
.cid-tzmHgkx0lZ .nav-dropdown .link.dropdown-toggle {
  margin-right: 1.667em;
}
.cid-tzmHgkx0lZ .nav-dropdown .link.dropdown-toggle[aria-expanded="true"] {
  margin-right: 0;
  padding: 0.667em 1.667em;
}
.cid-tzmHgkx0lZ .navbar.navbar-expand-lg .dropdown .dropdown-menu {
  background: #000000;
}
.cid-tzmHgkx0lZ .navbar.navbar-expand-lg .dropdown .dropdown-menu .dropdown-submenu {
  margin: 0;
  left: 100%;
}
.cid-tzmHgkx0lZ .navbar .dropdown.open > .dropdown-menu {
  display: block;
}
.cid-tzmHgkx0lZ ul.navbar-nav {
  flex-wrap: wrap;
}
.cid-tzmHgkx0lZ .navbar-buttons {
  text-align: center;
  min-width: 170px;
}
.cid-tzmHgkx0lZ button.navbar-toggler {
  outline: none;
  width: 31px;
  height: 20px;
  cursor: pointer;
  transition: all 0.2s;
  position: relative;
  align-self: center;
}
.cid-tzmHgkx0lZ button.navbar-toggler .hamburger span {
  position: absolute;
  right: 0;
  width: 30px;
  height: 2px;
  border-right: 5px;
  background-color: #fafafa;
}
.cid-tzmHgkx0lZ button.navbar-toggler .hamburger span:nth-child(1) {
  top: 0;
  transition: all 0.2s;
}
.cid-tzmHgkx0lZ button.navbar-toggler .hamburger span:nth-child(2) {
  top: 8px;
  transition: all 0.15s;
}
.cid-tzmHgkx0lZ button.navbar-toggler .hamburger span:nth-child(3) {
  top: 8px;
  transition: all 0.15s;
}
.cid-tzmHgkx0lZ button.navbar-toggler .hamburger span:nth-child(4) {
  top: 16px;
  transition: all 0.2s;
}
.cid-tzmHgkx0lZ nav.opened .hamburger span:nth-child(1) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-tzmHgkx0lZ nav.opened .hamburger span:nth-child(2) {
  transform: rotate(45deg);
  transition: all 0.25s;
}
.cid-tzmHgkx0lZ nav.opened .hamburger span:nth-child(3) {
  transform: rotate(-45deg);
  transition: all 0.25s;
}
.cid-tzmHgkx0lZ nav.opened .hamburger span:nth-child(4) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-tzmHgkx0lZ .navbar-dropdown {
  position: fixed;
}
.cid-tzmHgkx0lZ a.nav-link {
  display: flex;
  align-items: center;
  justify-content: center;
}
.cid-tzmHgkx0lZ .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-tzmHgkx0lZ .navbar {
    height: 70px;
  }
  .cid-tzmHgkx0lZ .navbar.opened {
    height: auto;
  }
  .cid-tzmHgkx0lZ .nav-item .nav-link:hover::before {
    width: 175%;
    max-width: calc(100% + 2rem);
    left: -1rem;
  }
}
.cid-tzmHglDCDX {
  padding-top: 3rem;
  padding-bottom: 2rem;
  background-color: #e4e4e4;
}
@media (max-width: 992px) {
  .cid-tzmHglDCDX .card-wrapper {
    margin-bottom: 2rem;
  }
}
.cid-tzmHglDCDX .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-tzmHglDCDX .mbr-iconfont {
  display: flex;
  font-size: 1.5rem;
  color: #e6c63b;
  background: #252434;
  width: 50px;
  height: 50px;
  transition: all 0.3s;
  border-radius: 50%;
  align-items: center;
  justify-content: center;
}
.cid-tzmHglDCDX .row {
  justify-content: center;
}
.cid-tzmHglDCDX .card-box {
  display: flex;
  align-items: center;
}
.cid-tzmHglDCDX .card-box .iconfont-wrapper {
  margin-right: 1.5rem;
}
@media (max-width: 767px) {
  .cid-tzmHglDCDX .card-box {
    flex-direction: column;
  }
  .cid-tzmHglDCDX .card-box .iconfont-wrapper {
    margin-right: 0rem;
    margin-bottom: 1.5rem;
  }
}
.cid-tzmHglDCDX .card-link:hover a {
  background-image: none !important;
}
.cid-tzmHglDCDX .mbr-section-subtitle {
  color: #777777;
}
.cid-tzmHglDCDX .card-text {
  color: #777777;
}
.cid-tzmHglDCDX .mbr-section-title {
  text-align: center;
}
.cid-tzmHgm7HGe {
  padding-top: 0rem;
  padding-bottom: 2rem;
  background-color: #e4e4e4;
}
.cid-tzmHgm7HGe .mbr-fallback-image.disabled {
  display: none;
}
.cid-tzmHgm7HGe .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-tzmHgm7HGe .mbr-text {
  color: #726c89;
}
.cid-tzmHgm7HGe .mbr-section-title {
  color: #000000;
}
.cid-tzmHgm7HGe .mbr-section-subtitle {
  text-align: center;
}
.cid-tzmHgmuZQP {
  padding-top: 0rem;
  padding-bottom: 4rem;
  background-color: #e4e4e4;
}
@media (max-width: 992px) {
  .cid-tzmHgmuZQP .card-wrapper {
    margin-bottom: 2rem;
  }
}
.cid-tzmHgmuZQP .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-tzmHgmuZQP .mbr-iconfont {
  display: flex;
  font-size: 1.5rem;
  color: #ffffff;
  background: #252434;
  width: 50px;
  height: 50px;
  transition: all 0.3s;
  border-radius: 50%;
  align-items: center;
  justify-content: center;
}
.cid-tzmHgmuZQP .row {
  justify-content: center;
}
.cid-tzmHgmuZQP .card-box {
  display: flex;
  align-items: center;
}
.cid-tzmHgmuZQP .card-box .iconfont-wrapper {
  margin-right: 1.5rem;
}
@media (max-width: 767px) {
  .cid-tzmHgmuZQP .card-box {
    flex-direction: column;
  }
  .cid-tzmHgmuZQP .card-box .iconfont-wrapper {
    margin-right: 0rem;
    margin-bottom: 1.5rem;
  }
}
.cid-tzmHgmuZQP .card-link:hover a {
  background-image: none !important;
}
.cid-tzmHgmuZQP .mbr-section-subtitle {
  color: #777777;
}
.cid-tzmHgmuZQP .card-text {
  color: #777777;
}
.cid-tzmHgmuZQP .card-title,
.cid-tzmHgmuZQP .iconfont-wrapper {
  text-align: center;
}
.cid-tzmHgn2FEu {
  padding-top: 4rem;
  padding-bottom: 5rem;
  background-color: #2b2b2b;
}
.cid-tzmHgn2FEu .mbr-text,
.cid-tzmHgn2FEu .mbr-section-btn {
  color: #121212;
}
.cid-tzmHgn2FEu .mbr-text,
.cid-tzmHgn2FEu .mbr-section-title {
  color: #fafafa;
  text-align: center;
}
@media (max-width: 991px) {
  .cid-tzmHgn2FEu .mbr-text,
  .cid-tzmHgn2FEu .mbr-section-title {
    text-align: center;
  }
}
.cid-tzmHgn2FEu a.btn {
  height: 100%;
  margin: 0;
}
.cid-tzmHgn2FEu .mbr-section-btn {
  display: flex;
  margin-bottom: 1.2rem;
  width: 100%;
}
.cid-tzmHgn2FEu .mbr-section-btn .btn {
  width: 100%;
}
@media (max-width: 991px) {
  .cid-tzmHgn2FEu .image-wrapper {
    margin-bottom: 2rem;
  }
  .cid-tzmHgn2FEu .content-wrapper {
    flex-direction: column-reverse;
  }
}
.cid-tzmHgn2FEu .justify-content-center {
  align-items: center;
}
.cid-tzmHgn2FEu .border-radius {
  border-radius: 0px;
}
.cid-tzmHgn2FEu .rotate {
  transform: rotate(225deg);
  position: absolute;
}
@media (max-width: 425px) {
  .cid-tzmHgn2FEu .rotate {
    top: -6px;
  }
}
.cid-tzmHgn2FEu svg {
  transition: all 0.4s;
}
.cid-tzmHgn2FEu .svg-rotate {
  transform: rotate(225deg);
}
.cid-tzmHgn2FEu .style-button {
  font-size: 30px;
  cursor: pointer;
  font-weight: 500;
  border-radius: 0px;
}
.cid-tzmHgn2FEu .style-button:hover > .svg-rotate {
  transform: rotate(315deg);
}
.cid-tzmHgn2FEu H1 {
  color: #fafafa;
}
.cid-tzmHgn2FEu P {
  color: #fafafa;
}
.cid-tzmHgns6fx {
  padding-top: 1rem;
  padding-bottom: 4rem;
  background-color: #2b2b2b;
  overflow: hidden;
}
.cid-tzmHgns6fx .mbr-fallback-image.disabled {
  display: none;
}
.cid-tzmHgns6fx .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-tzmHgns6fx .card-row {
  align-items: stretch;
}
.cid-tzmHgns6fx .item-wrap {
  position: relative;
  width: 100%;
  padding: 20px;
  border-radius: 10px;
  background: linear-gradient(145deg, #1e2024, #1e2024);
  box-shadow: 10px 10px 19px #23272b, -10px -10px 19px #23272b;
}
.cid-tzmHgns6fx .item-left-item {
  display: flex;
  align-items: flex-start;
  width: 100%;
  border-right: 1px solid #16181c;
}
@media (max-width: 1199px) {
  .cid-tzmHgns6fx .item-left-item {
    flex-direction: column;
    align-items: center;
  }
}
@media (max-width: 991px) {
  .cid-tzmHgns6fx .item-left-item {
    padding-bottom: 20px;
    border-right: none;
    border-bottom: 1px solid #16181c;
  }
}
.cid-tzmHgns6fx .image-wrapper {
  margin-right: 30px;
}
.cid-tzmHgns6fx .image-wrapper img {
  border-radius: 15px;
  max-width: 200px;
  aspect-ratio: 1;
  width: 200px;
  border: 5px solid #1e2024;
  position: relative;
  top: -80px;
  object-fit: cover;
}
@media (max-width: 1199px) {
  .cid-tzmHgns6fx .image-wrapper {
    margin-right: 0;
  }
}
.cid-tzmHgns6fx .mbr-section-title {
  color: #c9c9c9;
  margin-bottom: 10px;
}
@media (max-width: 1199px) {
  .cid-tzmHgns6fx .mbr-section-title {
    text-align: center !important;
  }
}
.cid-tzmHgns6fx .mbr-section-subtitle {
  color: #e8e8e8;
  margin-bottom: 0;
}
@media (max-width: 1199px) {
  .cid-tzmHgns6fx .mbr-section-subtitle {
    text-align: center !important;
  }
}
.cid-tzmHgns6fx .social-container {
  width: 100%;
  padding-top: 35px;
}
@media (max-width: 1199px) {
  .cid-tzmHgns6fx .social-container {
    padding-top: 25px;
  }
}
.cid-tzmHgns6fx .social-title {
  color: #C4CFDE;
  margin-bottom: 15px;
}
@media (max-width: 1199px) {
  .cid-tzmHgns6fx .social-title {
    text-align: center !important;
  }
}
.cid-tzmHgns6fx .social-list {
  display: flex;
  align-items: center;
  flex-wrap: wrap;
  margin: -7px;
}
@media (max-width: 1199px) {
  .cid-tzmHgns6fx .social-list {
    justify-content: center !important;
  }
}
.cid-tzmHgns6fx .soc-item {
  display: flex;
  align-items: center;
  justify-content: center;
  position: relative;
  margin: 7px;
  min-width: 53px;
  padding: 10px;
  aspect-ratio: 1;
  border-radius: 6px;
  background: linear-gradient(145deg, #1e2024, #23272b);
  box-shadow: 10px 10px 19px #191b1f, -10px -10px 19px #23272b;
  transition: 0.4s all;
}
.cid-tzmHgns6fx .soc-item:before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  z-index: 4;
  transition: 0.4s all;
  width: 100%;
  height: 100%;
  border-radius: 5px;
  background: linear-gradient(to right bottom, #212428, #16181c);
  opacity: 0;
}
.cid-tzmHgns6fx .soc-item .mbr-iconfont {
  position: relative;
  z-index: 5;
  transition: 0.4s all;
  font-size: 20px;
  color: #c4cfde;
}
.cid-tzmHgns6fx .soc-item:hover {
  transform: translateY(-3px);
}
.cid-tzmHgns6fx .soc-item:hover:before {
  opacity: 1;
}
.cid-tzmHgns6fx .item-right-item {
  display: flex;
  align-items: flex-start;
  width: 100%;
}
@media (max-width: 991px) {
  .cid-tzmHgns6fx .item-right-item {
    padding-top: 10px;
    margin: 0 -20px -20px;
  }
}
@media (max-width: 575px) {
  .cid-tzmHgns6fx .item-right-item {
    flex-wrap: wrap;
    margin: 0;
  }
}
.cid-tzmHgns6fx .contacts-container {
  max-width: 50%;
  padding-left: 30px;
  margin: 16px 0;
}
@media (max-width: 991px) {
  .cid-tzmHgns6fx .contacts-container {
    padding: 20px;
  }
}
@media (max-width: 991px) {
  .cid-tzmHgns6fx .contacts-container:nth-child(2) {
    padding-left: 100px;
  }
}
@media (max-width: 767px) {
  .cid-tzmHgns6fx .contacts-container:nth-child(2) {
    padding-left: 0;
  }
}
@media (max-width: 575px) {
  .cid-tzmHgns6fx .contacts-container:nth-child(2) {
    padding-left: 20px;
  }
}
@media (max-width: 575px) {
  .cid-tzmHgns6fx .contacts-container {
    max-width: 100%;
    width: 100%;
    text-align: center !important;
    margin: 0;
    padding: 0 !important;
  }
}
.cid-tzmHgns6fx .contact-item {
  padding: 10px 0 20px;
}
.cid-tzmHgns6fx .card-title {
  color: #878e99;
  margin-bottom: 4px;
}
.cid-tzmHgns6fx .card-text {
  color: #c9c9c9;
  margin-bottom: 0;
}
.cid-tzmHgo6uql {
  padding-top: 0rem;
  padding-bottom: 0rem;
  background-color: #2b2b2b;
  overflow: hidden;
}
.cid-tzmHgo6uql .mbr-fallback-image.disabled {
  display: none;
}
.cid-tzmHgo6uql .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-tzmHgo6uql .item-wrap {
  position: relative;
  height: 100%;
  width: 100%;
  padding: 55px;
  border-radius: 10px;
  overflow: hidden;
  background: linear-gradient(145deg, #2b2b2b, #2b2b2b);
  box-shadow: 10px 10px 19px #2b2b2b, -10px -10px 19px #2b2b2b;
}
@media (max-width: 767px) {
  .cid-tzmHgo6uql .item-wrap {
    padding: 40px;
  }
}
@media (max-width: 575px) {
  .cid-tzmHgo6uql .item-wrap {
    padding: 35px 25px 35px 25px;
  }
}
.cid-tzmHgo6uql .card-title {
  color: #525252;
  margin-bottom: 30px;
}
@media (max-width: 767px) {
  .cid-tzmHgo6uql .card-title {
    margin-bottom: 20px;
  }
}
.cid-tzmHgo6uql .card-subtitle {
  color: #878e99;
  margin-bottom: 30px;
}
@media (max-width: 767px) {
  .cid-tzmHgo6uql .card-subtitle {
    margin-bottom: 20px;
  }
}
.cid-tzmHgo6uql .card-text {
  color: #878e99;
  margin-bottom: 0;
}
.cid-tzmHgo6uql .card-title DIV {
  text-align: center;
}
.cid-tzmHgow5dh {
  padding-top: 30px;
  padding-bottom: 30px;
  background-color: #2b2b2b;
  overflow: hidden;
}
.cid-tAaEmptzjI {
  padding-top: 0rem;
  padding-bottom: 0rem;
  z-index: 1000;
  width: 100%;
}
.cid-tAaEmptzjI nav.navbar {
  position: fixed;
}
.cid-tAaEmptzjI .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-tAaEmptzjI .dropdown-menu {
  padding: 0;
  border-radius: 4px;
  box-shadow: 0 1px 3px 0 rgba(0, 0, 0, 0.1);
}
.cid-tAaEmptzjI .dropdown-item {
  border-bottom: 1px solid #e6e6e6;
}
.cid-tAaEmptzjI .dropdown-item:hover,
.cid-tAaEmptzjI .dropdown-item:focus {
  background: #000000;
  color: white;
}
.cid-tAaEmptzjI .dropdown-item:hover span {
  color: white;
}
.cid-tAaEmptzjI .dropdown-item:first-child {
  border-top-left-radius: 4px;
  border-top-right-radius: 4px;
}
.cid-tAaEmptzjI .dropdown-item:last-child {
  border-bottom: none;
  border-bottom-left-radius: 4px;
  border-bottom-right-radius: 4px;
}
.cid-tAaEmptzjI .nav-dropdown .link {
  padding: 0 0.3em !important;
  margin: 0.667em 1em !important;
}
.cid-tAaEmptzjI .nav-dropdown .link.dropdown-toggle::after {
  margin-left: 0.5rem;
  margin-top: 0.2rem;
}
.cid-tAaEmptzjI .nav-link {
  position: relative;
  font-weight: 500;
}
.cid-tAaEmptzjI .container {
  display: flex;
  margin: auto;
}
@media (min-width: 992px) {
  .cid-tAaEmptzjI .container {
    flex-wrap: nowrap;
  }
}
.cid-tAaEmptzjI .iconfont-wrapper {
  color: #000000 !important;
  font-size: 1.5rem;
  padding-right: 0.5rem;
}
.cid-tAaEmptzjI .dropdown-menu,
.cid-tAaEmptzjI .navbar.opened {
  background: #000000 !important;
}
.cid-tAaEmptzjI .nav-item:focus,
.cid-tAaEmptzjI .nav-link:focus {
  outline: none;
}
.cid-tAaEmptzjI .dropdown .dropdown-menu .dropdown-item {
  width: auto;
  transition: all 0.25s ease-in-out;
}
.cid-tAaEmptzjI .dropdown .dropdown-menu .dropdown-item::after {
  right: 0.5rem;
}
.cid-tAaEmptzjI .dropdown .dropdown-menu .dropdown-item .mbr-iconfont {
  margin-right: 0.5rem;
  vertical-align: sub;
}
.cid-tAaEmptzjI .dropdown .dropdown-menu .dropdown-item .mbr-iconfont:before {
  display: inline-block;
  transform: scale(1, 1);
  transition: all 0.25s ease-in-out;
}
.cid-tAaEmptzjI .collapsed .dropdown-menu .dropdown-item:before {
  display: none;
}
.cid-tAaEmptzjI .collapsed .dropdown .dropdown-menu .dropdown-item {
  padding: 0.235em 1.5em 0.235em 1.5em !important;
  transition: none;
  margin: 0 !important;
}
.cid-tAaEmptzjI .navbar {
  min-height: 70px;
  transition: all 0.3s;
  border-bottom: 1px solid transparent;
  position: absolute;
  background: rgba(0, 0, 0, 0);
}
.cid-tAaEmptzjI .navbar.opened {
  transition: all 0.3s;
}
.cid-tAaEmptzjI .navbar .dropdown-item {
  padding: 0.5rem 1.8rem;
}
.cid-tAaEmptzjI .navbar .navbar-logo img {
  width: auto;
}
.cid-tAaEmptzjI .navbar .navbar-collapse {
  justify-content: flex-end;
  z-index: 1;
}
.cid-tAaEmptzjI .navbar.collapsed {
  justify-content: center;
}
.cid-tAaEmptzjI .navbar.collapsed .nav-item .nav-link::before {
  display: none;
}
.cid-tAaEmptzjI .navbar.collapsed.opened .dropdown-menu {
  top: 0;
}
@media (min-width: 992px) {
  .cid-tAaEmptzjI .navbar.collapsed.opened:not(.navbar-short) .navbar-collapse {
    max-height: calc(98.5vh - 3.5rem);
  }
}
.cid-tAaEmptzjI .navbar.collapsed .dropdown-menu .dropdown-submenu {
  left: 0 !important;
}
.cid-tAaEmptzjI .navbar.collapsed .dropdown-menu .dropdown-item:after {
  right: auto;
}
.cid-tAaEmptzjI .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-tAaEmptzjI .navbar.collapsed ul.navbar-nav li {
  margin: auto;
}
.cid-tAaEmptzjI .navbar.collapsed .dropdown-menu .dropdown-item {
  padding: 0.25rem 1.5rem;
  text-align: center;
}
.cid-tAaEmptzjI .navbar.collapsed .icons-menu {
  padding-left: 0;
  padding-right: 0;
  padding-top: 0.5rem;
  padding-bottom: 0.5rem;
}
@media (max-width: 991px) {
  .cid-tAaEmptzjI .navbar .nav-item .nav-link::before {
    display: none;
  }
  .cid-tAaEmptzjI .navbar.opened .dropdown-menu {
    top: 0;
  }
  .cid-tAaEmptzjI .navbar .dropdown-menu .dropdown-submenu {
    left: 0 !important;
  }
  .cid-tAaEmptzjI .navbar .dropdown-menu .dropdown-item:after {
    right: auto;
  }
  .cid-tAaEmptzjI .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-tAaEmptzjI .navbar .navbar-logo img {
    height: 3rem !important;
  }
  .cid-tAaEmptzjI .navbar ul.navbar-nav li {
    margin: auto;
  }
  .cid-tAaEmptzjI .navbar .dropdown-menu .dropdown-item {
    padding: 0.25rem 1.5rem !important;
    text-align: center;
  }
  .cid-tAaEmptzjI .navbar .navbar-brand {
    flex-shrink: initial;
    flex-basis: auto;
    word-break: break-word;
    padding-right: 2rem;
  }
  .cid-tAaEmptzjI .navbar .navbar-toggler {
    flex-basis: auto;
  }
  .cid-tAaEmptzjI .navbar .icons-menu {
    padding-left: 0;
    padding-top: 0.5rem;
    padding-bottom: 0.5rem;
  }
}
@media (max-width: 991px) and (max-width: 767px) {
  .cid-tAaEmptzjI .navbar .navbar-brand {
    width: calc(100% - 31px);
  }
}
.cid-tAaEmptzjI .navbar.navbar-short {
  min-height: 60px;
}
.cid-tAaEmptzjI .navbar.navbar-short .navbar-logo img {
  height: 2.5rem !important;
}
.cid-tAaEmptzjI .navbar.navbar-short .navbar-brand {
  min-height: 60px;
  padding: 0;
}
.cid-tAaEmptzjI .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-tAaEmptzjI .navbar-brand .navbar-caption {
  line-height: inherit !important;
}
.cid-tAaEmptzjI .navbar-brand .navbar-logo a {
  outline: none;
}
.cid-tAaEmptzjI .dropdown-item.active,
.cid-tAaEmptzjI .dropdown-item:active {
  background-color: transparent;
}
.cid-tAaEmptzjI .navbar-expand-lg .navbar-nav .nav-link {
  padding: 0;
}
.cid-tAaEmptzjI .nav-dropdown .link.dropdown-toggle {
  margin-right: 1.667em;
}
.cid-tAaEmptzjI .nav-dropdown .link.dropdown-toggle[aria-expanded="true"] {
  margin-right: 0;
  padding: 0.667em 1.667em;
}
.cid-tAaEmptzjI .navbar.navbar-expand-lg .dropdown .dropdown-menu {
  background: #000000;
}
.cid-tAaEmptzjI .navbar.navbar-expand-lg .dropdown .dropdown-menu .dropdown-submenu {
  margin: 0;
  left: 100%;
}
.cid-tAaEmptzjI .navbar .dropdown.open > .dropdown-menu {
  display: block;
}
.cid-tAaEmptzjI ul.navbar-nav {
  flex-wrap: wrap;
}
.cid-tAaEmptzjI .navbar-buttons {
  text-align: center;
  min-width: 170px;
}
.cid-tAaEmptzjI button.navbar-toggler {
  outline: none;
  width: 31px;
  height: 20px;
  cursor: pointer;
  transition: all 0.2s;
  position: relative;
  align-self: center;
}
.cid-tAaEmptzjI button.navbar-toggler .hamburger span {
  position: absolute;
  right: 0;
  width: 30px;
  height: 2px;
  border-right: 5px;
  background-color: #fafafa;
}
.cid-tAaEmptzjI button.navbar-toggler .hamburger span:nth-child(1) {
  top: 0;
  transition: all 0.2s;
}
.cid-tAaEmptzjI button.navbar-toggler .hamburger span:nth-child(2) {
  top: 8px;
  transition: all 0.15s;
}
.cid-tAaEmptzjI button.navbar-toggler .hamburger span:nth-child(3) {
  top: 8px;
  transition: all 0.15s;
}
.cid-tAaEmptzjI button.navbar-toggler .hamburger span:nth-child(4) {
  top: 16px;
  transition: all 0.2s;
}
.cid-tAaEmptzjI nav.opened .hamburger span:nth-child(1) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-tAaEmptzjI nav.opened .hamburger span:nth-child(2) {
  transform: rotate(45deg);
  transition: all 0.25s;
}
.cid-tAaEmptzjI nav.opened .hamburger span:nth-child(3) {
  transform: rotate(-45deg);
  transition: all 0.25s;
}
.cid-tAaEmptzjI nav.opened .hamburger span:nth-child(4) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-tAaEmptzjI .navbar-dropdown {
  position: fixed;
}
.cid-tAaEmptzjI a.nav-link {
  display: flex;
  align-items: center;
  justify-content: center;
}
.cid-tAaEmptzjI .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-tAaEmptzjI .navbar {
    height: 70px;
  }
  .cid-tAaEmptzjI .navbar.opened {
    height: auto;
  }
  .cid-tAaEmptzjI .nav-item .nav-link:hover::before {
    width: 175%;
    max-width: calc(100% + 2rem);
    left: -1rem;
  }
}
.cid-tAaEmpQxuw {
  padding-top: 5rem;
  padding-bottom: 4rem;
  background-image: url("../../../assets/images/background-1.jpg");
}
.cid-tAaEmpQxuw .card-btn {
  width: 10rem;
  height: 10rem;
  border-radius: 50%;
  padding-top: 0.5rem;
}
.cid-tAaEmpQxuw .card-btn .rotate {
  transform: rotate(225deg);
  margin-top: 0.2rem;
  margin-left: 0;
}
.cid-tAaEmpQxuw .card-btn svg {
  transition: all 0.4s;
}
.cid-tAaEmpQxuw .card-btn:hover > svg {
  transform: rotate(315deg);
}
@media (max-width: 991px) {
  .cid-tAaEmpQxuw .card-btn {
    right: 0;
    top: 1.5rem;
  }
}
@media (max-width: 576px) {
  .cid-tAaEmpQxuw .card-btn {
    width: 8rem;
    height: 8rem;
    right: 0;
    top: 1.5rem;
  }
  .cid-tAaEmpQxuw .card-btn p {
    margin-bottom: 0.5rem;
  }
}
.cid-tAaEmpQxuw .column {
  display: flex;
  flex-direction: column;
}
.cid-tAaEmpQxuw .mbr-card-title,
.cid-tAaEmpQxuw .mbr-text {
  color: #fafafa;
}
.cid-tAaEmpQxuw .icon-wrap {
  display: flex;
  justify-content: flex-end;
}
@media (max-width: 767px) {
  .cid-tAaEmpQxuw .icon-wrap {
    justify-content: center;
    flex-wrap: wrap;
  }
}
.cid-tAaEmpQxuw .mbr-card-title {
  color: #c9c9c9;
}
.cid-tAaEmpQxuw .mbr-text {
  color: #e1e1e1;
}
.cid-tAaGL7VL0K {
  padding-top: 5rem;
  padding-bottom: 0rem;
  background-color: #2b2b2b;
  overflow: hidden;
}
.cid-tAaGL7VL0K .mbr-fallback-image.disabled {
  display: none;
}
.cid-tAaGL7VL0K .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-tAaGL7VL0K .item-wrap {
  position: relative;
  height: 100%;
  width: 100%;
  padding: 55px;
  border-radius: 10px;
  overflow: hidden;
  background: linear-gradient(145deg, #1e2024, #23272b);
  box-shadow: 10px 10px 19px #191b1f, -10px -10px 19px #23272b;
}
@media (max-width: 767px) {
  .cid-tAaGL7VL0K .item-wrap {
    padding: 40px;
  }
}
@media (max-width: 575px) {
  .cid-tAaGL7VL0K .item-wrap {
    padding: 35px 25px 35px 25px;
  }
}
.cid-tAaGL7VL0K .card-title {
  color: #878e99;
  margin-bottom: 30px;
}
@media (max-width: 767px) {
  .cid-tAaGL7VL0K .card-title {
    margin-bottom: 20px;
  }
}
.cid-tAaGL7VL0K .card-subtitle {
  color: #878e99;
  margin-bottom: 30px;
}
@media (max-width: 767px) {
  .cid-tAaGL7VL0K .card-subtitle {
    margin-bottom: 20px;
  }
}
.cid-tAaGL7VL0K .card-text {
  color: #878e99;
  margin-bottom: 0;
}
.cid-tAaEmq9fPX {
  padding-top: 3rem;
  padding-bottom: 6rem;
  background-color: #2b2b2b;
  overflow: hidden;
}
.cid-tAaEmq9fPX .mbr-fallback-image.disabled {
  display: none;
}
.cid-tAaEmq9fPX .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-tAaEmq9fPX .container {
  padding-left: 15px;
  padding-right: 15px;
}
@media (max-width: 1199px) {
  .cid-tAaEmq9fPX .container {
    padding-left: 10px;
    padding-right: 10px;
  }
}
.cid-tAaEmq9fPX .row {
  margin-left: -25px;
  margin-right: -25px;
  justify-content: flex-start;
}
.cid-tAaEmq9fPX .row > [class*="col"] {
  padding-left: 25px;
  padding-right: 25px;
}
@media (max-width: 1199px) {
  .cid-tAaEmq9fPX .row {
    margin-left: -15px;
    margin-right: -15px;
  }
  .cid-tAaEmq9fPX .row > [class*="col"] {
    padding-left: 15px;
    padding-right: 15px;
  }
}
.cid-tAaEmq9fPX .mbr-section-head {
  width: 100%;
  margin-bottom: 20px;
}
.cid-tAaEmq9fPX .mbr-section-title {
  color: #FF014E;
}
@media (max-width: 767px) {
  .cid-tAaEmq9fPX .mbr-section-title {
    text-align: center;
  }
}
.cid-tAaEmq9fPX .mbr-section-subtitle {
  color: #C4CFDE;
  margin-top: 15px;
}
@media (max-width: 767px) {
  .cid-tAaEmq9fPX .mbr-section-subtitle {
    margin-top: 10px;
    text-align: center;
  }
}
.cid-tAaEmq9fPX .card-row {
  align-items: stretch;
}
.cid-tAaEmq9fPX .item {
  margin-top: 30px;
}
.cid-tAaEmq9fPX .item-wrapper {
  position: relative;
  height: 100%;
  width: 100%;
  padding: 30px 30px 34px;
  border-radius: 20px;
  overflow: hidden;
  background: linear-gradient(145deg, #1e2024, #23272b);
  box-shadow: 10px 10px 19px #191b1f, -10px -10px 19px #23272b;
}
@media (max-width: 575px) {
  .cid-tAaEmq9fPX .item-wrapper {
    padding: 20px 20px 24px;
  }
}
.cid-tAaEmq9fPX .item-wrapper:hover .card-bg {
  opacity: 1;
}
.cid-tAaEmq9fPX .item-wrapper:hover .item-img img {
  transform: scale(1.1);
}
.cid-tAaEmq9fPX .card-bg {
  position: absolute;
  top: 0;
  left: 0;
  z-index: 0;
  width: 100%;
  height: 100%;
  border-radius: 19px;
  background: linear-gradient(to right bottom, #212428, #16181c);
  opacity: 0;
  transition: .4s all;
}
.cid-tAaEmq9fPX .item-img {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 100%;
  border-radius: 10px;
  overflow: hidden;
}
.cid-tAaEmq9fPX .item-img img {
  width: 100%;
  aspect-ratio: 1.36;
  object-fit: cover;
  transition: 0.4s all;
}
.cid-tAaEmq9fPX .card-box {
  position: relative;
  z-index: 5;
  padding-top: 25px;
}
.cid-tAaEmq9fPX .head-container {
  display: flex;
  align-items: center;
  justify-content: space-between;
  margin-bottom: 15px;
}
@media (max-width: 767px) {
  .cid-tAaEmq9fPX .head-container {
    margin-bottom: 10px;
  }
}
.cid-tAaEmq9fPX .card-title {
  position: relative;
  z-index: 5;
  color: #fafafa;
  margin-bottom: 0;
  flex-basis: 60%;
  margin-right: auto;
}
.cid-tAaEmq9fPX .comment-item {
  display: flex;
  justify-content: flex-end;
  align-items: center;
  flex-basis: 40%;
  margin-left: auto;
}
.cid-tAaEmq9fPX .iconfont-wrapper {
  display: flex;
  align-items: center;
  justify-content: flex-start;
  margin-right: 4px;
}
.cid-tAaEmq9fPX .iconfont-wrapper .mbr-iconfont {
  font-size: 16px;
  color: #c4cfde;
}
.cid-tAaEmq9fPX .comment-item-text {
  color: #C4CFDE;
}
.cid-tAaEmq9fPX .card-text {
  position: relative;
  z-index: 5;
  color: #C4CFDE;
  margin-bottom: 0;
}
.cid-tAaEmq9fPX .card-text a {
  transition: .4s all;
}
.cid-tAaEmq9fPX .card-text a:hover {
  color: #af8d00 !important;
}
.cid-tAaEmqDWYt {
  padding-top: 3rem;
  padding-bottom: 2rem;
  background-color: #e4e4e4;
}
@media (max-width: 992px) {
  .cid-tAaEmqDWYt .card-wrapper {
    margin-bottom: 2rem;
  }
}
.cid-tAaEmqDWYt .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-tAaEmqDWYt .mbr-iconfont {
  display: flex;
  font-size: 1.5rem;
  color: #e6c63b;
  background: #252434;
  width: 50px;
  height: 50px;
  transition: all 0.3s;
  border-radius: 50%;
  align-items: center;
  justify-content: center;
}
.cid-tAaEmqDWYt .row {
  justify-content: center;
}
.cid-tAaEmqDWYt .card-box {
  display: flex;
  align-items: center;
}
.cid-tAaEmqDWYt .card-box .iconfont-wrapper {
  margin-right: 1.5rem;
}
@media (max-width: 767px) {
  .cid-tAaEmqDWYt .card-box {
    flex-direction: column;
  }
  .cid-tAaEmqDWYt .card-box .iconfont-wrapper {
    margin-right: 0rem;
    margin-bottom: 1.5rem;
  }
}
.cid-tAaEmqDWYt .card-link:hover a {
  background-image: none !important;
}
.cid-tAaEmqDWYt .mbr-section-subtitle {
  color: #777777;
}
.cid-tAaEmqDWYt .card-text {
  color: #777777;
}
.cid-tAaEmqDWYt .mbr-section-title {
  text-align: center;
}
.cid-tAaEmr1z4h {
  padding-top: 0rem;
  padding-bottom: 2rem;
  background-color: #e4e4e4;
}
.cid-tAaEmr1z4h .mbr-fallback-image.disabled {
  display: none;
}
.cid-tAaEmr1z4h .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-tAaEmr1z4h .mbr-text {
  color: #726c89;
}
.cid-tAaEmr1z4h .mbr-section-title {
  color: #000000;
}
.cid-tAaEmr1z4h .mbr-section-subtitle {
  text-align: center;
}
.cid-tAaEmrlzpZ {
  padding-top: 0rem;
  padding-bottom: 4rem;
  background-color: #e4e4e4;
}
@media (max-width: 992px) {
  .cid-tAaEmrlzpZ .card-wrapper {
    margin-bottom: 2rem;
  }
}
.cid-tAaEmrlzpZ .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-tAaEmrlzpZ .mbr-iconfont {
  display: flex;
  font-size: 1.5rem;
  color: #ffffff;
  background: #252434;
  width: 50px;
  height: 50px;
  transition: all 0.3s;
  border-radius: 50%;
  align-items: center;
  justify-content: center;
}
.cid-tAaEmrlzpZ .row {
  justify-content: center;
}
.cid-tAaEmrlzpZ .card-box {
  display: flex;
  align-items: center;
}
.cid-tAaEmrlzpZ .card-box .iconfont-wrapper {
  margin-right: 1.5rem;
}
@media (max-width: 767px) {
  .cid-tAaEmrlzpZ .card-box {
    flex-direction: column;
  }
  .cid-tAaEmrlzpZ .card-box .iconfont-wrapper {
    margin-right: 0rem;
    margin-bottom: 1.5rem;
  }
}
.cid-tAaEmrlzpZ .card-link:hover a {
  background-image: none !important;
}
.cid-tAaEmrlzpZ .mbr-section-subtitle {
  color: #777777;
}
.cid-tAaEmrlzpZ .card-text {
  color: #777777;
}
.cid-tAaEmrlzpZ .card-title,
.cid-tAaEmrlzpZ .iconfont-wrapper {
  text-align: center;
}
.cid-tAaEmrQMzk {
  padding-top: 4rem;
  padding-bottom: 5rem;
  background-color: #2b2b2b;
}
.cid-tAaEmrQMzk .mbr-text,
.cid-tAaEmrQMzk .mbr-section-btn {
  color: #121212;
}
.cid-tAaEmrQMzk .mbr-text,
.cid-tAaEmrQMzk .mbr-section-title {
  color: #fafafa;
  text-align: center;
}
@media (max-width: 991px) {
  .cid-tAaEmrQMzk .mbr-text,
  .cid-tAaEmrQMzk .mbr-section-title {
    text-align: center;
  }
}
.cid-tAaEmrQMzk a.btn {
  height: 100%;
  margin: 0;
}
.cid-tAaEmrQMzk .mbr-section-btn {
  display: flex;
  margin-bottom: 1.2rem;
  width: 100%;
}
.cid-tAaEmrQMzk .mbr-section-btn .btn {
  width: 100%;
}
@media (max-width: 991px) {
  .cid-tAaEmrQMzk .image-wrapper {
    margin-bottom: 2rem;
  }
  .cid-tAaEmrQMzk .content-wrapper {
    flex-direction: column-reverse;
  }
}
.cid-tAaEmrQMzk .justify-content-center {
  align-items: center;
}
.cid-tAaEmrQMzk .border-radius {
  border-radius: 0px;
}
.cid-tAaEmrQMzk .rotate {
  transform: rotate(225deg);
  position: absolute;
}
@media (max-width: 425px) {
  .cid-tAaEmrQMzk .rotate {
    top: -6px;
  }
}
.cid-tAaEmrQMzk svg {
  transition: all 0.4s;
}
.cid-tAaEmrQMzk .svg-rotate {
  transform: rotate(225deg);
}
.cid-tAaEmrQMzk .style-button {
  font-size: 30px;
  cursor: pointer;
  font-weight: 500;
  border-radius: 0px;
}
.cid-tAaEmrQMzk .style-button:hover > .svg-rotate {
  transform: rotate(315deg);
}
.cid-tAaEmrQMzk H1 {
  color: #fafafa;
}
.cid-tAaEmrQMzk P {
  color: #fafafa;
}
.cid-tAaEmsc90I {
  padding-top: 1rem;
  padding-bottom: 4rem;
  background-color: #2b2b2b;
  overflow: hidden;
}
.cid-tAaEmsc90I .mbr-fallback-image.disabled {
  display: none;
}
.cid-tAaEmsc90I .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-tAaEmsc90I .card-row {
  align-items: stretch;
}
.cid-tAaEmsc90I .item-wrap {
  position: relative;
  width: 100%;
  padding: 20px;
  border-radius: 10px;
  background: linear-gradient(145deg, #1e2024, #1e2024);
  box-shadow: 10px 10px 19px #23272b, -10px -10px 19px #23272b;
}
.cid-tAaEmsc90I .item-left-item {
  display: flex;
  align-items: flex-start;
  width: 100%;
  border-right: 1px solid #16181c;
}
@media (max-width: 1199px) {
  .cid-tAaEmsc90I .item-left-item {
    flex-direction: column;
    align-items: center;
  }
}
@media (max-width: 991px) {
  .cid-tAaEmsc90I .item-left-item {
    padding-bottom: 20px;
    border-right: none;
    border-bottom: 1px solid #16181c;
  }
}
.cid-tAaEmsc90I .image-wrapper {
  margin-right: 30px;
}
.cid-tAaEmsc90I .image-wrapper img {
  border-radius: 15px;
  max-width: 200px;
  aspect-ratio: 1;
  width: 200px;
  border: 5px solid #1e2024;
  position: relative;
  top: -80px;
  object-fit: cover;
}
@media (max-width: 1199px) {
  .cid-tAaEmsc90I .image-wrapper {
    margin-right: 0;
  }
}
.cid-tAaEmsc90I .mbr-section-title {
  color: #c9c9c9;
  margin-bottom: 10px;
}
@media (max-width: 1199px) {
  .cid-tAaEmsc90I .mbr-section-title {
    text-align: center !important;
  }
}
.cid-tAaEmsc90I .mbr-section-subtitle {
  color: #e8e8e8;
  margin-bottom: 0;
}
@media (max-width: 1199px) {
  .cid-tAaEmsc90I .mbr-section-subtitle {
    text-align: center !important;
  }
}
.cid-tAaEmsc90I .social-container {
  width: 100%;
  padding-top: 35px;
}
@media (max-width: 1199px) {
  .cid-tAaEmsc90I .social-container {
    padding-top: 25px;
  }
}
.cid-tAaEmsc90I .social-title {
  color: #C4CFDE;
  margin-bottom: 15px;
}
@media (max-width: 1199px) {
  .cid-tAaEmsc90I .social-title {
    text-align: center !important;
  }
}
.cid-tAaEmsc90I .social-list {
  display: flex;
  align-items: center;
  flex-wrap: wrap;
  margin: -7px;
}
@media (max-width: 1199px) {
  .cid-tAaEmsc90I .social-list {
    justify-content: center !important;
  }
}
.cid-tAaEmsc90I .soc-item {
  display: flex;
  align-items: center;
  justify-content: center;
  position: relative;
  margin: 7px;
  min-width: 53px;
  padding: 10px;
  aspect-ratio: 1;
  border-radius: 6px;
  background: linear-gradient(145deg, #1e2024, #23272b);
  box-shadow: 10px 10px 19px #191b1f, -10px -10px 19px #23272b;
  transition: 0.4s all;
}
.cid-tAaEmsc90I .soc-item:before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  z-index: 4;
  transition: 0.4s all;
  width: 100%;
  height: 100%;
  border-radius: 5px;
  background: linear-gradient(to right bottom, #212428, #16181c);
  opacity: 0;
}
.cid-tAaEmsc90I .soc-item .mbr-iconfont {
  position: relative;
  z-index: 5;
  transition: 0.4s all;
  font-size: 20px;
  color: #c4cfde;
}
.cid-tAaEmsc90I .soc-item:hover {
  transform: translateY(-3px);
}
.cid-tAaEmsc90I .soc-item:hover:before {
  opacity: 1;
}
.cid-tAaEmsc90I .item-right-item {
  display: flex;
  align-items: flex-start;
  width: 100%;
}
@media (max-width: 991px) {
  .cid-tAaEmsc90I .item-right-item {
    padding-top: 10px;
    margin: 0 -20px -20px;
  }
}
@media (max-width: 575px) {
  .cid-tAaEmsc90I .item-right-item {
    flex-wrap: wrap;
    margin: 0;
  }
}
.cid-tAaEmsc90I .contacts-container {
  max-width: 50%;
  padding-left: 30px;
  margin: 16px 0;
}
@media (max-width: 991px) {
  .cid-tAaEmsc90I .contacts-container {
    padding: 20px;
  }
}
@media (max-width: 991px) {
  .cid-tAaEmsc90I .contacts-container:nth-child(2) {
    padding-left: 100px;
  }
}
@media (max-width: 767px) {
  .cid-tAaEmsc90I .contacts-container:nth-child(2) {
    padding-left: 0;
  }
}
@media (max-width: 575px) {
  .cid-tAaEmsc90I .contacts-container:nth-child(2) {
    padding-left: 20px;
  }
}
@media (max-width: 575px) {
  .cid-tAaEmsc90I .contacts-container {
    max-width: 100%;
    width: 100%;
    text-align: center !important;
    margin: 0;
    padding: 0 !important;
  }
}
.cid-tAaEmsc90I .contact-item {
  padding: 10px 0 20px;
}
.cid-tAaEmsc90I .card-title {
  color: #878e99;
  margin-bottom: 4px;
}
.cid-tAaEmsc90I .card-text {
  color: #c9c9c9;
  margin-bottom: 0;
}
.cid-tAaEmsNQbS {
  padding-top: 0rem;
  padding-bottom: 0rem;
  background-color: #2b2b2b;
  overflow: hidden;
}
.cid-tAaEmsNQbS .mbr-fallback-image.disabled {
  display: none;
}
.cid-tAaEmsNQbS .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-tAaEmsNQbS .item-wrap {
  position: relative;
  height: 100%;
  width: 100%;
  padding: 55px;
  border-radius: 10px;
  overflow: hidden;
  background: linear-gradient(145deg, #2b2b2b, #2b2b2b);
  box-shadow: 10px 10px 19px #2b2b2b, -10px -10px 19px #2b2b2b;
}
@media (max-width: 767px) {
  .cid-tAaEmsNQbS .item-wrap {
    padding: 40px;
  }
}
@media (max-width: 575px) {
  .cid-tAaEmsNQbS .item-wrap {
    padding: 35px 25px 35px 25px;
  }
}
.cid-tAaEmsNQbS .card-title {
  color: #525252;
  margin-bottom: 30px;
}
@media (max-width: 767px) {
  .cid-tAaEmsNQbS .card-title {
    margin-bottom: 20px;
  }
}
.cid-tAaEmsNQbS .card-subtitle {
  color: #878e99;
  margin-bottom: 30px;
}
@media (max-width: 767px) {
  .cid-tAaEmsNQbS .card-subtitle {
    margin-bottom: 20px;
  }
}
.cid-tAaEmsNQbS .card-text {
  color: #878e99;
  margin-bottom: 0;
}
.cid-tAaEmsNQbS .card-title DIV {
  text-align: center;
}
.cid-tAaEmt9YMQ {
  padding-top: 30px;
  padding-bottom: 30px;
  background-color: #2b2b2b;
  overflow: hidden;
}
