body {
  font-family: Jost;
}
.display-1 {
  font-family: 'Kanit', sans-serif;
  font-size: 6.8rem;
  line-height: 1.1;
}
.display-1 > .mbr-iconfont {
  font-size: 8.5rem;
}
.display-2 {
  font-family: 'Kanit', sans-serif;
  font-size: 3rem;
  line-height: 1.1;
}
.display-2 > .mbr-iconfont {
  font-size: 3.75rem;
}
.display-4 {
  font-family: 'Kanit', sans-serif;
  font-size: 1.1rem;
  line-height: 1.5;
}
.display-4 > .mbr-iconfont {
  font-size: 1.375rem;
}
.display-5 {
  font-family: 'Kanit', sans-serif;
  font-size: 2rem;
  line-height: 1.5;
}
.display-5 > .mbr-iconfont {
  font-size: 2.5rem;
}
.display-7 {
  font-family: 'Rubik', sans-serif;
  font-size: 1.2rem;
  line-height: 1.5;
}
.display-7 > .mbr-iconfont {
  font-size: 1.5rem;
}
/* ---- Fluid typography for mobile devices ---- */
/* 1.4 - font scale ratio ( bootstrap == 1.42857 ) */
/* 100vw - current viewport width */
/* (48 - 20)  48 == 48rem == 768px, 20 == 20rem == 320px(minimal supported viewport) */
/* 0.65 - min scale variable, may vary */
@media (max-width: 992px) {
  .display-1 {
    font-size: 5.44rem;
  }
}
@media (max-width: 768px) {
  .display-1 {
    font-size: 4.76rem;
    font-size: calc( 3.03rem + (6.8 - 3.03) * ((100vw - 20rem) / (48 - 20)));
    line-height: calc( 1.1 * (3.03rem + (6.8 - 3.03) * ((100vw - 20rem) / (48 - 20))));
  }
  .display-2 {
    font-size: 2.4rem;
    font-size: calc( 1.7rem + (3 - 1.7) * ((100vw - 20rem) / (48 - 20)));
    line-height: calc( 1.3 * (1.7rem + (3 - 1.7) * ((100vw - 20rem) / (48 - 20))));
  }
  .display-4 {
    font-size: 0.88rem;
    font-size: calc( 1.0350000000000001rem + (1.1 - 1.0350000000000001) * ((100vw - 20rem) / (48 - 20)));
    line-height: calc( 1.4 * (1.0350000000000001rem + (1.1 - 1.0350000000000001) * ((100vw - 20rem) / (48 - 20))));
  }
  .display-5 {
    font-size: 1.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: 0.96rem;
    font-size: calc( 1.07rem + (1.2 - 1.07) * ((100vw - 20rem) / (48 - 20)));
    line-height: calc( 1.4 * (1.07rem + (1.2 - 1.07) * ((100vw - 20rem) / (48 - 20))));
  }
}
/* Buttons */
.btn {
  padding: 0.6rem 1.2rem;
  border-radius: 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: #4d6d9a !important;
}
.bg-success {
  background-color: #40b0bf !important;
}
.bg-info {
  background-color: #47b5ed !important;
}
.bg-warning {
  background-color: #ffe161 !important;
}
.bg-danger {
  background-color: #ff9966 !important;
}
.btn-primary,
.btn-primary:active {
  background-color: #4d6d9a !important;
  border-color: #4d6d9a !important;
  color: #ffffff !important;
  box-shadow: 0 2px 2px 0 rgba(0, 0, 0, 0.2);
}
.btn-primary:hover,
.btn-primary:focus,
.btn-primary.focus,
.btn-primary.active {
  color: #ffffff !important;
  background-color: #304460 !important;
  border-color: #304460 !important;
  box-shadow: 0 2px 5px 0 rgba(0, 0, 0, 0.2);
}
.btn-primary.disabled,
.btn-primary:disabled {
  color: #ffffff !important;
  background-color: #304460 !important;
  border-color: #304460 !important;
}
.btn-secondary,
.btn-secondary:active {
  background-color: #edb5bf !important;
  border-color: #edb5bf !important;
  color: #ffffff !important;
  box-shadow: 0 2px 2px 0 rgba(0, 0, 0, 0.2);
}
.btn-secondary:hover,
.btn-secondary:focus,
.btn-secondary.focus,
.btn-secondary.active {
  color: #ffffff !important;
  background-color: #dc6f83 !important;
  border-color: #dc6f83 !important;
  box-shadow: 0 2px 5px 0 rgba(0, 0, 0, 0.2);
}
.btn-secondary.disabled,
.btn-secondary:disabled {
  color: #ffffff !important;
  background-color: #dc6f83 !important;
  border-color: #dc6f83 !important;
}
.btn-info,
.btn-info:active {
  background-color: #47b5ed !important;
  border-color: #47b5ed !important;
  color: #ffffff !important;
  box-shadow: 0 2px 2px 0 rgba(0, 0, 0, 0.2);
}
.btn-info:hover,
.btn-info:focus,
.btn-info.focus,
.btn-info.active {
  color: #ffffff !important;
  background-color: #148cca !important;
  border-color: #148cca !important;
  box-shadow: 0 2px 5px 0 rgba(0, 0, 0, 0.2);
}
.btn-info.disabled,
.btn-info:disabled {
  color: #ffffff !important;
  background-color: #148cca !important;
  border-color: #148cca !important;
}
.btn-success,
.btn-success:active {
  background-color: #40b0bf !important;
  border-color: #40b0bf !important;
  color: #ffffff !important;
  box-shadow: 0 2px 2px 0 rgba(0, 0, 0, 0.2);
}
.btn-success:hover,
.btn-success:focus,
.btn-success.focus,
.btn-success.active {
  color: #ffffff !important;
  background-color: #2a747e !important;
  border-color: #2a747e !important;
  box-shadow: 0 2px 5px 0 rgba(0, 0, 0, 0.2);
}
.btn-success.disabled,
.btn-success:disabled {
  color: #ffffff !important;
  background-color: #2a747e !important;
  border-color: #2a747e !important;
}
.btn-warning,
.btn-warning:active {
  background-color: #ffe161 !important;
  border-color: #ffe161 !important;
  color: #614f00 !important;
  box-shadow: 0 2px 2px 0 rgba(0, 0, 0, 0.2);
}
.btn-warning:hover,
.btn-warning:focus,
.btn-warning.focus,
.btn-warning.active {
  color: #0a0800 !important;
  background-color: #ffd10a !important;
  border-color: #ffd10a !important;
  box-shadow: 0 2px 5px 0 rgba(0, 0, 0, 0.2);
}
.btn-warning.disabled,
.btn-warning:disabled {
  color: #614f00 !important;
  background-color: #ffd10a !important;
  border-color: #ffd10a !important;
}
.btn-danger,
.btn-danger:active {
  background-color: #ff9966 !important;
  border-color: #ff9966 !important;
  color: #ffffff !important;
  box-shadow: 0 2px 2px 0 rgba(0, 0, 0, 0.2);
}
.btn-danger:hover,
.btn-danger:focus,
.btn-danger.focus,
.btn-danger.active {
  color: #ffffff !important;
  background-color: #ff5f0f !important;
  border-color: #ff5f0f !important;
  box-shadow: 0 2px 5px 0 rgba(0, 0, 0, 0.2);
}
.btn-danger.disabled,
.btn-danger:disabled {
  color: #ffffff !important;
  background-color: #ff5f0f !important;
  border-color: #ff5f0f !important;
}
.btn-white,
.btn-white:active {
  background-color: #fafafa !important;
  border-color: #fafafa !important;
  color: #7a7a7a !important;
  box-shadow: 0 2px 2px 0 rgba(0, 0, 0, 0.2);
}
.btn-white:hover,
.btn-white:focus,
.btn-white.focus,
.btn-white.active {
  color: #4f4f4f !important;
  background-color: #cfcfcf !important;
  border-color: #cfcfcf !important;
  box-shadow: 0 2px 5px 0 rgba(0, 0, 0, 0.2);
}
.btn-white.disabled,
.btn-white:disabled {
  color: #7a7a7a !important;
  background-color: #cfcfcf !important;
  border-color: #cfcfcf !important;
}
.btn-black,
.btn-black:active {
  background-color: #232323 !important;
  border-color: #232323 !important;
  color: #ffffff !important;
  box-shadow: 0 2px 2px 0 rgba(0, 0, 0, 0.2);
}
.btn-black:hover,
.btn-black:focus,
.btn-black.focus,
.btn-black.active {
  color: #ffffff !important;
  background-color: #000000 !important;
  border-color: #000000 !important;
  box-shadow: 0 2px 5px 0 rgba(0, 0, 0, 0.2);
}
.btn-black.disabled,
.btn-black:disabled {
  color: #ffffff !important;
  background-color: #000000 !important;
  border-color: #000000 !important;
}
.btn-primary-outline,
.btn-primary-outline:active {
  background-color: transparent !important;
  border-color: transparent;
  color: #4d6d9a;
}
.btn-primary-outline:hover,
.btn-primary-outline:focus,
.btn-primary-outline.focus,
.btn-primary-outline.active {
  color: #304460 !important;
  background-color: transparent!important;
  border-color: transparent!important;
  box-shadow: none!important;
}
.btn-primary-outline.disabled,
.btn-primary-outline:disabled {
  color: #ffffff !important;
  background-color: #4d6d9a !important;
  border-color: #4d6d9a !important;
}
.btn-secondary-outline,
.btn-secondary-outline:active {
  background-color: transparent !important;
  border-color: transparent;
  color: #edb5bf;
}
.btn-secondary-outline:hover,
.btn-secondary-outline:focus,
.btn-secondary-outline.focus,
.btn-secondary-outline.active {
  color: #dc6f83 !important;
  background-color: transparent!important;
  border-color: transparent!important;
  box-shadow: none!important;
}
.btn-secondary-outline.disabled,
.btn-secondary-outline:disabled {
  color: #ffffff !important;
  background-color: #edb5bf !important;
  border-color: #edb5bf !important;
}
.btn-info-outline,
.btn-info-outline:active {
  background-color: transparent !important;
  border-color: transparent;
  color: #47b5ed;
}
.btn-info-outline:hover,
.btn-info-outline:focus,
.btn-info-outline.focus,
.btn-info-outline.active {
  color: #148cca !important;
  background-color: transparent!important;
  border-color: transparent!important;
  box-shadow: none!important;
}
.btn-info-outline.disabled,
.btn-info-outline:disabled {
  color: #ffffff !important;
  background-color: #47b5ed !important;
  border-color: #47b5ed !important;
}
.btn-success-outline,
.btn-success-outline:active {
  background-color: transparent !important;
  border-color: transparent;
  color: #40b0bf;
}
.btn-success-outline:hover,
.btn-success-outline:focus,
.btn-success-outline.focus,
.btn-success-outline.active {
  color: #2a747e !important;
  background-color: transparent!important;
  border-color: transparent!important;
  box-shadow: none!important;
}
.btn-success-outline.disabled,
.btn-success-outline:disabled {
  color: #ffffff !important;
  background-color: #40b0bf !important;
  border-color: #40b0bf !important;
}
.btn-warning-outline,
.btn-warning-outline:active {
  background-color: transparent !important;
  border-color: transparent;
  color: #ffe161;
}
.btn-warning-outline:hover,
.btn-warning-outline:focus,
.btn-warning-outline.focus,
.btn-warning-outline.active {
  color: #ffd10a !important;
  background-color: transparent!important;
  border-color: transparent!important;
  box-shadow: none!important;
}
.btn-warning-outline.disabled,
.btn-warning-outline:disabled {
  color: #614f00 !important;
  background-color: #ffe161 !important;
  border-color: #ffe161 !important;
}
.btn-danger-outline,
.btn-danger-outline:active {
  background-color: transparent !important;
  border-color: transparent;
  color: #ff9966;
}
.btn-danger-outline:hover,
.btn-danger-outline:focus,
.btn-danger-outline.focus,
.btn-danger-outline.active {
  color: #ff5f0f !important;
  background-color: transparent!important;
  border-color: transparent!important;
  box-shadow: none!important;
}
.btn-danger-outline.disabled,
.btn-danger-outline:disabled {
  color: #ffffff !important;
  background-color: #ff9966 !important;
  border-color: #ff9966 !important;
}
.btn-black-outline,
.btn-black-outline:active {
  background-color: transparent !important;
  border-color: transparent;
  color: #232323;
}
.btn-black-outline:hover,
.btn-black-outline:focus,
.btn-black-outline.focus,
.btn-black-outline.active {
  color: #000000 !important;
  background-color: transparent!important;
  border-color: transparent!important;
  box-shadow: none!important;
}
.btn-black-outline.disabled,
.btn-black-outline:disabled {
  color: #ffffff !important;
  background-color: #232323 !important;
  border-color: #232323 !important;
}
.btn-white-outline,
.btn-white-outline:active {
  background-color: transparent !important;
  border-color: transparent;
  color: #fafafa;
}
.btn-white-outline:hover,
.btn-white-outline:focus,
.btn-white-outline.focus,
.btn-white-outline.active {
  color: #cfcfcf !important;
  background-color: transparent!important;
  border-color: transparent!important;
  box-shadow: none!important;
}
.btn-white-outline.disabled,
.btn-white-outline:disabled {
  color: #7a7a7a !important;
  background-color: #fafafa !important;
  border-color: #fafafa !important;
}
.text-primary {
  color: #4d6d9a !important;
}
.text-secondary {
  color: #edb5bf !important;
}
.text-success {
  color: #40b0bf !important;
}
.text-info {
  color: #47b5ed !important;
}
.text-warning {
  color: #ffe161 !important;
}
.text-danger {
  color: #ff9966 !important;
}
.text-white {
  color: #fafafa !important;
}
.text-black {
  color: #232323 !important;
}
a.text-primary:hover,
a.text-primary:focus,
a.text-primary.active {
  color: #2b3d56 !important;
}
a.text-secondary:hover,
a.text-secondary:focus,
a.text-secondary.active {
  color: #d96378 !important;
}
a.text-success:hover,
a.text-success:focus,
a.text-success.active {
  color: #266a73 !important;
}
a.text-info:hover,
a.text-info:focus,
a.text-info.active {
  color: #1283bc !important;
}
a.text-warning:hover,
a.text-warning:focus,
a.text-warning.active {
  color: #facb00 !important;
}
a.text-danger:hover,
a.text-danger:focus,
a.text-danger.active {
  color: #ff5500 !important;
}
a.text-white:hover,
a.text-white:focus,
a.text-white.active {
  color: #c7c7c7 !important;
}
a.text-black:hover,
a.text-black:focus,
a.text-black.active {
  color: #000000 !important;
}
a[class*="text-"]:not(.nav-link):not(.dropdown-item):not([role]):not(.navbar-caption) {
  position: relative;
  background-image: transparent;
  background-size: 10000px 2px;
  background-repeat: no-repeat;
  background-position: 0px 1.2em;
  background-position: -10000px 1.2em;
}
a[class*="text-"]:not(.nav-link):not(.dropdown-item):not([role]):not(.navbar-caption):hover {
  transition: background-position 2s ease-in-out;
  background-image: linear-gradient(currentColor 50%, currentColor 50%);
  background-position: 0px 1.2em;
}
.nav-tabs .nav-link.active {
  color: #4d6d9a;
}
.nav-tabs .nav-link:not(.active) {
  color: #232323;
}
.alert-success {
  background-color: #70c770;
}
.alert-info {
  background-color: #47b5ed;
}
.alert-warning {
  background-color: #ffe161;
}
.alert-danger {
  background-color: #ff9966;
}
.mbr-gallery-filter li.active .btn {
  background-color: #4d6d9a;
  border-color: #4d6d9a;
  color: #ffffff;
}
.mbr-gallery-filter li.active .btn:focus {
  box-shadow: none;
}
a,
a:hover {
  color: #4d6d9a;
}
.mbr-plan-header.bg-primary .mbr-plan-subtitle,
.mbr-plan-header.bg-primary .mbr-plan-price-desc {
  color: #9aafcc;
}
.mbr-plan-header.bg-success .mbr-plan-subtitle,
.mbr-plan-header.bg-success .mbr-plan-price-desc {
  color: #a0d8df;
}
.mbr-plan-header.bg-info .mbr-plan-subtitle,
.mbr-plan-header.bg-info .mbr-plan-price-desc {
  color: #ffffff;
}
.mbr-plan-header.bg-warning .mbr-plan-subtitle,
.mbr-plan-header.bg-warning .mbr-plan-price-desc {
  color: #ffffff;
}
.mbr-plan-header.bg-danger .mbr-plan-subtitle,
.mbr-plan-header.bg-danger .mbr-plan-price-desc {
  color: #ffffff;
}
/* Scroll to top button*/
.form-control {
  font-family: 'Kanit', sans-serif;
  font-size: 1.1rem;
  line-height: 1.5;
  font-weight: 400;
}
.form-control > .mbr-iconfont {
  font-size: 1.375rem;
}
.form-control:hover,
.form-control:focus {
  box-shadow: rgba(0, 0, 0, 0.07) 0px 1px 1px 0px, rgba(0, 0, 0, 0.07) 0px 1px 3px 0px, rgba(0, 0, 0, 0.03) 0px 0px 0px 1px;
  border-color: #4d6d9a !important;
}
.form-control:-webkit-input-placeholder {
  font-family: 'Kanit', sans-serif;
  font-size: 1.1rem;
  line-height: 1.5;
  font-weight: 400;
}
.form-control:-webkit-input-placeholder > .mbr-iconfont {
  font-size: 1.375rem;
}
blockquote {
  border-color: #4d6d9a;
}
/* Forms */
.jq-selectbox li:hover,
.jq-selectbox li.selected {
  background-color: #4d6d9a;
  color: #ffffff;
}
.jq-number__spin {
  transition: 0.25s ease;
}
.jq-number__spin:hover {
  border-color: #4d6d9a;
}
.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: #4d6d9a;
  border-bottom-color: #4d6d9a;
}
.xdsoft_datetimepicker .xdsoft_calendar td.xdsoft_default,
.xdsoft_datetimepicker .xdsoft_calendar td.xdsoft_current,
.xdsoft_datetimepicker .xdsoft_timepicker .xdsoft_time_box > div > div.xdsoft_current {
  color: #ffffff !important;
  background-color: #4d6d9a !important;
  box-shadow: none !important;
}
.xdsoft_datetimepicker .xdsoft_calendar td:hover,
.xdsoft_datetimepicker .xdsoft_timepicker .xdsoft_time_box > div > div:hover {
  color: #000000 !important;
  background: #edb5bf !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='%234d6d9a' %3e%3cg fill='none' fill-rule='evenodd'%3e%3cg transform='translate(16 16)' stroke-width='2'%3e%3ccircle stroke-opacity='.5' cx='16' cy='16' r='16'/%3e%3cpath d='M32 16c0-9.94-8.06-16-16-16'%3e%3canimateTransform attributeName='transform' type='rotate' from='0 16 16' to='360 16 16' dur='1s' repeatCount='indefinite'/%3e%3c/path%3e%3c/g%3e%3c/g%3e%3c/svg%3e");
}
section.lazy-placeholder:after {
  opacity: 0.5;
}
body {
  overflow-x: hidden;
}
a {
  transition: color 0.6s;
}
.cid-sFGMsvHDIa {
  z-index: 1000;
  width: 100%;
}
.cid-sFGMsvHDIa nav.navbar {
  position: fixed;
}
.cid-sFGMsvHDIa .dropdown-item:before {
  font-family: Moririse2 !important;
  content: "\e966";
  display: inline-block;
  width: 0;
  position: absolute;
  left: 1rem;
  top: 0.5rem;
  margin-right: 0.5rem;
  line-height: 1;
  font-size: inherit;
  vertical-align: middle;
  text-align: center;
  overflow: hidden;
  transform: scale(0, 1);
  transition: all 0.25s ease-in-out;
}
.cid-sFGMsvHDIa .dropdown-menu {
  padding: 0;
  border-radius: 4px;
  box-shadow: 0 1px 3px 0 rgba(0, 0, 0, 0.1);
}
.cid-sFGMsvHDIa .dropdown-item {
  border-bottom: 1px solid #e6e6e6;
}
.cid-sFGMsvHDIa .dropdown-item:hover,
.cid-sFGMsvHDIa .dropdown-item:focus {
  background: #4d6d9a !important;
  color: white !important;
}
.cid-sFGMsvHDIa .dropdown-item:first-child {
  border-top-left-radius: 4px;
  border-top-right-radius: 4px;
}
.cid-sFGMsvHDIa .dropdown-item:last-child {
  border-bottom: none;
  border-bottom-left-radius: 4px;
  border-bottom-right-radius: 4px;
}
.cid-sFGMsvHDIa .nav-dropdown .link {
  padding: 0 0.3em !important;
  margin: 0.667em 1em !important;
}
.cid-sFGMsvHDIa .nav-dropdown .link.dropdown-toggle::after {
  margin-left: 0.5rem;
  margin-top: 0.2rem;
}
.cid-sFGMsvHDIa .nav-link {
  position: relative;
}
.cid-sFGMsvHDIa .container {
  display: flex;
  margin: auto;
}
.cid-sFGMsvHDIa .iconfont-wrapper {
  color: #000000 !important;
  font-size: 1.5rem;
  padding-right: 0.5rem;
}
.cid-sFGMsvHDIa .dropdown-menu,
.cid-sFGMsvHDIa .navbar.opened {
  background: #353535 !important;
}
.cid-sFGMsvHDIa .nav-item:focus,
.cid-sFGMsvHDIa .nav-link:focus {
  outline: none;
}
.cid-sFGMsvHDIa .dropdown .dropdown-menu .dropdown-item {
  width: auto;
  transition: all 0.25s ease-in-out;
}
.cid-sFGMsvHDIa .dropdown .dropdown-menu .dropdown-item::after {
  right: 0.5rem;
}
.cid-sFGMsvHDIa .dropdown .dropdown-menu .dropdown-item .mbr-iconfont {
  margin-right: 0.5rem;
  vertical-align: sub;
}
.cid-sFGMsvHDIa .dropdown .dropdown-menu .dropdown-item .mbr-iconfont:before {
  display: inline-block;
  transform: scale(1, 1);
  transition: all 0.25s ease-in-out;
}
.cid-sFGMsvHDIa .collapsed .dropdown-menu .dropdown-item:before {
  display: none;
}
.cid-sFGMsvHDIa .collapsed .dropdown .dropdown-menu .dropdown-item {
  padding: 0.235em 1.5em 0.235em 1.5em !important;
  transition: none;
  margin: 0 !important;
}
.cid-sFGMsvHDIa .navbar {
  min-height: 70px;
  transition: all 0.3s;
  border-bottom: 1px solid transparent;
  background: rgba(53, 53, 53, 0.6);
}
.cid-sFGMsvHDIa .navbar.opened {
  transition: all 0.3s;
}
.cid-sFGMsvHDIa .navbar .dropdown-item {
  padding: 0.5rem 1.8rem;
}
.cid-sFGMsvHDIa .navbar .navbar-logo img {
  width: auto;
}
.cid-sFGMsvHDIa .navbar .navbar-collapse {
  justify-content: flex-end;
  z-index: 1;
}
.cid-sFGMsvHDIa .navbar.collapsed {
  justify-content: center;
}
.cid-sFGMsvHDIa .navbar.collapsed .nav-item .nav-link::before {
  display: none;
}
.cid-sFGMsvHDIa .navbar.collapsed.opened .dropdown-menu {
  top: 0;
}
@media (min-width: 992px) {
  .cid-sFGMsvHDIa .navbar.collapsed.opened:not(.navbar-short) .navbar-collapse {
    max-height: calc(98.5vh - 4.9rem);
  }
}
.cid-sFGMsvHDIa .navbar.collapsed .dropdown-menu .dropdown-submenu {
  left: 0 !important;
}
.cid-sFGMsvHDIa .navbar.collapsed .dropdown-menu .dropdown-item:after {
  right: auto;
}
.cid-sFGMsvHDIa .navbar.collapsed .dropdown-menu .dropdown-toggle[data-toggle="dropdown-submenu"]:after {
  margin-left: 0.5rem;
  margin-top: 0.2rem;
  border-top: 0.35em solid;
  border-right: 0.35em solid transparent;
  border-left: 0.35em solid transparent;
  border-bottom: 0;
  top: 41%;
}
.cid-sFGMsvHDIa .navbar.collapsed ul.navbar-nav li {
  margin: auto;
}
.cid-sFGMsvHDIa .navbar.collapsed .dropdown-menu .dropdown-item {
  padding: 0.25rem 1.5rem;
  text-align: center;
}
.cid-sFGMsvHDIa .navbar.collapsed .icons-menu {
  padding-left: 0;
  padding-right: 0;
  padding-top: 0.5rem;
  padding-bottom: 0.5rem;
}
@media (max-width: 991px) {
  .cid-sFGMsvHDIa .navbar .nav-item .nav-link::before {
    display: none;
  }
  .cid-sFGMsvHDIa .navbar.opened .dropdown-menu {
    top: 0;
  }
  .cid-sFGMsvHDIa .navbar .dropdown-menu .dropdown-submenu {
    left: 0 !important;
  }
  .cid-sFGMsvHDIa .navbar .dropdown-menu .dropdown-item:after {
    right: auto;
  }
  .cid-sFGMsvHDIa .navbar .dropdown-menu .dropdown-toggle[data-toggle="dropdown-submenu"]:after {
    margin-left: 0.5rem;
    margin-top: 0.2rem;
    border-top: 0.35em solid;
    border-right: 0.35em solid transparent;
    border-left: 0.35em solid transparent;
    border-bottom: 0;
    top: 40%;
  }
  .cid-sFGMsvHDIa .navbar .navbar-logo img {
    height: 3rem !important;
  }
  .cid-sFGMsvHDIa .navbar ul.navbar-nav li {
    margin: auto;
  }
  .cid-sFGMsvHDIa .navbar .dropdown-menu .dropdown-item {
    padding: 0.25rem 1.5rem !important;
    text-align: center;
  }
  .cid-sFGMsvHDIa .navbar .navbar-brand {
    flex-shrink: initial;
    flex-basis: auto;
    word-break: break-word;
    padding-right: 2rem;
  }
  .cid-sFGMsvHDIa .navbar .navbar-toggler {
    flex-basis: auto;
  }
  .cid-sFGMsvHDIa .navbar .icons-menu {
    padding-left: 0;
    padding-top: 0.5rem;
    padding-bottom: 0.5rem;
  }
}
.cid-sFGMsvHDIa .navbar.navbar-short {
  min-height: 60px;
}
.cid-sFGMsvHDIa .navbar.navbar-short .navbar-logo img {
  height: 2.5rem !important;
}
.cid-sFGMsvHDIa .navbar.navbar-short .navbar-brand {
  min-height: 60px;
  padding: 0;
}
.cid-sFGMsvHDIa .navbar-brand {
  min-height: 70px;
  flex-shrink: 0;
  align-items: center;
  margin-right: 0;
  padding: 10px 0;
  transition: all 0.3s;
  word-break: break-word;
  z-index: 1;
}
.cid-sFGMsvHDIa .navbar-brand .navbar-caption {
  line-height: inherit !important;
}
.cid-sFGMsvHDIa .navbar-brand .navbar-logo a {
  outline: none;
}
.cid-sFGMsvHDIa .dropdown-item.active,
.cid-sFGMsvHDIa .dropdown-item:active {
  background-color: transparent;
}
.cid-sFGMsvHDIa .navbar-expand-lg .navbar-nav .nav-link {
  padding: 0;
}
.cid-sFGMsvHDIa .nav-dropdown .link.dropdown-toggle {
  margin-right: 1.667em;
}
.cid-sFGMsvHDIa .nav-dropdown .link.dropdown-toggle[aria-expanded="true"] {
  margin-right: 0;
  padding: 0.667em 1.667em;
}
.cid-sFGMsvHDIa .navbar.navbar-expand-lg .dropdown .dropdown-menu {
  background: #353535;
}
.cid-sFGMsvHDIa .navbar.navbar-expand-lg .dropdown .dropdown-menu .dropdown-submenu {
  margin: 0;
  left: 100%;
}
.cid-sFGMsvHDIa .navbar .dropdown.open > .dropdown-menu {
  display: block;
}
.cid-sFGMsvHDIa ul.navbar-nav {
  flex-wrap: wrap;
}
.cid-sFGMsvHDIa .navbar-buttons {
  text-align: center;
  min-width: 170px;
}
.cid-sFGMsvHDIa button.navbar-toggler {
  outline: none;
  width: 31px;
  height: 20px;
  cursor: pointer;
  transition: all 0.2s;
  position: relative;
  align-self: center;
}
.cid-sFGMsvHDIa button.navbar-toggler .hamburger span {
  position: absolute;
  right: 0;
  width: 30px;
  height: 2px;
  border-right: 5px;
  background-color: #22a5e5;
}
.cid-sFGMsvHDIa button.navbar-toggler .hamburger span:nth-child(1) {
  top: 0;
  transition: all 0.2s;
}
.cid-sFGMsvHDIa button.navbar-toggler .hamburger span:nth-child(2) {
  top: 8px;
  transition: all 0.15s;
}
.cid-sFGMsvHDIa button.navbar-toggler .hamburger span:nth-child(3) {
  top: 8px;
  transition: all 0.15s;
}
.cid-sFGMsvHDIa button.navbar-toggler .hamburger span:nth-child(4) {
  top: 16px;
  transition: all 0.2s;
}
.cid-sFGMsvHDIa nav.opened .hamburger span:nth-child(1) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-sFGMsvHDIa nav.opened .hamburger span:nth-child(2) {
  transform: rotate(45deg);
  transition: all 0.25s;
}
.cid-sFGMsvHDIa nav.opened .hamburger span:nth-child(3) {
  transform: rotate(-45deg);
  transition: all 0.25s;
}
.cid-sFGMsvHDIa nav.opened .hamburger span:nth-child(4) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-sFGMsvHDIa .navbar-dropdown {
  padding: 0 1rem;
  position: fixed;
}
.cid-sFGMsvHDIa a.nav-link {
  display: flex;
  align-items: center;
  justify-content: center;
}
.cid-sFGMsvHDIa .icons-menu {
  flex-wrap: nowrap;
  display: flex;
  justify-content: center;
  padding-left: 1rem;
  padding-right: 1rem;
  padding-top: 0.3rem;
  text-align: center;
}
@media screen and (-ms-high-contrast: active), (-ms-high-contrast: none) {
  .cid-sFGMsvHDIa .navbar {
    height: 70px;
  }
  .cid-sFGMsvHDIa .navbar.opened {
    height: auto;
  }
  .cid-sFGMsvHDIa .nav-item .nav-link:hover::before {
    width: 175%;
    max-width: calc(100% + 2rem);
    left: -1rem;
  }
}
.cid-sFGMfPD7iT {
  padding-top: 20rem;
  padding-bottom: 15rem;
  background-image: url("../../../assets/images/kf51-panther-hcym5sf.jpg");
}
.cid-sFGMfPD7iT .mbr-section-title {
  text-align: center;
  color: #47b5ed;
}
.cid-sFGMfPD7iT .mbr-text,
.cid-sFGMfPD7iT .mbr-section-btn {
  text-align: center;
  color: #ffffff;
}
.cid-t8eWQjnNYS {
  padding-top: 1rem;
  padding-bottom: 1rem;
  background: #353535;
}
.cid-t8eWQjnNYS .team-card {
  margin-bottom: 2rem;
  transition: all 0.3s;
}
.cid-t8eWQjnNYS .team-card:hover {
  transform: translateY(-10px);
}
.cid-t8eWQjnNYS .card-wrap {
  background: #353535;
  border-radius: 4px;
}
@media (max-width: 991px) {
  .cid-t8eWQjnNYS .card-wrap {
    margin-bottom: 2rem;
  }
}
.cid-t8eWQjnNYS .card-wrap .image-wrap img {
  width: 100%;
}
@media (min-width: 768px) {
  .cid-t8eWQjnNYS .card-wrap .content-wrap {
    padding: 2rem;
  }
}
@media (max-width: 767px) {
  .cid-t8eWQjnNYS .card-wrap .content-wrap {
    padding: 1rem;
  }
}
.cid-t8eWQjnNYS .social-row {
  text-align: center;
}
.cid-t8eWQjnNYS .social-row .soc-item {
  display: inline-block;
  text-align: center;
  border-radius: 50%;
  margin-right: 0.6rem;
  margin-bottom: 1rem;
  padding: 0.5rem;
  border: 2px solid #6592e6;
  transition: all 0.3s;
}
.cid-t8eWQjnNYS .social-row .soc-item .mbr-iconfont {
  transition: all 0.3s;
  display: flex;
  justify-content: center;
  align-content: center;
  color: #6592e6;
  font-size: 1.5rem;
}
.cid-t8eWQjnNYS .social-row .soc-item:hover {
  background-color: #6592e6;
}
.cid-t8eWQjnNYS .social-row .soc-item:hover .mbr-iconfont {
  color: #ffffff;
}
.cid-t8eWQjnNYS .mbr-section-title {
  color: #bbbbbb;
}
.cid-t8eWQjnNYS .mbr-role,
.cid-t8eWQjnNYS .social-row {
  color: #6ec7f2;
}
.cid-sFGNHRkFsi {
  padding-top: 5rem;
  padding-bottom: 6rem;
  background-image: url("../../../assets/images/222leopard-2-nemetskii-osnovnoi-boevoi-tank-skorost.jpg");
}
.cid-sFGNHRkFsi .card-wrapper {
  display: flex;
}
@media (max-width: 991px) {
  .cid-sFGNHRkFsi .card-wrapper {
    margin-bottom: 2rem;
  }
}
.cid-sFGNHRkFsi .mbr-iconfont {
  font-size: 4rem;
  color: #4d6d9a;
  padding-right: 1.5rem;
}
.cid-t3naESPpl9 {
  padding-top: 2rem;
  padding-bottom: 2rem;
  background-color: #353535;
}
.cid-t3naESPpl9 img,
.cid-t3naESPpl9 .item-img {
  width: 100%;
  height: 100%;
  height: 300px;
  object-fit: cover;
}
.cid-t3naESPpl9 .item:focus,
.cid-t3naESPpl9 span:focus {
  outline: none;
}
.cid-t3naESPpl9 .item {
  cursor: pointer;
  margin-bottom: 2rem;
}
.cid-t3naESPpl9 .item-wrapper {
  position: relative;
  border-radius: 4px;
  background: #bbbbbb;
  height: 100%;
  display: flex;
  flex-flow: column nowrap;
}
@media (min-width: 992px) {
  .cid-t3naESPpl9 .item-wrapper .item-content {
    padding: 2rem;
  }
}
@media (max-width: 991px) {
  .cid-t3naESPpl9 .item-wrapper .item-content {
    padding: 1rem;
  }
}
.cid-t3naESPpl9 .mbr-section-btn {
  margin-top: auto !important;
}
.cid-t3naESPpl9 .mbr-section-title {
  color: #bbbbbb;
}
.cid-t3naESPpl9 .mbr-text,
.cid-t3naESPpl9 .mbr-section-btn {
  text-align: left;
}
.cid-t3naESPpl9 .item-title {
  text-align: left;
}
.cid-t3naESPpl9 .item-subtitle {
  text-align: left;
}
.cid-t2uvIsjpY7 {
  padding-top: 3rem;
  padding-bottom: 3rem;
  background-color: #232323;
}
.cid-t2uvIsjpY7 .media-wrap {
  padding: 0;
}
@media (max-width: 991px) {
  .cid-t2uvIsjpY7 .media-wrap {
    margin-bottom: 1rem;
  }
}
@media (max-width: 767px) {
  .cid-t2uvIsjpY7 .row {
    text-align: center;
  }
  .cid-t2uvIsjpY7 .row > div {
    margin: auto;
  }
  .cid-t2uvIsjpY7 .social-row {
    justify-content: center;
  }
}
.cid-t2uvIsjpY7 .social-row {
  display: flex;
  flex-wrap: wrap;
}
.cid-t2uvIsjpY7 .list {
  list-style: none;
  padding-left: 0;
  color: #bbbbbb;
}
@media (max-width: 991px) {
  .cid-t2uvIsjpY7 .list {
    margin-bottom: 2rem;
  }
}
@media (min-width: 992px) {
  .cid-t2uvIsjpY7 .list {
    margin-bottom: 0rem;
  }
}
.cid-t2uvIsjpY7 .mbr-text {
  color: #bbbbbb;
  text-align: left;
}
.cid-t2uvIsjpY7 .soc-item {
  display: flex;
  align-items: center;
  justify-content: center;
  border-radius: 50%;
  background-color: white;
  margin-right: 0.5rem;
  margin-bottom: 1rem;
  padding: 0.5rem;
  height: 2.5rem;
  width: 2.5rem;
}
.cid-t2uvIsjpY7 .mbr-iconfont {
  color: black;
}
@media (max-width: 991px) {
  .cid-t2uvIsjpY7 div > *:last-child {
    margin-top: 0 !important;
  }
}
.cid-t2uvIsjpY7 .copyright {
  text-align: center;
}
.cid-t89uFdMBvX {
  z-index: 1000;
  width: 100%;
}
.cid-t89uFdMBvX nav.navbar {
  position: fixed;
}
.cid-t89uFdMBvX .dropdown-item:before {
  font-family: Moririse2 !important;
  content: "\e966";
  display: inline-block;
  width: 0;
  position: absolute;
  left: 1rem;
  top: 0.5rem;
  margin-right: 0.5rem;
  line-height: 1;
  font-size: inherit;
  vertical-align: middle;
  text-align: center;
  overflow: hidden;
  transform: scale(0, 1);
  transition: all 0.25s ease-in-out;
}
.cid-t89uFdMBvX .dropdown-menu {
  padding: 0;
  border-radius: 4px;
  box-shadow: 0 1px 3px 0 rgba(0, 0, 0, 0.1);
}
.cid-t89uFdMBvX .dropdown-item {
  border-bottom: 1px solid #e6e6e6;
}
.cid-t89uFdMBvX .dropdown-item:hover,
.cid-t89uFdMBvX .dropdown-item:focus {
  background: #4d6d9a !important;
  color: white !important;
}
.cid-t89uFdMBvX .dropdown-item:first-child {
  border-top-left-radius: 4px;
  border-top-right-radius: 4px;
}
.cid-t89uFdMBvX .dropdown-item:last-child {
  border-bottom: none;
  border-bottom-left-radius: 4px;
  border-bottom-right-radius: 4px;
}
.cid-t89uFdMBvX .nav-dropdown .link {
  padding: 0 0.3em !important;
  margin: 0.667em 1em !important;
}
.cid-t89uFdMBvX .nav-dropdown .link.dropdown-toggle::after {
  margin-left: 0.5rem;
  margin-top: 0.2rem;
}
.cid-t89uFdMBvX .nav-link {
  position: relative;
}
.cid-t89uFdMBvX .container {
  display: flex;
  margin: auto;
}
.cid-t89uFdMBvX .iconfont-wrapper {
  color: #000000 !important;
  font-size: 1.5rem;
  padding-right: 0.5rem;
}
.cid-t89uFdMBvX .dropdown-menu,
.cid-t89uFdMBvX .navbar.opened {
  background: #353535 !important;
}
.cid-t89uFdMBvX .nav-item:focus,
.cid-t89uFdMBvX .nav-link:focus {
  outline: none;
}
.cid-t89uFdMBvX .dropdown .dropdown-menu .dropdown-item {
  width: auto;
  transition: all 0.25s ease-in-out;
}
.cid-t89uFdMBvX .dropdown .dropdown-menu .dropdown-item::after {
  right: 0.5rem;
}
.cid-t89uFdMBvX .dropdown .dropdown-menu .dropdown-item .mbr-iconfont {
  margin-right: 0.5rem;
  vertical-align: sub;
}
.cid-t89uFdMBvX .dropdown .dropdown-menu .dropdown-item .mbr-iconfont:before {
  display: inline-block;
  transform: scale(1, 1);
  transition: all 0.25s ease-in-out;
}
.cid-t89uFdMBvX .collapsed .dropdown-menu .dropdown-item:before {
  display: none;
}
.cid-t89uFdMBvX .collapsed .dropdown .dropdown-menu .dropdown-item {
  padding: 0.235em 1.5em 0.235em 1.5em !important;
  transition: none;
  margin: 0 !important;
}
.cid-t89uFdMBvX .navbar {
  min-height: 70px;
  transition: all 0.3s;
  border-bottom: 1px solid transparent;
  background: rgba(53, 53, 53, 0.6);
}
.cid-t89uFdMBvX .navbar.opened {
  transition: all 0.3s;
}
.cid-t89uFdMBvX .navbar .dropdown-item {
  padding: 0.5rem 1.8rem;
}
.cid-t89uFdMBvX .navbar .navbar-logo img {
  width: auto;
}
.cid-t89uFdMBvX .navbar .navbar-collapse {
  justify-content: flex-end;
  z-index: 1;
}
.cid-t89uFdMBvX .navbar.collapsed {
  justify-content: center;
}
.cid-t89uFdMBvX .navbar.collapsed .nav-item .nav-link::before {
  display: none;
}
.cid-t89uFdMBvX .navbar.collapsed.opened .dropdown-menu {
  top: 0;
}
@media (min-width: 992px) {
  .cid-t89uFdMBvX .navbar.collapsed.opened:not(.navbar-short) .navbar-collapse {
    max-height: calc(98.5vh - 4.9rem);
  }
}
.cid-t89uFdMBvX .navbar.collapsed .dropdown-menu .dropdown-submenu {
  left: 0 !important;
}
.cid-t89uFdMBvX .navbar.collapsed .dropdown-menu .dropdown-item:after {
  right: auto;
}
.cid-t89uFdMBvX .navbar.collapsed .dropdown-menu .dropdown-toggle[data-toggle="dropdown-submenu"]:after {
  margin-left: 0.5rem;
  margin-top: 0.2rem;
  border-top: 0.35em solid;
  border-right: 0.35em solid transparent;
  border-left: 0.35em solid transparent;
  border-bottom: 0;
  top: 41%;
}
.cid-t89uFdMBvX .navbar.collapsed ul.navbar-nav li {
  margin: auto;
}
.cid-t89uFdMBvX .navbar.collapsed .dropdown-menu .dropdown-item {
  padding: 0.25rem 1.5rem;
  text-align: center;
}
.cid-t89uFdMBvX .navbar.collapsed .icons-menu {
  padding-left: 0;
  padding-right: 0;
  padding-top: 0.5rem;
  padding-bottom: 0.5rem;
}
@media (max-width: 991px) {
  .cid-t89uFdMBvX .navbar .nav-item .nav-link::before {
    display: none;
  }
  .cid-t89uFdMBvX .navbar.opened .dropdown-menu {
    top: 0;
  }
  .cid-t89uFdMBvX .navbar .dropdown-menu .dropdown-submenu {
    left: 0 !important;
  }
  .cid-t89uFdMBvX .navbar .dropdown-menu .dropdown-item:after {
    right: auto;
  }
  .cid-t89uFdMBvX .navbar .dropdown-menu .dropdown-toggle[data-toggle="dropdown-submenu"]:after {
    margin-left: 0.5rem;
    margin-top: 0.2rem;
    border-top: 0.35em solid;
    border-right: 0.35em solid transparent;
    border-left: 0.35em solid transparent;
    border-bottom: 0;
    top: 40%;
  }
  .cid-t89uFdMBvX .navbar .navbar-logo img {
    height: 3rem !important;
  }
  .cid-t89uFdMBvX .navbar ul.navbar-nav li {
    margin: auto;
  }
  .cid-t89uFdMBvX .navbar .dropdown-menu .dropdown-item {
    padding: 0.25rem 1.5rem !important;
    text-align: center;
  }
  .cid-t89uFdMBvX .navbar .navbar-brand {
    flex-shrink: initial;
    flex-basis: auto;
    word-break: break-word;
    padding-right: 2rem;
  }
  .cid-t89uFdMBvX .navbar .navbar-toggler {
    flex-basis: auto;
  }
  .cid-t89uFdMBvX .navbar .icons-menu {
    padding-left: 0;
    padding-top: 0.5rem;
    padding-bottom: 0.5rem;
  }
}
.cid-t89uFdMBvX .navbar.navbar-short {
  min-height: 60px;
}
.cid-t89uFdMBvX .navbar.navbar-short .navbar-logo img {
  height: 2.5rem !important;
}
.cid-t89uFdMBvX .navbar.navbar-short .navbar-brand {
  min-height: 60px;
  padding: 0;
}
.cid-t89uFdMBvX .navbar-brand {
  min-height: 70px;
  flex-shrink: 0;
  align-items: center;
  margin-right: 0;
  padding: 10px 0;
  transition: all 0.3s;
  word-break: break-word;
  z-index: 1;
}
.cid-t89uFdMBvX .navbar-brand .navbar-caption {
  line-height: inherit !important;
}
.cid-t89uFdMBvX .navbar-brand .navbar-logo a {
  outline: none;
}
.cid-t89uFdMBvX .dropdown-item.active,
.cid-t89uFdMBvX .dropdown-item:active {
  background-color: transparent;
}
.cid-t89uFdMBvX .navbar-expand-lg .navbar-nav .nav-link {
  padding: 0;
}
.cid-t89uFdMBvX .nav-dropdown .link.dropdown-toggle {
  margin-right: 1.667em;
}
.cid-t89uFdMBvX .nav-dropdown .link.dropdown-toggle[aria-expanded="true"] {
  margin-right: 0;
  padding: 0.667em 1.667em;
}
.cid-t89uFdMBvX .navbar.navbar-expand-lg .dropdown .dropdown-menu {
  background: #353535;
}
.cid-t89uFdMBvX .navbar.navbar-expand-lg .dropdown .dropdown-menu .dropdown-submenu {
  margin: 0;
  left: 100%;
}
.cid-t89uFdMBvX .navbar .dropdown.open > .dropdown-menu {
  display: block;
}
.cid-t89uFdMBvX ul.navbar-nav {
  flex-wrap: wrap;
}
.cid-t89uFdMBvX .navbar-buttons {
  text-align: center;
  min-width: 170px;
}
.cid-t89uFdMBvX button.navbar-toggler {
  outline: none;
  width: 31px;
  height: 20px;
  cursor: pointer;
  transition: all 0.2s;
  position: relative;
  align-self: center;
}
.cid-t89uFdMBvX button.navbar-toggler .hamburger span {
  position: absolute;
  right: 0;
  width: 30px;
  height: 2px;
  border-right: 5px;
  background-color: #22a5e5;
}
.cid-t89uFdMBvX button.navbar-toggler .hamburger span:nth-child(1) {
  top: 0;
  transition: all 0.2s;
}
.cid-t89uFdMBvX button.navbar-toggler .hamburger span:nth-child(2) {
  top: 8px;
  transition: all 0.15s;
}
.cid-t89uFdMBvX button.navbar-toggler .hamburger span:nth-child(3) {
  top: 8px;
  transition: all 0.15s;
}
.cid-t89uFdMBvX button.navbar-toggler .hamburger span:nth-child(4) {
  top: 16px;
  transition: all 0.2s;
}
.cid-t89uFdMBvX nav.opened .hamburger span:nth-child(1) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-t89uFdMBvX nav.opened .hamburger span:nth-child(2) {
  transform: rotate(45deg);
  transition: all 0.25s;
}
.cid-t89uFdMBvX nav.opened .hamburger span:nth-child(3) {
  transform: rotate(-45deg);
  transition: all 0.25s;
}
.cid-t89uFdMBvX nav.opened .hamburger span:nth-child(4) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-t89uFdMBvX .navbar-dropdown {
  padding: 0 1rem;
  position: fixed;
}
.cid-t89uFdMBvX a.nav-link {
  display: flex;
  align-items: center;
  justify-content: center;
}
.cid-t89uFdMBvX .icons-menu {
  flex-wrap: nowrap;
  display: flex;
  justify-content: center;
  padding-left: 1rem;
  padding-right: 1rem;
  padding-top: 0.3rem;
  text-align: center;
}
@media screen and (-ms-high-contrast: active), (-ms-high-contrast: none) {
  .cid-t89uFdMBvX .navbar {
    height: 70px;
  }
  .cid-t89uFdMBvX .navbar.opened {
    height: auto;
  }
  .cid-t89uFdMBvX .nav-item .nav-link:hover::before {
    width: 175%;
    max-width: calc(100% + 2rem);
    left: -1rem;
  }
}
.cid-t89uFe77Ap {
  padding-top: 20rem;
  padding-bottom: 15rem;
  background-image: url("../../../assets/images/military-tank-leopard-2-bundeswehr-wallpaper-594028fd21eafd9b0627784f3091f6ed.jpg");
}
.cid-t89uFe77Ap .mbr-section-title {
  text-align: center;
  color: #47b5ed;
}
.cid-t89uFe77Ap .mbr-text,
.cid-t89uFe77Ap .mbr-section-btn {
  text-align: center;
  color: #ffffff;
}
.cid-t89uFfalkz {
  padding-top: 3rem;
  padding-bottom: 3rem;
  background-color: #232323;
}
.cid-t89uFfalkz .media-wrap {
  padding: 0;
}
@media (max-width: 991px) {
  .cid-t89uFfalkz .media-wrap {
    margin-bottom: 1rem;
  }
}
@media (max-width: 767px) {
  .cid-t89uFfalkz .row {
    text-align: center;
  }
  .cid-t89uFfalkz .row > div {
    margin: auto;
  }
  .cid-t89uFfalkz .social-row {
    justify-content: center;
  }
}
.cid-t89uFfalkz .social-row {
  display: flex;
  flex-wrap: wrap;
}
.cid-t89uFfalkz .list {
  list-style: none;
  padding-left: 0;
  color: #bbbbbb;
}
@media (max-width: 991px) {
  .cid-t89uFfalkz .list {
    margin-bottom: 2rem;
  }
}
@media (min-width: 992px) {
  .cid-t89uFfalkz .list {
    margin-bottom: 0rem;
  }
}
.cid-t89uFfalkz .mbr-text {
  color: #bbbbbb;
  text-align: left;
}
.cid-t89uFfalkz .soc-item {
  display: flex;
  align-items: center;
  justify-content: center;
  border-radius: 50%;
  background-color: white;
  margin-right: 0.5rem;
  margin-bottom: 1rem;
  padding: 0.5rem;
  height: 2.5rem;
  width: 2.5rem;
}
.cid-t89uFfalkz .mbr-iconfont {
  color: black;
}
@media (max-width: 991px) {
  .cid-t89uFfalkz div > *:last-child {
    margin-top: 0 !important;
  }
}
.cid-t89uFfalkz .copyright {
  text-align: center;
}
.cid-t89xS8fkUU {
  z-index: 1000;
  width: 100%;
}
.cid-t89xS8fkUU nav.navbar {
  position: fixed;
}
.cid-t89xS8fkUU .dropdown-item:before {
  font-family: Moririse2 !important;
  content: "\e966";
  display: inline-block;
  width: 0;
  position: absolute;
  left: 1rem;
  top: 0.5rem;
  margin-right: 0.5rem;
  line-height: 1;
  font-size: inherit;
  vertical-align: middle;
  text-align: center;
  overflow: hidden;
  transform: scale(0, 1);
  transition: all 0.25s ease-in-out;
}
.cid-t89xS8fkUU .dropdown-menu {
  padding: 0;
  border-radius: 4px;
  box-shadow: 0 1px 3px 0 rgba(0, 0, 0, 0.1);
}
.cid-t89xS8fkUU .dropdown-item {
  border-bottom: 1px solid #e6e6e6;
}
.cid-t89xS8fkUU .dropdown-item:hover,
.cid-t89xS8fkUU .dropdown-item:focus {
  background: #4d6d9a !important;
  color: white !important;
}
.cid-t89xS8fkUU .dropdown-item:first-child {
  border-top-left-radius: 4px;
  border-top-right-radius: 4px;
}
.cid-t89xS8fkUU .dropdown-item:last-child {
  border-bottom: none;
  border-bottom-left-radius: 4px;
  border-bottom-right-radius: 4px;
}
.cid-t89xS8fkUU .nav-dropdown .link {
  padding: 0 0.3em !important;
  margin: 0.667em 1em !important;
}
.cid-t89xS8fkUU .nav-dropdown .link.dropdown-toggle::after {
  margin-left: 0.5rem;
  margin-top: 0.2rem;
}
.cid-t89xS8fkUU .nav-link {
  position: relative;
}
.cid-t89xS8fkUU .container {
  display: flex;
  margin: auto;
}
.cid-t89xS8fkUU .iconfont-wrapper {
  color: #000000 !important;
  font-size: 1.5rem;
  padding-right: 0.5rem;
}
.cid-t89xS8fkUU .dropdown-menu,
.cid-t89xS8fkUU .navbar.opened {
  background: #353535 !important;
}
.cid-t89xS8fkUU .nav-item:focus,
.cid-t89xS8fkUU .nav-link:focus {
  outline: none;
}
.cid-t89xS8fkUU .dropdown .dropdown-menu .dropdown-item {
  width: auto;
  transition: all 0.25s ease-in-out;
}
.cid-t89xS8fkUU .dropdown .dropdown-menu .dropdown-item::after {
  right: 0.5rem;
}
.cid-t89xS8fkUU .dropdown .dropdown-menu .dropdown-item .mbr-iconfont {
  margin-right: 0.5rem;
  vertical-align: sub;
}
.cid-t89xS8fkUU .dropdown .dropdown-menu .dropdown-item .mbr-iconfont:before {
  display: inline-block;
  transform: scale(1, 1);
  transition: all 0.25s ease-in-out;
}
.cid-t89xS8fkUU .collapsed .dropdown-menu .dropdown-item:before {
  display: none;
}
.cid-t89xS8fkUU .collapsed .dropdown .dropdown-menu .dropdown-item {
  padding: 0.235em 1.5em 0.235em 1.5em !important;
  transition: none;
  margin: 0 !important;
}
.cid-t89xS8fkUU .navbar {
  min-height: 70px;
  transition: all 0.3s;
  border-bottom: 1px solid transparent;
  background: rgba(53, 53, 53, 0.6);
}
.cid-t89xS8fkUU .navbar.opened {
  transition: all 0.3s;
}
.cid-t89xS8fkUU .navbar .dropdown-item {
  padding: 0.5rem 1.8rem;
}
.cid-t89xS8fkUU .navbar .navbar-logo img {
  width: auto;
}
.cid-t89xS8fkUU .navbar .navbar-collapse {
  justify-content: flex-end;
  z-index: 1;
}
.cid-t89xS8fkUU .navbar.collapsed {
  justify-content: center;
}
.cid-t89xS8fkUU .navbar.collapsed .nav-item .nav-link::before {
  display: none;
}
.cid-t89xS8fkUU .navbar.collapsed.opened .dropdown-menu {
  top: 0;
}
@media (min-width: 992px) {
  .cid-t89xS8fkUU .navbar.collapsed.opened:not(.navbar-short) .navbar-collapse {
    max-height: calc(98.5vh - 4.9rem);
  }
}
.cid-t89xS8fkUU .navbar.collapsed .dropdown-menu .dropdown-submenu {
  left: 0 !important;
}
.cid-t89xS8fkUU .navbar.collapsed .dropdown-menu .dropdown-item:after {
  right: auto;
}
.cid-t89xS8fkUU .navbar.collapsed .dropdown-menu .dropdown-toggle[data-toggle="dropdown-submenu"]:after {
  margin-left: 0.5rem;
  margin-top: 0.2rem;
  border-top: 0.35em solid;
  border-right: 0.35em solid transparent;
  border-left: 0.35em solid transparent;
  border-bottom: 0;
  top: 41%;
}
.cid-t89xS8fkUU .navbar.collapsed ul.navbar-nav li {
  margin: auto;
}
.cid-t89xS8fkUU .navbar.collapsed .dropdown-menu .dropdown-item {
  padding: 0.25rem 1.5rem;
  text-align: center;
}
.cid-t89xS8fkUU .navbar.collapsed .icons-menu {
  padding-left: 0;
  padding-right: 0;
  padding-top: 0.5rem;
  padding-bottom: 0.5rem;
}
@media (max-width: 991px) {
  .cid-t89xS8fkUU .navbar .nav-item .nav-link::before {
    display: none;
  }
  .cid-t89xS8fkUU .navbar.opened .dropdown-menu {
    top: 0;
  }
  .cid-t89xS8fkUU .navbar .dropdown-menu .dropdown-submenu {
    left: 0 !important;
  }
  .cid-t89xS8fkUU .navbar .dropdown-menu .dropdown-item:after {
    right: auto;
  }
  .cid-t89xS8fkUU .navbar .dropdown-menu .dropdown-toggle[data-toggle="dropdown-submenu"]:after {
    margin-left: 0.5rem;
    margin-top: 0.2rem;
    border-top: 0.35em solid;
    border-right: 0.35em solid transparent;
    border-left: 0.35em solid transparent;
    border-bottom: 0;
    top: 40%;
  }
  .cid-t89xS8fkUU .navbar .navbar-logo img {
    height: 3rem !important;
  }
  .cid-t89xS8fkUU .navbar ul.navbar-nav li {
    margin: auto;
  }
  .cid-t89xS8fkUU .navbar .dropdown-menu .dropdown-item {
    padding: 0.25rem 1.5rem !important;
    text-align: center;
  }
  .cid-t89xS8fkUU .navbar .navbar-brand {
    flex-shrink: initial;
    flex-basis: auto;
    word-break: break-word;
    padding-right: 2rem;
  }
  .cid-t89xS8fkUU .navbar .navbar-toggler {
    flex-basis: auto;
  }
  .cid-t89xS8fkUU .navbar .icons-menu {
    padding-left: 0;
    padding-top: 0.5rem;
    padding-bottom: 0.5rem;
  }
}
.cid-t89xS8fkUU .navbar.navbar-short {
  min-height: 60px;
}
.cid-t89xS8fkUU .navbar.navbar-short .navbar-logo img {
  height: 2.5rem !important;
}
.cid-t89xS8fkUU .navbar.navbar-short .navbar-brand {
  min-height: 60px;
  padding: 0;
}
.cid-t89xS8fkUU .navbar-brand {
  min-height: 70px;
  flex-shrink: 0;
  align-items: center;
  margin-right: 0;
  padding: 10px 0;
  transition: all 0.3s;
  word-break: break-word;
  z-index: 1;
}
.cid-t89xS8fkUU .navbar-brand .navbar-caption {
  line-height: inherit !important;
}
.cid-t89xS8fkUU .navbar-brand .navbar-logo a {
  outline: none;
}
.cid-t89xS8fkUU .dropdown-item.active,
.cid-t89xS8fkUU .dropdown-item:active {
  background-color: transparent;
}
.cid-t89xS8fkUU .navbar-expand-lg .navbar-nav .nav-link {
  padding: 0;
}
.cid-t89xS8fkUU .nav-dropdown .link.dropdown-toggle {
  margin-right: 1.667em;
}
.cid-t89xS8fkUU .nav-dropdown .link.dropdown-toggle[aria-expanded="true"] {
  margin-right: 0;
  padding: 0.667em 1.667em;
}
.cid-t89xS8fkUU .navbar.navbar-expand-lg .dropdown .dropdown-menu {
  background: #353535;
}
.cid-t89xS8fkUU .navbar.navbar-expand-lg .dropdown .dropdown-menu .dropdown-submenu {
  margin: 0;
  left: 100%;
}
.cid-t89xS8fkUU .navbar .dropdown.open > .dropdown-menu {
  display: block;
}
.cid-t89xS8fkUU ul.navbar-nav {
  flex-wrap: wrap;
}
.cid-t89xS8fkUU .navbar-buttons {
  text-align: center;
  min-width: 170px;
}
.cid-t89xS8fkUU button.navbar-toggler {
  outline: none;
  width: 31px;
  height: 20px;
  cursor: pointer;
  transition: all 0.2s;
  position: relative;
  align-self: center;
}
.cid-t89xS8fkUU button.navbar-toggler .hamburger span {
  position: absolute;
  right: 0;
  width: 30px;
  height: 2px;
  border-right: 5px;
  background-color: #22a5e5;
}
.cid-t89xS8fkUU button.navbar-toggler .hamburger span:nth-child(1) {
  top: 0;
  transition: all 0.2s;
}
.cid-t89xS8fkUU button.navbar-toggler .hamburger span:nth-child(2) {
  top: 8px;
  transition: all 0.15s;
}
.cid-t89xS8fkUU button.navbar-toggler .hamburger span:nth-child(3) {
  top: 8px;
  transition: all 0.15s;
}
.cid-t89xS8fkUU button.navbar-toggler .hamburger span:nth-child(4) {
  top: 16px;
  transition: all 0.2s;
}
.cid-t89xS8fkUU nav.opened .hamburger span:nth-child(1) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-t89xS8fkUU nav.opened .hamburger span:nth-child(2) {
  transform: rotate(45deg);
  transition: all 0.25s;
}
.cid-t89xS8fkUU nav.opened .hamburger span:nth-child(3) {
  transform: rotate(-45deg);
  transition: all 0.25s;
}
.cid-t89xS8fkUU nav.opened .hamburger span:nth-child(4) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-t89xS8fkUU .navbar-dropdown {
  padding: 0 1rem;
  position: fixed;
}
.cid-t89xS8fkUU a.nav-link {
  display: flex;
  align-items: center;
  justify-content: center;
}
.cid-t89xS8fkUU .icons-menu {
  flex-wrap: nowrap;
  display: flex;
  justify-content: center;
  padding-left: 1rem;
  padding-right: 1rem;
  padding-top: 0.3rem;
  text-align: center;
}
@media screen and (-ms-high-contrast: active), (-ms-high-contrast: none) {
  .cid-t89xS8fkUU .navbar {
    height: 70px;
  }
  .cid-t89xS8fkUU .navbar.opened {
    height: auto;
  }
  .cid-t89xS8fkUU .nav-item .nav-link:hover::before {
    width: 175%;
    max-width: calc(100% + 2rem);
    left: -1rem;
  }
}
.cid-t89xS8EEuc {
  padding-top: 20rem;
  padding-bottom: 15rem;
  background-image: url("../../../assets/images/thumb-1920.jpg");
}
.cid-t89xS8EEuc .mbr-section-title {
  text-align: center;
  color: #47b5ed;
}
.cid-t89xS8EEuc .mbr-text,
.cid-t89xS8EEuc .mbr-section-btn {
  text-align: center;
  color: #ffffff;
}
.cid-t89zeDKByj {
  padding-top: 2rem;
  padding-bottom: 2rem;
  background-color: #353535;
}
.cid-t89zeDKByj img,
.cid-t89zeDKByj .item-img {
  width: 100%;
}
.cid-t89zeDKByj .item:focus,
.cid-t89zeDKByj span:focus {
  outline: none;
}
.cid-t89zeDKByj .item {
  cursor: pointer;
  margin-bottom: 2rem;
}
.cid-t89zeDKByj .item-wrapper {
  position: relative;
  border-radius: 4px;
  background: #bbbbbb;
  height: 100%;
  display: flex;
  flex-flow: column nowrap;
}
@media (min-width: 992px) {
  .cid-t89zeDKByj .item-wrapper .item-content {
    padding: 2rem;
  }
}
@media (max-width: 991px) {
  .cid-t89zeDKByj .item-wrapper .item-content {
    padding: 1rem;
  }
}
.cid-t89zeDKByj .mbr-section-btn {
  margin-top: auto !important;
}
.cid-t89zeDKByj .mbr-section-title {
  color: #bbbbbb;
}
.cid-t89zeDKByj .mbr-text,
.cid-t89zeDKByj .mbr-section-btn {
  text-align: left;
}
.cid-t89zeDKByj .item-title {
  text-align: left;
}
.cid-t89zeDKByj .item-subtitle {
  text-align: left;
}
.cid-t89xSawbyN {
  padding-top: 3rem;
  padding-bottom: 3rem;
  background-color: #232323;
}
.cid-t89xSawbyN .media-wrap {
  padding: 0;
}
@media (max-width: 991px) {
  .cid-t89xSawbyN .media-wrap {
    margin-bottom: 1rem;
  }
}
@media (max-width: 767px) {
  .cid-t89xSawbyN .row {
    text-align: center;
  }
  .cid-t89xSawbyN .row > div {
    margin: auto;
  }
  .cid-t89xSawbyN .social-row {
    justify-content: center;
  }
}
.cid-t89xSawbyN .social-row {
  display: flex;
  flex-wrap: wrap;
}
.cid-t89xSawbyN .list {
  list-style: none;
  padding-left: 0;
  color: #bbbbbb;
}
@media (max-width: 991px) {
  .cid-t89xSawbyN .list {
    margin-bottom: 2rem;
  }
}
@media (min-width: 992px) {
  .cid-t89xSawbyN .list {
    margin-bottom: 0rem;
  }
}
.cid-t89xSawbyN .mbr-text {
  color: #bbbbbb;
  text-align: left;
}
.cid-t89xSawbyN .soc-item {
  display: flex;
  align-items: center;
  justify-content: center;
  border-radius: 50%;
  background-color: white;
  margin-right: 0.5rem;
  margin-bottom: 1rem;
  padding: 0.5rem;
  height: 2.5rem;
  width: 2.5rem;
}
.cid-t89xSawbyN .mbr-iconfont {
  color: black;
}
@media (max-width: 991px) {
  .cid-t89xSawbyN div > *:last-child {
    margin-top: 0 !important;
  }
}
.cid-t89xSawbyN .copyright {
  text-align: center;
}
.cid-t89ZFm8sFr {
  z-index: 1000;
  width: 100%;
}
.cid-t89ZFm8sFr nav.navbar {
  position: fixed;
}
.cid-t89ZFm8sFr .dropdown-item:before {
  font-family: Moririse2 !important;
  content: "\e966";
  display: inline-block;
  width: 0;
  position: absolute;
  left: 1rem;
  top: 0.5rem;
  margin-right: 0.5rem;
  line-height: 1;
  font-size: inherit;
  vertical-align: middle;
  text-align: center;
  overflow: hidden;
  transform: scale(0, 1);
  transition: all 0.25s ease-in-out;
}
.cid-t89ZFm8sFr .dropdown-menu {
  padding: 0;
  border-radius: 4px;
  box-shadow: 0 1px 3px 0 rgba(0, 0, 0, 0.1);
}
.cid-t89ZFm8sFr .dropdown-item {
  border-bottom: 1px solid #e6e6e6;
}
.cid-t89ZFm8sFr .dropdown-item:hover,
.cid-t89ZFm8sFr .dropdown-item:focus {
  background: #4d6d9a !important;
  color: white !important;
}
.cid-t89ZFm8sFr .dropdown-item:first-child {
  border-top-left-radius: 4px;
  border-top-right-radius: 4px;
}
.cid-t89ZFm8sFr .dropdown-item:last-child {
  border-bottom: none;
  border-bottom-left-radius: 4px;
  border-bottom-right-radius: 4px;
}
.cid-t89ZFm8sFr .nav-dropdown .link {
  padding: 0 0.3em !important;
  margin: 0.667em 1em !important;
}
.cid-t89ZFm8sFr .nav-dropdown .link.dropdown-toggle::after {
  margin-left: 0.5rem;
  margin-top: 0.2rem;
}
.cid-t89ZFm8sFr .nav-link {
  position: relative;
}
.cid-t89ZFm8sFr .container {
  display: flex;
  margin: auto;
}
.cid-t89ZFm8sFr .iconfont-wrapper {
  color: #000000 !important;
  font-size: 1.5rem;
  padding-right: 0.5rem;
}
.cid-t89ZFm8sFr .dropdown-menu,
.cid-t89ZFm8sFr .navbar.opened {
  background: #353535 !important;
}
.cid-t89ZFm8sFr .nav-item:focus,
.cid-t89ZFm8sFr .nav-link:focus {
  outline: none;
}
.cid-t89ZFm8sFr .dropdown .dropdown-menu .dropdown-item {
  width: auto;
  transition: all 0.25s ease-in-out;
}
.cid-t89ZFm8sFr .dropdown .dropdown-menu .dropdown-item::after {
  right: 0.5rem;
}
.cid-t89ZFm8sFr .dropdown .dropdown-menu .dropdown-item .mbr-iconfont {
  margin-right: 0.5rem;
  vertical-align: sub;
}
.cid-t89ZFm8sFr .dropdown .dropdown-menu .dropdown-item .mbr-iconfont:before {
  display: inline-block;
  transform: scale(1, 1);
  transition: all 0.25s ease-in-out;
}
.cid-t89ZFm8sFr .collapsed .dropdown-menu .dropdown-item:before {
  display: none;
}
.cid-t89ZFm8sFr .collapsed .dropdown .dropdown-menu .dropdown-item {
  padding: 0.235em 1.5em 0.235em 1.5em !important;
  transition: none;
  margin: 0 !important;
}
.cid-t89ZFm8sFr .navbar {
  min-height: 70px;
  transition: all 0.3s;
  border-bottom: 1px solid transparent;
  background: rgba(53, 53, 53, 0.6);
}
.cid-t89ZFm8sFr .navbar.opened {
  transition: all 0.3s;
}
.cid-t89ZFm8sFr .navbar .dropdown-item {
  padding: 0.5rem 1.8rem;
}
.cid-t89ZFm8sFr .navbar .navbar-logo img {
  width: auto;
}
.cid-t89ZFm8sFr .navbar .navbar-collapse {
  justify-content: flex-end;
  z-index: 1;
}
.cid-t89ZFm8sFr .navbar.collapsed {
  justify-content: center;
}
.cid-t89ZFm8sFr .navbar.collapsed .nav-item .nav-link::before {
  display: none;
}
.cid-t89ZFm8sFr .navbar.collapsed.opened .dropdown-menu {
  top: 0;
}
@media (min-width: 992px) {
  .cid-t89ZFm8sFr .navbar.collapsed.opened:not(.navbar-short) .navbar-collapse {
    max-height: calc(98.5vh - 4.9rem);
  }
}
.cid-t89ZFm8sFr .navbar.collapsed .dropdown-menu .dropdown-submenu {
  left: 0 !important;
}
.cid-t89ZFm8sFr .navbar.collapsed .dropdown-menu .dropdown-item:after {
  right: auto;
}
.cid-t89ZFm8sFr .navbar.collapsed .dropdown-menu .dropdown-toggle[data-toggle="dropdown-submenu"]:after {
  margin-left: 0.5rem;
  margin-top: 0.2rem;
  border-top: 0.35em solid;
  border-right: 0.35em solid transparent;
  border-left: 0.35em solid transparent;
  border-bottom: 0;
  top: 41%;
}
.cid-t89ZFm8sFr .navbar.collapsed ul.navbar-nav li {
  margin: auto;
}
.cid-t89ZFm8sFr .navbar.collapsed .dropdown-menu .dropdown-item {
  padding: 0.25rem 1.5rem;
  text-align: center;
}
.cid-t89ZFm8sFr .navbar.collapsed .icons-menu {
  padding-left: 0;
  padding-right: 0;
  padding-top: 0.5rem;
  padding-bottom: 0.5rem;
}
@media (max-width: 991px) {
  .cid-t89ZFm8sFr .navbar .nav-item .nav-link::before {
    display: none;
  }
  .cid-t89ZFm8sFr .navbar.opened .dropdown-menu {
    top: 0;
  }
  .cid-t89ZFm8sFr .navbar .dropdown-menu .dropdown-submenu {
    left: 0 !important;
  }
  .cid-t89ZFm8sFr .navbar .dropdown-menu .dropdown-item:after {
    right: auto;
  }
  .cid-t89ZFm8sFr .navbar .dropdown-menu .dropdown-toggle[data-toggle="dropdown-submenu"]:after {
    margin-left: 0.5rem;
    margin-top: 0.2rem;
    border-top: 0.35em solid;
    border-right: 0.35em solid transparent;
    border-left: 0.35em solid transparent;
    border-bottom: 0;
    top: 40%;
  }
  .cid-t89ZFm8sFr .navbar .navbar-logo img {
    height: 3rem !important;
  }
  .cid-t89ZFm8sFr .navbar ul.navbar-nav li {
    margin: auto;
  }
  .cid-t89ZFm8sFr .navbar .dropdown-menu .dropdown-item {
    padding: 0.25rem 1.5rem !important;
    text-align: center;
  }
  .cid-t89ZFm8sFr .navbar .navbar-brand {
    flex-shrink: initial;
    flex-basis: auto;
    word-break: break-word;
    padding-right: 2rem;
  }
  .cid-t89ZFm8sFr .navbar .navbar-toggler {
    flex-basis: auto;
  }
  .cid-t89ZFm8sFr .navbar .icons-menu {
    padding-left: 0;
    padding-top: 0.5rem;
    padding-bottom: 0.5rem;
  }
}
.cid-t89ZFm8sFr .navbar.navbar-short {
  min-height: 60px;
}
.cid-t89ZFm8sFr .navbar.navbar-short .navbar-logo img {
  height: 2.5rem !important;
}
.cid-t89ZFm8sFr .navbar.navbar-short .navbar-brand {
  min-height: 60px;
  padding: 0;
}
.cid-t89ZFm8sFr .navbar-brand {
  min-height: 70px;
  flex-shrink: 0;
  align-items: center;
  margin-right: 0;
  padding: 10px 0;
  transition: all 0.3s;
  word-break: break-word;
  z-index: 1;
}
.cid-t89ZFm8sFr .navbar-brand .navbar-caption {
  line-height: inherit !important;
}
.cid-t89ZFm8sFr .navbar-brand .navbar-logo a {
  outline: none;
}
.cid-t89ZFm8sFr .dropdown-item.active,
.cid-t89ZFm8sFr .dropdown-item:active {
  background-color: transparent;
}
.cid-t89ZFm8sFr .navbar-expand-lg .navbar-nav .nav-link {
  padding: 0;
}
.cid-t89ZFm8sFr .nav-dropdown .link.dropdown-toggle {
  margin-right: 1.667em;
}
.cid-t89ZFm8sFr .nav-dropdown .link.dropdown-toggle[aria-expanded="true"] {
  margin-right: 0;
  padding: 0.667em 1.667em;
}
.cid-t89ZFm8sFr .navbar.navbar-expand-lg .dropdown .dropdown-menu {
  background: #353535;
}
.cid-t89ZFm8sFr .navbar.navbar-expand-lg .dropdown .dropdown-menu .dropdown-submenu {
  margin: 0;
  left: 100%;
}
.cid-t89ZFm8sFr .navbar .dropdown.open > .dropdown-menu {
  display: block;
}
.cid-t89ZFm8sFr ul.navbar-nav {
  flex-wrap: wrap;
}
.cid-t89ZFm8sFr .navbar-buttons {
  text-align: center;
  min-width: 170px;
}
.cid-t89ZFm8sFr button.navbar-toggler {
  outline: none;
  width: 31px;
  height: 20px;
  cursor: pointer;
  transition: all 0.2s;
  position: relative;
  align-self: center;
}
.cid-t89ZFm8sFr button.navbar-toggler .hamburger span {
  position: absolute;
  right: 0;
  width: 30px;
  height: 2px;
  border-right: 5px;
  background-color: #22a5e5;
}
.cid-t89ZFm8sFr button.navbar-toggler .hamburger span:nth-child(1) {
  top: 0;
  transition: all 0.2s;
}
.cid-t89ZFm8sFr button.navbar-toggler .hamburger span:nth-child(2) {
  top: 8px;
  transition: all 0.15s;
}
.cid-t89ZFm8sFr button.navbar-toggler .hamburger span:nth-child(3) {
  top: 8px;
  transition: all 0.15s;
}
.cid-t89ZFm8sFr button.navbar-toggler .hamburger span:nth-child(4) {
  top: 16px;
  transition: all 0.2s;
}
.cid-t89ZFm8sFr nav.opened .hamburger span:nth-child(1) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-t89ZFm8sFr nav.opened .hamburger span:nth-child(2) {
  transform: rotate(45deg);
  transition: all 0.25s;
}
.cid-t89ZFm8sFr nav.opened .hamburger span:nth-child(3) {
  transform: rotate(-45deg);
  transition: all 0.25s;
}
.cid-t89ZFm8sFr nav.opened .hamburger span:nth-child(4) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-t89ZFm8sFr .navbar-dropdown {
  padding: 0 1rem;
  position: fixed;
}
.cid-t89ZFm8sFr a.nav-link {
  display: flex;
  align-items: center;
  justify-content: center;
}
.cid-t89ZFm8sFr .icons-menu {
  flex-wrap: nowrap;
  display: flex;
  justify-content: center;
  padding-left: 1rem;
  padding-right: 1rem;
  padding-top: 0.3rem;
  text-align: center;
}
@media screen and (-ms-high-contrast: active), (-ms-high-contrast: none) {
  .cid-t89ZFm8sFr .navbar {
    height: 70px;
  }
  .cid-t89ZFm8sFr .navbar.opened {
    height: auto;
  }
  .cid-t89ZFm8sFr .nav-item .nav-link:hover::before {
    width: 175%;
    max-width: calc(100% + 2rem);
    left: -1rem;
  }
}
.cid-t89ZFmw9sk {
  padding-top: 20rem;
  padding-bottom: 15rem;
  background-image: url("../../../assets/images/panzer-iii-at-heliopolis-1942.jpg");
}
.cid-t89ZFmw9sk .mbr-section-title {
  text-align: center;
  color: #47b5ed;
}
.cid-t89ZFmw9sk .mbr-text,
.cid-t89ZFmw9sk .mbr-section-btn {
  text-align: center;
  color: #ffffff;
}
.cid-t89ZFmUbTJ {
  padding-top: 2rem;
  padding-bottom: 2rem;
  background-color: #353535;
}
.cid-t89ZFmUbTJ img,
.cid-t89ZFmUbTJ .item-img {
  width: 100%;
}
.cid-t89ZFmUbTJ .item:focus,
.cid-t89ZFmUbTJ span:focus {
  outline: none;
}
.cid-t89ZFmUbTJ .item {
  cursor: pointer;
  margin-bottom: 2rem;
}
.cid-t89ZFmUbTJ .item-wrapper {
  position: relative;
  border-radius: 4px;
  background: #bbbbbb;
  height: 100%;
  display: flex;
  flex-flow: column nowrap;
}
@media (min-width: 992px) {
  .cid-t89ZFmUbTJ .item-wrapper .item-content {
    padding: 2rem;
  }
}
@media (max-width: 991px) {
  .cid-t89ZFmUbTJ .item-wrapper .item-content {
    padding: 1rem;
  }
}
.cid-t89ZFmUbTJ .mbr-section-btn {
  margin-top: auto !important;
}
.cid-t89ZFmUbTJ .mbr-section-title {
  color: #bbbbbb;
}
.cid-t89ZFmUbTJ .mbr-text,
.cid-t89ZFmUbTJ .mbr-section-btn {
  text-align: left;
}
.cid-t89ZFmUbTJ .item-title {
  text-align: left;
}
.cid-t89ZFmUbTJ .item-subtitle {
  text-align: left;
}
.cid-t89ZFnlB6A {
  padding-top: 3rem;
  padding-bottom: 3rem;
  background-color: #232323;
}
.cid-t89ZFnlB6A .media-wrap {
  padding: 0;
}
@media (max-width: 991px) {
  .cid-t89ZFnlB6A .media-wrap {
    margin-bottom: 1rem;
  }
}
@media (max-width: 767px) {
  .cid-t89ZFnlB6A .row {
    text-align: center;
  }
  .cid-t89ZFnlB6A .row > div {
    margin: auto;
  }
  .cid-t89ZFnlB6A .social-row {
    justify-content: center;
  }
}
.cid-t89ZFnlB6A .social-row {
  display: flex;
  flex-wrap: wrap;
}
.cid-t89ZFnlB6A .list {
  list-style: none;
  padding-left: 0;
  color: #bbbbbb;
}
@media (max-width: 991px) {
  .cid-t89ZFnlB6A .list {
    margin-bottom: 2rem;
  }
}
@media (min-width: 992px) {
  .cid-t89ZFnlB6A .list {
    margin-bottom: 0rem;
  }
}
.cid-t89ZFnlB6A .mbr-text {
  color: #bbbbbb;
  text-align: left;
}
.cid-t89ZFnlB6A .soc-item {
  display: flex;
  align-items: center;
  justify-content: center;
  border-radius: 50%;
  background-color: white;
  margin-right: 0.5rem;
  margin-bottom: 1rem;
  padding: 0.5rem;
  height: 2.5rem;
  width: 2.5rem;
}
.cid-t89ZFnlB6A .mbr-iconfont {
  color: black;
}
@media (max-width: 991px) {
  .cid-t89ZFnlB6A div > *:last-child {
    margin-top: 0 !important;
  }
}
.cid-t89ZFnlB6A .copyright {
  text-align: center;
}
.cid-t9WG4U4qD9 {
  z-index: 1000;
  width: 100%;
}
.cid-t9WG4U4qD9 nav.navbar {
  position: fixed;
}
.cid-t9WG4U4qD9 .dropdown-item:before {
  font-family: Moririse2 !important;
  content: "\e966";
  display: inline-block;
  width: 0;
  position: absolute;
  left: 1rem;
  top: 0.5rem;
  margin-right: 0.5rem;
  line-height: 1;
  font-size: inherit;
  vertical-align: middle;
  text-align: center;
  overflow: hidden;
  transform: scale(0, 1);
  transition: all 0.25s ease-in-out;
}
.cid-t9WG4U4qD9 .dropdown-menu {
  padding: 0;
  border-radius: 4px;
  box-shadow: 0 1px 3px 0 rgba(0, 0, 0, 0.1);
}
.cid-t9WG4U4qD9 .dropdown-item {
  border-bottom: 1px solid #e6e6e6;
}
.cid-t9WG4U4qD9 .dropdown-item:hover,
.cid-t9WG4U4qD9 .dropdown-item:focus {
  background: #4d6d9a !important;
  color: white !important;
}
.cid-t9WG4U4qD9 .dropdown-item:first-child {
  border-top-left-radius: 4px;
  border-top-right-radius: 4px;
}
.cid-t9WG4U4qD9 .dropdown-item:last-child {
  border-bottom: none;
  border-bottom-left-radius: 4px;
  border-bottom-right-radius: 4px;
}
.cid-t9WG4U4qD9 .nav-dropdown .link {
  padding: 0 0.3em !important;
  margin: 0.667em 1em !important;
}
.cid-t9WG4U4qD9 .nav-dropdown .link.dropdown-toggle::after {
  margin-left: 0.5rem;
  margin-top: 0.2rem;
}
.cid-t9WG4U4qD9 .nav-link {
  position: relative;
}
.cid-t9WG4U4qD9 .container {
  display: flex;
  margin: auto;
}
.cid-t9WG4U4qD9 .iconfont-wrapper {
  color: #000000 !important;
  font-size: 1.5rem;
  padding-right: 0.5rem;
}
.cid-t9WG4U4qD9 .dropdown-menu,
.cid-t9WG4U4qD9 .navbar.opened {
  background: #353535 !important;
}
.cid-t9WG4U4qD9 .nav-item:focus,
.cid-t9WG4U4qD9 .nav-link:focus {
  outline: none;
}
.cid-t9WG4U4qD9 .dropdown .dropdown-menu .dropdown-item {
  width: auto;
  transition: all 0.25s ease-in-out;
}
.cid-t9WG4U4qD9 .dropdown .dropdown-menu .dropdown-item::after {
  right: 0.5rem;
}
.cid-t9WG4U4qD9 .dropdown .dropdown-menu .dropdown-item .mbr-iconfont {
  margin-right: 0.5rem;
  vertical-align: sub;
}
.cid-t9WG4U4qD9 .dropdown .dropdown-menu .dropdown-item .mbr-iconfont:before {
  display: inline-block;
  transform: scale(1, 1);
  transition: all 0.25s ease-in-out;
}
.cid-t9WG4U4qD9 .collapsed .dropdown-menu .dropdown-item:before {
  display: none;
}
.cid-t9WG4U4qD9 .collapsed .dropdown .dropdown-menu .dropdown-item {
  padding: 0.235em 1.5em 0.235em 1.5em !important;
  transition: none;
  margin: 0 !important;
}
.cid-t9WG4U4qD9 .navbar {
  min-height: 70px;
  transition: all 0.3s;
  border-bottom: 1px solid transparent;
  background: rgba(53, 53, 53, 0.6);
}
.cid-t9WG4U4qD9 .navbar.opened {
  transition: all 0.3s;
}
.cid-t9WG4U4qD9 .navbar .dropdown-item {
  padding: 0.5rem 1.8rem;
}
.cid-t9WG4U4qD9 .navbar .navbar-logo img {
  width: auto;
}
.cid-t9WG4U4qD9 .navbar .navbar-collapse {
  justify-content: flex-end;
  z-index: 1;
}
.cid-t9WG4U4qD9 .navbar.collapsed {
  justify-content: center;
}
.cid-t9WG4U4qD9 .navbar.collapsed .nav-item .nav-link::before {
  display: none;
}
.cid-t9WG4U4qD9 .navbar.collapsed.opened .dropdown-menu {
  top: 0;
}
@media (min-width: 992px) {
  .cid-t9WG4U4qD9 .navbar.collapsed.opened:not(.navbar-short) .navbar-collapse {
    max-height: calc(98.5vh - 4.9rem);
  }
}
.cid-t9WG4U4qD9 .navbar.collapsed .dropdown-menu .dropdown-submenu {
  left: 0 !important;
}
.cid-t9WG4U4qD9 .navbar.collapsed .dropdown-menu .dropdown-item:after {
  right: auto;
}
.cid-t9WG4U4qD9 .navbar.collapsed .dropdown-menu .dropdown-toggle[data-toggle="dropdown-submenu"]:after {
  margin-left: 0.5rem;
  margin-top: 0.2rem;
  border-top: 0.35em solid;
  border-right: 0.35em solid transparent;
  border-left: 0.35em solid transparent;
  border-bottom: 0;
  top: 41%;
}
.cid-t9WG4U4qD9 .navbar.collapsed ul.navbar-nav li {
  margin: auto;
}
.cid-t9WG4U4qD9 .navbar.collapsed .dropdown-menu .dropdown-item {
  padding: 0.25rem 1.5rem;
  text-align: center;
}
.cid-t9WG4U4qD9 .navbar.collapsed .icons-menu {
  padding-left: 0;
  padding-right: 0;
  padding-top: 0.5rem;
  padding-bottom: 0.5rem;
}
@media (max-width: 991px) {
  .cid-t9WG4U4qD9 .navbar .nav-item .nav-link::before {
    display: none;
  }
  .cid-t9WG4U4qD9 .navbar.opened .dropdown-menu {
    top: 0;
  }
  .cid-t9WG4U4qD9 .navbar .dropdown-menu .dropdown-submenu {
    left: 0 !important;
  }
  .cid-t9WG4U4qD9 .navbar .dropdown-menu .dropdown-item:after {
    right: auto;
  }
  .cid-t9WG4U4qD9 .navbar .dropdown-menu .dropdown-toggle[data-toggle="dropdown-submenu"]:after {
    margin-left: 0.5rem;
    margin-top: 0.2rem;
    border-top: 0.35em solid;
    border-right: 0.35em solid transparent;
    border-left: 0.35em solid transparent;
    border-bottom: 0;
    top: 40%;
  }
  .cid-t9WG4U4qD9 .navbar .navbar-logo img {
    height: 3rem !important;
  }
  .cid-t9WG4U4qD9 .navbar ul.navbar-nav li {
    margin: auto;
  }
  .cid-t9WG4U4qD9 .navbar .dropdown-menu .dropdown-item {
    padding: 0.25rem 1.5rem !important;
    text-align: center;
  }
  .cid-t9WG4U4qD9 .navbar .navbar-brand {
    flex-shrink: initial;
    flex-basis: auto;
    word-break: break-word;
    padding-right: 2rem;
  }
  .cid-t9WG4U4qD9 .navbar .navbar-toggler {
    flex-basis: auto;
  }
  .cid-t9WG4U4qD9 .navbar .icons-menu {
    padding-left: 0;
    padding-top: 0.5rem;
    padding-bottom: 0.5rem;
  }
}
.cid-t9WG4U4qD9 .navbar.navbar-short {
  min-height: 60px;
}
.cid-t9WG4U4qD9 .navbar.navbar-short .navbar-logo img {
  height: 2.5rem !important;
}
.cid-t9WG4U4qD9 .navbar.navbar-short .navbar-brand {
  min-height: 60px;
  padding: 0;
}
.cid-t9WG4U4qD9 .navbar-brand {
  min-height: 70px;
  flex-shrink: 0;
  align-items: center;
  margin-right: 0;
  padding: 10px 0;
  transition: all 0.3s;
  word-break: break-word;
  z-index: 1;
}
.cid-t9WG4U4qD9 .navbar-brand .navbar-caption {
  line-height: inherit !important;
}
.cid-t9WG4U4qD9 .navbar-brand .navbar-logo a {
  outline: none;
}
.cid-t9WG4U4qD9 .dropdown-item.active,
.cid-t9WG4U4qD9 .dropdown-item:active {
  background-color: transparent;
}
.cid-t9WG4U4qD9 .navbar-expand-lg .navbar-nav .nav-link {
  padding: 0;
}
.cid-t9WG4U4qD9 .nav-dropdown .link.dropdown-toggle {
  margin-right: 1.667em;
}
.cid-t9WG4U4qD9 .nav-dropdown .link.dropdown-toggle[aria-expanded="true"] {
  margin-right: 0;
  padding: 0.667em 1.667em;
}
.cid-t9WG4U4qD9 .navbar.navbar-expand-lg .dropdown .dropdown-menu {
  background: #353535;
}
.cid-t9WG4U4qD9 .navbar.navbar-expand-lg .dropdown .dropdown-menu .dropdown-submenu {
  margin: 0;
  left: 100%;
}
.cid-t9WG4U4qD9 .navbar .dropdown.open > .dropdown-menu {
  display: block;
}
.cid-t9WG4U4qD9 ul.navbar-nav {
  flex-wrap: wrap;
}
.cid-t9WG4U4qD9 .navbar-buttons {
  text-align: center;
  min-width: 170px;
}
.cid-t9WG4U4qD9 button.navbar-toggler {
  outline: none;
  width: 31px;
  height: 20px;
  cursor: pointer;
  transition: all 0.2s;
  position: relative;
  align-self: center;
}
.cid-t9WG4U4qD9 button.navbar-toggler .hamburger span {
  position: absolute;
  right: 0;
  width: 30px;
  height: 2px;
  border-right: 5px;
  background-color: #22a5e5;
}
.cid-t9WG4U4qD9 button.navbar-toggler .hamburger span:nth-child(1) {
  top: 0;
  transition: all 0.2s;
}
.cid-t9WG4U4qD9 button.navbar-toggler .hamburger span:nth-child(2) {
  top: 8px;
  transition: all 0.15s;
}
.cid-t9WG4U4qD9 button.navbar-toggler .hamburger span:nth-child(3) {
  top: 8px;
  transition: all 0.15s;
}
.cid-t9WG4U4qD9 button.navbar-toggler .hamburger span:nth-child(4) {
  top: 16px;
  transition: all 0.2s;
}
.cid-t9WG4U4qD9 nav.opened .hamburger span:nth-child(1) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-t9WG4U4qD9 nav.opened .hamburger span:nth-child(2) {
  transform: rotate(45deg);
  transition: all 0.25s;
}
.cid-t9WG4U4qD9 nav.opened .hamburger span:nth-child(3) {
  transform: rotate(-45deg);
  transition: all 0.25s;
}
.cid-t9WG4U4qD9 nav.opened .hamburger span:nth-child(4) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-t9WG4U4qD9 .navbar-dropdown {
  padding: 0 1rem;
  position: fixed;
}
.cid-t9WG4U4qD9 a.nav-link {
  display: flex;
  align-items: center;
  justify-content: center;
}
.cid-t9WG4U4qD9 .icons-menu {
  flex-wrap: nowrap;
  display: flex;
  justify-content: center;
  padding-left: 1rem;
  padding-right: 1rem;
  padding-top: 0.3rem;
  text-align: center;
}
@media screen and (-ms-high-contrast: active), (-ms-high-contrast: none) {
  .cid-t9WG4U4qD9 .navbar {
    height: 70px;
  }
  .cid-t9WG4U4qD9 .navbar.opened {
    height: auto;
  }
  .cid-t9WG4U4qD9 .nav-item .nav-link:hover::before {
    width: 175%;
    max-width: calc(100% + 2rem);
    left: -1rem;
  }
}
.cid-t9WG4UlGbq {
  padding-top: 12rem;
  padding-bottom: 12rem;
  background-image: url("../../../assets/images/military-tank-leopard-2-bundeswehr-wallpaper-594028fd21eafd9b0627784f3091f6ed.jpg");
}
.cid-t9WG4UlGbq .mbr-section-title {
  text-align: center;
  color: #47b5ed;
}
.cid-t9WG4UlGbq .mbr-text,
.cid-t9WG4UlGbq .mbr-section-btn {
  text-align: center;
  color: #ffffff;
}
.cid-t9WG4UE5AT {
  padding-top: 1rem;
  padding-bottom: 0rem;
  background-color: #353535;
}
@media (max-width: 991px) {
  .cid-t9WG4UE5AT .image-wrapper {
    margin-bottom: 1rem;
  }
}
.cid-t9WG4UE5AT img {
  width: 100%;
}
@media (min-width: 992px) {
  .cid-t9WG4UE5AT .text-wrapper {
    padding: 2rem;
  }
}
.cid-t9WG4UE5AT .mbr-section-title {
  color: #ffffff;
}
.cid-t9WG4UE5AT .mbr-text {
  color: #ffffff;
}
.cid-t9WG4UE5AT .mbr-description {
  color: #ffffff;
}
.cid-t9WG4UVeMo {
  padding-top: 1rem;
  padding-bottom: 1rem;
  background-color: #353535;
}
.cid-t9WG4UVeMo .mbr-text {
  color: #ffffff;
}
.cid-t9WG4VaifN {
  padding-top: 1rem;
  padding-bottom: 2rem;
  background-color: #353535;
}
.cid-t9WG4VaifN .line {
  background-color: #ffffff;
  align: center;
  height: 2px;
  margin: 0 auto;
}
.cid-t9WG4VaifN .mbr-text {
  color: #ffffff;
}
.cid-t9WG4VlLtm {
  padding-top: 1rem;
  padding-bottom: 2rem;
  background-color: #353535;
}
.cid-t9WG4VlLtm .row {
  margin-left: 0;
  margin-right: 0;
}
.cid-t9WG4VlLtm .item {
  padding-left: 0;
  padding-right: 0;
}
.cid-t9WG4VlLtm .item-wrapper {
  height: 100%;
  position: relative;
}
.cid-t9WG4VlLtm .item-wrapper img {
  height: 100%;
  object-fit: cover;
}
.cid-t9WG4VlLtm .item-wrapper .icon-wrapper {
  pointer-events: none;
  position: absolute;
  width: 60px;
  height: 60px;
  font-size: 22px;
  left: 50%;
  top: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
  border: 2px solid #ffffff;
  border-radius: 50%;
  opacity: 0;
  color: #ffffff;
  transform: translateX(-50%) translateY(-50%);
  background-color: #1b1b1b;
  transition: 0.2s;
}
.cid-t9WG4VlLtm .item-wrapper:hover .icon-wrapper {
  opacity: 0.7;
}
.cid-t9WG4VlLtm .carousel-control,
.cid-t9WG4VlLtm .close {
  background: #1b1b1b;
}
.cid-t9WG4VlLtm .carousel-control-prev {
  margin-left: 2.5rem;
}
.cid-t9WG4VlLtm .carousel-control-prev span {
  margin-right: 5px;
}
.cid-t9WG4VlLtm .carousel-control-next {
  margin-right: 2.5rem;
}
.cid-t9WG4VlLtm .carousel-control-next span {
  margin-left: 5px;
}
.cid-t9WG4VlLtm .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-t9WG4VlLtm .close::before {
  content: '\e91a';
}
.cid-t9WG4VlLtm .close:hover {
  opacity: 1;
  background: #000;
  color: #fff;
}
.cid-t9WG4VlLtm .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-t9WG4VlLtm .carousel-control.carousel-control-prev {
  left: 0;
  margin-left: 2.5rem;
}
.cid-t9WG4VlLtm .carousel-control.carousel-control-next {
  right: 0;
  margin-right: 2.5rem;
}
@media (max-width: 767px) {
  .cid-t9WG4VlLtm .carousel-control {
    top: auto;
    bottom: 1rem;
  }
}
.cid-t9WG4VlLtm .carousel-indicators {
  position: absolute;
  bottom: 0;
  margin-bottom: 3px;
}
.cid-t9WG4VlLtm .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-t9WG4VlLtm .carousel-indicators li.active,
.cid-t9WG4VlLtm .carousel-indicators li:hover {
  opacity: 0.9;
}
.cid-t9WG4VlLtm .carousel-indicators li::after,
.cid-t9WG4VlLtm .carousel-indicators li::before {
  content: none;
}
.cid-t9WG4VlLtm .carousel-indicators.ie-fix {
  left: 50%;
  display: block;
  width: 60%;
  margin-left: -30%;
  text-align: center;
}
@media (max-width: 768px) {
  .cid-t9WG4VlLtm .carousel-indicators {
    display: none !important;
  }
}
@media (max-width: 991px) {
  .cid-t9WG4VlLtm .carousel-indicators {
    margin-bottom: 3.625rem !important;
    padding-left: 2.5rem;
    padding-right: 2.5rem;
  }
}
@media (max-width: 767px) {
  .cid-t9WG4VlLtm .carousel-indicators {
    display: none;
  }
}
.cid-t9WG4VlLtm .carousel-inner {
  display: flex;
  align-items: center;
}
.cid-t9WG4VlLtm .carousel-inner > .active {
  display: block;
}
.cid-t9WG4VlLtm .carousel-control.left {
  left: 0;
  margin-left: 2.5rem;
}
.cid-t9WG4VlLtm .carousel-control.right {
  right: 0;
  margin-right: 2.5rem;
}
.cid-t9WG4VlLtm .carousel-control:hover {
  background: #1b1b1b;
  color: #fff;
  opacity: 1;
}
@media (max-width: 768px) {
  .cid-t9WG4VlLtm .carousel-control,
  .cid-t9WG4VlLtm .carousel-indicators,
  .cid-t9WG4VlLtm .modal .close {
    position: fixed;
  }
}
@media (max-width: 767px) {
  .cid-t9WG4VlLtm .mbr-slider .carousel-control {
    top: auto;
    bottom: 20px;
  }
  .cid-t9WG4VlLtm .mbr-slider > .container .carousel-control {
    margin-bottom: 0;
  }
}
.cid-t9WG4VlLtm .carousel-indicators .active,
.cid-t9WG4VlLtm .carousel-indicators li {
  width: 7px;
  height: 7px;
  margin: 3px;
  background: #000000;
  opacity: 0.5;
  border: 4px solid #000000;
}
.cid-t9WG4VlLtm .carousel-indicators .active {
  background: #fff;
}
.cid-t9WG4VlLtm .carousel-indicators li {
  max-width: 15px;
  max-height: 15px;
  border-radius: 50%;
}
.cid-t9WG4VlLtm .modal {
  padding-left: 0 !important;
  position: fixed;
  overflow: hidden;
  padding-right: 0 !important;
}
.cid-t9WG4VlLtm .modal-dialog {
  margin: 0 auto;
  max-width: 100%;
  padding-left: 1rem;
  padding-right: 1rem;
}
.cid-t9WG4VlLtm .modal-content {
  border-radius: 0;
  border: none;
  background: transparent;
}
.cid-t9WG4VlLtm .modal-body {
  padding: 0;
  display: flex;
  align-items: center;
}
.cid-t9WG4VlLtm .modal-body img {
  width: 100%;
  object-fit: contain;
  max-height: calc(100vh - 1.75rem);
}
.cid-t9WG4VlLtm .carousel {
  width: 100%;
}
.cid-t9WG4VlLtm .modal-backdrop.in {
  opacity: 0.8;
}
.cid-t9WG4VlLtm .modal.fade .modal-dialog {
  transition: margin-top 0.3s ease-out;
}
.cid-t9WG4VlLtm .modal.fade .modal-dialog,
.cid-t9WG4VlLtm .modal.in .modal-dialog {
  transform: none;
}
.cid-t9WG4VlLtm .mbr-gallery .item-wrapper {
  cursor: pointer;
}
.cid-t9WG4VlLtm H6 {
  text-align: center;
}
.cid-t9WG4VMcxf {
  padding-top: 3rem;
  padding-bottom: 3rem;
  background-color: #232323;
}
.cid-t9WG4VMcxf .media-wrap {
  padding: 0;
}
@media (max-width: 991px) {
  .cid-t9WG4VMcxf .media-wrap {
    margin-bottom: 1rem;
  }
}
@media (max-width: 767px) {
  .cid-t9WG4VMcxf .row {
    text-align: center;
  }
  .cid-t9WG4VMcxf .row > div {
    margin: auto;
  }
  .cid-t9WG4VMcxf .social-row {
    justify-content: center;
  }
}
.cid-t9WG4VMcxf .social-row {
  display: flex;
  flex-wrap: wrap;
}
.cid-t9WG4VMcxf .list {
  list-style: none;
  padding-left: 0;
  color: #bbbbbb;
}
@media (max-width: 991px) {
  .cid-t9WG4VMcxf .list {
    margin-bottom: 2rem;
  }
}
@media (min-width: 992px) {
  .cid-t9WG4VMcxf .list {
    margin-bottom: 0rem;
  }
}
.cid-t9WG4VMcxf .mbr-text {
  color: #bbbbbb;
  text-align: left;
}
.cid-t9WG4VMcxf .soc-item {
  display: flex;
  align-items: center;
  justify-content: center;
  border-radius: 50%;
  background-color: white;
  margin-right: 0.5rem;
  margin-bottom: 1rem;
  padding: 0.5rem;
  height: 2.5rem;
  width: 2.5rem;
}
.cid-t9WG4VMcxf .mbr-iconfont {
  color: black;
}
@media (max-width: 991px) {
  .cid-t9WG4VMcxf div > *:last-child {
    margin-top: 0 !important;
  }
}
.cid-t9WG4VMcxf .copyright {
  text-align: center;
}
.cid-t8fgltbcGH {
  z-index: 1000;
  width: 100%;
}
.cid-t8fgltbcGH nav.navbar {
  position: fixed;
}
.cid-t8fgltbcGH .dropdown-item:before {
  font-family: Moririse2 !important;
  content: "\e966";
  display: inline-block;
  width: 0;
  position: absolute;
  left: 1rem;
  top: 0.5rem;
  margin-right: 0.5rem;
  line-height: 1;
  font-size: inherit;
  vertical-align: middle;
  text-align: center;
  overflow: hidden;
  transform: scale(0, 1);
  transition: all 0.25s ease-in-out;
}
.cid-t8fgltbcGH .dropdown-menu {
  padding: 0;
  border-radius: 4px;
  box-shadow: 0 1px 3px 0 rgba(0, 0, 0, 0.1);
}
.cid-t8fgltbcGH .dropdown-item {
  border-bottom: 1px solid #e6e6e6;
}
.cid-t8fgltbcGH .dropdown-item:hover,
.cid-t8fgltbcGH .dropdown-item:focus {
  background: #4d6d9a !important;
  color: white !important;
}
.cid-t8fgltbcGH .dropdown-item:first-child {
  border-top-left-radius: 4px;
  border-top-right-radius: 4px;
}
.cid-t8fgltbcGH .dropdown-item:last-child {
  border-bottom: none;
  border-bottom-left-radius: 4px;
  border-bottom-right-radius: 4px;
}
.cid-t8fgltbcGH .nav-dropdown .link {
  padding: 0 0.3em !important;
  margin: 0.667em 1em !important;
}
.cid-t8fgltbcGH .nav-dropdown .link.dropdown-toggle::after {
  margin-left: 0.5rem;
  margin-top: 0.2rem;
}
.cid-t8fgltbcGH .nav-link {
  position: relative;
}
.cid-t8fgltbcGH .container {
  display: flex;
  margin: auto;
}
.cid-t8fgltbcGH .iconfont-wrapper {
  color: #000000 !important;
  font-size: 1.5rem;
  padding-right: 0.5rem;
}
.cid-t8fgltbcGH .dropdown-menu,
.cid-t8fgltbcGH .navbar.opened {
  background: #353535 !important;
}
.cid-t8fgltbcGH .nav-item:focus,
.cid-t8fgltbcGH .nav-link:focus {
  outline: none;
}
.cid-t8fgltbcGH .dropdown .dropdown-menu .dropdown-item {
  width: auto;
  transition: all 0.25s ease-in-out;
}
.cid-t8fgltbcGH .dropdown .dropdown-menu .dropdown-item::after {
  right: 0.5rem;
}
.cid-t8fgltbcGH .dropdown .dropdown-menu .dropdown-item .mbr-iconfont {
  margin-right: 0.5rem;
  vertical-align: sub;
}
.cid-t8fgltbcGH .dropdown .dropdown-menu .dropdown-item .mbr-iconfont:before {
  display: inline-block;
  transform: scale(1, 1);
  transition: all 0.25s ease-in-out;
}
.cid-t8fgltbcGH .collapsed .dropdown-menu .dropdown-item:before {
  display: none;
}
.cid-t8fgltbcGH .collapsed .dropdown .dropdown-menu .dropdown-item {
  padding: 0.235em 1.5em 0.235em 1.5em !important;
  transition: none;
  margin: 0 !important;
}
.cid-t8fgltbcGH .navbar {
  min-height: 70px;
  transition: all 0.3s;
  border-bottom: 1px solid transparent;
  background: rgba(53, 53, 53, 0.6);
}
.cid-t8fgltbcGH .navbar.opened {
  transition: all 0.3s;
}
.cid-t8fgltbcGH .navbar .dropdown-item {
  padding: 0.5rem 1.8rem;
}
.cid-t8fgltbcGH .navbar .navbar-logo img {
  width: auto;
}
.cid-t8fgltbcGH .navbar .navbar-collapse {
  justify-content: flex-end;
  z-index: 1;
}
.cid-t8fgltbcGH .navbar.collapsed {
  justify-content: center;
}
.cid-t8fgltbcGH .navbar.collapsed .nav-item .nav-link::before {
  display: none;
}
.cid-t8fgltbcGH .navbar.collapsed.opened .dropdown-menu {
  top: 0;
}
@media (min-width: 992px) {
  .cid-t8fgltbcGH .navbar.collapsed.opened:not(.navbar-short) .navbar-collapse {
    max-height: calc(98.5vh - 4.9rem);
  }
}
.cid-t8fgltbcGH .navbar.collapsed .dropdown-menu .dropdown-submenu {
  left: 0 !important;
}
.cid-t8fgltbcGH .navbar.collapsed .dropdown-menu .dropdown-item:after {
  right: auto;
}
.cid-t8fgltbcGH .navbar.collapsed .dropdown-menu .dropdown-toggle[data-toggle="dropdown-submenu"]:after {
  margin-left: 0.5rem;
  margin-top: 0.2rem;
  border-top: 0.35em solid;
  border-right: 0.35em solid transparent;
  border-left: 0.35em solid transparent;
  border-bottom: 0;
  top: 41%;
}
.cid-t8fgltbcGH .navbar.collapsed ul.navbar-nav li {
  margin: auto;
}
.cid-t8fgltbcGH .navbar.collapsed .dropdown-menu .dropdown-item {
  padding: 0.25rem 1.5rem;
  text-align: center;
}
.cid-t8fgltbcGH .navbar.collapsed .icons-menu {
  padding-left: 0;
  padding-right: 0;
  padding-top: 0.5rem;
  padding-bottom: 0.5rem;
}
@media (max-width: 991px) {
  .cid-t8fgltbcGH .navbar .nav-item .nav-link::before {
    display: none;
  }
  .cid-t8fgltbcGH .navbar.opened .dropdown-menu {
    top: 0;
  }
  .cid-t8fgltbcGH .navbar .dropdown-menu .dropdown-submenu {
    left: 0 !important;
  }
  .cid-t8fgltbcGH .navbar .dropdown-menu .dropdown-item:after {
    right: auto;
  }
  .cid-t8fgltbcGH .navbar .dropdown-menu .dropdown-toggle[data-toggle="dropdown-submenu"]:after {
    margin-left: 0.5rem;
    margin-top: 0.2rem;
    border-top: 0.35em solid;
    border-right: 0.35em solid transparent;
    border-left: 0.35em solid transparent;
    border-bottom: 0;
    top: 40%;
  }
  .cid-t8fgltbcGH .navbar .navbar-logo img {
    height: 3rem !important;
  }
  .cid-t8fgltbcGH .navbar ul.navbar-nav li {
    margin: auto;
  }
  .cid-t8fgltbcGH .navbar .dropdown-menu .dropdown-item {
    padding: 0.25rem 1.5rem !important;
    text-align: center;
  }
  .cid-t8fgltbcGH .navbar .navbar-brand {
    flex-shrink: initial;
    flex-basis: auto;
    word-break: break-word;
    padding-right: 2rem;
  }
  .cid-t8fgltbcGH .navbar .navbar-toggler {
    flex-basis: auto;
  }
  .cid-t8fgltbcGH .navbar .icons-menu {
    padding-left: 0;
    padding-top: 0.5rem;
    padding-bottom: 0.5rem;
  }
}
.cid-t8fgltbcGH .navbar.navbar-short {
  min-height: 60px;
}
.cid-t8fgltbcGH .navbar.navbar-short .navbar-logo img {
  height: 2.5rem !important;
}
.cid-t8fgltbcGH .navbar.navbar-short .navbar-brand {
  min-height: 60px;
  padding: 0;
}
.cid-t8fgltbcGH .navbar-brand {
  min-height: 70px;
  flex-shrink: 0;
  align-items: center;
  margin-right: 0;
  padding: 10px 0;
  transition: all 0.3s;
  word-break: break-word;
  z-index: 1;
}
.cid-t8fgltbcGH .navbar-brand .navbar-caption {
  line-height: inherit !important;
}
.cid-t8fgltbcGH .navbar-brand .navbar-logo a {
  outline: none;
}
.cid-t8fgltbcGH .dropdown-item.active,
.cid-t8fgltbcGH .dropdown-item:active {
  background-color: transparent;
}
.cid-t8fgltbcGH .navbar-expand-lg .navbar-nav .nav-link {
  padding: 0;
}
.cid-t8fgltbcGH .nav-dropdown .link.dropdown-toggle {
  margin-right: 1.667em;
}
.cid-t8fgltbcGH .nav-dropdown .link.dropdown-toggle[aria-expanded="true"] {
  margin-right: 0;
  padding: 0.667em 1.667em;
}
.cid-t8fgltbcGH .navbar.navbar-expand-lg .dropdown .dropdown-menu {
  background: #353535;
}
.cid-t8fgltbcGH .navbar.navbar-expand-lg .dropdown .dropdown-menu .dropdown-submenu {
  margin: 0;
  left: 100%;
}
.cid-t8fgltbcGH .navbar .dropdown.open > .dropdown-menu {
  display: block;
}
.cid-t8fgltbcGH ul.navbar-nav {
  flex-wrap: wrap;
}
.cid-t8fgltbcGH .navbar-buttons {
  text-align: center;
  min-width: 170px;
}
.cid-t8fgltbcGH button.navbar-toggler {
  outline: none;
  width: 31px;
  height: 20px;
  cursor: pointer;
  transition: all 0.2s;
  position: relative;
  align-self: center;
}
.cid-t8fgltbcGH button.navbar-toggler .hamburger span {
  position: absolute;
  right: 0;
  width: 30px;
  height: 2px;
  border-right: 5px;
  background-color: #22a5e5;
}
.cid-t8fgltbcGH button.navbar-toggler .hamburger span:nth-child(1) {
  top: 0;
  transition: all 0.2s;
}
.cid-t8fgltbcGH button.navbar-toggler .hamburger span:nth-child(2) {
  top: 8px;
  transition: all 0.15s;
}
.cid-t8fgltbcGH button.navbar-toggler .hamburger span:nth-child(3) {
  top: 8px;
  transition: all 0.15s;
}
.cid-t8fgltbcGH button.navbar-toggler .hamburger span:nth-child(4) {
  top: 16px;
  transition: all 0.2s;
}
.cid-t8fgltbcGH nav.opened .hamburger span:nth-child(1) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-t8fgltbcGH nav.opened .hamburger span:nth-child(2) {
  transform: rotate(45deg);
  transition: all 0.25s;
}
.cid-t8fgltbcGH nav.opened .hamburger span:nth-child(3) {
  transform: rotate(-45deg);
  transition: all 0.25s;
}
.cid-t8fgltbcGH nav.opened .hamburger span:nth-child(4) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-t8fgltbcGH .navbar-dropdown {
  padding: 0 1rem;
  position: fixed;
}
.cid-t8fgltbcGH a.nav-link {
  display: flex;
  align-items: center;
  justify-content: center;
}
.cid-t8fgltbcGH .icons-menu {
  flex-wrap: nowrap;
  display: flex;
  justify-content: center;
  padding-left: 1rem;
  padding-right: 1rem;
  padding-top: 0.3rem;
  text-align: center;
}
@media screen and (-ms-high-contrast: active), (-ms-high-contrast: none) {
  .cid-t8fgltbcGH .navbar {
    height: 70px;
  }
  .cid-t8fgltbcGH .navbar.opened {
    height: auto;
  }
  .cid-t8fgltbcGH .nav-item .nav-link:hover::before {
    width: 175%;
    max-width: calc(100% + 2rem);
    left: -1rem;
  }
}
.cid-t8fgltFzXI {
  padding-top: 12rem;
  padding-bottom: 12rem;
  background-image: url("../../../assets/images/2560px-prvomajski-sprevod-v-ljubljani-1961.jpg");
}
.cid-t8fgltFzXI .mbr-section-title {
  text-align: center;
  color: #47b5ed;
}
.cid-t8fgltFzXI .mbr-text,
.cid-t8fgltFzXI .mbr-section-btn {
  text-align: center;
  color: #ffffff;
}
.cid-t8fglu8wzf {
  padding-top: 1rem;
  padding-bottom: 0rem;
  background-color: #353535;
}
@media (max-width: 991px) {
  .cid-t8fglu8wzf .image-wrapper {
    margin-bottom: 1rem;
  }
}
.cid-t8fglu8wzf img {
  width: 100%;
}
@media (min-width: 992px) {
  .cid-t8fglu8wzf .text-wrapper {
    padding: 2rem;
  }
}
.cid-t8fglu8wzf .mbr-section-title {
  color: #ffffff;
}
.cid-t8fglu8wzf .mbr-text {
  color: #ffffff;
}
.cid-t8fglu8wzf .mbr-description {
  color: #ffffff;
}
.cid-t8fgluvH9C {
  padding-top: 1rem;
  padding-bottom: 1rem;
  background-color: #353535;
}
.cid-t8fgluvH9C .mbr-text {
  color: #ffffff;
}
.cid-t8fgluK2Gg {
  padding-top: 1rem;
  padding-bottom: 2rem;
  background-color: #353535;
}
.cid-t8fgluK2Gg .line {
  background-color: #ffffff;
  align: center;
  height: 2px;
  margin: 0 auto;
}
.cid-t8fgluK2Gg .mbr-text {
  color: #ffffff;
}
.cid-t8fgluZANy {
  padding-top: 1rem;
  padding-bottom: 2rem;
  background-color: #353535;
}
.cid-t8fgluZANy .row {
  margin-left: 0;
  margin-right: 0;
}
.cid-t8fgluZANy .item {
  padding-left: 0;
  padding-right: 0;
}
.cid-t8fgluZANy .item-wrapper {
  height: 100%;
  position: relative;
}
.cid-t8fgluZANy .item-wrapper img {
  height: 100%;
  object-fit: cover;
}
.cid-t8fgluZANy .item-wrapper .icon-wrapper {
  pointer-events: none;
  position: absolute;
  width: 60px;
  height: 60px;
  font-size: 22px;
  left: 50%;
  top: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
  border: 2px solid #ffffff;
  border-radius: 50%;
  opacity: 0;
  color: #ffffff;
  transform: translateX(-50%) translateY(-50%);
  background-color: #1b1b1b;
  transition: 0.2s;
}
.cid-t8fgluZANy .item-wrapper:hover .icon-wrapper {
  opacity: 0.7;
}
.cid-t8fgluZANy .carousel-control,
.cid-t8fgluZANy .close {
  background: #1b1b1b;
}
.cid-t8fgluZANy .carousel-control-prev {
  margin-left: 2.5rem;
}
.cid-t8fgluZANy .carousel-control-prev span {
  margin-right: 5px;
}
.cid-t8fgluZANy .carousel-control-next {
  margin-right: 2.5rem;
}
.cid-t8fgluZANy .carousel-control-next span {
  margin-left: 5px;
}
.cid-t8fgluZANy .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-t8fgluZANy .close::before {
  content: '\e91a';
}
.cid-t8fgluZANy .close:hover {
  opacity: 1;
  background: #000;
  color: #fff;
}
.cid-t8fgluZANy .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-t8fgluZANy .carousel-control.carousel-control-prev {
  left: 0;
  margin-left: 2.5rem;
}
.cid-t8fgluZANy .carousel-control.carousel-control-next {
  right: 0;
  margin-right: 2.5rem;
}
@media (max-width: 767px) {
  .cid-t8fgluZANy .carousel-control {
    top: auto;
    bottom: 1rem;
  }
}
.cid-t8fgluZANy .carousel-indicators {
  position: absolute;
  bottom: 0;
  margin-bottom: 3px;
}
.cid-t8fgluZANy .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-t8fgluZANy .carousel-indicators li.active,
.cid-t8fgluZANy .carousel-indicators li:hover {
  opacity: 0.9;
}
.cid-t8fgluZANy .carousel-indicators li::after,
.cid-t8fgluZANy .carousel-indicators li::before {
  content: none;
}
.cid-t8fgluZANy .carousel-indicators.ie-fix {
  left: 50%;
  display: block;
  width: 60%;
  margin-left: -30%;
  text-align: center;
}
@media (max-width: 768px) {
  .cid-t8fgluZANy .carousel-indicators {
    display: none !important;
  }
}
@media (max-width: 991px) {
  .cid-t8fgluZANy .carousel-indicators {
    margin-bottom: 3.625rem !important;
    padding-left: 2.5rem;
    padding-right: 2.5rem;
  }
}
@media (max-width: 767px) {
  .cid-t8fgluZANy .carousel-indicators {
    display: none;
  }
}
.cid-t8fgluZANy .carousel-inner {
  display: flex;
  align-items: center;
}
.cid-t8fgluZANy .carousel-inner > .active {
  display: block;
}
.cid-t8fgluZANy .carousel-control.left {
  left: 0;
  margin-left: 2.5rem;
}
.cid-t8fgluZANy .carousel-control.right {
  right: 0;
  margin-right: 2.5rem;
}
.cid-t8fgluZANy .carousel-control:hover {
  background: #1b1b1b;
  color: #fff;
  opacity: 1;
}
@media (max-width: 768px) {
  .cid-t8fgluZANy .carousel-control,
  .cid-t8fgluZANy .carousel-indicators,
  .cid-t8fgluZANy .modal .close {
    position: fixed;
  }
}
@media (max-width: 767px) {
  .cid-t8fgluZANy .mbr-slider .carousel-control {
    top: auto;
    bottom: 20px;
  }
  .cid-t8fgluZANy .mbr-slider > .container .carousel-control {
    margin-bottom: 0;
  }
}
.cid-t8fgluZANy .carousel-indicators .active,
.cid-t8fgluZANy .carousel-indicators li {
  width: 7px;
  height: 7px;
  margin: 3px;
  background: #000000;
  opacity: 0.5;
  border: 4px solid #000000;
}
.cid-t8fgluZANy .carousel-indicators .active {
  background: #fff;
}
.cid-t8fgluZANy .carousel-indicators li {
  max-width: 15px;
  max-height: 15px;
  border-radius: 50%;
}
.cid-t8fgluZANy .modal {
  padding-left: 0 !important;
  position: fixed;
  overflow: hidden;
  padding-right: 0 !important;
}
.cid-t8fgluZANy .modal-dialog {
  margin: 0 auto;
  max-width: 100%;
  padding-left: 1rem;
  padding-right: 1rem;
}
.cid-t8fgluZANy .modal-content {
  border-radius: 0;
  border: none;
  background: transparent;
}
.cid-t8fgluZANy .modal-body {
  padding: 0;
  display: flex;
  align-items: center;
}
.cid-t8fgluZANy .modal-body img {
  width: 100%;
  object-fit: contain;
  max-height: calc(100vh - 1.75rem);
}
.cid-t8fgluZANy .carousel {
  width: 100%;
}
.cid-t8fgluZANy .modal-backdrop.in {
  opacity: 0.8;
}
.cid-t8fgluZANy .modal.fade .modal-dialog {
  transition: margin-top 0.3s ease-out;
}
.cid-t8fgluZANy .modal.fade .modal-dialog,
.cid-t8fgluZANy .modal.in .modal-dialog {
  transform: none;
}
.cid-t8fgluZANy .mbr-gallery .item-wrapper {
  cursor: pointer;
}
.cid-t8fgluZANy H6 {
  text-align: center;
}
.cid-t8fglvWbM2 {
  padding-top: 3rem;
  padding-bottom: 3rem;
  background-color: #232323;
}
.cid-t8fglvWbM2 .media-wrap {
  padding: 0;
}
@media (max-width: 991px) {
  .cid-t8fglvWbM2 .media-wrap {
    margin-bottom: 1rem;
  }
}
@media (max-width: 767px) {
  .cid-t8fglvWbM2 .row {
    text-align: center;
  }
  .cid-t8fglvWbM2 .row > div {
    margin: auto;
  }
  .cid-t8fglvWbM2 .social-row {
    justify-content: center;
  }
}
.cid-t8fglvWbM2 .social-row {
  display: flex;
  flex-wrap: wrap;
}
.cid-t8fglvWbM2 .list {
  list-style: none;
  padding-left: 0;
  color: #bbbbbb;
}
@media (max-width: 991px) {
  .cid-t8fglvWbM2 .list {
    margin-bottom: 2rem;
  }
}
@media (min-width: 992px) {
  .cid-t8fglvWbM2 .list {
    margin-bottom: 0rem;
  }
}
.cid-t8fglvWbM2 .mbr-text {
  color: #bbbbbb;
  text-align: left;
}
.cid-t8fglvWbM2 .soc-item {
  display: flex;
  align-items: center;
  justify-content: center;
  border-radius: 50%;
  background-color: white;
  margin-right: 0.5rem;
  margin-bottom: 1rem;
  padding: 0.5rem;
  height: 2.5rem;
  width: 2.5rem;
}
.cid-t8fglvWbM2 .mbr-iconfont {
  color: black;
}
@media (max-width: 991px) {
  .cid-t8fglvWbM2 div > *:last-child {
    margin-top: 0 !important;
  }
}
.cid-t8fglvWbM2 .copyright {
  text-align: center;
}
.cid-ufyV2myV58 {
  z-index: 1000;
  width: 100%;
}
.cid-ufyV2myV58 nav.navbar {
  position: fixed;
}
.cid-ufyV2myV58 .dropdown-item:before {
  font-family: Moririse2 !important;
  content: "\e966";
  display: inline-block;
  width: 0;
  position: absolute;
  left: 1rem;
  top: 0.5rem;
  margin-right: 0.5rem;
  line-height: 1;
  font-size: inherit;
  vertical-align: middle;
  text-align: center;
  overflow: hidden;
  transform: scale(0, 1);
  transition: all 0.25s ease-in-out;
}
.cid-ufyV2myV58 .dropdown-menu {
  padding: 0;
  border-radius: 4px;
  box-shadow: 0 1px 3px 0 rgba(0, 0, 0, 0.1);
}
.cid-ufyV2myV58 .dropdown-item {
  border-bottom: 1px solid #e6e6e6;
}
.cid-ufyV2myV58 .dropdown-item:hover,
.cid-ufyV2myV58 .dropdown-item:focus {
  background: #4d6d9a !important;
  color: white !important;
}
.cid-ufyV2myV58 .dropdown-item:first-child {
  border-top-left-radius: 4px;
  border-top-right-radius: 4px;
}
.cid-ufyV2myV58 .dropdown-item:last-child {
  border-bottom: none;
  border-bottom-left-radius: 4px;
  border-bottom-right-radius: 4px;
}
.cid-ufyV2myV58 .nav-dropdown .link {
  padding: 0 0.3em !important;
  margin: 0.667em 1em !important;
}
.cid-ufyV2myV58 .nav-dropdown .link.dropdown-toggle::after {
  margin-left: 0.5rem;
  margin-top: 0.2rem;
}
.cid-ufyV2myV58 .nav-link {
  position: relative;
}
.cid-ufyV2myV58 .container {
  display: flex;
  margin: auto;
}
.cid-ufyV2myV58 .iconfont-wrapper {
  color: #000000 !important;
  font-size: 1.5rem;
  padding-right: 0.5rem;
}
.cid-ufyV2myV58 .dropdown-menu,
.cid-ufyV2myV58 .navbar.opened {
  background: #353535 !important;
}
.cid-ufyV2myV58 .nav-item:focus,
.cid-ufyV2myV58 .nav-link:focus {
  outline: none;
}
.cid-ufyV2myV58 .dropdown .dropdown-menu .dropdown-item {
  width: auto;
  transition: all 0.25s ease-in-out;
}
.cid-ufyV2myV58 .dropdown .dropdown-menu .dropdown-item::after {
  right: 0.5rem;
}
.cid-ufyV2myV58 .dropdown .dropdown-menu .dropdown-item .mbr-iconfont {
  margin-right: 0.5rem;
  vertical-align: sub;
}
.cid-ufyV2myV58 .dropdown .dropdown-menu .dropdown-item .mbr-iconfont:before {
  display: inline-block;
  transform: scale(1, 1);
  transition: all 0.25s ease-in-out;
}
.cid-ufyV2myV58 .collapsed .dropdown-menu .dropdown-item:before {
  display: none;
}
.cid-ufyV2myV58 .collapsed .dropdown .dropdown-menu .dropdown-item {
  padding: 0.235em 1.5em 0.235em 1.5em !important;
  transition: none;
  margin: 0 !important;
}
.cid-ufyV2myV58 .navbar {
  min-height: 70px;
  transition: all 0.3s;
  border-bottom: 1px solid transparent;
  background: rgba(53, 53, 53, 0.6);
}
.cid-ufyV2myV58 .navbar.opened {
  transition: all 0.3s;
}
.cid-ufyV2myV58 .navbar .dropdown-item {
  padding: 0.5rem 1.8rem;
}
.cid-ufyV2myV58 .navbar .navbar-logo img {
  width: auto;
}
.cid-ufyV2myV58 .navbar .navbar-collapse {
  justify-content: flex-end;
  z-index: 1;
}
.cid-ufyV2myV58 .navbar.collapsed {
  justify-content: center;
}
.cid-ufyV2myV58 .navbar.collapsed .nav-item .nav-link::before {
  display: none;
}
.cid-ufyV2myV58 .navbar.collapsed.opened .dropdown-menu {
  top: 0;
}
@media (min-width: 992px) {
  .cid-ufyV2myV58 .navbar.collapsed.opened:not(.navbar-short) .navbar-collapse {
    max-height: calc(98.5vh - 4.9rem);
  }
}
.cid-ufyV2myV58 .navbar.collapsed .dropdown-menu .dropdown-submenu {
  left: 0 !important;
}
.cid-ufyV2myV58 .navbar.collapsed .dropdown-menu .dropdown-item:after {
  right: auto;
}
.cid-ufyV2myV58 .navbar.collapsed .dropdown-menu .dropdown-toggle[data-toggle="dropdown-submenu"]:after {
  margin-left: 0.5rem;
  margin-top: 0.2rem;
  border-top: 0.35em solid;
  border-right: 0.35em solid transparent;
  border-left: 0.35em solid transparent;
  border-bottom: 0;
  top: 41%;
}
.cid-ufyV2myV58 .navbar.collapsed ul.navbar-nav li {
  margin: auto;
}
.cid-ufyV2myV58 .navbar.collapsed .dropdown-menu .dropdown-item {
  padding: 0.25rem 1.5rem;
  text-align: center;
}
.cid-ufyV2myV58 .navbar.collapsed .icons-menu {
  padding-left: 0;
  padding-right: 0;
  padding-top: 0.5rem;
  padding-bottom: 0.5rem;
}
@media (max-width: 991px) {
  .cid-ufyV2myV58 .navbar .nav-item .nav-link::before {
    display: none;
  }
  .cid-ufyV2myV58 .navbar.opened .dropdown-menu {
    top: 0;
  }
  .cid-ufyV2myV58 .navbar .dropdown-menu .dropdown-submenu {
    left: 0 !important;
  }
  .cid-ufyV2myV58 .navbar .dropdown-menu .dropdown-item:after {
    right: auto;
  }
  .cid-ufyV2myV58 .navbar .dropdown-menu .dropdown-toggle[data-toggle="dropdown-submenu"]:after {
    margin-left: 0.5rem;
    margin-top: 0.2rem;
    border-top: 0.35em solid;
    border-right: 0.35em solid transparent;
    border-left: 0.35em solid transparent;
    border-bottom: 0;
    top: 40%;
  }
  .cid-ufyV2myV58 .navbar .navbar-logo img {
    height: 3rem !important;
  }
  .cid-ufyV2myV58 .navbar ul.navbar-nav li {
    margin: auto;
  }
  .cid-ufyV2myV58 .navbar .dropdown-menu .dropdown-item {
    padding: 0.25rem 1.5rem !important;
    text-align: center;
  }
  .cid-ufyV2myV58 .navbar .navbar-brand {
    flex-shrink: initial;
    flex-basis: auto;
    word-break: break-word;
    padding-right: 2rem;
  }
  .cid-ufyV2myV58 .navbar .navbar-toggler {
    flex-basis: auto;
  }
  .cid-ufyV2myV58 .navbar .icons-menu {
    padding-left: 0;
    padding-top: 0.5rem;
    padding-bottom: 0.5rem;
  }
}
.cid-ufyV2myV58 .navbar.navbar-short {
  min-height: 60px;
}
.cid-ufyV2myV58 .navbar.navbar-short .navbar-logo img {
  height: 2.5rem !important;
}
.cid-ufyV2myV58 .navbar.navbar-short .navbar-brand {
  min-height: 60px;
  padding: 0;
}
.cid-ufyV2myV58 .navbar-brand {
  min-height: 70px;
  flex-shrink: 0;
  align-items: center;
  margin-right: 0;
  padding: 10px 0;
  transition: all 0.3s;
  word-break: break-word;
  z-index: 1;
}
.cid-ufyV2myV58 .navbar-brand .navbar-caption {
  line-height: inherit !important;
}
.cid-ufyV2myV58 .navbar-brand .navbar-logo a {
  outline: none;
}
.cid-ufyV2myV58 .dropdown-item.active,
.cid-ufyV2myV58 .dropdown-item:active {
  background-color: transparent;
}
.cid-ufyV2myV58 .navbar-expand-lg .navbar-nav .nav-link {
  padding: 0;
}
.cid-ufyV2myV58 .nav-dropdown .link.dropdown-toggle {
  margin-right: 1.667em;
}
.cid-ufyV2myV58 .nav-dropdown .link.dropdown-toggle[aria-expanded="true"] {
  margin-right: 0;
  padding: 0.667em 1.667em;
}
.cid-ufyV2myV58 .navbar.navbar-expand-lg .dropdown .dropdown-menu {
  background: #353535;
}
.cid-ufyV2myV58 .navbar.navbar-expand-lg .dropdown .dropdown-menu .dropdown-submenu {
  margin: 0;
  left: 100%;
}
.cid-ufyV2myV58 .navbar .dropdown.open > .dropdown-menu {
  display: block;
}
.cid-ufyV2myV58 ul.navbar-nav {
  flex-wrap: wrap;
}
.cid-ufyV2myV58 .navbar-buttons {
  text-align: center;
  min-width: 170px;
}
.cid-ufyV2myV58 button.navbar-toggler {
  outline: none;
  width: 31px;
  height: 20px;
  cursor: pointer;
  transition: all 0.2s;
  position: relative;
  align-self: center;
}
.cid-ufyV2myV58 button.navbar-toggler .hamburger span {
  position: absolute;
  right: 0;
  width: 30px;
  height: 2px;
  border-right: 5px;
  background-color: #22a5e5;
}
.cid-ufyV2myV58 button.navbar-toggler .hamburger span:nth-child(1) {
  top: 0;
  transition: all 0.2s;
}
.cid-ufyV2myV58 button.navbar-toggler .hamburger span:nth-child(2) {
  top: 8px;
  transition: all 0.15s;
}
.cid-ufyV2myV58 button.navbar-toggler .hamburger span:nth-child(3) {
  top: 8px;
  transition: all 0.15s;
}
.cid-ufyV2myV58 button.navbar-toggler .hamburger span:nth-child(4) {
  top: 16px;
  transition: all 0.2s;
}
.cid-ufyV2myV58 nav.opened .hamburger span:nth-child(1) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-ufyV2myV58 nav.opened .hamburger span:nth-child(2) {
  transform: rotate(45deg);
  transition: all 0.25s;
}
.cid-ufyV2myV58 nav.opened .hamburger span:nth-child(3) {
  transform: rotate(-45deg);
  transition: all 0.25s;
}
.cid-ufyV2myV58 nav.opened .hamburger span:nth-child(4) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-ufyV2myV58 .navbar-dropdown {
  padding: 0 1rem;
  position: fixed;
}
.cid-ufyV2myV58 a.nav-link {
  display: flex;
  align-items: center;
  justify-content: center;
}
.cid-ufyV2myV58 .icons-menu {
  flex-wrap: nowrap;
  display: flex;
  justify-content: center;
  padding-left: 1rem;
  padding-right: 1rem;
  padding-top: 0.3rem;
  text-align: center;
}
@media screen and (-ms-high-contrast: active), (-ms-high-contrast: none) {
  .cid-ufyV2myV58 .navbar {
    height: 70px;
  }
  .cid-ufyV2myV58 .navbar.opened {
    height: auto;
  }
  .cid-ufyV2myV58 .nav-item .nav-link:hover::before {
    width: 175%;
    max-width: calc(100% + 2rem);
    left: -1rem;
  }
}
.cid-ufyV2mYpQY {
  padding-top: 12rem;
  padding-bottom: 12rem;
  background-image: url("../../../assets/images/kf51-panther-hcym5sf.jpg");
}
.cid-ufyV2mYpQY .mbr-section-title {
  text-align: center;
  color: #47b5ed;
}
.cid-ufyV2mYpQY .mbr-text,
.cid-ufyV2mYpQY .mbr-section-btn {
  text-align: center;
  color: #ffffff;
}
.cid-ufyV2nhQw0 {
  padding-top: 1rem;
  padding-bottom: 0rem;
  background-color: #353535;
}
@media (max-width: 991px) {
  .cid-ufyV2nhQw0 .image-wrapper {
    margin-bottom: 1rem;
  }
}
.cid-ufyV2nhQw0 img {
  width: 100%;
}
@media (min-width: 992px) {
  .cid-ufyV2nhQw0 .text-wrapper {
    padding: 2rem;
  }
}
.cid-ufyV2nhQw0 .mbr-section-title {
  color: #ffffff;
}
.cid-ufyV2nhQw0 .mbr-text {
  color: #ffffff;
}
.cid-ufyV2nhQw0 .mbr-description {
  color: #ffffff;
}
.cid-ufyV2nDiY6 {
  padding-top: 1rem;
  padding-bottom: 1rem;
  background-color: #353535;
}
.cid-ufyV2nDiY6 .mbr-text {
  color: #ffffff;
}
.cid-ufyW4H8O96 {
  padding-top: 6rem;
  padding-bottom: 6rem;
}
.cid-ufyW4H8O96 .mbr-fallback-image.disabled {
  display: none;
}
.cid-ufyW4H8O96 .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
  background-image: url("../../../assets/images/kf51-panther-hcym5sf.jpg");
}
.cid-ufyW4H8O96 .video-wrapper iframe {
  width: 100%;
}
.cid-ufyW4H8O96 .mbr-section-title,
.cid-ufyW4H8O96 .mbr-section-subtitle,
.cid-ufyW4H8O96 .mbr-text {
  text-align: center;
}
.cid-ufyV2nVxJ6 {
  padding-top: 1rem;
  padding-bottom: 2rem;
  background-color: #353535;
}
.cid-ufyV2nVxJ6 .line {
  background-color: #ffffff;
  align: center;
  height: 2px;
  margin: 0 auto;
}
.cid-ufyV2nVxJ6 .mbr-text {
  color: #ffffff;
}
#custom-html-b3 {
  /* Type valid CSS here */
}
#custom-html-b3 div {
  padding: 80px 0;
  color: #777;
  text-align: center;
}
#custom-html-b3 p {
  font-size: 60px;
  color: #777;
}
.cid-ufyV2ofHOe {
  padding-top: 1rem;
  padding-bottom: 2rem;
  background-color: #353535;
}
.cid-ufyV2ofHOe .row {
  margin-left: 0;
  margin-right: 0;
}
.cid-ufyV2ofHOe .item {
  padding-left: 0;
  padding-right: 0;
}
.cid-ufyV2ofHOe .item-wrapper {
  height: 100%;
  position: relative;
}
.cid-ufyV2ofHOe .item-wrapper img {
  height: 100%;
  object-fit: cover;
}
.cid-ufyV2ofHOe .item-wrapper .icon-wrapper {
  pointer-events: none;
  position: absolute;
  width: 60px;
  height: 60px;
  font-size: 22px;
  left: 50%;
  top: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
  border: 2px solid #ffffff;
  border-radius: 50%;
  opacity: 0;
  color: #ffffff;
  transform: translateX(-50%) translateY(-50%);
  background-color: #1b1b1b;
  transition: 0.2s;
}
.cid-ufyV2ofHOe .item-wrapper:hover .icon-wrapper {
  opacity: 0.7;
}
.cid-ufyV2ofHOe .carousel-control,
.cid-ufyV2ofHOe .close {
  background: #1b1b1b;
}
.cid-ufyV2ofHOe .carousel-control-prev {
  margin-left: 2.5rem;
}
.cid-ufyV2ofHOe .carousel-control-prev span {
  margin-right: 5px;
}
.cid-ufyV2ofHOe .carousel-control-next {
  margin-right: 2.5rem;
}
.cid-ufyV2ofHOe .carousel-control-next span {
  margin-left: 5px;
}
.cid-ufyV2ofHOe .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-ufyV2ofHOe .close::before {
  content: '\e91a';
}
.cid-ufyV2ofHOe .close:hover {
  opacity: 1;
  background: #000;
  color: #fff;
}
.cid-ufyV2ofHOe .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-ufyV2ofHOe .carousel-control.carousel-control-prev {
  left: 0;
  margin-left: 2.5rem;
}
.cid-ufyV2ofHOe .carousel-control.carousel-control-next {
  right: 0;
  margin-right: 2.5rem;
}
@media (max-width: 767px) {
  .cid-ufyV2ofHOe .carousel-control {
    top: auto;
    bottom: 1rem;
  }
}
.cid-ufyV2ofHOe .carousel-indicators {
  position: absolute;
  bottom: 0;
  margin-bottom: 3px;
}
.cid-ufyV2ofHOe .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-ufyV2ofHOe .carousel-indicators li.active,
.cid-ufyV2ofHOe .carousel-indicators li:hover {
  opacity: 0.9;
}
.cid-ufyV2ofHOe .carousel-indicators li::after,
.cid-ufyV2ofHOe .carousel-indicators li::before {
  content: none;
}
.cid-ufyV2ofHOe .carousel-indicators.ie-fix {
  left: 50%;
  display: block;
  width: 60%;
  margin-left: -30%;
  text-align: center;
}
@media (max-width: 768px) {
  .cid-ufyV2ofHOe .carousel-indicators {
    display: none !important;
  }
}
@media (max-width: 991px) {
  .cid-ufyV2ofHOe .carousel-indicators {
    margin-bottom: 3.625rem !important;
    padding-left: 2.5rem;
    padding-right: 2.5rem;
  }
}
@media (max-width: 767px) {
  .cid-ufyV2ofHOe .carousel-indicators {
    display: none;
  }
}
.cid-ufyV2ofHOe .carousel-inner {
  display: flex;
  align-items: center;
}
.cid-ufyV2ofHOe .carousel-inner > .active {
  display: block;
}
.cid-ufyV2ofHOe .carousel-control.left {
  left: 0;
  margin-left: 2.5rem;
}
.cid-ufyV2ofHOe .carousel-control.right {
  right: 0;
  margin-right: 2.5rem;
}
.cid-ufyV2ofHOe .carousel-control:hover {
  background: #1b1b1b;
  color: #fff;
  opacity: 1;
}
@media (max-width: 768px) {
  .cid-ufyV2ofHOe .carousel-control,
  .cid-ufyV2ofHOe .carousel-indicators,
  .cid-ufyV2ofHOe .modal .close {
    position: fixed;
  }
}
@media (max-width: 767px) {
  .cid-ufyV2ofHOe .mbr-slider .carousel-control {
    top: auto;
    bottom: 20px;
  }
  .cid-ufyV2ofHOe .mbr-slider > .container .carousel-control {
    margin-bottom: 0;
  }
}
.cid-ufyV2ofHOe .carousel-indicators .active,
.cid-ufyV2ofHOe .carousel-indicators li {
  width: 7px;
  height: 7px;
  margin: 3px;
  background: #000000;
  opacity: 0.5;
  border: 4px solid #000000;
}
.cid-ufyV2ofHOe .carousel-indicators .active {
  background: #fff;
}
.cid-ufyV2ofHOe .carousel-indicators li {
  max-width: 15px;
  max-height: 15px;
  border-radius: 50%;
}
.cid-ufyV2ofHOe .modal {
  padding-left: 0 !important;
  position: fixed;
  overflow: hidden;
  padding-right: 0 !important;
}
.cid-ufyV2ofHOe .modal-dialog {
  margin: 0 auto;
  max-width: 100%;
  padding-left: 1rem;
  padding-right: 1rem;
}
.cid-ufyV2ofHOe .modal-content {
  border-radius: 0;
  border: none;
  background: transparent;
}
.cid-ufyV2ofHOe .modal-body {
  padding: 0;
  display: flex;
  align-items: center;
}
.cid-ufyV2ofHOe .modal-body img {
  width: 100%;
  object-fit: contain;
  max-height: calc(100vh - 1.75rem);
}
.cid-ufyV2ofHOe .carousel {
  width: 100%;
}
.cid-ufyV2ofHOe .modal-backdrop.in {
  opacity: 0.8;
}
.cid-ufyV2ofHOe .modal.fade .modal-dialog {
  transition: margin-top 0.3s ease-out;
}
.cid-ufyV2ofHOe .modal.fade .modal-dialog,
.cid-ufyV2ofHOe .modal.in .modal-dialog {
  transform: none;
}
.cid-ufyV2ofHOe .mbr-gallery .item-wrapper {
  cursor: pointer;
}
.cid-ufyV2ofHOe H6 {
  text-align: center;
}
.cid-ufyV2oO9SA {
  padding-top: 3rem;
  padding-bottom: 3rem;
  background-color: #232323;
}
.cid-ufyV2oO9SA .media-wrap {
  padding: 0;
}
@media (max-width: 991px) {
  .cid-ufyV2oO9SA .media-wrap {
    margin-bottom: 1rem;
  }
}
@media (max-width: 767px) {
  .cid-ufyV2oO9SA .row {
    text-align: center;
  }
  .cid-ufyV2oO9SA .row > div {
    margin: auto;
  }
  .cid-ufyV2oO9SA .social-row {
    justify-content: center;
  }
}
.cid-ufyV2oO9SA .social-row {
  display: flex;
  flex-wrap: wrap;
}
.cid-ufyV2oO9SA .list {
  list-style: none;
  padding-left: 0;
  color: #bbbbbb;
}
@media (max-width: 991px) {
  .cid-ufyV2oO9SA .list {
    margin-bottom: 2rem;
  }
}
@media (min-width: 992px) {
  .cid-ufyV2oO9SA .list {
    margin-bottom: 0rem;
  }
}
.cid-ufyV2oO9SA .mbr-text {
  color: #bbbbbb;
  text-align: left;
}
.cid-ufyV2oO9SA .soc-item {
  display: flex;
  align-items: center;
  justify-content: center;
  border-radius: 50%;
  background-color: white;
  margin-right: 0.5rem;
  margin-bottom: 1rem;
  padding: 0.5rem;
  height: 2.5rem;
  width: 2.5rem;
}
.cid-ufyV2oO9SA .mbr-iconfont {
  color: black;
}
@media (max-width: 991px) {
  .cid-ufyV2oO9SA div > *:last-child {
    margin-top: 0 !important;
  }
}
.cid-ufyV2oO9SA .copyright {
  text-align: center;
}
.cid-uCXwWyXnP3 {
  z-index: 1000;
  width: 100%;
}
.cid-uCXwWyXnP3 nav.navbar {
  position: fixed;
}
.cid-uCXwWyXnP3 .dropdown-item:before {
  font-family: Moririse2 !important;
  content: "\e966";
  display: inline-block;
  width: 0;
  position: absolute;
  left: 1rem;
  top: 0.5rem;
  margin-right: 0.5rem;
  line-height: 1;
  font-size: inherit;
  vertical-align: middle;
  text-align: center;
  overflow: hidden;
  transform: scale(0, 1);
  transition: all 0.25s ease-in-out;
}
.cid-uCXwWyXnP3 .dropdown-menu {
  padding: 0;
  border-radius: 4px;
  box-shadow: 0 1px 3px 0 rgba(0, 0, 0, 0.1);
}
.cid-uCXwWyXnP3 .dropdown-item {
  border-bottom: 1px solid #e6e6e6;
}
.cid-uCXwWyXnP3 .dropdown-item:hover,
.cid-uCXwWyXnP3 .dropdown-item:focus {
  background: #4d6d9a !important;
  color: white !important;
}
.cid-uCXwWyXnP3 .dropdown-item:first-child {
  border-top-left-radius: 4px;
  border-top-right-radius: 4px;
}
.cid-uCXwWyXnP3 .dropdown-item:last-child {
  border-bottom: none;
  border-bottom-left-radius: 4px;
  border-bottom-right-radius: 4px;
}
.cid-uCXwWyXnP3 .nav-dropdown .link {
  padding: 0 0.3em !important;
  margin: 0.667em 1em !important;
}
.cid-uCXwWyXnP3 .nav-dropdown .link.dropdown-toggle::after {
  margin-left: 0.5rem;
  margin-top: 0.2rem;
}
.cid-uCXwWyXnP3 .nav-link {
  position: relative;
}
.cid-uCXwWyXnP3 .container {
  display: flex;
  margin: auto;
}
.cid-uCXwWyXnP3 .iconfont-wrapper {
  color: #000000 !important;
  font-size: 1.5rem;
  padding-right: 0.5rem;
}
.cid-uCXwWyXnP3 .dropdown-menu,
.cid-uCXwWyXnP3 .navbar.opened {
  background: #353535 !important;
}
.cid-uCXwWyXnP3 .nav-item:focus,
.cid-uCXwWyXnP3 .nav-link:focus {
  outline: none;
}
.cid-uCXwWyXnP3 .dropdown .dropdown-menu .dropdown-item {
  width: auto;
  transition: all 0.25s ease-in-out;
}
.cid-uCXwWyXnP3 .dropdown .dropdown-menu .dropdown-item::after {
  right: 0.5rem;
}
.cid-uCXwWyXnP3 .dropdown .dropdown-menu .dropdown-item .mbr-iconfont {
  margin-right: 0.5rem;
  vertical-align: sub;
}
.cid-uCXwWyXnP3 .dropdown .dropdown-menu .dropdown-item .mbr-iconfont:before {
  display: inline-block;
  transform: scale(1, 1);
  transition: all 0.25s ease-in-out;
}
.cid-uCXwWyXnP3 .collapsed .dropdown-menu .dropdown-item:before {
  display: none;
}
.cid-uCXwWyXnP3 .collapsed .dropdown .dropdown-menu .dropdown-item {
  padding: 0.235em 1.5em 0.235em 1.5em !important;
  transition: none;
  margin: 0 !important;
}
.cid-uCXwWyXnP3 .navbar {
  min-height: 70px;
  transition: all 0.3s;
  border-bottom: 1px solid transparent;
  background: rgba(53, 53, 53, 0.6);
}
.cid-uCXwWyXnP3 .navbar.opened {
  transition: all 0.3s;
}
.cid-uCXwWyXnP3 .navbar .dropdown-item {
  padding: 0.5rem 1.8rem;
}
.cid-uCXwWyXnP3 .navbar .navbar-logo img {
  width: auto;
}
.cid-uCXwWyXnP3 .navbar .navbar-collapse {
  justify-content: flex-end;
  z-index: 1;
}
.cid-uCXwWyXnP3 .navbar.collapsed {
  justify-content: center;
}
.cid-uCXwWyXnP3 .navbar.collapsed .nav-item .nav-link::before {
  display: none;
}
.cid-uCXwWyXnP3 .navbar.collapsed.opened .dropdown-menu {
  top: 0;
}
@media (min-width: 992px) {
  .cid-uCXwWyXnP3 .navbar.collapsed.opened:not(.navbar-short) .navbar-collapse {
    max-height: calc(98.5vh - 4.9rem);
  }
}
.cid-uCXwWyXnP3 .navbar.collapsed .dropdown-menu .dropdown-submenu {
  left: 0 !important;
}
.cid-uCXwWyXnP3 .navbar.collapsed .dropdown-menu .dropdown-item:after {
  right: auto;
}
.cid-uCXwWyXnP3 .navbar.collapsed .dropdown-menu .dropdown-toggle[data-toggle="dropdown-submenu"]:after {
  margin-left: 0.5rem;
  margin-top: 0.2rem;
  border-top: 0.35em solid;
  border-right: 0.35em solid transparent;
  border-left: 0.35em solid transparent;
  border-bottom: 0;
  top: 41%;
}
.cid-uCXwWyXnP3 .navbar.collapsed ul.navbar-nav li {
  margin: auto;
}
.cid-uCXwWyXnP3 .navbar.collapsed .dropdown-menu .dropdown-item {
  padding: 0.25rem 1.5rem;
  text-align: center;
}
.cid-uCXwWyXnP3 .navbar.collapsed .icons-menu {
  padding-left: 0;
  padding-right: 0;
  padding-top: 0.5rem;
  padding-bottom: 0.5rem;
}
@media (max-width: 991px) {
  .cid-uCXwWyXnP3 .navbar .nav-item .nav-link::before {
    display: none;
  }
  .cid-uCXwWyXnP3 .navbar.opened .dropdown-menu {
    top: 0;
  }
  .cid-uCXwWyXnP3 .navbar .dropdown-menu .dropdown-submenu {
    left: 0 !important;
  }
  .cid-uCXwWyXnP3 .navbar .dropdown-menu .dropdown-item:after {
    right: auto;
  }
  .cid-uCXwWyXnP3 .navbar .dropdown-menu .dropdown-toggle[data-toggle="dropdown-submenu"]:after {
    margin-left: 0.5rem;
    margin-top: 0.2rem;
    border-top: 0.35em solid;
    border-right: 0.35em solid transparent;
    border-left: 0.35em solid transparent;
    border-bottom: 0;
    top: 40%;
  }
  .cid-uCXwWyXnP3 .navbar .navbar-logo img {
    height: 3rem !important;
  }
  .cid-uCXwWyXnP3 .navbar ul.navbar-nav li {
    margin: auto;
  }
  .cid-uCXwWyXnP3 .navbar .dropdown-menu .dropdown-item {
    padding: 0.25rem 1.5rem !important;
    text-align: center;
  }
  .cid-uCXwWyXnP3 .navbar .navbar-brand {
    flex-shrink: initial;
    flex-basis: auto;
    word-break: break-word;
    padding-right: 2rem;
  }
  .cid-uCXwWyXnP3 .navbar .navbar-toggler {
    flex-basis: auto;
  }
  .cid-uCXwWyXnP3 .navbar .icons-menu {
    padding-left: 0;
    padding-top: 0.5rem;
    padding-bottom: 0.5rem;
  }
}
.cid-uCXwWyXnP3 .navbar.navbar-short {
  min-height: 60px;
}
.cid-uCXwWyXnP3 .navbar.navbar-short .navbar-logo img {
  height: 2.5rem !important;
}
.cid-uCXwWyXnP3 .navbar.navbar-short .navbar-brand {
  min-height: 60px;
  padding: 0;
}
.cid-uCXwWyXnP3 .navbar-brand {
  min-height: 70px;
  flex-shrink: 0;
  align-items: center;
  margin-right: 0;
  padding: 10px 0;
  transition: all 0.3s;
  word-break: break-word;
  z-index: 1;
}
.cid-uCXwWyXnP3 .navbar-brand .navbar-caption {
  line-height: inherit !important;
}
.cid-uCXwWyXnP3 .navbar-brand .navbar-logo a {
  outline: none;
}
.cid-uCXwWyXnP3 .dropdown-item.active,
.cid-uCXwWyXnP3 .dropdown-item:active {
  background-color: transparent;
}
.cid-uCXwWyXnP3 .navbar-expand-lg .navbar-nav .nav-link {
  padding: 0;
}
.cid-uCXwWyXnP3 .nav-dropdown .link.dropdown-toggle {
  margin-right: 1.667em;
}
.cid-uCXwWyXnP3 .nav-dropdown .link.dropdown-toggle[aria-expanded="true"] {
  margin-right: 0;
  padding: 0.667em 1.667em;
}
.cid-uCXwWyXnP3 .navbar.navbar-expand-lg .dropdown .dropdown-menu {
  background: #353535;
}
.cid-uCXwWyXnP3 .navbar.navbar-expand-lg .dropdown .dropdown-menu .dropdown-submenu {
  margin: 0;
  left: 100%;
}
.cid-uCXwWyXnP3 .navbar .dropdown.open > .dropdown-menu {
  display: block;
}
.cid-uCXwWyXnP3 ul.navbar-nav {
  flex-wrap: wrap;
}
.cid-uCXwWyXnP3 .navbar-buttons {
  text-align: center;
  min-width: 170px;
}
.cid-uCXwWyXnP3 button.navbar-toggler {
  outline: none;
  width: 31px;
  height: 20px;
  cursor: pointer;
  transition: all 0.2s;
  position: relative;
  align-self: center;
}
.cid-uCXwWyXnP3 button.navbar-toggler .hamburger span {
  position: absolute;
  right: 0;
  width: 30px;
  height: 2px;
  border-right: 5px;
  background-color: #22a5e5;
}
.cid-uCXwWyXnP3 button.navbar-toggler .hamburger span:nth-child(1) {
  top: 0;
  transition: all 0.2s;
}
.cid-uCXwWyXnP3 button.navbar-toggler .hamburger span:nth-child(2) {
  top: 8px;
  transition: all 0.15s;
}
.cid-uCXwWyXnP3 button.navbar-toggler .hamburger span:nth-child(3) {
  top: 8px;
  transition: all 0.15s;
}
.cid-uCXwWyXnP3 button.navbar-toggler .hamburger span:nth-child(4) {
  top: 16px;
  transition: all 0.2s;
}
.cid-uCXwWyXnP3 nav.opened .hamburger span:nth-child(1) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-uCXwWyXnP3 nav.opened .hamburger span:nth-child(2) {
  transform: rotate(45deg);
  transition: all 0.25s;
}
.cid-uCXwWyXnP3 nav.opened .hamburger span:nth-child(3) {
  transform: rotate(-45deg);
  transition: all 0.25s;
}
.cid-uCXwWyXnP3 nav.opened .hamburger span:nth-child(4) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-uCXwWyXnP3 .navbar-dropdown {
  padding: 0 1rem;
  position: fixed;
}
.cid-uCXwWyXnP3 a.nav-link {
  display: flex;
  align-items: center;
  justify-content: center;
}
.cid-uCXwWyXnP3 .icons-menu {
  flex-wrap: nowrap;
  display: flex;
  justify-content: center;
  padding-left: 1rem;
  padding-right: 1rem;
  padding-top: 0.3rem;
  text-align: center;
}
@media screen and (-ms-high-contrast: active), (-ms-high-contrast: none) {
  .cid-uCXwWyXnP3 .navbar {
    height: 70px;
  }
  .cid-uCXwWyXnP3 .navbar.opened {
    height: auto;
  }
  .cid-uCXwWyXnP3 .nav-item .nav-link:hover::before {
    width: 175%;
    max-width: calc(100% + 2rem);
    left: -1rem;
  }
}
.cid-uCXwWz8F9B {
  padding-top: 12rem;
  padding-bottom: 12rem;
  background-image: url("../../../assets/images/m1a-abrams-im-taunus.jpeg");
}
.cid-uCXwWz8F9B .mbr-section-title {
  text-align: center;
  color: #47b5ed;
}
.cid-uCXwWz8F9B .mbr-text,
.cid-uCXwWz8F9B .mbr-section-btn {
  text-align: center;
  color: #ffffff;
}
.cid-uCXwWzhDmy {
  padding-top: 1rem;
  padding-bottom: 0rem;
  background-color: #353535;
}
@media (max-width: 991px) {
  .cid-uCXwWzhDmy .image-wrapper {
    margin-bottom: 1rem;
  }
}
.cid-uCXwWzhDmy img {
  width: 100%;
}
@media (min-width: 992px) {
  .cid-uCXwWzhDmy .text-wrapper {
    padding: 2rem;
  }
}
.cid-uCXwWzhDmy .mbr-section-title {
  color: #ffffff;
}
.cid-uCXwWzhDmy .mbr-text {
  color: #ffffff;
}
.cid-uCXwWzhDmy .mbr-description {
  color: #ffffff;
}
.cid-uCXwWzqMhL {
  padding-top: 1rem;
  padding-bottom: 1rem;
  background-color: #353535;
}
.cid-uCXwWzqMhL .mbr-text {
  color: #ffffff;
}
.cid-uCXwWzyPXT {
  padding-top: 1rem;
  padding-bottom: 2rem;
  background-color: #353535;
}
.cid-uCXwWzyPXT .line {
  background-color: #ffffff;
  align: center;
  height: 2px;
  margin: 0 auto;
}
.cid-uCXwWzyPXT .mbr-text {
  color: #ffffff;
}
.cid-uCXwWzG9MY {
  padding-top: 1rem;
  padding-bottom: 2rem;
  background-color: #353535;
}
.cid-uCXwWzG9MY .row {
  margin-left: 0;
  margin-right: 0;
}
.cid-uCXwWzG9MY .item {
  padding-left: 0;
  padding-right: 0;
}
.cid-uCXwWzG9MY .item-wrapper {
  height: 100%;
  position: relative;
}
.cid-uCXwWzG9MY .item-wrapper img {
  height: 100%;
  object-fit: cover;
}
.cid-uCXwWzG9MY .item-wrapper .icon-wrapper {
  pointer-events: none;
  position: absolute;
  width: 60px;
  height: 60px;
  font-size: 22px;
  left: 50%;
  top: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
  border: 2px solid #ffffff;
  border-radius: 50%;
  opacity: 0;
  color: #ffffff;
  transform: translateX(-50%) translateY(-50%);
  background-color: #1b1b1b;
  transition: 0.2s;
}
.cid-uCXwWzG9MY .item-wrapper:hover .icon-wrapper {
  opacity: 0.7;
}
.cid-uCXwWzG9MY .carousel-control,
.cid-uCXwWzG9MY .close {
  background: #1b1b1b;
}
.cid-uCXwWzG9MY .carousel-control-prev {
  margin-left: 2.5rem;
}
.cid-uCXwWzG9MY .carousel-control-prev span {
  margin-right: 5px;
}
.cid-uCXwWzG9MY .carousel-control-next {
  margin-right: 2.5rem;
}
.cid-uCXwWzG9MY .carousel-control-next span {
  margin-left: 5px;
}
.cid-uCXwWzG9MY .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-uCXwWzG9MY .close::before {
  content: '\e91a';
}
.cid-uCXwWzG9MY .close:hover {
  opacity: 1;
  background: #000;
  color: #fff;
}
.cid-uCXwWzG9MY .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-uCXwWzG9MY .carousel-control.carousel-control-prev {
  left: 0;
  margin-left: 2.5rem;
}
.cid-uCXwWzG9MY .carousel-control.carousel-control-next {
  right: 0;
  margin-right: 2.5rem;
}
@media (max-width: 767px) {
  .cid-uCXwWzG9MY .carousel-control {
    top: auto;
    bottom: 1rem;
  }
}
.cid-uCXwWzG9MY .carousel-indicators {
  position: absolute;
  bottom: 0;
  margin-bottom: 3px;
}
.cid-uCXwWzG9MY .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-uCXwWzG9MY .carousel-indicators li.active,
.cid-uCXwWzG9MY .carousel-indicators li:hover {
  opacity: 0.9;
}
.cid-uCXwWzG9MY .carousel-indicators li::after,
.cid-uCXwWzG9MY .carousel-indicators li::before {
  content: none;
}
.cid-uCXwWzG9MY .carousel-indicators.ie-fix {
  left: 50%;
  display: block;
  width: 60%;
  margin-left: -30%;
  text-align: center;
}
@media (max-width: 768px) {
  .cid-uCXwWzG9MY .carousel-indicators {
    display: none !important;
  }
}
@media (max-width: 991px) {
  .cid-uCXwWzG9MY .carousel-indicators {
    margin-bottom: 3.625rem !important;
    padding-left: 2.5rem;
    padding-right: 2.5rem;
  }
}
@media (max-width: 767px) {
  .cid-uCXwWzG9MY .carousel-indicators {
    display: none;
  }
}
.cid-uCXwWzG9MY .carousel-inner {
  display: flex;
  align-items: center;
}
.cid-uCXwWzG9MY .carousel-inner > .active {
  display: block;
}
.cid-uCXwWzG9MY .carousel-control.left {
  left: 0;
  margin-left: 2.5rem;
}
.cid-uCXwWzG9MY .carousel-control.right {
  right: 0;
  margin-right: 2.5rem;
}
.cid-uCXwWzG9MY .carousel-control:hover {
  background: #1b1b1b;
  color: #fff;
  opacity: 1;
}
@media (max-width: 768px) {
  .cid-uCXwWzG9MY .carousel-control,
  .cid-uCXwWzG9MY .carousel-indicators,
  .cid-uCXwWzG9MY .modal .close {
    position: fixed;
  }
}
@media (max-width: 767px) {
  .cid-uCXwWzG9MY .mbr-slider .carousel-control {
    top: auto;
    bottom: 20px;
  }
  .cid-uCXwWzG9MY .mbr-slider > .container .carousel-control {
    margin-bottom: 0;
  }
}
.cid-uCXwWzG9MY .carousel-indicators .active,
.cid-uCXwWzG9MY .carousel-indicators li {
  width: 7px;
  height: 7px;
  margin: 3px;
  background: #000000;
  opacity: 0.5;
  border: 4px solid #000000;
}
.cid-uCXwWzG9MY .carousel-indicators .active {
  background: #fff;
}
.cid-uCXwWzG9MY .carousel-indicators li {
  max-width: 15px;
  max-height: 15px;
  border-radius: 50%;
}
.cid-uCXwWzG9MY .modal {
  padding-left: 0 !important;
  position: fixed;
  overflow: hidden;
  padding-right: 0 !important;
}
.cid-uCXwWzG9MY .modal-dialog {
  margin: 0 auto;
  max-width: 100%;
  padding-left: 1rem;
  padding-right: 1rem;
}
.cid-uCXwWzG9MY .modal-content {
  border-radius: 0;
  border: none;
  background: transparent;
}
.cid-uCXwWzG9MY .modal-body {
  padding: 0;
  display: flex;
  align-items: center;
}
.cid-uCXwWzG9MY .modal-body img {
  width: 100%;
  object-fit: contain;
  max-height: calc(100vh - 1.75rem);
}
.cid-uCXwWzG9MY .carousel {
  width: 100%;
}
.cid-uCXwWzG9MY .modal-backdrop.in {
  opacity: 0.8;
}
.cid-uCXwWzG9MY .modal.fade .modal-dialog {
  transition: margin-top 0.3s ease-out;
}
.cid-uCXwWzG9MY .modal.fade .modal-dialog,
.cid-uCXwWzG9MY .modal.in .modal-dialog {
  transform: none;
}
.cid-uCXwWzG9MY .mbr-gallery .item-wrapper {
  cursor: pointer;
}
.cid-uCXwWzG9MY H6 {
  text-align: center;
}
.cid-uCXwWzV0it {
  padding-top: 3rem;
  padding-bottom: 3rem;
  background-color: #232323;
}
.cid-uCXwWzV0it .media-wrap {
  padding: 0;
}
@media (max-width: 991px) {
  .cid-uCXwWzV0it .media-wrap {
    margin-bottom: 1rem;
  }
}
@media (max-width: 767px) {
  .cid-uCXwWzV0it .row {
    text-align: center;
  }
  .cid-uCXwWzV0it .row > div {
    margin: auto;
  }
  .cid-uCXwWzV0it .social-row {
    justify-content: center;
  }
}
.cid-uCXwWzV0it .social-row {
  display: flex;
  flex-wrap: wrap;
}
.cid-uCXwWzV0it .list {
  list-style: none;
  padding-left: 0;
  color: #bbbbbb;
}
@media (max-width: 991px) {
  .cid-uCXwWzV0it .list {
    margin-bottom: 2rem;
  }
}
@media (min-width: 992px) {
  .cid-uCXwWzV0it .list {
    margin-bottom: 0rem;
  }
}
.cid-uCXwWzV0it .mbr-text {
  color: #bbbbbb;
  text-align: left;
}
.cid-uCXwWzV0it .soc-item {
  display: flex;
  align-items: center;
  justify-content: center;
  border-radius: 50%;
  background-color: white;
  margin-right: 0.5rem;
  margin-bottom: 1rem;
  padding: 0.5rem;
  height: 2.5rem;
  width: 2.5rem;
}
.cid-uCXwWzV0it .mbr-iconfont {
  color: black;
}
@media (max-width: 991px) {
  .cid-uCXwWzV0it div > *:last-child {
    margin-top: 0 !important;
  }
}
.cid-uCXwWzV0it .copyright {
  text-align: center;
}
.cid-uCXynfRJHN {
  z-index: 1000;
  width: 100%;
}
.cid-uCXynfRJHN nav.navbar {
  position: fixed;
}
.cid-uCXynfRJHN .dropdown-item:before {
  font-family: Moririse2 !important;
  content: "\e966";
  display: inline-block;
  width: 0;
  position: absolute;
  left: 1rem;
  top: 0.5rem;
  margin-right: 0.5rem;
  line-height: 1;
  font-size: inherit;
  vertical-align: middle;
  text-align: center;
  overflow: hidden;
  transform: scale(0, 1);
  transition: all 0.25s ease-in-out;
}
.cid-uCXynfRJHN .dropdown-menu {
  padding: 0;
  border-radius: 4px;
  box-shadow: 0 1px 3px 0 rgba(0, 0, 0, 0.1);
}
.cid-uCXynfRJHN .dropdown-item {
  border-bottom: 1px solid #e6e6e6;
}
.cid-uCXynfRJHN .dropdown-item:hover,
.cid-uCXynfRJHN .dropdown-item:focus {
  background: #4d6d9a !important;
  color: white !important;
}
.cid-uCXynfRJHN .dropdown-item:first-child {
  border-top-left-radius: 4px;
  border-top-right-radius: 4px;
}
.cid-uCXynfRJHN .dropdown-item:last-child {
  border-bottom: none;
  border-bottom-left-radius: 4px;
  border-bottom-right-radius: 4px;
}
.cid-uCXynfRJHN .nav-dropdown .link {
  padding: 0 0.3em !important;
  margin: 0.667em 1em !important;
}
.cid-uCXynfRJHN .nav-dropdown .link.dropdown-toggle::after {
  margin-left: 0.5rem;
  margin-top: 0.2rem;
}
.cid-uCXynfRJHN .nav-link {
  position: relative;
}
.cid-uCXynfRJHN .container {
  display: flex;
  margin: auto;
}
.cid-uCXynfRJHN .iconfont-wrapper {
  color: #000000 !important;
  font-size: 1.5rem;
  padding-right: 0.5rem;
}
.cid-uCXynfRJHN .dropdown-menu,
.cid-uCXynfRJHN .navbar.opened {
  background: #353535 !important;
}
.cid-uCXynfRJHN .nav-item:focus,
.cid-uCXynfRJHN .nav-link:focus {
  outline: none;
}
.cid-uCXynfRJHN .dropdown .dropdown-menu .dropdown-item {
  width: auto;
  transition: all 0.25s ease-in-out;
}
.cid-uCXynfRJHN .dropdown .dropdown-menu .dropdown-item::after {
  right: 0.5rem;
}
.cid-uCXynfRJHN .dropdown .dropdown-menu .dropdown-item .mbr-iconfont {
  margin-right: 0.5rem;
  vertical-align: sub;
}
.cid-uCXynfRJHN .dropdown .dropdown-menu .dropdown-item .mbr-iconfont:before {
  display: inline-block;
  transform: scale(1, 1);
  transition: all 0.25s ease-in-out;
}
.cid-uCXynfRJHN .collapsed .dropdown-menu .dropdown-item:before {
  display: none;
}
.cid-uCXynfRJHN .collapsed .dropdown .dropdown-menu .dropdown-item {
  padding: 0.235em 1.5em 0.235em 1.5em !important;
  transition: none;
  margin: 0 !important;
}
.cid-uCXynfRJHN .navbar {
  min-height: 70px;
  transition: all 0.3s;
  border-bottom: 1px solid transparent;
  background: rgba(53, 53, 53, 0.6);
}
.cid-uCXynfRJHN .navbar.opened {
  transition: all 0.3s;
}
.cid-uCXynfRJHN .navbar .dropdown-item {
  padding: 0.5rem 1.8rem;
}
.cid-uCXynfRJHN .navbar .navbar-logo img {
  width: auto;
}
.cid-uCXynfRJHN .navbar .navbar-collapse {
  justify-content: flex-end;
  z-index: 1;
}
.cid-uCXynfRJHN .navbar.collapsed {
  justify-content: center;
}
.cid-uCXynfRJHN .navbar.collapsed .nav-item .nav-link::before {
  display: none;
}
.cid-uCXynfRJHN .navbar.collapsed.opened .dropdown-menu {
  top: 0;
}
@media (min-width: 992px) {
  .cid-uCXynfRJHN .navbar.collapsed.opened:not(.navbar-short) .navbar-collapse {
    max-height: calc(98.5vh - 4.9rem);
  }
}
.cid-uCXynfRJHN .navbar.collapsed .dropdown-menu .dropdown-submenu {
  left: 0 !important;
}
.cid-uCXynfRJHN .navbar.collapsed .dropdown-menu .dropdown-item:after {
  right: auto;
}
.cid-uCXynfRJHN .navbar.collapsed .dropdown-menu .dropdown-toggle[data-toggle="dropdown-submenu"]:after {
  margin-left: 0.5rem;
  margin-top: 0.2rem;
  border-top: 0.35em solid;
  border-right: 0.35em solid transparent;
  border-left: 0.35em solid transparent;
  border-bottom: 0;
  top: 41%;
}
.cid-uCXynfRJHN .navbar.collapsed ul.navbar-nav li {
  margin: auto;
}
.cid-uCXynfRJHN .navbar.collapsed .dropdown-menu .dropdown-item {
  padding: 0.25rem 1.5rem;
  text-align: center;
}
.cid-uCXynfRJHN .navbar.collapsed .icons-menu {
  padding-left: 0;
  padding-right: 0;
  padding-top: 0.5rem;
  padding-bottom: 0.5rem;
}
@media (max-width: 991px) {
  .cid-uCXynfRJHN .navbar .nav-item .nav-link::before {
    display: none;
  }
  .cid-uCXynfRJHN .navbar.opened .dropdown-menu {
    top: 0;
  }
  .cid-uCXynfRJHN .navbar .dropdown-menu .dropdown-submenu {
    left: 0 !important;
  }
  .cid-uCXynfRJHN .navbar .dropdown-menu .dropdown-item:after {
    right: auto;
  }
  .cid-uCXynfRJHN .navbar .dropdown-menu .dropdown-toggle[data-toggle="dropdown-submenu"]:after {
    margin-left: 0.5rem;
    margin-top: 0.2rem;
    border-top: 0.35em solid;
    border-right: 0.35em solid transparent;
    border-left: 0.35em solid transparent;
    border-bottom: 0;
    top: 40%;
  }
  .cid-uCXynfRJHN .navbar .navbar-logo img {
    height: 3rem !important;
  }
  .cid-uCXynfRJHN .navbar ul.navbar-nav li {
    margin: auto;
  }
  .cid-uCXynfRJHN .navbar .dropdown-menu .dropdown-item {
    padding: 0.25rem 1.5rem !important;
    text-align: center;
  }
  .cid-uCXynfRJHN .navbar .navbar-brand {
    flex-shrink: initial;
    flex-basis: auto;
    word-break: break-word;
    padding-right: 2rem;
  }
  .cid-uCXynfRJHN .navbar .navbar-toggler {
    flex-basis: auto;
  }
  .cid-uCXynfRJHN .navbar .icons-menu {
    padding-left: 0;
    padding-top: 0.5rem;
    padding-bottom: 0.5rem;
  }
}
.cid-uCXynfRJHN .navbar.navbar-short {
  min-height: 60px;
}
.cid-uCXynfRJHN .navbar.navbar-short .navbar-logo img {
  height: 2.5rem !important;
}
.cid-uCXynfRJHN .navbar.navbar-short .navbar-brand {
  min-height: 60px;
  padding: 0;
}
.cid-uCXynfRJHN .navbar-brand {
  min-height: 70px;
  flex-shrink: 0;
  align-items: center;
  margin-right: 0;
  padding: 10px 0;
  transition: all 0.3s;
  word-break: break-word;
  z-index: 1;
}
.cid-uCXynfRJHN .navbar-brand .navbar-caption {
  line-height: inherit !important;
}
.cid-uCXynfRJHN .navbar-brand .navbar-logo a {
  outline: none;
}
.cid-uCXynfRJHN .dropdown-item.active,
.cid-uCXynfRJHN .dropdown-item:active {
  background-color: transparent;
}
.cid-uCXynfRJHN .navbar-expand-lg .navbar-nav .nav-link {
  padding: 0;
}
.cid-uCXynfRJHN .nav-dropdown .link.dropdown-toggle {
  margin-right: 1.667em;
}
.cid-uCXynfRJHN .nav-dropdown .link.dropdown-toggle[aria-expanded="true"] {
  margin-right: 0;
  padding: 0.667em 1.667em;
}
.cid-uCXynfRJHN .navbar.navbar-expand-lg .dropdown .dropdown-menu {
  background: #353535;
}
.cid-uCXynfRJHN .navbar.navbar-expand-lg .dropdown .dropdown-menu .dropdown-submenu {
  margin: 0;
  left: 100%;
}
.cid-uCXynfRJHN .navbar .dropdown.open > .dropdown-menu {
  display: block;
}
.cid-uCXynfRJHN ul.navbar-nav {
  flex-wrap: wrap;
}
.cid-uCXynfRJHN .navbar-buttons {
  text-align: center;
  min-width: 170px;
}
.cid-uCXynfRJHN button.navbar-toggler {
  outline: none;
  width: 31px;
  height: 20px;
  cursor: pointer;
  transition: all 0.2s;
  position: relative;
  align-self: center;
}
.cid-uCXynfRJHN button.navbar-toggler .hamburger span {
  position: absolute;
  right: 0;
  width: 30px;
  height: 2px;
  border-right: 5px;
  background-color: #22a5e5;
}
.cid-uCXynfRJHN button.navbar-toggler .hamburger span:nth-child(1) {
  top: 0;
  transition: all 0.2s;
}
.cid-uCXynfRJHN button.navbar-toggler .hamburger span:nth-child(2) {
  top: 8px;
  transition: all 0.15s;
}
.cid-uCXynfRJHN button.navbar-toggler .hamburger span:nth-child(3) {
  top: 8px;
  transition: all 0.15s;
}
.cid-uCXynfRJHN button.navbar-toggler .hamburger span:nth-child(4) {
  top: 16px;
  transition: all 0.2s;
}
.cid-uCXynfRJHN nav.opened .hamburger span:nth-child(1) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-uCXynfRJHN nav.opened .hamburger span:nth-child(2) {
  transform: rotate(45deg);
  transition: all 0.25s;
}
.cid-uCXynfRJHN nav.opened .hamburger span:nth-child(3) {
  transform: rotate(-45deg);
  transition: all 0.25s;
}
.cid-uCXynfRJHN nav.opened .hamburger span:nth-child(4) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-uCXynfRJHN .navbar-dropdown {
  padding: 0 1rem;
  position: fixed;
}
.cid-uCXynfRJHN a.nav-link {
  display: flex;
  align-items: center;
  justify-content: center;
}
.cid-uCXynfRJHN .icons-menu {
  flex-wrap: nowrap;
  display: flex;
  justify-content: center;
  padding-left: 1rem;
  padding-right: 1rem;
  padding-top: 0.3rem;
  text-align: center;
}
@media screen and (-ms-high-contrast: active), (-ms-high-contrast: none) {
  .cid-uCXynfRJHN .navbar {
    height: 70px;
  }
  .cid-uCXynfRJHN .navbar.opened {
    height: auto;
  }
  .cid-uCXynfRJHN .nav-item .nav-link:hover::before {
    width: 175%;
    max-width: calc(100% + 2rem);
    left: -1rem;
  }
}
.cid-uCXyng6aS5 {
  padding-top: 12rem;
  padding-bottom: 12rem;
  background-image: url("../../../assets/images/flickr-israel-defense-forces-188th-brigade-training-day-march-2008-cropped.jpeg");
}
.cid-uCXyng6aS5 .mbr-section-title {
  text-align: center;
  color: #47b5ed;
}
.cid-uCXyng6aS5 .mbr-text,
.cid-uCXyng6aS5 .mbr-section-btn {
  text-align: center;
  color: #ffffff;
}
.cid-uCXynggrOs {
  padding-top: 1rem;
  padding-bottom: 0rem;
  background-color: #353535;
}
@media (max-width: 991px) {
  .cid-uCXynggrOs .image-wrapper {
    margin-bottom: 1rem;
  }
}
.cid-uCXynggrOs img {
  width: 100%;
}
@media (min-width: 992px) {
  .cid-uCXynggrOs .text-wrapper {
    padding: 2rem;
  }
}
.cid-uCXynggrOs .mbr-section-title {
  color: #ffffff;
}
.cid-uCXynggrOs .mbr-text {
  color: #ffffff;
}
.cid-uCXynggrOs .mbr-description {
  color: #ffffff;
}
.cid-uCXyngqp7n {
  padding-top: 1rem;
  padding-bottom: 1rem;
  background-color: #353535;
}
.cid-uCXyngqp7n .mbr-text {
  color: #ffffff;
}
.cid-uCXyngynUA {
  padding-top: 1rem;
  padding-bottom: 2rem;
  background-color: #353535;
}
.cid-uCXyngynUA .line {
  background-color: #ffffff;
  align: center;
  height: 2px;
  margin: 0 auto;
}
.cid-uCXyngynUA .mbr-text {
  color: #ffffff;
}
.cid-uCXyngGdwy {
  padding-top: 1rem;
  padding-bottom: 2rem;
  background-color: #353535;
}
.cid-uCXyngGdwy .row {
  margin-left: 0;
  margin-right: 0;
}
.cid-uCXyngGdwy .item {
  padding-left: 0;
  padding-right: 0;
}
.cid-uCXyngGdwy .item-wrapper {
  height: 100%;
  position: relative;
}
.cid-uCXyngGdwy .item-wrapper img {
  height: 100%;
  object-fit: cover;
}
.cid-uCXyngGdwy .item-wrapper .icon-wrapper {
  pointer-events: none;
  position: absolute;
  width: 60px;
  height: 60px;
  font-size: 22px;
  left: 50%;
  top: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
  border: 2px solid #ffffff;
  border-radius: 50%;
  opacity: 0;
  color: #ffffff;
  transform: translateX(-50%) translateY(-50%);
  background-color: #1b1b1b;
  transition: 0.2s;
}
.cid-uCXyngGdwy .item-wrapper:hover .icon-wrapper {
  opacity: 0.7;
}
.cid-uCXyngGdwy .carousel-control,
.cid-uCXyngGdwy .close {
  background: #1b1b1b;
}
.cid-uCXyngGdwy .carousel-control-prev {
  margin-left: 2.5rem;
}
.cid-uCXyngGdwy .carousel-control-prev span {
  margin-right: 5px;
}
.cid-uCXyngGdwy .carousel-control-next {
  margin-right: 2.5rem;
}
.cid-uCXyngGdwy .carousel-control-next span {
  margin-left: 5px;
}
.cid-uCXyngGdwy .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-uCXyngGdwy .close::before {
  content: '\e91a';
}
.cid-uCXyngGdwy .close:hover {
  opacity: 1;
  background: #000;
  color: #fff;
}
.cid-uCXyngGdwy .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-uCXyngGdwy .carousel-control.carousel-control-prev {
  left: 0;
  margin-left: 2.5rem;
}
.cid-uCXyngGdwy .carousel-control.carousel-control-next {
  right: 0;
  margin-right: 2.5rem;
}
@media (max-width: 767px) {
  .cid-uCXyngGdwy .carousel-control {
    top: auto;
    bottom: 1rem;
  }
}
.cid-uCXyngGdwy .carousel-indicators {
  position: absolute;
  bottom: 0;
  margin-bottom: 3px;
}
.cid-uCXyngGdwy .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-uCXyngGdwy .carousel-indicators li.active,
.cid-uCXyngGdwy .carousel-indicators li:hover {
  opacity: 0.9;
}
.cid-uCXyngGdwy .carousel-indicators li::after,
.cid-uCXyngGdwy .carousel-indicators li::before {
  content: none;
}
.cid-uCXyngGdwy .carousel-indicators.ie-fix {
  left: 50%;
  display: block;
  width: 60%;
  margin-left: -30%;
  text-align: center;
}
@media (max-width: 768px) {
  .cid-uCXyngGdwy .carousel-indicators {
    display: none !important;
  }
}
@media (max-width: 991px) {
  .cid-uCXyngGdwy .carousel-indicators {
    margin-bottom: 3.625rem !important;
    padding-left: 2.5rem;
    padding-right: 2.5rem;
  }
}
@media (max-width: 767px) {
  .cid-uCXyngGdwy .carousel-indicators {
    display: none;
  }
}
.cid-uCXyngGdwy .carousel-inner {
  display: flex;
  align-items: center;
}
.cid-uCXyngGdwy .carousel-inner > .active {
  display: block;
}
.cid-uCXyngGdwy .carousel-control.left {
  left: 0;
  margin-left: 2.5rem;
}
.cid-uCXyngGdwy .carousel-control.right {
  right: 0;
  margin-right: 2.5rem;
}
.cid-uCXyngGdwy .carousel-control:hover {
  background: #1b1b1b;
  color: #fff;
  opacity: 1;
}
@media (max-width: 768px) {
  .cid-uCXyngGdwy .carousel-control,
  .cid-uCXyngGdwy .carousel-indicators,
  .cid-uCXyngGdwy .modal .close {
    position: fixed;
  }
}
@media (max-width: 767px) {
  .cid-uCXyngGdwy .mbr-slider .carousel-control {
    top: auto;
    bottom: 20px;
  }
  .cid-uCXyngGdwy .mbr-slider > .container .carousel-control {
    margin-bottom: 0;
  }
}
.cid-uCXyngGdwy .carousel-indicators .active,
.cid-uCXyngGdwy .carousel-indicators li {
  width: 7px;
  height: 7px;
  margin: 3px;
  background: #000000;
  opacity: 0.5;
  border: 4px solid #000000;
}
.cid-uCXyngGdwy .carousel-indicators .active {
  background: #fff;
}
.cid-uCXyngGdwy .carousel-indicators li {
  max-width: 15px;
  max-height: 15px;
  border-radius: 50%;
}
.cid-uCXyngGdwy .modal {
  padding-left: 0 !important;
  position: fixed;
  overflow: hidden;
  padding-right: 0 !important;
}
.cid-uCXyngGdwy .modal-dialog {
  margin: 0 auto;
  max-width: 100%;
  padding-left: 1rem;
  padding-right: 1rem;
}
.cid-uCXyngGdwy .modal-content {
  border-radius: 0;
  border: none;
  background: transparent;
}
.cid-uCXyngGdwy .modal-body {
  padding: 0;
  display: flex;
  align-items: center;
}
.cid-uCXyngGdwy .modal-body img {
  width: 100%;
  object-fit: contain;
  max-height: calc(100vh - 1.75rem);
}
.cid-uCXyngGdwy .carousel {
  width: 100%;
}
.cid-uCXyngGdwy .modal-backdrop.in {
  opacity: 0.8;
}
.cid-uCXyngGdwy .modal.fade .modal-dialog {
  transition: margin-top 0.3s ease-out;
}
.cid-uCXyngGdwy .modal.fade .modal-dialog,
.cid-uCXyngGdwy .modal.in .modal-dialog {
  transform: none;
}
.cid-uCXyngGdwy .mbr-gallery .item-wrapper {
  cursor: pointer;
}
.cid-uCXyngGdwy H6 {
  text-align: center;
}
.cid-uCXyngXcdR {
  padding-top: 3rem;
  padding-bottom: 3rem;
  background-color: #232323;
}
.cid-uCXyngXcdR .media-wrap {
  padding: 0;
}
@media (max-width: 991px) {
  .cid-uCXyngXcdR .media-wrap {
    margin-bottom: 1rem;
  }
}
@media (max-width: 767px) {
  .cid-uCXyngXcdR .row {
    text-align: center;
  }
  .cid-uCXyngXcdR .row > div {
    margin: auto;
  }
  .cid-uCXyngXcdR .social-row {
    justify-content: center;
  }
}
.cid-uCXyngXcdR .social-row {
  display: flex;
  flex-wrap: wrap;
}
.cid-uCXyngXcdR .list {
  list-style: none;
  padding-left: 0;
  color: #bbbbbb;
}
@media (max-width: 991px) {
  .cid-uCXyngXcdR .list {
    margin-bottom: 2rem;
  }
}
@media (min-width: 992px) {
  .cid-uCXyngXcdR .list {
    margin-bottom: 0rem;
  }
}
.cid-uCXyngXcdR .mbr-text {
  color: #bbbbbb;
  text-align: left;
}
.cid-uCXyngXcdR .soc-item {
  display: flex;
  align-items: center;
  justify-content: center;
  border-radius: 50%;
  background-color: white;
  margin-right: 0.5rem;
  margin-bottom: 1rem;
  padding: 0.5rem;
  height: 2.5rem;
  width: 2.5rem;
}
.cid-uCXyngXcdR .mbr-iconfont {
  color: black;
}
@media (max-width: 991px) {
  .cid-uCXyngXcdR div > *:last-child {
    margin-top: 0 !important;
  }
}
.cid-uCXyngXcdR .copyright {
  text-align: center;
}
.cid-uCXzTWU8kC {
  z-index: 1000;
  width: 100%;
}
.cid-uCXzTWU8kC nav.navbar {
  position: fixed;
}
.cid-uCXzTWU8kC .dropdown-item:before {
  font-family: Moririse2 !important;
  content: "\e966";
  display: inline-block;
  width: 0;
  position: absolute;
  left: 1rem;
  top: 0.5rem;
  margin-right: 0.5rem;
  line-height: 1;
  font-size: inherit;
  vertical-align: middle;
  text-align: center;
  overflow: hidden;
  transform: scale(0, 1);
  transition: all 0.25s ease-in-out;
}
.cid-uCXzTWU8kC .dropdown-menu {
  padding: 0;
  border-radius: 4px;
  box-shadow: 0 1px 3px 0 rgba(0, 0, 0, 0.1);
}
.cid-uCXzTWU8kC .dropdown-item {
  border-bottom: 1px solid #e6e6e6;
}
.cid-uCXzTWU8kC .dropdown-item:hover,
.cid-uCXzTWU8kC .dropdown-item:focus {
  background: #4d6d9a !important;
  color: white !important;
}
.cid-uCXzTWU8kC .dropdown-item:first-child {
  border-top-left-radius: 4px;
  border-top-right-radius: 4px;
}
.cid-uCXzTWU8kC .dropdown-item:last-child {
  border-bottom: none;
  border-bottom-left-radius: 4px;
  border-bottom-right-radius: 4px;
}
.cid-uCXzTWU8kC .nav-dropdown .link {
  padding: 0 0.3em !important;
  margin: 0.667em 1em !important;
}
.cid-uCXzTWU8kC .nav-dropdown .link.dropdown-toggle::after {
  margin-left: 0.5rem;
  margin-top: 0.2rem;
}
.cid-uCXzTWU8kC .nav-link {
  position: relative;
}
.cid-uCXzTWU8kC .container {
  display: flex;
  margin: auto;
}
.cid-uCXzTWU8kC .iconfont-wrapper {
  color: #000000 !important;
  font-size: 1.5rem;
  padding-right: 0.5rem;
}
.cid-uCXzTWU8kC .dropdown-menu,
.cid-uCXzTWU8kC .navbar.opened {
  background: #353535 !important;
}
.cid-uCXzTWU8kC .nav-item:focus,
.cid-uCXzTWU8kC .nav-link:focus {
  outline: none;
}
.cid-uCXzTWU8kC .dropdown .dropdown-menu .dropdown-item {
  width: auto;
  transition: all 0.25s ease-in-out;
}
.cid-uCXzTWU8kC .dropdown .dropdown-menu .dropdown-item::after {
  right: 0.5rem;
}
.cid-uCXzTWU8kC .dropdown .dropdown-menu .dropdown-item .mbr-iconfont {
  margin-right: 0.5rem;
  vertical-align: sub;
}
.cid-uCXzTWU8kC .dropdown .dropdown-menu .dropdown-item .mbr-iconfont:before {
  display: inline-block;
  transform: scale(1, 1);
  transition: all 0.25s ease-in-out;
}
.cid-uCXzTWU8kC .collapsed .dropdown-menu .dropdown-item:before {
  display: none;
}
.cid-uCXzTWU8kC .collapsed .dropdown .dropdown-menu .dropdown-item {
  padding: 0.235em 1.5em 0.235em 1.5em !important;
  transition: none;
  margin: 0 !important;
}
.cid-uCXzTWU8kC .navbar {
  min-height: 70px;
  transition: all 0.3s;
  border-bottom: 1px solid transparent;
  background: rgba(53, 53, 53, 0.6);
}
.cid-uCXzTWU8kC .navbar.opened {
  transition: all 0.3s;
}
.cid-uCXzTWU8kC .navbar .dropdown-item {
  padding: 0.5rem 1.8rem;
}
.cid-uCXzTWU8kC .navbar .navbar-logo img {
  width: auto;
}
.cid-uCXzTWU8kC .navbar .navbar-collapse {
  justify-content: flex-end;
  z-index: 1;
}
.cid-uCXzTWU8kC .navbar.collapsed {
  justify-content: center;
}
.cid-uCXzTWU8kC .navbar.collapsed .nav-item .nav-link::before {
  display: none;
}
.cid-uCXzTWU8kC .navbar.collapsed.opened .dropdown-menu {
  top: 0;
}
@media (min-width: 992px) {
  .cid-uCXzTWU8kC .navbar.collapsed.opened:not(.navbar-short) .navbar-collapse {
    max-height: calc(98.5vh - 4.9rem);
  }
}
.cid-uCXzTWU8kC .navbar.collapsed .dropdown-menu .dropdown-submenu {
  left: 0 !important;
}
.cid-uCXzTWU8kC .navbar.collapsed .dropdown-menu .dropdown-item:after {
  right: auto;
}
.cid-uCXzTWU8kC .navbar.collapsed .dropdown-menu .dropdown-toggle[data-toggle="dropdown-submenu"]:after {
  margin-left: 0.5rem;
  margin-top: 0.2rem;
  border-top: 0.35em solid;
  border-right: 0.35em solid transparent;
  border-left: 0.35em solid transparent;
  border-bottom: 0;
  top: 41%;
}
.cid-uCXzTWU8kC .navbar.collapsed ul.navbar-nav li {
  margin: auto;
}
.cid-uCXzTWU8kC .navbar.collapsed .dropdown-menu .dropdown-item {
  padding: 0.25rem 1.5rem;
  text-align: center;
}
.cid-uCXzTWU8kC .navbar.collapsed .icons-menu {
  padding-left: 0;
  padding-right: 0;
  padding-top: 0.5rem;
  padding-bottom: 0.5rem;
}
@media (max-width: 991px) {
  .cid-uCXzTWU8kC .navbar .nav-item .nav-link::before {
    display: none;
  }
  .cid-uCXzTWU8kC .navbar.opened .dropdown-menu {
    top: 0;
  }
  .cid-uCXzTWU8kC .navbar .dropdown-menu .dropdown-submenu {
    left: 0 !important;
  }
  .cid-uCXzTWU8kC .navbar .dropdown-menu .dropdown-item:after {
    right: auto;
  }
  .cid-uCXzTWU8kC .navbar .dropdown-menu .dropdown-toggle[data-toggle="dropdown-submenu"]:after {
    margin-left: 0.5rem;
    margin-top: 0.2rem;
    border-top: 0.35em solid;
    border-right: 0.35em solid transparent;
    border-left: 0.35em solid transparent;
    border-bottom: 0;
    top: 40%;
  }
  .cid-uCXzTWU8kC .navbar .navbar-logo img {
    height: 3rem !important;
  }
  .cid-uCXzTWU8kC .navbar ul.navbar-nav li {
    margin: auto;
  }
  .cid-uCXzTWU8kC .navbar .dropdown-menu .dropdown-item {
    padding: 0.25rem 1.5rem !important;
    text-align: center;
  }
  .cid-uCXzTWU8kC .navbar .navbar-brand {
    flex-shrink: initial;
    flex-basis: auto;
    word-break: break-word;
    padding-right: 2rem;
  }
  .cid-uCXzTWU8kC .navbar .navbar-toggler {
    flex-basis: auto;
  }
  .cid-uCXzTWU8kC .navbar .icons-menu {
    padding-left: 0;
    padding-top: 0.5rem;
    padding-bottom: 0.5rem;
  }
}
.cid-uCXzTWU8kC .navbar.navbar-short {
  min-height: 60px;
}
.cid-uCXzTWU8kC .navbar.navbar-short .navbar-logo img {
  height: 2.5rem !important;
}
.cid-uCXzTWU8kC .navbar.navbar-short .navbar-brand {
  min-height: 60px;
  padding: 0;
}
.cid-uCXzTWU8kC .navbar-brand {
  min-height: 70px;
  flex-shrink: 0;
  align-items: center;
  margin-right: 0;
  padding: 10px 0;
  transition: all 0.3s;
  word-break: break-word;
  z-index: 1;
}
.cid-uCXzTWU8kC .navbar-brand .navbar-caption {
  line-height: inherit !important;
}
.cid-uCXzTWU8kC .navbar-brand .navbar-logo a {
  outline: none;
}
.cid-uCXzTWU8kC .dropdown-item.active,
.cid-uCXzTWU8kC .dropdown-item:active {
  background-color: transparent;
}
.cid-uCXzTWU8kC .navbar-expand-lg .navbar-nav .nav-link {
  padding: 0;
}
.cid-uCXzTWU8kC .nav-dropdown .link.dropdown-toggle {
  margin-right: 1.667em;
}
.cid-uCXzTWU8kC .nav-dropdown .link.dropdown-toggle[aria-expanded="true"] {
  margin-right: 0;
  padding: 0.667em 1.667em;
}
.cid-uCXzTWU8kC .navbar.navbar-expand-lg .dropdown .dropdown-menu {
  background: #353535;
}
.cid-uCXzTWU8kC .navbar.navbar-expand-lg .dropdown .dropdown-menu .dropdown-submenu {
  margin: 0;
  left: 100%;
}
.cid-uCXzTWU8kC .navbar .dropdown.open > .dropdown-menu {
  display: block;
}
.cid-uCXzTWU8kC ul.navbar-nav {
  flex-wrap: wrap;
}
.cid-uCXzTWU8kC .navbar-buttons {
  text-align: center;
  min-width: 170px;
}
.cid-uCXzTWU8kC button.navbar-toggler {
  outline: none;
  width: 31px;
  height: 20px;
  cursor: pointer;
  transition: all 0.2s;
  position: relative;
  align-self: center;
}
.cid-uCXzTWU8kC button.navbar-toggler .hamburger span {
  position: absolute;
  right: 0;
  width: 30px;
  height: 2px;
  border-right: 5px;
  background-color: #22a5e5;
}
.cid-uCXzTWU8kC button.navbar-toggler .hamburger span:nth-child(1) {
  top: 0;
  transition: all 0.2s;
}
.cid-uCXzTWU8kC button.navbar-toggler .hamburger span:nth-child(2) {
  top: 8px;
  transition: all 0.15s;
}
.cid-uCXzTWU8kC button.navbar-toggler .hamburger span:nth-child(3) {
  top: 8px;
  transition: all 0.15s;
}
.cid-uCXzTWU8kC button.navbar-toggler .hamburger span:nth-child(4) {
  top: 16px;
  transition: all 0.2s;
}
.cid-uCXzTWU8kC nav.opened .hamburger span:nth-child(1) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-uCXzTWU8kC nav.opened .hamburger span:nth-child(2) {
  transform: rotate(45deg);
  transition: all 0.25s;
}
.cid-uCXzTWU8kC nav.opened .hamburger span:nth-child(3) {
  transform: rotate(-45deg);
  transition: all 0.25s;
}
.cid-uCXzTWU8kC nav.opened .hamburger span:nth-child(4) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-uCXzTWU8kC .navbar-dropdown {
  padding: 0 1rem;
  position: fixed;
}
.cid-uCXzTWU8kC a.nav-link {
  display: flex;
  align-items: center;
  justify-content: center;
}
.cid-uCXzTWU8kC .icons-menu {
  flex-wrap: nowrap;
  display: flex;
  justify-content: center;
  padding-left: 1rem;
  padding-right: 1rem;
  padding-top: 0.3rem;
  text-align: center;
}
@media screen and (-ms-high-contrast: active), (-ms-high-contrast: none) {
  .cid-uCXzTWU8kC .navbar {
    height: 70px;
  }
  .cid-uCXzTWU8kC .navbar.opened {
    height: auto;
  }
  .cid-uCXzTWU8kC .nav-item .nav-link:hover::before {
    width: 175%;
    max-width: calc(100% + 2rem);
    left: -1rem;
  }
}
.cid-uCXzTX8VZy {
  padding-top: 12rem;
  padding-bottom: 12rem;
  background-image: url("../../../assets/images/bundesarchiv-bild-101i-554-0872-35-tunesien-panzer-vi-tiger-i.jpg");
}
.cid-uCXzTX8VZy .mbr-section-title {
  text-align: center;
  color: #47b5ed;
}
.cid-uCXzTX8VZy .mbr-text,
.cid-uCXzTX8VZy .mbr-section-btn {
  text-align: center;
  color: #ffffff;
}
.cid-uCXzTXnzC4 {
  padding-top: 1rem;
  padding-bottom: 0rem;
  background-color: #353535;
}
@media (max-width: 991px) {
  .cid-uCXzTXnzC4 .image-wrapper {
    margin-bottom: 1rem;
  }
}
.cid-uCXzTXnzC4 img {
  width: 100%;
}
@media (min-width: 992px) {
  .cid-uCXzTXnzC4 .text-wrapper {
    padding: 2rem;
  }
}
.cid-uCXzTXnzC4 .mbr-section-title {
  color: #ffffff;
}
.cid-uCXzTXnzC4 .mbr-text {
  color: #ffffff;
}
.cid-uCXzTXnzC4 .mbr-description {
  color: #ffffff;
}
.cid-uCXzTXyBra {
  padding-top: 1rem;
  padding-bottom: 1rem;
  background-color: #353535;
}
.cid-uCXzTXyBra .mbr-text {
  color: #ffffff;
}
.cid-uCXzTXGGrZ {
  padding-top: 1rem;
  padding-bottom: 2rem;
  background-color: #353535;
}
.cid-uCXzTXGGrZ .line {
  background-color: #ffffff;
  align: center;
  height: 2px;
  margin: 0 auto;
}
.cid-uCXzTXGGrZ .mbr-text {
  color: #ffffff;
}
.cid-uCXzTXO3qB {
  padding-top: 1rem;
  padding-bottom: 2rem;
  background-color: #353535;
}
.cid-uCXzTXO3qB .row {
  margin-left: 0;
  margin-right: 0;
}
.cid-uCXzTXO3qB .item {
  padding-left: 0;
  padding-right: 0;
}
.cid-uCXzTXO3qB .item-wrapper {
  height: 100%;
  position: relative;
}
.cid-uCXzTXO3qB .item-wrapper img {
  height: 100%;
  object-fit: cover;
}
.cid-uCXzTXO3qB .item-wrapper .icon-wrapper {
  pointer-events: none;
  position: absolute;
  width: 60px;
  height: 60px;
  font-size: 22px;
  left: 50%;
  top: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
  border: 2px solid #ffffff;
  border-radius: 50%;
  opacity: 0;
  color: #ffffff;
  transform: translateX(-50%) translateY(-50%);
  background-color: #1b1b1b;
  transition: 0.2s;
}
.cid-uCXzTXO3qB .item-wrapper:hover .icon-wrapper {
  opacity: 0.7;
}
.cid-uCXzTXO3qB .carousel-control,
.cid-uCXzTXO3qB .close {
  background: #1b1b1b;
}
.cid-uCXzTXO3qB .carousel-control-prev {
  margin-left: 2.5rem;
}
.cid-uCXzTXO3qB .carousel-control-prev span {
  margin-right: 5px;
}
.cid-uCXzTXO3qB .carousel-control-next {
  margin-right: 2.5rem;
}
.cid-uCXzTXO3qB .carousel-control-next span {
  margin-left: 5px;
}
.cid-uCXzTXO3qB .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-uCXzTXO3qB .close::before {
  content: '\e91a';
}
.cid-uCXzTXO3qB .close:hover {
  opacity: 1;
  background: #000;
  color: #fff;
}
.cid-uCXzTXO3qB .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-uCXzTXO3qB .carousel-control.carousel-control-prev {
  left: 0;
  margin-left: 2.5rem;
}
.cid-uCXzTXO3qB .carousel-control.carousel-control-next {
  right: 0;
  margin-right: 2.5rem;
}
@media (max-width: 767px) {
  .cid-uCXzTXO3qB .carousel-control {
    top: auto;
    bottom: 1rem;
  }
}
.cid-uCXzTXO3qB .carousel-indicators {
  position: absolute;
  bottom: 0;
  margin-bottom: 3px;
}
.cid-uCXzTXO3qB .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-uCXzTXO3qB .carousel-indicators li.active,
.cid-uCXzTXO3qB .carousel-indicators li:hover {
  opacity: 0.9;
}
.cid-uCXzTXO3qB .carousel-indicators li::after,
.cid-uCXzTXO3qB .carousel-indicators li::before {
  content: none;
}
.cid-uCXzTXO3qB .carousel-indicators.ie-fix {
  left: 50%;
  display: block;
  width: 60%;
  margin-left: -30%;
  text-align: center;
}
@media (max-width: 768px) {
  .cid-uCXzTXO3qB .carousel-indicators {
    display: none !important;
  }
}
@media (max-width: 991px) {
  .cid-uCXzTXO3qB .carousel-indicators {
    margin-bottom: 3.625rem !important;
    padding-left: 2.5rem;
    padding-right: 2.5rem;
  }
}
@media (max-width: 767px) {
  .cid-uCXzTXO3qB .carousel-indicators {
    display: none;
  }
}
.cid-uCXzTXO3qB .carousel-inner {
  display: flex;
  align-items: center;
}
.cid-uCXzTXO3qB .carousel-inner > .active {
  display: block;
}
.cid-uCXzTXO3qB .carousel-control.left {
  left: 0;
  margin-left: 2.5rem;
}
.cid-uCXzTXO3qB .carousel-control.right {
  right: 0;
  margin-right: 2.5rem;
}
.cid-uCXzTXO3qB .carousel-control:hover {
  background: #1b1b1b;
  color: #fff;
  opacity: 1;
}
@media (max-width: 768px) {
  .cid-uCXzTXO3qB .carousel-control,
  .cid-uCXzTXO3qB .carousel-indicators,
  .cid-uCXzTXO3qB .modal .close {
    position: fixed;
  }
}
@media (max-width: 767px) {
  .cid-uCXzTXO3qB .mbr-slider .carousel-control {
    top: auto;
    bottom: 20px;
  }
  .cid-uCXzTXO3qB .mbr-slider > .container .carousel-control {
    margin-bottom: 0;
  }
}
.cid-uCXzTXO3qB .carousel-indicators .active,
.cid-uCXzTXO3qB .carousel-indicators li {
  width: 7px;
  height: 7px;
  margin: 3px;
  background: #000000;
  opacity: 0.5;
  border: 4px solid #000000;
}
.cid-uCXzTXO3qB .carousel-indicators .active {
  background: #fff;
}
.cid-uCXzTXO3qB .carousel-indicators li {
  max-width: 15px;
  max-height: 15px;
  border-radius: 50%;
}
.cid-uCXzTXO3qB .modal {
  padding-left: 0 !important;
  position: fixed;
  overflow: hidden;
  padding-right: 0 !important;
}
.cid-uCXzTXO3qB .modal-dialog {
  margin: 0 auto;
  max-width: 100%;
  padding-left: 1rem;
  padding-right: 1rem;
}
.cid-uCXzTXO3qB .modal-content {
  border-radius: 0;
  border: none;
  background: transparent;
}
.cid-uCXzTXO3qB .modal-body {
  padding: 0;
  display: flex;
  align-items: center;
}
.cid-uCXzTXO3qB .modal-body img {
  width: 100%;
  object-fit: contain;
  max-height: calc(100vh - 1.75rem);
}
.cid-uCXzTXO3qB .carousel {
  width: 100%;
}
.cid-uCXzTXO3qB .modal-backdrop.in {
  opacity: 0.8;
}
.cid-uCXzTXO3qB .modal.fade .modal-dialog {
  transition: margin-top 0.3s ease-out;
}
.cid-uCXzTXO3qB .modal.fade .modal-dialog,
.cid-uCXzTXO3qB .modal.in .modal-dialog {
  transform: none;
}
.cid-uCXzTXO3qB .mbr-gallery .item-wrapper {
  cursor: pointer;
}
.cid-uCXzTXO3qB H6 {
  text-align: center;
}
.cid-uCXzTY3D89 {
  padding-top: 3rem;
  padding-bottom: 3rem;
  background-color: #232323;
}
.cid-uCXzTY3D89 .media-wrap {
  padding: 0;
}
@media (max-width: 991px) {
  .cid-uCXzTY3D89 .media-wrap {
    margin-bottom: 1rem;
  }
}
@media (max-width: 767px) {
  .cid-uCXzTY3D89 .row {
    text-align: center;
  }
  .cid-uCXzTY3D89 .row > div {
    margin: auto;
  }
  .cid-uCXzTY3D89 .social-row {
    justify-content: center;
  }
}
.cid-uCXzTY3D89 .social-row {
  display: flex;
  flex-wrap: wrap;
}
.cid-uCXzTY3D89 .list {
  list-style: none;
  padding-left: 0;
  color: #bbbbbb;
}
@media (max-width: 991px) {
  .cid-uCXzTY3D89 .list {
    margin-bottom: 2rem;
  }
}
@media (min-width: 992px) {
  .cid-uCXzTY3D89 .list {
    margin-bottom: 0rem;
  }
}
.cid-uCXzTY3D89 .mbr-text {
  color: #bbbbbb;
  text-align: left;
}
.cid-uCXzTY3D89 .soc-item {
  display: flex;
  align-items: center;
  justify-content: center;
  border-radius: 50%;
  background-color: white;
  margin-right: 0.5rem;
  margin-bottom: 1rem;
  padding: 0.5rem;
  height: 2.5rem;
  width: 2.5rem;
}
.cid-uCXzTY3D89 .mbr-iconfont {
  color: black;
}
@media (max-width: 991px) {
  .cid-uCXzTY3D89 div > *:last-child {
    margin-top: 0 !important;
  }
}
.cid-uCXzTY3D89 .copyright {
  text-align: center;
}
.cid-uCXBqKDCQp {
  z-index: 1000;
  width: 100%;
}
.cid-uCXBqKDCQp nav.navbar {
  position: fixed;
}
.cid-uCXBqKDCQp .dropdown-item:before {
  font-family: Moririse2 !important;
  content: "\e966";
  display: inline-block;
  width: 0;
  position: absolute;
  left: 1rem;
  top: 0.5rem;
  margin-right: 0.5rem;
  line-height: 1;
  font-size: inherit;
  vertical-align: middle;
  text-align: center;
  overflow: hidden;
  transform: scale(0, 1);
  transition: all 0.25s ease-in-out;
}
.cid-uCXBqKDCQp .dropdown-menu {
  padding: 0;
  border-radius: 4px;
  box-shadow: 0 1px 3px 0 rgba(0, 0, 0, 0.1);
}
.cid-uCXBqKDCQp .dropdown-item {
  border-bottom: 1px solid #e6e6e6;
}
.cid-uCXBqKDCQp .dropdown-item:hover,
.cid-uCXBqKDCQp .dropdown-item:focus {
  background: #4d6d9a !important;
  color: white !important;
}
.cid-uCXBqKDCQp .dropdown-item:first-child {
  border-top-left-radius: 4px;
  border-top-right-radius: 4px;
}
.cid-uCXBqKDCQp .dropdown-item:last-child {
  border-bottom: none;
  border-bottom-left-radius: 4px;
  border-bottom-right-radius: 4px;
}
.cid-uCXBqKDCQp .nav-dropdown .link {
  padding: 0 0.3em !important;
  margin: 0.667em 1em !important;
}
.cid-uCXBqKDCQp .nav-dropdown .link.dropdown-toggle::after {
  margin-left: 0.5rem;
  margin-top: 0.2rem;
}
.cid-uCXBqKDCQp .nav-link {
  position: relative;
}
.cid-uCXBqKDCQp .container {
  display: flex;
  margin: auto;
}
.cid-uCXBqKDCQp .iconfont-wrapper {
  color: #000000 !important;
  font-size: 1.5rem;
  padding-right: 0.5rem;
}
.cid-uCXBqKDCQp .dropdown-menu,
.cid-uCXBqKDCQp .navbar.opened {
  background: #353535 !important;
}
.cid-uCXBqKDCQp .nav-item:focus,
.cid-uCXBqKDCQp .nav-link:focus {
  outline: none;
}
.cid-uCXBqKDCQp .dropdown .dropdown-menu .dropdown-item {
  width: auto;
  transition: all 0.25s ease-in-out;
}
.cid-uCXBqKDCQp .dropdown .dropdown-menu .dropdown-item::after {
  right: 0.5rem;
}
.cid-uCXBqKDCQp .dropdown .dropdown-menu .dropdown-item .mbr-iconfont {
  margin-right: 0.5rem;
  vertical-align: sub;
}
.cid-uCXBqKDCQp .dropdown .dropdown-menu .dropdown-item .mbr-iconfont:before {
  display: inline-block;
  transform: scale(1, 1);
  transition: all 0.25s ease-in-out;
}
.cid-uCXBqKDCQp .collapsed .dropdown-menu .dropdown-item:before {
  display: none;
}
.cid-uCXBqKDCQp .collapsed .dropdown .dropdown-menu .dropdown-item {
  padding: 0.235em 1.5em 0.235em 1.5em !important;
  transition: none;
  margin: 0 !important;
}
.cid-uCXBqKDCQp .navbar {
  min-height: 70px;
  transition: all 0.3s;
  border-bottom: 1px solid transparent;
  background: rgba(53, 53, 53, 0.6);
}
.cid-uCXBqKDCQp .navbar.opened {
  transition: all 0.3s;
}
.cid-uCXBqKDCQp .navbar .dropdown-item {
  padding: 0.5rem 1.8rem;
}
.cid-uCXBqKDCQp .navbar .navbar-logo img {
  width: auto;
}
.cid-uCXBqKDCQp .navbar .navbar-collapse {
  justify-content: flex-end;
  z-index: 1;
}
.cid-uCXBqKDCQp .navbar.collapsed {
  justify-content: center;
}
.cid-uCXBqKDCQp .navbar.collapsed .nav-item .nav-link::before {
  display: none;
}
.cid-uCXBqKDCQp .navbar.collapsed.opened .dropdown-menu {
  top: 0;
}
@media (min-width: 992px) {
  .cid-uCXBqKDCQp .navbar.collapsed.opened:not(.navbar-short) .navbar-collapse {
    max-height: calc(98.5vh - 4.9rem);
  }
}
.cid-uCXBqKDCQp .navbar.collapsed .dropdown-menu .dropdown-submenu {
  left: 0 !important;
}
.cid-uCXBqKDCQp .navbar.collapsed .dropdown-menu .dropdown-item:after {
  right: auto;
}
.cid-uCXBqKDCQp .navbar.collapsed .dropdown-menu .dropdown-toggle[data-toggle="dropdown-submenu"]:after {
  margin-left: 0.5rem;
  margin-top: 0.2rem;
  border-top: 0.35em solid;
  border-right: 0.35em solid transparent;
  border-left: 0.35em solid transparent;
  border-bottom: 0;
  top: 41%;
}
.cid-uCXBqKDCQp .navbar.collapsed ul.navbar-nav li {
  margin: auto;
}
.cid-uCXBqKDCQp .navbar.collapsed .dropdown-menu .dropdown-item {
  padding: 0.25rem 1.5rem;
  text-align: center;
}
.cid-uCXBqKDCQp .navbar.collapsed .icons-menu {
  padding-left: 0;
  padding-right: 0;
  padding-top: 0.5rem;
  padding-bottom: 0.5rem;
}
@media (max-width: 991px) {
  .cid-uCXBqKDCQp .navbar .nav-item .nav-link::before {
    display: none;
  }
  .cid-uCXBqKDCQp .navbar.opened .dropdown-menu {
    top: 0;
  }
  .cid-uCXBqKDCQp .navbar .dropdown-menu .dropdown-submenu {
    left: 0 !important;
  }
  .cid-uCXBqKDCQp .navbar .dropdown-menu .dropdown-item:after {
    right: auto;
  }
  .cid-uCXBqKDCQp .navbar .dropdown-menu .dropdown-toggle[data-toggle="dropdown-submenu"]:after {
    margin-left: 0.5rem;
    margin-top: 0.2rem;
    border-top: 0.35em solid;
    border-right: 0.35em solid transparent;
    border-left: 0.35em solid transparent;
    border-bottom: 0;
    top: 40%;
  }
  .cid-uCXBqKDCQp .navbar .navbar-logo img {
    height: 3rem !important;
  }
  .cid-uCXBqKDCQp .navbar ul.navbar-nav li {
    margin: auto;
  }
  .cid-uCXBqKDCQp .navbar .dropdown-menu .dropdown-item {
    padding: 0.25rem 1.5rem !important;
    text-align: center;
  }
  .cid-uCXBqKDCQp .navbar .navbar-brand {
    flex-shrink: initial;
    flex-basis: auto;
    word-break: break-word;
    padding-right: 2rem;
  }
  .cid-uCXBqKDCQp .navbar .navbar-toggler {
    flex-basis: auto;
  }
  .cid-uCXBqKDCQp .navbar .icons-menu {
    padding-left: 0;
    padding-top: 0.5rem;
    padding-bottom: 0.5rem;
  }
}
.cid-uCXBqKDCQp .navbar.navbar-short {
  min-height: 60px;
}
.cid-uCXBqKDCQp .navbar.navbar-short .navbar-logo img {
  height: 2.5rem !important;
}
.cid-uCXBqKDCQp .navbar.navbar-short .navbar-brand {
  min-height: 60px;
  padding: 0;
}
.cid-uCXBqKDCQp .navbar-brand {
  min-height: 70px;
  flex-shrink: 0;
  align-items: center;
  margin-right: 0;
  padding: 10px 0;
  transition: all 0.3s;
  word-break: break-word;
  z-index: 1;
}
.cid-uCXBqKDCQp .navbar-brand .navbar-caption {
  line-height: inherit !important;
}
.cid-uCXBqKDCQp .navbar-brand .navbar-logo a {
  outline: none;
}
.cid-uCXBqKDCQp .dropdown-item.active,
.cid-uCXBqKDCQp .dropdown-item:active {
  background-color: transparent;
}
.cid-uCXBqKDCQp .navbar-expand-lg .navbar-nav .nav-link {
  padding: 0;
}
.cid-uCXBqKDCQp .nav-dropdown .link.dropdown-toggle {
  margin-right: 1.667em;
}
.cid-uCXBqKDCQp .nav-dropdown .link.dropdown-toggle[aria-expanded="true"] {
  margin-right: 0;
  padding: 0.667em 1.667em;
}
.cid-uCXBqKDCQp .navbar.navbar-expand-lg .dropdown .dropdown-menu {
  background: #353535;
}
.cid-uCXBqKDCQp .navbar.navbar-expand-lg .dropdown .dropdown-menu .dropdown-submenu {
  margin: 0;
  left: 100%;
}
.cid-uCXBqKDCQp .navbar .dropdown.open > .dropdown-menu {
  display: block;
}
.cid-uCXBqKDCQp ul.navbar-nav {
  flex-wrap: wrap;
}
.cid-uCXBqKDCQp .navbar-buttons {
  text-align: center;
  min-width: 170px;
}
.cid-uCXBqKDCQp button.navbar-toggler {
  outline: none;
  width: 31px;
  height: 20px;
  cursor: pointer;
  transition: all 0.2s;
  position: relative;
  align-self: center;
}
.cid-uCXBqKDCQp button.navbar-toggler .hamburger span {
  position: absolute;
  right: 0;
  width: 30px;
  height: 2px;
  border-right: 5px;
  background-color: #22a5e5;
}
.cid-uCXBqKDCQp button.navbar-toggler .hamburger span:nth-child(1) {
  top: 0;
  transition: all 0.2s;
}
.cid-uCXBqKDCQp button.navbar-toggler .hamburger span:nth-child(2) {
  top: 8px;
  transition: all 0.15s;
}
.cid-uCXBqKDCQp button.navbar-toggler .hamburger span:nth-child(3) {
  top: 8px;
  transition: all 0.15s;
}
.cid-uCXBqKDCQp button.navbar-toggler .hamburger span:nth-child(4) {
  top: 16px;
  transition: all 0.2s;
}
.cid-uCXBqKDCQp nav.opened .hamburger span:nth-child(1) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-uCXBqKDCQp nav.opened .hamburger span:nth-child(2) {
  transform: rotate(45deg);
  transition: all 0.25s;
}
.cid-uCXBqKDCQp nav.opened .hamburger span:nth-child(3) {
  transform: rotate(-45deg);
  transition: all 0.25s;
}
.cid-uCXBqKDCQp nav.opened .hamburger span:nth-child(4) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-uCXBqKDCQp .navbar-dropdown {
  padding: 0 1rem;
  position: fixed;
}
.cid-uCXBqKDCQp a.nav-link {
  display: flex;
  align-items: center;
  justify-content: center;
}
.cid-uCXBqKDCQp .icons-menu {
  flex-wrap: nowrap;
  display: flex;
  justify-content: center;
  padding-left: 1rem;
  padding-right: 1rem;
  padding-top: 0.3rem;
  text-align: center;
}
@media screen and (-ms-high-contrast: active), (-ms-high-contrast: none) {
  .cid-uCXBqKDCQp .navbar {
    height: 70px;
  }
  .cid-uCXBqKDCQp .navbar.opened {
    height: auto;
  }
  .cid-uCXBqKDCQp .nav-item .nav-link:hover::before {
    width: 175%;
    max-width: calc(100% + 2rem);
    left: -1rem;
  }
}
.cid-uCXBqKRWdr {
  padding-top: 12rem;
  padding-bottom: 12rem;
  background-image: url("../../../assets/images/2-.jpeg");
}
.cid-uCXBqKRWdr .mbr-section-title {
  text-align: center;
  color: #47b5ed;
}
.cid-uCXBqKRWdr .mbr-text,
.cid-uCXBqKRWdr .mbr-section-btn {
  text-align: center;
  color: #ffffff;
}
.cid-uCXBqL3VBU {
  padding-top: 1rem;
  padding-bottom: 0rem;
  background-color: #353535;
}
@media (max-width: 991px) {
  .cid-uCXBqL3VBU .image-wrapper {
    margin-bottom: 1rem;
  }
}
.cid-uCXBqL3VBU img {
  width: 100%;
}
@media (min-width: 992px) {
  .cid-uCXBqL3VBU .text-wrapper {
    padding: 2rem;
  }
}
.cid-uCXBqL3VBU .mbr-section-title {
  color: #ffffff;
}
.cid-uCXBqL3VBU .mbr-text {
  color: #ffffff;
}
.cid-uCXBqL3VBU .mbr-description {
  color: #ffffff;
}
.cid-uCXBqLdbw8 {
  padding-top: 1rem;
  padding-bottom: 1rem;
  background-color: #353535;
}
.cid-uCXBqLdbw8 .mbr-text {
  color: #ffffff;
}
.cid-uCXBqLmdRd {
  padding-top: 1rem;
  padding-bottom: 2rem;
  background-color: #353535;
}
.cid-uCXBqLmdRd .line {
  background-color: #ffffff;
  align: center;
  height: 2px;
  margin: 0 auto;
}
.cid-uCXBqLmdRd .mbr-text {
  color: #ffffff;
}
.cid-uCXBqLu399 {
  padding-top: 1rem;
  padding-bottom: 2rem;
  background-color: #353535;
}
.cid-uCXBqLu399 .row {
  margin-left: 0;
  margin-right: 0;
}
.cid-uCXBqLu399 .item {
  padding-left: 0;
  padding-right: 0;
}
.cid-uCXBqLu399 .item-wrapper {
  height: 100%;
  position: relative;
}
.cid-uCXBqLu399 .item-wrapper img {
  height: 100%;
  object-fit: cover;
}
.cid-uCXBqLu399 .item-wrapper .icon-wrapper {
  pointer-events: none;
  position: absolute;
  width: 60px;
  height: 60px;
  font-size: 22px;
  left: 50%;
  top: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
  border: 2px solid #ffffff;
  border-radius: 50%;
  opacity: 0;
  color: #ffffff;
  transform: translateX(-50%) translateY(-50%);
  background-color: #1b1b1b;
  transition: 0.2s;
}
.cid-uCXBqLu399 .item-wrapper:hover .icon-wrapper {
  opacity: 0.7;
}
.cid-uCXBqLu399 .carousel-control,
.cid-uCXBqLu399 .close {
  background: #1b1b1b;
}
.cid-uCXBqLu399 .carousel-control-prev {
  margin-left: 2.5rem;
}
.cid-uCXBqLu399 .carousel-control-prev span {
  margin-right: 5px;
}
.cid-uCXBqLu399 .carousel-control-next {
  margin-right: 2.5rem;
}
.cid-uCXBqLu399 .carousel-control-next span {
  margin-left: 5px;
}
.cid-uCXBqLu399 .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-uCXBqLu399 .close::before {
  content: '\e91a';
}
.cid-uCXBqLu399 .close:hover {
  opacity: 1;
  background: #000;
  color: #fff;
}
.cid-uCXBqLu399 .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-uCXBqLu399 .carousel-control.carousel-control-prev {
  left: 0;
  margin-left: 2.5rem;
}
.cid-uCXBqLu399 .carousel-control.carousel-control-next {
  right: 0;
  margin-right: 2.5rem;
}
@media (max-width: 767px) {
  .cid-uCXBqLu399 .carousel-control {
    top: auto;
    bottom: 1rem;
  }
}
.cid-uCXBqLu399 .carousel-indicators {
  position: absolute;
  bottom: 0;
  margin-bottom: 3px;
}
.cid-uCXBqLu399 .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-uCXBqLu399 .carousel-indicators li.active,
.cid-uCXBqLu399 .carousel-indicators li:hover {
  opacity: 0.9;
}
.cid-uCXBqLu399 .carousel-indicators li::after,
.cid-uCXBqLu399 .carousel-indicators li::before {
  content: none;
}
.cid-uCXBqLu399 .carousel-indicators.ie-fix {
  left: 50%;
  display: block;
  width: 60%;
  margin-left: -30%;
  text-align: center;
}
@media (max-width: 768px) {
  .cid-uCXBqLu399 .carousel-indicators {
    display: none !important;
  }
}
@media (max-width: 991px) {
  .cid-uCXBqLu399 .carousel-indicators {
    margin-bottom: 3.625rem !important;
    padding-left: 2.5rem;
    padding-right: 2.5rem;
  }
}
@media (max-width: 767px) {
  .cid-uCXBqLu399 .carousel-indicators {
    display: none;
  }
}
.cid-uCXBqLu399 .carousel-inner {
  display: flex;
  align-items: center;
}
.cid-uCXBqLu399 .carousel-inner > .active {
  display: block;
}
.cid-uCXBqLu399 .carousel-control.left {
  left: 0;
  margin-left: 2.5rem;
}
.cid-uCXBqLu399 .carousel-control.right {
  right: 0;
  margin-right: 2.5rem;
}
.cid-uCXBqLu399 .carousel-control:hover {
  background: #1b1b1b;
  color: #fff;
  opacity: 1;
}
@media (max-width: 768px) {
  .cid-uCXBqLu399 .carousel-control,
  .cid-uCXBqLu399 .carousel-indicators,
  .cid-uCXBqLu399 .modal .close {
    position: fixed;
  }
}
@media (max-width: 767px) {
  .cid-uCXBqLu399 .mbr-slider .carousel-control {
    top: auto;
    bottom: 20px;
  }
  .cid-uCXBqLu399 .mbr-slider > .container .carousel-control {
    margin-bottom: 0;
  }
}
.cid-uCXBqLu399 .carousel-indicators .active,
.cid-uCXBqLu399 .carousel-indicators li {
  width: 7px;
  height: 7px;
  margin: 3px;
  background: #000000;
  opacity: 0.5;
  border: 4px solid #000000;
}
.cid-uCXBqLu399 .carousel-indicators .active {
  background: #fff;
}
.cid-uCXBqLu399 .carousel-indicators li {
  max-width: 15px;
  max-height: 15px;
  border-radius: 50%;
}
.cid-uCXBqLu399 .modal {
  padding-left: 0 !important;
  position: fixed;
  overflow: hidden;
  padding-right: 0 !important;
}
.cid-uCXBqLu399 .modal-dialog {
  margin: 0 auto;
  max-width: 100%;
  padding-left: 1rem;
  padding-right: 1rem;
}
.cid-uCXBqLu399 .modal-content {
  border-radius: 0;
  border: none;
  background: transparent;
}
.cid-uCXBqLu399 .modal-body {
  padding: 0;
  display: flex;
  align-items: center;
}
.cid-uCXBqLu399 .modal-body img {
  width: 100%;
  object-fit: contain;
  max-height: calc(100vh - 1.75rem);
}
.cid-uCXBqLu399 .carousel {
  width: 100%;
}
.cid-uCXBqLu399 .modal-backdrop.in {
  opacity: 0.8;
}
.cid-uCXBqLu399 .modal.fade .modal-dialog {
  transition: margin-top 0.3s ease-out;
}
.cid-uCXBqLu399 .modal.fade .modal-dialog,
.cid-uCXBqLu399 .modal.in .modal-dialog {
  transform: none;
}
.cid-uCXBqLu399 .mbr-gallery .item-wrapper {
  cursor: pointer;
}
.cid-uCXBqLu399 H6 {
  text-align: center;
}
.cid-uCXBqLXoGR {
  padding-top: 3rem;
  padding-bottom: 3rem;
  background-color: #232323;
}
.cid-uCXBqLXoGR .media-wrap {
  padding: 0;
}
@media (max-width: 991px) {
  .cid-uCXBqLXoGR .media-wrap {
    margin-bottom: 1rem;
  }
}
@media (max-width: 767px) {
  .cid-uCXBqLXoGR .row {
    text-align: center;
  }
  .cid-uCXBqLXoGR .row > div {
    margin: auto;
  }
  .cid-uCXBqLXoGR .social-row {
    justify-content: center;
  }
}
.cid-uCXBqLXoGR .social-row {
  display: flex;
  flex-wrap: wrap;
}
.cid-uCXBqLXoGR .list {
  list-style: none;
  padding-left: 0;
  color: #bbbbbb;
}
@media (max-width: 991px) {
  .cid-uCXBqLXoGR .list {
    margin-bottom: 2rem;
  }
}
@media (min-width: 992px) {
  .cid-uCXBqLXoGR .list {
    margin-bottom: 0rem;
  }
}
.cid-uCXBqLXoGR .mbr-text {
  color: #bbbbbb;
  text-align: left;
}
.cid-uCXBqLXoGR .soc-item {
  display: flex;
  align-items: center;
  justify-content: center;
  border-radius: 50%;
  background-color: white;
  margin-right: 0.5rem;
  margin-bottom: 1rem;
  padding: 0.5rem;
  height: 2.5rem;
  width: 2.5rem;
}
.cid-uCXBqLXoGR .mbr-iconfont {
  color: black;
}
@media (max-width: 991px) {
  .cid-uCXBqLXoGR div > *:last-child {
    margin-top: 0 !important;
  }
}
.cid-uCXBqLXoGR .copyright {
  text-align: center;
}
.cid-uCXGRjFYVb {
  z-index: 1000;
  width: 100%;
}
.cid-uCXGRjFYVb nav.navbar {
  position: fixed;
}
.cid-uCXGRjFYVb .dropdown-item:before {
  font-family: Moririse2 !important;
  content: "\e966";
  display: inline-block;
  width: 0;
  position: absolute;
  left: 1rem;
  top: 0.5rem;
  margin-right: 0.5rem;
  line-height: 1;
  font-size: inherit;
  vertical-align: middle;
  text-align: center;
  overflow: hidden;
  transform: scale(0, 1);
  transition: all 0.25s ease-in-out;
}
.cid-uCXGRjFYVb .dropdown-menu {
  padding: 0;
  border-radius: 4px;
  box-shadow: 0 1px 3px 0 rgba(0, 0, 0, 0.1);
}
.cid-uCXGRjFYVb .dropdown-item {
  border-bottom: 1px solid #e6e6e6;
}
.cid-uCXGRjFYVb .dropdown-item:hover,
.cid-uCXGRjFYVb .dropdown-item:focus {
  background: #4d6d9a !important;
  color: white !important;
}
.cid-uCXGRjFYVb .dropdown-item:first-child {
  border-top-left-radius: 4px;
  border-top-right-radius: 4px;
}
.cid-uCXGRjFYVb .dropdown-item:last-child {
  border-bottom: none;
  border-bottom-left-radius: 4px;
  border-bottom-right-radius: 4px;
}
.cid-uCXGRjFYVb .nav-dropdown .link {
  padding: 0 0.3em !important;
  margin: 0.667em 1em !important;
}
.cid-uCXGRjFYVb .nav-dropdown .link.dropdown-toggle::after {
  margin-left: 0.5rem;
  margin-top: 0.2rem;
}
.cid-uCXGRjFYVb .nav-link {
  position: relative;
}
.cid-uCXGRjFYVb .container {
  display: flex;
  margin: auto;
}
.cid-uCXGRjFYVb .iconfont-wrapper {
  color: #000000 !important;
  font-size: 1.5rem;
  padding-right: 0.5rem;
}
.cid-uCXGRjFYVb .dropdown-menu,
.cid-uCXGRjFYVb .navbar.opened {
  background: #353535 !important;
}
.cid-uCXGRjFYVb .nav-item:focus,
.cid-uCXGRjFYVb .nav-link:focus {
  outline: none;
}
.cid-uCXGRjFYVb .dropdown .dropdown-menu .dropdown-item {
  width: auto;
  transition: all 0.25s ease-in-out;
}
.cid-uCXGRjFYVb .dropdown .dropdown-menu .dropdown-item::after {
  right: 0.5rem;
}
.cid-uCXGRjFYVb .dropdown .dropdown-menu .dropdown-item .mbr-iconfont {
  margin-right: 0.5rem;
  vertical-align: sub;
}
.cid-uCXGRjFYVb .dropdown .dropdown-menu .dropdown-item .mbr-iconfont:before {
  display: inline-block;
  transform: scale(1, 1);
  transition: all 0.25s ease-in-out;
}
.cid-uCXGRjFYVb .collapsed .dropdown-menu .dropdown-item:before {
  display: none;
}
.cid-uCXGRjFYVb .collapsed .dropdown .dropdown-menu .dropdown-item {
  padding: 0.235em 1.5em 0.235em 1.5em !important;
  transition: none;
  margin: 0 !important;
}
.cid-uCXGRjFYVb .navbar {
  min-height: 70px;
  transition: all 0.3s;
  border-bottom: 1px solid transparent;
  background: rgba(53, 53, 53, 0.6);
}
.cid-uCXGRjFYVb .navbar.opened {
  transition: all 0.3s;
}
.cid-uCXGRjFYVb .navbar .dropdown-item {
  padding: 0.5rem 1.8rem;
}
.cid-uCXGRjFYVb .navbar .navbar-logo img {
  width: auto;
}
.cid-uCXGRjFYVb .navbar .navbar-collapse {
  justify-content: flex-end;
  z-index: 1;
}
.cid-uCXGRjFYVb .navbar.collapsed {
  justify-content: center;
}
.cid-uCXGRjFYVb .navbar.collapsed .nav-item .nav-link::before {
  display: none;
}
.cid-uCXGRjFYVb .navbar.collapsed.opened .dropdown-menu {
  top: 0;
}
@media (min-width: 992px) {
  .cid-uCXGRjFYVb .navbar.collapsed.opened:not(.navbar-short) .navbar-collapse {
    max-height: calc(98.5vh - 4.9rem);
  }
}
.cid-uCXGRjFYVb .navbar.collapsed .dropdown-menu .dropdown-submenu {
  left: 0 !important;
}
.cid-uCXGRjFYVb .navbar.collapsed .dropdown-menu .dropdown-item:after {
  right: auto;
}
.cid-uCXGRjFYVb .navbar.collapsed .dropdown-menu .dropdown-toggle[data-toggle="dropdown-submenu"]:after {
  margin-left: 0.5rem;
  margin-top: 0.2rem;
  border-top: 0.35em solid;
  border-right: 0.35em solid transparent;
  border-left: 0.35em solid transparent;
  border-bottom: 0;
  top: 41%;
}
.cid-uCXGRjFYVb .navbar.collapsed ul.navbar-nav li {
  margin: auto;
}
.cid-uCXGRjFYVb .navbar.collapsed .dropdown-menu .dropdown-item {
  padding: 0.25rem 1.5rem;
  text-align: center;
}
.cid-uCXGRjFYVb .navbar.collapsed .icons-menu {
  padding-left: 0;
  padding-right: 0;
  padding-top: 0.5rem;
  padding-bottom: 0.5rem;
}
@media (max-width: 991px) {
  .cid-uCXGRjFYVb .navbar .nav-item .nav-link::before {
    display: none;
  }
  .cid-uCXGRjFYVb .navbar.opened .dropdown-menu {
    top: 0;
  }
  .cid-uCXGRjFYVb .navbar .dropdown-menu .dropdown-submenu {
    left: 0 !important;
  }
  .cid-uCXGRjFYVb .navbar .dropdown-menu .dropdown-item:after {
    right: auto;
  }
  .cid-uCXGRjFYVb .navbar .dropdown-menu .dropdown-toggle[data-toggle="dropdown-submenu"]:after {
    margin-left: 0.5rem;
    margin-top: 0.2rem;
    border-top: 0.35em solid;
    border-right: 0.35em solid transparent;
    border-left: 0.35em solid transparent;
    border-bottom: 0;
    top: 40%;
  }
  .cid-uCXGRjFYVb .navbar .navbar-logo img {
    height: 3rem !important;
  }
  .cid-uCXGRjFYVb .navbar ul.navbar-nav li {
    margin: auto;
  }
  .cid-uCXGRjFYVb .navbar .dropdown-menu .dropdown-item {
    padding: 0.25rem 1.5rem !important;
    text-align: center;
  }
  .cid-uCXGRjFYVb .navbar .navbar-brand {
    flex-shrink: initial;
    flex-basis: auto;
    word-break: break-word;
    padding-right: 2rem;
  }
  .cid-uCXGRjFYVb .navbar .navbar-toggler {
    flex-basis: auto;
  }
  .cid-uCXGRjFYVb .navbar .icons-menu {
    padding-left: 0;
    padding-top: 0.5rem;
    padding-bottom: 0.5rem;
  }
}
.cid-uCXGRjFYVb .navbar.navbar-short {
  min-height: 60px;
}
.cid-uCXGRjFYVb .navbar.navbar-short .navbar-logo img {
  height: 2.5rem !important;
}
.cid-uCXGRjFYVb .navbar.navbar-short .navbar-brand {
  min-height: 60px;
  padding: 0;
}
.cid-uCXGRjFYVb .navbar-brand {
  min-height: 70px;
  flex-shrink: 0;
  align-items: center;
  margin-right: 0;
  padding: 10px 0;
  transition: all 0.3s;
  word-break: break-word;
  z-index: 1;
}
.cid-uCXGRjFYVb .navbar-brand .navbar-caption {
  line-height: inherit !important;
}
.cid-uCXGRjFYVb .navbar-brand .navbar-logo a {
  outline: none;
}
.cid-uCXGRjFYVb .dropdown-item.active,
.cid-uCXGRjFYVb .dropdown-item:active {
  background-color: transparent;
}
.cid-uCXGRjFYVb .navbar-expand-lg .navbar-nav .nav-link {
  padding: 0;
}
.cid-uCXGRjFYVb .nav-dropdown .link.dropdown-toggle {
  margin-right: 1.667em;
}
.cid-uCXGRjFYVb .nav-dropdown .link.dropdown-toggle[aria-expanded="true"] {
  margin-right: 0;
  padding: 0.667em 1.667em;
}
.cid-uCXGRjFYVb .navbar.navbar-expand-lg .dropdown .dropdown-menu {
  background: #353535;
}
.cid-uCXGRjFYVb .navbar.navbar-expand-lg .dropdown .dropdown-menu .dropdown-submenu {
  margin: 0;
  left: 100%;
}
.cid-uCXGRjFYVb .navbar .dropdown.open > .dropdown-menu {
  display: block;
}
.cid-uCXGRjFYVb ul.navbar-nav {
  flex-wrap: wrap;
}
.cid-uCXGRjFYVb .navbar-buttons {
  text-align: center;
  min-width: 170px;
}
.cid-uCXGRjFYVb button.navbar-toggler {
  outline: none;
  width: 31px;
  height: 20px;
  cursor: pointer;
  transition: all 0.2s;
  position: relative;
  align-self: center;
}
.cid-uCXGRjFYVb button.navbar-toggler .hamburger span {
  position: absolute;
  right: 0;
  width: 30px;
  height: 2px;
  border-right: 5px;
  background-color: #22a5e5;
}
.cid-uCXGRjFYVb button.navbar-toggler .hamburger span:nth-child(1) {
  top: 0;
  transition: all 0.2s;
}
.cid-uCXGRjFYVb button.navbar-toggler .hamburger span:nth-child(2) {
  top: 8px;
  transition: all 0.15s;
}
.cid-uCXGRjFYVb button.navbar-toggler .hamburger span:nth-child(3) {
  top: 8px;
  transition: all 0.15s;
}
.cid-uCXGRjFYVb button.navbar-toggler .hamburger span:nth-child(4) {
  top: 16px;
  transition: all 0.2s;
}
.cid-uCXGRjFYVb nav.opened .hamburger span:nth-child(1) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-uCXGRjFYVb nav.opened .hamburger span:nth-child(2) {
  transform: rotate(45deg);
  transition: all 0.25s;
}
.cid-uCXGRjFYVb nav.opened .hamburger span:nth-child(3) {
  transform: rotate(-45deg);
  transition: all 0.25s;
}
.cid-uCXGRjFYVb nav.opened .hamburger span:nth-child(4) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-uCXGRjFYVb .navbar-dropdown {
  padding: 0 1rem;
  position: fixed;
}
.cid-uCXGRjFYVb a.nav-link {
  display: flex;
  align-items: center;
  justify-content: center;
}
.cid-uCXGRjFYVb .icons-menu {
  flex-wrap: nowrap;
  display: flex;
  justify-content: center;
  padding-left: 1rem;
  padding-right: 1rem;
  padding-top: 0.3rem;
  text-align: center;
}
@media screen and (-ms-high-contrast: active), (-ms-high-contrast: none) {
  .cid-uCXGRjFYVb .navbar {
    height: 70px;
  }
  .cid-uCXGRjFYVb .navbar.opened {
    height: auto;
  }
  .cid-uCXGRjFYVb .nav-item .nav-link:hover::before {
    width: 175%;
    max-width: calc(100% + 2rem);
    left: -1rem;
  }
}
.cid-uCXGRjUyHs {
  padding-top: 12rem;
  padding-bottom: 12rem;
  background-image: url("../../../assets/images/hyundai-rotem-delivers-another-batch-of-k2-black-panther-tanks-to-poland.jpg");
}
.cid-uCXGRjUyHs .mbr-section-title {
  text-align: center;
  color: #47b5ed;
}
.cid-uCXGRjUyHs .mbr-text,
.cid-uCXGRjUyHs .mbr-section-btn {
  text-align: center;
  color: #ffffff;
}
.cid-uCXGRk4rmI {
  padding-top: 1rem;
  padding-bottom: 0rem;
  background-color: #353535;
}
@media (max-width: 991px) {
  .cid-uCXGRk4rmI .image-wrapper {
    margin-bottom: 1rem;
  }
}
.cid-uCXGRk4rmI img {
  width: 100%;
}
@media (min-width: 992px) {
  .cid-uCXGRk4rmI .text-wrapper {
    padding: 2rem;
  }
}
.cid-uCXGRk4rmI .mbr-section-title {
  color: #ffffff;
}
.cid-uCXGRk4rmI .mbr-text {
  color: #ffffff;
}
.cid-uCXGRk4rmI .mbr-description {
  color: #ffffff;
}
.cid-uCXGRkg9W2 {
  padding-top: 1rem;
  padding-bottom: 1rem;
  background-color: #353535;
}
.cid-uCXGRkg9W2 .mbr-text {
  color: #ffffff;
}
.cid-uCXGRkrYON {
  padding-top: 1rem;
  padding-bottom: 2rem;
  background-color: #353535;
}
.cid-uCXGRkrYON .line {
  background-color: #ffffff;
  align: center;
  height: 2px;
  margin: 0 auto;
}
.cid-uCXGRkrYON .mbr-text {
  color: #ffffff;
}
.cid-uCXGRkDr9W {
  padding-top: 1rem;
  padding-bottom: 2rem;
  background-color: #353535;
}
.cid-uCXGRkDr9W .row {
  margin-left: 0;
  margin-right: 0;
}
.cid-uCXGRkDr9W .item {
  padding-left: 0;
  padding-right: 0;
}
.cid-uCXGRkDr9W .item-wrapper {
  height: 100%;
  position: relative;
}
.cid-uCXGRkDr9W .item-wrapper img {
  height: 100%;
  object-fit: cover;
}
.cid-uCXGRkDr9W .item-wrapper .icon-wrapper {
  pointer-events: none;
  position: absolute;
  width: 60px;
  height: 60px;
  font-size: 22px;
  left: 50%;
  top: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
  border: 2px solid #ffffff;
  border-radius: 50%;
  opacity: 0;
  color: #ffffff;
  transform: translateX(-50%) translateY(-50%);
  background-color: #1b1b1b;
  transition: 0.2s;
}
.cid-uCXGRkDr9W .item-wrapper:hover .icon-wrapper {
  opacity: 0.7;
}
.cid-uCXGRkDr9W .carousel-control,
.cid-uCXGRkDr9W .close {
  background: #1b1b1b;
}
.cid-uCXGRkDr9W .carousel-control-prev {
  margin-left: 2.5rem;
}
.cid-uCXGRkDr9W .carousel-control-prev span {
  margin-right: 5px;
}
.cid-uCXGRkDr9W .carousel-control-next {
  margin-right: 2.5rem;
}
.cid-uCXGRkDr9W .carousel-control-next span {
  margin-left: 5px;
}
.cid-uCXGRkDr9W .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-uCXGRkDr9W .close::before {
  content: '\e91a';
}
.cid-uCXGRkDr9W .close:hover {
  opacity: 1;
  background: #000;
  color: #fff;
}
.cid-uCXGRkDr9W .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-uCXGRkDr9W .carousel-control.carousel-control-prev {
  left: 0;
  margin-left: 2.5rem;
}
.cid-uCXGRkDr9W .carousel-control.carousel-control-next {
  right: 0;
  margin-right: 2.5rem;
}
@media (max-width: 767px) {
  .cid-uCXGRkDr9W .carousel-control {
    top: auto;
    bottom: 1rem;
  }
}
.cid-uCXGRkDr9W .carousel-indicators {
  position: absolute;
  bottom: 0;
  margin-bottom: 3px;
}
.cid-uCXGRkDr9W .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-uCXGRkDr9W .carousel-indicators li.active,
.cid-uCXGRkDr9W .carousel-indicators li:hover {
  opacity: 0.9;
}
.cid-uCXGRkDr9W .carousel-indicators li::after,
.cid-uCXGRkDr9W .carousel-indicators li::before {
  content: none;
}
.cid-uCXGRkDr9W .carousel-indicators.ie-fix {
  left: 50%;
  display: block;
  width: 60%;
  margin-left: -30%;
  text-align: center;
}
@media (max-width: 768px) {
  .cid-uCXGRkDr9W .carousel-indicators {
    display: none !important;
  }
}
@media (max-width: 991px) {
  .cid-uCXGRkDr9W .carousel-indicators {
    margin-bottom: 3.625rem !important;
    padding-left: 2.5rem;
    padding-right: 2.5rem;
  }
}
@media (max-width: 767px) {
  .cid-uCXGRkDr9W .carousel-indicators {
    display: none;
  }
}
.cid-uCXGRkDr9W .carousel-inner {
  display: flex;
  align-items: center;
}
.cid-uCXGRkDr9W .carousel-inner > .active {
  display: block;
}
.cid-uCXGRkDr9W .carousel-control.left {
  left: 0;
  margin-left: 2.5rem;
}
.cid-uCXGRkDr9W .carousel-control.right {
  right: 0;
  margin-right: 2.5rem;
}
.cid-uCXGRkDr9W .carousel-control:hover {
  background: #1b1b1b;
  color: #fff;
  opacity: 1;
}
@media (max-width: 768px) {
  .cid-uCXGRkDr9W .carousel-control,
  .cid-uCXGRkDr9W .carousel-indicators,
  .cid-uCXGRkDr9W .modal .close {
    position: fixed;
  }
}
@media (max-width: 767px) {
  .cid-uCXGRkDr9W .mbr-slider .carousel-control {
    top: auto;
    bottom: 20px;
  }
  .cid-uCXGRkDr9W .mbr-slider > .container .carousel-control {
    margin-bottom: 0;
  }
}
.cid-uCXGRkDr9W .carousel-indicators .active,
.cid-uCXGRkDr9W .carousel-indicators li {
  width: 7px;
  height: 7px;
  margin: 3px;
  background: #000000;
  opacity: 0.5;
  border: 4px solid #000000;
}
.cid-uCXGRkDr9W .carousel-indicators .active {
  background: #fff;
}
.cid-uCXGRkDr9W .carousel-indicators li {
  max-width: 15px;
  max-height: 15px;
  border-radius: 50%;
}
.cid-uCXGRkDr9W .modal {
  padding-left: 0 !important;
  position: fixed;
  overflow: hidden;
  padding-right: 0 !important;
}
.cid-uCXGRkDr9W .modal-dialog {
  margin: 0 auto;
  max-width: 100%;
  padding-left: 1rem;
  padding-right: 1rem;
}
.cid-uCXGRkDr9W .modal-content {
  border-radius: 0;
  border: none;
  background: transparent;
}
.cid-uCXGRkDr9W .modal-body {
  padding: 0;
  display: flex;
  align-items: center;
}
.cid-uCXGRkDr9W .modal-body img {
  width: 100%;
  object-fit: contain;
  max-height: calc(100vh - 1.75rem);
}
.cid-uCXGRkDr9W .carousel {
  width: 100%;
}
.cid-uCXGRkDr9W .modal-backdrop.in {
  opacity: 0.8;
}
.cid-uCXGRkDr9W .modal.fade .modal-dialog {
  transition: margin-top 0.3s ease-out;
}
.cid-uCXGRkDr9W .modal.fade .modal-dialog,
.cid-uCXGRkDr9W .modal.in .modal-dialog {
  transform: none;
}
.cid-uCXGRkDr9W .mbr-gallery .item-wrapper {
  cursor: pointer;
}
.cid-uCXGRkDr9W H6 {
  text-align: center;
}
.cid-uCXGRkUlKf {
  padding-top: 3rem;
  padding-bottom: 3rem;
  background-color: #232323;
}
.cid-uCXGRkUlKf .media-wrap {
  padding: 0;
}
@media (max-width: 991px) {
  .cid-uCXGRkUlKf .media-wrap {
    margin-bottom: 1rem;
  }
}
@media (max-width: 767px) {
  .cid-uCXGRkUlKf .row {
    text-align: center;
  }
  .cid-uCXGRkUlKf .row > div {
    margin: auto;
  }
  .cid-uCXGRkUlKf .social-row {
    justify-content: center;
  }
}
.cid-uCXGRkUlKf .social-row {
  display: flex;
  flex-wrap: wrap;
}
.cid-uCXGRkUlKf .list {
  list-style: none;
  padding-left: 0;
  color: #bbbbbb;
}
@media (max-width: 991px) {
  .cid-uCXGRkUlKf .list {
    margin-bottom: 2rem;
  }
}
@media (min-width: 992px) {
  .cid-uCXGRkUlKf .list {
    margin-bottom: 0rem;
  }
}
.cid-uCXGRkUlKf .mbr-text {
  color: #bbbbbb;
  text-align: left;
}
.cid-uCXGRkUlKf .soc-item {
  display: flex;
  align-items: center;
  justify-content: center;
  border-radius: 50%;
  background-color: white;
  margin-right: 0.5rem;
  margin-bottom: 1rem;
  padding: 0.5rem;
  height: 2.5rem;
  width: 2.5rem;
}
.cid-uCXGRkUlKf .mbr-iconfont {
  color: black;
}
@media (max-width: 991px) {
  .cid-uCXGRkUlKf div > *:last-child {
    margin-top: 0 !important;
  }
}
.cid-uCXGRkUlKf .copyright {
  text-align: center;
}
.cid-uCXIr9AW3s {
  z-index: 1000;
  width: 100%;
}
.cid-uCXIr9AW3s nav.navbar {
  position: fixed;
}
.cid-uCXIr9AW3s .dropdown-item:before {
  font-family: Moririse2 !important;
  content: "\e966";
  display: inline-block;
  width: 0;
  position: absolute;
  left: 1rem;
  top: 0.5rem;
  margin-right: 0.5rem;
  line-height: 1;
  font-size: inherit;
  vertical-align: middle;
  text-align: center;
  overflow: hidden;
  transform: scale(0, 1);
  transition: all 0.25s ease-in-out;
}
.cid-uCXIr9AW3s .dropdown-menu {
  padding: 0;
  border-radius: 4px;
  box-shadow: 0 1px 3px 0 rgba(0, 0, 0, 0.1);
}
.cid-uCXIr9AW3s .dropdown-item {
  border-bottom: 1px solid #e6e6e6;
}
.cid-uCXIr9AW3s .dropdown-item:hover,
.cid-uCXIr9AW3s .dropdown-item:focus {
  background: #4d6d9a !important;
  color: white !important;
}
.cid-uCXIr9AW3s .dropdown-item:first-child {
  border-top-left-radius: 4px;
  border-top-right-radius: 4px;
}
.cid-uCXIr9AW3s .dropdown-item:last-child {
  border-bottom: none;
  border-bottom-left-radius: 4px;
  border-bottom-right-radius: 4px;
}
.cid-uCXIr9AW3s .nav-dropdown .link {
  padding: 0 0.3em !important;
  margin: 0.667em 1em !important;
}
.cid-uCXIr9AW3s .nav-dropdown .link.dropdown-toggle::after {
  margin-left: 0.5rem;
  margin-top: 0.2rem;
}
.cid-uCXIr9AW3s .nav-link {
  position: relative;
}
.cid-uCXIr9AW3s .container {
  display: flex;
  margin: auto;
}
.cid-uCXIr9AW3s .iconfont-wrapper {
  color: #000000 !important;
  font-size: 1.5rem;
  padding-right: 0.5rem;
}
.cid-uCXIr9AW3s .dropdown-menu,
.cid-uCXIr9AW3s .navbar.opened {
  background: #353535 !important;
}
.cid-uCXIr9AW3s .nav-item:focus,
.cid-uCXIr9AW3s .nav-link:focus {
  outline: none;
}
.cid-uCXIr9AW3s .dropdown .dropdown-menu .dropdown-item {
  width: auto;
  transition: all 0.25s ease-in-out;
}
.cid-uCXIr9AW3s .dropdown .dropdown-menu .dropdown-item::after {
  right: 0.5rem;
}
.cid-uCXIr9AW3s .dropdown .dropdown-menu .dropdown-item .mbr-iconfont {
  margin-right: 0.5rem;
  vertical-align: sub;
}
.cid-uCXIr9AW3s .dropdown .dropdown-menu .dropdown-item .mbr-iconfont:before {
  display: inline-block;
  transform: scale(1, 1);
  transition: all 0.25s ease-in-out;
}
.cid-uCXIr9AW3s .collapsed .dropdown-menu .dropdown-item:before {
  display: none;
}
.cid-uCXIr9AW3s .collapsed .dropdown .dropdown-menu .dropdown-item {
  padding: 0.235em 1.5em 0.235em 1.5em !important;
  transition: none;
  margin: 0 !important;
}
.cid-uCXIr9AW3s .navbar {
  min-height: 70px;
  transition: all 0.3s;
  border-bottom: 1px solid transparent;
  background: rgba(53, 53, 53, 0.6);
}
.cid-uCXIr9AW3s .navbar.opened {
  transition: all 0.3s;
}
.cid-uCXIr9AW3s .navbar .dropdown-item {
  padding: 0.5rem 1.8rem;
}
.cid-uCXIr9AW3s .navbar .navbar-logo img {
  width: auto;
}
.cid-uCXIr9AW3s .navbar .navbar-collapse {
  justify-content: flex-end;
  z-index: 1;
}
.cid-uCXIr9AW3s .navbar.collapsed {
  justify-content: center;
}
.cid-uCXIr9AW3s .navbar.collapsed .nav-item .nav-link::before {
  display: none;
}
.cid-uCXIr9AW3s .navbar.collapsed.opened .dropdown-menu {
  top: 0;
}
@media (min-width: 992px) {
  .cid-uCXIr9AW3s .navbar.collapsed.opened:not(.navbar-short) .navbar-collapse {
    max-height: calc(98.5vh - 4.9rem);
  }
}
.cid-uCXIr9AW3s .navbar.collapsed .dropdown-menu .dropdown-submenu {
  left: 0 !important;
}
.cid-uCXIr9AW3s .navbar.collapsed .dropdown-menu .dropdown-item:after {
  right: auto;
}
.cid-uCXIr9AW3s .navbar.collapsed .dropdown-menu .dropdown-toggle[data-toggle="dropdown-submenu"]:after {
  margin-left: 0.5rem;
  margin-top: 0.2rem;
  border-top: 0.35em solid;
  border-right: 0.35em solid transparent;
  border-left: 0.35em solid transparent;
  border-bottom: 0;
  top: 41%;
}
.cid-uCXIr9AW3s .navbar.collapsed ul.navbar-nav li {
  margin: auto;
}
.cid-uCXIr9AW3s .navbar.collapsed .dropdown-menu .dropdown-item {
  padding: 0.25rem 1.5rem;
  text-align: center;
}
.cid-uCXIr9AW3s .navbar.collapsed .icons-menu {
  padding-left: 0;
  padding-right: 0;
  padding-top: 0.5rem;
  padding-bottom: 0.5rem;
}
@media (max-width: 991px) {
  .cid-uCXIr9AW3s .navbar .nav-item .nav-link::before {
    display: none;
  }
  .cid-uCXIr9AW3s .navbar.opened .dropdown-menu {
    top: 0;
  }
  .cid-uCXIr9AW3s .navbar .dropdown-menu .dropdown-submenu {
    left: 0 !important;
  }
  .cid-uCXIr9AW3s .navbar .dropdown-menu .dropdown-item:after {
    right: auto;
  }
  .cid-uCXIr9AW3s .navbar .dropdown-menu .dropdown-toggle[data-toggle="dropdown-submenu"]:after {
    margin-left: 0.5rem;
    margin-top: 0.2rem;
    border-top: 0.35em solid;
    border-right: 0.35em solid transparent;
    border-left: 0.35em solid transparent;
    border-bottom: 0;
    top: 40%;
  }
  .cid-uCXIr9AW3s .navbar .navbar-logo img {
    height: 3rem !important;
  }
  .cid-uCXIr9AW3s .navbar ul.navbar-nav li {
    margin: auto;
  }
  .cid-uCXIr9AW3s .navbar .dropdown-menu .dropdown-item {
    padding: 0.25rem 1.5rem !important;
    text-align: center;
  }
  .cid-uCXIr9AW3s .navbar .navbar-brand {
    flex-shrink: initial;
    flex-basis: auto;
    word-break: break-word;
    padding-right: 2rem;
  }
  .cid-uCXIr9AW3s .navbar .navbar-toggler {
    flex-basis: auto;
  }
  .cid-uCXIr9AW3s .navbar .icons-menu {
    padding-left: 0;
    padding-top: 0.5rem;
    padding-bottom: 0.5rem;
  }
}
.cid-uCXIr9AW3s .navbar.navbar-short {
  min-height: 60px;
}
.cid-uCXIr9AW3s .navbar.navbar-short .navbar-logo img {
  height: 2.5rem !important;
}
.cid-uCXIr9AW3s .navbar.navbar-short .navbar-brand {
  min-height: 60px;
  padding: 0;
}
.cid-uCXIr9AW3s .navbar-brand {
  min-height: 70px;
  flex-shrink: 0;
  align-items: center;
  margin-right: 0;
  padding: 10px 0;
  transition: all 0.3s;
  word-break: break-word;
  z-index: 1;
}
.cid-uCXIr9AW3s .navbar-brand .navbar-caption {
  line-height: inherit !important;
}
.cid-uCXIr9AW3s .navbar-brand .navbar-logo a {
  outline: none;
}
.cid-uCXIr9AW3s .dropdown-item.active,
.cid-uCXIr9AW3s .dropdown-item:active {
  background-color: transparent;
}
.cid-uCXIr9AW3s .navbar-expand-lg .navbar-nav .nav-link {
  padding: 0;
}
.cid-uCXIr9AW3s .nav-dropdown .link.dropdown-toggle {
  margin-right: 1.667em;
}
.cid-uCXIr9AW3s .nav-dropdown .link.dropdown-toggle[aria-expanded="true"] {
  margin-right: 0;
  padding: 0.667em 1.667em;
}
.cid-uCXIr9AW3s .navbar.navbar-expand-lg .dropdown .dropdown-menu {
  background: #353535;
}
.cid-uCXIr9AW3s .navbar.navbar-expand-lg .dropdown .dropdown-menu .dropdown-submenu {
  margin: 0;
  left: 100%;
}
.cid-uCXIr9AW3s .navbar .dropdown.open > .dropdown-menu {
  display: block;
}
.cid-uCXIr9AW3s ul.navbar-nav {
  flex-wrap: wrap;
}
.cid-uCXIr9AW3s .navbar-buttons {
  text-align: center;
  min-width: 170px;
}
.cid-uCXIr9AW3s button.navbar-toggler {
  outline: none;
  width: 31px;
  height: 20px;
  cursor: pointer;
  transition: all 0.2s;
  position: relative;
  align-self: center;
}
.cid-uCXIr9AW3s button.navbar-toggler .hamburger span {
  position: absolute;
  right: 0;
  width: 30px;
  height: 2px;
  border-right: 5px;
  background-color: #22a5e5;
}
.cid-uCXIr9AW3s button.navbar-toggler .hamburger span:nth-child(1) {
  top: 0;
  transition: all 0.2s;
}
.cid-uCXIr9AW3s button.navbar-toggler .hamburger span:nth-child(2) {
  top: 8px;
  transition: all 0.15s;
}
.cid-uCXIr9AW3s button.navbar-toggler .hamburger span:nth-child(3) {
  top: 8px;
  transition: all 0.15s;
}
.cid-uCXIr9AW3s button.navbar-toggler .hamburger span:nth-child(4) {
  top: 16px;
  transition: all 0.2s;
}
.cid-uCXIr9AW3s nav.opened .hamburger span:nth-child(1) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-uCXIr9AW3s nav.opened .hamburger span:nth-child(2) {
  transform: rotate(45deg);
  transition: all 0.25s;
}
.cid-uCXIr9AW3s nav.opened .hamburger span:nth-child(3) {
  transform: rotate(-45deg);
  transition: all 0.25s;
}
.cid-uCXIr9AW3s nav.opened .hamburger span:nth-child(4) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-uCXIr9AW3s .navbar-dropdown {
  padding: 0 1rem;
  position: fixed;
}
.cid-uCXIr9AW3s a.nav-link {
  display: flex;
  align-items: center;
  justify-content: center;
}
.cid-uCXIr9AW3s .icons-menu {
  flex-wrap: nowrap;
  display: flex;
  justify-content: center;
  padding-left: 1rem;
  padding-right: 1rem;
  padding-top: 0.3rem;
  text-align: center;
}
@media screen and (-ms-high-contrast: active), (-ms-high-contrast: none) {
  .cid-uCXIr9AW3s .navbar {
    height: 70px;
  }
  .cid-uCXIr9AW3s .navbar.opened {
    height: auto;
  }
  .cid-uCXIr9AW3s .nav-item .nav-link:hover::before {
    width: 175%;
    max-width: calc(100% + 2rem);
    left: -1rem;
  }
}
.cid-uCXIr9ZrW2 {
  padding-top: 12rem;
  padding-bottom: 12rem;
  background-image: url("../../../assets/images/2560px-jgsdf-type10-tank-20120527.jpg");
}
.cid-uCXIr9ZrW2 .mbr-section-title {
  text-align: center;
  color: #47b5ed;
}
.cid-uCXIr9ZrW2 .mbr-text,
.cid-uCXIr9ZrW2 .mbr-section-btn {
  text-align: center;
  color: #ffffff;
}
.cid-uCXIraomKt {
  padding-top: 1rem;
  padding-bottom: 0rem;
  background-color: #353535;
}
@media (max-width: 991px) {
  .cid-uCXIraomKt .image-wrapper {
    margin-bottom: 1rem;
  }
}
.cid-uCXIraomKt img {
  width: 100%;
}
@media (min-width: 992px) {
  .cid-uCXIraomKt .text-wrapper {
    padding: 2rem;
  }
}
.cid-uCXIraomKt .mbr-section-title {
  color: #ffffff;
}
.cid-uCXIraomKt .mbr-text {
  color: #ffffff;
}
.cid-uCXIraomKt .mbr-description {
  color: #ffffff;
}
.cid-uCXIraLK3y {
  padding-top: 1rem;
  padding-bottom: 1rem;
  background-color: #353535;
}
.cid-uCXIraLK3y .mbr-text {
  color: #ffffff;
}
.cid-uCXIrb3sX6 {
  padding-top: 1rem;
  padding-bottom: 2rem;
  background-color: #353535;
}
.cid-uCXIrb3sX6 .line {
  background-color: #ffffff;
  align: center;
  height: 2px;
  margin: 0 auto;
}
.cid-uCXIrb3sX6 .mbr-text {
  color: #ffffff;
}
.cid-uCXIrbiDad {
  padding-top: 1rem;
  padding-bottom: 2rem;
  background-color: #353535;
}
.cid-uCXIrbiDad .row {
  margin-left: 0;
  margin-right: 0;
}
.cid-uCXIrbiDad .item {
  padding-left: 0;
  padding-right: 0;
}
.cid-uCXIrbiDad .item-wrapper {
  height: 100%;
  position: relative;
}
.cid-uCXIrbiDad .item-wrapper img {
  height: 100%;
  object-fit: cover;
}
.cid-uCXIrbiDad .item-wrapper .icon-wrapper {
  pointer-events: none;
  position: absolute;
  width: 60px;
  height: 60px;
  font-size: 22px;
  left: 50%;
  top: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
  border: 2px solid #ffffff;
  border-radius: 50%;
  opacity: 0;
  color: #ffffff;
  transform: translateX(-50%) translateY(-50%);
  background-color: #1b1b1b;
  transition: 0.2s;
}
.cid-uCXIrbiDad .item-wrapper:hover .icon-wrapper {
  opacity: 0.7;
}
.cid-uCXIrbiDad .carousel-control,
.cid-uCXIrbiDad .close {
  background: #1b1b1b;
}
.cid-uCXIrbiDad .carousel-control-prev {
  margin-left: 2.5rem;
}
.cid-uCXIrbiDad .carousel-control-prev span {
  margin-right: 5px;
}
.cid-uCXIrbiDad .carousel-control-next {
  margin-right: 2.5rem;
}
.cid-uCXIrbiDad .carousel-control-next span {
  margin-left: 5px;
}
.cid-uCXIrbiDad .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-uCXIrbiDad .close::before {
  content: '\e91a';
}
.cid-uCXIrbiDad .close:hover {
  opacity: 1;
  background: #000;
  color: #fff;
}
.cid-uCXIrbiDad .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-uCXIrbiDad .carousel-control.carousel-control-prev {
  left: 0;
  margin-left: 2.5rem;
}
.cid-uCXIrbiDad .carousel-control.carousel-control-next {
  right: 0;
  margin-right: 2.5rem;
}
@media (max-width: 767px) {
  .cid-uCXIrbiDad .carousel-control {
    top: auto;
    bottom: 1rem;
  }
}
.cid-uCXIrbiDad .carousel-indicators {
  position: absolute;
  bottom: 0;
  margin-bottom: 3px;
}
.cid-uCXIrbiDad .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-uCXIrbiDad .carousel-indicators li.active,
.cid-uCXIrbiDad .carousel-indicators li:hover {
  opacity: 0.9;
}
.cid-uCXIrbiDad .carousel-indicators li::after,
.cid-uCXIrbiDad .carousel-indicators li::before {
  content: none;
}
.cid-uCXIrbiDad .carousel-indicators.ie-fix {
  left: 50%;
  display: block;
  width: 60%;
  margin-left: -30%;
  text-align: center;
}
@media (max-width: 768px) {
  .cid-uCXIrbiDad .carousel-indicators {
    display: none !important;
  }
}
@media (max-width: 991px) {
  .cid-uCXIrbiDad .carousel-indicators {
    margin-bottom: 3.625rem !important;
    padding-left: 2.5rem;
    padding-right: 2.5rem;
  }
}
@media (max-width: 767px) {
  .cid-uCXIrbiDad .carousel-indicators {
    display: none;
  }
}
.cid-uCXIrbiDad .carousel-inner {
  display: flex;
  align-items: center;
}
.cid-uCXIrbiDad .carousel-inner > .active {
  display: block;
}
.cid-uCXIrbiDad .carousel-control.left {
  left: 0;
  margin-left: 2.5rem;
}
.cid-uCXIrbiDad .carousel-control.right {
  right: 0;
  margin-right: 2.5rem;
}
.cid-uCXIrbiDad .carousel-control:hover {
  background: #1b1b1b;
  color: #fff;
  opacity: 1;
}
@media (max-width: 768px) {
  .cid-uCXIrbiDad .carousel-control,
  .cid-uCXIrbiDad .carousel-indicators,
  .cid-uCXIrbiDad .modal .close {
    position: fixed;
  }
}
@media (max-width: 767px) {
  .cid-uCXIrbiDad .mbr-slider .carousel-control {
    top: auto;
    bottom: 20px;
  }
  .cid-uCXIrbiDad .mbr-slider > .container .carousel-control {
    margin-bottom: 0;
  }
}
.cid-uCXIrbiDad .carousel-indicators .active,
.cid-uCXIrbiDad .carousel-indicators li {
  width: 7px;
  height: 7px;
  margin: 3px;
  background: #000000;
  opacity: 0.5;
  border: 4px solid #000000;
}
.cid-uCXIrbiDad .carousel-indicators .active {
  background: #fff;
}
.cid-uCXIrbiDad .carousel-indicators li {
  max-width: 15px;
  max-height: 15px;
  border-radius: 50%;
}
.cid-uCXIrbiDad .modal {
  padding-left: 0 !important;
  position: fixed;
  overflow: hidden;
  padding-right: 0 !important;
}
.cid-uCXIrbiDad .modal-dialog {
  margin: 0 auto;
  max-width: 100%;
  padding-left: 1rem;
  padding-right: 1rem;
}
.cid-uCXIrbiDad .modal-content {
  border-radius: 0;
  border: none;
  background: transparent;
}
.cid-uCXIrbiDad .modal-body {
  padding: 0;
  display: flex;
  align-items: center;
}
.cid-uCXIrbiDad .modal-body img {
  width: 100%;
  object-fit: contain;
  max-height: calc(100vh - 1.75rem);
}
.cid-uCXIrbiDad .carousel {
  width: 100%;
}
.cid-uCXIrbiDad .modal-backdrop.in {
  opacity: 0.8;
}
.cid-uCXIrbiDad .modal.fade .modal-dialog {
  transition: margin-top 0.3s ease-out;
}
.cid-uCXIrbiDad .modal.fade .modal-dialog,
.cid-uCXIrbiDad .modal.in .modal-dialog {
  transform: none;
}
.cid-uCXIrbiDad .mbr-gallery .item-wrapper {
  cursor: pointer;
}
.cid-uCXIrbiDad H6 {
  text-align: center;
}
.cid-uCXIrcrBwM {
  padding-top: 3rem;
  padding-bottom: 3rem;
  background-color: #232323;
}
.cid-uCXIrcrBwM .media-wrap {
  padding: 0;
}
@media (max-width: 991px) {
  .cid-uCXIrcrBwM .media-wrap {
    margin-bottom: 1rem;
  }
}
@media (max-width: 767px) {
  .cid-uCXIrcrBwM .row {
    text-align: center;
  }
  .cid-uCXIrcrBwM .row > div {
    margin: auto;
  }
  .cid-uCXIrcrBwM .social-row {
    justify-content: center;
  }
}
.cid-uCXIrcrBwM .social-row {
  display: flex;
  flex-wrap: wrap;
}
.cid-uCXIrcrBwM .list {
  list-style: none;
  padding-left: 0;
  color: #bbbbbb;
}
@media (max-width: 991px) {
  .cid-uCXIrcrBwM .list {
    margin-bottom: 2rem;
  }
}
@media (min-width: 992px) {
  .cid-uCXIrcrBwM .list {
    margin-bottom: 0rem;
  }
}
.cid-uCXIrcrBwM .mbr-text {
  color: #bbbbbb;
  text-align: left;
}
.cid-uCXIrcrBwM .soc-item {
  display: flex;
  align-items: center;
  justify-content: center;
  border-radius: 50%;
  background-color: white;
  margin-right: 0.5rem;
  margin-bottom: 1rem;
  padding: 0.5rem;
  height: 2.5rem;
  width: 2.5rem;
}
.cid-uCXIrcrBwM .mbr-iconfont {
  color: black;
}
@media (max-width: 991px) {
  .cid-uCXIrcrBwM div > *:last-child {
    margin-top: 0 !important;
  }
}
.cid-uCXIrcrBwM .copyright {
  text-align: center;
}
