.btn {
  border-width: 2px;
}
img,
.card-wrap,
.card-wrapper,
.video-wrapper,
.mbr-figure iframe,
.google-map iframe,
.slide-content,
.plan,
.card,
.item-wrapper {
  border-radius: 0 !important;
}
.video-wrapper {
  overflow: hidden;
}
body {
  font-family: Inter Tight;
}
.display-1 {
  font-family: 'Roboto', sans-serif;
  font-size: 2.4rem;
  line-height: 1;
}
.display-1 > .mbr-iconfont {
  font-size: 3rem;
}
.display-2 {
  font-family: 'Roboto', sans-serif;
  font-size: 1.8rem;
  line-height: 1;
}
.display-2 > .mbr-iconfont {
  font-size: 2.25rem;
}
.display-4 {
  font-family: 'Roboto', sans-serif;
  font-size: 1rem;
  line-height: 1.5;
}
.display-4 > .mbr-iconfont {
  font-size: 1.25rem;
}
.display-5 {
  font-family: 'Roboto', sans-serif;
  font-size: 1.6rem;
  line-height: 1.5;
}
.display-5 > .mbr-iconfont {
  font-size: 2rem;
}
.display-7 {
  font-family: 'Roboto', sans-serif;
  font-size: 1.2rem;
  line-height: 1.3;
}
.display-7 > .mbr-iconfont {
  font-size: 1.5rem;
}
/* ---- Fluid typography for mobile devices ---- */
/* 1.4 - font scale ratio ( bootstrap == 1.42857 ) */
/* 100vw - current viewport width */
/* (48 - 20)  48 == 48rem == 768px, 20 == 20rem == 320px(minimal supported viewport) */
/* 0.65 - min scale variable, may vary */
@media (max-width: 992px) {
  .display-1 {
    font-size: 1.92rem;
  }
}
@media (max-width: 768px) {
  .display-1 {
    font-size: 1.68rem;
    font-size: calc( 1.49rem + (2.4 - 1.49) * ((100vw - 20rem) / (48 - 20)));
    line-height: calc( 1.1 * (1.49rem + (2.4 - 1.49) * ((100vw - 20rem) / (48 - 20))));
  }
  .display-2 {
    font-size: 1.44rem;
    font-size: calc( 1.28rem + (1.8 - 1.28) * ((100vw - 20rem) / (48 - 20)));
    line-height: calc( 1.3 * (1.28rem + (1.8 - 1.28) * ((100vw - 20rem) / (48 - 20))));
  }
  .display-4 {
    font-size: 0.8rem;
    font-size: calc( 1rem + (1 - 1) * ((100vw - 20rem) / (48 - 20)));
    line-height: calc( 1.4 * (1rem + (1 - 1) * ((100vw - 20rem) / (48 - 20))));
  }
  .display-5 {
    font-size: 1.28rem;
    font-size: calc( 1.21rem + (1.6 - 1.21) * ((100vw - 20rem) / (48 - 20)));
    line-height: calc( 1.4 * (1.21rem + (1.6 - 1.21) * ((100vw - 20rem) / (48 - 20))));
  }
  .display-7 {
    font-size: 0.96rem;
    font-size: calc( 1.07rem + (1.2 - 1.07) * ((100vw - 20rem) / (48 - 20)));
    line-height: calc( 1.4 * (1.07rem + (1.2 - 1.07) * ((100vw - 20rem) / (48 - 20))));
  }
}
@media (min-width: 992px) and (max-width: 1400px) {
  .display-1 {
    font-size: 1.68rem;
    font-size: calc( 1.49rem + (2.4 - 1.49) * ((100vw - 62rem) / (87 - 62)));
    line-height: calc( 1.1 * (1.49rem + (2.4 - 1.49) * ((100vw - 62rem) / (87 - 62))));
  }
  .display-2 {
    font-size: 1.44rem;
    font-size: calc( 1.28rem + (1.8 - 1.28) * ((100vw - 62rem) / (87 - 62)));
    line-height: calc( 1.3 * (1.28rem + (1.8 - 1.28) * ((100vw - 62rem) / (87 - 62))));
  }
  .display-4 {
    font-size: 0.8rem;
    font-size: calc( 1rem + (1 - 1) * ((100vw - 62rem) / (87 - 62)));
    line-height: calc( 1.4 * (1rem + (1 - 1) * ((100vw - 62rem) / (87 - 62))));
  }
  .display-5 {
    font-size: 1.28rem;
    font-size: calc( 1.21rem + (1.6 - 1.21) * ((100vw - 62rem) / (87 - 62)));
    line-height: calc( 1.4 * (1.21rem + (1.6 - 1.21) * ((100vw - 62rem) / (87 - 62))));
  }
  .display-7 {
    font-size: 0.96rem;
    font-size: calc( 1.07rem + (1.2 - 1.07) * ((100vw - 62rem) / (87 - 62)));
    line-height: calc( 1.4 * (1.07rem + (1.2 - 1.07) * ((100vw - 62rem) / (87 - 62))));
  }
}
/* Buttons */
.btn {
  padding: 1.25rem 2rem;
  border-radius: 4px;
  padding: 0.75rem 1.5rem;
}
.btn-sm {
  padding: 0.6rem 1.2rem;
  border-radius: 4px;
}
.btn-md {
  padding: 0.6rem 1.2rem;
  border-radius: 4px;
}
.btn-lg {
  padding: 1.25rem 2rem;
  border-radius: 4px;
}
.bg-primary {
  background-color: #ffffff !important;
}
.bg-success {
  background-color: #9fe870 !important;
}
.bg-info {
  background-color: #320707 !important;
}
.bg-warning {
  background-color: #757b62 !important;
}
.bg-danger {
  background-color: #ffffff !important;
}
.btn-primary,
.btn-primary:active {
  background-color: #ffffff !important;
  border-color: #ffffff !important;
  color: #808080 !important;
  box-shadow: none;
}
.btn-primary:hover,
.btn-primary:focus,
.btn-primary.focus,
.btn-primary.active {
  color: inherit;
  background-color: #ffffff !important;
  border-color: #ffffff !important;
  box-shadow: none;
}
.btn-primary.disabled,
.btn-primary:disabled {
  color: #808080 !important;
  background-color: #ffffff !important;
  border-color: #ffffff !important;
}
.btn-secondary,
.btn-secondary:active {
  background-color: #c67207 !important;
  border-color: #c67207 !important;
  color: #ffffff !important;
  box-shadow: none;
}
.btn-secondary:hover,
.btn-secondary:focus,
.btn-secondary.focus,
.btn-secondary.active {
  color: inherit;
  background-color: #f68e0a !important;
  border-color: #f68e0a !important;
  box-shadow: none;
}
.btn-secondary.disabled,
.btn-secondary:disabled {
  color: #ffffff !important;
  background-color: #f68e0a !important;
  border-color: #f68e0a !important;
}
.btn-info,
.btn-info:active {
  background-color: #320707 !important;
  border-color: #320707 !important;
  color: #ffffff !important;
  box-shadow: none;
}
.btn-info:hover,
.btn-info:focus,
.btn-info.focus,
.btn-info.active {
  color: inherit;
  background-color: #5f0d0d !important;
  border-color: #5f0d0d !important;
  box-shadow: none;
}
.btn-info.disabled,
.btn-info:disabled {
  color: #ffffff !important;
  background-color: #5f0d0d !important;
  border-color: #5f0d0d !important;
}
.btn-success,
.btn-success:active {
  background-color: #9fe870 !important;
  border-color: #9fe870 !important;
  color: #264d0c !important;
  box-shadow: none;
}
.btn-success:hover,
.btn-success:focus,
.btn-success.focus,
.btn-success.active {
  color: inherit;
  background-color: #bcef9c !important;
  border-color: #bcef9c !important;
  box-shadow: none;
}
.btn-success.disabled,
.btn-success:disabled {
  color: #264d0c !important;
  background-color: #bcef9c !important;
  border-color: #bcef9c !important;
}
.btn-warning,
.btn-warning:active {
  background-color: #757b62 !important;
  border-color: #757b62 !important;
  color: #ffffff !important;
  box-shadow: none;
}
.btn-warning:hover,
.btn-warning:focus,
.btn-warning.focus,
.btn-warning.active {
  color: inherit;
  background-color: #8f957b !important;
  border-color: #8f957b !important;
  box-shadow: none;
}
.btn-warning.disabled,
.btn-warning:disabled {
  color: #ffffff !important;
  background-color: #8f957b !important;
  border-color: #8f957b !important;
}
.btn-danger,
.btn-danger:active {
  background-color: #ffffff !important;
  border-color: #ffffff !important;
  color: #808080 !important;
  box-shadow: none;
}
.btn-danger:hover,
.btn-danger:focus,
.btn-danger.focus,
.btn-danger.active {
  color: inherit;
  background-color: #ffffff !important;
  border-color: #ffffff !important;
  box-shadow: none;
}
.btn-danger.disabled,
.btn-danger:disabled {
  color: #808080 !important;
  background-color: #ffffff !important;
  border-color: #ffffff !important;
}
.btn-white,
.btn-white:active {
  background-color: #eff0ec !important;
  border-color: #eff0ec !important;
  color: #757b62 !important;
  box-shadow: none;
}
.btn-white:hover,
.btn-white:focus,
.btn-white.focus,
.btn-white.active {
  color: inherit;
  background-color: #ffffff !important;
  border-color: #ffffff !important;
  box-shadow: none;
}
.btn-white.disabled,
.btn-white:disabled {
  color: #757b62 !important;
  background-color: #ffffff !important;
  border-color: #ffffff !important;
}
.btn-black,
.btn-black:active {
  background-color: #232323 !important;
  border-color: #232323 !important;
  color: #ffffff !important;
  box-shadow: none;
}
.btn-black:hover,
.btn-black:focus,
.btn-black.focus,
.btn-black.active {
  color: inherit;
  background-color: #3d3d3d !important;
  border-color: #3d3d3d !important;
  box-shadow: none;
}
.btn-black.disabled,
.btn-black:disabled {
  color: #ffffff !important;
  background-color: #3d3d3d !important;
  border-color: #3d3d3d !important;
}
.btn-primary-outline,
.btn-primary-outline:active {
  background-color: transparent !important;
  border-color: #ffffff;
  color: #ffffff;
}
.btn-primary-outline:hover,
.btn-primary-outline:focus,
.btn-primary-outline.focus,
.btn-primary-outline.active {
  color: #d4d4d4 !important;
  background-color: transparent !important;
  border-color: #d4d4d4 !important;
  box-shadow: none !important;
}
.btn-primary-outline.disabled,
.btn-primary-outline:disabled {
  color: #808080 !important;
  background-color: #ffffff !important;
  border-color: #ffffff !important;
}
.btn-secondary-outline,
.btn-secondary-outline:active {
  background-color: transparent !important;
  border-color: #c67207;
  color: #c67207;
}
.btn-secondary-outline:hover,
.btn-secondary-outline:focus,
.btn-secondary-outline.focus,
.btn-secondary-outline.active {
  color: #724204 !important;
  background-color: transparent !important;
  border-color: #724204 !important;
  box-shadow: none !important;
}
.btn-secondary-outline.disabled,
.btn-secondary-outline:disabled {
  color: #ffffff !important;
  background-color: #c67207 !important;
  border-color: #c67207 !important;
}
.btn-info-outline,
.btn-info-outline:active {
  background-color: transparent !important;
  border-color: #320707;
  color: #320707;
}
.btn-info-outline:hover,
.btn-info-outline:focus,
.btn-info-outline.focus,
.btn-info-outline.active {
  color: #000000 !important;
  background-color: transparent !important;
  border-color: #000000 !important;
  box-shadow: none !important;
}
.btn-info-outline.disabled,
.btn-info-outline:disabled {
  color: #ffffff !important;
  background-color: #320707 !important;
  border-color: #320707 !important;
}
.btn-success-outline,
.btn-success-outline:active {
  background-color: transparent !important;
  border-color: #9fe870;
  color: #9fe870;
}
.btn-success-outline:hover,
.btn-success-outline:focus,
.btn-success-outline.focus,
.btn-success-outline.active {
  color: #6ddc25 !important;
  background-color: transparent !important;
  border-color: #6ddc25 !important;
  box-shadow: none !important;
}
.btn-success-outline.disabled,
.btn-success-outline:disabled {
  color: #264d0c !important;
  background-color: #9fe870 !important;
  border-color: #9fe870 !important;
}
.btn-warning-outline,
.btn-warning-outline:active {
  background-color: transparent !important;
  border-color: #757b62;
  color: #757b62;
}
.btn-warning-outline:hover,
.btn-warning-outline:focus,
.btn-warning-outline.focus,
.btn-warning-outline.active {
  color: #474b3c !important;
  background-color: transparent !important;
  border-color: #474b3c !important;
  box-shadow: none !important;
}
.btn-warning-outline.disabled,
.btn-warning-outline:disabled {
  color: #ffffff !important;
  background-color: #757b62 !important;
  border-color: #757b62 !important;
}
.btn-danger-outline,
.btn-danger-outline:active {
  background-color: transparent !important;
  border-color: #ffffff;
  color: #ffffff;
}
.btn-danger-outline:hover,
.btn-danger-outline:focus,
.btn-danger-outline.focus,
.btn-danger-outline.active {
  color: #d4d4d4 !important;
  background-color: transparent !important;
  border-color: #d4d4d4 !important;
  box-shadow: none !important;
}
.btn-danger-outline.disabled,
.btn-danger-outline:disabled {
  color: #808080 !important;
  background-color: #ffffff !important;
  border-color: #ffffff !important;
}
.btn-black-outline,
.btn-black-outline:active {
  background-color: transparent !important;
  border-color: #232323;
  color: #232323;
}
.btn-black-outline:hover,
.btn-black-outline:focus,
.btn-black-outline.focus,
.btn-black-outline.active {
  color: #000000 !important;
  background-color: transparent !important;
  border-color: #000000 !important;
  box-shadow: none !important;
}
.btn-black-outline.disabled,
.btn-black-outline:disabled {
  color: #ffffff !important;
  background-color: #232323 !important;
  border-color: #232323 !important;
}
.btn-white-outline,
.btn-white-outline:active {
  background-color: transparent !important;
  border-color: #fafafa;
  color: #fafafa;
}
.btn-white-outline:hover,
.btn-white-outline:focus,
.btn-white-outline.focus,
.btn-white-outline.active {
  color: #cfcfcf !important;
  background-color: transparent !important;
  border-color: #cfcfcf !important;
  box-shadow: none !important;
}
.btn-white-outline.disabled,
.btn-white-outline:disabled {
  color: #7a7a7a !important;
  background-color: #fafafa !important;
  border-color: #fafafa !important;
}
.text-primary {
  color: #ffffff !important;
}
.text-secondary {
  color: #c67207 !important;
}
.text-success {
  color: #9fe870 !important;
}
.text-info {
  color: #320707 !important;
}
.text-warning {
  color: #757b62 !important;
}
.text-danger {
  color: #ffffff !important;
}
.text-white {
  color: #fafafa !important;
}
.text-black {
  color: #232323 !important;
}
a.text-primary:hover,
a.text-primary:focus,
a.text-primary.active {
  color: #cccccc !important;
}
a.text-secondary:hover,
a.text-secondary:focus,
a.text-secondary.active {
  color: #633904 !important;
}
a.text-success:hover,
a.text-success:focus,
a.text-success.active {
  color: #66d022 !important;
}
a.text-info:hover,
a.text-info:focus,
a.text-info.active {
  color: #000000 !important;
}
a.text-warning:hover,
a.text-warning:focus,
a.text-warning.active {
  color: #3f4235 !important;
}
a.text-danger:hover,
a.text-danger:focus,
a.text-danger.active {
  color: #cccccc !important;
}
a.text-white:hover,
a.text-white:focus,
a.text-white.active {
  color: #c7c7c7 !important;
}
a.text-black:hover,
a.text-black:focus,
a.text-black.active {
  color: #000000 !important;
}
a[class*="text-"]:not(.nav-link):not(.dropdown-item):not([role]):not(.navbar-caption) {
  transition: 0.2s;
  position: relative;
  background-image: linear-gradient(currentColor 50%, currentColor 50%);
  background-size: 10000px 2px;
  background-repeat: no-repeat;
  background-position: 0 1.2em;
}
.nav-tabs .nav-link.active {
  color: #ffffff;
}
.nav-tabs .nav-link:not(.active) {
  color: #232323;
}
.alert-success {
  background-color: #70c770;
}
.alert-info {
  background-color: #320707;
}
.alert-warning {
  background-color: #757b62;
}
.alert-danger {
  background-color: #ffffff;
}
.mbr-gallery-filter li.active .btn {
  background-color: #ffffff;
  border-color: #ffffff;
  color: #8c8c8c;
}
.mbr-gallery-filter li.active .btn:focus {
  box-shadow: none;
}
a,
a:hover {
  color: #ffffff;
}
.mbr-plan-header.bg-primary .mbr-plan-subtitle,
.mbr-plan-header.bg-primary .mbr-plan-price-desc {
  color: #ffffff;
}
.mbr-plan-header.bg-success .mbr-plan-subtitle,
.mbr-plan-header.bg-success .mbr-plan-price-desc {
  color: #ffffff;
}
.mbr-plan-header.bg-info .mbr-plan-subtitle,
.mbr-plan-header.bg-info .mbr-plan-price-desc {
  color: #f3abab;
}
.mbr-plan-header.bg-warning .mbr-plan-subtitle,
.mbr-plan-header.bg-warning .mbr-plan-price-desc {
  color: #b3b7a5;
}
.mbr-plan-header.bg-danger .mbr-plan-subtitle,
.mbr-plan-header.bg-danger .mbr-plan-price-desc {
  color: #ffffff;
}
/* Scroll to top button*/
.form-control {
  font-family: 'Roboto', sans-serif;
  font-size: 1.2rem;
  line-height: 1.3;
  font-weight: 400;
}
.form-control > .mbr-iconfont {
  font-size: 1.5rem;
}
.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: #ffffff !important;
}
.form-control:-webkit-input-placeholder {
  font-family: 'Roboto', sans-serif;
  font-size: 1.2rem;
  line-height: 1.3;
  font-weight: 400;
}
.form-control:-webkit-input-placeholder > .mbr-iconfont {
  font-size: 1.5rem;
}
blockquote {
  border-color: #ffffff;
}
/* Forms */
.jq-selectbox li:hover,
.jq-selectbox li.selected {
  background-color: #ffffff;
  color: #000000;
}
.jq-number__spin {
  transition: 0.25s ease;
}
.jq-number__spin:hover {
  border-color: #ffffff;
}
.jq-selectbox .jq-selectbox__trigger-arrow,
.jq-number__spin.minus:after,
.jq-number__spin.plus:after {
  transition: 0.4s;
  border-top-color: #232323;
  border-bottom-color: #232323;
}
.jq-selectbox:hover .jq-selectbox__trigger-arrow,
.jq-number__spin.minus:hover:after,
.jq-number__spin.plus:hover:after {
  border-top-color: #ffffff;
  border-bottom-color: #ffffff;
}
.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: #ffffff !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: #c67207 !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='%23ffffff' %3e%3cg fill='none' fill-rule='evenodd'%3e%3cg transform='translate(16 16)' stroke-width='2'%3e%3ccircle stroke-opacity='.5' cx='16' cy='16' r='16'/%3e%3cpath d='M32 16c0-9.94-8.06-16-16-16'%3e%3canimateTransform attributeName='transform' type='rotate' from='0 16 16' to='360 16 16' dur='1s' repeatCount='indefinite'/%3e%3c/path%3e%3c/g%3e%3c/g%3e%3c/svg%3e");
}
section.lazy-placeholder:after {
  opacity: 0.5;
}
body {
  overflow-x: hidden;
}
a {
  transition: color 0.6s;
}
@media (max-width: 1400px) {
  .container {
    max-width: 100%;
  }
}
@media (max-width: 1400px) and (min-width: 768px) {
  .container {
    padding-left: 32px;
    padding-right: 32px;
  }
}
@media (max-width: 1400px) and (min-width: 768px) {
  .container-fluid {
    padding-left: 32px;
    padding-right: 32px;
  }
}
@media (max-width: 767px) {
  .container-fluid {
    padding-left: 16px;
    padding-right: 16px;
  }
}
.cid-u4Qd1cvHP4 {
  position: sticky;
  top: 0;
  z-index: 11;
}
.cid-u4Qd1cvHP4 .navbar-dropdown {
  position: relative !important;
  top: 0;
  left: 0;
  padding: 0.5rem 1rem;
  position: fixed;
}
@media (max-width: 991px) {
  .cid-u4Qd1cvHP4 .navbar-dropdown {
    padding: 0 1rem;
  }
}
.cid-u4Qd1cvHP4 .navbar {
  position: static !important;
  min-height: 77px;
  transition: 0.2s;
  background: #1f4403;
  display: flex;
  flex-direction: column;
}
.cid-u4Qd1cvHP4 .navbar.opened {
  transition: all 0.2s;
  background: #1f4403 !important;
}
.cid-u4Qd1cvHP4 .navbar .dropdown-item {
  transition: all 0.2s;
  padding: 0.3rem 1.5rem;
  border-bottom: 1px solid #e6e6e6;
  color: #132c70;
  background: #ffffff !important;
}
.cid-u4Qd1cvHP4 .navbar .dropdown-item:hover {
  padding-left: 2rem;
}
.cid-u4Qd1cvHP4 .navbar .dropdown-item:focus border {
  outline: none;
}
.cid-u4Qd1cvHP4 .navbar .navbar-collapse {
  justify-content: flex-end;
  z-index: 1;
}
.cid-u4Qd1cvHP4 .navbar .dropdown-menu {
  min-width: 300px;
  padding: 3px 0 0 0;
  box-shadow: 5px 5px 18px 0px rgba(217, 220, 242, 0.98);
  background: transparent !important;
}
.cid-u4Qd1cvHP4 .navbar .dropdown-menu > .dropdown-item:first-child {
  border-top: 2px solid #ffffff;
}
.cid-u4Qd1cvHP4 .navbar .dropdown-menu .dropdown-submenu {
  padding-top: 0px;
}
.cid-u4Qd1cvHP4 .navbar.collapsed.opened .dropdown-menu {
  top: 0;
}
@media (min-width: 992px) {
  .cid-u4Qd1cvHP4 .navbar.collapsed.opened:not(.navbar-short) .navbar-collapse {
    max-height: 86.81428571vh;
  }
}
.cid-u4Qd1cvHP4 .navbar.collapsed .dropdown-menu {
  width: auto;
  padding: 1rem 0 1rem 0;
  border-top: none !important;
  background: transparent !important;
}
.cid-u4Qd1cvHP4 .navbar.collapsed .dropdown-menu .dropdown-submenu {
  left: 0 !important;
}
.cid-u4Qd1cvHP4 .navbar.collapsed .dropdown-menu .dropdown-item:after {
  right: auto;
}
.cid-u4Qd1cvHP4 .navbar.collapsed .dropdown-menu .dropdown-toggle[data-toggle="dropdown-submenu"]:after {
  margin-left: 0.25rem;
  border-top: 0.35em solid;
  border-right: 0.35em solid transparent;
  border-left: 0.35em solid transparent;
  border-bottom: 0;
  top: 55%;
}
.cid-u4Qd1cvHP4 .navbar.collapsed .nav-dropdown .link.dropdown-toggle[aria-expanded="true"] {
  padding: 0.667em 1.667em;
}
.cid-u4Qd1cvHP4 .navbar.collapsed .nav-dropdown .link {
  margin: 0.667em 1.2em;
}
.cid-u4Qd1cvHP4 .navbar.collapsed ul.navbar-nav li {
  margin: auto;
}
.cid-u4Qd1cvHP4 .navbar.collapsed .dropdown-menu .dropdown-item {
  padding: 0.25rem 1.5rem;
  text-align: center;
  border-bottom: none !important;
  background: transparent !important;
  color: inherit !important;
}
.cid-u4Qd1cvHP4 .navbar.collapsed .dropdown-menu .dropdown-item:first-child {
  border-top: none;
}
@media (max-width: 991px) {
  .cid-u4Qd1cvHP4 .navbar {
    flex-direction: row;
    justify-content: space-between;
  }
  .cid-u4Qd1cvHP4 .navbar.opened .dropdown-menu {
    top: 0;
  }
  .cid-u4Qd1cvHP4 .navbar .dropdown-menu {
    width: auto;
    padding: 1rem 0 1rem 0;
    background: transparent !important;
    border-top: none !important;
  }
  .cid-u4Qd1cvHP4 .navbar .dropdown-menu .dropdown-submenu {
    left: 0 !important;
  }
  .cid-u4Qd1cvHP4 .navbar .dropdown-menu .dropdown-item:after {
    right: auto;
  }
  .cid-u4Qd1cvHP4 .navbar .dropdown-menu .dropdown-toggle[data-toggle="dropdown-submenu"]:after {
    margin-left: 0.25rem;
    border-top: 0.35em solid;
    border-right: 0.35em solid transparent;
    border-left: 0.35em solid transparent;
    border-bottom: 0;
    top: 55%;
  }
  .cid-u4Qd1cvHP4 .navbar .nav-dropdown .link.dropdown-toggle[aria-expanded="true"] {
    padding: 0.667em 1.667em;
  }
  .cid-u4Qd1cvHP4 .navbar .nav-dropdown .link {
    margin: 0.667em 1.2em;
  }
  .cid-u4Qd1cvHP4 .navbar ul.navbar-nav li {
    margin: auto;
  }
  .cid-u4Qd1cvHP4 .navbar .dropdown-menu .dropdown-item {
    padding: 0.25rem 1.5rem;
    text-align: center;
    border-bottom: none !important;
    background: transparent !important;
  }
  .cid-u4Qd1cvHP4 .navbar .dropdown-menu .dropdown-item:first-child {
    border-top: none;
  }
  .cid-u4Qd1cvHP4 .navbar .navbar-brand {
    flex-shrink: initial;
    flex-basis: auto;
    word-break: break-word;
    flex-direction: row;
    justify-content: space-between;
    margin-top: 1rem;
  }
  .cid-u4Qd1cvHP4 .navbar .navbar-toggler {
    -webkit-flex-basis: auto;
    flex-basis: auto;
  }
  .cid-u4Qd1cvHP4 .navbar .social-block {
    display: none;
  }
}
@media (max-width: 1200px) {
  .cid-u4Qd1cvHP4 .navbar.navbar-short {
    min-height: 60px;
  }
}
@media (min-width: 1200px) {
  .cid-u4Qd1cvHP4 .navbar.navbar-short {
    min-height: 60px;
  }
}
.cid-u4Qd1cvHP4 .navbar.navbar-short .social-block {
  top: 1rem;
}
.cid-u4Qd1cvHP4 .navbar.navbar-short .navbar-logo img {
  height: 3rem !important;
  width: auto;
}
.cid-u4Qd1cvHP4 .navbar.navbar-short .navbar-brand {
  padding: 0;
  margin-bottom: 0;
  height: 0px;
  opacity: 0;
  min-height: 0px;
}
.cid-u4Qd1cvHP4 .navbar-brand {
  height: 7.1rem;
  min-height: 1.8rem;
  flex-shrink: 0;
  align-items: center;
  margin-right: 0;
  padding: 0;
  transition: all 0.2s;
  word-break: break-word;
  z-index: 1;
  display: flex;
  margin-bottom: 1rem;
  opacity: 1;
}
.cid-u4Qd1cvHP4 .navbar-brand .navbar-caption {
  line-height: inherit !important;
}
.cid-u4Qd1cvHP4 .navbar-brand .navbar-logo a {
  outline: none;
}
.cid-u4Qd1cvHP4 .navbar-brand .navbar-logo a img {
  width: auto;
}
.cid-u4Qd1cvHP4 .dropdown-item.active,
.cid-u4Qd1cvHP4 .dropdown-item:active {
  background-color: transparent;
}
.cid-u4Qd1cvHP4 .navbar-expand-lg .navbar-nav .nav-link {
  padding: 0;
  line-height: 1;
  letter-spacing: 1px;
}
.cid-u4Qd1cvHP4 .nav-dropdown .link.dropdown-toggle {
  margin-right: 1.667em;
}
.cid-u4Qd1cvHP4 .nav-dropdown .link.dropdown-toggle[aria-expanded="true"] {
  margin-right: 0;
  padding: 0.667em 1.667em;
}
.cid-u4Qd1cvHP4 .navbar.navbar-expand-lg .dropdown .dropdown-menu {
  background: #1f4403;
}
.cid-u4Qd1cvHP4 .navbar.navbar-expand-lg .dropdown .dropdown-menu .dropdown-submenu {
  margin: -2px 0 0 0;
  left: 100%;
}
.cid-u4Qd1cvHP4 .navbar .dropdown.open > .dropdown-menu {
  display: block;
}
.cid-u4Qd1cvHP4 ul.navbar-nav {
  flex-wrap: wrap;
  -webkit-flex-wrap: wrap;
}
.cid-u4Qd1cvHP4 .navbar-buttons {
  text-align: center;
}
.cid-u4Qd1cvHP4 button.navbar-toggler {
  outline: none;
  width: 31px;
  height: 20px;
  cursor: pointer;
  transition: all 0.2s;
  position: relative;
  -webkit-align-self: center;
  align-self: center;
}
.cid-u4Qd1cvHP4 button.navbar-toggler .hamburger span {
  position: absolute;
  right: 0;
  width: 30px;
  height: 2px;
  border-right: 5px;
  background-color: #ffa600;
}
.cid-u4Qd1cvHP4 button.navbar-toggler .hamburger span:nth-child(1) {
  top: 0;
  transition: all 0.2s;
}
.cid-u4Qd1cvHP4 button.navbar-toggler .hamburger span:nth-child(2) {
  top: 8px;
  transition: all 0.2s;
}
.cid-u4Qd1cvHP4 button.navbar-toggler .hamburger span:nth-child(3) {
  top: 8px;
  transition: all 0.2s;
}
.cid-u4Qd1cvHP4 button.navbar-toggler .hamburger span:nth-child(4) {
  top: 16px;
  transition: all 0.2s;
}
.cid-u4Qd1cvHP4 nav.opened .hamburger span:nth-child(1) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-u4Qd1cvHP4 nav.opened .hamburger span:nth-child(2) {
  transform: rotate(45deg);
  transition: all 0.2s;
}
.cid-u4Qd1cvHP4 nav.opened .hamburger span:nth-child(3) {
  transform: rotate(-45deg);
  transition: all 0.2s;
}
.cid-u4Qd1cvHP4 nav.opened .hamburger span:nth-child(4) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-u4Qd1cvHP4 a.nav-link {
  display: flex;
  align-items: center;
  justify-content: center;
  outline: none;
}
.cid-u4Qd1cvHP4 .mbr-iconfont {
  font-size: 1.3rem;
  padding-right: 0.5rem;
  color: #132c70;
}
.cid-u4Qd1cvHP4 .nav-dropdown .link.dropdown-toggle[aria-expanded="true"] {
  padding: 1.667em 1.667em;
}
.cid-u4Qd1cvHP4 .nav-dropdown .link {
  margin: 1.667em 1.2em;
  font-weight: 700;
}
.cid-u4Qd1cvHP4 .nav-link:hover,
.cid-u4Qd1cvHP4 .dropdown-item:hover {
  color: #c1c1c1 !important;
}
.cid-u4Qd1cvHP4 .social-block {
  display: flex;
  justify-content: space-between;
  width: 100%;
  position: absolute;
  top: 2.5rem;
  max-width: 1300px;
  transition: 0.2s;
}
.cid-u4Qd1cvHP4 .social {
  display: flex;
  flex-direction: row;
  margin-left: 2rem;
}
.cid-u4Qd1cvHP4 .social-2 {
  display: flex;
  flex-direction: row;
  margin-right: 1.5rem;
}
.cid-u4QnAjfkZQ {
  padding-top: 6rem;
  padding-bottom: 3rem;
  background-image: url("../../../assets/images/outdoorboundtvbackground-1920x1080.jpg");
}
.cid-u4QnAjfkZQ .content-head {
  max-width: 800px;
}
.cid-u4QnAjfkZQ .mbr-text,
.cid-u4QnAjfkZQ .mbr-section-btn {
  color: #ffffff;
}
.cid-u4QnAjfkZQ .mbr-section-title {
  color: #ffffff;
  text-align: center;
}
.cid-u6tdczY5ZU {
  padding-top: 0rem;
  padding-bottom: 0rem;
  overflow: hidden;
  background-color: #001505;
}
.cid-u6tdczY5ZU .title-wrapper .mbr-section-title {
  margin: 55px;
}
@media (max-width: 992px) {
  .cid-u6tdczY5ZU .title-wrapper .mbr-section-title {
    margin-bottom: 32px;
  }
}
.cid-u6tdczY5ZU .container-fluid {
  padding: 0 56px;
}
@media (max-width: 992px) {
  .cid-u6tdczY5ZU .container-fluid {
    padding: 0 22px;
  }
}
@media (max-width: 992px) {
  .cid-u6tdczY5ZU .container {
    padding: 0 22px;
  }
}
.cid-u6tdczY5ZU .embla__slide {
  display: flex;
  justify-content: center;
  position: relative;
  min-width: 212px;
  max-width: 212px;
}
@media (max-width: 767px) {
  .cid-u6tdczY5ZU .embla__slide {
    min-width: 100%;
    max-width: 100%;
  }
}
.cid-u6tdczY5ZU .embla__slide .slide-content {
  display: flex;
  align-items: center;
  justify-content: space-between;
}
@media (max-width: 992px) {
  .cid-u6tdczY5ZU .embla__slide .slide-content {
    display: block;
  }
}
.cid-u6tdczY5ZU .embla__slide .slide-content .item-wrapper .item-img {
  display: flex;
  align-items: center;
  justify-content: center;
}
.cid-u6tdczY5ZU .embla__slide .slide-content .item-wrapper .item-img img {
  height: 180px;
  object-fit: contain;
  border-radius: 0 !important;
}
.cid-u6tdczY5ZU .embla__button--next,
.cid-u6tdczY5ZU .embla__button--prev {
  display: flex;
}
.cid-u6tdczY5ZU .embla__button {
  bottom: 0;
  width: 48px;
  height: 32px;
  margin-top: -1.5rem;
  font-size: 32px;
  background-color: transparent !important;
  color: #ffa600 !important;
  border: none !important;
  border-radius: 0;
  transition: all 0.3s;
  position: absolute;
  display: flex;
  justify-content: center;
  align-items: center;
  opacity: 1 !important;
}
.cid-u6tdczY5ZU .embla__button:disabled {
  cursor: default;
  display: none;
}
.cid-u6tdczY5ZU .embla__button:hover {
  color: #ff5753 !important;
}
.cid-u6tdczY5ZU .embla__button.embla__button--prev {
  left: 45%;
}
@media (max-width: 992px) {
  .cid-u6tdczY5ZU .embla__button.embla__button--prev {
    left: auto;
    right: 4rem;
  }
}
.cid-u6tdczY5ZU .embla__button.embla__button--next {
  right: 45%;
}
@media (max-width: 992px) {
  .cid-u6tdczY5ZU .embla__button.embla__button--next {
    right: 0;
  }
}
.cid-u6tdczY5ZU .embla {
  position: relative;
  width: 100%;
  padding-bottom: 2rem;
}
.cid-u6tdczY5ZU .embla__viewport {
  width: 100%;
  margin-right: 1rem;
}
.cid-u6tdczY5ZU .embla__viewport.is-draggable {
  cursor: grab;
}
.cid-u6tdczY5ZU .embla__viewport.is-dragging {
  cursor: grabbing;
}
.cid-u6tdczY5ZU .embla__container {
  display: flex;
  user-select: none;
  -webkit-touch-callout: none;
  -khtml-user-select: none;
  -webkit-tap-highlight-color: transparent;
}
.cid-u6tdczY5ZU .mbr-section-title {
  color: #ffa600;
  text-align: center;
}
.cid-u57Xh4UJwX {
  padding-top: 6rem;
  padding-bottom: 6rem;
  background-image: url("../../../assets/images/img-20231114.jpg");
}
.cid-u57Xh4UJwX .row {
  flex-direction: row-reverse;
}
.cid-u57Xh4UJwX .mbr-fallback-image.disabled {
  display: none;
}
.cid-u57Xh4UJwX .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-u57Xh4UJwX .mbr-description {
  text-align: left;
}
.cid-u57Xh4UJwX .item-wrapper {
  background: #ffffff;
  margin-bottom: 2rem;
  padding: 2.25rem 2.25rem 1rem 2.25rem;
}
@media (max-width: 767px) {
  .cid-u57Xh4UJwX .item-wrapper {
    padding: 2rem 1.5rem 0.5rem 1.5rem;
    margin-bottom: 1rem;
  }
}
@media (min-width: 992px) and (max-width: 1200px) {
  .cid-u57Xh4UJwX .item-wrapper {
    padding: 2rem 1.5rem 0.5rem 1.5rem;
    margin-bottom: 1rem;
  }
}
.cid-u57Xh4UJwX .card-title,
.cid-u57Xh4UJwX .iconfont-wrapper {
  color: #000000;
}
.cid-u57Xh4UJwX .card-text {
  color: #000000;
}
.cid-u57Xh4UJwX .mbr-section-title {
  color: #ffffff;
  text-align: center;
}
.cid-u57Xh4UJwX .mbr-text,
.cid-u57Xh4UJwX .mbr-section-btn {
  text-align: left;
  color: #633700;
}
.cid-u57Xh4UJwX .card-text,
.cid-u57Xh4UJwX .item .mbr-section-btn {
  text-align: left;
}
.cid-u57Xh4UJwX .counter-container ul {
  margin: 0;
  padding-left: 2.25rem;
  list-style: none;
}
.cid-u57Xh4UJwX .counter-container ul li {
  position: relative;
  list-style: none;
  margin-bottom: 2rem;
}
.cid-u57Xh4UJwX .counter-container ul li:before {
  position: absolute;
  left: -1.5em;
  content: "";
  display: flex;
  justify-content: center;
  align-items: center;
  color: #c67207;
  background-color: #c67207;
  width: 0.5em;
  height: 0.5em;
  top: 0.4em;
  border-radius: 50%;
}
.cid-u57Xh4UJwX .mbr-text UL {
  text-align: left;
}
.cid-u57Xh4UJwX .mbr-text {
  color: #000000;
}
.cid-u6tsb6vnnJ {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-color: #001505;
}
.cid-u6tsb6vnnJ .mbr-fallback-image.disabled {
  display: none;
}
.cid-u6tsb6vnnJ .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
@media (max-width: 992px) {
  .cid-u6tsb6vnnJ .container {
    padding: 0 16px;
  }
}
.cid-u6tsb6vnnJ .card {
  display: flex;
  flex-direction: column;
  justify-content: space-between;
}
@media (max-width: 992px) {
  .cid-u6tsb6vnnJ .card {
    margin-bottom: 40px;
  }
}
.cid-u6tsb6vnnJ .card .content-wrapper .title-wrapper .title-wrap {
  display: inline-flex;
  align-items: center;
  margin-bottom: 16px;
}
@media (max-width: 992px) {
  .cid-u6tsb6vnnJ .card .content-wrapper .title-wrapper .title-wrap {
    margin-bottom: 40px;
  }
}
.cid-u6tsb6vnnJ .card .content-wrapper .title-wrapper .title-wrap img {
  width: 42px;
  height: 42px;
  object-fit: contain;
  margin-right: 1rem;
}
.cid-u6tsb6vnnJ .card .content-wrapper .title-wrapper .title-wrap .mbr-section-title {
  margin-bottom: 0;
}
.cid-u6tsb6vnnJ .card .content-wrapper .copyright {
  margin-bottom: 20px;
}
@media (max-width: 992px) {
  .cid-u6tsb6vnnJ .card .content-wrapper .copyright {
    margin-bottom: 40px;
  }
}
.cid-u6tsb6vnnJ .card .social-wrapper .social-wrap {
  display: inline-flex;
  flex-wrap: wrap;
}
.cid-u6tsb6vnnJ .card .social-wrapper .social-wrap .mbr-iconfont {
  font-size: 20px;
  margin-right: 48px;
  color: #ffffff;
}
.cid-u6tsb6vnnJ .social-wrapper .social-wrap {
  display: inline-flex;
  flex-wrap: wrap;
}
.cid-u6tsb6vnnJ .social-wrapper .social-wrap .mbr-iconfont {
  font-size: 20px;
  margin-right: 28px;
  color: #ffffff;
}
.cid-u6tsb6vnnJ .list-wrapper .mbr-card-title {
  margin-bottom: 16px;
}
.cid-u6tsb6vnnJ .list-wrapper .list {
  margin: 0;
  padding: 0;
  list-style-type: none;
}
.cid-u6tsb6vnnJ .list-wrapper .list .item-wrap {
  margin-bottom: 16px;
}
@media (max-width: 992px) {
  .cid-u6tsb6vnnJ .list-wrapper .list {
    margin-bottom: 40px;
  }
}
.cid-u6tsb6vnnJ .mbr-section-title {
  color: #ffffff;
}
.cid-u6tsb6vnnJ .copyright {
  color: #ffffff;
}
.cid-u6tsb6vnnJ .mbr-card-title {
  color: #ffffff;
}
.cid-u6tsb6vnnJ .list {
  color: #ffffff;
}
.cid-u6ty8NM3jT {
  position: sticky;
  top: 0;
  z-index: 11;
}
.cid-u6ty8NM3jT .navbar-dropdown {
  position: relative !important;
  top: 0;
  left: 0;
  padding: 0.5rem 1rem;
  position: fixed;
}
@media (max-width: 991px) {
  .cid-u6ty8NM3jT .navbar-dropdown {
    padding: 0 1rem;
  }
}
.cid-u6ty8NM3jT .navbar {
  position: static !important;
  min-height: 77px;
  transition: 0.2s;
  background: #1f4403;
  display: flex;
  flex-direction: column;
}
.cid-u6ty8NM3jT .navbar.opened {
  transition: all 0.2s;
  background: #1f4403 !important;
}
.cid-u6ty8NM3jT .navbar .dropdown-item {
  transition: all 0.2s;
  padding: 0.3rem 1.5rem;
  border-bottom: 1px solid #e6e6e6;
  color: #132c70;
  background: #ffffff !important;
}
.cid-u6ty8NM3jT .navbar .dropdown-item:hover {
  padding-left: 2rem;
}
.cid-u6ty8NM3jT .navbar .dropdown-item:focus border {
  outline: none;
}
.cid-u6ty8NM3jT .navbar .navbar-collapse {
  justify-content: flex-end;
  z-index: 1;
}
.cid-u6ty8NM3jT .navbar .dropdown-menu {
  min-width: 300px;
  padding: 3px 0 0 0;
  box-shadow: 5px 5px 18px 0px rgba(217, 220, 242, 0.98);
  background: transparent !important;
}
.cid-u6ty8NM3jT .navbar .dropdown-menu > .dropdown-item:first-child {
  border-top: 2px solid #ffffff;
}
.cid-u6ty8NM3jT .navbar .dropdown-menu .dropdown-submenu {
  padding-top: 0px;
}
.cid-u6ty8NM3jT .navbar.collapsed.opened .dropdown-menu {
  top: 0;
}
@media (min-width: 992px) {
  .cid-u6ty8NM3jT .navbar.collapsed.opened:not(.navbar-short) .navbar-collapse {
    max-height: 86.81428571vh;
  }
}
.cid-u6ty8NM3jT .navbar.collapsed .dropdown-menu {
  width: auto;
  padding: 1rem 0 1rem 0;
  border-top: none !important;
  background: transparent !important;
}
.cid-u6ty8NM3jT .navbar.collapsed .dropdown-menu .dropdown-submenu {
  left: 0 !important;
}
.cid-u6ty8NM3jT .navbar.collapsed .dropdown-menu .dropdown-item:after {
  right: auto;
}
.cid-u6ty8NM3jT .navbar.collapsed .dropdown-menu .dropdown-toggle[data-toggle="dropdown-submenu"]:after {
  margin-left: 0.25rem;
  border-top: 0.35em solid;
  border-right: 0.35em solid transparent;
  border-left: 0.35em solid transparent;
  border-bottom: 0;
  top: 55%;
}
.cid-u6ty8NM3jT .navbar.collapsed .nav-dropdown .link.dropdown-toggle[aria-expanded="true"] {
  padding: 0.667em 1.667em;
}
.cid-u6ty8NM3jT .navbar.collapsed .nav-dropdown .link {
  margin: 0.667em 1.2em;
}
.cid-u6ty8NM3jT .navbar.collapsed ul.navbar-nav li {
  margin: auto;
}
.cid-u6ty8NM3jT .navbar.collapsed .dropdown-menu .dropdown-item {
  padding: 0.25rem 1.5rem;
  text-align: center;
  border-bottom: none !important;
  background: transparent !important;
  color: inherit !important;
}
.cid-u6ty8NM3jT .navbar.collapsed .dropdown-menu .dropdown-item:first-child {
  border-top: none;
}
@media (max-width: 991px) {
  .cid-u6ty8NM3jT .navbar {
    flex-direction: row;
    justify-content: space-between;
  }
  .cid-u6ty8NM3jT .navbar.opened .dropdown-menu {
    top: 0;
  }
  .cid-u6ty8NM3jT .navbar .dropdown-menu {
    width: auto;
    padding: 1rem 0 1rem 0;
    background: transparent !important;
    border-top: none !important;
  }
  .cid-u6ty8NM3jT .navbar .dropdown-menu .dropdown-submenu {
    left: 0 !important;
  }
  .cid-u6ty8NM3jT .navbar .dropdown-menu .dropdown-item:after {
    right: auto;
  }
  .cid-u6ty8NM3jT .navbar .dropdown-menu .dropdown-toggle[data-toggle="dropdown-submenu"]:after {
    margin-left: 0.25rem;
    border-top: 0.35em solid;
    border-right: 0.35em solid transparent;
    border-left: 0.35em solid transparent;
    border-bottom: 0;
    top: 55%;
  }
  .cid-u6ty8NM3jT .navbar .nav-dropdown .link.dropdown-toggle[aria-expanded="true"] {
    padding: 0.667em 1.667em;
  }
  .cid-u6ty8NM3jT .navbar .nav-dropdown .link {
    margin: 0.667em 1.2em;
  }
  .cid-u6ty8NM3jT .navbar ul.navbar-nav li {
    margin: auto;
  }
  .cid-u6ty8NM3jT .navbar .dropdown-menu .dropdown-item {
    padding: 0.25rem 1.5rem;
    text-align: center;
    border-bottom: none !important;
    background: transparent !important;
  }
  .cid-u6ty8NM3jT .navbar .dropdown-menu .dropdown-item:first-child {
    border-top: none;
  }
  .cid-u6ty8NM3jT .navbar .navbar-brand {
    flex-shrink: initial;
    flex-basis: auto;
    word-break: break-word;
    flex-direction: row;
    justify-content: space-between;
    margin-top: 1rem;
  }
  .cid-u6ty8NM3jT .navbar .navbar-toggler {
    -webkit-flex-basis: auto;
    flex-basis: auto;
  }
  .cid-u6ty8NM3jT .navbar .social-block {
    display: none;
  }
}
@media (max-width: 1200px) {
  .cid-u6ty8NM3jT .navbar.navbar-short {
    min-height: 60px;
  }
}
@media (min-width: 1200px) {
  .cid-u6ty8NM3jT .navbar.navbar-short {
    min-height: 60px;
  }
}
.cid-u6ty8NM3jT .navbar.navbar-short .social-block {
  top: 1rem;
}
.cid-u6ty8NM3jT .navbar.navbar-short .navbar-logo img {
  height: 3rem !important;
  width: auto;
}
.cid-u6ty8NM3jT .navbar.navbar-short .navbar-brand {
  padding: 0;
  margin-bottom: 0;
  height: 0px;
  opacity: 0;
  min-height: 0px;
}
.cid-u6ty8NM3jT .navbar-brand {
  height: 7.1rem;
  min-height: 1.8rem;
  flex-shrink: 0;
  align-items: center;
  margin-right: 0;
  padding: 0;
  transition: all 0.2s;
  word-break: break-word;
  z-index: 1;
  display: flex;
  margin-bottom: 1rem;
  opacity: 1;
}
.cid-u6ty8NM3jT .navbar-brand .navbar-caption {
  line-height: inherit !important;
}
.cid-u6ty8NM3jT .navbar-brand .navbar-logo a {
  outline: none;
}
.cid-u6ty8NM3jT .navbar-brand .navbar-logo a img {
  width: auto;
}
.cid-u6ty8NM3jT .dropdown-item.active,
.cid-u6ty8NM3jT .dropdown-item:active {
  background-color: transparent;
}
.cid-u6ty8NM3jT .navbar-expand-lg .navbar-nav .nav-link {
  padding: 0;
  line-height: 1;
  letter-spacing: 1px;
}
.cid-u6ty8NM3jT .nav-dropdown .link.dropdown-toggle {
  margin-right: 1.667em;
}
.cid-u6ty8NM3jT .nav-dropdown .link.dropdown-toggle[aria-expanded="true"] {
  margin-right: 0;
  padding: 0.667em 1.667em;
}
.cid-u6ty8NM3jT .navbar.navbar-expand-lg .dropdown .dropdown-menu {
  background: #1f4403;
}
.cid-u6ty8NM3jT .navbar.navbar-expand-lg .dropdown .dropdown-menu .dropdown-submenu {
  margin: -2px 0 0 0;
  left: 100%;
}
.cid-u6ty8NM3jT .navbar .dropdown.open > .dropdown-menu {
  display: block;
}
.cid-u6ty8NM3jT ul.navbar-nav {
  flex-wrap: wrap;
  -webkit-flex-wrap: wrap;
}
.cid-u6ty8NM3jT .navbar-buttons {
  text-align: center;
}
.cid-u6ty8NM3jT button.navbar-toggler {
  outline: none;
  width: 31px;
  height: 20px;
  cursor: pointer;
  transition: all 0.2s;
  position: relative;
  -webkit-align-self: center;
  align-self: center;
}
.cid-u6ty8NM3jT button.navbar-toggler .hamburger span {
  position: absolute;
  right: 0;
  width: 30px;
  height: 2px;
  border-right: 5px;
  background-color: #ffa600;
}
.cid-u6ty8NM3jT button.navbar-toggler .hamburger span:nth-child(1) {
  top: 0;
  transition: all 0.2s;
}
.cid-u6ty8NM3jT button.navbar-toggler .hamburger span:nth-child(2) {
  top: 8px;
  transition: all 0.2s;
}
.cid-u6ty8NM3jT button.navbar-toggler .hamburger span:nth-child(3) {
  top: 8px;
  transition: all 0.2s;
}
.cid-u6ty8NM3jT button.navbar-toggler .hamburger span:nth-child(4) {
  top: 16px;
  transition: all 0.2s;
}
.cid-u6ty8NM3jT nav.opened .hamburger span:nth-child(1) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-u6ty8NM3jT nav.opened .hamburger span:nth-child(2) {
  transform: rotate(45deg);
  transition: all 0.2s;
}
.cid-u6ty8NM3jT nav.opened .hamburger span:nth-child(3) {
  transform: rotate(-45deg);
  transition: all 0.2s;
}
.cid-u6ty8NM3jT nav.opened .hamburger span:nth-child(4) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-u6ty8NM3jT a.nav-link {
  display: flex;
  align-items: center;
  justify-content: center;
  outline: none;
}
.cid-u6ty8NM3jT .mbr-iconfont {
  font-size: 1.3rem;
  padding-right: 0.5rem;
  color: #132c70;
}
.cid-u6ty8NM3jT .nav-dropdown .link.dropdown-toggle[aria-expanded="true"] {
  padding: 1.667em 1.667em;
}
.cid-u6ty8NM3jT .nav-dropdown .link {
  margin: 1.667em 1.2em;
  font-weight: 700;
}
.cid-u6ty8NM3jT .nav-link:hover,
.cid-u6ty8NM3jT .dropdown-item:hover {
  color: #c1c1c1 !important;
}
.cid-u6ty8NM3jT .social-block {
  display: flex;
  justify-content: space-between;
  width: 100%;
  position: absolute;
  top: 2.5rem;
  max-width: 1300px;
  transition: 0.2s;
}
.cid-u6ty8NM3jT .social {
  display: flex;
  flex-direction: row;
  margin-left: 2rem;
}
.cid-u6ty8NM3jT .social-2 {
  display: flex;
  flex-direction: row;
  margin-right: 1.5rem;
}
.cid-u6tzCXxUiy {
  padding-top: 6rem;
  padding-bottom: 6rem;
  background-color: #000000;
}
.cid-u6tzCXxUiy .mbr-fallback-image.disabled {
  display: none;
}
.cid-u6tzCXxUiy .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
@media (max-width: 991px) {
  .cid-u6tzCXxUiy .image-wrapper {
    margin-bottom: 1rem;
  }
}
.cid-u6tzCXxUiy .row {
  align-items: center;
}
@media (max-width: 991px) {
  .cid-u6tzCXxUiy .image-wrapper {
    padding: 1rem;
  }
}
@media (min-width: 992px) {
  .cid-u6tzCXxUiy .text-wrapper {
    padding: 0 2rem;
  }
}
.cid-u6tzCXxUiy .mbr-section-title {
  color: #ffa600;
}
.cid-u6tzCXxUiy .mbr-text,
.cid-u6tzCXxUiy .mbr-section-btn {
  color: #ffffff;
}
.cid-u6tBQFoB0O {
  padding-top: 2rem;
  padding-bottom: 3rem;
  background-color: #000000;
}
.cid-u6tBQFoB0O img {
  display: inline;
  border: 8px solid #ffffff;
  border-radius: 25px;
}
.cid-u6tBQFoB0O .col-12 {
  display: flex;
  justify-content: center;
  align-items: center;
  flex-wrap: nowrap;
}
.cid-u6tBQFoB0O .first {
  transform: rotate(10deg);
  max-height: 317px;
  width: auto;
}
.cid-u6tBQFoB0O .second {
  transform: rotate(356deg);
  max-height: 390px;
  width: auto;
  z-index: 5;
}
.cid-u6tBQFoB0O .third {
  transform: rotate(5deg);
  max-height: 476px;
  width: auto;
  z-index: 10;
}
.cid-u6tBQFoB0O .fourth {
  transform: rotate(356deg);
  max-height: 390px;
  width: auto;
  z-index: 5;
}
.cid-u6tBQFoB0O .fifth {
  transform: rotate(350deg);
  max-height: 317px;
  width: auto;
}
@media (max-width: 1400px) {
  .cid-u6tBQFoB0O .first {
    max-height: 250px;
  }
  .cid-u6tBQFoB0O .second {
    max-height: 323px;
  }
  .cid-u6tBQFoB0O .third {
    max-height: 408px;
  }
  .cid-u6tBQFoB0O .fourth {
    max-height: 323px;
  }
  .cid-u6tBQFoB0O .fifth {
    max-height: 250px;
  }
}
@media (max-width: 1100px) {
  .cid-u6tBQFoB0O .first {
    max-height: 200px;
  }
  .cid-u6tBQFoB0O .second {
    max-height: 270px;
  }
  .cid-u6tBQFoB0O .third {
    max-height: 350px;
  }
  .cid-u6tBQFoB0O .fourth {
    max-height: 270px;
  }
  .cid-u6tBQFoB0O .fifth {
    max-height: 200px;
  }
}
@media (max-width: 900px) {
  .cid-u6tBQFoB0O .first {
    display: none;
  }
  .cid-u6tBQFoB0O .second {
    max-height: 323px;
  }
  .cid-u6tBQFoB0O .third {
    max-height: 408px;
  }
  .cid-u6tBQFoB0O .fourth {
    max-height: 323px;
  }
  .cid-u6tBQFoB0O .fifth {
    display: none;
  }
}
@media (max-width: 765px) {
  .cid-u6tBQFoB0O .second {
    max-height: 250px;
  }
  .cid-u6tBQFoB0O .third {
    max-height: 340px;
  }
  .cid-u6tBQFoB0O .fourth {
    max-height: 250px;
  }
}
@media (max-width: 650px) {
  .cid-u6tBQFoB0O .second {
    max-height: 180px;
  }
  .cid-u6tBQFoB0O .third {
    max-height: 270px;
  }
  .cid-u6tBQFoB0O .fourth {
    max-height: 180px;
  }
}
@media (max-width: 465px) {
  .cid-u6tBQFoB0O .second {
    display: none;
  }
  .cid-u6tBQFoB0O .third {
    max-height: initial;
    width: 90%;
  }
  .cid-u6tBQFoB0O .fourth {
    display: none;
  }
}
.cid-u6ty8R2js9 {
  padding-top: 2rem;
  padding-bottom: 0rem;
  background-color: #001505;
}
.cid-u6ty8R2js9 .mbr-fallback-image.disabled {
  display: none;
}
.cid-u6ty8R2js9 .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
@media (max-width: 992px) {
  .cid-u6ty8R2js9 .container {
    padding: 0 16px;
  }
}
.cid-u6ty8R2js9 .card {
  display: flex;
  flex-direction: column;
  justify-content: space-between;
}
@media (max-width: 992px) {
  .cid-u6ty8R2js9 .card {
    margin-bottom: 40px;
  }
}
.cid-u6ty8R2js9 .card .content-wrapper .title-wrapper .title-wrap {
  display: inline-flex;
  align-items: center;
  margin-bottom: 16px;
}
@media (max-width: 992px) {
  .cid-u6ty8R2js9 .card .content-wrapper .title-wrapper .title-wrap {
    margin-bottom: 40px;
  }
}
.cid-u6ty8R2js9 .card .content-wrapper .title-wrapper .title-wrap img {
  width: 42px;
  height: 42px;
  object-fit: contain;
  margin-right: 1rem;
}
.cid-u6ty8R2js9 .card .content-wrapper .title-wrapper .title-wrap .mbr-section-title {
  margin-bottom: 0;
}
.cid-u6ty8R2js9 .card .content-wrapper .copyright {
  margin-bottom: 20px;
}
@media (max-width: 992px) {
  .cid-u6ty8R2js9 .card .content-wrapper .copyright {
    margin-bottom: 40px;
  }
}
.cid-u6ty8R2js9 .card .social-wrapper .social-wrap {
  display: inline-flex;
  flex-wrap: wrap;
}
.cid-u6ty8R2js9 .card .social-wrapper .social-wrap .mbr-iconfont {
  font-size: 20px;
  margin-right: 48px;
  color: #ffffff;
}
.cid-u6ty8R2js9 .social-wrapper .social-wrap {
  display: inline-flex;
  flex-wrap: wrap;
}
.cid-u6ty8R2js9 .social-wrapper .social-wrap .mbr-iconfont {
  font-size: 20px;
  margin-right: 28px;
  color: #ffffff;
}
.cid-u6ty8R2js9 .list-wrapper .mbr-card-title {
  margin-bottom: 16px;
}
.cid-u6ty8R2js9 .list-wrapper .list {
  margin: 0;
  padding: 0;
  list-style-type: none;
}
.cid-u6ty8R2js9 .list-wrapper .list .item-wrap {
  margin-bottom: 16px;
}
@media (max-width: 992px) {
  .cid-u6ty8R2js9 .list-wrapper .list {
    margin-bottom: 40px;
  }
}
.cid-u6ty8R2js9 .mbr-section-title {
  color: #ffffff;
}
.cid-u6ty8R2js9 .copyright {
  color: #ffffff;
}
.cid-u6ty8R2js9 .mbr-card-title {
  color: #ffffff;
}
.cid-u6ty8R2js9 .list {
  color: #ffffff;
}
.cid-u6tIABKYVf {
  position: sticky;
  top: 0;
  z-index: 11;
}
.cid-u6tIABKYVf .navbar-dropdown {
  position: relative !important;
  top: 0;
  left: 0;
  padding: 0.5rem 1rem;
  position: fixed;
}
@media (max-width: 991px) {
  .cid-u6tIABKYVf .navbar-dropdown {
    padding: 0 1rem;
  }
}
.cid-u6tIABKYVf .navbar {
  position: static !important;
  min-height: 77px;
  transition: 0.2s;
  background: #1f4403;
  display: flex;
  flex-direction: column;
}
.cid-u6tIABKYVf .navbar.opened {
  transition: all 0.2s;
  background: #1f4403 !important;
}
.cid-u6tIABKYVf .navbar .dropdown-item {
  transition: all 0.2s;
  padding: 0.3rem 1.5rem;
  border-bottom: 1px solid #e6e6e6;
  color: #132c70;
  background: #ffffff !important;
}
.cid-u6tIABKYVf .navbar .dropdown-item:hover {
  padding-left: 2rem;
}
.cid-u6tIABKYVf .navbar .dropdown-item:focus border {
  outline: none;
}
.cid-u6tIABKYVf .navbar .navbar-collapse {
  justify-content: flex-end;
  z-index: 1;
}
.cid-u6tIABKYVf .navbar .dropdown-menu {
  min-width: 300px;
  padding: 3px 0 0 0;
  box-shadow: 5px 5px 18px 0px rgba(217, 220, 242, 0.98);
  background: transparent !important;
}
.cid-u6tIABKYVf .navbar .dropdown-menu > .dropdown-item:first-child {
  border-top: 2px solid #ffffff;
}
.cid-u6tIABKYVf .navbar .dropdown-menu .dropdown-submenu {
  padding-top: 0px;
}
.cid-u6tIABKYVf .navbar.collapsed.opened .dropdown-menu {
  top: 0;
}
@media (min-width: 992px) {
  .cid-u6tIABKYVf .navbar.collapsed.opened:not(.navbar-short) .navbar-collapse {
    max-height: 86.81428571vh;
  }
}
.cid-u6tIABKYVf .navbar.collapsed .dropdown-menu {
  width: auto;
  padding: 1rem 0 1rem 0;
  border-top: none !important;
  background: transparent !important;
}
.cid-u6tIABKYVf .navbar.collapsed .dropdown-menu .dropdown-submenu {
  left: 0 !important;
}
.cid-u6tIABKYVf .navbar.collapsed .dropdown-menu .dropdown-item:after {
  right: auto;
}
.cid-u6tIABKYVf .navbar.collapsed .dropdown-menu .dropdown-toggle[data-toggle="dropdown-submenu"]:after {
  margin-left: 0.25rem;
  border-top: 0.35em solid;
  border-right: 0.35em solid transparent;
  border-left: 0.35em solid transparent;
  border-bottom: 0;
  top: 55%;
}
.cid-u6tIABKYVf .navbar.collapsed .nav-dropdown .link.dropdown-toggle[aria-expanded="true"] {
  padding: 0.667em 1.667em;
}
.cid-u6tIABKYVf .navbar.collapsed .nav-dropdown .link {
  margin: 0.667em 1.2em;
}
.cid-u6tIABKYVf .navbar.collapsed ul.navbar-nav li {
  margin: auto;
}
.cid-u6tIABKYVf .navbar.collapsed .dropdown-menu .dropdown-item {
  padding: 0.25rem 1.5rem;
  text-align: center;
  border-bottom: none !important;
  background: transparent !important;
  color: inherit !important;
}
.cid-u6tIABKYVf .navbar.collapsed .dropdown-menu .dropdown-item:first-child {
  border-top: none;
}
@media (max-width: 991px) {
  .cid-u6tIABKYVf .navbar {
    flex-direction: row;
    justify-content: space-between;
  }
  .cid-u6tIABKYVf .navbar.opened .dropdown-menu {
    top: 0;
  }
  .cid-u6tIABKYVf .navbar .dropdown-menu {
    width: auto;
    padding: 1rem 0 1rem 0;
    background: transparent !important;
    border-top: none !important;
  }
  .cid-u6tIABKYVf .navbar .dropdown-menu .dropdown-submenu {
    left: 0 !important;
  }
  .cid-u6tIABKYVf .navbar .dropdown-menu .dropdown-item:after {
    right: auto;
  }
  .cid-u6tIABKYVf .navbar .dropdown-menu .dropdown-toggle[data-toggle="dropdown-submenu"]:after {
    margin-left: 0.25rem;
    border-top: 0.35em solid;
    border-right: 0.35em solid transparent;
    border-left: 0.35em solid transparent;
    border-bottom: 0;
    top: 55%;
  }
  .cid-u6tIABKYVf .navbar .nav-dropdown .link.dropdown-toggle[aria-expanded="true"] {
    padding: 0.667em 1.667em;
  }
  .cid-u6tIABKYVf .navbar .nav-dropdown .link {
    margin: 0.667em 1.2em;
  }
  .cid-u6tIABKYVf .navbar ul.navbar-nav li {
    margin: auto;
  }
  .cid-u6tIABKYVf .navbar .dropdown-menu .dropdown-item {
    padding: 0.25rem 1.5rem;
    text-align: center;
    border-bottom: none !important;
    background: transparent !important;
  }
  .cid-u6tIABKYVf .navbar .dropdown-menu .dropdown-item:first-child {
    border-top: none;
  }
  .cid-u6tIABKYVf .navbar .navbar-brand {
    flex-shrink: initial;
    flex-basis: auto;
    word-break: break-word;
    flex-direction: row;
    justify-content: space-between;
    margin-top: 1rem;
  }
  .cid-u6tIABKYVf .navbar .navbar-toggler {
    -webkit-flex-basis: auto;
    flex-basis: auto;
  }
  .cid-u6tIABKYVf .navbar .social-block {
    display: none;
  }
}
@media (max-width: 1200px) {
  .cid-u6tIABKYVf .navbar.navbar-short {
    min-height: 60px;
  }
}
@media (min-width: 1200px) {
  .cid-u6tIABKYVf .navbar.navbar-short {
    min-height: 60px;
  }
}
.cid-u6tIABKYVf .navbar.navbar-short .social-block {
  top: 1rem;
}
.cid-u6tIABKYVf .navbar.navbar-short .navbar-logo img {
  height: 3rem !important;
  width: auto;
}
.cid-u6tIABKYVf .navbar.navbar-short .navbar-brand {
  padding: 0;
  margin-bottom: 0;
  height: 0px;
  opacity: 0;
  min-height: 0px;
}
.cid-u6tIABKYVf .navbar-brand {
  height: 7.1rem;
  min-height: 1.8rem;
  flex-shrink: 0;
  align-items: center;
  margin-right: 0;
  padding: 0;
  transition: all 0.2s;
  word-break: break-word;
  z-index: 1;
  display: flex;
  margin-bottom: 1rem;
  opacity: 1;
}
.cid-u6tIABKYVf .navbar-brand .navbar-caption {
  line-height: inherit !important;
}
.cid-u6tIABKYVf .navbar-brand .navbar-logo a {
  outline: none;
}
.cid-u6tIABKYVf .navbar-brand .navbar-logo a img {
  width: auto;
}
.cid-u6tIABKYVf .dropdown-item.active,
.cid-u6tIABKYVf .dropdown-item:active {
  background-color: transparent;
}
.cid-u6tIABKYVf .navbar-expand-lg .navbar-nav .nav-link {
  padding: 0;
  line-height: 1;
  letter-spacing: 1px;
}
.cid-u6tIABKYVf .nav-dropdown .link.dropdown-toggle {
  margin-right: 1.667em;
}
.cid-u6tIABKYVf .nav-dropdown .link.dropdown-toggle[aria-expanded="true"] {
  margin-right: 0;
  padding: 0.667em 1.667em;
}
.cid-u6tIABKYVf .navbar.navbar-expand-lg .dropdown .dropdown-menu {
  background: #1f4403;
}
.cid-u6tIABKYVf .navbar.navbar-expand-lg .dropdown .dropdown-menu .dropdown-submenu {
  margin: -2px 0 0 0;
  left: 100%;
}
.cid-u6tIABKYVf .navbar .dropdown.open > .dropdown-menu {
  display: block;
}
.cid-u6tIABKYVf ul.navbar-nav {
  flex-wrap: wrap;
  -webkit-flex-wrap: wrap;
}
.cid-u6tIABKYVf .navbar-buttons {
  text-align: center;
}
.cid-u6tIABKYVf button.navbar-toggler {
  outline: none;
  width: 31px;
  height: 20px;
  cursor: pointer;
  transition: all 0.2s;
  position: relative;
  -webkit-align-self: center;
  align-self: center;
}
.cid-u6tIABKYVf button.navbar-toggler .hamburger span {
  position: absolute;
  right: 0;
  width: 30px;
  height: 2px;
  border-right: 5px;
  background-color: #ffa600;
}
.cid-u6tIABKYVf button.navbar-toggler .hamburger span:nth-child(1) {
  top: 0;
  transition: all 0.2s;
}
.cid-u6tIABKYVf button.navbar-toggler .hamburger span:nth-child(2) {
  top: 8px;
  transition: all 0.2s;
}
.cid-u6tIABKYVf button.navbar-toggler .hamburger span:nth-child(3) {
  top: 8px;
  transition: all 0.2s;
}
.cid-u6tIABKYVf button.navbar-toggler .hamburger span:nth-child(4) {
  top: 16px;
  transition: all 0.2s;
}
.cid-u6tIABKYVf nav.opened .hamburger span:nth-child(1) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-u6tIABKYVf nav.opened .hamburger span:nth-child(2) {
  transform: rotate(45deg);
  transition: all 0.2s;
}
.cid-u6tIABKYVf nav.opened .hamburger span:nth-child(3) {
  transform: rotate(-45deg);
  transition: all 0.2s;
}
.cid-u6tIABKYVf nav.opened .hamburger span:nth-child(4) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-u6tIABKYVf a.nav-link {
  display: flex;
  align-items: center;
  justify-content: center;
  outline: none;
}
.cid-u6tIABKYVf .mbr-iconfont {
  font-size: 1.3rem;
  padding-right: 0.5rem;
  color: #132c70;
}
.cid-u6tIABKYVf .nav-dropdown .link.dropdown-toggle[aria-expanded="true"] {
  padding: 1.667em 1.667em;
}
.cid-u6tIABKYVf .nav-dropdown .link {
  margin: 1.667em 1.2em;
  font-weight: 700;
}
.cid-u6tIABKYVf .nav-link:hover,
.cid-u6tIABKYVf .dropdown-item:hover {
  color: #c1c1c1 !important;
}
.cid-u6tIABKYVf .social-block {
  display: flex;
  justify-content: space-between;
  width: 100%;
  position: absolute;
  top: 2.5rem;
  max-width: 1300px;
  transition: 0.2s;
}
.cid-u6tIABKYVf .social {
  display: flex;
  flex-direction: row;
  margin-left: 2rem;
}
.cid-u6tIABKYVf .social-2 {
  display: flex;
  flex-direction: row;
  margin-right: 1.5rem;
}
.cid-u6tKuErrVM {
  display: flex;
  padding-top: 6rem;
  padding-bottom: 6rem;
  background-image: url("../../../assets/images/img-20231114-094803513-hdr-1200x903.jpg");
}
.cid-u6tKuErrVM .mbr-overlay {
  background-color: #000000;
  opacity: 0.5;
}
.cid-u6tKuErrVM .content-wrap {
  padding: 5rem 1rem;
}
@media (min-width: 992px) {
  .cid-u6tKuErrVM .content-wrap {
    padding: 5rem 3rem;
  }
}
@media (min-width: 768px) {
  .cid-u6tKuErrVM {
    align-items: center;
  }
  .cid-u6tKuErrVM .row {
    justify-content: center;
  }
}
@media (max-width: 991px) and (min-width: 768px) {
  .cid-u6tKuErrVM .content-wrap {
    min-width: 50%;
  }
}
@media (max-width: 767px) {
  .cid-u6tKuErrVM {
    -webkit-align-items: center;
    align-items: center;
  }
  .cid-u6tKuErrVM .mbr-row {
    -webkit-justify-content: center;
    justify-content: center;
  }
  .cid-u6tKuErrVM .content-wrap {
    width: 100%;
  }
}
.cid-u6tKuErrVM .mbr-section-title {
  text-align: center;
  color: #ffa600;
}
.cid-u6tKuErrVM .mbr-text,
.cid-u6tKuErrVM .mbr-section-btn {
  text-align: center;
  color: #ffffff;
}
.cid-u6tKuErrVM .mbr-description {
  text-align: center;
  color: #ffffff;
}
.cid-u6tL395nSa {
  padding-top: 6rem;
  padding-bottom: 6rem;
  background-color: #001505;
}
.cid-u6tL395nSa .item {
  margin-bottom: 2rem;
}
@media (max-width: 767px) {
  .cid-u6tL395nSa .item {
    margin-bottom: 1rem;
  }
}
.cid-u6tL395nSa .item-wrapper {
  height: 100%;
  position: relative;
}
.cid-u6tL395nSa .item-wrapper img {
  height: 100%;
  object-fit: cover;
}
.cid-u6tL395nSa .item-wrapper .icon-wrapper {
  pointer-events: none;
  position: absolute;
  width: 60px;
  height: 60px;
  font-size: 22px;
  left: 50%;
  top: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
  border: 2px solid transparent;
  border-radius: 50%;
  opacity: 0;
  color: #464845 !important;
  transform: translateX(-50%) translateY(-50%);
  background-color: #edefea !important;
  transition: 0.2s;
}
.cid-u6tL395nSa .item-wrapper:hover .icon-wrapper {
  opacity: 1;
}
.cid-u6tL395nSa .carousel-control,
.cid-u6tL395nSa .close {
  background: #1b1b1b;
}
.cid-u6tL395nSa .carousel-control-prev {
  margin-left: 2.5rem;
}
.cid-u6tL395nSa .carousel-control-prev span {
  margin-right: 5px;
}
.cid-u6tL395nSa .carousel-control-next {
  margin-right: 2.5rem;
}
.cid-u6tL395nSa .carousel-control-next span {
  margin-left: 5px;
}
.cid-u6tL395nSa .close {
  position: fixed;
  opacity: 0.5;
  font-size: 22px;
  font-weight: 300;
  width: 60px;
  height: 60px;
  border-radius: 50%;
  color: #fff;
  top: 2.5rem;
  right: 2.5rem;
  border: 2px solid #fff;
  text-shadow: none;
  z-index: 5;
  transition: opacity 0.3s ease;
  font-family: 'Moririse2';
  align-items: center;
  justify-content: center;
  display: flex;
}
.cid-u6tL395nSa .close::before {
  content: '\e91a';
}
.cid-u6tL395nSa .close:hover {
  opacity: 1;
  background: #000;
  color: #fff;
}
.cid-u6tL395nSa .carousel-control {
  display: flex;
  top: 50%;
  width: 60px;
  height: 60px;
  margin-top: -1.5rem;
  font-size: 22px;
  background-color: rgba(0, 0, 0, 0.5);
  border: 2px solid #fff;
  border-radius: 50%;
  transition: all 0.3s;
}
.cid-u6tL395nSa .carousel-control.carousel-control-prev {
  left: 0;
  margin-left: 2.5rem;
}
.cid-u6tL395nSa .carousel-control.carousel-control-next {
  right: 0;
  margin-right: 2.5rem;
}
@media (max-width: 767px) {
  .cid-u6tL395nSa .carousel-control {
    top: auto;
    bottom: 1rem;
  }
}
.cid-u6tL395nSa .carousel-indicators {
  position: absolute;
  bottom: 0;
  margin-bottom: 3px;
}
.cid-u6tL395nSa .carousel-indicators li {
  max-width: 15px;
  height: 15px;
  width: 15px;
  max-height: 15px;
  margin: 3px;
  background-color: rgba(0, 0, 0, 0.5);
  border: 2px solid #fff;
  border-radius: 50%;
  opacity: 0.5;
  transition: all 0.3s;
}
.cid-u6tL395nSa .carousel-indicators li.active,
.cid-u6tL395nSa .carousel-indicators li:hover {
  opacity: 0.9;
}
.cid-u6tL395nSa .carousel-indicators li::after,
.cid-u6tL395nSa .carousel-indicators li::before {
  content: none;
}
.cid-u6tL395nSa .carousel-indicators.ie-fix {
  left: 50%;
  display: block;
  width: 60%;
  margin-left: -30%;
  text-align: center;
}
@media (max-width: 768px) {
  .cid-u6tL395nSa .carousel-indicators {
    display: none !important;
  }
}
@media (max-width: 991px) {
  .cid-u6tL395nSa .carousel-indicators {
    margin-bottom: 3.625rem !important;
    padding-left: 2.5rem;
    padding-right: 2.5rem;
  }
}
@media (max-width: 767px) {
  .cid-u6tL395nSa .carousel-indicators {
    display: none;
  }
}
.cid-u6tL395nSa .carousel-inner {
  display: flex;
  align-items: center;
}
.cid-u6tL395nSa .carousel-inner > .active {
  display: block;
}
.cid-u6tL395nSa .carousel-control.left {
  left: 0;
  margin-left: 2.5rem;
}
.cid-u6tL395nSa .carousel-control.right {
  right: 0;
  margin-right: 2.5rem;
}
.cid-u6tL395nSa .carousel-control:hover {
  background: #1b1b1b;
  color: #fff;
  opacity: 1;
}
@media (max-width: 768px) {
  .cid-u6tL395nSa .carousel-control,
  .cid-u6tL395nSa .carousel-indicators,
  .cid-u6tL395nSa .modal .close {
    position: fixed;
  }
}
@media (max-width: 767px) {
  .cid-u6tL395nSa .mbr-slider .carousel-control {
    top: auto;
    bottom: 20px;
  }
  .cid-u6tL395nSa .mbr-slider > .container .carousel-control {
    margin-bottom: 0;
  }
}
.cid-u6tL395nSa .carousel-indicators .active,
.cid-u6tL395nSa .carousel-indicators li {
  width: 7px;
  height: 7px;
  margin: 3px;
  background: #000000;
  opacity: 0.5;
  border: 4px solid #000000;
}
.cid-u6tL395nSa .carousel-indicators .active {
  background: #fff;
}
.cid-u6tL395nSa .carousel-indicators li {
  max-width: 15px;
  max-height: 15px;
  border-radius: 50%;
}
.cid-u6tL395nSa .modal {
  padding-left: 0 !important;
  position: fixed;
  overflow: hidden;
  padding-right: 0 !important;
}
.cid-u6tL395nSa .modal-dialog {
  margin: 0 auto;
  max-width: 100%;
  padding-left: 1rem;
  padding-right: 1rem;
}
.cid-u6tL395nSa .modal-content {
  border-radius: 0;
  border: none;
  background: transparent;
}
.cid-u6tL395nSa .modal-body {
  padding: 0;
  display: flex;
  align-items: center;
}
.cid-u6tL395nSa .modal-body img {
  width: 100%;
  object-fit: contain;
  max-height: calc(100vh - 1.75rem);
}
.cid-u6tL395nSa .carousel {
  width: 100%;
}
.cid-u6tL395nSa .modal-backdrop.in {
  opacity: 0.8;
}
.cid-u6tL395nSa .modal.fade .modal-dialog {
  transition: margin-top 0.3s ease-out;
}
.cid-u6tL395nSa .modal.fade .modal-dialog,
.cid-u6tL395nSa .modal.in .modal-dialog {
  transform: none;
}
.cid-u6tL395nSa .mbr-gallery .item-wrapper {
  cursor: pointer;
}
.cid-u6tL395nSa .content-head {
  max-width: 800px;
}
.cid-u6tIAD7iqd {
  padding-top: 2rem;
  padding-bottom: 0rem;
  background-color: #001505;
}
.cid-u6tIAD7iqd .mbr-fallback-image.disabled {
  display: none;
}
.cid-u6tIAD7iqd .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
@media (max-width: 992px) {
  .cid-u6tIAD7iqd .container {
    padding: 0 16px;
  }
}
.cid-u6tIAD7iqd .card {
  display: flex;
  flex-direction: column;
  justify-content: space-between;
}
@media (max-width: 992px) {
  .cid-u6tIAD7iqd .card {
    margin-bottom: 40px;
  }
}
.cid-u6tIAD7iqd .card .content-wrapper .title-wrapper .title-wrap {
  display: inline-flex;
  align-items: center;
  margin-bottom: 16px;
}
@media (max-width: 992px) {
  .cid-u6tIAD7iqd .card .content-wrapper .title-wrapper .title-wrap {
    margin-bottom: 40px;
  }
}
.cid-u6tIAD7iqd .card .content-wrapper .title-wrapper .title-wrap img {
  width: 42px;
  height: 42px;
  object-fit: contain;
  margin-right: 1rem;
}
.cid-u6tIAD7iqd .card .content-wrapper .title-wrapper .title-wrap .mbr-section-title {
  margin-bottom: 0;
}
.cid-u6tIAD7iqd .card .content-wrapper .copyright {
  margin-bottom: 20px;
}
@media (max-width: 992px) {
  .cid-u6tIAD7iqd .card .content-wrapper .copyright {
    margin-bottom: 40px;
  }
}
.cid-u6tIAD7iqd .card .social-wrapper .social-wrap {
  display: inline-flex;
  flex-wrap: wrap;
}
.cid-u6tIAD7iqd .card .social-wrapper .social-wrap .mbr-iconfont {
  font-size: 20px;
  margin-right: 48px;
  color: #ffffff;
}
.cid-u6tIAD7iqd .social-wrapper .social-wrap {
  display: inline-flex;
  flex-wrap: wrap;
}
.cid-u6tIAD7iqd .social-wrapper .social-wrap .mbr-iconfont {
  font-size: 20px;
  margin-right: 28px;
  color: #ffffff;
}
.cid-u6tIAD7iqd .list-wrapper .mbr-card-title {
  margin-bottom: 16px;
}
.cid-u6tIAD7iqd .list-wrapper .list {
  margin: 0;
  padding: 0;
  list-style-type: none;
}
.cid-u6tIAD7iqd .list-wrapper .list .item-wrap {
  margin-bottom: 16px;
}
@media (max-width: 992px) {
  .cid-u6tIAD7iqd .list-wrapper .list {
    margin-bottom: 40px;
  }
}
.cid-u6tIAD7iqd .mbr-section-title {
  color: #ffffff;
}
.cid-u6tIAD7iqd .copyright {
  color: #ffffff;
}
.cid-u6tIAD7iqd .mbr-card-title {
  color: #ffffff;
}
.cid-u6tIAD7iqd .list {
  color: #ffffff;
}
.cid-u6tOfmyXOf {
  position: sticky;
  top: 0;
  z-index: 11;
}
.cid-u6tOfmyXOf .navbar-dropdown {
  position: relative !important;
  top: 0;
  left: 0;
  padding: 0.5rem 1rem;
  position: fixed;
}
@media (max-width: 991px) {
  .cid-u6tOfmyXOf .navbar-dropdown {
    padding: 0 1rem;
  }
}
.cid-u6tOfmyXOf .navbar {
  position: static !important;
  min-height: 77px;
  transition: 0.2s;
  background: #1f4403;
  display: flex;
  flex-direction: column;
}
.cid-u6tOfmyXOf .navbar.opened {
  transition: all 0.2s;
  background: #1f4403 !important;
}
.cid-u6tOfmyXOf .navbar .dropdown-item {
  transition: all 0.2s;
  padding: 0.3rem 1.5rem;
  border-bottom: 1px solid #e6e6e6;
  color: #132c70;
  background: #ffffff !important;
}
.cid-u6tOfmyXOf .navbar .dropdown-item:hover {
  padding-left: 2rem;
}
.cid-u6tOfmyXOf .navbar .dropdown-item:focus border {
  outline: none;
}
.cid-u6tOfmyXOf .navbar .navbar-collapse {
  justify-content: flex-end;
  z-index: 1;
}
.cid-u6tOfmyXOf .navbar .dropdown-menu {
  min-width: 300px;
  padding: 3px 0 0 0;
  box-shadow: 5px 5px 18px 0px rgba(217, 220, 242, 0.98);
  background: transparent !important;
}
.cid-u6tOfmyXOf .navbar .dropdown-menu > .dropdown-item:first-child {
  border-top: 2px solid #ffffff;
}
.cid-u6tOfmyXOf .navbar .dropdown-menu .dropdown-submenu {
  padding-top: 0px;
}
.cid-u6tOfmyXOf .navbar.collapsed.opened .dropdown-menu {
  top: 0;
}
@media (min-width: 992px) {
  .cid-u6tOfmyXOf .navbar.collapsed.opened:not(.navbar-short) .navbar-collapse {
    max-height: 86.81428571vh;
  }
}
.cid-u6tOfmyXOf .navbar.collapsed .dropdown-menu {
  width: auto;
  padding: 1rem 0 1rem 0;
  border-top: none !important;
  background: transparent !important;
}
.cid-u6tOfmyXOf .navbar.collapsed .dropdown-menu .dropdown-submenu {
  left: 0 !important;
}
.cid-u6tOfmyXOf .navbar.collapsed .dropdown-menu .dropdown-item:after {
  right: auto;
}
.cid-u6tOfmyXOf .navbar.collapsed .dropdown-menu .dropdown-toggle[data-toggle="dropdown-submenu"]:after {
  margin-left: 0.25rem;
  border-top: 0.35em solid;
  border-right: 0.35em solid transparent;
  border-left: 0.35em solid transparent;
  border-bottom: 0;
  top: 55%;
}
.cid-u6tOfmyXOf .navbar.collapsed .nav-dropdown .link.dropdown-toggle[aria-expanded="true"] {
  padding: 0.667em 1.667em;
}
.cid-u6tOfmyXOf .navbar.collapsed .nav-dropdown .link {
  margin: 0.667em 1.2em;
}
.cid-u6tOfmyXOf .navbar.collapsed ul.navbar-nav li {
  margin: auto;
}
.cid-u6tOfmyXOf .navbar.collapsed .dropdown-menu .dropdown-item {
  padding: 0.25rem 1.5rem;
  text-align: center;
  border-bottom: none !important;
  background: transparent !important;
  color: inherit !important;
}
.cid-u6tOfmyXOf .navbar.collapsed .dropdown-menu .dropdown-item:first-child {
  border-top: none;
}
@media (max-width: 991px) {
  .cid-u6tOfmyXOf .navbar {
    flex-direction: row;
    justify-content: space-between;
  }
  .cid-u6tOfmyXOf .navbar.opened .dropdown-menu {
    top: 0;
  }
  .cid-u6tOfmyXOf .navbar .dropdown-menu {
    width: auto;
    padding: 1rem 0 1rem 0;
    background: transparent !important;
    border-top: none !important;
  }
  .cid-u6tOfmyXOf .navbar .dropdown-menu .dropdown-submenu {
    left: 0 !important;
  }
  .cid-u6tOfmyXOf .navbar .dropdown-menu .dropdown-item:after {
    right: auto;
  }
  .cid-u6tOfmyXOf .navbar .dropdown-menu .dropdown-toggle[data-toggle="dropdown-submenu"]:after {
    margin-left: 0.25rem;
    border-top: 0.35em solid;
    border-right: 0.35em solid transparent;
    border-left: 0.35em solid transparent;
    border-bottom: 0;
    top: 55%;
  }
  .cid-u6tOfmyXOf .navbar .nav-dropdown .link.dropdown-toggle[aria-expanded="true"] {
    padding: 0.667em 1.667em;
  }
  .cid-u6tOfmyXOf .navbar .nav-dropdown .link {
    margin: 0.667em 1.2em;
  }
  .cid-u6tOfmyXOf .navbar ul.navbar-nav li {
    margin: auto;
  }
  .cid-u6tOfmyXOf .navbar .dropdown-menu .dropdown-item {
    padding: 0.25rem 1.5rem;
    text-align: center;
    border-bottom: none !important;
    background: transparent !important;
  }
  .cid-u6tOfmyXOf .navbar .dropdown-menu .dropdown-item:first-child {
    border-top: none;
  }
  .cid-u6tOfmyXOf .navbar .navbar-brand {
    flex-shrink: initial;
    flex-basis: auto;
    word-break: break-word;
    flex-direction: row;
    justify-content: space-between;
    margin-top: 1rem;
  }
  .cid-u6tOfmyXOf .navbar .navbar-toggler {
    -webkit-flex-basis: auto;
    flex-basis: auto;
  }
  .cid-u6tOfmyXOf .navbar .social-block {
    display: none;
  }
}
@media (max-width: 1200px) {
  .cid-u6tOfmyXOf .navbar.navbar-short {
    min-height: 60px;
  }
}
@media (min-width: 1200px) {
  .cid-u6tOfmyXOf .navbar.navbar-short {
    min-height: 60px;
  }
}
.cid-u6tOfmyXOf .navbar.navbar-short .social-block {
  top: 1rem;
}
.cid-u6tOfmyXOf .navbar.navbar-short .navbar-logo img {
  height: 3rem !important;
  width: auto;
}
.cid-u6tOfmyXOf .navbar.navbar-short .navbar-brand {
  padding: 0;
  margin-bottom: 0;
  height: 0px;
  opacity: 0;
  min-height: 0px;
}
.cid-u6tOfmyXOf .navbar-brand {
  height: 7.1rem;
  min-height: 1.8rem;
  flex-shrink: 0;
  align-items: center;
  margin-right: 0;
  padding: 0;
  transition: all 0.2s;
  word-break: break-word;
  z-index: 1;
  display: flex;
  margin-bottom: 1rem;
  opacity: 1;
}
.cid-u6tOfmyXOf .navbar-brand .navbar-caption {
  line-height: inherit !important;
}
.cid-u6tOfmyXOf .navbar-brand .navbar-logo a {
  outline: none;
}
.cid-u6tOfmyXOf .navbar-brand .navbar-logo a img {
  width: auto;
}
.cid-u6tOfmyXOf .dropdown-item.active,
.cid-u6tOfmyXOf .dropdown-item:active {
  background-color: transparent;
}
.cid-u6tOfmyXOf .navbar-expand-lg .navbar-nav .nav-link {
  padding: 0;
  line-height: 1;
  letter-spacing: 1px;
}
.cid-u6tOfmyXOf .nav-dropdown .link.dropdown-toggle {
  margin-right: 1.667em;
}
.cid-u6tOfmyXOf .nav-dropdown .link.dropdown-toggle[aria-expanded="true"] {
  margin-right: 0;
  padding: 0.667em 1.667em;
}
.cid-u6tOfmyXOf .navbar.navbar-expand-lg .dropdown .dropdown-menu {
  background: #1f4403;
}
.cid-u6tOfmyXOf .navbar.navbar-expand-lg .dropdown .dropdown-menu .dropdown-submenu {
  margin: -2px 0 0 0;
  left: 100%;
}
.cid-u6tOfmyXOf .navbar .dropdown.open > .dropdown-menu {
  display: block;
}
.cid-u6tOfmyXOf ul.navbar-nav {
  flex-wrap: wrap;
  -webkit-flex-wrap: wrap;
}
.cid-u6tOfmyXOf .navbar-buttons {
  text-align: center;
}
.cid-u6tOfmyXOf button.navbar-toggler {
  outline: none;
  width: 31px;
  height: 20px;
  cursor: pointer;
  transition: all 0.2s;
  position: relative;
  -webkit-align-self: center;
  align-self: center;
}
.cid-u6tOfmyXOf button.navbar-toggler .hamburger span {
  position: absolute;
  right: 0;
  width: 30px;
  height: 2px;
  border-right: 5px;
  background-color: #ffa600;
}
.cid-u6tOfmyXOf button.navbar-toggler .hamburger span:nth-child(1) {
  top: 0;
  transition: all 0.2s;
}
.cid-u6tOfmyXOf button.navbar-toggler .hamburger span:nth-child(2) {
  top: 8px;
  transition: all 0.2s;
}
.cid-u6tOfmyXOf button.navbar-toggler .hamburger span:nth-child(3) {
  top: 8px;
  transition: all 0.2s;
}
.cid-u6tOfmyXOf button.navbar-toggler .hamburger span:nth-child(4) {
  top: 16px;
  transition: all 0.2s;
}
.cid-u6tOfmyXOf nav.opened .hamburger span:nth-child(1) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-u6tOfmyXOf nav.opened .hamburger span:nth-child(2) {
  transform: rotate(45deg);
  transition: all 0.2s;
}
.cid-u6tOfmyXOf nav.opened .hamburger span:nth-child(3) {
  transform: rotate(-45deg);
  transition: all 0.2s;
}
.cid-u6tOfmyXOf nav.opened .hamburger span:nth-child(4) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-u6tOfmyXOf a.nav-link {
  display: flex;
  align-items: center;
  justify-content: center;
  outline: none;
}
.cid-u6tOfmyXOf .mbr-iconfont {
  font-size: 1.3rem;
  padding-right: 0.5rem;
  color: #132c70;
}
.cid-u6tOfmyXOf .nav-dropdown .link.dropdown-toggle[aria-expanded="true"] {
  padding: 1.667em 1.667em;
}
.cid-u6tOfmyXOf .nav-dropdown .link {
  margin: 1.667em 1.2em;
  font-weight: 700;
}
.cid-u6tOfmyXOf .nav-link:hover,
.cid-u6tOfmyXOf .dropdown-item:hover {
  color: #c1c1c1 !important;
}
.cid-u6tOfmyXOf .social-block {
  display: flex;
  justify-content: space-between;
  width: 100%;
  position: absolute;
  top: 2.5rem;
  max-width: 1300px;
  transition: 0.2s;
}
.cid-u6tOfmyXOf .social {
  display: flex;
  flex-direction: row;
  margin-left: 2rem;
}
.cid-u6tOfmyXOf .social-2 {
  display: flex;
  flex-direction: row;
  margin-right: 1.5rem;
}
.cid-u6tQ45mriu {
  padding-top: 6rem;
  padding-bottom: 6rem;
  background-color: #001505;
}
.cid-u6tQ45mriu .mbr-fallback-image.disabled {
  display: none;
}
.cid-u6tQ45mriu .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
@media (max-width: 991px) {
  .cid-u6tQ45mriu .image-wrapper {
    margin-bottom: 1rem;
  }
}
.cid-u6tQ45mriu .row {
  align-items: center;
}
@media (max-width: 991px) {
  .cid-u6tQ45mriu .image-wrapper {
    padding: 1rem;
  }
}
@media (min-width: 992px) {
  .cid-u6tQ45mriu .text-wrapper {
    padding: 0 2rem;
  }
}
.cid-u6tQ45mriu .mbr-section-title {
  color: #ffa600;
  text-align: center;
}
.cid-u6tQ45mriu .mbr-text,
.cid-u6tQ45mriu .mbr-section-btn {
  color: #ffffff;
  text-align: center;
}
.cid-u6UtwTvP5A {
  padding-top: 5rem;
  padding-bottom: 1rem;
  background-color: #001505;
}
.cid-u6UtwTvP5A .mbr-fallback-image.disabled {
  display: none;
}
.cid-u6UtwTvP5A .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-u6UtwTvP5A .card-wrapper {
  background: #ffffff;
}
@media (max-width: 767px) {
  .cid-u6UtwTvP5A .card-wrapper {
    padding: 2rem 1.5rem;
  }
}
@media (min-width: 768px) and (max-width: 991px) {
  .cid-u6UtwTvP5A .card-wrapper {
    padding: 2.25rem;
  }
}
@media (min-width: 992px) {
  .cid-u6UtwTvP5A .card-wrapper {
    padding: 4rem;
  }
}
.cid-u6UtwTvP5A .mbr-text,
.cid-u6UtwTvP5A .mbr-section-btn {
  color: #000000;
  text-align: left;
}
.cid-u6UtwTvP5A .card-title,
.cid-u6UtwTvP5A .card-box {
  text-align: left;
  color: #000000;
}
.cid-u6tOfovCeM {
  padding-top: 2rem;
  padding-bottom: 0rem;
  background-color: #001505;
}
.cid-u6tOfovCeM .mbr-fallback-image.disabled {
  display: none;
}
.cid-u6tOfovCeM .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
@media (max-width: 992px) {
  .cid-u6tOfovCeM .container {
    padding: 0 16px;
  }
}
.cid-u6tOfovCeM .card {
  display: flex;
  flex-direction: column;
  justify-content: space-between;
}
@media (max-width: 992px) {
  .cid-u6tOfovCeM .card {
    margin-bottom: 40px;
  }
}
.cid-u6tOfovCeM .card .content-wrapper .title-wrapper .title-wrap {
  display: inline-flex;
  align-items: center;
  margin-bottom: 16px;
}
@media (max-width: 992px) {
  .cid-u6tOfovCeM .card .content-wrapper .title-wrapper .title-wrap {
    margin-bottom: 40px;
  }
}
.cid-u6tOfovCeM .card .content-wrapper .title-wrapper .title-wrap img {
  width: 42px;
  height: 42px;
  object-fit: contain;
  margin-right: 1rem;
}
.cid-u6tOfovCeM .card .content-wrapper .title-wrapper .title-wrap .mbr-section-title {
  margin-bottom: 0;
}
.cid-u6tOfovCeM .card .content-wrapper .copyright {
  margin-bottom: 20px;
}
@media (max-width: 992px) {
  .cid-u6tOfovCeM .card .content-wrapper .copyright {
    margin-bottom: 40px;
  }
}
.cid-u6tOfovCeM .card .social-wrapper .social-wrap {
  display: inline-flex;
  flex-wrap: wrap;
}
.cid-u6tOfovCeM .card .social-wrapper .social-wrap .mbr-iconfont {
  font-size: 20px;
  margin-right: 48px;
  color: #ffffff;
}
.cid-u6tOfovCeM .social-wrapper .social-wrap {
  display: inline-flex;
  flex-wrap: wrap;
}
.cid-u6tOfovCeM .social-wrapper .social-wrap .mbr-iconfont {
  font-size: 20px;
  margin-right: 28px;
  color: #ffffff;
}
.cid-u6tOfovCeM .list-wrapper .mbr-card-title {
  margin-bottom: 16px;
}
.cid-u6tOfovCeM .list-wrapper .list {
  margin: 0;
  padding: 0;
  list-style-type: none;
}
.cid-u6tOfovCeM .list-wrapper .list .item-wrap {
  margin-bottom: 16px;
}
@media (max-width: 992px) {
  .cid-u6tOfovCeM .list-wrapper .list {
    margin-bottom: 40px;
  }
}
.cid-u6tOfovCeM .mbr-section-title {
  color: #ffffff;
}
.cid-u6tOfovCeM .copyright {
  color: #ffffff;
}
.cid-u6tOfovCeM .mbr-card-title {
  color: #ffffff;
}
.cid-u6tOfovCeM .list {
  color: #ffffff;
}
.cid-u6UuAKLbLX {
  position: sticky;
  top: 0;
  z-index: 11;
}
.cid-u6UuAKLbLX .navbar-dropdown {
  position: relative !important;
  top: 0;
  left: 0;
  padding: 0.5rem 1rem;
  position: fixed;
}
@media (max-width: 991px) {
  .cid-u6UuAKLbLX .navbar-dropdown {
    padding: 0 1rem;
  }
}
.cid-u6UuAKLbLX .navbar {
  position: static !important;
  min-height: 77px;
  transition: 0.2s;
  background: #1f4403;
  display: flex;
  flex-direction: column;
}
.cid-u6UuAKLbLX .navbar.opened {
  transition: all 0.2s;
  background: #1f4403 !important;
}
.cid-u6UuAKLbLX .navbar .dropdown-item {
  transition: all 0.2s;
  padding: 0.3rem 1.5rem;
  border-bottom: 1px solid #e6e6e6;
  color: #132c70;
  background: #ffffff !important;
}
.cid-u6UuAKLbLX .navbar .dropdown-item:hover {
  padding-left: 2rem;
}
.cid-u6UuAKLbLX .navbar .dropdown-item:focus border {
  outline: none;
}
.cid-u6UuAKLbLX .navbar .navbar-collapse {
  justify-content: flex-end;
  z-index: 1;
}
.cid-u6UuAKLbLX .navbar .dropdown-menu {
  min-width: 300px;
  padding: 3px 0 0 0;
  box-shadow: 5px 5px 18px 0px rgba(217, 220, 242, 0.98);
  background: transparent !important;
}
.cid-u6UuAKLbLX .navbar .dropdown-menu > .dropdown-item:first-child {
  border-top: 2px solid #ffffff;
}
.cid-u6UuAKLbLX .navbar .dropdown-menu .dropdown-submenu {
  padding-top: 0px;
}
.cid-u6UuAKLbLX .navbar.collapsed.opened .dropdown-menu {
  top: 0;
}
@media (min-width: 992px) {
  .cid-u6UuAKLbLX .navbar.collapsed.opened:not(.navbar-short) .navbar-collapse {
    max-height: 86.81428571vh;
  }
}
.cid-u6UuAKLbLX .navbar.collapsed .dropdown-menu {
  width: auto;
  padding: 1rem 0 1rem 0;
  border-top: none !important;
  background: transparent !important;
}
.cid-u6UuAKLbLX .navbar.collapsed .dropdown-menu .dropdown-submenu {
  left: 0 !important;
}
.cid-u6UuAKLbLX .navbar.collapsed .dropdown-menu .dropdown-item:after {
  right: auto;
}
.cid-u6UuAKLbLX .navbar.collapsed .dropdown-menu .dropdown-toggle[data-toggle="dropdown-submenu"]:after {
  margin-left: 0.25rem;
  border-top: 0.35em solid;
  border-right: 0.35em solid transparent;
  border-left: 0.35em solid transparent;
  border-bottom: 0;
  top: 55%;
}
.cid-u6UuAKLbLX .navbar.collapsed .nav-dropdown .link.dropdown-toggle[aria-expanded="true"] {
  padding: 0.667em 1.667em;
}
.cid-u6UuAKLbLX .navbar.collapsed .nav-dropdown .link {
  margin: 0.667em 1.2em;
}
.cid-u6UuAKLbLX .navbar.collapsed ul.navbar-nav li {
  margin: auto;
}
.cid-u6UuAKLbLX .navbar.collapsed .dropdown-menu .dropdown-item {
  padding: 0.25rem 1.5rem;
  text-align: center;
  border-bottom: none !important;
  background: transparent !important;
  color: inherit !important;
}
.cid-u6UuAKLbLX .navbar.collapsed .dropdown-menu .dropdown-item:first-child {
  border-top: none;
}
@media (max-width: 991px) {
  .cid-u6UuAKLbLX .navbar {
    flex-direction: row;
    justify-content: space-between;
  }
  .cid-u6UuAKLbLX .navbar.opened .dropdown-menu {
    top: 0;
  }
  .cid-u6UuAKLbLX .navbar .dropdown-menu {
    width: auto;
    padding: 1rem 0 1rem 0;
    background: transparent !important;
    border-top: none !important;
  }
  .cid-u6UuAKLbLX .navbar .dropdown-menu .dropdown-submenu {
    left: 0 !important;
  }
  .cid-u6UuAKLbLX .navbar .dropdown-menu .dropdown-item:after {
    right: auto;
  }
  .cid-u6UuAKLbLX .navbar .dropdown-menu .dropdown-toggle[data-toggle="dropdown-submenu"]:after {
    margin-left: 0.25rem;
    border-top: 0.35em solid;
    border-right: 0.35em solid transparent;
    border-left: 0.35em solid transparent;
    border-bottom: 0;
    top: 55%;
  }
  .cid-u6UuAKLbLX .navbar .nav-dropdown .link.dropdown-toggle[aria-expanded="true"] {
    padding: 0.667em 1.667em;
  }
  .cid-u6UuAKLbLX .navbar .nav-dropdown .link {
    margin: 0.667em 1.2em;
  }
  .cid-u6UuAKLbLX .navbar ul.navbar-nav li {
    margin: auto;
  }
  .cid-u6UuAKLbLX .navbar .dropdown-menu .dropdown-item {
    padding: 0.25rem 1.5rem;
    text-align: center;
    border-bottom: none !important;
    background: transparent !important;
  }
  .cid-u6UuAKLbLX .navbar .dropdown-menu .dropdown-item:first-child {
    border-top: none;
  }
  .cid-u6UuAKLbLX .navbar .navbar-brand {
    flex-shrink: initial;
    flex-basis: auto;
    word-break: break-word;
    flex-direction: row;
    justify-content: space-between;
    margin-top: 1rem;
  }
  .cid-u6UuAKLbLX .navbar .navbar-toggler {
    -webkit-flex-basis: auto;
    flex-basis: auto;
  }
  .cid-u6UuAKLbLX .navbar .social-block {
    display: none;
  }
}
@media (max-width: 1200px) {
  .cid-u6UuAKLbLX .navbar.navbar-short {
    min-height: 60px;
  }
}
@media (min-width: 1200px) {
  .cid-u6UuAKLbLX .navbar.navbar-short {
    min-height: 60px;
  }
}
.cid-u6UuAKLbLX .navbar.navbar-short .social-block {
  top: 1rem;
}
.cid-u6UuAKLbLX .navbar.navbar-short .navbar-logo img {
  height: 3rem !important;
  width: auto;
}
.cid-u6UuAKLbLX .navbar.navbar-short .navbar-brand {
  padding: 0;
  margin-bottom: 0;
  height: 0px;
  opacity: 0;
  min-height: 0px;
}
.cid-u6UuAKLbLX .navbar-brand {
  height: 7.1rem;
  min-height: 1.8rem;
  flex-shrink: 0;
  align-items: center;
  margin-right: 0;
  padding: 0;
  transition: all 0.2s;
  word-break: break-word;
  z-index: 1;
  display: flex;
  margin-bottom: 1rem;
  opacity: 1;
}
.cid-u6UuAKLbLX .navbar-brand .navbar-caption {
  line-height: inherit !important;
}
.cid-u6UuAKLbLX .navbar-brand .navbar-logo a {
  outline: none;
}
.cid-u6UuAKLbLX .navbar-brand .navbar-logo a img {
  width: auto;
}
.cid-u6UuAKLbLX .dropdown-item.active,
.cid-u6UuAKLbLX .dropdown-item:active {
  background-color: transparent;
}
.cid-u6UuAKLbLX .navbar-expand-lg .navbar-nav .nav-link {
  padding: 0;
  line-height: 1;
  letter-spacing: 1px;
}
.cid-u6UuAKLbLX .nav-dropdown .link.dropdown-toggle {
  margin-right: 1.667em;
}
.cid-u6UuAKLbLX .nav-dropdown .link.dropdown-toggle[aria-expanded="true"] {
  margin-right: 0;
  padding: 0.667em 1.667em;
}
.cid-u6UuAKLbLX .navbar.navbar-expand-lg .dropdown .dropdown-menu {
  background: #1f4403;
}
.cid-u6UuAKLbLX .navbar.navbar-expand-lg .dropdown .dropdown-menu .dropdown-submenu {
  margin: -2px 0 0 0;
  left: 100%;
}
.cid-u6UuAKLbLX .navbar .dropdown.open > .dropdown-menu {
  display: block;
}
.cid-u6UuAKLbLX ul.navbar-nav {
  flex-wrap: wrap;
  -webkit-flex-wrap: wrap;
}
.cid-u6UuAKLbLX .navbar-buttons {
  text-align: center;
}
.cid-u6UuAKLbLX button.navbar-toggler {
  outline: none;
  width: 31px;
  height: 20px;
  cursor: pointer;
  transition: all 0.2s;
  position: relative;
  -webkit-align-self: center;
  align-self: center;
}
.cid-u6UuAKLbLX button.navbar-toggler .hamburger span {
  position: absolute;
  right: 0;
  width: 30px;
  height: 2px;
  border-right: 5px;
  background-color: #ffa600;
}
.cid-u6UuAKLbLX button.navbar-toggler .hamburger span:nth-child(1) {
  top: 0;
  transition: all 0.2s;
}
.cid-u6UuAKLbLX button.navbar-toggler .hamburger span:nth-child(2) {
  top: 8px;
  transition: all 0.2s;
}
.cid-u6UuAKLbLX button.navbar-toggler .hamburger span:nth-child(3) {
  top: 8px;
  transition: all 0.2s;
}
.cid-u6UuAKLbLX button.navbar-toggler .hamburger span:nth-child(4) {
  top: 16px;
  transition: all 0.2s;
}
.cid-u6UuAKLbLX nav.opened .hamburger span:nth-child(1) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-u6UuAKLbLX nav.opened .hamburger span:nth-child(2) {
  transform: rotate(45deg);
  transition: all 0.2s;
}
.cid-u6UuAKLbLX nav.opened .hamburger span:nth-child(3) {
  transform: rotate(-45deg);
  transition: all 0.2s;
}
.cid-u6UuAKLbLX nav.opened .hamburger span:nth-child(4) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-u6UuAKLbLX a.nav-link {
  display: flex;
  align-items: center;
  justify-content: center;
  outline: none;
}
.cid-u6UuAKLbLX .mbr-iconfont {
  font-size: 1.3rem;
  padding-right: 0.5rem;
  color: #132c70;
}
.cid-u6UuAKLbLX .nav-dropdown .link.dropdown-toggle[aria-expanded="true"] {
  padding: 1.667em 1.667em;
}
.cid-u6UuAKLbLX .nav-dropdown .link {
  margin: 1.667em 1.2em;
  font-weight: 700;
}
.cid-u6UuAKLbLX .nav-link:hover,
.cid-u6UuAKLbLX .dropdown-item:hover {
  color: #c1c1c1 !important;
}
.cid-u6UuAKLbLX .social-block {
  display: flex;
  justify-content: space-between;
  width: 100%;
  position: absolute;
  top: 2.5rem;
  max-width: 1300px;
  transition: 0.2s;
}
.cid-u6UuAKLbLX .social {
  display: flex;
  flex-direction: row;
  margin-left: 2rem;
}
.cid-u6UuAKLbLX .social-2 {
  display: flex;
  flex-direction: row;
  margin-right: 1.5rem;
}
.cid-u6UuALmSB2 {
  padding-top: 6rem;
  padding-bottom: 6rem;
  background-color: #163300;
}
.cid-u6UuALmSB2 .mbr-fallback-image.disabled {
  display: none;
}
.cid-u6UuALmSB2 .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
@media (max-width: 991px) {
  .cid-u6UuALmSB2 .image-wrapper {
    margin-bottom: 1rem;
  }
}
.cid-u6UuALmSB2 .row {
  align-items: center;
}
@media (max-width: 991px) {
  .cid-u6UuALmSB2 .image-wrapper {
    padding: 1rem;
  }
}
@media (min-width: 992px) {
  .cid-u6UuALmSB2 .text-wrapper {
    padding: 0 2rem;
  }
}
.cid-u6UuALmSB2 .mbr-section-title {
  color: #ffa600;
  text-align: center;
}
.cid-u6UuALmSB2 .mbr-text,
.cid-u6UuALmSB2 .mbr-section-btn {
  color: #ffffff;
  text-align: center;
}
.cid-u6UuAMckYs {
  padding-top: 2rem;
  padding-bottom: 0rem;
  background-color: #001505;
}
.cid-u6UuAMckYs .mbr-fallback-image.disabled {
  display: none;
}
.cid-u6UuAMckYs .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
@media (max-width: 992px) {
  .cid-u6UuAMckYs .container {
    padding: 0 16px;
  }
}
.cid-u6UuAMckYs .card {
  display: flex;
  flex-direction: column;
  justify-content: space-between;
}
@media (max-width: 992px) {
  .cid-u6UuAMckYs .card {
    margin-bottom: 40px;
  }
}
.cid-u6UuAMckYs .card .content-wrapper .title-wrapper .title-wrap {
  display: inline-flex;
  align-items: center;
  margin-bottom: 16px;
}
@media (max-width: 992px) {
  .cid-u6UuAMckYs .card .content-wrapper .title-wrapper .title-wrap {
    margin-bottom: 40px;
  }
}
.cid-u6UuAMckYs .card .content-wrapper .title-wrapper .title-wrap img {
  width: 42px;
  height: 42px;
  object-fit: contain;
  margin-right: 1rem;
}
.cid-u6UuAMckYs .card .content-wrapper .title-wrapper .title-wrap .mbr-section-title {
  margin-bottom: 0;
}
.cid-u6UuAMckYs .card .content-wrapper .copyright {
  margin-bottom: 20px;
}
@media (max-width: 992px) {
  .cid-u6UuAMckYs .card .content-wrapper .copyright {
    margin-bottom: 40px;
  }
}
.cid-u6UuAMckYs .card .social-wrapper .social-wrap {
  display: inline-flex;
  flex-wrap: wrap;
}
.cid-u6UuAMckYs .card .social-wrapper .social-wrap .mbr-iconfont {
  font-size: 20px;
  margin-right: 48px;
  color: #ffffff;
}
.cid-u6UuAMckYs .social-wrapper .social-wrap {
  display: inline-flex;
  flex-wrap: wrap;
}
.cid-u6UuAMckYs .social-wrapper .social-wrap .mbr-iconfont {
  font-size: 20px;
  margin-right: 28px;
  color: #ffffff;
}
.cid-u6UuAMckYs .list-wrapper .mbr-card-title {
  margin-bottom: 16px;
}
.cid-u6UuAMckYs .list-wrapper .list {
  margin: 0;
  padding: 0;
  list-style-type: none;
}
.cid-u6UuAMckYs .list-wrapper .list .item-wrap {
  margin-bottom: 16px;
}
@media (max-width: 992px) {
  .cid-u6UuAMckYs .list-wrapper .list {
    margin-bottom: 40px;
  }
}
.cid-u6UuAMckYs .mbr-section-title {
  color: #ffffff;
}
.cid-u6UuAMckYs .copyright {
  color: #ffffff;
}
.cid-u6UuAMckYs .mbr-card-title {
  color: #ffffff;
}
.cid-u6UuAMckYs .list {
  color: #ffffff;
}
