@import url(https://fonts.googleapis.com/css?family=Roboto+Condensed:400,300,700);
body {
  font-family: Jost;
}
.display-1 {
  font-family: 'Jost', sans-serif;
  font-size: 4.6rem;
  line-height: 1.1;
}
.display-1 > .mbr-iconfont {
  font-size: 5.75rem;
}
.display-2 {
  font-family: 'Jost', sans-serif;
  font-size: 3rem;
  line-height: 1.1;
}
.display-2 > .mbr-iconfont {
  font-size: 3.75rem;
}
.display-4 {
  font-family: 'Jost', sans-serif;
  font-size: 1rem;
  line-height: 1.5;
}
.display-4 > .mbr-iconfont {
  font-size: 1.25rem;
}
.display-5 {
  font-family: 'Jost', sans-serif;
  font-size: 2rem;
  line-height: 1.5;
}
.display-5 > .mbr-iconfont {
  font-size: 2.5rem;
}
.display-7 {
  font-family: 'Jost', sans-serif;
  font-size: 1.2rem;
  line-height: 1.5;
}
.display-7 > .mbr-iconfont {
  font-size: 1.5rem;
}
/* ---- Fluid typography for mobile devices ---- */
/* 1.4 - font scale ratio ( bootstrap == 1.42857 ) */
/* 100vw - current viewport width */
/* (48 - 20)  48 == 48rem == 768px, 20 == 20rem == 320px(minimal supported viewport) */
/* 0.65 - min scale variable, may vary */
@media (max-width: 992px) {
  .display-1 {
    font-size: 3.68rem;
  }
}
@media (max-width: 768px) {
  .display-1 {
    font-size: 3.22rem;
    font-size: calc( 2.26rem + (4.6 - 2.26) * ((100vw - 20rem) / (48 - 20)));
    line-height: calc( 1.1 * (2.26rem + (4.6 - 2.26) * ((100vw - 20rem) / (48 - 20))));
  }
  .display-2 {
    font-size: 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.8rem;
    font-size: calc( 1rem + (1 - 1) * ((100vw - 20rem) / (48 - 20)));
    line-height: calc( 1.4 * (1rem + (1 - 1) * ((100vw - 20rem) / (48 - 20))));
  }
  .display-5 {
    font-size: 1.6rem;
    font-size: calc( 1.35rem + (2 - 1.35) * ((100vw - 20rem) / (48 - 20)));
    line-height: calc( 1.4 * (1.35rem + (2 - 1.35) * ((100vw - 20rem) / (48 - 20))));
  }
  .display-7 {
    font-size: 0.96rem;
    font-size: calc( 1.07rem + (1.2 - 1.07) * ((100vw - 20rem) / (48 - 20)));
    line-height: calc( 1.4 * (1.07rem + (1.2 - 1.07) * ((100vw - 20rem) / (48 - 20))));
  }
}
/* Buttons */
.btn {
  padding: 0.6rem 1.2rem;
  border-radius: 4px;
}
.btn-sm {
  padding: 0.6rem 1.2rem;
  border-radius: 4px;
}
.btn-md {
  padding: 0.6rem 1.2rem;
  border-radius: 4px;
}
.btn-lg {
  padding: 1rem 2.6rem;
  border-radius: 4px;
}
.bg-primary {
  background-color: #4479d9 !important;
}
.bg-success {
  background-color: #2299aa !important;
}
.bg-info {
  background-color: #8caff0 !important;
}
.bg-warning {
  background-color: #ffe161 !important;
}
.bg-danger {
  background-color: #ff9966 !important;
}
.btn-primary,
.btn-primary:active {
  background-color: #4479d9 !important;
  border-color: #4479d9 !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: #2150a5 !important;
  border-color: #2150a5 !important;
  box-shadow: 0 2px 5px 0 rgba(0, 0, 0, 0.2);
}
.btn-primary.disabled,
.btn-primary:disabled {
  color: #ffffff !important;
  background-color: #2150a5 !important;
  border-color: #2150a5 !important;
}
.btn-secondary,
.btn-secondary:active {
  background-color: #4479d9 !important;
  border-color: #4479d9 !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: #2150a5 !important;
  border-color: #2150a5 !important;
  box-shadow: 0 2px 5px 0 rgba(0, 0, 0, 0.2);
}
.btn-secondary.disabled,
.btn-secondary:disabled {
  color: #ffffff !important;
  background-color: #2150a5 !important;
  border-color: #2150a5 !important;
}
.btn-info,
.btn-info:active {
  background-color: #8caff0 !important;
  border-color: #8caff0 !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: #3f7ae6 !important;
  border-color: #3f7ae6 !important;
  box-shadow: 0 2px 5px 0 rgba(0, 0, 0, 0.2);
}
.btn-info.disabled,
.btn-info:disabled {
  color: #ffffff !important;
  background-color: #3f7ae6 !important;
  border-color: #3f7ae6 !important;
}
.btn-success,
.btn-success:active {
  background-color: #2299aa !important;
  border-color: #2299aa !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: #145862 !important;
  border-color: #145862 !important;
  box-shadow: 0 2px 5px 0 rgba(0, 0, 0, 0.2);
}
.btn-success.disabled,
.btn-success:disabled {
  color: #ffffff !important;
  background-color: #145862 !important;
  border-color: #145862 !important;
}
.btn-warning,
.btn-warning:active {
  background-color: #ffe161 !important;
  border-color: #ffe161 !important;
  color: #614f00 !important;
  box-shadow: 0 2px 2px 0 rgba(0, 0, 0, 0.2);
}
.btn-warning:hover,
.btn-warning:focus,
.btn-warning.focus,
.btn-warning.active {
  color: #0a0800 !important;
  background-color: #ffd10a !important;
  border-color: #ffd10a !important;
  box-shadow: 0 2px 5px 0 rgba(0, 0, 0, 0.2);
}
.btn-warning.disabled,
.btn-warning:disabled {
  color: #614f00 !important;
  background-color: #ffd10a !important;
  border-color: #ffd10a !important;
}
.btn-danger,
.btn-danger:active {
  background-color: #ff9966 !important;
  border-color: #ff9966 !important;
  color: #ffffff !important;
  box-shadow: 0 2px 2px 0 rgba(0, 0, 0, 0.2);
}
.btn-danger:hover,
.btn-danger:focus,
.btn-danger.focus,
.btn-danger.active {
  color: #ffffff !important;
  background-color: #ff5f0f !important;
  border-color: #ff5f0f !important;
  box-shadow: 0 2px 5px 0 rgba(0, 0, 0, 0.2);
}
.btn-danger.disabled,
.btn-danger:disabled {
  color: #ffffff !important;
  background-color: #ff5f0f !important;
  border-color: #ff5f0f !important;
}
.btn-white,
.btn-white:active {
  background-color: #fafafa !important;
  border-color: #fafafa !important;
  color: #7a7a7a !important;
  box-shadow: 0 2px 2px 0 rgba(0, 0, 0, 0.2);
}
.btn-white:hover,
.btn-white:focus,
.btn-white.focus,
.btn-white.active {
  color: #4f4f4f !important;
  background-color: #cfcfcf !important;
  border-color: #cfcfcf !important;
  box-shadow: 0 2px 5px 0 rgba(0, 0, 0, 0.2);
}
.btn-white.disabled,
.btn-white:disabled {
  color: #7a7a7a !important;
  background-color: #cfcfcf !important;
  border-color: #cfcfcf !important;
}
.btn-black,
.btn-black:active {
  background-color: #232323 !important;
  border-color: #232323 !important;
  color: #ffffff !important;
  box-shadow: 0 2px 2px 0 rgba(0, 0, 0, 0.2);
}
.btn-black:hover,
.btn-black:focus,
.btn-black.focus,
.btn-black.active {
  color: #ffffff !important;
  background-color: #000000 !important;
  border-color: #000000 !important;
  box-shadow: 0 2px 5px 0 rgba(0, 0, 0, 0.2);
}
.btn-black.disabled,
.btn-black:disabled {
  color: #ffffff !important;
  background-color: #000000 !important;
  border-color: #000000 !important;
}
.btn-primary-outline,
.btn-primary-outline:active {
  background-color: transparent !important;
  border-color: transparent;
  color: #4479d9;
}
.btn-primary-outline:hover,
.btn-primary-outline:focus,
.btn-primary-outline.focus,
.btn-primary-outline.active {
  color: #2150a5 !important;
  background-color: transparent!important;
  border-color: transparent!important;
  box-shadow: none!important;
}
.btn-primary-outline.disabled,
.btn-primary-outline:disabled {
  color: #ffffff !important;
  background-color: #4479d9 !important;
  border-color: #4479d9 !important;
}
.btn-secondary-outline,
.btn-secondary-outline:active {
  background-color: transparent !important;
  border-color: transparent;
  color: #4479d9;
}
.btn-secondary-outline:hover,
.btn-secondary-outline:focus,
.btn-secondary-outline.focus,
.btn-secondary-outline.active {
  color: #2150a5 !important;
  background-color: transparent!important;
  border-color: transparent!important;
  box-shadow: none!important;
}
.btn-secondary-outline.disabled,
.btn-secondary-outline:disabled {
  color: #ffffff !important;
  background-color: #4479d9 !important;
  border-color: #4479d9 !important;
}
.btn-info-outline,
.btn-info-outline:active {
  background-color: transparent !important;
  border-color: transparent;
  color: #8caff0;
}
.btn-info-outline:hover,
.btn-info-outline:focus,
.btn-info-outline.focus,
.btn-info-outline.active {
  color: #3f7ae6 !important;
  background-color: transparent!important;
  border-color: transparent!important;
  box-shadow: none!important;
}
.btn-info-outline.disabled,
.btn-info-outline:disabled {
  color: #ffffff !important;
  background-color: #8caff0 !important;
  border-color: #8caff0 !important;
}
.btn-success-outline,
.btn-success-outline:active {
  background-color: transparent !important;
  border-color: transparent;
  color: #2299aa;
}
.btn-success-outline:hover,
.btn-success-outline:focus,
.btn-success-outline.focus,
.btn-success-outline.active {
  color: #145862 !important;
  background-color: transparent!important;
  border-color: transparent!important;
  box-shadow: none!important;
}
.btn-success-outline.disabled,
.btn-success-outline:disabled {
  color: #ffffff !important;
  background-color: #2299aa !important;
  border-color: #2299aa !important;
}
.btn-warning-outline,
.btn-warning-outline:active {
  background-color: transparent !important;
  border-color: transparent;
  color: #ffe161;
}
.btn-warning-outline:hover,
.btn-warning-outline:focus,
.btn-warning-outline.focus,
.btn-warning-outline.active {
  color: #ffd10a !important;
  background-color: transparent!important;
  border-color: transparent!important;
  box-shadow: none!important;
}
.btn-warning-outline.disabled,
.btn-warning-outline:disabled {
  color: #614f00 !important;
  background-color: #ffe161 !important;
  border-color: #ffe161 !important;
}
.btn-danger-outline,
.btn-danger-outline:active {
  background-color: transparent !important;
  border-color: transparent;
  color: #ff9966;
}
.btn-danger-outline:hover,
.btn-danger-outline:focus,
.btn-danger-outline.focus,
.btn-danger-outline.active {
  color: #ff5f0f !important;
  background-color: transparent!important;
  border-color: transparent!important;
  box-shadow: none!important;
}
.btn-danger-outline.disabled,
.btn-danger-outline:disabled {
  color: #ffffff !important;
  background-color: #ff9966 !important;
  border-color: #ff9966 !important;
}
.btn-black-outline,
.btn-black-outline:active {
  background-color: transparent !important;
  border-color: transparent;
  color: #232323;
}
.btn-black-outline:hover,
.btn-black-outline:focus,
.btn-black-outline.focus,
.btn-black-outline.active {
  color: #000000 !important;
  background-color: transparent!important;
  border-color: transparent!important;
  box-shadow: none!important;
}
.btn-black-outline.disabled,
.btn-black-outline:disabled {
  color: #ffffff !important;
  background-color: #232323 !important;
  border-color: #232323 !important;
}
.btn-white-outline,
.btn-white-outline:active {
  background-color: transparent !important;
  border-color: transparent;
  color: #fafafa;
}
.btn-white-outline:hover,
.btn-white-outline:focus,
.btn-white-outline.focus,
.btn-white-outline.active {
  color: #cfcfcf !important;
  background-color: transparent!important;
  border-color: transparent!important;
  box-shadow: none!important;
}
.btn-white-outline.disabled,
.btn-white-outline:disabled {
  color: #7a7a7a !important;
  background-color: #fafafa !important;
  border-color: #fafafa !important;
}
.text-primary {
  color: #4479d9 !important;
}
.text-secondary {
  color: #4479d9 !important;
}
.text-success {
  color: #2299aa !important;
}
.text-info {
  color: #8caff0 !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: #1f4a98 !important;
}
a.text-secondary:hover,
a.text-secondary:focus,
a.text-secondary.active {
  color: #1f4a98 !important;
}
a.text-success:hover,
a.text-success:focus,
a.text-success.active {
  color: #114c55 !important;
}
a.text-info:hover,
a.text-info:focus,
a.text-info.active {
  color: #3270e4 !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: #4479d9;
}
.nav-tabs .nav-link:not(.active) {
  color: #232323;
}
.alert-success {
  background-color: #70c770;
}
.alert-info {
  background-color: #8caff0;
}
.alert-warning {
  background-color: #ffe161;
}
.alert-danger {
  background-color: #ff9966;
}
.mbr-gallery-filter li.active .btn {
  background-color: #4479d9;
  border-color: #4479d9;
  color: #ffffff;
}
.mbr-gallery-filter li.active .btn:focus {
  box-shadow: none;
}
a,
a:hover {
  color: #4479d9;
}
.mbr-plan-header.bg-primary .mbr-plan-subtitle,
.mbr-plan-header.bg-primary .mbr-plan-price-desc {
  color: #eef2fb;
}
.mbr-plan-header.bg-success .mbr-plan-subtitle,
.mbr-plan-header.bg-success .mbr-plan-price-desc {
  color: #6ad2e1;
}
.mbr-plan-header.bg-info .mbr-plan-subtitle,
.mbr-plan-header.bg-info .mbr-plan-price-desc {
  color: #ffffff;
}
.mbr-plan-header.bg-warning .mbr-plan-subtitle,
.mbr-plan-header.bg-warning .mbr-plan-price-desc {
  color: #ffffff;
}
.mbr-plan-header.bg-danger .mbr-plan-subtitle,
.mbr-plan-header.bg-danger .mbr-plan-price-desc {
  color: #ffffff;
}
/* Scroll to top button*/
.form-control {
  font-family: 'Jost', sans-serif;
  font-size: 1rem;
  line-height: 1.5;
  font-weight: 400;
}
.form-control > .mbr-iconfont {
  font-size: 1.25rem;
}
.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: #4479d9 !important;
}
.form-control:-webkit-input-placeholder {
  font-family: 'Jost', sans-serif;
  font-size: 1rem;
  line-height: 1.5;
  font-weight: 400;
}
.form-control:-webkit-input-placeholder > .mbr-iconfont {
  font-size: 1.25rem;
}
blockquote {
  border-color: #4479d9;
}
/* Forms */
.jq-selectbox li:hover,
.jq-selectbox li.selected {
  background-color: #4479d9;
  color: #ffffff;
}
.jq-number__spin {
  transition: 0.25s ease;
}
.jq-number__spin:hover {
  border-color: #4479d9;
}
.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: #4479d9;
  border-bottom-color: #4479d9;
}
.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: #4479d9 !important;
  box-shadow: none !important;
}
.xdsoft_datetimepicker .xdsoft_calendar td:hover,
.xdsoft_datetimepicker .xdsoft_timepicker .xdsoft_time_box > div > div:hover {
  color: #ffffff !important;
  background: #4479d9 !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='%234479d9' %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-sFHpMqcXGj {
  z-index: 1000;
  width: 100%;
}
.cid-sFHpMqcXGj nav.navbar {
  position: fixed;
}
.cid-sFHpMqcXGj .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-sFHpMqcXGj .dropdown-menu {
  padding: 0;
  border-radius: 4px;
  box-shadow: 0 1px 3px 0 rgba(0, 0, 0, 0.1);
}
.cid-sFHpMqcXGj .dropdown-item {
  border-bottom: 1px solid #e6e6e6;
}
.cid-sFHpMqcXGj .dropdown-item:hover,
.cid-sFHpMqcXGj .dropdown-item:focus {
  background: #4479d9 !important;
  color: white !important;
}
.cid-sFHpMqcXGj .dropdown-item:first-child {
  border-top-left-radius: 4px;
  border-top-right-radius: 4px;
}
.cid-sFHpMqcXGj .dropdown-item:last-child {
  border-bottom: none;
  border-bottom-left-radius: 4px;
  border-bottom-right-radius: 4px;
}
.cid-sFHpMqcXGj .nav-dropdown .link {
  padding: 0 0.3em !important;
  margin: 0.667em 1em !important;
}
.cid-sFHpMqcXGj .nav-dropdown .link.dropdown-toggle::after {
  margin-left: 0.5rem;
  margin-top: 0.2rem;
}
.cid-sFHpMqcXGj .nav-link {
  position: relative;
}
.cid-sFHpMqcXGj .container {
  display: flex;
  margin: auto;
}
.cid-sFHpMqcXGj .iconfont-wrapper {
  color: #0b52cf !important;
  font-size: 1.5rem;
  padding-right: 0.5rem;
}
.cid-sFHpMqcXGj .dropdown-menu,
.cid-sFHpMqcXGj .navbar.opened {
  background: #353535 !important;
}
.cid-sFHpMqcXGj .nav-item:focus,
.cid-sFHpMqcXGj .nav-link:focus {
  outline: none;
}
.cid-sFHpMqcXGj .dropdown .dropdown-menu .dropdown-item {
  width: auto;
  transition: all 0.25s ease-in-out;
}
.cid-sFHpMqcXGj .dropdown .dropdown-menu .dropdown-item::after {
  right: 0.5rem;
}
.cid-sFHpMqcXGj .dropdown .dropdown-menu .dropdown-item .mbr-iconfont {
  margin-right: 0.5rem;
  vertical-align: sub;
}
.cid-sFHpMqcXGj .dropdown .dropdown-menu .dropdown-item .mbr-iconfont:before {
  display: inline-block;
  transform: scale(1, 1);
  transition: all 0.25s ease-in-out;
}
.cid-sFHpMqcXGj .collapsed .dropdown-menu .dropdown-item:before {
  display: none;
}
.cid-sFHpMqcXGj .collapsed .dropdown .dropdown-menu .dropdown-item {
  padding: 0.235em 1.5em 0.235em 1.5em !important;
  transition: none;
  margin: 0 !important;
}
.cid-sFHpMqcXGj .navbar {
  min-height: 70px;
  transition: all 0.3s;
  border-bottom: 1px solid transparent;
  position: absolute;
  background: rgba(53, 53, 53, 0.9);
}
.cid-sFHpMqcXGj .navbar.opened {
  transition: all 0.3s;
}
.cid-sFHpMqcXGj .navbar .dropdown-item {
  padding: 0.5rem 1.8rem;
}
.cid-sFHpMqcXGj .navbar .navbar-logo img {
  width: auto;
}
.cid-sFHpMqcXGj .navbar .navbar-collapse {
  justify-content: flex-end;
  z-index: 1;
}
.cid-sFHpMqcXGj .navbar.collapsed {
  justify-content: center;
}
.cid-sFHpMqcXGj .navbar.collapsed .nav-item .nav-link::before {
  display: none;
}
.cid-sFHpMqcXGj .navbar.collapsed.opened .dropdown-menu {
  top: 0;
}
.cid-sFHpMqcXGj .navbar.collapsed .dropdown-menu .dropdown-submenu {
  left: 0 !important;
}
.cid-sFHpMqcXGj .navbar.collapsed .dropdown-menu .dropdown-item:after {
  right: auto;
}
.cid-sFHpMqcXGj .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-sFHpMqcXGj .navbar.collapsed ul.navbar-nav li {
  margin: auto;
}
.cid-sFHpMqcXGj .navbar.collapsed .dropdown-menu .dropdown-item {
  padding: 0.25rem 1.5rem;
  text-align: center;
}
.cid-sFHpMqcXGj .navbar.collapsed .icons-menu {
  padding-left: 0;
  padding-right: 0;
  padding-top: 0.5rem;
  padding-bottom: 0.5rem;
}
@media (max-width: 991px) {
  .cid-sFHpMqcXGj .navbar .nav-item .nav-link::before {
    display: none;
  }
  .cid-sFHpMqcXGj .navbar.opened .dropdown-menu {
    top: 0;
  }
  .cid-sFHpMqcXGj .navbar .dropdown-menu .dropdown-submenu {
    left: 0 !important;
  }
  .cid-sFHpMqcXGj .navbar .dropdown-menu .dropdown-item:after {
    right: auto;
  }
  .cid-sFHpMqcXGj .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-sFHpMqcXGj .navbar .navbar-logo img {
    height: 3rem !important;
  }
  .cid-sFHpMqcXGj .navbar ul.navbar-nav li {
    margin: auto;
  }
  .cid-sFHpMqcXGj .navbar .dropdown-menu .dropdown-item {
    padding: 0.25rem 1.5rem !important;
    text-align: center;
  }
  .cid-sFHpMqcXGj .navbar .navbar-brand {
    flex-shrink: initial;
    flex-basis: auto;
    word-break: break-word;
    padding-right: 2rem;
  }
  .cid-sFHpMqcXGj .navbar .navbar-toggler {
    flex-basis: auto;
  }
  .cid-sFHpMqcXGj .navbar .icons-menu {
    padding-left: 0;
    padding-top: 0.5rem;
    padding-bottom: 0.5rem;
  }
}
.cid-sFHpMqcXGj .navbar.navbar-short {
  min-height: 60px;
}
.cid-sFHpMqcXGj .navbar.navbar-short .navbar-logo img {
  height: 2.5rem !important;
}
.cid-sFHpMqcXGj .navbar.navbar-short .navbar-brand {
  min-height: 60px;
  padding: 0;
}
.cid-sFHpMqcXGj .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-sFHpMqcXGj .navbar-brand .navbar-caption {
  line-height: inherit !important;
}
.cid-sFHpMqcXGj .navbar-brand .navbar-logo a {
  outline: none;
}
.cid-sFHpMqcXGj .dropdown-item.active,
.cid-sFHpMqcXGj .dropdown-item:active {
  background-color: transparent;
}
.cid-sFHpMqcXGj .navbar-expand-lg .navbar-nav .nav-link {
  padding: 0;
}
.cid-sFHpMqcXGj .nav-dropdown .link.dropdown-toggle {
  margin-right: 1.667em;
}
.cid-sFHpMqcXGj .nav-dropdown .link.dropdown-toggle[aria-expanded="true"] {
  margin-right: 0;
  padding: 0.667em 1.667em;
}
.cid-sFHpMqcXGj .navbar.navbar-expand-lg .dropdown .dropdown-menu {
  background: #353535;
}
.cid-sFHpMqcXGj .navbar.navbar-expand-lg .dropdown .dropdown-menu .dropdown-submenu {
  margin: 0;
  left: 100%;
}
.cid-sFHpMqcXGj .navbar .dropdown.open > .dropdown-menu {
  display: block;
}
.cid-sFHpMqcXGj ul.navbar-nav {
  flex-wrap: wrap;
}
.cid-sFHpMqcXGj .navbar-buttons {
  text-align: center;
  min-width: 170px;
}
.cid-sFHpMqcXGj button.navbar-toggler {
  outline: none;
  width: 31px;
  height: 20px;
  cursor: pointer;
  transition: all 0.2s;
  position: relative;
  align-self: center;
}
.cid-sFHpMqcXGj button.navbar-toggler .hamburger span {
  position: absolute;
  right: 0;
  width: 30px;
  height: 2px;
  border-right: 5px;
  background-color: #ffffff;
}
.cid-sFHpMqcXGj button.navbar-toggler .hamburger span:nth-child(1) {
  top: 0;
  transition: all 0.2s;
}
.cid-sFHpMqcXGj button.navbar-toggler .hamburger span:nth-child(2) {
  top: 8px;
  transition: all 0.15s;
}
.cid-sFHpMqcXGj button.navbar-toggler .hamburger span:nth-child(3) {
  top: 8px;
  transition: all 0.15s;
}
.cid-sFHpMqcXGj button.navbar-toggler .hamburger span:nth-child(4) {
  top: 16px;
  transition: all 0.2s;
}
.cid-sFHpMqcXGj nav.opened .hamburger span:nth-child(1) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-sFHpMqcXGj nav.opened .hamburger span:nth-child(2) {
  transform: rotate(45deg);
  transition: all 0.25s;
}
.cid-sFHpMqcXGj nav.opened .hamburger span:nth-child(3) {
  transform: rotate(-45deg);
  transition: all 0.25s;
}
.cid-sFHpMqcXGj nav.opened .hamburger span:nth-child(4) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-sFHpMqcXGj .navbar-dropdown {
  padding: 0 1rem;
  position: fixed;
}
.cid-sFHpMqcXGj a.nav-link {
  display: flex;
  align-items: center;
  justify-content: center;
}
.cid-sFHpMqcXGj .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-sFHpMqcXGj .navbar {
    height: 70px;
  }
  .cid-sFHpMqcXGj .navbar.opened {
    height: auto;
  }
  .cid-sFHpMqcXGj .nav-item .nav-link:hover::before {
    width: 175%;
    max-width: calc(100% + 2rem);
    left: -1rem;
  }
}
.cid-tZxgw1sHs8 {
  background-image: url("../../../assets/images/sunset-1373171-1920-1920x1080.webp");
}
.cid-tZxgw1sHs8 .mbr-fallback-image.disabled {
  display: none;
}
.cid-tZxgw1sHs8 .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-tZxgw1sHs8 .mbr-section-title {
  color: #ffffff;
  text-align: center;
}
.cid-tZxgw1sHs8 .mbr-section-subtitle {
  color: #ffffff;
  text-align: center;
}
.cid-tZxgw1sHs8 .mbr-text,
.cid-tZxgw1sHs8 .mbr-section-btn {
  color: #ffffff;
  text-align: center;
}
.cid-tUOQ5aQvKF {
  padding-top: 6rem;
  padding-bottom: 7rem;
  background-image: url("../../../assets/images/sunset-1373171-1920-1920x1080.webp");
}
.cid-tUOQ5aQvKF .image-wrap img {
  width: 100%;
}
@media (min-width: 992px) {
  .cid-tUOQ5aQvKF .image-wrap img {
    display: block;
    margin: auto;
    width: 100%;
  }
}
.cid-tUOQ5aQvKF .mbr-section-title {
  color: #ffffff;
  text-align: center;
}
.cid-tUOQ5aQvKF .mbr-text,
.cid-tUOQ5aQvKF .mbr-section-btn {
  color: #ffffff;
  text-align: left;
}
.cid-tZfEvR8N7K {
  padding-top: 3rem;
  padding-bottom: 1rem;
  background-color: #fafafa;
}
.cid-tZfEvR8N7K img,
.cid-tZfEvR8N7K .item-img {
  width: 100%;
  height: 100%;
  height: 200px;
  object-fit: cover;
}
.cid-tZfEvR8N7K .item:focus,
.cid-tZfEvR8N7K span:focus {
  outline: none;
}
.cid-tZfEvR8N7K .item {
  cursor: pointer;
  margin-bottom: 2rem;
}
.cid-tZfEvR8N7K .item-wrapper {
  position: relative;
  border-radius: 4px;
  background: #ecf1ff;
  height: 100%;
  display: flex;
  flex-flow: column nowrap;
}
@media (min-width: 992px) {
  .cid-tZfEvR8N7K .item-wrapper .item-content {
    padding: 2rem 2rem 0;
  }
  .cid-tZfEvR8N7K .item-wrapper .item-footer {
    padding: 0 2rem 2rem;
  }
}
@media (max-width: 991px) {
  .cid-tZfEvR8N7K .item-wrapper .item-content {
    padding: 1rem 1rem 0;
  }
  .cid-tZfEvR8N7K .item-wrapper .item-footer {
    padding: 0 1rem 1rem;
  }
}
.cid-tZfEvR8N7K .mbr-section-btn {
  margin-top: auto !important;
}
.cid-tZfEvR8N7K .mbr-section-title {
  color: #232323;
}
.cid-tZfEvR8N7K .mbr-text,
.cid-tZfEvR8N7K .mbr-section-btn {
  text-align: left;
}
.cid-tZfEvR8N7K .item-title {
  text-align: left;
}
.cid-tZfEvR8N7K .item-subtitle {
  text-align: left;
  color: #bbbbbb;
}
#hrblock-block-9w hr {
  margin: 0;
}
.cid-tZfCRTpqfE {
  padding-top: 1rem;
  padding-bottom: 0rem;
  background-color: #fafafa;
}
.cid-tZfCRTpqfE img,
.cid-tZfCRTpqfE .item-img {
  width: 100%;
  height: 100%;
  height: 200px;
  object-fit: cover;
}
.cid-tZfCRTpqfE .item:focus,
.cid-tZfCRTpqfE span:focus {
  outline: none;
}
.cid-tZfCRTpqfE .item {
  cursor: pointer;
  margin-bottom: 2rem;
}
.cid-tZfCRTpqfE .item-wrapper {
  position: relative;
  border-radius: 4px;
  background: #ecf1ff;
  height: 100%;
  display: flex;
  flex-flow: column nowrap;
}
@media (min-width: 992px) {
  .cid-tZfCRTpqfE .item-wrapper .item-content {
    padding: 2rem 2rem 0;
  }
  .cid-tZfCRTpqfE .item-wrapper .item-footer {
    padding: 0 2rem 2rem;
  }
}
@media (max-width: 991px) {
  .cid-tZfCRTpqfE .item-wrapper .item-content {
    padding: 1rem 1rem 0;
  }
  .cid-tZfCRTpqfE .item-wrapper .item-footer {
    padding: 0 1rem 1rem;
  }
}
.cid-tZfCRTpqfE .mbr-section-btn {
  margin-top: auto !important;
}
.cid-tZfCRTpqfE .mbr-section-title {
  color: #232323;
}
.cid-tZfCRTpqfE .mbr-text,
.cid-tZfCRTpqfE .mbr-section-btn {
  text-align: left;
}
.cid-tZfCRTpqfE .item-title {
  text-align: left;
}
.cid-tZfCRTpqfE .item-subtitle {
  text-align: left;
  color: #bbbbbb;
}
#hrblock-block-9x hr {
  margin: 0;
}
.cid-tZ3qcMbbgl {
  padding-top: 2rem;
  padding-bottom: 0rem;
  background-color: #ffffff;
}
.cid-tZ3qcMbbgl .mbr-fallback-image.disabled {
  display: none;
}
.cid-tZ3qcMbbgl .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-tZ3qcMbbgl .image-wrapper {
  display: flex;
  align-items: center;
}
.cid-tZ3qcMbbgl .card-wrapper {
  margin-bottom: 2rem;
  display: flex;
  border-radius: 4px;
  background: #f3f3f3;
}
@media (max-width: 991px) {
  .cid-tZ3qcMbbgl .card-wrapper {
    padding: 1rem 2rem;
  }
}
@media (min-width: 992px) {
  .cid-tZ3qcMbbgl .card-wrapper {
    padding: 2rem 4rem;
  }
}
.cid-tZ3qcMbbgl .mbr-iconfont {
  font-size: 2rem;
  padding-right: 1.5rem;
  color: #4479d9;
}
.cid-tZ3qcMbbgl P {
  color: #0b52cf;
}
.cid-tZ3rFS5J6g {
  padding-top: 0rem;
  padding-bottom: 1rem;
  background-color: #ffffff;
}
.cid-tZ3rFS5J6g .mbr-fallback-image.disabled {
  display: none;
}
.cid-tZ3rFS5J6g .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-tZ3rFS5J6g .image-wrapper {
  display: flex;
  align-items: center;
}
.cid-tZ3rFS5J6g .card-wrapper {
  margin-bottom: 2rem;
  display: flex;
  border-radius: 4px;
  background: #f3f3f3;
}
@media (max-width: 991px) {
  .cid-tZ3rFS5J6g .card-wrapper {
    padding: 1rem 2rem;
  }
}
@media (min-width: 992px) {
  .cid-tZ3rFS5J6g .card-wrapper {
    padding: 2rem 4rem;
  }
}
.cid-tZ3rFS5J6g .mbr-iconfont {
  font-size: 2rem;
  padding-right: 1.5rem;
  color: #4479d9;
}
.cid-sFHu2wLoQp {
  padding-top: 30px;
  padding-bottom: 30px;
  background-color: #353535;
  overflow: hidden;
}
.cid-sFHu2wLoQp .row .mbr-text {
  color: #ffffff;
}
.cid-u0jUi7Z41G {
  z-index: 1000;
  width: 100%;
}
.cid-u0jUi7Z41G nav.navbar {
  position: fixed;
}
.cid-u0jUi7Z41G .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-u0jUi7Z41G .dropdown-menu {
  padding: 0;
  border-radius: 4px;
  box-shadow: 0 1px 3px 0 rgba(0, 0, 0, 0.1);
}
.cid-u0jUi7Z41G .dropdown-item {
  border-bottom: 1px solid #e6e6e6;
}
.cid-u0jUi7Z41G .dropdown-item:hover,
.cid-u0jUi7Z41G .dropdown-item:focus {
  background: #4479d9 !important;
  color: white !important;
}
.cid-u0jUi7Z41G .dropdown-item:first-child {
  border-top-left-radius: 4px;
  border-top-right-radius: 4px;
}
.cid-u0jUi7Z41G .dropdown-item:last-child {
  border-bottom: none;
  border-bottom-left-radius: 4px;
  border-bottom-right-radius: 4px;
}
.cid-u0jUi7Z41G .nav-dropdown .link {
  padding: 0 0.3em !important;
  margin: 0.667em 1em !important;
}
.cid-u0jUi7Z41G .nav-dropdown .link.dropdown-toggle::after {
  margin-left: 0.5rem;
  margin-top: 0.2rem;
}
.cid-u0jUi7Z41G .nav-link {
  position: relative;
}
.cid-u0jUi7Z41G .container {
  display: flex;
  margin: auto;
}
.cid-u0jUi7Z41G .iconfont-wrapper {
  color: #0b52cf !important;
  font-size: 1.5rem;
  padding-right: 0.5rem;
}
.cid-u0jUi7Z41G .dropdown-menu,
.cid-u0jUi7Z41G .navbar.opened {
  background: #353535 !important;
}
.cid-u0jUi7Z41G .nav-item:focus,
.cid-u0jUi7Z41G .nav-link:focus {
  outline: none;
}
.cid-u0jUi7Z41G .dropdown .dropdown-menu .dropdown-item {
  width: auto;
  transition: all 0.25s ease-in-out;
}
.cid-u0jUi7Z41G .dropdown .dropdown-menu .dropdown-item::after {
  right: 0.5rem;
}
.cid-u0jUi7Z41G .dropdown .dropdown-menu .dropdown-item .mbr-iconfont {
  margin-right: 0.5rem;
  vertical-align: sub;
}
.cid-u0jUi7Z41G .dropdown .dropdown-menu .dropdown-item .mbr-iconfont:before {
  display: inline-block;
  transform: scale(1, 1);
  transition: all 0.25s ease-in-out;
}
.cid-u0jUi7Z41G .collapsed .dropdown-menu .dropdown-item:before {
  display: none;
}
.cid-u0jUi7Z41G .collapsed .dropdown .dropdown-menu .dropdown-item {
  padding: 0.235em 1.5em 0.235em 1.5em !important;
  transition: none;
  margin: 0 !important;
}
.cid-u0jUi7Z41G .navbar {
  min-height: 70px;
  transition: all 0.3s;
  border-bottom: 1px solid transparent;
  position: absolute;
  background: rgba(53, 53, 53, 0.9);
}
.cid-u0jUi7Z41G .navbar.opened {
  transition: all 0.3s;
}
.cid-u0jUi7Z41G .navbar .dropdown-item {
  padding: 0.5rem 1.8rem;
}
.cid-u0jUi7Z41G .navbar .navbar-logo img {
  width: auto;
}
.cid-u0jUi7Z41G .navbar .navbar-collapse {
  justify-content: flex-end;
  z-index: 1;
}
.cid-u0jUi7Z41G .navbar.collapsed {
  justify-content: center;
}
.cid-u0jUi7Z41G .navbar.collapsed .nav-item .nav-link::before {
  display: none;
}
.cid-u0jUi7Z41G .navbar.collapsed.opened .dropdown-menu {
  top: 0;
}
.cid-u0jUi7Z41G .navbar.collapsed .dropdown-menu .dropdown-submenu {
  left: 0 !important;
}
.cid-u0jUi7Z41G .navbar.collapsed .dropdown-menu .dropdown-item:after {
  right: auto;
}
.cid-u0jUi7Z41G .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-u0jUi7Z41G .navbar.collapsed ul.navbar-nav li {
  margin: auto;
}
.cid-u0jUi7Z41G .navbar.collapsed .dropdown-menu .dropdown-item {
  padding: 0.25rem 1.5rem;
  text-align: center;
}
.cid-u0jUi7Z41G .navbar.collapsed .icons-menu {
  padding-left: 0;
  padding-right: 0;
  padding-top: 0.5rem;
  padding-bottom: 0.5rem;
}
@media (max-width: 991px) {
  .cid-u0jUi7Z41G .navbar .nav-item .nav-link::before {
    display: none;
  }
  .cid-u0jUi7Z41G .navbar.opened .dropdown-menu {
    top: 0;
  }
  .cid-u0jUi7Z41G .navbar .dropdown-menu .dropdown-submenu {
    left: 0 !important;
  }
  .cid-u0jUi7Z41G .navbar .dropdown-menu .dropdown-item:after {
    right: auto;
  }
  .cid-u0jUi7Z41G .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-u0jUi7Z41G .navbar .navbar-logo img {
    height: 3rem !important;
  }
  .cid-u0jUi7Z41G .navbar ul.navbar-nav li {
    margin: auto;
  }
  .cid-u0jUi7Z41G .navbar .dropdown-menu .dropdown-item {
    padding: 0.25rem 1.5rem !important;
    text-align: center;
  }
  .cid-u0jUi7Z41G .navbar .navbar-brand {
    flex-shrink: initial;
    flex-basis: auto;
    word-break: break-word;
    padding-right: 2rem;
  }
  .cid-u0jUi7Z41G .navbar .navbar-toggler {
    flex-basis: auto;
  }
  .cid-u0jUi7Z41G .navbar .icons-menu {
    padding-left: 0;
    padding-top: 0.5rem;
    padding-bottom: 0.5rem;
  }
}
.cid-u0jUi7Z41G .navbar.navbar-short {
  min-height: 60px;
}
.cid-u0jUi7Z41G .navbar.navbar-short .navbar-logo img {
  height: 2.5rem !important;
}
.cid-u0jUi7Z41G .navbar.navbar-short .navbar-brand {
  min-height: 60px;
  padding: 0;
}
.cid-u0jUi7Z41G .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-u0jUi7Z41G .navbar-brand .navbar-caption {
  line-height: inherit !important;
}
.cid-u0jUi7Z41G .navbar-brand .navbar-logo a {
  outline: none;
}
.cid-u0jUi7Z41G .dropdown-item.active,
.cid-u0jUi7Z41G .dropdown-item:active {
  background-color: transparent;
}
.cid-u0jUi7Z41G .navbar-expand-lg .navbar-nav .nav-link {
  padding: 0;
}
.cid-u0jUi7Z41G .nav-dropdown .link.dropdown-toggle {
  margin-right: 1.667em;
}
.cid-u0jUi7Z41G .nav-dropdown .link.dropdown-toggle[aria-expanded="true"] {
  margin-right: 0;
  padding: 0.667em 1.667em;
}
.cid-u0jUi7Z41G .navbar.navbar-expand-lg .dropdown .dropdown-menu {
  background: #353535;
}
.cid-u0jUi7Z41G .navbar.navbar-expand-lg .dropdown .dropdown-menu .dropdown-submenu {
  margin: 0;
  left: 100%;
}
.cid-u0jUi7Z41G .navbar .dropdown.open > .dropdown-menu {
  display: block;
}
.cid-u0jUi7Z41G ul.navbar-nav {
  flex-wrap: wrap;
}
.cid-u0jUi7Z41G .navbar-buttons {
  text-align: center;
  min-width: 170px;
}
.cid-u0jUi7Z41G button.navbar-toggler {
  outline: none;
  width: 31px;
  height: 20px;
  cursor: pointer;
  transition: all 0.2s;
  position: relative;
  align-self: center;
}
.cid-u0jUi7Z41G button.navbar-toggler .hamburger span {
  position: absolute;
  right: 0;
  width: 30px;
  height: 2px;
  border-right: 5px;
  background-color: #ffffff;
}
.cid-u0jUi7Z41G button.navbar-toggler .hamburger span:nth-child(1) {
  top: 0;
  transition: all 0.2s;
}
.cid-u0jUi7Z41G button.navbar-toggler .hamburger span:nth-child(2) {
  top: 8px;
  transition: all 0.15s;
}
.cid-u0jUi7Z41G button.navbar-toggler .hamburger span:nth-child(3) {
  top: 8px;
  transition: all 0.15s;
}
.cid-u0jUi7Z41G button.navbar-toggler .hamburger span:nth-child(4) {
  top: 16px;
  transition: all 0.2s;
}
.cid-u0jUi7Z41G nav.opened .hamburger span:nth-child(1) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-u0jUi7Z41G nav.opened .hamburger span:nth-child(2) {
  transform: rotate(45deg);
  transition: all 0.25s;
}
.cid-u0jUi7Z41G nav.opened .hamburger span:nth-child(3) {
  transform: rotate(-45deg);
  transition: all 0.25s;
}
.cid-u0jUi7Z41G nav.opened .hamburger span:nth-child(4) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-u0jUi7Z41G .navbar-dropdown {
  padding: 0 1rem;
  position: fixed;
}
.cid-u0jUi7Z41G a.nav-link {
  display: flex;
  align-items: center;
  justify-content: center;
}
.cid-u0jUi7Z41G .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-u0jUi7Z41G .navbar {
    height: 70px;
  }
  .cid-u0jUi7Z41G .navbar.opened {
    height: auto;
  }
  .cid-u0jUi7Z41G .nav-item .nav-link:hover::before {
    width: 175%;
    max-width: calc(100% + 2rem);
    left: -1rem;
  }
}
.cid-u0jUi8dqLo {
  padding-top: 6rem;
  padding-bottom: 0rem;
  background-color: #ffffff;
}
.cid-u0jUi8dqLo .mbr-fallback-image.disabled {
  display: none;
}
.cid-u0jUi8dqLo .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-u0jUi8oooR {
  padding-top: 0rem;
  padding-bottom: 0rem;
  background-color: #ffffff;
}
.cid-u0jUi8oooR .mbr-fallback-image.disabled {
  display: none;
}
.cid-u0jUi8oooR .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-u0jUi8oooR .image-wrapper {
    margin-bottom: 1rem;
  }
}
.cid-u0jUi8oooR .row {
  flex-direction: row-reverse;
}
.cid-u0jUi8oooR img {
  width: 100%;
}
@media (min-width: 992px) {
  .cid-u0jUi8oooR .text-wrapper {
    padding: 2rem;
  }
}
#hrblock-block-7y hr {
  margin: 0;
}
.cid-u0k10dWjgu {
  padding-top: 0rem;
  padding-bottom: 0rem;
  background-color: #ffffff;
}
.cid-u0k10dWjgu .mbr-fallback-image.disabled {
  display: none;
}
.cid-u0k10dWjgu .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-u0k10dWjgu .image-wrapper {
    margin-bottom: 1rem;
  }
}
.cid-u0k10dWjgu .row {
  flex-direction: row-reverse;
}
.cid-u0k10dWjgu img {
  width: 100%;
}
@media (min-width: 992px) {
  .cid-u0k10dWjgu .text-wrapper {
    padding: 2rem;
  }
}
#hrblock-block-80 hr {
  margin: 0;
}
.cid-u0k1FZqnRf {
  padding-top: 0rem;
  padding-bottom: 0rem;
  background-color: #ffffff;
}
.cid-u0k1FZqnRf .mbr-fallback-image.disabled {
  display: none;
}
.cid-u0k1FZqnRf .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-u0k1FZqnRf .image-wrapper {
    margin-bottom: 1rem;
  }
}
.cid-u0k1FZqnRf .row {
  flex-direction: row-reverse;
}
.cid-u0k1FZqnRf img {
  width: 100%;
}
@media (min-width: 992px) {
  .cid-u0k1FZqnRf .text-wrapper {
    padding: 2rem;
  }
}
.cid-u0k294kySD {
  padding-top: 0rem;
  padding-bottom: 0rem;
  background-color: #ffffff;
}
.cid-u0k294kySD .mbr-fallback-image.disabled {
  display: none;
}
.cid-u0k294kySD .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-u0k294kySD .row {
  flex-direction: row-reverse;
}
.cid-u0k294kySD .video-wrapper iframe {
  width: 100%;
}
.cid-u0k294kySD .mbr-section-title,
.cid-u0k294kySD .mbr-description {
  text-align: center;
}
@media (min-width: 992px) {
  .cid-u0k294kySD .text-wrapper {
    padding: 2rem;
  }
}
.cid-u0k2SnxZcg {
  padding-top: 0rem;
  padding-bottom: 0rem;
  background-color: #ffffff;
}
.cid-u0k2SnxZcg .mbr-fallback-image.disabled {
  display: none;
}
.cid-u0k2SnxZcg .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-u0k2SnxZcg .row {
  flex-direction: row-reverse;
}
.cid-u0k2SnxZcg .video-wrapper iframe {
  width: 100%;
}
.cid-u0k2SnxZcg .mbr-section-title,
.cid-u0k2SnxZcg .mbr-description {
  text-align: center;
}
@media (min-width: 992px) {
  .cid-u0k2SnxZcg .text-wrapper {
    padding: 2rem;
  }
}
#hrblock-block-85 hr {
  margin: 0;
}
.cid-u0k3fAlLuE {
  padding-top: 0rem;
  padding-bottom: 0rem;
  background-color: #ffffff;
}
.cid-u0k3fAlLuE .mbr-fallback-image.disabled {
  display: none;
}
.cid-u0k3fAlLuE .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-u0k3fAlLuE .image-wrapper {
    margin-bottom: 1rem;
  }
}
.cid-u0k3fAlLuE .row {
  flex-direction: row-reverse;
}
.cid-u0k3fAlLuE img {
  width: 100%;
}
@media (min-width: 992px) {
  .cid-u0k3fAlLuE .text-wrapper {
    padding: 2rem;
  }
}
.cid-u0k3ivVhPj {
  padding-top: 0rem;
  padding-bottom: 0rem;
  background-color: #ffffff;
}
.cid-u0k3ivVhPj .mbr-fallback-image.disabled {
  display: none;
}
.cid-u0k3ivVhPj .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-u0k3ivVhPj .row {
  flex-direction: row-reverse;
}
.cid-u0k3ivVhPj .video-wrapper iframe {
  width: 100%;
}
.cid-u0k3ivVhPj .mbr-section-title,
.cid-u0k3ivVhPj .mbr-description {
  text-align: center;
}
@media (min-width: 992px) {
  .cid-u0k3ivVhPj .text-wrapper {
    padding: 2rem;
  }
}
.cid-u0k4D1NcaT {
  padding-top: 0rem;
  padding-bottom: 0rem;
  background-color: #ffffff;
}
.cid-u0k4D1NcaT .mbr-fallback-image.disabled {
  display: none;
}
.cid-u0k4D1NcaT .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-u0k4D1NcaT .image-wrapper {
    margin-bottom: 1rem;
  }
}
.cid-u0k4D1NcaT .row {
  flex-direction: row-reverse;
}
.cid-u0k4D1NcaT img {
  width: 100%;
}
@media (min-width: 992px) {
  .cid-u0k4D1NcaT .text-wrapper {
    padding: 2rem;
  }
}
.cid-u0k4F2dicR {
  padding-top: 0rem;
  padding-bottom: 0rem;
  background-color: #ffffff;
}
.cid-u0k4F2dicR .mbr-fallback-image.disabled {
  display: none;
}
.cid-u0k4F2dicR .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-u0k4F2dicR .row {
  flex-direction: row-reverse;
}
.cid-u0k4F2dicR .video-wrapper iframe {
  width: 100%;
}
.cid-u0k4F2dicR .mbr-section-title,
.cid-u0k4F2dicR .mbr-description {
  text-align: center;
}
@media (min-width: 992px) {
  .cid-u0k4F2dicR .text-wrapper {
    padding: 2rem;
  }
}
#hrblock-block-89 hr {
  margin: 0;
}
.cid-u0k5CNMIQH {
  padding-top: 0rem;
  padding-bottom: 0rem;
  background-color: #ffffff;
}
.cid-u0k5CNMIQH .mbr-fallback-image.disabled {
  display: none;
}
.cid-u0k5CNMIQH .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-u0k5CNMIQH .image-wrapper {
    margin-bottom: 1rem;
  }
}
.cid-u0k5CNMIQH .row {
  flex-direction: row-reverse;
}
.cid-u0k5CNMIQH img {
  width: 100%;
}
@media (min-width: 992px) {
  .cid-u0k5CNMIQH .text-wrapper {
    padding: 2rem;
  }
}
.cid-u0k5DF99E0 {
  padding-top: 0rem;
  padding-bottom: 0rem;
  background-color: #ffffff;
}
.cid-u0k5DF99E0 .mbr-fallback-image.disabled {
  display: none;
}
.cid-u0k5DF99E0 .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-u0k5DF99E0 .row {
  flex-direction: row-reverse;
}
.cid-u0k5DF99E0 .video-wrapper iframe {
  width: 100%;
}
.cid-u0k5DF99E0 .mbr-section-title,
.cid-u0k5DF99E0 .mbr-description {
  text-align: center;
}
@media (min-width: 992px) {
  .cid-u0k5DF99E0 .text-wrapper {
    padding: 2rem;
  }
}
.cid-u0k69MNhW8 {
  padding-top: 0rem;
  padding-bottom: 0rem;
  background-color: #ffffff;
}
.cid-u0k69MNhW8 .mbr-fallback-image.disabled {
  display: none;
}
.cid-u0k69MNhW8 .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-u0k69MNhW8 .row {
  flex-direction: row-reverse;
}
.cid-u0k69MNhW8 .video-wrapper iframe {
  width: 100%;
}
.cid-u0k69MNhW8 .mbr-section-title,
.cid-u0k69MNhW8 .mbr-description {
  text-align: center;
}
@media (min-width: 992px) {
  .cid-u0k69MNhW8 .text-wrapper {
    padding: 2rem;
  }
}
.cid-u0k69cHLOR {
  padding-top: 0rem;
  padding-bottom: 2rem;
  background-color: #ffffff;
}
.cid-u0k69cHLOR .mbr-fallback-image.disabled {
  display: none;
}
.cid-u0k69cHLOR .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-u0k69cHLOR .row {
  flex-direction: row-reverse;
}
.cid-u0k69cHLOR .video-wrapper iframe {
  width: 100%;
}
.cid-u0k69cHLOR .mbr-section-title,
.cid-u0k69cHLOR .mbr-description {
  text-align: center;
}
@media (min-width: 992px) {
  .cid-u0k69cHLOR .text-wrapper {
    padding: 2rem;
  }
}
.cid-u0k6VhstAq {
  padding-top: 0rem;
  padding-bottom: 0rem;
  background-color: #ffffff;
}
.cid-u0k6VhstAq .mbr-fallback-image.disabled {
  display: none;
}
.cid-u0k6VhstAq .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-u0k6VhstAq .image-wrapper {
    margin-bottom: 1rem;
  }
}
.cid-u0k6VhstAq .row {
  flex-direction: row-reverse;
}
.cid-u0k6VhstAq img {
  width: 100%;
}
@media (min-width: 992px) {
  .cid-u0k6VhstAq .text-wrapper {
    padding: 2rem;
  }
}
#hrblock-block-8f hr {
  margin: 0;
}
.cid-u0k7INsPMx {
  padding-top: 0rem;
  padding-bottom: 0rem;
  background-color: #ffffff;
}
.cid-u0k7INsPMx .mbr-fallback-image.disabled {
  display: none;
}
.cid-u0k7INsPMx .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-u0k7INsPMx .image-wrapper {
    margin-bottom: 1rem;
  }
}
.cid-u0k7INsPMx .row {
  flex-direction: row-reverse;
}
.cid-u0k7INsPMx img {
  width: 100%;
}
@media (min-width: 992px) {
  .cid-u0k7INsPMx .text-wrapper {
    padding: 2rem;
  }
}
#hrblock-block-96 hr {
  margin: 0;
}
.cid-u0k8kKZYv9 {
  padding-top: 0rem;
  padding-bottom: 0rem;
  background-color: #ffffff;
}
.cid-u0k8kKZYv9 .mbr-fallback-image.disabled {
  display: none;
}
.cid-u0k8kKZYv9 .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-u0k8kKZYv9 .image-wrapper {
    margin-bottom: 1rem;
  }
}
.cid-u0k8kKZYv9 .row {
  flex-direction: row-reverse;
}
.cid-u0k8kKZYv9 img {
  width: 100%;
}
@media (min-width: 992px) {
  .cid-u0k8kKZYv9 .text-wrapper {
    padding: 2rem;
  }
}
.cid-u0ka2chxZG {
  padding-top: 0rem;
  padding-bottom: 0rem;
  background-color: #ffffff;
}
.cid-u0ka2chxZG .mbr-fallback-image.disabled {
  display: none;
}
.cid-u0ka2chxZG .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-u0ka2chxZG .image-wrapper {
    margin-bottom: 1rem;
  }
}
.cid-u0ka2chxZG .row {
  flex-direction: row-reverse;
}
.cid-u0ka2chxZG img {
  width: 100%;
}
@media (min-width: 992px) {
  .cid-u0ka2chxZG .text-wrapper {
    padding: 2rem;
  }
}
.cid-u0k9sbKXOe {
  padding-top: 1rem;
  padding-bottom: 0rem;
  background-color: #ffffff;
}
.cid-u0k9sbKXOe .mbr-section-subtitle {
  text-align: left;
}
.cid-u0kamj7WVz {
  padding-top: 0rem;
  padding-bottom: 0rem;
  background-color: #ffffff;
}
.cid-u0kamj7WVz .mbr-fallback-image.disabled {
  display: none;
}
.cid-u0kamj7WVz .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-u0kamj7WVz .image-wrapper {
    margin-bottom: 1rem;
  }
}
.cid-u0kamj7WVz .row {
  flex-direction: row-reverse;
}
.cid-u0kamj7WVz img {
  width: 100%;
}
@media (min-width: 992px) {
  .cid-u0kamj7WVz .text-wrapper {
    padding: 2rem;
  }
}
.cid-u0kb1fxgDa {
  padding-top: 0rem;
  padding-bottom: 0rem;
  background-color: #ffffff;
}
.cid-u0kb1fxgDa .mbr-fallback-image.disabled {
  display: none;
}
.cid-u0kb1fxgDa .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-u0kb1fxgDa .image-wrapper {
    margin-bottom: 1rem;
  }
}
.cid-u0kb1fxgDa .row {
  flex-direction: row-reverse;
}
.cid-u0kb1fxgDa img {
  width: 100%;
}
@media (min-width: 992px) {
  .cid-u0kb1fxgDa .text-wrapper {
    padding: 2rem;
  }
}
.cid-u0kbpKFWhe {
  padding-top: 0rem;
  padding-bottom: 0rem;
  background-color: #ffffff;
}
.cid-u0kbpKFWhe .mbr-fallback-image.disabled {
  display: none;
}
.cid-u0kbpKFWhe .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-u0kbpKFWhe .image-wrapper {
    margin-bottom: 1rem;
  }
}
.cid-u0kbpKFWhe .row {
  flex-direction: row-reverse;
}
.cid-u0kbpKFWhe img {
  width: 100%;
}
@media (min-width: 992px) {
  .cid-u0kbpKFWhe .text-wrapper {
    padding: 2rem;
  }
}
#hrblock-block-9h hr {
  margin: 0;
}
.cid-u0kc6iIoY0 {
  padding-top: 0rem;
  padding-bottom: 0rem;
  background-color: #ffffff;
}
.cid-u0kc6iIoY0 .mbr-fallback-image.disabled {
  display: none;
}
.cid-u0kc6iIoY0 .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-u0kc6iIoY0 .image-wrapper {
    margin-bottom: 1rem;
  }
}
.cid-u0kc6iIoY0 .row {
  flex-direction: row-reverse;
}
.cid-u0kc6iIoY0 img {
  width: 100%;
}
@media (min-width: 992px) {
  .cid-u0kc6iIoY0 .text-wrapper {
    padding: 2rem;
  }
}
.cid-u0kcCs9oy3 {
  padding-top: 0rem;
  padding-bottom: 0rem;
  background-color: #ffffff;
}
.cid-u0kcCs9oy3 .mbr-fallback-image.disabled {
  display: none;
}
.cid-u0kcCs9oy3 .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-u0kcCs9oy3 .image-wrapper {
    margin-bottom: 1rem;
  }
}
.cid-u0kcCs9oy3 .row {
  flex-direction: row-reverse;
}
.cid-u0kcCs9oy3 img {
  width: 100%;
}
@media (min-width: 992px) {
  .cid-u0kcCs9oy3 .text-wrapper {
    padding: 2rem;
  }
}
.cid-u0kcWObsOS {
  padding-top: 0rem;
  padding-bottom: 0rem;
  background-color: #ffffff;
}
.cid-u0kcWObsOS .mbr-fallback-image.disabled {
  display: none;
}
.cid-u0kcWObsOS .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-u0kcWObsOS .image-wrapper {
    margin-bottom: 1rem;
  }
}
.cid-u0kcWObsOS .row {
  flex-direction: row-reverse;
}
.cid-u0kcWObsOS img {
  width: 100%;
}
@media (min-width: 992px) {
  .cid-u0kcWObsOS .text-wrapper {
    padding: 2rem;
  }
}
.cid-u0kdzBUVNL {
  padding-top: 0rem;
  padding-bottom: 2rem;
  background-color: #ffffff;
}
.cid-u0kevrIjgI {
  background-image: url("../../../assets/images/cup-of-coffee-g60b2e39a8-1920-1920x1277.webp");
}
.cid-u0kevrIjgI .mbr-fallback-image.disabled {
  display: none;
}
.cid-u0kevrIjgI .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-u0jUibTAPQ {
  padding-top: 30px;
  padding-bottom: 30px;
  background-color: #353535;
  overflow: hidden;
}
.cid-u0jUibTAPQ .row .mbr-text {
  color: #ffffff;
}
.cid-tZxneofHxL {
  z-index: 1000;
  width: 100%;
}
.cid-tZxneofHxL nav.navbar {
  position: fixed;
}
.cid-tZxneofHxL .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-tZxneofHxL .dropdown-menu {
  padding: 0;
  border-radius: 4px;
  box-shadow: 0 1px 3px 0 rgba(0, 0, 0, 0.1);
}
.cid-tZxneofHxL .dropdown-item {
  border-bottom: 1px solid #e6e6e6;
}
.cid-tZxneofHxL .dropdown-item:hover,
.cid-tZxneofHxL .dropdown-item:focus {
  background: #4479d9 !important;
  color: white !important;
}
.cid-tZxneofHxL .dropdown-item:first-child {
  border-top-left-radius: 4px;
  border-top-right-radius: 4px;
}
.cid-tZxneofHxL .dropdown-item:last-child {
  border-bottom: none;
  border-bottom-left-radius: 4px;
  border-bottom-right-radius: 4px;
}
.cid-tZxneofHxL .nav-dropdown .link {
  padding: 0 0.3em !important;
  margin: 0.667em 1em !important;
}
.cid-tZxneofHxL .nav-dropdown .link.dropdown-toggle::after {
  margin-left: 0.5rem;
  margin-top: 0.2rem;
}
.cid-tZxneofHxL .nav-link {
  position: relative;
}
.cid-tZxneofHxL .container {
  display: flex;
  margin: auto;
}
.cid-tZxneofHxL .iconfont-wrapper {
  color: #0b52cf !important;
  font-size: 1.5rem;
  padding-right: 0.5rem;
}
.cid-tZxneofHxL .dropdown-menu,
.cid-tZxneofHxL .navbar.opened {
  background: #353535 !important;
}
.cid-tZxneofHxL .nav-item:focus,
.cid-tZxneofHxL .nav-link:focus {
  outline: none;
}
.cid-tZxneofHxL .dropdown .dropdown-menu .dropdown-item {
  width: auto;
  transition: all 0.25s ease-in-out;
}
.cid-tZxneofHxL .dropdown .dropdown-menu .dropdown-item::after {
  right: 0.5rem;
}
.cid-tZxneofHxL .dropdown .dropdown-menu .dropdown-item .mbr-iconfont {
  margin-right: 0.5rem;
  vertical-align: sub;
}
.cid-tZxneofHxL .dropdown .dropdown-menu .dropdown-item .mbr-iconfont:before {
  display: inline-block;
  transform: scale(1, 1);
  transition: all 0.25s ease-in-out;
}
.cid-tZxneofHxL .collapsed .dropdown-menu .dropdown-item:before {
  display: none;
}
.cid-tZxneofHxL .collapsed .dropdown .dropdown-menu .dropdown-item {
  padding: 0.235em 1.5em 0.235em 1.5em !important;
  transition: none;
  margin: 0 !important;
}
.cid-tZxneofHxL .navbar {
  min-height: 70px;
  transition: all 0.3s;
  border-bottom: 1px solid transparent;
  position: absolute;
  background: rgba(53, 53, 53, 0.9);
}
.cid-tZxneofHxL .navbar.opened {
  transition: all 0.3s;
}
.cid-tZxneofHxL .navbar .dropdown-item {
  padding: 0.5rem 1.8rem;
}
.cid-tZxneofHxL .navbar .navbar-logo img {
  width: auto;
}
.cid-tZxneofHxL .navbar .navbar-collapse {
  justify-content: flex-end;
  z-index: 1;
}
.cid-tZxneofHxL .navbar.collapsed {
  justify-content: center;
}
.cid-tZxneofHxL .navbar.collapsed .nav-item .nav-link::before {
  display: none;
}
.cid-tZxneofHxL .navbar.collapsed.opened .dropdown-menu {
  top: 0;
}
.cid-tZxneofHxL .navbar.collapsed .dropdown-menu .dropdown-submenu {
  left: 0 !important;
}
.cid-tZxneofHxL .navbar.collapsed .dropdown-menu .dropdown-item:after {
  right: auto;
}
.cid-tZxneofHxL .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-tZxneofHxL .navbar.collapsed ul.navbar-nav li {
  margin: auto;
}
.cid-tZxneofHxL .navbar.collapsed .dropdown-menu .dropdown-item {
  padding: 0.25rem 1.5rem;
  text-align: center;
}
.cid-tZxneofHxL .navbar.collapsed .icons-menu {
  padding-left: 0;
  padding-right: 0;
  padding-top: 0.5rem;
  padding-bottom: 0.5rem;
}
@media (max-width: 991px) {
  .cid-tZxneofHxL .navbar .nav-item .nav-link::before {
    display: none;
  }
  .cid-tZxneofHxL .navbar.opened .dropdown-menu {
    top: 0;
  }
  .cid-tZxneofHxL .navbar .dropdown-menu .dropdown-submenu {
    left: 0 !important;
  }
  .cid-tZxneofHxL .navbar .dropdown-menu .dropdown-item:after {
    right: auto;
  }
  .cid-tZxneofHxL .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-tZxneofHxL .navbar .navbar-logo img {
    height: 3rem !important;
  }
  .cid-tZxneofHxL .navbar ul.navbar-nav li {
    margin: auto;
  }
  .cid-tZxneofHxL .navbar .dropdown-menu .dropdown-item {
    padding: 0.25rem 1.5rem !important;
    text-align: center;
  }
  .cid-tZxneofHxL .navbar .navbar-brand {
    flex-shrink: initial;
    flex-basis: auto;
    word-break: break-word;
    padding-right: 2rem;
  }
  .cid-tZxneofHxL .navbar .navbar-toggler {
    flex-basis: auto;
  }
  .cid-tZxneofHxL .navbar .icons-menu {
    padding-left: 0;
    padding-top: 0.5rem;
    padding-bottom: 0.5rem;
  }
}
.cid-tZxneofHxL .navbar.navbar-short {
  min-height: 60px;
}
.cid-tZxneofHxL .navbar.navbar-short .navbar-logo img {
  height: 2.5rem !important;
}
.cid-tZxneofHxL .navbar.navbar-short .navbar-brand {
  min-height: 60px;
  padding: 0;
}
.cid-tZxneofHxL .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-tZxneofHxL .navbar-brand .navbar-caption {
  line-height: inherit !important;
}
.cid-tZxneofHxL .navbar-brand .navbar-logo a {
  outline: none;
}
.cid-tZxneofHxL .dropdown-item.active,
.cid-tZxneofHxL .dropdown-item:active {
  background-color: transparent;
}
.cid-tZxneofHxL .navbar-expand-lg .navbar-nav .nav-link {
  padding: 0;
}
.cid-tZxneofHxL .nav-dropdown .link.dropdown-toggle {
  margin-right: 1.667em;
}
.cid-tZxneofHxL .nav-dropdown .link.dropdown-toggle[aria-expanded="true"] {
  margin-right: 0;
  padding: 0.667em 1.667em;
}
.cid-tZxneofHxL .navbar.navbar-expand-lg .dropdown .dropdown-menu {
  background: #353535;
}
.cid-tZxneofHxL .navbar.navbar-expand-lg .dropdown .dropdown-menu .dropdown-submenu {
  margin: 0;
  left: 100%;
}
.cid-tZxneofHxL .navbar .dropdown.open > .dropdown-menu {
  display: block;
}
.cid-tZxneofHxL ul.navbar-nav {
  flex-wrap: wrap;
}
.cid-tZxneofHxL .navbar-buttons {
  text-align: center;
  min-width: 170px;
}
.cid-tZxneofHxL button.navbar-toggler {
  outline: none;
  width: 31px;
  height: 20px;
  cursor: pointer;
  transition: all 0.2s;
  position: relative;
  align-self: center;
}
.cid-tZxneofHxL button.navbar-toggler .hamburger span {
  position: absolute;
  right: 0;
  width: 30px;
  height: 2px;
  border-right: 5px;
  background-color: #ffffff;
}
.cid-tZxneofHxL button.navbar-toggler .hamburger span:nth-child(1) {
  top: 0;
  transition: all 0.2s;
}
.cid-tZxneofHxL button.navbar-toggler .hamburger span:nth-child(2) {
  top: 8px;
  transition: all 0.15s;
}
.cid-tZxneofHxL button.navbar-toggler .hamburger span:nth-child(3) {
  top: 8px;
  transition: all 0.15s;
}
.cid-tZxneofHxL button.navbar-toggler .hamburger span:nth-child(4) {
  top: 16px;
  transition: all 0.2s;
}
.cid-tZxneofHxL nav.opened .hamburger span:nth-child(1) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-tZxneofHxL nav.opened .hamburger span:nth-child(2) {
  transform: rotate(45deg);
  transition: all 0.25s;
}
.cid-tZxneofHxL nav.opened .hamburger span:nth-child(3) {
  transform: rotate(-45deg);
  transition: all 0.25s;
}
.cid-tZxneofHxL nav.opened .hamburger span:nth-child(4) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-tZxneofHxL .navbar-dropdown {
  padding: 0 1rem;
  position: fixed;
}
.cid-tZxneofHxL a.nav-link {
  display: flex;
  align-items: center;
  justify-content: center;
}
.cid-tZxneofHxL .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-tZxneofHxL .navbar {
    height: 70px;
  }
  .cid-tZxneofHxL .navbar.opened {
    height: auto;
  }
  .cid-tZxneofHxL .nav-item .nav-link:hover::before {
    width: 175%;
    max-width: calc(100% + 2rem);
    left: -1rem;
  }
}
.cid-u0qEE7r5oq {
  padding-top: 6rem;
  padding-bottom: 0rem;
  background-color: #ffffff;
}
.cid-u0qEE7r5oq .mbr-fallback-image.disabled {
  display: none;
}
.cid-u0qEE7r5oq .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-u0qEcnsnp6 {
  padding-top: 0rem;
  padding-bottom: 0rem;
  background-color: #ffffff;
}
.cid-u0qEcnsnp6 .mbr-fallback-image.disabled {
  display: none;
}
.cid-u0qEcnsnp6 .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-u0qEcnsnp6 .image-wrapper {
    margin-bottom: 1rem;
  }
}
.cid-u0qEcnsnp6 .row {
  flex-direction: row-reverse;
}
.cid-u0qEcnsnp6 img {
  width: 100%;
}
.cid-u0qB7nl9n4 {
  padding-top: 1rem;
  padding-bottom: 0rem;
  background-color: #ffffff;
}
.cid-u0qB7nl9n4 img,
.cid-u0qB7nl9n4 .item-img {
  height: 100%;
  height: 300px;
  object-fit: cover;
}
.cid-u0qB7nl9n4 .item:focus,
.cid-u0qB7nl9n4 span:focus {
  outline: none;
}
.cid-u0qB7nl9n4 .item {
  cursor: pointer;
  margin-bottom: 2rem;
}
.cid-u0qB7nl9n4 .item-wrapper {
  position: relative;
  border-radius: 4px;
  background: #fafafa;
  height: 100%;
  display: flex;
  flex-flow: column nowrap;
}
@media (min-width: 992px) {
  .cid-u0qB7nl9n4 .item-wrapper .item-content {
    padding: 2rem 2rem 0;
  }
  .cid-u0qB7nl9n4 .item-wrapper .item-footer {
    padding: 0 2rem 2rem;
  }
}
@media (max-width: 991px) {
  .cid-u0qB7nl9n4 .item-wrapper .item-content {
    padding: 1rem 1rem 0;
  }
  .cid-u0qB7nl9n4 .item-wrapper .item-footer {
    padding: 0 1rem 1rem;
  }
}
.cid-u0qB7nl9n4 .mbr-section-btn {
  margin-top: auto !important;
}
.cid-u0qB7nl9n4 .mbr-section-title {
  color: #232323;
}
.cid-u0qB7nl9n4 .mbr-text,
.cid-u0qB7nl9n4 .mbr-section-btn {
  text-align: left;
}
.cid-u0qB7nl9n4 .item-title {
  text-align: left;
  color: #4479d9;
}
.cid-u0qB7nl9n4 .item-subtitle {
  text-align: left;
  color: #232323;
}
.cid-tZxp8TrhiG {
  padding-top: 0rem;
  padding-bottom: 0rem;
  background-color: #ffffff;
}
.cid-tZxp8TrhiG img,
.cid-tZxp8TrhiG .item-img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.cid-tZxp8TrhiG .item:focus,
.cid-tZxp8TrhiG span:focus {
  outline: none;
}
.cid-tZxp8TrhiG .item {
  cursor: pointer;
  margin-bottom: 2rem;
}
.cid-tZxp8TrhiG .item-wrapper {
  position: relative;
  border-radius: 4px;
  background: #fafafa;
  height: 100%;
  display: flex;
  flex-flow: column nowrap;
}
@media (min-width: 992px) {
  .cid-tZxp8TrhiG .item-wrapper .item-content {
    padding: 2rem;
  }
}
@media (max-width: 991px) {
  .cid-tZxp8TrhiG .item-wrapper .item-content {
    padding: 1rem;
  }
}
.cid-tZxp8TrhiG .mbr-section-btn {
  margin-top: auto !important;
}
.cid-tZxp8TrhiG .mbr-section-title {
  color: #232323;
}
.cid-tZxp8TrhiG .mbr-text,
.cid-tZxp8TrhiG .mbr-section-btn {
  text-align: left;
}
.cid-tZxp8TrhiG .item-title {
  text-align: left;
  color: #6592e6;
}
.cid-tZxp8TrhiG .item-subtitle {
  text-align: left;
  color: #232323;
}
.cid-u0jUYtxXXq {
  padding-top: 0rem;
  padding-bottom: 0rem;
  background-color: #ffffff;
}
#hrblock-block-78 hr {
  margin: 0;
}
.cid-tZxqjmFwIs {
  padding-top: 0rem;
  padding-bottom: 0rem;
  background-color: #ffffff;
}
.cid-tZxqjmFwIs .mbr-fallback-image.disabled {
  display: none;
}
.cid-tZxqjmFwIs .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-tZxqjmFwIs .image-wrapper {
    margin-bottom: 1rem;
  }
}
.cid-tZxqjmFwIs .row {
  flex-direction: row-reverse;
}
.cid-tZxqjmFwIs img {
  width: 100%;
}
@media (min-width: 992px) {
  .cid-tZxqjmFwIs .text-wrapper {
    padding: 2rem;
  }
}
#hrblock-block-7a hr {
  margin: 0;
}
.cid-tZxqZVsEkc {
  padding-top: 0rem;
  padding-bottom: 0rem;
  background-color: #ffffff;
}
.cid-tZxqZVsEkc .mbr-fallback-image.disabled {
  display: none;
}
.cid-tZxqZVsEkc .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-tZxqZVsEkc .image-wrapper {
    margin-bottom: 1rem;
  }
}
.cid-tZxqZVsEkc .row {
  flex-direction: row-reverse;
}
.cid-tZxqZVsEkc img {
  width: 100%;
}
@media (min-width: 992px) {
  .cid-tZxqZVsEkc .text-wrapper {
    padding: 2rem;
  }
}
.cid-tZxsgO1n2J {
  padding-top: 0rem;
  padding-bottom: 1rem;
  background-color: #ffffff;
}
.cid-tZxsKlutSH {
  padding-top: 0rem;
  padding-bottom: 0rem;
  background-color: #ffffff;
}
.cid-tZxsKlutSH .mbr-section-subtitle {
  text-align: left;
}
.cid-tZxszeqA5U {
  padding-top: 1rem;
  padding-bottom: 0rem;
  background-color: #ffffff;
}
.cid-tZxszeqA5U .mbr-section-subtitle {
  text-align: left;
}
#hrblock-block-7g hr {
  margin: 0;
}
.cid-tZxv2IpxSv {
  padding-top: 0rem;
  padding-bottom: 0rem;
  background-color: #ffffff;
}
.cid-tZxv2IpxSv .mbr-fallback-image.disabled {
  display: none;
}
.cid-tZxv2IpxSv .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-tZxv2IpxSv .image-wrapper {
    margin-bottom: 1rem;
  }
}
.cid-tZxv2IpxSv .row {
  flex-direction: row-reverse;
}
.cid-tZxv2IpxSv img {
  width: 100%;
}
@media (min-width: 992px) {
  .cid-tZxv2IpxSv .text-wrapper {
    padding: 2rem;
  }
}
#hrblock-block-7h hr {
  margin: 0;
}
.cid-tZxvo9Fdev {
  padding-top: 0rem;
  padding-bottom: 0rem;
  background-color: #ffffff;
}
.cid-tZxvo9Fdev .mbr-fallback-image.disabled {
  display: none;
}
.cid-tZxvo9Fdev .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-tZxvo9Fdev .image-wrapper {
    margin-bottom: 1rem;
  }
}
.cid-tZxvo9Fdev .row {
  flex-direction: row-reverse;
}
.cid-tZxvo9Fdev img {
  width: 100%;
}
@media (min-width: 992px) {
  .cid-tZxvo9Fdev .text-wrapper {
    padding: 2rem;
  }
}
#hrblock-block-7i hr {
  margin: 0;
}
.cid-tZxw4GbYG5 {
  padding-top: 0rem;
  padding-bottom: 0rem;
  background-color: #ffffff;
}
.cid-tZxw4GbYG5 .mbr-fallback-image.disabled {
  display: none;
}
.cid-tZxw4GbYG5 .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-tZxw4GbYG5 .image-wrapper {
    margin-bottom: 1rem;
  }
}
.cid-tZxw4GbYG5 .row {
  flex-direction: row-reverse;
}
.cid-tZxw4GbYG5 img {
  width: 100%;
}
@media (min-width: 992px) {
  .cid-tZxw4GbYG5 .text-wrapper {
    padding: 2rem;
  }
}
#hrblock-block-7k hr {
  margin: 0;
}
.cid-tZxwsdIDJE {
  padding-top: 0rem;
  padding-bottom: 0rem;
  background-color: #ffffff;
}
.cid-tZxwsdIDJE .mbr-fallback-image.disabled {
  display: none;
}
.cid-tZxwsdIDJE .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-tZxwsdIDJE .image-wrapper {
    margin-bottom: 1rem;
  }
}
.cid-tZxwsdIDJE .row {
  flex-direction: row-reverse;
}
.cid-tZxwsdIDJE img {
  width: 100%;
}
@media (min-width: 992px) {
  .cid-tZxwsdIDJE .text-wrapper {
    padding: 2rem;
  }
}
.cid-tZxx3nVKRo {
  padding-top: 0rem;
  padding-bottom: 0rem;
  background-color: #ffffff;
}
.cid-tZxx3nVKRo .mbr-fallback-image.disabled {
  display: none;
}
.cid-tZxx3nVKRo .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-tZxx3nVKRo .image-wrapper {
    margin-bottom: 1rem;
  }
}
.cid-tZxx3nVKRo .row {
  flex-direction: row-reverse;
}
.cid-tZxx3nVKRo img {
  width: 100%;
}
@media (min-width: 992px) {
  .cid-tZxx3nVKRo .text-wrapper {
    padding: 2rem;
  }
}
#hrblock-block-7p hr {
  margin: 0;
}
.cid-tZxxtIwkxu {
  padding-top: 0rem;
  padding-bottom: 0rem;
  background-color: #ffffff;
}
.cid-tZxxtIwkxu .mbr-fallback-image.disabled {
  display: none;
}
.cid-tZxxtIwkxu .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-tZxxtIwkxu .image-wrapper {
    margin-bottom: 1rem;
  }
}
.cid-tZxxtIwkxu .row {
  flex-direction: row-reverse;
}
.cid-tZxxtIwkxu img {
  width: 100%;
}
@media (min-width: 992px) {
  .cid-tZxxtIwkxu .text-wrapper {
    padding: 2rem;
  }
}
#hrblock-block-8n hr {
  margin: 0;
}
.cid-u0jMHTNfEy {
  padding-top: 0rem;
  padding-bottom: 0rem;
  background-color: #ffffff;
}
.cid-u0jMHTNfEy .mbr-fallback-image.disabled {
  display: none;
}
.cid-u0jMHTNfEy .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-u0jMHTNfEy .image-wrapper {
    margin-bottom: 1rem;
  }
}
.cid-u0jMHTNfEy .row {
  flex-direction: row-reverse;
}
.cid-u0jMHTNfEy img {
  width: 100%;
}
@media (min-width: 992px) {
  .cid-u0jMHTNfEy .text-wrapper {
    padding: 2rem;
  }
}
.cid-u0jMX1AYAx {
  padding-top: 0rem;
  padding-bottom: 0rem;
  background-color: #ffffff;
}
.cid-u0jMX1AYAx .mbr-fallback-image.disabled {
  display: none;
}
.cid-u0jMX1AYAx .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-u0jMX1AYAx .image-wrapper {
    margin-bottom: 1rem;
  }
}
.cid-u0jMX1AYAx .row {
  flex-direction: row-reverse;
}
.cid-u0jMX1AYAx img {
  width: 100%;
}
@media (min-width: 992px) {
  .cid-u0jMX1AYAx .text-wrapper {
    padding: 2rem;
  }
}
.cid-u0jNgVxbga {
  padding-top: 0rem;
  padding-bottom: 0rem;
  background-color: #ffffff;
}
.cid-u0jNgVxbga .mbr-fallback-image.disabled {
  display: none;
}
.cid-u0jNgVxbga .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-u0jNgVxbga .image-wrapper {
    margin-bottom: 1rem;
  }
}
.cid-u0jNgVxbga .row {
  flex-direction: row-reverse;
}
.cid-u0jNgVxbga img {
  width: 100%;
}
@media (min-width: 992px) {
  .cid-u0jNgVxbga .text-wrapper {
    padding: 2rem;
  }
}
#hrblock-block-8o hr {
  margin: 0;
}
.cid-u0jVEoPbyC {
  padding-top: 0rem;
  padding-bottom: 0rem;
  background-color: #ffffff;
}
.cid-u0jVEoPbyC .mbr-fallback-image.disabled {
  display: none;
}
.cid-u0jVEoPbyC .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-u0jVEoPbyC .image-wrapper {
    margin-bottom: 1rem;
  }
}
.cid-u0jVEoPbyC .row {
  flex-direction: row-reverse;
}
.cid-u0jVEoPbyC img {
  width: 100%;
}
@media (min-width: 992px) {
  .cid-u0jVEoPbyC .text-wrapper {
    padding: 2rem;
  }
}
.cid-tZxnepZSJP {
  padding-top: 30px;
  padding-bottom: 30px;
  background-color: #353535;
  overflow: hidden;
}
.cid-tZxnepZSJP .row .mbr-text {
  color: #ffffff;
}
.cid-tZhjdJcDgB {
  z-index: 1000;
  width: 100%;
}
.cid-tZhjdJcDgB nav.navbar {
  position: fixed;
}
.cid-tZhjdJcDgB .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-tZhjdJcDgB .dropdown-menu {
  padding: 0;
  border-radius: 4px;
  box-shadow: 0 1px 3px 0 rgba(0, 0, 0, 0.1);
}
.cid-tZhjdJcDgB .dropdown-item {
  border-bottom: 1px solid #e6e6e6;
}
.cid-tZhjdJcDgB .dropdown-item:hover,
.cid-tZhjdJcDgB .dropdown-item:focus {
  background: #4479d9 !important;
  color: white !important;
}
.cid-tZhjdJcDgB .dropdown-item:first-child {
  border-top-left-radius: 4px;
  border-top-right-radius: 4px;
}
.cid-tZhjdJcDgB .dropdown-item:last-child {
  border-bottom: none;
  border-bottom-left-radius: 4px;
  border-bottom-right-radius: 4px;
}
.cid-tZhjdJcDgB .nav-dropdown .link {
  padding: 0 0.3em !important;
  margin: 0.667em 1em !important;
}
.cid-tZhjdJcDgB .nav-dropdown .link.dropdown-toggle::after {
  margin-left: 0.5rem;
  margin-top: 0.2rem;
}
.cid-tZhjdJcDgB .nav-link {
  position: relative;
}
.cid-tZhjdJcDgB .container {
  display: flex;
  margin: auto;
}
.cid-tZhjdJcDgB .iconfont-wrapper {
  color: #0b52cf !important;
  font-size: 1.5rem;
  padding-right: 0.5rem;
}
.cid-tZhjdJcDgB .dropdown-menu,
.cid-tZhjdJcDgB .navbar.opened {
  background: #353535 !important;
}
.cid-tZhjdJcDgB .nav-item:focus,
.cid-tZhjdJcDgB .nav-link:focus {
  outline: none;
}
.cid-tZhjdJcDgB .dropdown .dropdown-menu .dropdown-item {
  width: auto;
  transition: all 0.25s ease-in-out;
}
.cid-tZhjdJcDgB .dropdown .dropdown-menu .dropdown-item::after {
  right: 0.5rem;
}
.cid-tZhjdJcDgB .dropdown .dropdown-menu .dropdown-item .mbr-iconfont {
  margin-right: 0.5rem;
  vertical-align: sub;
}
.cid-tZhjdJcDgB .dropdown .dropdown-menu .dropdown-item .mbr-iconfont:before {
  display: inline-block;
  transform: scale(1, 1);
  transition: all 0.25s ease-in-out;
}
.cid-tZhjdJcDgB .collapsed .dropdown-menu .dropdown-item:before {
  display: none;
}
.cid-tZhjdJcDgB .collapsed .dropdown .dropdown-menu .dropdown-item {
  padding: 0.235em 1.5em 0.235em 1.5em !important;
  transition: none;
  margin: 0 !important;
}
.cid-tZhjdJcDgB .navbar {
  min-height: 70px;
  transition: all 0.3s;
  border-bottom: 1px solid transparent;
  position: absolute;
  background: rgba(53, 53, 53, 0.9);
}
.cid-tZhjdJcDgB .navbar.opened {
  transition: all 0.3s;
}
.cid-tZhjdJcDgB .navbar .dropdown-item {
  padding: 0.5rem 1.8rem;
}
.cid-tZhjdJcDgB .navbar .navbar-logo img {
  width: auto;
}
.cid-tZhjdJcDgB .navbar .navbar-collapse {
  justify-content: flex-end;
  z-index: 1;
}
.cid-tZhjdJcDgB .navbar.collapsed {
  justify-content: center;
}
.cid-tZhjdJcDgB .navbar.collapsed .nav-item .nav-link::before {
  display: none;
}
.cid-tZhjdJcDgB .navbar.collapsed.opened .dropdown-menu {
  top: 0;
}
.cid-tZhjdJcDgB .navbar.collapsed .dropdown-menu .dropdown-submenu {
  left: 0 !important;
}
.cid-tZhjdJcDgB .navbar.collapsed .dropdown-menu .dropdown-item:after {
  right: auto;
}
.cid-tZhjdJcDgB .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-tZhjdJcDgB .navbar.collapsed ul.navbar-nav li {
  margin: auto;
}
.cid-tZhjdJcDgB .navbar.collapsed .dropdown-menu .dropdown-item {
  padding: 0.25rem 1.5rem;
  text-align: center;
}
.cid-tZhjdJcDgB .navbar.collapsed .icons-menu {
  padding-left: 0;
  padding-right: 0;
  padding-top: 0.5rem;
  padding-bottom: 0.5rem;
}
@media (max-width: 991px) {
  .cid-tZhjdJcDgB .navbar .nav-item .nav-link::before {
    display: none;
  }
  .cid-tZhjdJcDgB .navbar.opened .dropdown-menu {
    top: 0;
  }
  .cid-tZhjdJcDgB .navbar .dropdown-menu .dropdown-submenu {
    left: 0 !important;
  }
  .cid-tZhjdJcDgB .navbar .dropdown-menu .dropdown-item:after {
    right: auto;
  }
  .cid-tZhjdJcDgB .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-tZhjdJcDgB .navbar .navbar-logo img {
    height: 3rem !important;
  }
  .cid-tZhjdJcDgB .navbar ul.navbar-nav li {
    margin: auto;
  }
  .cid-tZhjdJcDgB .navbar .dropdown-menu .dropdown-item {
    padding: 0.25rem 1.5rem !important;
    text-align: center;
  }
  .cid-tZhjdJcDgB .navbar .navbar-brand {
    flex-shrink: initial;
    flex-basis: auto;
    word-break: break-word;
    padding-right: 2rem;
  }
  .cid-tZhjdJcDgB .navbar .navbar-toggler {
    flex-basis: auto;
  }
  .cid-tZhjdJcDgB .navbar .icons-menu {
    padding-left: 0;
    padding-top: 0.5rem;
    padding-bottom: 0.5rem;
  }
}
.cid-tZhjdJcDgB .navbar.navbar-short {
  min-height: 60px;
}
.cid-tZhjdJcDgB .navbar.navbar-short .navbar-logo img {
  height: 2.5rem !important;
}
.cid-tZhjdJcDgB .navbar.navbar-short .navbar-brand {
  min-height: 60px;
  padding: 0;
}
.cid-tZhjdJcDgB .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-tZhjdJcDgB .navbar-brand .navbar-caption {
  line-height: inherit !important;
}
.cid-tZhjdJcDgB .navbar-brand .navbar-logo a {
  outline: none;
}
.cid-tZhjdJcDgB .dropdown-item.active,
.cid-tZhjdJcDgB .dropdown-item:active {
  background-color: transparent;
}
.cid-tZhjdJcDgB .navbar-expand-lg .navbar-nav .nav-link {
  padding: 0;
}
.cid-tZhjdJcDgB .nav-dropdown .link.dropdown-toggle {
  margin-right: 1.667em;
}
.cid-tZhjdJcDgB .nav-dropdown .link.dropdown-toggle[aria-expanded="true"] {
  margin-right: 0;
  padding: 0.667em 1.667em;
}
.cid-tZhjdJcDgB .navbar.navbar-expand-lg .dropdown .dropdown-menu {
  background: #353535;
}
.cid-tZhjdJcDgB .navbar.navbar-expand-lg .dropdown .dropdown-menu .dropdown-submenu {
  margin: 0;
  left: 100%;
}
.cid-tZhjdJcDgB .navbar .dropdown.open > .dropdown-menu {
  display: block;
}
.cid-tZhjdJcDgB ul.navbar-nav {
  flex-wrap: wrap;
}
.cid-tZhjdJcDgB .navbar-buttons {
  text-align: center;
  min-width: 170px;
}
.cid-tZhjdJcDgB button.navbar-toggler {
  outline: none;
  width: 31px;
  height: 20px;
  cursor: pointer;
  transition: all 0.2s;
  position: relative;
  align-self: center;
}
.cid-tZhjdJcDgB button.navbar-toggler .hamburger span {
  position: absolute;
  right: 0;
  width: 30px;
  height: 2px;
  border-right: 5px;
  background-color: #ffffff;
}
.cid-tZhjdJcDgB button.navbar-toggler .hamburger span:nth-child(1) {
  top: 0;
  transition: all 0.2s;
}
.cid-tZhjdJcDgB button.navbar-toggler .hamburger span:nth-child(2) {
  top: 8px;
  transition: all 0.15s;
}
.cid-tZhjdJcDgB button.navbar-toggler .hamburger span:nth-child(3) {
  top: 8px;
  transition: all 0.15s;
}
.cid-tZhjdJcDgB button.navbar-toggler .hamburger span:nth-child(4) {
  top: 16px;
  transition: all 0.2s;
}
.cid-tZhjdJcDgB nav.opened .hamburger span:nth-child(1) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-tZhjdJcDgB nav.opened .hamburger span:nth-child(2) {
  transform: rotate(45deg);
  transition: all 0.25s;
}
.cid-tZhjdJcDgB nav.opened .hamburger span:nth-child(3) {
  transform: rotate(-45deg);
  transition: all 0.25s;
}
.cid-tZhjdJcDgB nav.opened .hamburger span:nth-child(4) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-tZhjdJcDgB .navbar-dropdown {
  padding: 0 1rem;
  position: fixed;
}
.cid-tZhjdJcDgB a.nav-link {
  display: flex;
  align-items: center;
  justify-content: center;
}
.cid-tZhjdJcDgB .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-tZhjdJcDgB .navbar {
    height: 70px;
  }
  .cid-tZhjdJcDgB .navbar.opened {
    height: auto;
  }
  .cid-tZhjdJcDgB .nav-item .nav-link:hover::before {
    width: 175%;
    max-width: calc(100% + 2rem);
    left: -1rem;
  }
}
.cid-tZhjoFDAtC {
  display: flex;
  background-image: url("../../../assets/images/insel-prvic-prvic-luka-petar-grgurev-1800x1012.webp");
}
.cid-tZhjoFDAtC .mbr-overlay {
  background-color: #232323;
  opacity: 0.1;
}
.cid-tZhjoFDAtC .content-wrap {
  padding: 5rem 1rem;
}
@media (min-width: 768px) {
  .cid-tZhjoFDAtC {
    align-items: center;
  }
  .cid-tZhjoFDAtC .row {
    justify-content: flex-end;
  }
  .cid-tZhjoFDAtC .content-wrap {
    width: 86%;
  }
}
@media (max-width: 991px) and (min-width: 768px) {
  .cid-tZhjoFDAtC .content-wrap {
    min-width: 50%;
  }
}
@media (max-width: 767px) {
  .cid-tZhjoFDAtC {
    -webkit-align-items: center;
    align-items: center;
  }
  .cid-tZhjoFDAtC .mbr-row {
    -webkit-justify-content: center;
    justify-content: center;
  }
  .cid-tZhjoFDAtC .content-wrap {
    width: 100%;
  }
}
.cid-tZhjoFDAtC .mbr-section-title {
  text-align: right;
  color: #ff9966;
}
.cid-tZhjoFDAtC .mbr-text,
.cid-tZhjoFDAtC .mbr-section-btn {
  text-align: right;
}
.cid-tZhmm3W3xq {
  padding-top: 0rem;
  padding-bottom: 0rem;
  background-color: #ffffff;
}
.cid-tZhmm3W3xq .mbr-fallback-image.disabled {
  display: none;
}
.cid-tZhmm3W3xq .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-tZhmm3W3xq .mbr-section-title {
  color: #000000;
}
.cid-tZhmm3W3xq .mbr-section-subtitle {
  color: #000000;
}
.cid-tZtbzdeYBv {
  padding-top: 3rem;
  padding-bottom: 3rem;
  background-color: #fafafa;
}
.cid-tZtbzdeYBv .mbr-fallback-image.disabled {
  display: none;
}
.cid-tZtbzdeYBv .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-tZtbzdeYBv .item:not(:nth-last-child(1)) {
  margin-bottom: 2rem;
}
.cid-tZtbzdeYBv .item-wrapper {
  background-color: #ffffff;
  border-radius: 4px;
}
.cid-tZtbzdeYBv .image-wrapper img {
  width: 100%;
  object-fit: cover;
}
.cid-tZtbzdeYBv .social-row .soc-item {
  display: inline-block;
  text-align: center;
  border-radius: 50%;
  margin-right: 0.6rem;
  margin-bottom: 1rem;
  padding: 0.5rem;
  border: 2px solid #6592e6;
  transition: all 0.3s;
}
.cid-tZtbzdeYBv .social-row .soc-item .mbr-iconfont {
  display: flex;
  justify-content: center;
  align-content: center;
  color: #6592e6;
  font-size: 1.5rem;
  transition: all 0.3s;
}
.cid-tZtbzdeYBv .social-row .soc-item:hover {
  background-color: #6592e6;
}
.cid-tZtbzdeYBv .social-row .soc-item:hover .mbr-iconfont {
  color: #ffffff;
}
@media (max-width: 767px) {
  .cid-tZtbzdeYBv .card-box {
    padding: 1rem;
  }
}
@media (min-width: 768px) {
  .cid-tZtbzdeYBv .card-box {
    padding-right: 2rem;
  }
}
@media (min-width: 992px) {
  .cid-tZtbzdeYBv .card-box {
    padding-left: 2rem;
    padding-right: 4rem;
  }
}
#hrblock-block-9p hr {
  margin: 0;
}
.cid-tZhrbXjb7v {
  padding-top: 0rem;
  padding-bottom: 0rem;
  background-color: #ffffff;
}
.cid-tZhrbXjb7v .mbr-fallback-image.disabled {
  display: none;
}
.cid-tZhrbXjb7v .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-tZhrbXjb7v .image-wrapper {
    margin-bottom: 1rem;
  }
}
.cid-tZhrbXjb7v .row {
  flex-direction: row-reverse;
}
.cid-tZhrbXjb7v img {
  width: 100%;
}
@media (min-width: 992px) {
  .cid-tZhrbXjb7v .text-wrapper {
    padding: 2rem;
  }
}
.cid-tZhrFdLftF {
  padding-top: 0rem;
  padding-bottom: 0rem;
  background-color: #ffffff;
}
.cid-tZhrFdLftF .mbr-fallback-image.disabled {
  display: none;
}
.cid-tZhrFdLftF .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-tZhrFdLftF .image-wrapper {
    margin-bottom: 1rem;
  }
}
.cid-tZhrFdLftF .row {
  flex-direction: row-reverse;
}
.cid-tZhrFdLftF img {
  width: 100%;
}
@media (min-width: 992px) {
  .cid-tZhrFdLftF .text-wrapper {
    padding: 2rem;
  }
}
#hrblock-block-9q hr {
  margin: 0;
}
.cid-tZhsJGcYUT {
  padding-top: 0rem;
  padding-bottom: 0rem;
  background-color: #ffffff;
}
.cid-tZhsJGcYUT .mbr-fallback-image.disabled {
  display: none;
}
.cid-tZhsJGcYUT .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-tZhsJGcYUT .image-wrapper {
    margin-bottom: 1rem;
  }
}
.cid-tZhsJGcYUT .row {
  flex-direction: row-reverse;
}
.cid-tZhsJGcYUT img {
  width: 100%;
}
@media (min-width: 992px) {
  .cid-tZhsJGcYUT .text-wrapper {
    padding: 2rem;
  }
}
.cid-tZhumlopkx {
  padding-top: 0rem;
  padding-bottom: 0rem;
  background-color: #ffffff;
}
.cid-tZhumlopkx .mbr-fallback-image.disabled {
  display: none;
}
.cid-tZhumlopkx .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-tZhumlopkx .image-wrapper {
    margin-bottom: 1rem;
  }
}
.cid-tZhumlopkx .row {
  flex-direction: row-reverse;
}
.cid-tZhumlopkx img {
  width: 100%;
}
@media (min-width: 992px) {
  .cid-tZhumlopkx .text-wrapper {
    padding: 2rem;
  }
}
.cid-tZhumlopkx .mbr-text {
  color: #000000;
}
.cid-tZhwbrvUrx {
  display: flex;
  background-image: url("../../../assets/images/insel-prvic-sepurine-sonnenuntergang-petar-grgurev-1800x1012.webp");
}
.cid-tZhwbrvUrx .mbr-overlay {
  background-color: #353535;
  opacity: 0.5;
}
.cid-tZhwbrvUrx .content-wrap {
  padding: 5rem 1rem;
}
@media (min-width: 768px) {
  .cid-tZhwbrvUrx {
    align-items: flex-end;
  }
  .cid-tZhwbrvUrx .row {
    justify-content: flex-start;
  }
  .cid-tZhwbrvUrx .content-wrap {
    width: 100%;
  }
}
@media (max-width: 991px) and (min-width: 768px) {
  .cid-tZhwbrvUrx .content-wrap {
    min-width: 50%;
  }
}
@media (max-width: 767px) {
  .cid-tZhwbrvUrx {
    -webkit-align-items: center;
    align-items: center;
  }
  .cid-tZhwbrvUrx .mbr-row {
    -webkit-justify-content: center;
    justify-content: center;
  }
  .cid-tZhwbrvUrx .content-wrap {
    width: 100%;
  }
}
.cid-tZhxaWaa7i {
  padding-top: 5rem;
  padding-bottom: 0rem;
  background-color: #ffffff;
}
.cid-tZhxwngfBp {
  padding-top: 0rem;
  padding-bottom: 0rem;
  background-color: #ffffff;
}
#hrblock-block-9r hr {
  margin: 0;
}
.cid-tZhvaO3nXN {
  padding-top: 0rem;
  padding-bottom: 0rem;
  background-color: #ffffff;
}
.cid-tZhvaO3nXN .mbr-fallback-image.disabled {
  display: none;
}
.cid-tZhvaO3nXN .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-tZhvaO3nXN .image-wrapper {
    margin-bottom: 1rem;
  }
}
.cid-tZhvaO3nXN img {
  width: 100%;
}
@media (min-width: 992px) {
  .cid-tZhvaO3nXN .text-wrapper {
    padding: 2rem;
  }
}
.cid-tZhDfTVqTX {
  display: flex;
  background-image: url("../../../assets/images/bild1-619x416.webp");
}
.cid-tZhDfTVqTX .mbr-overlay {
  background-color: #353535;
  opacity: 0.5;
}
.cid-tZhDfTVqTX .content-wrap {
  padding: 5rem 1rem;
}
@media (min-width: 768px) {
  .cid-tZhDfTVqTX {
    align-items: flex-end;
  }
  .cid-tZhDfTVqTX .row {
    justify-content: flex-start;
  }
  .cid-tZhDfTVqTX .content-wrap {
    width: 89%;
  }
}
@media (max-width: 991px) and (min-width: 768px) {
  .cid-tZhDfTVqTX .content-wrap {
    min-width: 50%;
  }
}
@media (max-width: 767px) {
  .cid-tZhDfTVqTX {
    -webkit-align-items: center;
    align-items: center;
  }
  .cid-tZhDfTVqTX .mbr-row {
    -webkit-justify-content: center;
    justify-content: center;
  }
  .cid-tZhDfTVqTX .content-wrap {
    width: 100%;
  }
}
.cid-tZhDfTVqTX .mbr-section-title {
  text-align: right;
}
.cid-tZhDfTVqTX .mbr-text,
.cid-tZhDfTVqTX .mbr-section-btn {
  text-align: right;
}
.cid-tZhE6JLF9S {
  padding-top: 2rem;
  padding-bottom: 0rem;
  background-color: #ffffff;
}
.cid-tZhE6JLF9S .mbr-fallback-image.disabled {
  display: none;
}
.cid-tZhE6JLF9S .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-tZhE6JLF9S .video-wrapper iframe {
  width: 100%;
}
.cid-tZhE6JLF9S .mbr-section-title,
.cid-tZhE6JLF9S .mbr-description {
  text-align: center;
}
@media (min-width: 992px) {
  .cid-tZhE6JLF9S .text-wrapper {
    padding: 2rem;
  }
}
.cid-tZhEv69GUE {
  padding-top: 0rem;
  padding-bottom: 2rem;
  background-color: #ffffff;
}
.cid-tZhEv69GUE .mbr-fallback-image.disabled {
  display: none;
}
.cid-tZhEv69GUE .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-tZhEv69GUE .video-wrapper iframe {
  width: 100%;
}
.cid-tZhEv69GUE .mbr-section-title,
.cid-tZhEv69GUE .mbr-description {
  text-align: center;
}
@media (min-width: 992px) {
  .cid-tZhEv69GUE .text-wrapper {
    padding: 2rem;
  }
}
.cid-tZhESrbf3O {
  padding-top: 0rem;
  padding-bottom: 0rem;
  background-color: #ffffff;
}
.cid-tZhESrbf3O .mbr-fallback-image.disabled {
  display: none;
}
.cid-tZhESrbf3O .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-tZhESrbf3O .image-wrapper {
    margin-bottom: 1rem;
  }
}
.cid-tZhESrbf3O img {
  width: 100%;
}
@media (min-width: 992px) {
  .cid-tZhESrbf3O .text-wrapper {
    padding: 2rem;
  }
}
.cid-tZhF9cqlDl {
  padding-top: 0rem;
  padding-bottom: 0rem;
  background-color: #ffffff;
}
.cid-tZhF9cqlDl .mbr-fallback-image.disabled {
  display: none;
}
.cid-tZhF9cqlDl .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-tZhF9cqlDl .image-wrapper {
    margin-bottom: 1rem;
  }
}
.cid-tZhF9cqlDl img {
  width: 100%;
}
@media (min-width: 992px) {
  .cid-tZhF9cqlDl .text-wrapper {
    padding: 2rem;
  }
}
.cid-tZhFyWC87J {
  padding-top: 0rem;
  padding-bottom: 0rem;
  background-color: #ffffff;
}
.cid-tZhFyWC87J .mbr-fallback-image.disabled {
  display: none;
}
.cid-tZhFyWC87J .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-tZhFyWC87J .image-wrapper {
    margin-bottom: 1rem;
  }
}
.cid-tZhFyWC87J img {
  width: 100%;
}
@media (min-width: 992px) {
  .cid-tZhFyWC87J .text-wrapper {
    padding: 2rem;
  }
}
.cid-tZhG27p9v1 {
  padding-top: 0rem;
  padding-bottom: 2rem;
  background-color: #ffffff;
}
.cid-tZhG27p9v1 .mbr-fallback-image.disabled {
  display: none;
}
.cid-tZhG27p9v1 .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-tZhG27p9v1 .image-wrapper {
    margin-bottom: 1rem;
  }
}
.cid-tZhG27p9v1 img {
  width: 100%;
}
@media (min-width: 992px) {
  .cid-tZhG27p9v1 .text-wrapper {
    padding: 2rem;
  }
}
.cid-tZhGsMVxpa {
  padding-top: 0rem;
  padding-bottom: 0rem;
  background: #ffffff;
}
.cid-tZhGsMVxpa .mbr-fallback-image.disabled {
  display: none;
}
.cid-tZhGsMVxpa .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-tZhGsMVxpa .google-map {
  height: 30rem;
  position: relative;
}
.cid-tZhGsMVxpa .google-map iframe {
  height: 100%;
  width: 100%;
}
.cid-tZhGsMVxpa .google-map [data-state-details] {
  color: #6b6763;
  height: 1.5em;
  margin-top: -0.75em;
  padding-left: 1.25rem;
  padding-right: 1.25rem;
  position: absolute;
  text-align: center;
  top: 50%;
  width: 100%;
}
.cid-tZhGsMVxpa .google-map[data-state] {
  background: #e9e5dc;
}
.cid-tZhGsMVxpa .google-map[data-state="loading"] [data-state-details] {
  display: none;
}
.cid-tZhGC5PoNC {
  padding-top: 5rem;
  padding-bottom: 0rem;
  background-color: #ffffff;
}
.cid-tZhHNeJznM {
  padding-top: 0rem;
  padding-bottom: 0rem;
  background-color: #ffffff;
}
.cid-tZhHNeJznM .mbr-fallback-image.disabled {
  display: none;
}
.cid-tZhHNeJznM .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-tZhHNeJznM .image-wrapper {
    margin-bottom: 1rem;
  }
}
.cid-tZhHNeJznM img {
  width: 100%;
}
@media (min-width: 992px) {
  .cid-tZhHNeJznM .text-wrapper {
    padding: 2rem;
  }
}
.cid-tZhH7aEfKc {
  padding-top: 0rem;
  padding-bottom: 0rem;
  background-color: #ffffff;
}
.cid-tZhH7aEfKc .mbr-fallback-image.disabled {
  display: none;
}
.cid-tZhH7aEfKc .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-tZhH7aEfKc .image-wrapper {
    margin-bottom: 1rem;
  }
}
.cid-tZhH7aEfKc img {
  width: 100%;
}
@media (min-width: 992px) {
  .cid-tZhH7aEfKc .text-wrapper {
    padding: 2rem;
  }
}
.cid-tZhJ4dK7iu {
  padding-top: 0rem;
  padding-bottom: 2rem;
  background-color: #ffffff;
}
.cid-tZhJwdccgu {
  padding-top: 0rem;
  padding-bottom: 0rem;
  background-color: #ffffff;
}
.cid-tZhJwdccgu .mbr-fallback-image.disabled {
  display: none;
}
.cid-tZhJwdccgu .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-tZhJwdccgu .image-wrapper {
    margin-bottom: 1rem;
  }
}
.cid-tZhJwdccgu img {
  width: 100%;
}
@media (min-width: 992px) {
  .cid-tZhJwdccgu .text-wrapper {
    padding: 2rem;
  }
}
.cid-tZhJwRRgIR {
  padding-top: 0rem;
  padding-bottom: 2rem;
  background-color: #ffffff;
}
.cid-tZhJwRRgIR .mbr-fallback-image.disabled {
  display: none;
}
.cid-tZhJwRRgIR .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-tZhJwRRgIR .image-wrapper {
    margin-bottom: 1rem;
  }
}
.cid-tZhJwRRgIR img {
  width: 100%;
}
@media (min-width: 992px) {
  .cid-tZhJwRRgIR .text-wrapper {
    padding: 2rem;
  }
}
.cid-tZhJwRRgIR .mbr-section-title {
  text-align: left;
}
.cid-tZhJwRRgIR .mbr-text {
  text-align: left;
}
.cid-u1m8bBl6Dc .float {
  position: fixed;
  width: 74px;
  height: 72px;
  bottom: 34px;
  right: 31px;
  background-color: #25d366;
  color: #ffffff;
  border-radius: 32px;
  text-align: center;
  font-size: 44px;
  box-shadow: 2px 2px 3px #999;
  z-index: 100;
}
.cid-u1m8bBl6Dc .my-float {
  margin-top: 16px;
}
.cid-u1m8bBl6Dc P {
  color: #232323;
}
.cid-u1m8bBl6Dc DIV {
  color: #ffffff;
}
.cid-u1m8bBl6Dc H10 {
  color: #767676;
}
.cid-u1m8bBl6Dc .hidden {
  display: none;
}
.cid-tZhjdKciXQ {
  padding-top: 30px;
  padding-bottom: 30px;
  background-color: #353535;
  overflow: hidden;
}
.cid-tZhjdKciXQ .row .mbr-text {
  color: #ffffff;
}
.cid-tZfSFRS9lK {
  z-index: 1000;
  width: 100%;
}
.cid-tZfSFRS9lK nav.navbar {
  position: fixed;
}
.cid-tZfSFRS9lK .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-tZfSFRS9lK .dropdown-menu {
  padding: 0;
  border-radius: 4px;
  box-shadow: 0 1px 3px 0 rgba(0, 0, 0, 0.1);
}
.cid-tZfSFRS9lK .dropdown-item {
  border-bottom: 1px solid #e6e6e6;
}
.cid-tZfSFRS9lK .dropdown-item:hover,
.cid-tZfSFRS9lK .dropdown-item:focus {
  background: #4479d9 !important;
  color: white !important;
}
.cid-tZfSFRS9lK .dropdown-item:first-child {
  border-top-left-radius: 4px;
  border-top-right-radius: 4px;
}
.cid-tZfSFRS9lK .dropdown-item:last-child {
  border-bottom: none;
  border-bottom-left-radius: 4px;
  border-bottom-right-radius: 4px;
}
.cid-tZfSFRS9lK .nav-dropdown .link {
  padding: 0 0.3em !important;
  margin: 0.667em 1em !important;
}
.cid-tZfSFRS9lK .nav-dropdown .link.dropdown-toggle::after {
  margin-left: 0.5rem;
  margin-top: 0.2rem;
}
.cid-tZfSFRS9lK .nav-link {
  position: relative;
}
.cid-tZfSFRS9lK .container {
  display: flex;
  margin: auto;
}
.cid-tZfSFRS9lK .iconfont-wrapper {
  color: #0b52cf !important;
  font-size: 1.5rem;
  padding-right: 0.5rem;
}
.cid-tZfSFRS9lK .dropdown-menu,
.cid-tZfSFRS9lK .navbar.opened {
  background: #353535 !important;
}
.cid-tZfSFRS9lK .nav-item:focus,
.cid-tZfSFRS9lK .nav-link:focus {
  outline: none;
}
.cid-tZfSFRS9lK .dropdown .dropdown-menu .dropdown-item {
  width: auto;
  transition: all 0.25s ease-in-out;
}
.cid-tZfSFRS9lK .dropdown .dropdown-menu .dropdown-item::after {
  right: 0.5rem;
}
.cid-tZfSFRS9lK .dropdown .dropdown-menu .dropdown-item .mbr-iconfont {
  margin-right: 0.5rem;
  vertical-align: sub;
}
.cid-tZfSFRS9lK .dropdown .dropdown-menu .dropdown-item .mbr-iconfont:before {
  display: inline-block;
  transform: scale(1, 1);
  transition: all 0.25s ease-in-out;
}
.cid-tZfSFRS9lK .collapsed .dropdown-menu .dropdown-item:before {
  display: none;
}
.cid-tZfSFRS9lK .collapsed .dropdown .dropdown-menu .dropdown-item {
  padding: 0.235em 1.5em 0.235em 1.5em !important;
  transition: none;
  margin: 0 !important;
}
.cid-tZfSFRS9lK .navbar {
  min-height: 70px;
  transition: all 0.3s;
  border-bottom: 1px solid transparent;
  position: absolute;
  background: rgba(53, 53, 53, 0.9);
}
.cid-tZfSFRS9lK .navbar.opened {
  transition: all 0.3s;
}
.cid-tZfSFRS9lK .navbar .dropdown-item {
  padding: 0.5rem 1.8rem;
}
.cid-tZfSFRS9lK .navbar .navbar-logo img {
  width: auto;
}
.cid-tZfSFRS9lK .navbar .navbar-collapse {
  justify-content: flex-end;
  z-index: 1;
}
.cid-tZfSFRS9lK .navbar.collapsed {
  justify-content: center;
}
.cid-tZfSFRS9lK .navbar.collapsed .nav-item .nav-link::before {
  display: none;
}
.cid-tZfSFRS9lK .navbar.collapsed.opened .dropdown-menu {
  top: 0;
}
.cid-tZfSFRS9lK .navbar.collapsed .dropdown-menu .dropdown-submenu {
  left: 0 !important;
}
.cid-tZfSFRS9lK .navbar.collapsed .dropdown-menu .dropdown-item:after {
  right: auto;
}
.cid-tZfSFRS9lK .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-tZfSFRS9lK .navbar.collapsed ul.navbar-nav li {
  margin: auto;
}
.cid-tZfSFRS9lK .navbar.collapsed .dropdown-menu .dropdown-item {
  padding: 0.25rem 1.5rem;
  text-align: center;
}
.cid-tZfSFRS9lK .navbar.collapsed .icons-menu {
  padding-left: 0;
  padding-right: 0;
  padding-top: 0.5rem;
  padding-bottom: 0.5rem;
}
@media (max-width: 991px) {
  .cid-tZfSFRS9lK .navbar .nav-item .nav-link::before {
    display: none;
  }
  .cid-tZfSFRS9lK .navbar.opened .dropdown-menu {
    top: 0;
  }
  .cid-tZfSFRS9lK .navbar .dropdown-menu .dropdown-submenu {
    left: 0 !important;
  }
  .cid-tZfSFRS9lK .navbar .dropdown-menu .dropdown-item:after {
    right: auto;
  }
  .cid-tZfSFRS9lK .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-tZfSFRS9lK .navbar .navbar-logo img {
    height: 3rem !important;
  }
  .cid-tZfSFRS9lK .navbar ul.navbar-nav li {
    margin: auto;
  }
  .cid-tZfSFRS9lK .navbar .dropdown-menu .dropdown-item {
    padding: 0.25rem 1.5rem !important;
    text-align: center;
  }
  .cid-tZfSFRS9lK .navbar .navbar-brand {
    flex-shrink: initial;
    flex-basis: auto;
    word-break: break-word;
    padding-right: 2rem;
  }
  .cid-tZfSFRS9lK .navbar .navbar-toggler {
    flex-basis: auto;
  }
  .cid-tZfSFRS9lK .navbar .icons-menu {
    padding-left: 0;
    padding-top: 0.5rem;
    padding-bottom: 0.5rem;
  }
}
.cid-tZfSFRS9lK .navbar.navbar-short {
  min-height: 60px;
}
.cid-tZfSFRS9lK .navbar.navbar-short .navbar-logo img {
  height: 2.5rem !important;
}
.cid-tZfSFRS9lK .navbar.navbar-short .navbar-brand {
  min-height: 60px;
  padding: 0;
}
.cid-tZfSFRS9lK .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-tZfSFRS9lK .navbar-brand .navbar-caption {
  line-height: inherit !important;
}
.cid-tZfSFRS9lK .navbar-brand .navbar-logo a {
  outline: none;
}
.cid-tZfSFRS9lK .dropdown-item.active,
.cid-tZfSFRS9lK .dropdown-item:active {
  background-color: transparent;
}
.cid-tZfSFRS9lK .navbar-expand-lg .navbar-nav .nav-link {
  padding: 0;
}
.cid-tZfSFRS9lK .nav-dropdown .link.dropdown-toggle {
  margin-right: 1.667em;
}
.cid-tZfSFRS9lK .nav-dropdown .link.dropdown-toggle[aria-expanded="true"] {
  margin-right: 0;
  padding: 0.667em 1.667em;
}
.cid-tZfSFRS9lK .navbar.navbar-expand-lg .dropdown .dropdown-menu {
  background: #353535;
}
.cid-tZfSFRS9lK .navbar.navbar-expand-lg .dropdown .dropdown-menu .dropdown-submenu {
  margin: 0;
  left: 100%;
}
.cid-tZfSFRS9lK .navbar .dropdown.open > .dropdown-menu {
  display: block;
}
.cid-tZfSFRS9lK ul.navbar-nav {
  flex-wrap: wrap;
}
.cid-tZfSFRS9lK .navbar-buttons {
  text-align: center;
  min-width: 170px;
}
.cid-tZfSFRS9lK button.navbar-toggler {
  outline: none;
  width: 31px;
  height: 20px;
  cursor: pointer;
  transition: all 0.2s;
  position: relative;
  align-self: center;
}
.cid-tZfSFRS9lK button.navbar-toggler .hamburger span {
  position: absolute;
  right: 0;
  width: 30px;
  height: 2px;
  border-right: 5px;
  background-color: #ffffff;
}
.cid-tZfSFRS9lK button.navbar-toggler .hamburger span:nth-child(1) {
  top: 0;
  transition: all 0.2s;
}
.cid-tZfSFRS9lK button.navbar-toggler .hamburger span:nth-child(2) {
  top: 8px;
  transition: all 0.15s;
}
.cid-tZfSFRS9lK button.navbar-toggler .hamburger span:nth-child(3) {
  top: 8px;
  transition: all 0.15s;
}
.cid-tZfSFRS9lK button.navbar-toggler .hamburger span:nth-child(4) {
  top: 16px;
  transition: all 0.2s;
}
.cid-tZfSFRS9lK nav.opened .hamburger span:nth-child(1) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-tZfSFRS9lK nav.opened .hamburger span:nth-child(2) {
  transform: rotate(45deg);
  transition: all 0.25s;
}
.cid-tZfSFRS9lK nav.opened .hamburger span:nth-child(3) {
  transform: rotate(-45deg);
  transition: all 0.25s;
}
.cid-tZfSFRS9lK nav.opened .hamburger span:nth-child(4) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-tZfSFRS9lK .navbar-dropdown {
  padding: 0 1rem;
  position: fixed;
}
.cid-tZfSFRS9lK a.nav-link {
  display: flex;
  align-items: center;
  justify-content: center;
}
.cid-tZfSFRS9lK .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-tZfSFRS9lK .navbar {
    height: 70px;
  }
  .cid-tZfSFRS9lK .navbar.opened {
    height: auto;
  }
  .cid-tZfSFRS9lK .nav-item .nav-link:hover::before {
    width: 175%;
    max-width: calc(100% + 2rem);
    left: -1rem;
  }
}
.cid-tZxlZDlmTW {
  padding-top: 5rem;
  padding-bottom: 0rem;
  background-color: #ffffff;
}
.cid-tZxlZDlmTW .mbr-fallback-image.disabled {
  display: none;
}
.cid-tZxlZDlmTW .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-tZfUxtAi3o {
  padding-top: 0rem;
  padding-bottom: 0rem;
  background-color: #ffffff;
}
.cid-tZfUxtAi3o .mbr-fallback-image.disabled {
  display: none;
}
.cid-tZfUxtAi3o .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-tZfUxtAi3o .row {
  align-items: center;
}
@media (max-width: 991px) {
  .cid-tZfUxtAi3o .row {
    flex-direction: column-reverse;
  }
  .cid-tZfUxtAi3o .image-wrapper {
    margin-bottom: 2rem;
  }
  .cid-tZfUxtAi3o .card-wrapper {
    padding: 0 1rem;
  }
}
@media (min-width: 992px) {
  .cid-tZfUxtAi3o .card-wrapper {
    padding-right: 2rem;
  }
}
.cid-tZfUxtAi3o .image-wrapper img {
  width: 100%;
  object-fit: cover;
}
.cid-tZfUxtAi3o .mbr-text,
.cid-tZfUxtAi3o .mbr-section-btn {
  color: #000000;
}
#hrblock-block-8p hr {
  margin: 0;
}
.cid-tZfVv7aLtt {
  padding-top: 0rem;
  padding-bottom: 0rem;
  background-color: #ffffff;
}
.cid-tZfVv7aLtt .mbr-fallback-image.disabled {
  display: none;
}
.cid-tZfVv7aLtt .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-tZfVv7aLtt .row {
  align-items: center;
}
@media (max-width: 991px) {
  .cid-tZfVv7aLtt .row {
    flex-direction: column-reverse;
  }
  .cid-tZfVv7aLtt .image-wrapper {
    margin-bottom: 2rem;
  }
  .cid-tZfVv7aLtt .card-wrapper {
    padding: 0 1rem;
  }
}
@media (min-width: 992px) {
  .cid-tZfVv7aLtt .card-wrapper {
    padding-right: 2rem;
  }
}
.cid-tZfVv7aLtt .image-wrapper img {
  width: 100%;
  object-fit: cover;
}
#hrblock-block-8q hr {
  margin: 0;
}
.cid-tZfV6ZZP0n {
  padding-top: 0rem;
  padding-bottom: 2rem;
  background-color: #ffffff;
}
.cid-tZfV6ZZP0n .mbr-fallback-image.disabled {
  display: none;
}
.cid-tZfV6ZZP0n .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-tZfV6ZZP0n .row {
  align-items: center;
}
@media (max-width: 991px) {
  .cid-tZfV6ZZP0n .row {
    flex-direction: column-reverse;
  }
  .cid-tZfV6ZZP0n .image-wrapper {
    margin-bottom: 2rem;
  }
  .cid-tZfV6ZZP0n .card-wrapper {
    padding: 0 1rem;
  }
}
@media (min-width: 992px) {
  .cid-tZfV6ZZP0n .card-wrapper {
    padding-right: 2rem;
  }
}
.cid-tZfV6ZZP0n .image-wrapper img {
  width: 100%;
  object-fit: cover;
}
.cid-tZfSFSGnss {
  padding-top: 30px;
  padding-bottom: 30px;
  background-color: #353535;
  overflow: hidden;
}
.cid-tZfSFSGnss .row .mbr-text {
  color: #ffffff;
}
.cid-tZ3uBCClU4 {
  z-index: 1000;
  width: 100%;
}
.cid-tZ3uBCClU4 nav.navbar {
  position: fixed;
}
.cid-tZ3uBCClU4 .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-tZ3uBCClU4 .dropdown-menu {
  padding: 0;
  border-radius: 4px;
  box-shadow: 0 1px 3px 0 rgba(0, 0, 0, 0.1);
}
.cid-tZ3uBCClU4 .dropdown-item {
  border-bottom: 1px solid #e6e6e6;
}
.cid-tZ3uBCClU4 .dropdown-item:hover,
.cid-tZ3uBCClU4 .dropdown-item:focus {
  background: #4479d9 !important;
  color: white !important;
}
.cid-tZ3uBCClU4 .dropdown-item:first-child {
  border-top-left-radius: 4px;
  border-top-right-radius: 4px;
}
.cid-tZ3uBCClU4 .dropdown-item:last-child {
  border-bottom: none;
  border-bottom-left-radius: 4px;
  border-bottom-right-radius: 4px;
}
.cid-tZ3uBCClU4 .nav-dropdown .link {
  padding: 0 0.3em !important;
  margin: 0.667em 1em !important;
}
.cid-tZ3uBCClU4 .nav-dropdown .link.dropdown-toggle::after {
  margin-left: 0.5rem;
  margin-top: 0.2rem;
}
.cid-tZ3uBCClU4 .nav-link {
  position: relative;
}
.cid-tZ3uBCClU4 .container {
  display: flex;
  margin: auto;
}
.cid-tZ3uBCClU4 .iconfont-wrapper {
  color: #0b52cf !important;
  font-size: 1.5rem;
  padding-right: 0.5rem;
}
.cid-tZ3uBCClU4 .dropdown-menu,
.cid-tZ3uBCClU4 .navbar.opened {
  background: #353535 !important;
}
.cid-tZ3uBCClU4 .nav-item:focus,
.cid-tZ3uBCClU4 .nav-link:focus {
  outline: none;
}
.cid-tZ3uBCClU4 .dropdown .dropdown-menu .dropdown-item {
  width: auto;
  transition: all 0.25s ease-in-out;
}
.cid-tZ3uBCClU4 .dropdown .dropdown-menu .dropdown-item::after {
  right: 0.5rem;
}
.cid-tZ3uBCClU4 .dropdown .dropdown-menu .dropdown-item .mbr-iconfont {
  margin-right: 0.5rem;
  vertical-align: sub;
}
.cid-tZ3uBCClU4 .dropdown .dropdown-menu .dropdown-item .mbr-iconfont:before {
  display: inline-block;
  transform: scale(1, 1);
  transition: all 0.25s ease-in-out;
}
.cid-tZ3uBCClU4 .collapsed .dropdown-menu .dropdown-item:before {
  display: none;
}
.cid-tZ3uBCClU4 .collapsed .dropdown .dropdown-menu .dropdown-item {
  padding: 0.235em 1.5em 0.235em 1.5em !important;
  transition: none;
  margin: 0 !important;
}
.cid-tZ3uBCClU4 .navbar {
  min-height: 70px;
  transition: all 0.3s;
  border-bottom: 1px solid transparent;
  position: absolute;
  background: rgba(53, 53, 53, 0.9);
}
.cid-tZ3uBCClU4 .navbar.opened {
  transition: all 0.3s;
}
.cid-tZ3uBCClU4 .navbar .dropdown-item {
  padding: 0.5rem 1.8rem;
}
.cid-tZ3uBCClU4 .navbar .navbar-logo img {
  width: auto;
}
.cid-tZ3uBCClU4 .navbar .navbar-collapse {
  justify-content: flex-end;
  z-index: 1;
}
.cid-tZ3uBCClU4 .navbar.collapsed {
  justify-content: center;
}
.cid-tZ3uBCClU4 .navbar.collapsed .nav-item .nav-link::before {
  display: none;
}
.cid-tZ3uBCClU4 .navbar.collapsed.opened .dropdown-menu {
  top: 0;
}
.cid-tZ3uBCClU4 .navbar.collapsed .dropdown-menu .dropdown-submenu {
  left: 0 !important;
}
.cid-tZ3uBCClU4 .navbar.collapsed .dropdown-menu .dropdown-item:after {
  right: auto;
}
.cid-tZ3uBCClU4 .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-tZ3uBCClU4 .navbar.collapsed ul.navbar-nav li {
  margin: auto;
}
.cid-tZ3uBCClU4 .navbar.collapsed .dropdown-menu .dropdown-item {
  padding: 0.25rem 1.5rem;
  text-align: center;
}
.cid-tZ3uBCClU4 .navbar.collapsed .icons-menu {
  padding-left: 0;
  padding-right: 0;
  padding-top: 0.5rem;
  padding-bottom: 0.5rem;
}
@media (max-width: 991px) {
  .cid-tZ3uBCClU4 .navbar .nav-item .nav-link::before {
    display: none;
  }
  .cid-tZ3uBCClU4 .navbar.opened .dropdown-menu {
    top: 0;
  }
  .cid-tZ3uBCClU4 .navbar .dropdown-menu .dropdown-submenu {
    left: 0 !important;
  }
  .cid-tZ3uBCClU4 .navbar .dropdown-menu .dropdown-item:after {
    right: auto;
  }
  .cid-tZ3uBCClU4 .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-tZ3uBCClU4 .navbar .navbar-logo img {
    height: 3rem !important;
  }
  .cid-tZ3uBCClU4 .navbar ul.navbar-nav li {
    margin: auto;
  }
  .cid-tZ3uBCClU4 .navbar .dropdown-menu .dropdown-item {
    padding: 0.25rem 1.5rem !important;
    text-align: center;
  }
  .cid-tZ3uBCClU4 .navbar .navbar-brand {
    flex-shrink: initial;
    flex-basis: auto;
    word-break: break-word;
    padding-right: 2rem;
  }
  .cid-tZ3uBCClU4 .navbar .navbar-toggler {
    flex-basis: auto;
  }
  .cid-tZ3uBCClU4 .navbar .icons-menu {
    padding-left: 0;
    padding-top: 0.5rem;
    padding-bottom: 0.5rem;
  }
}
.cid-tZ3uBCClU4 .navbar.navbar-short {
  min-height: 60px;
}
.cid-tZ3uBCClU4 .navbar.navbar-short .navbar-logo img {
  height: 2.5rem !important;
}
.cid-tZ3uBCClU4 .navbar.navbar-short .navbar-brand {
  min-height: 60px;
  padding: 0;
}
.cid-tZ3uBCClU4 .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-tZ3uBCClU4 .navbar-brand .navbar-caption {
  line-height: inherit !important;
}
.cid-tZ3uBCClU4 .navbar-brand .navbar-logo a {
  outline: none;
}
.cid-tZ3uBCClU4 .dropdown-item.active,
.cid-tZ3uBCClU4 .dropdown-item:active {
  background-color: transparent;
}
.cid-tZ3uBCClU4 .navbar-expand-lg .navbar-nav .nav-link {
  padding: 0;
}
.cid-tZ3uBCClU4 .nav-dropdown .link.dropdown-toggle {
  margin-right: 1.667em;
}
.cid-tZ3uBCClU4 .nav-dropdown .link.dropdown-toggle[aria-expanded="true"] {
  margin-right: 0;
  padding: 0.667em 1.667em;
}
.cid-tZ3uBCClU4 .navbar.navbar-expand-lg .dropdown .dropdown-menu {
  background: #353535;
}
.cid-tZ3uBCClU4 .navbar.navbar-expand-lg .dropdown .dropdown-menu .dropdown-submenu {
  margin: 0;
  left: 100%;
}
.cid-tZ3uBCClU4 .navbar .dropdown.open > .dropdown-menu {
  display: block;
}
.cid-tZ3uBCClU4 ul.navbar-nav {
  flex-wrap: wrap;
}
.cid-tZ3uBCClU4 .navbar-buttons {
  text-align: center;
  min-width: 170px;
}
.cid-tZ3uBCClU4 button.navbar-toggler {
  outline: none;
  width: 31px;
  height: 20px;
  cursor: pointer;
  transition: all 0.2s;
  position: relative;
  align-self: center;
}
.cid-tZ3uBCClU4 button.navbar-toggler .hamburger span {
  position: absolute;
  right: 0;
  width: 30px;
  height: 2px;
  border-right: 5px;
  background-color: #ffffff;
}
.cid-tZ3uBCClU4 button.navbar-toggler .hamburger span:nth-child(1) {
  top: 0;
  transition: all 0.2s;
}
.cid-tZ3uBCClU4 button.navbar-toggler .hamburger span:nth-child(2) {
  top: 8px;
  transition: all 0.15s;
}
.cid-tZ3uBCClU4 button.navbar-toggler .hamburger span:nth-child(3) {
  top: 8px;
  transition: all 0.15s;
}
.cid-tZ3uBCClU4 button.navbar-toggler .hamburger span:nth-child(4) {
  top: 16px;
  transition: all 0.2s;
}
.cid-tZ3uBCClU4 nav.opened .hamburger span:nth-child(1) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-tZ3uBCClU4 nav.opened .hamburger span:nth-child(2) {
  transform: rotate(45deg);
  transition: all 0.25s;
}
.cid-tZ3uBCClU4 nav.opened .hamburger span:nth-child(3) {
  transform: rotate(-45deg);
  transition: all 0.25s;
}
.cid-tZ3uBCClU4 nav.opened .hamburger span:nth-child(4) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-tZ3uBCClU4 .navbar-dropdown {
  padding: 0 1rem;
  position: fixed;
}
.cid-tZ3uBCClU4 a.nav-link {
  display: flex;
  align-items: center;
  justify-content: center;
}
.cid-tZ3uBCClU4 .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-tZ3uBCClU4 .navbar {
    height: 70px;
  }
  .cid-tZ3uBCClU4 .navbar.opened {
    height: auto;
  }
  .cid-tZ3uBCClU4 .nav-item .nav-link:hover::before {
    width: 175%;
    max-width: calc(100% + 2rem);
    left: -1rem;
  }
}
.cid-tZ3xIIFPTc {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-color: #ecf1ff;
}
.cid-tZ3uBE59KJ {
  padding-top: 30px;
  padding-bottom: 30px;
  background-color: #353535;
  overflow: hidden;
}
.cid-tZ3uBE59KJ .row .mbr-text {
  color: #ffffff;
}




.cid-tZx7t9lZfG {
  z-index: 1000;
  width: 100%;
}
.cid-tZx7t9lZfG nav.navbar {
  position: fixed;
}
.cid-tZx7t9lZfG .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-tZx7t9lZfG .dropdown-menu {
  padding: 0;
  border-radius: 4px;
  box-shadow: 0 1px 3px 0 rgba(0, 0, 0, 0.1);
}
.cid-tZx7t9lZfG .dropdown-item {
  border-bottom: 1px solid #e6e6e6;
}
.cid-tZx7t9lZfG .dropdown-item:hover,
.cid-tZx7t9lZfG .dropdown-item:focus {
  background: #4479d9 !important;
  color: white !important;
}
.cid-tZx7t9lZfG .dropdown-item:first-child {
  border-top-left-radius: 4px;
  border-top-right-radius: 4px;
}
.cid-tZx7t9lZfG .dropdown-item:last-child {
  border-bottom: none;
  border-bottom-left-radius: 4px;
  border-bottom-right-radius: 4px;
}
.cid-tZx7t9lZfG .nav-dropdown .link {
  padding: 0 0.3em !important;
  margin: 0.667em 1em !important;
}
.cid-tZx7t9lZfG .nav-dropdown .link.dropdown-toggle::after {
  margin-left: 0.5rem;
  margin-top: 0.2rem;
}
.cid-tZx7t9lZfG .nav-link {
  position: relative;
}
.cid-tZx7t9lZfG .container {
  display: flex;
  margin: auto;
}
.cid-tZx7t9lZfG .iconfont-wrapper {
  color: #0b52cf !important;
  font-size: 1.5rem;
  padding-right: 0.5rem;
}
.cid-tZx7t9lZfG .dropdown-menu,
.cid-tZx7t9lZfG .navbar.opened {
  background: #353535 !important;
}
.cid-tZx7t9lZfG .nav-item:focus,
.cid-tZx7t9lZfG .nav-link:focus {
  outline: none;
}
.cid-tZx7t9lZfG .dropdown .dropdown-menu .dropdown-item {
  width: auto;
  transition: all 0.25s ease-in-out;
}
.cid-tZx7t9lZfG .dropdown .dropdown-menu .dropdown-item::after {
  right: 0.5rem;
}
.cid-tZx7t9lZfG .dropdown .dropdown-menu .dropdown-item .mbr-iconfont {
  margin-right: 0.5rem;
  vertical-align: sub;
}
.cid-tZx7t9lZfG .dropdown .dropdown-menu .dropdown-item .mbr-iconfont:before {
  display: inline-block;
  transform: scale(1, 1);
  transition: all 0.25s ease-in-out;
}
.cid-tZx7t9lZfG .collapsed .dropdown-menu .dropdown-item:before {
  display: none;
}
.cid-tZx7t9lZfG .collapsed .dropdown .dropdown-menu .dropdown-item {
  padding: 0.235em 1.5em 0.235em 1.5em !important;
  transition: none;
  margin: 0 !important;
}
.cid-tZx7t9lZfG .navbar {
  min-height: 70px;
  transition: all 0.3s;
  border-bottom: 1px solid transparent;
  position: absolute;
  background: rgba(53, 53, 53, 0.9);
}
.cid-tZx7t9lZfG .navbar.opened {
  transition: all 0.3s;
}
.cid-tZx7t9lZfG .navbar .dropdown-item {
  padding: 0.5rem 1.8rem;
}
.cid-tZx7t9lZfG .navbar .navbar-logo img {
  width: auto;
}
.cid-tZx7t9lZfG .navbar .navbar-collapse {
  justify-content: flex-end;
  z-index: 1;
}
.cid-tZx7t9lZfG .navbar.collapsed {
  justify-content: center;
}
.cid-tZx7t9lZfG .navbar.collapsed .nav-item .nav-link::before {
  display: none;
}
.cid-tZx7t9lZfG .navbar.collapsed.opened .dropdown-menu {
  top: 0;
}
.cid-tZx7t9lZfG .navbar.collapsed .dropdown-menu .dropdown-submenu {
  left: 0 !important;
}
.cid-tZx7t9lZfG .navbar.collapsed .dropdown-menu .dropdown-item:after {
  right: auto;
}
.cid-tZx7t9lZfG .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-tZx7t9lZfG .navbar.collapsed ul.navbar-nav li {
  margin: auto;
}
.cid-tZx7t9lZfG .navbar.collapsed .dropdown-menu .dropdown-item {
  padding: 0.25rem 1.5rem;
  text-align: center;
}
.cid-tZx7t9lZfG .navbar.collapsed .icons-menu {
  padding-left: 0;
  padding-right: 0;
  padding-top: 0.5rem;
  padding-bottom: 0.5rem;
}
@media (max-width: 991px) {
  .cid-tZx7t9lZfG .navbar .nav-item .nav-link::before {
    display: none;
  }
  .cid-tZx7t9lZfG .navbar.opened .dropdown-menu {
    top: 0;
  }
  .cid-tZx7t9lZfG .navbar .dropdown-menu .dropdown-submenu {
    left: 0 !important;
  }
  .cid-tZx7t9lZfG .navbar .dropdown-menu .dropdown-item:after {
    right: auto;
  }
  .cid-tZx7t9lZfG .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-tZx7t9lZfG .navbar .navbar-logo img {
    height: 3rem !important;
  }
  .cid-tZx7t9lZfG .navbar ul.navbar-nav li {
    margin: auto;
  }
  .cid-tZx7t9lZfG .navbar .dropdown-menu .dropdown-item {
    padding: 0.25rem 1.5rem !important;
    text-align: center;
  }
  .cid-tZx7t9lZfG .navbar .navbar-brand {
    flex-shrink: initial;
    flex-basis: auto;
    word-break: break-word;
    padding-right: 2rem;
  }
  .cid-tZx7t9lZfG .navbar .navbar-toggler {
    flex-basis: auto;
  }
  .cid-tZx7t9lZfG .navbar .icons-menu {
    padding-left: 0;
    padding-top: 0.5rem;
    padding-bottom: 0.5rem;
  }
}
.cid-tZx7t9lZfG .navbar.navbar-short {
  min-height: 60px;
}
.cid-tZx7t9lZfG .navbar.navbar-short .navbar-logo img {
  height: 2.5rem !important;
}
.cid-tZx7t9lZfG .navbar.navbar-short .navbar-brand {
  min-height: 60px;
  padding: 0;
}
.cid-tZx7t9lZfG .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-tZx7t9lZfG .navbar-brand .navbar-caption {
  line-height: inherit !important;
}
.cid-tZx7t9lZfG .navbar-brand .navbar-logo a {
  outline: none;
}
.cid-tZx7t9lZfG .dropdown-item.active,
.cid-tZx7t9lZfG .dropdown-item:active {
  background-color: transparent;
}
.cid-tZx7t9lZfG .navbar-expand-lg .navbar-nav .nav-link {
  padding: 0;
}
.cid-tZx7t9lZfG .nav-dropdown .link.dropdown-toggle {
  margin-right: 1.667em;
}
.cid-tZx7t9lZfG .nav-dropdown .link.dropdown-toggle[aria-expanded="true"] {
  margin-right: 0;
  padding: 0.667em 1.667em;
}
.cid-tZx7t9lZfG .navbar.navbar-expand-lg .dropdown .dropdown-menu {
  background: #353535;
}
.cid-tZx7t9lZfG .navbar.navbar-expand-lg .dropdown .dropdown-menu .dropdown-submenu {
  margin: 0;
  left: 100%;
}
.cid-tZx7t9lZfG .navbar .dropdown.open > .dropdown-menu {
  display: block;
}
.cid-tZx7t9lZfG ul.navbar-nav {
  flex-wrap: wrap;
}
.cid-tZx7t9lZfG .navbar-buttons {
  text-align: center;
  min-width: 170px;
}
.cid-tZx7t9lZfG button.navbar-toggler {
  outline: none;
  width: 31px;
  height: 20px;
  cursor: pointer;
  transition: all 0.2s;
  position: relative;
  align-self: center;
}
.cid-tZx7t9lZfG button.navbar-toggler .hamburger span {
  position: absolute;
  right: 0;
  width: 30px;
  height: 2px;
  border-right: 5px;
  background-color: #ffffff;
}
.cid-tZx7t9lZfG button.navbar-toggler .hamburger span:nth-child(1) {
  top: 0;
  transition: all 0.2s;
}
.cid-tZx7t9lZfG button.navbar-toggler .hamburger span:nth-child(2) {
  top: 8px;
  transition: all 0.15s;
}
.cid-tZx7t9lZfG button.navbar-toggler .hamburger span:nth-child(3) {
  top: 8px;
  transition: all 0.15s;
}
.cid-tZx7t9lZfG button.navbar-toggler .hamburger span:nth-child(4) {
  top: 16px;
  transition: all 0.2s;
}
.cid-tZx7t9lZfG nav.opened .hamburger span:nth-child(1) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-tZx7t9lZfG nav.opened .hamburger span:nth-child(2) {
  transform: rotate(45deg);
  transition: all 0.25s;
}
.cid-tZx7t9lZfG nav.opened .hamburger span:nth-child(3) {
  transform: rotate(-45deg);
  transition: all 0.25s;
}
.cid-tZx7t9lZfG nav.opened .hamburger span:nth-child(4) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-tZx7t9lZfG .navbar-dropdown {
  padding: 0 1rem;
  position: fixed;
}
.cid-tZx7t9lZfG a.nav-link {
  display: flex;
  align-items: center;
  justify-content: center;
}
.cid-tZx7t9lZfG .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-tZx7t9lZfG .navbar {
    height: 70px;
  }
  .cid-tZx7t9lZfG .navbar.opened {
    height: auto;
  }
  .cid-tZx7t9lZfG .nav-item .nav-link:hover::before {
    width: 175%;
    max-width: calc(100% + 2rem);
    left: -1rem;
  }
}
.cid-tZx7t9wh4n {
  padding-top: 7rem;
  padding-bottom: 1rem;
  background-color: #4479d9;
}
.cid-tZx7t9wh4n .mbr-text {
  color: #ffffff;
}
.cid-tZx7t9wh4n .mbr-section-subtitle {
  color: #ffffff;
}
.cid-tZx7t9wh4n .mbr-section-title {
  color: #ffffff;
}
.cid-tZx7z9vWSY {
  padding-top: 15px;
  padding-bottom: 75px;
  background-color: #c8dbff;
}
.cid-tZx7z9vWSY .mbr-overlay {
  background-color: #ffffff;
  opacity: 0.4;
}
.cid-tZx7z9vWSY .form-control,
.cid-tZx7z9vWSY .field-input {
  padding: 0.5rem;
  background-color: #ffffff;
  border-color: #cccccc;
  color: #000000;
  transition: 0.4s;
  box-shadow: none;
  outline: none;
}
.cid-tZx7z9vWSY .form-control::-webkit-input-placeholder,
.cid-tZx7z9vWSY .field-input::-webkit-input-placeholder,
.cid-tZx7z9vWSY .form-control::-webkit-input-placeholder,
.cid-tZx7z9vWSY .field-input::-webkit-input-placeholder {
  color: #c1c1c1;
}
.cid-tZx7z9vWSY .form-control:-moz-placeholder,
.cid-tZx7z9vWSY .field-input:-moz-placeholder,
.cid-tZx7z9vWSY .form-control:-moz-placeholder,
.cid-tZx7z9vWSY .field-input:-moz-placeholder {
  color: #c1c1c1;
}
.cid-tZx7z9vWSY .form-control:hover,
.cid-tZx7z9vWSY .field-input:hover,
.cid-tZx7z9vWSY .form-control:focus,
.cid-tZx7z9vWSY .field-input:focus {
  background-color: #efefef;
  border-color: #7c706b;
  color: #232323;
  box-shadow: none;
  outline: none;
}
.cid-tZx7z9vWSY .form-control:hover::-webkit-input-placeholder,
.cid-tZx7z9vWSY .field-input:hover::-webkit-input-placeholder,
.cid-tZx7z9vWSY .form-control:focus::-webkit-input-placeholder,
.cid-tZx7z9vWSY .field-input:focus::-webkit-input-placeholder,
.cid-tZx7z9vWSY .form-control:hover::-webkit-input-placeholder,
.cid-tZx7z9vWSY .field-input:hover::-webkit-input-placeholder,
.cid-tZx7z9vWSY .form-control:focus::-webkit-input-placeholder,
.cid-tZx7z9vWSY .field-input:focus::-webkit-input-placeholder {
  color: #c1c1c1;
}
.cid-tZx7z9vWSY .form-control:hover:-moz-placeholder,
.cid-tZx7z9vWSY .field-input:hover:-moz-placeholder,
.cid-tZx7z9vWSY .form-control:focus:-moz-placeholder,
.cid-tZx7z9vWSY .field-input:focus:-moz-placeholder,
.cid-tZx7z9vWSY .form-control:hover:-moz-placeholder,
.cid-tZx7z9vWSY .field-input:hover:-moz-placeholder,
.cid-tZx7z9vWSY .form-control:focus:-moz-placeholder,
.cid-tZx7z9vWSY .field-input:focus:-moz-placeholder {
  color: #c1c1c1;
}
.cid-tZx7z9vWSY .jq-number__spin:hover,
.cid-tZx7z9vWSY .jq-number__spin:focus {
  background-color: #efefef;
  border-color: #7c706b;
  color: #ffffff;
  box-shadow: none;
  outline: none;
}
.cid-tZx7z9vWSY .jq-number__spin {
  background-color: #ffffff;
  border-color: #cccccc;
  color: #000000;
  transition: 0.4s;
  box-shadow: none;
  outline: none;
}
.cid-tZx7z9vWSY .jq-selectbox li,
.cid-tZx7z9vWSY .jq-selectbox li {
  background-color: #ffffff;
  color: #000000;
}
.cid-tZx7z9vWSY .jq-selectbox li:hover,
.cid-tZx7z9vWSY .jq-selectbox li.selected {
  background-color: #efefef;
  color: #000000;
}
.cid-tZx7z9vWSY .jq-selectbox:hover .jq-selectbox__trigger-arrow,
.cid-tZx7z9vWSY .jq-number__spin.minus:hover:after,
.cid-tZx7z9vWSY .jq-number__spin.plus:hover:after {
  border-top-color: #ffffff;
  border-bottom-color: #ffffff;
}
.cid-tZx7z9vWSY .jq-selectbox .jq-selectbox__trigger-arrow,
.cid-tZx7z9vWSY .jq-number__spin.minus:after,
.cid-tZx7z9vWSY .jq-number__spin.plus:after {
  border-top-color: #efefef;
  border-bottom-color: #efefef;
}
.cid-tZx7z9vWSY input::-webkit-clear-button {
  display: none;
}
.cid-tZx7z9vWSY input::-webkit-inner-spin-button {
  display: none;
}
.cid-tZx7z9vWSY input::-webkit-outer-spin-button {
  display: none;
}
.cid-tZx7z9vWSY input::-webkit-calendar-picker-indicator {
  display: none;
}
.cid-tZx7z9vWSY B {
  font-size: 22px;
}
.cid-tZx7z9vWSY H4 {
  font-size: 24px;
  text-align: left;
  font-family: 'Roboto Condensed', sans-serif;
}
.cid-tZx7z9vWSY P {
  font-size: 10px;
  color: #767676;
  text-align: left;
  font-family: 'Roboto Condensed', sans-serif;
}
.cid-tZx7z9vWSY SPAN {
  font-size: 11px;
}
.cid-tZx7z9vWSY LABEL {
  font-size: 12px;
  text-align: left;
  font-family: 'Roboto Condensed', sans-serif;
}
.cid-tZx7z9vWSY .btn {
  font-family: 'Roboto Condensed', sans-serif;
  font-size: 14px;
}
.cid-tZx7t9BERJ {
  padding-top: 30px;
  padding-bottom: 30px;
  background-color: #353535;
  overflow: hidden;
}
.cid-tZx7t9BERJ .row .mbr-text {
  color: #ffffff;
}
.cid-tZ3yZ4KDzI {
  z-index: 1000;
  width: 100%;
}
.cid-tZ3yZ4KDzI nav.navbar {
  position: fixed;
}
.cid-tZ3yZ4KDzI .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-tZ3yZ4KDzI .dropdown-menu {
  padding: 0;
  border-radius: 4px;
  box-shadow: 0 1px 3px 0 rgba(0, 0, 0, 0.1);
}
.cid-tZ3yZ4KDzI .dropdown-item {
  border-bottom: 1px solid #e6e6e6;
}
.cid-tZ3yZ4KDzI .dropdown-item:hover,
.cid-tZ3yZ4KDzI .dropdown-item:focus {
  background: #4479d9 !important;
  color: white !important;
}
.cid-tZ3yZ4KDzI .dropdown-item:first-child {
  border-top-left-radius: 4px;
  border-top-right-radius: 4px;
}
.cid-tZ3yZ4KDzI .dropdown-item:last-child {
  border-bottom: none;
  border-bottom-left-radius: 4px;
  border-bottom-right-radius: 4px;
}
.cid-tZ3yZ4KDzI .nav-dropdown .link {
  padding: 0 0.3em !important;
  margin: 0.667em 1em !important;
}
.cid-tZ3yZ4KDzI .nav-dropdown .link.dropdown-toggle::after {
  margin-left: 0.5rem;
  margin-top: 0.2rem;
}
.cid-tZ3yZ4KDzI .nav-link {
  position: relative;
}
.cid-tZ3yZ4KDzI .container {
  display: flex;
  margin: auto;
}
.cid-tZ3yZ4KDzI .iconfont-wrapper {
  color: #0b52cf !important;
  font-size: 1.5rem;
  padding-right: 0.5rem;
}
.cid-tZ3yZ4KDzI .dropdown-menu,
.cid-tZ3yZ4KDzI .navbar.opened {
  background: #353535 !important;
}
.cid-tZ3yZ4KDzI .nav-item:focus,
.cid-tZ3yZ4KDzI .nav-link:focus {
  outline: none;
}
.cid-tZ3yZ4KDzI .dropdown .dropdown-menu .dropdown-item {
  width: auto;
  transition: all 0.25s ease-in-out;
}
.cid-tZ3yZ4KDzI .dropdown .dropdown-menu .dropdown-item::after {
  right: 0.5rem;
}
.cid-tZ3yZ4KDzI .dropdown .dropdown-menu .dropdown-item .mbr-iconfont {
  margin-right: 0.5rem;
  vertical-align: sub;
}
.cid-tZ3yZ4KDzI .dropdown .dropdown-menu .dropdown-item .mbr-iconfont:before {
  display: inline-block;
  transform: scale(1, 1);
  transition: all 0.25s ease-in-out;
}
.cid-tZ3yZ4KDzI .collapsed .dropdown-menu .dropdown-item:before {
  display: none;
}
.cid-tZ3yZ4KDzI .collapsed .dropdown .dropdown-menu .dropdown-item {
  padding: 0.235em 1.5em 0.235em 1.5em !important;
  transition: none;
  margin: 0 !important;
}
.cid-tZ3yZ4KDzI .navbar {
  min-height: 70px;
  transition: all 0.3s;
  border-bottom: 1px solid transparent;
  position: absolute;
  background: rgba(53, 53, 53, 0.9);
}
.cid-tZ3yZ4KDzI .navbar.opened {
  transition: all 0.3s;
}
.cid-tZ3yZ4KDzI .navbar .dropdown-item {
  padding: 0.5rem 1.8rem;
}
.cid-tZ3yZ4KDzI .navbar .navbar-logo img {
  width: auto;
}
.cid-tZ3yZ4KDzI .navbar .navbar-collapse {
  justify-content: flex-end;
  z-index: 1;
}
.cid-tZ3yZ4KDzI .navbar.collapsed {
  justify-content: center;
}
.cid-tZ3yZ4KDzI .navbar.collapsed .nav-item .nav-link::before {
  display: none;
}
.cid-tZ3yZ4KDzI .navbar.collapsed.opened .dropdown-menu {
  top: 0;
}
.cid-tZ3yZ4KDzI .navbar.collapsed .dropdown-menu .dropdown-submenu {
  left: 0 !important;
}
.cid-tZ3yZ4KDzI .navbar.collapsed .dropdown-menu .dropdown-item:after {
  right: auto;
}
.cid-tZ3yZ4KDzI .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-tZ3yZ4KDzI .navbar.collapsed ul.navbar-nav li {
  margin: auto;
}
.cid-tZ3yZ4KDzI .navbar.collapsed .dropdown-menu .dropdown-item {
  padding: 0.25rem 1.5rem;
  text-align: center;
}
.cid-tZ3yZ4KDzI .navbar.collapsed .icons-menu {
  padding-left: 0;
  padding-right: 0;
  padding-top: 0.5rem;
  padding-bottom: 0.5rem;
}
@media (max-width: 991px) {
  .cid-tZ3yZ4KDzI .navbar .nav-item .nav-link::before {
    display: none;
  }
  .cid-tZ3yZ4KDzI .navbar.opened .dropdown-menu {
    top: 0;
  }
  .cid-tZ3yZ4KDzI .navbar .dropdown-menu .dropdown-submenu {
    left: 0 !important;
  }
  .cid-tZ3yZ4KDzI .navbar .dropdown-menu .dropdown-item:after {
    right: auto;
  }
  .cid-tZ3yZ4KDzI .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-tZ3yZ4KDzI .navbar .navbar-logo img {
    height: 3rem !important;
  }
  .cid-tZ3yZ4KDzI .navbar ul.navbar-nav li {
    margin: auto;
  }
  .cid-tZ3yZ4KDzI .navbar .dropdown-menu .dropdown-item {
    padding: 0.25rem 1.5rem !important;
    text-align: center;
  }
  .cid-tZ3yZ4KDzI .navbar .navbar-brand {
    flex-shrink: initial;
    flex-basis: auto;
    word-break: break-word;
    padding-right: 2rem;
  }
  .cid-tZ3yZ4KDzI .navbar .navbar-toggler {
    flex-basis: auto;
  }
  .cid-tZ3yZ4KDzI .navbar .icons-menu {
    padding-left: 0;
    padding-top: 0.5rem;
    padding-bottom: 0.5rem;
  }
}
.cid-tZ3yZ4KDzI .navbar.navbar-short {
  min-height: 60px;
}
.cid-tZ3yZ4KDzI .navbar.navbar-short .navbar-logo img {
  height: 2.5rem !important;
}
.cid-tZ3yZ4KDzI .navbar.navbar-short .navbar-brand {
  min-height: 60px;
  padding: 0;
}
.cid-tZ3yZ4KDzI .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-tZ3yZ4KDzI .navbar-brand .navbar-caption {
  line-height: inherit !important;
}
.cid-tZ3yZ4KDzI .navbar-brand .navbar-logo a {
  outline: none;
}
.cid-tZ3yZ4KDzI .dropdown-item.active,
.cid-tZ3yZ4KDzI .dropdown-item:active {
  background-color: transparent;
}
.cid-tZ3yZ4KDzI .navbar-expand-lg .navbar-nav .nav-link {
  padding: 0;
}
.cid-tZ3yZ4KDzI .nav-dropdown .link.dropdown-toggle {
  margin-right: 1.667em;
}
.cid-tZ3yZ4KDzI .nav-dropdown .link.dropdown-toggle[aria-expanded="true"] {
  margin-right: 0;
  padding: 0.667em 1.667em;
}
.cid-tZ3yZ4KDzI .navbar.navbar-expand-lg .dropdown .dropdown-menu {
  background: #353535;
}
.cid-tZ3yZ4KDzI .navbar.navbar-expand-lg .dropdown .dropdown-menu .dropdown-submenu {
  margin: 0;
  left: 100%;
}
.cid-tZ3yZ4KDzI .navbar .dropdown.open > .dropdown-menu {
  display: block;
}
.cid-tZ3yZ4KDzI ul.navbar-nav {
  flex-wrap: wrap;
}
.cid-tZ3yZ4KDzI .navbar-buttons {
  text-align: center;
  min-width: 170px;
}
.cid-tZ3yZ4KDzI button.navbar-toggler {
  outline: none;
  width: 31px;
  height: 20px;
  cursor: pointer;
  transition: all 0.2s;
  position: relative;
  align-self: center;
}
.cid-tZ3yZ4KDzI button.navbar-toggler .hamburger span {
  position: absolute;
  right: 0;
  width: 30px;
  height: 2px;
  border-right: 5px;
  background-color: #ffffff;
}
.cid-tZ3yZ4KDzI button.navbar-toggler .hamburger span:nth-child(1) {
  top: 0;
  transition: all 0.2s;
}
.cid-tZ3yZ4KDzI button.navbar-toggler .hamburger span:nth-child(2) {
  top: 8px;
  transition: all 0.15s;
}
.cid-tZ3yZ4KDzI button.navbar-toggler .hamburger span:nth-child(3) {
  top: 8px;
  transition: all 0.15s;
}
.cid-tZ3yZ4KDzI button.navbar-toggler .hamburger span:nth-child(4) {
  top: 16px;
  transition: all 0.2s;
}
.cid-tZ3yZ4KDzI nav.opened .hamburger span:nth-child(1) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-tZ3yZ4KDzI nav.opened .hamburger span:nth-child(2) {
  transform: rotate(45deg);
  transition: all 0.25s;
}
.cid-tZ3yZ4KDzI nav.opened .hamburger span:nth-child(3) {
  transform: rotate(-45deg);
  transition: all 0.25s;
}
.cid-tZ3yZ4KDzI nav.opened .hamburger span:nth-child(4) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-tZ3yZ4KDzI .navbar-dropdown {
  padding: 0 1rem;
  position: fixed;
}
.cid-tZ3yZ4KDzI a.nav-link {
  display: flex;
  align-items: center;
  justify-content: center;
}
.cid-tZ3yZ4KDzI .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-tZ3yZ4KDzI .navbar {
    height: 70px;
  }
  .cid-tZ3yZ4KDzI .navbar.opened {
    height: auto;
  }
  .cid-tZ3yZ4KDzI .nav-item .nav-link:hover::before {
    width: 175%;
    max-width: calc(100% + 2rem);
    left: -1rem;
  }
}
.cid-tZfMFO5ZWq {
  padding-top: 6rem;
  padding-bottom: 0rem;
  background-color: #ffffff;
}
.cid-tZfMFO5ZWq .mbr-fallback-image.disabled {
  display: none;
}
.cid-tZfMFO5ZWq .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-tZfMFO5ZWq .image-wrapper {
    margin-bottom: 1rem;
  }
}
.cid-tZfMFO5ZWq .row {
  flex-direction: row-reverse;
}
.cid-tZfMFO5ZWq img {
  width: 100%;
}
@media (min-width: 992px) {
  .cid-tZfMFO5ZWq .text-wrapper {
    padding: 2rem;
  }
}
.cid-tZfOKOpmBY {
  padding-top: 1rem;
  padding-bottom: 1rem;
  background-color: #ffffff;
}
.cid-tZfOKOpmBY .mbr-fallback-image.disabled {
  display: none;
}
.cid-tZfOKOpmBY .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-tZfOKOpmBY ul {
  list-style: none;
  margin: 0;
  padding-left: 2.5rem;
}
.cid-tZfOKOpmBY li {
  position: relative;
  margin-bottom: 1rem;
}
.cid-tZfOKOpmBY ul li::before {
  position: absolute;
  left: -1.6rem;
  content: "\2022";
  color: #4479d9;
  font-weight: bold;
  font-size: 2rem;
  width: 1.6rem;
}
.cid-tZfPRgDiEP {
  padding-top: 1rem;
  padding-bottom: 1rem;
  background-color: #ffffff;
}
.cid-tZfNwPNjnv {
  padding-top: 0rem;
  padding-bottom: 1rem;
  background-color: #ffffff;
}
.cid-tZfNwPNjnv .mbr-fallback-image.disabled {
  display: none;
}
.cid-tZfNwPNjnv .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-tZfNwPNjnv .image-wrapper {
    margin-bottom: 1rem;
  }
}
.cid-tZfNwPNjnv img {
  width: 100%;
}
@media (min-width: 992px) {
  .cid-tZfNwPNjnv .text-wrapper {
    padding: 2rem;
  }
}
.cid-tZhhDCCEys {
  padding-top: 2rem;
  padding-bottom: 2rem;
  background-color: #ffffff;
}
.cid-tZhhDCCEys .mbr-fallback-image.disabled {
  display: none;
}
.cid-tZhhDCCEys .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-tZhhDCCEys .video-wrapper iframe {
  width: 100%;
}
.cid-tZhhDCCEys .mbr-section-title,
.cid-tZhhDCCEys .mbr-section-subtitle,
.cid-tZhhDCCEys .mbr-text {
  text-align: center;
}
.cid-tZ3yZ5O2iP {
  padding-top: 30px;
  padding-bottom: 30px;
  background-color: #353535;
  overflow: hidden;
}
.cid-tZ3yZ5O2iP .row .mbr-text {
  color: #ffffff;
}
