.btn {
  border-width: 2px;
}
body {
  font-family: Figtree;
}
.display-1 {
  font-family: 'Figtree', sans-serif;
  font-size: 6.88rem;
  line-height: 1;
}
.display-1 > .wzcow0-iconfont {
  font-size: 8.6rem;
}
.display-2 {
  font-family: 'Figtree', sans-serif;
  font-size: 3.7rem;
  line-height: 1.1;
}
.display-2 > .wzcow0-iconfont {
  font-size: 4.625rem;
}
.display-4 {
  font-family: 'Figtree', sans-serif;
  font-size: 1.3rem;
  line-height: 1.3;
}
.display-4 > .wzcow0-iconfont {
  font-size: 1.625rem;
}
.display-5 {
  font-family: 'Figtree', sans-serif;
  font-size: 2rem;
  line-height: 1.3;
}
.display-5 > .wzcow0-iconfont {
  font-size: 2.5rem;
}
.display-7 {
  font-family: 'Figtree', sans-serif;
  font-size: 1.4rem;
  line-height: 1.3;
}
.display-7 > .wzcow0-iconfont {
  font-size: 1.75rem;
}
/* ---- 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: 5.504rem;
  }
}
@media (max-width: 768px) {
  .display-1 {
    font-size: 4.816rem;
    font-size: calc( 3.058rem + (6.88 - 3.058) * ((100vw - 20rem) / (48 - 20)));
    line-height: calc( 1.1 * (3.058rem + (6.88 - 3.058) * ((100vw - 20rem) / (48 - 20))));
  }
  .display-2 {
    font-size: 2.96rem;
    font-size: calc( 1.945rem + (3.7 - 1.945) * ((100vw - 20rem) / (48 - 20)));
    line-height: calc( 1.3 * (1.945rem + (3.7 - 1.945) * ((100vw - 20rem) / (48 - 20))));
  }
  .display-4 {
    font-size: 1.04rem;
    font-size: calc( 1.105rem + (1.3 - 1.105) * ((100vw - 20rem) / (48 - 20)));
    line-height: calc( 1.4 * (1.105rem + (1.3 - 1.105) * ((100vw - 20rem) / (48 - 20))));
  }
  .display-5 {
    font-size: 1.6rem;
    font-size: calc( 1.35rem + (2 - 1.35) * ((100vw - 20rem) / (48 - 20)));
    line-height: calc( 1.4 * (1.35rem + (2 - 1.35) * ((100vw - 20rem) / (48 - 20))));
  }
  .display-7 {
    font-size: 1.12rem;
    font-size: calc( 1.14rem + (1.4 - 1.14) * ((100vw - 20rem) / (48 - 20)));
    line-height: calc( 1.4 * (1.14rem + (1.4 - 1.14) * ((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: #f5a80c !important;
}
.bg-success {
  background-color: #279898 !important;
}
.bg-info {
  background-color: #a073ec !important;
}
.bg-warning {
  background-color: #972915 !important;
}
.bg-danger {
  background-color: #6d1100 !important;
}
.btn-primary,
.btn-primary:active {
  background: linear-gradient(to bottom, #f5a80c 0 33.33333333%, #f5a80c 33.33333333%, #bf442e 66.66666667%, #bf442e 66.66666667% 100%) !important;
  border: none !important;
  color: #ffffff !important;
  background-position: top !important;
  background-size: 100% 300% !important;
}
.btn-primary:hover,
.btn-primary:focus,
.btn-primary.focus,
.btn-primary.active {
  color: #ffffff !important;
  background: linear-gradient(to bottom, #f5a80c 0 33.33333333%, #f5a80c 33.33333333%, #bf442e 66.66666667%, #bf442e 66.66666667% 100%) !important;
  border: none !important;
  background-position: bottom !important;
  background-size: 100% 300% !important;
}
.btn-primary.disabled,
.btn-primary:disabled {
  color: #ffffff !important;
  background: #a47007 !important;
  border: none !important;
}
.btn-secondary,
.btn-secondary:active {
  background: linear-gradient(to bottom, #2a1340 0 33.33333333%, #2a1340 33.33333333%, #a275ec 66.66666667%, #a275ec 66.66666667% 100%) !important;
  border: none !important;
  color: #ffffff !important;
  background-position: top !important;
  background-size: 100% 300% !important;
}
.btn-secondary:hover,
.btn-secondary:focus,
.btn-secondary.focus,
.btn-secondary.active {
  color: #ffffff !important;
  background: linear-gradient(to bottom, #2a1340 0 33.33333333%, #2a1340 33.33333333%, #a275ec 66.66666667%, #a275ec 66.66666667% 100%) !important;
  border: none !important;
  background-position: bottom !important;
  background-size: 100% 300% !important;
}
.btn-secondary.disabled,
.btn-secondary:disabled {
  color: #ffffff !important;
  background: #000000 !important;
  border: none !important;
}
.btn-info,
.btn-info:active {
  background: linear-gradient(to bottom, #a073ec 0 33.33333333%, #a073ec 33.33333333%, #29133e 66.66666667%, #29133e 66.66666667% 100%) !important;
  border: none !important;
  color: #ffffff !important;
  background-position: top !important;
  background-size: 100% 300% !important;
}
.btn-info:hover,
.btn-info:focus,
.btn-info.focus,
.btn-info.active {
  color: #ffffff !important;
  background: linear-gradient(to bottom, #a073ec 0 33.33333333%, #a073ec 33.33333333%, #29133e 66.66666667%, #29133e 66.66666667% 100%) !important;
  border: none !important;
  background-position: bottom !important;
  background-size: 100% 300% !important;
}
.btn-info.disabled,
.btn-info:disabled {
  color: #ffffff !important;
  background: #6c27e2 !important;
  border: none !important;
}
.btn-success,
.btn-success:active {
  background: linear-gradient(to bottom, #279898 0 33.33333333%, #279898 33.33333333%, #3d6d54 66.66666667%, #3d6d54 66.66666667% 100%) !important;
  border: none !important;
  color: #ffffff !important;
  background-position: top !important;
  background-size: 100% 300% !important;
}
.btn-success:hover,
.btn-success:focus,
.btn-success.focus,
.btn-success.active {
  color: #ffffff !important;
  background: linear-gradient(to bottom, #279898 0 33.33333333%, #279898 33.33333333%, #3d6d54 66.66666667%, #3d6d54 66.66666667% 100%) !important;
  border: none !important;
  background-position: bottom !important;
  background-size: 100% 300% !important;
}
.btn-success.disabled,
.btn-success:disabled {
  color: #ffffff !important;
  background: #155353 !important;
  border: none !important;
}
.btn-warning,
.btn-warning:active {
  background: linear-gradient(to bottom, #972915 0 33.33333333%, #972915 33.33333333%, #c08100 66.66666667%, #c08100 66.66666667% 100%) !important;
  border: none !important;
  color: #ffffff !important;
  background-position: top !important;
  background-size: 100% 300% !important;
}
.btn-warning:hover,
.btn-warning:focus,
.btn-warning.focus,
.btn-warning.active {
  color: #ffffff !important;
  background: linear-gradient(to bottom, #972915 0 33.33333333%, #972915 33.33333333%, #c08100 66.66666667%, #c08100 66.66666667% 100%) !important;
  border: none !important;
  background-position: bottom !important;
  background-size: 100% 300% !important;
}
.btn-warning.disabled,
.btn-warning:disabled {
  color: #ffffff !important;
  background: #4b140a !important;
  border: none !important;
}
.btn-danger,
.btn-danger:active {
  background: linear-gradient(to bottom, #6d1100 0 33.33333333%, #6d1100 33.33333333%, #815700 66.66666667%, #815700 66.66666667% 100%) !important;
  border: none !important;
  color: #ffffff !important;
  background-position: top !important;
  background-size: 100% 300% !important;
}
.btn-danger:hover,
.btn-danger:focus,
.btn-danger.focus,
.btn-danger.active {
  color: #ffffff !important;
  background: linear-gradient(to bottom, #6d1100 0 33.33333333%, #6d1100 33.33333333%, #815700 66.66666667%, #815700 66.66666667% 100%) !important;
  border: none !important;
  background-position: bottom !important;
  background-size: 100% 300% !important;
}
.btn-danger.disabled,
.btn-danger:disabled {
  color: #ffffff !important;
  background: #160300 !important;
  border: none !important;
}
.btn-white,
.btn-white:active {
  background: linear-gradient(to bottom, #fafafa 0 33.33333333%, #fafafa 33.33333333%, #f0f0f0 66.66666667%, #f0f0f0 66.66666667% 100%) !important;
  border: none !important;
  color: #7a7a7a !important;
  background-position: top !important;
  background-size: 100% 300% !important;
}
.btn-white:hover,
.btn-white:focus,
.btn-white.focus,
.btn-white.active {
  color: #707070 !important;
  background: linear-gradient(to bottom, #fafafa 0 33.33333333%, #fafafa 33.33333333%, #f0f0f0 66.66666667%, #f0f0f0 66.66666667% 100%) !important;
  border: none !important;
  background-position: bottom !important;
  background-size: 100% 300% !important;
}
.btn-white.disabled,
.btn-white:disabled {
  color: #7a7a7a !important;
  background: #cfcfcf !important;
  border: none !important;
}
.btn-black,
.btn-black:active {
  background: linear-gradient(to bottom, #161616 0 33.33333333%, #161616 33.33333333%, #2a2116 66.66666667%, #2a2116 66.66666667% 100%) !important;
  border: none !important;
  color: #ffffff !important;
  background-position: top !important;
  background-size: 100% 300% !important;
}
.btn-black:hover,
.btn-black:focus,
.btn-black.focus,
.btn-black.active {
  color: #ffffff !important;
  background: linear-gradient(to bottom, #161616 0 33.33333333%, #161616 33.33333333%, #2a2116 66.66666667%, #2a2116 66.66666667% 100%) !important;
  border: none !important;
  background-position: bottom !important;
  background-size: 100% 300% !important;
}
.btn-black.disabled,
.btn-black:disabled {
  color: #ffffff !important;
  background: #000000 !important;
  border: none !important;
}
.btn-primary-outline,
.btn-primary-outline:active {
  background-color: transparent !important;
  border-color: #f5a80c;
  color: #f5a80c;
}
.btn-primary-outline:hover,
.btn-primary-outline:focus,
.btn-primary-outline.focus,
.btn-primary-outline.active {
  color: #a47007 !important;
  background-color: transparent!important;
  border-color: #a47007 !important;
  box-shadow: none!important;
}
.btn-primary-outline.disabled,
.btn-primary-outline:disabled {
  color: #ffffff !important;
  background-color: #f5a80c !important;
  border-color: #f5a80c !important;
}
.btn-secondary-outline,
.btn-secondary-outline:active {
  background-color: transparent !important;
  border-color: #2a1340;
  color: #2a1340;
}
.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: #2a1340 !important;
  border-color: #2a1340 !important;
}
.btn-info-outline,
.btn-info-outline:active {
  background-color: transparent !important;
  border-color: #a073ec;
  color: #a073ec;
}
.btn-info-outline:hover,
.btn-info-outline:focus,
.btn-info-outline.focus,
.btn-info-outline.active {
  color: #6c27e2 !important;
  background-color: transparent!important;
  border-color: #6c27e2 !important;
  box-shadow: none!important;
}
.btn-info-outline.disabled,
.btn-info-outline:disabled {
  color: #ffffff !important;
  background-color: #a073ec !important;
  border-color: #a073ec !important;
}
.btn-success-outline,
.btn-success-outline:active {
  background-color: transparent !important;
  border-color: #279898;
  color: #279898;
}
.btn-success-outline:hover,
.btn-success-outline:focus,
.btn-success-outline.focus,
.btn-success-outline.active {
  color: #155353 !important;
  background-color: transparent!important;
  border-color: #155353 !important;
  box-shadow: none!important;
}
.btn-success-outline.disabled,
.btn-success-outline:disabled {
  color: #ffffff !important;
  background-color: #279898 !important;
  border-color: #279898 !important;
}
.btn-warning-outline,
.btn-warning-outline:active {
  background-color: transparent !important;
  border-color: #972915;
  color: #972915;
}
.btn-warning-outline:hover,
.btn-warning-outline:focus,
.btn-warning-outline.focus,
.btn-warning-outline.active {
  color: #4b140a !important;
  background-color: transparent!important;
  border-color: #4b140a !important;
  box-shadow: none!important;
}
.btn-warning-outline.disabled,
.btn-warning-outline:disabled {
  color: #ffffff !important;
  background-color: #972915 !important;
  border-color: #972915 !important;
}
.btn-danger-outline,
.btn-danger-outline:active {
  background-color: transparent !important;
  border-color: #6d1100;
  color: #6d1100;
}
.btn-danger-outline:hover,
.btn-danger-outline:focus,
.btn-danger-outline.focus,
.btn-danger-outline.active {
  color: #160300 !important;
  background-color: transparent!important;
  border-color: #160300 !important;
  box-shadow: none!important;
}
.btn-danger-outline.disabled,
.btn-danger-outline:disabled {
  color: #ffffff !important;
  background-color: #6d1100 !important;
  border-color: #6d1100 !important;
}
.btn-black-outline,
.btn-black-outline:active {
  background-color: transparent !important;
  border-color: #161616;
  color: #161616;
}
.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: #161616 !important;
  border-color: #161616 !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: #f5a80c !important;
}
.text-secondary {
  color: #2a1340 !important;
}
.text-success {
  color: #279898 !important;
}
.text-info {
  color: #a073ec !important;
}
.text-warning {
  color: #972915 !important;
}
.text-danger {
  color: #6d1100 !important;
}
.text-white {
  color: #fafafa !important;
}
.text-black {
  color: #161616 !important;
}
a.text-primary:hover,
a.text-primary:focus,
a.text-primary.active {
  color: #956606 !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: #124747 !important;
}
a.text-info:hover,
a.text-info:focus,
a.text-info.active {
  color: #641edb !important;
}
a.text-warning:hover,
a.text-warning:focus,
a.text-warning.active {
  color: #3d1109 !important;
}
a.text-danger:hover,
a.text-danger:focus,
a.text-danger.active {
  color: #070100 !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: #f5a80c;
}
.nav-tabs .nav-link:not(.active) {
  color: #161616;
}
.alert-success {
  background-color: #70c770;
}
.alert-info {
  background-color: #a073ec;
}
.alert-warning {
  background-color: #972915;
}
.alert-danger {
  background-color: #6d1100;
}
.wzcow0-gallery-filter li.active .btn {
  background-color: #f5a80c;
  border-color: #f5a80c;
  color: #ffffff;
}
.wzcow0-gallery-filter li.active .btn:focus {
  box-shadow: none;
}
a,
a:hover {
  color: #f5a80c;
}
.wzcow0-plan-header.bg-primary .wzcow0-plan-subtitle,
.wzcow0-plan-header.bg-primary .wzcow0-plan-price-desc {
  color: #fdeed0;
}
.wzcow0-plan-header.bg-success .wzcow0-plan-subtitle,
.wzcow0-plan-header.bg-success .wzcow0-plan-price-desc {
  color: #67d8d8;
}
.wzcow0-plan-header.bg-info .wzcow0-plan-subtitle,
.wzcow0-plan-header.bg-info .wzcow0-plan-price-desc {
  color: #ffffff;
}
.wzcow0-plan-header.bg-warning .wzcow0-plan-subtitle,
.wzcow0-plan-header.bg-warning .wzcow0-plan-price-desc {
  color: #e55f46;
}
.wzcow0-plan-header.bg-danger .wzcow0-plan-subtitle,
.wzcow0-plan-header.bg-danger .wzcow0-plan-price-desc {
  color: #ed2500;
}
/* Scroll to top button*/
.scrollToTop_wraper {
  display: none;
}
.form-control {
  font-family: 'Figtree', sans-serif;
  font-size: 1.3rem;
  line-height: 1.3;
  font-weight: 400;
}
.form-control > .wzcow0-iconfont {
  font-size: 1.625rem;
}
.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: #f5a80c !important;
}
.form-control:-webkit-input-placeholder {
  font-family: 'Figtree', sans-serif;
  font-size: 1.3rem;
  line-height: 1.3;
  font-weight: 400;
}
.form-control:-webkit-input-placeholder > .wzcow0-iconfont {
  font-size: 1.625rem;
}
blockquote {
  border-color: #f5a80c;
}
/* Forms */
.jq-selectbox li:hover,
.jq-selectbox li.selected {
  background-color: #f5a80c;
  color: #ffffff;
}
.jq-number__spin {
  transition: 0.25s ease;
}
.jq-number__spin:hover {
  border-color: #f5a80c;
}
.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: #f5a80c;
  border-bottom-color: #f5a80c;
}
.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: #f5a80c !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: #2a1340 !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='%23f5a80c' %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-duration: .4s;
}
a:hover {
  background-image: none !important;
}
.container {
  max-width: calc(1420px + 3vw);
  padding-left: 1.5vw;
  padding-right: 1.5vw;
}
.container-fluid {
  padding-left: 1.5vw;
  padding-right: 1.5vw;
}
.row {
  margin-left: 0;
  margin-right: 0;
  justify-content: center;
}
.row > [class*="col"] {
  padding-left: 0;
  padding-right: 0;
}
.row {
  justify-content: center;
}
b,
strong {
  font-weight: 700 !important;
}
.wzcow0-section-btn .btn {
  position: relative;
  min-width: 100px;
  min-height: 54px;
  padding: 25px 35px;
  border-radius: 80px;
  font-weight: 700 !important;
  transition: all 0.7s cubic-bezier(0.77, 0.2, 0.05, 1);
  box-shadow: none !important;
  overflow: hidden;
}
.xxIsth5-uGWrRZg1lO {
  z-index: 1000;
  width: 100%;
  position: relative;
}
.xxIsth5-uGWrRZg1lO .dropdown-item:before {
  font-family: vosousox2 !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;
}
@media (max-width: 767px) {
  .xxIsth5-uGWrRZg1lO .navbar-toggler {
    transform: scale(0.8);
  }
}
.xxIsth5-uGWrRZg1lO .navbar-brand {
  flex-shrink: 0;
  align-items: center;
  margin-right: 0;
  padding: 10px 0;
  transition: all 0.3s;
  word-break: break-word;
  z-index: 1;
}
.xxIsth5-uGWrRZg1lO .navbar-brand img {
  max-width: 100%;
  max-height: 100%;
  border-radius: 8px !important;
}
.xxIsth5-uGWrRZg1lO .navbar-brand .navbar-caption {
  line-height: inherit !important;
}
.xxIsth5-uGWrRZg1lO .navbar-brand .navbar-logo a {
  outline: none;
}
.xxIsth5-uGWrRZg1lO .navbar-nav {
  margin: auto;
  margin-left: 0;
  margin-left: auto;
  margin-right: 0;
}
.xxIsth5-uGWrRZg1lO .navbar-nav .nav-item {
  padding: 0 !important;
  transition: .3s all !important;
}
.xxIsth5-uGWrRZg1lO .navbar-nav .nav-item .nav-link {
  padding: 16px !important;
  margin: 0 !important;
  border-radius: 1rem !important;
  transition: .3s all !important;
  border-radius: 4px !important;
}
.xxIsth5-uGWrRZg1lO .navbar-nav .nav-item .nav-link:hover {
  background-color: transparent;
}
.xxIsth5-uGWrRZg1lO .navbar-nav .open .nav-link::after {
  transform: rotate(180deg);
}
@media (min-width: 992px) {
  .xxIsth5-uGWrRZg1lO .navbar-nav .open .nav-link::before {
    content: "";
    width: 100%;
    height: 20px;
    top: 100%;
    background: transparent;
    position: absolute;
  }
}
.xxIsth5-uGWrRZg1lO .navbar-nav .dropdown-item {
  padding: 12px !important;
  border-radius: 0.5rem !important;
  margin: 0 8px !important;
  transition: .3s all !important;
  border-radius: 4px !important;
}
.xxIsth5-uGWrRZg1lO .navbar-nav .dropdown-item:hover {
  background-color: rgba(27, 31, 10, 0.06);
}
@media (min-width: 992px) {
  .xxIsth5-uGWrRZg1lO .navbar-nav {
    padding-left: 1.5rem;
  }
}
.xxIsth5-uGWrRZg1lO .nav-link {
  width: fit-content;
  position: relative;
}
.xxIsth5-uGWrRZg1lO .nav-link:hover {
  color: #fadd8a !important;
}
.xxIsth5-uGWrRZg1lO .navbar-logo {
  padding-right: 0;
  margin: 0 !important;
}
@media (max-width: 767px) {
  .xxIsth5-uGWrRZg1lO .navbar-logo {
    padding-left: 1rem;
  }
}
.xxIsth5-uGWrRZg1lO .navbar-caption {
  padding-left: 1rem;
  padding-right: .5rem;
  font-weight: 400;
}
.xxIsth5-uGWrRZg1lO .navbar-caption:hover,
.xxIsth5-uGWrRZg1lO .navbar-caption:focus {
  color: #fadd8a !important;
}
@media (max-width: 767px) {
  .xxIsth5-uGWrRZg1lO .nav-dropdown {
    padding-bottom: 0.5rem;
  }
}
.xxIsth5-uGWrRZg1lO .nav-dropdown .link.dropdown-toggle::after {
  margin-left: 0.5rem;
  margin-top: 0.2rem;
  transition: .3s all;
}
.xxIsth5-uGWrRZg1lO .menu-container {
  width: 100%;
  display: flex;
  min-height: 90px;
  padding: 10px;
  flex-wrap: nowrap;
  left: 0;
  right: 0;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: flex-end;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  border-radius: 16px;
  margin: 1rem 1rem 0;
  background-color: #000000;
  box-shadow: none;
  position: relative;
  border-radius: 0 !important;
}
.xxIsth5-uGWrRZg1lO .iconfont-wrapper {
  color: #404349 !important;
  font-size: 1.5rem;
  padding-right: 0.5rem;
  transition: all 0.3s ease-in-out;
}
.xxIsth5-uGWrRZg1lO .iconfont-wrapper:hover,
.xxIsth5-uGWrRZg1lO .iconfont-wrapper:focus {
  color: #fadd8a !important;
}
.xxIsth5-uGWrRZg1lO .dropdown-menu {
  flex-wrap: wrap;
  flex-direction: column;
  max-width: 100%;
  padding: 12px 4px !important;
  border-radius: 1.5rem;
  transition: .3s all !important;
  min-width: auto;
  background: #000000;
  border-radius: 4px !important;
}
.xxIsth5-uGWrRZg1lO .nav-item:focus,
.xxIsth5-uGWrRZg1lO .nav-link:focus {
  outline: none;
}
.xxIsth5-uGWrRZg1lO .dropdown .dropdown-menu .dropdown-item {
  width: auto;
  transition: all 0.25s ease-in-out;
}
.xxIsth5-uGWrRZg1lO .dropdown .dropdown-menu .dropdown-item::after {
  right: 0.5rem;
}
.xxIsth5-uGWrRZg1lO .dropdown .dropdown-menu .dropdown-item .wzcow0-iconfont {
  margin-right: 0.5rem;
  vertical-align: sub;
}
.xxIsth5-uGWrRZg1lO .dropdown .dropdown-menu .dropdown-item .wzcow0-iconfont:before {
  display: inline-block;
  transform: scale(1, 1);
  transition: all 0.25s ease-in-out;
}
.xxIsth5-uGWrRZg1lO .collapsed .dropdown-menu .dropdown-item:before {
  display: none;
}
.xxIsth5-uGWrRZg1lO .collapsed .dropdown .dropdown-menu .dropdown-item {
  padding: 0.235em 1.5em 0.235em 1.5em !important;
  transition: none;
  margin: 0 !important;
}
.xxIsth5-uGWrRZg1lO .navbar {
  min-height: 90px;
  transition: all 0.3s;
  border-bottom: 1px solid transparent;
  background: transparent !important;
  padding: 0 !important;
  border: none !important;
  box-shadow: none !important;
  border-radius: 0 !important;
}
.xxIsth5-uGWrRZg1lO .navbar.opened {
  transition: all 0.3s;
}
.xxIsth5-uGWrRZg1lO .navbar .dropdown-item {
  padding: 0.5rem 1.8rem;
}
.xxIsth5-uGWrRZg1lO .navbar .navbar-logo img {
  width: auto;
}
.xxIsth5-uGWrRZg1lO .navbar .navbar-collapse {
  z-index: 1;
  justify-content: flex-end;
}
@media (max-width: 992px) {
  .xxIsth5-uGWrRZg1lO .navbar .navbar-collapse {
    position: absolute;
  }
}
.xxIsth5-uGWrRZg1lO .navbar.collapsed {
  justify-content: center;
}
.xxIsth5-uGWrRZg1lO .navbar.collapsed .nav-item .nav-link::before {
  display: none;
}
.xxIsth5-uGWrRZg1lO .navbar.collapsed.opened .dropdown-menu {
  top: 0;
}
@media (min-width: 992px) {
  .xxIsth5-uGWrRZg1lO .navbar.collapsed.opened:not(.navbar-short) .navbar-collapse {
    max-height: calc(98.5vh - 3.5rem);
  }
}
.xxIsth5-uGWrRZg1lO .navbar.collapsed .dropdown-menu .dropdown-submenu {
  left: 0 !important;
}
.xxIsth5-uGWrRZg1lO .navbar.collapsed .dropdown-menu .dropdown-item:after {
  right: auto;
}
.xxIsth5-uGWrRZg1lO .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%;
}
.xxIsth5-uGWrRZg1lO .navbar.collapsed ul.navbar-nav li {
  margin: auto;
}
.xxIsth5-uGWrRZg1lO .navbar.collapsed .dropdown-menu .dropdown-item {
  padding: 0.25rem 1.5rem;
  text-align: center;
}
.xxIsth5-uGWrRZg1lO .navbar.collapsed .icons-menu {
  padding-left: 0;
  padding-right: 0;
  padding-top: 0.5rem;
  padding-bottom: 0.5rem;
}
@media (max-width: 767px) {
  .xxIsth5-uGWrRZg1lO .navbar {
    min-height: 72px;
  }
  .xxIsth5-uGWrRZg1lO .navbar .navbar-logo img {
    height: 2rem !important;
  }
}
@media (max-width: 991px) {
  .xxIsth5-uGWrRZg1lO .navbar .nav-item .nav-link::before {
    display: none;
  }
  .xxIsth5-uGWrRZg1lO .navbar.opened .dropdown-menu {
    top: 0;
  }
  .xxIsth5-uGWrRZg1lO .navbar .dropdown-menu .dropdown-submenu {
    left: 0 !important;
  }
  .xxIsth5-uGWrRZg1lO .navbar .dropdown-menu .dropdown-item:after {
    right: auto;
  }
  .xxIsth5-uGWrRZg1lO .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%;
  }
  .xxIsth5-uGWrRZg1lO .navbar .dropdown-menu .dropdown-item {
    padding: 0.25rem 1.5rem !important;
    text-align: center;
  }
  .xxIsth5-uGWrRZg1lO .navbar .navbar-brand {
    flex-shrink: initial;
    flex-basis: auto;
    word-break: break-word;
    padding-right: 10px;
  }
  .xxIsth5-uGWrRZg1lO .navbar .navbar-toggler {
    flex-basis: auto;
  }
  .xxIsth5-uGWrRZg1lO .navbar .icons-menu {
    padding-left: 0;
    padding-top: 0.5rem;
    padding-bottom: 0.5rem;
  }
}
.xxIsth5-uGWrRZg1lO .navbar.navbar-short .navbar-logo img {
  height: 2rem;
}
.xxIsth5-uGWrRZg1lO .dropdown-item.active,
.xxIsth5-uGWrRZg1lO .dropdown-item:active {
  background-color: transparent;
}
.xxIsth5-uGWrRZg1lO .navbar-expand-lg .navbar-nav .nav-link {
  padding: 0;
}
.xxIsth5-uGWrRZg1lO .nav-dropdown .link.dropdown-toggle {
  margin-right: 1.667em;
}
.xxIsth5-uGWrRZg1lO .nav-dropdown .link.dropdown-toggle[aria-expanded="true"] {
  margin-right: 0;
  padding: 0.667em 1.667em;
}
.xxIsth5-uGWrRZg1lO .navbar.navbar-expand-lg .dropdown .dropdown-menu {
  background: #000000;
}
.xxIsth5-uGWrRZg1lO .navbar.navbar-expand-lg .dropdown .dropdown-menu .dropdown-submenu {
  margin: 0;
  left: 105%;
  transform: none;
  top: -12px;
}
.xxIsth5-uGWrRZg1lO .navbar .dropdown.open > .dropdown-menu {
  display: flex;
}
.xxIsth5-uGWrRZg1lO ul.navbar-nav {
  flex-wrap: wrap;
}
.xxIsth5-uGWrRZg1lO .navbar-buttons {
  text-align: center;
  min-width: 140px;
}
@media (max-width: 992px) {
  .xxIsth5-uGWrRZg1lO .navbar-buttons {
    text-align: left;
  }
}
.xxIsth5-uGWrRZg1lO button.navbar-toggler {
  outline: none;
  width: 31px;
  height: 20px;
  cursor: pointer;
  transition: all 0.2s;
  position: relative;
  align-self: center;
}
.xxIsth5-uGWrRZg1lO button.navbar-toggler .hamburger span {
  position: absolute;
  right: 0;
  width: 30px;
  height: 2px;
  border-right: 5px;
  background-color: #f79309;
}
.xxIsth5-uGWrRZg1lO button.navbar-toggler .hamburger span:nth-child(1) {
  top: 0;
  transition: all 0.2s;
}
.xxIsth5-uGWrRZg1lO button.navbar-toggler .hamburger span:nth-child(2) {
  top: 8px;
  transition: all 0.15s;
}
.xxIsth5-uGWrRZg1lO button.navbar-toggler .hamburger span:nth-child(3) {
  top: 8px;
  transition: all 0.15s;
}
.xxIsth5-uGWrRZg1lO button.navbar-toggler .hamburger span:nth-child(4) {
  top: 16px;
  transition: all 0.2s;
}
.xxIsth5-uGWrRZg1lO nav.opened .hamburger span:nth-child(1) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.xxIsth5-uGWrRZg1lO nav.opened .hamburger span:nth-child(2) {
  transform: rotate(45deg);
  transition: all 0.25s;
}
.xxIsth5-uGWrRZg1lO nav.opened .hamburger span:nth-child(3) {
  transform: rotate(-45deg);
  transition: all 0.25s;
}
.xxIsth5-uGWrRZg1lO nav.opened .hamburger span:nth-child(4) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.xxIsth5-uGWrRZg1lO .navbar-dropdown {
  padding: 0 1rem;
}
.xxIsth5-uGWrRZg1lO a.nav-link {
  display: flex;
  align-items: center;
  justify-content: center;
}
.xxIsth5-uGWrRZg1lO .icons-menu {
  flex-wrap: nowrap;
  display: flex;
  justify-content: center;
  padding-left: 1rem;
  padding-right: 0;
  padding-top: 0.3rem;
  text-align: center;
}
@media (max-width: 992px) {
  .xxIsth5-uGWrRZg1lO .icons-menu {
    justify-content: flex-start;
    margin-bottom: .5rem;
  }
}
@media screen and (-ms-high-contrast: active), (-ms-high-contrast: none) {
  .xxIsth5-uGWrRZg1lO .navbar {
    height: 70px;
  }
  .xxIsth5-uGWrRZg1lO .navbar.opened {
    height: auto;
  }
  .xxIsth5-uGWrRZg1lO .nav-item .nav-link:hover::before {
    width: 175%;
    max-width: calc(100% + 2rem);
    left: -1rem;
  }
}
.xxIsth5-uGWrRZg1lO .navbar .dropdown > .dropdown-menu {
  display: none;
  width: max-content;
  max-width: 500px !important;
  transform: translateX(-50%);
  top: calc(100% + 20px);
  left: 50%;
}
.xxIsth5-uGWrRZg1lO .navbar .dropdown > .dropdown-menu .dropdown-item {
  line-height: 1 !important;
}
.xxIsth5-uGWrRZg1lO .navbar .dropdown > .dropdown-menu .dropdown .dropdown-item {
  align-items: center;
  display: flex;
  height: max-content !important;
  min-height: max-content !important;
}
.xxIsth5-uGWrRZg1lO .navbar .dropdown > .dropdown-menu .dropdown .dropdown-item::after {
  display: inline-block;
  position: static;
  margin-left: 0.5rem;
  margin-top: 0;
  margin-right: 0;
  margin-bottom: 0;
  transition: .3s all;
  transform: rotate(-90deg);
}
.xxIsth5-uGWrRZg1lO .navbar .dropdown > .dropdown-menu .dropdown.open .dropdown-item::after {
  transform: rotate(0deg);
}
.xxIsth5-uGWrRZg1lO .wzcow0-section-btn {
  margin: -0.6rem -0.6rem;
  width: auto;
  padding-left: 1rem;
}
@media (max-width: 992px) {
  .xxIsth5-uGWrRZg1lO .wzcow0-section-btn {
    padding-left: 0;
  }
}
.xxIsth5-uGWrRZg1lO .wzcow0-section-btn .btn {
  justify-content: center;
  width: auto !important;
  padding: 25px 15px;
  min-width: 180px;
}
.xxIsth5-uGWrRZg1lO .navbar-toggler {
  margin-left: 12px;
  margin-right: 8px;
  order: 1000;
}
@media (max-width: 991px) {
  .xxIsth5-uGWrRZg1lO .navbar-brand {
    margin-right: auto;
  }
  .xxIsth5-uGWrRZg1lO .navbar-collapse {
    z-index: -1 !important;
    position: absolute;
    top: 110%;
    left: 0;
    width: 100%;
    padding: 1rem;
    border-radius: 1.5rem;
    background: #000000;
    border-radius: 4px !important;
  }
  .xxIsth5-uGWrRZg1lO .navbar-nav .nav-item .nav-link::after {
    margin-left: 10px;
  }
  .xxIsth5-uGWrRZg1lO .navbar-nav .dropdown-item:hover {
    background-color: rgba(27, 31, 10, 0.06);
  }
  .xxIsth5-uGWrRZg1lO .navbar .dropdown > .dropdown-menu {
    max-width: 100% !important;
    transform: translateX(0);
    top: 10px;
    left: 0;
    padding: 8px !important;
    border-radius: 1rem;
    background-color: rgba(27, 31, 10, 0.04) !important;
  }
  .xxIsth5-uGWrRZg1lO .navbar .dropdown > .dropdown-menu .dropdown-item {
    padding: 8px !important;
    line-height: 1 !important;
    margin-bottom: 4px !important;
  }
  .xxIsth5-uGWrRZg1lO .navbar .dropdown > .dropdown-menu .dropdown .dropdown-item {
    align-items: center;
    display: flex;
    height: max-content !important;
    min-height: max-content !important;
  }
  .xxIsth5-uGWrRZg1lO .navbar .dropdown > .dropdown-menu .dropdown .dropdown-item::after {
    display: inline-block;
    position: static;
    margin-left: 0.5rem;
    margin-top: 0;
    margin-right: 0;
    margin-bottom: 0;
    transition: .3s all;
    transform: rotate(0deg);
  }
  .xxIsth5-uGWrRZg1lO .navbar .dropdown > .dropdown-menu .dropdown.open .dropdown-item::after {
    transform: rotate(180deg);
  }
  .xxIsth5-uGWrRZg1lO .navbar .dropdown > .dropdown-menu .dropdown-submenu {
    position: static;
    width: 100%;
    max-width: 100% !important;
    transform: translateX(0) !important;
    top: 0;
    left: 0;
    padding: 8px !important;
    border-radius: 1rem;
    background-color: rgba(27, 31, 10, 0.04) !important;
  }
  .xxIsth5-uGWrRZg1lO .navbar .dropdown.open > .dropdown-menu {
    display: flex !important;
    flex-direction: column;
    align-items: flex-start;
  }
}
@media (max-width: 575px) {
  .xxIsth5-uGWrRZg1lO .navbar-collapse {
    padding: 1rem;
  }
}
.xxIsth5-uGWrRZg1lO .navbar-brand,
.xxIsth5-uGWrRZg1lO .navbar-toggler,
.xxIsth5-uGWrRZg1lO .navbar-collapse {
  position: relative;
  z-index: 1;
}
.xxIsth5-uGWrU6Mwv2 {
  padding-top: 6rem;
  padding-bottom: 0rem;
  background-color: #000000;
  background-image: linear-gradient(180deg, #000000 0, #6d1100 100%);
}
.xxIsth5-uGWrU6Mwv2 .wzcow0-fallback-image.disabled {
  display: none;
}
.xxIsth5-uGWrU6Mwv2 .wzcow0-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.xxIsth5-uGWrU6Mwv2 .container-fluid {
  padding: 0;
}
.xxIsth5-uGWrU6Mwv2 .card-wrapper {
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  width: 100%;
  height: 100%;
  padding: 50px 25px 60px;
}
.xxIsth5-uGWrU6Mwv2 .card-wrapper .image-wrapper {
  width: 39.3vw;
  height: auto;
  border-radius: 9.28vw;
  overflow: hidden;
}
@media (max-width: 991px) {
  .xxIsth5-uGWrU6Mwv2 .card-wrapper .image-wrapper {
    display: none;
  }
}
.xxIsth5-uGWrU6Mwv2 .card-wrapper .image-wrapper img {
  width: 100%;
  object-fit: cover;
}
.xxIsth5-uGWrU6Mwv2 .card-title {
  width: 100%;
  margin-bottom: 3.857vw;
  color: #fadd8a;
}
@media (max-width: 991px) {
  .xxIsth5-uGWrU6Mwv2 .card-title {
    width: 100%;
    margin-bottom: 0;
  }
}
.xxIsth5-uGWrU6Mwv2 .wzcow0-text {
  position: relative;
  width: 23.22vw;
  margin-bottom: 0;
  margin-top: 4.71vw;
  color: #FFFFFF;
}
@media (max-width: 991px) {
  .xxIsth5-uGWrU6Mwv2 .wzcow0-text {
    width: 100%;
  }
}
@media (max-width: 767px) {
  .xxIsth5-uGWrU6Mwv2 .wzcow0-text {
    margin-top: 40px;
  }
}
.xxIsth5-uGWrU6Mwv2 .wzcow0-section-btn {
  margin-top: 3vw;
}
@media (max-width: 991px) {
  .xxIsth5-uGWrU6Mwv2 .wzcow0-section-btn {
    margin-top: 3.51vw;
  }
}
@media (max-width: 767px) {
  .xxIsth5-uGWrU6Mwv2 .wzcow0-section-btn {
    margin-top: 30px;
  }
}
.xxIsth5-uGWrU6Mwv2 .wzcow0-section-btn .btn-white-outline {
  position: relative;
  padding: 15px;
  min-width: 10.57vw;
  min-height: 10.57vw;
  border-radius: 50%;
  transition: all 0.8s cubic-bezier(0.77, 0.2, 0.05, 1);
  border: none;
}
@media (max-width: 991px) {
  .xxIsth5-uGWrU6Mwv2 .wzcow0-section-btn .btn-white-outline {
    min-width: 148px;
    min-height: 148px;
  }
}
.xxIsth5-uGWrU6Mwv2 .wzcow0-section-btn .btn-white-outline:before {
  content: "";
  position: absolute;
  top: 50%;
  left: 50%;
  width: 100%;
  height: 100%;
  border: 1px solid;
  border-radius: 50%;
  transform: translate(-50%, -50%);
  transition: all 0.8s cubic-bezier(0.77, 0.2, 0.05, 1);
}
.xxIsth5-uGWrU6Mwv2 .wzcow0-section-btn .btn-white-outline:hover:before {
  transform: translate(-50%, -50%) scale(0.8);
}
.xxIsth5-uGWrU6Mwv2 .image-wrapper {
  width: 100%;
  height: 100%;
}
@media (max-width: 991px) {
  .xxIsth5-uGWrU6Mwv2 .image-wrapper {
    display: none;
  }
}
.xxIsth5-uGWrU6Mwv2 .image-wrapper img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.xxIsth5-uGWsbTr5qq {
  padding-top: 4rem;
  padding-bottom: 0rem;
  background-color: #6d1100;
}
.xxIsth5-uGWsbTr5qq .wzcow0-fallback-image.disabled {
  display: none;
}
.xxIsth5-uGWsbTr5qq .wzcow0-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.xxIsth5-uGWsbTr5qq .content-wrapper .wzcow0-section-title {
  margin-bottom: 60px;
}
@media (max-width: 992px) {
  .xxIsth5-uGWsbTr5qq .content-wrapper .wzcow0-section-title {
    margin-bottom: 40px;
  }
}
.xxIsth5-uGWsbTr5qq .content-wrapper .text-wrapper {
  margin-bottom: 60px;
}
@media (max-width: 992px) {
  .xxIsth5-uGWsbTr5qq .content-wrapper .text-wrapper {
    margin-bottom: 40px;
  }
}
.xxIsth5-uGWsbTr5qq .content-wrapper .text-wrapper .wzcow0-text {
  display: inline-block;
  width: 35%;
  opacity: .7;
}
@media (max-width: 992px) {
  .xxIsth5-uGWsbTr5qq .content-wrapper .text-wrapper .wzcow0-text {
    width: 100%;
  }
}
.xxIsth5-uGWsbTr5qq .wzcow0-section-title {
  color: #ffffff;
  text-align: center;
}
.xxIsth5-uGWsbTr5qq .wzcow0-text,
.xxIsth5-uGWsbTr5qq .text-wrapper {
  color: #ffffff;
  text-align: center;
}
.xxIsth5-uGWsbTr5qq .wzcow0-section-title,
.xxIsth5-uGWsbTr5qq .wzcow0-section-btn {
  text-align: center;
  color: #ffffff;
}
.xxIsth5-uGWs9Ih4j9 {
  padding-top: 1rem;
  padding-bottom: 5rem;
  background-color: #6d1100;
}
.xxIsth5-uGWs9Ih4j9 .wzcow0-fallback-image.disabled {
  display: none;
}
.xxIsth5-uGWs9Ih4j9 .wzcow0-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.xxIsth5-uGWs9Ih4j9 .items-wrapper {
  justify-content: center;
}
.xxIsth5-uGWs9Ih4j9 .text-wrapper .wzcow0-text {
  margin-bottom: 0;
  background: linear-gradient(90deg, #fadd8a, #fcebbb 65%, #fef9ec);
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
}
.xxIsth5-uGWs9Ih4j9 .wzcow0-text,
.xxIsth5-uGWs9Ih4j9 .text-wrapper {
  color: #ffffff;
  text-align: center;
}
.xxIsth5-uGWuFrQr7H {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-color: #f77d06;
  overflow: hidden;
}
.xxIsth5-uGWuFrQr7H .wzcow0-fallback-image.disabled {
  display: none;
}
.xxIsth5-uGWuFrQr7H .wzcow0-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.xxIsth5-uGWuFrQr7H .row {
  justify-content: center;
}
@media (max-width: 992px) {
  .xxIsth5-uGWuFrQr7H .container {
    padding: 0 15px;
  }
}
.xxIsth5-uGWuFrQr7H .title-wrapper {
  margin-bottom: 50px;
}
@media (max-width: 992px) {
  .xxIsth5-uGWuFrQr7H .title-wrapper {
    margin-bottom: 40px;
  }
}
.xxIsth5-uGWuFrQr7H .title-wrapper .wzcow0-section-title {
  margin-bottom: 30px;
}
@media (max-width: 992px) {
  .xxIsth5-uGWuFrQr7H .title-wrapper .wzcow0-section-title {
    margin-bottom: 20px;
  }
}
.xxIsth5-uGWuFrQr7H .title-wrapper .wzcow0-text {
  margin-bottom: 0;
}
.xxIsth5-uGWuFrQr7H .item {
  margin-bottom: 32px;
}
.xxIsth5-uGWuFrQr7H .item:hover .item-wrapper::before,
.xxIsth5-uGWuFrQr7H .item:focus .item-wrapper::before {
  top: -150px;
  right: -150px;
}
.xxIsth5-uGWuFrQr7H .item .item-wrapper {
  position: relative;
  background-color: #6d1100;
  border: 1px solid #000000;
  border-radius: 20px !important;
  padding: 40px 30px;
  overflow: hidden;
}
.xxIsth5-uGWuFrQr7H .item .item-wrapper::before {
  content: '';
  position: absolute;
  top: -400px;
  right: -400px;
  width: 300px;
  height: 300px;
  border-radius: 100%;
  background-color: #f79309;
  filter: blur(95px);
  transition: all 0.45s ease-in-out;
}
@media (max-width: 768px) {
  .xxIsth5-uGWuFrQr7H .item .item-wrapper::before {
    display: none;
  }
}
.xxIsth5-uGWuFrQr7H .item .item-wrapper .card-box {
  position: relative;
}
.xxIsth5-uGWuFrQr7H .item .item-wrapper .card-box .date-wrapper {
  margin-bottom: 15px;
  display: flex;
  align-items: center;
  justify-content: space-between;
}
@media (max-width: 768px) {
  .xxIsth5-uGWuFrQr7H .item .item-wrapper .card-box .date-wrapper {
    display: block;
  }
}
.xxIsth5-uGWuFrQr7H .item .item-wrapper .card-box .date-wrapper .wzcow0-date {
  margin-right: 10px;
  margin-bottom: 0;
}
@media (max-width: 768px) {
  .xxIsth5-uGWuFrQr7H .item .item-wrapper .card-box .date-wrapper .wzcow0-date {
    margin-bottom: 15px;
    margin-right: 0;
  }
}
.xxIsth5-uGWuFrQr7H .item .item-wrapper .card-box .date-wrapper .tag-wrapper {
  display: inline-flex;
  padding: 6px 9px 2px;
  border-radius: 6px;
  position: relative;
}
@media (max-width: 768px) {
  .xxIsth5-uGWuFrQr7H .item .item-wrapper .card-box .date-wrapper .tag-wrapper {
    margin: 0;
  }
}
.xxIsth5-uGWuFrQr7H .item .item-wrapper .card-box .date-wrapper .tag-wrapper:hover::before,
.xxIsth5-uGWuFrQr7H .item .item-wrapper .card-box .date-wrapper .tag-wrapper:focus::before {
  opacity: .85;
}
.xxIsth5-uGWuFrQr7H .item .item-wrapper .card-box .date-wrapper .tag-wrapper::before {
  content: '';
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-color: #1e6bff;
  border-radius: 6px;
  opacity: .4;
  transition: all 0.3s ease-in-out;
  pointer-events: none;
}
.xxIsth5-uGWuFrQr7H .item .item-wrapper .card-box .date-wrapper .tag-wrapper .wzcow0-tag {
  position: relative;
  margin-bottom: 0;
}
.xxIsth5-uGWuFrQr7H .item .item-wrapper .card-box .wzcow0-card-title {
  margin-bottom: 20px;
}
.xxIsth5-uGWuFrQr7H .item .item-wrapper .card-box .wzcow0-card-text {
  margin-bottom: 0;
}
.xxIsth5-uGWuFrQr7H .item .item-wrapper .card-box .wzcow0-section-btn {
  margin-top: 20px;
}
.xxIsth5-uGWuFrQr7H .item .item-wrapper .card-box .wzcow0-section-btn .btn-primary-outline,
.xxIsth5-uGWuFrQr7H .item .item-wrapper .card-box .wzcow0-section-btn .btn-secondary-outline,
.xxIsth5-uGWuFrQr7H .item .item-wrapper .card-box .wzcow0-section-btn .btn-success-outline,
.xxIsth5-uGWuFrQr7H .item .item-wrapper .card-box .wzcow0-section-btn .btn-info-outline,
.xxIsth5-uGWuFrQr7H .item .item-wrapper .card-box .wzcow0-section-btn .btn-warning-outline,
.xxIsth5-uGWuFrQr7H .item .item-wrapper .card-box .wzcow0-section-btn .btn-danger-outline,
.xxIsth5-uGWuFrQr7H .item .item-wrapper .card-box .wzcow0-section-btn .btn-white-outline,
.xxIsth5-uGWuFrQr7H .item .item-wrapper .card-box .wzcow0-section-btn .btn-black-outline {
  padding: 0;
  border: none !important;
}
.xxIsth5-uGWuFrQr7H .item .item-wrapper .card-box .wzcow0-section-btn .btn-primary-outline:hover,
.xxIsth5-uGWuFrQr7H .item .item-wrapper .card-box .wzcow0-section-btn .btn-secondary-outline:hover,
.xxIsth5-uGWuFrQr7H .item .item-wrapper .card-box .wzcow0-section-btn .btn-success-outline:hover,
.xxIsth5-uGWuFrQr7H .item .item-wrapper .card-box .wzcow0-section-btn .btn-info-outline:hover,
.xxIsth5-uGWuFrQr7H .item .item-wrapper .card-box .wzcow0-section-btn .btn-warning-outline:hover,
.xxIsth5-uGWuFrQr7H .item .item-wrapper .card-box .wzcow0-section-btn .btn-danger-outline:hover,
.xxIsth5-uGWuFrQr7H .item .item-wrapper .card-box .wzcow0-section-btn .btn-white-outline:hover,
.xxIsth5-uGWuFrQr7H .item .item-wrapper .card-box .wzcow0-section-btn .btn-black-outline:hover,
.xxIsth5-uGWuFrQr7H .item .item-wrapper .card-box .wzcow0-section-btn .btn-primary-outline:focus,
.xxIsth5-uGWuFrQr7H .item .item-wrapper .card-box .wzcow0-section-btn .btn-secondary-outline:focus,
.xxIsth5-uGWuFrQr7H .item .item-wrapper .card-box .wzcow0-section-btn .btn-success-outline:focus,
.xxIsth5-uGWuFrQr7H .item .item-wrapper .card-box .wzcow0-section-btn .btn-info-outline:focus,
.xxIsth5-uGWuFrQr7H .item .item-wrapper .card-box .wzcow0-section-btn .btn-warning-outline:focus,
.xxIsth5-uGWuFrQr7H .item .item-wrapper .card-box .wzcow0-section-btn .btn-danger-outline:focus,
.xxIsth5-uGWuFrQr7H .item .item-wrapper .card-box .wzcow0-section-btn .btn-white-outline:focus,
.xxIsth5-uGWuFrQr7H .item .item-wrapper .card-box .wzcow0-section-btn .btn-black-outline:focus {
  text-decoration: underline;
}
.xxIsth5-uGWuFrQr7H .wzcow0-section-title {
  color: #ffffff;
  text-align: center;
}
.xxIsth5-uGWuFrQr7H .wzcow0-text {
  color: #d2d2df;
  text-align: center;
}
.xxIsth5-uGWuFrQr7H .wzcow0-date {
  color: #ffffff;
}
.xxIsth5-uGWuFrQr7H .wzcow0-tag {
  color: #ffffff;
}
.xxIsth5-uGWuFrQr7H .wzcow0-card-title {
  color: #f2ac2b;
}
.xxIsth5-uGWuFrQr7H .wzcow0-card-text {
  color: #ffffff;
  text-align: center;
}
.xxIsth5-uGWuFrQr7H .wzcow0-card-title,
.xxIsth5-uGWuFrQr7H .wzcow0-section-btn {
  color: #ffffff;
  text-align: center;
}
.xxIsth5-uGWv9WsVsi {
  padding-top: 5rem;
  padding-bottom: 5rem;
  overflow: hidden;
  position: relative;
  background-color: #6d1100;
}
.xxIsth5-uGWv9WsVsi .decor-wrap_1 {
  position: absolute;
  top: -4rem;
  left: 18%;
  width: 133px;
  height: 133px;
  border-radius: 100%;
  background-image: radial-gradient(165.7% 132.72% at 4.98% 5.22%, #f79309 0, #f77d06 43%, #6d1100 100%);
}
.xxIsth5-uGWv9WsVsi .decor-wrap_2 {
  position: absolute;
  bottom: 4rem;
  left: -6rem;
  width: 207px;
  height: 207px;
  border-radius: 100%;
  background-image: radial-gradient(165.7% 132.72% at 4.98% 5.22%, #f79309 0, #f77d06 43%, #6d1100 100%);
}
.xxIsth5-uGWv9WsVsi .decor-wrap_3 {
  position: absolute;
  bottom: -55%;
  right: -2rem;
  width: 422px;
  height: 422px;
  border-radius: 100%;
  background-image: radial-gradient(165.7% 132.72% at 4.98% 5.22%, #f79309 0, #f77d06 43%, #6d1100 100%);
}
.xxIsth5-uGWv9WsVsi .wzcow0-fallback-image.disabled {
  display: none;
}
.xxIsth5-uGWv9WsVsi .wzcow0-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
@media (max-width: 992px) {
  .xxIsth5-uGWv9WsVsi .container {
    padding: 0 30px;
  }
}
.xxIsth5-uGWv9WsVsi .row {
  justify-content: center;
  position: relative;
  z-index: 1;
}
.xxIsth5-uGWv9WsVsi .content-wrapper .wzcow0-section-title {
  margin-bottom: 40px;
}
.xxIsth5-uGWv9WsVsi .content-wrapper .text-wrapper .wzcow0-text {
  display: inline-flex;
  width: 60%;
  margin-bottom: 40px;
}
@media (max-width: 992px) {
  .xxIsth5-uGWv9WsVsi .content-wrapper .text-wrapper .wzcow0-text {
    margin-bottom: 30px;
    width: 100%;
  }
}
.xxIsth5-uGWv9WsVsi .wzcow0-section-title {
  color: #ffffff;
}
.xxIsth5-uGWv9WsVsi .wzcow0-text,
.xxIsth5-uGWv9WsVsi .text-wrapper {
  color: #ffffff;
  text-align: center;
}
.xxIsth5-uGWv9WsVsi .wzcow0-section-title,
.xxIsth5-uGWv9WsVsi .wzcow0-section-btn {
  text-align: center;
  color: #ffffff;
}
.xxIsth5-uH3amAG1nf {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-color: #000000;
}
.xxIsth5-uH3amAG1nf .wzcow0-fallback-image.disabled {
  display: none;
}
.xxIsth5-uH3amAG1nf .wzcow0-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.xxIsth5-uH3amAG1nf .container,
.xxIsth5-uH3amAG1nf .container-fluid {
  padding: 0 60px;
}
@media (max-width: 992px) {
  .xxIsth5-uH3amAG1nf .container,
  .xxIsth5-uH3amAG1nf .container-fluid {
    padding: 0 20px;
  }
}
.xxIsth5-uH3amAG1nf a {
  display: block;
}
.xxIsth5-uH3amAG1nf a .logo-wrapper {
  padding: 80px 80px 80px 0;
  border-right: 1px solid #fadd8a;
  border-bottom: 1px solid #fadd8a;
}
@media (max-width: 992px) {
  .xxIsth5-uH3amAG1nf a .logo-wrapper {
    border-right: none;
  }
}
@media (max-width: 992px) {
  .xxIsth5-uH3amAG1nf a .logo-wrapper {
    padding: 50px 0;
  }
}
.xxIsth5-uH3amAG1nf a .logo-wrapper img {
  height: 250px;
  width: 250px;
  object-fit: contain;
  border-radius: 10px;
  margin: 0 0 0 auto;
}
@media (max-width: 1200px) {
  .xxIsth5-uH3amAG1nf a .logo-wrapper img {
    height: 200px;
    width: 200px;
  }
}
@media (max-width: 992px) {
  .xxIsth5-uH3amAG1nf a .logo-wrapper img {
    margin: 0 auto;
  }
}
.xxIsth5-uH3amAG1nf .copy-wrapper {
  padding: 24px 24px 24px 0;
  border-right: 1px solid #fadd8a;
}
@media (max-width: 992px) {
  .xxIsth5-uH3amAG1nf .copy-wrapper {
    border-right: none;
  }
}
.xxIsth5-uH3amAG1nf .copy-wrapper .copyright {
  margin-bottom: 0;
}
.xxIsth5-uH3amAG1nf .list-wrapper {
  display: flex;
  justify-content: center;
  align-items: center;
  height: 100%;
}
@media (max-width: 992px) {
  .xxIsth5-uH3amAG1nf .list-wrapper {
    height: auto;
  }
}
.xxIsth5-uH3amAG1nf .list-wrapper .list {
  list-style-type: none;
  padding: 0;
  margin: 0;
}
@media (max-width: 992px) {
  .xxIsth5-uH3amAG1nf .list-wrapper .list {
    display: flex;
    justify-content: space-between;
    width: 100%;
    flex-wrap: wrap;
  }
}
.xxIsth5-uH3amAG1nf .list-wrapper .list .item-wrap {
  margin-bottom: 60px;
  transition: all 0.3s ease-out;
}
.xxIsth5-uH3amAG1nf .list-wrapper .list .item-wrap:last-child {
  margin-bottom: 0;
}
@media (max-width: 992px) {
  .xxIsth5-uH3amAG1nf .list-wrapper .list .item-wrap {
    margin-bottom: 22px;
  }
}
.xxIsth5-uH3amAG1nf .list-wrapper .list .item-wrap:hover {
  text-decoration: underline;
}
.xxIsth5-uH3amAG1nf .card-wrapper {
  display: flex;
  justify-content: center;
  align-items: center;
  height: 100%;
}
@media (max-width: 992px) {
  .xxIsth5-uH3amAG1nf .card-wrapper {
    margin-bottom: 50px;
  }
}
.xxIsth5-uH3amAG1nf .card-wrapper .card-wrap {
  padding: 24px;
  background-color: #6d1100;
  border-radius: 24px;
}
.xxIsth5-uH3amAG1nf .card-wrapper .card-wrap .wzcow0-section-title {
  margin-bottom: 42px;
}
.xxIsth5-uH3amAG1nf .card-wrapper .card-wrap .wzcow0-text {
  margin-bottom: 42px;
}
.xxIsth5-uH3amAG1nf .copyright {
  color: #ffffff;
}
.xxIsth5-uH3amAG1nf .wzcow0-section-title {
  color: #3d4045;
}
.xxIsth5-uH3amAG1nf .wzcow0-text {
  color: #3d4045;
}
.xxIsth5-uH3amAG1nf .list {
  color: #ffffff;
}
.xxIsth5-uH3amAG1nf .wzcow0-section-btn {
  text-align: right;
}
.xxIsth5-uH3amAG1nf .wzcow0-section-title,
.xxIsth5-uH3amAG1nf .wzcow0-section-btn {
  text-align: center;
  color: #ffffff;
}
.xxIsth5-uGWrRZg1lO {
  z-index: 1000;
  width: 100%;
  position: relative;
}
.xxIsth5-uGWrRZg1lO .dropdown-item:before {
  font-family: vosousox2 !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;
}
@media (max-width: 767px) {
  .xxIsth5-uGWrRZg1lO .navbar-toggler {
    transform: scale(0.8);
  }
}
.xxIsth5-uGWrRZg1lO .navbar-brand {
  flex-shrink: 0;
  align-items: center;
  margin-right: 0;
  padding: 10px 0;
  transition: all 0.3s;
  word-break: break-word;
  z-index: 1;
}
.xxIsth5-uGWrRZg1lO .navbar-brand img {
  max-width: 100%;
  max-height: 100%;
  border-radius: 8px !important;
}
.xxIsth5-uGWrRZg1lO .navbar-brand .navbar-caption {
  line-height: inherit !important;
}
.xxIsth5-uGWrRZg1lO .navbar-brand .navbar-logo a {
  outline: none;
}
.xxIsth5-uGWrRZg1lO .navbar-nav {
  margin: auto;
  margin-left: 0;
  margin-left: auto;
  margin-right: 0;
}
.xxIsth5-uGWrRZg1lO .navbar-nav .nav-item {
  padding: 0 !important;
  transition: .3s all !important;
}
.xxIsth5-uGWrRZg1lO .navbar-nav .nav-item .nav-link {
  padding: 16px !important;
  margin: 0 !important;
  border-radius: 1rem !important;
  transition: .3s all !important;
  border-radius: 4px !important;
}
.xxIsth5-uGWrRZg1lO .navbar-nav .nav-item .nav-link:hover {
  background-color: transparent;
}
.xxIsth5-uGWrRZg1lO .navbar-nav .open .nav-link::after {
  transform: rotate(180deg);
}
@media (min-width: 992px) {
  .xxIsth5-uGWrRZg1lO .navbar-nav .open .nav-link::before {
    content: "";
    width: 100%;
    height: 20px;
    top: 100%;
    background: transparent;
    position: absolute;
  }
}
.xxIsth5-uGWrRZg1lO .navbar-nav .dropdown-item {
  padding: 12px !important;
  border-radius: 0.5rem !important;
  margin: 0 8px !important;
  transition: .3s all !important;
  border-radius: 4px !important;
}
.xxIsth5-uGWrRZg1lO .navbar-nav .dropdown-item:hover {
  background-color: rgba(27, 31, 10, 0.06);
}
@media (min-width: 992px) {
  .xxIsth5-uGWrRZg1lO .navbar-nav {
    padding-left: 1.5rem;
  }
}
.xxIsth5-uGWrRZg1lO .nav-link {
  width: fit-content;
  position: relative;
}
.xxIsth5-uGWrRZg1lO .nav-link:hover {
  color: #fadd8a !important;
}
.xxIsth5-uGWrRZg1lO .navbar-logo {
  padding-right: 0;
  margin: 0 !important;
}
@media (max-width: 767px) {
  .xxIsth5-uGWrRZg1lO .navbar-logo {
    padding-left: 1rem;
  }
}
.xxIsth5-uGWrRZg1lO .navbar-caption {
  padding-left: 1rem;
  padding-right: .5rem;
  font-weight: 400;
}
.xxIsth5-uGWrRZg1lO .navbar-caption:hover,
.xxIsth5-uGWrRZg1lO .navbar-caption:focus {
  color: #fadd8a !important;
}
@media (max-width: 767px) {
  .xxIsth5-uGWrRZg1lO .nav-dropdown {
    padding-bottom: 0.5rem;
  }
}
.xxIsth5-uGWrRZg1lO .nav-dropdown .link.dropdown-toggle::after {
  margin-left: 0.5rem;
  margin-top: 0.2rem;
  transition: .3s all;
}
.xxIsth5-uGWrRZg1lO .menu-container {
  width: 100%;
  display: flex;
  min-height: 90px;
  padding: 10px;
  flex-wrap: nowrap;
  left: 0;
  right: 0;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: flex-end;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  border-radius: 16px;
  margin: 1rem 1rem 0;
  background-color: #000000;
  box-shadow: none;
  position: relative;
  border-radius: 0 !important;
}
.xxIsth5-uGWrRZg1lO .iconfont-wrapper {
  color: #404349 !important;
  font-size: 1.5rem;
  padding-right: 0.5rem;
  transition: all 0.3s ease-in-out;
}
.xxIsth5-uGWrRZg1lO .iconfont-wrapper:hover,
.xxIsth5-uGWrRZg1lO .iconfont-wrapper:focus {
  color: #fadd8a !important;
}
.xxIsth5-uGWrRZg1lO .dropdown-menu {
  flex-wrap: wrap;
  flex-direction: column;
  max-width: 100%;
  padding: 12px 4px !important;
  border-radius: 1.5rem;
  transition: .3s all !important;
  min-width: auto;
  background: #000000;
  border-radius: 4px !important;
}
.xxIsth5-uGWrRZg1lO .nav-item:focus,
.xxIsth5-uGWrRZg1lO .nav-link:focus {
  outline: none;
}
.xxIsth5-uGWrRZg1lO .dropdown .dropdown-menu .dropdown-item {
  width: auto;
  transition: all 0.25s ease-in-out;
}
.xxIsth5-uGWrRZg1lO .dropdown .dropdown-menu .dropdown-item::after {
  right: 0.5rem;
}
.xxIsth5-uGWrRZg1lO .dropdown .dropdown-menu .dropdown-item .wzcow0-iconfont {
  margin-right: 0.5rem;
  vertical-align: sub;
}
.xxIsth5-uGWrRZg1lO .dropdown .dropdown-menu .dropdown-item .wzcow0-iconfont:before {
  display: inline-block;
  transform: scale(1, 1);
  transition: all 0.25s ease-in-out;
}
.xxIsth5-uGWrRZg1lO .collapsed .dropdown-menu .dropdown-item:before {
  display: none;
}
.xxIsth5-uGWrRZg1lO .collapsed .dropdown .dropdown-menu .dropdown-item {
  padding: 0.235em 1.5em 0.235em 1.5em !important;
  transition: none;
  margin: 0 !important;
}
.xxIsth5-uGWrRZg1lO .navbar {
  min-height: 90px;
  transition: all 0.3s;
  border-bottom: 1px solid transparent;
  background: transparent !important;
  padding: 0 !important;
  border: none !important;
  box-shadow: none !important;
  border-radius: 0 !important;
}
.xxIsth5-uGWrRZg1lO .navbar.opened {
  transition: all 0.3s;
}
.xxIsth5-uGWrRZg1lO .navbar .dropdown-item {
  padding: 0.5rem 1.8rem;
}
.xxIsth5-uGWrRZg1lO .navbar .navbar-logo img {
  width: auto;
}
.xxIsth5-uGWrRZg1lO .navbar .navbar-collapse {
  z-index: 1;
  justify-content: flex-end;
}
@media (max-width: 992px) {
  .xxIsth5-uGWrRZg1lO .navbar .navbar-collapse {
    position: absolute;
  }
}
.xxIsth5-uGWrRZg1lO .navbar.collapsed {
  justify-content: center;
}
.xxIsth5-uGWrRZg1lO .navbar.collapsed .nav-item .nav-link::before {
  display: none;
}
.xxIsth5-uGWrRZg1lO .navbar.collapsed.opened .dropdown-menu {
  top: 0;
}
@media (min-width: 992px) {
  .xxIsth5-uGWrRZg1lO .navbar.collapsed.opened:not(.navbar-short) .navbar-collapse {
    max-height: calc(98.5vh - 3.5rem);
  }
}
.xxIsth5-uGWrRZg1lO .navbar.collapsed .dropdown-menu .dropdown-submenu {
  left: 0 !important;
}
.xxIsth5-uGWrRZg1lO .navbar.collapsed .dropdown-menu .dropdown-item:after {
  right: auto;
}
.xxIsth5-uGWrRZg1lO .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%;
}
.xxIsth5-uGWrRZg1lO .navbar.collapsed ul.navbar-nav li {
  margin: auto;
}
.xxIsth5-uGWrRZg1lO .navbar.collapsed .dropdown-menu .dropdown-item {
  padding: 0.25rem 1.5rem;
  text-align: center;
}
.xxIsth5-uGWrRZg1lO .navbar.collapsed .icons-menu {
  padding-left: 0;
  padding-right: 0;
  padding-top: 0.5rem;
  padding-bottom: 0.5rem;
}
@media (max-width: 767px) {
  .xxIsth5-uGWrRZg1lO .navbar {
    min-height: 72px;
  }
  .xxIsth5-uGWrRZg1lO .navbar .navbar-logo img {
    height: 2rem !important;
  }
}
@media (max-width: 991px) {
  .xxIsth5-uGWrRZg1lO .navbar .nav-item .nav-link::before {
    display: none;
  }
  .xxIsth5-uGWrRZg1lO .navbar.opened .dropdown-menu {
    top: 0;
  }
  .xxIsth5-uGWrRZg1lO .navbar .dropdown-menu .dropdown-submenu {
    left: 0 !important;
  }
  .xxIsth5-uGWrRZg1lO .navbar .dropdown-menu .dropdown-item:after {
    right: auto;
  }
  .xxIsth5-uGWrRZg1lO .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%;
  }
  .xxIsth5-uGWrRZg1lO .navbar .dropdown-menu .dropdown-item {
    padding: 0.25rem 1.5rem !important;
    text-align: center;
  }
  .xxIsth5-uGWrRZg1lO .navbar .navbar-brand {
    flex-shrink: initial;
    flex-basis: auto;
    word-break: break-word;
    padding-right: 10px;
  }
  .xxIsth5-uGWrRZg1lO .navbar .navbar-toggler {
    flex-basis: auto;
  }
  .xxIsth5-uGWrRZg1lO .navbar .icons-menu {
    padding-left: 0;
    padding-top: 0.5rem;
    padding-bottom: 0.5rem;
  }
}
.xxIsth5-uGWrRZg1lO .navbar.navbar-short .navbar-logo img {
  height: 2rem;
}
.xxIsth5-uGWrRZg1lO .dropdown-item.active,
.xxIsth5-uGWrRZg1lO .dropdown-item:active {
  background-color: transparent;
}
.xxIsth5-uGWrRZg1lO .navbar-expand-lg .navbar-nav .nav-link {
  padding: 0;
}
.xxIsth5-uGWrRZg1lO .nav-dropdown .link.dropdown-toggle {
  margin-right: 1.667em;
}
.xxIsth5-uGWrRZg1lO .nav-dropdown .link.dropdown-toggle[aria-expanded="true"] {
  margin-right: 0;
  padding: 0.667em 1.667em;
}
.xxIsth5-uGWrRZg1lO .navbar.navbar-expand-lg .dropdown .dropdown-menu {
  background: #000000;
}
.xxIsth5-uGWrRZg1lO .navbar.navbar-expand-lg .dropdown .dropdown-menu .dropdown-submenu {
  margin: 0;
  left: 105%;
  transform: none;
  top: -12px;
}
.xxIsth5-uGWrRZg1lO .navbar .dropdown.open > .dropdown-menu {
  display: flex;
}
.xxIsth5-uGWrRZg1lO ul.navbar-nav {
  flex-wrap: wrap;
}
.xxIsth5-uGWrRZg1lO .navbar-buttons {
  text-align: center;
  min-width: 140px;
}
@media (max-width: 992px) {
  .xxIsth5-uGWrRZg1lO .navbar-buttons {
    text-align: left;
  }
}
.xxIsth5-uGWrRZg1lO button.navbar-toggler {
  outline: none;
  width: 31px;
  height: 20px;
  cursor: pointer;
  transition: all 0.2s;
  position: relative;
  align-self: center;
}
.xxIsth5-uGWrRZg1lO button.navbar-toggler .hamburger span {
  position: absolute;
  right: 0;
  width: 30px;
  height: 2px;
  border-right: 5px;
  background-color: #404349;
}
.xxIsth5-uGWrRZg1lO button.navbar-toggler .hamburger span:nth-child(1) {
  top: 0;
  transition: all 0.2s;
}
.xxIsth5-uGWrRZg1lO button.navbar-toggler .hamburger span:nth-child(2) {
  top: 8px;
  transition: all 0.15s;
}
.xxIsth5-uGWrRZg1lO button.navbar-toggler .hamburger span:nth-child(3) {
  top: 8px;
  transition: all 0.15s;
}
.xxIsth5-uGWrRZg1lO button.navbar-toggler .hamburger span:nth-child(4) {
  top: 16px;
  transition: all 0.2s;
}
.xxIsth5-uGWrRZg1lO nav.opened .hamburger span:nth-child(1) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.xxIsth5-uGWrRZg1lO nav.opened .hamburger span:nth-child(2) {
  transform: rotate(45deg);
  transition: all 0.25s;
}
.xxIsth5-uGWrRZg1lO nav.opened .hamburger span:nth-child(3) {
  transform: rotate(-45deg);
  transition: all 0.25s;
}
.xxIsth5-uGWrRZg1lO nav.opened .hamburger span:nth-child(4) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.xxIsth5-uGWrRZg1lO .navbar-dropdown {
  padding: 0 1rem;
}
.xxIsth5-uGWrRZg1lO a.nav-link {
  display: flex;
  align-items: center;
  justify-content: center;
}
.xxIsth5-uGWrRZg1lO .icons-menu {
  flex-wrap: nowrap;
  display: flex;
  justify-content: center;
  padding-left: 1rem;
  padding-right: 0;
  padding-top: 0.3rem;
  text-align: center;
}
@media (max-width: 992px) {
  .xxIsth5-uGWrRZg1lO .icons-menu {
    justify-content: flex-start;
    margin-bottom: .5rem;
  }
}
@media screen and (-ms-high-contrast: active), (-ms-high-contrast: none) {
  .xxIsth5-uGWrRZg1lO .navbar {
    height: 70px;
  }
  .xxIsth5-uGWrRZg1lO .navbar.opened {
    height: auto;
  }
  .xxIsth5-uGWrRZg1lO .nav-item .nav-link:hover::before {
    width: 175%;
    max-width: calc(100% + 2rem);
    left: -1rem;
  }
}
.xxIsth5-uGWrRZg1lO .navbar .dropdown > .dropdown-menu {
  display: none;
  width: max-content;
  max-width: 500px !important;
  transform: translateX(-50%);
  top: calc(100% + 20px);
  left: 50%;
}
.xxIsth5-uGWrRZg1lO .navbar .dropdown > .dropdown-menu .dropdown-item {
  line-height: 1 !important;
}
.xxIsth5-uGWrRZg1lO .navbar .dropdown > .dropdown-menu .dropdown .dropdown-item {
  align-items: center;
  display: flex;
  height: max-content !important;
  min-height: max-content !important;
}
.xxIsth5-uGWrRZg1lO .navbar .dropdown > .dropdown-menu .dropdown .dropdown-item::after {
  display: inline-block;
  position: static;
  margin-left: 0.5rem;
  margin-top: 0;
  margin-right: 0;
  margin-bottom: 0;
  transition: .3s all;
  transform: rotate(-90deg);
}
.xxIsth5-uGWrRZg1lO .navbar .dropdown > .dropdown-menu .dropdown.open .dropdown-item::after {
  transform: rotate(0deg);
}
.xxIsth5-uGWrRZg1lO .wzcow0-section-btn {
  margin: -0.6rem -0.6rem;
  width: auto;
  padding-left: 1rem;
}
@media (max-width: 992px) {
  .xxIsth5-uGWrRZg1lO .wzcow0-section-btn {
    padding-left: 0;
  }
}
.xxIsth5-uGWrRZg1lO .wzcow0-section-btn .btn {
  justify-content: center;
  width: auto !important;
  padding: 25px 15px;
  min-width: 180px;
}
.xxIsth5-uGWrRZg1lO .navbar-toggler {
  margin-left: 12px;
  margin-right: 8px;
  order: 1000;
}
@media (max-width: 991px) {
  .xxIsth5-uGWrRZg1lO .navbar-brand {
    margin-right: auto;
  }
  .xxIsth5-uGWrRZg1lO .navbar-collapse {
    z-index: -1 !important;
    position: absolute;
    top: 110%;
    left: 0;
    width: 100%;
    padding: 1rem;
    border-radius: 1.5rem;
    background: #000000;
    border-radius: 4px !important;
  }
  .xxIsth5-uGWrRZg1lO .navbar-nav .nav-item .nav-link::after {
    margin-left: 10px;
  }
  .xxIsth5-uGWrRZg1lO .navbar-nav .dropdown-item:hover {
    background-color: rgba(27, 31, 10, 0.06);
  }
  .xxIsth5-uGWrRZg1lO .navbar .dropdown > .dropdown-menu {
    max-width: 100% !important;
    transform: translateX(0);
    top: 10px;
    left: 0;
    padding: 8px !important;
    border-radius: 1rem;
    background-color: rgba(27, 31, 10, 0.04) !important;
  }
  .xxIsth5-uGWrRZg1lO .navbar .dropdown > .dropdown-menu .dropdown-item {
    padding: 8px !important;
    line-height: 1 !important;
    margin-bottom: 4px !important;
  }
  .xxIsth5-uGWrRZg1lO .navbar .dropdown > .dropdown-menu .dropdown .dropdown-item {
    align-items: center;
    display: flex;
    height: max-content !important;
    min-height: max-content !important;
  }
  .xxIsth5-uGWrRZg1lO .navbar .dropdown > .dropdown-menu .dropdown .dropdown-item::after {
    display: inline-block;
    position: static;
    margin-left: 0.5rem;
    margin-top: 0;
    margin-right: 0;
    margin-bottom: 0;
    transition: .3s all;
    transform: rotate(0deg);
  }
  .xxIsth5-uGWrRZg1lO .navbar .dropdown > .dropdown-menu .dropdown.open .dropdown-item::after {
    transform: rotate(180deg);
  }
  .xxIsth5-uGWrRZg1lO .navbar .dropdown > .dropdown-menu .dropdown-submenu {
    position: static;
    width: 100%;
    max-width: 100% !important;
    transform: translateX(0) !important;
    top: 0;
    left: 0;
    padding: 8px !important;
    border-radius: 1rem;
    background-color: rgba(27, 31, 10, 0.04) !important;
  }
  .xxIsth5-uGWrRZg1lO .navbar .dropdown.open > .dropdown-menu {
    display: flex !important;
    flex-direction: column;
    align-items: flex-start;
  }
}
@media (max-width: 575px) {
  .xxIsth5-uGWrRZg1lO .navbar-collapse {
    padding: 1rem;
  }
}
.xxIsth5-uGWrRZg1lO .navbar-brand,
.xxIsth5-uGWrRZg1lO .navbar-toggler,
.xxIsth5-uGWrRZg1lO .navbar-collapse {
  position: relative;
  z-index: 1;
}
.xxIsth5-uGWvQNPjnU {
  padding-top: 7rem;
  padding-bottom: 6rem;
  background-color: #6d1100;
  background-image: linear-gradient(90deg, #6d1100 25%, #f77d06);
}
.xxIsth5-uGWvQNPjnU .wzcow0-fallback-image.disabled {
  display: none;
}
.xxIsth5-uGWvQNPjnU .wzcow0-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.xxIsth5-uGWvQNPjnU.wzcow0-fullscreen {
  flex-direction: column;
  justify-content: center;
}
.xxIsth5-uGWvQNPjnU .wzcow0-section-title {
  position: relative;
  color: #FFFFFF;
  z-index: 4;
}
@media (min-width: 992px) {
  .xxIsth5-uGWvQNPjnU .wzcow0-section-title {
    margin-bottom: -115px;
    font-size: 180px;
    line-height: 1;
  }
}
.xxIsth5-uGWvQNPjnU .img-wrapper {
  position: relative;
  max-width: 660px;
  border-radius: 40px;
  overflow: hidden;
  z-index: 3;
}
.xxIsth5-uGWvQNPjnU .wzcow0-section-subtitle {
  position: relative;
  color: #FFFFFF;
  z-index: 2;
}
@media (min-width: 992px) {
  .xxIsth5-uGWvQNPjnU .wzcow0-section-subtitle {
    margin-top: -50px;
    font-size: 180px;
    line-height: 1;
  }
}
.xxIsth5-uGWvQNPjnU .wzcow0-text {
  margin-top: 8px;
  position: relative;
  color: #FFFFFF;
  z-index: 1;
}
.xxIsth5-uGWw0Asv1n {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-color: #f79309;
  overflow: hidden;
}
.xxIsth5-uGWw0Asv1n .wzcow0-fallback-image.disabled {
  display: none;
}
.xxIsth5-uGWw0Asv1n .wzcow0-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.xxIsth5-uGWw0Asv1n .row {
  justify-content: center;
}
@media (max-width: 992px) {
  .xxIsth5-uGWw0Asv1n .container {
    padding: 0 15px;
  }
}
.xxIsth5-uGWw0Asv1n .title-wrapper {
  margin-bottom: 50px;
}
@media (max-width: 992px) {
  .xxIsth5-uGWw0Asv1n .title-wrapper {
    margin-bottom: 40px;
  }
}
.xxIsth5-uGWw0Asv1n .title-wrapper .wzcow0-section-title {
  margin-bottom: 30px;
}
@media (max-width: 992px) {
  .xxIsth5-uGWw0Asv1n .title-wrapper .wzcow0-section-title {
    margin-bottom: 20px;
  }
}
.xxIsth5-uGWw0Asv1n .title-wrapper .wzcow0-text {
  margin-bottom: 0;
}
.xxIsth5-uGWw0Asv1n .item {
  margin-bottom: 32px;
}
.xxIsth5-uGWw0Asv1n .item:hover .item-wrapper::before,
.xxIsth5-uGWw0Asv1n .item:focus .item-wrapper::before {
  top: -150px;
  right: -150px;
}
.xxIsth5-uGWw0Asv1n .item .item-wrapper {
  position: relative;
  background-color: #6d1100;
  border: 1px solid #000000;
  border-radius: 20px !important;
  padding: 40px 30px;
  overflow: hidden;
}
.xxIsth5-uGWw0Asv1n .item .item-wrapper::before {
  content: '';
  position: absolute;
  top: -400px;
  right: -400px;
  width: 300px;
  height: 300px;
  border-radius: 100%;
  background-color: #f79309;
  filter: blur(95px);
  transition: all 0.45s ease-in-out;
}
@media (max-width: 768px) {
  .xxIsth5-uGWw0Asv1n .item .item-wrapper::before {
    display: none;
  }
}
.xxIsth5-uGWw0Asv1n .item .item-wrapper .card-box {
  position: relative;
}
.xxIsth5-uGWw0Asv1n .item .item-wrapper .card-box .date-wrapper {
  margin-bottom: 15px;
  display: flex;
  align-items: center;
  justify-content: space-between;
}
@media (max-width: 768px) {
  .xxIsth5-uGWw0Asv1n .item .item-wrapper .card-box .date-wrapper {
    display: block;
  }
}
.xxIsth5-uGWw0Asv1n .item .item-wrapper .card-box .date-wrapper .wzcow0-date {
  margin-right: 10px;
  margin-bottom: 0;
}
@media (max-width: 768px) {
  .xxIsth5-uGWw0Asv1n .item .item-wrapper .card-box .date-wrapper .wzcow0-date {
    margin-bottom: 15px;
    margin-right: 0;
  }
}
.xxIsth5-uGWw0Asv1n .item .item-wrapper .card-box .date-wrapper .tag-wrapper {
  display: inline-flex;
  padding: 6px 9px 2px;
  border-radius: 6px;
  position: relative;
}
@media (max-width: 768px) {
  .xxIsth5-uGWw0Asv1n .item .item-wrapper .card-box .date-wrapper .tag-wrapper {
    margin: 0;
  }
}
.xxIsth5-uGWw0Asv1n .item .item-wrapper .card-box .date-wrapper .tag-wrapper:hover::before,
.xxIsth5-uGWw0Asv1n .item .item-wrapper .card-box .date-wrapper .tag-wrapper:focus::before {
  opacity: .85;
}
.xxIsth5-uGWw0Asv1n .item .item-wrapper .card-box .date-wrapper .tag-wrapper::before {
  content: '';
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-color: #1e6bff;
  border-radius: 6px;
  opacity: .4;
  transition: all 0.3s ease-in-out;
  pointer-events: none;
}
.xxIsth5-uGWw0Asv1n .item .item-wrapper .card-box .date-wrapper .tag-wrapper .wzcow0-tag {
  position: relative;
  margin-bottom: 0;
}
.xxIsth5-uGWw0Asv1n .item .item-wrapper .card-box .wzcow0-card-title {
  margin-bottom: 20px;
}
.xxIsth5-uGWw0Asv1n .item .item-wrapper .card-box .wzcow0-card-text {
  margin-bottom: 0;
}
.xxIsth5-uGWw0Asv1n .item .item-wrapper .card-box .wzcow0-section-btn {
  margin-top: 20px;
}
.xxIsth5-uGWw0Asv1n .item .item-wrapper .card-box .wzcow0-section-btn .btn-primary-outline,
.xxIsth5-uGWw0Asv1n .item .item-wrapper .card-box .wzcow0-section-btn .btn-secondary-outline,
.xxIsth5-uGWw0Asv1n .item .item-wrapper .card-box .wzcow0-section-btn .btn-success-outline,
.xxIsth5-uGWw0Asv1n .item .item-wrapper .card-box .wzcow0-section-btn .btn-info-outline,
.xxIsth5-uGWw0Asv1n .item .item-wrapper .card-box .wzcow0-section-btn .btn-warning-outline,
.xxIsth5-uGWw0Asv1n .item .item-wrapper .card-box .wzcow0-section-btn .btn-danger-outline,
.xxIsth5-uGWw0Asv1n .item .item-wrapper .card-box .wzcow0-section-btn .btn-white-outline,
.xxIsth5-uGWw0Asv1n .item .item-wrapper .card-box .wzcow0-section-btn .btn-black-outline {
  padding: 0;
  border: none !important;
}
.xxIsth5-uGWw0Asv1n .item .item-wrapper .card-box .wzcow0-section-btn .btn-primary-outline:hover,
.xxIsth5-uGWw0Asv1n .item .item-wrapper .card-box .wzcow0-section-btn .btn-secondary-outline:hover,
.xxIsth5-uGWw0Asv1n .item .item-wrapper .card-box .wzcow0-section-btn .btn-success-outline:hover,
.xxIsth5-uGWw0Asv1n .item .item-wrapper .card-box .wzcow0-section-btn .btn-info-outline:hover,
.xxIsth5-uGWw0Asv1n .item .item-wrapper .card-box .wzcow0-section-btn .btn-warning-outline:hover,
.xxIsth5-uGWw0Asv1n .item .item-wrapper .card-box .wzcow0-section-btn .btn-danger-outline:hover,
.xxIsth5-uGWw0Asv1n .item .item-wrapper .card-box .wzcow0-section-btn .btn-white-outline:hover,
.xxIsth5-uGWw0Asv1n .item .item-wrapper .card-box .wzcow0-section-btn .btn-black-outline:hover,
.xxIsth5-uGWw0Asv1n .item .item-wrapper .card-box .wzcow0-section-btn .btn-primary-outline:focus,
.xxIsth5-uGWw0Asv1n .item .item-wrapper .card-box .wzcow0-section-btn .btn-secondary-outline:focus,
.xxIsth5-uGWw0Asv1n .item .item-wrapper .card-box .wzcow0-section-btn .btn-success-outline:focus,
.xxIsth5-uGWw0Asv1n .item .item-wrapper .card-box .wzcow0-section-btn .btn-info-outline:focus,
.xxIsth5-uGWw0Asv1n .item .item-wrapper .card-box .wzcow0-section-btn .btn-warning-outline:focus,
.xxIsth5-uGWw0Asv1n .item .item-wrapper .card-box .wzcow0-section-btn .btn-danger-outline:focus,
.xxIsth5-uGWw0Asv1n .item .item-wrapper .card-box .wzcow0-section-btn .btn-white-outline:focus,
.xxIsth5-uGWw0Asv1n .item .item-wrapper .card-box .wzcow0-section-btn .btn-black-outline:focus {
  text-decoration: underline;
}
.xxIsth5-uGWw0Asv1n .wzcow0-section-title {
  color: #ffffff;
  text-align: center;
}
.xxIsth5-uGWw0Asv1n .wzcow0-text {
  color: #d2d2df;
  text-align: center;
}
.xxIsth5-uGWw0Asv1n .wzcow0-date {
  color: #ffffff;
}
.xxIsth5-uGWw0Asv1n .wzcow0-tag {
  color: #ffffff;
}
.xxIsth5-uGWw0Asv1n .wzcow0-card-title {
  color: #f2ac2b;
}
.xxIsth5-uGWw0Asv1n .wzcow0-card-text {
  color: #ffffff;
  text-align: center;
}
.xxIsth5-uGWw0Asv1n .wzcow0-card-title,
.xxIsth5-uGWw0Asv1n .wzcow0-section-btn {
  color: #ffffff;
  text-align: center;
}
.xxIsth5-uGWwfYD39o {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-color: #972915;
  background-image: linear-gradient(135deg, #000000 10%, #972915 80%, #6d1100 130%);
}
.xxIsth5-uGWwfYD39o .wzcow0-fallback-image.disabled {
  display: none;
}
.xxIsth5-uGWwfYD39o .wzcow0-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.xxIsth5-uGWwfYD39o .row {
  justify-content: center;
}
.xxIsth5-uGWwfYD39o .content-wrapper .logo-wrapper {
  margin-bottom: 22px;
}
.xxIsth5-uGWwfYD39o .content-wrapper .logo-wrapper img {
  display: inline-flex;
  width: 130px;
  height: 130px;
  object-fit: cover;
}
.xxIsth5-uGWwfYD39o .content-wrapper .wzcow0-section-title {
  margin-bottom: 22px;
}
.xxIsth5-uGWwfYD39o .content-wrapper .text-wrapper .wzcow0-text {
  display: inline-block;
  width: 80%;
  margin-bottom: 0;
}
@media (max-width: 992px) {
  .xxIsth5-uGWwfYD39o .content-wrapper .text-wrapper .wzcow0-text {
    width: 100%;
  }
}
.xxIsth5-uGWwfYD39o .content-wrapper .wzcow0-section-btn {
  margin-top: 32px;
}
.xxIsth5-uGWwfYD39o .content-wrapper .wzcow0-section-btn .wzcow0-section-title {
  margin-top: 22px;
}
.xxIsth5-uGWwfYD39o .wzcow0-section-title {
  color: #ffffff;
}
.xxIsth5-uGWwfYD39o .wzcow0-text,
.xxIsth5-uGWwfYD39o .text-wrapper {
  color: #ffffff;
  text-align: center;
}
.xxIsth5-uGWwfYD39o .wzcow0-section-title,
.xxIsth5-uGWwfYD39o .wzcow0-section-btn,
.xxIsth5-uGWwfYD39o .logo-wrapper {
  text-align: center;
}
.xxIsth5-uH3amAG1nf {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-color: #000000;
}
.xxIsth5-uH3amAG1nf .wzcow0-fallback-image.disabled {
  display: none;
}
.xxIsth5-uH3amAG1nf .wzcow0-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.xxIsth5-uH3amAG1nf .container,
.xxIsth5-uH3amAG1nf .container-fluid {
  padding: 0 60px;
}
@media (max-width: 992px) {
  .xxIsth5-uH3amAG1nf .container,
  .xxIsth5-uH3amAG1nf .container-fluid {
    padding: 0 20px;
  }
}
.xxIsth5-uH3amAG1nf a {
  display: block;
}
.xxIsth5-uH3amAG1nf a .logo-wrapper {
  padding: 80px 80px 80px 0;
  border-right: 1px solid #fadd8a;
  border-bottom: 1px solid #fadd8a;
}
@media (max-width: 992px) {
  .xxIsth5-uH3amAG1nf a .logo-wrapper {
    border-right: none;
  }
}
@media (max-width: 992px) {
  .xxIsth5-uH3amAG1nf a .logo-wrapper {
    padding: 50px 0;
  }
}
.xxIsth5-uH3amAG1nf a .logo-wrapper img {
  height: 250px;
  width: 250px;
  object-fit: contain;
  border-radius: 10px;
  margin: 0 0 0 auto;
}
@media (max-width: 1200px) {
  .xxIsth5-uH3amAG1nf a .logo-wrapper img {
    height: 200px;
    width: 200px;
  }
}
@media (max-width: 992px) {
  .xxIsth5-uH3amAG1nf a .logo-wrapper img {
    margin: 0 auto;
  }
}
.xxIsth5-uH3amAG1nf .copy-wrapper {
  padding: 24px 24px 24px 0;
  border-right: 1px solid #fadd8a;
}
@media (max-width: 992px) {
  .xxIsth5-uH3amAG1nf .copy-wrapper {
    border-right: none;
  }
}
.xxIsth5-uH3amAG1nf .copy-wrapper .copyright {
  margin-bottom: 0;
}
.xxIsth5-uH3amAG1nf .list-wrapper {
  display: flex;
  justify-content: center;
  align-items: center;
  height: 100%;
}
@media (max-width: 992px) {
  .xxIsth5-uH3amAG1nf .list-wrapper {
    height: auto;
  }
}
.xxIsth5-uH3amAG1nf .list-wrapper .list {
  list-style-type: none;
  padding: 0;
  margin: 0;
}
@media (max-width: 992px) {
  .xxIsth5-uH3amAG1nf .list-wrapper .list {
    display: flex;
    justify-content: space-between;
    width: 100%;
    flex-wrap: wrap;
  }
}
.xxIsth5-uH3amAG1nf .list-wrapper .list .item-wrap {
  margin-bottom: 60px;
  transition: all 0.3s ease-out;
}
.xxIsth5-uH3amAG1nf .list-wrapper .list .item-wrap:last-child {
  margin-bottom: 0;
}
@media (max-width: 992px) {
  .xxIsth5-uH3amAG1nf .list-wrapper .list .item-wrap {
    margin-bottom: 22px;
  }
}
.xxIsth5-uH3amAG1nf .list-wrapper .list .item-wrap:hover {
  text-decoration: underline;
}
.xxIsth5-uH3amAG1nf .card-wrapper {
  display: flex;
  justify-content: center;
  align-items: center;
  height: 100%;
}
@media (max-width: 992px) {
  .xxIsth5-uH3amAG1nf .card-wrapper {
    margin-bottom: 50px;
  }
}
.xxIsth5-uH3amAG1nf .card-wrapper .card-wrap {
  padding: 24px;
  background-color: #6d1100;
  border-radius: 24px;
}
.xxIsth5-uH3amAG1nf .card-wrapper .card-wrap .wzcow0-section-title {
  margin-bottom: 42px;
}
.xxIsth5-uH3amAG1nf .card-wrapper .card-wrap .wzcow0-text {
  margin-bottom: 42px;
}
.xxIsth5-uH3amAG1nf .copyright {
  color: #ffffff;
}
.xxIsth5-uH3amAG1nf .wzcow0-section-title {
  color: #3d4045;
}
.xxIsth5-uH3amAG1nf .wzcow0-text {
  color: #3d4045;
}
.xxIsth5-uH3amAG1nf .list {
  color: #ffffff;
}
.xxIsth5-uH3amAG1nf .wzcow0-section-btn {
  text-align: right;
}
.xxIsth5-uH3amAG1nf .wzcow0-section-title,
.xxIsth5-uH3amAG1nf .wzcow0-section-btn {
  text-align: center;
  color: #ffffff;
}
.xxIsth5-uGWwsRXX2d {
  z-index: 1000;
  width: 100%;
  position: relative;
}
.xxIsth5-uGWwsRXX2d .dropdown-item:before {
  font-family: vosousox2 !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;
}
@media (max-width: 767px) {
  .xxIsth5-uGWwsRXX2d .navbar-toggler {
    transform: scale(0.8);
  }
}
.xxIsth5-uGWwsRXX2d .navbar-brand {
  flex-shrink: 0;
  align-items: center;
  margin-right: 0;
  padding: 10px 0;
  transition: all 0.3s;
  word-break: break-word;
  z-index: 1;
}
.xxIsth5-uGWwsRXX2d .navbar-brand img {
  max-width: 100%;
  max-height: 100%;
  border-radius: 8px !important;
}
.xxIsth5-uGWwsRXX2d .navbar-brand .navbar-caption {
  line-height: inherit !important;
}
.xxIsth5-uGWwsRXX2d .navbar-brand .navbar-logo a {
  outline: none;
}
.xxIsth5-uGWwsRXX2d .navbar-nav {
  margin: auto;
  margin-left: 0;
  margin-left: auto;
  margin-right: 0;
}
.xxIsth5-uGWwsRXX2d .navbar-nav .nav-item {
  padding: 0 !important;
  transition: .3s all !important;
}
.xxIsth5-uGWwsRXX2d .navbar-nav .nav-item .nav-link {
  padding: 16px !important;
  margin: 0 !important;
  border-radius: 1rem !important;
  transition: .3s all !important;
  border-radius: 4px !important;
}
.xxIsth5-uGWwsRXX2d .navbar-nav .nav-item .nav-link:hover {
  background-color: transparent;
}
.xxIsth5-uGWwsRXX2d .navbar-nav .open .nav-link::after {
  transform: rotate(180deg);
}
@media (min-width: 992px) {
  .xxIsth5-uGWwsRXX2d .navbar-nav .open .nav-link::before {
    content: "";
    width: 100%;
    height: 20px;
    top: 100%;
    background: transparent;
    position: absolute;
  }
}
.xxIsth5-uGWwsRXX2d .navbar-nav .dropdown-item {
  padding: 12px !important;
  border-radius: 0.5rem !important;
  margin: 0 8px !important;
  transition: .3s all !important;
  border-radius: 4px !important;
}
.xxIsth5-uGWwsRXX2d .navbar-nav .dropdown-item:hover {
  background-color: rgba(27, 31, 10, 0.06);
}
@media (min-width: 992px) {
  .xxIsth5-uGWwsRXX2d .navbar-nav {
    padding-left: 1.5rem;
  }
}
.xxIsth5-uGWwsRXX2d .nav-link {
  width: fit-content;
  position: relative;
}
.xxIsth5-uGWwsRXX2d .nav-link:hover {
  color: #fadd8a !important;
}
.xxIsth5-uGWwsRXX2d .navbar-logo {
  padding-right: 0;
  margin: 0 !important;
}
@media (max-width: 767px) {
  .xxIsth5-uGWwsRXX2d .navbar-logo {
    padding-left: 1rem;
  }
}
.xxIsth5-uGWwsRXX2d .navbar-caption {
  padding-left: 1rem;
  padding-right: .5rem;
  font-weight: 400;
}
.xxIsth5-uGWwsRXX2d .navbar-caption:hover,
.xxIsth5-uGWwsRXX2d .navbar-caption:focus {
  color: #fadd8a !important;
}
@media (max-width: 767px) {
  .xxIsth5-uGWwsRXX2d .nav-dropdown {
    padding-bottom: 0.5rem;
  }
}
.xxIsth5-uGWwsRXX2d .nav-dropdown .link.dropdown-toggle::after {
  margin-left: 0.5rem;
  margin-top: 0.2rem;
  transition: .3s all;
}
.xxIsth5-uGWwsRXX2d .menu-container {
  width: 100%;
  display: flex;
  min-height: 90px;
  padding: 10px;
  flex-wrap: nowrap;
  left: 0;
  right: 0;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: flex-end;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  border-radius: 16px;
  margin: 1rem 1rem 0;
  background-color: #000000;
  box-shadow: none;
  position: relative;
  border-radius: 0 !important;
}
.xxIsth5-uGWwsRXX2d .iconfont-wrapper {
  color: #404349 !important;
  font-size: 1.5rem;
  padding-right: 0.5rem;
  transition: all 0.3s ease-in-out;
}
.xxIsth5-uGWwsRXX2d .iconfont-wrapper:hover,
.xxIsth5-uGWwsRXX2d .iconfont-wrapper:focus {
  color: #fadd8a !important;
}
.xxIsth5-uGWwsRXX2d .dropdown-menu {
  flex-wrap: wrap;
  flex-direction: column;
  max-width: 100%;
  padding: 12px 4px !important;
  border-radius: 1.5rem;
  transition: .3s all !important;
  min-width: auto;
  background: #000000;
  border-radius: 4px !important;
}
.xxIsth5-uGWwsRXX2d .nav-item:focus,
.xxIsth5-uGWwsRXX2d .nav-link:focus {
  outline: none;
}
.xxIsth5-uGWwsRXX2d .dropdown .dropdown-menu .dropdown-item {
  width: auto;
  transition: all 0.25s ease-in-out;
}
.xxIsth5-uGWwsRXX2d .dropdown .dropdown-menu .dropdown-item::after {
  right: 0.5rem;
}
.xxIsth5-uGWwsRXX2d .dropdown .dropdown-menu .dropdown-item .wzcow0-iconfont {
  margin-right: 0.5rem;
  vertical-align: sub;
}
.xxIsth5-uGWwsRXX2d .dropdown .dropdown-menu .dropdown-item .wzcow0-iconfont:before {
  display: inline-block;
  transform: scale(1, 1);
  transition: all 0.25s ease-in-out;
}
.xxIsth5-uGWwsRXX2d .collapsed .dropdown-menu .dropdown-item:before {
  display: none;
}
.xxIsth5-uGWwsRXX2d .collapsed .dropdown .dropdown-menu .dropdown-item {
  padding: 0.235em 1.5em 0.235em 1.5em !important;
  transition: none;
  margin: 0 !important;
}
.xxIsth5-uGWwsRXX2d .navbar {
  min-height: 90px;
  transition: all 0.3s;
  border-bottom: 1px solid transparent;
  background: transparent !important;
  padding: 0 !important;
  border: none !important;
  box-shadow: none !important;
  border-radius: 0 !important;
}
.xxIsth5-uGWwsRXX2d .navbar.opened {
  transition: all 0.3s;
}
.xxIsth5-uGWwsRXX2d .navbar .dropdown-item {
  padding: 0.5rem 1.8rem;
}
.xxIsth5-uGWwsRXX2d .navbar .navbar-logo img {
  width: auto;
}
.xxIsth5-uGWwsRXX2d .navbar .navbar-collapse {
  z-index: 1;
  justify-content: flex-end;
}
@media (max-width: 992px) {
  .xxIsth5-uGWwsRXX2d .navbar .navbar-collapse {
    position: absolute;
  }
}
.xxIsth5-uGWwsRXX2d .navbar.collapsed {
  justify-content: center;
}
.xxIsth5-uGWwsRXX2d .navbar.collapsed .nav-item .nav-link::before {
  display: none;
}
.xxIsth5-uGWwsRXX2d .navbar.collapsed.opened .dropdown-menu {
  top: 0;
}
@media (min-width: 992px) {
  .xxIsth5-uGWwsRXX2d .navbar.collapsed.opened:not(.navbar-short) .navbar-collapse {
    max-height: calc(98.5vh - 3.5rem);
  }
}
.xxIsth5-uGWwsRXX2d .navbar.collapsed .dropdown-menu .dropdown-submenu {
  left: 0 !important;
}
.xxIsth5-uGWwsRXX2d .navbar.collapsed .dropdown-menu .dropdown-item:after {
  right: auto;
}
.xxIsth5-uGWwsRXX2d .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%;
}
.xxIsth5-uGWwsRXX2d .navbar.collapsed ul.navbar-nav li {
  margin: auto;
}
.xxIsth5-uGWwsRXX2d .navbar.collapsed .dropdown-menu .dropdown-item {
  padding: 0.25rem 1.5rem;
  text-align: center;
}
.xxIsth5-uGWwsRXX2d .navbar.collapsed .icons-menu {
  padding-left: 0;
  padding-right: 0;
  padding-top: 0.5rem;
  padding-bottom: 0.5rem;
}
@media (max-width: 767px) {
  .xxIsth5-uGWwsRXX2d .navbar {
    min-height: 72px;
  }
  .xxIsth5-uGWwsRXX2d .navbar .navbar-logo img {
    height: 2rem !important;
  }
}
@media (max-width: 991px) {
  .xxIsth5-uGWwsRXX2d .navbar .nav-item .nav-link::before {
    display: none;
  }
  .xxIsth5-uGWwsRXX2d .navbar.opened .dropdown-menu {
    top: 0;
  }
  .xxIsth5-uGWwsRXX2d .navbar .dropdown-menu .dropdown-submenu {
    left: 0 !important;
  }
  .xxIsth5-uGWwsRXX2d .navbar .dropdown-menu .dropdown-item:after {
    right: auto;
  }
  .xxIsth5-uGWwsRXX2d .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%;
  }
  .xxIsth5-uGWwsRXX2d .navbar .dropdown-menu .dropdown-item {
    padding: 0.25rem 1.5rem !important;
    text-align: center;
  }
  .xxIsth5-uGWwsRXX2d .navbar .navbar-brand {
    flex-shrink: initial;
    flex-basis: auto;
    word-break: break-word;
    padding-right: 10px;
  }
  .xxIsth5-uGWwsRXX2d .navbar .navbar-toggler {
    flex-basis: auto;
  }
  .xxIsth5-uGWwsRXX2d .navbar .icons-menu {
    padding-left: 0;
    padding-top: 0.5rem;
    padding-bottom: 0.5rem;
  }
}
.xxIsth5-uGWwsRXX2d .navbar.navbar-short .navbar-logo img {
  height: 2rem;
}
.xxIsth5-uGWwsRXX2d .dropdown-item.active,
.xxIsth5-uGWwsRXX2d .dropdown-item:active {
  background-color: transparent;
}
.xxIsth5-uGWwsRXX2d .navbar-expand-lg .navbar-nav .nav-link {
  padding: 0;
}
.xxIsth5-uGWwsRXX2d .nav-dropdown .link.dropdown-toggle {
  margin-right: 1.667em;
}
.xxIsth5-uGWwsRXX2d .nav-dropdown .link.dropdown-toggle[aria-expanded="true"] {
  margin-right: 0;
  padding: 0.667em 1.667em;
}
.xxIsth5-uGWwsRXX2d .navbar.navbar-expand-lg .dropdown .dropdown-menu {
  background: #000000;
}
.xxIsth5-uGWwsRXX2d .navbar.navbar-expand-lg .dropdown .dropdown-menu .dropdown-submenu {
  margin: 0;
  left: 105%;
  transform: none;
  top: -12px;
}
.xxIsth5-uGWwsRXX2d .navbar .dropdown.open > .dropdown-menu {
  display: flex;
}
.xxIsth5-uGWwsRXX2d ul.navbar-nav {
  flex-wrap: wrap;
}
.xxIsth5-uGWwsRXX2d .navbar-buttons {
  text-align: center;
  min-width: 140px;
}
@media (max-width: 992px) {
  .xxIsth5-uGWwsRXX2d .navbar-buttons {
    text-align: left;
  }
}
.xxIsth5-uGWwsRXX2d button.navbar-toggler {
  outline: none;
  width: 31px;
  height: 20px;
  cursor: pointer;
  transition: all 0.2s;
  position: relative;
  align-self: center;
}
.xxIsth5-uGWwsRXX2d button.navbar-toggler .hamburger span {
  position: absolute;
  right: 0;
  width: 30px;
  height: 2px;
  border-right: 5px;
  background-color: #404349;
}
.xxIsth5-uGWwsRXX2d button.navbar-toggler .hamburger span:nth-child(1) {
  top: 0;
  transition: all 0.2s;
}
.xxIsth5-uGWwsRXX2d button.navbar-toggler .hamburger span:nth-child(2) {
  top: 8px;
  transition: all 0.15s;
}
.xxIsth5-uGWwsRXX2d button.navbar-toggler .hamburger span:nth-child(3) {
  top: 8px;
  transition: all 0.15s;
}
.xxIsth5-uGWwsRXX2d button.navbar-toggler .hamburger span:nth-child(4) {
  top: 16px;
  transition: all 0.2s;
}
.xxIsth5-uGWwsRXX2d nav.opened .hamburger span:nth-child(1) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.xxIsth5-uGWwsRXX2d nav.opened .hamburger span:nth-child(2) {
  transform: rotate(45deg);
  transition: all 0.25s;
}
.xxIsth5-uGWwsRXX2d nav.opened .hamburger span:nth-child(3) {
  transform: rotate(-45deg);
  transition: all 0.25s;
}
.xxIsth5-uGWwsRXX2d nav.opened .hamburger span:nth-child(4) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.xxIsth5-uGWwsRXX2d .navbar-dropdown {
  padding: 0 1rem;
}
.xxIsth5-uGWwsRXX2d a.nav-link {
  display: flex;
  align-items: center;
  justify-content: center;
}
.xxIsth5-uGWwsRXX2d .icons-menu {
  flex-wrap: nowrap;
  display: flex;
  justify-content: center;
  padding-left: 1rem;
  padding-right: 0;
  padding-top: 0.3rem;
  text-align: center;
}
@media (max-width: 992px) {
  .xxIsth5-uGWwsRXX2d .icons-menu {
    justify-content: flex-start;
    margin-bottom: .5rem;
  }
}
@media screen and (-ms-high-contrast: active), (-ms-high-contrast: none) {
  .xxIsth5-uGWwsRXX2d .navbar {
    height: 70px;
  }
  .xxIsth5-uGWwsRXX2d .navbar.opened {
    height: auto;
  }
  .xxIsth5-uGWwsRXX2d .nav-item .nav-link:hover::before {
    width: 175%;
    max-width: calc(100% + 2rem);
    left: -1rem;
  }
}
.xxIsth5-uGWwsRXX2d .navbar .dropdown > .dropdown-menu {
  display: none;
  width: max-content;
  max-width: 500px !important;
  transform: translateX(-50%);
  top: calc(100% + 20px);
  left: 50%;
}
.xxIsth5-uGWwsRXX2d .navbar .dropdown > .dropdown-menu .dropdown-item {
  line-height: 1 !important;
}
.xxIsth5-uGWwsRXX2d .navbar .dropdown > .dropdown-menu .dropdown .dropdown-item {
  align-items: center;
  display: flex;
  height: max-content !important;
  min-height: max-content !important;
}
.xxIsth5-uGWwsRXX2d .navbar .dropdown > .dropdown-menu .dropdown .dropdown-item::after {
  display: inline-block;
  position: static;
  margin-left: 0.5rem;
  margin-top: 0;
  margin-right: 0;
  margin-bottom: 0;
  transition: .3s all;
  transform: rotate(-90deg);
}
.xxIsth5-uGWwsRXX2d .navbar .dropdown > .dropdown-menu .dropdown.open .dropdown-item::after {
  transform: rotate(0deg);
}
.xxIsth5-uGWwsRXX2d .wzcow0-section-btn {
  margin: -0.6rem -0.6rem;
  width: auto;
  padding-left: 1rem;
}
@media (max-width: 992px) {
  .xxIsth5-uGWwsRXX2d .wzcow0-section-btn {
    padding-left: 0;
  }
}
.xxIsth5-uGWwsRXX2d .wzcow0-section-btn .btn {
  justify-content: center;
  width: auto !important;
  padding: 25px 15px;
  min-width: 180px;
}
.xxIsth5-uGWwsRXX2d .navbar-toggler {
  margin-left: 12px;
  margin-right: 8px;
  order: 1000;
}
@media (max-width: 991px) {
  .xxIsth5-uGWwsRXX2d .navbar-brand {
    margin-right: auto;
  }
  .xxIsth5-uGWwsRXX2d .navbar-collapse {
    z-index: -1 !important;
    position: absolute;
    top: 110%;
    left: 0;
    width: 100%;
    padding: 1rem;
    border-radius: 1.5rem;
    background: #000000;
    border-radius: 4px !important;
  }
  .xxIsth5-uGWwsRXX2d .navbar-nav .nav-item .nav-link::after {
    margin-left: 10px;
  }
  .xxIsth5-uGWwsRXX2d .navbar-nav .dropdown-item:hover {
    background-color: rgba(27, 31, 10, 0.06);
  }
  .xxIsth5-uGWwsRXX2d .navbar .dropdown > .dropdown-menu {
    max-width: 100% !important;
    transform: translateX(0);
    top: 10px;
    left: 0;
    padding: 8px !important;
    border-radius: 1rem;
    background-color: rgba(27, 31, 10, 0.04) !important;
  }
  .xxIsth5-uGWwsRXX2d .navbar .dropdown > .dropdown-menu .dropdown-item {
    padding: 8px !important;
    line-height: 1 !important;
    margin-bottom: 4px !important;
  }
  .xxIsth5-uGWwsRXX2d .navbar .dropdown > .dropdown-menu .dropdown .dropdown-item {
    align-items: center;
    display: flex;
    height: max-content !important;
    min-height: max-content !important;
  }
  .xxIsth5-uGWwsRXX2d .navbar .dropdown > .dropdown-menu .dropdown .dropdown-item::after {
    display: inline-block;
    position: static;
    margin-left: 0.5rem;
    margin-top: 0;
    margin-right: 0;
    margin-bottom: 0;
    transition: .3s all;
    transform: rotate(0deg);
  }
  .xxIsth5-uGWwsRXX2d .navbar .dropdown > .dropdown-menu .dropdown.open .dropdown-item::after {
    transform: rotate(180deg);
  }
  .xxIsth5-uGWwsRXX2d .navbar .dropdown > .dropdown-menu .dropdown-submenu {
    position: static;
    width: 100%;
    max-width: 100% !important;
    transform: translateX(0) !important;
    top: 0;
    left: 0;
    padding: 8px !important;
    border-radius: 1rem;
    background-color: rgba(27, 31, 10, 0.04) !important;
  }
  .xxIsth5-uGWwsRXX2d .navbar .dropdown.open > .dropdown-menu {
    display: flex !important;
    flex-direction: column;
    align-items: flex-start;
  }
}
@media (max-width: 575px) {
  .xxIsth5-uGWwsRXX2d .navbar-collapse {
    padding: 1rem;
  }
}
.xxIsth5-uGWwsRXX2d .navbar-brand,
.xxIsth5-uGWwsRXX2d .navbar-toggler,
.xxIsth5-uGWwsRXX2d .navbar-collapse {
  position: relative;
  z-index: 1;
}
.xxIsth5-uGWwsSDbTM {
  padding-top: 7rem;
  padding-bottom: 6rem;
  background-color: #000000;
  background-image: linear-gradient(180deg, #000000 25%, #6d1100);
}
.xxIsth5-uGWwsSDbTM .wzcow0-fallback-image.disabled {
  display: none;
}
.xxIsth5-uGWwsSDbTM .wzcow0-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.xxIsth5-uGWwsSDbTM.wzcow0-fullscreen {
  flex-direction: column;
  justify-content: center;
}
.xxIsth5-uGWwsSDbTM .wzcow0-section-title {
  position: relative;
  color: #FFFFFF;
  z-index: 4;
}
@media (min-width: 992px) {
  .xxIsth5-uGWwsSDbTM .wzcow0-section-title {
    margin-bottom: -115px;
    font-size: 180px;
    line-height: 1;
  }
}
.xxIsth5-uGWwsSDbTM .img-wrapper {
  position: relative;
  max-width: 660px;
  border-radius: 40px;
  overflow: hidden;
  z-index: 3;
}
.xxIsth5-uGWwsSDbTM .wzcow0-section-subtitle {
  position: relative;
  color: #FFFFFF;
  z-index: 2;
}
@media (min-width: 992px) {
  .xxIsth5-uGWwsSDbTM .wzcow0-section-subtitle {
    margin-top: -50px;
    font-size: 180px;
    line-height: 1;
  }
}
.xxIsth5-uGWwsSDbTM .wzcow0-text {
  margin-top: 8px;
  position: relative;
  color: #FFFFFF;
  z-index: 1;
}
.xxIsth5-uGWwsTbLDY {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-color: #6d1100;
  overflow: hidden;
}
.xxIsth5-uGWwsTbLDY .wzcow0-fallback-image.disabled {
  display: none;
}
.xxIsth5-uGWwsTbLDY .wzcow0-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.xxIsth5-uGWwsTbLDY .row {
  justify-content: center;
}
@media (max-width: 992px) {
  .xxIsth5-uGWwsTbLDY .container {
    padding: 0 15px;
  }
}
.xxIsth5-uGWwsTbLDY .title-wrapper {
  margin-bottom: 50px;
}
@media (max-width: 992px) {
  .xxIsth5-uGWwsTbLDY .title-wrapper {
    margin-bottom: 40px;
  }
}
.xxIsth5-uGWwsTbLDY .title-wrapper .wzcow0-section-title {
  margin-bottom: 30px;
}
@media (max-width: 992px) {
  .xxIsth5-uGWwsTbLDY .title-wrapper .wzcow0-section-title {
    margin-bottom: 20px;
  }
}
.xxIsth5-uGWwsTbLDY .title-wrapper .wzcow0-text {
  margin-bottom: 0;
}
.xxIsth5-uGWwsTbLDY .item {
  margin-bottom: 32px;
}
.xxIsth5-uGWwsTbLDY .item:hover .item-wrapper::before,
.xxIsth5-uGWwsTbLDY .item:focus .item-wrapper::before {
  top: -150px;
  right: -150px;
}
.xxIsth5-uGWwsTbLDY .item .item-wrapper {
  position: relative;
  background-color: #f79309;
  border: 1px solid #000000;
  border-radius: 20px !important;
  padding: 40px 30px;
  overflow: hidden;
}
.xxIsth5-uGWwsTbLDY .item .item-wrapper::before {
  content: '';
  position: absolute;
  top: -400px;
  right: -400px;
  width: 300px;
  height: 300px;
  border-radius: 100%;
  background-color: #fadd8a;
  filter: blur(95px);
  transition: all 0.45s ease-in-out;
}
@media (max-width: 768px) {
  .xxIsth5-uGWwsTbLDY .item .item-wrapper::before {
    display: none;
  }
}
.xxIsth5-uGWwsTbLDY .item .item-wrapper .card-box {
  position: relative;
}
.xxIsth5-uGWwsTbLDY .item .item-wrapper .card-box .date-wrapper {
  margin-bottom: 15px;
  display: flex;
  align-items: center;
  justify-content: space-between;
}
@media (max-width: 768px) {
  .xxIsth5-uGWwsTbLDY .item .item-wrapper .card-box .date-wrapper {
    display: block;
  }
}
.xxIsth5-uGWwsTbLDY .item .item-wrapper .card-box .date-wrapper .wzcow0-date {
  margin-right: 10px;
  margin-bottom: 0;
}
@media (max-width: 768px) {
  .xxIsth5-uGWwsTbLDY .item .item-wrapper .card-box .date-wrapper .wzcow0-date {
    margin-bottom: 15px;
    margin-right: 0;
  }
}
.xxIsth5-uGWwsTbLDY .item .item-wrapper .card-box .date-wrapper .tag-wrapper {
  display: inline-flex;
  padding: 6px 9px 2px;
  border-radius: 6px;
  position: relative;
}
@media (max-width: 768px) {
  .xxIsth5-uGWwsTbLDY .item .item-wrapper .card-box .date-wrapper .tag-wrapper {
    margin: 0;
  }
}
.xxIsth5-uGWwsTbLDY .item .item-wrapper .card-box .date-wrapper .tag-wrapper:hover::before,
.xxIsth5-uGWwsTbLDY .item .item-wrapper .card-box .date-wrapper .tag-wrapper:focus::before {
  opacity: .85;
}
.xxIsth5-uGWwsTbLDY .item .item-wrapper .card-box .date-wrapper .tag-wrapper::before {
  content: '';
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-color: #1e6bff;
  border-radius: 6px;
  opacity: .4;
  transition: all 0.3s ease-in-out;
  pointer-events: none;
}
.xxIsth5-uGWwsTbLDY .item .item-wrapper .card-box .date-wrapper .tag-wrapper .wzcow0-tag {
  position: relative;
  margin-bottom: 0;
}
.xxIsth5-uGWwsTbLDY .item .item-wrapper .card-box .wzcow0-card-title {
  margin-bottom: 20px;
}
.xxIsth5-uGWwsTbLDY .item .item-wrapper .card-box .wzcow0-card-text {
  margin-bottom: 0;
}
.xxIsth5-uGWwsTbLDY .item .item-wrapper .card-box .wzcow0-section-btn {
  margin-top: 20px;
}
.xxIsth5-uGWwsTbLDY .item .item-wrapper .card-box .wzcow0-section-btn .btn-primary-outline,
.xxIsth5-uGWwsTbLDY .item .item-wrapper .card-box .wzcow0-section-btn .btn-secondary-outline,
.xxIsth5-uGWwsTbLDY .item .item-wrapper .card-box .wzcow0-section-btn .btn-success-outline,
.xxIsth5-uGWwsTbLDY .item .item-wrapper .card-box .wzcow0-section-btn .btn-info-outline,
.xxIsth5-uGWwsTbLDY .item .item-wrapper .card-box .wzcow0-section-btn .btn-warning-outline,
.xxIsth5-uGWwsTbLDY .item .item-wrapper .card-box .wzcow0-section-btn .btn-danger-outline,
.xxIsth5-uGWwsTbLDY .item .item-wrapper .card-box .wzcow0-section-btn .btn-white-outline,
.xxIsth5-uGWwsTbLDY .item .item-wrapper .card-box .wzcow0-section-btn .btn-black-outline {
  padding: 0;
  border: none !important;
}
.xxIsth5-uGWwsTbLDY .item .item-wrapper .card-box .wzcow0-section-btn .btn-primary-outline:hover,
.xxIsth5-uGWwsTbLDY .item .item-wrapper .card-box .wzcow0-section-btn .btn-secondary-outline:hover,
.xxIsth5-uGWwsTbLDY .item .item-wrapper .card-box .wzcow0-section-btn .btn-success-outline:hover,
.xxIsth5-uGWwsTbLDY .item .item-wrapper .card-box .wzcow0-section-btn .btn-info-outline:hover,
.xxIsth5-uGWwsTbLDY .item .item-wrapper .card-box .wzcow0-section-btn .btn-warning-outline:hover,
.xxIsth5-uGWwsTbLDY .item .item-wrapper .card-box .wzcow0-section-btn .btn-danger-outline:hover,
.xxIsth5-uGWwsTbLDY .item .item-wrapper .card-box .wzcow0-section-btn .btn-white-outline:hover,
.xxIsth5-uGWwsTbLDY .item .item-wrapper .card-box .wzcow0-section-btn .btn-black-outline:hover,
.xxIsth5-uGWwsTbLDY .item .item-wrapper .card-box .wzcow0-section-btn .btn-primary-outline:focus,
.xxIsth5-uGWwsTbLDY .item .item-wrapper .card-box .wzcow0-section-btn .btn-secondary-outline:focus,
.xxIsth5-uGWwsTbLDY .item .item-wrapper .card-box .wzcow0-section-btn .btn-success-outline:focus,
.xxIsth5-uGWwsTbLDY .item .item-wrapper .card-box .wzcow0-section-btn .btn-info-outline:focus,
.xxIsth5-uGWwsTbLDY .item .item-wrapper .card-box .wzcow0-section-btn .btn-warning-outline:focus,
.xxIsth5-uGWwsTbLDY .item .item-wrapper .card-box .wzcow0-section-btn .btn-danger-outline:focus,
.xxIsth5-uGWwsTbLDY .item .item-wrapper .card-box .wzcow0-section-btn .btn-white-outline:focus,
.xxIsth5-uGWwsTbLDY .item .item-wrapper .card-box .wzcow0-section-btn .btn-black-outline:focus {
  text-decoration: underline;
}
.xxIsth5-uGWwsTbLDY .wzcow0-section-title {
  color: #ffffff;
  text-align: center;
}
.xxIsth5-uGWwsTbLDY .wzcow0-text {
  color: #d2d2df;
  text-align: center;
}
.xxIsth5-uGWwsTbLDY .wzcow0-date {
  color: #ffffff;
}
.xxIsth5-uGWwsTbLDY .wzcow0-tag {
  color: #ffffff;
}
.xxIsth5-uGWwsTbLDY .wzcow0-card-title {
  color: #f2ac2b;
}
.xxIsth5-uGWwsTbLDY .wzcow0-card-text {
  color: #000000;
  text-align: center;
}
.xxIsth5-uGWwsTbLDY .wzcow0-card-title,
.xxIsth5-uGWwsTbLDY .wzcow0-section-btn {
  color: #000000;
  text-align: center;
}
.xxIsth5-uGWwsTP6r1 {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-color: #f79309;
  background-image: linear-gradient(135deg, #6d1100 10%, #f79309 80%, #f79309 130%);
}
.xxIsth5-uGWwsTP6r1 .wzcow0-fallback-image.disabled {
  display: none;
}
.xxIsth5-uGWwsTP6r1 .wzcow0-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.xxIsth5-uGWwsTP6r1 .row {
  justify-content: center;
}
.xxIsth5-uGWwsTP6r1 .content-wrapper .logo-wrapper {
  margin-bottom: 22px;
}
.xxIsth5-uGWwsTP6r1 .content-wrapper .logo-wrapper img {
  display: inline-flex;
  width: 130px;
  height: 130px;
  object-fit: cover;
}
.xxIsth5-uGWwsTP6r1 .content-wrapper .wzcow0-section-title {
  margin-bottom: 22px;
}
.xxIsth5-uGWwsTP6r1 .content-wrapper .text-wrapper .wzcow0-text {
  display: inline-block;
  width: 80%;
  margin-bottom: 0;
}
@media (max-width: 992px) {
  .xxIsth5-uGWwsTP6r1 .content-wrapper .text-wrapper .wzcow0-text {
    width: 100%;
  }
}
.xxIsth5-uGWwsTP6r1 .content-wrapper .wzcow0-section-btn {
  margin-top: 32px;
}
.xxIsth5-uGWwsTP6r1 .content-wrapper .wzcow0-section-btn .wzcow0-section-title {
  margin-top: 22px;
}
.xxIsth5-uGWwsTP6r1 .wzcow0-section-title {
  color: #ffffff;
}
.xxIsth5-uGWwsTP6r1 .wzcow0-text,
.xxIsth5-uGWwsTP6r1 .text-wrapper {
  color: #ffffff;
  text-align: center;
}
.xxIsth5-uGWwsTP6r1 .wzcow0-section-title,
.xxIsth5-uGWwsTP6r1 .wzcow0-section-btn,
.xxIsth5-uGWwsTP6r1 .logo-wrapper {
  text-align: center;
}
.xxIsth5-uH3amAG1nf {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-color: #000000;
}
.xxIsth5-uH3amAG1nf .wzcow0-fallback-image.disabled {
  display: none;
}
.xxIsth5-uH3amAG1nf .wzcow0-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.xxIsth5-uH3amAG1nf .container,
.xxIsth5-uH3amAG1nf .container-fluid {
  padding: 0 60px;
}
@media (max-width: 992px) {
  .xxIsth5-uH3amAG1nf .container,
  .xxIsth5-uH3amAG1nf .container-fluid {
    padding: 0 20px;
  }
}
.xxIsth5-uH3amAG1nf a {
  display: block;
}
.xxIsth5-uH3amAG1nf a .logo-wrapper {
  padding: 80px 80px 80px 0;
  border-right: 1px solid #fadd8a;
  border-bottom: 1px solid #fadd8a;
}
@media (max-width: 992px) {
  .xxIsth5-uH3amAG1nf a .logo-wrapper {
    border-right: none;
  }
}
@media (max-width: 992px) {
  .xxIsth5-uH3amAG1nf a .logo-wrapper {
    padding: 50px 0;
  }
}
.xxIsth5-uH3amAG1nf a .logo-wrapper img {
  height: 250px;
  width: 250px;
  object-fit: contain;
  border-radius: 10px;
  margin: 0 0 0 auto;
}
@media (max-width: 1200px) {
  .xxIsth5-uH3amAG1nf a .logo-wrapper img {
    height: 200px;
    width: 200px;
  }
}
@media (max-width: 992px) {
  .xxIsth5-uH3amAG1nf a .logo-wrapper img {
    margin: 0 auto;
  }
}
.xxIsth5-uH3amAG1nf .copy-wrapper {
  padding: 24px 24px 24px 0;
  border-right: 1px solid #fadd8a;
}
@media (max-width: 992px) {
  .xxIsth5-uH3amAG1nf .copy-wrapper {
    border-right: none;
  }
}
.xxIsth5-uH3amAG1nf .copy-wrapper .copyright {
  margin-bottom: 0;
}
.xxIsth5-uH3amAG1nf .list-wrapper {
  display: flex;
  justify-content: center;
  align-items: center;
  height: 100%;
}
@media (max-width: 992px) {
  .xxIsth5-uH3amAG1nf .list-wrapper {
    height: auto;
  }
}
.xxIsth5-uH3amAG1nf .list-wrapper .list {
  list-style-type: none;
  padding: 0;
  margin: 0;
}
@media (max-width: 992px) {
  .xxIsth5-uH3amAG1nf .list-wrapper .list {
    display: flex;
    justify-content: space-between;
    width: 100%;
    flex-wrap: wrap;
  }
}
.xxIsth5-uH3amAG1nf .list-wrapper .list .item-wrap {
  margin-bottom: 60px;
  transition: all 0.3s ease-out;
}
.xxIsth5-uH3amAG1nf .list-wrapper .list .item-wrap:last-child {
  margin-bottom: 0;
}
@media (max-width: 992px) {
  .xxIsth5-uH3amAG1nf .list-wrapper .list .item-wrap {
    margin-bottom: 22px;
  }
}
.xxIsth5-uH3amAG1nf .list-wrapper .list .item-wrap:hover {
  text-decoration: underline;
}
.xxIsth5-uH3amAG1nf .card-wrapper {
  display: flex;
  justify-content: center;
  align-items: center;
  height: 100%;
}
@media (max-width: 992px) {
  .xxIsth5-uH3amAG1nf .card-wrapper {
    margin-bottom: 50px;
  }
}
.xxIsth5-uH3amAG1nf .card-wrapper .card-wrap {
  padding: 24px;
  background-color: #6d1100;
  border-radius: 24px;
}
.xxIsth5-uH3amAG1nf .card-wrapper .card-wrap .wzcow0-section-title {
  margin-bottom: 42px;
}
.xxIsth5-uH3amAG1nf .card-wrapper .card-wrap .wzcow0-text {
  margin-bottom: 42px;
}
.xxIsth5-uH3amAG1nf .copyright {
  color: #ffffff;
}
.xxIsth5-uH3amAG1nf .wzcow0-section-title {
  color: #3d4045;
}
.xxIsth5-uH3amAG1nf .wzcow0-text {
  color: #3d4045;
}
.xxIsth5-uH3amAG1nf .list {
  color: #ffffff;
}
.xxIsth5-uH3amAG1nf .wzcow0-section-btn {
  text-align: right;
}
.xxIsth5-uH3amAG1nf .wzcow0-section-title,
.xxIsth5-uH3amAG1nf .wzcow0-section-btn {
  text-align: center;
  color: #ffffff;
}
.xxIsth5-uGWwsRXX2d {
  z-index: 1000;
  width: 100%;
  position: relative;
}
.xxIsth5-uGWwsRXX2d .dropdown-item:before {
  font-family: vosousox2 !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;
}
@media (max-width: 767px) {
  .xxIsth5-uGWwsRXX2d .navbar-toggler {
    transform: scale(0.8);
  }
}
.xxIsth5-uGWwsRXX2d .navbar-brand {
  flex-shrink: 0;
  align-items: center;
  margin-right: 0;
  padding: 10px 0;
  transition: all 0.3s;
  word-break: break-word;
  z-index: 1;
}
.xxIsth5-uGWwsRXX2d .navbar-brand img {
  max-width: 100%;
  max-height: 100%;
  border-radius: 8px !important;
}
.xxIsth5-uGWwsRXX2d .navbar-brand .navbar-caption {
  line-height: inherit !important;
}
.xxIsth5-uGWwsRXX2d .navbar-brand .navbar-logo a {
  outline: none;
}
.xxIsth5-uGWwsRXX2d .navbar-nav {
  margin: auto;
  margin-left: 0;
  margin-left: auto;
  margin-right: 0;
}
.xxIsth5-uGWwsRXX2d .navbar-nav .nav-item {
  padding: 0 !important;
  transition: .3s all !important;
}
.xxIsth5-uGWwsRXX2d .navbar-nav .nav-item .nav-link {
  padding: 16px !important;
  margin: 0 !important;
  border-radius: 1rem !important;
  transition: .3s all !important;
  border-radius: 4px !important;
}
.xxIsth5-uGWwsRXX2d .navbar-nav .nav-item .nav-link:hover {
  background-color: transparent;
}
.xxIsth5-uGWwsRXX2d .navbar-nav .open .nav-link::after {
  transform: rotate(180deg);
}
@media (min-width: 992px) {
  .xxIsth5-uGWwsRXX2d .navbar-nav .open .nav-link::before {
    content: "";
    width: 100%;
    height: 20px;
    top: 100%;
    background: transparent;
    position: absolute;
  }
}
.xxIsth5-uGWwsRXX2d .navbar-nav .dropdown-item {
  padding: 12px !important;
  border-radius: 0.5rem !important;
  margin: 0 8px !important;
  transition: .3s all !important;
  border-radius: 4px !important;
}
.xxIsth5-uGWwsRXX2d .navbar-nav .dropdown-item:hover {
  background-color: rgba(27, 31, 10, 0.06);
}
@media (min-width: 992px) {
  .xxIsth5-uGWwsRXX2d .navbar-nav {
    padding-left: 1.5rem;
  }
}
.xxIsth5-uGWwsRXX2d .nav-link {
  width: fit-content;
  position: relative;
}
.xxIsth5-uGWwsRXX2d .nav-link:hover {
  color: #fadd8a !important;
}
.xxIsth5-uGWwsRXX2d .navbar-logo {
  padding-right: 0;
  margin: 0 !important;
}
@media (max-width: 767px) {
  .xxIsth5-uGWwsRXX2d .navbar-logo {
    padding-left: 1rem;
  }
}
.xxIsth5-uGWwsRXX2d .navbar-caption {
  padding-left: 1rem;
  padding-right: .5rem;
  font-weight: 400;
}
.xxIsth5-uGWwsRXX2d .navbar-caption:hover,
.xxIsth5-uGWwsRXX2d .navbar-caption:focus {
  color: #fadd8a !important;
}
@media (max-width: 767px) {
  .xxIsth5-uGWwsRXX2d .nav-dropdown {
    padding-bottom: 0.5rem;
  }
}
.xxIsth5-uGWwsRXX2d .nav-dropdown .link.dropdown-toggle::after {
  margin-left: 0.5rem;
  margin-top: 0.2rem;
  transition: .3s all;
}
.xxIsth5-uGWwsRXX2d .menu-container {
  width: 100%;
  display: flex;
  min-height: 90px;
  padding: 10px;
  flex-wrap: nowrap;
  left: 0;
  right: 0;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: flex-end;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  border-radius: 16px;
  margin: 1rem 1rem 0;
  background-color: #000000;
  box-shadow: none;
  position: relative;
  border-radius: 0 !important;
}
.xxIsth5-uGWwsRXX2d .iconfont-wrapper {
  color: #404349 !important;
  font-size: 1.5rem;
  padding-right: 0.5rem;
  transition: all 0.3s ease-in-out;
}
.xxIsth5-uGWwsRXX2d .iconfont-wrapper:hover,
.xxIsth5-uGWwsRXX2d .iconfont-wrapper:focus {
  color: #fadd8a !important;
}
.xxIsth5-uGWwsRXX2d .dropdown-menu {
  flex-wrap: wrap;
  flex-direction: column;
  max-width: 100%;
  padding: 12px 4px !important;
  border-radius: 1.5rem;
  transition: .3s all !important;
  min-width: auto;
  background: #000000;
  border-radius: 4px !important;
}
.xxIsth5-uGWwsRXX2d .nav-item:focus,
.xxIsth5-uGWwsRXX2d .nav-link:focus {
  outline: none;
}
.xxIsth5-uGWwsRXX2d .dropdown .dropdown-menu .dropdown-item {
  width: auto;
  transition: all 0.25s ease-in-out;
}
.xxIsth5-uGWwsRXX2d .dropdown .dropdown-menu .dropdown-item::after {
  right: 0.5rem;
}
.xxIsth5-uGWwsRXX2d .dropdown .dropdown-menu .dropdown-item .wzcow0-iconfont {
  margin-right: 0.5rem;
  vertical-align: sub;
}
.xxIsth5-uGWwsRXX2d .dropdown .dropdown-menu .dropdown-item .wzcow0-iconfont:before {
  display: inline-block;
  transform: scale(1, 1);
  transition: all 0.25s ease-in-out;
}
.xxIsth5-uGWwsRXX2d .collapsed .dropdown-menu .dropdown-item:before {
  display: none;
}
.xxIsth5-uGWwsRXX2d .collapsed .dropdown .dropdown-menu .dropdown-item {
  padding: 0.235em 1.5em 0.235em 1.5em !important;
  transition: none;
  margin: 0 !important;
}
.xxIsth5-uGWwsRXX2d .navbar {
  min-height: 90px;
  transition: all 0.3s;
  border-bottom: 1px solid transparent;
  background: transparent !important;
  padding: 0 !important;
  border: none !important;
  box-shadow: none !important;
  border-radius: 0 !important;
}
.xxIsth5-uGWwsRXX2d .navbar.opened {
  transition: all 0.3s;
}
.xxIsth5-uGWwsRXX2d .navbar .dropdown-item {
  padding: 0.5rem 1.8rem;
}
.xxIsth5-uGWwsRXX2d .navbar .navbar-logo img {
  width: auto;
}
.xxIsth5-uGWwsRXX2d .navbar .navbar-collapse {
  z-index: 1;
  justify-content: flex-end;
}
@media (max-width: 992px) {
  .xxIsth5-uGWwsRXX2d .navbar .navbar-collapse {
    position: absolute;
  }
}
.xxIsth5-uGWwsRXX2d .navbar.collapsed {
  justify-content: center;
}
.xxIsth5-uGWwsRXX2d .navbar.collapsed .nav-item .nav-link::before {
  display: none;
}
.xxIsth5-uGWwsRXX2d .navbar.collapsed.opened .dropdown-menu {
  top: 0;
}
@media (min-width: 992px) {
  .xxIsth5-uGWwsRXX2d .navbar.collapsed.opened:not(.navbar-short) .navbar-collapse {
    max-height: calc(98.5vh - 3.5rem);
  }
}
.xxIsth5-uGWwsRXX2d .navbar.collapsed .dropdown-menu .dropdown-submenu {
  left: 0 !important;
}
.xxIsth5-uGWwsRXX2d .navbar.collapsed .dropdown-menu .dropdown-item:after {
  right: auto;
}
.xxIsth5-uGWwsRXX2d .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%;
}
.xxIsth5-uGWwsRXX2d .navbar.collapsed ul.navbar-nav li {
  margin: auto;
}
.xxIsth5-uGWwsRXX2d .navbar.collapsed .dropdown-menu .dropdown-item {
  padding: 0.25rem 1.5rem;
  text-align: center;
}
.xxIsth5-uGWwsRXX2d .navbar.collapsed .icons-menu {
  padding-left: 0;
  padding-right: 0;
  padding-top: 0.5rem;
  padding-bottom: 0.5rem;
}
@media (max-width: 767px) {
  .xxIsth5-uGWwsRXX2d .navbar {
    min-height: 72px;
  }
  .xxIsth5-uGWwsRXX2d .navbar .navbar-logo img {
    height: 2rem !important;
  }
}
@media (max-width: 991px) {
  .xxIsth5-uGWwsRXX2d .navbar .nav-item .nav-link::before {
    display: none;
  }
  .xxIsth5-uGWwsRXX2d .navbar.opened .dropdown-menu {
    top: 0;
  }
  .xxIsth5-uGWwsRXX2d .navbar .dropdown-menu .dropdown-submenu {
    left: 0 !important;
  }
  .xxIsth5-uGWwsRXX2d .navbar .dropdown-menu .dropdown-item:after {
    right: auto;
  }
  .xxIsth5-uGWwsRXX2d .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%;
  }
  .xxIsth5-uGWwsRXX2d .navbar .dropdown-menu .dropdown-item {
    padding: 0.25rem 1.5rem !important;
    text-align: center;
  }
  .xxIsth5-uGWwsRXX2d .navbar .navbar-brand {
    flex-shrink: initial;
    flex-basis: auto;
    word-break: break-word;
    padding-right: 10px;
  }
  .xxIsth5-uGWwsRXX2d .navbar .navbar-toggler {
    flex-basis: auto;
  }
  .xxIsth5-uGWwsRXX2d .navbar .icons-menu {
    padding-left: 0;
    padding-top: 0.5rem;
    padding-bottom: 0.5rem;
  }
}
.xxIsth5-uGWwsRXX2d .navbar.navbar-short .navbar-logo img {
  height: 2rem;
}
.xxIsth5-uGWwsRXX2d .dropdown-item.active,
.xxIsth5-uGWwsRXX2d .dropdown-item:active {
  background-color: transparent;
}
.xxIsth5-uGWwsRXX2d .navbar-expand-lg .navbar-nav .nav-link {
  padding: 0;
}
.xxIsth5-uGWwsRXX2d .nav-dropdown .link.dropdown-toggle {
  margin-right: 1.667em;
}
.xxIsth5-uGWwsRXX2d .nav-dropdown .link.dropdown-toggle[aria-expanded="true"] {
  margin-right: 0;
  padding: 0.667em 1.667em;
}
.xxIsth5-uGWwsRXX2d .navbar.navbar-expand-lg .dropdown .dropdown-menu {
  background: #000000;
}
.xxIsth5-uGWwsRXX2d .navbar.navbar-expand-lg .dropdown .dropdown-menu .dropdown-submenu {
  margin: 0;
  left: 105%;
  transform: none;
  top: -12px;
}
.xxIsth5-uGWwsRXX2d .navbar .dropdown.open > .dropdown-menu {
  display: flex;
}
.xxIsth5-uGWwsRXX2d ul.navbar-nav {
  flex-wrap: wrap;
}
.xxIsth5-uGWwsRXX2d .navbar-buttons {
  text-align: center;
  min-width: 140px;
}
@media (max-width: 992px) {
  .xxIsth5-uGWwsRXX2d .navbar-buttons {
    text-align: left;
  }
}
.xxIsth5-uGWwsRXX2d button.navbar-toggler {
  outline: none;
  width: 31px;
  height: 20px;
  cursor: pointer;
  transition: all 0.2s;
  position: relative;
  align-self: center;
}
.xxIsth5-uGWwsRXX2d button.navbar-toggler .hamburger span {
  position: absolute;
  right: 0;
  width: 30px;
  height: 2px;
  border-right: 5px;
  background-color: #404349;
}
.xxIsth5-uGWwsRXX2d button.navbar-toggler .hamburger span:nth-child(1) {
  top: 0;
  transition: all 0.2s;
}
.xxIsth5-uGWwsRXX2d button.navbar-toggler .hamburger span:nth-child(2) {
  top: 8px;
  transition: all 0.15s;
}
.xxIsth5-uGWwsRXX2d button.navbar-toggler .hamburger span:nth-child(3) {
  top: 8px;
  transition: all 0.15s;
}
.xxIsth5-uGWwsRXX2d button.navbar-toggler .hamburger span:nth-child(4) {
  top: 16px;
  transition: all 0.2s;
}
.xxIsth5-uGWwsRXX2d nav.opened .hamburger span:nth-child(1) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.xxIsth5-uGWwsRXX2d nav.opened .hamburger span:nth-child(2) {
  transform: rotate(45deg);
  transition: all 0.25s;
}
.xxIsth5-uGWwsRXX2d nav.opened .hamburger span:nth-child(3) {
  transform: rotate(-45deg);
  transition: all 0.25s;
}
.xxIsth5-uGWwsRXX2d nav.opened .hamburger span:nth-child(4) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.xxIsth5-uGWwsRXX2d .navbar-dropdown {
  padding: 0 1rem;
}
.xxIsth5-uGWwsRXX2d a.nav-link {
  display: flex;
  align-items: center;
  justify-content: center;
}
.xxIsth5-uGWwsRXX2d .icons-menu {
  flex-wrap: nowrap;
  display: flex;
  justify-content: center;
  padding-left: 1rem;
  padding-right: 0;
  padding-top: 0.3rem;
  text-align: center;
}
@media (max-width: 992px) {
  .xxIsth5-uGWwsRXX2d .icons-menu {
    justify-content: flex-start;
    margin-bottom: .5rem;
  }
}
@media screen and (-ms-high-contrast: active), (-ms-high-contrast: none) {
  .xxIsth5-uGWwsRXX2d .navbar {
    height: 70px;
  }
  .xxIsth5-uGWwsRXX2d .navbar.opened {
    height: auto;
  }
  .xxIsth5-uGWwsRXX2d .nav-item .nav-link:hover::before {
    width: 175%;
    max-width: calc(100% + 2rem);
    left: -1rem;
  }
}
.xxIsth5-uGWwsRXX2d .navbar .dropdown > .dropdown-menu {
  display: none;
  width: max-content;
  max-width: 500px !important;
  transform: translateX(-50%);
  top: calc(100% + 20px);
  left: 50%;
}
.xxIsth5-uGWwsRXX2d .navbar .dropdown > .dropdown-menu .dropdown-item {
  line-height: 1 !important;
}
.xxIsth5-uGWwsRXX2d .navbar .dropdown > .dropdown-menu .dropdown .dropdown-item {
  align-items: center;
  display: flex;
  height: max-content !important;
  min-height: max-content !important;
}
.xxIsth5-uGWwsRXX2d .navbar .dropdown > .dropdown-menu .dropdown .dropdown-item::after {
  display: inline-block;
  position: static;
  margin-left: 0.5rem;
  margin-top: 0;
  margin-right: 0;
  margin-bottom: 0;
  transition: .3s all;
  transform: rotate(-90deg);
}
.xxIsth5-uGWwsRXX2d .navbar .dropdown > .dropdown-menu .dropdown.open .dropdown-item::after {
  transform: rotate(0deg);
}
.xxIsth5-uGWwsRXX2d .wzcow0-section-btn {
  margin: -0.6rem -0.6rem;
  width: auto;
  padding-left: 1rem;
}
@media (max-width: 992px) {
  .xxIsth5-uGWwsRXX2d .wzcow0-section-btn {
    padding-left: 0;
  }
}
.xxIsth5-uGWwsRXX2d .wzcow0-section-btn .btn {
  justify-content: center;
  width: auto !important;
  padding: 25px 15px;
  min-width: 180px;
}
.xxIsth5-uGWwsRXX2d .navbar-toggler {
  margin-left: 12px;
  margin-right: 8px;
  order: 1000;
}
@media (max-width: 991px) {
  .xxIsth5-uGWwsRXX2d .navbar-brand {
    margin-right: auto;
  }
  .xxIsth5-uGWwsRXX2d .navbar-collapse {
    z-index: -1 !important;
    position: absolute;
    top: 110%;
    left: 0;
    width: 100%;
    padding: 1rem;
    border-radius: 1.5rem;
    background: #000000;
    border-radius: 4px !important;
  }
  .xxIsth5-uGWwsRXX2d .navbar-nav .nav-item .nav-link::after {
    margin-left: 10px;
  }
  .xxIsth5-uGWwsRXX2d .navbar-nav .dropdown-item:hover {
    background-color: rgba(27, 31, 10, 0.06);
  }
  .xxIsth5-uGWwsRXX2d .navbar .dropdown > .dropdown-menu {
    max-width: 100% !important;
    transform: translateX(0);
    top: 10px;
    left: 0;
    padding: 8px !important;
    border-radius: 1rem;
    background-color: rgba(27, 31, 10, 0.04) !important;
  }
  .xxIsth5-uGWwsRXX2d .navbar .dropdown > .dropdown-menu .dropdown-item {
    padding: 8px !important;
    line-height: 1 !important;
    margin-bottom: 4px !important;
  }
  .xxIsth5-uGWwsRXX2d .navbar .dropdown > .dropdown-menu .dropdown .dropdown-item {
    align-items: center;
    display: flex;
    height: max-content !important;
    min-height: max-content !important;
  }
  .xxIsth5-uGWwsRXX2d .navbar .dropdown > .dropdown-menu .dropdown .dropdown-item::after {
    display: inline-block;
    position: static;
    margin-left: 0.5rem;
    margin-top: 0;
    margin-right: 0;
    margin-bottom: 0;
    transition: .3s all;
    transform: rotate(0deg);
  }
  .xxIsth5-uGWwsRXX2d .navbar .dropdown > .dropdown-menu .dropdown.open .dropdown-item::after {
    transform: rotate(180deg);
  }
  .xxIsth5-uGWwsRXX2d .navbar .dropdown > .dropdown-menu .dropdown-submenu {
    position: static;
    width: 100%;
    max-width: 100% !important;
    transform: translateX(0) !important;
    top: 0;
    left: 0;
    padding: 8px !important;
    border-radius: 1rem;
    background-color: rgba(27, 31, 10, 0.04) !important;
  }
  .xxIsth5-uGWwsRXX2d .navbar .dropdown.open > .dropdown-menu {
    display: flex !important;
    flex-direction: column;
    align-items: flex-start;
  }
}
@media (max-width: 575px) {
  .xxIsth5-uGWwsRXX2d .navbar-collapse {
    padding: 1rem;
  }
}
.xxIsth5-uGWwsRXX2d .navbar-brand,
.xxIsth5-uGWwsRXX2d .navbar-toggler,
.xxIsth5-uGWwsRXX2d .navbar-collapse {
  position: relative;
  z-index: 1;
}
.xxIsth5-uGWwJwxE7F {
  background-image: url("../../../assets/images/home7.jpg-1376x768.jpg");
  position: relative;
}
.xxIsth5-uGWwJwxE7F::before {
  content: '';
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-image: linear-gradient(#000000 50%, transparent);
  pointer-events: none;
  z-index: 1;
}
.xxIsth5-uGWwJwxE7F .wzcow0-fallback-image.disabled {
  display: none;
}
.xxIsth5-uGWwJwxE7F .wzcow0-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.xxIsth5-uGWwJwxE7F .row {
  justify-content: center;
}
.xxIsth5-uGWwJwxE7F .content-wrapper {
  position: relative;
  z-index: 2;
}
.xxIsth5-uGWwJwxE7F .content-wrapper .wzcow0-section-title {
  margin-bottom: 22px;
  background-image: linear-gradient(0deg, #fadd8a, #ffffff 50%);
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
}
.xxIsth5-uGWwJwxE7F .content-wrapper .wzcow0-text {
  margin-bottom: 22px;
}
.xxIsth5-uGWwJwxE7F .wzcow0-section-title {
  color: #ffffff;
}
.xxIsth5-uGWwJwxE7F .wzcow0-text {
  color: #ffffff;
  text-align: center;
}
.xxIsth5-uGWwJwxE7F .wzcow0-section-title,
.xxIsth5-uGWwJwxE7F .wzcow0-section-btn {
  text-align: center;
}
.xxIsth5-uGWwU0tU0r {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-color: #6d1100;
}
.xxIsth5-uGWwU0tU0r .wzcow0-fallback-image.disabled {
  display: none;
}
.xxIsth5-uGWwU0tU0r .wzcow0-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.xxIsth5-uGWwU0tU0r .row {
  justify-content: center;
  margin: 0 -13px;
}
.xxIsth5-uGWwU0tU0r .row .item {
  padding: 0 13px;
}
.xxIsth5-uGWwU0tU0r .item {
  margin-bottom: 26px;
}
@media (max-width: 992px) {
  .xxIsth5-uGWwU0tU0r .item {
    margin-bottom: 16px;
  }
}
.xxIsth5-uGWwU0tU0r .item .item-wrapper {
  height: 100%;
  background-color: #f79309;
  padding: 54px;
}
@media (max-width: 1200px) {
  .xxIsth5-uGWwU0tU0r .item .item-wrapper {
    padding: 40px;
  }
}
@media (max-width: 992px) {
  .xxIsth5-uGWwU0tU0r .item .item-wrapper {
    padding: 30px 16px;
  }
}
.xxIsth5-uGWwU0tU0r .item .item-wrapper .card-box .label-wrapper .label-wrap {
  display: inline-flex;
  flex-wrap: wrap;
  align-items: center;
  padding: 8px 16px;
  margin-bottom: 30px;
  background-color: #151e11;
}
.xxIsth5-uGWwU0tU0r .item .item-wrapper .card-box .label-wrapper .label-wrap .item-label {
  margin-bottom: 0;
}
.xxIsth5-uGWwU0tU0r .item .item-wrapper .card-box .label-wrapper .label-wrap .wzcow0-iconfont {
  font-size: 18px;
  margin-right: 12px;
  color: #fff7ee;
}
.xxIsth5-uGWwU0tU0r .item .item-wrapper .card-box .item-title {
  margin-bottom: 60px;
}
@media (max-width: 992px) {
  .xxIsth5-uGWwU0tU0r .item .item-wrapper .card-box .item-title {
    margin-bottom: 30px;
  }
}
.xxIsth5-uGWwU0tU0r .item .item-wrapper .card-box .text-wrap .item-text {
  display: inline-block;
  width: 80%;
  margin-bottom: 0;
}
@media (max-width: 992px) {
  .xxIsth5-uGWwU0tU0r .item .item-wrapper .card-box .text-wrap .item-text {
    width: 100%;
  }
}
.xxIsth5-uGWwU0tU0r .item .item-wrapper .card-box .wzcow0-section-btn {
  margin-top: 20px;
}
.xxIsth5-uGWwU0tU0r .item-label {
  color: #fff7ee;
}
.xxIsth5-uGWwU0tU0r .item-title {
  color: #fff7ee;
}
.xxIsth5-uGWwU0tU0r .item-text {
  color: #fff7ee;
}
.xxIsth5-uGWwU0tU0r .item-title,
.xxIsth5-uGWwU0tU0r .wzcow0-section-btn {
  text-align: center;
  color: #000000;
}
.xxIsth5-uGWwU0tU0r .item-text,
.xxIsth5-uGWwU0tU0r .text-wrap {
  text-align: center;
  color: #000000;
}
.xxIsth5-uH3amAG1nf {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-color: #000000;
}
.xxIsth5-uH3amAG1nf .wzcow0-fallback-image.disabled {
  display: none;
}
.xxIsth5-uH3amAG1nf .wzcow0-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.xxIsth5-uH3amAG1nf .container,
.xxIsth5-uH3amAG1nf .container-fluid {
  padding: 0 60px;
}
@media (max-width: 992px) {
  .xxIsth5-uH3amAG1nf .container,
  .xxIsth5-uH3amAG1nf .container-fluid {
    padding: 0 20px;
  }
}
.xxIsth5-uH3amAG1nf a {
  display: block;
}
.xxIsth5-uH3amAG1nf a .logo-wrapper {
  padding: 80px 80px 80px 0;
  border-right: 1px solid #fadd8a;
  border-bottom: 1px solid #fadd8a;
}
@media (max-width: 992px) {
  .xxIsth5-uH3amAG1nf a .logo-wrapper {
    border-right: none;
  }
}
@media (max-width: 992px) {
  .xxIsth5-uH3amAG1nf a .logo-wrapper {
    padding: 50px 0;
  }
}
.xxIsth5-uH3amAG1nf a .logo-wrapper img {
  height: 250px;
  width: 250px;
  object-fit: contain;
  border-radius: 10px;
  margin: 0 0 0 auto;
}
@media (max-width: 1200px) {
  .xxIsth5-uH3amAG1nf a .logo-wrapper img {
    height: 200px;
    width: 200px;
  }
}
@media (max-width: 992px) {
  .xxIsth5-uH3amAG1nf a .logo-wrapper img {
    margin: 0 auto;
  }
}
.xxIsth5-uH3amAG1nf .copy-wrapper {
  padding: 24px 24px 24px 0;
  border-right: 1px solid #fadd8a;
}
@media (max-width: 992px) {
  .xxIsth5-uH3amAG1nf .copy-wrapper {
    border-right: none;
  }
}
.xxIsth5-uH3amAG1nf .copy-wrapper .copyright {
  margin-bottom: 0;
}
.xxIsth5-uH3amAG1nf .list-wrapper {
  display: flex;
  justify-content: center;
  align-items: center;
  height: 100%;
}
@media (max-width: 992px) {
  .xxIsth5-uH3amAG1nf .list-wrapper {
    height: auto;
  }
}
.xxIsth5-uH3amAG1nf .list-wrapper .list {
  list-style-type: none;
  padding: 0;
  margin: 0;
}
@media (max-width: 992px) {
  .xxIsth5-uH3amAG1nf .list-wrapper .list {
    display: flex;
    justify-content: space-between;
    width: 100%;
    flex-wrap: wrap;
  }
}
.xxIsth5-uH3amAG1nf .list-wrapper .list .item-wrap {
  margin-bottom: 60px;
  transition: all 0.3s ease-out;
}
.xxIsth5-uH3amAG1nf .list-wrapper .list .item-wrap:last-child {
  margin-bottom: 0;
}
@media (max-width: 992px) {
  .xxIsth5-uH3amAG1nf .list-wrapper .list .item-wrap {
    margin-bottom: 22px;
  }
}
.xxIsth5-uH3amAG1nf .list-wrapper .list .item-wrap:hover {
  text-decoration: underline;
}
.xxIsth5-uH3amAG1nf .card-wrapper {
  display: flex;
  justify-content: center;
  align-items: center;
  height: 100%;
}
@media (max-width: 992px) {
  .xxIsth5-uH3amAG1nf .card-wrapper {
    margin-bottom: 50px;
  }
}
.xxIsth5-uH3amAG1nf .card-wrapper .card-wrap {
  padding: 24px;
  background-color: #6d1100;
  border-radius: 24px;
}
.xxIsth5-uH3amAG1nf .card-wrapper .card-wrap .wzcow0-section-title {
  margin-bottom: 42px;
}
.xxIsth5-uH3amAG1nf .card-wrapper .card-wrap .wzcow0-text {
  margin-bottom: 42px;
}
.xxIsth5-uH3amAG1nf .copyright {
  color: #ffffff;
}
.xxIsth5-uH3amAG1nf .wzcow0-section-title {
  color: #3d4045;
}
.xxIsth5-uH3amAG1nf .wzcow0-text {
  color: #3d4045;
}
.xxIsth5-uH3amAG1nf .list {
  color: #ffffff;
}
.xxIsth5-uH3amAG1nf .wzcow0-section-btn {
  text-align: right;
}
.xxIsth5-uH3amAG1nf .wzcow0-section-title,
.xxIsth5-uH3amAG1nf .wzcow0-section-btn {
  text-align: center;
  color: #ffffff;
}
.xxIsth5-uGWwsRXX2d {
  z-index: 1000;
  width: 100%;
  position: relative;
}
.xxIsth5-uGWwsRXX2d .dropdown-item:before {
  font-family: vosousox2 !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;
}
@media (max-width: 767px) {
  .xxIsth5-uGWwsRXX2d .navbar-toggler {
    transform: scale(0.8);
  }
}
.xxIsth5-uGWwsRXX2d .navbar-brand {
  flex-shrink: 0;
  align-items: center;
  margin-right: 0;
  padding: 10px 0;
  transition: all 0.3s;
  word-break: break-word;
  z-index: 1;
}
.xxIsth5-uGWwsRXX2d .navbar-brand img {
  max-width: 100%;
  max-height: 100%;
  border-radius: 8px !important;
}
.xxIsth5-uGWwsRXX2d .navbar-brand .navbar-caption {
  line-height: inherit !important;
}
.xxIsth5-uGWwsRXX2d .navbar-brand .navbar-logo a {
  outline: none;
}
.xxIsth5-uGWwsRXX2d .navbar-nav {
  margin: auto;
  margin-left: 0;
  margin-left: auto;
  margin-right: 0;
}
.xxIsth5-uGWwsRXX2d .navbar-nav .nav-item {
  padding: 0 !important;
  transition: .3s all !important;
}
.xxIsth5-uGWwsRXX2d .navbar-nav .nav-item .nav-link {
  padding: 16px !important;
  margin: 0 !important;
  border-radius: 1rem !important;
  transition: .3s all !important;
  border-radius: 4px !important;
}
.xxIsth5-uGWwsRXX2d .navbar-nav .nav-item .nav-link:hover {
  background-color: transparent;
}
.xxIsth5-uGWwsRXX2d .navbar-nav .open .nav-link::after {
  transform: rotate(180deg);
}
@media (min-width: 992px) {
  .xxIsth5-uGWwsRXX2d .navbar-nav .open .nav-link::before {
    content: "";
    width: 100%;
    height: 20px;
    top: 100%;
    background: transparent;
    position: absolute;
  }
}
.xxIsth5-uGWwsRXX2d .navbar-nav .dropdown-item {
  padding: 12px !important;
  border-radius: 0.5rem !important;
  margin: 0 8px !important;
  transition: .3s all !important;
  border-radius: 4px !important;
}
.xxIsth5-uGWwsRXX2d .navbar-nav .dropdown-item:hover {
  background-color: rgba(27, 31, 10, 0.06);
}
@media (min-width: 992px) {
  .xxIsth5-uGWwsRXX2d .navbar-nav {
    padding-left: 1.5rem;
  }
}
.xxIsth5-uGWwsRXX2d .nav-link {
  width: fit-content;
  position: relative;
}
.xxIsth5-uGWwsRXX2d .nav-link:hover {
  color: #fadd8a !important;
}
.xxIsth5-uGWwsRXX2d .navbar-logo {
  padding-right: 0;
  margin: 0 !important;
}
@media (max-width: 767px) {
  .xxIsth5-uGWwsRXX2d .navbar-logo {
    padding-left: 1rem;
  }
}
.xxIsth5-uGWwsRXX2d .navbar-caption {
  padding-left: 1rem;
  padding-right: .5rem;
  font-weight: 400;
}
.xxIsth5-uGWwsRXX2d .navbar-caption:hover,
.xxIsth5-uGWwsRXX2d .navbar-caption:focus {
  color: #fadd8a !important;
}
@media (max-width: 767px) {
  .xxIsth5-uGWwsRXX2d .nav-dropdown {
    padding-bottom: 0.5rem;
  }
}
.xxIsth5-uGWwsRXX2d .nav-dropdown .link.dropdown-toggle::after {
  margin-left: 0.5rem;
  margin-top: 0.2rem;
  transition: .3s all;
}
.xxIsth5-uGWwsRXX2d .menu-container {
  width: 100%;
  display: flex;
  min-height: 90px;
  padding: 10px;
  flex-wrap: nowrap;
  left: 0;
  right: 0;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: flex-end;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  border-radius: 16px;
  margin: 1rem 1rem 0;
  background-color: #000000;
  box-shadow: none;
  position: relative;
  border-radius: 0 !important;
}
.xxIsth5-uGWwsRXX2d .iconfont-wrapper {
  color: #404349 !important;
  font-size: 1.5rem;
  padding-right: 0.5rem;
  transition: all 0.3s ease-in-out;
}
.xxIsth5-uGWwsRXX2d .iconfont-wrapper:hover,
.xxIsth5-uGWwsRXX2d .iconfont-wrapper:focus {
  color: #fadd8a !important;
}
.xxIsth5-uGWwsRXX2d .dropdown-menu {
  flex-wrap: wrap;
  flex-direction: column;
  max-width: 100%;
  padding: 12px 4px !important;
  border-radius: 1.5rem;
  transition: .3s all !important;
  min-width: auto;
  background: #000000;
  border-radius: 4px !important;
}
.xxIsth5-uGWwsRXX2d .nav-item:focus,
.xxIsth5-uGWwsRXX2d .nav-link:focus {
  outline: none;
}
.xxIsth5-uGWwsRXX2d .dropdown .dropdown-menu .dropdown-item {
  width: auto;
  transition: all 0.25s ease-in-out;
}
.xxIsth5-uGWwsRXX2d .dropdown .dropdown-menu .dropdown-item::after {
  right: 0.5rem;
}
.xxIsth5-uGWwsRXX2d .dropdown .dropdown-menu .dropdown-item .wzcow0-iconfont {
  margin-right: 0.5rem;
  vertical-align: sub;
}
.xxIsth5-uGWwsRXX2d .dropdown .dropdown-menu .dropdown-item .wzcow0-iconfont:before {
  display: inline-block;
  transform: scale(1, 1);
  transition: all 0.25s ease-in-out;
}
.xxIsth5-uGWwsRXX2d .collapsed .dropdown-menu .dropdown-item:before {
  display: none;
}
.xxIsth5-uGWwsRXX2d .collapsed .dropdown .dropdown-menu .dropdown-item {
  padding: 0.235em 1.5em 0.235em 1.5em !important;
  transition: none;
  margin: 0 !important;
}
.xxIsth5-uGWwsRXX2d .navbar {
  min-height: 90px;
  transition: all 0.3s;
  border-bottom: 1px solid transparent;
  background: transparent !important;
  padding: 0 !important;
  border: none !important;
  box-shadow: none !important;
  border-radius: 0 !important;
}
.xxIsth5-uGWwsRXX2d .navbar.opened {
  transition: all 0.3s;
}
.xxIsth5-uGWwsRXX2d .navbar .dropdown-item {
  padding: 0.5rem 1.8rem;
}
.xxIsth5-uGWwsRXX2d .navbar .navbar-logo img {
  width: auto;
}
.xxIsth5-uGWwsRXX2d .navbar .navbar-collapse {
  z-index: 1;
  justify-content: flex-end;
}
@media (max-width: 992px) {
  .xxIsth5-uGWwsRXX2d .navbar .navbar-collapse {
    position: absolute;
  }
}
.xxIsth5-uGWwsRXX2d .navbar.collapsed {
  justify-content: center;
}
.xxIsth5-uGWwsRXX2d .navbar.collapsed .nav-item .nav-link::before {
  display: none;
}
.xxIsth5-uGWwsRXX2d .navbar.collapsed.opened .dropdown-menu {
  top: 0;
}
@media (min-width: 992px) {
  .xxIsth5-uGWwsRXX2d .navbar.collapsed.opened:not(.navbar-short) .navbar-collapse {
    max-height: calc(98.5vh - 3.5rem);
  }
}
.xxIsth5-uGWwsRXX2d .navbar.collapsed .dropdown-menu .dropdown-submenu {
  left: 0 !important;
}
.xxIsth5-uGWwsRXX2d .navbar.collapsed .dropdown-menu .dropdown-item:after {
  right: auto;
}
.xxIsth5-uGWwsRXX2d .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%;
}
.xxIsth5-uGWwsRXX2d .navbar.collapsed ul.navbar-nav li {
  margin: auto;
}
.xxIsth5-uGWwsRXX2d .navbar.collapsed .dropdown-menu .dropdown-item {
  padding: 0.25rem 1.5rem;
  text-align: center;
}
.xxIsth5-uGWwsRXX2d .navbar.collapsed .icons-menu {
  padding-left: 0;
  padding-right: 0;
  padding-top: 0.5rem;
  padding-bottom: 0.5rem;
}
@media (max-width: 767px) {
  .xxIsth5-uGWwsRXX2d .navbar {
    min-height: 72px;
  }
  .xxIsth5-uGWwsRXX2d .navbar .navbar-logo img {
    height: 2rem !important;
  }
}
@media (max-width: 991px) {
  .xxIsth5-uGWwsRXX2d .navbar .nav-item .nav-link::before {
    display: none;
  }
  .xxIsth5-uGWwsRXX2d .navbar.opened .dropdown-menu {
    top: 0;
  }
  .xxIsth5-uGWwsRXX2d .navbar .dropdown-menu .dropdown-submenu {
    left: 0 !important;
  }
  .xxIsth5-uGWwsRXX2d .navbar .dropdown-menu .dropdown-item:after {
    right: auto;
  }
  .xxIsth5-uGWwsRXX2d .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%;
  }
  .xxIsth5-uGWwsRXX2d .navbar .dropdown-menu .dropdown-item {
    padding: 0.25rem 1.5rem !important;
    text-align: center;
  }
  .xxIsth5-uGWwsRXX2d .navbar .navbar-brand {
    flex-shrink: initial;
    flex-basis: auto;
    word-break: break-word;
    padding-right: 10px;
  }
  .xxIsth5-uGWwsRXX2d .navbar .navbar-toggler {
    flex-basis: auto;
  }
  .xxIsth5-uGWwsRXX2d .navbar .icons-menu {
    padding-left: 0;
    padding-top: 0.5rem;
    padding-bottom: 0.5rem;
  }
}
.xxIsth5-uGWwsRXX2d .navbar.navbar-short .navbar-logo img {
  height: 2rem;
}
.xxIsth5-uGWwsRXX2d .dropdown-item.active,
.xxIsth5-uGWwsRXX2d .dropdown-item:active {
  background-color: transparent;
}
.xxIsth5-uGWwsRXX2d .navbar-expand-lg .navbar-nav .nav-link {
  padding: 0;
}
.xxIsth5-uGWwsRXX2d .nav-dropdown .link.dropdown-toggle {
  margin-right: 1.667em;
}
.xxIsth5-uGWwsRXX2d .nav-dropdown .link.dropdown-toggle[aria-expanded="true"] {
  margin-right: 0;
  padding: 0.667em 1.667em;
}
.xxIsth5-uGWwsRXX2d .navbar.navbar-expand-lg .dropdown .dropdown-menu {
  background: #000000;
}
.xxIsth5-uGWwsRXX2d .navbar.navbar-expand-lg .dropdown .dropdown-menu .dropdown-submenu {
  margin: 0;
  left: 105%;
  transform: none;
  top: -12px;
}
.xxIsth5-uGWwsRXX2d .navbar .dropdown.open > .dropdown-menu {
  display: flex;
}
.xxIsth5-uGWwsRXX2d ul.navbar-nav {
  flex-wrap: wrap;
}
.xxIsth5-uGWwsRXX2d .navbar-buttons {
  text-align: center;
  min-width: 140px;
}
@media (max-width: 992px) {
  .xxIsth5-uGWwsRXX2d .navbar-buttons {
    text-align: left;
  }
}
.xxIsth5-uGWwsRXX2d button.navbar-toggler {
  outline: none;
  width: 31px;
  height: 20px;
  cursor: pointer;
  transition: all 0.2s;
  position: relative;
  align-self: center;
}
.xxIsth5-uGWwsRXX2d button.navbar-toggler .hamburger span {
  position: absolute;
  right: 0;
  width: 30px;
  height: 2px;
  border-right: 5px;
  background-color: #404349;
}
.xxIsth5-uGWwsRXX2d button.navbar-toggler .hamburger span:nth-child(1) {
  top: 0;
  transition: all 0.2s;
}
.xxIsth5-uGWwsRXX2d button.navbar-toggler .hamburger span:nth-child(2) {
  top: 8px;
  transition: all 0.15s;
}
.xxIsth5-uGWwsRXX2d button.navbar-toggler .hamburger span:nth-child(3) {
  top: 8px;
  transition: all 0.15s;
}
.xxIsth5-uGWwsRXX2d button.navbar-toggler .hamburger span:nth-child(4) {
  top: 16px;
  transition: all 0.2s;
}
.xxIsth5-uGWwsRXX2d nav.opened .hamburger span:nth-child(1) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.xxIsth5-uGWwsRXX2d nav.opened .hamburger span:nth-child(2) {
  transform: rotate(45deg);
  transition: all 0.25s;
}
.xxIsth5-uGWwsRXX2d nav.opened .hamburger span:nth-child(3) {
  transform: rotate(-45deg);
  transition: all 0.25s;
}
.xxIsth5-uGWwsRXX2d nav.opened .hamburger span:nth-child(4) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.xxIsth5-uGWwsRXX2d .navbar-dropdown {
  padding: 0 1rem;
}
.xxIsth5-uGWwsRXX2d a.nav-link {
  display: flex;
  align-items: center;
  justify-content: center;
}
.xxIsth5-uGWwsRXX2d .icons-menu {
  flex-wrap: nowrap;
  display: flex;
  justify-content: center;
  padding-left: 1rem;
  padding-right: 0;
  padding-top: 0.3rem;
  text-align: center;
}
@media (max-width: 992px) {
  .xxIsth5-uGWwsRXX2d .icons-menu {
    justify-content: flex-start;
    margin-bottom: .5rem;
  }
}
@media screen and (-ms-high-contrast: active), (-ms-high-contrast: none) {
  .xxIsth5-uGWwsRXX2d .navbar {
    height: 70px;
  }
  .xxIsth5-uGWwsRXX2d .navbar.opened {
    height: auto;
  }
  .xxIsth5-uGWwsRXX2d .nav-item .nav-link:hover::before {
    width: 175%;
    max-width: calc(100% + 2rem);
    left: -1rem;
  }
}
.xxIsth5-uGWwsRXX2d .navbar .dropdown > .dropdown-menu {
  display: none;
  width: max-content;
  max-width: 500px !important;
  transform: translateX(-50%);
  top: calc(100% + 20px);
  left: 50%;
}
.xxIsth5-uGWwsRXX2d .navbar .dropdown > .dropdown-menu .dropdown-item {
  line-height: 1 !important;
}
.xxIsth5-uGWwsRXX2d .navbar .dropdown > .dropdown-menu .dropdown .dropdown-item {
  align-items: center;
  display: flex;
  height: max-content !important;
  min-height: max-content !important;
}
.xxIsth5-uGWwsRXX2d .navbar .dropdown > .dropdown-menu .dropdown .dropdown-item::after {
  display: inline-block;
  position: static;
  margin-left: 0.5rem;
  margin-top: 0;
  margin-right: 0;
  margin-bottom: 0;
  transition: .3s all;
  transform: rotate(-90deg);
}
.xxIsth5-uGWwsRXX2d .navbar .dropdown > .dropdown-menu .dropdown.open .dropdown-item::after {
  transform: rotate(0deg);
}
.xxIsth5-uGWwsRXX2d .wzcow0-section-btn {
  margin: -0.6rem -0.6rem;
  width: auto;
  padding-left: 1rem;
}
@media (max-width: 992px) {
  .xxIsth5-uGWwsRXX2d .wzcow0-section-btn {
    padding-left: 0;
  }
}
.xxIsth5-uGWwsRXX2d .wzcow0-section-btn .btn {
  justify-content: center;
  width: auto !important;
  padding: 25px 15px;
  min-width: 180px;
}
.xxIsth5-uGWwsRXX2d .navbar-toggler {
  margin-left: 12px;
  margin-right: 8px;
  order: 1000;
}
@media (max-width: 991px) {
  .xxIsth5-uGWwsRXX2d .navbar-brand {
    margin-right: auto;
  }
  .xxIsth5-uGWwsRXX2d .navbar-collapse {
    z-index: -1 !important;
    position: absolute;
    top: 110%;
    left: 0;
    width: 100%;
    padding: 1rem;
    border-radius: 1.5rem;
    background: #000000;
    border-radius: 4px !important;
  }
  .xxIsth5-uGWwsRXX2d .navbar-nav .nav-item .nav-link::after {
    margin-left: 10px;
  }
  .xxIsth5-uGWwsRXX2d .navbar-nav .dropdown-item:hover {
    background-color: rgba(27, 31, 10, 0.06);
  }
  .xxIsth5-uGWwsRXX2d .navbar .dropdown > .dropdown-menu {
    max-width: 100% !important;
    transform: translateX(0);
    top: 10px;
    left: 0;
    padding: 8px !important;
    border-radius: 1rem;
    background-color: rgba(27, 31, 10, 0.04) !important;
  }
  .xxIsth5-uGWwsRXX2d .navbar .dropdown > .dropdown-menu .dropdown-item {
    padding: 8px !important;
    line-height: 1 !important;
    margin-bottom: 4px !important;
  }
  .xxIsth5-uGWwsRXX2d .navbar .dropdown > .dropdown-menu .dropdown .dropdown-item {
    align-items: center;
    display: flex;
    height: max-content !important;
    min-height: max-content !important;
  }
  .xxIsth5-uGWwsRXX2d .navbar .dropdown > .dropdown-menu .dropdown .dropdown-item::after {
    display: inline-block;
    position: static;
    margin-left: 0.5rem;
    margin-top: 0;
    margin-right: 0;
    margin-bottom: 0;
    transition: .3s all;
    transform: rotate(0deg);
  }
  .xxIsth5-uGWwsRXX2d .navbar .dropdown > .dropdown-menu .dropdown.open .dropdown-item::after {
    transform: rotate(180deg);
  }
  .xxIsth5-uGWwsRXX2d .navbar .dropdown > .dropdown-menu .dropdown-submenu {
    position: static;
    width: 100%;
    max-width: 100% !important;
    transform: translateX(0) !important;
    top: 0;
    left: 0;
    padding: 8px !important;
    border-radius: 1rem;
    background-color: rgba(27, 31, 10, 0.04) !important;
  }
  .xxIsth5-uGWwsRXX2d .navbar .dropdown.open > .dropdown-menu {
    display: flex !important;
    flex-direction: column;
    align-items: flex-start;
  }
}
@media (max-width: 575px) {
  .xxIsth5-uGWwsRXX2d .navbar-collapse {
    padding: 1rem;
  }
}
.xxIsth5-uGWwsRXX2d .navbar-brand,
.xxIsth5-uGWwsRXX2d .navbar-toggler,
.xxIsth5-uGWwsRXX2d .navbar-collapse {
  position: relative;
  z-index: 1;
}
.xxIsth5-uGWxIdJt2m {
  padding-top: 9rem;
  padding-bottom: 3rem;
  background-color: #6d1100;
  background: linear-gradient(to right top, #6d1100, #f79309);
}
.xxIsth5-uGWxIdJt2m .img-wrap {
  width: 100%;
  margin-bottom: 3rem;
}
.xxIsth5-uGWxIdJt2m .img-wrap img {
  width: 44%;
  margin: auto;
}
.xxIsth5-uGWxIdJt2m .wzcow0-text,
.xxIsth5-uGWxIdJt2m .wzcow0-section-btn {
  color: #ffffff;
}
.xxIsth5-uGWxIdJt2m .wzcow0-section-title {
  color: #ffffff;
}
.xxIsth5-uGWxIdJt2m .buttons-wrap .link {
  display: flex;
}
.xxIsth5-uGWxIdJt2m .wzcow0-arrow {
  bottom: 0;
}
.xxIsth5-uGWxIdJt2m .wzcow0-fallback-image.disabled {
  display: none;
}
.xxIsth5-uGWxIdJt2m .wzcow0-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.xxIsth5-uGWy33SCA4 {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-color: #6d1100;
}
.xxIsth5-uGWy33SCA4 .wzcow0-fallback-image.disabled {
  display: none;
}
.xxIsth5-uGWy33SCA4 .wzcow0-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.xxIsth5-uGWy33SCA4 .row {
  justify-content: center;
}
@media (max-width: 992px) {
  .xxIsth5-uGWy33SCA4 .container {
    padding: 0 16px;
  }
}
@media (max-width: 768px) {
  .xxIsth5-uGWy33SCA4 .container {
    padding: 0 12px;
  }
}
.xxIsth5-uGWy33SCA4 .title-wrapper .wzcow0-section-title {
  margin-bottom: 40px;
}
@media (max-width: 992px) {
  .xxIsth5-uGWy33SCA4 .title-wrapper .wzcow0-section-title {
    margin-bottom: 24px;
  }
}
.xxIsth5-uGWy33SCA4 .card-wrapper {
  padding: 40px;
  border-radius: 50px;
  border: 3px solid #000000;
  box-shadow: 4px 4px #000000;
  background-color: #f79309;
}
@media (max-width: 992px) {
  .xxIsth5-uGWy33SCA4 .card-wrapper {
    padding: 24px;
    border-radius: 24px;
  }
}
.xxIsth5-uGWy33SCA4 .card-wrapper .card-wrap {
  display: flex;
  align-items: center;
}
@media (max-width: 992px) {
  .xxIsth5-uGWy33SCA4 .card-wrapper .card-wrap {
    display: block;
  }
}
.xxIsth5-uGWy33SCA4 .card-wrapper .card-wrap .icon-wrapper {
  margin-right: 40px;
}
@media (max-width: 992px) {
  .xxIsth5-uGWy33SCA4 .card-wrapper .card-wrap .icon-wrapper {
    margin: 0 0 16px 0;
    text-align: center;
  }
}
.xxIsth5-uGWy33SCA4 .card-wrapper .card-wrap .icon-wrapper .wzcow0-iconfont {
  font-size: 140px;
  color: #ff6928;
}
@media (max-width: 992px) {
  .xxIsth5-uGWy33SCA4 .card-wrapper .card-wrap .icon-wrapper .wzcow0-iconfont {
    font-size: 100px;
  }
}
.xxIsth5-uGWy33SCA4 .card-wrapper .card-wrap .wzcow0-text {
  margin-bottom: 0;
}
.xxIsth5-uGWy33SCA4 .wzcow0-section-title {
  color: #222222;
  text-align: center;
}
.xxIsth5-uGWy33SCA4 .wzcow0-section-subtitle {
  color: #222222;
}
.xxIsth5-uGWy33SCA4 .wzcow0-text {
  color: #000000;
}
.xxIsth5-uGWy33SCA4 .list {
  color: #222222;
}
.xxIsth5-uH3amAG1nf {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-color: #000000;
}
.xxIsth5-uH3amAG1nf .wzcow0-fallback-image.disabled {
  display: none;
}
.xxIsth5-uH3amAG1nf .wzcow0-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.xxIsth5-uH3amAG1nf .container,
.xxIsth5-uH3amAG1nf .container-fluid {
  padding: 0 60px;
}
@media (max-width: 992px) {
  .xxIsth5-uH3amAG1nf .container,
  .xxIsth5-uH3amAG1nf .container-fluid {
    padding: 0 20px;
  }
}
.xxIsth5-uH3amAG1nf a {
  display: block;
}
.xxIsth5-uH3amAG1nf a .logo-wrapper {
  padding: 80px 80px 80px 0;
  border-right: 1px solid #fadd8a;
  border-bottom: 1px solid #fadd8a;
}
@media (max-width: 992px) {
  .xxIsth5-uH3amAG1nf a .logo-wrapper {
    border-right: none;
  }
}
@media (max-width: 992px) {
  .xxIsth5-uH3amAG1nf a .logo-wrapper {
    padding: 50px 0;
  }
}
.xxIsth5-uH3amAG1nf a .logo-wrapper img {
  height: 250px;
  width: 250px;
  object-fit: contain;
  border-radius: 10px;
  margin: 0 0 0 auto;
}
@media (max-width: 1200px) {
  .xxIsth5-uH3amAG1nf a .logo-wrapper img {
    height: 200px;
    width: 200px;
  }
}
@media (max-width: 992px) {
  .xxIsth5-uH3amAG1nf a .logo-wrapper img {
    margin: 0 auto;
  }
}
.xxIsth5-uH3amAG1nf .copy-wrapper {
  padding: 24px 24px 24px 0;
  border-right: 1px solid #fadd8a;
}
@media (max-width: 992px) {
  .xxIsth5-uH3amAG1nf .copy-wrapper {
    border-right: none;
  }
}
.xxIsth5-uH3amAG1nf .copy-wrapper .copyright {
  margin-bottom: 0;
}
.xxIsth5-uH3amAG1nf .list-wrapper {
  display: flex;
  justify-content: center;
  align-items: center;
  height: 100%;
}
@media (max-width: 992px) {
  .xxIsth5-uH3amAG1nf .list-wrapper {
    height: auto;
  }
}
.xxIsth5-uH3amAG1nf .list-wrapper .list {
  list-style-type: none;
  padding: 0;
  margin: 0;
}
@media (max-width: 992px) {
  .xxIsth5-uH3amAG1nf .list-wrapper .list {
    display: flex;
    justify-content: space-between;
    width: 100%;
    flex-wrap: wrap;
  }
}
.xxIsth5-uH3amAG1nf .list-wrapper .list .item-wrap {
  margin-bottom: 60px;
  transition: all 0.3s ease-out;
}
.xxIsth5-uH3amAG1nf .list-wrapper .list .item-wrap:last-child {
  margin-bottom: 0;
}
@media (max-width: 992px) {
  .xxIsth5-uH3amAG1nf .list-wrapper .list .item-wrap {
    margin-bottom: 22px;
  }
}
.xxIsth5-uH3amAG1nf .list-wrapper .list .item-wrap:hover {
  text-decoration: underline;
}
.xxIsth5-uH3amAG1nf .card-wrapper {
  display: flex;
  justify-content: center;
  align-items: center;
  height: 100%;
}
@media (max-width: 992px) {
  .xxIsth5-uH3amAG1nf .card-wrapper {
    margin-bottom: 50px;
  }
}
.xxIsth5-uH3amAG1nf .card-wrapper .card-wrap {
  padding: 24px;
  background-color: #6d1100;
  border-radius: 24px;
}
.xxIsth5-uH3amAG1nf .card-wrapper .card-wrap .wzcow0-section-title {
  margin-bottom: 42px;
}
.xxIsth5-uH3amAG1nf .card-wrapper .card-wrap .wzcow0-text {
  margin-bottom: 42px;
}
.xxIsth5-uH3amAG1nf .copyright {
  color: #ffffff;
}
.xxIsth5-uH3amAG1nf .wzcow0-section-title {
  color: #3d4045;
}
.xxIsth5-uH3amAG1nf .wzcow0-text {
  color: #3d4045;
}
.xxIsth5-uH3amAG1nf .list {
  color: #ffffff;
}
.xxIsth5-uH3amAG1nf .wzcow0-section-btn {
  text-align: right;
}
.xxIsth5-uH3amAG1nf .wzcow0-section-title,
.xxIsth5-uH3amAG1nf .wzcow0-section-btn {
  text-align: center;
  color: #ffffff;
}
.xxIsth5-uGWyjkWkG3 {
  z-index: 1000;
  width: 100%;
  position: relative;
}
.xxIsth5-uGWyjkWkG3 .dropdown-item:before {
  font-family: vosousox2 !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;
}
@media (max-width: 767px) {
  .xxIsth5-uGWyjkWkG3 .navbar-toggler {
    transform: scale(0.8);
  }
}
.xxIsth5-uGWyjkWkG3 .navbar-brand {
  flex-shrink: 0;
  align-items: center;
  margin-right: 0;
  padding: 10px 0;
  transition: all 0.3s;
  word-break: break-word;
  z-index: 1;
}
.xxIsth5-uGWyjkWkG3 .navbar-brand img {
  max-width: 100%;
  max-height: 100%;
  border-radius: 8px !important;
}
.xxIsth5-uGWyjkWkG3 .navbar-brand .navbar-caption {
  line-height: inherit !important;
}
.xxIsth5-uGWyjkWkG3 .navbar-brand .navbar-logo a {
  outline: none;
}
.xxIsth5-uGWyjkWkG3 .navbar-nav {
  margin: auto;
  margin-left: 0;
  margin-left: auto;
  margin-right: 0;
}
.xxIsth5-uGWyjkWkG3 .navbar-nav .nav-item {
  padding: 0 !important;
  transition: .3s all !important;
}
.xxIsth5-uGWyjkWkG3 .navbar-nav .nav-item .nav-link {
  padding: 16px !important;
  margin: 0 !important;
  border-radius: 1rem !important;
  transition: .3s all !important;
  border-radius: 4px !important;
}
.xxIsth5-uGWyjkWkG3 .navbar-nav .nav-item .nav-link:hover {
  background-color: transparent;
}
.xxIsth5-uGWyjkWkG3 .navbar-nav .open .nav-link::after {
  transform: rotate(180deg);
}
@media (min-width: 992px) {
  .xxIsth5-uGWyjkWkG3 .navbar-nav .open .nav-link::before {
    content: "";
    width: 100%;
    height: 20px;
    top: 100%;
    background: transparent;
    position: absolute;
  }
}
.xxIsth5-uGWyjkWkG3 .navbar-nav .dropdown-item {
  padding: 12px !important;
  border-radius: 0.5rem !important;
  margin: 0 8px !important;
  transition: .3s all !important;
  border-radius: 4px !important;
}
.xxIsth5-uGWyjkWkG3 .navbar-nav .dropdown-item:hover {
  background-color: rgba(27, 31, 10, 0.06);
}
@media (min-width: 992px) {
  .xxIsth5-uGWyjkWkG3 .navbar-nav {
    padding-left: 1.5rem;
  }
}
.xxIsth5-uGWyjkWkG3 .nav-link {
  width: fit-content;
  position: relative;
}
.xxIsth5-uGWyjkWkG3 .nav-link:hover {
  color: #fadd8a !important;
}
.xxIsth5-uGWyjkWkG3 .navbar-logo {
  padding-right: 0;
  margin: 0 !important;
}
@media (max-width: 767px) {
  .xxIsth5-uGWyjkWkG3 .navbar-logo {
    padding-left: 1rem;
  }
}
.xxIsth5-uGWyjkWkG3 .navbar-caption {
  padding-left: 1rem;
  padding-right: .5rem;
  font-weight: 400;
}
.xxIsth5-uGWyjkWkG3 .navbar-caption:hover,
.xxIsth5-uGWyjkWkG3 .navbar-caption:focus {
  color: #fadd8a !important;
}
@media (max-width: 767px) {
  .xxIsth5-uGWyjkWkG3 .nav-dropdown {
    padding-bottom: 0.5rem;
  }
}
.xxIsth5-uGWyjkWkG3 .nav-dropdown .link.dropdown-toggle::after {
  margin-left: 0.5rem;
  margin-top: 0.2rem;
  transition: .3s all;
}
.xxIsth5-uGWyjkWkG3 .menu-container {
  width: 100%;
  display: flex;
  min-height: 90px;
  padding: 10px;
  flex-wrap: nowrap;
  left: 0;
  right: 0;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: flex-end;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  border-radius: 16px;
  margin: 1rem 1rem 0;
  background-color: #000000;
  box-shadow: none;
  position: relative;
  border-radius: 0 !important;
}
.xxIsth5-uGWyjkWkG3 .iconfont-wrapper {
  color: #404349 !important;
  font-size: 1.5rem;
  padding-right: 0.5rem;
  transition: all 0.3s ease-in-out;
}
.xxIsth5-uGWyjkWkG3 .iconfont-wrapper:hover,
.xxIsth5-uGWyjkWkG3 .iconfont-wrapper:focus {
  color: #fadd8a !important;
}
.xxIsth5-uGWyjkWkG3 .dropdown-menu {
  flex-wrap: wrap;
  flex-direction: column;
  max-width: 100%;
  padding: 12px 4px !important;
  border-radius: 1.5rem;
  transition: .3s all !important;
  min-width: auto;
  background: #000000;
  border-radius: 4px !important;
}
.xxIsth5-uGWyjkWkG3 .nav-item:focus,
.xxIsth5-uGWyjkWkG3 .nav-link:focus {
  outline: none;
}
.xxIsth5-uGWyjkWkG3 .dropdown .dropdown-menu .dropdown-item {
  width: auto;
  transition: all 0.25s ease-in-out;
}
.xxIsth5-uGWyjkWkG3 .dropdown .dropdown-menu .dropdown-item::after {
  right: 0.5rem;
}
.xxIsth5-uGWyjkWkG3 .dropdown .dropdown-menu .dropdown-item .wzcow0-iconfont {
  margin-right: 0.5rem;
  vertical-align: sub;
}
.xxIsth5-uGWyjkWkG3 .dropdown .dropdown-menu .dropdown-item .wzcow0-iconfont:before {
  display: inline-block;
  transform: scale(1, 1);
  transition: all 0.25s ease-in-out;
}
.xxIsth5-uGWyjkWkG3 .collapsed .dropdown-menu .dropdown-item:before {
  display: none;
}
.xxIsth5-uGWyjkWkG3 .collapsed .dropdown .dropdown-menu .dropdown-item {
  padding: 0.235em 1.5em 0.235em 1.5em !important;
  transition: none;
  margin: 0 !important;
}
.xxIsth5-uGWyjkWkG3 .navbar {
  min-height: 90px;
  transition: all 0.3s;
  border-bottom: 1px solid transparent;
  background: transparent !important;
  padding: 0 !important;
  border: none !important;
  box-shadow: none !important;
  border-radius: 0 !important;
}
.xxIsth5-uGWyjkWkG3 .navbar.opened {
  transition: all 0.3s;
}
.xxIsth5-uGWyjkWkG3 .navbar .dropdown-item {
  padding: 0.5rem 1.8rem;
}
.xxIsth5-uGWyjkWkG3 .navbar .navbar-logo img {
  width: auto;
}
.xxIsth5-uGWyjkWkG3 .navbar .navbar-collapse {
  z-index: 1;
  justify-content: flex-end;
}
@media (max-width: 992px) {
  .xxIsth5-uGWyjkWkG3 .navbar .navbar-collapse {
    position: absolute;
  }
}
.xxIsth5-uGWyjkWkG3 .navbar.collapsed {
  justify-content: center;
}
.xxIsth5-uGWyjkWkG3 .navbar.collapsed .nav-item .nav-link::before {
  display: none;
}
.xxIsth5-uGWyjkWkG3 .navbar.collapsed.opened .dropdown-menu {
  top: 0;
}
@media (min-width: 992px) {
  .xxIsth5-uGWyjkWkG3 .navbar.collapsed.opened:not(.navbar-short) .navbar-collapse {
    max-height: calc(98.5vh - 3.5rem);
  }
}
.xxIsth5-uGWyjkWkG3 .navbar.collapsed .dropdown-menu .dropdown-submenu {
  left: 0 !important;
}
.xxIsth5-uGWyjkWkG3 .navbar.collapsed .dropdown-menu .dropdown-item:after {
  right: auto;
}
.xxIsth5-uGWyjkWkG3 .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%;
}
.xxIsth5-uGWyjkWkG3 .navbar.collapsed ul.navbar-nav li {
  margin: auto;
}
.xxIsth5-uGWyjkWkG3 .navbar.collapsed .dropdown-menu .dropdown-item {
  padding: 0.25rem 1.5rem;
  text-align: center;
}
.xxIsth5-uGWyjkWkG3 .navbar.collapsed .icons-menu {
  padding-left: 0;
  padding-right: 0;
  padding-top: 0.5rem;
  padding-bottom: 0.5rem;
}
@media (max-width: 767px) {
  .xxIsth5-uGWyjkWkG3 .navbar {
    min-height: 72px;
  }
  .xxIsth5-uGWyjkWkG3 .navbar .navbar-logo img {
    height: 2rem !important;
  }
}
@media (max-width: 991px) {
  .xxIsth5-uGWyjkWkG3 .navbar .nav-item .nav-link::before {
    display: none;
  }
  .xxIsth5-uGWyjkWkG3 .navbar.opened .dropdown-menu {
    top: 0;
  }
  .xxIsth5-uGWyjkWkG3 .navbar .dropdown-menu .dropdown-submenu {
    left: 0 !important;
  }
  .xxIsth5-uGWyjkWkG3 .navbar .dropdown-menu .dropdown-item:after {
    right: auto;
  }
  .xxIsth5-uGWyjkWkG3 .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%;
  }
  .xxIsth5-uGWyjkWkG3 .navbar .dropdown-menu .dropdown-item {
    padding: 0.25rem 1.5rem !important;
    text-align: center;
  }
  .xxIsth5-uGWyjkWkG3 .navbar .navbar-brand {
    flex-shrink: initial;
    flex-basis: auto;
    word-break: break-word;
    padding-right: 10px;
  }
  .xxIsth5-uGWyjkWkG3 .navbar .navbar-toggler {
    flex-basis: auto;
  }
  .xxIsth5-uGWyjkWkG3 .navbar .icons-menu {
    padding-left: 0;
    padding-top: 0.5rem;
    padding-bottom: 0.5rem;
  }
}
.xxIsth5-uGWyjkWkG3 .navbar.navbar-short .navbar-logo img {
  height: 2rem;
}
.xxIsth5-uGWyjkWkG3 .dropdown-item.active,
.xxIsth5-uGWyjkWkG3 .dropdown-item:active {
  background-color: transparent;
}
.xxIsth5-uGWyjkWkG3 .navbar-expand-lg .navbar-nav .nav-link {
  padding: 0;
}
.xxIsth5-uGWyjkWkG3 .nav-dropdown .link.dropdown-toggle {
  margin-right: 1.667em;
}
.xxIsth5-uGWyjkWkG3 .nav-dropdown .link.dropdown-toggle[aria-expanded="true"] {
  margin-right: 0;
  padding: 0.667em 1.667em;
}
.xxIsth5-uGWyjkWkG3 .navbar.navbar-expand-lg .dropdown .dropdown-menu {
  background: #000000;
}
.xxIsth5-uGWyjkWkG3 .navbar.navbar-expand-lg .dropdown .dropdown-menu .dropdown-submenu {
  margin: 0;
  left: 105%;
  transform: none;
  top: -12px;
}
.xxIsth5-uGWyjkWkG3 .navbar .dropdown.open > .dropdown-menu {
  display: flex;
}
.xxIsth5-uGWyjkWkG3 ul.navbar-nav {
  flex-wrap: wrap;
}
.xxIsth5-uGWyjkWkG3 .navbar-buttons {
  text-align: center;
  min-width: 140px;
}
@media (max-width: 992px) {
  .xxIsth5-uGWyjkWkG3 .navbar-buttons {
    text-align: left;
  }
}
.xxIsth5-uGWyjkWkG3 button.navbar-toggler {
  outline: none;
  width: 31px;
  height: 20px;
  cursor: pointer;
  transition: all 0.2s;
  position: relative;
  align-self: center;
}
.xxIsth5-uGWyjkWkG3 button.navbar-toggler .hamburger span {
  position: absolute;
  right: 0;
  width: 30px;
  height: 2px;
  border-right: 5px;
  background-color: #404349;
}
.xxIsth5-uGWyjkWkG3 button.navbar-toggler .hamburger span:nth-child(1) {
  top: 0;
  transition: all 0.2s;
}
.xxIsth5-uGWyjkWkG3 button.navbar-toggler .hamburger span:nth-child(2) {
  top: 8px;
  transition: all 0.15s;
}
.xxIsth5-uGWyjkWkG3 button.navbar-toggler .hamburger span:nth-child(3) {
  top: 8px;
  transition: all 0.15s;
}
.xxIsth5-uGWyjkWkG3 button.navbar-toggler .hamburger span:nth-child(4) {
  top: 16px;
  transition: all 0.2s;
}
.xxIsth5-uGWyjkWkG3 nav.opened .hamburger span:nth-child(1) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.xxIsth5-uGWyjkWkG3 nav.opened .hamburger span:nth-child(2) {
  transform: rotate(45deg);
  transition: all 0.25s;
}
.xxIsth5-uGWyjkWkG3 nav.opened .hamburger span:nth-child(3) {
  transform: rotate(-45deg);
  transition: all 0.25s;
}
.xxIsth5-uGWyjkWkG3 nav.opened .hamburger span:nth-child(4) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.xxIsth5-uGWyjkWkG3 .navbar-dropdown {
  padding: 0 1rem;
}
.xxIsth5-uGWyjkWkG3 a.nav-link {
  display: flex;
  align-items: center;
  justify-content: center;
}
.xxIsth5-uGWyjkWkG3 .icons-menu {
  flex-wrap: nowrap;
  display: flex;
  justify-content: center;
  padding-left: 1rem;
  padding-right: 0;
  padding-top: 0.3rem;
  text-align: center;
}
@media (max-width: 992px) {
  .xxIsth5-uGWyjkWkG3 .icons-menu {
    justify-content: flex-start;
    margin-bottom: .5rem;
  }
}
@media screen and (-ms-high-contrast: active), (-ms-high-contrast: none) {
  .xxIsth5-uGWyjkWkG3 .navbar {
    height: 70px;
  }
  .xxIsth5-uGWyjkWkG3 .navbar.opened {
    height: auto;
  }
  .xxIsth5-uGWyjkWkG3 .nav-item .nav-link:hover::before {
    width: 175%;
    max-width: calc(100% + 2rem);
    left: -1rem;
  }
}
.xxIsth5-uGWyjkWkG3 .navbar .dropdown > .dropdown-menu {
  display: none;
  width: max-content;
  max-width: 500px !important;
  transform: translateX(-50%);
  top: calc(100% + 20px);
  left: 50%;
}
.xxIsth5-uGWyjkWkG3 .navbar .dropdown > .dropdown-menu .dropdown-item {
  line-height: 1 !important;
}
.xxIsth5-uGWyjkWkG3 .navbar .dropdown > .dropdown-menu .dropdown .dropdown-item {
  align-items: center;
  display: flex;
  height: max-content !important;
  min-height: max-content !important;
}
.xxIsth5-uGWyjkWkG3 .navbar .dropdown > .dropdown-menu .dropdown .dropdown-item::after {
  display: inline-block;
  position: static;
  margin-left: 0.5rem;
  margin-top: 0;
  margin-right: 0;
  margin-bottom: 0;
  transition: .3s all;
  transform: rotate(-90deg);
}
.xxIsth5-uGWyjkWkG3 .navbar .dropdown > .dropdown-menu .dropdown.open .dropdown-item::after {
  transform: rotate(0deg);
}
.xxIsth5-uGWyjkWkG3 .wzcow0-section-btn {
  margin: -0.6rem -0.6rem;
  width: auto;
  padding-left: 1rem;
}
@media (max-width: 992px) {
  .xxIsth5-uGWyjkWkG3 .wzcow0-section-btn {
    padding-left: 0;
  }
}
.xxIsth5-uGWyjkWkG3 .wzcow0-section-btn .btn {
  justify-content: center;
  width: auto !important;
  padding: 25px 15px;
  min-width: 180px;
}
.xxIsth5-uGWyjkWkG3 .navbar-toggler {
  margin-left: 12px;
  margin-right: 8px;
  order: 1000;
}
@media (max-width: 991px) {
  .xxIsth5-uGWyjkWkG3 .navbar-brand {
    margin-right: auto;
  }
  .xxIsth5-uGWyjkWkG3 .navbar-collapse {
    z-index: -1 !important;
    position: absolute;
    top: 110%;
    left: 0;
    width: 100%;
    padding: 1rem;
    border-radius: 1.5rem;
    background: #000000;
    border-radius: 4px !important;
  }
  .xxIsth5-uGWyjkWkG3 .navbar-nav .nav-item .nav-link::after {
    margin-left: 10px;
  }
  .xxIsth5-uGWyjkWkG3 .navbar-nav .dropdown-item:hover {
    background-color: rgba(27, 31, 10, 0.06);
  }
  .xxIsth5-uGWyjkWkG3 .navbar .dropdown > .dropdown-menu {
    max-width: 100% !important;
    transform: translateX(0);
    top: 10px;
    left: 0;
    padding: 8px !important;
    border-radius: 1rem;
    background-color: rgba(27, 31, 10, 0.04) !important;
  }
  .xxIsth5-uGWyjkWkG3 .navbar .dropdown > .dropdown-menu .dropdown-item {
    padding: 8px !important;
    line-height: 1 !important;
    margin-bottom: 4px !important;
  }
  .xxIsth5-uGWyjkWkG3 .navbar .dropdown > .dropdown-menu .dropdown .dropdown-item {
    align-items: center;
    display: flex;
    height: max-content !important;
    min-height: max-content !important;
  }
  .xxIsth5-uGWyjkWkG3 .navbar .dropdown > .dropdown-menu .dropdown .dropdown-item::after {
    display: inline-block;
    position: static;
    margin-left: 0.5rem;
    margin-top: 0;
    margin-right: 0;
    margin-bottom: 0;
    transition: .3s all;
    transform: rotate(0deg);
  }
  .xxIsth5-uGWyjkWkG3 .navbar .dropdown > .dropdown-menu .dropdown.open .dropdown-item::after {
    transform: rotate(180deg);
  }
  .xxIsth5-uGWyjkWkG3 .navbar .dropdown > .dropdown-menu .dropdown-submenu {
    position: static;
    width: 100%;
    max-width: 100% !important;
    transform: translateX(0) !important;
    top: 0;
    left: 0;
    padding: 8px !important;
    border-radius: 1rem;
    background-color: rgba(27, 31, 10, 0.04) !important;
  }
  .xxIsth5-uGWyjkWkG3 .navbar .dropdown.open > .dropdown-menu {
    display: flex !important;
    flex-direction: column;
    align-items: flex-start;
  }
}
@media (max-width: 575px) {
  .xxIsth5-uGWyjkWkG3 .navbar-collapse {
    padding: 1rem;
  }
}
.xxIsth5-uGWyjkWkG3 .navbar-brand,
.xxIsth5-uGWyjkWkG3 .navbar-toggler,
.xxIsth5-uGWyjkWkG3 .navbar-collapse {
  position: relative;
  z-index: 1;
}
.xxIsth5-uGWBn6Vbmq {
  padding-top: 10rem;
  padding-bottom: 10rem;
  position: relative;
  background-color: #000000;
}
.xxIsth5-uGWBn6Vbmq:before {
  content: "";
  position: absolute;
  top: 0;
  left: 50%;
  transform: translate(-50%, 0);
  width: 57.14vw;
  aspect-ratio: 1;
  border-radius: 50%;
  opacity: .1;
  background-image: linear-gradient(180deg, #ffffff 0, rgba(255, 255, 255, 0) 100%);
}
@media (max-width: 1399px) {
  .xxIsth5-uGWBn6Vbmq:before {
    width: 100%;
    border-radius: 240px;
  }
}
.xxIsth5-uGWBn6Vbmq .wzcow0-fallback-image.disabled {
  display: none;
}
.xxIsth5-uGWBn6Vbmq .wzcow0-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.xxIsth5-uGWBn6Vbmq .row {
  position: relative;
  z-index: 2;
}
.xxIsth5-uGWBn6Vbmq .wzcow0-section-head {
  width: 100%;
  margin-bottom: 44px;
}
@media (max-width: 1399px) {
  .xxIsth5-uGWBn6Vbmq .wzcow0-section-head {
    margin-bottom: 3.14vw;
  }
}
@media (max-width: 767px) {
  .xxIsth5-uGWBn6Vbmq .wzcow0-section-head {
    margin-bottom: 20px;
  }
}
.xxIsth5-uGWBn6Vbmq .wzcow0-section-title {
  color: #FFFFFF;
  margin-bottom: 0;
}
.xxIsth5-uGWBn6Vbmq .wzcow0-section-subtitle {
  color: #FFFFFF;
  margin-top: 28px;
}
@media (max-width: 1399px) {
  .xxIsth5-uGWBn6Vbmq .wzcow0-section-subtitle {
    margin-top: 2vw;
  }
}
@media (max-width: 767px) {
  .xxIsth5-uGWBn6Vbmq .wzcow0-section-subtitle {
    margin-top: 20px;
  }
}
.xxIsth5-uGWBn6Vbmq .form-wrap {
  width: 100%;
  margin: 0 auto;
  padding: 0 !important;
}
.xxIsth5-uGWBn6Vbmq form {
  width: 100%;
}
.xxIsth5-uGWBn6Vbmq form .dragArea.row {
  justify-content: flex-start;
  width: auto !important;
  z-index: 2;
}
.xxIsth5-uGWBn6Vbmq form p {
  color: #FFFFFF;
}
.xxIsth5-uGWBn6Vbmq form .wzcow0-section-btn {
  margin-top: 15px;
  margin-right: auto;
  margin-left: auto;
  width: auto !important;
}
.xxIsth5-uGWBn6Vbmq form .wzcow0-section-btn .btn {
  width: auto !important;
}
.xxIsth5-uGWBn6Vbmq form .wzcow0-section-btn .btn-white-outline {
  position: relative;
  padding: 15px;
  min-width: 10.57vw;
  aspect-ratio: 1;
  border-radius: 50%;
  transition: all 0.8s cubic-bezier(0.77, 0.2, 0.05, 1);
  border: none;
}
@media (max-width: 991px) {
  .xxIsth5-uGWBn6Vbmq form .wzcow0-section-btn .btn-white-outline {
    min-width: 148px;
    min-height: 148px;
  }
}
.xxIsth5-uGWBn6Vbmq form .wzcow0-section-btn .btn-white-outline:before {
  content: "";
  position: absolute;
  top: 50%;
  left: 50%;
  width: 100%;
  height: 100%;
  border: 1px solid;
  border-radius: 50%;
  transform: translate(-50%, -50%);
  transition: all 0.8s cubic-bezier(0.77, 0.2, 0.05, 1);
}
.xxIsth5-uGWBn6Vbmq form .wzcow0-section-btn .btn-white-outline:hover:before {
  transform: translate(-50%, -50%) scale(0.8);
}
.xxIsth5-uGWBn6Vbmq form .form-group {
  margin-top: 0 !important;
  margin-bottom: 30px !important;
}
@media (max-width: 767px) {
  .xxIsth5-uGWBn6Vbmq form .form-group {
    margin-bottom: 25px !important;
  }
}
.xxIsth5-uGWBn6Vbmq form .form-control {
  height: 69px;
  border: 2px solid #FFFFFF !important;
  background: transparent;
  outline: none !important;
  box-shadow: none !important;
  border-radius: 35px !important;
  margin-bottom: 0;
  padding: 20px 25px;
  font-size: 20px;
  line-height: 1;
  color: #FFFFFF;
  font-weight: 400;
  transition: .3s;
}
.xxIsth5-uGWBn6Vbmq form .form-control::-webkit-input-placeholder {
  color: rgba(255, 255, 255, 0.5);
}
.xxIsth5-uGWBn6Vbmq form .form-control::-moz-placeholder {
  color: rgba(255, 255, 255, 0.5);
}
.xxIsth5-uGWBn6Vbmq form .form-control:-moz-placeholder {
  color: rgba(255, 255, 255, 0.5);
}
.xxIsth5-uGWBn6Vbmq form .form-control:-ms-input-placeholder {
  color: rgba(255, 255, 255, 0.5);
}
.xxIsth5-uGWBn6Vbmq form select {
  color: rgba(255, 255, 255, 0.5) !important;
}
.xxIsth5-uGWBn6Vbmq form textarea {
  height: 140px !important;
  min-height: 140px !important;
  padding: 20px 25px;
  resize: none;
}
.xxIsth5-uGWBn6Vbmq form textarea::-webkit-input-placeholder {
  color: rgba(255, 255, 255, 0.5) !important;
}
.xxIsth5-uGWBn6Vbmq form textarea::-moz-placeholder {
  color: rgba(255, 255, 255, 0.5) !important;
}
.xxIsth5-uGWBn6Vbmq form textarea:-moz-placeholder {
  color: rgba(255, 255, 255, 0.5) !important;
}
.xxIsth5-uGWBn6Vbmq form textarea:-ms-input-placeholder {
  color: rgba(255, 255, 255, 0.5) !important;
}
.xxIsth5-uGWBn6Vbmq form input,
.xxIsth5-uGWBn6Vbmq form textarea {
  transition: .3s all;
}
.xxIsth5-uGWBn6Vbmq form input:active,
.xxIsth5-uGWBn6Vbmq form textarea:active,
.xxIsth5-uGWBn6Vbmq form input:focus,
.xxIsth5-uGWBn6Vbmq form textarea:focus {
  background-color: transparent !important;
  border-color: #FFFFFF !important;
  outline: none !important;
}
.xxIsth5-uGWBn6Vbmq form input:active::-webkit-input-placeholder,
.xxIsth5-uGWBn6Vbmq form textarea:active::-webkit-input-placeholder,
.xxIsth5-uGWBn6Vbmq form input:focus::-webkit-input-placeholder,
.xxIsth5-uGWBn6Vbmq form textarea:focus::-webkit-input-placeholder {
  color: rgba(255, 255, 255, 0.5) !important;
}
.xxIsth5-uGWBn6Vbmq form input:active::-moz-placeholder,
.xxIsth5-uGWBn6Vbmq form textarea:active::-moz-placeholder,
.xxIsth5-uGWBn6Vbmq form input:focus::-moz-placeholder,
.xxIsth5-uGWBn6Vbmq form textarea:focus::-moz-placeholder {
  color: rgba(255, 255, 255, 0.5) !important;
}
.xxIsth5-uGWBn6Vbmq form input:active:-moz-placeholder,
.xxIsth5-uGWBn6Vbmq form textarea:active:-moz-placeholder,
.xxIsth5-uGWBn6Vbmq form input:focus:-moz-placeholder,
.xxIsth5-uGWBn6Vbmq form textarea:focus:-moz-placeholder {
  color: rgba(255, 255, 255, 0.5) !important;
}
.xxIsth5-uGWBn6Vbmq form input:active:-ms-input-placeholder,
.xxIsth5-uGWBn6Vbmq form textarea:active:-ms-input-placeholder,
.xxIsth5-uGWBn6Vbmq form input:focus:-ms-input-placeholder,
.xxIsth5-uGWBn6Vbmq form textarea:focus:-ms-input-placeholder {
  color: rgba(255, 255, 255, 0.5) !important;
}
.xxIsth5-uGWBn6Vbmq form .row {
  flex-wrap: wrap;
  margin-left: -8px !important;
  margin-right: -8px !important;
}
.xxIsth5-uGWBn6Vbmq form .row [class*=col] {
  padding-left: 8px !important;
  padding-right: 8px !important;
}
.xxIsth5-uGWBn6Vbmq form label {
  width: 100%;
  color: #FFFFFF;
  margin-bottom: 8px;
}
.xxIsth5-uGWBn6Vbmq form .form-check label {
  color: #FFFFFF;
}
.xxIsth5-uGWBn6Vbmq form .form-check-input {
  border-color: rgba(255, 255, 255, 0.5) !important;
  outline: none !important;
  box-shadow: none !important;
  background-color: transparent !important;
}
.xxIsth5-uGWBn6Vbmq form .form-check-input:focus,
.xxIsth5-uGWBn6Vbmq form .form-check-input:hover {
  background-color: #FFFFFF !important;
  border-color: #FFFFFF !important;
}
.xxIsth5-uGWBn6Vbmq form .form-check-input:checked {
  border-color: #FFFFFF !important;
  background-color: transparent !important;
}
.xxIsth5-uH3amAG1nf {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-color: #000000;
}
.xxIsth5-uH3amAG1nf .wzcow0-fallback-image.disabled {
  display: none;
}
.xxIsth5-uH3amAG1nf .wzcow0-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.xxIsth5-uH3amAG1nf .container,
.xxIsth5-uH3amAG1nf .container-fluid {
  padding: 0 60px;
}
@media (max-width: 992px) {
  .xxIsth5-uH3amAG1nf .container,
  .xxIsth5-uH3amAG1nf .container-fluid {
    padding: 0 20px;
  }
}
.xxIsth5-uH3amAG1nf a {
  display: block;
}
.xxIsth5-uH3amAG1nf a .logo-wrapper {
  padding: 80px 80px 80px 0;
  border-right: 1px solid #fadd8a;
  border-bottom: 1px solid #fadd8a;
}
@media (max-width: 992px) {
  .xxIsth5-uH3amAG1nf a .logo-wrapper {
    border-right: none;
  }
}
@media (max-width: 992px) {
  .xxIsth5-uH3amAG1nf a .logo-wrapper {
    padding: 50px 0;
  }
}
.xxIsth5-uH3amAG1nf a .logo-wrapper img {
  height: 250px;
  width: 250px;
  object-fit: contain;
  border-radius: 10px;
  margin: 0 0 0 auto;
}
@media (max-width: 1200px) {
  .xxIsth5-uH3amAG1nf a .logo-wrapper img {
    height: 200px;
    width: 200px;
  }
}
@media (max-width: 992px) {
  .xxIsth5-uH3amAG1nf a .logo-wrapper img {
    margin: 0 auto;
  }
}
.xxIsth5-uH3amAG1nf .copy-wrapper {
  padding: 24px 24px 24px 0;
  border-right: 1px solid #fadd8a;
}
@media (max-width: 992px) {
  .xxIsth5-uH3amAG1nf .copy-wrapper {
    border-right: none;
  }
}
.xxIsth5-uH3amAG1nf .copy-wrapper .copyright {
  margin-bottom: 0;
}
.xxIsth5-uH3amAG1nf .list-wrapper {
  display: flex;
  justify-content: center;
  align-items: center;
  height: 100%;
}
@media (max-width: 992px) {
  .xxIsth5-uH3amAG1nf .list-wrapper {
    height: auto;
  }
}
.xxIsth5-uH3amAG1nf .list-wrapper .list {
  list-style-type: none;
  padding: 0;
  margin: 0;
}
@media (max-width: 992px) {
  .xxIsth5-uH3amAG1nf .list-wrapper .list {
    display: flex;
    justify-content: space-between;
    width: 100%;
    flex-wrap: wrap;
  }
}
.xxIsth5-uH3amAG1nf .list-wrapper .list .item-wrap {
  margin-bottom: 60px;
  transition: all 0.3s ease-out;
}
.xxIsth5-uH3amAG1nf .list-wrapper .list .item-wrap:last-child {
  margin-bottom: 0;
}
@media (max-width: 992px) {
  .xxIsth5-uH3amAG1nf .list-wrapper .list .item-wrap {
    margin-bottom: 22px;
  }
}
.xxIsth5-uH3amAG1nf .list-wrapper .list .item-wrap:hover {
  text-decoration: underline;
}
.xxIsth5-uH3amAG1nf .card-wrapper {
  display: flex;
  justify-content: center;
  align-items: center;
  height: 100%;
}
@media (max-width: 992px) {
  .xxIsth5-uH3amAG1nf .card-wrapper {
    margin-bottom: 50px;
  }
}
.xxIsth5-uH3amAG1nf .card-wrapper .card-wrap {
  padding: 24px;
  background-color: #6d1100;
  border-radius: 24px;
}
.xxIsth5-uH3amAG1nf .card-wrapper .card-wrap .wzcow0-section-title {
  margin-bottom: 42px;
}
.xxIsth5-uH3amAG1nf .card-wrapper .card-wrap .wzcow0-text {
  margin-bottom: 42px;
}
.xxIsth5-uH3amAG1nf .copyright {
  color: #ffffff;
}
.xxIsth5-uH3amAG1nf .wzcow0-section-title {
  color: #3d4045;
}
.xxIsth5-uH3amAG1nf .wzcow0-text {
  color: #3d4045;
}
.xxIsth5-uH3amAG1nf .list {
  color: #ffffff;
}
.xxIsth5-uH3amAG1nf .wzcow0-section-btn {
  text-align: right;
}
.xxIsth5-uH3amAG1nf .wzcow0-section-title,
.xxIsth5-uH3amAG1nf .wzcow0-section-btn {
  text-align: center;
  color: #ffffff;
}
.xxIsth5-uGWB9ynyAy {
  z-index: 1000;
  width: 100%;
  position: relative;
}
.xxIsth5-uGWB9ynyAy .dropdown-item:before {
  font-family: vosousox2 !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;
}
@media (max-width: 767px) {
  .xxIsth5-uGWB9ynyAy .navbar-toggler {
    transform: scale(0.8);
  }
}
.xxIsth5-uGWB9ynyAy .navbar-brand {
  flex-shrink: 0;
  align-items: center;
  margin-right: 0;
  padding: 10px 0;
  transition: all 0.3s;
  word-break: break-word;
  z-index: 1;
}
.xxIsth5-uGWB9ynyAy .navbar-brand img {
  max-width: 100%;
  max-height: 100%;
  border-radius: 8px !important;
}
.xxIsth5-uGWB9ynyAy .navbar-brand .navbar-caption {
  line-height: inherit !important;
}
.xxIsth5-uGWB9ynyAy .navbar-brand .navbar-logo a {
  outline: none;
}
.xxIsth5-uGWB9ynyAy .navbar-nav {
  margin: auto;
  margin-left: 0;
  margin-left: auto;
  margin-right: 0;
}
.xxIsth5-uGWB9ynyAy .navbar-nav .nav-item {
  padding: 0 !important;
  transition: .3s all !important;
}
.xxIsth5-uGWB9ynyAy .navbar-nav .nav-item .nav-link {
  padding: 16px !important;
  margin: 0 !important;
  border-radius: 1rem !important;
  transition: .3s all !important;
  border-radius: 4px !important;
}
.xxIsth5-uGWB9ynyAy .navbar-nav .nav-item .nav-link:hover {
  background-color: transparent;
}
.xxIsth5-uGWB9ynyAy .navbar-nav .open .nav-link::after {
  transform: rotate(180deg);
}
@media (min-width: 992px) {
  .xxIsth5-uGWB9ynyAy .navbar-nav .open .nav-link::before {
    content: "";
    width: 100%;
    height: 20px;
    top: 100%;
    background: transparent;
    position: absolute;
  }
}
.xxIsth5-uGWB9ynyAy .navbar-nav .dropdown-item {
  padding: 12px !important;
  border-radius: 0.5rem !important;
  margin: 0 8px !important;
  transition: .3s all !important;
  border-radius: 4px !important;
}
.xxIsth5-uGWB9ynyAy .navbar-nav .dropdown-item:hover {
  background-color: rgba(27, 31, 10, 0.06);
}
@media (min-width: 992px) {
  .xxIsth5-uGWB9ynyAy .navbar-nav {
    padding-left: 1.5rem;
  }
}
.xxIsth5-uGWB9ynyAy .nav-link {
  width: fit-content;
  position: relative;
}
.xxIsth5-uGWB9ynyAy .nav-link:hover {
  color: #fadd8a !important;
}
.xxIsth5-uGWB9ynyAy .navbar-logo {
  padding-right: 0;
  margin: 0 !important;
}
@media (max-width: 767px) {
  .xxIsth5-uGWB9ynyAy .navbar-logo {
    padding-left: 1rem;
  }
}
.xxIsth5-uGWB9ynyAy .navbar-caption {
  padding-left: 1rem;
  padding-right: .5rem;
  font-weight: 400;
}
.xxIsth5-uGWB9ynyAy .navbar-caption:hover,
.xxIsth5-uGWB9ynyAy .navbar-caption:focus {
  color: #fadd8a !important;
}
@media (max-width: 767px) {
  .xxIsth5-uGWB9ynyAy .nav-dropdown {
    padding-bottom: 0.5rem;
  }
}
.xxIsth5-uGWB9ynyAy .nav-dropdown .link.dropdown-toggle::after {
  margin-left: 0.5rem;
  margin-top: 0.2rem;
  transition: .3s all;
}
.xxIsth5-uGWB9ynyAy .menu-container {
  width: 100%;
  display: flex;
  min-height: 90px;
  padding: 10px;
  flex-wrap: nowrap;
  left: 0;
  right: 0;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: flex-end;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  border-radius: 16px;
  margin: 1rem 1rem 0;
  background-color: #000000;
  box-shadow: none;
  position: relative;
  border-radius: 0 !important;
}
.xxIsth5-uGWB9ynyAy .iconfont-wrapper {
  color: #404349 !important;
  font-size: 1.5rem;
  padding-right: 0.5rem;
  transition: all 0.3s ease-in-out;
}
.xxIsth5-uGWB9ynyAy .iconfont-wrapper:hover,
.xxIsth5-uGWB9ynyAy .iconfont-wrapper:focus {
  color: #fadd8a !important;
}
.xxIsth5-uGWB9ynyAy .dropdown-menu {
  flex-wrap: wrap;
  flex-direction: column;
  max-width: 100%;
  padding: 12px 4px !important;
  border-radius: 1.5rem;
  transition: .3s all !important;
  min-width: auto;
  background: #000000;
  border-radius: 4px !important;
}
.xxIsth5-uGWB9ynyAy .nav-item:focus,
.xxIsth5-uGWB9ynyAy .nav-link:focus {
  outline: none;
}
.xxIsth5-uGWB9ynyAy .dropdown .dropdown-menu .dropdown-item {
  width: auto;
  transition: all 0.25s ease-in-out;
}
.xxIsth5-uGWB9ynyAy .dropdown .dropdown-menu .dropdown-item::after {
  right: 0.5rem;
}
.xxIsth5-uGWB9ynyAy .dropdown .dropdown-menu .dropdown-item .wzcow0-iconfont {
  margin-right: 0.5rem;
  vertical-align: sub;
}
.xxIsth5-uGWB9ynyAy .dropdown .dropdown-menu .dropdown-item .wzcow0-iconfont:before {
  display: inline-block;
  transform: scale(1, 1);
  transition: all 0.25s ease-in-out;
}
.xxIsth5-uGWB9ynyAy .collapsed .dropdown-menu .dropdown-item:before {
  display: none;
}
.xxIsth5-uGWB9ynyAy .collapsed .dropdown .dropdown-menu .dropdown-item {
  padding: 0.235em 1.5em 0.235em 1.5em !important;
  transition: none;
  margin: 0 !important;
}
.xxIsth5-uGWB9ynyAy .navbar {
  min-height: 90px;
  transition: all 0.3s;
  border-bottom: 1px solid transparent;
  background: transparent !important;
  padding: 0 !important;
  border: none !important;
  box-shadow: none !important;
  border-radius: 0 !important;
}
.xxIsth5-uGWB9ynyAy .navbar.opened {
  transition: all 0.3s;
}
.xxIsth5-uGWB9ynyAy .navbar .dropdown-item {
  padding: 0.5rem 1.8rem;
}
.xxIsth5-uGWB9ynyAy .navbar .navbar-logo img {
  width: auto;
}
.xxIsth5-uGWB9ynyAy .navbar .navbar-collapse {
  z-index: 1;
  justify-content: flex-end;
}
@media (max-width: 992px) {
  .xxIsth5-uGWB9ynyAy .navbar .navbar-collapse {
    position: absolute;
  }
}
.xxIsth5-uGWB9ynyAy .navbar.collapsed {
  justify-content: center;
}
.xxIsth5-uGWB9ynyAy .navbar.collapsed .nav-item .nav-link::before {
  display: none;
}
.xxIsth5-uGWB9ynyAy .navbar.collapsed.opened .dropdown-menu {
  top: 0;
}
@media (min-width: 992px) {
  .xxIsth5-uGWB9ynyAy .navbar.collapsed.opened:not(.navbar-short) .navbar-collapse {
    max-height: calc(98.5vh - 3.5rem);
  }
}
.xxIsth5-uGWB9ynyAy .navbar.collapsed .dropdown-menu .dropdown-submenu {
  left: 0 !important;
}
.xxIsth5-uGWB9ynyAy .navbar.collapsed .dropdown-menu .dropdown-item:after {
  right: auto;
}
.xxIsth5-uGWB9ynyAy .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%;
}
.xxIsth5-uGWB9ynyAy .navbar.collapsed ul.navbar-nav li {
  margin: auto;
}
.xxIsth5-uGWB9ynyAy .navbar.collapsed .dropdown-menu .dropdown-item {
  padding: 0.25rem 1.5rem;
  text-align: center;
}
.xxIsth5-uGWB9ynyAy .navbar.collapsed .icons-menu {
  padding-left: 0;
  padding-right: 0;
  padding-top: 0.5rem;
  padding-bottom: 0.5rem;
}
@media (max-width: 767px) {
  .xxIsth5-uGWB9ynyAy .navbar {
    min-height: 72px;
  }
  .xxIsth5-uGWB9ynyAy .navbar .navbar-logo img {
    height: 2rem !important;
  }
}
@media (max-width: 991px) {
  .xxIsth5-uGWB9ynyAy .navbar .nav-item .nav-link::before {
    display: none;
  }
  .xxIsth5-uGWB9ynyAy .navbar.opened .dropdown-menu {
    top: 0;
  }
  .xxIsth5-uGWB9ynyAy .navbar .dropdown-menu .dropdown-submenu {
    left: 0 !important;
  }
  .xxIsth5-uGWB9ynyAy .navbar .dropdown-menu .dropdown-item:after {
    right: auto;
  }
  .xxIsth5-uGWB9ynyAy .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%;
  }
  .xxIsth5-uGWB9ynyAy .navbar .dropdown-menu .dropdown-item {
    padding: 0.25rem 1.5rem !important;
    text-align: center;
  }
  .xxIsth5-uGWB9ynyAy .navbar .navbar-brand {
    flex-shrink: initial;
    flex-basis: auto;
    word-break: break-word;
    padding-right: 10px;
  }
  .xxIsth5-uGWB9ynyAy .navbar .navbar-toggler {
    flex-basis: auto;
  }
  .xxIsth5-uGWB9ynyAy .navbar .icons-menu {
    padding-left: 0;
    padding-top: 0.5rem;
    padding-bottom: 0.5rem;
  }
}
.xxIsth5-uGWB9ynyAy .navbar.navbar-short .navbar-logo img {
  height: 2rem;
}
.xxIsth5-uGWB9ynyAy .dropdown-item.active,
.xxIsth5-uGWB9ynyAy .dropdown-item:active {
  background-color: transparent;
}
.xxIsth5-uGWB9ynyAy .navbar-expand-lg .navbar-nav .nav-link {
  padding: 0;
}
.xxIsth5-uGWB9ynyAy .nav-dropdown .link.dropdown-toggle {
  margin-right: 1.667em;
}
.xxIsth5-uGWB9ynyAy .nav-dropdown .link.dropdown-toggle[aria-expanded="true"] {
  margin-right: 0;
  padding: 0.667em 1.667em;
}
.xxIsth5-uGWB9ynyAy .navbar.navbar-expand-lg .dropdown .dropdown-menu {
  background: #000000;
}
.xxIsth5-uGWB9ynyAy .navbar.navbar-expand-lg .dropdown .dropdown-menu .dropdown-submenu {
  margin: 0;
  left: 105%;
  transform: none;
  top: -12px;
}
.xxIsth5-uGWB9ynyAy .navbar .dropdown.open > .dropdown-menu {
  display: flex;
}
.xxIsth5-uGWB9ynyAy ul.navbar-nav {
  flex-wrap: wrap;
}
.xxIsth5-uGWB9ynyAy .navbar-buttons {
  text-align: center;
  min-width: 140px;
}
@media (max-width: 992px) {
  .xxIsth5-uGWB9ynyAy .navbar-buttons {
    text-align: left;
  }
}
.xxIsth5-uGWB9ynyAy button.navbar-toggler {
  outline: none;
  width: 31px;
  height: 20px;
  cursor: pointer;
  transition: all 0.2s;
  position: relative;
  align-self: center;
}
.xxIsth5-uGWB9ynyAy button.navbar-toggler .hamburger span {
  position: absolute;
  right: 0;
  width: 30px;
  height: 2px;
  border-right: 5px;
  background-color: #404349;
}
.xxIsth5-uGWB9ynyAy button.navbar-toggler .hamburger span:nth-child(1) {
  top: 0;
  transition: all 0.2s;
}
.xxIsth5-uGWB9ynyAy button.navbar-toggler .hamburger span:nth-child(2) {
  top: 8px;
  transition: all 0.15s;
}
.xxIsth5-uGWB9ynyAy button.navbar-toggler .hamburger span:nth-child(3) {
  top: 8px;
  transition: all 0.15s;
}
.xxIsth5-uGWB9ynyAy button.navbar-toggler .hamburger span:nth-child(4) {
  top: 16px;
  transition: all 0.2s;
}
.xxIsth5-uGWB9ynyAy nav.opened .hamburger span:nth-child(1) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.xxIsth5-uGWB9ynyAy nav.opened .hamburger span:nth-child(2) {
  transform: rotate(45deg);
  transition: all 0.25s;
}
.xxIsth5-uGWB9ynyAy nav.opened .hamburger span:nth-child(3) {
  transform: rotate(-45deg);
  transition: all 0.25s;
}
.xxIsth5-uGWB9ynyAy nav.opened .hamburger span:nth-child(4) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.xxIsth5-uGWB9ynyAy .navbar-dropdown {
  padding: 0 1rem;
}
.xxIsth5-uGWB9ynyAy a.nav-link {
  display: flex;
  align-items: center;
  justify-content: center;
}
.xxIsth5-uGWB9ynyAy .icons-menu {
  flex-wrap: nowrap;
  display: flex;
  justify-content: center;
  padding-left: 1rem;
  padding-right: 0;
  padding-top: 0.3rem;
  text-align: center;
}
@media (max-width: 992px) {
  .xxIsth5-uGWB9ynyAy .icons-menu {
    justify-content: flex-start;
    margin-bottom: .5rem;
  }
}
@media screen and (-ms-high-contrast: active), (-ms-high-contrast: none) {
  .xxIsth5-uGWB9ynyAy .navbar {
    height: 70px;
  }
  .xxIsth5-uGWB9ynyAy .navbar.opened {
    height: auto;
  }
  .xxIsth5-uGWB9ynyAy .nav-item .nav-link:hover::before {
    width: 175%;
    max-width: calc(100% + 2rem);
    left: -1rem;
  }
}
.xxIsth5-uGWB9ynyAy .navbar .dropdown > .dropdown-menu {
  display: none;
  width: max-content;
  max-width: 500px !important;
  transform: translateX(-50%);
  top: calc(100% + 20px);
  left: 50%;
}
.xxIsth5-uGWB9ynyAy .navbar .dropdown > .dropdown-menu .dropdown-item {
  line-height: 1 !important;
}
.xxIsth5-uGWB9ynyAy .navbar .dropdown > .dropdown-menu .dropdown .dropdown-item {
  align-items: center;
  display: flex;
  height: max-content !important;
  min-height: max-content !important;
}
.xxIsth5-uGWB9ynyAy .navbar .dropdown > .dropdown-menu .dropdown .dropdown-item::after {
  display: inline-block;
  position: static;
  margin-left: 0.5rem;
  margin-top: 0;
  margin-right: 0;
  margin-bottom: 0;
  transition: .3s all;
  transform: rotate(-90deg);
}
.xxIsth5-uGWB9ynyAy .navbar .dropdown > .dropdown-menu .dropdown.open .dropdown-item::after {
  transform: rotate(0deg);
}
.xxIsth5-uGWB9ynyAy .wzcow0-section-btn {
  margin: -0.6rem -0.6rem;
  width: auto;
  padding-left: 1rem;
}
@media (max-width: 992px) {
  .xxIsth5-uGWB9ynyAy .wzcow0-section-btn {
    padding-left: 0;
  }
}
.xxIsth5-uGWB9ynyAy .wzcow0-section-btn .btn {
  justify-content: center;
  width: auto !important;
  padding: 25px 15px;
  min-width: 180px;
}
.xxIsth5-uGWB9ynyAy .navbar-toggler {
  margin-left: 12px;
  margin-right: 8px;
  order: 1000;
}
@media (max-width: 991px) {
  .xxIsth5-uGWB9ynyAy .navbar-brand {
    margin-right: auto;
  }
  .xxIsth5-uGWB9ynyAy .navbar-collapse {
    z-index: -1 !important;
    position: absolute;
    top: 110%;
    left: 0;
    width: 100%;
    padding: 1rem;
    border-radius: 1.5rem;
    background: #000000;
    border-radius: 4px !important;
  }
  .xxIsth5-uGWB9ynyAy .navbar-nav .nav-item .nav-link::after {
    margin-left: 10px;
  }
  .xxIsth5-uGWB9ynyAy .navbar-nav .dropdown-item:hover {
    background-color: rgba(27, 31, 10, 0.06);
  }
  .xxIsth5-uGWB9ynyAy .navbar .dropdown > .dropdown-menu {
    max-width: 100% !important;
    transform: translateX(0);
    top: 10px;
    left: 0;
    padding: 8px !important;
    border-radius: 1rem;
    background-color: rgba(27, 31, 10, 0.04) !important;
  }
  .xxIsth5-uGWB9ynyAy .navbar .dropdown > .dropdown-menu .dropdown-item {
    padding: 8px !important;
    line-height: 1 !important;
    margin-bottom: 4px !important;
  }
  .xxIsth5-uGWB9ynyAy .navbar .dropdown > .dropdown-menu .dropdown .dropdown-item {
    align-items: center;
    display: flex;
    height: max-content !important;
    min-height: max-content !important;
  }
  .xxIsth5-uGWB9ynyAy .navbar .dropdown > .dropdown-menu .dropdown .dropdown-item::after {
    display: inline-block;
    position: static;
    margin-left: 0.5rem;
    margin-top: 0;
    margin-right: 0;
    margin-bottom: 0;
    transition: .3s all;
    transform: rotate(0deg);
  }
  .xxIsth5-uGWB9ynyAy .navbar .dropdown > .dropdown-menu .dropdown.open .dropdown-item::after {
    transform: rotate(180deg);
  }
  .xxIsth5-uGWB9ynyAy .navbar .dropdown > .dropdown-menu .dropdown-submenu {
    position: static;
    width: 100%;
    max-width: 100% !important;
    transform: translateX(0) !important;
    top: 0;
    left: 0;
    padding: 8px !important;
    border-radius: 1rem;
    background-color: rgba(27, 31, 10, 0.04) !important;
  }
  .xxIsth5-uGWB9ynyAy .navbar .dropdown.open > .dropdown-menu {
    display: flex !important;
    flex-direction: column;
    align-items: flex-start;
  }
}
@media (max-width: 575px) {
  .xxIsth5-uGWB9ynyAy .navbar-collapse {
    padding: 1rem;
  }
}
.xxIsth5-uGWB9ynyAy .navbar-brand,
.xxIsth5-uGWB9ynyAy .navbar-toggler,
.xxIsth5-uGWB9ynyAy .navbar-collapse {
  position: relative;
  z-index: 1;
}
.xxIsth5-uGWB9z3mXk {
  padding-top: 9rem;
  padding-bottom: 3rem;
  background-color: #6d1100;
  background: linear-gradient(to right top, #6d1100, #f79309);
}
.xxIsth5-uGWB9z3mXk .img-wrap {
  width: 100%;
  margin-bottom: 3rem;
}
.xxIsth5-uGWB9z3mXk .img-wrap img {
  width: 44%;
  margin: auto;
}
.xxIsth5-uGWB9z3mXk .wzcow0-text,
.xxIsth5-uGWB9z3mXk .wzcow0-section-btn {
  color: #ffffff;
}
.xxIsth5-uGWB9z3mXk .wzcow0-section-title {
  color: #ffffff;
}
.xxIsth5-uGWB9z3mXk .buttons-wrap .link {
  display: flex;
}
.xxIsth5-uGWB9z3mXk .wzcow0-arrow {
  bottom: 0;
}
.xxIsth5-uGWB9z3mXk .wzcow0-fallback-image.disabled {
  display: none;
}
.xxIsth5-uGWB9z3mXk .wzcow0-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.xxIsth5-uGWB9zCkjX {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-color: #6d1100;
}
.xxIsth5-uGWB9zCkjX .wzcow0-fallback-image.disabled {
  display: none;
}
.xxIsth5-uGWB9zCkjX .wzcow0-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.xxIsth5-uGWB9zCkjX .row {
  justify-content: center;
}
@media (max-width: 992px) {
  .xxIsth5-uGWB9zCkjX .container {
    padding: 0 16px;
  }
}
@media (max-width: 768px) {
  .xxIsth5-uGWB9zCkjX .container {
    padding: 0 12px;
  }
}
.xxIsth5-uGWB9zCkjX .title-wrapper .wzcow0-section-title {
  margin-bottom: 40px;
}
@media (max-width: 992px) {
  .xxIsth5-uGWB9zCkjX .title-wrapper .wzcow0-section-title {
    margin-bottom: 24px;
  }
}
.xxIsth5-uGWB9zCkjX .card-wrapper {
  padding: 40px;
  border-radius: 50px;
  border: 3px solid #000000;
  box-shadow: 4px 4px #000000;
  background-color: #f79309;
}
@media (max-width: 992px) {
  .xxIsth5-uGWB9zCkjX .card-wrapper {
    padding: 24px;
    border-radius: 24px;
  }
}
.xxIsth5-uGWB9zCkjX .card-wrapper .card-wrap {
  display: flex;
  align-items: center;
}
@media (max-width: 992px) {
  .xxIsth5-uGWB9zCkjX .card-wrapper .card-wrap {
    display: block;
  }
}
.xxIsth5-uGWB9zCkjX .card-wrapper .card-wrap .icon-wrapper {
  margin-right: 40px;
}
@media (max-width: 992px) {
  .xxIsth5-uGWB9zCkjX .card-wrapper .card-wrap .icon-wrapper {
    margin: 0 0 16px 0;
    text-align: center;
  }
}
.xxIsth5-uGWB9zCkjX .card-wrapper .card-wrap .icon-wrapper .wzcow0-iconfont {
  font-size: 140px;
  color: #ff6928;
}
@media (max-width: 992px) {
  .xxIsth5-uGWB9zCkjX .card-wrapper .card-wrap .icon-wrapper .wzcow0-iconfont {
    font-size: 100px;
  }
}
.xxIsth5-uGWB9zCkjX .card-wrapper .card-wrap .wzcow0-text {
  margin-bottom: 0;
}
.xxIsth5-uGWB9zCkjX .wzcow0-section-title {
  color: #222222;
  text-align: center;
}
.xxIsth5-uGWB9zCkjX .wzcow0-section-subtitle {
  color: #222222;
}
.xxIsth5-uGWB9zCkjX .wzcow0-text {
  color: #000000;
}
.xxIsth5-uGWB9zCkjX .list {
  color: #222222;
}
.xxIsth5-uH3amAG1nf {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-color: #000000;
}
.xxIsth5-uH3amAG1nf .wzcow0-fallback-image.disabled {
  display: none;
}
.xxIsth5-uH3amAG1nf .wzcow0-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.xxIsth5-uH3amAG1nf .container,
.xxIsth5-uH3amAG1nf .container-fluid {
  padding: 0 60px;
}
@media (max-width: 992px) {
  .xxIsth5-uH3amAG1nf .container,
  .xxIsth5-uH3amAG1nf .container-fluid {
    padding: 0 20px;
  }
}
.xxIsth5-uH3amAG1nf a {
  display: block;
}
.xxIsth5-uH3amAG1nf a .logo-wrapper {
  padding: 80px 80px 80px 0;
  border-right: 1px solid #fadd8a;
  border-bottom: 1px solid #fadd8a;
}
@media (max-width: 992px) {
  .xxIsth5-uH3amAG1nf a .logo-wrapper {
    border-right: none;
  }
}
@media (max-width: 992px) {
  .xxIsth5-uH3amAG1nf a .logo-wrapper {
    padding: 50px 0;
  }
}
.xxIsth5-uH3amAG1nf a .logo-wrapper img {
  height: 250px;
  width: 250px;
  object-fit: contain;
  border-radius: 10px;
  margin: 0 0 0 auto;
}
@media (max-width: 1200px) {
  .xxIsth5-uH3amAG1nf a .logo-wrapper img {
    height: 200px;
    width: 200px;
  }
}
@media (max-width: 992px) {
  .xxIsth5-uH3amAG1nf a .logo-wrapper img {
    margin: 0 auto;
  }
}
.xxIsth5-uH3amAG1nf .copy-wrapper {
  padding: 24px 24px 24px 0;
  border-right: 1px solid #fadd8a;
}
@media (max-width: 992px) {
  .xxIsth5-uH3amAG1nf .copy-wrapper {
    border-right: none;
  }
}
.xxIsth5-uH3amAG1nf .copy-wrapper .copyright {
  margin-bottom: 0;
}
.xxIsth5-uH3amAG1nf .list-wrapper {
  display: flex;
  justify-content: center;
  align-items: center;
  height: 100%;
}
@media (max-width: 992px) {
  .xxIsth5-uH3amAG1nf .list-wrapper {
    height: auto;
  }
}
.xxIsth5-uH3amAG1nf .list-wrapper .list {
  list-style-type: none;
  padding: 0;
  margin: 0;
}
@media (max-width: 992px) {
  .xxIsth5-uH3amAG1nf .list-wrapper .list {
    display: flex;
    justify-content: space-between;
    width: 100%;
    flex-wrap: wrap;
  }
}
.xxIsth5-uH3amAG1nf .list-wrapper .list .item-wrap {
  margin-bottom: 60px;
  transition: all 0.3s ease-out;
}
.xxIsth5-uH3amAG1nf .list-wrapper .list .item-wrap:last-child {
  margin-bottom: 0;
}
@media (max-width: 992px) {
  .xxIsth5-uH3amAG1nf .list-wrapper .list .item-wrap {
    margin-bottom: 22px;
  }
}
.xxIsth5-uH3amAG1nf .list-wrapper .list .item-wrap:hover {
  text-decoration: underline;
}
.xxIsth5-uH3amAG1nf .card-wrapper {
  display: flex;
  justify-content: center;
  align-items: center;
  height: 100%;
}
@media (max-width: 992px) {
  .xxIsth5-uH3amAG1nf .card-wrapper {
    margin-bottom: 50px;
  }
}
.xxIsth5-uH3amAG1nf .card-wrapper .card-wrap {
  padding: 24px;
  background-color: #6d1100;
  border-radius: 24px;
}
.xxIsth5-uH3amAG1nf .card-wrapper .card-wrap .wzcow0-section-title {
  margin-bottom: 42px;
}
.xxIsth5-uH3amAG1nf .card-wrapper .card-wrap .wzcow0-text {
  margin-bottom: 42px;
}
.xxIsth5-uH3amAG1nf .copyright {
  color: #ffffff;
}
.xxIsth5-uH3amAG1nf .wzcow0-section-title {
  color: #3d4045;
}
.xxIsth5-uH3amAG1nf .wzcow0-text {
  color: #3d4045;
}
.xxIsth5-uH3amAG1nf .list {
  color: #ffffff;
}
.xxIsth5-uH3amAG1nf .wzcow0-section-btn {
  text-align: right;
}
.xxIsth5-uH3amAG1nf .wzcow0-section-title,
.xxIsth5-uH3amAG1nf .wzcow0-section-btn {
  text-align: center;
  color: #ffffff;
}
.xxIsth5-uGWBcmZLxp {
  z-index: 1000;
  width: 100%;
  position: relative;
}
.xxIsth5-uGWBcmZLxp .dropdown-item:before {
  font-family: vosousox2 !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;
}
@media (max-width: 767px) {
  .xxIsth5-uGWBcmZLxp .navbar-toggler {
    transform: scale(0.8);
  }
}
.xxIsth5-uGWBcmZLxp .navbar-brand {
  flex-shrink: 0;
  align-items: center;
  margin-right: 0;
  padding: 10px 0;
  transition: all 0.3s;
  word-break: break-word;
  z-index: 1;
}
.xxIsth5-uGWBcmZLxp .navbar-brand img {
  max-width: 100%;
  max-height: 100%;
  border-radius: 8px !important;
}
.xxIsth5-uGWBcmZLxp .navbar-brand .navbar-caption {
  line-height: inherit !important;
}
.xxIsth5-uGWBcmZLxp .navbar-brand .navbar-logo a {
  outline: none;
}
.xxIsth5-uGWBcmZLxp .navbar-nav {
  margin: auto;
  margin-left: 0;
  margin-left: auto;
  margin-right: 0;
}
.xxIsth5-uGWBcmZLxp .navbar-nav .nav-item {
  padding: 0 !important;
  transition: .3s all !important;
}
.xxIsth5-uGWBcmZLxp .navbar-nav .nav-item .nav-link {
  padding: 16px !important;
  margin: 0 !important;
  border-radius: 1rem !important;
  transition: .3s all !important;
  border-radius: 4px !important;
}
.xxIsth5-uGWBcmZLxp .navbar-nav .nav-item .nav-link:hover {
  background-color: transparent;
}
.xxIsth5-uGWBcmZLxp .navbar-nav .open .nav-link::after {
  transform: rotate(180deg);
}
@media (min-width: 992px) {
  .xxIsth5-uGWBcmZLxp .navbar-nav .open .nav-link::before {
    content: "";
    width: 100%;
    height: 20px;
    top: 100%;
    background: transparent;
    position: absolute;
  }
}
.xxIsth5-uGWBcmZLxp .navbar-nav .dropdown-item {
  padding: 12px !important;
  border-radius: 0.5rem !important;
  margin: 0 8px !important;
  transition: .3s all !important;
  border-radius: 4px !important;
}
.xxIsth5-uGWBcmZLxp .navbar-nav .dropdown-item:hover {
  background-color: rgba(27, 31, 10, 0.06);
}
@media (min-width: 992px) {
  .xxIsth5-uGWBcmZLxp .navbar-nav {
    padding-left: 1.5rem;
  }
}
.xxIsth5-uGWBcmZLxp .nav-link {
  width: fit-content;
  position: relative;
}
.xxIsth5-uGWBcmZLxp .nav-link:hover {
  color: #fadd8a !important;
}
.xxIsth5-uGWBcmZLxp .navbar-logo {
  padding-right: 0;
  margin: 0 !important;
}
@media (max-width: 767px) {
  .xxIsth5-uGWBcmZLxp .navbar-logo {
    padding-left: 1rem;
  }
}
.xxIsth5-uGWBcmZLxp .navbar-caption {
  padding-left: 1rem;
  padding-right: .5rem;
  font-weight: 400;
}
.xxIsth5-uGWBcmZLxp .navbar-caption:hover,
.xxIsth5-uGWBcmZLxp .navbar-caption:focus {
  color: #fadd8a !important;
}
@media (max-width: 767px) {
  .xxIsth5-uGWBcmZLxp .nav-dropdown {
    padding-bottom: 0.5rem;
  }
}
.xxIsth5-uGWBcmZLxp .nav-dropdown .link.dropdown-toggle::after {
  margin-left: 0.5rem;
  margin-top: 0.2rem;
  transition: .3s all;
}
.xxIsth5-uGWBcmZLxp .menu-container {
  width: 100%;
  display: flex;
  min-height: 90px;
  padding: 10px;
  flex-wrap: nowrap;
  left: 0;
  right: 0;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: flex-end;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  border-radius: 16px;
  margin: 1rem 1rem 0;
  background-color: #000000;
  box-shadow: none;
  position: relative;
  border-radius: 0 !important;
}
.xxIsth5-uGWBcmZLxp .iconfont-wrapper {
  color: #404349 !important;
  font-size: 1.5rem;
  padding-right: 0.5rem;
  transition: all 0.3s ease-in-out;
}
.xxIsth5-uGWBcmZLxp .iconfont-wrapper:hover,
.xxIsth5-uGWBcmZLxp .iconfont-wrapper:focus {
  color: #fadd8a !important;
}
.xxIsth5-uGWBcmZLxp .dropdown-menu {
  flex-wrap: wrap;
  flex-direction: column;
  max-width: 100%;
  padding: 12px 4px !important;
  border-radius: 1.5rem;
  transition: .3s all !important;
  min-width: auto;
  background: #000000;
  border-radius: 4px !important;
}
.xxIsth5-uGWBcmZLxp .nav-item:focus,
.xxIsth5-uGWBcmZLxp .nav-link:focus {
  outline: none;
}
.xxIsth5-uGWBcmZLxp .dropdown .dropdown-menu .dropdown-item {
  width: auto;
  transition: all 0.25s ease-in-out;
}
.xxIsth5-uGWBcmZLxp .dropdown .dropdown-menu .dropdown-item::after {
  right: 0.5rem;
}
.xxIsth5-uGWBcmZLxp .dropdown .dropdown-menu .dropdown-item .wzcow0-iconfont {
  margin-right: 0.5rem;
  vertical-align: sub;
}
.xxIsth5-uGWBcmZLxp .dropdown .dropdown-menu .dropdown-item .wzcow0-iconfont:before {
  display: inline-block;
  transform: scale(1, 1);
  transition: all 0.25s ease-in-out;
}
.xxIsth5-uGWBcmZLxp .collapsed .dropdown-menu .dropdown-item:before {
  display: none;
}
.xxIsth5-uGWBcmZLxp .collapsed .dropdown .dropdown-menu .dropdown-item {
  padding: 0.235em 1.5em 0.235em 1.5em !important;
  transition: none;
  margin: 0 !important;
}
.xxIsth5-uGWBcmZLxp .navbar {
  min-height: 90px;
  transition: all 0.3s;
  border-bottom: 1px solid transparent;
  background: transparent !important;
  padding: 0 !important;
  border: none !important;
  box-shadow: none !important;
  border-radius: 0 !important;
}
.xxIsth5-uGWBcmZLxp .navbar.opened {
  transition: all 0.3s;
}
.xxIsth5-uGWBcmZLxp .navbar .dropdown-item {
  padding: 0.5rem 1.8rem;
}
.xxIsth5-uGWBcmZLxp .navbar .navbar-logo img {
  width: auto;
}
.xxIsth5-uGWBcmZLxp .navbar .navbar-collapse {
  z-index: 1;
  justify-content: flex-end;
}
@media (max-width: 992px) {
  .xxIsth5-uGWBcmZLxp .navbar .navbar-collapse {
    position: absolute;
  }
}
.xxIsth5-uGWBcmZLxp .navbar.collapsed {
  justify-content: center;
}
.xxIsth5-uGWBcmZLxp .navbar.collapsed .nav-item .nav-link::before {
  display: none;
}
.xxIsth5-uGWBcmZLxp .navbar.collapsed.opened .dropdown-menu {
  top: 0;
}
@media (min-width: 992px) {
  .xxIsth5-uGWBcmZLxp .navbar.collapsed.opened:not(.navbar-short) .navbar-collapse {
    max-height: calc(98.5vh - 3.5rem);
  }
}
.xxIsth5-uGWBcmZLxp .navbar.collapsed .dropdown-menu .dropdown-submenu {
  left: 0 !important;
}
.xxIsth5-uGWBcmZLxp .navbar.collapsed .dropdown-menu .dropdown-item:after {
  right: auto;
}
.xxIsth5-uGWBcmZLxp .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%;
}
.xxIsth5-uGWBcmZLxp .navbar.collapsed ul.navbar-nav li {
  margin: auto;
}
.xxIsth5-uGWBcmZLxp .navbar.collapsed .dropdown-menu .dropdown-item {
  padding: 0.25rem 1.5rem;
  text-align: center;
}
.xxIsth5-uGWBcmZLxp .navbar.collapsed .icons-menu {
  padding-left: 0;
  padding-right: 0;
  padding-top: 0.5rem;
  padding-bottom: 0.5rem;
}
@media (max-width: 767px) {
  .xxIsth5-uGWBcmZLxp .navbar {
    min-height: 72px;
  }
  .xxIsth5-uGWBcmZLxp .navbar .navbar-logo img {
    height: 2rem !important;
  }
}
@media (max-width: 991px) {
  .xxIsth5-uGWBcmZLxp .navbar .nav-item .nav-link::before {
    display: none;
  }
  .xxIsth5-uGWBcmZLxp .navbar.opened .dropdown-menu {
    top: 0;
  }
  .xxIsth5-uGWBcmZLxp .navbar .dropdown-menu .dropdown-submenu {
    left: 0 !important;
  }
  .xxIsth5-uGWBcmZLxp .navbar .dropdown-menu .dropdown-item:after {
    right: auto;
  }
  .xxIsth5-uGWBcmZLxp .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%;
  }
  .xxIsth5-uGWBcmZLxp .navbar .dropdown-menu .dropdown-item {
    padding: 0.25rem 1.5rem !important;
    text-align: center;
  }
  .xxIsth5-uGWBcmZLxp .navbar .navbar-brand {
    flex-shrink: initial;
    flex-basis: auto;
    word-break: break-word;
    padding-right: 10px;
  }
  .xxIsth5-uGWBcmZLxp .navbar .navbar-toggler {
    flex-basis: auto;
  }
  .xxIsth5-uGWBcmZLxp .navbar .icons-menu {
    padding-left: 0;
    padding-top: 0.5rem;
    padding-bottom: 0.5rem;
  }
}
.xxIsth5-uGWBcmZLxp .navbar.navbar-short .navbar-logo img {
  height: 2rem;
}
.xxIsth5-uGWBcmZLxp .dropdown-item.active,
.xxIsth5-uGWBcmZLxp .dropdown-item:active {
  background-color: transparent;
}
.xxIsth5-uGWBcmZLxp .navbar-expand-lg .navbar-nav .nav-link {
  padding: 0;
}
.xxIsth5-uGWBcmZLxp .nav-dropdown .link.dropdown-toggle {
  margin-right: 1.667em;
}
.xxIsth5-uGWBcmZLxp .nav-dropdown .link.dropdown-toggle[aria-expanded="true"] {
  margin-right: 0;
  padding: 0.667em 1.667em;
}
.xxIsth5-uGWBcmZLxp .navbar.navbar-expand-lg .dropdown .dropdown-menu {
  background: #000000;
}
.xxIsth5-uGWBcmZLxp .navbar.navbar-expand-lg .dropdown .dropdown-menu .dropdown-submenu {
  margin: 0;
  left: 105%;
  transform: none;
  top: -12px;
}
.xxIsth5-uGWBcmZLxp .navbar .dropdown.open > .dropdown-menu {
  display: flex;
}
.xxIsth5-uGWBcmZLxp ul.navbar-nav {
  flex-wrap: wrap;
}
.xxIsth5-uGWBcmZLxp .navbar-buttons {
  text-align: center;
  min-width: 140px;
}
@media (max-width: 992px) {
  .xxIsth5-uGWBcmZLxp .navbar-buttons {
    text-align: left;
  }
}
.xxIsth5-uGWBcmZLxp button.navbar-toggler {
  outline: none;
  width: 31px;
  height: 20px;
  cursor: pointer;
  transition: all 0.2s;
  position: relative;
  align-self: center;
}
.xxIsth5-uGWBcmZLxp button.navbar-toggler .hamburger span {
  position: absolute;
  right: 0;
  width: 30px;
  height: 2px;
  border-right: 5px;
  background-color: #404349;
}
.xxIsth5-uGWBcmZLxp button.navbar-toggler .hamburger span:nth-child(1) {
  top: 0;
  transition: all 0.2s;
}
.xxIsth5-uGWBcmZLxp button.navbar-toggler .hamburger span:nth-child(2) {
  top: 8px;
  transition: all 0.15s;
}
.xxIsth5-uGWBcmZLxp button.navbar-toggler .hamburger span:nth-child(3) {
  top: 8px;
  transition: all 0.15s;
}
.xxIsth5-uGWBcmZLxp button.navbar-toggler .hamburger span:nth-child(4) {
  top: 16px;
  transition: all 0.2s;
}
.xxIsth5-uGWBcmZLxp nav.opened .hamburger span:nth-child(1) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.xxIsth5-uGWBcmZLxp nav.opened .hamburger span:nth-child(2) {
  transform: rotate(45deg);
  transition: all 0.25s;
}
.xxIsth5-uGWBcmZLxp nav.opened .hamburger span:nth-child(3) {
  transform: rotate(-45deg);
  transition: all 0.25s;
}
.xxIsth5-uGWBcmZLxp nav.opened .hamburger span:nth-child(4) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.xxIsth5-uGWBcmZLxp .navbar-dropdown {
  padding: 0 1rem;
}
.xxIsth5-uGWBcmZLxp a.nav-link {
  display: flex;
  align-items: center;
  justify-content: center;
}
.xxIsth5-uGWBcmZLxp .icons-menu {
  flex-wrap: nowrap;
  display: flex;
  justify-content: center;
  padding-left: 1rem;
  padding-right: 0;
  padding-top: 0.3rem;
  text-align: center;
}
@media (max-width: 992px) {
  .xxIsth5-uGWBcmZLxp .icons-menu {
    justify-content: flex-start;
    margin-bottom: .5rem;
  }
}
@media screen and (-ms-high-contrast: active), (-ms-high-contrast: none) {
  .xxIsth5-uGWBcmZLxp .navbar {
    height: 70px;
  }
  .xxIsth5-uGWBcmZLxp .navbar.opened {
    height: auto;
  }
  .xxIsth5-uGWBcmZLxp .nav-item .nav-link:hover::before {
    width: 175%;
    max-width: calc(100% + 2rem);
    left: -1rem;
  }
}
.xxIsth5-uGWBcmZLxp .navbar .dropdown > .dropdown-menu {
  display: none;
  width: max-content;
  max-width: 500px !important;
  transform: translateX(-50%);
  top: calc(100% + 20px);
  left: 50%;
}
.xxIsth5-uGWBcmZLxp .navbar .dropdown > .dropdown-menu .dropdown-item {
  line-height: 1 !important;
}
.xxIsth5-uGWBcmZLxp .navbar .dropdown > .dropdown-menu .dropdown .dropdown-item {
  align-items: center;
  display: flex;
  height: max-content !important;
  min-height: max-content !important;
}
.xxIsth5-uGWBcmZLxp .navbar .dropdown > .dropdown-menu .dropdown .dropdown-item::after {
  display: inline-block;
  position: static;
  margin-left: 0.5rem;
  margin-top: 0;
  margin-right: 0;
  margin-bottom: 0;
  transition: .3s all;
  transform: rotate(-90deg);
}
.xxIsth5-uGWBcmZLxp .navbar .dropdown > .dropdown-menu .dropdown.open .dropdown-item::after {
  transform: rotate(0deg);
}
.xxIsth5-uGWBcmZLxp .wzcow0-section-btn {
  margin: -0.6rem -0.6rem;
  width: auto;
  padding-left: 1rem;
}
@media (max-width: 992px) {
  .xxIsth5-uGWBcmZLxp .wzcow0-section-btn {
    padding-left: 0;
  }
}
.xxIsth5-uGWBcmZLxp .wzcow0-section-btn .btn {
  justify-content: center;
  width: auto !important;
  padding: 25px 15px;
  min-width: 180px;
}
.xxIsth5-uGWBcmZLxp .navbar-toggler {
  margin-left: 12px;
  margin-right: 8px;
  order: 1000;
}
@media (max-width: 991px) {
  .xxIsth5-uGWBcmZLxp .navbar-brand {
    margin-right: auto;
  }
  .xxIsth5-uGWBcmZLxp .navbar-collapse {
    z-index: -1 !important;
    position: absolute;
    top: 110%;
    left: 0;
    width: 100%;
    padding: 1rem;
    border-radius: 1.5rem;
    background: #000000;
    border-radius: 4px !important;
  }
  .xxIsth5-uGWBcmZLxp .navbar-nav .nav-item .nav-link::after {
    margin-left: 10px;
  }
  .xxIsth5-uGWBcmZLxp .navbar-nav .dropdown-item:hover {
    background-color: rgba(27, 31, 10, 0.06);
  }
  .xxIsth5-uGWBcmZLxp .navbar .dropdown > .dropdown-menu {
    max-width: 100% !important;
    transform: translateX(0);
    top: 10px;
    left: 0;
    padding: 8px !important;
    border-radius: 1rem;
    background-color: rgba(27, 31, 10, 0.04) !important;
  }
  .xxIsth5-uGWBcmZLxp .navbar .dropdown > .dropdown-menu .dropdown-item {
    padding: 8px !important;
    line-height: 1 !important;
    margin-bottom: 4px !important;
  }
  .xxIsth5-uGWBcmZLxp .navbar .dropdown > .dropdown-menu .dropdown .dropdown-item {
    align-items: center;
    display: flex;
    height: max-content !important;
    min-height: max-content !important;
  }
  .xxIsth5-uGWBcmZLxp .navbar .dropdown > .dropdown-menu .dropdown .dropdown-item::after {
    display: inline-block;
    position: static;
    margin-left: 0.5rem;
    margin-top: 0;
    margin-right: 0;
    margin-bottom: 0;
    transition: .3s all;
    transform: rotate(0deg);
  }
  .xxIsth5-uGWBcmZLxp .navbar .dropdown > .dropdown-menu .dropdown.open .dropdown-item::after {
    transform: rotate(180deg);
  }
  .xxIsth5-uGWBcmZLxp .navbar .dropdown > .dropdown-menu .dropdown-submenu {
    position: static;
    width: 100%;
    max-width: 100% !important;
    transform: translateX(0) !important;
    top: 0;
    left: 0;
    padding: 8px !important;
    border-radius: 1rem;
    background-color: rgba(27, 31, 10, 0.04) !important;
  }
  .xxIsth5-uGWBcmZLxp .navbar .dropdown.open > .dropdown-menu {
    display: flex !important;
    flex-direction: column;
    align-items: flex-start;
  }
}
@media (max-width: 575px) {
  .xxIsth5-uGWBcmZLxp .navbar-collapse {
    padding: 1rem;
  }
}
.xxIsth5-uGWBcmZLxp .navbar-brand,
.xxIsth5-uGWBcmZLxp .navbar-toggler,
.xxIsth5-uGWBcmZLxp .navbar-collapse {
  position: relative;
  z-index: 1;
}
.xxIsth5-uGWBcnDaeT {
  padding-top: 9rem;
  padding-bottom: 3rem;
  background-color: #6d1100;
  background: linear-gradient(to right top, #6d1100, #f79309);
}
.xxIsth5-uGWBcnDaeT .img-wrap {
  width: 100%;
  margin-bottom: 3rem;
}
.xxIsth5-uGWBcnDaeT .img-wrap img {
  width: 44%;
  margin: auto;
}
.xxIsth5-uGWBcnDaeT .wzcow0-text,
.xxIsth5-uGWBcnDaeT .wzcow0-section-btn {
  color: #ffffff;
}
.xxIsth5-uGWBcnDaeT .wzcow0-section-title {
  color: #ffffff;
}
.xxIsth5-uGWBcnDaeT .buttons-wrap .link {
  display: flex;
}
.xxIsth5-uGWBcnDaeT .wzcow0-arrow {
  bottom: 0;
}
.xxIsth5-uGWBcnDaeT .wzcow0-fallback-image.disabled {
  display: none;
}
.xxIsth5-uGWBcnDaeT .wzcow0-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.xxIsth5-uGWBcocR3A {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-color: #6d1100;
}
.xxIsth5-uGWBcocR3A .wzcow0-fallback-image.disabled {
  display: none;
}
.xxIsth5-uGWBcocR3A .wzcow0-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.xxIsth5-uGWBcocR3A .row {
  justify-content: center;
}
@media (max-width: 992px) {
  .xxIsth5-uGWBcocR3A .container {
    padding: 0 16px;
  }
}
@media (max-width: 768px) {
  .xxIsth5-uGWBcocR3A .container {
    padding: 0 12px;
  }
}
.xxIsth5-uGWBcocR3A .title-wrapper .wzcow0-section-title {
  margin-bottom: 40px;
}
@media (max-width: 992px) {
  .xxIsth5-uGWBcocR3A .title-wrapper .wzcow0-section-title {
    margin-bottom: 24px;
  }
}
.xxIsth5-uGWBcocR3A .card-wrapper {
  padding: 40px;
  border-radius: 50px;
  border: 3px solid #000000;
  box-shadow: 4px 4px #000000;
  background-color: #f79309;
}
@media (max-width: 992px) {
  .xxIsth5-uGWBcocR3A .card-wrapper {
    padding: 24px;
    border-radius: 24px;
  }
}
.xxIsth5-uGWBcocR3A .card-wrapper .card-wrap {
  display: flex;
  align-items: center;
}
@media (max-width: 992px) {
  .xxIsth5-uGWBcocR3A .card-wrapper .card-wrap {
    display: block;
  }
}
.xxIsth5-uGWBcocR3A .card-wrapper .card-wrap .icon-wrapper {
  margin-right: 40px;
}
@media (max-width: 992px) {
  .xxIsth5-uGWBcocR3A .card-wrapper .card-wrap .icon-wrapper {
    margin: 0 0 16px 0;
    text-align: center;
  }
}
.xxIsth5-uGWBcocR3A .card-wrapper .card-wrap .icon-wrapper .wzcow0-iconfont {
  font-size: 140px;
  color: #ff6928;
}
@media (max-width: 992px) {
  .xxIsth5-uGWBcocR3A .card-wrapper .card-wrap .icon-wrapper .wzcow0-iconfont {
    font-size: 100px;
  }
}
.xxIsth5-uGWBcocR3A .card-wrapper .card-wrap .wzcow0-text {
  margin-bottom: 0;
}
.xxIsth5-uGWBcocR3A .wzcow0-section-title {
  color: #222222;
  text-align: center;
}
.xxIsth5-uGWBcocR3A .wzcow0-section-subtitle {
  color: #222222;
}
.xxIsth5-uGWBcocR3A .wzcow0-text {
  color: #000000;
}
.xxIsth5-uGWBcocR3A .list {
  color: #222222;
}
.xxIsth5-uH3amAG1nf {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-color: #000000;
}
.xxIsth5-uH3amAG1nf .wzcow0-fallback-image.disabled {
  display: none;
}
.xxIsth5-uH3amAG1nf .wzcow0-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.xxIsth5-uH3amAG1nf .container,
.xxIsth5-uH3amAG1nf .container-fluid {
  padding: 0 60px;
}
@media (max-width: 992px) {
  .xxIsth5-uH3amAG1nf .container,
  .xxIsth5-uH3amAG1nf .container-fluid {
    padding: 0 20px;
  }
}
.xxIsth5-uH3amAG1nf a {
  display: block;
}
.xxIsth5-uH3amAG1nf a .logo-wrapper {
  padding: 80px 80px 80px 0;
  border-right: 1px solid #fadd8a;
  border-bottom: 1px solid #fadd8a;
}
@media (max-width: 992px) {
  .xxIsth5-uH3amAG1nf a .logo-wrapper {
    border-right: none;
  }
}
@media (max-width: 992px) {
  .xxIsth5-uH3amAG1nf a .logo-wrapper {
    padding: 50px 0;
  }
}
.xxIsth5-uH3amAG1nf a .logo-wrapper img {
  height: 250px;
  width: 250px;
  object-fit: contain;
  border-radius: 10px;
  margin: 0 0 0 auto;
}
@media (max-width: 1200px) {
  .xxIsth5-uH3amAG1nf a .logo-wrapper img {
    height: 200px;
    width: 200px;
  }
}
@media (max-width: 992px) {
  .xxIsth5-uH3amAG1nf a .logo-wrapper img {
    margin: 0 auto;
  }
}
.xxIsth5-uH3amAG1nf .copy-wrapper {
  padding: 24px 24px 24px 0;
  border-right: 1px solid #fadd8a;
}
@media (max-width: 992px) {
  .xxIsth5-uH3amAG1nf .copy-wrapper {
    border-right: none;
  }
}
.xxIsth5-uH3amAG1nf .copy-wrapper .copyright {
  margin-bottom: 0;
}
.xxIsth5-uH3amAG1nf .list-wrapper {
  display: flex;
  justify-content: center;
  align-items: center;
  height: 100%;
}
@media (max-width: 992px) {
  .xxIsth5-uH3amAG1nf .list-wrapper {
    height: auto;
  }
}
.xxIsth5-uH3amAG1nf .list-wrapper .list {
  list-style-type: none;
  padding: 0;
  margin: 0;
}
@media (max-width: 992px) {
  .xxIsth5-uH3amAG1nf .list-wrapper .list {
    display: flex;
    justify-content: space-between;
    width: 100%;
    flex-wrap: wrap;
  }
}
.xxIsth5-uH3amAG1nf .list-wrapper .list .item-wrap {
  margin-bottom: 60px;
  transition: all 0.3s ease-out;
}
.xxIsth5-uH3amAG1nf .list-wrapper .list .item-wrap:last-child {
  margin-bottom: 0;
}
@media (max-width: 992px) {
  .xxIsth5-uH3amAG1nf .list-wrapper .list .item-wrap {
    margin-bottom: 22px;
  }
}
.xxIsth5-uH3amAG1nf .list-wrapper .list .item-wrap:hover {
  text-decoration: underline;
}
.xxIsth5-uH3amAG1nf .card-wrapper {
  display: flex;
  justify-content: center;
  align-items: center;
  height: 100%;
}
@media (max-width: 992px) {
  .xxIsth5-uH3amAG1nf .card-wrapper {
    margin-bottom: 50px;
  }
}
.xxIsth5-uH3amAG1nf .card-wrapper .card-wrap {
  padding: 24px;
  background-color: #6d1100;
  border-radius: 24px;
}
.xxIsth5-uH3amAG1nf .card-wrapper .card-wrap .wzcow0-section-title {
  margin-bottom: 42px;
}
.xxIsth5-uH3amAG1nf .card-wrapper .card-wrap .wzcow0-text {
  margin-bottom: 42px;
}
.xxIsth5-uH3amAG1nf .copyright {
  color: #ffffff;
}
.xxIsth5-uH3amAG1nf .wzcow0-section-title {
  color: #3d4045;
}
.xxIsth5-uH3amAG1nf .wzcow0-text {
  color: #3d4045;
}
.xxIsth5-uH3amAG1nf .list {
  color: #ffffff;
}
.xxIsth5-uH3amAG1nf .wzcow0-section-btn {
  text-align: right;
}
.xxIsth5-uH3amAG1nf .wzcow0-section-title,
.xxIsth5-uH3amAG1nf .wzcow0-section-btn {
  text-align: center;
  color: #ffffff;
}
.xxIsth5-uGWyjkWkG3 {
  z-index: 1000;
  width: 100%;
  position: relative;
}
.xxIsth5-uGWyjkWkG3 .dropdown-item:before {
  font-family: vosousox2 !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;
}
@media (max-width: 767px) {
  .xxIsth5-uGWyjkWkG3 .navbar-toggler {
    transform: scale(0.8);
  }
}
.xxIsth5-uGWyjkWkG3 .navbar-brand {
  flex-shrink: 0;
  align-items: center;
  margin-right: 0;
  padding: 10px 0;
  transition: all 0.3s;
  word-break: break-word;
  z-index: 1;
}
.xxIsth5-uGWyjkWkG3 .navbar-brand img {
  max-width: 100%;
  max-height: 100%;
  border-radius: 8px !important;
}
.xxIsth5-uGWyjkWkG3 .navbar-brand .navbar-caption {
  line-height: inherit !important;
}
.xxIsth5-uGWyjkWkG3 .navbar-brand .navbar-logo a {
  outline: none;
}
.xxIsth5-uGWyjkWkG3 .navbar-nav {
  margin: auto;
  margin-left: 0;
  margin-left: auto;
  margin-right: 0;
}
.xxIsth5-uGWyjkWkG3 .navbar-nav .nav-item {
  padding: 0 !important;
  transition: .3s all !important;
}
.xxIsth5-uGWyjkWkG3 .navbar-nav .nav-item .nav-link {
  padding: 16px !important;
  margin: 0 !important;
  border-radius: 1rem !important;
  transition: .3s all !important;
  border-radius: 4px !important;
}
.xxIsth5-uGWyjkWkG3 .navbar-nav .nav-item .nav-link:hover {
  background-color: transparent;
}
.xxIsth5-uGWyjkWkG3 .navbar-nav .open .nav-link::after {
  transform: rotate(180deg);
}
@media (min-width: 992px) {
  .xxIsth5-uGWyjkWkG3 .navbar-nav .open .nav-link::before {
    content: "";
    width: 100%;
    height: 20px;
    top: 100%;
    background: transparent;
    position: absolute;
  }
}
.xxIsth5-uGWyjkWkG3 .navbar-nav .dropdown-item {
  padding: 12px !important;
  border-radius: 0.5rem !important;
  margin: 0 8px !important;
  transition: .3s all !important;
  border-radius: 4px !important;
}
.xxIsth5-uGWyjkWkG3 .navbar-nav .dropdown-item:hover {
  background-color: rgba(27, 31, 10, 0.06);
}
@media (min-width: 992px) {
  .xxIsth5-uGWyjkWkG3 .navbar-nav {
    padding-left: 1.5rem;
  }
}
.xxIsth5-uGWyjkWkG3 .nav-link {
  width: fit-content;
  position: relative;
}
.xxIsth5-uGWyjkWkG3 .nav-link:hover {
  color: #fadd8a !important;
}
.xxIsth5-uGWyjkWkG3 .navbar-logo {
  padding-right: 0;
  margin: 0 !important;
}
@media (max-width: 767px) {
  .xxIsth5-uGWyjkWkG3 .navbar-logo {
    padding-left: 1rem;
  }
}
.xxIsth5-uGWyjkWkG3 .navbar-caption {
  padding-left: 1rem;
  padding-right: .5rem;
  font-weight: 400;
}
.xxIsth5-uGWyjkWkG3 .navbar-caption:hover,
.xxIsth5-uGWyjkWkG3 .navbar-caption:focus {
  color: #fadd8a !important;
}
@media (max-width: 767px) {
  .xxIsth5-uGWyjkWkG3 .nav-dropdown {
    padding-bottom: 0.5rem;
  }
}
.xxIsth5-uGWyjkWkG3 .nav-dropdown .link.dropdown-toggle::after {
  margin-left: 0.5rem;
  margin-top: 0.2rem;
  transition: .3s all;
}
.xxIsth5-uGWyjkWkG3 .menu-container {
  width: 100%;
  display: flex;
  min-height: 90px;
  padding: 10px;
  flex-wrap: nowrap;
  left: 0;
  right: 0;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: flex-end;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  border-radius: 16px;
  margin: 1rem 1rem 0;
  background-color: #000000;
  box-shadow: none;
  position: relative;
  border-radius: 0 !important;
}
.xxIsth5-uGWyjkWkG3 .iconfont-wrapper {
  color: #404349 !important;
  font-size: 1.5rem;
  padding-right: 0.5rem;
  transition: all 0.3s ease-in-out;
}
.xxIsth5-uGWyjkWkG3 .iconfont-wrapper:hover,
.xxIsth5-uGWyjkWkG3 .iconfont-wrapper:focus {
  color: #fadd8a !important;
}
.xxIsth5-uGWyjkWkG3 .dropdown-menu {
  flex-wrap: wrap;
  flex-direction: column;
  max-width: 100%;
  padding: 12px 4px !important;
  border-radius: 1.5rem;
  transition: .3s all !important;
  min-width: auto;
  background: #000000;
  border-radius: 4px !important;
}
.xxIsth5-uGWyjkWkG3 .nav-item:focus,
.xxIsth5-uGWyjkWkG3 .nav-link:focus {
  outline: none;
}
.xxIsth5-uGWyjkWkG3 .dropdown .dropdown-menu .dropdown-item {
  width: auto;
  transition: all 0.25s ease-in-out;
}
.xxIsth5-uGWyjkWkG3 .dropdown .dropdown-menu .dropdown-item::after {
  right: 0.5rem;
}
.xxIsth5-uGWyjkWkG3 .dropdown .dropdown-menu .dropdown-item .wzcow0-iconfont {
  margin-right: 0.5rem;
  vertical-align: sub;
}
.xxIsth5-uGWyjkWkG3 .dropdown .dropdown-menu .dropdown-item .wzcow0-iconfont:before {
  display: inline-block;
  transform: scale(1, 1);
  transition: all 0.25s ease-in-out;
}
.xxIsth5-uGWyjkWkG3 .collapsed .dropdown-menu .dropdown-item:before {
  display: none;
}
.xxIsth5-uGWyjkWkG3 .collapsed .dropdown .dropdown-menu .dropdown-item {
  padding: 0.235em 1.5em 0.235em 1.5em !important;
  transition: none;
  margin: 0 !important;
}
.xxIsth5-uGWyjkWkG3 .navbar {
  min-height: 90px;
  transition: all 0.3s;
  border-bottom: 1px solid transparent;
  background: transparent !important;
  padding: 0 !important;
  border: none !important;
  box-shadow: none !important;
  border-radius: 0 !important;
}
.xxIsth5-uGWyjkWkG3 .navbar.opened {
  transition: all 0.3s;
}
.xxIsth5-uGWyjkWkG3 .navbar .dropdown-item {
  padding: 0.5rem 1.8rem;
}
.xxIsth5-uGWyjkWkG3 .navbar .navbar-logo img {
  width: auto;
}
.xxIsth5-uGWyjkWkG3 .navbar .navbar-collapse {
  z-index: 1;
  justify-content: flex-end;
}
@media (max-width: 992px) {
  .xxIsth5-uGWyjkWkG3 .navbar .navbar-collapse {
    position: absolute;
  }
}
.xxIsth5-uGWyjkWkG3 .navbar.collapsed {
  justify-content: center;
}
.xxIsth5-uGWyjkWkG3 .navbar.collapsed .nav-item .nav-link::before {
  display: none;
}
.xxIsth5-uGWyjkWkG3 .navbar.collapsed.opened .dropdown-menu {
  top: 0;
}
@media (min-width: 992px) {
  .xxIsth5-uGWyjkWkG3 .navbar.collapsed.opened:not(.navbar-short) .navbar-collapse {
    max-height: calc(98.5vh - 3.5rem);
  }
}
.xxIsth5-uGWyjkWkG3 .navbar.collapsed .dropdown-menu .dropdown-submenu {
  left: 0 !important;
}
.xxIsth5-uGWyjkWkG3 .navbar.collapsed .dropdown-menu .dropdown-item:after {
  right: auto;
}
.xxIsth5-uGWyjkWkG3 .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%;
}
.xxIsth5-uGWyjkWkG3 .navbar.collapsed ul.navbar-nav li {
  margin: auto;
}
.xxIsth5-uGWyjkWkG3 .navbar.collapsed .dropdown-menu .dropdown-item {
  padding: 0.25rem 1.5rem;
  text-align: center;
}
.xxIsth5-uGWyjkWkG3 .navbar.collapsed .icons-menu {
  padding-left: 0;
  padding-right: 0;
  padding-top: 0.5rem;
  padding-bottom: 0.5rem;
}
@media (max-width: 767px) {
  .xxIsth5-uGWyjkWkG3 .navbar {
    min-height: 72px;
  }
  .xxIsth5-uGWyjkWkG3 .navbar .navbar-logo img {
    height: 2rem !important;
  }
}
@media (max-width: 991px) {
  .xxIsth5-uGWyjkWkG3 .navbar .nav-item .nav-link::before {
    display: none;
  }
  .xxIsth5-uGWyjkWkG3 .navbar.opened .dropdown-menu {
    top: 0;
  }
  .xxIsth5-uGWyjkWkG3 .navbar .dropdown-menu .dropdown-submenu {
    left: 0 !important;
  }
  .xxIsth5-uGWyjkWkG3 .navbar .dropdown-menu .dropdown-item:after {
    right: auto;
  }
  .xxIsth5-uGWyjkWkG3 .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%;
  }
  .xxIsth5-uGWyjkWkG3 .navbar .dropdown-menu .dropdown-item {
    padding: 0.25rem 1.5rem !important;
    text-align: center;
  }
  .xxIsth5-uGWyjkWkG3 .navbar .navbar-brand {
    flex-shrink: initial;
    flex-basis: auto;
    word-break: break-word;
    padding-right: 10px;
  }
  .xxIsth5-uGWyjkWkG3 .navbar .navbar-toggler {
    flex-basis: auto;
  }
  .xxIsth5-uGWyjkWkG3 .navbar .icons-menu {
    padding-left: 0;
    padding-top: 0.5rem;
    padding-bottom: 0.5rem;
  }
}
.xxIsth5-uGWyjkWkG3 .navbar.navbar-short .navbar-logo img {
  height: 2rem;
}
.xxIsth5-uGWyjkWkG3 .dropdown-item.active,
.xxIsth5-uGWyjkWkG3 .dropdown-item:active {
  background-color: transparent;
}
.xxIsth5-uGWyjkWkG3 .navbar-expand-lg .navbar-nav .nav-link {
  padding: 0;
}
.xxIsth5-uGWyjkWkG3 .nav-dropdown .link.dropdown-toggle {
  margin-right: 1.667em;
}
.xxIsth5-uGWyjkWkG3 .nav-dropdown .link.dropdown-toggle[aria-expanded="true"] {
  margin-right: 0;
  padding: 0.667em 1.667em;
}
.xxIsth5-uGWyjkWkG3 .navbar.navbar-expand-lg .dropdown .dropdown-menu {
  background: #000000;
}
.xxIsth5-uGWyjkWkG3 .navbar.navbar-expand-lg .dropdown .dropdown-menu .dropdown-submenu {
  margin: 0;
  left: 105%;
  transform: none;
  top: -12px;
}
.xxIsth5-uGWyjkWkG3 .navbar .dropdown.open > .dropdown-menu {
  display: flex;
}
.xxIsth5-uGWyjkWkG3 ul.navbar-nav {
  flex-wrap: wrap;
}
.xxIsth5-uGWyjkWkG3 .navbar-buttons {
  text-align: center;
  min-width: 140px;
}
@media (max-width: 992px) {
  .xxIsth5-uGWyjkWkG3 .navbar-buttons {
    text-align: left;
  }
}
.xxIsth5-uGWyjkWkG3 button.navbar-toggler {
  outline: none;
  width: 31px;
  height: 20px;
  cursor: pointer;
  transition: all 0.2s;
  position: relative;
  align-self: center;
}
.xxIsth5-uGWyjkWkG3 button.navbar-toggler .hamburger span {
  position: absolute;
  right: 0;
  width: 30px;
  height: 2px;
  border-right: 5px;
  background-color: #404349;
}
.xxIsth5-uGWyjkWkG3 button.navbar-toggler .hamburger span:nth-child(1) {
  top: 0;
  transition: all 0.2s;
}
.xxIsth5-uGWyjkWkG3 button.navbar-toggler .hamburger span:nth-child(2) {
  top: 8px;
  transition: all 0.15s;
}
.xxIsth5-uGWyjkWkG3 button.navbar-toggler .hamburger span:nth-child(3) {
  top: 8px;
  transition: all 0.15s;
}
.xxIsth5-uGWyjkWkG3 button.navbar-toggler .hamburger span:nth-child(4) {
  top: 16px;
  transition: all 0.2s;
}
.xxIsth5-uGWyjkWkG3 nav.opened .hamburger span:nth-child(1) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.xxIsth5-uGWyjkWkG3 nav.opened .hamburger span:nth-child(2) {
  transform: rotate(45deg);
  transition: all 0.25s;
}
.xxIsth5-uGWyjkWkG3 nav.opened .hamburger span:nth-child(3) {
  transform: rotate(-45deg);
  transition: all 0.25s;
}
.xxIsth5-uGWyjkWkG3 nav.opened .hamburger span:nth-child(4) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.xxIsth5-uGWyjkWkG3 .navbar-dropdown {
  padding: 0 1rem;
}
.xxIsth5-uGWyjkWkG3 a.nav-link {
  display: flex;
  align-items: center;
  justify-content: center;
}
.xxIsth5-uGWyjkWkG3 .icons-menu {
  flex-wrap: nowrap;
  display: flex;
  justify-content: center;
  padding-left: 1rem;
  padding-right: 0;
  padding-top: 0.3rem;
  text-align: center;
}
@media (max-width: 992px) {
  .xxIsth5-uGWyjkWkG3 .icons-menu {
    justify-content: flex-start;
    margin-bottom: .5rem;
  }
}
@media screen and (-ms-high-contrast: active), (-ms-high-contrast: none) {
  .xxIsth5-uGWyjkWkG3 .navbar {
    height: 70px;
  }
  .xxIsth5-uGWyjkWkG3 .navbar.opened {
    height: auto;
  }
  .xxIsth5-uGWyjkWkG3 .nav-item .nav-link:hover::before {
    width: 175%;
    max-width: calc(100% + 2rem);
    left: -1rem;
  }
}
.xxIsth5-uGWyjkWkG3 .navbar .dropdown > .dropdown-menu {
  display: none;
  width: max-content;
  max-width: 500px !important;
  transform: translateX(-50%);
  top: calc(100% + 20px);
  left: 50%;
}
.xxIsth5-uGWyjkWkG3 .navbar .dropdown > .dropdown-menu .dropdown-item {
  line-height: 1 !important;
}
.xxIsth5-uGWyjkWkG3 .navbar .dropdown > .dropdown-menu .dropdown .dropdown-item {
  align-items: center;
  display: flex;
  height: max-content !important;
  min-height: max-content !important;
}
.xxIsth5-uGWyjkWkG3 .navbar .dropdown > .dropdown-menu .dropdown .dropdown-item::after {
  display: inline-block;
  position: static;
  margin-left: 0.5rem;
  margin-top: 0;
  margin-right: 0;
  margin-bottom: 0;
  transition: .3s all;
  transform: rotate(-90deg);
}
.xxIsth5-uGWyjkWkG3 .navbar .dropdown > .dropdown-menu .dropdown.open .dropdown-item::after {
  transform: rotate(0deg);
}
.xxIsth5-uGWyjkWkG3 .wzcow0-section-btn {
  margin: -0.6rem -0.6rem;
  width: auto;
  padding-left: 1rem;
}
@media (max-width: 992px) {
  .xxIsth5-uGWyjkWkG3 .wzcow0-section-btn {
    padding-left: 0;
  }
}
.xxIsth5-uGWyjkWkG3 .wzcow0-section-btn .btn {
  justify-content: center;
  width: auto !important;
  padding: 25px 15px;
  min-width: 180px;
}
.xxIsth5-uGWyjkWkG3 .navbar-toggler {
  margin-left: 12px;
  margin-right: 8px;
  order: 1000;
}
@media (max-width: 991px) {
  .xxIsth5-uGWyjkWkG3 .navbar-brand {
    margin-right: auto;
  }
  .xxIsth5-uGWyjkWkG3 .navbar-collapse {
    z-index: -1 !important;
    position: absolute;
    top: 110%;
    left: 0;
    width: 100%;
    padding: 1rem;
    border-radius: 1.5rem;
    background: #000000;
    border-radius: 4px !important;
  }
  .xxIsth5-uGWyjkWkG3 .navbar-nav .nav-item .nav-link::after {
    margin-left: 10px;
  }
  .xxIsth5-uGWyjkWkG3 .navbar-nav .dropdown-item:hover {
    background-color: rgba(27, 31, 10, 0.06);
  }
  .xxIsth5-uGWyjkWkG3 .navbar .dropdown > .dropdown-menu {
    max-width: 100% !important;
    transform: translateX(0);
    top: 10px;
    left: 0;
    padding: 8px !important;
    border-radius: 1rem;
    background-color: rgba(27, 31, 10, 0.04) !important;
  }
  .xxIsth5-uGWyjkWkG3 .navbar .dropdown > .dropdown-menu .dropdown-item {
    padding: 8px !important;
    line-height: 1 !important;
    margin-bottom: 4px !important;
  }
  .xxIsth5-uGWyjkWkG3 .navbar .dropdown > .dropdown-menu .dropdown .dropdown-item {
    align-items: center;
    display: flex;
    height: max-content !important;
    min-height: max-content !important;
  }
  .xxIsth5-uGWyjkWkG3 .navbar .dropdown > .dropdown-menu .dropdown .dropdown-item::after {
    display: inline-block;
    position: static;
    margin-left: 0.5rem;
    margin-top: 0;
    margin-right: 0;
    margin-bottom: 0;
    transition: .3s all;
    transform: rotate(0deg);
  }
  .xxIsth5-uGWyjkWkG3 .navbar .dropdown > .dropdown-menu .dropdown.open .dropdown-item::after {
    transform: rotate(180deg);
  }
  .xxIsth5-uGWyjkWkG3 .navbar .dropdown > .dropdown-menu .dropdown-submenu {
    position: static;
    width: 100%;
    max-width: 100% !important;
    transform: translateX(0) !important;
    top: 0;
    left: 0;
    padding: 8px !important;
    border-radius: 1rem;
    background-color: rgba(27, 31, 10, 0.04) !important;
  }
  .xxIsth5-uGWyjkWkG3 .navbar .dropdown.open > .dropdown-menu {
    display: flex !important;
    flex-direction: column;
    align-items: flex-start;
  }
}
@media (max-width: 575px) {
  .xxIsth5-uGWyjkWkG3 .navbar-collapse {
    padding: 1rem;
  }
}
.xxIsth5-uGWyjkWkG3 .navbar-brand,
.xxIsth5-uGWyjkWkG3 .navbar-toggler,
.xxIsth5-uGWyjkWkG3 .navbar-collapse {
  position: relative;
  z-index: 1;
}
.xxIsth5-uGWBIDt0c2 {
  padding-top: 10rem;
  padding-bottom: 5rem;
  background-color: #000000;
  background-image: linear-gradient(#000000 80%, #f79309 110%);
}
.xxIsth5-uGWBIDt0c2 .wzcow0-fallback-image.disabled {
  display: none;
}
.xxIsth5-uGWBIDt0c2 .wzcow0-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.xxIsth5-uGWBIDt0c2 .row {
  justify-content: center;
}
.xxIsth5-uGWBIDt0c2 .content-wrapper {
  position: relative;
  z-index: 2;
}
.xxIsth5-uGWBIDt0c2 .content-wrapper .wzcow0-section-title {
  margin-bottom: 48px;
  background-image: linear-gradient(0deg, #f79309, #ffffff 60%);
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
}
@media (max-width: 992px) {
  .xxIsth5-uGWBIDt0c2 .content-wrapper .wzcow0-section-title {
    margin-bottom: 22px;
  }
}
.xxIsth5-uGWBIDt0c2 .content-wrapper .wzcow0-text {
  margin-bottom: 54px;
}
@media (max-width: 992px) {
  .xxIsth5-uGWBIDt0c2 .content-wrapper .wzcow0-text {
    margin-bottom: 22px;
  }
}
.xxIsth5-uGWBIDt0c2 .content-wrapper .wzcow0-desc {
  margin-bottom: 32px;
}
@media (max-width: 992px) {
  .xxIsth5-uGWBIDt0c2 .content-wrapper .wzcow0-desc {
    margin-bottom: 22px;
  }
}
.xxIsth5-uGWBIDt0c2 .wzcow0-section-title {
  color: #ffffff;
}
.xxIsth5-uGWBIDt0c2 .wzcow0-text {
  color: #ffffff;
}
.xxIsth5-uGWBIDt0c2 .wzcow0-desc {
  color: #ffffff;
}
.xxIsth5-uGWBIDt0c2 .wzcow0-section-title,
.xxIsth5-uGWBIDt0c2 .wzcow0-section-btn {
  text-align: center;
}
.xxIsth5-uH3amAG1nf {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-color: #000000;
}
.xxIsth5-uH3amAG1nf .wzcow0-fallback-image.disabled {
  display: none;
}
.xxIsth5-uH3amAG1nf .wzcow0-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.xxIsth5-uH3amAG1nf .container,
.xxIsth5-uH3amAG1nf .container-fluid {
  padding: 0 60px;
}
@media (max-width: 992px) {
  .xxIsth5-uH3amAG1nf .container,
  .xxIsth5-uH3amAG1nf .container-fluid {
    padding: 0 20px;
  }
}
.xxIsth5-uH3amAG1nf a {
  display: block;
}
.xxIsth5-uH3amAG1nf a .logo-wrapper {
  padding: 80px 80px 80px 0;
  border-right: 1px solid #fadd8a;
  border-bottom: 1px solid #fadd8a;
}
@media (max-width: 992px) {
  .xxIsth5-uH3amAG1nf a .logo-wrapper {
    border-right: none;
  }
}
@media (max-width: 992px) {
  .xxIsth5-uH3amAG1nf a .logo-wrapper {
    padding: 50px 0;
  }
}
.xxIsth5-uH3amAG1nf a .logo-wrapper img {
  height: 250px;
  width: 250px;
  object-fit: contain;
  border-radius: 10px;
  margin: 0 0 0 auto;
}
@media (max-width: 1200px) {
  .xxIsth5-uH3amAG1nf a .logo-wrapper img {
    height: 200px;
    width: 200px;
  }
}
@media (max-width: 992px) {
  .xxIsth5-uH3amAG1nf a .logo-wrapper img {
    margin: 0 auto;
  }
}
.xxIsth5-uH3amAG1nf .copy-wrapper {
  padding: 24px 24px 24px 0;
  border-right: 1px solid #fadd8a;
}
@media (max-width: 992px) {
  .xxIsth5-uH3amAG1nf .copy-wrapper {
    border-right: none;
  }
}
.xxIsth5-uH3amAG1nf .copy-wrapper .copyright {
  margin-bottom: 0;
}
.xxIsth5-uH3amAG1nf .list-wrapper {
  display: flex;
  justify-content: center;
  align-items: center;
  height: 100%;
}
@media (max-width: 992px) {
  .xxIsth5-uH3amAG1nf .list-wrapper {
    height: auto;
  }
}
.xxIsth5-uH3amAG1nf .list-wrapper .list {
  list-style-type: none;
  padding: 0;
  margin: 0;
}
@media (max-width: 992px) {
  .xxIsth5-uH3amAG1nf .list-wrapper .list {
    display: flex;
    justify-content: space-between;
    width: 100%;
    flex-wrap: wrap;
  }
}
.xxIsth5-uH3amAG1nf .list-wrapper .list .item-wrap {
  margin-bottom: 60px;
  transition: all 0.3s ease-out;
}
.xxIsth5-uH3amAG1nf .list-wrapper .list .item-wrap:last-child {
  margin-bottom: 0;
}
@media (max-width: 992px) {
  .xxIsth5-uH3amAG1nf .list-wrapper .list .item-wrap {
    margin-bottom: 22px;
  }
}
.xxIsth5-uH3amAG1nf .list-wrapper .list .item-wrap:hover {
  text-decoration: underline;
}
.xxIsth5-uH3amAG1nf .card-wrapper {
  display: flex;
  justify-content: center;
  align-items: center;
  height: 100%;
}
@media (max-width: 992px) {
  .xxIsth5-uH3amAG1nf .card-wrapper {
    margin-bottom: 50px;
  }
}
.xxIsth5-uH3amAG1nf .card-wrapper .card-wrap {
  padding: 24px;
  background-color: #6d1100;
  border-radius: 24px;
}
.xxIsth5-uH3amAG1nf .card-wrapper .card-wrap .wzcow0-section-title {
  margin-bottom: 42px;
}
.xxIsth5-uH3amAG1nf .card-wrapper .card-wrap .wzcow0-text {
  margin-bottom: 42px;
}
.xxIsth5-uH3amAG1nf .copyright {
  color: #ffffff;
}
.xxIsth5-uH3amAG1nf .wzcow0-section-title {
  color: #3d4045;
}
.xxIsth5-uH3amAG1nf .wzcow0-text {
  color: #3d4045;
}
.xxIsth5-uH3amAG1nf .list {
  color: #ffffff;
}
.xxIsth5-uH3amAG1nf .wzcow0-section-btn {
  text-align: right;
}
.xxIsth5-uH3amAG1nf .wzcow0-section-title,
.xxIsth5-uH3amAG1nf .wzcow0-section-btn {
  text-align: center;
  color: #ffffff;
}
.xxIsth5-uGWBJtfpdb {
  z-index: 1000;
  width: 100%;
  position: relative;
}
.xxIsth5-uGWBJtfpdb .dropdown-item:before {
  font-family: vosousox2 !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;
}
@media (max-width: 767px) {
  .xxIsth5-uGWBJtfpdb .navbar-toggler {
    transform: scale(0.8);
  }
}
.xxIsth5-uGWBJtfpdb .navbar-brand {
  flex-shrink: 0;
  align-items: center;
  margin-right: 0;
  padding: 10px 0;
  transition: all 0.3s;
  word-break: break-word;
  z-index: 1;
}
.xxIsth5-uGWBJtfpdb .navbar-brand img {
  max-width: 100%;
  max-height: 100%;
  border-radius: 8px !important;
}
.xxIsth5-uGWBJtfpdb .navbar-brand .navbar-caption {
  line-height: inherit !important;
}
.xxIsth5-uGWBJtfpdb .navbar-brand .navbar-logo a {
  outline: none;
}
.xxIsth5-uGWBJtfpdb .navbar-nav {
  margin: auto;
  margin-left: 0;
  margin-left: auto;
  margin-right: 0;
}
.xxIsth5-uGWBJtfpdb .navbar-nav .nav-item {
  padding: 0 !important;
  transition: .3s all !important;
}
.xxIsth5-uGWBJtfpdb .navbar-nav .nav-item .nav-link {
  padding: 16px !important;
  margin: 0 !important;
  border-radius: 1rem !important;
  transition: .3s all !important;
  border-radius: 4px !important;
}
.xxIsth5-uGWBJtfpdb .navbar-nav .nav-item .nav-link:hover {
  background-color: transparent;
}
.xxIsth5-uGWBJtfpdb .navbar-nav .open .nav-link::after {
  transform: rotate(180deg);
}
@media (min-width: 992px) {
  .xxIsth5-uGWBJtfpdb .navbar-nav .open .nav-link::before {
    content: "";
    width: 100%;
    height: 20px;
    top: 100%;
    background: transparent;
    position: absolute;
  }
}
.xxIsth5-uGWBJtfpdb .navbar-nav .dropdown-item {
  padding: 12px !important;
  border-radius: 0.5rem !important;
  margin: 0 8px !important;
  transition: .3s all !important;
  border-radius: 4px !important;
}
.xxIsth5-uGWBJtfpdb .navbar-nav .dropdown-item:hover {
  background-color: rgba(27, 31, 10, 0.06);
}
@media (min-width: 992px) {
  .xxIsth5-uGWBJtfpdb .navbar-nav {
    padding-left: 1.5rem;
  }
}
.xxIsth5-uGWBJtfpdb .nav-link {
  width: fit-content;
  position: relative;
}
.xxIsth5-uGWBJtfpdb .nav-link:hover {
  color: #fadd8a !important;
}
.xxIsth5-uGWBJtfpdb .navbar-logo {
  padding-right: 0;
  margin: 0 !important;
}
@media (max-width: 767px) {
  .xxIsth5-uGWBJtfpdb .navbar-logo {
    padding-left: 1rem;
  }
}
.xxIsth5-uGWBJtfpdb .navbar-caption {
  padding-left: 1rem;
  padding-right: .5rem;
  font-weight: 400;
}
.xxIsth5-uGWBJtfpdb .navbar-caption:hover,
.xxIsth5-uGWBJtfpdb .navbar-caption:focus {
  color: #fadd8a !important;
}
@media (max-width: 767px) {
  .xxIsth5-uGWBJtfpdb .nav-dropdown {
    padding-bottom: 0.5rem;
  }
}
.xxIsth5-uGWBJtfpdb .nav-dropdown .link.dropdown-toggle::after {
  margin-left: 0.5rem;
  margin-top: 0.2rem;
  transition: .3s all;
}
.xxIsth5-uGWBJtfpdb .menu-container {
  width: 100%;
  display: flex;
  min-height: 90px;
  padding: 10px;
  flex-wrap: nowrap;
  left: 0;
  right: 0;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: flex-end;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  border-radius: 16px;
  margin: 1rem 1rem 0;
  background-color: #000000;
  box-shadow: none;
  position: relative;
  border-radius: 0 !important;
}
.xxIsth5-uGWBJtfpdb .iconfont-wrapper {
  color: #404349 !important;
  font-size: 1.5rem;
  padding-right: 0.5rem;
  transition: all 0.3s ease-in-out;
}
.xxIsth5-uGWBJtfpdb .iconfont-wrapper:hover,
.xxIsth5-uGWBJtfpdb .iconfont-wrapper:focus {
  color: #fadd8a !important;
}
.xxIsth5-uGWBJtfpdb .dropdown-menu {
  flex-wrap: wrap;
  flex-direction: column;
  max-width: 100%;
  padding: 12px 4px !important;
  border-radius: 1.5rem;
  transition: .3s all !important;
  min-width: auto;
  background: #000000;
  border-radius: 4px !important;
}
.xxIsth5-uGWBJtfpdb .nav-item:focus,
.xxIsth5-uGWBJtfpdb .nav-link:focus {
  outline: none;
}
.xxIsth5-uGWBJtfpdb .dropdown .dropdown-menu .dropdown-item {
  width: auto;
  transition: all 0.25s ease-in-out;
}
.xxIsth5-uGWBJtfpdb .dropdown .dropdown-menu .dropdown-item::after {
  right: 0.5rem;
}
.xxIsth5-uGWBJtfpdb .dropdown .dropdown-menu .dropdown-item .wzcow0-iconfont {
  margin-right: 0.5rem;
  vertical-align: sub;
}
.xxIsth5-uGWBJtfpdb .dropdown .dropdown-menu .dropdown-item .wzcow0-iconfont:before {
  display: inline-block;
  transform: scale(1, 1);
  transition: all 0.25s ease-in-out;
}
.xxIsth5-uGWBJtfpdb .collapsed .dropdown-menu .dropdown-item:before {
  display: none;
}
.xxIsth5-uGWBJtfpdb .collapsed .dropdown .dropdown-menu .dropdown-item {
  padding: 0.235em 1.5em 0.235em 1.5em !important;
  transition: none;
  margin: 0 !important;
}
.xxIsth5-uGWBJtfpdb .navbar {
  min-height: 90px;
  transition: all 0.3s;
  border-bottom: 1px solid transparent;
  background: transparent !important;
  padding: 0 !important;
  border: none !important;
  box-shadow: none !important;
  border-radius: 0 !important;
}
.xxIsth5-uGWBJtfpdb .navbar.opened {
  transition: all 0.3s;
}
.xxIsth5-uGWBJtfpdb .navbar .dropdown-item {
  padding: 0.5rem 1.8rem;
}
.xxIsth5-uGWBJtfpdb .navbar .navbar-logo img {
  width: auto;
}
.xxIsth5-uGWBJtfpdb .navbar .navbar-collapse {
  z-index: 1;
  justify-content: flex-end;
}
@media (max-width: 992px) {
  .xxIsth5-uGWBJtfpdb .navbar .navbar-collapse {
    position: absolute;
  }
}
.xxIsth5-uGWBJtfpdb .navbar.collapsed {
  justify-content: center;
}
.xxIsth5-uGWBJtfpdb .navbar.collapsed .nav-item .nav-link::before {
  display: none;
}
.xxIsth5-uGWBJtfpdb .navbar.collapsed.opened .dropdown-menu {
  top: 0;
}
@media (min-width: 992px) {
  .xxIsth5-uGWBJtfpdb .navbar.collapsed.opened:not(.navbar-short) .navbar-collapse {
    max-height: calc(98.5vh - 3.5rem);
  }
}
.xxIsth5-uGWBJtfpdb .navbar.collapsed .dropdown-menu .dropdown-submenu {
  left: 0 !important;
}
.xxIsth5-uGWBJtfpdb .navbar.collapsed .dropdown-menu .dropdown-item:after {
  right: auto;
}
.xxIsth5-uGWBJtfpdb .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%;
}
.xxIsth5-uGWBJtfpdb .navbar.collapsed ul.navbar-nav li {
  margin: auto;
}
.xxIsth5-uGWBJtfpdb .navbar.collapsed .dropdown-menu .dropdown-item {
  padding: 0.25rem 1.5rem;
  text-align: center;
}
.xxIsth5-uGWBJtfpdb .navbar.collapsed .icons-menu {
  padding-left: 0;
  padding-right: 0;
  padding-top: 0.5rem;
  padding-bottom: 0.5rem;
}
@media (max-width: 767px) {
  .xxIsth5-uGWBJtfpdb .navbar {
    min-height: 72px;
  }
  .xxIsth5-uGWBJtfpdb .navbar .navbar-logo img {
    height: 2rem !important;
  }
}
@media (max-width: 991px) {
  .xxIsth5-uGWBJtfpdb .navbar .nav-item .nav-link::before {
    display: none;
  }
  .xxIsth5-uGWBJtfpdb .navbar.opened .dropdown-menu {
    top: 0;
  }
  .xxIsth5-uGWBJtfpdb .navbar .dropdown-menu .dropdown-submenu {
    left: 0 !important;
  }
  .xxIsth5-uGWBJtfpdb .navbar .dropdown-menu .dropdown-item:after {
    right: auto;
  }
  .xxIsth5-uGWBJtfpdb .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%;
  }
  .xxIsth5-uGWBJtfpdb .navbar .dropdown-menu .dropdown-item {
    padding: 0.25rem 1.5rem !important;
    text-align: center;
  }
  .xxIsth5-uGWBJtfpdb .navbar .navbar-brand {
    flex-shrink: initial;
    flex-basis: auto;
    word-break: break-word;
    padding-right: 10px;
  }
  .xxIsth5-uGWBJtfpdb .navbar .navbar-toggler {
    flex-basis: auto;
  }
  .xxIsth5-uGWBJtfpdb .navbar .icons-menu {
    padding-left: 0;
    padding-top: 0.5rem;
    padding-bottom: 0.5rem;
  }
}
.xxIsth5-uGWBJtfpdb .navbar.navbar-short .navbar-logo img {
  height: 2rem;
}
.xxIsth5-uGWBJtfpdb .dropdown-item.active,
.xxIsth5-uGWBJtfpdb .dropdown-item:active {
  background-color: transparent;
}
.xxIsth5-uGWBJtfpdb .navbar-expand-lg .navbar-nav .nav-link {
  padding: 0;
}
.xxIsth5-uGWBJtfpdb .nav-dropdown .link.dropdown-toggle {
  margin-right: 1.667em;
}
.xxIsth5-uGWBJtfpdb .nav-dropdown .link.dropdown-toggle[aria-expanded="true"] {
  margin-right: 0;
  padding: 0.667em 1.667em;
}
.xxIsth5-uGWBJtfpdb .navbar.navbar-expand-lg .dropdown .dropdown-menu {
  background: #000000;
}
.xxIsth5-uGWBJtfpdb .navbar.navbar-expand-lg .dropdown .dropdown-menu .dropdown-submenu {
  margin: 0;
  left: 105%;
  transform: none;
  top: -12px;
}
.xxIsth5-uGWBJtfpdb .navbar .dropdown.open > .dropdown-menu {
  display: flex;
}
.xxIsth5-uGWBJtfpdb ul.navbar-nav {
  flex-wrap: wrap;
}
.xxIsth5-uGWBJtfpdb .navbar-buttons {
  text-align: center;
  min-width: 140px;
}
@media (max-width: 992px) {
  .xxIsth5-uGWBJtfpdb .navbar-buttons {
    text-align: left;
  }
}
.xxIsth5-uGWBJtfpdb button.navbar-toggler {
  outline: none;
  width: 31px;
  height: 20px;
  cursor: pointer;
  transition: all 0.2s;
  position: relative;
  align-self: center;
}
.xxIsth5-uGWBJtfpdb button.navbar-toggler .hamburger span {
  position: absolute;
  right: 0;
  width: 30px;
  height: 2px;
  border-right: 5px;
  background-color: #404349;
}
.xxIsth5-uGWBJtfpdb button.navbar-toggler .hamburger span:nth-child(1) {
  top: 0;
  transition: all 0.2s;
}
.xxIsth5-uGWBJtfpdb button.navbar-toggler .hamburger span:nth-child(2) {
  top: 8px;
  transition: all 0.15s;
}
.xxIsth5-uGWBJtfpdb button.navbar-toggler .hamburger span:nth-child(3) {
  top: 8px;
  transition: all 0.15s;
}
.xxIsth5-uGWBJtfpdb button.navbar-toggler .hamburger span:nth-child(4) {
  top: 16px;
  transition: all 0.2s;
}
.xxIsth5-uGWBJtfpdb nav.opened .hamburger span:nth-child(1) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.xxIsth5-uGWBJtfpdb nav.opened .hamburger span:nth-child(2) {
  transform: rotate(45deg);
  transition: all 0.25s;
}
.xxIsth5-uGWBJtfpdb nav.opened .hamburger span:nth-child(3) {
  transform: rotate(-45deg);
  transition: all 0.25s;
}
.xxIsth5-uGWBJtfpdb nav.opened .hamburger span:nth-child(4) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.xxIsth5-uGWBJtfpdb .navbar-dropdown {
  padding: 0 1rem;
}
.xxIsth5-uGWBJtfpdb a.nav-link {
  display: flex;
  align-items: center;
  justify-content: center;
}
.xxIsth5-uGWBJtfpdb .icons-menu {
  flex-wrap: nowrap;
  display: flex;
  justify-content: center;
  padding-left: 1rem;
  padding-right: 0;
  padding-top: 0.3rem;
  text-align: center;
}
@media (max-width: 992px) {
  .xxIsth5-uGWBJtfpdb .icons-menu {
    justify-content: flex-start;
    margin-bottom: .5rem;
  }
}
@media screen and (-ms-high-contrast: active), (-ms-high-contrast: none) {
  .xxIsth5-uGWBJtfpdb .navbar {
    height: 70px;
  }
  .xxIsth5-uGWBJtfpdb .navbar.opened {
    height: auto;
  }
  .xxIsth5-uGWBJtfpdb .nav-item .nav-link:hover::before {
    width: 175%;
    max-width: calc(100% + 2rem);
    left: -1rem;
  }
}
.xxIsth5-uGWBJtfpdb .navbar .dropdown > .dropdown-menu {
  display: none;
  width: max-content;
  max-width: 500px !important;
  transform: translateX(-50%);
  top: calc(100% + 20px);
  left: 50%;
}
.xxIsth5-uGWBJtfpdb .navbar .dropdown > .dropdown-menu .dropdown-item {
  line-height: 1 !important;
}
.xxIsth5-uGWBJtfpdb .navbar .dropdown > .dropdown-menu .dropdown .dropdown-item {
  align-items: center;
  display: flex;
  height: max-content !important;
  min-height: max-content !important;
}
.xxIsth5-uGWBJtfpdb .navbar .dropdown > .dropdown-menu .dropdown .dropdown-item::after {
  display: inline-block;
  position: static;
  margin-left: 0.5rem;
  margin-top: 0;
  margin-right: 0;
  margin-bottom: 0;
  transition: .3s all;
  transform: rotate(-90deg);
}
.xxIsth5-uGWBJtfpdb .navbar .dropdown > .dropdown-menu .dropdown.open .dropdown-item::after {
  transform: rotate(0deg);
}
.xxIsth5-uGWBJtfpdb .wzcow0-section-btn {
  margin: -0.6rem -0.6rem;
  width: auto;
  padding-left: 1rem;
}
@media (max-width: 992px) {
  .xxIsth5-uGWBJtfpdb .wzcow0-section-btn {
    padding-left: 0;
  }
}
.xxIsth5-uGWBJtfpdb .wzcow0-section-btn .btn {
  justify-content: center;
  width: auto !important;
  padding: 25px 15px;
  min-width: 180px;
}
.xxIsth5-uGWBJtfpdb .navbar-toggler {
  margin-left: 12px;
  margin-right: 8px;
  order: 1000;
}
@media (max-width: 991px) {
  .xxIsth5-uGWBJtfpdb .navbar-brand {
    margin-right: auto;
  }
  .xxIsth5-uGWBJtfpdb .navbar-collapse {
    z-index: -1 !important;
    position: absolute;
    top: 110%;
    left: 0;
    width: 100%;
    padding: 1rem;
    border-radius: 1.5rem;
    background: #000000;
    border-radius: 4px !important;
  }
  .xxIsth5-uGWBJtfpdb .navbar-nav .nav-item .nav-link::after {
    margin-left: 10px;
  }
  .xxIsth5-uGWBJtfpdb .navbar-nav .dropdown-item:hover {
    background-color: rgba(27, 31, 10, 0.06);
  }
  .xxIsth5-uGWBJtfpdb .navbar .dropdown > .dropdown-menu {
    max-width: 100% !important;
    transform: translateX(0);
    top: 10px;
    left: 0;
    padding: 8px !important;
    border-radius: 1rem;
    background-color: rgba(27, 31, 10, 0.04) !important;
  }
  .xxIsth5-uGWBJtfpdb .navbar .dropdown > .dropdown-menu .dropdown-item {
    padding: 8px !important;
    line-height: 1 !important;
    margin-bottom: 4px !important;
  }
  .xxIsth5-uGWBJtfpdb .navbar .dropdown > .dropdown-menu .dropdown .dropdown-item {
    align-items: center;
    display: flex;
    height: max-content !important;
    min-height: max-content !important;
  }
  .xxIsth5-uGWBJtfpdb .navbar .dropdown > .dropdown-menu .dropdown .dropdown-item::after {
    display: inline-block;
    position: static;
    margin-left: 0.5rem;
    margin-top: 0;
    margin-right: 0;
    margin-bottom: 0;
    transition: .3s all;
    transform: rotate(0deg);
  }
  .xxIsth5-uGWBJtfpdb .navbar .dropdown > .dropdown-menu .dropdown.open .dropdown-item::after {
    transform: rotate(180deg);
  }
  .xxIsth5-uGWBJtfpdb .navbar .dropdown > .dropdown-menu .dropdown-submenu {
    position: static;
    width: 100%;
    max-width: 100% !important;
    transform: translateX(0) !important;
    top: 0;
    left: 0;
    padding: 8px !important;
    border-radius: 1rem;
    background-color: rgba(27, 31, 10, 0.04) !important;
  }
  .xxIsth5-uGWBJtfpdb .navbar .dropdown.open > .dropdown-menu {
    display: flex !important;
    flex-direction: column;
    align-items: flex-start;
  }
}
@media (max-width: 575px) {
  .xxIsth5-uGWBJtfpdb .navbar-collapse {
    padding: 1rem;
  }
}
.xxIsth5-uGWBJtfpdb .navbar-brand,
.xxIsth5-uGWBJtfpdb .navbar-toggler,
.xxIsth5-uGWBJtfpdb .navbar-collapse {
  position: relative;
  z-index: 1;
}
.xxIsth5-uGWBJtPRpe {
  padding-top: 10rem;
  padding-bottom: 5rem;
  background-color: #000000;
  background-image: linear-gradient(#000000 80%, #f79309 110%);
}
.xxIsth5-uGWBJtPRpe .wzcow0-fallback-image.disabled {
  display: none;
}
.xxIsth5-uGWBJtPRpe .wzcow0-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.xxIsth5-uGWBJtPRpe .row {
  justify-content: center;
}
.xxIsth5-uGWBJtPRpe .content-wrapper {
  position: relative;
  z-index: 2;
}
.xxIsth5-uGWBJtPRpe .content-wrapper .wzcow0-section-title {
  margin-bottom: 48px;
  background-image: linear-gradient(0deg, #f79309, #ffffff 60%);
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
}
@media (max-width: 992px) {
  .xxIsth5-uGWBJtPRpe .content-wrapper .wzcow0-section-title {
    margin-bottom: 22px;
  }
}
.xxIsth5-uGWBJtPRpe .content-wrapper .wzcow0-text {
  margin-bottom: 54px;
}
@media (max-width: 992px) {
  .xxIsth5-uGWBJtPRpe .content-wrapper .wzcow0-text {
    margin-bottom: 22px;
  }
}
.xxIsth5-uGWBJtPRpe .content-wrapper .wzcow0-desc {
  margin-bottom: 32px;
}
@media (max-width: 992px) {
  .xxIsth5-uGWBJtPRpe .content-wrapper .wzcow0-desc {
    margin-bottom: 22px;
  }
}
.xxIsth5-uGWBJtPRpe .wzcow0-section-title {
  color: #ffffff;
}
.xxIsth5-uGWBJtPRpe .wzcow0-text {
  color: #ffffff;
}
.xxIsth5-uGWBJtPRpe .wzcow0-desc {
  color: #ffffff;
}
.xxIsth5-uGWBJtPRpe .wzcow0-section-title,
.xxIsth5-uGWBJtPRpe .wzcow0-section-btn {
  text-align: center;
}
.xxIsth5-uH3amAG1nf {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-color: #000000;
}
.xxIsth5-uH3amAG1nf .wzcow0-fallback-image.disabled {
  display: none;
}
.xxIsth5-uH3amAG1nf .wzcow0-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.xxIsth5-uH3amAG1nf .container,
.xxIsth5-uH3amAG1nf .container-fluid {
  padding: 0 60px;
}
@media (max-width: 992px) {
  .xxIsth5-uH3amAG1nf .container,
  .xxIsth5-uH3amAG1nf .container-fluid {
    padding: 0 20px;
  }
}
.xxIsth5-uH3amAG1nf a {
  display: block;
}
.xxIsth5-uH3amAG1nf a .logo-wrapper {
  padding: 80px 80px 80px 0;
  border-right: 1px solid #fadd8a;
  border-bottom: 1px solid #fadd8a;
}
@media (max-width: 992px) {
  .xxIsth5-uH3amAG1nf a .logo-wrapper {
    border-right: none;
  }
}
@media (max-width: 992px) {
  .xxIsth5-uH3amAG1nf a .logo-wrapper {
    padding: 50px 0;
  }
}
.xxIsth5-uH3amAG1nf a .logo-wrapper img {
  height: 250px;
  width: 250px;
  object-fit: contain;
  border-radius: 10px;
  margin: 0 0 0 auto;
}
@media (max-width: 1200px) {
  .xxIsth5-uH3amAG1nf a .logo-wrapper img {
    height: 200px;
    width: 200px;
  }
}
@media (max-width: 992px) {
  .xxIsth5-uH3amAG1nf a .logo-wrapper img {
    margin: 0 auto;
  }
}
.xxIsth5-uH3amAG1nf .copy-wrapper {
  padding: 24px 24px 24px 0;
  border-right: 1px solid #fadd8a;
}
@media (max-width: 992px) {
  .xxIsth5-uH3amAG1nf .copy-wrapper {
    border-right: none;
  }
}
.xxIsth5-uH3amAG1nf .copy-wrapper .copyright {
  margin-bottom: 0;
}
.xxIsth5-uH3amAG1nf .list-wrapper {
  display: flex;
  justify-content: center;
  align-items: center;
  height: 100%;
}
@media (max-width: 992px) {
  .xxIsth5-uH3amAG1nf .list-wrapper {
    height: auto;
  }
}
.xxIsth5-uH3amAG1nf .list-wrapper .list {
  list-style-type: none;
  padding: 0;
  margin: 0;
}
@media (max-width: 992px) {
  .xxIsth5-uH3amAG1nf .list-wrapper .list {
    display: flex;
    justify-content: space-between;
    width: 100%;
    flex-wrap: wrap;
  }
}
.xxIsth5-uH3amAG1nf .list-wrapper .list .item-wrap {
  margin-bottom: 60px;
  transition: all 0.3s ease-out;
}
.xxIsth5-uH3amAG1nf .list-wrapper .list .item-wrap:last-child {
  margin-bottom: 0;
}
@media (max-width: 992px) {
  .xxIsth5-uH3amAG1nf .list-wrapper .list .item-wrap {
    margin-bottom: 22px;
  }
}
.xxIsth5-uH3amAG1nf .list-wrapper .list .item-wrap:hover {
  text-decoration: underline;
}
.xxIsth5-uH3amAG1nf .card-wrapper {
  display: flex;
  justify-content: center;
  align-items: center;
  height: 100%;
}
@media (max-width: 992px) {
  .xxIsth5-uH3amAG1nf .card-wrapper {
    margin-bottom: 50px;
  }
}
.xxIsth5-uH3amAG1nf .card-wrapper .card-wrap {
  padding: 24px;
  background-color: #6d1100;
  border-radius: 24px;
}
.xxIsth5-uH3amAG1nf .card-wrapper .card-wrap .wzcow0-section-title {
  margin-bottom: 42px;
}
.xxIsth5-uH3amAG1nf .card-wrapper .card-wrap .wzcow0-text {
  margin-bottom: 42px;
}
.xxIsth5-uH3amAG1nf .copyright {
  color: #ffffff;
}
.xxIsth5-uH3amAG1nf .wzcow0-section-title {
  color: #3d4045;
}
.xxIsth5-uH3amAG1nf .wzcow0-text {
  color: #3d4045;
}
.xxIsth5-uH3amAG1nf .list {
  color: #ffffff;
}
.xxIsth5-uH3amAG1nf .wzcow0-section-btn {
  text-align: right;
}
.xxIsth5-uH3amAG1nf .wzcow0-section-title,
.xxIsth5-uH3amAG1nf .wzcow0-section-btn {
  text-align: center;
  color: #ffffff;
}
.xxIsth5-uGWBOetBIt {
  z-index: 1000;
  width: 100%;
  position: relative;
}
.xxIsth5-uGWBOetBIt .dropdown-item:before {
  font-family: vosousox2 !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;
}
@media (max-width: 767px) {
  .xxIsth5-uGWBOetBIt .navbar-toggler {
    transform: scale(0.8);
  }
}
.xxIsth5-uGWBOetBIt .navbar-brand {
  flex-shrink: 0;
  align-items: center;
  margin-right: 0;
  padding: 10px 0;
  transition: all 0.3s;
  word-break: break-word;
  z-index: 1;
}
.xxIsth5-uGWBOetBIt .navbar-brand img {
  max-width: 100%;
  max-height: 100%;
  border-radius: 8px !important;
}
.xxIsth5-uGWBOetBIt .navbar-brand .navbar-caption {
  line-height: inherit !important;
}
.xxIsth5-uGWBOetBIt .navbar-brand .navbar-logo a {
  outline: none;
}
.xxIsth5-uGWBOetBIt .navbar-nav {
  margin: auto;
  margin-left: 0;
  margin-left: auto;
  margin-right: 0;
}
.xxIsth5-uGWBOetBIt .navbar-nav .nav-item {
  padding: 0 !important;
  transition: .3s all !important;
}
.xxIsth5-uGWBOetBIt .navbar-nav .nav-item .nav-link {
  padding: 16px !important;
  margin: 0 !important;
  border-radius: 1rem !important;
  transition: .3s all !important;
  border-radius: 4px !important;
}
.xxIsth5-uGWBOetBIt .navbar-nav .nav-item .nav-link:hover {
  background-color: transparent;
}
.xxIsth5-uGWBOetBIt .navbar-nav .open .nav-link::after {
  transform: rotate(180deg);
}
@media (min-width: 992px) {
  .xxIsth5-uGWBOetBIt .navbar-nav .open .nav-link::before {
    content: "";
    width: 100%;
    height: 20px;
    top: 100%;
    background: transparent;
    position: absolute;
  }
}
.xxIsth5-uGWBOetBIt .navbar-nav .dropdown-item {
  padding: 12px !important;
  border-radius: 0.5rem !important;
  margin: 0 8px !important;
  transition: .3s all !important;
  border-radius: 4px !important;
}
.xxIsth5-uGWBOetBIt .navbar-nav .dropdown-item:hover {
  background-color: rgba(27, 31, 10, 0.06);
}
@media (min-width: 992px) {
  .xxIsth5-uGWBOetBIt .navbar-nav {
    padding-left: 1.5rem;
  }
}
.xxIsth5-uGWBOetBIt .nav-link {
  width: fit-content;
  position: relative;
}
.xxIsth5-uGWBOetBIt .nav-link:hover {
  color: #fadd8a !important;
}
.xxIsth5-uGWBOetBIt .navbar-logo {
  padding-right: 0;
  margin: 0 !important;
}
@media (max-width: 767px) {
  .xxIsth5-uGWBOetBIt .navbar-logo {
    padding-left: 1rem;
  }
}
.xxIsth5-uGWBOetBIt .navbar-caption {
  padding-left: 1rem;
  padding-right: .5rem;
  font-weight: 400;
}
.xxIsth5-uGWBOetBIt .navbar-caption:hover,
.xxIsth5-uGWBOetBIt .navbar-caption:focus {
  color: #fadd8a !important;
}
@media (max-width: 767px) {
  .xxIsth5-uGWBOetBIt .nav-dropdown {
    padding-bottom: 0.5rem;
  }
}
.xxIsth5-uGWBOetBIt .nav-dropdown .link.dropdown-toggle::after {
  margin-left: 0.5rem;
  margin-top: 0.2rem;
  transition: .3s all;
}
.xxIsth5-uGWBOetBIt .menu-container {
  width: 100%;
  display: flex;
  min-height: 90px;
  padding: 10px;
  flex-wrap: nowrap;
  left: 0;
  right: 0;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: flex-end;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  border-radius: 16px;
  margin: 1rem 1rem 0;
  background-color: #000000;
  box-shadow: none;
  position: relative;
  border-radius: 0 !important;
}
.xxIsth5-uGWBOetBIt .iconfont-wrapper {
  color: #404349 !important;
  font-size: 1.5rem;
  padding-right: 0.5rem;
  transition: all 0.3s ease-in-out;
}
.xxIsth5-uGWBOetBIt .iconfont-wrapper:hover,
.xxIsth5-uGWBOetBIt .iconfont-wrapper:focus {
  color: #fadd8a !important;
}
.xxIsth5-uGWBOetBIt .dropdown-menu {
  flex-wrap: wrap;
  flex-direction: column;
  max-width: 100%;
  padding: 12px 4px !important;
  border-radius: 1.5rem;
  transition: .3s all !important;
  min-width: auto;
  background: #000000;
  border-radius: 4px !important;
}
.xxIsth5-uGWBOetBIt .nav-item:focus,
.xxIsth5-uGWBOetBIt .nav-link:focus {
  outline: none;
}
.xxIsth5-uGWBOetBIt .dropdown .dropdown-menu .dropdown-item {
  width: auto;
  transition: all 0.25s ease-in-out;
}
.xxIsth5-uGWBOetBIt .dropdown .dropdown-menu .dropdown-item::after {
  right: 0.5rem;
}
.xxIsth5-uGWBOetBIt .dropdown .dropdown-menu .dropdown-item .wzcow0-iconfont {
  margin-right: 0.5rem;
  vertical-align: sub;
}
.xxIsth5-uGWBOetBIt .dropdown .dropdown-menu .dropdown-item .wzcow0-iconfont:before {
  display: inline-block;
  transform: scale(1, 1);
  transition: all 0.25s ease-in-out;
}
.xxIsth5-uGWBOetBIt .collapsed .dropdown-menu .dropdown-item:before {
  display: none;
}
.xxIsth5-uGWBOetBIt .collapsed .dropdown .dropdown-menu .dropdown-item {
  padding: 0.235em 1.5em 0.235em 1.5em !important;
  transition: none;
  margin: 0 !important;
}
.xxIsth5-uGWBOetBIt .navbar {
  min-height: 90px;
  transition: all 0.3s;
  border-bottom: 1px solid transparent;
  background: transparent !important;
  padding: 0 !important;
  border: none !important;
  box-shadow: none !important;
  border-radius: 0 !important;
}
.xxIsth5-uGWBOetBIt .navbar.opened {
  transition: all 0.3s;
}
.xxIsth5-uGWBOetBIt .navbar .dropdown-item {
  padding: 0.5rem 1.8rem;
}
.xxIsth5-uGWBOetBIt .navbar .navbar-logo img {
  width: auto;
}
.xxIsth5-uGWBOetBIt .navbar .navbar-collapse {
  z-index: 1;
  justify-content: flex-end;
}
@media (max-width: 992px) {
  .xxIsth5-uGWBOetBIt .navbar .navbar-collapse {
    position: absolute;
  }
}
.xxIsth5-uGWBOetBIt .navbar.collapsed {
  justify-content: center;
}
.xxIsth5-uGWBOetBIt .navbar.collapsed .nav-item .nav-link::before {
  display: none;
}
.xxIsth5-uGWBOetBIt .navbar.collapsed.opened .dropdown-menu {
  top: 0;
}
@media (min-width: 992px) {
  .xxIsth5-uGWBOetBIt .navbar.collapsed.opened:not(.navbar-short) .navbar-collapse {
    max-height: calc(98.5vh - 3.5rem);
  }
}
.xxIsth5-uGWBOetBIt .navbar.collapsed .dropdown-menu .dropdown-submenu {
  left: 0 !important;
}
.xxIsth5-uGWBOetBIt .navbar.collapsed .dropdown-menu .dropdown-item:after {
  right: auto;
}
.xxIsth5-uGWBOetBIt .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%;
}
.xxIsth5-uGWBOetBIt .navbar.collapsed ul.navbar-nav li {
  margin: auto;
}
.xxIsth5-uGWBOetBIt .navbar.collapsed .dropdown-menu .dropdown-item {
  padding: 0.25rem 1.5rem;
  text-align: center;
}
.xxIsth5-uGWBOetBIt .navbar.collapsed .icons-menu {
  padding-left: 0;
  padding-right: 0;
  padding-top: 0.5rem;
  padding-bottom: 0.5rem;
}
@media (max-width: 767px) {
  .xxIsth5-uGWBOetBIt .navbar {
    min-height: 72px;
  }
  .xxIsth5-uGWBOetBIt .navbar .navbar-logo img {
    height: 2rem !important;
  }
}
@media (max-width: 991px) {
  .xxIsth5-uGWBOetBIt .navbar .nav-item .nav-link::before {
    display: none;
  }
  .xxIsth5-uGWBOetBIt .navbar.opened .dropdown-menu {
    top: 0;
  }
  .xxIsth5-uGWBOetBIt .navbar .dropdown-menu .dropdown-submenu {
    left: 0 !important;
  }
  .xxIsth5-uGWBOetBIt .navbar .dropdown-menu .dropdown-item:after {
    right: auto;
  }
  .xxIsth5-uGWBOetBIt .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%;
  }
  .xxIsth5-uGWBOetBIt .navbar .dropdown-menu .dropdown-item {
    padding: 0.25rem 1.5rem !important;
    text-align: center;
  }
  .xxIsth5-uGWBOetBIt .navbar .navbar-brand {
    flex-shrink: initial;
    flex-basis: auto;
    word-break: break-word;
    padding-right: 10px;
  }
  .xxIsth5-uGWBOetBIt .navbar .navbar-toggler {
    flex-basis: auto;
  }
  .xxIsth5-uGWBOetBIt .navbar .icons-menu {
    padding-left: 0;
    padding-top: 0.5rem;
    padding-bottom: 0.5rem;
  }
}
.xxIsth5-uGWBOetBIt .navbar.navbar-short .navbar-logo img {
  height: 2rem;
}
.xxIsth5-uGWBOetBIt .dropdown-item.active,
.xxIsth5-uGWBOetBIt .dropdown-item:active {
  background-color: transparent;
}
.xxIsth5-uGWBOetBIt .navbar-expand-lg .navbar-nav .nav-link {
  padding: 0;
}
.xxIsth5-uGWBOetBIt .nav-dropdown .link.dropdown-toggle {
  margin-right: 1.667em;
}
.xxIsth5-uGWBOetBIt .nav-dropdown .link.dropdown-toggle[aria-expanded="true"] {
  margin-right: 0;
  padding: 0.667em 1.667em;
}
.xxIsth5-uGWBOetBIt .navbar.navbar-expand-lg .dropdown .dropdown-menu {
  background: #000000;
}
.xxIsth5-uGWBOetBIt .navbar.navbar-expand-lg .dropdown .dropdown-menu .dropdown-submenu {
  margin: 0;
  left: 105%;
  transform: none;
  top: -12px;
}
.xxIsth5-uGWBOetBIt .navbar .dropdown.open > .dropdown-menu {
  display: flex;
}
.xxIsth5-uGWBOetBIt ul.navbar-nav {
  flex-wrap: wrap;
}
.xxIsth5-uGWBOetBIt .navbar-buttons {
  text-align: center;
  min-width: 140px;
}
@media (max-width: 992px) {
  .xxIsth5-uGWBOetBIt .navbar-buttons {
    text-align: left;
  }
}
.xxIsth5-uGWBOetBIt button.navbar-toggler {
  outline: none;
  width: 31px;
  height: 20px;
  cursor: pointer;
  transition: all 0.2s;
  position: relative;
  align-self: center;
}
.xxIsth5-uGWBOetBIt button.navbar-toggler .hamburger span {
  position: absolute;
  right: 0;
  width: 30px;
  height: 2px;
  border-right: 5px;
  background-color: #404349;
}
.xxIsth5-uGWBOetBIt button.navbar-toggler .hamburger span:nth-child(1) {
  top: 0;
  transition: all 0.2s;
}
.xxIsth5-uGWBOetBIt button.navbar-toggler .hamburger span:nth-child(2) {
  top: 8px;
  transition: all 0.15s;
}
.xxIsth5-uGWBOetBIt button.navbar-toggler .hamburger span:nth-child(3) {
  top: 8px;
  transition: all 0.15s;
}
.xxIsth5-uGWBOetBIt button.navbar-toggler .hamburger span:nth-child(4) {
  top: 16px;
  transition: all 0.2s;
}
.xxIsth5-uGWBOetBIt nav.opened .hamburger span:nth-child(1) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.xxIsth5-uGWBOetBIt nav.opened .hamburger span:nth-child(2) {
  transform: rotate(45deg);
  transition: all 0.25s;
}
.xxIsth5-uGWBOetBIt nav.opened .hamburger span:nth-child(3) {
  transform: rotate(-45deg);
  transition: all 0.25s;
}
.xxIsth5-uGWBOetBIt nav.opened .hamburger span:nth-child(4) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.xxIsth5-uGWBOetBIt .navbar-dropdown {
  padding: 0 1rem;
}
.xxIsth5-uGWBOetBIt a.nav-link {
  display: flex;
  align-items: center;
  justify-content: center;
}
.xxIsth5-uGWBOetBIt .icons-menu {
  flex-wrap: nowrap;
  display: flex;
  justify-content: center;
  padding-left: 1rem;
  padding-right: 0;
  padding-top: 0.3rem;
  text-align: center;
}
@media (max-width: 992px) {
  .xxIsth5-uGWBOetBIt .icons-menu {
    justify-content: flex-start;
    margin-bottom: .5rem;
  }
}
@media screen and (-ms-high-contrast: active), (-ms-high-contrast: none) {
  .xxIsth5-uGWBOetBIt .navbar {
    height: 70px;
  }
  .xxIsth5-uGWBOetBIt .navbar.opened {
    height: auto;
  }
  .xxIsth5-uGWBOetBIt .nav-item .nav-link:hover::before {
    width: 175%;
    max-width: calc(100% + 2rem);
    left: -1rem;
  }
}
.xxIsth5-uGWBOetBIt .navbar .dropdown > .dropdown-menu {
  display: none;
  width: max-content;
  max-width: 500px !important;
  transform: translateX(-50%);
  top: calc(100% + 20px);
  left: 50%;
}
.xxIsth5-uGWBOetBIt .navbar .dropdown > .dropdown-menu .dropdown-item {
  line-height: 1 !important;
}
.xxIsth5-uGWBOetBIt .navbar .dropdown > .dropdown-menu .dropdown .dropdown-item {
  align-items: center;
  display: flex;
  height: max-content !important;
  min-height: max-content !important;
}
.xxIsth5-uGWBOetBIt .navbar .dropdown > .dropdown-menu .dropdown .dropdown-item::after {
  display: inline-block;
  position: static;
  margin-left: 0.5rem;
  margin-top: 0;
  margin-right: 0;
  margin-bottom: 0;
  transition: .3s all;
  transform: rotate(-90deg);
}
.xxIsth5-uGWBOetBIt .navbar .dropdown > .dropdown-menu .dropdown.open .dropdown-item::after {
  transform: rotate(0deg);
}
.xxIsth5-uGWBOetBIt .wzcow0-section-btn {
  margin: -0.6rem -0.6rem;
  width: auto;
  padding-left: 1rem;
}
@media (max-width: 992px) {
  .xxIsth5-uGWBOetBIt .wzcow0-section-btn {
    padding-left: 0;
  }
}
.xxIsth5-uGWBOetBIt .wzcow0-section-btn .btn {
  justify-content: center;
  width: auto !important;
  padding: 25px 15px;
  min-width: 180px;
}
.xxIsth5-uGWBOetBIt .navbar-toggler {
  margin-left: 12px;
  margin-right: 8px;
  order: 1000;
}
@media (max-width: 991px) {
  .xxIsth5-uGWBOetBIt .navbar-brand {
    margin-right: auto;
  }
  .xxIsth5-uGWBOetBIt .navbar-collapse {
    z-index: -1 !important;
    position: absolute;
    top: 110%;
    left: 0;
    width: 100%;
    padding: 1rem;
    border-radius: 1.5rem;
    background: #000000;
    border-radius: 4px !important;
  }
  .xxIsth5-uGWBOetBIt .navbar-nav .nav-item .nav-link::after {
    margin-left: 10px;
  }
  .xxIsth5-uGWBOetBIt .navbar-nav .dropdown-item:hover {
    background-color: rgba(27, 31, 10, 0.06);
  }
  .xxIsth5-uGWBOetBIt .navbar .dropdown > .dropdown-menu {
    max-width: 100% !important;
    transform: translateX(0);
    top: 10px;
    left: 0;
    padding: 8px !important;
    border-radius: 1rem;
    background-color: rgba(27, 31, 10, 0.04) !important;
  }
  .xxIsth5-uGWBOetBIt .navbar .dropdown > .dropdown-menu .dropdown-item {
    padding: 8px !important;
    line-height: 1 !important;
    margin-bottom: 4px !important;
  }
  .xxIsth5-uGWBOetBIt .navbar .dropdown > .dropdown-menu .dropdown .dropdown-item {
    align-items: center;
    display: flex;
    height: max-content !important;
    min-height: max-content !important;
  }
  .xxIsth5-uGWBOetBIt .navbar .dropdown > .dropdown-menu .dropdown .dropdown-item::after {
    display: inline-block;
    position: static;
    margin-left: 0.5rem;
    margin-top: 0;
    margin-right: 0;
    margin-bottom: 0;
    transition: .3s all;
    transform: rotate(0deg);
  }
  .xxIsth5-uGWBOetBIt .navbar .dropdown > .dropdown-menu .dropdown.open .dropdown-item::after {
    transform: rotate(180deg);
  }
  .xxIsth5-uGWBOetBIt .navbar .dropdown > .dropdown-menu .dropdown-submenu {
    position: static;
    width: 100%;
    max-width: 100% !important;
    transform: translateX(0) !important;
    top: 0;
    left: 0;
    padding: 8px !important;
    border-radius: 1rem;
    background-color: rgba(27, 31, 10, 0.04) !important;
  }
  .xxIsth5-uGWBOetBIt .navbar .dropdown.open > .dropdown-menu {
    display: flex !important;
    flex-direction: column;
    align-items: flex-start;
  }
}
@media (max-width: 575px) {
  .xxIsth5-uGWBOetBIt .navbar-collapse {
    padding: 1rem;
  }
}
.xxIsth5-uGWBOetBIt .navbar-brand,
.xxIsth5-uGWBOetBIt .navbar-toggler,
.xxIsth5-uGWBOetBIt .navbar-collapse {
  position: relative;
  z-index: 1;
}
.xxIsth5-uGWBOf2gr5 {
  padding-top: 10rem;
  padding-bottom: 5rem;
  background-color: #000000;
  background-image: linear-gradient(#000000 80%, #f79309 110%);
}
.xxIsth5-uGWBOf2gr5 .wzcow0-fallback-image.disabled {
  display: none;
}
.xxIsth5-uGWBOf2gr5 .wzcow0-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.xxIsth5-uGWBOf2gr5 .row {
  justify-content: center;
}
.xxIsth5-uGWBOf2gr5 .content-wrapper {
  position: relative;
  z-index: 2;
}
.xxIsth5-uGWBOf2gr5 .content-wrapper .wzcow0-section-title {
  margin-bottom: 48px;
  background-image: linear-gradient(0deg, #f79309, #ffffff 60%);
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
}
@media (max-width: 992px) {
  .xxIsth5-uGWBOf2gr5 .content-wrapper .wzcow0-section-title {
    margin-bottom: 22px;
  }
}
.xxIsth5-uGWBOf2gr5 .content-wrapper .wzcow0-text {
  margin-bottom: 54px;
}
@media (max-width: 992px) {
  .xxIsth5-uGWBOf2gr5 .content-wrapper .wzcow0-text {
    margin-bottom: 22px;
  }
}
.xxIsth5-uGWBOf2gr5 .content-wrapper .wzcow0-desc {
  margin-bottom: 32px;
}
@media (max-width: 992px) {
  .xxIsth5-uGWBOf2gr5 .content-wrapper .wzcow0-desc {
    margin-bottom: 22px;
  }
}
.xxIsth5-uGWBOf2gr5 .wzcow0-section-title {
  color: #ffffff;
}
.xxIsth5-uGWBOf2gr5 .wzcow0-text {
  color: #ffffff;
}
.xxIsth5-uGWBOf2gr5 .wzcow0-desc {
  color: #ffffff;
}
.xxIsth5-uGWBOf2gr5 .wzcow0-section-title,
.xxIsth5-uGWBOf2gr5 .wzcow0-section-btn {
  text-align: center;
}
.xxIsth5-uH3amAG1nf {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-color: #000000;
}
.xxIsth5-uH3amAG1nf .wzcow0-fallback-image.disabled {
  display: none;
}
.xxIsth5-uH3amAG1nf .wzcow0-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.xxIsth5-uH3amAG1nf .container,
.xxIsth5-uH3amAG1nf .container-fluid {
  padding: 0 60px;
}
@media (max-width: 992px) {
  .xxIsth5-uH3amAG1nf .container,
  .xxIsth5-uH3amAG1nf .container-fluid {
    padding: 0 20px;
  }
}
.xxIsth5-uH3amAG1nf a {
  display: block;
}
.xxIsth5-uH3amAG1nf a .logo-wrapper {
  padding: 80px 80px 80px 0;
  border-right: 1px solid #fadd8a;
  border-bottom: 1px solid #fadd8a;
}
@media (max-width: 992px) {
  .xxIsth5-uH3amAG1nf a .logo-wrapper {
    border-right: none;
  }
}
@media (max-width: 992px) {
  .xxIsth5-uH3amAG1nf a .logo-wrapper {
    padding: 50px 0;
  }
}
.xxIsth5-uH3amAG1nf a .logo-wrapper img {
  height: 250px;
  width: 250px;
  object-fit: contain;
  border-radius: 10px;
  margin: 0 0 0 auto;
}
@media (max-width: 1200px) {
  .xxIsth5-uH3amAG1nf a .logo-wrapper img {
    height: 200px;
    width: 200px;
  }
}
@media (max-width: 992px) {
  .xxIsth5-uH3amAG1nf a .logo-wrapper img {
    margin: 0 auto;
  }
}
.xxIsth5-uH3amAG1nf .copy-wrapper {
  padding: 24px 24px 24px 0;
  border-right: 1px solid #fadd8a;
}
@media (max-width: 992px) {
  .xxIsth5-uH3amAG1nf .copy-wrapper {
    border-right: none;
  }
}
.xxIsth5-uH3amAG1nf .copy-wrapper .copyright {
  margin-bottom: 0;
}
.xxIsth5-uH3amAG1nf .list-wrapper {
  display: flex;
  justify-content: center;
  align-items: center;
  height: 100%;
}
@media (max-width: 992px) {
  .xxIsth5-uH3amAG1nf .list-wrapper {
    height: auto;
  }
}
.xxIsth5-uH3amAG1nf .list-wrapper .list {
  list-style-type: none;
  padding: 0;
  margin: 0;
}
@media (max-width: 992px) {
  .xxIsth5-uH3amAG1nf .list-wrapper .list {
    display: flex;
    justify-content: space-between;
    width: 100%;
    flex-wrap: wrap;
  }
}
.xxIsth5-uH3amAG1nf .list-wrapper .list .item-wrap {
  margin-bottom: 60px;
  transition: all 0.3s ease-out;
}
.xxIsth5-uH3amAG1nf .list-wrapper .list .item-wrap:last-child {
  margin-bottom: 0;
}
@media (max-width: 992px) {
  .xxIsth5-uH3amAG1nf .list-wrapper .list .item-wrap {
    margin-bottom: 22px;
  }
}
.xxIsth5-uH3amAG1nf .list-wrapper .list .item-wrap:hover {
  text-decoration: underline;
}
.xxIsth5-uH3amAG1nf .card-wrapper {
  display: flex;
  justify-content: center;
  align-items: center;
  height: 100%;
}
@media (max-width: 992px) {
  .xxIsth5-uH3amAG1nf .card-wrapper {
    margin-bottom: 50px;
  }
}
.xxIsth5-uH3amAG1nf .card-wrapper .card-wrap {
  padding: 24px;
  background-color: #6d1100;
  border-radius: 24px;
}
.xxIsth5-uH3amAG1nf .card-wrapper .card-wrap .wzcow0-section-title {
  margin-bottom: 42px;
}
.xxIsth5-uH3amAG1nf .card-wrapper .card-wrap .wzcow0-text {
  margin-bottom: 42px;
}
.xxIsth5-uH3amAG1nf .copyright {
  color: #ffffff;
}
.xxIsth5-uH3amAG1nf .wzcow0-section-title {
  color: #3d4045;
}
.xxIsth5-uH3amAG1nf .wzcow0-text {
  color: #3d4045;
}
.xxIsth5-uH3amAG1nf .list {
  color: #ffffff;
}
.xxIsth5-uH3amAG1nf .wzcow0-section-btn {
  text-align: right;
}
.xxIsth5-uH3amAG1nf .wzcow0-section-title,
.xxIsth5-uH3amAG1nf .wzcow0-section-btn {
  text-align: center;
  color: #ffffff;
}

/* Base Cookie Banner */
.cookie-banner {
    visibility: hidden;
    opacity: 0;
    transition: opacity 0.3s ease;
    position: fixed;
    bottom: 0;
    left: 0;
    width: 100%;
    background-color: #ffffff;
    color: #424a4d;
    padding: 15px;
    box-shadow: 0 -2px 5px rgba(0, 0, 0, 0.2);
    z-index: 1000;
    font-family: Arial, sans-serif;
    font-size: 14px;
    display: flex;
    justify-content: center;
    align-items: center;
    gap: 20px;
}

.cookie-banner.show {
    visibility: visible;
    opacity: 1;
}

.cookie-banner p {
    margin: 0;
    font-size: 14px;
}

.cookie-banner a {
    color: #424a4d;
    text-decoration: underline;
}

.cookie-buttons {
    display: flex;
    gap: 10px;
}

.cookie-btn {
    all: unset;
    padding: 18px 15px;
    cursor: pointer;
    font-size: 14px;
    color: #ffffff;
    border-radius: 4px;
    text-align: center;
    line-height: 1;
    display: inline-block;
}

.cookie-btn.Accept {
    background-color: #28a745 !important;
}

.cookie-btn.ignore {
    background-color: #dc3545 !important;
}

/* Mobile View Adjustments */
@media (max-width: 768px) {
    .cookie-banner {
        flex-direction: column;
        padding: 10px;
        gap: 10px;
        font-size: 13px;
    }
    .cookie-buttons {
        flex-direction: column;
        width: 100%;
        gap: 8px;
    }
    .cookie-btn {
        width: 100%;
        padding: 10px 0;
    }
}

@keyframes spinIn {
  0% {
    opacity: 0;
    transform: rotate(-360deg) scale(0.5);
  }
  60% {
    opacity: 1;
    transform: rotate(30deg) scale(1.1);
  }
  80% {
    transform: rotate(-10deg) scale(0.95);
  }
  100% {
    transform: rotate(0deg) scale(1);
  }
}

@keyframes spinOut {
  0% {
    opacity: 1;
    transform: rotate(0deg) scale(1);
  }
  100% {
    opacity: 0;
    transform: rotate(360deg) scale(0.5);
  }
}

.cookie-banner {
  position: fixed;
  bottom: 16px;
  left: 16px;
  max-width: 600px;
  width: calc(100% - 32px);
  background-color: #fff;
  border-radius: 8px;
  box-shadow: 0 4px 6px rgba(0, 0, 0, 0.1);
  padding: 20px;
  z-index: 1000;
  font-family: Arial, sans-serif;
  display: flex;
  flex-direction: column;
  animation: spinIn 0.8s ease-out forwards;
  transition: all 0.3s ease-in-out;
}

.cookie-banner.hide {
  animation: spinOut 0.6s ease-in-out forwards;
  pointer-events: none;
}

#cookieBanner button {
  flex: 1;
  border: none;
  border-radius: 8px;
  padding: 12px;
  font-size: 16px;
  font-weight: bold;
  cursor: pointer;
  transition: all 0.3s ease-in-out;
  box-shadow: 5px 5px 10px rgba(0, 0, 0, 0.2), -5px -5px 10px rgba(255, 255, 255, 0.8);
}

#cookieAcceptBtn {
  background: linear-gradient(145deg, #007bff, #0056b3);
  color: white;
}

#cookieAcceptBtn:hover {
  background: linear-gradient(145deg, #0056b3, #004494);
  box-shadow: inset 4px 4px 6px rgba(0, 0, 0, 0.3),
              inset -4px -4px 6px rgba(255, 255, 255, 0.9);
  transform: translateY(-2px);
}

#cookieRejectBtn {
  background: linear-gradient(145deg, #f8f9fa, #e0e0e0);
  color: #333;
  border: 1px solid #ccc;
}

#cookieRejectBtn:hover {
  background: linear-gradient(145deg, #e0e0e0, #d6d6d6);
  box-shadow: inset 4px 4px 6px rgba(0, 0, 0, 0.2),
              inset -4px -4px 6px rgba(255, 255, 255, 0.8);
  transform: translateY(-2px);
}

@media (max-width: 768px) {
  .cookie-banner {
    width: calc(100% - 32px);
    left: 16px;
    bottom: 16px;
    padding: 15px;
  }
  #cookieBanner button {
    padding: 10px;
    font-size: 14px;
  }
}

@media (max-width: 480px) {
  .cookie-banner {
    width: calc(100% - 16px);
    left: 8px;
    bottom: 16px;
    padding: 10px;
  }
  #cookieBanner button {
    padding: 8px;
    font-size: 12px;
  }
}

/* logoanimations */
@keyframes slideInFromLeft {
    0% {
        transform: translateX(-100%);
        opacity: 0;
    }
    100% {
        transform: translateX(0);
        opacity: 1;
    }
}

.navbar-brand {
    animation: slideInFromLeft 1s ease-out;
}
/* endlogoanimations */
