.btn {
  border-width: 2px;
}
body {
  font-family: Atkinson Hyperlegible;
}
.display-1 {
  font-family: 'Atkinson Hyperlegible', sans-serif;
  font-size: 8rem;
  line-height: 1.1;
}
.display-1 > .mbr-iconfont {
  font-size: 10rem;
}
.display-2 {
  font-family: 'Atkinson Hyperlegible', sans-serif;
  font-size: 4.5rem;
  line-height: 1.1;
}
.display-2 > .mbr-iconfont {
  font-size: 5.625rem;
}
.display-4 {
  font-family: 'Atkinson Hyperlegible', sans-serif;
  font-size: 1.5rem;
  line-height: 1.5;
}
.display-4 > .mbr-iconfont {
  font-size: 1.875rem;
}
.display-5 {
  font-family: 'Atkinson Hyperlegible', sans-serif;
  font-size: 2.5rem;
  line-height: 1.2;
}
.display-5 > .mbr-iconfont {
  font-size: 3.125rem;
}
.display-7 {
  font-family: 'Atkinson Hyperlegible', sans-serif;
  font-size: 1.125rem;
  line-height: 1.5;
}
.display-7 > .mbr-iconfont {
  font-size: 1.40625rem;
}
/* ---- 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: 6.4rem;
  }
}
@media (max-width: 768px) {
  .display-1 {
    font-size: 5.6rem;
    font-size: calc( 3.45rem + (8 - 3.45) * ((100vw - 26rem) / (48 - 20)));
    line-height: calc( 1.1 * (3.45rem + (8 - 3.45) * ((100vw - 26rem) / (48 - 20))));
  }
  .display-2 {
    font-size: 3.6rem;
    font-size: calc( 2.225rem + (4.5 - 2.225) * ((100vw - 20rem) / (48 - 20)));
    line-height: calc( 1.3 * (2.225rem + (4.5 - 2.225) * ((100vw - 20rem) / (48 - 20))));
  }
  .display-4 {
    font-size: 1.2rem;
    font-size: calc( 1.175rem + (1.5 - 1.175) * ((100vw - 20rem) / (48 - 20)));
    line-height: calc( 1.4 * (1.175rem + (1.5 - 1.175) * ((100vw - 20rem) / (48 - 20))));
  }
  .display-5 {
    font-size: 2rem;
    font-size: calc( 1.525rem + (2.5 - 1.525) * ((100vw - 20rem) / (48 - 20)));
    line-height: calc( 1.4 * (1.525rem + (2.5 - 1.525) * ((100vw - 20rem) / (48 - 20))));
  }
  .display-7 {
    font-size: 0.9rem;
    font-size: calc( 1.04375rem + (1.125 - 1.04375) * ((100vw - 20rem) / (48 - 20)));
    line-height: calc( 1.4 * (1.04375rem + (1.125 - 1.04375) * ((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: #fa7e26 !important;
}
.bg-success {
  background-color: #189d8b !important;
}
.bg-info {
  background-color: #2655a6 !important;
}
.bg-warning {
  background-color: #413e65 !important;
}
.bg-danger {
  background-color: #f70000 !important;
}
.btn-primary,
.btn-primary:active {
  background: radial-gradient(50% 895.56% at 47.69% 50%, #db6f1c 0, #d04b08 100%) !important;
  border: 1px solid #fa7e26 !important;
  color: #ffffff !important;
  box-shadow: 0 6px 30px rgba(227, 118, 41, 0.35);
}
.btn-primary:hover,
.btn-primary:focus,
.btn-primary.focus,
.btn-primary.active {
  background: radial-gradient(50% 895.56% at 47.69% 50%, #db6f1c 0, #d04b08 100%) !important;
  box-shadow: 0 6px 40px #e37629;
}
.btn-primary.disabled,
.btn-primary:disabled {
  color: #ffffff !important;
  background-color: #c55405 !important;
  border-color: #fa7e26 !important;
}
.btn-secondary,
.btn-secondary:active {
  background: radial-gradient(50% 895.56% at 47.69% 50%, #db9a1c 0, #d07808 100%) !important;
  border: 1px solid #faae26 !important;
  color: #ffffff !important;
  box-shadow: 0 6px 30px rgba(227, 160, 41, 0.35);
}
.btn-secondary:hover,
.btn-secondary:focus,
.btn-secondary.focus,
.btn-secondary.active {
  background: radial-gradient(50% 895.56% at 47.69% 50%, #db9a1c 0, #d07808 100%) !important;
  box-shadow: 0 6px 40px #e3a029;
}
.btn-secondary.disabled,
.btn-secondary:disabled {
  color: #ffffff !important;
  background-color: #c58005 !important;
  border-color: #faae26 !important;
}
.btn-info,
.btn-info:active {
  background: radial-gradient(50% 895.56% at 47.69% 50%, #2d4776 0, #1b3e6a 100%) !important;
  border: 1px solid #2655a6 !important;
  color: #ffffff !important;
  box-shadow: 0 6px 30px rgba(52, 81, 132, 0.35);
}
.btn-info:hover,
.btn-info:focus,
.btn-info.focus,
.btn-info.active {
  background: radial-gradient(50% 895.56% at 47.69% 50%, #2d4776 0, #1b3e6a 100%) !important;
  box-shadow: 0 6px 40px #345184;
}
.btn-info.disabled,
.btn-info:disabled {
  color: #ffffff !important;
  background-color: #16315f !important;
  border-color: #2655a6 !important;
}
.btn-success,
.btn-success:active {
  background: radial-gradient(50% 895.56% at 47.69% 50%, #1f6d64 0, #105d4d 100%) !important;
  border: 1px solid #189d8b !important;
  color: #ffffff !important;
  box-shadow: 0 6px 30px rgba(37, 124, 112, 0.35);
}
.btn-success:hover,
.btn-success:focus,
.btn-success.focus,
.btn-success.active {
  background: radial-gradient(50% 895.56% at 47.69% 50%, #1f6d64 0, #105d4d 100%) !important;
  box-shadow: 0 6px 40px #257c70;
}
.btn-success.disabled,
.btn-success:disabled {
  color: #ffffff !important;
  background-color: #0d5248 !important;
  border-color: #189d8b !important;
}
.btn-warning,
.btn-warning:active {
  background: radial-gradient(50% 895.56% at 47.69% 50%, #3a3941 0, #242437 100%) !important;
  border: 1px solid #413e65 !important;
  color: #ffffff !important;
  box-shadow: 0 6px 30px rgba(68, 68, 75, 0.35);
}
.btn-warning:hover,
.btn-warning:focus,
.btn-warning.focus,
.btn-warning.active {
  background: radial-gradient(50% 895.56% at 47.69% 50%, #3a3941 0, #242437 100%) !important;
  box-shadow: 0 6px 40px #44444b;
}
.btn-warning.disabled,
.btn-warning:disabled {
  color: #ffffff !important;
  background-color: #1e1d2f !important;
  border-color: #413e65 !important;
}
.btn-danger,
.btn-danger:active {
  background: radial-gradient(50% 895.56% at 47.69% 50%, #bc1513 0, #ad0311 100%) !important;
  border: 1px solid #f70000 !important;
  color: #ffffff !important;
  box-shadow: 0 6px 30px rgba(205, 22, 22, 0.35);
}
.btn-danger:hover,
.btn-danger:focus,
.btn-danger.focus,
.btn-danger.active {
  background: radial-gradient(50% 895.56% at 47.69% 50%, #bc1513 0, #ad0311 100%) !important;
  box-shadow: 0 6px 40px #cd1616;
}
.btn-danger.disabled,
.btn-danger:disabled {
  color: #ffffff !important;
  background-color: #a00000 !important;
  border-color: #f70000 !important;
}
.btn-white,
.btn-white:active {
  background: radial-gradient(50% 895.56% at 47.69% 50%, #ced6df 0, #b3cbdc 100%) !important;
  border: 1px solid #e3ebf3 !important;
  color: #416b96 !important;
  box-shadow: 0 6px 30px rgba(218, 225, 231, 0.35);
}
.btn-white:hover,
.btn-white:focus,
.btn-white.focus,
.btn-white.active {
  background: radial-gradient(50% 895.56% at 47.69% 50%, #ced6df 0, #b3cbdc 100%) !important;
  box-shadow: 0 6px 40px #dae1e7;
}
.btn-white.disabled,
.btn-white:disabled {
  color: #416b96 !important;
  background-color: #a6c0d9 !important;
  border-color: #e3ebf3 !important;
}
.btn-black,
.btn-black:active {
  background: radial-gradient(50% 895.56% at 47.69% 50%, #090909 0, #000000 100%) !important;
  border: 1px solid #1a1e21 !important;
  color: #ffffff !important;
  box-shadow: 0 6px 30px rgba(19, 19, 19, 0.35);
}
.btn-black:hover,
.btn-black:focus,
.btn-black.focus,
.btn-black.active {
  background: radial-gradient(50% 895.56% at 47.69% 50%, #090909 0, #000000 100%) !important;
  box-shadow: 0 6px 40px #131313;
}
.btn-black.disabled,
.btn-black:disabled {
  color: #ffffff !important;
  background-color: #000000 !important;
  border-color: #1a1e21 !important;
}
.btn-primary-outline,
.btn-primary-outline:active {
  background-color: transparent !important;
  border-width: 1px !important;
  border-color: #fa7e26;
  color: #fa7e26;
}
.btn-primary-outline:hover,
.btn-primary-outline:focus,
.btn-primary-outline.focus,
.btn-primary-outline.active {
  color: #c55405 !important;
  background-color: transparent!important;
  border-color: #c55405 !important;
  box-shadow: none!important;
}
.btn-primary-outline.disabled,
.btn-primary-outline:disabled {
  color: #ffffff !important;
  background-color: #fa7e26 !important;
  border-color: #fa7e26 !important;
}
.btn-secondary-outline,
.btn-secondary-outline:active {
  background-color: transparent !important;
  border-width: 1px !important;
  border-color: #faae26;
  color: #faae26;
}
.btn-secondary-outline:hover,
.btn-secondary-outline:focus,
.btn-secondary-outline.focus,
.btn-secondary-outline.active {
  color: #c58005 !important;
  background-color: transparent!important;
  border-color: #c58005 !important;
  box-shadow: none!important;
}
.btn-secondary-outline.disabled,
.btn-secondary-outline:disabled {
  color: #ffffff !important;
  background-color: #faae26 !important;
  border-color: #faae26 !important;
}
.btn-info-outline,
.btn-info-outline:active {
  background-color: transparent !important;
  border-width: 1px !important;
  border-color: #2655a6;
  color: #2655a6;
}
.btn-info-outline:hover,
.btn-info-outline:focus,
.btn-info-outline.focus,
.btn-info-outline.active {
  color: #16315f !important;
  background-color: transparent!important;
  border-color: #16315f !important;
  box-shadow: none!important;
}
.btn-info-outline.disabled,
.btn-info-outline:disabled {
  color: #ffffff !important;
  background-color: #2655a6 !important;
  border-color: #2655a6 !important;
}
.btn-success-outline,
.btn-success-outline:active {
  background-color: transparent !important;
  border-width: 1px !important;
  border-color: #189d8b;
  color: #189d8b;
}
.btn-success-outline:hover,
.btn-success-outline:focus,
.btn-success-outline.focus,
.btn-success-outline.active {
  color: #0d5248 !important;
  background-color: transparent!important;
  border-color: #0d5248 !important;
  box-shadow: none!important;
}
.btn-success-outline.disabled,
.btn-success-outline:disabled {
  color: #ffffff !important;
  background-color: #189d8b !important;
  border-color: #189d8b !important;
}
.btn-warning-outline,
.btn-warning-outline:active {
  background-color: transparent !important;
  border-width: 1px !important;
  border-color: #413e65;
  color: #413e65;
}
.btn-warning-outline:hover,
.btn-warning-outline:focus,
.btn-warning-outline.focus,
.btn-warning-outline.active {
  color: #1e1d2f !important;
  background-color: transparent!important;
  border-color: #1e1d2f !important;
  box-shadow: none!important;
}
.btn-warning-outline.disabled,
.btn-warning-outline:disabled {
  color: #ffffff !important;
  background-color: #413e65 !important;
  border-color: #413e65 !important;
}
.btn-danger-outline,
.btn-danger-outline:active {
  background-color: transparent !important;
  border-width: 1px !important;
  border-color: #f70000;
  color: #f70000;
}
.btn-danger-outline:hover,
.btn-danger-outline:focus,
.btn-danger-outline.focus,
.btn-danger-outline.active {
  color: #a00000 !important;
  background-color: transparent!important;
  border-color: #a00000 !important;
  box-shadow: none!important;
}
.btn-danger-outline.disabled,
.btn-danger-outline:disabled {
  color: #ffffff !important;
  background-color: #f70000 !important;
  border-color: #f70000 !important;
}
.btn-black-outline,
.btn-black-outline:active {
  background-color: transparent !important;
  border-width: 1px !important;
  border-color: #1a1e21;
  color: #1a1e21;
}
.btn-black-outline:hover,
.btn-black-outline:focus,
.btn-black-outline.focus,
.btn-black-outline.active {
  color: #000000 !important;
  background-color: transparent!important;
  border-color: #000000 !important;
  box-shadow: none!important;
}
.btn-black-outline.disabled,
.btn-black-outline:disabled {
  color: #ffffff !important;
  background-color: #1a1e21 !important;
  border-color: #1a1e21 !important;
}
.btn-white-outline,
.btn-white-outline:active {
  background-color: transparent !important;
  border-width: 1px !important;
  border-color: #e3ebf3;
  color: #e3ebf3;
}
.btn-white-outline:hover,
.btn-white-outline:focus,
.btn-white-outline.focus,
.btn-white-outline.active {
  color: #a6c0d9 !important;
  background-color: transparent!important;
  border-color: #a6c0d9 !important;
  box-shadow: none!important;
}
.btn-white-outline.disabled,
.btn-white-outline:disabled {
  color: #416b96 !important;
  background-color: #e3ebf3 !important;
  border-color: #e3ebf3 !important;
}
.text-primary {
  color: #fa7e26 !important;
}
.text-secondary {
  color: #faae26 !important;
}
.text-success {
  color: #189d8b !important;
}
.text-info {
  color: #2655a6 !important;
}
.text-warning {
  color: #413e65 !important;
}
.text-danger {
  color: #f70000 !important;
}
.text-white {
  color: #e3ebf3 !important;
}
.text-black {
  color: #1a1e21 !important;
}
a.text-primary:hover,
a.text-primary:focus,
a.text-primary.active {
  color: #b64e04 !important;
}
a.text-secondary:hover,
a.text-secondary:focus,
a.text-secondary.active {
  color: #b67604 !important;
}
a.text-success:hover,
a.text-success:focus,
a.text-success.active {
  color: #0a453d !important;
}
a.text-info:hover,
a.text-info:focus,
a.text-info.active {
  color: #132a53 !important;
}
a.text-warning:hover,
a.text-warning:focus,
a.text-warning.active {
  color: #181726 !important;
}
a.text-danger:hover,
a.text-danger:focus,
a.text-danger.active {
  color: #910000 !important;
}
a.text-white:hover,
a.text-white:focus,
a.text-white.active {
  color: #9cb8d4 !important;
}
a.text-black:hover,
a.text-black:focus,
a.text-black.active {
  color: #000000 !important;
}
a[class*="text-"]:not(.nav-link):not(.dropdown-item):not([role]):not(.navbar-caption) {
  position: relative;
  background-image: transparent;
  background-size: 10000px 2px;
  background-repeat: no-repeat;
  background-position: 0px 1.2em;
  background-position: -10000px 1.2em;
}
a[class*="text-"]:not(.nav-link):not(.dropdown-item):not([role]):not(.navbar-caption):hover {
  transition: background-position 2s ease-in-out;
  background-image: linear-gradient(currentColor 50%, currentColor 50%);
  background-position: 0px 1.2em;
}
.nav-tabs .nav-link.active {
  color: #fa7e26;
}
.nav-tabs .nav-link:not(.active) {
  color: #1a1e21;
}
.alert-success {
  background-color: #70c770;
}
.alert-info {
  background-color: #2655a6;
}
.alert-warning {
  background-color: #413e65;
}
.alert-danger {
  background-color: #f70000;
}
.mbr-gallery-filter li.active .btn {
  background-color: #fa7e26;
  border-color: #fa7e26;
  color: #ffffff;
}
.mbr-gallery-filter li.active .btn:focus {
  box-shadow: none;
}
a,
a:hover {
  color: #fa7e26;
}
.mbr-plan-header.bg-primary .mbr-plan-subtitle,
.mbr-plan-header.bg-primary .mbr-plan-price-desc {
  color: #fff5ed;
}
.mbr-plan-header.bg-success .mbr-plan-subtitle,
.mbr-plan-header.bg-success .mbr-plan-price-desc {
  color: #50e4d0;
}
.mbr-plan-header.bg-info .mbr-plan-subtitle,
.mbr-plan-header.bg-info .mbr-plan-price-desc {
  color: #6e97de;
}
.mbr-plan-header.bg-warning .mbr-plan-subtitle,
.mbr-plan-header.bg-warning .mbr-plan-price-desc {
  color: #7b77ac;
}
.mbr-plan-header.bg-danger .mbr-plan-subtitle,
.mbr-plan-header.bg-danger .mbr-plan-price-desc {
  color: #ffc4c4;
}
/* Scroll to top button*/
.scrollToTop_wraper {
  display: none;
}
.form-control {
  font-family: 'Atkinson Hyperlegible', sans-serif;
  font-size: 1.5rem;
  line-height: 1.5;
  font-weight: 400;
}
.form-control > .mbr-iconfont {
  font-size: 1.875rem;
}
.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: #fa7e26 !important;
}
.form-control:-webkit-input-placeholder {
  font-family: 'Atkinson Hyperlegible', sans-serif;
  font-size: 1.5rem;
  line-height: 1.5;
  font-weight: 400;
}
.form-control:-webkit-input-placeholder > .mbr-iconfont {
  font-size: 1.875rem;
}
blockquote {
  border-color: #fa7e26;
}
/* Forms */
.jq-selectbox li:hover,
.jq-selectbox li.selected {
  background-color: #fa7e26;
  color: #ffffff;
}
.jq-number__spin {
  transition: 0.25s ease;
}
.jq-number__spin:hover {
  border-color: #fa7e26;
}
.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: #fa7e26;
  border-bottom-color: #fa7e26;
}
.xdsoft_datetimepicker .xdsoft_calendar td.xdsoft_default,
.xdsoft_datetimepicker .xdsoft_calendar td.xdsoft_current,
.xdsoft_datetimepicker .xdsoft_timepicker .xdsoft_time_box > div > div.xdsoft_current {
  color: #000000 !important;
  background-color: #fa7e26 !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: #faae26 !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='%23fa7e26' %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: .3s all;
}
a:hover {
  background-image: none !important;
}
.container {
  max-width: 1670px;
  padding-left: 16px;
  padding-right: 16px;
}
.container-fluid {
  padding-left: 20px;
  padding-right: 20px;
}
@media (max-width: 767px) {
  .container-fluid,
  .container {
    padding-left: 12px;
    padding-right: 12px;
  }
}
.row {
  margin-left: 0;
  margin-right: 0;
  justify-content: center;
}
.row > [class*="col"] {
  padding-left: 0;
  padding-right: 0;
}
.row {
  justify-content: center;
}
b,
strong {
  font-weight: 700 !important;
}
.border-item {
  border-radius: 60px;
  overflow: hidden;
}
@media (max-width: 1399px) {
  .border-item {
    padding: 20px !important;
    border-radius: 40px;
  }
}
@media (max-width: 991px) {
  .border-item {
    border-radius: 12px;
  }
}
.mbr-section-btn .btn {
  position: relative;
  min-width: 160px;
  min-height: 46px;
  padding: 20px 25px;
  border-radius: 6px;
  font-weight: 400 !important;
  line-height: 1.1 !important;
  transition: all .3s;
}
.mbr-section-btn .btn-black {
  background: #1a1e21 !important;
  border: 2px solid #1a1e21 !important;
  box-shadow: none !important;
}
.mbr-section-btn .btn-black:hover {
  background: transparent !important;
  border-color: #e3ebf3 !important;
}
.mbr-section-btn .btn-white-outline:hover {
  background: #fa7e26 !important;
  border-color: #fa7e26 !important;
  color: #e3ebf3 !important;
}
.cid-u53ig1t9Fp {
  z-index: 1000;
  width: 100%;
}
.cid-u53ig1t9Fp .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;
}
@media (max-width: 767px) {
  .cid-u53ig1t9Fp .navbar-toggler {
    transform: scale(0.8);
  }
}
.cid-u53ig1t9Fp .navbar-nav {
  margin: auto;
  margin-left: 0;
}
@media (min-width: 992px) {
  .cid-u53ig1t9Fp .navbar-nav {
    max-width: 45%;
  }
}
.cid-u53ig1t9Fp .navbar-nav .nav-item {
  padding: 0 !important;
  transition: .3s all !important;
}
.cid-u53ig1t9Fp .navbar-nav .nav-item .nav-link {
  padding: 16px !important;
  margin: 0 !important;
  border-radius: 1rem !important;
  transition: .3s all !important;
  border-radius: 4px !important;
}
.cid-u53ig1t9Fp .navbar-nav .nav-item .nav-link:hover {
  background-color: rgba(27, 31, 10, 0.06);
}
.cid-u53ig1t9Fp .navbar-nav .open .nav-link::after {
  transform: rotate(180deg);
}
@media (min-width: 992px) {
  .cid-u53ig1t9Fp .navbar-nav .open .nav-link::before {
    content: "";
    width: 100%;
    height: 20px;
    top: 100%;
    background: transparent;
    position: absolute;
  }
}
.cid-u53ig1t9Fp .navbar-nav .dropdown-item {
  padding: 12px !important;
  border-radius: 0.5rem !important;
  margin: 0 8px !important;
  transition: .3s all !important;
  border-radius: 4px !important;
}
.cid-u53ig1t9Fp .navbar-nav .dropdown-item:hover {
  background-color: rgba(27, 31, 10, 0.06);
}
@media (min-width: 992px) {
  .cid-u53ig1t9Fp .navbar-nav {
    padding-left: 1.5rem;
  }
}
.cid-u53ig1t9Fp .navbar-logo {
  padding-left: 1rem;
  margin: 0 !important;
}
@media (min-width: 992px) {
  .cid-u53ig1t9Fp .navbar-logo {
    position: absolute;
    left: 50%;
    top: 50%;
    transform: translate(-50%, -50%);
  }
}
@media (max-width: 767px) {
  .cid-u53ig1t9Fp .navbar-logo {
    padding-left: 1rem;
  }
}
.cid-u53ig1t9Fp .navbar-brand {
  flex-shrink: 0;
  align-items: center;
  margin-right: 0;
  padding: 10px 0;
  transition: all 0.3s;
  word-break: break-word;
  z-index: 1;
}
.cid-u53ig1t9Fp .navbar-brand img {
  max-width: 100%;
  max-height: 100%;
  border-radius: 0px !important;
}
.cid-u53ig1t9Fp .navbar-brand .navbar-caption {
  line-height: inherit !important;
}
.cid-u53ig1t9Fp .navbar-brand .navbar-logo a {
  outline: none;
}
.cid-u53ig1t9Fp .nav-link {
  width: fit-content;
  position: relative;
}
.cid-u53ig1t9Fp .navbar-caption {
  padding-left: 2rem;
  padding-right: .5rem;
}
@media (max-width: 767px) {
  .cid-u53ig1t9Fp .navbar-caption {
    padding-left: 1rem;
  }
}
@media (max-width: 767px) {
  .cid-u53ig1t9Fp .nav-dropdown {
    padding-bottom: 0.5rem;
  }
}
.cid-u53ig1t9Fp .nav-dropdown .link.dropdown-toggle::after {
  margin-left: 0.5rem;
  margin-top: 0.2rem;
  transition: .3s all;
}
.cid-u53ig1t9Fp .container {
  display: flex;
  height: 90px;
  position: relative;
  padding: 0.5rem 0.6rem;
  flex-wrap: nowrap;
  background: rgba(255, 255, 255, 0.8) !important;
  left: 0;
  right: 0;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: flex-end;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  border-radius: 100vw;
  margin-top: 1rem;
  background-color: #ffffff;
  box-shadow: 0 30px 60px 0 rgba(27, 31, 10, 0.08);
  border-radius: 4px !important;
}
@media (max-width: 992px) {
  .cid-u53ig1t9Fp .container {
    padding-right: 2rem;
  }
}
@media (max-width: 767px) {
  .cid-u53ig1t9Fp .container {
    width: 95%;
    height: 56px !important;
    padding-right: 1rem;
    margin-top: 0rem;
  }
}
.cid-u53ig1t9Fp .iconfont-wrapper {
  color: #000000 !important;
  font-size: 1.5rem;
  padding-right: 0.5rem;
}
.cid-u53ig1t9Fp .dropdown-menu {
  flex-wrap: wrap;
  flex-direction: column;
  max-width: 100%;
  padding: 12px 4px !important;
  border-radius: 1.5rem;
  transition: .3s all !important;
  min-width: auto;
  background: #ffffff;
  background: rgba(255, 255, 255, 0.8) !important;
  border-radius: 4px !important;
}
.cid-u53ig1t9Fp .nav-item:focus,
.cid-u53ig1t9Fp .nav-link:focus {
  outline: none;
}
.cid-u53ig1t9Fp .dropdown .dropdown-menu .dropdown-item {
  width: auto;
  transition: all 0.25s ease-in-out;
}
.cid-u53ig1t9Fp .dropdown .dropdown-menu .dropdown-item::after {
  right: 0.5rem;
}
.cid-u53ig1t9Fp .dropdown .dropdown-menu .dropdown-item .mbr-iconfont {
  margin-right: 0.5rem;
  vertical-align: sub;
}
.cid-u53ig1t9Fp .dropdown .dropdown-menu .dropdown-item .mbr-iconfont:before {
  display: inline-block;
  transform: scale(1, 1);
  transition: all 0.25s ease-in-out;
}
.cid-u53ig1t9Fp .collapsed .dropdown-menu .dropdown-item:before {
  display: none;
}
.cid-u53ig1t9Fp .collapsed .dropdown .dropdown-menu .dropdown-item {
  padding: 0.235em 1.5em 0.235em 1.5em !important;
  transition: none;
  margin: 0 !important;
}
.cid-u53ig1t9Fp .navbar {
  min-height: 90px;
  transition: all 0.3s;
  border-bottom: 1px solid transparent;
  background: transparent !important;
  padding: 0 !important;
  border: none !important;
  box-shadow: none !important;
  border-radius: 0 !important;
}
.cid-u53ig1t9Fp .navbar.opened {
  transition: all 0.3s;
}
.cid-u53ig1t9Fp .navbar .dropdown-item {
  padding: 0.5rem 1.8rem;
}
.cid-u53ig1t9Fp .navbar .navbar-logo img {
  width: auto;
}
.cid-u53ig1t9Fp .navbar .navbar-collapse {
  justify-content: flex-end;
}
.cid-u53ig1t9Fp .navbar.collapsed {
  justify-content: center;
}
.cid-u53ig1t9Fp .navbar.collapsed .nav-item .nav-link::before {
  display: none;
}
.cid-u53ig1t9Fp .navbar.collapsed.opened .dropdown-menu {
  top: 0;
}
@media (min-width: 992px) {
  .cid-u53ig1t9Fp .navbar.collapsed.opened:not(.navbar-short) .navbar-collapse {
    max-height: calc(98.5vh - 4rem);
  }
}
.cid-u53ig1t9Fp .navbar.collapsed .dropdown-menu .dropdown-submenu {
  left: 0 !important;
}
.cid-u53ig1t9Fp .navbar.collapsed .dropdown-menu .dropdown-item:after {
  right: auto;
}
.cid-u53ig1t9Fp .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-u53ig1t9Fp .navbar.collapsed ul.navbar-nav li {
  margin: auto;
}
.cid-u53ig1t9Fp .navbar.collapsed .dropdown-menu .dropdown-item {
  padding: 0.25rem 1.5rem;
  text-align: center;
}
.cid-u53ig1t9Fp .navbar.collapsed .icons-menu {
  padding-left: 0;
  padding-right: 0;
  padding-top: 0.5rem;
  padding-bottom: 0.5rem;
}
@media (max-width: 767px) {
  .cid-u53ig1t9Fp .navbar {
    min-height: 72px;
  }
  .cid-u53ig1t9Fp .navbar .navbar-logo img {
    height: 2rem !important;
  }
}
@media (max-width: 991px) {
  .cid-u53ig1t9Fp .navbar .nav-item .nav-link::before {
    display: none;
  }
  .cid-u53ig1t9Fp .navbar.opened .dropdown-menu {
    top: 0;
  }
  .cid-u53ig1t9Fp .navbar .dropdown-menu .dropdown-submenu {
    left: 0 !important;
  }
  .cid-u53ig1t9Fp .navbar .dropdown-menu .dropdown-item:after {
    right: auto;
  }
  .cid-u53ig1t9Fp .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-u53ig1t9Fp .navbar .dropdown-menu .dropdown-item {
    padding: 0.25rem 1.5rem !important;
    text-align: center;
  }
  .cid-u53ig1t9Fp .navbar .navbar-brand {
    flex-shrink: initial;
    flex-basis: auto;
    word-break: break-word;
    padding-right: 10px;
  }
  .cid-u53ig1t9Fp .navbar .navbar-toggler {
    flex-basis: auto;
  }
  .cid-u53ig1t9Fp .navbar .icons-menu {
    padding-left: 0;
    padding-top: 0.5rem;
    padding-bottom: 0.5rem;
  }
}
.cid-u53ig1t9Fp .navbar.navbar-short .navbar-logo img {
  height: 2rem;
}
.cid-u53ig1t9Fp .dropdown-item.active,
.cid-u53ig1t9Fp .dropdown-item:active {
  background-color: transparent;
}
.cid-u53ig1t9Fp .navbar-expand-lg .navbar-nav .nav-link {
  padding: 0;
}
.cid-u53ig1t9Fp .nav-dropdown .link.dropdown-toggle {
  margin-right: 1.667em;
}
.cid-u53ig1t9Fp .nav-dropdown .link.dropdown-toggle[aria-expanded="true"] {
  margin-right: 0;
  padding: 0.667em 1.667em;
}
.cid-u53ig1t9Fp .navbar.navbar-expand-lg .dropdown .dropdown-menu {
  background: #ffffff;
}
.cid-u53ig1t9Fp .navbar.navbar-expand-lg .dropdown .dropdown-menu .dropdown-submenu {
  margin: 0;
  left: 105%;
  transform: none;
  top: -12px;
}
.cid-u53ig1t9Fp .navbar .dropdown.open > .dropdown-menu {
  display: flex;
}
.cid-u53ig1t9Fp ul.navbar-nav {
  flex-wrap: wrap;
}
.cid-u53ig1t9Fp .navbar-buttons {
  text-align: center;
  min-width: 140px;
}
@media (max-width: 992px) {
  .cid-u53ig1t9Fp .navbar-buttons {
    text-align: left;
  }
}
.cid-u53ig1t9Fp button.navbar-toggler {
  outline: none;
  width: 31px;
  height: 20px;
  cursor: pointer;
  transition: all 0.2s;
  position: relative;
  align-self: center;
}
.cid-u53ig1t9Fp button.navbar-toggler .hamburger span {
  position: absolute;
  right: 0;
  width: 30px;
  height: 2px;
  border-right: 5px;
  background-color: #000000;
}
.cid-u53ig1t9Fp button.navbar-toggler .hamburger span:nth-child(1) {
  top: 0;
  transition: all 0.2s;
}
.cid-u53ig1t9Fp button.navbar-toggler .hamburger span:nth-child(2) {
  top: 8px;
  transition: all 0.15s;
}
.cid-u53ig1t9Fp button.navbar-toggler .hamburger span:nth-child(3) {
  top: 8px;
  transition: all 0.15s;
}
.cid-u53ig1t9Fp button.navbar-toggler .hamburger span:nth-child(4) {
  top: 16px;
  transition: all 0.2s;
}
.cid-u53ig1t9Fp nav.opened .hamburger span:nth-child(1) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-u53ig1t9Fp nav.opened .hamburger span:nth-child(2) {
  transform: rotate(45deg);
  transition: all 0.25s;
}
.cid-u53ig1t9Fp nav.opened .hamburger span:nth-child(3) {
  transform: rotate(-45deg);
  transition: all 0.25s;
}
.cid-u53ig1t9Fp nav.opened .hamburger span:nth-child(4) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-u53ig1t9Fp .navbar-dropdown {
  padding: 0 1rem;
}
.cid-u53ig1t9Fp a.nav-link {
  display: flex;
  align-items: center;
  justify-content: center;
}
.cid-u53ig1t9Fp .icons-menu {
  flex-wrap: nowrap;
  display: flex;
  justify-content: center;
  padding-left: 1rem;
  padding-right: 1rem;
  padding-top: 0.3rem;
  text-align: center;
}
@media (max-width: 992px) {
  .cid-u53ig1t9Fp .icons-menu {
    justify-content: flex-start;
    margin-bottom: .5rem;
  }
}
@media screen and (-ms-high-contrast: active), (-ms-high-contrast: none) {
  .cid-u53ig1t9Fp .navbar {
    height: 70px;
  }
  .cid-u53ig1t9Fp .navbar.opened {
    height: auto;
  }
  .cid-u53ig1t9Fp .nav-item .nav-link:hover::before {
    width: 175%;
    max-width: calc(100% + 2rem);
    left: -1rem;
  }
}
.cid-u53ig1t9Fp .navbar .dropdown > .dropdown-menu {
  display: none;
  width: max-content;
  max-width: 500px !important;
  transform: translateX(-50%);
  top: calc(100% + 20px);
  left: 50%;
}
.cid-u53ig1t9Fp .navbar .dropdown > .dropdown-menu .dropdown-item {
  line-height: 1 !important;
}
.cid-u53ig1t9Fp .navbar .dropdown > .dropdown-menu .dropdown .dropdown-item {
  align-items: center;
  display: flex;
  height: max-content !important;
  min-height: max-content !important;
}
.cid-u53ig1t9Fp .navbar .dropdown > .dropdown-menu .dropdown .dropdown-item::after {
  display: inline-block;
  position: static;
  margin-left: 0.5rem;
  margin-top: 0;
  margin-right: 0;
  margin-bottom: 0;
  transition: .3s all;
  transform: rotate(-90deg);
}
.cid-u53ig1t9Fp .navbar .dropdown > .dropdown-menu .dropdown.open .dropdown-item::after {
  transform: rotate(0deg);
}
.cid-u53ig1t9Fp .mbr-section-btn {
  margin: -0.6rem -0.6rem;
}
.cid-u53ig1t9Fp .navbar-toggler {
  margin-left: 12px;
  margin-right: 8px;
  order: 1000;
}
@media (max-width: 991px) {
  .cid-u53ig1t9Fp .navbar-brand {
    margin-right: auto;
  }
  .cid-u53ig1t9Fp .navbar-collapse {
    z-index: -1 !important;
    position: absolute;
    top: 110%;
    left: 0;
    width: 100%;
    padding: 1rem;
    border-radius: 1.5rem;
    background: #ffffff;
    opacity: 1;
    border-color: rgba(255, 255, 255, 0.8) !important;
    background: rgba(255, 255, 255, 0.8) !important;
    backdrop-filter: blur(8px);
    border-radius: 4px !important;
  }
  .cid-u53ig1t9Fp .navbar-nav .nav-item .nav-link::after {
    margin-left: 10px;
  }
  .cid-u53ig1t9Fp .navbar-nav .dropdown-item:hover {
    background-color: rgba(27, 31, 10, 0.06);
  }
  .cid-u53ig1t9Fp .navbar .dropdown > .dropdown-menu {
    max-width: 100% !important;
    transform: translateX(0);
    top: 10px;
    left: 0;
    padding: 8px !important;
    border-radius: 1rem;
    background-color: rgba(27, 31, 10, 0.04) !important;
  }
  .cid-u53ig1t9Fp .navbar .dropdown > .dropdown-menu .dropdown-item {
    padding: 8px !important;
    line-height: 1 !important;
    margin-bottom: 4px !important;
  }
  .cid-u53ig1t9Fp .navbar .dropdown > .dropdown-menu .dropdown .dropdown-item {
    align-items: center;
    display: flex;
    height: max-content !important;
    min-height: max-content !important;
  }
  .cid-u53ig1t9Fp .navbar .dropdown > .dropdown-menu .dropdown .dropdown-item::after {
    display: inline-block;
    position: static;
    margin-left: 0.5rem;
    margin-top: 0;
    margin-right: 0;
    margin-bottom: 0;
    transition: .3s all;
    transform: rotate(0deg);
  }
  .cid-u53ig1t9Fp .navbar .dropdown > .dropdown-menu .dropdown.open .dropdown-item::after {
    transform: rotate(180deg);
  }
  .cid-u53ig1t9Fp .navbar .dropdown > .dropdown-menu .dropdown-submenu {
    position: static;
    width: 100%;
    max-width: 100% !important;
    transform: translateX(0) !important;
    top: 0;
    left: 0;
    padding: 8px !important;
    border-radius: 1rem;
    background-color: rgba(27, 31, 10, 0.04) !important;
  }
  .cid-u53ig1t9Fp .navbar .dropdown.open > .dropdown-menu {
    display: flex !important;
    flex-direction: column;
    align-items: flex-start;
  }
}
@media (max-width: 575px) {
  .cid-u53ig1t9Fp .navbar-collapse {
    padding: 1rem;
  }
}
.cid-ty21JuGGAD {
  padding-top: 0rem;
  padding-bottom: 0rem;
  background-image: url("../../../assets/images/background1.jpg");
}
.cid-ty21JuGGAD .mbr-fallback-image.disabled {
  display: none;
}
.cid-ty21JuGGAD .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-ty21JuGGAD.mbr-fullscreen {
  padding: 0 !important;
}
.cid-ty21JuGGAD .container-fluid {
  padding: 0 !important;
}
.cid-ty21JuGGAD img {
  width: 100%;
  object-fit: cover;
  max-height: 100vh;
}
.cid-ty21Fx6Brq {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-image: url("../../../assets/images/background1.jpg");
}
.cid-ty21Fx6Brq .mbr-fallback-image.disabled {
  display: none;
}
.cid-ty21Fx6Brq .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-ty21Fx6Brq .row {
  align-items: flex-start;
  column-gap: 60px;
  row-gap: 20px;
}
@media (max-width: 1399px) {
  .cid-ty21Fx6Brq .row {
    column-gap: 40px;
  }
}
.cid-ty21Fx6Brq .col-text {
  display: flex;
  align-items: flex-start;
  width: calc(50% - 30px);
}
@media (max-width: 1399px) {
  .cid-ty21Fx6Brq .col-text {
    width: calc(50% - 20px);
  }
}
@media (max-width: 1199px) {
  .cid-ty21Fx6Brq .col-text {
    width: 100%;
  }
}
.cid-ty21Fx6Brq .card-title {
  color: #ffffff;
}
.cid-ty21Fx6Brq .mbr-text {
  margin-top: 20px;
  color: #6c7a88;
}
@media (max-width: 767px) {
  .cid-ty21Fx6Brq .mbr-text {
    margin-top: 12px;
  }
}
.cid-ty21Fx6Brq .mbr-section-btn {
  margin-top: 20px;
}
@media (max-width: 767px) {
  .cid-ty21Fx6Brq .mbr-section-btn {
    margin-top: 12px;
  }
}
.cid-ty21Fx6Brq .col-item {
  display: flex;
  flex-wrap: wrap;
  align-items: flex-start;
  gap: 32px;
  width: calc(50% - 30px);
}
@media (max-width: 1399px) {
  .cid-ty21Fx6Brq .col-item {
    gap: 20px;
    width: calc(50% - 20px);
  }
}
@media (max-width: 1199px) {
  .cid-ty21Fx6Brq .col-item {
    width: 100%;
  }
}
@media (max-width: 767px) {
  .cid-ty21Fx6Brq .col-item {
    gap: 12px;
  }
}
.cid-ty21Fx6Brq .item-wrap {
  display: flex;
  align-items: center;
  justify-content: flex-start;
  gap: 16px;
  width: calc(50% - 16px);
}
@media (max-width: 1399px) {
  .cid-ty21Fx6Brq .item-wrap {
    width: calc(50% - 10px);
  }
}
@media (max-width: 767px) {
  .cid-ty21Fx6Brq .item-wrap {
    width: 100%;
  }
}
.cid-ty21Fx6Brq .number-wrap {
  display: flex;
  justify-content: center;
  align-items: center;
  padding: 10px;
  min-width: 130px;
  min-height: 130px;
  border-radius: 50%;
  background-color: #1a1e21;
}
@media (max-width: 1399px) {
  .cid-ty21Fx6Brq .number-wrap {
    padding: 5px;
    min-width: 100px;
    min-height: 100px;
  }
}
.cid-ty21Fx6Brq .number-text {
  color: #ffffff;
}
.cid-ty21Fx6Brq .item-text {
  color: #35aa9a;
}
.cid-ty21Fx6Brq .mbr-text,
.cid-ty21Fx6Brq .mbr-section-btn {
  color: #e3ebf3;
}
.cid-ty26v6PBh2 {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-image: url("../../../assets/images/background1.jpg");
  overflow: hidden;
}
.cid-ty26v6PBh2 .mbr-overlay {
  background: #1a1e21;
  opacity: 0.1;
}
.cid-ty26v6PBh2 .row {
  position: relative;
  display: flex;
  flex-wrap: nowrap;
  align-items: center;
  justify-content: space-between;
  padding: 26px 38px;
}
@media (max-width: 1023px) {
  .cid-ty26v6PBh2 .row {
    padding: 0;
  }
}
.cid-ty26v6PBh2 .item-text {
  position: relative;
  z-index: 2;
  max-width: 700px;
  flex-shrink: 1;
  padding: 0 !important;
}
@media (max-width: 1023px) {
  .cid-ty26v6PBh2 .item-text {
    max-width: 100%;
  }
}
.cid-ty26v6PBh2 .item-title {
  position: relative;
  color: #ffffff;
}
.cid-ty26v6PBh2 .item-title:after {
  content: "";
  display: block;
  margin: 20px auto;
  width: 30px;
  height: 1px;
  background-color: currentColor;
}
.cid-ty26v6PBh2 .mbr-text {
  color: #e3ebf3;
}
.cid-ty26v6PBh2 .mbr-section-btn .btn {
  min-width: 260px;
  min-height: 60px;
}
.cid-ty26v6PBh2 .item-img {
  flex-shrink: 1.5;
  max-width: 255px;
  width: 100%;
  overflow: hidden;
  border-radius: 5px;
  padding: 0 !important;
}
@media (max-width: 1023px) {
  .cid-ty26v6PBh2 .item-img {
    display: none;
  }
}
.cid-ty26v6PBh2 .item-img-1 {
  transform: rotate(-15deg);
}
.cid-ty26v6PBh2 .item-img-2 {
  transform: rotate(15deg);
}
.cid-ty26v6PBh2 .item-img img {
  width: 100%;
  aspect-ratio: 0.75;
  object-fit: cover;
}
.cid-ty24VicASv {
  padding-top: 5rem;
  padding-bottom: 0rem;
  background-image: url("../../../assets/images/background1.jpg");
}
.cid-ty24VicASv .mbr-fallback-image.disabled {
  display: none;
}
.cid-ty24VicASv .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-ty24VicASv .content-wrap {
  gap: 20px;
  padding: 32px;
  margin-bottom: 20px;
  border: 1px solid #2e3237;
  border-radius: 40px;
}
@media (max-width: 1399px) {
  .cid-ty24VicASv .content-wrap {
    padding: 20px;
  }
}
@media (max-width: 1199px) {
  .cid-ty24VicASv .content-wrap {
    gap: 30px;
    border-radius: 12px;
  }
}
@media (max-width: 767px) {
  .cid-ty24VicASv .content-wrap {
    gap: 40px;
    padding: 12px;
    margin-bottom: 12px;
    border-radius: 12px;
  }
}
.cid-ty24VicASv .col-img {
  width: 70%;
}
@media (max-width: 1199px) {
  .cid-ty24VicASv .col-img {
    width: 100%;
    order: 2;
  }
}
.cid-ty24VicASv .image-wrapper {
  position: relative;
  border-radius: 20px;
  overflow: hidden;
}
@media (max-width: 1199px) {
  .cid-ty24VicASv .image-wrapper {
    border-radius: 12px;
  }
}
.cid-ty24VicASv .image-wrapper img {
  width: 100%;
  min-height: 534px;
  object-fit: cover;
}
@media (max-width: 1399px) {
  .cid-ty24VicASv .image-wrapper img {
    min-height: 408px;
  }
}
@media (max-width: 1199px) {
  .cid-ty24VicASv .image-wrapper img {
    width: 100%;
    min-height: auto;
    height: 350px;
  }
}
.cid-ty24VicASv .col-text {
  display: flex;
  align-items: flex-start;
  width: 1%;
  flex-grow: 1;
}
@media (max-width: 1199px) {
  .cid-ty24VicASv .col-text {
    width: 100%;
    order: 1;
  }
}
.cid-ty24VicASv .card-title {
  color: #ffffff;
}
.cid-ty24VicASv .mbr-text {
  margin-top: 16px;
  color: #6c7a88;
}
@media (max-width: 767px) {
  .cid-ty24VicASv .mbr-text {
    margin-top: 12px;
  }
}
.cid-ty24VicASv .mbr-section-btn {
  margin-top: 16px;
}
@media (max-width: 767px) {
  .cid-ty24VicASv .mbr-section-btn {
    margin-top: 12px;
  }
}
.cid-ty24VicASv .mbr-text,
.cid-ty24VicASv .mbr-section-btn {
  color: #e3ebf3;
}
.cid-ty24VWknXS {
  padding-top: 0rem;
  padding-bottom: 5rem;
  background-image: url("../../../assets/images/background1.jpg");
}
.cid-ty24VWknXS .mbr-fallback-image.disabled {
  display: none;
}
.cid-ty24VWknXS .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-ty24VWknXS .content-wrap {
  gap: 20px;
  padding: 32px;
  margin-bottom: 20px;
  border: 1px solid #2e3237;
  border-radius: 40px;
  flex-direction: row-reverse;
}
@media (max-width: 1399px) {
  .cid-ty24VWknXS .content-wrap {
    padding: 20px;
  }
}
@media (max-width: 1199px) {
  .cid-ty24VWknXS .content-wrap {
    gap: 30px;
    border-radius: 12px;
  }
}
@media (max-width: 767px) {
  .cid-ty24VWknXS .content-wrap {
    gap: 40px;
    padding: 12px;
    margin-bottom: 12px;
    border-radius: 12px;
  }
}
.cid-ty24VWknXS .col-img {
  width: 58%;
}
@media (max-width: 1199px) {
  .cid-ty24VWknXS .col-img {
    width: 100%;
    order: 2;
  }
}
.cid-ty24VWknXS .image-wrapper {
  position: relative;
  border-radius: 20px;
  overflow: hidden;
}
@media (max-width: 1199px) {
  .cid-ty24VWknXS .image-wrapper {
    border-radius: 12px;
  }
}
.cid-ty24VWknXS .image-wrapper img {
  width: 100%;
  min-height: 534px;
  object-fit: cover;
}
@media (max-width: 1399px) {
  .cid-ty24VWknXS .image-wrapper img {
    min-height: 408px;
  }
}
@media (max-width: 1199px) {
  .cid-ty24VWknXS .image-wrapper img {
    width: 100%;
    min-height: auto;
    height: 350px;
  }
}
.cid-ty24VWknXS .col-text {
  display: flex;
  align-items: flex-start;
  width: 1%;
  flex-grow: 1;
}
@media (max-width: 1199px) {
  .cid-ty24VWknXS .col-text {
    width: 100%;
    order: 1;
  }
}
.cid-ty24VWknXS .card-title {
  color: #ffffff;
}
.cid-ty24VWknXS .mbr-text {
  margin-top: 16px;
  color: #6c7a88;
}
@media (max-width: 767px) {
  .cid-ty24VWknXS .mbr-text {
    margin-top: 12px;
  }
}
.cid-ty24VWknXS .mbr-section-btn {
  margin-top: 16px;
}
@media (max-width: 767px) {
  .cid-ty24VWknXS .mbr-section-btn {
    margin-top: 12px;
  }
}
.cid-ty24VWknXS .mbr-text,
.cid-ty24VWknXS .mbr-section-btn {
  color: #e3ebf3;
}
.cid-ty263QN2eV {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-image: url("../../../assets/images/background1.jpg");
}
.cid-ty263QN2eV .mbr-fallback-image.disabled {
  display: none;
}
.cid-ty263QN2eV .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-ty263QN2eV .mbr-section-title {
  color: #e3ebf3;
}
.cid-ty263QN2eV .mbr-section-title a {
  pointer-events: none;
}
.cid-ty263QN2eV .mbr-section-subtitle {
  margin-top: 40px;
  color: #6c7a88;
}
@media (max-width: 1399px) {
  .cid-ty263QN2eV .mbr-section-subtitle {
    margin-top: 30px;
  }
}
@media (max-width: 767px) {
  .cid-ty263QN2eV .mbr-section-subtitle {
    margin-top: 20px;
  }
}
.cid-ty263QN2eV .mbr-section-btn {
  margin-top: 30px;
}
@media (max-width: 767px) {
  .cid-ty263QN2eV .mbr-section-btn {
    margin-top: 20px;
  }
}
.cid-tFhpPlXcmR {
  padding-top: 5rem;
  padding-bottom: 5rem;
  overflow: hidden;
  background-color: #212428;
}
.cid-tFhpPlXcmR .mbr-fallback-image.disabled {
  display: none;
}
.cid-tFhpPlXcmR .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-tFhpPlXcmR .mbr-section-head {
  margin-bottom: 20px;
  width: 100%;
}
.cid-tFhpPlXcmR .mbr-section-title {
  color: #FF014E;
}
.cid-tFhpPlXcmR .mbr-section-subtitle {
  color: #C4CFDE;
  margin-top: 15px;
}
@media (max-width: 767px) {
  .cid-tFhpPlXcmR .mbr-section-subtitle {
    margin-top: 10px;
  }
}
.cid-tFhpPlXcmR .card-row {
  align-items: stretch;
}
.cid-tFhpPlXcmR .card {
  margin-top: 30px;
}
.cid-tFhpPlXcmR .card-wrapper {
  position: relative;
  height: 100%;
  width: 100%;
  padding: 35px 50px 35px 50px;
  border-radius: 10px;
  overflow: hidden;
  background: linear-gradient(145deg, #1e2024, #23272b);
  box-shadow: 10px 10px 19px #191b1f, -10px -10px 19px #23272b;
}
@media (max-width: 1199px) {
  .cid-tFhpPlXcmR .card-wrapper {
    padding: 30px;
  }
}
@media (max-width: 575px) {
  .cid-tFhpPlXcmR .card-wrapper {
    padding: 20px;
  }
}
.cid-tFhpPlXcmR .card-wrapper:hover .card-bg {
  opacity: 1;
}
.cid-tFhpPlXcmR .card-wrapper:hover .card-box {
  transform: translateY(0);
}
.cid-tFhpPlXcmR .card-wrapper:hover .card-title {
  color: #ffffff !important;
}
.cid-tFhpPlXcmR .card-wrapper:hover .card-text {
  color: #ffffff !important;
}
.cid-tFhpPlXcmR .card-bg {
  position: absolute;
  top: 0;
  left: 0;
  z-index: 4;
  width: 100%;
  height: 100%;
  border-radius: 10px;
  background: linear-gradient(to right bottom, #212428, #16181c);
  opacity: 0;
  transition: .5s all;
}
.cid-tFhpPlXcmR .card-box {
  position: relative;
  z-index: 5;
  height: 100%;
  transition: 0.7s cubic-bezier(0.17, 0.67, 0, 1.01);
  transform: translateY(20px);
}
.cid-tFhpPlXcmR .iconfont-wrapper {
  display: flex;
  align-items: center;
  justify-content: flex-start;
  margin-right: auto;
  margin-bottom: 30px;
}
.cid-tFhpPlXcmR .iconfont-wrapper .mbr-iconfont {
  font-size: 42px;
  color: #ff014e;
}
.cid-tFhpPlXcmR .card-title {
  color: #C4CFDE;
  margin-bottom: 20px;
  transition: .5s all;
}
.cid-tFhpPlXcmR .card-text {
  color: #878e99;
  margin-bottom: 22px;
  transition: .5s all;
}
.cid-tFhqAXnIdl {
  padding-top: 60px;
  padding-bottom: 60px;
  background-color: #ffffff;
}
.cid-tFhqAXnIdl .mbr-section-title {
  color: #06182d;
}
.cid-tFhqAXnIdl .mbr-section-title span {
  line-height: 1;
  color: #ffffff;
  padding: 0 6px 1px 5px;
  transform: skew(-14deg);
  background: #ff5e3a;
  background: linear-gradient(#ff5e3a 0%, #ff653c 69%, #ff4e3c 100%);
  display: inline-block;
  font-weight: 500;
  letter-spacing: 0;
  position: relative;
}
.cid-tFhqAXnIdl .mbr-section-subtitle {
  color: #06182d;
}
.cid-tFhqAXnIdl .mbr-section-subtitle.display-7 {
  letter-spacing: 0;
}
.cid-tFhqAXnIdl .card:nth-child(even) {
  margin-top: 70px;
}
.cid-tFhqAXnIdl .card:nth-child(odd)::after {
  content: "";
  background-size: contain;
  background-image: url("../../../assets/images/arrow2.png");
  background-repeat: no-repeat;
  position: absolute;
  display: block;
  width: 185px;
  height: 50px;
  z-index: 4;
  top: 1px;
  right: -148px;
}
.cid-tFhqAXnIdl .card:nth-child(2)::after {
  content: "";
  background-size: contain;
  background-image: url("../../../assets/images/arrow2.png");
  background-repeat: no-repeat;
  position: absolute;
  display: block;
  width: 175px;
  height: 80px;
  z-index: 4;
  bottom: -12px;
  right: -100px;
  transform: scale(1, -1);
}
.cid-tFhqAXnIdl .card .card-wrapper {
  height: 100%;
}
.cid-tFhqAXnIdl .card .card-wrapper .card-img {
  position: relative;
}
.cid-tFhqAXnIdl .card .card-wrapper .card-img:hover img {
  transform: rotateY(180deg);
}
.cid-tFhqAXnIdl .card .card-wrapper .card-img img {
  border-radius: 100%;
  height: 200px;
  width: 200px;
  -o-object-fit: cover;
  object-fit: cover;
  transition: 0.3s all ease-in-out;
  margin-left: auto;
  margin-right: auto;
}
.cid-tFhqAXnIdl .card .card-wrapper .card-box {
  padding-top: 1rem;
}
.cid-tFhqAXnIdl .card .card-wrapper .card-box .card-title {
  margin-bottom: 0;
  color: #06182d;
  text-align: center;
  font-weight: 700;
}
.cid-tFhqAXnIdl .card .card-wrapper .card-box .mbr-text {
  text-align: center;
  color: #030f1c;
}
@media (max-width: 991px) {
  .cid-tFhqAXnIdl .card:after {
    background-image: none !important;
    display: none !important;
  }
  .cid-tFhqAXnIdl .card:nth-child(even) {
    margin-top: 0;
  }
}
.cid-tFhqAXnIdl .mbr-section-title,
.cid-tFhqAXnIdl .col {
  color: #436cb2;
}
.cid-tF3Eo5u06m {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-image: url("../../../assets/images/background1.jpg");
}
.cid-tF3Eo5u06m .mbr-fallback-image.disabled {
  display: none;
}
.cid-tF3Eo5u06m .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-tF3Eo5u06m .row {
  align-items: stretch;
  column-gap: 7vw;
  row-gap: 30px;
}
.cid-tF3Eo5u06m .col-img {
  width: 57%;
}
@media (max-width: 1199px) {
  .cid-tF3Eo5u06m .col-img {
    width: 100%;
  }
}
.cid-tF3Eo5u06m .image-wrapper {
  position: relative;
  border-radius: 60px;
  overflow: hidden;
}
@media (max-width: 1399px) {
  .cid-tF3Eo5u06m .image-wrapper {
    border-radius: 40px;
  }
}
@media (max-width: 1199px) {
  .cid-tF3Eo5u06m .image-wrapper {
    border-radius: 12px;
  }
}
.cid-tF3Eo5u06m .image-wrapper img {
  width: 100%;
  aspect-ratio: 1.163;
  object-fit: cover;
}
.cid-tF3Eo5u06m .image-wrapper:after {
  content: "";
  position: absolute;
  left: 50%;
  top: 50%;
  transform: translate(-50%, -50%);
  width: 100%;
  height: 100%;
  border: 30px solid rgba(0, 0, 0, 0.35);
  border-radius: 60px;
  pointer-events: none;
}
@media (max-width: 1399px) {
  .cid-tF3Eo5u06m .image-wrapper:after {
    border-radius: 40px;
  }
}
@media (max-width: 1199px) {
  .cid-tF3Eo5u06m .image-wrapper:after {
    border-width: 20px;
    border-radius: 12px;
  }
}
.cid-tF3Eo5u06m .col-text {
  display: flex;
  align-items: center;
  width: 1%;
  flex-grow: 1;
}
.cid-tF3Eo5u06m .card-title {
  color: #ffffff;
}
.cid-tF3Eo5u06m .mbr-text {
  margin-top: 40px;
  color: #6c7a88;
}
@media (max-width: 1399px) {
  .cid-tF3Eo5u06m .mbr-text {
    margin-top: 24px;
  }
}
@media (max-width: 767px) {
  .cid-tF3Eo5u06m .mbr-text {
    margin-top: 12px;
  }
}
.cid-tF3Eo5u06m .mbr-section-btn {
  margin-top: 30px;
}
@media (max-width: 767px) {
  .cid-tF3Eo5u06m .mbr-section-btn {
    margin-top: 20px;
  }
}
.cid-tF3Eo5u06m .mbr-text,
.cid-tF3Eo5u06m .mbr-section-btn {
  color: #e3ebf3;
}
.cid-ujgyByiY2O {
  padding-top: 3rem;
  padding-bottom: 3rem;
  background-color: #ffffff;
}
.cid-ujgyByiY2O .mbr-fallback-image.disabled {
  display: none;
}
.cid-ujgyByiY2O .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-ujgyByiY2O .mbr-section-head {
  margin-bottom: 32px;
}
.cid-ujgyByiY2O .mbr-section-title {
  color: #24262b;
}
.cid-ujgyByiY2O .mbr-section-subtitle {
  color: #24262b;
}
.cid-ujgyByiY2O .items-row {
  row-gap: 32px;
}
.cid-ujgyByiY2O .item-wrapper {
  position: relative;
  overflow: hidden;
}
.cid-ujgyByiY2O .item-wrapper img {
  width: 100%;
  aspect-ratio: calc(8 / (1 * 6));
  object-fit: cover;
  transition: all 0.3s;
}
.cid-ujgyByiY2O .item-wrapper .icon-wrapper {
  pointer-events: none;
  position: absolute;
  z-index: 3;
  width: 60px;
  height: 60px;
  font-size: 22px;
  left: 50%;
  top: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
  border: none;
  border-radius: 50%;
  opacity: 0;
  color: #24262b;
  transform: translateX(-50%) translateY(-50%);
  background-color: #FFFFFF;
  transition: 0.3s;
}
.cid-ujgyByiY2O .item-wrapper .img-overlay {
  position: absolute;
  pointer-events: none;
  transition: all 0.3s;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: #33363b;
  opacity: 0;
  z-index: 2;
}
.cid-ujgyByiY2O .item-wrapper:hover img {
  transform: scale(1.05);
}
.cid-ujgyByiY2O .item-wrapper:hover .icon-wrapper {
  opacity: 1;
}
.cid-ujgyByiY2O .item-wrapper:hover .img-overlay {
  opacity: 0.3;
}
.cid-ujgyByiY2O .mbr-item-subtitle {
  color: #24262b;
}
.cid-ujgyByiY2O .carousel-control,
.cid-ujgyByiY2O .close {
  background: #1b1b1b;
}
.cid-ujgyByiY2O .carousel-control-prev {
  margin-left: 2.5rem;
}
.cid-ujgyByiY2O .carousel-control-prev span {
  margin-right: 5px;
}
.cid-ujgyByiY2O .carousel-control-next {
  margin-right: 2.5rem;
}
.cid-ujgyByiY2O .carousel-control-next span {
  margin-left: 5px;
}
.cid-ujgyByiY2O .close {
  position: fixed;
  opacity: 0.5;
  font-size: 22px;
  font-weight: 300;
  width: 60px;
  height: 60px;
  border-radius: 50%;
  color: #fff;
  top: 2.5rem;
  right: 2.5rem;
  border: 2px solid #fff;
  text-shadow: none;
  z-index: 5;
  transition: opacity 0.3s ease;
  font-family: 'Moririse2';
  align-items: center;
  justify-content: center;
  display: flex;
}
.cid-ujgyByiY2O .close::before {
  content: '\e91a';
}
.cid-ujgyByiY2O .close:hover {
  opacity: 1;
  background: #000;
  color: #fff;
}
.cid-ujgyByiY2O .carousel-control {
  display: flex;
  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-ujgyByiY2O .carousel-control.carousel-control-prev {
  left: 0;
  margin-left: 2.5rem;
}
.cid-ujgyByiY2O .carousel-control.carousel-control-next {
  right: 0;
  margin-right: 2.5rem;
}
@media (max-width: 767px) {
  .cid-ujgyByiY2O .carousel-control {
    top: auto;
    bottom: 1rem;
  }
}
.cid-ujgyByiY2O .carousel-indicators {
  position: absolute;
  bottom: 0;
  margin-bottom: 3px;
}
.cid-ujgyByiY2O .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-ujgyByiY2O .carousel-indicators li.active,
.cid-ujgyByiY2O .carousel-indicators li:hover {
  opacity: 0.9;
}
.cid-ujgyByiY2O .carousel-indicators li::after,
.cid-ujgyByiY2O .carousel-indicators li::before {
  content: none;
}
.cid-ujgyByiY2O .carousel-indicators.ie-fix {
  left: 50%;
  display: block;
  width: 60%;
  margin-left: -30%;
  text-align: center;
}
@media (max-width: 768px) {
  .cid-ujgyByiY2O .carousel-indicators {
    display: none !important;
  }
}
@media (max-width: 991px) {
  .cid-ujgyByiY2O .carousel-indicators {
    margin-bottom: 3.625rem !important;
    padding-left: 2.5rem;
    padding-right: 2.5rem;
  }
}
@media (max-width: 767px) {
  .cid-ujgyByiY2O .carousel-indicators {
    display: none;
  }
}
.cid-ujgyByiY2O .carousel-inner {
  display: flex;
  align-items: center;
}
.cid-ujgyByiY2O .carousel-inner > .active {
  display: block;
}
.cid-ujgyByiY2O .carousel-control.left {
  left: 0;
  margin-left: 2.5rem;
}
.cid-ujgyByiY2O .carousel-control.right {
  right: 0;
  margin-right: 2.5rem;
}
.cid-ujgyByiY2O .carousel-control:hover {
  background: #1b1b1b;
  color: #fff;
  opacity: 1;
}
@media (max-width: 768px) {
  .cid-ujgyByiY2O .carousel-control,
  .cid-ujgyByiY2O .carousel-indicators,
  .cid-ujgyByiY2O .modal .close {
    position: fixed;
  }
}
@media (max-width: 767px) {
  .cid-ujgyByiY2O .mbr-slider .carousel-control {
    top: auto;
    bottom: 20px;
  }
  .cid-ujgyByiY2O .mbr-slider > .container .carousel-control {
    margin-bottom: 0;
  }
}
.cid-ujgyByiY2O .carousel-indicators .active,
.cid-ujgyByiY2O .carousel-indicators li {
  width: 7px;
  height: 7px;
  margin: 3px;
  background: #000000;
  opacity: 0.5;
  border: 4px solid #000000;
}
.cid-ujgyByiY2O .carousel-indicators .active {
  background: #fff;
}
.cid-ujgyByiY2O .carousel-indicators li {
  max-width: 15px;
  max-height: 15px;
  border-radius: 50%;
}
.cid-ujgyByiY2O .modal {
  padding-left: 0 !important;
  position: fixed;
  overflow: hidden;
  padding-right: 0 !important;
}
.cid-ujgyByiY2O .modal-dialog {
  margin: 0 auto;
  max-width: 100%;
  padding-left: 1rem;
  padding-right: 1rem;
}
.cid-ujgyByiY2O .modal-content {
  border-radius: 0;
  border: none;
  background: transparent;
}
.cid-ujgyByiY2O .modal-body {
  padding: 0;
  display: flex;
  align-items: center;
}
.cid-ujgyByiY2O .modal-body img {
  width: 100%;
  object-fit: contain;
  max-height: calc(100vh - 1.75rem);
}
.cid-ujgyByiY2O .carousel {
  width: 100%;
}
.cid-ujgyByiY2O .modal-backdrop.in {
  opacity: 0.8;
}
.cid-ujgyByiY2O .modal.fade .modal-dialog {
  transition: margin-top 0.3s ease-out;
}
.cid-ujgyByiY2O .modal.fade .modal-dialog,
.cid-ujgyByiY2O .modal.in .modal-dialog {
  transform: none;
}
.cid-ujgyByiY2O .mbr-gallery .item-wrapper {
  cursor: pointer;
}
.cid-ujgyByiY2O H6 {
  text-align: center;
}
.cid-tF3Ei0J4N1 {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-color: #ffffff;
}
.cid-tF3Ei0J4N1 .wrapper {
  display: flex;
  flex-wrap: wrap;
}
@media (min-width: 992px) {
  .cid-tF3Ei0J4N1 .wrapper .left-col {
    flex: 1 0 50%;
    padding-right: 12px;
  }
  .cid-tF3Ei0J4N1 .wrapper .right-col {
    flex: 1 0 50%;
    padding-left: 12px;
  }
}
.cid-tF3Ei0J4N1 .card {
  padding: 0;
  background-color: #fff;
  overflow: hidden;
  box-shadow: 0px 10px 20px 0px rgba(29, 29, 27, 0.2);
}
.cid-tF3Ei0J4N1 .card-img {
  width: 100%;
  height: 100%;
  margin: 0;
  object-fit: cover;
  border-radius: 20px;
}
.cid-tF3Ei0J4N1 .mbr-fallback-image.disabled {
  display: none;
}
.cid-tF3Ei0J4N1 .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uaRHXGf6zS {
  padding-top: 3rem;
  padding-bottom: 3rem;
  background-color: #ffffff;
}
.cid-uaRHXGf6zS .mbr-fallback-image.disabled {
  display: none;
}
.cid-uaRHXGf6zS .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uaRHXGf6zS .mbr-section-head {
  margin-bottom: 32px;
}
.cid-uaRHXGf6zS .mbr-section-title {
  color: #24262b;
}
.cid-uaRHXGf6zS .mbr-section-subtitle {
  color: #24262b;
}
.cid-uaRHXGf6zS .items-row {
  row-gap: 32px;
}
.cid-uaRHXGf6zS .item-wrapper {
  position: relative;
  overflow: hidden;
}
.cid-uaRHXGf6zS .item-wrapper img {
  width: 100%;
  aspect-ratio: calc(8 / (1 * 6));
  object-fit: cover;
  transition: all 0.3s;
}
.cid-uaRHXGf6zS .item-wrapper .icon-wrapper {
  pointer-events: none;
  position: absolute;
  z-index: 3;
  width: 60px;
  height: 60px;
  font-size: 22px;
  left: 50%;
  top: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
  border: none;
  border-radius: 50%;
  opacity: 0;
  color: #24262b;
  transform: translateX(-50%) translateY(-50%);
  background-color: #FFFFFF;
  transition: 0.3s;
}
.cid-uaRHXGf6zS .item-wrapper .img-overlay {
  position: absolute;
  pointer-events: none;
  transition: all 0.3s;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: #33363b;
  opacity: 0;
  z-index: 2;
}
.cid-uaRHXGf6zS .item-wrapper:hover img {
  transform: scale(1.05);
}
.cid-uaRHXGf6zS .item-wrapper:hover .icon-wrapper {
  opacity: 1;
}
.cid-uaRHXGf6zS .item-wrapper:hover .img-overlay {
  opacity: 0.3;
}
.cid-uaRHXGf6zS .mbr-item-subtitle {
  color: #24262b;
}
.cid-uaRHXGf6zS .carousel-control,
.cid-uaRHXGf6zS .close {
  background: #1b1b1b;
}
.cid-uaRHXGf6zS .carousel-control-prev {
  margin-left: 2.5rem;
}
.cid-uaRHXGf6zS .carousel-control-prev span {
  margin-right: 5px;
}
.cid-uaRHXGf6zS .carousel-control-next {
  margin-right: 2.5rem;
}
.cid-uaRHXGf6zS .carousel-control-next span {
  margin-left: 5px;
}
.cid-uaRHXGf6zS .close {
  position: fixed;
  opacity: 0.5;
  font-size: 22px;
  font-weight: 300;
  width: 60px;
  height: 60px;
  border-radius: 50%;
  color: #fff;
  top: 2.5rem;
  right: 2.5rem;
  border: 2px solid #fff;
  text-shadow: none;
  z-index: 5;
  transition: opacity 0.3s ease;
  font-family: 'Moririse2';
  align-items: center;
  justify-content: center;
  display: flex;
}
.cid-uaRHXGf6zS .close::before {
  content: '\e91a';
}
.cid-uaRHXGf6zS .close:hover {
  opacity: 1;
  background: #000;
  color: #fff;
}
.cid-uaRHXGf6zS .carousel-control {
  display: flex;
  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-uaRHXGf6zS .carousel-control.carousel-control-prev {
  left: 0;
  margin-left: 2.5rem;
}
.cid-uaRHXGf6zS .carousel-control.carousel-control-next {
  right: 0;
  margin-right: 2.5rem;
}
@media (max-width: 767px) {
  .cid-uaRHXGf6zS .carousel-control {
    top: auto;
    bottom: 1rem;
  }
}
.cid-uaRHXGf6zS .carousel-indicators {
  position: absolute;
  bottom: 0;
  margin-bottom: 3px;
}
.cid-uaRHXGf6zS .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-uaRHXGf6zS .carousel-indicators li.active,
.cid-uaRHXGf6zS .carousel-indicators li:hover {
  opacity: 0.9;
}
.cid-uaRHXGf6zS .carousel-indicators li::after,
.cid-uaRHXGf6zS .carousel-indicators li::before {
  content: none;
}
.cid-uaRHXGf6zS .carousel-indicators.ie-fix {
  left: 50%;
  display: block;
  width: 60%;
  margin-left: -30%;
  text-align: center;
}
@media (max-width: 768px) {
  .cid-uaRHXGf6zS .carousel-indicators {
    display: none !important;
  }
}
@media (max-width: 991px) {
  .cid-uaRHXGf6zS .carousel-indicators {
    margin-bottom: 3.625rem !important;
    padding-left: 2.5rem;
    padding-right: 2.5rem;
  }
}
@media (max-width: 767px) {
  .cid-uaRHXGf6zS .carousel-indicators {
    display: none;
  }
}
.cid-uaRHXGf6zS .carousel-inner {
  display: flex;
  align-items: center;
}
.cid-uaRHXGf6zS .carousel-inner > .active {
  display: block;
}
.cid-uaRHXGf6zS .carousel-control.left {
  left: 0;
  margin-left: 2.5rem;
}
.cid-uaRHXGf6zS .carousel-control.right {
  right: 0;
  margin-right: 2.5rem;
}
.cid-uaRHXGf6zS .carousel-control:hover {
  background: #1b1b1b;
  color: #fff;
  opacity: 1;
}
@media (max-width: 768px) {
  .cid-uaRHXGf6zS .carousel-control,
  .cid-uaRHXGf6zS .carousel-indicators,
  .cid-uaRHXGf6zS .modal .close {
    position: fixed;
  }
}
@media (max-width: 767px) {
  .cid-uaRHXGf6zS .mbr-slider .carousel-control {
    top: auto;
    bottom: 20px;
  }
  .cid-uaRHXGf6zS .mbr-slider > .container .carousel-control {
    margin-bottom: 0;
  }
}
.cid-uaRHXGf6zS .carousel-indicators .active,
.cid-uaRHXGf6zS .carousel-indicators li {
  width: 7px;
  height: 7px;
  margin: 3px;
  background: #000000;
  opacity: 0.5;
  border: 4px solid #000000;
}
.cid-uaRHXGf6zS .carousel-indicators .active {
  background: #fff;
}
.cid-uaRHXGf6zS .carousel-indicators li {
  max-width: 15px;
  max-height: 15px;
  border-radius: 50%;
}
.cid-uaRHXGf6zS .modal {
  padding-left: 0 !important;
  position: fixed;
  overflow: hidden;
  padding-right: 0 !important;
}
.cid-uaRHXGf6zS .modal-dialog {
  margin: 0 auto;
  max-width: 100%;
  padding-left: 1rem;
  padding-right: 1rem;
}
.cid-uaRHXGf6zS .modal-content {
  border-radius: 0;
  border: none;
  background: transparent;
}
.cid-uaRHXGf6zS .modal-body {
  padding: 0;
  display: flex;
  align-items: center;
}
.cid-uaRHXGf6zS .modal-body img {
  width: 100%;
  object-fit: contain;
  max-height: calc(100vh - 1.75rem);
}
.cid-uaRHXGf6zS .carousel {
  width: 100%;
}
.cid-uaRHXGf6zS .modal-backdrop.in {
  opacity: 0.8;
}
.cid-uaRHXGf6zS .modal.fade .modal-dialog {
  transition: margin-top 0.3s ease-out;
}
.cid-uaRHXGf6zS .modal.fade .modal-dialog,
.cid-uaRHXGf6zS .modal.in .modal-dialog {
  transform: none;
}
.cid-uaRHXGf6zS .mbr-gallery .item-wrapper {
  cursor: pointer;
}
.cid-uaRHXGf6zS H6 {
  text-align: center;
}
.cid-tFhqMfUcTu {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-color: #181818;
}
.cid-tFhqMfUcTu p,
.cid-tFhqMfUcTu h6 {
  font-weight: 300 !important;
}
.cid-tFhqMfUcTu .mbr-iconfont {
  font-size: 1.4rem !important;
  font-family: 'Moririse2' !important;
  color: #fff;
  margin-left: 1rem;
}
.cid-tFhqMfUcTu .panel-group {
  border: none;
}
.cid-tFhqMfUcTu .panel-title {
  display: flex;
  align-items: center;
  justify-content: space-between;
}
.cid-tFhqMfUcTu .panel-title-edit {
  color: #fff;
}
.cid-tFhqMfUcTu .panel-text {
  color: #fff;
  width: 71%;
}
@media (max-width: 768px) {
  .cid-tFhqMfUcTu .panel-text {
    width: 100%;
  }
}
.cid-tFhqMfUcTu .card {
  border-bottom: 1px solid #fff;
  border-radius: 0;
  padding: 1rem 0;
}
@media (min-width: 992px) {
  .cid-tFhqMfUcTu .card {
    padding: 2rem 0;
  }
}
.cid-tFhqMfUcTu .card-header {
  padding: 0;
  border-bottom: none;
}
.cid-tFhqMfUcTu .mbr-section-title {
  margin-bottom: 80px;
  color: #fff;
}
@media (max-width: 992px) {
  .cid-tFhqMfUcTu .mbr-section-title {
    margin-bottom: 40px;
  }
}
.cid-u53a3jp9dp {
  padding-top: 4rem;
  padding-bottom: 4rem;
  background-color: #ffffff;
}
.cid-u53a3jp9dp .mbr-fallback-image.disabled {
  display: none;
}
.cid-u53a3jp9dp .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-u53a3jp9dp .dot {
  width: 6px;
  height: 6px;
  background: currentColor;
}
.cid-u53a3jp9dp .dot-right {
  margin-right: 0;
  margin-left: auto;
}
@media (min-width: 1500px) {
  .cid-u53a3jp9dp .container {
    max-width: 1400px;
  }
}
.cid-u53a3jp9dp .mbr-iconfont {
  display: block;
  font-size: 4rem;
  color: #333333;
  margin-bottom: 2rem;
}
.cid-u53a3jp9dp .card-wrapper {
  box-shadow: inset 0px 0px 10px 6px rgba(0, 0, 0, 0.1);
  padding: 2rem;
  padding-top: 3rem;
  border-radius: 2rem;
}
.cid-u53a3jp9dp .row {
  justify-content: center;
}
.cid-u53a3jp9dp .card-title,
.cid-u53a3jp9dp .iconfont-wrapper,
.cid-u53a3jp9dp .dot {
  color: #000000;
}
.cid-ty277DEJQB {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-image: url("../../../assets/images/background1.jpg");
}
.cid-ty277DEJQB .mbr-fallback-image.disabled {
  display: none;
}
.cid-ty277DEJQB .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-ty277DEJQB .mbr-section-title {
  color: #436cb2;
  text-align: center;
}
.cid-ty277DEJQB .mbr-section-subtitle {
  color: #e3ebf3;
}
.cid-ty277DEJQB .mbr-section-btn {
  margin-top: 50px;
}
@media (max-width: 1399px) {
  .cid-ty277DEJQB .mbr-section-btn {
    margin-top: 30px;
  }
}
@media (max-width: 991px) {
  .cid-ty277DEJQB .mbr-section-btn {
    margin-top: 10px;
  }
}
@media (max-width: 767px) {
  .cid-ty277DEJQB .mbr-section-btn {
    margin-top: 2px;
  }
}
.cid-ty277DEJQB .text-wrap {
  display: flex;
  column-gap: 20px;
  width: 100%;
  margin-top: 60px;
}
@media (max-width: 1399px) {
  .cid-ty277DEJQB .text-wrap {
    margin-top: 40px;
  }
}
@media (max-width: 991px) {
  .cid-ty277DEJQB .text-wrap {
    margin-top: 20px;
  }
}
@media (max-width: 767px) {
  .cid-ty277DEJQB .text-wrap {
    flex-wrap: wrap;
    row-gap: 12px;
    margin-top: 12px;
  }
}
.cid-ty277DEJQB .mbr-text {
  width: 1px;
  flex-grow: 1;
  color: #6c7a88;
}
@media (max-width: 767px) {
  .cid-ty277DEJQB .mbr-text {
    width: 100%;
  }
}
.cid-ty277DEJQB .mbr-section-subtitle,
.cid-ty277DEJQB .mbr-section-btn {
  color: #ffffff;
  text-align: center;
}
.cid-ty25lXMXpm {
  padding-top: 30px;
  padding-bottom: 30px;
  background-image: url("../../../assets/images/background1.jpg");
}
.cid-ty25lXMXpm .mbr-text {
  color: #e3ebf3;
}
