.btn {
  border-width: 2px;
}
body {
  font-family: Jost;
}
.display-1 {
  font-family: 'Montserrat', sans-serif;
  font-size: 4.2rem;
  line-height: 1.1;
}
.display-1 > .mbr-iconfont {
  font-size: 5.25rem;
}
.display-2 {
  font-family: 'Montserrat', sans-serif;
  font-size: 2.6rem;
  line-height: 1.1;
}
.display-2 > .mbr-iconfont {
  font-size: 3.25rem;
}
.display-4 {
  font-family: 'Montserrat', sans-serif;
  font-size: 1rem;
  line-height: 1.5;
}
.display-4 > .mbr-iconfont {
  font-size: 1.25rem;
}
.display-5 {
  font-family: 'Montserrat', sans-serif;
  font-size: 1.8rem;
  line-height: 1.5;
}
.display-5 > .mbr-iconfont {
  font-size: 2.25rem;
}
.display-7 {
  font-family: 'Montserrat', 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.36rem;
  }
}
@media (max-width: 768px) {
  .display-1 {
    font-size: 2.94rem;
    font-size: calc( 2.12rem + (4.2 - 2.12) * ((100vw - 20rem) / (48 - 20)));
    line-height: calc( 1.1 * (2.12rem + (4.2 - 2.12) * ((100vw - 20rem) / (48 - 20))));
  }
  .display-2 {
    font-size: 2.08rem;
    font-size: calc( 1.56rem + (2.6 - 1.56) * ((100vw - 20rem) / (48 - 20)));
    line-height: calc( 1.3 * (1.56rem + (2.6 - 1.56) * ((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.44rem;
    font-size: calc( 1.28rem + (1.8 - 1.28) * ((100vw - 20rem) / (48 - 20)));
    line-height: calc( 1.4 * (1.28rem + (1.8 - 1.28) * ((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: #f2702f !important;
}
.bg-success {
  background-color: #353535 !important;
}
.bg-info {
  background-color: #f2702f !important;
}
.bg-warning {
  background-color: #fff0b0 !important;
}
.bg-danger {
  background-color: #05386b !important;
}
.btn-primary,
.btn-primary:active {
  background-color: #f2702f !important;
  border-color: #f2702f !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: #be470c !important;
  border-color: #be470c !important;
  box-shadow: 0 2px 5px 0 rgba(0, 0, 0, 0.2);
}
.btn-primary.disabled,
.btn-primary:disabled {
  color: #ffffff !important;
  background-color: #be470c !important;
  border-color: #be470c !important;
}
.btn-secondary,
.btn-secondary:active {
  background-color: #5cdb95 !important;
  border-color: #5cdb95 !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: #29b869 !important;
  border-color: #29b869 !important;
  box-shadow: 0 2px 5px 0 rgba(0, 0, 0, 0.2);
}
.btn-secondary.disabled,
.btn-secondary:disabled {
  color: #ffffff !important;
  background-color: #29b869 !important;
  border-color: #29b869 !important;
}
.btn-info,
.btn-info:active {
  background-color: #f2702f !important;
  border-color: #f2702f !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: #be470c !important;
  border-color: #be470c !important;
  box-shadow: 0 2px 5px 0 rgba(0, 0, 0, 0.2);
}
.btn-info.disabled,
.btn-info:disabled {
  color: #ffffff !important;
  background-color: #be470c !important;
  border-color: #be470c !important;
}
.btn-success,
.btn-success:active {
  background-color: #353535 !important;
  border-color: #353535 !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: #0a0a0a !important;
  border-color: #0a0a0a !important;
  box-shadow: 0 2px 5px 0 rgba(0, 0, 0, 0.2);
}
.btn-success.disabled,
.btn-success:disabled {
  color: #ffffff !important;
  background-color: #0a0a0a !important;
  border-color: #0a0a0a !important;
}
.btn-warning,
.btn-warning:active {
  background-color: #fff0b0 !important;
  border-color: #fff0b0 !important;
  color: #b08f00 !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: #594800 !important;
  background-color: #ffe059 !important;
  border-color: #ffe059 !important;
  box-shadow: 0 2px 5px 0 rgba(0, 0, 0, 0.2);
}
.btn-warning.disabled,
.btn-warning:disabled {
  color: #b08f00 !important;
  background-color: #ffe059 !important;
  border-color: #ffe059 !important;
}
.btn-danger,
.btn-danger:active {
  background-color: #05386b !important;
  border-color: #05386b !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: #010d18 !important;
  border-color: #010d18 !important;
  box-shadow: 0 2px 5px 0 rgba(0, 0, 0, 0.2);
}
.btn-danger.disabled,
.btn-danger:disabled {
  color: #ffffff !important;
  background-color: #010d18 !important;
  border-color: #010d18 !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: #f2702f;
  color: #f2702f;
}
.btn-primary-outline:hover,
.btn-primary-outline:focus,
.btn-primary-outline.focus,
.btn-primary-outline.active {
  color: #be470c !important;
  background-color: transparent!important;
  border-color: #be470c !important;
  box-shadow: none!important;
}
.btn-primary-outline.disabled,
.btn-primary-outline:disabled {
  color: #ffffff !important;
  background-color: #f2702f !important;
  border-color: #f2702f !important;
}
.btn-secondary-outline,
.btn-secondary-outline:active {
  background-color: transparent !important;
  border-color: #5cdb95;
  color: #5cdb95;
}
.btn-secondary-outline:hover,
.btn-secondary-outline:focus,
.btn-secondary-outline.focus,
.btn-secondary-outline.active {
  color: #29b869 !important;
  background-color: transparent!important;
  border-color: #29b869 !important;
  box-shadow: none!important;
}
.btn-secondary-outline.disabled,
.btn-secondary-outline:disabled {
  color: #ffffff !important;
  background-color: #5cdb95 !important;
  border-color: #5cdb95 !important;
}
.btn-info-outline,
.btn-info-outline:active {
  background-color: transparent !important;
  border-color: #f2702f;
  color: #f2702f;
}
.btn-info-outline:hover,
.btn-info-outline:focus,
.btn-info-outline.focus,
.btn-info-outline.active {
  color: #be470c !important;
  background-color: transparent!important;
  border-color: #be470c !important;
  box-shadow: none!important;
}
.btn-info-outline.disabled,
.btn-info-outline:disabled {
  color: #ffffff !important;
  background-color: #f2702f !important;
  border-color: #f2702f !important;
}
.btn-success-outline,
.btn-success-outline:active {
  background-color: transparent !important;
  border-color: #353535;
  color: #353535;
}
.btn-success-outline:hover,
.btn-success-outline:focus,
.btn-success-outline.focus,
.btn-success-outline.active {
  color: #0a0a0a !important;
  background-color: transparent!important;
  border-color: #0a0a0a !important;
  box-shadow: none!important;
}
.btn-success-outline.disabled,
.btn-success-outline:disabled {
  color: #ffffff !important;
  background-color: #353535 !important;
  border-color: #353535 !important;
}
.btn-warning-outline,
.btn-warning-outline:active {
  background-color: transparent !important;
  border-color: #fff0b0;
  color: #fff0b0;
}
.btn-warning-outline:hover,
.btn-warning-outline:focus,
.btn-warning-outline.focus,
.btn-warning-outline.active {
  color: #ffe059 !important;
  background-color: transparent!important;
  border-color: #ffe059 !important;
  box-shadow: none!important;
}
.btn-warning-outline.disabled,
.btn-warning-outline:disabled {
  color: #b08f00 !important;
  background-color: #fff0b0 !important;
  border-color: #fff0b0 !important;
}
.btn-danger-outline,
.btn-danger-outline:active {
  background-color: transparent !important;
  border-color: #05386b;
  color: #05386b;
}
.btn-danger-outline:hover,
.btn-danger-outline:focus,
.btn-danger-outline.focus,
.btn-danger-outline.active {
  color: #010d18 !important;
  background-color: transparent!important;
  border-color: #010d18 !important;
  box-shadow: none!important;
}
.btn-danger-outline.disabled,
.btn-danger-outline:disabled {
  color: #ffffff !important;
  background-color: #05386b !important;
  border-color: #05386b !important;
}
.btn-black-outline,
.btn-black-outline:active {
  background-color: transparent !important;
  border-color: #232323;
  color: #232323;
}
.btn-black-outline:hover,
.btn-black-outline:focus,
.btn-black-outline.focus,
.btn-black-outline.active {
  color: #000000 !important;
  background-color: transparent!important;
  border-color: #000000 !important;
  box-shadow: none!important;
}
.btn-black-outline.disabled,
.btn-black-outline:disabled {
  color: #ffffff !important;
  background-color: #232323 !important;
  border-color: #232323 !important;
}
.btn-white-outline,
.btn-white-outline:active {
  background-color: transparent !important;
  border-color: #fafafa;
  color: #fafafa;
}
.btn-white-outline:hover,
.btn-white-outline:focus,
.btn-white-outline.focus,
.btn-white-outline.active {
  color: #cfcfcf !important;
  background-color: transparent!important;
  border-color: #cfcfcf !important;
  box-shadow: none!important;
}
.btn-white-outline.disabled,
.btn-white-outline:disabled {
  color: #7a7a7a !important;
  background-color: #fafafa !important;
  border-color: #fafafa !important;
}
.text-primary {
  color: #f2702f !important;
}
.text-secondary {
  color: #5cdb95 !important;
}
.text-success {
  color: #353535 !important;
}
.text-info {
  color: #f2702f !important;
}
.text-warning {
  color: #fff0b0 !important;
}
.text-danger {
  color: #05386b !important;
}
.text-white {
  color: #fafafa !important;
}
.text-black {
  color: #232323 !important;
}
a.text-primary:hover,
a.text-primary:focus,
a.text-primary.active {
  color: #b0420b !important;
}
a.text-secondary:hover,
a.text-secondary:focus,
a.text-secondary.active {
  color: #26ab62 !important;
}
a.text-success:hover,
a.text-success:focus,
a.text-success.active {
  color: #020202 !important;
}
a.text-info:hover,
a.text-info:focus,
a.text-info.active {
  color: #b0420b !important;
}
a.text-warning:hover,
a.text-warning:focus,
a.text-warning.active {
  color: #ffdd4a !important;
}
a.text-danger:hover,
a.text-danger:focus,
a.text-danger.active {
  color: #00050a !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: #f2702f;
}
.nav-tabs .nav-link:not(.active) {
  color: #232323;
}
.alert-success {
  background-color: #70c770;
}
.alert-info {
  background-color: #f2702f;
}
.alert-warning {
  background-color: #fff0b0;
}
.alert-danger {
  background-color: #05386b;
}
.mbr-gallery-filter li.active .btn {
  background-color: #f2702f;
  border-color: #f2702f;
  color: #ffffff;
}
.mbr-gallery-filter li.active .btn:focus {
  box-shadow: none;
}
a,
a:hover {
  color: #f2702f;
}
.mbr-plan-header.bg-primary .mbr-plan-subtitle,
.mbr-plan-header.bg-primary .mbr-plan-price-desc {
  color: #fef4ef;
}
.mbr-plan-header.bg-success .mbr-plan-subtitle,
.mbr-plan-header.bg-success .mbr-plan-price-desc {
  color: #a8a8a8;
}
.mbr-plan-header.bg-info .mbr-plan-subtitle,
.mbr-plan-header.bg-info .mbr-plan-price-desc {
  color: #fef4ef;
}
.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: #0b78e5;
}
/* Scroll to top button*/
.form-control {
  font-family: 'Montserrat', 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: #f2702f !important;
}
.form-control:-webkit-input-placeholder {
  font-family: 'Montserrat', 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: #f2702f;
}
/* Forms */
.jq-selectbox li:hover,
.jq-selectbox li.selected {
  background-color: #f2702f;
  color: #ffffff;
}
.jq-number__spin {
  transition: 0.25s ease;
}
.jq-number__spin:hover {
  border-color: #f2702f;
}
.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: #f2702f;
  border-bottom-color: #f2702f;
}
.xdsoft_datetimepicker .xdsoft_calendar td.xdsoft_default,
.xdsoft_datetimepicker .xdsoft_calendar td.xdsoft_current,
.xdsoft_datetimepicker .xdsoft_timepicker .xdsoft_time_box > div > div.xdsoft_current {
  color: #000000 !important;
  background-color: #f2702f !important;
  box-shadow: none !important;
}
.xdsoft_datetimepicker .xdsoft_calendar td:hover,
.xdsoft_datetimepicker .xdsoft_timepicker .xdsoft_time_box > div > div:hover {
  color: #000000 !important;
  background: #5cdb95 !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='%23f2702f' %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;
}
*:focus-visible {
  outline: red solid 2px !important;
  outline-offset: 2px !important;
  transition: outline 0.2s ease-in-out;
}
.cid-uXpNjOUSca {
  z-index: 1000;
  width: 100%;
  position: relative;
  min-height: 60px;
}
.cid-uXpNjOUSca nav.navbar {
  position: fixed;
}
.cid-uXpNjOUSca .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-uXpNjOUSca .dropdown-menu {
  padding: 0;
  border-radius: 4px;
  box-shadow: 0 1px 3px 0 rgba(0, 0, 0, 0.1);
}
.cid-uXpNjOUSca .dropdown-item {
  border-bottom: 1px solid #e6e6e6;
}
.cid-uXpNjOUSca .dropdown-item:hover,
.cid-uXpNjOUSca .dropdown-item:focus {
  background: #f2702f !important;
  color: white !important;
}
.cid-uXpNjOUSca .dropdown-item:first-child {
  border-top-left-radius: 4px;
  border-top-right-radius: 4px;
}
.cid-uXpNjOUSca .dropdown-item:last-child {
  border-bottom: none;
  border-bottom-left-radius: 4px;
  border-bottom-right-radius: 4px;
}
.cid-uXpNjOUSca .nav-dropdown .link {
  padding: 0 0.3em !important;
  margin: 0.667em 1em !important;
  color: #000;
}
.cid-uXpNjOUSca .nav-dropdown .link.dropdown-toggle::after {
  margin-left: 0.5rem;
  margin-top: 0.2rem;
}
.cid-uXpNjOUSca .nav-link {
  position: relative;
}
.cid-uXpNjOUSca .container {
  display: flex;
  margin: auto;
}
.cid-uXpNjOUSca .iconfont-wrapper {
  color: #000000 !important;
  font-size: 1.5rem;
  padding-right: 0.5rem;
}
.cid-uXpNjOUSca .dropdown-menu,
.cid-uXpNjOUSca .navbar.opened {
  background: #ffffff !important;
}
.cid-uXpNjOUSca .nav-item:focus,
.cid-uXpNjOUSca .nav-link:focus {
  outline: none;
}
.cid-uXpNjOUSca .dropdown .dropdown-menu .dropdown-item {
  width: auto;
  transition: all 0.25s ease-in-out;
}
.cid-uXpNjOUSca .dropdown .dropdown-menu .dropdown-item::after {
  right: 0.5rem;
}
.cid-uXpNjOUSca .dropdown .dropdown-menu .dropdown-item .mbr-iconfont {
  margin-right: 0.5rem;
  vertical-align: sub;
}
.cid-uXpNjOUSca .dropdown .dropdown-menu .dropdown-item .mbr-iconfont:before {
  display: inline-block;
  transform: scale(1, 1);
  transition: all 0.25s ease-in-out;
}
.cid-uXpNjOUSca .collapsed .dropdown-menu .dropdown-item:before {
  display: none;
}
.cid-uXpNjOUSca .collapsed .dropdown .dropdown-menu .dropdown-item {
  padding: 0.235em 1.5em 0.235em 1.5em !important;
  transition: none;
  margin: 0 !important;
}
.cid-uXpNjOUSca .navbar {
  min-height: 70px;
  transition: all 0.3s;
  border-bottom: 1px solid transparent;
  box-shadow: 0 1px 3px 0 rgba(0, 0, 0, 0.1);
  background: #ffffff;
}
.cid-uXpNjOUSca .navbar.opened {
  transition: all 0.3s;
}
.cid-uXpNjOUSca .navbar .dropdown-item {
  padding: 0.5rem 1.8rem;
}
.cid-uXpNjOUSca .navbar .navbar-logo img {
  width: auto;
}
.cid-uXpNjOUSca .navbar .navbar-collapse {
  justify-content: flex-end;
  z-index: 1;
}
.cid-uXpNjOUSca .navbar.collapsed {
  justify-content: center;
}
.cid-uXpNjOUSca .navbar.collapsed .nav-item .nav-link::before {
  display: none;
}
.cid-uXpNjOUSca .navbar.collapsed.opened .dropdown-menu {
  top: 0;
}
@media (min-width: 992px) {
  .cid-uXpNjOUSca .navbar.collapsed.opened:not(.navbar-short) .navbar-collapse {
    max-height: calc(98.5vh - 2.8rem);
  }
}
.cid-uXpNjOUSca .navbar.collapsed .dropdown-menu .dropdown-submenu {
  left: 0 !important;
}
.cid-uXpNjOUSca .navbar.collapsed .dropdown-menu .dropdown-item:after {
  right: auto;
}
.cid-uXpNjOUSca .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-uXpNjOUSca .navbar.collapsed ul.navbar-nav li {
  margin: auto;
}
.cid-uXpNjOUSca .navbar.collapsed .dropdown-menu .dropdown-item {
  padding: 0.25rem 1.5rem;
  text-align: center;
}
.cid-uXpNjOUSca .navbar.collapsed .icons-menu {
  padding-left: 0;
  padding-right: 0;
  padding-top: 0.5rem;
  padding-bottom: 0.5rem;
}
@media (max-width: 991px) {
  .cid-uXpNjOUSca .navbar .nav-item .nav-link::before {
    display: none;
  }
  .cid-uXpNjOUSca .navbar.opened .dropdown-menu {
    top: 0;
  }
  .cid-uXpNjOUSca .navbar .dropdown-menu .dropdown-submenu {
    left: 0 !important;
  }
  .cid-uXpNjOUSca .navbar .dropdown-menu .dropdown-item:after {
    right: auto;
  }
  .cid-uXpNjOUSca .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-uXpNjOUSca .navbar .navbar-logo img {
    height: 3rem !important;
  }
  .cid-uXpNjOUSca .navbar ul.navbar-nav li {
    margin: auto;
  }
  .cid-uXpNjOUSca .navbar .dropdown-menu .dropdown-item {
    padding: 0.25rem 1.5rem !important;
    text-align: center;
  }
  .cid-uXpNjOUSca .navbar .navbar-brand {
    flex-shrink: initial;
    flex-basis: auto;
    word-break: break-word;
    padding-right: 2rem;
  }
  .cid-uXpNjOUSca .navbar .navbar-toggler {
    flex-basis: auto;
  }
  .cid-uXpNjOUSca .navbar .icons-menu {
    padding-left: 0;
    padding-top: 0.5rem;
    padding-bottom: 0.5rem;
  }
}
.cid-uXpNjOUSca .navbar.navbar-short {
  min-height: 60px;
}
.cid-uXpNjOUSca .navbar.navbar-short .navbar-logo img {
  height: 2.5rem !important;
}
.cid-uXpNjOUSca .navbar.navbar-short .navbar-brand {
  min-height: 60px;
  padding: 0;
}
.cid-uXpNjOUSca .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-uXpNjOUSca .navbar-brand .navbar-caption {
  line-height: inherit !important;
}
.cid-uXpNjOUSca .navbar-brand .navbar-logo a {
  outline: none;
}
.cid-uXpNjOUSca .dropdown-item.active,
.cid-uXpNjOUSca .dropdown-item:active {
  background-color: transparent;
}
.cid-uXpNjOUSca .navbar-expand-lg .navbar-nav .nav-link {
  padding: 0;
}
.cid-uXpNjOUSca .nav-dropdown .link.dropdown-toggle {
  margin-right: 1.667em;
}
.cid-uXpNjOUSca .nav-dropdown .link.dropdown-toggle[aria-expanded="true"] {
  margin-right: 0;
  padding: 0.667em 1.667em;
}
.cid-uXpNjOUSca .navbar.navbar-expand-lg .dropdown .dropdown-menu {
  background: #ffffff;
}
.cid-uXpNjOUSca .navbar.navbar-expand-lg .dropdown .dropdown-menu .dropdown-submenu {
  margin: 0;
  left: 100%;
}
.cid-uXpNjOUSca .navbar .dropdown.open > .dropdown-menu {
  display: block;
}
.cid-uXpNjOUSca ul.navbar-nav {
  flex-wrap: wrap;
}
.cid-uXpNjOUSca .navbar-buttons {
  text-align: center;
  min-width: 170px;
}
.cid-uXpNjOUSca button.navbar-toggler {
  outline: none;
  width: 31px;
  height: 20px;
  cursor: pointer;
  transition: all 0.2s;
  position: relative;
  align-self: center;
}
.cid-uXpNjOUSca button.navbar-toggler .hamburger span {
  position: absolute;
  right: 0;
  width: 30px;
  height: 2px;
  border-right: 5px;
  background-color: #ffffff;
}
.cid-uXpNjOUSca button.navbar-toggler .hamburger span:nth-child(1) {
  top: 0;
  transition: all 0.2s;
}
.cid-uXpNjOUSca button.navbar-toggler .hamburger span:nth-child(2) {
  top: 8px;
  transition: all 0.15s;
}
.cid-uXpNjOUSca button.navbar-toggler .hamburger span:nth-child(3) {
  top: 8px;
  transition: all 0.15s;
}
.cid-uXpNjOUSca button.navbar-toggler .hamburger span:nth-child(4) {
  top: 16px;
  transition: all 0.2s;
}
.cid-uXpNjOUSca nav.opened .hamburger span:nth-child(1) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-uXpNjOUSca nav.opened .hamburger span:nth-child(2) {
  transform: rotate(45deg);
  transition: all 0.25s;
}
.cid-uXpNjOUSca nav.opened .hamburger span:nth-child(3) {
  transform: rotate(-45deg);
  transition: all 0.25s;
}
.cid-uXpNjOUSca nav.opened .hamburger span:nth-child(4) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-uXpNjOUSca .navbar-dropdown {
  padding: .7rem 1rem;
  position: fixed;
}
.cid-uXpNjOUSca a.nav-link {
  display: flex;
  align-items: center;
  justify-content: center;
}
.cid-uXpNjOUSca .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-uXpNjOUSca .navbar {
    height: 70px;
  }
  .cid-uXpNjOUSca .navbar.opened {
    height: auto;
  }
  .cid-uXpNjOUSca .nav-item .nav-link:hover::before {
    width: 175%;
    max-width: calc(100% + 2rem);
    left: -1rem;
  }
}
.cid-v1ASrNjVPp {
  background-image: url("../../../assets/images/mbr-2-1920x1280.jpeg");
}
.cid-v1ASrNjVPp .mbr-section-title {
  text-align: center;
  color: #ffffff;
}
.cid-v1ASrNjVPp .mbr-section-title a {
  font-weight: 600;
}
.cid-v1ASrNjVPp .mbr-section-title a:hover {
  background: none !important;
}
.cid-v1ASrNjVPp .mbr-text,
.cid-v1ASrNjVPp .mbr-section-btn {
  text-align: center;
  color: #ffffff;
}
.cid-v1ASrNjVPp .mbr-section-subtitle {
  color: #ffffff;
  text-align: center;
}
.cid-v1ASrNjVPp .mbr-fallback-image.disabled {
  display: none;
}
.cid-v1ASrNjVPp .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-vbjgEAtheG {
  padding-top: 3rem;
  padding-bottom: 3rem;
  background-color: #ffffff;
}
.cid-vbjgEAtheG .mbr-fallback-image.disabled {
  display: none;
}
.cid-vbjgEAtheG .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-vbjgEAtheG .row {
  flex-direction: row-reverse;
}
@media (max-width: 991px) {
  .cid-vbjgEAtheG .image-wrapper {
    margin-bottom: 2rem;
  }
}
.cid-vbjgEAtheG .image-wrapper img {
  width: 100%;
  object-fit: cover;
}
@media (min-width: 992px) {
  .cid-vbjgEAtheG .text-wrapper {
    padding: 0 2rem;
  }
}
@media (max-width: 768px) {
  .cid-vbjgEAtheG .text-wrapper {
    margin-bottom: 2rem;
  }
}
.cid-uX8WXCJti3 {
  padding-top: 1rem;
  padding-bottom: 2rem;
  background-color: #ffffff;
}
.cid-uX8WXCJti3 .mbr-fallback-image.disabled {
  display: none;
}
.cid-uX8WXCJti3 .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uX8WXCJti3 .title-wrapper .mbr-section-title {
  margin-bottom: 40px;
}
@media (max-width: 992px) {
  .cid-uX8WXCJti3 .title-wrapper .mbr-section-title {
    margin-bottom: 30px;
  }
}
.cid-uX8WXCJti3 .embla__slide {
  display: flex;
  justify-content: center;
  position: relative;
  min-width: 220px;
  max-width: 220px;
}
@media (max-width: 767px) {
  .cid-uX8WXCJti3 .embla__slide {
    min-width: 100%;
    max-width: 100%;
  }
}
.cid-uX8WXCJti3 .embla__slide .slide-content {
  width: 100%;
}
.cid-uX8WXCJti3 .embla__slide .slide-content:hover .item-wrapper,
.cid-uX8WXCJti3 .embla__slide .slide-content:focus .item-wrapper {
  background-color: #ffffff;
}
.cid-uX8WXCJti3 .embla__slide .slide-content .item-wrapper {
  display: flex;
  align-items: center;
  justify-content: center;
  height: 140px;
  transition: all 0.3s ease-in-out;
  padding: 0 20px;
}
.cid-uX8WXCJti3 .embla__slide .slide-content .item-wrapper .item-img img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.cid-uX8WXCJti3 .embla__button--next,
.cid-uX8WXCJti3 .embla__button--prev {
  display: flex;
}
.cid-uX8WXCJti3 .embla__button {
  bottom: 0;
  width: 60px;
  height: 60px;
  font-size: 18px;
  background-color: #000000 !important;
  color: #ffffff !important;
  border: none !important;
  border-radius: 50%;
  transition: all 0.3s;
  position: absolute;
  display: flex;
  justify-content: center;
  align-items: center;
  opacity: 1 !important;
  display: none;
}
.cid-uX8WXCJti3 .embla__button:hover {
  background-color: #e4ed64 !important;
  color: #000000 !important;
}
.cid-uX8WXCJti3 .embla__button.embla__button--prev {
  left: 0;
}
.cid-uX8WXCJti3 .embla__button.embla__button--next {
  right: 0;
}
.cid-uX8WXCJti3 .embla {
  position: relative;
  width: 100%;
}
.cid-uX8WXCJti3 .embla__viewport {
  overflow: hidden;
  width: 100%;
  margin-right: 1rem;
}
.cid-uX8WXCJti3 .embla__viewport.is-draggable {
  cursor: grab;
}
.cid-uX8WXCJti3 .embla__viewport.is-dragging {
  cursor: grabbing;
}
.cid-uX8WXCJti3 .embla__container {
  display: flex;
  user-select: none;
  -webkit-touch-callout: none;
  -khtml-user-select: none;
  -webkit-tap-highlight-color: transparent;
}
.cid-uX8WXCJti3 .item-menu-overlay {
  opacity: 0 !important;
}
.cid-uX8WXCJti3 .mbr-section-title {
  color: #000000;
  text-align: center;
}
.cid-uaooZwWCjU {
  padding-top: 3rem;
  padding-bottom: 2rem;
  background-color: #ffffff;
}
.cid-uaooZwWCjU img,
.cid-uaooZwWCjU .item-img {
  height: 100%;
  height: 400px;
  object-fit: cover;
}
.cid-uaooZwWCjU .item:focus,
.cid-uaooZwWCjU span:focus {
  outline: none;
}
.cid-uaooZwWCjU .item {
  cursor: pointer;
  margin-bottom: 2rem;
}
.cid-uaooZwWCjU .item-wrapper {
  position: relative;
  border-radius: 4px;
  background: #fafafa;
  height: 100%;
  display: flex;
  flex-flow: column nowrap;
}
@media (min-width: 992px) {
  .cid-uaooZwWCjU .item-wrapper .item-content {
    padding: 2rem;
  }
}
@media (max-width: 991px) {
  .cid-uaooZwWCjU .item-wrapper .item-content {
    padding: 1rem;
  }
}
.cid-uaooZwWCjU .mbr-section-btn {
  margin-top: auto !important;
}
.cid-uaooZwWCjU .mbr-section-title {
  color: #232323;
}
.cid-uaooZwWCjU .mbr-text,
.cid-uaooZwWCjU .mbr-section-btn {
  text-align: left;
}
.cid-uaooZwWCjU .item-title {
  text-align: left;
}
.cid-uaooZwWCjU .item-subtitle {
  text-align: left;
  color: #232323;
}
.cid-t3JpkCtLXE {
  padding-top: 2rem;
  padding-bottom: 0rem;
  background-color: #ffffff;
}
.cid-t3JpkCtLXE .mbr-section-title {
  color: #232323;
}
.cid-t3JpkCtLXE .mbr-section-subtitle {
  color: #05386b;
}
.cid-uX8djq1vba {
  padding-top: 1rem;
  padding-bottom: 2rem;
  background-color: #ffffff;
}
.cid-uX8djq1vba .mbr-fallback-image.disabled {
  display: none;
}
.cid-uX8djq1vba .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uX8djq1vba .title-wrapper .mbr-section-title {
  margin-bottom: 40px;
}
@media (max-width: 992px) {
  .cid-uX8djq1vba .title-wrapper .mbr-section-title {
    margin-bottom: 30px;
  }
}
.cid-uX8djq1vba .embla__slide {
  display: flex;
  justify-content: center;
  position: relative;
  min-width: 220px;
  max-width: 220px;
}
@media (max-width: 767px) {
  .cid-uX8djq1vba .embla__slide {
    min-width: 100%;
    max-width: 100%;
  }
}
.cid-uX8djq1vba .embla__slide .slide-content {
  width: 100%;
}
.cid-uX8djq1vba .embla__slide .slide-content:hover .item-wrapper,
.cid-uX8djq1vba .embla__slide .slide-content:focus .item-wrapper {
  background-color: #ffffff;
}
.cid-uX8djq1vba .embla__slide .slide-content .item-wrapper {
  display: flex;
  align-items: center;
  justify-content: center;
  height: 140px;
  transition: all 0.3s ease-in-out;
  padding: 0 20px;
}
.cid-uX8djq1vba .embla__slide .slide-content .item-wrapper .item-img img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.cid-uX8djq1vba .embla__button--next,
.cid-uX8djq1vba .embla__button--prev {
  display: flex;
}
.cid-uX8djq1vba .embla__button {
  bottom: 0;
  width: 60px;
  height: 60px;
  font-size: 18px;
  background-color: #000000 !important;
  color: #ffffff !important;
  border: none !important;
  border-radius: 50%;
  transition: all 0.3s;
  position: absolute;
  display: flex;
  justify-content: center;
  align-items: center;
  opacity: 1 !important;
  display: none;
}
.cid-uX8djq1vba .embla__button:hover {
  background-color: #e4ed64 !important;
  color: #000000 !important;
}
.cid-uX8djq1vba .embla__button.embla__button--prev {
  left: 0;
}
.cid-uX8djq1vba .embla__button.embla__button--next {
  right: 0;
}
.cid-uX8djq1vba .embla {
  position: relative;
  width: 100%;
}
.cid-uX8djq1vba .embla__viewport {
  overflow: hidden;
  width: 100%;
  margin-right: 1rem;
}
.cid-uX8djq1vba .embla__viewport.is-draggable {
  cursor: grab;
}
.cid-uX8djq1vba .embla__viewport.is-dragging {
  cursor: grabbing;
}
.cid-uX8djq1vba .embla__container {
  display: flex;
  user-select: none;
  -webkit-touch-callout: none;
  -khtml-user-select: none;
  -webkit-tap-highlight-color: transparent;
}
.cid-uX8djq1vba .item-menu-overlay {
  opacity: 0 !important;
}
.cid-uX8djq1vba .mbr-section-title {
  color: #000000;
  text-align: center;
}
.cid-v1B5EyMt0Q {
  padding-top: 3rem;
  padding-bottom: 2rem;
  background-color: #ffffff;
}
.cid-v1B5EyMt0Q .mbr-section-btn .btn-secondary-outline {
  padding: 3px 0;
  margin-bottom: 0;
  border: none !important;
  background-color: transparent !important;
}
.cid-v1B5EyMt0Q .mbr-section-btn .btn-secondary-outline:hover,
.cid-v1B5EyMt0Q .mbr-section-btn .btn-secondary-outline .active,
.cid-v1B5EyMt0Q .mbr-section-btn .btn-secondary-outline:focus {
  color: #f2702f !important;
}
.cid-v1B5EyMt0Q img,
.cid-v1B5EyMt0Q .item-img {
  border-radius: 4px;
}
.cid-v1B5EyMt0Q .item-img {
  position: absolute;
  top: 0;
  left: 0;
  bottom: 0;
  right: 0;
  z-index: 0;
  overflow: hidden;
}
.cid-v1B5EyMt0Q .item-img img {
  transition: all cubic-bezier(0.4, 0, 0.2, 1) 0.6s;
  height: 100%;
  object-fit: cover;
  border-radius: 4px;
  will-change: transform;
}
.cid-v1B5EyMt0Q .item-img:before {
  content: "";
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  opacity: .45;
  background-color: #353535;
  z-index: 5;
  pointer-events: none;
  border-radius: 4px;
}
.cid-v1B5EyMt0Q .item:focus,
.cid-v1B5EyMt0Q span:focus {
  outline: none;
}
.cid-v1B5EyMt0Q .item {
  margin-bottom: 3rem;
}
@media (max-width: 991px) {
  .cid-v1B5EyMt0Q .item:last-child {
    margin-bottom: 0;
  }
}
.cid-v1B5EyMt0Q .item-wrapper {
  position: relative;
  border-radius: 4px;
  display: flex;
  flex-flow: column nowrap;
  overflow: hidden;
}
.cid-v1B5EyMt0Q .item-wrapper:hover .item-img img {
  transform: scale3d(1.2, 1.2, 1);
}
.cid-v1B5EyMt0Q .item-wrapper:hover .post_wrap {
  opacity: 1;
  background: linear-gradient(0deg, rgba(23, 22, 26, 0), rgba(23, 22, 26, 0.4));
  transform: translateY(0);
}
.cid-v1B5EyMt0Q .item-wrapper .mbr-section-btn .btn-white-outline {
  padding: 3px 0;
  margin-bottom: 0;
  border: none !important;
  background-color: transparent !important;
}
.cid-v1B5EyMt0Q .card_post {
  display: inline-flex;
  align-items: center;
  padding: 40px;
  padding-bottom: 0;
}
.cid-v1B5EyMt0Q .post_wrap {
  position: relative;
  z-index: 5;
  background: linear-gradient(0deg, rgba(23, 22, 26, 0), rgba(23, 22, 26, 0.4));
}
@media (min-width: 991px) {
  .cid-v1B5EyMt0Q .post_wrap {
    opacity: 0;
    transform: translateY(-10px);
    transition: all cubic-bezier(0.4, 0, 0.2, 1) 0.4s;
  }
}
.cid-v1B5EyMt0Q .image_post {
  display: inline-block;
  height: 46px;
  width: 46px;
  min-width: 46px;
  box-shadow: 0 2px 4px rgba(0, 0, 0, 0.07);
  margin-right: 15px;
  border-radius: 50%;
}
.cid-v1B5EyMt0Q .image_post img {
  width: 100%;
  height: 100%;
  border-radius: 50%;
}
.cid-v1B5EyMt0Q .author_post {
  display: inline-block;
  white-space: nowrap;
}
.cid-v1B5EyMt0Q .item-content {
  padding: 40px;
  display: flex;
  flex-direction: column;
  justify-content: flex-end;
}
.cid-v1B5EyMt0Q .item-content > div {
  position: relative;
  z-index: 5;
}
.cid-v1B5EyMt0Q .category_content {
  opacity: .8;
}
.cid-v1B5EyMt0Q .mbr-section-subtitle,
.cid-v1B5EyMt0Q .card_topic {
  margin-bottom: 12px;
}
.cid-v1B5EyMt0Q .mbr-text {
  margin: 25px 0;
  padding-left: 25px;
  border-left: 5px solid #f14105;
}
.cid-v1B5EyMt0Q .card_topic .mbr-iconfont {
  font-size: 1rem;
  color: #ffffff;
  margin-left: 10px;
  margin-right: 3px;
}
@media (max-width: 767px) {
  .cid-v1B5EyMt0Q .item-content,
  .cid-v1B5EyMt0Q .card_post {
    padding: 20px;
  }
}
.cid-v1B5EyMt0Q .mbr-section-title {
  text-align: center;
}
.cid-v1B5EyMt0Q .mbr-section-subtitle {
  text-align: center;
}
.cid-vbjaQIYfci {
  padding-top: 3rem;
  padding-bottom: 2rem;
  background-color: #ffffff;
}
.cid-vbjaQIYfci .mbr-section-btn .btn-secondary-outline {
  padding: 3px 0;
  margin-bottom: 0;
  border: none !important;
  background-color: transparent !important;
}
.cid-vbjaQIYfci .mbr-section-btn .btn-secondary-outline:hover,
.cid-vbjaQIYfci .mbr-section-btn .btn-secondary-outline .active,
.cid-vbjaQIYfci .mbr-section-btn .btn-secondary-outline:focus {
  color: #f2702f !important;
}
.cid-vbjaQIYfci img,
.cid-vbjaQIYfci .item-img {
  border-radius: 4px;
}
.cid-vbjaQIYfci .item-img {
  position: absolute;
  top: 0;
  left: 0;
  bottom: 0;
  right: 0;
  z-index: 0;
  overflow: hidden;
}
.cid-vbjaQIYfci .item-img img {
  transition: all cubic-bezier(0.4, 0, 0.2, 1) 0.6s;
  height: 100%;
  object-fit: cover;
  border-radius: 4px;
  will-change: transform;
}
.cid-vbjaQIYfci .item-img:before {
  content: "";
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  opacity: .45;
  background-color: #353535;
  z-index: 5;
  pointer-events: none;
  border-radius: 4px;
}
.cid-vbjaQIYfci .item:focus,
.cid-vbjaQIYfci span:focus {
  outline: none;
}
.cid-vbjaQIYfci .item {
  margin-bottom: 3rem;
}
@media (max-width: 991px) {
  .cid-vbjaQIYfci .item:last-child {
    margin-bottom: 0;
  }
}
.cid-vbjaQIYfci .item-wrapper {
  position: relative;
  border-radius: 4px;
  display: flex;
  flex-flow: column nowrap;
  overflow: hidden;
}
.cid-vbjaQIYfci .item-wrapper:hover .item-img img {
  transform: scale3d(1.2, 1.2, 1);
}
.cid-vbjaQIYfci .item-wrapper:hover .post_wrap {
  opacity: 1;
  background: linear-gradient(0deg, rgba(23, 22, 26, 0), rgba(23, 22, 26, 0.4));
  transform: translateY(0);
}
.cid-vbjaQIYfci .item-wrapper .mbr-section-btn .btn-white-outline {
  padding: 3px 0;
  margin-bottom: 0;
  border: none !important;
  background-color: transparent !important;
}
.cid-vbjaQIYfci .card_post {
  display: inline-flex;
  align-items: center;
  padding: 40px;
  padding-bottom: 0;
}
.cid-vbjaQIYfci .post_wrap {
  position: relative;
  z-index: 5;
  background: linear-gradient(0deg, rgba(23, 22, 26, 0), rgba(23, 22, 26, 0.4));
}
@media (min-width: 991px) {
  .cid-vbjaQIYfci .post_wrap {
    opacity: 0;
    transform: translateY(-10px);
    transition: all cubic-bezier(0.4, 0, 0.2, 1) 0.4s;
  }
}
.cid-vbjaQIYfci .image_post {
  display: inline-block;
  height: 46px;
  width: 46px;
  min-width: 46px;
  box-shadow: 0 2px 4px rgba(0, 0, 0, 0.07);
  margin-right: 15px;
  border-radius: 50%;
}
.cid-vbjaQIYfci .image_post img {
  width: 100%;
  height: 100%;
  border-radius: 50%;
}
.cid-vbjaQIYfci .author_post {
  display: inline-block;
  white-space: nowrap;
}
.cid-vbjaQIYfci .item-content {
  padding: 40px;
  display: flex;
  flex-direction: column;
  justify-content: flex-end;
}
.cid-vbjaQIYfci .item-content > div {
  position: relative;
  z-index: 5;
}
.cid-vbjaQIYfci .category_content {
  opacity: .8;
}
.cid-vbjaQIYfci .mbr-section-subtitle,
.cid-vbjaQIYfci .card_topic {
  margin-bottom: 12px;
}
.cid-vbjaQIYfci .mbr-text {
  margin: 25px 0;
  padding-left: 25px;
  border-left: 5px solid #f14105;
}
.cid-vbjaQIYfci .card_topic .mbr-iconfont {
  font-size: 1rem;
  color: #ffffff;
  margin-left: 10px;
  margin-right: 3px;
}
@media (max-width: 767px) {
  .cid-vbjaQIYfci .item-content,
  .cid-vbjaQIYfci .card_post {
    padding: 20px;
  }
}
.cid-vbjaQIYfci .mbr-section-title {
  text-align: center;
}
.cid-vbjaQIYfci .mbr-section-subtitle {
  text-align: center;
}
.cid-u9mZwDIsey {
  padding-top: 3rem;
  padding-bottom: 2rem;
  background-color: #ffffff;
}
.cid-u9mZwDIsey .main_header {
  margin-bottom: 5rem;
}
.cid-u9mZwDIsey .mbr-section-subtitle {
  margin-bottom: .75rem;
  line-height: 1;
}
.cid-u9mZwDIsey .mbr-text {
  margin-top: 1.5rem;
  letter-spacing: -0.025rem;
  color: #232323;
}
.cid-u9mZwDIsey .card_wrapper {
  height: 100%;
  margin-bottom: 3.5rem;
  cursor: pointer;
}
.cid-u9mZwDIsey .item-img {
  position: relative;
  transition: box-shadow 0.2s ease-in, transform 0.2s ease-in;
}
.cid-u9mZwDIsey .item-img:hover {
  transform: scale(1.02, 1.02);
  box-shadow: 0 0 15px -1px rgba(0, 0, 0, 0.4);
}
.cid-u9mZwDIsey .item-img:before {
  position: absolute;
  content: ' ';
  display: block;
  z-index: 1;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  background-image: linear-gradient(to bottom, rgba(0, 0, 0, 0) 0%, rgba(0, 0, 0, 0) 10%, rgba(0, 0, 0, 0.5) 100%);
  pointer-events: none;
}
.cid-u9mZwDIsey img,
.cid-u9mZwDIsey .item-img {
  width: 100%;
  transition: all 0.5s cubic-bezier(0.4, 0, 0.2, 1);
}
.cid-u9mZwDIsey .card_content {
  position: absolute;
  bottom: 0;
  left: 0;
  width: 100%;
  z-index: 5;
  padding: 20px;
  display: flex;
  justify-content: space-between;
  flex-direction: column;
}
.cid-u9mZwDIsey .card_info {
  display: flex;
  justify-content: space-between;
  align-items: flex-end;
}
.cid-u9mZwDIsey .card_text {
  padding-top: 5px;
  color: #eae8e4;
  text-align: center;
}
.cid-u9mZwDIsey .card-number {
  min-width: 48px;
  color: #eae8e4;
  text-align: right;
}
.cid-u9mZwDIsey .list_content {
  display: flex;
  justify-content: space-between;
  padding: 14px 0;
  border-top: 1px dotted rgba(55, 60, 66, 0.5);
}
.cid-u9mZwDIsey .list_content:nth-child(1) {
  border: none;
}
.cid-u9mZwDIsey .list_date {
  min-width: 130px;
}
.cid-u9mZwDIsey .list_text {
  padding: 0 1rem;
}
.cid-u9mZwDIsey .list_number {
  min-width: 50px;
  text-align: center;
}
@media (max-width: 767px) {
  .cid-u9mZwDIsey .main_header {
    margin-bottom: 2.5rem;
  }
  .cid-u9mZwDIsey .mbr-section-subtitle {
    margin-bottom: .25rem;
  }
  .cid-u9mZwDIsey .mbr-text {
    margin-top: .75rem;
  }
  .cid-u9mZwDIsey .card_wrapper {
    margin-bottom: 1.75rem;
  }
  .cid-u9mZwDIsey .item-img,
  .cid-u9mZwDIsey img {
    max-height: 200px;
  }
  .cid-u9mZwDIsey .list_content {
    flex-direction: column-reverse;
    padding: 14px 0;
  }
  .cid-u9mZwDIsey .list_text {
    padding: 5px 0;
  }
  .cid-u9mZwDIsey .list_number {
    text-align: left;
  }
}
.cid-u9mZwDIsey .card_title {
  text-align: center;
}
.cid-u9mZwDIsey .mbr-section-title {
  color: #232323;
}
.cid-uao8kjv8KJ {
  padding-top: 45px;
  padding-bottom: 30px;
  background-color: #232323;
}
@media (max-width: 767px) {
  .cid-uao8kjv8KJ .content {
    text-align: center;
  }
  .cid-uao8kjv8KJ .content > div:not(:last-child) {
    margin-bottom: 2rem;
  }
}
.cid-uao8kjv8KJ .map {
  height: 18.75rem;
}
@media (max-width: 767px) {
  .cid-uao8kjv8KJ .footer-lower .copyright {
    margin-bottom: 1rem;
    text-align: center;
  }
}
.cid-uao8kjv8KJ .footer-lower hr {
  margin: 1rem 0;
  border-color: #fff;
  opacity: 0.05;
}
.cid-uao8kjv8KJ .google-map {
  height: 25rem;
  position: relative;
}
.cid-uao8kjv8KJ .google-map iframe {
  height: 100%;
  width: 100%;
}
.cid-uao8kjv8KJ .google-map [data-state-details] {
  color: #6b6763;
  font-family: Montserrat;
  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-uao8kjv8KJ .google-map[data-state] {
  background: #e9e5dc;
}
.cid-uao8kjv8KJ .google-map[data-state="loading"] [data-state-details] {
  display: none;
}
.cid-uao8kjv8KJ .social-list {
  padding-left: 0;
  margin-bottom: 0;
  margin-left: -7px;
  list-style: none;
  display: flex;
  -webkit-justify-content: flex-start;
  justify-content: flex-start;
  -webkit-flex-wrap: wrap;
  flex-wrap: wrap;
}
.cid-uao8kjv8KJ .social-list .mbr-iconfont-social {
  font-size: 1.3rem;
  color: #fff;
}
.cid-uao8kjv8KJ .social-list .soc-item {
  margin: 0 0.5rem;
}
.cid-uao8kjv8KJ .social-list a {
  margin: 0;
  opacity: 0.5;
  -webkit-transition: 0.2s linear;
  transition: 0.2s linear;
}
.cid-uao8kjv8KJ .social-list a:hover {
  opacity: 1;
}
@media (max-width: 767px) {
  .cid-uao8kjv8KJ .social-list {
    -webkit-justify-content: center;
    justify-content: center;
  }
}
.cid-uao8kjv8KJ .list {
  list-style-type: none;
  padding: 0;
}
.cid-uao8kjv8KJ .mbr-text {
  color: #f2702f;
}
.cid-v1ASNY8eaV {
  padding-top: 2rem;
  padding-bottom: 2rem;
  background-color: #ffffff;
}
.cid-v1ASNY8eaV ul {
  list-style: none;
  margin: 0;
  padding-left: 1.6rem;
}
.cid-v1ASNY8eaV li {
  position: relative;
  margin-bottom: 0.625rem;
  display: inline-block;
}
.cid-v1ASNY8eaV ul li::before {
  position: absolute;
  left: -1.6rem;
  top: 0.625rem;
  content: "";
  width: 10px;
  height: 10px;
  border-radius: 50%;
  background-color: #000000;
}
.cid-v1ASNY8eaV .mbr-section-subtitle {
  margin-bottom: 0.625rem;
}
.cid-v1ASNY8eaV .list-title {
  margin-top: 1.5625rem;
  margin-bottom: 1.125rem;
}
.cid-v1ASNY8eaV .mbr-social-linkes {
  margin-top: 0.5rem;
}
.cid-v1ASNY8eaV .mbr-social-linkes a {
  display: inline-block;
  color: #000000;
}
.cid-v1ASNY8eaV .mbr-social-linkes span {
  display: flex;
  align-items: center;
  justify-content: center;
  border-radius: 50%;
  border: 1px solid #9e9e9e;
  width: 36px;
  height: 36px;
  margin-left: 0.4375rem;
  margin-right: 0.4375rem;
  transition: 0.3s ease-out;
}
.cid-v1ASNY8eaV .mbr-social-linkes span:hover {
  border-color: #f23801;
  color: #f23801;
}
.cid-v1ASNY8eaV .mbr-section-link {
  margin-bottom: 30px;
}
.cid-v1ASNY8eaV .mbr-section-tag {
  color: #9e9e9e;
  margin-bottom: 0.4375rem;
  text-align: left;
}
.cid-v1ASNY8eaV .mbr-section-tag,
.cid-v1ASNY8eaV .mbr-section-link {
  text-align: center;
}
.cid-v1ASNY8eaV .mbr-section-tag,
.cid-v1ASNY8eaV .mbr-section-link,
.cid-v1ASNY8eaV .mbr-social-linkes {
  text-align: left;
  color: #4e0e0e;
}
.cid-v1ASNY8eaV .mbr-fallback-image.disabled {
  display: none;
}
.cid-v1ASNY8eaV .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-v1B5emIW3K {
  z-index: 1000;
  width: 100%;
  position: relative;
  min-height: 60px;
}
.cid-v1B5emIW3K nav.navbar {
  position: fixed;
}
.cid-v1B5emIW3K .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-v1B5emIW3K .dropdown-menu {
  padding: 0;
  border-radius: 4px;
  box-shadow: 0 1px 3px 0 rgba(0, 0, 0, 0.1);
}
.cid-v1B5emIW3K .dropdown-item {
  border-bottom: 1px solid #e6e6e6;
}
.cid-v1B5emIW3K .dropdown-item:hover,
.cid-v1B5emIW3K .dropdown-item:focus {
  background: #f2702f !important;
  color: white !important;
}
.cid-v1B5emIW3K .dropdown-item:first-child {
  border-top-left-radius: 4px;
  border-top-right-radius: 4px;
}
.cid-v1B5emIW3K .dropdown-item:last-child {
  border-bottom: none;
  border-bottom-left-radius: 4px;
  border-bottom-right-radius: 4px;
}
.cid-v1B5emIW3K .nav-dropdown .link {
  padding: 0 0.3em !important;
  margin: 0.667em 1em !important;
  color: #000;
}
.cid-v1B5emIW3K .nav-dropdown .link.dropdown-toggle::after {
  margin-left: 0.5rem;
  margin-top: 0.2rem;
}
.cid-v1B5emIW3K .nav-link {
  position: relative;
}
.cid-v1B5emIW3K .container {
  display: flex;
  margin: auto;
}
.cid-v1B5emIW3K .iconfont-wrapper {
  color: #000000 !important;
  font-size: 1.5rem;
  padding-right: 0.5rem;
}
.cid-v1B5emIW3K .dropdown-menu,
.cid-v1B5emIW3K .navbar.opened {
  background: #ffffff !important;
}
.cid-v1B5emIW3K .nav-item:focus,
.cid-v1B5emIW3K .nav-link:focus {
  outline: none;
}
.cid-v1B5emIW3K .dropdown .dropdown-menu .dropdown-item {
  width: auto;
  transition: all 0.25s ease-in-out;
}
.cid-v1B5emIW3K .dropdown .dropdown-menu .dropdown-item::after {
  right: 0.5rem;
}
.cid-v1B5emIW3K .dropdown .dropdown-menu .dropdown-item .mbr-iconfont {
  margin-right: 0.5rem;
  vertical-align: sub;
}
.cid-v1B5emIW3K .dropdown .dropdown-menu .dropdown-item .mbr-iconfont:before {
  display: inline-block;
  transform: scale(1, 1);
  transition: all 0.25s ease-in-out;
}
.cid-v1B5emIW3K .collapsed .dropdown-menu .dropdown-item:before {
  display: none;
}
.cid-v1B5emIW3K .collapsed .dropdown .dropdown-menu .dropdown-item {
  padding: 0.235em 1.5em 0.235em 1.5em !important;
  transition: none;
  margin: 0 !important;
}
.cid-v1B5emIW3K .navbar {
  min-height: 70px;
  transition: all 0.3s;
  border-bottom: 1px solid transparent;
  box-shadow: 0 1px 3px 0 rgba(0, 0, 0, 0.1);
  background: #ffffff;
}
.cid-v1B5emIW3K .navbar.opened {
  transition: all 0.3s;
}
.cid-v1B5emIW3K .navbar .dropdown-item {
  padding: 0.5rem 1.8rem;
}
.cid-v1B5emIW3K .navbar .navbar-logo img {
  width: auto;
}
.cid-v1B5emIW3K .navbar .navbar-collapse {
  justify-content: flex-end;
  z-index: 1;
}
.cid-v1B5emIW3K .navbar.collapsed {
  justify-content: center;
}
.cid-v1B5emIW3K .navbar.collapsed .nav-item .nav-link::before {
  display: none;
}
.cid-v1B5emIW3K .navbar.collapsed.opened .dropdown-menu {
  top: 0;
}
@media (min-width: 992px) {
  .cid-v1B5emIW3K .navbar.collapsed.opened:not(.navbar-short) .navbar-collapse {
    max-height: calc(98.5vh - 2.8rem);
  }
}
.cid-v1B5emIW3K .navbar.collapsed .dropdown-menu .dropdown-submenu {
  left: 0 !important;
}
.cid-v1B5emIW3K .navbar.collapsed .dropdown-menu .dropdown-item:after {
  right: auto;
}
.cid-v1B5emIW3K .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-v1B5emIW3K .navbar.collapsed ul.navbar-nav li {
  margin: auto;
}
.cid-v1B5emIW3K .navbar.collapsed .dropdown-menu .dropdown-item {
  padding: 0.25rem 1.5rem;
  text-align: center;
}
.cid-v1B5emIW3K .navbar.collapsed .icons-menu {
  padding-left: 0;
  padding-right: 0;
  padding-top: 0.5rem;
  padding-bottom: 0.5rem;
}
@media (max-width: 991px) {
  .cid-v1B5emIW3K .navbar .nav-item .nav-link::before {
    display: none;
  }
  .cid-v1B5emIW3K .navbar.opened .dropdown-menu {
    top: 0;
  }
  .cid-v1B5emIW3K .navbar .dropdown-menu .dropdown-submenu {
    left: 0 !important;
  }
  .cid-v1B5emIW3K .navbar .dropdown-menu .dropdown-item:after {
    right: auto;
  }
  .cid-v1B5emIW3K .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-v1B5emIW3K .navbar .navbar-logo img {
    height: 3rem !important;
  }
  .cid-v1B5emIW3K .navbar ul.navbar-nav li {
    margin: auto;
  }
  .cid-v1B5emIW3K .navbar .dropdown-menu .dropdown-item {
    padding: 0.25rem 1.5rem !important;
    text-align: center;
  }
  .cid-v1B5emIW3K .navbar .navbar-brand {
    flex-shrink: initial;
    flex-basis: auto;
    word-break: break-word;
    padding-right: 2rem;
  }
  .cid-v1B5emIW3K .navbar .navbar-toggler {
    flex-basis: auto;
  }
  .cid-v1B5emIW3K .navbar .icons-menu {
    padding-left: 0;
    padding-top: 0.5rem;
    padding-bottom: 0.5rem;
  }
}
.cid-v1B5emIW3K .navbar.navbar-short {
  min-height: 60px;
}
.cid-v1B5emIW3K .navbar.navbar-short .navbar-logo img {
  height: 2.5rem !important;
}
.cid-v1B5emIW3K .navbar.navbar-short .navbar-brand {
  min-height: 60px;
  padding: 0;
}
.cid-v1B5emIW3K .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-v1B5emIW3K .navbar-brand .navbar-caption {
  line-height: inherit !important;
}
.cid-v1B5emIW3K .navbar-brand .navbar-logo a {
  outline: none;
}
.cid-v1B5emIW3K .dropdown-item.active,
.cid-v1B5emIW3K .dropdown-item:active {
  background-color: transparent;
}
.cid-v1B5emIW3K .navbar-expand-lg .navbar-nav .nav-link {
  padding: 0;
}
.cid-v1B5emIW3K .nav-dropdown .link.dropdown-toggle {
  margin-right: 1.667em;
}
.cid-v1B5emIW3K .nav-dropdown .link.dropdown-toggle[aria-expanded="true"] {
  margin-right: 0;
  padding: 0.667em 1.667em;
}
.cid-v1B5emIW3K .navbar.navbar-expand-lg .dropdown .dropdown-menu {
  background: #ffffff;
}
.cid-v1B5emIW3K .navbar.navbar-expand-lg .dropdown .dropdown-menu .dropdown-submenu {
  margin: 0;
  left: 100%;
}
.cid-v1B5emIW3K .navbar .dropdown.open > .dropdown-menu {
  display: block;
}
.cid-v1B5emIW3K ul.navbar-nav {
  flex-wrap: wrap;
}
.cid-v1B5emIW3K .navbar-buttons {
  text-align: center;
  min-width: 170px;
}
.cid-v1B5emIW3K button.navbar-toggler {
  outline: none;
  width: 31px;
  height: 20px;
  cursor: pointer;
  transition: all 0.2s;
  position: relative;
  align-self: center;
}
.cid-v1B5emIW3K button.navbar-toggler .hamburger span {
  position: absolute;
  right: 0;
  width: 30px;
  height: 2px;
  border-right: 5px;
  background-color: #ffffff;
}
.cid-v1B5emIW3K button.navbar-toggler .hamburger span:nth-child(1) {
  top: 0;
  transition: all 0.2s;
}
.cid-v1B5emIW3K button.navbar-toggler .hamburger span:nth-child(2) {
  top: 8px;
  transition: all 0.15s;
}
.cid-v1B5emIW3K button.navbar-toggler .hamburger span:nth-child(3) {
  top: 8px;
  transition: all 0.15s;
}
.cid-v1B5emIW3K button.navbar-toggler .hamburger span:nth-child(4) {
  top: 16px;
  transition: all 0.2s;
}
.cid-v1B5emIW3K nav.opened .hamburger span:nth-child(1) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-v1B5emIW3K nav.opened .hamburger span:nth-child(2) {
  transform: rotate(45deg);
  transition: all 0.25s;
}
.cid-v1B5emIW3K nav.opened .hamburger span:nth-child(3) {
  transform: rotate(-45deg);
  transition: all 0.25s;
}
.cid-v1B5emIW3K nav.opened .hamburger span:nth-child(4) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-v1B5emIW3K .navbar-dropdown {
  padding: .7rem 1rem;
  position: fixed;
}
.cid-v1B5emIW3K a.nav-link {
  display: flex;
  align-items: center;
  justify-content: center;
}
.cid-v1B5emIW3K .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-v1B5emIW3K .navbar {
    height: 70px;
  }
  .cid-v1B5emIW3K .navbar.opened {
    height: auto;
  }
  .cid-v1B5emIW3K .nav-item .nav-link:hover::before {
    width: 175%;
    max-width: calc(100% + 2rem);
    left: -1rem;
  }
}
.cid-v1B5en4ElB {
  background-image: url("../../../assets/images/sdert-1920x1446.jpg");
}
.cid-v1B5en4ElB .mbr-section-title {
  text-align: center;
  color: #ffffff;
}
.cid-v1B5en4ElB .mbr-section-title a {
  font-weight: 600;
}
.cid-v1B5en4ElB .mbr-section-title a:hover {
  background: none !important;
}
.cid-v1B5en4ElB .mbr-text,
.cid-v1B5en4ElB .mbr-section-btn {
  text-align: center;
  color: #ffffff;
}
.cid-v1B5en4ElB .mbr-section-subtitle {
  color: #ffffff;
  text-align: center;
}
.cid-v1B5en4ElB .mbr-fallback-image.disabled {
  display: none;
}
.cid-v1B5en4ElB .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-v1B5enm10L {
  padding-top: 1rem;
  padding-bottom: 2rem;
  background-color: #ffffff;
}
.cid-v1B5enm10L .mbr-fallback-image.disabled {
  display: none;
}
.cid-v1B5enm10L .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-v1B5enm10L .title-wrapper .mbr-section-title {
  margin-bottom: 40px;
}
@media (max-width: 992px) {
  .cid-v1B5enm10L .title-wrapper .mbr-section-title {
    margin-bottom: 30px;
  }
}
.cid-v1B5enm10L .embla__slide {
  display: flex;
  justify-content: center;
  position: relative;
  min-width: 220px;
  max-width: 220px;
}
@media (max-width: 767px) {
  .cid-v1B5enm10L .embla__slide {
    min-width: 100%;
    max-width: 100%;
  }
}
.cid-v1B5enm10L .embla__slide .slide-content {
  width: 100%;
}
.cid-v1B5enm10L .embla__slide .slide-content:hover .item-wrapper,
.cid-v1B5enm10L .embla__slide .slide-content:focus .item-wrapper {
  background-color: #ffffff;
}
.cid-v1B5enm10L .embla__slide .slide-content .item-wrapper {
  display: flex;
  align-items: center;
  justify-content: center;
  height: 140px;
  transition: all 0.3s ease-in-out;
  padding: 0 20px;
}
.cid-v1B5enm10L .embla__slide .slide-content .item-wrapper .item-img img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.cid-v1B5enm10L .embla__button--next,
.cid-v1B5enm10L .embla__button--prev {
  display: flex;
}
.cid-v1B5enm10L .embla__button {
  bottom: 0;
  width: 60px;
  height: 60px;
  font-size: 18px;
  background-color: #000000 !important;
  color: #ffffff !important;
  border: none !important;
  border-radius: 50%;
  transition: all 0.3s;
  position: absolute;
  display: flex;
  justify-content: center;
  align-items: center;
  opacity: 1 !important;
  display: none;
}
.cid-v1B5enm10L .embla__button:hover {
  background-color: #e4ed64 !important;
  color: #000000 !important;
}
.cid-v1B5enm10L .embla__button.embla__button--prev {
  left: 0;
}
.cid-v1B5enm10L .embla__button.embla__button--next {
  right: 0;
}
.cid-v1B5enm10L .embla {
  position: relative;
  width: 100%;
}
.cid-v1B5enm10L .embla__viewport {
  overflow: hidden;
  width: 100%;
  margin-right: 1rem;
}
.cid-v1B5enm10L .embla__viewport.is-draggable {
  cursor: grab;
}
.cid-v1B5enm10L .embla__viewport.is-dragging {
  cursor: grabbing;
}
.cid-v1B5enm10L .embla__container {
  display: flex;
  user-select: none;
  -webkit-touch-callout: none;
  -khtml-user-select: none;
  -webkit-tap-highlight-color: transparent;
}
.cid-v1B5enm10L .item-menu-overlay {
  opacity: 0 !important;
}
.cid-v1B5enm10L .mbr-section-title {
  color: #000000;
  text-align: center;
}
.cid-v1B5eqfBpl {
  padding-top: 3rem;
  padding-bottom: 3rem;
  background-image: url("../../../assets/images/m-9000-ablak-kep-1200x917.jpg");
}
.cid-v1B5eqfBpl .mbr-fallback-image.disabled {
  display: none;
}
.cid-v1B5eqfBpl .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-v1B5eqfBpl .image-wrapper {
    margin-bottom: 1rem;
  }
}
.cid-v1B5eqfBpl img {
  border-radius: 2rem;
}
.cid-v1B5eqfBpl .row {
  flex-direction: row-reverse;
}
.cid-v1B5eqfBpl .row {
  align-items: center;
}
@media (max-width: 991px) {
  .cid-v1B5eqfBpl .image-wrapper {
    padding: 1rem;
  }
}
@media (min-width: 992px) {
  .cid-v1B5eqfBpl .text-wrapper {
    padding: 0 2rem;
  }
}
.cid-v1B5eqfBpl .mbr-section-title {
  color: #000000;
}
.cid-v1B5eqfBpl .mbr-text,
.cid-v1B5eqfBpl .mbr-section-btn {
  color: #000000;
}
.cid-v1BwhrFO3w {
  padding-top: 45px;
  padding-bottom: 30px;
  background-color: #ffffff;
}
.cid-v1BwhrFO3w .mbr-fallback-image.disabled {
  display: none;
}
.cid-v1BwhrFO3w .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-v1BwhrFO3w .mbr-iconfont {
  color: #12439d;
  font-size: 5rem;
  width: 5rem;
}
.cid-v1BwhrFO3w .iconfont-wrapper {
  display: flex;
  justify-content: center;
  align-items: center;
  height: 100%;
}
.cid-v1B5er5YUo {
  padding-top: 3rem;
  padding-bottom: 3rem;
  background-image: url("../../../assets/images/m-9000-ablak-kep-1200x917.jpg");
}
.cid-v1B5er5YUo .mbr-fallback-image.disabled {
  display: none;
}
.cid-v1B5er5YUo .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-v1B5er5YUo .image-wrapper {
    margin-bottom: 1rem;
  }
}
.cid-v1B5er5YUo img {
  border-radius: 2rem;
}
.cid-v1B5er5YUo .row {
  flex-direction: row-reverse;
}
.cid-v1B5er5YUo .row {
  align-items: center;
}
@media (max-width: 991px) {
  .cid-v1B5er5YUo .image-wrapper {
    padding: 1rem;
  }
}
@media (min-width: 992px) {
  .cid-v1B5er5YUo .text-wrapper {
    padding: 0 2rem;
  }
}
.cid-v1B5er5YUo .mbr-section-title {
  color: #000000;
}
.cid-v1B5er5YUo .mbr-text,
.cid-v1B5er5YUo .mbr-section-btn {
  color: #000000;
}
.cid-v1Bwi4hM1X {
  padding-top: 45px;
  padding-bottom: 30px;
  background-color: #ffffff;
}
.cid-v1Bwi4hM1X .mbr-fallback-image.disabled {
  display: none;
}
.cid-v1Bwi4hM1X .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-v1Bwi4hM1X .mbr-iconfont {
  color: #12439d;
  font-size: 5rem;
  width: 5rem;
}
.cid-v1Bwi4hM1X .iconfont-wrapper {
  display: flex;
  justify-content: center;
  align-items: center;
  height: 100%;
}
.cid-v1B5erlKZz {
  padding-top: 3rem;
  padding-bottom: 3rem;
  background-image: url("../../../assets/images/m-9000-ablak-kep-1200x917.jpg");
}
.cid-v1B5erlKZz .mbr-fallback-image.disabled {
  display: none;
}
.cid-v1B5erlKZz .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-v1B5erlKZz .image-wrapper {
    margin-bottom: 1rem;
  }
}
.cid-v1B5erlKZz img {
  border-radius: 2rem;
}
.cid-v1B5erlKZz .row {
  flex-direction: row-reverse;
}
.cid-v1B5erlKZz .row {
  align-items: center;
}
@media (max-width: 991px) {
  .cid-v1B5erlKZz .image-wrapper {
    padding: 1rem;
  }
}
@media (min-width: 992px) {
  .cid-v1B5erlKZz .text-wrapper {
    padding: 0 2rem;
  }
}
.cid-v1B5erlKZz .mbr-section-title {
  color: #000000;
}
.cid-v1B5erlKZz .mbr-text,
.cid-v1B5erlKZz .mbr-section-btn {
  color: #000000;
}
.cid-v1BwiEHwie {
  padding-top: 45px;
  padding-bottom: 30px;
  background-color: #ffffff;
}
.cid-v1BwiEHwie .mbr-fallback-image.disabled {
  display: none;
}
.cid-v1BwiEHwie .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-v1BwiEHwie .mbr-iconfont {
  color: #12439d;
  font-size: 5rem;
  width: 5rem;
}
.cid-v1BwiEHwie .iconfont-wrapper {
  display: flex;
  justify-content: center;
  align-items: center;
  height: 100%;
}
.cid-v1B5erAsxP {
  padding-top: 3rem;
  padding-bottom: 3rem;
  background-image: url("../../../assets/images/m-9000-ablak-kep-1200x917.jpg");
}
.cid-v1B5erAsxP .mbr-fallback-image.disabled {
  display: none;
}
.cid-v1B5erAsxP .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-v1B5erAsxP .image-wrapper {
    margin-bottom: 1rem;
  }
}
.cid-v1B5erAsxP img {
  border-radius: 2rem;
}
.cid-v1B5erAsxP .row {
  flex-direction: row-reverse;
}
.cid-v1B5erAsxP .row {
  align-items: center;
}
@media (max-width: 991px) {
  .cid-v1B5erAsxP .image-wrapper {
    padding: 1rem;
  }
}
@media (min-width: 992px) {
  .cid-v1B5erAsxP .text-wrapper {
    padding: 0 2rem;
  }
}
.cid-v1B5erAsxP .mbr-section-title {
  color: #000000;
}
.cid-v1B5erAsxP .mbr-text,
.cid-v1B5erAsxP .mbr-section-btn {
  color: #000000;
}
.cid-v1Bwj9wTn6 {
  padding-top: 45px;
  padding-bottom: 30px;
  background-color: #ffffff;
}
.cid-v1Bwj9wTn6 .mbr-fallback-image.disabled {
  display: none;
}
.cid-v1Bwj9wTn6 .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-v1Bwj9wTn6 .mbr-iconfont {
  color: #12439d;
  font-size: 5rem;
  width: 5rem;
}
.cid-v1Bwj9wTn6 .iconfont-wrapper {
  display: flex;
  justify-content: center;
  align-items: center;
  height: 100%;
}
.cid-v1B5erQi7d {
  padding-top: 3rem;
  padding-bottom: 3rem;
  background-image: url("../../../assets/images/m-9000-ablak-kep-1200x917.jpg");
}
.cid-v1B5erQi7d .mbr-fallback-image.disabled {
  display: none;
}
.cid-v1B5erQi7d .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-v1B5erQi7d .image-wrapper {
    margin-bottom: 1rem;
  }
}
.cid-v1B5erQi7d img {
  border-radius: 2rem;
}
.cid-v1B5erQi7d .row {
  flex-direction: row-reverse;
}
.cid-v1B5erQi7d .row {
  align-items: center;
}
@media (max-width: 991px) {
  .cid-v1B5erQi7d .image-wrapper {
    padding: 1rem;
  }
}
@media (min-width: 992px) {
  .cid-v1B5erQi7d .text-wrapper {
    padding: 0 2rem;
  }
}
.cid-v1B5erQi7d .mbr-section-title {
  color: #000000;
}
.cid-v1B5erQi7d .mbr-text,
.cid-v1B5erQi7d .mbr-section-btn {
  color: #000000;
}
.cid-v1B5esaWm3 {
  padding-top: 45px;
  padding-bottom: 30px;
  background-color: #ffffff;
}
.cid-v1B5esaWm3 .mbr-fallback-image.disabled {
  display: none;
}
.cid-v1B5esaWm3 .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-v1B5esaWm3 .mbr-iconfont {
  color: #12439d;
  font-size: 5rem;
  width: 5rem;
}
.cid-v1B5esaWm3 .iconfont-wrapper {
  display: flex;
  justify-content: center;
  align-items: center;
  height: 100%;
}
.cid-v1B5esrO3F {
  padding-top: 3rem;
  padding-bottom: 3rem;
  background-image: url("../../../assets/images/background1-2.jpg");
}
.cid-v1B5esrO3F .card-wrapper {
  border-radius: 4px;
  background: #fafafa;
}
@media (min-width: 992px) {
  .cid-v1B5esrO3F .card-wrapper {
    padding: 2rem;
  }
}
@media (max-width: 991px) {
  .cid-v1B5esrO3F .card-wrapper {
    padding: 1rem;
    margin-bottom: 2rem;
  }
}
.cid-v1B5esrO3F .row {
  align-items: center;
  justify-content: center;
}
@media (max-width: 767px) {
  .cid-v1B5esrO3F .row .row {
    flex-direction: column-reverse;
  }
  .cid-v1B5esrO3F .row .row .img-wrapper {
    margin-bottom: 2rem;
  }
}
.cid-v1B5esrO3F .img-wrapper img {
  width: 100%;
  object-fit: cover;
}
.cid-v1B5esrO3F .card-subtitle {
  color: #05386b;
}
.cid-v1B5esrO3F .mbr-text {
  color: #555555;
}
.cid-v1B5ethI2G {
  padding-top: 3rem;
  padding-bottom: 2rem;
  background-color: #ffffff;
}
.cid-v1B5ethI2G .main_header {
  margin-bottom: 5rem;
}
.cid-v1B5ethI2G .mbr-section-subtitle {
  margin-bottom: .75rem;
  line-height: 1;
}
.cid-v1B5ethI2G .mbr-text {
  margin-top: 1.5rem;
  letter-spacing: -0.025rem;
  color: #232323;
}
.cid-v1B5ethI2G .card_wrapper {
  height: 100%;
  margin-bottom: 3.5rem;
  cursor: pointer;
}
.cid-v1B5ethI2G .item-img {
  position: relative;
  transition: box-shadow 0.2s ease-in, transform 0.2s ease-in;
}
.cid-v1B5ethI2G .item-img:hover {
  transform: scale(1.02, 1.02);
  box-shadow: 0 0 15px -1px rgba(0, 0, 0, 0.4);
}
.cid-v1B5ethI2G .item-img:before {
  position: absolute;
  content: ' ';
  display: block;
  z-index: 1;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  background-image: linear-gradient(to bottom, rgba(0, 0, 0, 0) 0%, rgba(0, 0, 0, 0) 10%, rgba(0, 0, 0, 0.5) 100%);
  pointer-events: none;
}
.cid-v1B5ethI2G img,
.cid-v1B5ethI2G .item-img {
  width: 100%;
  transition: all 0.5s cubic-bezier(0.4, 0, 0.2, 1);
}
.cid-v1B5ethI2G .card_content {
  position: absolute;
  bottom: 0;
  left: 0;
  width: 100%;
  z-index: 5;
  padding: 20px;
  display: flex;
  justify-content: space-between;
  flex-direction: column;
}
.cid-v1B5ethI2G .card_info {
  display: flex;
  justify-content: space-between;
  align-items: flex-end;
}
.cid-v1B5ethI2G .card_text {
  padding-top: 5px;
  color: #eae8e4;
  text-align: center;
}
.cid-v1B5ethI2G .card-number {
  min-width: 48px;
  color: #eae8e4;
  text-align: right;
}
.cid-v1B5ethI2G .list_content {
  display: flex;
  justify-content: space-between;
  padding: 14px 0;
  border-top: 1px dotted rgba(55, 60, 66, 0.5);
}
.cid-v1B5ethI2G .list_content:nth-child(1) {
  border: none;
}
.cid-v1B5ethI2G .list_date {
  min-width: 130px;
}
.cid-v1B5ethI2G .list_text {
  padding: 0 1rem;
}
.cid-v1B5ethI2G .list_number {
  min-width: 50px;
  text-align: center;
}
@media (max-width: 767px) {
  .cid-v1B5ethI2G .main_header {
    margin-bottom: 2.5rem;
  }
  .cid-v1B5ethI2G .mbr-section-subtitle {
    margin-bottom: .25rem;
  }
  .cid-v1B5ethI2G .mbr-text {
    margin-top: .75rem;
  }
  .cid-v1B5ethI2G .card_wrapper {
    margin-bottom: 1.75rem;
  }
  .cid-v1B5ethI2G .item-img,
  .cid-v1B5ethI2G img {
    max-height: 200px;
  }
  .cid-v1B5ethI2G .list_content {
    flex-direction: column-reverse;
    padding: 14px 0;
  }
  .cid-v1B5ethI2G .list_text {
    padding: 5px 0;
  }
  .cid-v1B5ethI2G .list_number {
    text-align: left;
  }
}
.cid-v1B5ethI2G .card_title {
  text-align: center;
}
.cid-v1B5ethI2G .mbr-section-title {
  color: #232323;
}
.cid-v1B5eu16ha {
  padding-top: 45px;
  padding-bottom: 30px;
  background-color: #232323;
}
@media (max-width: 767px) {
  .cid-v1B5eu16ha .content {
    text-align: center;
  }
  .cid-v1B5eu16ha .content > div:not(:last-child) {
    margin-bottom: 2rem;
  }
}
.cid-v1B5eu16ha .map {
  height: 18.75rem;
}
@media (max-width: 767px) {
  .cid-v1B5eu16ha .footer-lower .copyright {
    margin-bottom: 1rem;
    text-align: center;
  }
}
.cid-v1B5eu16ha .footer-lower hr {
  margin: 1rem 0;
  border-color: #fff;
  opacity: 0.05;
}
.cid-v1B5eu16ha .google-map {
  height: 25rem;
  position: relative;
}
.cid-v1B5eu16ha .google-map iframe {
  height: 100%;
  width: 100%;
}
.cid-v1B5eu16ha .google-map [data-state-details] {
  color: #6b6763;
  font-family: Montserrat;
  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-v1B5eu16ha .google-map[data-state] {
  background: #e9e5dc;
}
.cid-v1B5eu16ha .google-map[data-state="loading"] [data-state-details] {
  display: none;
}
.cid-v1B5eu16ha .social-list {
  padding-left: 0;
  margin-bottom: 0;
  margin-left: -7px;
  list-style: none;
  display: flex;
  -webkit-justify-content: flex-start;
  justify-content: flex-start;
  -webkit-flex-wrap: wrap;
  flex-wrap: wrap;
}
.cid-v1B5eu16ha .social-list .mbr-iconfont-social {
  font-size: 1.3rem;
  color: #fff;
}
.cid-v1B5eu16ha .social-list .soc-item {
  margin: 0 0.5rem;
}
.cid-v1B5eu16ha .social-list a {
  margin: 0;
  opacity: 0.5;
  -webkit-transition: 0.2s linear;
  transition: 0.2s linear;
}
.cid-v1B5eu16ha .social-list a:hover {
  opacity: 1;
}
@media (max-width: 767px) {
  .cid-v1B5eu16ha .social-list {
    -webkit-justify-content: center;
    justify-content: center;
  }
}
.cid-v1B5eu16ha .list {
  list-style-type: none;
  padding: 0;
}
.cid-v1B5eu16ha .mbr-text {
  color: #f2702f;
}
.cid-v1B5euxX7L {
  padding-top: 2rem;
  padding-bottom: 2rem;
  background-color: #ffffff;
}
.cid-v1B5euxX7L ul {
  list-style: none;
  margin: 0;
  padding-left: 1.6rem;
}
.cid-v1B5euxX7L li {
  position: relative;
  margin-bottom: 0.625rem;
  display: inline-block;
}
.cid-v1B5euxX7L ul li::before {
  position: absolute;
  left: -1.6rem;
  top: 0.625rem;
  content: "";
  width: 10px;
  height: 10px;
  border-radius: 50%;
  background-color: #000000;
}
.cid-v1B5euxX7L .mbr-section-subtitle {
  margin-bottom: 0.625rem;
}
.cid-v1B5euxX7L .list-title {
  margin-top: 1.5625rem;
  margin-bottom: 1.125rem;
}
.cid-v1B5euxX7L .mbr-social-linkes {
  margin-top: 0.5rem;
}
.cid-v1B5euxX7L .mbr-social-linkes a {
  display: inline-block;
  color: #000000;
}
.cid-v1B5euxX7L .mbr-social-linkes span {
  display: flex;
  align-items: center;
  justify-content: center;
  border-radius: 50%;
  border: 1px solid #9e9e9e;
  width: 36px;
  height: 36px;
  margin-left: 0.4375rem;
  margin-right: 0.4375rem;
  transition: 0.3s ease-out;
}
.cid-v1B5euxX7L .mbr-social-linkes span:hover {
  border-color: #f23801;
  color: #f23801;
}
.cid-v1B5euxX7L .mbr-section-link {
  margin-bottom: 30px;
}
.cid-v1B5euxX7L .mbr-section-tag {
  color: #9e9e9e;
  margin-bottom: 0.4375rem;
  text-align: left;
}
.cid-v1B5euxX7L .mbr-section-tag,
.cid-v1B5euxX7L .mbr-section-link {
  text-align: center;
}
.cid-v1B5euxX7L .mbr-section-tag,
.cid-v1B5euxX7L .mbr-section-link,
.cid-v1B5euxX7L .mbr-social-linkes {
  text-align: left;
  color: #4e0e0e;
}
.cid-v1B5euxX7L .mbr-fallback-image.disabled {
  display: none;
}
.cid-v1B5euxX7L .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-v1B9NaOJHa {
  z-index: 1000;
  width: 100%;
  position: relative;
  min-height: 60px;
}
.cid-v1B9NaOJHa nav.navbar {
  position: fixed;
}
.cid-v1B9NaOJHa .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-v1B9NaOJHa .dropdown-menu {
  padding: 0;
  border-radius: 4px;
  box-shadow: 0 1px 3px 0 rgba(0, 0, 0, 0.1);
}
.cid-v1B9NaOJHa .dropdown-item {
  border-bottom: 1px solid #e6e6e6;
}
.cid-v1B9NaOJHa .dropdown-item:hover,
.cid-v1B9NaOJHa .dropdown-item:focus {
  background: #f2702f !important;
  color: white !important;
}
.cid-v1B9NaOJHa .dropdown-item:first-child {
  border-top-left-radius: 4px;
  border-top-right-radius: 4px;
}
.cid-v1B9NaOJHa .dropdown-item:last-child {
  border-bottom: none;
  border-bottom-left-radius: 4px;
  border-bottom-right-radius: 4px;
}
.cid-v1B9NaOJHa .nav-dropdown .link {
  padding: 0 0.3em !important;
  margin: 0.667em 1em !important;
  color: #000;
}
.cid-v1B9NaOJHa .nav-dropdown .link.dropdown-toggle::after {
  margin-left: 0.5rem;
  margin-top: 0.2rem;
}
.cid-v1B9NaOJHa .nav-link {
  position: relative;
}
.cid-v1B9NaOJHa .container {
  display: flex;
  margin: auto;
}
.cid-v1B9NaOJHa .iconfont-wrapper {
  color: #000000 !important;
  font-size: 1.5rem;
  padding-right: 0.5rem;
}
.cid-v1B9NaOJHa .dropdown-menu,
.cid-v1B9NaOJHa .navbar.opened {
  background: #ffffff !important;
}
.cid-v1B9NaOJHa .nav-item:focus,
.cid-v1B9NaOJHa .nav-link:focus {
  outline: none;
}
.cid-v1B9NaOJHa .dropdown .dropdown-menu .dropdown-item {
  width: auto;
  transition: all 0.25s ease-in-out;
}
.cid-v1B9NaOJHa .dropdown .dropdown-menu .dropdown-item::after {
  right: 0.5rem;
}
.cid-v1B9NaOJHa .dropdown .dropdown-menu .dropdown-item .mbr-iconfont {
  margin-right: 0.5rem;
  vertical-align: sub;
}
.cid-v1B9NaOJHa .dropdown .dropdown-menu .dropdown-item .mbr-iconfont:before {
  display: inline-block;
  transform: scale(1, 1);
  transition: all 0.25s ease-in-out;
}
.cid-v1B9NaOJHa .collapsed .dropdown-menu .dropdown-item:before {
  display: none;
}
.cid-v1B9NaOJHa .collapsed .dropdown .dropdown-menu .dropdown-item {
  padding: 0.235em 1.5em 0.235em 1.5em !important;
  transition: none;
  margin: 0 !important;
}
.cid-v1B9NaOJHa .navbar {
  min-height: 70px;
  transition: all 0.3s;
  border-bottom: 1px solid transparent;
  box-shadow: 0 1px 3px 0 rgba(0, 0, 0, 0.1);
  background: #ffffff;
}
.cid-v1B9NaOJHa .navbar.opened {
  transition: all 0.3s;
}
.cid-v1B9NaOJHa .navbar .dropdown-item {
  padding: 0.5rem 1.8rem;
}
.cid-v1B9NaOJHa .navbar .navbar-logo img {
  width: auto;
}
.cid-v1B9NaOJHa .navbar .navbar-collapse {
  justify-content: flex-end;
  z-index: 1;
}
.cid-v1B9NaOJHa .navbar.collapsed {
  justify-content: center;
}
.cid-v1B9NaOJHa .navbar.collapsed .nav-item .nav-link::before {
  display: none;
}
.cid-v1B9NaOJHa .navbar.collapsed.opened .dropdown-menu {
  top: 0;
}
@media (min-width: 992px) {
  .cid-v1B9NaOJHa .navbar.collapsed.opened:not(.navbar-short) .navbar-collapse {
    max-height: calc(98.5vh - 2.8rem);
  }
}
.cid-v1B9NaOJHa .navbar.collapsed .dropdown-menu .dropdown-submenu {
  left: 0 !important;
}
.cid-v1B9NaOJHa .navbar.collapsed .dropdown-menu .dropdown-item:after {
  right: auto;
}
.cid-v1B9NaOJHa .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-v1B9NaOJHa .navbar.collapsed ul.navbar-nav li {
  margin: auto;
}
.cid-v1B9NaOJHa .navbar.collapsed .dropdown-menu .dropdown-item {
  padding: 0.25rem 1.5rem;
  text-align: center;
}
.cid-v1B9NaOJHa .navbar.collapsed .icons-menu {
  padding-left: 0;
  padding-right: 0;
  padding-top: 0.5rem;
  padding-bottom: 0.5rem;
}
@media (max-width: 991px) {
  .cid-v1B9NaOJHa .navbar .nav-item .nav-link::before {
    display: none;
  }
  .cid-v1B9NaOJHa .navbar.opened .dropdown-menu {
    top: 0;
  }
  .cid-v1B9NaOJHa .navbar .dropdown-menu .dropdown-submenu {
    left: 0 !important;
  }
  .cid-v1B9NaOJHa .navbar .dropdown-menu .dropdown-item:after {
    right: auto;
  }
  .cid-v1B9NaOJHa .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-v1B9NaOJHa .navbar .navbar-logo img {
    height: 3rem !important;
  }
  .cid-v1B9NaOJHa .navbar ul.navbar-nav li {
    margin: auto;
  }
  .cid-v1B9NaOJHa .navbar .dropdown-menu .dropdown-item {
    padding: 0.25rem 1.5rem !important;
    text-align: center;
  }
  .cid-v1B9NaOJHa .navbar .navbar-brand {
    flex-shrink: initial;
    flex-basis: auto;
    word-break: break-word;
    padding-right: 2rem;
  }
  .cid-v1B9NaOJHa .navbar .navbar-toggler {
    flex-basis: auto;
  }
  .cid-v1B9NaOJHa .navbar .icons-menu {
    padding-left: 0;
    padding-top: 0.5rem;
    padding-bottom: 0.5rem;
  }
}
.cid-v1B9NaOJHa .navbar.navbar-short {
  min-height: 60px;
}
.cid-v1B9NaOJHa .navbar.navbar-short .navbar-logo img {
  height: 2.5rem !important;
}
.cid-v1B9NaOJHa .navbar.navbar-short .navbar-brand {
  min-height: 60px;
  padding: 0;
}
.cid-v1B9NaOJHa .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-v1B9NaOJHa .navbar-brand .navbar-caption {
  line-height: inherit !important;
}
.cid-v1B9NaOJHa .navbar-brand .navbar-logo a {
  outline: none;
}
.cid-v1B9NaOJHa .dropdown-item.active,
.cid-v1B9NaOJHa .dropdown-item:active {
  background-color: transparent;
}
.cid-v1B9NaOJHa .navbar-expand-lg .navbar-nav .nav-link {
  padding: 0;
}
.cid-v1B9NaOJHa .nav-dropdown .link.dropdown-toggle {
  margin-right: 1.667em;
}
.cid-v1B9NaOJHa .nav-dropdown .link.dropdown-toggle[aria-expanded="true"] {
  margin-right: 0;
  padding: 0.667em 1.667em;
}
.cid-v1B9NaOJHa .navbar.navbar-expand-lg .dropdown .dropdown-menu {
  background: #ffffff;
}
.cid-v1B9NaOJHa .navbar.navbar-expand-lg .dropdown .dropdown-menu .dropdown-submenu {
  margin: 0;
  left: 100%;
}
.cid-v1B9NaOJHa .navbar .dropdown.open > .dropdown-menu {
  display: block;
}
.cid-v1B9NaOJHa ul.navbar-nav {
  flex-wrap: wrap;
}
.cid-v1B9NaOJHa .navbar-buttons {
  text-align: center;
  min-width: 170px;
}
.cid-v1B9NaOJHa button.navbar-toggler {
  outline: none;
  width: 31px;
  height: 20px;
  cursor: pointer;
  transition: all 0.2s;
  position: relative;
  align-self: center;
}
.cid-v1B9NaOJHa button.navbar-toggler .hamburger span {
  position: absolute;
  right: 0;
  width: 30px;
  height: 2px;
  border-right: 5px;
  background-color: #ffffff;
}
.cid-v1B9NaOJHa button.navbar-toggler .hamburger span:nth-child(1) {
  top: 0;
  transition: all 0.2s;
}
.cid-v1B9NaOJHa button.navbar-toggler .hamburger span:nth-child(2) {
  top: 8px;
  transition: all 0.15s;
}
.cid-v1B9NaOJHa button.navbar-toggler .hamburger span:nth-child(3) {
  top: 8px;
  transition: all 0.15s;
}
.cid-v1B9NaOJHa button.navbar-toggler .hamburger span:nth-child(4) {
  top: 16px;
  transition: all 0.2s;
}
.cid-v1B9NaOJHa nav.opened .hamburger span:nth-child(1) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-v1B9NaOJHa nav.opened .hamburger span:nth-child(2) {
  transform: rotate(45deg);
  transition: all 0.25s;
}
.cid-v1B9NaOJHa nav.opened .hamburger span:nth-child(3) {
  transform: rotate(-45deg);
  transition: all 0.25s;
}
.cid-v1B9NaOJHa nav.opened .hamburger span:nth-child(4) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-v1B9NaOJHa .navbar-dropdown {
  padding: .7rem 1rem;
  position: fixed;
}
.cid-v1B9NaOJHa a.nav-link {
  display: flex;
  align-items: center;
  justify-content: center;
}
.cid-v1B9NaOJHa .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-v1B9NaOJHa .navbar {
    height: 70px;
  }
  .cid-v1B9NaOJHa .navbar.opened {
    height: auto;
  }
  .cid-v1B9NaOJHa .nav-item .nav-link:hover::before {
    width: 175%;
    max-width: calc(100% + 2rem);
    left: -1rem;
  }
}
.cid-v1B9NbcpeV {
  background-image: url("../../../assets/images/mbr-1-1920x1280.jpg");
}
.cid-v1B9NbcpeV .mbr-section-title {
  text-align: center;
  color: #ffffff;
}
.cid-v1B9NbcpeV .mbr-section-title a {
  font-weight: 600;
}
.cid-v1B9NbcpeV .mbr-section-title a:hover {
  background: none !important;
}
.cid-v1B9NbcpeV .mbr-text,
.cid-v1B9NbcpeV .mbr-section-btn {
  text-align: center;
  color: #ffffff;
}
.cid-v1B9NbcpeV .mbr-section-subtitle {
  color: #ffffff;
  text-align: center;
}
.cid-v1B9NbcpeV .mbr-fallback-image.disabled {
  display: none;
}
.cid-v1B9NbcpeV .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-v1B9NbxhX5 {
  padding-top: 1rem;
  padding-bottom: 2rem;
  background-color: #ffffff;
}
.cid-v1B9NbxhX5 .mbr-fallback-image.disabled {
  display: none;
}
.cid-v1B9NbxhX5 .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-v1B9NbxhX5 .title-wrapper .mbr-section-title {
  margin-bottom: 40px;
}
@media (max-width: 992px) {
  .cid-v1B9NbxhX5 .title-wrapper .mbr-section-title {
    margin-bottom: 30px;
  }
}
.cid-v1B9NbxhX5 .embla__slide {
  display: flex;
  justify-content: center;
  position: relative;
  min-width: 220px;
  max-width: 220px;
}
@media (max-width: 767px) {
  .cid-v1B9NbxhX5 .embla__slide {
    min-width: 100%;
    max-width: 100%;
  }
}
.cid-v1B9NbxhX5 .embla__slide .slide-content {
  width: 100%;
}
.cid-v1B9NbxhX5 .embla__slide .slide-content:hover .item-wrapper,
.cid-v1B9NbxhX5 .embla__slide .slide-content:focus .item-wrapper {
  background-color: #ffffff;
}
.cid-v1B9NbxhX5 .embla__slide .slide-content .item-wrapper {
  display: flex;
  align-items: center;
  justify-content: center;
  height: 140px;
  transition: all 0.3s ease-in-out;
  padding: 0 20px;
}
.cid-v1B9NbxhX5 .embla__slide .slide-content .item-wrapper .item-img img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.cid-v1B9NbxhX5 .embla__button--next,
.cid-v1B9NbxhX5 .embla__button--prev {
  display: flex;
}
.cid-v1B9NbxhX5 .embla__button {
  bottom: 0;
  width: 60px;
  height: 60px;
  font-size: 18px;
  background-color: #000000 !important;
  color: #ffffff !important;
  border: none !important;
  border-radius: 50%;
  transition: all 0.3s;
  position: absolute;
  display: flex;
  justify-content: center;
  align-items: center;
  opacity: 1 !important;
  display: none;
}
.cid-v1B9NbxhX5 .embla__button:hover {
  background-color: #e4ed64 !important;
  color: #000000 !important;
}
.cid-v1B9NbxhX5 .embla__button.embla__button--prev {
  left: 0;
}
.cid-v1B9NbxhX5 .embla__button.embla__button--next {
  right: 0;
}
.cid-v1B9NbxhX5 .embla {
  position: relative;
  width: 100%;
}
.cid-v1B9NbxhX5 .embla__viewport {
  overflow: hidden;
  width: 100%;
  margin-right: 1rem;
}
.cid-v1B9NbxhX5 .embla__viewport.is-draggable {
  cursor: grab;
}
.cid-v1B9NbxhX5 .embla__viewport.is-dragging {
  cursor: grabbing;
}
.cid-v1B9NbxhX5 .embla__container {
  display: flex;
  user-select: none;
  -webkit-touch-callout: none;
  -khtml-user-select: none;
  -webkit-tap-highlight-color: transparent;
}
.cid-v1B9NbxhX5 .item-menu-overlay {
  opacity: 0 !important;
}
.cid-v1B9NbxhX5 .mbr-section-title {
  color: #000000;
  text-align: center;
}
.cid-v1B9NcF31b {
  padding-top: 2rem;
  padding-bottom: 0rem;
  background-color: #ffffff;
}
.cid-v1B9NcF31b .mbr-section-title {
  color: #232323;
}
.cid-v1B9NcF31b .mbr-section-subtitle {
  color: #05386b;
}
.cid-v1BBXpiofW {
  padding-top: 3rem;
  padding-bottom: 3rem;
  background-image: url("../../../assets/images/m-9000-ablak-kep-1200x917.jpg");
}
.cid-v1BBXpiofW .mbr-fallback-image.disabled {
  display: none;
}
.cid-v1BBXpiofW .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-v1BBXpiofW .image-wrapper {
    margin-bottom: 1rem;
  }
}
.cid-v1BBXpiofW img {
  border-radius: 2rem;
}
.cid-v1BBXpiofW .row {
  flex-direction: row-reverse;
}
.cid-v1BBXpiofW .row {
  align-items: center;
}
@media (max-width: 991px) {
  .cid-v1BBXpiofW .image-wrapper {
    padding: 1rem;
  }
}
@media (min-width: 992px) {
  .cid-v1BBXpiofW .text-wrapper {
    padding: 0 2rem;
  }
}
.cid-v1BBXpiofW .mbr-section-title {
  color: #ffffff;
}
.cid-v1BBXpiofW .mbr-text,
.cid-v1BBXpiofW .mbr-section-btn {
  color: #ffffff;
}
.cid-v1BBY6wr71 {
  padding-top: 3rem;
  padding-bottom: 3rem;
  background-image: url("../../../assets/images/m-9000-ablak-kep-1200x917.jpg");
}
.cid-v1BBY6wr71 .mbr-fallback-image.disabled {
  display: none;
}
.cid-v1BBY6wr71 .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-v1BBY6wr71 .image-wrapper {
    margin-bottom: 1rem;
  }
}
.cid-v1BBY6wr71 img {
  border-radius: 2rem;
}
.cid-v1BBY6wr71 .row {
  flex-direction: row-reverse;
}
.cid-v1BBY6wr71 .row {
  align-items: center;
}
@media (max-width: 991px) {
  .cid-v1BBY6wr71 .image-wrapper {
    padding: 1rem;
  }
}
@media (min-width: 992px) {
  .cid-v1BBY6wr71 .text-wrapper {
    padding: 0 2rem;
  }
}
.cid-v1BBY6wr71 .mbr-section-title {
  color: #ffffff;
}
.cid-v1BBY6wr71 .mbr-text,
.cid-v1BBY6wr71 .mbr-section-btn {
  color: #ffffff;
}
.cid-v1B9Nf8ENe {
  padding-top: 3rem;
  padding-bottom: 2rem;
  background-color: #ffffff;
}
.cid-v1B9Nf8ENe .main_header {
  margin-bottom: 5rem;
}
.cid-v1B9Nf8ENe .mbr-section-subtitle {
  margin-bottom: .75rem;
  line-height: 1;
}
.cid-v1B9Nf8ENe .mbr-text {
  margin-top: 1.5rem;
  letter-spacing: -0.025rem;
  color: #232323;
}
.cid-v1B9Nf8ENe .card_wrapper {
  height: 100%;
  margin-bottom: 3.5rem;
  cursor: pointer;
}
.cid-v1B9Nf8ENe .item-img {
  position: relative;
  transition: box-shadow 0.2s ease-in, transform 0.2s ease-in;
}
.cid-v1B9Nf8ENe .item-img:hover {
  transform: scale(1.02, 1.02);
  box-shadow: 0 0 15px -1px rgba(0, 0, 0, 0.4);
}
.cid-v1B9Nf8ENe .item-img:before {
  position: absolute;
  content: ' ';
  display: block;
  z-index: 1;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  background-image: linear-gradient(to bottom, rgba(0, 0, 0, 0) 0%, rgba(0, 0, 0, 0) 10%, rgba(0, 0, 0, 0.5) 100%);
  pointer-events: none;
}
.cid-v1B9Nf8ENe img,
.cid-v1B9Nf8ENe .item-img {
  width: 100%;
  transition: all 0.5s cubic-bezier(0.4, 0, 0.2, 1);
}
.cid-v1B9Nf8ENe .card_content {
  position: absolute;
  bottom: 0;
  left: 0;
  width: 100%;
  z-index: 5;
  padding: 20px;
  display: flex;
  justify-content: space-between;
  flex-direction: column;
}
.cid-v1B9Nf8ENe .card_info {
  display: flex;
  justify-content: space-between;
  align-items: flex-end;
}
.cid-v1B9Nf8ENe .card_text {
  padding-top: 5px;
  color: #eae8e4;
  text-align: center;
}
.cid-v1B9Nf8ENe .card-number {
  min-width: 48px;
  color: #eae8e4;
  text-align: right;
}
.cid-v1B9Nf8ENe .list_content {
  display: flex;
  justify-content: space-between;
  padding: 14px 0;
  border-top: 1px dotted rgba(55, 60, 66, 0.5);
}
.cid-v1B9Nf8ENe .list_content:nth-child(1) {
  border: none;
}
.cid-v1B9Nf8ENe .list_date {
  min-width: 130px;
}
.cid-v1B9Nf8ENe .list_text {
  padding: 0 1rem;
}
.cid-v1B9Nf8ENe .list_number {
  min-width: 50px;
  text-align: center;
}
@media (max-width: 767px) {
  .cid-v1B9Nf8ENe .main_header {
    margin-bottom: 2.5rem;
  }
  .cid-v1B9Nf8ENe .mbr-section-subtitle {
    margin-bottom: .25rem;
  }
  .cid-v1B9Nf8ENe .mbr-text {
    margin-top: .75rem;
  }
  .cid-v1B9Nf8ENe .card_wrapper {
    margin-bottom: 1.75rem;
  }
  .cid-v1B9Nf8ENe .item-img,
  .cid-v1B9Nf8ENe img {
    max-height: 200px;
  }
  .cid-v1B9Nf8ENe .list_content {
    flex-direction: column-reverse;
    padding: 14px 0;
  }
  .cid-v1B9Nf8ENe .list_text {
    padding: 5px 0;
  }
  .cid-v1B9Nf8ENe .list_number {
    text-align: left;
  }
}
.cid-v1B9Nf8ENe .card_title {
  text-align: center;
}
.cid-v1B9Nf8ENe .mbr-section-title {
  color: #232323;
}
.cid-v1B9NfN9iO {
  padding-top: 45px;
  padding-bottom: 30px;
  background-color: #232323;
}
@media (max-width: 767px) {
  .cid-v1B9NfN9iO .content {
    text-align: center;
  }
  .cid-v1B9NfN9iO .content > div:not(:last-child) {
    margin-bottom: 2rem;
  }
}
.cid-v1B9NfN9iO .map {
  height: 18.75rem;
}
@media (max-width: 767px) {
  .cid-v1B9NfN9iO .footer-lower .copyright {
    margin-bottom: 1rem;
    text-align: center;
  }
}
.cid-v1B9NfN9iO .footer-lower hr {
  margin: 1rem 0;
  border-color: #fff;
  opacity: 0.05;
}
.cid-v1B9NfN9iO .google-map {
  height: 25rem;
  position: relative;
}
.cid-v1B9NfN9iO .google-map iframe {
  height: 100%;
  width: 100%;
}
.cid-v1B9NfN9iO .google-map [data-state-details] {
  color: #6b6763;
  font-family: Montserrat;
  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-v1B9NfN9iO .google-map[data-state] {
  background: #e9e5dc;
}
.cid-v1B9NfN9iO .google-map[data-state="loading"] [data-state-details] {
  display: none;
}
.cid-v1B9NfN9iO .social-list {
  padding-left: 0;
  margin-bottom: 0;
  margin-left: -7px;
  list-style: none;
  display: flex;
  -webkit-justify-content: flex-start;
  justify-content: flex-start;
  -webkit-flex-wrap: wrap;
  flex-wrap: wrap;
}
.cid-v1B9NfN9iO .social-list .mbr-iconfont-social {
  font-size: 1.3rem;
  color: #fff;
}
.cid-v1B9NfN9iO .social-list .soc-item {
  margin: 0 0.5rem;
}
.cid-v1B9NfN9iO .social-list a {
  margin: 0;
  opacity: 0.5;
  -webkit-transition: 0.2s linear;
  transition: 0.2s linear;
}
.cid-v1B9NfN9iO .social-list a:hover {
  opacity: 1;
}
@media (max-width: 767px) {
  .cid-v1B9NfN9iO .social-list {
    -webkit-justify-content: center;
    justify-content: center;
  }
}
.cid-v1B9NfN9iO .list {
  list-style-type: none;
  padding: 0;
}
.cid-v1B9NfN9iO .mbr-text {
  color: #f2702f;
}
.cid-v1B9Ngh5cy {
  padding-top: 2rem;
  padding-bottom: 2rem;
  background-color: #ffffff;
}
.cid-v1B9Ngh5cy ul {
  list-style: none;
  margin: 0;
  padding-left: 1.6rem;
}
.cid-v1B9Ngh5cy li {
  position: relative;
  margin-bottom: 0.625rem;
  display: inline-block;
}
.cid-v1B9Ngh5cy ul li::before {
  position: absolute;
  left: -1.6rem;
  top: 0.625rem;
  content: "";
  width: 10px;
  height: 10px;
  border-radius: 50%;
  background-color: #000000;
}
.cid-v1B9Ngh5cy .mbr-section-subtitle {
  margin-bottom: 0.625rem;
}
.cid-v1B9Ngh5cy .list-title {
  margin-top: 1.5625rem;
  margin-bottom: 1.125rem;
}
.cid-v1B9Ngh5cy .mbr-social-linkes {
  margin-top: 0.5rem;
}
.cid-v1B9Ngh5cy .mbr-social-linkes a {
  display: inline-block;
  color: #000000;
}
.cid-v1B9Ngh5cy .mbr-social-linkes span {
  display: flex;
  align-items: center;
  justify-content: center;
  border-radius: 50%;
  border: 1px solid #9e9e9e;
  width: 36px;
  height: 36px;
  margin-left: 0.4375rem;
  margin-right: 0.4375rem;
  transition: 0.3s ease-out;
}
.cid-v1B9Ngh5cy .mbr-social-linkes span:hover {
  border-color: #f23801;
  color: #f23801;
}
.cid-v1B9Ngh5cy .mbr-section-link {
  margin-bottom: 30px;
}
.cid-v1B9Ngh5cy .mbr-section-tag {
  color: #9e9e9e;
  margin-bottom: 0.4375rem;
  text-align: left;
}
.cid-v1B9Ngh5cy .mbr-section-tag,
.cid-v1B9Ngh5cy .mbr-section-link {
  text-align: center;
}
.cid-v1B9Ngh5cy .mbr-section-tag,
.cid-v1B9Ngh5cy .mbr-section-link,
.cid-v1B9Ngh5cy .mbr-social-linkes {
  text-align: left;
  color: #4e0e0e;
}
.cid-v1B9Ngh5cy .mbr-fallback-image.disabled {
  display: none;
}
.cid-v1B9Ngh5cy .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uXpNjOUSca {
  z-index: 1000;
  width: 100%;
  position: relative;
  min-height: 60px;
}
.cid-uXpNjOUSca nav.navbar {
  position: fixed;
}
.cid-uXpNjOUSca .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-uXpNjOUSca .dropdown-menu {
  padding: 0;
  border-radius: 4px;
  box-shadow: 0 1px 3px 0 rgba(0, 0, 0, 0.1);
}
.cid-uXpNjOUSca .dropdown-item {
  border-bottom: 1px solid #e6e6e6;
}
.cid-uXpNjOUSca .dropdown-item:hover,
.cid-uXpNjOUSca .dropdown-item:focus {
  background: #f2702f !important;
  color: white !important;
}
.cid-uXpNjOUSca .dropdown-item:first-child {
  border-top-left-radius: 4px;
  border-top-right-radius: 4px;
}
.cid-uXpNjOUSca .dropdown-item:last-child {
  border-bottom: none;
  border-bottom-left-radius: 4px;
  border-bottom-right-radius: 4px;
}
.cid-uXpNjOUSca .nav-dropdown .link {
  padding: 0 0.3em !important;
  margin: 0.667em 1em !important;
  color: #000;
}
.cid-uXpNjOUSca .nav-dropdown .link.dropdown-toggle::after {
  margin-left: 0.5rem;
  margin-top: 0.2rem;
}
.cid-uXpNjOUSca .nav-link {
  position: relative;
}
.cid-uXpNjOUSca .container {
  display: flex;
  margin: auto;
}
.cid-uXpNjOUSca .iconfont-wrapper {
  color: #000000 !important;
  font-size: 1.5rem;
  padding-right: 0.5rem;
}
.cid-uXpNjOUSca .dropdown-menu,
.cid-uXpNjOUSca .navbar.opened {
  background: #ffffff !important;
}
.cid-uXpNjOUSca .nav-item:focus,
.cid-uXpNjOUSca .nav-link:focus {
  outline: none;
}
.cid-uXpNjOUSca .dropdown .dropdown-menu .dropdown-item {
  width: auto;
  transition: all 0.25s ease-in-out;
}
.cid-uXpNjOUSca .dropdown .dropdown-menu .dropdown-item::after {
  right: 0.5rem;
}
.cid-uXpNjOUSca .dropdown .dropdown-menu .dropdown-item .mbr-iconfont {
  margin-right: 0.5rem;
  vertical-align: sub;
}
.cid-uXpNjOUSca .dropdown .dropdown-menu .dropdown-item .mbr-iconfont:before {
  display: inline-block;
  transform: scale(1, 1);
  transition: all 0.25s ease-in-out;
}
.cid-uXpNjOUSca .collapsed .dropdown-menu .dropdown-item:before {
  display: none;
}
.cid-uXpNjOUSca .collapsed .dropdown .dropdown-menu .dropdown-item {
  padding: 0.235em 1.5em 0.235em 1.5em !important;
  transition: none;
  margin: 0 !important;
}
.cid-uXpNjOUSca .navbar {
  min-height: 70px;
  transition: all 0.3s;
  border-bottom: 1px solid transparent;
  box-shadow: 0 1px 3px 0 rgba(0, 0, 0, 0.1);
  background: #ffffff;
}
.cid-uXpNjOUSca .navbar.opened {
  transition: all 0.3s;
}
.cid-uXpNjOUSca .navbar .dropdown-item {
  padding: 0.5rem 1.8rem;
}
.cid-uXpNjOUSca .navbar .navbar-logo img {
  width: auto;
}
.cid-uXpNjOUSca .navbar .navbar-collapse {
  justify-content: flex-end;
  z-index: 1;
}
.cid-uXpNjOUSca .navbar.collapsed {
  justify-content: center;
}
.cid-uXpNjOUSca .navbar.collapsed .nav-item .nav-link::before {
  display: none;
}
.cid-uXpNjOUSca .navbar.collapsed.opened .dropdown-menu {
  top: 0;
}
@media (min-width: 992px) {
  .cid-uXpNjOUSca .navbar.collapsed.opened:not(.navbar-short) .navbar-collapse {
    max-height: calc(98.5vh - 2.8rem);
  }
}
.cid-uXpNjOUSca .navbar.collapsed .dropdown-menu .dropdown-submenu {
  left: 0 !important;
}
.cid-uXpNjOUSca .navbar.collapsed .dropdown-menu .dropdown-item:after {
  right: auto;
}
.cid-uXpNjOUSca .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-uXpNjOUSca .navbar.collapsed ul.navbar-nav li {
  margin: auto;
}
.cid-uXpNjOUSca .navbar.collapsed .dropdown-menu .dropdown-item {
  padding: 0.25rem 1.5rem;
  text-align: center;
}
.cid-uXpNjOUSca .navbar.collapsed .icons-menu {
  padding-left: 0;
  padding-right: 0;
  padding-top: 0.5rem;
  padding-bottom: 0.5rem;
}
@media (max-width: 991px) {
  .cid-uXpNjOUSca .navbar .nav-item .nav-link::before {
    display: none;
  }
  .cid-uXpNjOUSca .navbar.opened .dropdown-menu {
    top: 0;
  }
  .cid-uXpNjOUSca .navbar .dropdown-menu .dropdown-submenu {
    left: 0 !important;
  }
  .cid-uXpNjOUSca .navbar .dropdown-menu .dropdown-item:after {
    right: auto;
  }
  .cid-uXpNjOUSca .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-uXpNjOUSca .navbar .navbar-logo img {
    height: 3rem !important;
  }
  .cid-uXpNjOUSca .navbar ul.navbar-nav li {
    margin: auto;
  }
  .cid-uXpNjOUSca .navbar .dropdown-menu .dropdown-item {
    padding: 0.25rem 1.5rem !important;
    text-align: center;
  }
  .cid-uXpNjOUSca .navbar .navbar-brand {
    flex-shrink: initial;
    flex-basis: auto;
    word-break: break-word;
    padding-right: 2rem;
  }
  .cid-uXpNjOUSca .navbar .navbar-toggler {
    flex-basis: auto;
  }
  .cid-uXpNjOUSca .navbar .icons-menu {
    padding-left: 0;
    padding-top: 0.5rem;
    padding-bottom: 0.5rem;
  }
}
.cid-uXpNjOUSca .navbar.navbar-short {
  min-height: 60px;
}
.cid-uXpNjOUSca .navbar.navbar-short .navbar-logo img {
  height: 2.5rem !important;
}
.cid-uXpNjOUSca .navbar.navbar-short .navbar-brand {
  min-height: 60px;
  padding: 0;
}
.cid-uXpNjOUSca .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-uXpNjOUSca .navbar-brand .navbar-caption {
  line-height: inherit !important;
}
.cid-uXpNjOUSca .navbar-brand .navbar-logo a {
  outline: none;
}
.cid-uXpNjOUSca .dropdown-item.active,
.cid-uXpNjOUSca .dropdown-item:active {
  background-color: transparent;
}
.cid-uXpNjOUSca .navbar-expand-lg .navbar-nav .nav-link {
  padding: 0;
}
.cid-uXpNjOUSca .nav-dropdown .link.dropdown-toggle {
  margin-right: 1.667em;
}
.cid-uXpNjOUSca .nav-dropdown .link.dropdown-toggle[aria-expanded="true"] {
  margin-right: 0;
  padding: 0.667em 1.667em;
}
.cid-uXpNjOUSca .navbar.navbar-expand-lg .dropdown .dropdown-menu {
  background: #ffffff;
}
.cid-uXpNjOUSca .navbar.navbar-expand-lg .dropdown .dropdown-menu .dropdown-submenu {
  margin: 0;
  left: 100%;
}
.cid-uXpNjOUSca .navbar .dropdown.open > .dropdown-menu {
  display: block;
}
.cid-uXpNjOUSca ul.navbar-nav {
  flex-wrap: wrap;
}
.cid-uXpNjOUSca .navbar-buttons {
  text-align: center;
  min-width: 170px;
}
.cid-uXpNjOUSca button.navbar-toggler {
  outline: none;
  width: 31px;
  height: 20px;
  cursor: pointer;
  transition: all 0.2s;
  position: relative;
  align-self: center;
}
.cid-uXpNjOUSca button.navbar-toggler .hamburger span {
  position: absolute;
  right: 0;
  width: 30px;
  height: 2px;
  border-right: 5px;
  background-color: #ffffff;
}
.cid-uXpNjOUSca button.navbar-toggler .hamburger span:nth-child(1) {
  top: 0;
  transition: all 0.2s;
}
.cid-uXpNjOUSca button.navbar-toggler .hamburger span:nth-child(2) {
  top: 8px;
  transition: all 0.15s;
}
.cid-uXpNjOUSca button.navbar-toggler .hamburger span:nth-child(3) {
  top: 8px;
  transition: all 0.15s;
}
.cid-uXpNjOUSca button.navbar-toggler .hamburger span:nth-child(4) {
  top: 16px;
  transition: all 0.2s;
}
.cid-uXpNjOUSca nav.opened .hamburger span:nth-child(1) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-uXpNjOUSca nav.opened .hamburger span:nth-child(2) {
  transform: rotate(45deg);
  transition: all 0.25s;
}
.cid-uXpNjOUSca nav.opened .hamburger span:nth-child(3) {
  transform: rotate(-45deg);
  transition: all 0.25s;
}
.cid-uXpNjOUSca nav.opened .hamburger span:nth-child(4) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-uXpNjOUSca .navbar-dropdown {
  padding: .7rem 1rem;
  position: fixed;
}
.cid-uXpNjOUSca a.nav-link {
  display: flex;
  align-items: center;
  justify-content: center;
}
.cid-uXpNjOUSca .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-uXpNjOUSca .navbar {
    height: 70px;
  }
  .cid-uXpNjOUSca .navbar.opened {
    height: auto;
  }
  .cid-uXpNjOUSca .nav-item .nav-link:hover::before {
    width: 175%;
    max-width: calc(100% + 2rem);
    left: -1rem;
  }
}
.cid-v1BzxMcZzp {
  background-image: url("../../../assets/images/530274112-1248661637307779-788711113997353259-n-1920x1280.jpg");
}
.cid-v1BzxMcZzp .mbr-section-title {
  text-align: center;
  color: #ffffff;
}
.cid-v1BzxMcZzp .mbr-section-title a {
  font-weight: 600;
}
.cid-v1BzxMcZzp .mbr-section-title a:hover {
  background: none !important;
}
.cid-v1BzxMcZzp .mbr-text,
.cid-v1BzxMcZzp .mbr-section-btn {
  text-align: center;
  color: #ffffff;
}
.cid-v1BzxMcZzp .mbr-section-subtitle {
  color: #ffffff;
  text-align: center;
}
.cid-v1BzxMcZzp .mbr-fallback-image.disabled {
  display: none;
}
.cid-v1BzxMcZzp .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-v1BzGqAnCu {
  padding-top: 1rem;
  padding-bottom: 2rem;
  background-color: #ffffff;
}
.cid-v1BzGqAnCu .mbr-fallback-image.disabled {
  display: none;
}
.cid-v1BzGqAnCu .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-v1BzGqAnCu .title-wrapper .mbr-section-title {
  margin-bottom: 40px;
}
@media (max-width: 992px) {
  .cid-v1BzGqAnCu .title-wrapper .mbr-section-title {
    margin-bottom: 30px;
  }
}
.cid-v1BzGqAnCu .embla__slide {
  display: flex;
  justify-content: center;
  position: relative;
  min-width: 220px;
  max-width: 220px;
}
@media (max-width: 767px) {
  .cid-v1BzGqAnCu .embla__slide {
    min-width: 100%;
    max-width: 100%;
  }
}
.cid-v1BzGqAnCu .embla__slide .slide-content {
  width: 100%;
}
.cid-v1BzGqAnCu .embla__slide .slide-content:hover .item-wrapper,
.cid-v1BzGqAnCu .embla__slide .slide-content:focus .item-wrapper {
  background-color: #ffffff;
}
.cid-v1BzGqAnCu .embla__slide .slide-content .item-wrapper {
  display: flex;
  align-items: center;
  justify-content: center;
  height: 140px;
  transition: all 0.3s ease-in-out;
  padding: 0 20px;
}
.cid-v1BzGqAnCu .embla__slide .slide-content .item-wrapper .item-img img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.cid-v1BzGqAnCu .embla__button--next,
.cid-v1BzGqAnCu .embla__button--prev {
  display: flex;
}
.cid-v1BzGqAnCu .embla__button {
  bottom: 0;
  width: 60px;
  height: 60px;
  font-size: 18px;
  background-color: #000000 !important;
  color: #ffffff !important;
  border: none !important;
  border-radius: 50%;
  transition: all 0.3s;
  position: absolute;
  display: flex;
  justify-content: center;
  align-items: center;
  opacity: 1 !important;
  display: none;
}
.cid-v1BzGqAnCu .embla__button:hover {
  background-color: #e4ed64 !important;
  color: #000000 !important;
}
.cid-v1BzGqAnCu .embla__button.embla__button--prev {
  left: 0;
}
.cid-v1BzGqAnCu .embla__button.embla__button--next {
  right: 0;
}
.cid-v1BzGqAnCu .embla {
  position: relative;
  width: 100%;
}
.cid-v1BzGqAnCu .embla__viewport {
  overflow: hidden;
  width: 100%;
  margin-right: 1rem;
}
.cid-v1BzGqAnCu .embla__viewport.is-draggable {
  cursor: grab;
}
.cid-v1BzGqAnCu .embla__viewport.is-dragging {
  cursor: grabbing;
}
.cid-v1BzGqAnCu .embla__container {
  display: flex;
  user-select: none;
  -webkit-touch-callout: none;
  -khtml-user-select: none;
  -webkit-tap-highlight-color: transparent;
}
.cid-v1BzGqAnCu .item-menu-overlay {
  opacity: 0 !important;
}
.cid-v1BzGqAnCu .mbr-section-title {
  color: #000000;
  text-align: center;
}
.cid-v1BzA3NwNG {
  padding-top: 3rem;
  padding-bottom: 3rem;
  background-image: url("../../../assets/images/m-9000-ablak-kep-1200x917.jpg");
}
.cid-v1BzA3NwNG .mbr-fallback-image.disabled {
  display: none;
}
.cid-v1BzA3NwNG .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-v1BzA3NwNG .image-wrapper {
    margin-bottom: 1rem;
  }
}
.cid-v1BzA3NwNG img {
  border-radius: 2rem;
}
.cid-v1BzA3NwNG .row {
  flex-direction: row-reverse;
}
.cid-v1BzA3NwNG .row {
  align-items: center;
}
@media (max-width: 991px) {
  .cid-v1BzA3NwNG .image-wrapper {
    padding: 1rem;
  }
}
@media (min-width: 992px) {
  .cid-v1BzA3NwNG .text-wrapper {
    padding: 0 2rem;
  }
}
.cid-v1BzA3NwNG .mbr-section-title {
  color: #000000;
}
.cid-v1BzA3NwNG .mbr-text,
.cid-v1BzA3NwNG .mbr-section-btn {
  color: #232323;
}
.cid-v1BzCUe9OA {
  padding-top: 45px;
  padding-bottom: 30px;
  background-color: #ffffff;
}
.cid-v1BzCUe9OA .mbr-fallback-image.disabled {
  display: none;
}
.cid-v1BzCUe9OA .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-v1BzCUe9OA .mbr-iconfont {
  color: #12439d;
  font-size: 5rem;
  width: 5rem;
}
.cid-v1BzCUe9OA .iconfont-wrapper {
  display: flex;
  justify-content: center;
  align-items: center;
  height: 100%;
}
.cid-v1BzzucNWb {
  padding-top: 3rem;
  padding-bottom: 3rem;
  background-image: url("../../../assets/images/m-9000-ablak-kep-1200x917.jpg");
}
.cid-v1BzzucNWb .mbr-fallback-image.disabled {
  display: none;
}
.cid-v1BzzucNWb .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-v1BzzucNWb .image-wrapper {
    margin-bottom: 1rem;
  }
}
.cid-v1BzzucNWb img {
  border-radius: 2rem;
}
.cid-v1BzzucNWb .row {
  flex-direction: row-reverse;
}
.cid-v1BzzucNWb .row {
  align-items: center;
}
@media (max-width: 991px) {
  .cid-v1BzzucNWb .image-wrapper {
    padding: 1rem;
  }
}
@media (min-width: 992px) {
  .cid-v1BzzucNWb .text-wrapper {
    padding: 0 2rem;
  }
}
.cid-v1BzzucNWb .mbr-section-title {
  color: #232323;
}
.cid-v1BzzucNWb .mbr-text,
.cid-v1BzzucNWb .mbr-section-btn {
  color: #000000;
}
.cid-v1BzDQSPOl {
  padding-top: 45px;
  padding-bottom: 30px;
  background-color: #ffffff;
}
.cid-v1BzDQSPOl .mbr-fallback-image.disabled {
  display: none;
}
.cid-v1BzDQSPOl .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-v1BzDQSPOl .mbr-iconfont {
  color: #12439d;
  font-size: 5rem;
  width: 5rem;
}
.cid-v1BzDQSPOl .iconfont-wrapper {
  display: flex;
  justify-content: center;
  align-items: center;
  height: 100%;
}
.cid-v1BzByiuI3 {
  padding-top: 3rem;
  padding-bottom: 2rem;
  background-color: #ffffff;
}
.cid-v1BzByiuI3 .main_header {
  margin-bottom: 5rem;
}
.cid-v1BzByiuI3 .mbr-section-subtitle {
  margin-bottom: .75rem;
  line-height: 1;
}
.cid-v1BzByiuI3 .mbr-text {
  margin-top: 1.5rem;
  letter-spacing: -0.025rem;
  color: #232323;
}
.cid-v1BzByiuI3 .card_wrapper {
  height: 100%;
  margin-bottom: 3.5rem;
  cursor: pointer;
}
.cid-v1BzByiuI3 .item-img {
  position: relative;
  transition: box-shadow 0.2s ease-in, transform 0.2s ease-in;
}
.cid-v1BzByiuI3 .item-img:hover {
  transform: scale(1.02, 1.02);
  box-shadow: 0 0 15px -1px rgba(0, 0, 0, 0.4);
}
.cid-v1BzByiuI3 .item-img:before {
  position: absolute;
  content: ' ';
  display: block;
  z-index: 1;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  background-image: linear-gradient(to bottom, rgba(0, 0, 0, 0) 0%, rgba(0, 0, 0, 0) 10%, rgba(0, 0, 0, 0.5) 100%);
  pointer-events: none;
}
.cid-v1BzByiuI3 img,
.cid-v1BzByiuI3 .item-img {
  width: 100%;
  transition: all 0.5s cubic-bezier(0.4, 0, 0.2, 1);
}
.cid-v1BzByiuI3 .card_content {
  position: absolute;
  bottom: 0;
  left: 0;
  width: 100%;
  z-index: 5;
  padding: 20px;
  display: flex;
  justify-content: space-between;
  flex-direction: column;
}
.cid-v1BzByiuI3 .card_info {
  display: flex;
  justify-content: space-between;
  align-items: flex-end;
}
.cid-v1BzByiuI3 .card_text {
  padding-top: 5px;
  color: #eae8e4;
  text-align: center;
}
.cid-v1BzByiuI3 .card-number {
  min-width: 48px;
  color: #eae8e4;
  text-align: right;
}
.cid-v1BzByiuI3 .list_content {
  display: flex;
  justify-content: space-between;
  padding: 14px 0;
  border-top: 1px dotted rgba(55, 60, 66, 0.5);
}
.cid-v1BzByiuI3 .list_content:nth-child(1) {
  border: none;
}
.cid-v1BzByiuI3 .list_date {
  min-width: 130px;
}
.cid-v1BzByiuI3 .list_text {
  padding: 0 1rem;
}
.cid-v1BzByiuI3 .list_number {
  min-width: 50px;
  text-align: center;
}
@media (max-width: 767px) {
  .cid-v1BzByiuI3 .main_header {
    margin-bottom: 2.5rem;
  }
  .cid-v1BzByiuI3 .mbr-section-subtitle {
    margin-bottom: .25rem;
  }
  .cid-v1BzByiuI3 .mbr-text {
    margin-top: .75rem;
  }
  .cid-v1BzByiuI3 .card_wrapper {
    margin-bottom: 1.75rem;
  }
  .cid-v1BzByiuI3 .item-img,
  .cid-v1BzByiuI3 img {
    max-height: 200px;
  }
  .cid-v1BzByiuI3 .list_content {
    flex-direction: column-reverse;
    padding: 14px 0;
  }
  .cid-v1BzByiuI3 .list_text {
    padding: 5px 0;
  }
  .cid-v1BzByiuI3 .list_number {
    text-align: left;
  }
}
.cid-v1BzByiuI3 .card_title {
  text-align: center;
}
.cid-v1BzByiuI3 .mbr-section-title {
  color: #232323;
}
.cid-uao8kjv8KJ {
  padding-top: 45px;
  padding-bottom: 30px;
  background-color: #232323;
}
@media (max-width: 767px) {
  .cid-uao8kjv8KJ .content {
    text-align: center;
  }
  .cid-uao8kjv8KJ .content > div:not(:last-child) {
    margin-bottom: 2rem;
  }
}
.cid-uao8kjv8KJ .map {
  height: 18.75rem;
}
@media (max-width: 767px) {
  .cid-uao8kjv8KJ .footer-lower .copyright {
    margin-bottom: 1rem;
    text-align: center;
  }
}
.cid-uao8kjv8KJ .footer-lower hr {
  margin: 1rem 0;
  border-color: #fff;
  opacity: 0.05;
}
.cid-uao8kjv8KJ .google-map {
  height: 25rem;
  position: relative;
}
.cid-uao8kjv8KJ .google-map iframe {
  height: 100%;
  width: 100%;
}
.cid-uao8kjv8KJ .google-map [data-state-details] {
  color: #6b6763;
  font-family: Montserrat;
  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-uao8kjv8KJ .google-map[data-state] {
  background: #e9e5dc;
}
.cid-uao8kjv8KJ .google-map[data-state="loading"] [data-state-details] {
  display: none;
}
.cid-uao8kjv8KJ .social-list {
  padding-left: 0;
  margin-bottom: 0;
  margin-left: -7px;
  list-style: none;
  display: flex;
  -webkit-justify-content: flex-start;
  justify-content: flex-start;
  -webkit-flex-wrap: wrap;
  flex-wrap: wrap;
}
.cid-uao8kjv8KJ .social-list .mbr-iconfont-social {
  font-size: 1.3rem;
  color: #fff;
}
.cid-uao8kjv8KJ .social-list .soc-item {
  margin: 0 0.5rem;
}
.cid-uao8kjv8KJ .social-list a {
  margin: 0;
  opacity: 0.5;
  -webkit-transition: 0.2s linear;
  transition: 0.2s linear;
}
.cid-uao8kjv8KJ .social-list a:hover {
  opacity: 1;
}
@media (max-width: 767px) {
  .cid-uao8kjv8KJ .social-list {
    -webkit-justify-content: center;
    justify-content: center;
  }
}
.cid-uao8kjv8KJ .list {
  list-style-type: none;
  padding: 0;
}
.cid-uao8kjv8KJ .mbr-text {
  color: #f2702f;
}
.cid-uXpNjOUSca {
  z-index: 1000;
  width: 100%;
  position: relative;
  min-height: 60px;
}
.cid-uXpNjOUSca nav.navbar {
  position: fixed;
}
.cid-uXpNjOUSca .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-uXpNjOUSca .dropdown-menu {
  padding: 0;
  border-radius: 4px;
  box-shadow: 0 1px 3px 0 rgba(0, 0, 0, 0.1);
}
.cid-uXpNjOUSca .dropdown-item {
  border-bottom: 1px solid #e6e6e6;
}
.cid-uXpNjOUSca .dropdown-item:hover,
.cid-uXpNjOUSca .dropdown-item:focus {
  background: #f2702f !important;
  color: white !important;
}
.cid-uXpNjOUSca .dropdown-item:first-child {
  border-top-left-radius: 4px;
  border-top-right-radius: 4px;
}
.cid-uXpNjOUSca .dropdown-item:last-child {
  border-bottom: none;
  border-bottom-left-radius: 4px;
  border-bottom-right-radius: 4px;
}
.cid-uXpNjOUSca .nav-dropdown .link {
  padding: 0 0.3em !important;
  margin: 0.667em 1em !important;
  color: #000;
}
.cid-uXpNjOUSca .nav-dropdown .link.dropdown-toggle::after {
  margin-left: 0.5rem;
  margin-top: 0.2rem;
}
.cid-uXpNjOUSca .nav-link {
  position: relative;
}
.cid-uXpNjOUSca .container {
  display: flex;
  margin: auto;
}
.cid-uXpNjOUSca .iconfont-wrapper {
  color: #000000 !important;
  font-size: 1.5rem;
  padding-right: 0.5rem;
}
.cid-uXpNjOUSca .dropdown-menu,
.cid-uXpNjOUSca .navbar.opened {
  background: #ffffff !important;
}
.cid-uXpNjOUSca .nav-item:focus,
.cid-uXpNjOUSca .nav-link:focus {
  outline: none;
}
.cid-uXpNjOUSca .dropdown .dropdown-menu .dropdown-item {
  width: auto;
  transition: all 0.25s ease-in-out;
}
.cid-uXpNjOUSca .dropdown .dropdown-menu .dropdown-item::after {
  right: 0.5rem;
}
.cid-uXpNjOUSca .dropdown .dropdown-menu .dropdown-item .mbr-iconfont {
  margin-right: 0.5rem;
  vertical-align: sub;
}
.cid-uXpNjOUSca .dropdown .dropdown-menu .dropdown-item .mbr-iconfont:before {
  display: inline-block;
  transform: scale(1, 1);
  transition: all 0.25s ease-in-out;
}
.cid-uXpNjOUSca .collapsed .dropdown-menu .dropdown-item:before {
  display: none;
}
.cid-uXpNjOUSca .collapsed .dropdown .dropdown-menu .dropdown-item {
  padding: 0.235em 1.5em 0.235em 1.5em !important;
  transition: none;
  margin: 0 !important;
}
.cid-uXpNjOUSca .navbar {
  min-height: 70px;
  transition: all 0.3s;
  border-bottom: 1px solid transparent;
  box-shadow: 0 1px 3px 0 rgba(0, 0, 0, 0.1);
  background: #ffffff;
}
.cid-uXpNjOUSca .navbar.opened {
  transition: all 0.3s;
}
.cid-uXpNjOUSca .navbar .dropdown-item {
  padding: 0.5rem 1.8rem;
}
.cid-uXpNjOUSca .navbar .navbar-logo img {
  width: auto;
}
.cid-uXpNjOUSca .navbar .navbar-collapse {
  justify-content: flex-end;
  z-index: 1;
}
.cid-uXpNjOUSca .navbar.collapsed {
  justify-content: center;
}
.cid-uXpNjOUSca .navbar.collapsed .nav-item .nav-link::before {
  display: none;
}
.cid-uXpNjOUSca .navbar.collapsed.opened .dropdown-menu {
  top: 0;
}
@media (min-width: 992px) {
  .cid-uXpNjOUSca .navbar.collapsed.opened:not(.navbar-short) .navbar-collapse {
    max-height: calc(98.5vh - 2.8rem);
  }
}
.cid-uXpNjOUSca .navbar.collapsed .dropdown-menu .dropdown-submenu {
  left: 0 !important;
}
.cid-uXpNjOUSca .navbar.collapsed .dropdown-menu .dropdown-item:after {
  right: auto;
}
.cid-uXpNjOUSca .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-uXpNjOUSca .navbar.collapsed ul.navbar-nav li {
  margin: auto;
}
.cid-uXpNjOUSca .navbar.collapsed .dropdown-menu .dropdown-item {
  padding: 0.25rem 1.5rem;
  text-align: center;
}
.cid-uXpNjOUSca .navbar.collapsed .icons-menu {
  padding-left: 0;
  padding-right: 0;
  padding-top: 0.5rem;
  padding-bottom: 0.5rem;
}
@media (max-width: 991px) {
  .cid-uXpNjOUSca .navbar .nav-item .nav-link::before {
    display: none;
  }
  .cid-uXpNjOUSca .navbar.opened .dropdown-menu {
    top: 0;
  }
  .cid-uXpNjOUSca .navbar .dropdown-menu .dropdown-submenu {
    left: 0 !important;
  }
  .cid-uXpNjOUSca .navbar .dropdown-menu .dropdown-item:after {
    right: auto;
  }
  .cid-uXpNjOUSca .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-uXpNjOUSca .navbar .navbar-logo img {
    height: 3rem !important;
  }
  .cid-uXpNjOUSca .navbar ul.navbar-nav li {
    margin: auto;
  }
  .cid-uXpNjOUSca .navbar .dropdown-menu .dropdown-item {
    padding: 0.25rem 1.5rem !important;
    text-align: center;
  }
  .cid-uXpNjOUSca .navbar .navbar-brand {
    flex-shrink: initial;
    flex-basis: auto;
    word-break: break-word;
    padding-right: 2rem;
  }
  .cid-uXpNjOUSca .navbar .navbar-toggler {
    flex-basis: auto;
  }
  .cid-uXpNjOUSca .navbar .icons-menu {
    padding-left: 0;
    padding-top: 0.5rem;
    padding-bottom: 0.5rem;
  }
}
.cid-uXpNjOUSca .navbar.navbar-short {
  min-height: 60px;
}
.cid-uXpNjOUSca .navbar.navbar-short .navbar-logo img {
  height: 2.5rem !important;
}
.cid-uXpNjOUSca .navbar.navbar-short .navbar-brand {
  min-height: 60px;
  padding: 0;
}
.cid-uXpNjOUSca .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-uXpNjOUSca .navbar-brand .navbar-caption {
  line-height: inherit !important;
}
.cid-uXpNjOUSca .navbar-brand .navbar-logo a {
  outline: none;
}
.cid-uXpNjOUSca .dropdown-item.active,
.cid-uXpNjOUSca .dropdown-item:active {
  background-color: transparent;
}
.cid-uXpNjOUSca .navbar-expand-lg .navbar-nav .nav-link {
  padding: 0;
}
.cid-uXpNjOUSca .nav-dropdown .link.dropdown-toggle {
  margin-right: 1.667em;
}
.cid-uXpNjOUSca .nav-dropdown .link.dropdown-toggle[aria-expanded="true"] {
  margin-right: 0;
  padding: 0.667em 1.667em;
}
.cid-uXpNjOUSca .navbar.navbar-expand-lg .dropdown .dropdown-menu {
  background: #ffffff;
}
.cid-uXpNjOUSca .navbar.navbar-expand-lg .dropdown .dropdown-menu .dropdown-submenu {
  margin: 0;
  left: 100%;
}
.cid-uXpNjOUSca .navbar .dropdown.open > .dropdown-menu {
  display: block;
}
.cid-uXpNjOUSca ul.navbar-nav {
  flex-wrap: wrap;
}
.cid-uXpNjOUSca .navbar-buttons {
  text-align: center;
  min-width: 170px;
}
.cid-uXpNjOUSca button.navbar-toggler {
  outline: none;
  width: 31px;
  height: 20px;
  cursor: pointer;
  transition: all 0.2s;
  position: relative;
  align-self: center;
}
.cid-uXpNjOUSca button.navbar-toggler .hamburger span {
  position: absolute;
  right: 0;
  width: 30px;
  height: 2px;
  border-right: 5px;
  background-color: #ffffff;
}
.cid-uXpNjOUSca button.navbar-toggler .hamburger span:nth-child(1) {
  top: 0;
  transition: all 0.2s;
}
.cid-uXpNjOUSca button.navbar-toggler .hamburger span:nth-child(2) {
  top: 8px;
  transition: all 0.15s;
}
.cid-uXpNjOUSca button.navbar-toggler .hamburger span:nth-child(3) {
  top: 8px;
  transition: all 0.15s;
}
.cid-uXpNjOUSca button.navbar-toggler .hamburger span:nth-child(4) {
  top: 16px;
  transition: all 0.2s;
}
.cid-uXpNjOUSca nav.opened .hamburger span:nth-child(1) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-uXpNjOUSca nav.opened .hamburger span:nth-child(2) {
  transform: rotate(45deg);
  transition: all 0.25s;
}
.cid-uXpNjOUSca nav.opened .hamburger span:nth-child(3) {
  transform: rotate(-45deg);
  transition: all 0.25s;
}
.cid-uXpNjOUSca nav.opened .hamburger span:nth-child(4) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-uXpNjOUSca .navbar-dropdown {
  padding: .7rem 1rem;
  position: fixed;
}
.cid-uXpNjOUSca a.nav-link {
  display: flex;
  align-items: center;
  justify-content: center;
}
.cid-uXpNjOUSca .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-uXpNjOUSca .navbar {
    height: 70px;
  }
  .cid-uXpNjOUSca .navbar.opened {
    height: auto;
  }
  .cid-uXpNjOUSca .nav-item .nav-link:hover::before {
    width: 175%;
    max-width: calc(100% + 2rem);
    left: -1rem;
  }
}
.cid-v1BzkO9z9P {
  background-image: url("../../../assets/images/sgea1-1920x1080.jpg");
}
.cid-v1BzkO9z9P .mbr-section-title {
  text-align: center;
  color: #ffffff;
}
.cid-v1BzkO9z9P .mbr-section-title a {
  font-weight: 600;
}
.cid-v1BzkO9z9P .mbr-section-title a:hover {
  background: none !important;
}
.cid-v1BzkO9z9P .mbr-text,
.cid-v1BzkO9z9P .mbr-section-btn {
  text-align: center;
  color: #ffffff;
}
.cid-v1BzkO9z9P .mbr-section-subtitle {
  color: #ffffff;
  text-align: center;
}
.cid-v1BzkO9z9P .mbr-fallback-image.disabled {
  display: none;
}
.cid-v1BzkO9z9P .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uanqVBYZb4 {
  padding-top: 2rem;
  padding-bottom: 0rem;
  background-color: #ffffff;
}
.cid-uanqVBYZb4 .mbr-section-title {
  color: #232323;
}
.cid-uanqVBYZb4 .mbr-section-subtitle {
  color: #05386b;
}
.cid-uanqVBrLnX {
  padding-top: 1rem;
  padding-bottom: 2rem;
  background-color: #ffffff;
}
.cid-uanqVBrLnX .mbr-fallback-image.disabled {
  display: none;
}
.cid-uanqVBrLnX .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uanqVBrLnX .content-wrapper {
  background: #ffffff;
}
@media (max-width: 991px) {
  .cid-uanqVBrLnX .content-wrapper .row {
    flex-direction: column-reverse;
  }
  .cid-uanqVBrLnX .content-wrapper .image-wrapper {
    margin-bottom: 2rem;
  }
}
@media (max-width: 767px) {
  .cid-uanqVBrLnX .content-wrapper {
    padding: 1rem;
  }
}
@media (min-width: 768px) and (max-width: 991px) {
  .cid-uanqVBrLnX .content-wrapper {
    padding: 2rem;
  }
}
@media (min-width: 992px) {
  .cid-uanqVBrLnX .content-wrapper {
    padding: 5rem 3rem;
  }
  .cid-uanqVBrLnX .content-wrapper .text-wrapper {
    padding-right: 2rem;
  }
}
.cid-uanqVBrLnX .image-wrapper img {
  width: 100%;
  object-fit: cover;
}
.cid-uanqVBrLnX .mbr-text,
.cid-uanqVBrLnX .mbr-section-btn {
  color: #232323;
}
.cid-uanqVBrLnX .card-title {
  color: #232323;
}
.cid-v1BmkOdOv9 {
  padding-top: 45px;
  padding-bottom: 30px;
  background-color: #ffffff;
}
.cid-v1BmkOdOv9 .mbr-fallback-image.disabled {
  display: none;
}
.cid-v1BmkOdOv9 .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-v1BmkOdOv9 .mbr-iconfont {
  color: #12439d;
  font-size: 5rem;
  width: 5rem;
}
.cid-v1BmkOdOv9 .iconfont-wrapper {
  display: flex;
  justify-content: center;
  align-items: center;
  height: 100%;
}
.cid-v1BqLeqhjk {
  padding-top: 3rem;
  padding-bottom: 2rem;
  background-color: #ffffff;
}
.cid-v1BqLeqhjk .mbr-fallback-image.disabled {
  display: none;
}
.cid-v1BqLeqhjk .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-v1BqLeqhjk .row {
  flex-direction: row-reverse;
}
@media (max-width: 991px) {
  .cid-v1BqLeqhjk .image-wrapper {
    margin-bottom: 2rem;
  }
}
.cid-v1BqLeqhjk .image-wrapper img {
  width: 100%;
  object-fit: cover;
}
@media (min-width: 992px) {
  .cid-v1BqLeqhjk .text-wrapper {
    padding: 0 2rem;
  }
}
@media (max-width: 768px) {
  .cid-v1BqLeqhjk .text-wrapper {
    margin-bottom: 2rem;
  }
}
.cid-uanqVCw6Sb {
  padding-top: 3rem;
  padding-bottom: 3rem;
  background-image: url("../../../assets/images/gealan-smoovio-4-1920x824.jpg");
}
.cid-uanqVCw6Sb .card-wrapper {
  border-radius: 4px;
  background: #fafafa;
}
@media (min-width: 992px) {
  .cid-uanqVCw6Sb .card-wrapper {
    padding: 2rem;
  }
}
@media (max-width: 991px) {
  .cid-uanqVCw6Sb .card-wrapper {
    padding: 1rem;
    margin-bottom: 2rem;
  }
}
.cid-uanqVCw6Sb .row {
  align-items: center;
  justify-content: center;
}
@media (max-width: 767px) {
  .cid-uanqVCw6Sb .row .row {
    flex-direction: column-reverse;
  }
  .cid-uanqVCw6Sb .row .row .img-wrapper {
    margin-bottom: 2rem;
  }
}
.cid-uanqVCw6Sb .img-wrapper img {
  width: 100%;
  object-fit: cover;
}
.cid-uanqVCw6Sb .card-subtitle {
  color: #05386b;
}
.cid-uanqVCw6Sb .mbr-text {
  color: #555555;
}
.cid-v1BmhQD01N {
  padding-top: 45px;
  padding-bottom: 30px;
  background-color: #ffffff;
}
.cid-v1BmhQD01N .mbr-fallback-image.disabled {
  display: none;
}
.cid-v1BmhQD01N .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-v1BmhQD01N .mbr-iconfont {
  color: #12439d;
  font-size: 5rem;
  width: 5rem;
}
.cid-v1BmhQD01N .iconfont-wrapper {
  display: flex;
  justify-content: center;
  align-items: center;
  height: 100%;
}
.cid-uao5avfP8w {
  padding-top: 2rem;
  padding-bottom: 1rem;
  background-color: #ffffff;
}
.cid-uao5avfP8w .card-wrapper {
  border-radius: 0;
  border: 1px solid #dddfe0;
  box-shadow: 0 0 17px 0 rgba(0, 0, 0, 0.21);
  padding: 2rem;
}
.cid-uao5avfP8w .card-title {
  font-weight: 600;
}
.cid-uao5avfP8w .card-img {
  text-align: left;
  padding: 0;
  position: relative;
  display: inline-block;
  margin-bottom: 16px;
  width: 100%;
}
.cid-uao5avfP8w .card-img span {
  border: 2px solid #1b708b;
  padding: 15.5px;
  border-radius: 70px;
  text-align: center;
  color: #1b708b;
  font-size: 35px;
  display: inline-block;
}
@media (max-width: 991px) {
  .cid-uao5avfP8w .card {
    margin-bottom: 2rem;
  }
}
.cid-uao5avfP8w .mbr-fallback-image.disabled {
  display: none;
}
.cid-uao5avfP8w .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uao5avfP8w .card-wrapper .card-box .card-title,
.cid-uao5avfP8w .card-wrapper .card-box .card-img,
.cid-uao5avfP8w .card-wrapper .card-box .mbr-section-btn {
  text-align: center;
  color: #053849;
}
.cid-uao5avfP8w .card-wrapper .card-box .mbr-text,
.cid-uao5avfP8w .card-wrapper .card-box .mbr-section-btn,
.cid-uao5avfP8w .card-wrapper .card-box .card-img {
  text-align: center;
}
.cid-v1BxrV6ddJ {
  padding-top: 3rem;
  padding-bottom: 2rem;
  background-color: #ffffff;
}
.cid-v1BxrV6ddJ .main_header {
  margin-bottom: 5rem;
}
.cid-v1BxrV6ddJ .mbr-section-subtitle {
  margin-bottom: .75rem;
  line-height: 1;
}
.cid-v1BxrV6ddJ .mbr-text {
  margin-top: 1.5rem;
  letter-spacing: -0.025rem;
  color: #232323;
}
.cid-v1BxrV6ddJ .card_wrapper {
  height: 100%;
  margin-bottom: 3.5rem;
  cursor: pointer;
}
.cid-v1BxrV6ddJ .item-img {
  position: relative;
  transition: box-shadow 0.2s ease-in, transform 0.2s ease-in;
}
.cid-v1BxrV6ddJ .item-img:hover {
  transform: scale(1.02, 1.02);
  box-shadow: 0 0 15px -1px rgba(0, 0, 0, 0.4);
}
.cid-v1BxrV6ddJ .item-img:before {
  position: absolute;
  content: ' ';
  display: block;
  z-index: 1;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  background-image: linear-gradient(to bottom, rgba(0, 0, 0, 0) 0%, rgba(0, 0, 0, 0) 10%, rgba(0, 0, 0, 0.5) 100%);
  pointer-events: none;
}
.cid-v1BxrV6ddJ img,
.cid-v1BxrV6ddJ .item-img {
  width: 100%;
  transition: all 0.5s cubic-bezier(0.4, 0, 0.2, 1);
}
.cid-v1BxrV6ddJ .card_content {
  position: absolute;
  bottom: 0;
  left: 0;
  width: 100%;
  z-index: 5;
  padding: 20px;
  display: flex;
  justify-content: space-between;
  flex-direction: column;
}
.cid-v1BxrV6ddJ .card_info {
  display: flex;
  justify-content: space-between;
  align-items: flex-end;
}
.cid-v1BxrV6ddJ .card_text {
  padding-top: 5px;
  color: #eae8e4;
  text-align: center;
}
.cid-v1BxrV6ddJ .card-number {
  min-width: 48px;
  color: #eae8e4;
  text-align: right;
}
.cid-v1BxrV6ddJ .list_content {
  display: flex;
  justify-content: space-between;
  padding: 14px 0;
  border-top: 1px dotted rgba(55, 60, 66, 0.5);
}
.cid-v1BxrV6ddJ .list_content:nth-child(1) {
  border: none;
}
.cid-v1BxrV6ddJ .list_date {
  min-width: 130px;
}
.cid-v1BxrV6ddJ .list_text {
  padding: 0 1rem;
}
.cid-v1BxrV6ddJ .list_number {
  min-width: 50px;
  text-align: center;
}
@media (max-width: 767px) {
  .cid-v1BxrV6ddJ .main_header {
    margin-bottom: 2.5rem;
  }
  .cid-v1BxrV6ddJ .mbr-section-subtitle {
    margin-bottom: .25rem;
  }
  .cid-v1BxrV6ddJ .mbr-text {
    margin-top: .75rem;
  }
  .cid-v1BxrV6ddJ .card_wrapper {
    margin-bottom: 1.75rem;
  }
  .cid-v1BxrV6ddJ .item-img,
  .cid-v1BxrV6ddJ img {
    max-height: 200px;
  }
  .cid-v1BxrV6ddJ .list_content {
    flex-direction: column-reverse;
    padding: 14px 0;
  }
  .cid-v1BxrV6ddJ .list_text {
    padding: 5px 0;
  }
  .cid-v1BxrV6ddJ .list_number {
    text-align: left;
  }
}
.cid-v1BxrV6ddJ .card_title {
  text-align: center;
}
.cid-v1BxrV6ddJ .mbr-section-title {
  color: #232323;
}
.cid-uao8kjv8KJ {
  padding-top: 45px;
  padding-bottom: 30px;
  background-color: #232323;
}
@media (max-width: 767px) {
  .cid-uao8kjv8KJ .content {
    text-align: center;
  }
  .cid-uao8kjv8KJ .content > div:not(:last-child) {
    margin-bottom: 2rem;
  }
}
.cid-uao8kjv8KJ .map {
  height: 18.75rem;
}
@media (max-width: 767px) {
  .cid-uao8kjv8KJ .footer-lower .copyright {
    margin-bottom: 1rem;
    text-align: center;
  }
}
.cid-uao8kjv8KJ .footer-lower hr {
  margin: 1rem 0;
  border-color: #fff;
  opacity: 0.05;
}
.cid-uao8kjv8KJ .google-map {
  height: 25rem;
  position: relative;
}
.cid-uao8kjv8KJ .google-map iframe {
  height: 100%;
  width: 100%;
}
.cid-uao8kjv8KJ .google-map [data-state-details] {
  color: #6b6763;
  font-family: Montserrat;
  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-uao8kjv8KJ .google-map[data-state] {
  background: #e9e5dc;
}
.cid-uao8kjv8KJ .google-map[data-state="loading"] [data-state-details] {
  display: none;
}
.cid-uao8kjv8KJ .social-list {
  padding-left: 0;
  margin-bottom: 0;
  margin-left: -7px;
  list-style: none;
  display: flex;
  -webkit-justify-content: flex-start;
  justify-content: flex-start;
  -webkit-flex-wrap: wrap;
  flex-wrap: wrap;
}
.cid-uao8kjv8KJ .social-list .mbr-iconfont-social {
  font-size: 1.3rem;
  color: #fff;
}
.cid-uao8kjv8KJ .social-list .soc-item {
  margin: 0 0.5rem;
}
.cid-uao8kjv8KJ .social-list a {
  margin: 0;
  opacity: 0.5;
  -webkit-transition: 0.2s linear;
  transition: 0.2s linear;
}
.cid-uao8kjv8KJ .social-list a:hover {
  opacity: 1;
}
@media (max-width: 767px) {
  .cid-uao8kjv8KJ .social-list {
    -webkit-justify-content: center;
    justify-content: center;
  }
}
.cid-uao8kjv8KJ .list {
  list-style-type: none;
  padding: 0;
}
.cid-uao8kjv8KJ .mbr-text {
  color: #f2702f;
}
.cid-v1Bgd9RD8K {
  z-index: 1000;
  width: 100%;
  position: relative;
  min-height: 60px;
}
.cid-v1Bgd9RD8K nav.navbar {
  position: fixed;
}
.cid-v1Bgd9RD8K .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-v1Bgd9RD8K .dropdown-menu {
  padding: 0;
  border-radius: 4px;
  box-shadow: 0 1px 3px 0 rgba(0, 0, 0, 0.1);
}
.cid-v1Bgd9RD8K .dropdown-item {
  border-bottom: 1px solid #e6e6e6;
}
.cid-v1Bgd9RD8K .dropdown-item:hover,
.cid-v1Bgd9RD8K .dropdown-item:focus {
  background: #f2702f !important;
  color: white !important;
}
.cid-v1Bgd9RD8K .dropdown-item:first-child {
  border-top-left-radius: 4px;
  border-top-right-radius: 4px;
}
.cid-v1Bgd9RD8K .dropdown-item:last-child {
  border-bottom: none;
  border-bottom-left-radius: 4px;
  border-bottom-right-radius: 4px;
}
.cid-v1Bgd9RD8K .nav-dropdown .link {
  padding: 0 0.3em !important;
  margin: 0.667em 1em !important;
  color: #000;
}
.cid-v1Bgd9RD8K .nav-dropdown .link.dropdown-toggle::after {
  margin-left: 0.5rem;
  margin-top: 0.2rem;
}
.cid-v1Bgd9RD8K .nav-link {
  position: relative;
}
.cid-v1Bgd9RD8K .container {
  display: flex;
  margin: auto;
}
.cid-v1Bgd9RD8K .iconfont-wrapper {
  color: #000000 !important;
  font-size: 1.5rem;
  padding-right: 0.5rem;
}
.cid-v1Bgd9RD8K .dropdown-menu,
.cid-v1Bgd9RD8K .navbar.opened {
  background: #ffffff !important;
}
.cid-v1Bgd9RD8K .nav-item:focus,
.cid-v1Bgd9RD8K .nav-link:focus {
  outline: none;
}
.cid-v1Bgd9RD8K .dropdown .dropdown-menu .dropdown-item {
  width: auto;
  transition: all 0.25s ease-in-out;
}
.cid-v1Bgd9RD8K .dropdown .dropdown-menu .dropdown-item::after {
  right: 0.5rem;
}
.cid-v1Bgd9RD8K .dropdown .dropdown-menu .dropdown-item .mbr-iconfont {
  margin-right: 0.5rem;
  vertical-align: sub;
}
.cid-v1Bgd9RD8K .dropdown .dropdown-menu .dropdown-item .mbr-iconfont:before {
  display: inline-block;
  transform: scale(1, 1);
  transition: all 0.25s ease-in-out;
}
.cid-v1Bgd9RD8K .collapsed .dropdown-menu .dropdown-item:before {
  display: none;
}
.cid-v1Bgd9RD8K .collapsed .dropdown .dropdown-menu .dropdown-item {
  padding: 0.235em 1.5em 0.235em 1.5em !important;
  transition: none;
  margin: 0 !important;
}
.cid-v1Bgd9RD8K .navbar {
  min-height: 70px;
  transition: all 0.3s;
  border-bottom: 1px solid transparent;
  box-shadow: 0 1px 3px 0 rgba(0, 0, 0, 0.1);
  background: #ffffff;
}
.cid-v1Bgd9RD8K .navbar.opened {
  transition: all 0.3s;
}
.cid-v1Bgd9RD8K .navbar .dropdown-item {
  padding: 0.5rem 1.8rem;
}
.cid-v1Bgd9RD8K .navbar .navbar-logo img {
  width: auto;
}
.cid-v1Bgd9RD8K .navbar .navbar-collapse {
  justify-content: flex-end;
  z-index: 1;
}
.cid-v1Bgd9RD8K .navbar.collapsed {
  justify-content: center;
}
.cid-v1Bgd9RD8K .navbar.collapsed .nav-item .nav-link::before {
  display: none;
}
.cid-v1Bgd9RD8K .navbar.collapsed.opened .dropdown-menu {
  top: 0;
}
@media (min-width: 992px) {
  .cid-v1Bgd9RD8K .navbar.collapsed.opened:not(.navbar-short) .navbar-collapse {
    max-height: calc(98.5vh - 2.8rem);
  }
}
.cid-v1Bgd9RD8K .navbar.collapsed .dropdown-menu .dropdown-submenu {
  left: 0 !important;
}
.cid-v1Bgd9RD8K .navbar.collapsed .dropdown-menu .dropdown-item:after {
  right: auto;
}
.cid-v1Bgd9RD8K .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-v1Bgd9RD8K .navbar.collapsed ul.navbar-nav li {
  margin: auto;
}
.cid-v1Bgd9RD8K .navbar.collapsed .dropdown-menu .dropdown-item {
  padding: 0.25rem 1.5rem;
  text-align: center;
}
.cid-v1Bgd9RD8K .navbar.collapsed .icons-menu {
  padding-left: 0;
  padding-right: 0;
  padding-top: 0.5rem;
  padding-bottom: 0.5rem;
}
@media (max-width: 991px) {
  .cid-v1Bgd9RD8K .navbar .nav-item .nav-link::before {
    display: none;
  }
  .cid-v1Bgd9RD8K .navbar.opened .dropdown-menu {
    top: 0;
  }
  .cid-v1Bgd9RD8K .navbar .dropdown-menu .dropdown-submenu {
    left: 0 !important;
  }
  .cid-v1Bgd9RD8K .navbar .dropdown-menu .dropdown-item:after {
    right: auto;
  }
  .cid-v1Bgd9RD8K .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-v1Bgd9RD8K .navbar .navbar-logo img {
    height: 3rem !important;
  }
  .cid-v1Bgd9RD8K .navbar ul.navbar-nav li {
    margin: auto;
  }
  .cid-v1Bgd9RD8K .navbar .dropdown-menu .dropdown-item {
    padding: 0.25rem 1.5rem !important;
    text-align: center;
  }
  .cid-v1Bgd9RD8K .navbar .navbar-brand {
    flex-shrink: initial;
    flex-basis: auto;
    word-break: break-word;
    padding-right: 2rem;
  }
  .cid-v1Bgd9RD8K .navbar .navbar-toggler {
    flex-basis: auto;
  }
  .cid-v1Bgd9RD8K .navbar .icons-menu {
    padding-left: 0;
    padding-top: 0.5rem;
    padding-bottom: 0.5rem;
  }
}
.cid-v1Bgd9RD8K .navbar.navbar-short {
  min-height: 60px;
}
.cid-v1Bgd9RD8K .navbar.navbar-short .navbar-logo img {
  height: 2.5rem !important;
}
.cid-v1Bgd9RD8K .navbar.navbar-short .navbar-brand {
  min-height: 60px;
  padding: 0;
}
.cid-v1Bgd9RD8K .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-v1Bgd9RD8K .navbar-brand .navbar-caption {
  line-height: inherit !important;
}
.cid-v1Bgd9RD8K .navbar-brand .navbar-logo a {
  outline: none;
}
.cid-v1Bgd9RD8K .dropdown-item.active,
.cid-v1Bgd9RD8K .dropdown-item:active {
  background-color: transparent;
}
.cid-v1Bgd9RD8K .navbar-expand-lg .navbar-nav .nav-link {
  padding: 0;
}
.cid-v1Bgd9RD8K .nav-dropdown .link.dropdown-toggle {
  margin-right: 1.667em;
}
.cid-v1Bgd9RD8K .nav-dropdown .link.dropdown-toggle[aria-expanded="true"] {
  margin-right: 0;
  padding: 0.667em 1.667em;
}
.cid-v1Bgd9RD8K .navbar.navbar-expand-lg .dropdown .dropdown-menu {
  background: #ffffff;
}
.cid-v1Bgd9RD8K .navbar.navbar-expand-lg .dropdown .dropdown-menu .dropdown-submenu {
  margin: 0;
  left: 100%;
}
.cid-v1Bgd9RD8K .navbar .dropdown.open > .dropdown-menu {
  display: block;
}
.cid-v1Bgd9RD8K ul.navbar-nav {
  flex-wrap: wrap;
}
.cid-v1Bgd9RD8K .navbar-buttons {
  text-align: center;
  min-width: 170px;
}
.cid-v1Bgd9RD8K button.navbar-toggler {
  outline: none;
  width: 31px;
  height: 20px;
  cursor: pointer;
  transition: all 0.2s;
  position: relative;
  align-self: center;
}
.cid-v1Bgd9RD8K button.navbar-toggler .hamburger span {
  position: absolute;
  right: 0;
  width: 30px;
  height: 2px;
  border-right: 5px;
  background-color: #ffffff;
}
.cid-v1Bgd9RD8K button.navbar-toggler .hamburger span:nth-child(1) {
  top: 0;
  transition: all 0.2s;
}
.cid-v1Bgd9RD8K button.navbar-toggler .hamburger span:nth-child(2) {
  top: 8px;
  transition: all 0.15s;
}
.cid-v1Bgd9RD8K button.navbar-toggler .hamburger span:nth-child(3) {
  top: 8px;
  transition: all 0.15s;
}
.cid-v1Bgd9RD8K button.navbar-toggler .hamburger span:nth-child(4) {
  top: 16px;
  transition: all 0.2s;
}
.cid-v1Bgd9RD8K nav.opened .hamburger span:nth-child(1) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-v1Bgd9RD8K nav.opened .hamburger span:nth-child(2) {
  transform: rotate(45deg);
  transition: all 0.25s;
}
.cid-v1Bgd9RD8K nav.opened .hamburger span:nth-child(3) {
  transform: rotate(-45deg);
  transition: all 0.25s;
}
.cid-v1Bgd9RD8K nav.opened .hamburger span:nth-child(4) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-v1Bgd9RD8K .navbar-dropdown {
  padding: .7rem 1rem;
  position: fixed;
}
.cid-v1Bgd9RD8K a.nav-link {
  display: flex;
  align-items: center;
  justify-content: center;
}
.cid-v1Bgd9RD8K .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-v1Bgd9RD8K .navbar {
    height: 70px;
  }
  .cid-v1Bgd9RD8K .navbar.opened {
    height: auto;
  }
  .cid-v1Bgd9RD8K .nav-item .nav-link:hover::before {
    width: 175%;
    max-width: calc(100% + 2rem);
    left: -1rem;
  }
}
.cid-v1BgdafJI4 {
  background-image: url("../../../assets/images/salamander-6.webp");
}
.cid-v1BgdafJI4 .mbr-section-title {
  text-align: center;
  color: #ffffff;
}
.cid-v1BgdafJI4 .mbr-section-title a {
  font-weight: 600;
}
.cid-v1BgdafJI4 .mbr-section-title a:hover {
  background: none !important;
}
.cid-v1BgdafJI4 .mbr-text,
.cid-v1BgdafJI4 .mbr-section-btn {
  text-align: center;
  color: #ffffff;
}
.cid-v1BgdafJI4 .mbr-section-subtitle {
  color: #ffffff;
  text-align: center;
}
.cid-v1BgdafJI4 .mbr-fallback-image.disabled {
  display: none;
}
.cid-v1BgdafJI4 .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-v1Bgday9xA {
  padding-top: 1rem;
  padding-bottom: 2rem;
  background-color: #ffffff;
}
.cid-v1Bgday9xA .mbr-fallback-image.disabled {
  display: none;
}
.cid-v1Bgday9xA .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-v1Bgday9xA .title-wrapper .mbr-section-title {
  margin-bottom: 40px;
}
@media (max-width: 992px) {
  .cid-v1Bgday9xA .title-wrapper .mbr-section-title {
    margin-bottom: 30px;
  }
}
.cid-v1Bgday9xA .embla__slide {
  display: flex;
  justify-content: center;
  position: relative;
  min-width: 220px;
  max-width: 220px;
}
@media (max-width: 767px) {
  .cid-v1Bgday9xA .embla__slide {
    min-width: 100%;
    max-width: 100%;
  }
}
.cid-v1Bgday9xA .embla__slide .slide-content {
  width: 100%;
}
.cid-v1Bgday9xA .embla__slide .slide-content:hover .item-wrapper,
.cid-v1Bgday9xA .embla__slide .slide-content:focus .item-wrapper {
  background-color: #ffffff;
}
.cid-v1Bgday9xA .embla__slide .slide-content .item-wrapper {
  display: flex;
  align-items: center;
  justify-content: center;
  height: 140px;
  transition: all 0.3s ease-in-out;
  padding: 0 20px;
}
.cid-v1Bgday9xA .embla__slide .slide-content .item-wrapper .item-img img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.cid-v1Bgday9xA .embla__button--next,
.cid-v1Bgday9xA .embla__button--prev {
  display: flex;
}
.cid-v1Bgday9xA .embla__button {
  bottom: 0;
  width: 60px;
  height: 60px;
  font-size: 18px;
  background-color: #000000 !important;
  color: #ffffff !important;
  border: none !important;
  border-radius: 50%;
  transition: all 0.3s;
  position: absolute;
  display: flex;
  justify-content: center;
  align-items: center;
  opacity: 1 !important;
  display: none;
}
.cid-v1Bgday9xA .embla__button:hover {
  background-color: #e4ed64 !important;
  color: #000000 !important;
}
.cid-v1Bgday9xA .embla__button.embla__button--prev {
  left: 0;
}
.cid-v1Bgday9xA .embla__button.embla__button--next {
  right: 0;
}
.cid-v1Bgday9xA .embla {
  position: relative;
  width: 100%;
}
.cid-v1Bgday9xA .embla__viewport {
  overflow: hidden;
  width: 100%;
  margin-right: 1rem;
}
.cid-v1Bgday9xA .embla__viewport.is-draggable {
  cursor: grab;
}
.cid-v1Bgday9xA .embla__viewport.is-dragging {
  cursor: grabbing;
}
.cid-v1Bgday9xA .embla__container {
  display: flex;
  user-select: none;
  -webkit-touch-callout: none;
  -khtml-user-select: none;
  -webkit-tap-highlight-color: transparent;
}
.cid-v1Bgday9xA .item-menu-overlay {
  opacity: 0 !important;
}
.cid-v1Bgday9xA .mbr-section-title {
  color: #000000;
  text-align: center;
}
.cid-v1BgddKJN9 {
  padding-top: 3rem;
  padding-bottom: 3rem;
  background-image: url("../../../assets/images/m-9000-ablak-kep-1200x917.jpg");
}
.cid-v1BgddKJN9 .mbr-fallback-image.disabled {
  display: none;
}
.cid-v1BgddKJN9 .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-v1BgddKJN9 .image-wrapper {
    margin-bottom: 1rem;
  }
}
.cid-v1BgddKJN9 img {
  border-radius: 2rem;
}
.cid-v1BgddKJN9 .row {
  flex-direction: row-reverse;
}
.cid-v1BgddKJN9 .row {
  align-items: center;
}
@media (max-width: 991px) {
  .cid-v1BgddKJN9 .image-wrapper {
    padding: 1rem;
  }
}
@media (min-width: 992px) {
  .cid-v1BgddKJN9 .text-wrapper {
    padding: 0 2rem;
  }
}
.cid-v1BgddKJN9 .mbr-section-title {
  color: #000000;
}
.cid-v1BgddKJN9 .mbr-text,
.cid-v1BgddKJN9 .mbr-section-btn {
  color: #000000;
}
.cid-v1BwWA9102 {
  padding-top: 45px;
  padding-bottom: 30px;
  background-color: #ffffff;
}
.cid-v1BwWA9102 .mbr-fallback-image.disabled {
  display: none;
}
.cid-v1BwWA9102 .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-v1BwWA9102 .mbr-iconfont {
  color: #12439d;
  font-size: 5rem;
  width: 5rem;
}
.cid-v1BwWA9102 .iconfont-wrapper {
  display: flex;
  justify-content: center;
  align-items: center;
  height: 100%;
}
.cid-v1Bgde1YGT {
  padding-top: 3rem;
  padding-bottom: 3rem;
  background-image: url("../../../assets/images/m-9000-ablak-kep-1200x917.jpg");
}
.cid-v1Bgde1YGT .mbr-fallback-image.disabled {
  display: none;
}
.cid-v1Bgde1YGT .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-v1Bgde1YGT .image-wrapper {
    margin-bottom: 1rem;
  }
}
.cid-v1Bgde1YGT img {
  border-radius: 2rem;
}
.cid-v1Bgde1YGT .row {
  flex-direction: row-reverse;
}
.cid-v1Bgde1YGT .row {
  align-items: center;
}
@media (max-width: 991px) {
  .cid-v1Bgde1YGT .image-wrapper {
    padding: 1rem;
  }
}
@media (min-width: 992px) {
  .cid-v1Bgde1YGT .text-wrapper {
    padding: 0 2rem;
  }
}
.cid-v1Bgde1YGT .mbr-section-title {
  color: #000000;
}
.cid-v1Bgde1YGT .mbr-text,
.cid-v1Bgde1YGT .mbr-section-btn {
  color: #000000;
}
.cid-v1BgdfoWvj {
  padding-top: 45px;
  padding-bottom: 30px;
  background-color: #ffffff;
}
.cid-v1BgdfoWvj .mbr-fallback-image.disabled {
  display: none;
}
.cid-v1BgdfoWvj .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-v1BgdfoWvj .mbr-iconfont {
  color: #12439d;
  font-size: 5rem;
  width: 5rem;
}
.cid-v1BgdfoWvj .iconfont-wrapper {
  display: flex;
  justify-content: center;
  align-items: center;
  height: 100%;
}
.cid-v1BgdfD1GO {
  padding-top: 3rem;
  padding-bottom: 3rem;
  background-image: url("../../../assets/images/background1-2.jpg");
}
.cid-v1BgdfD1GO .card-wrapper {
  border-radius: 4px;
  background: #fafafa;
}
@media (min-width: 992px) {
  .cid-v1BgdfD1GO .card-wrapper {
    padding: 2rem;
  }
}
@media (max-width: 991px) {
  .cid-v1BgdfD1GO .card-wrapper {
    padding: 1rem;
    margin-bottom: 2rem;
  }
}
.cid-v1BgdfD1GO .row {
  align-items: center;
  justify-content: center;
}
@media (max-width: 767px) {
  .cid-v1BgdfD1GO .row .row {
    flex-direction: column-reverse;
  }
  .cid-v1BgdfD1GO .row .row .img-wrapper {
    margin-bottom: 2rem;
  }
}
.cid-v1BgdfD1GO .img-wrapper img {
  width: 100%;
  object-fit: cover;
}
.cid-v1BgdfD1GO .card-subtitle {
  color: #05386b;
}
.cid-v1BgdfD1GO .mbr-text {
  color: #555555;
}
.cid-v1BgdgwcbA {
  padding-top: 3rem;
  padding-bottom: 2rem;
  background-color: #ffffff;
}
.cid-v1BgdgwcbA .main_header {
  margin-bottom: 5rem;
}
.cid-v1BgdgwcbA .mbr-section-subtitle {
  margin-bottom: .75rem;
  line-height: 1;
}
.cid-v1BgdgwcbA .mbr-text {
  margin-top: 1.5rem;
  letter-spacing: -0.025rem;
  color: #232323;
}
.cid-v1BgdgwcbA .card_wrapper {
  height: 100%;
  margin-bottom: 3.5rem;
  cursor: pointer;
}
.cid-v1BgdgwcbA .item-img {
  position: relative;
  transition: box-shadow 0.2s ease-in, transform 0.2s ease-in;
}
.cid-v1BgdgwcbA .item-img:hover {
  transform: scale(1.02, 1.02);
  box-shadow: 0 0 15px -1px rgba(0, 0, 0, 0.4);
}
.cid-v1BgdgwcbA .item-img:before {
  position: absolute;
  content: ' ';
  display: block;
  z-index: 1;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  background-image: linear-gradient(to bottom, rgba(0, 0, 0, 0) 0%, rgba(0, 0, 0, 0) 10%, rgba(0, 0, 0, 0.5) 100%);
  pointer-events: none;
}
.cid-v1BgdgwcbA img,
.cid-v1BgdgwcbA .item-img {
  width: 100%;
  transition: all 0.5s cubic-bezier(0.4, 0, 0.2, 1);
}
.cid-v1BgdgwcbA .card_content {
  position: absolute;
  bottom: 0;
  left: 0;
  width: 100%;
  z-index: 5;
  padding: 20px;
  display: flex;
  justify-content: space-between;
  flex-direction: column;
}
.cid-v1BgdgwcbA .card_info {
  display: flex;
  justify-content: space-between;
  align-items: flex-end;
}
.cid-v1BgdgwcbA .card_text {
  padding-top: 5px;
  color: #eae8e4;
  text-align: center;
}
.cid-v1BgdgwcbA .card-number {
  min-width: 48px;
  color: #eae8e4;
  text-align: right;
}
.cid-v1BgdgwcbA .list_content {
  display: flex;
  justify-content: space-between;
  padding: 14px 0;
  border-top: 1px dotted rgba(55, 60, 66, 0.5);
}
.cid-v1BgdgwcbA .list_content:nth-child(1) {
  border: none;
}
.cid-v1BgdgwcbA .list_date {
  min-width: 130px;
}
.cid-v1BgdgwcbA .list_text {
  padding: 0 1rem;
}
.cid-v1BgdgwcbA .list_number {
  min-width: 50px;
  text-align: center;
}
@media (max-width: 767px) {
  .cid-v1BgdgwcbA .main_header {
    margin-bottom: 2.5rem;
  }
  .cid-v1BgdgwcbA .mbr-section-subtitle {
    margin-bottom: .25rem;
  }
  .cid-v1BgdgwcbA .mbr-text {
    margin-top: .75rem;
  }
  .cid-v1BgdgwcbA .card_wrapper {
    margin-bottom: 1.75rem;
  }
  .cid-v1BgdgwcbA .item-img,
  .cid-v1BgdgwcbA img {
    max-height: 200px;
  }
  .cid-v1BgdgwcbA .list_content {
    flex-direction: column-reverse;
    padding: 14px 0;
  }
  .cid-v1BgdgwcbA .list_text {
    padding: 5px 0;
  }
  .cid-v1BgdgwcbA .list_number {
    text-align: left;
  }
}
.cid-v1BgdgwcbA .card_title {
  text-align: center;
}
.cid-v1BgdgwcbA .mbr-section-title {
  color: #232323;
}
.cid-v1BgdhaEpN {
  padding-top: 45px;
  padding-bottom: 30px;
  background-color: #232323;
}
@media (max-width: 767px) {
  .cid-v1BgdhaEpN .content {
    text-align: center;
  }
  .cid-v1BgdhaEpN .content > div:not(:last-child) {
    margin-bottom: 2rem;
  }
}
.cid-v1BgdhaEpN .map {
  height: 18.75rem;
}
@media (max-width: 767px) {
  .cid-v1BgdhaEpN .footer-lower .copyright {
    margin-bottom: 1rem;
    text-align: center;
  }
}
.cid-v1BgdhaEpN .footer-lower hr {
  margin: 1rem 0;
  border-color: #fff;
  opacity: 0.05;
}
.cid-v1BgdhaEpN .google-map {
  height: 25rem;
  position: relative;
}
.cid-v1BgdhaEpN .google-map iframe {
  height: 100%;
  width: 100%;
}
.cid-v1BgdhaEpN .google-map [data-state-details] {
  color: #6b6763;
  font-family: Montserrat;
  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-v1BgdhaEpN .google-map[data-state] {
  background: #e9e5dc;
}
.cid-v1BgdhaEpN .google-map[data-state="loading"] [data-state-details] {
  display: none;
}
.cid-v1BgdhaEpN .social-list {
  padding-left: 0;
  margin-bottom: 0;
  margin-left: -7px;
  list-style: none;
  display: flex;
  -webkit-justify-content: flex-start;
  justify-content: flex-start;
  -webkit-flex-wrap: wrap;
  flex-wrap: wrap;
}
.cid-v1BgdhaEpN .social-list .mbr-iconfont-social {
  font-size: 1.3rem;
  color: #fff;
}
.cid-v1BgdhaEpN .social-list .soc-item {
  margin: 0 0.5rem;
}
.cid-v1BgdhaEpN .social-list a {
  margin: 0;
  opacity: 0.5;
  -webkit-transition: 0.2s linear;
  transition: 0.2s linear;
}
.cid-v1BgdhaEpN .social-list a:hover {
  opacity: 1;
}
@media (max-width: 767px) {
  .cid-v1BgdhaEpN .social-list {
    -webkit-justify-content: center;
    justify-content: center;
  }
}
.cid-v1BgdhaEpN .list {
  list-style-type: none;
  padding: 0;
}
.cid-v1BgdhaEpN .mbr-text {
  color: #f2702f;
}
.cid-v1BgdhF4XO {
  padding-top: 2rem;
  padding-bottom: 2rem;
  background-color: #ffffff;
}
.cid-v1BgdhF4XO ul {
  list-style: none;
  margin: 0;
  padding-left: 1.6rem;
}
.cid-v1BgdhF4XO li {
  position: relative;
  margin-bottom: 0.625rem;
  display: inline-block;
}
.cid-v1BgdhF4XO ul li::before {
  position: absolute;
  left: -1.6rem;
  top: 0.625rem;
  content: "";
  width: 10px;
  height: 10px;
  border-radius: 50%;
  background-color: #000000;
}
.cid-v1BgdhF4XO .mbr-section-subtitle {
  margin-bottom: 0.625rem;
}
.cid-v1BgdhF4XO .list-title {
  margin-top: 1.5625rem;
  margin-bottom: 1.125rem;
}
.cid-v1BgdhF4XO .mbr-social-linkes {
  margin-top: 0.5rem;
}
.cid-v1BgdhF4XO .mbr-social-linkes a {
  display: inline-block;
  color: #000000;
}
.cid-v1BgdhF4XO .mbr-social-linkes span {
  display: flex;
  align-items: center;
  justify-content: center;
  border-radius: 50%;
  border: 1px solid #9e9e9e;
  width: 36px;
  height: 36px;
  margin-left: 0.4375rem;
  margin-right: 0.4375rem;
  transition: 0.3s ease-out;
}
.cid-v1BgdhF4XO .mbr-social-linkes span:hover {
  border-color: #f23801;
  color: #f23801;
}
.cid-v1BgdhF4XO .mbr-section-link {
  margin-bottom: 30px;
}
.cid-v1BgdhF4XO .mbr-section-tag {
  color: #9e9e9e;
  margin-bottom: 0.4375rem;
  text-align: left;
}
.cid-v1BgdhF4XO .mbr-section-tag,
.cid-v1BgdhF4XO .mbr-section-link {
  text-align: center;
}
.cid-v1BgdhF4XO .mbr-section-tag,
.cid-v1BgdhF4XO .mbr-section-link,
.cid-v1BgdhF4XO .mbr-social-linkes {
  text-align: left;
  color: #4e0e0e;
}
.cid-v1BgdhF4XO .mbr-fallback-image.disabled {
  display: none;
}
.cid-v1BgdhF4XO .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-v1Bgn0bTuu {
  z-index: 1000;
  width: 100%;
  position: relative;
  min-height: 60px;
}
.cid-v1Bgn0bTuu nav.navbar {
  position: fixed;
}
.cid-v1Bgn0bTuu .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-v1Bgn0bTuu .dropdown-menu {
  padding: 0;
  border-radius: 4px;
  box-shadow: 0 1px 3px 0 rgba(0, 0, 0, 0.1);
}
.cid-v1Bgn0bTuu .dropdown-item {
  border-bottom: 1px solid #e6e6e6;
}
.cid-v1Bgn0bTuu .dropdown-item:hover,
.cid-v1Bgn0bTuu .dropdown-item:focus {
  background: #f2702f !important;
  color: white !important;
}
.cid-v1Bgn0bTuu .dropdown-item:first-child {
  border-top-left-radius: 4px;
  border-top-right-radius: 4px;
}
.cid-v1Bgn0bTuu .dropdown-item:last-child {
  border-bottom: none;
  border-bottom-left-radius: 4px;
  border-bottom-right-radius: 4px;
}
.cid-v1Bgn0bTuu .nav-dropdown .link {
  padding: 0 0.3em !important;
  margin: 0.667em 1em !important;
  color: #000;
}
.cid-v1Bgn0bTuu .nav-dropdown .link.dropdown-toggle::after {
  margin-left: 0.5rem;
  margin-top: 0.2rem;
}
.cid-v1Bgn0bTuu .nav-link {
  position: relative;
}
.cid-v1Bgn0bTuu .container {
  display: flex;
  margin: auto;
}
.cid-v1Bgn0bTuu .iconfont-wrapper {
  color: #000000 !important;
  font-size: 1.5rem;
  padding-right: 0.5rem;
}
.cid-v1Bgn0bTuu .dropdown-menu,
.cid-v1Bgn0bTuu .navbar.opened {
  background: #ffffff !important;
}
.cid-v1Bgn0bTuu .nav-item:focus,
.cid-v1Bgn0bTuu .nav-link:focus {
  outline: none;
}
.cid-v1Bgn0bTuu .dropdown .dropdown-menu .dropdown-item {
  width: auto;
  transition: all 0.25s ease-in-out;
}
.cid-v1Bgn0bTuu .dropdown .dropdown-menu .dropdown-item::after {
  right: 0.5rem;
}
.cid-v1Bgn0bTuu .dropdown .dropdown-menu .dropdown-item .mbr-iconfont {
  margin-right: 0.5rem;
  vertical-align: sub;
}
.cid-v1Bgn0bTuu .dropdown .dropdown-menu .dropdown-item .mbr-iconfont:before {
  display: inline-block;
  transform: scale(1, 1);
  transition: all 0.25s ease-in-out;
}
.cid-v1Bgn0bTuu .collapsed .dropdown-menu .dropdown-item:before {
  display: none;
}
.cid-v1Bgn0bTuu .collapsed .dropdown .dropdown-menu .dropdown-item {
  padding: 0.235em 1.5em 0.235em 1.5em !important;
  transition: none;
  margin: 0 !important;
}
.cid-v1Bgn0bTuu .navbar {
  min-height: 70px;
  transition: all 0.3s;
  border-bottom: 1px solid transparent;
  box-shadow: 0 1px 3px 0 rgba(0, 0, 0, 0.1);
  background: #ffffff;
}
.cid-v1Bgn0bTuu .navbar.opened {
  transition: all 0.3s;
}
.cid-v1Bgn0bTuu .navbar .dropdown-item {
  padding: 0.5rem 1.8rem;
}
.cid-v1Bgn0bTuu .navbar .navbar-logo img {
  width: auto;
}
.cid-v1Bgn0bTuu .navbar .navbar-collapse {
  justify-content: flex-end;
  z-index: 1;
}
.cid-v1Bgn0bTuu .navbar.collapsed {
  justify-content: center;
}
.cid-v1Bgn0bTuu .navbar.collapsed .nav-item .nav-link::before {
  display: none;
}
.cid-v1Bgn0bTuu .navbar.collapsed.opened .dropdown-menu {
  top: 0;
}
@media (min-width: 992px) {
  .cid-v1Bgn0bTuu .navbar.collapsed.opened:not(.navbar-short) .navbar-collapse {
    max-height: calc(98.5vh - 2.8rem);
  }
}
.cid-v1Bgn0bTuu .navbar.collapsed .dropdown-menu .dropdown-submenu {
  left: 0 !important;
}
.cid-v1Bgn0bTuu .navbar.collapsed .dropdown-menu .dropdown-item:after {
  right: auto;
}
.cid-v1Bgn0bTuu .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-v1Bgn0bTuu .navbar.collapsed ul.navbar-nav li {
  margin: auto;
}
.cid-v1Bgn0bTuu .navbar.collapsed .dropdown-menu .dropdown-item {
  padding: 0.25rem 1.5rem;
  text-align: center;
}
.cid-v1Bgn0bTuu .navbar.collapsed .icons-menu {
  padding-left: 0;
  padding-right: 0;
  padding-top: 0.5rem;
  padding-bottom: 0.5rem;
}
@media (max-width: 991px) {
  .cid-v1Bgn0bTuu .navbar .nav-item .nav-link::before {
    display: none;
  }
  .cid-v1Bgn0bTuu .navbar.opened .dropdown-menu {
    top: 0;
  }
  .cid-v1Bgn0bTuu .navbar .dropdown-menu .dropdown-submenu {
    left: 0 !important;
  }
  .cid-v1Bgn0bTuu .navbar .dropdown-menu .dropdown-item:after {
    right: auto;
  }
  .cid-v1Bgn0bTuu .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-v1Bgn0bTuu .navbar .navbar-logo img {
    height: 3rem !important;
  }
  .cid-v1Bgn0bTuu .navbar ul.navbar-nav li {
    margin: auto;
  }
  .cid-v1Bgn0bTuu .navbar .dropdown-menu .dropdown-item {
    padding: 0.25rem 1.5rem !important;
    text-align: center;
  }
  .cid-v1Bgn0bTuu .navbar .navbar-brand {
    flex-shrink: initial;
    flex-basis: auto;
    word-break: break-word;
    padding-right: 2rem;
  }
  .cid-v1Bgn0bTuu .navbar .navbar-toggler {
    flex-basis: auto;
  }
  .cid-v1Bgn0bTuu .navbar .icons-menu {
    padding-left: 0;
    padding-top: 0.5rem;
    padding-bottom: 0.5rem;
  }
}
.cid-v1Bgn0bTuu .navbar.navbar-short {
  min-height: 60px;
}
.cid-v1Bgn0bTuu .navbar.navbar-short .navbar-logo img {
  height: 2.5rem !important;
}
.cid-v1Bgn0bTuu .navbar.navbar-short .navbar-brand {
  min-height: 60px;
  padding: 0;
}
.cid-v1Bgn0bTuu .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-v1Bgn0bTuu .navbar-brand .navbar-caption {
  line-height: inherit !important;
}
.cid-v1Bgn0bTuu .navbar-brand .navbar-logo a {
  outline: none;
}
.cid-v1Bgn0bTuu .dropdown-item.active,
.cid-v1Bgn0bTuu .dropdown-item:active {
  background-color: transparent;
}
.cid-v1Bgn0bTuu .navbar-expand-lg .navbar-nav .nav-link {
  padding: 0;
}
.cid-v1Bgn0bTuu .nav-dropdown .link.dropdown-toggle {
  margin-right: 1.667em;
}
.cid-v1Bgn0bTuu .nav-dropdown .link.dropdown-toggle[aria-expanded="true"] {
  margin-right: 0;
  padding: 0.667em 1.667em;
}
.cid-v1Bgn0bTuu .navbar.navbar-expand-lg .dropdown .dropdown-menu {
  background: #ffffff;
}
.cid-v1Bgn0bTuu .navbar.navbar-expand-lg .dropdown .dropdown-menu .dropdown-submenu {
  margin: 0;
  left: 100%;
}
.cid-v1Bgn0bTuu .navbar .dropdown.open > .dropdown-menu {
  display: block;
}
.cid-v1Bgn0bTuu ul.navbar-nav {
  flex-wrap: wrap;
}
.cid-v1Bgn0bTuu .navbar-buttons {
  text-align: center;
  min-width: 170px;
}
.cid-v1Bgn0bTuu button.navbar-toggler {
  outline: none;
  width: 31px;
  height: 20px;
  cursor: pointer;
  transition: all 0.2s;
  position: relative;
  align-self: center;
}
.cid-v1Bgn0bTuu button.navbar-toggler .hamburger span {
  position: absolute;
  right: 0;
  width: 30px;
  height: 2px;
  border-right: 5px;
  background-color: #ffffff;
}
.cid-v1Bgn0bTuu button.navbar-toggler .hamburger span:nth-child(1) {
  top: 0;
  transition: all 0.2s;
}
.cid-v1Bgn0bTuu button.navbar-toggler .hamburger span:nth-child(2) {
  top: 8px;
  transition: all 0.15s;
}
.cid-v1Bgn0bTuu button.navbar-toggler .hamburger span:nth-child(3) {
  top: 8px;
  transition: all 0.15s;
}
.cid-v1Bgn0bTuu button.navbar-toggler .hamburger span:nth-child(4) {
  top: 16px;
  transition: all 0.2s;
}
.cid-v1Bgn0bTuu nav.opened .hamburger span:nth-child(1) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-v1Bgn0bTuu nav.opened .hamburger span:nth-child(2) {
  transform: rotate(45deg);
  transition: all 0.25s;
}
.cid-v1Bgn0bTuu nav.opened .hamburger span:nth-child(3) {
  transform: rotate(-45deg);
  transition: all 0.25s;
}
.cid-v1Bgn0bTuu nav.opened .hamburger span:nth-child(4) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-v1Bgn0bTuu .navbar-dropdown {
  padding: .7rem 1rem;
  position: fixed;
}
.cid-v1Bgn0bTuu a.nav-link {
  display: flex;
  align-items: center;
  justify-content: center;
}
.cid-v1Bgn0bTuu .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-v1Bgn0bTuu .navbar {
    height: 70px;
  }
  .cid-v1Bgn0bTuu .navbar.opened {
    height: auto;
  }
  .cid-v1Bgn0bTuu .nav-item .nav-link:hover::before {
    width: 175%;
    max-width: calc(100% + 2rem);
    left: -1rem;
  }
}
.cid-v1Bgn0Az32 {
  background-image: url("../../../assets/images/pngwing.com2014-1200x1025.png");
}
.cid-v1Bgn0Az32 .mbr-section-title {
  text-align: center;
  color: #ffffff;
}
.cid-v1Bgn0Az32 .mbr-section-title a {
  font-weight: 600;
}
.cid-v1Bgn0Az32 .mbr-section-title a:hover {
  background: none !important;
}
.cid-v1Bgn0Az32 .mbr-text,
.cid-v1Bgn0Az32 .mbr-section-btn {
  text-align: center;
  color: #ffffff;
}
.cid-v1Bgn0Az32 .mbr-section-subtitle {
  color: #ffffff;
  text-align: center;
}
.cid-v1Bgn0Az32 .mbr-fallback-image.disabled {
  display: none;
}
.cid-v1Bgn0Az32 .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-v1Bgn24EkO {
  padding-top: 2rem;
  padding-bottom: 0rem;
  background-color: #ffffff;
}
.cid-v1Bgn24EkO .mbr-section-title {
  color: #232323;
}
.cid-v1Bgn24EkO .mbr-section-subtitle {
  color: #05386b;
}
.cid-v1Bgn63kRh {
  padding-top: 45px;
  padding-bottom: 45px;
  background-color: #ffffff;
}
.cid-v1Bgn63kRh .mbr-fallback-image.disabled {
  display: none;
}
.cid-v1Bgn63kRh .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-v1Bgn63kRh .mbr-iconfont {
  color: #12439d;
  font-size: 5rem;
  width: 5rem;
}
.cid-v1Bgn63kRh .iconfont-wrapper {
  display: flex;
  justify-content: center;
  align-items: center;
  height: 100%;
}
.cid-v1Bgn7p93c {
  padding-top: 3rem;
  padding-bottom: 2rem;
  background-color: #ffffff;
}
.cid-v1Bgn7p93c .main_header {
  margin-bottom: 5rem;
}
.cid-v1Bgn7p93c .mbr-section-subtitle {
  margin-bottom: .75rem;
  line-height: 1;
}
.cid-v1Bgn7p93c .mbr-text {
  margin-top: 1.5rem;
  letter-spacing: -0.025rem;
  color: #232323;
}
.cid-v1Bgn7p93c .card_wrapper {
  height: 100%;
  margin-bottom: 3.5rem;
  cursor: pointer;
}
.cid-v1Bgn7p93c .item-img {
  position: relative;
  transition: box-shadow 0.2s ease-in, transform 0.2s ease-in;
}
.cid-v1Bgn7p93c .item-img:hover {
  transform: scale(1.02, 1.02);
  box-shadow: 0 0 15px -1px rgba(0, 0, 0, 0.4);
}
.cid-v1Bgn7p93c .item-img:before {
  position: absolute;
  content: ' ';
  display: block;
  z-index: 1;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  background-image: linear-gradient(to bottom, rgba(0, 0, 0, 0) 0%, rgba(0, 0, 0, 0) 10%, rgba(0, 0, 0, 0.5) 100%);
  pointer-events: none;
}
.cid-v1Bgn7p93c img,
.cid-v1Bgn7p93c .item-img {
  width: 100%;
  transition: all 0.5s cubic-bezier(0.4, 0, 0.2, 1);
}
.cid-v1Bgn7p93c .card_content {
  position: absolute;
  bottom: 0;
  left: 0;
  width: 100%;
  z-index: 5;
  padding: 20px;
  display: flex;
  justify-content: space-between;
  flex-direction: column;
}
.cid-v1Bgn7p93c .card_info {
  display: flex;
  justify-content: space-between;
  align-items: flex-end;
}
.cid-v1Bgn7p93c .card_text {
  padding-top: 5px;
  color: #eae8e4;
  text-align: center;
}
.cid-v1Bgn7p93c .card-number {
  min-width: 48px;
  color: #eae8e4;
  text-align: right;
}
.cid-v1Bgn7p93c .list_content {
  display: flex;
  justify-content: space-between;
  padding: 14px 0;
  border-top: 1px dotted rgba(55, 60, 66, 0.5);
}
.cid-v1Bgn7p93c .list_content:nth-child(1) {
  border: none;
}
.cid-v1Bgn7p93c .list_date {
  min-width: 130px;
}
.cid-v1Bgn7p93c .list_text {
  padding: 0 1rem;
}
.cid-v1Bgn7p93c .list_number {
  min-width: 50px;
  text-align: center;
}
@media (max-width: 767px) {
  .cid-v1Bgn7p93c .main_header {
    margin-bottom: 2.5rem;
  }
  .cid-v1Bgn7p93c .mbr-section-subtitle {
    margin-bottom: .25rem;
  }
  .cid-v1Bgn7p93c .mbr-text {
    margin-top: .75rem;
  }
  .cid-v1Bgn7p93c .card_wrapper {
    margin-bottom: 1.75rem;
  }
  .cid-v1Bgn7p93c .item-img,
  .cid-v1Bgn7p93c img {
    max-height: 200px;
  }
  .cid-v1Bgn7p93c .list_content {
    flex-direction: column-reverse;
    padding: 14px 0;
  }
  .cid-v1Bgn7p93c .list_text {
    padding: 5px 0;
  }
  .cid-v1Bgn7p93c .list_number {
    text-align: left;
  }
}
.cid-v1Bgn7p93c .card_title {
  text-align: center;
}
.cid-v1Bgn7p93c .mbr-section-title {
  color: #232323;
}
.cid-v1Bgn8nhDP {
  padding-top: 45px;
  padding-bottom: 30px;
  background-color: #232323;
}
@media (max-width: 767px) {
  .cid-v1Bgn8nhDP .content {
    text-align: center;
  }
  .cid-v1Bgn8nhDP .content > div:not(:last-child) {
    margin-bottom: 2rem;
  }
}
.cid-v1Bgn8nhDP .map {
  height: 18.75rem;
}
@media (max-width: 767px) {
  .cid-v1Bgn8nhDP .footer-lower .copyright {
    margin-bottom: 1rem;
    text-align: center;
  }
}
.cid-v1Bgn8nhDP .footer-lower hr {
  margin: 1rem 0;
  border-color: #fff;
  opacity: 0.05;
}
.cid-v1Bgn8nhDP .google-map {
  height: 25rem;
  position: relative;
}
.cid-v1Bgn8nhDP .google-map iframe {
  height: 100%;
  width: 100%;
}
.cid-v1Bgn8nhDP .google-map [data-state-details] {
  color: #6b6763;
  font-family: Montserrat;
  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-v1Bgn8nhDP .google-map[data-state] {
  background: #e9e5dc;
}
.cid-v1Bgn8nhDP .google-map[data-state="loading"] [data-state-details] {
  display: none;
}
.cid-v1Bgn8nhDP .social-list {
  padding-left: 0;
  margin-bottom: 0;
  margin-left: -7px;
  list-style: none;
  display: flex;
  -webkit-justify-content: flex-start;
  justify-content: flex-start;
  -webkit-flex-wrap: wrap;
  flex-wrap: wrap;
}
.cid-v1Bgn8nhDP .social-list .mbr-iconfont-social {
  font-size: 1.3rem;
  color: #fff;
}
.cid-v1Bgn8nhDP .social-list .soc-item {
  margin: 0 0.5rem;
}
.cid-v1Bgn8nhDP .social-list a {
  margin: 0;
  opacity: 0.5;
  -webkit-transition: 0.2s linear;
  transition: 0.2s linear;
}
.cid-v1Bgn8nhDP .social-list a:hover {
  opacity: 1;
}
@media (max-width: 767px) {
  .cid-v1Bgn8nhDP .social-list {
    -webkit-justify-content: center;
    justify-content: center;
  }
}
.cid-v1Bgn8nhDP .list {
  list-style-type: none;
  padding: 0;
}
.cid-v1Bgn8nhDP .mbr-text {
  color: #f2702f;
}
.cid-v1Bgn8ZSgU {
  padding-top: 2rem;
  padding-bottom: 2rem;
  background-color: #ffffff;
}
.cid-v1Bgn8ZSgU ul {
  list-style: none;
  margin: 0;
  padding-left: 1.6rem;
}
.cid-v1Bgn8ZSgU li {
  position: relative;
  margin-bottom: 0.625rem;
  display: inline-block;
}
.cid-v1Bgn8ZSgU ul li::before {
  position: absolute;
  left: -1.6rem;
  top: 0.625rem;
  content: "";
  width: 10px;
  height: 10px;
  border-radius: 50%;
  background-color: #000000;
}
.cid-v1Bgn8ZSgU .mbr-section-subtitle {
  margin-bottom: 0.625rem;
}
.cid-v1Bgn8ZSgU .list-title {
  margin-top: 1.5625rem;
  margin-bottom: 1.125rem;
}
.cid-v1Bgn8ZSgU .mbr-social-linkes {
  margin-top: 0.5rem;
}
.cid-v1Bgn8ZSgU .mbr-social-linkes a {
  display: inline-block;
  color: #000000;
}
.cid-v1Bgn8ZSgU .mbr-social-linkes span {
  display: flex;
  align-items: center;
  justify-content: center;
  border-radius: 50%;
  border: 1px solid #9e9e9e;
  width: 36px;
  height: 36px;
  margin-left: 0.4375rem;
  margin-right: 0.4375rem;
  transition: 0.3s ease-out;
}
.cid-v1Bgn8ZSgU .mbr-social-linkes span:hover {
  border-color: #f23801;
  color: #f23801;
}
.cid-v1Bgn8ZSgU .mbr-section-link {
  margin-bottom: 30px;
}
.cid-v1Bgn8ZSgU .mbr-section-tag {
  color: #9e9e9e;
  margin-bottom: 0.4375rem;
  text-align: left;
}
.cid-v1Bgn8ZSgU .mbr-section-tag,
.cid-v1Bgn8ZSgU .mbr-section-link {
  text-align: center;
}
.cid-v1Bgn8ZSgU .mbr-section-tag,
.cid-v1Bgn8ZSgU .mbr-section-link,
.cid-v1Bgn8ZSgU .mbr-social-linkes {
  text-align: left;
  color: #4e0e0e;
}
.cid-v1Bgn8ZSgU .mbr-fallback-image.disabled {
  display: none;
}
.cid-v1Bgn8ZSgU .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-v1BgtZueh6 {
  z-index: 1000;
  width: 100%;
  position: relative;
  min-height: 60px;
}
.cid-v1BgtZueh6 nav.navbar {
  position: fixed;
}
.cid-v1BgtZueh6 .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-v1BgtZueh6 .dropdown-menu {
  padding: 0;
  border-radius: 4px;
  box-shadow: 0 1px 3px 0 rgba(0, 0, 0, 0.1);
}
.cid-v1BgtZueh6 .dropdown-item {
  border-bottom: 1px solid #e6e6e6;
}
.cid-v1BgtZueh6 .dropdown-item:hover,
.cid-v1BgtZueh6 .dropdown-item:focus {
  background: #f2702f !important;
  color: white !important;
}
.cid-v1BgtZueh6 .dropdown-item:first-child {
  border-top-left-radius: 4px;
  border-top-right-radius: 4px;
}
.cid-v1BgtZueh6 .dropdown-item:last-child {
  border-bottom: none;
  border-bottom-left-radius: 4px;
  border-bottom-right-radius: 4px;
}
.cid-v1BgtZueh6 .nav-dropdown .link {
  padding: 0 0.3em !important;
  margin: 0.667em 1em !important;
  color: #000;
}
.cid-v1BgtZueh6 .nav-dropdown .link.dropdown-toggle::after {
  margin-left: 0.5rem;
  margin-top: 0.2rem;
}
.cid-v1BgtZueh6 .nav-link {
  position: relative;
}
.cid-v1BgtZueh6 .container {
  display: flex;
  margin: auto;
}
.cid-v1BgtZueh6 .iconfont-wrapper {
  color: #000000 !important;
  font-size: 1.5rem;
  padding-right: 0.5rem;
}
.cid-v1BgtZueh6 .dropdown-menu,
.cid-v1BgtZueh6 .navbar.opened {
  background: #ffffff !important;
}
.cid-v1BgtZueh6 .nav-item:focus,
.cid-v1BgtZueh6 .nav-link:focus {
  outline: none;
}
.cid-v1BgtZueh6 .dropdown .dropdown-menu .dropdown-item {
  width: auto;
  transition: all 0.25s ease-in-out;
}
.cid-v1BgtZueh6 .dropdown .dropdown-menu .dropdown-item::after {
  right: 0.5rem;
}
.cid-v1BgtZueh6 .dropdown .dropdown-menu .dropdown-item .mbr-iconfont {
  margin-right: 0.5rem;
  vertical-align: sub;
}
.cid-v1BgtZueh6 .dropdown .dropdown-menu .dropdown-item .mbr-iconfont:before {
  display: inline-block;
  transform: scale(1, 1);
  transition: all 0.25s ease-in-out;
}
.cid-v1BgtZueh6 .collapsed .dropdown-menu .dropdown-item:before {
  display: none;
}
.cid-v1BgtZueh6 .collapsed .dropdown .dropdown-menu .dropdown-item {
  padding: 0.235em 1.5em 0.235em 1.5em !important;
  transition: none;
  margin: 0 !important;
}
.cid-v1BgtZueh6 .navbar {
  min-height: 70px;
  transition: all 0.3s;
  border-bottom: 1px solid transparent;
  box-shadow: 0 1px 3px 0 rgba(0, 0, 0, 0.1);
  background: #ffffff;
}
.cid-v1BgtZueh6 .navbar.opened {
  transition: all 0.3s;
}
.cid-v1BgtZueh6 .navbar .dropdown-item {
  padding: 0.5rem 1.8rem;
}
.cid-v1BgtZueh6 .navbar .navbar-logo img {
  width: auto;
}
.cid-v1BgtZueh6 .navbar .navbar-collapse {
  justify-content: flex-end;
  z-index: 1;
}
.cid-v1BgtZueh6 .navbar.collapsed {
  justify-content: center;
}
.cid-v1BgtZueh6 .navbar.collapsed .nav-item .nav-link::before {
  display: none;
}
.cid-v1BgtZueh6 .navbar.collapsed.opened .dropdown-menu {
  top: 0;
}
@media (min-width: 992px) {
  .cid-v1BgtZueh6 .navbar.collapsed.opened:not(.navbar-short) .navbar-collapse {
    max-height: calc(98.5vh - 2.8rem);
  }
}
.cid-v1BgtZueh6 .navbar.collapsed .dropdown-menu .dropdown-submenu {
  left: 0 !important;
}
.cid-v1BgtZueh6 .navbar.collapsed .dropdown-menu .dropdown-item:after {
  right: auto;
}
.cid-v1BgtZueh6 .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-v1BgtZueh6 .navbar.collapsed ul.navbar-nav li {
  margin: auto;
}
.cid-v1BgtZueh6 .navbar.collapsed .dropdown-menu .dropdown-item {
  padding: 0.25rem 1.5rem;
  text-align: center;
}
.cid-v1BgtZueh6 .navbar.collapsed .icons-menu {
  padding-left: 0;
  padding-right: 0;
  padding-top: 0.5rem;
  padding-bottom: 0.5rem;
}
@media (max-width: 991px) {
  .cid-v1BgtZueh6 .navbar .nav-item .nav-link::before {
    display: none;
  }
  .cid-v1BgtZueh6 .navbar.opened .dropdown-menu {
    top: 0;
  }
  .cid-v1BgtZueh6 .navbar .dropdown-menu .dropdown-submenu {
    left: 0 !important;
  }
  .cid-v1BgtZueh6 .navbar .dropdown-menu .dropdown-item:after {
    right: auto;
  }
  .cid-v1BgtZueh6 .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-v1BgtZueh6 .navbar .navbar-logo img {
    height: 3rem !important;
  }
  .cid-v1BgtZueh6 .navbar ul.navbar-nav li {
    margin: auto;
  }
  .cid-v1BgtZueh6 .navbar .dropdown-menu .dropdown-item {
    padding: 0.25rem 1.5rem !important;
    text-align: center;
  }
  .cid-v1BgtZueh6 .navbar .navbar-brand {
    flex-shrink: initial;
    flex-basis: auto;
    word-break: break-word;
    padding-right: 2rem;
  }
  .cid-v1BgtZueh6 .navbar .navbar-toggler {
    flex-basis: auto;
  }
  .cid-v1BgtZueh6 .navbar .icons-menu {
    padding-left: 0;
    padding-top: 0.5rem;
    padding-bottom: 0.5rem;
  }
}
.cid-v1BgtZueh6 .navbar.navbar-short {
  min-height: 60px;
}
.cid-v1BgtZueh6 .navbar.navbar-short .navbar-logo img {
  height: 2.5rem !important;
}
.cid-v1BgtZueh6 .navbar.navbar-short .navbar-brand {
  min-height: 60px;
  padding: 0;
}
.cid-v1BgtZueh6 .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-v1BgtZueh6 .navbar-brand .navbar-caption {
  line-height: inherit !important;
}
.cid-v1BgtZueh6 .navbar-brand .navbar-logo a {
  outline: none;
}
.cid-v1BgtZueh6 .dropdown-item.active,
.cid-v1BgtZueh6 .dropdown-item:active {
  background-color: transparent;
}
.cid-v1BgtZueh6 .navbar-expand-lg .navbar-nav .nav-link {
  padding: 0;
}
.cid-v1BgtZueh6 .nav-dropdown .link.dropdown-toggle {
  margin-right: 1.667em;
}
.cid-v1BgtZueh6 .nav-dropdown .link.dropdown-toggle[aria-expanded="true"] {
  margin-right: 0;
  padding: 0.667em 1.667em;
}
.cid-v1BgtZueh6 .navbar.navbar-expand-lg .dropdown .dropdown-menu {
  background: #ffffff;
}
.cid-v1BgtZueh6 .navbar.navbar-expand-lg .dropdown .dropdown-menu .dropdown-submenu {
  margin: 0;
  left: 100%;
}
.cid-v1BgtZueh6 .navbar .dropdown.open > .dropdown-menu {
  display: block;
}
.cid-v1BgtZueh6 ul.navbar-nav {
  flex-wrap: wrap;
}
.cid-v1BgtZueh6 .navbar-buttons {
  text-align: center;
  min-width: 170px;
}
.cid-v1BgtZueh6 button.navbar-toggler {
  outline: none;
  width: 31px;
  height: 20px;
  cursor: pointer;
  transition: all 0.2s;
  position: relative;
  align-self: center;
}
.cid-v1BgtZueh6 button.navbar-toggler .hamburger span {
  position: absolute;
  right: 0;
  width: 30px;
  height: 2px;
  border-right: 5px;
  background-color: #ffffff;
}
.cid-v1BgtZueh6 button.navbar-toggler .hamburger span:nth-child(1) {
  top: 0;
  transition: all 0.2s;
}
.cid-v1BgtZueh6 button.navbar-toggler .hamburger span:nth-child(2) {
  top: 8px;
  transition: all 0.15s;
}
.cid-v1BgtZueh6 button.navbar-toggler .hamburger span:nth-child(3) {
  top: 8px;
  transition: all 0.15s;
}
.cid-v1BgtZueh6 button.navbar-toggler .hamburger span:nth-child(4) {
  top: 16px;
  transition: all 0.2s;
}
.cid-v1BgtZueh6 nav.opened .hamburger span:nth-child(1) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-v1BgtZueh6 nav.opened .hamburger span:nth-child(2) {
  transform: rotate(45deg);
  transition: all 0.25s;
}
.cid-v1BgtZueh6 nav.opened .hamburger span:nth-child(3) {
  transform: rotate(-45deg);
  transition: all 0.25s;
}
.cid-v1BgtZueh6 nav.opened .hamburger span:nth-child(4) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-v1BgtZueh6 .navbar-dropdown {
  padding: .7rem 1rem;
  position: fixed;
}
.cid-v1BgtZueh6 a.nav-link {
  display: flex;
  align-items: center;
  justify-content: center;
}
.cid-v1BgtZueh6 .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-v1BgtZueh6 .navbar {
    height: 70px;
  }
  .cid-v1BgtZueh6 .navbar.opened {
    height: auto;
  }
  .cid-v1BgtZueh6 .nav-item .nav-link:hover::before {
    width: 175%;
    max-width: calc(100% + 2rem);
    left: -1rem;
  }
}
.cid-v1BgtZSUoU {
  background-image: url("../../../assets/images/mbr-1-1920x1280.jpg");
}
.cid-v1BgtZSUoU .mbr-section-title {
  text-align: center;
  color: #ffffff;
}
.cid-v1BgtZSUoU .mbr-section-title a {
  font-weight: 600;
}
.cid-v1BgtZSUoU .mbr-section-title a:hover {
  background: none !important;
}
.cid-v1BgtZSUoU .mbr-text,
.cid-v1BgtZSUoU .mbr-section-btn {
  text-align: center;
  color: #ffffff;
}
.cid-v1BgtZSUoU .mbr-section-subtitle {
  color: #ffffff;
  text-align: center;
}
.cid-v1BgtZSUoU .mbr-fallback-image.disabled {
  display: none;
}
.cid-v1BgtZSUoU .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-v1Bgu0aQbE {
  padding-top: 1rem;
  padding-bottom: 2rem;
  background-color: #ffffff;
}
.cid-v1Bgu0aQbE .mbr-fallback-image.disabled {
  display: none;
}
.cid-v1Bgu0aQbE .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-v1Bgu0aQbE .title-wrapper .mbr-section-title {
  margin-bottom: 40px;
}
@media (max-width: 992px) {
  .cid-v1Bgu0aQbE .title-wrapper .mbr-section-title {
    margin-bottom: 30px;
  }
}
.cid-v1Bgu0aQbE .embla__slide {
  display: flex;
  justify-content: center;
  position: relative;
  min-width: 220px;
  max-width: 220px;
}
@media (max-width: 767px) {
  .cid-v1Bgu0aQbE .embla__slide {
    min-width: 100%;
    max-width: 100%;
  }
}
.cid-v1Bgu0aQbE .embla__slide .slide-content {
  width: 100%;
}
.cid-v1Bgu0aQbE .embla__slide .slide-content:hover .item-wrapper,
.cid-v1Bgu0aQbE .embla__slide .slide-content:focus .item-wrapper {
  background-color: #ffffff;
}
.cid-v1Bgu0aQbE .embla__slide .slide-content .item-wrapper {
  display: flex;
  align-items: center;
  justify-content: center;
  height: 140px;
  transition: all 0.3s ease-in-out;
  padding: 0 20px;
}
.cid-v1Bgu0aQbE .embla__slide .slide-content .item-wrapper .item-img img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.cid-v1Bgu0aQbE .embla__button--next,
.cid-v1Bgu0aQbE .embla__button--prev {
  display: flex;
}
.cid-v1Bgu0aQbE .embla__button {
  bottom: 0;
  width: 60px;
  height: 60px;
  font-size: 18px;
  background-color: #000000 !important;
  color: #ffffff !important;
  border: none !important;
  border-radius: 50%;
  transition: all 0.3s;
  position: absolute;
  display: flex;
  justify-content: center;
  align-items: center;
  opacity: 1 !important;
  display: none;
}
.cid-v1Bgu0aQbE .embla__button:hover {
  background-color: #e4ed64 !important;
  color: #000000 !important;
}
.cid-v1Bgu0aQbE .embla__button.embla__button--prev {
  left: 0;
}
.cid-v1Bgu0aQbE .embla__button.embla__button--next {
  right: 0;
}
.cid-v1Bgu0aQbE .embla {
  position: relative;
  width: 100%;
}
.cid-v1Bgu0aQbE .embla__viewport {
  overflow: hidden;
  width: 100%;
  margin-right: 1rem;
}
.cid-v1Bgu0aQbE .embla__viewport.is-draggable {
  cursor: grab;
}
.cid-v1Bgu0aQbE .embla__viewport.is-dragging {
  cursor: grabbing;
}
.cid-v1Bgu0aQbE .embla__container {
  display: flex;
  user-select: none;
  -webkit-touch-callout: none;
  -khtml-user-select: none;
  -webkit-tap-highlight-color: transparent;
}
.cid-v1Bgu0aQbE .item-menu-overlay {
  opacity: 0 !important;
}
.cid-v1Bgu0aQbE .mbr-section-title {
  color: #000000;
  text-align: center;
}
.cid-v1Bgu1kASH {
  padding-top: 2rem;
  padding-bottom: 0rem;
  background-color: #ffffff;
}
.cid-v1Bgu1kASH .mbr-section-title {
  color: #232323;
}
.cid-v1Bgu1kASH .mbr-section-subtitle {
  color: #05386b;
}
.cid-v1Bgu4Urkw {
  padding-top: 75px;
  padding-bottom: 75px;
  background-color: #ffffff;
}
.cid-v1Bgu4Urkw .mbr-fallback-image.disabled {
  display: none;
}
.cid-v1Bgu4Urkw .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-v1Bgu4Urkw .mbr-iconfont {
  color: #12439d;
  font-size: 5rem;
  width: 5rem;
}
.cid-v1Bgu4Urkw .iconfont-wrapper {
  display: flex;
  justify-content: center;
  align-items: center;
  height: 100%;
}
.cid-v1Bgu62l5j {
  padding-top: 3rem;
  padding-bottom: 2rem;
  background-color: #ffffff;
}
.cid-v1Bgu62l5j .main_header {
  margin-bottom: 5rem;
}
.cid-v1Bgu62l5j .mbr-section-subtitle {
  margin-bottom: .75rem;
  line-height: 1;
}
.cid-v1Bgu62l5j .mbr-text {
  margin-top: 1.5rem;
  letter-spacing: -0.025rem;
  color: #232323;
}
.cid-v1Bgu62l5j .card_wrapper {
  height: 100%;
  margin-bottom: 3.5rem;
  cursor: pointer;
}
.cid-v1Bgu62l5j .item-img {
  position: relative;
  transition: box-shadow 0.2s ease-in, transform 0.2s ease-in;
}
.cid-v1Bgu62l5j .item-img:hover {
  transform: scale(1.02, 1.02);
  box-shadow: 0 0 15px -1px rgba(0, 0, 0, 0.4);
}
.cid-v1Bgu62l5j .item-img:before {
  position: absolute;
  content: ' ';
  display: block;
  z-index: 1;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  background-image: linear-gradient(to bottom, rgba(0, 0, 0, 0) 0%, rgba(0, 0, 0, 0) 10%, rgba(0, 0, 0, 0.5) 100%);
  pointer-events: none;
}
.cid-v1Bgu62l5j img,
.cid-v1Bgu62l5j .item-img {
  width: 100%;
  transition: all 0.5s cubic-bezier(0.4, 0, 0.2, 1);
}
.cid-v1Bgu62l5j .card_content {
  position: absolute;
  bottom: 0;
  left: 0;
  width: 100%;
  z-index: 5;
  padding: 20px;
  display: flex;
  justify-content: space-between;
  flex-direction: column;
}
.cid-v1Bgu62l5j .card_info {
  display: flex;
  justify-content: space-between;
  align-items: flex-end;
}
.cid-v1Bgu62l5j .card_text {
  padding-top: 5px;
  color: #eae8e4;
  text-align: center;
}
.cid-v1Bgu62l5j .card-number {
  min-width: 48px;
  color: #eae8e4;
  text-align: right;
}
.cid-v1Bgu62l5j .list_content {
  display: flex;
  justify-content: space-between;
  padding: 14px 0;
  border-top: 1px dotted rgba(55, 60, 66, 0.5);
}
.cid-v1Bgu62l5j .list_content:nth-child(1) {
  border: none;
}
.cid-v1Bgu62l5j .list_date {
  min-width: 130px;
}
.cid-v1Bgu62l5j .list_text {
  padding: 0 1rem;
}
.cid-v1Bgu62l5j .list_number {
  min-width: 50px;
  text-align: center;
}
@media (max-width: 767px) {
  .cid-v1Bgu62l5j .main_header {
    margin-bottom: 2.5rem;
  }
  .cid-v1Bgu62l5j .mbr-section-subtitle {
    margin-bottom: .25rem;
  }
  .cid-v1Bgu62l5j .mbr-text {
    margin-top: .75rem;
  }
  .cid-v1Bgu62l5j .card_wrapper {
    margin-bottom: 1.75rem;
  }
  .cid-v1Bgu62l5j .item-img,
  .cid-v1Bgu62l5j img {
    max-height: 200px;
  }
  .cid-v1Bgu62l5j .list_content {
    flex-direction: column-reverse;
    padding: 14px 0;
  }
  .cid-v1Bgu62l5j .list_text {
    padding: 5px 0;
  }
  .cid-v1Bgu62l5j .list_number {
    text-align: left;
  }
}
.cid-v1Bgu62l5j .card_title {
  text-align: center;
}
.cid-v1Bgu62l5j .mbr-section-title {
  color: #232323;
}
.cid-v1Bgu6FNa4 {
  padding-top: 45px;
  padding-bottom: 30px;
  background-color: #232323;
}
@media (max-width: 767px) {
  .cid-v1Bgu6FNa4 .content {
    text-align: center;
  }
  .cid-v1Bgu6FNa4 .content > div:not(:last-child) {
    margin-bottom: 2rem;
  }
}
.cid-v1Bgu6FNa4 .map {
  height: 18.75rem;
}
@media (max-width: 767px) {
  .cid-v1Bgu6FNa4 .footer-lower .copyright {
    margin-bottom: 1rem;
    text-align: center;
  }
}
.cid-v1Bgu6FNa4 .footer-lower hr {
  margin: 1rem 0;
  border-color: #fff;
  opacity: 0.05;
}
.cid-v1Bgu6FNa4 .google-map {
  height: 25rem;
  position: relative;
}
.cid-v1Bgu6FNa4 .google-map iframe {
  height: 100%;
  width: 100%;
}
.cid-v1Bgu6FNa4 .google-map [data-state-details] {
  color: #6b6763;
  font-family: Montserrat;
  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-v1Bgu6FNa4 .google-map[data-state] {
  background: #e9e5dc;
}
.cid-v1Bgu6FNa4 .google-map[data-state="loading"] [data-state-details] {
  display: none;
}
.cid-v1Bgu6FNa4 .social-list {
  padding-left: 0;
  margin-bottom: 0;
  margin-left: -7px;
  list-style: none;
  display: flex;
  -webkit-justify-content: flex-start;
  justify-content: flex-start;
  -webkit-flex-wrap: wrap;
  flex-wrap: wrap;
}
.cid-v1Bgu6FNa4 .social-list .mbr-iconfont-social {
  font-size: 1.3rem;
  color: #fff;
}
.cid-v1Bgu6FNa4 .social-list .soc-item {
  margin: 0 0.5rem;
}
.cid-v1Bgu6FNa4 .social-list a {
  margin: 0;
  opacity: 0.5;
  -webkit-transition: 0.2s linear;
  transition: 0.2s linear;
}
.cid-v1Bgu6FNa4 .social-list a:hover {
  opacity: 1;
}
@media (max-width: 767px) {
  .cid-v1Bgu6FNa4 .social-list {
    -webkit-justify-content: center;
    justify-content: center;
  }
}
.cid-v1Bgu6FNa4 .list {
  list-style-type: none;
  padding: 0;
}
.cid-v1Bgu6FNa4 .mbr-text {
  color: #f2702f;
}
.cid-v1Bgu7afF9 {
  padding-top: 2rem;
  padding-bottom: 2rem;
  background-color: #ffffff;
}
.cid-v1Bgu7afF9 ul {
  list-style: none;
  margin: 0;
  padding-left: 1.6rem;
}
.cid-v1Bgu7afF9 li {
  position: relative;
  margin-bottom: 0.625rem;
  display: inline-block;
}
.cid-v1Bgu7afF9 ul li::before {
  position: absolute;
  left: -1.6rem;
  top: 0.625rem;
  content: "";
  width: 10px;
  height: 10px;
  border-radius: 50%;
  background-color: #000000;
}
.cid-v1Bgu7afF9 .mbr-section-subtitle {
  margin-bottom: 0.625rem;
}
.cid-v1Bgu7afF9 .list-title {
  margin-top: 1.5625rem;
  margin-bottom: 1.125rem;
}
.cid-v1Bgu7afF9 .mbr-social-linkes {
  margin-top: 0.5rem;
}
.cid-v1Bgu7afF9 .mbr-social-linkes a {
  display: inline-block;
  color: #000000;
}
.cid-v1Bgu7afF9 .mbr-social-linkes span {
  display: flex;
  align-items: center;
  justify-content: center;
  border-radius: 50%;
  border: 1px solid #9e9e9e;
  width: 36px;
  height: 36px;
  margin-left: 0.4375rem;
  margin-right: 0.4375rem;
  transition: 0.3s ease-out;
}
.cid-v1Bgu7afF9 .mbr-social-linkes span:hover {
  border-color: #f23801;
  color: #f23801;
}
.cid-v1Bgu7afF9 .mbr-section-link {
  margin-bottom: 30px;
}
.cid-v1Bgu7afF9 .mbr-section-tag {
  color: #9e9e9e;
  margin-bottom: 0.4375rem;
  text-align: left;
}
.cid-v1Bgu7afF9 .mbr-section-tag,
.cid-v1Bgu7afF9 .mbr-section-link {
  text-align: center;
}
.cid-v1Bgu7afF9 .mbr-section-tag,
.cid-v1Bgu7afF9 .mbr-section-link,
.cid-v1Bgu7afF9 .mbr-social-linkes {
  text-align: left;
  color: #4e0e0e;
}
.cid-v1Bgu7afF9 .mbr-fallback-image.disabled {
  display: none;
}
.cid-v1Bgu7afF9 .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-v1B5lIj4eW {
  z-index: 1000;
  width: 100%;
  position: relative;
  min-height: 60px;
}
.cid-v1B5lIj4eW nav.navbar {
  position: fixed;
}
.cid-v1B5lIj4eW .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-v1B5lIj4eW .dropdown-menu {
  padding: 0;
  border-radius: 4px;
  box-shadow: 0 1px 3px 0 rgba(0, 0, 0, 0.1);
}
.cid-v1B5lIj4eW .dropdown-item {
  border-bottom: 1px solid #e6e6e6;
}
.cid-v1B5lIj4eW .dropdown-item:hover,
.cid-v1B5lIj4eW .dropdown-item:focus {
  background: #f2702f !important;
  color: white !important;
}
.cid-v1B5lIj4eW .dropdown-item:first-child {
  border-top-left-radius: 4px;
  border-top-right-radius: 4px;
}
.cid-v1B5lIj4eW .dropdown-item:last-child {
  border-bottom: none;
  border-bottom-left-radius: 4px;
  border-bottom-right-radius: 4px;
}
.cid-v1B5lIj4eW .nav-dropdown .link {
  padding: 0 0.3em !important;
  margin: 0.667em 1em !important;
  color: #000;
}
.cid-v1B5lIj4eW .nav-dropdown .link.dropdown-toggle::after {
  margin-left: 0.5rem;
  margin-top: 0.2rem;
}
.cid-v1B5lIj4eW .nav-link {
  position: relative;
}
.cid-v1B5lIj4eW .container {
  display: flex;
  margin: auto;
}
.cid-v1B5lIj4eW .iconfont-wrapper {
  color: #000000 !important;
  font-size: 1.5rem;
  padding-right: 0.5rem;
}
.cid-v1B5lIj4eW .dropdown-menu,
.cid-v1B5lIj4eW .navbar.opened {
  background: #ffffff !important;
}
.cid-v1B5lIj4eW .nav-item:focus,
.cid-v1B5lIj4eW .nav-link:focus {
  outline: none;
}
.cid-v1B5lIj4eW .dropdown .dropdown-menu .dropdown-item {
  width: auto;
  transition: all 0.25s ease-in-out;
}
.cid-v1B5lIj4eW .dropdown .dropdown-menu .dropdown-item::after {
  right: 0.5rem;
}
.cid-v1B5lIj4eW .dropdown .dropdown-menu .dropdown-item .mbr-iconfont {
  margin-right: 0.5rem;
  vertical-align: sub;
}
.cid-v1B5lIj4eW .dropdown .dropdown-menu .dropdown-item .mbr-iconfont:before {
  display: inline-block;
  transform: scale(1, 1);
  transition: all 0.25s ease-in-out;
}
.cid-v1B5lIj4eW .collapsed .dropdown-menu .dropdown-item:before {
  display: none;
}
.cid-v1B5lIj4eW .collapsed .dropdown .dropdown-menu .dropdown-item {
  padding: 0.235em 1.5em 0.235em 1.5em !important;
  transition: none;
  margin: 0 !important;
}
.cid-v1B5lIj4eW .navbar {
  min-height: 70px;
  transition: all 0.3s;
  border-bottom: 1px solid transparent;
  box-shadow: 0 1px 3px 0 rgba(0, 0, 0, 0.1);
  background: #ffffff;
}
.cid-v1B5lIj4eW .navbar.opened {
  transition: all 0.3s;
}
.cid-v1B5lIj4eW .navbar .dropdown-item {
  padding: 0.5rem 1.8rem;
}
.cid-v1B5lIj4eW .navbar .navbar-logo img {
  width: auto;
}
.cid-v1B5lIj4eW .navbar .navbar-collapse {
  justify-content: flex-end;
  z-index: 1;
}
.cid-v1B5lIj4eW .navbar.collapsed {
  justify-content: center;
}
.cid-v1B5lIj4eW .navbar.collapsed .nav-item .nav-link::before {
  display: none;
}
.cid-v1B5lIj4eW .navbar.collapsed.opened .dropdown-menu {
  top: 0;
}
@media (min-width: 992px) {
  .cid-v1B5lIj4eW .navbar.collapsed.opened:not(.navbar-short) .navbar-collapse {
    max-height: calc(98.5vh - 2.8rem);
  }
}
.cid-v1B5lIj4eW .navbar.collapsed .dropdown-menu .dropdown-submenu {
  left: 0 !important;
}
.cid-v1B5lIj4eW .navbar.collapsed .dropdown-menu .dropdown-item:after {
  right: auto;
}
.cid-v1B5lIj4eW .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-v1B5lIj4eW .navbar.collapsed ul.navbar-nav li {
  margin: auto;
}
.cid-v1B5lIj4eW .navbar.collapsed .dropdown-menu .dropdown-item {
  padding: 0.25rem 1.5rem;
  text-align: center;
}
.cid-v1B5lIj4eW .navbar.collapsed .icons-menu {
  padding-left: 0;
  padding-right: 0;
  padding-top: 0.5rem;
  padding-bottom: 0.5rem;
}
@media (max-width: 991px) {
  .cid-v1B5lIj4eW .navbar .nav-item .nav-link::before {
    display: none;
  }
  .cid-v1B5lIj4eW .navbar.opened .dropdown-menu {
    top: 0;
  }
  .cid-v1B5lIj4eW .navbar .dropdown-menu .dropdown-submenu {
    left: 0 !important;
  }
  .cid-v1B5lIj4eW .navbar .dropdown-menu .dropdown-item:after {
    right: auto;
  }
  .cid-v1B5lIj4eW .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-v1B5lIj4eW .navbar .navbar-logo img {
    height: 3rem !important;
  }
  .cid-v1B5lIj4eW .navbar ul.navbar-nav li {
    margin: auto;
  }
  .cid-v1B5lIj4eW .navbar .dropdown-menu .dropdown-item {
    padding: 0.25rem 1.5rem !important;
    text-align: center;
  }
  .cid-v1B5lIj4eW .navbar .navbar-brand {
    flex-shrink: initial;
    flex-basis: auto;
    word-break: break-word;
    padding-right: 2rem;
  }
  .cid-v1B5lIj4eW .navbar .navbar-toggler {
    flex-basis: auto;
  }
  .cid-v1B5lIj4eW .navbar .icons-menu {
    padding-left: 0;
    padding-top: 0.5rem;
    padding-bottom: 0.5rem;
  }
}
.cid-v1B5lIj4eW .navbar.navbar-short {
  min-height: 60px;
}
.cid-v1B5lIj4eW .navbar.navbar-short .navbar-logo img {
  height: 2.5rem !important;
}
.cid-v1B5lIj4eW .navbar.navbar-short .navbar-brand {
  min-height: 60px;
  padding: 0;
}
.cid-v1B5lIj4eW .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-v1B5lIj4eW .navbar-brand .navbar-caption {
  line-height: inherit !important;
}
.cid-v1B5lIj4eW .navbar-brand .navbar-logo a {
  outline: none;
}
.cid-v1B5lIj4eW .dropdown-item.active,
.cid-v1B5lIj4eW .dropdown-item:active {
  background-color: transparent;
}
.cid-v1B5lIj4eW .navbar-expand-lg .navbar-nav .nav-link {
  padding: 0;
}
.cid-v1B5lIj4eW .nav-dropdown .link.dropdown-toggle {
  margin-right: 1.667em;
}
.cid-v1B5lIj4eW .nav-dropdown .link.dropdown-toggle[aria-expanded="true"] {
  margin-right: 0;
  padding: 0.667em 1.667em;
}
.cid-v1B5lIj4eW .navbar.navbar-expand-lg .dropdown .dropdown-menu {
  background: #ffffff;
}
.cid-v1B5lIj4eW .navbar.navbar-expand-lg .dropdown .dropdown-menu .dropdown-submenu {
  margin: 0;
  left: 100%;
}
.cid-v1B5lIj4eW .navbar .dropdown.open > .dropdown-menu {
  display: block;
}
.cid-v1B5lIj4eW ul.navbar-nav {
  flex-wrap: wrap;
}
.cid-v1B5lIj4eW .navbar-buttons {
  text-align: center;
  min-width: 170px;
}
.cid-v1B5lIj4eW button.navbar-toggler {
  outline: none;
  width: 31px;
  height: 20px;
  cursor: pointer;
  transition: all 0.2s;
  position: relative;
  align-self: center;
}
.cid-v1B5lIj4eW button.navbar-toggler .hamburger span {
  position: absolute;
  right: 0;
  width: 30px;
  height: 2px;
  border-right: 5px;
  background-color: #ffffff;
}
.cid-v1B5lIj4eW button.navbar-toggler .hamburger span:nth-child(1) {
  top: 0;
  transition: all 0.2s;
}
.cid-v1B5lIj4eW button.navbar-toggler .hamburger span:nth-child(2) {
  top: 8px;
  transition: all 0.15s;
}
.cid-v1B5lIj4eW button.navbar-toggler .hamburger span:nth-child(3) {
  top: 8px;
  transition: all 0.15s;
}
.cid-v1B5lIj4eW button.navbar-toggler .hamburger span:nth-child(4) {
  top: 16px;
  transition: all 0.2s;
}
.cid-v1B5lIj4eW nav.opened .hamburger span:nth-child(1) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-v1B5lIj4eW nav.opened .hamburger span:nth-child(2) {
  transform: rotate(45deg);
  transition: all 0.25s;
}
.cid-v1B5lIj4eW nav.opened .hamburger span:nth-child(3) {
  transform: rotate(-45deg);
  transition: all 0.25s;
}
.cid-v1B5lIj4eW nav.opened .hamburger span:nth-child(4) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-v1B5lIj4eW .navbar-dropdown {
  padding: .7rem 1rem;
  position: fixed;
}
.cid-v1B5lIj4eW a.nav-link {
  display: flex;
  align-items: center;
  justify-content: center;
}
.cid-v1B5lIj4eW .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-v1B5lIj4eW .navbar {
    height: 70px;
  }
  .cid-v1B5lIj4eW .navbar.opened {
    height: auto;
  }
  .cid-v1B5lIj4eW .nav-item .nav-link:hover::before {
    width: 175%;
    max-width: calc(100% + 2rem);
    left: -1rem;
  }
}
.cid-v1B5lIG3yx {
  background-image: url("../../../assets/images/mbr-1-1920x1280.jpg");
}
.cid-v1B5lIG3yx .mbr-section-title {
  text-align: center;
  color: #ffffff;
}
.cid-v1B5lIG3yx .mbr-section-title a {
  font-weight: 600;
}
.cid-v1B5lIG3yx .mbr-section-title a:hover {
  background: none !important;
}
.cid-v1B5lIG3yx .mbr-text,
.cid-v1B5lIG3yx .mbr-section-btn {
  text-align: center;
  color: #ffffff;
}
.cid-v1B5lIG3yx .mbr-section-subtitle {
  color: #ffffff;
  text-align: center;
}
.cid-v1B5lIG3yx .mbr-fallback-image.disabled {
  display: none;
}
.cid-v1B5lIG3yx .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-v1B5lIZo0w {
  padding-top: 1rem;
  padding-bottom: 2rem;
  background-color: #ffffff;
}
.cid-v1B5lIZo0w .mbr-fallback-image.disabled {
  display: none;
}
.cid-v1B5lIZo0w .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-v1B5lIZo0w .title-wrapper .mbr-section-title {
  margin-bottom: 40px;
}
@media (max-width: 992px) {
  .cid-v1B5lIZo0w .title-wrapper .mbr-section-title {
    margin-bottom: 30px;
  }
}
.cid-v1B5lIZo0w .embla__slide {
  display: flex;
  justify-content: center;
  position: relative;
  min-width: 220px;
  max-width: 220px;
}
@media (max-width: 767px) {
  .cid-v1B5lIZo0w .embla__slide {
    min-width: 100%;
    max-width: 100%;
  }
}
.cid-v1B5lIZo0w .embla__slide .slide-content {
  width: 100%;
}
.cid-v1B5lIZo0w .embla__slide .slide-content:hover .item-wrapper,
.cid-v1B5lIZo0w .embla__slide .slide-content:focus .item-wrapper {
  background-color: #ffffff;
}
.cid-v1B5lIZo0w .embla__slide .slide-content .item-wrapper {
  display: flex;
  align-items: center;
  justify-content: center;
  height: 140px;
  transition: all 0.3s ease-in-out;
  padding: 0 20px;
}
.cid-v1B5lIZo0w .embla__slide .slide-content .item-wrapper .item-img img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.cid-v1B5lIZo0w .embla__button--next,
.cid-v1B5lIZo0w .embla__button--prev {
  display: flex;
}
.cid-v1B5lIZo0w .embla__button {
  bottom: 0;
  width: 60px;
  height: 60px;
  font-size: 18px;
  background-color: #000000 !important;
  color: #ffffff !important;
  border: none !important;
  border-radius: 50%;
  transition: all 0.3s;
  position: absolute;
  display: flex;
  justify-content: center;
  align-items: center;
  opacity: 1 !important;
  display: none;
}
.cid-v1B5lIZo0w .embla__button:hover {
  background-color: #e4ed64 !important;
  color: #000000 !important;
}
.cid-v1B5lIZo0w .embla__button.embla__button--prev {
  left: 0;
}
.cid-v1B5lIZo0w .embla__button.embla__button--next {
  right: 0;
}
.cid-v1B5lIZo0w .embla {
  position: relative;
  width: 100%;
}
.cid-v1B5lIZo0w .embla__viewport {
  overflow: hidden;
  width: 100%;
  margin-right: 1rem;
}
.cid-v1B5lIZo0w .embla__viewport.is-draggable {
  cursor: grab;
}
.cid-v1B5lIZo0w .embla__viewport.is-dragging {
  cursor: grabbing;
}
.cid-v1B5lIZo0w .embla__container {
  display: flex;
  user-select: none;
  -webkit-touch-callout: none;
  -khtml-user-select: none;
  -webkit-tap-highlight-color: transparent;
}
.cid-v1B5lIZo0w .item-menu-overlay {
  opacity: 0 !important;
}
.cid-v1B5lIZo0w .mbr-section-title {
  color: #000000;
  text-align: center;
}
.cid-v1B5lK9sSr {
  padding-top: 2rem;
  padding-bottom: 0rem;
  background-color: #ffffff;
}
.cid-v1B5lK9sSr .mbr-section-title {
  color: #232323;
}
.cid-v1B5lK9sSr .mbr-section-subtitle {
  color: #05386b;
}
.cid-v1B5lLBqBd {
  padding-top: 3rem;
  padding-bottom: 3rem;
  background-image: url("../../../assets/images/m-9000-ablak-kep-1200x917.jpg");
}
.cid-v1B5lLBqBd .mbr-fallback-image.disabled {
  display: none;
}
.cid-v1B5lLBqBd .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-v1B5lLBqBd .image-wrapper {
    margin-bottom: 1rem;
  }
}
.cid-v1B5lLBqBd img {
  border-radius: 2rem;
}
.cid-v1B5lLBqBd .row {
  flex-direction: row-reverse;
}
.cid-v1B5lLBqBd .row {
  align-items: center;
}
@media (max-width: 991px) {
  .cid-v1B5lLBqBd .image-wrapper {
    padding: 1rem;
  }
}
@media (min-width: 992px) {
  .cid-v1B5lLBqBd .text-wrapper {
    padding: 0 2rem;
  }
}
.cid-v1B5lLBqBd .mbr-section-title {
  color: #000000;
}
.cid-v1B5lLBqBd .mbr-text,
.cid-v1B5lLBqBd .mbr-section-btn {
  color: #000000;
}
.cid-v1B5lNK5Nc {
  padding-top: 45px;
  padding-bottom: 30px;
  background-color: #ffffff;
}
.cid-v1B5lNK5Nc .mbr-fallback-image.disabled {
  display: none;
}
.cid-v1B5lNK5Nc .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-v1B5lNK5Nc .mbr-iconfont {
  color: #12439d;
  font-size: 5rem;
  width: 5rem;
}
.cid-v1B5lNK5Nc .iconfont-wrapper {
  display: flex;
  justify-content: center;
  align-items: center;
  height: 100%;
}
.cid-v1B5lO0wY4 {
  padding-top: 3rem;
  padding-bottom: 3rem;
  background-image: url("../../../assets/images/background1-2.jpg");
}
.cid-v1B5lO0wY4 .card-wrapper {
  border-radius: 4px;
  background: #fafafa;
}
@media (min-width: 992px) {
  .cid-v1B5lO0wY4 .card-wrapper {
    padding: 2rem;
  }
}
@media (max-width: 991px) {
  .cid-v1B5lO0wY4 .card-wrapper {
    padding: 1rem;
    margin-bottom: 2rem;
  }
}
.cid-v1B5lO0wY4 .row {
  align-items: center;
  justify-content: center;
}
@media (max-width: 767px) {
  .cid-v1B5lO0wY4 .row .row {
    flex-direction: column-reverse;
  }
  .cid-v1B5lO0wY4 .row .row .img-wrapper {
    margin-bottom: 2rem;
  }
}
.cid-v1B5lO0wY4 .img-wrapper img {
  width: 100%;
  object-fit: cover;
}
.cid-v1B5lO0wY4 .card-subtitle {
  color: #05386b;
}
.cid-v1B5lO0wY4 .mbr-text {
  color: #555555;
}
.cid-v1B5lOUheL {
  padding-top: 3rem;
  padding-bottom: 2rem;
  background-color: #ffffff;
}
.cid-v1B5lOUheL .main_header {
  margin-bottom: 5rem;
}
.cid-v1B5lOUheL .mbr-section-subtitle {
  margin-bottom: .75rem;
  line-height: 1;
}
.cid-v1B5lOUheL .mbr-text {
  margin-top: 1.5rem;
  letter-spacing: -0.025rem;
  color: #232323;
}
.cid-v1B5lOUheL .card_wrapper {
  height: 100%;
  margin-bottom: 3.5rem;
  cursor: pointer;
}
.cid-v1B5lOUheL .item-img {
  position: relative;
  transition: box-shadow 0.2s ease-in, transform 0.2s ease-in;
}
.cid-v1B5lOUheL .item-img:hover {
  transform: scale(1.02, 1.02);
  box-shadow: 0 0 15px -1px rgba(0, 0, 0, 0.4);
}
.cid-v1B5lOUheL .item-img:before {
  position: absolute;
  content: ' ';
  display: block;
  z-index: 1;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  background-image: linear-gradient(to bottom, rgba(0, 0, 0, 0) 0%, rgba(0, 0, 0, 0) 10%, rgba(0, 0, 0, 0.5) 100%);
  pointer-events: none;
}
.cid-v1B5lOUheL img,
.cid-v1B5lOUheL .item-img {
  width: 100%;
  transition: all 0.5s cubic-bezier(0.4, 0, 0.2, 1);
}
.cid-v1B5lOUheL .card_content {
  position: absolute;
  bottom: 0;
  left: 0;
  width: 100%;
  z-index: 5;
  padding: 20px;
  display: flex;
  justify-content: space-between;
  flex-direction: column;
}
.cid-v1B5lOUheL .card_info {
  display: flex;
  justify-content: space-between;
  align-items: flex-end;
}
.cid-v1B5lOUheL .card_text {
  padding-top: 5px;
  color: #eae8e4;
  text-align: center;
}
.cid-v1B5lOUheL .card-number {
  min-width: 48px;
  color: #eae8e4;
  text-align: right;
}
.cid-v1B5lOUheL .list_content {
  display: flex;
  justify-content: space-between;
  padding: 14px 0;
  border-top: 1px dotted rgba(55, 60, 66, 0.5);
}
.cid-v1B5lOUheL .list_content:nth-child(1) {
  border: none;
}
.cid-v1B5lOUheL .list_date {
  min-width: 130px;
}
.cid-v1B5lOUheL .list_text {
  padding: 0 1rem;
}
.cid-v1B5lOUheL .list_number {
  min-width: 50px;
  text-align: center;
}
@media (max-width: 767px) {
  .cid-v1B5lOUheL .main_header {
    margin-bottom: 2.5rem;
  }
  .cid-v1B5lOUheL .mbr-section-subtitle {
    margin-bottom: .25rem;
  }
  .cid-v1B5lOUheL .mbr-text {
    margin-top: .75rem;
  }
  .cid-v1B5lOUheL .card_wrapper {
    margin-bottom: 1.75rem;
  }
  .cid-v1B5lOUheL .item-img,
  .cid-v1B5lOUheL img {
    max-height: 200px;
  }
  .cid-v1B5lOUheL .list_content {
    flex-direction: column-reverse;
    padding: 14px 0;
  }
  .cid-v1B5lOUheL .list_text {
    padding: 5px 0;
  }
  .cid-v1B5lOUheL .list_number {
    text-align: left;
  }
}
.cid-v1B5lOUheL .card_title {
  text-align: center;
}
.cid-v1B5lOUheL .mbr-section-title {
  color: #232323;
}
.cid-v1B5lPzgAJ {
  padding-top: 45px;
  padding-bottom: 30px;
  background-color: #232323;
}
@media (max-width: 767px) {
  .cid-v1B5lPzgAJ .content {
    text-align: center;
  }
  .cid-v1B5lPzgAJ .content > div:not(:last-child) {
    margin-bottom: 2rem;
  }
}
.cid-v1B5lPzgAJ .map {
  height: 18.75rem;
}
@media (max-width: 767px) {
  .cid-v1B5lPzgAJ .footer-lower .copyright {
    margin-bottom: 1rem;
    text-align: center;
  }
}
.cid-v1B5lPzgAJ .footer-lower hr {
  margin: 1rem 0;
  border-color: #fff;
  opacity: 0.05;
}
.cid-v1B5lPzgAJ .google-map {
  height: 25rem;
  position: relative;
}
.cid-v1B5lPzgAJ .google-map iframe {
  height: 100%;
  width: 100%;
}
.cid-v1B5lPzgAJ .google-map [data-state-details] {
  color: #6b6763;
  font-family: Montserrat;
  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-v1B5lPzgAJ .google-map[data-state] {
  background: #e9e5dc;
}
.cid-v1B5lPzgAJ .google-map[data-state="loading"] [data-state-details] {
  display: none;
}
.cid-v1B5lPzgAJ .social-list {
  padding-left: 0;
  margin-bottom: 0;
  margin-left: -7px;
  list-style: none;
  display: flex;
  -webkit-justify-content: flex-start;
  justify-content: flex-start;
  -webkit-flex-wrap: wrap;
  flex-wrap: wrap;
}
.cid-v1B5lPzgAJ .social-list .mbr-iconfont-social {
  font-size: 1.3rem;
  color: #fff;
}
.cid-v1B5lPzgAJ .social-list .soc-item {
  margin: 0 0.5rem;
}
.cid-v1B5lPzgAJ .social-list a {
  margin: 0;
  opacity: 0.5;
  -webkit-transition: 0.2s linear;
  transition: 0.2s linear;
}
.cid-v1B5lPzgAJ .social-list a:hover {
  opacity: 1;
}
@media (max-width: 767px) {
  .cid-v1B5lPzgAJ .social-list {
    -webkit-justify-content: center;
    justify-content: center;
  }
}
.cid-v1B5lPzgAJ .list {
  list-style-type: none;
  padding: 0;
}
.cid-v1B5lPzgAJ .mbr-text {
  color: #f2702f;
}
.cid-v1B5lQ5irC {
  padding-top: 2rem;
  padding-bottom: 2rem;
  background-color: #ffffff;
}
.cid-v1B5lQ5irC ul {
  list-style: none;
  margin: 0;
  padding-left: 1.6rem;
}
.cid-v1B5lQ5irC li {
  position: relative;
  margin-bottom: 0.625rem;
  display: inline-block;
}
.cid-v1B5lQ5irC ul li::before {
  position: absolute;
  left: -1.6rem;
  top: 0.625rem;
  content: "";
  width: 10px;
  height: 10px;
  border-radius: 50%;
  background-color: #000000;
}
.cid-v1B5lQ5irC .mbr-section-subtitle {
  margin-bottom: 0.625rem;
}
.cid-v1B5lQ5irC .list-title {
  margin-top: 1.5625rem;
  margin-bottom: 1.125rem;
}
.cid-v1B5lQ5irC .mbr-social-linkes {
  margin-top: 0.5rem;
}
.cid-v1B5lQ5irC .mbr-social-linkes a {
  display: inline-block;
  color: #000000;
}
.cid-v1B5lQ5irC .mbr-social-linkes span {
  display: flex;
  align-items: center;
  justify-content: center;
  border-radius: 50%;
  border: 1px solid #9e9e9e;
  width: 36px;
  height: 36px;
  margin-left: 0.4375rem;
  margin-right: 0.4375rem;
  transition: 0.3s ease-out;
}
.cid-v1B5lQ5irC .mbr-social-linkes span:hover {
  border-color: #f23801;
  color: #f23801;
}
.cid-v1B5lQ5irC .mbr-section-link {
  margin-bottom: 30px;
}
.cid-v1B5lQ5irC .mbr-section-tag {
  color: #9e9e9e;
  margin-bottom: 0.4375rem;
  text-align: left;
}
.cid-v1B5lQ5irC .mbr-section-tag,
.cid-v1B5lQ5irC .mbr-section-link {
  text-align: center;
}
.cid-v1B5lQ5irC .mbr-section-tag,
.cid-v1B5lQ5irC .mbr-section-link,
.cid-v1B5lQ5irC .mbr-social-linkes {
  text-align: left;
  color: #4e0e0e;
}
.cid-v1B5lQ5irC .mbr-fallback-image.disabled {
  display: none;
}
.cid-v1B5lQ5irC .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-v1BajSRjqj {
  z-index: 1000;
  width: 100%;
  position: relative;
  min-height: 60px;
}
.cid-v1BajSRjqj nav.navbar {
  position: fixed;
}
.cid-v1BajSRjqj .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-v1BajSRjqj .dropdown-menu {
  padding: 0;
  border-radius: 4px;
  box-shadow: 0 1px 3px 0 rgba(0, 0, 0, 0.1);
}
.cid-v1BajSRjqj .dropdown-item {
  border-bottom: 1px solid #e6e6e6;
}
.cid-v1BajSRjqj .dropdown-item:hover,
.cid-v1BajSRjqj .dropdown-item:focus {
  background: #f2702f !important;
  color: white !important;
}
.cid-v1BajSRjqj .dropdown-item:first-child {
  border-top-left-radius: 4px;
  border-top-right-radius: 4px;
}
.cid-v1BajSRjqj .dropdown-item:last-child {
  border-bottom: none;
  border-bottom-left-radius: 4px;
  border-bottom-right-radius: 4px;
}
.cid-v1BajSRjqj .nav-dropdown .link {
  padding: 0 0.3em !important;
  margin: 0.667em 1em !important;
  color: #000;
}
.cid-v1BajSRjqj .nav-dropdown .link.dropdown-toggle::after {
  margin-left: 0.5rem;
  margin-top: 0.2rem;
}
.cid-v1BajSRjqj .nav-link {
  position: relative;
}
.cid-v1BajSRjqj .container {
  display: flex;
  margin: auto;
}
.cid-v1BajSRjqj .iconfont-wrapper {
  color: #000000 !important;
  font-size: 1.5rem;
  padding-right: 0.5rem;
}
.cid-v1BajSRjqj .dropdown-menu,
.cid-v1BajSRjqj .navbar.opened {
  background: #ffffff !important;
}
.cid-v1BajSRjqj .nav-item:focus,
.cid-v1BajSRjqj .nav-link:focus {
  outline: none;
}
.cid-v1BajSRjqj .dropdown .dropdown-menu .dropdown-item {
  width: auto;
  transition: all 0.25s ease-in-out;
}
.cid-v1BajSRjqj .dropdown .dropdown-menu .dropdown-item::after {
  right: 0.5rem;
}
.cid-v1BajSRjqj .dropdown .dropdown-menu .dropdown-item .mbr-iconfont {
  margin-right: 0.5rem;
  vertical-align: sub;
}
.cid-v1BajSRjqj .dropdown .dropdown-menu .dropdown-item .mbr-iconfont:before {
  display: inline-block;
  transform: scale(1, 1);
  transition: all 0.25s ease-in-out;
}
.cid-v1BajSRjqj .collapsed .dropdown-menu .dropdown-item:before {
  display: none;
}
.cid-v1BajSRjqj .collapsed .dropdown .dropdown-menu .dropdown-item {
  padding: 0.235em 1.5em 0.235em 1.5em !important;
  transition: none;
  margin: 0 !important;
}
.cid-v1BajSRjqj .navbar {
  min-height: 70px;
  transition: all 0.3s;
  border-bottom: 1px solid transparent;
  box-shadow: 0 1px 3px 0 rgba(0, 0, 0, 0.1);
  background: #ffffff;
}
.cid-v1BajSRjqj .navbar.opened {
  transition: all 0.3s;
}
.cid-v1BajSRjqj .navbar .dropdown-item {
  padding: 0.5rem 1.8rem;
}
.cid-v1BajSRjqj .navbar .navbar-logo img {
  width: auto;
}
.cid-v1BajSRjqj .navbar .navbar-collapse {
  justify-content: flex-end;
  z-index: 1;
}
.cid-v1BajSRjqj .navbar.collapsed {
  justify-content: center;
}
.cid-v1BajSRjqj .navbar.collapsed .nav-item .nav-link::before {
  display: none;
}
.cid-v1BajSRjqj .navbar.collapsed.opened .dropdown-menu {
  top: 0;
}
@media (min-width: 992px) {
  .cid-v1BajSRjqj .navbar.collapsed.opened:not(.navbar-short) .navbar-collapse {
    max-height: calc(98.5vh - 2.8rem);
  }
}
.cid-v1BajSRjqj .navbar.collapsed .dropdown-menu .dropdown-submenu {
  left: 0 !important;
}
.cid-v1BajSRjqj .navbar.collapsed .dropdown-menu .dropdown-item:after {
  right: auto;
}
.cid-v1BajSRjqj .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-v1BajSRjqj .navbar.collapsed ul.navbar-nav li {
  margin: auto;
}
.cid-v1BajSRjqj .navbar.collapsed .dropdown-menu .dropdown-item {
  padding: 0.25rem 1.5rem;
  text-align: center;
}
.cid-v1BajSRjqj .navbar.collapsed .icons-menu {
  padding-left: 0;
  padding-right: 0;
  padding-top: 0.5rem;
  padding-bottom: 0.5rem;
}
@media (max-width: 991px) {
  .cid-v1BajSRjqj .navbar .nav-item .nav-link::before {
    display: none;
  }
  .cid-v1BajSRjqj .navbar.opened .dropdown-menu {
    top: 0;
  }
  .cid-v1BajSRjqj .navbar .dropdown-menu .dropdown-submenu {
    left: 0 !important;
  }
  .cid-v1BajSRjqj .navbar .dropdown-menu .dropdown-item:after {
    right: auto;
  }
  .cid-v1BajSRjqj .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-v1BajSRjqj .navbar .navbar-logo img {
    height: 3rem !important;
  }
  .cid-v1BajSRjqj .navbar ul.navbar-nav li {
    margin: auto;
  }
  .cid-v1BajSRjqj .navbar .dropdown-menu .dropdown-item {
    padding: 0.25rem 1.5rem !important;
    text-align: center;
  }
  .cid-v1BajSRjqj .navbar .navbar-brand {
    flex-shrink: initial;
    flex-basis: auto;
    word-break: break-word;
    padding-right: 2rem;
  }
  .cid-v1BajSRjqj .navbar .navbar-toggler {
    flex-basis: auto;
  }
  .cid-v1BajSRjqj .navbar .icons-menu {
    padding-left: 0;
    padding-top: 0.5rem;
    padding-bottom: 0.5rem;
  }
}
.cid-v1BajSRjqj .navbar.navbar-short {
  min-height: 60px;
}
.cid-v1BajSRjqj .navbar.navbar-short .navbar-logo img {
  height: 2.5rem !important;
}
.cid-v1BajSRjqj .navbar.navbar-short .navbar-brand {
  min-height: 60px;
  padding: 0;
}
.cid-v1BajSRjqj .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-v1BajSRjqj .navbar-brand .navbar-caption {
  line-height: inherit !important;
}
.cid-v1BajSRjqj .navbar-brand .navbar-logo a {
  outline: none;
}
.cid-v1BajSRjqj .dropdown-item.active,
.cid-v1BajSRjqj .dropdown-item:active {
  background-color: transparent;
}
.cid-v1BajSRjqj .navbar-expand-lg .navbar-nav .nav-link {
  padding: 0;
}
.cid-v1BajSRjqj .nav-dropdown .link.dropdown-toggle {
  margin-right: 1.667em;
}
.cid-v1BajSRjqj .nav-dropdown .link.dropdown-toggle[aria-expanded="true"] {
  margin-right: 0;
  padding: 0.667em 1.667em;
}
.cid-v1BajSRjqj .navbar.navbar-expand-lg .dropdown .dropdown-menu {
  background: #ffffff;
}
.cid-v1BajSRjqj .navbar.navbar-expand-lg .dropdown .dropdown-menu .dropdown-submenu {
  margin: 0;
  left: 100%;
}
.cid-v1BajSRjqj .navbar .dropdown.open > .dropdown-menu {
  display: block;
}
.cid-v1BajSRjqj ul.navbar-nav {
  flex-wrap: wrap;
}
.cid-v1BajSRjqj .navbar-buttons {
  text-align: center;
  min-width: 170px;
}
.cid-v1BajSRjqj button.navbar-toggler {
  outline: none;
  width: 31px;
  height: 20px;
  cursor: pointer;
  transition: all 0.2s;
  position: relative;
  align-self: center;
}
.cid-v1BajSRjqj button.navbar-toggler .hamburger span {
  position: absolute;
  right: 0;
  width: 30px;
  height: 2px;
  border-right: 5px;
  background-color: #ffffff;
}
.cid-v1BajSRjqj button.navbar-toggler .hamburger span:nth-child(1) {
  top: 0;
  transition: all 0.2s;
}
.cid-v1BajSRjqj button.navbar-toggler .hamburger span:nth-child(2) {
  top: 8px;
  transition: all 0.15s;
}
.cid-v1BajSRjqj button.navbar-toggler .hamburger span:nth-child(3) {
  top: 8px;
  transition: all 0.15s;
}
.cid-v1BajSRjqj button.navbar-toggler .hamburger span:nth-child(4) {
  top: 16px;
  transition: all 0.2s;
}
.cid-v1BajSRjqj nav.opened .hamburger span:nth-child(1) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-v1BajSRjqj nav.opened .hamburger span:nth-child(2) {
  transform: rotate(45deg);
  transition: all 0.25s;
}
.cid-v1BajSRjqj nav.opened .hamburger span:nth-child(3) {
  transform: rotate(-45deg);
  transition: all 0.25s;
}
.cid-v1BajSRjqj nav.opened .hamburger span:nth-child(4) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-v1BajSRjqj .navbar-dropdown {
  padding: .7rem 1rem;
  position: fixed;
}
.cid-v1BajSRjqj a.nav-link {
  display: flex;
  align-items: center;
  justify-content: center;
}
.cid-v1BajSRjqj .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-v1BajSRjqj .navbar {
    height: 70px;
  }
  .cid-v1BajSRjqj .navbar.opened {
    height: auto;
  }
  .cid-v1BajSRjqj .nav-item .nav-link:hover::before {
    width: 175%;
    max-width: calc(100% + 2rem);
    left: -1rem;
  }
}
.cid-v1BajTdqwC {
  background-image: url("../../../assets/images/6876.webp");
}
.cid-v1BajTdqwC .mbr-section-title {
  text-align: center;
  color: #ffffff;
}
.cid-v1BajTdqwC .mbr-section-title a {
  font-weight: 600;
}
.cid-v1BajTdqwC .mbr-section-title a:hover {
  background: none !important;
}
.cid-v1BajTdqwC .mbr-text,
.cid-v1BajTdqwC .mbr-section-btn {
  text-align: center;
  color: #ffffff;
}
.cid-v1BajTdqwC .mbr-section-subtitle {
  color: #ffffff;
  text-align: center;
}
.cid-v1BajTdqwC .mbr-fallback-image.disabled {
  display: none;
}
.cid-v1BajTdqwC .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-v1BajTs40a {
  padding-top: 1rem;
  padding-bottom: 2rem;
  background-color: #ffffff;
}
.cid-v1BajTs40a .mbr-fallback-image.disabled {
  display: none;
}
.cid-v1BajTs40a .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-v1BajTs40a .title-wrapper .mbr-section-title {
  margin-bottom: 40px;
}
@media (max-width: 992px) {
  .cid-v1BajTs40a .title-wrapper .mbr-section-title {
    margin-bottom: 30px;
  }
}
.cid-v1BajTs40a .embla__slide {
  display: flex;
  justify-content: center;
  position: relative;
  min-width: 220px;
  max-width: 220px;
}
@media (max-width: 767px) {
  .cid-v1BajTs40a .embla__slide {
    min-width: 100%;
    max-width: 100%;
  }
}
.cid-v1BajTs40a .embla__slide .slide-content {
  width: 100%;
}
.cid-v1BajTs40a .embla__slide .slide-content:hover .item-wrapper,
.cid-v1BajTs40a .embla__slide .slide-content:focus .item-wrapper {
  background-color: #ffffff;
}
.cid-v1BajTs40a .embla__slide .slide-content .item-wrapper {
  display: flex;
  align-items: center;
  justify-content: center;
  height: 140px;
  transition: all 0.3s ease-in-out;
  padding: 0 20px;
}
.cid-v1BajTs40a .embla__slide .slide-content .item-wrapper .item-img img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.cid-v1BajTs40a .embla__button--next,
.cid-v1BajTs40a .embla__button--prev {
  display: flex;
}
.cid-v1BajTs40a .embla__button {
  bottom: 0;
  width: 60px;
  height: 60px;
  font-size: 18px;
  background-color: #000000 !important;
  color: #ffffff !important;
  border: none !important;
  border-radius: 50%;
  transition: all 0.3s;
  position: absolute;
  display: flex;
  justify-content: center;
  align-items: center;
  opacity: 1 !important;
  display: none;
}
.cid-v1BajTs40a .embla__button:hover {
  background-color: #e4ed64 !important;
  color: #000000 !important;
}
.cid-v1BajTs40a .embla__button.embla__button--prev {
  left: 0;
}
.cid-v1BajTs40a .embla__button.embla__button--next {
  right: 0;
}
.cid-v1BajTs40a .embla {
  position: relative;
  width: 100%;
}
.cid-v1BajTs40a .embla__viewport {
  overflow: hidden;
  width: 100%;
  margin-right: 1rem;
}
.cid-v1BajTs40a .embla__viewport.is-draggable {
  cursor: grab;
}
.cid-v1BajTs40a .embla__viewport.is-dragging {
  cursor: grabbing;
}
.cid-v1BajTs40a .embla__container {
  display: flex;
  user-select: none;
  -webkit-touch-callout: none;
  -khtml-user-select: none;
  -webkit-tap-highlight-color: transparent;
}
.cid-v1BajTs40a .item-menu-overlay {
  opacity: 0 !important;
}
.cid-v1BajTs40a .mbr-section-title {
  color: #000000;
  text-align: center;
}
.cid-v1BajUwIAW {
  padding-top: 2rem;
  padding-bottom: 0rem;
  background-color: #ffffff;
}
.cid-v1BajUwIAW .mbr-section-title {
  color: #232323;
}
.cid-v1BajUwIAW .mbr-section-subtitle {
  color: #05386b;
}
.cid-v1BKK5ZvJY {
  padding-top: 3rem;
  padding-bottom: 3rem;
  background-image: url("../../../assets/images/m-9000-ablak-kep-1200x917.jpg");
}
.cid-v1BKK5ZvJY .mbr-fallback-image.disabled {
  display: none;
}
.cid-v1BKK5ZvJY .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-v1BKK5ZvJY .image-wrapper {
    margin-bottom: 1rem;
  }
}
.cid-v1BKK5ZvJY img {
  border-radius: 2rem;
}
.cid-v1BKK5ZvJY .row {
  flex-direction: row-reverse;
}
.cid-v1BKK5ZvJY .row {
  align-items: center;
}
@media (max-width: 991px) {
  .cid-v1BKK5ZvJY .image-wrapper {
    padding: 1rem;
  }
}
@media (min-width: 992px) {
  .cid-v1BKK5ZvJY .text-wrapper {
    padding: 0 2rem;
  }
}
.cid-v1BKK5ZvJY .mbr-section-title {
  color: #ffffff;
}
.cid-v1BKK5ZvJY .mbr-text,
.cid-v1BKK5ZvJY .mbr-section-btn {
  color: #ffffff;
}
.cid-v1BKN3q3Lu {
  padding-top: 45px;
  padding-bottom: 30px;
  background-color: #ffffff;
}
.cid-v1BKN3q3Lu .mbr-fallback-image.disabled {
  display: none;
}
.cid-v1BKN3q3Lu .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-v1BKN3q3Lu .mbr-iconfont {
  color: #12439d;
  font-size: 5rem;
  width: 5rem;
}
.cid-v1BKN3q3Lu .iconfont-wrapper {
  display: flex;
  justify-content: center;
  align-items: center;
  height: 100%;
}
.cid-v1BKKSgghR {
  padding-top: 3rem;
  padding-bottom: 3rem;
  background-image: url("../../../assets/images/m-9000-ablak-kep-1200x917.jpg");
}
.cid-v1BKKSgghR .mbr-fallback-image.disabled {
  display: none;
}
.cid-v1BKKSgghR .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-v1BKKSgghR .image-wrapper {
    margin-bottom: 1rem;
  }
}
.cid-v1BKKSgghR img {
  border-radius: 2rem;
}
.cid-v1BKKSgghR .row {
  flex-direction: row-reverse;
}
.cid-v1BKKSgghR .row {
  align-items: center;
}
@media (max-width: 991px) {
  .cid-v1BKKSgghR .image-wrapper {
    padding: 1rem;
  }
}
@media (min-width: 992px) {
  .cid-v1BKKSgghR .text-wrapper {
    padding: 0 2rem;
  }
}
.cid-v1BKKSgghR .mbr-section-title {
  color: #ffffff;
}
.cid-v1BKKSgghR .mbr-text,
.cid-v1BKKSgghR .mbr-section-btn {
  color: #ffffff;
}
.cid-v1BKMCw5B3 {
  padding-top: 45px;
  padding-bottom: 30px;
  background-color: #ffffff;
}
.cid-v1BKMCw5B3 .mbr-fallback-image.disabled {
  display: none;
}
.cid-v1BKMCw5B3 .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-v1BKMCw5B3 .mbr-iconfont {
  color: #12439d;
  font-size: 5rem;
  width: 5rem;
}
.cid-v1BKMCw5B3 .iconfont-wrapper {
  display: flex;
  justify-content: center;
  align-items: center;
  height: 100%;
}
.cid-v1BKLnlGgx {
  padding-top: 3rem;
  padding-bottom: 3rem;
  background-image: url("../../../assets/images/m-9000-ablak-kep-1200x917.jpg");
}
.cid-v1BKLnlGgx .mbr-fallback-image.disabled {
  display: none;
}
.cid-v1BKLnlGgx .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-v1BKLnlGgx .image-wrapper {
    margin-bottom: 1rem;
  }
}
.cid-v1BKLnlGgx img {
  border-radius: 2rem;
}
.cid-v1BKLnlGgx .row {
  flex-direction: row-reverse;
}
.cid-v1BKLnlGgx .row {
  align-items: center;
}
@media (max-width: 991px) {
  .cid-v1BKLnlGgx .image-wrapper {
    padding: 1rem;
  }
}
@media (min-width: 992px) {
  .cid-v1BKLnlGgx .text-wrapper {
    padding: 0 2rem;
  }
}
.cid-v1BKLnlGgx .mbr-section-title {
  color: #ffffff;
}
.cid-v1BKLnlGgx .mbr-text,
.cid-v1BKLnlGgx .mbr-section-btn {
  color: #ffffff;
}
.cid-v1BKM4sW3v {
  padding-top: 45px;
  padding-bottom: 30px;
  background-color: #ffffff;
}
.cid-v1BKM4sW3v .mbr-fallback-image.disabled {
  display: none;
}
.cid-v1BKM4sW3v .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-v1BKM4sW3v .mbr-iconfont {
  color: #12439d;
  font-size: 5rem;
  width: 5rem;
}
.cid-v1BKM4sW3v .iconfont-wrapper {
  display: flex;
  justify-content: center;
  align-items: center;
  height: 100%;
}
.cid-v1BLg9ziqI {
  padding-top: 3rem;
  padding-bottom: 3rem;
  background-image: url("../../../assets/images/m-9000-ablak-kep-1200x917.jpg");
}
.cid-v1BLg9ziqI .mbr-fallback-image.disabled {
  display: none;
}
.cid-v1BLg9ziqI .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-v1BLg9ziqI .image-wrapper {
    margin-bottom: 1rem;
  }
}
.cid-v1BLg9ziqI img {
  border-radius: 2rem;
}
.cid-v1BLg9ziqI .row {
  flex-direction: row-reverse;
}
.cid-v1BLg9ziqI .row {
  align-items: center;
}
@media (max-width: 991px) {
  .cid-v1BLg9ziqI .image-wrapper {
    padding: 1rem;
  }
}
@media (min-width: 992px) {
  .cid-v1BLg9ziqI .text-wrapper {
    padding: 0 2rem;
  }
}
.cid-v1BLg9ziqI .mbr-section-title {
  color: #ffffff;
}
.cid-v1BLg9ziqI .mbr-text,
.cid-v1BLg9ziqI .mbr-section-btn {
  color: #ffffff;
}
.cid-v1BLgN2Mby {
  padding-top: 45px;
  padding-bottom: 30px;
  background-color: #ffffff;
}
.cid-v1BLgN2Mby .mbr-fallback-image.disabled {
  display: none;
}
.cid-v1BLgN2Mby .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-v1BLgN2Mby .mbr-iconfont {
  color: #12439d;
  font-size: 5rem;
  width: 5rem;
}
.cid-v1BLgN2Mby .iconfont-wrapper {
  display: flex;
  justify-content: center;
  align-items: center;
  height: 100%;
}
.cid-v1BLhmnRv9 {
  padding-top: 3rem;
  padding-bottom: 3rem;
  background-image: url("../../../assets/images/m-9000-ablak-kep-1200x917.jpg");
}
.cid-v1BLhmnRv9 .mbr-fallback-image.disabled {
  display: none;
}
.cid-v1BLhmnRv9 .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-v1BLhmnRv9 .image-wrapper {
    margin-bottom: 1rem;
  }
}
.cid-v1BLhmnRv9 img {
  border-radius: 2rem;
}
.cid-v1BLhmnRv9 .row {
  flex-direction: row-reverse;
}
.cid-v1BLhmnRv9 .row {
  align-items: center;
}
@media (max-width: 991px) {
  .cid-v1BLhmnRv9 .image-wrapper {
    padding: 1rem;
  }
}
@media (min-width: 992px) {
  .cid-v1BLhmnRv9 .text-wrapper {
    padding: 0 2rem;
  }
}
.cid-v1BLhmnRv9 .mbr-section-title {
  color: #ffffff;
}
.cid-v1BLhmnRv9 .mbr-text,
.cid-v1BLhmnRv9 .mbr-section-btn {
  color: #ffffff;
}
.cid-v1BLhR3BPI {
  padding-top: 45px;
  padding-bottom: 30px;
  background-color: #ffffff;
}
.cid-v1BLhR3BPI .mbr-fallback-image.disabled {
  display: none;
}
.cid-v1BLhR3BPI .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-v1BLhR3BPI .mbr-iconfont {
  color: #12439d;
  font-size: 5rem;
  width: 5rem;
}
.cid-v1BLhR3BPI .iconfont-wrapper {
  display: flex;
  justify-content: center;
  align-items: center;
  height: 100%;
}
.cid-v1BajWYlC3 {
  padding-top: 3rem;
  padding-bottom: 2rem;
  background-color: #ffffff;
}
.cid-v1BajWYlC3 .main_header {
  margin-bottom: 5rem;
}
.cid-v1BajWYlC3 .mbr-section-subtitle {
  margin-bottom: .75rem;
  line-height: 1;
}
.cid-v1BajWYlC3 .mbr-text {
  margin-top: 1.5rem;
  letter-spacing: -0.025rem;
  color: #232323;
}
.cid-v1BajWYlC3 .card_wrapper {
  height: 100%;
  margin-bottom: 3.5rem;
  cursor: pointer;
}
.cid-v1BajWYlC3 .item-img {
  position: relative;
  transition: box-shadow 0.2s ease-in, transform 0.2s ease-in;
}
.cid-v1BajWYlC3 .item-img:hover {
  transform: scale(1.02, 1.02);
  box-shadow: 0 0 15px -1px rgba(0, 0, 0, 0.4);
}
.cid-v1BajWYlC3 .item-img:before {
  position: absolute;
  content: ' ';
  display: block;
  z-index: 1;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  background-image: linear-gradient(to bottom, rgba(0, 0, 0, 0) 0%, rgba(0, 0, 0, 0) 10%, rgba(0, 0, 0, 0.5) 100%);
  pointer-events: none;
}
.cid-v1BajWYlC3 img,
.cid-v1BajWYlC3 .item-img {
  width: 100%;
  transition: all 0.5s cubic-bezier(0.4, 0, 0.2, 1);
}
.cid-v1BajWYlC3 .card_content {
  position: absolute;
  bottom: 0;
  left: 0;
  width: 100%;
  z-index: 5;
  padding: 20px;
  display: flex;
  justify-content: space-between;
  flex-direction: column;
}
.cid-v1BajWYlC3 .card_info {
  display: flex;
  justify-content: space-between;
  align-items: flex-end;
}
.cid-v1BajWYlC3 .card_text {
  padding-top: 5px;
  color: #eae8e4;
  text-align: center;
}
.cid-v1BajWYlC3 .card-number {
  min-width: 48px;
  color: #eae8e4;
  text-align: right;
}
.cid-v1BajWYlC3 .list_content {
  display: flex;
  justify-content: space-between;
  padding: 14px 0;
  border-top: 1px dotted rgba(55, 60, 66, 0.5);
}
.cid-v1BajWYlC3 .list_content:nth-child(1) {
  border: none;
}
.cid-v1BajWYlC3 .list_date {
  min-width: 130px;
}
.cid-v1BajWYlC3 .list_text {
  padding: 0 1rem;
}
.cid-v1BajWYlC3 .list_number {
  min-width: 50px;
  text-align: center;
}
@media (max-width: 767px) {
  .cid-v1BajWYlC3 .main_header {
    margin-bottom: 2.5rem;
  }
  .cid-v1BajWYlC3 .mbr-section-subtitle {
    margin-bottom: .25rem;
  }
  .cid-v1BajWYlC3 .mbr-text {
    margin-top: .75rem;
  }
  .cid-v1BajWYlC3 .card_wrapper {
    margin-bottom: 1.75rem;
  }
  .cid-v1BajWYlC3 .item-img,
  .cid-v1BajWYlC3 img {
    max-height: 200px;
  }
  .cid-v1BajWYlC3 .list_content {
    flex-direction: column-reverse;
    padding: 14px 0;
  }
  .cid-v1BajWYlC3 .list_text {
    padding: 5px 0;
  }
  .cid-v1BajWYlC3 .list_number {
    text-align: left;
  }
}
.cid-v1BajWYlC3 .card_title {
  text-align: center;
}
.cid-v1BajWYlC3 .mbr-section-title {
  color: #232323;
}
.cid-v1BajXCX6p {
  padding-top: 45px;
  padding-bottom: 30px;
  background-color: #232323;
}
@media (max-width: 767px) {
  .cid-v1BajXCX6p .content {
    text-align: center;
  }
  .cid-v1BajXCX6p .content > div:not(:last-child) {
    margin-bottom: 2rem;
  }
}
.cid-v1BajXCX6p .map {
  height: 18.75rem;
}
@media (max-width: 767px) {
  .cid-v1BajXCX6p .footer-lower .copyright {
    margin-bottom: 1rem;
    text-align: center;
  }
}
.cid-v1BajXCX6p .footer-lower hr {
  margin: 1rem 0;
  border-color: #fff;
  opacity: 0.05;
}
.cid-v1BajXCX6p .google-map {
  height: 25rem;
  position: relative;
}
.cid-v1BajXCX6p .google-map iframe {
  height: 100%;
  width: 100%;
}
.cid-v1BajXCX6p .google-map [data-state-details] {
  color: #6b6763;
  font-family: Montserrat;
  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-v1BajXCX6p .google-map[data-state] {
  background: #e9e5dc;
}
.cid-v1BajXCX6p .google-map[data-state="loading"] [data-state-details] {
  display: none;
}
.cid-v1BajXCX6p .social-list {
  padding-left: 0;
  margin-bottom: 0;
  margin-left: -7px;
  list-style: none;
  display: flex;
  -webkit-justify-content: flex-start;
  justify-content: flex-start;
  -webkit-flex-wrap: wrap;
  flex-wrap: wrap;
}
.cid-v1BajXCX6p .social-list .mbr-iconfont-social {
  font-size: 1.3rem;
  color: #fff;
}
.cid-v1BajXCX6p .social-list .soc-item {
  margin: 0 0.5rem;
}
.cid-v1BajXCX6p .social-list a {
  margin: 0;
  opacity: 0.5;
  -webkit-transition: 0.2s linear;
  transition: 0.2s linear;
}
.cid-v1BajXCX6p .social-list a:hover {
  opacity: 1;
}
@media (max-width: 767px) {
  .cid-v1BajXCX6p .social-list {
    -webkit-justify-content: center;
    justify-content: center;
  }
}
.cid-v1BajXCX6p .list {
  list-style-type: none;
  padding: 0;
}
.cid-v1BajXCX6p .mbr-text {
  color: #f2702f;
}
.cid-v1BajY7lfl {
  padding-top: 2rem;
  padding-bottom: 2rem;
  background-color: #ffffff;
}
.cid-v1BajY7lfl ul {
  list-style: none;
  margin: 0;
  padding-left: 1.6rem;
}
.cid-v1BajY7lfl li {
  position: relative;
  margin-bottom: 0.625rem;
  display: inline-block;
}
.cid-v1BajY7lfl ul li::before {
  position: absolute;
  left: -1.6rem;
  top: 0.625rem;
  content: "";
  width: 10px;
  height: 10px;
  border-radius: 50%;
  background-color: #000000;
}
.cid-v1BajY7lfl .mbr-section-subtitle {
  margin-bottom: 0.625rem;
}
.cid-v1BajY7lfl .list-title {
  margin-top: 1.5625rem;
  margin-bottom: 1.125rem;
}
.cid-v1BajY7lfl .mbr-social-linkes {
  margin-top: 0.5rem;
}
.cid-v1BajY7lfl .mbr-social-linkes a {
  display: inline-block;
  color: #000000;
}
.cid-v1BajY7lfl .mbr-social-linkes span {
  display: flex;
  align-items: center;
  justify-content: center;
  border-radius: 50%;
  border: 1px solid #9e9e9e;
  width: 36px;
  height: 36px;
  margin-left: 0.4375rem;
  margin-right: 0.4375rem;
  transition: 0.3s ease-out;
}
.cid-v1BajY7lfl .mbr-social-linkes span:hover {
  border-color: #f23801;
  color: #f23801;
}
.cid-v1BajY7lfl .mbr-section-link {
  margin-bottom: 30px;
}
.cid-v1BajY7lfl .mbr-section-tag {
  color: #9e9e9e;
  margin-bottom: 0.4375rem;
  text-align: left;
}
.cid-v1BajY7lfl .mbr-section-tag,
.cid-v1BajY7lfl .mbr-section-link {
  text-align: center;
}
.cid-v1BajY7lfl .mbr-section-tag,
.cid-v1BajY7lfl .mbr-section-link,
.cid-v1BajY7lfl .mbr-social-linkes {
  text-align: left;
  color: #4e0e0e;
}
.cid-v1BajY7lfl .mbr-fallback-image.disabled {
  display: none;
}
.cid-v1BajY7lfl .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
