body {
  font-family: 'Titillium Web', sans-serif;
}
.display-1 {
  font-family: 'Titillium Web', sans-serif;
  font-size: 4.25rem;
  line-height: 1.1;
}
.display-1 > .mbr-iconfont {
  font-size: 5.3125rem;
}
.display-2 {
  font-family: 'Titillium Web', sans-serif;
  font-size: 3.4rem;
  line-height: 1.1;
}
.display-2 > .mbr-iconfont {
  font-size: 4.25rem;
}
.display-4 {
  font-family: 'Titillium Web', sans-serif;
  font-size: 0.9rem;
  line-height: 1.5;
}
.display-4 > .mbr-iconfont {
  font-size: 1.125rem;
}
.display-5 {
  font-family: 'Titillium Web', sans-serif;
  font-size: 2.6rem;
  line-height: 1.5;
}
.display-5 > .mbr-iconfont {
  font-size: 3.25rem;
}
.display-7 {
  font-family: 'Titillium Web', sans-serif;
  font-size: 1.2rem;
  line-height: 1.5;
}
.display-7 > .mbr-iconfont {
  font-size: 1.5rem;
}
/* ---- Fluid typography for mobile devices ---- */
/* 1.4 - font scale ratio ( bootstrap == 1.42857 ) */
/* 100vw - current viewport width */
/* (48 - 20)  48 == 48rem == 768px, 20 == 20rem == 320px(minimal supported viewport) */
/* 0.65 - min scale variable, may vary */
@media (max-width: 992px) {
  .display-1 {
    font-size: 3.4rem;
  }
}
@media (max-width: 768px) {
  .display-1 {
    font-size: 2.975rem;
    font-size: calc( 2.1374999999999997rem + (4.25 - 2.1374999999999997) * ((100vw - 20rem) / (48 - 20)));
    line-height: calc( 1.1 * (2.1374999999999997rem + (4.25 - 2.1374999999999997) * ((100vw - 20rem) / (48 - 20))));
  }
  .display-2 {
    font-size: 2.72rem;
    font-size: calc( 1.8399999999999999rem + (3.4 - 1.8399999999999999) * ((100vw - 20rem) / (48 - 20)));
    line-height: calc( 1.3 * (1.8399999999999999rem + (3.4 - 1.8399999999999999) * ((100vw - 20rem) / (48 - 20))));
  }
  .display-4 {
    font-size: 0.72rem;
    font-size: calc( 0.965rem + (0.9 - 0.965) * ((100vw - 20rem) / (48 - 20)));
    line-height: calc( 1.4 * (0.965rem + (0.9 - 0.965) * ((100vw - 20rem) / (48 - 20))));
  }
  .display-5 {
    font-size: 2.08rem;
    font-size: calc( 1.56rem + (2.6 - 1.56) * ((100vw - 20rem) / (48 - 20)));
    line-height: calc( 1.4 * (1.56rem + (2.6 - 1.56) * ((100vw - 20rem) / (48 - 20))));
  }
  .display-7 {
    font-size: 0.96rem;
    font-size: calc( 1.07rem + (1.2 - 1.07) * ((100vw - 20rem) / (48 - 20)));
    line-height: calc( 1.4 * (1.07rem + (1.2 - 1.07) * ((100vw - 20rem) / (48 - 20))));
  }
}
/* Buttons */
.btn {
  padding: 0.6rem 1.2rem;
  border-radius: 0;
}
.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: #141414 !important;
}
.bg-success {
  background-color: #826a73 !important;
}
.bg-info {
  background-color: #ffffff !important;
}
.bg-warning {
  background-color: #ff4300 !important;
}
.bg-danger {
  background-color: #a57a21 !important;
}
.btn-primary,
.btn-primary:active {
  background-color: #141414 !important;
  border-color: #141414 !important;
  color: #ffffff !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: #ffffff !important;
  background-color: #000000 !important;
  border-color: #000000 !important;
  box-shadow: 0 2px 5px 0 rgba(0, 0, 0, 0.2);
}
.btn-primary.disabled,
.btn-primary:disabled {
  color: #ffffff !important;
  background-color: #000000 !important;
  border-color: #000000 !important;
}
.btn-secondary,
.btn-secondary:active {
  background-color: #595959 !important;
  border-color: #595959 !important;
  color: #ffffff !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: #ffffff !important;
  background-color: #2e2e2e !important;
  border-color: #2e2e2e !important;
  box-shadow: 0 2px 5px 0 rgba(0, 0, 0, 0.2);
}
.btn-secondary.disabled,
.btn-secondary:disabled {
  color: #ffffff !important;
  background-color: #2e2e2e !important;
  border-color: #2e2e2e !important;
}
.btn-info,
.btn-info:active {
  background-color: #ffffff !important;
  border-color: #ffffff !important;
  color: #808080 !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: #545454 !important;
  background-color: #d4d4d4 !important;
  border-color: #d4d4d4 !important;
  box-shadow: 0 2px 5px 0 rgba(0, 0, 0, 0.2);
}
.btn-info.disabled,
.btn-info:disabled {
  color: #808080 !important;
  background-color: #d4d4d4 !important;
  border-color: #d4d4d4 !important;
}
.btn-success,
.btn-success:active {
  background-color: #826a73 !important;
  border-color: #826a73 !important;
  color: #ffffff !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: #ffffff !important;
  background-color: #524349 !important;
  border-color: #524349 !important;
  box-shadow: 0 2px 5px 0 rgba(0, 0, 0, 0.2);
}
.btn-success.disabled,
.btn-success:disabled {
  color: #ffffff !important;
  background-color: #524349 !important;
  border-color: #524349 !important;
}
.btn-warning,
.btn-warning:active {
  background-color: #ff4300 !important;
  border-color: #ff4300 !important;
  color: #ffffff !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: #ffffff !important;
  background-color: #a82c00 !important;
  border-color: #a82c00 !important;
  box-shadow: 0 2px 5px 0 rgba(0, 0, 0, 0.2);
}
.btn-warning.disabled,
.btn-warning:disabled {
  color: #ffffff !important;
  background-color: #a82c00 !important;
  border-color: #a82c00 !important;
}
.btn-danger,
.btn-danger:active {
  background-color: #a57a21 !important;
  border-color: #a57a21 !important;
  color: #ffffff !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: #ffffff !important;
  background-color: #5d4513 !important;
  border-color: #5d4513 !important;
  box-shadow: 0 2px 5px 0 rgba(0, 0, 0, 0.2);
}
.btn-danger.disabled,
.btn-danger:disabled {
  color: #ffffff !important;
  background-color: #5d4513 !important;
  border-color: #5d4513 !important;
}
.btn-white,
.btn-white:active {
  background-color: #fafafa !important;
  border-color: #fafafa !important;
  color: #7a7a7a !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: #4f4f4f !important;
  background-color: #cfcfcf !important;
  border-color: #cfcfcf !important;
  box-shadow: 0 2px 5px 0 rgba(0, 0, 0, 0.2);
}
.btn-white.disabled,
.btn-white:disabled {
  color: #7a7a7a !important;
  background-color: #cfcfcf !important;
  border-color: #cfcfcf !important;
}
.btn-black,
.btn-black:active {
  background-color: #232323 !important;
  border-color: #232323 !important;
  color: #ffffff !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: #ffffff !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: #ffffff !important;
  background-color: #000000 !important;
  border-color: #000000 !important;
}
.btn-primary-outline,
.btn-primary-outline:active {
  background-color: transparent !important;
  border-color: transparent;
  color: #141414;
}
.btn-primary-outline:hover,
.btn-primary-outline:focus,
.btn-primary-outline.focus,
.btn-primary-outline.active {
  color: #000000 !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: #141414 !important;
  border-color: #141414 !important;
}
.btn-secondary-outline,
.btn-secondary-outline:active {
  background-color: transparent !important;
  border-color: transparent;
  color: #595959;
}
.btn-secondary-outline:hover,
.btn-secondary-outline:focus,
.btn-secondary-outline.focus,
.btn-secondary-outline.active {
  color: #2e2e2e !important;
  background-color: transparent!important;
  border-color: transparent!important;
  box-shadow: none!important;
}
.btn-secondary-outline.disabled,
.btn-secondary-outline:disabled {
  color: #ffffff !important;
  background-color: #595959 !important;
  border-color: #595959 !important;
}
.btn-info-outline,
.btn-info-outline:active {
  background-color: transparent !important;
  border-color: transparent;
  color: #ffffff;
}
.btn-info-outline:hover,
.btn-info-outline:focus,
.btn-info-outline.focus,
.btn-info-outline.active {
  color: #d4d4d4 !important;
  background-color: transparent!important;
  border-color: transparent!important;
  box-shadow: none!important;
}
.btn-info-outline.disabled,
.btn-info-outline:disabled {
  color: #808080 !important;
  background-color: #ffffff !important;
  border-color: #ffffff !important;
}
.btn-success-outline,
.btn-success-outline:active {
  background-color: transparent !important;
  border-color: transparent;
  color: #826a73;
}
.btn-success-outline:hover,
.btn-success-outline:focus,
.btn-success-outline.focus,
.btn-success-outline.active {
  color: #524349 !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: #826a73 !important;
  border-color: #826a73 !important;
}
.btn-warning-outline,
.btn-warning-outline:active {
  background-color: transparent !important;
  border-color: transparent;
  color: #ff4300;
}
.btn-warning-outline:hover,
.btn-warning-outline:focus,
.btn-warning-outline.focus,
.btn-warning-outline.active {
  color: #a82c00 !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: #ff4300 !important;
  border-color: #ff4300 !important;
}
.btn-danger-outline,
.btn-danger-outline:active {
  background-color: transparent !important;
  border-color: transparent;
  color: #a57a21;
}
.btn-danger-outline:hover,
.btn-danger-outline:focus,
.btn-danger-outline.focus,
.btn-danger-outline.active {
  color: #5d4513 !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: #a57a21 !important;
  border-color: #a57a21 !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: #141414 !important;
}
.text-secondary {
  color: #595959 !important;
}
.text-success {
  color: #826a73 !important;
}
.text-info {
  color: #ffffff !important;
}
.text-warning {
  color: #ff4300 !important;
}
.text-danger {
  color: #a57a21 !important;
}
.text-white {
  color: #fafafa !important;
}
.text-black {
  color: #232323 !important;
}
a.text-primary:hover,
a.text-primary:focus,
a.text-primary.active {
  color: #000000 !important;
}
a.text-secondary:hover,
a.text-secondary:focus,
a.text-secondary.active {
  color: #262626 !important;
}
a.text-secondary:hover::after,
a.text-secondary:focus::after,
a.text-secondary.active::after {
  background-color: #595959;
}
a.text-success:hover,
a.text-success:focus,
a.text-success.active {
  color: #4a3c41 !important;
}
a.text-success:hover::after,
a.text-success:focus::after,
a.text-success.active::after {
  background-color: #826a73;
}
a.text-info:hover,
a.text-info:focus,
a.text-info.active {
  color: #cccccc !important;
}
a.text-info:hover::after,
a.text-info:focus::after,
a.text-info.active::after {
  background-color: #ffffff;
}
a.text-warning:hover,
a.text-warning:focus,
a.text-warning.active {
  color: #992800 !important;
}
a.text-warning:hover::after,
a.text-warning:focus::after,
a.text-warning.active::after {
  background-color: #ff4300;
}
a.text-danger:hover,
a.text-danger:focus,
a.text-danger.active {
  color: #503b10 !important;
}
a.text-danger:hover::after,
a.text-danger:focus::after,
a.text-danger.active::after {
  background-color: #a57a21;
}
a.text-white:hover,
a.text-white:focus,
a.text-white.active {
  color: #c7c7c7 !important;
}
a.text-white:hover::after,
a.text-white:focus::after,
a.text-white.active::after {
  background-color: #fafafar;
}
a.text-black:hover,
a.text-black:focus,
a.text-black.active {
  color: #000000 !important;
}
a.text-black:hover::after,
a.text-black:focus::after,
a.text-black.active::after {
  background-color: #23232;
}
.nav-tabs .nav-link.active {
  color: #141414;
}
.nav-tabs .nav-link:not(.active) {
  color: #232323;
}
.alert-success {
  background-color: #70c770;
}
.alert-info {
  background-color: #ffffff;
}
.alert-warning {
  background-color: #ff4300;
}
.alert-danger {
  background-color: #a57a21;
}
.mbr-gallery-filter li.active .btn {
  background-color: #141414;
  border-color: #141414;
  color: #ffffff;
}
.mbr-gallery-filter li.active .btn:focus {
  box-shadow: none;
}
a,
a:hover {
  color: #141414;
}
.mbr-plan-header.bg-primary .mbr-plan-subtitle,
.mbr-plan-header.bg-primary .mbr-plan-price-desc {
  color: #c6c6c6;
}
.mbr-plan-header.bg-success .mbr-plan-subtitle,
.mbr-plan-header.bg-success .mbr-plan-price-desc {
  color: #bdaeb4;
}
.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: #ffd9cc;
}
.mbr-plan-header.bg-danger .mbr-plan-subtitle,
.mbr-plan-header.bg-danger .mbr-plan-price-desc {
  color: #e0b865;
}
/* Scroll to top button*/
.form-control {
  font-family: 'Titillium Web', sans-serif;
  font-size: 0.9rem;
  line-height: 1.5;
  font-weight: 400;
}
.form-control > .mbr-iconfont {
  font-size: 1.125rem;
}
.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: #141414 !important;
}
.form-control:-webkit-input-placeholder {
  font-family: 'Titillium Web', sans-serif;
  font-size: 0.9rem;
  line-height: 1.5;
  font-weight: 400;
}
.form-control:-webkit-input-placeholder > .mbr-iconfont {
  font-size: 1.125rem;
}
blockquote {
  border-color: #141414;
}
/* Forms */
.jq-selectbox li:hover,
.jq-selectbox li.selected {
  background-color: #141414;
  color: #ffffff;
}
.jq-number__spin {
  transition: 0.25s ease;
}
.jq-number__spin:hover {
  border-color: #141414;
}
.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: #141414;
  border-bottom-color: #141414;
}
.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: #141414 !important;
  box-shadow: none !important;
}
.xdsoft_datetimepicker .xdsoft_calendar td:hover,
.xdsoft_datetimepicker .xdsoft_timepicker .xdsoft_time_box > div > div:hover {
  color: #ffffff !important;
  background: #595959 !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='%23141414' %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;
}
*:focus-visible {
  outline: red solid 2px !important;
  outline-offset: 2px !important;
  transition: outline 0.2s ease-in-out;
}
.cid-t1Bs2TNPbR {
  z-index: 1000;
  width: 100%;
  position: relative;
  min-height: 60px;
}
.cid-t1Bs2TNPbR nav.navbar {
  position: fixed;
}
.cid-t1Bs2TNPbR .container-fluid {
  padding: 0;
}
.cid-t1Bs2TNPbR .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-t1Bs2TNPbR .dropdown-menu {
  padding: 0;
  border-radius: 4px;
  box-shadow: 0 1px 3px 0 rgba(0, 0, 0, 0.1);
}
.cid-t1Bs2TNPbR .dropdown-item {
  border-bottom: 1px solid #e6e6e6;
}
.cid-t1Bs2TNPbR .dropdown-item:hover,
.cid-t1Bs2TNPbR .dropdown-item:focus {
  background: #141414 !important;
  color: white !important;
}
.cid-t1Bs2TNPbR .dropdown-item:first-child {
  border-top-left-radius: 4px;
  border-top-right-radius: 4px;
}
.cid-t1Bs2TNPbR .dropdown-item:last-child {
  border-bottom: none;
  border-bottom-left-radius: 4px;
  border-bottom-right-radius: 4px;
}
.cid-t1Bs2TNPbR .nav-dropdown .link {
  padding: 0 0.3em !important;
  margin: 0.667em 1em !important;
}
.cid-t1Bs2TNPbR .nav-dropdown .link.dropdown-toggle::after {
  margin-left: 0.5rem;
  margin-top: 0.2rem;
}
.cid-t1Bs2TNPbR .nav-link {
  position: relative;
}
.cid-t1Bs2TNPbR .nav-link::before {
  background-color: currentColor;
  display: block;
  position: absolute;
  bottom: 0;
  left: 0;
  content: "";
  height: 1px;
  width: 0%;
  -webkit-transition: width 0.5s ease-in-out;
  -moz--transition: width 0.5s ease-in-out;
  transition: width 0.5s ease-in-out;
}
.cid-t1Bs2TNPbR .nav-link::after {
  background: transparent !important;
}
.cid-t1Bs2TNPbR .nav-link:hover::before,
.cid-t1Bs2TNPbR .nav-link :focus::before {
  width: 100%;
}
.cid-t1Bs2TNPbR .container {
  display: flex;
  margin: auto;
}
.cid-t1Bs2TNPbR .iconfont-wrapper {
  color: #ff4300 !important;
  font-size: 1.5rem;
  padding-right: 0.5rem;
  display: flex;
  align-items: center;
  justify-content: center;
  margin-right: 0.5rem;
  padding: 0.5rem;
  height: 2.5rem;
  width: 2.5rem;
  border: 1px solid currentColor;
}
.cid-t1Bs2TNPbR .iconfont-wrapper:hover {
  background: #FFFFFF;
}
.cid-t1Bs2TNPbR .iconfont-wrapper:hover .mbr-iconfont {
  color: #141414;
}
.cid-t1Bs2TNPbR .dropdown-menu,
.cid-t1Bs2TNPbR .navbar.opened {
  background: #141414 !important;
}
.cid-t1Bs2TNPbR .nav-item:focus,
.cid-t1Bs2TNPbR .nav-link:focus {
  outline: none;
}
.cid-t1Bs2TNPbR .dropdown .dropdown-menu .dropdown-item {
  width: auto;
  transition: all 0.25s ease-in-out;
}
.cid-t1Bs2TNPbR .dropdown .dropdown-menu .dropdown-item::after {
  right: 0.5rem;
  background: transparent !important;
}
.cid-t1Bs2TNPbR .dropdown .dropdown-menu .dropdown-item .mbr-iconfont {
  margin-right: 0.5rem;
  vertical-align: sub;
}
.cid-t1Bs2TNPbR .dropdown .dropdown-menu .dropdown-item .mbr-iconfont:before {
  display: inline-block;
  transform: scale(1, 1);
  transition: all 0.25s ease-in-out;
}
.cid-t1Bs2TNPbR .collapsed .dropdown-menu .dropdown-item:before {
  display: none;
}
.cid-t1Bs2TNPbR .collapsed .dropdown .dropdown-menu .dropdown-item {
  padding: 0.235em 1.5em 0.235em 1.5em !important;
  transition: none;
  margin: 0 !important;
}
.cid-t1Bs2TNPbR .navbar {
  min-height: 70px;
  transition: all 0.3s;
  border-bottom: 1px solid #ffffff;
  box-shadow: 0 1px 3px 0 rgba(0, 0, 0, 0.1);
  background: #141414;
}
.cid-t1Bs2TNPbR .navbar.opened {
  transition: all 0.3s;
}
.cid-t1Bs2TNPbR .navbar .dropdown-item {
  padding: 0.5rem 1.8rem;
}
.cid-t1Bs2TNPbR .navbar .navbar-logo img {
  width: auto;
}
.cid-t1Bs2TNPbR .navbar .navbar-collapse {
  justify-content: flex-end;
  z-index: 1;
}
.cid-t1Bs2TNPbR .navbar.collapsed {
  justify-content: center;
}
.cid-t1Bs2TNPbR .navbar.collapsed .nav-item .nav-link::before {
  display: none;
}
.cid-t1Bs2TNPbR .navbar.collapsed.opened .dropdown-menu {
  top: 0;
}
@media (min-width: 992px) {
  .cid-t1Bs2TNPbR .navbar.collapsed.opened:not(.navbar-short) .navbar-collapse {
    max-height: calc(98.5vh - 3rem);
  }
}
.cid-t1Bs2TNPbR .navbar.collapsed .dropdown-menu .dropdown-submenu {
  left: 0 !important;
}
.cid-t1Bs2TNPbR .navbar.collapsed .dropdown-menu .dropdown-item:after {
  right: auto;
}
.cid-t1Bs2TNPbR .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-t1Bs2TNPbR .navbar.collapsed ul.navbar-nav li {
  margin: auto;
}
.cid-t1Bs2TNPbR .navbar.collapsed .dropdown-menu .dropdown-item {
  padding: 0.25rem 1.5rem;
  text-align: center;
}
.cid-t1Bs2TNPbR .navbar.collapsed .icons-menu {
  padding-left: 0;
  padding-right: 0;
  padding-top: 0.5rem;
  padding-bottom: 0.5rem;
}
@media (max-width: 991px) {
  .cid-t1Bs2TNPbR .navbar .nav-item .nav-link::before {
    display: none;
  }
  .cid-t1Bs2TNPbR .navbar.opened .dropdown-menu {
    top: 0;
  }
  .cid-t1Bs2TNPbR .navbar .dropdown-menu .dropdown-submenu {
    left: 0 !important;
  }
  .cid-t1Bs2TNPbR .navbar .dropdown-menu .dropdown-item:after {
    right: auto;
  }
  .cid-t1Bs2TNPbR .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-t1Bs2TNPbR .navbar .navbar-logo img {
    height: 3rem !important;
  }
  .cid-t1Bs2TNPbR .navbar ul.navbar-nav li {
    margin: auto;
  }
  .cid-t1Bs2TNPbR .navbar .dropdown-menu .dropdown-item {
    padding: 0.25rem 1.5rem !important;
    text-align: center;
  }
  .cid-t1Bs2TNPbR .navbar .navbar-brand {
    flex-shrink: initial;
    flex-basis: auto;
    word-break: break-word;
    padding-right: 2rem;
  }
  .cid-t1Bs2TNPbR .navbar .navbar-toggler {
    flex-basis: auto;
  }
  .cid-t1Bs2TNPbR .navbar .icons-menu {
    padding-top: 0.5rem;
    padding-bottom: 0.5rem;
  }
}
.cid-t1Bs2TNPbR .navbar.navbar-short {
  min-height: 60px;
}
.cid-t1Bs2TNPbR .navbar.navbar-short .navbar-logo img {
  height: 2.5rem !important;
}
.cid-t1Bs2TNPbR .navbar.navbar-short .navbar-brand {
  min-height: 60px;
  padding: 0;
}
.cid-t1Bs2TNPbR .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-t1Bs2TNPbR .navbar-brand .navbar-caption {
  line-height: inherit !important;
}
.cid-t1Bs2TNPbR .navbar-brand .display-7 {
  font-size: 24px;
}
.cid-t1Bs2TNPbR .navbar-brand .navbar-logo a {
  outline: none;
}
.cid-t1Bs2TNPbR .dropdown-item.active,
.cid-t1Bs2TNPbR .dropdown-item:active {
  background-color: transparent;
}
.cid-t1Bs2TNPbR .navbar-expand-lg .navbar-nav .nav-link {
  padding: 0;
}
.cid-t1Bs2TNPbR .nav-dropdown .link.dropdown-toggle {
  margin-right: 1.667em;
}
.cid-t1Bs2TNPbR .nav-dropdown .link.dropdown-toggle[aria-expanded="true"] {
  margin-right: 0;
  padding: 0.667em 1.667em;
}
.cid-t1Bs2TNPbR .navbar.navbar-expand-lg .dropdown .dropdown-menu {
  background: #141414;
}
.cid-t1Bs2TNPbR .navbar.navbar-expand-lg .dropdown .dropdown-menu .dropdown-submenu {
  margin: 0;
  left: 100%;
}
.cid-t1Bs2TNPbR .navbar .dropdown.open > .dropdown-menu {
  display: block;
}
.cid-t1Bs2TNPbR ul.navbar-nav {
  flex-wrap: wrap;
}
.cid-t1Bs2TNPbR .navbar-buttons {
  text-align: center;
  min-width: 170px;
}
@media (min-width: 992px) {
  .cid-t1Bs2TNPbR .navbar-buttons {
    margin-bottom: -1px;
    margin-top: -1px;
  }
}
.cid-t1Bs2TNPbR button.navbar-toggler {
  outline: none;
  width: 31px;
  height: 20px;
  cursor: pointer;
  transition: all 0.2s;
  position: relative;
  align-self: center;
}
.cid-t1Bs2TNPbR button.navbar-toggler .hamburger span {
  position: absolute;
  right: 0;
  width: 30px;
  height: 2px;
  border-right: 5px;
  background-color: #ffffff;
}
.cid-t1Bs2TNPbR button.navbar-toggler .hamburger span:nth-child(1) {
  top: 0;
  transition: all 0.2s;
}
.cid-t1Bs2TNPbR button.navbar-toggler .hamburger span:nth-child(2) {
  top: 8px;
  transition: all 0.15s;
}
.cid-t1Bs2TNPbR button.navbar-toggler .hamburger span:nth-child(3) {
  top: 8px;
  transition: all 0.15s;
}
.cid-t1Bs2TNPbR button.navbar-toggler .hamburger span:nth-child(4) {
  top: 16px;
  transition: all 0.2s;
}
.cid-t1Bs2TNPbR nav.opened .hamburger span:nth-child(1) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-t1Bs2TNPbR nav.opened .hamburger span:nth-child(2) {
  transform: rotate(45deg);
  transition: all 0.25s;
}
.cid-t1Bs2TNPbR nav.opened .hamburger span:nth-child(3) {
  transform: rotate(-45deg);
  transition: all 0.25s;
}
.cid-t1Bs2TNPbR nav.opened .hamburger span:nth-child(4) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-t1Bs2TNPbR .navbar-dropdown {
  padding: 0 24px;
  position: fixed;
}
@media (min-width: 576px) {
  .cid-t1Bs2TNPbR .navbar-dropdown {
    padding: 0 40px;
    min-height: 80px;
  }
}
@media (min-width: 768px) {
  .cid-t1Bs2TNPbR .navbar-dropdown {
    padding: 0 60px;
  }
}
@media (min-width: 992px) {
  .cid-t1Bs2TNPbR .navbar-dropdown {
    padding: 0 0 0 60px;
  }
}
.cid-t1Bs2TNPbR a.nav-link {
  display: flex;
  align-items: center;
  justify-content: center;
}
.cid-t1Bs2TNPbR .icons-menu {
  flex-wrap: nowrap;
  display: flex;
  justify-content: center;
  padding-left: 1.5rem;
  padding-right: 1rem;
  padding-top: 0.3rem;
  text-align: center;
}
@media (min-width: 992px) {
  .cid-t1Bs2TNPbR .icons-menu {
    padding-left: 1rem;
  }
}
@media screen and (-ms-high-contrast: active), (-ms-high-contrast: none) {
  .cid-t1Bs2TNPbR .navbar {
    height: 70px;
  }
  .cid-t1Bs2TNPbR .navbar.opened {
    height: auto;
  }
  .cid-t1Bs2TNPbR .nav-item .nav-link:hover::before {
    width: 175%;
    max-width: calc(100% + 2rem);
    left: -1rem;
  }
}
.cid-t1Bs2TNPbR .btn {
  min-height: 81px;
  margin: 0.667rem 0.667rem 1.4rem;
  padding: 0 64px;
}
@media (min-width: 992px) {
  .cid-t1Bs2TNPbR .btn {
    margin: 0 0 0 0.6rem;
  }
}
.cid-t1Bs2TNPbR .btn-info-outline {
  border: 1px solid currentColor;
  background: #232323 !important;
}
.cid-t1Bs2TNPbR .btn-info-outline:hover {
  background: #595959 !important;
  border: 1px solid currentColor !important;
}
.cid-t1Bs2UDHyB {
  background-image: url("../../../assets/images/branding5-1.webp");
  padding-top: 1rem;
  padding-bottom: 0rem;
}
.cid-t1Bs2UDHyB .container-fluid {
  display: flex;
  flex-direction: column;
  justify-content: center;
  padding: 0;
}
.cid-t1Bs2UDHyB .content-container {
  max-width: 900px;
  display: flex;
  flex-direction: column;
  justify-content: flex-start;
  align-items: center;
  padding: 54px 60px;
  border-right: 1px solid #ffffff;
  border-left: 1px solid #ffffff;
}
.cid-t1Bs2UDHyB .content {
  max-width: 424px;
}
.cid-t1Bs2UDHyB .wrapper {
  display: flex;
  justify-content: center;
  box-sizing: border-box;
  border-top: 1px solid #ffffff;
  border-bottom: 1px solid #ffffff;
  margin: -1px -1px 0;
  padding: 0 12px;
}
.cid-t1Bs2UDHyB .mbr-section-btn {
  margin-left: 0;
  margin-right: 0;
}
.cid-t1Bs2UDHyB .btn {
  padding: 22px 34px;
  margin: 0;
}
.cid-t1Bs2UDHyB .btn-info-outline {
  transition: 0.5s;
  background: linear-gradient(to right, #ffffff 50%, #141414 50%) !important;
  background-size: 200% 100% !important;
  background-position: right !important;
  border: 1px solid currentColor;
}
.cid-t1Bs2UDHyB .btn-info-outline:hover {
  background-position: left !important;
  color: #000000 !important;
  border: 1px solid #ffffff !important;
}
@media (max-width: 575px) {
  .cid-t1Bs2UDHyB .content-container {
    padding: 3rem 24px;
  }
}
.cid-t1Bs2UDHyB .mbr-text {
  text-align: center;
}
.cid-t1BszX5Q18 {
  padding-top: 2rem;
  padding-bottom: 0rem;
  background-image: url("../../../assets/images/exito.webp");
}
.cid-t1BszX5Q18 .mbr-section-head {
  border-bottom: 1px solid #FFFFFF;
  padding-right: 40px;
  padding-left: 40px;
  padding-bottom: 32px;
}
@media (max-width: 575px) {
  .cid-t1BszX5Q18 .mbr-section-head {
    padding-right: 24px;
    padding-left: 24px;
    padding-bottom: 24px;
  }
}
@media (min-width: 992px) {
  .cid-t1BszX5Q18 .mbr-section-head {
    padding-right: 60px;
    padding-left: 60px;
  }
}
.cid-t1BszX5Q18 .mbr-section-title {
  color: #FFFFFF;
}
.cid-t1BszX5Q18 .mbr-text {
  color: #a2a0a0;
}
.cid-t1BszX5Q18 .container-fluid {
  padding: 0;
}
.cid-t1BszX5Q18 .row {
  margin: 0;
}
.cid-t1BszX5Q18 .text-container {
  padding: 40px 24px;
}
@media (min-width: 576px) {
  .cid-t1BszX5Q18 .text-container {
    padding: 40px;
  }
}
@media (min-width: 992px) {
  .cid-t1BszX5Q18 .text-container {
    padding: 60px;
  }
}
.cid-t1BszX5Q18 .image-wrapper {
  padding: 0;
  min-height: 420px;
  overflow: hidden;
}
@media (max-width: 991px) {
  .cid-t1BszX5Q18 .image-wrapper {
    height: 420px;
  }
}
.cid-t1BszX5Q18 .image-wrapper img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  transition: 0.5s;
}
.cid-t1BszX5Q18 .image-wrapper img:hover {
  transform: scale(1.3);
}
.cid-t1BszX5Q18 .img-container {
  width: 100%;
  height: 100%;
}
@media (min-width: 992px) {
  .cid-t1BszX5Q18 .img-container {
    max-width: 700px;
    overflow: hidden;
  }
}
.cid-t1BszX5Q18 .item__buttons-container {
  position: relative;
  display: flex;
  align-items: center;
  flex-wrap: wrap;
  margin-left: -16px;
  margin-bottom: -16px;
}
.cid-t1BszX5Q18 .item__buttons-container_round {
  align-items: flex-start;
}
.cid-t1BszX5Q18 .btn {
  margin: 0;
}
.cid-t1BszX5Q18 .btn span {
  display: flex;
  align-items: center;
  justify-content: center;
}
.cid-t1BszX5Q18 .btn-info-outline {
  border: 1px solid currentColor;
}
.cid-t1BszX5Q18 .btn-info-outline:hover {
  background: #FFFFFF !important;
  color: #000000 !important;
  border: 1px solid currentColor !important;
}
.cid-t1BszX5Q18 .item__button {
  margin: 0;
}
.cid-t1BszX5Q18 .item__button .btn {
  margin-left: 16px;
  margin-bottom: 16px;
}
.cid-t1BszX5Q18 .mbr-section-round-btn .btn {
  min-width: 120px;
  min-height: 120px;
  border-radius: 50%;
  margin: 0 0 16px 32px;
}
@media (max-width: 575px) {
  .cid-t1BszX5Q18 .mbr-section-round-btn .btn {
    min-width: 80px;
    min-height: 80px;
  }
}
.cid-t1BszX5Q18 .mbr-section-round-btn .btn .mbr-iconfont {
  width: 42px;
  height: 42px;
  margin: 0;
  transform: rotate(45deg);
}
.cid-t1BtiXYbzy {
  padding-top: 5rem;
  padding-bottom: 0rem;
  background-color: #141414;
}
.cid-t1BtiXYbzy img,
.cid-t1BtiXYbzy .item-img {
  width: 100%;
}
.cid-t1BtiXYbzy .card-1 {
  background: #eac069;
}
.cid-t1BtiXYbzy .card-2 {
  background: #000000;
}
.cid-t1BtiXYbzy .card-3 {
  background: #000000;
}
.cid-t1BtiXYbzy .item-content {
  display: flex;
  flex-direction: column;
  min-height: 320px;
  padding: 24px;
  margin-right: 40px;
}
.cid-t1BtiXYbzy .item-content .link {
  margin: auto 0 0;
}
.cid-t1BtiXYbzy .item-img img {
  transform: scale3d(1, 1, 1);
  transform-style: preserve-3d;
}
.cid-t1BtiXYbzy .item:focus,
.cid-t1BtiXYbzy span:focus {
  outline: none;
}
.cid-t1BtiXYbzy .row {
  margin-left: 0;
  margin-right: 0;
}
.cid-t1BtiXYbzy .item {
  display: flex;
  justify-content: center;
  padding: 24px;
  margin: -1px 0 0;
  border-bottom: 1px solid #ffffff;
  border-top: 1px solid #ffffff;
}
@media (min-width: 576px) {
  .cid-t1BtiXYbzy .item {
    padding: 44px 40px;
  }
}
@media (min-width: 768px) {
  .cid-t1BtiXYbzy .item {
    border-right: 1px solid #ffffff;
  }
}
@media (min-width: 992px) {
  .cid-t1BtiXYbzy .item {
    padding: 44px 60px;
  }
}
@media (min-width: 1200px) {
  .cid-t1BtiXYbzy .item:last-child {
    border-right: none;
  }
}
.cid-t1BtiXYbzy .item-img {
  height: 340px;
  transition: border-color 200ms ease;
  overflow: hidden;
}
.cid-t1BtiXYbzy .item-img img {
  transition: 0.5s;
  height: 100%;
  object-fit: cover;
}
.cid-t1BtiXYbzy .item-img:hover img {
  transform: scale(1.2);
}
.cid-t1BtiXYbzy .item-wrap {
  position: relative;
  height: 100%;
  display: flex;
  flex-flow: column nowrap;
}
.cid-t1BtiXYbzy .mbr-section-btn {
  margin-top: auto !important;
}
.cid-t1BtiXYbzy .mbr-section-title {
  color: #232323;
}
.cid-t1BtiXYbzy .item-title {
  color: #ffffff;
  margin-bottom: 0;
  line-height: 1;
  text-align: left;
}
.cid-t1BtiXYbzy .item-title-black {
  color: #141414;
}
.cid-t1BtiXYbzy .mbr-text,
.cid-t1BtiXYbzy .mbr-section-btn {
  text-align: left;
}
.cid-t1BtiXYbzy .mbr-text {
  color: #ffffff;
}
.cid-t1BtiXYbzy .mbr-text-black {
  color: #141414;
}
.cid-t1BtiXYbzy .custom-row {
  margin-right: -32px;
  margin-left: -32px;
}
.cid-t1BtiXYbzy .custom-link {
  padding-right: 5px;
  border-bottom: 1px solid currentColor;
  transition: 0.5s padding ease-out;
}
.cid-t1BtiXYbzy .custom-link span {
  padding-left: 12px;
}
.cid-t1BtiXYbzy .custom-link:hover {
  transition: 0.5s padding ease-out;
  padding-left: 20px;
}
@media (max-width: 767px) {
  .cid-t1BtiXYbzy .container-fluid {
    padding: 0 32px;
  }
}
.cid-t36Iv6cn1B {
  padding-top: 0rem;
  padding-bottom: 0rem;
  background-color: #141414;
}
.cid-t36Iv6cn1B .row {
  border-top: 1px solid #FFFFFF;
  min-height: 600px;
  margin-top: -1px;
}
.cid-t36Iv6cn1B .mbr-text {
  color: #FFFFFF;
  max-width: 330px;
}
.cid-t36Iv6cn1B .color-text {
  color: #ff4300;
}
.cid-t36Iv6cn1B .custom-block {
  display: flex;
  flex-direction: column;
  padding-left: 0;
  padding-right: 0;
  color: #ffffff;
  border-bottom: 1px solid #ffffff;
}
.cid-t36Iv6cn1B .card-wrapper {
  position: relative;
  padding: 3rem 24px;
}
.cid-t36Iv6cn1B .buttons-container {
  display: flex;
  align-items: center;
  flex-wrap: wrap;
  margin-left: -12px;
}
.cid-t36Iv6cn1B .buttons-container .item-button {
  margin: 0;
}
.cid-t36Iv6cn1B .buttons-container .btn {
  margin: 0 0 16px 12px;
}
.cid-t36Iv6cn1B .buttons-container .btn-info-outline {
  border: 1px solid currentColor;
}
.cid-t36Iv6cn1B .buttons-container .btn-info-outline:hover {
  background: #FFFFFF !important;
  color: #000000 !important;
  border: 1px solid currentColor !important;
}
@media (min-width: 768px) {
  .cid-t36Iv6cn1B .wrapper {
    margin-right: -32px;
    margin-left: -32px;
    padding-right: 12px;
    padding-left: 12px;
  }
  .cid-t36Iv6cn1B .custom-block_left {
    border-right: 1px solid #ffffff;
  }
}
.cid-t36Iv6cn1B .custom-block_left {
  padding: 0;
}
.cid-t36Iv6cn1B .custom-block_left .section-btn {
  display: flex;
  justify-content: center;
  align-items: center;
  position: absolute;
  bottom: 3rem;
  right: 16px;
  margin: 0;
  box-shadow: 0 0 130px 1px #141414;
  transform: rotate(45deg);
  border-radius: 50%;
  width: 120px;
  height: 120px;
}
.cid-t36Iv6cn1B .custom-block_left .section-btn .btn-custom {
  display: flex;
  justify-content: center;
  align-items: center;
  width: 120px;
  height: 120px;
  background: #141414;
  border-radius: 50%;
  transition: 0.2s;
}
.cid-t36Iv6cn1B .custom-block_left .section-btn .btn-custom:hover {
  background: #000000;
}
.cid-t36Iv6cn1B .custom-block_left .section-btn .btn-custom span {
  display: flex;
  justify-content: center;
  align-items: center;
  width: 100%;
  height: 100%;
}
.cid-t36Iv6cn1B .card-box {
  max-width: 565px;
}
.cid-t36Iv6cn1B .image-wrapper {
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-content: center;
  padding: 0;
  border-bottom: 1px solid #ffffff;
}
@media (max-width: 991px) {
  .cid-t36Iv6cn1B .image-wrapper {
    order: -1;
    border-bottom: none;
  }
}
.cid-t36Iv6cn1B .image-wrapper img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}
@media (min-width: 992px) {
  .cid-t36Iv6cn1B .wrapper {
    padding-right: 16px;
    padding-left: 16px;
  }
  .cid-t36Iv6cn1B .card-wrapper {
    position: relative;
    padding: 60px;
  }
  .cid-t36Iv6cn1B .custom-block_left .section-btn {
    bottom: 35px;
    right: 35px;
  }
}
@media (max-width: 575px) {
  .cid-t36Iv6cn1B .custom-block_left {
    padding: 0;
  }
  .cid-t36Iv6cn1B .custom-block_left .section-btn {
    position: sticky;
    bottom: 0;
    right: 0;
    width: 80px;
    height: 80px;
  }
  .cid-t36Iv6cn1B .custom-block_left .section-btn .btn-custom {
    width: 80px;
    height: 80px;
  }
  .cid-t36Iv6cn1B .card-title-box {
    margin-bottom: 16px;
  }
  .cid-t36Iv6cn1B .mbr-text {
    max-width: 100%;
    margin-bottom: 16px !important;
  }
}
.cid-t1HiPmpRvg {
  padding-top: 8rem;
  padding-bottom: 0rem;
  background-color: #141414;
}
.cid-t1HiPmpRvg .mbr-section-head,
.cid-t1HiPmpRvg .gallery_item {
  margin-bottom: 6rem;
}
.cid-t1HiPmpRvg .mbr-section-subtitle {
  margin-bottom: 0.5rem;
  color: #a2a0a0;
}
.cid-t1HiPmpRvg .mbr-section-title {
  line-height: .95;
  color: #ffffff;
}
.cid-t1HiPmpRvg .box {
  display: flex;
  flex-wrap: wrap;
  align-items: flex-start;
}
.cid-t1HiPmpRvg .gallery-wrap-left {
  padding-right: 2rem;
  max-width: 66%;
  width: 66%;
}
.cid-t1HiPmpRvg .gallery-wrap-right {
  padding-left: 2rem;
  max-width: 33%;
  width: 33%;
}
.cid-t1HiPmpRvg .item-img,
.cid-t1HiPmpRvg img {
  max-width: 100%;
  object-fit: cover;
}
.cid-t1HiPmpRvg .gallery-wrap-50 .item_left {
  padding-right: 1rem;
}
.cid-t1HiPmpRvg .gallery-wrap-50 .item_right {
  padding-left: 1rem;
}
.cid-t1HiPmpRvg .item-content {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  margin-top: 0.5rem;
}
.cid-t1HiPmpRvg .item-title {
  text-align: left;
  flex: 1 1 0;
  color: #ffffff;
}
.cid-t1HiPmpRvg .item-subtitle {
  text-align: right;
  flex: 1 1 0;
  color: #ffffff;
}
@media (max-width: 991px) {
  .cid-t1HiPmpRvg .gallery-wrap-left {
    padding-right: 0;
    max-width: 100%;
    width: 100%;
  }
  .cid-t1HiPmpRvg .gallery-wrap-right {
    padding-left: 0;
    max-width: 100%;
    width: 100%;
  }
}
@media (max-width: 767px) {
  .cid-t1HiPmpRvg .mbr-section-head,
  .cid-t1HiPmpRvg .gallery_item {
    margin-bottom: 3rem;
  }
  .cid-t1HiPmpRvg .gallery-wrap-50 .item_left {
    padding-right: 0;
  }
  .cid-t1HiPmpRvg .gallery-wrap-50 .item_right {
    padding-left: 0;
  }
}
.cid-t1BvigHLWt {
  padding-top: 5rem;
  padding-bottom: 0rem;
  background-color: #141414;
}
.cid-t1BvigHLWt .container-fluid {
  padding: 0;
}
.cid-t1BvigHLWt .wrapper {
  display: flex;
  justify-content: center;
}
.cid-t1BvigHLWt .cards-container {
  max-width: 1180px;
  padding: 0 60px;
}
@media (max-width: 575px) {
  .cid-t1BvigHLWt .cards-container {
    padding: 0 24px;
  }
}
.cid-t1BvigHLWt .row {
  margin: 0;
  border-right: 1px solid #ffffff;
  border-left: 1px solid #ffffff;
  border-bottom: 1px solid #ffffff;
}
.cid-t1BvigHLWt .title-text-container {
  border-bottom: 1px solid #ffffff;
}
.cid-t1BvigHLWt .card {
  display: flex;
  align-items: flex-start;
  flex-direction: row;
  flex-wrap: nowrap;
  border-radius: 0;
  border-top: 1px solid #ffffff;
  padding: 32px;
  margin-top: -1px;
}
@media (max-width: 575px) {
  .cid-t1BvigHLWt .card {
    padding: 24px;
  }
}
@media (min-width: 992px) {
  .cid-t1BvigHLWt .card:first-child {
    border-right: 1px solid #ffffff;
  }
}
.cid-t1BvigHLWt .mbr-section-title__container {
  margin-bottom: 64px;
}
.cid-t1BvigHLWt .transparent-number {
  margin-right: 32px;
  margin-left: -4px;
  font-size: 6.5rem;
  line-height: 0.8;
  font-weight: bold;
  color: transparent;
  -webkit-text-stroke-width: 2px;
  -webkit-text-stroke-color: #4d4d4d;
}
.cid-t1BvigHLWt .card_title {
  width: 100%;
  color: #4479d9;
}
.cid-t1BvigHLWt .icon-box {
  padding-right: 16px;
}
.cid-t1BvigHLWt .card_text {
  margin-bottom: 0 !important;
}
@media (max-width: 575px) {
  .cid-t1BvigHLWt .card {
    flex-wrap: wrap;
  }
  .cid-t1BvigHLWt .transparent-number {
    font-size: 4rem;
    margin-bottom: 16px !important;
  }
}
.cid-t1Bvjgbuno {
  padding-top: 0rem;
  padding-bottom: 9rem;
  background-color: #141414;
}
.cid-t1Bvjgbuno .container-fluid {
  padding: 0;
}
.cid-t1Bvjgbuno .wrapper {
  display: flex;
  justify-content: center;
}
.cid-t1Bvjgbuno .cards-container {
  max-width: 1180px;
  padding: 0 60px;
}
@media (max-width: 575px) {
  .cid-t1Bvjgbuno .cards-container {
    padding: 0 24px;
  }
}
.cid-t1Bvjgbuno .row {
  margin: 0;
  border-right: 1px solid #ffffff;
  border-left: 1px solid #ffffff;
  border-bottom: 1px solid #ffffff;
}
.cid-t1Bvjgbuno .title-text-container {
  border-bottom: 1px solid #ffffff;
}
.cid-t1Bvjgbuno .card {
  display: flex;
  align-items: flex-start;
  flex-direction: row;
  flex-wrap: nowrap;
  border-radius: 0;
  border-top: 1px solid #ffffff;
  padding: 32px;
  margin-top: -1px;
}
@media (max-width: 575px) {
  .cid-t1Bvjgbuno .card {
    padding: 24px;
  }
}
@media (min-width: 992px) {
  .cid-t1Bvjgbuno .card:first-child {
    border-right: 1px solid #ffffff;
  }
}
.cid-t1Bvjgbuno .mbr-section-title__container {
  margin-bottom: 64px;
}
.cid-t1Bvjgbuno .transparent-number {
  margin-right: 32px;
  margin-left: -4px;
  font-size: 6.5rem;
  line-height: 0.8;
  font-weight: bold;
  color: transparent;
  -webkit-text-stroke-width: 2px;
  -webkit-text-stroke-color: #4d4d4d;
}
.cid-t1Bvjgbuno .card_title {
  width: 100%;
  color: #ff4300;
}
.cid-t1Bvjgbuno .icon-box {
  padding-right: 16px;
}
.cid-t1Bvjgbuno .card_text {
  margin-bottom: 0 !important;
}
@media (max-width: 575px) {
  .cid-t1Bvjgbuno .card {
    flex-wrap: wrap;
  }
  .cid-t1Bvjgbuno .transparent-number {
    font-size: 4rem;
    margin-bottom: 16px !important;
  }
}
.cid-tCbGe3Vd3R {
  margin-top: -1px;
  padding-top: 15px;
  padding-bottom: 30px;
  border-top: 1px solid #FFFFFF;
  background-color: #141414;
  overflow: hidden;
  border-bottom: 1px solid #ffffff;
}
.cid-tCbGe3Vd3R .wrapper {
  display: flex;
  justify-content: space-between;
  align-items: center;
  flex-wrap: wrap;
}
.cid-tCbGe3Vd3R .copyright {
  margin-right: 0.5rem;
}
.cid-tCbGe3Vd3R .copyright,
.cid-tCbGe3Vd3R .produced {
  margin-top: 0.5rem;
}
.cid-t1Ht1v90NH {
  z-index: 1000;
  width: 100%;
  position: relative;
  min-height: 60px;
}
.cid-t1Ht1v90NH nav.navbar {
  position: fixed;
}
.cid-t1Ht1v90NH .container-fluid {
  padding: 0;
}
.cid-t1Ht1v90NH .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-t1Ht1v90NH .dropdown-menu {
  padding: 0;
  border-radius: 4px;
  box-shadow: 0 1px 3px 0 rgba(0, 0, 0, 0.1);
}
.cid-t1Ht1v90NH .dropdown-item {
  border-bottom: 1px solid #e6e6e6;
}
.cid-t1Ht1v90NH .dropdown-item:hover,
.cid-t1Ht1v90NH .dropdown-item:focus {
  background: #141414 !important;
  color: white !important;
}
.cid-t1Ht1v90NH .dropdown-item:first-child {
  border-top-left-radius: 4px;
  border-top-right-radius: 4px;
}
.cid-t1Ht1v90NH .dropdown-item:last-child {
  border-bottom: none;
  border-bottom-left-radius: 4px;
  border-bottom-right-radius: 4px;
}
.cid-t1Ht1v90NH .nav-dropdown .link {
  padding: 0 0.3em !important;
  margin: 0.667em 1em !important;
}
.cid-t1Ht1v90NH .nav-dropdown .link.dropdown-toggle::after {
  margin-left: 0.5rem;
  margin-top: 0.2rem;
}
.cid-t1Ht1v90NH .nav-link {
  position: relative;
}
.cid-t1Ht1v90NH .nav-link::before {
  background-color: currentColor;
  display: block;
  position: absolute;
  bottom: 0;
  left: 0;
  content: "";
  height: 1px;
  width: 0%;
  -webkit-transition: width 0.5s ease-in-out;
  -moz--transition: width 0.5s ease-in-out;
  transition: width 0.5s ease-in-out;
}
.cid-t1Ht1v90NH .nav-link::after {
  background: transparent !important;
}
.cid-t1Ht1v90NH .nav-link:hover::before,
.cid-t1Ht1v90NH .nav-link :focus::before {
  width: 100%;
}
.cid-t1Ht1v90NH .container {
  display: flex;
  margin: auto;
}
.cid-t1Ht1v90NH .iconfont-wrapper {
  color: #ff4300 !important;
  font-size: 1.5rem;
  padding-right: 0.5rem;
  display: flex;
  align-items: center;
  justify-content: center;
  margin-right: 0.5rem;
  padding: 0.5rem;
  height: 2.5rem;
  width: 2.5rem;
  border: 1px solid currentColor;
}
.cid-t1Ht1v90NH .iconfont-wrapper:hover {
  background: #FFFFFF;
}
.cid-t1Ht1v90NH .iconfont-wrapper:hover .mbr-iconfont {
  color: #141414;
}
.cid-t1Ht1v90NH .dropdown-menu,
.cid-t1Ht1v90NH .navbar.opened {
  background: #141414 !important;
}
.cid-t1Ht1v90NH .nav-item:focus,
.cid-t1Ht1v90NH .nav-link:focus {
  outline: none;
}
.cid-t1Ht1v90NH .dropdown .dropdown-menu .dropdown-item {
  width: auto;
  transition: all 0.25s ease-in-out;
}
.cid-t1Ht1v90NH .dropdown .dropdown-menu .dropdown-item::after {
  right: 0.5rem;
  background: transparent !important;
}
.cid-t1Ht1v90NH .dropdown .dropdown-menu .dropdown-item .mbr-iconfont {
  margin-right: 0.5rem;
  vertical-align: sub;
}
.cid-t1Ht1v90NH .dropdown .dropdown-menu .dropdown-item .mbr-iconfont:before {
  display: inline-block;
  transform: scale(1, 1);
  transition: all 0.25s ease-in-out;
}
.cid-t1Ht1v90NH .collapsed .dropdown-menu .dropdown-item:before {
  display: none;
}
.cid-t1Ht1v90NH .collapsed .dropdown .dropdown-menu .dropdown-item {
  padding: 0.235em 1.5em 0.235em 1.5em !important;
  transition: none;
  margin: 0 !important;
}
.cid-t1Ht1v90NH .navbar {
  min-height: 70px;
  transition: all 0.3s;
  border-bottom: 1px solid #ffffff;
  box-shadow: 0 1px 3px 0 rgba(0, 0, 0, 0.1);
  background: #141414;
}
.cid-t1Ht1v90NH .navbar.opened {
  transition: all 0.3s;
}
.cid-t1Ht1v90NH .navbar .dropdown-item {
  padding: 0.5rem 1.8rem;
}
.cid-t1Ht1v90NH .navbar .navbar-logo img {
  width: auto;
}
.cid-t1Ht1v90NH .navbar .navbar-collapse {
  justify-content: flex-end;
  z-index: 1;
}
.cid-t1Ht1v90NH .navbar.collapsed {
  justify-content: center;
}
.cid-t1Ht1v90NH .navbar.collapsed .nav-item .nav-link::before {
  display: none;
}
.cid-t1Ht1v90NH .navbar.collapsed.opened .dropdown-menu {
  top: 0;
}
@media (min-width: 992px) {
  .cid-t1Ht1v90NH .navbar.collapsed.opened:not(.navbar-short) .navbar-collapse {
    max-height: calc(98.5vh - 3rem);
  }
}
.cid-t1Ht1v90NH .navbar.collapsed .dropdown-menu .dropdown-submenu {
  left: 0 !important;
}
.cid-t1Ht1v90NH .navbar.collapsed .dropdown-menu .dropdown-item:after {
  right: auto;
}
.cid-t1Ht1v90NH .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-t1Ht1v90NH .navbar.collapsed ul.navbar-nav li {
  margin: auto;
}
.cid-t1Ht1v90NH .navbar.collapsed .dropdown-menu .dropdown-item {
  padding: 0.25rem 1.5rem;
  text-align: center;
}
.cid-t1Ht1v90NH .navbar.collapsed .icons-menu {
  padding-left: 0;
  padding-right: 0;
  padding-top: 0.5rem;
  padding-bottom: 0.5rem;
}
@media (max-width: 991px) {
  .cid-t1Ht1v90NH .navbar .nav-item .nav-link::before {
    display: none;
  }
  .cid-t1Ht1v90NH .navbar.opened .dropdown-menu {
    top: 0;
  }
  .cid-t1Ht1v90NH .navbar .dropdown-menu .dropdown-submenu {
    left: 0 !important;
  }
  .cid-t1Ht1v90NH .navbar .dropdown-menu .dropdown-item:after {
    right: auto;
  }
  .cid-t1Ht1v90NH .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-t1Ht1v90NH .navbar .navbar-logo img {
    height: 3rem !important;
  }
  .cid-t1Ht1v90NH .navbar ul.navbar-nav li {
    margin: auto;
  }
  .cid-t1Ht1v90NH .navbar .dropdown-menu .dropdown-item {
    padding: 0.25rem 1.5rem !important;
    text-align: center;
  }
  .cid-t1Ht1v90NH .navbar .navbar-brand {
    flex-shrink: initial;
    flex-basis: auto;
    word-break: break-word;
    padding-right: 2rem;
  }
  .cid-t1Ht1v90NH .navbar .navbar-toggler {
    flex-basis: auto;
  }
  .cid-t1Ht1v90NH .navbar .icons-menu {
    padding-top: 0.5rem;
    padding-bottom: 0.5rem;
  }
}
.cid-t1Ht1v90NH .navbar.navbar-short {
  min-height: 60px;
}
.cid-t1Ht1v90NH .navbar.navbar-short .navbar-logo img {
  height: 2.5rem !important;
}
.cid-t1Ht1v90NH .navbar.navbar-short .navbar-brand {
  min-height: 60px;
  padding: 0;
}
.cid-t1Ht1v90NH .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-t1Ht1v90NH .navbar-brand .navbar-caption {
  line-height: inherit !important;
}
.cid-t1Ht1v90NH .navbar-brand .display-7 {
  font-size: 24px;
}
.cid-t1Ht1v90NH .navbar-brand .navbar-logo a {
  outline: none;
}
.cid-t1Ht1v90NH .dropdown-item.active,
.cid-t1Ht1v90NH .dropdown-item:active {
  background-color: transparent;
}
.cid-t1Ht1v90NH .navbar-expand-lg .navbar-nav .nav-link {
  padding: 0;
}
.cid-t1Ht1v90NH .nav-dropdown .link.dropdown-toggle {
  margin-right: 1.667em;
}
.cid-t1Ht1v90NH .nav-dropdown .link.dropdown-toggle[aria-expanded="true"] {
  margin-right: 0;
  padding: 0.667em 1.667em;
}
.cid-t1Ht1v90NH .navbar.navbar-expand-lg .dropdown .dropdown-menu {
  background: #141414;
}
.cid-t1Ht1v90NH .navbar.navbar-expand-lg .dropdown .dropdown-menu .dropdown-submenu {
  margin: 0;
  left: 100%;
}
.cid-t1Ht1v90NH .navbar .dropdown.open > .dropdown-menu {
  display: block;
}
.cid-t1Ht1v90NH ul.navbar-nav {
  flex-wrap: wrap;
}
.cid-t1Ht1v90NH .navbar-buttons {
  text-align: center;
  min-width: 170px;
}
@media (min-width: 992px) {
  .cid-t1Ht1v90NH .navbar-buttons {
    margin-bottom: -1px;
    margin-top: -1px;
  }
}
.cid-t1Ht1v90NH button.navbar-toggler {
  outline: none;
  width: 31px;
  height: 20px;
  cursor: pointer;
  transition: all 0.2s;
  position: relative;
  align-self: center;
}
.cid-t1Ht1v90NH button.navbar-toggler .hamburger span {
  position: absolute;
  right: 0;
  width: 30px;
  height: 2px;
  border-right: 5px;
  background-color: #ffffff;
}
.cid-t1Ht1v90NH button.navbar-toggler .hamburger span:nth-child(1) {
  top: 0;
  transition: all 0.2s;
}
.cid-t1Ht1v90NH button.navbar-toggler .hamburger span:nth-child(2) {
  top: 8px;
  transition: all 0.15s;
}
.cid-t1Ht1v90NH button.navbar-toggler .hamburger span:nth-child(3) {
  top: 8px;
  transition: all 0.15s;
}
.cid-t1Ht1v90NH button.navbar-toggler .hamburger span:nth-child(4) {
  top: 16px;
  transition: all 0.2s;
}
.cid-t1Ht1v90NH nav.opened .hamburger span:nth-child(1) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-t1Ht1v90NH nav.opened .hamburger span:nth-child(2) {
  transform: rotate(45deg);
  transition: all 0.25s;
}
.cid-t1Ht1v90NH nav.opened .hamburger span:nth-child(3) {
  transform: rotate(-45deg);
  transition: all 0.25s;
}
.cid-t1Ht1v90NH nav.opened .hamburger span:nth-child(4) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-t1Ht1v90NH .navbar-dropdown {
  padding: 0 24px;
  position: fixed;
}
@media (min-width: 576px) {
  .cid-t1Ht1v90NH .navbar-dropdown {
    padding: 0 40px;
    min-height: 80px;
  }
}
@media (min-width: 768px) {
  .cid-t1Ht1v90NH .navbar-dropdown {
    padding: 0 60px;
  }
}
@media (min-width: 992px) {
  .cid-t1Ht1v90NH .navbar-dropdown {
    padding: 0 0 0 60px;
  }
}
.cid-t1Ht1v90NH a.nav-link {
  display: flex;
  align-items: center;
  justify-content: center;
}
.cid-t1Ht1v90NH .icons-menu {
  flex-wrap: nowrap;
  display: flex;
  justify-content: center;
  padding-left: 1.5rem;
  padding-right: 1rem;
  padding-top: 0.3rem;
  text-align: center;
}
@media (min-width: 992px) {
  .cid-t1Ht1v90NH .icons-menu {
    padding-left: 1rem;
  }
}
@media screen and (-ms-high-contrast: active), (-ms-high-contrast: none) {
  .cid-t1Ht1v90NH .navbar {
    height: 70px;
  }
  .cid-t1Ht1v90NH .navbar.opened {
    height: auto;
  }
  .cid-t1Ht1v90NH .nav-item .nav-link:hover::before {
    width: 175%;
    max-width: calc(100% + 2rem);
    left: -1rem;
  }
}
.cid-t1Ht1v90NH .btn {
  min-height: 81px;
  margin: 0.667rem 0.667rem 1.4rem;
  padding: 0 64px;
}
@media (min-width: 992px) {
  .cid-t1Ht1v90NH .btn {
    margin: 0 0 0 0.6rem;
  }
}
.cid-t1Ht1v90NH .btn-info-outline {
  border: 1px solid currentColor;
  background: #232323 !important;
}
.cid-t1Ht1v90NH .btn-info-outline:hover {
  background: #595959 !important;
  border: 1px solid currentColor !important;
}
.cid-t1Ht1wxT0m {
  background-image: url("../../../assets/images/grafismocabecera-2.webp");
  padding-top: 1rem;
  padding-bottom: 0rem;
}
.cid-t1Ht1wxT0m .container-fluid {
  display: flex;
  flex-direction: column;
  justify-content: center;
  padding: 0;
}
.cid-t1Ht1wxT0m .content-container {
  max-width: 900px;
  display: flex;
  flex-direction: column;
  justify-content: flex-start;
  align-items: center;
  padding: 54px 60px;
  border-right: 1px solid #ffffff;
  border-left: 1px solid #ffffff;
}
.cid-t1Ht1wxT0m .content {
  max-width: 424px;
}
.cid-t1Ht1wxT0m .wrapper {
  display: flex;
  justify-content: center;
  box-sizing: border-box;
  border-top: 1px solid #ffffff;
  border-bottom: 1px solid #ffffff;
  margin: -1px -1px 0;
  padding: 0 12px;
}
.cid-t1Ht1wxT0m .mbr-section-btn {
  margin-left: 0;
  margin-right: 0;
}
.cid-t1Ht1wxT0m .btn {
  padding: 22px 34px;
  margin: 0;
}
.cid-t1Ht1wxT0m .btn-info-outline {
  transition: 0.5s;
  background: linear-gradient(to right, #ffffff 50%, #141414 50%) !important;
  background-size: 200% 100% !important;
  background-position: right !important;
  border: 1px solid currentColor;
}
.cid-t1Ht1wxT0m .btn-info-outline:hover {
  background-position: left !important;
  color: #000000 !important;
  border: 1px solid #ffffff !important;
}
@media (max-width: 575px) {
  .cid-t1Ht1wxT0m .content-container {
    padding: 3rem 24px;
  }
}
.cid-t1XJZC64Uq {
  padding-top: 0rem;
  padding-bottom: 0rem;
  background-color: #141414;
}
.cid-t1XJZC64Uq .row {
  border-top: 1px solid #FFFFFF;
  min-height: 600px;
  margin-top: -1px;
}
.cid-t1XJZC64Uq .mbr-text {
  color: #FFFFFF;
  max-width: 330px;
}
.cid-t1XJZC64Uq .color-text {
  color: #ff4300;
}
.cid-t1XJZC64Uq .custom-block {
  display: flex;
  flex-direction: column;
  padding-left: 0;
  padding-right: 0;
  color: #ffffff;
  border-bottom: 1px solid #ffffff;
}
.cid-t1XJZC64Uq .card-wrapper {
  position: relative;
  padding: 3rem 24px;
}
.cid-t1XJZC64Uq .buttons-container {
  display: flex;
  align-items: center;
  flex-wrap: wrap;
  margin-left: -12px;
}
.cid-t1XJZC64Uq .buttons-container .item-button {
  margin: 0;
}
.cid-t1XJZC64Uq .buttons-container .btn {
  margin: 0 0 16px 12px;
}
.cid-t1XJZC64Uq .buttons-container .btn-info-outline {
  border: 1px solid currentColor;
}
.cid-t1XJZC64Uq .buttons-container .btn-info-outline:hover {
  background: #FFFFFF !important;
  color: #000000 !important;
  border: 1px solid currentColor !important;
}
@media (min-width: 768px) {
  .cid-t1XJZC64Uq .wrapper {
    margin-right: -32px;
    margin-left: -32px;
    padding-right: 12px;
    padding-left: 12px;
  }
  .cid-t1XJZC64Uq .custom-block_left {
    border-right: 1px solid #ffffff;
  }
}
.cid-t1XJZC64Uq .custom-block_left {
  padding: 0;
}
.cid-t1XJZC64Uq .custom-block_left .section-btn {
  display: flex;
  justify-content: center;
  align-items: center;
  position: absolute;
  bottom: 3rem;
  right: 16px;
  margin: 0;
  box-shadow: 0 0 130px 1px #141414;
  transform: rotate(45deg);
  border-radius: 50%;
  width: 120px;
  height: 120px;
}
.cid-t1XJZC64Uq .custom-block_left .section-btn .btn-custom {
  display: flex;
  justify-content: center;
  align-items: center;
  width: 120px;
  height: 120px;
  background: #141414;
  border-radius: 50%;
  transition: 0.2s;
}
.cid-t1XJZC64Uq .custom-block_left .section-btn .btn-custom:hover {
  background: #000000;
}
.cid-t1XJZC64Uq .custom-block_left .section-btn .btn-custom span {
  display: flex;
  justify-content: center;
  align-items: center;
  width: 100%;
  height: 100%;
}
.cid-t1XJZC64Uq .card-box {
  max-width: 565px;
}
.cid-t1XJZC64Uq .image-wrapper {
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-content: center;
  padding: 0;
  border-bottom: 1px solid #ffffff;
}
@media (max-width: 991px) {
  .cid-t1XJZC64Uq .image-wrapper {
    order: -1;
    border-bottom: none;
  }
}
.cid-t1XJZC64Uq .image-wrapper img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}
@media (min-width: 992px) {
  .cid-t1XJZC64Uq .wrapper {
    padding-right: 16px;
    padding-left: 16px;
  }
  .cid-t1XJZC64Uq .card-wrapper {
    position: relative;
    padding: 60px;
  }
  .cid-t1XJZC64Uq .custom-block_left .section-btn {
    bottom: 35px;
    right: 35px;
  }
}
@media (max-width: 575px) {
  .cid-t1XJZC64Uq .custom-block_left {
    padding: 0;
  }
  .cid-t1XJZC64Uq .custom-block_left .section-btn {
    position: sticky;
    bottom: 0;
    right: 0;
    width: 80px;
    height: 80px;
  }
  .cid-t1XJZC64Uq .custom-block_left .section-btn .btn-custom {
    width: 80px;
    height: 80px;
  }
  .cid-t1XJZC64Uq .card-title-box {
    margin-bottom: 16px;
  }
  .cid-t1XJZC64Uq .mbr-text {
    max-width: 100%;
    margin-bottom: 16px !important;
  }
}
.cid-t1XJZC64Uq .card-title {
  color: #ffffff;
}
.cid-t1Ht1zqATt {
  padding-top: 0rem;
  padding-bottom: 0rem;
  background-color: #141414;
}
.cid-t1Ht1zqATt img,
.cid-t1Ht1zqATt .item-img {
  width: 100%;
}
.cid-t1Ht1zqATt .card-1 {
  background: #eac069;
}
.cid-t1Ht1zqATt .card-2 {
  background: #000000;
}
.cid-t1Ht1zqATt .card-3 {
  background: #000000;
}
.cid-t1Ht1zqATt .item-content {
  display: flex;
  flex-direction: column;
  min-height: 320px;
  padding: 24px;
  margin-right: 40px;
}
.cid-t1Ht1zqATt .item-content .link {
  margin: auto 0 0;
}
.cid-t1Ht1zqATt .item-img img {
  transform: scale3d(1, 1, 1);
  transform-style: preserve-3d;
}
.cid-t1Ht1zqATt .item:focus,
.cid-t1Ht1zqATt span:focus {
  outline: none;
}
.cid-t1Ht1zqATt .row {
  margin-left: 0;
  margin-right: 0;
}
.cid-t1Ht1zqATt .item {
  display: flex;
  justify-content: center;
  padding: 24px;
  margin: -1px 0 0;
  border-bottom: 1px solid #ffffff;
  border-top: 1px solid #ffffff;
}
@media (min-width: 576px) {
  .cid-t1Ht1zqATt .item {
    padding: 44px 40px;
  }
}
@media (min-width: 768px) {
  .cid-t1Ht1zqATt .item {
    border-right: 1px solid #ffffff;
  }
}
@media (min-width: 992px) {
  .cid-t1Ht1zqATt .item {
    padding: 44px 60px;
  }
}
@media (min-width: 1200px) {
  .cid-t1Ht1zqATt .item:last-child {
    border-right: none;
  }
}
.cid-t1Ht1zqATt .item-img {
  height: 340px;
  transition: border-color 200ms ease;
  overflow: hidden;
}
.cid-t1Ht1zqATt .item-img img {
  transition: 0.5s;
  height: 100%;
  object-fit: cover;
}
.cid-t1Ht1zqATt .item-img:hover img {
  transform: scale(1.2);
}
.cid-t1Ht1zqATt .item-wrap {
  position: relative;
  height: 100%;
  display: flex;
  flex-flow: column nowrap;
}
.cid-t1Ht1zqATt .mbr-section-btn {
  margin-top: auto !important;
}
.cid-t1Ht1zqATt .mbr-section-title {
  color: #232323;
}
.cid-t1Ht1zqATt .item-title {
  color: #ffffff;
  margin-bottom: 0;
  line-height: 1;
  text-align: left;
}
.cid-t1Ht1zqATt .item-title-black {
  color: #141414;
}
.cid-t1Ht1zqATt .mbr-text,
.cid-t1Ht1zqATt .mbr-section-btn {
  text-align: left;
}
.cid-t1Ht1zqATt .mbr-text {
  color: #ffffff;
}
.cid-t1Ht1zqATt .mbr-text-black {
  color: #141414;
}
.cid-t1Ht1zqATt .custom-row {
  margin-right: -32px;
  margin-left: -32px;
}
.cid-t1Ht1zqATt .custom-link {
  padding-right: 5px;
  border-bottom: 1px solid currentColor;
  transition: 0.5s padding ease-out;
}
.cid-t1Ht1zqATt .custom-link span {
  padding-left: 12px;
}
.cid-t1Ht1zqATt .custom-link:hover {
  transition: 0.5s padding ease-out;
  padding-left: 20px;
}
@media (max-width: 767px) {
  .cid-t1Ht1zqATt .container-fluid {
    padding: 0 32px;
  }
}
.cid-t35UmnqR49 {
  padding-top: 7rem;
  padding-bottom: 5rem;
  background-color: #141414;
}
.cid-t35UmnqR49 .mbr-section-head {
  border-bottom: 1px solid #FFFFFF;
  padding-right: 40px;
  padding-left: 40px;
  padding-bottom: 32px;
}
@media (max-width: 575px) {
  .cid-t35UmnqR49 .mbr-section-head {
    padding-right: 24px;
    padding-left: 24px;
    padding-bottom: 24px;
  }
}
@media (min-width: 992px) {
  .cid-t35UmnqR49 .mbr-section-head {
    padding-right: 60px;
    padding-left: 60px;
  }
}
.cid-t35UmnqR49 .mbr-section-title {
  color: #ff4300;
}
.cid-t35UmnqR49 .mbr-text {
  color: #FFFFFF;
  text-align: right;
}
.cid-t35UmnqR49 .container-fluid {
  padding: 0;
}
.cid-t35UmnqR49 .row {
  margin: 0;
}
.cid-t35UmnqR49 .text-container {
  padding: 40px 24px;
}
@media (min-width: 576px) {
  .cid-t35UmnqR49 .text-container {
    padding: 40px;
  }
}
@media (min-width: 992px) {
  .cid-t35UmnqR49 .text-container {
    padding: 60px;
  }
}
.cid-t35UmnqR49 .image-wrapper {
  padding: 0;
  min-height: 420px;
  overflow: hidden;
}
@media (max-width: 991px) {
  .cid-t35UmnqR49 .image-wrapper {
    height: 420px;
  }
}
.cid-t35UmnqR49 .image-wrapper img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  transition: 0.5s;
}
.cid-t35UmnqR49 .image-wrapper img:hover {
  transform: scale(1.5);
}
.cid-t35UmnqR49 .img-container {
  width: 100%;
  height: 100%;
}
@media (min-width: 992px) {
  .cid-t35UmnqR49 .img-container {
    max-width: 700px;
    overflow: hidden;
  }
}
.cid-t35UmnqR49 .item__buttons-container {
  position: relative;
  display: flex;
  align-items: center;
  flex-wrap: wrap;
  margin-left: -16px;
  margin-bottom: -16px;
}
.cid-t35UmnqR49 .item__buttons-container_round {
  align-items: flex-start;
}
.cid-t35UmnqR49 .btn {
  margin: 0;
}
.cid-t35UmnqR49 .btn span {
  display: flex;
  align-items: center;
  justify-content: center;
}
.cid-t35UmnqR49 .btn-info-outline {
  border: 1px solid currentColor;
}
.cid-t35UmnqR49 .btn-info-outline:hover {
  background: #FFFFFF !important;
  color: #000000 !important;
  border: 1px solid currentColor !important;
}
.cid-t35UmnqR49 .item__button {
  margin: 0;
}
.cid-t35UmnqR49 .item__button .btn {
  margin-left: 16px;
  margin-bottom: 16px;
}
.cid-t35UmnqR49 .mbr-section-round-btn .btn {
  min-width: 120px;
  min-height: 120px;
  border-radius: 50%;
  margin: 0 0 16px 32px;
}
@media (max-width: 575px) {
  .cid-t35UmnqR49 .mbr-section-round-btn .btn {
    min-width: 80px;
    min-height: 80px;
  }
}
.cid-t35UmnqR49 .mbr-section-round-btn .btn .mbr-iconfont {
  width: 42px;
  height: 42px;
  margin: 0;
  transform: rotate(45deg);
}
.cid-t35UmnqR49 .mbr-section-title P {
  text-align: right;
}
.cid-t36mE6PZzM {
  padding-top: 0rem;
  padding-bottom: 10rem;
  background-color: #141414;
}
.cid-t36mE6PZzM .item-img {
  width: 100%;
  margin-bottom: 12px;
}
.cid-t36mE6PZzM .item-img img {
  width: 100%;
  transform: scale3d(1, 1, 1);
  transform-style: preserve-3d;
}
.cid-t36mE6PZzM .item:focus,
.cid-t36mE6PZzM span:focus {
  outline: none;
}
.cid-t36mE6PZzM .row {
  margin-left: -32px;
  margin-right: -32px;
}
.cid-t36mE6PZzM .item {
  cursor: pointer;
  padding: 32px;
  margin: -1px 0 0;
  border-bottom: 1px solid #ffffff;
  border-top: 1px solid #ffffff;
}
.cid-t36mE6PZzM .item-img {
  border: 1px solid #595959;
  transition: border-color 200ms ease;
  overflow: hidden;
}
.cid-t36mE6PZzM .item-img img {
  transition: 0.5s;
}
.cid-t36mE6PZzM .item-img:hover {
  border: 1px solid #ffffff;
}
.cid-t36mE6PZzM .item-img:hover img {
  transform: scale(1.1);
}
.cid-t36mE6PZzM .item-wrap {
  position: relative;
  background: #000000;
  height: 100%;
  display: flex;
  flex-flow: column nowrap;
}
.cid-t36mE6PZzM .item-wrap {
  background: transparent;
}
.cid-t36mE6PZzM .mbr-section-btn {
  margin-top: auto !important;
}
.cid-t36mE6PZzM .mbr-section-title {
  color: #232323;
}
.cid-t36mE6PZzM .item-title {
  color: #ffffff;
  margin-bottom: 0;
  text-align: left;
}
.cid-t36mE6PZzM .mbr-text,
.cid-t36mE6PZzM .mbr-section-btn {
  text-align: left;
}
.cid-t36mE6PZzM .item-subtitle {
  text-align: center;
}
.cid-t36mE6PZzM .buttons-container {
  display: flex;
  align-items: center;
  flex-wrap: wrap;
  margin-left: -12px;
}
.cid-t36mE6PZzM .buttons-container .item-button {
  margin: 0;
}
.cid-t36mE6PZzM .buttons-container .btn {
  margin: 0 0 16px 12px;
}
.cid-t36mE6PZzM .buttons-container .btn-info-outline {
  border: 1px solid currentColor;
}
.cid-t36mE6PZzM .buttons-container .btn-info-outline:hover {
  background: #FFFFFF !important;
  color: #000000 !important;
  border: 1px solid currentColor !important;
}
@media (max-width: 991px) {
  .cid-t36mE6PZzM .item:not(:last-child) {
    border-bottom: 1px solid #ffffff;
  }
}
@media (min-width: 992px) {
  .cid-t36mE6PZzM .item:not(:last-child) {
    border-right: 1px solid #ffffff;
  }
}
@media (max-width: 767px) {
  .cid-t36mE6PZzM .container-fluid {
    padding: 0 32px;
  }
}
@media (max-width: 575px) {
  .cid-t36mE6PZzM .item {
    padding: 24px;
  }
}
.cid-t36ntHJloL {
  padding-top: 0rem;
  padding-bottom: 0rem;
  background-color: #141414;
}
.cid-t36ntHJloL .item:focus,
.cid-t36ntHJloL span:focus {
  outline: none;
}
.cid-t36ntHJloL .row {
  border-top: 1px solid #ffffff;
  margin-left: 0;
  margin-right: 0;
  margin-bottom: 0;
  margin-top: -1px !important;
}
.cid-t36ntHJloL .item-wrapper {
  display: flex;
  flex-flow: column nowrap;
  position: relative;
}
.cid-t36ntHJloL .item-wrapper {
  background: transparent;
}
.cid-t36ntHJloL .icon-box {
  padding-top: 24px;
}
.cid-t36ntHJloL .mbr-section-head {
  padding: 0 24px;
}
.cid-t36ntHJloL .mbr-section-btn {
  margin-top: auto !important;
}
.cid-t36ntHJloL .mbr-section-title {
  color: #232323;
}
.cid-t36ntHJloL .mbr-text,
.cid-t36ntHJloL .mbr-section-btn {
  text-align: left;
  color: #ff4300;
}
.cid-t36ntHJloL .item-title {
  text-align: left;
}
.cid-t36ntHJloL .item-subtitle {
  text-align: left;
}
.cid-t36ntHJloL .container-fluid {
  padding: 0;
}
.cid-t36ntHJloL .item {
  background: #000000;
  background: transparent;
  padding: 24px;
  box-sizing: border-box;
  border-bottom: 1px solid #FFFFFF;
}
.cid-t36ntHJloL .item .item-menu-overlay {
  opacity: 0;
  display: none !important;
}
.cid-t36ntHJloL .display-4 {
  font-size: 1.25rem;
}
@media (min-width: 576px) {
  .cid-t36ntHJloL .mbr-section-head {
    padding: 0 40px;
  }
  .cid-t36ntHJloL .item {
    padding: 44px 40px;
  }
}
@media (min-width: 992px) {
  .cid-t36ntHJloL .mbr-section-head {
    padding: 0 60px;
  }
  .cid-t36ntHJloL .row {
    margin-right: -1px;
  }
  .cid-t36ntHJloL .item {
    padding: 44px 60px;
    border-right: 1px solid #FFFFFF;
  }
}
.cid-t1XLnZKR1h {
  padding-top: 0rem;
  padding-bottom: 0rem;
  background-color: #141414;
}
.cid-t1XLnZKR1h .image-container {
  display: grid;
  grid-template-rows: 8fr 8fr;
  grid-template-columns: 10fr 9fr;
  grid-template-areas: "img1 img3" "img2 img3";
  grid-gap: 4rem;
}
@media (max-width: 767px) {
  .cid-t1XLnZKR1h .image-container {
    grid-gap: 12px;
  }
}
.cid-t1XLnZKR1h .img1 {
  grid-area: img1;
}
.cid-t1XLnZKR1h .img2 {
  grid-area: img2;
}
.cid-t1XLnZKR1h .img3 {
  grid-area: img3;
}
.cid-t1XLnZKR1h img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.cid-t1Ht1A3GTq {
  padding-top: 5rem;
  padding-bottom: 0rem;
  background-color: #141414;
}
.cid-t1Ht1A3GTq .container-fluid {
  padding: 0;
}
.cid-t1Ht1A3GTq .wrapper {
  display: flex;
  justify-content: center;
}
.cid-t1Ht1A3GTq .cards-container {
  max-width: 1180px;
  padding: 0 60px;
}
@media (max-width: 575px) {
  .cid-t1Ht1A3GTq .cards-container {
    padding: 0 24px;
  }
}
.cid-t1Ht1A3GTq .row {
  margin: 0;
  border-right: 1px solid #ffffff;
  border-left: 1px solid #ffffff;
  border-bottom: 1px solid #ffffff;
}
.cid-t1Ht1A3GTq .title-text-container {
  border-bottom: 1px solid #ffffff;
}
.cid-t1Ht1A3GTq .card {
  display: flex;
  align-items: flex-start;
  flex-direction: row;
  flex-wrap: nowrap;
  border-radius: 0;
  border-top: 1px solid #ffffff;
  padding: 32px;
  margin-top: -1px;
}
@media (max-width: 575px) {
  .cid-t1Ht1A3GTq .card {
    padding: 24px;
  }
}
@media (min-width: 992px) {
  .cid-t1Ht1A3GTq .card:first-child {
    border-right: 1px solid #ffffff;
  }
}
.cid-t1Ht1A3GTq .mbr-section-title__container {
  margin-bottom: 64px;
}
.cid-t1Ht1A3GTq .transparent-number {
  margin-right: 32px;
  margin-left: -4px;
  font-size: 6.5rem;
  line-height: 0.8;
  font-weight: bold;
  color: transparent;
  -webkit-text-stroke-width: 2px;
  -webkit-text-stroke-color: #4d4d4d;
}
.cid-t1Ht1A3GTq .card_title {
  width: 100%;
  color: #4479d9;
}
.cid-t1Ht1A3GTq .icon-box {
  padding-right: 16px;
}
.cid-t1Ht1A3GTq .card_text {
  margin-bottom: 0 !important;
}
@media (max-width: 575px) {
  .cid-t1Ht1A3GTq .card {
    flex-wrap: wrap;
  }
  .cid-t1Ht1A3GTq .transparent-number {
    font-size: 4rem;
    margin-bottom: 16px !important;
  }
}
.cid-t1Ht1ABYZy {
  padding-top: 0rem;
  padding-bottom: 4rem;
  background-color: #141414;
}
.cid-t1Ht1ABYZy .container-fluid {
  padding: 0;
}
.cid-t1Ht1ABYZy .wrapper {
  display: flex;
  justify-content: center;
}
.cid-t1Ht1ABYZy .cards-container {
  max-width: 1180px;
  padding: 0 60px;
}
@media (max-width: 575px) {
  .cid-t1Ht1ABYZy .cards-container {
    padding: 0 24px;
  }
}
.cid-t1Ht1ABYZy .row {
  margin: 0;
  border-right: 1px solid #ffffff;
  border-left: 1px solid #ffffff;
  border-bottom: 1px solid #ffffff;
}
.cid-t1Ht1ABYZy .title-text-container {
  border-bottom: 1px solid #ffffff;
}
.cid-t1Ht1ABYZy .card {
  display: flex;
  align-items: flex-start;
  flex-direction: row;
  flex-wrap: nowrap;
  border-radius: 0;
  border-top: 1px solid #ffffff;
  padding: 32px;
  margin-top: -1px;
}
@media (max-width: 575px) {
  .cid-t1Ht1ABYZy .card {
    padding: 24px;
  }
}
@media (min-width: 992px) {
  .cid-t1Ht1ABYZy .card:first-child {
    border-right: 1px solid #ffffff;
  }
}
.cid-t1Ht1ABYZy .mbr-section-title__container {
  margin-bottom: 64px;
}
.cid-t1Ht1ABYZy .transparent-number {
  margin-right: 32px;
  margin-left: -4px;
  font-size: 6.5rem;
  line-height: 0.8;
  font-weight: bold;
  color: transparent;
  -webkit-text-stroke-width: 2px;
  -webkit-text-stroke-color: #4d4d4d;
}
.cid-t1Ht1ABYZy .card_title {
  width: 100%;
  color: #ff4300;
}
.cid-t1Ht1ABYZy .icon-box {
  padding-right: 16px;
}
.cid-t1Ht1ABYZy .card_text {
  margin-bottom: 0 !important;
}
@media (max-width: 575px) {
  .cid-t1Ht1ABYZy .card {
    flex-wrap: wrap;
  }
  .cid-t1Ht1ABYZy .transparent-number {
    font-size: 4rem;
    margin-bottom: 16px !important;
  }
}
.cid-tCbGe3Vd3R {
  margin-top: -1px;
  padding-top: 15px;
  padding-bottom: 30px;
  border-top: 1px solid #FFFFFF;
  background-color: #141414;
  overflow: hidden;
  border-bottom: 1px solid #ffffff;
}
.cid-tCbGe3Vd3R .wrapper {
  display: flex;
  justify-content: space-between;
  align-items: center;
  flex-wrap: wrap;
}
.cid-tCbGe3Vd3R .copyright {
  margin-right: 0.5rem;
}
.cid-tCbGe3Vd3R .copyright,
.cid-tCbGe3Vd3R .produced {
  margin-top: 0.5rem;
}
.cid-t1XTljYy5r {
  z-index: 1000;
  width: 100%;
  position: relative;
  min-height: 60px;
}
.cid-t1XTljYy5r nav.navbar {
  position: fixed;
}
.cid-t1XTljYy5r .container-fluid {
  padding: 0;
}
.cid-t1XTljYy5r .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-t1XTljYy5r .dropdown-menu {
  padding: 0;
  border-radius: 4px;
  box-shadow: 0 1px 3px 0 rgba(0, 0, 0, 0.1);
}
.cid-t1XTljYy5r .dropdown-item {
  border-bottom: 1px solid #e6e6e6;
}
.cid-t1XTljYy5r .dropdown-item:hover,
.cid-t1XTljYy5r .dropdown-item:focus {
  background: #141414 !important;
  color: white !important;
}
.cid-t1XTljYy5r .dropdown-item:first-child {
  border-top-left-radius: 4px;
  border-top-right-radius: 4px;
}
.cid-t1XTljYy5r .dropdown-item:last-child {
  border-bottom: none;
  border-bottom-left-radius: 4px;
  border-bottom-right-radius: 4px;
}
.cid-t1XTljYy5r .nav-dropdown .link {
  padding: 0 0.3em !important;
  margin: 0.667em 1em !important;
}
.cid-t1XTljYy5r .nav-dropdown .link.dropdown-toggle::after {
  margin-left: 0.5rem;
  margin-top: 0.2rem;
}
.cid-t1XTljYy5r .nav-link {
  position: relative;
}
.cid-t1XTljYy5r .nav-link::before {
  background-color: currentColor;
  display: block;
  position: absolute;
  bottom: 0;
  left: 0;
  content: "";
  height: 1px;
  width: 0%;
  -webkit-transition: width 0.5s ease-in-out;
  -moz--transition: width 0.5s ease-in-out;
  transition: width 0.5s ease-in-out;
}
.cid-t1XTljYy5r .nav-link::after {
  background: transparent !important;
}
.cid-t1XTljYy5r .nav-link:hover::before,
.cid-t1XTljYy5r .nav-link :focus::before {
  width: 100%;
}
.cid-t1XTljYy5r .container {
  display: flex;
  margin: auto;
}
.cid-t1XTljYy5r .iconfont-wrapper {
  color: #ff4300 !important;
  font-size: 1.5rem;
  padding-right: 0.5rem;
  display: flex;
  align-items: center;
  justify-content: center;
  margin-right: 0.5rem;
  padding: 0.5rem;
  height: 2.5rem;
  width: 2.5rem;
  border: 1px solid currentColor;
}
.cid-t1XTljYy5r .iconfont-wrapper:hover {
  background: #FFFFFF;
}
.cid-t1XTljYy5r .iconfont-wrapper:hover .mbr-iconfont {
  color: #141414;
}
.cid-t1XTljYy5r .dropdown-menu,
.cid-t1XTljYy5r .navbar.opened {
  background: #141414 !important;
}
.cid-t1XTljYy5r .nav-item:focus,
.cid-t1XTljYy5r .nav-link:focus {
  outline: none;
}
.cid-t1XTljYy5r .dropdown .dropdown-menu .dropdown-item {
  width: auto;
  transition: all 0.25s ease-in-out;
}
.cid-t1XTljYy5r .dropdown .dropdown-menu .dropdown-item::after {
  right: 0.5rem;
  background: transparent !important;
}
.cid-t1XTljYy5r .dropdown .dropdown-menu .dropdown-item .mbr-iconfont {
  margin-right: 0.5rem;
  vertical-align: sub;
}
.cid-t1XTljYy5r .dropdown .dropdown-menu .dropdown-item .mbr-iconfont:before {
  display: inline-block;
  transform: scale(1, 1);
  transition: all 0.25s ease-in-out;
}
.cid-t1XTljYy5r .collapsed .dropdown-menu .dropdown-item:before {
  display: none;
}
.cid-t1XTljYy5r .collapsed .dropdown .dropdown-menu .dropdown-item {
  padding: 0.235em 1.5em 0.235em 1.5em !important;
  transition: none;
  margin: 0 !important;
}
.cid-t1XTljYy5r .navbar {
  min-height: 70px;
  transition: all 0.3s;
  border-bottom: 1px solid #ffffff;
  box-shadow: 0 1px 3px 0 rgba(0, 0, 0, 0.1);
  background: #141414;
}
.cid-t1XTljYy5r .navbar.opened {
  transition: all 0.3s;
}
.cid-t1XTljYy5r .navbar .dropdown-item {
  padding: 0.5rem 1.8rem;
}
.cid-t1XTljYy5r .navbar .navbar-logo img {
  width: auto;
}
.cid-t1XTljYy5r .navbar .navbar-collapse {
  justify-content: flex-end;
  z-index: 1;
}
.cid-t1XTljYy5r .navbar.collapsed {
  justify-content: center;
}
.cid-t1XTljYy5r .navbar.collapsed .nav-item .nav-link::before {
  display: none;
}
.cid-t1XTljYy5r .navbar.collapsed.opened .dropdown-menu {
  top: 0;
}
@media (min-width: 992px) {
  .cid-t1XTljYy5r .navbar.collapsed.opened:not(.navbar-short) .navbar-collapse {
    max-height: calc(98.5vh - 3rem);
  }
}
.cid-t1XTljYy5r .navbar.collapsed .dropdown-menu .dropdown-submenu {
  left: 0 !important;
}
.cid-t1XTljYy5r .navbar.collapsed .dropdown-menu .dropdown-item:after {
  right: auto;
}
.cid-t1XTljYy5r .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-t1XTljYy5r .navbar.collapsed ul.navbar-nav li {
  margin: auto;
}
.cid-t1XTljYy5r .navbar.collapsed .dropdown-menu .dropdown-item {
  padding: 0.25rem 1.5rem;
  text-align: center;
}
.cid-t1XTljYy5r .navbar.collapsed .icons-menu {
  padding-left: 0;
  padding-right: 0;
  padding-top: 0.5rem;
  padding-bottom: 0.5rem;
}
@media (max-width: 991px) {
  .cid-t1XTljYy5r .navbar .nav-item .nav-link::before {
    display: none;
  }
  .cid-t1XTljYy5r .navbar.opened .dropdown-menu {
    top: 0;
  }
  .cid-t1XTljYy5r .navbar .dropdown-menu .dropdown-submenu {
    left: 0 !important;
  }
  .cid-t1XTljYy5r .navbar .dropdown-menu .dropdown-item:after {
    right: auto;
  }
  .cid-t1XTljYy5r .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-t1XTljYy5r .navbar .navbar-logo img {
    height: 3rem !important;
  }
  .cid-t1XTljYy5r .navbar ul.navbar-nav li {
    margin: auto;
  }
  .cid-t1XTljYy5r .navbar .dropdown-menu .dropdown-item {
    padding: 0.25rem 1.5rem !important;
    text-align: center;
  }
  .cid-t1XTljYy5r .navbar .navbar-brand {
    flex-shrink: initial;
    flex-basis: auto;
    word-break: break-word;
    padding-right: 2rem;
  }
  .cid-t1XTljYy5r .navbar .navbar-toggler {
    flex-basis: auto;
  }
  .cid-t1XTljYy5r .navbar .icons-menu {
    padding-top: 0.5rem;
    padding-bottom: 0.5rem;
  }
}
.cid-t1XTljYy5r .navbar.navbar-short {
  min-height: 60px;
}
.cid-t1XTljYy5r .navbar.navbar-short .navbar-logo img {
  height: 2.5rem !important;
}
.cid-t1XTljYy5r .navbar.navbar-short .navbar-brand {
  min-height: 60px;
  padding: 0;
}
.cid-t1XTljYy5r .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-t1XTljYy5r .navbar-brand .navbar-caption {
  line-height: inherit !important;
}
.cid-t1XTljYy5r .navbar-brand .display-7 {
  font-size: 24px;
}
.cid-t1XTljYy5r .navbar-brand .navbar-logo a {
  outline: none;
}
.cid-t1XTljYy5r .dropdown-item.active,
.cid-t1XTljYy5r .dropdown-item:active {
  background-color: transparent;
}
.cid-t1XTljYy5r .navbar-expand-lg .navbar-nav .nav-link {
  padding: 0;
}
.cid-t1XTljYy5r .nav-dropdown .link.dropdown-toggle {
  margin-right: 1.667em;
}
.cid-t1XTljYy5r .nav-dropdown .link.dropdown-toggle[aria-expanded="true"] {
  margin-right: 0;
  padding: 0.667em 1.667em;
}
.cid-t1XTljYy5r .navbar.navbar-expand-lg .dropdown .dropdown-menu {
  background: #141414;
}
.cid-t1XTljYy5r .navbar.navbar-expand-lg .dropdown .dropdown-menu .dropdown-submenu {
  margin: 0;
  left: 100%;
}
.cid-t1XTljYy5r .navbar .dropdown.open > .dropdown-menu {
  display: block;
}
.cid-t1XTljYy5r ul.navbar-nav {
  flex-wrap: wrap;
}
.cid-t1XTljYy5r .navbar-buttons {
  text-align: center;
  min-width: 170px;
}
@media (min-width: 992px) {
  .cid-t1XTljYy5r .navbar-buttons {
    margin-bottom: -1px;
    margin-top: -1px;
  }
}
.cid-t1XTljYy5r button.navbar-toggler {
  outline: none;
  width: 31px;
  height: 20px;
  cursor: pointer;
  transition: all 0.2s;
  position: relative;
  align-self: center;
}
.cid-t1XTljYy5r button.navbar-toggler .hamburger span {
  position: absolute;
  right: 0;
  width: 30px;
  height: 2px;
  border-right: 5px;
  background-color: #ffffff;
}
.cid-t1XTljYy5r button.navbar-toggler .hamburger span:nth-child(1) {
  top: 0;
  transition: all 0.2s;
}
.cid-t1XTljYy5r button.navbar-toggler .hamburger span:nth-child(2) {
  top: 8px;
  transition: all 0.15s;
}
.cid-t1XTljYy5r button.navbar-toggler .hamburger span:nth-child(3) {
  top: 8px;
  transition: all 0.15s;
}
.cid-t1XTljYy5r button.navbar-toggler .hamburger span:nth-child(4) {
  top: 16px;
  transition: all 0.2s;
}
.cid-t1XTljYy5r nav.opened .hamburger span:nth-child(1) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-t1XTljYy5r nav.opened .hamburger span:nth-child(2) {
  transform: rotate(45deg);
  transition: all 0.25s;
}
.cid-t1XTljYy5r nav.opened .hamburger span:nth-child(3) {
  transform: rotate(-45deg);
  transition: all 0.25s;
}
.cid-t1XTljYy5r nav.opened .hamburger span:nth-child(4) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-t1XTljYy5r .navbar-dropdown {
  padding: 0 24px;
  position: fixed;
}
@media (min-width: 576px) {
  .cid-t1XTljYy5r .navbar-dropdown {
    padding: 0 40px;
    min-height: 80px;
  }
}
@media (min-width: 768px) {
  .cid-t1XTljYy5r .navbar-dropdown {
    padding: 0 60px;
  }
}
@media (min-width: 992px) {
  .cid-t1XTljYy5r .navbar-dropdown {
    padding: 0 0 0 60px;
  }
}
.cid-t1XTljYy5r a.nav-link {
  display: flex;
  align-items: center;
  justify-content: center;
}
.cid-t1XTljYy5r .icons-menu {
  flex-wrap: nowrap;
  display: flex;
  justify-content: center;
  padding-left: 1.5rem;
  padding-right: 1rem;
  padding-top: 0.3rem;
  text-align: center;
}
@media (min-width: 992px) {
  .cid-t1XTljYy5r .icons-menu {
    padding-left: 1rem;
  }
}
@media screen and (-ms-high-contrast: active), (-ms-high-contrast: none) {
  .cid-t1XTljYy5r .navbar {
    height: 70px;
  }
  .cid-t1XTljYy5r .navbar.opened {
    height: auto;
  }
  .cid-t1XTljYy5r .nav-item .nav-link:hover::before {
    width: 175%;
    max-width: calc(100% + 2rem);
    left: -1rem;
  }
}
.cid-t1XTljYy5r .btn {
  min-height: 81px;
  margin: 0.667rem 0.667rem 1.4rem;
  padding: 0 64px;
}
@media (min-width: 992px) {
  .cid-t1XTljYy5r .btn {
    margin: 0 0 0 0.6rem;
  }
}
.cid-t1XTljYy5r .btn-info-outline {
  border: 1px solid currentColor;
  background: #232323 !important;
}
.cid-t1XTljYy5r .btn-info-outline:hover {
  background: #595959 !important;
  border: 1px solid currentColor !important;
}
.cid-tpbavK3UuC {
  background-color: #000000;
  padding-top: 135px;
  padding-bottom: 90px;
}
.cid-tpbavK3UuC #goDown {
  visibility: hidden;
}
.cid-tpbavK3UuC video,
.cid-tpbavK3UuC img {
  position: absolute;
  top: 50%;
  left: 50%;
  min-width: 100%;
  min-height: 100%;
  width: auto;
  height: auto;
  z-index: 0;
  -ms-transform: translateX(-50%) translateY(-50%);
  -moz-transform: translateX(-50%) translateY(-50%);
  -webkit-transform: translateX(-50%) translateY(-50%);
  transform: translateX(-50%) translateY(-50%);
}
.cid-tpbavK3UuC .overlay {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: #000000;
  opacity: 0.7;
}
.cid-tpbavK3UuC .show {
  visibility: visible;
}
.cid-tpbavK3UuC .hide {
  visibility: hidden;
}
.cid-tpbavK3UuC .row {
  padding-left: 5% !important;
  padding-right: 5% !important;
}
.cid-tpbavK3UuC .mbr-text,
.cid-tpbavK3UuC .mbr-section-btn {
  text-align: left;
  color: #a2a0a0;
}
.cid-tpbavK3UuC H1 {
  text-align: left;
  color: #00ffe7;
}
.cid-tpbavK3UuC H3 {
  text-align: left;
  color: #ff4300;
}
.cid-t1XTllsRA6 {
  padding-top: 0rem;
  padding-bottom: 0rem;
  background-color: #141414;
}
.cid-t1XTllsRA6 .row {
  border-top: 1px solid #FFFFFF;
  min-height: 600px;
  margin-top: -1px;
}
.cid-t1XTllsRA6 .mbr-text {
  color: #FFFFFF;
  max-width: 330px;
}
.cid-t1XTllsRA6 .color-text {
  color: #ff4300;
}
.cid-t1XTllsRA6 .custom-block {
  display: flex;
  flex-direction: column;
  padding-left: 0;
  padding-right: 0;
  color: #ffffff;
  border-bottom: 1px solid #ffffff;
}
.cid-t1XTllsRA6 .card-wrapper {
  position: relative;
  padding: 3rem 24px;
}
.cid-t1XTllsRA6 .buttons-container {
  display: flex;
  align-items: center;
  flex-wrap: wrap;
  margin-left: -12px;
}
.cid-t1XTllsRA6 .buttons-container .item-button {
  margin: 0;
}
.cid-t1XTllsRA6 .buttons-container .btn {
  margin: 0 0 16px 12px;
}
.cid-t1XTllsRA6 .buttons-container .btn-info-outline {
  border: 1px solid currentColor;
}
.cid-t1XTllsRA6 .buttons-container .btn-info-outline:hover {
  background: #FFFFFF !important;
  color: #000000 !important;
  border: 1px solid currentColor !important;
}
@media (min-width: 768px) {
  .cid-t1XTllsRA6 .wrapper {
    margin-right: -32px;
    margin-left: -32px;
    padding-right: 12px;
    padding-left: 12px;
  }
  .cid-t1XTllsRA6 .custom-block_left {
    border-right: 1px solid #ffffff;
  }
}
.cid-t1XTllsRA6 .custom-block_left {
  padding: 0;
}
.cid-t1XTllsRA6 .custom-block_left .section-btn {
  display: flex;
  justify-content: center;
  align-items: center;
  position: absolute;
  bottom: 3rem;
  right: 16px;
  margin: 0;
  box-shadow: 0 0 130px 1px #141414;
  transform: rotate(45deg);
  border-radius: 50%;
  width: 120px;
  height: 120px;
}
.cid-t1XTllsRA6 .custom-block_left .section-btn .btn-custom {
  display: flex;
  justify-content: center;
  align-items: center;
  width: 120px;
  height: 120px;
  background: #141414;
  border-radius: 50%;
  transition: 0.2s;
}
.cid-t1XTllsRA6 .custom-block_left .section-btn .btn-custom:hover {
  background: #000000;
}
.cid-t1XTllsRA6 .custom-block_left .section-btn .btn-custom span {
  display: flex;
  justify-content: center;
  align-items: center;
  width: 100%;
  height: 100%;
}
.cid-t1XTllsRA6 .card-box {
  max-width: 565px;
}
.cid-t1XTllsRA6 .image-wrapper {
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-content: center;
  padding: 0;
  border-bottom: 1px solid #ffffff;
}
@media (max-width: 991px) {
  .cid-t1XTllsRA6 .image-wrapper {
    order: -1;
    border-bottom: none;
  }
}
.cid-t1XTllsRA6 .image-wrapper img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}
@media (min-width: 992px) {
  .cid-t1XTllsRA6 .wrapper {
    padding-right: 16px;
    padding-left: 16px;
  }
  .cid-t1XTllsRA6 .card-wrapper {
    position: relative;
    padding: 60px;
  }
  .cid-t1XTllsRA6 .custom-block_left .section-btn {
    bottom: 35px;
    right: 35px;
  }
}
@media (max-width: 575px) {
  .cid-t1XTllsRA6 .custom-block_left {
    padding: 0;
  }
  .cid-t1XTllsRA6 .custom-block_left .section-btn {
    position: sticky;
    bottom: 0;
    right: 0;
    width: 80px;
    height: 80px;
  }
  .cid-t1XTllsRA6 .custom-block_left .section-btn .btn-custom {
    width: 80px;
    height: 80px;
  }
  .cid-t1XTllsRA6 .card-title-box {
    margin-bottom: 16px;
  }
  .cid-t1XTllsRA6 .mbr-text {
    max-width: 100%;
    margin-bottom: 16px !important;
  }
}
.cid-t1XTllsRA6 .card-title {
  color: #ffffff;
}
.cid-t30lZpZ5dv {
  border-bottom: 1px solid #ffffff;
  background-color: #141414;
}
.cid-t30lZpZ5dv .image-container {
  padding: 0 24px;
}
@media (max-width: 991px) {
  .cid-t30lZpZ5dv .image-wrapper {
    margin-bottom: 1rem;
  }
  .cid-t30lZpZ5dv .container-fluid {
    padding: 0 12px;
  }
}
.cid-t30lZpZ5dv .row {
  flex-direction: row-reverse;
}
.cid-t30lZpZ5dv img {
  width: 100%;
}
.cid-t30lZpZ5dv .mbr-description {
  color: #ffffff;
}
.cid-t1XVuHiB6X {
  padding-top: 5rem;
  padding-bottom: 0rem;
  background-color: #141414;
}
.cid-t1XVuHiB6X .container-fluid {
  padding: 0;
}
.cid-t1XVuHiB6X .item-content {
  padding: 32px 24px;
}
@media (min-width: 576px) {
  .cid-t1XVuHiB6X .item-content {
    padding: 40px;
  }
}
.cid-t1XVuHiB6X .item:focus,
.cid-t1XVuHiB6X span:focus {
  outline: none;
}
.cid-t1XVuHiB6X .row {
  margin-left: 0;
  margin-right: 0;
}
.cid-t1XVuHiB6X .item {
  cursor: pointer;
  border: 1px solid #ffffff;
  margin: -1px 0 24px;
}
@media (min-width: 576px) {
  .cid-t1XVuHiB6X .item {
    margin: -1px 0 40px;
  }
}
@media (min-width: 992px) {
  .cid-t1XVuHiB6X .item {
    margin: -1px 0 0;
  }
  .cid-t1XVuHiB6X .item_left {
    padding-right: 40px;
  }
  .cid-t1XVuHiB6X .item_right {
    position: relative;
    top: -92px;
    padding-left: 40px;
  }
}
.cid-t1XVuHiB6X .item-img {
  overflow: hidden;
  width: 100%;
  border-bottom: 1px solid #FFFFFF;
}
.cid-t1XVuHiB6X .item-img img {
  width: 100%;
  transition: transform 0.5s;
  transform: scale3d(1, 1, 1);
  transform-style: preserve-3d;
}
.cid-t1XVuHiB6X .item-img:hover img {
  transform: scale(1.2);
}
.cid-t1XVuHiB6X .item-wrap {
  position: relative;
  background: #000000;
  height: 100%;
  display: flex;
  flex-flow: column nowrap;
}
.cid-t1XVuHiB6X .item-wrap {
  background: transparent;
}
.cid-t1XVuHiB6X .mbr-section-btn {
  margin-top: auto !important;
}
.cid-t1XVuHiB6X .title-text-container {
  margin-bottom: 40px;
}
@media (min-width: 992px) {
  .cid-t1XVuHiB6X .title-text-container {
    margin-bottom: 64px;
  }
}
.cid-t1XVuHiB6X .item-title {
  color: #ffffff;
  margin-bottom: 0;
  line-height: 1;
  text-align: left;
}
.cid-t1XVuHiB6X .item-subtitle {
  color: #ffffff;
}
.cid-t1XVuHiB6X .mbr-text,
.cid-t1XVuHiB6X .mbr-section-btn {
  text-align: left;
}
.cid-t1XVuHiB6X .items-container {
  display: flex;
  flex-direction: row;
  flex-wrap: wrap;
  justify-content: space-between;
  max-width: 1100px;
  margin: 0 auto;
  padding-left: 24px;
  padding-right: 24px;
}
@media (min-width: 576px) {
  .cid-t1XVuHiB6X .items-container {
    padding-left: 40px;
    padding-right: 40px;
  }
}
@media (min-width: 992px) {
  .cid-t1XVuHiB6X .items-container {
    padding-left: 60px;
    padding-right: 60px;
  }
}
.cid-t1XVuHiB6X .item__buttons-container {
  display: flex;
  align-items: center;
  flex-wrap: wrap;
  margin-left: -32px;
}
.cid-t1XVuHiB6X .btn {
  margin: 16px 0 0 0;
}
.cid-t1XVuHiB6X .btn-info-outline {
  border: 1px solid currentColor;
}
.cid-t1XVuHiB6X .btn-info-outline:hover {
  background: #FFFFFF !important;
  color: #000000 !important;
  border: 1px solid currentColor !important;
}
.cid-t1XVuHiB6X .item__button {
  margin-left: 32px;
}
.cid-t1XVuHiB6X .mbr-section-title {
  color: #FFFFFF;
}
.cid-t1XVuHiB6X .mbr-section-title_container {
  width: 200px;
  border-right: 1px solid #FFFFFF;
}
@media (max-width: 575px) {
  .cid-t1XVuHiB6X .mbr-section-title_container {
    width: 33%;
    padding-bottom: 24px;
    border-bottom: 1px solid #FFFFFF;
    border-right: none;
  }
}
.cid-t1XVWaB6Ez {
  padding-top: 0rem;
  padding-bottom: 5rem;
  background-color: #141414;
}
.cid-t1XVWaB6Ez .container-fluid {
  padding: 0;
}
.cid-t1XVWaB6Ez .item-content {
  padding: 32px 24px;
}
@media (min-width: 576px) {
  .cid-t1XVWaB6Ez .item-content {
    padding: 40px;
  }
}
.cid-t1XVWaB6Ez .item:focus,
.cid-t1XVWaB6Ez span:focus {
  outline: none;
}
.cid-t1XVWaB6Ez .row {
  margin-left: 0;
  margin-right: 0;
}
.cid-t1XVWaB6Ez .item {
  cursor: pointer;
  border: 1px solid #ffffff;
  margin: -1px 0 24px;
}
@media (min-width: 576px) {
  .cid-t1XVWaB6Ez .item {
    margin: -1px 0 40px;
  }
}
@media (min-width: 992px) {
  .cid-t1XVWaB6Ez .item {
    margin: -1px 0 0;
  }
  .cid-t1XVWaB6Ez .item_left {
    padding-right: 40px;
  }
  .cid-t1XVWaB6Ez .item_right {
    position: relative;
    top: -92px;
    padding-left: 40px;
  }
}
.cid-t1XVWaB6Ez .item-img {
  overflow: hidden;
  width: 100%;
  border-bottom: 1px solid #FFFFFF;
}
.cid-t1XVWaB6Ez .item-img img {
  width: 100%;
  transition: transform 0.5s;
  transform: scale3d(1, 1, 1);
  transform-style: preserve-3d;
}
.cid-t1XVWaB6Ez .item-img:hover img {
  transform: scale(1.2);
}
.cid-t1XVWaB6Ez .item-wrap {
  position: relative;
  background: #000000;
  height: 100%;
  display: flex;
  flex-flow: column nowrap;
}
.cid-t1XVWaB6Ez .item-wrap {
  background: transparent;
}
.cid-t1XVWaB6Ez .mbr-section-btn {
  margin-top: auto !important;
}
.cid-t1XVWaB6Ez .title-text-container {
  margin-bottom: 40px;
}
@media (min-width: 992px) {
  .cid-t1XVWaB6Ez .title-text-container {
    margin-bottom: 64px;
  }
}
.cid-t1XVWaB6Ez .item-title {
  color: #ffffff;
  margin-bottom: 0;
  line-height: 1;
  text-align: left;
}
.cid-t1XVWaB6Ez .item-subtitle {
  color: #ffffff;
}
.cid-t1XVWaB6Ez .mbr-text,
.cid-t1XVWaB6Ez .mbr-section-btn {
  text-align: left;
}
.cid-t1XVWaB6Ez .items-container {
  display: flex;
  flex-direction: row;
  flex-wrap: wrap;
  justify-content: space-between;
  max-width: 1100px;
  margin: 0 auto;
  padding-left: 24px;
  padding-right: 24px;
}
@media (min-width: 576px) {
  .cid-t1XVWaB6Ez .items-container {
    padding-left: 40px;
    padding-right: 40px;
  }
}
@media (min-width: 992px) {
  .cid-t1XVWaB6Ez .items-container {
    padding-left: 60px;
    padding-right: 60px;
    margin-top: 92px;
  }
}
.cid-t1XVWaB6Ez .item__buttons-container {
  display: flex;
  align-items: center;
  flex-wrap: wrap;
  margin-left: -32px;
}
.cid-t1XVWaB6Ez .btn {
  margin: 16px 0 0 0;
}
.cid-t1XVWaB6Ez .btn-info-outline {
  border: 1px solid currentColor;
}
.cid-t1XVWaB6Ez .btn-info-outline:hover {
  background: #FFFFFF !important;
  color: #000000 !important;
  border: 1px solid currentColor !important;
}
.cid-t1XVWaB6Ez .item__button {
  margin-left: 32px;
}
.cid-t1XVWaB6Ez .mbr-section-title {
  color: #FFFFFF;
}
.cid-t1XVWaB6Ez .mbr-section-title_container {
  width: 200px;
  border-right: 1px solid #FFFFFF;
}
.cid-t30BvUnFEH {
  padding-top: 3rem;
  padding-bottom: 0rem;
  background-color: #141414;
}
.cid-t30BvUnFEH .row {
  flex-direction: row-reverse;
}
.cid-t30BvUnFEH .mbr-section-head {
  border-bottom: 1px solid #FFFFFF;
  padding-right: 40px;
  padding-left: 40px;
  padding-bottom: 32px;
}
@media (max-width: 575px) {
  .cid-t30BvUnFEH .mbr-section-head {
    padding-right: 24px;
    padding-left: 24px;
    padding-bottom: 24px;
  }
}
@media (min-width: 992px) {
  .cid-t30BvUnFEH .mbr-section-head {
    padding-right: 60px;
    padding-left: 60px;
  }
}
.cid-t30BvUnFEH .mbr-section-title {
  color: #FFFFFF;
}
.cid-t30BvUnFEH .mbr-text {
  color: #FFFFFF;
}
.cid-t30BvUnFEH .container-fluid {
  padding: 0;
}
.cid-t30BvUnFEH .row {
  margin: 0;
}
.cid-t30BvUnFEH .text-container {
  padding: 40px 24px;
}
@media (min-width: 576px) {
  .cid-t30BvUnFEH .text-container {
    padding: 40px;
  }
}
@media (min-width: 992px) {
  .cid-t30BvUnFEH .text-container {
    padding: 60px;
  }
}
.cid-t30BvUnFEH .image-wrapper {
  padding: 0;
  min-height: 420px;
  overflow: hidden;
}
@media (max-width: 991px) {
  .cid-t30BvUnFEH .image-wrapper {
    height: 420px;
  }
}
.cid-t30BvUnFEH .image-wrapper img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  transition: 0.5s;
}
.cid-t30BvUnFEH .image-wrapper img:hover {
  transform: scale(1.2);
}
.cid-t30BvUnFEH .img-container {
  width: 100%;
  height: 100%;
}
@media (min-width: 992px) {
  .cid-t30BvUnFEH .img-container {
    max-width: 700px;
    overflow: hidden;
  }
}
.cid-t30BvUnFEH .item__buttons-container {
  position: relative;
  display: flex;
  align-items: center;
  flex-wrap: wrap;
  margin-left: -16px;
  margin-bottom: -16px;
}
.cid-t30BvUnFEH .item__buttons-container_round {
  align-items: flex-start;
}
.cid-t30BvUnFEH .btn {
  margin: 0;
}
.cid-t30BvUnFEH .btn span {
  display: flex;
  align-items: center;
  justify-content: center;
}
.cid-t30BvUnFEH .btn-info-outline {
  border: 1px solid currentColor;
}
.cid-t30BvUnFEH .btn-info-outline:hover {
  background: #FFFFFF !important;
  color: #000000 !important;
  border: 1px solid currentColor !important;
}
.cid-t30BvUnFEH .item__button {
  margin: 0;
}
.cid-t30BvUnFEH .item__button .btn {
  margin-left: 16px;
  margin-bottom: 16px;
}
.cid-t30BvUnFEH .mbr-section-round-btn .btn {
  min-width: 120px;
  min-height: 120px;
  border-radius: 50%;
  margin: 0 0 16px 32px;
}
@media (max-width: 575px) {
  .cid-t30BvUnFEH .mbr-section-round-btn .btn {
    min-width: 80px;
    min-height: 80px;
  }
}
.cid-t30BvUnFEH .mbr-section-round-btn .btn .mbr-iconfont {
  width: 42px;
  height: 42px;
  margin: 0;
  transform: rotate(45deg);
}
.cid-t30BwvLyqE {
  padding-top: 0rem;
  padding-bottom: 5rem;
  background-color: #141414;
}
.cid-t30BwvLyqE .mbr-section-head {
  border-bottom: 1px solid #FFFFFF;
  padding-right: 40px;
  padding-left: 40px;
  padding-bottom: 32px;
}
@media (max-width: 575px) {
  .cid-t30BwvLyqE .mbr-section-head {
    padding-right: 24px;
    padding-left: 24px;
    padding-bottom: 24px;
  }
}
@media (min-width: 992px) {
  .cid-t30BwvLyqE .mbr-section-head {
    padding-right: 60px;
    padding-left: 60px;
  }
}
.cid-t30BwvLyqE .mbr-section-title {
  color: #FFFFFF;
}
.cid-t30BwvLyqE .mbr-text {
  color: #FFFFFF;
}
.cid-t30BwvLyqE .container-fluid {
  padding: 0;
}
.cid-t30BwvLyqE .row {
  margin: 0;
}
.cid-t30BwvLyqE .text-container {
  padding: 40px 24px;
}
@media (min-width: 576px) {
  .cid-t30BwvLyqE .text-container {
    padding: 40px;
  }
}
@media (min-width: 992px) {
  .cid-t30BwvLyqE .text-container {
    padding: 60px;
  }
}
.cid-t30BwvLyqE .image-wrapper {
  padding: 0;
  min-height: 420px;
  overflow: hidden;
}
@media (max-width: 991px) {
  .cid-t30BwvLyqE .image-wrapper {
    height: 420px;
  }
}
.cid-t30BwvLyqE .image-wrapper img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  transition: 0.5s;
}
.cid-t30BwvLyqE .image-wrapper img:hover {
  transform: scale(1.2);
}
.cid-t30BwvLyqE .img-container {
  width: 100%;
  height: 100%;
}
@media (min-width: 992px) {
  .cid-t30BwvLyqE .img-container {
    max-width: 700px;
    overflow: hidden;
  }
}
.cid-t30BwvLyqE .item__buttons-container {
  position: relative;
  display: flex;
  align-items: center;
  flex-wrap: wrap;
  margin-left: -16px;
  margin-bottom: -16px;
}
.cid-t30BwvLyqE .item__buttons-container_round {
  align-items: flex-start;
}
.cid-t30BwvLyqE .btn {
  margin: 0;
}
.cid-t30BwvLyqE .btn span {
  display: flex;
  align-items: center;
  justify-content: center;
}
.cid-t30BwvLyqE .btn-info-outline {
  border: 1px solid currentColor;
}
.cid-t30BwvLyqE .btn-info-outline:hover {
  background: #FFFFFF !important;
  color: #000000 !important;
  border: 1px solid currentColor !important;
}
.cid-t30BwvLyqE .item__button {
  margin: 0;
}
.cid-t30BwvLyqE .item__button .btn {
  margin-left: 16px;
  margin-bottom: 16px;
}
.cid-t30BwvLyqE .mbr-section-round-btn .btn {
  min-width: 120px;
  min-height: 120px;
  border-radius: 50%;
  margin: 0 0 16px 32px;
}
@media (max-width: 575px) {
  .cid-t30BwvLyqE .mbr-section-round-btn .btn {
    min-width: 80px;
    min-height: 80px;
  }
}
.cid-t30BwvLyqE .mbr-section-round-btn .btn .mbr-iconfont {
  width: 42px;
  height: 42px;
  margin: 0;
  transform: rotate(45deg);
}
.cid-t2J49VXS1e {
  padding-top: 0rem;
  padding-bottom: 0rem;
  background-color: #141414;
}
.cid-t2J49VXS1e .item:focus,
.cid-t2J49VXS1e span:focus {
  outline: none;
}
.cid-t2J49VXS1e .row {
  border-top: 1px solid #ffffff;
  margin-left: 0;
  margin-right: 0;
  margin-bottom: 0;
  margin-top: -1px !important;
}
.cid-t2J49VXS1e .item-wrapper {
  display: flex;
  flex-flow: column nowrap;
  position: relative;
}
.cid-t2J49VXS1e .item-wrapper {
  background: transparent;
}
.cid-t2J49VXS1e .icon-box {
  padding-top: 24px;
}
.cid-t2J49VXS1e .mbr-section-head {
  padding: 0 24px;
}
.cid-t2J49VXS1e .mbr-section-btn {
  margin-top: auto !important;
}
.cid-t2J49VXS1e .mbr-section-title {
  color: #232323;
}
.cid-t2J49VXS1e .mbr-text,
.cid-t2J49VXS1e .mbr-section-btn {
  text-align: center;
  color: #ff4300;
}
.cid-t2J49VXS1e .item-title {
  text-align: center;
}
.cid-t2J49VXS1e .item-subtitle {
  text-align: left;
}
.cid-t2J49VXS1e .container-fluid {
  padding: 0;
}
.cid-t2J49VXS1e .item {
  background: #000000;
  background: transparent;
  padding: 24px;
  box-sizing: border-box;
  border-bottom: 1px solid #FFFFFF;
}
.cid-t2J49VXS1e .item .item-menu-overlay {
  opacity: 0;
  display: none !important;
}
.cid-t2J49VXS1e .display-4 {
  font-size: 1.25rem;
}
@media (min-width: 576px) {
  .cid-t2J49VXS1e .mbr-section-head {
    padding: 0 40px;
  }
  .cid-t2J49VXS1e .item {
    padding: 44px 40px;
  }
}
@media (min-width: 992px) {
  .cid-t2J49VXS1e .mbr-section-head {
    padding: 0 60px;
  }
  .cid-t2J49VXS1e .row {
    margin-right: -1px;
  }
  .cid-t2J49VXS1e .item {
    padding: 44px 60px;
    border-right: 1px solid #FFFFFF;
  }
}
.cid-t2J44Au0yR {
  padding-top: 10rem;
  padding-bottom: 10rem;
  background-image: url("../../../assets/images/catapan7.webp");
}
@media (max-width: 1000px) {
  .cid-t2J44Au0yR {
    padding-top: 5rem;
    padding-bottom: 5rem;
  }
}
.cid-t2J44Au0yR .card-wrapper {
  margin: 0 auto;
  background: #ffd8db;
  opacity: 0;
}
@media (max-width: 767px) {
  .cid-t2J44Au0yR .card-wrapper {
    padding: 1rem;
  }
}
@media (min-width: 768px) and (max-width: 991px) {
  .cid-t2J44Au0yR .card-wrapper {
    padding: 1rem;
  }
}
@media (min-width: 992px) {
  .cid-t2J44Au0yR .card-wrapper {
    padding: 2rem 6rem;
  }
}
.cid-t2J44Au0yR .card-box {
  display: inline-flex;
  justify-content: center;
  align-items: center;
}
.cid-t2J44Au0yR .card-title {
  margin-right: 1rem;
  opacity: 1;
}
.cid-t2J44Au0yR .btn {
  padding: 0.5rem 0.7rem;
  line-height: 22px;
}
.cid-t2J44Au0yR .btn:after {
  content: url("data:image/svg+xml; utf8, <svg class='icon' xmlns='http://www.w3.org/2000/svg' width='14' height='8' viewBox='0 0 14 8'><path fill='black' fill-rule='nonzero' d='M.146 3.611a.606.606 0 0 1 .437-.177h11.412L9.515.994C9.225.736 9.219.47 9.498.2c.28-.271.553-.265.82.018l3.5 3.394a.343.343 0 0 1 .147.177.65.65 0 0 1 0 .424.343.343 0 0 1-.146.177l-3.5 3.394c-.268.283-.541.29-.82.018-.28-.271-.274-.536.018-.796l2.479-2.44H.583a.577.577 0 0 1-.419-.158A.542.542 0 0 1 0 4c0-.165.049-.295.146-.389z'></path></svg>");
  margin-bottom: 3px;
}
.cid-t2J44Au0yR .mbr-text,
.cid-t2J44Au0yR .mbr-section-btn {
  color: #ffffff;
}
.cid-t2J44Au0yR .card-title,
.cid-t2J44Au0yR .card-box {
  text-align: center;
  color: #000000;
}
.cid-t2J4DfK2aP {
  padding-top: 0rem;
  padding-bottom: 0rem;
  background-color: #141414;
}
.cid-t2J4DfK2aP .item:focus,
.cid-t2J4DfK2aP span:focus {
  outline: none;
}
.cid-t2J4DfK2aP .row {
  border-top: 1px solid #ffffff;
  margin-left: 0;
  margin-right: 0;
  margin-bottom: 0;
  margin-top: -1px !important;
}
.cid-t2J4DfK2aP .item-wrapper {
  display: flex;
  flex-flow: column nowrap;
  position: relative;
}
.cid-t2J4DfK2aP .item-wrapper {
  background: transparent;
}
.cid-t2J4DfK2aP .icon-box {
  padding-top: 24px;
}
.cid-t2J4DfK2aP .mbr-section-head {
  padding: 0 24px;
}
.cid-t2J4DfK2aP .mbr-section-btn {
  margin-top: auto !important;
}
.cid-t2J4DfK2aP .mbr-section-title {
  color: #232323;
}
.cid-t2J4DfK2aP .mbr-text,
.cid-t2J4DfK2aP .mbr-section-btn {
  text-align: center;
  color: #ff4300;
}
.cid-t2J4DfK2aP .item-title {
  text-align: center;
}
.cid-t2J4DfK2aP .item-subtitle {
  text-align: left;
}
.cid-t2J4DfK2aP .container-fluid {
  padding: 0;
}
.cid-t2J4DfK2aP .item {
  background: #000000;
  background: transparent;
  padding: 24px;
  box-sizing: border-box;
  border-bottom: 1px solid #FFFFFF;
}
.cid-t2J4DfK2aP .item .item-menu-overlay {
  opacity: 0;
  display: none !important;
}
.cid-t2J4DfK2aP .display-4 {
  font-size: 1.25rem;
}
@media (min-width: 576px) {
  .cid-t2J4DfK2aP .mbr-section-head {
    padding: 0 40px;
  }
  .cid-t2J4DfK2aP .item {
    padding: 44px 40px;
  }
}
@media (min-width: 992px) {
  .cid-t2J4DfK2aP .mbr-section-head {
    padding: 0 60px;
  }
  .cid-t2J4DfK2aP .row {
    margin-right: -1px;
  }
  .cid-t2J4DfK2aP .item {
    padding: 44px 60px;
    border-right: 1px solid #FFFFFF;
  }
}
.cid-t2J42DMBqk {
  padding-top: 10rem;
  padding-bottom: 10rem;
  background-image: url("../../../assets/images/inn7.webp");
}
@media (max-width: 1000px) {
  .cid-t2J42DMBqk {
    padding-top: 5rem;
    padding-bottom: 5rem;
  }
}
.cid-t2J42DMBqk .card-wrapper {
  margin: 0 auto;
  background: #ffd8db;
  opacity: 0;
}
@media (max-width: 767px) {
  .cid-t2J42DMBqk .card-wrapper {
    padding: 1rem;
  }
}
@media (min-width: 768px) and (max-width: 991px) {
  .cid-t2J42DMBqk .card-wrapper {
    padding: 1rem;
  }
}
@media (min-width: 992px) {
  .cid-t2J42DMBqk .card-wrapper {
    padding: 2rem 6rem;
  }
}
.cid-t2J42DMBqk .card-box {
  display: inline-flex;
  justify-content: center;
  align-items: center;
}
.cid-t2J42DMBqk .card-title {
  margin-right: 1rem;
  opacity: 1;
}
.cid-t2J42DMBqk .btn {
  padding: 0.5rem 0.7rem;
  line-height: 22px;
}
.cid-t2J42DMBqk .btn:after {
  content: url("data:image/svg+xml; utf8, <svg class='icon' xmlns='http://www.w3.org/2000/svg' width='14' height='8' viewBox='0 0 14 8'><path fill='black' fill-rule='nonzero' d='M.146 3.611a.606.606 0 0 1 .437-.177h11.412L9.515.994C9.225.736 9.219.47 9.498.2c.28-.271.553-.265.82.018l3.5 3.394a.343.343 0 0 1 .147.177.65.65 0 0 1 0 .424.343.343 0 0 1-.146.177l-3.5 3.394c-.268.283-.541.29-.82.018-.28-.271-.274-.536.018-.796l2.479-2.44H.583a.577.577 0 0 1-.419-.158A.542.542 0 0 1 0 4c0-.165.049-.295.146-.389z'></path></svg>");
  margin-bottom: 3px;
}
.cid-t2J42DMBqk .mbr-text,
.cid-t2J42DMBqk .mbr-section-btn {
  color: #ffffff;
}
.cid-t2J42DMBqk .card-title,
.cid-t2J42DMBqk .card-box {
  text-align: center;
  color: #000000;
}
.cid-t2J4DTaDCT {
  padding-top: 0rem;
  padding-bottom: 0rem;
  background-color: #141414;
}
.cid-t2J4DTaDCT .item:focus,
.cid-t2J4DTaDCT span:focus {
  outline: none;
}
.cid-t2J4DTaDCT .row {
  border-top: 1px solid #ffffff;
  margin-left: 0;
  margin-right: 0;
  margin-bottom: 0;
  margin-top: -1px !important;
}
.cid-t2J4DTaDCT .item-wrapper {
  display: flex;
  flex-flow: column nowrap;
  position: relative;
}
.cid-t2J4DTaDCT .item-wrapper {
  background: transparent;
}
.cid-t2J4DTaDCT .icon-box {
  padding-top: 24px;
}
.cid-t2J4DTaDCT .mbr-section-head {
  padding: 0 24px;
}
.cid-t2J4DTaDCT .mbr-section-btn {
  margin-top: auto !important;
}
.cid-t2J4DTaDCT .mbr-section-title {
  color: #232323;
}
.cid-t2J4DTaDCT .mbr-text,
.cid-t2J4DTaDCT .mbr-section-btn {
  text-align: center;
  color: #ff4300;
}
.cid-t2J4DTaDCT .item-title {
  text-align: center;
}
.cid-t2J4DTaDCT .item-subtitle {
  text-align: left;
}
.cid-t2J4DTaDCT .container-fluid {
  padding: 0;
}
.cid-t2J4DTaDCT .item {
  background: #000000;
  background: transparent;
  padding: 24px;
  box-sizing: border-box;
  border-bottom: 1px solid #FFFFFF;
}
.cid-t2J4DTaDCT .item .item-menu-overlay {
  opacity: 0;
  display: none !important;
}
.cid-t2J4DTaDCT .display-4 {
  font-size: 1.25rem;
}
@media (min-width: 576px) {
  .cid-t2J4DTaDCT .mbr-section-head {
    padding: 0 40px;
  }
  .cid-t2J4DTaDCT .item {
    padding: 44px 40px;
  }
}
@media (min-width: 992px) {
  .cid-t2J4DTaDCT .mbr-section-head {
    padding: 0 60px;
  }
  .cid-t2J4DTaDCT .row {
    margin-right: -1px;
  }
  .cid-t2J4DTaDCT .item {
    padding: 44px 60px;
    border-right: 1px solid #FFFFFF;
  }
}
.cid-t2J45pdbd9 {
  padding-top: 10rem;
  padding-bottom: 10rem;
  background-image: url("../../../assets/images/laceliacoteca-1.webp");
}
@media (max-width: 1000px) {
  .cid-t2J45pdbd9 {
    padding-top: 5rem;
    padding-bottom: 5rem;
  }
}
.cid-t2J45pdbd9 .card-wrapper {
  margin: 0 auto;
  background: #ffd8db;
  opacity: 0;
}
@media (max-width: 767px) {
  .cid-t2J45pdbd9 .card-wrapper {
    padding: 1rem;
  }
}
@media (min-width: 768px) and (max-width: 991px) {
  .cid-t2J45pdbd9 .card-wrapper {
    padding: 1rem;
  }
}
@media (min-width: 992px) {
  .cid-t2J45pdbd9 .card-wrapper {
    padding: 2rem 6rem;
  }
}
.cid-t2J45pdbd9 .card-box {
  display: inline-flex;
  justify-content: center;
  align-items: center;
}
.cid-t2J45pdbd9 .card-title {
  margin-right: 1rem;
  opacity: 1;
}
.cid-t2J45pdbd9 .btn {
  padding: 0.5rem 0.7rem;
  line-height: 22px;
}
.cid-t2J45pdbd9 .btn:after {
  content: url("data:image/svg+xml; utf8, <svg class='icon' xmlns='http://www.w3.org/2000/svg' width='14' height='8' viewBox='0 0 14 8'><path fill='black' fill-rule='nonzero' d='M.146 3.611a.606.606 0 0 1 .437-.177h11.412L9.515.994C9.225.736 9.219.47 9.498.2c.28-.271.553-.265.82.018l3.5 3.394a.343.343 0 0 1 .147.177.65.65 0 0 1 0 .424.343.343 0 0 1-.146.177l-3.5 3.394c-.268.283-.541.29-.82.018-.28-.271-.274-.536.018-.796l2.479-2.44H.583a.577.577 0 0 1-.419-.158A.542.542 0 0 1 0 4c0-.165.049-.295.146-.389z'></path></svg>");
  margin-bottom: 3px;
}
.cid-t2J45pdbd9 .mbr-text,
.cid-t2J45pdbd9 .mbr-section-btn {
  color: #ffffff;
}
.cid-t2J45pdbd9 .card-title,
.cid-t2J45pdbd9 .card-box {
  text-align: center;
  color: #000000;
}
.cid-ubmPxdi39N {
  padding-top: 0rem;
  padding-bottom: 0rem;
  background-color: #141414;
}
.cid-ubmPxdi39N .item:focus,
.cid-ubmPxdi39N span:focus {
  outline: none;
}
.cid-ubmPxdi39N .row {
  border-top: 1px solid #ffffff;
  margin-left: 0;
  margin-right: 0;
  margin-bottom: 0;
  margin-top: -1px !important;
}
.cid-ubmPxdi39N .item-wrapper {
  display: flex;
  flex-flow: column nowrap;
  position: relative;
}
.cid-ubmPxdi39N .item-wrapper {
  background: transparent;
}
.cid-ubmPxdi39N .icon-box {
  padding-top: 24px;
}
.cid-ubmPxdi39N .mbr-section-head {
  padding: 0 24px;
}
.cid-ubmPxdi39N .mbr-section-btn {
  margin-top: auto !important;
}
.cid-ubmPxdi39N .mbr-section-title {
  color: #232323;
}
.cid-ubmPxdi39N .mbr-text,
.cid-ubmPxdi39N .mbr-section-btn {
  text-align: center;
  color: #ff4300;
}
.cid-ubmPxdi39N .item-title {
  text-align: center;
}
.cid-ubmPxdi39N .item-subtitle {
  text-align: left;
}
.cid-ubmPxdi39N .container-fluid {
  padding: 0;
}
.cid-ubmPxdi39N .item {
  background: #000000;
  background: transparent;
  padding: 24px;
  box-sizing: border-box;
  border-bottom: 1px solid #FFFFFF;
}
.cid-ubmPxdi39N .item .item-menu-overlay {
  opacity: 0;
  display: none !important;
}
.cid-ubmPxdi39N .display-4 {
  font-size: 1.25rem;
}
@media (min-width: 576px) {
  .cid-ubmPxdi39N .mbr-section-head {
    padding: 0 40px;
  }
  .cid-ubmPxdi39N .item {
    padding: 44px 40px;
  }
}
@media (min-width: 992px) {
  .cid-ubmPxdi39N .mbr-section-head {
    padding: 0 60px;
  }
  .cid-ubmPxdi39N .row {
    margin-right: -1px;
  }
  .cid-ubmPxdi39N .item {
    padding: 44px 60px;
    border-right: 1px solid #FFFFFF;
  }
}
.cid-ubmPisNAMa {
  padding-top: 0rem;
  padding-bottom: 0rem;
  background-color: #141414;
}
.cid-ubmPisNAMa .item-img {
  width: 100%;
  margin-bottom: 12px;
}
.cid-ubmPisNAMa .item-img img {
  width: 100%;
  transform: scale3d(1, 1, 1);
  transform-style: preserve-3d;
}
.cid-ubmPisNAMa .item:focus,
.cid-ubmPisNAMa span:focus {
  outline: none;
}
.cid-ubmPisNAMa .row {
  margin-left: -32px;
  margin-right: -32px;
}
.cid-ubmPisNAMa .item {
  cursor: pointer;
  padding: 32px;
  margin: -1px 0 0;
  border-bottom: 1px solid #ffffff;
  border-top: 1px solid #ffffff;
}
.cid-ubmPisNAMa .item-img {
  border: 1px solid #595959;
  transition: border-color 200ms ease;
  overflow: hidden;
}
.cid-ubmPisNAMa .item-img img {
  transition: 0.5s;
}
.cid-ubmPisNAMa .item-img:hover {
  border: 1px solid #ffffff;
}
.cid-ubmPisNAMa .item-img:hover img {
  transform: scale(1.2);
}
.cid-ubmPisNAMa .item-wrap {
  position: relative;
  background: #000000;
  height: 100%;
  display: flex;
  flex-flow: column nowrap;
}
.cid-ubmPisNAMa .item-wrap {
  background: transparent;
}
.cid-ubmPisNAMa .mbr-section-btn {
  margin-top: auto !important;
}
.cid-ubmPisNAMa .mbr-section-title {
  color: #232323;
}
.cid-ubmPisNAMa .item-title {
  color: #ffffff;
  margin-bottom: 0;
  text-align: left;
}
.cid-ubmPisNAMa .mbr-text,
.cid-ubmPisNAMa .mbr-section-btn {
  text-align: left;
}
.cid-ubmPisNAMa .item-subtitle {
  text-align: center;
}
.cid-ubmPisNAMa .buttons-container {
  display: flex;
  align-items: center;
  flex-wrap: wrap;
  margin-left: -12px;
}
.cid-ubmPisNAMa .buttons-container .item-button {
  margin: 0;
}
.cid-ubmPisNAMa .buttons-container .btn {
  margin: 0 0 16px 12px;
}
.cid-ubmPisNAMa .buttons-container .btn-info-outline {
  border: 1px solid currentColor;
}
.cid-ubmPisNAMa .buttons-container .btn-info-outline:hover {
  background: #FFFFFF !important;
  color: #000000 !important;
  border: 1px solid currentColor !important;
}
@media (max-width: 991px) {
  .cid-ubmPisNAMa .item:not(:last-child) {
    border-bottom: 1px solid #ffffff;
  }
}
@media (min-width: 992px) {
  .cid-ubmPisNAMa .item:not(:last-child) {
    border-right: 1px solid #ffffff;
  }
}
@media (max-width: 767px) {
  .cid-ubmPisNAMa .container-fluid {
    padding: 0 32px;
  }
}
@media (max-width: 575px) {
  .cid-ubmPisNAMa .item {
    padding: 24px;
  }
}
.cid-t1XTllYSrR {
  padding-top: 0rem;
  padding-bottom: 0rem;
  background-color: #141414;
}
.cid-t1XTllYSrR img,
.cid-t1XTllYSrR .item-img {
  width: 100%;
}
.cid-t1XTllYSrR .card-1 {
  background: #eac069;
}
.cid-t1XTllYSrR .card-2 {
  background: #000000;
}
.cid-t1XTllYSrR .card-3 {
  background: #000000;
}
.cid-t1XTllYSrR .item-content {
  display: flex;
  flex-direction: column;
  min-height: 320px;
  padding: 24px;
  margin-right: 40px;
}
.cid-t1XTllYSrR .item-content .link {
  margin: auto 0 0;
}
.cid-t1XTllYSrR .item-img img {
  transform: scale3d(1, 1, 1);
  transform-style: preserve-3d;
}
.cid-t1XTllYSrR .item:focus,
.cid-t1XTllYSrR span:focus {
  outline: none;
}
.cid-t1XTllYSrR .row {
  margin-left: 0;
  margin-right: 0;
}
.cid-t1XTllYSrR .item {
  display: flex;
  justify-content: center;
  padding: 24px;
  margin: -1px 0 0;
  border-bottom: 1px solid #ffffff;
  border-top: 1px solid #ffffff;
}
@media (min-width: 576px) {
  .cid-t1XTllYSrR .item {
    padding: 44px 40px;
  }
}
@media (min-width: 768px) {
  .cid-t1XTllYSrR .item {
    border-right: 1px solid #ffffff;
  }
}
@media (min-width: 992px) {
  .cid-t1XTllYSrR .item {
    padding: 44px 60px;
  }
}
@media (min-width: 1200px) {
  .cid-t1XTllYSrR .item:last-child {
    border-right: none;
  }
}
.cid-t1XTllYSrR .item-img {
  height: 340px;
  transition: border-color 200ms ease;
  overflow: hidden;
}
.cid-t1XTllYSrR .item-img img {
  transition: 0.5s;
  height: 100%;
  object-fit: cover;
}
.cid-t1XTllYSrR .item-img:hover img {
  transform: scale(1.2);
}
.cid-t1XTllYSrR .item-wrap {
  position: relative;
  height: 100%;
  display: flex;
  flex-flow: column nowrap;
}
.cid-t1XTllYSrR .mbr-section-btn {
  margin-top: auto !important;
}
.cid-t1XTllYSrR .mbr-section-title {
  color: #232323;
}
.cid-t1XTllYSrR .item-title {
  color: #ffffff;
  margin-bottom: 0;
  line-height: 1;
  text-align: left;
}
.cid-t1XTllYSrR .item-title-black {
  color: #141414;
}
.cid-t1XTllYSrR .mbr-text,
.cid-t1XTllYSrR .mbr-section-btn {
  text-align: left;
}
.cid-t1XTllYSrR .mbr-text {
  color: #ffffff;
}
.cid-t1XTllYSrR .mbr-text-black {
  color: #141414;
}
.cid-t1XTllYSrR .custom-row {
  margin-right: -32px;
  margin-left: -32px;
}
.cid-t1XTllYSrR .custom-link {
  padding-right: 5px;
  border-bottom: 1px solid currentColor;
  transition: 0.5s padding ease-out;
}
.cid-t1XTllYSrR .custom-link span {
  padding-left: 12px;
}
.cid-t1XTllYSrR .custom-link:hover {
  transition: 0.5s padding ease-out;
  padding-left: 20px;
}
@media (max-width: 767px) {
  .cid-t1XTllYSrR .container-fluid {
    padding: 0 32px;
  }
}
.cid-ubmSMadL9K {
  padding-top: 1rem;
  padding-bottom: 3rem;
  background-color: #141414;
}
.cid-ubmSMadL9K .mbr-media {
  position: relative;
}
.cid-ubmSMadL9K .mbr-media img {
  width: 100%;
  object-fit: cover;
}
.cid-ubmSMadL9K .icon-wrap {
  left: 50%;
  top: 50%;
  transform: translate(-50%, -50%);
  position: absolute;
}
.cid-ubmSMadL9K .mbr-media span {
  font-size: 4rem;
  transition: all 0.2s;
}
.cid-ubmSMadL9K .modalWindow {
  position: fixed;
  z-index: 5000;
  left: 0;
  top: 0;
  background-color: rgba(61, 61, 61, 0.65);
  width: 100%;
  height: 100%;
}
.cid-ubmSMadL9K .modalWindow .modalWindow-container {
  display: table-cell;
  vertical-align: middle;
}
.cid-ubmSMadL9K .modalWindow .modalWindow-video {
  height: calc(44.9943757vw);
  width: 80vw;
  margin: 0 auto;
}
.cid-ubmSMadL9K .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;
  align-items: center;
  justify-content: center;
  display: flex;
}
.cid-ubmSMadL9K .close:hover {
  opacity: 1;
  background: #000;
  color: #fff;
}
.cid-ubmSMadL9K .mbr-section-title {
  color: #FFFFFF;
}
.cid-ubmSMadL9K .mbr-section-subtitle {
  color: #FFFFFF;
}
.cid-ubmSMadL9K .mbr-fallback-image.disabled {
  display: none;
}
.cid-ubmSMadL9K .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-t1XZTtjPnO {
  padding-top: 2rem;
  padding-bottom: 3rem;
  background-color: #141414;
}
.cid-t1XZTtjPnO .row {
  display: flex;
  flex-direction: row-reverse;
  border: 1px solid #ffffff;
  margin-top: -1px;
}
.cid-t1XZTtjPnO .title-wrapper {
  padding: 0 12px;
}
.cid-t1XZTtjPnO .text-block {
  padding: 48px 24px;
}
.cid-t1XZTtjPnO .video-wrapper iframe {
  width: 100%;
}
.cid-t1XZTtjPnO .video-block {
  border-left: 1px solid #ffffff;
  padding: 0;
}
.cid-t1XZTtjPnO .mbr-section-title {
  text-align: center;
  color: #FFFFFF;
}
.cid-t1XZTtjPnO .mbr-description {
  text-align: center;
  color: #ff4300;
  padding: 16px;
}
@media (min-width: 992px) {
  .cid-t1XZTtjPnO .mbr-description {
    padding: 16px 60px 16px;
  }
}
.cid-t1XZTtjPnO .mbr-text,
.cid-t1XZTtjPnO .mbr-section-subtitle {
  color: #FFFFFF;
}
@media (max-width: 991px) {
  .cid-t1XZTtjPnO .video-block {
    border-left: none;
  }
  .cid-t1XZTtjPnO .text-block {
    border-top: 1px solid #ffffff;
  }
}
@media (min-width: 992px) {
  .cid-t1XZTtjPnO .title-wrapper {
    padding: 0 48px;
  }
  .cid-t1XZTtjPnO .text-block {
    padding: 60px;
    border-right: 1px solid #ffffff;
    margin-right: -1px;
    margin-bottom: auto;
  }
}
.cid-tecef3Pfvt {
  padding-top: 2rem;
  padding-bottom: 3rem;
  background-color: #141414;
}
.cid-tecef3Pfvt .row {
  display: flex;
  flex-direction: row-reverse;
  border: 1px solid #ffffff;
  margin-top: -1px;
}
.cid-tecef3Pfvt .title-wrapper {
  padding: 0 12px;
}
.cid-tecef3Pfvt .text-block {
  padding: 48px 24px;
}
.cid-tecef3Pfvt .video-wrapper iframe {
  width: 100%;
}
.cid-tecef3Pfvt .video-block {
  border-left: 1px solid #ffffff;
  padding: 0;
}
.cid-tecef3Pfvt .mbr-section-title {
  text-align: center;
  color: #FFFFFF;
}
.cid-tecef3Pfvt .mbr-description {
  text-align: center;
  color: #FFFFFF;
  padding: 16px;
}
@media (min-width: 992px) {
  .cid-tecef3Pfvt .mbr-description {
    padding: 16px 60px 16px;
  }
}
.cid-tecef3Pfvt .mbr-text,
.cid-tecef3Pfvt .mbr-section-subtitle {
  color: #FFFFFF;
}
@media (max-width: 991px) {
  .cid-tecef3Pfvt .video-block {
    border-left: none;
  }
  .cid-tecef3Pfvt .text-block {
    border-top: 1px solid #ffffff;
  }
}
@media (min-width: 992px) {
  .cid-tecef3Pfvt .title-wrapper {
    padding: 0 48px;
  }
  .cid-tecef3Pfvt .text-block {
    padding: 60px;
    border-right: 1px solid #ffffff;
    margin-right: -1px;
    margin-bottom: auto;
  }
}
.cid-t1Y0fpFN15 {
  padding-top: 2rem;
  padding-bottom: 3rem;
  background-color: #141414;
}
.cid-t1Y0fpFN15 .row {
  display: flex;
  flex-direction: row-reverse;
  border: 1px solid #ffffff;
  margin-top: -1px;
}
.cid-t1Y0fpFN15 .title-wrapper {
  padding: 0 12px;
}
.cid-t1Y0fpFN15 .text-block {
  padding: 48px 24px;
}
.cid-t1Y0fpFN15 .video-wrapper iframe {
  width: 100%;
}
.cid-t1Y0fpFN15 .video-block {
  border-left: 1px solid #ffffff;
  padding: 0;
}
.cid-t1Y0fpFN15 .mbr-section-title {
  text-align: center;
  color: #FFFFFF;
}
.cid-t1Y0fpFN15 .mbr-description {
  text-align: center;
  color: #FFFFFF;
  padding: 16px;
}
@media (min-width: 992px) {
  .cid-t1Y0fpFN15 .mbr-description {
    padding: 16px 60px 16px;
  }
}
.cid-t1Y0fpFN15 .mbr-text,
.cid-t1Y0fpFN15 .mbr-section-subtitle {
  color: #FFFFFF;
}
@media (max-width: 991px) {
  .cid-t1Y0fpFN15 .video-block {
    border-left: none;
  }
  .cid-t1Y0fpFN15 .text-block {
    border-top: 1px solid #ffffff;
  }
}
@media (min-width: 992px) {
  .cid-t1Y0fpFN15 .title-wrapper {
    padding: 0 48px;
  }
  .cid-t1Y0fpFN15 .text-block {
    padding: 60px;
    border-right: 1px solid #ffffff;
    margin-right: -1px;
    margin-bottom: auto;
  }
}
.cid-t2x4oeVJfZ {
  background-color: #000000;
}
.cid-t2x4oeVJfZ .carousel {
  height: 800px;
  max-height: 780px;
  overflow: hidden;
}
.cid-t2x4oeVJfZ .carousel img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
  object-fit: cover;
}
.cid-t2x4oeVJfZ .carousel-item,
.cid-t2x4oeVJfZ .carousel-inner {
  height: 100%;
}
.cid-t2x4oeVJfZ .carousel-caption {
  top: 50%;
  right: 0;
  bottom: auto;
  left: 0;
  display: -webkit-flex;
  align-items: center;
  transform: translateY(-50%);
  -webkit-align-items: center;
  padding-left: 120px;
  padding-right: 120px;
}
.cid-t2x4oeVJfZ .mobi-mbri-arrow-next {
  margin-left: 5px;
}
.cid-t2x4oeVJfZ .mobi-mbri-arrow-prev {
  margin-right: 5px;
}
.cid-t2x4oeVJfZ .carousel-control:hover {
  color: #fff;
  opacity: 1;
}
.cid-t2x4oeVJfZ .item-wrapper {
  position: relative;
  text-align: start;
  width: 100%;
}
@media (min-width: 991px) {
  .cid-t2x4oeVJfZ .item-wrapper {
    padding: 0 6rem;
  }
}
@media (min-width: 991px) {
  .cid-t2x4oeVJfZ .mbr-overlay {
    margin: 0 6rem;
  }
}
@media (max-width: 767px) {
  .cid-t2x4oeVJfZ .container .carousel-control {
    margin-bottom: 0;
  }
  .cid-t2x4oeVJfZ .content-slider-wrap {
    width: 100% !important;
  }
}
.cid-t2x4oeVJfZ .row {
  position: relative;
}
@media (min-width: 991px) {
  .cid-t2x4oeVJfZ .row {
    padding-left: 14rem;
  }
}
.cid-t2x4oeVJfZ .container {
  margin-bottom: 3px;
}
.cid-t2x4oeVJfZ .carousel-control {
  color: #ffffff;
  top: 50%;
  width: 100px;
  height: 60px;
  margin-top: -1.5rem;
  font-size: 40px;
  border-radius: 50%;
  transition: all 0.3s;
  opacity: 0.8;
}
.cid-t2x4oeVJfZ .carousel-control.carousel-control-prev {
  left: 0;
  margin-left: 2.5rem;
}
.cid-t2x4oeVJfZ .carousel-control.carousel-control-next {
  right: 0;
  margin-right: 2.5rem;
}
@media (max-width: 767px) {
  .cid-t2x4oeVJfZ .carousel-control {
    top: 40%;
  }
  .cid-t2x4oeVJfZ .carousel-control.carousel-control-prev {
    margin-left: 0.5rem;
  }
  .cid-t2x4oeVJfZ .carousel-control.carousel-control-next {
    margin-right: 0.5rem;
  }
}
.cid-t2x4oeVJfZ .buttons-wrap {
  justify-content: start;
}
.cid-t2x4oeVJfZ .container-fluid {
  padding-left: 0;
  padding-right: 0;
}
@media (max-width: 768px) {
  .cid-t2x4oeVJfZ .carousel-caption {
    padding-left: 15px;
    padding-right: 15px;
  }
  .cid-t2x4oeVJfZ .buttons-wrap {
    flex-wrap: wrap;
    flex-direction: column;
  }
  .cid-t2x4oeVJfZ .buttons-wrap .mbr-section-btn {
    margin-bottom: 10px;
  }
}
.cid-t2x4oeVJfZ .mbr-section-title {
  text-align: left;
  color: #ffffff;
}
.cid-t2x4oeVJfZ .wrap {
  z-index: 9999;
}
.cid-t2x4oeVJfZ .btnHeader {
  cursor: pointer;
  font-family: "Cormorant Garamond";
  position: absolute;
  width: 140px;
  height: 140px;
  border-radius: 50%;
  left: 25%;
  top: 70%;
  border: 1px solid #9a948d;
  justify-content: center;
  transition: border 0.5s ease;
}
@media (max-width: 991px) {
  .cid-t2x4oeVJfZ .btnHeader {
    left: 5%;
    top: 60%;
  }
}
.cid-t2x4oeVJfZ .btnHeader::before,
.cid-t2x4oeVJfZ .btnHeader::after {
  content: "";
  width: 101%;
  height: 102%;
  position: absolute;
  border-radius: 50%;
  top: -1px;
  left: 0;
}
.cid-t2x4oeVJfZ .btnHeader::before {
  border: 1px solid transparent;
  transition: border-top-color 0.1s linear, border-right-color 0.1s linear 0.1s, border-bottom-color 0.1s linear 0.2s;
}
.cid-t2x4oeVJfZ .btnHeader:hover::before {
  border-top-color: #fff;
  border-right-color: #fff;
  border-bottom-color: #fff;
}
.cid-t2x4oeVJfZ .btnHeader::after {
  border: 0 solid transparent;
  transition: transform 0.2s linear 0s, border-left-width 0s linear 0.3s;
}
.cid-t2x4oeVJfZ .btnHeader:hover::after {
  border-top: 1px solid #fff;
  border-left-color: #fff;
  border-left-width: 1px;
  bordersborder-right-width: 1px;
  borderstransform: rotate(270deg);
}
.cid-t2x4oeVJfZ .img {
  position: relative;
}
.cid-t2x4oeVJfZ .social-row {
  flex-direction: row-reverse;
  position: absolute;
  bottom: 10%;
  right: 1%;
}
.cid-t2x4oeVJfZ .soc-item {
  transform: rotate(-90deg);
  font-family: "Cormorant Garamond";
  position: relative;
  display: flex;
  cursor: pointer;
  align-items: center;
  justify-content: center;
  border-radius: 50%;
  margin-right: 0.5rem;
  margin-bottom: 1rem;
  padding: 0.5rem;
  height: 2.5rem;
  width: 2.5rem;
  -webkit-box-shadow: preserve-3d;
  -moz-box-shadow: preserve-3d;
  transform-style: preserve-3d;
}
.cid-t2x4oeVJfZ .soc-item span {
  color: #ffffff;
  z-index: 99999;
}
.cid-t2x4oeVJfZ .soc-item::before,
.cid-t2x4oeVJfZ .soc-item::after {
  content: "";
  width: 101%;
  height: 102%;
  position: absolute;
  border-radius: 50%;
  top: -1px;
  left: 0;
  -webkit-box-shadow: translateZ(-1px);
  -moz-box-shadow: translateZ(-1px);
  transform: translateZ(-1px);
}
.cid-t2x4oeVJfZ .soc-item::before {
  border: 1px solid transparent;
  transition: border-top-color 0.1s linear, border-right-color 0.1s linear 0.1s, border-bottom-color 0.1s linear 0.2s;
}
.cid-t2x4oeVJfZ .soc-item:hover::before {
  border-top-color: #4c4c4c;
  border-right-color: #4c4c4c;
  border-bottom-color: #4c4c4c;
}
.cid-t2x4oeVJfZ .soc-item::after {
  border: 0 solid transparent;
  transition: transform 0.2s linear 0s, border-left-width 0s linear 0.3s;
}
.cid-t2x4oeVJfZ .soc-item:hover::after {
  border-top: 1px solid #4c4c4c;
  border-left-color: #4c4c4c;
  border-left-width: 1px;
  bordersborder-right-width: 1px;
  borderstransform: rotate(270deg);
}
.cid-tCbGe3Vd3R {
  margin-top: -1px;
  padding-top: 15px;
  padding-bottom: 30px;
  border-top: 1px solid #FFFFFF;
  background-color: #141414;
  overflow: hidden;
  border-bottom: 1px solid #ffffff;
}
.cid-tCbGe3Vd3R .wrapper {
  display: flex;
  justify-content: space-between;
  align-items: center;
  flex-wrap: wrap;
}
.cid-tCbGe3Vd3R .copyright {
  margin-right: 0.5rem;
}
.cid-tCbGe3Vd3R .copyright,
.cid-tCbGe3Vd3R .produced {
  margin-top: 0.5rem;
}
.cid-t2grX5eDSa {
  z-index: 1000;
  width: 100%;
  position: relative;
  min-height: 60px;
}
.cid-t2grX5eDSa nav.navbar {
  position: fixed;
}
.cid-t2grX5eDSa .container-fluid {
  padding: 0;
}
.cid-t2grX5eDSa .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-t2grX5eDSa .dropdown-menu {
  padding: 0;
  border-radius: 4px;
  box-shadow: 0 1px 3px 0 rgba(0, 0, 0, 0.1);
}
.cid-t2grX5eDSa .dropdown-item {
  border-bottom: 1px solid #e6e6e6;
}
.cid-t2grX5eDSa .dropdown-item:hover,
.cid-t2grX5eDSa .dropdown-item:focus {
  background: #141414 !important;
  color: white !important;
}
.cid-t2grX5eDSa .dropdown-item:first-child {
  border-top-left-radius: 4px;
  border-top-right-radius: 4px;
}
.cid-t2grX5eDSa .dropdown-item:last-child {
  border-bottom: none;
  border-bottom-left-radius: 4px;
  border-bottom-right-radius: 4px;
}
.cid-t2grX5eDSa .nav-dropdown .link {
  padding: 0 0.3em !important;
  margin: 0.667em 1em !important;
}
.cid-t2grX5eDSa .nav-dropdown .link.dropdown-toggle::after {
  margin-left: 0.5rem;
  margin-top: 0.2rem;
}
.cid-t2grX5eDSa .nav-link {
  position: relative;
}
.cid-t2grX5eDSa .nav-link::before {
  background-color: currentColor;
  display: block;
  position: absolute;
  bottom: 0;
  left: 0;
  content: "";
  height: 1px;
  width: 0%;
  -webkit-transition: width 0.5s ease-in-out;
  -moz--transition: width 0.5s ease-in-out;
  transition: width 0.5s ease-in-out;
}
.cid-t2grX5eDSa .nav-link::after {
  background: transparent !important;
}
.cid-t2grX5eDSa .nav-link:hover::before,
.cid-t2grX5eDSa .nav-link :focus::before {
  width: 100%;
}
.cid-t2grX5eDSa .container {
  display: flex;
  margin: auto;
}
.cid-t2grX5eDSa .iconfont-wrapper {
  color: #ff4300 !important;
  font-size: 1.5rem;
  padding-right: 0.5rem;
  display: flex;
  align-items: center;
  justify-content: center;
  margin-right: 0.5rem;
  padding: 0.5rem;
  height: 2.5rem;
  width: 2.5rem;
  border: 1px solid currentColor;
}
.cid-t2grX5eDSa .iconfont-wrapper:hover {
  background: #FFFFFF;
}
.cid-t2grX5eDSa .iconfont-wrapper:hover .mbr-iconfont {
  color: #141414;
}
.cid-t2grX5eDSa .dropdown-menu,
.cid-t2grX5eDSa .navbar.opened {
  background: #141414 !important;
}
.cid-t2grX5eDSa .nav-item:focus,
.cid-t2grX5eDSa .nav-link:focus {
  outline: none;
}
.cid-t2grX5eDSa .dropdown .dropdown-menu .dropdown-item {
  width: auto;
  transition: all 0.25s ease-in-out;
}
.cid-t2grX5eDSa .dropdown .dropdown-menu .dropdown-item::after {
  right: 0.5rem;
  background: transparent !important;
}
.cid-t2grX5eDSa .dropdown .dropdown-menu .dropdown-item .mbr-iconfont {
  margin-right: 0.5rem;
  vertical-align: sub;
}
.cid-t2grX5eDSa .dropdown .dropdown-menu .dropdown-item .mbr-iconfont:before {
  display: inline-block;
  transform: scale(1, 1);
  transition: all 0.25s ease-in-out;
}
.cid-t2grX5eDSa .collapsed .dropdown-menu .dropdown-item:before {
  display: none;
}
.cid-t2grX5eDSa .collapsed .dropdown .dropdown-menu .dropdown-item {
  padding: 0.235em 1.5em 0.235em 1.5em !important;
  transition: none;
  margin: 0 !important;
}
.cid-t2grX5eDSa .navbar {
  min-height: 70px;
  transition: all 0.3s;
  border-bottom: 1px solid #ffffff;
  box-shadow: 0 1px 3px 0 rgba(0, 0, 0, 0.1);
  background: #141414;
}
.cid-t2grX5eDSa .navbar.opened {
  transition: all 0.3s;
}
.cid-t2grX5eDSa .navbar .dropdown-item {
  padding: 0.5rem 1.8rem;
}
.cid-t2grX5eDSa .navbar .navbar-logo img {
  width: auto;
}
.cid-t2grX5eDSa .navbar .navbar-collapse {
  justify-content: flex-end;
  z-index: 1;
}
.cid-t2grX5eDSa .navbar.collapsed {
  justify-content: center;
}
.cid-t2grX5eDSa .navbar.collapsed .nav-item .nav-link::before {
  display: none;
}
.cid-t2grX5eDSa .navbar.collapsed.opened .dropdown-menu {
  top: 0;
}
@media (min-width: 992px) {
  .cid-t2grX5eDSa .navbar.collapsed.opened:not(.navbar-short) .navbar-collapse {
    max-height: calc(98.5vh - 3rem);
  }
}
.cid-t2grX5eDSa .navbar.collapsed .dropdown-menu .dropdown-submenu {
  left: 0 !important;
}
.cid-t2grX5eDSa .navbar.collapsed .dropdown-menu .dropdown-item:after {
  right: auto;
}
.cid-t2grX5eDSa .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-t2grX5eDSa .navbar.collapsed ul.navbar-nav li {
  margin: auto;
}
.cid-t2grX5eDSa .navbar.collapsed .dropdown-menu .dropdown-item {
  padding: 0.25rem 1.5rem;
  text-align: center;
}
.cid-t2grX5eDSa .navbar.collapsed .icons-menu {
  padding-left: 0;
  padding-right: 0;
  padding-top: 0.5rem;
  padding-bottom: 0.5rem;
}
@media (max-width: 991px) {
  .cid-t2grX5eDSa .navbar .nav-item .nav-link::before {
    display: none;
  }
  .cid-t2grX5eDSa .navbar.opened .dropdown-menu {
    top: 0;
  }
  .cid-t2grX5eDSa .navbar .dropdown-menu .dropdown-submenu {
    left: 0 !important;
  }
  .cid-t2grX5eDSa .navbar .dropdown-menu .dropdown-item:after {
    right: auto;
  }
  .cid-t2grX5eDSa .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-t2grX5eDSa .navbar .navbar-logo img {
    height: 3rem !important;
  }
  .cid-t2grX5eDSa .navbar ul.navbar-nav li {
    margin: auto;
  }
  .cid-t2grX5eDSa .navbar .dropdown-menu .dropdown-item {
    padding: 0.25rem 1.5rem !important;
    text-align: center;
  }
  .cid-t2grX5eDSa .navbar .navbar-brand {
    flex-shrink: initial;
    flex-basis: auto;
    word-break: break-word;
    padding-right: 2rem;
  }
  .cid-t2grX5eDSa .navbar .navbar-toggler {
    flex-basis: auto;
  }
  .cid-t2grX5eDSa .navbar .icons-menu {
    padding-top: 0.5rem;
    padding-bottom: 0.5rem;
  }
}
.cid-t2grX5eDSa .navbar.navbar-short {
  min-height: 60px;
}
.cid-t2grX5eDSa .navbar.navbar-short .navbar-logo img {
  height: 2.5rem !important;
}
.cid-t2grX5eDSa .navbar.navbar-short .navbar-brand {
  min-height: 60px;
  padding: 0;
}
.cid-t2grX5eDSa .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-t2grX5eDSa .navbar-brand .navbar-caption {
  line-height: inherit !important;
}
.cid-t2grX5eDSa .navbar-brand .display-7 {
  font-size: 24px;
}
.cid-t2grX5eDSa .navbar-brand .navbar-logo a {
  outline: none;
}
.cid-t2grX5eDSa .dropdown-item.active,
.cid-t2grX5eDSa .dropdown-item:active {
  background-color: transparent;
}
.cid-t2grX5eDSa .navbar-expand-lg .navbar-nav .nav-link {
  padding: 0;
}
.cid-t2grX5eDSa .nav-dropdown .link.dropdown-toggle {
  margin-right: 1.667em;
}
.cid-t2grX5eDSa .nav-dropdown .link.dropdown-toggle[aria-expanded="true"] {
  margin-right: 0;
  padding: 0.667em 1.667em;
}
.cid-t2grX5eDSa .navbar.navbar-expand-lg .dropdown .dropdown-menu {
  background: #141414;
}
.cid-t2grX5eDSa .navbar.navbar-expand-lg .dropdown .dropdown-menu .dropdown-submenu {
  margin: 0;
  left: 100%;
}
.cid-t2grX5eDSa .navbar .dropdown.open > .dropdown-menu {
  display: block;
}
.cid-t2grX5eDSa ul.navbar-nav {
  flex-wrap: wrap;
}
.cid-t2grX5eDSa .navbar-buttons {
  text-align: center;
  min-width: 170px;
}
@media (min-width: 992px) {
  .cid-t2grX5eDSa .navbar-buttons {
    margin-bottom: -1px;
    margin-top: -1px;
  }
}
.cid-t2grX5eDSa button.navbar-toggler {
  outline: none;
  width: 31px;
  height: 20px;
  cursor: pointer;
  transition: all 0.2s;
  position: relative;
  align-self: center;
}
.cid-t2grX5eDSa button.navbar-toggler .hamburger span {
  position: absolute;
  right: 0;
  width: 30px;
  height: 2px;
  border-right: 5px;
  background-color: #ffffff;
}
.cid-t2grX5eDSa button.navbar-toggler .hamburger span:nth-child(1) {
  top: 0;
  transition: all 0.2s;
}
.cid-t2grX5eDSa button.navbar-toggler .hamburger span:nth-child(2) {
  top: 8px;
  transition: all 0.15s;
}
.cid-t2grX5eDSa button.navbar-toggler .hamburger span:nth-child(3) {
  top: 8px;
  transition: all 0.15s;
}
.cid-t2grX5eDSa button.navbar-toggler .hamburger span:nth-child(4) {
  top: 16px;
  transition: all 0.2s;
}
.cid-t2grX5eDSa nav.opened .hamburger span:nth-child(1) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-t2grX5eDSa nav.opened .hamburger span:nth-child(2) {
  transform: rotate(45deg);
  transition: all 0.25s;
}
.cid-t2grX5eDSa nav.opened .hamburger span:nth-child(3) {
  transform: rotate(-45deg);
  transition: all 0.25s;
}
.cid-t2grX5eDSa nav.opened .hamburger span:nth-child(4) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-t2grX5eDSa .navbar-dropdown {
  padding: 0 24px;
  position: fixed;
}
@media (min-width: 576px) {
  .cid-t2grX5eDSa .navbar-dropdown {
    padding: 0 40px;
    min-height: 80px;
  }
}
@media (min-width: 768px) {
  .cid-t2grX5eDSa .navbar-dropdown {
    padding: 0 60px;
  }
}
@media (min-width: 992px) {
  .cid-t2grX5eDSa .navbar-dropdown {
    padding: 0 0 0 60px;
  }
}
.cid-t2grX5eDSa a.nav-link {
  display: flex;
  align-items: center;
  justify-content: center;
}
.cid-t2grX5eDSa .icons-menu {
  flex-wrap: nowrap;
  display: flex;
  justify-content: center;
  padding-left: 1.5rem;
  padding-right: 1rem;
  padding-top: 0.3rem;
  text-align: center;
}
@media (min-width: 992px) {
  .cid-t2grX5eDSa .icons-menu {
    padding-left: 1rem;
  }
}
@media screen and (-ms-high-contrast: active), (-ms-high-contrast: none) {
  .cid-t2grX5eDSa .navbar {
    height: 70px;
  }
  .cid-t2grX5eDSa .navbar.opened {
    height: auto;
  }
  .cid-t2grX5eDSa .nav-item .nav-link:hover::before {
    width: 175%;
    max-width: calc(100% + 2rem);
    left: -1rem;
  }
}
.cid-t2grX5eDSa .btn {
  min-height: 81px;
  margin: 0.667rem 0.667rem 1.4rem;
  padding: 0 64px;
}
@media (min-width: 992px) {
  .cid-t2grX5eDSa .btn {
    margin: 0 0 0 0.6rem;
  }
}
.cid-t2grX5eDSa .btn-info-outline {
  border: 1px solid currentColor;
  background: #232323 !important;
}
.cid-t2grX5eDSa .btn-info-outline:hover {
  background: #595959 !important;
  border: 1px solid currentColor !important;
}
.cid-t2grX5W9sU {
  background-image: url("../../../assets/images/merchan2.webp");
  padding-top: 1rem;
  padding-bottom: 0rem;
}
.cid-t2grX5W9sU .container-fluid {
  display: flex;
  flex-direction: column;
  justify-content: center;
  padding: 0;
}
.cid-t2grX5W9sU .content-container {
  max-width: 900px;
  display: flex;
  flex-direction: column;
  justify-content: flex-start;
  align-items: center;
  padding: 54px 60px;
  border-right: 1px solid #ffffff;
  border-left: 1px solid #ffffff;
}
.cid-t2grX5W9sU .content {
  max-width: 424px;
}
.cid-t2grX5W9sU .wrapper {
  display: flex;
  justify-content: center;
  box-sizing: border-box;
  border-top: 1px solid #ffffff;
  border-bottom: 1px solid #ffffff;
  margin: -1px -1px 0;
  padding: 0 12px;
}
.cid-t2grX5W9sU .mbr-section-btn {
  margin-left: 0;
  margin-right: 0;
}
.cid-t2grX5W9sU .btn {
  padding: 22px 34px;
  margin: 0;
}
.cid-t2grX5W9sU .btn-info-outline {
  transition: 0.5s;
  background: linear-gradient(to right, #ffffff 50%, #141414 50%) !important;
  background-size: 200% 100% !important;
  background-position: right !important;
  border: 1px solid currentColor;
}
.cid-t2grX5W9sU .btn-info-outline:hover {
  background-position: left !important;
  color: #000000 !important;
  border: 1px solid #ffffff !important;
}
@media (max-width: 575px) {
  .cid-t2grX5W9sU .content-container {
    padding: 3rem 24px;
  }
}
.cid-t2grX6rSlq {
  padding-top: 0rem;
  padding-bottom: 0rem;
  background-color: #141414;
}
.cid-t2grX6rSlq .row {
  border-top: 1px solid #FFFFFF;
  min-height: 600px;
  margin-top: -1px;
}
.cid-t2grX6rSlq .mbr-text {
  color: #FFFFFF;
  max-width: 330px;
}
.cid-t2grX6rSlq .color-text {
  color: #ff4300;
}
.cid-t2grX6rSlq .custom-block {
  display: flex;
  flex-direction: column;
  padding-left: 0;
  padding-right: 0;
  color: #ffffff;
  border-bottom: 1px solid #ffffff;
}
.cid-t2grX6rSlq .card-wrapper {
  position: relative;
  padding: 3rem 24px;
}
.cid-t2grX6rSlq .buttons-container {
  display: flex;
  align-items: center;
  flex-wrap: wrap;
  margin-left: -12px;
}
.cid-t2grX6rSlq .buttons-container .item-button {
  margin: 0;
}
.cid-t2grX6rSlq .buttons-container .btn {
  margin: 0 0 16px 12px;
}
.cid-t2grX6rSlq .buttons-container .btn-info-outline {
  border: 1px solid currentColor;
}
.cid-t2grX6rSlq .buttons-container .btn-info-outline:hover {
  background: #FFFFFF !important;
  color: #000000 !important;
  border: 1px solid currentColor !important;
}
@media (min-width: 768px) {
  .cid-t2grX6rSlq .wrapper {
    margin-right: -32px;
    margin-left: -32px;
    padding-right: 12px;
    padding-left: 12px;
  }
  .cid-t2grX6rSlq .custom-block_left {
    border-right: 1px solid #ffffff;
  }
}
.cid-t2grX6rSlq .custom-block_left {
  padding: 0;
}
.cid-t2grX6rSlq .custom-block_left .section-btn {
  display: flex;
  justify-content: center;
  align-items: center;
  position: absolute;
  bottom: 3rem;
  right: 16px;
  margin: 0;
  box-shadow: 0 0 130px 1px #141414;
  transform: rotate(45deg);
  border-radius: 50%;
  width: 120px;
  height: 120px;
}
.cid-t2grX6rSlq .custom-block_left .section-btn .btn-custom {
  display: flex;
  justify-content: center;
  align-items: center;
  width: 120px;
  height: 120px;
  background: #141414;
  border-radius: 50%;
  transition: 0.2s;
}
.cid-t2grX6rSlq .custom-block_left .section-btn .btn-custom:hover {
  background: #000000;
}
.cid-t2grX6rSlq .custom-block_left .section-btn .btn-custom span {
  display: flex;
  justify-content: center;
  align-items: center;
  width: 100%;
  height: 100%;
}
.cid-t2grX6rSlq .card-box {
  max-width: 565px;
}
.cid-t2grX6rSlq .image-wrapper {
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-content: center;
  padding: 0;
  border-bottom: 1px solid #ffffff;
}
@media (max-width: 991px) {
  .cid-t2grX6rSlq .image-wrapper {
    order: -1;
    border-bottom: none;
  }
}
.cid-t2grX6rSlq .image-wrapper img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}
@media (min-width: 992px) {
  .cid-t2grX6rSlq .wrapper {
    padding-right: 16px;
    padding-left: 16px;
  }
  .cid-t2grX6rSlq .card-wrapper {
    position: relative;
    padding: 60px;
  }
  .cid-t2grX6rSlq .custom-block_left .section-btn {
    bottom: 35px;
    right: 35px;
  }
}
@media (max-width: 575px) {
  .cid-t2grX6rSlq .custom-block_left {
    padding: 0;
  }
  .cid-t2grX6rSlq .custom-block_left .section-btn {
    position: sticky;
    bottom: 0;
    right: 0;
    width: 80px;
    height: 80px;
  }
  .cid-t2grX6rSlq .custom-block_left .section-btn .btn-custom {
    width: 80px;
    height: 80px;
  }
  .cid-t2grX6rSlq .card-title-box {
    margin-bottom: 16px;
  }
  .cid-t2grX6rSlq .mbr-text {
    max-width: 100%;
    margin-bottom: 16px !important;
  }
}
.cid-t2grX6rSlq .card-title {
  color: #ffffff;
}
.cid-t2gzdhjWlx {
  padding-top: 0rem;
  padding-bottom: 0rem;
  background-color: #141414;
}
.cid-t2gzdhjWlx img,
.cid-t2gzdhjWlx .item-img {
  width: 100%;
}
.cid-t2gzdhjWlx .card-1 {
  background: #000000;
}
.cid-t2gzdhjWlx .card-2 {
  background: #000000;
}
.cid-t2gzdhjWlx .card-3 {
  background: #000000;
}
.cid-t2gzdhjWlx .item-content {
  display: flex;
  flex-direction: column;
  min-height: 320px;
  padding: 24px;
  margin-right: 40px;
}
.cid-t2gzdhjWlx .item-content .link {
  margin: auto 0 0;
}
.cid-t2gzdhjWlx .item-img img {
  transform: scale3d(1, 1, 1);
  transform-style: preserve-3d;
}
.cid-t2gzdhjWlx .item:focus,
.cid-t2gzdhjWlx span:focus {
  outline: none;
}
.cid-t2gzdhjWlx .row {
  margin-left: 0;
  margin-right: 0;
}
.cid-t2gzdhjWlx .item {
  display: flex;
  justify-content: center;
  padding: 24px;
  margin: -1px 0 0;
  border-bottom: 1px solid #ffffff;
  border-top: 1px solid #ffffff;
}
@media (min-width: 576px) {
  .cid-t2gzdhjWlx .item {
    padding: 44px 40px;
  }
}
@media (min-width: 768px) {
  .cid-t2gzdhjWlx .item {
    border-right: 1px solid #ffffff;
  }
}
@media (min-width: 992px) {
  .cid-t2gzdhjWlx .item {
    padding: 44px 60px;
  }
}
@media (min-width: 1200px) {
  .cid-t2gzdhjWlx .item:last-child {
    border-right: none;
  }
}
.cid-t2gzdhjWlx .item-img {
  height: 340px;
  transition: border-color 200ms ease;
  overflow: hidden;
}
.cid-t2gzdhjWlx .item-img img {
  transition: 0.5s;
  height: 100%;
  object-fit: cover;
}
.cid-t2gzdhjWlx .item-img:hover img {
  transform: scale(1.2);
}
.cid-t2gzdhjWlx .item-wrap {
  position: relative;
  height: 100%;
  display: flex;
  flex-flow: column nowrap;
}
.cid-t2gzdhjWlx .mbr-section-btn {
  margin-top: auto !important;
}
.cid-t2gzdhjWlx .mbr-section-title {
  color: #232323;
}
.cid-t2gzdhjWlx .item-title {
  color: #ffffff;
  margin-bottom: 0;
  line-height: 1;
  text-align: left;
}
.cid-t2gzdhjWlx .item-title-black {
  color: #141414;
}
.cid-t2gzdhjWlx .mbr-text,
.cid-t2gzdhjWlx .mbr-section-btn {
  text-align: left;
}
.cid-t2gzdhjWlx .mbr-text {
  color: #ffffff;
}
.cid-t2gzdhjWlx .mbr-text-black {
  color: #141414;
}
.cid-t2gzdhjWlx .custom-row {
  margin-right: -32px;
  margin-left: -32px;
}
.cid-t2gzdhjWlx .custom-link {
  padding-right: 5px;
  border-bottom: 1px solid currentColor;
  transition: 0.5s padding ease-out;
}
.cid-t2gzdhjWlx .custom-link span {
  padding-left: 12px;
}
.cid-t2gzdhjWlx .custom-link:hover {
  transition: 0.5s padding ease-out;
  padding-left: 20px;
}
@media (max-width: 767px) {
  .cid-t2gzdhjWlx .container-fluid {
    padding: 0 32px;
  }
}
.cid-t2gzdhjWlx .item-title-black {
  color: #ffffff;
}
.cid-t2gzdhjWlx .mbr-text-black {
  color: #ffffff;
}
.cid-t2x1UxjM9r {
  padding-top: 2rem;
  padding-bottom: 3rem;
  background-color: #141414;
}
.cid-t2x1UxjM9r .row {
  display: flex;
  flex-direction: row-reverse;
  border: 1px solid #ffffff;
  margin-top: -1px;
}
.cid-t2x1UxjM9r .title-wrapper {
  padding: 0 12px;
}
.cid-t2x1UxjM9r .text-block {
  padding: 48px 24px;
}
.cid-t2x1UxjM9r .video-wrapper iframe {
  width: 100%;
}
.cid-t2x1UxjM9r .video-block {
  border-left: 1px solid #ffffff;
  padding: 0;
}
.cid-t2x1UxjM9r .mbr-section-title {
  text-align: center;
  color: #FFFFFF;
}
.cid-t2x1UxjM9r .mbr-description {
  text-align: center;
  color: #FFFFFF;
  padding: 16px;
}
@media (min-width: 992px) {
  .cid-t2x1UxjM9r .mbr-description {
    padding: 16px 60px 16px;
  }
}
.cid-t2x1UxjM9r .mbr-text,
.cid-t2x1UxjM9r .mbr-section-subtitle {
  color: #FFFFFF;
}
@media (max-width: 991px) {
  .cid-t2x1UxjM9r .video-block {
    border-left: none;
  }
  .cid-t2x1UxjM9r .text-block {
    border-top: 1px solid #ffffff;
  }
}
@media (min-width: 992px) {
  .cid-t2x1UxjM9r .title-wrapper {
    padding: 0 48px;
  }
  .cid-t2x1UxjM9r .text-block {
    padding: 60px;
    border-right: 1px solid #ffffff;
    margin-right: -1px;
    margin-bottom: auto;
  }
}
.cid-t2x1Vrj0u3 {
  padding-top: 2rem;
  padding-bottom: 3rem;
  background-color: #141414;
}
.cid-t2x1Vrj0u3 .row {
  display: flex;
  flex-direction: row-reverse;
  border: 1px solid #ffffff;
  margin-top: -1px;
}
.cid-t2x1Vrj0u3 .title-wrapper {
  padding: 0 12px;
}
.cid-t2x1Vrj0u3 .text-block {
  padding: 48px 24px;
}
.cid-t2x1Vrj0u3 .video-wrapper iframe {
  width: 100%;
}
.cid-t2x1Vrj0u3 .video-block {
  border-left: 1px solid #ffffff;
  padding: 0;
}
.cid-t2x1Vrj0u3 .mbr-section-title {
  text-align: center;
  color: #FFFFFF;
}
.cid-t2x1Vrj0u3 .mbr-description {
  text-align: center;
  color: #FFFFFF;
  padding: 16px;
}
@media (min-width: 992px) {
  .cid-t2x1Vrj0u3 .mbr-description {
    padding: 16px 60px 16px;
  }
}
.cid-t2x1Vrj0u3 .mbr-text,
.cid-t2x1Vrj0u3 .mbr-section-subtitle {
  color: #FFFFFF;
}
@media (max-width: 991px) {
  .cid-t2x1Vrj0u3 .video-block {
    border-left: none;
  }
  .cid-t2x1Vrj0u3 .text-block {
    border-top: 1px solid #ffffff;
  }
}
@media (min-width: 992px) {
  .cid-t2x1Vrj0u3 .title-wrapper {
    padding: 0 48px;
  }
  .cid-t2x1Vrj0u3 .text-block {
    padding: 60px;
    border-right: 1px solid #ffffff;
    margin-right: -1px;
    margin-bottom: auto;
  }
}
.cid-t2grX6SP6Y {
  padding-top: 0rem;
  padding-bottom: 0rem;
  background-color: #141414;
}
.cid-t2grX6SP6Y img,
.cid-t2grX6SP6Y .item-img {
  width: 100%;
}
.cid-t2grX6SP6Y .card-1 {
  background: #eac069;
}
.cid-t2grX6SP6Y .card-2 {
  background: #000000;
}
.cid-t2grX6SP6Y .card-3 {
  background: #000000;
}
.cid-t2grX6SP6Y .item-content {
  display: flex;
  flex-direction: column;
  min-height: 320px;
  padding: 24px;
  margin-right: 40px;
}
.cid-t2grX6SP6Y .item-content .link {
  margin: auto 0 0;
}
.cid-t2grX6SP6Y .item-img img {
  transform: scale3d(1, 1, 1);
  transform-style: preserve-3d;
}
.cid-t2grX6SP6Y .item:focus,
.cid-t2grX6SP6Y span:focus {
  outline: none;
}
.cid-t2grX6SP6Y .row {
  margin-left: 0;
  margin-right: 0;
}
.cid-t2grX6SP6Y .item {
  display: flex;
  justify-content: center;
  padding: 24px;
  margin: -1px 0 0;
  border-bottom: 1px solid #ffffff;
  border-top: 1px solid #ffffff;
}
@media (min-width: 576px) {
  .cid-t2grX6SP6Y .item {
    padding: 44px 40px;
  }
}
@media (min-width: 768px) {
  .cid-t2grX6SP6Y .item {
    border-right: 1px solid #ffffff;
  }
}
@media (min-width: 992px) {
  .cid-t2grX6SP6Y .item {
    padding: 44px 60px;
  }
}
@media (min-width: 1200px) {
  .cid-t2grX6SP6Y .item:last-child {
    border-right: none;
  }
}
.cid-t2grX6SP6Y .item-img {
  height: 340px;
  transition: border-color 200ms ease;
  overflow: hidden;
}
.cid-t2grX6SP6Y .item-img img {
  transition: 0.5s;
  height: 100%;
  object-fit: cover;
}
.cid-t2grX6SP6Y .item-img:hover img {
  transform: scale(1.2);
}
.cid-t2grX6SP6Y .item-wrap {
  position: relative;
  height: 100%;
  display: flex;
  flex-flow: column nowrap;
}
.cid-t2grX6SP6Y .mbr-section-btn {
  margin-top: auto !important;
}
.cid-t2grX6SP6Y .mbr-section-title {
  color: #232323;
}
.cid-t2grX6SP6Y .item-title {
  color: #ffffff;
  margin-bottom: 0;
  line-height: 1;
  text-align: left;
}
.cid-t2grX6SP6Y .item-title-black {
  color: #141414;
}
.cid-t2grX6SP6Y .mbr-text,
.cid-t2grX6SP6Y .mbr-section-btn {
  text-align: left;
}
.cid-t2grX6SP6Y .mbr-text {
  color: #ffffff;
}
.cid-t2grX6SP6Y .mbr-text-black {
  color: #141414;
}
.cid-t2grX6SP6Y .custom-row {
  margin-right: -32px;
  margin-left: -32px;
}
.cid-t2grX6SP6Y .custom-link {
  padding-right: 5px;
  border-bottom: 1px solid currentColor;
  transition: 0.5s padding ease-out;
}
.cid-t2grX6SP6Y .custom-link span {
  padding-left: 12px;
}
.cid-t2grX6SP6Y .custom-link:hover {
  transition: 0.5s padding ease-out;
  padding-left: 20px;
}
@media (max-width: 767px) {
  .cid-t2grX6SP6Y .container-fluid {
    padding: 0 32px;
  }
}
.cid-tCbGe3Vd3R {
  margin-top: -1px;
  padding-top: 15px;
  padding-bottom: 30px;
  border-top: 1px solid #FFFFFF;
  background-color: #141414;
  overflow: hidden;
  border-bottom: 1px solid #ffffff;
}
.cid-tCbGe3Vd3R .wrapper {
  display: flex;
  justify-content: space-between;
  align-items: center;
  flex-wrap: wrap;
}
.cid-tCbGe3Vd3R .copyright {
  margin-right: 0.5rem;
}
.cid-tCbGe3Vd3R .copyright,
.cid-tCbGe3Vd3R .produced {
  margin-top: 0.5rem;
}
.cid-t2xllaaHSA {
  z-index: 1000;
  width: 100%;
  position: relative;
  min-height: 60px;
}
.cid-t2xllaaHSA nav.navbar {
  position: fixed;
}
.cid-t2xllaaHSA .container-fluid {
  padding: 0;
}
.cid-t2xllaaHSA .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-t2xllaaHSA .dropdown-menu {
  padding: 0;
  border-radius: 4px;
  box-shadow: 0 1px 3px 0 rgba(0, 0, 0, 0.1);
}
.cid-t2xllaaHSA .dropdown-item {
  border-bottom: 1px solid #e6e6e6;
}
.cid-t2xllaaHSA .dropdown-item:hover,
.cid-t2xllaaHSA .dropdown-item:focus {
  background: #141414 !important;
  color: white !important;
}
.cid-t2xllaaHSA .dropdown-item:first-child {
  border-top-left-radius: 4px;
  border-top-right-radius: 4px;
}
.cid-t2xllaaHSA .dropdown-item:last-child {
  border-bottom: none;
  border-bottom-left-radius: 4px;
  border-bottom-right-radius: 4px;
}
.cid-t2xllaaHSA .nav-dropdown .link {
  padding: 0 0.3em !important;
  margin: 0.667em 1em !important;
}
.cid-t2xllaaHSA .nav-dropdown .link.dropdown-toggle::after {
  margin-left: 0.5rem;
  margin-top: 0.2rem;
}
.cid-t2xllaaHSA .nav-link {
  position: relative;
}
.cid-t2xllaaHSA .nav-link::before {
  background-color: currentColor;
  display: block;
  position: absolute;
  bottom: 0;
  left: 0;
  content: "";
  height: 1px;
  width: 0%;
  -webkit-transition: width 0.5s ease-in-out;
  -moz--transition: width 0.5s ease-in-out;
  transition: width 0.5s ease-in-out;
}
.cid-t2xllaaHSA .nav-link::after {
  background: transparent !important;
}
.cid-t2xllaaHSA .nav-link:hover::before,
.cid-t2xllaaHSA .nav-link :focus::before {
  width: 100%;
}
.cid-t2xllaaHSA .container {
  display: flex;
  margin: auto;
}
.cid-t2xllaaHSA .iconfont-wrapper {
  color: #ff4300 !important;
  font-size: 1.5rem;
  padding-right: 0.5rem;
  display: flex;
  align-items: center;
  justify-content: center;
  margin-right: 0.5rem;
  padding: 0.5rem;
  height: 2.5rem;
  width: 2.5rem;
  border: 1px solid currentColor;
}
.cid-t2xllaaHSA .iconfont-wrapper:hover {
  background: #FFFFFF;
}
.cid-t2xllaaHSA .iconfont-wrapper:hover .mbr-iconfont {
  color: #141414;
}
.cid-t2xllaaHSA .dropdown-menu,
.cid-t2xllaaHSA .navbar.opened {
  background: #141414 !important;
}
.cid-t2xllaaHSA .nav-item:focus,
.cid-t2xllaaHSA .nav-link:focus {
  outline: none;
}
.cid-t2xllaaHSA .dropdown .dropdown-menu .dropdown-item {
  width: auto;
  transition: all 0.25s ease-in-out;
}
.cid-t2xllaaHSA .dropdown .dropdown-menu .dropdown-item::after {
  right: 0.5rem;
  background: transparent !important;
}
.cid-t2xllaaHSA .dropdown .dropdown-menu .dropdown-item .mbr-iconfont {
  margin-right: 0.5rem;
  vertical-align: sub;
}
.cid-t2xllaaHSA .dropdown .dropdown-menu .dropdown-item .mbr-iconfont:before {
  display: inline-block;
  transform: scale(1, 1);
  transition: all 0.25s ease-in-out;
}
.cid-t2xllaaHSA .collapsed .dropdown-menu .dropdown-item:before {
  display: none;
}
.cid-t2xllaaHSA .collapsed .dropdown .dropdown-menu .dropdown-item {
  padding: 0.235em 1.5em 0.235em 1.5em !important;
  transition: none;
  margin: 0 !important;
}
.cid-t2xllaaHSA .navbar {
  min-height: 70px;
  transition: all 0.3s;
  border-bottom: 1px solid #ffffff;
  box-shadow: 0 1px 3px 0 rgba(0, 0, 0, 0.1);
  background: #141414;
}
.cid-t2xllaaHSA .navbar.opened {
  transition: all 0.3s;
}
.cid-t2xllaaHSA .navbar .dropdown-item {
  padding: 0.5rem 1.8rem;
}
.cid-t2xllaaHSA .navbar .navbar-logo img {
  width: auto;
}
.cid-t2xllaaHSA .navbar .navbar-collapse {
  justify-content: flex-end;
  z-index: 1;
}
.cid-t2xllaaHSA .navbar.collapsed {
  justify-content: center;
}
.cid-t2xllaaHSA .navbar.collapsed .nav-item .nav-link::before {
  display: none;
}
.cid-t2xllaaHSA .navbar.collapsed.opened .dropdown-menu {
  top: 0;
}
@media (min-width: 992px) {
  .cid-t2xllaaHSA .navbar.collapsed.opened:not(.navbar-short) .navbar-collapse {
    max-height: calc(98.5vh - 3rem);
  }
}
.cid-t2xllaaHSA .navbar.collapsed .dropdown-menu .dropdown-submenu {
  left: 0 !important;
}
.cid-t2xllaaHSA .navbar.collapsed .dropdown-menu .dropdown-item:after {
  right: auto;
}
.cid-t2xllaaHSA .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-t2xllaaHSA .navbar.collapsed ul.navbar-nav li {
  margin: auto;
}
.cid-t2xllaaHSA .navbar.collapsed .dropdown-menu .dropdown-item {
  padding: 0.25rem 1.5rem;
  text-align: center;
}
.cid-t2xllaaHSA .navbar.collapsed .icons-menu {
  padding-left: 0;
  padding-right: 0;
  padding-top: 0.5rem;
  padding-bottom: 0.5rem;
}
@media (max-width: 991px) {
  .cid-t2xllaaHSA .navbar .nav-item .nav-link::before {
    display: none;
  }
  .cid-t2xllaaHSA .navbar.opened .dropdown-menu {
    top: 0;
  }
  .cid-t2xllaaHSA .navbar .dropdown-menu .dropdown-submenu {
    left: 0 !important;
  }
  .cid-t2xllaaHSA .navbar .dropdown-menu .dropdown-item:after {
    right: auto;
  }
  .cid-t2xllaaHSA .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-t2xllaaHSA .navbar .navbar-logo img {
    height: 3rem !important;
  }
  .cid-t2xllaaHSA .navbar ul.navbar-nav li {
    margin: auto;
  }
  .cid-t2xllaaHSA .navbar .dropdown-menu .dropdown-item {
    padding: 0.25rem 1.5rem !important;
    text-align: center;
  }
  .cid-t2xllaaHSA .navbar .navbar-brand {
    flex-shrink: initial;
    flex-basis: auto;
    word-break: break-word;
    padding-right: 2rem;
  }
  .cid-t2xllaaHSA .navbar .navbar-toggler {
    flex-basis: auto;
  }
  .cid-t2xllaaHSA .navbar .icons-menu {
    padding-top: 0.5rem;
    padding-bottom: 0.5rem;
  }
}
.cid-t2xllaaHSA .navbar.navbar-short {
  min-height: 60px;
}
.cid-t2xllaaHSA .navbar.navbar-short .navbar-logo img {
  height: 2.5rem !important;
}
.cid-t2xllaaHSA .navbar.navbar-short .navbar-brand {
  min-height: 60px;
  padding: 0;
}
.cid-t2xllaaHSA .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-t2xllaaHSA .navbar-brand .navbar-caption {
  line-height: inherit !important;
}
.cid-t2xllaaHSA .navbar-brand .display-7 {
  font-size: 24px;
}
.cid-t2xllaaHSA .navbar-brand .navbar-logo a {
  outline: none;
}
.cid-t2xllaaHSA .dropdown-item.active,
.cid-t2xllaaHSA .dropdown-item:active {
  background-color: transparent;
}
.cid-t2xllaaHSA .navbar-expand-lg .navbar-nav .nav-link {
  padding: 0;
}
.cid-t2xllaaHSA .nav-dropdown .link.dropdown-toggle {
  margin-right: 1.667em;
}
.cid-t2xllaaHSA .nav-dropdown .link.dropdown-toggle[aria-expanded="true"] {
  margin-right: 0;
  padding: 0.667em 1.667em;
}
.cid-t2xllaaHSA .navbar.navbar-expand-lg .dropdown .dropdown-menu {
  background: #141414;
}
.cid-t2xllaaHSA .navbar.navbar-expand-lg .dropdown .dropdown-menu .dropdown-submenu {
  margin: 0;
  left: 100%;
}
.cid-t2xllaaHSA .navbar .dropdown.open > .dropdown-menu {
  display: block;
}
.cid-t2xllaaHSA ul.navbar-nav {
  flex-wrap: wrap;
}
.cid-t2xllaaHSA .navbar-buttons {
  text-align: center;
  min-width: 170px;
}
@media (min-width: 992px) {
  .cid-t2xllaaHSA .navbar-buttons {
    margin-bottom: -1px;
    margin-top: -1px;
  }
}
.cid-t2xllaaHSA button.navbar-toggler {
  outline: none;
  width: 31px;
  height: 20px;
  cursor: pointer;
  transition: all 0.2s;
  position: relative;
  align-self: center;
}
.cid-t2xllaaHSA button.navbar-toggler .hamburger span {
  position: absolute;
  right: 0;
  width: 30px;
  height: 2px;
  border-right: 5px;
  background-color: #ffffff;
}
.cid-t2xllaaHSA button.navbar-toggler .hamburger span:nth-child(1) {
  top: 0;
  transition: all 0.2s;
}
.cid-t2xllaaHSA button.navbar-toggler .hamburger span:nth-child(2) {
  top: 8px;
  transition: all 0.15s;
}
.cid-t2xllaaHSA button.navbar-toggler .hamburger span:nth-child(3) {
  top: 8px;
  transition: all 0.15s;
}
.cid-t2xllaaHSA button.navbar-toggler .hamburger span:nth-child(4) {
  top: 16px;
  transition: all 0.2s;
}
.cid-t2xllaaHSA nav.opened .hamburger span:nth-child(1) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-t2xllaaHSA nav.opened .hamburger span:nth-child(2) {
  transform: rotate(45deg);
  transition: all 0.25s;
}
.cid-t2xllaaHSA nav.opened .hamburger span:nth-child(3) {
  transform: rotate(-45deg);
  transition: all 0.25s;
}
.cid-t2xllaaHSA nav.opened .hamburger span:nth-child(4) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-t2xllaaHSA .navbar-dropdown {
  padding: 0 24px;
  position: fixed;
}
@media (min-width: 576px) {
  .cid-t2xllaaHSA .navbar-dropdown {
    padding: 0 40px;
    min-height: 80px;
  }
}
@media (min-width: 768px) {
  .cid-t2xllaaHSA .navbar-dropdown {
    padding: 0 60px;
  }
}
@media (min-width: 992px) {
  .cid-t2xllaaHSA .navbar-dropdown {
    padding: 0 0 0 60px;
  }
}
.cid-t2xllaaHSA a.nav-link {
  display: flex;
  align-items: center;
  justify-content: center;
}
.cid-t2xllaaHSA .icons-menu {
  flex-wrap: nowrap;
  display: flex;
  justify-content: center;
  padding-left: 1.5rem;
  padding-right: 1rem;
  padding-top: 0.3rem;
  text-align: center;
}
@media (min-width: 992px) {
  .cid-t2xllaaHSA .icons-menu {
    padding-left: 1rem;
  }
}
@media screen and (-ms-high-contrast: active), (-ms-high-contrast: none) {
  .cid-t2xllaaHSA .navbar {
    height: 70px;
  }
  .cid-t2xllaaHSA .navbar.opened {
    height: auto;
  }
  .cid-t2xllaaHSA .nav-item .nav-link:hover::before {
    width: 175%;
    max-width: calc(100% + 2rem);
    left: -1rem;
  }
}
.cid-t2xllaaHSA .btn {
  min-height: 81px;
  margin: 0.667rem 0.667rem 1.4rem;
  padding: 0 64px;
}
@media (min-width: 992px) {
  .cid-t2xllaaHSA .btn {
    margin: 0 0 0 0.6rem;
  }
}
.cid-t2xllaaHSA .btn-info-outline {
  border: 1px solid currentColor;
  background: #232323 !important;
}
.cid-t2xllaaHSA .btn-info-outline:hover {
  background: #595959 !important;
  border: 1px solid currentColor !important;
}
.cid-t2xllaLtU4 {
  background-image: url("../../../assets/images/codes.gif");
  padding-top: 1rem;
  padding-bottom: 0rem;
}
.cid-t2xllaLtU4 .container-fluid {
  display: flex;
  flex-direction: column;
  justify-content: center;
  padding: 0;
}
.cid-t2xllaLtU4 .content-container {
  max-width: 900px;
  display: flex;
  flex-direction: column;
  justify-content: flex-start;
  align-items: center;
  padding: 54px 60px;
  border-right: 1px solid #ffffff;
  border-left: 1px solid #ffffff;
}
.cid-t2xllaLtU4 .content {
  max-width: 424px;
}
.cid-t2xllaLtU4 .wrapper {
  display: flex;
  justify-content: center;
  box-sizing: border-box;
  border-top: 1px solid #ffffff;
  border-bottom: 1px solid #ffffff;
  margin: -1px -1px 0;
  padding: 0 12px;
}
.cid-t2xllaLtU4 .mbr-section-btn {
  margin-left: 0;
  margin-right: 0;
}
.cid-t2xllaLtU4 .btn {
  padding: 22px 34px;
  margin: 0;
}
.cid-t2xllaLtU4 .btn-info-outline {
  transition: 0.5s;
  background: linear-gradient(to right, #ffffff 50%, #141414 50%) !important;
  background-size: 200% 100% !important;
  background-position: right !important;
  border: 1px solid currentColor;
}
.cid-t2xllaLtU4 .btn-info-outline:hover {
  background-position: left !important;
  color: #000000 !important;
  border: 1px solid #ffffff !important;
}
@media (max-width: 575px) {
  .cid-t2xllaLtU4 .content-container {
    padding: 3rem 24px;
  }
}
.cid-t2xllbehyX {
  padding-top: 0rem;
  padding-bottom: 0rem;
  background-image: url("../../../assets/images/mbr-16.webp");
}
.cid-t2xllbehyX .row {
  border-top: 1px solid #FFFFFF;
  min-height: 600px;
  margin-top: -1px;
}
.cid-t2xllbehyX .mbr-text {
  color: #FFFFFF;
  max-width: 330px;
}
.cid-t2xllbehyX .color-text {
  color: #ff4300;
}
.cid-t2xllbehyX .custom-block {
  display: flex;
  flex-direction: column;
  padding-left: 0;
  padding-right: 0;
  color: #ffffff;
  border-bottom: 1px solid #ffffff;
}
.cid-t2xllbehyX .card-wrapper {
  position: relative;
  padding: 3rem 24px;
}
.cid-t2xllbehyX .buttons-container {
  display: flex;
  align-items: center;
  flex-wrap: wrap;
  margin-left: -12px;
}
.cid-t2xllbehyX .buttons-container .item-button {
  margin: 0;
}
.cid-t2xllbehyX .buttons-container .btn {
  margin: 0 0 16px 12px;
}
.cid-t2xllbehyX .buttons-container .btn-info-outline {
  border: 1px solid currentColor;
}
.cid-t2xllbehyX .buttons-container .btn-info-outline:hover {
  background: #FFFFFF !important;
  color: #000000 !important;
  border: 1px solid currentColor !important;
}
@media (min-width: 768px) {
  .cid-t2xllbehyX .wrapper {
    margin-right: -32px;
    margin-left: -32px;
    padding-right: 12px;
    padding-left: 12px;
  }
  .cid-t2xllbehyX .custom-block_left {
    border-right: 1px solid #ffffff;
  }
}
.cid-t2xllbehyX .custom-block_left {
  padding: 0;
}
.cid-t2xllbehyX .custom-block_left .section-btn {
  display: flex;
  justify-content: center;
  align-items: center;
  position: absolute;
  bottom: 3rem;
  right: 16px;
  margin: 0;
  box-shadow: 0 0 130px 1px #141414;
  transform: rotate(45deg);
  border-radius: 50%;
  width: 120px;
  height: 120px;
}
.cid-t2xllbehyX .custom-block_left .section-btn .btn-custom {
  display: flex;
  justify-content: center;
  align-items: center;
  width: 120px;
  height: 120px;
  background: #141414;
  border-radius: 50%;
  transition: 0.2s;
}
.cid-t2xllbehyX .custom-block_left .section-btn .btn-custom:hover {
  background: #000000;
}
.cid-t2xllbehyX .custom-block_left .section-btn .btn-custom span {
  display: flex;
  justify-content: center;
  align-items: center;
  width: 100%;
  height: 100%;
}
.cid-t2xllbehyX .card-box {
  max-width: 565px;
}
.cid-t2xllbehyX .image-wrapper {
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-content: center;
  padding: 0;
  border-bottom: 1px solid #ffffff;
}
@media (max-width: 991px) {
  .cid-t2xllbehyX .image-wrapper {
    order: -1;
    border-bottom: none;
  }
}
.cid-t2xllbehyX .image-wrapper img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}
@media (min-width: 992px) {
  .cid-t2xllbehyX .wrapper {
    padding-right: 16px;
    padding-left: 16px;
  }
  .cid-t2xllbehyX .card-wrapper {
    position: relative;
    padding: 60px;
  }
  .cid-t2xllbehyX .custom-block_left .section-btn {
    bottom: 35px;
    right: 35px;
  }
}
@media (max-width: 575px) {
  .cid-t2xllbehyX .custom-block_left {
    padding: 0;
  }
  .cid-t2xllbehyX .custom-block_left .section-btn {
    position: sticky;
    bottom: 0;
    right: 0;
    width: 80px;
    height: 80px;
  }
  .cid-t2xllbehyX .custom-block_left .section-btn .btn-custom {
    width: 80px;
    height: 80px;
  }
  .cid-t2xllbehyX .card-title-box {
    margin-bottom: 16px;
  }
  .cid-t2xllbehyX .mbr-text {
    max-width: 100%;
    margin-bottom: 16px !important;
  }
}
.cid-t2xllbehyX .card-title {
  color: #ffffff;
}
.cid-t2xpmHT0nM {
  padding-top: 0rem;
  padding-bottom: 0rem;
  background-color: #141414;
}
.cid-t2xpmHT0nM img,
.cid-t2xpmHT0nM .item-img {
  width: 100%;
}
.cid-t2xpmHT0nM .card-1 {
  background: #000000;
}
.cid-t2xpmHT0nM .card-2 {
  background: #000000;
}
.cid-t2xpmHT0nM .card-3 {
  background: #000000;
}
.cid-t2xpmHT0nM .item-content {
  display: flex;
  flex-direction: column;
  min-height: 320px;
  padding: 24px;
  margin-right: 40px;
}
.cid-t2xpmHT0nM .item-content .link {
  margin: auto 0 0;
}
.cid-t2xpmHT0nM .item-img img {
  transform: scale3d(1, 1, 1);
  transform-style: preserve-3d;
}
.cid-t2xpmHT0nM .item:focus,
.cid-t2xpmHT0nM span:focus {
  outline: none;
}
.cid-t2xpmHT0nM .row {
  margin-left: 0;
  margin-right: 0;
}
.cid-t2xpmHT0nM .item {
  display: flex;
  justify-content: center;
  padding: 24px;
  margin: -1px 0 0;
  border-bottom: 1px solid #ffffff;
  border-top: 1px solid #ffffff;
}
@media (min-width: 576px) {
  .cid-t2xpmHT0nM .item {
    padding: 44px 40px;
  }
}
@media (min-width: 768px) {
  .cid-t2xpmHT0nM .item {
    border-right: 1px solid #ffffff;
  }
}
@media (min-width: 992px) {
  .cid-t2xpmHT0nM .item {
    padding: 44px 60px;
  }
}
@media (min-width: 1200px) {
  .cid-t2xpmHT0nM .item:last-child {
    border-right: none;
  }
}
.cid-t2xpmHT0nM .item-img {
  height: 340px;
  transition: border-color 200ms ease;
  overflow: hidden;
}
.cid-t2xpmHT0nM .item-img img {
  transition: 0.5s;
  height: 100%;
  object-fit: cover;
}
.cid-t2xpmHT0nM .item-img:hover img {
  transform: scale(1.2);
}
.cid-t2xpmHT0nM .item-wrap {
  position: relative;
  height: 100%;
  display: flex;
  flex-flow: column nowrap;
}
.cid-t2xpmHT0nM .mbr-section-btn {
  margin-top: auto !important;
}
.cid-t2xpmHT0nM .mbr-section-title {
  color: #232323;
}
.cid-t2xpmHT0nM .item-title {
  color: #ffffff;
  margin-bottom: 0;
  line-height: 1;
  text-align: left;
}
.cid-t2xpmHT0nM .item-title-black {
  color: #141414;
}
.cid-t2xpmHT0nM .mbr-text,
.cid-t2xpmHT0nM .mbr-section-btn {
  text-align: left;
}
.cid-t2xpmHT0nM .mbr-text {
  color: #898989;
}
.cid-t2xpmHT0nM .mbr-text-black {
  color: #141414;
}
.cid-t2xpmHT0nM .custom-row {
  margin-right: -32px;
  margin-left: -32px;
}
.cid-t2xpmHT0nM .custom-link {
  padding-right: 5px;
  border-bottom: 1px solid currentColor;
  transition: 0.5s padding ease-out;
}
.cid-t2xpmHT0nM .custom-link span {
  padding-left: 12px;
}
.cid-t2xpmHT0nM .custom-link:hover {
  transition: 0.5s padding ease-out;
  padding-left: 20px;
}
@media (max-width: 767px) {
  .cid-t2xpmHT0nM .container-fluid {
    padding: 0 32px;
  }
}
.cid-t2xpmHT0nM .item-title-black {
  color: #ffffff;
}
.cid-t2xpmHT0nM .mbr-text-black {
  color: #898989;
}
.cid-t2xD23kAZq {
  background-color: #141414;
  padding-top: 6rem;
  padding-bottom: 0rem;
}
.cid-t2xD23kAZq .container-fluid {
  display: flex;
  flex-direction: column;
  justify-content: center;
  padding: 0;
}
.cid-t2xD23kAZq .content-container {
  max-width: 900px;
  display: flex;
  flex-direction: column;
  justify-content: flex-start;
  align-items: center;
  padding: 54px 60px;
  border-right: 1px solid #ffffff;
  border-left: 1px solid #ffffff;
}
.cid-t2xD23kAZq .content {
  max-width: 424px;
}
.cid-t2xD23kAZq .wrapper {
  display: flex;
  justify-content: center;
  box-sizing: border-box;
  border-top: 1px solid #ffffff;
  border-bottom: 1px solid #ffffff;
  margin: -1px -1px 0;
  padding: 0 12px;
}
.cid-t2xD23kAZq .mbr-section-btn {
  margin-left: 0;
  margin-right: 0;
}
.cid-t2xD23kAZq .btn {
  padding: 22px 34px;
  margin: 0;
}
.cid-t2xD23kAZq .btn-info-outline {
  transition: 0.5s;
  background: linear-gradient(to right, #ffffff 50%, #141414 50%) !important;
  background-size: 200% 100% !important;
  background-position: right !important;
  border: 1px solid currentColor;
}
.cid-t2xD23kAZq .btn-info-outline:hover {
  background-position: left !important;
  color: #000000 !important;
  border: 1px solid #ffffff !important;
}
@media (max-width: 575px) {
  .cid-t2xD23kAZq .content-container {
    padding: 3rem 24px;
  }
}
.cid-t2xD23kAZq .mbr-text {
  color: #ff4300;
}
.cid-t2xyQ4q0Q3 {
  padding-top: 0rem;
  padding-bottom: 0rem;
  background-color: #141414;
}
.cid-t2xyQ4q0Q3 .item-img {
  width: 100%;
  margin-bottom: 12px;
}
.cid-t2xyQ4q0Q3 .item-img img {
  width: 100%;
  transform: scale3d(1, 1, 1);
  transform-style: preserve-3d;
}
.cid-t2xyQ4q0Q3 .item:focus,
.cid-t2xyQ4q0Q3 span:focus {
  outline: none;
}
.cid-t2xyQ4q0Q3 .row {
  margin-left: -32px;
  margin-right: -32px;
}
.cid-t2xyQ4q0Q3 .item {
  cursor: pointer;
  padding: 32px;
  margin: -1px 0 0;
  border-bottom: 1px solid #ffffff;
  border-top: 1px solid #ffffff;
}
.cid-t2xyQ4q0Q3 .item-img {
  border: 1px solid #595959;
  transition: border-color 200ms ease;
  overflow: hidden;
}
.cid-t2xyQ4q0Q3 .item-img img {
  transition: 0.5s;
}
.cid-t2xyQ4q0Q3 .item-img:hover {
  border: 1px solid #ffffff;
}
.cid-t2xyQ4q0Q3 .item-img:hover img {
  transform: scale(1.2);
}
.cid-t2xyQ4q0Q3 .item-wrap {
  position: relative;
  background: #000000;
  height: 100%;
  display: flex;
  flex-flow: column nowrap;
}
.cid-t2xyQ4q0Q3 .item-wrap {
  background: transparent;
}
.cid-t2xyQ4q0Q3 .mbr-section-btn {
  margin-top: auto !important;
}
.cid-t2xyQ4q0Q3 .mbr-section-title {
  color: #232323;
}
.cid-t2xyQ4q0Q3 .item-title {
  color: #ffffff;
  margin-bottom: 0;
  text-align: left;
}
.cid-t2xyQ4q0Q3 .mbr-text,
.cid-t2xyQ4q0Q3 .mbr-section-btn {
  text-align: left;
}
.cid-t2xyQ4q0Q3 .item-subtitle {
  text-align: center;
}
.cid-t2xyQ4q0Q3 .buttons-container {
  display: flex;
  align-items: center;
  flex-wrap: wrap;
  margin-left: -12px;
}
.cid-t2xyQ4q0Q3 .buttons-container .item-button {
  margin: 0;
}
.cid-t2xyQ4q0Q3 .buttons-container .btn {
  margin: 0 0 16px 12px;
}
.cid-t2xyQ4q0Q3 .buttons-container .btn-info-outline {
  border: 1px solid currentColor;
}
.cid-t2xyQ4q0Q3 .buttons-container .btn-info-outline:hover {
  background: #FFFFFF !important;
  color: #000000 !important;
  border: 1px solid currentColor !important;
}
@media (max-width: 991px) {
  .cid-t2xyQ4q0Q3 .item:not(:last-child) {
    border-bottom: 1px solid #ffffff;
  }
}
@media (min-width: 992px) {
  .cid-t2xyQ4q0Q3 .item:not(:last-child) {
    border-right: 1px solid #ffffff;
  }
}
@media (max-width: 767px) {
  .cid-t2xyQ4q0Q3 .container-fluid {
    padding: 0 32px;
  }
}
@media (max-width: 575px) {
  .cid-t2xyQ4q0Q3 .item {
    padding: 24px;
  }
}
.cid-t2CqSgKLok {
  padding-top: 0rem;
  padding-bottom: 0rem;
  background-color: #141414;
}
.cid-t2CqSgKLok .item-img {
  width: 100%;
  margin-bottom: 12px;
}
.cid-t2CqSgKLok .item-img img {
  width: 100%;
  transform: scale3d(1, 1, 1);
  transform-style: preserve-3d;
}
.cid-t2CqSgKLok .item:focus,
.cid-t2CqSgKLok span:focus {
  outline: none;
}
.cid-t2CqSgKLok .row {
  margin-left: -32px;
  margin-right: -32px;
}
.cid-t2CqSgKLok .item {
  cursor: pointer;
  padding: 32px;
  margin: -1px 0 0;
  border-bottom: 1px solid #ffffff;
  border-top: 1px solid #ffffff;
}
.cid-t2CqSgKLok .item-img {
  border: 1px solid #595959;
  transition: border-color 200ms ease;
  overflow: hidden;
}
.cid-t2CqSgKLok .item-img img {
  transition: 0.5s;
}
.cid-t2CqSgKLok .item-img:hover {
  border: 1px solid #ffffff;
}
.cid-t2CqSgKLok .item-img:hover img {
  transform: scale(1.2);
}
.cid-t2CqSgKLok .item-wrap {
  position: relative;
  background: #000000;
  height: 100%;
  display: flex;
  flex-flow: column nowrap;
}
.cid-t2CqSgKLok .item-wrap {
  background: transparent;
}
.cid-t2CqSgKLok .mbr-section-btn {
  margin-top: auto !important;
}
.cid-t2CqSgKLok .mbr-section-title {
  color: #232323;
}
.cid-t2CqSgKLok .item-title {
  color: #ffffff;
  margin-bottom: 0;
  text-align: left;
}
.cid-t2CqSgKLok .mbr-text,
.cid-t2CqSgKLok .mbr-section-btn {
  text-align: left;
}
.cid-t2CqSgKLok .item-subtitle {
  text-align: center;
}
.cid-t2CqSgKLok .buttons-container {
  display: flex;
  align-items: center;
  flex-wrap: wrap;
  margin-left: -12px;
}
.cid-t2CqSgKLok .buttons-container .item-button {
  margin: 0;
}
.cid-t2CqSgKLok .buttons-container .btn {
  margin: 0 0 16px 12px;
}
.cid-t2CqSgKLok .buttons-container .btn-info-outline {
  border: 1px solid currentColor;
}
.cid-t2CqSgKLok .buttons-container .btn-info-outline:hover {
  background: #FFFFFF !important;
  color: #000000 !important;
  border: 1px solid currentColor !important;
}
@media (max-width: 991px) {
  .cid-t2CqSgKLok .item:not(:last-child) {
    border-bottom: 1px solid #ffffff;
  }
}
@media (min-width: 992px) {
  .cid-t2CqSgKLok .item:not(:last-child) {
    border-right: 1px solid #ffffff;
  }
}
@media (max-width: 767px) {
  .cid-t2CqSgKLok .container-fluid {
    padding: 0 32px;
  }
}
@media (max-width: 575px) {
  .cid-t2CqSgKLok .item {
    padding: 24px;
  }
}
.cid-t2CtL9mcSE {
  padding-top: 0rem;
  padding-bottom: 0rem;
  background-color: #141414;
}
.cid-t2CtL9mcSE .item-img {
  width: 100%;
  margin-bottom: 12px;
}
.cid-t2CtL9mcSE .item-img img {
  width: 100%;
  transform: scale3d(1, 1, 1);
  transform-style: preserve-3d;
}
.cid-t2CtL9mcSE .item:focus,
.cid-t2CtL9mcSE span:focus {
  outline: none;
}
.cid-t2CtL9mcSE .row {
  margin-left: -32px;
  margin-right: -32px;
}
.cid-t2CtL9mcSE .item {
  cursor: pointer;
  padding: 32px;
  margin: -1px 0 0;
  border-bottom: 1px solid #ffffff;
  border-top: 1px solid #ffffff;
}
.cid-t2CtL9mcSE .item-img {
  border: 1px solid #595959;
  transition: border-color 200ms ease;
  overflow: hidden;
}
.cid-t2CtL9mcSE .item-img img {
  transition: 0.5s;
}
.cid-t2CtL9mcSE .item-img:hover {
  border: 1px solid #ffffff;
}
.cid-t2CtL9mcSE .item-img:hover img {
  transform: scale(1.2);
}
.cid-t2CtL9mcSE .item-wrap {
  position: relative;
  background: #000000;
  height: 100%;
  display: flex;
  flex-flow: column nowrap;
}
.cid-t2CtL9mcSE .item-wrap {
  background: transparent;
}
.cid-t2CtL9mcSE .mbr-section-btn {
  margin-top: auto !important;
}
.cid-t2CtL9mcSE .mbr-section-title {
  color: #232323;
}
.cid-t2CtL9mcSE .item-title {
  color: #ffffff;
  margin-bottom: 0;
  text-align: left;
}
.cid-t2CtL9mcSE .mbr-text,
.cid-t2CtL9mcSE .mbr-section-btn {
  text-align: left;
}
.cid-t2CtL9mcSE .item-subtitle {
  text-align: center;
}
.cid-t2CtL9mcSE .buttons-container {
  display: flex;
  align-items: center;
  flex-wrap: wrap;
  margin-left: -12px;
}
.cid-t2CtL9mcSE .buttons-container .item-button {
  margin: 0;
}
.cid-t2CtL9mcSE .buttons-container .btn {
  margin: 0 0 16px 12px;
}
.cid-t2CtL9mcSE .buttons-container .btn-info-outline {
  border: 1px solid currentColor;
}
.cid-t2CtL9mcSE .buttons-container .btn-info-outline:hover {
  background: #FFFFFF !important;
  color: #000000 !important;
  border: 1px solid currentColor !important;
}
@media (max-width: 991px) {
  .cid-t2CtL9mcSE .item:not(:last-child) {
    border-bottom: 1px solid #ffffff;
  }
}
@media (min-width: 992px) {
  .cid-t2CtL9mcSE .item:not(:last-child) {
    border-right: 1px solid #ffffff;
  }
}
@media (max-width: 767px) {
  .cid-t2CtL9mcSE .container-fluid {
    padding: 0 32px;
  }
}
@media (max-width: 575px) {
  .cid-t2CtL9mcSE .item {
    padding: 24px;
  }
}
.cid-tCbGe3Vd3R {
  margin-top: -1px;
  padding-top: 15px;
  padding-bottom: 30px;
  border-top: 1px solid #FFFFFF;
  background-color: #141414;
  overflow: hidden;
  border-bottom: 1px solid #ffffff;
}
.cid-tCbGe3Vd3R .wrapper {
  display: flex;
  justify-content: space-between;
  align-items: center;
  flex-wrap: wrap;
}
.cid-tCbGe3Vd3R .copyright {
  margin-right: 0.5rem;
}
.cid-tCbGe3Vd3R .copyright,
.cid-tCbGe3Vd3R .produced {
  margin-top: 0.5rem;
}
.cid-t2CAiVW6vI {
  z-index: 1000;
  width: 100%;
  position: relative;
  min-height: 60px;
}
.cid-t2CAiVW6vI nav.navbar {
  position: fixed;
}
.cid-t2CAiVW6vI .container-fluid {
  padding: 0;
}
.cid-t2CAiVW6vI .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-t2CAiVW6vI .dropdown-menu {
  padding: 0;
  border-radius: 4px;
  box-shadow: 0 1px 3px 0 rgba(0, 0, 0, 0.1);
}
.cid-t2CAiVW6vI .dropdown-item {
  border-bottom: 1px solid #e6e6e6;
}
.cid-t2CAiVW6vI .dropdown-item:hover,
.cid-t2CAiVW6vI .dropdown-item:focus {
  background: #141414 !important;
  color: white !important;
}
.cid-t2CAiVW6vI .dropdown-item:first-child {
  border-top-left-radius: 4px;
  border-top-right-radius: 4px;
}
.cid-t2CAiVW6vI .dropdown-item:last-child {
  border-bottom: none;
  border-bottom-left-radius: 4px;
  border-bottom-right-radius: 4px;
}
.cid-t2CAiVW6vI .nav-dropdown .link {
  padding: 0 0.3em !important;
  margin: 0.667em 1em !important;
}
.cid-t2CAiVW6vI .nav-dropdown .link.dropdown-toggle::after {
  margin-left: 0.5rem;
  margin-top: 0.2rem;
}
.cid-t2CAiVW6vI .nav-link {
  position: relative;
}
.cid-t2CAiVW6vI .nav-link::before {
  background-color: currentColor;
  display: block;
  position: absolute;
  bottom: 0;
  left: 0;
  content: "";
  height: 1px;
  width: 0%;
  -webkit-transition: width 0.5s ease-in-out;
  -moz--transition: width 0.5s ease-in-out;
  transition: width 0.5s ease-in-out;
}
.cid-t2CAiVW6vI .nav-link::after {
  background: transparent !important;
}
.cid-t2CAiVW6vI .nav-link:hover::before,
.cid-t2CAiVW6vI .nav-link :focus::before {
  width: 100%;
}
.cid-t2CAiVW6vI .container {
  display: flex;
  margin: auto;
}
.cid-t2CAiVW6vI .iconfont-wrapper {
  color: #ff4300 !important;
  font-size: 1.5rem;
  padding-right: 0.5rem;
  display: flex;
  align-items: center;
  justify-content: center;
  margin-right: 0.5rem;
  padding: 0.5rem;
  height: 2.5rem;
  width: 2.5rem;
  border: 1px solid currentColor;
}
.cid-t2CAiVW6vI .iconfont-wrapper:hover {
  background: #FFFFFF;
}
.cid-t2CAiVW6vI .iconfont-wrapper:hover .mbr-iconfont {
  color: #141414;
}
.cid-t2CAiVW6vI .dropdown-menu,
.cid-t2CAiVW6vI .navbar.opened {
  background: #141414 !important;
}
.cid-t2CAiVW6vI .nav-item:focus,
.cid-t2CAiVW6vI .nav-link:focus {
  outline: none;
}
.cid-t2CAiVW6vI .dropdown .dropdown-menu .dropdown-item {
  width: auto;
  transition: all 0.25s ease-in-out;
}
.cid-t2CAiVW6vI .dropdown .dropdown-menu .dropdown-item::after {
  right: 0.5rem;
  background: transparent !important;
}
.cid-t2CAiVW6vI .dropdown .dropdown-menu .dropdown-item .mbr-iconfont {
  margin-right: 0.5rem;
  vertical-align: sub;
}
.cid-t2CAiVW6vI .dropdown .dropdown-menu .dropdown-item .mbr-iconfont:before {
  display: inline-block;
  transform: scale(1, 1);
  transition: all 0.25s ease-in-out;
}
.cid-t2CAiVW6vI .collapsed .dropdown-menu .dropdown-item:before {
  display: none;
}
.cid-t2CAiVW6vI .collapsed .dropdown .dropdown-menu .dropdown-item {
  padding: 0.235em 1.5em 0.235em 1.5em !important;
  transition: none;
  margin: 0 !important;
}
.cid-t2CAiVW6vI .navbar {
  min-height: 70px;
  transition: all 0.3s;
  border-bottom: 1px solid #ffffff;
  box-shadow: 0 1px 3px 0 rgba(0, 0, 0, 0.1);
  background: #141414;
}
.cid-t2CAiVW6vI .navbar.opened {
  transition: all 0.3s;
}
.cid-t2CAiVW6vI .navbar .dropdown-item {
  padding: 0.5rem 1.8rem;
}
.cid-t2CAiVW6vI .navbar .navbar-logo img {
  width: auto;
}
.cid-t2CAiVW6vI .navbar .navbar-collapse {
  justify-content: flex-end;
  z-index: 1;
}
.cid-t2CAiVW6vI .navbar.collapsed {
  justify-content: center;
}
.cid-t2CAiVW6vI .navbar.collapsed .nav-item .nav-link::before {
  display: none;
}
.cid-t2CAiVW6vI .navbar.collapsed.opened .dropdown-menu {
  top: 0;
}
@media (min-width: 992px) {
  .cid-t2CAiVW6vI .navbar.collapsed.opened:not(.navbar-short) .navbar-collapse {
    max-height: calc(98.5vh - 3rem);
  }
}
.cid-t2CAiVW6vI .navbar.collapsed .dropdown-menu .dropdown-submenu {
  left: 0 !important;
}
.cid-t2CAiVW6vI .navbar.collapsed .dropdown-menu .dropdown-item:after {
  right: auto;
}
.cid-t2CAiVW6vI .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-t2CAiVW6vI .navbar.collapsed ul.navbar-nav li {
  margin: auto;
}
.cid-t2CAiVW6vI .navbar.collapsed .dropdown-menu .dropdown-item {
  padding: 0.25rem 1.5rem;
  text-align: center;
}
.cid-t2CAiVW6vI .navbar.collapsed .icons-menu {
  padding-left: 0;
  padding-right: 0;
  padding-top: 0.5rem;
  padding-bottom: 0.5rem;
}
@media (max-width: 991px) {
  .cid-t2CAiVW6vI .navbar .nav-item .nav-link::before {
    display: none;
  }
  .cid-t2CAiVW6vI .navbar.opened .dropdown-menu {
    top: 0;
  }
  .cid-t2CAiVW6vI .navbar .dropdown-menu .dropdown-submenu {
    left: 0 !important;
  }
  .cid-t2CAiVW6vI .navbar .dropdown-menu .dropdown-item:after {
    right: auto;
  }
  .cid-t2CAiVW6vI .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-t2CAiVW6vI .navbar .navbar-logo img {
    height: 3rem !important;
  }
  .cid-t2CAiVW6vI .navbar ul.navbar-nav li {
    margin: auto;
  }
  .cid-t2CAiVW6vI .navbar .dropdown-menu .dropdown-item {
    padding: 0.25rem 1.5rem !important;
    text-align: center;
  }
  .cid-t2CAiVW6vI .navbar .navbar-brand {
    flex-shrink: initial;
    flex-basis: auto;
    word-break: break-word;
    padding-right: 2rem;
  }
  .cid-t2CAiVW6vI .navbar .navbar-toggler {
    flex-basis: auto;
  }
  .cid-t2CAiVW6vI .navbar .icons-menu {
    padding-top: 0.5rem;
    padding-bottom: 0.5rem;
  }
}
.cid-t2CAiVW6vI .navbar.navbar-short {
  min-height: 60px;
}
.cid-t2CAiVW6vI .navbar.navbar-short .navbar-logo img {
  height: 2.5rem !important;
}
.cid-t2CAiVW6vI .navbar.navbar-short .navbar-brand {
  min-height: 60px;
  padding: 0;
}
.cid-t2CAiVW6vI .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-t2CAiVW6vI .navbar-brand .navbar-caption {
  line-height: inherit !important;
}
.cid-t2CAiVW6vI .navbar-brand .display-7 {
  font-size: 24px;
}
.cid-t2CAiVW6vI .navbar-brand .navbar-logo a {
  outline: none;
}
.cid-t2CAiVW6vI .dropdown-item.active,
.cid-t2CAiVW6vI .dropdown-item:active {
  background-color: transparent;
}
.cid-t2CAiVW6vI .navbar-expand-lg .navbar-nav .nav-link {
  padding: 0;
}
.cid-t2CAiVW6vI .nav-dropdown .link.dropdown-toggle {
  margin-right: 1.667em;
}
.cid-t2CAiVW6vI .nav-dropdown .link.dropdown-toggle[aria-expanded="true"] {
  margin-right: 0;
  padding: 0.667em 1.667em;
}
.cid-t2CAiVW6vI .navbar.navbar-expand-lg .dropdown .dropdown-menu {
  background: #141414;
}
.cid-t2CAiVW6vI .navbar.navbar-expand-lg .dropdown .dropdown-menu .dropdown-submenu {
  margin: 0;
  left: 100%;
}
.cid-t2CAiVW6vI .navbar .dropdown.open > .dropdown-menu {
  display: block;
}
.cid-t2CAiVW6vI ul.navbar-nav {
  flex-wrap: wrap;
}
.cid-t2CAiVW6vI .navbar-buttons {
  text-align: center;
  min-width: 170px;
}
@media (min-width: 992px) {
  .cid-t2CAiVW6vI .navbar-buttons {
    margin-bottom: -1px;
    margin-top: -1px;
  }
}
.cid-t2CAiVW6vI button.navbar-toggler {
  outline: none;
  width: 31px;
  height: 20px;
  cursor: pointer;
  transition: all 0.2s;
  position: relative;
  align-self: center;
}
.cid-t2CAiVW6vI button.navbar-toggler .hamburger span {
  position: absolute;
  right: 0;
  width: 30px;
  height: 2px;
  border-right: 5px;
  background-color: #ffffff;
}
.cid-t2CAiVW6vI button.navbar-toggler .hamburger span:nth-child(1) {
  top: 0;
  transition: all 0.2s;
}
.cid-t2CAiVW6vI button.navbar-toggler .hamburger span:nth-child(2) {
  top: 8px;
  transition: all 0.15s;
}
.cid-t2CAiVW6vI button.navbar-toggler .hamburger span:nth-child(3) {
  top: 8px;
  transition: all 0.15s;
}
.cid-t2CAiVW6vI button.navbar-toggler .hamburger span:nth-child(4) {
  top: 16px;
  transition: all 0.2s;
}
.cid-t2CAiVW6vI nav.opened .hamburger span:nth-child(1) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-t2CAiVW6vI nav.opened .hamburger span:nth-child(2) {
  transform: rotate(45deg);
  transition: all 0.25s;
}
.cid-t2CAiVW6vI nav.opened .hamburger span:nth-child(3) {
  transform: rotate(-45deg);
  transition: all 0.25s;
}
.cid-t2CAiVW6vI nav.opened .hamburger span:nth-child(4) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-t2CAiVW6vI .navbar-dropdown {
  padding: 0 24px;
  position: fixed;
}
@media (min-width: 576px) {
  .cid-t2CAiVW6vI .navbar-dropdown {
    padding: 0 40px;
    min-height: 80px;
  }
}
@media (min-width: 768px) {
  .cid-t2CAiVW6vI .navbar-dropdown {
    padding: 0 60px;
  }
}
@media (min-width: 992px) {
  .cid-t2CAiVW6vI .navbar-dropdown {
    padding: 0 0 0 60px;
  }
}
.cid-t2CAiVW6vI a.nav-link {
  display: flex;
  align-items: center;
  justify-content: center;
}
.cid-t2CAiVW6vI .icons-menu {
  flex-wrap: nowrap;
  display: flex;
  justify-content: center;
  padding-left: 1.5rem;
  padding-right: 1rem;
  padding-top: 0.3rem;
  text-align: center;
}
@media (min-width: 992px) {
  .cid-t2CAiVW6vI .icons-menu {
    padding-left: 1rem;
  }
}
@media screen and (-ms-high-contrast: active), (-ms-high-contrast: none) {
  .cid-t2CAiVW6vI .navbar {
    height: 70px;
  }
  .cid-t2CAiVW6vI .navbar.opened {
    height: auto;
  }
  .cid-t2CAiVW6vI .nav-item .nav-link:hover::before {
    width: 175%;
    max-width: calc(100% + 2rem);
    left: -1rem;
  }
}
.cid-t2CAiVW6vI .btn {
  min-height: 81px;
  margin: 0.667rem 0.667rem 1.4rem;
  padding: 0 64px;
}
@media (min-width: 992px) {
  .cid-t2CAiVW6vI .btn {
    margin: 0 0 0 0.6rem;
  }
}
.cid-t2CAiVW6vI .btn-info-outline {
  border: 1px solid currentColor;
  background: #232323 !important;
}
.cid-t2CAiVW6vI .btn-info-outline:hover {
  background: #595959 !important;
  border: 1px solid currentColor !important;
}
.cid-t2CAiWEd6p {
  background-image: url("../../../assets/images/kodakcabecera.webp");
  padding-top: 1rem;
  padding-bottom: 0rem;
}
.cid-t2CAiWEd6p .container-fluid {
  display: flex;
  flex-direction: column;
  justify-content: center;
  padding: 0;
}
.cid-t2CAiWEd6p .content-container {
  max-width: 900px;
  display: flex;
  flex-direction: column;
  justify-content: flex-start;
  align-items: center;
  padding: 54px 60px;
  border-right: 1px solid #ffffff;
  border-left: 1px solid #ffffff;
}
.cid-t2CAiWEd6p .content {
  max-width: 424px;
}
.cid-t2CAiWEd6p .wrapper {
  display: flex;
  justify-content: center;
  box-sizing: border-box;
  border-top: 1px solid #ffffff;
  border-bottom: 1px solid #ffffff;
  margin: -1px -1px 0;
  padding: 0 12px;
}
.cid-t2CAiWEd6p .mbr-section-btn {
  margin-left: 0;
  margin-right: 0;
}
.cid-t2CAiWEd6p .btn {
  padding: 22px 34px;
  margin: 0;
}
.cid-t2CAiWEd6p .btn-info-outline {
  transition: 0.5s;
  background: linear-gradient(to right, #ffffff 50%, #141414 50%) !important;
  background-size: 200% 100% !important;
  background-position: right !important;
  border: 1px solid currentColor;
}
.cid-t2CAiWEd6p .btn-info-outline:hover {
  background-position: left !important;
  color: #000000 !important;
  border: 1px solid #ffffff !important;
}
@media (max-width: 575px) {
  .cid-t2CAiWEd6p .content-container {
    padding: 3rem 24px;
  }
}
.cid-t2CAiXef4q {
  padding-top: 0rem;
  padding-bottom: 0rem;
  background-color: #141414;
}
.cid-t2CAiXef4q .row {
  border-top: 1px solid #FFFFFF;
  min-height: 600px;
  margin-top: -1px;
}
.cid-t2CAiXef4q .mbr-text {
  color: #FFFFFF;
  max-width: 330px;
}
.cid-t2CAiXef4q .color-text {
  color: #ff4300;
}
.cid-t2CAiXef4q .custom-block {
  display: flex;
  flex-direction: column;
  padding-left: 0;
  padding-right: 0;
  color: #ffffff;
  border-bottom: 1px solid #ffffff;
}
.cid-t2CAiXef4q .card-wrapper {
  position: relative;
  padding: 3rem 24px;
}
.cid-t2CAiXef4q .buttons-container {
  display: flex;
  align-items: center;
  flex-wrap: wrap;
  margin-left: -12px;
}
.cid-t2CAiXef4q .buttons-container .item-button {
  margin: 0;
}
.cid-t2CAiXef4q .buttons-container .btn {
  margin: 0 0 16px 12px;
}
.cid-t2CAiXef4q .buttons-container .btn-info-outline {
  border: 1px solid currentColor;
}
.cid-t2CAiXef4q .buttons-container .btn-info-outline:hover {
  background: #FFFFFF !important;
  color: #000000 !important;
  border: 1px solid currentColor !important;
}
@media (min-width: 768px) {
  .cid-t2CAiXef4q .wrapper {
    margin-right: -32px;
    margin-left: -32px;
    padding-right: 12px;
    padding-left: 12px;
  }
  .cid-t2CAiXef4q .custom-block_left {
    border-right: 1px solid #ffffff;
  }
}
.cid-t2CAiXef4q .custom-block_left {
  padding: 0;
}
.cid-t2CAiXef4q .custom-block_left .section-btn {
  display: flex;
  justify-content: center;
  align-items: center;
  position: absolute;
  bottom: 3rem;
  right: 16px;
  margin: 0;
  box-shadow: 0 0 130px 1px #141414;
  transform: rotate(45deg);
  border-radius: 50%;
  width: 120px;
  height: 120px;
}
.cid-t2CAiXef4q .custom-block_left .section-btn .btn-custom {
  display: flex;
  justify-content: center;
  align-items: center;
  width: 120px;
  height: 120px;
  background: #141414;
  border-radius: 50%;
  transition: 0.2s;
}
.cid-t2CAiXef4q .custom-block_left .section-btn .btn-custom:hover {
  background: #000000;
}
.cid-t2CAiXef4q .custom-block_left .section-btn .btn-custom span {
  display: flex;
  justify-content: center;
  align-items: center;
  width: 100%;
  height: 100%;
}
.cid-t2CAiXef4q .card-box {
  max-width: 565px;
}
.cid-t2CAiXef4q .image-wrapper {
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-content: center;
  padding: 0;
  border-bottom: 1px solid #ffffff;
}
@media (max-width: 991px) {
  .cid-t2CAiXef4q .image-wrapper {
    order: -1;
    border-bottom: none;
  }
}
.cid-t2CAiXef4q .image-wrapper img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}
@media (min-width: 992px) {
  .cid-t2CAiXef4q .wrapper {
    padding-right: 16px;
    padding-left: 16px;
  }
  .cid-t2CAiXef4q .card-wrapper {
    position: relative;
    padding: 60px;
  }
  .cid-t2CAiXef4q .custom-block_left .section-btn {
    bottom: 35px;
    right: 35px;
  }
}
@media (max-width: 575px) {
  .cid-t2CAiXef4q .custom-block_left {
    padding: 0;
  }
  .cid-t2CAiXef4q .custom-block_left .section-btn {
    position: sticky;
    bottom: 0;
    right: 0;
    width: 80px;
    height: 80px;
  }
  .cid-t2CAiXef4q .custom-block_left .section-btn .btn-custom {
    width: 80px;
    height: 80px;
  }
  .cid-t2CAiXef4q .card-title-box {
    margin-bottom: 16px;
  }
  .cid-t2CAiXef4q .mbr-text {
    max-width: 100%;
    margin-bottom: 16px !important;
  }
}
.cid-t2CAiXef4q .card-title {
  color: #ffffff;
}
.cid-t2DaaKvV1y {
  padding-top: 5rem;
  padding-bottom: 0rem;
  background-color: #141414;
}
.cid-t2DaaKvV1y .container-fluid {
  padding: 0;
}
.cid-t2DaaKvV1y .item-content {
  padding: 32px 24px;
}
@media (min-width: 576px) {
  .cid-t2DaaKvV1y .item-content {
    padding: 40px;
  }
}
.cid-t2DaaKvV1y .item:focus,
.cid-t2DaaKvV1y span:focus {
  outline: none;
}
.cid-t2DaaKvV1y .row {
  margin-left: 0;
  margin-right: 0;
}
.cid-t2DaaKvV1y .item {
  cursor: pointer;
  border: 1px solid #ffffff;
  margin: -1px 0 24px;
}
@media (min-width: 576px) {
  .cid-t2DaaKvV1y .item {
    margin: -1px 0 40px;
  }
}
@media (min-width: 992px) {
  .cid-t2DaaKvV1y .item {
    margin: -1px 0 0;
  }
  .cid-t2DaaKvV1y .item_left {
    padding-right: 40px;
  }
  .cid-t2DaaKvV1y .item_right {
    position: relative;
    top: -92px;
    padding-left: 40px;
  }
}
.cid-t2DaaKvV1y .item-img {
  overflow: hidden;
  width: 100%;
  border-bottom: 1px solid #FFFFFF;
}
.cid-t2DaaKvV1y .item-img img {
  width: 100%;
  transition: transform 0.5s;
  transform: scale3d(1, 1, 1);
  transform-style: preserve-3d;
}
.cid-t2DaaKvV1y .item-img:hover img {
  transform: scale(1.2);
}
.cid-t2DaaKvV1y .item-wrap {
  position: relative;
  background: #000000;
  height: 100%;
  display: flex;
  flex-flow: column nowrap;
}
.cid-t2DaaKvV1y .item-wrap {
  background: transparent;
}
.cid-t2DaaKvV1y .mbr-section-btn {
  margin-top: auto !important;
}
.cid-t2DaaKvV1y .title-text-container {
  margin-bottom: 40px;
}
@media (min-width: 992px) {
  .cid-t2DaaKvV1y .title-text-container {
    margin-bottom: 64px;
  }
}
.cid-t2DaaKvV1y .item-title {
  color: #ffffff;
  margin-bottom: 0;
  line-height: 1;
  text-align: left;
}
.cid-t2DaaKvV1y .item-subtitle {
  color: #ffffff;
}
.cid-t2DaaKvV1y .mbr-text,
.cid-t2DaaKvV1y .mbr-section-btn {
  text-align: left;
}
.cid-t2DaaKvV1y .items-container {
  display: flex;
  flex-direction: row;
  flex-wrap: wrap;
  justify-content: space-between;
  max-width: 1100px;
  margin: 0 auto;
  padding-left: 24px;
  padding-right: 24px;
}
@media (min-width: 576px) {
  .cid-t2DaaKvV1y .items-container {
    padding-left: 40px;
    padding-right: 40px;
  }
}
@media (min-width: 992px) {
  .cid-t2DaaKvV1y .items-container {
    padding-left: 60px;
    padding-right: 60px;
  }
}
.cid-t2DaaKvV1y .item__buttons-container {
  display: flex;
  align-items: center;
  flex-wrap: wrap;
  margin-left: -32px;
}
.cid-t2DaaKvV1y .btn {
  margin: 16px 0 0 0;
}
.cid-t2DaaKvV1y .btn-info-outline {
  border: 1px solid currentColor;
}
.cid-t2DaaKvV1y .btn-info-outline:hover {
  background: #FFFFFF !important;
  color: #000000 !important;
  border: 1px solid currentColor !important;
}
.cid-t2DaaKvV1y .item__button {
  margin-left: 32px;
}
.cid-t2DaaKvV1y .mbr-section-title {
  color: #FFFFFF;
}
.cid-t2DaaKvV1y .mbr-section-title_container {
  width: 200px;
  border-right: 1px solid #FFFFFF;
}
@media (max-width: 575px) {
  .cid-t2DaaKvV1y .mbr-section-title_container {
    width: 33%;
    padding-bottom: 24px;
    border-bottom: 1px solid #FFFFFF;
    border-right: none;
  }
}
.cid-t2DaeQgmwo {
  padding-top: 0rem;
  padding-bottom: 5rem;
  background-color: #141414;
}
.cid-t2DaeQgmwo .container-fluid {
  padding: 0;
}
.cid-t2DaeQgmwo .item-content {
  padding: 32px 24px;
}
@media (min-width: 576px) {
  .cid-t2DaeQgmwo .item-content {
    padding: 40px;
  }
}
.cid-t2DaeQgmwo .item:focus,
.cid-t2DaeQgmwo span:focus {
  outline: none;
}
.cid-t2DaeQgmwo .row {
  margin-left: 0;
  margin-right: 0;
}
.cid-t2DaeQgmwo .item {
  cursor: pointer;
  border: 1px solid #ffffff;
  margin: -1px 0 24px;
}
@media (min-width: 576px) {
  .cid-t2DaeQgmwo .item {
    margin: -1px 0 40px;
  }
}
@media (min-width: 992px) {
  .cid-t2DaeQgmwo .item {
    margin: -1px 0 0;
  }
  .cid-t2DaeQgmwo .item_left {
    padding-right: 40px;
  }
  .cid-t2DaeQgmwo .item_right {
    position: relative;
    top: -92px;
    padding-left: 40px;
  }
}
.cid-t2DaeQgmwo .item-img {
  overflow: hidden;
  width: 100%;
  border-bottom: 1px solid #FFFFFF;
}
.cid-t2DaeQgmwo .item-img img {
  width: 100%;
  transition: transform 0.5s;
  transform: scale3d(1, 1, 1);
  transform-style: preserve-3d;
}
.cid-t2DaeQgmwo .item-img:hover img {
  transform: scale(1.2);
}
.cid-t2DaeQgmwo .item-wrap {
  position: relative;
  background: #000000;
  height: 100%;
  display: flex;
  flex-flow: column nowrap;
}
.cid-t2DaeQgmwo .item-wrap {
  background: transparent;
}
.cid-t2DaeQgmwo .mbr-section-btn {
  margin-top: auto !important;
}
.cid-t2DaeQgmwo .title-text-container {
  margin-bottom: 40px;
}
@media (min-width: 992px) {
  .cid-t2DaeQgmwo .title-text-container {
    margin-bottom: 64px;
  }
}
.cid-t2DaeQgmwo .item-title {
  color: #ffffff;
  margin-bottom: 0;
  line-height: 1;
  text-align: left;
}
.cid-t2DaeQgmwo .item-subtitle {
  color: #ffffff;
}
.cid-t2DaeQgmwo .mbr-text,
.cid-t2DaeQgmwo .mbr-section-btn {
  text-align: left;
}
.cid-t2DaeQgmwo .items-container {
  display: flex;
  flex-direction: row;
  flex-wrap: wrap;
  justify-content: space-between;
  max-width: 1100px;
  margin: 0 auto;
  padding-left: 24px;
  padding-right: 24px;
}
@media (min-width: 576px) {
  .cid-t2DaeQgmwo .items-container {
    padding-left: 40px;
    padding-right: 40px;
  }
}
@media (min-width: 992px) {
  .cid-t2DaeQgmwo .items-container {
    padding-left: 60px;
    padding-right: 60px;
    margin-top: 92px;
  }
}
.cid-t2DaeQgmwo .item__buttons-container {
  display: flex;
  align-items: center;
  flex-wrap: wrap;
  margin-left: -32px;
}
.cid-t2DaeQgmwo .btn {
  margin: 16px 0 0 0;
}
.cid-t2DaeQgmwo .btn-info-outline {
  border: 1px solid currentColor;
}
.cid-t2DaeQgmwo .btn-info-outline:hover {
  background: #FFFFFF !important;
  color: #000000 !important;
  border: 1px solid currentColor !important;
}
.cid-t2DaeQgmwo .item__button {
  margin-left: 32px;
}
.cid-t2DaeQgmwo .mbr-section-title {
  color: #FFFFFF;
}
.cid-t2DaeQgmwo .mbr-section-title_container {
  width: 200px;
  border-right: 1px solid #FFFFFF;
}
.cid-t2CWw9zek9 {
  padding-top: 2rem;
  padding-bottom: 3rem;
  background-color: #141414;
}
.cid-t2CWw9zek9 .row {
  display: flex;
  flex-direction: row-reverse;
  border: 1px solid #ffffff;
  margin-top: -1px;
}
.cid-t2CWw9zek9 .title-wrapper {
  padding: 0 12px;
}
.cid-t2CWw9zek9 .text-block {
  padding: 48px 24px;
}
.cid-t2CWw9zek9 .video-wrapper iframe {
  width: 100%;
}
.cid-t2CWw9zek9 .video-block {
  border-left: 1px solid #ffffff;
  padding: 0;
}
.cid-t2CWw9zek9 .mbr-section-title {
  text-align: center;
  color: #FFFFFF;
}
.cid-t2CWw9zek9 .mbr-description {
  text-align: center;
  color: #FFFFFF;
  padding: 16px;
}
@media (min-width: 992px) {
  .cid-t2CWw9zek9 .mbr-description {
    padding: 16px 60px 16px;
  }
}
.cid-t2CWw9zek9 .mbr-text,
.cid-t2CWw9zek9 .mbr-section-subtitle {
  color: #FFFFFF;
}
@media (max-width: 991px) {
  .cid-t2CWw9zek9 .video-block {
    border-left: none;
  }
  .cid-t2CWw9zek9 .text-block {
    border-top: 1px solid #ffffff;
  }
}
@media (min-width: 992px) {
  .cid-t2CWw9zek9 .title-wrapper {
    padding: 0 48px;
  }
  .cid-t2CWw9zek9 .text-block {
    padding: 60px;
    border-right: 1px solid #ffffff;
    margin-right: -1px;
    margin-bottom: auto;
  }
}
.cid-t2CXJVKreF {
  padding-top: 3rem;
  padding-bottom: 1rem;
  border-bottom: 1px solid #ffffff;
  background-color: #141414;
}
.cid-t2CXJVKreF .image-container {
  padding: 0 24px;
}
@media (max-width: 991px) {
  .cid-t2CXJVKreF .image-wrapper {
    margin-bottom: 1rem;
  }
  .cid-t2CXJVKreF .container-fluid {
    padding: 0 12px;
  }
}
.cid-t2CXJVKreF .row {
  flex-direction: row-reverse;
}
.cid-t2CXJVKreF img {
  width: 100%;
}
.cid-t2CXJVKreF .mbr-description {
  color: #ffffff;
}
.cid-tCbGe3Vd3R {
  margin-top: -1px;
  padding-top: 15px;
  padding-bottom: 30px;
  border-top: 1px solid #FFFFFF;
  background-color: #141414;
  overflow: hidden;
  border-bottom: 1px solid #ffffff;
}
.cid-tCbGe3Vd3R .wrapper {
  display: flex;
  justify-content: space-between;
  align-items: center;
  flex-wrap: wrap;
}
.cid-tCbGe3Vd3R .copyright {
  margin-right: 0.5rem;
}
.cid-tCbGe3Vd3R .copyright,
.cid-tCbGe3Vd3R .produced {
  margin-top: 0.5rem;
}
.cid-t2DbR1wZ9c {
  z-index: 1000;
  width: 100%;
  position: relative;
  min-height: 60px;
}
.cid-t2DbR1wZ9c nav.navbar {
  position: fixed;
}
.cid-t2DbR1wZ9c .container-fluid {
  padding: 0;
}
.cid-t2DbR1wZ9c .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-t2DbR1wZ9c .dropdown-menu {
  padding: 0;
  border-radius: 4px;
  box-shadow: 0 1px 3px 0 rgba(0, 0, 0, 0.1);
}
.cid-t2DbR1wZ9c .dropdown-item {
  border-bottom: 1px solid #e6e6e6;
}
.cid-t2DbR1wZ9c .dropdown-item:hover,
.cid-t2DbR1wZ9c .dropdown-item:focus {
  background: #141414 !important;
  color: white !important;
}
.cid-t2DbR1wZ9c .dropdown-item:first-child {
  border-top-left-radius: 4px;
  border-top-right-radius: 4px;
}
.cid-t2DbR1wZ9c .dropdown-item:last-child {
  border-bottom: none;
  border-bottom-left-radius: 4px;
  border-bottom-right-radius: 4px;
}
.cid-t2DbR1wZ9c .nav-dropdown .link {
  padding: 0 0.3em !important;
  margin: 0.667em 1em !important;
}
.cid-t2DbR1wZ9c .nav-dropdown .link.dropdown-toggle::after {
  margin-left: 0.5rem;
  margin-top: 0.2rem;
}
.cid-t2DbR1wZ9c .nav-link {
  position: relative;
}
.cid-t2DbR1wZ9c .nav-link::before {
  background-color: currentColor;
  display: block;
  position: absolute;
  bottom: 0;
  left: 0;
  content: "";
  height: 1px;
  width: 0%;
  -webkit-transition: width 0.5s ease-in-out;
  -moz--transition: width 0.5s ease-in-out;
  transition: width 0.5s ease-in-out;
}
.cid-t2DbR1wZ9c .nav-link::after {
  background: transparent !important;
}
.cid-t2DbR1wZ9c .nav-link:hover::before,
.cid-t2DbR1wZ9c .nav-link :focus::before {
  width: 100%;
}
.cid-t2DbR1wZ9c .container {
  display: flex;
  margin: auto;
}
.cid-t2DbR1wZ9c .iconfont-wrapper {
  color: #ff4300 !important;
  font-size: 1.5rem;
  padding-right: 0.5rem;
  display: flex;
  align-items: center;
  justify-content: center;
  margin-right: 0.5rem;
  padding: 0.5rem;
  height: 2.5rem;
  width: 2.5rem;
  border: 1px solid currentColor;
}
.cid-t2DbR1wZ9c .iconfont-wrapper:hover {
  background: #FFFFFF;
}
.cid-t2DbR1wZ9c .iconfont-wrapper:hover .mbr-iconfont {
  color: #141414;
}
.cid-t2DbR1wZ9c .dropdown-menu,
.cid-t2DbR1wZ9c .navbar.opened {
  background: #141414 !important;
}
.cid-t2DbR1wZ9c .nav-item:focus,
.cid-t2DbR1wZ9c .nav-link:focus {
  outline: none;
}
.cid-t2DbR1wZ9c .dropdown .dropdown-menu .dropdown-item {
  width: auto;
  transition: all 0.25s ease-in-out;
}
.cid-t2DbR1wZ9c .dropdown .dropdown-menu .dropdown-item::after {
  right: 0.5rem;
  background: transparent !important;
}
.cid-t2DbR1wZ9c .dropdown .dropdown-menu .dropdown-item .mbr-iconfont {
  margin-right: 0.5rem;
  vertical-align: sub;
}
.cid-t2DbR1wZ9c .dropdown .dropdown-menu .dropdown-item .mbr-iconfont:before {
  display: inline-block;
  transform: scale(1, 1);
  transition: all 0.25s ease-in-out;
}
.cid-t2DbR1wZ9c .collapsed .dropdown-menu .dropdown-item:before {
  display: none;
}
.cid-t2DbR1wZ9c .collapsed .dropdown .dropdown-menu .dropdown-item {
  padding: 0.235em 1.5em 0.235em 1.5em !important;
  transition: none;
  margin: 0 !important;
}
.cid-t2DbR1wZ9c .navbar {
  min-height: 70px;
  transition: all 0.3s;
  border-bottom: 1px solid #ffffff;
  box-shadow: 0 1px 3px 0 rgba(0, 0, 0, 0.1);
  background: #141414;
}
.cid-t2DbR1wZ9c .navbar.opened {
  transition: all 0.3s;
}
.cid-t2DbR1wZ9c .navbar .dropdown-item {
  padding: 0.5rem 1.8rem;
}
.cid-t2DbR1wZ9c .navbar .navbar-logo img {
  width: auto;
}
.cid-t2DbR1wZ9c .navbar .navbar-collapse {
  justify-content: flex-end;
  z-index: 1;
}
.cid-t2DbR1wZ9c .navbar.collapsed {
  justify-content: center;
}
.cid-t2DbR1wZ9c .navbar.collapsed .nav-item .nav-link::before {
  display: none;
}
.cid-t2DbR1wZ9c .navbar.collapsed.opened .dropdown-menu {
  top: 0;
}
@media (min-width: 992px) {
  .cid-t2DbR1wZ9c .navbar.collapsed.opened:not(.navbar-short) .navbar-collapse {
    max-height: calc(98.5vh - 3rem);
  }
}
.cid-t2DbR1wZ9c .navbar.collapsed .dropdown-menu .dropdown-submenu {
  left: 0 !important;
}
.cid-t2DbR1wZ9c .navbar.collapsed .dropdown-menu .dropdown-item:after {
  right: auto;
}
.cid-t2DbR1wZ9c .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-t2DbR1wZ9c .navbar.collapsed ul.navbar-nav li {
  margin: auto;
}
.cid-t2DbR1wZ9c .navbar.collapsed .dropdown-menu .dropdown-item {
  padding: 0.25rem 1.5rem;
  text-align: center;
}
.cid-t2DbR1wZ9c .navbar.collapsed .icons-menu {
  padding-left: 0;
  padding-right: 0;
  padding-top: 0.5rem;
  padding-bottom: 0.5rem;
}
@media (max-width: 991px) {
  .cid-t2DbR1wZ9c .navbar .nav-item .nav-link::before {
    display: none;
  }
  .cid-t2DbR1wZ9c .navbar.opened .dropdown-menu {
    top: 0;
  }
  .cid-t2DbR1wZ9c .navbar .dropdown-menu .dropdown-submenu {
    left: 0 !important;
  }
  .cid-t2DbR1wZ9c .navbar .dropdown-menu .dropdown-item:after {
    right: auto;
  }
  .cid-t2DbR1wZ9c .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-t2DbR1wZ9c .navbar .navbar-logo img {
    height: 3rem !important;
  }
  .cid-t2DbR1wZ9c .navbar ul.navbar-nav li {
    margin: auto;
  }
  .cid-t2DbR1wZ9c .navbar .dropdown-menu .dropdown-item {
    padding: 0.25rem 1.5rem !important;
    text-align: center;
  }
  .cid-t2DbR1wZ9c .navbar .navbar-brand {
    flex-shrink: initial;
    flex-basis: auto;
    word-break: break-word;
    padding-right: 2rem;
  }
  .cid-t2DbR1wZ9c .navbar .navbar-toggler {
    flex-basis: auto;
  }
  .cid-t2DbR1wZ9c .navbar .icons-menu {
    padding-top: 0.5rem;
    padding-bottom: 0.5rem;
  }
}
.cid-t2DbR1wZ9c .navbar.navbar-short {
  min-height: 60px;
}
.cid-t2DbR1wZ9c .navbar.navbar-short .navbar-logo img {
  height: 2.5rem !important;
}
.cid-t2DbR1wZ9c .navbar.navbar-short .navbar-brand {
  min-height: 60px;
  padding: 0;
}
.cid-t2DbR1wZ9c .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-t2DbR1wZ9c .navbar-brand .navbar-caption {
  line-height: inherit !important;
}
.cid-t2DbR1wZ9c .navbar-brand .display-7 {
  font-size: 24px;
}
.cid-t2DbR1wZ9c .navbar-brand .navbar-logo a {
  outline: none;
}
.cid-t2DbR1wZ9c .dropdown-item.active,
.cid-t2DbR1wZ9c .dropdown-item:active {
  background-color: transparent;
}
.cid-t2DbR1wZ9c .navbar-expand-lg .navbar-nav .nav-link {
  padding: 0;
}
.cid-t2DbR1wZ9c .nav-dropdown .link.dropdown-toggle {
  margin-right: 1.667em;
}
.cid-t2DbR1wZ9c .nav-dropdown .link.dropdown-toggle[aria-expanded="true"] {
  margin-right: 0;
  padding: 0.667em 1.667em;
}
.cid-t2DbR1wZ9c .navbar.navbar-expand-lg .dropdown .dropdown-menu {
  background: #141414;
}
.cid-t2DbR1wZ9c .navbar.navbar-expand-lg .dropdown .dropdown-menu .dropdown-submenu {
  margin: 0;
  left: 100%;
}
.cid-t2DbR1wZ9c .navbar .dropdown.open > .dropdown-menu {
  display: block;
}
.cid-t2DbR1wZ9c ul.navbar-nav {
  flex-wrap: wrap;
}
.cid-t2DbR1wZ9c .navbar-buttons {
  text-align: center;
  min-width: 170px;
}
@media (min-width: 992px) {
  .cid-t2DbR1wZ9c .navbar-buttons {
    margin-bottom: -1px;
    margin-top: -1px;
  }
}
.cid-t2DbR1wZ9c button.navbar-toggler {
  outline: none;
  width: 31px;
  height: 20px;
  cursor: pointer;
  transition: all 0.2s;
  position: relative;
  align-self: center;
}
.cid-t2DbR1wZ9c button.navbar-toggler .hamburger span {
  position: absolute;
  right: 0;
  width: 30px;
  height: 2px;
  border-right: 5px;
  background-color: #ffffff;
}
.cid-t2DbR1wZ9c button.navbar-toggler .hamburger span:nth-child(1) {
  top: 0;
  transition: all 0.2s;
}
.cid-t2DbR1wZ9c button.navbar-toggler .hamburger span:nth-child(2) {
  top: 8px;
  transition: all 0.15s;
}
.cid-t2DbR1wZ9c button.navbar-toggler .hamburger span:nth-child(3) {
  top: 8px;
  transition: all 0.15s;
}
.cid-t2DbR1wZ9c button.navbar-toggler .hamburger span:nth-child(4) {
  top: 16px;
  transition: all 0.2s;
}
.cid-t2DbR1wZ9c nav.opened .hamburger span:nth-child(1) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-t2DbR1wZ9c nav.opened .hamburger span:nth-child(2) {
  transform: rotate(45deg);
  transition: all 0.25s;
}
.cid-t2DbR1wZ9c nav.opened .hamburger span:nth-child(3) {
  transform: rotate(-45deg);
  transition: all 0.25s;
}
.cid-t2DbR1wZ9c nav.opened .hamburger span:nth-child(4) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-t2DbR1wZ9c .navbar-dropdown {
  padding: 0 24px;
  position: fixed;
}
@media (min-width: 576px) {
  .cid-t2DbR1wZ9c .navbar-dropdown {
    padding: 0 40px;
    min-height: 80px;
  }
}
@media (min-width: 768px) {
  .cid-t2DbR1wZ9c .navbar-dropdown {
    padding: 0 60px;
  }
}
@media (min-width: 992px) {
  .cid-t2DbR1wZ9c .navbar-dropdown {
    padding: 0 0 0 60px;
  }
}
.cid-t2DbR1wZ9c a.nav-link {
  display: flex;
  align-items: center;
  justify-content: center;
}
.cid-t2DbR1wZ9c .icons-menu {
  flex-wrap: nowrap;
  display: flex;
  justify-content: center;
  padding-left: 1.5rem;
  padding-right: 1rem;
  padding-top: 0.3rem;
  text-align: center;
}
@media (min-width: 992px) {
  .cid-t2DbR1wZ9c .icons-menu {
    padding-left: 1rem;
  }
}
@media screen and (-ms-high-contrast: active), (-ms-high-contrast: none) {
  .cid-t2DbR1wZ9c .navbar {
    height: 70px;
  }
  .cid-t2DbR1wZ9c .navbar.opened {
    height: auto;
  }
  .cid-t2DbR1wZ9c .nav-item .nav-link:hover::before {
    width: 175%;
    max-width: calc(100% + 2rem);
    left: -1rem;
  }
}
.cid-t2DbR1wZ9c .btn {
  min-height: 81px;
  margin: 0.667rem 0.667rem 1.4rem;
  padding: 0 64px;
}
@media (min-width: 992px) {
  .cid-t2DbR1wZ9c .btn {
    margin: 0 0 0 0.6rem;
  }
}
.cid-t2DbR1wZ9c .btn-info-outline {
  border: 1px solid currentColor;
  background: #232323 !important;
}
.cid-t2DbR1wZ9c .btn-info-outline:hover {
  background: #595959 !important;
  border: 1px solid currentColor !important;
}
.cid-t2DbR2ewXt {
  background-image: url("../../../assets/images/carteleriacabecera.webp");
  padding-top: 1rem;
  padding-bottom: 0rem;
}
.cid-t2DbR2ewXt .container-fluid {
  display: flex;
  flex-direction: column;
  justify-content: center;
  padding: 0;
}
.cid-t2DbR2ewXt .content-container {
  max-width: 900px;
  display: flex;
  flex-direction: column;
  justify-content: flex-start;
  align-items: center;
  padding: 54px 60px;
  border-right: 1px solid #ffffff;
  border-left: 1px solid #ffffff;
}
.cid-t2DbR2ewXt .content {
  max-width: 424px;
}
.cid-t2DbR2ewXt .wrapper {
  display: flex;
  justify-content: center;
  box-sizing: border-box;
  border-top: 1px solid #ffffff;
  border-bottom: 1px solid #ffffff;
  margin: -1px -1px 0;
  padding: 0 12px;
}
.cid-t2DbR2ewXt .mbr-section-btn {
  margin-left: 0;
  margin-right: 0;
}
.cid-t2DbR2ewXt .btn {
  padding: 22px 34px;
  margin: 0;
}
.cid-t2DbR2ewXt .btn-info-outline {
  transition: 0.5s;
  background: linear-gradient(to right, #ffffff 50%, #141414 50%) !important;
  background-size: 200% 100% !important;
  background-position: right !important;
  border: 1px solid currentColor;
}
.cid-t2DbR2ewXt .btn-info-outline:hover {
  background-position: left !important;
  color: #000000 !important;
  border: 1px solid #ffffff !important;
}
@media (max-width: 575px) {
  .cid-t2DbR2ewXt .content-container {
    padding: 3rem 24px;
  }
}
.cid-t2DnPveZqE {
  background-image: url("../../../assets/images/carteleria.webp");
}
.cid-t2DnPveZqE .subtitle {
  color: #ffffff;
  text-transform: uppercase;
  margin-bottom: 40px;
  font-weight: 600;
}
.cid-t2DnPveZqE .sc__title {
  color: #ffffff;
  text-transform: uppercase;
  margin-bottom: 30px;
  font-weight: 600;
  padding-bottom: 0;
}
.cid-t2DnPveZqE .mbr-iconfont {
  font-size: 36px;
  color: #ffffff;
}
.cid-t2DbR2OWOZ {
  padding-top: 0rem;
  padding-bottom: 0rem;
  background-color: #141414;
}
.cid-t2DbR2OWOZ .row {
  border-top: 1px solid #FFFFFF;
  min-height: 600px;
  margin-top: -1px;
}
.cid-t2DbR2OWOZ .mbr-text {
  color: #FFFFFF;
  max-width: 330px;
}
.cid-t2DbR2OWOZ .color-text {
  color: #ff4300;
}
.cid-t2DbR2OWOZ .custom-block {
  display: flex;
  flex-direction: column;
  padding-left: 0;
  padding-right: 0;
  color: #ffffff;
  border-bottom: 1px solid #ffffff;
}
.cid-t2DbR2OWOZ .card-wrapper {
  position: relative;
  padding: 3rem 24px;
}
.cid-t2DbR2OWOZ .buttons-container {
  display: flex;
  align-items: center;
  flex-wrap: wrap;
  margin-left: -12px;
}
.cid-t2DbR2OWOZ .buttons-container .item-button {
  margin: 0;
}
.cid-t2DbR2OWOZ .buttons-container .btn {
  margin: 0 0 16px 12px;
}
.cid-t2DbR2OWOZ .buttons-container .btn-info-outline {
  border: 1px solid currentColor;
}
.cid-t2DbR2OWOZ .buttons-container .btn-info-outline:hover {
  background: #FFFFFF !important;
  color: #000000 !important;
  border: 1px solid currentColor !important;
}
@media (min-width: 768px) {
  .cid-t2DbR2OWOZ .wrapper {
    margin-right: -32px;
    margin-left: -32px;
    padding-right: 12px;
    padding-left: 12px;
  }
  .cid-t2DbR2OWOZ .custom-block_left {
    border-right: 1px solid #ffffff;
  }
}
.cid-t2DbR2OWOZ .custom-block_left {
  padding: 0;
}
.cid-t2DbR2OWOZ .custom-block_left .section-btn {
  display: flex;
  justify-content: center;
  align-items: center;
  position: absolute;
  bottom: 3rem;
  right: 16px;
  margin: 0;
  box-shadow: 0 0 130px 1px #141414;
  transform: rotate(45deg);
  border-radius: 50%;
  width: 120px;
  height: 120px;
}
.cid-t2DbR2OWOZ .custom-block_left .section-btn .btn-custom {
  display: flex;
  justify-content: center;
  align-items: center;
  width: 120px;
  height: 120px;
  background: #141414;
  border-radius: 50%;
  transition: 0.2s;
}
.cid-t2DbR2OWOZ .custom-block_left .section-btn .btn-custom:hover {
  background: #000000;
}
.cid-t2DbR2OWOZ .custom-block_left .section-btn .btn-custom span {
  display: flex;
  justify-content: center;
  align-items: center;
  width: 100%;
  height: 100%;
}
.cid-t2DbR2OWOZ .card-box {
  max-width: 565px;
}
.cid-t2DbR2OWOZ .image-wrapper {
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-content: center;
  padding: 0;
  border-bottom: 1px solid #ffffff;
}
@media (max-width: 991px) {
  .cid-t2DbR2OWOZ .image-wrapper {
    order: -1;
    border-bottom: none;
  }
}
.cid-t2DbR2OWOZ .image-wrapper img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}
@media (min-width: 992px) {
  .cid-t2DbR2OWOZ .wrapper {
    padding-right: 16px;
    padding-left: 16px;
  }
  .cid-t2DbR2OWOZ .card-wrapper {
    position: relative;
    padding: 60px;
  }
  .cid-t2DbR2OWOZ .custom-block_left .section-btn {
    bottom: 35px;
    right: 35px;
  }
}
@media (max-width: 575px) {
  .cid-t2DbR2OWOZ .custom-block_left {
    padding: 0;
  }
  .cid-t2DbR2OWOZ .custom-block_left .section-btn {
    position: sticky;
    bottom: 0;
    right: 0;
    width: 80px;
    height: 80px;
  }
  .cid-t2DbR2OWOZ .custom-block_left .section-btn .btn-custom {
    width: 80px;
    height: 80px;
  }
  .cid-t2DbR2OWOZ .card-title-box {
    margin-bottom: 16px;
  }
  .cid-t2DbR2OWOZ .mbr-text {
    max-width: 100%;
    margin-bottom: 16px !important;
  }
}
.cid-t2DbR2OWOZ .card-title {
  color: #ffffff;
}
.cid-t2DngFTsCB {
  padding-top: 2rem;
  padding-bottom: 0rem;
  background-color: #141414;
}
.cid-t2DngFTsCB .row {
  flex-direction: row-reverse;
}
.cid-t2DngFTsCB .mbr-section-head {
  border-bottom: 1px solid #FFFFFF;
  padding-right: 40px;
  padding-left: 40px;
  padding-bottom: 32px;
}
@media (max-width: 575px) {
  .cid-t2DngFTsCB .mbr-section-head {
    padding-right: 24px;
    padding-left: 24px;
    padding-bottom: 24px;
  }
}
@media (min-width: 992px) {
  .cid-t2DngFTsCB .mbr-section-head {
    padding-right: 60px;
    padding-left: 60px;
  }
}
.cid-t2DngFTsCB .mbr-section-title {
  color: #FFFFFF;
}
.cid-t2DngFTsCB .mbr-text {
  color: #FFFFFF;
}
.cid-t2DngFTsCB .container-fluid {
  padding: 0;
}
.cid-t2DngFTsCB .row {
  margin: 0;
}
.cid-t2DngFTsCB .text-container {
  padding: 40px 24px;
}
@media (min-width: 576px) {
  .cid-t2DngFTsCB .text-container {
    padding: 40px;
  }
}
@media (min-width: 992px) {
  .cid-t2DngFTsCB .text-container {
    padding: 60px;
  }
}
.cid-t2DngFTsCB .image-wrapper {
  padding: 0;
  min-height: 420px;
  overflow: hidden;
}
@media (max-width: 991px) {
  .cid-t2DngFTsCB .image-wrapper {
    height: 420px;
  }
}
.cid-t2DngFTsCB .image-wrapper img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  transition: 0.5s;
}
.cid-t2DngFTsCB .image-wrapper img:hover {
  transform: scale(1.2);
}
.cid-t2DngFTsCB .img-container {
  width: 100%;
  height: 100%;
}
@media (min-width: 992px) {
  .cid-t2DngFTsCB .img-container {
    max-width: 700px;
    overflow: hidden;
  }
}
.cid-t2DngFTsCB .item__buttons-container {
  position: relative;
  display: flex;
  align-items: center;
  flex-wrap: wrap;
  margin-left: -16px;
  margin-bottom: -16px;
}
.cid-t2DngFTsCB .item__buttons-container_round {
  align-items: flex-start;
}
.cid-t2DngFTsCB .btn {
  margin: 0;
}
.cid-t2DngFTsCB .btn span {
  display: flex;
  align-items: center;
  justify-content: center;
}
.cid-t2DngFTsCB .btn-info-outline {
  border: 1px solid currentColor;
}
.cid-t2DngFTsCB .btn-info-outline:hover {
  background: #FFFFFF !important;
  color: #000000 !important;
  border: 1px solid currentColor !important;
}
.cid-t2DngFTsCB .item__button {
  margin: 0;
}
.cid-t2DngFTsCB .item__button .btn {
  margin-left: 16px;
  margin-bottom: 16px;
}
.cid-t2DngFTsCB .mbr-section-round-btn .btn {
  min-width: 120px;
  min-height: 120px;
  border-radius: 50%;
  margin: 0 0 16px 32px;
}
@media (max-width: 575px) {
  .cid-t2DngFTsCB .mbr-section-round-btn .btn {
    min-width: 80px;
    min-height: 80px;
  }
}
.cid-t2DngFTsCB .mbr-section-round-btn .btn .mbr-iconfont {
  width: 42px;
  height: 42px;
  margin: 0;
  transform: rotate(45deg);
}
.cid-tCbGe3Vd3R {
  margin-top: -1px;
  padding-top: 15px;
  padding-bottom: 30px;
  border-top: 1px solid #FFFFFF;
  background-color: #141414;
  overflow: hidden;
  border-bottom: 1px solid #ffffff;
}
.cid-tCbGe3Vd3R .wrapper {
  display: flex;
  justify-content: space-between;
  align-items: center;
  flex-wrap: wrap;
}
.cid-tCbGe3Vd3R .copyright {
  margin-right: 0.5rem;
}
.cid-tCbGe3Vd3R .copyright,
.cid-tCbGe3Vd3R .produced {
  margin-top: 0.5rem;
}
.cid-t2Doo13U7L {
  z-index: 1000;
  width: 100%;
  position: relative;
  min-height: 60px;
}
.cid-t2Doo13U7L nav.navbar {
  position: fixed;
}
.cid-t2Doo13U7L .container-fluid {
  padding: 0;
}
.cid-t2Doo13U7L .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-t2Doo13U7L .dropdown-menu {
  padding: 0;
  border-radius: 4px;
  box-shadow: 0 1px 3px 0 rgba(0, 0, 0, 0.1);
}
.cid-t2Doo13U7L .dropdown-item {
  border-bottom: 1px solid #e6e6e6;
}
.cid-t2Doo13U7L .dropdown-item:hover,
.cid-t2Doo13U7L .dropdown-item:focus {
  background: #141414 !important;
  color: white !important;
}
.cid-t2Doo13U7L .dropdown-item:first-child {
  border-top-left-radius: 4px;
  border-top-right-radius: 4px;
}
.cid-t2Doo13U7L .dropdown-item:last-child {
  border-bottom: none;
  border-bottom-left-radius: 4px;
  border-bottom-right-radius: 4px;
}
.cid-t2Doo13U7L .nav-dropdown .link {
  padding: 0 0.3em !important;
  margin: 0.667em 1em !important;
}
.cid-t2Doo13U7L .nav-dropdown .link.dropdown-toggle::after {
  margin-left: 0.5rem;
  margin-top: 0.2rem;
}
.cid-t2Doo13U7L .nav-link {
  position: relative;
}
.cid-t2Doo13U7L .nav-link::before {
  background-color: currentColor;
  display: block;
  position: absolute;
  bottom: 0;
  left: 0;
  content: "";
  height: 1px;
  width: 0%;
  -webkit-transition: width 0.5s ease-in-out;
  -moz--transition: width 0.5s ease-in-out;
  transition: width 0.5s ease-in-out;
}
.cid-t2Doo13U7L .nav-link::after {
  background: transparent !important;
}
.cid-t2Doo13U7L .nav-link:hover::before,
.cid-t2Doo13U7L .nav-link :focus::before {
  width: 100%;
}
.cid-t2Doo13U7L .container {
  display: flex;
  margin: auto;
}
.cid-t2Doo13U7L .iconfont-wrapper {
  color: #ff4300 !important;
  font-size: 1.5rem;
  padding-right: 0.5rem;
  display: flex;
  align-items: center;
  justify-content: center;
  margin-right: 0.5rem;
  padding: 0.5rem;
  height: 2.5rem;
  width: 2.5rem;
  border: 1px solid currentColor;
}
.cid-t2Doo13U7L .iconfont-wrapper:hover {
  background: #FFFFFF;
}
.cid-t2Doo13U7L .iconfont-wrapper:hover .mbr-iconfont {
  color: #141414;
}
.cid-t2Doo13U7L .dropdown-menu,
.cid-t2Doo13U7L .navbar.opened {
  background: #141414 !important;
}
.cid-t2Doo13U7L .nav-item:focus,
.cid-t2Doo13U7L .nav-link:focus {
  outline: none;
}
.cid-t2Doo13U7L .dropdown .dropdown-menu .dropdown-item {
  width: auto;
  transition: all 0.25s ease-in-out;
}
.cid-t2Doo13U7L .dropdown .dropdown-menu .dropdown-item::after {
  right: 0.5rem;
  background: transparent !important;
}
.cid-t2Doo13U7L .dropdown .dropdown-menu .dropdown-item .mbr-iconfont {
  margin-right: 0.5rem;
  vertical-align: sub;
}
.cid-t2Doo13U7L .dropdown .dropdown-menu .dropdown-item .mbr-iconfont:before {
  display: inline-block;
  transform: scale(1, 1);
  transition: all 0.25s ease-in-out;
}
.cid-t2Doo13U7L .collapsed .dropdown-menu .dropdown-item:before {
  display: none;
}
.cid-t2Doo13U7L .collapsed .dropdown .dropdown-menu .dropdown-item {
  padding: 0.235em 1.5em 0.235em 1.5em !important;
  transition: none;
  margin: 0 !important;
}
.cid-t2Doo13U7L .navbar {
  min-height: 70px;
  transition: all 0.3s;
  border-bottom: 1px solid #ffffff;
  box-shadow: 0 1px 3px 0 rgba(0, 0, 0, 0.1);
  background: #141414;
}
.cid-t2Doo13U7L .navbar.opened {
  transition: all 0.3s;
}
.cid-t2Doo13U7L .navbar .dropdown-item {
  padding: 0.5rem 1.8rem;
}
.cid-t2Doo13U7L .navbar .navbar-logo img {
  width: auto;
}
.cid-t2Doo13U7L .navbar .navbar-collapse {
  justify-content: flex-end;
  z-index: 1;
}
.cid-t2Doo13U7L .navbar.collapsed {
  justify-content: center;
}
.cid-t2Doo13U7L .navbar.collapsed .nav-item .nav-link::before {
  display: none;
}
.cid-t2Doo13U7L .navbar.collapsed.opened .dropdown-menu {
  top: 0;
}
@media (min-width: 992px) {
  .cid-t2Doo13U7L .navbar.collapsed.opened:not(.navbar-short) .navbar-collapse {
    max-height: calc(98.5vh - 3rem);
  }
}
.cid-t2Doo13U7L .navbar.collapsed .dropdown-menu .dropdown-submenu {
  left: 0 !important;
}
.cid-t2Doo13U7L .navbar.collapsed .dropdown-menu .dropdown-item:after {
  right: auto;
}
.cid-t2Doo13U7L .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-t2Doo13U7L .navbar.collapsed ul.navbar-nav li {
  margin: auto;
}
.cid-t2Doo13U7L .navbar.collapsed .dropdown-menu .dropdown-item {
  padding: 0.25rem 1.5rem;
  text-align: center;
}
.cid-t2Doo13U7L .navbar.collapsed .icons-menu {
  padding-left: 0;
  padding-right: 0;
  padding-top: 0.5rem;
  padding-bottom: 0.5rem;
}
@media (max-width: 991px) {
  .cid-t2Doo13U7L .navbar .nav-item .nav-link::before {
    display: none;
  }
  .cid-t2Doo13U7L .navbar.opened .dropdown-menu {
    top: 0;
  }
  .cid-t2Doo13U7L .navbar .dropdown-menu .dropdown-submenu {
    left: 0 !important;
  }
  .cid-t2Doo13U7L .navbar .dropdown-menu .dropdown-item:after {
    right: auto;
  }
  .cid-t2Doo13U7L .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-t2Doo13U7L .navbar .navbar-logo img {
    height: 3rem !important;
  }
  .cid-t2Doo13U7L .navbar ul.navbar-nav li {
    margin: auto;
  }
  .cid-t2Doo13U7L .navbar .dropdown-menu .dropdown-item {
    padding: 0.25rem 1.5rem !important;
    text-align: center;
  }
  .cid-t2Doo13U7L .navbar .navbar-brand {
    flex-shrink: initial;
    flex-basis: auto;
    word-break: break-word;
    padding-right: 2rem;
  }
  .cid-t2Doo13U7L .navbar .navbar-toggler {
    flex-basis: auto;
  }
  .cid-t2Doo13U7L .navbar .icons-menu {
    padding-top: 0.5rem;
    padding-bottom: 0.5rem;
  }
}
.cid-t2Doo13U7L .navbar.navbar-short {
  min-height: 60px;
}
.cid-t2Doo13U7L .navbar.navbar-short .navbar-logo img {
  height: 2.5rem !important;
}
.cid-t2Doo13U7L .navbar.navbar-short .navbar-brand {
  min-height: 60px;
  padding: 0;
}
.cid-t2Doo13U7L .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-t2Doo13U7L .navbar-brand .navbar-caption {
  line-height: inherit !important;
}
.cid-t2Doo13U7L .navbar-brand .display-7 {
  font-size: 24px;
}
.cid-t2Doo13U7L .navbar-brand .navbar-logo a {
  outline: none;
}
.cid-t2Doo13U7L .dropdown-item.active,
.cid-t2Doo13U7L .dropdown-item:active {
  background-color: transparent;
}
.cid-t2Doo13U7L .navbar-expand-lg .navbar-nav .nav-link {
  padding: 0;
}
.cid-t2Doo13U7L .nav-dropdown .link.dropdown-toggle {
  margin-right: 1.667em;
}
.cid-t2Doo13U7L .nav-dropdown .link.dropdown-toggle[aria-expanded="true"] {
  margin-right: 0;
  padding: 0.667em 1.667em;
}
.cid-t2Doo13U7L .navbar.navbar-expand-lg .dropdown .dropdown-menu {
  background: #141414;
}
.cid-t2Doo13U7L .navbar.navbar-expand-lg .dropdown .dropdown-menu .dropdown-submenu {
  margin: 0;
  left: 100%;
}
.cid-t2Doo13U7L .navbar .dropdown.open > .dropdown-menu {
  display: block;
}
.cid-t2Doo13U7L ul.navbar-nav {
  flex-wrap: wrap;
}
.cid-t2Doo13U7L .navbar-buttons {
  text-align: center;
  min-width: 170px;
}
@media (min-width: 992px) {
  .cid-t2Doo13U7L .navbar-buttons {
    margin-bottom: -1px;
    margin-top: -1px;
  }
}
.cid-t2Doo13U7L button.navbar-toggler {
  outline: none;
  width: 31px;
  height: 20px;
  cursor: pointer;
  transition: all 0.2s;
  position: relative;
  align-self: center;
}
.cid-t2Doo13U7L button.navbar-toggler .hamburger span {
  position: absolute;
  right: 0;
  width: 30px;
  height: 2px;
  border-right: 5px;
  background-color: #ffffff;
}
.cid-t2Doo13U7L button.navbar-toggler .hamburger span:nth-child(1) {
  top: 0;
  transition: all 0.2s;
}
.cid-t2Doo13U7L button.navbar-toggler .hamburger span:nth-child(2) {
  top: 8px;
  transition: all 0.15s;
}
.cid-t2Doo13U7L button.navbar-toggler .hamburger span:nth-child(3) {
  top: 8px;
  transition: all 0.15s;
}
.cid-t2Doo13U7L button.navbar-toggler .hamburger span:nth-child(4) {
  top: 16px;
  transition: all 0.2s;
}
.cid-t2Doo13U7L nav.opened .hamburger span:nth-child(1) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-t2Doo13U7L nav.opened .hamburger span:nth-child(2) {
  transform: rotate(45deg);
  transition: all 0.25s;
}
.cid-t2Doo13U7L nav.opened .hamburger span:nth-child(3) {
  transform: rotate(-45deg);
  transition: all 0.25s;
}
.cid-t2Doo13U7L nav.opened .hamburger span:nth-child(4) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-t2Doo13U7L .navbar-dropdown {
  padding: 0 24px;
  position: fixed;
}
@media (min-width: 576px) {
  .cid-t2Doo13U7L .navbar-dropdown {
    padding: 0 40px;
    min-height: 80px;
  }
}
@media (min-width: 768px) {
  .cid-t2Doo13U7L .navbar-dropdown {
    padding: 0 60px;
  }
}
@media (min-width: 992px) {
  .cid-t2Doo13U7L .navbar-dropdown {
    padding: 0 0 0 60px;
  }
}
.cid-t2Doo13U7L a.nav-link {
  display: flex;
  align-items: center;
  justify-content: center;
}
.cid-t2Doo13U7L .icons-menu {
  flex-wrap: nowrap;
  display: flex;
  justify-content: center;
  padding-left: 1.5rem;
  padding-right: 1rem;
  padding-top: 0.3rem;
  text-align: center;
}
@media (min-width: 992px) {
  .cid-t2Doo13U7L .icons-menu {
    padding-left: 1rem;
  }
}
@media screen and (-ms-high-contrast: active), (-ms-high-contrast: none) {
  .cid-t2Doo13U7L .navbar {
    height: 70px;
  }
  .cid-t2Doo13U7L .navbar.opened {
    height: auto;
  }
  .cid-t2Doo13U7L .nav-item .nav-link:hover::before {
    width: 175%;
    max-width: calc(100% + 2rem);
    left: -1rem;
  }
}
.cid-t2Doo13U7L .btn {
  min-height: 81px;
  margin: 0.667rem 0.667rem 1.4rem;
  padding: 0 64px;
}
@media (min-width: 992px) {
  .cid-t2Doo13U7L .btn {
    margin: 0 0 0 0.6rem;
  }
}
.cid-t2Doo13U7L .btn-info-outline {
  border: 1px solid currentColor;
  background: #232323 !important;
}
.cid-t2Doo13U7L .btn-info-outline:hover {
  background: #595959 !important;
  border: 1px solid currentColor !important;
}
.cid-t2Doo1F7p1 {
  background-image: url("../../../assets/images/carteleriacabecera.webp");
  padding-top: 1rem;
  padding-bottom: 0rem;
}
.cid-t2Doo1F7p1 .container-fluid {
  display: flex;
  flex-direction: column;
  justify-content: center;
  padding: 0;
}
.cid-t2Doo1F7p1 .content-container {
  max-width: 900px;
  display: flex;
  flex-direction: column;
  justify-content: flex-start;
  align-items: center;
  padding: 54px 60px;
  border-right: 1px solid #ffffff;
  border-left: 1px solid #ffffff;
}
.cid-t2Doo1F7p1 .content {
  max-width: 424px;
}
.cid-t2Doo1F7p1 .wrapper {
  display: flex;
  justify-content: center;
  box-sizing: border-box;
  border-top: 1px solid #ffffff;
  border-bottom: 1px solid #ffffff;
  margin: -1px -1px 0;
  padding: 0 12px;
}
.cid-t2Doo1F7p1 .mbr-section-btn {
  margin-left: 0;
  margin-right: 0;
}
.cid-t2Doo1F7p1 .btn {
  padding: 22px 34px;
  margin: 0;
}
.cid-t2Doo1F7p1 .btn-info-outline {
  transition: 0.5s;
  background: linear-gradient(to right, #ffffff 50%, #141414 50%) !important;
  background-size: 200% 100% !important;
  background-position: right !important;
  border: 1px solid currentColor;
}
.cid-t2Doo1F7p1 .btn-info-outline:hover {
  background-position: left !important;
  color: #000000 !important;
  border: 1px solid #ffffff !important;
}
@media (max-width: 575px) {
  .cid-t2Doo1F7p1 .content-container {
    padding: 3rem 24px;
  }
}
.cid-t2Doo2D4vb {
  padding-top: 0rem;
  padding-bottom: 0rem;
  background-color: #141414;
}
.cid-t2Doo2D4vb .row {
  border-top: 1px solid #FFFFFF;
  min-height: 600px;
  margin-top: -1px;
}
.cid-t2Doo2D4vb .mbr-text {
  color: #FFFFFF;
  max-width: 330px;
}
.cid-t2Doo2D4vb .color-text {
  color: #ff4300;
}
.cid-t2Doo2D4vb .custom-block {
  display: flex;
  flex-direction: column;
  padding-left: 0;
  padding-right: 0;
  color: #ffffff;
  border-bottom: 1px solid #ffffff;
}
.cid-t2Doo2D4vb .card-wrapper {
  position: relative;
  padding: 3rem 24px;
}
.cid-t2Doo2D4vb .buttons-container {
  display: flex;
  align-items: center;
  flex-wrap: wrap;
  margin-left: -12px;
}
.cid-t2Doo2D4vb .buttons-container .item-button {
  margin: 0;
}
.cid-t2Doo2D4vb .buttons-container .btn {
  margin: 0 0 16px 12px;
}
.cid-t2Doo2D4vb .buttons-container .btn-info-outline {
  border: 1px solid currentColor;
}
.cid-t2Doo2D4vb .buttons-container .btn-info-outline:hover {
  background: #FFFFFF !important;
  color: #000000 !important;
  border: 1px solid currentColor !important;
}
@media (min-width: 768px) {
  .cid-t2Doo2D4vb .wrapper {
    margin-right: -32px;
    margin-left: -32px;
    padding-right: 12px;
    padding-left: 12px;
  }
  .cid-t2Doo2D4vb .custom-block_left {
    border-right: 1px solid #ffffff;
  }
}
.cid-t2Doo2D4vb .custom-block_left {
  padding: 0;
}
.cid-t2Doo2D4vb .custom-block_left .section-btn {
  display: flex;
  justify-content: center;
  align-items: center;
  position: absolute;
  bottom: 3rem;
  right: 16px;
  margin: 0;
  box-shadow: 0 0 130px 1px #141414;
  transform: rotate(45deg);
  border-radius: 50%;
  width: 120px;
  height: 120px;
}
.cid-t2Doo2D4vb .custom-block_left .section-btn .btn-custom {
  display: flex;
  justify-content: center;
  align-items: center;
  width: 120px;
  height: 120px;
  background: #141414;
  border-radius: 50%;
  transition: 0.2s;
}
.cid-t2Doo2D4vb .custom-block_left .section-btn .btn-custom:hover {
  background: #000000;
}
.cid-t2Doo2D4vb .custom-block_left .section-btn .btn-custom span {
  display: flex;
  justify-content: center;
  align-items: center;
  width: 100%;
  height: 100%;
}
.cid-t2Doo2D4vb .card-box {
  max-width: 565px;
}
.cid-t2Doo2D4vb .image-wrapper {
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-content: center;
  padding: 0;
  border-bottom: 1px solid #ffffff;
}
@media (max-width: 991px) {
  .cid-t2Doo2D4vb .image-wrapper {
    order: -1;
    border-bottom: none;
  }
}
.cid-t2Doo2D4vb .image-wrapper img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}
@media (min-width: 992px) {
  .cid-t2Doo2D4vb .wrapper {
    padding-right: 16px;
    padding-left: 16px;
  }
  .cid-t2Doo2D4vb .card-wrapper {
    position: relative;
    padding: 60px;
  }
  .cid-t2Doo2D4vb .custom-block_left .section-btn {
    bottom: 35px;
    right: 35px;
  }
}
@media (max-width: 575px) {
  .cid-t2Doo2D4vb .custom-block_left {
    padding: 0;
  }
  .cid-t2Doo2D4vb .custom-block_left .section-btn {
    position: sticky;
    bottom: 0;
    right: 0;
    width: 80px;
    height: 80px;
  }
  .cid-t2Doo2D4vb .custom-block_left .section-btn .btn-custom {
    width: 80px;
    height: 80px;
  }
  .cid-t2Doo2D4vb .card-title-box {
    margin-bottom: 16px;
  }
  .cid-t2Doo2D4vb .mbr-text {
    max-width: 100%;
    margin-bottom: 16px !important;
  }
}
.cid-t2Doo2D4vb .card-title {
  color: #ffffff;
}
.cid-t2Doo34UAR {
  padding-top: 2rem;
  padding-bottom: 0rem;
  background-color: #141414;
}
.cid-t2Doo34UAR .row {
  flex-direction: row-reverse;
}
.cid-t2Doo34UAR .mbr-section-head {
  border-bottom: 1px solid #FFFFFF;
  padding-right: 40px;
  padding-left: 40px;
  padding-bottom: 32px;
}
@media (max-width: 575px) {
  .cid-t2Doo34UAR .mbr-section-head {
    padding-right: 24px;
    padding-left: 24px;
    padding-bottom: 24px;
  }
}
@media (min-width: 992px) {
  .cid-t2Doo34UAR .mbr-section-head {
    padding-right: 60px;
    padding-left: 60px;
  }
}
.cid-t2Doo34UAR .mbr-section-title {
  color: #FFFFFF;
}
.cid-t2Doo34UAR .mbr-text {
  color: #FFFFFF;
}
.cid-t2Doo34UAR .container-fluid {
  padding: 0;
}
.cid-t2Doo34UAR .row {
  margin: 0;
}
.cid-t2Doo34UAR .text-container {
  padding: 40px 24px;
}
@media (min-width: 576px) {
  .cid-t2Doo34UAR .text-container {
    padding: 40px;
  }
}
@media (min-width: 992px) {
  .cid-t2Doo34UAR .text-container {
    padding: 60px;
  }
}
.cid-t2Doo34UAR .image-wrapper {
  padding: 0;
  min-height: 420px;
  overflow: hidden;
}
@media (max-width: 991px) {
  .cid-t2Doo34UAR .image-wrapper {
    height: 420px;
  }
}
.cid-t2Doo34UAR .image-wrapper img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  transition: 0.5s;
}
.cid-t2Doo34UAR .image-wrapper img:hover {
  transform: scale(1.2);
}
.cid-t2Doo34UAR .img-container {
  width: 100%;
  height: 100%;
}
@media (min-width: 992px) {
  .cid-t2Doo34UAR .img-container {
    max-width: 700px;
    overflow: hidden;
  }
}
.cid-t2Doo34UAR .item__buttons-container {
  position: relative;
  display: flex;
  align-items: center;
  flex-wrap: wrap;
  margin-left: -16px;
  margin-bottom: -16px;
}
.cid-t2Doo34UAR .item__buttons-container_round {
  align-items: flex-start;
}
.cid-t2Doo34UAR .btn {
  margin: 0;
}
.cid-t2Doo34UAR .btn span {
  display: flex;
  align-items: center;
  justify-content: center;
}
.cid-t2Doo34UAR .btn-info-outline {
  border: 1px solid currentColor;
}
.cid-t2Doo34UAR .btn-info-outline:hover {
  background: #FFFFFF !important;
  color: #000000 !important;
  border: 1px solid currentColor !important;
}
.cid-t2Doo34UAR .item__button {
  margin: 0;
}
.cid-t2Doo34UAR .item__button .btn {
  margin-left: 16px;
  margin-bottom: 16px;
}
.cid-t2Doo34UAR .mbr-section-round-btn .btn {
  min-width: 120px;
  min-height: 120px;
  border-radius: 50%;
  margin: 0 0 16px 32px;
}
@media (max-width: 575px) {
  .cid-t2Doo34UAR .mbr-section-round-btn .btn {
    min-width: 80px;
    min-height: 80px;
  }
}
.cid-t2Doo34UAR .mbr-section-round-btn .btn .mbr-iconfont {
  width: 42px;
  height: 42px;
  margin: 0;
  transform: rotate(45deg);
}
.cid-t2DpGtT6JN {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-color: #141414;
}
.cid-t2DpGtT6JN .mbr-overlay {
  z-index: 1;
}
.cid-t2DpGtT6JN .main-container-text {
  display: flex;
  flex-direction: column;
  max-width: 900px;
  width: 100%;
  padding: 0 1rem;
  margin: 0 auto 5rem;
  flex-shrink: 1;
}
@media (max-width: 767px) {
  .cid-t2DpGtT6JN .main-container-text {
    margin-bottom: 2.5rem;
  }
}
@media (max-width: 991px) {
  .cid-t2DpGtT6JN .main-container-text {
    padding: 0 0.75rem;
  }
}
.cid-t2DpGtT6JN .label-text {
  color: #898989;
  width: 100%;
}
.cid-t2DpGtT6JN .item-title {
  width: 100%;
  color: #ffffff;
  z-index: 2;
}
.cid-t2DpGtT6JN .item-title span {
  position: relative;
  z-index: 2;
}
.cid-t2DpGtT6JN .item-title span:after {
  content: '';
  position: absolute;
  bottom: -3px;
  left: 0;
  right: 0;
  height: 4px;
  background-color: #141414;
  z-index: 1;
}
.cid-t2DpGtT6JN .main-container {
  display: flex;
  flex-wrap: wrap;
  position: relative;
  z-index: 2;
}
.cid-t2DpGtT6JN .row-reverse {
  display: flex;
  flex-direction: row-reverse;
}
.cid-t2DpGtT6JN .card {
  padding: 3px;
}
.cid-t2DpGtT6JN .card-container {
  display: flex;
}
.cid-t2DpGtT6JN .card-container .card {
  border-radius: 0;
}
.cid-t2DpGtT6JN .card-container .card .item-img {
  height: 100%;
}
.cid-t2DpGtT6JN .card-container .card .item-img img {
  height: 100%;
}
.cid-t2DpGtT6JN .cards-container {
  display: flex;
  flex-wrap: wrap;
}
.cid-t2DpGtT6JN .cards-container .card {
  border-radius: 0;
}
.cid-t2DpGtT6JN .cards-container .card .item-img {
  display: flex;
}
.cid-tCbGe3Vd3R {
  margin-top: -1px;
  padding-top: 15px;
  padding-bottom: 30px;
  border-top: 1px solid #FFFFFF;
  background-color: #141414;
  overflow: hidden;
  border-bottom: 1px solid #ffffff;
}
.cid-tCbGe3Vd3R .wrapper {
  display: flex;
  justify-content: space-between;
  align-items: center;
  flex-wrap: wrap;
}
.cid-tCbGe3Vd3R .copyright {
  margin-right: 0.5rem;
}
.cid-tCbGe3Vd3R .copyright,
.cid-tCbGe3Vd3R .produced {
  margin-top: 0.5rem;
}
.cid-t2DthCOtWX {
  z-index: 1000;
  width: 100%;
  position: relative;
  min-height: 60px;
}
.cid-t2DthCOtWX nav.navbar {
  position: fixed;
}
.cid-t2DthCOtWX .container-fluid {
  padding: 0;
}
.cid-t2DthCOtWX .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-t2DthCOtWX .dropdown-menu {
  padding: 0;
  border-radius: 4px;
  box-shadow: 0 1px 3px 0 rgba(0, 0, 0, 0.1);
}
.cid-t2DthCOtWX .dropdown-item {
  border-bottom: 1px solid #e6e6e6;
}
.cid-t2DthCOtWX .dropdown-item:hover,
.cid-t2DthCOtWX .dropdown-item:focus {
  background: #141414 !important;
  color: white !important;
}
.cid-t2DthCOtWX .dropdown-item:first-child {
  border-top-left-radius: 4px;
  border-top-right-radius: 4px;
}
.cid-t2DthCOtWX .dropdown-item:last-child {
  border-bottom: none;
  border-bottom-left-radius: 4px;
  border-bottom-right-radius: 4px;
}
.cid-t2DthCOtWX .nav-dropdown .link {
  padding: 0 0.3em !important;
  margin: 0.667em 1em !important;
}
.cid-t2DthCOtWX .nav-dropdown .link.dropdown-toggle::after {
  margin-left: 0.5rem;
  margin-top: 0.2rem;
}
.cid-t2DthCOtWX .nav-link {
  position: relative;
}
.cid-t2DthCOtWX .nav-link::before {
  background-color: currentColor;
  display: block;
  position: absolute;
  bottom: 0;
  left: 0;
  content: "";
  height: 1px;
  width: 0%;
  -webkit-transition: width 0.5s ease-in-out;
  -moz--transition: width 0.5s ease-in-out;
  transition: width 0.5s ease-in-out;
}
.cid-t2DthCOtWX .nav-link::after {
  background: transparent !important;
}
.cid-t2DthCOtWX .nav-link:hover::before,
.cid-t2DthCOtWX .nav-link :focus::before {
  width: 100%;
}
.cid-t2DthCOtWX .container {
  display: flex;
  margin: auto;
}
.cid-t2DthCOtWX .iconfont-wrapper {
  color: #ff4300 !important;
  font-size: 1.5rem;
  padding-right: 0.5rem;
  display: flex;
  align-items: center;
  justify-content: center;
  margin-right: 0.5rem;
  padding: 0.5rem;
  height: 2.5rem;
  width: 2.5rem;
  border: 1px solid currentColor;
}
.cid-t2DthCOtWX .iconfont-wrapper:hover {
  background: #FFFFFF;
}
.cid-t2DthCOtWX .iconfont-wrapper:hover .mbr-iconfont {
  color: #141414;
}
.cid-t2DthCOtWX .dropdown-menu,
.cid-t2DthCOtWX .navbar.opened {
  background: #141414 !important;
}
.cid-t2DthCOtWX .nav-item:focus,
.cid-t2DthCOtWX .nav-link:focus {
  outline: none;
}
.cid-t2DthCOtWX .dropdown .dropdown-menu .dropdown-item {
  width: auto;
  transition: all 0.25s ease-in-out;
}
.cid-t2DthCOtWX .dropdown .dropdown-menu .dropdown-item::after {
  right: 0.5rem;
  background: transparent !important;
}
.cid-t2DthCOtWX .dropdown .dropdown-menu .dropdown-item .mbr-iconfont {
  margin-right: 0.5rem;
  vertical-align: sub;
}
.cid-t2DthCOtWX .dropdown .dropdown-menu .dropdown-item .mbr-iconfont:before {
  display: inline-block;
  transform: scale(1, 1);
  transition: all 0.25s ease-in-out;
}
.cid-t2DthCOtWX .collapsed .dropdown-menu .dropdown-item:before {
  display: none;
}
.cid-t2DthCOtWX .collapsed .dropdown .dropdown-menu .dropdown-item {
  padding: 0.235em 1.5em 0.235em 1.5em !important;
  transition: none;
  margin: 0 !important;
}
.cid-t2DthCOtWX .navbar {
  min-height: 70px;
  transition: all 0.3s;
  border-bottom: 1px solid #ffffff;
  box-shadow: 0 1px 3px 0 rgba(0, 0, 0, 0.1);
  background: #141414;
}
.cid-t2DthCOtWX .navbar.opened {
  transition: all 0.3s;
}
.cid-t2DthCOtWX .navbar .dropdown-item {
  padding: 0.5rem 1.8rem;
}
.cid-t2DthCOtWX .navbar .navbar-logo img {
  width: auto;
}
.cid-t2DthCOtWX .navbar .navbar-collapse {
  justify-content: flex-end;
  z-index: 1;
}
.cid-t2DthCOtWX .navbar.collapsed {
  justify-content: center;
}
.cid-t2DthCOtWX .navbar.collapsed .nav-item .nav-link::before {
  display: none;
}
.cid-t2DthCOtWX .navbar.collapsed.opened .dropdown-menu {
  top: 0;
}
@media (min-width: 992px) {
  .cid-t2DthCOtWX .navbar.collapsed.opened:not(.navbar-short) .navbar-collapse {
    max-height: calc(98.5vh - 3rem);
  }
}
.cid-t2DthCOtWX .navbar.collapsed .dropdown-menu .dropdown-submenu {
  left: 0 !important;
}
.cid-t2DthCOtWX .navbar.collapsed .dropdown-menu .dropdown-item:after {
  right: auto;
}
.cid-t2DthCOtWX .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-t2DthCOtWX .navbar.collapsed ul.navbar-nav li {
  margin: auto;
}
.cid-t2DthCOtWX .navbar.collapsed .dropdown-menu .dropdown-item {
  padding: 0.25rem 1.5rem;
  text-align: center;
}
.cid-t2DthCOtWX .navbar.collapsed .icons-menu {
  padding-left: 0;
  padding-right: 0;
  padding-top: 0.5rem;
  padding-bottom: 0.5rem;
}
@media (max-width: 991px) {
  .cid-t2DthCOtWX .navbar .nav-item .nav-link::before {
    display: none;
  }
  .cid-t2DthCOtWX .navbar.opened .dropdown-menu {
    top: 0;
  }
  .cid-t2DthCOtWX .navbar .dropdown-menu .dropdown-submenu {
    left: 0 !important;
  }
  .cid-t2DthCOtWX .navbar .dropdown-menu .dropdown-item:after {
    right: auto;
  }
  .cid-t2DthCOtWX .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-t2DthCOtWX .navbar .navbar-logo img {
    height: 3rem !important;
  }
  .cid-t2DthCOtWX .navbar ul.navbar-nav li {
    margin: auto;
  }
  .cid-t2DthCOtWX .navbar .dropdown-menu .dropdown-item {
    padding: 0.25rem 1.5rem !important;
    text-align: center;
  }
  .cid-t2DthCOtWX .navbar .navbar-brand {
    flex-shrink: initial;
    flex-basis: auto;
    word-break: break-word;
    padding-right: 2rem;
  }
  .cid-t2DthCOtWX .navbar .navbar-toggler {
    flex-basis: auto;
  }
  .cid-t2DthCOtWX .navbar .icons-menu {
    padding-top: 0.5rem;
    padding-bottom: 0.5rem;
  }
}
.cid-t2DthCOtWX .navbar.navbar-short {
  min-height: 60px;
}
.cid-t2DthCOtWX .navbar.navbar-short .navbar-logo img {
  height: 2.5rem !important;
}
.cid-t2DthCOtWX .navbar.navbar-short .navbar-brand {
  min-height: 60px;
  padding: 0;
}
.cid-t2DthCOtWX .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-t2DthCOtWX .navbar-brand .navbar-caption {
  line-height: inherit !important;
}
.cid-t2DthCOtWX .navbar-brand .display-7 {
  font-size: 24px;
}
.cid-t2DthCOtWX .navbar-brand .navbar-logo a {
  outline: none;
}
.cid-t2DthCOtWX .dropdown-item.active,
.cid-t2DthCOtWX .dropdown-item:active {
  background-color: transparent;
}
.cid-t2DthCOtWX .navbar-expand-lg .navbar-nav .nav-link {
  padding: 0;
}
.cid-t2DthCOtWX .nav-dropdown .link.dropdown-toggle {
  margin-right: 1.667em;
}
.cid-t2DthCOtWX .nav-dropdown .link.dropdown-toggle[aria-expanded="true"] {
  margin-right: 0;
  padding: 0.667em 1.667em;
}
.cid-t2DthCOtWX .navbar.navbar-expand-lg .dropdown .dropdown-menu {
  background: #141414;
}
.cid-t2DthCOtWX .navbar.navbar-expand-lg .dropdown .dropdown-menu .dropdown-submenu {
  margin: 0;
  left: 100%;
}
.cid-t2DthCOtWX .navbar .dropdown.open > .dropdown-menu {
  display: block;
}
.cid-t2DthCOtWX ul.navbar-nav {
  flex-wrap: wrap;
}
.cid-t2DthCOtWX .navbar-buttons {
  text-align: center;
  min-width: 170px;
}
@media (min-width: 992px) {
  .cid-t2DthCOtWX .navbar-buttons {
    margin-bottom: -1px;
    margin-top: -1px;
  }
}
.cid-t2DthCOtWX button.navbar-toggler {
  outline: none;
  width: 31px;
  height: 20px;
  cursor: pointer;
  transition: all 0.2s;
  position: relative;
  align-self: center;
}
.cid-t2DthCOtWX button.navbar-toggler .hamburger span {
  position: absolute;
  right: 0;
  width: 30px;
  height: 2px;
  border-right: 5px;
  background-color: #ffffff;
}
.cid-t2DthCOtWX button.navbar-toggler .hamburger span:nth-child(1) {
  top: 0;
  transition: all 0.2s;
}
.cid-t2DthCOtWX button.navbar-toggler .hamburger span:nth-child(2) {
  top: 8px;
  transition: all 0.15s;
}
.cid-t2DthCOtWX button.navbar-toggler .hamburger span:nth-child(3) {
  top: 8px;
  transition: all 0.15s;
}
.cid-t2DthCOtWX button.navbar-toggler .hamburger span:nth-child(4) {
  top: 16px;
  transition: all 0.2s;
}
.cid-t2DthCOtWX nav.opened .hamburger span:nth-child(1) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-t2DthCOtWX nav.opened .hamburger span:nth-child(2) {
  transform: rotate(45deg);
  transition: all 0.25s;
}
.cid-t2DthCOtWX nav.opened .hamburger span:nth-child(3) {
  transform: rotate(-45deg);
  transition: all 0.25s;
}
.cid-t2DthCOtWX nav.opened .hamburger span:nth-child(4) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-t2DthCOtWX .navbar-dropdown {
  padding: 0 24px;
  position: fixed;
}
@media (min-width: 576px) {
  .cid-t2DthCOtWX .navbar-dropdown {
    padding: 0 40px;
    min-height: 80px;
  }
}
@media (min-width: 768px) {
  .cid-t2DthCOtWX .navbar-dropdown {
    padding: 0 60px;
  }
}
@media (min-width: 992px) {
  .cid-t2DthCOtWX .navbar-dropdown {
    padding: 0 0 0 60px;
  }
}
.cid-t2DthCOtWX a.nav-link {
  display: flex;
  align-items: center;
  justify-content: center;
}
.cid-t2DthCOtWX .icons-menu {
  flex-wrap: nowrap;
  display: flex;
  justify-content: center;
  padding-left: 1.5rem;
  padding-right: 1rem;
  padding-top: 0.3rem;
  text-align: center;
}
@media (min-width: 992px) {
  .cid-t2DthCOtWX .icons-menu {
    padding-left: 1rem;
  }
}
@media screen and (-ms-high-contrast: active), (-ms-high-contrast: none) {
  .cid-t2DthCOtWX .navbar {
    height: 70px;
  }
  .cid-t2DthCOtWX .navbar.opened {
    height: auto;
  }
  .cid-t2DthCOtWX .nav-item .nav-link:hover::before {
    width: 175%;
    max-width: calc(100% + 2rem);
    left: -1rem;
  }
}
.cid-t2DthCOtWX .btn {
  min-height: 81px;
  margin: 0.667rem 0.667rem 1.4rem;
  padding: 0 64px;
}
@media (min-width: 992px) {
  .cid-t2DthCOtWX .btn {
    margin: 0 0 0 0.6rem;
  }
}
.cid-t2DthCOtWX .btn-info-outline {
  border: 1px solid currentColor;
  background: #232323 !important;
}
.cid-t2DthCOtWX .btn-info-outline:hover {
  background: #595959 !important;
  border: 1px solid currentColor !important;
}
.cid-t2DthDtdrF {
  background-image: url("../../../assets/images/cookiescabececera.webp");
  padding-top: 1rem;
  padding-bottom: 0rem;
}
.cid-t2DthDtdrF .container-fluid {
  display: flex;
  flex-direction: column;
  justify-content: center;
  padding: 0;
}
.cid-t2DthDtdrF .content-container {
  max-width: 900px;
  display: flex;
  flex-direction: column;
  justify-content: flex-start;
  align-items: center;
  padding: 54px 60px;
  border-right: 1px solid #ffffff;
  border-left: 1px solid #ffffff;
}
.cid-t2DthDtdrF .content {
  max-width: 424px;
}
.cid-t2DthDtdrF .wrapper {
  display: flex;
  justify-content: center;
  box-sizing: border-box;
  border-top: 1px solid #ffffff;
  border-bottom: 1px solid #ffffff;
  margin: -1px -1px 0;
  padding: 0 12px;
}
.cid-t2DthDtdrF .mbr-section-btn {
  margin-left: 0;
  margin-right: 0;
}
.cid-t2DthDtdrF .btn {
  padding: 22px 34px;
  margin: 0;
}
.cid-t2DthDtdrF .btn-info-outline {
  transition: 0.5s;
  background: linear-gradient(to right, #ffffff 50%, #141414 50%) !important;
  background-size: 200% 100% !important;
  background-position: right !important;
  border: 1px solid currentColor;
}
.cid-t2DthDtdrF .btn-info-outline:hover {
  background-position: left !important;
  color: #000000 !important;
  border: 1px solid #ffffff !important;
}
@media (max-width: 575px) {
  .cid-t2DthDtdrF .content-container {
    padding: 3rem 24px;
  }
}
.cid-t2DthDtdrF .mbr-section-title {
  color: #ffffff;
}
.cid-tMIqTbMjBr {
  padding-top: 4rem;
  padding-bottom: 5rem;
  background-color: #141414;
  position: relative;
  margin-top: -1px;
  overflow: hidden;
}
.cid-tMIqTbMjBr .mbr-fallback-image.disabled {
  display: none;
}
.cid-tMIqTbMjBr .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-tMIqTbMjBr .section-border-item {
  background-color: #ffffff;
}
.cid-tMIqTbMjBr .card-title {
  color: #FFF;
}
.cid-tMIqTbMjBr .card-subtitle {
  color: #FFF;
  margin-top: 1rem;
}
@media (max-width: 767px) {
  .cid-tMIqTbMjBr .card-subtitle {
    margin-top: 0.75rem;
  }
}
.cid-tMIqTbMjBr .card-text {
  color: #FFF;
  margin-top: 1rem;
  text-align: left;
}
@media (max-width: 767px) {
  .cid-tMIqTbMjBr .card-text {
    margin-top: 0.75rem;
  }
}
.cid-tCbGe3Vd3R {
  margin-top: -1px;
  padding-top: 15px;
  padding-bottom: 30px;
  border-top: 1px solid #FFFFFF;
  background-color: #141414;
  overflow: hidden;
  border-bottom: 1px solid #ffffff;
}
.cid-tCbGe3Vd3R .wrapper {
  display: flex;
  justify-content: space-between;
  align-items: center;
  flex-wrap: wrap;
}
.cid-tCbGe3Vd3R .copyright {
  margin-right: 0.5rem;
}
.cid-tCbGe3Vd3R .copyright,
.cid-tCbGe3Vd3R .produced {
  margin-top: 0.5rem;
}
.cid-t2Dvu1YdMz {
  z-index: 1000;
  width: 100%;
  position: relative;
  min-height: 60px;
}
.cid-t2Dvu1YdMz nav.navbar {
  position: fixed;
}
.cid-t2Dvu1YdMz .container-fluid {
  padding: 0;
}
.cid-t2Dvu1YdMz .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-t2Dvu1YdMz .dropdown-menu {
  padding: 0;
  border-radius: 4px;
  box-shadow: 0 1px 3px 0 rgba(0, 0, 0, 0.1);
}
.cid-t2Dvu1YdMz .dropdown-item {
  border-bottom: 1px solid #e6e6e6;
}
.cid-t2Dvu1YdMz .dropdown-item:hover,
.cid-t2Dvu1YdMz .dropdown-item:focus {
  background: #141414 !important;
  color: white !important;
}
.cid-t2Dvu1YdMz .dropdown-item:first-child {
  border-top-left-radius: 4px;
  border-top-right-radius: 4px;
}
.cid-t2Dvu1YdMz .dropdown-item:last-child {
  border-bottom: none;
  border-bottom-left-radius: 4px;
  border-bottom-right-radius: 4px;
}
.cid-t2Dvu1YdMz .nav-dropdown .link {
  padding: 0 0.3em !important;
  margin: 0.667em 1em !important;
}
.cid-t2Dvu1YdMz .nav-dropdown .link.dropdown-toggle::after {
  margin-left: 0.5rem;
  margin-top: 0.2rem;
}
.cid-t2Dvu1YdMz .nav-link {
  position: relative;
}
.cid-t2Dvu1YdMz .nav-link::before {
  background-color: currentColor;
  display: block;
  position: absolute;
  bottom: 0;
  left: 0;
  content: "";
  height: 1px;
  width: 0%;
  -webkit-transition: width 0.5s ease-in-out;
  -moz--transition: width 0.5s ease-in-out;
  transition: width 0.5s ease-in-out;
}
.cid-t2Dvu1YdMz .nav-link::after {
  background: transparent !important;
}
.cid-t2Dvu1YdMz .nav-link:hover::before,
.cid-t2Dvu1YdMz .nav-link :focus::before {
  width: 100%;
}
.cid-t2Dvu1YdMz .container {
  display: flex;
  margin: auto;
}
.cid-t2Dvu1YdMz .iconfont-wrapper {
  color: #ff4300 !important;
  font-size: 1.5rem;
  padding-right: 0.5rem;
  display: flex;
  align-items: center;
  justify-content: center;
  margin-right: 0.5rem;
  padding: 0.5rem;
  height: 2.5rem;
  width: 2.5rem;
  border: 1px solid currentColor;
}
.cid-t2Dvu1YdMz .iconfont-wrapper:hover {
  background: #FFFFFF;
}
.cid-t2Dvu1YdMz .iconfont-wrapper:hover .mbr-iconfont {
  color: #141414;
}
.cid-t2Dvu1YdMz .dropdown-menu,
.cid-t2Dvu1YdMz .navbar.opened {
  background: #141414 !important;
}
.cid-t2Dvu1YdMz .nav-item:focus,
.cid-t2Dvu1YdMz .nav-link:focus {
  outline: none;
}
.cid-t2Dvu1YdMz .dropdown .dropdown-menu .dropdown-item {
  width: auto;
  transition: all 0.25s ease-in-out;
}
.cid-t2Dvu1YdMz .dropdown .dropdown-menu .dropdown-item::after {
  right: 0.5rem;
  background: transparent !important;
}
.cid-t2Dvu1YdMz .dropdown .dropdown-menu .dropdown-item .mbr-iconfont {
  margin-right: 0.5rem;
  vertical-align: sub;
}
.cid-t2Dvu1YdMz .dropdown .dropdown-menu .dropdown-item .mbr-iconfont:before {
  display: inline-block;
  transform: scale(1, 1);
  transition: all 0.25s ease-in-out;
}
.cid-t2Dvu1YdMz .collapsed .dropdown-menu .dropdown-item:before {
  display: none;
}
.cid-t2Dvu1YdMz .collapsed .dropdown .dropdown-menu .dropdown-item {
  padding: 0.235em 1.5em 0.235em 1.5em !important;
  transition: none;
  margin: 0 !important;
}
.cid-t2Dvu1YdMz .navbar {
  min-height: 70px;
  transition: all 0.3s;
  border-bottom: 1px solid #ffffff;
  box-shadow: 0 1px 3px 0 rgba(0, 0, 0, 0.1);
  background: #141414;
}
.cid-t2Dvu1YdMz .navbar.opened {
  transition: all 0.3s;
}
.cid-t2Dvu1YdMz .navbar .dropdown-item {
  padding: 0.5rem 1.8rem;
}
.cid-t2Dvu1YdMz .navbar .navbar-logo img {
  width: auto;
}
.cid-t2Dvu1YdMz .navbar .navbar-collapse {
  justify-content: flex-end;
  z-index: 1;
}
.cid-t2Dvu1YdMz .navbar.collapsed {
  justify-content: center;
}
.cid-t2Dvu1YdMz .navbar.collapsed .nav-item .nav-link::before {
  display: none;
}
.cid-t2Dvu1YdMz .navbar.collapsed.opened .dropdown-menu {
  top: 0;
}
@media (min-width: 992px) {
  .cid-t2Dvu1YdMz .navbar.collapsed.opened:not(.navbar-short) .navbar-collapse {
    max-height: calc(98.5vh - 3rem);
  }
}
.cid-t2Dvu1YdMz .navbar.collapsed .dropdown-menu .dropdown-submenu {
  left: 0 !important;
}
.cid-t2Dvu1YdMz .navbar.collapsed .dropdown-menu .dropdown-item:after {
  right: auto;
}
.cid-t2Dvu1YdMz .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-t2Dvu1YdMz .navbar.collapsed ul.navbar-nav li {
  margin: auto;
}
.cid-t2Dvu1YdMz .navbar.collapsed .dropdown-menu .dropdown-item {
  padding: 0.25rem 1.5rem;
  text-align: center;
}
.cid-t2Dvu1YdMz .navbar.collapsed .icons-menu {
  padding-left: 0;
  padding-right: 0;
  padding-top: 0.5rem;
  padding-bottom: 0.5rem;
}
@media (max-width: 991px) {
  .cid-t2Dvu1YdMz .navbar .nav-item .nav-link::before {
    display: none;
  }
  .cid-t2Dvu1YdMz .navbar.opened .dropdown-menu {
    top: 0;
  }
  .cid-t2Dvu1YdMz .navbar .dropdown-menu .dropdown-submenu {
    left: 0 !important;
  }
  .cid-t2Dvu1YdMz .navbar .dropdown-menu .dropdown-item:after {
    right: auto;
  }
  .cid-t2Dvu1YdMz .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-t2Dvu1YdMz .navbar .navbar-logo img {
    height: 3rem !important;
  }
  .cid-t2Dvu1YdMz .navbar ul.navbar-nav li {
    margin: auto;
  }
  .cid-t2Dvu1YdMz .navbar .dropdown-menu .dropdown-item {
    padding: 0.25rem 1.5rem !important;
    text-align: center;
  }
  .cid-t2Dvu1YdMz .navbar .navbar-brand {
    flex-shrink: initial;
    flex-basis: auto;
    word-break: break-word;
    padding-right: 2rem;
  }
  .cid-t2Dvu1YdMz .navbar .navbar-toggler {
    flex-basis: auto;
  }
  .cid-t2Dvu1YdMz .navbar .icons-menu {
    padding-top: 0.5rem;
    padding-bottom: 0.5rem;
  }
}
.cid-t2Dvu1YdMz .navbar.navbar-short {
  min-height: 60px;
}
.cid-t2Dvu1YdMz .navbar.navbar-short .navbar-logo img {
  height: 2.5rem !important;
}
.cid-t2Dvu1YdMz .navbar.navbar-short .navbar-brand {
  min-height: 60px;
  padding: 0;
}
.cid-t2Dvu1YdMz .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-t2Dvu1YdMz .navbar-brand .navbar-caption {
  line-height: inherit !important;
}
.cid-t2Dvu1YdMz .navbar-brand .display-7 {
  font-size: 24px;
}
.cid-t2Dvu1YdMz .navbar-brand .navbar-logo a {
  outline: none;
}
.cid-t2Dvu1YdMz .dropdown-item.active,
.cid-t2Dvu1YdMz .dropdown-item:active {
  background-color: transparent;
}
.cid-t2Dvu1YdMz .navbar-expand-lg .navbar-nav .nav-link {
  padding: 0;
}
.cid-t2Dvu1YdMz .nav-dropdown .link.dropdown-toggle {
  margin-right: 1.667em;
}
.cid-t2Dvu1YdMz .nav-dropdown .link.dropdown-toggle[aria-expanded="true"] {
  margin-right: 0;
  padding: 0.667em 1.667em;
}
.cid-t2Dvu1YdMz .navbar.navbar-expand-lg .dropdown .dropdown-menu {
  background: #141414;
}
.cid-t2Dvu1YdMz .navbar.navbar-expand-lg .dropdown .dropdown-menu .dropdown-submenu {
  margin: 0;
  left: 100%;
}
.cid-t2Dvu1YdMz .navbar .dropdown.open > .dropdown-menu {
  display: block;
}
.cid-t2Dvu1YdMz ul.navbar-nav {
  flex-wrap: wrap;
}
.cid-t2Dvu1YdMz .navbar-buttons {
  text-align: center;
  min-width: 170px;
}
@media (min-width: 992px) {
  .cid-t2Dvu1YdMz .navbar-buttons {
    margin-bottom: -1px;
    margin-top: -1px;
  }
}
.cid-t2Dvu1YdMz button.navbar-toggler {
  outline: none;
  width: 31px;
  height: 20px;
  cursor: pointer;
  transition: all 0.2s;
  position: relative;
  align-self: center;
}
.cid-t2Dvu1YdMz button.navbar-toggler .hamburger span {
  position: absolute;
  right: 0;
  width: 30px;
  height: 2px;
  border-right: 5px;
  background-color: #ffffff;
}
.cid-t2Dvu1YdMz button.navbar-toggler .hamburger span:nth-child(1) {
  top: 0;
  transition: all 0.2s;
}
.cid-t2Dvu1YdMz button.navbar-toggler .hamburger span:nth-child(2) {
  top: 8px;
  transition: all 0.15s;
}
.cid-t2Dvu1YdMz button.navbar-toggler .hamburger span:nth-child(3) {
  top: 8px;
  transition: all 0.15s;
}
.cid-t2Dvu1YdMz button.navbar-toggler .hamburger span:nth-child(4) {
  top: 16px;
  transition: all 0.2s;
}
.cid-t2Dvu1YdMz nav.opened .hamburger span:nth-child(1) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-t2Dvu1YdMz nav.opened .hamburger span:nth-child(2) {
  transform: rotate(45deg);
  transition: all 0.25s;
}
.cid-t2Dvu1YdMz nav.opened .hamburger span:nth-child(3) {
  transform: rotate(-45deg);
  transition: all 0.25s;
}
.cid-t2Dvu1YdMz nav.opened .hamburger span:nth-child(4) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-t2Dvu1YdMz .navbar-dropdown {
  padding: 0 24px;
  position: fixed;
}
@media (min-width: 576px) {
  .cid-t2Dvu1YdMz .navbar-dropdown {
    padding: 0 40px;
    min-height: 80px;
  }
}
@media (min-width: 768px) {
  .cid-t2Dvu1YdMz .navbar-dropdown {
    padding: 0 60px;
  }
}
@media (min-width: 992px) {
  .cid-t2Dvu1YdMz .navbar-dropdown {
    padding: 0 0 0 60px;
  }
}
.cid-t2Dvu1YdMz a.nav-link {
  display: flex;
  align-items: center;
  justify-content: center;
}
.cid-t2Dvu1YdMz .icons-menu {
  flex-wrap: nowrap;
  display: flex;
  justify-content: center;
  padding-left: 1.5rem;
  padding-right: 1rem;
  padding-top: 0.3rem;
  text-align: center;
}
@media (min-width: 992px) {
  .cid-t2Dvu1YdMz .icons-menu {
    padding-left: 1rem;
  }
}
@media screen and (-ms-high-contrast: active), (-ms-high-contrast: none) {
  .cid-t2Dvu1YdMz .navbar {
    height: 70px;
  }
  .cid-t2Dvu1YdMz .navbar.opened {
    height: auto;
  }
  .cid-t2Dvu1YdMz .nav-item .nav-link:hover::before {
    width: 175%;
    max-width: calc(100% + 2rem);
    left: -1rem;
  }
}
.cid-t2Dvu1YdMz .btn {
  min-height: 81px;
  margin: 0.667rem 0.667rem 1.4rem;
  padding: 0 64px;
}
@media (min-width: 992px) {
  .cid-t2Dvu1YdMz .btn {
    margin: 0 0 0 0.6rem;
  }
}
.cid-t2Dvu1YdMz .btn-info-outline {
  border: 1px solid currentColor;
  background: #232323 !important;
}
.cid-t2Dvu1YdMz .btn-info-outline:hover {
  background: #595959 !important;
  border: 1px solid currentColor !important;
}
.cid-t2Dvu2Bmav {
  background-image: url("../../../assets/images/politicacabecera.webp");
  padding-top: 0rem;
  padding-bottom: 0rem;
}
.cid-t2Dvu2Bmav .container-fluid {
  display: flex;
  flex-direction: column;
  justify-content: center;
  padding: 0;
}
.cid-t2Dvu2Bmav .content-container {
  max-width: 900px;
  display: flex;
  flex-direction: column;
  justify-content: flex-start;
  align-items: center;
  padding: 54px 60px;
  border-right: 1px solid #ffffff;
  border-left: 1px solid #ffffff;
}
.cid-t2Dvu2Bmav .content {
  max-width: 424px;
}
.cid-t2Dvu2Bmav .wrapper {
  display: flex;
  justify-content: center;
  box-sizing: border-box;
  border-top: 1px solid #ffffff;
  border-bottom: 1px solid #ffffff;
  margin: -1px -1px 0;
  padding: 0 12px;
}
.cid-t2Dvu2Bmav .mbr-section-btn {
  margin-left: 0;
  margin-right: 0;
}
.cid-t2Dvu2Bmav .btn {
  padding: 22px 34px;
  margin: 0;
}
.cid-t2Dvu2Bmav .btn-info-outline {
  transition: 0.5s;
  background: linear-gradient(to right, #ffffff 50%, #141414 50%) !important;
  background-size: 200% 100% !important;
  background-position: right !important;
  border: 1px solid currentColor;
}
.cid-t2Dvu2Bmav .btn-info-outline:hover {
  background-position: left !important;
  color: #000000 !important;
  border: 1px solid #ffffff !important;
}
@media (max-width: 575px) {
  .cid-t2Dvu2Bmav .content-container {
    padding: 3rem 24px;
  }
}
.cid-t2Dvu2Bmav .mbr-section-title {
  color: #ffffff;
}
.cid-tMIs4hOhti {
  padding-top: 4rem;
  padding-bottom: 5rem;
  background-color: #141414;
  position: relative;
  margin-top: -1px;
  overflow: hidden;
}
.cid-tMIs4hOhti .mbr-fallback-image.disabled {
  display: none;
}
.cid-tMIs4hOhti .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-tMIs4hOhti .section-border-item {
  background-color: #ffffff;
}
.cid-tMIs4hOhti .card-title {
  color: #FFF;
}
.cid-tMIs4hOhti .card-subtitle {
  color: #FFF;
  margin-top: 1rem;
}
@media (max-width: 767px) {
  .cid-tMIs4hOhti .card-subtitle {
    margin-top: 0.75rem;
  }
}
.cid-tMIs4hOhti .card-text {
  color: #FFF;
  margin-top: 1rem;
  text-align: left;
}
@media (max-width: 767px) {
  .cid-tMIs4hOhti .card-text {
    margin-top: 0.75rem;
  }
}
.cid-tCbGe3Vd3R {
  margin-top: -1px;
  padding-top: 15px;
  padding-bottom: 30px;
  border-top: 1px solid #FFFFFF;
  background-color: #141414;
  overflow: hidden;
  border-bottom: 1px solid #ffffff;
}
.cid-tCbGe3Vd3R .wrapper {
  display: flex;
  justify-content: space-between;
  align-items: center;
  flex-wrap: wrap;
}
.cid-tCbGe3Vd3R .copyright {
  margin-right: 0.5rem;
}
.cid-tCbGe3Vd3R .copyright,
.cid-tCbGe3Vd3R .produced {
  margin-top: 0.5rem;
}
.cid-t2DwymQ3co {
  z-index: 1000;
  width: 100%;
  position: relative;
  min-height: 60px;
}
.cid-t2DwymQ3co nav.navbar {
  position: fixed;
}
.cid-t2DwymQ3co .container-fluid {
  padding: 0;
}
.cid-t2DwymQ3co .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-t2DwymQ3co .dropdown-menu {
  padding: 0;
  border-radius: 4px;
  box-shadow: 0 1px 3px 0 rgba(0, 0, 0, 0.1);
}
.cid-t2DwymQ3co .dropdown-item {
  border-bottom: 1px solid #e6e6e6;
}
.cid-t2DwymQ3co .dropdown-item:hover,
.cid-t2DwymQ3co .dropdown-item:focus {
  background: #141414 !important;
  color: white !important;
}
.cid-t2DwymQ3co .dropdown-item:first-child {
  border-top-left-radius: 4px;
  border-top-right-radius: 4px;
}
.cid-t2DwymQ3co .dropdown-item:last-child {
  border-bottom: none;
  border-bottom-left-radius: 4px;
  border-bottom-right-radius: 4px;
}
.cid-t2DwymQ3co .nav-dropdown .link {
  padding: 0 0.3em !important;
  margin: 0.667em 1em !important;
}
.cid-t2DwymQ3co .nav-dropdown .link.dropdown-toggle::after {
  margin-left: 0.5rem;
  margin-top: 0.2rem;
}
.cid-t2DwymQ3co .nav-link {
  position: relative;
}
.cid-t2DwymQ3co .nav-link::before {
  background-color: currentColor;
  display: block;
  position: absolute;
  bottom: 0;
  left: 0;
  content: "";
  height: 1px;
  width: 0%;
  -webkit-transition: width 0.5s ease-in-out;
  -moz--transition: width 0.5s ease-in-out;
  transition: width 0.5s ease-in-out;
}
.cid-t2DwymQ3co .nav-link::after {
  background: transparent !important;
}
.cid-t2DwymQ3co .nav-link:hover::before,
.cid-t2DwymQ3co .nav-link :focus::before {
  width: 100%;
}
.cid-t2DwymQ3co .container {
  display: flex;
  margin: auto;
}
.cid-t2DwymQ3co .iconfont-wrapper {
  color: #ff4300 !important;
  font-size: 1.5rem;
  padding-right: 0.5rem;
  display: flex;
  align-items: center;
  justify-content: center;
  margin-right: 0.5rem;
  padding: 0.5rem;
  height: 2.5rem;
  width: 2.5rem;
  border: 1px solid currentColor;
}
.cid-t2DwymQ3co .iconfont-wrapper:hover {
  background: #FFFFFF;
}
.cid-t2DwymQ3co .iconfont-wrapper:hover .mbr-iconfont {
  color: #141414;
}
.cid-t2DwymQ3co .dropdown-menu,
.cid-t2DwymQ3co .navbar.opened {
  background: #141414 !important;
}
.cid-t2DwymQ3co .nav-item:focus,
.cid-t2DwymQ3co .nav-link:focus {
  outline: none;
}
.cid-t2DwymQ3co .dropdown .dropdown-menu .dropdown-item {
  width: auto;
  transition: all 0.25s ease-in-out;
}
.cid-t2DwymQ3co .dropdown .dropdown-menu .dropdown-item::after {
  right: 0.5rem;
  background: transparent !important;
}
.cid-t2DwymQ3co .dropdown .dropdown-menu .dropdown-item .mbr-iconfont {
  margin-right: 0.5rem;
  vertical-align: sub;
}
.cid-t2DwymQ3co .dropdown .dropdown-menu .dropdown-item .mbr-iconfont:before {
  display: inline-block;
  transform: scale(1, 1);
  transition: all 0.25s ease-in-out;
}
.cid-t2DwymQ3co .collapsed .dropdown-menu .dropdown-item:before {
  display: none;
}
.cid-t2DwymQ3co .collapsed .dropdown .dropdown-menu .dropdown-item {
  padding: 0.235em 1.5em 0.235em 1.5em !important;
  transition: none;
  margin: 0 !important;
}
.cid-t2DwymQ3co .navbar {
  min-height: 70px;
  transition: all 0.3s;
  border-bottom: 1px solid #ffffff;
  box-shadow: 0 1px 3px 0 rgba(0, 0, 0, 0.1);
  background: #141414;
}
.cid-t2DwymQ3co .navbar.opened {
  transition: all 0.3s;
}
.cid-t2DwymQ3co .navbar .dropdown-item {
  padding: 0.5rem 1.8rem;
}
.cid-t2DwymQ3co .navbar .navbar-logo img {
  width: auto;
}
.cid-t2DwymQ3co .navbar .navbar-collapse {
  justify-content: flex-end;
  z-index: 1;
}
.cid-t2DwymQ3co .navbar.collapsed {
  justify-content: center;
}
.cid-t2DwymQ3co .navbar.collapsed .nav-item .nav-link::before {
  display: none;
}
.cid-t2DwymQ3co .navbar.collapsed.opened .dropdown-menu {
  top: 0;
}
@media (min-width: 992px) {
  .cid-t2DwymQ3co .navbar.collapsed.opened:not(.navbar-short) .navbar-collapse {
    max-height: calc(98.5vh - 3rem);
  }
}
.cid-t2DwymQ3co .navbar.collapsed .dropdown-menu .dropdown-submenu {
  left: 0 !important;
}
.cid-t2DwymQ3co .navbar.collapsed .dropdown-menu .dropdown-item:after {
  right: auto;
}
.cid-t2DwymQ3co .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-t2DwymQ3co .navbar.collapsed ul.navbar-nav li {
  margin: auto;
}
.cid-t2DwymQ3co .navbar.collapsed .dropdown-menu .dropdown-item {
  padding: 0.25rem 1.5rem;
  text-align: center;
}
.cid-t2DwymQ3co .navbar.collapsed .icons-menu {
  padding-left: 0;
  padding-right: 0;
  padding-top: 0.5rem;
  padding-bottom: 0.5rem;
}
@media (max-width: 991px) {
  .cid-t2DwymQ3co .navbar .nav-item .nav-link::before {
    display: none;
  }
  .cid-t2DwymQ3co .navbar.opened .dropdown-menu {
    top: 0;
  }
  .cid-t2DwymQ3co .navbar .dropdown-menu .dropdown-submenu {
    left: 0 !important;
  }
  .cid-t2DwymQ3co .navbar .dropdown-menu .dropdown-item:after {
    right: auto;
  }
  .cid-t2DwymQ3co .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-t2DwymQ3co .navbar .navbar-logo img {
    height: 3rem !important;
  }
  .cid-t2DwymQ3co .navbar ul.navbar-nav li {
    margin: auto;
  }
  .cid-t2DwymQ3co .navbar .dropdown-menu .dropdown-item {
    padding: 0.25rem 1.5rem !important;
    text-align: center;
  }
  .cid-t2DwymQ3co .navbar .navbar-brand {
    flex-shrink: initial;
    flex-basis: auto;
    word-break: break-word;
    padding-right: 2rem;
  }
  .cid-t2DwymQ3co .navbar .navbar-toggler {
    flex-basis: auto;
  }
  .cid-t2DwymQ3co .navbar .icons-menu {
    padding-top: 0.5rem;
    padding-bottom: 0.5rem;
  }
}
.cid-t2DwymQ3co .navbar.navbar-short {
  min-height: 60px;
}
.cid-t2DwymQ3co .navbar.navbar-short .navbar-logo img {
  height: 2.5rem !important;
}
.cid-t2DwymQ3co .navbar.navbar-short .navbar-brand {
  min-height: 60px;
  padding: 0;
}
.cid-t2DwymQ3co .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-t2DwymQ3co .navbar-brand .navbar-caption {
  line-height: inherit !important;
}
.cid-t2DwymQ3co .navbar-brand .display-7 {
  font-size: 24px;
}
.cid-t2DwymQ3co .navbar-brand .navbar-logo a {
  outline: none;
}
.cid-t2DwymQ3co .dropdown-item.active,
.cid-t2DwymQ3co .dropdown-item:active {
  background-color: transparent;
}
.cid-t2DwymQ3co .navbar-expand-lg .navbar-nav .nav-link {
  padding: 0;
}
.cid-t2DwymQ3co .nav-dropdown .link.dropdown-toggle {
  margin-right: 1.667em;
}
.cid-t2DwymQ3co .nav-dropdown .link.dropdown-toggle[aria-expanded="true"] {
  margin-right: 0;
  padding: 0.667em 1.667em;
}
.cid-t2DwymQ3co .navbar.navbar-expand-lg .dropdown .dropdown-menu {
  background: #141414;
}
.cid-t2DwymQ3co .navbar.navbar-expand-lg .dropdown .dropdown-menu .dropdown-submenu {
  margin: 0;
  left: 100%;
}
.cid-t2DwymQ3co .navbar .dropdown.open > .dropdown-menu {
  display: block;
}
.cid-t2DwymQ3co ul.navbar-nav {
  flex-wrap: wrap;
}
.cid-t2DwymQ3co .navbar-buttons {
  text-align: center;
  min-width: 170px;
}
@media (min-width: 992px) {
  .cid-t2DwymQ3co .navbar-buttons {
    margin-bottom: -1px;
    margin-top: -1px;
  }
}
.cid-t2DwymQ3co button.navbar-toggler {
  outline: none;
  width: 31px;
  height: 20px;
  cursor: pointer;
  transition: all 0.2s;
  position: relative;
  align-self: center;
}
.cid-t2DwymQ3co button.navbar-toggler .hamburger span {
  position: absolute;
  right: 0;
  width: 30px;
  height: 2px;
  border-right: 5px;
  background-color: #ffffff;
}
.cid-t2DwymQ3co button.navbar-toggler .hamburger span:nth-child(1) {
  top: 0;
  transition: all 0.2s;
}
.cid-t2DwymQ3co button.navbar-toggler .hamburger span:nth-child(2) {
  top: 8px;
  transition: all 0.15s;
}
.cid-t2DwymQ3co button.navbar-toggler .hamburger span:nth-child(3) {
  top: 8px;
  transition: all 0.15s;
}
.cid-t2DwymQ3co button.navbar-toggler .hamburger span:nth-child(4) {
  top: 16px;
  transition: all 0.2s;
}
.cid-t2DwymQ3co nav.opened .hamburger span:nth-child(1) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-t2DwymQ3co nav.opened .hamburger span:nth-child(2) {
  transform: rotate(45deg);
  transition: all 0.25s;
}
.cid-t2DwymQ3co nav.opened .hamburger span:nth-child(3) {
  transform: rotate(-45deg);
  transition: all 0.25s;
}
.cid-t2DwymQ3co nav.opened .hamburger span:nth-child(4) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-t2DwymQ3co .navbar-dropdown {
  padding: 0 24px;
  position: fixed;
}
@media (min-width: 576px) {
  .cid-t2DwymQ3co .navbar-dropdown {
    padding: 0 40px;
    min-height: 80px;
  }
}
@media (min-width: 768px) {
  .cid-t2DwymQ3co .navbar-dropdown {
    padding: 0 60px;
  }
}
@media (min-width: 992px) {
  .cid-t2DwymQ3co .navbar-dropdown {
    padding: 0 0 0 60px;
  }
}
.cid-t2DwymQ3co a.nav-link {
  display: flex;
  align-items: center;
  justify-content: center;
}
.cid-t2DwymQ3co .icons-menu {
  flex-wrap: nowrap;
  display: flex;
  justify-content: center;
  padding-left: 1.5rem;
  padding-right: 1rem;
  padding-top: 0.3rem;
  text-align: center;
}
@media (min-width: 992px) {
  .cid-t2DwymQ3co .icons-menu {
    padding-left: 1rem;
  }
}
@media screen and (-ms-high-contrast: active), (-ms-high-contrast: none) {
  .cid-t2DwymQ3co .navbar {
    height: 70px;
  }
  .cid-t2DwymQ3co .navbar.opened {
    height: auto;
  }
  .cid-t2DwymQ3co .nav-item .nav-link:hover::before {
    width: 175%;
    max-width: calc(100% + 2rem);
    left: -1rem;
  }
}
.cid-t2DwymQ3co .btn {
  min-height: 81px;
  margin: 0.667rem 0.667rem 1.4rem;
  padding: 0 64px;
}
@media (min-width: 992px) {
  .cid-t2DwymQ3co .btn {
    margin: 0 0 0 0.6rem;
  }
}
.cid-t2DwymQ3co .btn-info-outline {
  border: 1px solid currentColor;
  background: #232323 !important;
}
.cid-t2DwymQ3co .btn-info-outline:hover {
  background: #595959 !important;
  border: 1px solid currentColor !important;
}
.cid-t3o6YZBDs6 {
  padding-top: 6rem;
  padding-bottom: 5rem;
  background-color: #141414;
}
.cid-t3o6YZBDs6 .row {
  border-top: 1px solid #FFFFFF;
  min-height: 600px;
  margin-top: -1px;
}
.cid-t3o6YZBDs6 .mbr-text {
  color: #FFFFFF;
  max-width: 330px;
  text-align: left;
}
.cid-t3o6YZBDs6 .color-text {
  color: #ff4300;
}
.cid-t3o6YZBDs6 .custom-block {
  display: flex;
  flex-direction: column;
  padding-left: 0;
  padding-right: 0;
  color: #ffffff;
  border-bottom: 1px solid #ffffff;
}
.cid-t3o6YZBDs6 .card-wrapper {
  position: relative;
  padding: 3rem 24px;
}
.cid-t3o6YZBDs6 .buttons-container {
  display: flex;
  align-items: center;
  flex-wrap: wrap;
  margin-left: -12px;
}
.cid-t3o6YZBDs6 .buttons-container .item-button {
  margin: 0;
}
.cid-t3o6YZBDs6 .buttons-container .btn {
  margin: 0 0 16px 12px;
}
.cid-t3o6YZBDs6 .buttons-container .btn-info-outline {
  border: 1px solid currentColor;
}
.cid-t3o6YZBDs6 .buttons-container .btn-info-outline:hover {
  background: #FFFFFF !important;
  color: #000000 !important;
  border: 1px solid currentColor !important;
}
@media (min-width: 768px) {
  .cid-t3o6YZBDs6 .wrapper {
    margin-right: -32px;
    margin-left: -32px;
    padding-right: 12px;
    padding-left: 12px;
  }
  .cid-t3o6YZBDs6 .custom-block_left {
    border-right: 1px solid #ffffff;
  }
}
.cid-t3o6YZBDs6 .custom-block_left {
  padding: 0;
}
.cid-t3o6YZBDs6 .custom-block_left .section-btn {
  display: flex;
  justify-content: center;
  align-items: center;
  position: absolute;
  bottom: 3rem;
  right: 16px;
  margin: 0;
  box-shadow: 0 0 130px 1px #141414;
  transform: rotate(45deg);
  border-radius: 50%;
  width: 120px;
  height: 120px;
}
.cid-t3o6YZBDs6 .custom-block_left .section-btn .btn-custom {
  display: flex;
  justify-content: center;
  align-items: center;
  width: 120px;
  height: 120px;
  background: #141414;
  border-radius: 50%;
  transition: 0.2s;
}
.cid-t3o6YZBDs6 .custom-block_left .section-btn .btn-custom:hover {
  background: #000000;
}
.cid-t3o6YZBDs6 .custom-block_left .section-btn .btn-custom span {
  display: flex;
  justify-content: center;
  align-items: center;
  width: 100%;
  height: 100%;
}
.cid-t3o6YZBDs6 .card-box {
  max-width: 565px;
}
.cid-t3o6YZBDs6 .image-wrapper {
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-content: center;
  padding: 0;
  border-bottom: 1px solid #ffffff;
}
@media (max-width: 991px) {
  .cid-t3o6YZBDs6 .image-wrapper {
    order: -1;
    border-bottom: none;
  }
}
.cid-t3o6YZBDs6 .image-wrapper img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}
@media (min-width: 992px) {
  .cid-t3o6YZBDs6 .wrapper {
    padding-right: 16px;
    padding-left: 16px;
  }
  .cid-t3o6YZBDs6 .card-wrapper {
    position: relative;
    padding: 60px;
  }
  .cid-t3o6YZBDs6 .custom-block_left .section-btn {
    bottom: 35px;
    right: 35px;
  }
}
@media (max-width: 575px) {
  .cid-t3o6YZBDs6 .custom-block_left {
    padding: 0;
  }
  .cid-t3o6YZBDs6 .custom-block_left .section-btn {
    position: sticky;
    bottom: 0;
    right: 0;
    width: 80px;
    height: 80px;
  }
  .cid-t3o6YZBDs6 .custom-block_left .section-btn .btn-custom {
    width: 80px;
    height: 80px;
  }
  .cid-t3o6YZBDs6 .card-title-box {
    margin-bottom: 16px;
  }
  .cid-t3o6YZBDs6 .mbr-text {
    max-width: 100%;
    margin-bottom: 16px !important;
  }
}
.cid-t3o6YZBDs6 .card-title {
  text-align: left;
}
.cid-tCbGe3Vd3R {
  margin-top: -1px;
  padding-top: 15px;
  padding-bottom: 30px;
  border-top: 1px solid #FFFFFF;
  background-color: #141414;
  overflow: hidden;
  border-bottom: 1px solid #ffffff;
}
.cid-tCbGe3Vd3R .wrapper {
  display: flex;
  justify-content: space-between;
  align-items: center;
  flex-wrap: wrap;
}
.cid-tCbGe3Vd3R .copyright {
  margin-right: 0.5rem;
}
.cid-tCbGe3Vd3R .copyright,
.cid-tCbGe3Vd3R .produced {
  margin-top: 0.5rem;
}
.cid-tsWFaN7Nnw {
  z-index: 1000;
  width: 100%;
  position: relative;
  min-height: 60px;
}
.cid-tsWFaN7Nnw nav.navbar {
  position: fixed;
}
.cid-tsWFaN7Nnw .container-fluid {
  padding: 0;
}
.cid-tsWFaN7Nnw .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-tsWFaN7Nnw .dropdown-menu {
  padding: 0;
  border-radius: 4px;
  box-shadow: 0 1px 3px 0 rgba(0, 0, 0, 0.1);
}
.cid-tsWFaN7Nnw .dropdown-item {
  border-bottom: 1px solid #e6e6e6;
}
.cid-tsWFaN7Nnw .dropdown-item:hover,
.cid-tsWFaN7Nnw .dropdown-item:focus {
  background: #141414 !important;
  color: white !important;
}
.cid-tsWFaN7Nnw .dropdown-item:first-child {
  border-top-left-radius: 4px;
  border-top-right-radius: 4px;
}
.cid-tsWFaN7Nnw .dropdown-item:last-child {
  border-bottom: none;
  border-bottom-left-radius: 4px;
  border-bottom-right-radius: 4px;
}
.cid-tsWFaN7Nnw .nav-dropdown .link {
  padding: 0 0.3em !important;
  margin: 0.667em 1em !important;
}
.cid-tsWFaN7Nnw .nav-dropdown .link.dropdown-toggle::after {
  margin-left: 0.5rem;
  margin-top: 0.2rem;
}
.cid-tsWFaN7Nnw .nav-link {
  position: relative;
}
.cid-tsWFaN7Nnw .nav-link::before {
  background-color: currentColor;
  display: block;
  position: absolute;
  bottom: 0;
  left: 0;
  content: "";
  height: 1px;
  width: 0%;
  -webkit-transition: width 0.5s ease-in-out;
  -moz--transition: width 0.5s ease-in-out;
  transition: width 0.5s ease-in-out;
}
.cid-tsWFaN7Nnw .nav-link::after {
  background: transparent !important;
}
.cid-tsWFaN7Nnw .nav-link:hover::before,
.cid-tsWFaN7Nnw .nav-link :focus::before {
  width: 100%;
}
.cid-tsWFaN7Nnw .container {
  display: flex;
  margin: auto;
}
.cid-tsWFaN7Nnw .iconfont-wrapper {
  color: #ff4300 !important;
  font-size: 1.5rem;
  padding-right: 0.5rem;
  display: flex;
  align-items: center;
  justify-content: center;
  margin-right: 0.5rem;
  padding: 0.5rem;
  height: 2.5rem;
  width: 2.5rem;
  border: 1px solid currentColor;
}
.cid-tsWFaN7Nnw .iconfont-wrapper:hover {
  background: #FFFFFF;
}
.cid-tsWFaN7Nnw .iconfont-wrapper:hover .mbr-iconfont {
  color: #141414;
}
.cid-tsWFaN7Nnw .dropdown-menu,
.cid-tsWFaN7Nnw .navbar.opened {
  background: #141414 !important;
}
.cid-tsWFaN7Nnw .nav-item:focus,
.cid-tsWFaN7Nnw .nav-link:focus {
  outline: none;
}
.cid-tsWFaN7Nnw .dropdown .dropdown-menu .dropdown-item {
  width: auto;
  transition: all 0.25s ease-in-out;
}
.cid-tsWFaN7Nnw .dropdown .dropdown-menu .dropdown-item::after {
  right: 0.5rem;
  background: transparent !important;
}
.cid-tsWFaN7Nnw .dropdown .dropdown-menu .dropdown-item .mbr-iconfont {
  margin-right: 0.5rem;
  vertical-align: sub;
}
.cid-tsWFaN7Nnw .dropdown .dropdown-menu .dropdown-item .mbr-iconfont:before {
  display: inline-block;
  transform: scale(1, 1);
  transition: all 0.25s ease-in-out;
}
.cid-tsWFaN7Nnw .collapsed .dropdown-menu .dropdown-item:before {
  display: none;
}
.cid-tsWFaN7Nnw .collapsed .dropdown .dropdown-menu .dropdown-item {
  padding: 0.235em 1.5em 0.235em 1.5em !important;
  transition: none;
  margin: 0 !important;
}
.cid-tsWFaN7Nnw .navbar {
  min-height: 70px;
  transition: all 0.3s;
  border-bottom: 1px solid #ffffff;
  box-shadow: 0 1px 3px 0 rgba(0, 0, 0, 0.1);
  background: #141414;
}
.cid-tsWFaN7Nnw .navbar.opened {
  transition: all 0.3s;
}
.cid-tsWFaN7Nnw .navbar .dropdown-item {
  padding: 0.5rem 1.8rem;
}
.cid-tsWFaN7Nnw .navbar .navbar-logo img {
  width: auto;
}
.cid-tsWFaN7Nnw .navbar .navbar-collapse {
  justify-content: flex-end;
  z-index: 1;
}
.cid-tsWFaN7Nnw .navbar.collapsed {
  justify-content: center;
}
.cid-tsWFaN7Nnw .navbar.collapsed .nav-item .nav-link::before {
  display: none;
}
.cid-tsWFaN7Nnw .navbar.collapsed.opened .dropdown-menu {
  top: 0;
}
@media (min-width: 992px) {
  .cid-tsWFaN7Nnw .navbar.collapsed.opened:not(.navbar-short) .navbar-collapse {
    max-height: calc(98.5vh - 3rem);
  }
}
.cid-tsWFaN7Nnw .navbar.collapsed .dropdown-menu .dropdown-submenu {
  left: 0 !important;
}
.cid-tsWFaN7Nnw .navbar.collapsed .dropdown-menu .dropdown-item:after {
  right: auto;
}
.cid-tsWFaN7Nnw .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-tsWFaN7Nnw .navbar.collapsed ul.navbar-nav li {
  margin: auto;
}
.cid-tsWFaN7Nnw .navbar.collapsed .dropdown-menu .dropdown-item {
  padding: 0.25rem 1.5rem;
  text-align: center;
}
.cid-tsWFaN7Nnw .navbar.collapsed .icons-menu {
  padding-left: 0;
  padding-right: 0;
  padding-top: 0.5rem;
  padding-bottom: 0.5rem;
}
@media (max-width: 991px) {
  .cid-tsWFaN7Nnw .navbar .nav-item .nav-link::before {
    display: none;
  }
  .cid-tsWFaN7Nnw .navbar.opened .dropdown-menu {
    top: 0;
  }
  .cid-tsWFaN7Nnw .navbar .dropdown-menu .dropdown-submenu {
    left: 0 !important;
  }
  .cid-tsWFaN7Nnw .navbar .dropdown-menu .dropdown-item:after {
    right: auto;
  }
  .cid-tsWFaN7Nnw .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-tsWFaN7Nnw .navbar .navbar-logo img {
    height: 3rem !important;
  }
  .cid-tsWFaN7Nnw .navbar ul.navbar-nav li {
    margin: auto;
  }
  .cid-tsWFaN7Nnw .navbar .dropdown-menu .dropdown-item {
    padding: 0.25rem 1.5rem !important;
    text-align: center;
  }
  .cid-tsWFaN7Nnw .navbar .navbar-brand {
    flex-shrink: initial;
    flex-basis: auto;
    word-break: break-word;
    padding-right: 2rem;
  }
  .cid-tsWFaN7Nnw .navbar .navbar-toggler {
    flex-basis: auto;
  }
  .cid-tsWFaN7Nnw .navbar .icons-menu {
    padding-top: 0.5rem;
    padding-bottom: 0.5rem;
  }
}
.cid-tsWFaN7Nnw .navbar.navbar-short {
  min-height: 60px;
}
.cid-tsWFaN7Nnw .navbar.navbar-short .navbar-logo img {
  height: 2.5rem !important;
}
.cid-tsWFaN7Nnw .navbar.navbar-short .navbar-brand {
  min-height: 60px;
  padding: 0;
}
.cid-tsWFaN7Nnw .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-tsWFaN7Nnw .navbar-brand .navbar-caption {
  line-height: inherit !important;
}
.cid-tsWFaN7Nnw .navbar-brand .display-7 {
  font-size: 24px;
}
.cid-tsWFaN7Nnw .navbar-brand .navbar-logo a {
  outline: none;
}
.cid-tsWFaN7Nnw .dropdown-item.active,
.cid-tsWFaN7Nnw .dropdown-item:active {
  background-color: transparent;
}
.cid-tsWFaN7Nnw .navbar-expand-lg .navbar-nav .nav-link {
  padding: 0;
}
.cid-tsWFaN7Nnw .nav-dropdown .link.dropdown-toggle {
  margin-right: 1.667em;
}
.cid-tsWFaN7Nnw .nav-dropdown .link.dropdown-toggle[aria-expanded="true"] {
  margin-right: 0;
  padding: 0.667em 1.667em;
}
.cid-tsWFaN7Nnw .navbar.navbar-expand-lg .dropdown .dropdown-menu {
  background: #141414;
}
.cid-tsWFaN7Nnw .navbar.navbar-expand-lg .dropdown .dropdown-menu .dropdown-submenu {
  margin: 0;
  left: 100%;
}
.cid-tsWFaN7Nnw .navbar .dropdown.open > .dropdown-menu {
  display: block;
}
.cid-tsWFaN7Nnw ul.navbar-nav {
  flex-wrap: wrap;
}
.cid-tsWFaN7Nnw .navbar-buttons {
  text-align: center;
  min-width: 170px;
}
@media (min-width: 992px) {
  .cid-tsWFaN7Nnw .navbar-buttons {
    margin-bottom: -1px;
    margin-top: -1px;
  }
}
.cid-tsWFaN7Nnw button.navbar-toggler {
  outline: none;
  width: 31px;
  height: 20px;
  cursor: pointer;
  transition: all 0.2s;
  position: relative;
  align-self: center;
}
.cid-tsWFaN7Nnw button.navbar-toggler .hamburger span {
  position: absolute;
  right: 0;
  width: 30px;
  height: 2px;
  border-right: 5px;
  background-color: #ffffff;
}
.cid-tsWFaN7Nnw button.navbar-toggler .hamburger span:nth-child(1) {
  top: 0;
  transition: all 0.2s;
}
.cid-tsWFaN7Nnw button.navbar-toggler .hamburger span:nth-child(2) {
  top: 8px;
  transition: all 0.15s;
}
.cid-tsWFaN7Nnw button.navbar-toggler .hamburger span:nth-child(3) {
  top: 8px;
  transition: all 0.15s;
}
.cid-tsWFaN7Nnw button.navbar-toggler .hamburger span:nth-child(4) {
  top: 16px;
  transition: all 0.2s;
}
.cid-tsWFaN7Nnw nav.opened .hamburger span:nth-child(1) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-tsWFaN7Nnw nav.opened .hamburger span:nth-child(2) {
  transform: rotate(45deg);
  transition: all 0.25s;
}
.cid-tsWFaN7Nnw nav.opened .hamburger span:nth-child(3) {
  transform: rotate(-45deg);
  transition: all 0.25s;
}
.cid-tsWFaN7Nnw nav.opened .hamburger span:nth-child(4) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-tsWFaN7Nnw .navbar-dropdown {
  padding: 0 24px;
  position: fixed;
}
@media (min-width: 576px) {
  .cid-tsWFaN7Nnw .navbar-dropdown {
    padding: 0 40px;
    min-height: 80px;
  }
}
@media (min-width: 768px) {
  .cid-tsWFaN7Nnw .navbar-dropdown {
    padding: 0 60px;
  }
}
@media (min-width: 992px) {
  .cid-tsWFaN7Nnw .navbar-dropdown {
    padding: 0 0 0 60px;
  }
}
.cid-tsWFaN7Nnw a.nav-link {
  display: flex;
  align-items: center;
  justify-content: center;
}
.cid-tsWFaN7Nnw .icons-menu {
  flex-wrap: nowrap;
  display: flex;
  justify-content: center;
  padding-left: 1.5rem;
  padding-right: 1rem;
  padding-top: 0.3rem;
  text-align: center;
}
@media (min-width: 992px) {
  .cid-tsWFaN7Nnw .icons-menu {
    padding-left: 1rem;
  }
}
@media screen and (-ms-high-contrast: active), (-ms-high-contrast: none) {
  .cid-tsWFaN7Nnw .navbar {
    height: 70px;
  }
  .cid-tsWFaN7Nnw .navbar.opened {
    height: auto;
  }
  .cid-tsWFaN7Nnw .nav-item .nav-link:hover::before {
    width: 175%;
    max-width: calc(100% + 2rem);
    left: -1rem;
  }
}
.cid-tsWFaN7Nnw .btn {
  min-height: 81px;
  margin: 0.667rem 0.667rem 1.4rem;
  padding: 0 64px;
}
@media (min-width: 992px) {
  .cid-tsWFaN7Nnw .btn {
    margin: 0 0 0 0.6rem;
  }
}
.cid-tsWFaN7Nnw .btn-info-outline {
  border: 1px solid currentColor;
  background: #232323 !important;
}
.cid-tsWFaN7Nnw .btn-info-outline:hover {
  background: #595959 !important;
  border: 1px solid currentColor !important;
}
.cid-tsWFaNK1f8 {
  background-image: url("../../../assets/images/galeriacab.webp");
  padding-top: 5rem;
  padding-bottom: 0rem;
}
.cid-tsWFaNK1f8 .container-fluid {
  display: flex;
  flex-direction: column;
  justify-content: center;
  padding: 0;
}
.cid-tsWFaNK1f8 .content-container {
  max-width: 900px;
  display: flex;
  flex-direction: column;
  justify-content: flex-start;
  align-items: center;
  padding: 54px 60px;
  border-right: 1px solid #ffffff;
  border-left: 1px solid #ffffff;
}
.cid-tsWFaNK1f8 .content {
  max-width: 424px;
}
.cid-tsWFaNK1f8 .wrapper {
  display: flex;
  justify-content: center;
  box-sizing: border-box;
  border-top: 1px solid #ffffff;
  border-bottom: 1px solid #ffffff;
  margin: -1px -1px 0;
  padding: 0 12px;
}
.cid-tsWFaNK1f8 .mbr-section-btn {
  margin-left: 0;
  margin-right: 0;
}
.cid-tsWFaNK1f8 .btn {
  padding: 22px 34px;
  margin: 0;
}
.cid-tsWFaNK1f8 .btn-info-outline {
  transition: 0.5s;
  background: linear-gradient(to right, #ffffff 50%, #141414 50%) !important;
  background-size: 200% 100% !important;
  background-position: right !important;
  border: 1px solid currentColor;
}
.cid-tsWFaNK1f8 .btn-info-outline:hover {
  background-position: left !important;
  color: #000000 !important;
  border: 1px solid #ffffff !important;
}
@media (max-width: 575px) {
  .cid-tsWFaNK1f8 .content-container {
    padding: 3rem 24px;
  }
}
.cid-tsWFaNK1f8 .mbr-section-title {
  color: #ffffff;
}
.cid-tsWFlVhJOu {
  padding-top: 75px;
  padding-bottom: 75px;
  background-color: #141414;
  overflow: hidden;
  box-sizing: border-box;
}
.cid-tsWFlVhJOu .mbr-slider .carousel-control {
  background: #1b1b1b;
  background-color: transparent !important;
}
.cid-tsWFlVhJOu .mbr-slider .carousel-control-prev {
  left: 0;
  margin-left: 2.5rem;
}
.cid-tsWFlVhJOu .mbr-slider .carousel-control-next {
  right: 0;
  margin-right: 2.5rem;
}
.cid-tsWFlVhJOu .mbr-slider .modal-body .close {
  background: #1b1b1b;
}
.cid-tsWFlVhJOu .mbr-gallery-item > div::before {
  content: '';
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  background: #232323;
  opacity: 0;
  transition: 0.2s opacity ease-in-out;
  background: linear-gradient(to left, #232323, #000000) !important;
}
.cid-tsWFlVhJOu .mbr-gallery-item > div:hover .mbr-gallery-title::before {
  background: transparent !important;
}
.cid-tsWFlVhJOu .mbr-gallery-item > div:hover:before {
  opacity: 0.6 !important;
}
.cid-tsWFlVhJOu .mbr-gallery-title {
  font-size: .9em;
  position: absolute;
  display: block;
  width: 100%;
  bottom: 0;
  padding: 1rem;
  color: #fff;
  z-index: 2;
}
.cid-tsWFlVhJOu .mbr-gallery-title:before {
  content: " ";
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  z-index: -1;
  border-bottom-left-radius: 10px;
  border-bottom-right-radius: 10px;
  position: absolute;
  background: #232323 !important;
  opacity: 0.6;
  transition: 0.2s background ease-in-out;
  background: linear-gradient(to left, #232323, #000000) !important;
}
.cid-tsWFlVhJOu .mbr-gallery-item > div img,
.cid-tsWFlVhJOu .mbr-gallery-item div:before {
  border-radius: 10px;
}
.cid-tsWFlVhJOu .mbr-gallery-item--p1 {
  padding: 5px;
}
.cid-tsWFlVhJOu .mbr-gallery-item--p2 {
  padding: 10px;
}
.cid-tsWFlVhJOu .mbr-gallery-item--p3 {
  padding: 15px;
}
.cid-tsWFlVhJOu .mbr-gallery-item--p4 {
  padding: 15px;
}
.cid-tsWFlVhJOu .mbr-gallery-item--p5 {
  padding: 20px;
}
.cid-tsWFlVhJOu .mbr-gallery-item--p6 {
  padding: 25px;
}
.cid-tsWFlVhJOu .carousel-control-prev .mbri-left:before {
  content: "\e90a";
}
.cid-tsWFlVhJOu .carousel-control-next .mbri-right:before {
  content: "\e909";
}
.cid-tsWFlVhJOu .modal-body a.close {
  border-radius: 0;
  font-size: 16px;
  top: 0;
  right: 0;
  height: 36px;
  width: 36px;
  line-height: 36px;
}
.cid-tCbGe3Vd3R {
  margin-top: -1px;
  padding-top: 15px;
  padding-bottom: 30px;
  border-top: 1px solid #FFFFFF;
  background-color: #141414;
  overflow: hidden;
  border-bottom: 1px solid #ffffff;
}
.cid-tCbGe3Vd3R .wrapper {
  display: flex;
  justify-content: space-between;
  align-items: center;
  flex-wrap: wrap;
}
.cid-tCbGe3Vd3R .copyright {
  margin-right: 0.5rem;
}
.cid-tCbGe3Vd3R .copyright,
.cid-tCbGe3Vd3R .produced {
  margin-top: 0.5rem;
}
.cid-tHt2udtQHF {
  z-index: 1000;
  width: 100%;
  position: relative;
  min-height: 60px;
}
.cid-tHt2udtQHF nav.navbar {
  position: fixed;
}
.cid-tHt2udtQHF .container-fluid {
  padding: 0;
}
.cid-tHt2udtQHF .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-tHt2udtQHF .dropdown-menu {
  padding: 0;
  border-radius: 4px;
  box-shadow: 0 1px 3px 0 rgba(0, 0, 0, 0.1);
}
.cid-tHt2udtQHF .dropdown-item {
  border-bottom: 1px solid #e6e6e6;
}
.cid-tHt2udtQHF .dropdown-item:hover,
.cid-tHt2udtQHF .dropdown-item:focus {
  background: #141414 !important;
  color: white !important;
}
.cid-tHt2udtQHF .dropdown-item:first-child {
  border-top-left-radius: 4px;
  border-top-right-radius: 4px;
}
.cid-tHt2udtQHF .dropdown-item:last-child {
  border-bottom: none;
  border-bottom-left-radius: 4px;
  border-bottom-right-radius: 4px;
}
.cid-tHt2udtQHF .nav-dropdown .link {
  padding: 0 0.3em !important;
  margin: 0.667em 1em !important;
}
.cid-tHt2udtQHF .nav-dropdown .link.dropdown-toggle::after {
  margin-left: 0.5rem;
  margin-top: 0.2rem;
}
.cid-tHt2udtQHF .nav-link {
  position: relative;
}
.cid-tHt2udtQHF .nav-link::before {
  background-color: currentColor;
  display: block;
  position: absolute;
  bottom: 0;
  left: 0;
  content: "";
  height: 1px;
  width: 0%;
  -webkit-transition: width 0.5s ease-in-out;
  -moz--transition: width 0.5s ease-in-out;
  transition: width 0.5s ease-in-out;
}
.cid-tHt2udtQHF .nav-link::after {
  background: transparent !important;
}
.cid-tHt2udtQHF .nav-link:hover::before,
.cid-tHt2udtQHF .nav-link :focus::before {
  width: 100%;
}
.cid-tHt2udtQHF .container {
  display: flex;
  margin: auto;
}
.cid-tHt2udtQHF .iconfont-wrapper {
  color: #ff4300 !important;
  font-size: 1.5rem;
  padding-right: 0.5rem;
  display: flex;
  align-items: center;
  justify-content: center;
  margin-right: 0.5rem;
  padding: 0.5rem;
  height: 2.5rem;
  width: 2.5rem;
  border: 1px solid currentColor;
}
.cid-tHt2udtQHF .iconfont-wrapper:hover {
  background: #FFFFFF;
}
.cid-tHt2udtQHF .iconfont-wrapper:hover .mbr-iconfont {
  color: #141414;
}
.cid-tHt2udtQHF .dropdown-menu,
.cid-tHt2udtQHF .navbar.opened {
  background: #141414 !important;
}
.cid-tHt2udtQHF .nav-item:focus,
.cid-tHt2udtQHF .nav-link:focus {
  outline: none;
}
.cid-tHt2udtQHF .dropdown .dropdown-menu .dropdown-item {
  width: auto;
  transition: all 0.25s ease-in-out;
}
.cid-tHt2udtQHF .dropdown .dropdown-menu .dropdown-item::after {
  right: 0.5rem;
  background: transparent !important;
}
.cid-tHt2udtQHF .dropdown .dropdown-menu .dropdown-item .mbr-iconfont {
  margin-right: 0.5rem;
  vertical-align: sub;
}
.cid-tHt2udtQHF .dropdown .dropdown-menu .dropdown-item .mbr-iconfont:before {
  display: inline-block;
  transform: scale(1, 1);
  transition: all 0.25s ease-in-out;
}
.cid-tHt2udtQHF .collapsed .dropdown-menu .dropdown-item:before {
  display: none;
}
.cid-tHt2udtQHF .collapsed .dropdown .dropdown-menu .dropdown-item {
  padding: 0.235em 1.5em 0.235em 1.5em !important;
  transition: none;
  margin: 0 !important;
}
.cid-tHt2udtQHF .navbar {
  min-height: 70px;
  transition: all 0.3s;
  border-bottom: 1px solid #ffffff;
  box-shadow: 0 1px 3px 0 rgba(0, 0, 0, 0.1);
  background: #141414;
}
.cid-tHt2udtQHF .navbar.opened {
  transition: all 0.3s;
}
.cid-tHt2udtQHF .navbar .dropdown-item {
  padding: 0.5rem 1.8rem;
}
.cid-tHt2udtQHF .navbar .navbar-logo img {
  width: auto;
}
.cid-tHt2udtQHF .navbar .navbar-collapse {
  justify-content: flex-end;
  z-index: 1;
}
.cid-tHt2udtQHF .navbar.collapsed {
  justify-content: center;
}
.cid-tHt2udtQHF .navbar.collapsed .nav-item .nav-link::before {
  display: none;
}
.cid-tHt2udtQHF .navbar.collapsed.opened .dropdown-menu {
  top: 0;
}
@media (min-width: 992px) {
  .cid-tHt2udtQHF .navbar.collapsed.opened:not(.navbar-short) .navbar-collapse {
    max-height: calc(98.5vh - 3rem);
  }
}
.cid-tHt2udtQHF .navbar.collapsed .dropdown-menu .dropdown-submenu {
  left: 0 !important;
}
.cid-tHt2udtQHF .navbar.collapsed .dropdown-menu .dropdown-item:after {
  right: auto;
}
.cid-tHt2udtQHF .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-tHt2udtQHF .navbar.collapsed ul.navbar-nav li {
  margin: auto;
}
.cid-tHt2udtQHF .navbar.collapsed .dropdown-menu .dropdown-item {
  padding: 0.25rem 1.5rem;
  text-align: center;
}
.cid-tHt2udtQHF .navbar.collapsed .icons-menu {
  padding-left: 0;
  padding-right: 0;
  padding-top: 0.5rem;
  padding-bottom: 0.5rem;
}
@media (max-width: 991px) {
  .cid-tHt2udtQHF .navbar .nav-item .nav-link::before {
    display: none;
  }
  .cid-tHt2udtQHF .navbar.opened .dropdown-menu {
    top: 0;
  }
  .cid-tHt2udtQHF .navbar .dropdown-menu .dropdown-submenu {
    left: 0 !important;
  }
  .cid-tHt2udtQHF .navbar .dropdown-menu .dropdown-item:after {
    right: auto;
  }
  .cid-tHt2udtQHF .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-tHt2udtQHF .navbar .navbar-logo img {
    height: 3rem !important;
  }
  .cid-tHt2udtQHF .navbar ul.navbar-nav li {
    margin: auto;
  }
  .cid-tHt2udtQHF .navbar .dropdown-menu .dropdown-item {
    padding: 0.25rem 1.5rem !important;
    text-align: center;
  }
  .cid-tHt2udtQHF .navbar .navbar-brand {
    flex-shrink: initial;
    flex-basis: auto;
    word-break: break-word;
    padding-right: 2rem;
  }
  .cid-tHt2udtQHF .navbar .navbar-toggler {
    flex-basis: auto;
  }
  .cid-tHt2udtQHF .navbar .icons-menu {
    padding-top: 0.5rem;
    padding-bottom: 0.5rem;
  }
}
.cid-tHt2udtQHF .navbar.navbar-short {
  min-height: 60px;
}
.cid-tHt2udtQHF .navbar.navbar-short .navbar-logo img {
  height: 2.5rem !important;
}
.cid-tHt2udtQHF .navbar.navbar-short .navbar-brand {
  min-height: 60px;
  padding: 0;
}
.cid-tHt2udtQHF .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-tHt2udtQHF .navbar-brand .navbar-caption {
  line-height: inherit !important;
}
.cid-tHt2udtQHF .navbar-brand .display-7 {
  font-size: 24px;
}
.cid-tHt2udtQHF .navbar-brand .navbar-logo a {
  outline: none;
}
.cid-tHt2udtQHF .dropdown-item.active,
.cid-tHt2udtQHF .dropdown-item:active {
  background-color: transparent;
}
.cid-tHt2udtQHF .navbar-expand-lg .navbar-nav .nav-link {
  padding: 0;
}
.cid-tHt2udtQHF .nav-dropdown .link.dropdown-toggle {
  margin-right: 1.667em;
}
.cid-tHt2udtQHF .nav-dropdown .link.dropdown-toggle[aria-expanded="true"] {
  margin-right: 0;
  padding: 0.667em 1.667em;
}
.cid-tHt2udtQHF .navbar.navbar-expand-lg .dropdown .dropdown-menu {
  background: #141414;
}
.cid-tHt2udtQHF .navbar.navbar-expand-lg .dropdown .dropdown-menu .dropdown-submenu {
  margin: 0;
  left: 100%;
}
.cid-tHt2udtQHF .navbar .dropdown.open > .dropdown-menu {
  display: block;
}
.cid-tHt2udtQHF ul.navbar-nav {
  flex-wrap: wrap;
}
.cid-tHt2udtQHF .navbar-buttons {
  text-align: center;
  min-width: 170px;
}
@media (min-width: 992px) {
  .cid-tHt2udtQHF .navbar-buttons {
    margin-bottom: -1px;
    margin-top: -1px;
  }
}
.cid-tHt2udtQHF button.navbar-toggler {
  outline: none;
  width: 31px;
  height: 20px;
  cursor: pointer;
  transition: all 0.2s;
  position: relative;
  align-self: center;
}
.cid-tHt2udtQHF button.navbar-toggler .hamburger span {
  position: absolute;
  right: 0;
  width: 30px;
  height: 2px;
  border-right: 5px;
  background-color: #ffffff;
}
.cid-tHt2udtQHF button.navbar-toggler .hamburger span:nth-child(1) {
  top: 0;
  transition: all 0.2s;
}
.cid-tHt2udtQHF button.navbar-toggler .hamburger span:nth-child(2) {
  top: 8px;
  transition: all 0.15s;
}
.cid-tHt2udtQHF button.navbar-toggler .hamburger span:nth-child(3) {
  top: 8px;
  transition: all 0.15s;
}
.cid-tHt2udtQHF button.navbar-toggler .hamburger span:nth-child(4) {
  top: 16px;
  transition: all 0.2s;
}
.cid-tHt2udtQHF nav.opened .hamburger span:nth-child(1) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-tHt2udtQHF nav.opened .hamburger span:nth-child(2) {
  transform: rotate(45deg);
  transition: all 0.25s;
}
.cid-tHt2udtQHF nav.opened .hamburger span:nth-child(3) {
  transform: rotate(-45deg);
  transition: all 0.25s;
}
.cid-tHt2udtQHF nav.opened .hamburger span:nth-child(4) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-tHt2udtQHF .navbar-dropdown {
  padding: 0 24px;
  position: fixed;
}
@media (min-width: 576px) {
  .cid-tHt2udtQHF .navbar-dropdown {
    padding: 0 40px;
    min-height: 80px;
  }
}
@media (min-width: 768px) {
  .cid-tHt2udtQHF .navbar-dropdown {
    padding: 0 60px;
  }
}
@media (min-width: 992px) {
  .cid-tHt2udtQHF .navbar-dropdown {
    padding: 0 0 0 60px;
  }
}
.cid-tHt2udtQHF a.nav-link {
  display: flex;
  align-items: center;
  justify-content: center;
}
.cid-tHt2udtQHF .icons-menu {
  flex-wrap: nowrap;
  display: flex;
  justify-content: center;
  padding-left: 1.5rem;
  padding-right: 1rem;
  padding-top: 0.3rem;
  text-align: center;
}
@media (min-width: 992px) {
  .cid-tHt2udtQHF .icons-menu {
    padding-left: 1rem;
  }
}
@media screen and (-ms-high-contrast: active), (-ms-high-contrast: none) {
  .cid-tHt2udtQHF .navbar {
    height: 70px;
  }
  .cid-tHt2udtQHF .navbar.opened {
    height: auto;
  }
  .cid-tHt2udtQHF .nav-item .nav-link:hover::before {
    width: 175%;
    max-width: calc(100% + 2rem);
    left: -1rem;
  }
}
.cid-tHt2udtQHF .btn {
  min-height: 81px;
  margin: 0.667rem 0.667rem 1.4rem;
  padding: 0 64px;
}
@media (min-width: 992px) {
  .cid-tHt2udtQHF .btn {
    margin: 0 0 0 0.6rem;
  }
}
.cid-tHt2udtQHF .btn-info-outline {
  border: 1px solid currentColor;
  background: #232323 !important;
}
.cid-tHt2udtQHF .btn-info-outline:hover {
  background: #595959 !important;
  border: 1px solid currentColor !important;
}
.cid-tHt3bjFyPI {
  background-image: url("../../../assets/images/mailcab-1.webp");
  padding-top: 5rem;
  padding-bottom: 0rem;
}
.cid-tHt3bjFyPI .container-fluid {
  display: flex;
  flex-direction: column;
  justify-content: center;
  padding: 0;
}
.cid-tHt3bjFyPI .content-container {
  max-width: 900px;
  display: flex;
  flex-direction: column;
  justify-content: flex-start;
  align-items: center;
  padding: 54px 60px;
  border-right: 1px solid #ffffff;
  border-left: 1px solid #ffffff;
}
.cid-tHt3bjFyPI .content {
  max-width: 424px;
}
.cid-tHt3bjFyPI .wrapper {
  display: flex;
  justify-content: center;
  box-sizing: border-box;
  border-top: 1px solid #ffffff;
  border-bottom: 1px solid #ffffff;
  margin: -1px -1px 0;
  padding: 0 12px;
}
.cid-tHt3bjFyPI .mbr-section-btn {
  margin-left: 0;
  margin-right: 0;
}
.cid-tHt3bjFyPI .btn {
  padding: 22px 34px;
  margin: 0;
}
.cid-tHt3bjFyPI .btn-info-outline {
  transition: 0.5s;
  background: linear-gradient(to right, #ffffff 50%, #141414 50%) !important;
  background-size: 200% 100% !important;
  background-position: right !important;
  border: 1px solid currentColor;
}
.cid-tHt3bjFyPI .btn-info-outline:hover {
  background-position: left !important;
  color: #000000 !important;
  border: 1px solid #ffffff !important;
}
@media (max-width: 575px) {
  .cid-tHt3bjFyPI .content-container {
    padding: 3rem 24px;
  }
}
.cid-tHt3bjFyPI .mbr-section-title {
  color: #ff4300;
}
.cid-tHt4Gazf2P {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-color: #141414;
}
.cid-tHt4Gazf2P .mbr-overlay {
  background-color: #ffffff;
  opacity: 0.3;
}
.cid-tHt4Gazf2P form .mbr-section-btn {
  text-align: left;
  width: auto;
}
.cid-tHt4Gazf2P form .mbr-section-btn .btn {
  display: inline-flex;
}
@media (max-width: 991px) {
  .cid-tHt4Gazf2P form .mbr-section-btn .btn {
    width: 100%;
  }
}
.cid-tHt4Gazf2P .form-group {
  margin-bottom: 20px;
}
.cid-tHt4Gazf2P form .form-control {
  border-color: #FFFFFF !important;
  border-radius: 0;
  webkit-box-shadow: none;
  box-shadow: none;
  font-size: 1rem;
  color: #FFFFFF;
  background: transparent;
  font-weight: bold;
}
.cid-tHt4Gazf2P form .form-control:focus {
  border-color: #595959 !important;
}
.cid-tHt4Gazf2P .mbr-section-title {
  color: #FFFFFF;
}
.cid-tHt4Gazf2P .container-fluid {
  padding-left: 12px;
  padding-right: 12px;
}
@media (min-width: 768px) {
  .cid-tHt4Gazf2P .container-fluid {
    padding-left: 16px;
    padding-right: 16px;
  }
}
.cid-tHt4Gazf2P .form-container {
  display: grid;
  grid-auto-columns: 1fr;
  grid-column-gap: 32px;
  -ms-grid-columns: 300px 1fr;
  grid-template-columns: 300px 1fr;
  -ms-grid-rows: auto;
  grid-template-rows: auto;
  max-width: 1180px;
  padding-right: 60px;
  padding-left: 60px;
  margin: 0 auto;
}
@media (max-width: 991px) {
  .cid-tHt4Gazf2P .form-container {
    grid-template-columns: 100%;
  }
}
@media (max-width: 575px) {
  .cid-tHt4Gazf2P .form-container {
    padding-right: 24px;
    padding-left: 24px;
  }
}
.cid-tHt4Gazf2P form .row {
  margin: 0;
}
.cid-tHt4Gazf2P .dragArea {
  padding: 40px 30px;
  border: 1px solid #595959;
}
.cid-tHt4Gazf2P .form-control,
.cid-tHt4Gazf2P form .btn {
  min-height: 64px;
}
.cid-tHt4Gazf2P .form-textarea {
  min-height: 104px;
  padding: 31px 24px;
}
.cid-tHt4Gazf2P .mbr-text {
  color: #ff4300;
}
.cid-tJx26tTSHx {
  padding-top: 15px;
  padding-bottom: 15px;
  background-color: #141414;
}
.cid-tJx26tTSHx hr {
  border: 0;
  clear: both;
  display: block;
  margin: 2.4rem auto;
  text-align: center;
  width: 100%;
}
.cid-tJx26tTSHx .progress {
  background: #141414;
  opacity: 1;
  height: 3px;
  overflow: hidden;
  position: relative;
}
.cid-tJx26tTSHx .progress::before {
  animation-duration: 9s;
  animation-timing-function: ease;
  animation-iteration-count: infinite;
  animation-name: progress;
  background: #ff4300;
  content: "";
  display: block;
  height: 3px;
  position: absolute;
  width: 100px;
}
@keyframes progress {
  from {
    margin-left: 0%;
    width: 200px;
  }
  to {
    margin-left: 100%;
    width: 200px;
  }
}
.cid-tJ4Ry8Ka7I {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-color: #141414;
  overflow: hidden;
}
.cid-tJ4Ry8Ka7I .mbr-fallback-image.disabled {
  display: none;
}
.cid-tJ4Ry8Ka7I .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-tJ4Ry8Ka7I .card-row {
  align-items: stretch;
}
.cid-tJ4Ry8Ka7I .item-wrap {
  position: relative;
  width: 100%;
  padding: 20px;
  margin-top: 60px;
  border-radius: 10px;
  background: linear-gradient(145deg, #000000, #23272b);
  box-shadow: 10px 10px 19px #0a0c0f, -10px -10px 19px #0a0c0f;
}
.cid-tJ4Ry8Ka7I .item-left-item {
  display: flex;
  align-items: flex-start;
  width: 100%;
  border-right: 1px solid #16181c;
}
@media (max-width: 1199px) {
  .cid-tJ4Ry8Ka7I .item-left-item {
    flex-direction: column;
    align-items: center;
  }
}
@media (max-width: 991px) {
  .cid-tJ4Ry8Ka7I .item-left-item {
    padding-bottom: 20px;
    border-right: none;
    border-bottom: 1px solid #16181c;
  }
}
.cid-tJ4Ry8Ka7I .image-wrapper {
  margin-right: 30px;
}
.cid-tJ4Ry8Ka7I .image-wrapper img {
  border-radius: 15px;
  max-width: 200px;
  aspect-ratio: 1;
  width: 200px;
  border: 5px solid #898989;
  position: relative;
  top: -80px;
  object-fit: cover;
}
@media (max-width: 1199px) {
  .cid-tJ4Ry8Ka7I .image-wrapper {
    margin-right: 0;
  }
}
@media (max-width: 1199px) {
  .cid-tJ4Ry8Ka7I .text-left-wrap {
    margin-top: -46px;
  }
}
.cid-tJ4Ry8Ka7I .mbr-section-title {
  color: #C4CFDE;
  margin-bottom: 10px;
}
@media (max-width: 1199px) {
  .cid-tJ4Ry8Ka7I .mbr-section-title {
    text-align: center !important;
  }
}
.cid-tJ4Ry8Ka7I .mbr-section-subtitle {
  color: #878e99;
  margin-bottom: 0;
}
@media (max-width: 1199px) {
  .cid-tJ4Ry8Ka7I .mbr-section-subtitle {
    text-align: center !important;
  }
}
.cid-tJ4Ry8Ka7I .social-container {
  width: 100%;
  padding-top: 35px;
}
@media (max-width: 1199px) {
  .cid-tJ4Ry8Ka7I .social-container {
    padding-top: 25px;
  }
}
.cid-tJ4Ry8Ka7I .social-title {
  color: #C4CFDE;
  margin-bottom: 15px;
}
@media (max-width: 1199px) {
  .cid-tJ4Ry8Ka7I .social-title {
    text-align: center !important;
  }
}
.cid-tJ4Ry8Ka7I .social-list {
  display: flex;
  align-items: center;
  flex-wrap: wrap;
  margin: -7px;
}
@media (max-width: 1199px) {
  .cid-tJ4Ry8Ka7I .social-list {
    justify-content: center !important;
  }
}
.cid-tJ4Ry8Ka7I .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 #000000, -10px -10px 19px #0a0c0f;
  transition: 0.4s all;
}
.cid-tJ4Ry8Ka7I .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-tJ4Ry8Ka7I .soc-item .mbr-iconfont {
  position: relative;
  z-index: 5;
  transition: 0.4s all;
  font-size: 20px;
  color: #c4cfde;
}
.cid-tJ4Ry8Ka7I .soc-item:hover {
  transform: translateY(-3px);
}
.cid-tJ4Ry8Ka7I .soc-item:hover:before {
  opacity: 1;
}
.cid-tJ4Ry8Ka7I .item-right-item {
  display: flex;
  align-items: flex-start;
  width: 100%;
}
@media (max-width: 991px) {
  .cid-tJ4Ry8Ka7I .item-right-item {
    padding-top: 10px;
    margin: 0 -20px -20px;
  }
}
@media (max-width: 575px) {
  .cid-tJ4Ry8Ka7I .item-right-item {
    flex-wrap: wrap;
    margin: 0;
  }
}
.cid-tJ4Ry8Ka7I .contacts-container {
  max-width: 50%;
  padding-left: 30px;
  margin: 16px 0;
}
@media (max-width: 991px) {
  .cid-tJ4Ry8Ka7I .contacts-container {
    padding: 20px;
  }
}
@media (max-width: 991px) {
  .cid-tJ4Ry8Ka7I .contacts-container:nth-child(2) {
    padding-left: 100px;
  }
}
@media (max-width: 767px) {
  .cid-tJ4Ry8Ka7I .contacts-container:nth-child(2) {
    padding-left: 0;
  }
}
@media (max-width: 575px) {
  .cid-tJ4Ry8Ka7I .contacts-container:nth-child(2) {
    padding-left: 20px;
  }
}
@media (max-width: 575px) {
  .cid-tJ4Ry8Ka7I .contacts-container {
    max-width: 100%;
    width: 100%;
    text-align: center !important;
    margin: 0;
    padding: 0 !important;
  }
}
.cid-tJ4Ry8Ka7I .contact-item {
  padding: 10px 0 20px;
}
.cid-tJ4Ry8Ka7I .card-title {
  color: #878e99;
  margin-bottom: 4px;
}
.cid-tJ4Ry8Ka7I .card-text {
  color: #ffffff;
  margin-bottom: 0;
}
.cid-tHt3e8Y7kl {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-color: #141414;
}
.cid-tHt3e8Y7kl .mbr-fallback-image.disabled {
  display: none;
}
.cid-tHt3e8Y7kl .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-tHt3e8Y7kl .container-fluid {
  padding: 0 60px;
}
@media (max-width: 768px) {
  .cid-tHt3e8Y7kl .container-fluid {
    padding: 0 26px;
  }
}
@media (max-width: 768px) {
  .cid-tHt3e8Y7kl .container {
    padding: 0 26px;
  }
}
.cid-tHt3e8Y7kl .google-map iframe {
  height: 345px;
  filter: invert(1);
}
.cid-tHt3cjp4pl {
  background-image: url("../../../assets/images/mbr-6.webp");
}
.cid-tHt3cjp4pl .subtitle {
  color: #ffffff;
  text-transform: uppercase;
  margin-bottom: 40px;
  font-weight: 600;
}
.cid-tHt3cjp4pl .sc__title {
  color: #ffffff;
  text-transform: uppercase;
  margin-bottom: 30px;
  font-weight: 600;
  padding-bottom: 0;
}
.cid-tHt3cjp4pl .mbr-iconfont {
  font-size: 36px;
  color: #ffffff;
}
.cid-tHt2uecyVR {
  margin-top: -1px;
  padding-top: 15px;
  padding-bottom: 30px;
  border-top: 1px solid #FFFFFF;
  background-color: #141414;
  overflow: hidden;
  border-bottom: 1px solid #ffffff;
}
.cid-tHt2uecyVR .wrapper {
  display: flex;
  justify-content: space-between;
  align-items: center;
  flex-wrap: wrap;
}
.cid-tHt2uecyVR .copyright {
  margin-right: 0.5rem;
}
.cid-tHt2uecyVR .copyright,
.cid-tHt2uecyVR .produced {
  margin-top: 0.5rem;
}
.cid-tUJU9lUMGe {
  z-index: 1000;
  width: 100%;
  position: relative;
  min-height: 60px;
}
.cid-tUJU9lUMGe nav.navbar {
  position: fixed;
}
.cid-tUJU9lUMGe .container-fluid {
  padding: 0;
}
.cid-tUJU9lUMGe .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-tUJU9lUMGe .dropdown-menu {
  padding: 0;
  border-radius: 4px;
  box-shadow: 0 1px 3px 0 rgba(0, 0, 0, 0.1);
}
.cid-tUJU9lUMGe .dropdown-item {
  border-bottom: 1px solid #e6e6e6;
}
.cid-tUJU9lUMGe .dropdown-item:hover,
.cid-tUJU9lUMGe .dropdown-item:focus {
  background: #141414 !important;
  color: white !important;
}
.cid-tUJU9lUMGe .dropdown-item:first-child {
  border-top-left-radius: 4px;
  border-top-right-radius: 4px;
}
.cid-tUJU9lUMGe .dropdown-item:last-child {
  border-bottom: none;
  border-bottom-left-radius: 4px;
  border-bottom-right-radius: 4px;
}
.cid-tUJU9lUMGe .nav-dropdown .link {
  padding: 0 0.3em !important;
  margin: 0.667em 1em !important;
}
.cid-tUJU9lUMGe .nav-dropdown .link.dropdown-toggle::after {
  margin-left: 0.5rem;
  margin-top: 0.2rem;
}
.cid-tUJU9lUMGe .nav-link {
  position: relative;
}
.cid-tUJU9lUMGe .nav-link::before {
  background-color: currentColor;
  display: block;
  position: absolute;
  bottom: 0;
  left: 0;
  content: "";
  height: 1px;
  width: 0%;
  -webkit-transition: width 0.5s ease-in-out;
  -moz--transition: width 0.5s ease-in-out;
  transition: width 0.5s ease-in-out;
}
.cid-tUJU9lUMGe .nav-link::after {
  background: transparent !important;
}
.cid-tUJU9lUMGe .nav-link:hover::before,
.cid-tUJU9lUMGe .nav-link :focus::before {
  width: 100%;
}
.cid-tUJU9lUMGe .container {
  display: flex;
  margin: auto;
}
.cid-tUJU9lUMGe .iconfont-wrapper {
  color: #ff4300 !important;
  font-size: 1.5rem;
  padding-right: 0.5rem;
  display: flex;
  align-items: center;
  justify-content: center;
  margin-right: 0.5rem;
  padding: 0.5rem;
  height: 2.5rem;
  width: 2.5rem;
  border: 1px solid currentColor;
}
.cid-tUJU9lUMGe .iconfont-wrapper:hover {
  background: #FFFFFF;
}
.cid-tUJU9lUMGe .iconfont-wrapper:hover .mbr-iconfont {
  color: #141414;
}
.cid-tUJU9lUMGe .dropdown-menu,
.cid-tUJU9lUMGe .navbar.opened {
  background: #141414 !important;
}
.cid-tUJU9lUMGe .nav-item:focus,
.cid-tUJU9lUMGe .nav-link:focus {
  outline: none;
}
.cid-tUJU9lUMGe .dropdown .dropdown-menu .dropdown-item {
  width: auto;
  transition: all 0.25s ease-in-out;
}
.cid-tUJU9lUMGe .dropdown .dropdown-menu .dropdown-item::after {
  right: 0.5rem;
  background: transparent !important;
}
.cid-tUJU9lUMGe .dropdown .dropdown-menu .dropdown-item .mbr-iconfont {
  margin-right: 0.5rem;
  vertical-align: sub;
}
.cid-tUJU9lUMGe .dropdown .dropdown-menu .dropdown-item .mbr-iconfont:before {
  display: inline-block;
  transform: scale(1, 1);
  transition: all 0.25s ease-in-out;
}
.cid-tUJU9lUMGe .collapsed .dropdown-menu .dropdown-item:before {
  display: none;
}
.cid-tUJU9lUMGe .collapsed .dropdown .dropdown-menu .dropdown-item {
  padding: 0.235em 1.5em 0.235em 1.5em !important;
  transition: none;
  margin: 0 !important;
}
.cid-tUJU9lUMGe .navbar {
  min-height: 70px;
  transition: all 0.3s;
  border-bottom: 1px solid #ffffff;
  box-shadow: 0 1px 3px 0 rgba(0, 0, 0, 0.1);
  background: #141414;
}
.cid-tUJU9lUMGe .navbar.opened {
  transition: all 0.3s;
}
.cid-tUJU9lUMGe .navbar .dropdown-item {
  padding: 0.5rem 1.8rem;
}
.cid-tUJU9lUMGe .navbar .navbar-logo img {
  width: auto;
}
.cid-tUJU9lUMGe .navbar .navbar-collapse {
  justify-content: flex-end;
  z-index: 1;
}
.cid-tUJU9lUMGe .navbar.collapsed {
  justify-content: center;
}
.cid-tUJU9lUMGe .navbar.collapsed .nav-item .nav-link::before {
  display: none;
}
.cid-tUJU9lUMGe .navbar.collapsed.opened .dropdown-menu {
  top: 0;
}
@media (min-width: 992px) {
  .cid-tUJU9lUMGe .navbar.collapsed.opened:not(.navbar-short) .navbar-collapse {
    max-height: calc(98.5vh - 3rem);
  }
}
.cid-tUJU9lUMGe .navbar.collapsed .dropdown-menu .dropdown-submenu {
  left: 0 !important;
}
.cid-tUJU9lUMGe .navbar.collapsed .dropdown-menu .dropdown-item:after {
  right: auto;
}
.cid-tUJU9lUMGe .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-tUJU9lUMGe .navbar.collapsed ul.navbar-nav li {
  margin: auto;
}
.cid-tUJU9lUMGe .navbar.collapsed .dropdown-menu .dropdown-item {
  padding: 0.25rem 1.5rem;
  text-align: center;
}
.cid-tUJU9lUMGe .navbar.collapsed .icons-menu {
  padding-left: 0;
  padding-right: 0;
  padding-top: 0.5rem;
  padding-bottom: 0.5rem;
}
@media (max-width: 991px) {
  .cid-tUJU9lUMGe .navbar .nav-item .nav-link::before {
    display: none;
  }
  .cid-tUJU9lUMGe .navbar.opened .dropdown-menu {
    top: 0;
  }
  .cid-tUJU9lUMGe .navbar .dropdown-menu .dropdown-submenu {
    left: 0 !important;
  }
  .cid-tUJU9lUMGe .navbar .dropdown-menu .dropdown-item:after {
    right: auto;
  }
  .cid-tUJU9lUMGe .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-tUJU9lUMGe .navbar .navbar-logo img {
    height: 3rem !important;
  }
  .cid-tUJU9lUMGe .navbar ul.navbar-nav li {
    margin: auto;
  }
  .cid-tUJU9lUMGe .navbar .dropdown-menu .dropdown-item {
    padding: 0.25rem 1.5rem !important;
    text-align: center;
  }
  .cid-tUJU9lUMGe .navbar .navbar-brand {
    flex-shrink: initial;
    flex-basis: auto;
    word-break: break-word;
    padding-right: 2rem;
  }
  .cid-tUJU9lUMGe .navbar .navbar-toggler {
    flex-basis: auto;
  }
  .cid-tUJU9lUMGe .navbar .icons-menu {
    padding-top: 0.5rem;
    padding-bottom: 0.5rem;
  }
}
.cid-tUJU9lUMGe .navbar.navbar-short {
  min-height: 60px;
}
.cid-tUJU9lUMGe .navbar.navbar-short .navbar-logo img {
  height: 2.5rem !important;
}
.cid-tUJU9lUMGe .navbar.navbar-short .navbar-brand {
  min-height: 60px;
  padding: 0;
}
.cid-tUJU9lUMGe .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-tUJU9lUMGe .navbar-brand .navbar-caption {
  line-height: inherit !important;
}
.cid-tUJU9lUMGe .navbar-brand .display-7 {
  font-size: 24px;
}
.cid-tUJU9lUMGe .navbar-brand .navbar-logo a {
  outline: none;
}
.cid-tUJU9lUMGe .dropdown-item.active,
.cid-tUJU9lUMGe .dropdown-item:active {
  background-color: transparent;
}
.cid-tUJU9lUMGe .navbar-expand-lg .navbar-nav .nav-link {
  padding: 0;
}
.cid-tUJU9lUMGe .nav-dropdown .link.dropdown-toggle {
  margin-right: 1.667em;
}
.cid-tUJU9lUMGe .nav-dropdown .link.dropdown-toggle[aria-expanded="true"] {
  margin-right: 0;
  padding: 0.667em 1.667em;
}
.cid-tUJU9lUMGe .navbar.navbar-expand-lg .dropdown .dropdown-menu {
  background: #141414;
}
.cid-tUJU9lUMGe .navbar.navbar-expand-lg .dropdown .dropdown-menu .dropdown-submenu {
  margin: 0;
  left: 100%;
}
.cid-tUJU9lUMGe .navbar .dropdown.open > .dropdown-menu {
  display: block;
}
.cid-tUJU9lUMGe ul.navbar-nav {
  flex-wrap: wrap;
}
.cid-tUJU9lUMGe .navbar-buttons {
  text-align: center;
  min-width: 170px;
}
@media (min-width: 992px) {
  .cid-tUJU9lUMGe .navbar-buttons {
    margin-bottom: -1px;
    margin-top: -1px;
  }
}
.cid-tUJU9lUMGe button.navbar-toggler {
  outline: none;
  width: 31px;
  height: 20px;
  cursor: pointer;
  transition: all 0.2s;
  position: relative;
  align-self: center;
}
.cid-tUJU9lUMGe button.navbar-toggler .hamburger span {
  position: absolute;
  right: 0;
  width: 30px;
  height: 2px;
  border-right: 5px;
  background-color: #ffffff;
}
.cid-tUJU9lUMGe button.navbar-toggler .hamburger span:nth-child(1) {
  top: 0;
  transition: all 0.2s;
}
.cid-tUJU9lUMGe button.navbar-toggler .hamburger span:nth-child(2) {
  top: 8px;
  transition: all 0.15s;
}
.cid-tUJU9lUMGe button.navbar-toggler .hamburger span:nth-child(3) {
  top: 8px;
  transition: all 0.15s;
}
.cid-tUJU9lUMGe button.navbar-toggler .hamburger span:nth-child(4) {
  top: 16px;
  transition: all 0.2s;
}
.cid-tUJU9lUMGe nav.opened .hamburger span:nth-child(1) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-tUJU9lUMGe nav.opened .hamburger span:nth-child(2) {
  transform: rotate(45deg);
  transition: all 0.25s;
}
.cid-tUJU9lUMGe nav.opened .hamburger span:nth-child(3) {
  transform: rotate(-45deg);
  transition: all 0.25s;
}
.cid-tUJU9lUMGe nav.opened .hamburger span:nth-child(4) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-tUJU9lUMGe .navbar-dropdown {
  padding: 0 24px;
  position: fixed;
}
@media (min-width: 576px) {
  .cid-tUJU9lUMGe .navbar-dropdown {
    padding: 0 40px;
    min-height: 80px;
  }
}
@media (min-width: 768px) {
  .cid-tUJU9lUMGe .navbar-dropdown {
    padding: 0 60px;
  }
}
@media (min-width: 992px) {
  .cid-tUJU9lUMGe .navbar-dropdown {
    padding: 0 0 0 60px;
  }
}
.cid-tUJU9lUMGe a.nav-link {
  display: flex;
  align-items: center;
  justify-content: center;
}
.cid-tUJU9lUMGe .icons-menu {
  flex-wrap: nowrap;
  display: flex;
  justify-content: center;
  padding-left: 1.5rem;
  padding-right: 1rem;
  padding-top: 0.3rem;
  text-align: center;
}
@media (min-width: 992px) {
  .cid-tUJU9lUMGe .icons-menu {
    padding-left: 1rem;
  }
}
@media screen and (-ms-high-contrast: active), (-ms-high-contrast: none) {
  .cid-tUJU9lUMGe .navbar {
    height: 70px;
  }
  .cid-tUJU9lUMGe .navbar.opened {
    height: auto;
  }
  .cid-tUJU9lUMGe .nav-item .nav-link:hover::before {
    width: 175%;
    max-width: calc(100% + 2rem);
    left: -1rem;
  }
}
.cid-tUJU9lUMGe .btn {
  min-height: 81px;
  margin: 0.667rem 0.667rem 1.4rem;
  padding: 0 64px;
}
@media (min-width: 992px) {
  .cid-tUJU9lUMGe .btn {
    margin: 0 0 0 0.6rem;
  }
}
.cid-tUJU9lUMGe .btn-info-outline {
  border: 1px solid currentColor;
  background: #232323 !important;
}
.cid-tUJU9lUMGe .btn-info-outline:hover {
  background: #595959 !important;
  border: 1px solid currentColor !important;
}
.cid-usoKZ8t0wU {
  padding-top: 5rem;
  padding-bottom: 0rem;
  background-color: #141414;
}
.cid-usoKZ8t0wU .row {
  border-top: 1px solid #FFFFFF;
  margin-top: -1px;
}
@media (min-width: 768px) {
  .cid-usoKZ8t0wU .row {
    border-bottom: 1px solid #FFFFFF;
  }
}
.cid-usoKZ8t0wU .title-text-container {
  max-width: 1300px;
  margin-left: auto;
  margin-right: auto;
  padding: 0 60px;
}
@media (max-width: 575px) {
  .cid-usoKZ8t0wU .title-text-container {
    padding: 0 24px;
  }
}
.cid-usoKZ8t0wU .title-content-container {
  padding: 0 0 80px;
  margin-left: -12px;
  margin-right: -12px;
}
.cid-usoKZ8t0wU .mbr-section-title-container,
.cid-usoKZ8t0wU .title_text {
  margin-bottom: 16px;
}
.cid-usoKZ8t0wU .card_title {
  color: #FFFFFF;
}
.cid-usoKZ8t0wU .card {
  display: flex;
  justify-content: center;
  align-items: center;
  border-radius: 0;
  margin-top: -1px;
  padding: 64px 0;
}
@media (max-width: 991px) {
  .cid-usoKZ8t0wU .card {
    padding: 40px;
  }
}
@media (max-width: 767px) {
  .cid-usoKZ8t0wU .card {
    border-bottom: 1px solid #FFFFFF;
  }
}
@media (max-width: 575px) {
  .cid-usoKZ8t0wU .card {
    padding: 24px;
  }
}
@media (min-width: 768px) {
  .cid-usoKZ8t0wU .card_left {
    border-right: 1px solid #ffffff;
  }
}
.cid-usoKZ8t0wU .card-content {
  max-width: 400px;
}
.cid-usoKZ8t0wU .card__title-container {
  display: flex;
  flex-direction: row;
  align-items: center;
}
@media (max-width: 991px) {
  .cid-usoKZ8t0wU .card__title-container {
    flex-wrap: wrap;
  }
}
@media (max-width: 575px) {
  .cid-usoKZ8t0wU .card__title-container {
    flex-wrap: nowrap;
  }
}
.cid-usoKZ8t0wU .number-container {
  font-size: 6.8rem;
  line-height: 110px;
  margin-right: 16px;
  word-break: normal;
}
@media (max-width: 991px) {
  .cid-usoKZ8t0wU .number-container {
    width: 100%;
    margin-right: 0;
  }
}
@media (max-width: 575px) {
  .cid-usoKZ8t0wU .number-container {
    font-size: 4rem;
    width: auto;
    margin-right: 16px;
    line-height: normal;
  }
}
@media (min-width: 768px) {
  .cid-usoKZ8t0wU .wrapper {
    margin-left: -20px;
    margin-right: -20px;
  }
}
.cid-usoKZ8t0wU .mbr-section-title {
  color: #ff4300;
}
.cid-usoKjpeyt1 {
  background-color: #141414;
}
.cid-usoKjpeyt1 .mbr-fallback-image.disabled {
  display: none;
}
.cid-usoKjpeyt1 .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-usoKjpeyt1 .container-fluid {
  padding: 0 60px;
}
@media (max-width: 1440px) {
  .cid-usoKjpeyt1 .container-fluid {
    padding: 0 42px;
  }
}
@media (max-width: 992px) {
  .cid-usoKjpeyt1 .container-fluid {
    padding: 0 16px;
  }
}
@media (max-width: 992px) {
  .cid-usoKjpeyt1 .container {
    padding: 0 16px;
  }
}
.cid-usoKjpeyt1 .row {
  margin: 0 -20px;
}
.cid-usoKjpeyt1 .item {
  padding: 0 20px;
}
.cid-usoKjpeyt1 .item .item-wrapper .item-img img {
  height: 700px;
  object-fit: cover;
  margin-bottom: 40px;
}
@media (max-width: 992px) {
  .cid-usoKjpeyt1 .item .item-wrapper .item-img img {
    height: 350px;
  }
}
.cid-tUJU9n1htm {
  margin-top: -1px;
  padding-top: 15px;
  padding-bottom: 30px;
  border-top: 1px solid #FFFFFF;
  background-color: #141414;
  overflow: hidden;
  border-bottom: 1px solid #ffffff;
}
.cid-tUJU9n1htm .wrapper {
  display: flex;
  justify-content: space-between;
  align-items: center;
  flex-wrap: wrap;
}
.cid-tUJU9n1htm .copyright {
  margin-right: 0.5rem;
}
.cid-tUJU9n1htm .copyright,
.cid-tUJU9n1htm .produced {
  margin-top: 0.5rem;
}
.cid-tULiCDcssx {
  z-index: 1000;
  width: 100%;
  position: relative;
  min-height: 60px;
}
.cid-tULiCDcssx nav.navbar {
  position: fixed;
}
.cid-tULiCDcssx .container-fluid {
  padding: 0;
}
.cid-tULiCDcssx .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-tULiCDcssx .dropdown-menu {
  padding: 0;
  border-radius: 4px;
  box-shadow: 0 1px 3px 0 rgba(0, 0, 0, 0.1);
}
.cid-tULiCDcssx .dropdown-item {
  border-bottom: 1px solid #e6e6e6;
}
.cid-tULiCDcssx .dropdown-item:hover,
.cid-tULiCDcssx .dropdown-item:focus {
  background: #141414 !important;
  color: white !important;
}
.cid-tULiCDcssx .dropdown-item:first-child {
  border-top-left-radius: 4px;
  border-top-right-radius: 4px;
}
.cid-tULiCDcssx .dropdown-item:last-child {
  border-bottom: none;
  border-bottom-left-radius: 4px;
  border-bottom-right-radius: 4px;
}
.cid-tULiCDcssx .nav-dropdown .link {
  padding: 0 0.3em !important;
  margin: 0.667em 1em !important;
}
.cid-tULiCDcssx .nav-dropdown .link.dropdown-toggle::after {
  margin-left: 0.5rem;
  margin-top: 0.2rem;
}
.cid-tULiCDcssx .nav-link {
  position: relative;
}
.cid-tULiCDcssx .nav-link::before {
  background-color: currentColor;
  display: block;
  position: absolute;
  bottom: 0;
  left: 0;
  content: "";
  height: 1px;
  width: 0%;
  -webkit-transition: width 0.5s ease-in-out;
  -moz--transition: width 0.5s ease-in-out;
  transition: width 0.5s ease-in-out;
}
.cid-tULiCDcssx .nav-link::after {
  background: transparent !important;
}
.cid-tULiCDcssx .nav-link:hover::before,
.cid-tULiCDcssx .nav-link :focus::before {
  width: 100%;
}
.cid-tULiCDcssx .container {
  display: flex;
  margin: auto;
}
.cid-tULiCDcssx .iconfont-wrapper {
  color: #ff4300 !important;
  font-size: 1.5rem;
  padding-right: 0.5rem;
  display: flex;
  align-items: center;
  justify-content: center;
  margin-right: 0.5rem;
  padding: 0.5rem;
  height: 2.5rem;
  width: 2.5rem;
  border: 1px solid currentColor;
}
.cid-tULiCDcssx .iconfont-wrapper:hover {
  background: #FFFFFF;
}
.cid-tULiCDcssx .iconfont-wrapper:hover .mbr-iconfont {
  color: #141414;
}
.cid-tULiCDcssx .dropdown-menu,
.cid-tULiCDcssx .navbar.opened {
  background: #141414 !important;
}
.cid-tULiCDcssx .nav-item:focus,
.cid-tULiCDcssx .nav-link:focus {
  outline: none;
}
.cid-tULiCDcssx .dropdown .dropdown-menu .dropdown-item {
  width: auto;
  transition: all 0.25s ease-in-out;
}
.cid-tULiCDcssx .dropdown .dropdown-menu .dropdown-item::after {
  right: 0.5rem;
  background: transparent !important;
}
.cid-tULiCDcssx .dropdown .dropdown-menu .dropdown-item .mbr-iconfont {
  margin-right: 0.5rem;
  vertical-align: sub;
}
.cid-tULiCDcssx .dropdown .dropdown-menu .dropdown-item .mbr-iconfont:before {
  display: inline-block;
  transform: scale(1, 1);
  transition: all 0.25s ease-in-out;
}
.cid-tULiCDcssx .collapsed .dropdown-menu .dropdown-item:before {
  display: none;
}
.cid-tULiCDcssx .collapsed .dropdown .dropdown-menu .dropdown-item {
  padding: 0.235em 1.5em 0.235em 1.5em !important;
  transition: none;
  margin: 0 !important;
}
.cid-tULiCDcssx .navbar {
  min-height: 70px;
  transition: all 0.3s;
  border-bottom: 1px solid #ffffff;
  box-shadow: 0 1px 3px 0 rgba(0, 0, 0, 0.1);
  background: #141414;
}
.cid-tULiCDcssx .navbar.opened {
  transition: all 0.3s;
}
.cid-tULiCDcssx .navbar .dropdown-item {
  padding: 0.5rem 1.8rem;
}
.cid-tULiCDcssx .navbar .navbar-logo img {
  width: auto;
}
.cid-tULiCDcssx .navbar .navbar-collapse {
  justify-content: flex-end;
  z-index: 1;
}
.cid-tULiCDcssx .navbar.collapsed {
  justify-content: center;
}
.cid-tULiCDcssx .navbar.collapsed .nav-item .nav-link::before {
  display: none;
}
.cid-tULiCDcssx .navbar.collapsed.opened .dropdown-menu {
  top: 0;
}
@media (min-width: 992px) {
  .cid-tULiCDcssx .navbar.collapsed.opened:not(.navbar-short) .navbar-collapse {
    max-height: calc(98.5vh - 3rem);
  }
}
.cid-tULiCDcssx .navbar.collapsed .dropdown-menu .dropdown-submenu {
  left: 0 !important;
}
.cid-tULiCDcssx .navbar.collapsed .dropdown-menu .dropdown-item:after {
  right: auto;
}
.cid-tULiCDcssx .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-tULiCDcssx .navbar.collapsed ul.navbar-nav li {
  margin: auto;
}
.cid-tULiCDcssx .navbar.collapsed .dropdown-menu .dropdown-item {
  padding: 0.25rem 1.5rem;
  text-align: center;
}
.cid-tULiCDcssx .navbar.collapsed .icons-menu {
  padding-left: 0;
  padding-right: 0;
  padding-top: 0.5rem;
  padding-bottom: 0.5rem;
}
@media (max-width: 991px) {
  .cid-tULiCDcssx .navbar .nav-item .nav-link::before {
    display: none;
  }
  .cid-tULiCDcssx .navbar.opened .dropdown-menu {
    top: 0;
  }
  .cid-tULiCDcssx .navbar .dropdown-menu .dropdown-submenu {
    left: 0 !important;
  }
  .cid-tULiCDcssx .navbar .dropdown-menu .dropdown-item:after {
    right: auto;
  }
  .cid-tULiCDcssx .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-tULiCDcssx .navbar .navbar-logo img {
    height: 3rem !important;
  }
  .cid-tULiCDcssx .navbar ul.navbar-nav li {
    margin: auto;
  }
  .cid-tULiCDcssx .navbar .dropdown-menu .dropdown-item {
    padding: 0.25rem 1.5rem !important;
    text-align: center;
  }
  .cid-tULiCDcssx .navbar .navbar-brand {
    flex-shrink: initial;
    flex-basis: auto;
    word-break: break-word;
    padding-right: 2rem;
  }
  .cid-tULiCDcssx .navbar .navbar-toggler {
    flex-basis: auto;
  }
  .cid-tULiCDcssx .navbar .icons-menu {
    padding-top: 0.5rem;
    padding-bottom: 0.5rem;
  }
}
.cid-tULiCDcssx .navbar.navbar-short {
  min-height: 60px;
}
.cid-tULiCDcssx .navbar.navbar-short .navbar-logo img {
  height: 2.5rem !important;
}
.cid-tULiCDcssx .navbar.navbar-short .navbar-brand {
  min-height: 60px;
  padding: 0;
}
.cid-tULiCDcssx .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-tULiCDcssx .navbar-brand .navbar-caption {
  line-height: inherit !important;
}
.cid-tULiCDcssx .navbar-brand .display-7 {
  font-size: 24px;
}
.cid-tULiCDcssx .navbar-brand .navbar-logo a {
  outline: none;
}
.cid-tULiCDcssx .dropdown-item.active,
.cid-tULiCDcssx .dropdown-item:active {
  background-color: transparent;
}
.cid-tULiCDcssx .navbar-expand-lg .navbar-nav .nav-link {
  padding: 0;
}
.cid-tULiCDcssx .nav-dropdown .link.dropdown-toggle {
  margin-right: 1.667em;
}
.cid-tULiCDcssx .nav-dropdown .link.dropdown-toggle[aria-expanded="true"] {
  margin-right: 0;
  padding: 0.667em 1.667em;
}
.cid-tULiCDcssx .navbar.navbar-expand-lg .dropdown .dropdown-menu {
  background: #141414;
}
.cid-tULiCDcssx .navbar.navbar-expand-lg .dropdown .dropdown-menu .dropdown-submenu {
  margin: 0;
  left: 100%;
}
.cid-tULiCDcssx .navbar .dropdown.open > .dropdown-menu {
  display: block;
}
.cid-tULiCDcssx ul.navbar-nav {
  flex-wrap: wrap;
}
.cid-tULiCDcssx .navbar-buttons {
  text-align: center;
  min-width: 170px;
}
@media (min-width: 992px) {
  .cid-tULiCDcssx .navbar-buttons {
    margin-bottom: -1px;
    margin-top: -1px;
  }
}
.cid-tULiCDcssx button.navbar-toggler {
  outline: none;
  width: 31px;
  height: 20px;
  cursor: pointer;
  transition: all 0.2s;
  position: relative;
  align-self: center;
}
.cid-tULiCDcssx button.navbar-toggler .hamburger span {
  position: absolute;
  right: 0;
  width: 30px;
  height: 2px;
  border-right: 5px;
  background-color: #ffffff;
}
.cid-tULiCDcssx button.navbar-toggler .hamburger span:nth-child(1) {
  top: 0;
  transition: all 0.2s;
}
.cid-tULiCDcssx button.navbar-toggler .hamburger span:nth-child(2) {
  top: 8px;
  transition: all 0.15s;
}
.cid-tULiCDcssx button.navbar-toggler .hamburger span:nth-child(3) {
  top: 8px;
  transition: all 0.15s;
}
.cid-tULiCDcssx button.navbar-toggler .hamburger span:nth-child(4) {
  top: 16px;
  transition: all 0.2s;
}
.cid-tULiCDcssx nav.opened .hamburger span:nth-child(1) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-tULiCDcssx nav.opened .hamburger span:nth-child(2) {
  transform: rotate(45deg);
  transition: all 0.25s;
}
.cid-tULiCDcssx nav.opened .hamburger span:nth-child(3) {
  transform: rotate(-45deg);
  transition: all 0.25s;
}
.cid-tULiCDcssx nav.opened .hamburger span:nth-child(4) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-tULiCDcssx .navbar-dropdown {
  padding: 0 24px;
  position: fixed;
}
@media (min-width: 576px) {
  .cid-tULiCDcssx .navbar-dropdown {
    padding: 0 40px;
    min-height: 80px;
  }
}
@media (min-width: 768px) {
  .cid-tULiCDcssx .navbar-dropdown {
    padding: 0 60px;
  }
}
@media (min-width: 992px) {
  .cid-tULiCDcssx .navbar-dropdown {
    padding: 0 0 0 60px;
  }
}
.cid-tULiCDcssx a.nav-link {
  display: flex;
  align-items: center;
  justify-content: center;
}
.cid-tULiCDcssx .icons-menu {
  flex-wrap: nowrap;
  display: flex;
  justify-content: center;
  padding-left: 1.5rem;
  padding-right: 1rem;
  padding-top: 0.3rem;
  text-align: center;
}
@media (min-width: 992px) {
  .cid-tULiCDcssx .icons-menu {
    padding-left: 1rem;
  }
}
@media screen and (-ms-high-contrast: active), (-ms-high-contrast: none) {
  .cid-tULiCDcssx .navbar {
    height: 70px;
  }
  .cid-tULiCDcssx .navbar.opened {
    height: auto;
  }
  .cid-tULiCDcssx .nav-item .nav-link:hover::before {
    width: 175%;
    max-width: calc(100% + 2rem);
    left: -1rem;
  }
}
.cid-tULiCDcssx .btn {
  min-height: 81px;
  margin: 0.667rem 0.667rem 1.4rem;
  padding: 0 64px;
}
@media (min-width: 992px) {
  .cid-tULiCDcssx .btn {
    margin: 0 0 0 0.6rem;
  }
}
.cid-tULiCDcssx .btn-info-outline {
  border: 1px solid currentColor;
  background: #232323 !important;
}
.cid-tULiCDcssx .btn-info-outline:hover {
  background: #595959 !important;
  border: 1px solid currentColor !important;
}
.cid-usoMNpwPMf {
  padding-top: 5rem;
  padding-bottom: 0rem;
  background-color: #141414;
}
.cid-usoMNpwPMf .row {
  border-top: 1px solid #FFFFFF;
  margin-top: -1px;
}
@media (min-width: 768px) {
  .cid-usoMNpwPMf .row {
    border-bottom: 1px solid #FFFFFF;
  }
}
.cid-usoMNpwPMf .title-text-container {
  max-width: 1300px;
  margin-left: auto;
  margin-right: auto;
  padding: 0 60px;
}
@media (max-width: 575px) {
  .cid-usoMNpwPMf .title-text-container {
    padding: 0 24px;
  }
}
.cid-usoMNpwPMf .title-content-container {
  padding: 0 0 80px;
  margin-left: -12px;
  margin-right: -12px;
}
.cid-usoMNpwPMf .mbr-section-title-container,
.cid-usoMNpwPMf .title_text {
  margin-bottom: 16px;
}
.cid-usoMNpwPMf .card_title {
  color: #FFFFFF;
}
.cid-usoMNpwPMf .card {
  display: flex;
  justify-content: center;
  align-items: center;
  border-radius: 0;
  margin-top: -1px;
  padding: 64px 0;
}
@media (max-width: 991px) {
  .cid-usoMNpwPMf .card {
    padding: 40px;
  }
}
@media (max-width: 767px) {
  .cid-usoMNpwPMf .card {
    border-bottom: 1px solid #FFFFFF;
  }
}
@media (max-width: 575px) {
  .cid-usoMNpwPMf .card {
    padding: 24px;
  }
}
@media (min-width: 768px) {
  .cid-usoMNpwPMf .card_left {
    border-right: 1px solid #ffffff;
  }
}
.cid-usoMNpwPMf .card-content {
  max-width: 400px;
}
.cid-usoMNpwPMf .card__title-container {
  display: flex;
  flex-direction: row;
  align-items: center;
}
@media (max-width: 991px) {
  .cid-usoMNpwPMf .card__title-container {
    flex-wrap: wrap;
  }
}
@media (max-width: 575px) {
  .cid-usoMNpwPMf .card__title-container {
    flex-wrap: nowrap;
  }
}
.cid-usoMNpwPMf .number-container {
  font-size: 6.8rem;
  line-height: 110px;
  margin-right: 16px;
  word-break: normal;
}
@media (max-width: 991px) {
  .cid-usoMNpwPMf .number-container {
    width: 100%;
    margin-right: 0;
  }
}
@media (max-width: 575px) {
  .cid-usoMNpwPMf .number-container {
    font-size: 4rem;
    width: auto;
    margin-right: 16px;
    line-height: normal;
  }
}
@media (min-width: 768px) {
  .cid-usoMNpwPMf .wrapper {
    margin-left: -20px;
    margin-right: -20px;
  }
}
.cid-usoMNpwPMf .mbr-section-title {
  color: #ff4300;
}
.cid-usoMOB2xTP {
  background-color: #141414;
}
.cid-usoMOB2xTP .mbr-fallback-image.disabled {
  display: none;
}
.cid-usoMOB2xTP .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-usoMOB2xTP .container-fluid {
  padding: 0 60px;
}
@media (max-width: 1440px) {
  .cid-usoMOB2xTP .container-fluid {
    padding: 0 42px;
  }
}
@media (max-width: 992px) {
  .cid-usoMOB2xTP .container-fluid {
    padding: 0 16px;
  }
}
@media (max-width: 992px) {
  .cid-usoMOB2xTP .container {
    padding: 0 16px;
  }
}
.cid-usoMOB2xTP .row {
  margin: 0 -20px;
}
.cid-usoMOB2xTP .item {
  padding: 0 20px;
}
.cid-usoMOB2xTP .item .item-wrapper .item-img img {
  height: 700px;
  object-fit: cover;
  margin-bottom: 40px;
}
@media (max-width: 992px) {
  .cid-usoMOB2xTP .item .item-wrapper .item-img img {
    height: 350px;
  }
}
.cid-tULiCE8oRx {
  margin-top: -1px;
  padding-top: 15px;
  padding-bottom: 30px;
  border-top: 1px solid #FFFFFF;
  background-color: #141414;
  overflow: hidden;
  border-bottom: 1px solid #ffffff;
}
.cid-tULiCE8oRx .wrapper {
  display: flex;
  justify-content: space-between;
  align-items: center;
  flex-wrap: wrap;
}
.cid-tULiCE8oRx .copyright {
  margin-right: 0.5rem;
}
.cid-tULiCE8oRx .copyright,
.cid-tULiCE8oRx .produced {
  margin-top: 0.5rem;
}
.cid-tULqwIPmTh {
  z-index: 1000;
  width: 100%;
  position: relative;
  min-height: 60px;
}
.cid-tULqwIPmTh nav.navbar {
  position: fixed;
}
.cid-tULqwIPmTh .container-fluid {
  padding: 0;
}
.cid-tULqwIPmTh .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-tULqwIPmTh .dropdown-menu {
  padding: 0;
  border-radius: 4px;
  box-shadow: 0 1px 3px 0 rgba(0, 0, 0, 0.1);
}
.cid-tULqwIPmTh .dropdown-item {
  border-bottom: 1px solid #e6e6e6;
}
.cid-tULqwIPmTh .dropdown-item:hover,
.cid-tULqwIPmTh .dropdown-item:focus {
  background: #141414 !important;
  color: white !important;
}
.cid-tULqwIPmTh .dropdown-item:first-child {
  border-top-left-radius: 4px;
  border-top-right-radius: 4px;
}
.cid-tULqwIPmTh .dropdown-item:last-child {
  border-bottom: none;
  border-bottom-left-radius: 4px;
  border-bottom-right-radius: 4px;
}
.cid-tULqwIPmTh .nav-dropdown .link {
  padding: 0 0.3em !important;
  margin: 0.667em 1em !important;
}
.cid-tULqwIPmTh .nav-dropdown .link.dropdown-toggle::after {
  margin-left: 0.5rem;
  margin-top: 0.2rem;
}
.cid-tULqwIPmTh .nav-link {
  position: relative;
}
.cid-tULqwIPmTh .nav-link::before {
  background-color: currentColor;
  display: block;
  position: absolute;
  bottom: 0;
  left: 0;
  content: "";
  height: 1px;
  width: 0%;
  -webkit-transition: width 0.5s ease-in-out;
  -moz--transition: width 0.5s ease-in-out;
  transition: width 0.5s ease-in-out;
}
.cid-tULqwIPmTh .nav-link::after {
  background: transparent !important;
}
.cid-tULqwIPmTh .nav-link:hover::before,
.cid-tULqwIPmTh .nav-link :focus::before {
  width: 100%;
}
.cid-tULqwIPmTh .container {
  display: flex;
  margin: auto;
}
.cid-tULqwIPmTh .iconfont-wrapper {
  color: #ff4300 !important;
  font-size: 1.5rem;
  padding-right: 0.5rem;
  display: flex;
  align-items: center;
  justify-content: center;
  margin-right: 0.5rem;
  padding: 0.5rem;
  height: 2.5rem;
  width: 2.5rem;
  border: 1px solid currentColor;
}
.cid-tULqwIPmTh .iconfont-wrapper:hover {
  background: #FFFFFF;
}
.cid-tULqwIPmTh .iconfont-wrapper:hover .mbr-iconfont {
  color: #141414;
}
.cid-tULqwIPmTh .dropdown-menu,
.cid-tULqwIPmTh .navbar.opened {
  background: #141414 !important;
}
.cid-tULqwIPmTh .nav-item:focus,
.cid-tULqwIPmTh .nav-link:focus {
  outline: none;
}
.cid-tULqwIPmTh .dropdown .dropdown-menu .dropdown-item {
  width: auto;
  transition: all 0.25s ease-in-out;
}
.cid-tULqwIPmTh .dropdown .dropdown-menu .dropdown-item::after {
  right: 0.5rem;
  background: transparent !important;
}
.cid-tULqwIPmTh .dropdown .dropdown-menu .dropdown-item .mbr-iconfont {
  margin-right: 0.5rem;
  vertical-align: sub;
}
.cid-tULqwIPmTh .dropdown .dropdown-menu .dropdown-item .mbr-iconfont:before {
  display: inline-block;
  transform: scale(1, 1);
  transition: all 0.25s ease-in-out;
}
.cid-tULqwIPmTh .collapsed .dropdown-menu .dropdown-item:before {
  display: none;
}
.cid-tULqwIPmTh .collapsed .dropdown .dropdown-menu .dropdown-item {
  padding: 0.235em 1.5em 0.235em 1.5em !important;
  transition: none;
  margin: 0 !important;
}
.cid-tULqwIPmTh .navbar {
  min-height: 70px;
  transition: all 0.3s;
  border-bottom: 1px solid #ffffff;
  box-shadow: 0 1px 3px 0 rgba(0, 0, 0, 0.1);
  background: #141414;
}
.cid-tULqwIPmTh .navbar.opened {
  transition: all 0.3s;
}
.cid-tULqwIPmTh .navbar .dropdown-item {
  padding: 0.5rem 1.8rem;
}
.cid-tULqwIPmTh .navbar .navbar-logo img {
  width: auto;
}
.cid-tULqwIPmTh .navbar .navbar-collapse {
  justify-content: flex-end;
  z-index: 1;
}
.cid-tULqwIPmTh .navbar.collapsed {
  justify-content: center;
}
.cid-tULqwIPmTh .navbar.collapsed .nav-item .nav-link::before {
  display: none;
}
.cid-tULqwIPmTh .navbar.collapsed.opened .dropdown-menu {
  top: 0;
}
@media (min-width: 992px) {
  .cid-tULqwIPmTh .navbar.collapsed.opened:not(.navbar-short) .navbar-collapse {
    max-height: calc(98.5vh - 3rem);
  }
}
.cid-tULqwIPmTh .navbar.collapsed .dropdown-menu .dropdown-submenu {
  left: 0 !important;
}
.cid-tULqwIPmTh .navbar.collapsed .dropdown-menu .dropdown-item:after {
  right: auto;
}
.cid-tULqwIPmTh .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-tULqwIPmTh .navbar.collapsed ul.navbar-nav li {
  margin: auto;
}
.cid-tULqwIPmTh .navbar.collapsed .dropdown-menu .dropdown-item {
  padding: 0.25rem 1.5rem;
  text-align: center;
}
.cid-tULqwIPmTh .navbar.collapsed .icons-menu {
  padding-left: 0;
  padding-right: 0;
  padding-top: 0.5rem;
  padding-bottom: 0.5rem;
}
@media (max-width: 991px) {
  .cid-tULqwIPmTh .navbar .nav-item .nav-link::before {
    display: none;
  }
  .cid-tULqwIPmTh .navbar.opened .dropdown-menu {
    top: 0;
  }
  .cid-tULqwIPmTh .navbar .dropdown-menu .dropdown-submenu {
    left: 0 !important;
  }
  .cid-tULqwIPmTh .navbar .dropdown-menu .dropdown-item:after {
    right: auto;
  }
  .cid-tULqwIPmTh .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-tULqwIPmTh .navbar .navbar-logo img {
    height: 3rem !important;
  }
  .cid-tULqwIPmTh .navbar ul.navbar-nav li {
    margin: auto;
  }
  .cid-tULqwIPmTh .navbar .dropdown-menu .dropdown-item {
    padding: 0.25rem 1.5rem !important;
    text-align: center;
  }
  .cid-tULqwIPmTh .navbar .navbar-brand {
    flex-shrink: initial;
    flex-basis: auto;
    word-break: break-word;
    padding-right: 2rem;
  }
  .cid-tULqwIPmTh .navbar .navbar-toggler {
    flex-basis: auto;
  }
  .cid-tULqwIPmTh .navbar .icons-menu {
    padding-top: 0.5rem;
    padding-bottom: 0.5rem;
  }
}
.cid-tULqwIPmTh .navbar.navbar-short {
  min-height: 60px;
}
.cid-tULqwIPmTh .navbar.navbar-short .navbar-logo img {
  height: 2.5rem !important;
}
.cid-tULqwIPmTh .navbar.navbar-short .navbar-brand {
  min-height: 60px;
  padding: 0;
}
.cid-tULqwIPmTh .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-tULqwIPmTh .navbar-brand .navbar-caption {
  line-height: inherit !important;
}
.cid-tULqwIPmTh .navbar-brand .display-7 {
  font-size: 24px;
}
.cid-tULqwIPmTh .navbar-brand .navbar-logo a {
  outline: none;
}
.cid-tULqwIPmTh .dropdown-item.active,
.cid-tULqwIPmTh .dropdown-item:active {
  background-color: transparent;
}
.cid-tULqwIPmTh .navbar-expand-lg .navbar-nav .nav-link {
  padding: 0;
}
.cid-tULqwIPmTh .nav-dropdown .link.dropdown-toggle {
  margin-right: 1.667em;
}
.cid-tULqwIPmTh .nav-dropdown .link.dropdown-toggle[aria-expanded="true"] {
  margin-right: 0;
  padding: 0.667em 1.667em;
}
.cid-tULqwIPmTh .navbar.navbar-expand-lg .dropdown .dropdown-menu {
  background: #141414;
}
.cid-tULqwIPmTh .navbar.navbar-expand-lg .dropdown .dropdown-menu .dropdown-submenu {
  margin: 0;
  left: 100%;
}
.cid-tULqwIPmTh .navbar .dropdown.open > .dropdown-menu {
  display: block;
}
.cid-tULqwIPmTh ul.navbar-nav {
  flex-wrap: wrap;
}
.cid-tULqwIPmTh .navbar-buttons {
  text-align: center;
  min-width: 170px;
}
@media (min-width: 992px) {
  .cid-tULqwIPmTh .navbar-buttons {
    margin-bottom: -1px;
    margin-top: -1px;
  }
}
.cid-tULqwIPmTh button.navbar-toggler {
  outline: none;
  width: 31px;
  height: 20px;
  cursor: pointer;
  transition: all 0.2s;
  position: relative;
  align-self: center;
}
.cid-tULqwIPmTh button.navbar-toggler .hamburger span {
  position: absolute;
  right: 0;
  width: 30px;
  height: 2px;
  border-right: 5px;
  background-color: #ffffff;
}
.cid-tULqwIPmTh button.navbar-toggler .hamburger span:nth-child(1) {
  top: 0;
  transition: all 0.2s;
}
.cid-tULqwIPmTh button.navbar-toggler .hamburger span:nth-child(2) {
  top: 8px;
  transition: all 0.15s;
}
.cid-tULqwIPmTh button.navbar-toggler .hamburger span:nth-child(3) {
  top: 8px;
  transition: all 0.15s;
}
.cid-tULqwIPmTh button.navbar-toggler .hamburger span:nth-child(4) {
  top: 16px;
  transition: all 0.2s;
}
.cid-tULqwIPmTh nav.opened .hamburger span:nth-child(1) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-tULqwIPmTh nav.opened .hamburger span:nth-child(2) {
  transform: rotate(45deg);
  transition: all 0.25s;
}
.cid-tULqwIPmTh nav.opened .hamburger span:nth-child(3) {
  transform: rotate(-45deg);
  transition: all 0.25s;
}
.cid-tULqwIPmTh nav.opened .hamburger span:nth-child(4) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-tULqwIPmTh .navbar-dropdown {
  padding: 0 24px;
  position: fixed;
}
@media (min-width: 576px) {
  .cid-tULqwIPmTh .navbar-dropdown {
    padding: 0 40px;
    min-height: 80px;
  }
}
@media (min-width: 768px) {
  .cid-tULqwIPmTh .navbar-dropdown {
    padding: 0 60px;
  }
}
@media (min-width: 992px) {
  .cid-tULqwIPmTh .navbar-dropdown {
    padding: 0 0 0 60px;
  }
}
.cid-tULqwIPmTh a.nav-link {
  display: flex;
  align-items: center;
  justify-content: center;
}
.cid-tULqwIPmTh .icons-menu {
  flex-wrap: nowrap;
  display: flex;
  justify-content: center;
  padding-left: 1.5rem;
  padding-right: 1rem;
  padding-top: 0.3rem;
  text-align: center;
}
@media (min-width: 992px) {
  .cid-tULqwIPmTh .icons-menu {
    padding-left: 1rem;
  }
}
@media screen and (-ms-high-contrast: active), (-ms-high-contrast: none) {
  .cid-tULqwIPmTh .navbar {
    height: 70px;
  }
  .cid-tULqwIPmTh .navbar.opened {
    height: auto;
  }
  .cid-tULqwIPmTh .nav-item .nav-link:hover::before {
    width: 175%;
    max-width: calc(100% + 2rem);
    left: -1rem;
  }
}
.cid-tULqwIPmTh .btn {
  min-height: 81px;
  margin: 0.667rem 0.667rem 1.4rem;
  padding: 0 64px;
}
@media (min-width: 992px) {
  .cid-tULqwIPmTh .btn {
    margin: 0 0 0 0.6rem;
  }
}
.cid-tULqwIPmTh .btn-info-outline {
  border: 1px solid currentColor;
  background: #232323 !important;
}
.cid-tULqwIPmTh .btn-info-outline:hover {
  background: #595959 !important;
  border: 1px solid currentColor !important;
}
.cid-usoNnVs6p3 {
  padding-top: 5rem;
  padding-bottom: 0rem;
  background-color: #141414;
}
.cid-usoNnVs6p3 .row {
  border-top: 1px solid #FFFFFF;
  margin-top: -1px;
}
@media (min-width: 768px) {
  .cid-usoNnVs6p3 .row {
    border-bottom: 1px solid #FFFFFF;
  }
}
.cid-usoNnVs6p3 .title-text-container {
  max-width: 1300px;
  margin-left: auto;
  margin-right: auto;
  padding: 0 60px;
}
@media (max-width: 575px) {
  .cid-usoNnVs6p3 .title-text-container {
    padding: 0 24px;
  }
}
.cid-usoNnVs6p3 .title-content-container {
  padding: 0 0 80px;
  margin-left: -12px;
  margin-right: -12px;
}
.cid-usoNnVs6p3 .mbr-section-title-container,
.cid-usoNnVs6p3 .title_text {
  margin-bottom: 16px;
}
.cid-usoNnVs6p3 .card_title {
  color: #FFFFFF;
}
.cid-usoNnVs6p3 .card {
  display: flex;
  justify-content: center;
  align-items: center;
  border-radius: 0;
  margin-top: -1px;
  padding: 64px 0;
}
@media (max-width: 991px) {
  .cid-usoNnVs6p3 .card {
    padding: 40px;
  }
}
@media (max-width: 767px) {
  .cid-usoNnVs6p3 .card {
    border-bottom: 1px solid #FFFFFF;
  }
}
@media (max-width: 575px) {
  .cid-usoNnVs6p3 .card {
    padding: 24px;
  }
}
@media (min-width: 768px) {
  .cid-usoNnVs6p3 .card_left {
    border-right: 1px solid #ffffff;
  }
}
.cid-usoNnVs6p3 .card-content {
  max-width: 400px;
}
.cid-usoNnVs6p3 .card__title-container {
  display: flex;
  flex-direction: row;
  align-items: center;
}
@media (max-width: 991px) {
  .cid-usoNnVs6p3 .card__title-container {
    flex-wrap: wrap;
  }
}
@media (max-width: 575px) {
  .cid-usoNnVs6p3 .card__title-container {
    flex-wrap: nowrap;
  }
}
.cid-usoNnVs6p3 .number-container {
  font-size: 6.8rem;
  line-height: 110px;
  margin-right: 16px;
  word-break: normal;
}
@media (max-width: 991px) {
  .cid-usoNnVs6p3 .number-container {
    width: 100%;
    margin-right: 0;
  }
}
@media (max-width: 575px) {
  .cid-usoNnVs6p3 .number-container {
    font-size: 4rem;
    width: auto;
    margin-right: 16px;
    line-height: normal;
  }
}
@media (min-width: 768px) {
  .cid-usoNnVs6p3 .wrapper {
    margin-left: -20px;
    margin-right: -20px;
  }
}
.cid-usoNnVs6p3 .mbr-section-title {
  color: #ff4300;
}
.cid-usoNoVtE3P {
  background-color: #141414;
}
.cid-usoNoVtE3P .mbr-fallback-image.disabled {
  display: none;
}
.cid-usoNoVtE3P .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-usoNoVtE3P .container-fluid {
  padding: 0 60px;
}
@media (max-width: 1440px) {
  .cid-usoNoVtE3P .container-fluid {
    padding: 0 42px;
  }
}
@media (max-width: 992px) {
  .cid-usoNoVtE3P .container-fluid {
    padding: 0 16px;
  }
}
@media (max-width: 992px) {
  .cid-usoNoVtE3P .container {
    padding: 0 16px;
  }
}
.cid-usoNoVtE3P .row {
  margin: 0 -20px;
}
.cid-usoNoVtE3P .item {
  padding: 0 20px;
}
.cid-usoNoVtE3P .item .item-wrapper .item-img img {
  height: 700px;
  object-fit: cover;
  margin-bottom: 40px;
}
@media (max-width: 992px) {
  .cid-usoNoVtE3P .item .item-wrapper .item-img img {
    height: 350px;
  }
}
.cid-tULqwJUHN4 {
  margin-top: -1px;
  padding-top: 15px;
  padding-bottom: 30px;
  border-top: 1px solid #FFFFFF;
  background-color: #141414;
  overflow: hidden;
  border-bottom: 1px solid #ffffff;
}
.cid-tULqwJUHN4 .wrapper {
  display: flex;
  justify-content: space-between;
  align-items: center;
  flex-wrap: wrap;
}
.cid-tULqwJUHN4 .copyright {
  margin-right: 0.5rem;
}
.cid-tULqwJUHN4 .copyright,
.cid-tULqwJUHN4 .produced {
  margin-top: 0.5rem;
}
.cid-tULyCjajhL {
  z-index: 1000;
  width: 100%;
  position: relative;
  min-height: 60px;
}
.cid-tULyCjajhL nav.navbar {
  position: fixed;
}
.cid-tULyCjajhL .container-fluid {
  padding: 0;
}
.cid-tULyCjajhL .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-tULyCjajhL .dropdown-menu {
  padding: 0;
  border-radius: 4px;
  box-shadow: 0 1px 3px 0 rgba(0, 0, 0, 0.1);
}
.cid-tULyCjajhL .dropdown-item {
  border-bottom: 1px solid #e6e6e6;
}
.cid-tULyCjajhL .dropdown-item:hover,
.cid-tULyCjajhL .dropdown-item:focus {
  background: #141414 !important;
  color: white !important;
}
.cid-tULyCjajhL .dropdown-item:first-child {
  border-top-left-radius: 4px;
  border-top-right-radius: 4px;
}
.cid-tULyCjajhL .dropdown-item:last-child {
  border-bottom: none;
  border-bottom-left-radius: 4px;
  border-bottom-right-radius: 4px;
}
.cid-tULyCjajhL .nav-dropdown .link {
  padding: 0 0.3em !important;
  margin: 0.667em 1em !important;
}
.cid-tULyCjajhL .nav-dropdown .link.dropdown-toggle::after {
  margin-left: 0.5rem;
  margin-top: 0.2rem;
}
.cid-tULyCjajhL .nav-link {
  position: relative;
}
.cid-tULyCjajhL .nav-link::before {
  background-color: currentColor;
  display: block;
  position: absolute;
  bottom: 0;
  left: 0;
  content: "";
  height: 1px;
  width: 0%;
  -webkit-transition: width 0.5s ease-in-out;
  -moz--transition: width 0.5s ease-in-out;
  transition: width 0.5s ease-in-out;
}
.cid-tULyCjajhL .nav-link::after {
  background: transparent !important;
}
.cid-tULyCjajhL .nav-link:hover::before,
.cid-tULyCjajhL .nav-link :focus::before {
  width: 100%;
}
.cid-tULyCjajhL .container {
  display: flex;
  margin: auto;
}
.cid-tULyCjajhL .iconfont-wrapper {
  color: #ff4300 !important;
  font-size: 1.5rem;
  padding-right: 0.5rem;
  display: flex;
  align-items: center;
  justify-content: center;
  margin-right: 0.5rem;
  padding: 0.5rem;
  height: 2.5rem;
  width: 2.5rem;
  border: 1px solid currentColor;
}
.cid-tULyCjajhL .iconfont-wrapper:hover {
  background: #FFFFFF;
}
.cid-tULyCjajhL .iconfont-wrapper:hover .mbr-iconfont {
  color: #141414;
}
.cid-tULyCjajhL .dropdown-menu,
.cid-tULyCjajhL .navbar.opened {
  background: #141414 !important;
}
.cid-tULyCjajhL .nav-item:focus,
.cid-tULyCjajhL .nav-link:focus {
  outline: none;
}
.cid-tULyCjajhL .dropdown .dropdown-menu .dropdown-item {
  width: auto;
  transition: all 0.25s ease-in-out;
}
.cid-tULyCjajhL .dropdown .dropdown-menu .dropdown-item::after {
  right: 0.5rem;
  background: transparent !important;
}
.cid-tULyCjajhL .dropdown .dropdown-menu .dropdown-item .mbr-iconfont {
  margin-right: 0.5rem;
  vertical-align: sub;
}
.cid-tULyCjajhL .dropdown .dropdown-menu .dropdown-item .mbr-iconfont:before {
  display: inline-block;
  transform: scale(1, 1);
  transition: all 0.25s ease-in-out;
}
.cid-tULyCjajhL .collapsed .dropdown-menu .dropdown-item:before {
  display: none;
}
.cid-tULyCjajhL .collapsed .dropdown .dropdown-menu .dropdown-item {
  padding: 0.235em 1.5em 0.235em 1.5em !important;
  transition: none;
  margin: 0 !important;
}
.cid-tULyCjajhL .navbar {
  min-height: 70px;
  transition: all 0.3s;
  border-bottom: 1px solid #ffffff;
  box-shadow: 0 1px 3px 0 rgba(0, 0, 0, 0.1);
  background: #141414;
}
.cid-tULyCjajhL .navbar.opened {
  transition: all 0.3s;
}
.cid-tULyCjajhL .navbar .dropdown-item {
  padding: 0.5rem 1.8rem;
}
.cid-tULyCjajhL .navbar .navbar-logo img {
  width: auto;
}
.cid-tULyCjajhL .navbar .navbar-collapse {
  justify-content: flex-end;
  z-index: 1;
}
.cid-tULyCjajhL .navbar.collapsed {
  justify-content: center;
}
.cid-tULyCjajhL .navbar.collapsed .nav-item .nav-link::before {
  display: none;
}
.cid-tULyCjajhL .navbar.collapsed.opened .dropdown-menu {
  top: 0;
}
@media (min-width: 992px) {
  .cid-tULyCjajhL .navbar.collapsed.opened:not(.navbar-short) .navbar-collapse {
    max-height: calc(98.5vh - 3rem);
  }
}
.cid-tULyCjajhL .navbar.collapsed .dropdown-menu .dropdown-submenu {
  left: 0 !important;
}
.cid-tULyCjajhL .navbar.collapsed .dropdown-menu .dropdown-item:after {
  right: auto;
}
.cid-tULyCjajhL .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-tULyCjajhL .navbar.collapsed ul.navbar-nav li {
  margin: auto;
}
.cid-tULyCjajhL .navbar.collapsed .dropdown-menu .dropdown-item {
  padding: 0.25rem 1.5rem;
  text-align: center;
}
.cid-tULyCjajhL .navbar.collapsed .icons-menu {
  padding-left: 0;
  padding-right: 0;
  padding-top: 0.5rem;
  padding-bottom: 0.5rem;
}
@media (max-width: 991px) {
  .cid-tULyCjajhL .navbar .nav-item .nav-link::before {
    display: none;
  }
  .cid-tULyCjajhL .navbar.opened .dropdown-menu {
    top: 0;
  }
  .cid-tULyCjajhL .navbar .dropdown-menu .dropdown-submenu {
    left: 0 !important;
  }
  .cid-tULyCjajhL .navbar .dropdown-menu .dropdown-item:after {
    right: auto;
  }
  .cid-tULyCjajhL .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-tULyCjajhL .navbar .navbar-logo img {
    height: 3rem !important;
  }
  .cid-tULyCjajhL .navbar ul.navbar-nav li {
    margin: auto;
  }
  .cid-tULyCjajhL .navbar .dropdown-menu .dropdown-item {
    padding: 0.25rem 1.5rem !important;
    text-align: center;
  }
  .cid-tULyCjajhL .navbar .navbar-brand {
    flex-shrink: initial;
    flex-basis: auto;
    word-break: break-word;
    padding-right: 2rem;
  }
  .cid-tULyCjajhL .navbar .navbar-toggler {
    flex-basis: auto;
  }
  .cid-tULyCjajhL .navbar .icons-menu {
    padding-top: 0.5rem;
    padding-bottom: 0.5rem;
  }
}
.cid-tULyCjajhL .navbar.navbar-short {
  min-height: 60px;
}
.cid-tULyCjajhL .navbar.navbar-short .navbar-logo img {
  height: 2.5rem !important;
}
.cid-tULyCjajhL .navbar.navbar-short .navbar-brand {
  min-height: 60px;
  padding: 0;
}
.cid-tULyCjajhL .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-tULyCjajhL .navbar-brand .navbar-caption {
  line-height: inherit !important;
}
.cid-tULyCjajhL .navbar-brand .display-7 {
  font-size: 24px;
}
.cid-tULyCjajhL .navbar-brand .navbar-logo a {
  outline: none;
}
.cid-tULyCjajhL .dropdown-item.active,
.cid-tULyCjajhL .dropdown-item:active {
  background-color: transparent;
}
.cid-tULyCjajhL .navbar-expand-lg .navbar-nav .nav-link {
  padding: 0;
}
.cid-tULyCjajhL .nav-dropdown .link.dropdown-toggle {
  margin-right: 1.667em;
}
.cid-tULyCjajhL .nav-dropdown .link.dropdown-toggle[aria-expanded="true"] {
  margin-right: 0;
  padding: 0.667em 1.667em;
}
.cid-tULyCjajhL .navbar.navbar-expand-lg .dropdown .dropdown-menu {
  background: #141414;
}
.cid-tULyCjajhL .navbar.navbar-expand-lg .dropdown .dropdown-menu .dropdown-submenu {
  margin: 0;
  left: 100%;
}
.cid-tULyCjajhL .navbar .dropdown.open > .dropdown-menu {
  display: block;
}
.cid-tULyCjajhL ul.navbar-nav {
  flex-wrap: wrap;
}
.cid-tULyCjajhL .navbar-buttons {
  text-align: center;
  min-width: 170px;
}
@media (min-width: 992px) {
  .cid-tULyCjajhL .navbar-buttons {
    margin-bottom: -1px;
    margin-top: -1px;
  }
}
.cid-tULyCjajhL button.navbar-toggler {
  outline: none;
  width: 31px;
  height: 20px;
  cursor: pointer;
  transition: all 0.2s;
  position: relative;
  align-self: center;
}
.cid-tULyCjajhL button.navbar-toggler .hamburger span {
  position: absolute;
  right: 0;
  width: 30px;
  height: 2px;
  border-right: 5px;
  background-color: #ffffff;
}
.cid-tULyCjajhL button.navbar-toggler .hamburger span:nth-child(1) {
  top: 0;
  transition: all 0.2s;
}
.cid-tULyCjajhL button.navbar-toggler .hamburger span:nth-child(2) {
  top: 8px;
  transition: all 0.15s;
}
.cid-tULyCjajhL button.navbar-toggler .hamburger span:nth-child(3) {
  top: 8px;
  transition: all 0.15s;
}
.cid-tULyCjajhL button.navbar-toggler .hamburger span:nth-child(4) {
  top: 16px;
  transition: all 0.2s;
}
.cid-tULyCjajhL nav.opened .hamburger span:nth-child(1) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-tULyCjajhL nav.opened .hamburger span:nth-child(2) {
  transform: rotate(45deg);
  transition: all 0.25s;
}
.cid-tULyCjajhL nav.opened .hamburger span:nth-child(3) {
  transform: rotate(-45deg);
  transition: all 0.25s;
}
.cid-tULyCjajhL nav.opened .hamburger span:nth-child(4) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-tULyCjajhL .navbar-dropdown {
  padding: 0 24px;
  position: fixed;
}
@media (min-width: 576px) {
  .cid-tULyCjajhL .navbar-dropdown {
    padding: 0 40px;
    min-height: 80px;
  }
}
@media (min-width: 768px) {
  .cid-tULyCjajhL .navbar-dropdown {
    padding: 0 60px;
  }
}
@media (min-width: 992px) {
  .cid-tULyCjajhL .navbar-dropdown {
    padding: 0 0 0 60px;
  }
}
.cid-tULyCjajhL a.nav-link {
  display: flex;
  align-items: center;
  justify-content: center;
}
.cid-tULyCjajhL .icons-menu {
  flex-wrap: nowrap;
  display: flex;
  justify-content: center;
  padding-left: 1.5rem;
  padding-right: 1rem;
  padding-top: 0.3rem;
  text-align: center;
}
@media (min-width: 992px) {
  .cid-tULyCjajhL .icons-menu {
    padding-left: 1rem;
  }
}
@media screen and (-ms-high-contrast: active), (-ms-high-contrast: none) {
  .cid-tULyCjajhL .navbar {
    height: 70px;
  }
  .cid-tULyCjajhL .navbar.opened {
    height: auto;
  }
  .cid-tULyCjajhL .nav-item .nav-link:hover::before {
    width: 175%;
    max-width: calc(100% + 2rem);
    left: -1rem;
  }
}
.cid-tULyCjajhL .btn {
  min-height: 81px;
  margin: 0.667rem 0.667rem 1.4rem;
  padding: 0 64px;
}
@media (min-width: 992px) {
  .cid-tULyCjajhL .btn {
    margin: 0 0 0 0.6rem;
  }
}
.cid-tULyCjajhL .btn-info-outline {
  border: 1px solid currentColor;
  background: #232323 !important;
}
.cid-tULyCjajhL .btn-info-outline:hover {
  background: #595959 !important;
  border: 1px solid currentColor !important;
}
.cid-usoO840gM4 {
  padding-top: 5rem;
  padding-bottom: 0rem;
  background-color: #141414;
}
.cid-usoO840gM4 .row {
  border-top: 1px solid #FFFFFF;
  margin-top: -1px;
}
@media (min-width: 768px) {
  .cid-usoO840gM4 .row {
    border-bottom: 1px solid #FFFFFF;
  }
}
.cid-usoO840gM4 .title-text-container {
  max-width: 1300px;
  margin-left: auto;
  margin-right: auto;
  padding: 0 60px;
}
@media (max-width: 575px) {
  .cid-usoO840gM4 .title-text-container {
    padding: 0 24px;
  }
}
.cid-usoO840gM4 .title-content-container {
  padding: 0 0 80px;
  margin-left: -12px;
  margin-right: -12px;
}
.cid-usoO840gM4 .mbr-section-title-container,
.cid-usoO840gM4 .title_text {
  margin-bottom: 16px;
}
.cid-usoO840gM4 .card_title {
  color: #FFFFFF;
}
.cid-usoO840gM4 .card {
  display: flex;
  justify-content: center;
  align-items: center;
  border-radius: 0;
  margin-top: -1px;
  padding: 64px 0;
}
@media (max-width: 991px) {
  .cid-usoO840gM4 .card {
    padding: 40px;
  }
}
@media (max-width: 767px) {
  .cid-usoO840gM4 .card {
    border-bottom: 1px solid #FFFFFF;
  }
}
@media (max-width: 575px) {
  .cid-usoO840gM4 .card {
    padding: 24px;
  }
}
@media (min-width: 768px) {
  .cid-usoO840gM4 .card_left {
    border-right: 1px solid #ffffff;
  }
}
.cid-usoO840gM4 .card-content {
  max-width: 400px;
}
.cid-usoO840gM4 .card__title-container {
  display: flex;
  flex-direction: row;
  align-items: center;
}
@media (max-width: 991px) {
  .cid-usoO840gM4 .card__title-container {
    flex-wrap: wrap;
  }
}
@media (max-width: 575px) {
  .cid-usoO840gM4 .card__title-container {
    flex-wrap: nowrap;
  }
}
.cid-usoO840gM4 .number-container {
  font-size: 6.8rem;
  line-height: 110px;
  margin-right: 16px;
  word-break: normal;
}
@media (max-width: 991px) {
  .cid-usoO840gM4 .number-container {
    width: 100%;
    margin-right: 0;
  }
}
@media (max-width: 575px) {
  .cid-usoO840gM4 .number-container {
    font-size: 4rem;
    width: auto;
    margin-right: 16px;
    line-height: normal;
  }
}
@media (min-width: 768px) {
  .cid-usoO840gM4 .wrapper {
    margin-left: -20px;
    margin-right: -20px;
  }
}
.cid-usoO840gM4 .mbr-section-title {
  color: #ff4300;
}
.cid-usoO8S8qt0 {
  background-color: #141414;
}
.cid-usoO8S8qt0 .mbr-fallback-image.disabled {
  display: none;
}
.cid-usoO8S8qt0 .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-usoO8S8qt0 .container-fluid {
  padding: 0 60px;
}
@media (max-width: 1440px) {
  .cid-usoO8S8qt0 .container-fluid {
    padding: 0 42px;
  }
}
@media (max-width: 992px) {
  .cid-usoO8S8qt0 .container-fluid {
    padding: 0 16px;
  }
}
@media (max-width: 992px) {
  .cid-usoO8S8qt0 .container {
    padding: 0 16px;
  }
}
.cid-usoO8S8qt0 .row {
  margin: 0 -20px;
}
.cid-usoO8S8qt0 .item {
  padding: 0 20px;
}
.cid-usoO8S8qt0 .item .item-wrapper .item-img img {
  height: 700px;
  object-fit: cover;
  margin-bottom: 40px;
}
@media (max-width: 992px) {
  .cid-usoO8S8qt0 .item .item-wrapper .item-img img {
    height: 350px;
  }
}
.cid-tULyCktw5f {
  margin-top: -1px;
  padding-top: 15px;
  padding-bottom: 30px;
  border-top: 1px solid #FFFFFF;
  background-color: #141414;
  overflow: hidden;
  border-bottom: 1px solid #ffffff;
}
.cid-tULyCktw5f .wrapper {
  display: flex;
  justify-content: space-between;
  align-items: center;
  flex-wrap: wrap;
}
.cid-tULyCktw5f .copyright {
  margin-right: 0.5rem;
}
.cid-tULyCktw5f .copyright,
.cid-tULyCktw5f .produced {
  margin-top: 0.5rem;
}
.cid-uzGPrlJmzv {
  padding-top: 5rem;
  padding-bottom: 10rem;
  background-image: url("../../../assets/images/fondodata.webp");
}
.cid-uzGPrlJmzv .container-fluid {
  padding: 0;
}
.cid-uzGPrlJmzv .item-content {
  padding: 32px 24px;
}
@media (min-width: 576px) {
  .cid-uzGPrlJmzv .item-content {
    padding: 40px;
  }
}
.cid-uzGPrlJmzv .item:focus,
.cid-uzGPrlJmzv span:focus {
  outline: none;
}
.cid-uzGPrlJmzv .row {
  margin-left: 0;
  margin-right: 0;
}
.cid-uzGPrlJmzv .item {
  cursor: pointer;
  border: 1px solid #ffffff;
  margin: -1px 0 24px;
}
@media (min-width: 576px) {
  .cid-uzGPrlJmzv .item {
    margin: -1px 0 40px;
  }
}
@media (min-width: 992px) {
  .cid-uzGPrlJmzv .item {
    margin: -1px 0 0;
  }
  .cid-uzGPrlJmzv .item_left {
    padding-right: 40px;
  }
  .cid-uzGPrlJmzv .item_right {
    position: relative;
    top: -92px;
    padding-left: 40px;
  }
}
.cid-uzGPrlJmzv .item-img {
  overflow: hidden;
  width: 100%;
  border-bottom: 1px solid #FFFFFF;
}
.cid-uzGPrlJmzv .item-img img {
  width: 100%;
  transition: transform 0.5s;
  transform: scale3d(1, 1, 1);
  transform-style: preserve-3d;
}
.cid-uzGPrlJmzv .item-img:hover img {
  transform: scale(1.4);
}
.cid-uzGPrlJmzv .item-wrap {
  position: relative;
  background: #000000;
  height: 100%;
  display: flex;
  flex-flow: column nowrap;
}
.cid-uzGPrlJmzv .item-wrap {
  background: transparent;
}
.cid-uzGPrlJmzv .mbr-section-btn {
  margin-top: auto !important;
}
.cid-uzGPrlJmzv .title-text-container {
  margin-bottom: 40px;
}
@media (min-width: 992px) {
  .cid-uzGPrlJmzv .title-text-container {
    margin-bottom: 64px;
  }
}
.cid-uzGPrlJmzv .item-title {
  color: #ffffff;
  margin-bottom: 0;
  line-height: 1;
  text-align: left;
}
.cid-uzGPrlJmzv .item-subtitle {
  color: #ffffff;
}
.cid-uzGPrlJmzv .mbr-text,
.cid-uzGPrlJmzv .mbr-section-btn {
  text-align: left;
}
.cid-uzGPrlJmzv .items-container {
  display: flex;
  flex-direction: row;
  flex-wrap: wrap;
  justify-content: space-between;
  max-width: 1100px;
  margin: 0 auto;
  padding-left: 24px;
  padding-right: 24px;
}
@media (min-width: 576px) {
  .cid-uzGPrlJmzv .items-container {
    padding-left: 40px;
    padding-right: 40px;
  }
}
@media (min-width: 992px) {
  .cid-uzGPrlJmzv .items-container {
    padding-left: 60px;
    padding-right: 60px;
  }
}
.cid-uzGPrlJmzv .item__buttons-container {
  display: flex;
  align-items: center;
  flex-wrap: wrap;
  margin-left: -32px;
}
.cid-uzGPrlJmzv .btn {
  margin: 16px 0 0 0;
}
.cid-uzGPrlJmzv .btn-info-outline {
  border: 1px solid currentColor;
}
.cid-uzGPrlJmzv .btn-info-outline:hover {
  background: #FFFFFF !important;
  color: #000000 !important;
  border: 1px solid currentColor !important;
}
.cid-uzGPrlJmzv .item__button {
  margin-left: 32px;
}
.cid-uzGPrlJmzv .mbr-section-title {
  color: #FFFFFF;
}
.cid-uzGPrlJmzv .mbr-section-title_container {
  width: 200px;
  border-right: 1px solid #FFFFFF;
}
@media (max-width: 575px) {
  .cid-uzGPrlJmzv .mbr-section-title_container {
    width: 33%;
    padding-bottom: 24px;
    border-bottom: 1px solid #FFFFFF;
    border-right: none;
  }
}
.cid-uzNordxANi {
  padding-top: 15px;
  padding-bottom: 15px;
  background-color: #0a0c0f;
}
.cid-uzNordxANi hr {
  border: 0;
  clear: both;
  display: block;
  margin: 2.4rem auto;
  text-align: center;
  width: 100%;
}
.cid-uzNordxANi .progress {
  background: #0a0c0f;
  opacity: 1;
  height: 3px;
  overflow: hidden;
  position: relative;
}
.cid-uzNordxANi .progress::before {
  animation-duration: 10s;
  animation-timing-function: ease;
  animation-iteration-count: infinite;
  animation-name: progress;
  background: #ff4300;
  content: "";
  display: block;
  height: 3px;
  position: absolute;
  width: 100px;
}
@keyframes progress {
  from {
    margin-left: 0%;
    width: 200px;
  }
  to {
    margin-left: 100%;
    width: 200px;
  }
}
.cid-urG6zSFGSA {
  z-index: 1000;
  width: 100%;
  position: relative;
  min-height: 60px;
}
.cid-urG6zSFGSA nav.navbar {
  position: fixed;
}
.cid-urG6zSFGSA .container-fluid {
  padding: 0;
}
.cid-urG6zSFGSA .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-urG6zSFGSA .dropdown-menu {
  padding: 0;
  border-radius: 4px;
  box-shadow: 0 1px 3px 0 rgba(0, 0, 0, 0.1);
}
.cid-urG6zSFGSA .dropdown-item {
  border-bottom: 1px solid #e6e6e6;
}
.cid-urG6zSFGSA .dropdown-item:hover,
.cid-urG6zSFGSA .dropdown-item:focus {
  background: #141414 !important;
  color: white !important;
}
.cid-urG6zSFGSA .dropdown-item:first-child {
  border-top-left-radius: 4px;
  border-top-right-radius: 4px;
}
.cid-urG6zSFGSA .dropdown-item:last-child {
  border-bottom: none;
  border-bottom-left-radius: 4px;
  border-bottom-right-radius: 4px;
}
.cid-urG6zSFGSA .nav-dropdown .link {
  padding: 0 0.3em !important;
  margin: 0.667em 1em !important;
}
.cid-urG6zSFGSA .nav-dropdown .link.dropdown-toggle::after {
  margin-left: 0.5rem;
  margin-top: 0.2rem;
}
.cid-urG6zSFGSA .nav-link {
  position: relative;
}
.cid-urG6zSFGSA .nav-link::before {
  background-color: currentColor;
  display: block;
  position: absolute;
  bottom: 0;
  left: 0;
  content: "";
  height: 1px;
  width: 0%;
  -webkit-transition: width 0.5s ease-in-out;
  -moz--transition: width 0.5s ease-in-out;
  transition: width 0.5s ease-in-out;
}
.cid-urG6zSFGSA .nav-link::after {
  background: transparent !important;
}
.cid-urG6zSFGSA .nav-link:hover::before,
.cid-urG6zSFGSA .nav-link :focus::before {
  width: 100%;
}
.cid-urG6zSFGSA .container {
  display: flex;
  margin: auto;
}
.cid-urG6zSFGSA .iconfont-wrapper {
  color: #ff4300 !important;
  font-size: 1.5rem;
  padding-right: 0.5rem;
  display: flex;
  align-items: center;
  justify-content: center;
  margin-right: 0.5rem;
  padding: 0.5rem;
  height: 2.5rem;
  width: 2.5rem;
  border: 1px solid currentColor;
}
.cid-urG6zSFGSA .iconfont-wrapper:hover {
  background: #FFFFFF;
}
.cid-urG6zSFGSA .iconfont-wrapper:hover .mbr-iconfont {
  color: #141414;
}
.cid-urG6zSFGSA .dropdown-menu,
.cid-urG6zSFGSA .navbar.opened {
  background: #141414 !important;
}
.cid-urG6zSFGSA .nav-item:focus,
.cid-urG6zSFGSA .nav-link:focus {
  outline: none;
}
.cid-urG6zSFGSA .dropdown .dropdown-menu .dropdown-item {
  width: auto;
  transition: all 0.25s ease-in-out;
}
.cid-urG6zSFGSA .dropdown .dropdown-menu .dropdown-item::after {
  right: 0.5rem;
  background: transparent !important;
}
.cid-urG6zSFGSA .dropdown .dropdown-menu .dropdown-item .mbr-iconfont {
  margin-right: 0.5rem;
  vertical-align: sub;
}
.cid-urG6zSFGSA .dropdown .dropdown-menu .dropdown-item .mbr-iconfont:before {
  display: inline-block;
  transform: scale(1, 1);
  transition: all 0.25s ease-in-out;
}
.cid-urG6zSFGSA .collapsed .dropdown-menu .dropdown-item:before {
  display: none;
}
.cid-urG6zSFGSA .collapsed .dropdown .dropdown-menu .dropdown-item {
  padding: 0.235em 1.5em 0.235em 1.5em !important;
  transition: none;
  margin: 0 !important;
}
.cid-urG6zSFGSA .navbar {
  min-height: 70px;
  transition: all 0.3s;
  border-bottom: 1px solid #ffffff;
  box-shadow: 0 1px 3px 0 rgba(0, 0, 0, 0.1);
  background: #141414;
}
.cid-urG6zSFGSA .navbar.opened {
  transition: all 0.3s;
}
.cid-urG6zSFGSA .navbar .dropdown-item {
  padding: 0.5rem 1.8rem;
}
.cid-urG6zSFGSA .navbar .navbar-logo img {
  width: auto;
}
.cid-urG6zSFGSA .navbar .navbar-collapse {
  justify-content: flex-end;
  z-index: 1;
}
.cid-urG6zSFGSA .navbar.collapsed {
  justify-content: center;
}
.cid-urG6zSFGSA .navbar.collapsed .nav-item .nav-link::before {
  display: none;
}
.cid-urG6zSFGSA .navbar.collapsed.opened .dropdown-menu {
  top: 0;
}
@media (min-width: 992px) {
  .cid-urG6zSFGSA .navbar.collapsed.opened:not(.navbar-short) .navbar-collapse {
    max-height: calc(98.5vh - 3rem);
  }
}
.cid-urG6zSFGSA .navbar.collapsed .dropdown-menu .dropdown-submenu {
  left: 0 !important;
}
.cid-urG6zSFGSA .navbar.collapsed .dropdown-menu .dropdown-item:after {
  right: auto;
}
.cid-urG6zSFGSA .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-urG6zSFGSA .navbar.collapsed ul.navbar-nav li {
  margin: auto;
}
.cid-urG6zSFGSA .navbar.collapsed .dropdown-menu .dropdown-item {
  padding: 0.25rem 1.5rem;
  text-align: center;
}
.cid-urG6zSFGSA .navbar.collapsed .icons-menu {
  padding-left: 0;
  padding-right: 0;
  padding-top: 0.5rem;
  padding-bottom: 0.5rem;
}
@media (max-width: 991px) {
  .cid-urG6zSFGSA .navbar .nav-item .nav-link::before {
    display: none;
  }
  .cid-urG6zSFGSA .navbar.opened .dropdown-menu {
    top: 0;
  }
  .cid-urG6zSFGSA .navbar .dropdown-menu .dropdown-submenu {
    left: 0 !important;
  }
  .cid-urG6zSFGSA .navbar .dropdown-menu .dropdown-item:after {
    right: auto;
  }
  .cid-urG6zSFGSA .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-urG6zSFGSA .navbar .navbar-logo img {
    height: 3rem !important;
  }
  .cid-urG6zSFGSA .navbar ul.navbar-nav li {
    margin: auto;
  }
  .cid-urG6zSFGSA .navbar .dropdown-menu .dropdown-item {
    padding: 0.25rem 1.5rem !important;
    text-align: center;
  }
  .cid-urG6zSFGSA .navbar .navbar-brand {
    flex-shrink: initial;
    flex-basis: auto;
    word-break: break-word;
    padding-right: 2rem;
  }
  .cid-urG6zSFGSA .navbar .navbar-toggler {
    flex-basis: auto;
  }
  .cid-urG6zSFGSA .navbar .icons-menu {
    padding-top: 0.5rem;
    padding-bottom: 0.5rem;
  }
}
.cid-urG6zSFGSA .navbar.navbar-short {
  min-height: 60px;
}
.cid-urG6zSFGSA .navbar.navbar-short .navbar-logo img {
  height: 2.5rem !important;
}
.cid-urG6zSFGSA .navbar.navbar-short .navbar-brand {
  min-height: 60px;
  padding: 0;
}
.cid-urG6zSFGSA .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-urG6zSFGSA .navbar-brand .navbar-caption {
  line-height: inherit !important;
}
.cid-urG6zSFGSA .navbar-brand .display-7 {
  font-size: 24px;
}
.cid-urG6zSFGSA .navbar-brand .navbar-logo a {
  outline: none;
}
.cid-urG6zSFGSA .dropdown-item.active,
.cid-urG6zSFGSA .dropdown-item:active {
  background-color: transparent;
}
.cid-urG6zSFGSA .navbar-expand-lg .navbar-nav .nav-link {
  padding: 0;
}
.cid-urG6zSFGSA .nav-dropdown .link.dropdown-toggle {
  margin-right: 1.667em;
}
.cid-urG6zSFGSA .nav-dropdown .link.dropdown-toggle[aria-expanded="true"] {
  margin-right: 0;
  padding: 0.667em 1.667em;
}
.cid-urG6zSFGSA .navbar.navbar-expand-lg .dropdown .dropdown-menu {
  background: #141414;
}
.cid-urG6zSFGSA .navbar.navbar-expand-lg .dropdown .dropdown-menu .dropdown-submenu {
  margin: 0;
  left: 100%;
}
.cid-urG6zSFGSA .navbar .dropdown.open > .dropdown-menu {
  display: block;
}
.cid-urG6zSFGSA ul.navbar-nav {
  flex-wrap: wrap;
}
.cid-urG6zSFGSA .navbar-buttons {
  text-align: center;
  min-width: 170px;
}
@media (min-width: 992px) {
  .cid-urG6zSFGSA .navbar-buttons {
    margin-bottom: -1px;
    margin-top: -1px;
  }
}
.cid-urG6zSFGSA button.navbar-toggler {
  outline: none;
  width: 31px;
  height: 20px;
  cursor: pointer;
  transition: all 0.2s;
  position: relative;
  align-self: center;
}
.cid-urG6zSFGSA button.navbar-toggler .hamburger span {
  position: absolute;
  right: 0;
  width: 30px;
  height: 2px;
  border-right: 5px;
  background-color: #ffffff;
}
.cid-urG6zSFGSA button.navbar-toggler .hamburger span:nth-child(1) {
  top: 0;
  transition: all 0.2s;
}
.cid-urG6zSFGSA button.navbar-toggler .hamburger span:nth-child(2) {
  top: 8px;
  transition: all 0.15s;
}
.cid-urG6zSFGSA button.navbar-toggler .hamburger span:nth-child(3) {
  top: 8px;
  transition: all 0.15s;
}
.cid-urG6zSFGSA button.navbar-toggler .hamburger span:nth-child(4) {
  top: 16px;
  transition: all 0.2s;
}
.cid-urG6zSFGSA nav.opened .hamburger span:nth-child(1) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-urG6zSFGSA nav.opened .hamburger span:nth-child(2) {
  transform: rotate(45deg);
  transition: all 0.25s;
}
.cid-urG6zSFGSA nav.opened .hamburger span:nth-child(3) {
  transform: rotate(-45deg);
  transition: all 0.25s;
}
.cid-urG6zSFGSA nav.opened .hamburger span:nth-child(4) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-urG6zSFGSA .navbar-dropdown {
  padding: 0 24px;
  position: fixed;
}
@media (min-width: 576px) {
  .cid-urG6zSFGSA .navbar-dropdown {
    padding: 0 40px;
    min-height: 80px;
  }
}
@media (min-width: 768px) {
  .cid-urG6zSFGSA .navbar-dropdown {
    padding: 0 60px;
  }
}
@media (min-width: 992px) {
  .cid-urG6zSFGSA .navbar-dropdown {
    padding: 0 0 0 60px;
  }
}
.cid-urG6zSFGSA a.nav-link {
  display: flex;
  align-items: center;
  justify-content: center;
}
.cid-urG6zSFGSA .icons-menu {
  flex-wrap: nowrap;
  display: flex;
  justify-content: center;
  padding-left: 1.5rem;
  padding-right: 1rem;
  padding-top: 0.3rem;
  text-align: center;
}
@media (min-width: 992px) {
  .cid-urG6zSFGSA .icons-menu {
    padding-left: 1rem;
  }
}
@media screen and (-ms-high-contrast: active), (-ms-high-contrast: none) {
  .cid-urG6zSFGSA .navbar {
    height: 70px;
  }
  .cid-urG6zSFGSA .navbar.opened {
    height: auto;
  }
  .cid-urG6zSFGSA .nav-item .nav-link:hover::before {
    width: 175%;
    max-width: calc(100% + 2rem);
    left: -1rem;
  }
}
.cid-urG6zSFGSA .btn {
  min-height: 81px;
  margin: 0.667rem 0.667rem 1.4rem;
  padding: 0 64px;
}
@media (min-width: 992px) {
  .cid-urG6zSFGSA .btn {
    margin: 0 0 0 0.6rem;
  }
}
.cid-urG6zSFGSA .btn-info-outline {
  border: 1px solid currentColor;
  background: #232323 !important;
}
.cid-urG6zSFGSA .btn-info-outline:hover {
  background: #595959 !important;
  border: 1px solid currentColor !important;
}
.cid-uB0p1IGLF5 {
  padding-top: 4rem;
  padding-bottom: 12rem;
}
.cid-uB0p1IGLF5 .mbr-fallback-image.disabled {
  display: none;
}
.cid-uB0p1IGLF5 .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
  background-image: url("../../../assets/images/mbr.webp");
}
.cid-uB0p1IGLF5 .items-wrap {
  justify-content: space-between;
}
.cid-uB0p1IGLF5 .card {
  justify-content: flex-end;
}
@media (max-width: 992px) {
  .cid-uB0p1IGLF5 .content-wrapper {
    margin-bottom: 32px;
  }
}
.cid-uB0p1IGLF5 .content-wrapper .mbr-section-title {
  margin-bottom: 32px;
}
.cid-uB0p1IGLF5 .content-wrapper .mbr-section-title span {
  color: #ff4300;
}
.cid-uB0p1IGLF5 .content-wrapper .mbr-text {
  margin-bottom: 32px;
}
@media (max-width: 992px) {
  .cid-uB0p1IGLF5 .content-wrapper .mbr-text {
    margin-bottom: 16px;
  }
}
.cid-uB0p1IGLF5 .content-wrapper .tags-wrapper .tags-wrap {
  display: inline-flex;
  flex-wrap: wrap;
}
.cid-uB0p1IGLF5 .content-wrapper .tags-wrapper .tags-wrap .tag-wrap {
  display: inline-flex;
  align-items: center;
  margin: 0 10px 10px 0;
  padding: 10px 14px;
  position: relative;
  overflow: hidden;
  background-color: #292739;
  background-color: transparent;
}
.cid-uB0p1IGLF5 .content-wrapper .tags-wrapper .tags-wrap .tag-wrap::before {
  content: '';
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-color: #292739;
  opacity: .7;
}
.cid-uB0p1IGLF5 .content-wrapper .tags-wrapper .tags-wrap .tag-wrap .icon-wrapper {
  position: relative;
  z-index: 1;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  width: 32px;
  height: 32px;
  min-width: 32px;
  border-radius: 100%;
  background-color: #ff4300;
  margin-right: 10px;
}
.cid-uB0p1IGLF5 .content-wrapper .tags-wrapper .tags-wrap .tag-wrap .icon-wrapper .mbr-iconfont {
  font-size: 20px;
  color: #ffffff;
  color: transparent;
  background: linear-gradient(#ffffff 40%, transparent);
  -webkit-background-clip: text !important;
  -webkit-text-fill-color: transparent;
}
.cid-uB0p1IGLF5 .content-wrapper .tags-wrapper .tags-wrap .tag-wrap .mbr-tag {
  position: relative;
  z-index: 1;
  margin-bottom: 0;
}
.cid-uB0p1IGLF5 .content-wrapper .mbr-section-btn {
  margin-top: 32px;
}
@media (max-width: 992px) {
  .cid-uB0p1IGLF5 .content-wrapper .mbr-section-btn {
    margin-top: 16px;
  }
}
.cid-uB0p1IGLF5 .content-wrapper .image-wrapper img {
  height: 530px;
  object-fit: cover;
}
@media (max-width: 992px) {
  .cid-uB0p1IGLF5 .content-wrapper .image-wrapper img {
    height: 350px;
  }
}
.cid-uB0p1IGLF5 .content-wrapper .social-wrapper {
  margin-top: 76px;
}
@media (max-width: 992px) {
  .cid-uB0p1IGLF5 .content-wrapper .social-wrapper {
    margin-top: 32px;
  }
}
.cid-uB0p1IGLF5 .content-wrapper .social-wrapper .social-wrap {
  display: inline-flex;
  flex-wrap: wrap;
  height: 100%;
  align-items: center;
}
.cid-uB0p1IGLF5 .content-wrapper .social-wrapper .social-wrap .soc-item a {
  display: block;
}
.cid-uB0p1IGLF5 .content-wrapper .social-wrapper .social-wrap .soc-item a:hover .mbr-iconfont,
.cid-uB0p1IGLF5 .content-wrapper .social-wrapper .social-wrap .soc-item a:hover .mbr-iconfont {
  border: 1px solid #ffffff;
}
.cid-uB0p1IGLF5 .content-wrapper .social-wrapper .social-wrap .soc-item a .mbr-iconfont {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 48px;
  height: 48px;
  min-width: 48px;
  color: #ffffff;
  font-size: 20px;
  border: 1px solid #bbbbbb;
  transition: all 0.3s ease-in-out;
  margin: 10px 5px;
}
.cid-uB0p1IGLF5 .mbr-section-title {
  color: #ffffff;
}
.cid-uB0p1IGLF5 .mbr-text {
  color: #bbbbbb;
}
.cid-uB0p1IGLF5 .mbr-tag {
  color: #ffffff;
}
.cid-uB0p1IGLF5 .social-wrapper {
  text-align: right;
}
.cid-uB0p1IGLF5 .mbr-section-title,
.cid-uB0p1IGLF5 .mbr-section-btn,
.cid-uB0p1IGLF5 .social-wrapper,
.cid-uB0p1IGLF5 .tags-wrapper {
  color: #ffffff;
  text-align: left;
}
.cid-urG6zTuOcO {
  padding-top: 0rem;
  padding-bottom: 0rem;
  background-color: #141414;
}
.cid-urG6zTuOcO .row {
  border-top: 1px solid #FFFFFF;
  min-height: 600px;
  margin-top: -1px;
}
.cid-urG6zTuOcO .mbr-text {
  color: #FFFFFF;
  max-width: 330px;
}
.cid-urG6zTuOcO .color-text {
  color: #ff4300;
}
.cid-urG6zTuOcO .custom-block {
  display: flex;
  flex-direction: column;
  padding-left: 0;
  padding-right: 0;
  color: #ffffff;
  border-bottom: 1px solid #ffffff;
}
.cid-urG6zTuOcO .card-wrapper {
  position: relative;
  padding: 3rem 24px;
}
.cid-urG6zTuOcO .buttons-container {
  display: flex;
  align-items: center;
  flex-wrap: wrap;
  margin-left: -12px;
}
.cid-urG6zTuOcO .buttons-container .item-button {
  margin: 0;
}
.cid-urG6zTuOcO .buttons-container .btn {
  margin: 0 0 16px 12px;
}
.cid-urG6zTuOcO .buttons-container .btn-info-outline {
  border: 1px solid currentColor;
}
.cid-urG6zTuOcO .buttons-container .btn-info-outline:hover {
  background: #FFFFFF !important;
  color: #000000 !important;
  border: 1px solid currentColor !important;
}
@media (min-width: 768px) {
  .cid-urG6zTuOcO .wrapper {
    margin-right: -32px;
    margin-left: -32px;
    padding-right: 12px;
    padding-left: 12px;
  }
  .cid-urG6zTuOcO .custom-block_left {
    border-right: 1px solid #ffffff;
  }
}
.cid-urG6zTuOcO .custom-block_left {
  padding: 0;
}
.cid-urG6zTuOcO .custom-block_left .section-btn {
  display: flex;
  justify-content: center;
  align-items: center;
  position: absolute;
  bottom: 3rem;
  right: 16px;
  margin: 0;
  box-shadow: 0 0 130px 1px #141414;
  transform: rotate(45deg);
  border-radius: 50%;
  width: 120px;
  height: 120px;
}
.cid-urG6zTuOcO .custom-block_left .section-btn .btn-custom {
  display: flex;
  justify-content: center;
  align-items: center;
  width: 120px;
  height: 120px;
  background: #141414;
  border-radius: 50%;
  transition: 0.2s;
}
.cid-urG6zTuOcO .custom-block_left .section-btn .btn-custom:hover {
  background: #000000;
}
.cid-urG6zTuOcO .custom-block_left .section-btn .btn-custom span {
  display: flex;
  justify-content: center;
  align-items: center;
  width: 100%;
  height: 100%;
}
.cid-urG6zTuOcO .card-box {
  max-width: 565px;
}
.cid-urG6zTuOcO .image-wrapper {
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-content: center;
  padding: 0;
  border-bottom: 1px solid #ffffff;
}
@media (max-width: 991px) {
  .cid-urG6zTuOcO .image-wrapper {
    order: -1;
    border-bottom: none;
  }
}
.cid-urG6zTuOcO .image-wrapper img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}
@media (min-width: 992px) {
  .cid-urG6zTuOcO .wrapper {
    padding-right: 16px;
    padding-left: 16px;
  }
  .cid-urG6zTuOcO .card-wrapper {
    position: relative;
    padding: 60px;
  }
  .cid-urG6zTuOcO .custom-block_left .section-btn {
    bottom: 35px;
    right: 35px;
  }
}
@media (max-width: 575px) {
  .cid-urG6zTuOcO .custom-block_left {
    padding: 0;
  }
  .cid-urG6zTuOcO .custom-block_left .section-btn {
    position: sticky;
    bottom: 0;
    right: 0;
    width: 80px;
    height: 80px;
  }
  .cid-urG6zTuOcO .custom-block_left .section-btn .btn-custom {
    width: 80px;
    height: 80px;
  }
  .cid-urG6zTuOcO .card-title-box {
    margin-bottom: 16px;
  }
  .cid-urG6zTuOcO .mbr-text {
    max-width: 100%;
    margin-bottom: 16px !important;
  }
}
.cid-urG6zTTUa9 {
  padding-top: 5rem;
  padding-bottom: 0rem;
  background-color: #141414;
}
.cid-urG6zTTUa9 .row {
  border-top: 1px solid #FFFFFF;
  margin-top: -1px;
}
@media (min-width: 768px) {
  .cid-urG6zTTUa9 .row {
    border-bottom: 1px solid #FFFFFF;
  }
}
.cid-urG6zTTUa9 .title-text-container {
  max-width: 1300px;
  margin-left: auto;
  margin-right: auto;
  padding: 0 60px;
}
@media (max-width: 575px) {
  .cid-urG6zTTUa9 .title-text-container {
    padding: 0 24px;
  }
}
.cid-urG6zTTUa9 .title-content-container {
  padding: 0 0 80px;
  margin-left: -12px;
  margin-right: -12px;
}
.cid-urG6zTTUa9 .mbr-section-title-container,
.cid-urG6zTTUa9 .title_text {
  margin-bottom: 16px;
}
.cid-urG6zTTUa9 .card_title {
  color: #FFFFFF;
}
.cid-urG6zTTUa9 .card {
  display: flex;
  justify-content: center;
  align-items: center;
  border-radius: 0;
  margin-top: -1px;
  padding: 64px 0;
}
@media (max-width: 991px) {
  .cid-urG6zTTUa9 .card {
    padding: 40px;
  }
}
@media (max-width: 767px) {
  .cid-urG6zTTUa9 .card {
    border-bottom: 1px solid #FFFFFF;
  }
}
@media (max-width: 575px) {
  .cid-urG6zTTUa9 .card {
    padding: 24px;
  }
}
@media (min-width: 768px) {
  .cid-urG6zTTUa9 .card_left {
    border-right: 1px solid #ffffff;
  }
}
.cid-urG6zTTUa9 .card-content {
  max-width: 400px;
}
.cid-urG6zTTUa9 .card__title-container {
  display: flex;
  flex-direction: row;
  align-items: center;
}
@media (max-width: 991px) {
  .cid-urG6zTTUa9 .card__title-container {
    flex-wrap: wrap;
  }
}
@media (max-width: 575px) {
  .cid-urG6zTTUa9 .card__title-container {
    flex-wrap: nowrap;
  }
}
.cid-urG6zTTUa9 .number-container {
  font-size: 6.8rem;
  line-height: 110px;
  margin-right: 16px;
  word-break: normal;
  color: #ff4300;
}
@media (max-width: 991px) {
  .cid-urG6zTTUa9 .number-container {
    width: 100%;
    margin-right: 0;
  }
}
@media (max-width: 575px) {
  .cid-urG6zTTUa9 .number-container {
    font-size: 4rem;
    width: auto;
    margin-right: 16px;
    line-height: normal;
  }
}
@media (min-width: 768px) {
  .cid-urG6zTTUa9 .wrapper {
    margin-left: -20px;
    margin-right: -20px;
  }
}
.cid-urG6zUj8Dz {
  padding-top: 45px;
  padding-bottom: 45px;
  background-color: #141414;
}
.cid-urG6zUj8Dz .mbr-section-title {
  width: 100%;
  text-align: left;
  padding-right: 280px;
  margin-bottom: 62px;
  font-weight: 700;
  color: #a2a0a0;
}
.cid-urG6zUj8Dz .mbr-section-subtitle {
  width: 100%;
  text-align: left;
  padding-right: 280px;
  font-weight: 700;
  text-transform: uppercase;
  margin-bottom: 5px;
  color: #4c4c4c;
}
.cid-urG6zUj8Dz img {
  border-radius: 50%;
  height: 128px;
  width: 128px;
  margin: 0;
}
.cid-urG6zUj8Dz .small {
  font-weight: 700;
  margin-top: 19px;
  margin-bottom: 40px;
}
.cid-urG6zUj8Dz .user_name {
  font-weight: 700;
  text-transform: uppercase;
  text-align: left;
  color: #4c4c4c;
}
.cid-urG6zUj8Dz .user_desc {
  font-weight: 700;
  text-align: left;
}
.cid-urG6zUj8Dz .mbri-left:before {
  content: "\f053";
}
.cid-urG6zUj8Dz .mbri-right:before {
  content: "\f054";
}
.cid-urG6zUj8Dz .carousel-control-next,
.cid-urG6zUj8Dz .carousel-control-prev {
  color: #a2a0a0;
}
.cid-urG6zUj8Dz .title-block {
  justify-content: space-between;
}
.cid-urG6zUj8Dz .carousel-item {
  -webkit-justify-content: center;
  justify-content: center;
}
.cid-urG6zUj8Dz .carousel-item .media-container-row {
  -webkit-flex-grow: 1;
  flex-grow: 1;
}
.cid-urG6zUj8Dz .carousel-item .wrap-img {
  text-align: center;
}
.cid-urG6zUj8Dz .carousel-item .wrap-img img {
  width: auto;
  max-width: 100%;
}
.cid-urG6zUj8Dz .carousel-controls {
  width: 100%;
}
.cid-urG6zUj8Dz .carousel-controls .carousel-control {
  width: 45px;
  height: 45px;
}
.cid-urG6zUj8Dz .carousel-controls .carousel-control.carousel-control-prev {
  right: 3.9rem;
}
.cid-urG6zUj8Dz .carousel-controls .carousel-control .mbr-iconfont {
  font-size: 1rem;
}
.cid-urG6zUj8Dz .cloneditem-1,
.cid-urG6zUj8Dz .cloneditem-2,
.cid-urG6zUj8Dz .cloneditem-3,
.cid-urG6zUj8Dz .cloneditem-4 {
  display: none;
}
.cid-urG6zUj8Dz .col-lg-15 {
  -webkit-box-flex: 0;
  -ms-flex: 0 0 100%;
  -webkit-flex: 0 0 100%;
  flex: 0 0 100%;
  max-width: 100%;
  position: relative;
  min-height: 1px;
  padding-right: 0px;
  padding-left: 0px;
  width: 100%;
}
.cid-urG6zUj8Dz .container {
  margin-bottom: 2.7rem;
}
.cid-urG6zUj8Dz .controls-wrapper {
  position: relative;
  width: 100%;
}
@media (min-width: 992px) {
  .cid-urG6zUj8Dz .col-lg-15 {
    -ms-flex: 0 0 20%;
    -webkit-flex: 0 0 20%;
    flex: 0 0 20%;
    max-width: 20%;
    width: 20%;
  }
  .cid-urG6zUj8Dz .carousel-inner.slides2 > .carousel-item.active.carousel-item-right,
  .cid-urG6zUj8Dz .carousel-inner.slides2 > .carousel-item.carousel-item-next {
    left: 0;
    -webkit-transform: translate3d(50%, 0, 0);
    transform: translate3d(50%, 0, 0);
  }
  .cid-urG6zUj8Dz .carousel-inner.slides2 > .carousel-item.active.carousel-item-left,
  .cid-urG6zUj8Dz .carousel-inner.slides2 > .carousel-item.carousel-item-prev {
    left: 0;
    -webkit-transform: translate3d(-50%, 0, 0);
    transform: translate3d(-50%, 0, 0);
  }
  .cid-urG6zUj8Dz .carousel-inner.slides2 > .carousel-item.carousel-item-left,
  .cid-urG6zUj8Dz .carousel-inner.slides2 > .carousel-item.carousel-item-prev.carousel-item-right,
  .cid-urG6zUj8Dz .carousel-inner.slides2 > .carousel-item.active {
    left: 0;
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
  }
  .cid-urG6zUj8Dz .carousel-inner.slides2 .cloneditem-1,
  .cid-urG6zUj8Dz .carousel-inner.slides2 .cloneditem-2,
  .cid-urG6zUj8Dz .carousel-inner.slides2 .cloneditem-3 {
    display: block;
  }
  .cid-urG6zUj8Dz .carousel-inner.slides3 > .carousel-item.active.carousel-item-right,
  .cid-urG6zUj8Dz .carousel-inner.slides3 > .carousel-item.carousel-item-next {
    left: 0;
    -webkit-transform: translate3d(33.333333%, 0, 0);
    transform: translate3d(33.333333%, 0, 0);
  }
  .cid-urG6zUj8Dz .carousel-inner.slides3 > .carousel-item.active.carousel-item-left,
  .cid-urG6zUj8Dz .carousel-inner.slides3 > .carousel-item.carousel-item-prev {
    left: 0;
    -webkit-transform: translate3d(-33.333333%, 0, 0);
    transform: translate3d(-33.333333%, 0, 0);
  }
  .cid-urG6zUj8Dz .carousel-inner.slides3 > .carousel-item.carousel-item-left,
  .cid-urG6zUj8Dz .carousel-inner.slides3 > .carousel-item.carousel-item-prev.carousel-item-right,
  .cid-urG6zUj8Dz .carousel-inner.slides3 > .carousel-item.active {
    left: 0;
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
  }
  .cid-urG6zUj8Dz .carousel-inner.slides3 .cloneditem-1,
  .cid-urG6zUj8Dz .carousel-inner.slides3 .cloneditem-2,
  .cid-urG6zUj8Dz .carousel-inner.slides3 .cloneditem-3 {
    display: block;
  }
  .cid-urG6zUj8Dz .carousel-inner.slides4 > .carousel-item.active.carousel-item-right,
  .cid-urG6zUj8Dz .carousel-inner.slides4 > .carousel-item.carousel-item-next {
    left: 0;
    -webkit-transform: translate3d(25%, 0, 0);
    transform: translate3d(25%, 0, 0);
  }
  .cid-urG6zUj8Dz .carousel-inner.slides4 > .carousel-item.active.carousel-item-left,
  .cid-urG6zUj8Dz .carousel-inner.slides4 > .carousel-item.carousel-item-prev {
    left: 0;
    -webkit-transform: translate3d(-25%, 0, 0);
    transform: translate3d(-25%, 0, 0);
  }
  .cid-urG6zUj8Dz .carousel-inner.slides4 > .carousel-item.carousel-item-left,
  .cid-urG6zUj8Dz .carousel-inner.slides4 > .carousel-item.carousel-item-prev.carousel-item-right,
  .cid-urG6zUj8Dz .carousel-inner.slides4 > .carousel-item.active {
    left: 0;
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
  }
  .cid-urG6zUj8Dz .carousel-inner.slides4 .cloneditem-1,
  .cid-urG6zUj8Dz .carousel-inner.slides4 .cloneditem-2,
  .cid-urG6zUj8Dz .carousel-inner.slides4 .cloneditem-3 {
    display: block;
  }
  .cid-urG6zUj8Dz .carousel-inner.slides5 > .carousel-item.active.carousel-item-right,
  .cid-urG6zUj8Dz .carousel-inner.slides5 > .carousel-item.carousel-item-next {
    left: 0;
    -webkit-transform: translate3d(20%, 0, 0);
    transform: translate3d(20%, 0, 0);
  }
  .cid-urG6zUj8Dz .carousel-inner.slides5 > .carousel-item.active.carousel-item-left,
  .cid-urG6zUj8Dz .carousel-inner.slides5 > .carousel-item.carousel-item-prev {
    left: 0;
    -webkit-transform: translate3d(-20%, 0, 0);
    transform: translate3d(-20%, 0, 0);
  }
  .cid-urG6zUj8Dz .carousel-inner.slides5 > .carousel-item.carousel-item-left,
  .cid-urG6zUj8Dz .carousel-inner.slides5 > .carousel-item.carousel-item-prev.carousel-item-right,
  .cid-urG6zUj8Dz .carousel-inner.slides5 > .carousel-item.active {
    left: 0;
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
  }
  .cid-urG6zUj8Dz .carousel-inner.slides5 .cloneditem-1,
  .cid-urG6zUj8Dz .carousel-inner.slides5 .cloneditem-2,
  .cid-urG6zUj8Dz .carousel-inner.slides5 .cloneditem-3,
  .cid-urG6zUj8Dz .carousel-inner.slides5 .cloneditem-4 {
    display: block;
  }
  .cid-urG6zUj8Dz .carousel-inner.slides6 > .carousel-item.active.carousel-item-right,
  .cid-urG6zUj8Dz .carousel-inner.slides6 > .carousel-item.carousel-item-next {
    left: 0;
    -webkit-transform: translate3d(16.666667%, 0, 0);
    transform: translate3d(16.666667%, 0, 0);
  }
  .cid-urG6zUj8Dz .carousel-inner.slides6 > .carousel-item.active.carousel-item-left,
  .cid-urG6zUj8Dz .carousel-inner.slides6 > .carousel-item.carousel-item-prev {
    left: 0;
    -webkit-transform: translate3d(-16.666667%, 0, 0);
    transform: translate3d(-16.666667%, 0, 0);
  }
  .cid-urG6zUj8Dz .carousel-inner.slides6 > .carousel-item.carousel-item-left,
  .cid-urG6zUj8Dz .carousel-inner.slides6 > .carousel-item.carousel-item-prev.carousel-item-right,
  .cid-urG6zUj8Dz .carousel-inner.slides6 > .carousel-item.active {
    left: 0;
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
  }
  .cid-urG6zUj8Dz .carousel-inner.slides6 .cloneditem-1,
  .cid-urG6zUj8Dz .carousel-inner.slides6 .cloneditem-2,
  .cid-urG6zUj8Dz .carousel-inner.slides6 .cloneditem-3,
  .cid-urG6zUj8Dz .carousel-inner.slides6 .cloneditem-4,
  .cid-urG6zUj8Dz .carousel-inner.slides6 .cloneditem-5 {
    display: block;
  }
}
.cid-urG6zUj8Dz .card-box {
  z-index: 1;
  position: absolute;
  height: 100%;
  width: 100%;
  pointer-events: none;
  transition: 0.3s;
}
.cid-urG6zUj8Dz .wrap-img:hover .card-box {
  background-color: transparent;
}
.cid-urG6zUj8Dz .wrap-img:hover .soc-item-1 {
  opacity: 0;
}
.cid-urG6zUj8Dz .wrap-img:hover .soc-item-2 {
  opacity: 1;
}
.cid-urG6zUj8Dz .soc-item {
  margin-bottom: 0.3rem;
  width: 45px;
  height: 45px;
  border-radius: 100%;
  display: flex;
  justify-content: center;
  align-items: center;
  position: absolute;
  z-index: 100;
  bottom: 0;
}
.cid-urG6zUj8Dz .soc-item span {
  font-size: 1rem;
}
.cid-urG6zUj8Dz .soc-item-1 {
  transition: 0.3s;
}
.cid-urG6zUj8Dz .soc-item-2 {
  opacity: 0;
  transform: translate(-50%, -50%);
  top: 50%;
  left: 50%;
  transition: 0.3s;
}
.cid-urG6zUj8Dz .soc-item-2 span {
  font-size: 1.5rem;
}
@media (max-width: 767px) {
  .cid-urG6zUj8Dz .col-lg-2 {
    padding: 0rem;
  }
  .cid-urG6zUj8Dz .title-block {
    margin: 0;
  }
  .cid-urG6zUj8Dz .col-md-12 {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 50%;
    -webkit-flex: 0 0 50%;
    flex: 0 0 50%;
    max-width: 50%;
    position: relative;
    min-height: 1px;
    padding-right: 0px;
    padding-left: 0px;
    width: 50%;
  }
  .cid-urG6zUj8Dz .carousel-controls {
    position: absolute;
    top: -6rem;
    left: 7.5rem;
  }
  .cid-urG6zUj8Dz .container {
    margin-bottom: 7rem;
  }
}
@media (min-width: 770px) and (max-width: 1200px) {
  .cid-urG6zUj8Dz .carousel-controls {
    position: absolute;
    top: 1rem;
    right: 10%;
  }
}
@media (min-width: 1200px) {
  .cid-urG6zUj8Dz .carousel-controls {
    position: absolute;
    top: 1rem;
    right: 20px;
  }
}
.cid-urG6zUj8Dz .wrapper {
  padding: 0rem;
}
@media (min-width: 767px) {
  .cid-urG6zUj8Dz .row {
    padding: 0 1rem;
  }
}
.cid-urG6zUj8Dz .icon-left {
  margin-right: 0.1rem;
}
.cid-urG6zUj8Dz .icon-right {
  margin-left: 0.1rem;
}
.cid-urG6zUj8Dz .card-wrapper {
  padding: 30px 15px;
  margin: 0 15px;
  width: auto;
  max-width: 100%;
  border: 1px solid #dbdbdb;
}
.cid-urG6zUj8Dz .card-title {
  font-weight: 700;
  padding: 10px 20px 10px;
  color: #4c4c4c;
  text-align: left;
  text-transform: uppercase;
}
.cid-urG6zUj8Dz H3 {
  color: #1d1d1f;
}
.cid-urG6zUj8Dz .svg-right {
  color: #a6a6a6;
}
.cid-urG6zUj8Dz .svg-left {
  transform: matrix(-1, 0, 0, 1, 0, 0);
  color: #a6a6a6;
  position: absolute;
  right: 30px;
  top: 9px;
}
.cid-urG6zUj8Dz rect {
  transition: 0.33s cubic-bezier(0.14, -0.07, 0.23, 0.9);
  transform: translateX(9px);
  stroke-width: .1;
  transform-origin: right;
  fill: #a2a0a0;
}
.cid-urG6zUj8Dz polygon {
  fill: #a2a0a0;
  transform-origin: right;
  transition: 0.33s cubic-bezier(0.14, -0.07, 0.23, 0.9);
  clip-path: inset(0 0 0 0);
  visibility: visible;
  color: #a6a6a6;
}
.cid-urG6zUj8Dz .swiper-left:hover .swiper-left {
  font-family: "dm sans", sans-serif;
  font-size: 16px;
  font-weight: 500;
  line-height: 23.04px;
  text-align: center;
  vertical-align: baseline;
  transition-delay: 0s;
  transition-duration: 0.2s;
  transition-property: all;
  transition-timing-function: ease-out;
}
.cid-urG6zUj8Dz .swiper-left:hover .svg-left {
  transform: matrix(-1, 0, 0, 1, 0, 0);
}
.cid-urG6zUj8Dz .swiper-left:hover rect {
  fill: #a2a0a0;
  stroke-width: 0.1px;
  transform: matrix(1, 0, 0, 1, 32, 0);
  transform-origin: 53.02px 13.5px;
}
.cid-urG6zUj8Dz .swiper-left:hover polygon {
  transition: 0.33s cubic-bezier(0.14, -0.07, 0.23, 0.9);
  transform: translateX(0);
  clip-path: inset(50% 0 50% 0);
}
.cid-urG6zUj8Dz .swiper-right:hover .swiper-right {
  font-family: "dm sans", sans-serif;
  font-size: 16px;
  font-weight: 500;
  line-height: 23.04px;
  text-align: center;
  vertical-align: baseline;
  color: #1d1d1f;
  border-bottom-color: #1d1d1f;
  border-left-color: #1d1d1f;
  border-right-color: #1d1d1f;
  border-top-color: #1d1d1f;
  outline-color: #1d1d1f;
  transition-delay: 0s;
  transition-duration: 0.2s;
  transition-property: all;
  transition-timing-function: ease-out;
}
.cid-urG6zUj8Dz .swiper-right:hover rect {
  fill: #a2a0a0;
  stroke-width: 0.1px;
  transform: matrix(1, 0, 0, 1, 32, 0);
  transform-origin: 53.02px 13.5px;
}
.cid-urG6zUj8Dz .swiper-right:hover polygon {
  transition: 0.33s cubic-bezier(0.14, -0.07, 0.23, 0.9);
  transform: translateX(0);
  clip-path: inset(50% 0 50% 0);
  fill: #a2a0a0;
}
.cid-urG6zUj8Dz .carousel.slide {
  margin-left: -15px;
  margin-right: -15px;
}
.cid-urG6zUj8Dz .user_text {
  text-align: left;
  color: #ffffff;
}
.cid-urG6zUj8Dz .description {
  padding-right: 143px;
}
.cid-urG6zUj8Dz .carousel-control-prev {
  left: auto;
}
@media (max-width: 770px) {
  .cid-urG6zUj8Dz .carousel-controls {
    position: initial;
  }
  .cid-urG6zUj8Dz .padd {
    padding-left: 15px;
  }
  .cid-urG6zUj8Dz .description {
    padding-right: 15px;
  }
  .cid-urG6zUj8Dz .mbr-section-title {
    padding-right: 0px;
    margin-bottom: 10px;
  }
  .cid-urG6zUj8Dz .mbr-section-subtitle {
    padding-right: 0px;
  }
  .cid-urG6zUj8Dz .carousel-control-prev {
    left: 3em;
  }
  .cid-urG6zUj8Dz .carousel-control-next {
    right: 1em;
  }
  .cid-urG6zUj8Dz .carousel-inner {
    margin-top: 60px;
  }
}
.cid-uZ7UUtMc2O {
  background-color: #141414;
  padding-top: 0rem;
  padding-bottom: 0rem;
}
.cid-uZ7UUtMc2O .container-fluid {
  display: flex;
  flex-direction: column;
  justify-content: center;
  padding: 0;
}
.cid-uZ7UUtMc2O .content-container {
  max-width: 900px;
  display: flex;
  flex-direction: column;
  justify-content: flex-start;
  align-items: center;
  padding: 54px 60px;
  border-right: 1px solid #ffffff;
  border-left: 1px solid #ffffff;
}
.cid-uZ7UUtMc2O .content {
  max-width: 424px;
}
.cid-uZ7UUtMc2O .wrapper {
  display: flex;
  justify-content: center;
  box-sizing: border-box;
  border-top: 1px solid #ffffff;
  border-bottom: 1px solid #ffffff;
  margin: -1px -1px 0;
  padding: 0 12px;
}
.cid-uZ7UUtMc2O .mbr-section-btn {
  margin-left: 0;
  margin-right: 0;
}
.cid-uZ7UUtMc2O .btn {
  padding: 22px 34px;
  margin: 0;
}
.cid-uZ7UUtMc2O .btn-info-outline {
  transition: 0.5s;
  background: linear-gradient(to right, #ffffff 50%, #141414 50%) !important;
  background-size: 200% 100% !important;
  background-position: right !important;
  border: 1px solid currentColor;
}
.cid-uZ7UUtMc2O .btn-info-outline:hover {
  background-position: left !important;
  color: #000000 !important;
  border: 1px solid #ffffff !important;
}
@media (max-width: 575px) {
  .cid-uZ7UUtMc2O .content-container {
    padding: 3rem 24px;
  }
}
.cid-urG6zUTHNR {
  background-image: url("../../../assets/images/nosotros2.webp");
}
.cid-urG6zUTHNR .subtitle {
  color: #ffffff;
  text-transform: uppercase;
  margin-bottom: 40px;
  font-weight: 600;
}
.cid-urG6zUTHNR .sc__title {
  color: #ffffff;
  text-transform: uppercase;
  margin-bottom: 30px;
  font-weight: 600;
  padding-bottom: 0;
}
.cid-urG6zUTHNR .mbr-iconfont {
  font-size: 36px;
  color: #ffffff;
}
.cid-urG6zVlp1D {
  padding-top: 0rem;
  padding-bottom: 0rem;
  background-color: #141414;
}
.cid-urG6zVlp1D .item-img {
  width: 100%;
  margin-bottom: 12px;
}
.cid-urG6zVlp1D .item-img img {
  width: 100%;
  transform: scale3d(1, 1, 1);
  transform-style: preserve-3d;
}
.cid-urG6zVlp1D .item:focus,
.cid-urG6zVlp1D span:focus {
  outline: none;
}
.cid-urG6zVlp1D .row {
  margin-left: -32px;
  margin-right: -32px;
}
.cid-urG6zVlp1D .item {
  cursor: pointer;
  padding: 32px;
  margin: -1px 0 0;
  border-bottom: 1px solid #ffffff;
  border-top: 1px solid #ffffff;
}
.cid-urG6zVlp1D .item-img {
  border: 1px solid #595959;
  transition: border-color 200ms ease;
  overflow: hidden;
}
.cid-urG6zVlp1D .item-img img {
  transition: 0.5s;
}
.cid-urG6zVlp1D .item-img:hover {
  border: 1px solid #ffffff;
}
.cid-urG6zVlp1D .item-img:hover img {
  transform: scale(1.2);
}
.cid-urG6zVlp1D .item-wrap {
  position: relative;
  background: #000000;
  height: 100%;
  display: flex;
  flex-flow: column nowrap;
}
.cid-urG6zVlp1D .item-wrap {
  background: transparent;
}
.cid-urG6zVlp1D .mbr-section-btn {
  margin-top: auto !important;
}
.cid-urG6zVlp1D .mbr-section-title {
  color: #232323;
}
.cid-urG6zVlp1D .item-title {
  color: #ffffff;
  margin-bottom: 0;
  text-align: left;
}
.cid-urG6zVlp1D .mbr-text,
.cid-urG6zVlp1D .mbr-section-btn {
  text-align: left;
}
.cid-urG6zVlp1D .item-subtitle {
  text-align: center;
}
.cid-urG6zVlp1D .buttons-container {
  display: flex;
  align-items: center;
  flex-wrap: wrap;
  margin-left: -12px;
}
.cid-urG6zVlp1D .buttons-container .item-button {
  margin: 0;
}
.cid-urG6zVlp1D .buttons-container .btn {
  margin: 0 0 16px 12px;
}
.cid-urG6zVlp1D .buttons-container .btn-info-outline {
  border: 1px solid currentColor;
}
.cid-urG6zVlp1D .buttons-container .btn-info-outline:hover {
  background: #FFFFFF !important;
  color: #000000 !important;
  border: 1px solid currentColor !important;
}
@media (max-width: 991px) {
  .cid-urG6zVlp1D .item:not(:last-child) {
    border-bottom: 1px solid #ffffff;
  }
}
@media (min-width: 992px) {
  .cid-urG6zVlp1D .item:not(:last-child) {
    border-right: 1px solid #ffffff;
  }
}
@media (max-width: 767px) {
  .cid-urG6zVlp1D .container-fluid {
    padding: 0 32px;
  }
}
@media (max-width: 575px) {
  .cid-urG6zVlp1D .item {
    padding: 24px;
  }
}
.cid-urG6zVOJuo {
  padding-top: 0rem;
  padding-bottom: 0rem;
  background-color: #141414;
}
.cid-urG6zVOJuo .row {
  border-top: 1px solid #FFFFFF;
  min-height: 600px;
  margin-top: -1px;
}
.cid-urG6zVOJuo .item {
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: space-between;
  padding: 32px 32px 32px 54px;
  border-bottom: 1px solid #ffffff;
}
.cid-urG6zVOJuo .mbr-text {
  color: #FFFFFF;
  max-width: 330px;
}
.cid-urG6zVOJuo .color-text {
  color: #ff4300;
}
.cid-urG6zVOJuo .custom-block {
  display: flex;
  flex-direction: column;
  color: #ffffff;
  border-bottom: 1px solid #ffffff;
}
.cid-urG6zVOJuo .custom-block_right {
  padding-left: 0;
  padding-right: 0;
}
.cid-urG6zVOJuo .text-box {
  width: 100%;
  position: relative;
}
.cid-urG6zVOJuo .transparent-number {
  width: 100%;
  z-index: 0;
  position: absolute;
  top: -25px;
  left: -20px;
  font-size: 6.5rem;
  font-weight: bold;
  color: #141414;
  -webkit-text-stroke-width: 2px;
  -webkit-text-stroke-color: #4d4d4d;
}
.cid-urG6zVOJuo .icon-title {
  position: relative;
}
.cid-urG6zVOJuo .item .link {
  width: 100%;
  text-align: right;
}
.cid-urG6zVOJuo .link {
  margin-bottom: 10px;
  color: #ffffff;
  text-align: left;
}
.cid-urG6zVOJuo .custom-block_right .custom-link span {
  padding-left: 12px;
}
.cid-urG6zVOJuo .custom-block_right .custom-link::after {
  background-color: currentColor;
  display: block;
  position: absolute;
  bottom: -12px;
  left: 0;
  content: "";
  height: 1px;
  width: 100%;
  -webkit-transition: left 0.5s ease-in-out, width 0.5s ease-in-out;
  -moz--transition: left 0.5s ease-in-out, width 0.5s ease-in-out;
  transition: left 0.5s ease-in-out, width 0.5s ease-in-out;
}
.cid-urG6zVOJuo .custom-block_right .custom-link:hover::after {
  left: -10%;
  width: 110%;
}
.cid-urG6zVOJuo .card-wrapper {
  position: relative;
  padding: 48px 24px;
}
.cid-urG6zVOJuo .custom-block_left {
  padding: 0;
}
.cid-urG6zVOJuo .custom-block_left .section-btn {
  display: flex;
  justify-content: center;
  align-items: center;
  position: absolute;
  bottom: 3rem;
  right: 16px;
  margin: 0;
  box-shadow: 0 0 130px 1px #141414;
  transform: rotate(45deg);
  border-radius: 50%;
  width: 120px;
  height: 120px;
}
.cid-urG6zVOJuo .custom-block_left .section-btn .btn-custom {
  display: flex;
  justify-content: center;
  align-items: center;
  width: 120px;
  height: 120px;
  background: #141414;
  border-radius: 50%;
  transition: 0.2s;
}
.cid-urG6zVOJuo .custom-block_left .section-btn .btn-custom:hover {
  background: #000000;
}
.cid-urG6zVOJuo .custom-block_left .section-btn .btn-custom span {
  display: flex;
  justify-content: center;
  align-items: center;
  width: 100%;
  height: 100%;
}
.cid-urG6zVOJuo .card-box {
  max-width: 565px;
}
@media (min-width: 768px) {
  .cid-urG6zVOJuo .wrapper {
    margin-right: -32px;
    margin-left: -32px;
    padding-right: 12px;
    padding-left: 12px;
  }
}
@media (min-width: 992px) {
  .cid-urG6zVOJuo .wrapper {
    padding-right: 16px;
    padding-left: 16px;
  }
  .cid-urG6zVOJuo .custom-block_left {
    border-right: 1px solid #ffffff;
  }
  .cid-urG6zVOJuo .custom-block_right {
    display: flex;
    flex-direction: column;
  }
  .cid-urG6zVOJuo .card-wrapper {
    position: relative;
    padding: 60px;
  }
  .cid-urG6zVOJuo .item {
    flex-grow: 1;
  }
  .cid-urG6zVOJuo .custom-block_left .section-btn {
    bottom: 35px;
    right: 35px;
  }
}
@media (max-width: 575px) {
  .cid-urG6zVOJuo .custom-block_left {
    padding: 0;
  }
  .cid-urG6zVOJuo .custom-block_left .section-btn {
    position: sticky;
    bottom: 0;
    right: 0;
    width: 80px;
    height: 80px;
  }
  .cid-urG6zVOJuo .custom-block_left .section-btn .btn-custom {
    width: 80px;
    height: 80px;
  }
  .cid-urG6zVOJuo .card-title-box {
    margin-bottom: 16px;
  }
  .cid-urG6zVOJuo .mbr-text {
    max-width: 100%;
    margin-bottom: 16px !important;
  }
  .cid-urG6zVOJuo .item {
    padding: 32px 32px 32px 45px;
  }
  .cid-urG6zVOJuo .transparent-number {
    font-size: 4rem;
    top: -10px;
    left: -12px;
  }
}
.cid-urG6zVOJuo .card-title {
  color: #ffffff;
}
.cid-urG6zWmE61 {
  padding-top: 0rem;
  padding-bottom: 0rem;
  background-color: #141414;
}
.cid-urG6zWmE61 .item:focus,
.cid-urG6zWmE61 span:focus {
  outline: none;
}
.cid-urG6zWmE61 .row {
  border-top: 1px solid #ffffff;
  margin-left: 0;
  margin-right: 0;
  margin-bottom: 0;
  margin-top: -1px !important;
}
.cid-urG6zWmE61 .item-wrapper {
  display: flex;
  flex-flow: column nowrap;
  position: relative;
}
.cid-urG6zWmE61 .item-wrapper {
  background: transparent;
}
.cid-urG6zWmE61 .icon-box {
  padding-top: 24px;
}
.cid-urG6zWmE61 .mbr-section-head {
  padding: 0 24px;
}
.cid-urG6zWmE61 .mbr-section-btn {
  margin-top: auto !important;
}
.cid-urG6zWmE61 .mbr-section-title {
  color: #232323;
}
.cid-urG6zWmE61 .mbr-text,
.cid-urG6zWmE61 .mbr-section-btn {
  text-align: center;
  color: #ff4300;
}
.cid-urG6zWmE61 .item-title {
  text-align: center;
}
.cid-urG6zWmE61 .item-subtitle {
  text-align: left;
}
.cid-urG6zWmE61 .container-fluid {
  padding: 0;
}
.cid-urG6zWmE61 .item {
  background: #000000;
  background: transparent;
  padding: 24px;
  box-sizing: border-box;
  border-bottom: 1px solid #FFFFFF;
}
.cid-urG6zWmE61 .item .item-menu-overlay {
  opacity: 0;
  display: none !important;
}
.cid-urG6zWmE61 .display-4 {
  font-size: 1.25rem;
}
@media (min-width: 576px) {
  .cid-urG6zWmE61 .mbr-section-head {
    padding: 0 40px;
  }
  .cid-urG6zWmE61 .item {
    padding: 44px 40px;
  }
}
@media (min-width: 992px) {
  .cid-urG6zWmE61 .mbr-section-head {
    padding: 0 60px;
  }
  .cid-urG6zWmE61 .row {
    margin-right: -1px;
  }
  .cid-urG6zWmE61 .item {
    padding: 44px 60px;
    border-right: 1px solid #FFFFFF;
  }
}
.cid-urG6zWQtUd {
  padding-top: 0rem;
  padding-bottom: 0rem;
  background-color: #141414;
}
.cid-urG6zWQtUd .item-img {
  width: 100%;
  margin-bottom: 12px;
}
.cid-urG6zWQtUd .item-img img {
  width: 100%;
  transform: scale3d(1, 1, 1);
  transform-style: preserve-3d;
}
.cid-urG6zWQtUd .item:focus,
.cid-urG6zWQtUd span:focus {
  outline: none;
}
.cid-urG6zWQtUd .row {
  margin-left: -32px;
  margin-right: -32px;
}
.cid-urG6zWQtUd .item {
  cursor: pointer;
  padding: 32px;
  margin: -1px 0 0;
  border-bottom: 1px solid #ffffff;
  border-top: 1px solid #ffffff;
}
.cid-urG6zWQtUd .item-img {
  border: 1px solid #595959;
  transition: border-color 200ms ease;
  overflow: hidden;
}
.cid-urG6zWQtUd .item-img img {
  transition: 0.5s;
}
.cid-urG6zWQtUd .item-img:hover {
  border: 1px solid #ffffff;
}
.cid-urG6zWQtUd .item-img:hover img {
  transform: scale(1.2);
}
.cid-urG6zWQtUd .item-wrap {
  position: relative;
  background: #000000;
  height: 100%;
  display: flex;
  flex-flow: column nowrap;
}
.cid-urG6zWQtUd .item-wrap {
  background: transparent;
}
.cid-urG6zWQtUd .mbr-section-btn {
  margin-top: auto !important;
}
.cid-urG6zWQtUd .mbr-section-title {
  color: #232323;
}
.cid-urG6zWQtUd .item-title {
  color: #ffffff;
  margin-bottom: 0;
  text-align: left;
}
.cid-urG6zWQtUd .mbr-text,
.cid-urG6zWQtUd .mbr-section-btn {
  text-align: left;
}
.cid-urG6zWQtUd .item-subtitle {
  text-align: center;
}
.cid-urG6zWQtUd .buttons-container {
  display: flex;
  align-items: center;
  flex-wrap: wrap;
  margin-left: -12px;
}
.cid-urG6zWQtUd .buttons-container .item-button {
  margin: 0;
}
.cid-urG6zWQtUd .buttons-container .btn {
  margin: 0 0 16px 12px;
}
.cid-urG6zWQtUd .buttons-container .btn-info-outline {
  border: 1px solid currentColor;
}
.cid-urG6zWQtUd .buttons-container .btn-info-outline:hover {
  background: #FFFFFF !important;
  color: #000000 !important;
  border: 1px solid currentColor !important;
}
@media (max-width: 991px) {
  .cid-urG6zWQtUd .item:not(:last-child) {
    border-bottom: 1px solid #ffffff;
  }
}
@media (min-width: 992px) {
  .cid-urG6zWQtUd .item:not(:last-child) {
    border-right: 1px solid #ffffff;
  }
}
@media (max-width: 767px) {
  .cid-urG6zWQtUd .container-fluid {
    padding: 0 32px;
  }
}
@media (max-width: 575px) {
  .cid-urG6zWQtUd .item {
    padding: 24px;
  }
}
.cid-urG6zXmzTx {
  padding-top: 1rem;
  padding-bottom: 3rem;
  background-color: #141414;
}
.cid-urG6zXmzTx .mbr-media {
  position: relative;
}
.cid-urG6zXmzTx .mbr-media img {
  width: 100%;
  object-fit: cover;
}
.cid-urG6zXmzTx .icon-wrap {
  left: 50%;
  top: 50%;
  transform: translate(-50%, -50%);
  position: absolute;
}
.cid-urG6zXmzTx .mbr-media span {
  font-size: 4rem;
  transition: all 0.2s;
}
.cid-urG6zXmzTx .modalWindow {
  position: fixed;
  z-index: 5000;
  left: 0;
  top: 0;
  background-color: rgba(61, 61, 61, 0.65);
  width: 100%;
  height: 100%;
}
.cid-urG6zXmzTx .modalWindow .modalWindow-container {
  display: table-cell;
  vertical-align: middle;
}
.cid-urG6zXmzTx .modalWindow .modalWindow-video {
  height: calc(44.9943757vw);
  width: 80vw;
  margin: 0 auto;
}
.cid-urG6zXmzTx .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;
  align-items: center;
  justify-content: center;
  display: flex;
}
.cid-urG6zXmzTx .close:hover {
  opacity: 1;
  background: #000;
  color: #fff;
}
.cid-urG6zXmzTx .mbr-section-title {
  color: #ff4300;
}
.cid-urG6zXmzTx .mbr-section-subtitle {
  color: #FFFFFF;
}
.cid-urG6zXmzTx .mbr-fallback-image.disabled {
  display: none;
}
.cid-urG6zXmzTx .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uvDWdog5Vr {
  background-color: #141414;
}
.cid-uvDWdog5Vr .mbr-fallback-image.disabled {
  display: none;
}
.cid-uvDWdog5Vr .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uvDWdog5Vr .container-fluid {
  padding: 0 125px;
}
@media (max-width: 768px) {
  .cid-uvDWdog5Vr .container-fluid {
    padding: 0 26px;
  }
}
@media (max-width: 768px) {
  .cid-uvDWdog5Vr .container {
    padding: 0 26px;
  }
}
.cid-uvDWdog5Vr .row {
  justify-content: center;
}
.cid-uvDWdog5Vr .title-wrapper {
  margin-bottom: 50px;
}
.cid-uvDWdog5Vr .title-wrapper .mbr-section-title {
  margin-bottom: 0;
}
.cid-uvDWdog5Vr .title-wrapper .mbr-section-subtitle {
  margin-bottom: 18px;
}
.cid-uvDWdog5Vr .item {
  padding: 0 10px;
  margin-bottom: 50px;
}
@media (max-width: 992px) {
  .cid-uvDWdog5Vr .item {
    padding: 0 12px;
  }
}
.cid-uvDWdog5Vr .item .item-wrapper {
  padding: 35px;
  border: 1px solid #ffffff;
  height: 100%;
}
@media (max-width: 1400px) {
  .cid-uvDWdog5Vr .item .item-wrapper {
    padding: 18px;
  }
}
.cid-uvDWdog5Vr .item .item-wrapper .mbr-desc {
  margin-bottom: 18px;
}
.cid-uvDWdog5Vr .item .item-wrapper .item-img img {
  height: 260px;
  object-fit: cover;
  margin-bottom: 30px;
}
.cid-uvDWdog5Vr .item .item-wrapper .item-content .item-title {
  margin-bottom: 15px;
}
.cid-uvDWdog5Vr .item .item-wrapper .item-content .soc-wrap .social-row {
  display: inline-flex;
}
.cid-uvDWdog5Vr .item .item-wrapper .item-content .soc-wrap .social-row .soc-item {
  margin-left: 14px;
}
.cid-uvDWdog5Vr .item .item-wrapper .item-content .soc-wrap .social-row .soc-item:first-child {
  margin-left: 0;
}
.cid-uvDWdog5Vr .item .item-wrapper .item-content .soc-wrap .social-row .soc-item a:hover .mbr-iconfont {
  display: inline-flex;
  transform: translateY(-5px);
}
.cid-uvDWdog5Vr .item .item-wrapper .item-content .soc-wrap .social-row .soc-item a .mbr-iconfont {
  font-size: 24px;
  transition: all 0.3s ease-in-out;
  color: #ffffff;
}
.cid-uvDWdog5Vr .mbr-section-title {
  color: #ffffff;
}
.cid-uvDWdog5Vr .mbr-section-subtitle {
  color: #ff4300;
}
.cid-uvDWdog5Vr .item-title {
  color: #ffffff;
}
.cid-uvDWdog5Vr .mbr-desc {
  color: #ffffff;
  text-align: center;
}
.cid-uvDWdog5Vr .item-title,
.cid-uvDWdog5Vr .soc-wrap {
  text-align: center;
}
.cid-uvDXkXFoDF {
  padding-top: 15px;
  padding-bottom: 15px;
  background-color: #141414;
}
.cid-uvDXkXFoDF hr {
  border: 0;
  clear: both;
  display: block;
  margin: 2.4rem auto;
  text-align: center;
  width: 100%;
}
.cid-uvDXkXFoDF .progress {
  background: #141414;
  opacity: 1;
  height: 1px;
  overflow: hidden;
  position: relative;
}
.cid-uvDXkXFoDF .progress::before {
  animation-duration: 10s;
  animation-timing-function: ease;
  animation-iteration-count: infinite;
  animation-name: progress;
  background: #ff4300;
  content: "";
  display: block;
  height: 1px;
  position: absolute;
  width: 100px;
}
@keyframes progress {
  from {
    margin-left: 0%;
    width: 200px;
  }
  to {
    margin-left: 100%;
    width: 200px;
  }
}
.cid-urG6zZdKW1 {
  border-bottom: 1px solid #ffffff;
  background-color: #141414;
}
.cid-urG6zZdKW1 .image-container {
  padding: 0 24px;
}
@media (max-width: 991px) {
  .cid-urG6zZdKW1 .image-wrapper {
    margin-bottom: 1rem;
  }
  .cid-urG6zZdKW1 .container-fluid {
    padding: 0 12px;
  }
}
.cid-urG6zZdKW1 .row {
  flex-direction: row-reverse;
}
.cid-urG6zZdKW1 img {
  width: 100%;
}
.cid-urG6zZdKW1 .mbr-description {
  color: #ffffff;
}
.cid-urG6zZLaUp {
  background-color: #141414;
  padding-top: 0rem;
  padding-bottom: 0rem;
}
.cid-urG6zZLaUp .container-fluid {
  display: flex;
  flex-direction: column;
  justify-content: center;
  padding: 0;
}
.cid-urG6zZLaUp .content-container {
  max-width: 900px;
  display: flex;
  flex-direction: column;
  justify-content: flex-start;
  align-items: center;
  padding: 54px 60px;
  border-right: 1px solid #ffffff;
  border-left: 1px solid #ffffff;
}
.cid-urG6zZLaUp .content {
  max-width: 424px;
}
.cid-urG6zZLaUp .wrapper {
  display: flex;
  justify-content: center;
  box-sizing: border-box;
  border-top: 1px solid #ffffff;
  border-bottom: 1px solid #ffffff;
  margin: -1px -1px 0;
  padding: 0 12px;
}
.cid-urG6zZLaUp .mbr-section-btn {
  margin-left: 0;
  margin-right: 0;
}
.cid-urG6zZLaUp .btn {
  padding: 22px 34px;
  margin: 0;
}
.cid-urG6zZLaUp .btn-info-outline {
  transition: 0.5s;
  background: linear-gradient(to right, #ffffff 50%, #141414 50%) !important;
  background-size: 200% 100% !important;
  background-position: right !important;
  border: 1px solid currentColor;
}
.cid-urG6zZLaUp .btn-info-outline:hover {
  background-position: left !important;
  color: #000000 !important;
  border: 1px solid #ffffff !important;
}
@media (max-width: 575px) {
  .cid-urG6zZLaUp .content-container {
    padding: 3rem 24px;
  }
}
.cid-urG6A0jaC9 {
  padding-top: 0rem;
  padding-bottom: 0rem;
  background-color: #141414;
}
.cid-urG6A0jaC9 .item-img {
  width: 100%;
  margin-bottom: 12px;
}
.cid-urG6A0jaC9 .item-img img {
  width: 100%;
  transform: scale3d(1, 1, 1);
  transform-style: preserve-3d;
}
.cid-urG6A0jaC9 .item:focus,
.cid-urG6A0jaC9 span:focus {
  outline: none;
}
.cid-urG6A0jaC9 .row {
  margin-left: -32px;
  margin-right: -32px;
}
.cid-urG6A0jaC9 .item {
  cursor: pointer;
  padding: 32px;
  margin: -1px 0 0;
  border-bottom: 1px solid #ffffff;
  border-top: 1px solid #ffffff;
}
.cid-urG6A0jaC9 .item-img {
  border: 1px solid #595959;
  transition: border-color 200ms ease;
  overflow: hidden;
}
.cid-urG6A0jaC9 .item-img img {
  transition: 0.5s;
}
.cid-urG6A0jaC9 .item-img:hover {
  border: 1px solid #ffffff;
}
.cid-urG6A0jaC9 .item-img:hover img {
  transform: scale(1.2);
}
.cid-urG6A0jaC9 .item-wrap {
  position: relative;
  background: #000000;
  height: 100%;
  display: flex;
  flex-flow: column nowrap;
}
.cid-urG6A0jaC9 .item-wrap {
  background: transparent;
}
.cid-urG6A0jaC9 .mbr-section-btn {
  margin-top: auto !important;
}
.cid-urG6A0jaC9 .mbr-section-title {
  color: #232323;
}
.cid-urG6A0jaC9 .item-title {
  color: #ffffff;
  margin-bottom: 0;
  text-align: left;
}
.cid-urG6A0jaC9 .mbr-text,
.cid-urG6A0jaC9 .mbr-section-btn {
  text-align: left;
}
.cid-urG6A0jaC9 .item-subtitle {
  text-align: center;
}
.cid-urG6A0jaC9 .buttons-container {
  display: flex;
  align-items: center;
  flex-wrap: wrap;
  margin-left: -12px;
}
.cid-urG6A0jaC9 .buttons-container .item-button {
  margin: 0;
}
.cid-urG6A0jaC9 .buttons-container .btn {
  margin: 0 0 16px 12px;
}
.cid-urG6A0jaC9 .buttons-container .btn-info-outline {
  border: 1px solid currentColor;
}
.cid-urG6A0jaC9 .buttons-container .btn-info-outline:hover {
  background: #FFFFFF !important;
  color: #000000 !important;
  border: 1px solid currentColor !important;
}
@media (max-width: 991px) {
  .cid-urG6A0jaC9 .item:not(:last-child) {
    border-bottom: 1px solid #ffffff;
  }
}
@media (min-width: 992px) {
  .cid-urG6A0jaC9 .item:not(:last-child) {
    border-right: 1px solid #ffffff;
  }
}
@media (max-width: 767px) {
  .cid-urG6A0jaC9 .container-fluid {
    padding: 0 32px;
  }
}
@media (max-width: 575px) {
  .cid-urG6A0jaC9 .item {
    padding: 24px;
  }
}
.cid-urG6A0VoU8 {
  padding-top: 0rem;
  padding-bottom: 0rem;
  background-color: #141414;
}
.cid-urG6A0VoU8 .item-img {
  width: 100%;
  margin-bottom: 12px;
}
.cid-urG6A0VoU8 .item-img img {
  width: 100%;
  transform: scale3d(1, 1, 1);
  transform-style: preserve-3d;
}
.cid-urG6A0VoU8 .item:focus,
.cid-urG6A0VoU8 span:focus {
  outline: none;
}
.cid-urG6A0VoU8 .row {
  margin-left: -32px;
  margin-right: -32px;
}
.cid-urG6A0VoU8 .item {
  cursor: pointer;
  padding: 32px;
  margin: -1px 0 0;
  border-bottom: 1px solid #ffffff;
  border-top: 1px solid #ffffff;
}
.cid-urG6A0VoU8 .item-img {
  border: 1px solid #595959;
  transition: border-color 200ms ease;
  overflow: hidden;
}
.cid-urG6A0VoU8 .item-img img {
  transition: 0.5s;
}
.cid-urG6A0VoU8 .item-img:hover {
  border: 1px solid #ffffff;
}
.cid-urG6A0VoU8 .item-img:hover img {
  transform: scale(1.2);
}
.cid-urG6A0VoU8 .item-wrap {
  position: relative;
  background: #000000;
  height: 100%;
  display: flex;
  flex-flow: column nowrap;
}
.cid-urG6A0VoU8 .item-wrap {
  background: transparent;
}
.cid-urG6A0VoU8 .mbr-section-btn {
  margin-top: auto !important;
}
.cid-urG6A0VoU8 .mbr-section-title {
  color: #232323;
}
.cid-urG6A0VoU8 .item-title {
  color: #ffffff;
  margin-bottom: 0;
  text-align: left;
}
.cid-urG6A0VoU8 .mbr-text,
.cid-urG6A0VoU8 .mbr-section-btn {
  text-align: left;
}
.cid-urG6A0VoU8 .item-subtitle {
  text-align: center;
}
.cid-urG6A0VoU8 .buttons-container {
  display: flex;
  align-items: center;
  flex-wrap: wrap;
  margin-left: -12px;
}
.cid-urG6A0VoU8 .buttons-container .item-button {
  margin: 0;
}
.cid-urG6A0VoU8 .buttons-container .btn {
  margin: 0 0 16px 12px;
}
.cid-urG6A0VoU8 .buttons-container .btn-info-outline {
  border: 1px solid currentColor;
}
.cid-urG6A0VoU8 .buttons-container .btn-info-outline:hover {
  background: #FFFFFF !important;
  color: #000000 !important;
  border: 1px solid currentColor !important;
}
@media (max-width: 991px) {
  .cid-urG6A0VoU8 .item:not(:last-child) {
    border-bottom: 1px solid #ffffff;
  }
}
@media (min-width: 992px) {
  .cid-urG6A0VoU8 .item:not(:last-child) {
    border-right: 1px solid #ffffff;
  }
}
@media (max-width: 767px) {
  .cid-urG6A0VoU8 .container-fluid {
    padding: 0 32px;
  }
}
@media (max-width: 575px) {
  .cid-urG6A0VoU8 .item {
    padding: 24px;
  }
}
.cid-urG6A1xaQ9 {
  padding-top: 0rem;
  padding-bottom: 0rem;
  background-color: #141414;
}
.cid-urG6A1xaQ9 .item:focus,
.cid-urG6A1xaQ9 span:focus {
  outline: none;
}
.cid-urG6A1xaQ9 .row {
  border-top: 1px solid #ffffff;
  margin-left: 0;
  margin-right: 0;
  margin-bottom: 0;
  margin-top: -1px !important;
}
.cid-urG6A1xaQ9 .item-wrapper {
  display: flex;
  flex-flow: column nowrap;
  position: relative;
}
.cid-urG6A1xaQ9 .item-wrapper {
  background: transparent;
}
.cid-urG6A1xaQ9 .icon-box {
  padding-top: 24px;
}
.cid-urG6A1xaQ9 .mbr-section-head {
  padding: 0 24px;
}
.cid-urG6A1xaQ9 .mbr-section-btn {
  margin-top: auto !important;
}
.cid-urG6A1xaQ9 .mbr-section-title {
  color: #232323;
}
.cid-urG6A1xaQ9 .mbr-text,
.cid-urG6A1xaQ9 .mbr-section-btn {
  text-align: center;
}
.cid-urG6A1xaQ9 .item-title {
  text-align: left;
}
.cid-urG6A1xaQ9 .item-subtitle {
  text-align: left;
}
.cid-urG6A1xaQ9 .container-fluid {
  padding: 0;
}
.cid-urG6A1xaQ9 .item {
  background: #000000;
  background: transparent;
  padding: 24px;
  box-sizing: border-box;
  border-bottom: 1px solid #FFFFFF;
}
.cid-urG6A1xaQ9 .item .item-menu-overlay {
  opacity: 0;
  display: none !important;
}
.cid-urG6A1xaQ9 .display-4 {
  font-size: 1.25rem;
}
@media (min-width: 576px) {
  .cid-urG6A1xaQ9 .mbr-section-head {
    padding: 0 40px;
  }
  .cid-urG6A1xaQ9 .item {
    padding: 44px 40px;
  }
}
@media (min-width: 992px) {
  .cid-urG6A1xaQ9 .mbr-section-head {
    padding: 0 60px;
  }
  .cid-urG6A1xaQ9 .row {
    margin-right: -1px;
  }
  .cid-urG6A1xaQ9 .item {
    padding: 44px 60px;
    border-right: 1px solid #FFFFFF;
  }
}
.cid-urG6A29fdl {
  padding-top: 15px;
  padding-bottom: 15px;
  background-color: #141414;
}
.cid-urG6A29fdl hr {
  border: 0;
  clear: both;
  display: block;
  margin: 2.4rem auto;
  text-align: center;
  width: 100%;
}
.cid-urG6A29fdl .progress {
  background: #141414;
  opacity: 1;
  height: 1px;
  overflow: hidden;
  position: relative;
}
.cid-urG6A29fdl .progress::before {
  animation-duration: 10s;
  animation-timing-function: ease;
  animation-iteration-count: infinite;
  animation-name: progress;
  background: #ff4300;
  content: "";
  display: block;
  height: 1px;
  position: absolute;
  width: 100px;
}
@keyframes progress {
  from {
    margin-left: 0%;
    width: 200px;
  }
  to {
    margin-left: 100%;
    width: 200px;
  }
}
.cid-urG6A2J1sa {
  background-image: url("../../../assets/images/mbr-6.webp");
}
.cid-urG6A2J1sa .subtitle {
  color: #ffffff;
  text-transform: uppercase;
  margin-bottom: 40px;
  font-weight: 600;
}
.cid-urG6A2J1sa .sc__title {
  color: #ffffff;
  text-transform: uppercase;
  margin-bottom: 30px;
  font-weight: 600;
  padding-bottom: 0;
}
.cid-urG6A2J1sa .mbr-iconfont {
  font-size: 36px;
  color: #ffffff;
}
.cid-urG6A3rqid {
  margin-top: -1px;
  padding-top: 15px;
  padding-bottom: 30px;
  border-top: 1px solid #FFFFFF;
  background-color: #141414;
  overflow: hidden;
  border-bottom: 1px solid #ffffff;
}
.cid-urG6A3rqid .wrapper {
  display: flex;
  justify-content: space-between;
  align-items: center;
  flex-wrap: wrap;
}
.cid-urG6A3rqid .copyright {
  margin-right: 0.5rem;
}
.cid-urG6A3rqid .copyright,
.cid-urG6A3rqid .produced {
  margin-top: 0.5rem;
}
.cid-usq9qbKjyJ {
  z-index: 1000;
  width: 100%;
  position: relative;
  min-height: 60px;
}
.cid-usq9qbKjyJ nav.navbar {
  position: fixed;
}
.cid-usq9qbKjyJ .container-fluid {
  padding: 0;
}
.cid-usq9qbKjyJ .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-usq9qbKjyJ .dropdown-menu {
  padding: 0;
  border-radius: 4px;
  box-shadow: 0 1px 3px 0 rgba(0, 0, 0, 0.1);
}
.cid-usq9qbKjyJ .dropdown-item {
  border-bottom: 1px solid #e6e6e6;
}
.cid-usq9qbKjyJ .dropdown-item:hover,
.cid-usq9qbKjyJ .dropdown-item:focus {
  background: #141414 !important;
  color: white !important;
}
.cid-usq9qbKjyJ .dropdown-item:first-child {
  border-top-left-radius: 4px;
  border-top-right-radius: 4px;
}
.cid-usq9qbKjyJ .dropdown-item:last-child {
  border-bottom: none;
  border-bottom-left-radius: 4px;
  border-bottom-right-radius: 4px;
}
.cid-usq9qbKjyJ .nav-dropdown .link {
  padding: 0 0.3em !important;
  margin: 0.667em 1em !important;
}
.cid-usq9qbKjyJ .nav-dropdown .link.dropdown-toggle::after {
  margin-left: 0.5rem;
  margin-top: 0.2rem;
}
.cid-usq9qbKjyJ .nav-link {
  position: relative;
}
.cid-usq9qbKjyJ .nav-link::before {
  background-color: currentColor;
  display: block;
  position: absolute;
  bottom: 0;
  left: 0;
  content: "";
  height: 1px;
  width: 0%;
  -webkit-transition: width 0.5s ease-in-out;
  -moz--transition: width 0.5s ease-in-out;
  transition: width 0.5s ease-in-out;
}
.cid-usq9qbKjyJ .nav-link::after {
  background: transparent !important;
}
.cid-usq9qbKjyJ .nav-link:hover::before,
.cid-usq9qbKjyJ .nav-link :focus::before {
  width: 100%;
}
.cid-usq9qbKjyJ .container {
  display: flex;
  margin: auto;
}
.cid-usq9qbKjyJ .iconfont-wrapper {
  color: #ff4300 !important;
  font-size: 1.5rem;
  padding-right: 0.5rem;
  display: flex;
  align-items: center;
  justify-content: center;
  margin-right: 0.5rem;
  padding: 0.5rem;
  height: 2.5rem;
  width: 2.5rem;
  border: 1px solid currentColor;
}
.cid-usq9qbKjyJ .iconfont-wrapper:hover {
  background: #FFFFFF;
}
.cid-usq9qbKjyJ .iconfont-wrapper:hover .mbr-iconfont {
  color: #141414;
}
.cid-usq9qbKjyJ .dropdown-menu,
.cid-usq9qbKjyJ .navbar.opened {
  background: #141414 !important;
}
.cid-usq9qbKjyJ .nav-item:focus,
.cid-usq9qbKjyJ .nav-link:focus {
  outline: none;
}
.cid-usq9qbKjyJ .dropdown .dropdown-menu .dropdown-item {
  width: auto;
  transition: all 0.25s ease-in-out;
}
.cid-usq9qbKjyJ .dropdown .dropdown-menu .dropdown-item::after {
  right: 0.5rem;
  background: transparent !important;
}
.cid-usq9qbKjyJ .dropdown .dropdown-menu .dropdown-item .mbr-iconfont {
  margin-right: 0.5rem;
  vertical-align: sub;
}
.cid-usq9qbKjyJ .dropdown .dropdown-menu .dropdown-item .mbr-iconfont:before {
  display: inline-block;
  transform: scale(1, 1);
  transition: all 0.25s ease-in-out;
}
.cid-usq9qbKjyJ .collapsed .dropdown-menu .dropdown-item:before {
  display: none;
}
.cid-usq9qbKjyJ .collapsed .dropdown .dropdown-menu .dropdown-item {
  padding: 0.235em 1.5em 0.235em 1.5em !important;
  transition: none;
  margin: 0 !important;
}
.cid-usq9qbKjyJ .navbar {
  min-height: 70px;
  transition: all 0.3s;
  border-bottom: 1px solid #ffffff;
  box-shadow: 0 1px 3px 0 rgba(0, 0, 0, 0.1);
  background: #141414;
}
.cid-usq9qbKjyJ .navbar.opened {
  transition: all 0.3s;
}
.cid-usq9qbKjyJ .navbar .dropdown-item {
  padding: 0.5rem 1.8rem;
}
.cid-usq9qbKjyJ .navbar .navbar-logo img {
  width: auto;
}
.cid-usq9qbKjyJ .navbar .navbar-collapse {
  justify-content: flex-end;
  z-index: 1;
}
.cid-usq9qbKjyJ .navbar.collapsed {
  justify-content: center;
}
.cid-usq9qbKjyJ .navbar.collapsed .nav-item .nav-link::before {
  display: none;
}
.cid-usq9qbKjyJ .navbar.collapsed.opened .dropdown-menu {
  top: 0;
}
@media (min-width: 992px) {
  .cid-usq9qbKjyJ .navbar.collapsed.opened:not(.navbar-short) .navbar-collapse {
    max-height: calc(98.5vh - 3rem);
  }
}
.cid-usq9qbKjyJ .navbar.collapsed .dropdown-menu .dropdown-submenu {
  left: 0 !important;
}
.cid-usq9qbKjyJ .navbar.collapsed .dropdown-menu .dropdown-item:after {
  right: auto;
}
.cid-usq9qbKjyJ .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-usq9qbKjyJ .navbar.collapsed ul.navbar-nav li {
  margin: auto;
}
.cid-usq9qbKjyJ .navbar.collapsed .dropdown-menu .dropdown-item {
  padding: 0.25rem 1.5rem;
  text-align: center;
}
.cid-usq9qbKjyJ .navbar.collapsed .icons-menu {
  padding-left: 0;
  padding-right: 0;
  padding-top: 0.5rem;
  padding-bottom: 0.5rem;
}
@media (max-width: 991px) {
  .cid-usq9qbKjyJ .navbar .nav-item .nav-link::before {
    display: none;
  }
  .cid-usq9qbKjyJ .navbar.opened .dropdown-menu {
    top: 0;
  }
  .cid-usq9qbKjyJ .navbar .dropdown-menu .dropdown-submenu {
    left: 0 !important;
  }
  .cid-usq9qbKjyJ .navbar .dropdown-menu .dropdown-item:after {
    right: auto;
  }
  .cid-usq9qbKjyJ .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-usq9qbKjyJ .navbar .navbar-logo img {
    height: 3rem !important;
  }
  .cid-usq9qbKjyJ .navbar ul.navbar-nav li {
    margin: auto;
  }
  .cid-usq9qbKjyJ .navbar .dropdown-menu .dropdown-item {
    padding: 0.25rem 1.5rem !important;
    text-align: center;
  }
  .cid-usq9qbKjyJ .navbar .navbar-brand {
    flex-shrink: initial;
    flex-basis: auto;
    word-break: break-word;
    padding-right: 2rem;
  }
  .cid-usq9qbKjyJ .navbar .navbar-toggler {
    flex-basis: auto;
  }
  .cid-usq9qbKjyJ .navbar .icons-menu {
    padding-top: 0.5rem;
    padding-bottom: 0.5rem;
  }
}
.cid-usq9qbKjyJ .navbar.navbar-short {
  min-height: 60px;
}
.cid-usq9qbKjyJ .navbar.navbar-short .navbar-logo img {
  height: 2.5rem !important;
}
.cid-usq9qbKjyJ .navbar.navbar-short .navbar-brand {
  min-height: 60px;
  padding: 0;
}
.cid-usq9qbKjyJ .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-usq9qbKjyJ .navbar-brand .navbar-caption {
  line-height: inherit !important;
}
.cid-usq9qbKjyJ .navbar-brand .display-7 {
  font-size: 24px;
}
.cid-usq9qbKjyJ .navbar-brand .navbar-logo a {
  outline: none;
}
.cid-usq9qbKjyJ .dropdown-item.active,
.cid-usq9qbKjyJ .dropdown-item:active {
  background-color: transparent;
}
.cid-usq9qbKjyJ .navbar-expand-lg .navbar-nav .nav-link {
  padding: 0;
}
.cid-usq9qbKjyJ .nav-dropdown .link.dropdown-toggle {
  margin-right: 1.667em;
}
.cid-usq9qbKjyJ .nav-dropdown .link.dropdown-toggle[aria-expanded="true"] {
  margin-right: 0;
  padding: 0.667em 1.667em;
}
.cid-usq9qbKjyJ .navbar.navbar-expand-lg .dropdown .dropdown-menu {
  background: #141414;
}
.cid-usq9qbKjyJ .navbar.navbar-expand-lg .dropdown .dropdown-menu .dropdown-submenu {
  margin: 0;
  left: 100%;
}
.cid-usq9qbKjyJ .navbar .dropdown.open > .dropdown-menu {
  display: block;
}
.cid-usq9qbKjyJ ul.navbar-nav {
  flex-wrap: wrap;
}
.cid-usq9qbKjyJ .navbar-buttons {
  text-align: center;
  min-width: 170px;
}
@media (min-width: 992px) {
  .cid-usq9qbKjyJ .navbar-buttons {
    margin-bottom: -1px;
    margin-top: -1px;
  }
}
.cid-usq9qbKjyJ button.navbar-toggler {
  outline: none;
  width: 31px;
  height: 20px;
  cursor: pointer;
  transition: all 0.2s;
  position: relative;
  align-self: center;
}
.cid-usq9qbKjyJ button.navbar-toggler .hamburger span {
  position: absolute;
  right: 0;
  width: 30px;
  height: 2px;
  border-right: 5px;
  background-color: #ffffff;
}
.cid-usq9qbKjyJ button.navbar-toggler .hamburger span:nth-child(1) {
  top: 0;
  transition: all 0.2s;
}
.cid-usq9qbKjyJ button.navbar-toggler .hamburger span:nth-child(2) {
  top: 8px;
  transition: all 0.15s;
}
.cid-usq9qbKjyJ button.navbar-toggler .hamburger span:nth-child(3) {
  top: 8px;
  transition: all 0.15s;
}
.cid-usq9qbKjyJ button.navbar-toggler .hamburger span:nth-child(4) {
  top: 16px;
  transition: all 0.2s;
}
.cid-usq9qbKjyJ nav.opened .hamburger span:nth-child(1) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-usq9qbKjyJ nav.opened .hamburger span:nth-child(2) {
  transform: rotate(45deg);
  transition: all 0.25s;
}
.cid-usq9qbKjyJ nav.opened .hamburger span:nth-child(3) {
  transform: rotate(-45deg);
  transition: all 0.25s;
}
.cid-usq9qbKjyJ nav.opened .hamburger span:nth-child(4) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-usq9qbKjyJ .navbar-dropdown {
  padding: 0 24px;
  position: fixed;
}
@media (min-width: 576px) {
  .cid-usq9qbKjyJ .navbar-dropdown {
    padding: 0 40px;
    min-height: 80px;
  }
}
@media (min-width: 768px) {
  .cid-usq9qbKjyJ .navbar-dropdown {
    padding: 0 60px;
  }
}
@media (min-width: 992px) {
  .cid-usq9qbKjyJ .navbar-dropdown {
    padding: 0 0 0 60px;
  }
}
.cid-usq9qbKjyJ a.nav-link {
  display: flex;
  align-items: center;
  justify-content: center;
}
.cid-usq9qbKjyJ .icons-menu {
  flex-wrap: nowrap;
  display: flex;
  justify-content: center;
  padding-left: 1.5rem;
  padding-right: 1rem;
  padding-top: 0.3rem;
  text-align: center;
}
@media (min-width: 992px) {
  .cid-usq9qbKjyJ .icons-menu {
    padding-left: 1rem;
  }
}
@media screen and (-ms-high-contrast: active), (-ms-high-contrast: none) {
  .cid-usq9qbKjyJ .navbar {
    height: 70px;
  }
  .cid-usq9qbKjyJ .navbar.opened {
    height: auto;
  }
  .cid-usq9qbKjyJ .nav-item .nav-link:hover::before {
    width: 175%;
    max-width: calc(100% + 2rem);
    left: -1rem;
  }
}
.cid-usq9qbKjyJ .btn {
  min-height: 81px;
  margin: 0.667rem 0.667rem 1.4rem;
  padding: 0 64px;
}
@media (min-width: 992px) {
  .cid-usq9qbKjyJ .btn {
    margin: 0 0 0 0.6rem;
  }
}
.cid-usq9qbKjyJ .btn-info-outline {
  border: 1px solid currentColor;
  background: #232323 !important;
}
.cid-usq9qbKjyJ .btn-info-outline:hover {
  background: #595959 !important;
  border: 1px solid currentColor !important;
}
.cid-usq9qc86vT {
  padding-top: 5rem;
  padding-bottom: 0rem;
  background-color: #141414;
}
.cid-usq9qc86vT .row {
  border-top: 1px solid #FFFFFF;
  margin-top: -1px;
}
@media (min-width: 768px) {
  .cid-usq9qc86vT .row {
    border-bottom: 1px solid #FFFFFF;
  }
}
.cid-usq9qc86vT .title-text-container {
  max-width: 1300px;
  margin-left: auto;
  margin-right: auto;
  padding: 0 60px;
}
@media (max-width: 575px) {
  .cid-usq9qc86vT .title-text-container {
    padding: 0 24px;
  }
}
.cid-usq9qc86vT .title-content-container {
  padding: 0 0 80px;
  margin-left: -12px;
  margin-right: -12px;
}
.cid-usq9qc86vT .mbr-section-title-container,
.cid-usq9qc86vT .title_text {
  margin-bottom: 16px;
}
.cid-usq9qc86vT .card_title {
  color: #FFFFFF;
}
.cid-usq9qc86vT .card {
  display: flex;
  justify-content: center;
  align-items: center;
  border-radius: 0;
  margin-top: -1px;
  padding: 64px 0;
}
@media (max-width: 991px) {
  .cid-usq9qc86vT .card {
    padding: 40px;
  }
}
@media (max-width: 767px) {
  .cid-usq9qc86vT .card {
    border-bottom: 1px solid #FFFFFF;
  }
}
@media (max-width: 575px) {
  .cid-usq9qc86vT .card {
    padding: 24px;
  }
}
@media (min-width: 768px) {
  .cid-usq9qc86vT .card_left {
    border-right: 1px solid #ffffff;
  }
}
.cid-usq9qc86vT .card-content {
  max-width: 400px;
}
.cid-usq9qc86vT .card__title-container {
  display: flex;
  flex-direction: row;
  align-items: center;
}
@media (max-width: 991px) {
  .cid-usq9qc86vT .card__title-container {
    flex-wrap: wrap;
  }
}
@media (max-width: 575px) {
  .cid-usq9qc86vT .card__title-container {
    flex-wrap: nowrap;
  }
}
.cid-usq9qc86vT .number-container {
  font-size: 6.8rem;
  line-height: 110px;
  margin-right: 16px;
  word-break: normal;
}
@media (max-width: 991px) {
  .cid-usq9qc86vT .number-container {
    width: 100%;
    margin-right: 0;
  }
}
@media (max-width: 575px) {
  .cid-usq9qc86vT .number-container {
    font-size: 4rem;
    width: auto;
    margin-right: 16px;
    line-height: normal;
  }
}
@media (min-width: 768px) {
  .cid-usq9qc86vT .wrapper {
    margin-left: -20px;
    margin-right: -20px;
  }
}
.cid-usq9qc86vT .mbr-section-title {
  color: #ff4300;
}
.cid-usq9qcsaul {
  background-color: #141414;
}
.cid-usq9qcsaul .mbr-fallback-image.disabled {
  display: none;
}
.cid-usq9qcsaul .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-usq9qcsaul .container-fluid {
  padding: 0 60px;
}
@media (max-width: 1440px) {
  .cid-usq9qcsaul .container-fluid {
    padding: 0 42px;
  }
}
@media (max-width: 992px) {
  .cid-usq9qcsaul .container-fluid {
    padding: 0 16px;
  }
}
@media (max-width: 992px) {
  .cid-usq9qcsaul .container {
    padding: 0 16px;
  }
}
.cid-usq9qcsaul .row {
  margin: 0 -20px;
}
.cid-usq9qcsaul .item {
  padding: 0 20px;
}
.cid-usq9qcsaul .item .item-wrapper .item-img img {
  height: 700px;
  object-fit: cover;
  margin-bottom: 40px;
}
@media (max-width: 992px) {
  .cid-usq9qcsaul .item .item-wrapper .item-img img {
    height: 350px;
  }
}
.cid-usq9qcOSSS {
  margin-top: -1px;
  padding-top: 15px;
  padding-bottom: 30px;
  border-top: 1px solid #FFFFFF;
  background-color: #141414;
  overflow: hidden;
  border-bottom: 1px solid #ffffff;
}
.cid-usq9qcOSSS .wrapper {
  display: flex;
  justify-content: space-between;
  align-items: center;
  flex-wrap: wrap;
}
.cid-usq9qcOSSS .copyright {
  margin-right: 0.5rem;
}
.cid-usq9qcOSSS .copyright,
.cid-usq9qcOSSS .produced {
  margin-top: 0.5rem;
}
.cid-usqaemaAV8 {
  z-index: 1000;
  width: 100%;
  position: relative;
  min-height: 60px;
}
.cid-usqaemaAV8 nav.navbar {
  position: fixed;
}
.cid-usqaemaAV8 .container-fluid {
  padding: 0;
}
.cid-usqaemaAV8 .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-usqaemaAV8 .dropdown-menu {
  padding: 0;
  border-radius: 4px;
  box-shadow: 0 1px 3px 0 rgba(0, 0, 0, 0.1);
}
.cid-usqaemaAV8 .dropdown-item {
  border-bottom: 1px solid #e6e6e6;
}
.cid-usqaemaAV8 .dropdown-item:hover,
.cid-usqaemaAV8 .dropdown-item:focus {
  background: #141414 !important;
  color: white !important;
}
.cid-usqaemaAV8 .dropdown-item:first-child {
  border-top-left-radius: 4px;
  border-top-right-radius: 4px;
}
.cid-usqaemaAV8 .dropdown-item:last-child {
  border-bottom: none;
  border-bottom-left-radius: 4px;
  border-bottom-right-radius: 4px;
}
.cid-usqaemaAV8 .nav-dropdown .link {
  padding: 0 0.3em !important;
  margin: 0.667em 1em !important;
}
.cid-usqaemaAV8 .nav-dropdown .link.dropdown-toggle::after {
  margin-left: 0.5rem;
  margin-top: 0.2rem;
}
.cid-usqaemaAV8 .nav-link {
  position: relative;
}
.cid-usqaemaAV8 .nav-link::before {
  background-color: currentColor;
  display: block;
  position: absolute;
  bottom: 0;
  left: 0;
  content: "";
  height: 1px;
  width: 0%;
  -webkit-transition: width 0.5s ease-in-out;
  -moz--transition: width 0.5s ease-in-out;
  transition: width 0.5s ease-in-out;
}
.cid-usqaemaAV8 .nav-link::after {
  background: transparent !important;
}
.cid-usqaemaAV8 .nav-link:hover::before,
.cid-usqaemaAV8 .nav-link :focus::before {
  width: 100%;
}
.cid-usqaemaAV8 .container {
  display: flex;
  margin: auto;
}
.cid-usqaemaAV8 .iconfont-wrapper {
  color: #ff4300 !important;
  font-size: 1.5rem;
  padding-right: 0.5rem;
  display: flex;
  align-items: center;
  justify-content: center;
  margin-right: 0.5rem;
  padding: 0.5rem;
  height: 2.5rem;
  width: 2.5rem;
  border: 1px solid currentColor;
}
.cid-usqaemaAV8 .iconfont-wrapper:hover {
  background: #FFFFFF;
}
.cid-usqaemaAV8 .iconfont-wrapper:hover .mbr-iconfont {
  color: #141414;
}
.cid-usqaemaAV8 .dropdown-menu,
.cid-usqaemaAV8 .navbar.opened {
  background: #141414 !important;
}
.cid-usqaemaAV8 .nav-item:focus,
.cid-usqaemaAV8 .nav-link:focus {
  outline: none;
}
.cid-usqaemaAV8 .dropdown .dropdown-menu .dropdown-item {
  width: auto;
  transition: all 0.25s ease-in-out;
}
.cid-usqaemaAV8 .dropdown .dropdown-menu .dropdown-item::after {
  right: 0.5rem;
  background: transparent !important;
}
.cid-usqaemaAV8 .dropdown .dropdown-menu .dropdown-item .mbr-iconfont {
  margin-right: 0.5rem;
  vertical-align: sub;
}
.cid-usqaemaAV8 .dropdown .dropdown-menu .dropdown-item .mbr-iconfont:before {
  display: inline-block;
  transform: scale(1, 1);
  transition: all 0.25s ease-in-out;
}
.cid-usqaemaAV8 .collapsed .dropdown-menu .dropdown-item:before {
  display: none;
}
.cid-usqaemaAV8 .collapsed .dropdown .dropdown-menu .dropdown-item {
  padding: 0.235em 1.5em 0.235em 1.5em !important;
  transition: none;
  margin: 0 !important;
}
.cid-usqaemaAV8 .navbar {
  min-height: 70px;
  transition: all 0.3s;
  border-bottom: 1px solid #ffffff;
  box-shadow: 0 1px 3px 0 rgba(0, 0, 0, 0.1);
  background: #141414;
}
.cid-usqaemaAV8 .navbar.opened {
  transition: all 0.3s;
}
.cid-usqaemaAV8 .navbar .dropdown-item {
  padding: 0.5rem 1.8rem;
}
.cid-usqaemaAV8 .navbar .navbar-logo img {
  width: auto;
}
.cid-usqaemaAV8 .navbar .navbar-collapse {
  justify-content: flex-end;
  z-index: 1;
}
.cid-usqaemaAV8 .navbar.collapsed {
  justify-content: center;
}
.cid-usqaemaAV8 .navbar.collapsed .nav-item .nav-link::before {
  display: none;
}
.cid-usqaemaAV8 .navbar.collapsed.opened .dropdown-menu {
  top: 0;
}
@media (min-width: 992px) {
  .cid-usqaemaAV8 .navbar.collapsed.opened:not(.navbar-short) .navbar-collapse {
    max-height: calc(98.5vh - 3rem);
  }
}
.cid-usqaemaAV8 .navbar.collapsed .dropdown-menu .dropdown-submenu {
  left: 0 !important;
}
.cid-usqaemaAV8 .navbar.collapsed .dropdown-menu .dropdown-item:after {
  right: auto;
}
.cid-usqaemaAV8 .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-usqaemaAV8 .navbar.collapsed ul.navbar-nav li {
  margin: auto;
}
.cid-usqaemaAV8 .navbar.collapsed .dropdown-menu .dropdown-item {
  padding: 0.25rem 1.5rem;
  text-align: center;
}
.cid-usqaemaAV8 .navbar.collapsed .icons-menu {
  padding-left: 0;
  padding-right: 0;
  padding-top: 0.5rem;
  padding-bottom: 0.5rem;
}
@media (max-width: 991px) {
  .cid-usqaemaAV8 .navbar .nav-item .nav-link::before {
    display: none;
  }
  .cid-usqaemaAV8 .navbar.opened .dropdown-menu {
    top: 0;
  }
  .cid-usqaemaAV8 .navbar .dropdown-menu .dropdown-submenu {
    left: 0 !important;
  }
  .cid-usqaemaAV8 .navbar .dropdown-menu .dropdown-item:after {
    right: auto;
  }
  .cid-usqaemaAV8 .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-usqaemaAV8 .navbar .navbar-logo img {
    height: 3rem !important;
  }
  .cid-usqaemaAV8 .navbar ul.navbar-nav li {
    margin: auto;
  }
  .cid-usqaemaAV8 .navbar .dropdown-menu .dropdown-item {
    padding: 0.25rem 1.5rem !important;
    text-align: center;
  }
  .cid-usqaemaAV8 .navbar .navbar-brand {
    flex-shrink: initial;
    flex-basis: auto;
    word-break: break-word;
    padding-right: 2rem;
  }
  .cid-usqaemaAV8 .navbar .navbar-toggler {
    flex-basis: auto;
  }
  .cid-usqaemaAV8 .navbar .icons-menu {
    padding-top: 0.5rem;
    padding-bottom: 0.5rem;
  }
}
.cid-usqaemaAV8 .navbar.navbar-short {
  min-height: 60px;
}
.cid-usqaemaAV8 .navbar.navbar-short .navbar-logo img {
  height: 2.5rem !important;
}
.cid-usqaemaAV8 .navbar.navbar-short .navbar-brand {
  min-height: 60px;
  padding: 0;
}
.cid-usqaemaAV8 .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-usqaemaAV8 .navbar-brand .navbar-caption {
  line-height: inherit !important;
}
.cid-usqaemaAV8 .navbar-brand .display-7 {
  font-size: 24px;
}
.cid-usqaemaAV8 .navbar-brand .navbar-logo a {
  outline: none;
}
.cid-usqaemaAV8 .dropdown-item.active,
.cid-usqaemaAV8 .dropdown-item:active {
  background-color: transparent;
}
.cid-usqaemaAV8 .navbar-expand-lg .navbar-nav .nav-link {
  padding: 0;
}
.cid-usqaemaAV8 .nav-dropdown .link.dropdown-toggle {
  margin-right: 1.667em;
}
.cid-usqaemaAV8 .nav-dropdown .link.dropdown-toggle[aria-expanded="true"] {
  margin-right: 0;
  padding: 0.667em 1.667em;
}
.cid-usqaemaAV8 .navbar.navbar-expand-lg .dropdown .dropdown-menu {
  background: #141414;
}
.cid-usqaemaAV8 .navbar.navbar-expand-lg .dropdown .dropdown-menu .dropdown-submenu {
  margin: 0;
  left: 100%;
}
.cid-usqaemaAV8 .navbar .dropdown.open > .dropdown-menu {
  display: block;
}
.cid-usqaemaAV8 ul.navbar-nav {
  flex-wrap: wrap;
}
.cid-usqaemaAV8 .navbar-buttons {
  text-align: center;
  min-width: 170px;
}
@media (min-width: 992px) {
  .cid-usqaemaAV8 .navbar-buttons {
    margin-bottom: -1px;
    margin-top: -1px;
  }
}
.cid-usqaemaAV8 button.navbar-toggler {
  outline: none;
  width: 31px;
  height: 20px;
  cursor: pointer;
  transition: all 0.2s;
  position: relative;
  align-self: center;
}
.cid-usqaemaAV8 button.navbar-toggler .hamburger span {
  position: absolute;
  right: 0;
  width: 30px;
  height: 2px;
  border-right: 5px;
  background-color: #ffffff;
}
.cid-usqaemaAV8 button.navbar-toggler .hamburger span:nth-child(1) {
  top: 0;
  transition: all 0.2s;
}
.cid-usqaemaAV8 button.navbar-toggler .hamburger span:nth-child(2) {
  top: 8px;
  transition: all 0.15s;
}
.cid-usqaemaAV8 button.navbar-toggler .hamburger span:nth-child(3) {
  top: 8px;
  transition: all 0.15s;
}
.cid-usqaemaAV8 button.navbar-toggler .hamburger span:nth-child(4) {
  top: 16px;
  transition: all 0.2s;
}
.cid-usqaemaAV8 nav.opened .hamburger span:nth-child(1) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-usqaemaAV8 nav.opened .hamburger span:nth-child(2) {
  transform: rotate(45deg);
  transition: all 0.25s;
}
.cid-usqaemaAV8 nav.opened .hamburger span:nth-child(3) {
  transform: rotate(-45deg);
  transition: all 0.25s;
}
.cid-usqaemaAV8 nav.opened .hamburger span:nth-child(4) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-usqaemaAV8 .navbar-dropdown {
  padding: 0 24px;
  position: fixed;
}
@media (min-width: 576px) {
  .cid-usqaemaAV8 .navbar-dropdown {
    padding: 0 40px;
    min-height: 80px;
  }
}
@media (min-width: 768px) {
  .cid-usqaemaAV8 .navbar-dropdown {
    padding: 0 60px;
  }
}
@media (min-width: 992px) {
  .cid-usqaemaAV8 .navbar-dropdown {
    padding: 0 0 0 60px;
  }
}
.cid-usqaemaAV8 a.nav-link {
  display: flex;
  align-items: center;
  justify-content: center;
}
.cid-usqaemaAV8 .icons-menu {
  flex-wrap: nowrap;
  display: flex;
  justify-content: center;
  padding-left: 1.5rem;
  padding-right: 1rem;
  padding-top: 0.3rem;
  text-align: center;
}
@media (min-width: 992px) {
  .cid-usqaemaAV8 .icons-menu {
    padding-left: 1rem;
  }
}
@media screen and (-ms-high-contrast: active), (-ms-high-contrast: none) {
  .cid-usqaemaAV8 .navbar {
    height: 70px;
  }
  .cid-usqaemaAV8 .navbar.opened {
    height: auto;
  }
  .cid-usqaemaAV8 .nav-item .nav-link:hover::before {
    width: 175%;
    max-width: calc(100% + 2rem);
    left: -1rem;
  }
}
.cid-usqaemaAV8 .btn {
  min-height: 81px;
  margin: 0.667rem 0.667rem 1.4rem;
  padding: 0 64px;
}
@media (min-width: 992px) {
  .cid-usqaemaAV8 .btn {
    margin: 0 0 0 0.6rem;
  }
}
.cid-usqaemaAV8 .btn-info-outline {
  border: 1px solid currentColor;
  background: #232323 !important;
}
.cid-usqaemaAV8 .btn-info-outline:hover {
  background: #595959 !important;
  border: 1px solid currentColor !important;
}
.cid-usqaemyXyH {
  padding-top: 5rem;
  padding-bottom: 0rem;
  background-color: #141414;
}
.cid-usqaemyXyH .row {
  border-top: 1px solid #FFFFFF;
  margin-top: -1px;
}
@media (min-width: 768px) {
  .cid-usqaemyXyH .row {
    border-bottom: 1px solid #FFFFFF;
  }
}
.cid-usqaemyXyH .title-text-container {
  max-width: 1300px;
  margin-left: auto;
  margin-right: auto;
  padding: 0 60px;
}
@media (max-width: 575px) {
  .cid-usqaemyXyH .title-text-container {
    padding: 0 24px;
  }
}
.cid-usqaemyXyH .title-content-container {
  padding: 0 0 80px;
  margin-left: -12px;
  margin-right: -12px;
}
.cid-usqaemyXyH .mbr-section-title-container,
.cid-usqaemyXyH .title_text {
  margin-bottom: 16px;
}
.cid-usqaemyXyH .card_title {
  color: #FFFFFF;
}
.cid-usqaemyXyH .card {
  display: flex;
  justify-content: center;
  align-items: center;
  border-radius: 0;
  margin-top: -1px;
  padding: 64px 0;
}
@media (max-width: 991px) {
  .cid-usqaemyXyH .card {
    padding: 40px;
  }
}
@media (max-width: 767px) {
  .cid-usqaemyXyH .card {
    border-bottom: 1px solid #FFFFFF;
  }
}
@media (max-width: 575px) {
  .cid-usqaemyXyH .card {
    padding: 24px;
  }
}
@media (min-width: 768px) {
  .cid-usqaemyXyH .card_left {
    border-right: 1px solid #ffffff;
  }
}
.cid-usqaemyXyH .card-content {
  max-width: 400px;
}
.cid-usqaemyXyH .card__title-container {
  display: flex;
  flex-direction: row;
  align-items: center;
}
@media (max-width: 991px) {
  .cid-usqaemyXyH .card__title-container {
    flex-wrap: wrap;
  }
}
@media (max-width: 575px) {
  .cid-usqaemyXyH .card__title-container {
    flex-wrap: nowrap;
  }
}
.cid-usqaemyXyH .number-container {
  font-size: 6.8rem;
  line-height: 110px;
  margin-right: 16px;
  word-break: normal;
}
@media (max-width: 991px) {
  .cid-usqaemyXyH .number-container {
    width: 100%;
    margin-right: 0;
  }
}
@media (max-width: 575px) {
  .cid-usqaemyXyH .number-container {
    font-size: 4rem;
    width: auto;
    margin-right: 16px;
    line-height: normal;
  }
}
@media (min-width: 768px) {
  .cid-usqaemyXyH .wrapper {
    margin-left: -20px;
    margin-right: -20px;
  }
}
.cid-usqaemyXyH .mbr-section-title {
  color: #ff4300;
}
.cid-usqaemTkZ4 {
  background-color: #141414;
}
.cid-usqaemTkZ4 .mbr-fallback-image.disabled {
  display: none;
}
.cid-usqaemTkZ4 .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-usqaemTkZ4 .container-fluid {
  padding: 0 60px;
}
@media (max-width: 1440px) {
  .cid-usqaemTkZ4 .container-fluid {
    padding: 0 42px;
  }
}
@media (max-width: 992px) {
  .cid-usqaemTkZ4 .container-fluid {
    padding: 0 16px;
  }
}
@media (max-width: 992px) {
  .cid-usqaemTkZ4 .container {
    padding: 0 16px;
  }
}
.cid-usqaemTkZ4 .row {
  margin: 0 -20px;
}
.cid-usqaemTkZ4 .item {
  padding: 0 20px;
}
.cid-usqaemTkZ4 .item .item-wrapper .item-img img {
  height: 700px;
  object-fit: cover;
  margin-bottom: 40px;
}
@media (max-width: 992px) {
  .cid-usqaemTkZ4 .item .item-wrapper .item-img img {
    height: 350px;
  }
}
.cid-usqaeniQ2q {
  margin-top: -1px;
  padding-top: 15px;
  padding-bottom: 30px;
  border-top: 1px solid #FFFFFF;
  background-color: #141414;
  overflow: hidden;
  border-bottom: 1px solid #ffffff;
}
.cid-usqaeniQ2q .wrapper {
  display: flex;
  justify-content: space-between;
  align-items: center;
  flex-wrap: wrap;
}
.cid-usqaeniQ2q .copyright {
  margin-right: 0.5rem;
}
.cid-usqaeniQ2q .copyright,
.cid-usqaeniQ2q .produced {
  margin-top: 0.5rem;
}
.cid-uwipDbopVt {
  z-index: 1000;
  width: 100%;
  position: relative;
  min-height: 60px;
}
.cid-uwipDbopVt nav.navbar {
  position: fixed;
}
.cid-uwipDbopVt .container-fluid {
  padding: 0;
}
.cid-uwipDbopVt .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-uwipDbopVt .dropdown-menu {
  padding: 0;
  border-radius: 4px;
  box-shadow: 0 1px 3px 0 rgba(0, 0, 0, 0.1);
}
.cid-uwipDbopVt .dropdown-item {
  border-bottom: 1px solid #e6e6e6;
}
.cid-uwipDbopVt .dropdown-item:hover,
.cid-uwipDbopVt .dropdown-item:focus {
  background: #141414 !important;
  color: white !important;
}
.cid-uwipDbopVt .dropdown-item:first-child {
  border-top-left-radius: 4px;
  border-top-right-radius: 4px;
}
.cid-uwipDbopVt .dropdown-item:last-child {
  border-bottom: none;
  border-bottom-left-radius: 4px;
  border-bottom-right-radius: 4px;
}
.cid-uwipDbopVt .nav-dropdown .link {
  padding: 0 0.3em !important;
  margin: 0.667em 1em !important;
}
.cid-uwipDbopVt .nav-dropdown .link.dropdown-toggle::after {
  margin-left: 0.5rem;
  margin-top: 0.2rem;
}
.cid-uwipDbopVt .nav-link {
  position: relative;
}
.cid-uwipDbopVt .nav-link::before {
  background-color: currentColor;
  display: block;
  position: absolute;
  bottom: 0;
  left: 0;
  content: "";
  height: 1px;
  width: 0%;
  -webkit-transition: width 0.5s ease-in-out;
  -moz--transition: width 0.5s ease-in-out;
  transition: width 0.5s ease-in-out;
}
.cid-uwipDbopVt .nav-link::after {
  background: transparent !important;
}
.cid-uwipDbopVt .nav-link:hover::before,
.cid-uwipDbopVt .nav-link :focus::before {
  width: 100%;
}
.cid-uwipDbopVt .container {
  display: flex;
  margin: auto;
}
.cid-uwipDbopVt .iconfont-wrapper {
  color: #ff4300 !important;
  font-size: 1.5rem;
  padding-right: 0.5rem;
  display: flex;
  align-items: center;
  justify-content: center;
  margin-right: 0.5rem;
  padding: 0.5rem;
  height: 2.5rem;
  width: 2.5rem;
  border: 1px solid currentColor;
}
.cid-uwipDbopVt .iconfont-wrapper:hover {
  background: #FFFFFF;
}
.cid-uwipDbopVt .iconfont-wrapper:hover .mbr-iconfont {
  color: #141414;
}
.cid-uwipDbopVt .dropdown-menu,
.cid-uwipDbopVt .navbar.opened {
  background: #141414 !important;
}
.cid-uwipDbopVt .nav-item:focus,
.cid-uwipDbopVt .nav-link:focus {
  outline: none;
}
.cid-uwipDbopVt .dropdown .dropdown-menu .dropdown-item {
  width: auto;
  transition: all 0.25s ease-in-out;
}
.cid-uwipDbopVt .dropdown .dropdown-menu .dropdown-item::after {
  right: 0.5rem;
  background: transparent !important;
}
.cid-uwipDbopVt .dropdown .dropdown-menu .dropdown-item .mbr-iconfont {
  margin-right: 0.5rem;
  vertical-align: sub;
}
.cid-uwipDbopVt .dropdown .dropdown-menu .dropdown-item .mbr-iconfont:before {
  display: inline-block;
  transform: scale(1, 1);
  transition: all 0.25s ease-in-out;
}
.cid-uwipDbopVt .collapsed .dropdown-menu .dropdown-item:before {
  display: none;
}
.cid-uwipDbopVt .collapsed .dropdown .dropdown-menu .dropdown-item {
  padding: 0.235em 1.5em 0.235em 1.5em !important;
  transition: none;
  margin: 0 !important;
}
.cid-uwipDbopVt .navbar {
  min-height: 70px;
  transition: all 0.3s;
  border-bottom: 1px solid #ffffff;
  box-shadow: 0 1px 3px 0 rgba(0, 0, 0, 0.1);
  background: #141414;
}
.cid-uwipDbopVt .navbar.opened {
  transition: all 0.3s;
}
.cid-uwipDbopVt .navbar .dropdown-item {
  padding: 0.5rem 1.8rem;
}
.cid-uwipDbopVt .navbar .navbar-logo img {
  width: auto;
}
.cid-uwipDbopVt .navbar .navbar-collapse {
  justify-content: flex-end;
  z-index: 1;
}
.cid-uwipDbopVt .navbar.collapsed {
  justify-content: center;
}
.cid-uwipDbopVt .navbar.collapsed .nav-item .nav-link::before {
  display: none;
}
.cid-uwipDbopVt .navbar.collapsed.opened .dropdown-menu {
  top: 0;
}
@media (min-width: 992px) {
  .cid-uwipDbopVt .navbar.collapsed.opened:not(.navbar-short) .navbar-collapse {
    max-height: calc(98.5vh - 3rem);
  }
}
.cid-uwipDbopVt .navbar.collapsed .dropdown-menu .dropdown-submenu {
  left: 0 !important;
}
.cid-uwipDbopVt .navbar.collapsed .dropdown-menu .dropdown-item:after {
  right: auto;
}
.cid-uwipDbopVt .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-uwipDbopVt .navbar.collapsed ul.navbar-nav li {
  margin: auto;
}
.cid-uwipDbopVt .navbar.collapsed .dropdown-menu .dropdown-item {
  padding: 0.25rem 1.5rem;
  text-align: center;
}
.cid-uwipDbopVt .navbar.collapsed .icons-menu {
  padding-left: 0;
  padding-right: 0;
  padding-top: 0.5rem;
  padding-bottom: 0.5rem;
}
@media (max-width: 991px) {
  .cid-uwipDbopVt .navbar .nav-item .nav-link::before {
    display: none;
  }
  .cid-uwipDbopVt .navbar.opened .dropdown-menu {
    top: 0;
  }
  .cid-uwipDbopVt .navbar .dropdown-menu .dropdown-submenu {
    left: 0 !important;
  }
  .cid-uwipDbopVt .navbar .dropdown-menu .dropdown-item:after {
    right: auto;
  }
  .cid-uwipDbopVt .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-uwipDbopVt .navbar .navbar-logo img {
    height: 3rem !important;
  }
  .cid-uwipDbopVt .navbar ul.navbar-nav li {
    margin: auto;
  }
  .cid-uwipDbopVt .navbar .dropdown-menu .dropdown-item {
    padding: 0.25rem 1.5rem !important;
    text-align: center;
  }
  .cid-uwipDbopVt .navbar .navbar-brand {
    flex-shrink: initial;
    flex-basis: auto;
    word-break: break-word;
    padding-right: 2rem;
  }
  .cid-uwipDbopVt .navbar .navbar-toggler {
    flex-basis: auto;
  }
  .cid-uwipDbopVt .navbar .icons-menu {
    padding-top: 0.5rem;
    padding-bottom: 0.5rem;
  }
}
.cid-uwipDbopVt .navbar.navbar-short {
  min-height: 60px;
}
.cid-uwipDbopVt .navbar.navbar-short .navbar-logo img {
  height: 2.5rem !important;
}
.cid-uwipDbopVt .navbar.navbar-short .navbar-brand {
  min-height: 60px;
  padding: 0;
}
.cid-uwipDbopVt .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-uwipDbopVt .navbar-brand .navbar-caption {
  line-height: inherit !important;
}
.cid-uwipDbopVt .navbar-brand .display-7 {
  font-size: 24px;
}
.cid-uwipDbopVt .navbar-brand .navbar-logo a {
  outline: none;
}
.cid-uwipDbopVt .dropdown-item.active,
.cid-uwipDbopVt .dropdown-item:active {
  background-color: transparent;
}
.cid-uwipDbopVt .navbar-expand-lg .navbar-nav .nav-link {
  padding: 0;
}
.cid-uwipDbopVt .nav-dropdown .link.dropdown-toggle {
  margin-right: 1.667em;
}
.cid-uwipDbopVt .nav-dropdown .link.dropdown-toggle[aria-expanded="true"] {
  margin-right: 0;
  padding: 0.667em 1.667em;
}
.cid-uwipDbopVt .navbar.navbar-expand-lg .dropdown .dropdown-menu {
  background: #141414;
}
.cid-uwipDbopVt .navbar.navbar-expand-lg .dropdown .dropdown-menu .dropdown-submenu {
  margin: 0;
  left: 100%;
}
.cid-uwipDbopVt .navbar .dropdown.open > .dropdown-menu {
  display: block;
}
.cid-uwipDbopVt ul.navbar-nav {
  flex-wrap: wrap;
}
.cid-uwipDbopVt .navbar-buttons {
  text-align: center;
  min-width: 170px;
}
@media (min-width: 992px) {
  .cid-uwipDbopVt .navbar-buttons {
    margin-bottom: -1px;
    margin-top: -1px;
  }
}
.cid-uwipDbopVt button.navbar-toggler {
  outline: none;
  width: 31px;
  height: 20px;
  cursor: pointer;
  transition: all 0.2s;
  position: relative;
  align-self: center;
}
.cid-uwipDbopVt button.navbar-toggler .hamburger span {
  position: absolute;
  right: 0;
  width: 30px;
  height: 2px;
  border-right: 5px;
  background-color: #ffffff;
}
.cid-uwipDbopVt button.navbar-toggler .hamburger span:nth-child(1) {
  top: 0;
  transition: all 0.2s;
}
.cid-uwipDbopVt button.navbar-toggler .hamburger span:nth-child(2) {
  top: 8px;
  transition: all 0.15s;
}
.cid-uwipDbopVt button.navbar-toggler .hamburger span:nth-child(3) {
  top: 8px;
  transition: all 0.15s;
}
.cid-uwipDbopVt button.navbar-toggler .hamburger span:nth-child(4) {
  top: 16px;
  transition: all 0.2s;
}
.cid-uwipDbopVt nav.opened .hamburger span:nth-child(1) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-uwipDbopVt nav.opened .hamburger span:nth-child(2) {
  transform: rotate(45deg);
  transition: all 0.25s;
}
.cid-uwipDbopVt nav.opened .hamburger span:nth-child(3) {
  transform: rotate(-45deg);
  transition: all 0.25s;
}
.cid-uwipDbopVt nav.opened .hamburger span:nth-child(4) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-uwipDbopVt .navbar-dropdown {
  padding: 0 24px;
  position: fixed;
}
@media (min-width: 576px) {
  .cid-uwipDbopVt .navbar-dropdown {
    padding: 0 40px;
    min-height: 80px;
  }
}
@media (min-width: 768px) {
  .cid-uwipDbopVt .navbar-dropdown {
    padding: 0 60px;
  }
}
@media (min-width: 992px) {
  .cid-uwipDbopVt .navbar-dropdown {
    padding: 0 0 0 60px;
  }
}
.cid-uwipDbopVt a.nav-link {
  display: flex;
  align-items: center;
  justify-content: center;
}
.cid-uwipDbopVt .icons-menu {
  flex-wrap: nowrap;
  display: flex;
  justify-content: center;
  padding-left: 1.5rem;
  padding-right: 1rem;
  padding-top: 0.3rem;
  text-align: center;
}
@media (min-width: 992px) {
  .cid-uwipDbopVt .icons-menu {
    padding-left: 1rem;
  }
}
@media screen and (-ms-high-contrast: active), (-ms-high-contrast: none) {
  .cid-uwipDbopVt .navbar {
    height: 70px;
  }
  .cid-uwipDbopVt .navbar.opened {
    height: auto;
  }
  .cid-uwipDbopVt .nav-item .nav-link:hover::before {
    width: 175%;
    max-width: calc(100% + 2rem);
    left: -1rem;
  }
}
.cid-uwipDbopVt .btn {
  min-height: 81px;
  margin: 0.667rem 0.667rem 1.4rem;
  padding: 0 64px;
}
@media (min-width: 992px) {
  .cid-uwipDbopVt .btn {
    margin: 0 0 0 0.6rem;
  }
}
.cid-uwipDbopVt .btn-info-outline {
  border: 1px solid currentColor;
  background: #232323 !important;
}
.cid-uwipDbopVt .btn-info-outline:hover {
  background: #595959 !important;
  border: 1px solid currentColor !important;
}
.cid-uwipDbKyyy {
  padding-top: 5rem;
  padding-bottom: 0rem;
  background-color: #141414;
}
.cid-uwipDbKyyy .row {
  border-top: 1px solid #FFFFFF;
  margin-top: -1px;
}
@media (min-width: 768px) {
  .cid-uwipDbKyyy .row {
    border-bottom: 1px solid #FFFFFF;
  }
}
.cid-uwipDbKyyy .title-text-container {
  max-width: 1300px;
  margin-left: auto;
  margin-right: auto;
  padding: 0 60px;
}
@media (max-width: 575px) {
  .cid-uwipDbKyyy .title-text-container {
    padding: 0 24px;
  }
}
.cid-uwipDbKyyy .title-content-container {
  padding: 0 0 80px;
  margin-left: -12px;
  margin-right: -12px;
}
.cid-uwipDbKyyy .mbr-section-title-container,
.cid-uwipDbKyyy .title_text {
  margin-bottom: 16px;
}
.cid-uwipDbKyyy .card_title {
  color: #FFFFFF;
}
.cid-uwipDbKyyy .card {
  display: flex;
  justify-content: center;
  align-items: center;
  border-radius: 0;
  margin-top: -1px;
  padding: 64px 0;
}
@media (max-width: 991px) {
  .cid-uwipDbKyyy .card {
    padding: 40px;
  }
}
@media (max-width: 767px) {
  .cid-uwipDbKyyy .card {
    border-bottom: 1px solid #FFFFFF;
  }
}
@media (max-width: 575px) {
  .cid-uwipDbKyyy .card {
    padding: 24px;
  }
}
@media (min-width: 768px) {
  .cid-uwipDbKyyy .card_left {
    border-right: 1px solid #ffffff;
  }
}
.cid-uwipDbKyyy .card-content {
  max-width: 400px;
}
.cid-uwipDbKyyy .card__title-container {
  display: flex;
  flex-direction: row;
  align-items: center;
}
@media (max-width: 991px) {
  .cid-uwipDbKyyy .card__title-container {
    flex-wrap: wrap;
  }
}
@media (max-width: 575px) {
  .cid-uwipDbKyyy .card__title-container {
    flex-wrap: nowrap;
  }
}
.cid-uwipDbKyyy .number-container {
  font-size: 6.8rem;
  line-height: 110px;
  margin-right: 16px;
  word-break: normal;
}
@media (max-width: 991px) {
  .cid-uwipDbKyyy .number-container {
    width: 100%;
    margin-right: 0;
  }
}
@media (max-width: 575px) {
  .cid-uwipDbKyyy .number-container {
    font-size: 4rem;
    width: auto;
    margin-right: 16px;
    line-height: normal;
  }
}
@media (min-width: 768px) {
  .cid-uwipDbKyyy .wrapper {
    margin-left: -20px;
    margin-right: -20px;
  }
}
.cid-uwipDbKyyy .mbr-section-title {
  color: #ff4300;
}
.cid-uwipDc458K {
  background-color: #141414;
}
.cid-uwipDc458K .mbr-fallback-image.disabled {
  display: none;
}
.cid-uwipDc458K .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uwipDc458K .container-fluid {
  padding: 0 60px;
}
@media (max-width: 1440px) {
  .cid-uwipDc458K .container-fluid {
    padding: 0 42px;
  }
}
@media (max-width: 992px) {
  .cid-uwipDc458K .container-fluid {
    padding: 0 16px;
  }
}
@media (max-width: 992px) {
  .cid-uwipDc458K .container {
    padding: 0 16px;
  }
}
.cid-uwipDc458K .row {
  margin: 0 -20px;
}
.cid-uwipDc458K .item {
  padding: 0 20px;
}
.cid-uwipDc458K .item .item-wrapper .item-img img {
  height: 700px;
  object-fit: cover;
  margin-bottom: 40px;
}
@media (max-width: 992px) {
  .cid-uwipDc458K .item .item-wrapper .item-img img {
    height: 350px;
  }
}
.cid-uwipDcod5n {
  margin-top: -1px;
  padding-top: 15px;
  padding-bottom: 30px;
  border-top: 1px solid #FFFFFF;
  background-color: #141414;
  overflow: hidden;
  border-bottom: 1px solid #ffffff;
}
.cid-uwipDcod5n .wrapper {
  display: flex;
  justify-content: space-between;
  align-items: center;
  flex-wrap: wrap;
}
.cid-uwipDcod5n .copyright {
  margin-right: 0.5rem;
}
.cid-uwipDcod5n .copyright,
.cid-uwipDcod5n .produced {
  margin-top: 0.5rem;
}
.cid-usqbu66KoC {
  z-index: 1000;
  width: 100%;
  position: relative;
  min-height: 60px;
}
.cid-usqbu66KoC nav.navbar {
  position: fixed;
}
.cid-usqbu66KoC .container-fluid {
  padding: 0;
}
.cid-usqbu66KoC .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-usqbu66KoC .dropdown-menu {
  padding: 0;
  border-radius: 4px;
  box-shadow: 0 1px 3px 0 rgba(0, 0, 0, 0.1);
}
.cid-usqbu66KoC .dropdown-item {
  border-bottom: 1px solid #e6e6e6;
}
.cid-usqbu66KoC .dropdown-item:hover,
.cid-usqbu66KoC .dropdown-item:focus {
  background: #141414 !important;
  color: white !important;
}
.cid-usqbu66KoC .dropdown-item:first-child {
  border-top-left-radius: 4px;
  border-top-right-radius: 4px;
}
.cid-usqbu66KoC .dropdown-item:last-child {
  border-bottom: none;
  border-bottom-left-radius: 4px;
  border-bottom-right-radius: 4px;
}
.cid-usqbu66KoC .nav-dropdown .link {
  padding: 0 0.3em !important;
  margin: 0.667em 1em !important;
}
.cid-usqbu66KoC .nav-dropdown .link.dropdown-toggle::after {
  margin-left: 0.5rem;
  margin-top: 0.2rem;
}
.cid-usqbu66KoC .nav-link {
  position: relative;
}
.cid-usqbu66KoC .nav-link::before {
  background-color: currentColor;
  display: block;
  position: absolute;
  bottom: 0;
  left: 0;
  content: "";
  height: 1px;
  width: 0%;
  -webkit-transition: width 0.5s ease-in-out;
  -moz--transition: width 0.5s ease-in-out;
  transition: width 0.5s ease-in-out;
}
.cid-usqbu66KoC .nav-link::after {
  background: transparent !important;
}
.cid-usqbu66KoC .nav-link:hover::before,
.cid-usqbu66KoC .nav-link :focus::before {
  width: 100%;
}
.cid-usqbu66KoC .container {
  display: flex;
  margin: auto;
}
.cid-usqbu66KoC .iconfont-wrapper {
  color: #ff4300 !important;
  font-size: 1.5rem;
  padding-right: 0.5rem;
  display: flex;
  align-items: center;
  justify-content: center;
  margin-right: 0.5rem;
  padding: 0.5rem;
  height: 2.5rem;
  width: 2.5rem;
  border: 1px solid currentColor;
}
.cid-usqbu66KoC .iconfont-wrapper:hover {
  background: #FFFFFF;
}
.cid-usqbu66KoC .iconfont-wrapper:hover .mbr-iconfont {
  color: #141414;
}
.cid-usqbu66KoC .dropdown-menu,
.cid-usqbu66KoC .navbar.opened {
  background: #141414 !important;
}
.cid-usqbu66KoC .nav-item:focus,
.cid-usqbu66KoC .nav-link:focus {
  outline: none;
}
.cid-usqbu66KoC .dropdown .dropdown-menu .dropdown-item {
  width: auto;
  transition: all 0.25s ease-in-out;
}
.cid-usqbu66KoC .dropdown .dropdown-menu .dropdown-item::after {
  right: 0.5rem;
  background: transparent !important;
}
.cid-usqbu66KoC .dropdown .dropdown-menu .dropdown-item .mbr-iconfont {
  margin-right: 0.5rem;
  vertical-align: sub;
}
.cid-usqbu66KoC .dropdown .dropdown-menu .dropdown-item .mbr-iconfont:before {
  display: inline-block;
  transform: scale(1, 1);
  transition: all 0.25s ease-in-out;
}
.cid-usqbu66KoC .collapsed .dropdown-menu .dropdown-item:before {
  display: none;
}
.cid-usqbu66KoC .collapsed .dropdown .dropdown-menu .dropdown-item {
  padding: 0.235em 1.5em 0.235em 1.5em !important;
  transition: none;
  margin: 0 !important;
}
.cid-usqbu66KoC .navbar {
  min-height: 70px;
  transition: all 0.3s;
  border-bottom: 1px solid #ffffff;
  box-shadow: 0 1px 3px 0 rgba(0, 0, 0, 0.1);
  background: #141414;
}
.cid-usqbu66KoC .navbar.opened {
  transition: all 0.3s;
}
.cid-usqbu66KoC .navbar .dropdown-item {
  padding: 0.5rem 1.8rem;
}
.cid-usqbu66KoC .navbar .navbar-logo img {
  width: auto;
}
.cid-usqbu66KoC .navbar .navbar-collapse {
  justify-content: flex-end;
  z-index: 1;
}
.cid-usqbu66KoC .navbar.collapsed {
  justify-content: center;
}
.cid-usqbu66KoC .navbar.collapsed .nav-item .nav-link::before {
  display: none;
}
.cid-usqbu66KoC .navbar.collapsed.opened .dropdown-menu {
  top: 0;
}
@media (min-width: 992px) {
  .cid-usqbu66KoC .navbar.collapsed.opened:not(.navbar-short) .navbar-collapse {
    max-height: calc(98.5vh - 3rem);
  }
}
.cid-usqbu66KoC .navbar.collapsed .dropdown-menu .dropdown-submenu {
  left: 0 !important;
}
.cid-usqbu66KoC .navbar.collapsed .dropdown-menu .dropdown-item:after {
  right: auto;
}
.cid-usqbu66KoC .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-usqbu66KoC .navbar.collapsed ul.navbar-nav li {
  margin: auto;
}
.cid-usqbu66KoC .navbar.collapsed .dropdown-menu .dropdown-item {
  padding: 0.25rem 1.5rem;
  text-align: center;
}
.cid-usqbu66KoC .navbar.collapsed .icons-menu {
  padding-left: 0;
  padding-right: 0;
  padding-top: 0.5rem;
  padding-bottom: 0.5rem;
}
@media (max-width: 991px) {
  .cid-usqbu66KoC .navbar .nav-item .nav-link::before {
    display: none;
  }
  .cid-usqbu66KoC .navbar.opened .dropdown-menu {
    top: 0;
  }
  .cid-usqbu66KoC .navbar .dropdown-menu .dropdown-submenu {
    left: 0 !important;
  }
  .cid-usqbu66KoC .navbar .dropdown-menu .dropdown-item:after {
    right: auto;
  }
  .cid-usqbu66KoC .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-usqbu66KoC .navbar .navbar-logo img {
    height: 3rem !important;
  }
  .cid-usqbu66KoC .navbar ul.navbar-nav li {
    margin: auto;
  }
  .cid-usqbu66KoC .navbar .dropdown-menu .dropdown-item {
    padding: 0.25rem 1.5rem !important;
    text-align: center;
  }
  .cid-usqbu66KoC .navbar .navbar-brand {
    flex-shrink: initial;
    flex-basis: auto;
    word-break: break-word;
    padding-right: 2rem;
  }
  .cid-usqbu66KoC .navbar .navbar-toggler {
    flex-basis: auto;
  }
  .cid-usqbu66KoC .navbar .icons-menu {
    padding-top: 0.5rem;
    padding-bottom: 0.5rem;
  }
}
.cid-usqbu66KoC .navbar.navbar-short {
  min-height: 60px;
}
.cid-usqbu66KoC .navbar.navbar-short .navbar-logo img {
  height: 2.5rem !important;
}
.cid-usqbu66KoC .navbar.navbar-short .navbar-brand {
  min-height: 60px;
  padding: 0;
}
.cid-usqbu66KoC .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-usqbu66KoC .navbar-brand .navbar-caption {
  line-height: inherit !important;
}
.cid-usqbu66KoC .navbar-brand .display-7 {
  font-size: 24px;
}
.cid-usqbu66KoC .navbar-brand .navbar-logo a {
  outline: none;
}
.cid-usqbu66KoC .dropdown-item.active,
.cid-usqbu66KoC .dropdown-item:active {
  background-color: transparent;
}
.cid-usqbu66KoC .navbar-expand-lg .navbar-nav .nav-link {
  padding: 0;
}
.cid-usqbu66KoC .nav-dropdown .link.dropdown-toggle {
  margin-right: 1.667em;
}
.cid-usqbu66KoC .nav-dropdown .link.dropdown-toggle[aria-expanded="true"] {
  margin-right: 0;
  padding: 0.667em 1.667em;
}
.cid-usqbu66KoC .navbar.navbar-expand-lg .dropdown .dropdown-menu {
  background: #141414;
}
.cid-usqbu66KoC .navbar.navbar-expand-lg .dropdown .dropdown-menu .dropdown-submenu {
  margin: 0;
  left: 100%;
}
.cid-usqbu66KoC .navbar .dropdown.open > .dropdown-menu {
  display: block;
}
.cid-usqbu66KoC ul.navbar-nav {
  flex-wrap: wrap;
}
.cid-usqbu66KoC .navbar-buttons {
  text-align: center;
  min-width: 170px;
}
@media (min-width: 992px) {
  .cid-usqbu66KoC .navbar-buttons {
    margin-bottom: -1px;
    margin-top: -1px;
  }
}
.cid-usqbu66KoC button.navbar-toggler {
  outline: none;
  width: 31px;
  height: 20px;
  cursor: pointer;
  transition: all 0.2s;
  position: relative;
  align-self: center;
}
.cid-usqbu66KoC button.navbar-toggler .hamburger span {
  position: absolute;
  right: 0;
  width: 30px;
  height: 2px;
  border-right: 5px;
  background-color: #ffffff;
}
.cid-usqbu66KoC button.navbar-toggler .hamburger span:nth-child(1) {
  top: 0;
  transition: all 0.2s;
}
.cid-usqbu66KoC button.navbar-toggler .hamburger span:nth-child(2) {
  top: 8px;
  transition: all 0.15s;
}
.cid-usqbu66KoC button.navbar-toggler .hamburger span:nth-child(3) {
  top: 8px;
  transition: all 0.15s;
}
.cid-usqbu66KoC button.navbar-toggler .hamburger span:nth-child(4) {
  top: 16px;
  transition: all 0.2s;
}
.cid-usqbu66KoC nav.opened .hamburger span:nth-child(1) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-usqbu66KoC nav.opened .hamburger span:nth-child(2) {
  transform: rotate(45deg);
  transition: all 0.25s;
}
.cid-usqbu66KoC nav.opened .hamburger span:nth-child(3) {
  transform: rotate(-45deg);
  transition: all 0.25s;
}
.cid-usqbu66KoC nav.opened .hamburger span:nth-child(4) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-usqbu66KoC .navbar-dropdown {
  padding: 0 24px;
  position: fixed;
}
@media (min-width: 576px) {
  .cid-usqbu66KoC .navbar-dropdown {
    padding: 0 40px;
    min-height: 80px;
  }
}
@media (min-width: 768px) {
  .cid-usqbu66KoC .navbar-dropdown {
    padding: 0 60px;
  }
}
@media (min-width: 992px) {
  .cid-usqbu66KoC .navbar-dropdown {
    padding: 0 0 0 60px;
  }
}
.cid-usqbu66KoC a.nav-link {
  display: flex;
  align-items: center;
  justify-content: center;
}
.cid-usqbu66KoC .icons-menu {
  flex-wrap: nowrap;
  display: flex;
  justify-content: center;
  padding-left: 1.5rem;
  padding-right: 1rem;
  padding-top: 0.3rem;
  text-align: center;
}
@media (min-width: 992px) {
  .cid-usqbu66KoC .icons-menu {
    padding-left: 1rem;
  }
}
@media screen and (-ms-high-contrast: active), (-ms-high-contrast: none) {
  .cid-usqbu66KoC .navbar {
    height: 70px;
  }
  .cid-usqbu66KoC .navbar.opened {
    height: auto;
  }
  .cid-usqbu66KoC .nav-item .nav-link:hover::before {
    width: 175%;
    max-width: calc(100% + 2rem);
    left: -1rem;
  }
}
.cid-usqbu66KoC .btn {
  min-height: 81px;
  margin: 0.667rem 0.667rem 1.4rem;
  padding: 0 64px;
}
@media (min-width: 992px) {
  .cid-usqbu66KoC .btn {
    margin: 0 0 0 0.6rem;
  }
}
.cid-usqbu66KoC .btn-info-outline {
  border: 1px solid currentColor;
  background: #232323 !important;
}
.cid-usqbu66KoC .btn-info-outline:hover {
  background: #595959 !important;
  border: 1px solid currentColor !important;
}
.cid-usqbu6Mquw {
  padding-top: 5rem;
  padding-bottom: 0rem;
  background-color: #141414;
}
.cid-usqbu6Mquw .row {
  border-top: 1px solid #FFFFFF;
  margin-top: -1px;
}
@media (min-width: 768px) {
  .cid-usqbu6Mquw .row {
    border-bottom: 1px solid #FFFFFF;
  }
}
.cid-usqbu6Mquw .title-text-container {
  max-width: 1300px;
  margin-left: auto;
  margin-right: auto;
  padding: 0 60px;
}
@media (max-width: 575px) {
  .cid-usqbu6Mquw .title-text-container {
    padding: 0 24px;
  }
}
.cid-usqbu6Mquw .title-content-container {
  padding: 0 0 80px;
  margin-left: -12px;
  margin-right: -12px;
}
.cid-usqbu6Mquw .mbr-section-title-container,
.cid-usqbu6Mquw .title_text {
  margin-bottom: 16px;
}
.cid-usqbu6Mquw .card_title {
  color: #FFFFFF;
}
.cid-usqbu6Mquw .card {
  display: flex;
  justify-content: center;
  align-items: center;
  border-radius: 0;
  margin-top: -1px;
  padding: 64px 0;
}
@media (max-width: 991px) {
  .cid-usqbu6Mquw .card {
    padding: 40px;
  }
}
@media (max-width: 767px) {
  .cid-usqbu6Mquw .card {
    border-bottom: 1px solid #FFFFFF;
  }
}
@media (max-width: 575px) {
  .cid-usqbu6Mquw .card {
    padding: 24px;
  }
}
@media (min-width: 768px) {
  .cid-usqbu6Mquw .card_left {
    border-right: 1px solid #ffffff;
  }
}
.cid-usqbu6Mquw .card-content {
  max-width: 400px;
}
.cid-usqbu6Mquw .card__title-container {
  display: flex;
  flex-direction: row;
  align-items: center;
}
@media (max-width: 991px) {
  .cid-usqbu6Mquw .card__title-container {
    flex-wrap: wrap;
  }
}
@media (max-width: 575px) {
  .cid-usqbu6Mquw .card__title-container {
    flex-wrap: nowrap;
  }
}
.cid-usqbu6Mquw .number-container {
  font-size: 6.8rem;
  line-height: 110px;
  margin-right: 16px;
  word-break: normal;
}
@media (max-width: 991px) {
  .cid-usqbu6Mquw .number-container {
    width: 100%;
    margin-right: 0;
  }
}
@media (max-width: 575px) {
  .cid-usqbu6Mquw .number-container {
    font-size: 4rem;
    width: auto;
    margin-right: 16px;
    line-height: normal;
  }
}
@media (min-width: 768px) {
  .cid-usqbu6Mquw .wrapper {
    margin-left: -20px;
    margin-right: -20px;
  }
}
.cid-usqbu6Mquw .mbr-section-title {
  color: #ff4300;
}
.cid-usqbu7iHxb {
  background-color: #141414;
}
.cid-usqbu7iHxb .mbr-fallback-image.disabled {
  display: none;
}
.cid-usqbu7iHxb .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-usqbu7iHxb .container-fluid {
  padding: 0 60px;
}
@media (max-width: 1440px) {
  .cid-usqbu7iHxb .container-fluid {
    padding: 0 42px;
  }
}
@media (max-width: 992px) {
  .cid-usqbu7iHxb .container-fluid {
    padding: 0 16px;
  }
}
@media (max-width: 992px) {
  .cid-usqbu7iHxb .container {
    padding: 0 16px;
  }
}
.cid-usqbu7iHxb .row {
  margin: 0 -20px;
}
.cid-usqbu7iHxb .item {
  padding: 0 20px;
}
.cid-usqbu7iHxb .item .item-wrapper .item-img img {
  height: 700px;
  object-fit: cover;
  margin-bottom: 40px;
}
@media (max-width: 992px) {
  .cid-usqbu7iHxb .item .item-wrapper .item-img img {
    height: 350px;
  }
}
.cid-usqbu7KH5I {
  margin-top: -1px;
  padding-top: 15px;
  padding-bottom: 30px;
  border-top: 1px solid #FFFFFF;
  background-color: #141414;
  overflow: hidden;
  border-bottom: 1px solid #ffffff;
}
.cid-usqbu7KH5I .wrapper {
  display: flex;
  justify-content: space-between;
  align-items: center;
  flex-wrap: wrap;
}
.cid-usqbu7KH5I .copyright {
  margin-right: 0.5rem;
}
.cid-usqbu7KH5I .copyright,
.cid-usqbu7KH5I .produced {
  margin-top: 0.5rem;
}
.cid-uGXje2PkOV {
  z-index: 1000;
  width: 100%;
  position: relative;
  min-height: 60px;
}
.cid-uGXje2PkOV nav.navbar {
  position: fixed;
}
.cid-uGXje2PkOV .container-fluid {
  padding: 0;
}
.cid-uGXje2PkOV .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-uGXje2PkOV .dropdown-menu {
  padding: 0;
  border-radius: 4px;
  box-shadow: 0 1px 3px 0 rgba(0, 0, 0, 0.1);
}
.cid-uGXje2PkOV .dropdown-item {
  border-bottom: 1px solid #e6e6e6;
}
.cid-uGXje2PkOV .dropdown-item:hover,
.cid-uGXje2PkOV .dropdown-item:focus {
  background: #141414 !important;
  color: white !important;
}
.cid-uGXje2PkOV .dropdown-item:first-child {
  border-top-left-radius: 4px;
  border-top-right-radius: 4px;
}
.cid-uGXje2PkOV .dropdown-item:last-child {
  border-bottom: none;
  border-bottom-left-radius: 4px;
  border-bottom-right-radius: 4px;
}
.cid-uGXje2PkOV .nav-dropdown .link {
  padding: 0 0.3em !important;
  margin: 0.667em 1em !important;
}
.cid-uGXje2PkOV .nav-dropdown .link.dropdown-toggle::after {
  margin-left: 0.5rem;
  margin-top: 0.2rem;
}
.cid-uGXje2PkOV .nav-link {
  position: relative;
}
.cid-uGXje2PkOV .nav-link::before {
  background-color: currentColor;
  display: block;
  position: absolute;
  bottom: 0;
  left: 0;
  content: "";
  height: 1px;
  width: 0%;
  -webkit-transition: width 0.5s ease-in-out;
  -moz--transition: width 0.5s ease-in-out;
  transition: width 0.5s ease-in-out;
}
.cid-uGXje2PkOV .nav-link::after {
  background: transparent !important;
}
.cid-uGXje2PkOV .nav-link:hover::before,
.cid-uGXje2PkOV .nav-link :focus::before {
  width: 100%;
}
.cid-uGXje2PkOV .container {
  display: flex;
  margin: auto;
}
.cid-uGXje2PkOV .iconfont-wrapper {
  color: #ff4300 !important;
  font-size: 1.5rem;
  padding-right: 0.5rem;
  display: flex;
  align-items: center;
  justify-content: center;
  margin-right: 0.5rem;
  padding: 0.5rem;
  height: 2.5rem;
  width: 2.5rem;
  border: 1px solid currentColor;
}
.cid-uGXje2PkOV .iconfont-wrapper:hover {
  background: #FFFFFF;
}
.cid-uGXje2PkOV .iconfont-wrapper:hover .mbr-iconfont {
  color: #141414;
}
.cid-uGXje2PkOV .dropdown-menu,
.cid-uGXje2PkOV .navbar.opened {
  background: #141414 !important;
}
.cid-uGXje2PkOV .nav-item:focus,
.cid-uGXje2PkOV .nav-link:focus {
  outline: none;
}
.cid-uGXje2PkOV .dropdown .dropdown-menu .dropdown-item {
  width: auto;
  transition: all 0.25s ease-in-out;
}
.cid-uGXje2PkOV .dropdown .dropdown-menu .dropdown-item::after {
  right: 0.5rem;
  background: transparent !important;
}
.cid-uGXje2PkOV .dropdown .dropdown-menu .dropdown-item .mbr-iconfont {
  margin-right: 0.5rem;
  vertical-align: sub;
}
.cid-uGXje2PkOV .dropdown .dropdown-menu .dropdown-item .mbr-iconfont:before {
  display: inline-block;
  transform: scale(1, 1);
  transition: all 0.25s ease-in-out;
}
.cid-uGXje2PkOV .collapsed .dropdown-menu .dropdown-item:before {
  display: none;
}
.cid-uGXje2PkOV .collapsed .dropdown .dropdown-menu .dropdown-item {
  padding: 0.235em 1.5em 0.235em 1.5em !important;
  transition: none;
  margin: 0 !important;
}
.cid-uGXje2PkOV .navbar {
  min-height: 70px;
  transition: all 0.3s;
  border-bottom: 1px solid #ffffff;
  box-shadow: 0 1px 3px 0 rgba(0, 0, 0, 0.1);
  background: #141414;
}
.cid-uGXje2PkOV .navbar.opened {
  transition: all 0.3s;
}
.cid-uGXje2PkOV .navbar .dropdown-item {
  padding: 0.5rem 1.8rem;
}
.cid-uGXje2PkOV .navbar .navbar-logo img {
  width: auto;
}
.cid-uGXje2PkOV .navbar .navbar-collapse {
  justify-content: flex-end;
  z-index: 1;
}
.cid-uGXje2PkOV .navbar.collapsed {
  justify-content: center;
}
.cid-uGXje2PkOV .navbar.collapsed .nav-item .nav-link::before {
  display: none;
}
.cid-uGXje2PkOV .navbar.collapsed.opened .dropdown-menu {
  top: 0;
}
@media (min-width: 992px) {
  .cid-uGXje2PkOV .navbar.collapsed.opened:not(.navbar-short) .navbar-collapse {
    max-height: calc(98.5vh - 3rem);
  }
}
.cid-uGXje2PkOV .navbar.collapsed .dropdown-menu .dropdown-submenu {
  left: 0 !important;
}
.cid-uGXje2PkOV .navbar.collapsed .dropdown-menu .dropdown-item:after {
  right: auto;
}
.cid-uGXje2PkOV .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-uGXje2PkOV .navbar.collapsed ul.navbar-nav li {
  margin: auto;
}
.cid-uGXje2PkOV .navbar.collapsed .dropdown-menu .dropdown-item {
  padding: 0.25rem 1.5rem;
  text-align: center;
}
.cid-uGXje2PkOV .navbar.collapsed .icons-menu {
  padding-left: 0;
  padding-right: 0;
  padding-top: 0.5rem;
  padding-bottom: 0.5rem;
}
@media (max-width: 991px) {
  .cid-uGXje2PkOV .navbar .nav-item .nav-link::before {
    display: none;
  }
  .cid-uGXje2PkOV .navbar.opened .dropdown-menu {
    top: 0;
  }
  .cid-uGXje2PkOV .navbar .dropdown-menu .dropdown-submenu {
    left: 0 !important;
  }
  .cid-uGXje2PkOV .navbar .dropdown-menu .dropdown-item:after {
    right: auto;
  }
  .cid-uGXje2PkOV .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-uGXje2PkOV .navbar .navbar-logo img {
    height: 3rem !important;
  }
  .cid-uGXje2PkOV .navbar ul.navbar-nav li {
    margin: auto;
  }
  .cid-uGXje2PkOV .navbar .dropdown-menu .dropdown-item {
    padding: 0.25rem 1.5rem !important;
    text-align: center;
  }
  .cid-uGXje2PkOV .navbar .navbar-brand {
    flex-shrink: initial;
    flex-basis: auto;
    word-break: break-word;
    padding-right: 2rem;
  }
  .cid-uGXje2PkOV .navbar .navbar-toggler {
    flex-basis: auto;
  }
  .cid-uGXje2PkOV .navbar .icons-menu {
    padding-top: 0.5rem;
    padding-bottom: 0.5rem;
  }
}
.cid-uGXje2PkOV .navbar.navbar-short {
  min-height: 60px;
}
.cid-uGXje2PkOV .navbar.navbar-short .navbar-logo img {
  height: 2.5rem !important;
}
.cid-uGXje2PkOV .navbar.navbar-short .navbar-brand {
  min-height: 60px;
  padding: 0;
}
.cid-uGXje2PkOV .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-uGXje2PkOV .navbar-brand .navbar-caption {
  line-height: inherit !important;
}
.cid-uGXje2PkOV .navbar-brand .display-7 {
  font-size: 24px;
}
.cid-uGXje2PkOV .navbar-brand .navbar-logo a {
  outline: none;
}
.cid-uGXje2PkOV .dropdown-item.active,
.cid-uGXje2PkOV .dropdown-item:active {
  background-color: transparent;
}
.cid-uGXje2PkOV .navbar-expand-lg .navbar-nav .nav-link {
  padding: 0;
}
.cid-uGXje2PkOV .nav-dropdown .link.dropdown-toggle {
  margin-right: 1.667em;
}
.cid-uGXje2PkOV .nav-dropdown .link.dropdown-toggle[aria-expanded="true"] {
  margin-right: 0;
  padding: 0.667em 1.667em;
}
.cid-uGXje2PkOV .navbar.navbar-expand-lg .dropdown .dropdown-menu {
  background: #141414;
}
.cid-uGXje2PkOV .navbar.navbar-expand-lg .dropdown .dropdown-menu .dropdown-submenu {
  margin: 0;
  left: 100%;
}
.cid-uGXje2PkOV .navbar .dropdown.open > .dropdown-menu {
  display: block;
}
.cid-uGXje2PkOV ul.navbar-nav {
  flex-wrap: wrap;
}
.cid-uGXje2PkOV .navbar-buttons {
  text-align: center;
  min-width: 170px;
}
@media (min-width: 992px) {
  .cid-uGXje2PkOV .navbar-buttons {
    margin-bottom: -1px;
    margin-top: -1px;
  }
}
.cid-uGXje2PkOV button.navbar-toggler {
  outline: none;
  width: 31px;
  height: 20px;
  cursor: pointer;
  transition: all 0.2s;
  position: relative;
  align-self: center;
}
.cid-uGXje2PkOV button.navbar-toggler .hamburger span {
  position: absolute;
  right: 0;
  width: 30px;
  height: 2px;
  border-right: 5px;
  background-color: #ffffff;
}
.cid-uGXje2PkOV button.navbar-toggler .hamburger span:nth-child(1) {
  top: 0;
  transition: all 0.2s;
}
.cid-uGXje2PkOV button.navbar-toggler .hamburger span:nth-child(2) {
  top: 8px;
  transition: all 0.15s;
}
.cid-uGXje2PkOV button.navbar-toggler .hamburger span:nth-child(3) {
  top: 8px;
  transition: all 0.15s;
}
.cid-uGXje2PkOV button.navbar-toggler .hamburger span:nth-child(4) {
  top: 16px;
  transition: all 0.2s;
}
.cid-uGXje2PkOV nav.opened .hamburger span:nth-child(1) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-uGXje2PkOV nav.opened .hamburger span:nth-child(2) {
  transform: rotate(45deg);
  transition: all 0.25s;
}
.cid-uGXje2PkOV nav.opened .hamburger span:nth-child(3) {
  transform: rotate(-45deg);
  transition: all 0.25s;
}
.cid-uGXje2PkOV nav.opened .hamburger span:nth-child(4) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-uGXje2PkOV .navbar-dropdown {
  padding: 0 24px;
  position: fixed;
}
@media (min-width: 576px) {
  .cid-uGXje2PkOV .navbar-dropdown {
    padding: 0 40px;
    min-height: 80px;
  }
}
@media (min-width: 768px) {
  .cid-uGXje2PkOV .navbar-dropdown {
    padding: 0 60px;
  }
}
@media (min-width: 992px) {
  .cid-uGXje2PkOV .navbar-dropdown {
    padding: 0 0 0 60px;
  }
}
.cid-uGXje2PkOV a.nav-link {
  display: flex;
  align-items: center;
  justify-content: center;
}
.cid-uGXje2PkOV .icons-menu {
  flex-wrap: nowrap;
  display: flex;
  justify-content: center;
  padding-left: 1.5rem;
  padding-right: 1rem;
  padding-top: 0.3rem;
  text-align: center;
}
@media (min-width: 992px) {
  .cid-uGXje2PkOV .icons-menu {
    padding-left: 1rem;
  }
}
@media screen and (-ms-high-contrast: active), (-ms-high-contrast: none) {
  .cid-uGXje2PkOV .navbar {
    height: 70px;
  }
  .cid-uGXje2PkOV .navbar.opened {
    height: auto;
  }
  .cid-uGXje2PkOV .nav-item .nav-link:hover::before {
    width: 175%;
    max-width: calc(100% + 2rem);
    left: -1rem;
  }
}
.cid-uGXje2PkOV .btn {
  min-height: 81px;
  margin: 0.667rem 0.667rem 1.4rem;
  padding: 0 64px;
}
@media (min-width: 992px) {
  .cid-uGXje2PkOV .btn {
    margin: 0 0 0 0.6rem;
  }
}
.cid-uGXje2PkOV .btn-info-outline {
  border: 1px solid currentColor;
  background: #232323 !important;
}
.cid-uGXje2PkOV .btn-info-outline:hover {
  background: #595959 !important;
  border: 1px solid currentColor !important;
}
.cid-uGXje34B7E {
  padding-top: 5rem;
  padding-bottom: 0rem;
  background-color: #141414;
}
.cid-uGXje34B7E .row {
  border-top: 1px solid #FFFFFF;
  margin-top: -1px;
}
@media (min-width: 768px) {
  .cid-uGXje34B7E .row {
    border-bottom: 1px solid #FFFFFF;
  }
}
.cid-uGXje34B7E .title-text-container {
  max-width: 1300px;
  margin-left: auto;
  margin-right: auto;
  padding: 0 60px;
}
@media (max-width: 575px) {
  .cid-uGXje34B7E .title-text-container {
    padding: 0 24px;
  }
}
.cid-uGXje34B7E .title-content-container {
  padding: 0 0 80px;
  margin-left: -12px;
  margin-right: -12px;
}
.cid-uGXje34B7E .mbr-section-title-container,
.cid-uGXje34B7E .title_text {
  margin-bottom: 16px;
}
.cid-uGXje34B7E .card_title {
  color: #FFFFFF;
}
.cid-uGXje34B7E .card {
  display: flex;
  justify-content: center;
  align-items: center;
  border-radius: 0;
  margin-top: -1px;
  padding: 64px 0;
}
@media (max-width: 991px) {
  .cid-uGXje34B7E .card {
    padding: 40px;
  }
}
@media (max-width: 767px) {
  .cid-uGXje34B7E .card {
    border-bottom: 1px solid #FFFFFF;
  }
}
@media (max-width: 575px) {
  .cid-uGXje34B7E .card {
    padding: 24px;
  }
}
@media (min-width: 768px) {
  .cid-uGXje34B7E .card_left {
    border-right: 1px solid #ffffff;
  }
}
.cid-uGXje34B7E .card-content {
  max-width: 400px;
}
.cid-uGXje34B7E .card__title-container {
  display: flex;
  flex-direction: row;
  align-items: center;
}
@media (max-width: 991px) {
  .cid-uGXje34B7E .card__title-container {
    flex-wrap: wrap;
  }
}
@media (max-width: 575px) {
  .cid-uGXje34B7E .card__title-container {
    flex-wrap: nowrap;
  }
}
.cid-uGXje34B7E .number-container {
  font-size: 6.8rem;
  line-height: 110px;
  margin-right: 16px;
  word-break: normal;
}
@media (max-width: 991px) {
  .cid-uGXje34B7E .number-container {
    width: 100%;
    margin-right: 0;
  }
}
@media (max-width: 575px) {
  .cid-uGXje34B7E .number-container {
    font-size: 4rem;
    width: auto;
    margin-right: 16px;
    line-height: normal;
  }
}
@media (min-width: 768px) {
  .cid-uGXje34B7E .wrapper {
    margin-left: -20px;
    margin-right: -20px;
  }
}
.cid-uGXje34B7E .mbr-section-title {
  color: #ff4300;
}
.cid-uGXje3fcti {
  background-color: #141414;
}
.cid-uGXje3fcti .mbr-fallback-image.disabled {
  display: none;
}
.cid-uGXje3fcti .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uGXje3fcti .container-fluid {
  padding: 0 60px;
}
@media (max-width: 1440px) {
  .cid-uGXje3fcti .container-fluid {
    padding: 0 42px;
  }
}
@media (max-width: 992px) {
  .cid-uGXje3fcti .container-fluid {
    padding: 0 16px;
  }
}
@media (max-width: 992px) {
  .cid-uGXje3fcti .container {
    padding: 0 16px;
  }
}
.cid-uGXje3fcti .row {
  margin: 0 -20px;
}
.cid-uGXje3fcti .item {
  padding: 0 20px;
}
.cid-uGXje3fcti .item .item-wrapper .item-img img {
  height: 700px;
  object-fit: cover;
  margin-bottom: 40px;
}
@media (max-width: 992px) {
  .cid-uGXje3fcti .item .item-wrapper .item-img img {
    height: 350px;
  }
}
.cid-uGXje3yoHN {
  margin-top: -1px;
  padding-top: 15px;
  padding-bottom: 30px;
  border-top: 1px solid #FFFFFF;
  background-color: #141414;
  overflow: hidden;
  border-bottom: 1px solid #ffffff;
}
.cid-uGXje3yoHN .wrapper {
  display: flex;
  justify-content: space-between;
  align-items: center;
  flex-wrap: wrap;
}
.cid-uGXje3yoHN .copyright {
  margin-right: 0.5rem;
}
.cid-uGXje3yoHN .copyright,
.cid-uGXje3yoHN .produced {
  margin-top: 0.5rem;
}
