.btn {
  border-width: 2px;
}
img,
.card-wrap,
.card-wrapper,
.video-wrapper,
.mbr-figure iframe,
.google-map iframe,
.slide-content,
.plan,
.card,
.item-wrapper {
  border-radius: 2rem !important;
}
.video-wrapper {
  overflow: hidden;
}
body {
  background-color: #e7f2f7;
}
body {
  font-family: Brygada 1918;
}
.display-1 {
  font-family: 'Brygada 1918', sans-serif;
  font-size: 8.5rem;
  line-height: 1;
  letter-spacing: -0.2rem;
}
.display-1 > .mbr-iconfont {
  font-size: 10.625rem;
}
.display-2 {
  font-family: 'Brygada 1918', sans-serif;
  font-size: 6rem;
  letter-spacing: -0.2rem;
  line-height: 110%;
}
.display-2 > .mbr-iconfont {
  font-size: 7.5rem;
}
.display-4 {
  font-family: 'Brygada 1918', sans-serif;
  font-size: 1.5rem;
  line-height: 140%;
  letter-spacing: -0.056rem;
}
.display-4 > .mbr-iconfont {
  font-size: 1.875rem;
}
.display-5 {
  font-family: 'Brygada 1918', sans-serif;
  font-size: 4rem;
  line-height: 110%;
  letter-spacing: -0.128rem;
}
.display-5 > .mbr-iconfont {
  font-size: 5rem;
}
.display-7 {
  font-family: 'Brygada 1918', sans-serif;
  font-size: 2rem;
  line-height: 125%;
  letter-spacing: -0.064rem;
}
.display-7 > .mbr-iconfont {
  font-size: 2.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: 6.8rem;
  }
}
@media (max-width: 768px) {
  .display-1 {
    font-size: 5.95rem;
    font-size: calc( 3.625rem + (8.5 - 3.625) * ((100vw - 20rem) / (48 - 20)));
    line-height: calc( 1.1 * (3.625rem + (8.5 - 3.625) * ((100vw - 20rem) / (48 - 20))));
  }
  .display-2 {
    font-size: 4.8rem;
    font-size: calc( 2.75rem + (6 - 2.75) * ((100vw - 20rem) / (48 - 20)));
    line-height: calc( 1.3 * (2.75rem + (6 - 2.75) * ((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: 3.2rem;
    font-size: calc( 2.05rem + (4 - 2.05) * ((100vw - 20rem) / (48 - 20)));
    line-height: calc( 1.4 * (2.05rem + (4 - 2.05) * ((100vw - 20rem) / (48 - 20))));
  }
  .display-7 {
    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))));
  }
}
/* Buttons */
.btn {
  padding: 1.25rem 2rem;
  border-radius: 4px;
}
@media (max-width: 767px) {
  .btn {
    padding: 0.75rem 1.5rem;
  }
}
.btn-sm {
  padding: 0.6rem 1.2rem;
  border-radius: 4px;
}
.btn-md {
  padding: 0.6rem 1.2rem;
  border-radius: 4px;
}
.btn-lg {
  padding: 1.25rem 2rem;
  border-radius: 4px;
}
.bg-primary {
  background-color: #f39237 !important;
}
.bg-success {
  background-color: #27d082 !important;
}
.bg-info {
  background-color: #0dc5ea !important;
}
.bg-warning {
  background-color: #f7b900 !important;
}
.bg-danger {
  background-color: #d32435 !important;
}
.btn-primary,
.btn-primary:active {
  background-color: #f39237 !important;
  border-color: #f39237 !important;
  color: #291502 !important;
  box-shadow: none;
}
.btn-primary:hover,
.btn-primary:focus,
.btn-primary.focus,
.btn-primary.active {
  color: inherit;
  background-color: #f6ac67 !important;
  border-color: #f6ac67 !important;
  box-shadow: none;
}
.btn-primary.disabled,
.btn-primary:disabled {
  color: #291502 !important;
  background-color: #f6ac67 !important;
  border-color: #f6ac67 !important;
}
.btn-secondary,
.btn-secondary:active {
  background-color: #bf1363 !important;
  border-color: #bf1363 !important;
  color: #ffffff !important;
  box-shadow: none;
}
.btn-secondary:hover,
.btn-secondary:focus,
.btn-secondary.focus,
.btn-secondary.active {
  color: inherit;
  background-color: #e81d7b !important;
  border-color: #e81d7b !important;
  box-shadow: none;
}
.btn-secondary.disabled,
.btn-secondary:disabled {
  color: #ffffff !important;
  background-color: #e81d7b !important;
  border-color: #e81d7b !important;
}
.btn-info,
.btn-info:active {
  background-color: #0dc5ea !important;
  border-color: #0dc5ea !important;
  color: #000000 !important;
  box-shadow: none;
}
.btn-info:hover,
.btn-info:focus,
.btn-info.focus,
.btn-info.active {
  color: inherit;
  background-color: #36d4f4 !important;
  border-color: #36d4f4 !important;
  box-shadow: none;
}
.btn-info.disabled,
.btn-info:disabled {
  color: #000000 !important;
  background-color: #36d4f4 !important;
  border-color: #36d4f4 !important;
}
.btn-success,
.btn-success:active {
  background-color: #27d082 !important;
  border-color: #27d082 !important;
  color: #000000 !important;
  box-shadow: none;
}
.btn-success:hover,
.btn-success:focus,
.btn-success.focus,
.btn-success.active {
  color: inherit;
  background-color: #4cde9b !important;
  border-color: #4cde9b !important;
  box-shadow: none;
}
.btn-success.disabled,
.btn-success:disabled {
  color: #000000 !important;
  background-color: #4cde9b !important;
  border-color: #4cde9b !important;
}
.btn-warning,
.btn-warning:active {
  background-color: #f7b900 !important;
  border-color: #f7b900 !important;
  color: #000000 !important;
  box-shadow: none;
}
.btn-warning:hover,
.btn-warning:focus,
.btn-warning.focus,
.btn-warning.active {
  color: inherit;
  background-color: #ffca2b !important;
  border-color: #ffca2b !important;
  box-shadow: none;
}
.btn-warning.disabled,
.btn-warning:disabled {
  color: #000000 !important;
  background-color: #ffca2b !important;
  border-color: #ffca2b !important;
}
.btn-danger,
.btn-danger:active {
  background-color: #d32435 !important;
  border-color: #d32435 !important;
  color: #ffffff !important;
  box-shadow: none;
}
.btn-danger:hover,
.btn-danger:focus,
.btn-danger.focus,
.btn-danger.active {
  color: inherit;
  background-color: #e04a58 !important;
  border-color: #e04a58 !important;
  box-shadow: none;
}
.btn-danger.disabled,
.btn-danger:disabled {
  color: #ffffff !important;
  background-color: #e04a58 !important;
  border-color: #e04a58 !important;
}
.btn-white,
.btn-white:active {
  background-color: #eeeeee !important;
  border-color: #eeeeee !important;
  color: #6f6f6f !important;
  box-shadow: none;
}
.btn-white:hover,
.btn-white:focus,
.btn-white.focus,
.btn-white.active {
  color: inherit;
  background-color: #ffffff !important;
  border-color: #ffffff !important;
  box-shadow: none;
}
.btn-white.disabled,
.btn-white:disabled {
  color: #6f6f6f !important;
  background-color: #ffffff !important;
  border-color: #ffffff !important;
}
.btn-black,
.btn-black:active {
  background-color: #232323 !important;
  border-color: #232323 !important;
  color: #ffffff !important;
  box-shadow: none;
}
.btn-black:hover,
.btn-black:focus,
.btn-black.focus,
.btn-black.active {
  color: inherit;
  background-color: #3d3d3d !important;
  border-color: #3d3d3d !important;
  box-shadow: none;
}
.btn-black.disabled,
.btn-black:disabled {
  color: #ffffff !important;
  background-color: #3d3d3d !important;
  border-color: #3d3d3d !important;
}
.btn-primary-outline,
.btn-primary-outline:active {
  background-color: transparent !important;
  border-color: #f39237;
  color: #f39237;
}
.btn-primary-outline:hover,
.btn-primary-outline:focus,
.btn-primary-outline.focus,
.btn-primary-outline.active {
  color: #c7670c !important;
  background-color: transparent !important;
  border-color: #c7670c !important;
  box-shadow: none !important;
}
.btn-primary-outline.disabled,
.btn-primary-outline:disabled {
  color: #ffffff !important;
  background-color: #f39237 !important;
  border-color: #f39237 !important;
}
.btn-secondary-outline,
.btn-secondary-outline:active {
  background-color: transparent !important;
  border-color: #bf1363;
  color: #bf1363;
}
.btn-secondary-outline:hover,
.btn-secondary-outline:focus,
.btn-secondary-outline.focus,
.btn-secondary-outline.active {
  color: #700b3a !important;
  background-color: transparent !important;
  border-color: #700b3a !important;
  box-shadow: none !important;
}
.btn-secondary-outline.disabled,
.btn-secondary-outline:disabled {
  color: #ffffff !important;
  background-color: #bf1363 !important;
  border-color: #bf1363 !important;
}
.btn-info-outline,
.btn-info-outline:active {
  background-color: transparent !important;
  border-color: #0dc5ea;
  color: #0dc5ea;
}
.btn-info-outline:hover,
.btn-info-outline:focus,
.btn-info-outline.focus,
.btn-info-outline.active {
  color: #088098 !important;
  background-color: transparent !important;
  border-color: #088098 !important;
  box-shadow: none !important;
}
.btn-info-outline.disabled,
.btn-info-outline:disabled {
  color: #ffffff !important;
  background-color: #0dc5ea !important;
  border-color: #0dc5ea !important;
}
.btn-success-outline,
.btn-success-outline:active {
  background-color: transparent !important;
  border-color: #27d082;
  color: #27d082;
}
.btn-success-outline:hover,
.btn-success-outline:focus,
.btn-success-outline.focus,
.btn-success-outline.active {
  color: #198754 !important;
  background-color: transparent !important;
  border-color: #198754 !important;
  box-shadow: none !important;
}
.btn-success-outline.disabled,
.btn-success-outline:disabled {
  color: #ffffff !important;
  background-color: #27d082 !important;
  border-color: #27d082 !important;
}
.btn-warning-outline,
.btn-warning-outline:active {
  background-color: transparent !important;
  border-color: #f7b900;
  color: #f7b900;
}
.btn-warning-outline:hover,
.btn-warning-outline:focus,
.btn-warning-outline.focus,
.btn-warning-outline.active {
  color: #a07800 !important;
  background-color: transparent !important;
  border-color: #a07800 !important;
  box-shadow: none !important;
}
.btn-warning-outline.disabled,
.btn-warning-outline:disabled {
  color: #ffffff !important;
  background-color: #f7b900 !important;
  border-color: #f7b900 !important;
}
.btn-danger-outline,
.btn-danger-outline:active {
  background-color: transparent !important;
  border-color: #d32435;
  color: #d32435;
}
.btn-danger-outline:hover,
.btn-danger-outline:focus,
.btn-danger-outline.focus,
.btn-danger-outline.active {
  color: #891722 !important;
  background-color: transparent !important;
  border-color: #891722 !important;
  box-shadow: none !important;
}
.btn-danger-outline.disabled,
.btn-danger-outline:disabled {
  color: #ffffff !important;
  background-color: #d32435 !important;
  border-color: #d32435 !important;
}
.btn-black-outline,
.btn-black-outline:active {
  background-color: transparent !important;
  border-color: #232323;
  color: #232323;
}
.btn-black-outline:hover,
.btn-black-outline:focus,
.btn-black-outline.focus,
.btn-black-outline.active {
  color: #000000 !important;
  background-color: transparent !important;
  border-color: #000000 !important;
  box-shadow: none !important;
}
.btn-black-outline.disabled,
.btn-black-outline:disabled {
  color: #ffffff !important;
  background-color: #232323 !important;
  border-color: #232323 !important;
}
.btn-white-outline,
.btn-white-outline:active {
  background-color: transparent !important;
  border-color: #fafafa;
  color: #fafafa;
}
.btn-white-outline:hover,
.btn-white-outline:focus,
.btn-white-outline.focus,
.btn-white-outline.active {
  color: #cfcfcf !important;
  background-color: transparent !important;
  border-color: #cfcfcf !important;
  box-shadow: none !important;
}
.btn-white-outline.disabled,
.btn-white-outline:disabled {
  color: #7a7a7a !important;
  background-color: #fafafa !important;
  border-color: #fafafa !important;
}
.text-primary {
  color: #f39237 !important;
}
.text-secondary {
  color: #bf1363 !important;
}
.text-success {
  color: #27d082 !important;
}
.text-info {
  color: #0dc5ea !important;
}
.text-warning {
  color: #f7b900 !important;
}
.text-danger {
  color: #d32435 !important;
}
.text-white {
  color: #fafafa !important;
}
.text-black {
  color: #232323 !important;
}
a.text-primary:hover,
a.text-primary:focus,
a.text-primary.active {
  color: #b95f0b !important;
}
a.text-secondary:hover,
a.text-secondary:focus,
a.text-secondary.active {
  color: #620a33 !important;
}
a.text-success:hover,
a.text-success:focus,
a.text-success.active {
  color: #177a4c !important;
}
a.text-info:hover,
a.text-info:focus,
a.text-info.active {
  color: #087489 !important;
}
a.text-warning:hover,
a.text-warning:focus,
a.text-warning.active {
  color: #916d00 !important;
}
a.text-danger:hover,
a.text-danger:focus,
a.text-danger.active {
  color: #7c151f !important;
}
a.text-white:hover,
a.text-white:focus,
a.text-white.active {
  color: #c7c7c7 !important;
}
a.text-black:hover,
a.text-black:focus,
a.text-black.active {
  color: #000000 !important;
}
a[class*="text-"]:not(.nav-link):not(.dropdown-item):not([role]):not(.navbar-caption) {
  position: relative;
  background-image: transparent;
  background-size: 10000px 2px;
  background-repeat: no-repeat;
  background-position: 0px 1.2em;
  background-position: -10000px 1.2em;
}
a[class*="text-"]:not(.nav-link):not(.dropdown-item):not([role]):not(.navbar-caption):hover {
  transition: background-position 2s ease-in-out;
  background-image: linear-gradient(currentColor 50%, currentColor 50%);
  background-position: 0px 1.2em;
}
.nav-tabs .nav-link.active {
  color: #f39237;
}
.nav-tabs .nav-link:not(.active) {
  color: #232323;
}
.alert-success {
  background-color: #70c770;
}
.alert-info {
  background-color: #0dc5ea;
}
.alert-warning {
  background-color: #f7b900;
}
.alert-danger {
  background-color: #d32435;
}
.mbr-section-btn .btn:not(.btn-form) {
  border-radius: 100px;
}
.mbr-gallery-filter li a {
  border-radius: 100px !important;
}
.mbr-gallery-filter li.active .btn {
  background-color: #f39237;
  border-color: #f39237;
  color: #ffffff;
}
.mbr-gallery-filter li.active .btn:focus {
  box-shadow: none;
}
.nav-tabs .nav-link {
  border-radius: 100px !important;
}
a,
a:hover {
  color: #f39237;
}
.mbr-plan-header.bg-primary .mbr-plan-subtitle,
.mbr-plan-header.bg-primary .mbr-plan-price-desc {
  color: #fffbf7;
}
.mbr-plan-header.bg-success .mbr-plan-subtitle,
.mbr-plan-header.bg-success .mbr-plan-price-desc {
  color: #cdf6e3;
}
.mbr-plan-header.bg-info .mbr-plan-subtitle,
.mbr-plan-header.bg-info .mbr-plan-price-desc {
  color: #c7f3fc;
}
.mbr-plan-header.bg-warning .mbr-plan-subtitle,
.mbr-plan-header.bg-warning .mbr-plan-price-desc {
  color: #fff0c4;
}
.mbr-plan-header.bg-danger .mbr-plan-subtitle,
.mbr-plan-header.bg-danger .mbr-plan-price-desc {
  color: #f6cdd1;
}
/* Scroll to top button*/
.scrollToTop_wraper {
  display: none;
}
.form-control {
  font-family: 'Brygada 1918', sans-serif;
  font-size: 2rem;
  line-height: 125%;
  letter-spacing: -0.064rem;
  font-weight: 400;
  border-radius: 100px !important;
}
.form-control > .mbr-iconfont {
  font-size: 2.5rem;
}
.form-control:hover,
.form-control:focus {
  box-shadow: rgba(0, 0, 0, 0.07) 0px 1px 1px 0px, rgba(0, 0, 0, 0.07) 0px 1px 3px 0px, rgba(0, 0, 0, 0.03) 0px 0px 0px 1px;
  border-color: #f39237 !important;
}
.form-control:-webkit-input-placeholder {
  font-family: 'Brygada 1918', sans-serif;
  font-size: 2rem;
  line-height: 125%;
  letter-spacing: -0.064rem;
  font-weight: 400;
}
.form-control:-webkit-input-placeholder > .mbr-iconfont {
  font-size: 2.5rem;
}
blockquote {
  border-color: #f39237;
}
/* Forms */
.mbr-form .input-group-btn .btn {
  border-radius: 100px !important;
}
.mbr-form .input-group-btn .btn:hover {
  box-shadow: 0 10px 40px 0 rgba(0, 0, 0, 0.2);
}
.mbr-form .input-group-btn button[type="submit"] {
  border-radius: 100px !important;
  padding: 1rem 3rem;
}
.mbr-form .input-group-btn button[type="submit"]:hover {
  box-shadow: 0 10px 40px 0 rgba(0, 0, 0, 0.2);
}
.jq-selectbox li:hover,
.jq-selectbox li.selected {
  background-color: #f39237;
  color: #ffffff;
}
.jq-number__spin {
  transition: 0.25s ease;
}
.jq-number__spin:hover {
  border-color: #f39237;
}
.jq-selectbox .jq-selectbox__trigger-arrow,
.jq-number__spin.minus:after,
.jq-number__spin.plus:after {
  transition: 0.4s;
  border-top-color: #232323;
  border-bottom-color: #232323;
}
.jq-selectbox:hover .jq-selectbox__trigger-arrow,
.jq-number__spin.minus:hover:after,
.jq-number__spin.plus:hover:after {
  border-top-color: #f39237;
  border-bottom-color: #f39237;
}
.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: #f39237 !important;
  box-shadow: none !important;
}
.xdsoft_datetimepicker .xdsoft_calendar td:hover,
.xdsoft_datetimepicker .xdsoft_timepicker .xdsoft_time_box > div > div:hover {
  color: #ffffff !important;
  background: #bf1363 !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='%23f39237' %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;
}
.mbr-section-btn .btn,
.mbr-section-btn-main .btn {
  padding: 30px 48px;
  border-radius: .6rem !important;
  font-weight: 500 !important;
}
@media (max-width: 1440px) {
  .mbr-section-btn .btn,
  .mbr-section-btn-main .btn {
    padding: 24px 36px;
  }
}
.mbr-section-btn .btn .mbr-iconfont,
.mbr-section-btn-main .btn .mbr-iconfont {
  margin-left: 18px;
  font-size: 24px;
}
.mbr-section-btn .btn-primary,
.mbr-section-btn-main .btn-primary,
.mbr-section-btn .btn-secondary,
.mbr-section-btn-main .btn-secondary,
.mbr-section-btn .btn-success,
.mbr-section-btn-main .btn-success,
.mbr-section-btn .btn-info,
.mbr-section-btn-main .btn-info,
.mbr-section-btn .btn-warning,
.mbr-section-btn-main .btn-warning,
.mbr-section-btn .btn-danger,
.mbr-section-btn-main .btn-danger,
.mbr-section-btn .btn-black,
.mbr-section-btn-main .btn-black,
.mbr-section-btn .btn-white,
.mbr-section-btn-main .btn-white {
  border: none !important;
}
.cid-uKrx4dFfSU {
  background-color: transparent;
}
.cid-uKrx4dFfSU .navbar-dropdown {
  background-color: #0e79b2 !important;
  padding: 0;
}
.cid-uKrx4dFfSU .navbar.navbar-expand-lg .dropdown .dropdown-menu {
  background-color: #0e79b2 !important;
  background: #0e79b2;
}
.cid-uKrx4dFfSU .navbar.navbar-expand-lg .dropdown .dropdown-menu .dropdown-submenu {
  margin: 0;
  left: 100%;
}
.cid-uKrx4dFfSU .menu_box {
  flex-wrap: nowrap;
}
@media (max-width: 991px) {
  .cid-uKrx4dFfSU .menu_box {
    flex-direction: column;
    align-items: flex-start;
  }
  .cid-uKrx4dFfSU .menu_box .navbar.opened,
  .cid-uKrx4dFfSU .menu_box .navbar-collapse {
    background-color: #0e79b2 !important;
    transition: all 0s ease 0s;
  }
}
.cid-uKrx4dFfSU .navbar-dropdown {
  position: relative !important;
}
.cid-uKrx4dFfSU .btn {
  min-height: auto;
  box-shadow: none;
  margin-top: 0;
}
.cid-uKrx4dFfSU .btn:hover {
  box-shadow: none;
}
.cid-uKrx4dFfSU .nav-item {
  margin: 4px 15px;
}
@media (min-width: 1200px) {
  .cid-uKrx4dFfSU .nav-item {
    margin: 4px 24px;
  }
}
@media (max-width: 991px) {
  .cid-uKrx4dFfSU .nav-item {
    margin: 0 !important;
  }
}
.cid-uKrx4dFfSU .nav-item .nav-link {
  transition: all 0.5s ease-out;
  border-radius: 0.5rem !important;
  position: relative;
}
.cid-uKrx4dFfSU .nav-item .nav-link::before {
  content: '';
  position: absolute;
  bottom: 0;
  left: 0;
  background-color: #202020;
  height: 1px;
  width: 0;
  transition: all 0.3s ease-in-out;
}
.cid-uKrx4dFfSU .nav-item .nav-link:hover::before,
.cid-uKrx4dFfSU .nav-item .nav-link:focus::before {
  width: 100%;
}
.cid-uKrx4dFfSU .dropdown-menu {
  border-radius: 0;
  box-shadow: none;
  text-align: left;
}
@media (min-width: 992px) {
  .cid-uKrx4dFfSU .dropdown-menu {
    padding: 18px 34px 22px;
    min-width: 250px;
    top: auto !important;
    left: -40px !important;
  }
  .cid-uKrx4dFfSU .dropdown-menu.dropdown-submenu {
    left: 215px !important;
    top: -45% !important;
  }
}
@media (max-width: 991px) {
  .cid-uKrx4dFfSU .dropdown-menu .dropdown-toggle[data-toggle="dropdown-submenu"]::after,
  .cid-uKrx4dFfSU .link.dropdown-toggle::after {
    display: inline-block;
    width: 7px;
    height: 7px;
    margin-left: 0.5rem;
    margin-bottom: 2px;
    content: "";
    border: 2px solid;
    border-left: none;
    border-top: none;
    transform: rotate(-45deg);
    right: 15px;
    position: absolute;
    margin-top: -2px;
  }
  .cid-uKrx4dFfSU .show.dropdown-toggle[aria-expanded="true"]::after {
    transform: rotate(45deg);
    margin-top: -4px;
  }
  .cid-uKrx4dFfSU .offcanvas_box {
    display: none;
  }
}
.cid-uKrx4dFfSU .dropdown-item {
  border: none;
  font-weight: 300 !important;
}
.cid-uKrx4dFfSU .nav-dropdown .link {
  font-weight: 400 !important;
  padding: 0 !important;
  margin: 0 !important;
}
.cid-uKrx4dFfSU .nav-dropdown .link.dropdown-toggle::after {
  margin-left: 0.5rem;
  margin-top: 0;
}
.cid-uKrx4dFfSU .container {
  display: flex;
  margin: auto;
}
.cid-uKrx4dFfSU .iconfont-wrapper {
  color: #202020;
  font-size: 17px;
  margin-right: 10px;
  margin-bottom: 5px;
  width: 25px;
  height: 25px;
  border-radius: 50%;
  display: flex;
  justify-content: center;
  align-items: center;
  transition: all 0.2s ease-in-out;
}
.cid-uKrx4dFfSU .iconfont-wrapper:last-child {
  margin-right: 0;
}
.cid-uKrx4dFfSU .iconfont-wrapper:hover {
  opacity: 0.5;
}
.cid-uKrx4dFfSU .navbar-nav {
  margin: 0 1rem;
}
@media (min-width: 992px) {
  .cid-uKrx4dFfSU .navbar-nav {
    margin: 0;
  }
}
.cid-uKrx4dFfSU .dropdown-menu,
.cid-uKrx4dFfSU .navbar.opened {
  background-color: false !important;
}
.cid-uKrx4dFfSU .nav-item:focus,
.cid-uKrx4dFfSU .nav-link:focus {
  outline: none;
}
.cid-uKrx4dFfSU .dropdown .dropdown-menu .dropdown-item {
  width: auto;
  transition: all 0.25s ease-in-out;
}
.cid-uKrx4dFfSU .dropdown .dropdown-menu .dropdown-item::after {
  right: 0.5rem;
}
.cid-uKrx4dFfSU .dropdown .dropdown-menu .dropdown-item .mbr-iconfont {
  margin-right: 0.5rem;
  vertical-align: sub;
}
.cid-uKrx4dFfSU .dropdown .dropdown-menu .dropdown-item .mbr-iconfont:before {
  display: inline-block;
  transform: scale(1, 1);
  transition: all 0.25s ease-in-out;
}
.cid-uKrx4dFfSU .collapsed .dropdown-menu .dropdown-item:before {
  display: none;
}
.cid-uKrx4dFfSU .collapsed .dropdown .dropdown-menu .dropdown-item {
  padding: 0.235em 1.5em 0.235em 1.5em !important;
  transition: none;
  margin: 0 !important;
}
.cid-uKrx4dFfSU .navbar {
  min-height: 70px;
  padding: 10px 0;
  transition: all 0.3s;
  border-bottom-width: 0;
}
@media (max-width: 992px) {
  .cid-uKrx4dFfSU .navbar {
    min-height: 30px;
    max-height: none;
  }
}
.cid-uKrx4dFfSU .navbar.opened {
  transition: all 0.3s;
}
.cid-uKrx4dFfSU .navbar .dropdown-item {
  padding: 0;
  margin: 8px 0;
}
.cid-uKrx4dFfSU .navbar .navbar-logo img {
  max-width: 40px;
  min-height: 40px;
  object-fit: contain;
  border-radius: 10px !important;
}
.cid-uKrx4dFfSU .navbar .navbar-collapse {
  justify-content: center;
  justify-content: flex-end;
  z-index: 1;
}
.cid-uKrx4dFfSU .navbar.collapsed {
  justify-content: center;
}
.cid-uKrx4dFfSU .navbar.collapsed .nav-item .nav-link::before {
  display: none;
}
.cid-uKrx4dFfSU .navbar.collapsed.opened .dropdown-menu {
  top: 0;
}
.cid-uKrx4dFfSU .navbar.collapsed .dropdown-menu .dropdown-submenu {
  left: 0 !important;
}
.cid-uKrx4dFfSU .navbar.collapsed .dropdown-menu .dropdown-item:after {
  right: auto;
}
.cid-uKrx4dFfSU .navbar.collapsed ul.navbar-nav li {
  margin: auto;
}
.cid-uKrx4dFfSU .navbar.collapsed .dropdown-menu .dropdown-item {
  padding: 0.25rem 1.5rem;
  text-align: left;
}
.cid-uKrx4dFfSU .navbar.collapsed .icons-menu {
  padding: 0;
}
@media (max-width: 991px) {
  .cid-uKrx4dFfSU .navbar .nav-item {
    padding: 0.5rem 0;
  }
  .cid-uKrx4dFfSU .navbar .navbar-collapse {
    padding: 34px 0;
    border-radius: 16px;
    width: 100%;
  }
  .cid-uKrx4dFfSU .navbar .nav-item .nav-link::before {
    display: none;
  }
  .cid-uKrx4dFfSU .navbar.opened .dropdown-menu {
    top: 0;
  }
  .cid-uKrx4dFfSU .navbar .dropdown-menu {
    padding: 6px 0 6px 15px;
  }
  .cid-uKrx4dFfSU .navbar .dropdown-menu .dropdown-submenu {
    left: 0 !important;
  }
  .cid-uKrx4dFfSU .navbar .dropdown-menu .dropdown-item:after {
    right: auto;
    margin-top: -0.4rem;
  }
  .cid-uKrx4dFfSU .navbar .navbar-logo img {
    height: 3rem !important;
  }
  .cid-uKrx4dFfSU .navbar ul.navbar-nav {
    overflow: hidden;
  }
  .cid-uKrx4dFfSU .navbar ul.navbar-nav li {
    margin: 0;
  }
  .cid-uKrx4dFfSU .navbar .dropdown-menu .dropdown-item {
    padding: 0 !important;
    margin: 0;
    margin-top: 8px;
    text-align: left;
  }
  .cid-uKrx4dFfSU .navbar .navbar-brand {
    flex-shrink: initial;
    flex-basis: auto;
    word-break: break-word;
    padding-right: 0;
    width: 100%;
    justify-content: space-between;
  }
  .cid-uKrx4dFfSU .navbar .navbar-toggler {
    flex-basis: auto;
  }
  .cid-uKrx4dFfSU .navbar .icons-menu {
    padding: 0;
  }
}
.cid-uKrx4dFfSU .navbar.navbar-short {
  min-height: 60px;
}
.cid-uKrx4dFfSU .navbar.navbar-short .navbar-logo img {
  height: 2.5rem !important;
}
.cid-uKrx4dFfSU .navbar.navbar-short .navbar-brand {
  min-height: 60px;
  padding: 0;
}
.cid-uKrx4dFfSU .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-uKrx4dFfSU .navbar-brand .navbar-caption {
  line-height: inherit !important;
  font-weight: 700;
}
.cid-uKrx4dFfSU .navbar-brand .navbar-logo a {
  outline: none;
}
.cid-uKrx4dFfSU .dropdown-item.active,
.cid-uKrx4dFfSU .dropdown-item:active {
  background-color: transparent;
}
.cid-uKrx4dFfSU .navbar-expand-lg .navbar-nav .nav-link {
  margin: 8px 12px !important;
}
.cid-uKrx4dFfSU .nav-dropdown .link.dropdown-toggle {
  margin-right: 1.667em;
}
.cid-uKrx4dFfSU .nav-dropdown .link.dropdown-toggle[aria-expanded="true"] {
  margin-right: 0;
  padding: 0.667em 1.667em;
}
.cid-uKrx4dFfSU .navbar .dropdown.open > .dropdown-menu {
  display: block;
}
.cid-uKrx4dFfSU ul.navbar-nav {
  flex-wrap: wrap;
  padding: 0;
}
.cid-uKrx4dFfSU .navbar-buttons {
  text-align: center;
  min-width: 170px;
}
.cid-uKrx4dFfSU button.navbar-toggler {
  outline: none;
  width: 48px;
  height: 48px;
  border-radius: 50%;
  cursor: pointer;
  transition: all 0.2s;
  position: relative;
  align-self: center;
  color: #0e79b2;
  background: #0e79b2;
}
.cid-uKrx4dFfSU button.navbar-toggler .hamburger span {
  position: absolute;
  right: 10px;
  margin-top: 14px;
  width: 26px;
  height: 2px;
  border-right: 5px;
  background-color: #ffffff;
}
.cid-uKrx4dFfSU button.navbar-toggler .hamburger span:nth-child(1) {
  top: 0;
  transition: all 0.2s;
}
.cid-uKrx4dFfSU button.navbar-toggler .hamburger span:nth-child(2) {
  top: 8px;
  transition: all 0.15s;
}
.cid-uKrx4dFfSU button.navbar-toggler .hamburger span:nth-child(3) {
  top: 8px;
  transition: all 0.15s;
}
.cid-uKrx4dFfSU button.navbar-toggler .hamburger span:nth-child(4) {
  top: 16px;
  transition: all 0.2s;
}
.cid-uKrx4dFfSU nav.opened .hamburger span:nth-child(1) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-uKrx4dFfSU nav.opened .hamburger span:nth-child(2) {
  transform: rotate(45deg);
  transition: all 0.25s;
}
.cid-uKrx4dFfSU nav.opened .hamburger span:nth-child(3) {
  transform: rotate(-45deg);
  transition: all 0.25s;
}
.cid-uKrx4dFfSU nav.opened .hamburger span:nth-child(4) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-uKrx4dFfSU a.nav-link {
  display: flex;
  align-items: center;
  justify-content: flex-start;
}
.cid-uKrx4dFfSU .icons-menu {
  flex-wrap: nowrap;
  display: flex;
  justify-content: center;
  padding: 0;
  text-align: center;
  margin-bottom: 35px;
}
@media screen and (-ms-high-contrast: active), (-ms-high-contrast: none) {
  .cid-uKrx4dFfSU .navbar {
    height: 70px;
  }
  .cid-uKrx4dFfSU .navbar.opened {
    height: auto;
  }
  .cid-uKrx4dFfSU .nav-item .nav-link:hover::before {
    width: 175%;
    max-width: calc(100% + 2rem);
    left: -1rem;
  }
}
.cid-uKrx4dFfSU .navbar-dropdown .navbar-logo {
  margin-right: 10px;
}
@media (min-width: 768px) {
  .cid-uKrx4dFfSU .container-fluid {
    padding-left: 40px;
    padding-right: 40px;
  }
}
.cid-uKrx4dFfSU .mbr-section-btn-main .btn {
  margin: 8px;
  min-width: 180px;
  padding: 16px 24px;
}
.cid-uKrx4dFfSU .navbar-caption:hover {
  color: #f39237;
}
@media (min-width: 992px) {
  .cid-uKrx4dFfSU .dropdown-menu.dropdown-submenu {
    left: 175px !important;
    top: -45% !important;
  }
}
.cid-uKrx4dFfSU .text_widget {
  margin-bottom: 32px;
}
.cid-uKrx4dFfSU .text_widget a {
  transition: all 0.3s ease-out;
}
.cid-uKrx4dFfSU .text_widget a:hover,
.cid-uKrx4dFfSU .text_widget a:focus {
  opacity: 0.8;
}
@media (min-width: 992px) {
  .cid-uKrx4dFfSU .navbar-nav.nav-dropdown {
    display: -webkit-flex;
    width: 100%;
    justify-content: center;
    min-width: 200px;
  }
}
.cid-uKrx4dFfSU .icons-menu-main {
  display: flex;
}
.cid-uKrx4dFfSU .mbr-section-subtitle {
  color: #ffffff;
  text-align: center;
}
.cid-uKrx4dFfSU .navbar-caption {
  color: #FFFFFF;
}
.cid-uKrx4dFfSU .mbr-text {
  color: #ffffff;
  text-align: center;
}
.cid-uKrx4dFfSU .mbr-section-subtitle,
.cid-uKrx4dFfSU .text_widget,
.cid-uKrx4dFfSU .mbr-section-btn {
  text-align: center;
}
.cid-uKrx4dFfSU a[class*="text-"]:not(.nav-link):not(.dropdown-item):not([role]):not(.navbar-caption):hover {
  background-image: none;
}
.cid-uKrx4dFfSU .nav-link,
.cid-uKrx4dFfSU .dropdown-item {
  color: #FFFFFF;
}
.cid-uKrx4fZ17I {
  background-color: #202020;
  overflow: hidden;
}
.cid-uKrx4fZ17I .mbr-fallback-image.disabled {
  display: none;
}
.cid-uKrx4fZ17I .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
@media (max-width: 992px) {
  .cid-uKrx4fZ17I .container {
    padding: 0 24px;
  }
}
.cid-uKrx4fZ17I .content-wrapper {
  position: relative;
}
.cid-uKrx4fZ17I .content-wrapper img {
  position: absolute;
  border-radius: 0.6rem !important;
  object-fit: cover;
}
@media (max-width: 1199px) {
  .cid-uKrx4fZ17I .content-wrapper img {
    display: none;
  }
}
.cid-uKrx4fZ17I .content-wrapper .image_1 {
  width: 420px;
  height: 110px;
  top: -8rem;
  left: 0;
}
.cid-uKrx4fZ17I .content-wrapper .image_2 {
  width: 390px;
  height: 140px;
  top: -8rem;
  right: 0;
}
.cid-uKrx4fZ17I .content-wrapper .image_3 {
  width: 250px;
  height: 155px;
  bottom: -10rem;
  right: 0;
}
.cid-uKrx4fZ17I .content-wrapper .icon_1 {
  position: absolute;
  bottom: -10rem;
  left: 0;
  width: 160px;
  height: 160px;
  border-radius: 100%;
  font-size: 60px;
  color: #ffffff;
  display: flex;
  align-items: center;
  justify-content: center;
  background-color: #001520;
}
@media (max-width: 1199px) {
  .cid-uKrx4fZ17I .content-wrapper .icon_1 {
    display: none;
  }
}
.cid-uKrx4fZ17I .content-wrapper .content-wrap {
  position: relative;
  z-index: 1;
}
.cid-uKrx4fZ17I .content-wrapper .content-wrap .mbr-section-title {
  margin-bottom: 80px;
}
@media (max-width: 992px) {
  .cid-uKrx4fZ17I .content-wrapper .content-wrap .mbr-section-title {
    margin-bottom: 28px;
  }
}
.cid-uKrx4fZ17I .content-wrapper .content-wrap .text-wrap .mbr-text {
  display: inline-flex;
  width: 40%;
}
@media (max-width: 1200px) {
  .cid-uKrx4fZ17I .content-wrapper .content-wrap .text-wrap .mbr-text {
    width: 70%;
  }
}
@media (max-width: 992px) {
  .cid-uKrx4fZ17I .content-wrapper .content-wrap .text-wrap .mbr-text {
    width: 100%;
  }
}
.cid-uKrx4fZ17I .mbr-section-title {
  color: #ffffff;
}
.cid-uKrx4fZ17I .mbr-text,
.cid-uKrx4fZ17I .text-wrap {
  color: #FFFFFF;
  text-align: center;
}
.cid-uKrx4fZ17I .mbr-section-title,
.cid-uKrx4fZ17I .mbr-section-btn {
  text-align: center;
  color: #FFFFFF;
}
.cid-uKrx4gxELk {
  padding-top: 5rem;
  padding-bottom: 5rem;
  overflow: hidden;
  background-color: #0e79b2;
}
.cid-uKrx4gxELk .mbr-fallback-image.disabled {
  display: none;
}
.cid-uKrx4gxELk .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
@media (max-width: 992px) {
  .cid-uKrx4gxELk .container {
    padding: 0 24px;
  }
}
.cid-uKrx4gxELk .card-wrapper {
  display: flex;
}
@media (max-width: 992px) {
  .cid-uKrx4gxELk .card-wrapper {
    display: block;
  }
}
.cid-uKrx4gxELk .card-wrapper .card-wrap {
  width: 100%;
}
.cid-uKrx4gxELk .card-wrapper .card-wrap .title-wrap .mbr-section-title {
  display: inline-flex;
  margin-bottom: 36px;
  width: 50%;
}
@media (max-width: 1200px) {
  .cid-uKrx4gxELk .card-wrapper .card-wrap .title-wrap .mbr-section-title {
    width: 70%;
  }
}
@media (max-width: 992px) {
  .cid-uKrx4gxELk .card-wrapper .card-wrap .title-wrap .mbr-section-title {
    width: 100%;
    margin-bottom: 28px;
  }
}
.cid-uKrx4gxELk .card-wrapper .card-wrap .items-wrapper {
  display: grid;
  grid-template-columns: 1fr 1fr 1fr;
  margin-top: 66px;
  gap: 24px;
}
@media (max-width: 992px) {
  .cid-uKrx4gxELk .card-wrapper .card-wrap .items-wrapper {
    grid-template-columns: 1fr 1fr;
  }
}
@media (max-width: 768px) {
  .cid-uKrx4gxELk .card-wrapper .card-wrap .items-wrapper {
    grid-template-columns: 1fr;
  }
}
.cid-uKrx4gxELk .card-wrapper .card-wrap .items-wrapper .item {
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  background-color: #ffffff;
  border-radius: 0.8rem !important;
  padding: 32px 36px;
}
@media (max-width: 1199px) {
  .cid-uKrx4gxELk .card-wrapper .card-wrap .items-wrapper .item {
    padding: 20px;
  }
}
.cid-uKrx4gxELk .card-wrapper .card-wrap .items-wrapper .item .item-wrapper .item-img {
  display: flex;
  justify-content: center;
  margin-bottom: 28px;
}
.cid-uKrx4gxELk .card-wrapper .card-wrap .items-wrapper .item .item-wrapper .item-img img {
  height: 250px;
  object-fit: cover;
  border-radius: 0.6rem !important;
}
.cid-uKrx4gxELk .card-wrapper .card-wrap .items-wrapper .item .item-wrapper .item-content .card-price {
  margin-bottom: 28px;
}
.cid-uKrx4gxELk .card-wrapper .card-wrap .items-wrapper .item .item-wrapper .item-content .card-name {
  margin-bottom: 18px;
}
.cid-uKrx4gxELk .card-wrapper .card-wrap .items-wrapper .item .item-wrapper .item-content .card-desc {
  margin-bottom: 18px;
}
.cid-uKrx4gxELk .card-wrapper .card-wrap .items-wrapper .item .mbr-section-btn .btn {
  margin-bottom: 0;
}
.cid-uKrx4gxELk .mbr-section-title {
  color: #ffffff;
}
.cid-uKrx4gxELk .card-price {
  color: #000000;
  text-align: center;
}
.cid-uKrx4gxELk .card-name {
  color: #202020;
}
.cid-uKrx4gxELk .card-desc {
  color: #000000;
  text-align: center;
}
.cid-uKrx4gxELk .card-name,
.cid-uKrx4gxELk .mbr-section-btn {
  text-align: center;
  color: #000000;
}
.cid-uKrx4gxELk .mbr-section-title,
.cid-uKrx4gxELk .title-wrap {
  text-align: left;
  color: #FFFFFF;
}
.cid-uKrx4gyKg6 {
  padding-top: 5rem;
  padding-bottom: 5rem;
  overflow: hidden;
  background-color: #202020;
}
.cid-uKrx4gyKg6 .mbr-fallback-image.disabled {
  display: none;
}
.cid-uKrx4gyKg6 .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uKrx4gyKg6 .container-fluid {
  padding: 0 40px;
}
@media (max-width: 992px) {
  .cid-uKrx4gyKg6 .container-fluid {
    padding: 0 24px;
  }
}
@media (max-width: 992px) {
  .cid-uKrx4gyKg6 .container {
    padding: 0 24px;
  }
}
.cid-uKrx4gyKg6 .card {
  justify-content: center;
}
.cid-uKrx4gyKg6 .google-map iframe {
  height: 600px;
  border-radius: 0.6rem !important;
  filter: grayscale(1);
}
@media (max-width: 992px) {
  .cid-uKrx4gyKg6 .google-map iframe {
    height: 350px;
  }
}
.cid-uKrx4gADqh {
  padding-top: 6rem;
  padding-bottom: 6rem;
  background-color: #0e79b2;
}
.cid-uKrx4gADqh .item:focus,
.cid-uKrx4gADqh span:focus {
  outline: none;
}
.cid-uKrx4gADqh .item {
  cursor: pointer;
}
.cid-uKrx4gADqh .grid-container {
  grid-row-gap: 24px;
}
.cid-uKrx4gADqh .grid-container-1,
.cid-uKrx4gADqh .grid-container-2 {
  gap: 0 24px;
}
.cid-uKrx4gADqh .mbr-section-title {
  margin-bottom: 66px;
  color: #202020;
  text-align: center;
}
@media (max-width: 992px) {
  .cid-uKrx4gADqh .mbr-section-title {
    margin-bottom: 28px;
  }
}
.cid-uKrx4gADqh .content-head {
  max-width: 800px;
}
.cid-uKrx4gADqh .container,
.cid-uKrx4gADqh .container-fluid {
  overflow: hidden;
}
.cid-uKrx4gADqh .grid-container {
  display: grid;
  transform: translate3d(-3rem, 0, 0);
  width: 115vw;
  grid-column-gap: 1rem;
}
.cid-uKrx4gADqh .grid-item {
  display: flex;
  justify-content: center;
  align-items: center;
}
.cid-uKrx4gADqh .grid-item img {
  min-width: 30vw;
  max-width: 100%;
  height: 440px;
  object-fit: cover;
  border-radius: 0.6rem !important;
}
@media (max-width: 1200px) {
  .cid-uKrx4gADqh .grid-item img {
    height: 340px;
  }
}
@media (max-width: 767px) {
  .cid-uKrx4gADqh .grid-item img {
    min-width: 35vw;
    height: 160px;
  }
}
.cid-uKrx4gADqh .grid-container-1,
.cid-uKrx4gADqh .grid-container-2 {
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  grid-auto-columns: 1fr;
  grid-auto-flow: column;
}
.cid-uKrx4gADqh .grid-container-1 {
  align-items: flex-end;
}
.cid-uKrx4gADqh .grid-container-2 {
  align-items: flex-start;
}
.cid-uKrx4gBJeb {
  padding-top: 5rem;
  padding-bottom: 5rem;
  overflow: hidden;
  background-color: #0e79b2;
}
.cid-uKrx4gBJeb .mbr-fallback-image.disabled {
  display: none;
}
.cid-uKrx4gBJeb .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uKrx4gBJeb .container-fluid {
  padding: 0 40px;
}
@media (max-width: 992px) {
  .cid-uKrx4gBJeb .container-fluid {
    padding: 0 24px;
  }
}
@media (max-width: 992px) {
  .cid-uKrx4gBJeb .container {
    padding: 0 24px;
  }
}
.cid-uKrx4gBJeb .card {
  justify-content: center;
}
.cid-uKrx4gBJeb .content-wrapper {
  display: flex;
  justify-content: space-between;
  background-color: #ffffff;
  border-radius: 0.6rem !important;
  padding: 82px 76px;
}
@media (max-width: 992px) {
  .cid-uKrx4gBJeb .content-wrapper {
    display: block;
    padding: 20px;
  }
}
.cid-uKrx4gBJeb .content-wrapper .tab-content {
  width: 35%;
}
@media (max-width: 992px) {
  .cid-uKrx4gBJeb .content-wrapper .tab-content {
    margin-bottom: 40px;
    width: 100%;
  }
}
.cid-uKrx4gBJeb .content-wrapper .tab-content .tab-pane .content-wrap .card-title {
  margin-bottom: 36px;
}
@media (max-width: 992px) {
  .cid-uKrx4gBJeb .content-wrapper .tab-content .tab-pane .content-wrap .card-title {
    margin-bottom: 28px;
  }
}
.cid-uKrx4gBJeb .content-wrapper .tab-content .tab-pane .content-wrap .card-text {
  margin-bottom: 0;
}
.cid-uKrx4gBJeb .content-wrapper .tabs-wrap {
  width: 35%;
}
@media (max-width: 1500px) {
  .cid-uKrx4gBJeb .content-wrapper .tabs-wrap {
    width: 50%;
  }
}
@media (max-width: 992px) {
  .cid-uKrx4gBJeb .content-wrapper .tabs-wrap {
    width: 100%;
  }
}
.cid-uKrx4gBJeb .content-wrapper .tabs-wrap .nav.nav-tabs {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 24px;
  border: none;
}
@media (max-width: 1240px) {
  .cid-uKrx4gBJeb .content-wrapper .tabs-wrap .nav.nav-tabs {
    grid-template-columns: 1fr;
  }
}
@media (max-width: 992px) {
  .cid-uKrx4gBJeb .content-wrapper .tabs-wrap .nav.nav-tabs {
    grid-template-columns: 1fr 1fr;
  }
}
@media (max-width: 768px) {
  .cid-uKrx4gBJeb .content-wrapper .tabs-wrap .nav.nav-tabs {
    grid-template-columns: 1fr;
  }
}
.cid-uKrx4gBJeb .content-wrapper .tabs-wrap .nav.nav-tabs .nav-item {
  padding: 0;
  border: none;
  border-radius: 0;
  margin: 0;
}
.cid-uKrx4gBJeb .content-wrapper .tabs-wrap .nav.nav-tabs .nav-item .nav-link {
  display: flex;
  flex-direction: column-reverse !important;
  justify-content: center;
  padding: 32px;
  margin-bottom: 0;
  border: 1px solid #202020;
  color: #202020;
  background-color: transparent;
  border-radius: 0.6rem !important;
  transition: all 0.3s ease-in-out;
  height: 100%;
}
@media (max-width: 992px) {
  .cid-uKrx4gBJeb .content-wrapper .tabs-wrap .nav.nav-tabs .nav-item .nav-link {
    padding: 20px;
  }
}
.cid-uKrx4gBJeb .content-wrapper .tabs-wrap .nav.nav-tabs .nav-item .nav-link img {
  height: 225px;
  object-fit: cover;
  border-radius: 0.6rem !important;
  margin-bottom: 32px;
}
@media (max-width: 992px) {
  .cid-uKrx4gBJeb .content-wrapper .tabs-wrap .nav.nav-tabs .nav-item .nav-link img {
    padding: 28px;
  }
}
.cid-uKrx4gBJeb .content-wrapper .tabs-wrap .nav.nav-tabs .nav-item .nav-link .mbr-iconfont {
  width: 44px;
  height: 44px;
  font-size: 24px;
  background-color: #202020;
  display: flex;
  align-items: center;
  justify-content: center;
  border-radius: 50%;
  margin: 10px 0 0 0 !important;
}
.cid-uKrx4gBJeb .content-wrapper .tabs-wrap .nav.nav-tabs .nav-item .nav-link.active {
  background-color: #202020;
  color: #ffffff;
}
.cid-uKrx4gBJeb .card-title {
  color: #000000;
}
.cid-uKrx4gBJeb .card-text {
  color: #000000;
}
.cid-uKrx4gLgwl {
  overflow: hidden;
  background-image: url("../images/photo-1585760271739-382e5fb7c138.jpeg");
}
.cid-uKrx4gLgwl .mbr-fallback-image.disabled {
  display: none;
}
.cid-uKrx4gLgwl .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
@media (max-width: 992px) {
  .cid-uKrx4gLgwl .container {
    padding: 0 24px;
  }
}
.cid-uKrx4gMK0p {
  padding-top: 5rem;
  padding-bottom: 5rem;
  overflow: hidden;
  background-color: #0e79b2;
}
.cid-uKrx4gMK0p .mbr-fallback-image.disabled {
  display: none;
}
.cid-uKrx4gMK0p .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
@media (max-width: 992px) {
  .cid-uKrx4gMK0p .container {
    padding: 0 24px;
  }
}
.cid-uKrx4gMK0p .content-wrapper .title-wrapper .mbr-section-title {
  margin-bottom: 100px;
}
@media (max-width: 992px) {
  .cid-uKrx4gMK0p .content-wrapper .title-wrapper .mbr-section-title {
    margin-bottom: 66px;
  }
}
.cid-uKrx4gMK0p .content-wrapper .items-wrapper .items-wrap {
  display: inline-block;
  width: 50%;
}
@media (max-width: 992px) {
  .cid-uKrx4gMK0p .content-wrapper .items-wrapper .items-wrap {
    width: 100%;
  }
}
.cid-uKrx4gMK0p .content-wrapper .items-wrapper .items-wrap .item {
  background-color: #ffffff;
  padding: 50px;
  border-radius: 0.6rem !important;
  transform: rotate(-8deg);
  margin-bottom: 66px;
}
@media (max-width: 992px) {
  .cid-uKrx4gMK0p .content-wrapper .items-wrapper .items-wrap .item {
    padding: 20px;
  }
}
.cid-uKrx4gMK0p .content-wrapper .items-wrapper .items-wrap .item:nth-child(2n) {
  transform: rotate(-4deg);
}
.cid-uKrx4gMK0p .content-wrapper .items-wrapper .items-wrap .item:nth-child(3n) {
  transform: rotate(0);
}
.cid-uKrx4gMK0p .content-wrapper .items-wrapper .items-wrap .item .item-wrapper .card-box .number-wrap .card-number {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  width: 80px;
  height: 80px;
  border: 3px solid #000000;
  border-radius: 100%;
  margin-bottom: 40px;
}
@media (max-width: 992px) {
  .cid-uKrx4gMK0p .content-wrapper .items-wrapper .items-wrap .item .item-wrapper .card-box .number-wrap .card-number {
    margin-bottom: 28px;
    width: 64px;
    height: 64px;
  }
}
.cid-uKrx4gMK0p .content-wrapper .items-wrapper .items-wrap .item .item-wrapper .card-box .card-title {
  margin-bottom: 0;
}
.cid-uKrx4gMK0p .content-wrapper .items-wrapper .card-wrap {
  display: inline-block;
  width: 50%;
  background-color: #f39237;
  padding: 50px;
  transform: rotate(-8deg);
  border-radius: 0.6rem !important;
}
@media (max-width: 992px) {
  .cid-uKrx4gMK0p .content-wrapper .items-wrapper .card-wrap {
    padding: 20px;
    width: 100%;
  }
}
.cid-uKrx4gMK0p .content-wrapper .items-wrapper .card-wrap a {
  display: block;
  transition: all 0.3s ease-in-out;
}
.cid-uKrx4gMK0p .content-wrapper .items-wrapper .card-wrap a:hover,
.cid-uKrx4gMK0p .content-wrapper .items-wrapper .card-wrap a:hover {
  transform: scale(1.1);
}
.cid-uKrx4gMK0p .content-wrapper .items-wrapper .card-wrap a .icon-wrapper {
  margin-bottom: 40px;
}
@media (max-width: 992px) {
  .cid-uKrx4gMK0p .content-wrapper .items-wrapper .card-wrap a .icon-wrapper {
    margin-bottom: 28px;
  }
}
.cid-uKrx4gMK0p .content-wrapper .items-wrapper .card-wrap a .icon-wrapper .mbr-iconfont {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  width: 80px;
  height: 80px;
  border: 3px solid #000000;
  border-radius: 100%;
  font-size: 57px;
  color: #000000;
}
@media (max-width: 992px) {
  .cid-uKrx4gMK0p .content-wrapper .items-wrapper .card-wrap a .icon-wrapper .mbr-iconfont {
    font-size: 36px;
    width: 64px;
    height: 64px;
  }
}
.cid-uKrx4gMK0p .content-wrapper .items-wrapper .card-wrap a .mbr-title {
  margin-bottom: 0;
}
.cid-uKrx4gMK0p .mbr-section-title {
  color: #000000;
}
.cid-uKrx4gMK0p .card-number,
.cid-uKrx4gMK0p .number-wrap {
  color: #000000;
  text-align: left;
}
.cid-uKrx4gMK0p .card-title {
  color: #000000;
  text-align: left;
}
.cid-uKrx4gMK0p .mbr-title {
  color: #ffffff;
}
.cid-uKrx4gMK0p .mbr-section-title,
.cid-uKrx4gMK0p .items-wrapper {
  text-align: center;
  color: #FFFFFF;
}
.cid-uKrx4gMK0p .mbr-title,
.cid-uKrx4gMK0p .icon-wrapper {
  text-align: center;
  color: #000000;
}
.cid-uKrx4gMK0p .card-title,
.cid-uKrx4gMK0p .icon-wrapper {
  color: #000000;
}
.cid-uKrx4gNG6E {
  overflow: hidden;
  background-color: #f39237;
}
.cid-uKrx4gNG6E .mbr-fallback-image.disabled {
  display: none;
}
.cid-uKrx4gNG6E .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
@media (max-width: 992px) {
  .cid-uKrx4gNG6E .container {
    padding: 0 24px;
  }
}
.cid-uKrx4gNG6E .card-wrapper {
  display: flex;
}
@media (max-width: 992px) {
  .cid-uKrx4gNG6E .card-wrapper {
    display: block;
  }
}
.cid-uKrx4gNG6E .card-wrapper .number-wrap {
  position: relative;
  width: 72px;
  display: inline-flex;
  justify-content: center;
  margin-right: 40px;
}
@media (max-width: 992px) {
  .cid-uKrx4gNG6E .card-wrapper .number-wrap {
    display: block;
    width: 100%;
    margin-right: 0;
    margin-bottom: 28px;
  }
}
.cid-uKrx4gNG6E .card-wrapper .number-wrap .mbr-number {
  position: relative;
  width: 72px;
  height: 72px;
  min-width: 72px;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  background-color: #000000;
  border-radius: 100%;
  z-index: 1;
  margin-bottom: 0;
}
.cid-uKrx4gNG6E .card-wrapper .number-wrap::before {
  content: '';
  position: absolute;
  bottom: 100%;
  width: 1px;
  height: 200vh;
  background-color: #000000;
  opacity: 0.33;
}
@media (max-width: 992px) {
  .cid-uKrx4gNG6E .card-wrapper .number-wrap::before {
    display: none;
  }
}
.cid-uKrx4gNG6E .card-wrapper .card-wrap {
  width: 100%;
}
.cid-uKrx4gNG6E .card-wrapper .card-wrap .title-wrap .mbr-section-title {
  display: inline-flex;
  margin-bottom: 36px;
  width: 40%;
}
@media (max-width: 1200px) {
  .cid-uKrx4gNG6E .card-wrapper .card-wrap .title-wrap .mbr-section-title {
    width: 70%;
  }
}
@media (max-width: 992px) {
  .cid-uKrx4gNG6E .card-wrapper .card-wrap .title-wrap .mbr-section-title {
    width: 100%;
    margin-bottom: 28px;
  }
}
.cid-uKrx4gNG6E .card-wrapper .card-wrap .text-wrap .mbr-text {
  display: inline-flex;
  margin-bottom: 0;
  width: 40%;
}
@media (max-width: 1200px) {
  .cid-uKrx4gNG6E .card-wrapper .card-wrap .text-wrap .mbr-text {
    width: 70%;
  }
}
@media (max-width: 992px) {
  .cid-uKrx4gNG6E .card-wrapper .card-wrap .text-wrap .mbr-text {
    width: 100%;
  }
}
.cid-uKrx4gNG6E .card-wrapper .card-wrap .items-wrapper {
  display: grid;
  grid-template-columns: 1fr 1fr 1fr;
  margin-top: 66px;
  gap: 24px;
}
@media (max-width: 992px) {
  .cid-uKrx4gNG6E .card-wrapper .card-wrap .items-wrapper {
    grid-template-columns: 1fr 1fr;
  }
}
@media (max-width: 768px) {
  .cid-uKrx4gNG6E .card-wrapper .card-wrap .items-wrapper {
    grid-template-columns: 1fr;
  }
}
.cid-uKrx4gNG6E .card-wrapper .card-wrap .items-wrapper .item {
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  background-color: #ffffff;
  border-radius: 0.8rem !important;
  padding: 32px 36px;
}
@media (max-width: 1199px) {
  .cid-uKrx4gNG6E .card-wrapper .card-wrap .items-wrapper .item {
    padding: 20px;
  }
}
.cid-uKrx4gNG6E .card-wrapper .card-wrap .items-wrapper .item .item-wrapper .item-img {
  display: flex;
  justify-content: center;
  margin-bottom: 28px;
}
.cid-uKrx4gNG6E .card-wrapper .card-wrap .items-wrapper .item .item-wrapper .item-img img {
  width: 200px;
  height: 200px;
  border-radius: 100% !important;
  object-fit: cover;
}
.cid-uKrx4gNG6E .card-wrapper .card-wrap .items-wrapper .item .item-wrapper .item-content .card-name {
  margin-bottom: 28px;
}
.cid-uKrx4gNG6E .card-wrapper .card-wrap .items-wrapper .item .item-wrapper .item-content .card-role {
  margin-bottom: 18px;
}
.cid-uKrx4gNG6E .card-wrapper .card-wrap .items-wrapper .item .mbr-section-btn .btn {
  margin-bottom: 0;
}
.cid-uKrx4gNG6E .mbr-section-title {
  color: #ffffff;
}
.cid-uKrx4gNG6E .mbr-text {
  color: #ffffff;
}
.cid-uKrx4gNG6E .card-number {
  color: #202020;
}
.cid-uKrx4gNG6E .card-name {
  color: #000000;
}
.cid-uKrx4gNG6E .card-role {
  color: #000000;
  text-align: center;
}
.cid-uKrx4gNG6E .card-name,
.cid-uKrx4gNG6E .mbr-section-btn {
  text-align: center;
  color: #000000;
}
.cid-uKrx4gNG6E .mbr-number,
.cid-uKrx4gNG6E .number-wrap {
  color: #2EC4B6;
}
.cid-uKrx4gNG6E .mbr-section-title,
.cid-uKrx4gNG6E .title-wrap {
  color: #000000;
}
.cid-uKrx4gNG6E .mbr-text,
.cid-uKrx4gNG6E .text-wrap {
  color: #000000;
}
.cid-uKrx4gOYsH {
  background-color: #202020;
}
@media (max-width: 992px) {
  .cid-uKrx4gOYsH .container {
    padding: 0 24px;
  }
}
.cid-uKrx4gOYsH .content-wrapper {
  margin-bottom: 66px;
}
.cid-uKrx4gOYsH .content-wrapper .desc-wrap .mbr-desc {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  padding: 6px 14px;
  border-radius: 1.8rem;
  margin-bottom: 36px;
  background-color: #0e79b2;
}
@media (max-width: 992px) {
  .cid-uKrx4gOYsH .content-wrapper .desc-wrap .mbr-desc {
    margin-bottom: 28px;
  }
}
.cid-uKrx4gOYsH .content-wrapper .mbr-section-title {
  margin-bottom: 36px;
}
@media (max-width: 992px) {
  .cid-uKrx4gOYsH .content-wrapper .mbr-section-title {
    margin-bottom: 28px;
  }
}
.cid-uKrx4gOYsH .content-wrapper .text-wrap .mbr-text {
  display: inline-flex;
  width: 65%;
  margin-bottom: 0;
}
@media (max-width: 1200px) {
  .cid-uKrx4gOYsH .content-wrapper .text-wrap .mbr-text {
    width: 100%;
  }
}
.cid-uKrx4gOYsH .embla__slide {
  display: flex;
  justify-content: center;
  position: relative;
  min-width: 592px;
  max-width: 592px;
  padding: 0 12px;
}
@media (max-width: 767px) {
  .cid-uKrx4gOYsH .embla__slide {
    min-width: 100%;
    max-width: 100%;
    padding: 0 5px;
  }
}
.cid-uKrx4gOYsH .embla__slide .slide-content {
  width: 100%;
}
.cid-uKrx4gOYsH .embla__slide .slide-content .item-wrapper {
  height: 100%;
  background-color: #000000;
  border-radius: 0.6rem !important;
  padding: 24px;
}
@media (max-width: 992px) {
  .cid-uKrx4gOYsH .embla__slide .slide-content .item-wrapper {
    padding: 20px;
  }
}
.cid-uKrx4gOYsH .embla__slide .slide-content .item-wrapper .item-img {
  position: relative;
  margin-bottom: 16px;
}
@media (max-width: 992px) {
  .cid-uKrx4gOYsH .embla__slide .slide-content .item-wrapper .item-img {
    margin-bottom: 28px;
  }
}
.cid-uKrx4gOYsH .embla__slide .slide-content .item-wrapper .item-img img {
  display: inline-flex;
  height: 360px;
  width: 100%;
  border-radius: 0.6rem !important;
  object-fit: cover;
}
.cid-uKrx4gOYsH .embla__slide .slide-content .item-wrapper .item-content {
  position: relative;
  z-index: 1;
}
.cid-uKrx4gOYsH .embla__slide .slide-content .item-wrapper .item-content .tags-wrapper {
  margin-bottom: 16px;
}
.cid-uKrx4gOYsH .embla__slide .slide-content .item-wrapper .item-content .tags-wrapper .tags-wrap {
  display: inline-flex;
  flex-wrap: wrap;
}
.cid-uKrx4gOYsH .embla__slide .slide-content .item-wrapper .item-content .tags-wrapper .tags-wrap .item-tag {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  padding: 6px 14px;
  border-radius: 1.8rem;
  margin: 0 10px 10px 0;
  background-color: #202020;
}
.cid-uKrx4gOYsH .embla__slide .slide-content .item-wrapper .item-content .item-text {
  margin: 0;
}
.cid-uKrx4gOYsH .embla__button--next,
.cid-uKrx4gOYsH .embla__button--prev {
  display: flex;
}
.cid-uKrx4gOYsH .embla__button {
  bottom: 0;
  width: 54px;
  height: 54px;
  margin-top: -1.5rem;
  font-size: 24px;
  background-color: #0e79b2 !important;
  color: #ffffff !important;
  border: none !important;
  border-radius: 50%;
  transition: all 0.3s;
  position: absolute;
  display: flex;
  justify-content: center;
  align-items: center;
  opacity: 1 !important;
}
.cid-uKrx4gOYsH .embla__button:disabled {
  cursor: default;
  display: none;
}
.cid-uKrx4gOYsH .embla__button:hover {
  opacity: 0.5 !important;
}
.cid-uKrx4gOYsH .embla__button.embla__button--prev {
  left: 0;
}
.cid-uKrx4gOYsH .embla__button.embla__button--next {
  right: 0;
}
.cid-uKrx4gOYsH .embla {
  position: relative;
  width: 100%;
  padding-bottom: 6rem;
}
.cid-uKrx4gOYsH .embla__viewport {
  overflow: hidden;
  width: 100%;
  margin-right: 1rem;
}
.cid-uKrx4gOYsH .embla__viewport.is-draggable {
  cursor: grab;
}
.cid-uKrx4gOYsH .embla__viewport.is-dragging {
  cursor: grabbing;
}
.cid-uKrx4gOYsH .embla__container {
  display: flex;
  user-select: none;
  -webkit-touch-callout: none;
  -khtml-user-select: none;
  -webkit-tap-highlight-color: transparent;
}
.cid-uKrx4gOYsH .mbr-desc {
  color: #ffffff;
}
.cid-uKrx4gOYsH .mbr-section-title {
  color: #FFFFFF;
}
.cid-uKrx4gOYsH .mbr-text {
  color: #ffffff;
}
.cid-uKrx4gOYsH .item-tag {
  color: #ffffff;
}
.cid-uKrx4gOYsH .item-text {
  color: #ffffff;
}
.cid-uKrx4gOYsH .mbr-desc,
.cid-uKrx4gOYsH .desc-wrap {
  color: #FFFFFF;
}
.cid-uKrx4gOYsH .mbr-text,
.cid-uKrx4gOYsH .text-wrap {
  color: #FFFFFF;
}
.cid-uKrx4gOYsH .item-tag,
.cid-uKrx4gOYsH .tags-wrapper {
  color: #FFFFFF;
}
.cid-uKrx4gOYsH .item-text,
.cid-uKrx4gOYsH .icon-wrapper {
  color: #000000;
}
.cid-uKrx4hiy8T {
  background-color: #0e79b2;
}
.cid-uKrx4hiy8T .mbr-fallback-image.disabled {
  display: none;
}
.cid-uKrx4hiy8T .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
@media (max-width: 992px) {
  .cid-uKrx4hiy8T .container {
    padding: 0 24px;
  }
}
.cid-uKrx4hiy8T .content-wrapper .mbr-section-title {
  margin-bottom: 28px;
}
.cid-uKrx4hiy8T .content-wrapper .text-wrap .mbr-text {
  display: inline-flex;
  width: 40%;
  margin-bottom: 18px;
}
@media (max-width: 1200px) {
  .cid-uKrx4hiy8T .content-wrapper .text-wrap .mbr-text {
    width: 70%;
  }
}
@media (max-width: 992px) {
  .cid-uKrx4hiy8T .content-wrapper .text-wrap .mbr-text {
    width: 100%;
  }
}
.cid-uKrx4hiy8T .mbr-section-title {
  color: #202020;
}
.cid-uKrx4hiy8T .mbr-text,
.cid-uKrx4hiy8T .text-wrap {
  color: #FFFFFF;
  text-align: center;
}
.cid-uKrx4hiy8T .mbr-section-title,
.cid-uKrx4hiy8T .mbr-section-btn {
  text-align: center;
  color: #FFFFFF;
}
.cid-uKrx4hi3Wx {
  padding-top: 3rem;
  padding-bottom: 3rem;
  background-color: #f39237;
}
.cid-uKrx4hi3Wx .item:focus,
.cid-uKrx4hi3Wx span:focus {
  outline: none;
}
.cid-uKrx4hi3Wx .container-fluid {
  padding-left: 0;
  padding-right: 0;
  overflow: hidden;
}
.cid-uKrx4hi3Wx .item {
  color: #000000;
  min-height: 90px;
}
@media (max-width: 768px) {
  .cid-uKrx4hi3Wx .item {
    min-height: 45px;
  }
}
.cid-uKrx4hjhfe {
  overflow: hidden;
  background-color: #0e79b2;
}
.cid-uKrx4hjhfe .mbr-fallback-image.disabled {
  display: none;
}
.cid-uKrx4hjhfe .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
@media (max-width: 992px) {
  .cid-uKrx4hjhfe .container {
    padding: 0 24px;
  }
}
.cid-uKrx4hjhfe .content-wrapper .icon-wrapper {
  margin-bottom: 80px;
}
@media (max-width: 992px) {
  .cid-uKrx4hjhfe .content-wrapper .icon-wrapper {
    margin-bottom: 28px;
  }
}
.cid-uKrx4hjhfe .content-wrapper .icon-wrapper .mbr-iconfont {
  font-size: 140px;
  display: inline-flex;
  color: #ffffff;
}
@media (max-width: 992px) {
  .cid-uKrx4hjhfe .content-wrapper .icon-wrapper .mbr-iconfont {
    font-size: 80px;
  }
}
.cid-uKrx4hjhfe .content-wrapper .mbr-section-title {
  margin-bottom: 0;
}
.cid-uKrx4hjhfe .content-wrapper .text-wrap .mbr-text {
  display: inline-flex;
  width: 40%;
  margin: 80px 0 0 0;
}
@media (max-width: 1200px) {
  .cid-uKrx4hjhfe .content-wrapper .text-wrap .mbr-text {
    width: 70%;
  }
}
@media (max-width: 992px) {
  .cid-uKrx4hjhfe .content-wrapper .text-wrap .mbr-text {
    width: 100%;
    margin: 28px 0 0 0;
  }
}
.cid-uKrx4hjhfe .mbr-section-title {
  color: #ffffff;
}
.cid-uKrx4hjhfe .mbr-text,
.cid-uKrx4hjhfe .text-wrap {
  color: #FFFFFF;
  text-align: center;
}
.cid-uKrx4hjhfe .mbr-section-title,
.cid-uKrx4hjhfe .icon-wrapper {
  text-align: center;
  color: #FFFFFF;
}
.cid-uKrx4hkwAv {
  overflow: hidden;
  background-image: url("../images/photo-1545049026-4f7416e85193.jpeg");
}
.cid-uKrx4hkwAv .mbr-fallback-image.disabled {
  display: none;
}
.cid-uKrx4hkwAv .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
@media (max-width: 992px) {
  .cid-uKrx4hkwAv .container {
    padding: 0 24px;
  }
}
.cid-uKrx4hkwAv .card-wrapper .card-wrap {
  display: inline-flex;
  flex-direction: column;
  background-color: #ffffff;
  border-radius: 0.6rem !important;
  padding: 42px 48px 48px;
  width: 40%;
}
@media (max-width: 1440px) {
  .cid-uKrx4hkwAv .card-wrapper .card-wrap {
    width: 50%;
  }
}
@media (max-width: 1200px) {
  .cid-uKrx4hkwAv .card-wrapper .card-wrap {
    width: 60%;
  }
}
@media (max-width: 992px) {
  .cid-uKrx4hkwAv .card-wrapper .card-wrap {
    padding: 20px;
    width: 100%;
  }
}
.cid-uKrx4hkwAv .card-wrapper .card-wrap .mbr-desc {
  width: 100%;
  margin-bottom: 32px;
}
@media (max-width: 992px) {
  .cid-uKrx4hkwAv .card-wrapper .card-wrap .mbr-desc {
    margin-bottom: 28px;
  }
}
.cid-uKrx4hkwAv .card-wrapper .card-wrap .mbr-section-title {
  width: 100%;
  margin-bottom: 32px;
}
@media (max-width: 992px) {
  .cid-uKrx4hkwAv .card-wrapper .card-wrap .mbr-section-title {
    margin-bottom: 28px;
  }
}
.cid-uKrx4hkwAv .card-wrapper .card-wrap .mbr-text {
  width: 100%;
  margin-bottom: 0;
}
.cid-uKrx4hkwAv .mbr-desc {
  color: #000000;
}
.cid-uKrx4hkwAv .mbr-section-title {
  color: #000000;
}
.cid-uKrx4hkwAv .mbr-text {
  color: #000000;
}
.cid-uKrx4hkwAv .mbr-section-title,
.cid-uKrx4hkwAv .card-wrapper {
  color: #000000;
}
.cid-uKrx4hkdhu {
  overflow: hidden;
}
.cid-uKrx4hkdhu .mbr-fallback-image.disabled {
  display: none;
}
.cid-uKrx4hkdhu .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
  background-image: url("../images/background1.jpg");
}
@media (max-width: 992px) {
  .cid-uKrx4hkdhu .container {
    padding: 0 24px;
  }
}
.cid-uKrx4hkEWr {
  overflow: hidden;
  background-color: #202020;
}
.cid-uKrx4hkEWr .mbr-fallback-image.disabled {
  display: none;
}
.cid-uKrx4hkEWr .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
@media (max-width: 992px) {
  .cid-uKrx4hkEWr .container {
    padding: 0 24px;
  }
}
.cid-uKrx4hkEWr .card-wrapper {
  display: flex;
}
@media (max-width: 992px) {
  .cid-uKrx4hkEWr .card-wrapper {
    display: block;
  }
}
.cid-uKrx4hkEWr .card-wrapper .number-wrap {
  position: relative;
  width: 72px;
  display: inline-flex;
  justify-content: center;
  margin-right: 40px;
}
@media (max-width: 992px) {
  .cid-uKrx4hkEWr .card-wrapper .number-wrap {
    display: block;
    width: 100%;
    margin-right: 0;
    margin-bottom: 28px;
  }
}
.cid-uKrx4hkEWr .card-wrapper .number-wrap .mbr-number {
  position: relative;
  width: 72px;
  height: 72px;
  min-width: 72px;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  background-color: #000000;
  border-radius: 100%;
  z-index: 1;
  margin-bottom: 0;
}
.cid-uKrx4hkEWr .card-wrapper .number-wrap::before {
  content: '';
  position: absolute;
  top: -50vh;
  width: 1px;
  height: 200vh;
  background-color: #000000;
  opacity: 0.33;
}
@media (max-width: 992px) {
  .cid-uKrx4hkEWr .card-wrapper .number-wrap::before {
    display: none;
  }
}
.cid-uKrx4hkEWr .card-wrapper .card-wrap .title-wrap .mbr-section-title {
  display: inline-flex;
  margin-bottom: 0;
  width: 40%;
}
@media (max-width: 1200px) {
  .cid-uKrx4hkEWr .card-wrapper .card-wrap .title-wrap .mbr-section-title {
    width: 70%;
  }
}
@media (max-width: 992px) {
  .cid-uKrx4hkEWr .card-wrapper .card-wrap .title-wrap .mbr-section-title {
    width: 100%;
  }
}
.cid-uKrx4hkEWr .card-wrapper .card-wrap .items-wrapper {
  display: grid;
  grid-template-columns: 1fr 1fr 1fr;
  margin-top: 66px;
  gap: 24px;
}
@media (max-width: 992px) {
  .cid-uKrx4hkEWr .card-wrapper .card-wrap .items-wrapper {
    grid-template-columns: 1fr 1fr;
  }
}
@media (max-width: 768px) {
  .cid-uKrx4hkEWr .card-wrapper .card-wrap .items-wrapper {
    grid-template-columns: 1fr;
  }
}
.cid-uKrx4hkEWr .card-wrapper .card-wrap .items-wrapper .item {
  background-color: #ffffff;
  border-radius: 0.8rem !important;
  padding: 32px 36px;
}
@media (max-width: 1199px) {
  .cid-uKrx4hkEWr .card-wrapper .card-wrap .items-wrapper .item {
    padding: 20px;
  }
}
.cid-uKrx4hkEWr .card-wrapper .card-wrap .items-wrapper .item .item-wrapper .card-box .icon-wrapper {
  margin-bottom: 40px;
}
@media (max-width: 992px) {
  .cid-uKrx4hkEWr .card-wrapper .card-wrap .items-wrapper .item .item-wrapper .card-box .icon-wrapper {
    margin-bottom: 28px;
  }
}
.cid-uKrx4hkEWr .card-wrapper .card-wrap .items-wrapper .item .item-wrapper .card-box .icon-wrapper .mbr-iconfont {
  font-size: 42px;
  color: #000000;
  display: inline-flex;
}
.cid-uKrx4hkEWr .card-wrapper .card-wrap .items-wrapper .item .item-wrapper .card-box .card-title {
  margin-bottom: 40px;
}
@media (max-width: 992px) {
  .cid-uKrx4hkEWr .card-wrapper .card-wrap .items-wrapper .item .item-wrapper .card-box .card-title {
    margin-bottom: 28px;
  }
}
.cid-uKrx4hkEWr .card-wrapper .card-wrap .items-wrapper .item .item-wrapper .card-box .card-text {
  margin-bottom: 0;
}
.cid-uKrx4hkEWr .mbr-section-title {
  color: #ffffff;
}
.cid-uKrx4hkEWr .mbr-text {
  color: #ffffff;
}
.cid-uKrx4hkEWr .card-number {
  color: #202020;
}
.cid-uKrx4hkEWr .card-title {
  color: #000000;
}
.cid-uKrx4hkEWr .card-text {
  color: #000000;
}
.cid-uKrx4hkEWr .mbr-number,
.cid-uKrx4hkEWr .number-wrap {
  color: #EF8354;
}
.cid-uKrx4hkEWr .mbr-section-title,
.cid-uKrx4hkEWr .title-wrap {
  color: #FFFFFF;
}
.cid-uKrx4hkEWr .card-title,
.cid-uKrx4hkEWr .icon-wrapper {
  color: #000000;
}
.cid-uKrx4hl6sH {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-color: #0e79b2;
}
.cid-uKrx4hl6sH .mbr-fallback-image.disabled {
  display: none;
}
.cid-uKrx4hl6sH .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
@media (max-width: 992px) {
  .cid-uKrx4hl6sH .container {
    padding: 0 24px;
  }
}
.cid-uKrx4hl6sH .items-wrapper {
  display: flex;
  justify-content: center;
}
.cid-uKrx4hl6sH .items-wrapper .items-wrap {
  display: inline-flex;
  flex-wrap: wrap;
  justify-content: space-between;
}
@media (max-width: 992px) {
  .cid-uKrx4hl6sH .items-wrapper .items-wrap {
    display: inline-block;
    width: fit-content;
    text-align: center;
  }
}
.cid-uKrx4hl6sH .items-wrapper .items-wrap .item .item-wrapper .item-img img {
  height: 150px;
  width: 250px;
  object-fit: contain;
}
@media (max-width: 1400px) {
  .cid-uKrx4hl6sH .items-wrapper .items-wrap .item .item-wrapper .item-img img {
    width: 200px;
  }
}
@media (max-width: 1200px) {
  .cid-uKrx4hl6sH .items-wrapper .items-wrap .item .item-wrapper .item-img img {
    width: 100%;
  }
}
.cid-uKrx4hlb6v {
  padding-top: 5rem;
  padding-bottom: 5rem;
  overflow: hidden;
  background-color: #202020;
}
.cid-uKrx4hlb6v .mbr-fallback-image.disabled {
  display: none;
}
.cid-uKrx4hlb6v .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
@media (max-width: 992px) {
  .cid-uKrx4hlb6v .container {
    padding: 0 24px;
  }
}
.cid-uKrx4hlb6v .content-wrapper .mbr-section-title {
  margin-bottom: 80px;
}
@media (max-width: 992px) {
  .cid-uKrx4hlb6v .content-wrapper .mbr-section-title {
    margin-bottom: 28px;
  }
}
.cid-uKrx4hlb6v .mbr-figure iframe {
  border-radius: 0.6rem !important;
}
.cid-uKrx4hlb6v .mbr-figure .app-video-wrapper img {
  border-radius: 0.6rem !important;
}
.cid-uKrx4hlb6v .mbr-section-title {
  color: #FFFFFF;
  text-align: center;
}
.cid-uKrx4hm3iO {
  padding-top: 5rem;
  padding-bottom: 5rem;
  overflow: hidden;
  background-color: #ffffff;
}
.cid-uKrx4hm3iO .mbr-fallback-image.disabled {
  display: none;
}
.cid-uKrx4hm3iO .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
@media (max-width: 992px) {
  .cid-uKrx4hm3iO .container {
    padding: 0 24px;
  }
}
.cid-uKrx4hm3iO .content-wrapper .desc-wrap .mbr-desc {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  padding: 6px 14px;
  border-radius: 1.8rem;
  border: 1px solid #000000;
  margin-bottom: 36px;
}
@media (max-width: 992px) {
  .cid-uKrx4hm3iO .content-wrapper .desc-wrap .mbr-desc {
    margin-bottom: 28px;
  }
}
.cid-uKrx4hm3iO .content-wrapper .mbr-section-title {
  margin-bottom: 36px;
}
@media (max-width: 992px) {
  .cid-uKrx4hm3iO .content-wrapper .mbr-section-title {
    margin-bottom: 28px;
  }
}
.cid-uKrx4hm3iO .content-wrapper .date-wrapper .date-wrap {
  display: inline-flex;
  align-items: center;
}
.cid-uKrx4hm3iO .content-wrapper .date-wrapper .date-wrap .mbr-iconfont {
  font-size: 40px;
  margin-right: 16px;
  color: #000000;
}
.cid-uKrx4hm3iO .content-wrapper .date-wrapper .date-wrap .mbr-date {
  margin-bottom: 0;
}
.cid-uKrx4hm3iO .mbr-desc {
  color: #202020;
}
.cid-uKrx4hm3iO .mbr-section-title {
  color: #000000;
}
.cid-uKrx4hm3iO .mbr-date {
  color: #202020;
}
.cid-uKrx4hm3iO .mbr-desc,
.cid-uKrx4hm3iO .desc-wrap {
  color: #000000;
}
.cid-uKrx4hm3iO .mbr-date,
.cid-uKrx4hm3iO .date-wrapper {
  color: #000000;
}
.cid-uKrx4hm0t2 {
  background-color: #202020;
}
@media (max-width: 992px) {
  .cid-uKrx4hm0t2 .container {
    padding: 0 24px;
  }
}
.cid-uKrx4hm0t2 .embla__slide {
  display: flex;
  justify-content: center;
  position: relative;
  min-width: 100%;
  max-width: 100%;
}
@media (max-width: 767px) {
  .cid-uKrx4hm0t2 .embla__slide {
    min-width: 100%;
    max-width: 100%;
  }
}
.cid-uKrx4hm0t2 .embla__slide .slide-content {
  width: 100%;
}
.cid-uKrx4hm0t2 .embla__slide .slide-content .item-wrapper .item-img {
  margin-bottom: 80px;
}
@media (max-width: 992px) {
  .cid-uKrx4hm0t2 .embla__slide .slide-content .item-wrapper .item-img {
    margin-bottom: 28px;
  }
}
.cid-uKrx4hm0t2 .embla__slide .slide-content .item-wrapper .item-img img {
  display: inline-flex;
  width: 200px;
  height: 200px;
  border-radius: 0.6rem !important;
  object-fit: cover;
}
.cid-uKrx4hm0t2 .embla__slide .slide-content .item-content {
  position: relative;
  z-index: 1;
}
.cid-uKrx4hm0t2 .embla__slide .slide-content .item-content .item-title {
  margin-bottom: 0;
}
.cid-uKrx4hm0t2 .embla__slide .slide-content .item-content .text-wrap .item-text {
  display: inline-flex;
  width: 40%;
  margin: 80px 0 0 0;
}
@media (max-width: 1200px) {
  .cid-uKrx4hm0t2 .embla__slide .slide-content .item-content .text-wrap .item-text {
    width: 70%;
  }
}
@media (max-width: 992px) {
  .cid-uKrx4hm0t2 .embla__slide .slide-content .item-content .text-wrap .item-text {
    width: 100%;
    margin: 28px 0 0 0;
  }
}
.cid-uKrx4hm0t2 .embla__button--next,
.cid-uKrx4hm0t2 .embla__button--prev {
  display: flex;
}
.cid-uKrx4hm0t2 .embla__button {
  bottom: 0;
  width: 54px;
  height: 54px;
  margin-top: -1.5rem;
  font-size: 24px;
  background-color: #0e79b2 !important;
  color: #ffffff !important;
  border: none !important;
  border-radius: 50%;
  transition: all 0.3s;
  position: absolute;
  display: flex;
  justify-content: center;
  align-items: center;
  opacity: 1 !important;
}
.cid-uKrx4hm0t2 .embla__button:disabled {
  cursor: default;
  display: none;
}
.cid-uKrx4hm0t2 .embla__button:hover {
  opacity: 0.5 !important;
}
.cid-uKrx4hm0t2 .embla__button.embla__button--prev {
  left: 0;
}
.cid-uKrx4hm0t2 .embla__button.embla__button--next {
  right: 0;
}
.cid-uKrx4hm0t2 .embla {
  position: relative;
  width: 100%;
  padding-bottom: 6rem;
}
.cid-uKrx4hm0t2 .embla__viewport {
  overflow: hidden;
  width: 100%;
  margin-right: 1rem;
}
.cid-uKrx4hm0t2 .embla__viewport.is-draggable {
  cursor: grab;
}
.cid-uKrx4hm0t2 .embla__viewport.is-dragging {
  cursor: grabbing;
}
.cid-uKrx4hm0t2 .embla__container {
  display: flex;
  user-select: none;
  -webkit-touch-callout: none;
  -khtml-user-select: none;
  -webkit-tap-highlight-color: transparent;
}
.cid-uKrx4hm0t2 .item-title {
  color: #ffffff;
}
.cid-uKrx4hm0t2 .item-text,
.cid-uKrx4hm0t2 .text-wrap {
  color: #FFFFFF;
  text-align: center;
}
.cid-uKrx4hm0t2 .item-title,
.cid-uKrx4hm0t2 .item-img {
  text-align: center;
  color: #FFFFFF;
}
.cid-uKrx4hmwvz {
  padding-top: 5rem;
  padding-bottom: 5rem;
  overflow: hidden;
  background-color: #202020;
}
.cid-uKrx4hmwvz .mbr-fallback-image.disabled {
  display: none;
}
.cid-uKrx4hmwvz .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
@media (max-width: 992px) {
  .cid-uKrx4hmwvz .container {
    padding: 0 24px;
  }
}
.cid-uKrx4hmwvz .image-wrapper {
  position: relative;
}
.cid-uKrx4hmwvz .image-wrapper img {
  height: 800px;
  width: 100%;
  border-radius: 0.6rem !important;
  object-fit: cover;
}
.cid-uKrx4hn5TK {
  overflow: hidden;
  background-color: #202020;
}
.cid-uKrx4hn5TK .mbr-fallback-image.disabled {
  display: none;
}
.cid-uKrx4hn5TK .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
@media (max-width: 992px) {
  .cid-uKrx4hn5TK .container {
    padding: 0 24px;
  }
}
.cid-uKrx4hn5TK .card-wrapper {
  display: flex;
}
@media (max-width: 992px) {
  .cid-uKrx4hn5TK .card-wrapper {
    display: block;
  }
}
.cid-uKrx4hn5TK .card-wrapper .number-wrap {
  position: relative;
  width: 72px;
  display: inline-flex;
  justify-content: center;
  margin-right: 40px;
}
@media (max-width: 992px) {
  .cid-uKrx4hn5TK .card-wrapper .number-wrap {
    display: block;
    width: 100%;
    margin-right: 0;
    margin-bottom: 28px;
  }
}
.cid-uKrx4hn5TK .card-wrapper .number-wrap .mbr-number {
  position: relative;
  width: 72px;
  height: 72px;
  min-width: 72px;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  background-color: #ffffff;
  border-radius: 100%;
  z-index: 1;
  margin-bottom: 0;
}
.cid-uKrx4hn5TK .card-wrapper .number-wrap::before {
  content: '';
  position: absolute;
  top: -50vh;
  width: 1px;
  height: 200vh;
  background-color: #ffffff;
  opacity: 0.33;
}
@media (max-width: 992px) {
  .cid-uKrx4hn5TK .card-wrapper .number-wrap::before {
    display: none;
  }
}
.cid-uKrx4hn5TK .card-wrapper .card-wrap .title-wrap .mbr-section-title {
  display: inline-flex;
  margin-bottom: 36px;
  width: 40%;
}
@media (max-width: 1200px) {
  .cid-uKrx4hn5TK .card-wrapper .card-wrap .title-wrap .mbr-section-title {
    width: 70%;
  }
}
@media (max-width: 992px) {
  .cid-uKrx4hn5TK .card-wrapper .card-wrap .title-wrap .mbr-section-title {
    width: 100%;
    margin-bottom: 28px;
  }
}
.cid-uKrx4hn5TK .card-wrapper .card-wrap .text-wrap .mbr-text {
  display: inline-flex;
  margin-bottom: 0;
  width: 40%;
}
@media (max-width: 1200px) {
  .cid-uKrx4hn5TK .card-wrapper .card-wrap .text-wrap .mbr-text {
    width: 70%;
  }
}
@media (max-width: 992px) {
  .cid-uKrx4hn5TK .card-wrapper .card-wrap .text-wrap .mbr-text {
    width: 100%;
  }
}
.cid-uKrx4hn5TK .card-wrapper .card-wrap .items-wrapper {
  display: grid;
  grid-template-columns: 1fr 1fr;
  margin-top: 66px;
  gap: 24px;
}
@media (max-width: 992px) {
  .cid-uKrx4hn5TK .card-wrapper .card-wrap .items-wrapper {
    grid-template-columns: 1fr;
  }
}
.cid-uKrx4hn5TK .card-wrapper .card-wrap .items-wrapper .item {
  background-color: #ffffff;
  border-radius: 0.8rem !important;
  padding: 32px 36px;
}
@media (max-width: 992px) {
  .cid-uKrx4hn5TK .card-wrapper .card-wrap .items-wrapper .item {
    padding: 20px;
  }
}
.cid-uKrx4hn5TK .card-wrapper .card-wrap .items-wrapper .item .item-wrapper .card-box .icon-wrapper {
  margin-bottom: 28px;
}
.cid-uKrx4hn5TK .card-wrapper .card-wrap .items-wrapper .item .item-wrapper .card-box .icon-wrapper .mbr-iconfont {
  font-size: 42px;
  color: #000000;
  display: inline-flex;
}
.cid-uKrx4hn5TK .card-wrapper .card-wrap .items-wrapper .item .item-wrapper .card-box .card-title {
  margin-bottom: 28px;
}
.cid-uKrx4hn5TK .card-wrapper .card-wrap .items-wrapper .item .item-wrapper .card-box .card-text {
  margin-bottom: 0;
}
.cid-uKrx4hn5TK .mbr-section-title {
  color: #ffffff;
}
.cid-uKrx4hn5TK .mbr-text {
  color: #ffffff;
}
.cid-uKrx4hn5TK .card-number {
  color: #000000;
}
.cid-uKrx4hn5TK .card-title {
  color: #000000;
}
.cid-uKrx4hn5TK .card-text {
  color: #000000;
}
.cid-uKrx4hn5TK .mbr-number,
.cid-uKrx4hn5TK .number-wrap {
  color: #3A6EA5;
}
.cid-uKrx4hn5TK .mbr-section-title,
.cid-uKrx4hn5TK .title-wrap {
  color: #FFFFFF;
}
.cid-uKrx4hn5TK .mbr-text,
.cid-uKrx4hn5TK .text-wrap {
  color: #FFFFFF;
}
.cid-uKrx4hn5TK .card-title,
.cid-uKrx4hn5TK .icon-wrapper {
  color: #000000;
}
.cid-uKrx4hnxPF {
  overflow: hidden;
  background-color: #0e79b2;
}
.cid-uKrx4hnxPF .mbr-fallback-image.disabled {
  display: none;
}
.cid-uKrx4hnxPF .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
@media (max-width: 992px) {
  .cid-uKrx4hnxPF .container {
    padding: 0 24px;
  }
}
.cid-uKrx4hnxPF .desc-wrapper .mbr-desc {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  padding: 6px 14px;
  border-radius: 1.8rem;
  margin-bottom: 16px;
  background-color: #f39237;
}
.cid-uKrx4hnxPF .title-wrapper .mbr-section-title {
  margin-bottom: 40px;
}
.cid-uKrx4hnxPF .panel-group .card {
  border-radius: 0.6rem !important;
  background-color: #ffffff;
  margin-bottom: 24px;
}
.cid-uKrx4hnxPF .panel-group .card .card-header {
  background-color: transparent;
  border: none;
  border-radius: 0;
  padding: 32px 42px;
}
@media (max-width: 992px) {
  .cid-uKrx4hnxPF .panel-group .card .card-header {
    padding: 16px 20px;
  }
}
.cid-uKrx4hnxPF .panel-group .card .card-header .panel-title {
  display: flex;
  justify-content: space-between;
  align-items: center;
  width: 100%;
}
.cid-uKrx4hnxPF .panel-group .card .card-header .panel-title .panel-title-edit {
  margin-bottom: 0;
}
.cid-uKrx4hnxPF .panel-group .card .card-header .panel-title .mbr-iconfont {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  font-size: 24px;
  width: 64px;
  height: 64px;
  min-width: 64px;
  transition: all 0.3s ease-in-out;
  color: #000000;
  margin-left: 16px;
  border: 1px solid #000000;
  border-radius: 100%;
}
@media (max-width: 992px) {
  .cid-uKrx4hnxPF .panel-group .card .card-header .panel-title .mbr-iconfont {
    width: 32px;
    height: 32px;
    min-width: 32px;
    font-size: 18px;
  }
}
.cid-uKrx4hnxPF .panel-group .card .card-header .panel-title:hover .mbr-iconfont {
  background-color: #000000;
  color: #ffffff;
}
.cid-uKrx4hnxPF .panel-group .card .card-header .panel-title:not(.collapsed) .mbr-iconfont {
  transform: rotate(45deg);
  background-color: #000000;
  color: #ffffff;
}
.cid-uKrx4hnxPF .panel-group .card .panel-collapse .panel-body {
  padding: 0 42px 32px;
}
@media (max-width: 992px) {
  .cid-uKrx4hnxPF .panel-group .card .panel-collapse .panel-body {
    padding: 0 20px 16px;
  }
}
.cid-uKrx4hnxPF .panel-group .card .panel-collapse .panel-body .panel-text {
  margin-bottom: 0;
}
.cid-uKrx4hnxPF .mbr-desc {
  color: #202020;
}
.cid-uKrx4hnxPF .mbr-section-title {
  color: #FFFFFF;
}
.cid-uKrx4hnxPF .panel-title-edit {
  color: #000000;
}
.cid-uKrx4hnxPF .panel-text {
  color: #000000;
}
.cid-uKrx4hnxPF .mbr-desc,
.cid-uKrx4hnxPF .desc-wrapper {
  color: #000000;
}
.cid-uKrx4hokpD {
  overflow: hidden;
  background-color: #0e79b2;
}
.cid-uKrx4hokpD .mbr-fallback-image.disabled {
  display: none;
}
.cid-uKrx4hokpD .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
@media (max-width: 992px) {
  .cid-uKrx4hokpD .container {
    padding: 0 24px;
  }
}
.cid-uKrx4hokpD .row {
  margin: 0 -12px;
  justify-content: center;
}
.cid-uKrx4hokpD .title-wrapper .mbr-section-title {
  margin-bottom: 80px;
}
@media (max-width: 992px) {
  .cid-uKrx4hokpD .title-wrapper .mbr-section-title {
    margin-bottom: 28px;
  }
}
.cid-uKrx4hokpD .item {
  padding: 0 12px;
  margin-bottom: 24px;
}
.cid-uKrx4hokpD .item .item-wrapper {
  background-color: #ffffff;
  padding: 32px 36px;
  border-radius: 0.6rem !important;
  margin-bottom: 66px;
  display: flex;
  height: 100%;
  flex-direction: column;
  justify-content: space-between;
}
@media (max-width: 992px) {
  .cid-uKrx4hokpD .item .item-wrapper {
    padding: 20px;
  }
}
.cid-uKrx4hokpD .item .item-wrapper .card-box .card-price {
  border: 3px solid #000000;
  border-radius: 0.6rem;
  margin-bottom: 40px;
  padding: 30px 48px;
}
@media (max-width: 1440px) {
  .cid-uKrx4hokpD .item .item-wrapper .card-box .card-price {
    padding: 24px 36px;
  }
}
@media (max-width: 992px) {
  .cid-uKrx4hokpD .item .item-wrapper .card-box .card-price {
    margin-bottom: 28px;
  }
}
.cid-uKrx4hokpD .item .item-wrapper .card-box .card-title {
  margin-bottom: 28px;
}
.cid-uKrx4hokpD .item .item-wrapper .card-box .card-text {
  margin-bottom: 18px;
}
.cid-uKrx4hokpD .item .item-wrapper .mbr-section-btn {
  width: 100%;
}
.cid-uKrx4hokpD .item .item-wrapper .mbr-section-btn .btn {
  width: 100%;
  margin-top: 0;
}
.cid-uKrx4hokpD .mbr-section-title {
  color: #000000;
  text-align: center;
}
.cid-uKrx4hokpD .card-price {
  color: #fffa76;
  text-align: center;
}
.cid-uKrx4hokpD .card-title {
  color: #ffffff;
}
.cid-uKrx4hokpD .card-text {
  color: #FFFFFF;
}
.cid-uKrx4hokpD .mbr-section-title,
.cid-uKrx4hokpD .items-wrapper {
  color: #FFFFFF;
}
.cid-uKrx4hokpD .card-price,
.cid-uKrx4hokpD .price-wrap {
  color: #FFFFFF;
}
.cid-uKrx4hokpD .card-title,
.cid-uKrx4hokpD .mbr-section-btn {
  color: #FFFFFF;
}
.cid-uKrx4hoW1j {
  overflow: hidden;
  background-color: #0e79b2;
}
.cid-uKrx4hoW1j .mbr-fallback-image.disabled {
  display: none;
}
.cid-uKrx4hoW1j .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
@media (max-width: 992px) {
  .cid-uKrx4hoW1j .container {
    padding: 0 24px;
  }
}
.cid-uKrx4hoW1j .card {
  justify-content: center;
}
.cid-uKrx4hoW1j .title-wrapper .mbr-section-title {
  margin-bottom: 0;
}
@media (max-width: 992px) {
  .cid-uKrx4hoW1j .title-wrapper .mbr-section-title {
    margin-bottom: 80px;
  }
}
.cid-uKrx4hoW1j .image-wrapper {
  display: flex;
  justify-content: center;
  align-items: center;
  position: relative;
}
.cid-uKrx4hoW1j .image-wrapper .image-wrap {
  position: relative;
  z-index: 1;
  display: inline-flex;
  border: 1px solid #f39237;
  border-radius: 3rem !important;
}
@media (max-width: 992px) {
  .cid-uKrx4hoW1j .image-wrapper .image-wrap {
    border-radius: 2rem !important;
  }
}
.cid-uKrx4hoW1j .image-wrapper .image-wrap img {
  width: 300px;
  height: 600px;
  border-radius: 3rem !important;
  border: 10px solid #ffffff;
  object-fit: cover;
}
@media (max-width: 992px) {
  .cid-uKrx4hoW1j .image-wrapper .image-wrap img {
    width: 200px;
    height: 400px;
    border-radius: 2rem !important;
    border: 6px solid #ffffff;
  }
}
.cid-uKrx4hoW1j .image-wrapper .block-wrap {
  position: absolute;
  width: 180px;
  height: 120%;
  transform: rotate(-30deg);
  background-color: #ffffff;
}
@media (max-width: 992px) {
  .cid-uKrx4hoW1j .image-wrapper .block-wrap {
    width: 100px;
  }
}
.cid-uKrx4hoW1j .image-wrapper .mbr-iconfont {
  position: absolute;
  width: 82px;
  height: 82px;
  border-radius: 100%;
  font-size: 56px;
  color: #0e79b2;
  display: flex;
  align-items: center;
  justify-content: center;
  background-color: #ffffff;
  z-index: 2;
}
@media (max-width: 992px) {
  .cid-uKrx4hoW1j .image-wrapper .mbr-iconfont {
    display: none;
  }
}
.cid-uKrx4hoW1j .image-wrapper .icon_1 {
  border-radius: 1rem;
  top: 6rem;
  left: 5%;
}
.cid-uKrx4hoW1j .image-wrapper .icon_2 {
  bottom: 6rem;
  left: 5%;
}
.cid-uKrx4hoW1j .image-wrapper .icon_3 {
  bottom: 10rem;
  right: 0;
}
@media (max-width: 992px) {
  .cid-uKrx4hoW1j .text-wrapper {
    margin-top: 80px;
  }
}
.cid-uKrx4hoW1j .text-wrapper .mbr-text {
  margin-bottom: 0;
}
.cid-uKrx4hoW1j .mbr-section-title {
  color: #FFFFFF;
}
.cid-uKrx4hoW1j .mbr-text,
.cid-uKrx4hoW1j .text-wrap {
  color: #202020;
}
.cid-uKrx4hoW1j .mbr-text {
  color: #FFFFFF;
}
.cid-uKrx4hp8kv {
  padding-top: 5rem;
  padding-bottom: 5rem;
  overflow: hidden;
  background-color: #0e79b2;
}
.cid-uKrx4hp8kv .mbr-fallback-image.disabled {
  display: none;
}
.cid-uKrx4hp8kv .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uKrx4hp8kv .container-fluid {
  padding: 0 40px;
}
@media (max-width: 992px) {
  .cid-uKrx4hp8kv .container-fluid {
    padding: 0 24px;
  }
}
@media (max-width: 992px) {
  .cid-uKrx4hp8kv .container {
    padding: 0 24px;
  }
}
.cid-uKrx4hp8kv .row {
  justify-content: space-between;
}
.cid-uKrx4hp8kv .title-wrapper {
  display: block;
}
.cid-uKrx4hp8kv .title-wrapper:hover .mbr-title,
.cid-uKrx4hp8kv .title-wrapper:focus .mbr-title {
  opacity: 0.5;
}
.cid-uKrx4hp8kv .title-wrapper .mbr-title {
  margin-bottom: 0;
  transition: all 0.3s ease-in-out;
}
@media (max-width: 992px) {
  .cid-uKrx4hp8kv .title-wrapper .mbr-title {
    margin-bottom: 40px;
  }
}
.cid-uKrx4hp8kv .dragArea.row {
  position: relative;
  z-index: 1;
}
.cid-uKrx4hp8kv .dragArea.row .mbr-section-title {
  margin-bottom: 32px !important;
}
@media (max-width: 992px) {
  .cid-uKrx4hp8kv .dragArea.row .mbr-section-title {
    margin-bottom: 28px !important;
  }
}
.cid-uKrx4hp8kv .dragArea.row .mbr-text {
  margin-bottom: 32px !important;
}
@media (max-width: 992px) {
  .cid-uKrx4hp8kv .dragArea.row .mbr-text {
    margin-bottom: 28px !important;
  }
}
.cid-uKrx4hp8kv .dragArea.row .form-group {
  margin-bottom: 20px !important;
}
.cid-uKrx4hp8kv .dragArea.row .form-group .form-control-label {
  width: 100%;
  margin-bottom: 16px;
}
.cid-uKrx4hp8kv .dragArea.row .form-group .form-control {
  padding: 0 24px;
  border: none !important;
  box-shadow: none;
  border-radius: 4.5rem !important;
  background-color: #ffffff;
}
.cid-uKrx4hp8kv .dragArea.row .form-group .form-control:hover,
.cid-uKrx4hp8kv .dragArea.row .form-group .form-control:focus {
  border: none !important;
}
.cid-uKrx4hp8kv .dragArea.row .form-group .form-control::placeholder {
  color: #000000;
  opacity: 0.5;
}
.cid-uKrx4hp8kv .dragArea.row .form-group textarea {
  min-height: 150px;
}
.cid-uKrx4hp8kv .dragArea.row .form-group .form-check {
  padding-left: 1.9em;
  margin-bottom: 16px;
}
.cid-uKrx4hp8kv .dragArea.row .form-group .form-check .form-check-input {
  background-color: #0dc5ea;
  border-color: #f39237;
  border-radius: 0;
}
.cid-uKrx4hp8kv .dragArea.row .form-group .form-check .form-check-input:focus {
  background-color: #f39237;
}
.cid-uKrx4hp8kv .dragArea.row .mbr-section-btn {
  width: 100%;
}
.cid-uKrx4hp8kv .dragArea.row .mbr-section-btn .btn {
  padding: 0 24px;
  border-radius: 4.5rem !important;
  width: 100%;
  margin-top: 0;
}
.cid-uKrx4hp8kv .mbr-title {
  color: #FFFFFF;
}
.cid-uKrx4hp8kv .mbr-section-title {
  color: #FFFFFF;
}
.cid-uKrx4hp8kv .mbr-text {
  color: #FFFFFF;
}
.cid-uKrx4hqPII {
  padding-top: 5rem;
  padding-bottom: 5rem;
  overflow: hidden;
  background-color: #0e79b2;
}
.cid-uKrx4hqPII .mbr-fallback-image.disabled {
  display: none;
}
.cid-uKrx4hqPII .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uKrx4hqPII .container-fluid {
  padding: 0 40px;
}
@media (max-width: 992px) {
  .cid-uKrx4hqPII .container-fluid {
    padding: 0 24px;
  }
}
@media (max-width: 992px) {
  .cid-uKrx4hqPII .container {
    padding: 0 24px;
  }
}
.cid-uKrx4hqPII .card {
  justify-content: center;
}
.cid-uKrx4hqPII .content-wrapper {
  display: flex;
  justify-content: space-between;
  background-color: #ffffff;
  border-radius: 0.6rem !important;
  padding: 82px 76px;
}
@media (max-width: 992px) {
  .cid-uKrx4hqPII .content-wrapper {
    display: block;
    padding: 20px;
  }
}
.cid-uKrx4hqPII .content-wrapper .content-wrap {
  width: 40%;
}
@media (max-width: 992px) {
  .cid-uKrx4hqPII .content-wrapper .content-wrap {
    width: 100%;
    margin-bottom: 40px;
  }
}
.cid-uKrx4hqPII .content-wrapper .content-wrap .mbr-section-title {
  margin-bottom: 40px;
}
@media (max-width: 992px) {
  .cid-uKrx4hqPII .content-wrapper .content-wrap .mbr-section-title {
    margin-bottom: 28px;
  }
}
.cid-uKrx4hqPII .content-wrapper .content-wrap .list-wrapper .list {
  display: inline-block;
  padding: 0;
  margin: 0;
  list-style-type: none;
}
.cid-uKrx4hqPII .content-wrapper .content-wrap .list-wrapper .list .item-wrap {
  position: relative;
  margin-bottom: 20px;
  cursor: pointer;
  transition: all 0.3s ease-in-out;
}
.cid-uKrx4hqPII .content-wrapper .content-wrap .list-wrapper .list .item-wrap::before {
  content: '';
  position: absolute;
  bottom: 0;
  left: 0;
  height: 1px;
  width: 0;
  background-color: #000000;
  transition: all 0.3s ease-in-out;
}
.cid-uKrx4hqPII .content-wrapper .content-wrap .list-wrapper .list .item-wrap:hover::before,
.cid-uKrx4hqPII .content-wrapper .content-wrap .list-wrapper .list .item-wrap:focus::before {
  width: 100%;
}
.cid-uKrx4hqPII .content-wrapper .content-wrap .list-wrapper .list .item-wrap:last-child {
  margin-bottom: 0;
}
.cid-uKrx4hqPII .content-wrapper .image-wrapper {
  width: 40%;
}
@media (max-width: 992px) {
  .cid-uKrx4hqPII .content-wrapper .image-wrapper {
    width: 100%;
    margin-bottom: 40px;
  }
}
.cid-uKrx4hqPII .content-wrapper .image-wrapper img {
  height: 440px;
  object-fit: cover;
  border-radius: 0.6rem !important;
}
@media (max-width: 992px) {
  .cid-uKrx4hqPII .content-wrapper .image-wrapper img {
    height: 350px;
  }
}
.cid-uKrx4hqPII .mbr-section-title {
  color: #000000;
}
.cid-uKrx4hqPII .list {
  color: #000000;
}
.cid-uKrx4hqPII .list,
.cid-uKrx4hqPII .item-wrap,
.cid-uKrx4hqPII .nav-wrapper,
.cid-uKrx4hqPII .list-wrapper {
  color: #000000;
}
.cid-uKrx4hvkwG {
  padding-top: 5rem;
  padding-bottom: 5rem;
  overflow: hidden;
  background-color: #0e79b2;
}
.cid-uKrx4hvkwG .mbr-fallback-image.disabled {
  display: none;
}
.cid-uKrx4hvkwG .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uKrx4hvkwG .container-fluid {
  padding: 0 40px;
}
@media (max-width: 992px) {
  .cid-uKrx4hvkwG .container-fluid {
    padding: 0 24px;
  }
}
@media (max-width: 992px) {
  .cid-uKrx4hvkwG .container {
    padding: 0 24px;
  }
}
.cid-uKrx4hvkwG .row {
  justify-content: center;
}
@media (max-width: 992px) {
  .cid-uKrx4hvkwG .nav-wrapper {
    margin-bottom: 28px;
  }
}
.cid-uKrx4hvkwG .nav-wrapper .list {
  display: inline-flex;
  flex-wrap: wrap;
  margin: 0;
  padding: 0;
  list-style-type: none;
}
@media (max-width: 992px) {
  .cid-uKrx4hvkwG .nav-wrapper .list {
    display: inline-block;
    align-items: center;
  }
}
.cid-uKrx4hvkwG .nav-wrapper .list .item-wrap {
  position: relative;
  margin-left: 100px;
  margin-bottom: 0;
  cursor: pointer;
}
@media (max-width: 1500px) {
  .cid-uKrx4hvkwG .nav-wrapper .list .item-wrap {
    margin-left: 50px;
  }
}
@media (max-width: 992px) {
  .cid-uKrx4hvkwG .nav-wrapper .list .item-wrap {
    margin: 0 0 20px 0;
  }
  .cid-uKrx4hvkwG .nav-wrapper .list .item-wrap:last-child {
    margin-bottom: 0;
  }
}
.cid-uKrx4hvkwG .nav-wrapper .list .item-wrap::before {
  content: '';
  position: absolute;
  bottom: 0;
  left: 0;
  height: 1px;
  width: 0;
  background-color: #202020;
  transition: all 0.3s ease-in-out;
}
.cid-uKrx4hvkwG .nav-wrapper .list .item-wrap:first-child {
  margin-left: 0;
}
.cid-uKrx4hvkwG .nav-wrapper .list .item-wrap:hover::before,
.cid-uKrx4hvkwG .nav-wrapper .list .item-wrap:focus::before {
  width: 100%;
}
.cid-uKrx4hvkwG .social-wrapper .social-wrap {
  display: inline-flex;
  align-items: center;
}
@media (max-width: 992px) {
  .cid-uKrx4hvkwG .social-wrapper .social-wrap {
    display: block;
    text-align: left;
  }
}
.cid-uKrx4hvkwG .social-wrapper .social-wrap .mbr-title {
  margin: 0 50px 0 0;
}
@media (max-width: 992px) {
  .cid-uKrx4hvkwG .social-wrapper .social-wrap .mbr-title {
    margin: 0 0 20px 0;
    text-align: left;
  }
}
.cid-uKrx4hvkwG .social-wrapper .social-wrap .soc-wrap {
  display: inline-flex;
  align-items: center;
  flex-wrap: wrap;
}
.cid-uKrx4hvkwG .social-wrapper .social-wrap .soc-wrap .soc-item {
  margin-left: 50px;
}
@media (max-width: 992px) {
  .cid-uKrx4hvkwG .social-wrapper .social-wrap .soc-wrap .soc-item {
    margin-left: 16px;
  }
  .cid-uKrx4hvkwG .social-wrapper .social-wrap .soc-wrap .soc-item:first-child {
    margin-left: 0;
  }
}
.cid-uKrx4hvkwG .social-wrapper .social-wrap .soc-wrap .soc-item:first-child {
  margin-left: 0;
}
.cid-uKrx4hvkwG .social-wrapper .social-wrap .soc-wrap .soc-item a {
  display: block;
}
.cid-uKrx4hvkwG .social-wrapper .social-wrap .soc-wrap .soc-item a:hover .mbr-iconfont,
.cid-uKrx4hvkwG .social-wrapper .social-wrap .soc-wrap .soc-item a:focus .mbr-iconfont {
  opacity: 0.5;
}
.cid-uKrx4hvkwG .social-wrapper .social-wrap .soc-wrap .soc-item a .mbr-iconfont {
  font-size: 18px;
  color: #202020;
  transition: all 0.3s ease-in-out;
}
.cid-uKrx4hvkwG .border-wrap {
  margin: 45px 0;
  width: 100%;
  height: 1px;
  background-color: #202020;
  opacity: 0.12;
}
@media (max-width: 992px) {
  .cid-uKrx4hvkwG .border-wrap {
    margin: 28px 0;
  }
}
.cid-uKrx4hvkwG .mbr-copy {
  margin-bottom: 0;
  color: #FFFFFF;
}
.cid-uKrx4hvkwG .list {
  color: #202020;
}
.cid-uKrx4hvkwG .mbr-title {
  color: #202020;
}
.cid-uKrx4hvkwG .mbr-title,
.cid-uKrx4hvkwG .social-wrapper {
  text-align: right;
}
