.btn {
  border-width: 2px;
}
body {
  font-family: IBM Plex Mono;
}
.display-1 {
  font-family: 'Ubuntu', sans-serif;
  font-size: 4.6rem;
  line-height: 1.1;
}
.display-1 > .mbr-iconfont {
  font-size: 5.75rem;
}
.display-2 {
  font-family: 'Josefin Sans', sans-serif;
  font-size: 3.8rem;
  line-height: 1.1;
}
.display-2 > .mbr-iconfont {
  font-size: 4.75rem;
}
.display-4 {
  font-family: 'Ubuntu', sans-serif;
  font-size: 1.1rem;
  line-height: 1.5;
}
.display-4 > .mbr-iconfont {
  font-size: 1.375rem;
}
.display-5 {
  font-family: 'Josefin Sans', sans-serif;
  font-size: 1.7rem;
  line-height: 1.2;
}
.display-5 > .mbr-iconfont {
  font-size: 2.125rem;
}
.display-7 {
  font-family: 'Josefin Sans', sans-serif;
  font-size: 1.3rem;
  line-height: 1.5;
}
.display-7 > .mbr-iconfont {
  font-size: 1.625rem;
}
/* ---- Fluid typography for mobile devices ---- */
/* 1.4 - font scale ratio ( bootstrap == 1.42857 ) */
/* 100vw - current viewport width */
/* (48 - 20)  48 == 48rem == 768px, 20 == 20rem == 320px(minimal supported viewport) */
/* 0.65 - min scale variable, may vary */
@media (max-width: 992px) {
  .display-1 {
    font-size: 3.68rem;
  }
}
@media (max-width: 768px) {
  .display-1 {
    font-size: 3.22rem;
    font-size: calc( 2.26rem + (4.6 - 2.26) * ((100vw - 20rem) / (48 - 20)));
    line-height: calc( 1.1 * (2.26rem + (4.6 - 2.26) * ((100vw - 20rem) / (48 - 20))));
  }
  .display-2 {
    font-size: 3.04rem;
    font-size: calc( 1.98rem + (3.8 - 1.98) * ((100vw - 20rem) / (48 - 20)));
    line-height: calc( 1.3 * (1.98rem + (3.8 - 1.98) * ((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.36rem;
    font-size: calc( 1.245rem + (1.7 - 1.245) * ((100vw - 20rem) / (48 - 20)));
    line-height: calc( 1.4 * (1.245rem + (1.7 - 1.245) * ((100vw - 20rem) / (48 - 20))));
  }
  .display-7 {
    font-size: 1.04rem;
    font-size: calc( 1.105rem + (1.3 - 1.105) * ((100vw - 20rem) / (48 - 20)));
    line-height: calc( 1.4 * (1.105rem + (1.3 - 1.105) * ((100vw - 20rem) / (48 - 20))));
  }
}
/* Buttons */
.btn {
  padding: 1rem 1.8rem;
  border-radius: 5px;
}
.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: #e8ad39 !important;
}
.bg-success {
  background-color: #e8ad39 !important;
}
.bg-info {
  background-color: #162a51 !important;
}
.bg-warning {
  background-color: #e8ad39 !important;
}
.bg-danger {
  background-color: #060303 !important;
}
.btn-primary,
.btn-primary:active {
  background-color: #e8ad39 !important;
  border-color: #e8ad39 !important;
  color: #ffffff !important;
}
.btn-primary:hover,
.btn-primary:focus,
.btn-primary.focus,
.btn-primary.active {
  color: #ffffff !important;
  background-color: #b57f15 !important;
  border-color: #b57f15 !important;
  box-shadow: 0 2px 5px 0 rgba(0, 0, 0, 0.2);
}
.btn-primary.disabled,
.btn-primary:disabled {
  color: #ffffff !important;
  background-color: #b57f15 !important;
  border-color: #b57f15 !important;
}
.btn-primary:hover,
.btn-primary:focus,
.btn-primary.focus,
.btn-primary.active {
  background-color: #162a51 !important;
  border-color: #162a51 !important;
}
.btn-secondary,
.btn-secondary:active {
  background-color: #162a51 !important;
  border-color: #162a51 !important;
  color: #ffffff !important;
}
.btn-secondary:hover,
.btn-secondary:focus,
.btn-secondary.focus,
.btn-secondary.active {
  color: #ffffff !important;
  background-color: #03070d !important;
  border-color: #03070d !important;
  box-shadow: 0 2px 5px 0 rgba(0, 0, 0, 0.2);
}
.btn-secondary.disabled,
.btn-secondary:disabled {
  color: #ffffff !important;
  background-color: #03070d !important;
  border-color: #03070d !important;
}
.btn-secondary:hover,
.btn-secondary:focus,
.btn-secondary.focus,
.btn-secondary.active {
  background-color: #162a51 !important;
  border-color: #162a51 !important;
}
.btn-info,
.btn-info:active {
  background-color: #162a51 !important;
  border-color: #162a51 !important;
  color: #ffffff !important;
}
.btn-info:hover,
.btn-info:focus,
.btn-info.focus,
.btn-info.active {
  color: #ffffff !important;
  background-color: #03070d !important;
  border-color: #03070d !important;
  box-shadow: 0 2px 5px 0 rgba(0, 0, 0, 0.2);
}
.btn-info.disabled,
.btn-info:disabled {
  color: #ffffff !important;
  background-color: #03070d !important;
  border-color: #03070d !important;
}
.btn-info:hover,
.btn-info:focus,
.btn-info.focus,
.btn-info.active {
  background-color: #162a51 !important;
  border-color: #162a51 !important;
}
.btn-success,
.btn-success:active {
  background-color: #e8ad39 !important;
  border-color: #e8ad39 !important;
  color: #ffffff !important;
}
.btn-success:hover,
.btn-success:focus,
.btn-success.focus,
.btn-success.active {
  color: #ffffff !important;
  background-color: #b57f15 !important;
  border-color: #b57f15 !important;
  box-shadow: 0 2px 5px 0 rgba(0, 0, 0, 0.2);
}
.btn-success.disabled,
.btn-success:disabled {
  color: #ffffff !important;
  background-color: #b57f15 !important;
  border-color: #b57f15 !important;
}
.btn-success:hover,
.btn-success:focus,
.btn-success.focus,
.btn-success.active {
  background-color: #162a51 !important;
  border-color: #162a51 !important;
}
.btn-warning,
.btn-warning:active {
  background-color: #e8ad39 !important;
  border-color: #e8ad39 !important;
  color: #ffffff !important;
}
.btn-warning:hover,
.btn-warning:focus,
.btn-warning.focus,
.btn-warning.active {
  color: #ffffff !important;
  background-color: #b57f15 !important;
  border-color: #b57f15 !important;
  box-shadow: 0 2px 5px 0 rgba(0, 0, 0, 0.2);
}
.btn-warning.disabled,
.btn-warning:disabled {
  color: #ffffff !important;
  background-color: #b57f15 !important;
  border-color: #b57f15 !important;
}
.btn-warning:hover,
.btn-warning:focus,
.btn-warning.focus,
.btn-warning.active {
  background-color: #162a51 !important;
  border-color: #162a51 !important;
}
.btn-danger,
.btn-danger:active {
  background-color: #060303 !important;
  border-color: #060303 !important;
  color: #ffffff !important;
}
.btn-danger:hover,
.btn-danger:focus,
.btn-danger.focus,
.btn-danger.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-danger.disabled,
.btn-danger:disabled {
  color: #ffffff !important;
  background-color: #000000 !important;
  border-color: #000000 !important;
}
.btn-danger:hover,
.btn-danger:focus,
.btn-danger.focus,
.btn-danger.active {
  background-color: #162a51 !important;
  border-color: #162a51 !important;
}
.btn-white,
.btn-white:active {
  background-color: #fafafa !important;
  border-color: #fafafa !important;
  color: #162a51 !important;
}
.btn-white:hover,
.btn-white:focus,
.btn-white.focus,
.btn-white.active {
  color: #ffffff !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: #162a51 !important;
  background-color: #cfcfcf !important;
  border-color: #cfcfcf !important;
}
.btn-white:hover,
.btn-white:focus,
.btn-white.focus,
.btn-white.active {
  background-color: #162a51 !important;
  border-color: #162a51 !important;
}
.btn-black,
.btn-black:active {
  background-color: #232323 !important;
  border-color: #232323 !important;
  color: #ffffff !important;
}
.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-black:hover,
.btn-black:focus,
.btn-black.focus,
.btn-black.active {
  background-color: #162a51 !important;
  border-color: #162a51 !important;
}
.btn-primary-outline,
.btn-primary-outline:active {
  background-color: transparent !important;
  border: 2px dashed #e8ad39;
  color: #e8ad39;
}
.btn-primary-outline:hover,
.btn-primary-outline:focus,
.btn-primary-outline.focus,
.btn-primary-outline.active {
  color: #ffffff !important;
  background-color: #e8ad39 !important;
  border-color: #e8ad39 !important;
  box-shadow: none !important;
}
.btn-primary-outline.disabled,
.btn-primary-outline:disabled {
  color: #ffffff !important;
  background-color: #e8ad39 !important;
  border-color: #e8ad39 !important;
}
.btn-secondary-outline,
.btn-secondary-outline:active {
  background-color: transparent !important;
  border: 2px dashed #162a51;
  color: #162a51;
}
.btn-secondary-outline:hover,
.btn-secondary-outline:focus,
.btn-secondary-outline.focus,
.btn-secondary-outline.active {
  color: #ffffff !important;
  background-color: #162a51 !important;
  border-color: #162a51 !important;
  box-shadow: none !important;
}
.btn-secondary-outline.disabled,
.btn-secondary-outline:disabled {
  color: #ffffff !important;
  background-color: #162a51 !important;
  border-color: #162a51 !important;
}
.btn-info-outline,
.btn-info-outline:active {
  background-color: transparent !important;
  border: 2px dashed #162a51;
  color: #162a51;
}
.btn-info-outline:hover,
.btn-info-outline:focus,
.btn-info-outline.focus,
.btn-info-outline.active {
  color: #ffffff !important;
  background-color: #162a51 !important;
  border-color: #162a51 !important;
  box-shadow: none !important;
}
.btn-info-outline.disabled,
.btn-info-outline:disabled {
  color: #ffffff !important;
  background-color: #162a51 !important;
  border-color: #162a51 !important;
}
.btn-success-outline,
.btn-success-outline:active {
  background-color: transparent !important;
  border: 2px dashed #e8ad39;
  color: #e8ad39;
}
.btn-success-outline:hover,
.btn-success-outline:focus,
.btn-success-outline.focus,
.btn-success-outline.active {
  color: #ffffff !important;
  background-color: #e8ad39 !important;
  border-color: #e8ad39 !important;
  box-shadow: none !important;
}
.btn-success-outline.disabled,
.btn-success-outline:disabled {
  color: #ffffff !important;
  background-color: #e8ad39 !important;
  border-color: #e8ad39 !important;
}
.btn-warning-outline,
.btn-warning-outline:active {
  background-color: transparent !important;
  border: 2px dashed #e8ad39;
  color: #e8ad39;
}
.btn-warning-outline:hover,
.btn-warning-outline:focus,
.btn-warning-outline.focus,
.btn-warning-outline.active {
  color: #ffffff !important;
  background-color: #e8ad39 !important;
  border-color: #e8ad39 !important;
  box-shadow: none !important;
}
.btn-warning-outline.disabled,
.btn-warning-outline:disabled {
  color: #ffffff !important;
  background-color: #e8ad39 !important;
  border-color: #e8ad39 !important;
}
.btn-danger-outline,
.btn-danger-outline:active {
  background-color: transparent !important;
  border: 2px dashed #060303;
  color: #060303;
}
.btn-danger-outline:hover,
.btn-danger-outline:focus,
.btn-danger-outline.focus,
.btn-danger-outline.active {
  color: #ffffff !important;
  background-color: #060303 !important;
  border-color: #060303 !important;
  box-shadow: none !important;
}
.btn-danger-outline.disabled,
.btn-danger-outline:disabled {
  color: #ffffff !important;
  background-color: #060303 !important;
  border-color: #060303 !important;
}
.btn-black-outline,
.btn-black-outline:active {
  background-color: transparent !important;
  border: 2px dashed #232323;
  color: #232323;
}
.btn-black-outline:hover,
.btn-black-outline:focus,
.btn-black-outline.focus,
.btn-black-outline.active {
  color: #ffffff !important;
  background-color: #232323 !important;
  border-color: #232323 !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: 2px dashed #fafafa;
  color: #fafafa;
}
.btn-white-outline:hover,
.btn-white-outline:focus,
.btn-white-outline.focus,
.btn-white-outline.active {
  color: #7a7a7a !important;
  background-color: #fafafa !important;
  border-color: #fafafa !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: #e8ad39 !important;
}
.text-secondary {
  color: #162a51 !important;
}
.text-success {
  color: #e8ad39 !important;
}
.text-info {
  color: #162a51 !important;
}
.text-warning {
  color: #e8ad39 !important;
}
.text-danger {
  color: #060303 !important;
}
.text-white {
  color: #fafafa !important;
}
.text-black {
  color: #232323 !important;
}
a.text-primary:hover,
a.text-primary:focus,
a.text-primary.active {
  color: #a87613 !important;
}
a.text-secondary:hover,
a.text-secondary:focus,
a.text-secondary.active {
  color: #000001 !important;
}
a.text-success:hover,
a.text-success:focus,
a.text-success.active {
  color: #a87613 !important;
}
a.text-info:hover,
a.text-info:focus,
a.text-info.active {
  color: #000001 !important;
}
a.text-warning:hover,
a.text-warning:focus,
a.text-warning.active {
  color: #a87613 !important;
}
a.text-danger:hover,
a.text-danger:focus,
a.text-danger.active {
  color: #000000 !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;
}
.nav-tabs .nav-link.active {
  color: #e8ad39;
}
.nav-tabs .nav-link:not(.active) {
  color: #232323;
}
.alert-success {
  background-color: #70c770;
}
.alert-info {
  background-color: #162a51;
}
.alert-warning {
  background-color: #e8ad39;
}
.alert-danger {
  background-color: #060303;
}
.mbr-gallery-filter li.active .btn {
  background-color: #e8ad39;
  border-color: #e8ad39;
  color: #ffffff;
}
.mbr-gallery-filter li.active .btn:focus {
  box-shadow: none;
}
a,
a:hover {
  color: #e8ad39;
}
.mbr-plan-header.bg-primary .mbr-plan-subtitle,
.mbr-plan-header.bg-primary .mbr-plan-price-desc {
  color: #fdf9f0;
}
.mbr-plan-header.bg-success .mbr-plan-subtitle,
.mbr-plan-header.bg-success .mbr-plan-price-desc {
  color: #fdf9f0;
}
.mbr-plan-header.bg-info .mbr-plan-subtitle,
.mbr-plan-header.bg-info .mbr-plan-price-desc {
  color: #7396d9;
}
.mbr-plan-header.bg-warning .mbr-plan-subtitle,
.mbr-plan-header.bg-warning .mbr-plan-price-desc {
  color: #fdf9f0;
}
.mbr-plan-header.bg-danger .mbr-plan-subtitle,
.mbr-plan-header.bg-danger .mbr-plan-price-desc {
  color: #cf9f9f;
}
/* Scroll to top button*/
.scrollToTop_wraper {
  display: none;
}
.form-control {
  font-family: 'Ubuntu', 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: #e8ad39 !important;
}
.form-control:-webkit-input-placeholder {
  font-family: 'Ubuntu', 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: #e8ad39;
}
/* Forms */
.jq-selectbox li:hover,
.jq-selectbox li.selected {
  background-color: #e8ad39;
  color: #ffffff;
}
.jq-number__spin {
  transition: 0.25s ease;
}
.jq-number__spin:hover {
  border-color: #e8ad39;
}
.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: #e8ad39;
  border-bottom-color: #e8ad39;
}
.xdsoft_datetimepicker .xdsoft_calendar td.xdsoft_default,
.xdsoft_datetimepicker .xdsoft_calendar td.xdsoft_current,
.xdsoft_datetimepicker .xdsoft_timepicker .xdsoft_time_box > div > div.xdsoft_current {
  color: #000000 !important;
  background-color: #e8ad39 !important;
  box-shadow: none !important;
}
.xdsoft_datetimepicker .xdsoft_calendar td:hover,
.xdsoft_datetimepicker .xdsoft_timepicker .xdsoft_time_box > div > div:hover {
  color: #ffffff !important;
  background: #162a51 !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='%23e8ad39' %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-tlVfQZIvOf {
  z-index: 1000;
  width: 100%;
}
.cid-tlVfQZIvOf nav.navbar {
  position: fixed;
}
.cid-tlVfQZIvOf .nav-link {
  font-weight: 600;
  position: relative;
}
.cid-tlVfQZIvOf .nav-link:hover {
  color: #e8ad39 !important;
}
.cid-tlVfQZIvOf .navbar-brand {
  min-height: 70px;
  flex-shrink: 0;
  align-items: center;
  margin-right: 0;
  padding: 10px 0;
  padding-right: 2rem !important;
  transition: all 0.3s;
  word-break: break-word;
  z-index: 1;
}
.cid-tlVfQZIvOf .navbar-brand .navbar-caption {
  line-height: inherit !important;
}
.cid-tlVfQZIvOf .navbar-brand .navbar-logo a {
  outline: none;
}
.cid-tlVfQZIvOf .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-tlVfQZIvOf .dropdown-menu {
  padding: 0;
  border-radius: 4px;
  box-shadow: 0 1px 3px 0 rgba(0, 0, 0, 0.1);
}
.cid-tlVfQZIvOf .dropdown-item {
  border-bottom: 1px solid #e6e6e6;
}
.cid-tlVfQZIvOf .dropdown-item:hover,
.cid-tlVfQZIvOf .dropdown-item:focus {
  background: #e8ad39 !important;
  color: white !important;
}
.cid-tlVfQZIvOf .dropdown-item:hover span {
  color: white;
}
.cid-tlVfQZIvOf .dropdown-item:first-child {
  border-top-left-radius: 4px;
  border-top-right-radius: 4px;
}
.cid-tlVfQZIvOf .dropdown-item:last-child {
  border-bottom: none;
  border-bottom-left-radius: 4px;
  border-bottom-right-radius: 4px;
}
.cid-tlVfQZIvOf .nav-dropdown .link {
  padding: 0 0.3em !important;
  margin: 0.667em 1em !important;
}
.cid-tlVfQZIvOf .nav-dropdown .link.dropdown-toggle::after {
  margin-left: 0.5rem;
  margin-top: 0.2rem;
}
.cid-tlVfQZIvOf .container {
  display: flex;
  margin: auto;
}
@media (min-width: 992px) {
  .cid-tlVfQZIvOf .container {
    flex-wrap: nowrap;
  }
}
.cid-tlVfQZIvOf .iconfont-wrapper {
  color: #000000 !important;
  font-size: 1.5rem;
  padding-right: 0.5rem;
}
.cid-tlVfQZIvOf .dropdown-menu,
.cid-tlVfQZIvOf .navbar.opened {
  background: #162a51 !important;
}
.cid-tlVfQZIvOf .nav-item:focus,
.cid-tlVfQZIvOf .nav-link:focus {
  outline: none;
}
.cid-tlVfQZIvOf .dropdown .dropdown-menu .dropdown-item {
  width: auto;
  transition: all 0.25s ease-in-out;
}
.cid-tlVfQZIvOf .dropdown .dropdown-menu .dropdown-item::after {
  right: 0.5rem;
}
.cid-tlVfQZIvOf .dropdown .dropdown-menu .dropdown-item .mbr-iconfont {
  margin-right: 0.5rem;
  vertical-align: sub;
}
.cid-tlVfQZIvOf .dropdown .dropdown-menu .dropdown-item .mbr-iconfont:before {
  display: inline-block;
  transform: scale(1, 1);
  transition: all 0.25s ease-in-out;
}
.cid-tlVfQZIvOf .collapsed .dropdown-menu .dropdown-item:before {
  display: none;
}
.cid-tlVfQZIvOf .collapsed .dropdown .dropdown-menu .dropdown-item {
  padding: 0.235em 1.5em 0.235em 1.5em !important;
  transition: none;
  margin: 0 !important;
}
.cid-tlVfQZIvOf .navbar {
  min-height: 70px;
  transition: all 0.3s;
  border-bottom: 1px solid transparent;
  background: rgba(22, 42, 81, 0.8);
}
.cid-tlVfQZIvOf .navbar.opened {
  transition: all 0.3s;
}
.cid-tlVfQZIvOf .navbar .dropdown-item {
  padding: 0.5rem 1.8rem;
}
.cid-tlVfQZIvOf .navbar .navbar-logo img {
  width: auto;
}
.cid-tlVfQZIvOf .navbar .navbar-collapse {
  justify-content: space-between;
  z-index: 1;
}
.cid-tlVfQZIvOf .navbar.collapsed {
  justify-content: center;
}
.cid-tlVfQZIvOf .navbar.collapsed .nav-item .nav-link::before {
  display: none;
}
.cid-tlVfQZIvOf .navbar.collapsed.opened .dropdown-menu {
  top: 0;
}
@media (min-width: 992px) {
  .cid-tlVfQZIvOf .navbar.collapsed.opened:not(.navbar-short) .navbar-collapse {
    max-height: calc(98.5vh - 4.1rem);
  }
}
.cid-tlVfQZIvOf .navbar.collapsed .dropdown-menu .dropdown-submenu {
  left: 0 !important;
}
.cid-tlVfQZIvOf .navbar.collapsed .dropdown-menu .dropdown-item:after {
  right: auto;
}
.cid-tlVfQZIvOf .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-tlVfQZIvOf .navbar.collapsed ul.navbar-nav li {
  margin: auto;
}
.cid-tlVfQZIvOf .navbar.collapsed .dropdown-menu .dropdown-item {
  padding: 0.25rem 1.5rem;
  text-align: center;
}
.cid-tlVfQZIvOf .navbar.collapsed .icons-menu {
  padding-left: 0;
  padding-right: 0;
  padding-top: 0.5rem;
  padding-bottom: 0.5rem;
}
@media (max-width: 991px) {
  .cid-tlVfQZIvOf .navbar .nav-item .nav-link::before {
    display: none;
  }
  .cid-tlVfQZIvOf .navbar.opened .dropdown-menu {
    top: 0;
  }
  .cid-tlVfQZIvOf .navbar .dropdown-menu .dropdown-submenu {
    left: 0 !important;
  }
  .cid-tlVfQZIvOf .navbar .dropdown-menu .dropdown-item:after {
    right: auto;
  }
  .cid-tlVfQZIvOf .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-tlVfQZIvOf .navbar .navbar-logo img {
    height: 3rem !important;
  }
  .cid-tlVfQZIvOf .navbar ul.navbar-nav li {
    margin: auto;
  }
  .cid-tlVfQZIvOf .navbar .dropdown-menu .dropdown-item {
    padding: 0.25rem 1.5rem !important;
    text-align: center;
  }
  .cid-tlVfQZIvOf .navbar .navbar-brand {
    flex-shrink: initial;
    flex-basis: auto;
    word-break: break-word;
    padding-right: 2rem;
  }
  .cid-tlVfQZIvOf .navbar .navbar-toggler {
    flex-basis: auto;
  }
  .cid-tlVfQZIvOf .navbar .icons-menu {
    padding-left: 0;
    padding-top: 0.5rem;
    padding-bottom: 0.5rem;
  }
}
@media (max-width: 991px) and (max-width: 767px) {
  .cid-tlVfQZIvOf .navbar .navbar-brand {
    width: calc(100% - 31px);
  }
}
.cid-tlVfQZIvOf .navbar.navbar-short {
  min-height: 60px;
}
.cid-tlVfQZIvOf .navbar.navbar-short .navbar-logo img {
  height: 2.5rem !important;
}
.cid-tlVfQZIvOf .navbar.navbar-short .navbar-brand {
  min-height: 60px;
  padding: 0;
}
.cid-tlVfQZIvOf .dropdown-item.active,
.cid-tlVfQZIvOf .dropdown-item:active {
  background-color: transparent;
}
.cid-tlVfQZIvOf .navbar-expand-lg .navbar-nav .nav-link {
  padding: 0;
}
.cid-tlVfQZIvOf .nav-dropdown .link.dropdown-toggle {
  margin-right: 1.667em;
}
.cid-tlVfQZIvOf .nav-dropdown .link.dropdown-toggle[aria-expanded="true"] {
  margin-right: 0;
  padding: 0.667em 1.667em;
}
.cid-tlVfQZIvOf .navbar.navbar-expand-lg .dropdown .dropdown-menu {
  background: #162a51;
}
.cid-tlVfQZIvOf .navbar.navbar-expand-lg .dropdown .dropdown-menu .dropdown-submenu {
  margin: 0;
  left: 100%;
}
.cid-tlVfQZIvOf .navbar .dropdown.open > .dropdown-menu {
  display: block;
}
.cid-tlVfQZIvOf ul.navbar-nav {
  flex-wrap: wrap;
}
.cid-tlVfQZIvOf .navbar-buttons {
  text-align: center;
  min-width: 170px;
}
.cid-tlVfQZIvOf button.navbar-toggler {
  outline: none;
  width: 31px;
  height: 20px;
  cursor: pointer;
  transition: all 0.2s;
  position: relative;
  align-self: center;
}
.cid-tlVfQZIvOf button.navbar-toggler .hamburger span {
  position: absolute;
  right: 0;
  width: 30px;
  height: 2px;
  border-right: 5px;
  background-color: #e8ad39;
}
.cid-tlVfQZIvOf button.navbar-toggler .hamburger span:nth-child(1) {
  top: 0;
  transition: all 0.2s;
}
.cid-tlVfQZIvOf button.navbar-toggler .hamburger span:nth-child(2) {
  top: 8px;
  transition: all 0.15s;
}
.cid-tlVfQZIvOf button.navbar-toggler .hamburger span:nth-child(3) {
  top: 8px;
  transition: all 0.15s;
}
.cid-tlVfQZIvOf button.navbar-toggler .hamburger span:nth-child(4) {
  top: 16px;
  transition: all 0.2s;
}
.cid-tlVfQZIvOf nav.opened .hamburger span:nth-child(1) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-tlVfQZIvOf nav.opened .hamburger span:nth-child(2) {
  transform: rotate(45deg);
  transition: all 0.25s;
}
.cid-tlVfQZIvOf nav.opened .hamburger span:nth-child(3) {
  transform: rotate(-45deg);
  transition: all 0.25s;
}
.cid-tlVfQZIvOf nav.opened .hamburger span:nth-child(4) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-tlVfQZIvOf .navbar-dropdown {
  padding: 0 1rem;
  position: fixed;
}
.cid-tlVfQZIvOf a.nav-link {
  display: flex;
  align-items: center;
  justify-content: center;
}
.cid-tlVfQZIvOf .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-tlVfQZIvOf .navbar {
    height: 70px;
  }
  .cid-tlVfQZIvOf .navbar.opened {
    height: auto;
  }
  .cid-tlVfQZIvOf .nav-item .nav-link:hover::before {
    width: 175%;
    max-width: calc(100% + 2rem);
    left: -1rem;
  }
}
.cid-tPMfAa69tj {
  padding-top: 9rem;
  padding-bottom: 5rem;
  background-image: url("../../../assets/images/electric-4620078-1280-1280x862.jpeg");
}
.cid-tPMfAa69tj .mbr-fallback-image.disabled {
  display: none;
}
.cid-tPMfAa69tj .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-tPMfAa69tj .container-fluid {
  padding: 0;
}
@media (max-width: 992px) {
  .cid-tPMfAa69tj .container-fluid {
    padding: 0;
  }
}
@media (max-width: 992px) {
  .cid-tPMfAa69tj .container {
    padding: 0;
  }
}
.cid-tPMfAa69tj .title-wrapper {
  padding: 0 16px;
}
.cid-tPMfAa69tj .title-wrapper .mbr-section-title {
  margin-bottom: 0;
}
.cid-tPMfAa69tj .title-wrapper .mbr-text {
  margin: 25px 0 0 0;
}
.cid-tPMfAa69tj .title-wrapper .mbr-section-btn {
  margin-top: 100px;
}
@media (max-width: 992px) {
  .cid-tPMfAa69tj .title-wrapper .mbr-section-btn {
    margin-top: 40px;
  }
}
.cid-tPMfAa69tj .mbr-section-title {
  color: #ffffff;
}
.cid-tPMfAa69tj .mbr-text {
  color: #ffffff;
  text-align: center;
}
.cid-tPMfAa69tj .mbr-section-title,
.cid-tPMfAa69tj .mbr-section-btn {
  text-align: center;
  color: #efefef;
}
.cid-tlW2z4qp42 {
  padding-top: 4rem;
  padding-bottom: 3rem;
  background-color: #162a51;
}
.cid-tlW2z4qp42 .mbr-fallback-image.disabled {
  display: none;
}
.cid-tlW2z4qp42 h1 a {
  width: fit-content;
  position: relative;
  font-weight: 600;
  display: inline-block;
  z-index: 2;
}
.cid-tlW2z4qp42 h1 a:before {
  position: absolute;
  content: '';
  left: 0;
  bottom: 10%;
  width: 100%;
  height: 22px;
  background: #e8ad39;
  z-index: -1;
}
.cid-tlW2z4qp42 h1 a:hover {
  color: inherit !important;
}
.cid-tlW2z4qp42 .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-tlW2z4qp42 .row {
  align-items: center;
}
@media (max-width: 991px) {
  .cid-tlW2z4qp42 .image-wrapper {
    padding: 1rem;
  }
}
@media (min-width: 992px) {
  .cid-tlW2z4qp42 .text-wrapper {
    padding: 0 2rem;
  }
}
.cid-tlW2z4qp42 .mbr-section-title {
  color: #19303d;
  text-align: center;
}
.cid-tlW2z4qp42 .mbr-section-subtitle,
.cid-tlW2z4qp42 .subtitle-wrap {
  color: #f7f9fc;
}
.cid-tlW2z4qp42 .mbr-text,
.cid-tlW2z4qp42 .mbr-section-btn {
  color: #f7f9fc;
  text-align: center;
}
.cid-tPMxgxaOyG {
  padding-top: 3rem;
  padding-bottom: 0rem;
  background-color: #ffffff;
}
.cid-tPMxgxaOyG img {
  width: 150px;
  margin: auto;
}
.cid-tPMxgxaOyG .card {
  transition: all 0.3s;
  height: fit-content;
  padding: 1rem 0;
  margin-bottom: 1rem;
}
@media (min-width: 992px) {
  .cid-tPMxgxaOyG .card {
    max-width: 16.6%;
  }
}
.cid-tPMxgxaOyG .mbr-section-title {
  color: #162a51;
}
.cid-tlW2Zmk161 {
  padding-top: 0rem;
  padding-bottom: 0rem;
  background-color: #ffffff;
}
.cid-tlW2Zmk161 img {
  width: 150px;
  margin: auto;
}
.cid-tlW2Zmk161 .card {
  transition: all 0.3s;
  height: fit-content;
  padding: 1rem 0;
  margin-bottom: 1rem;
}
@media (min-width: 992px) {
  .cid-tlW2Zmk161 .card {
    max-width: 16.6%;
  }
}
.cid-tlW2Zmk161 .mbr-section-title {
  color: #19303d;
}
.cid-tVXy3olSA2 {
  padding-top: 0rem;
  padding-bottom: 0rem;
  background-color: #ffffff;
}
.cid-tVXy3olSA2 img {
  width: 150px;
  margin: auto;
}
.cid-tVXy3olSA2 .card {
  transition: all 0.3s;
  height: fit-content;
  padding: 1rem 0;
  margin-bottom: 1rem;
}
@media (min-width: 992px) {
  .cid-tVXy3olSA2 .card {
    max-width: 16.6%;
  }
}
.cid-tVXy3olSA2 .mbr-section-title {
  color: #19303d;
}
.cid-tYn7xuAkAj {
  padding-top: 3rem;
  padding-bottom: 1rem;
  background-color: #162a51;
}
.cid-tYn7xuAkAj .mbr-fallback-image.disabled {
  display: none;
}
.cid-tYn7xuAkAj h1 a {
  width: fit-content;
  position: relative;
  font-weight: 600;
  display: inline-block;
  z-index: 2;
}
.cid-tYn7xuAkAj h1 a:before {
  position: absolute;
  content: '';
  left: 0;
  bottom: 10%;
  width: 100%;
  height: 22px;
  background: #e8ad39;
  z-index: -1;
}
.cid-tYn7xuAkAj h1 a:hover {
  color: inherit !important;
}
.cid-tYn7xuAkAj .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-tYn7xuAkAj .row {
  align-items: center;
}
@media (max-width: 991px) {
  .cid-tYn7xuAkAj .image-wrapper {
    padding: 1rem;
  }
}
@media (min-width: 992px) {
  .cid-tYn7xuAkAj .text-wrapper {
    padding: 0 2rem;
  }
}
.cid-tYn7xuAkAj .mbr-section-title {
  color: #efefef;
  text-align: center;
}
.cid-tYn7xuAkAj .mbr-section-subtitle,
.cid-tYn7xuAkAj .subtitle-wrap {
  color: #19303d;
}
.cid-tYn7xuAkAj .mbr-text,
.cid-tYn7xuAkAj .mbr-section-btn {
  color: #19303d;
  text-align: center;
}
.cid-tRfSRMFI8g {
  padding-top: 2rem;
  padding-bottom: 2rem;
  background-image: url("../../../assets/images/wire-1098059-1280-500x281.jpg");
}
.cid-tRfSRMFI8g .mbr-section-title {
  margin-bottom: 0;
  margin-bottom: 65px;
  color: #efefef;
}
.cid-tRfSRMFI8g .mbr-text {
  margin: 25px 0 65px;
}
.cid-tRfSRMFI8g .form-group {
  margin-bottom: 0;
}
.cid-tRfSRMFI8g .dragArea .form-control {
  color: #efefef;
  margin-bottom: 30px;
  border: 2px solid rgba(232, 173, 57, 0.4) !important;
  padding: 0 25px;
  height: 60px;
  font-size: 20px;
  font-weight: 700;
  border-radius: 30px;
  background-color: #ffffff !important;
  background-color: transparent !important;
}
.cid-tRfSRMFI8g .dragArea textarea {
  height: 150px !important;
  border-radius: 10px !important;
  padding-top: 15px !important;
  padding-bottom: 15px !important;
  resize: none;
}
.cid-tRfSRMFI8g .dragArea input::placeholder {
  color: #efefef;
  opacity: .6;
}
.cid-tRfSRMFI8g .dragArea textarea::placeholder {
  color: #efefef;
  opacity: .6;
}
.cid-tRfSRMFI8g .dragArea .input-group-btn {
  margin-top: 30px;
}
.cid-tRfSRMFI8g .dragArea .input-group-btn .btn {
  height: 60px;
  font-weight: 700;
  margin-left: auto;
  margin-right: auto;
}
.cid-tRfSRMFI8g .mbr-fallback-image.disabled {
  display: none;
}
.cid-tRfSRMFI8g .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-tPMIpHcGVC {
  padding-top: 0rem;
  padding-bottom: 0rem;
  background-color: #162a51;
}
.cid-tPMIpHcGVC .mbr-fallback-image.disabled {
  display: none;
}
.cid-tPMIpHcGVC .mbr-iconfont {
  font-size: 1.6rem;
  color: #e8ad39;
  width: 50px;
  height: 50px;
  display: flex;
  align-items: center;
  justify-content: center;
  border: 2px dashed #162a51;
  border-radius: 50%;
  transition: all 0.3s;
  margin: 0 0.5rem;
}
.cid-tPMIpHcGVC .mbr-iconfont:hover {
  background: #e8ad39;
  color: #162a51;
}
.cid-tPMIpHcGVC .icon-wrap {
  display: flex;
}
.cid-tPMIpHcGVC .link-wrapper {
  display: flex;
  flex-direction: column;
  align-items: center;
}
.cid-tPMIpHcGVC .link {
  display: flex;
}
.cid-tPMIpHcGVC .mbr-linkiconfont {
  font-size: 0.8rem;
  color: #162a51;
  width: 25px;
  height: 25px;
  display: flex;
  align-items: center;
  justify-content: center;
  border: 1px dashed #162a51;
  margin-right: 1rem;
  border-radius: 50%;
  background: #e8ad39;
  transition: all 0.3s;
}
.cid-tPMIpHcGVC .mbr-section-subtitle {
  width: fit-content;
  position: relative;
  display: inline-block;
  z-index: 2;
}
.cid-tPMIpHcGVC .mbr-section-subtitle:before {
  position: absolute;
  content: '';
  left: 0;
  bottom: 10%;
  width: 100%;
  height: 9px;
  background: #d4ceff;
  z-index: -1;
}
.cid-tPMIpHcGVC .text-wrapper {
  margin: auto;
}
@media (min-width: 992px) {
  .cid-tPMIpHcGVC .text-wrapper {
    padding: 0 2rem;
  }
}
.cid-tPMIpHcGVC .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-tPMIpHcGVC .row {
  align-items: center;
  background: #162a51;
  transition: all 0.3s;
  margin: 0;
  padding: 2rem 0;
}
.cid-tPMIpHcGVC .row:hover {
  background: #162a51;
}
.cid-tPMIpHcGVC .mbr-link {
  color: #efefef;
}
.cid-tPMIpHcGVC .mbr-text,
.cid-tPMIpHcGVC .mbr-section-btn {
  color: #19303d;
  text-align: center;
}
.cid-tPMIpHcGVC .mbr-section-subtitle,
.cid-tPMIpHcGVC .subtitle-wrap {
  text-align: center;
}
.cid-tPMIpHcGVC .mbr-section-title {
  text-align: center;
}
.cid-tPMH6BqTt2 {
  padding-top: 0px;
  padding-bottom: 0px;
  margin-top: -1px;
  overflow: hidden;
  border-bottom: 1px solid #7f8678;
  border-top: 1px solid #7f8678;
  background-color: #162a51;
}
.cid-tPMH6BqTt2 .wrapper {
  display: flex;
  justify-content: space-between;
  align-items: center;
  flex-wrap: wrap;
}
.cid-tPMH6BqTt2 .copyright {
  margin-top: 0.5rem;
  color: #ffffff;
  flex-grow: 1;
  margin-right: 0.5rem;
}
.cid-tPMH6BqTt2 .produced {
  margin-top: 0.5rem;
  color: #efefef;
  flex-grow: 1;
  text-align: center;
}
.cid-tPMKwuYvff {
  z-index: 1000;
  width: 100%;
}
.cid-tPMKwuYvff nav.navbar {
  position: fixed;
}
.cid-tPMKwuYvff .nav-link {
  font-weight: 600;
  position: relative;
}
.cid-tPMKwuYvff .nav-link:hover {
  color: #e8ad39 !important;
}
.cid-tPMKwuYvff .navbar-brand {
  min-height: 70px;
  flex-shrink: 0;
  align-items: center;
  margin-right: 0;
  padding: 10px 0;
  padding-right: 2rem !important;
  transition: all 0.3s;
  word-break: break-word;
  z-index: 1;
}
.cid-tPMKwuYvff .navbar-brand .navbar-caption {
  line-height: inherit !important;
}
.cid-tPMKwuYvff .navbar-brand .navbar-logo a {
  outline: none;
}
.cid-tPMKwuYvff .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-tPMKwuYvff .dropdown-menu {
  padding: 0;
  border-radius: 4px;
  box-shadow: 0 1px 3px 0 rgba(0, 0, 0, 0.1);
}
.cid-tPMKwuYvff .dropdown-item {
  border-bottom: 1px solid #e6e6e6;
}
.cid-tPMKwuYvff .dropdown-item:hover,
.cid-tPMKwuYvff .dropdown-item:focus {
  background: #e8ad39 !important;
  color: white !important;
}
.cid-tPMKwuYvff .dropdown-item:hover span {
  color: white;
}
.cid-tPMKwuYvff .dropdown-item:first-child {
  border-top-left-radius: 4px;
  border-top-right-radius: 4px;
}
.cid-tPMKwuYvff .dropdown-item:last-child {
  border-bottom: none;
  border-bottom-left-radius: 4px;
  border-bottom-right-radius: 4px;
}
.cid-tPMKwuYvff .nav-dropdown .link {
  padding: 0 0.3em !important;
  margin: 0.667em 1em !important;
}
.cid-tPMKwuYvff .nav-dropdown .link.dropdown-toggle::after {
  margin-left: 0.5rem;
  margin-top: 0.2rem;
}
.cid-tPMKwuYvff .container {
  display: flex;
  margin: auto;
}
@media (min-width: 992px) {
  .cid-tPMKwuYvff .container {
    flex-wrap: nowrap;
  }
}
.cid-tPMKwuYvff .iconfont-wrapper {
  color: #000000 !important;
  font-size: 1.5rem;
  padding-right: 0.5rem;
}
.cid-tPMKwuYvff .dropdown-menu,
.cid-tPMKwuYvff .navbar.opened {
  background: #162a51 !important;
}
.cid-tPMKwuYvff .nav-item:focus,
.cid-tPMKwuYvff .nav-link:focus {
  outline: none;
}
.cid-tPMKwuYvff .dropdown .dropdown-menu .dropdown-item {
  width: auto;
  transition: all 0.25s ease-in-out;
}
.cid-tPMKwuYvff .dropdown .dropdown-menu .dropdown-item::after {
  right: 0.5rem;
}
.cid-tPMKwuYvff .dropdown .dropdown-menu .dropdown-item .mbr-iconfont {
  margin-right: 0.5rem;
  vertical-align: sub;
}
.cid-tPMKwuYvff .dropdown .dropdown-menu .dropdown-item .mbr-iconfont:before {
  display: inline-block;
  transform: scale(1, 1);
  transition: all 0.25s ease-in-out;
}
.cid-tPMKwuYvff .collapsed .dropdown-menu .dropdown-item:before {
  display: none;
}
.cid-tPMKwuYvff .collapsed .dropdown .dropdown-menu .dropdown-item {
  padding: 0.235em 1.5em 0.235em 1.5em !important;
  transition: none;
  margin: 0 !important;
}
.cid-tPMKwuYvff .navbar {
  min-height: 70px;
  transition: all 0.3s;
  border-bottom: 1px solid transparent;
  background: rgba(22, 42, 81, 0.8);
}
.cid-tPMKwuYvff .navbar.opened {
  transition: all 0.3s;
}
.cid-tPMKwuYvff .navbar .dropdown-item {
  padding: 0.5rem 1.8rem;
}
.cid-tPMKwuYvff .navbar .navbar-logo img {
  width: auto;
}
.cid-tPMKwuYvff .navbar .navbar-collapse {
  justify-content: space-between;
  z-index: 1;
}
.cid-tPMKwuYvff .navbar.collapsed {
  justify-content: center;
}
.cid-tPMKwuYvff .navbar.collapsed .nav-item .nav-link::before {
  display: none;
}
.cid-tPMKwuYvff .navbar.collapsed.opened .dropdown-menu {
  top: 0;
}
@media (min-width: 992px) {
  .cid-tPMKwuYvff .navbar.collapsed.opened:not(.navbar-short) .navbar-collapse {
    max-height: calc(98.5vh - 4.1rem);
  }
}
.cid-tPMKwuYvff .navbar.collapsed .dropdown-menu .dropdown-submenu {
  left: 0 !important;
}
.cid-tPMKwuYvff .navbar.collapsed .dropdown-menu .dropdown-item:after {
  right: auto;
}
.cid-tPMKwuYvff .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-tPMKwuYvff .navbar.collapsed ul.navbar-nav li {
  margin: auto;
}
.cid-tPMKwuYvff .navbar.collapsed .dropdown-menu .dropdown-item {
  padding: 0.25rem 1.5rem;
  text-align: center;
}
.cid-tPMKwuYvff .navbar.collapsed .icons-menu {
  padding-left: 0;
  padding-right: 0;
  padding-top: 0.5rem;
  padding-bottom: 0.5rem;
}
@media (max-width: 991px) {
  .cid-tPMKwuYvff .navbar .nav-item .nav-link::before {
    display: none;
  }
  .cid-tPMKwuYvff .navbar.opened .dropdown-menu {
    top: 0;
  }
  .cid-tPMKwuYvff .navbar .dropdown-menu .dropdown-submenu {
    left: 0 !important;
  }
  .cid-tPMKwuYvff .navbar .dropdown-menu .dropdown-item:after {
    right: auto;
  }
  .cid-tPMKwuYvff .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-tPMKwuYvff .navbar .navbar-logo img {
    height: 3rem !important;
  }
  .cid-tPMKwuYvff .navbar ul.navbar-nav li {
    margin: auto;
  }
  .cid-tPMKwuYvff .navbar .dropdown-menu .dropdown-item {
    padding: 0.25rem 1.5rem !important;
    text-align: center;
  }
  .cid-tPMKwuYvff .navbar .navbar-brand {
    flex-shrink: initial;
    flex-basis: auto;
    word-break: break-word;
    padding-right: 2rem;
  }
  .cid-tPMKwuYvff .navbar .navbar-toggler {
    flex-basis: auto;
  }
  .cid-tPMKwuYvff .navbar .icons-menu {
    padding-left: 0;
    padding-top: 0.5rem;
    padding-bottom: 0.5rem;
  }
}
@media (max-width: 991px) and (max-width: 767px) {
  .cid-tPMKwuYvff .navbar .navbar-brand {
    width: calc(100% - 31px);
  }
}
.cid-tPMKwuYvff .navbar.navbar-short {
  min-height: 60px;
}
.cid-tPMKwuYvff .navbar.navbar-short .navbar-logo img {
  height: 2.5rem !important;
}
.cid-tPMKwuYvff .navbar.navbar-short .navbar-brand {
  min-height: 60px;
  padding: 0;
}
.cid-tPMKwuYvff .dropdown-item.active,
.cid-tPMKwuYvff .dropdown-item:active {
  background-color: transparent;
}
.cid-tPMKwuYvff .navbar-expand-lg .navbar-nav .nav-link {
  padding: 0;
}
.cid-tPMKwuYvff .nav-dropdown .link.dropdown-toggle {
  margin-right: 1.667em;
}
.cid-tPMKwuYvff .nav-dropdown .link.dropdown-toggle[aria-expanded="true"] {
  margin-right: 0;
  padding: 0.667em 1.667em;
}
.cid-tPMKwuYvff .navbar.navbar-expand-lg .dropdown .dropdown-menu {
  background: #162a51;
}
.cid-tPMKwuYvff .navbar.navbar-expand-lg .dropdown .dropdown-menu .dropdown-submenu {
  margin: 0;
  left: 100%;
}
.cid-tPMKwuYvff .navbar .dropdown.open > .dropdown-menu {
  display: block;
}
.cid-tPMKwuYvff ul.navbar-nav {
  flex-wrap: wrap;
}
.cid-tPMKwuYvff .navbar-buttons {
  text-align: center;
  min-width: 170px;
}
.cid-tPMKwuYvff button.navbar-toggler {
  outline: none;
  width: 31px;
  height: 20px;
  cursor: pointer;
  transition: all 0.2s;
  position: relative;
  align-self: center;
}
.cid-tPMKwuYvff button.navbar-toggler .hamburger span {
  position: absolute;
  right: 0;
  width: 30px;
  height: 2px;
  border-right: 5px;
  background-color: #e8ad39;
}
.cid-tPMKwuYvff button.navbar-toggler .hamburger span:nth-child(1) {
  top: 0;
  transition: all 0.2s;
}
.cid-tPMKwuYvff button.navbar-toggler .hamburger span:nth-child(2) {
  top: 8px;
  transition: all 0.15s;
}
.cid-tPMKwuYvff button.navbar-toggler .hamburger span:nth-child(3) {
  top: 8px;
  transition: all 0.15s;
}
.cid-tPMKwuYvff button.navbar-toggler .hamburger span:nth-child(4) {
  top: 16px;
  transition: all 0.2s;
}
.cid-tPMKwuYvff nav.opened .hamburger span:nth-child(1) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-tPMKwuYvff nav.opened .hamburger span:nth-child(2) {
  transform: rotate(45deg);
  transition: all 0.25s;
}
.cid-tPMKwuYvff nav.opened .hamburger span:nth-child(3) {
  transform: rotate(-45deg);
  transition: all 0.25s;
}
.cid-tPMKwuYvff nav.opened .hamburger span:nth-child(4) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-tPMKwuYvff .navbar-dropdown {
  padding: 0 1rem;
  position: fixed;
}
.cid-tPMKwuYvff a.nav-link {
  display: flex;
  align-items: center;
  justify-content: center;
}
.cid-tPMKwuYvff .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-tPMKwuYvff .navbar {
    height: 70px;
  }
  .cid-tPMKwuYvff .navbar.opened {
    height: auto;
  }
  .cid-tPMKwuYvff .nav-item .nav-link:hover::before {
    width: 175%;
    max-width: calc(100% + 2rem);
    left: -1rem;
  }
}
.cid-tPMMDMrfsy {
  padding-top: 75px;
  padding-bottom: 0px;
  background-color: #162a51;
}
.cid-tPMMDMrfsy .mbr-text,
.cid-tPMMDMrfsy .typed-text,
.cid-tPMMDMrfsy .mbr-section-text {
  letter-spacing: 0.03rem;
}
.cid-tPMMDMrfsy .btn {
  margin-left: 4px !important;
}
.cid-tPMMDMrfsy .animated-element {
  color: #ba8e31;
}
.cid-tPMMDMrfsy .typed-cursor {
  opacity: 1;
  -webkit-animation: blink 0.7s infinite;
  -moz-animation: blink 0.7s infinite;
  animation: blink 0.7s infinite;
  color: #ba8e31;
}
@keyframes blink {
  0% {
    opacity: 1;
  }
  50% {
    opacity: 0;
  }
  100% {
    opacity: 1;
  }
}
@-webkit-keyframes blink {
  0% {
    opacity: 1;
  }
  50% {
    opacity: 0;
  }
  100% {
    opacity: 1;
  }
}
@-moz-keyframes blink {
  0% {
    opacity: 1;
  }
  50% {
    opacity: 0;
  }
  100% {
    opacity: 1;
  }
}
.cid-tPMMDMrfsy .typed-text {
  text-align: center;
  color: #fafafa;
}
.cid-tPMNkoSPM8 {
  padding-top: 2rem;
  padding-bottom: 0rem;
  background-color: #efefef;
  overflow: hidden;
}
.cid-tPMNkoSPM8 .mbr-fallback-image.disabled {
  display: none;
}
.cid-tPMNkoSPM8 .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-tPMNkoSPM8 .container {
  padding-left: 15px;
  padding-right: 15px;
}
@media (max-width: 1599px) {
  .cid-tPMNkoSPM8 .container {
    padding-left: 10px;
    padding-right: 10px;
  }
}
.cid-tPMNkoSPM8 .mbr-section-head {
  width: 100%;
  margin-bottom: 20px;
}
.cid-tPMNkoSPM8 .mbr-section-title {
  color: #FF014E;
}
@media (max-width: 767px) {
  .cid-tPMNkoSPM8 .mbr-section-title {
    text-align: center;
  }
}
.cid-tPMNkoSPM8 .mbr-section-subtitle {
  color: #C4CFDE;
  margin-top: 15px;
}
@media (max-width: 767px) {
  .cid-tPMNkoSPM8 .mbr-section-subtitle {
    margin-top: 10px;
    text-align: center;
  }
}
.cid-tPMNkoSPM8 .item {
  margin: 40px auto 0;
  width: 90% !important;
}
.cid-tPMNkoSPM8 .item-wrapper {
  display: flex;
  align-items: center;
  position: relative;
  height: 100%;
  width: 100%;
  padding: 30px;
  border-radius: 10px;
  overflow: hidden;
  background: linear-gradient(145deg, #162a51, #162a51);
}
@media (max-width: 991px) {
  .cid-tPMNkoSPM8 .item-wrapper {
    flex-wrap: wrap;
  }
}
@media (max-width: 767px) {
  .cid-tPMNkoSPM8 .item-wrapper {
    padding: 20px;
  }
}
.cid-tPMNkoSPM8 .item-left {
  display: flex;
  align-items: center;
  flex-basis: 80%;
  flex-grow: 1;
}
@media (max-width: 1199px) {
  .cid-tPMNkoSPM8 .item-left {
    flex-basis: 70%;
  }
}
@media (max-width: 991px) {
  .cid-tPMNkoSPM8 .item-left {
    flex-basis: 100%;
    flex-wrap: wrap;
  }
}
.cid-tPMNkoSPM8 .item-right {
  flex-basis: 20%;
  flex-grow: 1;
}
@media (max-width: 1199px) {
  .cid-tPMNkoSPM8 .item-right {
    flex-basis: 30%;
  }
}
@media (max-width: 991px) {
  .cid-tPMNkoSPM8 .item-right {
    flex-basis: 100%;
  }
}
.cid-tPMNkoSPM8 .item-img {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 100%;
  border-radius: 8px;
  overflow: hidden;
}
@media (min-width: 992px) {
  .cid-tPMNkoSPM8 .item-img {
    max-width: 250px;
  }
}
.cid-tPMNkoSPM8 .item-img img {
  width: 100%;
  aspect-ratio: 1.49700599;
  object-fit: cover;
  transition: 0.4s all;
}
.cid-tPMNkoSPM8 .item-img:hover img {
  transform: scale(1.05);
}
.cid-tPMNkoSPM8 .card-box {
  padding-left: 30px;
}
@media (max-width: 1199px) {
  .cid-tPMNkoSPM8 .card-box {
    padding-left: 20px;
    flex-basis: 50%;
  }
}
@media (max-width: 991px) {
  .cid-tPMNkoSPM8 .card-box {
    padding-left: 0;
    padding-top: 25px;
    flex-basis: 100%;
  }
}
.cid-tPMNkoSPM8 .label-container {
  padding: 3px 8px;
  border-radius: 20px;
  width: fit-content;
  background-color: #434a51;
  margin-bottom: 10px;
}
.cid-tPMNkoSPM8 .label-text {
  color: #C4CFDE;
  margin-bottom: 0;
}
.cid-tPMNkoSPM8 .card-title {
  color: #C4CFDE;
  margin-bottom: 15px;
}
@media (max-width: 767px) {
  .cid-tPMNkoSPM8 .card-title {
    margin-bottom: 10px;
  }
}
.cid-tPMNkoSPM8 .card-subtitle {
  color: #C4CFDE;
  margin-bottom: 7px;
}
.cid-tPMNkoSPM8 .card-text {
  color: #9ba2ae;
  margin-bottom: 0;
}
@media (max-width: 991px) {
  .cid-tPMNkoSPM8 .mbr-section-btn {
    margin-top: 10px;
    text-align: left !important;
  }
}
.cid-tPMOmjdcFB {
  padding-top: 0rem;
  padding-bottom: 0rem;
  background-color: #efefef;
  overflow: hidden;
}
.cid-tPMOmjdcFB .mbr-fallback-image.disabled {
  display: none;
}
.cid-tPMOmjdcFB .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-tPMOmjdcFB .container {
  padding-left: 15px;
  padding-right: 15px;
}
@media (max-width: 1599px) {
  .cid-tPMOmjdcFB .container {
    padding-left: 10px;
    padding-right: 10px;
  }
}
.cid-tPMOmjdcFB .mbr-section-head {
  width: 100%;
  margin-bottom: 20px;
}
.cid-tPMOmjdcFB .mbr-section-title {
  color: #FF014E;
}
@media (max-width: 767px) {
  .cid-tPMOmjdcFB .mbr-section-title {
    text-align: center;
  }
}
.cid-tPMOmjdcFB .mbr-section-subtitle {
  color: #C4CFDE;
  margin-top: 15px;
}
@media (max-width: 767px) {
  .cid-tPMOmjdcFB .mbr-section-subtitle {
    margin-top: 10px;
    text-align: center;
  }
}
.cid-tPMOmjdcFB .item {
  margin: 40px auto 0;
  width: 90% !important;
}
.cid-tPMOmjdcFB .item-wrapper {
  display: flex;
  align-items: center;
  position: relative;
  height: 100%;
  width: 100%;
  padding: 30px;
  border-radius: 10px;
  overflow: hidden;
  background: linear-gradient(145deg, #162a51, #162a51);
}
@media (max-width: 991px) {
  .cid-tPMOmjdcFB .item-wrapper {
    flex-wrap: wrap;
  }
}
@media (max-width: 767px) {
  .cid-tPMOmjdcFB .item-wrapper {
    padding: 20px;
  }
}
.cid-tPMOmjdcFB .item-left {
  display: flex;
  align-items: center;
  flex-basis: 80%;
  flex-grow: 1;
}
@media (max-width: 1199px) {
  .cid-tPMOmjdcFB .item-left {
    flex-basis: 70%;
  }
}
@media (max-width: 991px) {
  .cid-tPMOmjdcFB .item-left {
    flex-basis: 100%;
    flex-wrap: wrap;
  }
}
.cid-tPMOmjdcFB .item-right {
  flex-basis: 20%;
  flex-grow: 1;
}
@media (max-width: 1199px) {
  .cid-tPMOmjdcFB .item-right {
    flex-basis: 30%;
  }
}
@media (max-width: 991px) {
  .cid-tPMOmjdcFB .item-right {
    flex-basis: 100%;
  }
}
.cid-tPMOmjdcFB .item-img {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 100%;
  border-radius: 8px;
  overflow: hidden;
}
@media (min-width: 992px) {
  .cid-tPMOmjdcFB .item-img {
    max-width: 250px;
  }
}
.cid-tPMOmjdcFB .item-img img {
  width: 100%;
  aspect-ratio: 1.49700599;
  object-fit: cover;
  transition: 0.4s all;
}
.cid-tPMOmjdcFB .item-img:hover img {
  transform: scale(1.05);
}
.cid-tPMOmjdcFB .card-box {
  padding-left: 30px;
}
@media (max-width: 1199px) {
  .cid-tPMOmjdcFB .card-box {
    padding-left: 20px;
    flex-basis: 50%;
  }
}
@media (max-width: 991px) {
  .cid-tPMOmjdcFB .card-box {
    padding-left: 0;
    padding-top: 25px;
    flex-basis: 100%;
  }
}
.cid-tPMOmjdcFB .label-container {
  padding: 3px 8px;
  border-radius: 20px;
  width: fit-content;
  background-color: #434a51;
  margin-bottom: 10px;
}
.cid-tPMOmjdcFB .label-text {
  color: #C4CFDE;
  margin-bottom: 0;
}
.cid-tPMOmjdcFB .card-title {
  color: #C4CFDE;
  margin-bottom: 15px;
}
@media (max-width: 767px) {
  .cid-tPMOmjdcFB .card-title {
    margin-bottom: 10px;
  }
}
.cid-tPMOmjdcFB .card-subtitle {
  color: #C4CFDE;
  margin-bottom: 7px;
}
.cid-tPMOmjdcFB .card-text {
  color: #9ba2ae;
  margin-bottom: 0;
}
@media (max-width: 991px) {
  .cid-tPMOmjdcFB .mbr-section-btn {
    margin-top: 10px;
    text-align: left !important;
  }
}
.cid-tPMOK08UQK {
  padding-top: 0rem;
  padding-bottom: 5rem;
  background-color: #efefef;
  overflow: hidden;
}
.cid-tPMOK08UQK .mbr-fallback-image.disabled {
  display: none;
}
.cid-tPMOK08UQK .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-tPMOK08UQK .container {
  padding-left: 15px;
  padding-right: 15px;
}
@media (max-width: 1599px) {
  .cid-tPMOK08UQK .container {
    padding-left: 10px;
    padding-right: 10px;
  }
}
.cid-tPMOK08UQK .mbr-section-head {
  width: 100%;
  margin-bottom: 20px;
}
.cid-tPMOK08UQK .mbr-section-title {
  color: #FF014E;
}
@media (max-width: 767px) {
  .cid-tPMOK08UQK .mbr-section-title {
    text-align: center;
  }
}
.cid-tPMOK08UQK .mbr-section-subtitle {
  color: #C4CFDE;
  margin-top: 15px;
}
@media (max-width: 767px) {
  .cid-tPMOK08UQK .mbr-section-subtitle {
    margin-top: 10px;
    text-align: center;
  }
}
.cid-tPMOK08UQK .item {
  margin: 40px auto 0;
  width: 90% !important;
}
.cid-tPMOK08UQK .item-wrapper {
  display: flex;
  align-items: center;
  position: relative;
  height: 100%;
  width: 100%;
  padding: 30px;
  border-radius: 10px;
  overflow: hidden;
  background: linear-gradient(145deg, #162a51, #162a51);
}
@media (max-width: 991px) {
  .cid-tPMOK08UQK .item-wrapper {
    flex-wrap: wrap;
  }
}
@media (max-width: 767px) {
  .cid-tPMOK08UQK .item-wrapper {
    padding: 20px;
  }
}
.cid-tPMOK08UQK .item-left {
  display: flex;
  align-items: center;
  flex-basis: 80%;
  flex-grow: 1;
}
@media (max-width: 1199px) {
  .cid-tPMOK08UQK .item-left {
    flex-basis: 70%;
  }
}
@media (max-width: 991px) {
  .cid-tPMOK08UQK .item-left {
    flex-basis: 100%;
    flex-wrap: wrap;
  }
}
.cid-tPMOK08UQK .item-right {
  flex-basis: 20%;
  flex-grow: 1;
}
@media (max-width: 1199px) {
  .cid-tPMOK08UQK .item-right {
    flex-basis: 30%;
  }
}
@media (max-width: 991px) {
  .cid-tPMOK08UQK .item-right {
    flex-basis: 100%;
  }
}
.cid-tPMOK08UQK .item-img {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 100%;
  border-radius: 8px;
  overflow: hidden;
}
@media (min-width: 992px) {
  .cid-tPMOK08UQK .item-img {
    max-width: 250px;
  }
}
.cid-tPMOK08UQK .item-img img {
  width: 100%;
  aspect-ratio: 1.49700599;
  object-fit: cover;
  transition: 0.4s all;
}
.cid-tPMOK08UQK .item-img:hover img {
  transform: scale(1.05);
}
.cid-tPMOK08UQK .card-box {
  padding-left: 30px;
}
@media (max-width: 1199px) {
  .cid-tPMOK08UQK .card-box {
    padding-left: 20px;
    flex-basis: 50%;
  }
}
@media (max-width: 991px) {
  .cid-tPMOK08UQK .card-box {
    padding-left: 0;
    padding-top: 25px;
    flex-basis: 100%;
  }
}
.cid-tPMOK08UQK .label-container {
  padding: 3px 8px;
  border-radius: 20px;
  width: fit-content;
  background-color: #434a51;
  margin-bottom: 10px;
}
.cid-tPMOK08UQK .label-text {
  color: #C4CFDE;
  margin-bottom: 0;
}
.cid-tPMOK08UQK .card-title {
  color: #C4CFDE;
  margin-bottom: 15px;
}
@media (max-width: 767px) {
  .cid-tPMOK08UQK .card-title {
    margin-bottom: 10px;
  }
}
.cid-tPMOK08UQK .card-subtitle {
  color: #C4CFDE;
  margin-bottom: 7px;
}
.cid-tPMOK08UQK .card-text {
  color: #9ba2ae;
  margin-bottom: 0;
}
@media (max-width: 991px) {
  .cid-tPMOK08UQK .mbr-section-btn {
    margin-top: 10px;
    text-align: left !important;
  }
}
.cid-tPMVVT5O8L {
  padding-top: 1rem;
  padding-bottom: 2rem;
  background-color: #efefef;
}
.cid-tPMVVT5O8L iframe,
.cid-tPMVVT5O8L img,
.cid-tPMVVT5O8L video {
  width: 100%;
}
.cid-tPMVVT5O8L .mbr-section-head {
  margin-bottom: 67px;
}
@media (max-width: 767px) {
  .cid-tPMVVT5O8L .mbr-section-head {
    margin-bottom: 32px;
  }
}
.cid-tPMVVT5O8L .mbr-section-title {
  color: #162a51;
}
.cid-tPMVVT5O8L .mbr-section-subtitle {
  color: #162a51;
  margin-top: 32px;
}
@media (max-width: 767px) {
  .cid-tPMVVT5O8L .mbr-section-subtitle {
    margin-top: 16px;
  }
}
.cid-tPMVVT5O8L .mbr-media {
  position: relative;
}
.cid-tPMVVT5O8L .mbr-media img {
  width: 100%;
  object-fit: cover;
  max-height: 100vh;
}
.cid-tPMVVT5O8L .icon-wrap {
  left: 50%;
  top: 50%;
  transform: translate(-50%, -50%);
  position: absolute;
}
.cid-tPMVVT5O8L .icon-wrap .mbr-iconfont {
  color: #FFFFFF;
  opacity: 0.6;
  font-size: 70px;
}
.cid-tPMVVT5O8L .mbr-media span {
  font-size: 4rem;
  transition: all 0.2s;
}
.cid-tPMVVT5O8L .modalWindow {
  position: fixed;
  z-index: 5000;
  left: 0;
  top: 0;
  background-color: rgba(61, 61, 61, 0.65);
  height: 100%;
  width: 100%;
}
@media (max-width: 767px) {
  .cid-tPMVVT5O8L .modalWindow {
    width: 100vw;
    height: 100vh;
  }
}
.cid-tPMVVT5O8L .modalWindow .modalWindow-container {
  display: table-cell;
  vertical-align: middle;
}
.cid-tPMVVT5O8L .modalWindow .modalWindow-video {
  height: 100%;
  width: 80vw;
  margin: 0 auto;
}
.cid-tPMVVT5O8L .close {
  position: fixed;
  opacity: 0.5;
  font-size: 22px;
  font-weight: 300;
  width: 60px;
  height: 60px;
  border-radius: 50%;
  color: #fff;
  top: 2.5rem;
  right: 2.5rem;
  border: 2px solid #fff;
  text-shadow: none;
  z-index: 5;
  transition: opacity 0.3s ease;
  align-items: center;
  justify-content: center;
  display: flex;
}
.cid-tPMVVT5O8L .close:hover {
  opacity: 1;
  background: #000;
  color: #fff;
}
.cid-tPMKwDCSdt {
  padding-top: 0px;
  padding-bottom: 0px;
  margin-top: -1px;
  overflow: hidden;
  border-bottom: 1px solid #7f8678;
  border-top: 1px solid #7f8678;
  background-color: #162a51;
}
.cid-tPMKwDCSdt .wrapper {
  display: flex;
  justify-content: space-between;
  align-items: center;
  flex-wrap: wrap;
}
.cid-tPMKwDCSdt .copyright {
  margin-top: 0.5rem;
  color: #ffffff;
  flex-grow: 1;
  margin-right: 0.5rem;
}
.cid-tPMKwDCSdt .produced {
  margin-top: 0.5rem;
  color: #efefef;
  flex-grow: 1;
  text-align: center;
}
.cid-tPMYUvAceA {
  z-index: 1000;
  width: 100%;
}
.cid-tPMYUvAceA nav.navbar {
  position: fixed;
}
.cid-tPMYUvAceA .nav-link {
  font-weight: 600;
  position: relative;
}
.cid-tPMYUvAceA .nav-link:hover {
  color: #e8ad39 !important;
}
.cid-tPMYUvAceA .navbar-brand {
  min-height: 70px;
  flex-shrink: 0;
  align-items: center;
  margin-right: 0;
  padding: 10px 0;
  padding-right: 2rem !important;
  transition: all 0.3s;
  word-break: break-word;
  z-index: 1;
}
.cid-tPMYUvAceA .navbar-brand .navbar-caption {
  line-height: inherit !important;
}
.cid-tPMYUvAceA .navbar-brand .navbar-logo a {
  outline: none;
}
.cid-tPMYUvAceA .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-tPMYUvAceA .dropdown-menu {
  padding: 0;
  border-radius: 4px;
  box-shadow: 0 1px 3px 0 rgba(0, 0, 0, 0.1);
}
.cid-tPMYUvAceA .dropdown-item {
  border-bottom: 1px solid #e6e6e6;
}
.cid-tPMYUvAceA .dropdown-item:hover,
.cid-tPMYUvAceA .dropdown-item:focus {
  background: #e8ad39 !important;
  color: white !important;
}
.cid-tPMYUvAceA .dropdown-item:hover span {
  color: white;
}
.cid-tPMYUvAceA .dropdown-item:first-child {
  border-top-left-radius: 4px;
  border-top-right-radius: 4px;
}
.cid-tPMYUvAceA .dropdown-item:last-child {
  border-bottom: none;
  border-bottom-left-radius: 4px;
  border-bottom-right-radius: 4px;
}
.cid-tPMYUvAceA .nav-dropdown .link {
  padding: 0 0.3em !important;
  margin: 0.667em 1em !important;
}
.cid-tPMYUvAceA .nav-dropdown .link.dropdown-toggle::after {
  margin-left: 0.5rem;
  margin-top: 0.2rem;
}
.cid-tPMYUvAceA .container {
  display: flex;
  margin: auto;
}
@media (min-width: 992px) {
  .cid-tPMYUvAceA .container {
    flex-wrap: nowrap;
  }
}
.cid-tPMYUvAceA .iconfont-wrapper {
  color: #000000 !important;
  font-size: 1.5rem;
  padding-right: 0.5rem;
}
.cid-tPMYUvAceA .dropdown-menu,
.cid-tPMYUvAceA .navbar.opened {
  background: #162a51 !important;
}
.cid-tPMYUvAceA .nav-item:focus,
.cid-tPMYUvAceA .nav-link:focus {
  outline: none;
}
.cid-tPMYUvAceA .dropdown .dropdown-menu .dropdown-item {
  width: auto;
  transition: all 0.25s ease-in-out;
}
.cid-tPMYUvAceA .dropdown .dropdown-menu .dropdown-item::after {
  right: 0.5rem;
}
.cid-tPMYUvAceA .dropdown .dropdown-menu .dropdown-item .mbr-iconfont {
  margin-right: 0.5rem;
  vertical-align: sub;
}
.cid-tPMYUvAceA .dropdown .dropdown-menu .dropdown-item .mbr-iconfont:before {
  display: inline-block;
  transform: scale(1, 1);
  transition: all 0.25s ease-in-out;
}
.cid-tPMYUvAceA .collapsed .dropdown-menu .dropdown-item:before {
  display: none;
}
.cid-tPMYUvAceA .collapsed .dropdown .dropdown-menu .dropdown-item {
  padding: 0.235em 1.5em 0.235em 1.5em !important;
  transition: none;
  margin: 0 !important;
}
.cid-tPMYUvAceA .navbar {
  min-height: 70px;
  transition: all 0.3s;
  border-bottom: 1px solid transparent;
  background: rgba(22, 42, 81, 0.6);
}
.cid-tPMYUvAceA .navbar.opened {
  transition: all 0.3s;
}
.cid-tPMYUvAceA .navbar .dropdown-item {
  padding: 0.5rem 1.8rem;
}
.cid-tPMYUvAceA .navbar .navbar-logo img {
  width: auto;
}
.cid-tPMYUvAceA .navbar .navbar-collapse {
  justify-content: space-between;
  z-index: 1;
}
.cid-tPMYUvAceA .navbar.collapsed {
  justify-content: center;
}
.cid-tPMYUvAceA .navbar.collapsed .nav-item .nav-link::before {
  display: none;
}
.cid-tPMYUvAceA .navbar.collapsed.opened .dropdown-menu {
  top: 0;
}
@media (min-width: 992px) {
  .cid-tPMYUvAceA .navbar.collapsed.opened:not(.navbar-short) .navbar-collapse {
    max-height: calc(98.5vh - 4.1rem);
  }
}
.cid-tPMYUvAceA .navbar.collapsed .dropdown-menu .dropdown-submenu {
  left: 0 !important;
}
.cid-tPMYUvAceA .navbar.collapsed .dropdown-menu .dropdown-item:after {
  right: auto;
}
.cid-tPMYUvAceA .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-tPMYUvAceA .navbar.collapsed ul.navbar-nav li {
  margin: auto;
}
.cid-tPMYUvAceA .navbar.collapsed .dropdown-menu .dropdown-item {
  padding: 0.25rem 1.5rem;
  text-align: center;
}
.cid-tPMYUvAceA .navbar.collapsed .icons-menu {
  padding-left: 0;
  padding-right: 0;
  padding-top: 0.5rem;
  padding-bottom: 0.5rem;
}
@media (max-width: 991px) {
  .cid-tPMYUvAceA .navbar .nav-item .nav-link::before {
    display: none;
  }
  .cid-tPMYUvAceA .navbar.opened .dropdown-menu {
    top: 0;
  }
  .cid-tPMYUvAceA .navbar .dropdown-menu .dropdown-submenu {
    left: 0 !important;
  }
  .cid-tPMYUvAceA .navbar .dropdown-menu .dropdown-item:after {
    right: auto;
  }
  .cid-tPMYUvAceA .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-tPMYUvAceA .navbar .navbar-logo img {
    height: 3rem !important;
  }
  .cid-tPMYUvAceA .navbar ul.navbar-nav li {
    margin: auto;
  }
  .cid-tPMYUvAceA .navbar .dropdown-menu .dropdown-item {
    padding: 0.25rem 1.5rem !important;
    text-align: center;
  }
  .cid-tPMYUvAceA .navbar .navbar-brand {
    flex-shrink: initial;
    flex-basis: auto;
    word-break: break-word;
    padding-right: 2rem;
  }
  .cid-tPMYUvAceA .navbar .navbar-toggler {
    flex-basis: auto;
  }
  .cid-tPMYUvAceA .navbar .icons-menu {
    padding-left: 0;
    padding-top: 0.5rem;
    padding-bottom: 0.5rem;
  }
}
@media (max-width: 991px) and (max-width: 767px) {
  .cid-tPMYUvAceA .navbar .navbar-brand {
    width: calc(100% - 31px);
  }
}
.cid-tPMYUvAceA .navbar.navbar-short {
  min-height: 60px;
}
.cid-tPMYUvAceA .navbar.navbar-short .navbar-logo img {
  height: 2.5rem !important;
}
.cid-tPMYUvAceA .navbar.navbar-short .navbar-brand {
  min-height: 60px;
  padding: 0;
}
.cid-tPMYUvAceA .dropdown-item.active,
.cid-tPMYUvAceA .dropdown-item:active {
  background-color: transparent;
}
.cid-tPMYUvAceA .navbar-expand-lg .navbar-nav .nav-link {
  padding: 0;
}
.cid-tPMYUvAceA .nav-dropdown .link.dropdown-toggle {
  margin-right: 1.667em;
}
.cid-tPMYUvAceA .nav-dropdown .link.dropdown-toggle[aria-expanded="true"] {
  margin-right: 0;
  padding: 0.667em 1.667em;
}
.cid-tPMYUvAceA .navbar.navbar-expand-lg .dropdown .dropdown-menu {
  background: #162a51;
}
.cid-tPMYUvAceA .navbar.navbar-expand-lg .dropdown .dropdown-menu .dropdown-submenu {
  margin: 0;
  left: 100%;
}
.cid-tPMYUvAceA .navbar .dropdown.open > .dropdown-menu {
  display: block;
}
.cid-tPMYUvAceA ul.navbar-nav {
  flex-wrap: wrap;
}
.cid-tPMYUvAceA .navbar-buttons {
  text-align: center;
  min-width: 170px;
}
.cid-tPMYUvAceA button.navbar-toggler {
  outline: none;
  width: 31px;
  height: 20px;
  cursor: pointer;
  transition: all 0.2s;
  position: relative;
  align-self: center;
}
.cid-tPMYUvAceA button.navbar-toggler .hamburger span {
  position: absolute;
  right: 0;
  width: 30px;
  height: 2px;
  border-right: 5px;
  background-color: #e8ad39;
}
.cid-tPMYUvAceA button.navbar-toggler .hamburger span:nth-child(1) {
  top: 0;
  transition: all 0.2s;
}
.cid-tPMYUvAceA button.navbar-toggler .hamburger span:nth-child(2) {
  top: 8px;
  transition: all 0.15s;
}
.cid-tPMYUvAceA button.navbar-toggler .hamburger span:nth-child(3) {
  top: 8px;
  transition: all 0.15s;
}
.cid-tPMYUvAceA button.navbar-toggler .hamburger span:nth-child(4) {
  top: 16px;
  transition: all 0.2s;
}
.cid-tPMYUvAceA nav.opened .hamburger span:nth-child(1) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-tPMYUvAceA nav.opened .hamburger span:nth-child(2) {
  transform: rotate(45deg);
  transition: all 0.25s;
}
.cid-tPMYUvAceA nav.opened .hamburger span:nth-child(3) {
  transform: rotate(-45deg);
  transition: all 0.25s;
}
.cid-tPMYUvAceA nav.opened .hamburger span:nth-child(4) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-tPMYUvAceA .navbar-dropdown {
  padding: 0 1rem;
  position: fixed;
}
.cid-tPMYUvAceA a.nav-link {
  display: flex;
  align-items: center;
  justify-content: center;
}
.cid-tPMYUvAceA .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-tPMYUvAceA .navbar {
    height: 70px;
  }
  .cid-tPMYUvAceA .navbar.opened {
    height: auto;
  }
  .cid-tPMYUvAceA .nav-item .nav-link:hover::before {
    width: 175%;
    max-width: calc(100% + 2rem);
    left: -1rem;
  }
}
.cid-tPMYUxl2L3 {
  padding-top: 75px;
  padding-bottom: 0px;
  background-color: #162a51;
}
.cid-tPMYUxl2L3 .mbr-text,
.cid-tPMYUxl2L3 .typed-text,
.cid-tPMYUxl2L3 .mbr-section-text {
  letter-spacing: 0.03rem;
}
.cid-tPMYUxl2L3 .btn {
  margin-left: 4px !important;
}
.cid-tPMYUxl2L3 .animated-element {
  color: #ba8e31;
}
.cid-tPMYUxl2L3 .typed-cursor {
  opacity: 1;
  -webkit-animation: blink 0.7s infinite;
  -moz-animation: blink 0.7s infinite;
  animation: blink 0.7s infinite;
  color: #ba8e31;
}
@keyframes blink {
  0% {
    opacity: 1;
  }
  50% {
    opacity: 0;
  }
  100% {
    opacity: 1;
  }
}
@-webkit-keyframes blink {
  0% {
    opacity: 1;
  }
  50% {
    opacity: 0;
  }
  100% {
    opacity: 1;
  }
}
@-moz-keyframes blink {
  0% {
    opacity: 1;
  }
  50% {
    opacity: 0;
  }
  100% {
    opacity: 1;
  }
}
.cid-tPMYUxl2L3 .typed-text {
  text-align: center;
  color: #fafafa;
}
.cid-tYmWeHRfbw {
  padding-top: 0rem;
  padding-bottom: 0rem;
  background-color: #efefef;
}
.cid-tYmWeHRfbw .mbr-section-head,
.cid-tYmWeHRfbw .gallery_item {
  margin-bottom: 6rem;
}
.cid-tYmWeHRfbw .mbr-section-subtitle {
  margin-bottom: 0.5rem;
}
.cid-tYmWeHRfbw .mbr-section-title {
  line-height: .95;
}
.cid-tYmWeHRfbw .box {
  display: flex;
  flex-wrap: wrap;
  align-items: flex-start;
}
.cid-tYmWeHRfbw .gallery-wrap-left {
  padding-right: 2rem;
  max-width: 66%;
  width: 66%;
}
.cid-tYmWeHRfbw .gallery-wrap-right {
  padding-left: 2rem;
  max-width: 33%;
  width: 33%;
}
.cid-tYmWeHRfbw .item-img,
.cid-tYmWeHRfbw img {
  max-width: 100%;
  object-fit: cover;
}
.cid-tYmWeHRfbw .gallery-wrap-50 .item_left {
  padding-right: 1rem;
}
.cid-tYmWeHRfbw .gallery-wrap-50 .item_right {
  padding-left: 1rem;
}
.cid-tYmWeHRfbw .item-content {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  margin-top: 0.5rem;
}
.cid-tYmWeHRfbw .item-title {
  text-align: left;
  flex: 1 1 0;
  color: #162a51;
}
.cid-tYmWeHRfbw .item-subtitle {
  text-align: right;
  flex: 1 1 0;
  color: #162a51;
}
@media (max-width: 991px) {
  .cid-tYmWeHRfbw .gallery-wrap-left {
    padding-right: 0;
    max-width: 100%;
    width: 100%;
  }
  .cid-tYmWeHRfbw .gallery-wrap-right {
    padding-left: 0;
    max-width: 100%;
    width: 100%;
  }
}
@media (max-width: 767px) {
  .cid-tYmWeHRfbw .mbr-section-head,
  .cid-tYmWeHRfbw .gallery_item {
    margin-bottom: 3rem;
  }
  .cid-tYmWeHRfbw .gallery-wrap-50 .item_left {
    padding-right: 0;
  }
  .cid-tYmWeHRfbw .gallery-wrap-50 .item_right {
    padding-left: 0;
  }
}
.cid-tYn0mbWHHx {
  padding-top: 0rem;
  padding-bottom: 0rem;
  background-color: #efefef;
}
.cid-tYn0mbWHHx .mbr-section-head,
.cid-tYn0mbWHHx .gallery_item {
  margin-bottom: 6rem;
}
.cid-tYn0mbWHHx .mbr-section-subtitle {
  margin-bottom: 0.5rem;
}
.cid-tYn0mbWHHx .mbr-section-title {
  line-height: .95;
}
.cid-tYn0mbWHHx .box {
  display: flex;
  flex-wrap: wrap;
  align-items: flex-start;
}
.cid-tYn0mbWHHx .gallery-wrap-left {
  padding-right: 2rem;
  max-width: 66%;
  width: 66%;
}
.cid-tYn0mbWHHx .gallery-wrap-right {
  padding-left: 2rem;
  max-width: 33%;
  width: 33%;
}
.cid-tYn0mbWHHx .item-img,
.cid-tYn0mbWHHx img {
  max-width: 100%;
  object-fit: cover;
}
.cid-tYn0mbWHHx .gallery-wrap-50 .item_left {
  padding-right: 1rem;
}
.cid-tYn0mbWHHx .gallery-wrap-50 .item_right {
  padding-left: 1rem;
}
.cid-tYn0mbWHHx .item-content {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  margin-top: 0.5rem;
}
.cid-tYn0mbWHHx .item-title {
  text-align: left;
  flex: 1 1 0;
  color: #162a51;
}
.cid-tYn0mbWHHx .item-subtitle {
  text-align: right;
  flex: 1 1 0;
  color: #162a51;
}
@media (max-width: 991px) {
  .cid-tYn0mbWHHx .gallery-wrap-left {
    padding-right: 0;
    max-width: 100%;
    width: 100%;
  }
  .cid-tYn0mbWHHx .gallery-wrap-right {
    padding-left: 0;
    max-width: 100%;
    width: 100%;
  }
}
@media (max-width: 767px) {
  .cid-tYn0mbWHHx .mbr-section-head,
  .cid-tYn0mbWHHx .gallery_item {
    margin-bottom: 3rem;
  }
  .cid-tYn0mbWHHx .gallery-wrap-50 .item_left {
    padding-right: 0;
  }
  .cid-tYn0mbWHHx .gallery-wrap-50 .item_right {
    padding-left: 0;
  }
}
.cid-tYmTPMq285 {
  padding-top: 0rem;
  padding-bottom: 0rem;
  background-color: #efefef;
}
.cid-tYmTPMq285 .mbr-section-head,
.cid-tYmTPMq285 .gallery_item {
  margin-bottom: 6rem;
}
.cid-tYmTPMq285 .mbr-section-subtitle {
  margin-bottom: 0.5rem;
}
.cid-tYmTPMq285 .mbr-section-title {
  line-height: .95;
}
.cid-tYmTPMq285 .box {
  display: flex;
  flex-wrap: wrap;
  align-items: flex-start;
}
.cid-tYmTPMq285 .gallery-wrap-left {
  padding-right: 2rem;
  max-width: 66%;
  width: 66%;
}
.cid-tYmTPMq285 .gallery-wrap-right {
  padding-left: 2rem;
  max-width: 33%;
  width: 33%;
}
.cid-tYmTPMq285 .item-img,
.cid-tYmTPMq285 img {
  max-width: 100%;
  object-fit: cover;
}
.cid-tYmTPMq285 .gallery-wrap-50 .item_left {
  padding-right: 1rem;
}
.cid-tYmTPMq285 .gallery-wrap-50 .item_right {
  padding-left: 1rem;
}
.cid-tYmTPMq285 .item-content {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  margin-top: 0.5rem;
}
.cid-tYmTPMq285 .item-title {
  text-align: left;
  flex: 1 1 0;
  color: #162a51;
}
.cid-tYmTPMq285 .item-subtitle {
  text-align: right;
  flex: 1 1 0;
  color: #162a51;
}
@media (max-width: 991px) {
  .cid-tYmTPMq285 .gallery-wrap-left {
    padding-right: 0;
    max-width: 100%;
    width: 100%;
  }
  .cid-tYmTPMq285 .gallery-wrap-right {
    padding-left: 0;
    max-width: 100%;
    width: 100%;
  }
}
@media (max-width: 767px) {
  .cid-tYmTPMq285 .mbr-section-head,
  .cid-tYmTPMq285 .gallery_item {
    margin-bottom: 3rem;
  }
  .cid-tYmTPMq285 .gallery-wrap-50 .item_left {
    padding-right: 0;
  }
  .cid-tYmTPMq285 .gallery-wrap-50 .item_right {
    padding-left: 0;
  }
}
.cid-tYmZdo8i9S {
  padding-top: 0rem;
  padding-bottom: 0rem;
  background-color: #efefef;
}
.cid-tYmZdo8i9S .mbr-section-head,
.cid-tYmZdo8i9S .gallery_item {
  margin-bottom: 6rem;
}
.cid-tYmZdo8i9S .mbr-section-subtitle {
  margin-bottom: 0.5rem;
}
.cid-tYmZdo8i9S .mbr-section-title {
  line-height: .95;
}
.cid-tYmZdo8i9S .box {
  display: flex;
  flex-wrap: wrap;
  align-items: flex-start;
}
.cid-tYmZdo8i9S .gallery-wrap-left {
  padding-right: 2rem;
  max-width: 66%;
  width: 66%;
}
.cid-tYmZdo8i9S .gallery-wrap-right {
  padding-left: 2rem;
  max-width: 33%;
  width: 33%;
}
.cid-tYmZdo8i9S .item-img,
.cid-tYmZdo8i9S img {
  max-width: 100%;
  object-fit: cover;
}
.cid-tYmZdo8i9S .gallery-wrap-50 .item_left {
  padding-right: 1rem;
}
.cid-tYmZdo8i9S .gallery-wrap-50 .item_right {
  padding-left: 1rem;
}
.cid-tYmZdo8i9S .item-content {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  margin-top: 0.5rem;
}
.cid-tYmZdo8i9S .item-title {
  text-align: left;
  flex: 1 1 0;
  color: #162a51;
}
.cid-tYmZdo8i9S .item-subtitle {
  text-align: right;
  flex: 1 1 0;
  color: #162a51;
}
@media (max-width: 991px) {
  .cid-tYmZdo8i9S .gallery-wrap-left {
    padding-right: 0;
    max-width: 100%;
    width: 100%;
  }
  .cid-tYmZdo8i9S .gallery-wrap-right {
    padding-left: 0;
    max-width: 100%;
    width: 100%;
  }
}
@media (max-width: 767px) {
  .cid-tYmZdo8i9S .mbr-section-head,
  .cid-tYmZdo8i9S .gallery_item {
    margin-bottom: 3rem;
  }
  .cid-tYmZdo8i9S .gallery-wrap-50 .item_left {
    padding-right: 0;
  }
  .cid-tYmZdo8i9S .gallery-wrap-50 .item_right {
    padding-left: 0;
  }
}
.cid-tPMYULxOqJ {
  padding-top: 0px;
  padding-bottom: 0px;
  margin-top: -1px;
  overflow: hidden;
  border-bottom: 1px solid #7f8678;
  border-top: 1px solid #7f8678;
  background-color: #162a51;
}
.cid-tPMYULxOqJ .wrapper {
  display: flex;
  justify-content: space-between;
  align-items: center;
  flex-wrap: wrap;
}
.cid-tPMYULxOqJ .copyright {
  margin-top: 0.5rem;
  color: #ffffff;
  flex-grow: 1;
  margin-right: 0.5rem;
}
.cid-tPMYULxOqJ .produced {
  margin-top: 0.5rem;
  color: #efefef;
  flex-grow: 1;
  text-align: center;
}
