.btn {
  border-width: 2px;
}
body {
  font-family: Jost;
}
.display-1 {
  font-family: 'Jost', sans-serif;
  font-size: 4.6rem;
  line-height: 1.1;
}
.display-1 > .mbr-iconfont {
  font-size: 5.75rem;
}
.display-2 {
  font-family: 'Jost', sans-serif;
  font-size: 3rem;
  line-height: 1.1;
}
.display-2 > .mbr-iconfont {
  font-size: 3.75rem;
}
.display-4 {
  font-family: 'Adam-Light';
  font-size: 1.2rem;
  line-height: 1.5;
}
.display-4 > .mbr-iconfont {
  font-size: 1.5rem;
}
.display-5 {
  font-family: 'Jost', sans-serif;
  font-size: 1.5rem;
  line-height: 1.5;
}
.display-5 > .mbr-iconfont {
  font-size: 1.875rem;
}
.display-7 {
  font-family: 'Jost', sans-serif;
  font-size: 1rem;
  line-height: 1.5;
}
.display-7 > .mbr-iconfont {
  font-size: 1.25rem;
}
/* ---- Fluid typography for mobile devices ---- */
/* 1.4 - font scale ratio ( bootstrap == 1.42857 ) */
/* 100vw - current viewport width */
/* (48 - 20)  48 == 48rem == 768px, 20 == 20rem == 320px(minimal supported viewport) */
/* 0.65 - min scale variable, may vary */
@media (max-width: 992px) {
  .display-1 {
    font-size: 3.68rem;
  }
}
@media (max-width: 768px) {
  .display-1 {
    font-size: 3.22rem;
    font-size: calc( 2.26rem + (4.6 - 2.26) * ((100vw - 20rem) / (48 - 20)));
    line-height: calc( 1.1 * (2.26rem + (4.6 - 2.26) * ((100vw - 20rem) / (48 - 20))));
  }
  .display-2 {
    font-size: 2.4rem;
    font-size: calc( 1.7rem + (3 - 1.7) * ((100vw - 20rem) / (48 - 20)));
    line-height: calc( 1.3 * (1.7rem + (3 - 1.7) * ((100vw - 20rem) / (48 - 20))));
  }
  .display-4 {
    font-size: 0.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))));
  }
  .display-5 {
    font-size: 1.2rem;
    font-size: calc( 1.175rem + (1.5 - 1.175) * ((100vw - 20rem) / (48 - 20)));
    line-height: calc( 1.4 * (1.175rem + (1.5 - 1.175) * ((100vw - 20rem) / (48 - 20))));
  }
  .display-7 {
    font-size: 0.8rem;
    font-size: calc( 1rem + (1 - 1) * ((100vw - 20rem) / (48 - 20)));
    line-height: calc( 1.4 * (1rem + (1 - 1) * ((100vw - 20rem) / (48 - 20))));
  }
}
/* Buttons */
.btn {
  padding: 0.6rem 1.2rem;
  border-radius: 4px;
}
.btn-sm {
  padding: 0.6rem 1.2rem;
  border-radius: 4px;
}
.btn-md {
  padding: 0.6rem 1.2rem;
  border-radius: 4px;
}
.btn-lg {
  padding: 1rem 2.6rem;
  border-radius: 4px;
}
.bg-primary {
  background-color: #bbbbbb !important;
}
.bg-success {
  background-color: #40b0bf !important;
}
.bg-info {
  background-color: #47b5ed !important;
}
.bg-warning {
  background-color: #ffe161 !important;
}
.bg-danger {
  background-color: #ff9966 !important;
}
.btn-primary,
.btn-primary:active {
  background-color: #bbbbbb !important;
  border-color: #bbbbbb !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: #909090 !important;
  border-color: #909090 !important;
  box-shadow: 0 2px 5px 0 rgba(0, 0, 0, 0.2);
}
.btn-primary.disabled,
.btn-primary:disabled {
  color: #ffffff !important;
  background-color: #909090 !important;
  border-color: #909090 !important;
}
.btn-secondary,
.btn-secondary:active {
  background-color: #ff6666 !important;
  border-color: #ff6666 !important;
  color: #ffffff !important;
  box-shadow: 0 2px 2px 0 rgba(0, 0, 0, 0.2);
}
.btn-secondary:hover,
.btn-secondary:focus,
.btn-secondary.focus,
.btn-secondary.active {
  color: #ffffff !important;
  background-color: #ff0f0f !important;
  border-color: #ff0f0f !important;
  box-shadow: 0 2px 5px 0 rgba(0, 0, 0, 0.2);
}
.btn-secondary.disabled,
.btn-secondary:disabled {
  color: #ffffff !important;
  background-color: #ff0f0f !important;
  border-color: #ff0f0f !important;
}
.btn-info,
.btn-info:active {
  background-color: #47b5ed !important;
  border-color: #47b5ed !important;
  color: #ffffff !important;
  box-shadow: 0 2px 2px 0 rgba(0, 0, 0, 0.2);
}
.btn-info:hover,
.btn-info:focus,
.btn-info.focus,
.btn-info.active {
  color: #ffffff !important;
  background-color: #148cca !important;
  border-color: #148cca !important;
  box-shadow: 0 2px 5px 0 rgba(0, 0, 0, 0.2);
}
.btn-info.disabled,
.btn-info:disabled {
  color: #ffffff !important;
  background-color: #148cca !important;
  border-color: #148cca !important;
}
.btn-success,
.btn-success:active {
  background-color: #40b0bf !important;
  border-color: #40b0bf !important;
  color: #ffffff !important;
  box-shadow: 0 2px 2px 0 rgba(0, 0, 0, 0.2);
}
.btn-success:hover,
.btn-success:focus,
.btn-success.focus,
.btn-success.active {
  color: #ffffff !important;
  background-color: #2a747e !important;
  border-color: #2a747e !important;
  box-shadow: 0 2px 5px 0 rgba(0, 0, 0, 0.2);
}
.btn-success.disabled,
.btn-success:disabled {
  color: #ffffff !important;
  background-color: #2a747e !important;
  border-color: #2a747e !important;
}
.btn-warning,
.btn-warning:active {
  background-color: #ffe161 !important;
  border-color: #ffe161 !important;
  color: #614f00 !important;
  box-shadow: 0 2px 2px 0 rgba(0, 0, 0, 0.2);
}
.btn-warning:hover,
.btn-warning:focus,
.btn-warning.focus,
.btn-warning.active {
  color: #0a0800 !important;
  background-color: #ffd10a !important;
  border-color: #ffd10a !important;
  box-shadow: 0 2px 5px 0 rgba(0, 0, 0, 0.2);
}
.btn-warning.disabled,
.btn-warning:disabled {
  color: #614f00 !important;
  background-color: #ffd10a !important;
  border-color: #ffd10a !important;
}
.btn-danger,
.btn-danger:active {
  background-color: #ff9966 !important;
  border-color: #ff9966 !important;
  color: #ffffff !important;
  box-shadow: 0 2px 2px 0 rgba(0, 0, 0, 0.2);
}
.btn-danger:hover,
.btn-danger:focus,
.btn-danger.focus,
.btn-danger.active {
  color: #ffffff !important;
  background-color: #ff5f0f !important;
  border-color: #ff5f0f !important;
  box-shadow: 0 2px 5px 0 rgba(0, 0, 0, 0.2);
}
.btn-danger.disabled,
.btn-danger:disabled {
  color: #ffffff !important;
  background-color: #ff5f0f !important;
  border-color: #ff5f0f !important;
}
.btn-white,
.btn-white:active {
  background-color: #fafafa !important;
  border-color: #fafafa !important;
  color: #7a7a7a !important;
  box-shadow: 0 2px 2px 0 rgba(0, 0, 0, 0.2);
}
.btn-white:hover,
.btn-white:focus,
.btn-white.focus,
.btn-white.active {
  color: #4f4f4f !important;
  background-color: #cfcfcf !important;
  border-color: #cfcfcf !important;
  box-shadow: 0 2px 5px 0 rgba(0, 0, 0, 0.2);
}
.btn-white.disabled,
.btn-white:disabled {
  color: #7a7a7a !important;
  background-color: #cfcfcf !important;
  border-color: #cfcfcf !important;
}
.btn-black,
.btn-black:active {
  background-color: #232323 !important;
  border-color: #232323 !important;
  color: #ffffff !important;
  box-shadow: 0 2px 2px 0 rgba(0, 0, 0, 0.2);
}
.btn-black:hover,
.btn-black:focus,
.btn-black.focus,
.btn-black.active {
  color: #ffffff !important;
  background-color: #000000 !important;
  border-color: #000000 !important;
  box-shadow: 0 2px 5px 0 rgba(0, 0, 0, 0.2);
}
.btn-black.disabled,
.btn-black:disabled {
  color: #ffffff !important;
  background-color: #000000 !important;
  border-color: #000000 !important;
}
.btn-primary-outline,
.btn-primary-outline:active {
  background-color: transparent !important;
  border-color: #bbbbbb;
  color: #bbbbbb;
}
.btn-primary-outline:hover,
.btn-primary-outline:focus,
.btn-primary-outline.focus,
.btn-primary-outline.active {
  color: #909090 !important;
  background-color: transparent!important;
  border-color: #909090 !important;
  box-shadow: none!important;
}
.btn-primary-outline.disabled,
.btn-primary-outline:disabled {
  color: #ffffff !important;
  background-color: #bbbbbb !important;
  border-color: #bbbbbb !important;
}
.btn-secondary-outline,
.btn-secondary-outline:active {
  background-color: transparent !important;
  border-color: #ff6666;
  color: #ff6666;
}
.btn-secondary-outline:hover,
.btn-secondary-outline:focus,
.btn-secondary-outline.focus,
.btn-secondary-outline.active {
  color: #ff0f0f !important;
  background-color: transparent!important;
  border-color: #ff0f0f !important;
  box-shadow: none!important;
}
.btn-secondary-outline.disabled,
.btn-secondary-outline:disabled {
  color: #ffffff !important;
  background-color: #ff6666 !important;
  border-color: #ff6666 !important;
}
.btn-info-outline,
.btn-info-outline:active {
  background-color: transparent !important;
  border-color: #47b5ed;
  color: #47b5ed;
}
.btn-info-outline:hover,
.btn-info-outline:focus,
.btn-info-outline.focus,
.btn-info-outline.active {
  color: #148cca !important;
  background-color: transparent!important;
  border-color: #148cca !important;
  box-shadow: none!important;
}
.btn-info-outline.disabled,
.btn-info-outline:disabled {
  color: #ffffff !important;
  background-color: #47b5ed !important;
  border-color: #47b5ed !important;
}
.btn-success-outline,
.btn-success-outline:active {
  background-color: transparent !important;
  border-color: #40b0bf;
  color: #40b0bf;
}
.btn-success-outline:hover,
.btn-success-outline:focus,
.btn-success-outline.focus,
.btn-success-outline.active {
  color: #2a747e !important;
  background-color: transparent!important;
  border-color: #2a747e !important;
  box-shadow: none!important;
}
.btn-success-outline.disabled,
.btn-success-outline:disabled {
  color: #ffffff !important;
  background-color: #40b0bf !important;
  border-color: #40b0bf !important;
}
.btn-warning-outline,
.btn-warning-outline:active {
  background-color: transparent !important;
  border-color: #ffe161;
  color: #ffe161;
}
.btn-warning-outline:hover,
.btn-warning-outline:focus,
.btn-warning-outline.focus,
.btn-warning-outline.active {
  color: #ffd10a !important;
  background-color: transparent!important;
  border-color: #ffd10a !important;
  box-shadow: none!important;
}
.btn-warning-outline.disabled,
.btn-warning-outline:disabled {
  color: #614f00 !important;
  background-color: #ffe161 !important;
  border-color: #ffe161 !important;
}
.btn-danger-outline,
.btn-danger-outline:active {
  background-color: transparent !important;
  border-color: #ff9966;
  color: #ff9966;
}
.btn-danger-outline:hover,
.btn-danger-outline:focus,
.btn-danger-outline.focus,
.btn-danger-outline.active {
  color: #ff5f0f !important;
  background-color: transparent!important;
  border-color: #ff5f0f !important;
  box-shadow: none!important;
}
.btn-danger-outline.disabled,
.btn-danger-outline:disabled {
  color: #ffffff !important;
  background-color: #ff9966 !important;
  border-color: #ff9966 !important;
}
.btn-black-outline,
.btn-black-outline:active {
  background-color: transparent !important;
  border-color: #232323;
  color: #232323;
}
.btn-black-outline:hover,
.btn-black-outline:focus,
.btn-black-outline.focus,
.btn-black-outline.active {
  color: #000000 !important;
  background-color: transparent!important;
  border-color: #000000 !important;
  box-shadow: none!important;
}
.btn-black-outline.disabled,
.btn-black-outline:disabled {
  color: #ffffff !important;
  background-color: #232323 !important;
  border-color: #232323 !important;
}
.btn-white-outline,
.btn-white-outline:active {
  background-color: transparent !important;
  border-color: #fafafa;
  color: #fafafa;
}
.btn-white-outline:hover,
.btn-white-outline:focus,
.btn-white-outline.focus,
.btn-white-outline.active {
  color: #cfcfcf !important;
  background-color: transparent!important;
  border-color: #cfcfcf !important;
  box-shadow: none!important;
}
.btn-white-outline.disabled,
.btn-white-outline:disabled {
  color: #7a7a7a !important;
  background-color: #fafafa !important;
  border-color: #fafafa !important;
}
.text-primary {
  color: #bbbbbb !important;
}
.text-secondary {
  color: #ff6666 !important;
}
.text-success {
  color: #40b0bf !important;
}
.text-info {
  color: #47b5ed !important;
}
.text-warning {
  color: #ffe161 !important;
}
.text-danger {
  color: #ff9966 !important;
}
.text-white {
  color: #fafafa !important;
}
.text-black {
  color: #232323 !important;
}
a.text-primary:hover,
a.text-primary:focus,
a.text-primary.active {
  color: #888888 !important;
}
a.text-secondary:hover,
a.text-secondary:focus,
a.text-secondary.active {
  color: #ff0000 !important;
}
a.text-success:hover,
a.text-success:focus,
a.text-success.active {
  color: #266a73 !important;
}
a.text-info:hover,
a.text-info:focus,
a.text-info.active {
  color: #1283bc !important;
}
a.text-warning:hover,
a.text-warning:focus,
a.text-warning.active {
  color: #facb00 !important;
}
a.text-danger:hover,
a.text-danger:focus,
a.text-danger.active {
  color: #ff5500 !important;
}
a.text-white:hover,
a.text-white:focus,
a.text-white.active {
  color: #c7c7c7 !important;
}
a.text-black:hover,
a.text-black:focus,
a.text-black.active {
  color: #000000 !important;
}
a[class*="text-"]:not(.nav-link):not(.dropdown-item):not([role]):not(.navbar-caption) {
  position: relative;
  background-image: transparent;
  background-size: 10000px 2px;
  background-repeat: no-repeat;
  background-position: 0px 1.2em;
  background-position: -10000px 1.2em;
}
a[class*="text-"]:not(.nav-link):not(.dropdown-item):not([role]):not(.navbar-caption):hover {
  transition: background-position 2s ease-in-out;
  background-image: linear-gradient(currentColor 50%, currentColor 50%);
  background-position: 0px 1.2em;
}
.nav-tabs .nav-link.active {
  color: #bbbbbb;
}
.nav-tabs .nav-link:not(.active) {
  color: #232323;
}
.alert-success {
  background-color: #70c770;
}
.alert-info {
  background-color: #47b5ed;
}
.alert-warning {
  background-color: #ffe161;
}
.alert-danger {
  background-color: #ff9966;
}
.mbr-section-btn a.btn:not(.btn-form) {
  border-radius: 100px;
}
.mbr-gallery-filter li a {
  border-radius: 100px !important;
}
.mbr-gallery-filter li.active .btn {
  background-color: #bbbbbb;
  border-color: #bbbbbb;
  color: #ffffff;
}
.mbr-gallery-filter li.active .btn:focus {
  box-shadow: none;
}
.nav-tabs .nav-link {
  border-radius: 100px !important;
}
a,
a:hover {
  color: #bbbbbb;
}
.mbr-plan-header.bg-primary .mbr-plan-subtitle,
.mbr-plan-header.bg-primary .mbr-plan-price-desc {
  color: #fbfbfb;
}
.mbr-plan-header.bg-success .mbr-plan-subtitle,
.mbr-plan-header.bg-success .mbr-plan-price-desc {
  color: #a0d8df;
}
.mbr-plan-header.bg-info .mbr-plan-subtitle,
.mbr-plan-header.bg-info .mbr-plan-price-desc {
  color: #ffffff;
}
.mbr-plan-header.bg-warning .mbr-plan-subtitle,
.mbr-plan-header.bg-warning .mbr-plan-price-desc {
  color: #ffffff;
}
.mbr-plan-header.bg-danger .mbr-plan-subtitle,
.mbr-plan-header.bg-danger .mbr-plan-price-desc {
  color: #ffffff;
}
/* Scroll to top button*/
#scrollToTop a {
  border-radius: 100px;
}
.form-control {
  font-family: 'Adam-Light';
  font-size: 1.2rem;
  line-height: 1.5;
  font-weight: 400;
}
.form-control > .mbr-iconfont {
  font-size: 1.5rem;
}
.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: #bbbbbb !important;
}
.form-control:-webkit-input-placeholder {
  font-family: 'Adam-Light';
  font-size: 1.2rem;
  line-height: 1.5;
  font-weight: 400;
}
.form-control:-webkit-input-placeholder > .mbr-iconfont {
  font-size: 1.5rem;
}
blockquote {
  border-color: #bbbbbb;
}
/* Forms */
.mbr-form .input-group-btn a.btn {
  border-radius: 100px !important;
}
.mbr-form .input-group-btn a.btn:hover {
  box-shadow: 0 10px 40px 0 rgba(0, 0, 0, 0.2);
}
.mbr-form .input-group-btn button[type="submit"] {
  border-radius: 100px !important;
  padding: 1rem 3rem;
}
.mbr-form .input-group-btn button[type="submit"]:hover {
  box-shadow: 0 10px 40px 0 rgba(0, 0, 0, 0.2);
}
.jq-selectbox li:hover,
.jq-selectbox li.selected {
  background-color: #bbbbbb;
  color: #ffffff;
}
.jq-number__spin {
  transition: 0.25s ease;
}
.jq-number__spin:hover {
  border-color: #bbbbbb;
}
.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: #bbbbbb;
  border-bottom-color: #bbbbbb;
}
.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: #bbbbbb !important;
  box-shadow: none !important;
}
.xdsoft_datetimepicker .xdsoft_calendar td:hover,
.xdsoft_datetimepicker .xdsoft_timepicker .xdsoft_time_box > div > div:hover {
  color: #000000 !important;
  background: #ff6666 !important;
  box-shadow: none !important;
}
.lazy-bg {
  background-image: none !important;
}
.lazy-placeholder:not(section),
.lazy-none {
  display: block;
  position: relative;
  padding-bottom: 56.25%;
  width: 100%;
  height: auto;
}
iframe.lazy-placeholder,
.lazy-placeholder:after {
  content: '';
  position: absolute;
  width: 200px;
  height: 200px;
  background: transparent no-repeat center;
  background-size: contain;
  top: 50%;
  left: 50%;
  transform: translateX(-50%) translateY(-50%);
  background-image: url("data:image/svg+xml;charset=UTF-8,%3csvg width='32' height='32' viewBox='0 0 64 64' xmlns='http://www.w3.org/2000/svg' stroke='%23bbbbbb' %3e%3cg fill='none' fill-rule='evenodd'%3e%3cg transform='translate(16 16)' stroke-width='2'%3e%3ccircle stroke-opacity='.5' cx='16' cy='16' r='16'/%3e%3cpath d='M32 16c0-9.94-8.06-16-16-16'%3e%3canimateTransform attributeName='transform' type='rotate' from='0 16 16' to='360 16 16' dur='1s' repeatCount='indefinite'/%3e%3c/path%3e%3c/g%3e%3c/g%3e%3c/svg%3e");
}
section.lazy-placeholder:after {
  opacity: 0.5;
}
body {
  overflow-x: hidden;
}
a {
  transition: color 0.6s;
}
.cid-seZhUlX3Wp {
  z-index: 1000;
  width: 100%;
  position: relative;
  min-height: 60px;
}
.cid-seZhUlX3Wp nav.navbar {
  position: fixed;
}
.cid-seZhUlX3Wp .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-seZhUlX3Wp .dropdown-menu {
  padding: 0;
  border-radius: 4px;
  box-shadow: 0 1px 3px 0 rgba(0, 0, 0, 0.1);
}
.cid-seZhUlX3Wp .dropdown-item {
  border-bottom: 1px solid #e6e6e6;
}
.cid-seZhUlX3Wp .dropdown-item:hover,
.cid-seZhUlX3Wp .dropdown-item:focus {
  background: #bbbbbb !important;
  color: white !important;
}
.cid-seZhUlX3Wp .dropdown-item:first-child {
  border-top-left-radius: 4px;
  border-top-right-radius: 4px;
}
.cid-seZhUlX3Wp .dropdown-item:last-child {
  border-bottom: none;
  border-bottom-left-radius: 4px;
  border-bottom-right-radius: 4px;
}
.cid-seZhUlX3Wp .nav-dropdown .link {
  padding: 0 0.3em !important;
  margin: 0.667em 1em !important;
}
.cid-seZhUlX3Wp .nav-dropdown .link.dropdown-toggle::after {
  margin-left: 0.5rem;
  margin-top: 0.2rem;
}
.cid-seZhUlX3Wp .nav-link {
  position: relative;
}
.cid-seZhUlX3Wp .container {
  display: flex;
  margin: auto;
}
.cid-seZhUlX3Wp .iconfont-wrapper {
  color: #000000 !important;
  font-size: 1.5rem;
  padding-right: 0.5rem;
}
.cid-seZhUlX3Wp .dropdown-menu,
.cid-seZhUlX3Wp .navbar.opened {
  background: #ffffff !important;
}
.cid-seZhUlX3Wp .nav-item:focus,
.cid-seZhUlX3Wp .nav-link:focus {
  outline: none;
}
.cid-seZhUlX3Wp .dropdown .dropdown-menu .dropdown-item {
  width: auto;
  transition: all 0.25s ease-in-out;
}
.cid-seZhUlX3Wp .dropdown .dropdown-menu .dropdown-item::after {
  right: 0.5rem;
}
.cid-seZhUlX3Wp .dropdown .dropdown-menu .dropdown-item .mbr-iconfont {
  margin-right: 0.5rem;
  vertical-align: sub;
}
.cid-seZhUlX3Wp .dropdown .dropdown-menu .dropdown-item .mbr-iconfont:before {
  display: inline-block;
  transform: scale(1, 1);
  transition: all 0.25s ease-in-out;
}
.cid-seZhUlX3Wp .collapsed .dropdown-menu .dropdown-item:before {
  display: none;
}
.cid-seZhUlX3Wp .collapsed .dropdown .dropdown-menu .dropdown-item {
  padding: 0.235em 1.5em 0.235em 1.5em !important;
  transition: none;
  margin: 0 !important;
}
.cid-seZhUlX3Wp .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-seZhUlX3Wp .navbar.opened {
  transition: all 0.3s;
}
.cid-seZhUlX3Wp .navbar .dropdown-item {
  padding: 0.5rem 1.8rem;
}
.cid-seZhUlX3Wp .navbar .navbar-logo img {
  width: auto;
}
.cid-seZhUlX3Wp .navbar .navbar-collapse {
  justify-content: flex-end;
  z-index: 1;
}
.cid-seZhUlX3Wp .navbar.collapsed {
  justify-content: center;
}
.cid-seZhUlX3Wp .navbar.collapsed .nav-item .nav-link::before {
  display: none;
}
.cid-seZhUlX3Wp .navbar.collapsed.opened .dropdown-menu {
  top: 0;
}
@media (min-width: 992px) {
  .cid-seZhUlX3Wp .navbar.collapsed.opened:not(.navbar-short) .navbar-collapse {
    max-height: calc(98.5vh - 3rem);
  }
}
.cid-seZhUlX3Wp .navbar.collapsed .dropdown-menu .dropdown-submenu {
  left: 0 !important;
}
.cid-seZhUlX3Wp .navbar.collapsed .dropdown-menu .dropdown-item:after {
  right: auto;
}
.cid-seZhUlX3Wp .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-seZhUlX3Wp .navbar.collapsed ul.navbar-nav li {
  margin: auto;
}
.cid-seZhUlX3Wp .navbar.collapsed .dropdown-menu .dropdown-item {
  padding: 0.25rem 1.5rem;
  text-align: center;
}
.cid-seZhUlX3Wp .navbar.collapsed .icons-menu {
  padding-left: 0;
  padding-right: 0;
  padding-top: 0.5rem;
  padding-bottom: 0.5rem;
}
@media (max-width: 991px) {
  .cid-seZhUlX3Wp .navbar .nav-item .nav-link::before {
    display: none;
  }
  .cid-seZhUlX3Wp .navbar.opened .dropdown-menu {
    top: 0;
  }
  .cid-seZhUlX3Wp .navbar .dropdown-menu .dropdown-submenu {
    left: 0 !important;
  }
  .cid-seZhUlX3Wp .navbar .dropdown-menu .dropdown-item:after {
    right: auto;
  }
  .cid-seZhUlX3Wp .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-seZhUlX3Wp .navbar .navbar-logo img {
    height: 3rem !important;
  }
  .cid-seZhUlX3Wp .navbar ul.navbar-nav li {
    margin: auto;
  }
  .cid-seZhUlX3Wp .navbar .dropdown-menu .dropdown-item {
    padding: 0.25rem 1.5rem !important;
    text-align: center;
  }
  .cid-seZhUlX3Wp .navbar .navbar-brand {
    flex-shrink: initial;
    flex-basis: auto;
    word-break: break-word;
    padding-right: 2rem;
  }
  .cid-seZhUlX3Wp .navbar .navbar-toggler {
    flex-basis: auto;
  }
  .cid-seZhUlX3Wp .navbar .icons-menu {
    padding-left: 0;
    padding-top: 0.5rem;
    padding-bottom: 0.5rem;
  }
}
.cid-seZhUlX3Wp .navbar.navbar-short {
  min-height: 60px;
}
.cid-seZhUlX3Wp .navbar.navbar-short .navbar-logo img {
  height: 2.5rem !important;
}
.cid-seZhUlX3Wp .navbar.navbar-short .navbar-brand {
  min-height: 60px;
  padding: 0;
}
.cid-seZhUlX3Wp .navbar-brand {
  min-height: 70px;
  flex-shrink: 0;
  align-items: center;
  margin-right: 0;
  padding: 0;
  transition: all 0.3s;
  word-break: break-word;
  z-index: 1;
}
.cid-seZhUlX3Wp .navbar-brand .navbar-caption {
  line-height: inherit !important;
}
.cid-seZhUlX3Wp .navbar-brand .navbar-logo a {
  outline: none;
}
.cid-seZhUlX3Wp .dropdown-item.active,
.cid-seZhUlX3Wp .dropdown-item:active {
  background-color: transparent;
}
.cid-seZhUlX3Wp .navbar-expand-lg .navbar-nav .nav-link {
  padding: 0;
}
.cid-seZhUlX3Wp .nav-dropdown .link.dropdown-toggle {
  margin-right: 1.667em;
}
.cid-seZhUlX3Wp .nav-dropdown .link.dropdown-toggle[aria-expanded="true"] {
  margin-right: 0;
  padding: 0.667em 1.667em;
}
.cid-seZhUlX3Wp .navbar.navbar-expand-lg .dropdown .dropdown-menu {
  background: #ffffff;
}
.cid-seZhUlX3Wp .navbar.navbar-expand-lg .dropdown .dropdown-menu .dropdown-submenu {
  margin: 0;
  left: 100%;
}
.cid-seZhUlX3Wp .navbar .dropdown.open > .dropdown-menu {
  display: block;
}
.cid-seZhUlX3Wp ul.navbar-nav {
  flex-wrap: wrap;
}
.cid-seZhUlX3Wp .navbar-buttons {
  text-align: center;
  min-width: 170px;
}
.cid-seZhUlX3Wp button.navbar-toggler {
  outline: none;
  width: 31px;
  height: 20px;
  cursor: pointer;
  transition: all 0.2s;
  position: relative;
  align-self: center;
}
.cid-seZhUlX3Wp button.navbar-toggler .hamburger span {
  position: absolute;
  right: 0;
  width: 30px;
  height: 2px;
  border-right: 5px;
  background-color: #000000;
}
.cid-seZhUlX3Wp button.navbar-toggler .hamburger span:nth-child(1) {
  top: 0;
  transition: all 0.2s;
}
.cid-seZhUlX3Wp button.navbar-toggler .hamburger span:nth-child(2) {
  top: 8px;
  transition: all 0.15s;
}
.cid-seZhUlX3Wp button.navbar-toggler .hamburger span:nth-child(3) {
  top: 8px;
  transition: all 0.15s;
}
.cid-seZhUlX3Wp button.navbar-toggler .hamburger span:nth-child(4) {
  top: 16px;
  transition: all 0.2s;
}
.cid-seZhUlX3Wp nav.opened .hamburger span:nth-child(1) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-seZhUlX3Wp nav.opened .hamburger span:nth-child(2) {
  transform: rotate(45deg);
  transition: all 0.25s;
}
.cid-seZhUlX3Wp nav.opened .hamburger span:nth-child(3) {
  transform: rotate(-45deg);
  transition: all 0.25s;
}
.cid-seZhUlX3Wp nav.opened .hamburger span:nth-child(4) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-seZhUlX3Wp .navbar-dropdown {
  padding: 0 1rem;
  position: fixed;
}
.cid-seZhUlX3Wp a.nav-link {
  display: flex;
  align-items: center;
  justify-content: center;
}
.cid-seZhUlX3Wp .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-seZhUlX3Wp .navbar {
    height: 70px;
  }
  .cid-seZhUlX3Wp .navbar.opened {
    height: auto;
  }
  .cid-seZhUlX3Wp .nav-item .nav-link:hover::before {
    width: 175%;
    max-width: calc(100% + 2rem);
    left: -1rem;
  }
}
.cid-seZjlJSNbr {
  padding-top: 15px;
  padding-bottom: 15px;
  background-color: #ffffff;
}
.cid-seZjlJSNbr .mbr-section-subtitle {
  color: #767676;
}
.cid-seZjnaDePH {
  padding-top: 0px;
  padding-bottom: 0px;
  background-color: #efeeee;
}
.cid-seZjnaDePH img {
  width: 100%;
  height: 100%;
  transition: 5s;
  object-fit: cover;
  margin: auto;
}
.cid-seZjnaDePH img:hover {
  transform: scale(1.1);
}
.cid-seZjnaDePH .img-col {
  padding: 0;
  overflow: hidden;
  text-align: center;
  justify-content: center;
  position: relative;
}
.cid-seZjnaDePH h2 {
  padding: 0;
  margin: 0;
}
.cid-seZjnaDePH .title-wrap {
  display: flex;
  align-items: center;
  justify-content: center;
}
.cid-seZjnaDePH .text-col {
  max-width: 650px;
  margin: auto;
  padding: 6rem 6rem;
}
.cid-seZjnaDePH .mbr-section-btn {
  position: absolute;
  bottom: 0;
  right: 0;
}
.cid-seZjnaDePH .mbr-section-btn .btn {
  margin: 0rem!important;
  min-width: 400px;
  justify-content: space-between;
}
.cid-seZjnaDePH .mbr-section-btn .btn .mbr-iconfont {
  order: 2;
}
.cid-seZjnaDePH .number {
  border-top: 2px solid currentColor;
  padding-top: 0.6rem;
  margin-right: 3rem;
  margin-bottom: 0;
  margin-top: 0.5rem;
}
@media (max-width: 992px) {
  .cid-seZjnaDePH .text-col {
    padding: 4rem 4rem;
  }
}
@media (max-width: 767px) {
  .cid-seZjnaDePH .btn {
    min-width: 200px!important;
    padding: 0.6rem 0.8rem!important;
  }
  .cid-seZjnaDePH .text-col {
    padding: 2rem 1rem;
  }
}
.cid-seZjnaDePH H2 {
  color: #333333;
}
.cid-seZjnaDePH .mbr-text {
  color: #767676;
}
.cid-seZjoL6fuC {
  padding-top: 0px;
  padding-bottom: 0px;
  background-color: #ffffff;
}
@media (min-width: 767px) {
  .cid-seZjoL6fuC .container {
    padding: 1rem;
  }
}
.cid-seZjoL6fuC .card-box {
  padding: 0 2rem;
}
.cid-seZjoL6fuC .card {
  padding: 0!important;
}
.cid-seZjoL6fuC .mbr-section-btn {
  padding-top: 2rem;
}
.cid-seZjoL6fuC .container-fluid {
  padding: 0;
}
.cid-seZjoL6fuC .card1 {
  background-image: url("../../../assets/images/bildschirmfoto-2020-10-15-um-01.39.35-958x766.png");
}
.cid-seZjoL6fuC .card2 {
  background-image: url("../../../assets/images/bildschirmfoto-2020-10-15-um-01.39.50-958x766.png");
}
.cid-seZjoL6fuC .card3 {
  background-image: url("../../../assets/images/bildschirmfoto-2020-10-15-um-01.40.01-888x766.png");
}
.cid-seZjoL6fuC h4 {
  font-weight: 500;
  margin-bottom: 0;
  padding-top: 2rem;
}
.cid-seZjoL6fuC p {
  margin-bottom: 0;
  padding-top: 1.5rem;
}
.cid-seZjoL6fuC .card-wrapper {
  height: 100%;
  padding: 25rem 2rem 5rem 2rem;
  background-size: cover;
}
.cid-seZjoL6fuC .btn {
  margin: 0!important;
  padding: 1rem 2rem;
}
@media (max-width: 767px) {
  .cid-seZjoL6fuC .card-wrapper {
    padding: 15rem 1rem 3rem 1rem;
  }
}
.cid-seZjoL6fuC .card-title {
  text-align: center;
}
.cid-seZjqFluD9 {
  padding-top: 60px;
  padding-bottom: 60px;
  background-color: #232323;
}
.cid-seZjqFluD9 .section-text {
  padding: 2rem 0;
  letter-spacing: 0.03em;
}
.cid-seZjqFluD9 .inner-container {
  margin: 0 auto;
  position: relative;
}
.cid-seZjqFluD9 .inner-container .mbr-iconfont {
  z-index: 1;
  position: absolute;
  font-size: 9rem;
  color: #efefef;
  opacity: .1;
}
.cid-seZjqFluD9 .inner-container .mbr-iconfont.left-top {
  left: -1rem;
  top: -1rem;
}
.cid-seZjqFluD9 .inner-container .mbr-iconfont.right-down {
  right: -1rem;
  bottom: -1rem;
}
.cid-seZjqFluD9 .inner-container .section-text {
  z-index: 3;
  min-height: 10rem;
}
@media (max-width: 767px) {
  .cid-seZjqFluD9 .inner-container {
    width: 100% !important;
  }
  .cid-seZjqFluD9 .mbr-iconfont {
    font-size: 6rem !important;
  }
}
.cid-seZjrvprDB {
  padding-top: 0px;
  padding-bottom: 0px;
  background-color: #efeeee;
}
.cid-seZjrvprDB img {
  width: 100%;
  height: 100%;
  transition: 5s;
  object-fit: cover;
  margin: auto;
}
.cid-seZjrvprDB img:hover {
  transform: scale(1.1);
}
.cid-seZjrvprDB .img-col {
  padding: 0;
  overflow: hidden;
  text-align: center;
  justify-content: center;
  position: relative;
}
.cid-seZjrvprDB h2 {
  padding: 0;
  margin: 0;
}
.cid-seZjrvprDB .title-wrap {
  display: flex;
  align-items: center;
  justify-content: center;
}
.cid-seZjrvprDB .text-col {
  max-width: 650px;
  margin: auto;
  padding: 6rem 6rem;
}
.cid-seZjrvprDB .mbr-section-btn {
  position: absolute;
  bottom: 0;
  left: 0;
}
.cid-seZjrvprDB .mbr-section-btn .btn {
  margin: 0rem!important;
  min-width: 400px;
  justify-content: space-between;
}
.cid-seZjrvprDB .mbr-section-btn .btn .mbr-iconfont {
  order: 2;
}
.cid-seZjrvprDB .number {
  border-top: 2px solid currentColor;
  padding-top: 0.6rem;
  margin-right: 3rem;
  margin-bottom: 0;
  margin-top: 0.5rem;
}
@media (max-width: 992px) {
  .cid-seZjrvprDB .text-col {
    padding: 4rem 4rem;
  }
}
@media (max-width: 767px) {
  .cid-seZjrvprDB .btn {
    min-width: 200px!important;
    padding: 0.6rem 0.8rem!important;
  }
  .cid-seZjrvprDB .text-col {
    padding: 2rem 1rem;
  }
}
.cid-seZjrvprDB H2 {
  color: #333333;
}
.cid-seZjrvprDB .mbr-text {
  color: #767676;
}
.cid-seZjuL3mMC {
  padding-top: 0px;
  padding-bottom: 0px;
  background-color: #efeeee;
}
.cid-seZjuL3mMC img {
  width: 100%;
  height: 100%;
  transition: 5s;
  object-fit: cover;
  margin: auto;
}
.cid-seZjuL3mMC img:hover {
  transform: scale(1.1);
}
.cid-seZjuL3mMC .img-col {
  padding: 0;
  overflow: hidden;
  text-align: center;
  justify-content: center;
  position: relative;
}
.cid-seZjuL3mMC h2 {
  padding: 0;
  margin: 0;
}
.cid-seZjuL3mMC .title-wrap {
  display: flex;
  align-items: center;
  justify-content: center;
}
.cid-seZjuL3mMC .text-col {
  max-width: 650px;
  margin: auto;
  padding: 6rem 6rem;
}
.cid-seZjuL3mMC .mbr-section-btn {
  position: absolute;
  bottom: 0;
  right: 0;
}
.cid-seZjuL3mMC .mbr-section-btn .btn {
  margin: 0rem!important;
  min-width: 400px;
  justify-content: space-between;
}
.cid-seZjuL3mMC .mbr-section-btn .btn .mbr-iconfont {
  order: 2;
}
.cid-seZjuL3mMC .number {
  border-top: 2px solid currentColor;
  padding-top: 0.6rem;
  margin-right: 3rem;
  margin-bottom: 0;
  margin-top: 0.5rem;
}
@media (max-width: 992px) {
  .cid-seZjuL3mMC .text-col {
    padding: 4rem 4rem;
  }
}
@media (max-width: 767px) {
  .cid-seZjuL3mMC .btn {
    min-width: 200px!important;
    padding: 0.6rem 0.8rem!important;
  }
  .cid-seZjuL3mMC .text-col {
    padding: 2rem 1rem;
  }
}
.cid-seZjuL3mMC H2 {
  color: #333333;
}
.cid-seZjuL3mMC .mbr-text {
  color: #767676;
}
.cid-seZjvEQITm {
  padding-top: 0px;
  padding-bottom: 0px;
  background-color: #efeeee;
}
.cid-seZjvEQITm img {
  width: 100%;
  height: 100%;
  transition: 5s;
  object-fit: cover;
  margin: auto;
}
.cid-seZjvEQITm img:hover {
  transform: scale(1.1);
}
.cid-seZjvEQITm .img-col {
  padding: 0;
  overflow: hidden;
  text-align: center;
  justify-content: center;
  position: relative;
}
.cid-seZjvEQITm h2 {
  padding: 0;
  margin: 0;
}
.cid-seZjvEQITm .title-wrap {
  display: flex;
  align-items: center;
  justify-content: center;
}
.cid-seZjvEQITm .text-col {
  max-width: 650px;
  margin: auto;
  padding: 6rem 6rem;
}
.cid-seZjvEQITm .mbr-section-btn {
  position: absolute;
  bottom: 0;
  left: 0;
}
.cid-seZjvEQITm .mbr-section-btn .btn {
  margin: 0rem!important;
  min-width: 400px;
  justify-content: space-between;
}
.cid-seZjvEQITm .mbr-section-btn .btn .mbr-iconfont {
  order: 2;
}
.cid-seZjvEQITm .number {
  border-top: 2px solid currentColor;
  padding-top: 0.6rem;
  margin-right: 3rem;
  margin-bottom: 0;
  margin-top: 0.5rem;
}
@media (max-width: 992px) {
  .cid-seZjvEQITm .text-col {
    padding: 4rem 4rem;
  }
}
@media (max-width: 767px) {
  .cid-seZjvEQITm .btn {
    min-width: 200px!important;
    padding: 0.6rem 0.8rem!important;
  }
  .cid-seZjvEQITm .text-col {
    padding: 2rem 1rem;
  }
}
.cid-seZjvEQITm H2 {
  color: #333333;
}
.cid-seZjvEQITm .mbr-text {
  color: #767676;
}
.cid-seZjwlV9NP {
  padding-top: 0px;
  padding-bottom: 0px;
  background-color: #efeeee;
}
.cid-seZjwlV9NP img {
  width: 100%;
  height: 100%;
  transition: 5s;
  object-fit: cover;
  margin: auto;
}
.cid-seZjwlV9NP img:hover {
  transform: scale(1.1);
}
.cid-seZjwlV9NP .img-col {
  padding: 0;
  overflow: hidden;
  text-align: center;
  justify-content: center;
  position: relative;
}
.cid-seZjwlV9NP h2 {
  padding: 0;
  margin: 0;
}
.cid-seZjwlV9NP .title-wrap {
  display: flex;
  align-items: center;
  justify-content: center;
}
.cid-seZjwlV9NP .text-col {
  max-width: 650px;
  margin: auto;
  padding: 6rem 6rem;
}
.cid-seZjwlV9NP .mbr-section-btn {
  position: absolute;
  bottom: 0;
  right: 0;
}
.cid-seZjwlV9NP .mbr-section-btn .btn {
  margin: 0rem!important;
  min-width: 400px;
  justify-content: space-between;
}
.cid-seZjwlV9NP .mbr-section-btn .btn .mbr-iconfont {
  order: 2;
}
.cid-seZjwlV9NP .number {
  border-top: 2px solid currentColor;
  padding-top: 0.6rem;
  margin-right: 3rem;
  margin-bottom: 0;
  margin-top: 0.5rem;
}
@media (max-width: 992px) {
  .cid-seZjwlV9NP .text-col {
    padding: 4rem 4rem;
  }
}
@media (max-width: 767px) {
  .cid-seZjwlV9NP .btn {
    min-width: 200px!important;
    padding: 0.6rem 0.8rem!important;
  }
  .cid-seZjwlV9NP .text-col {
    padding: 2rem 1rem;
  }
}
.cid-seZjwlV9NP H2 {
  color: #333333;
}
.cid-seZjwlV9NP .mbr-text {
  color: #767676;
}
.cid-seZjzZJxHA {
  padding-top: 45px;
  padding-bottom: 45px;
  background-color: #cccccc;
}
.cid-seZjzZJxHA img {
  height: 300px;
  width: 100%;
  object-fit: cover;
}
.cid-seZjzZJxHA .wrapper:before {
  content: '';
  display: block;
  position: absolute;
  transition: opacity 0.3s;
  top: 0;
  right: 0;
  height: 100%;
  left: 0;
  background-color: #232323;
  opacity: 0.6;
  pointer-events: none;
}
.cid-seZjzZJxHA .row > div {
  margin: 0;
  padding: 0;
  width: 100%;
  position: relative;
}
.cid-seZjzZJxHA .row > div:hover .wrapper:before {
  opacity: 0.2;
}
@media (max-width: 767px) {
  .cid-seZjzZJxHA .wrapper:before {
    opacity: 0.2;
  }
}
.cid-seZjAr5MPs {
  padding-top: 90px;
  padding-bottom: 90px;
  background-image: url("../../../assets/images/whatsapp-image-2020-11-03-at-13.24.15-6-1600x1200.jpg");
}
.cid-seZjAr5MPs .row {
  -webkit-justify-content: flex-end;
  justify-content: flex-end;
  -webkit-align-items: stretch;
  align-items: stretch;
}
.cid-seZjAr5MPs .content-panel {
  padding: 3rem;
  background-color: #232323;
}
@media (min-width: 767px) {
  .cid-seZjAr5MPs .text-block {
    padding-right: 0;
    padding-left: 0;
  }
}
.cid-seZjAr5MPs .google-map {
  width: 100%;
  height: 30rem;
  -webkit-filter: grayscale(100%);
  -moz-filter: grayscale(100%);
  -ms-filter: grayscale(100%);
  -o-filter: grayscale(100%);
  filter: gray;
}
.cid-seZjAr5MPs .google-map iframe {
  width: inherit;
  height: 100%;
}
.cid-seZjAr5MPs .google-map iframe .place-card {
  margin-left: 40px !important;
}
.cid-seZjAr5MPs .google-map .place-card {
  margin-left: 40px !important;
}
.cid-sfvWAmZZVY {
  padding-top: 45px;
  padding-bottom: 45px;
  background-color: #ffffff;
}
.cid-sfvWAmZZVY .listico {
  padding-right: 1rem;
  color: #656565;
  font-size: 0.9rem;
}
.cid-sfvWAmZZVY .navbar-logo {
  width: 80px;
  margin-bottom: 10px;
}
.cid-sfvWAmZZVY .navbar-brand {
  width: 100%;
  margin: 0;
}
.cid-sfvWAmZZVY .mbr-text {
  color: #444;
}
.cid-sfvWAmZZVY h5 {
  margin-bottom: 0;
}
.cid-sfvWAmZZVY .list-item {
  display: flex;
  padding-top: 10px;
  padding-bottom: 10px;
  -webkit-align-items: center;
  align-items: center;
}
.cid-sfvWAmZZVY .socicon {
  color: #9e9e9e;
  font-size: 2rem;
}
.cid-sfvWAmZZVY .social-list {
  padding-left: 0;
  margin-bottom: 0;
  list-style: none;
}
.cid-sfvWAmZZVY .social-list .soc-item {
  margin: 0 .5rem;
  display: inline-block;
}
.cid-sfvWAmZZVY .social-list a {
  margin: 0;
  -webkit-transition: .2s linear;
  transition: .2s linear;
}
.cid-sfvWAmZZVY .social-list a:hover {
  opacity: .4;
}
.cid-sfvWAmZZVY .media-container-row > div {
  padding: 0px;
}
.cid-sfvWAmZZVY .text2 {
  color: #9e9e9e;
  text-align: left;
}
.cid-sfvWAmZZVY .group-title {
  text-align: left;
}
.cid-sfvWAmZZVY .group-title SPAN {
  color: #656565;
}
.cid-sfvWAmZZVY .links {
  color: #9e9e9e;
}
@media (max-width: 991px) {
  .cid-sfvWAmZZVY .col-sm-12 {
    margin-bottom: 2rem;
  }
  .cid-sfvWAmZZVY h3 {
    margin-bottom: 10px;
  }
}
.cid-sfvWAmZZVY .links SPAN {
  color: #9e9e9e;
}
.cid-seZhUlX3Wp {
  z-index: 1000;
  width: 100%;
  position: relative;
  min-height: 60px;
}
.cid-seZhUlX3Wp nav.navbar {
  position: fixed;
}
.cid-seZhUlX3Wp .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-seZhUlX3Wp .dropdown-menu {
  padding: 0;
  border-radius: 4px;
  box-shadow: 0 1px 3px 0 rgba(0, 0, 0, 0.1);
}
.cid-seZhUlX3Wp .dropdown-item {
  border-bottom: 1px solid #e6e6e6;
}
.cid-seZhUlX3Wp .dropdown-item:hover,
.cid-seZhUlX3Wp .dropdown-item:focus {
  background: #bbbbbb !important;
  color: white !important;
}
.cid-seZhUlX3Wp .dropdown-item:first-child {
  border-top-left-radius: 4px;
  border-top-right-radius: 4px;
}
.cid-seZhUlX3Wp .dropdown-item:last-child {
  border-bottom: none;
  border-bottom-left-radius: 4px;
  border-bottom-right-radius: 4px;
}
.cid-seZhUlX3Wp .nav-dropdown .link {
  padding: 0 0.3em !important;
  margin: 0.667em 1em !important;
}
.cid-seZhUlX3Wp .nav-dropdown .link.dropdown-toggle::after {
  margin-left: 0.5rem;
  margin-top: 0.2rem;
}
.cid-seZhUlX3Wp .nav-link {
  position: relative;
}
.cid-seZhUlX3Wp .container {
  display: flex;
  margin: auto;
}
.cid-seZhUlX3Wp .iconfont-wrapper {
  color: #000000 !important;
  font-size: 1.5rem;
  padding-right: 0.5rem;
}
.cid-seZhUlX3Wp .dropdown-menu,
.cid-seZhUlX3Wp .navbar.opened {
  background: #ffffff !important;
}
.cid-seZhUlX3Wp .nav-item:focus,
.cid-seZhUlX3Wp .nav-link:focus {
  outline: none;
}
.cid-seZhUlX3Wp .dropdown .dropdown-menu .dropdown-item {
  width: auto;
  transition: all 0.25s ease-in-out;
}
.cid-seZhUlX3Wp .dropdown .dropdown-menu .dropdown-item::after {
  right: 0.5rem;
}
.cid-seZhUlX3Wp .dropdown .dropdown-menu .dropdown-item .mbr-iconfont {
  margin-right: 0.5rem;
  vertical-align: sub;
}
.cid-seZhUlX3Wp .dropdown .dropdown-menu .dropdown-item .mbr-iconfont:before {
  display: inline-block;
  transform: scale(1, 1);
  transition: all 0.25s ease-in-out;
}
.cid-seZhUlX3Wp .collapsed .dropdown-menu .dropdown-item:before {
  display: none;
}
.cid-seZhUlX3Wp .collapsed .dropdown .dropdown-menu .dropdown-item {
  padding: 0.235em 1.5em 0.235em 1.5em !important;
  transition: none;
  margin: 0 !important;
}
.cid-seZhUlX3Wp .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-seZhUlX3Wp .navbar.opened {
  transition: all 0.3s;
}
.cid-seZhUlX3Wp .navbar .dropdown-item {
  padding: 0.5rem 1.8rem;
}
.cid-seZhUlX3Wp .navbar .navbar-logo img {
  width: auto;
}
.cid-seZhUlX3Wp .navbar .navbar-collapse {
  justify-content: flex-end;
  z-index: 1;
}
.cid-seZhUlX3Wp .navbar.collapsed {
  justify-content: center;
}
.cid-seZhUlX3Wp .navbar.collapsed .nav-item .nav-link::before {
  display: none;
}
.cid-seZhUlX3Wp .navbar.collapsed.opened .dropdown-menu {
  top: 0;
}
@media (min-width: 992px) {
  .cid-seZhUlX3Wp .navbar.collapsed.opened:not(.navbar-short) .navbar-collapse {
    max-height: calc(98.5vh - 3rem);
  }
}
.cid-seZhUlX3Wp .navbar.collapsed .dropdown-menu .dropdown-submenu {
  left: 0 !important;
}
.cid-seZhUlX3Wp .navbar.collapsed .dropdown-menu .dropdown-item:after {
  right: auto;
}
.cid-seZhUlX3Wp .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-seZhUlX3Wp .navbar.collapsed ul.navbar-nav li {
  margin: auto;
}
.cid-seZhUlX3Wp .navbar.collapsed .dropdown-menu .dropdown-item {
  padding: 0.25rem 1.5rem;
  text-align: center;
}
.cid-seZhUlX3Wp .navbar.collapsed .icons-menu {
  padding-left: 0;
  padding-right: 0;
  padding-top: 0.5rem;
  padding-bottom: 0.5rem;
}
@media (max-width: 991px) {
  .cid-seZhUlX3Wp .navbar .nav-item .nav-link::before {
    display: none;
  }
  .cid-seZhUlX3Wp .navbar.opened .dropdown-menu {
    top: 0;
  }
  .cid-seZhUlX3Wp .navbar .dropdown-menu .dropdown-submenu {
    left: 0 !important;
  }
  .cid-seZhUlX3Wp .navbar .dropdown-menu .dropdown-item:after {
    right: auto;
  }
  .cid-seZhUlX3Wp .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-seZhUlX3Wp .navbar .navbar-logo img {
    height: 3rem !important;
  }
  .cid-seZhUlX3Wp .navbar ul.navbar-nav li {
    margin: auto;
  }
  .cid-seZhUlX3Wp .navbar .dropdown-menu .dropdown-item {
    padding: 0.25rem 1.5rem !important;
    text-align: center;
  }
  .cid-seZhUlX3Wp .navbar .navbar-brand {
    flex-shrink: initial;
    flex-basis: auto;
    word-break: break-word;
    padding-right: 2rem;
  }
  .cid-seZhUlX3Wp .navbar .navbar-toggler {
    flex-basis: auto;
  }
  .cid-seZhUlX3Wp .navbar .icons-menu {
    padding-left: 0;
    padding-top: 0.5rem;
    padding-bottom: 0.5rem;
  }
}
.cid-seZhUlX3Wp .navbar.navbar-short {
  min-height: 60px;
}
.cid-seZhUlX3Wp .navbar.navbar-short .navbar-logo img {
  height: 2.5rem !important;
}
.cid-seZhUlX3Wp .navbar.navbar-short .navbar-brand {
  min-height: 60px;
  padding: 0;
}
.cid-seZhUlX3Wp .navbar-brand {
  min-height: 70px;
  flex-shrink: 0;
  align-items: center;
  margin-right: 0;
  padding: 0;
  transition: all 0.3s;
  word-break: break-word;
  z-index: 1;
}
.cid-seZhUlX3Wp .navbar-brand .navbar-caption {
  line-height: inherit !important;
}
.cid-seZhUlX3Wp .navbar-brand .navbar-logo a {
  outline: none;
}
.cid-seZhUlX3Wp .dropdown-item.active,
.cid-seZhUlX3Wp .dropdown-item:active {
  background-color: transparent;
}
.cid-seZhUlX3Wp .navbar-expand-lg .navbar-nav .nav-link {
  padding: 0;
}
.cid-seZhUlX3Wp .nav-dropdown .link.dropdown-toggle {
  margin-right: 1.667em;
}
.cid-seZhUlX3Wp .nav-dropdown .link.dropdown-toggle[aria-expanded="true"] {
  margin-right: 0;
  padding: 0.667em 1.667em;
}
.cid-seZhUlX3Wp .navbar.navbar-expand-lg .dropdown .dropdown-menu {
  background: #ffffff;
}
.cid-seZhUlX3Wp .navbar.navbar-expand-lg .dropdown .dropdown-menu .dropdown-submenu {
  margin: 0;
  left: 100%;
}
.cid-seZhUlX3Wp .navbar .dropdown.open > .dropdown-menu {
  display: block;
}
.cid-seZhUlX3Wp ul.navbar-nav {
  flex-wrap: wrap;
}
.cid-seZhUlX3Wp .navbar-buttons {
  text-align: center;
  min-width: 170px;
}
.cid-seZhUlX3Wp button.navbar-toggler {
  outline: none;
  width: 31px;
  height: 20px;
  cursor: pointer;
  transition: all 0.2s;
  position: relative;
  align-self: center;
}
.cid-seZhUlX3Wp button.navbar-toggler .hamburger span {
  position: absolute;
  right: 0;
  width: 30px;
  height: 2px;
  border-right: 5px;
  background-color: #000000;
}
.cid-seZhUlX3Wp button.navbar-toggler .hamburger span:nth-child(1) {
  top: 0;
  transition: all 0.2s;
}
.cid-seZhUlX3Wp button.navbar-toggler .hamburger span:nth-child(2) {
  top: 8px;
  transition: all 0.15s;
}
.cid-seZhUlX3Wp button.navbar-toggler .hamburger span:nth-child(3) {
  top: 8px;
  transition: all 0.15s;
}
.cid-seZhUlX3Wp button.navbar-toggler .hamburger span:nth-child(4) {
  top: 16px;
  transition: all 0.2s;
}
.cid-seZhUlX3Wp nav.opened .hamburger span:nth-child(1) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-seZhUlX3Wp nav.opened .hamburger span:nth-child(2) {
  transform: rotate(45deg);
  transition: all 0.25s;
}
.cid-seZhUlX3Wp nav.opened .hamburger span:nth-child(3) {
  transform: rotate(-45deg);
  transition: all 0.25s;
}
.cid-seZhUlX3Wp nav.opened .hamburger span:nth-child(4) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-seZhUlX3Wp .navbar-dropdown {
  padding: 0 1rem;
  position: fixed;
}
.cid-seZhUlX3Wp a.nav-link {
  display: flex;
  align-items: center;
  justify-content: center;
}
.cid-seZhUlX3Wp .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-seZhUlX3Wp .navbar {
    height: 70px;
  }
  .cid-seZhUlX3Wp .navbar.opened {
    height: auto;
  }
  .cid-seZhUlX3Wp .nav-item .nav-link:hover::before {
    width: 175%;
    max-width: calc(100% + 2rem);
    left: -1rem;
  }
}
.cid-sf1fGhl0b0 {
  padding-top: 0px;
  padding-bottom: 0px;
  background-color: #efeeee;
}
.cid-sf1fGhl0b0 img {
  width: 100%;
  height: 100%;
  transition: 5s;
  object-fit: cover;
  margin: auto;
}
.cid-sf1fGhl0b0 img:hover {
  transform: scale(1.1);
}
.cid-sf1fGhl0b0 .img-col {
  padding: 0;
  overflow: hidden;
  text-align: center;
  justify-content: center;
  position: relative;
}
.cid-sf1fGhl0b0 h2 {
  padding: 0;
  margin: 0;
}
.cid-sf1fGhl0b0 .title-wrap {
  display: flex;
  align-items: center;
  justify-content: center;
}
.cid-sf1fGhl0b0 .text-col {
  max-width: 650px;
  margin: auto;
  padding: 6rem 6rem;
}
.cid-sf1fGhl0b0 .mbr-section-btn {
  position: absolute;
  bottom: 0;
  right: 0;
}
.cid-sf1fGhl0b0 .mbr-section-btn .btn {
  margin: 0rem!important;
  min-width: 400px;
  justify-content: space-between;
}
.cid-sf1fGhl0b0 .mbr-section-btn .btn .mbr-iconfont {
  order: 2;
}
.cid-sf1fGhl0b0 .number {
  border-top: 2px solid currentColor;
  padding-top: 0.6rem;
  margin-right: 3rem;
  margin-bottom: 0;
  margin-top: 0.5rem;
}
@media (max-width: 992px) {
  .cid-sf1fGhl0b0 .text-col {
    padding: 4rem 4rem;
  }
}
@media (max-width: 767px) {
  .cid-sf1fGhl0b0 .btn {
    min-width: 200px!important;
    padding: 0.6rem 0.8rem!important;
  }
  .cid-sf1fGhl0b0 .text-col {
    padding: 2rem 1rem;
  }
}
.cid-sf1fGhl0b0 H2 {
  color: #333333;
}
.cid-sf1fGhl0b0 .mbr-text {
  color: #767676;
}
.cid-sf1hjld2O7 {
  padding-top: 75px;
  padding-bottom: 75px;
  background-color: #ffffff;
}
.cid-sf1hjld2O7 .card {
  -webkit-flex-direction: row;
  flex-direction: row;
  -webkit-justify-content: center;
  justify-content: center;
}
.cid-sf1hjld2O7 .card .card-img {
  width: 20%;
  display: flex;
  -webkit-flex-direction: column;
  flex-direction: column;
}
.cid-sf1hjld2O7 .card .card-box {
  display: flex;
  -webkit-flex-direction: column;
  flex-direction: column;
  width: 80%;
  padding-left: 1rem;
}
.cid-sf1hjld2O7 .card .card-img span {
  color: #767676;
  font-size: 60px;
}
.cid-sf1hjld2O7 .mbr-text {
  color: #767676;
}
@media (max-width: 767px) {
  .cid-sf1hjld2O7 .card {
    -webkit-flex-direction: column;
    flex-direction: column;
  }
  .cid-sf1hjld2O7 .card .card-img {
    width: 100%;
    padding-bottom: 1.5rem;
  }
  .cid-sf1hjld2O7 .card .card-box {
    width: 100%;
    padding-left: 0;
  }
  .cid-sf1hjld2O7 .card .card-box .card-title,
  .cid-sf1hjld2O7 .card .card-box .mbr-text,
  .cid-sf1hjld2O7 .card .card-box .link {
    text-align: center;
  }
}
@media (min-width: 768px) {
  .cid-sf1hjld2O7 .card {
    padding-right: 2rem;
    padding-left: 2rem;
  }
  .cid-sf1hjld2O7 .card .card-img {
    text-align: right !important;
  }
}
.cid-sf1ivlQhIh {
  padding-top: 0px;
  padding-bottom: 0px;
  background-color: #efeeee;
}
.cid-sf1ivlQhIh img {
  width: 100%;
  height: 100%;
  transition: 5s;
  object-fit: cover;
  margin: auto;
}
.cid-sf1ivlQhIh img:hover {
  transform: scale(1.1);
}
.cid-sf1ivlQhIh .img-col {
  padding: 0;
  overflow: hidden;
  text-align: center;
  justify-content: center;
  position: relative;
}
.cid-sf1ivlQhIh h2 {
  padding: 0;
  margin: 0;
}
.cid-sf1ivlQhIh .title-wrap {
  display: flex;
  align-items: center;
  justify-content: center;
}
.cid-sf1ivlQhIh .text-col {
  max-width: 650px;
  margin: auto;
  padding: 6rem 6rem;
}
.cid-sf1ivlQhIh .mbr-section-btn {
  position: absolute;
  bottom: 0;
  left: 0;
}
.cid-sf1ivlQhIh .mbr-section-btn .btn {
  margin: 0rem!important;
  min-width: 400px;
  justify-content: space-between;
}
.cid-sf1ivlQhIh .mbr-section-btn .btn .mbr-iconfont {
  order: 2;
}
.cid-sf1ivlQhIh .number {
  border-top: 2px solid currentColor;
  padding-top: 0.6rem;
  margin-right: 3rem;
  margin-bottom: 0;
  margin-top: 0.5rem;
}
@media (max-width: 992px) {
  .cid-sf1ivlQhIh .text-col {
    padding: 4rem 4rem;
  }
}
@media (max-width: 767px) {
  .cid-sf1ivlQhIh .btn {
    min-width: 200px!important;
    padding: 0.6rem 0.8rem!important;
  }
  .cid-sf1ivlQhIh .text-col {
    padding: 2rem 1rem;
  }
}
.cid-sf1ivlQhIh H2 {
  color: #333333;
}
.cid-sf1ivlQhIh .mbr-text {
  color: #767676;
}
.cid-sfKT7xzl9d {
  padding-top: 2rem;
  padding-bottom: 0rem;
  background-color: #fafafa;
}
.cid-sfKT7xzl9d .mbr-section-title {
  color: #353535;
}
.cid-sfKT7xzl9d .mbr-section-subtitle {
  color: #767676;
}
.cid-sfKQWcJeTS {
  padding-top: 45px;
  padding-bottom: 45px;
  background-color: #fafafa;
}
.cid-sfKQWcJeTS .card-icon {
  font-size: 56px;
  color: #ffffff;
  transition: color 0.3s;
}
.cid-sfKQWcJeTS .card-title {
  font-weight: 600;
  letter-spacing: 1px;
}
.cid-sfKQWcJeTS .card {
  margin: 0!important;
  padding: 0!important;
  border-radius: 0;
}
.cid-sfKQWcJeTS p {
  font-weight: 400;
}
.cid-sfKQWcJeTS .link-ico {
  font-size: 0.8rem;
  color: #ffffff;
  border: 2px solid #ffffff;
  border-radius: 100%;
  padding: 0.5rem 0;
  font-weight: 900;
  padding-left: 9px;
  padding-right: 7px;
  transition: all 0.3s;
}
.cid-sfKQWcJeTS .link-ico:hover {
  background-color: #ffffff;
  border-color: #ffffff;
  color: gray!important;
}
.cid-sfKQWcJeTS .line {
  width: 35px;
  height: 3px;
  display: inline-block;
  background: #ffffff;
  margin-bottom: 1.5rem;
  transition: background 0.3s;
}
.cid-sfKQWcJeTS .bg1 {
  background: #bbbbbb;
}
.cid-sfKQWcJeTS .bg2 {
  background: #767676;
}
.cid-sfKQWcJeTS .bg3 {
  background: #353535;
}
.cid-sfKQWcJeTS .bg4 {
  background: #149dcc;
}
.cid-sfKQWcJeTS .card-wrapper {
  padding: 4rem 2rem;
  transition: background 0.3s;
}
.cid-sfKQWcJeTS .card-wrapper:hover .link-ico {
  background-color: #ffffff;
  border-color: #ffffff;
  color: gray!important;
}
.cid-sfKQWcJeTS .col-lg-x {
  -ms-flex: 0 0 20%;
  flex: 0 0 20%;
  max-width: 20%;
}
.cid-sfKQWcJeTS .card-title,
.cid-sfKQWcJeTS .card-ico,
.cid-sfKQWcJeTS .line-wrap {
  text-align: center;
  color: #ffffff;
}
.cid-sfKQWcJeTS .mbr-text,
.cid-sfKQWcJeTS .card-link {
  text-align: center;
  color: #ffffff;
}
@media (max-width: 767px) {
  .cid-sfKQWcJeTS .row {
    padding: 0 1rem;
  }
}
.cid-sfvWAmZZVY {
  padding-top: 45px;
  padding-bottom: 45px;
  background-color: #ffffff;
}
.cid-sfvWAmZZVY .listico {
  padding-right: 1rem;
  color: #656565;
  font-size: 0.9rem;
}
.cid-sfvWAmZZVY .navbar-logo {
  width: 80px;
  margin-bottom: 10px;
}
.cid-sfvWAmZZVY .navbar-brand {
  width: 100%;
  margin: 0;
}
.cid-sfvWAmZZVY .mbr-text {
  color: #444;
}
.cid-sfvWAmZZVY h5 {
  margin-bottom: 0;
}
.cid-sfvWAmZZVY .list-item {
  display: flex;
  padding-top: 10px;
  padding-bottom: 10px;
  -webkit-align-items: center;
  align-items: center;
}
.cid-sfvWAmZZVY .socicon {
  color: #9e9e9e;
  font-size: 2rem;
}
.cid-sfvWAmZZVY .social-list {
  padding-left: 0;
  margin-bottom: 0;
  list-style: none;
}
.cid-sfvWAmZZVY .social-list .soc-item {
  margin: 0 .5rem;
  display: inline-block;
}
.cid-sfvWAmZZVY .social-list a {
  margin: 0;
  -webkit-transition: .2s linear;
  transition: .2s linear;
}
.cid-sfvWAmZZVY .social-list a:hover {
  opacity: .4;
}
.cid-sfvWAmZZVY .media-container-row > div {
  padding: 0px;
}
.cid-sfvWAmZZVY .text2 {
  color: #9e9e9e;
  text-align: left;
}
.cid-sfvWAmZZVY .group-title {
  text-align: left;
}
.cid-sfvWAmZZVY .group-title SPAN {
  color: #656565;
}
.cid-sfvWAmZZVY .links {
  color: #9e9e9e;
}
@media (max-width: 991px) {
  .cid-sfvWAmZZVY .col-sm-12 {
    margin-bottom: 2rem;
  }
  .cid-sfvWAmZZVY h3 {
    margin-bottom: 10px;
  }
}
.cid-sfvWAmZZVY .links SPAN {
  color: #9e9e9e;
}
.cid-sfFsTkNdQQ {
  z-index: 1000;
  width: 100%;
  position: relative;
  min-height: 60px;
}
.cid-sfFsTkNdQQ nav.navbar {
  position: fixed;
}
.cid-sfFsTkNdQQ .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-sfFsTkNdQQ .dropdown-menu {
  padding: 0;
  border-radius: 4px;
  box-shadow: 0 1px 3px 0 rgba(0, 0, 0, 0.1);
}
.cid-sfFsTkNdQQ .dropdown-item {
  border-bottom: 1px solid #e6e6e6;
}
.cid-sfFsTkNdQQ .dropdown-item:hover,
.cid-sfFsTkNdQQ .dropdown-item:focus {
  background: #bbbbbb !important;
  color: white !important;
}
.cid-sfFsTkNdQQ .dropdown-item:first-child {
  border-top-left-radius: 4px;
  border-top-right-radius: 4px;
}
.cid-sfFsTkNdQQ .dropdown-item:last-child {
  border-bottom: none;
  border-bottom-left-radius: 4px;
  border-bottom-right-radius: 4px;
}
.cid-sfFsTkNdQQ .nav-dropdown .link {
  padding: 0 0.3em !important;
  margin: 0.667em 1em !important;
}
.cid-sfFsTkNdQQ .nav-dropdown .link.dropdown-toggle::after {
  margin-left: 0.5rem;
  margin-top: 0.2rem;
}
.cid-sfFsTkNdQQ .nav-link {
  position: relative;
}
.cid-sfFsTkNdQQ .container {
  display: flex;
  margin: auto;
}
.cid-sfFsTkNdQQ .iconfont-wrapper {
  color: #000000 !important;
  font-size: 1.5rem;
  padding-right: 0.5rem;
}
.cid-sfFsTkNdQQ .dropdown-menu,
.cid-sfFsTkNdQQ .navbar.opened {
  background: #ffffff !important;
}
.cid-sfFsTkNdQQ .nav-item:focus,
.cid-sfFsTkNdQQ .nav-link:focus {
  outline: none;
}
.cid-sfFsTkNdQQ .dropdown .dropdown-menu .dropdown-item {
  width: auto;
  transition: all 0.25s ease-in-out;
}
.cid-sfFsTkNdQQ .dropdown .dropdown-menu .dropdown-item::after {
  right: 0.5rem;
}
.cid-sfFsTkNdQQ .dropdown .dropdown-menu .dropdown-item .mbr-iconfont {
  margin-right: 0.5rem;
  vertical-align: sub;
}
.cid-sfFsTkNdQQ .dropdown .dropdown-menu .dropdown-item .mbr-iconfont:before {
  display: inline-block;
  transform: scale(1, 1);
  transition: all 0.25s ease-in-out;
}
.cid-sfFsTkNdQQ .collapsed .dropdown-menu .dropdown-item:before {
  display: none;
}
.cid-sfFsTkNdQQ .collapsed .dropdown .dropdown-menu .dropdown-item {
  padding: 0.235em 1.5em 0.235em 1.5em !important;
  transition: none;
  margin: 0 !important;
}
.cid-sfFsTkNdQQ .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-sfFsTkNdQQ .navbar.opened {
  transition: all 0.3s;
}
.cid-sfFsTkNdQQ .navbar .dropdown-item {
  padding: 0.5rem 1.8rem;
}
.cid-sfFsTkNdQQ .navbar .navbar-logo img {
  width: auto;
}
.cid-sfFsTkNdQQ .navbar .navbar-collapse {
  justify-content: flex-end;
  z-index: 1;
}
.cid-sfFsTkNdQQ .navbar.collapsed {
  justify-content: center;
}
.cid-sfFsTkNdQQ .navbar.collapsed .nav-item .nav-link::before {
  display: none;
}
.cid-sfFsTkNdQQ .navbar.collapsed.opened .dropdown-menu {
  top: 0;
}
@media (min-width: 992px) {
  .cid-sfFsTkNdQQ .navbar.collapsed.opened:not(.navbar-short) .navbar-collapse {
    max-height: calc(98.5vh - 3rem);
  }
}
.cid-sfFsTkNdQQ .navbar.collapsed .dropdown-menu .dropdown-submenu {
  left: 0 !important;
}
.cid-sfFsTkNdQQ .navbar.collapsed .dropdown-menu .dropdown-item:after {
  right: auto;
}
.cid-sfFsTkNdQQ .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-sfFsTkNdQQ .navbar.collapsed ul.navbar-nav li {
  margin: auto;
}
.cid-sfFsTkNdQQ .navbar.collapsed .dropdown-menu .dropdown-item {
  padding: 0.25rem 1.5rem;
  text-align: center;
}
.cid-sfFsTkNdQQ .navbar.collapsed .icons-menu {
  padding-left: 0;
  padding-right: 0;
  padding-top: 0.5rem;
  padding-bottom: 0.5rem;
}
@media (max-width: 991px) {
  .cid-sfFsTkNdQQ .navbar .nav-item .nav-link::before {
    display: none;
  }
  .cid-sfFsTkNdQQ .navbar.opened .dropdown-menu {
    top: 0;
  }
  .cid-sfFsTkNdQQ .navbar .dropdown-menu .dropdown-submenu {
    left: 0 !important;
  }
  .cid-sfFsTkNdQQ .navbar .dropdown-menu .dropdown-item:after {
    right: auto;
  }
  .cid-sfFsTkNdQQ .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-sfFsTkNdQQ .navbar .navbar-logo img {
    height: 3rem !important;
  }
  .cid-sfFsTkNdQQ .navbar ul.navbar-nav li {
    margin: auto;
  }
  .cid-sfFsTkNdQQ .navbar .dropdown-menu .dropdown-item {
    padding: 0.25rem 1.5rem !important;
    text-align: center;
  }
  .cid-sfFsTkNdQQ .navbar .navbar-brand {
    flex-shrink: initial;
    flex-basis: auto;
    word-break: break-word;
    padding-right: 2rem;
  }
  .cid-sfFsTkNdQQ .navbar .navbar-toggler {
    flex-basis: auto;
  }
  .cid-sfFsTkNdQQ .navbar .icons-menu {
    padding-left: 0;
    padding-top: 0.5rem;
    padding-bottom: 0.5rem;
  }
}
.cid-sfFsTkNdQQ .navbar.navbar-short {
  min-height: 60px;
}
.cid-sfFsTkNdQQ .navbar.navbar-short .navbar-logo img {
  height: 2.5rem !important;
}
.cid-sfFsTkNdQQ .navbar.navbar-short .navbar-brand {
  min-height: 60px;
  padding: 0;
}
.cid-sfFsTkNdQQ .navbar-brand {
  min-height: 70px;
  flex-shrink: 0;
  align-items: center;
  margin-right: 0;
  padding: 0;
  transition: all 0.3s;
  word-break: break-word;
  z-index: 1;
}
.cid-sfFsTkNdQQ .navbar-brand .navbar-caption {
  line-height: inherit !important;
}
.cid-sfFsTkNdQQ .navbar-brand .navbar-logo a {
  outline: none;
}
.cid-sfFsTkNdQQ .dropdown-item.active,
.cid-sfFsTkNdQQ .dropdown-item:active {
  background-color: transparent;
}
.cid-sfFsTkNdQQ .navbar-expand-lg .navbar-nav .nav-link {
  padding: 0;
}
.cid-sfFsTkNdQQ .nav-dropdown .link.dropdown-toggle {
  margin-right: 1.667em;
}
.cid-sfFsTkNdQQ .nav-dropdown .link.dropdown-toggle[aria-expanded="true"] {
  margin-right: 0;
  padding: 0.667em 1.667em;
}
.cid-sfFsTkNdQQ .navbar.navbar-expand-lg .dropdown .dropdown-menu {
  background: #ffffff;
}
.cid-sfFsTkNdQQ .navbar.navbar-expand-lg .dropdown .dropdown-menu .dropdown-submenu {
  margin: 0;
  left: 100%;
}
.cid-sfFsTkNdQQ .navbar .dropdown.open > .dropdown-menu {
  display: block;
}
.cid-sfFsTkNdQQ ul.navbar-nav {
  flex-wrap: wrap;
}
.cid-sfFsTkNdQQ .navbar-buttons {
  text-align: center;
  min-width: 170px;
}
.cid-sfFsTkNdQQ button.navbar-toggler {
  outline: none;
  width: 31px;
  height: 20px;
  cursor: pointer;
  transition: all 0.2s;
  position: relative;
  align-self: center;
}
.cid-sfFsTkNdQQ button.navbar-toggler .hamburger span {
  position: absolute;
  right: 0;
  width: 30px;
  height: 2px;
  border-right: 5px;
  background-color: #000000;
}
.cid-sfFsTkNdQQ button.navbar-toggler .hamburger span:nth-child(1) {
  top: 0;
  transition: all 0.2s;
}
.cid-sfFsTkNdQQ button.navbar-toggler .hamburger span:nth-child(2) {
  top: 8px;
  transition: all 0.15s;
}
.cid-sfFsTkNdQQ button.navbar-toggler .hamburger span:nth-child(3) {
  top: 8px;
  transition: all 0.15s;
}
.cid-sfFsTkNdQQ button.navbar-toggler .hamburger span:nth-child(4) {
  top: 16px;
  transition: all 0.2s;
}
.cid-sfFsTkNdQQ nav.opened .hamburger span:nth-child(1) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-sfFsTkNdQQ nav.opened .hamburger span:nth-child(2) {
  transform: rotate(45deg);
  transition: all 0.25s;
}
.cid-sfFsTkNdQQ nav.opened .hamburger span:nth-child(3) {
  transform: rotate(-45deg);
  transition: all 0.25s;
}
.cid-sfFsTkNdQQ nav.opened .hamburger span:nth-child(4) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-sfFsTkNdQQ .navbar-dropdown {
  padding: 0 1rem;
  position: fixed;
}
.cid-sfFsTkNdQQ a.nav-link {
  display: flex;
  align-items: center;
  justify-content: center;
}
.cid-sfFsTkNdQQ .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-sfFsTkNdQQ .navbar {
    height: 70px;
  }
  .cid-sfFsTkNdQQ .navbar.opened {
    height: auto;
  }
  .cid-sfFsTkNdQQ .nav-item .nav-link:hover::before {
    width: 175%;
    max-width: calc(100% + 2rem);
    left: -1rem;
  }
}
.cid-sfFsTlqhnb {
  padding-top: 0px;
  padding-bottom: 0px;
  background-color: #efeeee;
}
.cid-sfFsTlqhnb img {
  width: 100%;
  height: 100%;
  transition: 5s;
  object-fit: cover;
  margin: auto;
}
.cid-sfFsTlqhnb img:hover {
  transform: scale(1.1);
}
.cid-sfFsTlqhnb .img-col {
  padding: 0;
  overflow: hidden;
  text-align: center;
  justify-content: center;
  position: relative;
}
.cid-sfFsTlqhnb h2 {
  padding: 0;
  margin: 0;
}
.cid-sfFsTlqhnb .title-wrap {
  display: flex;
  align-items: center;
  justify-content: center;
}
.cid-sfFsTlqhnb .text-col {
  max-width: 650px;
  margin: auto;
  padding: 6rem 6rem;
}
.cid-sfFsTlqhnb .mbr-section-btn {
  position: absolute;
  bottom: 0;
  left: 0;
}
.cid-sfFsTlqhnb .mbr-section-btn .btn {
  margin: 0rem!important;
  min-width: 400px;
  justify-content: space-between;
}
.cid-sfFsTlqhnb .mbr-section-btn .btn .mbr-iconfont {
  order: 2;
}
.cid-sfFsTlqhnb .number {
  border-top: 2px solid currentColor;
  padding-top: 0.6rem;
  margin-right: 3rem;
  margin-bottom: 0;
  margin-top: 0.5rem;
}
@media (max-width: 992px) {
  .cid-sfFsTlqhnb .text-col {
    padding: 4rem 4rem;
  }
}
@media (max-width: 767px) {
  .cid-sfFsTlqhnb .btn {
    min-width: 200px!important;
    padding: 0.6rem 0.8rem!important;
  }
  .cid-sfFsTlqhnb .text-col {
    padding: 2rem 1rem;
  }
}
.cid-sfFsTlqhnb H2 {
  color: #333333;
}
.cid-sfFsTlqhnb .mbr-text {
  color: #767676;
}
.cid-sfFubZbWIJ {
  padding-top: 75px;
  padding-bottom: 75px;
  background-color: #ececec;
}
.cid-sfFubZbWIJ .card-box {
  display: flex;
  flex-direction: column;
  position: relative;
  justify-content: center;
  margin: auto auto 1rem 2rem;
  height: fit-content;
  max-width: 300px;
}
.cid-sfFubZbWIJ .card-wrap {
  background-color: #232323;
  display: flex;
  height: 100%;
  min-height: 300px;
}
.cid-sfFubZbWIJ .card-wrap:hover h4,
.cid-sfFubZbWIJ .card-wrap:hover a {
  background-size: 100% 100%;
}
.cid-sfFubZbWIJ h3 {
  position: absolute;
  transform: rotate(-90deg);
  transform-origin: top left;
  width: fit-content;
  padding: 0;
  margin: 0;
  left: 0rem;
  top: -1rem;
}
.cid-sfFubZbWIJ h3:after {
  content: "";
  width: 30px;
  position: absolute;
  top: 50%;
  height: 1px;
  background-color: #ffffff;
  margin-left: 10px;
}
.cid-sfFubZbWIJ img {
  width: 100%;
}
.cid-sfFubZbWIJ h4 {
  display: inline!important;
  text-decoration: none;
  background-image: linear-gradient(transparent calc(98%), currentColor 1px);
  background-repeat: no-repeat;
  background-position: 0;
  background-size: 0% 100%;
  transition: 0.6s cubic-bezier(0.215, 0.61, 0.355, 1);
}
.cid-sfFubZbWIJ h4 a {
  display: inline!important;
  text-decoration: none;
  background-image: linear-gradient(transparent calc(98%), currentColor 1px) !important;
  background-repeat: no-repeat;
  background-position: 0;
  background-size: 0% 100%;
  transition: 0.6s cubic-bezier(0.215, 0.61, 0.355, 1);
}
.cid-sfFubZbWIJ .card-title1,
.cid-sfFubZbWIJ .title-wrap1 {
  color: #ffffff;
}
.cid-sfFubZbWIJ .card-title,
.cid-sfFubZbWIJ .title-wrap {
  color: #ffffff;
}
@media (max-width: 992px) {
  .cid-sfFubZbWIJ .mdpb {
    padding-bottom: 2rem;
  }
  .cid-sfFubZbWIJ .card-box {
    margin: auto auto 0rem 1rem;
  }
}
.cid-sfFubZbWIJ H3 {
  color: #ffffff;
}
.cid-sfFsTmp60t {
  padding-top: 0px;
  padding-bottom: 0px;
  background-color: #efeeee;
}
.cid-sfFsTmp60t img {
  width: 100%;
  height: 100%;
  transition: 5s;
  object-fit: cover;
  margin: auto;
}
.cid-sfFsTmp60t img:hover {
  transform: scale(1.1);
}
.cid-sfFsTmp60t .img-col {
  padding: 0;
  overflow: hidden;
  text-align: center;
  justify-content: center;
  position: relative;
}
.cid-sfFsTmp60t h2 {
  padding: 0;
  margin: 0;
}
.cid-sfFsTmp60t .title-wrap {
  display: flex;
  align-items: center;
  justify-content: center;
}
.cid-sfFsTmp60t .text-col {
  max-width: 650px;
  margin: auto;
  padding: 6rem 6rem;
}
.cid-sfFsTmp60t .mbr-section-btn {
  position: absolute;
  bottom: 0;
  right: 0;
}
.cid-sfFsTmp60t .mbr-section-btn .btn {
  margin: 0rem!important;
  min-width: 400px;
  justify-content: space-between;
}
.cid-sfFsTmp60t .mbr-section-btn .btn .mbr-iconfont {
  order: 2;
}
.cid-sfFsTmp60t .number {
  border-top: 2px solid currentColor;
  padding-top: 0.6rem;
  margin-right: 3rem;
  margin-bottom: 0;
  margin-top: 0.5rem;
}
@media (max-width: 992px) {
  .cid-sfFsTmp60t .text-col {
    padding: 4rem 4rem;
  }
}
@media (max-width: 767px) {
  .cid-sfFsTmp60t .btn {
    min-width: 200px!important;
    padding: 0.6rem 0.8rem!important;
  }
  .cid-sfFsTmp60t .text-col {
    padding: 2rem 1rem;
  }
}
.cid-sfFsTmp60t H2 {
  color: #333333;
}
.cid-sfFsTmp60t .mbr-text {
  color: #767676;
}
.cid-sfFvQmSQjr {
  padding-top: 0px;
  padding-bottom: 0px;
  background-color: #efeeee;
}
.cid-sfFvQmSQjr img {
  width: 100%;
  height: 100%;
  transition: 5s;
  object-fit: cover;
  margin: auto;
}
.cid-sfFvQmSQjr img:hover {
  transform: scale(1.1);
}
.cid-sfFvQmSQjr .img-col {
  padding: 0;
  overflow: hidden;
  text-align: center;
  justify-content: center;
  position: relative;
}
.cid-sfFvQmSQjr h2 {
  padding: 0;
  margin: 0;
}
.cid-sfFvQmSQjr .title-wrap {
  display: flex;
  align-items: center;
  justify-content: center;
}
.cid-sfFvQmSQjr .text-col {
  max-width: 650px;
  margin: auto;
  padding: 6rem 6rem;
}
.cid-sfFvQmSQjr .mbr-section-btn {
  position: absolute;
  bottom: 0;
  left: 0;
}
.cid-sfFvQmSQjr .mbr-section-btn .btn {
  margin: 0rem!important;
  min-width: 400px;
  justify-content: space-between;
}
.cid-sfFvQmSQjr .mbr-section-btn .btn .mbr-iconfont {
  order: 2;
}
.cid-sfFvQmSQjr .number {
  border-top: 2px solid currentColor;
  padding-top: 0.6rem;
  margin-right: 3rem;
  margin-bottom: 0;
  margin-top: 0.5rem;
}
@media (max-width: 992px) {
  .cid-sfFvQmSQjr .text-col {
    padding: 4rem 4rem;
  }
}
@media (max-width: 767px) {
  .cid-sfFvQmSQjr .btn {
    min-width: 200px!important;
    padding: 0.6rem 0.8rem!important;
  }
  .cid-sfFvQmSQjr .text-col {
    padding: 2rem 1rem;
  }
}
.cid-sfFvQmSQjr H2 {
  color: #333333;
}
.cid-sfFvQmSQjr .mbr-text {
  color: #767676;
}
.cid-sfKUmmpCQ2 {
  padding-top: 2rem;
  padding-bottom: 0rem;
  background-color: #fafafa;
}
.cid-sfKUmmpCQ2 .mbr-section-title {
  color: #353535;
}
.cid-sfKUmmpCQ2 .mbr-section-subtitle {
  color: #767676;
}
.cid-sfKUmWmihr {
  padding-top: 45px;
  padding-bottom: 45px;
  background-color: #fafafa;
}
.cid-sfKUmWmihr .card-icon {
  font-size: 56px;
  color: #ffffff;
  transition: color 0.3s;
}
.cid-sfKUmWmihr .card-title {
  font-weight: 600;
  letter-spacing: 1px;
}
.cid-sfKUmWmihr .card {
  margin: 0!important;
  padding: 0!important;
  border-radius: 0;
}
.cid-sfKUmWmihr p {
  font-weight: 400;
}
.cid-sfKUmWmihr .link-ico {
  font-size: 0.8rem;
  color: #ffffff;
  border: 2px solid #ffffff;
  border-radius: 100%;
  padding: 0.5rem 0;
  font-weight: 900;
  padding-left: 9px;
  padding-right: 7px;
  transition: all 0.3s;
}
.cid-sfKUmWmihr .link-ico:hover {
  background-color: #ffffff;
  border-color: #ffffff;
  color: gray!important;
}
.cid-sfKUmWmihr .line {
  width: 35px;
  height: 3px;
  display: inline-block;
  background: #ffffff;
  margin-bottom: 1.5rem;
  transition: background 0.3s;
}
.cid-sfKUmWmihr .bg1 {
  background: #bbbbbb;
}
.cid-sfKUmWmihr .bg2 {
  background: #767676;
}
.cid-sfKUmWmihr .bg3 {
  background: #353535;
}
.cid-sfKUmWmihr .bg4 {
  background: #149dcc;
}
.cid-sfKUmWmihr .card-wrapper {
  padding: 4rem 2rem;
  transition: background 0.3s;
}
.cid-sfKUmWmihr .card-wrapper:hover .link-ico {
  background-color: #ffffff;
  border-color: #ffffff;
  color: gray!important;
}
.cid-sfKUmWmihr .col-lg-x {
  -ms-flex: 0 0 20%;
  flex: 0 0 20%;
  max-width: 20%;
}
.cid-sfKUmWmihr .card-title,
.cid-sfKUmWmihr .card-ico,
.cid-sfKUmWmihr .line-wrap {
  text-align: center;
  color: #ffffff;
}
.cid-sfKUmWmihr .mbr-text,
.cid-sfKUmWmihr .card-link {
  text-align: center;
  color: #ffffff;
}
@media (max-width: 767px) {
  .cid-sfKUmWmihr .row {
    padding: 0 1rem;
  }
}
.cid-sfFsTmCiMj {
  padding-top: 45px;
  padding-bottom: 45px;
  background-color: #ffffff;
}
.cid-sfFsTmCiMj .listico {
  padding-right: 1rem;
  color: #656565;
  font-size: 0.9rem;
}
.cid-sfFsTmCiMj .navbar-logo {
  width: 80px;
  margin-bottom: 10px;
}
.cid-sfFsTmCiMj .navbar-brand {
  width: 100%;
  margin: 0;
}
.cid-sfFsTmCiMj .mbr-text {
  color: #444;
}
.cid-sfFsTmCiMj h5 {
  margin-bottom: 0;
}
.cid-sfFsTmCiMj .list-item {
  display: flex;
  padding-top: 10px;
  padding-bottom: 10px;
  -webkit-align-items: center;
  align-items: center;
}
.cid-sfFsTmCiMj .socicon {
  color: #9e9e9e;
  font-size: 2rem;
}
.cid-sfFsTmCiMj .social-list {
  padding-left: 0;
  margin-bottom: 0;
  list-style: none;
}
.cid-sfFsTmCiMj .social-list .soc-item {
  margin: 0 .5rem;
  display: inline-block;
}
.cid-sfFsTmCiMj .social-list a {
  margin: 0;
  -webkit-transition: .2s linear;
  transition: .2s linear;
}
.cid-sfFsTmCiMj .social-list a:hover {
  opacity: .4;
}
.cid-sfFsTmCiMj .media-container-row > div {
  padding: 0px;
}
.cid-sfFsTmCiMj .text2 {
  color: #9e9e9e;
  text-align: left;
}
.cid-sfFsTmCiMj .group-title {
  text-align: left;
}
.cid-sfFsTmCiMj .group-title SPAN {
  color: #656565;
}
.cid-sfFsTmCiMj .links {
  color: #9e9e9e;
}
@media (max-width: 991px) {
  .cid-sfFsTmCiMj .col-sm-12 {
    margin-bottom: 2rem;
  }
  .cid-sfFsTmCiMj h3 {
    margin-bottom: 10px;
  }
}
.cid-sfFsTmCiMj .links SPAN {
  color: #9e9e9e;
}
.cid-sfFDhGPdia {
  z-index: 1000;
  width: 100%;
  position: relative;
  min-height: 60px;
}
.cid-sfFDhGPdia nav.navbar {
  position: fixed;
}
.cid-sfFDhGPdia .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-sfFDhGPdia .dropdown-menu {
  padding: 0;
  border-radius: 4px;
  box-shadow: 0 1px 3px 0 rgba(0, 0, 0, 0.1);
}
.cid-sfFDhGPdia .dropdown-item {
  border-bottom: 1px solid #e6e6e6;
}
.cid-sfFDhGPdia .dropdown-item:hover,
.cid-sfFDhGPdia .dropdown-item:focus {
  background: #bbbbbb !important;
  color: white !important;
}
.cid-sfFDhGPdia .dropdown-item:first-child {
  border-top-left-radius: 4px;
  border-top-right-radius: 4px;
}
.cid-sfFDhGPdia .dropdown-item:last-child {
  border-bottom: none;
  border-bottom-left-radius: 4px;
  border-bottom-right-radius: 4px;
}
.cid-sfFDhGPdia .nav-dropdown .link {
  padding: 0 0.3em !important;
  margin: 0.667em 1em !important;
}
.cid-sfFDhGPdia .nav-dropdown .link.dropdown-toggle::after {
  margin-left: 0.5rem;
  margin-top: 0.2rem;
}
.cid-sfFDhGPdia .nav-link {
  position: relative;
}
.cid-sfFDhGPdia .container {
  display: flex;
  margin: auto;
}
.cid-sfFDhGPdia .iconfont-wrapper {
  color: #000000 !important;
  font-size: 1.5rem;
  padding-right: 0.5rem;
}
.cid-sfFDhGPdia .dropdown-menu,
.cid-sfFDhGPdia .navbar.opened {
  background: #ffffff !important;
}
.cid-sfFDhGPdia .nav-item:focus,
.cid-sfFDhGPdia .nav-link:focus {
  outline: none;
}
.cid-sfFDhGPdia .dropdown .dropdown-menu .dropdown-item {
  width: auto;
  transition: all 0.25s ease-in-out;
}
.cid-sfFDhGPdia .dropdown .dropdown-menu .dropdown-item::after {
  right: 0.5rem;
}
.cid-sfFDhGPdia .dropdown .dropdown-menu .dropdown-item .mbr-iconfont {
  margin-right: 0.5rem;
  vertical-align: sub;
}
.cid-sfFDhGPdia .dropdown .dropdown-menu .dropdown-item .mbr-iconfont:before {
  display: inline-block;
  transform: scale(1, 1);
  transition: all 0.25s ease-in-out;
}
.cid-sfFDhGPdia .collapsed .dropdown-menu .dropdown-item:before {
  display: none;
}
.cid-sfFDhGPdia .collapsed .dropdown .dropdown-menu .dropdown-item {
  padding: 0.235em 1.5em 0.235em 1.5em !important;
  transition: none;
  margin: 0 !important;
}
.cid-sfFDhGPdia .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-sfFDhGPdia .navbar.opened {
  transition: all 0.3s;
}
.cid-sfFDhGPdia .navbar .dropdown-item {
  padding: 0.5rem 1.8rem;
}
.cid-sfFDhGPdia .navbar .navbar-logo img {
  width: auto;
}
.cid-sfFDhGPdia .navbar .navbar-collapse {
  justify-content: flex-end;
  z-index: 1;
}
.cid-sfFDhGPdia .navbar.collapsed {
  justify-content: center;
}
.cid-sfFDhGPdia .navbar.collapsed .nav-item .nav-link::before {
  display: none;
}
.cid-sfFDhGPdia .navbar.collapsed.opened .dropdown-menu {
  top: 0;
}
@media (min-width: 992px) {
  .cid-sfFDhGPdia .navbar.collapsed.opened:not(.navbar-short) .navbar-collapse {
    max-height: calc(98.5vh - 3rem);
  }
}
.cid-sfFDhGPdia .navbar.collapsed .dropdown-menu .dropdown-submenu {
  left: 0 !important;
}
.cid-sfFDhGPdia .navbar.collapsed .dropdown-menu .dropdown-item:after {
  right: auto;
}
.cid-sfFDhGPdia .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-sfFDhGPdia .navbar.collapsed ul.navbar-nav li {
  margin: auto;
}
.cid-sfFDhGPdia .navbar.collapsed .dropdown-menu .dropdown-item {
  padding: 0.25rem 1.5rem;
  text-align: center;
}
.cid-sfFDhGPdia .navbar.collapsed .icons-menu {
  padding-left: 0;
  padding-right: 0;
  padding-top: 0.5rem;
  padding-bottom: 0.5rem;
}
@media (max-width: 991px) {
  .cid-sfFDhGPdia .navbar .nav-item .nav-link::before {
    display: none;
  }
  .cid-sfFDhGPdia .navbar.opened .dropdown-menu {
    top: 0;
  }
  .cid-sfFDhGPdia .navbar .dropdown-menu .dropdown-submenu {
    left: 0 !important;
  }
  .cid-sfFDhGPdia .navbar .dropdown-menu .dropdown-item:after {
    right: auto;
  }
  .cid-sfFDhGPdia .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-sfFDhGPdia .navbar .navbar-logo img {
    height: 3rem !important;
  }
  .cid-sfFDhGPdia .navbar ul.navbar-nav li {
    margin: auto;
  }
  .cid-sfFDhGPdia .navbar .dropdown-menu .dropdown-item {
    padding: 0.25rem 1.5rem !important;
    text-align: center;
  }
  .cid-sfFDhGPdia .navbar .navbar-brand {
    flex-shrink: initial;
    flex-basis: auto;
    word-break: break-word;
    padding-right: 2rem;
  }
  .cid-sfFDhGPdia .navbar .navbar-toggler {
    flex-basis: auto;
  }
  .cid-sfFDhGPdia .navbar .icons-menu {
    padding-left: 0;
    padding-top: 0.5rem;
    padding-bottom: 0.5rem;
  }
}
.cid-sfFDhGPdia .navbar.navbar-short {
  min-height: 60px;
}
.cid-sfFDhGPdia .navbar.navbar-short .navbar-logo img {
  height: 2.5rem !important;
}
.cid-sfFDhGPdia .navbar.navbar-short .navbar-brand {
  min-height: 60px;
  padding: 0;
}
.cid-sfFDhGPdia .navbar-brand {
  min-height: 70px;
  flex-shrink: 0;
  align-items: center;
  margin-right: 0;
  padding: 0;
  transition: all 0.3s;
  word-break: break-word;
  z-index: 1;
}
.cid-sfFDhGPdia .navbar-brand .navbar-caption {
  line-height: inherit !important;
}
.cid-sfFDhGPdia .navbar-brand .navbar-logo a {
  outline: none;
}
.cid-sfFDhGPdia .dropdown-item.active,
.cid-sfFDhGPdia .dropdown-item:active {
  background-color: transparent;
}
.cid-sfFDhGPdia .navbar-expand-lg .navbar-nav .nav-link {
  padding: 0;
}
.cid-sfFDhGPdia .nav-dropdown .link.dropdown-toggle {
  margin-right: 1.667em;
}
.cid-sfFDhGPdia .nav-dropdown .link.dropdown-toggle[aria-expanded="true"] {
  margin-right: 0;
  padding: 0.667em 1.667em;
}
.cid-sfFDhGPdia .navbar.navbar-expand-lg .dropdown .dropdown-menu {
  background: #ffffff;
}
.cid-sfFDhGPdia .navbar.navbar-expand-lg .dropdown .dropdown-menu .dropdown-submenu {
  margin: 0;
  left: 100%;
}
.cid-sfFDhGPdia .navbar .dropdown.open > .dropdown-menu {
  display: block;
}
.cid-sfFDhGPdia ul.navbar-nav {
  flex-wrap: wrap;
}
.cid-sfFDhGPdia .navbar-buttons {
  text-align: center;
  min-width: 170px;
}
.cid-sfFDhGPdia button.navbar-toggler {
  outline: none;
  width: 31px;
  height: 20px;
  cursor: pointer;
  transition: all 0.2s;
  position: relative;
  align-self: center;
}
.cid-sfFDhGPdia button.navbar-toggler .hamburger span {
  position: absolute;
  right: 0;
  width: 30px;
  height: 2px;
  border-right: 5px;
  background-color: #000000;
}
.cid-sfFDhGPdia button.navbar-toggler .hamburger span:nth-child(1) {
  top: 0;
  transition: all 0.2s;
}
.cid-sfFDhGPdia button.navbar-toggler .hamburger span:nth-child(2) {
  top: 8px;
  transition: all 0.15s;
}
.cid-sfFDhGPdia button.navbar-toggler .hamburger span:nth-child(3) {
  top: 8px;
  transition: all 0.15s;
}
.cid-sfFDhGPdia button.navbar-toggler .hamburger span:nth-child(4) {
  top: 16px;
  transition: all 0.2s;
}
.cid-sfFDhGPdia nav.opened .hamburger span:nth-child(1) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-sfFDhGPdia nav.opened .hamburger span:nth-child(2) {
  transform: rotate(45deg);
  transition: all 0.25s;
}
.cid-sfFDhGPdia nav.opened .hamburger span:nth-child(3) {
  transform: rotate(-45deg);
  transition: all 0.25s;
}
.cid-sfFDhGPdia nav.opened .hamburger span:nth-child(4) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-sfFDhGPdia .navbar-dropdown {
  padding: 0 1rem;
  position: fixed;
}
.cid-sfFDhGPdia a.nav-link {
  display: flex;
  align-items: center;
  justify-content: center;
}
.cid-sfFDhGPdia .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-sfFDhGPdia .navbar {
    height: 70px;
  }
  .cid-sfFDhGPdia .navbar.opened {
    height: auto;
  }
  .cid-sfFDhGPdia .nav-item .nav-link:hover::before {
    width: 175%;
    max-width: calc(100% + 2rem);
    left: -1rem;
  }
}
.cid-sfFDhJeyrx {
  padding-top: 45px;
  padding-bottom: 45px;
  background-color: #ffffff;
}
.cid-sfFDhJeyrx .listico {
  padding-right: 1rem;
  color: #656565;
  font-size: 0.9rem;
}
.cid-sfFDhJeyrx .navbar-logo {
  width: 80px;
  margin-bottom: 10px;
}
.cid-sfFDhJeyrx .navbar-brand {
  width: 100%;
  margin: 0;
}
.cid-sfFDhJeyrx .mbr-text {
  color: #444;
}
.cid-sfFDhJeyrx h5 {
  margin-bottom: 0;
}
.cid-sfFDhJeyrx .list-item {
  display: flex;
  padding-top: 10px;
  padding-bottom: 10px;
  -webkit-align-items: center;
  align-items: center;
}
.cid-sfFDhJeyrx .socicon {
  color: #9e9e9e;
  font-size: 2rem;
}
.cid-sfFDhJeyrx .social-list {
  padding-left: 0;
  margin-bottom: 0;
  list-style: none;
}
.cid-sfFDhJeyrx .social-list .soc-item {
  margin: 0 .5rem;
  display: inline-block;
}
.cid-sfFDhJeyrx .social-list a {
  margin: 0;
  -webkit-transition: .2s linear;
  transition: .2s linear;
}
.cid-sfFDhJeyrx .social-list a:hover {
  opacity: .4;
}
.cid-sfFDhJeyrx .media-container-row > div {
  padding: 0px;
}
.cid-sfFDhJeyrx .text2 {
  color: #9e9e9e;
  text-align: left;
}
.cid-sfFDhJeyrx .group-title {
  text-align: left;
}
.cid-sfFDhJeyrx .group-title SPAN {
  color: #656565;
}
.cid-sfFDhJeyrx .links {
  color: #9e9e9e;
}
@media (max-width: 991px) {
  .cid-sfFDhJeyrx .col-sm-12 {
    margin-bottom: 2rem;
  }
  .cid-sfFDhJeyrx h3 {
    margin-bottom: 10px;
  }
}
.cid-sfFDhJeyrx .links SPAN {
  color: #9e9e9e;
}
.cid-sfFahqtvF2 {
  z-index: 1000;
  width: 100%;
  position: relative;
  min-height: 60px;
}
.cid-sfFahqtvF2 nav.navbar {
  position: fixed;
}
.cid-sfFahqtvF2 .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-sfFahqtvF2 .dropdown-menu {
  padding: 0;
  border-radius: 4px;
  box-shadow: 0 1px 3px 0 rgba(0, 0, 0, 0.1);
}
.cid-sfFahqtvF2 .dropdown-item {
  border-bottom: 1px solid #e6e6e6;
}
.cid-sfFahqtvF2 .dropdown-item:hover,
.cid-sfFahqtvF2 .dropdown-item:focus {
  background: #bbbbbb !important;
  color: white !important;
}
.cid-sfFahqtvF2 .dropdown-item:first-child {
  border-top-left-radius: 4px;
  border-top-right-radius: 4px;
}
.cid-sfFahqtvF2 .dropdown-item:last-child {
  border-bottom: none;
  border-bottom-left-radius: 4px;
  border-bottom-right-radius: 4px;
}
.cid-sfFahqtvF2 .nav-dropdown .link {
  padding: 0 0.3em !important;
  margin: 0.667em 1em !important;
}
.cid-sfFahqtvF2 .nav-dropdown .link.dropdown-toggle::after {
  margin-left: 0.5rem;
  margin-top: 0.2rem;
}
.cid-sfFahqtvF2 .nav-link {
  position: relative;
}
.cid-sfFahqtvF2 .container {
  display: flex;
  margin: auto;
}
.cid-sfFahqtvF2 .iconfont-wrapper {
  color: #000000 !important;
  font-size: 1.5rem;
  padding-right: 0.5rem;
}
.cid-sfFahqtvF2 .dropdown-menu,
.cid-sfFahqtvF2 .navbar.opened {
  background: #ffffff !important;
}
.cid-sfFahqtvF2 .nav-item:focus,
.cid-sfFahqtvF2 .nav-link:focus {
  outline: none;
}
.cid-sfFahqtvF2 .dropdown .dropdown-menu .dropdown-item {
  width: auto;
  transition: all 0.25s ease-in-out;
}
.cid-sfFahqtvF2 .dropdown .dropdown-menu .dropdown-item::after {
  right: 0.5rem;
}
.cid-sfFahqtvF2 .dropdown .dropdown-menu .dropdown-item .mbr-iconfont {
  margin-right: 0.5rem;
  vertical-align: sub;
}
.cid-sfFahqtvF2 .dropdown .dropdown-menu .dropdown-item .mbr-iconfont:before {
  display: inline-block;
  transform: scale(1, 1);
  transition: all 0.25s ease-in-out;
}
.cid-sfFahqtvF2 .collapsed .dropdown-menu .dropdown-item:before {
  display: none;
}
.cid-sfFahqtvF2 .collapsed .dropdown .dropdown-menu .dropdown-item {
  padding: 0.235em 1.5em 0.235em 1.5em !important;
  transition: none;
  margin: 0 !important;
}
.cid-sfFahqtvF2 .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-sfFahqtvF2 .navbar.opened {
  transition: all 0.3s;
}
.cid-sfFahqtvF2 .navbar .dropdown-item {
  padding: 0.5rem 1.8rem;
}
.cid-sfFahqtvF2 .navbar .navbar-logo img {
  width: auto;
}
.cid-sfFahqtvF2 .navbar .navbar-collapse {
  justify-content: flex-end;
  z-index: 1;
}
.cid-sfFahqtvF2 .navbar.collapsed {
  justify-content: center;
}
.cid-sfFahqtvF2 .navbar.collapsed .nav-item .nav-link::before {
  display: none;
}
.cid-sfFahqtvF2 .navbar.collapsed.opened .dropdown-menu {
  top: 0;
}
@media (min-width: 992px) {
  .cid-sfFahqtvF2 .navbar.collapsed.opened:not(.navbar-short) .navbar-collapse {
    max-height: calc(98.5vh - 3rem);
  }
}
.cid-sfFahqtvF2 .navbar.collapsed .dropdown-menu .dropdown-submenu {
  left: 0 !important;
}
.cid-sfFahqtvF2 .navbar.collapsed .dropdown-menu .dropdown-item:after {
  right: auto;
}
.cid-sfFahqtvF2 .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-sfFahqtvF2 .navbar.collapsed ul.navbar-nav li {
  margin: auto;
}
.cid-sfFahqtvF2 .navbar.collapsed .dropdown-menu .dropdown-item {
  padding: 0.25rem 1.5rem;
  text-align: center;
}
.cid-sfFahqtvF2 .navbar.collapsed .icons-menu {
  padding-left: 0;
  padding-right: 0;
  padding-top: 0.5rem;
  padding-bottom: 0.5rem;
}
@media (max-width: 991px) {
  .cid-sfFahqtvF2 .navbar .nav-item .nav-link::before {
    display: none;
  }
  .cid-sfFahqtvF2 .navbar.opened .dropdown-menu {
    top: 0;
  }
  .cid-sfFahqtvF2 .navbar .dropdown-menu .dropdown-submenu {
    left: 0 !important;
  }
  .cid-sfFahqtvF2 .navbar .dropdown-menu .dropdown-item:after {
    right: auto;
  }
  .cid-sfFahqtvF2 .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-sfFahqtvF2 .navbar .navbar-logo img {
    height: 3rem !important;
  }
  .cid-sfFahqtvF2 .navbar ul.navbar-nav li {
    margin: auto;
  }
  .cid-sfFahqtvF2 .navbar .dropdown-menu .dropdown-item {
    padding: 0.25rem 1.5rem !important;
    text-align: center;
  }
  .cid-sfFahqtvF2 .navbar .navbar-brand {
    flex-shrink: initial;
    flex-basis: auto;
    word-break: break-word;
    padding-right: 2rem;
  }
  .cid-sfFahqtvF2 .navbar .navbar-toggler {
    flex-basis: auto;
  }
  .cid-sfFahqtvF2 .navbar .icons-menu {
    padding-left: 0;
    padding-top: 0.5rem;
    padding-bottom: 0.5rem;
  }
}
.cid-sfFahqtvF2 .navbar.navbar-short {
  min-height: 60px;
}
.cid-sfFahqtvF2 .navbar.navbar-short .navbar-logo img {
  height: 2.5rem !important;
}
.cid-sfFahqtvF2 .navbar.navbar-short .navbar-brand {
  min-height: 60px;
  padding: 0;
}
.cid-sfFahqtvF2 .navbar-brand {
  min-height: 70px;
  flex-shrink: 0;
  align-items: center;
  margin-right: 0;
  padding: 0;
  transition: all 0.3s;
  word-break: break-word;
  z-index: 1;
}
.cid-sfFahqtvF2 .navbar-brand .navbar-caption {
  line-height: inherit !important;
}
.cid-sfFahqtvF2 .navbar-brand .navbar-logo a {
  outline: none;
}
.cid-sfFahqtvF2 .dropdown-item.active,
.cid-sfFahqtvF2 .dropdown-item:active {
  background-color: transparent;
}
.cid-sfFahqtvF2 .navbar-expand-lg .navbar-nav .nav-link {
  padding: 0;
}
.cid-sfFahqtvF2 .nav-dropdown .link.dropdown-toggle {
  margin-right: 1.667em;
}
.cid-sfFahqtvF2 .nav-dropdown .link.dropdown-toggle[aria-expanded="true"] {
  margin-right: 0;
  padding: 0.667em 1.667em;
}
.cid-sfFahqtvF2 .navbar.navbar-expand-lg .dropdown .dropdown-menu {
  background: #ffffff;
}
.cid-sfFahqtvF2 .navbar.navbar-expand-lg .dropdown .dropdown-menu .dropdown-submenu {
  margin: 0;
  left: 100%;
}
.cid-sfFahqtvF2 .navbar .dropdown.open > .dropdown-menu {
  display: block;
}
.cid-sfFahqtvF2 ul.navbar-nav {
  flex-wrap: wrap;
}
.cid-sfFahqtvF2 .navbar-buttons {
  text-align: center;
  min-width: 170px;
}
.cid-sfFahqtvF2 button.navbar-toggler {
  outline: none;
  width: 31px;
  height: 20px;
  cursor: pointer;
  transition: all 0.2s;
  position: relative;
  align-self: center;
}
.cid-sfFahqtvF2 button.navbar-toggler .hamburger span {
  position: absolute;
  right: 0;
  width: 30px;
  height: 2px;
  border-right: 5px;
  background-color: #000000;
}
.cid-sfFahqtvF2 button.navbar-toggler .hamburger span:nth-child(1) {
  top: 0;
  transition: all 0.2s;
}
.cid-sfFahqtvF2 button.navbar-toggler .hamburger span:nth-child(2) {
  top: 8px;
  transition: all 0.15s;
}
.cid-sfFahqtvF2 button.navbar-toggler .hamburger span:nth-child(3) {
  top: 8px;
  transition: all 0.15s;
}
.cid-sfFahqtvF2 button.navbar-toggler .hamburger span:nth-child(4) {
  top: 16px;
  transition: all 0.2s;
}
.cid-sfFahqtvF2 nav.opened .hamburger span:nth-child(1) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-sfFahqtvF2 nav.opened .hamburger span:nth-child(2) {
  transform: rotate(45deg);
  transition: all 0.25s;
}
.cid-sfFahqtvF2 nav.opened .hamburger span:nth-child(3) {
  transform: rotate(-45deg);
  transition: all 0.25s;
}
.cid-sfFahqtvF2 nav.opened .hamburger span:nth-child(4) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-sfFahqtvF2 .navbar-dropdown {
  padding: 0 1rem;
  position: fixed;
}
.cid-sfFahqtvF2 a.nav-link {
  display: flex;
  align-items: center;
  justify-content: center;
}
.cid-sfFahqtvF2 .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-sfFahqtvF2 .navbar {
    height: 70px;
  }
  .cid-sfFahqtvF2 .navbar.opened {
    height: auto;
  }
  .cid-sfFahqtvF2 .nav-item .nav-link:hover::before {
    width: 175%;
    max-width: calc(100% + 2rem);
    left: -1rem;
  }
}
.cid-sfFahrr95K {
  padding-top: 0px;
  padding-bottom: 0px;
  background-color: #efeeee;
}
.cid-sfFahrr95K img {
  width: 100%;
  height: 100%;
  transition: 5s;
  object-fit: cover;
  margin: auto;
}
.cid-sfFahrr95K img:hover {
  transform: scale(1.1);
}
.cid-sfFahrr95K .img-col {
  padding: 0;
  overflow: hidden;
  text-align: center;
  justify-content: center;
  position: relative;
}
.cid-sfFahrr95K h2 {
  padding: 0;
  margin: 0;
}
.cid-sfFahrr95K .title-wrap {
  display: flex;
  align-items: center;
  justify-content: center;
}
.cid-sfFahrr95K .text-col {
  max-width: 650px;
  margin: auto;
  padding: 6rem 6rem;
}
.cid-sfFahrr95K .mbr-section-btn {
  position: absolute;
  bottom: 0;
  left: 0;
}
.cid-sfFahrr95K .mbr-section-btn .btn {
  margin: 0rem!important;
  min-width: 400px;
  justify-content: space-between;
}
.cid-sfFahrr95K .mbr-section-btn .btn .mbr-iconfont {
  order: 2;
}
.cid-sfFahrr95K .number {
  border-top: 2px solid currentColor;
  padding-top: 0.6rem;
  margin-right: 3rem;
  margin-bottom: 0;
  margin-top: 0.5rem;
}
@media (max-width: 992px) {
  .cid-sfFahrr95K .text-col {
    padding: 4rem 4rem;
  }
}
@media (max-width: 767px) {
  .cid-sfFahrr95K .btn {
    min-width: 200px!important;
    padding: 0.6rem 0.8rem!important;
  }
  .cid-sfFahrr95K .text-col {
    padding: 2rem 1rem;
  }
}
.cid-sfFahrr95K H2 {
  color: #333333;
}
.cid-sfFahrr95K .mbr-text {
  color: #767676;
}
.cid-sfFahrZ5AJ {
  padding-top: 75px;
  padding-bottom: 75px;
  background-color: #ffffff;
}
.cid-sfFahrZ5AJ .card {
  -webkit-flex-direction: row;
  flex-direction: row;
  -webkit-justify-content: center;
  justify-content: center;
}
.cid-sfFahrZ5AJ .card .card-img {
  width: 20%;
  display: flex;
  -webkit-flex-direction: column;
  flex-direction: column;
}
.cid-sfFahrZ5AJ .card .card-box {
  display: flex;
  -webkit-flex-direction: column;
  flex-direction: column;
  width: 80%;
  padding-left: 1rem;
}
.cid-sfFahrZ5AJ .card .card-img span {
  color: #767676;
  font-size: 60px;
}
.cid-sfFahrZ5AJ .mbr-text {
  color: #767676;
}
@media (max-width: 767px) {
  .cid-sfFahrZ5AJ .card {
    -webkit-flex-direction: column;
    flex-direction: column;
  }
  .cid-sfFahrZ5AJ .card .card-img {
    width: 100%;
    padding-bottom: 1.5rem;
  }
  .cid-sfFahrZ5AJ .card .card-box {
    width: 100%;
    padding-left: 0;
  }
  .cid-sfFahrZ5AJ .card .card-box .card-title,
  .cid-sfFahrZ5AJ .card .card-box .mbr-text,
  .cid-sfFahrZ5AJ .card .card-box .link {
    text-align: center;
  }
}
@media (min-width: 768px) {
  .cid-sfFahrZ5AJ .card {
    padding-right: 2rem;
    padding-left: 2rem;
  }
  .cid-sfFahrZ5AJ .card .card-img {
    text-align: right !important;
  }
}
.cid-sfFc8mDc3r {
  padding-top: 0px;
  padding-bottom: 0px;
  background-color: #efeeee;
}
.cid-sfFc8mDc3r img {
  width: 100%;
  height: 100%;
  transition: 5s;
  object-fit: cover;
  margin: auto;
}
.cid-sfFc8mDc3r img:hover {
  transform: scale(1.1);
}
.cid-sfFc8mDc3r .img-col {
  padding: 0;
  overflow: hidden;
  text-align: center;
  justify-content: center;
  position: relative;
}
.cid-sfFc8mDc3r h2 {
  padding: 0;
  margin: 0;
}
.cid-sfFc8mDc3r .title-wrap {
  display: flex;
  align-items: center;
  justify-content: center;
}
.cid-sfFc8mDc3r .text-col {
  max-width: 650px;
  margin: auto;
  padding: 6rem 6rem;
}
.cid-sfFc8mDc3r .mbr-section-btn {
  position: absolute;
  bottom: 0;
  right: 0;
}
.cid-sfFc8mDc3r .mbr-section-btn .btn {
  margin: 0rem!important;
  min-width: 400px;
  justify-content: space-between;
}
.cid-sfFc8mDc3r .mbr-section-btn .btn .mbr-iconfont {
  order: 2;
}
.cid-sfFc8mDc3r .number {
  border-top: 2px solid currentColor;
  padding-top: 0.6rem;
  margin-right: 3rem;
  margin-bottom: 0;
  margin-top: 0.5rem;
}
@media (max-width: 992px) {
  .cid-sfFc8mDc3r .text-col {
    padding: 4rem 4rem;
  }
}
@media (max-width: 767px) {
  .cid-sfFc8mDc3r .btn {
    min-width: 200px!important;
    padding: 0.6rem 0.8rem!important;
  }
  .cid-sfFc8mDc3r .text-col {
    padding: 2rem 1rem;
  }
}
.cid-sfFc8mDc3r H2 {
  color: #333333;
}
.cid-sfFc8mDc3r .mbr-text {
  color: #767676;
}
.cid-sfKUiE9DdC {
  padding-top: 2rem;
  padding-bottom: 0rem;
  background-color: #fafafa;
}
.cid-sfKUiE9DdC .mbr-section-title {
  color: #353535;
}
.cid-sfKUiE9DdC .mbr-section-subtitle {
  color: #767676;
}
.cid-sfKUjkS00O {
  padding-top: 45px;
  padding-bottom: 45px;
  background-color: #fafafa;
}
.cid-sfKUjkS00O .card-icon {
  font-size: 56px;
  color: #ffffff;
  transition: color 0.3s;
}
.cid-sfKUjkS00O .card-title {
  font-weight: 600;
  letter-spacing: 1px;
}
.cid-sfKUjkS00O .card {
  margin: 0!important;
  padding: 0!important;
  border-radius: 0;
}
.cid-sfKUjkS00O p {
  font-weight: 400;
}
.cid-sfKUjkS00O .link-ico {
  font-size: 0.8rem;
  color: #ffffff;
  border: 2px solid #ffffff;
  border-radius: 100%;
  padding: 0.5rem 0;
  font-weight: 900;
  padding-left: 9px;
  padding-right: 7px;
  transition: all 0.3s;
}
.cid-sfKUjkS00O .link-ico:hover {
  background-color: #ffffff;
  border-color: #ffffff;
  color: gray!important;
}
.cid-sfKUjkS00O .line {
  width: 35px;
  height: 3px;
  display: inline-block;
  background: #ffffff;
  margin-bottom: 1.5rem;
  transition: background 0.3s;
}
.cid-sfKUjkS00O .bg1 {
  background: #bbbbbb;
}
.cid-sfKUjkS00O .bg2 {
  background: #767676;
}
.cid-sfKUjkS00O .bg3 {
  background: #353535;
}
.cid-sfKUjkS00O .bg4 {
  background: #149dcc;
}
.cid-sfKUjkS00O .card-wrapper {
  padding: 4rem 2rem;
  transition: background 0.3s;
}
.cid-sfKUjkS00O .card-wrapper:hover .link-ico {
  background-color: #ffffff;
  border-color: #ffffff;
  color: gray!important;
}
.cid-sfKUjkS00O .col-lg-x {
  -ms-flex: 0 0 20%;
  flex: 0 0 20%;
  max-width: 20%;
}
.cid-sfKUjkS00O .card-title,
.cid-sfKUjkS00O .card-ico,
.cid-sfKUjkS00O .line-wrap {
  text-align: center;
  color: #ffffff;
}
.cid-sfKUjkS00O .mbr-text,
.cid-sfKUjkS00O .card-link {
  text-align: center;
  color: #ffffff;
}
@media (max-width: 767px) {
  .cid-sfKUjkS00O .row {
    padding: 0 1rem;
  }
}
.cid-sfFahsIA96 {
  padding-top: 45px;
  padding-bottom: 45px;
  background-color: #ffffff;
}
.cid-sfFahsIA96 .listico {
  padding-right: 1rem;
  color: #656565;
  font-size: 0.9rem;
}
.cid-sfFahsIA96 .navbar-logo {
  width: 80px;
  margin-bottom: 10px;
}
.cid-sfFahsIA96 .navbar-brand {
  width: 100%;
  margin: 0;
}
.cid-sfFahsIA96 .mbr-text {
  color: #444;
}
.cid-sfFahsIA96 h5 {
  margin-bottom: 0;
}
.cid-sfFahsIA96 .list-item {
  display: flex;
  padding-top: 10px;
  padding-bottom: 10px;
  -webkit-align-items: center;
  align-items: center;
}
.cid-sfFahsIA96 .socicon {
  color: #9e9e9e;
  font-size: 2rem;
}
.cid-sfFahsIA96 .social-list {
  padding-left: 0;
  margin-bottom: 0;
  list-style: none;
}
.cid-sfFahsIA96 .social-list .soc-item {
  margin: 0 .5rem;
  display: inline-block;
}
.cid-sfFahsIA96 .social-list a {
  margin: 0;
  -webkit-transition: .2s linear;
  transition: .2s linear;
}
.cid-sfFahsIA96 .social-list a:hover {
  opacity: .4;
}
.cid-sfFahsIA96 .media-container-row > div {
  padding: 0px;
}
.cid-sfFahsIA96 .text2 {
  color: #9e9e9e;
  text-align: left;
}
.cid-sfFahsIA96 .group-title {
  text-align: left;
}
.cid-sfFahsIA96 .group-title SPAN {
  color: #656565;
}
.cid-sfFahsIA96 .links {
  color: #9e9e9e;
}
@media (max-width: 991px) {
  .cid-sfFahsIA96 .col-sm-12 {
    margin-bottom: 2rem;
  }
  .cid-sfFahsIA96 h3 {
    margin-bottom: 10px;
  }
}
.cid-sfFahsIA96 .links SPAN {
  color: #9e9e9e;
}
.cid-sfHqnqTOIC {
  z-index: 1000;
  width: 100%;
  position: relative;
  min-height: 60px;
}
.cid-sfHqnqTOIC nav.navbar {
  position: fixed;
}
.cid-sfHqnqTOIC .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-sfHqnqTOIC .dropdown-menu {
  padding: 0;
  border-radius: 4px;
  box-shadow: 0 1px 3px 0 rgba(0, 0, 0, 0.1);
}
.cid-sfHqnqTOIC .dropdown-item {
  border-bottom: 1px solid #e6e6e6;
}
.cid-sfHqnqTOIC .dropdown-item:hover,
.cid-sfHqnqTOIC .dropdown-item:focus {
  background: #bbbbbb !important;
  color: white !important;
}
.cid-sfHqnqTOIC .dropdown-item:first-child {
  border-top-left-radius: 4px;
  border-top-right-radius: 4px;
}
.cid-sfHqnqTOIC .dropdown-item:last-child {
  border-bottom: none;
  border-bottom-left-radius: 4px;
  border-bottom-right-radius: 4px;
}
.cid-sfHqnqTOIC .nav-dropdown .link {
  padding: 0 0.3em !important;
  margin: 0.667em 1em !important;
}
.cid-sfHqnqTOIC .nav-dropdown .link.dropdown-toggle::after {
  margin-left: 0.5rem;
  margin-top: 0.2rem;
}
.cid-sfHqnqTOIC .nav-link {
  position: relative;
}
.cid-sfHqnqTOIC .container {
  display: flex;
  margin: auto;
}
.cid-sfHqnqTOIC .iconfont-wrapper {
  color: #000000 !important;
  font-size: 1.5rem;
  padding-right: 0.5rem;
}
.cid-sfHqnqTOIC .dropdown-menu,
.cid-sfHqnqTOIC .navbar.opened {
  background: #ffffff !important;
}
.cid-sfHqnqTOIC .nav-item:focus,
.cid-sfHqnqTOIC .nav-link:focus {
  outline: none;
}
.cid-sfHqnqTOIC .dropdown .dropdown-menu .dropdown-item {
  width: auto;
  transition: all 0.25s ease-in-out;
}
.cid-sfHqnqTOIC .dropdown .dropdown-menu .dropdown-item::after {
  right: 0.5rem;
}
.cid-sfHqnqTOIC .dropdown .dropdown-menu .dropdown-item .mbr-iconfont {
  margin-right: 0.5rem;
  vertical-align: sub;
}
.cid-sfHqnqTOIC .dropdown .dropdown-menu .dropdown-item .mbr-iconfont:before {
  display: inline-block;
  transform: scale(1, 1);
  transition: all 0.25s ease-in-out;
}
.cid-sfHqnqTOIC .collapsed .dropdown-menu .dropdown-item:before {
  display: none;
}
.cid-sfHqnqTOIC .collapsed .dropdown .dropdown-menu .dropdown-item {
  padding: 0.235em 1.5em 0.235em 1.5em !important;
  transition: none;
  margin: 0 !important;
}
.cid-sfHqnqTOIC .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-sfHqnqTOIC .navbar.opened {
  transition: all 0.3s;
}
.cid-sfHqnqTOIC .navbar .dropdown-item {
  padding: 0.5rem 1.8rem;
}
.cid-sfHqnqTOIC .navbar .navbar-logo img {
  width: auto;
}
.cid-sfHqnqTOIC .navbar .navbar-collapse {
  justify-content: flex-end;
  z-index: 1;
}
.cid-sfHqnqTOIC .navbar.collapsed {
  justify-content: center;
}
.cid-sfHqnqTOIC .navbar.collapsed .nav-item .nav-link::before {
  display: none;
}
.cid-sfHqnqTOIC .navbar.collapsed.opened .dropdown-menu {
  top: 0;
}
@media (min-width: 992px) {
  .cid-sfHqnqTOIC .navbar.collapsed.opened:not(.navbar-short) .navbar-collapse {
    max-height: calc(98.5vh - 3rem);
  }
}
.cid-sfHqnqTOIC .navbar.collapsed .dropdown-menu .dropdown-submenu {
  left: 0 !important;
}
.cid-sfHqnqTOIC .navbar.collapsed .dropdown-menu .dropdown-item:after {
  right: auto;
}
.cid-sfHqnqTOIC .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-sfHqnqTOIC .navbar.collapsed ul.navbar-nav li {
  margin: auto;
}
.cid-sfHqnqTOIC .navbar.collapsed .dropdown-menu .dropdown-item {
  padding: 0.25rem 1.5rem;
  text-align: center;
}
.cid-sfHqnqTOIC .navbar.collapsed .icons-menu {
  padding-left: 0;
  padding-right: 0;
  padding-top: 0.5rem;
  padding-bottom: 0.5rem;
}
@media (max-width: 991px) {
  .cid-sfHqnqTOIC .navbar .nav-item .nav-link::before {
    display: none;
  }
  .cid-sfHqnqTOIC .navbar.opened .dropdown-menu {
    top: 0;
  }
  .cid-sfHqnqTOIC .navbar .dropdown-menu .dropdown-submenu {
    left: 0 !important;
  }
  .cid-sfHqnqTOIC .navbar .dropdown-menu .dropdown-item:after {
    right: auto;
  }
  .cid-sfHqnqTOIC .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-sfHqnqTOIC .navbar .navbar-logo img {
    height: 3rem !important;
  }
  .cid-sfHqnqTOIC .navbar ul.navbar-nav li {
    margin: auto;
  }
  .cid-sfHqnqTOIC .navbar .dropdown-menu .dropdown-item {
    padding: 0.25rem 1.5rem !important;
    text-align: center;
  }
  .cid-sfHqnqTOIC .navbar .navbar-brand {
    flex-shrink: initial;
    flex-basis: auto;
    word-break: break-word;
    padding-right: 2rem;
  }
  .cid-sfHqnqTOIC .navbar .navbar-toggler {
    flex-basis: auto;
  }
  .cid-sfHqnqTOIC .navbar .icons-menu {
    padding-left: 0;
    padding-top: 0.5rem;
    padding-bottom: 0.5rem;
  }
}
.cid-sfHqnqTOIC .navbar.navbar-short {
  min-height: 60px;
}
.cid-sfHqnqTOIC .navbar.navbar-short .navbar-logo img {
  height: 2.5rem !important;
}
.cid-sfHqnqTOIC .navbar.navbar-short .navbar-brand {
  min-height: 60px;
  padding: 0;
}
.cid-sfHqnqTOIC .navbar-brand {
  min-height: 70px;
  flex-shrink: 0;
  align-items: center;
  margin-right: 0;
  padding: 0;
  transition: all 0.3s;
  word-break: break-word;
  z-index: 1;
}
.cid-sfHqnqTOIC .navbar-brand .navbar-caption {
  line-height: inherit !important;
}
.cid-sfHqnqTOIC .navbar-brand .navbar-logo a {
  outline: none;
}
.cid-sfHqnqTOIC .dropdown-item.active,
.cid-sfHqnqTOIC .dropdown-item:active {
  background-color: transparent;
}
.cid-sfHqnqTOIC .navbar-expand-lg .navbar-nav .nav-link {
  padding: 0;
}
.cid-sfHqnqTOIC .nav-dropdown .link.dropdown-toggle {
  margin-right: 1.667em;
}
.cid-sfHqnqTOIC .nav-dropdown .link.dropdown-toggle[aria-expanded="true"] {
  margin-right: 0;
  padding: 0.667em 1.667em;
}
.cid-sfHqnqTOIC .navbar.navbar-expand-lg .dropdown .dropdown-menu {
  background: #ffffff;
}
.cid-sfHqnqTOIC .navbar.navbar-expand-lg .dropdown .dropdown-menu .dropdown-submenu {
  margin: 0;
  left: 100%;
}
.cid-sfHqnqTOIC .navbar .dropdown.open > .dropdown-menu {
  display: block;
}
.cid-sfHqnqTOIC ul.navbar-nav {
  flex-wrap: wrap;
}
.cid-sfHqnqTOIC .navbar-buttons {
  text-align: center;
  min-width: 170px;
}
.cid-sfHqnqTOIC button.navbar-toggler {
  outline: none;
  width: 31px;
  height: 20px;
  cursor: pointer;
  transition: all 0.2s;
  position: relative;
  align-self: center;
}
.cid-sfHqnqTOIC button.navbar-toggler .hamburger span {
  position: absolute;
  right: 0;
  width: 30px;
  height: 2px;
  border-right: 5px;
  background-color: #000000;
}
.cid-sfHqnqTOIC button.navbar-toggler .hamburger span:nth-child(1) {
  top: 0;
  transition: all 0.2s;
}
.cid-sfHqnqTOIC button.navbar-toggler .hamburger span:nth-child(2) {
  top: 8px;
  transition: all 0.15s;
}
.cid-sfHqnqTOIC button.navbar-toggler .hamburger span:nth-child(3) {
  top: 8px;
  transition: all 0.15s;
}
.cid-sfHqnqTOIC button.navbar-toggler .hamburger span:nth-child(4) {
  top: 16px;
  transition: all 0.2s;
}
.cid-sfHqnqTOIC nav.opened .hamburger span:nth-child(1) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-sfHqnqTOIC nav.opened .hamburger span:nth-child(2) {
  transform: rotate(45deg);
  transition: all 0.25s;
}
.cid-sfHqnqTOIC nav.opened .hamburger span:nth-child(3) {
  transform: rotate(-45deg);
  transition: all 0.25s;
}
.cid-sfHqnqTOIC nav.opened .hamburger span:nth-child(4) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-sfHqnqTOIC .navbar-dropdown {
  padding: 0 1rem;
  position: fixed;
}
.cid-sfHqnqTOIC a.nav-link {
  display: flex;
  align-items: center;
  justify-content: center;
}
.cid-sfHqnqTOIC .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-sfHqnqTOIC .navbar {
    height: 70px;
  }
  .cid-sfHqnqTOIC .navbar.opened {
    height: auto;
  }
  .cid-sfHqnqTOIC .nav-item .nav-link:hover::before {
    width: 175%;
    max-width: calc(100% + 2rem);
    left: -1rem;
  }
}
.cid-sfHu9NGraV {
  padding-top: 60px;
  padding-bottom: 60px;
  background-color: #ffffff;
}
.cid-sfHu9NGraV .mbr-text {
  margin: 0;
}
.cid-sfHu9NGraV .text-element {
  padding: 2rem;
  background-color: #ffffff;
  -webkit-align-items: center;
  align-items: center;
  -webkit-justify-content: center;
  justify-content: center;
  display: flex;
}
.cid-sfHu9NGraV .media-container-row {
  -webkit-flex-direction: row-reverse;
  flex-direction: row-reverse;
}
.cid-sfHu9NGraV .row-element,
.cid-sfHu9NGraV .image-element {
  padding: 0;
}
.cid-sfHu9NGraV .image-element {
  display: flex;
  -webkit-justify-content: center;
  justify-content: center;
}
.cid-sfHu9NGraV .image-element .img-wrap {
  width: 100% !important;
}
.cid-sfHu9NGraV .image-element .img-wrap img {
  width: 100%;
  min-height: 100%;
  object-fit: cover;
  object-position: center center;
}
.cid-sfHu9NGraV .carousel-item {
  -webkit-justify-content: center;
  justify-content: center;
}
.cid-sfHu9NGraV .carousel-item.active,
.cid-sfHu9NGraV .carousel-item-next,
.cid-sfHu9NGraV .carousel-item-prev {
  display: flex;
}
.cid-sfHu9NGraV .carousel-indicators {
  left: 50%;
  margin: 20px auto 0;
  align-items: center;
  left: -50% !important;
}
.cid-sfHu9NGraV .carousel-indicators .active {
  opacity: 1;
  border: 0;
  background-color: #bbbbbb;
}
.cid-sfHu9NGraV .carousel-indicators li {
  height: 15px;
  width: 15px;
  border-radius: 50%;
  transition: opacity .5s;
  background-color: #000000;
  font-size: 2rem;
  opacity: .5;
  border-width: 0px;
}
.cid-sfHu9NGraV .carousel-indicators li:hover {
  opacity: 1;
}
.cid-sfHu9NGraV .carousel-controls {
  display: none;
}
@media (max-width: 991px) {
  .cid-sfHu9NGraV .carousel-controls {
    display: block;
  }
  .cid-sfHu9NGraV .carousel-controls a {
    transition: opacity .5s;
    font-size: 2rem;
  }
  .cid-sfHu9NGraV .carousel-controls a span {
    padding: 10px;
    border-radius: 50%;
    color: #ffffff;
    background: #444444;
    opacity: .9;
  }
  .cid-sfHu9NGraV .carousel-controls a:hover span {
    opacity: 1;
  }
  .cid-sfHu9NGraV .carousel-indicators {
    display: none;
  }
}
@media (max-width: 540px) {
  .cid-sfHu9NGraV .text-element {
    padding: 1rem;
  }
  .cid-sfHu9NGraV .carousel-controls {
    display: none;
  }
}
@media screen and (-ms-high-contrast: active), (-ms-high-contrast: none) {
  .cid-sfHu9NGraV .image-element {
    min-width: 50%;
  }
  .cid-sfHu9NGraV .media-container-row {
    width: 100%;
  }
}
.cid-sfKUfPwHQy {
  padding-top: 2rem;
  padding-bottom: 0rem;
  background-color: #fafafa;
}
.cid-sfKUfPwHQy .mbr-section-title {
  color: #353535;
}
.cid-sfKUfPwHQy .mbr-section-subtitle {
  color: #767676;
}
.cid-sfKUghSFb7 {
  padding-top: 45px;
  padding-bottom: 45px;
  background-color: #fafafa;
}
.cid-sfKUghSFb7 .card-icon {
  font-size: 56px;
  color: #ffffff;
  transition: color 0.3s;
}
.cid-sfKUghSFb7 .card-title {
  font-weight: 600;
  letter-spacing: 1px;
}
.cid-sfKUghSFb7 .card {
  margin: 0!important;
  padding: 0!important;
  border-radius: 0;
}
.cid-sfKUghSFb7 p {
  font-weight: 400;
}
.cid-sfKUghSFb7 .link-ico {
  font-size: 0.8rem;
  color: #ffffff;
  border: 2px solid #ffffff;
  border-radius: 100%;
  padding: 0.5rem 0;
  font-weight: 900;
  padding-left: 9px;
  padding-right: 7px;
  transition: all 0.3s;
}
.cid-sfKUghSFb7 .link-ico:hover {
  background-color: #ffffff;
  border-color: #ffffff;
  color: gray!important;
}
.cid-sfKUghSFb7 .line {
  width: 35px;
  height: 3px;
  display: inline-block;
  background: #ffffff;
  margin-bottom: 1.5rem;
  transition: background 0.3s;
}
.cid-sfKUghSFb7 .bg1 {
  background: #bbbbbb;
}
.cid-sfKUghSFb7 .bg2 {
  background: #767676;
}
.cid-sfKUghSFb7 .bg3 {
  background: #353535;
}
.cid-sfKUghSFb7 .bg4 {
  background: #149dcc;
}
.cid-sfKUghSFb7 .card-wrapper {
  padding: 4rem 2rem;
  transition: background 0.3s;
}
.cid-sfKUghSFb7 .card-wrapper:hover .link-ico {
  background-color: #ffffff;
  border-color: #ffffff;
  color: gray!important;
}
.cid-sfKUghSFb7 .col-lg-x {
  -ms-flex: 0 0 20%;
  flex: 0 0 20%;
  max-width: 20%;
}
.cid-sfKUghSFb7 .card-title,
.cid-sfKUghSFb7 .card-ico,
.cid-sfKUghSFb7 .line-wrap {
  text-align: center;
  color: #ffffff;
}
.cid-sfKUghSFb7 .mbr-text,
.cid-sfKUghSFb7 .card-link {
  text-align: center;
  color: #ffffff;
}
@media (max-width: 767px) {
  .cid-sfKUghSFb7 .row {
    padding: 0 1rem;
  }
}
.cid-sfHqnvgHg2 {
  padding-top: 45px;
  padding-bottom: 45px;
  background-color: #ffffff;
}
.cid-sfHqnvgHg2 .listico {
  padding-right: 1rem;
  color: #656565;
  font-size: 0.9rem;
}
.cid-sfHqnvgHg2 .navbar-logo {
  width: 80px;
  margin-bottom: 10px;
}
.cid-sfHqnvgHg2 .navbar-brand {
  width: 100%;
  margin: 0;
}
.cid-sfHqnvgHg2 .mbr-text {
  color: #444;
}
.cid-sfHqnvgHg2 h5 {
  margin-bottom: 0;
}
.cid-sfHqnvgHg2 .list-item {
  display: flex;
  padding-top: 10px;
  padding-bottom: 10px;
  -webkit-align-items: center;
  align-items: center;
}
.cid-sfHqnvgHg2 .socicon {
  color: #9e9e9e;
  font-size: 2rem;
}
.cid-sfHqnvgHg2 .social-list {
  padding-left: 0;
  margin-bottom: 0;
  list-style: none;
}
.cid-sfHqnvgHg2 .social-list .soc-item {
  margin: 0 .5rem;
  display: inline-block;
}
.cid-sfHqnvgHg2 .social-list a {
  margin: 0;
  -webkit-transition: .2s linear;
  transition: .2s linear;
}
.cid-sfHqnvgHg2 .social-list a:hover {
  opacity: .4;
}
.cid-sfHqnvgHg2 .media-container-row > div {
  padding: 0px;
}
.cid-sfHqnvgHg2 .text2 {
  color: #9e9e9e;
  text-align: left;
}
.cid-sfHqnvgHg2 .group-title {
  text-align: left;
}
.cid-sfHqnvgHg2 .group-title SPAN {
  color: #656565;
}
.cid-sfHqnvgHg2 .links {
  color: #9e9e9e;
}
@media (max-width: 991px) {
  .cid-sfHqnvgHg2 .col-sm-12 {
    margin-bottom: 2rem;
  }
  .cid-sfHqnvgHg2 h3 {
    margin-bottom: 10px;
  }
}
.cid-sfHqnvgHg2 .links SPAN {
  color: #9e9e9e;
}
.cid-sfK4cCV3EJ {
  z-index: 1000;
  width: 100%;
  position: relative;
  min-height: 60px;
}
.cid-sfK4cCV3EJ nav.navbar {
  position: fixed;
}
.cid-sfK4cCV3EJ .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-sfK4cCV3EJ .dropdown-menu {
  padding: 0;
  border-radius: 4px;
  box-shadow: 0 1px 3px 0 rgba(0, 0, 0, 0.1);
}
.cid-sfK4cCV3EJ .dropdown-item {
  border-bottom: 1px solid #e6e6e6;
}
.cid-sfK4cCV3EJ .dropdown-item:hover,
.cid-sfK4cCV3EJ .dropdown-item:focus {
  background: #bbbbbb !important;
  color: white !important;
}
.cid-sfK4cCV3EJ .dropdown-item:first-child {
  border-top-left-radius: 4px;
  border-top-right-radius: 4px;
}
.cid-sfK4cCV3EJ .dropdown-item:last-child {
  border-bottom: none;
  border-bottom-left-radius: 4px;
  border-bottom-right-radius: 4px;
}
.cid-sfK4cCV3EJ .nav-dropdown .link {
  padding: 0 0.3em !important;
  margin: 0.667em 1em !important;
}
.cid-sfK4cCV3EJ .nav-dropdown .link.dropdown-toggle::after {
  margin-left: 0.5rem;
  margin-top: 0.2rem;
}
.cid-sfK4cCV3EJ .nav-link {
  position: relative;
}
.cid-sfK4cCV3EJ .container {
  display: flex;
  margin: auto;
}
.cid-sfK4cCV3EJ .iconfont-wrapper {
  color: #000000 !important;
  font-size: 1.5rem;
  padding-right: 0.5rem;
}
.cid-sfK4cCV3EJ .dropdown-menu,
.cid-sfK4cCV3EJ .navbar.opened {
  background: #ffffff !important;
}
.cid-sfK4cCV3EJ .nav-item:focus,
.cid-sfK4cCV3EJ .nav-link:focus {
  outline: none;
}
.cid-sfK4cCV3EJ .dropdown .dropdown-menu .dropdown-item {
  width: auto;
  transition: all 0.25s ease-in-out;
}
.cid-sfK4cCV3EJ .dropdown .dropdown-menu .dropdown-item::after {
  right: 0.5rem;
}
.cid-sfK4cCV3EJ .dropdown .dropdown-menu .dropdown-item .mbr-iconfont {
  margin-right: 0.5rem;
  vertical-align: sub;
}
.cid-sfK4cCV3EJ .dropdown .dropdown-menu .dropdown-item .mbr-iconfont:before {
  display: inline-block;
  transform: scale(1, 1);
  transition: all 0.25s ease-in-out;
}
.cid-sfK4cCV3EJ .collapsed .dropdown-menu .dropdown-item:before {
  display: none;
}
.cid-sfK4cCV3EJ .collapsed .dropdown .dropdown-menu .dropdown-item {
  padding: 0.235em 1.5em 0.235em 1.5em !important;
  transition: none;
  margin: 0 !important;
}
.cid-sfK4cCV3EJ .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-sfK4cCV3EJ .navbar.opened {
  transition: all 0.3s;
}
.cid-sfK4cCV3EJ .navbar .dropdown-item {
  padding: 0.5rem 1.8rem;
}
.cid-sfK4cCV3EJ .navbar .navbar-logo img {
  width: auto;
}
.cid-sfK4cCV3EJ .navbar .navbar-collapse {
  justify-content: flex-end;
  z-index: 1;
}
.cid-sfK4cCV3EJ .navbar.collapsed {
  justify-content: center;
}
.cid-sfK4cCV3EJ .navbar.collapsed .nav-item .nav-link::before {
  display: none;
}
.cid-sfK4cCV3EJ .navbar.collapsed.opened .dropdown-menu {
  top: 0;
}
@media (min-width: 992px) {
  .cid-sfK4cCV3EJ .navbar.collapsed.opened:not(.navbar-short) .navbar-collapse {
    max-height: calc(98.5vh - 3rem);
  }
}
.cid-sfK4cCV3EJ .navbar.collapsed .dropdown-menu .dropdown-submenu {
  left: 0 !important;
}
.cid-sfK4cCV3EJ .navbar.collapsed .dropdown-menu .dropdown-item:after {
  right: auto;
}
.cid-sfK4cCV3EJ .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-sfK4cCV3EJ .navbar.collapsed ul.navbar-nav li {
  margin: auto;
}
.cid-sfK4cCV3EJ .navbar.collapsed .dropdown-menu .dropdown-item {
  padding: 0.25rem 1.5rem;
  text-align: center;
}
.cid-sfK4cCV3EJ .navbar.collapsed .icons-menu {
  padding-left: 0;
  padding-right: 0;
  padding-top: 0.5rem;
  padding-bottom: 0.5rem;
}
@media (max-width: 991px) {
  .cid-sfK4cCV3EJ .navbar .nav-item .nav-link::before {
    display: none;
  }
  .cid-sfK4cCV3EJ .navbar.opened .dropdown-menu {
    top: 0;
  }
  .cid-sfK4cCV3EJ .navbar .dropdown-menu .dropdown-submenu {
    left: 0 !important;
  }
  .cid-sfK4cCV3EJ .navbar .dropdown-menu .dropdown-item:after {
    right: auto;
  }
  .cid-sfK4cCV3EJ .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-sfK4cCV3EJ .navbar .navbar-logo img {
    height: 3rem !important;
  }
  .cid-sfK4cCV3EJ .navbar ul.navbar-nav li {
    margin: auto;
  }
  .cid-sfK4cCV3EJ .navbar .dropdown-menu .dropdown-item {
    padding: 0.25rem 1.5rem !important;
    text-align: center;
  }
  .cid-sfK4cCV3EJ .navbar .navbar-brand {
    flex-shrink: initial;
    flex-basis: auto;
    word-break: break-word;
    padding-right: 2rem;
  }
  .cid-sfK4cCV3EJ .navbar .navbar-toggler {
    flex-basis: auto;
  }
  .cid-sfK4cCV3EJ .navbar .icons-menu {
    padding-left: 0;
    padding-top: 0.5rem;
    padding-bottom: 0.5rem;
  }
}
.cid-sfK4cCV3EJ .navbar.navbar-short {
  min-height: 60px;
}
.cid-sfK4cCV3EJ .navbar.navbar-short .navbar-logo img {
  height: 2.5rem !important;
}
.cid-sfK4cCV3EJ .navbar.navbar-short .navbar-brand {
  min-height: 60px;
  padding: 0;
}
.cid-sfK4cCV3EJ .navbar-brand {
  min-height: 70px;
  flex-shrink: 0;
  align-items: center;
  margin-right: 0;
  padding: 0;
  transition: all 0.3s;
  word-break: break-word;
  z-index: 1;
}
.cid-sfK4cCV3EJ .navbar-brand .navbar-caption {
  line-height: inherit !important;
}
.cid-sfK4cCV3EJ .navbar-brand .navbar-logo a {
  outline: none;
}
.cid-sfK4cCV3EJ .dropdown-item.active,
.cid-sfK4cCV3EJ .dropdown-item:active {
  background-color: transparent;
}
.cid-sfK4cCV3EJ .navbar-expand-lg .navbar-nav .nav-link {
  padding: 0;
}
.cid-sfK4cCV3EJ .nav-dropdown .link.dropdown-toggle {
  margin-right: 1.667em;
}
.cid-sfK4cCV3EJ .nav-dropdown .link.dropdown-toggle[aria-expanded="true"] {
  margin-right: 0;
  padding: 0.667em 1.667em;
}
.cid-sfK4cCV3EJ .navbar.navbar-expand-lg .dropdown .dropdown-menu {
  background: #ffffff;
}
.cid-sfK4cCV3EJ .navbar.navbar-expand-lg .dropdown .dropdown-menu .dropdown-submenu {
  margin: 0;
  left: 100%;
}
.cid-sfK4cCV3EJ .navbar .dropdown.open > .dropdown-menu {
  display: block;
}
.cid-sfK4cCV3EJ ul.navbar-nav {
  flex-wrap: wrap;
}
.cid-sfK4cCV3EJ .navbar-buttons {
  text-align: center;
  min-width: 170px;
}
.cid-sfK4cCV3EJ button.navbar-toggler {
  outline: none;
  width: 31px;
  height: 20px;
  cursor: pointer;
  transition: all 0.2s;
  position: relative;
  align-self: center;
}
.cid-sfK4cCV3EJ button.navbar-toggler .hamburger span {
  position: absolute;
  right: 0;
  width: 30px;
  height: 2px;
  border-right: 5px;
  background-color: #000000;
}
.cid-sfK4cCV3EJ button.navbar-toggler .hamburger span:nth-child(1) {
  top: 0;
  transition: all 0.2s;
}
.cid-sfK4cCV3EJ button.navbar-toggler .hamburger span:nth-child(2) {
  top: 8px;
  transition: all 0.15s;
}
.cid-sfK4cCV3EJ button.navbar-toggler .hamburger span:nth-child(3) {
  top: 8px;
  transition: all 0.15s;
}
.cid-sfK4cCV3EJ button.navbar-toggler .hamburger span:nth-child(4) {
  top: 16px;
  transition: all 0.2s;
}
.cid-sfK4cCV3EJ nav.opened .hamburger span:nth-child(1) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-sfK4cCV3EJ nav.opened .hamburger span:nth-child(2) {
  transform: rotate(45deg);
  transition: all 0.25s;
}
.cid-sfK4cCV3EJ nav.opened .hamburger span:nth-child(3) {
  transform: rotate(-45deg);
  transition: all 0.25s;
}
.cid-sfK4cCV3EJ nav.opened .hamburger span:nth-child(4) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-sfK4cCV3EJ .navbar-dropdown {
  padding: 0 1rem;
  position: fixed;
}
.cid-sfK4cCV3EJ a.nav-link {
  display: flex;
  align-items: center;
  justify-content: center;
}
.cid-sfK4cCV3EJ .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-sfK4cCV3EJ .navbar {
    height: 70px;
  }
  .cid-sfK4cCV3EJ .navbar.opened {
    height: auto;
  }
  .cid-sfK4cCV3EJ .nav-item .nav-link:hover::before {
    width: 175%;
    max-width: calc(100% + 2rem);
    left: -1rem;
  }
}
.cid-sfK4ivFdwH {
  padding-top: 0px;
  padding-bottom: 0px;
  background-color: #efeeee;
}
.cid-sfK4ivFdwH img {
  width: 100%;
  height: 100%;
  transition: 5s;
  object-fit: cover;
  margin: auto;
}
.cid-sfK4ivFdwH img:hover {
  transform: scale(1.1);
}
.cid-sfK4ivFdwH .img-col {
  padding: 0;
  overflow: hidden;
  text-align: center;
  justify-content: center;
  position: relative;
}
.cid-sfK4ivFdwH h2 {
  padding: 0;
  margin: 0;
}
.cid-sfK4ivFdwH .title-wrap {
  display: flex;
  align-items: center;
  justify-content: center;
}
.cid-sfK4ivFdwH .text-col {
  max-width: 650px;
  margin: auto;
  padding: 6rem 6rem;
}
.cid-sfK4ivFdwH .mbr-section-btn {
  position: absolute;
  bottom: 0;
  right: 0;
}
.cid-sfK4ivFdwH .mbr-section-btn .btn {
  margin: 0rem!important;
  min-width: 400px;
  justify-content: space-between;
}
.cid-sfK4ivFdwH .mbr-section-btn .btn .mbr-iconfont {
  order: 2;
}
.cid-sfK4ivFdwH .number {
  border-top: 2px solid currentColor;
  padding-top: 0.6rem;
  margin-right: 3rem;
  margin-bottom: 0;
  margin-top: 0.5rem;
}
@media (max-width: 992px) {
  .cid-sfK4ivFdwH .text-col {
    padding: 4rem 4rem;
  }
}
@media (max-width: 767px) {
  .cid-sfK4ivFdwH .btn {
    min-width: 200px!important;
    padding: 0.6rem 0.8rem!important;
  }
  .cid-sfK4ivFdwH .text-col {
    padding: 2rem 1rem;
  }
}
.cid-sfK4ivFdwH H2 {
  color: #333333;
}
.cid-sfK4ivFdwH .mbr-text {
  color: #767676;
}
.cid-sfK582xER4 {
  padding-top: 0px;
  padding-bottom: 0px;
  background-color: #efeeee;
}
.cid-sfK582xER4 img {
  width: 100%;
  height: 100%;
  transition: 5s;
  object-fit: cover;
  margin: auto;
}
.cid-sfK582xER4 img:hover {
  transform: scale(1.1);
}
.cid-sfK582xER4 .img-col {
  padding: 0;
  overflow: hidden;
  text-align: center;
  justify-content: center;
  position: relative;
}
.cid-sfK582xER4 h2 {
  padding: 0;
  margin: 0;
}
.cid-sfK582xER4 .title-wrap {
  display: flex;
  align-items: center;
  justify-content: center;
}
.cid-sfK582xER4 .text-col {
  max-width: 650px;
  margin: auto;
  padding: 6rem 6rem;
}
.cid-sfK582xER4 .mbr-section-btn {
  position: absolute;
  bottom: 0;
  left: 0;
}
.cid-sfK582xER4 .mbr-section-btn .btn {
  margin: 0rem!important;
  min-width: 400px;
  justify-content: space-between;
}
.cid-sfK582xER4 .mbr-section-btn .btn .mbr-iconfont {
  order: 2;
}
.cid-sfK582xER4 .number {
  border-top: 2px solid currentColor;
  padding-top: 0.6rem;
  margin-right: 3rem;
  margin-bottom: 0;
  margin-top: 0.5rem;
}
@media (max-width: 992px) {
  .cid-sfK582xER4 .text-col {
    padding: 4rem 4rem;
  }
}
@media (max-width: 767px) {
  .cid-sfK582xER4 .btn {
    min-width: 200px!important;
    padding: 0.6rem 0.8rem!important;
  }
  .cid-sfK582xER4 .text-col {
    padding: 2rem 1rem;
  }
}
.cid-sfK582xER4 H2 {
  color: #333333;
}
.cid-sfK582xER4 .mbr-text {
  color: #767676;
}
.cid-sfPu7qcygq {
  padding-top: 75px;
  padding-bottom: 75px;
  background-color: #ececec;
}
.cid-sfPu7qcygq .card-box {
  display: flex;
  flex-direction: column;
  position: relative;
  justify-content: center;
  margin: auto auto 1rem 2rem;
  height: fit-content;
  max-width: 300px;
}
.cid-sfPu7qcygq .card-wrap {
  background-color: #232323;
  display: flex;
  height: 100%;
  min-height: 300px;
}
.cid-sfPu7qcygq .card-wrap:hover h4,
.cid-sfPu7qcygq .card-wrap:hover a {
  background-size: 100% 100%;
}
.cid-sfPu7qcygq h3 {
  position: absolute;
  transform: rotate(-90deg);
  transform-origin: top left;
  width: fit-content;
  padding: 0;
  margin: 0;
  left: 0rem;
  top: -1rem;
}
.cid-sfPu7qcygq h3:after {
  content: "";
  width: 30px;
  position: absolute;
  top: 50%;
  height: 1px;
  background-color: #ffffff;
  margin-left: 10px;
}
.cid-sfPu7qcygq img {
  width: 100%;
}
.cid-sfPu7qcygq h4 {
  display: inline!important;
  text-decoration: none;
  background-image: linear-gradient(transparent calc(98%), currentColor 1px);
  background-repeat: no-repeat;
  background-position: 0;
  background-size: 0% 100%;
  transition: 0.6s cubic-bezier(0.215, 0.61, 0.355, 1);
}
.cid-sfPu7qcygq h4 a {
  display: inline!important;
  text-decoration: none;
  background-image: linear-gradient(transparent calc(98%), currentColor 1px) !important;
  background-repeat: no-repeat;
  background-position: 0;
  background-size: 0% 100%;
  transition: 0.6s cubic-bezier(0.215, 0.61, 0.355, 1);
}
.cid-sfPu7qcygq .card-title1,
.cid-sfPu7qcygq .title-wrap1 {
  color: #ffffff;
}
.cid-sfPu7qcygq .card-title,
.cid-sfPu7qcygq .title-wrap {
  color: #ffffff;
}
@media (max-width: 992px) {
  .cid-sfPu7qcygq .mdpb {
    padding-bottom: 2rem;
  }
  .cid-sfPu7qcygq .card-box {
    margin: auto auto 0rem 1rem;
  }
}
.cid-sfPu7qcygq H3 {
  color: #ffffff;
}
.cid-sfK5yiadgJ {
  padding-top: 0px;
  padding-bottom: 0px;
  background-color: #efeeee;
}
.cid-sfK5yiadgJ img {
  width: 100%;
  height: 100%;
  transition: 5s;
  object-fit: cover;
  margin: auto;
}
.cid-sfK5yiadgJ img:hover {
  transform: scale(1.1);
}
.cid-sfK5yiadgJ .img-col {
  padding: 0;
  overflow: hidden;
  text-align: center;
  justify-content: center;
  position: relative;
}
.cid-sfK5yiadgJ h2 {
  padding: 0;
  margin: 0;
}
.cid-sfK5yiadgJ .title-wrap {
  display: flex;
  align-items: center;
  justify-content: center;
}
.cid-sfK5yiadgJ .text-col {
  max-width: 650px;
  margin: auto;
  padding: 6rem 6rem;
}
.cid-sfK5yiadgJ .mbr-section-btn {
  position: absolute;
  bottom: 0;
  right: 0;
}
.cid-sfK5yiadgJ .mbr-section-btn .btn {
  margin: 0rem!important;
  min-width: 400px;
  justify-content: space-between;
}
.cid-sfK5yiadgJ .mbr-section-btn .btn .mbr-iconfont {
  order: 2;
}
.cid-sfK5yiadgJ .number {
  border-top: 2px solid currentColor;
  padding-top: 0.6rem;
  margin-right: 3rem;
  margin-bottom: 0;
  margin-top: 0.5rem;
}
@media (max-width: 992px) {
  .cid-sfK5yiadgJ .text-col {
    padding: 4rem 4rem;
  }
}
@media (max-width: 767px) {
  .cid-sfK5yiadgJ .btn {
    min-width: 200px!important;
    padding: 0.6rem 0.8rem!important;
  }
  .cid-sfK5yiadgJ .text-col {
    padding: 2rem 1rem;
  }
}
.cid-sfK5yiadgJ H2 {
  color: #333333;
}
.cid-sfK5yiadgJ .mbr-text {
  color: #767676;
}
.cid-sfK64k7tqO {
  padding-top: 0px;
  padding-bottom: 0px;
  background-color: #efeeee;
}
.cid-sfK64k7tqO img {
  width: 100%;
  height: 100%;
  transition: 5s;
  object-fit: cover;
  margin: auto;
}
.cid-sfK64k7tqO img:hover {
  transform: scale(1.1);
}
.cid-sfK64k7tqO .img-col {
  padding: 0;
  overflow: hidden;
  text-align: center;
  justify-content: center;
  position: relative;
}
.cid-sfK64k7tqO h2 {
  padding: 0;
  margin: 0;
}
.cid-sfK64k7tqO .title-wrap {
  display: flex;
  align-items: center;
  justify-content: center;
}
.cid-sfK64k7tqO .text-col {
  max-width: 650px;
  margin: auto;
  padding: 6rem 6rem;
}
.cid-sfK64k7tqO .mbr-section-btn {
  position: absolute;
  bottom: 0;
  left: 0;
}
.cid-sfK64k7tqO .mbr-section-btn .btn {
  margin: 0rem!important;
  min-width: 400px;
  justify-content: space-between;
}
.cid-sfK64k7tqO .mbr-section-btn .btn .mbr-iconfont {
  order: 2;
}
.cid-sfK64k7tqO .number {
  border-top: 2px solid currentColor;
  padding-top: 0.6rem;
  margin-right: 3rem;
  margin-bottom: 0;
  margin-top: 0.5rem;
}
@media (max-width: 992px) {
  .cid-sfK64k7tqO .text-col {
    padding: 4rem 4rem;
  }
}
@media (max-width: 767px) {
  .cid-sfK64k7tqO .btn {
    min-width: 200px!important;
    padding: 0.6rem 0.8rem!important;
  }
  .cid-sfK64k7tqO .text-col {
    padding: 2rem 1rem;
  }
}
.cid-sfK64k7tqO H2 {
  color: #333333;
}
.cid-sfK64k7tqO .mbr-text {
  color: #767676;
}
.cid-sfKUbJSUHV {
  padding-top: 2rem;
  padding-bottom: 0rem;
  background-color: #fafafa;
}
.cid-sfKUbJSUHV .mbr-section-title {
  color: #353535;
}
.cid-sfKUbJSUHV .mbr-section-subtitle {
  color: #767676;
}
.cid-sfKUcpvVc0 {
  padding-top: 45px;
  padding-bottom: 45px;
  background-color: #fafafa;
}
.cid-sfKUcpvVc0 .card-icon {
  font-size: 56px;
  color: #ffffff;
  transition: color 0.3s;
}
.cid-sfKUcpvVc0 .card-title {
  font-weight: 600;
  letter-spacing: 1px;
}
.cid-sfKUcpvVc0 .card {
  margin: 0!important;
  padding: 0!important;
  border-radius: 0;
}
.cid-sfKUcpvVc0 p {
  font-weight: 400;
}
.cid-sfKUcpvVc0 .link-ico {
  font-size: 0.8rem;
  color: #ffffff;
  border: 2px solid #ffffff;
  border-radius: 100%;
  padding: 0.5rem 0;
  font-weight: 900;
  padding-left: 9px;
  padding-right: 7px;
  transition: all 0.3s;
}
.cid-sfKUcpvVc0 .link-ico:hover {
  background-color: #ffffff;
  border-color: #ffffff;
  color: gray!important;
}
.cid-sfKUcpvVc0 .line {
  width: 35px;
  height: 3px;
  display: inline-block;
  background: #ffffff;
  margin-bottom: 1.5rem;
  transition: background 0.3s;
}
.cid-sfKUcpvVc0 .bg1 {
  background: #bbbbbb;
}
.cid-sfKUcpvVc0 .bg2 {
  background: #767676;
}
.cid-sfKUcpvVc0 .bg3 {
  background: #353535;
}
.cid-sfKUcpvVc0 .bg4 {
  background: #149dcc;
}
.cid-sfKUcpvVc0 .card-wrapper {
  padding: 4rem 2rem;
  transition: background 0.3s;
}
.cid-sfKUcpvVc0 .card-wrapper:hover .link-ico {
  background-color: #ffffff;
  border-color: #ffffff;
  color: gray!important;
}
.cid-sfKUcpvVc0 .col-lg-x {
  -ms-flex: 0 0 20%;
  flex: 0 0 20%;
  max-width: 20%;
}
.cid-sfKUcpvVc0 .card-title,
.cid-sfKUcpvVc0 .card-ico,
.cid-sfKUcpvVc0 .line-wrap {
  text-align: center;
  color: #ffffff;
}
.cid-sfKUcpvVc0 .mbr-text,
.cid-sfKUcpvVc0 .card-link {
  text-align: center;
  color: #ffffff;
}
@media (max-width: 767px) {
  .cid-sfKUcpvVc0 .row {
    padding: 0 1rem;
  }
}
.cid-sfK4cFdBkK {
  padding-top: 45px;
  padding-bottom: 45px;
  background-color: #ffffff;
}
.cid-sfK4cFdBkK .listico {
  padding-right: 1rem;
  color: #656565;
  font-size: 0.9rem;
}
.cid-sfK4cFdBkK .navbar-logo {
  width: 80px;
  margin-bottom: 10px;
}
.cid-sfK4cFdBkK .navbar-brand {
  width: 100%;
  margin: 0;
}
.cid-sfK4cFdBkK .mbr-text {
  color: #444;
}
.cid-sfK4cFdBkK h5 {
  margin-bottom: 0;
}
.cid-sfK4cFdBkK .list-item {
  display: flex;
  padding-top: 10px;
  padding-bottom: 10px;
  -webkit-align-items: center;
  align-items: center;
}
.cid-sfK4cFdBkK .socicon {
  color: #9e9e9e;
  font-size: 2rem;
}
.cid-sfK4cFdBkK .social-list {
  padding-left: 0;
  margin-bottom: 0;
  list-style: none;
}
.cid-sfK4cFdBkK .social-list .soc-item {
  margin: 0 .5rem;
  display: inline-block;
}
.cid-sfK4cFdBkK .social-list a {
  margin: 0;
  -webkit-transition: .2s linear;
  transition: .2s linear;
}
.cid-sfK4cFdBkK .social-list a:hover {
  opacity: .4;
}
.cid-sfK4cFdBkK .media-container-row > div {
  padding: 0px;
}
.cid-sfK4cFdBkK .text2 {
  color: #9e9e9e;
  text-align: left;
}
.cid-sfK4cFdBkK .group-title {
  text-align: left;
}
.cid-sfK4cFdBkK .group-title SPAN {
  color: #656565;
}
.cid-sfK4cFdBkK .links {
  color: #9e9e9e;
}
@media (max-width: 991px) {
  .cid-sfK4cFdBkK .col-sm-12 {
    margin-bottom: 2rem;
  }
  .cid-sfK4cFdBkK h3 {
    margin-bottom: 10px;
  }
}
.cid-sfK4cFdBkK .links SPAN {
  color: #9e9e9e;
}
.cid-sfH3bAj6Qa {
  z-index: 1000;
  width: 100%;
  position: relative;
  min-height: 60px;
}
.cid-sfH3bAj6Qa nav.navbar {
  position: fixed;
}
.cid-sfH3bAj6Qa .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-sfH3bAj6Qa .dropdown-menu {
  padding: 0;
  border-radius: 4px;
  box-shadow: 0 1px 3px 0 rgba(0, 0, 0, 0.1);
}
.cid-sfH3bAj6Qa .dropdown-item {
  border-bottom: 1px solid #e6e6e6;
}
.cid-sfH3bAj6Qa .dropdown-item:hover,
.cid-sfH3bAj6Qa .dropdown-item:focus {
  background: #bbbbbb !important;
  color: white !important;
}
.cid-sfH3bAj6Qa .dropdown-item:first-child {
  border-top-left-radius: 4px;
  border-top-right-radius: 4px;
}
.cid-sfH3bAj6Qa .dropdown-item:last-child {
  border-bottom: none;
  border-bottom-left-radius: 4px;
  border-bottom-right-radius: 4px;
}
.cid-sfH3bAj6Qa .nav-dropdown .link {
  padding: 0 0.3em !important;
  margin: 0.667em 1em !important;
}
.cid-sfH3bAj6Qa .nav-dropdown .link.dropdown-toggle::after {
  margin-left: 0.5rem;
  margin-top: 0.2rem;
}
.cid-sfH3bAj6Qa .nav-link {
  position: relative;
}
.cid-sfH3bAj6Qa .container {
  display: flex;
  margin: auto;
}
.cid-sfH3bAj6Qa .iconfont-wrapper {
  color: #000000 !important;
  font-size: 1.5rem;
  padding-right: 0.5rem;
}
.cid-sfH3bAj6Qa .dropdown-menu,
.cid-sfH3bAj6Qa .navbar.opened {
  background: #ffffff !important;
}
.cid-sfH3bAj6Qa .nav-item:focus,
.cid-sfH3bAj6Qa .nav-link:focus {
  outline: none;
}
.cid-sfH3bAj6Qa .dropdown .dropdown-menu .dropdown-item {
  width: auto;
  transition: all 0.25s ease-in-out;
}
.cid-sfH3bAj6Qa .dropdown .dropdown-menu .dropdown-item::after {
  right: 0.5rem;
}
.cid-sfH3bAj6Qa .dropdown .dropdown-menu .dropdown-item .mbr-iconfont {
  margin-right: 0.5rem;
  vertical-align: sub;
}
.cid-sfH3bAj6Qa .dropdown .dropdown-menu .dropdown-item .mbr-iconfont:before {
  display: inline-block;
  transform: scale(1, 1);
  transition: all 0.25s ease-in-out;
}
.cid-sfH3bAj6Qa .collapsed .dropdown-menu .dropdown-item:before {
  display: none;
}
.cid-sfH3bAj6Qa .collapsed .dropdown .dropdown-menu .dropdown-item {
  padding: 0.235em 1.5em 0.235em 1.5em !important;
  transition: none;
  margin: 0 !important;
}
.cid-sfH3bAj6Qa .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-sfH3bAj6Qa .navbar.opened {
  transition: all 0.3s;
}
.cid-sfH3bAj6Qa .navbar .dropdown-item {
  padding: 0.5rem 1.8rem;
}
.cid-sfH3bAj6Qa .navbar .navbar-logo img {
  width: auto;
}
.cid-sfH3bAj6Qa .navbar .navbar-collapse {
  justify-content: flex-end;
  z-index: 1;
}
.cid-sfH3bAj6Qa .navbar.collapsed {
  justify-content: center;
}
.cid-sfH3bAj6Qa .navbar.collapsed .nav-item .nav-link::before {
  display: none;
}
.cid-sfH3bAj6Qa .navbar.collapsed.opened .dropdown-menu {
  top: 0;
}
@media (min-width: 992px) {
  .cid-sfH3bAj6Qa .navbar.collapsed.opened:not(.navbar-short) .navbar-collapse {
    max-height: calc(98.5vh - 3rem);
  }
}
.cid-sfH3bAj6Qa .navbar.collapsed .dropdown-menu .dropdown-submenu {
  left: 0 !important;
}
.cid-sfH3bAj6Qa .navbar.collapsed .dropdown-menu .dropdown-item:after {
  right: auto;
}
.cid-sfH3bAj6Qa .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-sfH3bAj6Qa .navbar.collapsed ul.navbar-nav li {
  margin: auto;
}
.cid-sfH3bAj6Qa .navbar.collapsed .dropdown-menu .dropdown-item {
  padding: 0.25rem 1.5rem;
  text-align: center;
}
.cid-sfH3bAj6Qa .navbar.collapsed .icons-menu {
  padding-left: 0;
  padding-right: 0;
  padding-top: 0.5rem;
  padding-bottom: 0.5rem;
}
@media (max-width: 991px) {
  .cid-sfH3bAj6Qa .navbar .nav-item .nav-link::before {
    display: none;
  }
  .cid-sfH3bAj6Qa .navbar.opened .dropdown-menu {
    top: 0;
  }
  .cid-sfH3bAj6Qa .navbar .dropdown-menu .dropdown-submenu {
    left: 0 !important;
  }
  .cid-sfH3bAj6Qa .navbar .dropdown-menu .dropdown-item:after {
    right: auto;
  }
  .cid-sfH3bAj6Qa .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-sfH3bAj6Qa .navbar .navbar-logo img {
    height: 3rem !important;
  }
  .cid-sfH3bAj6Qa .navbar ul.navbar-nav li {
    margin: auto;
  }
  .cid-sfH3bAj6Qa .navbar .dropdown-menu .dropdown-item {
    padding: 0.25rem 1.5rem !important;
    text-align: center;
  }
  .cid-sfH3bAj6Qa .navbar .navbar-brand {
    flex-shrink: initial;
    flex-basis: auto;
    word-break: break-word;
    padding-right: 2rem;
  }
  .cid-sfH3bAj6Qa .navbar .navbar-toggler {
    flex-basis: auto;
  }
  .cid-sfH3bAj6Qa .navbar .icons-menu {
    padding-left: 0;
    padding-top: 0.5rem;
    padding-bottom: 0.5rem;
  }
}
.cid-sfH3bAj6Qa .navbar.navbar-short {
  min-height: 60px;
}
.cid-sfH3bAj6Qa .navbar.navbar-short .navbar-logo img {
  height: 2.5rem !important;
}
.cid-sfH3bAj6Qa .navbar.navbar-short .navbar-brand {
  min-height: 60px;
  padding: 0;
}
.cid-sfH3bAj6Qa .navbar-brand {
  min-height: 70px;
  flex-shrink: 0;
  align-items: center;
  margin-right: 0;
  padding: 0;
  transition: all 0.3s;
  word-break: break-word;
  z-index: 1;
}
.cid-sfH3bAj6Qa .navbar-brand .navbar-caption {
  line-height: inherit !important;
}
.cid-sfH3bAj6Qa .navbar-brand .navbar-logo a {
  outline: none;
}
.cid-sfH3bAj6Qa .dropdown-item.active,
.cid-sfH3bAj6Qa .dropdown-item:active {
  background-color: transparent;
}
.cid-sfH3bAj6Qa .navbar-expand-lg .navbar-nav .nav-link {
  padding: 0;
}
.cid-sfH3bAj6Qa .nav-dropdown .link.dropdown-toggle {
  margin-right: 1.667em;
}
.cid-sfH3bAj6Qa .nav-dropdown .link.dropdown-toggle[aria-expanded="true"] {
  margin-right: 0;
  padding: 0.667em 1.667em;
}
.cid-sfH3bAj6Qa .navbar.navbar-expand-lg .dropdown .dropdown-menu {
  background: #ffffff;
}
.cid-sfH3bAj6Qa .navbar.navbar-expand-lg .dropdown .dropdown-menu .dropdown-submenu {
  margin: 0;
  left: 100%;
}
.cid-sfH3bAj6Qa .navbar .dropdown.open > .dropdown-menu {
  display: block;
}
.cid-sfH3bAj6Qa ul.navbar-nav {
  flex-wrap: wrap;
}
.cid-sfH3bAj6Qa .navbar-buttons {
  text-align: center;
  min-width: 170px;
}
.cid-sfH3bAj6Qa button.navbar-toggler {
  outline: none;
  width: 31px;
  height: 20px;
  cursor: pointer;
  transition: all 0.2s;
  position: relative;
  align-self: center;
}
.cid-sfH3bAj6Qa button.navbar-toggler .hamburger span {
  position: absolute;
  right: 0;
  width: 30px;
  height: 2px;
  border-right: 5px;
  background-color: #000000;
}
.cid-sfH3bAj6Qa button.navbar-toggler .hamburger span:nth-child(1) {
  top: 0;
  transition: all 0.2s;
}
.cid-sfH3bAj6Qa button.navbar-toggler .hamburger span:nth-child(2) {
  top: 8px;
  transition: all 0.15s;
}
.cid-sfH3bAj6Qa button.navbar-toggler .hamburger span:nth-child(3) {
  top: 8px;
  transition: all 0.15s;
}
.cid-sfH3bAj6Qa button.navbar-toggler .hamburger span:nth-child(4) {
  top: 16px;
  transition: all 0.2s;
}
.cid-sfH3bAj6Qa nav.opened .hamburger span:nth-child(1) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-sfH3bAj6Qa nav.opened .hamburger span:nth-child(2) {
  transform: rotate(45deg);
  transition: all 0.25s;
}
.cid-sfH3bAj6Qa nav.opened .hamburger span:nth-child(3) {
  transform: rotate(-45deg);
  transition: all 0.25s;
}
.cid-sfH3bAj6Qa nav.opened .hamburger span:nth-child(4) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-sfH3bAj6Qa .navbar-dropdown {
  padding: 0 1rem;
  position: fixed;
}
.cid-sfH3bAj6Qa a.nav-link {
  display: flex;
  align-items: center;
  justify-content: center;
}
.cid-sfH3bAj6Qa .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-sfH3bAj6Qa .navbar {
    height: 70px;
  }
  .cid-sfH3bAj6Qa .navbar.opened {
    height: auto;
  }
  .cid-sfH3bAj6Qa .nav-item .nav-link:hover::before {
    width: 175%;
    max-width: calc(100% + 2rem);
    left: -1rem;
  }
}
.cid-sfH3tYsmp8 {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-color: #ffffff;
}
.cid-sfH3tYsmp8 .mbr-text {
  color: #767676;
}
.cid-sfH3tYsmp8 .mbr-section-subtitle {
  color: #353535;
}
.cid-sfH3bCGV0T {
  padding-top: 45px;
  padding-bottom: 45px;
  background-color: #ffffff;
}
.cid-sfH3bCGV0T .listico {
  padding-right: 1rem;
  color: #656565;
  font-size: 0.9rem;
}
.cid-sfH3bCGV0T .navbar-logo {
  width: 80px;
  margin-bottom: 10px;
}
.cid-sfH3bCGV0T .navbar-brand {
  width: 100%;
  margin: 0;
}
.cid-sfH3bCGV0T .mbr-text {
  color: #444;
}
.cid-sfH3bCGV0T h5 {
  margin-bottom: 0;
}
.cid-sfH3bCGV0T .list-item {
  display: flex;
  padding-top: 10px;
  padding-bottom: 10px;
  -webkit-align-items: center;
  align-items: center;
}
.cid-sfH3bCGV0T .socicon {
  color: #9e9e9e;
  font-size: 2rem;
}
.cid-sfH3bCGV0T .social-list {
  padding-left: 0;
  margin-bottom: 0;
  list-style: none;
}
.cid-sfH3bCGV0T .social-list .soc-item {
  margin: 0 .5rem;
  display: inline-block;
}
.cid-sfH3bCGV0T .social-list a {
  margin: 0;
  -webkit-transition: .2s linear;
  transition: .2s linear;
}
.cid-sfH3bCGV0T .social-list a:hover {
  opacity: .4;
}
.cid-sfH3bCGV0T .media-container-row > div {
  padding: 0px;
}
.cid-sfH3bCGV0T .text2 {
  color: #9e9e9e;
  text-align: left;
}
.cid-sfH3bCGV0T .group-title {
  text-align: left;
}
.cid-sfH3bCGV0T .group-title SPAN {
  color: #656565;
}
.cid-sfH3bCGV0T .links {
  color: #9e9e9e;
}
@media (max-width: 991px) {
  .cid-sfH3bCGV0T .col-sm-12 {
    margin-bottom: 2rem;
  }
  .cid-sfH3bCGV0T h3 {
    margin-bottom: 10px;
  }
}
.cid-sfH3bCGV0T .links SPAN {
  color: #9e9e9e;
}
.cid-sfF8HixlZC {
  z-index: 1000;
  width: 100%;
  position: relative;
  min-height: 60px;
}
.cid-sfF8HixlZC nav.navbar {
  position: fixed;
}
.cid-sfF8HixlZC .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-sfF8HixlZC .dropdown-menu {
  padding: 0;
  border-radius: 4px;
  box-shadow: 0 1px 3px 0 rgba(0, 0, 0, 0.1);
}
.cid-sfF8HixlZC .dropdown-item {
  border-bottom: 1px solid #e6e6e6;
}
.cid-sfF8HixlZC .dropdown-item:hover,
.cid-sfF8HixlZC .dropdown-item:focus {
  background: #bbbbbb !important;
  color: white !important;
}
.cid-sfF8HixlZC .dropdown-item:first-child {
  border-top-left-radius: 4px;
  border-top-right-radius: 4px;
}
.cid-sfF8HixlZC .dropdown-item:last-child {
  border-bottom: none;
  border-bottom-left-radius: 4px;
  border-bottom-right-radius: 4px;
}
.cid-sfF8HixlZC .nav-dropdown .link {
  padding: 0 0.3em !important;
  margin: 0.667em 1em !important;
}
.cid-sfF8HixlZC .nav-dropdown .link.dropdown-toggle::after {
  margin-left: 0.5rem;
  margin-top: 0.2rem;
}
.cid-sfF8HixlZC .nav-link {
  position: relative;
}
.cid-sfF8HixlZC .container {
  display: flex;
  margin: auto;
}
.cid-sfF8HixlZC .iconfont-wrapper {
  color: #000000 !important;
  font-size: 1.5rem;
  padding-right: 0.5rem;
}
.cid-sfF8HixlZC .dropdown-menu,
.cid-sfF8HixlZC .navbar.opened {
  background: #ffffff !important;
}
.cid-sfF8HixlZC .nav-item:focus,
.cid-sfF8HixlZC .nav-link:focus {
  outline: none;
}
.cid-sfF8HixlZC .dropdown .dropdown-menu .dropdown-item {
  width: auto;
  transition: all 0.25s ease-in-out;
}
.cid-sfF8HixlZC .dropdown .dropdown-menu .dropdown-item::after {
  right: 0.5rem;
}
.cid-sfF8HixlZC .dropdown .dropdown-menu .dropdown-item .mbr-iconfont {
  margin-right: 0.5rem;
  vertical-align: sub;
}
.cid-sfF8HixlZC .dropdown .dropdown-menu .dropdown-item .mbr-iconfont:before {
  display: inline-block;
  transform: scale(1, 1);
  transition: all 0.25s ease-in-out;
}
.cid-sfF8HixlZC .collapsed .dropdown-menu .dropdown-item:before {
  display: none;
}
.cid-sfF8HixlZC .collapsed .dropdown .dropdown-menu .dropdown-item {
  padding: 0.235em 1.5em 0.235em 1.5em !important;
  transition: none;
  margin: 0 !important;
}
.cid-sfF8HixlZC .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-sfF8HixlZC .navbar.opened {
  transition: all 0.3s;
}
.cid-sfF8HixlZC .navbar .dropdown-item {
  padding: 0.5rem 1.8rem;
}
.cid-sfF8HixlZC .navbar .navbar-logo img {
  width: auto;
}
.cid-sfF8HixlZC .navbar .navbar-collapse {
  justify-content: flex-end;
  z-index: 1;
}
.cid-sfF8HixlZC .navbar.collapsed {
  justify-content: center;
}
.cid-sfF8HixlZC .navbar.collapsed .nav-item .nav-link::before {
  display: none;
}
.cid-sfF8HixlZC .navbar.collapsed.opened .dropdown-menu {
  top: 0;
}
@media (min-width: 992px) {
  .cid-sfF8HixlZC .navbar.collapsed.opened:not(.navbar-short) .navbar-collapse {
    max-height: calc(98.5vh - 3rem);
  }
}
.cid-sfF8HixlZC .navbar.collapsed .dropdown-menu .dropdown-submenu {
  left: 0 !important;
}
.cid-sfF8HixlZC .navbar.collapsed .dropdown-menu .dropdown-item:after {
  right: auto;
}
.cid-sfF8HixlZC .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-sfF8HixlZC .navbar.collapsed ul.navbar-nav li {
  margin: auto;
}
.cid-sfF8HixlZC .navbar.collapsed .dropdown-menu .dropdown-item {
  padding: 0.25rem 1.5rem;
  text-align: center;
}
.cid-sfF8HixlZC .navbar.collapsed .icons-menu {
  padding-left: 0;
  padding-right: 0;
  padding-top: 0.5rem;
  padding-bottom: 0.5rem;
}
@media (max-width: 991px) {
  .cid-sfF8HixlZC .navbar .nav-item .nav-link::before {
    display: none;
  }
  .cid-sfF8HixlZC .navbar.opened .dropdown-menu {
    top: 0;
  }
  .cid-sfF8HixlZC .navbar .dropdown-menu .dropdown-submenu {
    left: 0 !important;
  }
  .cid-sfF8HixlZC .navbar .dropdown-menu .dropdown-item:after {
    right: auto;
  }
  .cid-sfF8HixlZC .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-sfF8HixlZC .navbar .navbar-logo img {
    height: 3rem !important;
  }
  .cid-sfF8HixlZC .navbar ul.navbar-nav li {
    margin: auto;
  }
  .cid-sfF8HixlZC .navbar .dropdown-menu .dropdown-item {
    padding: 0.25rem 1.5rem !important;
    text-align: center;
  }
  .cid-sfF8HixlZC .navbar .navbar-brand {
    flex-shrink: initial;
    flex-basis: auto;
    word-break: break-word;
    padding-right: 2rem;
  }
  .cid-sfF8HixlZC .navbar .navbar-toggler {
    flex-basis: auto;
  }
  .cid-sfF8HixlZC .navbar .icons-menu {
    padding-left: 0;
    padding-top: 0.5rem;
    padding-bottom: 0.5rem;
  }
}
.cid-sfF8HixlZC .navbar.navbar-short {
  min-height: 60px;
}
.cid-sfF8HixlZC .navbar.navbar-short .navbar-logo img {
  height: 2.5rem !important;
}
.cid-sfF8HixlZC .navbar.navbar-short .navbar-brand {
  min-height: 60px;
  padding: 0;
}
.cid-sfF8HixlZC .navbar-brand {
  min-height: 70px;
  flex-shrink: 0;
  align-items: center;
  margin-right: 0;
  padding: 0;
  transition: all 0.3s;
  word-break: break-word;
  z-index: 1;
}
.cid-sfF8HixlZC .navbar-brand .navbar-caption {
  line-height: inherit !important;
}
.cid-sfF8HixlZC .navbar-brand .navbar-logo a {
  outline: none;
}
.cid-sfF8HixlZC .dropdown-item.active,
.cid-sfF8HixlZC .dropdown-item:active {
  background-color: transparent;
}
.cid-sfF8HixlZC .navbar-expand-lg .navbar-nav .nav-link {
  padding: 0;
}
.cid-sfF8HixlZC .nav-dropdown .link.dropdown-toggle {
  margin-right: 1.667em;
}
.cid-sfF8HixlZC .nav-dropdown .link.dropdown-toggle[aria-expanded="true"] {
  margin-right: 0;
  padding: 0.667em 1.667em;
}
.cid-sfF8HixlZC .navbar.navbar-expand-lg .dropdown .dropdown-menu {
  background: #ffffff;
}
.cid-sfF8HixlZC .navbar.navbar-expand-lg .dropdown .dropdown-menu .dropdown-submenu {
  margin: 0;
  left: 100%;
}
.cid-sfF8HixlZC .navbar .dropdown.open > .dropdown-menu {
  display: block;
}
.cid-sfF8HixlZC ul.navbar-nav {
  flex-wrap: wrap;
}
.cid-sfF8HixlZC .navbar-buttons {
  text-align: center;
  min-width: 170px;
}
.cid-sfF8HixlZC button.navbar-toggler {
  outline: none;
  width: 31px;
  height: 20px;
  cursor: pointer;
  transition: all 0.2s;
  position: relative;
  align-self: center;
}
.cid-sfF8HixlZC button.navbar-toggler .hamburger span {
  position: absolute;
  right: 0;
  width: 30px;
  height: 2px;
  border-right: 5px;
  background-color: #000000;
}
.cid-sfF8HixlZC button.navbar-toggler .hamburger span:nth-child(1) {
  top: 0;
  transition: all 0.2s;
}
.cid-sfF8HixlZC button.navbar-toggler .hamburger span:nth-child(2) {
  top: 8px;
  transition: all 0.15s;
}
.cid-sfF8HixlZC button.navbar-toggler .hamburger span:nth-child(3) {
  top: 8px;
  transition: all 0.15s;
}
.cid-sfF8HixlZC button.navbar-toggler .hamburger span:nth-child(4) {
  top: 16px;
  transition: all 0.2s;
}
.cid-sfF8HixlZC nav.opened .hamburger span:nth-child(1) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-sfF8HixlZC nav.opened .hamburger span:nth-child(2) {
  transform: rotate(45deg);
  transition: all 0.25s;
}
.cid-sfF8HixlZC nav.opened .hamburger span:nth-child(3) {
  transform: rotate(-45deg);
  transition: all 0.25s;
}
.cid-sfF8HixlZC nav.opened .hamburger span:nth-child(4) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-sfF8HixlZC .navbar-dropdown {
  padding: 0 1rem;
  position: fixed;
}
.cid-sfF8HixlZC a.nav-link {
  display: flex;
  align-items: center;
  justify-content: center;
}
.cid-sfF8HixlZC .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-sfF8HixlZC .navbar {
    height: 70px;
  }
  .cid-sfF8HixlZC .navbar.opened {
    height: auto;
  }
  .cid-sfF8HixlZC .nav-item .nav-link:hover::before {
    width: 175%;
    max-width: calc(100% + 2rem);
    left: -1rem;
  }
}
.cid-sfF8HjkjVu {
  padding-top: 0px;
  padding-bottom: 0px;
  background-color: #efeeee;
}
.cid-sfF8HjkjVu img {
  width: 100%;
  height: 100%;
  transition: 5s;
  object-fit: cover;
  margin: auto;
}
.cid-sfF8HjkjVu img:hover {
  transform: scale(1.1);
}
.cid-sfF8HjkjVu .img-col {
  padding: 0;
  overflow: hidden;
  text-align: center;
  justify-content: center;
  position: relative;
}
.cid-sfF8HjkjVu h2 {
  padding: 0;
  margin: 0;
}
.cid-sfF8HjkjVu .title-wrap {
  display: flex;
  align-items: center;
  justify-content: center;
}
.cid-sfF8HjkjVu .text-col {
  max-width: 650px;
  margin: auto;
  padding: 6rem 6rem;
}
.cid-sfF8HjkjVu .mbr-section-btn {
  position: absolute;
  bottom: 0;
  left: 0;
}
.cid-sfF8HjkjVu .mbr-section-btn .btn {
  margin: 0rem!important;
  min-width: 400px;
  justify-content: space-between;
}
.cid-sfF8HjkjVu .mbr-section-btn .btn .mbr-iconfont {
  order: 2;
}
.cid-sfF8HjkjVu .number {
  border-top: 2px solid currentColor;
  padding-top: 0.6rem;
  margin-right: 3rem;
  margin-bottom: 0;
  margin-top: 0.5rem;
}
@media (max-width: 992px) {
  .cid-sfF8HjkjVu .text-col {
    padding: 4rem 4rem;
  }
}
@media (max-width: 767px) {
  .cid-sfF8HjkjVu .btn {
    min-width: 200px!important;
    padding: 0.6rem 0.8rem!important;
  }
  .cid-sfF8HjkjVu .text-col {
    padding: 2rem 1rem;
  }
}
.cid-sfF8HjkjVu H2 {
  color: #333333;
}
.cid-sfF8HjkjVu .mbr-text {
  color: #767676;
}
.cid-sfF8HjPlfs {
  padding-top: 75px;
  padding-bottom: 75px;
  background-color: #ffffff;
}
.cid-sfF8HjPlfs .card {
  -webkit-flex-direction: row;
  flex-direction: row;
  -webkit-justify-content: center;
  justify-content: center;
}
.cid-sfF8HjPlfs .card .card-img {
  width: 20%;
  display: flex;
  -webkit-flex-direction: column;
  flex-direction: column;
}
.cid-sfF8HjPlfs .card .card-box {
  display: flex;
  -webkit-flex-direction: column;
  flex-direction: column;
  width: 80%;
  padding-left: 1rem;
}
.cid-sfF8HjPlfs .card .card-img span {
  color: #767676;
  font-size: 60px;
}
.cid-sfF8HjPlfs .mbr-text {
  color: #767676;
}
@media (max-width: 767px) {
  .cid-sfF8HjPlfs .card {
    -webkit-flex-direction: column;
    flex-direction: column;
  }
  .cid-sfF8HjPlfs .card .card-img {
    width: 100%;
    padding-bottom: 1.5rem;
  }
  .cid-sfF8HjPlfs .card .card-box {
    width: 100%;
    padding-left: 0;
  }
  .cid-sfF8HjPlfs .card .card-box .card-title,
  .cid-sfF8HjPlfs .card .card-box .mbr-text,
  .cid-sfF8HjPlfs .card .card-box .link {
    text-align: center;
  }
}
@media (min-width: 768px) {
  .cid-sfF8HjPlfs .card {
    padding-right: 2rem;
    padding-left: 2rem;
  }
  .cid-sfF8HjPlfs .card .card-img {
    text-align: right !important;
  }
}
.cid-sfKTMYv6Vf {
  padding-top: 2rem;
  padding-bottom: 0rem;
  background-color: #fafafa;
}
.cid-sfKTMYv6Vf .mbr-section-title {
  color: #353535;
}
.cid-sfKTMYv6Vf .mbr-section-subtitle {
  color: #767676;
}
.cid-sfKTNthuKH {
  padding-top: 0px;
  padding-bottom: 45px;
  background-color: #fafafa;
}
.cid-sfKTNthuKH .card-icon {
  font-size: 56px;
  color: #ffffff;
  transition: color 0.3s;
}
.cid-sfKTNthuKH .card-title {
  font-weight: 600;
  letter-spacing: 1px;
}
.cid-sfKTNthuKH .card {
  margin: 0!important;
  padding: 0!important;
  border-radius: 0;
}
.cid-sfKTNthuKH p {
  font-weight: 400;
}
.cid-sfKTNthuKH .link-ico {
  font-size: 0.8rem;
  color: #ffffff;
  border: 2px solid #ffffff;
  border-radius: 100%;
  padding: 0.5rem 0;
  font-weight: 900;
  padding-left: 9px;
  padding-right: 7px;
  transition: all 0.3s;
}
.cid-sfKTNthuKH .link-ico:hover {
  background-color: #ffffff;
  border-color: #ffffff;
  color: gray!important;
}
.cid-sfKTNthuKH .line {
  width: 35px;
  height: 3px;
  display: inline-block;
  background: #ffffff;
  margin-bottom: 1.5rem;
  transition: background 0.3s;
}
.cid-sfKTNthuKH .bg1 {
  background: #bbbbbb;
}
.cid-sfKTNthuKH .bg2 {
  background: #767676;
}
.cid-sfKTNthuKH .bg3 {
  background: #353535;
}
.cid-sfKTNthuKH .bg4 {
  background: #149dcc;
}
.cid-sfKTNthuKH .card-wrapper {
  padding: 4rem 2rem;
  transition: background 0.3s;
}
.cid-sfKTNthuKH .card-wrapper:hover .link-ico {
  background-color: #ffffff;
  border-color: #ffffff;
  color: gray!important;
}
.cid-sfKTNthuKH .col-lg-x {
  -ms-flex: 0 0 20%;
  flex: 0 0 20%;
  max-width: 20%;
}
.cid-sfKTNthuKH .card-title,
.cid-sfKTNthuKH .card-ico,
.cid-sfKTNthuKH .line-wrap {
  text-align: center;
  color: #ffffff;
}
.cid-sfKTNthuKH .mbr-text,
.cid-sfKTNthuKH .card-link {
  text-align: center;
  color: #ffffff;
}
@media (max-width: 767px) {
  .cid-sfKTNthuKH .row {
    padding: 0 1rem;
  }
}
.cid-sfF8HkTLAQ {
  padding-top: 45px;
  padding-bottom: 45px;
  background-color: #ffffff;
}
.cid-sfF8HkTLAQ .listico {
  padding-right: 1rem;
  color: #656565;
  font-size: 0.9rem;
}
.cid-sfF8HkTLAQ .navbar-logo {
  width: 80px;
  margin-bottom: 10px;
}
.cid-sfF8HkTLAQ .navbar-brand {
  width: 100%;
  margin: 0;
}
.cid-sfF8HkTLAQ .mbr-text {
  color: #444;
}
.cid-sfF8HkTLAQ h5 {
  margin-bottom: 0;
}
.cid-sfF8HkTLAQ .list-item {
  display: flex;
  padding-top: 10px;
  padding-bottom: 10px;
  -webkit-align-items: center;
  align-items: center;
}
.cid-sfF8HkTLAQ .socicon {
  color: #9e9e9e;
  font-size: 2rem;
}
.cid-sfF8HkTLAQ .social-list {
  padding-left: 0;
  margin-bottom: 0;
  list-style: none;
}
.cid-sfF8HkTLAQ .social-list .soc-item {
  margin: 0 .5rem;
  display: inline-block;
}
.cid-sfF8HkTLAQ .social-list a {
  margin: 0;
  -webkit-transition: .2s linear;
  transition: .2s linear;
}
.cid-sfF8HkTLAQ .social-list a:hover {
  opacity: .4;
}
.cid-sfF8HkTLAQ .media-container-row > div {
  padding: 0px;
}
.cid-sfF8HkTLAQ .text2 {
  color: #9e9e9e;
  text-align: left;
}
.cid-sfF8HkTLAQ .group-title {
  text-align: left;
}
.cid-sfF8HkTLAQ .group-title SPAN {
  color: #656565;
}
.cid-sfF8HkTLAQ .links {
  color: #9e9e9e;
}
@media (max-width: 991px) {
  .cid-sfF8HkTLAQ .col-sm-12 {
    margin-bottom: 2rem;
  }
  .cid-sfF8HkTLAQ h3 {
    margin-bottom: 10px;
  }
}
.cid-sfF8HkTLAQ .links SPAN {
  color: #9e9e9e;
}
.cid-sfF6ll0GTw {
  z-index: 1000;
  width: 100%;
  position: relative;
  min-height: 60px;
}
.cid-sfF6ll0GTw nav.navbar {
  position: fixed;
}
.cid-sfF6ll0GTw .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-sfF6ll0GTw .dropdown-menu {
  padding: 0;
  border-radius: 4px;
  box-shadow: 0 1px 3px 0 rgba(0, 0, 0, 0.1);
}
.cid-sfF6ll0GTw .dropdown-item {
  border-bottom: 1px solid #e6e6e6;
}
.cid-sfF6ll0GTw .dropdown-item:hover,
.cid-sfF6ll0GTw .dropdown-item:focus {
  background: #bbbbbb !important;
  color: white !important;
}
.cid-sfF6ll0GTw .dropdown-item:first-child {
  border-top-left-radius: 4px;
  border-top-right-radius: 4px;
}
.cid-sfF6ll0GTw .dropdown-item:last-child {
  border-bottom: none;
  border-bottom-left-radius: 4px;
  border-bottom-right-radius: 4px;
}
.cid-sfF6ll0GTw .nav-dropdown .link {
  padding: 0 0.3em !important;
  margin: 0.667em 1em !important;
}
.cid-sfF6ll0GTw .nav-dropdown .link.dropdown-toggle::after {
  margin-left: 0.5rem;
  margin-top: 0.2rem;
}
.cid-sfF6ll0GTw .nav-link {
  position: relative;
}
.cid-sfF6ll0GTw .container {
  display: flex;
  margin: auto;
}
.cid-sfF6ll0GTw .iconfont-wrapper {
  color: #000000 !important;
  font-size: 1.5rem;
  padding-right: 0.5rem;
}
.cid-sfF6ll0GTw .dropdown-menu,
.cid-sfF6ll0GTw .navbar.opened {
  background: #ffffff !important;
}
.cid-sfF6ll0GTw .nav-item:focus,
.cid-sfF6ll0GTw .nav-link:focus {
  outline: none;
}
.cid-sfF6ll0GTw .dropdown .dropdown-menu .dropdown-item {
  width: auto;
  transition: all 0.25s ease-in-out;
}
.cid-sfF6ll0GTw .dropdown .dropdown-menu .dropdown-item::after {
  right: 0.5rem;
}
.cid-sfF6ll0GTw .dropdown .dropdown-menu .dropdown-item .mbr-iconfont {
  margin-right: 0.5rem;
  vertical-align: sub;
}
.cid-sfF6ll0GTw .dropdown .dropdown-menu .dropdown-item .mbr-iconfont:before {
  display: inline-block;
  transform: scale(1, 1);
  transition: all 0.25s ease-in-out;
}
.cid-sfF6ll0GTw .collapsed .dropdown-menu .dropdown-item:before {
  display: none;
}
.cid-sfF6ll0GTw .collapsed .dropdown .dropdown-menu .dropdown-item {
  padding: 0.235em 1.5em 0.235em 1.5em !important;
  transition: none;
  margin: 0 !important;
}
.cid-sfF6ll0GTw .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-sfF6ll0GTw .navbar.opened {
  transition: all 0.3s;
}
.cid-sfF6ll0GTw .navbar .dropdown-item {
  padding: 0.5rem 1.8rem;
}
.cid-sfF6ll0GTw .navbar .navbar-logo img {
  width: auto;
}
.cid-sfF6ll0GTw .navbar .navbar-collapse {
  justify-content: flex-end;
  z-index: 1;
}
.cid-sfF6ll0GTw .navbar.collapsed {
  justify-content: center;
}
.cid-sfF6ll0GTw .navbar.collapsed .nav-item .nav-link::before {
  display: none;
}
.cid-sfF6ll0GTw .navbar.collapsed.opened .dropdown-menu {
  top: 0;
}
@media (min-width: 992px) {
  .cid-sfF6ll0GTw .navbar.collapsed.opened:not(.navbar-short) .navbar-collapse {
    max-height: calc(98.5vh - 3rem);
  }
}
.cid-sfF6ll0GTw .navbar.collapsed .dropdown-menu .dropdown-submenu {
  left: 0 !important;
}
.cid-sfF6ll0GTw .navbar.collapsed .dropdown-menu .dropdown-item:after {
  right: auto;
}
.cid-sfF6ll0GTw .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-sfF6ll0GTw .navbar.collapsed ul.navbar-nav li {
  margin: auto;
}
.cid-sfF6ll0GTw .navbar.collapsed .dropdown-menu .dropdown-item {
  padding: 0.25rem 1.5rem;
  text-align: center;
}
.cid-sfF6ll0GTw .navbar.collapsed .icons-menu {
  padding-left: 0;
  padding-right: 0;
  padding-top: 0.5rem;
  padding-bottom: 0.5rem;
}
@media (max-width: 991px) {
  .cid-sfF6ll0GTw .navbar .nav-item .nav-link::before {
    display: none;
  }
  .cid-sfF6ll0GTw .navbar.opened .dropdown-menu {
    top: 0;
  }
  .cid-sfF6ll0GTw .navbar .dropdown-menu .dropdown-submenu {
    left: 0 !important;
  }
  .cid-sfF6ll0GTw .navbar .dropdown-menu .dropdown-item:after {
    right: auto;
  }
  .cid-sfF6ll0GTw .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-sfF6ll0GTw .navbar .navbar-logo img {
    height: 3rem !important;
  }
  .cid-sfF6ll0GTw .navbar ul.navbar-nav li {
    margin: auto;
  }
  .cid-sfF6ll0GTw .navbar .dropdown-menu .dropdown-item {
    padding: 0.25rem 1.5rem !important;
    text-align: center;
  }
  .cid-sfF6ll0GTw .navbar .navbar-brand {
    flex-shrink: initial;
    flex-basis: auto;
    word-break: break-word;
    padding-right: 2rem;
  }
  .cid-sfF6ll0GTw .navbar .navbar-toggler {
    flex-basis: auto;
  }
  .cid-sfF6ll0GTw .navbar .icons-menu {
    padding-left: 0;
    padding-top: 0.5rem;
    padding-bottom: 0.5rem;
  }
}
.cid-sfF6ll0GTw .navbar.navbar-short {
  min-height: 60px;
}
.cid-sfF6ll0GTw .navbar.navbar-short .navbar-logo img {
  height: 2.5rem !important;
}
.cid-sfF6ll0GTw .navbar.navbar-short .navbar-brand {
  min-height: 60px;
  padding: 0;
}
.cid-sfF6ll0GTw .navbar-brand {
  min-height: 70px;
  flex-shrink: 0;
  align-items: center;
  margin-right: 0;
  padding: 0;
  transition: all 0.3s;
  word-break: break-word;
  z-index: 1;
}
.cid-sfF6ll0GTw .navbar-brand .navbar-caption {
  line-height: inherit !important;
}
.cid-sfF6ll0GTw .navbar-brand .navbar-logo a {
  outline: none;
}
.cid-sfF6ll0GTw .dropdown-item.active,
.cid-sfF6ll0GTw .dropdown-item:active {
  background-color: transparent;
}
.cid-sfF6ll0GTw .navbar-expand-lg .navbar-nav .nav-link {
  padding: 0;
}
.cid-sfF6ll0GTw .nav-dropdown .link.dropdown-toggle {
  margin-right: 1.667em;
}
.cid-sfF6ll0GTw .nav-dropdown .link.dropdown-toggle[aria-expanded="true"] {
  margin-right: 0;
  padding: 0.667em 1.667em;
}
.cid-sfF6ll0GTw .navbar.navbar-expand-lg .dropdown .dropdown-menu {
  background: #ffffff;
}
.cid-sfF6ll0GTw .navbar.navbar-expand-lg .dropdown .dropdown-menu .dropdown-submenu {
  margin: 0;
  left: 100%;
}
.cid-sfF6ll0GTw .navbar .dropdown.open > .dropdown-menu {
  display: block;
}
.cid-sfF6ll0GTw ul.navbar-nav {
  flex-wrap: wrap;
}
.cid-sfF6ll0GTw .navbar-buttons {
  text-align: center;
  min-width: 170px;
}
.cid-sfF6ll0GTw button.navbar-toggler {
  outline: none;
  width: 31px;
  height: 20px;
  cursor: pointer;
  transition: all 0.2s;
  position: relative;
  align-self: center;
}
.cid-sfF6ll0GTw button.navbar-toggler .hamburger span {
  position: absolute;
  right: 0;
  width: 30px;
  height: 2px;
  border-right: 5px;
  background-color: #000000;
}
.cid-sfF6ll0GTw button.navbar-toggler .hamburger span:nth-child(1) {
  top: 0;
  transition: all 0.2s;
}
.cid-sfF6ll0GTw button.navbar-toggler .hamburger span:nth-child(2) {
  top: 8px;
  transition: all 0.15s;
}
.cid-sfF6ll0GTw button.navbar-toggler .hamburger span:nth-child(3) {
  top: 8px;
  transition: all 0.15s;
}
.cid-sfF6ll0GTw button.navbar-toggler .hamburger span:nth-child(4) {
  top: 16px;
  transition: all 0.2s;
}
.cid-sfF6ll0GTw nav.opened .hamburger span:nth-child(1) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-sfF6ll0GTw nav.opened .hamburger span:nth-child(2) {
  transform: rotate(45deg);
  transition: all 0.25s;
}
.cid-sfF6ll0GTw nav.opened .hamburger span:nth-child(3) {
  transform: rotate(-45deg);
  transition: all 0.25s;
}
.cid-sfF6ll0GTw nav.opened .hamburger span:nth-child(4) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-sfF6ll0GTw .navbar-dropdown {
  padding: 0 1rem;
  position: fixed;
}
.cid-sfF6ll0GTw a.nav-link {
  display: flex;
  align-items: center;
  justify-content: center;
}
.cid-sfF6ll0GTw .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-sfF6ll0GTw .navbar {
    height: 70px;
  }
  .cid-sfF6ll0GTw .navbar.opened {
    height: auto;
  }
  .cid-sfF6ll0GTw .nav-item .nav-link:hover::before {
    width: 175%;
    max-width: calc(100% + 2rem);
    left: -1rem;
  }
}
.cid-sfF6llGPuf {
  padding-top: 0px;
  padding-bottom: 0px;
  background-color: #efeeee;
}
.cid-sfF6llGPuf img {
  width: 100%;
  height: 100%;
  transition: 5s;
  object-fit: cover;
  margin: auto;
}
.cid-sfF6llGPuf img:hover {
  transform: scale(1.1);
}
.cid-sfF6llGPuf .img-col {
  padding: 0;
  overflow: hidden;
  text-align: center;
  justify-content: center;
  position: relative;
}
.cid-sfF6llGPuf h2 {
  padding: 0;
  margin: 0;
}
.cid-sfF6llGPuf .title-wrap {
  display: flex;
  align-items: center;
  justify-content: center;
}
.cid-sfF6llGPuf .text-col {
  max-width: 650px;
  margin: auto;
  padding: 6rem 6rem;
}
.cid-sfF6llGPuf .mbr-section-btn {
  position: absolute;
  bottom: 0;
  left: 0;
}
.cid-sfF6llGPuf .mbr-section-btn .btn {
  margin: 0rem!important;
  min-width: 400px;
  justify-content: space-between;
}
.cid-sfF6llGPuf .mbr-section-btn .btn .mbr-iconfont {
  order: 2;
}
.cid-sfF6llGPuf .number {
  border-top: 2px solid currentColor;
  padding-top: 0.6rem;
  margin-right: 3rem;
  margin-bottom: 0;
  margin-top: 0.5rem;
}
@media (max-width: 992px) {
  .cid-sfF6llGPuf .text-col {
    padding: 4rem 4rem;
  }
}
@media (max-width: 767px) {
  .cid-sfF6llGPuf .btn {
    min-width: 200px!important;
    padding: 0.6rem 0.8rem!important;
  }
  .cid-sfF6llGPuf .text-col {
    padding: 2rem 1rem;
  }
}
.cid-sfF6llGPuf H2 {
  color: #333333;
}
.cid-sfF6llGPuf .mbr-text {
  color: #767676;
}
.cid-sfF75cwpAG {
  padding-top: 75px;
  padding-bottom: 75px;
  background-color: #ffffff;
}
.cid-sfF75cwpAG .card {
  -webkit-flex-direction: row;
  flex-direction: row;
  -webkit-justify-content: center;
  justify-content: center;
}
.cid-sfF75cwpAG .card .card-img {
  width: 20%;
  display: flex;
  -webkit-flex-direction: column;
  flex-direction: column;
}
.cid-sfF75cwpAG .card .card-box {
  display: flex;
  -webkit-flex-direction: column;
  flex-direction: column;
  width: 80%;
  padding-left: 1rem;
}
.cid-sfF75cwpAG .card .card-img span {
  color: #767676;
  font-size: 60px;
}
.cid-sfF75cwpAG .mbr-text {
  color: #767676;
}
@media (max-width: 767px) {
  .cid-sfF75cwpAG .card {
    -webkit-flex-direction: column;
    flex-direction: column;
  }
  .cid-sfF75cwpAG .card .card-img {
    width: 100%;
    padding-bottom: 1.5rem;
  }
  .cid-sfF75cwpAG .card .card-box {
    width: 100%;
    padding-left: 0;
  }
  .cid-sfF75cwpAG .card .card-box .card-title,
  .cid-sfF75cwpAG .card .card-box .mbr-text,
  .cid-sfF75cwpAG .card .card-box .link {
    text-align: center;
  }
}
@media (min-width: 768px) {
  .cid-sfF75cwpAG .card {
    padding-right: 2rem;
    padding-left: 2rem;
  }
  .cid-sfF75cwpAG .card .card-img {
    text-align: right !important;
  }
}
.cid-sfF6lm1HH6 {
  padding-top: 0px;
  padding-bottom: 0px;
  background-color: #efeeee;
}
.cid-sfF6lm1HH6 img {
  width: 100%;
  height: 100%;
  transition: 5s;
  object-fit: cover;
  margin: auto;
}
.cid-sfF6lm1HH6 img:hover {
  transform: scale(1.1);
}
.cid-sfF6lm1HH6 .img-col {
  padding: 0;
  overflow: hidden;
  text-align: center;
  justify-content: center;
  position: relative;
}
.cid-sfF6lm1HH6 h2 {
  padding: 0;
  margin: 0;
}
.cid-sfF6lm1HH6 .title-wrap {
  display: flex;
  align-items: center;
  justify-content: center;
}
.cid-sfF6lm1HH6 .text-col {
  max-width: 650px;
  margin: auto;
  padding: 6rem 6rem;
}
.cid-sfF6lm1HH6 .mbr-section-btn {
  position: absolute;
  bottom: 0;
  right: 0;
}
.cid-sfF6lm1HH6 .mbr-section-btn .btn {
  margin: 0rem!important;
  min-width: 400px;
  justify-content: space-between;
}
.cid-sfF6lm1HH6 .mbr-section-btn .btn .mbr-iconfont {
  order: 2;
}
.cid-sfF6lm1HH6 .number {
  border-top: 2px solid currentColor;
  padding-top: 0.6rem;
  margin-right: 3rem;
  margin-bottom: 0;
  margin-top: 0.5rem;
}
@media (max-width: 992px) {
  .cid-sfF6lm1HH6 .text-col {
    padding: 4rem 4rem;
  }
}
@media (max-width: 767px) {
  .cid-sfF6lm1HH6 .btn {
    min-width: 200px!important;
    padding: 0.6rem 0.8rem!important;
  }
  .cid-sfF6lm1HH6 .text-col {
    padding: 2rem 1rem;
  }
}
.cid-sfF6lm1HH6 H2 {
  color: #333333;
}
.cid-sfF6lm1HH6 .mbr-text {
  color: #767676;
}
.cid-sfKTFTCcZs {
  padding-top: 2rem;
  padding-bottom: 0rem;
  background-color: #fafafa;
}
.cid-sfKTFTCcZs .mbr-section-title {
  color: #353535;
}
.cid-sfKTFTCcZs .mbr-section-subtitle {
  color: #767676;
}
.cid-sfKTGtnKe8 {
  padding-top: 0px;
  padding-bottom: 0px;
  background-color: #fafafa;
}
.cid-sfKTGtnKe8 .card-icon {
  font-size: 56px;
  color: #ffffff;
  transition: color 0.3s;
}
.cid-sfKTGtnKe8 .card-title {
  font-weight: 600;
  letter-spacing: 1px;
}
.cid-sfKTGtnKe8 .card {
  margin: 0!important;
  padding: 0!important;
  border-radius: 0;
}
.cid-sfKTGtnKe8 p {
  font-weight: 400;
}
.cid-sfKTGtnKe8 .link-ico {
  font-size: 0.8rem;
  color: #ffffff;
  border: 2px solid #ffffff;
  border-radius: 100%;
  padding: 0.5rem 0;
  font-weight: 900;
  padding-left: 9px;
  padding-right: 7px;
  transition: all 0.3s;
}
.cid-sfKTGtnKe8 .link-ico:hover {
  background-color: #ffffff;
  border-color: #ffffff;
  color: gray!important;
}
.cid-sfKTGtnKe8 .line {
  width: 35px;
  height: 3px;
  display: inline-block;
  background: #ffffff;
  margin-bottom: 1.5rem;
  transition: background 0.3s;
}
.cid-sfKTGtnKe8 .bg1 {
  background: #bbbbbb;
}
.cid-sfKTGtnKe8 .bg2 {
  background: #767676;
}
.cid-sfKTGtnKe8 .bg3 {
  background: #353535;
}
.cid-sfKTGtnKe8 .bg4 {
  background: #149dcc;
}
.cid-sfKTGtnKe8 .card-wrapper {
  padding: 4rem 2rem;
  transition: background 0.3s;
}
.cid-sfKTGtnKe8 .card-wrapper:hover .link-ico {
  background-color: #ffffff;
  border-color: #ffffff;
  color: gray!important;
}
.cid-sfKTGtnKe8 .col-lg-x {
  -ms-flex: 0 0 20%;
  flex: 0 0 20%;
  max-width: 20%;
}
.cid-sfKTGtnKe8 .card-title,
.cid-sfKTGtnKe8 .card-ico,
.cid-sfKTGtnKe8 .line-wrap {
  text-align: center;
  color: #ffffff;
}
.cid-sfKTGtnKe8 .mbr-text,
.cid-sfKTGtnKe8 .card-link {
  text-align: center;
  color: #ffffff;
}
@media (max-width: 767px) {
  .cid-sfKTGtnKe8 .row {
    padding: 0 1rem;
  }
}
.cid-sfF6lmK0qd {
  padding-top: 45px;
  padding-bottom: 45px;
  background-color: #ffffff;
}
.cid-sfF6lmK0qd .listico {
  padding-right: 1rem;
  color: #656565;
  font-size: 0.9rem;
}
.cid-sfF6lmK0qd .navbar-logo {
  width: 80px;
  margin-bottom: 10px;
}
.cid-sfF6lmK0qd .navbar-brand {
  width: 100%;
  margin: 0;
}
.cid-sfF6lmK0qd .mbr-text {
  color: #444;
}
.cid-sfF6lmK0qd h5 {
  margin-bottom: 0;
}
.cid-sfF6lmK0qd .list-item {
  display: flex;
  padding-top: 10px;
  padding-bottom: 10px;
  -webkit-align-items: center;
  align-items: center;
}
.cid-sfF6lmK0qd .socicon {
  color: #9e9e9e;
  font-size: 2rem;
}
.cid-sfF6lmK0qd .social-list {
  padding-left: 0;
  margin-bottom: 0;
  list-style: none;
}
.cid-sfF6lmK0qd .social-list .soc-item {
  margin: 0 .5rem;
  display: inline-block;
}
.cid-sfF6lmK0qd .social-list a {
  margin: 0;
  -webkit-transition: .2s linear;
  transition: .2s linear;
}
.cid-sfF6lmK0qd .social-list a:hover {
  opacity: .4;
}
.cid-sfF6lmK0qd .media-container-row > div {
  padding: 0px;
}
.cid-sfF6lmK0qd .text2 {
  color: #9e9e9e;
  text-align: left;
}
.cid-sfF6lmK0qd .group-title {
  text-align: left;
}
.cid-sfF6lmK0qd .group-title SPAN {
  color: #656565;
}
.cid-sfF6lmK0qd .links {
  color: #9e9e9e;
}
@media (max-width: 991px) {
  .cid-sfF6lmK0qd .col-sm-12 {
    margin-bottom: 2rem;
  }
  .cid-sfF6lmK0qd h3 {
    margin-bottom: 10px;
  }
}
.cid-sfF6lmK0qd .links SPAN {
  color: #9e9e9e;
}
.cid-sfH48xiKjG {
  z-index: 1000;
  width: 100%;
  position: relative;
  min-height: 60px;
}
.cid-sfH48xiKjG nav.navbar {
  position: fixed;
}
.cid-sfH48xiKjG .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-sfH48xiKjG .dropdown-menu {
  padding: 0;
  border-radius: 4px;
  box-shadow: 0 1px 3px 0 rgba(0, 0, 0, 0.1);
}
.cid-sfH48xiKjG .dropdown-item {
  border-bottom: 1px solid #e6e6e6;
}
.cid-sfH48xiKjG .dropdown-item:hover,
.cid-sfH48xiKjG .dropdown-item:focus {
  background: #bbbbbb !important;
  color: white !important;
}
.cid-sfH48xiKjG .dropdown-item:first-child {
  border-top-left-radius: 4px;
  border-top-right-radius: 4px;
}
.cid-sfH48xiKjG .dropdown-item:last-child {
  border-bottom: none;
  border-bottom-left-radius: 4px;
  border-bottom-right-radius: 4px;
}
.cid-sfH48xiKjG .nav-dropdown .link {
  padding: 0 0.3em !important;
  margin: 0.667em 1em !important;
}
.cid-sfH48xiKjG .nav-dropdown .link.dropdown-toggle::after {
  margin-left: 0.5rem;
  margin-top: 0.2rem;
}
.cid-sfH48xiKjG .nav-link {
  position: relative;
}
.cid-sfH48xiKjG .container {
  display: flex;
  margin: auto;
}
.cid-sfH48xiKjG .iconfont-wrapper {
  color: #000000 !important;
  font-size: 1.5rem;
  padding-right: 0.5rem;
}
.cid-sfH48xiKjG .dropdown-menu,
.cid-sfH48xiKjG .navbar.opened {
  background: #ffffff !important;
}
.cid-sfH48xiKjG .nav-item:focus,
.cid-sfH48xiKjG .nav-link:focus {
  outline: none;
}
.cid-sfH48xiKjG .dropdown .dropdown-menu .dropdown-item {
  width: auto;
  transition: all 0.25s ease-in-out;
}
.cid-sfH48xiKjG .dropdown .dropdown-menu .dropdown-item::after {
  right: 0.5rem;
}
.cid-sfH48xiKjG .dropdown .dropdown-menu .dropdown-item .mbr-iconfont {
  margin-right: 0.5rem;
  vertical-align: sub;
}
.cid-sfH48xiKjG .dropdown .dropdown-menu .dropdown-item .mbr-iconfont:before {
  display: inline-block;
  transform: scale(1, 1);
  transition: all 0.25s ease-in-out;
}
.cid-sfH48xiKjG .collapsed .dropdown-menu .dropdown-item:before {
  display: none;
}
.cid-sfH48xiKjG .collapsed .dropdown .dropdown-menu .dropdown-item {
  padding: 0.235em 1.5em 0.235em 1.5em !important;
  transition: none;
  margin: 0 !important;
}
.cid-sfH48xiKjG .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-sfH48xiKjG .navbar.opened {
  transition: all 0.3s;
}
.cid-sfH48xiKjG .navbar .dropdown-item {
  padding: 0.5rem 1.8rem;
}
.cid-sfH48xiKjG .navbar .navbar-logo img {
  width: auto;
}
.cid-sfH48xiKjG .navbar .navbar-collapse {
  justify-content: flex-end;
  z-index: 1;
}
.cid-sfH48xiKjG .navbar.collapsed {
  justify-content: center;
}
.cid-sfH48xiKjG .navbar.collapsed .nav-item .nav-link::before {
  display: none;
}
.cid-sfH48xiKjG .navbar.collapsed.opened .dropdown-menu {
  top: 0;
}
@media (min-width: 992px) {
  .cid-sfH48xiKjG .navbar.collapsed.opened:not(.navbar-short) .navbar-collapse {
    max-height: calc(98.5vh - 3rem);
  }
}
.cid-sfH48xiKjG .navbar.collapsed .dropdown-menu .dropdown-submenu {
  left: 0 !important;
}
.cid-sfH48xiKjG .navbar.collapsed .dropdown-menu .dropdown-item:after {
  right: auto;
}
.cid-sfH48xiKjG .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-sfH48xiKjG .navbar.collapsed ul.navbar-nav li {
  margin: auto;
}
.cid-sfH48xiKjG .navbar.collapsed .dropdown-menu .dropdown-item {
  padding: 0.25rem 1.5rem;
  text-align: center;
}
.cid-sfH48xiKjG .navbar.collapsed .icons-menu {
  padding-left: 0;
  padding-right: 0;
  padding-top: 0.5rem;
  padding-bottom: 0.5rem;
}
@media (max-width: 991px) {
  .cid-sfH48xiKjG .navbar .nav-item .nav-link::before {
    display: none;
  }
  .cid-sfH48xiKjG .navbar.opened .dropdown-menu {
    top: 0;
  }
  .cid-sfH48xiKjG .navbar .dropdown-menu .dropdown-submenu {
    left: 0 !important;
  }
  .cid-sfH48xiKjG .navbar .dropdown-menu .dropdown-item:after {
    right: auto;
  }
  .cid-sfH48xiKjG .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-sfH48xiKjG .navbar .navbar-logo img {
    height: 3rem !important;
  }
  .cid-sfH48xiKjG .navbar ul.navbar-nav li {
    margin: auto;
  }
  .cid-sfH48xiKjG .navbar .dropdown-menu .dropdown-item {
    padding: 0.25rem 1.5rem !important;
    text-align: center;
  }
  .cid-sfH48xiKjG .navbar .navbar-brand {
    flex-shrink: initial;
    flex-basis: auto;
    word-break: break-word;
    padding-right: 2rem;
  }
  .cid-sfH48xiKjG .navbar .navbar-toggler {
    flex-basis: auto;
  }
  .cid-sfH48xiKjG .navbar .icons-menu {
    padding-left: 0;
    padding-top: 0.5rem;
    padding-bottom: 0.5rem;
  }
}
.cid-sfH48xiKjG .navbar.navbar-short {
  min-height: 60px;
}
.cid-sfH48xiKjG .navbar.navbar-short .navbar-logo img {
  height: 2.5rem !important;
}
.cid-sfH48xiKjG .navbar.navbar-short .navbar-brand {
  min-height: 60px;
  padding: 0;
}
.cid-sfH48xiKjG .navbar-brand {
  min-height: 70px;
  flex-shrink: 0;
  align-items: center;
  margin-right: 0;
  padding: 0;
  transition: all 0.3s;
  word-break: break-word;
  z-index: 1;
}
.cid-sfH48xiKjG .navbar-brand .navbar-caption {
  line-height: inherit !important;
}
.cid-sfH48xiKjG .navbar-brand .navbar-logo a {
  outline: none;
}
.cid-sfH48xiKjG .dropdown-item.active,
.cid-sfH48xiKjG .dropdown-item:active {
  background-color: transparent;
}
.cid-sfH48xiKjG .navbar-expand-lg .navbar-nav .nav-link {
  padding: 0;
}
.cid-sfH48xiKjG .nav-dropdown .link.dropdown-toggle {
  margin-right: 1.667em;
}
.cid-sfH48xiKjG .nav-dropdown .link.dropdown-toggle[aria-expanded="true"] {
  margin-right: 0;
  padding: 0.667em 1.667em;
}
.cid-sfH48xiKjG .navbar.navbar-expand-lg .dropdown .dropdown-menu {
  background: #ffffff;
}
.cid-sfH48xiKjG .navbar.navbar-expand-lg .dropdown .dropdown-menu .dropdown-submenu {
  margin: 0;
  left: 100%;
}
.cid-sfH48xiKjG .navbar .dropdown.open > .dropdown-menu {
  display: block;
}
.cid-sfH48xiKjG ul.navbar-nav {
  flex-wrap: wrap;
}
.cid-sfH48xiKjG .navbar-buttons {
  text-align: center;
  min-width: 170px;
}
.cid-sfH48xiKjG button.navbar-toggler {
  outline: none;
  width: 31px;
  height: 20px;
  cursor: pointer;
  transition: all 0.2s;
  position: relative;
  align-self: center;
}
.cid-sfH48xiKjG button.navbar-toggler .hamburger span {
  position: absolute;
  right: 0;
  width: 30px;
  height: 2px;
  border-right: 5px;
  background-color: #000000;
}
.cid-sfH48xiKjG button.navbar-toggler .hamburger span:nth-child(1) {
  top: 0;
  transition: all 0.2s;
}
.cid-sfH48xiKjG button.navbar-toggler .hamburger span:nth-child(2) {
  top: 8px;
  transition: all 0.15s;
}
.cid-sfH48xiKjG button.navbar-toggler .hamburger span:nth-child(3) {
  top: 8px;
  transition: all 0.15s;
}
.cid-sfH48xiKjG button.navbar-toggler .hamburger span:nth-child(4) {
  top: 16px;
  transition: all 0.2s;
}
.cid-sfH48xiKjG nav.opened .hamburger span:nth-child(1) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-sfH48xiKjG nav.opened .hamburger span:nth-child(2) {
  transform: rotate(45deg);
  transition: all 0.25s;
}
.cid-sfH48xiKjG nav.opened .hamburger span:nth-child(3) {
  transform: rotate(-45deg);
  transition: all 0.25s;
}
.cid-sfH48xiKjG nav.opened .hamburger span:nth-child(4) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-sfH48xiKjG .navbar-dropdown {
  padding: 0 1rem;
  position: fixed;
}
.cid-sfH48xiKjG a.nav-link {
  display: flex;
  align-items: center;
  justify-content: center;
}
.cid-sfH48xiKjG .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-sfH48xiKjG .navbar {
    height: 70px;
  }
  .cid-sfH48xiKjG .navbar.opened {
    height: auto;
  }
  .cid-sfH48xiKjG .nav-item .nav-link:hover::before {
    width: 175%;
    max-width: calc(100% + 2rem);
    left: -1rem;
  }
}
.cid-sfH4ARtIDT {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-color: #ffffff;
}
.cid-sfH48z2lJy {
  padding-top: 45px;
  padding-bottom: 45px;
  background-color: #ffffff;
}
.cid-sfH48z2lJy .listico {
  padding-right: 1rem;
  color: #656565;
  font-size: 0.9rem;
}
.cid-sfH48z2lJy .navbar-logo {
  width: 80px;
  margin-bottom: 10px;
}
.cid-sfH48z2lJy .navbar-brand {
  width: 100%;
  margin: 0;
}
.cid-sfH48z2lJy .mbr-text {
  color: #444;
}
.cid-sfH48z2lJy h5 {
  margin-bottom: 0;
}
.cid-sfH48z2lJy .list-item {
  display: flex;
  padding-top: 10px;
  padding-bottom: 10px;
  -webkit-align-items: center;
  align-items: center;
}
.cid-sfH48z2lJy .socicon {
  color: #9e9e9e;
  font-size: 2rem;
}
.cid-sfH48z2lJy .social-list {
  padding-left: 0;
  margin-bottom: 0;
  list-style: none;
}
.cid-sfH48z2lJy .social-list .soc-item {
  margin: 0 .5rem;
  display: inline-block;
}
.cid-sfH48z2lJy .social-list a {
  margin: 0;
  -webkit-transition: .2s linear;
  transition: .2s linear;
}
.cid-sfH48z2lJy .social-list a:hover {
  opacity: .4;
}
.cid-sfH48z2lJy .media-container-row > div {
  padding: 0px;
}
.cid-sfH48z2lJy .text2 {
  color: #9e9e9e;
  text-align: left;
}
.cid-sfH48z2lJy .group-title {
  text-align: left;
}
.cid-sfH48z2lJy .group-title SPAN {
  color: #656565;
}
.cid-sfH48z2lJy .links {
  color: #9e9e9e;
}
@media (max-width: 991px) {
  .cid-sfH48z2lJy .col-sm-12 {
    margin-bottom: 2rem;
  }
  .cid-sfH48z2lJy h3 {
    margin-bottom: 10px;
  }
}
.cid-sfH48z2lJy .links SPAN {
  color: #9e9e9e;
}
.cid-sfELUABIAL {
  z-index: 1000;
  width: 100%;
  position: relative;
  min-height: 60px;
}
.cid-sfELUABIAL nav.navbar {
  position: fixed;
}
.cid-sfELUABIAL .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-sfELUABIAL .dropdown-menu {
  padding: 0;
  border-radius: 4px;
  box-shadow: 0 1px 3px 0 rgba(0, 0, 0, 0.1);
}
.cid-sfELUABIAL .dropdown-item {
  border-bottom: 1px solid #e6e6e6;
}
.cid-sfELUABIAL .dropdown-item:hover,
.cid-sfELUABIAL .dropdown-item:focus {
  background: #bbbbbb !important;
  color: white !important;
}
.cid-sfELUABIAL .dropdown-item:first-child {
  border-top-left-radius: 4px;
  border-top-right-radius: 4px;
}
.cid-sfELUABIAL .dropdown-item:last-child {
  border-bottom: none;
  border-bottom-left-radius: 4px;
  border-bottom-right-radius: 4px;
}
.cid-sfELUABIAL .nav-dropdown .link {
  padding: 0 0.3em !important;
  margin: 0.667em 1em !important;
}
.cid-sfELUABIAL .nav-dropdown .link.dropdown-toggle::after {
  margin-left: 0.5rem;
  margin-top: 0.2rem;
}
.cid-sfELUABIAL .nav-link {
  position: relative;
}
.cid-sfELUABIAL .container {
  display: flex;
  margin: auto;
}
.cid-sfELUABIAL .iconfont-wrapper {
  color: #000000 !important;
  font-size: 1.5rem;
  padding-right: 0.5rem;
}
.cid-sfELUABIAL .dropdown-menu,
.cid-sfELUABIAL .navbar.opened {
  background: #ffffff !important;
}
.cid-sfELUABIAL .nav-item:focus,
.cid-sfELUABIAL .nav-link:focus {
  outline: none;
}
.cid-sfELUABIAL .dropdown .dropdown-menu .dropdown-item {
  width: auto;
  transition: all 0.25s ease-in-out;
}
.cid-sfELUABIAL .dropdown .dropdown-menu .dropdown-item::after {
  right: 0.5rem;
}
.cid-sfELUABIAL .dropdown .dropdown-menu .dropdown-item .mbr-iconfont {
  margin-right: 0.5rem;
  vertical-align: sub;
}
.cid-sfELUABIAL .dropdown .dropdown-menu .dropdown-item .mbr-iconfont:before {
  display: inline-block;
  transform: scale(1, 1);
  transition: all 0.25s ease-in-out;
}
.cid-sfELUABIAL .collapsed .dropdown-menu .dropdown-item:before {
  display: none;
}
.cid-sfELUABIAL .collapsed .dropdown .dropdown-menu .dropdown-item {
  padding: 0.235em 1.5em 0.235em 1.5em !important;
  transition: none;
  margin: 0 !important;
}
.cid-sfELUABIAL .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-sfELUABIAL .navbar.opened {
  transition: all 0.3s;
}
.cid-sfELUABIAL .navbar .dropdown-item {
  padding: 0.5rem 1.8rem;
}
.cid-sfELUABIAL .navbar .navbar-logo img {
  width: auto;
}
.cid-sfELUABIAL .navbar .navbar-collapse {
  justify-content: flex-end;
  z-index: 1;
}
.cid-sfELUABIAL .navbar.collapsed {
  justify-content: center;
}
.cid-sfELUABIAL .navbar.collapsed .nav-item .nav-link::before {
  display: none;
}
.cid-sfELUABIAL .navbar.collapsed.opened .dropdown-menu {
  top: 0;
}
@media (min-width: 992px) {
  .cid-sfELUABIAL .navbar.collapsed.opened:not(.navbar-short) .navbar-collapse {
    max-height: calc(98.5vh - 3rem);
  }
}
.cid-sfELUABIAL .navbar.collapsed .dropdown-menu .dropdown-submenu {
  left: 0 !important;
}
.cid-sfELUABIAL .navbar.collapsed .dropdown-menu .dropdown-item:after {
  right: auto;
}
.cid-sfELUABIAL .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-sfELUABIAL .navbar.collapsed ul.navbar-nav li {
  margin: auto;
}
.cid-sfELUABIAL .navbar.collapsed .dropdown-menu .dropdown-item {
  padding: 0.25rem 1.5rem;
  text-align: center;
}
.cid-sfELUABIAL .navbar.collapsed .icons-menu {
  padding-left: 0;
  padding-right: 0;
  padding-top: 0.5rem;
  padding-bottom: 0.5rem;
}
@media (max-width: 991px) {
  .cid-sfELUABIAL .navbar .nav-item .nav-link::before {
    display: none;
  }
  .cid-sfELUABIAL .navbar.opened .dropdown-menu {
    top: 0;
  }
  .cid-sfELUABIAL .navbar .dropdown-menu .dropdown-submenu {
    left: 0 !important;
  }
  .cid-sfELUABIAL .navbar .dropdown-menu .dropdown-item:after {
    right: auto;
  }
  .cid-sfELUABIAL .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-sfELUABIAL .navbar .navbar-logo img {
    height: 3rem !important;
  }
  .cid-sfELUABIAL .navbar ul.navbar-nav li {
    margin: auto;
  }
  .cid-sfELUABIAL .navbar .dropdown-menu .dropdown-item {
    padding: 0.25rem 1.5rem !important;
    text-align: center;
  }
  .cid-sfELUABIAL .navbar .navbar-brand {
    flex-shrink: initial;
    flex-basis: auto;
    word-break: break-word;
    padding-right: 2rem;
  }
  .cid-sfELUABIAL .navbar .navbar-toggler {
    flex-basis: auto;
  }
  .cid-sfELUABIAL .navbar .icons-menu {
    padding-left: 0;
    padding-top: 0.5rem;
    padding-bottom: 0.5rem;
  }
}
.cid-sfELUABIAL .navbar.navbar-short {
  min-height: 60px;
}
.cid-sfELUABIAL .navbar.navbar-short .navbar-logo img {
  height: 2.5rem !important;
}
.cid-sfELUABIAL .navbar.navbar-short .navbar-brand {
  min-height: 60px;
  padding: 0;
}
.cid-sfELUABIAL .navbar-brand {
  min-height: 70px;
  flex-shrink: 0;
  align-items: center;
  margin-right: 0;
  padding: 0;
  transition: all 0.3s;
  word-break: break-word;
  z-index: 1;
}
.cid-sfELUABIAL .navbar-brand .navbar-caption {
  line-height: inherit !important;
}
.cid-sfELUABIAL .navbar-brand .navbar-logo a {
  outline: none;
}
.cid-sfELUABIAL .dropdown-item.active,
.cid-sfELUABIAL .dropdown-item:active {
  background-color: transparent;
}
.cid-sfELUABIAL .navbar-expand-lg .navbar-nav .nav-link {
  padding: 0;
}
.cid-sfELUABIAL .nav-dropdown .link.dropdown-toggle {
  margin-right: 1.667em;
}
.cid-sfELUABIAL .nav-dropdown .link.dropdown-toggle[aria-expanded="true"] {
  margin-right: 0;
  padding: 0.667em 1.667em;
}
.cid-sfELUABIAL .navbar.navbar-expand-lg .dropdown .dropdown-menu {
  background: #ffffff;
}
.cid-sfELUABIAL .navbar.navbar-expand-lg .dropdown .dropdown-menu .dropdown-submenu {
  margin: 0;
  left: 100%;
}
.cid-sfELUABIAL .navbar .dropdown.open > .dropdown-menu {
  display: block;
}
.cid-sfELUABIAL ul.navbar-nav {
  flex-wrap: wrap;
}
.cid-sfELUABIAL .navbar-buttons {
  text-align: center;
  min-width: 170px;
}
.cid-sfELUABIAL button.navbar-toggler {
  outline: none;
  width: 31px;
  height: 20px;
  cursor: pointer;
  transition: all 0.2s;
  position: relative;
  align-self: center;
}
.cid-sfELUABIAL button.navbar-toggler .hamburger span {
  position: absolute;
  right: 0;
  width: 30px;
  height: 2px;
  border-right: 5px;
  background-color: #000000;
}
.cid-sfELUABIAL button.navbar-toggler .hamburger span:nth-child(1) {
  top: 0;
  transition: all 0.2s;
}
.cid-sfELUABIAL button.navbar-toggler .hamburger span:nth-child(2) {
  top: 8px;
  transition: all 0.15s;
}
.cid-sfELUABIAL button.navbar-toggler .hamburger span:nth-child(3) {
  top: 8px;
  transition: all 0.15s;
}
.cid-sfELUABIAL button.navbar-toggler .hamburger span:nth-child(4) {
  top: 16px;
  transition: all 0.2s;
}
.cid-sfELUABIAL nav.opened .hamburger span:nth-child(1) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-sfELUABIAL nav.opened .hamburger span:nth-child(2) {
  transform: rotate(45deg);
  transition: all 0.25s;
}
.cid-sfELUABIAL nav.opened .hamburger span:nth-child(3) {
  transform: rotate(-45deg);
  transition: all 0.25s;
}
.cid-sfELUABIAL nav.opened .hamburger span:nth-child(4) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-sfELUABIAL .navbar-dropdown {
  padding: 0 1rem;
  position: fixed;
}
.cid-sfELUABIAL a.nav-link {
  display: flex;
  align-items: center;
  justify-content: center;
}
.cid-sfELUABIAL .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-sfELUABIAL .navbar {
    height: 70px;
  }
  .cid-sfELUABIAL .navbar.opened {
    height: auto;
  }
  .cid-sfELUABIAL .nav-item .nav-link:hover::before {
    width: 175%;
    max-width: calc(100% + 2rem);
    left: -1rem;
  }
}
.cid-sfELUBnkDP {
  padding-top: 0px;
  padding-bottom: 0px;
  background-color: #efeeee;
}
.cid-sfELUBnkDP img {
  width: 100%;
  height: 100%;
  transition: 5s;
  object-fit: cover;
  margin: auto;
}
.cid-sfELUBnkDP img:hover {
  transform: scale(1.1);
}
.cid-sfELUBnkDP .img-col {
  padding: 0;
  overflow: hidden;
  text-align: center;
  justify-content: center;
  position: relative;
}
.cid-sfELUBnkDP h2 {
  padding: 0;
  margin: 0;
}
.cid-sfELUBnkDP .title-wrap {
  display: flex;
  align-items: center;
  justify-content: center;
}
.cid-sfELUBnkDP .text-col {
  max-width: 650px;
  margin: auto;
  padding: 6rem 6rem;
}
.cid-sfELUBnkDP .mbr-section-btn {
  position: absolute;
  bottom: 0;
  right: 0;
}
.cid-sfELUBnkDP .mbr-section-btn .btn {
  margin: 0rem!important;
  min-width: 400px;
  justify-content: space-between;
}
.cid-sfELUBnkDP .mbr-section-btn .btn .mbr-iconfont {
  order: 2;
}
.cid-sfELUBnkDP .number {
  border-top: 2px solid currentColor;
  padding-top: 0.6rem;
  margin-right: 3rem;
  margin-bottom: 0;
  margin-top: 0.5rem;
}
@media (max-width: 992px) {
  .cid-sfELUBnkDP .text-col {
    padding: 4rem 4rem;
  }
}
@media (max-width: 767px) {
  .cid-sfELUBnkDP .btn {
    min-width: 200px!important;
    padding: 0.6rem 0.8rem!important;
  }
  .cid-sfELUBnkDP .text-col {
    padding: 2rem 1rem;
  }
}
.cid-sfELUBnkDP H2 {
  color: #333333;
}
.cid-sfELUBnkDP .mbr-text {
  color: #767676;
}
.cid-sfELUCxBDv {
  padding-top: 0px;
  padding-bottom: 0px;
  background-color: #efeeee;
}
.cid-sfELUCxBDv img {
  width: 100%;
  height: 100%;
  transition: 5s;
  object-fit: cover;
  margin: auto;
}
.cid-sfELUCxBDv img:hover {
  transform: scale(1.1);
}
.cid-sfELUCxBDv .img-col {
  padding: 0;
  overflow: hidden;
  text-align: center;
  justify-content: center;
  position: relative;
}
.cid-sfELUCxBDv h2 {
  padding: 0;
  margin: 0;
}
.cid-sfELUCxBDv .title-wrap {
  display: flex;
  align-items: center;
  justify-content: center;
}
.cid-sfELUCxBDv .text-col {
  max-width: 650px;
  margin: auto;
  padding: 6rem 6rem;
}
.cid-sfELUCxBDv .mbr-section-btn {
  position: absolute;
  bottom: 0;
  left: 0;
}
.cid-sfELUCxBDv .mbr-section-btn .btn {
  margin: 0rem!important;
  min-width: 400px;
  justify-content: space-between;
}
.cid-sfELUCxBDv .mbr-section-btn .btn .mbr-iconfont {
  order: 2;
}
.cid-sfELUCxBDv .number {
  border-top: 2px solid currentColor;
  padding-top: 0.6rem;
  margin-right: 3rem;
  margin-bottom: 0;
  margin-top: 0.5rem;
}
@media (max-width: 992px) {
  .cid-sfELUCxBDv .text-col {
    padding: 4rem 4rem;
  }
}
@media (max-width: 767px) {
  .cid-sfELUCxBDv .btn {
    min-width: 200px!important;
    padding: 0.6rem 0.8rem!important;
  }
  .cid-sfELUCxBDv .text-col {
    padding: 2rem 1rem;
  }
}
.cid-sfELUCxBDv H2 {
  color: #333333;
}
.cid-sfELUCxBDv .mbr-text {
  color: #767676;
}
.cid-sfPtapoN2X {
  padding-top: 75px;
  padding-bottom: 75px;
  background-color: #ececec;
}
.cid-sfPtapoN2X .card-box {
  display: flex;
  flex-direction: column;
  position: relative;
  justify-content: center;
  margin: auto auto 1rem 2rem;
  height: fit-content;
  max-width: 300px;
}
.cid-sfPtapoN2X .card-wrap {
  background-color: #232323;
  display: flex;
  height: 100%;
  min-height: 300px;
}
.cid-sfPtapoN2X .card-wrap:hover h4,
.cid-sfPtapoN2X .card-wrap:hover a {
  background-size: 100% 100%;
}
.cid-sfPtapoN2X h3 {
  position: absolute;
  transform: rotate(-90deg);
  transform-origin: top left;
  width: fit-content;
  padding: 0;
  margin: 0;
  left: 0rem;
  top: -1rem;
}
.cid-sfPtapoN2X h3:after {
  content: "";
  width: 30px;
  position: absolute;
  top: 50%;
  height: 1px;
  background-color: #ffffff;
  margin-left: 10px;
}
.cid-sfPtapoN2X img {
  width: 100%;
}
.cid-sfPtapoN2X h4 {
  display: inline!important;
  text-decoration: none;
  background-image: linear-gradient(transparent calc(98%), currentColor 1px);
  background-repeat: no-repeat;
  background-position: 0;
  background-size: 0% 100%;
  transition: 0.6s cubic-bezier(0.215, 0.61, 0.355, 1);
}
.cid-sfPtapoN2X h4 a {
  display: inline!important;
  text-decoration: none;
  background-image: linear-gradient(transparent calc(98%), currentColor 1px) !important;
  background-repeat: no-repeat;
  background-position: 0;
  background-size: 0% 100%;
  transition: 0.6s cubic-bezier(0.215, 0.61, 0.355, 1);
}
.cid-sfPtapoN2X .card-title1,
.cid-sfPtapoN2X .title-wrap1 {
  color: #ffffff;
}
.cid-sfPtapoN2X .card-title,
.cid-sfPtapoN2X .title-wrap {
  color: #ffffff;
}
@media (max-width: 992px) {
  .cid-sfPtapoN2X .mdpb {
    padding-bottom: 2rem;
  }
  .cid-sfPtapoN2X .card-box {
    margin: auto auto 0rem 1rem;
  }
}
.cid-sfPtapoN2X H3 {
  color: #ffffff;
}
.cid-sfENCouQGb {
  padding-top: 0px;
  padding-bottom: 0px;
  background-color: #efeeee;
}
.cid-sfENCouQGb img {
  width: 100%;
  height: 100%;
  transition: 5s;
  object-fit: cover;
  margin: auto;
}
.cid-sfENCouQGb img:hover {
  transform: scale(1.1);
}
.cid-sfENCouQGb .img-col {
  padding: 0;
  overflow: hidden;
  text-align: center;
  justify-content: center;
  position: relative;
}
.cid-sfENCouQGb h2 {
  padding: 0;
  margin: 0;
}
.cid-sfENCouQGb .title-wrap {
  display: flex;
  align-items: center;
  justify-content: center;
}
.cid-sfENCouQGb .text-col {
  max-width: 650px;
  margin: auto;
  padding: 6rem 6rem;
}
.cid-sfENCouQGb .mbr-section-btn {
  position: absolute;
  bottom: 0;
  right: 0;
}
.cid-sfENCouQGb .mbr-section-btn .btn {
  margin: 0rem!important;
  min-width: 400px;
  justify-content: space-between;
}
.cid-sfENCouQGb .mbr-section-btn .btn .mbr-iconfont {
  order: 2;
}
.cid-sfENCouQGb .number {
  border-top: 2px solid currentColor;
  padding-top: 0.6rem;
  margin-right: 3rem;
  margin-bottom: 0;
  margin-top: 0.5rem;
}
@media (max-width: 992px) {
  .cid-sfENCouQGb .text-col {
    padding: 4rem 4rem;
  }
}
@media (max-width: 767px) {
  .cid-sfENCouQGb .btn {
    min-width: 200px!important;
    padding: 0.6rem 0.8rem!important;
  }
  .cid-sfENCouQGb .text-col {
    padding: 2rem 1rem;
  }
}
.cid-sfENCouQGb H2 {
  color: #333333;
}
.cid-sfENCouQGb .mbr-text {
  color: #767676;
}
.cid-sfKTwOV1mi {
  padding-top: 2rem;
  padding-bottom: 0rem;
  background-color: #fafafa;
}
.cid-sfKTwOV1mi .mbr-section-title {
  color: #353535;
}
.cid-sfKTwOV1mi .mbr-section-subtitle {
  color: #767676;
}
.cid-sfKTxt397k {
  padding-top: 15px;
  padding-bottom: 45px;
  background-color: #fafafa;
}
.cid-sfKTxt397k .card-icon {
  font-size: 56px;
  color: #ffffff;
  transition: color 0.3s;
}
.cid-sfKTxt397k .card-title {
  font-weight: 600;
  letter-spacing: 1px;
}
.cid-sfKTxt397k .card {
  margin: 0!important;
  padding: 0!important;
  border-radius: 0;
}
.cid-sfKTxt397k p {
  font-weight: 400;
}
.cid-sfKTxt397k .link-ico {
  font-size: 0.8rem;
  color: #ffffff;
  border: 2px solid #ffffff;
  border-radius: 100%;
  padding: 0.5rem 0;
  font-weight: 900;
  padding-left: 9px;
  padding-right: 7px;
  transition: all 0.3s;
}
.cid-sfKTxt397k .link-ico:hover {
  background-color: #ffffff;
  border-color: #ffffff;
  color: gray!important;
}
.cid-sfKTxt397k .line {
  width: 35px;
  height: 3px;
  display: inline-block;
  background: #ffffff;
  margin-bottom: 1.5rem;
  transition: background 0.3s;
}
.cid-sfKTxt397k .bg1 {
  background: #bbbbbb;
}
.cid-sfKTxt397k .bg2 {
  background: #767676;
}
.cid-sfKTxt397k .bg3 {
  background: #353535;
}
.cid-sfKTxt397k .bg4 {
  background: #149dcc;
}
.cid-sfKTxt397k .card-wrapper {
  padding: 4rem 2rem;
  transition: background 0.3s;
}
.cid-sfKTxt397k .card-wrapper:hover .link-ico {
  background-color: #ffffff;
  border-color: #ffffff;
  color: gray!important;
}
.cid-sfKTxt397k .col-lg-x {
  -ms-flex: 0 0 20%;
  flex: 0 0 20%;
  max-width: 20%;
}
.cid-sfKTxt397k .card-title,
.cid-sfKTxt397k .card-ico,
.cid-sfKTxt397k .line-wrap {
  text-align: center;
  color: #ffffff;
}
.cid-sfKTxt397k .mbr-text,
.cid-sfKTxt397k .card-link {
  text-align: center;
  color: #ffffff;
}
@media (max-width: 767px) {
  .cid-sfKTxt397k .row {
    padding: 0 1rem;
  }
}
.cid-sfELUCQz9K {
  padding-top: 45px;
  padding-bottom: 45px;
  background-color: #ffffff;
}
.cid-sfELUCQz9K .listico {
  padding-right: 1rem;
  color: #656565;
  font-size: 0.9rem;
}
.cid-sfELUCQz9K .navbar-logo {
  width: 80px;
  margin-bottom: 10px;
}
.cid-sfELUCQz9K .navbar-brand {
  width: 100%;
  margin: 0;
}
.cid-sfELUCQz9K .mbr-text {
  color: #444;
}
.cid-sfELUCQz9K h5 {
  margin-bottom: 0;
}
.cid-sfELUCQz9K .list-item {
  display: flex;
  padding-top: 10px;
  padding-bottom: 10px;
  -webkit-align-items: center;
  align-items: center;
}
.cid-sfELUCQz9K .socicon {
  color: #9e9e9e;
  font-size: 2rem;
}
.cid-sfELUCQz9K .social-list {
  padding-left: 0;
  margin-bottom: 0;
  list-style: none;
}
.cid-sfELUCQz9K .social-list .soc-item {
  margin: 0 .5rem;
  display: inline-block;
}
.cid-sfELUCQz9K .social-list a {
  margin: 0;
  -webkit-transition: .2s linear;
  transition: .2s linear;
}
.cid-sfELUCQz9K .social-list a:hover {
  opacity: .4;
}
.cid-sfELUCQz9K .media-container-row > div {
  padding: 0px;
}
.cid-sfELUCQz9K .text2 {
  color: #9e9e9e;
  text-align: left;
}
.cid-sfELUCQz9K .group-title {
  text-align: left;
}
.cid-sfELUCQz9K .group-title SPAN {
  color: #656565;
}
.cid-sfELUCQz9K .links {
  color: #9e9e9e;
}
@media (max-width: 991px) {
  .cid-sfELUCQz9K .col-sm-12 {
    margin-bottom: 2rem;
  }
  .cid-sfELUCQz9K h3 {
    margin-bottom: 10px;
  }
}
.cid-sfELUCQz9K .links SPAN {
  color: #9e9e9e;
}
.cid-sfEOt1TH3k {
  z-index: 1000;
  width: 100%;
  position: relative;
  min-height: 60px;
}
.cid-sfEOt1TH3k nav.navbar {
  position: fixed;
}
.cid-sfEOt1TH3k .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-sfEOt1TH3k .dropdown-menu {
  padding: 0;
  border-radius: 4px;
  box-shadow: 0 1px 3px 0 rgba(0, 0, 0, 0.1);
}
.cid-sfEOt1TH3k .dropdown-item {
  border-bottom: 1px solid #e6e6e6;
}
.cid-sfEOt1TH3k .dropdown-item:hover,
.cid-sfEOt1TH3k .dropdown-item:focus {
  background: #bbbbbb !important;
  color: white !important;
}
.cid-sfEOt1TH3k .dropdown-item:first-child {
  border-top-left-radius: 4px;
  border-top-right-radius: 4px;
}
.cid-sfEOt1TH3k .dropdown-item:last-child {
  border-bottom: none;
  border-bottom-left-radius: 4px;
  border-bottom-right-radius: 4px;
}
.cid-sfEOt1TH3k .nav-dropdown .link {
  padding: 0 0.3em !important;
  margin: 0.667em 1em !important;
}
.cid-sfEOt1TH3k .nav-dropdown .link.dropdown-toggle::after {
  margin-left: 0.5rem;
  margin-top: 0.2rem;
}
.cid-sfEOt1TH3k .nav-link {
  position: relative;
}
.cid-sfEOt1TH3k .container {
  display: flex;
  margin: auto;
}
.cid-sfEOt1TH3k .iconfont-wrapper {
  color: #000000 !important;
  font-size: 1.5rem;
  padding-right: 0.5rem;
}
.cid-sfEOt1TH3k .dropdown-menu,
.cid-sfEOt1TH3k .navbar.opened {
  background: #ffffff !important;
}
.cid-sfEOt1TH3k .nav-item:focus,
.cid-sfEOt1TH3k .nav-link:focus {
  outline: none;
}
.cid-sfEOt1TH3k .dropdown .dropdown-menu .dropdown-item {
  width: auto;
  transition: all 0.25s ease-in-out;
}
.cid-sfEOt1TH3k .dropdown .dropdown-menu .dropdown-item::after {
  right: 0.5rem;
}
.cid-sfEOt1TH3k .dropdown .dropdown-menu .dropdown-item .mbr-iconfont {
  margin-right: 0.5rem;
  vertical-align: sub;
}
.cid-sfEOt1TH3k .dropdown .dropdown-menu .dropdown-item .mbr-iconfont:before {
  display: inline-block;
  transform: scale(1, 1);
  transition: all 0.25s ease-in-out;
}
.cid-sfEOt1TH3k .collapsed .dropdown-menu .dropdown-item:before {
  display: none;
}
.cid-sfEOt1TH3k .collapsed .dropdown .dropdown-menu .dropdown-item {
  padding: 0.235em 1.5em 0.235em 1.5em !important;
  transition: none;
  margin: 0 !important;
}
.cid-sfEOt1TH3k .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-sfEOt1TH3k .navbar.opened {
  transition: all 0.3s;
}
.cid-sfEOt1TH3k .navbar .dropdown-item {
  padding: 0.5rem 1.8rem;
}
.cid-sfEOt1TH3k .navbar .navbar-logo img {
  width: auto;
}
.cid-sfEOt1TH3k .navbar .navbar-collapse {
  justify-content: flex-end;
  z-index: 1;
}
.cid-sfEOt1TH3k .navbar.collapsed {
  justify-content: center;
}
.cid-sfEOt1TH3k .navbar.collapsed .nav-item .nav-link::before {
  display: none;
}
.cid-sfEOt1TH3k .navbar.collapsed.opened .dropdown-menu {
  top: 0;
}
@media (min-width: 992px) {
  .cid-sfEOt1TH3k .navbar.collapsed.opened:not(.navbar-short) .navbar-collapse {
    max-height: calc(98.5vh - 3rem);
  }
}
.cid-sfEOt1TH3k .navbar.collapsed .dropdown-menu .dropdown-submenu {
  left: 0 !important;
}
.cid-sfEOt1TH3k .navbar.collapsed .dropdown-menu .dropdown-item:after {
  right: auto;
}
.cid-sfEOt1TH3k .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-sfEOt1TH3k .navbar.collapsed ul.navbar-nav li {
  margin: auto;
}
.cid-sfEOt1TH3k .navbar.collapsed .dropdown-menu .dropdown-item {
  padding: 0.25rem 1.5rem;
  text-align: center;
}
.cid-sfEOt1TH3k .navbar.collapsed .icons-menu {
  padding-left: 0;
  padding-right: 0;
  padding-top: 0.5rem;
  padding-bottom: 0.5rem;
}
@media (max-width: 991px) {
  .cid-sfEOt1TH3k .navbar .nav-item .nav-link::before {
    display: none;
  }
  .cid-sfEOt1TH3k .navbar.opened .dropdown-menu {
    top: 0;
  }
  .cid-sfEOt1TH3k .navbar .dropdown-menu .dropdown-submenu {
    left: 0 !important;
  }
  .cid-sfEOt1TH3k .navbar .dropdown-menu .dropdown-item:after {
    right: auto;
  }
  .cid-sfEOt1TH3k .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-sfEOt1TH3k .navbar .navbar-logo img {
    height: 3rem !important;
  }
  .cid-sfEOt1TH3k .navbar ul.navbar-nav li {
    margin: auto;
  }
  .cid-sfEOt1TH3k .navbar .dropdown-menu .dropdown-item {
    padding: 0.25rem 1.5rem !important;
    text-align: center;
  }
  .cid-sfEOt1TH3k .navbar .navbar-brand {
    flex-shrink: initial;
    flex-basis: auto;
    word-break: break-word;
    padding-right: 2rem;
  }
  .cid-sfEOt1TH3k .navbar .navbar-toggler {
    flex-basis: auto;
  }
  .cid-sfEOt1TH3k .navbar .icons-menu {
    padding-left: 0;
    padding-top: 0.5rem;
    padding-bottom: 0.5rem;
  }
}
.cid-sfEOt1TH3k .navbar.navbar-short {
  min-height: 60px;
}
.cid-sfEOt1TH3k .navbar.navbar-short .navbar-logo img {
  height: 2.5rem !important;
}
.cid-sfEOt1TH3k .navbar.navbar-short .navbar-brand {
  min-height: 60px;
  padding: 0;
}
.cid-sfEOt1TH3k .navbar-brand {
  min-height: 70px;
  flex-shrink: 0;
  align-items: center;
  margin-right: 0;
  padding: 0;
  transition: all 0.3s;
  word-break: break-word;
  z-index: 1;
}
.cid-sfEOt1TH3k .navbar-brand .navbar-caption {
  line-height: inherit !important;
}
.cid-sfEOt1TH3k .navbar-brand .navbar-logo a {
  outline: none;
}
.cid-sfEOt1TH3k .dropdown-item.active,
.cid-sfEOt1TH3k .dropdown-item:active {
  background-color: transparent;
}
.cid-sfEOt1TH3k .navbar-expand-lg .navbar-nav .nav-link {
  padding: 0;
}
.cid-sfEOt1TH3k .nav-dropdown .link.dropdown-toggle {
  margin-right: 1.667em;
}
.cid-sfEOt1TH3k .nav-dropdown .link.dropdown-toggle[aria-expanded="true"] {
  margin-right: 0;
  padding: 0.667em 1.667em;
}
.cid-sfEOt1TH3k .navbar.navbar-expand-lg .dropdown .dropdown-menu {
  background: #ffffff;
}
.cid-sfEOt1TH3k .navbar.navbar-expand-lg .dropdown .dropdown-menu .dropdown-submenu {
  margin: 0;
  left: 100%;
}
.cid-sfEOt1TH3k .navbar .dropdown.open > .dropdown-menu {
  display: block;
}
.cid-sfEOt1TH3k ul.navbar-nav {
  flex-wrap: wrap;
}
.cid-sfEOt1TH3k .navbar-buttons {
  text-align: center;
  min-width: 170px;
}
.cid-sfEOt1TH3k button.navbar-toggler {
  outline: none;
  width: 31px;
  height: 20px;
  cursor: pointer;
  transition: all 0.2s;
  position: relative;
  align-self: center;
}
.cid-sfEOt1TH3k button.navbar-toggler .hamburger span {
  position: absolute;
  right: 0;
  width: 30px;
  height: 2px;
  border-right: 5px;
  background-color: #000000;
}
.cid-sfEOt1TH3k button.navbar-toggler .hamburger span:nth-child(1) {
  top: 0;
  transition: all 0.2s;
}
.cid-sfEOt1TH3k button.navbar-toggler .hamburger span:nth-child(2) {
  top: 8px;
  transition: all 0.15s;
}
.cid-sfEOt1TH3k button.navbar-toggler .hamburger span:nth-child(3) {
  top: 8px;
  transition: all 0.15s;
}
.cid-sfEOt1TH3k button.navbar-toggler .hamburger span:nth-child(4) {
  top: 16px;
  transition: all 0.2s;
}
.cid-sfEOt1TH3k nav.opened .hamburger span:nth-child(1) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-sfEOt1TH3k nav.opened .hamburger span:nth-child(2) {
  transform: rotate(45deg);
  transition: all 0.25s;
}
.cid-sfEOt1TH3k nav.opened .hamburger span:nth-child(3) {
  transform: rotate(-45deg);
  transition: all 0.25s;
}
.cid-sfEOt1TH3k nav.opened .hamburger span:nth-child(4) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-sfEOt1TH3k .navbar-dropdown {
  padding: 0 1rem;
  position: fixed;
}
.cid-sfEOt1TH3k a.nav-link {
  display: flex;
  align-items: center;
  justify-content: center;
}
.cid-sfEOt1TH3k .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-sfEOt1TH3k .navbar {
    height: 70px;
  }
  .cid-sfEOt1TH3k .navbar.opened {
    height: auto;
  }
  .cid-sfEOt1TH3k .nav-item .nav-link:hover::before {
    width: 175%;
    max-width: calc(100% + 2rem);
    left: -1rem;
  }
}
.cid-sfEOt2FSOt {
  padding-top: 0px;
  padding-bottom: 0px;
  background-color: #efeeee;
}
.cid-sfEOt2FSOt img {
  width: 100%;
  height: 100%;
  transition: 5s;
  object-fit: cover;
  margin: auto;
}
.cid-sfEOt2FSOt img:hover {
  transform: scale(1.1);
}
.cid-sfEOt2FSOt .img-col {
  padding: 0;
  overflow: hidden;
  text-align: center;
  justify-content: center;
  position: relative;
}
.cid-sfEOt2FSOt h2 {
  padding: 0;
  margin: 0;
}
.cid-sfEOt2FSOt .title-wrap {
  display: flex;
  align-items: center;
  justify-content: center;
}
.cid-sfEOt2FSOt .text-col {
  max-width: 650px;
  margin: auto;
  padding: 6rem 6rem;
}
.cid-sfEOt2FSOt .mbr-section-btn {
  position: absolute;
  bottom: 0;
  right: 0;
}
.cid-sfEOt2FSOt .mbr-section-btn .btn {
  margin: 0rem!important;
  min-width: 400px;
  justify-content: space-between;
}
.cid-sfEOt2FSOt .mbr-section-btn .btn .mbr-iconfont {
  order: 2;
}
.cid-sfEOt2FSOt .number {
  border-top: 2px solid currentColor;
  padding-top: 0.6rem;
  margin-right: 3rem;
  margin-bottom: 0;
  margin-top: 0.5rem;
}
@media (max-width: 992px) {
  .cid-sfEOt2FSOt .text-col {
    padding: 4rem 4rem;
  }
}
@media (max-width: 767px) {
  .cid-sfEOt2FSOt .btn {
    min-width: 200px!important;
    padding: 0.6rem 0.8rem!important;
  }
  .cid-sfEOt2FSOt .text-col {
    padding: 2rem 1rem;
  }
}
.cid-sfEOt2FSOt H2 {
  color: #333333;
}
.cid-sfEOt2FSOt .mbr-text {
  color: #767676;
}
.cid-sfEOt3aUgz {
  padding-top: 0px;
  padding-bottom: 0px;
  background-color: #efeeee;
}
.cid-sfEOt3aUgz img {
  width: 100%;
  height: 100%;
  transition: 5s;
  object-fit: cover;
  margin: auto;
}
.cid-sfEOt3aUgz img:hover {
  transform: scale(1.1);
}
.cid-sfEOt3aUgz .img-col {
  padding: 0;
  overflow: hidden;
  text-align: center;
  justify-content: center;
  position: relative;
}
.cid-sfEOt3aUgz h2 {
  padding: 0;
  margin: 0;
}
.cid-sfEOt3aUgz .title-wrap {
  display: flex;
  align-items: center;
  justify-content: center;
}
.cid-sfEOt3aUgz .text-col {
  max-width: 650px;
  margin: auto;
  padding: 6rem 6rem;
}
.cid-sfEOt3aUgz .mbr-section-btn {
  position: absolute;
  bottom: 0;
  left: 0;
}
.cid-sfEOt3aUgz .mbr-section-btn .btn {
  margin: 0rem!important;
  min-width: 400px;
  justify-content: space-between;
}
.cid-sfEOt3aUgz .mbr-section-btn .btn .mbr-iconfont {
  order: 2;
}
.cid-sfEOt3aUgz .number {
  border-top: 2px solid currentColor;
  padding-top: 0.6rem;
  margin-right: 3rem;
  margin-bottom: 0;
  margin-top: 0.5rem;
}
@media (max-width: 992px) {
  .cid-sfEOt3aUgz .text-col {
    padding: 4rem 4rem;
  }
}
@media (max-width: 767px) {
  .cid-sfEOt3aUgz .btn {
    min-width: 200px!important;
    padding: 0.6rem 0.8rem!important;
  }
  .cid-sfEOt3aUgz .text-col {
    padding: 2rem 1rem;
  }
}
.cid-sfEOt3aUgz H2 {
  color: #333333;
}
.cid-sfEOt3aUgz .mbr-text {
  color: #767676;
}
.cid-sfFjqoxR13 {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-color: #767676;
}
.cid-sfFjqoxR13 .mbr-text {
  color: #fafafa;
}
.cid-sfFjqoxR13 .mbr-section-subtitle {
  color: #fafafa;
}
.cid-sfEOt3xhth {
  padding-top: 0px;
  padding-bottom: 0px;
  background-color: #efeeee;
}
.cid-sfEOt3xhth img {
  width: 100%;
  height: 100%;
  transition: 5s;
  object-fit: cover;
  margin: auto;
}
.cid-sfEOt3xhth img:hover {
  transform: scale(1.1);
}
.cid-sfEOt3xhth .img-col {
  padding: 0;
  overflow: hidden;
  text-align: center;
  justify-content: center;
  position: relative;
}
.cid-sfEOt3xhth h2 {
  padding: 0;
  margin: 0;
}
.cid-sfEOt3xhth .title-wrap {
  display: flex;
  align-items: center;
  justify-content: center;
}
.cid-sfEOt3xhth .text-col {
  max-width: 650px;
  margin: auto;
  padding: 6rem 6rem;
}
.cid-sfEOt3xhth .mbr-section-btn {
  position: absolute;
  bottom: 0;
  right: 0;
}
.cid-sfEOt3xhth .mbr-section-btn .btn {
  margin: 0rem!important;
  min-width: 400px;
  justify-content: space-between;
}
.cid-sfEOt3xhth .mbr-section-btn .btn .mbr-iconfont {
  order: 2;
}
.cid-sfEOt3xhth .number {
  border-top: 2px solid currentColor;
  padding-top: 0.6rem;
  margin-right: 3rem;
  margin-bottom: 0;
  margin-top: 0.5rem;
}
@media (max-width: 992px) {
  .cid-sfEOt3xhth .text-col {
    padding: 4rem 4rem;
  }
}
@media (max-width: 767px) {
  .cid-sfEOt3xhth .btn {
    min-width: 200px!important;
    padding: 0.6rem 0.8rem!important;
  }
  .cid-sfEOt3xhth .text-col {
    padding: 2rem 1rem;
  }
}
.cid-sfEOt3xhth H2 {
  color: #333333;
}
.cid-sfEOt3xhth .mbr-text {
  color: #767676;
}
.cid-sfFkkg1tlD {
  padding-top: 0px;
  padding-bottom: 0px;
  background-color: #efeeee;
}
.cid-sfFkkg1tlD img {
  width: 100%;
  height: 100%;
  transition: 5s;
  object-fit: cover;
  margin: auto;
}
.cid-sfFkkg1tlD img:hover {
  transform: scale(1.1);
}
.cid-sfFkkg1tlD .img-col {
  padding: 0;
  overflow: hidden;
  text-align: center;
  justify-content: center;
  position: relative;
}
.cid-sfFkkg1tlD h2 {
  padding: 0;
  margin: 0;
}
.cid-sfFkkg1tlD .title-wrap {
  display: flex;
  align-items: center;
  justify-content: center;
}
.cid-sfFkkg1tlD .text-col {
  max-width: 650px;
  margin: auto;
  padding: 6rem 6rem;
}
.cid-sfFkkg1tlD .mbr-section-btn {
  position: absolute;
  bottom: 0;
  left: 0;
}
.cid-sfFkkg1tlD .mbr-section-btn .btn {
  margin: 0rem!important;
  min-width: 400px;
  justify-content: space-between;
}
.cid-sfFkkg1tlD .mbr-section-btn .btn .mbr-iconfont {
  order: 2;
}
.cid-sfFkkg1tlD .number {
  border-top: 2px solid currentColor;
  padding-top: 0.6rem;
  margin-right: 3rem;
  margin-bottom: 0;
  margin-top: 0.5rem;
}
@media (max-width: 992px) {
  .cid-sfFkkg1tlD .text-col {
    padding: 4rem 4rem;
  }
}
@media (max-width: 767px) {
  .cid-sfFkkg1tlD .btn {
    min-width: 200px!important;
    padding: 0.6rem 0.8rem!important;
  }
  .cid-sfFkkg1tlD .text-col {
    padding: 2rem 1rem;
  }
}
.cid-sfFkkg1tlD H2 {
  color: #333333;
}
.cid-sfFkkg1tlD .mbr-text {
  color: #767676;
}
.cid-sfKUqcx7bp {
  padding-top: 2rem;
  padding-bottom: 0rem;
  background-color: #fafafa;
}
.cid-sfKUqcx7bp .mbr-section-title {
  color: #353535;
}
.cid-sfKUqcx7bp .mbr-section-subtitle {
  color: #767676;
}
.cid-sfKUqKaFm1 {
  padding-top: 45px;
  padding-bottom: 45px;
  background-color: #fafafa;
}
.cid-sfKUqKaFm1 .card-icon {
  font-size: 56px;
  color: #ffffff;
  transition: color 0.3s;
}
.cid-sfKUqKaFm1 .card-title {
  font-weight: 600;
  letter-spacing: 1px;
}
.cid-sfKUqKaFm1 .card {
  margin: 0!important;
  padding: 0!important;
  border-radius: 0;
}
.cid-sfKUqKaFm1 p {
  font-weight: 400;
}
.cid-sfKUqKaFm1 .link-ico {
  font-size: 0.8rem;
  color: #ffffff;
  border: 2px solid #ffffff;
  border-radius: 100%;
  padding: 0.5rem 0;
  font-weight: 900;
  padding-left: 9px;
  padding-right: 7px;
  transition: all 0.3s;
}
.cid-sfKUqKaFm1 .link-ico:hover {
  background-color: #ffffff;
  border-color: #ffffff;
  color: gray!important;
}
.cid-sfKUqKaFm1 .line {
  width: 35px;
  height: 3px;
  display: inline-block;
  background: #ffffff;
  margin-bottom: 1.5rem;
  transition: background 0.3s;
}
.cid-sfKUqKaFm1 .bg1 {
  background: #bbbbbb;
}
.cid-sfKUqKaFm1 .bg2 {
  background: #767676;
}
.cid-sfKUqKaFm1 .bg3 {
  background: #353535;
}
.cid-sfKUqKaFm1 .bg4 {
  background: #149dcc;
}
.cid-sfKUqKaFm1 .card-wrapper {
  padding: 4rem 2rem;
  transition: background 0.3s;
}
.cid-sfKUqKaFm1 .card-wrapper:hover .link-ico {
  background-color: #ffffff;
  border-color: #ffffff;
  color: gray!important;
}
.cid-sfKUqKaFm1 .col-lg-x {
  -ms-flex: 0 0 20%;
  flex: 0 0 20%;
  max-width: 20%;
}
.cid-sfKUqKaFm1 .card-title,
.cid-sfKUqKaFm1 .card-ico,
.cid-sfKUqKaFm1 .line-wrap {
  text-align: center;
  color: #ffffff;
}
.cid-sfKUqKaFm1 .mbr-text,
.cid-sfKUqKaFm1 .card-link {
  text-align: center;
  color: #ffffff;
}
@media (max-width: 767px) {
  .cid-sfKUqKaFm1 .row {
    padding: 0 1rem;
  }
}
.cid-sfEOt3RhoH {
  padding-top: 45px;
  padding-bottom: 45px;
  background-color: #ffffff;
}
.cid-sfEOt3RhoH .listico {
  padding-right: 1rem;
  color: #656565;
  font-size: 0.9rem;
}
.cid-sfEOt3RhoH .navbar-logo {
  width: 80px;
  margin-bottom: 10px;
}
.cid-sfEOt3RhoH .navbar-brand {
  width: 100%;
  margin: 0;
}
.cid-sfEOt3RhoH .mbr-text {
  color: #444;
}
.cid-sfEOt3RhoH h5 {
  margin-bottom: 0;
}
.cid-sfEOt3RhoH .list-item {
  display: flex;
  padding-top: 10px;
  padding-bottom: 10px;
  -webkit-align-items: center;
  align-items: center;
}
.cid-sfEOt3RhoH .socicon {
  color: #9e9e9e;
  font-size: 2rem;
}
.cid-sfEOt3RhoH .social-list {
  padding-left: 0;
  margin-bottom: 0;
  list-style: none;
}
.cid-sfEOt3RhoH .social-list .soc-item {
  margin: 0 .5rem;
  display: inline-block;
}
.cid-sfEOt3RhoH .social-list a {
  margin: 0;
  -webkit-transition: .2s linear;
  transition: .2s linear;
}
.cid-sfEOt3RhoH .social-list a:hover {
  opacity: .4;
}
.cid-sfEOt3RhoH .media-container-row > div {
  padding: 0px;
}
.cid-sfEOt3RhoH .text2 {
  color: #9e9e9e;
  text-align: left;
}
.cid-sfEOt3RhoH .group-title {
  text-align: left;
}
.cid-sfEOt3RhoH .group-title SPAN {
  color: #656565;
}
.cid-sfEOt3RhoH .links {
  color: #9e9e9e;
}
@media (max-width: 991px) {
  .cid-sfEOt3RhoH .col-sm-12 {
    margin-bottom: 2rem;
  }
  .cid-sfEOt3RhoH h3 {
    margin-bottom: 10px;
  }
}
.cid-sfEOt3RhoH .links SPAN {
  color: #9e9e9e;
}
.cid-sfKLlWanat {
  z-index: 1000;
  width: 100%;
  position: relative;
  min-height: 60px;
}
.cid-sfKLlWanat nav.navbar {
  position: fixed;
}
.cid-sfKLlWanat .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-sfKLlWanat .dropdown-menu {
  padding: 0;
  border-radius: 4px;
  box-shadow: 0 1px 3px 0 rgba(0, 0, 0, 0.1);
}
.cid-sfKLlWanat .dropdown-item {
  border-bottom: 1px solid #e6e6e6;
}
.cid-sfKLlWanat .dropdown-item:hover,
.cid-sfKLlWanat .dropdown-item:focus {
  background: #bbbbbb !important;
  color: white !important;
}
.cid-sfKLlWanat .dropdown-item:first-child {
  border-top-left-radius: 4px;
  border-top-right-radius: 4px;
}
.cid-sfKLlWanat .dropdown-item:last-child {
  border-bottom: none;
  border-bottom-left-radius: 4px;
  border-bottom-right-radius: 4px;
}
.cid-sfKLlWanat .nav-dropdown .link {
  padding: 0 0.3em !important;
  margin: 0.667em 1em !important;
}
.cid-sfKLlWanat .nav-dropdown .link.dropdown-toggle::after {
  margin-left: 0.5rem;
  margin-top: 0.2rem;
}
.cid-sfKLlWanat .nav-link {
  position: relative;
}
.cid-sfKLlWanat .container {
  display: flex;
  margin: auto;
}
.cid-sfKLlWanat .iconfont-wrapper {
  color: #000000 !important;
  font-size: 1.5rem;
  padding-right: 0.5rem;
}
.cid-sfKLlWanat .dropdown-menu,
.cid-sfKLlWanat .navbar.opened {
  background: #ffffff !important;
}
.cid-sfKLlWanat .nav-item:focus,
.cid-sfKLlWanat .nav-link:focus {
  outline: none;
}
.cid-sfKLlWanat .dropdown .dropdown-menu .dropdown-item {
  width: auto;
  transition: all 0.25s ease-in-out;
}
.cid-sfKLlWanat .dropdown .dropdown-menu .dropdown-item::after {
  right: 0.5rem;
}
.cid-sfKLlWanat .dropdown .dropdown-menu .dropdown-item .mbr-iconfont {
  margin-right: 0.5rem;
  vertical-align: sub;
}
.cid-sfKLlWanat .dropdown .dropdown-menu .dropdown-item .mbr-iconfont:before {
  display: inline-block;
  transform: scale(1, 1);
  transition: all 0.25s ease-in-out;
}
.cid-sfKLlWanat .collapsed .dropdown-menu .dropdown-item:before {
  display: none;
}
.cid-sfKLlWanat .collapsed .dropdown .dropdown-menu .dropdown-item {
  padding: 0.235em 1.5em 0.235em 1.5em !important;
  transition: none;
  margin: 0 !important;
}
.cid-sfKLlWanat .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-sfKLlWanat .navbar.opened {
  transition: all 0.3s;
}
.cid-sfKLlWanat .navbar .dropdown-item {
  padding: 0.5rem 1.8rem;
}
.cid-sfKLlWanat .navbar .navbar-logo img {
  width: auto;
}
.cid-sfKLlWanat .navbar .navbar-collapse {
  justify-content: flex-end;
  z-index: 1;
}
.cid-sfKLlWanat .navbar.collapsed {
  justify-content: center;
}
.cid-sfKLlWanat .navbar.collapsed .nav-item .nav-link::before {
  display: none;
}
.cid-sfKLlWanat .navbar.collapsed.opened .dropdown-menu {
  top: 0;
}
@media (min-width: 992px) {
  .cid-sfKLlWanat .navbar.collapsed.opened:not(.navbar-short) .navbar-collapse {
    max-height: calc(98.5vh - 3rem);
  }
}
.cid-sfKLlWanat .navbar.collapsed .dropdown-menu .dropdown-submenu {
  left: 0 !important;
}
.cid-sfKLlWanat .navbar.collapsed .dropdown-menu .dropdown-item:after {
  right: auto;
}
.cid-sfKLlWanat .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-sfKLlWanat .navbar.collapsed ul.navbar-nav li {
  margin: auto;
}
.cid-sfKLlWanat .navbar.collapsed .dropdown-menu .dropdown-item {
  padding: 0.25rem 1.5rem;
  text-align: center;
}
.cid-sfKLlWanat .navbar.collapsed .icons-menu {
  padding-left: 0;
  padding-right: 0;
  padding-top: 0.5rem;
  padding-bottom: 0.5rem;
}
@media (max-width: 991px) {
  .cid-sfKLlWanat .navbar .nav-item .nav-link::before {
    display: none;
  }
  .cid-sfKLlWanat .navbar.opened .dropdown-menu {
    top: 0;
  }
  .cid-sfKLlWanat .navbar .dropdown-menu .dropdown-submenu {
    left: 0 !important;
  }
  .cid-sfKLlWanat .navbar .dropdown-menu .dropdown-item:after {
    right: auto;
  }
  .cid-sfKLlWanat .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-sfKLlWanat .navbar .navbar-logo img {
    height: 3rem !important;
  }
  .cid-sfKLlWanat .navbar ul.navbar-nav li {
    margin: auto;
  }
  .cid-sfKLlWanat .navbar .dropdown-menu .dropdown-item {
    padding: 0.25rem 1.5rem !important;
    text-align: center;
  }
  .cid-sfKLlWanat .navbar .navbar-brand {
    flex-shrink: initial;
    flex-basis: auto;
    word-break: break-word;
    padding-right: 2rem;
  }
  .cid-sfKLlWanat .navbar .navbar-toggler {
    flex-basis: auto;
  }
  .cid-sfKLlWanat .navbar .icons-menu {
    padding-left: 0;
    padding-top: 0.5rem;
    padding-bottom: 0.5rem;
  }
}
.cid-sfKLlWanat .navbar.navbar-short {
  min-height: 60px;
}
.cid-sfKLlWanat .navbar.navbar-short .navbar-logo img {
  height: 2.5rem !important;
}
.cid-sfKLlWanat .navbar.navbar-short .navbar-brand {
  min-height: 60px;
  padding: 0;
}
.cid-sfKLlWanat .navbar-brand {
  min-height: 70px;
  flex-shrink: 0;
  align-items: center;
  margin-right: 0;
  padding: 0;
  transition: all 0.3s;
  word-break: break-word;
  z-index: 1;
}
.cid-sfKLlWanat .navbar-brand .navbar-caption {
  line-height: inherit !important;
}
.cid-sfKLlWanat .navbar-brand .navbar-logo a {
  outline: none;
}
.cid-sfKLlWanat .dropdown-item.active,
.cid-sfKLlWanat .dropdown-item:active {
  background-color: transparent;
}
.cid-sfKLlWanat .navbar-expand-lg .navbar-nav .nav-link {
  padding: 0;
}
.cid-sfKLlWanat .nav-dropdown .link.dropdown-toggle {
  margin-right: 1.667em;
}
.cid-sfKLlWanat .nav-dropdown .link.dropdown-toggle[aria-expanded="true"] {
  margin-right: 0;
  padding: 0.667em 1.667em;
}
.cid-sfKLlWanat .navbar.navbar-expand-lg .dropdown .dropdown-menu {
  background: #ffffff;
}
.cid-sfKLlWanat .navbar.navbar-expand-lg .dropdown .dropdown-menu .dropdown-submenu {
  margin: 0;
  left: 100%;
}
.cid-sfKLlWanat .navbar .dropdown.open > .dropdown-menu {
  display: block;
}
.cid-sfKLlWanat ul.navbar-nav {
  flex-wrap: wrap;
}
.cid-sfKLlWanat .navbar-buttons {
  text-align: center;
  min-width: 170px;
}
.cid-sfKLlWanat button.navbar-toggler {
  outline: none;
  width: 31px;
  height: 20px;
  cursor: pointer;
  transition: all 0.2s;
  position: relative;
  align-self: center;
}
.cid-sfKLlWanat button.navbar-toggler .hamburger span {
  position: absolute;
  right: 0;
  width: 30px;
  height: 2px;
  border-right: 5px;
  background-color: #000000;
}
.cid-sfKLlWanat button.navbar-toggler .hamburger span:nth-child(1) {
  top: 0;
  transition: all 0.2s;
}
.cid-sfKLlWanat button.navbar-toggler .hamburger span:nth-child(2) {
  top: 8px;
  transition: all 0.15s;
}
.cid-sfKLlWanat button.navbar-toggler .hamburger span:nth-child(3) {
  top: 8px;
  transition: all 0.15s;
}
.cid-sfKLlWanat button.navbar-toggler .hamburger span:nth-child(4) {
  top: 16px;
  transition: all 0.2s;
}
.cid-sfKLlWanat nav.opened .hamburger span:nth-child(1) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-sfKLlWanat nav.opened .hamburger span:nth-child(2) {
  transform: rotate(45deg);
  transition: all 0.25s;
}
.cid-sfKLlWanat nav.opened .hamburger span:nth-child(3) {
  transform: rotate(-45deg);
  transition: all 0.25s;
}
.cid-sfKLlWanat nav.opened .hamburger span:nth-child(4) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-sfKLlWanat .navbar-dropdown {
  padding: 0 1rem;
  position: fixed;
}
.cid-sfKLlWanat a.nav-link {
  display: flex;
  align-items: center;
  justify-content: center;
}
.cid-sfKLlWanat .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-sfKLlWanat .navbar {
    height: 70px;
  }
  .cid-sfKLlWanat .navbar.opened {
    height: auto;
  }
  .cid-sfKLlWanat .nav-item .nav-link:hover::before {
    width: 175%;
    max-width: calc(100% + 2rem);
    left: -1rem;
  }
}
.cid-sfKLlXllQ6 {
  padding-top: 75px;
  padding-bottom: 75px;
  background: linear-gradient(45deg, #fafafa, #353535);
}
.cid-sfKLlXllQ6 .carousel-item {
  -webkit-justify-content: center;
  justify-content: center;
}
.cid-sfKLlXllQ6 .carousel-item.active,
.cid-sfKLlXllQ6 .carousel-item-next,
.cid-sfKLlXllQ6 .carousel-item-prev {
  display: flex;
}
.cid-sfKLlXllQ6 .carousel-controls a {
  transition: opacity .5s;
  font-size: 2rem;
  width: 20%;
}
.cid-sfKLlXllQ6 .carousel-controls a span {
  position: absolute;
  top: 45%;
  font-size: 1.2rem;
  padding: 15px;
  border-radius: 50%;
  color: #000000;
  background: #fafafa;
  opacity: .9;
}
.cid-sfKLlXllQ6 .carousel-controls a:hover span {
  opacity: 1;
}
.cid-sfKLlXllQ6 .user_image {
  width: 100px;
  height: 100px;
  margin-bottom: 1.6rem;
  overflow: hidden;
  border-radius: 50%;
  background: #ffffff;
  margin: 1rem auto 1rem auto;
  display: flex;
}
.cid-sfKLlXllQ6 .user_image img {
  width: 100%;
  min-width: 100%;
  min-height: 100%;
}
.cid-sfKLlXllQ6 .mbr-iconfont {
  font-size: 3rem;
  position: absolute;
  opacity: 0.3;
  color: #f4f8fa;
}
.cid-sfKLlXllQ6 .mbr-iconfont.left-top {
  top: 0;
  left: 0;
}
.cid-sfKLlXllQ6 .mbr-iconfont.right-bottom {
  bottom: 1rem;
  right: 0;
}
.cid-sfKLlXllQ6 .user_text {
  position: relative;
  color: #353535;
}
@media (min-width: 768px) {
  .cid-sfKLlXllQ6 .user_text p {
    padding: 1rem 4rem;
  }
}
@media (max-width: 230px) {
  .cid-sfKLlXllQ6 .user_image {
    width: 100%;
    height: auto;
  }
}
.cid-sfKU6XlehW {
  padding-top: 2rem;
  padding-bottom: 0rem;
  background-color: #fafafa;
}
.cid-sfKU6XlehW .mbr-section-title {
  color: #353535;
}
.cid-sfKU6XlehW .mbr-section-subtitle {
  color: #767676;
}
.cid-sfKU7yyLAa {
  padding-top: 45px;
  padding-bottom: 45px;
  background-color: #fafafa;
}
.cid-sfKU7yyLAa .card-icon {
  font-size: 56px;
  color: #ffffff;
  transition: color 0.3s;
}
.cid-sfKU7yyLAa .card-title {
  font-weight: 600;
  letter-spacing: 1px;
}
.cid-sfKU7yyLAa .card {
  margin: 0!important;
  padding: 0!important;
  border-radius: 0;
}
.cid-sfKU7yyLAa p {
  font-weight: 400;
}
.cid-sfKU7yyLAa .link-ico {
  font-size: 0.8rem;
  color: #ffffff;
  border: 2px solid #ffffff;
  border-radius: 100%;
  padding: 0.5rem 0;
  font-weight: 900;
  padding-left: 9px;
  padding-right: 7px;
  transition: all 0.3s;
}
.cid-sfKU7yyLAa .link-ico:hover {
  background-color: #ffffff;
  border-color: #ffffff;
  color: gray!important;
}
.cid-sfKU7yyLAa .line {
  width: 35px;
  height: 3px;
  display: inline-block;
  background: #ffffff;
  margin-bottom: 1.5rem;
  transition: background 0.3s;
}
.cid-sfKU7yyLAa .bg1 {
  background: #bbbbbb;
}
.cid-sfKU7yyLAa .bg2 {
  background: #767676;
}
.cid-sfKU7yyLAa .bg3 {
  background: #353535;
}
.cid-sfKU7yyLAa .bg4 {
  background: #149dcc;
}
.cid-sfKU7yyLAa .card-wrapper {
  padding: 4rem 2rem;
  transition: background 0.3s;
}
.cid-sfKU7yyLAa .card-wrapper:hover .link-ico {
  background-color: #ffffff;
  border-color: #ffffff;
  color: gray!important;
}
.cid-sfKU7yyLAa .col-lg-x {
  -ms-flex: 0 0 20%;
  flex: 0 0 20%;
  max-width: 20%;
}
.cid-sfKU7yyLAa .card-title,
.cid-sfKU7yyLAa .card-ico,
.cid-sfKU7yyLAa .line-wrap {
  text-align: center;
  color: #ffffff;
}
.cid-sfKU7yyLAa .mbr-text,
.cid-sfKU7yyLAa .card-link {
  text-align: center;
  color: #ffffff;
}
@media (max-width: 767px) {
  .cid-sfKU7yyLAa .row {
    padding: 0 1rem;
  }
}
.cid-sfKLlZ8qfi {
  padding-top: 45px;
  padding-bottom: 45px;
  background-color: #ffffff;
}
.cid-sfKLlZ8qfi .listico {
  padding-right: 1rem;
  color: #656565;
  font-size: 0.9rem;
}
.cid-sfKLlZ8qfi .navbar-logo {
  width: 80px;
  margin-bottom: 10px;
}
.cid-sfKLlZ8qfi .navbar-brand {
  width: 100%;
  margin: 0;
}
.cid-sfKLlZ8qfi .mbr-text {
  color: #444;
}
.cid-sfKLlZ8qfi h5 {
  margin-bottom: 0;
}
.cid-sfKLlZ8qfi .list-item {
  display: flex;
  padding-top: 10px;
  padding-bottom: 10px;
  -webkit-align-items: center;
  align-items: center;
}
.cid-sfKLlZ8qfi .socicon {
  color: #9e9e9e;
  font-size: 2rem;
}
.cid-sfKLlZ8qfi .social-list {
  padding-left: 0;
  margin-bottom: 0;
  list-style: none;
}
.cid-sfKLlZ8qfi .social-list .soc-item {
  margin: 0 .5rem;
  display: inline-block;
}
.cid-sfKLlZ8qfi .social-list a {
  margin: 0;
  -webkit-transition: .2s linear;
  transition: .2s linear;
}
.cid-sfKLlZ8qfi .social-list a:hover {
  opacity: .4;
}
.cid-sfKLlZ8qfi .media-container-row > div {
  padding: 0px;
}
.cid-sfKLlZ8qfi .text2 {
  color: #9e9e9e;
  text-align: left;
}
.cid-sfKLlZ8qfi .group-title {
  text-align: left;
}
.cid-sfKLlZ8qfi .group-title SPAN {
  color: #656565;
}
.cid-sfKLlZ8qfi .links {
  color: #9e9e9e;
}
@media (max-width: 991px) {
  .cid-sfKLlZ8qfi .col-sm-12 {
    margin-bottom: 2rem;
  }
  .cid-sfKLlZ8qfi h3 {
    margin-bottom: 10px;
  }
}
.cid-sfKLlZ8qfi .links SPAN {
  color: #9e9e9e;
}
.cid-sfKMpP8EJR {
  z-index: 1000;
  width: 100%;
  position: relative;
  min-height: 60px;
}
.cid-sfKMpP8EJR nav.navbar {
  position: fixed;
}
.cid-sfKMpP8EJR .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-sfKMpP8EJR .dropdown-menu {
  padding: 0;
  border-radius: 4px;
  box-shadow: 0 1px 3px 0 rgba(0, 0, 0, 0.1);
}
.cid-sfKMpP8EJR .dropdown-item {
  border-bottom: 1px solid #e6e6e6;
}
.cid-sfKMpP8EJR .dropdown-item:hover,
.cid-sfKMpP8EJR .dropdown-item:focus {
  background: #bbbbbb !important;
  color: white !important;
}
.cid-sfKMpP8EJR .dropdown-item:first-child {
  border-top-left-radius: 4px;
  border-top-right-radius: 4px;
}
.cid-sfKMpP8EJR .dropdown-item:last-child {
  border-bottom: none;
  border-bottom-left-radius: 4px;
  border-bottom-right-radius: 4px;
}
.cid-sfKMpP8EJR .nav-dropdown .link {
  padding: 0 0.3em !important;
  margin: 0.667em 1em !important;
}
.cid-sfKMpP8EJR .nav-dropdown .link.dropdown-toggle::after {
  margin-left: 0.5rem;
  margin-top: 0.2rem;
}
.cid-sfKMpP8EJR .nav-link {
  position: relative;
}
.cid-sfKMpP8EJR .container {
  display: flex;
  margin: auto;
}
.cid-sfKMpP8EJR .iconfont-wrapper {
  color: #000000 !important;
  font-size: 1.5rem;
  padding-right: 0.5rem;
}
.cid-sfKMpP8EJR .dropdown-menu,
.cid-sfKMpP8EJR .navbar.opened {
  background: #ffffff !important;
}
.cid-sfKMpP8EJR .nav-item:focus,
.cid-sfKMpP8EJR .nav-link:focus {
  outline: none;
}
.cid-sfKMpP8EJR .dropdown .dropdown-menu .dropdown-item {
  width: auto;
  transition: all 0.25s ease-in-out;
}
.cid-sfKMpP8EJR .dropdown .dropdown-menu .dropdown-item::after {
  right: 0.5rem;
}
.cid-sfKMpP8EJR .dropdown .dropdown-menu .dropdown-item .mbr-iconfont {
  margin-right: 0.5rem;
  vertical-align: sub;
}
.cid-sfKMpP8EJR .dropdown .dropdown-menu .dropdown-item .mbr-iconfont:before {
  display: inline-block;
  transform: scale(1, 1);
  transition: all 0.25s ease-in-out;
}
.cid-sfKMpP8EJR .collapsed .dropdown-menu .dropdown-item:before {
  display: none;
}
.cid-sfKMpP8EJR .collapsed .dropdown .dropdown-menu .dropdown-item {
  padding: 0.235em 1.5em 0.235em 1.5em !important;
  transition: none;
  margin: 0 !important;
}
.cid-sfKMpP8EJR .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-sfKMpP8EJR .navbar.opened {
  transition: all 0.3s;
}
.cid-sfKMpP8EJR .navbar .dropdown-item {
  padding: 0.5rem 1.8rem;
}
.cid-sfKMpP8EJR .navbar .navbar-logo img {
  width: auto;
}
.cid-sfKMpP8EJR .navbar .navbar-collapse {
  justify-content: flex-end;
  z-index: 1;
}
.cid-sfKMpP8EJR .navbar.collapsed {
  justify-content: center;
}
.cid-sfKMpP8EJR .navbar.collapsed .nav-item .nav-link::before {
  display: none;
}
.cid-sfKMpP8EJR .navbar.collapsed.opened .dropdown-menu {
  top: 0;
}
@media (min-width: 992px) {
  .cid-sfKMpP8EJR .navbar.collapsed.opened:not(.navbar-short) .navbar-collapse {
    max-height: calc(98.5vh - 3rem);
  }
}
.cid-sfKMpP8EJR .navbar.collapsed .dropdown-menu .dropdown-submenu {
  left: 0 !important;
}
.cid-sfKMpP8EJR .navbar.collapsed .dropdown-menu .dropdown-item:after {
  right: auto;
}
.cid-sfKMpP8EJR .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-sfKMpP8EJR .navbar.collapsed ul.navbar-nav li {
  margin: auto;
}
.cid-sfKMpP8EJR .navbar.collapsed .dropdown-menu .dropdown-item {
  padding: 0.25rem 1.5rem;
  text-align: center;
}
.cid-sfKMpP8EJR .navbar.collapsed .icons-menu {
  padding-left: 0;
  padding-right: 0;
  padding-top: 0.5rem;
  padding-bottom: 0.5rem;
}
@media (max-width: 991px) {
  .cid-sfKMpP8EJR .navbar .nav-item .nav-link::before {
    display: none;
  }
  .cid-sfKMpP8EJR .navbar.opened .dropdown-menu {
    top: 0;
  }
  .cid-sfKMpP8EJR .navbar .dropdown-menu .dropdown-submenu {
    left: 0 !important;
  }
  .cid-sfKMpP8EJR .navbar .dropdown-menu .dropdown-item:after {
    right: auto;
  }
  .cid-sfKMpP8EJR .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-sfKMpP8EJR .navbar .navbar-logo img {
    height: 3rem !important;
  }
  .cid-sfKMpP8EJR .navbar ul.navbar-nav li {
    margin: auto;
  }
  .cid-sfKMpP8EJR .navbar .dropdown-menu .dropdown-item {
    padding: 0.25rem 1.5rem !important;
    text-align: center;
  }
  .cid-sfKMpP8EJR .navbar .navbar-brand {
    flex-shrink: initial;
    flex-basis: auto;
    word-break: break-word;
    padding-right: 2rem;
  }
  .cid-sfKMpP8EJR .navbar .navbar-toggler {
    flex-basis: auto;
  }
  .cid-sfKMpP8EJR .navbar .icons-menu {
    padding-left: 0;
    padding-top: 0.5rem;
    padding-bottom: 0.5rem;
  }
}
.cid-sfKMpP8EJR .navbar.navbar-short {
  min-height: 60px;
}
.cid-sfKMpP8EJR .navbar.navbar-short .navbar-logo img {
  height: 2.5rem !important;
}
.cid-sfKMpP8EJR .navbar.navbar-short .navbar-brand {
  min-height: 60px;
  padding: 0;
}
.cid-sfKMpP8EJR .navbar-brand {
  min-height: 70px;
  flex-shrink: 0;
  align-items: center;
  margin-right: 0;
  padding: 0;
  transition: all 0.3s;
  word-break: break-word;
  z-index: 1;
}
.cid-sfKMpP8EJR .navbar-brand .navbar-caption {
  line-height: inherit !important;
}
.cid-sfKMpP8EJR .navbar-brand .navbar-logo a {
  outline: none;
}
.cid-sfKMpP8EJR .dropdown-item.active,
.cid-sfKMpP8EJR .dropdown-item:active {
  background-color: transparent;
}
.cid-sfKMpP8EJR .navbar-expand-lg .navbar-nav .nav-link {
  padding: 0;
}
.cid-sfKMpP8EJR .nav-dropdown .link.dropdown-toggle {
  margin-right: 1.667em;
}
.cid-sfKMpP8EJR .nav-dropdown .link.dropdown-toggle[aria-expanded="true"] {
  margin-right: 0;
  padding: 0.667em 1.667em;
}
.cid-sfKMpP8EJR .navbar.navbar-expand-lg .dropdown .dropdown-menu {
  background: #ffffff;
}
.cid-sfKMpP8EJR .navbar.navbar-expand-lg .dropdown .dropdown-menu .dropdown-submenu {
  margin: 0;
  left: 100%;
}
.cid-sfKMpP8EJR .navbar .dropdown.open > .dropdown-menu {
  display: block;
}
.cid-sfKMpP8EJR ul.navbar-nav {
  flex-wrap: wrap;
}
.cid-sfKMpP8EJR .navbar-buttons {
  text-align: center;
  min-width: 170px;
}
.cid-sfKMpP8EJR button.navbar-toggler {
  outline: none;
  width: 31px;
  height: 20px;
  cursor: pointer;
  transition: all 0.2s;
  position: relative;
  align-self: center;
}
.cid-sfKMpP8EJR button.navbar-toggler .hamburger span {
  position: absolute;
  right: 0;
  width: 30px;
  height: 2px;
  border-right: 5px;
  background-color: #000000;
}
.cid-sfKMpP8EJR button.navbar-toggler .hamburger span:nth-child(1) {
  top: 0;
  transition: all 0.2s;
}
.cid-sfKMpP8EJR button.navbar-toggler .hamburger span:nth-child(2) {
  top: 8px;
  transition: all 0.15s;
}
.cid-sfKMpP8EJR button.navbar-toggler .hamburger span:nth-child(3) {
  top: 8px;
  transition: all 0.15s;
}
.cid-sfKMpP8EJR button.navbar-toggler .hamburger span:nth-child(4) {
  top: 16px;
  transition: all 0.2s;
}
.cid-sfKMpP8EJR nav.opened .hamburger span:nth-child(1) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-sfKMpP8EJR nav.opened .hamburger span:nth-child(2) {
  transform: rotate(45deg);
  transition: all 0.25s;
}
.cid-sfKMpP8EJR nav.opened .hamburger span:nth-child(3) {
  transform: rotate(-45deg);
  transition: all 0.25s;
}
.cid-sfKMpP8EJR nav.opened .hamburger span:nth-child(4) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-sfKMpP8EJR .navbar-dropdown {
  padding: 0 1rem;
  position: fixed;
}
.cid-sfKMpP8EJR a.nav-link {
  display: flex;
  align-items: center;
  justify-content: center;
}
.cid-sfKMpP8EJR .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-sfKMpP8EJR .navbar {
    height: 70px;
  }
  .cid-sfKMpP8EJR .navbar.opened {
    height: auto;
  }
  .cid-sfKMpP8EJR .nav-item .nav-link:hover::before {
    width: 175%;
    max-width: calc(100% + 2rem);
    left: -1rem;
  }
}
.cid-sfKMpPK3aB {
  padding-top: 60px;
  padding-bottom: 60px;
  background-color: #ffffff;
}
.cid-sfKMpPK3aB a:not([href]):not([tabindex]) {
  color: #fff;
  border-radius: 3px;
}
.cid-sfKMpPK3aB a.btn-white:not([href]):not([tabindex]) {
  color: #333;
}
.cid-sfKMpPK3aB .form-group {
  -webkit-flex-grow: 1;
  flex-grow: 1;
  max-width: 100%;
}
.cid-sfKMpPK3aB .input-group-btn .btn {
  border-radius: 0px !important;
}
.cid-sfKMpPK3aB .form-control {
  background: none;
  border-radius: 0px;
}
.cid-sfKMpPK3aB textarea.form-control {
  min-height: 214.5px;
}
.cid-sfKMpPK3aB .ico-box {
  display: flex;
  -webkit-align-items: center;
  align-items: center;
  height: 50px;
  margin-bottom: 2.5rem;
}
.cid-sfKMpPK3aB h4,
.cid-sfKMpPK3aB p {
  margin: 0;
}
.cid-sfKMpPK3aB h2 {
  color: #333;
  margin-bottom: 2rem;
}
.cid-sfKMpPK3aB h3 {
  color: #767676;
  line-height: 1.8;
  margin-bottom: 2rem;
}
.cid-sfKMpPK3aB .icon {
  color: #656565;
  font-size: 3rem;
}
@media (max-width: 991px) {
  .cid-sfKMpPK3aB h2 {
    text-align: center;
  }
  .cid-sfKMpPK3aB h3 {
    text-align: center;
  }
  .cid-sfKMpPK3aB .input-group-btn {
    text-align: center;
  }
  .cid-sfKMpPK3aB .social-list {
    text-align: center;
  }
  .cid-sfKMpPK3aB .order-2 {
    margin-top: 2.5rem;
  }
}
.cid-sfKMpPK3aB H2 {
  color: #656565;
}
.cid-sfKMpPK3aB .content {
  text-align: left;
  color: #656565;
}
.cid-sfKMpPK3aB .type {
  text-align: left;
  padding-bottom: 8px;
  color: #232323;
}
.cid-sfKMpPK3aB .title1 {
  text-align: left;
}
.cid-sfKMpPK3aB .mbr-section-subtitle {
  text-align: left;
  color: #656565;
}
.cid-sfKMpPK3aB .title2 {
  color: #656565;
}
.cid-sfKTXNrEds {
  padding-top: 0rem;
  padding-bottom: 0rem;
  background-color: #fafafa;
}
.cid-sfKTXNrEds .mbr-section-title {
  color: #353535;
}
.cid-sfKTXNrEds .mbr-section-subtitle {
  color: #767676;
}
.cid-sfKTUAREhk {
  padding-top: 0px;
  padding-bottom: 45px;
  background-color: #fafafa;
}
.cid-sfKTUAREhk .card-icon {
  font-size: 56px;
  color: #ffffff;
  transition: color 0.3s;
}
.cid-sfKTUAREhk .card-title {
  font-weight: 600;
  letter-spacing: 1px;
}
.cid-sfKTUAREhk .card {
  margin: 0!important;
  padding: 0!important;
  border-radius: 0;
}
.cid-sfKTUAREhk p {
  font-weight: 400;
}
.cid-sfKTUAREhk .link-ico {
  font-size: 0.8rem;
  color: #ffffff;
  border: 2px solid #ffffff;
  border-radius: 100%;
  padding: 0.5rem 0;
  font-weight: 900;
  padding-left: 9px;
  padding-right: 7px;
  transition: all 0.3s;
}
.cid-sfKTUAREhk .link-ico:hover {
  background-color: #ffffff;
  border-color: #ffffff;
  color: gray!important;
}
.cid-sfKTUAREhk .line {
  width: 35px;
  height: 3px;
  display: inline-block;
  background: #ffffff;
  margin-bottom: 1.5rem;
  transition: background 0.3s;
}
.cid-sfKTUAREhk .bg1 {
  background: #bbbbbb;
}
.cid-sfKTUAREhk .bg2 {
  background: #767676;
}
.cid-sfKTUAREhk .bg3 {
  background: #353535;
}
.cid-sfKTUAREhk .bg4 {
  background: #149dcc;
}
.cid-sfKTUAREhk .card-wrapper {
  padding: 4rem 2rem;
  transition: background 0.3s;
}
.cid-sfKTUAREhk .card-wrapper:hover .link-ico {
  background-color: #ffffff;
  border-color: #ffffff;
  color: gray!important;
}
.cid-sfKTUAREhk .col-lg-x {
  -ms-flex: 0 0 20%;
  flex: 0 0 20%;
  max-width: 20%;
}
.cid-sfKTUAREhk .card-title,
.cid-sfKTUAREhk .card-ico,
.cid-sfKTUAREhk .line-wrap {
  text-align: center;
  color: #ffffff;
}
.cid-sfKTUAREhk .mbr-text,
.cid-sfKTUAREhk .card-link {
  text-align: center;
  color: #ffffff;
}
@media (max-width: 767px) {
  .cid-sfKTUAREhk .row {
    padding: 0 1rem;
  }
}
.cid-sfKMpQl22k {
  padding-top: 90px;
  padding-bottom: 90px;
  background-image: url("../../../assets/images/whatsapp-image-2020-11-03-at-13.24.15-6-1600x1200.jpg");
}
.cid-sfKMpQl22k .row {
  -webkit-justify-content: flex-end;
  justify-content: flex-end;
  -webkit-align-items: stretch;
  align-items: stretch;
}
.cid-sfKMpQl22k .content-panel {
  padding: 3rem;
  background-color: #232323;
}
@media (min-width: 767px) {
  .cid-sfKMpQl22k .text-block {
    padding-right: 0;
    padding-left: 0;
  }
}
.cid-sfKMpQl22k .google-map {
  width: 100%;
  height: 30rem;
  -webkit-filter: grayscale(100%);
  -moz-filter: grayscale(100%);
  -ms-filter: grayscale(100%);
  -o-filter: grayscale(100%);
  filter: gray;
}
.cid-sfKMpQl22k .google-map iframe {
  width: inherit;
  height: 100%;
}
.cid-sfKMpQl22k .google-map iframe .place-card {
  margin-left: 40px !important;
}
.cid-sfKMpQl22k .google-map .place-card {
  margin-left: 40px !important;
}
.cid-sfKMpR3x7J {
  padding-top: 45px;
  padding-bottom: 45px;
  background-color: #ffffff;
}
.cid-sfKMpR3x7J .listico {
  padding-right: 1rem;
  color: #656565;
  font-size: 0.9rem;
}
.cid-sfKMpR3x7J .navbar-logo {
  width: 80px;
  margin-bottom: 10px;
}
.cid-sfKMpR3x7J .navbar-brand {
  width: 100%;
  margin: 0;
}
.cid-sfKMpR3x7J .mbr-text {
  color: #444;
}
.cid-sfKMpR3x7J h5 {
  margin-bottom: 0;
}
.cid-sfKMpR3x7J .list-item {
  display: flex;
  padding-top: 10px;
  padding-bottom: 10px;
  -webkit-align-items: center;
  align-items: center;
}
.cid-sfKMpR3x7J .socicon {
  color: #9e9e9e;
  font-size: 2rem;
}
.cid-sfKMpR3x7J .social-list {
  padding-left: 0;
  margin-bottom: 0;
  list-style: none;
}
.cid-sfKMpR3x7J .social-list .soc-item {
  margin: 0 .5rem;
  display: inline-block;
}
.cid-sfKMpR3x7J .social-list a {
  margin: 0;
  -webkit-transition: .2s linear;
  transition: .2s linear;
}
.cid-sfKMpR3x7J .social-list a:hover {
  opacity: .4;
}
.cid-sfKMpR3x7J .media-container-row > div {
  padding: 0px;
}
.cid-sfKMpR3x7J .text2 {
  color: #9e9e9e;
  text-align: left;
}
.cid-sfKMpR3x7J .group-title {
  text-align: left;
}
.cid-sfKMpR3x7J .group-title SPAN {
  color: #656565;
}
.cid-sfKMpR3x7J .links {
  color: #9e9e9e;
}
@media (max-width: 991px) {
  .cid-sfKMpR3x7J .col-sm-12 {
    margin-bottom: 2rem;
  }
  .cid-sfKMpR3x7J h3 {
    margin-bottom: 10px;
  }
}
.cid-sfKMpR3x7J .links SPAN {
  color: #9e9e9e;
}
