.btn {
  border-width: 2px;
}
body {
  font-family: Jost;
}
.display-1 {
  font-family: 'Berthold Imago Bold';
  font-size: 4rem;
  line-height: 1.1;
}
.display-1 > .mbr-iconfont {
  font-size: 5rem;
}
.display-2 {
  font-family: 'Berthold Imago Bold';
  font-size: 3rem;
  line-height: 1.1;
}
.display-2 > .mbr-iconfont {
  font-size: 3.75rem;
}
.display-4 {
  font-family: 'Berthold Imago Regular';
  font-size: 1.1rem;
  line-height: 1.5;
}
.display-4 > .mbr-iconfont {
  font-size: 1.375rem;
}
.display-5 {
  font-family: 'Berthold Imago Bold';
  font-size: 1.5rem;
  line-height: 1.5;
}
.display-5 > .mbr-iconfont {
  font-size: 1.875rem;
}
.display-7 {
  font-family: 'Berthold Imago Regular';
  font-size: 1rem;
  line-height: 1.5;
}
.display-7 > .mbr-iconfont {
  font-size: 1.25rem;
}
/* ---- 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.2rem;
  }
}
@media (max-width: 768px) {
  .display-1 {
    font-size: 2.8rem;
    font-size: calc( 2.05rem + (4 - 2.05) * ((100vw - 20rem) / (48 - 20)));
    line-height: calc( 1.1 * (2.05rem + (4 - 2.05) * ((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.2rem;
    font-size: calc( 1.175rem + (1.5 - 1.175) * ((100vw - 20rem) / (48 - 20)));
    line-height: calc( 1.4 * (1.175rem + (1.5 - 1.175) * ((100vw - 20rem) / (48 - 20))));
  }
  .display-7 {
    font-size: 0.8rem;
    font-size: calc( 1rem + (1 - 1) * ((100vw - 20rem) / (48 - 20)));
    line-height: calc( 1.4 * (1rem + (1 - 1) * ((100vw - 20rem) / (48 - 20))));
  }
}
/* 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: #1c3e84 !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: #1c3e84 !important;
  border-color: #1c3e84 !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: #0d1c3c !important;
  border-color: #0d1c3c !important;
  box-shadow: 0 2px 5px 0 rgba(0, 0, 0, 0.2);
}
.btn-primary.disabled,
.btn-primary:disabled {
  color: #ffffff !important;
  background-color: #0d1c3c !important;
  border-color: #0d1c3c !important;
}
.btn-secondary,
.btn-secondary:active {
  background-color: #ff6666 !important;
  border-color: #ff6666 !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: #ff0f0f !important;
  border-color: #ff0f0f !important;
  box-shadow: 0 2px 5px 0 rgba(0, 0, 0, 0.2);
}
.btn-secondary.disabled,
.btn-secondary:disabled {
  color: #ffffff !important;
  background-color: #ff0f0f !important;
  border-color: #ff0f0f !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: #1c3e84;
  color: #1c3e84;
}
.btn-primary-outline:hover,
.btn-primary-outline:focus,
.btn-primary-outline.focus,
.btn-primary-outline.active {
  color: #0d1c3c !important;
  background-color: transparent!important;
  border-color: #0d1c3c !important;
  box-shadow: none!important;
}
.btn-primary-outline.disabled,
.btn-primary-outline:disabled {
  color: #ffffff !important;
  background-color: #1c3e84 !important;
  border-color: #1c3e84 !important;
}
.btn-secondary-outline,
.btn-secondary-outline:active {
  background-color: transparent !important;
  border-color: #ff6666;
  color: #ff6666;
}
.btn-secondary-outline:hover,
.btn-secondary-outline:focus,
.btn-secondary-outline.focus,
.btn-secondary-outline.active {
  color: #ff0f0f !important;
  background-color: transparent!important;
  border-color: #ff0f0f !important;
  box-shadow: none!important;
}
.btn-secondary-outline.disabled,
.btn-secondary-outline:disabled {
  color: #ffffff !important;
  background-color: #ff6666 !important;
  border-color: #ff6666 !important;
}
.btn-info-outline,
.btn-info-outline:active {
  background-color: transparent !important;
  border-color: #47b5ed;
  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: #148cca !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: #40b0bf;
  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: #2a747e !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: #ffe161;
  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: #ffd10a !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: #ff9966;
  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: #ff5f0f !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: #232323;
  color: #232323;
}
.btn-black-outline:hover,
.btn-black-outline:focus,
.btn-black-outline.focus,
.btn-black-outline.active {
  color: #000000 !important;
  background-color: transparent!important;
  border-color: #000000 !important;
  box-shadow: none!important;
}
.btn-black-outline.disabled,
.btn-black-outline:disabled {
  color: #ffffff !important;
  background-color: #232323 !important;
  border-color: #232323 !important;
}
.btn-white-outline,
.btn-white-outline:active {
  background-color: transparent !important;
  border-color: #fafafa;
  color: #fafafa;
}
.btn-white-outline:hover,
.btn-white-outline:focus,
.btn-white-outline.focus,
.btn-white-outline.active {
  color: #cfcfcf !important;
  background-color: transparent!important;
  border-color: #cfcfcf !important;
  box-shadow: none!important;
}
.btn-white-outline.disabled,
.btn-white-outline:disabled {
  color: #7a7a7a !important;
  background-color: #fafafa !important;
  border-color: #fafafa !important;
}
.text-primary {
  color: #1c3e84 !important;
}
.text-secondary {
  color: #ff6666 !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: #0a1630 !important;
}
a.text-secondary:hover,
a.text-secondary:focus,
a.text-secondary.active {
  color: #ff0000 !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: #1c3e84;
}
.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: #1c3e84;
  border-color: #1c3e84;
  color: #ffffff;
}
.mbr-gallery-filter li.active .btn:focus {
  box-shadow: none;
}
a,
a:hover {
  color: #1c3e84;
}
.mbr-plan-header.bg-primary .mbr-plan-subtitle,
.mbr-plan-header.bg-primary .mbr-plan-price-desc {
  color: #4777d8;
}
.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*/
.scrollToTop_wraper {
  display: none;
}
.form-control {
  font-family: 'Berthold Imago Regular';
  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: #1c3e84 !important;
}
.form-control:-webkit-input-placeholder {
  font-family: 'Berthold Imago Regular';
  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: #1c3e84;
}
/* Forms */
.jq-selectbox li:hover,
.jq-selectbox li.selected {
  background-color: #1c3e84;
  color: #ffffff;
}
.jq-number__spin {
  transition: 0.25s ease;
}
.jq-number__spin:hover {
  border-color: #1c3e84;
}
.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: #1c3e84;
  border-bottom-color: #1c3e84;
}
.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: #1c3e84 !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: #ff6666 !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='%231c3e84' %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-tDWCfCZ40J .navbar-dropdown {
  position: relative !important;
}
.cid-tDWCfCZ40J .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-tDWCfCZ40J .dropdown-menu {
  padding: 0;
  border-radius: 4px;
  box-shadow: 0 1px 3px 0 rgba(0, 0, 0, 0.1);
}
.cid-tDWCfCZ40J .dropdown-item {
  border-bottom: 1px solid #e6e6e6;
}
.cid-tDWCfCZ40J .dropdown-item:hover,
.cid-tDWCfCZ40J .dropdown-item:focus {
  background: #1c3e84 !important;
  color: white !important;
}
.cid-tDWCfCZ40J .dropdown-item:hover span {
  color: white;
}
.cid-tDWCfCZ40J .dropdown-item:first-child {
  border-top-left-radius: 4px;
  border-top-right-radius: 4px;
}
.cid-tDWCfCZ40J .dropdown-item:last-child {
  border-bottom: none;
  border-bottom-left-radius: 4px;
  border-bottom-right-radius: 4px;
}
.cid-tDWCfCZ40J .nav-dropdown .link {
  padding: 0 0.3em !important;
  margin: 0.667em 1em !important;
}
.cid-tDWCfCZ40J .nav-dropdown .link.dropdown-toggle::after {
  margin-left: 0.5rem;
  margin-top: 0.2rem;
}
.cid-tDWCfCZ40J .nav-link {
  position: relative;
}
.cid-tDWCfCZ40J .container {
  display: flex;
  margin: auto;
  flex-wrap: nowrap;
}
@media (max-width: 991px) {
  .cid-tDWCfCZ40J .container {
    flex-wrap: wrap;
  }
}
.cid-tDWCfCZ40J .container-fluid {
  flex-wrap: nowrap;
}
@media (max-width: 991px) {
  .cid-tDWCfCZ40J .container-fluid {
    flex-wrap: wrap;
  }
}
.cid-tDWCfCZ40J .iconfont-wrapper {
  color: #000000 !important;
  font-size: 1.5rem;
  padding-right: 0.5rem;
}
.cid-tDWCfCZ40J .dropdown-menu,
.cid-tDWCfCZ40J .navbar.opened {
  background: #ffffff !important;
}
.cid-tDWCfCZ40J .nav-item:focus,
.cid-tDWCfCZ40J .nav-link:focus {
  outline: none;
}
.cid-tDWCfCZ40J .dropdown .dropdown-menu .dropdown-item {
  width: auto;
  transition: all 0.25s ease-in-out;
}
.cid-tDWCfCZ40J .dropdown .dropdown-menu .dropdown-item::after {
  right: 0.5rem;
}
.cid-tDWCfCZ40J .dropdown .dropdown-menu .dropdown-item .mbr-iconfont {
  margin-right: 0.5rem;
  vertical-align: sub;
}
.cid-tDWCfCZ40J .dropdown .dropdown-menu .dropdown-item .mbr-iconfont:before {
  display: inline-block;
  transform: scale(1, 1);
  transition: all 0.25s ease-in-out;
}
.cid-tDWCfCZ40J .collapsed .dropdown-menu .dropdown-item:before {
  display: none;
}
.cid-tDWCfCZ40J .collapsed .dropdown .dropdown-menu .dropdown-item {
  padding: 0.235em 1.5em 0.235em 1.5em !important;
  transition: none;
  margin: 0 !important;
}
.cid-tDWCfCZ40J .navbar {
  min-height: 70px;
  transition: all 0.3s;
  border-bottom: 1px solid transparent;
  box-shadow: 0 1px 3px 0 rgba(0, 0, 0, 0.1);
  background: #ffffff;
}
.cid-tDWCfCZ40J .navbar.opened {
  transition: all 0.3s;
}
.cid-tDWCfCZ40J .navbar .dropdown-item {
  padding: 0.5rem 1.8rem;
}
.cid-tDWCfCZ40J .navbar .navbar-logo img {
  width: auto;
}
.cid-tDWCfCZ40J .navbar .navbar-collapse {
  justify-content: flex-end;
  z-index: 1;
}
.cid-tDWCfCZ40J .navbar.collapsed {
  justify-content: center;
}
.cid-tDWCfCZ40J .navbar.collapsed .nav-item .nav-link::before {
  display: none;
}
.cid-tDWCfCZ40J .navbar.collapsed.opened .dropdown-menu {
  top: 0;
}
@media (min-width: 992px) {
  .cid-tDWCfCZ40J .navbar.collapsed.opened:not(.navbar-short) .navbar-collapse {
    max-height: calc(98.5vh - 3rem);
  }
}
.cid-tDWCfCZ40J .navbar.collapsed .dropdown-menu .dropdown-submenu {
  left: 0 !important;
}
.cid-tDWCfCZ40J .navbar.collapsed .dropdown-menu .dropdown-item:after {
  right: auto;
}
.cid-tDWCfCZ40J .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-tDWCfCZ40J .navbar.collapsed ul.navbar-nav li {
  margin: auto;
}
.cid-tDWCfCZ40J .navbar.collapsed .dropdown-menu .dropdown-item {
  padding: 0.25rem 1.5rem;
  text-align: center;
}
.cid-tDWCfCZ40J .navbar.collapsed .icons-menu {
  padding-left: 0;
  padding-right: 0;
  padding-top: 0.5rem;
  padding-bottom: 0.5rem;
}
@media (max-width: 991px) {
  .cid-tDWCfCZ40J .navbar .nav-item .nav-link::before {
    display: none;
  }
  .cid-tDWCfCZ40J .navbar.opened .dropdown-menu {
    top: 0;
  }
  .cid-tDWCfCZ40J .navbar .dropdown-menu .dropdown-submenu {
    left: 0 !important;
  }
  .cid-tDWCfCZ40J .navbar .dropdown-menu .dropdown-item:after {
    right: auto;
  }
  .cid-tDWCfCZ40J .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-tDWCfCZ40J .navbar .navbar-logo img {
    height: 3rem !important;
  }
  .cid-tDWCfCZ40J .navbar ul.navbar-nav li {
    margin: auto;
  }
  .cid-tDWCfCZ40J .navbar .dropdown-menu .dropdown-item {
    padding: 0.25rem 1.5rem !important;
    text-align: center;
  }
  .cid-tDWCfCZ40J .navbar .navbar-brand {
    flex-shrink: initial;
    flex-basis: auto;
    word-break: break-word;
    padding-right: 2rem;
  }
  .cid-tDWCfCZ40J .navbar .navbar-toggler {
    flex-basis: auto;
  }
  .cid-tDWCfCZ40J .navbar .icons-menu {
    padding-left: 0;
    padding-top: 0.5rem;
    padding-bottom: 0.5rem;
  }
}
@media (max-width: 991px) and (max-width: 767px) {
  .cid-tDWCfCZ40J .navbar .navbar-brand {
    width: calc(100% - 31px);
  }
}
.cid-tDWCfCZ40J .navbar.navbar-short {
  min-height: 60px;
}
.cid-tDWCfCZ40J .navbar.navbar-short .navbar-logo img {
  height: 2.5rem !important;
}
.cid-tDWCfCZ40J .navbar.navbar-short .navbar-brand {
  min-height: 60px;
  padding: 0;
}
.cid-tDWCfCZ40J .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-tDWCfCZ40J .navbar-brand .navbar-caption {
  line-height: inherit !important;
}
.cid-tDWCfCZ40J .navbar-brand .navbar-logo a {
  outline: none;
}
.cid-tDWCfCZ40J .dropdown-item.active,
.cid-tDWCfCZ40J .dropdown-item:active {
  background-color: transparent;
}
.cid-tDWCfCZ40J .navbar-expand-lg .navbar-nav .nav-link {
  padding: 0;
}
.cid-tDWCfCZ40J .nav-dropdown .link.dropdown-toggle {
  margin-right: 1.667em;
}
.cid-tDWCfCZ40J .nav-dropdown .link.dropdown-toggle[aria-expanded="true"] {
  margin-right: 0;
  padding: 0.667em 1.667em;
}
.cid-tDWCfCZ40J .navbar.navbar-expand-lg .dropdown .dropdown-menu {
  background: #ffffff;
}
.cid-tDWCfCZ40J .navbar.navbar-expand-lg .dropdown .dropdown-menu .dropdown-submenu {
  margin: 0;
  left: 100%;
}
.cid-tDWCfCZ40J .navbar .dropdown.open > .dropdown-menu {
  display: block;
}
.cid-tDWCfCZ40J ul.navbar-nav {
  flex-wrap: wrap;
}
.cid-tDWCfCZ40J .navbar-buttons {
  text-align: center;
  min-width: 170px;
}
.cid-tDWCfCZ40J button.navbar-toggler {
  outline: none;
  width: 31px;
  height: 20px;
  cursor: pointer;
  transition: all 0.2s;
  position: relative;
  align-self: center;
}
.cid-tDWCfCZ40J button.navbar-toggler .hamburger span {
  position: absolute;
  right: 0;
  width: 30px;
  height: 2px;
  border-right: 5px;
  background-color: #000000;
}
.cid-tDWCfCZ40J button.navbar-toggler .hamburger span:nth-child(1) {
  top: 0;
  transition: all 0.2s;
}
.cid-tDWCfCZ40J button.navbar-toggler .hamburger span:nth-child(2) {
  top: 8px;
  transition: all 0.15s;
}
.cid-tDWCfCZ40J button.navbar-toggler .hamburger span:nth-child(3) {
  top: 8px;
  transition: all 0.15s;
}
.cid-tDWCfCZ40J button.navbar-toggler .hamburger span:nth-child(4) {
  top: 16px;
  transition: all 0.2s;
}
.cid-tDWCfCZ40J nav.opened .hamburger span:nth-child(1) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-tDWCfCZ40J nav.opened .hamburger span:nth-child(2) {
  transform: rotate(45deg);
  transition: all 0.25s;
}
.cid-tDWCfCZ40J nav.opened .hamburger span:nth-child(3) {
  transform: rotate(-45deg);
  transition: all 0.25s;
}
.cid-tDWCfCZ40J nav.opened .hamburger span:nth-child(4) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-tDWCfCZ40J .navbar-dropdown {
  padding: 0 1rem;
}
.cid-tDWCfCZ40J a.nav-link {
  display: flex;
  align-items: center;
  justify-content: center;
}
.cid-tDWCfCZ40J .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-tDWCfCZ40J .navbar {
    height: 70px;
  }
  .cid-tDWCfCZ40J .navbar.opened {
    height: auto;
  }
  .cid-tDWCfCZ40J .nav-item .nav-link:hover::before {
    width: 175%;
    max-width: calc(100% + 2rem);
    left: -1rem;
  }
}
.cid-tDWCfAcgZH {
  padding-top: 3rem;
  padding-bottom: 4rem;
  background-color: #ffffff;
}
.cid-tDWCfAcgZH .mbr-fallback-image.disabled {
  display: none;
}
.cid-tDWCfAcgZH .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
@media (max-width: 991px) {
  .cid-tDWCfAcgZH .image-wrapper {
    margin-bottom: 1rem;
  }
}
.cid-tDWCfAcgZH .row {
  margin-left: -1.5vw;
  margin-right: -1.5vw;
}
.cid-tDWCfAcgZH.mbr-fullscreen {
  padding: 0 !important;
}
.cid-tDWCfAcgZH img {
  width: 100%;
  object-fit: cover;
  max-height: 100vh;
}
.cid-tDWCKuTela {
  padding-top: 5rem;
  padding-bottom: 7rem;
  background-color: #ffffff;
  overflow: hidden;
}
.cid-tDWCKuTela .mbr-fallback-image.disabled {
  display: none;
}
.cid-tDWCKuTela .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-tDWCKuTela .container {
  padding-left: 15px;
  padding-right: 15px;
}
@media (max-width: 1599px) {
  .cid-tDWCKuTela .container {
    padding-left: 10px;
    padding-right: 10px;
  }
}
.cid-tDWCKuTela .row {
  margin-left: -25px;
  margin-right: -25px;
  justify-content: flex-start;
}
.cid-tDWCKuTela .row > [class*="col"] {
  padding-left: 25px;
  padding-right: 25px;
}
@media (max-width: 1599px) {
  .cid-tDWCKuTela .row {
    margin-left: -15px;
    margin-right: -15px;
  }
  .cid-tDWCKuTela .row > [class*="col"] {
    padding-left: 15px;
    padding-right: 15px;
  }
}
.cid-tDWCKuTela .mbr-section-head {
  width: 100%;
}
.cid-tDWCKuTela .mbr-section-title {
  color: #FF014E;
}
@media (max-width: 767px) {
  .cid-tDWCKuTela .mbr-section-title {
    text-align: center;
  }
}
.cid-tDWCKuTela .mbr-section-subtitle {
  color: #000000;
  margin-top: 15px;
}
@media (max-width: 767px) {
  .cid-tDWCKuTela .mbr-section-subtitle {
    margin-top: 10px;
    text-align: center;
  }
}
.cid-tDWCKuTela .card-row {
  align-items: stretch;
}
.cid-tDWCKuTela .item {
  margin-top: 50px;
}
@media (max-width: 991px) {
  .cid-tDWCKuTela .item {
    margin-top: 30px;
  }
}
.cid-tDWCKuTela .item-wrapper {
  position: relative;
  height: 100%;
  width: 100%;
  padding: 30px;
  border-radius: 20px;
  overflow: hidden;
  background: linear-gradient(145deg, #ffffff, #353535);
  box-shadow: 10px 10px 19px #fafafa, -10px -10px 19px #fafafa;
}
@media (max-width: 575px) {
  .cid-tDWCKuTela .item-wrapper {
    padding: 20px;
  }
}
.cid-tDWCKuTela .item-wrapper:hover .card-bg {
  opacity: 1;
}
.cid-tDWCKuTela .item-wrapper:hover .item-img img {
  transform: scale(1.1);
}
.cid-tDWCKuTela .card-bg {
  position: absolute;
  top: 0;
  left: 0;
  z-index: 0;
  width: 100%;
  height: 100%;
  border-radius: 19px;
  background: linear-gradient(to right bottom, #e43f3f, #16181c);
  opacity: 0;
  transition: .4s all;
}
.cid-tDWCKuTela .item-img {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 100%;
  border-radius: 10px;
  overflow: hidden;
}
.cid-tDWCKuTela .item-img img {
  width: 100%;
  aspect-ratio: 1.36;
  object-fit: cover;
  transition: 0.4s all;
}
.cid-tDWCKuTela .card-box {
  position: relative;
  z-index: 5;
  padding-top: 18px;
}
.cid-tDWCKuTela .card-title {
  position: relative;
  z-index: 5;
  color: #FF014E;
  margin-bottom: 15px;
}
@media (max-width: 767px) {
  .cid-tDWCKuTela .card-title {
    margin-bottom: 10px;
  }
}
.cid-tDWCKuTela .card-text {
  position: relative;
  z-index: 5;
  color: #C4CFDE;
  margin-bottom: 0;
}
.cid-tDWCKuTela .card-text a {
  transition: .4s all;
}
.cid-tDWCKuTela .card-text a:hover {
  color: #1c3e84 !important;
}
.cid-tE2qDyTze5 {
  padding-top: 15px;
  padding-bottom: 15px;
  background-color: #ffffff;
  overflow: hidden;
  box-sizing: border-box;
}
.cid-tE2qDyTze5 .mbr-slider .carousel-control {
  background: #1b1b1b;
}
.cid-tE2qDyTze5 .mbr-slider .carousel-control-prev {
  left: 0;
  margin-left: 2.5rem;
}
.cid-tE2qDyTze5 .mbr-slider .carousel-control-next {
  right: 0;
  margin-right: 2.5rem;
}
.cid-tE2qDyTze5 .mbr-gallery-item {
  width: 33.3%;
}
.cid-tE2qDyTze5 .mbr-gallery-item:hover img {
  transform: scale(1.1);
}
@media (max-width: 767px) {
  .cid-tE2qDyTze5 .mbr-gallery-item {
    width: 100%;
  }
}
.cid-tE2qDyTze5 .container {
  padding-right: 6px;
  padding-left: 6px;
}
.cid-tE2qDyTze5 .mbr-gallery-row {
  justify-content: center;
}
.cid-tE2qDyTze5 .mbr-gallery-item > div:hover:before {
  z-index: 5;
}
.cid-tE2qDyTze5 .mbr-gallery-item > div:hover .icon-focus {
  opacity: 0.8 !important;
}
.cid-tE2qDyTze5 .mbr-gallery-item > div:hover .mbr-gallery-title::before {
  background: transparent !important;
}
.cid-tE2qDyTze5 .mbr-gallery-item > div:hover:before {
  opacity: 0.4 !important;
}
.cid-tE2qDyTze5 .icon-focus {
  font-family: 'Moririse2' !important;
  display: flex;
  justify-content: center;
  align-items: center;
  height: 50px;
  width: 50px;
  background: white;
  border-radius: 6px;
}
.cid-tE2qDyTze5 .icon-focus:before {
  content: '\e970';
  font-size: 1.2rem;
  color: black;
}
.cid-tE2qDyTze5 .mbr-slider .modal-body .close {
  background: #1b1b1b;
}
.cid-tE2qDyTze5 .mbr-gallery-item > div {
  overflow: hidden;
}
.cid-tE2qDyTze5 img {
  transition: all 2s !important;
}
.cid-tE2qDyTze5 .mbr-gallery-item > div::before {
  content: '';
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  background: #000000;
  opacity: 0;
  -webkit-transition: 0.2s opacity ease-in-out;
  transition: 0.2s opacity ease-in-out;
}
.cid-tE2qDyTze5 .mbr-gallery-title {
  font-size: 0.9em;
  position: absolute;
  display: block;
  width: 100%;
  bottom: 0;
  padding: 1rem;
  color: #fff;
  z-index: 5;
}
.cid-tE2qDyTze5 .mbr-gallery-title:before {
  content: ' ';
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  z-index: -1;
  position: absolute;
  background: #000000 !important;
  opacity: 0.4;
  -webkit-transition: 0.2s background ease-in-out;
  transition: 0.2s background ease-in-out;
}
.cid-tDX92rjbWX {
  padding-top: 2rem;
  padding-bottom: 2rem;
  background-color: #232323;
}
.cid-tDX92rjbWX .row-links {
  width: 100%;
  justify-content: center;
}
.cid-tDX92rjbWX .social-row {
  width: 100%;
  justify-content: center;
}
.cid-tDX92rjbWX .media-container-row {
  flex-direction: column;
  justify-content: center;
  align-items: center;
}
.cid-tDX92rjbWX .media-container-row .foot-menu {
  list-style: none;
  display: flex;
  justify-content: center;
  flex-wrap: wrap;
  padding: 0;
  margin-bottom: 0;
}
.cid-tDX92rjbWX .media-container-row .foot-menu li {
  padding: 0 1rem 1rem 1rem;
}
.cid-tDX92rjbWX .media-container-row .foot-menu li p {
  margin: 0;
}
.cid-tDX92rjbWX .media-container-row .social-list {
  width: auto;
  padding-left: 0;
  margin-bottom: 0;
  list-style: none;
  display: flex;
  flex-wrap: wrap;
  justify-content: flex-end;
}
.cid-tDX92rjbWX .media-container-row .social-list .mbr-iconfont-social {
  font-size: 1.5rem;
  color: #ffffff;
}
.cid-tDX92rjbWX .media-container-row .social-list .soc-item {
  margin: 0 .5rem;
}
.cid-tDX92rjbWX .media-container-row .social-list a {
  margin: 0;
  opacity: .5;
  transition: .2s linear;
}
.cid-tDX92rjbWX .media-container-row .social-list a:hover {
  opacity: 1;
}
@media (max-width: 767px) {
  .cid-tDX92rjbWX .media-container-row .social-list {
    -webkit-justify-content: center;
    justify-content: center;
  }
}
.cid-tDX92rjbWX .media-container-row .row-copirayt {
  word-break: break-word;
  width: 100%;
}
.cid-tDX92rjbWX .media-container-row .row-copirayt p {
  width: 100%;
}
.cid-tDWEAdSvmK .navbar-dropdown {
  position: relative !important;
}
.cid-tDWEAdSvmK .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-tDWEAdSvmK .dropdown-menu {
  padding: 0;
  border-radius: 4px;
  box-shadow: 0 1px 3px 0 rgba(0, 0, 0, 0.1);
}
.cid-tDWEAdSvmK .dropdown-item {
  border-bottom: 1px solid #e6e6e6;
}
.cid-tDWEAdSvmK .dropdown-item:hover,
.cid-tDWEAdSvmK .dropdown-item:focus {
  background: #1c3e84 !important;
  color: white !important;
}
.cid-tDWEAdSvmK .dropdown-item:hover span {
  color: white;
}
.cid-tDWEAdSvmK .dropdown-item:first-child {
  border-top-left-radius: 4px;
  border-top-right-radius: 4px;
}
.cid-tDWEAdSvmK .dropdown-item:last-child {
  border-bottom: none;
  border-bottom-left-radius: 4px;
  border-bottom-right-radius: 4px;
}
.cid-tDWEAdSvmK .nav-dropdown .link {
  padding: 0 0.3em !important;
  margin: 0.667em 1em !important;
}
.cid-tDWEAdSvmK .nav-dropdown .link.dropdown-toggle::after {
  margin-left: 0.5rem;
  margin-top: 0.2rem;
}
.cid-tDWEAdSvmK .nav-link {
  position: relative;
}
.cid-tDWEAdSvmK .container {
  display: flex;
  margin: auto;
  flex-wrap: nowrap;
}
@media (max-width: 991px) {
  .cid-tDWEAdSvmK .container {
    flex-wrap: wrap;
  }
}
.cid-tDWEAdSvmK .container-fluid {
  flex-wrap: nowrap;
}
@media (max-width: 991px) {
  .cid-tDWEAdSvmK .container-fluid {
    flex-wrap: wrap;
  }
}
.cid-tDWEAdSvmK .iconfont-wrapper {
  color: #000000 !important;
  font-size: 1.5rem;
  padding-right: 0.5rem;
}
.cid-tDWEAdSvmK .dropdown-menu,
.cid-tDWEAdSvmK .navbar.opened {
  background: #ffffff !important;
}
.cid-tDWEAdSvmK .nav-item:focus,
.cid-tDWEAdSvmK .nav-link:focus {
  outline: none;
}
.cid-tDWEAdSvmK .dropdown .dropdown-menu .dropdown-item {
  width: auto;
  transition: all 0.25s ease-in-out;
}
.cid-tDWEAdSvmK .dropdown .dropdown-menu .dropdown-item::after {
  right: 0.5rem;
}
.cid-tDWEAdSvmK .dropdown .dropdown-menu .dropdown-item .mbr-iconfont {
  margin-right: 0.5rem;
  vertical-align: sub;
}
.cid-tDWEAdSvmK .dropdown .dropdown-menu .dropdown-item .mbr-iconfont:before {
  display: inline-block;
  transform: scale(1, 1);
  transition: all 0.25s ease-in-out;
}
.cid-tDWEAdSvmK .collapsed .dropdown-menu .dropdown-item:before {
  display: none;
}
.cid-tDWEAdSvmK .collapsed .dropdown .dropdown-menu .dropdown-item {
  padding: 0.235em 1.5em 0.235em 1.5em !important;
  transition: none;
  margin: 0 !important;
}
.cid-tDWEAdSvmK .navbar {
  min-height: 70px;
  transition: all 0.3s;
  border-bottom: 1px solid transparent;
  box-shadow: 0 1px 3px 0 rgba(0, 0, 0, 0.1);
  background: #ffffff;
}
.cid-tDWEAdSvmK .navbar.opened {
  transition: all 0.3s;
}
.cid-tDWEAdSvmK .navbar .dropdown-item {
  padding: 0.5rem 1.8rem;
}
.cid-tDWEAdSvmK .navbar .navbar-logo img {
  width: auto;
}
.cid-tDWEAdSvmK .navbar .navbar-collapse {
  justify-content: flex-end;
  z-index: 1;
}
.cid-tDWEAdSvmK .navbar.collapsed {
  justify-content: center;
}
.cid-tDWEAdSvmK .navbar.collapsed .nav-item .nav-link::before {
  display: none;
}
.cid-tDWEAdSvmK .navbar.collapsed.opened .dropdown-menu {
  top: 0;
}
@media (min-width: 992px) {
  .cid-tDWEAdSvmK .navbar.collapsed.opened:not(.navbar-short) .navbar-collapse {
    max-height: calc(98.5vh - 3rem);
  }
}
.cid-tDWEAdSvmK .navbar.collapsed .dropdown-menu .dropdown-submenu {
  left: 0 !important;
}
.cid-tDWEAdSvmK .navbar.collapsed .dropdown-menu .dropdown-item:after {
  right: auto;
}
.cid-tDWEAdSvmK .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-tDWEAdSvmK .navbar.collapsed ul.navbar-nav li {
  margin: auto;
}
.cid-tDWEAdSvmK .navbar.collapsed .dropdown-menu .dropdown-item {
  padding: 0.25rem 1.5rem;
  text-align: center;
}
.cid-tDWEAdSvmK .navbar.collapsed .icons-menu {
  padding-left: 0;
  padding-right: 0;
  padding-top: 0.5rem;
  padding-bottom: 0.5rem;
}
@media (max-width: 991px) {
  .cid-tDWEAdSvmK .navbar .nav-item .nav-link::before {
    display: none;
  }
  .cid-tDWEAdSvmK .navbar.opened .dropdown-menu {
    top: 0;
  }
  .cid-tDWEAdSvmK .navbar .dropdown-menu .dropdown-submenu {
    left: 0 !important;
  }
  .cid-tDWEAdSvmK .navbar .dropdown-menu .dropdown-item:after {
    right: auto;
  }
  .cid-tDWEAdSvmK .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-tDWEAdSvmK .navbar .navbar-logo img {
    height: 3rem !important;
  }
  .cid-tDWEAdSvmK .navbar ul.navbar-nav li {
    margin: auto;
  }
  .cid-tDWEAdSvmK .navbar .dropdown-menu .dropdown-item {
    padding: 0.25rem 1.5rem !important;
    text-align: center;
  }
  .cid-tDWEAdSvmK .navbar .navbar-brand {
    flex-shrink: initial;
    flex-basis: auto;
    word-break: break-word;
    padding-right: 2rem;
  }
  .cid-tDWEAdSvmK .navbar .navbar-toggler {
    flex-basis: auto;
  }
  .cid-tDWEAdSvmK .navbar .icons-menu {
    padding-left: 0;
    padding-top: 0.5rem;
    padding-bottom: 0.5rem;
  }
}
@media (max-width: 991px) and (max-width: 767px) {
  .cid-tDWEAdSvmK .navbar .navbar-brand {
    width: calc(100% - 31px);
  }
}
.cid-tDWEAdSvmK .navbar.navbar-short {
  min-height: 60px;
}
.cid-tDWEAdSvmK .navbar.navbar-short .navbar-logo img {
  height: 2.5rem !important;
}
.cid-tDWEAdSvmK .navbar.navbar-short .navbar-brand {
  min-height: 60px;
  padding: 0;
}
.cid-tDWEAdSvmK .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-tDWEAdSvmK .navbar-brand .navbar-caption {
  line-height: inherit !important;
}
.cid-tDWEAdSvmK .navbar-brand .navbar-logo a {
  outline: none;
}
.cid-tDWEAdSvmK .dropdown-item.active,
.cid-tDWEAdSvmK .dropdown-item:active {
  background-color: transparent;
}
.cid-tDWEAdSvmK .navbar-expand-lg .navbar-nav .nav-link {
  padding: 0;
}
.cid-tDWEAdSvmK .nav-dropdown .link.dropdown-toggle {
  margin-right: 1.667em;
}
.cid-tDWEAdSvmK .nav-dropdown .link.dropdown-toggle[aria-expanded="true"] {
  margin-right: 0;
  padding: 0.667em 1.667em;
}
.cid-tDWEAdSvmK .navbar.navbar-expand-lg .dropdown .dropdown-menu {
  background: #ffffff;
}
.cid-tDWEAdSvmK .navbar.navbar-expand-lg .dropdown .dropdown-menu .dropdown-submenu {
  margin: 0;
  left: 100%;
}
.cid-tDWEAdSvmK .navbar .dropdown.open > .dropdown-menu {
  display: block;
}
.cid-tDWEAdSvmK ul.navbar-nav {
  flex-wrap: wrap;
}
.cid-tDWEAdSvmK .navbar-buttons {
  text-align: center;
  min-width: 170px;
}
.cid-tDWEAdSvmK button.navbar-toggler {
  outline: none;
  width: 31px;
  height: 20px;
  cursor: pointer;
  transition: all 0.2s;
  position: relative;
  align-self: center;
}
.cid-tDWEAdSvmK button.navbar-toggler .hamburger span {
  position: absolute;
  right: 0;
  width: 30px;
  height: 2px;
  border-right: 5px;
  background-color: #000000;
}
.cid-tDWEAdSvmK button.navbar-toggler .hamburger span:nth-child(1) {
  top: 0;
  transition: all 0.2s;
}
.cid-tDWEAdSvmK button.navbar-toggler .hamburger span:nth-child(2) {
  top: 8px;
  transition: all 0.15s;
}
.cid-tDWEAdSvmK button.navbar-toggler .hamburger span:nth-child(3) {
  top: 8px;
  transition: all 0.15s;
}
.cid-tDWEAdSvmK button.navbar-toggler .hamburger span:nth-child(4) {
  top: 16px;
  transition: all 0.2s;
}
.cid-tDWEAdSvmK nav.opened .hamburger span:nth-child(1) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-tDWEAdSvmK nav.opened .hamburger span:nth-child(2) {
  transform: rotate(45deg);
  transition: all 0.25s;
}
.cid-tDWEAdSvmK nav.opened .hamburger span:nth-child(3) {
  transform: rotate(-45deg);
  transition: all 0.25s;
}
.cid-tDWEAdSvmK nav.opened .hamburger span:nth-child(4) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-tDWEAdSvmK .navbar-dropdown {
  padding: 0 1rem;
}
.cid-tDWEAdSvmK a.nav-link {
  display: flex;
  align-items: center;
  justify-content: center;
}
.cid-tDWEAdSvmK .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-tDWEAdSvmK .navbar {
    height: 70px;
  }
  .cid-tDWEAdSvmK .navbar.opened {
    height: auto;
  }
  .cid-tDWEAdSvmK .nav-item .nav-link:hover::before {
    width: 175%;
    max-width: calc(100% + 2rem);
    left: -1rem;
  }
}
.cid-tDWEAbZkev {
  padding-top: 3rem;
  padding-bottom: 4rem;
  background-color: #ffffff;
}
.cid-tDWEAbZkev .mbr-fallback-image.disabled {
  display: none;
}
.cid-tDWEAbZkev .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
@media (max-width: 991px) {
  .cid-tDWEAbZkev .image-wrapper {
    margin-bottom: 1rem;
  }
}
.cid-tDWEAbZkev .row {
  margin-left: -1.5vw;
  margin-right: -1.5vw;
}
.cid-tDWEAbZkev.mbr-fullscreen {
  padding: 0 !important;
}
.cid-tDWEAbZkev img {
  width: 100%;
  object-fit: cover;
  max-height: 100vh;
}
.cid-tDWV29pK13 {
  padding-top: 3rem;
  padding-bottom: 2rem;
  background-color: #ffffff;
}
.cid-tDWUoXxEDL {
  padding-top: 0rem;
  padding-bottom: 0rem;
  background-color: #ffffff;
}
.cid-tDWUoXxEDL .mbr-fallback-image.disabled {
  display: none;
}
.cid-tDWUoXxEDL .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
@media (max-width: 991px) {
  .cid-tDWUoXxEDL .image-wrapper {
    margin-bottom: 1rem;
  }
}
.cid-tDWUoXxEDL .row {
  margin-left: -1.5vw;
  margin-right: -1.5vw;
}
.cid-tDWUoXxEDL.mbr-fullscreen {
  padding: 0 !important;
}
.cid-tDWUoXxEDL img {
  width: 100%;
  object-fit: cover;
  max-height: 100vh;
}
.cid-tDWVoDQuiw {
  padding-top: 3rem;
  padding-bottom: 3rem;
  background-color: #ffffff;
}
.cid-tDX92rjbWX {
  padding-top: 2rem;
  padding-bottom: 2rem;
  background-color: #232323;
}
.cid-tDX92rjbWX .row-links {
  width: 100%;
  justify-content: center;
}
.cid-tDX92rjbWX .social-row {
  width: 100%;
  justify-content: center;
}
.cid-tDX92rjbWX .media-container-row {
  flex-direction: column;
  justify-content: center;
  align-items: center;
}
.cid-tDX92rjbWX .media-container-row .foot-menu {
  list-style: none;
  display: flex;
  justify-content: center;
  flex-wrap: wrap;
  padding: 0;
  margin-bottom: 0;
}
.cid-tDX92rjbWX .media-container-row .foot-menu li {
  padding: 0 1rem 1rem 1rem;
}
.cid-tDX92rjbWX .media-container-row .foot-menu li p {
  margin: 0;
}
.cid-tDX92rjbWX .media-container-row .social-list {
  width: auto;
  padding-left: 0;
  margin-bottom: 0;
  list-style: none;
  display: flex;
  flex-wrap: wrap;
  justify-content: flex-end;
}
.cid-tDX92rjbWX .media-container-row .social-list .mbr-iconfont-social {
  font-size: 1.5rem;
  color: #ffffff;
}
.cid-tDX92rjbWX .media-container-row .social-list .soc-item {
  margin: 0 .5rem;
}
.cid-tDX92rjbWX .media-container-row .social-list a {
  margin: 0;
  opacity: .5;
  transition: .2s linear;
}
.cid-tDX92rjbWX .media-container-row .social-list a:hover {
  opacity: 1;
}
@media (max-width: 767px) {
  .cid-tDX92rjbWX .media-container-row .social-list {
    -webkit-justify-content: center;
    justify-content: center;
  }
}
.cid-tDX92rjbWX .media-container-row .row-copirayt {
  word-break: break-word;
  width: 100%;
}
.cid-tDX92rjbWX .media-container-row .row-copirayt p {
  width: 100%;
}
.cid-tDB4E1TDI0 .navbar-dropdown {
  position: relative !important;
}
.cid-tDB4E1TDI0 .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-tDB4E1TDI0 .dropdown-menu {
  padding: 0;
  border-radius: 4px;
  box-shadow: 0 1px 3px 0 rgba(0, 0, 0, 0.1);
}
.cid-tDB4E1TDI0 .dropdown-item {
  border-bottom: 1px solid #e6e6e6;
}
.cid-tDB4E1TDI0 .dropdown-item:hover,
.cid-tDB4E1TDI0 .dropdown-item:focus {
  background: #1c3e84 !important;
  color: white !important;
}
.cid-tDB4E1TDI0 .dropdown-item:hover span {
  color: white;
}
.cid-tDB4E1TDI0 .dropdown-item:first-child {
  border-top-left-radius: 4px;
  border-top-right-radius: 4px;
}
.cid-tDB4E1TDI0 .dropdown-item:last-child {
  border-bottom: none;
  border-bottom-left-radius: 4px;
  border-bottom-right-radius: 4px;
}
.cid-tDB4E1TDI0 .nav-dropdown .link {
  padding: 0 0.3em !important;
  margin: 0.667em 1em !important;
}
.cid-tDB4E1TDI0 .nav-dropdown .link.dropdown-toggle::after {
  margin-left: 0.5rem;
  margin-top: 0.2rem;
}
.cid-tDB4E1TDI0 .nav-link {
  position: relative;
}
.cid-tDB4E1TDI0 .container {
  display: flex;
  margin: auto;
  flex-wrap: nowrap;
}
@media (max-width: 991px) {
  .cid-tDB4E1TDI0 .container {
    flex-wrap: wrap;
  }
}
.cid-tDB4E1TDI0 .container-fluid {
  flex-wrap: nowrap;
}
@media (max-width: 991px) {
  .cid-tDB4E1TDI0 .container-fluid {
    flex-wrap: wrap;
  }
}
.cid-tDB4E1TDI0 .iconfont-wrapper {
  color: #000000 !important;
  font-size: 1.5rem;
  padding-right: 0.5rem;
}
.cid-tDB4E1TDI0 .dropdown-menu,
.cid-tDB4E1TDI0 .navbar.opened {
  background: #ffffff !important;
}
.cid-tDB4E1TDI0 .nav-item:focus,
.cid-tDB4E1TDI0 .nav-link:focus {
  outline: none;
}
.cid-tDB4E1TDI0 .dropdown .dropdown-menu .dropdown-item {
  width: auto;
  transition: all 0.25s ease-in-out;
}
.cid-tDB4E1TDI0 .dropdown .dropdown-menu .dropdown-item::after {
  right: 0.5rem;
}
.cid-tDB4E1TDI0 .dropdown .dropdown-menu .dropdown-item .mbr-iconfont {
  margin-right: 0.5rem;
  vertical-align: sub;
}
.cid-tDB4E1TDI0 .dropdown .dropdown-menu .dropdown-item .mbr-iconfont:before {
  display: inline-block;
  transform: scale(1, 1);
  transition: all 0.25s ease-in-out;
}
.cid-tDB4E1TDI0 .collapsed .dropdown-menu .dropdown-item:before {
  display: none;
}
.cid-tDB4E1TDI0 .collapsed .dropdown .dropdown-menu .dropdown-item {
  padding: 0.235em 1.5em 0.235em 1.5em !important;
  transition: none;
  margin: 0 !important;
}
.cid-tDB4E1TDI0 .navbar {
  min-height: 70px;
  transition: all 0.3s;
  border-bottom: 1px solid transparent;
  box-shadow: 0 1px 3px 0 rgba(0, 0, 0, 0.1);
  background: #ffffff;
}
.cid-tDB4E1TDI0 .navbar.opened {
  transition: all 0.3s;
}
.cid-tDB4E1TDI0 .navbar .dropdown-item {
  padding: 0.5rem 1.8rem;
}
.cid-tDB4E1TDI0 .navbar .navbar-logo img {
  width: auto;
}
.cid-tDB4E1TDI0 .navbar .navbar-collapse {
  justify-content: flex-end;
  z-index: 1;
}
.cid-tDB4E1TDI0 .navbar.collapsed {
  justify-content: center;
}
.cid-tDB4E1TDI0 .navbar.collapsed .nav-item .nav-link::before {
  display: none;
}
.cid-tDB4E1TDI0 .navbar.collapsed.opened .dropdown-menu {
  top: 0;
}
@media (min-width: 992px) {
  .cid-tDB4E1TDI0 .navbar.collapsed.opened:not(.navbar-short) .navbar-collapse {
    max-height: calc(98.5vh - 3rem);
  }
}
.cid-tDB4E1TDI0 .navbar.collapsed .dropdown-menu .dropdown-submenu {
  left: 0 !important;
}
.cid-tDB4E1TDI0 .navbar.collapsed .dropdown-menu .dropdown-item:after {
  right: auto;
}
.cid-tDB4E1TDI0 .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-tDB4E1TDI0 .navbar.collapsed ul.navbar-nav li {
  margin: auto;
}
.cid-tDB4E1TDI0 .navbar.collapsed .dropdown-menu .dropdown-item {
  padding: 0.25rem 1.5rem;
  text-align: center;
}
.cid-tDB4E1TDI0 .navbar.collapsed .icons-menu {
  padding-left: 0;
  padding-right: 0;
  padding-top: 0.5rem;
  padding-bottom: 0.5rem;
}
@media (max-width: 991px) {
  .cid-tDB4E1TDI0 .navbar .nav-item .nav-link::before {
    display: none;
  }
  .cid-tDB4E1TDI0 .navbar.opened .dropdown-menu {
    top: 0;
  }
  .cid-tDB4E1TDI0 .navbar .dropdown-menu .dropdown-submenu {
    left: 0 !important;
  }
  .cid-tDB4E1TDI0 .navbar .dropdown-menu .dropdown-item:after {
    right: auto;
  }
  .cid-tDB4E1TDI0 .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-tDB4E1TDI0 .navbar .navbar-logo img {
    height: 3rem !important;
  }
  .cid-tDB4E1TDI0 .navbar ul.navbar-nav li {
    margin: auto;
  }
  .cid-tDB4E1TDI0 .navbar .dropdown-menu .dropdown-item {
    padding: 0.25rem 1.5rem !important;
    text-align: center;
  }
  .cid-tDB4E1TDI0 .navbar .navbar-brand {
    flex-shrink: initial;
    flex-basis: auto;
    word-break: break-word;
    padding-right: 2rem;
  }
  .cid-tDB4E1TDI0 .navbar .navbar-toggler {
    flex-basis: auto;
  }
  .cid-tDB4E1TDI0 .navbar .icons-menu {
    padding-left: 0;
    padding-top: 0.5rem;
    padding-bottom: 0.5rem;
  }
}
@media (max-width: 991px) and (max-width: 767px) {
  .cid-tDB4E1TDI0 .navbar .navbar-brand {
    width: calc(100% - 31px);
  }
}
.cid-tDB4E1TDI0 .navbar.navbar-short {
  min-height: 60px;
}
.cid-tDB4E1TDI0 .navbar.navbar-short .navbar-logo img {
  height: 2.5rem !important;
}
.cid-tDB4E1TDI0 .navbar.navbar-short .navbar-brand {
  min-height: 60px;
  padding: 0;
}
.cid-tDB4E1TDI0 .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-tDB4E1TDI0 .navbar-brand .navbar-caption {
  line-height: inherit !important;
}
.cid-tDB4E1TDI0 .navbar-brand .navbar-logo a {
  outline: none;
}
.cid-tDB4E1TDI0 .dropdown-item.active,
.cid-tDB4E1TDI0 .dropdown-item:active {
  background-color: transparent;
}
.cid-tDB4E1TDI0 .navbar-expand-lg .navbar-nav .nav-link {
  padding: 0;
}
.cid-tDB4E1TDI0 .nav-dropdown .link.dropdown-toggle {
  margin-right: 1.667em;
}
.cid-tDB4E1TDI0 .nav-dropdown .link.dropdown-toggle[aria-expanded="true"] {
  margin-right: 0;
  padding: 0.667em 1.667em;
}
.cid-tDB4E1TDI0 .navbar.navbar-expand-lg .dropdown .dropdown-menu {
  background: #ffffff;
}
.cid-tDB4E1TDI0 .navbar.navbar-expand-lg .dropdown .dropdown-menu .dropdown-submenu {
  margin: 0;
  left: 100%;
}
.cid-tDB4E1TDI0 .navbar .dropdown.open > .dropdown-menu {
  display: block;
}
.cid-tDB4E1TDI0 ul.navbar-nav {
  flex-wrap: wrap;
}
.cid-tDB4E1TDI0 .navbar-buttons {
  text-align: center;
  min-width: 170px;
}
.cid-tDB4E1TDI0 button.navbar-toggler {
  outline: none;
  width: 31px;
  height: 20px;
  cursor: pointer;
  transition: all 0.2s;
  position: relative;
  align-self: center;
}
.cid-tDB4E1TDI0 button.navbar-toggler .hamburger span {
  position: absolute;
  right: 0;
  width: 30px;
  height: 2px;
  border-right: 5px;
  background-color: #000000;
}
.cid-tDB4E1TDI0 button.navbar-toggler .hamburger span:nth-child(1) {
  top: 0;
  transition: all 0.2s;
}
.cid-tDB4E1TDI0 button.navbar-toggler .hamburger span:nth-child(2) {
  top: 8px;
  transition: all 0.15s;
}
.cid-tDB4E1TDI0 button.navbar-toggler .hamburger span:nth-child(3) {
  top: 8px;
  transition: all 0.15s;
}
.cid-tDB4E1TDI0 button.navbar-toggler .hamburger span:nth-child(4) {
  top: 16px;
  transition: all 0.2s;
}
.cid-tDB4E1TDI0 nav.opened .hamburger span:nth-child(1) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-tDB4E1TDI0 nav.opened .hamburger span:nth-child(2) {
  transform: rotate(45deg);
  transition: all 0.25s;
}
.cid-tDB4E1TDI0 nav.opened .hamburger span:nth-child(3) {
  transform: rotate(-45deg);
  transition: all 0.25s;
}
.cid-tDB4E1TDI0 nav.opened .hamburger span:nth-child(4) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-tDB4E1TDI0 .navbar-dropdown {
  padding: 0 1rem;
}
.cid-tDB4E1TDI0 a.nav-link {
  display: flex;
  align-items: center;
  justify-content: center;
}
.cid-tDB4E1TDI0 .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-tDB4E1TDI0 .navbar {
    height: 70px;
  }
  .cid-tDB4E1TDI0 .navbar.opened {
    height: auto;
  }
  .cid-tDB4E1TDI0 .nav-item .nav-link:hover::before {
    width: 175%;
    max-width: calc(100% + 2rem);
    left: -1rem;
  }
}
.cid-tDWXWWQxkQ {
  padding-top: 3rem;
  padding-bottom: 4rem;
  background-color: #ffffff;
}
.cid-tDWXWWQxkQ .mbr-fallback-image.disabled {
  display: none;
}
.cid-tDWXWWQxkQ .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
@media (max-width: 991px) {
  .cid-tDWXWWQxkQ .image-wrapper {
    margin-bottom: 1rem;
  }
}
.cid-tDWXWWQxkQ .row {
  margin-left: -1.5vw;
  margin-right: -1.5vw;
}
.cid-tDWXWWQxkQ.mbr-fullscreen {
  padding: 0 !important;
}
.cid-tDWXWWQxkQ img {
  width: 100%;
  object-fit: cover;
  max-height: 100vh;
}
.cid-tDB5LiF9sL {
  padding-top: 2rem;
  padding-bottom: 0rem;
  background-color: #ffffff;
}
.cid-tDB5NNO4k1 {
  padding-top: 1rem;
  padding-bottom: 0rem;
  background-color: #ffffff;
}
.cid-tDB5ODu0HS {
  padding-top: 1rem;
  padding-bottom: 0rem;
  background-color: #ffffff;
}
.cid-tDX92rjbWX {
  padding-top: 2rem;
  padding-bottom: 2rem;
  background-color: #232323;
}
.cid-tDX92rjbWX .row-links {
  width: 100%;
  justify-content: center;
}
.cid-tDX92rjbWX .social-row {
  width: 100%;
  justify-content: center;
}
.cid-tDX92rjbWX .media-container-row {
  flex-direction: column;
  justify-content: center;
  align-items: center;
}
.cid-tDX92rjbWX .media-container-row .foot-menu {
  list-style: none;
  display: flex;
  justify-content: center;
  flex-wrap: wrap;
  padding: 0;
  margin-bottom: 0;
}
.cid-tDX92rjbWX .media-container-row .foot-menu li {
  padding: 0 1rem 1rem 1rem;
}
.cid-tDX92rjbWX .media-container-row .foot-menu li p {
  margin: 0;
}
.cid-tDX92rjbWX .media-container-row .social-list {
  width: auto;
  padding-left: 0;
  margin-bottom: 0;
  list-style: none;
  display: flex;
  flex-wrap: wrap;
  justify-content: flex-end;
}
.cid-tDX92rjbWX .media-container-row .social-list .mbr-iconfont-social {
  font-size: 1.5rem;
  color: #ffffff;
}
.cid-tDX92rjbWX .media-container-row .social-list .soc-item {
  margin: 0 .5rem;
}
.cid-tDX92rjbWX .media-container-row .social-list a {
  margin: 0;
  opacity: .5;
  transition: .2s linear;
}
.cid-tDX92rjbWX .media-container-row .social-list a:hover {
  opacity: 1;
}
@media (max-width: 767px) {
  .cid-tDX92rjbWX .media-container-row .social-list {
    -webkit-justify-content: center;
    justify-content: center;
  }
}
.cid-tDX92rjbWX .media-container-row .row-copirayt {
  word-break: break-word;
  width: 100%;
}
.cid-tDX92rjbWX .media-container-row .row-copirayt p {
  width: 100%;
}
.cid-tDBkmAr7ke .navbar-dropdown {
  position: relative !important;
}
.cid-tDBkmAr7ke .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-tDBkmAr7ke .dropdown-menu {
  padding: 0;
  border-radius: 4px;
  box-shadow: 0 1px 3px 0 rgba(0, 0, 0, 0.1);
}
.cid-tDBkmAr7ke .dropdown-item {
  border-bottom: 1px solid #e6e6e6;
}
.cid-tDBkmAr7ke .dropdown-item:hover,
.cid-tDBkmAr7ke .dropdown-item:focus {
  background: #1c3e84 !important;
  color: white !important;
}
.cid-tDBkmAr7ke .dropdown-item:hover span {
  color: white;
}
.cid-tDBkmAr7ke .dropdown-item:first-child {
  border-top-left-radius: 4px;
  border-top-right-radius: 4px;
}
.cid-tDBkmAr7ke .dropdown-item:last-child {
  border-bottom: none;
  border-bottom-left-radius: 4px;
  border-bottom-right-radius: 4px;
}
.cid-tDBkmAr7ke .nav-dropdown .link {
  padding: 0 0.3em !important;
  margin: 0.667em 1em !important;
}
.cid-tDBkmAr7ke .nav-dropdown .link.dropdown-toggle::after {
  margin-left: 0.5rem;
  margin-top: 0.2rem;
}
.cid-tDBkmAr7ke .nav-link {
  position: relative;
}
.cid-tDBkmAr7ke .container {
  display: flex;
  margin: auto;
  flex-wrap: nowrap;
}
@media (max-width: 991px) {
  .cid-tDBkmAr7ke .container {
    flex-wrap: wrap;
  }
}
.cid-tDBkmAr7ke .container-fluid {
  flex-wrap: nowrap;
}
@media (max-width: 991px) {
  .cid-tDBkmAr7ke .container-fluid {
    flex-wrap: wrap;
  }
}
.cid-tDBkmAr7ke .iconfont-wrapper {
  color: #000000 !important;
  font-size: 1.5rem;
  padding-right: 0.5rem;
}
.cid-tDBkmAr7ke .dropdown-menu,
.cid-tDBkmAr7ke .navbar.opened {
  background: #ffffff !important;
}
.cid-tDBkmAr7ke .nav-item:focus,
.cid-tDBkmAr7ke .nav-link:focus {
  outline: none;
}
.cid-tDBkmAr7ke .dropdown .dropdown-menu .dropdown-item {
  width: auto;
  transition: all 0.25s ease-in-out;
}
.cid-tDBkmAr7ke .dropdown .dropdown-menu .dropdown-item::after {
  right: 0.5rem;
}
.cid-tDBkmAr7ke .dropdown .dropdown-menu .dropdown-item .mbr-iconfont {
  margin-right: 0.5rem;
  vertical-align: sub;
}
.cid-tDBkmAr7ke .dropdown .dropdown-menu .dropdown-item .mbr-iconfont:before {
  display: inline-block;
  transform: scale(1, 1);
  transition: all 0.25s ease-in-out;
}
.cid-tDBkmAr7ke .collapsed .dropdown-menu .dropdown-item:before {
  display: none;
}
.cid-tDBkmAr7ke .collapsed .dropdown .dropdown-menu .dropdown-item {
  padding: 0.235em 1.5em 0.235em 1.5em !important;
  transition: none;
  margin: 0 !important;
}
.cid-tDBkmAr7ke .navbar {
  min-height: 70px;
  transition: all 0.3s;
  border-bottom: 1px solid transparent;
  box-shadow: 0 1px 3px 0 rgba(0, 0, 0, 0.1);
  background: #ffffff;
}
.cid-tDBkmAr7ke .navbar.opened {
  transition: all 0.3s;
}
.cid-tDBkmAr7ke .navbar .dropdown-item {
  padding: 0.5rem 1.8rem;
}
.cid-tDBkmAr7ke .navbar .navbar-logo img {
  width: auto;
}
.cid-tDBkmAr7ke .navbar .navbar-collapse {
  justify-content: flex-end;
  z-index: 1;
}
.cid-tDBkmAr7ke .navbar.collapsed {
  justify-content: center;
}
.cid-tDBkmAr7ke .navbar.collapsed .nav-item .nav-link::before {
  display: none;
}
.cid-tDBkmAr7ke .navbar.collapsed.opened .dropdown-menu {
  top: 0;
}
@media (min-width: 992px) {
  .cid-tDBkmAr7ke .navbar.collapsed.opened:not(.navbar-short) .navbar-collapse {
    max-height: calc(98.5vh - 3rem);
  }
}
.cid-tDBkmAr7ke .navbar.collapsed .dropdown-menu .dropdown-submenu {
  left: 0 !important;
}
.cid-tDBkmAr7ke .navbar.collapsed .dropdown-menu .dropdown-item:after {
  right: auto;
}
.cid-tDBkmAr7ke .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-tDBkmAr7ke .navbar.collapsed ul.navbar-nav li {
  margin: auto;
}
.cid-tDBkmAr7ke .navbar.collapsed .dropdown-menu .dropdown-item {
  padding: 0.25rem 1.5rem;
  text-align: center;
}
.cid-tDBkmAr7ke .navbar.collapsed .icons-menu {
  padding-left: 0;
  padding-right: 0;
  padding-top: 0.5rem;
  padding-bottom: 0.5rem;
}
@media (max-width: 991px) {
  .cid-tDBkmAr7ke .navbar .nav-item .nav-link::before {
    display: none;
  }
  .cid-tDBkmAr7ke .navbar.opened .dropdown-menu {
    top: 0;
  }
  .cid-tDBkmAr7ke .navbar .dropdown-menu .dropdown-submenu {
    left: 0 !important;
  }
  .cid-tDBkmAr7ke .navbar .dropdown-menu .dropdown-item:after {
    right: auto;
  }
  .cid-tDBkmAr7ke .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-tDBkmAr7ke .navbar .navbar-logo img {
    height: 3rem !important;
  }
  .cid-tDBkmAr7ke .navbar ul.navbar-nav li {
    margin: auto;
  }
  .cid-tDBkmAr7ke .navbar .dropdown-menu .dropdown-item {
    padding: 0.25rem 1.5rem !important;
    text-align: center;
  }
  .cid-tDBkmAr7ke .navbar .navbar-brand {
    flex-shrink: initial;
    flex-basis: auto;
    word-break: break-word;
    padding-right: 2rem;
  }
  .cid-tDBkmAr7ke .navbar .navbar-toggler {
    flex-basis: auto;
  }
  .cid-tDBkmAr7ke .navbar .icons-menu {
    padding-left: 0;
    padding-top: 0.5rem;
    padding-bottom: 0.5rem;
  }
}
@media (max-width: 991px) and (max-width: 767px) {
  .cid-tDBkmAr7ke .navbar .navbar-brand {
    width: calc(100% - 31px);
  }
}
.cid-tDBkmAr7ke .navbar.navbar-short {
  min-height: 60px;
}
.cid-tDBkmAr7ke .navbar.navbar-short .navbar-logo img {
  height: 2.5rem !important;
}
.cid-tDBkmAr7ke .navbar.navbar-short .navbar-brand {
  min-height: 60px;
  padding: 0;
}
.cid-tDBkmAr7ke .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-tDBkmAr7ke .navbar-brand .navbar-caption {
  line-height: inherit !important;
}
.cid-tDBkmAr7ke .navbar-brand .navbar-logo a {
  outline: none;
}
.cid-tDBkmAr7ke .dropdown-item.active,
.cid-tDBkmAr7ke .dropdown-item:active {
  background-color: transparent;
}
.cid-tDBkmAr7ke .navbar-expand-lg .navbar-nav .nav-link {
  padding: 0;
}
.cid-tDBkmAr7ke .nav-dropdown .link.dropdown-toggle {
  margin-right: 1.667em;
}
.cid-tDBkmAr7ke .nav-dropdown .link.dropdown-toggle[aria-expanded="true"] {
  margin-right: 0;
  padding: 0.667em 1.667em;
}
.cid-tDBkmAr7ke .navbar.navbar-expand-lg .dropdown .dropdown-menu {
  background: #ffffff;
}
.cid-tDBkmAr7ke .navbar.navbar-expand-lg .dropdown .dropdown-menu .dropdown-submenu {
  margin: 0;
  left: 100%;
}
.cid-tDBkmAr7ke .navbar .dropdown.open > .dropdown-menu {
  display: block;
}
.cid-tDBkmAr7ke ul.navbar-nav {
  flex-wrap: wrap;
}
.cid-tDBkmAr7ke .navbar-buttons {
  text-align: center;
  min-width: 170px;
}
.cid-tDBkmAr7ke button.navbar-toggler {
  outline: none;
  width: 31px;
  height: 20px;
  cursor: pointer;
  transition: all 0.2s;
  position: relative;
  align-self: center;
}
.cid-tDBkmAr7ke button.navbar-toggler .hamburger span {
  position: absolute;
  right: 0;
  width: 30px;
  height: 2px;
  border-right: 5px;
  background-color: #000000;
}
.cid-tDBkmAr7ke button.navbar-toggler .hamburger span:nth-child(1) {
  top: 0;
  transition: all 0.2s;
}
.cid-tDBkmAr7ke button.navbar-toggler .hamburger span:nth-child(2) {
  top: 8px;
  transition: all 0.15s;
}
.cid-tDBkmAr7ke button.navbar-toggler .hamburger span:nth-child(3) {
  top: 8px;
  transition: all 0.15s;
}
.cid-tDBkmAr7ke button.navbar-toggler .hamburger span:nth-child(4) {
  top: 16px;
  transition: all 0.2s;
}
.cid-tDBkmAr7ke nav.opened .hamburger span:nth-child(1) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-tDBkmAr7ke nav.opened .hamburger span:nth-child(2) {
  transform: rotate(45deg);
  transition: all 0.25s;
}
.cid-tDBkmAr7ke nav.opened .hamburger span:nth-child(3) {
  transform: rotate(-45deg);
  transition: all 0.25s;
}
.cid-tDBkmAr7ke nav.opened .hamburger span:nth-child(4) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-tDBkmAr7ke .navbar-dropdown {
  padding: 0 1rem;
}
.cid-tDBkmAr7ke a.nav-link {
  display: flex;
  align-items: center;
  justify-content: center;
}
.cid-tDBkmAr7ke .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-tDBkmAr7ke .navbar {
    height: 70px;
  }
  .cid-tDBkmAr7ke .navbar.opened {
    height: auto;
  }
  .cid-tDBkmAr7ke .nav-item .nav-link:hover::before {
    width: 175%;
    max-width: calc(100% + 2rem);
    left: -1rem;
  }
}
.cid-tDWX8CCbLu {
  padding-top: 3rem;
  padding-bottom: 4rem;
  background-color: #ffffff;
}
.cid-tDWX8CCbLu .mbr-fallback-image.disabled {
  display: none;
}
.cid-tDWX8CCbLu .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
@media (max-width: 991px) {
  .cid-tDWX8CCbLu .image-wrapper {
    margin-bottom: 1rem;
  }
}
.cid-tDWX8CCbLu .row {
  margin-left: -1.5vw;
  margin-right: -1.5vw;
}
.cid-tDWX8CCbLu.mbr-fullscreen {
  padding: 0 !important;
}
.cid-tDWX8CCbLu img {
  width: 100%;
  object-fit: cover;
  max-height: 100vh;
}
.cid-tDBkmwnopF {
  padding-top: 2rem;
  padding-bottom: 0rem;
  background-color: #ffffff;
}
.cid-tDBkmwnopF .mbr-text {
  text-align: left;
}
.cid-tDX92rjbWX {
  padding-top: 2rem;
  padding-bottom: 2rem;
  background-color: #232323;
}
.cid-tDX92rjbWX .row-links {
  width: 100%;
  justify-content: center;
}
.cid-tDX92rjbWX .social-row {
  width: 100%;
  justify-content: center;
}
.cid-tDX92rjbWX .media-container-row {
  flex-direction: column;
  justify-content: center;
  align-items: center;
}
.cid-tDX92rjbWX .media-container-row .foot-menu {
  list-style: none;
  display: flex;
  justify-content: center;
  flex-wrap: wrap;
  padding: 0;
  margin-bottom: 0;
}
.cid-tDX92rjbWX .media-container-row .foot-menu li {
  padding: 0 1rem 1rem 1rem;
}
.cid-tDX92rjbWX .media-container-row .foot-menu li p {
  margin: 0;
}
.cid-tDX92rjbWX .media-container-row .social-list {
  width: auto;
  padding-left: 0;
  margin-bottom: 0;
  list-style: none;
  display: flex;
  flex-wrap: wrap;
  justify-content: flex-end;
}
.cid-tDX92rjbWX .media-container-row .social-list .mbr-iconfont-social {
  font-size: 1.5rem;
  color: #ffffff;
}
.cid-tDX92rjbWX .media-container-row .social-list .soc-item {
  margin: 0 .5rem;
}
.cid-tDX92rjbWX .media-container-row .social-list a {
  margin: 0;
  opacity: .5;
  transition: .2s linear;
}
.cid-tDX92rjbWX .media-container-row .social-list a:hover {
  opacity: 1;
}
@media (max-width: 767px) {
  .cid-tDX92rjbWX .media-container-row .social-list {
    -webkit-justify-content: center;
    justify-content: center;
  }
}
.cid-tDX92rjbWX .media-container-row .row-copirayt {
  word-break: break-word;
  width: 100%;
}
.cid-tDX92rjbWX .media-container-row .row-copirayt p {
  width: 100%;
}
.cid-tDwozf6wZK .navbar-dropdown {
  position: relative !important;
}
.cid-tDwozf6wZK .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-tDwozf6wZK .dropdown-menu {
  padding: 0;
  border-radius: 4px;
  box-shadow: 0 1px 3px 0 rgba(0, 0, 0, 0.1);
}
.cid-tDwozf6wZK .dropdown-item {
  border-bottom: 1px solid #e6e6e6;
}
.cid-tDwozf6wZK .dropdown-item:hover,
.cid-tDwozf6wZK .dropdown-item:focus {
  background: #1c3e84 !important;
  color: white !important;
}
.cid-tDwozf6wZK .dropdown-item:hover span {
  color: white;
}
.cid-tDwozf6wZK .dropdown-item:first-child {
  border-top-left-radius: 4px;
  border-top-right-radius: 4px;
}
.cid-tDwozf6wZK .dropdown-item:last-child {
  border-bottom: none;
  border-bottom-left-radius: 4px;
  border-bottom-right-radius: 4px;
}
.cid-tDwozf6wZK .nav-dropdown .link {
  padding: 0 0.3em !important;
  margin: 0.667em 1em !important;
}
.cid-tDwozf6wZK .nav-dropdown .link.dropdown-toggle::after {
  margin-left: 0.5rem;
  margin-top: 0.2rem;
}
.cid-tDwozf6wZK .nav-link {
  position: relative;
}
.cid-tDwozf6wZK .container {
  display: flex;
  margin: auto;
  flex-wrap: nowrap;
}
@media (max-width: 991px) {
  .cid-tDwozf6wZK .container {
    flex-wrap: wrap;
  }
}
.cid-tDwozf6wZK .container-fluid {
  flex-wrap: nowrap;
}
@media (max-width: 991px) {
  .cid-tDwozf6wZK .container-fluid {
    flex-wrap: wrap;
  }
}
.cid-tDwozf6wZK .iconfont-wrapper {
  color: #000000 !important;
  font-size: 1.5rem;
  padding-right: 0.5rem;
}
.cid-tDwozf6wZK .dropdown-menu,
.cid-tDwozf6wZK .navbar.opened {
  background: #ffffff !important;
}
.cid-tDwozf6wZK .nav-item:focus,
.cid-tDwozf6wZK .nav-link:focus {
  outline: none;
}
.cid-tDwozf6wZK .dropdown .dropdown-menu .dropdown-item {
  width: auto;
  transition: all 0.25s ease-in-out;
}
.cid-tDwozf6wZK .dropdown .dropdown-menu .dropdown-item::after {
  right: 0.5rem;
}
.cid-tDwozf6wZK .dropdown .dropdown-menu .dropdown-item .mbr-iconfont {
  margin-right: 0.5rem;
  vertical-align: sub;
}
.cid-tDwozf6wZK .dropdown .dropdown-menu .dropdown-item .mbr-iconfont:before {
  display: inline-block;
  transform: scale(1, 1);
  transition: all 0.25s ease-in-out;
}
.cid-tDwozf6wZK .collapsed .dropdown-menu .dropdown-item:before {
  display: none;
}
.cid-tDwozf6wZK .collapsed .dropdown .dropdown-menu .dropdown-item {
  padding: 0.235em 1.5em 0.235em 1.5em !important;
  transition: none;
  margin: 0 !important;
}
.cid-tDwozf6wZK .navbar {
  min-height: 70px;
  transition: all 0.3s;
  border-bottom: 1px solid transparent;
  box-shadow: 0 1px 3px 0 rgba(0, 0, 0, 0.1);
  background: #ffffff;
}
.cid-tDwozf6wZK .navbar.opened {
  transition: all 0.3s;
}
.cid-tDwozf6wZK .navbar .dropdown-item {
  padding: 0.5rem 1.8rem;
}
.cid-tDwozf6wZK .navbar .navbar-logo img {
  width: auto;
}
.cid-tDwozf6wZK .navbar .navbar-collapse {
  justify-content: flex-end;
  z-index: 1;
}
.cid-tDwozf6wZK .navbar.collapsed {
  justify-content: center;
}
.cid-tDwozf6wZK .navbar.collapsed .nav-item .nav-link::before {
  display: none;
}
.cid-tDwozf6wZK .navbar.collapsed.opened .dropdown-menu {
  top: 0;
}
@media (min-width: 992px) {
  .cid-tDwozf6wZK .navbar.collapsed.opened:not(.navbar-short) .navbar-collapse {
    max-height: calc(98.5vh - 3rem);
  }
}
.cid-tDwozf6wZK .navbar.collapsed .dropdown-menu .dropdown-submenu {
  left: 0 !important;
}
.cid-tDwozf6wZK .navbar.collapsed .dropdown-menu .dropdown-item:after {
  right: auto;
}
.cid-tDwozf6wZK .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-tDwozf6wZK .navbar.collapsed ul.navbar-nav li {
  margin: auto;
}
.cid-tDwozf6wZK .navbar.collapsed .dropdown-menu .dropdown-item {
  padding: 0.25rem 1.5rem;
  text-align: center;
}
.cid-tDwozf6wZK .navbar.collapsed .icons-menu {
  padding-left: 0;
  padding-right: 0;
  padding-top: 0.5rem;
  padding-bottom: 0.5rem;
}
@media (max-width: 991px) {
  .cid-tDwozf6wZK .navbar .nav-item .nav-link::before {
    display: none;
  }
  .cid-tDwozf6wZK .navbar.opened .dropdown-menu {
    top: 0;
  }
  .cid-tDwozf6wZK .navbar .dropdown-menu .dropdown-submenu {
    left: 0 !important;
  }
  .cid-tDwozf6wZK .navbar .dropdown-menu .dropdown-item:after {
    right: auto;
  }
  .cid-tDwozf6wZK .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-tDwozf6wZK .navbar .navbar-logo img {
    height: 3rem !important;
  }
  .cid-tDwozf6wZK .navbar ul.navbar-nav li {
    margin: auto;
  }
  .cid-tDwozf6wZK .navbar .dropdown-menu .dropdown-item {
    padding: 0.25rem 1.5rem !important;
    text-align: center;
  }
  .cid-tDwozf6wZK .navbar .navbar-brand {
    flex-shrink: initial;
    flex-basis: auto;
    word-break: break-word;
    padding-right: 2rem;
  }
  .cid-tDwozf6wZK .navbar .navbar-toggler {
    flex-basis: auto;
  }
  .cid-tDwozf6wZK .navbar .icons-menu {
    padding-left: 0;
    padding-top: 0.5rem;
    padding-bottom: 0.5rem;
  }
}
@media (max-width: 991px) and (max-width: 767px) {
  .cid-tDwozf6wZK .navbar .navbar-brand {
    width: calc(100% - 31px);
  }
}
.cid-tDwozf6wZK .navbar.navbar-short {
  min-height: 60px;
}
.cid-tDwozf6wZK .navbar.navbar-short .navbar-logo img {
  height: 2.5rem !important;
}
.cid-tDwozf6wZK .navbar.navbar-short .navbar-brand {
  min-height: 60px;
  padding: 0;
}
.cid-tDwozf6wZK .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-tDwozf6wZK .navbar-brand .navbar-caption {
  line-height: inherit !important;
}
.cid-tDwozf6wZK .navbar-brand .navbar-logo a {
  outline: none;
}
.cid-tDwozf6wZK .dropdown-item.active,
.cid-tDwozf6wZK .dropdown-item:active {
  background-color: transparent;
}
.cid-tDwozf6wZK .navbar-expand-lg .navbar-nav .nav-link {
  padding: 0;
}
.cid-tDwozf6wZK .nav-dropdown .link.dropdown-toggle {
  margin-right: 1.667em;
}
.cid-tDwozf6wZK .nav-dropdown .link.dropdown-toggle[aria-expanded="true"] {
  margin-right: 0;
  padding: 0.667em 1.667em;
}
.cid-tDwozf6wZK .navbar.navbar-expand-lg .dropdown .dropdown-menu {
  background: #ffffff;
}
.cid-tDwozf6wZK .navbar.navbar-expand-lg .dropdown .dropdown-menu .dropdown-submenu {
  margin: 0;
  left: 100%;
}
.cid-tDwozf6wZK .navbar .dropdown.open > .dropdown-menu {
  display: block;
}
.cid-tDwozf6wZK ul.navbar-nav {
  flex-wrap: wrap;
}
.cid-tDwozf6wZK .navbar-buttons {
  text-align: center;
  min-width: 170px;
}
.cid-tDwozf6wZK button.navbar-toggler {
  outline: none;
  width: 31px;
  height: 20px;
  cursor: pointer;
  transition: all 0.2s;
  position: relative;
  align-self: center;
}
.cid-tDwozf6wZK button.navbar-toggler .hamburger span {
  position: absolute;
  right: 0;
  width: 30px;
  height: 2px;
  border-right: 5px;
  background-color: #000000;
}
.cid-tDwozf6wZK button.navbar-toggler .hamburger span:nth-child(1) {
  top: 0;
  transition: all 0.2s;
}
.cid-tDwozf6wZK button.navbar-toggler .hamburger span:nth-child(2) {
  top: 8px;
  transition: all 0.15s;
}
.cid-tDwozf6wZK button.navbar-toggler .hamburger span:nth-child(3) {
  top: 8px;
  transition: all 0.15s;
}
.cid-tDwozf6wZK button.navbar-toggler .hamburger span:nth-child(4) {
  top: 16px;
  transition: all 0.2s;
}
.cid-tDwozf6wZK nav.opened .hamburger span:nth-child(1) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-tDwozf6wZK nav.opened .hamburger span:nth-child(2) {
  transform: rotate(45deg);
  transition: all 0.25s;
}
.cid-tDwozf6wZK nav.opened .hamburger span:nth-child(3) {
  transform: rotate(-45deg);
  transition: all 0.25s;
}
.cid-tDwozf6wZK nav.opened .hamburger span:nth-child(4) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-tDwozf6wZK .navbar-dropdown {
  padding: 0 1rem;
}
.cid-tDwozf6wZK a.nav-link {
  display: flex;
  align-items: center;
  justify-content: center;
}
.cid-tDwozf6wZK .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-tDwozf6wZK .navbar {
    height: 70px;
  }
  .cid-tDwozf6wZK .navbar.opened {
    height: auto;
  }
  .cid-tDwozf6wZK .nav-item .nav-link:hover::before {
    width: 175%;
    max-width: calc(100% + 2rem);
    left: -1rem;
  }
}
.cid-tDWYpC8qxQ {
  padding-top: 3rem;
  padding-bottom: 4rem;
  background-color: #ffffff;
}
.cid-tDWYpC8qxQ .mbr-fallback-image.disabled {
  display: none;
}
.cid-tDWYpC8qxQ .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
@media (max-width: 991px) {
  .cid-tDWYpC8qxQ .image-wrapper {
    margin-bottom: 1rem;
  }
}
.cid-tDWYpC8qxQ .row {
  margin-left: -1.5vw;
  margin-right: -1.5vw;
}
.cid-tDWYpC8qxQ.mbr-fullscreen {
  padding: 0 !important;
}
.cid-tDWYpC8qxQ img {
  width: 100%;
  object-fit: cover;
  max-height: 100vh;
}
.cid-tDze93GvrP {
  padding-top: 3rem;
  padding-bottom: 1rem;
  background-color: #ffffff;
}
@media (min-width: 1400px) {
  .cid-tDze93GvrP .container {
    max-width: 1162px;
  }
}
.cid-tDze93GvrP a {
  border-bottom: 2px solid #f4aee6;
}
@media (min-width: 992px) {
  .cid-tDze93GvrP .card-title {
    font-size: 64px;
  }
}
@media (min-width: 992px) {
  .cid-tDze93GvrP .title,
  .cid-tDze93GvrP .telephone {
    font-size: 24px;
  }
}
#custom-html-57 {
  /*
div {
  padding: 80px 0;
  color: #777;
  text-align: center;
}

p {
  font-size: 60px;
  color: #777;
}
*/
  /* import fontawesome */
  /*
@import 'fontawesome.min.css';
@import 'regular.min.css';
@import 'solid.min.css';
*/
  /* common styles */
  /*

body,
textarea,
input,
select,
.senden {
				font-family: Arial, sans-serif;
				font-size: 1rem;
}
*/
  /* style common rows/grid */
  /* style common labels */
  /* safari: margin-top for control, select & textarea label, padding-top for mailcopy, dataprotection, fileupload, securitycode & securityquestion icon - start */
  /* safari: margin-top for control, select & textarea label, padding-top for mailcopy, dataprotection, fileupload, securitycode & securityquestion icon - end */
  /* Regulare icons - padding left for safari and other os */
  /* style common fields */
  /* style active / inactive label */
  /* style textarea */
  /* style selectbox */
  /* style input, select and textarea with border-right.png - start */
  /* style input, select and textarea with border-right.png - end */
  /* style rows with complex contents  */
  /* style upload-fields  */
  /* style security-fields  */
  /* style checkbox-row  */
  /* style submit-button  */
  /* style select-box for placeholders */
  /* style errors */
  /* style for mobile */
}
#custom-html-57 * {
  box-sizing: border-box;
}
#custom-html-57 .container {
  Width: 75%;
  margin: 50px auto;
  background-color: #ffffff;
}
#custom-html-57 .kontaktformular {
  width: 654px;
  max-width: 100%;
  padding: 1.2rem;
  /*	background-color: #F9FAFD;
	box-shadow: 0 0 7px rgba(0,0,0,0.4);*/
  margin-left: 20px;
  padding-top: 24px;
  padding-bottom: 1px;
  margin-bottom: 20px;
}
#custom-html-57 .kontaktformular .row {
  display: flex;
  justify-content: space-between;
  align-items: flex-start;
  margin-bottom: 1.4rem;
  width: 100%;
}
#custom-html-57 .kontaktformular .row .col-sm-4 {
  flex-grow: 1;
  flex-basis: 0;
  margin: 0 .75rem;
  position: relative;
}
#custom-html-57 .kontaktformular .row .col-sm-4:first-child {
  margin-left: 0;
}
#custom-html-57 .kontaktformular .row .col-sm-4:last-child {
  margin-right: 0;
}
#custom-html-57 .kontaktformular .row .col-sm-8 {
  width: 100%;
  position: relative;
}
#custom-html-57 .kontaktformular .row .col-sm-postal-zip-code {
  width: 22.5%;
  position: relative;
}
#custom-html-57 .kontaktformular .row .col-sm-city {
  width: 73.5%;
  position: relative;
}
#custom-html-57 .kontaktformular .row .col-sm-str {
  width: 75.5%;
  position: relative;
}
#custom-html-57 .kontaktformular .row .col-sm-nr {
  width: 20.5%;
  position: relative;
}
#custom-html-57 .kontaktformular .row .control-label {
  position: absolute;
  margin-top: 1.5px;
  height: 95.4%;
  padding: 0.8rem 1rem 0.8rem 1rem;
  color: grey;
  opacity: 0.9;
  width: 3rem;
  z-index: 2;
}
#custom-html-57 .kontaktformular .row .check-label {
  margin-top: 1.5px;
  height: 95.4%;
  padding: 0.8rem 1rem 0.8rem 1rem;
  color: grey;
  opacity: 0.9;
  z-index: 2;
}
#custom-html-57 body.safari .kontaktformular .row .control-label {
  margin-top: 0.15rem;
}
#custom-html-57 body.safari .kontaktformular .row .error .control-label {
  margin-top: 0.15rem;
}
#custom-html-57 body.safari .kontaktformular .row .select-label {
  margin-top: -0.06rem;
}
#custom-html-57 body.safari .kontaktformular .row .error .select-label {
  margin-top: -0.06rem;
}
#custom-html-57 body.safari .kontaktformular .row .textarea-label {
  margin-top: 0.13rem;
}
#custom-html-57 body.safari .kontaktformular .row .error .textarea-label {
  margin-top: 0.13rem;
}
#custom-html-57 body.safari .kontaktformular .row #mailcopy-icon {
  padding-top: 3px;
}
#custom-html-57 body.safari .kontaktformular .row #dataprotection-icon {
  padding-top: 2px;
}
#custom-html-57 body.safari .kontaktformular .row #fileupload-icon {
  padding-top: 0px;
}
#custom-html-57 body.safari .kontaktformular .row #securitycode-icon {
  margin-top: 0px;
}
#custom-html-57 body.safari .kontaktformular .row #securityquestion-icon {
  margin-top: 0px;
}
#custom-html-57 #mailcopy-icon {
  padding-top: 6px;
}
#custom-html-57 #dataprotection-icon {
  padding-top: 5px;
}
#custom-html-57 #fileupload-icon {
  padding-top: 4px;
}
#custom-html-57 #securitycode-icon {
  padding-top: 0px;
}
#custom-html-57 #securityquestion-icon {
  padding-top: 0px;
}
#custom-html-57 body.safari #caret-down-icon {
  padding-left: 3.5px;
  padding-top: 1.5px;
}
#custom-html-57 body.safari #briefcase-icon {
  padding-left: 0.5px;
}
#custom-html-57 body.safari #user-icon {
  padding-left: 1.5px;
}
#custom-html-57 body.safari #user-icon-position-2 {
  padding-left: 1.5px;
  padding-top: 0.5px;
}
#custom-html-57 body.safari #email-icon {
  padding-left: 0.5px;
}
#custom-html-57 body.safari #email-icon-position-2 {
  padding-left: 0.5px;
  padding-top: 0.5px;
}
#custom-html-57 body.safari #phone-icon {
  padding-left: 0.5px;
}
#custom-html-57 body.safari #phone-icon-position-2 {
  padding-left: 0px;
}
#custom-html-57 body.safari #home-icon {
  padding-left: 0px;
}
#custom-html-57 body.safari #subject-icon {
  padding-left: 0.5px;
}
#custom-html-57 body.safari #subject-icon-position-2 {
  padding-left: 1px;
}
#custom-html-57 body.safari #message-icon {
  padding-left: 0.5px;
}
#custom-html-57 body.safari #message-icon-position-2 {
  padding-left: 1px;
}
#custom-html-57 body.safari #zipcode-icon {
  padding-left: 2px;
}
#custom-html-57 #caret-down-icon {
  padding-left: 4px;
  padding-top: 1.5px;
}
#custom-html-57 #briefcase-icon {
  padding-left: 1px;
}
#custom-html-57 #user-icon {
  padding-left: 2px;
}
#custom-html-57 #user-icon-position-2 {
  padding-left: 2.5px;
}
#custom-html-57 #email-icon {
  padding-left: 1px;
}
#custom-html-57 #email-icon-position-2 {
  padding-left: 1.5px;
}
#custom-html-57 #phone-icon {
  padding-left: 1px;
}
#custom-html-57 #phone-icon-position-2 {
  padding-left: 0px;
}
#custom-html-57 #home-icon {
  padding-left: 0.5px;
}
#custom-html-57 #subject-icon {
  padding-left: 1px;
}
#custom-html-57 #subject-icon-position-2 {
  padding-left: 1.5px;
}
#custom-html-57 #message-icon {
  padding-left: 1px;
}
#custom-html-57 #message-icon-position-2 {
  padding-left: 1.5px;
}
#custom-html-57 #zipcode-icon {
  padding-left: 2.5px;
}
#custom-html-57 .kontaktformular .row input,
#custom-html-57 .kontaktformular .row textarea {
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
}
#custom-html-57 .kontaktformular .row .field {
  display: block;
  font-size: 1rem;
  width: 100%;
  padding: .75rem .8rem 0.55rem 3.8rem;
  color: #555555;
  border: 0.10rem solid #dddddd;
  border-radius: 4px;
  transition: border-color ease-in-out 0.15s;
}
#custom-html-57 .kontaktformular .row .field:hover,
#custom-html-57 .kontaktformular .row .field:focus,
#custom-html-57 .kontaktformular .row input[type="checkbox"]:hover,
#custom-html-57 .kontaktformular .row input[type="checkbox"]:focus {
  border-color: #123779 !important;
  outline: 0 !important;
  box-shadow: none;
}
#custom-html-57 .kontaktformular .row .not-empty-field .control-label i {
  color: #424242;
}
#custom-html-57 body.safari .kontaktformular .row .not-empty-field .control-label i {
  color: #424242 !important;
}
#custom-html-57 .kontaktformular .row .active-field .control-label i {
  color: #424242;
}
#custom-html-57 body.safari .kontaktformular .row .active-field .control-label i {
  color: #424242 !important;
}
#custom-html-57 .kontaktformular .row .textarea-label {
  margin-top: 2.5px;
  height: 98.3%;
  padding: 0.7rem 1rem 5.6rem 1rem;
}
#custom-html-57 .kontaktformular .row textarea {
  height: 10rem;
}
#custom-html-57 .kontaktformular .row .select-label {
  height: 96.0%;
  padding: 0.9rem 1rem 1.5rem 1rem;
  margin-top: 0px;
}
#custom-html-57 .border-right {
  background-image: url('../../../assets/images/border-right.png');
  background-position: 2.90rem center;
  -webkit-text-size-adjust: none;
  background-repeat: no-repeat;
}
#custom-html-57 #border-right {
  background-image: url('../../../assets/images/border-right.png');
  background-position: 2.90rem center;
  -webkit-text-size-adjust: none;
  background-repeat: no-repeat;
}
#custom-html-57 #border-right2 {
  background-image: url('../../../assets/images/border-right.png');
  background-position: 2.90rem center;
  -webkit-text-size-adjust: none;
  background-repeat: no-repeat;
}
#custom-html-57 #border-right3 {
  background-image: url('../../../assets/images/border-right.png');
  background-position: 2.90rem center;
  -webkit-text-size-adjust: none;
  background-repeat: no-repeat;
}
#custom-html-57 #border-right4 {
  background-image: url('../../../assets/images/border-right.png');
  background-position: 2.90rem center;
  -webkit-text-size-adjust: none;
  background-repeat: no-repeat;
}
#custom-html-57 #border-right5 {
  background-image: url('../../../assets/images/border-right.png');
  background-position: 2.90rem center;
  -webkit-text-size-adjust: none;
  background-repeat: no-repeat;
}
#custom-html-57 #border-right6 {
  background-image: url('../../../assets/images/border-right.png');
  background-position: 2.90rem center;
  -webkit-text-size-adjust: none;
  background-repeat: no-repeat;
}
#custom-html-57 #border-right7 {
  background-image: url('../../../assets/images/border-right.png');
  background-position: 2.90rem center;
  -webkit-text-size-adjust: none;
  background-repeat: no-repeat;
}
#custom-html-57 #border-right8 {
  background-image: url('../../../assets/images/border-right.png');
  background-position: 2.90rem center;
  -webkit-text-size-adjust: none;
  background-repeat: no-repeat;
}
#custom-html-57 #border-right9 {
  background-image: url('../../../assets/images/border-right.png');
  background-position: 2.90rem center;
  -webkit-text-size-adjust: none;
  background-repeat: no-repeat;
}
#custom-html-57 #border-right10 {
  background-image: url('../../../assets/images/border-right.png');
  background-position: 2.90rem center;
  -webkit-text-size-adjust: none;
  background-repeat: no-repeat;
}
#custom-html-57 #border-right11 {
  background-image: url('../../../assets/images/border-right.png');
  background-position: 2.90rem center;
  -webkit-text-size-adjust: none;
  background-repeat: no-repeat;
}
#custom-html-57 #border-right12 {
  background-image: url('../../../assets/images/border-right.png');
  background-position: 2.90rem center;
  -webkit-text-size-adjust: none;
  background-repeat: no-repeat;
}
#custom-html-57 #border-right13 {
  background-image: url('../../../assets/images/border-right.png');
  background-position: 2.90rem center;
  -webkit-text-size-adjust: none;
  background-repeat: no-repeat;
}
#custom-html-57 #border-right14 {
  background-image: url('../../../assets/images/border-right.png');
  background-position: 2.90rem center;
  -webkit-text-size-adjust: none;
  background-repeat: no-repeat;
}
#custom-html-57 #border-right15 {
  background-image: url('../../../assets/images/border-right.png');
  background-position: 2.90rem center;
  -webkit-text-size-adjust: none;
  background-repeat: no-repeat;
}
#custom-html-57 #border-right16 {
  background-image: url('../../../assets/images/border-right.png');
  background-position: 2.90rem center;
  -webkit-text-size-adjust: none;
  background-repeat: no-repeat;
}
#custom-html-57 #border-right17 {
  background-image: url('../../../assets/images/border-right.png');
  background-position: 2.90rem center;
  -webkit-text-size-adjust: none;
  background-repeat: no-repeat;
}
#custom-html-57 .kontaktformular .captcha-row,
#custom-html-57 .kontaktformular .question-row,
#custom-html-57 .kontaktformular .checkbox-row,
#custom-html-57 .kontaktformular .upload-row {
  display: block;
  font-size: 1rem;
  width: 100%;
  color: #555555;
  border: 0.10rem solid #dddddd;
  border-radius: 4px;
  transition: border-color ease-in-out 0.15s;
  padding-right: 1rem;
}
#custom-html-57 .kontaktformular .captcha-row .control-label,
#custom-html-57 .kontaktformular .question-row .control-label,
#custom-html-57 .kontaktformular .upload-row .control-label,
#custom-html-57 .kontaktformular .checkbox-row .control-label {
  height: 100%;
  margin-top: 0;
}
#custom-html-57 .kontaktformular .captcha-row > div,
#custom-html-57 .kontaktformular .question-row > div,
#custom-html-57 .kontaktformular .checkbox-row > div {
  padding-bottom: .15rem;
}
#custom-html-57 .kontaktformular .captcha-row div div,
#custom-html-57 .kontaktformular .question-row div div {
  width: 100%;
  padding: .75rem 0 .75rem 60px;
}
#custom-html-57 .kontaktformular .row input[type="file"] {
  width: calc(40%);
  height: 30px;
  margin: .2rem 0 .2rem 60px;
}
#custom-html-57 .kontaktformular .row .control-label + input[type="file"] {
  margin-top: .75rem;
}
#custom-html-57 .kontaktformular .row input[type="file"]:last-child {
  margin-bottom: .25rem;
}
#custom-html-57 .kontaktformular .captcha-row .field,
#custom-html-57 .kontaktformular .question-row .field {
  width: calc(40%);
  margin: .2rem 0 .2rem 60px;
  padding-left: .8rem;
}
#custom-html-57 .kontaktformular .row#answer .control-label {
  align-self: flex-start;
}
#custom-html-57 .kontaktformular .checkbox-row .checkbox-inline {
  display: block;
  padding: .6rem 0 .24rem 60px;
}
#custom-html-57 .kontaktformular .checkbox-row .checkbox-inline a:hover,
#custom-html-57 .kontaktformular .checkbox-row .checkbox-inline a:focus {
  color: #0025e2;
  text-decoration: underline;
}
#custom-html-57 .kontaktformular .checkbox-row .checkbox-inline a,
#custom-html-57 .kontaktformular .checkbox-row .checkbox-inline span {
  color: #123779;
  text-decoration: none;
  line-height: 28px;
  padding-left: 10px;
}
#custom-html-57 .kontaktformular .checkbox-row .checkbox-inline span {
  color: inherit;
}
#custom-html-57 .kontaktformular .row input[type="checkbox"] {
  height: 25px;
  width: 25px;
  border: 0.10rem solid #dddddd;
  border-radius: .25rem;
  transition: border-color ease-in-out 0.15s;
  display: block;
  float: left;
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
  cursor: pointer;
  margin-left: 0;
}
#custom-html-57 .kontaktformular .row input:checked {
  background: url(../../kontakt/img/check-solid.svg) no-repeat center center;
  background-size: 75%;
}
#custom-html-57 .kontaktformular .row .senden {
  width: 100%;
  font-size: 18px;
  font-weight: bold;
  height: 2.5rem;
  margin-top: calc(0.3125rem);
  padding: .5rem .75rem;
  color: white;
  background-color: #123779;
  border-radius: 4px;
  border: none;
}
#custom-html-57 .kontaktformular .row .senden:hover {
  background-color: #0025e2;
  cursor: pointer;
}
#custom-html-57 .kontaktformular .row select {
  background-color: #fff;
}
#custom-html-57 .kontaktformular .row ::placeholder,
#custom-html-57 .kontaktformular .row select.unselected {
  color: grey;
  opacity: 0.7;
}
#custom-html-57 .kontaktformular .row select.field {
  -moz-appearance: none;
  -webkit-appearance: none;
  appearance: none;
  z-index: 1;
}
#custom-html-57 .kontaktformular .row select.field option[value=""][disabled] {
  display: none;
}
#custom-html-57 .kontaktformular .row select.field option {
  color: #555555;
}
#custom-html-57 .kontaktformular .row select.field option[value=""] {
  color: rgba(0, 0, 0, 0.4);
}
#custom-html-57 .kontaktformular .row .error .control-label {
  margin-top: 1.5px;
  height: 68.0%;
  padding: 0.8rem 1rem 0.8rem 1rem;
  color: #db0007;
  border-color: #db0007;
}
#custom-html-57 .kontaktformular .row .error .select-label {
  height: 68.5%;
  padding: 0.9rem 1rem 1.5rem 1rem;
  color: #db0007;
  border-color: #db0007;
  margin-top: 0px;
}
#custom-html-57 .kontaktformular .row .error .textarea-label {
  margin-top: 2.5px;
  padding: 0.7rem 1rem 5.6rem 1rem;
  color: #db0007;
  border-color: #db0007;
  height: 85.5%;
}
#custom-html-57 .kontaktformular .row .error .field,
#custom-html-57 .kontaktformular .row .error .checkbox-inline input,
#custom-html-57 .kontaktformular.kontaktformular-validate .row .field:invalid,
#custom-html-57 .kontaktformular.kontaktformular-validate .row .checkbox-inline input:invalid {
  /* style invalid fields only if user wants to send the form (integrated via js) */
  background-color: #ffeaec;
  border-color: #eac0c5;
}
#custom-html-57 .kontaktformular .row .field:invalid,
#custom-html-57 .kontaktformular .row .checkbox-inline input:invalid {
  /* remove browser-style for invalid fields */
  outline: none;
  box-shadow: none;
}
#custom-html-57 .kontaktformular .row .field:focus:valid,
#custom-html-57 .kontaktformular .row .checkbox-inline input:focus:valid {
  background-color: #FFFFFF;
  border-color: #d9e8d5;
  outline: none;
  box-shadow: none;
}
#custom-html-57 .kontaktformular .row .error ::placeholder,
#custom-html-57 .kontaktformular .row .error select.unselected {
  color: rgba(219, 0, 7, 0.6);
}
#custom-html-57 .kontaktformular .row .errormsg {
  color: #db0007;
  font-size: .75rem;
}
#custom-html-57 .kontaktformular .captcha-row.error_container,
#custom-html-57 .kontaktformular .question-row.error_container,
#custom-html-57 .kontaktformular .checkbox-row.error_container {
  margin-bottom: 2.7rem;
}
#custom-html-57 .kontaktformular .captcha-row .errormsg,
#custom-html-57 .kontaktformular .question-row .errormsg {
  display: block;
  position: absolute;
  left: 0;
  bottom: -46px;
  height: 40px;
}
#custom-html-57 .kontaktformular .checkbox-row .errormsg {
  display: block;
  position: absolute;
  left: 0;
  bottom: -46px;
  height: 40px;
}
#custom-html-57 .kontaktformular .captcha-row.error_container .control-label,
#custom-html-57 .kontaktformular .question-row.error_container .control-label,
#custom-html-57 .kontaktformular .upload-row.error_container .control-label,
#custom-html-57 .kontaktformular .checkbox-row.error_container .control-label {
  height: 100%;
  margin-top: 0;
}
@media (max-width: 655px) {
  #custom-html-57 {
    /* safari iOS: margin-top for control, select & textarea label, padding-top for mailcopy & dataprotection icon - start */
    /* safari iOS: margin-top for control & select label, padding-top for mailcopy & dataprotection icon - end */
  }
  #custom-html-57 .kontaktformular {
    padding: 1px 1rem 1px 1rem;
    /* box-shadow: none; */
    margin-left: 15px;
    margin-top: 0px;
    margin-right: 15px;
    width: auto;
  }
  #custom-html-57 .kontaktformular .row {
    display: block;
    margin-top: 1rem;
  }
  #custom-html-57 .kontaktformular .row .col-sm-4 {
    flex-grow: 0;
    flex-basis: 0;
    margin: 0;
  }
  #custom-html-57 .kontaktformular .row .col-sm-4,
  #custom-html-57 .kontaktformular .row .col-sm-8 {
    margin-top: 1.5rem;
  }
  #custom-html-57 .kontaktformular .captcha-row .col-sm-8,
  #custom-html-57 .kontaktformular .question-row .col-sm-8,
  #custom-html-57 .kontaktformular .upload-row .col-sm-8,
  #custom-html-57 .kontaktformular .checkbox-row .col-sm-8 {
    margin-top: 0;
  }
  #custom-html-57 .kontaktformular .row .control-label {
    margin-top: 0.08rem;
  }
  #custom-html-57 .kontaktformular .row .error .control-label {
    margin-top: 0.08rem;
  }
  #custom-html-57 .kontaktformular .row .textarea-label {
    margin-top: 0.17rem;
  }
  #custom-html-57 .kontaktformular .row .error .textarea-label {
    margin-top: 0.17rem;
  }
  #custom-html-57 .kontaktformular .row .select-label {
    margin-top: 0.03rem;
  }
  #custom-html-57 .kontaktformular .row .error .select-label {
    margin-top: 0.03rem;
  }
  #custom-html-57 #mailcopy-icon {
    padding-top: 4px;
  }
  #custom-html-57 #dataprotection-icon {
    padding-top: 4px;
  }
  #custom-html-57 #fileupload-icon {
    padding-top: 2px;
  }
  #custom-html-57 #securitycode-icon {
    padding-top: 0px;
  }
  #custom-html-57 #securityquestion-icon {
    padding-top: 0px;
  }
  #custom-html-57 body.safari .kontaktformular .row .control-label {
    margin-top: 0.07rem;
  }
  #custom-html-57 body.safari .kontaktformular .row .error .control-label {
    margin-top: 0.07rem;
  }
  #custom-html-57 body.safari .kontaktformular .row .select-label {
    margin-top: -0.07rem;
  }
  #custom-html-57 body.safari .kontaktformular .row .error .select-label {
    margin-top: -0.07rem;
  }
  #custom-html-57 body.safari .kontaktformular .row .textarea-label {
    margin-top: 0.15rem;
  }
  #custom-html-57 body.safari .kontaktformular .row .error .textarea-label {
    margin-top: 0.15rem;
  }
  #custom-html-57 body.safari .kontaktformular .row #mailcopy-icon {
    padding-top: 3px;
  }
  #custom-html-57 body.safari .kontaktformular .row #dataprotection-icon {
    padding-top: 3px;
  }
  #custom-html-57 .kontaktformular .row .col-sm-str,
  #custom-html-57 .kontaktformular .row .col-sm-nr,
  #custom-html-57 .kontaktformular .row .col-sm-postal-zip-code,
  #custom-html-57 .kontaktformular .row .col-sm-city {
    margin-top: 1.5rem;
    width: 100%;
  }
}
#custom-html-57 .error_class {
  border: 1px solid #ef716d !important;
  background-color: #ffccca;
}
#custom-html-57 .success_box {
  border: 1px solid #a4cb8b;
  background: #e9fedb;
  color: #488e1b;
  padding: 16px 10px;
  line-height: 22px;
  margin-bottom: 10px;
}
#custom-html-57 .error_box {
  border: 1px solid #f7b3b1;
  background: #fff1f1;
  color: #d93e39;
  padding: 16px 10px;
  line-height: 22px;
  margin-bottom: 10px;
}
#custom-html-57 .none {
  display: none;
}
.cid-tDX92rjbWX {
  padding-top: 2rem;
  padding-bottom: 2rem;
  background-color: #232323;
}
.cid-tDX92rjbWX .row-links {
  width: 100%;
  justify-content: center;
}
.cid-tDX92rjbWX .social-row {
  width: 100%;
  justify-content: center;
}
.cid-tDX92rjbWX .media-container-row {
  flex-direction: column;
  justify-content: center;
  align-items: center;
}
.cid-tDX92rjbWX .media-container-row .foot-menu {
  list-style: none;
  display: flex;
  justify-content: center;
  flex-wrap: wrap;
  padding: 0;
  margin-bottom: 0;
}
.cid-tDX92rjbWX .media-container-row .foot-menu li {
  padding: 0 1rem 1rem 1rem;
}
.cid-tDX92rjbWX .media-container-row .foot-menu li p {
  margin: 0;
}
.cid-tDX92rjbWX .media-container-row .social-list {
  width: auto;
  padding-left: 0;
  margin-bottom: 0;
  list-style: none;
  display: flex;
  flex-wrap: wrap;
  justify-content: flex-end;
}
.cid-tDX92rjbWX .media-container-row .social-list .mbr-iconfont-social {
  font-size: 1.5rem;
  color: #ffffff;
}
.cid-tDX92rjbWX .media-container-row .social-list .soc-item {
  margin: 0 .5rem;
}
.cid-tDX92rjbWX .media-container-row .social-list a {
  margin: 0;
  opacity: .5;
  transition: .2s linear;
}
.cid-tDX92rjbWX .media-container-row .social-list a:hover {
  opacity: 1;
}
@media (max-width: 767px) {
  .cid-tDX92rjbWX .media-container-row .social-list {
    -webkit-justify-content: center;
    justify-content: center;
  }
}
.cid-tDX92rjbWX .media-container-row .row-copirayt {
  word-break: break-word;
  width: 100%;
}
.cid-tDX92rjbWX .media-container-row .row-copirayt p {
  width: 100%;
}
.cid-tD7TsPVk5C .navbar-dropdown {
  position: relative !important;
}
.cid-tD7TsPVk5C .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-tD7TsPVk5C .dropdown-menu {
  padding: 0;
  border-radius: 4px;
  box-shadow: 0 1px 3px 0 rgba(0, 0, 0, 0.1);
}
.cid-tD7TsPVk5C .dropdown-item {
  border-bottom: 1px solid #e6e6e6;
}
.cid-tD7TsPVk5C .dropdown-item:hover,
.cid-tD7TsPVk5C .dropdown-item:focus {
  background: #1c3e84 !important;
  color: white !important;
}
.cid-tD7TsPVk5C .dropdown-item:hover span {
  color: white;
}
.cid-tD7TsPVk5C .dropdown-item:first-child {
  border-top-left-radius: 4px;
  border-top-right-radius: 4px;
}
.cid-tD7TsPVk5C .dropdown-item:last-child {
  border-bottom: none;
  border-bottom-left-radius: 4px;
  border-bottom-right-radius: 4px;
}
.cid-tD7TsPVk5C .nav-dropdown .link {
  padding: 0 0.3em !important;
  margin: 0.667em 1em !important;
}
.cid-tD7TsPVk5C .nav-dropdown .link.dropdown-toggle::after {
  margin-left: 0.5rem;
  margin-top: 0.2rem;
}
.cid-tD7TsPVk5C .nav-link {
  position: relative;
}
.cid-tD7TsPVk5C .container {
  display: flex;
  margin: auto;
  flex-wrap: nowrap;
}
@media (max-width: 991px) {
  .cid-tD7TsPVk5C .container {
    flex-wrap: wrap;
  }
}
.cid-tD7TsPVk5C .container-fluid {
  flex-wrap: nowrap;
}
@media (max-width: 991px) {
  .cid-tD7TsPVk5C .container-fluid {
    flex-wrap: wrap;
  }
}
.cid-tD7TsPVk5C .iconfont-wrapper {
  color: #000000 !important;
  font-size: 1.5rem;
  padding-right: 0.5rem;
}
.cid-tD7TsPVk5C .dropdown-menu,
.cid-tD7TsPVk5C .navbar.opened {
  background: #ffffff !important;
}
.cid-tD7TsPVk5C .nav-item:focus,
.cid-tD7TsPVk5C .nav-link:focus {
  outline: none;
}
.cid-tD7TsPVk5C .dropdown .dropdown-menu .dropdown-item {
  width: auto;
  transition: all 0.25s ease-in-out;
}
.cid-tD7TsPVk5C .dropdown .dropdown-menu .dropdown-item::after {
  right: 0.5rem;
}
.cid-tD7TsPVk5C .dropdown .dropdown-menu .dropdown-item .mbr-iconfont {
  margin-right: 0.5rem;
  vertical-align: sub;
}
.cid-tD7TsPVk5C .dropdown .dropdown-menu .dropdown-item .mbr-iconfont:before {
  display: inline-block;
  transform: scale(1, 1);
  transition: all 0.25s ease-in-out;
}
.cid-tD7TsPVk5C .collapsed .dropdown-menu .dropdown-item:before {
  display: none;
}
.cid-tD7TsPVk5C .collapsed .dropdown .dropdown-menu .dropdown-item {
  padding: 0.235em 1.5em 0.235em 1.5em !important;
  transition: none;
  margin: 0 !important;
}
.cid-tD7TsPVk5C .navbar {
  min-height: 70px;
  transition: all 0.3s;
  border-bottom: 1px solid transparent;
  box-shadow: 0 1px 3px 0 rgba(0, 0, 0, 0.1);
  background: #ffffff;
}
.cid-tD7TsPVk5C .navbar.opened {
  transition: all 0.3s;
}
.cid-tD7TsPVk5C .navbar .dropdown-item {
  padding: 0.5rem 1.8rem;
}
.cid-tD7TsPVk5C .navbar .navbar-logo img {
  width: auto;
}
.cid-tD7TsPVk5C .navbar .navbar-collapse {
  justify-content: flex-end;
  z-index: 1;
}
.cid-tD7TsPVk5C .navbar.collapsed {
  justify-content: center;
}
.cid-tD7TsPVk5C .navbar.collapsed .nav-item .nav-link::before {
  display: none;
}
.cid-tD7TsPVk5C .navbar.collapsed.opened .dropdown-menu {
  top: 0;
}
@media (min-width: 992px) {
  .cid-tD7TsPVk5C .navbar.collapsed.opened:not(.navbar-short) .navbar-collapse {
    max-height: calc(98.5vh - 3rem);
  }
}
.cid-tD7TsPVk5C .navbar.collapsed .dropdown-menu .dropdown-submenu {
  left: 0 !important;
}
.cid-tD7TsPVk5C .navbar.collapsed .dropdown-menu .dropdown-item:after {
  right: auto;
}
.cid-tD7TsPVk5C .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-tD7TsPVk5C .navbar.collapsed ul.navbar-nav li {
  margin: auto;
}
.cid-tD7TsPVk5C .navbar.collapsed .dropdown-menu .dropdown-item {
  padding: 0.25rem 1.5rem;
  text-align: center;
}
.cid-tD7TsPVk5C .navbar.collapsed .icons-menu {
  padding-left: 0;
  padding-right: 0;
  padding-top: 0.5rem;
  padding-bottom: 0.5rem;
}
@media (max-width: 991px) {
  .cid-tD7TsPVk5C .navbar .nav-item .nav-link::before {
    display: none;
  }
  .cid-tD7TsPVk5C .navbar.opened .dropdown-menu {
    top: 0;
  }
  .cid-tD7TsPVk5C .navbar .dropdown-menu .dropdown-submenu {
    left: 0 !important;
  }
  .cid-tD7TsPVk5C .navbar .dropdown-menu .dropdown-item:after {
    right: auto;
  }
  .cid-tD7TsPVk5C .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-tD7TsPVk5C .navbar .navbar-logo img {
    height: 3rem !important;
  }
  .cid-tD7TsPVk5C .navbar ul.navbar-nav li {
    margin: auto;
  }
  .cid-tD7TsPVk5C .navbar .dropdown-menu .dropdown-item {
    padding: 0.25rem 1.5rem !important;
    text-align: center;
  }
  .cid-tD7TsPVk5C .navbar .navbar-brand {
    flex-shrink: initial;
    flex-basis: auto;
    word-break: break-word;
    padding-right: 2rem;
  }
  .cid-tD7TsPVk5C .navbar .navbar-toggler {
    flex-basis: auto;
  }
  .cid-tD7TsPVk5C .navbar .icons-menu {
    padding-left: 0;
    padding-top: 0.5rem;
    padding-bottom: 0.5rem;
  }
}
@media (max-width: 991px) and (max-width: 767px) {
  .cid-tD7TsPVk5C .navbar .navbar-brand {
    width: calc(100% - 31px);
  }
}
.cid-tD7TsPVk5C .navbar.navbar-short {
  min-height: 60px;
}
.cid-tD7TsPVk5C .navbar.navbar-short .navbar-logo img {
  height: 2.5rem !important;
}
.cid-tD7TsPVk5C .navbar.navbar-short .navbar-brand {
  min-height: 60px;
  padding: 0;
}
.cid-tD7TsPVk5C .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-tD7TsPVk5C .navbar-brand .navbar-caption {
  line-height: inherit !important;
}
.cid-tD7TsPVk5C .navbar-brand .navbar-logo a {
  outline: none;
}
.cid-tD7TsPVk5C .dropdown-item.active,
.cid-tD7TsPVk5C .dropdown-item:active {
  background-color: transparent;
}
.cid-tD7TsPVk5C .navbar-expand-lg .navbar-nav .nav-link {
  padding: 0;
}
.cid-tD7TsPVk5C .nav-dropdown .link.dropdown-toggle {
  margin-right: 1.667em;
}
.cid-tD7TsPVk5C .nav-dropdown .link.dropdown-toggle[aria-expanded="true"] {
  margin-right: 0;
  padding: 0.667em 1.667em;
}
.cid-tD7TsPVk5C .navbar.navbar-expand-lg .dropdown .dropdown-menu {
  background: #ffffff;
}
.cid-tD7TsPVk5C .navbar.navbar-expand-lg .dropdown .dropdown-menu .dropdown-submenu {
  margin: 0;
  left: 100%;
}
.cid-tD7TsPVk5C .navbar .dropdown.open > .dropdown-menu {
  display: block;
}
.cid-tD7TsPVk5C ul.navbar-nav {
  flex-wrap: wrap;
}
.cid-tD7TsPVk5C .navbar-buttons {
  text-align: center;
  min-width: 170px;
}
.cid-tD7TsPVk5C button.navbar-toggler {
  outline: none;
  width: 31px;
  height: 20px;
  cursor: pointer;
  transition: all 0.2s;
  position: relative;
  align-self: center;
}
.cid-tD7TsPVk5C button.navbar-toggler .hamburger span {
  position: absolute;
  right: 0;
  width: 30px;
  height: 2px;
  border-right: 5px;
  background-color: #000000;
}
.cid-tD7TsPVk5C button.navbar-toggler .hamburger span:nth-child(1) {
  top: 0;
  transition: all 0.2s;
}
.cid-tD7TsPVk5C button.navbar-toggler .hamburger span:nth-child(2) {
  top: 8px;
  transition: all 0.15s;
}
.cid-tD7TsPVk5C button.navbar-toggler .hamburger span:nth-child(3) {
  top: 8px;
  transition: all 0.15s;
}
.cid-tD7TsPVk5C button.navbar-toggler .hamburger span:nth-child(4) {
  top: 16px;
  transition: all 0.2s;
}
.cid-tD7TsPVk5C nav.opened .hamburger span:nth-child(1) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-tD7TsPVk5C nav.opened .hamburger span:nth-child(2) {
  transform: rotate(45deg);
  transition: all 0.25s;
}
.cid-tD7TsPVk5C nav.opened .hamburger span:nth-child(3) {
  transform: rotate(-45deg);
  transition: all 0.25s;
}
.cid-tD7TsPVk5C nav.opened .hamburger span:nth-child(4) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-tD7TsPVk5C .navbar-dropdown {
  padding: 0 1rem;
}
.cid-tD7TsPVk5C a.nav-link {
  display: flex;
  align-items: center;
  justify-content: center;
}
.cid-tD7TsPVk5C .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-tD7TsPVk5C .navbar {
    height: 70px;
  }
  .cid-tD7TsPVk5C .navbar.opened {
    height: auto;
  }
  .cid-tD7TsPVk5C .nav-item .nav-link:hover::before {
    width: 175%;
    max-width: calc(100% + 2rem);
    left: -1rem;
  }
}
.cid-tDWyLOfZR9 {
  padding-top: 3rem;
  padding-bottom: 4rem;
  background-color: #ffffff;
}
.cid-tDWyLOfZR9 .mbr-fallback-image.disabled {
  display: none;
}
.cid-tDWyLOfZR9 .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
@media (max-width: 991px) {
  .cid-tDWyLOfZR9 .image-wrapper {
    margin-bottom: 1rem;
  }
}
.cid-tDWyLOfZR9 .row {
  margin-left: -1.5vw;
  margin-right: -1.5vw;
}
.cid-tDWyLOfZR9.mbr-fullscreen {
  padding: 0 !important;
}
.cid-tDWyLOfZR9 img {
  width: 100%;
  object-fit: cover;
  max-height: 100vh;
}
.cid-tDWALdg0sR {
  padding-top: 3rem;
  padding-bottom: 0rem;
  background-color: #ffffff;
}
.cid-tCKKY33TlR {
  padding-top: 1rem;
  padding-bottom: 1rem;
  background-color: #ffffff;
}
.cid-tCKKY33TlR .mbr-fallback-image.disabled {
  display: none;
}
.cid-tCKKY33TlR .mbr-section-subtitle {
  width: fit-content;
  position: relative;
  display: inline-block;
  z-index: 2;
}
.cid-tCKKY33TlR .mbr-section-subtitle:before {
  position: absolute;
  content: '';
  left: 0;
  bottom: 10%;
  width: 100%;
  height: 9px;
  background: #d4ceff;
  z-index: -1;
}
.cid-tCKKY33TlR .text-wrapper {
  max-width: 650px;
  margin: auto;
}
@media (min-width: 992px) {
  .cid-tCKKY33TlR .text-wrapper {
    padding: 0 2rem;
  }
}
.cid-tCKKY33TlR img {
  border-radius: 1rem;
}
.cid-tCKKY33TlR .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-tCKKY33TlR .row {
  flex-direction: row-reverse;
}
.cid-tCKKY33TlR .row {
  align-items: center;
}
@media (max-width: 991px) {
  .cid-tCKKY33TlR .image-wrapper {
    padding: 1rem;
  }
}
.cid-tCKKY33TlR .mbr-section-title {
  color: #19303d;
}
.cid-tCKKY33TlR .mbr-section-subtitle,
.cid-tCKKY33TlR .subtitle-wrap {
  color: #19303d;
}
.cid-tCKKY33TlR .mbr-text,
.cid-tCKKY33TlR .mbr-section-btn {
  color: #19303d;
}
.cid-tCKLhkr5pc {
  padding-top: 1rem;
  padding-bottom: 1rem;
  background-color: #ffffff;
}
.cid-tCKLhkr5pc .mbr-fallback-image.disabled {
  display: none;
}
.cid-tCKLhkr5pc .mbr-section-subtitle {
  width: fit-content;
  position: relative;
  display: inline-block;
  z-index: 2;
}
.cid-tCKLhkr5pc .mbr-section-subtitle:before {
  position: absolute;
  content: '';
  left: 0;
  bottom: 10%;
  width: 100%;
  height: 9px;
  background: #d4ceff;
  z-index: -1;
}
.cid-tCKLhkr5pc .text-wrapper {
  max-width: 650px;
  margin: auto;
}
@media (min-width: 992px) {
  .cid-tCKLhkr5pc .text-wrapper {
    padding: 0 2rem;
  }
}
.cid-tCKLhkr5pc img {
  border-radius: 1rem;
}
.cid-tCKLhkr5pc .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-tCKLhkr5pc .row {
  align-items: center;
}
@media (max-width: 991px) {
  .cid-tCKLhkr5pc .image-wrapper {
    padding: 1rem;
  }
}
.cid-tCKLhkr5pc .mbr-section-title {
  color: #19303d;
}
.cid-tCKLhkr5pc .mbr-section-subtitle,
.cid-tCKLhkr5pc .subtitle-wrap {
  color: #19303d;
}
.cid-tCKLhkr5pc .mbr-text,
.cid-tCKLhkr5pc .mbr-section-btn {
  color: #19303d;
}
.cid-tCKLi69qZW {
  padding-top: 1rem;
  padding-bottom: 1rem;
  background-color: #ffffff;
}
.cid-tCKLi69qZW .mbr-fallback-image.disabled {
  display: none;
}
.cid-tCKLi69qZW .mbr-section-subtitle {
  width: fit-content;
  position: relative;
  display: inline-block;
  z-index: 2;
}
.cid-tCKLi69qZW .mbr-section-subtitle:before {
  position: absolute;
  content: '';
  left: 0;
  bottom: 10%;
  width: 100%;
  height: 9px;
  background: #d4ceff;
  z-index: -1;
}
.cid-tCKLi69qZW .text-wrapper {
  max-width: 650px;
  margin: auto;
}
@media (min-width: 992px) {
  .cid-tCKLi69qZW .text-wrapper {
    padding: 0 2rem;
  }
}
.cid-tCKLi69qZW img {
  border-radius: 1rem;
}
.cid-tCKLi69qZW .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-tCKLi69qZW .row {
  flex-direction: row-reverse;
}
.cid-tCKLi69qZW .row {
  align-items: center;
}
@media (max-width: 991px) {
  .cid-tCKLi69qZW .image-wrapper {
    padding: 1rem;
  }
}
.cid-tCKLi69qZW .mbr-section-title {
  color: #19303d;
}
.cid-tCKLi69qZW .mbr-section-subtitle,
.cid-tCKLi69qZW .subtitle-wrap {
  color: #19303d;
}
.cid-tCKLi69qZW .mbr-text,
.cid-tCKLi69qZW .mbr-section-btn {
  color: #19303d;
}
.cid-tDWAMaoxMA {
  padding-top: 1rem;
  padding-bottom: 2rem;
  background-color: #ffffff;
}
.cid-tDX92rjbWX {
  padding-top: 2rem;
  padding-bottom: 2rem;
  background-color: #232323;
}
.cid-tDX92rjbWX .row-links {
  width: 100%;
  justify-content: center;
}
.cid-tDX92rjbWX .social-row {
  width: 100%;
  justify-content: center;
}
.cid-tDX92rjbWX .media-container-row {
  flex-direction: column;
  justify-content: center;
  align-items: center;
}
.cid-tDX92rjbWX .media-container-row .foot-menu {
  list-style: none;
  display: flex;
  justify-content: center;
  flex-wrap: wrap;
  padding: 0;
  margin-bottom: 0;
}
.cid-tDX92rjbWX .media-container-row .foot-menu li {
  padding: 0 1rem 1rem 1rem;
}
.cid-tDX92rjbWX .media-container-row .foot-menu li p {
  margin: 0;
}
.cid-tDX92rjbWX .media-container-row .social-list {
  width: auto;
  padding-left: 0;
  margin-bottom: 0;
  list-style: none;
  display: flex;
  flex-wrap: wrap;
  justify-content: flex-end;
}
.cid-tDX92rjbWX .media-container-row .social-list .mbr-iconfont-social {
  font-size: 1.5rem;
  color: #ffffff;
}
.cid-tDX92rjbWX .media-container-row .social-list .soc-item {
  margin: 0 .5rem;
}
.cid-tDX92rjbWX .media-container-row .social-list a {
  margin: 0;
  opacity: .5;
  transition: .2s linear;
}
.cid-tDX92rjbWX .media-container-row .social-list a:hover {
  opacity: 1;
}
@media (max-width: 767px) {
  .cid-tDX92rjbWX .media-container-row .social-list {
    -webkit-justify-content: center;
    justify-content: center;
  }
}
.cid-tDX92rjbWX .media-container-row .row-copirayt {
  word-break: break-word;
  width: 100%;
}
.cid-tDX92rjbWX .media-container-row .row-copirayt p {
  width: 100%;
}
.cid-u9mzKIVVTq .navbar-dropdown {
  position: relative !important;
}
.cid-u9mzKIVVTq .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-u9mzKIVVTq .dropdown-menu {
  padding: 0;
  border-radius: 4px;
  box-shadow: 0 1px 3px 0 rgba(0, 0, 0, 0.1);
}
.cid-u9mzKIVVTq .dropdown-item {
  border-bottom: 1px solid #e6e6e6;
}
.cid-u9mzKIVVTq .dropdown-item:hover,
.cid-u9mzKIVVTq .dropdown-item:focus {
  background: #1c3e84 !important;
  color: white !important;
}
.cid-u9mzKIVVTq .dropdown-item:hover span {
  color: white;
}
.cid-u9mzKIVVTq .dropdown-item:first-child {
  border-top-left-radius: 4px;
  border-top-right-radius: 4px;
}
.cid-u9mzKIVVTq .dropdown-item:last-child {
  border-bottom: none;
  border-bottom-left-radius: 4px;
  border-bottom-right-radius: 4px;
}
.cid-u9mzKIVVTq .nav-dropdown .link {
  padding: 0 0.3em !important;
  margin: 0.667em 1em !important;
}
.cid-u9mzKIVVTq .nav-dropdown .link.dropdown-toggle::after {
  margin-left: 0.5rem;
  margin-top: 0.2rem;
}
.cid-u9mzKIVVTq .nav-link {
  position: relative;
}
.cid-u9mzKIVVTq .container {
  display: flex;
  margin: auto;
  flex-wrap: nowrap;
}
@media (max-width: 991px) {
  .cid-u9mzKIVVTq .container {
    flex-wrap: wrap;
  }
}
.cid-u9mzKIVVTq .container-fluid {
  flex-wrap: nowrap;
}
@media (max-width: 991px) {
  .cid-u9mzKIVVTq .container-fluid {
    flex-wrap: wrap;
  }
}
.cid-u9mzKIVVTq .iconfont-wrapper {
  color: #000000 !important;
  font-size: 1.5rem;
  padding-right: 0.5rem;
}
.cid-u9mzKIVVTq .dropdown-menu,
.cid-u9mzKIVVTq .navbar.opened {
  background: #ffffff !important;
}
.cid-u9mzKIVVTq .nav-item:focus,
.cid-u9mzKIVVTq .nav-link:focus {
  outline: none;
}
.cid-u9mzKIVVTq .dropdown .dropdown-menu .dropdown-item {
  width: auto;
  transition: all 0.25s ease-in-out;
}
.cid-u9mzKIVVTq .dropdown .dropdown-menu .dropdown-item::after {
  right: 0.5rem;
}
.cid-u9mzKIVVTq .dropdown .dropdown-menu .dropdown-item .mbr-iconfont {
  margin-right: 0.5rem;
  vertical-align: sub;
}
.cid-u9mzKIVVTq .dropdown .dropdown-menu .dropdown-item .mbr-iconfont:before {
  display: inline-block;
  transform: scale(1, 1);
  transition: all 0.25s ease-in-out;
}
.cid-u9mzKIVVTq .collapsed .dropdown-menu .dropdown-item:before {
  display: none;
}
.cid-u9mzKIVVTq .collapsed .dropdown .dropdown-menu .dropdown-item {
  padding: 0.235em 1.5em 0.235em 1.5em !important;
  transition: none;
  margin: 0 !important;
}
.cid-u9mzKIVVTq .navbar {
  min-height: 70px;
  transition: all 0.3s;
  border-bottom: 1px solid transparent;
  box-shadow: 0 1px 3px 0 rgba(0, 0, 0, 0.1);
  background: #ffffff;
}
.cid-u9mzKIVVTq .navbar.opened {
  transition: all 0.3s;
}
.cid-u9mzKIVVTq .navbar .dropdown-item {
  padding: 0.5rem 1.8rem;
}
.cid-u9mzKIVVTq .navbar .navbar-logo img {
  width: auto;
}
.cid-u9mzKIVVTq .navbar .navbar-collapse {
  justify-content: flex-end;
  z-index: 1;
}
.cid-u9mzKIVVTq .navbar.collapsed {
  justify-content: center;
}
.cid-u9mzKIVVTq .navbar.collapsed .nav-item .nav-link::before {
  display: none;
}
.cid-u9mzKIVVTq .navbar.collapsed.opened .dropdown-menu {
  top: 0;
}
@media (min-width: 992px) {
  .cid-u9mzKIVVTq .navbar.collapsed.opened:not(.navbar-short) .navbar-collapse {
    max-height: calc(98.5vh - 3rem);
  }
}
.cid-u9mzKIVVTq .navbar.collapsed .dropdown-menu .dropdown-submenu {
  left: 0 !important;
}
.cid-u9mzKIVVTq .navbar.collapsed .dropdown-menu .dropdown-item:after {
  right: auto;
}
.cid-u9mzKIVVTq .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-u9mzKIVVTq .navbar.collapsed ul.navbar-nav li {
  margin: auto;
}
.cid-u9mzKIVVTq .navbar.collapsed .dropdown-menu .dropdown-item {
  padding: 0.25rem 1.5rem;
  text-align: center;
}
.cid-u9mzKIVVTq .navbar.collapsed .icons-menu {
  padding-left: 0;
  padding-right: 0;
  padding-top: 0.5rem;
  padding-bottom: 0.5rem;
}
@media (max-width: 991px) {
  .cid-u9mzKIVVTq .navbar .nav-item .nav-link::before {
    display: none;
  }
  .cid-u9mzKIVVTq .navbar.opened .dropdown-menu {
    top: 0;
  }
  .cid-u9mzKIVVTq .navbar .dropdown-menu .dropdown-submenu {
    left: 0 !important;
  }
  .cid-u9mzKIVVTq .navbar .dropdown-menu .dropdown-item:after {
    right: auto;
  }
  .cid-u9mzKIVVTq .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-u9mzKIVVTq .navbar .navbar-logo img {
    height: 3rem !important;
  }
  .cid-u9mzKIVVTq .navbar ul.navbar-nav li {
    margin: auto;
  }
  .cid-u9mzKIVVTq .navbar .dropdown-menu .dropdown-item {
    padding: 0.25rem 1.5rem !important;
    text-align: center;
  }
  .cid-u9mzKIVVTq .navbar .navbar-brand {
    flex-shrink: initial;
    flex-basis: auto;
    word-break: break-word;
    padding-right: 2rem;
  }
  .cid-u9mzKIVVTq .navbar .navbar-toggler {
    flex-basis: auto;
  }
  .cid-u9mzKIVVTq .navbar .icons-menu {
    padding-left: 0;
    padding-top: 0.5rem;
    padding-bottom: 0.5rem;
  }
}
@media (max-width: 991px) and (max-width: 767px) {
  .cid-u9mzKIVVTq .navbar .navbar-brand {
    width: calc(100% - 31px);
  }
}
.cid-u9mzKIVVTq .navbar.navbar-short {
  min-height: 60px;
}
.cid-u9mzKIVVTq .navbar.navbar-short .navbar-logo img {
  height: 2.5rem !important;
}
.cid-u9mzKIVVTq .navbar.navbar-short .navbar-brand {
  min-height: 60px;
  padding: 0;
}
.cid-u9mzKIVVTq .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-u9mzKIVVTq .navbar-brand .navbar-caption {
  line-height: inherit !important;
}
.cid-u9mzKIVVTq .navbar-brand .navbar-logo a {
  outline: none;
}
.cid-u9mzKIVVTq .dropdown-item.active,
.cid-u9mzKIVVTq .dropdown-item:active {
  background-color: transparent;
}
.cid-u9mzKIVVTq .navbar-expand-lg .navbar-nav .nav-link {
  padding: 0;
}
.cid-u9mzKIVVTq .nav-dropdown .link.dropdown-toggle {
  margin-right: 1.667em;
}
.cid-u9mzKIVVTq .nav-dropdown .link.dropdown-toggle[aria-expanded="true"] {
  margin-right: 0;
  padding: 0.667em 1.667em;
}
.cid-u9mzKIVVTq .navbar.navbar-expand-lg .dropdown .dropdown-menu {
  background: #ffffff;
}
.cid-u9mzKIVVTq .navbar.navbar-expand-lg .dropdown .dropdown-menu .dropdown-submenu {
  margin: 0;
  left: 100%;
}
.cid-u9mzKIVVTq .navbar .dropdown.open > .dropdown-menu {
  display: block;
}
.cid-u9mzKIVVTq ul.navbar-nav {
  flex-wrap: wrap;
}
.cid-u9mzKIVVTq .navbar-buttons {
  text-align: center;
  min-width: 170px;
}
.cid-u9mzKIVVTq button.navbar-toggler {
  outline: none;
  width: 31px;
  height: 20px;
  cursor: pointer;
  transition: all 0.2s;
  position: relative;
  align-self: center;
}
.cid-u9mzKIVVTq button.navbar-toggler .hamburger span {
  position: absolute;
  right: 0;
  width: 30px;
  height: 2px;
  border-right: 5px;
  background-color: #000000;
}
.cid-u9mzKIVVTq button.navbar-toggler .hamburger span:nth-child(1) {
  top: 0;
  transition: all 0.2s;
}
.cid-u9mzKIVVTq button.navbar-toggler .hamburger span:nth-child(2) {
  top: 8px;
  transition: all 0.15s;
}
.cid-u9mzKIVVTq button.navbar-toggler .hamburger span:nth-child(3) {
  top: 8px;
  transition: all 0.15s;
}
.cid-u9mzKIVVTq button.navbar-toggler .hamburger span:nth-child(4) {
  top: 16px;
  transition: all 0.2s;
}
.cid-u9mzKIVVTq nav.opened .hamburger span:nth-child(1) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-u9mzKIVVTq nav.opened .hamburger span:nth-child(2) {
  transform: rotate(45deg);
  transition: all 0.25s;
}
.cid-u9mzKIVVTq nav.opened .hamburger span:nth-child(3) {
  transform: rotate(-45deg);
  transition: all 0.25s;
}
.cid-u9mzKIVVTq nav.opened .hamburger span:nth-child(4) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-u9mzKIVVTq .navbar-dropdown {
  padding: 0 1rem;
}
.cid-u9mzKIVVTq a.nav-link {
  display: flex;
  align-items: center;
  justify-content: center;
}
.cid-u9mzKIVVTq .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-u9mzKIVVTq .navbar {
    height: 70px;
  }
  .cid-u9mzKIVVTq .navbar.opened {
    height: auto;
  }
  .cid-u9mzKIVVTq .nav-item .nav-link:hover::before {
    width: 175%;
    max-width: calc(100% + 2rem);
    left: -1rem;
  }
}
.cid-u9mzKJhLwM {
  padding-top: 3rem;
  padding-bottom: 4rem;
  background-color: #ffffff;
}
.cid-u9mzKJhLwM .mbr-fallback-image.disabled {
  display: none;
}
.cid-u9mzKJhLwM .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
@media (max-width: 991px) {
  .cid-u9mzKJhLwM .image-wrapper {
    margin-bottom: 1rem;
  }
}
.cid-u9mzKJhLwM .row {
  margin-left: -1.5vw;
  margin-right: -1.5vw;
}
.cid-u9mzKJhLwM.mbr-fullscreen {
  padding: 0 !important;
}
.cid-u9mzKJhLwM img {
  width: 100%;
  object-fit: cover;
  max-height: 100vh;
}
.cid-u9mzKJxRTI {
  background: #ffffff;
  padding-top: 45px;
  padding-bottom: 45px;
}
.cid-u9mzKJxRTI .image-block {
  margin: auto;
  height: 300px;
  overflow: hidden;
  position: relative;
  border-radius: 6px;
}
.cid-u9mzKJxRTI .image-block:before {
  content: "";
  position: absolute;
  width: 100%;
  height: 100%;
  background-color: #f5a80c;
  opacity: 0;
  left: 0;
  top: 0;
  transition: all 0.3s;
  pointer-events: none;
  z-index: 2;
}
.cid-u9mzKJxRTI .image-block:hover:before {
  opacity: 0.6;
}
.cid-u9mzKJxRTI .image-block:hover .wrap {
  opacity: 1;
}
.cid-u9mzKJxRTI .image-block:hover img {
  transform: scale(1.1);
}
.cid-u9mzKJxRTI .wrap {
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  width: 100%;
  opacity: 0;
  padding: 1rem;
  transition: all 0.3s;
  z-index: 3;
}
.cid-u9mzKJxRTI img {
  width: 100%;
  height: 100%;
  transition: all 1s;
  object-fit: cover;
}
@media (max-width: 992px) {
  .cid-u9mzKJxRTI .image-block {
    height: 400px;
  }
}
@media (max-width: 767px) {
  .cid-u9mzKJxRTI .wrap {
    opacity: 1 !important;
  }
  .cid-u9mzKJxRTI .image-block:before {
    opacity: 0.6 !important;
  }
}
.cid-u9mzKJMneS {
  padding-top: 2rem;
  padding-bottom: 0rem;
  background-color: #ffffff;
}
.cid-u9mzKK0etH {
  padding-top: 3rem;
  padding-bottom: 0rem;
  background-color: #ffffff;
}
.cid-u9mzKKdTqf {
  padding-top: 3rem;
  padding-bottom: 0rem;
  background-color: #ffffff;
}
.cid-u9mzKKqZDa {
  padding-top: 3rem;
  padding-bottom: 0rem;
  background-color: #ffffff;
}
.cid-u9mzKKqZDa .counter-container ul {
  margin: 0;
  list-style: none;
  padding-left: 2.5rem;
  line-height: 3rem;
}
.cid-u9mzKKqZDa .counter-container ul li {
  list-style: none;
  position: relative;
  padding-left: 1rem;
}
.cid-u9mzKKqZDa .counter-container ul li:before {
  position: absolute;
  left: -40px;
  content: "";
  display: flex;
  justify-content: center;
  align-items: center;
  color: #ffffff;
  background-color: #e43f3f;
  width: 40px;
  height: 40px;
  border-radius: 50%;
  margin-top: 5px;
  background: none;
  border: 1px solid #e43f3f;
  color: #e43f3f;
  content: "✓";
}
.cid-u9mzKKJj0s {
  padding-top: 3rem;
  padding-bottom: 3rem;
  background-color: #ffffff;
}
.cid-u9mzKKJj0s .counter-container ul {
  margin: 0;
  list-style: none;
  padding-left: 2.5rem;
  line-height: 3rem;
}
.cid-u9mzKKJj0s .counter-container ul li {
  list-style: none;
  position: relative;
  padding-left: 1rem;
}
.cid-u9mzKKJj0s .counter-container ul li:before {
  position: absolute;
  left: -40px;
  content: "";
  display: flex;
  justify-content: center;
  align-items: center;
  color: #ffffff;
  background-color: #e43f3f;
  width: 40px;
  height: 40px;
  border-radius: 50%;
  margin-top: 5px;
  background: none;
  border: 1px solid #e43f3f;
  color: #e43f3f;
  content: "✓";
}
.cid-u9mzKL4KLU {
  padding-top: 2rem;
  padding-bottom: 2rem;
  background-color: #232323;
}
.cid-u9mzKL4KLU .row-links {
  width: 100%;
  justify-content: center;
}
.cid-u9mzKL4KLU .social-row {
  width: 100%;
  justify-content: center;
}
.cid-u9mzKL4KLU .media-container-row {
  flex-direction: column;
  justify-content: center;
  align-items: center;
}
.cid-u9mzKL4KLU .media-container-row .foot-menu {
  list-style: none;
  display: flex;
  justify-content: center;
  flex-wrap: wrap;
  padding: 0;
  margin-bottom: 0;
}
.cid-u9mzKL4KLU .media-container-row .foot-menu li {
  padding: 0 1rem 1rem 1rem;
}
.cid-u9mzKL4KLU .media-container-row .foot-menu li p {
  margin: 0;
}
.cid-u9mzKL4KLU .media-container-row .social-list {
  width: auto;
  padding-left: 0;
  margin-bottom: 0;
  list-style: none;
  display: flex;
  flex-wrap: wrap;
  justify-content: flex-end;
}
.cid-u9mzKL4KLU .media-container-row .social-list .mbr-iconfont-social {
  font-size: 1.5rem;
  color: #ffffff;
}
.cid-u9mzKL4KLU .media-container-row .social-list .soc-item {
  margin: 0 .5rem;
}
.cid-u9mzKL4KLU .media-container-row .social-list a {
  margin: 0;
  opacity: .5;
  transition: .2s linear;
}
.cid-u9mzKL4KLU .media-container-row .social-list a:hover {
  opacity: 1;
}
@media (max-width: 767px) {
  .cid-u9mzKL4KLU .media-container-row .social-list {
    -webkit-justify-content: center;
    justify-content: center;
  }
}
.cid-u9mzKL4KLU .media-container-row .row-copirayt {
  word-break: break-word;
  width: 100%;
}
.cid-u9mzKL4KLU .media-container-row .row-copirayt p {
  width: 100%;
}
.cid-tD7TsPVk5C .navbar-dropdown {
  position: relative !important;
}
.cid-tD7TsPVk5C .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-tD7TsPVk5C .dropdown-menu {
  padding: 0;
  border-radius: 4px;
  box-shadow: 0 1px 3px 0 rgba(0, 0, 0, 0.1);
}
.cid-tD7TsPVk5C .dropdown-item {
  border-bottom: 1px solid #e6e6e6;
}
.cid-tD7TsPVk5C .dropdown-item:hover,
.cid-tD7TsPVk5C .dropdown-item:focus {
  background: #1c3e84 !important;
  color: white !important;
}
.cid-tD7TsPVk5C .dropdown-item:hover span {
  color: white;
}
.cid-tD7TsPVk5C .dropdown-item:first-child {
  border-top-left-radius: 4px;
  border-top-right-radius: 4px;
}
.cid-tD7TsPVk5C .dropdown-item:last-child {
  border-bottom: none;
  border-bottom-left-radius: 4px;
  border-bottom-right-radius: 4px;
}
.cid-tD7TsPVk5C .nav-dropdown .link {
  padding: 0 0.3em !important;
  margin: 0.667em 1em !important;
}
.cid-tD7TsPVk5C .nav-dropdown .link.dropdown-toggle::after {
  margin-left: 0.5rem;
  margin-top: 0.2rem;
}
.cid-tD7TsPVk5C .nav-link {
  position: relative;
}
.cid-tD7TsPVk5C .container {
  display: flex;
  margin: auto;
  flex-wrap: nowrap;
}
@media (max-width: 991px) {
  .cid-tD7TsPVk5C .container {
    flex-wrap: wrap;
  }
}
.cid-tD7TsPVk5C .container-fluid {
  flex-wrap: nowrap;
}
@media (max-width: 991px) {
  .cid-tD7TsPVk5C .container-fluid {
    flex-wrap: wrap;
  }
}
.cid-tD7TsPVk5C .iconfont-wrapper {
  color: #000000 !important;
  font-size: 1.5rem;
  padding-right: 0.5rem;
}
.cid-tD7TsPVk5C .dropdown-menu,
.cid-tD7TsPVk5C .navbar.opened {
  background: #ffffff !important;
}
.cid-tD7TsPVk5C .nav-item:focus,
.cid-tD7TsPVk5C .nav-link:focus {
  outline: none;
}
.cid-tD7TsPVk5C .dropdown .dropdown-menu .dropdown-item {
  width: auto;
  transition: all 0.25s ease-in-out;
}
.cid-tD7TsPVk5C .dropdown .dropdown-menu .dropdown-item::after {
  right: 0.5rem;
}
.cid-tD7TsPVk5C .dropdown .dropdown-menu .dropdown-item .mbr-iconfont {
  margin-right: 0.5rem;
  vertical-align: sub;
}
.cid-tD7TsPVk5C .dropdown .dropdown-menu .dropdown-item .mbr-iconfont:before {
  display: inline-block;
  transform: scale(1, 1);
  transition: all 0.25s ease-in-out;
}
.cid-tD7TsPVk5C .collapsed .dropdown-menu .dropdown-item:before {
  display: none;
}
.cid-tD7TsPVk5C .collapsed .dropdown .dropdown-menu .dropdown-item {
  padding: 0.235em 1.5em 0.235em 1.5em !important;
  transition: none;
  margin: 0 !important;
}
.cid-tD7TsPVk5C .navbar {
  min-height: 70px;
  transition: all 0.3s;
  border-bottom: 1px solid transparent;
  box-shadow: 0 1px 3px 0 rgba(0, 0, 0, 0.1);
  background: #ffffff;
}
.cid-tD7TsPVk5C .navbar.opened {
  transition: all 0.3s;
}
.cid-tD7TsPVk5C .navbar .dropdown-item {
  padding: 0.5rem 1.8rem;
}
.cid-tD7TsPVk5C .navbar .navbar-logo img {
  width: auto;
}
.cid-tD7TsPVk5C .navbar .navbar-collapse {
  justify-content: flex-end;
  z-index: 1;
}
.cid-tD7TsPVk5C .navbar.collapsed {
  justify-content: center;
}
.cid-tD7TsPVk5C .navbar.collapsed .nav-item .nav-link::before {
  display: none;
}
.cid-tD7TsPVk5C .navbar.collapsed.opened .dropdown-menu {
  top: 0;
}
@media (min-width: 992px) {
  .cid-tD7TsPVk5C .navbar.collapsed.opened:not(.navbar-short) .navbar-collapse {
    max-height: calc(98.5vh - 3rem);
  }
}
.cid-tD7TsPVk5C .navbar.collapsed .dropdown-menu .dropdown-submenu {
  left: 0 !important;
}
.cid-tD7TsPVk5C .navbar.collapsed .dropdown-menu .dropdown-item:after {
  right: auto;
}
.cid-tD7TsPVk5C .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-tD7TsPVk5C .navbar.collapsed ul.navbar-nav li {
  margin: auto;
}
.cid-tD7TsPVk5C .navbar.collapsed .dropdown-menu .dropdown-item {
  padding: 0.25rem 1.5rem;
  text-align: center;
}
.cid-tD7TsPVk5C .navbar.collapsed .icons-menu {
  padding-left: 0;
  padding-right: 0;
  padding-top: 0.5rem;
  padding-bottom: 0.5rem;
}
@media (max-width: 991px) {
  .cid-tD7TsPVk5C .navbar .nav-item .nav-link::before {
    display: none;
  }
  .cid-tD7TsPVk5C .navbar.opened .dropdown-menu {
    top: 0;
  }
  .cid-tD7TsPVk5C .navbar .dropdown-menu .dropdown-submenu {
    left: 0 !important;
  }
  .cid-tD7TsPVk5C .navbar .dropdown-menu .dropdown-item:after {
    right: auto;
  }
  .cid-tD7TsPVk5C .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-tD7TsPVk5C .navbar .navbar-logo img {
    height: 3rem !important;
  }
  .cid-tD7TsPVk5C .navbar ul.navbar-nav li {
    margin: auto;
  }
  .cid-tD7TsPVk5C .navbar .dropdown-menu .dropdown-item {
    padding: 0.25rem 1.5rem !important;
    text-align: center;
  }
  .cid-tD7TsPVk5C .navbar .navbar-brand {
    flex-shrink: initial;
    flex-basis: auto;
    word-break: break-word;
    padding-right: 2rem;
  }
  .cid-tD7TsPVk5C .navbar .navbar-toggler {
    flex-basis: auto;
  }
  .cid-tD7TsPVk5C .navbar .icons-menu {
    padding-left: 0;
    padding-top: 0.5rem;
    padding-bottom: 0.5rem;
  }
}
@media (max-width: 991px) and (max-width: 767px) {
  .cid-tD7TsPVk5C .navbar .navbar-brand {
    width: calc(100% - 31px);
  }
}
.cid-tD7TsPVk5C .navbar.navbar-short {
  min-height: 60px;
}
.cid-tD7TsPVk5C .navbar.navbar-short .navbar-logo img {
  height: 2.5rem !important;
}
.cid-tD7TsPVk5C .navbar.navbar-short .navbar-brand {
  min-height: 60px;
  padding: 0;
}
.cid-tD7TsPVk5C .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-tD7TsPVk5C .navbar-brand .navbar-caption {
  line-height: inherit !important;
}
.cid-tD7TsPVk5C .navbar-brand .navbar-logo a {
  outline: none;
}
.cid-tD7TsPVk5C .dropdown-item.active,
.cid-tD7TsPVk5C .dropdown-item:active {
  background-color: transparent;
}
.cid-tD7TsPVk5C .navbar-expand-lg .navbar-nav .nav-link {
  padding: 0;
}
.cid-tD7TsPVk5C .nav-dropdown .link.dropdown-toggle {
  margin-right: 1.667em;
}
.cid-tD7TsPVk5C .nav-dropdown .link.dropdown-toggle[aria-expanded="true"] {
  margin-right: 0;
  padding: 0.667em 1.667em;
}
.cid-tD7TsPVk5C .navbar.navbar-expand-lg .dropdown .dropdown-menu {
  background: #ffffff;
}
.cid-tD7TsPVk5C .navbar.navbar-expand-lg .dropdown .dropdown-menu .dropdown-submenu {
  margin: 0;
  left: 100%;
}
.cid-tD7TsPVk5C .navbar .dropdown.open > .dropdown-menu {
  display: block;
}
.cid-tD7TsPVk5C ul.navbar-nav {
  flex-wrap: wrap;
}
.cid-tD7TsPVk5C .navbar-buttons {
  text-align: center;
  min-width: 170px;
}
.cid-tD7TsPVk5C button.navbar-toggler {
  outline: none;
  width: 31px;
  height: 20px;
  cursor: pointer;
  transition: all 0.2s;
  position: relative;
  align-self: center;
}
.cid-tD7TsPVk5C button.navbar-toggler .hamburger span {
  position: absolute;
  right: 0;
  width: 30px;
  height: 2px;
  border-right: 5px;
  background-color: #000000;
}
.cid-tD7TsPVk5C button.navbar-toggler .hamburger span:nth-child(1) {
  top: 0;
  transition: all 0.2s;
}
.cid-tD7TsPVk5C button.navbar-toggler .hamburger span:nth-child(2) {
  top: 8px;
  transition: all 0.15s;
}
.cid-tD7TsPVk5C button.navbar-toggler .hamburger span:nth-child(3) {
  top: 8px;
  transition: all 0.15s;
}
.cid-tD7TsPVk5C button.navbar-toggler .hamburger span:nth-child(4) {
  top: 16px;
  transition: all 0.2s;
}
.cid-tD7TsPVk5C nav.opened .hamburger span:nth-child(1) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-tD7TsPVk5C nav.opened .hamburger span:nth-child(2) {
  transform: rotate(45deg);
  transition: all 0.25s;
}
.cid-tD7TsPVk5C nav.opened .hamburger span:nth-child(3) {
  transform: rotate(-45deg);
  transition: all 0.25s;
}
.cid-tD7TsPVk5C nav.opened .hamburger span:nth-child(4) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-tD7TsPVk5C .navbar-dropdown {
  padding: 0 1rem;
}
.cid-tD7TsPVk5C a.nav-link {
  display: flex;
  align-items: center;
  justify-content: center;
}
.cid-tD7TsPVk5C .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-tD7TsPVk5C .navbar {
    height: 70px;
  }
  .cid-tD7TsPVk5C .navbar.opened {
    height: auto;
  }
  .cid-tD7TsPVk5C .nav-item .nav-link:hover::before {
    width: 175%;
    max-width: calc(100% + 2rem);
    left: -1rem;
  }
}
.cid-tDW5GOOStH {
  padding-top: 3rem;
  padding-bottom: 4rem;
  background-color: #ffffff;
}
.cid-tDW5GOOStH .mbr-fallback-image.disabled {
  display: none;
}
.cid-tDW5GOOStH .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
@media (max-width: 991px) {
  .cid-tDW5GOOStH .image-wrapper {
    margin-bottom: 1rem;
  }
}
.cid-tDW5GOOStH .row {
  margin-left: -1.5vw;
  margin-right: -1.5vw;
}
.cid-tDW5GOOStH.mbr-fullscreen {
  padding: 0 !important;
}
.cid-tDW5GOOStH img {
  width: 100%;
  object-fit: cover;
  max-height: 100vh;
}
.cid-u9mBjZTAdW {
  padding-top: 3rem;
  padding-bottom: 0rem;
  background-color: #ffffff;
}
.cid-u9mBkU8ljY {
  padding-top: 1rem;
  padding-bottom: 1rem;
  background-color: #ffffff;
}
.cid-u9mBkU8ljY .mbr-fallback-image.disabled {
  display: none;
}
.cid-u9mBkU8ljY .mbr-section-subtitle {
  width: fit-content;
  position: relative;
  display: inline-block;
  z-index: 2;
}
.cid-u9mBkU8ljY .mbr-section-subtitle:before {
  position: absolute;
  content: '';
  left: 0;
  bottom: 10%;
  width: 100%;
  height: 9px;
  background: #d4ceff;
  z-index: -1;
}
.cid-u9mBkU8ljY .text-wrapper {
  max-width: 650px;
  margin: auto;
}
@media (min-width: 992px) {
  .cid-u9mBkU8ljY .text-wrapper {
    padding: 0 2rem;
  }
}
.cid-u9mBkU8ljY img {
  border-radius: 1rem;
}
.cid-u9mBkU8ljY .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-u9mBkU8ljY .row {
  flex-direction: row-reverse;
}
.cid-u9mBkU8ljY .row {
  align-items: center;
}
@media (max-width: 991px) {
  .cid-u9mBkU8ljY .image-wrapper {
    padding: 1rem;
  }
}
.cid-u9mBkU8ljY .mbr-section-title {
  color: #19303d;
}
.cid-u9mBkU8ljY .mbr-section-subtitle,
.cid-u9mBkU8ljY .subtitle-wrap {
  color: #19303d;
}
.cid-u9mBkU8ljY .mbr-text,
.cid-u9mBkU8ljY .mbr-section-btn {
  color: #19303d;
}
.cid-u9mBmz0WGL {
  padding-top: 1rem;
  padding-bottom: 1rem;
  background-color: #ffffff;
}
.cid-u9mBmz0WGL .mbr-fallback-image.disabled {
  display: none;
}
.cid-u9mBmz0WGL .mbr-section-subtitle {
  width: fit-content;
  position: relative;
  display: inline-block;
  z-index: 2;
}
.cid-u9mBmz0WGL .mbr-section-subtitle:before {
  position: absolute;
  content: '';
  left: 0;
  bottom: 10%;
  width: 100%;
  height: 9px;
  background: #d4ceff;
  z-index: -1;
}
.cid-u9mBmz0WGL .text-wrapper {
  max-width: 650px;
  margin: auto;
}
@media (min-width: 992px) {
  .cid-u9mBmz0WGL .text-wrapper {
    padding: 0 2rem;
  }
}
.cid-u9mBmz0WGL img {
  border-radius: 1rem;
}
.cid-u9mBmz0WGL .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-u9mBmz0WGL .row {
  align-items: center;
}
@media (max-width: 991px) {
  .cid-u9mBmz0WGL .image-wrapper {
    padding: 1rem;
  }
}
.cid-u9mBmz0WGL .mbr-section-title {
  color: #19303d;
}
.cid-u9mBmz0WGL .mbr-section-subtitle,
.cid-u9mBmz0WGL .subtitle-wrap {
  color: #19303d;
}
.cid-u9mBmz0WGL .mbr-text,
.cid-u9mBmz0WGL .mbr-section-btn {
  color: #19303d;
}
.cid-u9mBnyL9zE {
  padding-top: 1rem;
  padding-bottom: 1rem;
  background-color: #ffffff;
}
.cid-u9mBnyL9zE .mbr-fallback-image.disabled {
  display: none;
}
.cid-u9mBnyL9zE .mbr-section-subtitle {
  width: fit-content;
  position: relative;
  display: inline-block;
  z-index: 2;
}
.cid-u9mBnyL9zE .mbr-section-subtitle:before {
  position: absolute;
  content: '';
  left: 0;
  bottom: 10%;
  width: 100%;
  height: 9px;
  background: #d4ceff;
  z-index: -1;
}
.cid-u9mBnyL9zE .text-wrapper {
  max-width: 650px;
  margin: auto;
}
@media (min-width: 992px) {
  .cid-u9mBnyL9zE .text-wrapper {
    padding: 0 2rem;
  }
}
.cid-u9mBnyL9zE img {
  border-radius: 1rem;
}
.cid-u9mBnyL9zE .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-u9mBnyL9zE .row {
  flex-direction: row-reverse;
}
.cid-u9mBnyL9zE .row {
  align-items: center;
}
@media (max-width: 991px) {
  .cid-u9mBnyL9zE .image-wrapper {
    padding: 1rem;
  }
}
.cid-u9mBnyL9zE .mbr-section-title {
  color: #19303d;
}
.cid-u9mBnyL9zE .mbr-section-subtitle,
.cid-u9mBnyL9zE .subtitle-wrap {
  color: #19303d;
}
.cid-u9mBnyL9zE .mbr-text,
.cid-u9mBnyL9zE .mbr-section-btn {
  color: #19303d;
}
.cid-u9mBoNl8Rq {
  padding-top: 1rem;
  padding-bottom: 2rem;
  background-color: #ffffff;
}
.cid-tDX92rjbWX {
  padding-top: 2rem;
  padding-bottom: 2rem;
  background-color: #232323;
}
.cid-tDX92rjbWX .row-links {
  width: 100%;
  justify-content: center;
}
.cid-tDX92rjbWX .social-row {
  width: 100%;
  justify-content: center;
}
.cid-tDX92rjbWX .media-container-row {
  flex-direction: column;
  justify-content: center;
  align-items: center;
}
.cid-tDX92rjbWX .media-container-row .foot-menu {
  list-style: none;
  display: flex;
  justify-content: center;
  flex-wrap: wrap;
  padding: 0;
  margin-bottom: 0;
}
.cid-tDX92rjbWX .media-container-row .foot-menu li {
  padding: 0 1rem 1rem 1rem;
}
.cid-tDX92rjbWX .media-container-row .foot-menu li p {
  margin: 0;
}
.cid-tDX92rjbWX .media-container-row .social-list {
  width: auto;
  padding-left: 0;
  margin-bottom: 0;
  list-style: none;
  display: flex;
  flex-wrap: wrap;
  justify-content: flex-end;
}
.cid-tDX92rjbWX .media-container-row .social-list .mbr-iconfont-social {
  font-size: 1.5rem;
  color: #ffffff;
}
.cid-tDX92rjbWX .media-container-row .social-list .soc-item {
  margin: 0 .5rem;
}
.cid-tDX92rjbWX .media-container-row .social-list a {
  margin: 0;
  opacity: .5;
  transition: .2s linear;
}
.cid-tDX92rjbWX .media-container-row .social-list a:hover {
  opacity: 1;
}
@media (max-width: 767px) {
  .cid-tDX92rjbWX .media-container-row .social-list {
    -webkit-justify-content: center;
    justify-content: center;
  }
}
.cid-tDX92rjbWX .media-container-row .row-copirayt {
  word-break: break-word;
  width: 100%;
}
.cid-tDX92rjbWX .media-container-row .row-copirayt p {
  width: 100%;
}
