body {
  font-family: Jost;
}
.display-1 {
  font-family: 'Jost', sans-serif;
  font-size: 4.6rem;
  line-height: 1.1;
}
.display-1 > .mbr-iconfont {
  font-size: 5.75rem;
}
.display-2 {
  font-family: 'Jost', sans-serif;
  font-size: 3rem;
  line-height: 1.1;
}
.display-2 > .mbr-iconfont {
  font-size: 3.75rem;
}
.display-4 {
  font-family: 'Jost', sans-serif;
  font-size: 1.1rem;
  line-height: 1.5;
}
.display-4 > .mbr-iconfont {
  font-size: 1.375rem;
}
.display-5 {
  font-family: 'Jost', sans-serif;
  font-size: 2rem;
  line-height: 1.5;
}
.display-5 > .mbr-iconfont {
  font-size: 2.5rem;
}
.display-7 {
  font-family: 'Jost', sans-serif;
  font-size: 1.2rem;
  line-height: 1.5;
}
.display-7 > .mbr-iconfont {
  font-size: 1.5rem;
}
/* ---- Fluid typography for mobile devices ---- */
/* 1.4 - font scale ratio ( bootstrap == 1.42857 ) */
/* 100vw - current viewport width */
/* (48 - 20)  48 == 48rem == 768px, 20 == 20rem == 320px(minimal supported viewport) */
/* 0.65 - min scale variable, may vary */
@media (max-width: 992px) {
  .display-1 {
    font-size: 3.68rem;
  }
}
@media (max-width: 768px) {
  .display-1 {
    font-size: 3.22rem;
    font-size: calc( 2.26rem + (4.6 - 2.26) * ((100vw - 20rem) / (48 - 20)));
    line-height: calc( 1.1 * (2.26rem + (4.6 - 2.26) * ((100vw - 20rem) / (48 - 20))));
  }
  .display-2 {
    font-size: 2.4rem;
    font-size: calc( 1.7rem + (3 - 1.7) * ((100vw - 20rem) / (48 - 20)));
    line-height: calc( 1.3 * (1.7rem + (3 - 1.7) * ((100vw - 20rem) / (48 - 20))));
  }
  .display-4 {
    font-size: 0.88rem;
    font-size: calc( 1.0350000000000001rem + (1.1 - 1.0350000000000001) * ((100vw - 20rem) / (48 - 20)));
    line-height: calc( 1.4 * (1.0350000000000001rem + (1.1 - 1.0350000000000001) * ((100vw - 20rem) / (48 - 20))));
  }
  .display-5 {
    font-size: 1.6rem;
    font-size: calc( 1.35rem + (2 - 1.35) * ((100vw - 20rem) / (48 - 20)));
    line-height: calc( 1.4 * (1.35rem + (2 - 1.35) * ((100vw - 20rem) / (48 - 20))));
  }
  .display-7 {
    font-size: 0.96rem;
    font-size: calc( 1.07rem + (1.2 - 1.07) * ((100vw - 20rem) / (48 - 20)));
    line-height: calc( 1.4 * (1.07rem + (1.2 - 1.07) * ((100vw - 20rem) / (48 - 20))));
  }
}
/* Buttons */
.btn {
  padding: 0.6rem 1.2rem;
  border-radius: 4px;
}
.btn-sm {
  padding: 0.6rem 1.2rem;
  border-radius: 4px;
}
.btn-md {
  padding: 0.6rem 1.2rem;
  border-radius: 4px;
}
.btn-lg {
  padding: 1rem 2.6rem;
  border-radius: 4px;
}
.bg-primary {
  background-color: #5d59a7 !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: #5d59a7 !important;
  border-color: #5d59a7 !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: #3d3b6f !important;
  border-color: #3d3b6f !important;
  box-shadow: 0 2px 5px 0 rgba(0, 0, 0, 0.2);
}
.btn-primary.disabled,
.btn-primary:disabled {
  color: #ffffff !important;
  background-color: #3d3b6f !important;
  border-color: #3d3b6f !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: transparent;
  color: #5d59a7;
}
.btn-primary-outline:hover,
.btn-primary-outline:focus,
.btn-primary-outline.focus,
.btn-primary-outline.active {
  color: #3d3b6f !important;
  background-color: transparent!important;
  border-color: transparent!important;
  box-shadow: none!important;
}
.btn-primary-outline.disabled,
.btn-primary-outline:disabled {
  color: #ffffff !important;
  background-color: #5d59a7 !important;
  border-color: #5d59a7 !important;
}
.btn-secondary-outline,
.btn-secondary-outline:active {
  background-color: transparent !important;
  border-color: transparent;
  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: transparent!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: transparent;
  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: transparent!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: transparent;
  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: transparent!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: transparent;
  color: #ffe161;
}
.btn-warning-outline:hover,
.btn-warning-outline:focus,
.btn-warning-outline.focus,
.btn-warning-outline.active {
  color: #ffd10a !important;
  background-color: transparent!important;
  border-color: transparent!important;
  box-shadow: none!important;
}
.btn-warning-outline.disabled,
.btn-warning-outline:disabled {
  color: #614f00 !important;
  background-color: #ffe161 !important;
  border-color: #ffe161 !important;
}
.btn-danger-outline,
.btn-danger-outline:active {
  background-color: transparent !important;
  border-color: transparent;
  color: #ff9966;
}
.btn-danger-outline:hover,
.btn-danger-outline:focus,
.btn-danger-outline.focus,
.btn-danger-outline.active {
  color: #ff5f0f !important;
  background-color: transparent!important;
  border-color: transparent!important;
  box-shadow: none!important;
}
.btn-danger-outline.disabled,
.btn-danger-outline:disabled {
  color: #ffffff !important;
  background-color: #ff9966 !important;
  border-color: #ff9966 !important;
}
.btn-black-outline,
.btn-black-outline:active {
  background-color: transparent !important;
  border-color: transparent;
  color: #232323;
}
.btn-black-outline:hover,
.btn-black-outline:focus,
.btn-black-outline.focus,
.btn-black-outline.active {
  color: #000000 !important;
  background-color: transparent!important;
  border-color: transparent!important;
  box-shadow: none!important;
}
.btn-black-outline.disabled,
.btn-black-outline:disabled {
  color: #ffffff !important;
  background-color: #232323 !important;
  border-color: #232323 !important;
}
.btn-white-outline,
.btn-white-outline:active {
  background-color: transparent !important;
  border-color: transparent;
  color: #fafafa;
}
.btn-white-outline:hover,
.btn-white-outline:focus,
.btn-white-outline.focus,
.btn-white-outline.active {
  color: #cfcfcf !important;
  background-color: transparent!important;
  border-color: transparent!important;
  box-shadow: none!important;
}
.btn-white-outline.disabled,
.btn-white-outline:disabled {
  color: #7a7a7a !important;
  background-color: #fafafa !important;
  border-color: #fafafa !important;
}
.text-primary {
  color: #5d59a7 !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: #383565 !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) {
  transition: 0.2s;
  position: relative;
  background-image: linear-gradient(currentColor 50%, currentColor 50%);
  background-size: 10000px 2px;
  background-repeat: no-repeat;
  background-position: 0 1.2em;
}
.nav-tabs .nav-link.active {
  color: #5d59a7;
}
.nav-tabs .nav-link:not(.active) {
  color: #232323;
}
.alert-success {
  background-color: #70c770;
}
.alert-info {
  background-color: #47b5ed;
}
.alert-warning {
  background-color: #ffe161;
}
.alert-danger {
  background-color: #ff9966;
}
.mbr-gallery-filter li.active .btn {
  background-color: #5d59a7;
  border-color: #5d59a7;
  color: #ffffff;
}
.mbr-gallery-filter li.active .btn:focus {
  box-shadow: none;
}
a,
a:hover {
  color: #5d59a7;
}
.mbr-plan-header.bg-primary .mbr-plan-subtitle,
.mbr-plan-header.bg-primary .mbr-plan-price-desc {
  color: #aeacd3;
}
.mbr-plan-header.bg-success .mbr-plan-subtitle,
.mbr-plan-header.bg-success .mbr-plan-price-desc {
  color: #a0d8df;
}
.mbr-plan-header.bg-info .mbr-plan-subtitle,
.mbr-plan-header.bg-info .mbr-plan-price-desc {
  color: #ffffff;
}
.mbr-plan-header.bg-warning .mbr-plan-subtitle,
.mbr-plan-header.bg-warning .mbr-plan-price-desc {
  color: #ffffff;
}
.mbr-plan-header.bg-danger .mbr-plan-subtitle,
.mbr-plan-header.bg-danger .mbr-plan-price-desc {
  color: #ffffff;
}
/* Scroll to top button*/
.scrollToTop_wraper {
  display: none;
}
.form-control {
  font-family: 'Jost', sans-serif;
  font-size: 1.1rem;
  line-height: 1.5;
  font-weight: 400;
}
.form-control > .mbr-iconfont {
  font-size: 1.375rem;
}
.form-control:hover,
.form-control:focus {
  box-shadow: rgba(0, 0, 0, 0.07) 0px 1px 1px 0px, rgba(0, 0, 0, 0.07) 0px 1px 3px 0px, rgba(0, 0, 0, 0.03) 0px 0px 0px 1px;
  border-color: #5d59a7 !important;
}
.form-control:-webkit-input-placeholder {
  font-family: 'Jost', sans-serif;
  font-size: 1.1rem;
  line-height: 1.5;
  font-weight: 400;
}
.form-control:-webkit-input-placeholder > .mbr-iconfont {
  font-size: 1.375rem;
}
blockquote {
  border-color: #5d59a7;
}
/* Forms */
.jq-selectbox li:hover,
.jq-selectbox li.selected {
  background-color: #5d59a7;
  color: #ffffff;
}
.jq-number__spin {
  transition: 0.25s ease;
}
.jq-number__spin:hover {
  border-color: #5d59a7;
}
.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: #5d59a7;
  border-bottom-color: #5d59a7;
}
.xdsoft_datetimepicker .xdsoft_calendar td.xdsoft_default,
.xdsoft_datetimepicker .xdsoft_calendar td.xdsoft_current,
.xdsoft_datetimepicker .xdsoft_timepicker .xdsoft_time_box > div > div.xdsoft_current {
  color: #ffffff !important;
  background-color: #5d59a7 !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='%235d59a7' %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-szcd1MtR1H {
  z-index: 1000;
  width: 100%;
  position: relative;
  min-height: 60px;
}
.cid-szcd1MtR1H nav.navbar {
  position: fixed;
}
.cid-szcd1MtR1H .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-szcd1MtR1H .dropdown-menu {
  padding: 0;
  border-radius: 4px;
  box-shadow: 0 1px 3px 0 rgba(0, 0, 0, 0.1);
}
.cid-szcd1MtR1H .dropdown-item {
  border-bottom: 1px solid #e6e6e6;
}
.cid-szcd1MtR1H .dropdown-item:hover,
.cid-szcd1MtR1H .dropdown-item:focus {
  background: #5d59a7 !important;
  color: white !important;
}
.cid-szcd1MtR1H .dropdown-item:first-child {
  border-top-left-radius: 4px;
  border-top-right-radius: 4px;
}
.cid-szcd1MtR1H .dropdown-item:last-child {
  border-bottom: none;
  border-bottom-left-radius: 4px;
  border-bottom-right-radius: 4px;
}
.cid-szcd1MtR1H .nav-dropdown .link {
  padding: 0 0.3em !important;
  margin: 0.667em 1em !important;
}
.cid-szcd1MtR1H .nav-dropdown .link.dropdown-toggle::after {
  margin-left: 0.5rem;
  margin-top: 0.2rem;
}
.cid-szcd1MtR1H .nav-link {
  position: relative;
}
.cid-szcd1MtR1H .container {
  display: flex;
  margin: auto;
}
.cid-szcd1MtR1H .iconfont-wrapper {
  color: #000000 !important;
  font-size: 1.5rem;
  padding-right: 0.5rem;
}
.cid-szcd1MtR1H .dropdown-menu,
.cid-szcd1MtR1H .navbar.opened {
  background: #ffffff !important;
}
.cid-szcd1MtR1H .nav-item:focus,
.cid-szcd1MtR1H .nav-link:focus {
  outline: none;
}
.cid-szcd1MtR1H .dropdown .dropdown-menu .dropdown-item {
  width: auto;
  transition: all 0.25s ease-in-out;
}
.cid-szcd1MtR1H .dropdown .dropdown-menu .dropdown-item::after {
  right: 0.5rem;
}
.cid-szcd1MtR1H .dropdown .dropdown-menu .dropdown-item .mbr-iconfont {
  margin-right: 0.5rem;
  vertical-align: sub;
}
.cid-szcd1MtR1H .dropdown .dropdown-menu .dropdown-item .mbr-iconfont:before {
  display: inline-block;
  transform: scale(1, 1);
  transition: all 0.25s ease-in-out;
}
.cid-szcd1MtR1H .collapsed .dropdown-menu .dropdown-item:before {
  display: none;
}
.cid-szcd1MtR1H .collapsed .dropdown .dropdown-menu .dropdown-item {
  padding: 0.235em 1.5em 0.235em 1.5em !important;
  transition: none;
  margin: 0 !important;
}
.cid-szcd1MtR1H .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-szcd1MtR1H .navbar.opened {
  transition: all 0.3s;
}
.cid-szcd1MtR1H .navbar .dropdown-item {
  padding: 0.5rem 1.8rem;
}
.cid-szcd1MtR1H .navbar .navbar-logo img {
  width: auto;
}
.cid-szcd1MtR1H .navbar .navbar-collapse {
  justify-content: flex-end;
  z-index: 1;
}
.cid-szcd1MtR1H .navbar.collapsed {
  justify-content: center;
}
.cid-szcd1MtR1H .navbar.collapsed .nav-item .nav-link::before {
  display: none;
}
.cid-szcd1MtR1H .navbar.collapsed.opened .dropdown-menu {
  top: 0;
}
@media (min-width: 992px) {
  .cid-szcd1MtR1H .navbar.collapsed.opened:not(.navbar-short) .navbar-collapse {
    max-height: calc(98.5vh - 5.1rem);
  }
}
.cid-szcd1MtR1H .navbar.collapsed .dropdown-menu .dropdown-submenu {
  left: 0 !important;
}
.cid-szcd1MtR1H .navbar.collapsed .dropdown-menu .dropdown-item:after {
  right: auto;
}
.cid-szcd1MtR1H .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-szcd1MtR1H .navbar.collapsed ul.navbar-nav li {
  margin: auto;
}
.cid-szcd1MtR1H .navbar.collapsed .dropdown-menu .dropdown-item {
  padding: 0.25rem 1.5rem;
  text-align: center;
}
.cid-szcd1MtR1H .navbar.collapsed .icons-menu {
  padding-left: 0;
  padding-right: 0;
  padding-top: 0.5rem;
  padding-bottom: 0.5rem;
}
@media (max-width: 991px) {
  .cid-szcd1MtR1H .navbar .nav-item .nav-link::before {
    display: none;
  }
  .cid-szcd1MtR1H .navbar.opened .dropdown-menu {
    top: 0;
  }
  .cid-szcd1MtR1H .navbar .dropdown-menu .dropdown-submenu {
    left: 0 !important;
  }
  .cid-szcd1MtR1H .navbar .dropdown-menu .dropdown-item:after {
    right: auto;
  }
  .cid-szcd1MtR1H .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-szcd1MtR1H .navbar .navbar-logo img {
    height: 3rem !important;
  }
  .cid-szcd1MtR1H .navbar ul.navbar-nav li {
    margin: auto;
  }
  .cid-szcd1MtR1H .navbar .dropdown-menu .dropdown-item {
    padding: 0.25rem 1.5rem !important;
    text-align: center;
  }
  .cid-szcd1MtR1H .navbar .navbar-brand {
    flex-shrink: initial;
    flex-basis: auto;
    word-break: break-word;
    padding-right: 2rem;
  }
  .cid-szcd1MtR1H .navbar .navbar-toggler {
    flex-basis: auto;
  }
  .cid-szcd1MtR1H .navbar .icons-menu {
    padding-left: 0;
    padding-top: 0.5rem;
    padding-bottom: 0.5rem;
  }
}
.cid-szcd1MtR1H .navbar.navbar-short {
  min-height: 60px;
}
.cid-szcd1MtR1H .navbar.navbar-short .navbar-logo img {
  height: 2.5rem !important;
}
.cid-szcd1MtR1H .navbar.navbar-short .navbar-brand {
  min-height: 60px;
  padding: 0;
}
.cid-szcd1MtR1H .navbar-brand {
  min-height: 70px;
  flex-shrink: 0;
  align-items: center;
  margin-right: 0;
  padding: 10px 0;
  transition: all 0.3s;
  word-break: break-word;
  z-index: 1;
}
.cid-szcd1MtR1H .navbar-brand .navbar-caption {
  line-height: inherit !important;
}
.cid-szcd1MtR1H .navbar-brand .navbar-logo a {
  outline: none;
}
.cid-szcd1MtR1H .dropdown-item.active,
.cid-szcd1MtR1H .dropdown-item:active {
  background-color: transparent;
}
.cid-szcd1MtR1H .navbar-expand-lg .navbar-nav .nav-link {
  padding: 0;
}
.cid-szcd1MtR1H .nav-dropdown .link.dropdown-toggle {
  margin-right: 1.667em;
}
.cid-szcd1MtR1H .nav-dropdown .link.dropdown-toggle[aria-expanded="true"] {
  margin-right: 0;
  padding: 0.667em 1.667em;
}
.cid-szcd1MtR1H .navbar.navbar-expand-lg .dropdown .dropdown-menu {
  background: #ffffff;
}
.cid-szcd1MtR1H .navbar.navbar-expand-lg .dropdown .dropdown-menu .dropdown-submenu {
  margin: 0;
  left: 100%;
}
.cid-szcd1MtR1H .navbar .dropdown.open > .dropdown-menu {
  display: block;
}
.cid-szcd1MtR1H ul.navbar-nav {
  flex-wrap: wrap;
}
.cid-szcd1MtR1H .navbar-buttons {
  text-align: center;
  min-width: 170px;
}
.cid-szcd1MtR1H button.navbar-toggler {
  outline: none;
  width: 31px;
  height: 20px;
  cursor: pointer;
  transition: all 0.2s;
  position: relative;
  align-self: center;
}
.cid-szcd1MtR1H button.navbar-toggler .hamburger span {
  position: absolute;
  right: 0;
  width: 30px;
  height: 2px;
  border-right: 5px;
  background-color: #5d59a7;
}
.cid-szcd1MtR1H button.navbar-toggler .hamburger span:nth-child(1) {
  top: 0;
  transition: all 0.2s;
}
.cid-szcd1MtR1H button.navbar-toggler .hamburger span:nth-child(2) {
  top: 8px;
  transition: all 0.15s;
}
.cid-szcd1MtR1H button.navbar-toggler .hamburger span:nth-child(3) {
  top: 8px;
  transition: all 0.15s;
}
.cid-szcd1MtR1H button.navbar-toggler .hamburger span:nth-child(4) {
  top: 16px;
  transition: all 0.2s;
}
.cid-szcd1MtR1H nav.opened .hamburger span:nth-child(1) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-szcd1MtR1H nav.opened .hamburger span:nth-child(2) {
  transform: rotate(45deg);
  transition: all 0.25s;
}
.cid-szcd1MtR1H nav.opened .hamburger span:nth-child(3) {
  transform: rotate(-45deg);
  transition: all 0.25s;
}
.cid-szcd1MtR1H nav.opened .hamburger span:nth-child(4) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-szcd1MtR1H .navbar-dropdown {
  padding: 0 1rem;
  position: fixed;
}
.cid-szcd1MtR1H a.nav-link {
  display: flex;
  align-items: center;
  justify-content: center;
}
.cid-szcd1MtR1H .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-szcd1MtR1H .navbar {
    height: 70px;
  }
  .cid-szcd1MtR1H .navbar.opened {
    height: auto;
  }
  .cid-szcd1MtR1H .nav-item .nav-link:hover::before {
    width: 175%;
    max-width: calc(100% + 2rem);
    left: -1rem;
  }
}
.cid-szcDDoet2u {
  padding-top: 1rem;
  padding-bottom: 1rem;
  background-color: #ffffff;
}
@media (min-width: 992px) {
  .cid-szcDDoet2u .carousel {
    min-height: 400px;
  }
  .cid-szcDDoet2u .carousel img {
    max-height: 400px;
    object-fit: contain;
  }
}
@media (max-width: 991px) and (min-width: 768px) {
  .cid-szcDDoet2u .carousel {
    min-height: 260px;
  }
  .cid-szcDDoet2u .carousel img {
    max-height: 260px;
    object-fit: contain;
  }
}
@media (max-width: 767px) {
  .cid-szcDDoet2u .carousel {
    min-height: 220px;
  }
  .cid-szcDDoet2u .carousel img {
    max-height: 220px;
    object-fit: contain;
  }
  .cid-szcDDoet2u .container .carousel-control {
    margin-bottom: 0;
  }
  .cid-szcDDoet2u .content-slider-wrap {
    width: 100% !important;
  }
}
.cid-szcDDoet2u .carousel,
.cid-szcDDoet2u .carousel-inner {
  display: flex;
  align-items: center;
}
.cid-szcDDoet2u .item-wrapper {
  width: 100%;
}
.cid-szcDDoet2u .carousel-caption {
  bottom: 40px;
}
.cid-szcDDoet2u .carousel-control:hover {
  background: #1b1b1b;
  color: #fff;
  opacity: 1;
}
.cid-szcDDoet2u .mobi-mbri-arrow-next {
  margin-left: 5px;
}
.cid-szcDDoet2u .mobi-mbri-arrow-prev {
  margin-right: 5px;
}
.cid-szcDDoet2u .container .carousel-indicators {
  margin-bottom: 3px;
}
.cid-szcDDoet2u .carousel-control {
  top: 50%;
  width: 60px;
  height: 60px;
  margin-top: -1.5rem;
  font-size: 22px;
  background-color: rgba(0, 0, 0, 0.5);
  border: 2px solid #fff;
  border-radius: 50%;
  transition: all 0.3s;
}
.cid-szcDDoet2u .carousel-control.carousel-control-prev {
  left: 0;
  margin-left: 2.5rem;
}
.cid-szcDDoet2u .carousel-control.carousel-control-next {
  right: 0;
  margin-right: 2.5rem;
}
@media (max-width: 767px) {
  .cid-szcDDoet2u .carousel-control {
    top: auto;
    bottom: 1rem;
  }
}
.cid-szcDDoet2u .carousel-indicators {
  position: absolute;
  bottom: 0;
  margin-bottom: 1.5rem !important;
}
.cid-szcDDoet2u .carousel-indicators li {
  max-width: 15px;
  height: 15px;
  width: 15px;
  max-height: 15px;
  margin: 3px;
  background-color: rgba(0, 0, 0, 0.5);
  border: 2px solid #fff;
  border-radius: 50%;
  opacity: 0.5;
  transition: all 0.3s;
}
.cid-szcDDoet2u .carousel-indicators li.active,
.cid-szcDDoet2u .carousel-indicators li:hover {
  opacity: 0.9;
}
.cid-szcDDoet2u .carousel-indicators li::after,
.cid-szcDDoet2u .carousel-indicators li::before {
  content: none;
}
.cid-szcDDoet2u .carousel-indicators.ie-fix {
  left: 50%;
  display: block;
  width: 60%;
  margin-left: -30%;
  text-align: center;
}
@media (max-width: 768px) {
  .cid-szcDDoet2u .carousel-indicators {
    display: none !important;
  }
}
.cid-sFBNpz00So {
  padding-top: 0rem;
  padding-bottom: 0rem;
  background-color: #ffffff;
}
@media (max-width: 991px) {
  .cid-sFBNpz00So .image-wrapper {
    margin-bottom: 1rem;
  }
}
.cid-sFBNpz00So .row {
  flex-direction: row-reverse;
}
.cid-sFBNpz00So img {
  width: 100%;
}
.cid-szcI7jmfRu {
  padding-top: 0rem;
  padding-bottom: 1rem;
  background-color: #ffffff;
}
.cid-szcI7jmfRu .card-wrapper {
  padding-right: 2rem;
}
@media (max-width: 992px) {
  .cid-szcI7jmfRu .card {
    margin-bottom: 2rem!important;
  }
  .cid-szcI7jmfRu .card-wrapper {
    padding: 0 1rem;
  }
}
@media (max-width: 767px) {
  .cid-szcI7jmfRu .link-wrap {
    align-items: center;
  }
}
.cid-szcI7jmfRu .image-wrapper img {
  width: 100%;
  object-fit: cover;
}
.cid-szcI7jmfRu .mbr-text,
.cid-szcI7jmfRu .link-wrap,
.cid-szcI7jmfRu .mbr-section-btn {
  color: #5d59a7;
}
.cid-sHGDOYktJL {
  padding-top: 1rem;
  padding-bottom: 0rem;
  background-color: #5d59a7;
}
.cid-sHGDOYktJL .media-wrap {
  margin: 0 auto;
  padding: 0;
}
@media (max-width: 991px) {
  .cid-sHGDOYktJL .media-wrap {
    margin-bottom: 1rem;
  }
}
@media (max-width: 767px) {
  .cid-sHGDOYktJL .row {
    text-align: center;
  }
  .cid-sHGDOYktJL .row > div {
    margin: auto;
  }
  .cid-sHGDOYktJL .social-row {
    justify-content: center;
  }
}
.cid-sHGDOYktJL .social-row {
  display: flex;
  flex-wrap: wrap;
}
.cid-sHGDOYktJL .list {
  list-style: none;
  padding-left: 0;
  color: #ffffff;
  text-align: left;
}
@media (max-width: 991px) {
  .cid-sHGDOYktJL .list {
    margin-bottom: 2rem;
  }
}
@media (min-width: 992px) {
  .cid-sHGDOYktJL .list {
    margin-bottom: 0rem;
  }
}
.cid-sHGDOYktJL .mbr-text {
  transition: .2s all;
}
.cid-sHGDOYktJL .mbr-text:hover {
  color: #ff6666;
}
.cid-sHGDOYktJL .soc-item {
  display: flex;
  align-items: center;
  justify-content: center;
  border-radius: 50%;
  background-color: #40b0bf;
  margin-right: 0.5rem;
  margin-bottom: 1rem;
  padding: 0.5rem;
  height: 2.5rem;
  width: 2.5rem;
  transition: .2s all;
}
.cid-sHGDOYktJL .soc-item:hover {
  background-color: #ff6666;
}
.cid-sHGDOYktJL .mbr-iconfont {
  color: black;
}
.cid-sHGDOYktJL .flex {
  display: flex;
}
@media (max-width: 990px) {
  .cid-sHGDOYktJL .flex {
    display: block;
  }
}
.cid-sHGDOYktJL .follow {
  vertical-align: sub;
  color: #8d8d8d;
  margin-right: 20px;
  line-height: 2.5rem;
}
@media (max-width: 765px) {
  .cid-sHGDOYktJL .follow {
    margin-right: 0px;
  }
}
.cid-sHGDOYktJL .footer-sotial {
  justify-content: space-between;
}
.cid-sHGDOYktJL .rigth-col {
  text-align: right;
}
@media (max-width: 765px) {
  .cid-sHGDOYktJL .rigth-col {
    text-align: center;
  }
}
@media (max-width: 991px) {
  .cid-sHGDOYktJL div > *:last-child {
    margin-top: 0 !important;
  }
}
.cid-sHGDOYktJL .item-wrap {
  text-transform: uppercase;
}
@media (max-width: 765px) {
  .cid-sHGDOYktJL .item-wrap {
    text-align: center;
  }
}
.cid-sHGDOYktJL H5 {
  color: #f7f7f7;
}
.cid-sHGDOYktJL .mbr-section-subtitle {
  color: #ffffff;
}
.cid-sHGDOYktJL .number {
  color: #ff6666;
  font-weight: bold;
}
.cid-sHGDOYktJL .number:hover {
  color: #5d59a7;
}
.cid-sHGDOYktJL .social_out {
  display: flex;
  margin-top: 8rem;
}
@media (max-width: 765px) {
  .cid-sHGDOYktJL .social_out {
    display: block;
  }
}
.cid-sHGDOYktJL .email {
  transition: .2s all;
}
.cid-sHGDOYktJL .email:hover {
  color: #5d59a7;
}
.cid-sHGDOYktJL .copyright {
  color: #000000;
}
.cid-sHGDOYktJL .mbr-section-subtitle P {
  text-align: right;
}
@media (max-width: 765px) {
  .cid-sHGDOYktJL .mbr-section-subtitle P {
    text-align: center;
  }
}
.cid-sHGDOYktJL .mbr-section-subtitle DIV {
  text-align: right;
}
@media (max-width: 765px) {
  .cid-sHGDOYktJL .mbr-section-subtitle DIV {
    text-align: center;
  }
}
.cid-sHGDOYktJL .copyright P {
  vertical-align: sub;
  display: inline-block;
  color: #868378;
  text-align: center;
}
.cid-sHGDOYktJL .socicon {
  color: #fff;
}
.cid-sHGDOYktJL .icons {
  width: 18px;
  height: 20px;
}
.cid-sHGDOYktJL .href {
  padding-bottom: 1.5rem;
}
.cid-szi7rjYJ8P {
  z-index: 1000;
  width: 100%;
  position: relative;
  min-height: 60px;
}
.cid-szi7rjYJ8P nav.navbar {
  position: fixed;
}
.cid-szi7rjYJ8P .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-szi7rjYJ8P .dropdown-menu {
  padding: 0;
  border-radius: 4px;
  box-shadow: 0 1px 3px 0 rgba(0, 0, 0, 0.1);
}
.cid-szi7rjYJ8P .dropdown-item {
  border-bottom: 1px solid #e6e6e6;
}
.cid-szi7rjYJ8P .dropdown-item:hover,
.cid-szi7rjYJ8P .dropdown-item:focus {
  background: #5d59a7 !important;
  color: white !important;
}
.cid-szi7rjYJ8P .dropdown-item:first-child {
  border-top-left-radius: 4px;
  border-top-right-radius: 4px;
}
.cid-szi7rjYJ8P .dropdown-item:last-child {
  border-bottom: none;
  border-bottom-left-radius: 4px;
  border-bottom-right-radius: 4px;
}
.cid-szi7rjYJ8P .nav-dropdown .link {
  padding: 0 0.3em !important;
  margin: 0.667em 1em !important;
}
.cid-szi7rjYJ8P .nav-dropdown .link.dropdown-toggle::after {
  margin-left: 0.5rem;
  margin-top: 0.2rem;
}
.cid-szi7rjYJ8P .nav-link {
  position: relative;
}
.cid-szi7rjYJ8P .container {
  display: flex;
  margin: auto;
}
.cid-szi7rjYJ8P .iconfont-wrapper {
  color: #000000 !important;
  font-size: 1.5rem;
  padding-right: 0.5rem;
}
.cid-szi7rjYJ8P .dropdown-menu,
.cid-szi7rjYJ8P .navbar.opened {
  background: #ffffff !important;
}
.cid-szi7rjYJ8P .nav-item:focus,
.cid-szi7rjYJ8P .nav-link:focus {
  outline: none;
}
.cid-szi7rjYJ8P .dropdown .dropdown-menu .dropdown-item {
  width: auto;
  transition: all 0.25s ease-in-out;
}
.cid-szi7rjYJ8P .dropdown .dropdown-menu .dropdown-item::after {
  right: 0.5rem;
}
.cid-szi7rjYJ8P .dropdown .dropdown-menu .dropdown-item .mbr-iconfont {
  margin-right: 0.5rem;
  vertical-align: sub;
}
.cid-szi7rjYJ8P .dropdown .dropdown-menu .dropdown-item .mbr-iconfont:before {
  display: inline-block;
  transform: scale(1, 1);
  transition: all 0.25s ease-in-out;
}
.cid-szi7rjYJ8P .collapsed .dropdown-menu .dropdown-item:before {
  display: none;
}
.cid-szi7rjYJ8P .collapsed .dropdown .dropdown-menu .dropdown-item {
  padding: 0.235em 1.5em 0.235em 1.5em !important;
  transition: none;
  margin: 0 !important;
}
.cid-szi7rjYJ8P .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-szi7rjYJ8P .navbar.opened {
  transition: all 0.3s;
}
.cid-szi7rjYJ8P .navbar .dropdown-item {
  padding: 0.5rem 1.8rem;
}
.cid-szi7rjYJ8P .navbar .navbar-logo img {
  width: auto;
}
.cid-szi7rjYJ8P .navbar .navbar-collapse {
  justify-content: flex-end;
  z-index: 1;
}
.cid-szi7rjYJ8P .navbar.collapsed {
  justify-content: center;
}
.cid-szi7rjYJ8P .navbar.collapsed .nav-item .nav-link::before {
  display: none;
}
.cid-szi7rjYJ8P .navbar.collapsed.opened .dropdown-menu {
  top: 0;
}
@media (min-width: 992px) {
  .cid-szi7rjYJ8P .navbar.collapsed.opened:not(.navbar-short) .navbar-collapse {
    max-height: calc(98.5vh - 5.1rem);
  }
}
.cid-szi7rjYJ8P .navbar.collapsed .dropdown-menu .dropdown-submenu {
  left: 0 !important;
}
.cid-szi7rjYJ8P .navbar.collapsed .dropdown-menu .dropdown-item:after {
  right: auto;
}
.cid-szi7rjYJ8P .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-szi7rjYJ8P .navbar.collapsed ul.navbar-nav li {
  margin: auto;
}
.cid-szi7rjYJ8P .navbar.collapsed .dropdown-menu .dropdown-item {
  padding: 0.25rem 1.5rem;
  text-align: center;
}
.cid-szi7rjYJ8P .navbar.collapsed .icons-menu {
  padding-left: 0;
  padding-right: 0;
  padding-top: 0.5rem;
  padding-bottom: 0.5rem;
}
@media (max-width: 991px) {
  .cid-szi7rjYJ8P .navbar .nav-item .nav-link::before {
    display: none;
  }
  .cid-szi7rjYJ8P .navbar.opened .dropdown-menu {
    top: 0;
  }
  .cid-szi7rjYJ8P .navbar .dropdown-menu .dropdown-submenu {
    left: 0 !important;
  }
  .cid-szi7rjYJ8P .navbar .dropdown-menu .dropdown-item:after {
    right: auto;
  }
  .cid-szi7rjYJ8P .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-szi7rjYJ8P .navbar .navbar-logo img {
    height: 3rem !important;
  }
  .cid-szi7rjYJ8P .navbar ul.navbar-nav li {
    margin: auto;
  }
  .cid-szi7rjYJ8P .navbar .dropdown-menu .dropdown-item {
    padding: 0.25rem 1.5rem !important;
    text-align: center;
  }
  .cid-szi7rjYJ8P .navbar .navbar-brand {
    flex-shrink: initial;
    flex-basis: auto;
    word-break: break-word;
    padding-right: 2rem;
  }
  .cid-szi7rjYJ8P .navbar .navbar-toggler {
    flex-basis: auto;
  }
  .cid-szi7rjYJ8P .navbar .icons-menu {
    padding-left: 0;
    padding-top: 0.5rem;
    padding-bottom: 0.5rem;
  }
}
.cid-szi7rjYJ8P .navbar.navbar-short {
  min-height: 60px;
}
.cid-szi7rjYJ8P .navbar.navbar-short .navbar-logo img {
  height: 2.5rem !important;
}
.cid-szi7rjYJ8P .navbar.navbar-short .navbar-brand {
  min-height: 60px;
  padding: 0;
}
.cid-szi7rjYJ8P .navbar-brand {
  min-height: 70px;
  flex-shrink: 0;
  align-items: center;
  margin-right: 0;
  padding: 10px 0;
  transition: all 0.3s;
  word-break: break-word;
  z-index: 1;
}
.cid-szi7rjYJ8P .navbar-brand .navbar-caption {
  line-height: inherit !important;
}
.cid-szi7rjYJ8P .navbar-brand .navbar-logo a {
  outline: none;
}
.cid-szi7rjYJ8P .dropdown-item.active,
.cid-szi7rjYJ8P .dropdown-item:active {
  background-color: transparent;
}
.cid-szi7rjYJ8P .navbar-expand-lg .navbar-nav .nav-link {
  padding: 0;
}
.cid-szi7rjYJ8P .nav-dropdown .link.dropdown-toggle {
  margin-right: 1.667em;
}
.cid-szi7rjYJ8P .nav-dropdown .link.dropdown-toggle[aria-expanded="true"] {
  margin-right: 0;
  padding: 0.667em 1.667em;
}
.cid-szi7rjYJ8P .navbar.navbar-expand-lg .dropdown .dropdown-menu {
  background: #ffffff;
}
.cid-szi7rjYJ8P .navbar.navbar-expand-lg .dropdown .dropdown-menu .dropdown-submenu {
  margin: 0;
  left: 100%;
}
.cid-szi7rjYJ8P .navbar .dropdown.open > .dropdown-menu {
  display: block;
}
.cid-szi7rjYJ8P ul.navbar-nav {
  flex-wrap: wrap;
}
.cid-szi7rjYJ8P .navbar-buttons {
  text-align: center;
  min-width: 170px;
}
.cid-szi7rjYJ8P button.navbar-toggler {
  outline: none;
  width: 31px;
  height: 20px;
  cursor: pointer;
  transition: all 0.2s;
  position: relative;
  align-self: center;
}
.cid-szi7rjYJ8P button.navbar-toggler .hamburger span {
  position: absolute;
  right: 0;
  width: 30px;
  height: 2px;
  border-right: 5px;
  background-color: #5d59a7;
}
.cid-szi7rjYJ8P button.navbar-toggler .hamburger span:nth-child(1) {
  top: 0;
  transition: all 0.2s;
}
.cid-szi7rjYJ8P button.navbar-toggler .hamburger span:nth-child(2) {
  top: 8px;
  transition: all 0.15s;
}
.cid-szi7rjYJ8P button.navbar-toggler .hamburger span:nth-child(3) {
  top: 8px;
  transition: all 0.15s;
}
.cid-szi7rjYJ8P button.navbar-toggler .hamburger span:nth-child(4) {
  top: 16px;
  transition: all 0.2s;
}
.cid-szi7rjYJ8P nav.opened .hamburger span:nth-child(1) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-szi7rjYJ8P nav.opened .hamburger span:nth-child(2) {
  transform: rotate(45deg);
  transition: all 0.25s;
}
.cid-szi7rjYJ8P nav.opened .hamburger span:nth-child(3) {
  transform: rotate(-45deg);
  transition: all 0.25s;
}
.cid-szi7rjYJ8P nav.opened .hamburger span:nth-child(4) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-szi7rjYJ8P .navbar-dropdown {
  padding: 0 1rem;
  position: fixed;
}
.cid-szi7rjYJ8P a.nav-link {
  display: flex;
  align-items: center;
  justify-content: center;
}
.cid-szi7rjYJ8P .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-szi7rjYJ8P .navbar {
    height: 70px;
  }
  .cid-szi7rjYJ8P .navbar.opened {
    height: auto;
  }
  .cid-szi7rjYJ8P .nav-item .nav-link:hover::before {
    width: 175%;
    max-width: calc(100% + 2rem);
    left: -1rem;
  }
}
.cid-szi7rl1F5h {
  padding-top: 1rem;
  padding-bottom: 1rem;
  background-color: #ffffff;
}
@media (min-width: 992px) {
  .cid-szi7rl1F5h .carousel {
    min-height: 400px;
  }
  .cid-szi7rl1F5h .carousel img {
    max-height: 400px;
    object-fit: contain;
  }
}
@media (max-width: 991px) and (min-width: 768px) {
  .cid-szi7rl1F5h .carousel {
    min-height: 260px;
  }
  .cid-szi7rl1F5h .carousel img {
    max-height: 260px;
    object-fit: contain;
  }
}
@media (max-width: 767px) {
  .cid-szi7rl1F5h .carousel {
    min-height: 220px;
  }
  .cid-szi7rl1F5h .carousel img {
    max-height: 220px;
    object-fit: contain;
  }
  .cid-szi7rl1F5h .container .carousel-control {
    margin-bottom: 0;
  }
  .cid-szi7rl1F5h .content-slider-wrap {
    width: 100% !important;
  }
}
.cid-szi7rl1F5h .carousel,
.cid-szi7rl1F5h .carousel-inner {
  display: flex;
  align-items: center;
}
.cid-szi7rl1F5h .item-wrapper {
  width: 100%;
}
.cid-szi7rl1F5h .carousel-caption {
  bottom: 40px;
}
.cid-szi7rl1F5h .carousel-control:hover {
  background: #1b1b1b;
  color: #fff;
  opacity: 1;
}
.cid-szi7rl1F5h .mobi-mbri-arrow-next {
  margin-left: 5px;
}
.cid-szi7rl1F5h .mobi-mbri-arrow-prev {
  margin-right: 5px;
}
.cid-szi7rl1F5h .container .carousel-indicators {
  margin-bottom: 3px;
}
.cid-szi7rl1F5h .carousel-control {
  top: 50%;
  width: 60px;
  height: 60px;
  margin-top: -1.5rem;
  font-size: 22px;
  background-color: rgba(0, 0, 0, 0.5);
  border: 2px solid #fff;
  border-radius: 50%;
  transition: all 0.3s;
}
.cid-szi7rl1F5h .carousel-control.carousel-control-prev {
  left: 0;
  margin-left: 2.5rem;
}
.cid-szi7rl1F5h .carousel-control.carousel-control-next {
  right: 0;
  margin-right: 2.5rem;
}
@media (max-width: 767px) {
  .cid-szi7rl1F5h .carousel-control {
    top: auto;
    bottom: 1rem;
  }
}
.cid-szi7rl1F5h .carousel-indicators {
  position: absolute;
  bottom: 0;
  margin-bottom: 1.5rem !important;
}
.cid-szi7rl1F5h .carousel-indicators li {
  max-width: 15px;
  height: 15px;
  width: 15px;
  max-height: 15px;
  margin: 3px;
  background-color: rgba(0, 0, 0, 0.5);
  border: 2px solid #fff;
  border-radius: 50%;
  opacity: 0.5;
  transition: all 0.3s;
}
.cid-szi7rl1F5h .carousel-indicators li.active,
.cid-szi7rl1F5h .carousel-indicators li:hover {
  opacity: 0.9;
}
.cid-szi7rl1F5h .carousel-indicators li::after,
.cid-szi7rl1F5h .carousel-indicators li::before {
  content: none;
}
.cid-szi7rl1F5h .carousel-indicators.ie-fix {
  left: 50%;
  display: block;
  width: 60%;
  margin-left: -30%;
  text-align: center;
}
@media (max-width: 768px) {
  .cid-szi7rl1F5h .carousel-indicators {
    display: none !important;
  }
}
.cid-szi82vHUio {
  padding-top: 0rem;
  padding-bottom: 1rem;
  background-color: #ffffff;
}
.cid-szi82vHUio .card-wrapper {
  padding-right: 2rem;
}
@media (max-width: 992px) {
  .cid-szi82vHUio .card {
    margin-bottom: 2rem!important;
  }
  .cid-szi82vHUio .card-wrapper {
    padding: 0 1rem;
  }
}
@media (max-width: 767px) {
  .cid-szi82vHUio .link-wrap {
    align-items: center;
  }
}
.cid-szi82vHUio .image-wrapper img {
  width: 100%;
  object-fit: cover;
}
.cid-szi82vHUio .card-title,
.cid-szi82vHUio .card-box {
  color: #5d59a7;
  text-align: center;
}
.cid-szi82vHUio .mbr-text,
.cid-szi82vHUio .link-wrap,
.cid-szi82vHUio .mbr-section-btn {
  text-align: left;
}
.cid-szi8O3rOdJ {
  padding-top: 0rem;
  padding-bottom: 1rem;
  background-color: #ffffff;
}
.cid-szi8O3rOdJ .card-wrapper {
  padding-right: 2rem;
}
@media (max-width: 992px) {
  .cid-szi8O3rOdJ .card {
    margin-bottom: 2rem!important;
  }
  .cid-szi8O3rOdJ .card-wrapper {
    padding: 0 1rem;
  }
}
@media (max-width: 767px) {
  .cid-szi8O3rOdJ .link-wrap {
    align-items: center;
  }
}
.cid-szi8O3rOdJ .image-wrapper img {
  width: 100%;
  object-fit: cover;
}
.cid-szi8O3rOdJ .mbr-text,
.cid-szi8O3rOdJ .link-wrap,
.cid-szi8O3rOdJ .mbr-section-btn {
  color: #5d59a7;
}
.cid-sHGDOYktJL {
  padding-top: 1rem;
  padding-bottom: 0rem;
  background-color: #5d59a7;
}
.cid-sHGDOYktJL .media-wrap {
  margin: 0 auto;
  padding: 0;
}
@media (max-width: 991px) {
  .cid-sHGDOYktJL .media-wrap {
    margin-bottom: 1rem;
  }
}
@media (max-width: 767px) {
  .cid-sHGDOYktJL .row {
    text-align: center;
  }
  .cid-sHGDOYktJL .row > div {
    margin: auto;
  }
  .cid-sHGDOYktJL .social-row {
    justify-content: center;
  }
}
.cid-sHGDOYktJL .social-row {
  display: flex;
  flex-wrap: wrap;
}
.cid-sHGDOYktJL .list {
  list-style: none;
  padding-left: 0;
  color: #ffffff;
  text-align: left;
}
@media (max-width: 991px) {
  .cid-sHGDOYktJL .list {
    margin-bottom: 2rem;
  }
}
@media (min-width: 992px) {
  .cid-sHGDOYktJL .list {
    margin-bottom: 0rem;
  }
}
.cid-sHGDOYktJL .mbr-text {
  transition: .2s all;
}
.cid-sHGDOYktJL .mbr-text:hover {
  color: #ff6666;
}
.cid-sHGDOYktJL .soc-item {
  display: flex;
  align-items: center;
  justify-content: center;
  border-radius: 50%;
  background-color: #40b0bf;
  margin-right: 0.5rem;
  margin-bottom: 1rem;
  padding: 0.5rem;
  height: 2.5rem;
  width: 2.5rem;
  transition: .2s all;
}
.cid-sHGDOYktJL .soc-item:hover {
  background-color: #ff6666;
}
.cid-sHGDOYktJL .mbr-iconfont {
  color: black;
}
.cid-sHGDOYktJL .flex {
  display: flex;
}
@media (max-width: 990px) {
  .cid-sHGDOYktJL .flex {
    display: block;
  }
}
.cid-sHGDOYktJL .follow {
  vertical-align: sub;
  color: #8d8d8d;
  margin-right: 20px;
  line-height: 2.5rem;
}
@media (max-width: 765px) {
  .cid-sHGDOYktJL .follow {
    margin-right: 0px;
  }
}
.cid-sHGDOYktJL .footer-sotial {
  justify-content: space-between;
}
.cid-sHGDOYktJL .rigth-col {
  text-align: right;
}
@media (max-width: 765px) {
  .cid-sHGDOYktJL .rigth-col {
    text-align: center;
  }
}
@media (max-width: 991px) {
  .cid-sHGDOYktJL div > *:last-child {
    margin-top: 0 !important;
  }
}
.cid-sHGDOYktJL .item-wrap {
  text-transform: uppercase;
}
@media (max-width: 765px) {
  .cid-sHGDOYktJL .item-wrap {
    text-align: center;
  }
}
.cid-sHGDOYktJL H5 {
  color: #f7f7f7;
}
.cid-sHGDOYktJL .mbr-section-subtitle {
  color: #ffffff;
}
.cid-sHGDOYktJL .number {
  color: #ff6666;
  font-weight: bold;
}
.cid-sHGDOYktJL .number:hover {
  color: #5d59a7;
}
.cid-sHGDOYktJL .social_out {
  display: flex;
  margin-top: 8rem;
}
@media (max-width: 765px) {
  .cid-sHGDOYktJL .social_out {
    display: block;
  }
}
.cid-sHGDOYktJL .email {
  transition: .2s all;
}
.cid-sHGDOYktJL .email:hover {
  color: #5d59a7;
}
.cid-sHGDOYktJL .copyright {
  color: #000000;
}
.cid-sHGDOYktJL .mbr-section-subtitle P {
  text-align: right;
}
@media (max-width: 765px) {
  .cid-sHGDOYktJL .mbr-section-subtitle P {
    text-align: center;
  }
}
.cid-sHGDOYktJL .mbr-section-subtitle DIV {
  text-align: right;
}
@media (max-width: 765px) {
  .cid-sHGDOYktJL .mbr-section-subtitle DIV {
    text-align: center;
  }
}
.cid-sHGDOYktJL .copyright P {
  vertical-align: sub;
  display: inline-block;
  color: #868378;
  text-align: center;
}
.cid-sHGDOYktJL .socicon {
  color: #fff;
}
.cid-sHGDOYktJL .icons {
  width: 18px;
  height: 20px;
}
.cid-sHGDOYktJL .href {
  padding-bottom: 1.5rem;
}
.cid-sznLKbY7qN {
  z-index: 1000;
  width: 100%;
  position: relative;
  min-height: 60px;
}
.cid-sznLKbY7qN nav.navbar {
  position: fixed;
}
.cid-sznLKbY7qN .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-sznLKbY7qN .dropdown-menu {
  padding: 0;
  border-radius: 4px;
  box-shadow: 0 1px 3px 0 rgba(0, 0, 0, 0.1);
}
.cid-sznLKbY7qN .dropdown-item {
  border-bottom: 1px solid #e6e6e6;
}
.cid-sznLKbY7qN .dropdown-item:hover,
.cid-sznLKbY7qN .dropdown-item:focus {
  background: #5d59a7 !important;
  color: white !important;
}
.cid-sznLKbY7qN .dropdown-item:first-child {
  border-top-left-radius: 4px;
  border-top-right-radius: 4px;
}
.cid-sznLKbY7qN .dropdown-item:last-child {
  border-bottom: none;
  border-bottom-left-radius: 4px;
  border-bottom-right-radius: 4px;
}
.cid-sznLKbY7qN .nav-dropdown .link {
  padding: 0 0.3em !important;
  margin: 0.667em 1em !important;
}
.cid-sznLKbY7qN .nav-dropdown .link.dropdown-toggle::after {
  margin-left: 0.5rem;
  margin-top: 0.2rem;
}
.cid-sznLKbY7qN .nav-link {
  position: relative;
}
.cid-sznLKbY7qN .container {
  display: flex;
  margin: auto;
}
.cid-sznLKbY7qN .iconfont-wrapper {
  color: #000000 !important;
  font-size: 1.5rem;
  padding-right: 0.5rem;
}
.cid-sznLKbY7qN .dropdown-menu,
.cid-sznLKbY7qN .navbar.opened {
  background: #ffffff !important;
}
.cid-sznLKbY7qN .nav-item:focus,
.cid-sznLKbY7qN .nav-link:focus {
  outline: none;
}
.cid-sznLKbY7qN .dropdown .dropdown-menu .dropdown-item {
  width: auto;
  transition: all 0.25s ease-in-out;
}
.cid-sznLKbY7qN .dropdown .dropdown-menu .dropdown-item::after {
  right: 0.5rem;
}
.cid-sznLKbY7qN .dropdown .dropdown-menu .dropdown-item .mbr-iconfont {
  margin-right: 0.5rem;
  vertical-align: sub;
}
.cid-sznLKbY7qN .dropdown .dropdown-menu .dropdown-item .mbr-iconfont:before {
  display: inline-block;
  transform: scale(1, 1);
  transition: all 0.25s ease-in-out;
}
.cid-sznLKbY7qN .collapsed .dropdown-menu .dropdown-item:before {
  display: none;
}
.cid-sznLKbY7qN .collapsed .dropdown .dropdown-menu .dropdown-item {
  padding: 0.235em 1.5em 0.235em 1.5em !important;
  transition: none;
  margin: 0 !important;
}
.cid-sznLKbY7qN .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-sznLKbY7qN .navbar.opened {
  transition: all 0.3s;
}
.cid-sznLKbY7qN .navbar .dropdown-item {
  padding: 0.5rem 1.8rem;
}
.cid-sznLKbY7qN .navbar .navbar-logo img {
  width: auto;
}
.cid-sznLKbY7qN .navbar .navbar-collapse {
  justify-content: flex-end;
  z-index: 1;
}
.cid-sznLKbY7qN .navbar.collapsed {
  justify-content: center;
}
.cid-sznLKbY7qN .navbar.collapsed .nav-item .nav-link::before {
  display: none;
}
.cid-sznLKbY7qN .navbar.collapsed.opened .dropdown-menu {
  top: 0;
}
@media (min-width: 992px) {
  .cid-sznLKbY7qN .navbar.collapsed.opened:not(.navbar-short) .navbar-collapse {
    max-height: calc(98.5vh - 5.1rem);
  }
}
.cid-sznLKbY7qN .navbar.collapsed .dropdown-menu .dropdown-submenu {
  left: 0 !important;
}
.cid-sznLKbY7qN .navbar.collapsed .dropdown-menu .dropdown-item:after {
  right: auto;
}
.cid-sznLKbY7qN .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-sznLKbY7qN .navbar.collapsed ul.navbar-nav li {
  margin: auto;
}
.cid-sznLKbY7qN .navbar.collapsed .dropdown-menu .dropdown-item {
  padding: 0.25rem 1.5rem;
  text-align: center;
}
.cid-sznLKbY7qN .navbar.collapsed .icons-menu {
  padding-left: 0;
  padding-right: 0;
  padding-top: 0.5rem;
  padding-bottom: 0.5rem;
}
@media (max-width: 991px) {
  .cid-sznLKbY7qN .navbar .nav-item .nav-link::before {
    display: none;
  }
  .cid-sznLKbY7qN .navbar.opened .dropdown-menu {
    top: 0;
  }
  .cid-sznLKbY7qN .navbar .dropdown-menu .dropdown-submenu {
    left: 0 !important;
  }
  .cid-sznLKbY7qN .navbar .dropdown-menu .dropdown-item:after {
    right: auto;
  }
  .cid-sznLKbY7qN .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-sznLKbY7qN .navbar .navbar-logo img {
    height: 3rem !important;
  }
  .cid-sznLKbY7qN .navbar ul.navbar-nav li {
    margin: auto;
  }
  .cid-sznLKbY7qN .navbar .dropdown-menu .dropdown-item {
    padding: 0.25rem 1.5rem !important;
    text-align: center;
  }
  .cid-sznLKbY7qN .navbar .navbar-brand {
    flex-shrink: initial;
    flex-basis: auto;
    word-break: break-word;
    padding-right: 2rem;
  }
  .cid-sznLKbY7qN .navbar .navbar-toggler {
    flex-basis: auto;
  }
  .cid-sznLKbY7qN .navbar .icons-menu {
    padding-left: 0;
    padding-top: 0.5rem;
    padding-bottom: 0.5rem;
  }
}
.cid-sznLKbY7qN .navbar.navbar-short {
  min-height: 60px;
}
.cid-sznLKbY7qN .navbar.navbar-short .navbar-logo img {
  height: 2.5rem !important;
}
.cid-sznLKbY7qN .navbar.navbar-short .navbar-brand {
  min-height: 60px;
  padding: 0;
}
.cid-sznLKbY7qN .navbar-brand {
  min-height: 70px;
  flex-shrink: 0;
  align-items: center;
  margin-right: 0;
  padding: 10px 0;
  transition: all 0.3s;
  word-break: break-word;
  z-index: 1;
}
.cid-sznLKbY7qN .navbar-brand .navbar-caption {
  line-height: inherit !important;
}
.cid-sznLKbY7qN .navbar-brand .navbar-logo a {
  outline: none;
}
.cid-sznLKbY7qN .dropdown-item.active,
.cid-sznLKbY7qN .dropdown-item:active {
  background-color: transparent;
}
.cid-sznLKbY7qN .navbar-expand-lg .navbar-nav .nav-link {
  padding: 0;
}
.cid-sznLKbY7qN .nav-dropdown .link.dropdown-toggle {
  margin-right: 1.667em;
}
.cid-sznLKbY7qN .nav-dropdown .link.dropdown-toggle[aria-expanded="true"] {
  margin-right: 0;
  padding: 0.667em 1.667em;
}
.cid-sznLKbY7qN .navbar.navbar-expand-lg .dropdown .dropdown-menu {
  background: #ffffff;
}
.cid-sznLKbY7qN .navbar.navbar-expand-lg .dropdown .dropdown-menu .dropdown-submenu {
  margin: 0;
  left: 100%;
}
.cid-sznLKbY7qN .navbar .dropdown.open > .dropdown-menu {
  display: block;
}
.cid-sznLKbY7qN ul.navbar-nav {
  flex-wrap: wrap;
}
.cid-sznLKbY7qN .navbar-buttons {
  text-align: center;
  min-width: 170px;
}
.cid-sznLKbY7qN button.navbar-toggler {
  outline: none;
  width: 31px;
  height: 20px;
  cursor: pointer;
  transition: all 0.2s;
  position: relative;
  align-self: center;
}
.cid-sznLKbY7qN button.navbar-toggler .hamburger span {
  position: absolute;
  right: 0;
  width: 30px;
  height: 2px;
  border-right: 5px;
  background-color: #5d59a7;
}
.cid-sznLKbY7qN button.navbar-toggler .hamburger span:nth-child(1) {
  top: 0;
  transition: all 0.2s;
}
.cid-sznLKbY7qN button.navbar-toggler .hamburger span:nth-child(2) {
  top: 8px;
  transition: all 0.15s;
}
.cid-sznLKbY7qN button.navbar-toggler .hamburger span:nth-child(3) {
  top: 8px;
  transition: all 0.15s;
}
.cid-sznLKbY7qN button.navbar-toggler .hamburger span:nth-child(4) {
  top: 16px;
  transition: all 0.2s;
}
.cid-sznLKbY7qN nav.opened .hamburger span:nth-child(1) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-sznLKbY7qN nav.opened .hamburger span:nth-child(2) {
  transform: rotate(45deg);
  transition: all 0.25s;
}
.cid-sznLKbY7qN nav.opened .hamburger span:nth-child(3) {
  transform: rotate(-45deg);
  transition: all 0.25s;
}
.cid-sznLKbY7qN nav.opened .hamburger span:nth-child(4) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-sznLKbY7qN .navbar-dropdown {
  padding: 0 1rem;
  position: fixed;
}
.cid-sznLKbY7qN a.nav-link {
  display: flex;
  align-items: center;
  justify-content: center;
}
.cid-sznLKbY7qN .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-sznLKbY7qN .navbar {
    height: 70px;
  }
  .cid-sznLKbY7qN .navbar.opened {
    height: auto;
  }
  .cid-sznLKbY7qN .nav-item .nav-link:hover::before {
    width: 175%;
    max-width: calc(100% + 2rem);
    left: -1rem;
  }
}
.cid-sznLKcHbxR {
  padding-top: 1rem;
  padding-bottom: 1rem;
  background-color: #ffffff;
}
@media (min-width: 992px) {
  .cid-sznLKcHbxR .carousel {
    min-height: 400px;
  }
  .cid-sznLKcHbxR .carousel img {
    max-height: 400px;
    object-fit: contain;
  }
}
@media (max-width: 991px) and (min-width: 768px) {
  .cid-sznLKcHbxR .carousel {
    min-height: 260px;
  }
  .cid-sznLKcHbxR .carousel img {
    max-height: 260px;
    object-fit: contain;
  }
}
@media (max-width: 767px) {
  .cid-sznLKcHbxR .carousel {
    min-height: 220px;
  }
  .cid-sznLKcHbxR .carousel img {
    max-height: 220px;
    object-fit: contain;
  }
  .cid-sznLKcHbxR .container .carousel-control {
    margin-bottom: 0;
  }
  .cid-sznLKcHbxR .content-slider-wrap {
    width: 100% !important;
  }
}
.cid-sznLKcHbxR .carousel,
.cid-sznLKcHbxR .carousel-inner {
  display: flex;
  align-items: center;
}
.cid-sznLKcHbxR .item-wrapper {
  width: 100%;
}
.cid-sznLKcHbxR .carousel-caption {
  bottom: 40px;
}
.cid-sznLKcHbxR .carousel-control:hover {
  background: #1b1b1b;
  color: #fff;
  opacity: 1;
}
.cid-sznLKcHbxR .mobi-mbri-arrow-next {
  margin-left: 5px;
}
.cid-sznLKcHbxR .mobi-mbri-arrow-prev {
  margin-right: 5px;
}
.cid-sznLKcHbxR .container .carousel-indicators {
  margin-bottom: 3px;
}
.cid-sznLKcHbxR .carousel-control {
  top: 50%;
  width: 60px;
  height: 60px;
  margin-top: -1.5rem;
  font-size: 22px;
  background-color: rgba(0, 0, 0, 0.5);
  border: 2px solid #fff;
  border-radius: 50%;
  transition: all 0.3s;
}
.cid-sznLKcHbxR .carousel-control.carousel-control-prev {
  left: 0;
  margin-left: 2.5rem;
}
.cid-sznLKcHbxR .carousel-control.carousel-control-next {
  right: 0;
  margin-right: 2.5rem;
}
@media (max-width: 767px) {
  .cid-sznLKcHbxR .carousel-control {
    top: auto;
    bottom: 1rem;
  }
}
.cid-sznLKcHbxR .carousel-indicators {
  position: absolute;
  bottom: 0;
  margin-bottom: 1.5rem !important;
}
.cid-sznLKcHbxR .carousel-indicators li {
  max-width: 15px;
  height: 15px;
  width: 15px;
  max-height: 15px;
  margin: 3px;
  background-color: rgba(0, 0, 0, 0.5);
  border: 2px solid #fff;
  border-radius: 50%;
  opacity: 0.5;
  transition: all 0.3s;
}
.cid-sznLKcHbxR .carousel-indicators li.active,
.cid-sznLKcHbxR .carousel-indicators li:hover {
  opacity: 0.9;
}
.cid-sznLKcHbxR .carousel-indicators li::after,
.cid-sznLKcHbxR .carousel-indicators li::before {
  content: none;
}
.cid-sznLKcHbxR .carousel-indicators.ie-fix {
  left: 50%;
  display: block;
  width: 60%;
  margin-left: -30%;
  text-align: center;
}
@media (max-width: 768px) {
  .cid-sznLKcHbxR .carousel-indicators {
    display: none !important;
  }
}
.cid-sznLKdBuoV {
  padding-top: 0rem;
  padding-bottom: 1rem;
  background-color: #ffffff;
}
.cid-sznLKdBuoV .card-wrapper {
  padding-right: 2rem;
}
@media (max-width: 992px) {
  .cid-sznLKdBuoV .card {
    margin-bottom: 2rem!important;
  }
  .cid-sznLKdBuoV .card-wrapper {
    padding: 0 1rem;
  }
}
@media (max-width: 767px) {
  .cid-sznLKdBuoV .link-wrap {
    align-items: center;
  }
}
.cid-sznLKdBuoV .image-wrapper img {
  width: 100%;
  object-fit: cover;
}
.cid-sznLKdBuoV .card-title,
.cid-sznLKdBuoV .card-box {
  color: #5d59a7;
  text-align: center;
}
.cid-sznLKdBuoV .mbr-text,
.cid-sznLKdBuoV .link-wrap,
.cid-sznLKdBuoV .mbr-section-btn {
  text-align: left;
}
.cid-sznLKehlrm {
  padding-top: 0rem;
  padding-bottom: 0rem;
  background-color: #ffffff;
}
.cid-sznLKehlrm .card-wrapper {
  padding-right: 2rem;
}
@media (max-width: 992px) {
  .cid-sznLKehlrm .card {
    margin-bottom: 2rem!important;
  }
  .cid-sznLKehlrm .card-wrapper {
    padding: 0 1rem;
  }
}
@media (max-width: 767px) {
  .cid-sznLKehlrm .link-wrap {
    align-items: center;
  }
}
.cid-sznLKehlrm .image-wrapper img {
  width: 100%;
  object-fit: cover;
}
.cid-sznLKehlrm .mbr-text,
.cid-sznLKehlrm .link-wrap,
.cid-sznLKehlrm .mbr-section-btn {
  color: #5d59a7;
}
.cid-sDZfUJHOqm.popup-builder {
  background-color: #ffffff;
}
.cid-sDZfUJHOqm.popup-builder .modal {
  position: relative;
  display: block;
  z-index: 1;
}
.cid-sDZfUJHOqm.popup-builder .modal-dialog {
  margin-top: 60px;
  margin-bottom: 60px;
}
.cid-sDZfUJHOqm .modal-content,
.cid-sDZfUJHOqm .modal-dialog {
  height: auto;
}
.cid-sDZfUJHOqm .form-wrapper .input-group-btn {
  margin-right: auto;
  margin-left: auto;
}
.cid-sDZfUJHOqm .form-wrapper .input-group-btn .btn {
  margin: 0 !important;
}
@media (min-width: 769px) {
  .cid-sDZfUJHOqm .form-wrapper .mbr-form .form-group,
  .cid-sDZfUJHOqm .form-wrapper .mbr-form .input-group-btn {
    padding: 0 .5rem;
  }
}
.cid-sDZfUJHOqm .card-img {
  width: 100%;
  margin: auto;
  border-radius: 0;
}
.cid-sDZfUJHOqm .mbr-figure img {
  display: block;
  width: 100%;
  -ms-flex-item-align: center;
  -ms-grid-row-align: center;
  -webkit-align-self: center;
  align-self: center;
}
.cid-sDZfUJHOqm .mbr-text {
  text-align: left;
  color: #5d59a7;
}
.cid-sDZfUJHOqm .pt-0 {
  padding-top: 0 !important;
}
.cid-sDZfUJHOqm .pb-0 {
  padding-bottom: 0 !important;
}
.cid-sDZfUJHOqm .form-content {
  -ms-flex-pack: center;
  justify-content: center;
  text-align: center;
}
.cid-sDZfUJHOqm .mbr-overlay {
  bottom: 0;
  left: 0;
  position: absolute;
  right: 0;
  top: 0;
  z-index: 0;
  pointer-events: none;
}
.cid-sDZfUJHOqm .modal-open {
  overflow: hidden;
}
.cid-sDZfUJHOqm .modal-open .modal {
  overflow-x: hidden;
  overflow-y: auto;
}
.cid-sDZfUJHOqm .modal {
  position: fixed;
  top: 0;
  left: 0;
  z-index: 1050;
  display: none;
  width: 100%;
  height: 100%;
  overflow: hidden;
  outline: 0;
}
.cid-sDZfUJHOqm .modal-dialog {
  position: relative;
  width: auto;
  margin: .5rem;
  pointer-events: none;
}
.cid-sDZfUJHOqm .modal.fade .modal-dialog {
  transition: transform 0.3s ease-out, -webkit-transform 0.3s ease-out;
  -webkit-transform: translate(0, -50px);
  transform: translate(0, -50px);
}
.cid-sDZfUJHOqm .modal.show .modal-dialog {
  -webkit-transform: none;
  transform: none;
}
.cid-sDZfUJHOqm .modal-dialog-centered {
  display: flex;
  -ms-flex-align: center;
  align-items: center;
  min-height: calc(100% - (.5rem * 2));
}
.cid-sDZfUJHOqm .modal-dialog-centered::before {
  display: block;
  height: calc(100vh - (.5rem * 2));
  content: "";
}
.cid-sDZfUJHOqm .modal-content {
  background: #ffffff;
  position: relative;
  display: flex;
  -ms-flex-direction: column;
  flex-direction: column;
  width: 100%;
  pointer-events: auto;
  background-clip: padding-box;
  border: none;
  outline: 0;
  -webkit-box-shadow: 0 10px 40px 0 rgba(0, 0, 0, 0.2);
  box-shadow: 0 10px 40px 0 rgba(0, 0, 0, 0.2);
}
.cid-sDZfUJHOqm .modal-backdrop {
  position: fixed;
  top: 0;
  left: 0;
  z-index: 1040;
  width: 100vw;
  height: 100vh;
  background-color: #000;
}
.cid-sDZfUJHOqm .modal-backdrop.fade {
  opacity: 0;
}
.cid-sDZfUJHOqm .modal-backdrop.show {
  opacity: .5;
}
.cid-sDZfUJHOqm .modal-header {
  display: flex;
  -ms-flex-align: start;
  align-items: flex-start;
  -ms-flex-pack: justify;
  justify-content: space-between;
  border-bottom: none;
}
@media (min-width: 992px) {
  .cid-sDZfUJHOqm .modal-header {
    padding: 2rem;
  }
}
@media (max-width: 991px) {
  .cid-sDZfUJHOqm .modal-header {
    padding: 1rem;
  }
}
.cid-sDZfUJHOqm .modal-header .close {
  position: absolute;
  top: auto;
  right: 1rem;
  margin: -1rem -1rem -1rem auto;
  padding: 1rem;
  opacity: .75;
}
.cid-sDZfUJHOqm .modal-header .close:hover {
  opacity: 1;
}
.cid-sDZfUJHOqm .modal-header .close:focus {
  outline: none;
}
.cid-sDZfUJHOqm .modal-title {
  line-height: 1.5;
  width: 100%;
  margin: 0;
  text-align: center;
  color: #5d59a7;
}
.cid-sDZfUJHOqm .modal-body {
  position: relative;
  -ms-flex: 1 1 auto;
  flex: 1 1 auto;
  min-height: 100%;
}
@media (min-width: 992px) {
  .cid-sDZfUJHOqm .modal-body {
    padding: 1rem 2rem;
  }
}
@media (max-width: 991px) {
  .cid-sDZfUJHOqm .modal-body {
    padding: 1rem;
  }
}
.cid-sDZfUJHOqm .modal-footer {
  display: flex;
  -ms-flex-align: center;
  align-items: center;
  -ms-flex-pack: center;
  justify-content: center;
  border-top: none;
  text-align: center;
}
@media (min-width: 992px) {
  .cid-sDZfUJHOqm .modal-footer {
    padding: 1rem 2rem;
  }
}
@media (max-width: 991px) {
  .cid-sDZfUJHOqm .modal-footer {
    padding: 1rem;
  }
}
.cid-sDZfUJHOqm .modal-scrollbar-measure {
  position: absolute;
  top: -9999px;
  width: 50px;
  height: 50px;
  overflow: scroll;
}
@media (min-width: 576px) {
  .cid-sDZfUJHOqm .modal-dialog {
    max-width: 500px;
    margin: 1.75rem auto;
  }
  .cid-sDZfUJHOqm .modal-dialog-centered {
    min-height: calc(100% - (1.75rem * 2));
  }
  .cid-sDZfUJHOqm .modal-dialog-centered::before {
    height: calc(100vh - (1.75rem * 2));
  }
  .cid-sDZfUJHOqm .modal-sm {
    max-width: 300px;
  }
  .cid-sDZfUJHOqm .container {
    max-width: 540px;
  }
}
@media (min-width: 992px) {
  .cid-sDZfUJHOqm .modal-lg,
  .cid-sDZfUJHOqm .modal-xl {
    max-width: 800px;
  }
  .cid-sDZfUJHOqm .container {
    max-width: 960px;
  }
}
@media (min-width: 1200px) {
  .cid-sDZfUJHOqm .modal-xl {
    max-width: 1140px;
  }
  .cid-sDZfUJHOqm .container {
    max-width: 1140px;
  }
}
.cid-sDZfUJHOqm .container {
  width: 100%;
  padding-right: 15px;
  padding-left: 15px;
  margin-right: auto;
  margin-left: auto;
}
@media (min-width: 768px) {
  .cid-sDZfUJHOqm .container {
    max-width: 720px;
  }
}
.cid-sDZfUJHOqm .row {
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  margin-right: -15px;
  margin-left: -15px;
}
.cid-sDZfUJHOqm .col-md-4 {
  position: relative;
  width: 100%;
  padding-right: 15px;
  padding-left: 15px;
  -ms-flex: 0 0 33.333333%;
  flex: 0 0 33.333333%;
  max-width: 33.333333%;
}
.cid-sDZfUJHOqm .form-group {
  margin-bottom: 1rem;
}
.cid-sDZfUJHOqm .form-control {
  display: block;
  width: 100%;
  font-size: 1rem;
  font-weight: 400;
  line-height: 1.5;
}
.cid-sDZfUJHOqm .col {
  -ms-flex-preferred-size: 0;
  flex-basis: 0;
  -ms-flex-positive: 1;
  flex-grow: 1;
  max-width: 100%;
}
.cid-sDZfUJHOqm .col-md-auto {
  position: relative;
  padding-right: 15px;
  padding-left: 15px;
  -ms-flex: 0 0 auto;
  flex: 0 0 auto;
  width: auto;
  max-width: 100%;
}
.cid-sznOxNa3nY {
  padding-top: 1rem;
  padding-bottom: 1rem;
  background-color: #bed3f9;
}
.cid-sznOxNa3nY ul {
  list-style: none;
  margin: 0;
  padding-left: 2.5rem;
}
.cid-sznOxNa3nY li {
  position: relative;
  margin-bottom: 1rem;
}
.cid-sznOxNa3nY ul li::before {
  position: absolute;
  left: -1.6rem;
  content: "\2022";
  color: #5d59a7;
  font-weight: bold;
  font-size: 2rem;
  width: 1.6rem;
}
.cid-sznOxNa3nY H3 {
  color: #5d59a7;
}
.cid-sznOxNa3nY .list {
  color: #5d59a7;
}
.cid-sDZMoP0Ja9 {
  padding-top: 0rem;
  padding-bottom: 0rem;
  background-color: #ffffff;
}
@media (min-width: 992px) {
  .cid-sDZMoP0Ja9 .carousel {
    min-height: 700px;
  }
  .cid-sDZMoP0Ja9 .carousel img {
    max-height: 700px;
    object-fit: contain;
  }
}
@media (max-width: 991px) and (min-width: 768px) {
  .cid-sDZMoP0Ja9 .carousel {
    min-height: 455px;
  }
  .cid-sDZMoP0Ja9 .carousel img {
    max-height: 455px;
    object-fit: contain;
  }
}
@media (max-width: 767px) {
  .cid-sDZMoP0Ja9 .carousel {
    min-height: 385px;
  }
  .cid-sDZMoP0Ja9 .carousel img {
    max-height: 385px;
    object-fit: contain;
  }
  .cid-sDZMoP0Ja9 .container .carousel-control {
    margin-bottom: 0;
  }
  .cid-sDZMoP0Ja9 .content-slider-wrap {
    width: 100% !important;
  }
}
.cid-sDZMoP0Ja9 .carousel,
.cid-sDZMoP0Ja9 .carousel-inner {
  display: flex;
  align-items: center;
}
.cid-sDZMoP0Ja9 .item-wrapper {
  width: 100%;
}
.cid-sDZMoP0Ja9 .carousel-caption {
  bottom: 40px;
}
.cid-sDZMoP0Ja9 .carousel-control:hover {
  background: #1b1b1b;
  color: #fff;
  opacity: 1;
}
.cid-sDZMoP0Ja9 .mobi-mbri-arrow-next {
  margin-left: 5px;
}
.cid-sDZMoP0Ja9 .mobi-mbri-arrow-prev {
  margin-right: 5px;
}
.cid-sDZMoP0Ja9 .container .carousel-indicators {
  margin-bottom: 3px;
}
.cid-sDZMoP0Ja9 .carousel-control {
  top: 50%;
  width: 60px;
  height: 60px;
  margin-top: -1.5rem;
  font-size: 22px;
  background-color: rgba(0, 0, 0, 0.5);
  border: 2px solid #fff;
  border-radius: 50%;
  transition: all 0.3s;
}
.cid-sDZMoP0Ja9 .carousel-control.carousel-control-prev {
  left: 0;
  margin-left: 2.5rem;
}
.cid-sDZMoP0Ja9 .carousel-control.carousel-control-next {
  right: 0;
  margin-right: 2.5rem;
}
@media (max-width: 767px) {
  .cid-sDZMoP0Ja9 .carousel-control {
    top: auto;
    bottom: 1rem;
  }
}
.cid-sDZMoP0Ja9 .carousel-indicators {
  position: absolute;
  bottom: 0;
  margin-bottom: 1.5rem !important;
}
.cid-sDZMoP0Ja9 .carousel-indicators li {
  max-width: 15px;
  height: 15px;
  width: 15px;
  max-height: 15px;
  margin: 3px;
  background-color: rgba(0, 0, 0, 0.5);
  border: 2px solid #fff;
  border-radius: 50%;
  opacity: 0.5;
  transition: all 0.3s;
}
.cid-sDZMoP0Ja9 .carousel-indicators li.active,
.cid-sDZMoP0Ja9 .carousel-indicators li:hover {
  opacity: 0.9;
}
.cid-sDZMoP0Ja9 .carousel-indicators li::after,
.cid-sDZMoP0Ja9 .carousel-indicators li::before {
  content: none;
}
.cid-sDZMoP0Ja9 .carousel-indicators.ie-fix {
  left: 50%;
  display: block;
  width: 60%;
  margin-left: -30%;
  text-align: center;
}
@media (max-width: 768px) {
  .cid-sDZMoP0Ja9 .carousel-indicators {
    display: none !important;
  }
}
.cid-sHGDOYktJL {
  padding-top: 1rem;
  padding-bottom: 0rem;
  background-color: #5d59a7;
}
.cid-sHGDOYktJL .media-wrap {
  margin: 0 auto;
  padding: 0;
}
@media (max-width: 991px) {
  .cid-sHGDOYktJL .media-wrap {
    margin-bottom: 1rem;
  }
}
@media (max-width: 767px) {
  .cid-sHGDOYktJL .row {
    text-align: center;
  }
  .cid-sHGDOYktJL .row > div {
    margin: auto;
  }
  .cid-sHGDOYktJL .social-row {
    justify-content: center;
  }
}
.cid-sHGDOYktJL .social-row {
  display: flex;
  flex-wrap: wrap;
}
.cid-sHGDOYktJL .list {
  list-style: none;
  padding-left: 0;
  color: #ffffff;
  text-align: left;
}
@media (max-width: 991px) {
  .cid-sHGDOYktJL .list {
    margin-bottom: 2rem;
  }
}
@media (min-width: 992px) {
  .cid-sHGDOYktJL .list {
    margin-bottom: 0rem;
  }
}
.cid-sHGDOYktJL .mbr-text {
  transition: .2s all;
}
.cid-sHGDOYktJL .mbr-text:hover {
  color: #ff6666;
}
.cid-sHGDOYktJL .soc-item {
  display: flex;
  align-items: center;
  justify-content: center;
  border-radius: 50%;
  background-color: #40b0bf;
  margin-right: 0.5rem;
  margin-bottom: 1rem;
  padding: 0.5rem;
  height: 2.5rem;
  width: 2.5rem;
  transition: .2s all;
}
.cid-sHGDOYktJL .soc-item:hover {
  background-color: #ff6666;
}
.cid-sHGDOYktJL .mbr-iconfont {
  color: black;
}
.cid-sHGDOYktJL .flex {
  display: flex;
}
@media (max-width: 990px) {
  .cid-sHGDOYktJL .flex {
    display: block;
  }
}
.cid-sHGDOYktJL .follow {
  vertical-align: sub;
  color: #8d8d8d;
  margin-right: 20px;
  line-height: 2.5rem;
}
@media (max-width: 765px) {
  .cid-sHGDOYktJL .follow {
    margin-right: 0px;
  }
}
.cid-sHGDOYktJL .footer-sotial {
  justify-content: space-between;
}
.cid-sHGDOYktJL .rigth-col {
  text-align: right;
}
@media (max-width: 765px) {
  .cid-sHGDOYktJL .rigth-col {
    text-align: center;
  }
}
@media (max-width: 991px) {
  .cid-sHGDOYktJL div > *:last-child {
    margin-top: 0 !important;
  }
}
.cid-sHGDOYktJL .item-wrap {
  text-transform: uppercase;
}
@media (max-width: 765px) {
  .cid-sHGDOYktJL .item-wrap {
    text-align: center;
  }
}
.cid-sHGDOYktJL H5 {
  color: #f7f7f7;
}
.cid-sHGDOYktJL .mbr-section-subtitle {
  color: #ffffff;
}
.cid-sHGDOYktJL .number {
  color: #ff6666;
  font-weight: bold;
}
.cid-sHGDOYktJL .number:hover {
  color: #5d59a7;
}
.cid-sHGDOYktJL .social_out {
  display: flex;
  margin-top: 8rem;
}
@media (max-width: 765px) {
  .cid-sHGDOYktJL .social_out {
    display: block;
  }
}
.cid-sHGDOYktJL .email {
  transition: .2s all;
}
.cid-sHGDOYktJL .email:hover {
  color: #5d59a7;
}
.cid-sHGDOYktJL .copyright {
  color: #000000;
}
.cid-sHGDOYktJL .mbr-section-subtitle P {
  text-align: right;
}
@media (max-width: 765px) {
  .cid-sHGDOYktJL .mbr-section-subtitle P {
    text-align: center;
  }
}
.cid-sHGDOYktJL .mbr-section-subtitle DIV {
  text-align: right;
}
@media (max-width: 765px) {
  .cid-sHGDOYktJL .mbr-section-subtitle DIV {
    text-align: center;
  }
}
.cid-sHGDOYktJL .copyright P {
  vertical-align: sub;
  display: inline-block;
  color: #868378;
  text-align: center;
}
.cid-sHGDOYktJL .socicon {
  color: #fff;
}
.cid-sHGDOYktJL .icons {
  width: 18px;
  height: 20px;
}
.cid-sHGDOYktJL .href {
  padding-bottom: 1.5rem;
}
.cid-sznSWaGcWI {
  z-index: 1000;
  width: 100%;
  position: relative;
  min-height: 60px;
}
.cid-sznSWaGcWI nav.navbar {
  position: fixed;
}
.cid-sznSWaGcWI .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-sznSWaGcWI .dropdown-menu {
  padding: 0;
  border-radius: 4px;
  box-shadow: 0 1px 3px 0 rgba(0, 0, 0, 0.1);
}
.cid-sznSWaGcWI .dropdown-item {
  border-bottom: 1px solid #e6e6e6;
}
.cid-sznSWaGcWI .dropdown-item:hover,
.cid-sznSWaGcWI .dropdown-item:focus {
  background: #5d59a7 !important;
  color: white !important;
}
.cid-sznSWaGcWI .dropdown-item:first-child {
  border-top-left-radius: 4px;
  border-top-right-radius: 4px;
}
.cid-sznSWaGcWI .dropdown-item:last-child {
  border-bottom: none;
  border-bottom-left-radius: 4px;
  border-bottom-right-radius: 4px;
}
.cid-sznSWaGcWI .nav-dropdown .link {
  padding: 0 0.3em !important;
  margin: 0.667em 1em !important;
}
.cid-sznSWaGcWI .nav-dropdown .link.dropdown-toggle::after {
  margin-left: 0.5rem;
  margin-top: 0.2rem;
}
.cid-sznSWaGcWI .nav-link {
  position: relative;
}
.cid-sznSWaGcWI .container {
  display: flex;
  margin: auto;
}
.cid-sznSWaGcWI .iconfont-wrapper {
  color: #000000 !important;
  font-size: 1.5rem;
  padding-right: 0.5rem;
}
.cid-sznSWaGcWI .dropdown-menu,
.cid-sznSWaGcWI .navbar.opened {
  background: #ffffff !important;
}
.cid-sznSWaGcWI .nav-item:focus,
.cid-sznSWaGcWI .nav-link:focus {
  outline: none;
}
.cid-sznSWaGcWI .dropdown .dropdown-menu .dropdown-item {
  width: auto;
  transition: all 0.25s ease-in-out;
}
.cid-sznSWaGcWI .dropdown .dropdown-menu .dropdown-item::after {
  right: 0.5rem;
}
.cid-sznSWaGcWI .dropdown .dropdown-menu .dropdown-item .mbr-iconfont {
  margin-right: 0.5rem;
  vertical-align: sub;
}
.cid-sznSWaGcWI .dropdown .dropdown-menu .dropdown-item .mbr-iconfont:before {
  display: inline-block;
  transform: scale(1, 1);
  transition: all 0.25s ease-in-out;
}
.cid-sznSWaGcWI .collapsed .dropdown-menu .dropdown-item:before {
  display: none;
}
.cid-sznSWaGcWI .collapsed .dropdown .dropdown-menu .dropdown-item {
  padding: 0.235em 1.5em 0.235em 1.5em !important;
  transition: none;
  margin: 0 !important;
}
.cid-sznSWaGcWI .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-sznSWaGcWI .navbar.opened {
  transition: all 0.3s;
}
.cid-sznSWaGcWI .navbar .dropdown-item {
  padding: 0.5rem 1.8rem;
}
.cid-sznSWaGcWI .navbar .navbar-logo img {
  width: auto;
}
.cid-sznSWaGcWI .navbar .navbar-collapse {
  justify-content: flex-end;
  z-index: 1;
}
.cid-sznSWaGcWI .navbar.collapsed {
  justify-content: center;
}
.cid-sznSWaGcWI .navbar.collapsed .nav-item .nav-link::before {
  display: none;
}
.cid-sznSWaGcWI .navbar.collapsed.opened .dropdown-menu {
  top: 0;
}
@media (min-width: 992px) {
  .cid-sznSWaGcWI .navbar.collapsed.opened:not(.navbar-short) .navbar-collapse {
    max-height: calc(98.5vh - 5.1rem);
  }
}
.cid-sznSWaGcWI .navbar.collapsed .dropdown-menu .dropdown-submenu {
  left: 0 !important;
}
.cid-sznSWaGcWI .navbar.collapsed .dropdown-menu .dropdown-item:after {
  right: auto;
}
.cid-sznSWaGcWI .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-sznSWaGcWI .navbar.collapsed ul.navbar-nav li {
  margin: auto;
}
.cid-sznSWaGcWI .navbar.collapsed .dropdown-menu .dropdown-item {
  padding: 0.25rem 1.5rem;
  text-align: center;
}
.cid-sznSWaGcWI .navbar.collapsed .icons-menu {
  padding-left: 0;
  padding-right: 0;
  padding-top: 0.5rem;
  padding-bottom: 0.5rem;
}
@media (max-width: 991px) {
  .cid-sznSWaGcWI .navbar .nav-item .nav-link::before {
    display: none;
  }
  .cid-sznSWaGcWI .navbar.opened .dropdown-menu {
    top: 0;
  }
  .cid-sznSWaGcWI .navbar .dropdown-menu .dropdown-submenu {
    left: 0 !important;
  }
  .cid-sznSWaGcWI .navbar .dropdown-menu .dropdown-item:after {
    right: auto;
  }
  .cid-sznSWaGcWI .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-sznSWaGcWI .navbar .navbar-logo img {
    height: 3rem !important;
  }
  .cid-sznSWaGcWI .navbar ul.navbar-nav li {
    margin: auto;
  }
  .cid-sznSWaGcWI .navbar .dropdown-menu .dropdown-item {
    padding: 0.25rem 1.5rem !important;
    text-align: center;
  }
  .cid-sznSWaGcWI .navbar .navbar-brand {
    flex-shrink: initial;
    flex-basis: auto;
    word-break: break-word;
    padding-right: 2rem;
  }
  .cid-sznSWaGcWI .navbar .navbar-toggler {
    flex-basis: auto;
  }
  .cid-sznSWaGcWI .navbar .icons-menu {
    padding-left: 0;
    padding-top: 0.5rem;
    padding-bottom: 0.5rem;
  }
}
.cid-sznSWaGcWI .navbar.navbar-short {
  min-height: 60px;
}
.cid-sznSWaGcWI .navbar.navbar-short .navbar-logo img {
  height: 2.5rem !important;
}
.cid-sznSWaGcWI .navbar.navbar-short .navbar-brand {
  min-height: 60px;
  padding: 0;
}
.cid-sznSWaGcWI .navbar-brand {
  min-height: 70px;
  flex-shrink: 0;
  align-items: center;
  margin-right: 0;
  padding: 10px 0;
  transition: all 0.3s;
  word-break: break-word;
  z-index: 1;
}
.cid-sznSWaGcWI .navbar-brand .navbar-caption {
  line-height: inherit !important;
}
.cid-sznSWaGcWI .navbar-brand .navbar-logo a {
  outline: none;
}
.cid-sznSWaGcWI .dropdown-item.active,
.cid-sznSWaGcWI .dropdown-item:active {
  background-color: transparent;
}
.cid-sznSWaGcWI .navbar-expand-lg .navbar-nav .nav-link {
  padding: 0;
}
.cid-sznSWaGcWI .nav-dropdown .link.dropdown-toggle {
  margin-right: 1.667em;
}
.cid-sznSWaGcWI .nav-dropdown .link.dropdown-toggle[aria-expanded="true"] {
  margin-right: 0;
  padding: 0.667em 1.667em;
}
.cid-sznSWaGcWI .navbar.navbar-expand-lg .dropdown .dropdown-menu {
  background: #ffffff;
}
.cid-sznSWaGcWI .navbar.navbar-expand-lg .dropdown .dropdown-menu .dropdown-submenu {
  margin: 0;
  left: 100%;
}
.cid-sznSWaGcWI .navbar .dropdown.open > .dropdown-menu {
  display: block;
}
.cid-sznSWaGcWI ul.navbar-nav {
  flex-wrap: wrap;
}
.cid-sznSWaGcWI .navbar-buttons {
  text-align: center;
  min-width: 170px;
}
.cid-sznSWaGcWI button.navbar-toggler {
  outline: none;
  width: 31px;
  height: 20px;
  cursor: pointer;
  transition: all 0.2s;
  position: relative;
  align-self: center;
}
.cid-sznSWaGcWI button.navbar-toggler .hamburger span {
  position: absolute;
  right: 0;
  width: 30px;
  height: 2px;
  border-right: 5px;
  background-color: #5d59a7;
}
.cid-sznSWaGcWI button.navbar-toggler .hamburger span:nth-child(1) {
  top: 0;
  transition: all 0.2s;
}
.cid-sznSWaGcWI button.navbar-toggler .hamburger span:nth-child(2) {
  top: 8px;
  transition: all 0.15s;
}
.cid-sznSWaGcWI button.navbar-toggler .hamburger span:nth-child(3) {
  top: 8px;
  transition: all 0.15s;
}
.cid-sznSWaGcWI button.navbar-toggler .hamburger span:nth-child(4) {
  top: 16px;
  transition: all 0.2s;
}
.cid-sznSWaGcWI nav.opened .hamburger span:nth-child(1) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-sznSWaGcWI nav.opened .hamburger span:nth-child(2) {
  transform: rotate(45deg);
  transition: all 0.25s;
}
.cid-sznSWaGcWI nav.opened .hamburger span:nth-child(3) {
  transform: rotate(-45deg);
  transition: all 0.25s;
}
.cid-sznSWaGcWI nav.opened .hamburger span:nth-child(4) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-sznSWaGcWI .navbar-dropdown {
  padding: 0 1rem;
  position: fixed;
}
.cid-sznSWaGcWI a.nav-link {
  display: flex;
  align-items: center;
  justify-content: center;
}
.cid-sznSWaGcWI .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-sznSWaGcWI .navbar {
    height: 70px;
  }
  .cid-sznSWaGcWI .navbar.opened {
    height: auto;
  }
  .cid-sznSWaGcWI .nav-item .nav-link:hover::before {
    width: 175%;
    max-width: calc(100% + 2rem);
    left: -1rem;
  }
}
.cid-sznSWbYvTS {
  padding-top: 1rem;
  padding-bottom: 1rem;
  background-color: #ffffff;
}
@media (min-width: 992px) {
  .cid-sznSWbYvTS .carousel {
    min-height: 400px;
  }
  .cid-sznSWbYvTS .carousel img {
    max-height: 400px;
    object-fit: contain;
  }
}
@media (max-width: 991px) and (min-width: 768px) {
  .cid-sznSWbYvTS .carousel {
    min-height: 260px;
  }
  .cid-sznSWbYvTS .carousel img {
    max-height: 260px;
    object-fit: contain;
  }
}
@media (max-width: 767px) {
  .cid-sznSWbYvTS .carousel {
    min-height: 220px;
  }
  .cid-sznSWbYvTS .carousel img {
    max-height: 220px;
    object-fit: contain;
  }
  .cid-sznSWbYvTS .container .carousel-control {
    margin-bottom: 0;
  }
  .cid-sznSWbYvTS .content-slider-wrap {
    width: 100% !important;
  }
}
.cid-sznSWbYvTS .carousel,
.cid-sznSWbYvTS .carousel-inner {
  display: flex;
  align-items: center;
}
.cid-sznSWbYvTS .item-wrapper {
  width: 100%;
}
.cid-sznSWbYvTS .carousel-caption {
  bottom: 40px;
}
.cid-sznSWbYvTS .carousel-control:hover {
  background: #1b1b1b;
  color: #fff;
  opacity: 1;
}
.cid-sznSWbYvTS .mobi-mbri-arrow-next {
  margin-left: 5px;
}
.cid-sznSWbYvTS .mobi-mbri-arrow-prev {
  margin-right: 5px;
}
.cid-sznSWbYvTS .container .carousel-indicators {
  margin-bottom: 3px;
}
.cid-sznSWbYvTS .carousel-control {
  top: 50%;
  width: 60px;
  height: 60px;
  margin-top: -1.5rem;
  font-size: 22px;
  background-color: rgba(0, 0, 0, 0.5);
  border: 2px solid #fff;
  border-radius: 50%;
  transition: all 0.3s;
}
.cid-sznSWbYvTS .carousel-control.carousel-control-prev {
  left: 0;
  margin-left: 2.5rem;
}
.cid-sznSWbYvTS .carousel-control.carousel-control-next {
  right: 0;
  margin-right: 2.5rem;
}
@media (max-width: 767px) {
  .cid-sznSWbYvTS .carousel-control {
    top: auto;
    bottom: 1rem;
  }
}
.cid-sznSWbYvTS .carousel-indicators {
  position: absolute;
  bottom: 0;
  margin-bottom: 1.5rem !important;
}
.cid-sznSWbYvTS .carousel-indicators li {
  max-width: 15px;
  height: 15px;
  width: 15px;
  max-height: 15px;
  margin: 3px;
  background-color: rgba(0, 0, 0, 0.5);
  border: 2px solid #fff;
  border-radius: 50%;
  opacity: 0.5;
  transition: all 0.3s;
}
.cid-sznSWbYvTS .carousel-indicators li.active,
.cid-sznSWbYvTS .carousel-indicators li:hover {
  opacity: 0.9;
}
.cid-sznSWbYvTS .carousel-indicators li::after,
.cid-sznSWbYvTS .carousel-indicators li::before {
  content: none;
}
.cid-sznSWbYvTS .carousel-indicators.ie-fix {
  left: 50%;
  display: block;
  width: 60%;
  margin-left: -30%;
  text-align: center;
}
@media (max-width: 768px) {
  .cid-sznSWbYvTS .carousel-indicators {
    display: none !important;
  }
}
.cid-sznSWdikz6 {
  padding-top: 0rem;
  padding-bottom: 1rem;
  background-color: #ffffff;
}
.cid-sznSWdikz6 .card-wrapper {
  padding-right: 2rem;
}
@media (max-width: 992px) {
  .cid-sznSWdikz6 .card {
    margin-bottom: 2rem!important;
  }
  .cid-sznSWdikz6 .card-wrapper {
    padding: 0 1rem;
  }
}
@media (max-width: 767px) {
  .cid-sznSWdikz6 .link-wrap {
    align-items: center;
  }
}
.cid-sznSWdikz6 .image-wrapper img {
  width: 100%;
  object-fit: cover;
}
.cid-sznSWdikz6 .card-title,
.cid-sznSWdikz6 .card-box {
  color: #5d59a7;
  text-align: center;
}
.cid-sznSWdikz6 .mbr-text,
.cid-sznSWdikz6 .link-wrap,
.cid-sznSWdikz6 .mbr-section-btn {
  text-align: left;
}
.cid-sHGDOYktJL {
  padding-top: 1rem;
  padding-bottom: 0rem;
  background-color: #5d59a7;
}
.cid-sHGDOYktJL .media-wrap {
  margin: 0 auto;
  padding: 0;
}
@media (max-width: 991px) {
  .cid-sHGDOYktJL .media-wrap {
    margin-bottom: 1rem;
  }
}
@media (max-width: 767px) {
  .cid-sHGDOYktJL .row {
    text-align: center;
  }
  .cid-sHGDOYktJL .row > div {
    margin: auto;
  }
  .cid-sHGDOYktJL .social-row {
    justify-content: center;
  }
}
.cid-sHGDOYktJL .social-row {
  display: flex;
  flex-wrap: wrap;
}
.cid-sHGDOYktJL .list {
  list-style: none;
  padding-left: 0;
  color: #ffffff;
  text-align: left;
}
@media (max-width: 991px) {
  .cid-sHGDOYktJL .list {
    margin-bottom: 2rem;
  }
}
@media (min-width: 992px) {
  .cid-sHGDOYktJL .list {
    margin-bottom: 0rem;
  }
}
.cid-sHGDOYktJL .mbr-text {
  transition: .2s all;
}
.cid-sHGDOYktJL .mbr-text:hover {
  color: #ff6666;
}
.cid-sHGDOYktJL .soc-item {
  display: flex;
  align-items: center;
  justify-content: center;
  border-radius: 50%;
  background-color: #40b0bf;
  margin-right: 0.5rem;
  margin-bottom: 1rem;
  padding: 0.5rem;
  height: 2.5rem;
  width: 2.5rem;
  transition: .2s all;
}
.cid-sHGDOYktJL .soc-item:hover {
  background-color: #ff6666;
}
.cid-sHGDOYktJL .mbr-iconfont {
  color: black;
}
.cid-sHGDOYktJL .flex {
  display: flex;
}
@media (max-width: 990px) {
  .cid-sHGDOYktJL .flex {
    display: block;
  }
}
.cid-sHGDOYktJL .follow {
  vertical-align: sub;
  color: #8d8d8d;
  margin-right: 20px;
  line-height: 2.5rem;
}
@media (max-width: 765px) {
  .cid-sHGDOYktJL .follow {
    margin-right: 0px;
  }
}
.cid-sHGDOYktJL .footer-sotial {
  justify-content: space-between;
}
.cid-sHGDOYktJL .rigth-col {
  text-align: right;
}
@media (max-width: 765px) {
  .cid-sHGDOYktJL .rigth-col {
    text-align: center;
  }
}
@media (max-width: 991px) {
  .cid-sHGDOYktJL div > *:last-child {
    margin-top: 0 !important;
  }
}
.cid-sHGDOYktJL .item-wrap {
  text-transform: uppercase;
}
@media (max-width: 765px) {
  .cid-sHGDOYktJL .item-wrap {
    text-align: center;
  }
}
.cid-sHGDOYktJL H5 {
  color: #f7f7f7;
}
.cid-sHGDOYktJL .mbr-section-subtitle {
  color: #ffffff;
}
.cid-sHGDOYktJL .number {
  color: #ff6666;
  font-weight: bold;
}
.cid-sHGDOYktJL .number:hover {
  color: #5d59a7;
}
.cid-sHGDOYktJL .social_out {
  display: flex;
  margin-top: 8rem;
}
@media (max-width: 765px) {
  .cid-sHGDOYktJL .social_out {
    display: block;
  }
}
.cid-sHGDOYktJL .email {
  transition: .2s all;
}
.cid-sHGDOYktJL .email:hover {
  color: #5d59a7;
}
.cid-sHGDOYktJL .copyright {
  color: #000000;
}
.cid-sHGDOYktJL .mbr-section-subtitle P {
  text-align: right;
}
@media (max-width: 765px) {
  .cid-sHGDOYktJL .mbr-section-subtitle P {
    text-align: center;
  }
}
.cid-sHGDOYktJL .mbr-section-subtitle DIV {
  text-align: right;
}
@media (max-width: 765px) {
  .cid-sHGDOYktJL .mbr-section-subtitle DIV {
    text-align: center;
  }
}
.cid-sHGDOYktJL .copyright P {
  vertical-align: sub;
  display: inline-block;
  color: #868378;
  text-align: center;
}
.cid-sHGDOYktJL .socicon {
  color: #fff;
}
.cid-sHGDOYktJL .icons {
  width: 18px;
  height: 20px;
}
.cid-sHGDOYktJL .href {
  padding-bottom: 1.5rem;
}
.cid-sznXw5oK2b {
  z-index: 1000;
  width: 100%;
  position: relative;
  min-height: 60px;
}
.cid-sznXw5oK2b nav.navbar {
  position: fixed;
}
.cid-sznXw5oK2b .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-sznXw5oK2b .dropdown-menu {
  padding: 0;
  border-radius: 4px;
  box-shadow: 0 1px 3px 0 rgba(0, 0, 0, 0.1);
}
.cid-sznXw5oK2b .dropdown-item {
  border-bottom: 1px solid #e6e6e6;
}
.cid-sznXw5oK2b .dropdown-item:hover,
.cid-sznXw5oK2b .dropdown-item:focus {
  background: #5d59a7 !important;
  color: white !important;
}
.cid-sznXw5oK2b .dropdown-item:first-child {
  border-top-left-radius: 4px;
  border-top-right-radius: 4px;
}
.cid-sznXw5oK2b .dropdown-item:last-child {
  border-bottom: none;
  border-bottom-left-radius: 4px;
  border-bottom-right-radius: 4px;
}
.cid-sznXw5oK2b .nav-dropdown .link {
  padding: 0 0.3em !important;
  margin: 0.667em 1em !important;
}
.cid-sznXw5oK2b .nav-dropdown .link.dropdown-toggle::after {
  margin-left: 0.5rem;
  margin-top: 0.2rem;
}
.cid-sznXw5oK2b .nav-link {
  position: relative;
}
.cid-sznXw5oK2b .container {
  display: flex;
  margin: auto;
}
.cid-sznXw5oK2b .iconfont-wrapper {
  color: #000000 !important;
  font-size: 1.5rem;
  padding-right: 0.5rem;
}
.cid-sznXw5oK2b .dropdown-menu,
.cid-sznXw5oK2b .navbar.opened {
  background: #ffffff !important;
}
.cid-sznXw5oK2b .nav-item:focus,
.cid-sznXw5oK2b .nav-link:focus {
  outline: none;
}
.cid-sznXw5oK2b .dropdown .dropdown-menu .dropdown-item {
  width: auto;
  transition: all 0.25s ease-in-out;
}
.cid-sznXw5oK2b .dropdown .dropdown-menu .dropdown-item::after {
  right: 0.5rem;
}
.cid-sznXw5oK2b .dropdown .dropdown-menu .dropdown-item .mbr-iconfont {
  margin-right: 0.5rem;
  vertical-align: sub;
}
.cid-sznXw5oK2b .dropdown .dropdown-menu .dropdown-item .mbr-iconfont:before {
  display: inline-block;
  transform: scale(1, 1);
  transition: all 0.25s ease-in-out;
}
.cid-sznXw5oK2b .collapsed .dropdown-menu .dropdown-item:before {
  display: none;
}
.cid-sznXw5oK2b .collapsed .dropdown .dropdown-menu .dropdown-item {
  padding: 0.235em 1.5em 0.235em 1.5em !important;
  transition: none;
  margin: 0 !important;
}
.cid-sznXw5oK2b .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-sznXw5oK2b .navbar.opened {
  transition: all 0.3s;
}
.cid-sznXw5oK2b .navbar .dropdown-item {
  padding: 0.5rem 1.8rem;
}
.cid-sznXw5oK2b .navbar .navbar-logo img {
  width: auto;
}
.cid-sznXw5oK2b .navbar .navbar-collapse {
  justify-content: flex-end;
  z-index: 1;
}
.cid-sznXw5oK2b .navbar.collapsed {
  justify-content: center;
}
.cid-sznXw5oK2b .navbar.collapsed .nav-item .nav-link::before {
  display: none;
}
.cid-sznXw5oK2b .navbar.collapsed.opened .dropdown-menu {
  top: 0;
}
@media (min-width: 992px) {
  .cid-sznXw5oK2b .navbar.collapsed.opened:not(.navbar-short) .navbar-collapse {
    max-height: calc(98.5vh - 5.1rem);
  }
}
.cid-sznXw5oK2b .navbar.collapsed .dropdown-menu .dropdown-submenu {
  left: 0 !important;
}
.cid-sznXw5oK2b .navbar.collapsed .dropdown-menu .dropdown-item:after {
  right: auto;
}
.cid-sznXw5oK2b .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-sznXw5oK2b .navbar.collapsed ul.navbar-nav li {
  margin: auto;
}
.cid-sznXw5oK2b .navbar.collapsed .dropdown-menu .dropdown-item {
  padding: 0.25rem 1.5rem;
  text-align: center;
}
.cid-sznXw5oK2b .navbar.collapsed .icons-menu {
  padding-left: 0;
  padding-right: 0;
  padding-top: 0.5rem;
  padding-bottom: 0.5rem;
}
@media (max-width: 991px) {
  .cid-sznXw5oK2b .navbar .nav-item .nav-link::before {
    display: none;
  }
  .cid-sznXw5oK2b .navbar.opened .dropdown-menu {
    top: 0;
  }
  .cid-sznXw5oK2b .navbar .dropdown-menu .dropdown-submenu {
    left: 0 !important;
  }
  .cid-sznXw5oK2b .navbar .dropdown-menu .dropdown-item:after {
    right: auto;
  }
  .cid-sznXw5oK2b .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-sznXw5oK2b .navbar .navbar-logo img {
    height: 3rem !important;
  }
  .cid-sznXw5oK2b .navbar ul.navbar-nav li {
    margin: auto;
  }
  .cid-sznXw5oK2b .navbar .dropdown-menu .dropdown-item {
    padding: 0.25rem 1.5rem !important;
    text-align: center;
  }
  .cid-sznXw5oK2b .navbar .navbar-brand {
    flex-shrink: initial;
    flex-basis: auto;
    word-break: break-word;
    padding-right: 2rem;
  }
  .cid-sznXw5oK2b .navbar .navbar-toggler {
    flex-basis: auto;
  }
  .cid-sznXw5oK2b .navbar .icons-menu {
    padding-left: 0;
    padding-top: 0.5rem;
    padding-bottom: 0.5rem;
  }
}
.cid-sznXw5oK2b .navbar.navbar-short {
  min-height: 60px;
}
.cid-sznXw5oK2b .navbar.navbar-short .navbar-logo img {
  height: 2.5rem !important;
}
.cid-sznXw5oK2b .navbar.navbar-short .navbar-brand {
  min-height: 60px;
  padding: 0;
}
.cid-sznXw5oK2b .navbar-brand {
  min-height: 70px;
  flex-shrink: 0;
  align-items: center;
  margin-right: 0;
  padding: 10px 0;
  transition: all 0.3s;
  word-break: break-word;
  z-index: 1;
}
.cid-sznXw5oK2b .navbar-brand .navbar-caption {
  line-height: inherit !important;
}
.cid-sznXw5oK2b .navbar-brand .navbar-logo a {
  outline: none;
}
.cid-sznXw5oK2b .dropdown-item.active,
.cid-sznXw5oK2b .dropdown-item:active {
  background-color: transparent;
}
.cid-sznXw5oK2b .navbar-expand-lg .navbar-nav .nav-link {
  padding: 0;
}
.cid-sznXw5oK2b .nav-dropdown .link.dropdown-toggle {
  margin-right: 1.667em;
}
.cid-sznXw5oK2b .nav-dropdown .link.dropdown-toggle[aria-expanded="true"] {
  margin-right: 0;
  padding: 0.667em 1.667em;
}
.cid-sznXw5oK2b .navbar.navbar-expand-lg .dropdown .dropdown-menu {
  background: #ffffff;
}
.cid-sznXw5oK2b .navbar.navbar-expand-lg .dropdown .dropdown-menu .dropdown-submenu {
  margin: 0;
  left: 100%;
}
.cid-sznXw5oK2b .navbar .dropdown.open > .dropdown-menu {
  display: block;
}
.cid-sznXw5oK2b ul.navbar-nav {
  flex-wrap: wrap;
}
.cid-sznXw5oK2b .navbar-buttons {
  text-align: center;
  min-width: 170px;
}
.cid-sznXw5oK2b button.navbar-toggler {
  outline: none;
  width: 31px;
  height: 20px;
  cursor: pointer;
  transition: all 0.2s;
  position: relative;
  align-self: center;
}
.cid-sznXw5oK2b button.navbar-toggler .hamburger span {
  position: absolute;
  right: 0;
  width: 30px;
  height: 2px;
  border-right: 5px;
  background-color: #5d59a7;
}
.cid-sznXw5oK2b button.navbar-toggler .hamburger span:nth-child(1) {
  top: 0;
  transition: all 0.2s;
}
.cid-sznXw5oK2b button.navbar-toggler .hamburger span:nth-child(2) {
  top: 8px;
  transition: all 0.15s;
}
.cid-sznXw5oK2b button.navbar-toggler .hamburger span:nth-child(3) {
  top: 8px;
  transition: all 0.15s;
}
.cid-sznXw5oK2b button.navbar-toggler .hamburger span:nth-child(4) {
  top: 16px;
  transition: all 0.2s;
}
.cid-sznXw5oK2b nav.opened .hamburger span:nth-child(1) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-sznXw5oK2b nav.opened .hamburger span:nth-child(2) {
  transform: rotate(45deg);
  transition: all 0.25s;
}
.cid-sznXw5oK2b nav.opened .hamburger span:nth-child(3) {
  transform: rotate(-45deg);
  transition: all 0.25s;
}
.cid-sznXw5oK2b nav.opened .hamburger span:nth-child(4) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-sznXw5oK2b .navbar-dropdown {
  padding: 0 1rem;
  position: fixed;
}
.cid-sznXw5oK2b a.nav-link {
  display: flex;
  align-items: center;
  justify-content: center;
}
.cid-sznXw5oK2b .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-sznXw5oK2b .navbar {
    height: 70px;
  }
  .cid-sznXw5oK2b .navbar.opened {
    height: auto;
  }
  .cid-sznXw5oK2b .nav-item .nav-link:hover::before {
    width: 175%;
    max-width: calc(100% + 2rem);
    left: -1rem;
  }
}
.cid-sznXw6gNNx {
  padding-top: 1rem;
  padding-bottom: 1rem;
  background-color: #ffffff;
}
@media (min-width: 992px) {
  .cid-sznXw6gNNx .carousel {
    min-height: 400px;
  }
  .cid-sznXw6gNNx .carousel img {
    max-height: 400px;
    object-fit: contain;
  }
}
@media (max-width: 991px) and (min-width: 768px) {
  .cid-sznXw6gNNx .carousel {
    min-height: 260px;
  }
  .cid-sznXw6gNNx .carousel img {
    max-height: 260px;
    object-fit: contain;
  }
}
@media (max-width: 767px) {
  .cid-sznXw6gNNx .carousel {
    min-height: 220px;
  }
  .cid-sznXw6gNNx .carousel img {
    max-height: 220px;
    object-fit: contain;
  }
  .cid-sznXw6gNNx .container .carousel-control {
    margin-bottom: 0;
  }
  .cid-sznXw6gNNx .content-slider-wrap {
    width: 100% !important;
  }
}
.cid-sznXw6gNNx .carousel,
.cid-sznXw6gNNx .carousel-inner {
  display: flex;
  align-items: center;
}
.cid-sznXw6gNNx .item-wrapper {
  width: 100%;
}
.cid-sznXw6gNNx .carousel-caption {
  bottom: 40px;
}
.cid-sznXw6gNNx .carousel-control:hover {
  background: #1b1b1b;
  color: #fff;
  opacity: 1;
}
.cid-sznXw6gNNx .mobi-mbri-arrow-next {
  margin-left: 5px;
}
.cid-sznXw6gNNx .mobi-mbri-arrow-prev {
  margin-right: 5px;
}
.cid-sznXw6gNNx .container .carousel-indicators {
  margin-bottom: 3px;
}
.cid-sznXw6gNNx .carousel-control {
  top: 50%;
  width: 60px;
  height: 60px;
  margin-top: -1.5rem;
  font-size: 22px;
  background-color: rgba(0, 0, 0, 0.5);
  border: 2px solid #fff;
  border-radius: 50%;
  transition: all 0.3s;
}
.cid-sznXw6gNNx .carousel-control.carousel-control-prev {
  left: 0;
  margin-left: 2.5rem;
}
.cid-sznXw6gNNx .carousel-control.carousel-control-next {
  right: 0;
  margin-right: 2.5rem;
}
@media (max-width: 767px) {
  .cid-sznXw6gNNx .carousel-control {
    top: auto;
    bottom: 1rem;
  }
}
.cid-sznXw6gNNx .carousel-indicators {
  position: absolute;
  bottom: 0;
  margin-bottom: 1.5rem !important;
}
.cid-sznXw6gNNx .carousel-indicators li {
  max-width: 15px;
  height: 15px;
  width: 15px;
  max-height: 15px;
  margin: 3px;
  background-color: rgba(0, 0, 0, 0.5);
  border: 2px solid #fff;
  border-radius: 50%;
  opacity: 0.5;
  transition: all 0.3s;
}
.cid-sznXw6gNNx .carousel-indicators li.active,
.cid-sznXw6gNNx .carousel-indicators li:hover {
  opacity: 0.9;
}
.cid-sznXw6gNNx .carousel-indicators li::after,
.cid-sznXw6gNNx .carousel-indicators li::before {
  content: none;
}
.cid-sznXw6gNNx .carousel-indicators.ie-fix {
  left: 50%;
  display: block;
  width: 60%;
  margin-left: -30%;
  text-align: center;
}
@media (max-width: 768px) {
  .cid-sznXw6gNNx .carousel-indicators {
    display: none !important;
  }
}
.cid-sznXw7mWLZ {
  padding-top: 0rem;
  padding-bottom: 1rem;
  background-color: #ffffff;
}
.cid-sznXw7mWLZ .card-wrapper {
  padding-right: 2rem;
}
@media (max-width: 992px) {
  .cid-sznXw7mWLZ .card {
    margin-bottom: 2rem!important;
  }
  .cid-sznXw7mWLZ .card-wrapper {
    padding: 0 1rem;
  }
}
@media (max-width: 767px) {
  .cid-sznXw7mWLZ .link-wrap {
    align-items: center;
  }
}
.cid-sznXw7mWLZ .image-wrapper img {
  width: 100%;
  object-fit: cover;
}
.cid-sznXw7mWLZ .card-title,
.cid-sznXw7mWLZ .card-box {
  color: #5d59a7;
  text-align: center;
}
.cid-sznXw7mWLZ .mbr-text,
.cid-sznXw7mWLZ .link-wrap,
.cid-sznXw7mWLZ .mbr-section-btn {
  text-align: left;
}
.cid-sHGDOYktJL {
  padding-top: 1rem;
  padding-bottom: 0rem;
  background-color: #5d59a7;
}
.cid-sHGDOYktJL .media-wrap {
  margin: 0 auto;
  padding: 0;
}
@media (max-width: 991px) {
  .cid-sHGDOYktJL .media-wrap {
    margin-bottom: 1rem;
  }
}
@media (max-width: 767px) {
  .cid-sHGDOYktJL .row {
    text-align: center;
  }
  .cid-sHGDOYktJL .row > div {
    margin: auto;
  }
  .cid-sHGDOYktJL .social-row {
    justify-content: center;
  }
}
.cid-sHGDOYktJL .social-row {
  display: flex;
  flex-wrap: wrap;
}
.cid-sHGDOYktJL .list {
  list-style: none;
  padding-left: 0;
  color: #ffffff;
  text-align: left;
}
@media (max-width: 991px) {
  .cid-sHGDOYktJL .list {
    margin-bottom: 2rem;
  }
}
@media (min-width: 992px) {
  .cid-sHGDOYktJL .list {
    margin-bottom: 0rem;
  }
}
.cid-sHGDOYktJL .mbr-text {
  transition: .2s all;
}
.cid-sHGDOYktJL .mbr-text:hover {
  color: #ff6666;
}
.cid-sHGDOYktJL .soc-item {
  display: flex;
  align-items: center;
  justify-content: center;
  border-radius: 50%;
  background-color: #40b0bf;
  margin-right: 0.5rem;
  margin-bottom: 1rem;
  padding: 0.5rem;
  height: 2.5rem;
  width: 2.5rem;
  transition: .2s all;
}
.cid-sHGDOYktJL .soc-item:hover {
  background-color: #ff6666;
}
.cid-sHGDOYktJL .mbr-iconfont {
  color: black;
}
.cid-sHGDOYktJL .flex {
  display: flex;
}
@media (max-width: 990px) {
  .cid-sHGDOYktJL .flex {
    display: block;
  }
}
.cid-sHGDOYktJL .follow {
  vertical-align: sub;
  color: #8d8d8d;
  margin-right: 20px;
  line-height: 2.5rem;
}
@media (max-width: 765px) {
  .cid-sHGDOYktJL .follow {
    margin-right: 0px;
  }
}
.cid-sHGDOYktJL .footer-sotial {
  justify-content: space-between;
}
.cid-sHGDOYktJL .rigth-col {
  text-align: right;
}
@media (max-width: 765px) {
  .cid-sHGDOYktJL .rigth-col {
    text-align: center;
  }
}
@media (max-width: 991px) {
  .cid-sHGDOYktJL div > *:last-child {
    margin-top: 0 !important;
  }
}
.cid-sHGDOYktJL .item-wrap {
  text-transform: uppercase;
}
@media (max-width: 765px) {
  .cid-sHGDOYktJL .item-wrap {
    text-align: center;
  }
}
.cid-sHGDOYktJL H5 {
  color: #f7f7f7;
}
.cid-sHGDOYktJL .mbr-section-subtitle {
  color: #ffffff;
}
.cid-sHGDOYktJL .number {
  color: #ff6666;
  font-weight: bold;
}
.cid-sHGDOYktJL .number:hover {
  color: #5d59a7;
}
.cid-sHGDOYktJL .social_out {
  display: flex;
  margin-top: 8rem;
}
@media (max-width: 765px) {
  .cid-sHGDOYktJL .social_out {
    display: block;
  }
}
.cid-sHGDOYktJL .email {
  transition: .2s all;
}
.cid-sHGDOYktJL .email:hover {
  color: #5d59a7;
}
.cid-sHGDOYktJL .copyright {
  color: #000000;
}
.cid-sHGDOYktJL .mbr-section-subtitle P {
  text-align: right;
}
@media (max-width: 765px) {
  .cid-sHGDOYktJL .mbr-section-subtitle P {
    text-align: center;
  }
}
.cid-sHGDOYktJL .mbr-section-subtitle DIV {
  text-align: right;
}
@media (max-width: 765px) {
  .cid-sHGDOYktJL .mbr-section-subtitle DIV {
    text-align: center;
  }
}
.cid-sHGDOYktJL .copyright P {
  vertical-align: sub;
  display: inline-block;
  color: #868378;
  text-align: center;
}
.cid-sHGDOYktJL .socicon {
  color: #fff;
}
.cid-sHGDOYktJL .icons {
  width: 18px;
  height: 20px;
}
.cid-sHGDOYktJL .href {
  padding-bottom: 1.5rem;
}
.cid-sFFSN0XDjY {
  z-index: 1000;
  width: 100%;
  position: relative;
  min-height: 60px;
}
.cid-sFFSN0XDjY nav.navbar {
  position: fixed;
}
.cid-sFFSN0XDjY .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-sFFSN0XDjY .dropdown-menu {
  padding: 0;
  border-radius: 4px;
  box-shadow: 0 1px 3px 0 rgba(0, 0, 0, 0.1);
}
.cid-sFFSN0XDjY .dropdown-item {
  border-bottom: 1px solid #e6e6e6;
}
.cid-sFFSN0XDjY .dropdown-item:hover,
.cid-sFFSN0XDjY .dropdown-item:focus {
  background: #5d59a7 !important;
  color: white !important;
}
.cid-sFFSN0XDjY .dropdown-item:first-child {
  border-top-left-radius: 4px;
  border-top-right-radius: 4px;
}
.cid-sFFSN0XDjY .dropdown-item:last-child {
  border-bottom: none;
  border-bottom-left-radius: 4px;
  border-bottom-right-radius: 4px;
}
.cid-sFFSN0XDjY .nav-dropdown .link {
  padding: 0 0.3em !important;
  margin: 0.667em 1em !important;
}
.cid-sFFSN0XDjY .nav-dropdown .link.dropdown-toggle::after {
  margin-left: 0.5rem;
  margin-top: 0.2rem;
}
.cid-sFFSN0XDjY .nav-link {
  position: relative;
}
.cid-sFFSN0XDjY .container {
  display: flex;
  margin: auto;
}
.cid-sFFSN0XDjY .iconfont-wrapper {
  color: #000000 !important;
  font-size: 1.5rem;
  padding-right: 0.5rem;
}
.cid-sFFSN0XDjY .dropdown-menu,
.cid-sFFSN0XDjY .navbar.opened {
  background: #ffffff !important;
}
.cid-sFFSN0XDjY .nav-item:focus,
.cid-sFFSN0XDjY .nav-link:focus {
  outline: none;
}
.cid-sFFSN0XDjY .dropdown .dropdown-menu .dropdown-item {
  width: auto;
  transition: all 0.25s ease-in-out;
}
.cid-sFFSN0XDjY .dropdown .dropdown-menu .dropdown-item::after {
  right: 0.5rem;
}
.cid-sFFSN0XDjY .dropdown .dropdown-menu .dropdown-item .mbr-iconfont {
  margin-right: 0.5rem;
  vertical-align: sub;
}
.cid-sFFSN0XDjY .dropdown .dropdown-menu .dropdown-item .mbr-iconfont:before {
  display: inline-block;
  transform: scale(1, 1);
  transition: all 0.25s ease-in-out;
}
.cid-sFFSN0XDjY .collapsed .dropdown-menu .dropdown-item:before {
  display: none;
}
.cid-sFFSN0XDjY .collapsed .dropdown .dropdown-menu .dropdown-item {
  padding: 0.235em 1.5em 0.235em 1.5em !important;
  transition: none;
  margin: 0 !important;
}
.cid-sFFSN0XDjY .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-sFFSN0XDjY .navbar.opened {
  transition: all 0.3s;
}
.cid-sFFSN0XDjY .navbar .dropdown-item {
  padding: 0.5rem 1.8rem;
}
.cid-sFFSN0XDjY .navbar .navbar-logo img {
  width: auto;
}
.cid-sFFSN0XDjY .navbar .navbar-collapse {
  justify-content: flex-end;
  z-index: 1;
}
.cid-sFFSN0XDjY .navbar.collapsed {
  justify-content: center;
}
.cid-sFFSN0XDjY .navbar.collapsed .nav-item .nav-link::before {
  display: none;
}
.cid-sFFSN0XDjY .navbar.collapsed.opened .dropdown-menu {
  top: 0;
}
@media (min-width: 992px) {
  .cid-sFFSN0XDjY .navbar.collapsed.opened:not(.navbar-short) .navbar-collapse {
    max-height: calc(98.5vh - 5.1rem);
  }
}
.cid-sFFSN0XDjY .navbar.collapsed .dropdown-menu .dropdown-submenu {
  left: 0 !important;
}
.cid-sFFSN0XDjY .navbar.collapsed .dropdown-menu .dropdown-item:after {
  right: auto;
}
.cid-sFFSN0XDjY .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-sFFSN0XDjY .navbar.collapsed ul.navbar-nav li {
  margin: auto;
}
.cid-sFFSN0XDjY .navbar.collapsed .dropdown-menu .dropdown-item {
  padding: 0.25rem 1.5rem;
  text-align: center;
}
.cid-sFFSN0XDjY .navbar.collapsed .icons-menu {
  padding-left: 0;
  padding-right: 0;
  padding-top: 0.5rem;
  padding-bottom: 0.5rem;
}
@media (max-width: 991px) {
  .cid-sFFSN0XDjY .navbar .nav-item .nav-link::before {
    display: none;
  }
  .cid-sFFSN0XDjY .navbar.opened .dropdown-menu {
    top: 0;
  }
  .cid-sFFSN0XDjY .navbar .dropdown-menu .dropdown-submenu {
    left: 0 !important;
  }
  .cid-sFFSN0XDjY .navbar .dropdown-menu .dropdown-item:after {
    right: auto;
  }
  .cid-sFFSN0XDjY .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-sFFSN0XDjY .navbar .navbar-logo img {
    height: 3rem !important;
  }
  .cid-sFFSN0XDjY .navbar ul.navbar-nav li {
    margin: auto;
  }
  .cid-sFFSN0XDjY .navbar .dropdown-menu .dropdown-item {
    padding: 0.25rem 1.5rem !important;
    text-align: center;
  }
  .cid-sFFSN0XDjY .navbar .navbar-brand {
    flex-shrink: initial;
    flex-basis: auto;
    word-break: break-word;
    padding-right: 2rem;
  }
  .cid-sFFSN0XDjY .navbar .navbar-toggler {
    flex-basis: auto;
  }
  .cid-sFFSN0XDjY .navbar .icons-menu {
    padding-left: 0;
    padding-top: 0.5rem;
    padding-bottom: 0.5rem;
  }
}
.cid-sFFSN0XDjY .navbar.navbar-short {
  min-height: 60px;
}
.cid-sFFSN0XDjY .navbar.navbar-short .navbar-logo img {
  height: 2.5rem !important;
}
.cid-sFFSN0XDjY .navbar.navbar-short .navbar-brand {
  min-height: 60px;
  padding: 0;
}
.cid-sFFSN0XDjY .navbar-brand {
  min-height: 70px;
  flex-shrink: 0;
  align-items: center;
  margin-right: 0;
  padding: 10px 0;
  transition: all 0.3s;
  word-break: break-word;
  z-index: 1;
}
.cid-sFFSN0XDjY .navbar-brand .navbar-caption {
  line-height: inherit !important;
}
.cid-sFFSN0XDjY .navbar-brand .navbar-logo a {
  outline: none;
}
.cid-sFFSN0XDjY .dropdown-item.active,
.cid-sFFSN0XDjY .dropdown-item:active {
  background-color: transparent;
}
.cid-sFFSN0XDjY .navbar-expand-lg .navbar-nav .nav-link {
  padding: 0;
}
.cid-sFFSN0XDjY .nav-dropdown .link.dropdown-toggle {
  margin-right: 1.667em;
}
.cid-sFFSN0XDjY .nav-dropdown .link.dropdown-toggle[aria-expanded="true"] {
  margin-right: 0;
  padding: 0.667em 1.667em;
}
.cid-sFFSN0XDjY .navbar.navbar-expand-lg .dropdown .dropdown-menu {
  background: #ffffff;
}
.cid-sFFSN0XDjY .navbar.navbar-expand-lg .dropdown .dropdown-menu .dropdown-submenu {
  margin: 0;
  left: 100%;
}
.cid-sFFSN0XDjY .navbar .dropdown.open > .dropdown-menu {
  display: block;
}
.cid-sFFSN0XDjY ul.navbar-nav {
  flex-wrap: wrap;
}
.cid-sFFSN0XDjY .navbar-buttons {
  text-align: center;
  min-width: 170px;
}
.cid-sFFSN0XDjY button.navbar-toggler {
  outline: none;
  width: 31px;
  height: 20px;
  cursor: pointer;
  transition: all 0.2s;
  position: relative;
  align-self: center;
}
.cid-sFFSN0XDjY button.navbar-toggler .hamburger span {
  position: absolute;
  right: 0;
  width: 30px;
  height: 2px;
  border-right: 5px;
  background-color: #5d59a7;
}
.cid-sFFSN0XDjY button.navbar-toggler .hamburger span:nth-child(1) {
  top: 0;
  transition: all 0.2s;
}
.cid-sFFSN0XDjY button.navbar-toggler .hamburger span:nth-child(2) {
  top: 8px;
  transition: all 0.15s;
}
.cid-sFFSN0XDjY button.navbar-toggler .hamburger span:nth-child(3) {
  top: 8px;
  transition: all 0.15s;
}
.cid-sFFSN0XDjY button.navbar-toggler .hamburger span:nth-child(4) {
  top: 16px;
  transition: all 0.2s;
}
.cid-sFFSN0XDjY nav.opened .hamburger span:nth-child(1) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-sFFSN0XDjY nav.opened .hamburger span:nth-child(2) {
  transform: rotate(45deg);
  transition: all 0.25s;
}
.cid-sFFSN0XDjY nav.opened .hamburger span:nth-child(3) {
  transform: rotate(-45deg);
  transition: all 0.25s;
}
.cid-sFFSN0XDjY nav.opened .hamburger span:nth-child(4) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-sFFSN0XDjY .navbar-dropdown {
  padding: 0 1rem;
  position: fixed;
}
.cid-sFFSN0XDjY a.nav-link {
  display: flex;
  align-items: center;
  justify-content: center;
}
.cid-sFFSN0XDjY .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-sFFSN0XDjY .navbar {
    height: 70px;
  }
  .cid-sFFSN0XDjY .navbar.opened {
    height: auto;
  }
  .cid-sFFSN0XDjY .nav-item .nav-link:hover::before {
    width: 175%;
    max-width: calc(100% + 2rem);
    left: -1rem;
  }
}
.cid-sFBZUFxG5l {
  padding-top: 0rem;
  padding-bottom: 0rem;
  background-color: #ffffff;
}
@media (max-width: 991px) {
  .cid-sFBZUFxG5l .image-wrapper {
    margin-bottom: 1rem;
  }
}
.cid-sFBZUFxG5l .row {
  flex-direction: row-reverse;
}
.cid-sFBZUFxG5l img {
  width: 100%;
}
.cid-szo1V9x5ZU {
  padding-top: 0px;
  padding-bottom: 0px;
  background-color: #ffffff;
}
.cid-szo1V9x5ZU h2,
.cid-szo1V9x5ZU h3,
.cid-szo1V9x5ZU h4,
.cid-szo1V9x5ZU p {
  color: #ffffff;
}
.cid-szo1V9x5ZU .mbr-overlay {
  z-index: -1;
}
.cid-szo1V9x5ZU .mbr-iconfont {
  font-size: 48px;
  padding-right: 1rem;
}
.cid-szo1V9x5ZU .form-control {
  box-shadow: none;
  margin-bottom: 15px;
  padding: 1.07em 1.07em;
  background-color: #f5f5f5;
  border: 1px solid #e8e8e8;
  color: #18276c;
  line-height: 1.43;
  min-height: 3.5em;
  border-radius: .25rem;
}
.cid-szo1V9x5ZU .form-control:focus,
.cid-szo1V9x5ZU .form-control:hover {
  border: 1px solid #fafafa;
  background-color: #f5f5f5;
}
.cid-szo1V9x5ZU .form-group {
  margin-bottom: 1rem;
}
.cid-szo1V9x5ZU input::-webkit-input-placeholder,
.cid-szo1V9x5ZU textarea::-webkit-input-placeholder {
  color: #18276c;
}
.cid-szo1V9x5ZU input:-moz-placeholder,
.cid-szo1V9x5ZU textarea:-moz-placeholder {
  color: #18276c;
}
.cid-szo1V9x5ZU .jq-selectbox li,
.cid-szo1V9x5ZU .jq-selectbox li {
  background-color: #f5f5f5;
  color: #000000;
}
.cid-szo1V9x5ZU .jq-selectbox li:hover,
.cid-szo1V9x5ZU .jq-selectbox li.selected {
  background-color: #f5f5f5;
  color: #000000;
}
.cid-szo1V9x5ZU .jq-selectbox:hover .jq-selectbox__trigger-arrow {
  border-top-color: #f5f5f5;
}
.cid-szo1V9x5ZU .jq-selectbox .jq-selectbox__trigger-arrow {
  border-top-color: #f5f5f5;
}
.cid-szo1V9x5ZU .subtext {
  border-top: 1px solid rgba(255, 255, 255, 0.5);
}
.cid-szo1V9x5ZU .media-container-row {
  -webkit-align-items: center;
  align-items: center;
}
.cid-szo1V9x5ZU .mbr-text {
  color: #767676;
}
.cid-szo1V9x5ZU .form-block {
  padding: 3rem;
  position: relative;
}
.cid-szo1V9x5ZU .form-block .bg {
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  background: #bed3f9;
  opacity: 0.5;
  z-index: 0;
}
.cid-szo1V9x5ZU .form-block .form-wrap {
  position: relative;
  z-index: 1;
}
.cid-szo1V9x5ZU a:not([href]):not([tabindex]) {
  color: #fff;
}
.cid-szo1V9x5ZU .multi-horizontal {
  flex-grow: 1;
  -webkit-flex-grow: 1;
  max-width: 100%;
}
.cid-szo1V9x5ZU .input-group-btn {
  display: block;
  text-align: center;
}
.cid-szo1V9x5ZU textarea.form-control {
  resize: none;
}
@media (min-width: 768px) {
  .cid-szo1V9x5ZU .container > .row > .col-md-6:first-child {
    padding-right: 30px;
  }
  .cid-szo1V9x5ZU .container > .row > .col-md-6:last-child {
    padding-left: 30px;
  }
}
@media (max-width: 991px) {
  .cid-szo1V9x5ZU .google-map {
    padding-bottom: 2rem;
  }
}
@media (max-width: 767px) {
  .cid-szo1V9x5ZU h2 {
    padding-top: 2rem;
  }
}
@media (max-width: 499px) {
  .cid-szo1V9x5ZU .block-content {
    padding: 0;
  }
  .cid-szo1V9x5ZU .form-block {
    padding: 1rem;
  }
}
.cid-szo1V9x5ZU H4 {
  color: #5d59a7;
}
.cid-szo1V9x5ZU .mbr-section-subtitle {
  color: #5d59a7;
}
.cid-szo1V9x5ZU .mbr-section-title,
.cid-szo1V9x5ZU .mbr-section-btn {
  color: #5d59a7;
}
.cid-szo1V9x5ZU P {
  color: #18276c;
}
.cid-sDZqhBkkMv {
  padding-top: 1rem;
  padding-bottom: 1rem;
  background-color: #ffffff;
}
.cid-sDZqhBkkMv .card-wrapper {
  padding-right: 2rem;
}
@media (max-width: 992px) {
  .cid-sDZqhBkkMv .card {
    margin-bottom: 2rem!important;
  }
  .cid-sDZqhBkkMv .card-wrapper {
    padding: 0 1rem;
  }
}
@media (max-width: 767px) {
  .cid-sDZqhBkkMv .link-wrap {
    align-items: center;
  }
}
.cid-sDZqhBkkMv .image-wrapper img {
  width: 100%;
  object-fit: cover;
}
.cid-sDZqhBkkMv .mbr-text,
.cid-sDZqhBkkMv .link-wrap,
.cid-sDZqhBkkMv .mbr-section-btn {
  color: #5d59a7;
}
.cid-sDZA4h4rqu {
  padding-top: 0rem;
  padding-bottom: 1rem;
  background-color: #ffffff;
}
.cid-sDZA4h4rqu .bg-facebook {
  background: #1778f2;
  color: #ffffff;
}
.cid-sDZA4h4rqu .bg-facebook:hover {
  background: #0b60cb;
}
.cid-sDZA4h4rqu .bg-instagram {
  background: #f00075;
  color: #ffffff;
}
.cid-sDZA4h4rqu .bg-instagram:hover {
  background: #bd005c;
}
.cid-sDZA4h4rqu .iconfont-wrapper {
  display: inline-block;
  font-size: 32px;
  border-radius: 50%;
  width: 55px;
  height: 55px;
  line-height: 55px;
  text-align: center;
  transition: all 0.3s ease-in-out;
}
.cid-sDZA4h4rqu [class^="socicon-"]:before,
.cid-sDZA4h4rqu [class*=" socicon-"]:before {
  line-height: 55px;
  padding: .6rem;
}
.cid-sDZA4h4rqu .mbr-section-title,
.cid-sDZA4h4rqu .social-list {
  color: #5d59a7;
}
.cid-sHGDOYktJL {
  padding-top: 1rem;
  padding-bottom: 0rem;
  background-color: #5d59a7;
}
.cid-sHGDOYktJL .media-wrap {
  margin: 0 auto;
  padding: 0;
}
@media (max-width: 991px) {
  .cid-sHGDOYktJL .media-wrap {
    margin-bottom: 1rem;
  }
}
@media (max-width: 767px) {
  .cid-sHGDOYktJL .row {
    text-align: center;
  }
  .cid-sHGDOYktJL .row > div {
    margin: auto;
  }
  .cid-sHGDOYktJL .social-row {
    justify-content: center;
  }
}
.cid-sHGDOYktJL .social-row {
  display: flex;
  flex-wrap: wrap;
}
.cid-sHGDOYktJL .list {
  list-style: none;
  padding-left: 0;
  color: #ffffff;
  text-align: left;
}
@media (max-width: 991px) {
  .cid-sHGDOYktJL .list {
    margin-bottom: 2rem;
  }
}
@media (min-width: 992px) {
  .cid-sHGDOYktJL .list {
    margin-bottom: 0rem;
  }
}
.cid-sHGDOYktJL .mbr-text {
  transition: .2s all;
}
.cid-sHGDOYktJL .mbr-text:hover {
  color: #ff6666;
}
.cid-sHGDOYktJL .soc-item {
  display: flex;
  align-items: center;
  justify-content: center;
  border-radius: 50%;
  background-color: #40b0bf;
  margin-right: 0.5rem;
  margin-bottom: 1rem;
  padding: 0.5rem;
  height: 2.5rem;
  width: 2.5rem;
  transition: .2s all;
}
.cid-sHGDOYktJL .soc-item:hover {
  background-color: #ff6666;
}
.cid-sHGDOYktJL .mbr-iconfont {
  color: black;
}
.cid-sHGDOYktJL .flex {
  display: flex;
}
@media (max-width: 990px) {
  .cid-sHGDOYktJL .flex {
    display: block;
  }
}
.cid-sHGDOYktJL .follow {
  vertical-align: sub;
  color: #8d8d8d;
  margin-right: 20px;
  line-height: 2.5rem;
}
@media (max-width: 765px) {
  .cid-sHGDOYktJL .follow {
    margin-right: 0px;
  }
}
.cid-sHGDOYktJL .footer-sotial {
  justify-content: space-between;
}
.cid-sHGDOYktJL .rigth-col {
  text-align: right;
}
@media (max-width: 765px) {
  .cid-sHGDOYktJL .rigth-col {
    text-align: center;
  }
}
@media (max-width: 991px) {
  .cid-sHGDOYktJL div > *:last-child {
    margin-top: 0 !important;
  }
}
.cid-sHGDOYktJL .item-wrap {
  text-transform: uppercase;
}
@media (max-width: 765px) {
  .cid-sHGDOYktJL .item-wrap {
    text-align: center;
  }
}
.cid-sHGDOYktJL H5 {
  color: #f7f7f7;
}
.cid-sHGDOYktJL .mbr-section-subtitle {
  color: #ffffff;
}
.cid-sHGDOYktJL .number {
  color: #ff6666;
  font-weight: bold;
}
.cid-sHGDOYktJL .number:hover {
  color: #5d59a7;
}
.cid-sHGDOYktJL .social_out {
  display: flex;
  margin-top: 8rem;
}
@media (max-width: 765px) {
  .cid-sHGDOYktJL .social_out {
    display: block;
  }
}
.cid-sHGDOYktJL .email {
  transition: .2s all;
}
.cid-sHGDOYktJL .email:hover {
  color: #5d59a7;
}
.cid-sHGDOYktJL .copyright {
  color: #000000;
}
.cid-sHGDOYktJL .mbr-section-subtitle P {
  text-align: right;
}
@media (max-width: 765px) {
  .cid-sHGDOYktJL .mbr-section-subtitle P {
    text-align: center;
  }
}
.cid-sHGDOYktJL .mbr-section-subtitle DIV {
  text-align: right;
}
@media (max-width: 765px) {
  .cid-sHGDOYktJL .mbr-section-subtitle DIV {
    text-align: center;
  }
}
.cid-sHGDOYktJL .copyright P {
  vertical-align: sub;
  display: inline-block;
  color: #868378;
  text-align: center;
}
.cid-sHGDOYktJL .socicon {
  color: #fff;
}
.cid-sHGDOYktJL .icons {
  width: 18px;
  height: 20px;
}
.cid-sHGDOYktJL .href {
  padding-bottom: 1.5rem;
}
.cid-sDYpbldilC {
  z-index: 1000;
  width: 100%;
  position: relative;
  min-height: 60px;
}
.cid-sDYpbldilC nav.navbar {
  position: fixed;
}
.cid-sDYpbldilC .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-sDYpbldilC .dropdown-menu {
  padding: 0;
  border-radius: 4px;
  box-shadow: 0 1px 3px 0 rgba(0, 0, 0, 0.1);
}
.cid-sDYpbldilC .dropdown-item {
  border-bottom: 1px solid #e6e6e6;
}
.cid-sDYpbldilC .dropdown-item:hover,
.cid-sDYpbldilC .dropdown-item:focus {
  background: #5d59a7 !important;
  color: white !important;
}
.cid-sDYpbldilC .dropdown-item:first-child {
  border-top-left-radius: 4px;
  border-top-right-radius: 4px;
}
.cid-sDYpbldilC .dropdown-item:last-child {
  border-bottom: none;
  border-bottom-left-radius: 4px;
  border-bottom-right-radius: 4px;
}
.cid-sDYpbldilC .nav-dropdown .link {
  padding: 0 0.3em !important;
  margin: 0.667em 1em !important;
}
.cid-sDYpbldilC .nav-dropdown .link.dropdown-toggle::after {
  margin-left: 0.5rem;
  margin-top: 0.2rem;
}
.cid-sDYpbldilC .nav-link {
  position: relative;
}
.cid-sDYpbldilC .container {
  display: flex;
  margin: auto;
}
.cid-sDYpbldilC .iconfont-wrapper {
  color: #000000 !important;
  font-size: 1.5rem;
  padding-right: 0.5rem;
}
.cid-sDYpbldilC .dropdown-menu,
.cid-sDYpbldilC .navbar.opened {
  background: #ffffff !important;
}
.cid-sDYpbldilC .nav-item:focus,
.cid-sDYpbldilC .nav-link:focus {
  outline: none;
}
.cid-sDYpbldilC .dropdown .dropdown-menu .dropdown-item {
  width: auto;
  transition: all 0.25s ease-in-out;
}
.cid-sDYpbldilC .dropdown .dropdown-menu .dropdown-item::after {
  right: 0.5rem;
}
.cid-sDYpbldilC .dropdown .dropdown-menu .dropdown-item .mbr-iconfont {
  margin-right: 0.5rem;
  vertical-align: sub;
}
.cid-sDYpbldilC .dropdown .dropdown-menu .dropdown-item .mbr-iconfont:before {
  display: inline-block;
  transform: scale(1, 1);
  transition: all 0.25s ease-in-out;
}
.cid-sDYpbldilC .collapsed .dropdown-menu .dropdown-item:before {
  display: none;
}
.cid-sDYpbldilC .collapsed .dropdown .dropdown-menu .dropdown-item {
  padding: 0.235em 1.5em 0.235em 1.5em !important;
  transition: none;
  margin: 0 !important;
}
.cid-sDYpbldilC .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-sDYpbldilC .navbar.opened {
  transition: all 0.3s;
}
.cid-sDYpbldilC .navbar .dropdown-item {
  padding: 0.5rem 1.8rem;
}
.cid-sDYpbldilC .navbar .navbar-logo img {
  width: auto;
}
.cid-sDYpbldilC .navbar .navbar-collapse {
  justify-content: flex-end;
  z-index: 1;
}
.cid-sDYpbldilC .navbar.collapsed {
  justify-content: center;
}
.cid-sDYpbldilC .navbar.collapsed .nav-item .nav-link::before {
  display: none;
}
.cid-sDYpbldilC .navbar.collapsed.opened .dropdown-menu {
  top: 0;
}
@media (min-width: 992px) {
  .cid-sDYpbldilC .navbar.collapsed.opened:not(.navbar-short) .navbar-collapse {
    max-height: calc(98.5vh - 5.1rem);
  }
}
.cid-sDYpbldilC .navbar.collapsed .dropdown-menu .dropdown-submenu {
  left: 0 !important;
}
.cid-sDYpbldilC .navbar.collapsed .dropdown-menu .dropdown-item:after {
  right: auto;
}
.cid-sDYpbldilC .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-sDYpbldilC .navbar.collapsed ul.navbar-nav li {
  margin: auto;
}
.cid-sDYpbldilC .navbar.collapsed .dropdown-menu .dropdown-item {
  padding: 0.25rem 1.5rem;
  text-align: center;
}
.cid-sDYpbldilC .navbar.collapsed .icons-menu {
  padding-left: 0;
  padding-right: 0;
  padding-top: 0.5rem;
  padding-bottom: 0.5rem;
}
@media (max-width: 991px) {
  .cid-sDYpbldilC .navbar .nav-item .nav-link::before {
    display: none;
  }
  .cid-sDYpbldilC .navbar.opened .dropdown-menu {
    top: 0;
  }
  .cid-sDYpbldilC .navbar .dropdown-menu .dropdown-submenu {
    left: 0 !important;
  }
  .cid-sDYpbldilC .navbar .dropdown-menu .dropdown-item:after {
    right: auto;
  }
  .cid-sDYpbldilC .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-sDYpbldilC .navbar .navbar-logo img {
    height: 3rem !important;
  }
  .cid-sDYpbldilC .navbar ul.navbar-nav li {
    margin: auto;
  }
  .cid-sDYpbldilC .navbar .dropdown-menu .dropdown-item {
    padding: 0.25rem 1.5rem !important;
    text-align: center;
  }
  .cid-sDYpbldilC .navbar .navbar-brand {
    flex-shrink: initial;
    flex-basis: auto;
    word-break: break-word;
    padding-right: 2rem;
  }
  .cid-sDYpbldilC .navbar .navbar-toggler {
    flex-basis: auto;
  }
  .cid-sDYpbldilC .navbar .icons-menu {
    padding-left: 0;
    padding-top: 0.5rem;
    padding-bottom: 0.5rem;
  }
}
.cid-sDYpbldilC .navbar.navbar-short {
  min-height: 60px;
}
.cid-sDYpbldilC .navbar.navbar-short .navbar-logo img {
  height: 2.5rem !important;
}
.cid-sDYpbldilC .navbar.navbar-short .navbar-brand {
  min-height: 60px;
  padding: 0;
}
.cid-sDYpbldilC .navbar-brand {
  min-height: 70px;
  flex-shrink: 0;
  align-items: center;
  margin-right: 0;
  padding: 10px 0;
  transition: all 0.3s;
  word-break: break-word;
  z-index: 1;
}
.cid-sDYpbldilC .navbar-brand .navbar-caption {
  line-height: inherit !important;
}
.cid-sDYpbldilC .navbar-brand .navbar-logo a {
  outline: none;
}
.cid-sDYpbldilC .dropdown-item.active,
.cid-sDYpbldilC .dropdown-item:active {
  background-color: transparent;
}
.cid-sDYpbldilC .navbar-expand-lg .navbar-nav .nav-link {
  padding: 0;
}
.cid-sDYpbldilC .nav-dropdown .link.dropdown-toggle {
  margin-right: 1.667em;
}
.cid-sDYpbldilC .nav-dropdown .link.dropdown-toggle[aria-expanded="true"] {
  margin-right: 0;
  padding: 0.667em 1.667em;
}
.cid-sDYpbldilC .navbar.navbar-expand-lg .dropdown .dropdown-menu {
  background: #ffffff;
}
.cid-sDYpbldilC .navbar.navbar-expand-lg .dropdown .dropdown-menu .dropdown-submenu {
  margin: 0;
  left: 100%;
}
.cid-sDYpbldilC .navbar .dropdown.open > .dropdown-menu {
  display: block;
}
.cid-sDYpbldilC ul.navbar-nav {
  flex-wrap: wrap;
}
.cid-sDYpbldilC .navbar-buttons {
  text-align: center;
  min-width: 170px;
}
.cid-sDYpbldilC button.navbar-toggler {
  outline: none;
  width: 31px;
  height: 20px;
  cursor: pointer;
  transition: all 0.2s;
  position: relative;
  align-self: center;
}
.cid-sDYpbldilC button.navbar-toggler .hamburger span {
  position: absolute;
  right: 0;
  width: 30px;
  height: 2px;
  border-right: 5px;
  background-color: #5d59a7;
}
.cid-sDYpbldilC button.navbar-toggler .hamburger span:nth-child(1) {
  top: 0;
  transition: all 0.2s;
}
.cid-sDYpbldilC button.navbar-toggler .hamburger span:nth-child(2) {
  top: 8px;
  transition: all 0.15s;
}
.cid-sDYpbldilC button.navbar-toggler .hamburger span:nth-child(3) {
  top: 8px;
  transition: all 0.15s;
}
.cid-sDYpbldilC button.navbar-toggler .hamburger span:nth-child(4) {
  top: 16px;
  transition: all 0.2s;
}
.cid-sDYpbldilC nav.opened .hamburger span:nth-child(1) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-sDYpbldilC nav.opened .hamburger span:nth-child(2) {
  transform: rotate(45deg);
  transition: all 0.25s;
}
.cid-sDYpbldilC nav.opened .hamburger span:nth-child(3) {
  transform: rotate(-45deg);
  transition: all 0.25s;
}
.cid-sDYpbldilC nav.opened .hamburger span:nth-child(4) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-sDYpbldilC .navbar-dropdown {
  padding: 0 1rem;
  position: fixed;
}
.cid-sDYpbldilC a.nav-link {
  display: flex;
  align-items: center;
  justify-content: center;
}
.cid-sDYpbldilC .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-sDYpbldilC .navbar {
    height: 70px;
  }
  .cid-sDYpbldilC .navbar.opened {
    height: auto;
  }
  .cid-sDYpbldilC .nav-item .nav-link:hover::before {
    width: 175%;
    max-width: calc(100% + 2rem);
    left: -1rem;
  }
}
.cid-sDYpbmnVIJ {
  padding-top: 1rem;
  padding-bottom: 1rem;
  background-color: #ffffff;
}
@media (min-width: 992px) {
  .cid-sDYpbmnVIJ .carousel {
    min-height: 400px;
  }
  .cid-sDYpbmnVIJ .carousel img {
    max-height: 400px;
    object-fit: contain;
  }
}
@media (max-width: 991px) and (min-width: 768px) {
  .cid-sDYpbmnVIJ .carousel {
    min-height: 260px;
  }
  .cid-sDYpbmnVIJ .carousel img {
    max-height: 260px;
    object-fit: contain;
  }
}
@media (max-width: 767px) {
  .cid-sDYpbmnVIJ .carousel {
    min-height: 220px;
  }
  .cid-sDYpbmnVIJ .carousel img {
    max-height: 220px;
    object-fit: contain;
  }
  .cid-sDYpbmnVIJ .container .carousel-control {
    margin-bottom: 0;
  }
  .cid-sDYpbmnVIJ .content-slider-wrap {
    width: 100% !important;
  }
}
.cid-sDYpbmnVIJ .carousel,
.cid-sDYpbmnVIJ .carousel-inner {
  display: flex;
  align-items: center;
}
.cid-sDYpbmnVIJ .item-wrapper {
  width: 100%;
}
.cid-sDYpbmnVIJ .carousel-caption {
  bottom: 40px;
}
.cid-sDYpbmnVIJ .carousel-control:hover {
  background: #1b1b1b;
  color: #fff;
  opacity: 1;
}
.cid-sDYpbmnVIJ .mobi-mbri-arrow-next {
  margin-left: 5px;
}
.cid-sDYpbmnVIJ .mobi-mbri-arrow-prev {
  margin-right: 5px;
}
.cid-sDYpbmnVIJ .container .carousel-indicators {
  margin-bottom: 3px;
}
.cid-sDYpbmnVIJ .carousel-control {
  top: 50%;
  width: 60px;
  height: 60px;
  margin-top: -1.5rem;
  font-size: 22px;
  background-color: rgba(0, 0, 0, 0.5);
  border: 2px solid #fff;
  border-radius: 50%;
  transition: all 0.3s;
}
.cid-sDYpbmnVIJ .carousel-control.carousel-control-prev {
  left: 0;
  margin-left: 2.5rem;
}
.cid-sDYpbmnVIJ .carousel-control.carousel-control-next {
  right: 0;
  margin-right: 2.5rem;
}
@media (max-width: 767px) {
  .cid-sDYpbmnVIJ .carousel-control {
    top: auto;
    bottom: 1rem;
  }
}
.cid-sDYpbmnVIJ .carousel-indicators {
  position: absolute;
  bottom: 0;
  margin-bottom: 1.5rem !important;
}
.cid-sDYpbmnVIJ .carousel-indicators li {
  max-width: 15px;
  height: 15px;
  width: 15px;
  max-height: 15px;
  margin: 3px;
  background-color: rgba(0, 0, 0, 0.5);
  border: 2px solid #fff;
  border-radius: 50%;
  opacity: 0.5;
  transition: all 0.3s;
}
.cid-sDYpbmnVIJ .carousel-indicators li.active,
.cid-sDYpbmnVIJ .carousel-indicators li:hover {
  opacity: 0.9;
}
.cid-sDYpbmnVIJ .carousel-indicators li::after,
.cid-sDYpbmnVIJ .carousel-indicators li::before {
  content: none;
}
.cid-sDYpbmnVIJ .carousel-indicators.ie-fix {
  left: 50%;
  display: block;
  width: 60%;
  margin-left: -30%;
  text-align: center;
}
@media (max-width: 768px) {
  .cid-sDYpbmnVIJ .carousel-indicators {
    display: none !important;
  }
}
.cid-sDYpbnvbRl {
  padding-top: 0rem;
  padding-bottom: 1rem;
  background-color: #ffffff;
}
.cid-sDYpbnvbRl .card-wrapper {
  padding-right: 2rem;
}
@media (max-width: 992px) {
  .cid-sDYpbnvbRl .card {
    margin-bottom: 2rem!important;
  }
  .cid-sDYpbnvbRl .card-wrapper {
    padding: 0 1rem;
  }
}
@media (max-width: 767px) {
  .cid-sDYpbnvbRl .link-wrap {
    align-items: center;
  }
}
.cid-sDYpbnvbRl .image-wrapper img {
  width: 100%;
  object-fit: cover;
}
.cid-sDYpbnvbRl .card-title,
.cid-sDYpbnvbRl .card-box {
  color: #5d59a7;
  text-align: center;
}
.cid-sDYpbnvbRl .mbr-text,
.cid-sDYpbnvbRl .link-wrap,
.cid-sDYpbnvbRl .mbr-section-btn {
  text-align: left;
}
.cid-sDYpboomFP {
  padding-top: 0rem;
  padding-bottom: 1rem;
  background-color: #ffffff;
}
.cid-sDYpboomFP .card-wrapper {
  padding-right: 2rem;
}
@media (max-width: 992px) {
  .cid-sDYpboomFP .card {
    margin-bottom: 2rem!important;
  }
  .cid-sDYpboomFP .card-wrapper {
    padding: 0 1rem;
  }
}
@media (max-width: 767px) {
  .cid-sDYpboomFP .link-wrap {
    align-items: center;
  }
}
.cid-sDYpboomFP .image-wrapper img {
  width: 100%;
  object-fit: cover;
}
.cid-sDYpboomFP .mbr-text,
.cid-sDYpboomFP .link-wrap,
.cid-sDYpboomFP .mbr-section-btn {
  color: #5d59a7;
  text-align: left;
}
.cid-sDYpboomFP .card-title,
.cid-sDYpboomFP .card-box {
  color: #5d59a7;
  text-align: center;
}
.cid-sF8Zmhlqyi {
  padding-top: 0rem;
  padding-bottom: 1rem;
  background-color: #ffffff;
}
.cid-sF8Zmhlqyi .card-wrapper {
  padding-right: 2rem;
}
@media (max-width: 992px) {
  .cid-sF8Zmhlqyi .card {
    margin-bottom: 2rem!important;
  }
  .cid-sF8Zmhlqyi .card-wrapper {
    padding: 0 1rem;
  }
}
@media (max-width: 767px) {
  .cid-sF8Zmhlqyi .link-wrap {
    align-items: center;
  }
}
.cid-sF8Zmhlqyi .image-wrapper img {
  width: 100%;
  object-fit: cover;
}
.cid-sF8Zmhlqyi .card-title,
.cid-sF8Zmhlqyi .card-box {
  color: #5d59a7;
  text-align: center;
}
.cid-sF8Zmhlqyi .mbr-text,
.cid-sF8Zmhlqyi .link-wrap,
.cid-sF8Zmhlqyi .mbr-section-btn {
  text-align: left;
}
.cid-sHGDOYktJL {
  padding-top: 1rem;
  padding-bottom: 0rem;
  background-color: #5d59a7;
}
.cid-sHGDOYktJL .media-wrap {
  margin: 0 auto;
  padding: 0;
}
@media (max-width: 991px) {
  .cid-sHGDOYktJL .media-wrap {
    margin-bottom: 1rem;
  }
}
@media (max-width: 767px) {
  .cid-sHGDOYktJL .row {
    text-align: center;
  }
  .cid-sHGDOYktJL .row > div {
    margin: auto;
  }
  .cid-sHGDOYktJL .social-row {
    justify-content: center;
  }
}
.cid-sHGDOYktJL .social-row {
  display: flex;
  flex-wrap: wrap;
}
.cid-sHGDOYktJL .list {
  list-style: none;
  padding-left: 0;
  color: #ffffff;
  text-align: left;
}
@media (max-width: 991px) {
  .cid-sHGDOYktJL .list {
    margin-bottom: 2rem;
  }
}
@media (min-width: 992px) {
  .cid-sHGDOYktJL .list {
    margin-bottom: 0rem;
  }
}
.cid-sHGDOYktJL .mbr-text {
  transition: .2s all;
}
.cid-sHGDOYktJL .mbr-text:hover {
  color: #ff6666;
}
.cid-sHGDOYktJL .soc-item {
  display: flex;
  align-items: center;
  justify-content: center;
  border-radius: 50%;
  background-color: #40b0bf;
  margin-right: 0.5rem;
  margin-bottom: 1rem;
  padding: 0.5rem;
  height: 2.5rem;
  width: 2.5rem;
  transition: .2s all;
}
.cid-sHGDOYktJL .soc-item:hover {
  background-color: #ff6666;
}
.cid-sHGDOYktJL .mbr-iconfont {
  color: black;
}
.cid-sHGDOYktJL .flex {
  display: flex;
}
@media (max-width: 990px) {
  .cid-sHGDOYktJL .flex {
    display: block;
  }
}
.cid-sHGDOYktJL .follow {
  vertical-align: sub;
  color: #8d8d8d;
  margin-right: 20px;
  line-height: 2.5rem;
}
@media (max-width: 765px) {
  .cid-sHGDOYktJL .follow {
    margin-right: 0px;
  }
}
.cid-sHGDOYktJL .footer-sotial {
  justify-content: space-between;
}
.cid-sHGDOYktJL .rigth-col {
  text-align: right;
}
@media (max-width: 765px) {
  .cid-sHGDOYktJL .rigth-col {
    text-align: center;
  }
}
@media (max-width: 991px) {
  .cid-sHGDOYktJL div > *:last-child {
    margin-top: 0 !important;
  }
}
.cid-sHGDOYktJL .item-wrap {
  text-transform: uppercase;
}
@media (max-width: 765px) {
  .cid-sHGDOYktJL .item-wrap {
    text-align: center;
  }
}
.cid-sHGDOYktJL H5 {
  color: #f7f7f7;
}
.cid-sHGDOYktJL .mbr-section-subtitle {
  color: #ffffff;
}
.cid-sHGDOYktJL .number {
  color: #ff6666;
  font-weight: bold;
}
.cid-sHGDOYktJL .number:hover {
  color: #5d59a7;
}
.cid-sHGDOYktJL .social_out {
  display: flex;
  margin-top: 8rem;
}
@media (max-width: 765px) {
  .cid-sHGDOYktJL .social_out {
    display: block;
  }
}
.cid-sHGDOYktJL .email {
  transition: .2s all;
}
.cid-sHGDOYktJL .email:hover {
  color: #5d59a7;
}
.cid-sHGDOYktJL .copyright {
  color: #000000;
}
.cid-sHGDOYktJL .mbr-section-subtitle P {
  text-align: right;
}
@media (max-width: 765px) {
  .cid-sHGDOYktJL .mbr-section-subtitle P {
    text-align: center;
  }
}
.cid-sHGDOYktJL .mbr-section-subtitle DIV {
  text-align: right;
}
@media (max-width: 765px) {
  .cid-sHGDOYktJL .mbr-section-subtitle DIV {
    text-align: center;
  }
}
.cid-sHGDOYktJL .copyright P {
  vertical-align: sub;
  display: inline-block;
  color: #868378;
  text-align: center;
}
.cid-sHGDOYktJL .socicon {
  color: #fff;
}
.cid-sHGDOYktJL .icons {
  width: 18px;
  height: 20px;
}
.cid-sHGDOYktJL .href {
  padding-bottom: 1.5rem;
}
.cid-sRLcPbj9Zi {
  z-index: 1000;
  width: 100%;
  position: relative;
  min-height: 60px;
}
.cid-sRLcPbj9Zi nav.navbar {
  position: fixed;
}
.cid-sRLcPbj9Zi .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-sRLcPbj9Zi .dropdown-menu {
  padding: 0;
  border-radius: 4px;
  box-shadow: 0 1px 3px 0 rgba(0, 0, 0, 0.1);
}
.cid-sRLcPbj9Zi .dropdown-item {
  border-bottom: 1px solid #e6e6e6;
}
.cid-sRLcPbj9Zi .dropdown-item:hover,
.cid-sRLcPbj9Zi .dropdown-item:focus {
  background: #5d59a7 !important;
  color: white !important;
}
.cid-sRLcPbj9Zi .dropdown-item:first-child {
  border-top-left-radius: 4px;
  border-top-right-radius: 4px;
}
.cid-sRLcPbj9Zi .dropdown-item:last-child {
  border-bottom: none;
  border-bottom-left-radius: 4px;
  border-bottom-right-radius: 4px;
}
.cid-sRLcPbj9Zi .nav-dropdown .link {
  padding: 0 0.3em !important;
  margin: 0.667em 1em !important;
}
.cid-sRLcPbj9Zi .nav-dropdown .link.dropdown-toggle::after {
  margin-left: 0.5rem;
  margin-top: 0.2rem;
}
.cid-sRLcPbj9Zi .nav-link {
  position: relative;
}
.cid-sRLcPbj9Zi .container {
  display: flex;
  margin: auto;
}
.cid-sRLcPbj9Zi .iconfont-wrapper {
  color: #000000 !important;
  font-size: 1.5rem;
  padding-right: 0.5rem;
}
.cid-sRLcPbj9Zi .dropdown-menu,
.cid-sRLcPbj9Zi .navbar.opened {
  background: #ffffff !important;
}
.cid-sRLcPbj9Zi .nav-item:focus,
.cid-sRLcPbj9Zi .nav-link:focus {
  outline: none;
}
.cid-sRLcPbj9Zi .dropdown .dropdown-menu .dropdown-item {
  width: auto;
  transition: all 0.25s ease-in-out;
}
.cid-sRLcPbj9Zi .dropdown .dropdown-menu .dropdown-item::after {
  right: 0.5rem;
}
.cid-sRLcPbj9Zi .dropdown .dropdown-menu .dropdown-item .mbr-iconfont {
  margin-right: 0.5rem;
  vertical-align: sub;
}
.cid-sRLcPbj9Zi .dropdown .dropdown-menu .dropdown-item .mbr-iconfont:before {
  display: inline-block;
  transform: scale(1, 1);
  transition: all 0.25s ease-in-out;
}
.cid-sRLcPbj9Zi .collapsed .dropdown-menu .dropdown-item:before {
  display: none;
}
.cid-sRLcPbj9Zi .collapsed .dropdown .dropdown-menu .dropdown-item {
  padding: 0.235em 1.5em 0.235em 1.5em !important;
  transition: none;
  margin: 0 !important;
}
.cid-sRLcPbj9Zi .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-sRLcPbj9Zi .navbar.opened {
  transition: all 0.3s;
}
.cid-sRLcPbj9Zi .navbar .dropdown-item {
  padding: 0.5rem 1.8rem;
}
.cid-sRLcPbj9Zi .navbar .navbar-logo img {
  width: auto;
}
.cid-sRLcPbj9Zi .navbar .navbar-collapse {
  justify-content: flex-end;
  z-index: 1;
}
.cid-sRLcPbj9Zi .navbar.collapsed {
  justify-content: center;
}
.cid-sRLcPbj9Zi .navbar.collapsed .nav-item .nav-link::before {
  display: none;
}
.cid-sRLcPbj9Zi .navbar.collapsed.opened .dropdown-menu {
  top: 0;
}
@media (min-width: 992px) {
  .cid-sRLcPbj9Zi .navbar.collapsed.opened:not(.navbar-short) .navbar-collapse {
    max-height: calc(98.5vh - 5.1rem);
  }
}
.cid-sRLcPbj9Zi .navbar.collapsed .dropdown-menu .dropdown-submenu {
  left: 0 !important;
}
.cid-sRLcPbj9Zi .navbar.collapsed .dropdown-menu .dropdown-item:after {
  right: auto;
}
.cid-sRLcPbj9Zi .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-sRLcPbj9Zi .navbar.collapsed ul.navbar-nav li {
  margin: auto;
}
.cid-sRLcPbj9Zi .navbar.collapsed .dropdown-menu .dropdown-item {
  padding: 0.25rem 1.5rem;
  text-align: center;
}
.cid-sRLcPbj9Zi .navbar.collapsed .icons-menu {
  padding-left: 0;
  padding-right: 0;
  padding-top: 0.5rem;
  padding-bottom: 0.5rem;
}
@media (max-width: 991px) {
  .cid-sRLcPbj9Zi .navbar .nav-item .nav-link::before {
    display: none;
  }
  .cid-sRLcPbj9Zi .navbar.opened .dropdown-menu {
    top: 0;
  }
  .cid-sRLcPbj9Zi .navbar .dropdown-menu .dropdown-submenu {
    left: 0 !important;
  }
  .cid-sRLcPbj9Zi .navbar .dropdown-menu .dropdown-item:after {
    right: auto;
  }
  .cid-sRLcPbj9Zi .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-sRLcPbj9Zi .navbar .navbar-logo img {
    height: 3rem !important;
  }
  .cid-sRLcPbj9Zi .navbar ul.navbar-nav li {
    margin: auto;
  }
  .cid-sRLcPbj9Zi .navbar .dropdown-menu .dropdown-item {
    padding: 0.25rem 1.5rem !important;
    text-align: center;
  }
  .cid-sRLcPbj9Zi .navbar .navbar-brand {
    flex-shrink: initial;
    flex-basis: auto;
    word-break: break-word;
    padding-right: 2rem;
  }
  .cid-sRLcPbj9Zi .navbar .navbar-toggler {
    flex-basis: auto;
  }
  .cid-sRLcPbj9Zi .navbar .icons-menu {
    padding-left: 0;
    padding-top: 0.5rem;
    padding-bottom: 0.5rem;
  }
}
.cid-sRLcPbj9Zi .navbar.navbar-short {
  min-height: 60px;
}
.cid-sRLcPbj9Zi .navbar.navbar-short .navbar-logo img {
  height: 2.5rem !important;
}
.cid-sRLcPbj9Zi .navbar.navbar-short .navbar-brand {
  min-height: 60px;
  padding: 0;
}
.cid-sRLcPbj9Zi .navbar-brand {
  min-height: 70px;
  flex-shrink: 0;
  align-items: center;
  margin-right: 0;
  padding: 10px 0;
  transition: all 0.3s;
  word-break: break-word;
  z-index: 1;
}
.cid-sRLcPbj9Zi .navbar-brand .navbar-caption {
  line-height: inherit !important;
}
.cid-sRLcPbj9Zi .navbar-brand .navbar-logo a {
  outline: none;
}
.cid-sRLcPbj9Zi .dropdown-item.active,
.cid-sRLcPbj9Zi .dropdown-item:active {
  background-color: transparent;
}
.cid-sRLcPbj9Zi .navbar-expand-lg .navbar-nav .nav-link {
  padding: 0;
}
.cid-sRLcPbj9Zi .nav-dropdown .link.dropdown-toggle {
  margin-right: 1.667em;
}
.cid-sRLcPbj9Zi .nav-dropdown .link.dropdown-toggle[aria-expanded="true"] {
  margin-right: 0;
  padding: 0.667em 1.667em;
}
.cid-sRLcPbj9Zi .navbar.navbar-expand-lg .dropdown .dropdown-menu {
  background: #ffffff;
}
.cid-sRLcPbj9Zi .navbar.navbar-expand-lg .dropdown .dropdown-menu .dropdown-submenu {
  margin: 0;
  left: 100%;
}
.cid-sRLcPbj9Zi .navbar .dropdown.open > .dropdown-menu {
  display: block;
}
.cid-sRLcPbj9Zi ul.navbar-nav {
  flex-wrap: wrap;
}
.cid-sRLcPbj9Zi .navbar-buttons {
  text-align: center;
  min-width: 170px;
}
.cid-sRLcPbj9Zi button.navbar-toggler {
  outline: none;
  width: 31px;
  height: 20px;
  cursor: pointer;
  transition: all 0.2s;
  position: relative;
  align-self: center;
}
.cid-sRLcPbj9Zi button.navbar-toggler .hamburger span {
  position: absolute;
  right: 0;
  width: 30px;
  height: 2px;
  border-right: 5px;
  background-color: #5d59a7;
}
.cid-sRLcPbj9Zi button.navbar-toggler .hamburger span:nth-child(1) {
  top: 0;
  transition: all 0.2s;
}
.cid-sRLcPbj9Zi button.navbar-toggler .hamburger span:nth-child(2) {
  top: 8px;
  transition: all 0.15s;
}
.cid-sRLcPbj9Zi button.navbar-toggler .hamburger span:nth-child(3) {
  top: 8px;
  transition: all 0.15s;
}
.cid-sRLcPbj9Zi button.navbar-toggler .hamburger span:nth-child(4) {
  top: 16px;
  transition: all 0.2s;
}
.cid-sRLcPbj9Zi nav.opened .hamburger span:nth-child(1) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-sRLcPbj9Zi nav.opened .hamburger span:nth-child(2) {
  transform: rotate(45deg);
  transition: all 0.25s;
}
.cid-sRLcPbj9Zi nav.opened .hamburger span:nth-child(3) {
  transform: rotate(-45deg);
  transition: all 0.25s;
}
.cid-sRLcPbj9Zi nav.opened .hamburger span:nth-child(4) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-sRLcPbj9Zi .navbar-dropdown {
  padding: 0 1rem;
  position: fixed;
}
.cid-sRLcPbj9Zi a.nav-link {
  display: flex;
  align-items: center;
  justify-content: center;
}
.cid-sRLcPbj9Zi .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-sRLcPbj9Zi .navbar {
    height: 70px;
  }
  .cid-sRLcPbj9Zi .navbar.opened {
    height: auto;
  }
  .cid-sRLcPbj9Zi .nav-item .nav-link:hover::before {
    width: 175%;
    max-width: calc(100% + 2rem);
    left: -1rem;
  }
}
.cid-sRLcPcilaC {
  padding-top: 1rem;
  padding-bottom: 1rem;
  background-color: #ffffff;
}
@media (min-width: 992px) {
  .cid-sRLcPcilaC .carousel {
    min-height: 400px;
  }
  .cid-sRLcPcilaC .carousel img {
    max-height: 400px;
    object-fit: contain;
  }
}
@media (max-width: 991px) and (min-width: 768px) {
  .cid-sRLcPcilaC .carousel {
    min-height: 260px;
  }
  .cid-sRLcPcilaC .carousel img {
    max-height: 260px;
    object-fit: contain;
  }
}
@media (max-width: 767px) {
  .cid-sRLcPcilaC .carousel {
    min-height: 220px;
  }
  .cid-sRLcPcilaC .carousel img {
    max-height: 220px;
    object-fit: contain;
  }
  .cid-sRLcPcilaC .container .carousel-control {
    margin-bottom: 0;
  }
  .cid-sRLcPcilaC .content-slider-wrap {
    width: 100% !important;
  }
}
.cid-sRLcPcilaC .carousel,
.cid-sRLcPcilaC .carousel-inner {
  display: flex;
  align-items: center;
}
.cid-sRLcPcilaC .item-wrapper {
  width: 100%;
}
.cid-sRLcPcilaC .carousel-caption {
  bottom: 40px;
}
.cid-sRLcPcilaC .carousel-control:hover {
  background: #1b1b1b;
  color: #fff;
  opacity: 1;
}
.cid-sRLcPcilaC .mobi-mbri-arrow-next {
  margin-left: 5px;
}
.cid-sRLcPcilaC .mobi-mbri-arrow-prev {
  margin-right: 5px;
}
.cid-sRLcPcilaC .container .carousel-indicators {
  margin-bottom: 3px;
}
.cid-sRLcPcilaC .carousel-control {
  top: 50%;
  width: 60px;
  height: 60px;
  margin-top: -1.5rem;
  font-size: 22px;
  background-color: rgba(0, 0, 0, 0.5);
  border: 2px solid #fff;
  border-radius: 50%;
  transition: all 0.3s;
}
.cid-sRLcPcilaC .carousel-control.carousel-control-prev {
  left: 0;
  margin-left: 2.5rem;
}
.cid-sRLcPcilaC .carousel-control.carousel-control-next {
  right: 0;
  margin-right: 2.5rem;
}
@media (max-width: 767px) {
  .cid-sRLcPcilaC .carousel-control {
    top: auto;
    bottom: 1rem;
  }
}
.cid-sRLcPcilaC .carousel-indicators {
  position: absolute;
  bottom: 0;
  margin-bottom: 1.5rem !important;
}
.cid-sRLcPcilaC .carousel-indicators li {
  max-width: 15px;
  height: 15px;
  width: 15px;
  max-height: 15px;
  margin: 3px;
  background-color: rgba(0, 0, 0, 0.5);
  border: 2px solid #fff;
  border-radius: 50%;
  opacity: 0.5;
  transition: all 0.3s;
}
.cid-sRLcPcilaC .carousel-indicators li.active,
.cid-sRLcPcilaC .carousel-indicators li:hover {
  opacity: 0.9;
}
.cid-sRLcPcilaC .carousel-indicators li::after,
.cid-sRLcPcilaC .carousel-indicators li::before {
  content: none;
}
.cid-sRLcPcilaC .carousel-indicators.ie-fix {
  left: 50%;
  display: block;
  width: 60%;
  margin-left: -30%;
  text-align: center;
}
@media (max-width: 768px) {
  .cid-sRLcPcilaC .carousel-indicators {
    display: none !important;
  }
}
.cid-sRLcPdEGML {
  padding-top: 0rem;
  padding-bottom: 0rem;
  background-color: #ffffff;
}
@media (max-width: 991px) {
  .cid-sRLcPdEGML .image-wrapper {
    margin-bottom: 1rem;
  }
}
.cid-sRLcPdEGML .row {
  flex-direction: row-reverse;
}
.cid-sRLcPdEGML img {
  width: 100%;
}
.cid-sRLcPerONx {
  padding-top: 0rem;
  padding-bottom: 1rem;
  background-color: #ffffff;
}
.cid-sRLcPerONx .card-wrapper {
  padding-right: 2rem;
}
@media (max-width: 992px) {
  .cid-sRLcPerONx .card {
    margin-bottom: 2rem!important;
  }
  .cid-sRLcPerONx .card-wrapper {
    padding: 0 1rem;
  }
}
@media (max-width: 767px) {
  .cid-sRLcPerONx .link-wrap {
    align-items: center;
  }
}
.cid-sRLcPerONx .image-wrapper img {
  width: 100%;
  object-fit: cover;
}
.cid-sRLcPerONx .mbr-text,
.cid-sRLcPerONx .link-wrap,
.cid-sRLcPerONx .mbr-section-btn {
  color: #5d59a7;
}
.cid-sRWup4rrjh {
  padding-top: 0rem;
  padding-bottom: 1rem;
  background-color: #ffffff;
}
@media (min-width: 992px) {
  .cid-sRWup4rrjh .carousel {
    min-height: 700px;
  }
  .cid-sRWup4rrjh .carousel img {
    max-height: 700px;
    object-fit: contain;
  }
}
@media (max-width: 991px) and (min-width: 768px) {
  .cid-sRWup4rrjh .carousel {
    min-height: 455px;
  }
  .cid-sRWup4rrjh .carousel img {
    max-height: 455px;
    object-fit: contain;
  }
}
@media (max-width: 767px) {
  .cid-sRWup4rrjh .carousel {
    min-height: 385px;
  }
  .cid-sRWup4rrjh .carousel img {
    max-height: 385px;
    object-fit: contain;
  }
  .cid-sRWup4rrjh .container .carousel-control {
    margin-bottom: 0;
  }
  .cid-sRWup4rrjh .content-slider-wrap {
    width: 100% !important;
  }
}
.cid-sRWup4rrjh .carousel,
.cid-sRWup4rrjh .carousel-inner {
  display: flex;
  align-items: center;
}
.cid-sRWup4rrjh .item-wrapper {
  width: 100%;
}
.cid-sRWup4rrjh .carousel-caption {
  bottom: 40px;
}
.cid-sRWup4rrjh .carousel-control:hover {
  background: #1b1b1b;
  color: #fff;
  opacity: 1;
}
.cid-sRWup4rrjh .mobi-mbri-arrow-next {
  margin-left: 5px;
}
.cid-sRWup4rrjh .mobi-mbri-arrow-prev {
  margin-right: 5px;
}
.cid-sRWup4rrjh .container .carousel-indicators {
  margin-bottom: 3px;
}
.cid-sRWup4rrjh .carousel-control {
  top: 50%;
  width: 60px;
  height: 60px;
  margin-top: -1.5rem;
  font-size: 22px;
  background-color: rgba(0, 0, 0, 0.5);
  border: 2px solid #fff;
  border-radius: 50%;
  transition: all 0.3s;
}
.cid-sRWup4rrjh .carousel-control.carousel-control-prev {
  left: 0;
  margin-left: 2.5rem;
}
.cid-sRWup4rrjh .carousel-control.carousel-control-next {
  right: 0;
  margin-right: 2.5rem;
}
@media (max-width: 767px) {
  .cid-sRWup4rrjh .carousel-control {
    top: auto;
    bottom: 1rem;
  }
}
.cid-sRWup4rrjh .carousel-indicators {
  position: absolute;
  bottom: 0;
  margin-bottom: 1.5rem !important;
}
.cid-sRWup4rrjh .carousel-indicators li {
  max-width: 15px;
  height: 15px;
  width: 15px;
  max-height: 15px;
  margin: 3px;
  background-color: rgba(0, 0, 0, 0.5);
  border: 2px solid #fff;
  border-radius: 50%;
  opacity: 0.5;
  transition: all 0.3s;
}
.cid-sRWup4rrjh .carousel-indicators li.active,
.cid-sRWup4rrjh .carousel-indicators li:hover {
  opacity: 0.9;
}
.cid-sRWup4rrjh .carousel-indicators li::after,
.cid-sRWup4rrjh .carousel-indicators li::before {
  content: none;
}
.cid-sRWup4rrjh .carousel-indicators.ie-fix {
  left: 50%;
  display: block;
  width: 60%;
  margin-left: -30%;
  text-align: center;
}
@media (max-width: 768px) {
  .cid-sRWup4rrjh .carousel-indicators {
    display: none !important;
  }
}
.cid-sRLcPfhFMg {
  padding-top: 1rem;
  padding-bottom: 0rem;
  background-color: #5d59a7;
}
.cid-sRLcPfhFMg .media-wrap {
  margin: 0 auto;
  padding: 0;
}
@media (max-width: 991px) {
  .cid-sRLcPfhFMg .media-wrap {
    margin-bottom: 1rem;
  }
}
@media (max-width: 767px) {
  .cid-sRLcPfhFMg .row {
    text-align: center;
  }
  .cid-sRLcPfhFMg .row > div {
    margin: auto;
  }
  .cid-sRLcPfhFMg .social-row {
    justify-content: center;
  }
}
.cid-sRLcPfhFMg .social-row {
  display: flex;
  flex-wrap: wrap;
}
.cid-sRLcPfhFMg .list {
  list-style: none;
  padding-left: 0;
  color: #ffffff;
  text-align: left;
}
@media (max-width: 991px) {
  .cid-sRLcPfhFMg .list {
    margin-bottom: 2rem;
  }
}
@media (min-width: 992px) {
  .cid-sRLcPfhFMg .list {
    margin-bottom: 0rem;
  }
}
.cid-sRLcPfhFMg .mbr-text {
  transition: .2s all;
}
.cid-sRLcPfhFMg .mbr-text:hover {
  color: #ff6666;
}
.cid-sRLcPfhFMg .soc-item {
  display: flex;
  align-items: center;
  justify-content: center;
  border-radius: 50%;
  background-color: #40b0bf;
  margin-right: 0.5rem;
  margin-bottom: 1rem;
  padding: 0.5rem;
  height: 2.5rem;
  width: 2.5rem;
  transition: .2s all;
}
.cid-sRLcPfhFMg .soc-item:hover {
  background-color: #ff6666;
}
.cid-sRLcPfhFMg .mbr-iconfont {
  color: black;
}
.cid-sRLcPfhFMg .flex {
  display: flex;
}
@media (max-width: 990px) {
  .cid-sRLcPfhFMg .flex {
    display: block;
  }
}
.cid-sRLcPfhFMg .follow {
  vertical-align: sub;
  color: #8d8d8d;
  margin-right: 20px;
  line-height: 2.5rem;
}
@media (max-width: 765px) {
  .cid-sRLcPfhFMg .follow {
    margin-right: 0px;
  }
}
.cid-sRLcPfhFMg .footer-sotial {
  justify-content: space-between;
}
.cid-sRLcPfhFMg .rigth-col {
  text-align: right;
}
@media (max-width: 765px) {
  .cid-sRLcPfhFMg .rigth-col {
    text-align: center;
  }
}
@media (max-width: 991px) {
  .cid-sRLcPfhFMg div > *:last-child {
    margin-top: 0 !important;
  }
}
.cid-sRLcPfhFMg .item-wrap {
  text-transform: uppercase;
}
@media (max-width: 765px) {
  .cid-sRLcPfhFMg .item-wrap {
    text-align: center;
  }
}
.cid-sRLcPfhFMg H5 {
  color: #f7f7f7;
}
.cid-sRLcPfhFMg .mbr-section-subtitle {
  color: #ffffff;
}
.cid-sRLcPfhFMg .number {
  color: #ff6666;
  font-weight: bold;
}
.cid-sRLcPfhFMg .number:hover {
  color: #5d59a7;
}
.cid-sRLcPfhFMg .social_out {
  display: flex;
  margin-top: 8rem;
}
@media (max-width: 765px) {
  .cid-sRLcPfhFMg .social_out {
    display: block;
  }
}
.cid-sRLcPfhFMg .email {
  transition: .2s all;
}
.cid-sRLcPfhFMg .email:hover {
  color: #5d59a7;
}
.cid-sRLcPfhFMg .copyright {
  color: #000000;
}
.cid-sRLcPfhFMg .mbr-section-subtitle P {
  text-align: right;
}
@media (max-width: 765px) {
  .cid-sRLcPfhFMg .mbr-section-subtitle P {
    text-align: center;
  }
}
.cid-sRLcPfhFMg .mbr-section-subtitle DIV {
  text-align: right;
}
@media (max-width: 765px) {
  .cid-sRLcPfhFMg .mbr-section-subtitle DIV {
    text-align: center;
  }
}
.cid-sRLcPfhFMg .copyright P {
  vertical-align: sub;
  display: inline-block;
  color: #868378;
  text-align: center;
}
.cid-sRLcPfhFMg .socicon {
  color: #fff;
}
.cid-sRLcPfhFMg .icons {
  width: 18px;
  height: 20px;
}
.cid-sRLcPfhFMg .href {
  padding-bottom: 1.5rem;
}
