.btn {
  border-width: 2px;
}
body {
  font-family: Jost;
}
.display-1 {
  font-family: 'Inter', sans-serif;
  font-size: 2.3rem;
  line-height: 1.1;
}
.display-1 > .mbr-iconfont {
  font-size: 2.875rem;
}
.display-2 {
  font-family: 'Inter', sans-serif;
  font-size: 1.75rem;
  line-height: 1.1;
}
.display-2 > .mbr-iconfont {
  font-size: 2.1875rem;
}
.display-4 {
  font-family: 'Inter', sans-serif;
  font-size: 0.95rem;
  line-height: 1.5;
}
.display-4 > .mbr-iconfont {
  font-size: 1.1875rem;
}
.display-5 {
  font-family: 'Inter', sans-serif;
  font-size: 1.45rem;
  line-height: 1.5;
}
.display-5 > .mbr-iconfont {
  font-size: 1.8125rem;
}
.display-7 {
  font-family: 'Source Sans 3', sans-serif;
  font-size: 1.1rem;
  line-height: 1.5;
}
.display-7 > .mbr-iconfont {
  font-size: 1.375rem;
}
/* ---- 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: 1.84rem;
  }
}
@media (max-width: 768px) {
  .display-1 {
    font-size: 1.61rem;
    font-size: calc( 1.455rem + (2.3 - 1.455) * ((100vw - 20rem) / (48 - 20)));
    line-height: calc( 1.1 * (1.455rem + (2.3 - 1.455) * ((100vw - 20rem) / (48 - 20))));
  }
  .display-2 {
    font-size: 1.4rem;
    font-size: calc( 1.2625rem + (1.75 - 1.2625) * ((100vw - 20rem) / (48 - 20)));
    line-height: calc( 1.3 * (1.2625rem + (1.75 - 1.2625) * ((100vw - 20rem) / (48 - 20))));
  }
  .display-4 {
    font-size: 0.76rem;
    font-size: calc( 0.9824999999999999rem + (0.95 - 0.9824999999999999) * ((100vw - 20rem) / (48 - 20)));
    line-height: calc( 1.4 * (0.9824999999999999rem + (0.95 - 0.9824999999999999) * ((100vw - 20rem) / (48 - 20))));
  }
  .display-5 {
    font-size: 1.16rem;
    font-size: calc( 1.1575rem + (1.45 - 1.1575) * ((100vw - 20rem) / (48 - 20)));
    line-height: calc( 1.4 * (1.1575rem + (1.45 - 1.1575) * ((100vw - 20rem) / (48 - 20))));
  }
  .display-7 {
    font-size: 0.88rem;
    font-size: calc( 1.0350000000000001rem + (1.1 - 1.0350000000000001) * ((100vw - 20rem) / (48 - 20)));
    line-height: calc( 1.4 * (1.0350000000000001rem + (1.1 - 1.0350000000000001) * ((100vw - 20rem) / (48 - 20))));
  }
}
/* Buttons */
.btn {
  padding: 0.6rem 1.2rem;
  border-radius: 4px;
}
.btn-sm {
  padding: 0.6rem 1.2rem;
  border-radius: 4px;
}
.btn-md {
  padding: 0.6rem 1.2rem;
  border-radius: 4px;
}
.btn-lg {
  padding: 1rem 2.6rem;
  border-radius: 4px;
}
.bg-primary {
  background-color: #fd7014 !important;
}
.bg-success {
  background-color: #393e46 !important;
}
.bg-info {
  background-color: #fd7014 !important;
}
.bg-warning {
  background-color: #eeeeee !important;
}
.bg-danger {
  background-color: #ffffff !important;
}
.btn-primary,
.btn-primary:active {
  background-color: #fd7014 !important;
  border-color: #fd7014 !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: #b94a02 !important;
  border-color: #b94a02 !important;
  box-shadow: 0 2px 5px 0 rgba(0, 0, 0, 0.2);
}
.btn-primary.disabled,
.btn-primary:disabled {
  color: #ffffff !important;
  background-color: #b94a02 !important;
  border-color: #b94a02 !important;
}
.btn-secondary,
.btn-secondary:active {
  background-color: #222831 !important;
  border-color: #222831 !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: #000000 !important;
  border-color: #000000 !important;
  box-shadow: 0 2px 5px 0 rgba(0, 0, 0, 0.2);
}
.btn-secondary.disabled,
.btn-secondary:disabled {
  color: #ffffff !important;
  background-color: #000000 !important;
  border-color: #000000 !important;
}
.btn-info,
.btn-info:active {
  background-color: #fd7014 !important;
  border-color: #fd7014 !important;
  color: #ffffff !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: #ffffff !important;
  background-color: #b94a02 !important;
  border-color: #b94a02 !important;
  box-shadow: 0 2px 5px 0 rgba(0, 0, 0, 0.2);
}
.btn-info.disabled,
.btn-info:disabled {
  color: #ffffff !important;
  background-color: #b94a02 !important;
  border-color: #b94a02 !important;
}
.btn-success,
.btn-success:active {
  background-color: #393e46 !important;
  border-color: #393e46 !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: #121416 !important;
  border-color: #121416 !important;
  box-shadow: 0 2px 5px 0 rgba(0, 0, 0, 0.2);
}
.btn-success.disabled,
.btn-success:disabled {
  color: #ffffff !important;
  background-color: #121416 !important;
  border-color: #121416 !important;
}
.btn-warning,
.btn-warning:active {
  background-color: #eeeeee !important;
  border-color: #eeeeee !important;
  color: #6f6f6f !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: #c3c3c3 !important;
  border-color: #c3c3c3 !important;
  box-shadow: 0 2px 5px 0 rgba(0, 0, 0, 0.2);
}
.btn-warning.disabled,
.btn-warning:disabled {
  color: #6f6f6f !important;
  background-color: #c3c3c3 !important;
  border-color: #c3c3c3 !important;
}
.btn-danger,
.btn-danger: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-danger:hover,
.btn-danger:focus,
.btn-danger.focus,
.btn-danger.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-danger.disabled,
.btn-danger:disabled {
  color: #808080 !important;
  background-color: #d4d4d4 !important;
  border-color: #d4d4d4 !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: #fd7014;
  color: #fd7014;
}
.btn-primary-outline:hover,
.btn-primary-outline:focus,
.btn-primary-outline.focus,
.btn-primary-outline.active {
  color: #b94a02 !important;
  background-color: transparent!important;
  border-color: #b94a02 !important;
  box-shadow: none!important;
}
.btn-primary-outline.disabled,
.btn-primary-outline:disabled {
  color: #ffffff !important;
  background-color: #fd7014 !important;
  border-color: #fd7014 !important;
}
.btn-secondary-outline,
.btn-secondary-outline:active {
  background-color: transparent !important;
  border-color: #222831;
  color: #222831;
}
.btn-secondary-outline:hover,
.btn-secondary-outline:focus,
.btn-secondary-outline.focus,
.btn-secondary-outline.active {
  color: #000000 !important;
  background-color: transparent!important;
  border-color: #000000 !important;
  box-shadow: none!important;
}
.btn-secondary-outline.disabled,
.btn-secondary-outline:disabled {
  color: #ffffff !important;
  background-color: #222831 !important;
  border-color: #222831 !important;
}
.btn-info-outline,
.btn-info-outline:active {
  background-color: transparent !important;
  border-color: #fd7014;
  color: #fd7014;
}
.btn-info-outline:hover,
.btn-info-outline:focus,
.btn-info-outline.focus,
.btn-info-outline.active {
  color: #b94a02 !important;
  background-color: transparent!important;
  border-color: #b94a02 !important;
  box-shadow: none!important;
}
.btn-info-outline.disabled,
.btn-info-outline:disabled {
  color: #ffffff !important;
  background-color: #fd7014 !important;
  border-color: #fd7014 !important;
}
.btn-success-outline,
.btn-success-outline:active {
  background-color: transparent !important;
  border-color: #393e46;
  color: #393e46;
}
.btn-success-outline:hover,
.btn-success-outline:focus,
.btn-success-outline.focus,
.btn-success-outline.active {
  color: #121416 !important;
  background-color: transparent!important;
  border-color: #121416 !important;
  box-shadow: none!important;
}
.btn-success-outline.disabled,
.btn-success-outline:disabled {
  color: #ffffff !important;
  background-color: #393e46 !important;
  border-color: #393e46 !important;
}
.btn-warning-outline,
.btn-warning-outline:active {
  background-color: transparent !important;
  border-color: #eeeeee;
  color: #eeeeee;
}
.btn-warning-outline:hover,
.btn-warning-outline:focus,
.btn-warning-outline.focus,
.btn-warning-outline.active {
  color: #c3c3c3 !important;
  background-color: transparent!important;
  border-color: #c3c3c3 !important;
  box-shadow: none!important;
}
.btn-warning-outline.disabled,
.btn-warning-outline:disabled {
  color: #6f6f6f !important;
  background-color: #eeeeee !important;
  border-color: #eeeeee !important;
}
.btn-danger-outline,
.btn-danger-outline:active {
  background-color: transparent !important;
  border-color: #ffffff;
  color: #ffffff;
}
.btn-danger-outline:hover,
.btn-danger-outline:focus,
.btn-danger-outline.focus,
.btn-danger-outline.active {
  color: #d4d4d4 !important;
  background-color: transparent!important;
  border-color: #d4d4d4 !important;
  box-shadow: none!important;
}
.btn-danger-outline.disabled,
.btn-danger-outline:disabled {
  color: #808080 !important;
  background-color: #ffffff !important;
  border-color: #ffffff !important;
}
.btn-black-outline,
.btn-black-outline:active {
  background-color: transparent !important;
  border-color: #232323;
  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: #000000 !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: #fafafa;
  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: #cfcfcf !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: #fd7014 !important;
}
.text-secondary {
  color: #222831 !important;
}
.text-success {
  color: #393e46 !important;
}
.text-info {
  color: #fd7014 !important;
}
.text-warning {
  color: #eeeeee !important;
}
.text-danger {
  color: #ffffff !important;
}
.text-white {
  color: #fafafa !important;
}
.text-black {
  color: #232323 !important;
}
a.text-primary:hover,
a.text-primary:focus,
a.text-primary.active {
  color: #aa4401 !important;
}
a.text-secondary:hover,
a.text-secondary:focus,
a.text-secondary.active {
  color: #000000 !important;
}
a.text-success:hover,
a.text-success:focus,
a.text-success.active {
  color: #0b0c0e !important;
}
a.text-info:hover,
a.text-info:focus,
a.text-info.active {
  color: #aa4401 !important;
}
a.text-warning:hover,
a.text-warning:focus,
a.text-warning.active {
  color: #bbbbbb !important;
}
a.text-danger:hover,
a.text-danger:focus,
a.text-danger.active {
  color: #cccccc !important;
}
a.text-white:hover,
a.text-white:focus,
a.text-white.active {
  color: #c7c7c7 !important;
}
a.text-black:hover,
a.text-black:focus,
a.text-black.active {
  color: #000000 !important;
}
a[class*="text-"]:not(.nav-link):not(.dropdown-item):not([role]):not(.navbar-caption) {
  position: relative;
  background-image: transparent;
  background-size: 10000px 2px;
  background-repeat: no-repeat;
  background-position: 0px 1.2em;
  background-position: -10000px 1.2em;
}
a[class*="text-"]:not(.nav-link):not(.dropdown-item):not([role]):not(.navbar-caption):hover {
  transition: background-position 2s ease-in-out;
  background-image: linear-gradient(currentColor 50%, currentColor 50%);
  background-position: 0px 1.2em;
}
.nav-tabs .nav-link.active {
  color: #fd7014;
}
.nav-tabs .nav-link:not(.active) {
  color: #232323;
}
.alert-success {
  background-color: #70c770;
}
.alert-info {
  background-color: #fd7014;
}
.alert-warning {
  background-color: #eeeeee;
}
.alert-danger {
  background-color: #ffffff;
}
.mbr-gallery-filter li.active .btn {
  background-color: #fd7014;
  border-color: #fd7014;
  color: #ffffff;
}
.mbr-gallery-filter li.active .btn:focus {
  box-shadow: none;
}
a,
a:hover {
  color: #fd7014;
}
.mbr-plan-header.bg-primary .mbr-plan-subtitle,
.mbr-plan-header.bg-primary .mbr-plan-price-desc {
  color: #ffebde;
}
.mbr-plan-header.bg-success .mbr-plan-subtitle,
.mbr-plan-header.bg-success .mbr-plan-price-desc {
  color: #aab0ba;
}
.mbr-plan-header.bg-info .mbr-plan-subtitle,
.mbr-plan-header.bg-info .mbr-plan-price-desc {
  color: #ffebde;
}
.mbr-plan-header.bg-warning .mbr-plan-subtitle,
.mbr-plan-header.bg-warning .mbr-plan-price-desc {
  color: #ffffff;
}
.mbr-plan-header.bg-danger .mbr-plan-subtitle,
.mbr-plan-header.bg-danger .mbr-plan-price-desc {
  color: #ffffff;
}
/* Scroll to top button*/
.form-control {
  font-family: 'Inter', sans-serif;
  font-size: 0.95rem;
  line-height: 1.5;
  font-weight: 400;
}
.form-control > .mbr-iconfont {
  font-size: 1.1875rem;
}
.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: #fd7014 !important;
}
.form-control:-webkit-input-placeholder {
  font-family: 'Inter', sans-serif;
  font-size: 0.95rem;
  line-height: 1.5;
  font-weight: 400;
}
.form-control:-webkit-input-placeholder > .mbr-iconfont {
  font-size: 1.1875rem;
}
blockquote {
  border-color: #fd7014;
}
/* Forms */
.jq-selectbox li:hover,
.jq-selectbox li.selected {
  background-color: #fd7014;
  color: #ffffff;
}
.jq-number__spin {
  transition: 0.25s ease;
}
.jq-number__spin:hover {
  border-color: #fd7014;
}
.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: #fd7014;
  border-bottom-color: #fd7014;
}
.xdsoft_datetimepicker .xdsoft_calendar td.xdsoft_default,
.xdsoft_datetimepicker .xdsoft_calendar td.xdsoft_current,
.xdsoft_datetimepicker .xdsoft_timepicker .xdsoft_time_box > div > div.xdsoft_current {
  color: #000000 !important;
  background-color: #fd7014 !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: #222831 !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='%23fd7014' %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-sFCw1qGFAI {
  z-index: 1000;
  width: 100%;
}
.cid-sFCw1qGFAI nav.navbar {
  position: fixed;
}
.cid-sFCw1qGFAI .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-sFCw1qGFAI .dropdown-menu {
  padding: 0;
  border-radius: 4px;
  box-shadow: 0 1px 3px 0 rgba(0, 0, 0, 0.1);
}
.cid-sFCw1qGFAI .dropdown-item {
  border-bottom: 1px solid #e6e6e6;
}
.cid-sFCw1qGFAI .dropdown-item:hover,
.cid-sFCw1qGFAI .dropdown-item:focus {
  background: #fd7014 !important;
  color: white !important;
}
.cid-sFCw1qGFAI .dropdown-item:first-child {
  border-top-left-radius: 4px;
  border-top-right-radius: 4px;
}
.cid-sFCw1qGFAI .dropdown-item:last-child {
  border-bottom: none;
  border-bottom-left-radius: 4px;
  border-bottom-right-radius: 4px;
}
.cid-sFCw1qGFAI .nav-dropdown .link {
  padding: 0 0.3em !important;
  margin: 0.667em 1em !important;
}
.cid-sFCw1qGFAI .nav-dropdown .link.dropdown-toggle::after {
  margin-left: 0.5rem;
  margin-top: 0.2rem;
}
.cid-sFCw1qGFAI .nav-link {
  position: relative;
}
.cid-sFCw1qGFAI .container {
  display: flex;
  margin: auto;
}
.cid-sFCw1qGFAI .iconfont-wrapper {
  color: #000000 !important;
  font-size: 1.5rem;
  padding-right: 0.5rem;
}
.cid-sFCw1qGFAI .dropdown-menu,
.cid-sFCw1qGFAI .navbar.opened {
  background: #fafafa !important;
}
.cid-sFCw1qGFAI .nav-item:focus,
.cid-sFCw1qGFAI .nav-link:focus {
  outline: none;
}
.cid-sFCw1qGFAI .dropdown .dropdown-menu .dropdown-item {
  width: auto;
  transition: all 0.25s ease-in-out;
}
.cid-sFCw1qGFAI .dropdown .dropdown-menu .dropdown-item::after {
  right: 0.5rem;
}
.cid-sFCw1qGFAI .dropdown .dropdown-menu .dropdown-item .mbr-iconfont {
  margin-right: 0.5rem;
  vertical-align: sub;
}
.cid-sFCw1qGFAI .dropdown .dropdown-menu .dropdown-item .mbr-iconfont:before {
  display: inline-block;
  transform: scale(1, 1);
  transition: all 0.25s ease-in-out;
}
.cid-sFCw1qGFAI .collapsed .dropdown-menu .dropdown-item:before {
  display: none;
}
.cid-sFCw1qGFAI .collapsed .dropdown .dropdown-menu .dropdown-item {
  padding: 0.235em 1.5em 0.235em 1.5em !important;
  transition: none;
  margin: 0 !important;
}
.cid-sFCw1qGFAI .navbar {
  min-height: 70px;
  transition: all 0.3s;
  border-bottom: 1px solid transparent;
  position: absolute;
  background: #fafafa;
}
.cid-sFCw1qGFAI .navbar.opened {
  transition: all 0.3s;
}
.cid-sFCw1qGFAI .navbar .dropdown-item {
  padding: 0.5rem 1.8rem;
}
.cid-sFCw1qGFAI .navbar .navbar-logo img {
  width: auto;
}
.cid-sFCw1qGFAI .navbar .navbar-collapse {
  justify-content: flex-end;
  z-index: 1;
}
.cid-sFCw1qGFAI .navbar.collapsed {
  justify-content: center;
}
.cid-sFCw1qGFAI .navbar.collapsed .nav-item .nav-link::before {
  display: none;
}
.cid-sFCw1qGFAI .navbar.collapsed.opened .dropdown-menu {
  top: 0;
}
@media (min-width: 992px) {
  .cid-sFCw1qGFAI .navbar.collapsed.opened:not(.navbar-short) .navbar-collapse {
    max-height: calc(98.5vh - 3rem);
  }
}
.cid-sFCw1qGFAI .navbar.collapsed .dropdown-menu .dropdown-submenu {
  left: 0 !important;
}
.cid-sFCw1qGFAI .navbar.collapsed .dropdown-menu .dropdown-item:after {
  right: auto;
}
.cid-sFCw1qGFAI .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-sFCw1qGFAI .navbar.collapsed ul.navbar-nav li {
  margin: auto;
}
.cid-sFCw1qGFAI .navbar.collapsed .dropdown-menu .dropdown-item {
  padding: 0.25rem 1.5rem;
  text-align: center;
}
.cid-sFCw1qGFAI .navbar.collapsed .icons-menu {
  padding-left: 0;
  padding-right: 0;
  padding-top: 0.5rem;
  padding-bottom: 0.5rem;
}
@media (max-width: 991px) {
  .cid-sFCw1qGFAI .navbar .nav-item .nav-link::before {
    display: none;
  }
  .cid-sFCw1qGFAI .navbar.opened .dropdown-menu {
    top: 0;
  }
  .cid-sFCw1qGFAI .navbar .dropdown-menu .dropdown-submenu {
    left: 0 !important;
  }
  .cid-sFCw1qGFAI .navbar .dropdown-menu .dropdown-item:after {
    right: auto;
  }
  .cid-sFCw1qGFAI .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-sFCw1qGFAI .navbar .navbar-logo img {
    height: 3rem !important;
  }
  .cid-sFCw1qGFAI .navbar ul.navbar-nav li {
    margin: auto;
  }
  .cid-sFCw1qGFAI .navbar .dropdown-menu .dropdown-item {
    padding: 0.25rem 1.5rem !important;
    text-align: center;
  }
  .cid-sFCw1qGFAI .navbar .navbar-brand {
    flex-shrink: initial;
    flex-basis: auto;
    word-break: break-word;
    padding-right: 2rem;
  }
  .cid-sFCw1qGFAI .navbar .navbar-toggler {
    flex-basis: auto;
  }
  .cid-sFCw1qGFAI .navbar .icons-menu {
    padding-left: 0;
    padding-top: 0.5rem;
    padding-bottom: 0.5rem;
  }
}
.cid-sFCw1qGFAI .navbar.navbar-short {
  min-height: 60px;
}
.cid-sFCw1qGFAI .navbar.navbar-short .navbar-logo img {
  height: 2.5rem !important;
}
.cid-sFCw1qGFAI .navbar.navbar-short .navbar-brand {
  min-height: 60px;
  padding: 0;
}
.cid-sFCw1qGFAI .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-sFCw1qGFAI .navbar-brand .navbar-caption {
  line-height: inherit !important;
}
.cid-sFCw1qGFAI .navbar-brand .navbar-logo a {
  outline: none;
}
.cid-sFCw1qGFAI .dropdown-item.active,
.cid-sFCw1qGFAI .dropdown-item:active {
  background-color: transparent;
}
.cid-sFCw1qGFAI .navbar-expand-lg .navbar-nav .nav-link {
  padding: 0;
}
.cid-sFCw1qGFAI .nav-dropdown .link.dropdown-toggle {
  margin-right: 1.667em;
}
.cid-sFCw1qGFAI .nav-dropdown .link.dropdown-toggle[aria-expanded="true"] {
  margin-right: 0;
  padding: 0.667em 1.667em;
}
.cid-sFCw1qGFAI .navbar.navbar-expand-lg .dropdown .dropdown-menu {
  background: #fafafa;
}
.cid-sFCw1qGFAI .navbar.navbar-expand-lg .dropdown .dropdown-menu .dropdown-submenu {
  margin: 0;
  left: 100%;
}
.cid-sFCw1qGFAI .navbar .dropdown.open > .dropdown-menu {
  display: block;
}
.cid-sFCw1qGFAI ul.navbar-nav {
  flex-wrap: wrap;
}
.cid-sFCw1qGFAI .navbar-buttons {
  text-align: center;
  min-width: 170px;
}
.cid-sFCw1qGFAI button.navbar-toggler {
  outline: none;
  width: 31px;
  height: 20px;
  cursor: pointer;
  transition: all 0.2s;
  position: relative;
  align-self: center;
}
.cid-sFCw1qGFAI button.navbar-toggler .hamburger span {
  position: absolute;
  right: 0;
  width: 30px;
  height: 2px;
  border-right: 5px;
  background-color: #000000;
}
.cid-sFCw1qGFAI button.navbar-toggler .hamburger span:nth-child(1) {
  top: 0;
  transition: all 0.2s;
}
.cid-sFCw1qGFAI button.navbar-toggler .hamburger span:nth-child(2) {
  top: 8px;
  transition: all 0.15s;
}
.cid-sFCw1qGFAI button.navbar-toggler .hamburger span:nth-child(3) {
  top: 8px;
  transition: all 0.15s;
}
.cid-sFCw1qGFAI button.navbar-toggler .hamburger span:nth-child(4) {
  top: 16px;
  transition: all 0.2s;
}
.cid-sFCw1qGFAI nav.opened .hamburger span:nth-child(1) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-sFCw1qGFAI nav.opened .hamburger span:nth-child(2) {
  transform: rotate(45deg);
  transition: all 0.25s;
}
.cid-sFCw1qGFAI nav.opened .hamburger span:nth-child(3) {
  transform: rotate(-45deg);
  transition: all 0.25s;
}
.cid-sFCw1qGFAI nav.opened .hamburger span:nth-child(4) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-sFCw1qGFAI .navbar-dropdown {
  padding: 0 1rem;
  position: fixed;
}
.cid-sFCw1qGFAI a.nav-link {
  display: flex;
  align-items: center;
  justify-content: center;
}
.cid-sFCw1qGFAI .icons-menu {
  flex-wrap: nowrap;
  display: flex;
  justify-content: center;
  padding-left: 1rem;
  padding-right: 1rem;
  padding-top: 0.3rem;
  text-align: center;
}
@media screen and (-ms-high-contrast: active), (-ms-high-contrast: none) {
  .cid-sFCw1qGFAI .navbar {
    height: 70px;
  }
  .cid-sFCw1qGFAI .navbar.opened {
    height: auto;
  }
  .cid-sFCw1qGFAI .nav-item .nav-link:hover::before {
    width: 175%;
    max-width: calc(100% + 2rem);
    left: -1rem;
  }
}
.cid-sFzxmVl7J6 {
  background-color: #f5f5f5;
}
.cid-sFzxmVl7J6 .row {
  flex-direction: row-reverse;
}
@media (max-width: 991px) {
  .cid-sFzxmVl7J6 .image-wrapper {
    margin-bottom: 2rem;
  }
}
.cid-sFzxmVl7J6 .image-wrapper img {
  width: 100%;
  object-fit: cover;
}
@media (min-width: 992px) {
  .cid-sFzxmVl7J6 .text-wrapper {
    padding: 0 2rem;
  }
}
@media (max-width: 768px) {
  .cid-sFzxmVl7J6 .text-wrapper {
    margin-bottom: 2rem;
  }
}
.cid-sFzxmVl7J6 .mbr-text,
.cid-sFzxmVl7J6 .mbr-section-btn {
  color: #353535;
}
.cid-vag9vnfck4 {
  padding-top: 4rem;
  padding-bottom: 0rem;
  background-color: #fd7014;
}
.cid-vag9vnfck4 .mbr-fallback-image.disabled {
  display: none;
}
.cid-vag9vnfck4 .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-v8hS7QgYz4 {
  padding-top: 2rem;
  padding-bottom: 0rem;
  background-color: #fd7014;
}
.cid-v8hS7QgYz4 .mbr-fallback-image.disabled {
  display: none;
}
.cid-v8hS7QgYz4 .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-v8hS7QgYz4 .item-wrapper {
  border-radius: 4px;
  background: #fafafa;
}
@media (min-width: 992px) {
  .cid-v8hS7QgYz4 .item-wrapper {
    padding: 2rem;
  }
}
@media (max-width: 991px) {
  .cid-v8hS7QgYz4 .item-wrapper {
    padding: 1rem;
    margin-bottom: 2rem;
  }
}
.cid-v8hS7QgYz4 .row {
  align-items: center;
  justify-content: center;
}
@media (max-width: 767px) {
  .cid-v8hS7QgYz4 .row .row {
    flex-direction: column-reverse;
  }
  .cid-v8hS7QgYz4 .row .row .img-wrapper {
    margin-bottom: 2rem;
  }
}
.cid-v8hS7QgYz4 .img-wrapper img {
  width: 100%;
  object-fit: cover;
}
.cid-v8hS7QgYz4 .card-subtitle {
  color: #fd7014;
}
.cid-v8hS7QgYz4 .mbr-text {
  color: #555555;
}
.cid-v8idps2cLk {
  padding-top: 4rem;
  padding-bottom: 2rem;
  background-color: #353535;
}
.cid-v8idps2cLk .mbr-fallback-image.disabled {
  display: none;
}
.cid-v8idps2cLk .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-v8idps2cLk .mbr-text {
  color: #c1c1c1;
}
.cid-v8idps2cLk .link {
  color: #ffffff;
}
.cid-v8idps2cLk .mbr-text,
.cid-v8idps2cLk .mbr-section-btn {
  color: #ffffff;
  text-align: left;
}
.cid-v8idps2cLk .mbr-section-title {
  color: #fd7014;
}
.cid-v8hS8AD3dT {
  padding-top: 2rem;
  padding-bottom: 0rem;
  background-color: #f5f5f5;
}
.cid-v8hS8AD3dT .mbr-fallback-image.disabled {
  display: none;
}
.cid-v8hS8AD3dT .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-v8hS8AD3dT .item-wrapper {
  border-radius: 4px;
  background: #fafafa;
}
@media (min-width: 992px) {
  .cid-v8hS8AD3dT .item-wrapper {
    padding: 2rem;
  }
}
@media (max-width: 991px) {
  .cid-v8hS8AD3dT .item-wrapper {
    padding: 1rem;
    margin-bottom: 2rem;
  }
}
.cid-v8hS8AD3dT .row {
  align-items: center;
  justify-content: center;
}
@media (max-width: 767px) {
  .cid-v8hS8AD3dT .row .row {
    flex-direction: column-reverse;
  }
  .cid-v8hS8AD3dT .row .row .img-wrapper {
    margin-bottom: 2rem;
  }
}
.cid-v8hS8AD3dT .img-wrapper img {
  width: 100%;
  object-fit: cover;
}
.cid-v8hS8AD3dT .card-subtitle {
  color: #fd7014;
}
.cid-v8hS8AD3dT .mbr-text {
  color: #555555;
}
.cid-v8mdnf4tmp {
  padding-top: 2rem;
  padding-bottom: 0rem;
  background-color: #fd7014;
}
.cid-v8mdnf4tmp .mbr-fallback-image.disabled {
  display: none;
}
.cid-v8mdnf4tmp .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-v8mdnf4tmp .mbr-text {
  color: #c1c1c1;
}
.cid-v8mdnf4tmp .link {
  color: #ffffff;
}
.cid-v8mdnf4tmp .mbr-text,
.cid-v8mdnf4tmp .mbr-section-btn {
  color: #ffffff;
}
.cid-v8mdnf4tmp .mbr-section-title {
  color: #232323;
}
.cid-v8ni3rCbOr {
  padding-top: 0rem;
  padding-bottom: 0rem;
  background-color: #fafafa;
}
.cid-v8ni3rCbOr .mbr-fallback-image.disabled {
  display: none;
}
.cid-v8ni3rCbOr .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-v8ni3rCbOr .oldcost {
  text-decoration: line-through;
  color: #353535;
}
.cid-v8ni3rCbOr .currentcost {
  color: #232323;
}
.cid-v8ni3rCbOr .card-wrapper {
  border-radius: 4px;
  background: #ffffff;
}
@media (min-width: 992px) {
  .cid-v8ni3rCbOr .text-box {
    padding: 2rem;
    padding-right: 4rem;
    padding-left: 4rem;
    padding-right: 2rem;
  }
}
@media (max-width: 991px) {
  .cid-v8ni3rCbOr .text-box {
    padding: 2rem;
  }
}
@media (max-width: 767px) {
  .cid-v8ni3rCbOr .text-box {
    padding: 1rem;
  }
}
.cid-v8ni3rCbOr .image-wrapper img {
  width: 100%;
  object-fit: cover;
}
.cid-v8nik3Xj3f {
  padding-top: 0rem;
  padding-bottom: 0rem;
  background-color: #fafafa;
}
.cid-v8nik3Xj3f .mbr-fallback-image.disabled {
  display: none;
}
.cid-v8nik3Xj3f .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-v8nik3Xj3f .oldcost {
  text-decoration: line-through;
  color: #353535;
}
.cid-v8nik3Xj3f .currentcost {
  color: #232323;
}
.cid-v8nik3Xj3f .card-wrapper {
  border-radius: 4px;
  background: #ffffff;
}
@media (min-width: 992px) {
  .cid-v8nik3Xj3f .text-box {
    padding: 2rem;
    padding-right: 4rem;
  }
}
@media (max-width: 991px) {
  .cid-v8nik3Xj3f .text-box {
    padding: 2rem;
  }
}
@media (max-width: 767px) {
  .cid-v8nik3Xj3f .text-box {
    padding: 1rem;
  }
}
.cid-v8nik3Xj3f .image-wrapper img {
  width: 100%;
  object-fit: cover;
}
.cid-sFAyHxWQ1N {
  padding-top: 3rem;
  padding-bottom: 3rem;
  background-image: url("../../../assets/images/szkic-budynek-inwentarski-hpq-1536x1024.png");
}
.cid-sFAyHxWQ1N .item {
  display: flex;
  align-items: center;
  flex-direction: column;
}
.cid-sFAyHxWQ1N .item .icon-wrap {
  text-align: center;
}
.cid-sFAyHxWQ1N .item span {
  font-size: 2rem;
  color: #ffffff;
  line-height: 60px;
}
.cid-sFAyHxWQ1N .icon-box {
  background: #fd7014;
  width: 60px;
  min-width: 60px;
  height: 60px;
  border-radius: 50%;
  text-align: center;
  display: inline-block;
}
.cid-sFAyHxWQ1N .text-box {
  margin-top: 1rem;
  text-align: center;
}
.cid-sFAyHxWQ1N .mbr-iconfont {
  color: #fd7014 !important;
  position: absolute;
  top: 50%;
  left: 100%;
}
@media (max-width: 991px) {
  .cid-sFAyHxWQ1N .item:before {
    display: none;
  }
  .cid-sFAyHxWQ1N .card-wrapper {
    margin-bottom: 2rem;
  }
}
.cid-sFAyHxWQ1N .card-title,
.cid-sFAyHxWQ1N .card-box {
  color: #222831;
}
.cid-sFAyHxWQ1N .icon-title,
.cid-sFAyHxWQ1N .item .icon-wrap {
  color: #fd7014;
  text-align: center;
}
.cid-sFAyHxWQ1N .mbr-text,
.cid-sFAyHxWQ1N .mbr-section-btn {
  color: #222831;
}
.cid-v8hbGJwlmL {
  padding-top: 6rem;
  padding-bottom: 6rem;
  background-image: url("../../../assets/images/hpq-kask-1-1536x1024.png");
}
.cid-v8hbGJwlmL .mbr-fallback-image.disabled {
  display: none;
}
.cid-v8hbGJwlmL .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-v8hbGJwlmL .item-wrapper {
  display: flex;
  align-items: center;
  margin-bottom: 2rem;
}
.cid-v8hbGJwlmL .icon-box {
  background: #fd7014;
  width: 60px;
  min-width: 60px;
  height: 60px;
  border-radius: 50%;
  margin-right: 1rem;
  display: flex;
  justify-content: center;
  align-items: center;
}
.cid-v8hbGJwlmL .mbr-iconfont {
  font-size: 2rem;
  color: #ffffff;
}
@media (max-width: 991px) {
  .cid-v8hbGJwlmL .card {
    margin-bottom: 2rem;
  }
  .cid-v8hbGJwlmL .card-wrapper {
    margin-bottom: 2rem;
  }
  .cid-v8hbGJwlmL .item-wrapper {
    margin-bottom: 2rem;
  }
}
.cid-v8hK3n3Ffa {
  padding-top: 2rem;
  padding-bottom: 0rem;
  background-color: #ffffff;
}
.cid-v8hK3n3Ffa img,
.cid-v8hK3n3Ffa .item-img {
  width: 100%;
}
.cid-v8hK3n3Ffa .item:focus,
.cid-v8hK3n3Ffa span:focus {
  outline: none;
}
.cid-v8hK3n3Ffa .item-wrapper {
  position: relative;
}
.cid-v8hK3n3Ffa .slide-content {
  position: relative;
  border-radius: 4px;
  background: #ffffff;
  height: 100%;
  display: flex;
  overflow: hidden;
  flex-flow: column nowrap;
}
@media (min-width: 992px) {
  .cid-v8hK3n3Ffa .slide-content .item-content {
    padding: 2rem;
  }
}
@media (max-width: 991px) {
  .cid-v8hK3n3Ffa .slide-content .item-content {
    padding: 1rem;
  }
}
.cid-v8hK3n3Ffa .mbr-section-btn {
  margin-top: auto !important;
}
.cid-v8hK3n3Ffa .mbr-section-title {
  color: #232323;
}
.cid-v8hK3n3Ffa .mbr-text,
.cid-v8hK3n3Ffa .mbr-section-btn {
  text-align: left;
}
.cid-v8hK3n3Ffa .item-title {
  text-align: left;
}
.cid-v8hK3n3Ffa .item-subtitle {
  text-align: left;
  color: #bbbbbb;
}
.cid-v8hK3n3Ffa .embla__slide {
  display: flex;
  justify-content: center;
  position: relative;
  min-width: 370px;
  max-width: 370px;
}
@media (max-width: 768px) {
  .cid-v8hK3n3Ffa .embla__slide {
    min-width: 70%;
    max-width: initial;
    margin-left: 1rem !important;
    margin-right: 1rem !important;
  }
}
.cid-v8hK3n3Ffa .embla__button--next,
.cid-v8hK3n3Ffa .embla__button--prev {
  display: flex;
}
.cid-v8hK3n3Ffa .embla__button {
  top: 50%;
  width: 60px;
  height: 60px;
  margin-top: -1.5rem;
  font-size: 22px;
  background-color: rgba(0, 0, 0, 0.5);
  color: #fff;
  border: 2px solid #fff;
  border-radius: 50%;
  transition: all 0.3s;
  position: absolute;
  display: flex;
  justify-content: center;
  align-items: center;
}
@media (max-width: 768px) {
  .cid-v8hK3n3Ffa .embla__button {
    display: none;
  }
}
.cid-v8hK3n3Ffa .embla__button:disabled {
  cursor: default;
  display: none;
}
.cid-v8hK3n3Ffa .embla__button:hover {
  background: #000;
  color: rgba(255, 255, 255, 0.5);
}
.cid-v8hK3n3Ffa .embla__button.embla__button--prev {
  left: 0;
  margin-left: 2.5rem;
}
.cid-v8hK3n3Ffa .embla__button.embla__button--next {
  right: 0;
  margin-right: 2.5rem;
}
@media (max-width: 767px) {
  .cid-v8hK3n3Ffa .embla__button {
    top: auto;
  }
}
.cid-v8hK3n3Ffa .embla {
  position: relative;
  width: 100%;
}
.cid-v8hK3n3Ffa .embla__viewport {
  overflow: hidden;
  width: 100%;
}
.cid-v8hK3n3Ffa .embla__viewport.is-draggable {
  cursor: grab;
}
.cid-v8hK3n3Ffa .embla__viewport.is-dragging {
  cursor: grabbing;
}
.cid-v8hK3n3Ffa .embla__container {
  display: flex;
  user-select: none;
  -webkit-touch-callout: none;
  -khtml-user-select: none;
  -webkit-tap-highlight-color: transparent;
}
@media (max-width: 768px) {
  .cid-v8hK3n3Ffa .embla__container {
    margin-left: 1.3rem;
    margin-right: 1.3rem;
  }
  .cid-v8hK3n3Ffa .embla__container .embla__slide:first-child {
    margin-left: 2rem !important;
  }
  .cid-v8hK3n3Ffa .embla__container .embla__slide:last-child {
    margin-right: 2rem !important;
  }
}
.cid-sFAyMcKwph {
  padding-top: 120px;
  padding-bottom: 120px;
  background-color: #fafafa;
}
.cid-sFAyMcKwph .media-container-row {
  justify-content: space-between;
}
.cid-sFAyMcKwph .text-content {
  max-width: 50%;
}
@media (max-width: 768px) {
  .cid-sFAyMcKwph .text-content {
    max-width: none;
  }
}
.cid-sFAyMcKwph .mbr-iconfont-social {
  margin: 0.5rem;
  font-size: 32px;
  display: flex;
  border-radius: 50%;
  text-align: center;
  color: #fd7014;
  border: 2px solid #fd7014;
  justify-content: center;
  align-content: center;
  transition: all 0.3s;
}
.cid-sFAyMcKwph .mbr-iconfont-social:before {
  padding: 0.6rem;
}
.cid-sFAyMcKwph .mbr-iconfont-social:hover {
  background-color: #fd7014;
  color: #ffffff;
}
@media (max-width: 768px) {
  .cid-sFAyMcKwph .icons {
    justify-content: center !important;
  }
  .cid-sFAyMcKwph .text-content * {
    text-align: center;
  }
}
.cid-sFAyMcKwph .mbr-section-title {
  color: #fd7014;
}
.cid-sFAyMcKwph P {
  color: #000000;
}
.cid-sFzDs3t9EG {
  padding-top: 3rem;
  padding-bottom: 3rem;
  background-image: url("../../../assets/images/hpq-form01-1536x1024.png");
}
.cid-sFzDs3t9EG .mbr-overlay {
  background-color: #393e46;
  opacity: 0.9;
}
.cid-sFzDs3t9EG form .mbr-section-btn {
  text-align: center;
  width: 100%;
}
.cid-sFzDs3t9EG form .mbr-section-btn .btn {
  display: inline-flex;
}
@media (max-width: 991px) {
  .cid-sFzDs3t9EG form .mbr-section-btn .btn {
    width: 100%;
  }
}
.cid-sFzDs3t9EG .mbr-section-title {
  color: #fd7014;
}
.cid-sFzDs3t9EG .mbr-section-subtitle {
  color: #ffffff;
}
.cid-v8mnuKZkqF {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-color: #232323;
}
.cid-v8mnuKZkqF .mbr-fallback-image.disabled {
  display: none;
}
.cid-v8mnuKZkqF .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-v8mnuKZkqF .media-wrap {
  padding: 0;
}
@media (max-width: 991px) {
  .cid-v8mnuKZkqF .media-wrap {
    margin-bottom: 1rem;
  }
}
@media (max-width: 767px) {
  .cid-v8mnuKZkqF .row {
    text-align: center;
  }
  .cid-v8mnuKZkqF .row > div {
    margin: auto;
  }
  .cid-v8mnuKZkqF .social-row {
    justify-content: center;
  }
}
.cid-v8mnuKZkqF .social-row {
  display: flex;
  flex-wrap: wrap;
}
.cid-v8mnuKZkqF .list {
  list-style: none;
  padding-left: 0;
  color: #fafafa;
}
@media (max-width: 991px) {
  .cid-v8mnuKZkqF .list {
    margin-bottom: 2rem;
  }
}
@media (min-width: 992px) {
  .cid-v8mnuKZkqF .list {
    margin-bottom: 0rem;
  }
}
.cid-v8mnuKZkqF .mbr-text {
  color: #fafafa;
}
.cid-v8mnuKZkqF .soc-item {
  display: flex;
  align-items: center;
  justify-content: center;
  border-radius: 50%;
  background-color: white;
  margin-right: 0.5rem;
  margin-bottom: 1rem;
  padding: 0.5rem;
  height: 2.5rem;
  width: 2.5rem;
}
.cid-v8mnuKZkqF .mbr-iconfont {
  color: black;
}
@media (max-width: 991px) {
  .cid-v8mnuKZkqF div > *:last-child {
    margin-top: 0 !important;
  }
}
.cid-v8mnuKZkqF .mbr-section-subtitle {
  color: #fd7014;
}
.cid-v8632ZcxAR {
  z-index: 1000;
  width: 100%;
}
.cid-v8632ZcxAR nav.navbar {
  position: fixed;
}
.cid-v8632ZcxAR .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-v8632ZcxAR .dropdown-menu {
  padding: 0;
  border-radius: 4px;
  box-shadow: 0 1px 3px 0 rgba(0, 0, 0, 0.1);
}
.cid-v8632ZcxAR .dropdown-item {
  border-bottom: 1px solid #e6e6e6;
}
.cid-v8632ZcxAR .dropdown-item:hover,
.cid-v8632ZcxAR .dropdown-item:focus {
  background: #fd7014 !important;
  color: white !important;
}
.cid-v8632ZcxAR .dropdown-item:first-child {
  border-top-left-radius: 4px;
  border-top-right-radius: 4px;
}
.cid-v8632ZcxAR .dropdown-item:last-child {
  border-bottom: none;
  border-bottom-left-radius: 4px;
  border-bottom-right-radius: 4px;
}
.cid-v8632ZcxAR .nav-dropdown .link {
  padding: 0 0.3em !important;
  margin: 0.667em 1em !important;
}
.cid-v8632ZcxAR .nav-dropdown .link.dropdown-toggle::after {
  margin-left: 0.5rem;
  margin-top: 0.2rem;
}
.cid-v8632ZcxAR .nav-link {
  position: relative;
}
.cid-v8632ZcxAR .container {
  display: flex;
  margin: auto;
}
.cid-v8632ZcxAR .iconfont-wrapper {
  color: #000000 !important;
  font-size: 1.5rem;
  padding-right: 0.5rem;
}
.cid-v8632ZcxAR .dropdown-menu,
.cid-v8632ZcxAR .navbar.opened {
  background: #fafafa !important;
}
.cid-v8632ZcxAR .nav-item:focus,
.cid-v8632ZcxAR .nav-link:focus {
  outline: none;
}
.cid-v8632ZcxAR .dropdown .dropdown-menu .dropdown-item {
  width: auto;
  transition: all 0.25s ease-in-out;
}
.cid-v8632ZcxAR .dropdown .dropdown-menu .dropdown-item::after {
  right: 0.5rem;
}
.cid-v8632ZcxAR .dropdown .dropdown-menu .dropdown-item .mbr-iconfont {
  margin-right: 0.5rem;
  vertical-align: sub;
}
.cid-v8632ZcxAR .dropdown .dropdown-menu .dropdown-item .mbr-iconfont:before {
  display: inline-block;
  transform: scale(1, 1);
  transition: all 0.25s ease-in-out;
}
.cid-v8632ZcxAR .collapsed .dropdown-menu .dropdown-item:before {
  display: none;
}
.cid-v8632ZcxAR .collapsed .dropdown .dropdown-menu .dropdown-item {
  padding: 0.235em 1.5em 0.235em 1.5em !important;
  transition: none;
  margin: 0 !important;
}
.cid-v8632ZcxAR .navbar {
  min-height: 70px;
  transition: all 0.3s;
  border-bottom: 1px solid transparent;
  position: absolute;
  background: #fafafa;
}
.cid-v8632ZcxAR .navbar.opened {
  transition: all 0.3s;
}
.cid-v8632ZcxAR .navbar .dropdown-item {
  padding: 0.5rem 1.8rem;
}
.cid-v8632ZcxAR .navbar .navbar-logo img {
  width: auto;
}
.cid-v8632ZcxAR .navbar .navbar-collapse {
  justify-content: flex-end;
  z-index: 1;
}
.cid-v8632ZcxAR .navbar.collapsed {
  justify-content: center;
}
.cid-v8632ZcxAR .navbar.collapsed .nav-item .nav-link::before {
  display: none;
}
.cid-v8632ZcxAR .navbar.collapsed.opened .dropdown-menu {
  top: 0;
}
@media (min-width: 992px) {
  .cid-v8632ZcxAR .navbar.collapsed.opened:not(.navbar-short) .navbar-collapse {
    max-height: calc(98.5vh - 3rem);
  }
}
.cid-v8632ZcxAR .navbar.collapsed .dropdown-menu .dropdown-submenu {
  left: 0 !important;
}
.cid-v8632ZcxAR .navbar.collapsed .dropdown-menu .dropdown-item:after {
  right: auto;
}
.cid-v8632ZcxAR .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-v8632ZcxAR .navbar.collapsed ul.navbar-nav li {
  margin: auto;
}
.cid-v8632ZcxAR .navbar.collapsed .dropdown-menu .dropdown-item {
  padding: 0.25rem 1.5rem;
  text-align: center;
}
.cid-v8632ZcxAR .navbar.collapsed .icons-menu {
  padding-left: 0;
  padding-right: 0;
  padding-top: 0.5rem;
  padding-bottom: 0.5rem;
}
@media (max-width: 991px) {
  .cid-v8632ZcxAR .navbar .nav-item .nav-link::before {
    display: none;
  }
  .cid-v8632ZcxAR .navbar.opened .dropdown-menu {
    top: 0;
  }
  .cid-v8632ZcxAR .navbar .dropdown-menu .dropdown-submenu {
    left: 0 !important;
  }
  .cid-v8632ZcxAR .navbar .dropdown-menu .dropdown-item:after {
    right: auto;
  }
  .cid-v8632ZcxAR .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-v8632ZcxAR .navbar .navbar-logo img {
    height: 3rem !important;
  }
  .cid-v8632ZcxAR .navbar ul.navbar-nav li {
    margin: auto;
  }
  .cid-v8632ZcxAR .navbar .dropdown-menu .dropdown-item {
    padding: 0.25rem 1.5rem !important;
    text-align: center;
  }
  .cid-v8632ZcxAR .navbar .navbar-brand {
    flex-shrink: initial;
    flex-basis: auto;
    word-break: break-word;
    padding-right: 2rem;
  }
  .cid-v8632ZcxAR .navbar .navbar-toggler {
    flex-basis: auto;
  }
  .cid-v8632ZcxAR .navbar .icons-menu {
    padding-left: 0;
    padding-top: 0.5rem;
    padding-bottom: 0.5rem;
  }
}
.cid-v8632ZcxAR .navbar.navbar-short {
  min-height: 60px;
}
.cid-v8632ZcxAR .navbar.navbar-short .navbar-logo img {
  height: 2.5rem !important;
}
.cid-v8632ZcxAR .navbar.navbar-short .navbar-brand {
  min-height: 60px;
  padding: 0;
}
.cid-v8632ZcxAR .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-v8632ZcxAR .navbar-brand .navbar-caption {
  line-height: inherit !important;
}
.cid-v8632ZcxAR .navbar-brand .navbar-logo a {
  outline: none;
}
.cid-v8632ZcxAR .dropdown-item.active,
.cid-v8632ZcxAR .dropdown-item:active {
  background-color: transparent;
}
.cid-v8632ZcxAR .navbar-expand-lg .navbar-nav .nav-link {
  padding: 0;
}
.cid-v8632ZcxAR .nav-dropdown .link.dropdown-toggle {
  margin-right: 1.667em;
}
.cid-v8632ZcxAR .nav-dropdown .link.dropdown-toggle[aria-expanded="true"] {
  margin-right: 0;
  padding: 0.667em 1.667em;
}
.cid-v8632ZcxAR .navbar.navbar-expand-lg .dropdown .dropdown-menu {
  background: #fafafa;
}
.cid-v8632ZcxAR .navbar.navbar-expand-lg .dropdown .dropdown-menu .dropdown-submenu {
  margin: 0;
  left: 100%;
}
.cid-v8632ZcxAR .navbar .dropdown.open > .dropdown-menu {
  display: block;
}
.cid-v8632ZcxAR ul.navbar-nav {
  flex-wrap: wrap;
}
.cid-v8632ZcxAR .navbar-buttons {
  text-align: center;
  min-width: 170px;
}
.cid-v8632ZcxAR button.navbar-toggler {
  outline: none;
  width: 31px;
  height: 20px;
  cursor: pointer;
  transition: all 0.2s;
  position: relative;
  align-self: center;
}
.cid-v8632ZcxAR button.navbar-toggler .hamburger span {
  position: absolute;
  right: 0;
  width: 30px;
  height: 2px;
  border-right: 5px;
  background-color: #000000;
}
.cid-v8632ZcxAR button.navbar-toggler .hamburger span:nth-child(1) {
  top: 0;
  transition: all 0.2s;
}
.cid-v8632ZcxAR button.navbar-toggler .hamburger span:nth-child(2) {
  top: 8px;
  transition: all 0.15s;
}
.cid-v8632ZcxAR button.navbar-toggler .hamburger span:nth-child(3) {
  top: 8px;
  transition: all 0.15s;
}
.cid-v8632ZcxAR button.navbar-toggler .hamburger span:nth-child(4) {
  top: 16px;
  transition: all 0.2s;
}
.cid-v8632ZcxAR nav.opened .hamburger span:nth-child(1) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-v8632ZcxAR nav.opened .hamburger span:nth-child(2) {
  transform: rotate(45deg);
  transition: all 0.25s;
}
.cid-v8632ZcxAR nav.opened .hamburger span:nth-child(3) {
  transform: rotate(-45deg);
  transition: all 0.25s;
}
.cid-v8632ZcxAR nav.opened .hamburger span:nth-child(4) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-v8632ZcxAR .navbar-dropdown {
  padding: 0 1rem;
  position: fixed;
}
.cid-v8632ZcxAR a.nav-link {
  display: flex;
  align-items: center;
  justify-content: center;
}
.cid-v8632ZcxAR .icons-menu {
  flex-wrap: nowrap;
  display: flex;
  justify-content: center;
  padding-left: 1rem;
  padding-right: 1rem;
  padding-top: 0.3rem;
  text-align: center;
}
@media screen and (-ms-high-contrast: active), (-ms-high-contrast: none) {
  .cid-v8632ZcxAR .navbar {
    height: 70px;
  }
  .cid-v8632ZcxAR .navbar.opened {
    height: auto;
  }
  .cid-v8632ZcxAR .nav-item .nav-link:hover::before {
    width: 175%;
    max-width: calc(100% + 2rem);
    left: -1rem;
  }
}
.cid-v86qsSCVT1 {
  padding-top: 0rem;
  padding-bottom: 3rem;
  background-color: #ffffff;
}
.cid-v86mawv7u9 {
  padding-top: 7rem;
  padding-bottom: 3rem;
  background-image: url("../../../assets/images/hpq-backgnd-2.jpg");
}
.cid-v86mawv7u9 .mbr-fallback-image.disabled {
  display: none;
}
.cid-v86mawv7u9 .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-v86mawv7u9 .mbr-section-subtitle {
  color: #ffffff;
}
.cid-v86mawv7u9 .mbr-section-title {
  color: #353535;
  text-align: left;
}
.cid-v86mawv7u9 .mbr-text,
.cid-v86mawv7u9 .mbr-section-btn {
  color: #353535;
  text-align: justify;
}
.cid-v86mawv7u9 .mbr-section-title DIV {
  text-align: left;
}
.cid-v9m6pZ5z8N {
  padding-top: 2rem;
  padding-bottom: 0rem;
  background-color: #ffffff;
}
.cid-v9m6pZ5z8N .mbr-fallback-image.disabled {
  display: none;
}
.cid-v9m6pZ5z8N .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
@media (min-width: 1500px) {
  .cid-v9m6pZ5z8N .container {
    max-width: 1400px;
  }
}
.cid-v9m6pZ5z8N .mbr-iconfont {
  display: block;
  font-size: 5rem;
  color: #fd7014;
  margin-bottom: 2rem;
}
.cid-v9m6pZ5z8N .row {
  justify-content: center;
}
.cid-v9m6UJPmOd {
  padding-top: 2rem;
  padding-bottom: 0rem;
  background-image: url("../../../assets/images/hpq-backgnd-1.jpg");
}
.cid-v9m6UJPmOd .mbr-fallback-image.disabled {
  display: none;
}
.cid-v9m6UJPmOd .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
@media (min-width: 1500px) {
  .cid-v9m6UJPmOd .container {
    max-width: 1400px;
  }
}
.cid-v9m6UJPmOd .mbr-iconfont {
  display: block;
  font-size: 5rem;
  color: #fd7014;
  margin-bottom: 2rem;
}
.cid-v9m6UJPmOd .row {
  justify-content: center;
}
.cid-v9oVu0qCcM {
  padding-top: 2rem;
  padding-bottom: 0rem;
  background-color: #ffffff;
}
.cid-v9oVu0qCcM .mbr-fallback-image.disabled {
  display: none;
}
.cid-v9oVu0qCcM .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
@media (min-width: 1500px) {
  .cid-v9oVu0qCcM .container {
    max-width: 1400px;
  }
}
.cid-v9oVu0qCcM .mbr-iconfont {
  display: block;
  font-size: 5rem;
  color: #fd7014;
  margin-bottom: 2rem;
}
.cid-v9oVu0qCcM .row {
  justify-content: center;
}
.cid-valWxv5bao {
  padding-top: 3rem;
  padding-bottom: 0rem;
  background-color: #fafafa;
}
.cid-valWxv5bao img {
  width: 120px;
  margin: auto;
}
.cid-valWxv5bao .card {
  transition: all 0.3s;
  height: fit-content;
  padding: 1rem 0;
  opacity: 0.7;
  margin-bottom: 1rem;
}
@media (min-width: 992px) {
  .cid-valWxv5bao .card {
    max-width: 12.5%;
  }
}
.cid-valWxv5bao .mbr-section-subtitle {
  color: #353535;
}
.cid-valWyyiBoh {
  padding-top: 0rem;
  padding-bottom: 0rem;
  background-color: #ffffff;
}
.cid-valWyyiBoh img {
  width: 120px;
  margin: auto;
}
.cid-valWyyiBoh .card {
  transition: all 0.3s;
  height: fit-content;
  padding: 1rem 0;
  opacity: 0.7;
  margin-bottom: 1rem;
}
@media (min-width: 992px) {
  .cid-valWyyiBoh .card {
    max-width: 12.5%;
  }
}
.cid-valWyyiBoh .mbr-section-subtitle {
  color: #353535;
}
.cid-vagU0kyezR {
  padding-top: 3rem;
  padding-bottom: 3rem;
  background-image: url("../../../assets/images/hpq-form01-1536x1024.png");
}
.cid-vagU0kyezR .mbr-overlay {
  background-color: #393e46;
  opacity: 0.9;
}
.cid-vagU0kyezR form .mbr-section-btn {
  text-align: center;
  width: 100%;
}
.cid-vagU0kyezR form .mbr-section-btn .btn {
  display: inline-flex;
}
@media (max-width: 991px) {
  .cid-vagU0kyezR form .mbr-section-btn .btn {
    width: 100%;
  }
}
.cid-vagU0kyezR .mbr-section-title {
  color: #fd7014;
}
.cid-vagU0kyezR .mbr-section-subtitle {
  color: #ffffff;
}
.cid-v8mnuKZkqF {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-color: #232323;
}
.cid-v8mnuKZkqF .mbr-fallback-image.disabled {
  display: none;
}
.cid-v8mnuKZkqF .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-v8mnuKZkqF .media-wrap {
  padding: 0;
}
@media (max-width: 991px) {
  .cid-v8mnuKZkqF .media-wrap {
    margin-bottom: 1rem;
  }
}
@media (max-width: 767px) {
  .cid-v8mnuKZkqF .row {
    text-align: center;
  }
  .cid-v8mnuKZkqF .row > div {
    margin: auto;
  }
  .cid-v8mnuKZkqF .social-row {
    justify-content: center;
  }
}
.cid-v8mnuKZkqF .social-row {
  display: flex;
  flex-wrap: wrap;
}
.cid-v8mnuKZkqF .list {
  list-style: none;
  padding-left: 0;
  color: #fafafa;
}
@media (max-width: 991px) {
  .cid-v8mnuKZkqF .list {
    margin-bottom: 2rem;
  }
}
@media (min-width: 992px) {
  .cid-v8mnuKZkqF .list {
    margin-bottom: 0rem;
  }
}
.cid-v8mnuKZkqF .mbr-text {
  color: #fafafa;
}
.cid-v8mnuKZkqF .soc-item {
  display: flex;
  align-items: center;
  justify-content: center;
  border-radius: 50%;
  background-color: white;
  margin-right: 0.5rem;
  margin-bottom: 1rem;
  padding: 0.5rem;
  height: 2.5rem;
  width: 2.5rem;
}
.cid-v8mnuKZkqF .mbr-iconfont {
  color: black;
}
@media (max-width: 991px) {
  .cid-v8mnuKZkqF div > *:last-child {
    margin-top: 0 !important;
  }
}
.cid-v8mnuKZkqF .mbr-section-subtitle {
  color: #fd7014;
}
.cid-v8KVMGItJa {
  z-index: 1000;
  width: 100%;
}
.cid-v8KVMGItJa nav.navbar {
  position: fixed;
}
.cid-v8KVMGItJa .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-v8KVMGItJa .dropdown-menu {
  padding: 0;
  border-radius: 4px;
  box-shadow: 0 1px 3px 0 rgba(0, 0, 0, 0.1);
}
.cid-v8KVMGItJa .dropdown-item {
  border-bottom: 1px solid #e6e6e6;
}
.cid-v8KVMGItJa .dropdown-item:hover,
.cid-v8KVMGItJa .dropdown-item:focus {
  background: #fd7014 !important;
  color: white !important;
}
.cid-v8KVMGItJa .dropdown-item:first-child {
  border-top-left-radius: 4px;
  border-top-right-radius: 4px;
}
.cid-v8KVMGItJa .dropdown-item:last-child {
  border-bottom: none;
  border-bottom-left-radius: 4px;
  border-bottom-right-radius: 4px;
}
.cid-v8KVMGItJa .nav-dropdown .link {
  padding: 0 0.3em !important;
  margin: 0.667em 1em !important;
}
.cid-v8KVMGItJa .nav-dropdown .link.dropdown-toggle::after {
  margin-left: 0.5rem;
  margin-top: 0.2rem;
}
.cid-v8KVMGItJa .nav-link {
  position: relative;
}
.cid-v8KVMGItJa .container {
  display: flex;
  margin: auto;
}
.cid-v8KVMGItJa .iconfont-wrapper {
  color: #000000 !important;
  font-size: 1.5rem;
  padding-right: 0.5rem;
}
.cid-v8KVMGItJa .dropdown-menu,
.cid-v8KVMGItJa .navbar.opened {
  background: #fafafa !important;
}
.cid-v8KVMGItJa .nav-item:focus,
.cid-v8KVMGItJa .nav-link:focus {
  outline: none;
}
.cid-v8KVMGItJa .dropdown .dropdown-menu .dropdown-item {
  width: auto;
  transition: all 0.25s ease-in-out;
}
.cid-v8KVMGItJa .dropdown .dropdown-menu .dropdown-item::after {
  right: 0.5rem;
}
.cid-v8KVMGItJa .dropdown .dropdown-menu .dropdown-item .mbr-iconfont {
  margin-right: 0.5rem;
  vertical-align: sub;
}
.cid-v8KVMGItJa .dropdown .dropdown-menu .dropdown-item .mbr-iconfont:before {
  display: inline-block;
  transform: scale(1, 1);
  transition: all 0.25s ease-in-out;
}
.cid-v8KVMGItJa .collapsed .dropdown-menu .dropdown-item:before {
  display: none;
}
.cid-v8KVMGItJa .collapsed .dropdown .dropdown-menu .dropdown-item {
  padding: 0.235em 1.5em 0.235em 1.5em !important;
  transition: none;
  margin: 0 !important;
}
.cid-v8KVMGItJa .navbar {
  min-height: 70px;
  transition: all 0.3s;
  border-bottom: 1px solid transparent;
  position: absolute;
  background: #fafafa;
}
.cid-v8KVMGItJa .navbar.opened {
  transition: all 0.3s;
}
.cid-v8KVMGItJa .navbar .dropdown-item {
  padding: 0.5rem 1.8rem;
}
.cid-v8KVMGItJa .navbar .navbar-logo img {
  width: auto;
}
.cid-v8KVMGItJa .navbar .navbar-collapse {
  justify-content: flex-end;
  z-index: 1;
}
.cid-v8KVMGItJa .navbar.collapsed {
  justify-content: center;
}
.cid-v8KVMGItJa .navbar.collapsed .nav-item .nav-link::before {
  display: none;
}
.cid-v8KVMGItJa .navbar.collapsed.opened .dropdown-menu {
  top: 0;
}
@media (min-width: 992px) {
  .cid-v8KVMGItJa .navbar.collapsed.opened:not(.navbar-short) .navbar-collapse {
    max-height: calc(98.5vh - 3rem);
  }
}
.cid-v8KVMGItJa .navbar.collapsed .dropdown-menu .dropdown-submenu {
  left: 0 !important;
}
.cid-v8KVMGItJa .navbar.collapsed .dropdown-menu .dropdown-item:after {
  right: auto;
}
.cid-v8KVMGItJa .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-v8KVMGItJa .navbar.collapsed ul.navbar-nav li {
  margin: auto;
}
.cid-v8KVMGItJa .navbar.collapsed .dropdown-menu .dropdown-item {
  padding: 0.25rem 1.5rem;
  text-align: center;
}
.cid-v8KVMGItJa .navbar.collapsed .icons-menu {
  padding-left: 0;
  padding-right: 0;
  padding-top: 0.5rem;
  padding-bottom: 0.5rem;
}
@media (max-width: 991px) {
  .cid-v8KVMGItJa .navbar .nav-item .nav-link::before {
    display: none;
  }
  .cid-v8KVMGItJa .navbar.opened .dropdown-menu {
    top: 0;
  }
  .cid-v8KVMGItJa .navbar .dropdown-menu .dropdown-submenu {
    left: 0 !important;
  }
  .cid-v8KVMGItJa .navbar .dropdown-menu .dropdown-item:after {
    right: auto;
  }
  .cid-v8KVMGItJa .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-v8KVMGItJa .navbar .navbar-logo img {
    height: 3rem !important;
  }
  .cid-v8KVMGItJa .navbar ul.navbar-nav li {
    margin: auto;
  }
  .cid-v8KVMGItJa .navbar .dropdown-menu .dropdown-item {
    padding: 0.25rem 1.5rem !important;
    text-align: center;
  }
  .cid-v8KVMGItJa .navbar .navbar-brand {
    flex-shrink: initial;
    flex-basis: auto;
    word-break: break-word;
    padding-right: 2rem;
  }
  .cid-v8KVMGItJa .navbar .navbar-toggler {
    flex-basis: auto;
  }
  .cid-v8KVMGItJa .navbar .icons-menu {
    padding-left: 0;
    padding-top: 0.5rem;
    padding-bottom: 0.5rem;
  }
}
.cid-v8KVMGItJa .navbar.navbar-short {
  min-height: 60px;
}
.cid-v8KVMGItJa .navbar.navbar-short .navbar-logo img {
  height: 2.5rem !important;
}
.cid-v8KVMGItJa .navbar.navbar-short .navbar-brand {
  min-height: 60px;
  padding: 0;
}
.cid-v8KVMGItJa .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-v8KVMGItJa .navbar-brand .navbar-caption {
  line-height: inherit !important;
}
.cid-v8KVMGItJa .navbar-brand .navbar-logo a {
  outline: none;
}
.cid-v8KVMGItJa .dropdown-item.active,
.cid-v8KVMGItJa .dropdown-item:active {
  background-color: transparent;
}
.cid-v8KVMGItJa .navbar-expand-lg .navbar-nav .nav-link {
  padding: 0;
}
.cid-v8KVMGItJa .nav-dropdown .link.dropdown-toggle {
  margin-right: 1.667em;
}
.cid-v8KVMGItJa .nav-dropdown .link.dropdown-toggle[aria-expanded="true"] {
  margin-right: 0;
  padding: 0.667em 1.667em;
}
.cid-v8KVMGItJa .navbar.navbar-expand-lg .dropdown .dropdown-menu {
  background: #fafafa;
}
.cid-v8KVMGItJa .navbar.navbar-expand-lg .dropdown .dropdown-menu .dropdown-submenu {
  margin: 0;
  left: 100%;
}
.cid-v8KVMGItJa .navbar .dropdown.open > .dropdown-menu {
  display: block;
}
.cid-v8KVMGItJa ul.navbar-nav {
  flex-wrap: wrap;
}
.cid-v8KVMGItJa .navbar-buttons {
  text-align: center;
  min-width: 170px;
}
.cid-v8KVMGItJa button.navbar-toggler {
  outline: none;
  width: 31px;
  height: 20px;
  cursor: pointer;
  transition: all 0.2s;
  position: relative;
  align-self: center;
}
.cid-v8KVMGItJa button.navbar-toggler .hamburger span {
  position: absolute;
  right: 0;
  width: 30px;
  height: 2px;
  border-right: 5px;
  background-color: #000000;
}
.cid-v8KVMGItJa button.navbar-toggler .hamburger span:nth-child(1) {
  top: 0;
  transition: all 0.2s;
}
.cid-v8KVMGItJa button.navbar-toggler .hamburger span:nth-child(2) {
  top: 8px;
  transition: all 0.15s;
}
.cid-v8KVMGItJa button.navbar-toggler .hamburger span:nth-child(3) {
  top: 8px;
  transition: all 0.15s;
}
.cid-v8KVMGItJa button.navbar-toggler .hamburger span:nth-child(4) {
  top: 16px;
  transition: all 0.2s;
}
.cid-v8KVMGItJa nav.opened .hamburger span:nth-child(1) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-v8KVMGItJa nav.opened .hamburger span:nth-child(2) {
  transform: rotate(45deg);
  transition: all 0.25s;
}
.cid-v8KVMGItJa nav.opened .hamburger span:nth-child(3) {
  transform: rotate(-45deg);
  transition: all 0.25s;
}
.cid-v8KVMGItJa nav.opened .hamburger span:nth-child(4) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-v8KVMGItJa .navbar-dropdown {
  padding: 0 1rem;
  position: fixed;
}
.cid-v8KVMGItJa a.nav-link {
  display: flex;
  align-items: center;
  justify-content: center;
}
.cid-v8KVMGItJa .icons-menu {
  flex-wrap: nowrap;
  display: flex;
  justify-content: center;
  padding-left: 1rem;
  padding-right: 1rem;
  padding-top: 0.3rem;
  text-align: center;
}
@media screen and (-ms-high-contrast: active), (-ms-high-contrast: none) {
  .cid-v8KVMGItJa .navbar {
    height: 70px;
  }
  .cid-v8KVMGItJa .navbar.opened {
    height: auto;
  }
  .cid-v8KVMGItJa .nav-item .nav-link:hover::before {
    width: 175%;
    max-width: calc(100% + 2rem);
    left: -1rem;
  }
}
.cid-v8KVZVkhWQ {
  background-image: url("../../../assets/images/concrete-wall-royalty-free-image-2000x1335.jpeg");
}
.cid-v8KVZVkhWQ .mbr-fallback-image.disabled {
  display: none;
}
.cid-v8KVZVkhWQ .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-v8KVZVkhWQ .mbr-section-title {
  color: #ffffff;
}
.cid-v8KVZVkhWQ .mbr-text,
.cid-v8KVZVkhWQ .mbr-section-btn {
  color: #ffffff;
}
.cid-v8KXwuzPKk {
  padding-top: 3rem;
  padding-bottom: 1rem;
  background-color: #fd7014;
}
.cid-v8KXwuzPKk .mbr-fallback-image.disabled {
  display: none;
}
.cid-v8KXwuzPKk .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-v8KXwuzPKk .mbr-text {
  color: #c1c1c1;
}
.cid-v8KXwuzPKk .mbr-text,
.cid-v8KXwuzPKk .mbr-section-btn {
  color: #fafafa;
}
.cid-v8KY9rYZ0b {
  padding-top: 5rem;
  padding-bottom: 0rem;
  background-color: #ffffff;
}
.cid-v8KY9rYZ0b .mbr-fallback-image.disabled {
  display: none;
}
.cid-v8KY9rYZ0b .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
@media (min-width: 1500px) {
  .cid-v8KY9rYZ0b .container {
    max-width: 1400px;
  }
}
.cid-v8KY9rYZ0b .mbr-iconfont {
  display: block;
  font-size: 5rem;
  color: #fd7014;
  margin-bottom: 2rem;
}
.cid-v8KY9rYZ0b .row {
  justify-content: center;
}
.cid-v8KY9rYZ0b .mbr-section-title {
  text-align: center;
}
.cid-v8KY9rYZ0b .mbr-section-subtitle {
  color: #fd7014;
}
.cid-v8L8IYyyno {
  padding-top: 1rem;
  padding-bottom: 2rem;
  background-color: #ffffff;
}
.cid-v8L8IYyyno .mbr-fallback-image.disabled {
  display: none;
}
.cid-v8L8IYyyno .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-v8L8IYyyno .timeline-element {
  position: relative;
}
.cid-v8L8IYyyno .timelines-container {
  display: flex;
  flex-wrap: wrap;
}
.cid-v8L8IYyyno .image-wrapper img {
  width: 100%;
  object-fit: cover;
}
.cid-v8L8IYyyno .mbr-section-title,
.cid-v8L8IYyyno .mbr-section-subtitle,
.cid-v8L8IYyyno .timeline-date {
  text-align: center;
}
.cid-v8L8IYyyno .iconBackground {
  position: absolute;
  width: 20px;
  height: 20px;
  border-radius: 50%;
  border: 2px solid #fd7014;
  margin-left: -9px;
  padding: 0;
}
@media (max-width: 767px) {
  .cid-v8L8IYyyno .iconBackground {
    left: 15px;
    top: 30px;
  }
}
@media (min-width: 768px) {
  .cid-v8L8IYyyno .iconBackground {
    top: 70px;
    left: 50%;
  }
}
.cid-v8L8IYyyno .row:after {
  content: "";
  position: absolute;
  background-color: #fd7014;
  width: 2px;
}
@media (max-width: 767px) {
  .cid-v8L8IYyyno .row:after {
    height: calc(100% + 30px);
    top: 50px;
    left: 15px;
  }
}
@media (min-width: 768px) {
  .cid-v8L8IYyyno .row:after {
    height: calc(100% - 20px);
    top: 90px;
    left: 50%;
  }
}
@media (max-width: 767px) {
  .cid-v8L8IYyyno .timeline-date-wrapper,
  .cid-v8L8IYyyno .timeline-text-wrapper,
  .cid-v8L8IYyyno .image-wrapper {
    padding: 0rem;
    padding-left: 2rem;
  }
  .cid-v8L8IYyyno .mbr-timeline-date {
    text-align: left !important;
  }
  .cid-v8L8IYyyno .mbr-timeline-title {
    text-align: left;
    margin-top: 1rem;
  }
}
@media (max-width: 991px) and (min-width: 768px) {
  .cid-v8L8IYyyno .timeline-date-wrapper,
  .cid-v8L8IYyyno .timeline-text-wrapper {
    padding: 1rem;
  }
}
@media (min-width: 992px) {
  .cid-v8L8IYyyno .timeline-date-wrapper,
  .cid-v8L8IYyyno .timeline-text-wrapper,
  .cid-v8L8IYyyno .image-wrapper {
    padding: 2rem;
  }
}
.cid-v8L8IYyyno .mbr-timeline-date {
  color: #fd7014;
}
.cid-v8L8IYyyno .mbr-timeline-title {
  color: #fd7014;
}
.cid-v8L8IYyyno .mbr-section-subtitle {
  color: #fd7014;
}
.cid-v8QJ9VJHRz {
  padding-top: 2rem;
  padding-bottom: 3rem;
  background-image: url("../../../assets/images/concrete-wall-royalty-free-image-2000x1335.jpeg");
}
.cid-v8QJ9VJHRz .mbr-fallback-image.disabled {
  display: none;
}
.cid-v8QJ9VJHRz .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-v8QJ9VJHRz .card {
  border-radius: 0 !important;
}
@media (min-width: 992px) {
  .cid-v8QJ9VJHRz .card {
    border-right: 1px solid white;
  }
}
@media (max-width: 991px) {
  .cid-v8QJ9VJHRz .card {
    border-right: 0px;
    border-bottom: 1px solid white;
  }
}
.cid-v8QJ9VJHRz .wrapper {
  padding: 30px 0;
}
.cid-v8QJ9VJHRz .mbr-section-title {
  color: #fafafa;
}
.cid-v8QJ9VJHRz .mbr-text,
.cid-v8QJ9VJHRz .mbr-section-btn {
  color: #ffffff;
}
.cid-v8QJ9VJHRz mbr-section-title {
  color: #fd7014;
}
.cid-v8LrCtMQc9 {
  padding-top: 3rem;
  padding-bottom: 1rem;
  background-color: #fd7014;
}
.cid-v8LrCtMQc9 .mbr-fallback-image.disabled {
  display: none;
}
.cid-v8LrCtMQc9 .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-v8LrCtMQc9 .mbr-text {
  color: #c1c1c1;
}
.cid-v8LrCtMQc9 .mbr-text,
.cid-v8LrCtMQc9 .mbr-section-btn {
  color: #fafafa;
  text-align: left;
}
.cid-v8LrCtMQc9 .mbr-section-title {
  text-align: justify;
}
.cid-v8Ls3hCXkk {
  padding-top: 1rem;
  padding-bottom: 2rem;
  background-color: #ffffff;
}
.cid-v8Ls3hCXkk .mbr-fallback-image.disabled {
  display: none;
}
.cid-v8Ls3hCXkk .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-v8Ls3hCXkk .timeline-element {
  position: relative;
}
.cid-v8Ls3hCXkk .timelines-container {
  display: flex;
  flex-wrap: wrap;
}
.cid-v8Ls3hCXkk .image-wrapper img {
  width: 100%;
  object-fit: cover;
}
.cid-v8Ls3hCXkk .mbr-section-title,
.cid-v8Ls3hCXkk .mbr-section-subtitle,
.cid-v8Ls3hCXkk .timeline-date {
  text-align: center;
}
.cid-v8Ls3hCXkk .iconBackground {
  position: absolute;
  width: 20px;
  height: 20px;
  border-radius: 50%;
  border: 2px solid #fd7014;
  margin-left: -9px;
  padding: 0;
}
@media (max-width: 767px) {
  .cid-v8Ls3hCXkk .iconBackground {
    left: 15px;
    top: 30px;
  }
}
@media (min-width: 768px) {
  .cid-v8Ls3hCXkk .iconBackground {
    top: 70px;
    left: 50%;
  }
}
.cid-v8Ls3hCXkk .row:after {
  content: "";
  position: absolute;
  background-color: #fd7014;
  width: 2px;
}
@media (max-width: 767px) {
  .cid-v8Ls3hCXkk .row:after {
    height: calc(100% + 30px);
    top: 50px;
    left: 15px;
  }
}
@media (min-width: 768px) {
  .cid-v8Ls3hCXkk .row:after {
    height: calc(100% - 20px);
    top: 90px;
    left: 50%;
  }
}
@media (max-width: 767px) {
  .cid-v8Ls3hCXkk .timeline-date-wrapper,
  .cid-v8Ls3hCXkk .timeline-text-wrapper,
  .cid-v8Ls3hCXkk .image-wrapper {
    padding: 0rem;
    padding-left: 2rem;
  }
  .cid-v8Ls3hCXkk .mbr-timeline-date {
    text-align: left !important;
  }
  .cid-v8Ls3hCXkk .mbr-timeline-title {
    text-align: left;
    margin-top: 1rem;
  }
}
@media (max-width: 991px) and (min-width: 768px) {
  .cid-v8Ls3hCXkk .timeline-date-wrapper,
  .cid-v8Ls3hCXkk .timeline-text-wrapper {
    padding: 1rem;
  }
}
@media (min-width: 992px) {
  .cid-v8Ls3hCXkk .timeline-date-wrapper,
  .cid-v8Ls3hCXkk .timeline-text-wrapper,
  .cid-v8Ls3hCXkk .image-wrapper {
    padding: 2rem;
  }
}
.cid-v8Ls3hCXkk .mbr-timeline-date {
  color: #fd7014;
}
.cid-v8Ls3hCXkk .mbr-timeline-title {
  color: #fd7014;
}
.cid-v8Ls3hCXkk .mbr-section-subtitle {
  color: #fd7014;
}
.cid-v97PUHj5WZ {
  padding-top: 2rem;
  padding-bottom: 3rem;
  background-image: url("../../../assets/images/concrete-wall-royalty-free-image-2000x1335.jpeg");
}
.cid-v97PUHj5WZ .mbr-fallback-image.disabled {
  display: none;
}
.cid-v97PUHj5WZ .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-v97PUHj5WZ .card {
  border-radius: 0 !important;
}
@media (min-width: 992px) {
  .cid-v97PUHj5WZ .card {
    border-right: 1px solid white;
  }
}
@media (max-width: 991px) {
  .cid-v97PUHj5WZ .card {
    border-right: 0px;
    border-bottom: 1px solid white;
  }
}
.cid-v97PUHj5WZ .wrapper {
  padding: 30px 0;
}
.cid-v97PUHj5WZ .mbr-section-title {
  color: #fafafa;
}
.cid-v97PUHj5WZ .mbr-text,
.cid-v97PUHj5WZ .mbr-section-btn {
  color: #ffffff;
}
.cid-v97PUHj5WZ mbr-section-title {
  color: #353535;
  text-align: right;
}
.cid-v8Lz0Cah9k {
  padding-top: 3rem;
  padding-bottom: 1rem;
  background-color: #fd7014;
}
.cid-v8Lz0Cah9k .mbr-fallback-image.disabled {
  display: none;
}
.cid-v8Lz0Cah9k .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-v8Lz0Cah9k .mbr-text {
  color: #c1c1c1;
}
.cid-v8Lz0Cah9k .mbr-text,
.cid-v8Lz0Cah9k .mbr-section-btn {
  color: #fafafa;
  text-align: left;
}
.cid-v8Lz0Cah9k .mbr-section-title {
  text-align: justify;
}
.cid-v8MNjhr04o {
  padding-top: 2rem;
  padding-bottom: 1rem;
  background-color: #ffffff;
}
.cid-v8MNjhr04o .mbr-fallback-image.disabled {
  display: none;
}
.cid-v8MNjhr04o .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
@media (min-width: 1500px) {
  .cid-v8MNjhr04o .container {
    max-width: 1400px;
  }
}
.cid-v8MNjhr04o .mbr-iconfont {
  display: block;
  font-size: 5rem;
  color: #fd7014;
  margin-bottom: 2rem;
}
.cid-v8MNjhr04o .row {
  justify-content: center;
}
.cid-v8MNjhr04o .mbr-section-title {
  text-align: justify;
  color: #fd7014;
}
.cid-v8MNjhr04o .mbr-section-subtitle {
  text-align: justify;
}
.cid-v8QNoIKVWT {
  padding-top: 2rem;
  padding-bottom: 3rem;
  background-image: url("../../../assets/images/concrete-wall-royalty-free-image-2000x1335.jpeg");
}
.cid-v8QNoIKVWT .mbr-fallback-image.disabled {
  display: none;
}
.cid-v8QNoIKVWT .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-v8QNoIKVWT .card {
  border-radius: 0 !important;
}
@media (min-width: 992px) {
  .cid-v8QNoIKVWT .card {
    border-right: 1px solid white;
  }
}
@media (max-width: 991px) {
  .cid-v8QNoIKVWT .card {
    border-right: 0px;
    border-bottom: 1px solid white;
  }
}
.cid-v8QNoIKVWT .wrapper {
  padding: 30px 0;
}
.cid-v8QNoIKVWT .mbr-section-title {
  color: #fafafa;
}
.cid-v8QNoIKVWT .mbr-text,
.cid-v8QNoIKVWT .mbr-section-btn {
  color: #ffffff;
}
.cid-v8QNoIKVWT mbr-section-title {
  color: #353535;
  text-align: right;
}
.cid-v8Lz7E7n1f {
  padding-top: 3rem;
  padding-bottom: 1rem;
  background-color: #fd7014;
}
.cid-v8Lz7E7n1f .mbr-fallback-image.disabled {
  display: none;
}
.cid-v8Lz7E7n1f .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-v8Lz7E7n1f .mbr-text {
  color: #c1c1c1;
}
.cid-v8Lz7E7n1f .mbr-text,
.cid-v8Lz7E7n1f .mbr-section-btn {
  color: #fafafa;
  text-align: left;
}
.cid-v8Lz7E7n1f .mbr-section-title {
  text-align: justify;
}
.cid-v8MPNavlfX {
  padding-top: 1rem;
  padding-bottom: 2rem;
  background-color: #ffffff;
}
.cid-v8MPNavlfX .mbr-fallback-image.disabled {
  display: none;
}
.cid-v8MPNavlfX .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-v8MPNavlfX .timeline-element {
  position: relative;
}
.cid-v8MPNavlfX .timelines-container {
  display: flex;
  flex-wrap: wrap;
}
.cid-v8MPNavlfX .image-wrapper img {
  width: 100%;
  object-fit: cover;
}
.cid-v8MPNavlfX .mbr-section-title,
.cid-v8MPNavlfX .mbr-section-subtitle,
.cid-v8MPNavlfX .timeline-date {
  text-align: center;
}
.cid-v8MPNavlfX .iconBackground {
  position: absolute;
  width: 20px;
  height: 20px;
  border-radius: 50%;
  border: 2px solid #fd7014;
  margin-left: -9px;
  padding: 0;
}
@media (max-width: 767px) {
  .cid-v8MPNavlfX .iconBackground {
    left: 15px;
    top: 30px;
  }
}
@media (min-width: 768px) {
  .cid-v8MPNavlfX .iconBackground {
    top: 70px;
    left: 50%;
  }
}
.cid-v8MPNavlfX .row:after {
  content: "";
  position: absolute;
  background-color: #fd7014;
  width: 2px;
}
@media (max-width: 767px) {
  .cid-v8MPNavlfX .row:after {
    height: calc(100% + 30px);
    top: 50px;
    left: 15px;
  }
}
@media (min-width: 768px) {
  .cid-v8MPNavlfX .row:after {
    height: calc(100% - 20px);
    top: 90px;
    left: 50%;
  }
}
@media (max-width: 767px) {
  .cid-v8MPNavlfX .timeline-date-wrapper,
  .cid-v8MPNavlfX .timeline-text-wrapper,
  .cid-v8MPNavlfX .image-wrapper {
    padding: 0rem;
    padding-left: 2rem;
  }
  .cid-v8MPNavlfX .mbr-timeline-date {
    text-align: left !important;
  }
  .cid-v8MPNavlfX .mbr-timeline-title {
    text-align: left;
    margin-top: 1rem;
  }
}
@media (max-width: 991px) and (min-width: 768px) {
  .cid-v8MPNavlfX .timeline-date-wrapper,
  .cid-v8MPNavlfX .timeline-text-wrapper {
    padding: 1rem;
  }
}
@media (min-width: 992px) {
  .cid-v8MPNavlfX .timeline-date-wrapper,
  .cid-v8MPNavlfX .timeline-text-wrapper,
  .cid-v8MPNavlfX .image-wrapper {
    padding: 2rem;
  }
}
.cid-v8MPNavlfX .mbr-timeline-date {
  color: #fd7014;
}
.cid-v8MPNavlfX .mbr-timeline-title {
  color: #fd7014;
}
.cid-v8MPNavlfX .mbr-section-subtitle {
  color: #fd7014;
}
.cid-v8QN86zN6b {
  padding-top: 2rem;
  padding-bottom: 3rem;
  background-image: url("../../../assets/images/concrete-wall-royalty-free-image-2000x1335.jpeg");
}
.cid-v8QN86zN6b .mbr-fallback-image.disabled {
  display: none;
}
.cid-v8QN86zN6b .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-v8QN86zN6b .card {
  border-radius: 0 !important;
}
@media (min-width: 992px) {
  .cid-v8QN86zN6b .card {
    border-right: 1px solid white;
  }
}
@media (max-width: 991px) {
  .cid-v8QN86zN6b .card {
    border-right: 0px;
    border-bottom: 1px solid white;
  }
}
.cid-v8QN86zN6b .wrapper {
  padding: 30px 0;
}
.cid-v8QN86zN6b .mbr-section-title {
  color: #fafafa;
}
.cid-v8QN86zN6b .mbr-text,
.cid-v8QN86zN6b .mbr-section-btn {
  color: #ffffff;
}
.cid-v8QN86zN6b mbr-section-title {
  color: #353535;
  text-align: right;
}
.cid-v8QPUVqRTP {
  padding-top: 5rem;
  padding-bottom: 0rem;
  background-color: #ffffff;
}
.cid-v8QPUVqRTP .mbr-fallback-image.disabled {
  display: none;
}
.cid-v8QPUVqRTP .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
@media (min-width: 1500px) {
  .cid-v8QPUVqRTP .container {
    max-width: 1400px;
  }
}
.cid-v8QPUVqRTP .mbr-iconfont {
  display: block;
  font-size: 5rem;
  color: #fd7014;
  margin-bottom: 2rem;
}
.cid-v8QPUVqRTP .row {
  justify-content: center;
}
.cid-v8QPUVqRTP .mbr-section-title {
  color: #fd7014;
}
.cid-v8QPUVqRTP .card-title,
.cid-v8QPUVqRTP .iconfont-wrapper {
  color: #fd7014;
}
.cid-v8QPDwirKm {
  padding-top: 0rem;
  padding-bottom: 3rem;
  background-color: #ffffff;
}
.cid-v8KVMKZjjp {
  padding-top: 3rem;
  padding-bottom: 3rem;
  background-image: url("../../../assets/images/hpq-form01-1536x1024.png");
}
.cid-v8KVMKZjjp .mbr-overlay {
  background-color: #393e46;
  opacity: 0.9;
}
.cid-v8KVMKZjjp form .mbr-section-btn {
  text-align: center;
  width: 100%;
}
.cid-v8KVMKZjjp form .mbr-section-btn .btn {
  display: inline-flex;
}
@media (max-width: 991px) {
  .cid-v8KVMKZjjp form .mbr-section-btn .btn {
    width: 100%;
  }
}
.cid-v8KVMKZjjp .mbr-section-title {
  color: #fd7014;
}
.cid-v8KVMKZjjp .mbr-section-subtitle {
  color: #ffffff;
}
.cid-v8KVMLk3W5 {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-color: #232323;
}
.cid-v8KVMLk3W5 .mbr-fallback-image.disabled {
  display: none;
}
.cid-v8KVMLk3W5 .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-v8KVMLk3W5 .media-wrap {
  padding: 0;
}
@media (max-width: 991px) {
  .cid-v8KVMLk3W5 .media-wrap {
    margin-bottom: 1rem;
  }
}
@media (max-width: 767px) {
  .cid-v8KVMLk3W5 .row {
    text-align: center;
  }
  .cid-v8KVMLk3W5 .row > div {
    margin: auto;
  }
  .cid-v8KVMLk3W5 .social-row {
    justify-content: center;
  }
}
.cid-v8KVMLk3W5 .social-row {
  display: flex;
  flex-wrap: wrap;
}
.cid-v8KVMLk3W5 .list {
  list-style: none;
  padding-left: 0;
  color: #fafafa;
}
@media (max-width: 991px) {
  .cid-v8KVMLk3W5 .list {
    margin-bottom: 2rem;
  }
}
@media (min-width: 992px) {
  .cid-v8KVMLk3W5 .list {
    margin-bottom: 0rem;
  }
}
.cid-v8KVMLk3W5 .mbr-text {
  color: #fafafa;
}
.cid-v8KVMLk3W5 .soc-item {
  display: flex;
  align-items: center;
  justify-content: center;
  border-radius: 50%;
  background-color: white;
  margin-right: 0.5rem;
  margin-bottom: 1rem;
  padding: 0.5rem;
  height: 2.5rem;
  width: 2.5rem;
}
.cid-v8KVMLk3W5 .mbr-iconfont {
  color: black;
}
@media (max-width: 991px) {
  .cid-v8KVMLk3W5 div > *:last-child {
    margin-top: 0 !important;
  }
}
.cid-v8KVMLk3W5 .mbr-section-subtitle {
  color: #fd7014;
}
.cid-v8WhiipQ6M {
  z-index: 1000;
  width: 100%;
}
.cid-v8WhiipQ6M nav.navbar {
  position: fixed;
}
.cid-v8WhiipQ6M .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-v8WhiipQ6M .dropdown-menu {
  padding: 0;
  border-radius: 4px;
  box-shadow: 0 1px 3px 0 rgba(0, 0, 0, 0.1);
}
.cid-v8WhiipQ6M .dropdown-item {
  border-bottom: 1px solid #e6e6e6;
}
.cid-v8WhiipQ6M .dropdown-item:hover,
.cid-v8WhiipQ6M .dropdown-item:focus {
  background: #fd7014 !important;
  color: white !important;
}
.cid-v8WhiipQ6M .dropdown-item:first-child {
  border-top-left-radius: 4px;
  border-top-right-radius: 4px;
}
.cid-v8WhiipQ6M .dropdown-item:last-child {
  border-bottom: none;
  border-bottom-left-radius: 4px;
  border-bottom-right-radius: 4px;
}
.cid-v8WhiipQ6M .nav-dropdown .link {
  padding: 0 0.3em !important;
  margin: 0.667em 1em !important;
}
.cid-v8WhiipQ6M .nav-dropdown .link.dropdown-toggle::after {
  margin-left: 0.5rem;
  margin-top: 0.2rem;
}
.cid-v8WhiipQ6M .nav-link {
  position: relative;
}
.cid-v8WhiipQ6M .container {
  display: flex;
  margin: auto;
}
.cid-v8WhiipQ6M .iconfont-wrapper {
  color: #000000 !important;
  font-size: 1.5rem;
  padding-right: 0.5rem;
}
.cid-v8WhiipQ6M .dropdown-menu,
.cid-v8WhiipQ6M .navbar.opened {
  background: #fafafa !important;
}
.cid-v8WhiipQ6M .nav-item:focus,
.cid-v8WhiipQ6M .nav-link:focus {
  outline: none;
}
.cid-v8WhiipQ6M .dropdown .dropdown-menu .dropdown-item {
  width: auto;
  transition: all 0.25s ease-in-out;
}
.cid-v8WhiipQ6M .dropdown .dropdown-menu .dropdown-item::after {
  right: 0.5rem;
}
.cid-v8WhiipQ6M .dropdown .dropdown-menu .dropdown-item .mbr-iconfont {
  margin-right: 0.5rem;
  vertical-align: sub;
}
.cid-v8WhiipQ6M .dropdown .dropdown-menu .dropdown-item .mbr-iconfont:before {
  display: inline-block;
  transform: scale(1, 1);
  transition: all 0.25s ease-in-out;
}
.cid-v8WhiipQ6M .collapsed .dropdown-menu .dropdown-item:before {
  display: none;
}
.cid-v8WhiipQ6M .collapsed .dropdown .dropdown-menu .dropdown-item {
  padding: 0.235em 1.5em 0.235em 1.5em !important;
  transition: none;
  margin: 0 !important;
}
.cid-v8WhiipQ6M .navbar {
  min-height: 70px;
  transition: all 0.3s;
  border-bottom: 1px solid transparent;
  position: absolute;
  background: #fafafa;
}
.cid-v8WhiipQ6M .navbar.opened {
  transition: all 0.3s;
}
.cid-v8WhiipQ6M .navbar .dropdown-item {
  padding: 0.5rem 1.8rem;
}
.cid-v8WhiipQ6M .navbar .navbar-logo img {
  width: auto;
}
.cid-v8WhiipQ6M .navbar .navbar-collapse {
  justify-content: flex-end;
  z-index: 1;
}
.cid-v8WhiipQ6M .navbar.collapsed {
  justify-content: center;
}
.cid-v8WhiipQ6M .navbar.collapsed .nav-item .nav-link::before {
  display: none;
}
.cid-v8WhiipQ6M .navbar.collapsed.opened .dropdown-menu {
  top: 0;
}
@media (min-width: 992px) {
  .cid-v8WhiipQ6M .navbar.collapsed.opened:not(.navbar-short) .navbar-collapse {
    max-height: calc(98.5vh - 3rem);
  }
}
.cid-v8WhiipQ6M .navbar.collapsed .dropdown-menu .dropdown-submenu {
  left: 0 !important;
}
.cid-v8WhiipQ6M .navbar.collapsed .dropdown-menu .dropdown-item:after {
  right: auto;
}
.cid-v8WhiipQ6M .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-v8WhiipQ6M .navbar.collapsed ul.navbar-nav li {
  margin: auto;
}
.cid-v8WhiipQ6M .navbar.collapsed .dropdown-menu .dropdown-item {
  padding: 0.25rem 1.5rem;
  text-align: center;
}
.cid-v8WhiipQ6M .navbar.collapsed .icons-menu {
  padding-left: 0;
  padding-right: 0;
  padding-top: 0.5rem;
  padding-bottom: 0.5rem;
}
@media (max-width: 991px) {
  .cid-v8WhiipQ6M .navbar .nav-item .nav-link::before {
    display: none;
  }
  .cid-v8WhiipQ6M .navbar.opened .dropdown-menu {
    top: 0;
  }
  .cid-v8WhiipQ6M .navbar .dropdown-menu .dropdown-submenu {
    left: 0 !important;
  }
  .cid-v8WhiipQ6M .navbar .dropdown-menu .dropdown-item:after {
    right: auto;
  }
  .cid-v8WhiipQ6M .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-v8WhiipQ6M .navbar .navbar-logo img {
    height: 3rem !important;
  }
  .cid-v8WhiipQ6M .navbar ul.navbar-nav li {
    margin: auto;
  }
  .cid-v8WhiipQ6M .navbar .dropdown-menu .dropdown-item {
    padding: 0.25rem 1.5rem !important;
    text-align: center;
  }
  .cid-v8WhiipQ6M .navbar .navbar-brand {
    flex-shrink: initial;
    flex-basis: auto;
    word-break: break-word;
    padding-right: 2rem;
  }
  .cid-v8WhiipQ6M .navbar .navbar-toggler {
    flex-basis: auto;
  }
  .cid-v8WhiipQ6M .navbar .icons-menu {
    padding-left: 0;
    padding-top: 0.5rem;
    padding-bottom: 0.5rem;
  }
}
.cid-v8WhiipQ6M .navbar.navbar-short {
  min-height: 60px;
}
.cid-v8WhiipQ6M .navbar.navbar-short .navbar-logo img {
  height: 2.5rem !important;
}
.cid-v8WhiipQ6M .navbar.navbar-short .navbar-brand {
  min-height: 60px;
  padding: 0;
}
.cid-v8WhiipQ6M .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-v8WhiipQ6M .navbar-brand .navbar-caption {
  line-height: inherit !important;
}
.cid-v8WhiipQ6M .navbar-brand .navbar-logo a {
  outline: none;
}
.cid-v8WhiipQ6M .dropdown-item.active,
.cid-v8WhiipQ6M .dropdown-item:active {
  background-color: transparent;
}
.cid-v8WhiipQ6M .navbar-expand-lg .navbar-nav .nav-link {
  padding: 0;
}
.cid-v8WhiipQ6M .nav-dropdown .link.dropdown-toggle {
  margin-right: 1.667em;
}
.cid-v8WhiipQ6M .nav-dropdown .link.dropdown-toggle[aria-expanded="true"] {
  margin-right: 0;
  padding: 0.667em 1.667em;
}
.cid-v8WhiipQ6M .navbar.navbar-expand-lg .dropdown .dropdown-menu {
  background: #fafafa;
}
.cid-v8WhiipQ6M .navbar.navbar-expand-lg .dropdown .dropdown-menu .dropdown-submenu {
  margin: 0;
  left: 100%;
}
.cid-v8WhiipQ6M .navbar .dropdown.open > .dropdown-menu {
  display: block;
}
.cid-v8WhiipQ6M ul.navbar-nav {
  flex-wrap: wrap;
}
.cid-v8WhiipQ6M .navbar-buttons {
  text-align: center;
  min-width: 170px;
}
.cid-v8WhiipQ6M button.navbar-toggler {
  outline: none;
  width: 31px;
  height: 20px;
  cursor: pointer;
  transition: all 0.2s;
  position: relative;
  align-self: center;
}
.cid-v8WhiipQ6M button.navbar-toggler .hamburger span {
  position: absolute;
  right: 0;
  width: 30px;
  height: 2px;
  border-right: 5px;
  background-color: #000000;
}
.cid-v8WhiipQ6M button.navbar-toggler .hamburger span:nth-child(1) {
  top: 0;
  transition: all 0.2s;
}
.cid-v8WhiipQ6M button.navbar-toggler .hamburger span:nth-child(2) {
  top: 8px;
  transition: all 0.15s;
}
.cid-v8WhiipQ6M button.navbar-toggler .hamburger span:nth-child(3) {
  top: 8px;
  transition: all 0.15s;
}
.cid-v8WhiipQ6M button.navbar-toggler .hamburger span:nth-child(4) {
  top: 16px;
  transition: all 0.2s;
}
.cid-v8WhiipQ6M nav.opened .hamburger span:nth-child(1) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-v8WhiipQ6M nav.opened .hamburger span:nth-child(2) {
  transform: rotate(45deg);
  transition: all 0.25s;
}
.cid-v8WhiipQ6M nav.opened .hamburger span:nth-child(3) {
  transform: rotate(-45deg);
  transition: all 0.25s;
}
.cid-v8WhiipQ6M nav.opened .hamburger span:nth-child(4) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-v8WhiipQ6M .navbar-dropdown {
  padding: 0 1rem;
  position: fixed;
}
.cid-v8WhiipQ6M a.nav-link {
  display: flex;
  align-items: center;
  justify-content: center;
}
.cid-v8WhiipQ6M .icons-menu {
  flex-wrap: nowrap;
  display: flex;
  justify-content: center;
  padding-left: 1rem;
  padding-right: 1rem;
  padding-top: 0.3rem;
  text-align: center;
}
@media screen and (-ms-high-contrast: active), (-ms-high-contrast: none) {
  .cid-v8WhiipQ6M .navbar {
    height: 70px;
  }
  .cid-v8WhiipQ6M .navbar.opened {
    height: auto;
  }
  .cid-v8WhiipQ6M .nav-item .nav-link:hover::before {
    width: 175%;
    max-width: calc(100% + 2rem);
    left: -1rem;
  }
}
.cid-v8Whijb0tf {
  background-image: url("../../../assets/images/hpq-wylewanie-betonu-1536x1024.jpeg");
}
.cid-v8Whijb0tf .mbr-fallback-image.disabled {
  display: none;
}
.cid-v8Whijb0tf .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-v8Whijb0tf .mbr-section-title {
  color: #fafafa;
}
.cid-v8Whijb0tf .mbr-text,
.cid-v8Whijb0tf .mbr-section-btn {
  color: #fafafa;
}
.cid-v8Whijb0tf .mbr-section-subtitle {
  color: #fafafa;
}
.cid-v9LYqPVVlH {
  padding-top: 6rem;
  padding-bottom: 6rem;
  background-color: #ffffff;
}
.cid-v9LYqPVVlH .mbr-fallback-image.disabled {
  display: none;
}
.cid-v9LYqPVVlH .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-v9LYqPVVlH .mbr-text {
  color: #767676;
}
.cid-v9LYqPVVlH .mbr-section-subtitle {
  color: #767676;
}
.cid-v9LYqPVVlH .title .num {
  width: 100%;
  display: block;
}
.cid-v9LYqPVVlH .title .card-title {
  z-index: 1;
}
.cid-v9LYqPVVlH .num {
  color: #fd7014;
}
@media (max-width: 767px) {
  .cid-v9LYqPVVlH * {
    text-align: center !important;
  }
  .cid-v9LYqPVVlH .content-column {
    margin-bottom: 2rem;
  }
}
.cid-v8WhLjd0sn {
  padding-top: 2rem;
  padding-bottom: 0rem;
  background-color: #ffffff;
}
.cid-v8WhLjd0sn .mbr-fallback-image.disabled {
  display: none;
}
.cid-v8WhLjd0sn .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-v8WhLjd0sn .row {
  margin-left: 0;
  margin-right: 0;
}
.cid-v8WhLjd0sn .item {
  padding-left: 0;
  padding-right: 0;
}
.cid-v8WhLjd0sn .item-wrapper {
  height: 100%;
  position: relative;
}
.cid-v8WhLjd0sn .item-wrapper img {
  height: 100%;
  object-fit: cover;
}
.cid-v8WhLjd0sn .item-wrapper .icon-wrapper {
  pointer-events: none;
  position: absolute;
  width: 60px;
  height: 60px;
  font-size: 22px;
  left: 50%;
  top: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
  border: 2px solid #ffffff;
  border-radius: 50%;
  opacity: 0;
  color: #ffffff;
  transform: translateX(-50%) translateY(-50%);
  background-color: #1b1b1b;
  transition: 0.2s;
}
.cid-v8WhLjd0sn .item-wrapper:hover .icon-wrapper {
  opacity: 0.7;
}
.cid-v8WhLjd0sn .carousel-control,
.cid-v8WhLjd0sn .close {
  background: #1b1b1b;
}
.cid-v8WhLjd0sn .carousel-control-prev {
  margin-left: 2.5rem;
}
.cid-v8WhLjd0sn .carousel-control-prev span {
  margin-right: 5px;
}
.cid-v8WhLjd0sn .carousel-control-next {
  margin-right: 2.5rem;
}
.cid-v8WhLjd0sn .carousel-control-next span {
  margin-left: 5px;
}
.cid-v8WhLjd0sn .close {
  position: fixed;
  opacity: 0.5;
  font-size: 22px;
  font-weight: 300;
  width: 60px;
  height: 60px;
  border-radius: 50%;
  color: #fff;
  top: 2.5rem;
  right: 2.5rem;
  border: 2px solid #fff;
  text-shadow: none;
  z-index: 5;
  transition: opacity 0.3s ease;
  font-family: 'Moririse2';
  align-items: center;
  justify-content: center;
  display: flex;
}
.cid-v8WhLjd0sn .close::before {
  content: '\e91a';
}
.cid-v8WhLjd0sn .close:hover {
  opacity: 1;
  background: #000;
  color: #fff;
}
.cid-v8WhLjd0sn .carousel-control {
  display: flex;
  top: 50%;
  width: 60px;
  height: 60px;
  margin-top: -1.5rem;
  font-size: 22px;
  background-color: rgba(0, 0, 0, 0.5);
  border: 2px solid #fff;
  border-radius: 50%;
  transition: all 0.3s;
}
.cid-v8WhLjd0sn .carousel-control.carousel-control-prev {
  left: 0;
  margin-left: 2.5rem;
}
.cid-v8WhLjd0sn .carousel-control.carousel-control-next {
  right: 0;
  margin-right: 2.5rem;
}
@media (max-width: 767px) {
  .cid-v8WhLjd0sn .carousel-control {
    top: auto;
    bottom: 1rem;
  }
}
.cid-v8WhLjd0sn .carousel-indicators {
  position: absolute;
  bottom: 0;
  margin-bottom: 3px;
}
.cid-v8WhLjd0sn .carousel-indicators li {
  max-width: 15px;
  height: 15px;
  width: 15px;
  max-height: 15px;
  margin: 3px;
  background-color: rgba(0, 0, 0, 0.5);
  border: 2px solid #fff;
  border-radius: 50%;
  opacity: 0.5;
  transition: all 0.3s;
}
.cid-v8WhLjd0sn .carousel-indicators li.active,
.cid-v8WhLjd0sn .carousel-indicators li:hover {
  opacity: 0.9;
}
.cid-v8WhLjd0sn .carousel-indicators li::after,
.cid-v8WhLjd0sn .carousel-indicators li::before {
  content: none;
}
.cid-v8WhLjd0sn .carousel-indicators.ie-fix {
  left: 50%;
  display: block;
  width: 60%;
  margin-left: -30%;
  text-align: center;
}
@media (max-width: 768px) {
  .cid-v8WhLjd0sn .carousel-indicators {
    display: none !important;
  }
}
@media (max-width: 991px) {
  .cid-v8WhLjd0sn .carousel-indicators {
    margin-bottom: 3.625rem !important;
    padding-left: 2.5rem;
    padding-right: 2.5rem;
  }
}
@media (max-width: 767px) {
  .cid-v8WhLjd0sn .carousel-indicators {
    display: none;
  }
}
.cid-v8WhLjd0sn .carousel-inner {
  display: flex;
  align-items: center;
}
.cid-v8WhLjd0sn .carousel-inner > .active {
  display: block;
}
.cid-v8WhLjd0sn .carousel-control.left {
  left: 0;
  margin-left: 2.5rem;
}
.cid-v8WhLjd0sn .carousel-control.right {
  right: 0;
  margin-right: 2.5rem;
}
.cid-v8WhLjd0sn .carousel-control:hover {
  background: #1b1b1b;
  color: #fff;
  opacity: 1;
}
@media (max-width: 768px) {
  .cid-v8WhLjd0sn .carousel-control,
  .cid-v8WhLjd0sn .carousel-indicators,
  .cid-v8WhLjd0sn .modal .close {
    position: fixed;
  }
}
@media (max-width: 767px) {
  .cid-v8WhLjd0sn .mbr-slider .carousel-control {
    top: auto;
    bottom: 20px;
  }
  .cid-v8WhLjd0sn .mbr-slider > .container .carousel-control {
    margin-bottom: 0;
  }
}
.cid-v8WhLjd0sn .carousel-indicators .active,
.cid-v8WhLjd0sn .carousel-indicators li {
  width: 7px;
  height: 7px;
  margin: 3px;
  background: #000000;
  opacity: 0.5;
  border: 4px solid #000000;
}
.cid-v8WhLjd0sn .carousel-indicators .active {
  background: #fff;
}
.cid-v8WhLjd0sn .carousel-indicators li {
  max-width: 15px;
  max-height: 15px;
  border-radius: 50%;
}
.cid-v8WhLjd0sn .modal {
  padding-left: 0 !important;
  position: fixed;
  overflow: hidden;
  padding-right: 0 !important;
}
.cid-v8WhLjd0sn .modal-dialog {
  margin: 0 auto;
  max-width: 100%;
  padding-left: 1rem;
  padding-right: 1rem;
}
.cid-v8WhLjd0sn .modal-content {
  border-radius: 0;
  border: none;
  background: transparent;
}
.cid-v8WhLjd0sn .modal-body {
  padding: 0;
  display: flex;
  align-items: center;
}
.cid-v8WhLjd0sn .modal-body img {
  width: 100%;
  object-fit: contain;
  max-height: calc(100vh - 1.75rem);
}
.cid-v8WhLjd0sn .carousel {
  width: 100%;
}
.cid-v8WhLjd0sn .modal-backdrop.in {
  opacity: 0.8;
}
.cid-v8WhLjd0sn .modal.fade .modal-dialog {
  transition: margin-top 0.3s ease-out;
}
.cid-v8WhLjd0sn .modal.fade .modal-dialog,
.cid-v8WhLjd0sn .modal.in .modal-dialog {
  transform: none;
}
.cid-v8WhLjd0sn .mbr-gallery .item-wrapper {
  cursor: pointer;
}
.cid-v8WhLjd0sn H6 {
  text-align: center;
}
.cid-v8WhLjd0sn .mbr-section-title {
  text-align: justify;
  color: #fd7014;
}
.cid-v8WhLjd0sn .mbr-section-subtitle {
  text-align: justify;
}
.cid-v9rs3qzfAA {
  padding-top: 2rem;
  padding-bottom: 0rem;
  background-color: #fd7014;
}
.cid-v9rs3qzfAA .mbr-fallback-image.disabled {
  display: none;
}
.cid-v9rs3qzfAA .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-v9rs3qzfAA .row {
  margin-left: 0;
  margin-right: 0;
}
.cid-v9rs3qzfAA .item {
  padding-left: 0;
  padding-right: 0;
}
.cid-v9rs3qzfAA .item-wrapper {
  height: 100%;
  position: relative;
}
.cid-v9rs3qzfAA .item-wrapper img {
  height: 100%;
  object-fit: cover;
}
.cid-v9rs3qzfAA .item-wrapper .icon-wrapper {
  pointer-events: none;
  position: absolute;
  width: 60px;
  height: 60px;
  font-size: 22px;
  left: 50%;
  top: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
  border: 2px solid #ffffff;
  border-radius: 50%;
  opacity: 0;
  color: #ffffff;
  transform: translateX(-50%) translateY(-50%);
  background-color: #1b1b1b;
  transition: 0.2s;
}
.cid-v9rs3qzfAA .item-wrapper:hover .icon-wrapper {
  opacity: 0.7;
}
.cid-v9rs3qzfAA .carousel-control,
.cid-v9rs3qzfAA .close {
  background: #1b1b1b;
}
.cid-v9rs3qzfAA .carousel-control-prev {
  margin-left: 2.5rem;
}
.cid-v9rs3qzfAA .carousel-control-prev span {
  margin-right: 5px;
}
.cid-v9rs3qzfAA .carousel-control-next {
  margin-right: 2.5rem;
}
.cid-v9rs3qzfAA .carousel-control-next span {
  margin-left: 5px;
}
.cid-v9rs3qzfAA .close {
  position: fixed;
  opacity: 0.5;
  font-size: 22px;
  font-weight: 300;
  width: 60px;
  height: 60px;
  border-radius: 50%;
  color: #fff;
  top: 2.5rem;
  right: 2.5rem;
  border: 2px solid #fff;
  text-shadow: none;
  z-index: 5;
  transition: opacity 0.3s ease;
  font-family: 'Moririse2';
  align-items: center;
  justify-content: center;
  display: flex;
}
.cid-v9rs3qzfAA .close::before {
  content: '\e91a';
}
.cid-v9rs3qzfAA .close:hover {
  opacity: 1;
  background: #000;
  color: #fff;
}
.cid-v9rs3qzfAA .carousel-control {
  display: flex;
  top: 50%;
  width: 60px;
  height: 60px;
  margin-top: -1.5rem;
  font-size: 22px;
  background-color: rgba(0, 0, 0, 0.5);
  border: 2px solid #fff;
  border-radius: 50%;
  transition: all 0.3s;
}
.cid-v9rs3qzfAA .carousel-control.carousel-control-prev {
  left: 0;
  margin-left: 2.5rem;
}
.cid-v9rs3qzfAA .carousel-control.carousel-control-next {
  right: 0;
  margin-right: 2.5rem;
}
@media (max-width: 767px) {
  .cid-v9rs3qzfAA .carousel-control {
    top: auto;
    bottom: 1rem;
  }
}
.cid-v9rs3qzfAA .carousel-indicators {
  position: absolute;
  bottom: 0;
  margin-bottom: 3px;
}
.cid-v9rs3qzfAA .carousel-indicators li {
  max-width: 15px;
  height: 15px;
  width: 15px;
  max-height: 15px;
  margin: 3px;
  background-color: rgba(0, 0, 0, 0.5);
  border: 2px solid #fff;
  border-radius: 50%;
  opacity: 0.5;
  transition: all 0.3s;
}
.cid-v9rs3qzfAA .carousel-indicators li.active,
.cid-v9rs3qzfAA .carousel-indicators li:hover {
  opacity: 0.9;
}
.cid-v9rs3qzfAA .carousel-indicators li::after,
.cid-v9rs3qzfAA .carousel-indicators li::before {
  content: none;
}
.cid-v9rs3qzfAA .carousel-indicators.ie-fix {
  left: 50%;
  display: block;
  width: 60%;
  margin-left: -30%;
  text-align: center;
}
@media (max-width: 768px) {
  .cid-v9rs3qzfAA .carousel-indicators {
    display: none !important;
  }
}
@media (max-width: 991px) {
  .cid-v9rs3qzfAA .carousel-indicators {
    margin-bottom: 3.625rem !important;
    padding-left: 2.5rem;
    padding-right: 2.5rem;
  }
}
@media (max-width: 767px) {
  .cid-v9rs3qzfAA .carousel-indicators {
    display: none;
  }
}
.cid-v9rs3qzfAA .carousel-inner {
  display: flex;
  align-items: center;
}
.cid-v9rs3qzfAA .carousel-inner > .active {
  display: block;
}
.cid-v9rs3qzfAA .carousel-control.left {
  left: 0;
  margin-left: 2.5rem;
}
.cid-v9rs3qzfAA .carousel-control.right {
  right: 0;
  margin-right: 2.5rem;
}
.cid-v9rs3qzfAA .carousel-control:hover {
  background: #1b1b1b;
  color: #fff;
  opacity: 1;
}
@media (max-width: 768px) {
  .cid-v9rs3qzfAA .carousel-control,
  .cid-v9rs3qzfAA .carousel-indicators,
  .cid-v9rs3qzfAA .modal .close {
    position: fixed;
  }
}
@media (max-width: 767px) {
  .cid-v9rs3qzfAA .mbr-slider .carousel-control {
    top: auto;
    bottom: 20px;
  }
  .cid-v9rs3qzfAA .mbr-slider > .container .carousel-control {
    margin-bottom: 0;
  }
}
.cid-v9rs3qzfAA .carousel-indicators .active,
.cid-v9rs3qzfAA .carousel-indicators li {
  width: 7px;
  height: 7px;
  margin: 3px;
  background: #000000;
  opacity: 0.5;
  border: 4px solid #000000;
}
.cid-v9rs3qzfAA .carousel-indicators .active {
  background: #fff;
}
.cid-v9rs3qzfAA .carousel-indicators li {
  max-width: 15px;
  max-height: 15px;
  border-radius: 50%;
}
.cid-v9rs3qzfAA .modal {
  padding-left: 0 !important;
  position: fixed;
  overflow: hidden;
  padding-right: 0 !important;
}
.cid-v9rs3qzfAA .modal-dialog {
  margin: 0 auto;
  max-width: 100%;
  padding-left: 1rem;
  padding-right: 1rem;
}
.cid-v9rs3qzfAA .modal-content {
  border-radius: 0;
  border: none;
  background: transparent;
}
.cid-v9rs3qzfAA .modal-body {
  padding: 0;
  display: flex;
  align-items: center;
}
.cid-v9rs3qzfAA .modal-body img {
  width: 100%;
  object-fit: contain;
  max-height: calc(100vh - 1.75rem);
}
.cid-v9rs3qzfAA .carousel {
  width: 100%;
}
.cid-v9rs3qzfAA .modal-backdrop.in {
  opacity: 0.8;
}
.cid-v9rs3qzfAA .modal.fade .modal-dialog {
  transition: margin-top 0.3s ease-out;
}
.cid-v9rs3qzfAA .modal.fade .modal-dialog,
.cid-v9rs3qzfAA .modal.in .modal-dialog {
  transform: none;
}
.cid-v9rs3qzfAA .mbr-gallery .item-wrapper {
  cursor: pointer;
}
.cid-v9rs3qzfAA H6 {
  text-align: center;
}
.cid-v9rs3qzfAA .mbr-section-title {
  text-align: justify;
  color: #ffffff;
}
.cid-v9rs3qzfAA .mbr-section-subtitle {
  text-align: justify;
}
.cid-v9lLACFSxK {
  padding-top: 2rem;
  padding-bottom: 0rem;
  background-color: #fafafa;
}
.cid-v9lLACFSxK .mbr-fallback-image.disabled {
  display: none;
}
.cid-v9lLACFSxK .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-v9lLACFSxK .row {
  margin-left: 0;
  margin-right: 0;
}
.cid-v9lLACFSxK .item {
  padding-left: 0;
  padding-right: 0;
}
.cid-v9lLACFSxK .item-wrapper {
  height: 100%;
  position: relative;
}
.cid-v9lLACFSxK .item-wrapper img {
  height: 100%;
  object-fit: cover;
}
.cid-v9lLACFSxK .item-wrapper .icon-wrapper {
  pointer-events: none;
  position: absolute;
  width: 60px;
  height: 60px;
  font-size: 22px;
  left: 50%;
  top: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
  border: 2px solid #ffffff;
  border-radius: 50%;
  opacity: 0;
  color: #ffffff;
  transform: translateX(-50%) translateY(-50%);
  background-color: #1b1b1b;
  transition: 0.2s;
}
.cid-v9lLACFSxK .item-wrapper:hover .icon-wrapper {
  opacity: 0.7;
}
.cid-v9lLACFSxK .carousel-control,
.cid-v9lLACFSxK .close {
  background: #1b1b1b;
}
.cid-v9lLACFSxK .carousel-control-prev {
  margin-left: 2.5rem;
}
.cid-v9lLACFSxK .carousel-control-prev span {
  margin-right: 5px;
}
.cid-v9lLACFSxK .carousel-control-next {
  margin-right: 2.5rem;
}
.cid-v9lLACFSxK .carousel-control-next span {
  margin-left: 5px;
}
.cid-v9lLACFSxK .close {
  position: fixed;
  opacity: 0.5;
  font-size: 22px;
  font-weight: 300;
  width: 60px;
  height: 60px;
  border-radius: 50%;
  color: #fff;
  top: 2.5rem;
  right: 2.5rem;
  border: 2px solid #fff;
  text-shadow: none;
  z-index: 5;
  transition: opacity 0.3s ease;
  font-family: 'Moririse2';
  align-items: center;
  justify-content: center;
  display: flex;
}
.cid-v9lLACFSxK .close::before {
  content: '\e91a';
}
.cid-v9lLACFSxK .close:hover {
  opacity: 1;
  background: #000;
  color: #fff;
}
.cid-v9lLACFSxK .carousel-control {
  display: flex;
  top: 50%;
  width: 60px;
  height: 60px;
  margin-top: -1.5rem;
  font-size: 22px;
  background-color: rgba(0, 0, 0, 0.5);
  border: 2px solid #fff;
  border-radius: 50%;
  transition: all 0.3s;
}
.cid-v9lLACFSxK .carousel-control.carousel-control-prev {
  left: 0;
  margin-left: 2.5rem;
}
.cid-v9lLACFSxK .carousel-control.carousel-control-next {
  right: 0;
  margin-right: 2.5rem;
}
@media (max-width: 767px) {
  .cid-v9lLACFSxK .carousel-control {
    top: auto;
    bottom: 1rem;
  }
}
.cid-v9lLACFSxK .carousel-indicators {
  position: absolute;
  bottom: 0;
  margin-bottom: 3px;
}
.cid-v9lLACFSxK .carousel-indicators li {
  max-width: 15px;
  height: 15px;
  width: 15px;
  max-height: 15px;
  margin: 3px;
  background-color: rgba(0, 0, 0, 0.5);
  border: 2px solid #fff;
  border-radius: 50%;
  opacity: 0.5;
  transition: all 0.3s;
}
.cid-v9lLACFSxK .carousel-indicators li.active,
.cid-v9lLACFSxK .carousel-indicators li:hover {
  opacity: 0.9;
}
.cid-v9lLACFSxK .carousel-indicators li::after,
.cid-v9lLACFSxK .carousel-indicators li::before {
  content: none;
}
.cid-v9lLACFSxK .carousel-indicators.ie-fix {
  left: 50%;
  display: block;
  width: 60%;
  margin-left: -30%;
  text-align: center;
}
@media (max-width: 768px) {
  .cid-v9lLACFSxK .carousel-indicators {
    display: none !important;
  }
}
@media (max-width: 991px) {
  .cid-v9lLACFSxK .carousel-indicators {
    margin-bottom: 3.625rem !important;
    padding-left: 2.5rem;
    padding-right: 2.5rem;
  }
}
@media (max-width: 767px) {
  .cid-v9lLACFSxK .carousel-indicators {
    display: none;
  }
}
.cid-v9lLACFSxK .carousel-inner {
  display: flex;
  align-items: center;
}
.cid-v9lLACFSxK .carousel-inner > .active {
  display: block;
}
.cid-v9lLACFSxK .carousel-control.left {
  left: 0;
  margin-left: 2.5rem;
}
.cid-v9lLACFSxK .carousel-control.right {
  right: 0;
  margin-right: 2.5rem;
}
.cid-v9lLACFSxK .carousel-control:hover {
  background: #1b1b1b;
  color: #fff;
  opacity: 1;
}
@media (max-width: 768px) {
  .cid-v9lLACFSxK .carousel-control,
  .cid-v9lLACFSxK .carousel-indicators,
  .cid-v9lLACFSxK .modal .close {
    position: fixed;
  }
}
@media (max-width: 767px) {
  .cid-v9lLACFSxK .mbr-slider .carousel-control {
    top: auto;
    bottom: 20px;
  }
  .cid-v9lLACFSxK .mbr-slider > .container .carousel-control {
    margin-bottom: 0;
  }
}
.cid-v9lLACFSxK .carousel-indicators .active,
.cid-v9lLACFSxK .carousel-indicators li {
  width: 7px;
  height: 7px;
  margin: 3px;
  background: #000000;
  opacity: 0.5;
  border: 4px solid #000000;
}
.cid-v9lLACFSxK .carousel-indicators .active {
  background: #fff;
}
.cid-v9lLACFSxK .carousel-indicators li {
  max-width: 15px;
  max-height: 15px;
  border-radius: 50%;
}
.cid-v9lLACFSxK .modal {
  padding-left: 0 !important;
  position: fixed;
  overflow: hidden;
  padding-right: 0 !important;
}
.cid-v9lLACFSxK .modal-dialog {
  margin: 0 auto;
  max-width: 100%;
  padding-left: 1rem;
  padding-right: 1rem;
}
.cid-v9lLACFSxK .modal-content {
  border-radius: 0;
  border: none;
  background: transparent;
}
.cid-v9lLACFSxK .modal-body {
  padding: 0;
  display: flex;
  align-items: center;
}
.cid-v9lLACFSxK .modal-body img {
  width: 100%;
  object-fit: contain;
  max-height: calc(100vh - 1.75rem);
}
.cid-v9lLACFSxK .carousel {
  width: 100%;
}
.cid-v9lLACFSxK .modal-backdrop.in {
  opacity: 0.8;
}
.cid-v9lLACFSxK .modal.fade .modal-dialog {
  transition: margin-top 0.3s ease-out;
}
.cid-v9lLACFSxK .modal.fade .modal-dialog,
.cid-v9lLACFSxK .modal.in .modal-dialog {
  transform: none;
}
.cid-v9lLACFSxK .mbr-gallery .item-wrapper {
  cursor: pointer;
}
.cid-v9lLACFSxK H6 {
  text-align: center;
}
.cid-v9lLACFSxK .mbr-section-title {
  text-align: justify;
  color: #fd7014;
}
.cid-v9lLACFSxK .mbr-section-subtitle {
  text-align: justify;
}
.cid-v9lKSChMUV {
  padding-top: 2rem;
  padding-bottom: 0rem;
  background-color: #ffffff;
}
.cid-v9lKSChMUV blockquote {
  border-color: #fd7014;
  border-radius: 4px;
  background-color: #fafafa;
}
.cid-v8Whik4Tax {
  padding-top: 3rem;
  padding-bottom: 3rem;
  background-image: url("../../../assets/images/hpq-form01-1536x1024.png");
}
.cid-v8Whik4Tax .mbr-overlay {
  background-color: #393e46;
  opacity: 0.9;
}
.cid-v8Whik4Tax form .mbr-section-btn {
  text-align: center;
  width: 100%;
}
.cid-v8Whik4Tax form .mbr-section-btn .btn {
  display: inline-flex;
}
@media (max-width: 991px) {
  .cid-v8Whik4Tax form .mbr-section-btn .btn {
    width: 100%;
  }
}
.cid-v8Whik4Tax .mbr-section-title {
  color: #fd7014;
}
.cid-v8Whik4Tax .mbr-section-subtitle {
  color: #ffffff;
}
.cid-v8WhikeOe2 {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-color: #232323;
}
.cid-v8WhikeOe2 .mbr-fallback-image.disabled {
  display: none;
}
.cid-v8WhikeOe2 .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-v8WhikeOe2 .media-wrap {
  padding: 0;
}
@media (max-width: 991px) {
  .cid-v8WhikeOe2 .media-wrap {
    margin-bottom: 1rem;
  }
}
@media (max-width: 767px) {
  .cid-v8WhikeOe2 .row {
    text-align: center;
  }
  .cid-v8WhikeOe2 .row > div {
    margin: auto;
  }
  .cid-v8WhikeOe2 .social-row {
    justify-content: center;
  }
}
.cid-v8WhikeOe2 .social-row {
  display: flex;
  flex-wrap: wrap;
}
.cid-v8WhikeOe2 .list {
  list-style: none;
  padding-left: 0;
  color: #fafafa;
}
@media (max-width: 991px) {
  .cid-v8WhikeOe2 .list {
    margin-bottom: 2rem;
  }
}
@media (min-width: 992px) {
  .cid-v8WhikeOe2 .list {
    margin-bottom: 0rem;
  }
}
.cid-v8WhikeOe2 .mbr-text {
  color: #fafafa;
}
.cid-v8WhikeOe2 .soc-item {
  display: flex;
  align-items: center;
  justify-content: center;
  border-radius: 50%;
  background-color: white;
  margin-right: 0.5rem;
  margin-bottom: 1rem;
  padding: 0.5rem;
  height: 2.5rem;
  width: 2.5rem;
}
.cid-v8WhikeOe2 .mbr-iconfont {
  color: black;
}
@media (max-width: 991px) {
  .cid-v8WhikeOe2 div > *:last-child {
    margin-top: 0 !important;
  }
}
.cid-v8WhikeOe2 .mbr-section-subtitle {
  color: #fd7014;
}
.cid-v8WiWv7Mx9 {
  z-index: 1000;
  width: 100%;
}
.cid-v8WiWv7Mx9 nav.navbar {
  position: fixed;
}
.cid-v8WiWv7Mx9 .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-v8WiWv7Mx9 .dropdown-menu {
  padding: 0;
  border-radius: 4px;
  box-shadow: 0 1px 3px 0 rgba(0, 0, 0, 0.1);
}
.cid-v8WiWv7Mx9 .dropdown-item {
  border-bottom: 1px solid #e6e6e6;
}
.cid-v8WiWv7Mx9 .dropdown-item:hover,
.cid-v8WiWv7Mx9 .dropdown-item:focus {
  background: #fd7014 !important;
  color: white !important;
}
.cid-v8WiWv7Mx9 .dropdown-item:first-child {
  border-top-left-radius: 4px;
  border-top-right-radius: 4px;
}
.cid-v8WiWv7Mx9 .dropdown-item:last-child {
  border-bottom: none;
  border-bottom-left-radius: 4px;
  border-bottom-right-radius: 4px;
}
.cid-v8WiWv7Mx9 .nav-dropdown .link {
  padding: 0 0.3em !important;
  margin: 0.667em 1em !important;
}
.cid-v8WiWv7Mx9 .nav-dropdown .link.dropdown-toggle::after {
  margin-left: 0.5rem;
  margin-top: 0.2rem;
}
.cid-v8WiWv7Mx9 .nav-link {
  position: relative;
}
.cid-v8WiWv7Mx9 .container {
  display: flex;
  margin: auto;
}
.cid-v8WiWv7Mx9 .iconfont-wrapper {
  color: #000000 !important;
  font-size: 1.5rem;
  padding-right: 0.5rem;
}
.cid-v8WiWv7Mx9 .dropdown-menu,
.cid-v8WiWv7Mx9 .navbar.opened {
  background: #fafafa !important;
}
.cid-v8WiWv7Mx9 .nav-item:focus,
.cid-v8WiWv7Mx9 .nav-link:focus {
  outline: none;
}
.cid-v8WiWv7Mx9 .dropdown .dropdown-menu .dropdown-item {
  width: auto;
  transition: all 0.25s ease-in-out;
}
.cid-v8WiWv7Mx9 .dropdown .dropdown-menu .dropdown-item::after {
  right: 0.5rem;
}
.cid-v8WiWv7Mx9 .dropdown .dropdown-menu .dropdown-item .mbr-iconfont {
  margin-right: 0.5rem;
  vertical-align: sub;
}
.cid-v8WiWv7Mx9 .dropdown .dropdown-menu .dropdown-item .mbr-iconfont:before {
  display: inline-block;
  transform: scale(1, 1);
  transition: all 0.25s ease-in-out;
}
.cid-v8WiWv7Mx9 .collapsed .dropdown-menu .dropdown-item:before {
  display: none;
}
.cid-v8WiWv7Mx9 .collapsed .dropdown .dropdown-menu .dropdown-item {
  padding: 0.235em 1.5em 0.235em 1.5em !important;
  transition: none;
  margin: 0 !important;
}
.cid-v8WiWv7Mx9 .navbar {
  min-height: 70px;
  transition: all 0.3s;
  border-bottom: 1px solid transparent;
  position: absolute;
  background: #fafafa;
}
.cid-v8WiWv7Mx9 .navbar.opened {
  transition: all 0.3s;
}
.cid-v8WiWv7Mx9 .navbar .dropdown-item {
  padding: 0.5rem 1.8rem;
}
.cid-v8WiWv7Mx9 .navbar .navbar-logo img {
  width: auto;
}
.cid-v8WiWv7Mx9 .navbar .navbar-collapse {
  justify-content: flex-end;
  z-index: 1;
}
.cid-v8WiWv7Mx9 .navbar.collapsed {
  justify-content: center;
}
.cid-v8WiWv7Mx9 .navbar.collapsed .nav-item .nav-link::before {
  display: none;
}
.cid-v8WiWv7Mx9 .navbar.collapsed.opened .dropdown-menu {
  top: 0;
}
@media (min-width: 992px) {
  .cid-v8WiWv7Mx9 .navbar.collapsed.opened:not(.navbar-short) .navbar-collapse {
    max-height: calc(98.5vh - 3rem);
  }
}
.cid-v8WiWv7Mx9 .navbar.collapsed .dropdown-menu .dropdown-submenu {
  left: 0 !important;
}
.cid-v8WiWv7Mx9 .navbar.collapsed .dropdown-menu .dropdown-item:after {
  right: auto;
}
.cid-v8WiWv7Mx9 .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-v8WiWv7Mx9 .navbar.collapsed ul.navbar-nav li {
  margin: auto;
}
.cid-v8WiWv7Mx9 .navbar.collapsed .dropdown-menu .dropdown-item {
  padding: 0.25rem 1.5rem;
  text-align: center;
}
.cid-v8WiWv7Mx9 .navbar.collapsed .icons-menu {
  padding-left: 0;
  padding-right: 0;
  padding-top: 0.5rem;
  padding-bottom: 0.5rem;
}
@media (max-width: 991px) {
  .cid-v8WiWv7Mx9 .navbar .nav-item .nav-link::before {
    display: none;
  }
  .cid-v8WiWv7Mx9 .navbar.opened .dropdown-menu {
    top: 0;
  }
  .cid-v8WiWv7Mx9 .navbar .dropdown-menu .dropdown-submenu {
    left: 0 !important;
  }
  .cid-v8WiWv7Mx9 .navbar .dropdown-menu .dropdown-item:after {
    right: auto;
  }
  .cid-v8WiWv7Mx9 .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-v8WiWv7Mx9 .navbar .navbar-logo img {
    height: 3rem !important;
  }
  .cid-v8WiWv7Mx9 .navbar ul.navbar-nav li {
    margin: auto;
  }
  .cid-v8WiWv7Mx9 .navbar .dropdown-menu .dropdown-item {
    padding: 0.25rem 1.5rem !important;
    text-align: center;
  }
  .cid-v8WiWv7Mx9 .navbar .navbar-brand {
    flex-shrink: initial;
    flex-basis: auto;
    word-break: break-word;
    padding-right: 2rem;
  }
  .cid-v8WiWv7Mx9 .navbar .navbar-toggler {
    flex-basis: auto;
  }
  .cid-v8WiWv7Mx9 .navbar .icons-menu {
    padding-left: 0;
    padding-top: 0.5rem;
    padding-bottom: 0.5rem;
  }
}
.cid-v8WiWv7Mx9 .navbar.navbar-short {
  min-height: 60px;
}
.cid-v8WiWv7Mx9 .navbar.navbar-short .navbar-logo img {
  height: 2.5rem !important;
}
.cid-v8WiWv7Mx9 .navbar.navbar-short .navbar-brand {
  min-height: 60px;
  padding: 0;
}
.cid-v8WiWv7Mx9 .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-v8WiWv7Mx9 .navbar-brand .navbar-caption {
  line-height: inherit !important;
}
.cid-v8WiWv7Mx9 .navbar-brand .navbar-logo a {
  outline: none;
}
.cid-v8WiWv7Mx9 .dropdown-item.active,
.cid-v8WiWv7Mx9 .dropdown-item:active {
  background-color: transparent;
}
.cid-v8WiWv7Mx9 .navbar-expand-lg .navbar-nav .nav-link {
  padding: 0;
}
.cid-v8WiWv7Mx9 .nav-dropdown .link.dropdown-toggle {
  margin-right: 1.667em;
}
.cid-v8WiWv7Mx9 .nav-dropdown .link.dropdown-toggle[aria-expanded="true"] {
  margin-right: 0;
  padding: 0.667em 1.667em;
}
.cid-v8WiWv7Mx9 .navbar.navbar-expand-lg .dropdown .dropdown-menu {
  background: #fafafa;
}
.cid-v8WiWv7Mx9 .navbar.navbar-expand-lg .dropdown .dropdown-menu .dropdown-submenu {
  margin: 0;
  left: 100%;
}
.cid-v8WiWv7Mx9 .navbar .dropdown.open > .dropdown-menu {
  display: block;
}
.cid-v8WiWv7Mx9 ul.navbar-nav {
  flex-wrap: wrap;
}
.cid-v8WiWv7Mx9 .navbar-buttons {
  text-align: center;
  min-width: 170px;
}
.cid-v8WiWv7Mx9 button.navbar-toggler {
  outline: none;
  width: 31px;
  height: 20px;
  cursor: pointer;
  transition: all 0.2s;
  position: relative;
  align-self: center;
}
.cid-v8WiWv7Mx9 button.navbar-toggler .hamburger span {
  position: absolute;
  right: 0;
  width: 30px;
  height: 2px;
  border-right: 5px;
  background-color: #000000;
}
.cid-v8WiWv7Mx9 button.navbar-toggler .hamburger span:nth-child(1) {
  top: 0;
  transition: all 0.2s;
}
.cid-v8WiWv7Mx9 button.navbar-toggler .hamburger span:nth-child(2) {
  top: 8px;
  transition: all 0.15s;
}
.cid-v8WiWv7Mx9 button.navbar-toggler .hamburger span:nth-child(3) {
  top: 8px;
  transition: all 0.15s;
}
.cid-v8WiWv7Mx9 button.navbar-toggler .hamburger span:nth-child(4) {
  top: 16px;
  transition: all 0.2s;
}
.cid-v8WiWv7Mx9 nav.opened .hamburger span:nth-child(1) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-v8WiWv7Mx9 nav.opened .hamburger span:nth-child(2) {
  transform: rotate(45deg);
  transition: all 0.25s;
}
.cid-v8WiWv7Mx9 nav.opened .hamburger span:nth-child(3) {
  transform: rotate(-45deg);
  transition: all 0.25s;
}
.cid-v8WiWv7Mx9 nav.opened .hamburger span:nth-child(4) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-v8WiWv7Mx9 .navbar-dropdown {
  padding: 0 1rem;
  position: fixed;
}
.cid-v8WiWv7Mx9 a.nav-link {
  display: flex;
  align-items: center;
  justify-content: center;
}
.cid-v8WiWv7Mx9 .icons-menu {
  flex-wrap: nowrap;
  display: flex;
  justify-content: center;
  padding-left: 1rem;
  padding-right: 1rem;
  padding-top: 0.3rem;
  text-align: center;
}
@media screen and (-ms-high-contrast: active), (-ms-high-contrast: none) {
  .cid-v8WiWv7Mx9 .navbar {
    height: 70px;
  }
  .cid-v8WiWv7Mx9 .navbar.opened {
    height: auto;
  }
  .cid-v8WiWv7Mx9 .nav-item .nav-link:hover::before {
    width: 175%;
    max-width: calc(100% + 2rem);
    left: -1rem;
  }
}
.cid-v8WiWvZS6x {
  padding-top: 9rem;
  padding-bottom: 5rem;
  background-image: url("../../../assets/images/hpq-biuro.jpg");
}
.cid-v8WiWvZS6x .mbr-fallback-image.disabled {
  display: none;
}
.cid-v8WiWvZS6x .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-v8WiWvZS6x .mbr-section-title {
  color: #fafafa;
}
.cid-v8WiWvZS6x .mbr-text,
.cid-v8WiWvZS6x .mbr-section-btn {
  color: #fafafa;
}
.cid-v9DlCEXI7B {
  padding-top: 2rem;
  padding-bottom: 2rem;
  background-color: #fd7014;
}
.cid-v9DlCEXI7B .mbr-fallback-image.disabled {
  display: none;
}
.cid-v9DlCEXI7B .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-v9DlCEXI7B .image-wrap img {
  width: 100%;
}
@media (min-width: 992px) {
  .cid-v9DlCEXI7B .image-wrap img {
    display: block;
    margin: auto;
    width: 100%;
  }
}
.cid-v9DlCEXI7B .mbr-section-title {
  text-align: center;
  color: #ffffff;
}
.cid-v9DlCEXI7B .mbr-text,
.cid-v9DlCEXI7B .mbr-section-btn {
  text-align: center;
  color: #ffffff;
}
.cid-vaPFrWk72F {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-color: #ffffff;
}
.cid-vaPFrWk72F .mbr-fallback-image.disabled {
  display: none;
}
.cid-vaPFrWk72F .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-vaPFrWk72F .image-wrapper {
  display: flex;
  align-items: center;
}
.cid-vaPFrWk72F .card-wrapper {
  margin-bottom: 2rem;
  display: flex;
  border-radius: 4px;
  background: #ffffff;
}
@media (max-width: 991px) {
  .cid-vaPFrWk72F .card-wrapper {
    padding: 1rem 2rem;
  }
}
@media (min-width: 992px) {
  .cid-vaPFrWk72F .card-wrapper {
    padding: 2rem 4rem;
  }
}
.cid-vaPFrWk72F .mbr-iconfont {
  font-size: 2rem;
  padding-right: 1.5rem;
  color: #fd7014;
}
.cid-vaPFrWk72F .card-title {
  color: #fd7014;
}
.cid-vaPFrWk72F .mbr-text {
  color: #353535;
}
.cid-vagXURaTEr {
  padding-top: 1rem;
  padding-bottom: 1rem;
  background-color: #ffffff;
}
.cid-vagXURaTEr .mbr-fallback-image.disabled {
  display: none;
}
.cid-vagXURaTEr .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-vagXURaTEr .google-map {
  height: 350px;
  position: relative;
}
.cid-vagXURaTEr .google-map iframe {
  height: 100%;
  width: 100%;
}
.cid-vagXURaTEr .google-map [data-state-details] {
  color: #6b6763;
  height: 1.5em;
  margin-top: -0.75em;
  padding-left: 1.25rem;
  padding-right: 1.25rem;
  position: absolute;
  text-align: center;
  top: 50%;
  width: 100%;
}
.cid-vagXURaTEr .google-map[data-state] {
  background: #e9e5dc;
}
.cid-vagXURaTEr .google-map[data-state="loading"] [data-state-details] {
  display: none;
}
.cid-vagXURaTEr .mbr-section-subtitle {
  color: #353535;
  text-align: justify;
}
.cid-vagXURaTEr .mbr-section-title {
  color: #fd7014;
  text-align: center;
}
.cid-v9DmzWlFmG {
  padding-top: 4rem;
  padding-bottom: 2rem;
  background-color: #fd7014;
}
.cid-v9DmzWlFmG .mbr-fallback-image.disabled {
  display: none;
}
.cid-v9DmzWlFmG .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-v9DmzWlFmG .image-wrap img {
  width: 100%;
}
@media (min-width: 992px) {
  .cid-v9DmzWlFmG .image-wrap img {
    display: block;
    margin: auto;
    width: 100%;
  }
}
.cid-v9DmzWlFmG .mbr-section-title {
  text-align: center;
  color: #ffffff;
}
.cid-v9DmzWlFmG .mbr-text,
.cid-v9DmzWlFmG .mbr-section-btn {
  text-align: center;
  color: #ffffff;
}
.cid-v9pkxm6UA6 {
  padding-top: 6rem;
  padding-bottom: 6rem;
  background-color: #ffffff;
}
.cid-v9pkxm6UA6 .mbr-fallback-image.disabled {
  display: none;
}
.cid-v9pkxm6UA6 .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-v9pkxm6UA6 .card-box {
  padding: 2rem;
  width: 58.33%;
}
.cid-v9pkxm6UA6 .img-wrapper {
  width: 41.66%;
  display: flex;
  justify-content: center;
  align-items: center;
}
.cid-v9pkxm6UA6 .img1 {
  background: #fd7014;
}
.cid-v9pkxm6UA6 .img2 {
  background: #353535;
}
.cid-v9pkxm6UA6 .mbr-iconfont {
  display: block;
  font-size: 8rem;
  color: #ffffff;
  margin-bottom: 2rem;
}
.cid-v9pkxm6UA6 .card {
  margin: auto;
  min-height: 280px;
  transition: all 0.3s;
}
.cid-v9pkxm6UA6 .card-wrapper {
  background: #fafafa;
  border-radius: 4px;
  display: flex;
  overflow: hidden;
  justify-content: space-between;
}
@media (max-width: 992px) {
  .cid-v9pkxm6UA6 .card-wrapper {
    margin-bottom: 2rem;
  }
}
@media (max-width: 767px) {
  .cid-v9pkxm6UA6 .card-wrapper {
    flex-direction: column;
  }
  .cid-v9pkxm6UA6 .card-box {
    padding: 1rem;
  }
  .cid-v9pkxm6UA6 .card-box,
  .cid-v9pkxm6UA6 .img-wrapper {
    width: 100%;
  }
  .cid-v9pkxm6UA6 .img-wrapper {
    padding: 4rem 1rem;
  }
  .cid-v9pkxm6UA6 .mbr-flex {
    flex-direction: column-reverse;
  }
}
.cid-v9pkxm6UA6 .card-subtitle {
  color: #0077ff;
}
.cid-v9pkxm6UA6 .mbr-text,
.cid-v9pkxm6UA6 .link-wrap {
  color: #555555;
}
.cid-v9pkxm6UA6 .card-title,
.cid-v9pkxm6UA6 .card-box {
  color: #353535;
}
.cid-v8WiWwvB2m {
  padding-top: 3rem;
  padding-bottom: 3rem;
  background-image: url("../../../assets/images/hpq-form01-1536x1024.png");
}
.cid-v8WiWwvB2m .mbr-overlay {
  background-color: #393e46;
  opacity: 0.9;
}
.cid-v8WiWwvB2m form .mbr-section-btn {
  text-align: center;
  width: 100%;
}
.cid-v8WiWwvB2m form .mbr-section-btn .btn {
  display: inline-flex;
}
@media (max-width: 991px) {
  .cid-v8WiWwvB2m form .mbr-section-btn .btn {
    width: 100%;
  }
}
.cid-v8WiWwvB2m .mbr-section-title {
  color: #fd7014;
}
.cid-v8WiWwvB2m .mbr-section-subtitle {
  color: #ffffff;
}
.cid-v8WiWwFLaA {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-color: #232323;
}
.cid-v8WiWwFLaA .mbr-fallback-image.disabled {
  display: none;
}
.cid-v8WiWwFLaA .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-v8WiWwFLaA .media-wrap {
  padding: 0;
}
@media (max-width: 991px) {
  .cid-v8WiWwFLaA .media-wrap {
    margin-bottom: 1rem;
  }
}
@media (max-width: 767px) {
  .cid-v8WiWwFLaA .row {
    text-align: center;
  }
  .cid-v8WiWwFLaA .row > div {
    margin: auto;
  }
  .cid-v8WiWwFLaA .social-row {
    justify-content: center;
  }
}
.cid-v8WiWwFLaA .social-row {
  display: flex;
  flex-wrap: wrap;
}
.cid-v8WiWwFLaA .list {
  list-style: none;
  padding-left: 0;
  color: #fafafa;
}
@media (max-width: 991px) {
  .cid-v8WiWwFLaA .list {
    margin-bottom: 2rem;
  }
}
@media (min-width: 992px) {
  .cid-v8WiWwFLaA .list {
    margin-bottom: 0rem;
  }
}
.cid-v8WiWwFLaA .mbr-text {
  color: #fafafa;
}
.cid-v8WiWwFLaA .soc-item {
  display: flex;
  align-items: center;
  justify-content: center;
  border-radius: 50%;
  background-color: white;
  margin-right: 0.5rem;
  margin-bottom: 1rem;
  padding: 0.5rem;
  height: 2.5rem;
  width: 2.5rem;
}
.cid-v8WiWwFLaA .mbr-iconfont {
  color: black;
}
@media (max-width: 991px) {
  .cid-v8WiWwFLaA div > *:last-child {
    margin-top: 0 !important;
  }
}
.cid-v8WiWwFLaA .mbr-section-subtitle {
  color: #fd7014;
}
.cid-v8WjzRbmd6 {
  z-index: 1000;
  width: 100%;
}
.cid-v8WjzRbmd6 nav.navbar {
  position: fixed;
}
.cid-v8WjzRbmd6 .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-v8WjzRbmd6 .dropdown-menu {
  padding: 0;
  border-radius: 4px;
  box-shadow: 0 1px 3px 0 rgba(0, 0, 0, 0.1);
}
.cid-v8WjzRbmd6 .dropdown-item {
  border-bottom: 1px solid #e6e6e6;
}
.cid-v8WjzRbmd6 .dropdown-item:hover,
.cid-v8WjzRbmd6 .dropdown-item:focus {
  background: #fd7014 !important;
  color: white !important;
}
.cid-v8WjzRbmd6 .dropdown-item:first-child {
  border-top-left-radius: 4px;
  border-top-right-radius: 4px;
}
.cid-v8WjzRbmd6 .dropdown-item:last-child {
  border-bottom: none;
  border-bottom-left-radius: 4px;
  border-bottom-right-radius: 4px;
}
.cid-v8WjzRbmd6 .nav-dropdown .link {
  padding: 0 0.3em !important;
  margin: 0.667em 1em !important;
}
.cid-v8WjzRbmd6 .nav-dropdown .link.dropdown-toggle::after {
  margin-left: 0.5rem;
  margin-top: 0.2rem;
}
.cid-v8WjzRbmd6 .nav-link {
  position: relative;
}
.cid-v8WjzRbmd6 .container {
  display: flex;
  margin: auto;
}
.cid-v8WjzRbmd6 .iconfont-wrapper {
  color: #000000 !important;
  font-size: 1.5rem;
  padding-right: 0.5rem;
}
.cid-v8WjzRbmd6 .dropdown-menu,
.cid-v8WjzRbmd6 .navbar.opened {
  background: #fafafa !important;
}
.cid-v8WjzRbmd6 .nav-item:focus,
.cid-v8WjzRbmd6 .nav-link:focus {
  outline: none;
}
.cid-v8WjzRbmd6 .dropdown .dropdown-menu .dropdown-item {
  width: auto;
  transition: all 0.25s ease-in-out;
}
.cid-v8WjzRbmd6 .dropdown .dropdown-menu .dropdown-item::after {
  right: 0.5rem;
}
.cid-v8WjzRbmd6 .dropdown .dropdown-menu .dropdown-item .mbr-iconfont {
  margin-right: 0.5rem;
  vertical-align: sub;
}
.cid-v8WjzRbmd6 .dropdown .dropdown-menu .dropdown-item .mbr-iconfont:before {
  display: inline-block;
  transform: scale(1, 1);
  transition: all 0.25s ease-in-out;
}
.cid-v8WjzRbmd6 .collapsed .dropdown-menu .dropdown-item:before {
  display: none;
}
.cid-v8WjzRbmd6 .collapsed .dropdown .dropdown-menu .dropdown-item {
  padding: 0.235em 1.5em 0.235em 1.5em !important;
  transition: none;
  margin: 0 !important;
}
.cid-v8WjzRbmd6 .navbar {
  min-height: 70px;
  transition: all 0.3s;
  border-bottom: 1px solid transparent;
  position: absolute;
  background: #fafafa;
}
.cid-v8WjzRbmd6 .navbar.opened {
  transition: all 0.3s;
}
.cid-v8WjzRbmd6 .navbar .dropdown-item {
  padding: 0.5rem 1.8rem;
}
.cid-v8WjzRbmd6 .navbar .navbar-logo img {
  width: auto;
}
.cid-v8WjzRbmd6 .navbar .navbar-collapse {
  justify-content: flex-end;
  z-index: 1;
}
.cid-v8WjzRbmd6 .navbar.collapsed {
  justify-content: center;
}
.cid-v8WjzRbmd6 .navbar.collapsed .nav-item .nav-link::before {
  display: none;
}
.cid-v8WjzRbmd6 .navbar.collapsed.opened .dropdown-menu {
  top: 0;
}
@media (min-width: 992px) {
  .cid-v8WjzRbmd6 .navbar.collapsed.opened:not(.navbar-short) .navbar-collapse {
    max-height: calc(98.5vh - 3rem);
  }
}
.cid-v8WjzRbmd6 .navbar.collapsed .dropdown-menu .dropdown-submenu {
  left: 0 !important;
}
.cid-v8WjzRbmd6 .navbar.collapsed .dropdown-menu .dropdown-item:after {
  right: auto;
}
.cid-v8WjzRbmd6 .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-v8WjzRbmd6 .navbar.collapsed ul.navbar-nav li {
  margin: auto;
}
.cid-v8WjzRbmd6 .navbar.collapsed .dropdown-menu .dropdown-item {
  padding: 0.25rem 1.5rem;
  text-align: center;
}
.cid-v8WjzRbmd6 .navbar.collapsed .icons-menu {
  padding-left: 0;
  padding-right: 0;
  padding-top: 0.5rem;
  padding-bottom: 0.5rem;
}
@media (max-width: 991px) {
  .cid-v8WjzRbmd6 .navbar .nav-item .nav-link::before {
    display: none;
  }
  .cid-v8WjzRbmd6 .navbar.opened .dropdown-menu {
    top: 0;
  }
  .cid-v8WjzRbmd6 .navbar .dropdown-menu .dropdown-submenu {
    left: 0 !important;
  }
  .cid-v8WjzRbmd6 .navbar .dropdown-menu .dropdown-item:after {
    right: auto;
  }
  .cid-v8WjzRbmd6 .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-v8WjzRbmd6 .navbar .navbar-logo img {
    height: 3rem !important;
  }
  .cid-v8WjzRbmd6 .navbar ul.navbar-nav li {
    margin: auto;
  }
  .cid-v8WjzRbmd6 .navbar .dropdown-menu .dropdown-item {
    padding: 0.25rem 1.5rem !important;
    text-align: center;
  }
  .cid-v8WjzRbmd6 .navbar .navbar-brand {
    flex-shrink: initial;
    flex-basis: auto;
    word-break: break-word;
    padding-right: 2rem;
  }
  .cid-v8WjzRbmd6 .navbar .navbar-toggler {
    flex-basis: auto;
  }
  .cid-v8WjzRbmd6 .navbar .icons-menu {
    padding-left: 0;
    padding-top: 0.5rem;
    padding-bottom: 0.5rem;
  }
}
.cid-v8WjzRbmd6 .navbar.navbar-short {
  min-height: 60px;
}
.cid-v8WjzRbmd6 .navbar.navbar-short .navbar-logo img {
  height: 2.5rem !important;
}
.cid-v8WjzRbmd6 .navbar.navbar-short .navbar-brand {
  min-height: 60px;
  padding: 0;
}
.cid-v8WjzRbmd6 .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-v8WjzRbmd6 .navbar-brand .navbar-caption {
  line-height: inherit !important;
}
.cid-v8WjzRbmd6 .navbar-brand .navbar-logo a {
  outline: none;
}
.cid-v8WjzRbmd6 .dropdown-item.active,
.cid-v8WjzRbmd6 .dropdown-item:active {
  background-color: transparent;
}
.cid-v8WjzRbmd6 .navbar-expand-lg .navbar-nav .nav-link {
  padding: 0;
}
.cid-v8WjzRbmd6 .nav-dropdown .link.dropdown-toggle {
  margin-right: 1.667em;
}
.cid-v8WjzRbmd6 .nav-dropdown .link.dropdown-toggle[aria-expanded="true"] {
  margin-right: 0;
  padding: 0.667em 1.667em;
}
.cid-v8WjzRbmd6 .navbar.navbar-expand-lg .dropdown .dropdown-menu {
  background: #fafafa;
}
.cid-v8WjzRbmd6 .navbar.navbar-expand-lg .dropdown .dropdown-menu .dropdown-submenu {
  margin: 0;
  left: 100%;
}
.cid-v8WjzRbmd6 .navbar .dropdown.open > .dropdown-menu {
  display: block;
}
.cid-v8WjzRbmd6 ul.navbar-nav {
  flex-wrap: wrap;
}
.cid-v8WjzRbmd6 .navbar-buttons {
  text-align: center;
  min-width: 170px;
}
.cid-v8WjzRbmd6 button.navbar-toggler {
  outline: none;
  width: 31px;
  height: 20px;
  cursor: pointer;
  transition: all 0.2s;
  position: relative;
  align-self: center;
}
.cid-v8WjzRbmd6 button.navbar-toggler .hamburger span {
  position: absolute;
  right: 0;
  width: 30px;
  height: 2px;
  border-right: 5px;
  background-color: #000000;
}
.cid-v8WjzRbmd6 button.navbar-toggler .hamburger span:nth-child(1) {
  top: 0;
  transition: all 0.2s;
}
.cid-v8WjzRbmd6 button.navbar-toggler .hamburger span:nth-child(2) {
  top: 8px;
  transition: all 0.15s;
}
.cid-v8WjzRbmd6 button.navbar-toggler .hamburger span:nth-child(3) {
  top: 8px;
  transition: all 0.15s;
}
.cid-v8WjzRbmd6 button.navbar-toggler .hamburger span:nth-child(4) {
  top: 16px;
  transition: all 0.2s;
}
.cid-v8WjzRbmd6 nav.opened .hamburger span:nth-child(1) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-v8WjzRbmd6 nav.opened .hamburger span:nth-child(2) {
  transform: rotate(45deg);
  transition: all 0.25s;
}
.cid-v8WjzRbmd6 nav.opened .hamburger span:nth-child(3) {
  transform: rotate(-45deg);
  transition: all 0.25s;
}
.cid-v8WjzRbmd6 nav.opened .hamburger span:nth-child(4) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-v8WjzRbmd6 .navbar-dropdown {
  padding: 0 1rem;
  position: fixed;
}
.cid-v8WjzRbmd6 a.nav-link {
  display: flex;
  align-items: center;
  justify-content: center;
}
.cid-v8WjzRbmd6 .icons-menu {
  flex-wrap: nowrap;
  display: flex;
  justify-content: center;
  padding-left: 1rem;
  padding-right: 1rem;
  padding-top: 0.3rem;
  text-align: center;
}
@media screen and (-ms-high-contrast: active), (-ms-high-contrast: none) {
  .cid-v8WjzRbmd6 .navbar {
    height: 70px;
  }
  .cid-v8WjzRbmd6 .navbar.opened {
    height: auto;
  }
  .cid-v8WjzRbmd6 .nav-item .nav-link:hover::before {
    width: 175%;
    max-width: calc(100% + 2rem);
    left: -1rem;
  }
}
.cid-v8WjzRVXpR {
  background-image: url("../../../assets/images/hpq-o-nas.jpg");
}
.cid-v8WjzRVXpR .mbr-fallback-image.disabled {
  display: none;
}
.cid-v8WjzRVXpR .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-v8WjzRVXpR .mbr-section-title {
  color: #fd7014;
}
.cid-v8WjzRVXpR .mbr-text,
.cid-v8WjzRVXpR .mbr-section-btn {
  color: #353535;
}
.cid-v8WjzRVXpR .mbr-section-subtitle {
  color: #353535;
}
.cid-v9BJX8lbZD {
  padding-top: 5rem;
  padding-bottom: 3rem;
  background-image: linear-gradient(230deg, #e6c63b 10%, #fd7014 100%) !important;
}
.cid-v9BJX8lbZD .mbr-fallback-image.disabled {
  display: none;
}
.cid-v9BJX8lbZD .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-v9BJX8lbZD .mbr-section-subtitle {
  color: #ffffff;
}
.cid-v9BJX8lbZD .mbr-section-title {
  color: #ffffff;
  text-align: left;
}
.cid-v9BJX8lbZD .mbr-text,
.cid-v9BJX8lbZD .mbr-section-btn {
  color: #fafafa;
  text-align: justify;
}
.cid-v9BJX8lbZD .mbr-section-title DIV {
  text-align: left;
}
.cid-v9BURQia5m {
  padding-top: 2rem;
  padding-bottom: 2rem;
  background-color: #353535;
}
.cid-v9BURQia5m .mbr-fallback-image.disabled {
  display: none;
}
.cid-v9BURQia5m .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-v9BURQia5m .item:not(:nth-last-child(1)) {
  margin-bottom: 2rem;
}
.cid-v9BURQia5m .item-wrapper {
  background-color: #353535;
  border-radius: 4px;
}
.cid-v9BURQia5m .image-wrapper img {
  width: 100%;
  object-fit: cover;
}
.cid-v9BURQia5m .social-row .soc-item {
  display: inline-block;
  text-align: center;
  border-radius: 50%;
  margin-right: 0.6rem;
  margin-bottom: 1rem;
  padding: 0.5rem;
  border: 2px solid #ffffff;
  transition: all 0.3s;
}
.cid-v9BURQia5m .social-row .soc-item .mbr-iconfont {
  display: flex;
  justify-content: center;
  align-content: center;
  color: #ffffff;
  font-size: 1.5rem;
  transition: all 0.3s;
}
.cid-v9BURQia5m .social-row .soc-item:hover {
  background-color: #ffffff;
}
.cid-v9BURQia5m .social-row .soc-item:hover .mbr-iconfont {
  color: #000000;
}
@media (max-width: 767px) {
  .cid-v9BURQia5m .card-box {
    padding: 1rem;
  }
}
@media (min-width: 768px) {
  .cid-v9BURQia5m .card-box {
    padding-right: 2rem;
  }
}
@media (min-width: 992px) {
  .cid-v9BURQia5m .card-box {
    padding-left: 2rem;
    padding-right: 4rem;
  }
}
.cid-v9BURQia5m .card-subtitle {
  color: #fafafa;
}
.cid-v9BURQia5m .card-title {
  color: #fd7014;
}
.cid-v9BURQia5m .mbr-text,
.cid-v9BURQia5m .social-row {
  color: #ffffff;
}
.cid-v9BJXVmDe3 {
  padding-top: 2rem;
  padding-bottom: 1rem;
  background-color: #ffffff;
}
.cid-v9BJXVmDe3 .mbr-fallback-image.disabled {
  display: none;
}
.cid-v9BJXVmDe3 .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-v9BJXVmDe3 .item {
  display: flex;
  align-items: center;
  margin-bottom: 4rem;
  flex-direction: column;
}
.cid-v9BJXVmDe3 .icon-box {
  margin-bottom: 1rem;
  text-align: center;
  display: inline-block;
}
.cid-v9BJXVmDe3 .text-box {
  text-align: center;
}
.cid-v9BJXVmDe3 span {
  font-size: 11rem;
  color: #6592e6;
  font-weight: bold;
  display: block;
}
@media (max-width: 991px) {
  .cid-v9BJXVmDe3 .card {
    margin-bottom: 2rem;
  }
  .cid-v9BJXVmDe3 .card-wrapper {
    margin-bottom: 2rem;
  }
}
@media (max-width: 768px) {
  .cid-v9BJXVmDe3 span {
    font-size: 21vw;
  }
}
.cid-v9BJXVmDe3 .item .icon-box .step-number {
  color: #fd7014;
  text-align: left;
}
.cid-v9BJXVmDe3 .icon-text,
.cid-v9BJXVmDe3 .mbr-section-btn DIV {
  text-align: justify;
}
.cid-v9BJXVmDe3 .icon-title,
.cid-v9BJXVmDe3 .mbr-section-btn,
.cid-v9BJXVmDe3 .item .icon-box .step-number {
  text-align: justify;
}
.cid-v9BJXVmDe3 .icon-text,
.cid-v9BJXVmDe3 .mbr-section-btn {
  text-align: left;
}
.cid-v9BJYGmLJk {
  padding-top: 1rem;
  padding-bottom: 0rem;
  background-color: #eeeeee;
}
.cid-v9BJYGmLJk .mbr-fallback-image.disabled {
  display: none;
}
.cid-v9BJYGmLJk .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-v9BJYGmLJk .item {
  display: flex;
  align-items: center;
  margin-bottom: 4rem;
  flex-direction: column;
}
.cid-v9BJYGmLJk .icon-box {
  margin-bottom: 1rem;
  text-align: center;
  display: inline-block;
}
.cid-v9BJYGmLJk .text-box {
  text-align: center;
}
.cid-v9BJYGmLJk span {
  font-size: 11rem;
  color: #6592e6;
  font-weight: bold;
  display: block;
}
@media (max-width: 991px) {
  .cid-v9BJYGmLJk .card {
    margin-bottom: 2rem;
  }
  .cid-v9BJYGmLJk .card-wrapper {
    margin-bottom: 2rem;
  }
}
@media (max-width: 768px) {
  .cid-v9BJYGmLJk span {
    font-size: 21vw;
  }
}
.cid-v9BJYGmLJk .item .icon-box .step-number {
  color: #fd7014;
  text-align: left;
}
.cid-v9BJYGmLJk .icon-text,
.cid-v9BJYGmLJk .mbr-section-btn DIV {
  text-align: justify;
}
.cid-v9BJYGmLJk .icon-title,
.cid-v9BJYGmLJk .mbr-section-btn,
.cid-v9BJYGmLJk .item .icon-box .step-number {
  text-align: right;
}
.cid-v9BJYGmLJk .icon-text,
.cid-v9BJYGmLJk .mbr-section-btn {
  text-align: right;
}
.cid-v9BJZksBjz {
  padding-top: 1rem;
  padding-bottom: 1rem;
  background-color: #ffffff;
}
.cid-v9BJZksBjz .mbr-fallback-image.disabled {
  display: none;
}
.cid-v9BJZksBjz .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-v9BJZksBjz .item {
  display: flex;
  align-items: center;
  margin-bottom: 4rem;
  flex-direction: column;
}
.cid-v9BJZksBjz .icon-box {
  margin-bottom: 1rem;
  text-align: center;
  display: inline-block;
}
.cid-v9BJZksBjz .text-box {
  text-align: center;
}
.cid-v9BJZksBjz span {
  font-size: 10rem;
  color: #fd7014;
  font-weight: bold;
  display: block;
}
@media (max-width: 991px) {
  .cid-v9BJZksBjz .card {
    margin-bottom: 2rem;
  }
  .cid-v9BJZksBjz .card-wrapper {
    margin-bottom: 2rem;
  }
}
@media (max-width: 768px) {
  .cid-v9BJZksBjz span {
    font-size: 21vw;
  }
}
.cid-v9BJZksBjz .item .icon-box .step-number {
  color: #fd7014;
  text-align: left;
}
.cid-v9BJZksBjz .icon-text,
.cid-v9BJZksBjz .mbr-section-btn DIV {
  text-align: justify;
}
.cid-v9BJZksBjz .icon-title,
.cid-v9BJZksBjz .mbr-section-btn,
.cid-v9BJZksBjz .item .icon-box .step-number {
  text-align: justify;
}
.cid-v9BJZksBjz .icon-text,
.cid-v9BJZksBjz .mbr-section-btn {
  text-align: left;
}
.cid-v9BK03um5W {
  padding-top: 0rem;
  padding-bottom: 1rem;
  background-color: #eeeeee;
}
.cid-v9BK03um5W .mbr-fallback-image.disabled {
  display: none;
}
.cid-v9BK03um5W .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-v9BK03um5W .item {
  display: flex;
  align-items: center;
  margin-bottom: 4rem;
  flex-direction: column;
}
.cid-v9BK03um5W .icon-box {
  margin-bottom: 1rem;
  text-align: center;
  display: inline-block;
}
.cid-v9BK03um5W .text-box {
  text-align: center;
}
.cid-v9BK03um5W span {
  font-size: 10rem;
  color: #6592e6;
  font-weight: bold;
  display: block;
}
@media (max-width: 991px) {
  .cid-v9BK03um5W .card {
    margin-bottom: 2rem;
  }
  .cid-v9BK03um5W .card-wrapper {
    margin-bottom: 2rem;
  }
}
@media (max-width: 768px) {
  .cid-v9BK03um5W span {
    font-size: 21vw;
  }
}
.cid-v9BK03um5W .item .icon-box .step-number {
  color: #fd7014;
  text-align: left;
}
.cid-v9BK03um5W .icon-text,
.cid-v9BK03um5W .mbr-section-btn DIV {
  text-align: justify;
}
.cid-v9BK03um5W .icon-title,
.cid-v9BK03um5W .mbr-section-btn,
.cid-v9BK03um5W .item .icon-box .step-number {
  text-align: right;
}
.cid-v9BK03um5W .icon-text,
.cid-v9BK03um5W .mbr-section-btn {
  text-align: right;
}
.cid-v9BMgQ9zws {
  padding-top: 3rem;
  padding-bottom: 0rem;
  background-color: #353535;
}
.cid-v9BMgQ9zws .row {
  flex-direction: row-reverse;
}
@media (max-width: 991px) {
  .cid-v9BMgQ9zws .image-wrapper {
    margin-bottom: 2rem;
  }
}
.cid-v9BMgQ9zws .image-wrapper img {
  width: 100%;
  object-fit: cover;
}
@media (min-width: 992px) {
  .cid-v9BMgQ9zws .text-wrapper {
    padding: 0 2rem;
  }
}
@media (max-width: 768px) {
  .cid-v9BMgQ9zws .text-wrapper {
    margin-bottom: 2rem;
  }
}
.cid-v9BMgQ9zws .mbr-text,
.cid-v9BMgQ9zws .mbr-section-btn {
  color: #fafafa;
}
.cid-v9BMgQ9zws .mbr-section-title {
  color: #fd7014;
}
.cid-v8WjzSmTJp {
  padding-top: 3rem;
  padding-bottom: 3rem;
  background-image: url("../../../assets/images/hpq-form01-1536x1024.png");
}
.cid-v8WjzSmTJp .mbr-overlay {
  background-color: #393e46;
  opacity: 0.9;
}
.cid-v8WjzSmTJp form .mbr-section-btn {
  text-align: center;
  width: 100%;
}
.cid-v8WjzSmTJp form .mbr-section-btn .btn {
  display: inline-flex;
}
@media (max-width: 991px) {
  .cid-v8WjzSmTJp form .mbr-section-btn .btn {
    width: 100%;
  }
}
.cid-v8WjzSmTJp .mbr-section-title {
  color: #fd7014;
}
.cid-v8WjzSmTJp .mbr-section-subtitle {
  color: #ffffff;
}
.cid-v8WjzSvhdG {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-color: #232323;
}
.cid-v8WjzSvhdG .mbr-fallback-image.disabled {
  display: none;
}
.cid-v8WjzSvhdG .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-v8WjzSvhdG .media-wrap {
  padding: 0;
}
@media (max-width: 991px) {
  .cid-v8WjzSvhdG .media-wrap {
    margin-bottom: 1rem;
  }
}
@media (max-width: 767px) {
  .cid-v8WjzSvhdG .row {
    text-align: center;
  }
  .cid-v8WjzSvhdG .row > div {
    margin: auto;
  }
  .cid-v8WjzSvhdG .social-row {
    justify-content: center;
  }
}
.cid-v8WjzSvhdG .social-row {
  display: flex;
  flex-wrap: wrap;
}
.cid-v8WjzSvhdG .list {
  list-style: none;
  padding-left: 0;
  color: #fafafa;
}
@media (max-width: 991px) {
  .cid-v8WjzSvhdG .list {
    margin-bottom: 2rem;
  }
}
@media (min-width: 992px) {
  .cid-v8WjzSvhdG .list {
    margin-bottom: 0rem;
  }
}
.cid-v8WjzSvhdG .mbr-text {
  color: #fafafa;
}
.cid-v8WjzSvhdG .soc-item {
  display: flex;
  align-items: center;
  justify-content: center;
  border-radius: 50%;
  background-color: white;
  margin-right: 0.5rem;
  margin-bottom: 1rem;
  padding: 0.5rem;
  height: 2.5rem;
  width: 2.5rem;
}
.cid-v8WjzSvhdG .mbr-iconfont {
  color: black;
}
@media (max-width: 991px) {
  .cid-v8WjzSvhdG div > *:last-child {
    margin-top: 0 !important;
  }
}
.cid-v8WjzSvhdG .mbr-section-subtitle {
  color: #fd7014;
}
.cid-v8MKwkKhFR {
  z-index: 1000;
  width: 100%;
}
.cid-v8MKwkKhFR nav.navbar {
  position: fixed;
}
.cid-v8MKwkKhFR .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-v8MKwkKhFR .dropdown-menu {
  padding: 0;
  border-radius: 4px;
  box-shadow: 0 1px 3px 0 rgba(0, 0, 0, 0.1);
}
.cid-v8MKwkKhFR .dropdown-item {
  border-bottom: 1px solid #e6e6e6;
}
.cid-v8MKwkKhFR .dropdown-item:hover,
.cid-v8MKwkKhFR .dropdown-item:focus {
  background: #fd7014 !important;
  color: white !important;
}
.cid-v8MKwkKhFR .dropdown-item:first-child {
  border-top-left-radius: 4px;
  border-top-right-radius: 4px;
}
.cid-v8MKwkKhFR .dropdown-item:last-child {
  border-bottom: none;
  border-bottom-left-radius: 4px;
  border-bottom-right-radius: 4px;
}
.cid-v8MKwkKhFR .nav-dropdown .link {
  padding: 0 0.3em !important;
  margin: 0.667em 1em !important;
}
.cid-v8MKwkKhFR .nav-dropdown .link.dropdown-toggle::after {
  margin-left: 0.5rem;
  margin-top: 0.2rem;
}
.cid-v8MKwkKhFR .nav-link {
  position: relative;
}
.cid-v8MKwkKhFR .container {
  display: flex;
  margin: auto;
}
.cid-v8MKwkKhFR .iconfont-wrapper {
  color: #000000 !important;
  font-size: 1.5rem;
  padding-right: 0.5rem;
}
.cid-v8MKwkKhFR .dropdown-menu,
.cid-v8MKwkKhFR .navbar.opened {
  background: #fafafa !important;
}
.cid-v8MKwkKhFR .nav-item:focus,
.cid-v8MKwkKhFR .nav-link:focus {
  outline: none;
}
.cid-v8MKwkKhFR .dropdown .dropdown-menu .dropdown-item {
  width: auto;
  transition: all 0.25s ease-in-out;
}
.cid-v8MKwkKhFR .dropdown .dropdown-menu .dropdown-item::after {
  right: 0.5rem;
}
.cid-v8MKwkKhFR .dropdown .dropdown-menu .dropdown-item .mbr-iconfont {
  margin-right: 0.5rem;
  vertical-align: sub;
}
.cid-v8MKwkKhFR .dropdown .dropdown-menu .dropdown-item .mbr-iconfont:before {
  display: inline-block;
  transform: scale(1, 1);
  transition: all 0.25s ease-in-out;
}
.cid-v8MKwkKhFR .collapsed .dropdown-menu .dropdown-item:before {
  display: none;
}
.cid-v8MKwkKhFR .collapsed .dropdown .dropdown-menu .dropdown-item {
  padding: 0.235em 1.5em 0.235em 1.5em !important;
  transition: none;
  margin: 0 !important;
}
.cid-v8MKwkKhFR .navbar {
  min-height: 70px;
  transition: all 0.3s;
  border-bottom: 1px solid transparent;
  position: absolute;
  background: #fafafa;
}
.cid-v8MKwkKhFR .navbar.opened {
  transition: all 0.3s;
}
.cid-v8MKwkKhFR .navbar .dropdown-item {
  padding: 0.5rem 1.8rem;
}
.cid-v8MKwkKhFR .navbar .navbar-logo img {
  width: auto;
}
.cid-v8MKwkKhFR .navbar .navbar-collapse {
  justify-content: flex-end;
  z-index: 1;
}
.cid-v8MKwkKhFR .navbar.collapsed {
  justify-content: center;
}
.cid-v8MKwkKhFR .navbar.collapsed .nav-item .nav-link::before {
  display: none;
}
.cid-v8MKwkKhFR .navbar.collapsed.opened .dropdown-menu {
  top: 0;
}
@media (min-width: 992px) {
  .cid-v8MKwkKhFR .navbar.collapsed.opened:not(.navbar-short) .navbar-collapse {
    max-height: calc(98.5vh - 3rem);
  }
}
.cid-v8MKwkKhFR .navbar.collapsed .dropdown-menu .dropdown-submenu {
  left: 0 !important;
}
.cid-v8MKwkKhFR .navbar.collapsed .dropdown-menu .dropdown-item:after {
  right: auto;
}
.cid-v8MKwkKhFR .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-v8MKwkKhFR .navbar.collapsed ul.navbar-nav li {
  margin: auto;
}
.cid-v8MKwkKhFR .navbar.collapsed .dropdown-menu .dropdown-item {
  padding: 0.25rem 1.5rem;
  text-align: center;
}
.cid-v8MKwkKhFR .navbar.collapsed .icons-menu {
  padding-left: 0;
  padding-right: 0;
  padding-top: 0.5rem;
  padding-bottom: 0.5rem;
}
@media (max-width: 991px) {
  .cid-v8MKwkKhFR .navbar .nav-item .nav-link::before {
    display: none;
  }
  .cid-v8MKwkKhFR .navbar.opened .dropdown-menu {
    top: 0;
  }
  .cid-v8MKwkKhFR .navbar .dropdown-menu .dropdown-submenu {
    left: 0 !important;
  }
  .cid-v8MKwkKhFR .navbar .dropdown-menu .dropdown-item:after {
    right: auto;
  }
  .cid-v8MKwkKhFR .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-v8MKwkKhFR .navbar .navbar-logo img {
    height: 3rem !important;
  }
  .cid-v8MKwkKhFR .navbar ul.navbar-nav li {
    margin: auto;
  }
  .cid-v8MKwkKhFR .navbar .dropdown-menu .dropdown-item {
    padding: 0.25rem 1.5rem !important;
    text-align: center;
  }
  .cid-v8MKwkKhFR .navbar .navbar-brand {
    flex-shrink: initial;
    flex-basis: auto;
    word-break: break-word;
    padding-right: 2rem;
  }
  .cid-v8MKwkKhFR .navbar .navbar-toggler {
    flex-basis: auto;
  }
  .cid-v8MKwkKhFR .navbar .icons-menu {
    padding-left: 0;
    padding-top: 0.5rem;
    padding-bottom: 0.5rem;
  }
}
.cid-v8MKwkKhFR .navbar.navbar-short {
  min-height: 60px;
}
.cid-v8MKwkKhFR .navbar.navbar-short .navbar-logo img {
  height: 2.5rem !important;
}
.cid-v8MKwkKhFR .navbar.navbar-short .navbar-brand {
  min-height: 60px;
  padding: 0;
}
.cid-v8MKwkKhFR .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-v8MKwkKhFR .navbar-brand .navbar-caption {
  line-height: inherit !important;
}
.cid-v8MKwkKhFR .navbar-brand .navbar-logo a {
  outline: none;
}
.cid-v8MKwkKhFR .dropdown-item.active,
.cid-v8MKwkKhFR .dropdown-item:active {
  background-color: transparent;
}
.cid-v8MKwkKhFR .navbar-expand-lg .navbar-nav .nav-link {
  padding: 0;
}
.cid-v8MKwkKhFR .nav-dropdown .link.dropdown-toggle {
  margin-right: 1.667em;
}
.cid-v8MKwkKhFR .nav-dropdown .link.dropdown-toggle[aria-expanded="true"] {
  margin-right: 0;
  padding: 0.667em 1.667em;
}
.cid-v8MKwkKhFR .navbar.navbar-expand-lg .dropdown .dropdown-menu {
  background: #fafafa;
}
.cid-v8MKwkKhFR .navbar.navbar-expand-lg .dropdown .dropdown-menu .dropdown-submenu {
  margin: 0;
  left: 100%;
}
.cid-v8MKwkKhFR .navbar .dropdown.open > .dropdown-menu {
  display: block;
}
.cid-v8MKwkKhFR ul.navbar-nav {
  flex-wrap: wrap;
}
.cid-v8MKwkKhFR .navbar-buttons {
  text-align: center;
  min-width: 170px;
}
.cid-v8MKwkKhFR button.navbar-toggler {
  outline: none;
  width: 31px;
  height: 20px;
  cursor: pointer;
  transition: all 0.2s;
  position: relative;
  align-self: center;
}
.cid-v8MKwkKhFR button.navbar-toggler .hamburger span {
  position: absolute;
  right: 0;
  width: 30px;
  height: 2px;
  border-right: 5px;
  background-color: #000000;
}
.cid-v8MKwkKhFR button.navbar-toggler .hamburger span:nth-child(1) {
  top: 0;
  transition: all 0.2s;
}
.cid-v8MKwkKhFR button.navbar-toggler .hamburger span:nth-child(2) {
  top: 8px;
  transition: all 0.15s;
}
.cid-v8MKwkKhFR button.navbar-toggler .hamburger span:nth-child(3) {
  top: 8px;
  transition: all 0.15s;
}
.cid-v8MKwkKhFR button.navbar-toggler .hamburger span:nth-child(4) {
  top: 16px;
  transition: all 0.2s;
}
.cid-v8MKwkKhFR nav.opened .hamburger span:nth-child(1) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-v8MKwkKhFR nav.opened .hamburger span:nth-child(2) {
  transform: rotate(45deg);
  transition: all 0.25s;
}
.cid-v8MKwkKhFR nav.opened .hamburger span:nth-child(3) {
  transform: rotate(-45deg);
  transition: all 0.25s;
}
.cid-v8MKwkKhFR nav.opened .hamburger span:nth-child(4) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-v8MKwkKhFR .navbar-dropdown {
  padding: 0 1rem;
  position: fixed;
}
.cid-v8MKwkKhFR a.nav-link {
  display: flex;
  align-items: center;
  justify-content: center;
}
.cid-v8MKwkKhFR .icons-menu {
  flex-wrap: nowrap;
  display: flex;
  justify-content: center;
  padding-left: 1rem;
  padding-right: 1rem;
  padding-top: 0.3rem;
  text-align: center;
}
@media screen and (-ms-high-contrast: active), (-ms-high-contrast: none) {
  .cid-v8MKwkKhFR .navbar {
    height: 70px;
  }
  .cid-v8MKwkKhFR .navbar.opened {
    height: auto;
  }
  .cid-v8MKwkKhFR .nav-item .nav-link:hover::before {
    width: 175%;
    max-width: calc(100% + 2rem);
    left: -1rem;
  }
}
.cid-v8MKwl5K5F {
  padding-top: 9rem;
  padding-bottom: 5rem;
  background-image: url("../../../assets/images/hpq-partner-inwestycyjny-1536x1024.jpg");
}
.cid-v8MKwl5K5F .mbr-fallback-image.disabled {
  display: none;
}
.cid-v8MKwl5K5F .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-v8MKwl5K5F .mbr-section-title {
  color: #fd7014;
}
.cid-v8MKwl5K5F .mbr-text,
.cid-v8MKwl5K5F .mbr-section-btn {
  color: #ffffff;
}
.cid-v8Su62FP1u {
  padding-top: 7rem;
  padding-bottom: 1rem;
  background-color: #ffffff;
}
.cid-v8Su62FP1u img,
.cid-v8Su62FP1u .item-img {
  width: 100%;
}
.cid-v8Su62FP1u .item:focus,
.cid-v8Su62FP1u span:focus {
  outline: none;
}
.cid-v8Su62FP1u .item {
  cursor: pointer;
  margin-bottom: 2rem;
}
.cid-v8Su62FP1u .item-wrapper {
  position: relative;
  border-radius: 4px;
  background: #fafafa;
  height: 100%;
  display: flex;
  flex-flow: column nowrap;
}
@media (min-width: 992px) {
  .cid-v8Su62FP1u .item-wrapper .item-content {
    padding: 2rem;
  }
}
@media (max-width: 991px) {
  .cid-v8Su62FP1u .item-wrapper .item-content {
    padding: 1rem;
  }
}
.cid-v8Su62FP1u .item-wrapper {
  background: transparent;
}
.cid-v8Su62FP1u .mbr-section-btn {
  margin-top: auto !important;
}
.cid-v8Su62FP1u .mbr-section-title {
  color: #fd7014;
  text-align: justify;
}
.cid-v8Su62FP1u .mbr-text,
.cid-v8Su62FP1u .mbr-section-btn {
  text-align: left;
}
.cid-v8Su62FP1u .item-title {
  text-align: left;
  color: #fd7014;
}
.cid-v8Su62FP1u .item-subtitle {
  text-align: justify;
  color: #fd7014;
}
.cid-v8Su62FP1u .mbr-section-subtitle {
  text-align: left;
}
.cid-v8Su62FP1u .item-subtitle DIV {
  text-align: left;
}
.cid-v92yJ9vjDI {
  padding-top: 1rem;
  padding-bottom: 1rem;
  background-color: #fafafa;
}
.cid-v92yJ9vjDI img,
.cid-v92yJ9vjDI .item-img {
  width: 100%;
}
.cid-v92yJ9vjDI .item:focus,
.cid-v92yJ9vjDI span:focus {
  outline: none;
}
.cid-v92yJ9vjDI .item {
  cursor: pointer;
  margin-bottom: 2rem;
}
.cid-v92yJ9vjDI .item-wrapper {
  position: relative;
  border-radius: 4px;
  background: #fafafa;
  height: 100%;
  display: flex;
  flex-flow: column nowrap;
}
@media (min-width: 992px) {
  .cid-v92yJ9vjDI .item-wrapper .item-content {
    padding: 2rem;
  }
}
@media (max-width: 991px) {
  .cid-v92yJ9vjDI .item-wrapper .item-content {
    padding: 1rem;
  }
}
.cid-v92yJ9vjDI .item-wrapper {
  background: transparent;
}
.cid-v92yJ9vjDI .mbr-section-btn {
  margin-top: auto !important;
}
.cid-v92yJ9vjDI .mbr-section-title {
  color: #fd7014;
  text-align: justify;
}
.cid-v92yJ9vjDI .mbr-text,
.cid-v92yJ9vjDI .mbr-section-btn {
  text-align: left;
}
.cid-v92yJ9vjDI .item-title {
  text-align: left;
  color: #fd7014;
}
.cid-v92yJ9vjDI .item-subtitle {
  text-align: justify;
  color: #fd7014;
}
.cid-v92yJ9vjDI .mbr-section-subtitle {
  text-align: justify;
}
.cid-v92yJ9vjDI .item-subtitle DIV {
  text-align: left;
}
.cid-vagFENvTYQ {
  padding-top: 2rem;
  padding-bottom: 1rem;
  background-color: #fafafa;
}
.cid-vagFENvTYQ .mbr-fallback-image.disabled {
  display: none;
}
.cid-vagFENvTYQ .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-vagFENvTYQ .card-wrapper {
  padding: 4rem;
  background-color: #ffffff;
  border-radius: 4px;
}
.cid-vagFENvTYQ .row {
  align-items: flex-start;
}
@media (max-width: 992px) {
  .cid-vagFENvTYQ .card {
    margin-bottom: 2rem !important;
  }
}
@media (max-width: 767px) {
  .cid-vagFENvTYQ .card-wrapper {
    padding: 1rem;
  }
}
.cid-vagFENvTYQ ul {
  list-style: none;
}
.cid-vagFENvTYQ li {
  position: relative;
}
.cid-vagFENvTYQ li:before {
  position: absolute;
  left: -30px;
  top: 50%;
  transform: translateY(-50%);
  content: "\e908";
  font-family: 'Moririse2' !important;
  color: #fd7014;
  font-size: 0.8rem;
}
.cid-vagFENvTYQ .mbr-section-btn {
  width: 100%;
}
.cid-vagFENvTYQ .btn {
  width: 100%;
}
.cid-vagFENvTYQ .card-title {
  color: #fd7014;
}
.cid-v97HZzFask {
  padding-top: 0rem;
  padding-bottom: 0rem;
  background-color: #fafafa;
}
.cid-v97HZzFask img,
.cid-v97HZzFask .item-img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.cid-v97HZzFask .item:focus,
.cid-v97HZzFask span:focus {
  outline: none;
}
.cid-v97HZzFask .item {
  cursor: pointer;
  margin-bottom: 2rem;
  position: relative;
}
.cid-v97HZzFask .row {
  margin-left: 0;
  margin-right: 0;
}
.cid-v97HZzFask .item {
  padding: 0;
  margin: 0;
}
.cid-v97HZzFask .item-wrapper {
  position: unset;
  border-radius: 4px;
  background: #fafafa;
  height: 100%;
  display: flex;
  flex-flow: column nowrap;
}
@media (min-width: 992px) {
  .cid-v97HZzFask .item-wrapper .item-content {
    padding: 2rem;
  }
}
@media (max-width: 991px) {
  .cid-v97HZzFask .item-wrapper .item-content {
    padding: 1rem;
  }
}
.cid-v97HZzFask .mbr-section-btn {
  margin-top: auto !important;
}
.cid-v97HZzFask .mbr-section-title {
  color: #232323;
}
.cid-v92TELtMIO {
  padding-top: 2rem;
  padding-bottom: 2rem;
  background-color: #353535;
}
.cid-v92TELtMIO .mbr-fallback-image.disabled {
  display: none;
}
.cid-v92TELtMIO .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-v92TELtMIO .row {
  align-items: center;
}
@media (max-width: 991px) {
  .cid-v92TELtMIO .row {
    flex-direction: column-reverse;
  }
  .cid-v92TELtMIO .image-wrapper {
    margin-bottom: 2rem;
  }
  .cid-v92TELtMIO .card-wrapper {
    padding: 0 1rem;
  }
}
@media (min-width: 992px) {
  .cid-v92TELtMIO .card-wrapper {
    padding-right: 2rem;
  }
}
.cid-v92TELtMIO .image-wrapper img {
  width: 100%;
  object-fit: cover;
}
.cid-v92TELtMIO .card-title {
  color: #fd7014;
}
.cid-v92TELtMIO .mbr-text,
.cid-v92TELtMIO .mbr-section-btn {
  color: #f5f5f5;
}
.cid-v8VzHQvcOP {
  padding-top: 7rem;
  padding-bottom: 3rem;
  background-color: #fd7014;
}
.cid-v8VzHQvcOP img,
.cid-v8VzHQvcOP .item-img {
  width: 100%;
}
.cid-v8VzHQvcOP .item:focus,
.cid-v8VzHQvcOP span:focus {
  outline: none;
}
.cid-v8VzHQvcOP .item {
  cursor: pointer;
  margin-bottom: 2rem;
}
.cid-v8VzHQvcOP .item-wrapper {
  position: relative;
  border-radius: 4px;
  background: #fafafa;
  height: 100%;
  display: flex;
  flex-flow: column nowrap;
}
@media (min-width: 992px) {
  .cid-v8VzHQvcOP .item-wrapper .item-content {
    padding: 2rem;
  }
}
@media (max-width: 991px) {
  .cid-v8VzHQvcOP .item-wrapper .item-content {
    padding: 1rem;
  }
}
.cid-v8VzHQvcOP .item-wrapper {
  background: transparent;
}
.cid-v8VzHQvcOP .mbr-section-btn {
  margin-top: auto !important;
}
.cid-v8VzHQvcOP .mbr-section-title {
  color: #353535;
  text-align: justify;
}
.cid-v8VzHQvcOP .mbr-text,
.cid-v8VzHQvcOP .mbr-section-btn {
  text-align: left;
  color: #ffffff;
}
.cid-v8VzHQvcOP .item-title {
  text-align: left;
  color: #353535;
}
.cid-v8VzHQvcOP .item-subtitle {
  text-align: left;
  color: #ffffff;
}
.cid-v8VzHQvcOP .mbr-section-subtitle {
  text-align: justify;
  color: #ffffff;
}
.cid-v8VzHQvcOP .item-subtitle DIV {
  text-align: left;
}
.cid-v8VzHQvcOP .mbr-section-subtitle DIV {
  text-align: left;
}
.cid-v935SnNjfF {
  padding-top: 1rem;
  padding-bottom: 1rem;
  background-color: #353535;
}
.cid-v935SnNjfF img,
.cid-v935SnNjfF .item-img {
  width: 100%;
}
.cid-v935SnNjfF .item:focus,
.cid-v935SnNjfF span:focus {
  outline: none;
}
.cid-v935SnNjfF .item {
  cursor: pointer;
  margin-bottom: 2rem;
}
.cid-v935SnNjfF .item-wrapper {
  position: relative;
  border-radius: 4px;
  background: #fafafa;
  height: 100%;
  display: flex;
  flex-flow: column nowrap;
}
@media (min-width: 992px) {
  .cid-v935SnNjfF .item-wrapper .item-content {
    padding: 2rem;
  }
}
@media (max-width: 991px) {
  .cid-v935SnNjfF .item-wrapper .item-content {
    padding: 1rem;
  }
}
.cid-v935SnNjfF .item-wrapper {
  background: transparent;
}
.cid-v935SnNjfF .mbr-section-btn {
  margin-top: auto !important;
}
.cid-v935SnNjfF .mbr-section-title {
  color: #fd7014;
  text-align: justify;
}
.cid-v935SnNjfF .mbr-text,
.cid-v935SnNjfF .mbr-section-btn {
  text-align: left;
  color: #fafafa;
}
.cid-v935SnNjfF .item-title {
  text-align: left;
  color: #fd7014;
}
.cid-v935SnNjfF .item-subtitle {
  text-align: justify;
  color: #fd7014;
}
.cid-v935SnNjfF .mbr-section-subtitle {
  text-align: justify;
  color: #fd7014;
}
.cid-v935SnNjfF .item-subtitle DIV {
  text-align: left;
}
.cid-v98ex1dGyp {
  padding-top: 1rem;
  padding-bottom: 0rem;
  background-color: #353535;
}
.cid-v98ex1dGyp img,
.cid-v98ex1dGyp .item-img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.cid-v98ex1dGyp .item:focus,
.cid-v98ex1dGyp span:focus {
  outline: none;
}
.cid-v98ex1dGyp .item {
  cursor: pointer;
  margin-bottom: 2rem;
  position: relative;
}
.cid-v98ex1dGyp .row {
  margin-left: 0;
  margin-right: 0;
}
.cid-v98ex1dGyp .item {
  padding: 0;
  margin: 0;
}
.cid-v98ex1dGyp .item-wrapper {
  position: unset;
  border-radius: 4px;
  background: #353535;
  height: 100%;
  display: flex;
  flex-flow: column nowrap;
}
@media (min-width: 992px) {
  .cid-v98ex1dGyp .item-wrapper .item-content {
    padding: 2rem;
  }
}
@media (max-width: 991px) {
  .cid-v98ex1dGyp .item-wrapper .item-content {
    padding: 1rem;
  }
}
.cid-v98ex1dGyp .mbr-section-btn {
  margin-top: auto !important;
}
.cid-v98ex1dGyp .mbr-section-title {
  color: #232323;
}
.cid-v9G9YO6n5S {
  padding-top: 7rem;
  padding-bottom: 3rem;
  background-color: #fafafa;
}
.cid-v9G9YO6n5S img,
.cid-v9G9YO6n5S .item-img {
  width: 100%;
}
.cid-v9G9YO6n5S .item:focus,
.cid-v9G9YO6n5S span:focus {
  outline: none;
}
.cid-v9G9YO6n5S .item {
  cursor: pointer;
  margin-bottom: 2rem;
}
.cid-v9G9YO6n5S .item-wrapper {
  position: relative;
  border-radius: 4px;
  background: #fafafa;
  height: 100%;
  display: flex;
  flex-flow: column nowrap;
}
@media (min-width: 992px) {
  .cid-v9G9YO6n5S .item-wrapper .item-content {
    padding: 2rem;
  }
}
@media (max-width: 991px) {
  .cid-v9G9YO6n5S .item-wrapper .item-content {
    padding: 1rem;
  }
}
.cid-v9G9YO6n5S .item-wrapper {
  background: transparent;
}
.cid-v9G9YO6n5S .mbr-section-btn {
  margin-top: auto !important;
}
.cid-v9G9YO6n5S .mbr-section-title {
  color: #fd7014;
  text-align: justify;
}
.cid-v9G9YO6n5S .mbr-text,
.cid-v9G9YO6n5S .mbr-section-btn {
  text-align: left;
  color: #353535;
}
.cid-v9G9YO6n5S .item-title {
  text-align: left;
  color: #fd7014;
}
.cid-v9G9YO6n5S .item-subtitle {
  text-align: left;
  color: #fd7014;
}
.cid-v9G9YO6n5S .mbr-section-subtitle {
  text-align: justify;
  color: #353535;
}
.cid-v9G9YO6n5S .item-subtitle DIV {
  text-align: left;
}
.cid-v9G9YO6n5S .mbr-section-subtitle DIV {
  text-align: left;
}
.cid-v8VYfGxlgT {
  padding-top: 3rem;
  padding-bottom: 3rem;
  background-color: #fafafa;
}
.cid-v8VYfGxlgT img,
.cid-v8VYfGxlgT .item-img {
  width: 100%;
}
.cid-v8VYfGxlgT .item:focus,
.cid-v8VYfGxlgT span:focus {
  outline: none;
}
.cid-v8VYfGxlgT .item {
  cursor: pointer;
  margin-bottom: 2rem;
}
.cid-v8VYfGxlgT .item-wrapper {
  position: relative;
  border-radius: 4px;
  background: #fafafa;
  height: 100%;
  display: flex;
  flex-flow: column nowrap;
}
@media (min-width: 992px) {
  .cid-v8VYfGxlgT .item-wrapper .item-content {
    padding: 2rem 2rem 0;
  }
  .cid-v8VYfGxlgT .item-wrapper .item-footer {
    padding: 0 2rem 2rem;
  }
}
@media (max-width: 991px) {
  .cid-v8VYfGxlgT .item-wrapper .item-content {
    padding: 1rem 1rem 0;
  }
  .cid-v8VYfGxlgT .item-wrapper .item-footer {
    padding: 0 1rem 1rem;
  }
}
.cid-v8VYfGxlgT .item-wrapper {
  background: transparent;
}
.cid-v8VYfGxlgT .mbr-section-btn {
  margin-top: auto !important;
}
.cid-v8VYfGxlgT .mbr-section-title {
  color: #fd7014;
  text-align: justify;
}
.cid-v8VYfGxlgT .mbr-text,
.cid-v8VYfGxlgT .mbr-section-btn {
  text-align: left;
  color: #353535;
}
.cid-v8VYfGxlgT .item-title {
  text-align: left;
  color: #fd7014;
}
.cid-v8VYfGxlgT .item-subtitle {
  text-align: left;
  color: #ffffff;
}
.cid-v8VYfGxlgT .mbr-section-subtitle {
  text-align: justify;
  color: #353535;
}
.cid-v8VYfGxlgT .item-subtitle DIV {
  text-align: left;
}
.cid-v8VYfGxlgT .mbr-section-subtitle DIV {
  text-align: left;
}
.cid-v8W35tn6sE {
  padding-top: 3rem;
  padding-bottom: 3rem;
  background-image: url("../../../assets/images/chatgpt-image-19-sty-2026-o-10-52-59-432x288.png");
}
.cid-v8W35tn6sE .mbr-fallback-image.disabled {
  display: none;
}
.cid-v8W35tn6sE .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-v8W35tn6sE .mbr-section-title {
  color: #fd7014;
}
.cid-v8W35tn6sE .mbr-text,
.cid-v8W35tn6sE .mbr-section-btn {
  color: #ffffff;
}
.cid-vaUe4R6YXr {
  padding-top: 4rem;
  padding-bottom: 0rem;
  background-color: #fd7014;
}
.cid-vaUe4R6YXr .mbr-fallback-image.disabled {
  display: none;
}
.cid-vaUe4R6YXr .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-vaUe4R6YXr .mbr-text {
  color: #c1c1c1;
}
.cid-vaUe4R6YXr .link {
  color: #ffffff;
}
.cid-vaUe4R6YXr .mbr-text,
.cid-vaUe4R6YXr .mbr-section-btn {
  color: #ffffff;
}
.cid-vaUe4R6YXr .mbr-section-title {
  color: #232323;
}
.cid-v9G8WsPSvD {
  padding-top: 6rem;
  padding-bottom: 6rem;
  background-image: url("../../../assets/images/hpq-backgnd-1.jpg");
}
.cid-v9G8WsPSvD .mbr-fallback-image.disabled {
  display: none;
}
.cid-v9G8WsPSvD .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-v9G8WsPSvD .card .card-header {
  background-color: transparent;
  margin-bottom: 0;
}
.cid-v9G8WsPSvD .panel-title {
  display: flex;
  align-items: center;
  justify-content: space-between;
}
.cid-v9G8WsPSvD .mbr-iconfont {
  padding-left: 1rem;
  font-family: 'Moririse2' !important;
  font-size: 1.4rem !important;
  color: #fd7014;
}
.cid-v9G8WsPSvD .panel-body,
.cid-v9G8WsPSvD .card-header {
  padding: 1rem 0;
}
.cid-v9G8WsPSvD .panel-title-edit {
  color: #353535;
}
.cid-v9G8WsPSvD .mbr-section-title {
  color: #fd7014;
  text-align: justify;
}
.cid-v9G8WsPSvD .mbr-section-subtitle {
  text-align: justify;
}
.cid-v8MKwn3Ha3 {
  padding-top: 3rem;
  padding-bottom: 3rem;
  background-image: url("../../../assets/images/hpq-form01-1536x1024.png");
}
.cid-v8MKwn3Ha3 .mbr-overlay {
  background-color: #393e46;
  opacity: 0.9;
}
.cid-v8MKwn3Ha3 form .mbr-section-btn {
  text-align: center;
  width: 100%;
}
.cid-v8MKwn3Ha3 form .mbr-section-btn .btn {
  display: inline-flex;
}
@media (max-width: 991px) {
  .cid-v8MKwn3Ha3 form .mbr-section-btn .btn {
    width: 100%;
  }
}
.cid-v8MKwn3Ha3 .mbr-section-title {
  color: #fd7014;
}
.cid-v8MKwn3Ha3 .mbr-section-subtitle {
  color: #ffffff;
}
.cid-v8MKwn91M1 {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-color: #232323;
}
.cid-v8MKwn91M1 .mbr-fallback-image.disabled {
  display: none;
}
.cid-v8MKwn91M1 .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-v8MKwn91M1 .media-wrap {
  padding: 0;
}
@media (max-width: 991px) {
  .cid-v8MKwn91M1 .media-wrap {
    margin-bottom: 1rem;
  }
}
@media (max-width: 767px) {
  .cid-v8MKwn91M1 .row {
    text-align: center;
  }
  .cid-v8MKwn91M1 .row > div {
    margin: auto;
  }
  .cid-v8MKwn91M1 .social-row {
    justify-content: center;
  }
}
.cid-v8MKwn91M1 .social-row {
  display: flex;
  flex-wrap: wrap;
}
.cid-v8MKwn91M1 .list {
  list-style: none;
  padding-left: 0;
  color: #fafafa;
}
@media (max-width: 991px) {
  .cid-v8MKwn91M1 .list {
    margin-bottom: 2rem;
  }
}
@media (min-width: 992px) {
  .cid-v8MKwn91M1 .list {
    margin-bottom: 0rem;
  }
}
.cid-v8MKwn91M1 .mbr-text {
  color: #fafafa;
}
.cid-v8MKwn91M1 .soc-item {
  display: flex;
  align-items: center;
  justify-content: center;
  border-radius: 50%;
  background-color: white;
  margin-right: 0.5rem;
  margin-bottom: 1rem;
  padding: 0.5rem;
  height: 2.5rem;
  width: 2.5rem;
}
.cid-v8MKwn91M1 .mbr-iconfont {
  color: black;
}
@media (max-width: 991px) {
  .cid-v8MKwn91M1 div > *:last-child {
    margin-top: 0 !important;
  }
}
.cid-v8MKwn91M1 .mbr-section-subtitle {
  color: #fd7014;
}
.cid-v8VUz6f8BM {
  z-index: 1000;
  width: 100%;
}
.cid-v8VUz6f8BM nav.navbar {
  position: fixed;
}
.cid-v8VUz6f8BM .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-v8VUz6f8BM .dropdown-menu {
  padding: 0;
  border-radius: 4px;
  box-shadow: 0 1px 3px 0 rgba(0, 0, 0, 0.1);
}
.cid-v8VUz6f8BM .dropdown-item {
  border-bottom: 1px solid #e6e6e6;
}
.cid-v8VUz6f8BM .dropdown-item:hover,
.cid-v8VUz6f8BM .dropdown-item:focus {
  background: #fd7014 !important;
  color: white !important;
}
.cid-v8VUz6f8BM .dropdown-item:first-child {
  border-top-left-radius: 4px;
  border-top-right-radius: 4px;
}
.cid-v8VUz6f8BM .dropdown-item:last-child {
  border-bottom: none;
  border-bottom-left-radius: 4px;
  border-bottom-right-radius: 4px;
}
.cid-v8VUz6f8BM .nav-dropdown .link {
  padding: 0 0.3em !important;
  margin: 0.667em 1em !important;
}
.cid-v8VUz6f8BM .nav-dropdown .link.dropdown-toggle::after {
  margin-left: 0.5rem;
  margin-top: 0.2rem;
}
.cid-v8VUz6f8BM .nav-link {
  position: relative;
}
.cid-v8VUz6f8BM .container {
  display: flex;
  margin: auto;
}
.cid-v8VUz6f8BM .iconfont-wrapper {
  color: #000000 !important;
  font-size: 1.5rem;
  padding-right: 0.5rem;
}
.cid-v8VUz6f8BM .dropdown-menu,
.cid-v8VUz6f8BM .navbar.opened {
  background: #fafafa !important;
}
.cid-v8VUz6f8BM .nav-item:focus,
.cid-v8VUz6f8BM .nav-link:focus {
  outline: none;
}
.cid-v8VUz6f8BM .dropdown .dropdown-menu .dropdown-item {
  width: auto;
  transition: all 0.25s ease-in-out;
}
.cid-v8VUz6f8BM .dropdown .dropdown-menu .dropdown-item::after {
  right: 0.5rem;
}
.cid-v8VUz6f8BM .dropdown .dropdown-menu .dropdown-item .mbr-iconfont {
  margin-right: 0.5rem;
  vertical-align: sub;
}
.cid-v8VUz6f8BM .dropdown .dropdown-menu .dropdown-item .mbr-iconfont:before {
  display: inline-block;
  transform: scale(1, 1);
  transition: all 0.25s ease-in-out;
}
.cid-v8VUz6f8BM .collapsed .dropdown-menu .dropdown-item:before {
  display: none;
}
.cid-v8VUz6f8BM .collapsed .dropdown .dropdown-menu .dropdown-item {
  padding: 0.235em 1.5em 0.235em 1.5em !important;
  transition: none;
  margin: 0 !important;
}
.cid-v8VUz6f8BM .navbar {
  min-height: 70px;
  transition: all 0.3s;
  border-bottom: 1px solid transparent;
  position: absolute;
  background: #fafafa;
}
.cid-v8VUz6f8BM .navbar.opened {
  transition: all 0.3s;
}
.cid-v8VUz6f8BM .navbar .dropdown-item {
  padding: 0.5rem 1.8rem;
}
.cid-v8VUz6f8BM .navbar .navbar-logo img {
  width: auto;
}
.cid-v8VUz6f8BM .navbar .navbar-collapse {
  justify-content: flex-end;
  z-index: 1;
}
.cid-v8VUz6f8BM .navbar.collapsed {
  justify-content: center;
}
.cid-v8VUz6f8BM .navbar.collapsed .nav-item .nav-link::before {
  display: none;
}
.cid-v8VUz6f8BM .navbar.collapsed.opened .dropdown-menu {
  top: 0;
}
@media (min-width: 992px) {
  .cid-v8VUz6f8BM .navbar.collapsed.opened:not(.navbar-short) .navbar-collapse {
    max-height: calc(98.5vh - 3rem);
  }
}
.cid-v8VUz6f8BM .navbar.collapsed .dropdown-menu .dropdown-submenu {
  left: 0 !important;
}
.cid-v8VUz6f8BM .navbar.collapsed .dropdown-menu .dropdown-item:after {
  right: auto;
}
.cid-v8VUz6f8BM .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-v8VUz6f8BM .navbar.collapsed ul.navbar-nav li {
  margin: auto;
}
.cid-v8VUz6f8BM .navbar.collapsed .dropdown-menu .dropdown-item {
  padding: 0.25rem 1.5rem;
  text-align: center;
}
.cid-v8VUz6f8BM .navbar.collapsed .icons-menu {
  padding-left: 0;
  padding-right: 0;
  padding-top: 0.5rem;
  padding-bottom: 0.5rem;
}
@media (max-width: 991px) {
  .cid-v8VUz6f8BM .navbar .nav-item .nav-link::before {
    display: none;
  }
  .cid-v8VUz6f8BM .navbar.opened .dropdown-menu {
    top: 0;
  }
  .cid-v8VUz6f8BM .navbar .dropdown-menu .dropdown-submenu {
    left: 0 !important;
  }
  .cid-v8VUz6f8BM .navbar .dropdown-menu .dropdown-item:after {
    right: auto;
  }
  .cid-v8VUz6f8BM .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-v8VUz6f8BM .navbar .navbar-logo img {
    height: 3rem !important;
  }
  .cid-v8VUz6f8BM .navbar ul.navbar-nav li {
    margin: auto;
  }
  .cid-v8VUz6f8BM .navbar .dropdown-menu .dropdown-item {
    padding: 0.25rem 1.5rem !important;
    text-align: center;
  }
  .cid-v8VUz6f8BM .navbar .navbar-brand {
    flex-shrink: initial;
    flex-basis: auto;
    word-break: break-word;
    padding-right: 2rem;
  }
  .cid-v8VUz6f8BM .navbar .navbar-toggler {
    flex-basis: auto;
  }
  .cid-v8VUz6f8BM .navbar .icons-menu {
    padding-left: 0;
    padding-top: 0.5rem;
    padding-bottom: 0.5rem;
  }
}
.cid-v8VUz6f8BM .navbar.navbar-short {
  min-height: 60px;
}
.cid-v8VUz6f8BM .navbar.navbar-short .navbar-logo img {
  height: 2.5rem !important;
}
.cid-v8VUz6f8BM .navbar.navbar-short .navbar-brand {
  min-height: 60px;
  padding: 0;
}
.cid-v8VUz6f8BM .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-v8VUz6f8BM .navbar-brand .navbar-caption {
  line-height: inherit !important;
}
.cid-v8VUz6f8BM .navbar-brand .navbar-logo a {
  outline: none;
}
.cid-v8VUz6f8BM .dropdown-item.active,
.cid-v8VUz6f8BM .dropdown-item:active {
  background-color: transparent;
}
.cid-v8VUz6f8BM .navbar-expand-lg .navbar-nav .nav-link {
  padding: 0;
}
.cid-v8VUz6f8BM .nav-dropdown .link.dropdown-toggle {
  margin-right: 1.667em;
}
.cid-v8VUz6f8BM .nav-dropdown .link.dropdown-toggle[aria-expanded="true"] {
  margin-right: 0;
  padding: 0.667em 1.667em;
}
.cid-v8VUz6f8BM .navbar.navbar-expand-lg .dropdown .dropdown-menu {
  background: #fafafa;
}
.cid-v8VUz6f8BM .navbar.navbar-expand-lg .dropdown .dropdown-menu .dropdown-submenu {
  margin: 0;
  left: 100%;
}
.cid-v8VUz6f8BM .navbar .dropdown.open > .dropdown-menu {
  display: block;
}
.cid-v8VUz6f8BM ul.navbar-nav {
  flex-wrap: wrap;
}
.cid-v8VUz6f8BM .navbar-buttons {
  text-align: center;
  min-width: 170px;
}
.cid-v8VUz6f8BM button.navbar-toggler {
  outline: none;
  width: 31px;
  height: 20px;
  cursor: pointer;
  transition: all 0.2s;
  position: relative;
  align-self: center;
}
.cid-v8VUz6f8BM button.navbar-toggler .hamburger span {
  position: absolute;
  right: 0;
  width: 30px;
  height: 2px;
  border-right: 5px;
  background-color: #000000;
}
.cid-v8VUz6f8BM button.navbar-toggler .hamburger span:nth-child(1) {
  top: 0;
  transition: all 0.2s;
}
.cid-v8VUz6f8BM button.navbar-toggler .hamburger span:nth-child(2) {
  top: 8px;
  transition: all 0.15s;
}
.cid-v8VUz6f8BM button.navbar-toggler .hamburger span:nth-child(3) {
  top: 8px;
  transition: all 0.15s;
}
.cid-v8VUz6f8BM button.navbar-toggler .hamburger span:nth-child(4) {
  top: 16px;
  transition: all 0.2s;
}
.cid-v8VUz6f8BM nav.opened .hamburger span:nth-child(1) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-v8VUz6f8BM nav.opened .hamburger span:nth-child(2) {
  transform: rotate(45deg);
  transition: all 0.25s;
}
.cid-v8VUz6f8BM nav.opened .hamburger span:nth-child(3) {
  transform: rotate(-45deg);
  transition: all 0.25s;
}
.cid-v8VUz6f8BM nav.opened .hamburger span:nth-child(4) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-v8VUz6f8BM .navbar-dropdown {
  padding: 0 1rem;
  position: fixed;
}
.cid-v8VUz6f8BM a.nav-link {
  display: flex;
  align-items: center;
  justify-content: center;
}
.cid-v8VUz6f8BM .icons-menu {
  flex-wrap: nowrap;
  display: flex;
  justify-content: center;
  padding-left: 1rem;
  padding-right: 1rem;
  padding-top: 0.3rem;
  text-align: center;
}
@media screen and (-ms-high-contrast: active), (-ms-high-contrast: none) {
  .cid-v8VUz6f8BM .navbar {
    height: 70px;
  }
  .cid-v8VUz6f8BM .navbar.opened {
    height: auto;
  }
  .cid-v8VUz6f8BM .nav-item .nav-link:hover::before {
    width: 175%;
    max-width: calc(100% + 2rem);
    left: -1rem;
  }
}
.cid-v8VUz6R2e1 {
  background-image: url("../../../assets/images/hpq-br-1536x1024.jpg");
}
.cid-v8VUz6R2e1 .mbr-fallback-image.disabled {
  display: none;
}
.cid-v8VUz6R2e1 .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-v8VUz6R2e1 .mbr-section-title {
  color: #fafafa;
}
.cid-v8VUz6R2e1 .mbr-text,
.cid-v8VUz6R2e1 .mbr-section-btn {
  color: #ffffff;
}
.cid-v8VUz6R2e1 .mbr-section-subtitle {
  color: #fafafa;
}
.cid-v8WdzL274V {
  padding-top: 3rem;
  padding-bottom: 1rem;
  background-color: #fd7014;
}
.cid-v8WdzL274V .mbr-fallback-image.disabled {
  display: none;
}
.cid-v8WdzL274V .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-v8WdzL274V .mbr-text,
.cid-v8WdzL274V .mbr-section-btn {
  color: #232323;
  text-align: left;
}
.cid-v9MlrC7dGv {
  padding-top: 1rem;
  padding-bottom: 1rem;
  background-color: #fd7014;
}
.cid-v9MlrC7dGv .mbr-fallback-image.disabled {
  display: none;
}
.cid-v9MlrC7dGv .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-v9MlrC7dGv .item-wrapper {
  display: flex;
  align-items: center;
  margin-bottom: 2rem;
}
.cid-v9MlrC7dGv .icon-box {
  background: #353535;
  width: 60px;
  min-width: 60px;
  height: 60px;
  border-radius: 50%;
  margin-right: 1rem;
  display: flex;
  justify-content: center;
  align-items: center;
}
.cid-v9MlrC7dGv .mbr-iconfont {
  font-size: 2rem;
  color: #ffffff;
}
@media (max-width: 991px) {
  .cid-v9MlrC7dGv .card {
    margin-bottom: 2rem;
  }
  .cid-v9MlrC7dGv .card-wrapper {
    margin-bottom: 2rem;
  }
  .cid-v9MlrC7dGv .item-wrapper {
    margin-bottom: 2rem;
  }
}
.cid-v9MlrC7dGv .card-title,
.cid-v9MlrC7dGv .card-box {
  color: #fafafa;
}
.cid-v9MlrC7dGv .mbr-text,
.cid-v9MlrC7dGv .mbr-section-btn {
  color: #232323;
}
.cid-v9MlrC7dGv .icon-title {
  color: #fafafa;
}
.cid-v9MlrC7dGv .icon-text {
  color: #232323;
}
.cid-v9MyrVO5Nd {
  padding-top: 3rem;
  padding-bottom: 1rem;
  background-color: #353535;
}
.cid-v9MyrVO5Nd .mbr-fallback-image.disabled {
  display: none;
}
.cid-v9MyrVO5Nd .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-v9MyrVO5Nd .mbr-text,
.cid-v9MyrVO5Nd .mbr-section-btn {
  color: #fd7014;
  text-align: left;
}
.cid-v9MyFgfHur {
  padding-top: 4rem;
  padding-bottom: 1rem;
  background-color: #ffffff;
}
.cid-v9MyFgfHur .mbr-section-subtitle {
  color: #fd7014;
}
.cid-v9MyFgfHur .mbr-text {
  color: #000000;
}
.cid-v9MBHcJFYI {
  padding-top: 0rem;
  padding-bottom: 0rem;
  background-color: #ffffff;
}
.cid-v9MBHcJFYI .mbr-fallback-image.disabled {
  display: none;
}
.cid-v9MBHcJFYI .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-v9MBHcJFYI .nav-tabs .nav-item.open .nav-link:focus,
.cid-v9MBHcJFYI .nav-tabs .nav-link.active:focus {
  outline: none;
}
.cid-v9MBHcJFYI .nav-tabs {
  flex-wrap: wrap;
  border-bottom: 1px solid #fd7014;
}
@media (max-width: 767px) {
  .cid-v9MBHcJFYI .nav-item {
    width: 100%;
    margin: 0;
  }
}
.cid-v9MBHcJFYI .nav-tabs .nav-link {
  transition: all .5s;
  border: none;
  border-bottom: 3px solid transparent;
  border-radius: 0 !important;
}
.cid-v9MBHcJFYI .nav-tabs .nav-link:not(.active) {
  color: #353535;
}
.cid-v9MBHcJFYI .nav-tabs .nav-item {
  margin-right: 1.5rem;
}
.cid-v9MBHcJFYI .nav-link,
.cid-v9MBHcJFYI .nav-link.active {
  padding: 1rem 0;
  background-color: transparent;
}
.cid-v9MBHcJFYI .nav-tabs .nav-link.active {
  color: #fd7014;
  border-bottom: 3px solid #fd7014;
}
.cid-v9MBHcJFYI .mbr-section-subtitle {
  text-align: center;
}
.cid-v9MBHcJFYI .mbr-section-title {
  text-align: justify;
  color: #353535;
}
.cid-vamtQMt2PP {
  padding-top: 2rem;
  padding-bottom: 2rem;
  background-color: #fafafa;
}
.cid-vamtQMt2PP .mbr-fallback-image.disabled {
  display: none;
}
.cid-vamtQMt2PP .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-vamtQMt2PP .row {
  margin-left: 0;
  margin-right: 0;
}
.cid-vamtQMt2PP .item {
  padding-left: 0;
  padding-right: 0;
}
.cid-vamtQMt2PP .item-wrapper {
  position: relative;
}
.cid-vamtQMt2PP .item-wrapper .icon-wrapper {
  pointer-events: none;
  position: absolute;
  width: 60px;
  height: 60px;
  font-size: 22px;
  left: 50%;
  top: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
  border: 2px solid #ffffff;
  border-radius: 50%;
  opacity: 0;
  color: #ffffff;
  transform: translateX(-50%) translateY(-50%);
  background-color: #1b1b1b;
  transition: 0.2s;
}
.cid-vamtQMt2PP .item-wrapper:hover .icon-wrapper {
  opacity: 0.7;
}
.cid-vamtQMt2PP .carousel-control,
.cid-vamtQMt2PP .close {
  background: #1b1b1b;
}
.cid-vamtQMt2PP .carousel-control-prev {
  margin-left: 2.5rem;
}
.cid-vamtQMt2PP .carousel-control-prev span {
  margin-right: 5px;
}
.cid-vamtQMt2PP .carousel-control-next {
  margin-right: 2.5rem;
}
.cid-vamtQMt2PP .carousel-control-next span {
  margin-left: 5px;
}
.cid-vamtQMt2PP .close {
  position: fixed;
  opacity: 0.5;
  font-size: 22px;
  font-weight: 300;
  width: 60px;
  height: 60px;
  border-radius: 50%;
  color: #fff;
  top: 2.5rem;
  right: 2.5rem;
  border: 2px solid #fff;
  text-shadow: none;
  z-index: 5;
  transition: opacity 0.3s ease;
  font-family: 'Moririse2';
  align-items: center;
  justify-content: center;
  display: flex;
}
.cid-vamtQMt2PP .close::before {
  content: '\e91a';
}
.cid-vamtQMt2PP .close:hover {
  opacity: 1;
  background: #000;
  color: #fff;
}
.cid-vamtQMt2PP .carousel-control {
  display: flex;
  top: 50%;
  width: 60px;
  height: 60px;
  margin-top: -1.5rem;
  font-size: 22px;
  background-color: rgba(0, 0, 0, 0.5);
  border: 2px solid #fff;
  border-radius: 50%;
  transition: all 0.3s;
}
.cid-vamtQMt2PP .carousel-control.carousel-control-prev {
  left: 0;
  margin-left: 2.5rem;
}
.cid-vamtQMt2PP .carousel-control.carousel-control-next {
  right: 0;
  margin-right: 2.5rem;
}
@media (max-width: 767px) {
  .cid-vamtQMt2PP .carousel-control {
    top: auto;
    bottom: 1rem;
  }
}
.cid-vamtQMt2PP .carousel-indicators {
  position: absolute;
  bottom: 0;
  margin-bottom: 3px;
}
.cid-vamtQMt2PP .carousel-indicators li {
  max-width: 15px;
  height: 15px;
  width: 15px;
  max-height: 15px;
  margin: 3px;
  background-color: rgba(0, 0, 0, 0.5);
  border: 2px solid #fff;
  border-radius: 50%;
  opacity: 0.5;
  transition: all 0.3s;
}
.cid-vamtQMt2PP .carousel-indicators li.active,
.cid-vamtQMt2PP .carousel-indicators li:hover {
  opacity: 0.9;
}
.cid-vamtQMt2PP .carousel-indicators li::after,
.cid-vamtQMt2PP .carousel-indicators li::before {
  content: none;
}
.cid-vamtQMt2PP .carousel-indicators.ie-fix {
  left: 50%;
  display: block;
  width: 60%;
  margin-left: -30%;
  text-align: center;
}
@media (max-width: 768px) {
  .cid-vamtQMt2PP .carousel-indicators {
    display: none !important;
  }
}
@media (max-width: 991px) {
  .cid-vamtQMt2PP .carousel-indicators {
    margin-bottom: 3.625rem !important;
    padding-left: 2.5rem;
    padding-right: 2.5rem;
  }
}
@media (max-width: 767px) {
  .cid-vamtQMt2PP .carousel-indicators {
    display: none;
  }
}
.cid-vamtQMt2PP .carousel-inner {
  display: flex;
  align-items: center;
}
.cid-vamtQMt2PP .carousel-inner > .active {
  display: block;
}
.cid-vamtQMt2PP .carousel-control.left {
  left: 0;
  margin-left: 2.5rem;
}
.cid-vamtQMt2PP .carousel-control.right {
  right: 0;
  margin-right: 2.5rem;
}
.cid-vamtQMt2PP .carousel-control:hover {
  background: #1b1b1b;
  color: #fff;
  opacity: 1;
}
@media (max-width: 768px) {
  .cid-vamtQMt2PP .carousel-control,
  .cid-vamtQMt2PP .carousel-indicators,
  .cid-vamtQMt2PP .modal .close {
    position: fixed;
  }
}
@media (max-width: 767px) {
  .cid-vamtQMt2PP .mbr-slider .carousel-control {
    top: auto;
    bottom: 20px;
  }
  .cid-vamtQMt2PP .mbr-slider > .container .carousel-control {
    margin-bottom: 0;
  }
}
.cid-vamtQMt2PP .carousel-indicators .active,
.cid-vamtQMt2PP .carousel-indicators li {
  width: 7px;
  height: 7px;
  margin: 3px;
  background: #000000;
  opacity: 0.5;
  border: 4px solid #000000;
}
.cid-vamtQMt2PP .carousel-indicators .active {
  background: #fff;
}
.cid-vamtQMt2PP .carousel-indicators li {
  max-width: 15px;
  max-height: 15px;
  border-radius: 50%;
}
.cid-vamtQMt2PP .modal {
  padding-left: 0 !important;
  position: fixed;
  overflow: hidden;
  padding-right: 0 !important;
}
.cid-vamtQMt2PP .modal-dialog {
  margin: 0 auto;
  max-width: 100%;
  padding-left: 1rem;
  padding-right: 1rem;
}
.cid-vamtQMt2PP .modal-content {
  border-radius: 0;
  border: none;
  background: transparent;
}
.cid-vamtQMt2PP .modal-body {
  padding: 0;
  display: flex;
  align-items: center;
}
.cid-vamtQMt2PP .modal-body img {
  width: 100%;
  object-fit: contain;
  max-height: calc(100vh - 1.75rem);
}
.cid-vamtQMt2PP .carousel {
  width: 100%;
}
.cid-vamtQMt2PP .modal-backdrop.in {
  opacity: 0.8;
}
.cid-vamtQMt2PP .modal.fade .modal-dialog {
  transition: margin-top 0.3s ease-out;
}
.cid-vamtQMt2PP .modal.fade .modal-dialog,
.cid-vamtQMt2PP .modal.in .modal-dialog {
  transform: none;
}
.cid-vamtQMt2PP .mbr-gallery .item-wrapper {
  cursor: pointer;
}
.cid-vamtQMt2PP H6 {
  text-align: center;
}
.cid-vamtQMt2PP .mbr-section-title {
  text-align: justify;
}
.cid-vamtQMt2PP .mbr-item-subtitle {
  text-align: left;
}
.cid-v9Nmp80sOF {
  padding-top: 4rem;
  padding-bottom: 1rem;
  background-color: #ffffff;
}
.cid-v9Nmp80sOF .mbr-section-subtitle {
  color: #fd7014;
}
.cid-v9Nmp80sOF .mbr-text {
  color: #000000;
}
.cid-vamwl3963L {
  padding-top: 2rem;
  padding-bottom: 2rem;
  background-color: #fafafa;
}
.cid-vamwl3963L .mbr-fallback-image.disabled {
  display: none;
}
.cid-vamwl3963L .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-vamwl3963L .row {
  margin-left: 0;
  margin-right: 0;
}
.cid-vamwl3963L .item {
  padding-left: 0;
  padding-right: 0;
}
.cid-vamwl3963L .item-wrapper {
  position: relative;
}
.cid-vamwl3963L .item-wrapper .icon-wrapper {
  pointer-events: none;
  position: absolute;
  width: 60px;
  height: 60px;
  font-size: 22px;
  left: 50%;
  top: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
  border: 2px solid #ffffff;
  border-radius: 50%;
  opacity: 0;
  color: #ffffff;
  transform: translateX(-50%) translateY(-50%);
  background-color: #1b1b1b;
  transition: 0.2s;
}
.cid-vamwl3963L .item-wrapper:hover .icon-wrapper {
  opacity: 0.7;
}
.cid-vamwl3963L .carousel-control,
.cid-vamwl3963L .close {
  background: #1b1b1b;
}
.cid-vamwl3963L .carousel-control-prev {
  margin-left: 2.5rem;
}
.cid-vamwl3963L .carousel-control-prev span {
  margin-right: 5px;
}
.cid-vamwl3963L .carousel-control-next {
  margin-right: 2.5rem;
}
.cid-vamwl3963L .carousel-control-next span {
  margin-left: 5px;
}
.cid-vamwl3963L .close {
  position: fixed;
  opacity: 0.5;
  font-size: 22px;
  font-weight: 300;
  width: 60px;
  height: 60px;
  border-radius: 50%;
  color: #fff;
  top: 2.5rem;
  right: 2.5rem;
  border: 2px solid #fff;
  text-shadow: none;
  z-index: 5;
  transition: opacity 0.3s ease;
  font-family: 'Moririse2';
  align-items: center;
  justify-content: center;
  display: flex;
}
.cid-vamwl3963L .close::before {
  content: '\e91a';
}
.cid-vamwl3963L .close:hover {
  opacity: 1;
  background: #000;
  color: #fff;
}
.cid-vamwl3963L .carousel-control {
  display: flex;
  top: 50%;
  width: 60px;
  height: 60px;
  margin-top: -1.5rem;
  font-size: 22px;
  background-color: rgba(0, 0, 0, 0.5);
  border: 2px solid #fff;
  border-radius: 50%;
  transition: all 0.3s;
}
.cid-vamwl3963L .carousel-control.carousel-control-prev {
  left: 0;
  margin-left: 2.5rem;
}
.cid-vamwl3963L .carousel-control.carousel-control-next {
  right: 0;
  margin-right: 2.5rem;
}
@media (max-width: 767px) {
  .cid-vamwl3963L .carousel-control {
    top: auto;
    bottom: 1rem;
  }
}
.cid-vamwl3963L .carousel-indicators {
  position: absolute;
  bottom: 0;
  margin-bottom: 3px;
}
.cid-vamwl3963L .carousel-indicators li {
  max-width: 15px;
  height: 15px;
  width: 15px;
  max-height: 15px;
  margin: 3px;
  background-color: rgba(0, 0, 0, 0.5);
  border: 2px solid #fff;
  border-radius: 50%;
  opacity: 0.5;
  transition: all 0.3s;
}
.cid-vamwl3963L .carousel-indicators li.active,
.cid-vamwl3963L .carousel-indicators li:hover {
  opacity: 0.9;
}
.cid-vamwl3963L .carousel-indicators li::after,
.cid-vamwl3963L .carousel-indicators li::before {
  content: none;
}
.cid-vamwl3963L .carousel-indicators.ie-fix {
  left: 50%;
  display: block;
  width: 60%;
  margin-left: -30%;
  text-align: center;
}
@media (max-width: 768px) {
  .cid-vamwl3963L .carousel-indicators {
    display: none !important;
  }
}
@media (max-width: 991px) {
  .cid-vamwl3963L .carousel-indicators {
    margin-bottom: 3.625rem !important;
    padding-left: 2.5rem;
    padding-right: 2.5rem;
  }
}
@media (max-width: 767px) {
  .cid-vamwl3963L .carousel-indicators {
    display: none;
  }
}
.cid-vamwl3963L .carousel-inner {
  display: flex;
  align-items: center;
}
.cid-vamwl3963L .carousel-inner > .active {
  display: block;
}
.cid-vamwl3963L .carousel-control.left {
  left: 0;
  margin-left: 2.5rem;
}
.cid-vamwl3963L .carousel-control.right {
  right: 0;
  margin-right: 2.5rem;
}
.cid-vamwl3963L .carousel-control:hover {
  background: #1b1b1b;
  color: #fff;
  opacity: 1;
}
@media (max-width: 768px) {
  .cid-vamwl3963L .carousel-control,
  .cid-vamwl3963L .carousel-indicators,
  .cid-vamwl3963L .modal .close {
    position: fixed;
  }
}
@media (max-width: 767px) {
  .cid-vamwl3963L .mbr-slider .carousel-control {
    top: auto;
    bottom: 20px;
  }
  .cid-vamwl3963L .mbr-slider > .container .carousel-control {
    margin-bottom: 0;
  }
}
.cid-vamwl3963L .carousel-indicators .active,
.cid-vamwl3963L .carousel-indicators li {
  width: 7px;
  height: 7px;
  margin: 3px;
  background: #000000;
  opacity: 0.5;
  border: 4px solid #000000;
}
.cid-vamwl3963L .carousel-indicators .active {
  background: #fff;
}
.cid-vamwl3963L .carousel-indicators li {
  max-width: 15px;
  max-height: 15px;
  border-radius: 50%;
}
.cid-vamwl3963L .modal {
  padding-left: 0 !important;
  position: fixed;
  overflow: hidden;
  padding-right: 0 !important;
}
.cid-vamwl3963L .modal-dialog {
  margin: 0 auto;
  max-width: 100%;
  padding-left: 1rem;
  padding-right: 1rem;
}
.cid-vamwl3963L .modal-content {
  border-radius: 0;
  border: none;
  background: transparent;
}
.cid-vamwl3963L .modal-body {
  padding: 0;
  display: flex;
  align-items: center;
}
.cid-vamwl3963L .modal-body img {
  width: 100%;
  object-fit: contain;
  max-height: calc(100vh - 1.75rem);
}
.cid-vamwl3963L .carousel {
  width: 100%;
}
.cid-vamwl3963L .modal-backdrop.in {
  opacity: 0.8;
}
.cid-vamwl3963L .modal.fade .modal-dialog {
  transition: margin-top 0.3s ease-out;
}
.cid-vamwl3963L .modal.fade .modal-dialog,
.cid-vamwl3963L .modal.in .modal-dialog {
  transform: none;
}
.cid-vamwl3963L .mbr-gallery .item-wrapper {
  cursor: pointer;
}
.cid-vamwl3963L H6 {
  text-align: center;
}
.cid-vamwl3963L .mbr-section-title {
  text-align: justify;
}
.cid-vamwl3963L .mbr-item-subtitle {
  text-align: left;
}
.cid-v8VUz8aAoe {
  padding-top: 3rem;
  padding-bottom: 3rem;
  background-image: url("../../../assets/images/br2-1536x1024.jpeg");
}
.cid-v8VUz8aAoe .mbr-overlay {
  background-color: #393e46;
  opacity: 0.8;
}
.cid-v8VUz8aAoe form .mbr-section-btn {
  text-align: center;
  width: 100%;
}
.cid-v8VUz8aAoe form .mbr-section-btn .btn {
  display: inline-flex;
}
@media (max-width: 991px) {
  .cid-v8VUz8aAoe form .mbr-section-btn .btn {
    width: 100%;
  }
}
.cid-v8VUz8aAoe .mbr-section-title {
  color: #fd7014;
}
.cid-v8VUz8aAoe .mbr-section-subtitle {
  color: #ffffff;
}
.cid-v8VUz8m72d {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-color: #232323;
}
.cid-v8VUz8m72d .mbr-fallback-image.disabled {
  display: none;
}
.cid-v8VUz8m72d .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-v8VUz8m72d .media-wrap {
  padding: 0;
}
@media (max-width: 991px) {
  .cid-v8VUz8m72d .media-wrap {
    margin-bottom: 1rem;
  }
}
@media (max-width: 767px) {
  .cid-v8VUz8m72d .row {
    text-align: center;
  }
  .cid-v8VUz8m72d .row > div {
    margin: auto;
  }
  .cid-v8VUz8m72d .social-row {
    justify-content: center;
  }
}
.cid-v8VUz8m72d .social-row {
  display: flex;
  flex-wrap: wrap;
}
.cid-v8VUz8m72d .list {
  list-style: none;
  padding-left: 0;
  color: #fafafa;
}
@media (max-width: 991px) {
  .cid-v8VUz8m72d .list {
    margin-bottom: 2rem;
  }
}
@media (min-width: 992px) {
  .cid-v8VUz8m72d .list {
    margin-bottom: 0rem;
  }
}
.cid-v8VUz8m72d .mbr-text {
  color: #fafafa;
}
.cid-v8VUz8m72d .soc-item {
  display: flex;
  align-items: center;
  justify-content: center;
  border-radius: 50%;
  background-color: white;
  margin-right: 0.5rem;
  margin-bottom: 1rem;
  padding: 0.5rem;
  height: 2.5rem;
  width: 2.5rem;
}
.cid-v8VUz8m72d .mbr-iconfont {
  color: black;
}
@media (max-width: 991px) {
  .cid-v8VUz8m72d div > *:last-child {
    margin-top: 0 !important;
  }
}
.cid-v8VUz8m72d .mbr-section-subtitle {
  color: #fd7014;
}
.cid-vaPSGNuzdl {
  z-index: 1000;
  width: 100%;
}
.cid-vaPSGNuzdl nav.navbar {
  position: fixed;
}
.cid-vaPSGNuzdl .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-vaPSGNuzdl .dropdown-menu {
  padding: 0;
  border-radius: 4px;
  box-shadow: 0 1px 3px 0 rgba(0, 0, 0, 0.1);
}
.cid-vaPSGNuzdl .dropdown-item {
  border-bottom: 1px solid #e6e6e6;
}
.cid-vaPSGNuzdl .dropdown-item:hover,
.cid-vaPSGNuzdl .dropdown-item:focus {
  background: #fd7014 !important;
  color: white !important;
}
.cid-vaPSGNuzdl .dropdown-item:first-child {
  border-top-left-radius: 4px;
  border-top-right-radius: 4px;
}
.cid-vaPSGNuzdl .dropdown-item:last-child {
  border-bottom: none;
  border-bottom-left-radius: 4px;
  border-bottom-right-radius: 4px;
}
.cid-vaPSGNuzdl .nav-dropdown .link {
  padding: 0 0.3em !important;
  margin: 0.667em 1em !important;
}
.cid-vaPSGNuzdl .nav-dropdown .link.dropdown-toggle::after {
  margin-left: 0.5rem;
  margin-top: 0.2rem;
}
.cid-vaPSGNuzdl .nav-link {
  position: relative;
}
.cid-vaPSGNuzdl .container {
  display: flex;
  margin: auto;
}
.cid-vaPSGNuzdl .iconfont-wrapper {
  color: #000000 !important;
  font-size: 1.5rem;
  padding-right: 0.5rem;
}
.cid-vaPSGNuzdl .dropdown-menu,
.cid-vaPSGNuzdl .navbar.opened {
  background: #fafafa !important;
}
.cid-vaPSGNuzdl .nav-item:focus,
.cid-vaPSGNuzdl .nav-link:focus {
  outline: none;
}
.cid-vaPSGNuzdl .dropdown .dropdown-menu .dropdown-item {
  width: auto;
  transition: all 0.25s ease-in-out;
}
.cid-vaPSGNuzdl .dropdown .dropdown-menu .dropdown-item::after {
  right: 0.5rem;
}
.cid-vaPSGNuzdl .dropdown .dropdown-menu .dropdown-item .mbr-iconfont {
  margin-right: 0.5rem;
  vertical-align: sub;
}
.cid-vaPSGNuzdl .dropdown .dropdown-menu .dropdown-item .mbr-iconfont:before {
  display: inline-block;
  transform: scale(1, 1);
  transition: all 0.25s ease-in-out;
}
.cid-vaPSGNuzdl .collapsed .dropdown-menu .dropdown-item:before {
  display: none;
}
.cid-vaPSGNuzdl .collapsed .dropdown .dropdown-menu .dropdown-item {
  padding: 0.235em 1.5em 0.235em 1.5em !important;
  transition: none;
  margin: 0 !important;
}
.cid-vaPSGNuzdl .navbar {
  min-height: 70px;
  transition: all 0.3s;
  border-bottom: 1px solid transparent;
  position: absolute;
  background: #fafafa;
}
.cid-vaPSGNuzdl .navbar.opened {
  transition: all 0.3s;
}
.cid-vaPSGNuzdl .navbar .dropdown-item {
  padding: 0.5rem 1.8rem;
}
.cid-vaPSGNuzdl .navbar .navbar-logo img {
  width: auto;
}
.cid-vaPSGNuzdl .navbar .navbar-collapse {
  justify-content: flex-end;
  z-index: 1;
}
.cid-vaPSGNuzdl .navbar.collapsed {
  justify-content: center;
}
.cid-vaPSGNuzdl .navbar.collapsed .nav-item .nav-link::before {
  display: none;
}
.cid-vaPSGNuzdl .navbar.collapsed.opened .dropdown-menu {
  top: 0;
}
@media (min-width: 992px) {
  .cid-vaPSGNuzdl .navbar.collapsed.opened:not(.navbar-short) .navbar-collapse {
    max-height: calc(98.5vh - 3rem);
  }
}
.cid-vaPSGNuzdl .navbar.collapsed .dropdown-menu .dropdown-submenu {
  left: 0 !important;
}
.cid-vaPSGNuzdl .navbar.collapsed .dropdown-menu .dropdown-item:after {
  right: auto;
}
.cid-vaPSGNuzdl .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-vaPSGNuzdl .navbar.collapsed ul.navbar-nav li {
  margin: auto;
}
.cid-vaPSGNuzdl .navbar.collapsed .dropdown-menu .dropdown-item {
  padding: 0.25rem 1.5rem;
  text-align: center;
}
.cid-vaPSGNuzdl .navbar.collapsed .icons-menu {
  padding-left: 0;
  padding-right: 0;
  padding-top: 0.5rem;
  padding-bottom: 0.5rem;
}
@media (max-width: 991px) {
  .cid-vaPSGNuzdl .navbar .nav-item .nav-link::before {
    display: none;
  }
  .cid-vaPSGNuzdl .navbar.opened .dropdown-menu {
    top: 0;
  }
  .cid-vaPSGNuzdl .navbar .dropdown-menu .dropdown-submenu {
    left: 0 !important;
  }
  .cid-vaPSGNuzdl .navbar .dropdown-menu .dropdown-item:after {
    right: auto;
  }
  .cid-vaPSGNuzdl .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-vaPSGNuzdl .navbar .navbar-logo img {
    height: 3rem !important;
  }
  .cid-vaPSGNuzdl .navbar ul.navbar-nav li {
    margin: auto;
  }
  .cid-vaPSGNuzdl .navbar .dropdown-menu .dropdown-item {
    padding: 0.25rem 1.5rem !important;
    text-align: center;
  }
  .cid-vaPSGNuzdl .navbar .navbar-brand {
    flex-shrink: initial;
    flex-basis: auto;
    word-break: break-word;
    padding-right: 2rem;
  }
  .cid-vaPSGNuzdl .navbar .navbar-toggler {
    flex-basis: auto;
  }
  .cid-vaPSGNuzdl .navbar .icons-menu {
    padding-left: 0;
    padding-top: 0.5rem;
    padding-bottom: 0.5rem;
  }
}
.cid-vaPSGNuzdl .navbar.navbar-short {
  min-height: 60px;
}
.cid-vaPSGNuzdl .navbar.navbar-short .navbar-logo img {
  height: 2.5rem !important;
}
.cid-vaPSGNuzdl .navbar.navbar-short .navbar-brand {
  min-height: 60px;
  padding: 0;
}
.cid-vaPSGNuzdl .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-vaPSGNuzdl .navbar-brand .navbar-caption {
  line-height: inherit !important;
}
.cid-vaPSGNuzdl .navbar-brand .navbar-logo a {
  outline: none;
}
.cid-vaPSGNuzdl .dropdown-item.active,
.cid-vaPSGNuzdl .dropdown-item:active {
  background-color: transparent;
}
.cid-vaPSGNuzdl .navbar-expand-lg .navbar-nav .nav-link {
  padding: 0;
}
.cid-vaPSGNuzdl .nav-dropdown .link.dropdown-toggle {
  margin-right: 1.667em;
}
.cid-vaPSGNuzdl .nav-dropdown .link.dropdown-toggle[aria-expanded="true"] {
  margin-right: 0;
  padding: 0.667em 1.667em;
}
.cid-vaPSGNuzdl .navbar.navbar-expand-lg .dropdown .dropdown-menu {
  background: #fafafa;
}
.cid-vaPSGNuzdl .navbar.navbar-expand-lg .dropdown .dropdown-menu .dropdown-submenu {
  margin: 0;
  left: 100%;
}
.cid-vaPSGNuzdl .navbar .dropdown.open > .dropdown-menu {
  display: block;
}
.cid-vaPSGNuzdl ul.navbar-nav {
  flex-wrap: wrap;
}
.cid-vaPSGNuzdl .navbar-buttons {
  text-align: center;
  min-width: 170px;
}
.cid-vaPSGNuzdl button.navbar-toggler {
  outline: none;
  width: 31px;
  height: 20px;
  cursor: pointer;
  transition: all 0.2s;
  position: relative;
  align-self: center;
}
.cid-vaPSGNuzdl button.navbar-toggler .hamburger span {
  position: absolute;
  right: 0;
  width: 30px;
  height: 2px;
  border-right: 5px;
  background-color: #000000;
}
.cid-vaPSGNuzdl button.navbar-toggler .hamburger span:nth-child(1) {
  top: 0;
  transition: all 0.2s;
}
.cid-vaPSGNuzdl button.navbar-toggler .hamburger span:nth-child(2) {
  top: 8px;
  transition: all 0.15s;
}
.cid-vaPSGNuzdl button.navbar-toggler .hamburger span:nth-child(3) {
  top: 8px;
  transition: all 0.15s;
}
.cid-vaPSGNuzdl button.navbar-toggler .hamburger span:nth-child(4) {
  top: 16px;
  transition: all 0.2s;
}
.cid-vaPSGNuzdl nav.opened .hamburger span:nth-child(1) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-vaPSGNuzdl nav.opened .hamburger span:nth-child(2) {
  transform: rotate(45deg);
  transition: all 0.25s;
}
.cid-vaPSGNuzdl nav.opened .hamburger span:nth-child(3) {
  transform: rotate(-45deg);
  transition: all 0.25s;
}
.cid-vaPSGNuzdl nav.opened .hamburger span:nth-child(4) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-vaPSGNuzdl .navbar-dropdown {
  padding: 0 1rem;
  position: fixed;
}
.cid-vaPSGNuzdl a.nav-link {
  display: flex;
  align-items: center;
  justify-content: center;
}
.cid-vaPSGNuzdl .icons-menu {
  flex-wrap: nowrap;
  display: flex;
  justify-content: center;
  padding-left: 1rem;
  padding-right: 1rem;
  padding-top: 0.3rem;
  text-align: center;
}
@media screen and (-ms-high-contrast: active), (-ms-high-contrast: none) {
  .cid-vaPSGNuzdl .navbar {
    height: 70px;
  }
  .cid-vaPSGNuzdl .navbar.opened {
    height: auto;
  }
  .cid-vaPSGNuzdl .nav-item .nav-link:hover::before {
    width: 175%;
    max-width: calc(100% + 2rem);
    left: -1rem;
  }
}
.cid-vaPTw6s3cL {
  padding-top: 10rem;
  padding-bottom: 5rem;
  background-color: #ffffff;
}
.cid-vaPSGPc0HT {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-color: #232323;
}
.cid-vaPSGPc0HT .mbr-fallback-image.disabled {
  display: none;
}
.cid-vaPSGPc0HT .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-vaPSGPc0HT .media-wrap {
  padding: 0;
}
@media (max-width: 991px) {
  .cid-vaPSGPc0HT .media-wrap {
    margin-bottom: 1rem;
  }
}
@media (max-width: 767px) {
  .cid-vaPSGPc0HT .row {
    text-align: center;
  }
  .cid-vaPSGPc0HT .row > div {
    margin: auto;
  }
  .cid-vaPSGPc0HT .social-row {
    justify-content: center;
  }
}
.cid-vaPSGPc0HT .social-row {
  display: flex;
  flex-wrap: wrap;
}
.cid-vaPSGPc0HT .list {
  list-style: none;
  padding-left: 0;
  color: #fafafa;
}
@media (max-width: 991px) {
  .cid-vaPSGPc0HT .list {
    margin-bottom: 2rem;
  }
}
@media (min-width: 992px) {
  .cid-vaPSGPc0HT .list {
    margin-bottom: 0rem;
  }
}
.cid-vaPSGPc0HT .mbr-text {
  color: #fafafa;
}
.cid-vaPSGPc0HT .soc-item {
  display: flex;
  align-items: center;
  justify-content: center;
  border-radius: 50%;
  background-color: white;
  margin-right: 0.5rem;
  margin-bottom: 1rem;
  padding: 0.5rem;
  height: 2.5rem;
  width: 2.5rem;
}
.cid-vaPSGPc0HT .mbr-iconfont {
  color: black;
}
@media (max-width: 991px) {
  .cid-vaPSGPc0HT div > *:last-child {
    margin-top: 0 !important;
  }
}
.cid-vaPSGPc0HT .mbr-section-subtitle {
  color: #fd7014;
}
.cid-vaPUNKsEaI {
  z-index: 1000;
  width: 100%;
}
.cid-vaPUNKsEaI nav.navbar {
  position: fixed;
}
.cid-vaPUNKsEaI .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-vaPUNKsEaI .dropdown-menu {
  padding: 0;
  border-radius: 4px;
  box-shadow: 0 1px 3px 0 rgba(0, 0, 0, 0.1);
}
.cid-vaPUNKsEaI .dropdown-item {
  border-bottom: 1px solid #e6e6e6;
}
.cid-vaPUNKsEaI .dropdown-item:hover,
.cid-vaPUNKsEaI .dropdown-item:focus {
  background: #fd7014 !important;
  color: white !important;
}
.cid-vaPUNKsEaI .dropdown-item:first-child {
  border-top-left-radius: 4px;
  border-top-right-radius: 4px;
}
.cid-vaPUNKsEaI .dropdown-item:last-child {
  border-bottom: none;
  border-bottom-left-radius: 4px;
  border-bottom-right-radius: 4px;
}
.cid-vaPUNKsEaI .nav-dropdown .link {
  padding: 0 0.3em !important;
  margin: 0.667em 1em !important;
}
.cid-vaPUNKsEaI .nav-dropdown .link.dropdown-toggle::after {
  margin-left: 0.5rem;
  margin-top: 0.2rem;
}
.cid-vaPUNKsEaI .nav-link {
  position: relative;
}
.cid-vaPUNKsEaI .container {
  display: flex;
  margin: auto;
}
.cid-vaPUNKsEaI .iconfont-wrapper {
  color: #000000 !important;
  font-size: 1.5rem;
  padding-right: 0.5rem;
}
.cid-vaPUNKsEaI .dropdown-menu,
.cid-vaPUNKsEaI .navbar.opened {
  background: #fafafa !important;
}
.cid-vaPUNKsEaI .nav-item:focus,
.cid-vaPUNKsEaI .nav-link:focus {
  outline: none;
}
.cid-vaPUNKsEaI .dropdown .dropdown-menu .dropdown-item {
  width: auto;
  transition: all 0.25s ease-in-out;
}
.cid-vaPUNKsEaI .dropdown .dropdown-menu .dropdown-item::after {
  right: 0.5rem;
}
.cid-vaPUNKsEaI .dropdown .dropdown-menu .dropdown-item .mbr-iconfont {
  margin-right: 0.5rem;
  vertical-align: sub;
}
.cid-vaPUNKsEaI .dropdown .dropdown-menu .dropdown-item .mbr-iconfont:before {
  display: inline-block;
  transform: scale(1, 1);
  transition: all 0.25s ease-in-out;
}
.cid-vaPUNKsEaI .collapsed .dropdown-menu .dropdown-item:before {
  display: none;
}
.cid-vaPUNKsEaI .collapsed .dropdown .dropdown-menu .dropdown-item {
  padding: 0.235em 1.5em 0.235em 1.5em !important;
  transition: none;
  margin: 0 !important;
}
.cid-vaPUNKsEaI .navbar {
  min-height: 70px;
  transition: all 0.3s;
  border-bottom: 1px solid transparent;
  position: absolute;
  background: #fafafa;
}
.cid-vaPUNKsEaI .navbar.opened {
  transition: all 0.3s;
}
.cid-vaPUNKsEaI .navbar .dropdown-item {
  padding: 0.5rem 1.8rem;
}
.cid-vaPUNKsEaI .navbar .navbar-logo img {
  width: auto;
}
.cid-vaPUNKsEaI .navbar .navbar-collapse {
  justify-content: flex-end;
  z-index: 1;
}
.cid-vaPUNKsEaI .navbar.collapsed {
  justify-content: center;
}
.cid-vaPUNKsEaI .navbar.collapsed .nav-item .nav-link::before {
  display: none;
}
.cid-vaPUNKsEaI .navbar.collapsed.opened .dropdown-menu {
  top: 0;
}
@media (min-width: 992px) {
  .cid-vaPUNKsEaI .navbar.collapsed.opened:not(.navbar-short) .navbar-collapse {
    max-height: calc(98.5vh - 3rem);
  }
}
.cid-vaPUNKsEaI .navbar.collapsed .dropdown-menu .dropdown-submenu {
  left: 0 !important;
}
.cid-vaPUNKsEaI .navbar.collapsed .dropdown-menu .dropdown-item:after {
  right: auto;
}
.cid-vaPUNKsEaI .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-vaPUNKsEaI .navbar.collapsed ul.navbar-nav li {
  margin: auto;
}
.cid-vaPUNKsEaI .navbar.collapsed .dropdown-menu .dropdown-item {
  padding: 0.25rem 1.5rem;
  text-align: center;
}
.cid-vaPUNKsEaI .navbar.collapsed .icons-menu {
  padding-left: 0;
  padding-right: 0;
  padding-top: 0.5rem;
  padding-bottom: 0.5rem;
}
@media (max-width: 991px) {
  .cid-vaPUNKsEaI .navbar .nav-item .nav-link::before {
    display: none;
  }
  .cid-vaPUNKsEaI .navbar.opened .dropdown-menu {
    top: 0;
  }
  .cid-vaPUNKsEaI .navbar .dropdown-menu .dropdown-submenu {
    left: 0 !important;
  }
  .cid-vaPUNKsEaI .navbar .dropdown-menu .dropdown-item:after {
    right: auto;
  }
  .cid-vaPUNKsEaI .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-vaPUNKsEaI .navbar .navbar-logo img {
    height: 3rem !important;
  }
  .cid-vaPUNKsEaI .navbar ul.navbar-nav li {
    margin: auto;
  }
  .cid-vaPUNKsEaI .navbar .dropdown-menu .dropdown-item {
    padding: 0.25rem 1.5rem !important;
    text-align: center;
  }
  .cid-vaPUNKsEaI .navbar .navbar-brand {
    flex-shrink: initial;
    flex-basis: auto;
    word-break: break-word;
    padding-right: 2rem;
  }
  .cid-vaPUNKsEaI .navbar .navbar-toggler {
    flex-basis: auto;
  }
  .cid-vaPUNKsEaI .navbar .icons-menu {
    padding-left: 0;
    padding-top: 0.5rem;
    padding-bottom: 0.5rem;
  }
}
.cid-vaPUNKsEaI .navbar.navbar-short {
  min-height: 60px;
}
.cid-vaPUNKsEaI .navbar.navbar-short .navbar-logo img {
  height: 2.5rem !important;
}
.cid-vaPUNKsEaI .navbar.navbar-short .navbar-brand {
  min-height: 60px;
  padding: 0;
}
.cid-vaPUNKsEaI .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-vaPUNKsEaI .navbar-brand .navbar-caption {
  line-height: inherit !important;
}
.cid-vaPUNKsEaI .navbar-brand .navbar-logo a {
  outline: none;
}
.cid-vaPUNKsEaI .dropdown-item.active,
.cid-vaPUNKsEaI .dropdown-item:active {
  background-color: transparent;
}
.cid-vaPUNKsEaI .navbar-expand-lg .navbar-nav .nav-link {
  padding: 0;
}
.cid-vaPUNKsEaI .nav-dropdown .link.dropdown-toggle {
  margin-right: 1.667em;
}
.cid-vaPUNKsEaI .nav-dropdown .link.dropdown-toggle[aria-expanded="true"] {
  margin-right: 0;
  padding: 0.667em 1.667em;
}
.cid-vaPUNKsEaI .navbar.navbar-expand-lg .dropdown .dropdown-menu {
  background: #fafafa;
}
.cid-vaPUNKsEaI .navbar.navbar-expand-lg .dropdown .dropdown-menu .dropdown-submenu {
  margin: 0;
  left: 100%;
}
.cid-vaPUNKsEaI .navbar .dropdown.open > .dropdown-menu {
  display: block;
}
.cid-vaPUNKsEaI ul.navbar-nav {
  flex-wrap: wrap;
}
.cid-vaPUNKsEaI .navbar-buttons {
  text-align: center;
  min-width: 170px;
}
.cid-vaPUNKsEaI button.navbar-toggler {
  outline: none;
  width: 31px;
  height: 20px;
  cursor: pointer;
  transition: all 0.2s;
  position: relative;
  align-self: center;
}
.cid-vaPUNKsEaI button.navbar-toggler .hamburger span {
  position: absolute;
  right: 0;
  width: 30px;
  height: 2px;
  border-right: 5px;
  background-color: #000000;
}
.cid-vaPUNKsEaI button.navbar-toggler .hamburger span:nth-child(1) {
  top: 0;
  transition: all 0.2s;
}
.cid-vaPUNKsEaI button.navbar-toggler .hamburger span:nth-child(2) {
  top: 8px;
  transition: all 0.15s;
}
.cid-vaPUNKsEaI button.navbar-toggler .hamburger span:nth-child(3) {
  top: 8px;
  transition: all 0.15s;
}
.cid-vaPUNKsEaI button.navbar-toggler .hamburger span:nth-child(4) {
  top: 16px;
  transition: all 0.2s;
}
.cid-vaPUNKsEaI nav.opened .hamburger span:nth-child(1) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-vaPUNKsEaI nav.opened .hamburger span:nth-child(2) {
  transform: rotate(45deg);
  transition: all 0.25s;
}
.cid-vaPUNKsEaI nav.opened .hamburger span:nth-child(3) {
  transform: rotate(-45deg);
  transition: all 0.25s;
}
.cid-vaPUNKsEaI nav.opened .hamburger span:nth-child(4) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-vaPUNKsEaI .navbar-dropdown {
  padding: 0 1rem;
  position: fixed;
}
.cid-vaPUNKsEaI a.nav-link {
  display: flex;
  align-items: center;
  justify-content: center;
}
.cid-vaPUNKsEaI .icons-menu {
  flex-wrap: nowrap;
  display: flex;
  justify-content: center;
  padding-left: 1rem;
  padding-right: 1rem;
  padding-top: 0.3rem;
  text-align: center;
}
@media screen and (-ms-high-contrast: active), (-ms-high-contrast: none) {
  .cid-vaPUNKsEaI .navbar {
    height: 70px;
  }
  .cid-vaPUNKsEaI .navbar.opened {
    height: auto;
  }
  .cid-vaPUNKsEaI .nav-item .nav-link:hover::before {
    width: 175%;
    max-width: calc(100% + 2rem);
    left: -1rem;
  }
}
.cid-vaPUNKZplC {
  padding-top: 10rem;
  padding-bottom: 5rem;
  background-color: #ffffff;
}
.cid-vaPUNL6529 {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-color: #232323;
}
.cid-vaPUNL6529 .mbr-fallback-image.disabled {
  display: none;
}
.cid-vaPUNL6529 .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-vaPUNL6529 .media-wrap {
  padding: 0;
}
@media (max-width: 991px) {
  .cid-vaPUNL6529 .media-wrap {
    margin-bottom: 1rem;
  }
}
@media (max-width: 767px) {
  .cid-vaPUNL6529 .row {
    text-align: center;
  }
  .cid-vaPUNL6529 .row > div {
    margin: auto;
  }
  .cid-vaPUNL6529 .social-row {
    justify-content: center;
  }
}
.cid-vaPUNL6529 .social-row {
  display: flex;
  flex-wrap: wrap;
}
.cid-vaPUNL6529 .list {
  list-style: none;
  padding-left: 0;
  color: #fafafa;
}
@media (max-width: 991px) {
  .cid-vaPUNL6529 .list {
    margin-bottom: 2rem;
  }
}
@media (min-width: 992px) {
  .cid-vaPUNL6529 .list {
    margin-bottom: 0rem;
  }
}
.cid-vaPUNL6529 .mbr-text {
  color: #fafafa;
}
.cid-vaPUNL6529 .soc-item {
  display: flex;
  align-items: center;
  justify-content: center;
  border-radius: 50%;
  background-color: white;
  margin-right: 0.5rem;
  margin-bottom: 1rem;
  padding: 0.5rem;
  height: 2.5rem;
  width: 2.5rem;
}
.cid-vaPUNL6529 .mbr-iconfont {
  color: black;
}
@media (max-width: 991px) {
  .cid-vaPUNL6529 div > *:last-child {
    margin-top: 0 !important;
  }
}
.cid-vaPUNL6529 .mbr-section-subtitle {
  color: #fd7014;
}
