.btn {
  border-width: 2px;
}
body {
  font-family: Jost;
}
.display-1 {
  font-family: 'Jost', sans-serif;
  font-size: 2.2rem;
  line-height: 1.1;
}
.display-1 > .mbr-iconfont {
  font-size: 2.75rem;
}
.display-2 {
  font-family: 'Jost', sans-serif;
  font-size: 1.8rem;
  line-height: 1.1;
}
.display-2 > .mbr-iconfont {
  font-size: 2.25rem;
}
.display-4 {
  font-family: 'Jost', sans-serif;
  font-size: 0.8rem;
  line-height: 1.5;
}
.display-4 > .mbr-iconfont {
  font-size: 1rem;
}
.display-5 {
  font-family: 'Jost', sans-serif;
  font-size: 1.4rem;
  line-height: 1.5;
}
.display-5 > .mbr-iconfont {
  font-size: 1.75rem;
}
.display-7 {
  font-family: 'Jost', sans-serif;
  font-size: 1rem;
  line-height: 1.5;
}
.display-7 > .mbr-iconfont {
  font-size: 1.25rem;
}
/* ---- Fluid typography for mobile devices ---- */
/* 1.4 - font scale ratio ( bootstrap == 1.42857 ) */
/* 100vw - current viewport width */
/* (48 - 20)  48 == 48rem == 768px, 20 == 20rem == 320px(minimal supported viewport) */
/* 0.65 - min scale variable, may vary */
@media (max-width: 992px) {
  .display-1 {
    font-size: 1.76rem;
  }
}
@media (max-width: 768px) {
  .display-1 {
    font-size: 1.54rem;
    font-size: calc( 1.42rem + (2.2 - 1.42) * ((100vw - 20rem) / (48 - 20)));
    line-height: calc( 1.1 * (1.42rem + (2.2 - 1.42) * ((100vw - 20rem) / (48 - 20))));
  }
  .display-2 {
    font-size: 1.44rem;
    font-size: calc( 1.28rem + (1.8 - 1.28) * ((100vw - 20rem) / (48 - 20)));
    line-height: calc( 1.3 * (1.28rem + (1.8 - 1.28) * ((100vw - 20rem) / (48 - 20))));
  }
  .display-4 {
    font-size: 0.64rem;
    font-size: calc( 0.93rem + (0.8 - 0.93) * ((100vw - 20rem) / (48 - 20)));
    line-height: calc( 1.4 * (0.93rem + (0.8 - 0.93) * ((100vw - 20rem) / (48 - 20))));
  }
  .display-5 {
    font-size: 1.12rem;
    font-size: calc( 1.14rem + (1.4 - 1.14) * ((100vw - 20rem) / (48 - 20)));
    line-height: calc( 1.4 * (1.14rem + (1.4 - 1.14) * ((100vw - 20rem) / (48 - 20))));
  }
  .display-7 {
    font-size: 0.8rem;
    font-size: calc( 1rem + (1 - 1) * ((100vw - 20rem) / (48 - 20)));
    line-height: calc( 1.4 * (1rem + (1 - 1) * ((100vw - 20rem) / (48 - 20))));
  }
}
/* Buttons */
.btn {
  padding: 0.6rem 1.2rem;
  border-radius: 4px;
}
.btn-sm {
  padding: 0.6rem 1.2rem;
  border-radius: 4px;
}
.btn-md {
  padding: 0.6rem 1.2rem;
  border-radius: 4px;
}
.btn-lg {
  padding: 1rem 2.6rem;
  border-radius: 4px;
}
.bg-primary {
  background-color: #6592e6 !important;
}
.bg-success {
  background-color: #40b0bf !important;
}
.bg-info {
  background-color: #47b5ed !important;
}
.bg-warning {
  background-color: #ffe161 !important;
}
.bg-danger {
  background-color: #ff9966 !important;
}
.btn-primary,
.btn-primary:active {
  background-color: #6592e6 !important;
  border-color: #6592e6 !important;
  color: #ffffff !important;
  box-shadow: 0 2px 2px 0 rgba(0, 0, 0, 0.2);
}
.btn-primary:hover,
.btn-primary:focus,
.btn-primary.focus,
.btn-primary.active {
  color: #ffffff !important;
  background-color: #2260d2 !important;
  border-color: #2260d2 !important;
  box-shadow: 0 2px 5px 0 rgba(0, 0, 0, 0.2);
}
.btn-primary.disabled,
.btn-primary:disabled {
  color: #ffffff !important;
  background-color: #2260d2 !important;
  border-color: #2260d2 !important;
}
.btn-secondary,
.btn-secondary:active {
  background-color: #ff6666 !important;
  border-color: #ff6666 !important;
  color: #ffffff !important;
  box-shadow: 0 2px 2px 0 rgba(0, 0, 0, 0.2);
}
.btn-secondary:hover,
.btn-secondary:focus,
.btn-secondary.focus,
.btn-secondary.active {
  color: #ffffff !important;
  background-color: #ff0f0f !important;
  border-color: #ff0f0f !important;
  box-shadow: 0 2px 5px 0 rgba(0, 0, 0, 0.2);
}
.btn-secondary.disabled,
.btn-secondary:disabled {
  color: #ffffff !important;
  background-color: #ff0f0f !important;
  border-color: #ff0f0f !important;
}
.btn-info,
.btn-info:active {
  background-color: #47b5ed !important;
  border-color: #47b5ed !important;
  color: #ffffff !important;
  box-shadow: 0 2px 2px 0 rgba(0, 0, 0, 0.2);
}
.btn-info:hover,
.btn-info:focus,
.btn-info.focus,
.btn-info.active {
  color: #ffffff !important;
  background-color: #148cca !important;
  border-color: #148cca !important;
  box-shadow: 0 2px 5px 0 rgba(0, 0, 0, 0.2);
}
.btn-info.disabled,
.btn-info:disabled {
  color: #ffffff !important;
  background-color: #148cca !important;
  border-color: #148cca !important;
}
.btn-success,
.btn-success:active {
  background-color: #40b0bf !important;
  border-color: #40b0bf !important;
  color: #ffffff !important;
  box-shadow: 0 2px 2px 0 rgba(0, 0, 0, 0.2);
}
.btn-success:hover,
.btn-success:focus,
.btn-success.focus,
.btn-success.active {
  color: #ffffff !important;
  background-color: #2a747e !important;
  border-color: #2a747e !important;
  box-shadow: 0 2px 5px 0 rgba(0, 0, 0, 0.2);
}
.btn-success.disabled,
.btn-success:disabled {
  color: #ffffff !important;
  background-color: #2a747e !important;
  border-color: #2a747e !important;
}
.btn-warning,
.btn-warning:active {
  background-color: #ffe161 !important;
  border-color: #ffe161 !important;
  color: #614f00 !important;
  box-shadow: 0 2px 2px 0 rgba(0, 0, 0, 0.2);
}
.btn-warning:hover,
.btn-warning:focus,
.btn-warning.focus,
.btn-warning.active {
  color: #0a0800 !important;
  background-color: #ffd10a !important;
  border-color: #ffd10a !important;
  box-shadow: 0 2px 5px 0 rgba(0, 0, 0, 0.2);
}
.btn-warning.disabled,
.btn-warning:disabled {
  color: #614f00 !important;
  background-color: #ffd10a !important;
  border-color: #ffd10a !important;
}
.btn-danger,
.btn-danger:active {
  background-color: #ff9966 !important;
  border-color: #ff9966 !important;
  color: #ffffff !important;
  box-shadow: 0 2px 2px 0 rgba(0, 0, 0, 0.2);
}
.btn-danger:hover,
.btn-danger:focus,
.btn-danger.focus,
.btn-danger.active {
  color: #ffffff !important;
  background-color: #ff5f0f !important;
  border-color: #ff5f0f !important;
  box-shadow: 0 2px 5px 0 rgba(0, 0, 0, 0.2);
}
.btn-danger.disabled,
.btn-danger:disabled {
  color: #ffffff !important;
  background-color: #ff5f0f !important;
  border-color: #ff5f0f !important;
}
.btn-white,
.btn-white:active {
  background-color: #fafafa !important;
  border-color: #fafafa !important;
  color: #7a7a7a !important;
  box-shadow: 0 2px 2px 0 rgba(0, 0, 0, 0.2);
}
.btn-white:hover,
.btn-white:focus,
.btn-white.focus,
.btn-white.active {
  color: #4f4f4f !important;
  background-color: #cfcfcf !important;
  border-color: #cfcfcf !important;
  box-shadow: 0 2px 5px 0 rgba(0, 0, 0, 0.2);
}
.btn-white.disabled,
.btn-white:disabled {
  color: #7a7a7a !important;
  background-color: #cfcfcf !important;
  border-color: #cfcfcf !important;
}
.btn-black,
.btn-black:active {
  background-color: #232323 !important;
  border-color: #232323 !important;
  color: #ffffff !important;
  box-shadow: 0 2px 2px 0 rgba(0, 0, 0, 0.2);
}
.btn-black:hover,
.btn-black:focus,
.btn-black.focus,
.btn-black.active {
  color: #ffffff !important;
  background-color: #000000 !important;
  border-color: #000000 !important;
  box-shadow: 0 2px 5px 0 rgba(0, 0, 0, 0.2);
}
.btn-black.disabled,
.btn-black:disabled {
  color: #ffffff !important;
  background-color: #000000 !important;
  border-color: #000000 !important;
}
.btn-primary-outline,
.btn-primary-outline:active {
  background-color: transparent !important;
  border-color: #6592e6;
  color: #6592e6;
}
.btn-primary-outline:hover,
.btn-primary-outline:focus,
.btn-primary-outline.focus,
.btn-primary-outline.active {
  color: #2260d2 !important;
  background-color: transparent!important;
  border-color: #2260d2 !important;
  box-shadow: none!important;
}
.btn-primary-outline.disabled,
.btn-primary-outline:disabled {
  color: #ffffff !important;
  background-color: #6592e6 !important;
  border-color: #6592e6 !important;
}
.btn-secondary-outline,
.btn-secondary-outline:active {
  background-color: transparent !important;
  border-color: #ff6666;
  color: #ff6666;
}
.btn-secondary-outline:hover,
.btn-secondary-outline:focus,
.btn-secondary-outline.focus,
.btn-secondary-outline.active {
  color: #ff0f0f !important;
  background-color: transparent!important;
  border-color: #ff0f0f !important;
  box-shadow: none!important;
}
.btn-secondary-outline.disabled,
.btn-secondary-outline:disabled {
  color: #ffffff !important;
  background-color: #ff6666 !important;
  border-color: #ff6666 !important;
}
.btn-info-outline,
.btn-info-outline:active {
  background-color: transparent !important;
  border-color: #47b5ed;
  color: #47b5ed;
}
.btn-info-outline:hover,
.btn-info-outline:focus,
.btn-info-outline.focus,
.btn-info-outline.active {
  color: #148cca !important;
  background-color: transparent!important;
  border-color: #148cca !important;
  box-shadow: none!important;
}
.btn-info-outline.disabled,
.btn-info-outline:disabled {
  color: #ffffff !important;
  background-color: #47b5ed !important;
  border-color: #47b5ed !important;
}
.btn-success-outline,
.btn-success-outline:active {
  background-color: transparent !important;
  border-color: #40b0bf;
  color: #40b0bf;
}
.btn-success-outline:hover,
.btn-success-outline:focus,
.btn-success-outline.focus,
.btn-success-outline.active {
  color: #2a747e !important;
  background-color: transparent!important;
  border-color: #2a747e !important;
  box-shadow: none!important;
}
.btn-success-outline.disabled,
.btn-success-outline:disabled {
  color: #ffffff !important;
  background-color: #40b0bf !important;
  border-color: #40b0bf !important;
}
.btn-warning-outline,
.btn-warning-outline:active {
  background-color: transparent !important;
  border-color: #ffe161;
  color: #ffe161;
}
.btn-warning-outline:hover,
.btn-warning-outline:focus,
.btn-warning-outline.focus,
.btn-warning-outline.active {
  color: #ffd10a !important;
  background-color: transparent!important;
  border-color: #ffd10a !important;
  box-shadow: none!important;
}
.btn-warning-outline.disabled,
.btn-warning-outline:disabled {
  color: #614f00 !important;
  background-color: #ffe161 !important;
  border-color: #ffe161 !important;
}
.btn-danger-outline,
.btn-danger-outline:active {
  background-color: transparent !important;
  border-color: #ff9966;
  color: #ff9966;
}
.btn-danger-outline:hover,
.btn-danger-outline:focus,
.btn-danger-outline.focus,
.btn-danger-outline.active {
  color: #ff5f0f !important;
  background-color: transparent!important;
  border-color: #ff5f0f !important;
  box-shadow: none!important;
}
.btn-danger-outline.disabled,
.btn-danger-outline:disabled {
  color: #ffffff !important;
  background-color: #ff9966 !important;
  border-color: #ff9966 !important;
}
.btn-black-outline,
.btn-black-outline:active {
  background-color: transparent !important;
  border-color: #232323;
  color: #232323;
}
.btn-black-outline:hover,
.btn-black-outline:focus,
.btn-black-outline.focus,
.btn-black-outline.active {
  color: #000000 !important;
  background-color: transparent!important;
  border-color: #000000 !important;
  box-shadow: none!important;
}
.btn-black-outline.disabled,
.btn-black-outline:disabled {
  color: #ffffff !important;
  background-color: #232323 !important;
  border-color: #232323 !important;
}
.btn-white-outline,
.btn-white-outline:active {
  background-color: transparent !important;
  border-color: #fafafa;
  color: #fafafa;
}
.btn-white-outline:hover,
.btn-white-outline:focus,
.btn-white-outline.focus,
.btn-white-outline.active {
  color: #cfcfcf !important;
  background-color: transparent!important;
  border-color: #cfcfcf !important;
  box-shadow: none!important;
}
.btn-white-outline.disabled,
.btn-white-outline:disabled {
  color: #7a7a7a !important;
  background-color: #fafafa !important;
  border-color: #fafafa !important;
}
.text-primary {
  color: #6592e6 !important;
}
.text-secondary {
  color: #ff6666 !important;
}
.text-success {
  color: #40b0bf !important;
}
.text-info {
  color: #47b5ed !important;
}
.text-warning {
  color: #ffe161 !important;
}
.text-danger {
  color: #ff9966 !important;
}
.text-white {
  color: #fafafa !important;
}
.text-black {
  color: #232323 !important;
}
a.text-primary:hover,
a.text-primary:focus,
a.text-primary.active {
  color: #205ac5 !important;
}
a.text-secondary:hover,
a.text-secondary:focus,
a.text-secondary.active {
  color: #ff0000 !important;
}
a.text-success:hover,
a.text-success:focus,
a.text-success.active {
  color: #266a73 !important;
}
a.text-info:hover,
a.text-info:focus,
a.text-info.active {
  color: #1283bc !important;
}
a.text-warning:hover,
a.text-warning:focus,
a.text-warning.active {
  color: #facb00 !important;
}
a.text-danger:hover,
a.text-danger:focus,
a.text-danger.active {
  color: #ff5500 !important;
}
a.text-white:hover,
a.text-white:focus,
a.text-white.active {
  color: #c7c7c7 !important;
}
a.text-black:hover,
a.text-black:focus,
a.text-black.active {
  color: #000000 !important;
}
a[class*="text-"]:not(.nav-link):not(.dropdown-item):not([role]):not(.navbar-caption) {
  position: relative;
  background-image: transparent;
  background-size: 10000px 2px;
  background-repeat: no-repeat;
  background-position: 0px 1.2em;
  background-position: -10000px 1.2em;
}
a[class*="text-"]:not(.nav-link):not(.dropdown-item):not([role]):not(.navbar-caption):hover {
  transition: background-position 2s ease-in-out;
  background-image: linear-gradient(currentColor 50%, currentColor 50%);
  background-position: 0px 1.2em;
}
.nav-tabs .nav-link.active {
  color: #6592e6;
}
.nav-tabs .nav-link:not(.active) {
  color: #232323;
}
.alert-success {
  background-color: #70c770;
}
.alert-info {
  background-color: #47b5ed;
}
.alert-warning {
  background-color: #ffe161;
}
.alert-danger {
  background-color: #ff9966;
}
.mbr-section-btn a.btn:not(.btn-form) {
  border-radius: 100px;
}
.mbr-gallery-filter li a {
  border-radius: 100px !important;
}
.mbr-gallery-filter li.active .btn {
  background-color: #6592e6;
  border-color: #6592e6;
  color: #ffffff;
}
.mbr-gallery-filter li.active .btn:focus {
  box-shadow: none;
}
.nav-tabs .nav-link {
  border-radius: 100px !important;
}
a,
a:hover {
  color: #6592e6;
}
.mbr-plan-header.bg-primary .mbr-plan-subtitle,
.mbr-plan-header.bg-primary .mbr-plan-price-desc {
  color: #ffffff;
}
.mbr-plan-header.bg-success .mbr-plan-subtitle,
.mbr-plan-header.bg-success .mbr-plan-price-desc {
  color: #a0d8df;
}
.mbr-plan-header.bg-info .mbr-plan-subtitle,
.mbr-plan-header.bg-info .mbr-plan-price-desc {
  color: #ffffff;
}
.mbr-plan-header.bg-warning .mbr-plan-subtitle,
.mbr-plan-header.bg-warning .mbr-plan-price-desc {
  color: #ffffff;
}
.mbr-plan-header.bg-danger .mbr-plan-subtitle,
.mbr-plan-header.bg-danger .mbr-plan-price-desc {
  color: #ffffff;
}
/* Scroll to top button*/
#scrollToTop a {
  border-radius: 100px;
}
.form-control {
  font-family: 'Jost', sans-serif;
  font-size: 0.8rem;
  line-height: 1.5;
  font-weight: 400;
}
.form-control > .mbr-iconfont {
  font-size: 1rem;
}
.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: #6592e6 !important;
}
.form-control:-webkit-input-placeholder {
  font-family: 'Jost', sans-serif;
  font-size: 0.8rem;
  line-height: 1.5;
  font-weight: 400;
}
.form-control:-webkit-input-placeholder > .mbr-iconfont {
  font-size: 1rem;
}
blockquote {
  border-color: #6592e6;
}
/* Forms */
.mbr-form .input-group-btn a.btn {
  border-radius: 100px !important;
}
.mbr-form .input-group-btn a.btn:hover {
  box-shadow: 0 10px 40px 0 rgba(0, 0, 0, 0.2);
}
.mbr-form .input-group-btn button[type="submit"] {
  border-radius: 100px !important;
  padding: 1rem 3rem;
}
.mbr-form .input-group-btn button[type="submit"]:hover {
  box-shadow: 0 10px 40px 0 rgba(0, 0, 0, 0.2);
}
.jq-selectbox li:hover,
.jq-selectbox li.selected {
  background-color: #6592e6;
  color: #ffffff;
}
.jq-number__spin {
  transition: 0.25s ease;
}
.jq-number__spin:hover {
  border-color: #6592e6;
}
.jq-selectbox .jq-selectbox__trigger-arrow,
.jq-number__spin.minus:after,
.jq-number__spin.plus:after {
  transition: 0.4s;
  border-top-color: #353535;
  border-bottom-color: #353535;
}
.jq-selectbox:hover .jq-selectbox__trigger-arrow,
.jq-number__spin.minus:hover:after,
.jq-number__spin.plus:hover:after {
  border-top-color: #6592e6;
  border-bottom-color: #6592e6;
}
.xdsoft_datetimepicker .xdsoft_calendar td.xdsoft_default,
.xdsoft_datetimepicker .xdsoft_calendar td.xdsoft_current,
.xdsoft_datetimepicker .xdsoft_timepicker .xdsoft_time_box > div > div.xdsoft_current {
  color: #ffffff !important;
  background-color: #6592e6 !important;
  box-shadow: none !important;
}
.xdsoft_datetimepicker .xdsoft_calendar td:hover,
.xdsoft_datetimepicker .xdsoft_timepicker .xdsoft_time_box > div > div:hover {
  color: #000000 !important;
  background: #ff6666 !important;
  box-shadow: none !important;
}
.lazy-bg {
  background-image: none !important;
}
.lazy-placeholder:not(section),
.lazy-none {
  display: block;
  position: relative;
  padding-bottom: 56.25%;
  width: 100%;
  height: auto;
}
iframe.lazy-placeholder,
.lazy-placeholder:after {
  content: '';
  position: absolute;
  width: 200px;
  height: 200px;
  background: transparent no-repeat center;
  background-size: contain;
  top: 50%;
  left: 50%;
  transform: translateX(-50%) translateY(-50%);
  background-image: url("data:image/svg+xml;charset=UTF-8,%3csvg width='32' height='32' viewBox='0 0 64 64' xmlns='http://www.w3.org/2000/svg' stroke='%236592e6' %3e%3cg fill='none' fill-rule='evenodd'%3e%3cg transform='translate(16 16)' stroke-width='2'%3e%3ccircle stroke-opacity='.5' cx='16' cy='16' r='16'/%3e%3cpath d='M32 16c0-9.94-8.06-16-16-16'%3e%3canimateTransform attributeName='transform' type='rotate' from='0 16 16' to='360 16 16' dur='1s' repeatCount='indefinite'/%3e%3c/path%3e%3c/g%3e%3c/g%3e%3c/svg%3e");
}
section.lazy-placeholder:after {
  opacity: 0.5;
}
body {
  overflow-x: hidden;
}
a {
  transition: color 0.6s;
}
*:focus-visible {
  outline: red solid 2px !important;
  outline-offset: 2px !important;
  transition: outline 0.2s ease-in-out;
}
.cid-vbMzZrUtkF {
  z-index: 1000;
  width: 100%;
}
.cid-vbMzZrUtkF nav.navbar {
  position: fixed;
}
.cid-vbMzZrUtkF .dropdown-item:before {
  font-family: Moririse2 !important;
  content: "\e966";
  display: inline-block;
  width: 0;
  position: absolute;
  left: 1rem;
  top: 0.5rem;
  margin-right: 0.5rem;
  line-height: 1;
  font-size: inherit;
  vertical-align: middle;
  text-align: center;
  overflow: hidden;
  transform: scale(0, 1);
  transition: all 0.25s ease-in-out;
}
.cid-vbMzZrUtkF .dropdown-menu {
  padding: 0;
  border-radius: 4px;
  box-shadow: none;
}
@media (max-width: 992px) {
  .cid-vbMzZrUtkF .dropdown-menu {
    text-align: center;
  }
}
.cid-vbMzZrUtkF .dropdown-item {
  border: 1px solid #ffffff;
  background: #000000 !important;
  color: #ffffff !important;
}
.cid-vbMzZrUtkF .dropdown-item:hover,
.cid-vbMzZrUtkF .dropdown-item:focus {
  background: #000000 !important;
}
.cid-vbMzZrUtkF .dropdown-item:hover span {
  color: white;
}
.cid-vbMzZrUtkF .dropdown-item:first-child {
  border-top-left-radius: 4px;
  border-top-right-radius: 4px;
}
.cid-vbMzZrUtkF .dropdown-item:last-child {
  border-bottom-left-radius: 4px;
  border-bottom-right-radius: 4px;
}
.cid-vbMzZrUtkF .nav-dropdown .link {
  padding: 0 0.3em !important;
  margin: 0.667em 1em !important;
}
.cid-vbMzZrUtkF .nav-dropdown .link.dropdown-toggle::after {
  margin-left: 0.5rem;
  margin-top: 0;
}
.cid-vbMzZrUtkF .nav-link {
  position: relative;
}
.cid-vbMzZrUtkF .container {
  display: flex;
  margin: 0 auto;
  max-width: 1208px;
}
@media (min-width: 992px) {
  .cid-vbMzZrUtkF .container {
    flex-wrap: nowrap;
  }
}
.cid-vbMzZrUtkF .iconfont-wrapper {
  color: #ffffff !important;
  font-size: 1.5rem;
  transition: all 0.3s ease-in-out;
}
.cid-vbMzZrUtkF .iconfont-wrapper:hover {
  opacity: .5;
}
.cid-vbMzZrUtkF .dropdown-menu,
.cid-vbMzZrUtkF .navbar.opened {
  background: #000000 !important;
}
.cid-vbMzZrUtkF .nav-item:focus,
.cid-vbMzZrUtkF .nav-link:focus {
  outline: none;
}
.cid-vbMzZrUtkF .dropdown .dropdown-menu .dropdown-item {
  width: fit-content;
  transition: all 0.25s ease-in-out;
  display: inline-flex;
}
.cid-vbMzZrUtkF .dropdown .dropdown-menu .dropdown-item::after {
  right: 1rem;
}
.cid-vbMzZrUtkF .dropdown .dropdown-menu .dropdown-item .mbr-iconfont {
  margin-right: 0.5rem;
  vertical-align: sub;
}
.cid-vbMzZrUtkF .dropdown .dropdown-menu .dropdown-item .mbr-iconfont:before {
  display: inline-block;
  transform: scale(1, 1);
  transition: all 0.25s ease-in-out;
}
.cid-vbMzZrUtkF .collapsed .dropdown-menu .dropdown-item:before {
  display: none;
}
.cid-vbMzZrUtkF .collapsed .dropdown .dropdown-menu .dropdown-item {
  padding: 1px 2rem 1px 12px;
  transition: none;
  margin: 0 !important;
}
.cid-vbMzZrUtkF .navbar {
  min-height: 110px;
  transition: all 0.3s;
  border-bottom: 1px solid transparent;
  background: rgba(0, 0, 0, 0);
  padding: 0 !important;
  border-radius: 0 !important;
  border: none !important;
  box-shadow: none !important;
}
@media (max-width: 992px) {
  .cid-vbMzZrUtkF .navbar {
    min-height: 80px;
  }
}
.cid-vbMzZrUtkF .navbar.opened {
  transition: all 0.3s;
}
.cid-vbMzZrUtkF .navbar .dropdown-item {
  padding: 1px 2rem 1px 12px;
  border-radius: 0;
  font-weight: 400;
}
.cid-vbMzZrUtkF .navbar .navbar-logo img {
  width: auto;
  border-radius: 6px !important;
}
.cid-vbMzZrUtkF .navbar .navbar-collapse {
  justify-content: flex-end;
  z-index: 1;
}
.cid-vbMzZrUtkF .navbar.collapsed {
  justify-content: center;
}
.cid-vbMzZrUtkF .navbar.collapsed .nav-item .nav-link::before {
  display: none;
}
.cid-vbMzZrUtkF .navbar.collapsed.opened .dropdown-menu {
  top: 0;
}
@media (min-width: 992px) {
  .cid-vbMzZrUtkF .navbar.collapsed.opened:not(.navbar-short) .navbar-collapse {
    max-height: calc(98.5vh - 3rem);
  }
}
.cid-vbMzZrUtkF .navbar.collapsed .dropdown-menu .dropdown-submenu {
  left: 0 !important;
}
.cid-vbMzZrUtkF .navbar.collapsed .dropdown-menu .dropdown-item:after {
  right: auto;
}
.cid-vbMzZrUtkF .navbar.collapsed .dropdown-menu .dropdown-toggle[data-toggle="dropdown-submenu"]:after {
  margin-left: 0.5rem;
  margin-top: 0.2rem;
  border-top: 0.35em solid;
  border-right: 0.35em solid transparent;
  border-left: 0.35em solid transparent;
  border-bottom: 0;
  top: 41%;
  right: .8rem;
}
.cid-vbMzZrUtkF .navbar.collapsed ul.navbar-nav li {
  margin: auto;
}
.cid-vbMzZrUtkF .navbar.collapsed .dropdown-menu .dropdown-item {
  padding: 1px 2rem 1px 12px;
  text-align: center;
}
.cid-vbMzZrUtkF .navbar.collapsed .icons-menu {
  padding-left: 0;
  padding-right: 0;
  padding-top: 0.5rem;
  padding-bottom: 0.5rem;
}
@media (max-width: 991px) {
  .cid-vbMzZrUtkF .navbar .nav-item .nav-link::before {
    display: none;
  }
  .cid-vbMzZrUtkF .navbar.opened .dropdown-menu {
    top: 0;
  }
  .cid-vbMzZrUtkF .navbar .dropdown-menu .dropdown-submenu {
    left: 0 !important;
  }
  .cid-vbMzZrUtkF .navbar .dropdown-menu .dropdown-item:after {
    right: auto;
  }
  .cid-vbMzZrUtkF .navbar .dropdown-menu .dropdown-toggle[data-toggle="dropdown-submenu"]:after {
    margin-left: 0.5rem;
    margin-top: 0.2rem;
    border-top: 0.35em solid;
    border-right: 0.35em solid transparent;
    border-left: 0.35em solid transparent;
    border-bottom: 0;
    top: 40%;
    right: .8rem;
  }
  .cid-vbMzZrUtkF .navbar .navbar-logo img {
    height: 3rem !important;
  }
  .cid-vbMzZrUtkF .navbar ul.navbar-nav li {
    margin: auto;
  }
  .cid-vbMzZrUtkF .navbar .dropdown-menu .dropdown-item {
    padding: 1px 2rem 1px 12px;
    text-align: center;
  }
  .cid-vbMzZrUtkF .navbar .navbar-brand {
    flex-shrink: initial;
    flex-basis: auto;
    word-break: break-word;
    padding-right: 0.5rem;
    max-width: 80%;
  }
  .cid-vbMzZrUtkF .navbar .navbar-toggler {
    flex-basis: auto;
  }
  .cid-vbMzZrUtkF .navbar .icons-menu {
    padding-left: 0;
    padding-top: 0.5rem;
    padding-bottom: 0.5rem;
  }
}
.cid-vbMzZrUtkF .navbar.navbar-short {
  min-height: 96px;
}
.cid-vbMzZrUtkF .navbar.navbar-short .navbar-brand {
  min-height: 96px;
}
.cid-vbMzZrUtkF .navbar-brand {
  min-height: 96px;
  flex-shrink: 0;
  align-items: center;
  margin-right: 0;
  padding: 10px 0;
  transition: all 0.3s;
  word-break: break-word !important;
  z-index: 1;
  word-wrap: break-word !important;
  white-space: normal;
}
@media (max-width: 992px) {
  .cid-vbMzZrUtkF .navbar-brand {
    min-height: 80px;
  }
}
.cid-vbMzZrUtkF .navbar-brand .navbar-caption {
  line-height: inherit !important;
  font-weight: 400;
}
.cid-vbMzZrUtkF .navbar-brand .navbar-caption:hover,
.cid-vbMzZrUtkF .navbar-brand .navbar-caption:focus {
  color: #ffffff !important;
}
.cid-vbMzZrUtkF .navbar-brand .navbar-logo a {
  outline: none;
}
.cid-vbMzZrUtkF .navbar.opened .navbar-brand .navbar-caption:hover,
.cid-vbMzZrUtkF .navbar.opened .navbar-brand .navbar-caption:focus {
  color: #ffffff !important;
}
.cid-vbMzZrUtkF .dropdown-item.active,
.cid-vbMzZrUtkF .dropdown-item:active {
  background-color: transparent;
}
.cid-vbMzZrUtkF .navbar-expand-lg .navbar-nav .nav-link {
  padding: 0;
}
.cid-vbMzZrUtkF .nav-dropdown .link.dropdown-toggle {
  margin-right: 1.667em;
}
.cid-vbMzZrUtkF .nav-dropdown .link.dropdown-toggle[aria-expanded="true"] {
  margin-right: 0;
  padding: 0.667em 1.667em;
}
.cid-vbMzZrUtkF .navbar.navbar-expand-lg .dropdown .dropdown-menu {
  background: #000000;
  top: 3rem;
  border-radius: 0;
}
@media (max-width: 992px) {
  .cid-vbMzZrUtkF .navbar.navbar-expand-lg .dropdown .dropdown-menu {
    top: 0;
    padding-top: 4px;
  }
}
.cid-vbMzZrUtkF .navbar.navbar-expand-lg .dropdown .dropdown-menu .dropdown-submenu {
  margin: 0;
  left: 100%;
  top: 0;
  border-left: 1px solid transparent;
}
.cid-vbMzZrUtkF .navbar .dropdown.open > .dropdown-menu {
  display: block;
}
.cid-vbMzZrUtkF ul.navbar-nav {
  position: relative;
  flex-wrap: wrap;
  animation: none !important;
}
@media (min-width: 991px) {
  .cid-vbMzZrUtkF ul.navbar-nav {
    padding: 0 24px;
    background-color: transparent;
    backdrop-filter: blur(10px);
  }
}
.cid-vbMzZrUtkF ul.navbar-nav::before {
  content: '';
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  pointer-events: none;
  border: 1px solid #ffffff;
  -webkit-mask: linear-gradient(160deg, #000000 0%, rgba(0, 0, 0, 0) 39%, rgba(0, 0, 0, 0) 69%, #000000 100%);
  mask: linear-gradient(160deg, #000000 0%, rgba(0, 0, 0, 0) 39%, rgba(0, 0, 0, 0) 69%, #000000 100%);
}
.cid-vbMzZrUtkF .navbar-buttons {
  text-align: center;
}
.cid-vbMzZrUtkF .navbar-buttons .btn {
  white-space: nowrap;
  margin-right: 0;
  min-height: auto;
}
@media (max-width: 575px) {
  .cid-vbMzZrUtkF .navbar-buttons .btn {
    width: auto !important;
  }
}
.cid-vbMzZrUtkF button.navbar-toggler {
  outline: none;
  width: 50px;
  height: 50px;
  cursor: pointer;
  transition: all 0.2s;
  position: relative;
  align-self: center;
  border-radius: 100%;
  background-color: #000000 !important;
  border: none !important;
  box-shadow: none !important;
}
.cid-vbMzZrUtkF button.navbar-toggler .hamburger span {
  position: absolute;
  right: 0;
  width: 20px;
  height: 2px;
  border-right: 5px;
  background-color: #ffffff;
}
.cid-vbMzZrUtkF button.navbar-toggler .hamburger span:nth-child(1) {
  top: 18px;
  left: 15px;
  transition: all 0.2s;
}
.cid-vbMzZrUtkF button.navbar-toggler .hamburger span:nth-child(2) {
  left: 15px;
  top: 24px;
  transition: all 0.15s;
}
.cid-vbMzZrUtkF button.navbar-toggler .hamburger span:nth-child(3) {
  left: 15px;
  top: 24px;
  transition: all 0.15s;
}
.cid-vbMzZrUtkF button.navbar-toggler .hamburger span:nth-child(4) {
  left: 15px;
  top: 30px;
  transition: all 0.2s;
}
.cid-vbMzZrUtkF nav.opened .hamburger span:nth-child(1) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-vbMzZrUtkF nav.opened .hamburger span:nth-child(2) {
  transform: rotate(45deg);
  transition: all 0.25s;
}
.cid-vbMzZrUtkF nav.opened .hamburger span:nth-child(3) {
  transform: rotate(-45deg);
  transition: all 0.25s;
}
.cid-vbMzZrUtkF nav.opened .hamburger span:nth-child(4) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-vbMzZrUtkF .navbar-dropdown {
  padding: 0 1rem;
  position: fixed;
}
.cid-vbMzZrUtkF a.nav-link {
  display: flex;
  align-items: center;
  justify-content: center;
}
.cid-vbMzZrUtkF .icons-menu {
  flex-wrap: nowrap;
  display: flex;
  justify-content: center;
  padding-left: 1rem;
  padding-right: 1rem;
  padding-top: 0.3rem;
  text-align: center;
}
@media screen and (-ms-high-contrast: active), (-ms-high-contrast: none) {
  .cid-vbMzZrUtkF .navbar {
    height: 70px;
  }
  .cid-vbMzZrUtkF .navbar.opened {
    height: auto;
  }
  .cid-vbMzZrUtkF .nav-item .nav-link:hover::before {
    width: 175%;
    max-width: calc(100% + 2rem);
    left: -1rem;
  }
}
.cid-vbMzZrUtkF .navbar-nav {
  margin: 0 auto;
}
.cid-vbMzZrUtkF .nav-item {
  padding: 0;
  margin: 0;
}
.cid-vbMzZrUtkF .nav-item .nav-link {
  padding: 0 !important;
  margin: 15px 14px !important;
  transition: all 0.3s ease-in-out;
  font-weight: 400;
}
.cid-vbMzZrUtkF .nav-item .nav-link::after {
  color: #ffffff !important;
  transform: rotate(0);
  transition: .3s;
}
.cid-vbMzZrUtkF .nav-item .nav-link::before {
  content: '';
  position: absolute;
  bottom: 0;
  right: 0;
  width: 0;
  height: 1px !important;
  background-color: #ffffff;
  transition: all 0.5s ease-in-out;
}
.cid-vbMzZrUtkF .nav-item .nav-link:hover,
.cid-vbMzZrUtkF .nav-item .nav-link:focus {
  background-color: transparent;
  color: #ffffff !important;
}
.cid-vbMzZrUtkF .nav-item .nav-link:hover::after,
.cid-vbMzZrUtkF .nav-item .nav-link:focus::after {
  color: #ffffff !important;
}
.cid-vbMzZrUtkF .nav-item .nav-link:hover::before,
.cid-vbMzZrUtkF .nav-item .nav-link:focus::before {
  width: 100%;
  right: auto;
  left: 0;
}
.cid-vbMzZrUtkF .nav-item .nav-link.show::after {
  transform: rotate(180deg);
}
.cid-vbMzZrUtkF .nav-item .dropdown-menu {
  background-color: transparent !important;
}
.cid-vbMzZrUtkF .nav-item .dropdown-menu:hover {
  background-color: transparent !important;
}
.cid-vbMzZrUtkF .nav-item .dropdown-menu .dropdown-item {
  color: #ffffff !important;
}
.cid-vbMzZrUtkF .nav-item .dropdown-menu .dropdown-item:hover,
.cid-vbMzZrUtkF .nav-item .dropdown-menu .dropdown-item:focus {
  color: #ffffff !important;
}
@media (max-width: 991px) {
  .cid-vbMzZrUtkF .navbar {
    justify-content: flex-start !important;
  }
  .cid-vbMzZrUtkF .navbar.opened {
    min-height: 100vh !important;
    flex-direction: column !important;
    justify-content: flex-start !important;
  }
  .cid-vbMzZrUtkF .navbar-collapse {
    padding: 20px 0 3rem;
  }
  .cid-vbMzZrUtkF .navbar-collapse .navbar-nav {
    width: 100%;
    margin-bottom: 24px;
  }
  .cid-vbMzZrUtkF .navbar-collapse .nav-item {
    width: auto;
    margin: 0;
    display: inline-flex;
  }
  .cid-vbMzZrUtkF .navbar-collapse .nav-item:not(:first-child) {
    border-top: none;
  }
  .cid-vbMzZrUtkF .navbar-collapse .nav-item .nav-link {
    padding: 14px !important;
    justify-content: center;
  }
}
.cid-vbMzZrUtkF .dropdown {
  display: inline-flex;
  justify-content: center;
}
@media (max-width: 991px) {
  .cid-vbMzZrUtkF .dropdown {
    text-align: center;
    display: block !important;
  }
}
.cid-vbMzZrUtkF .content-wrap {
  min-height: 110px;
}
@media (max-width: 992px) {
  .cid-vbMzZrUtkF .content-wrap {
    min-height: 80px;
  }
}
.cid-tYenBNjAit {
  padding-top: 9rem;
  padding-bottom: 6rem;
}
.cid-tYenBNjAit .mbr-fallback-image.disabled {
  display: none;
}
.cid-tYenBNjAit .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
  background-image: url("../../../assets/images/background13.webp");
}
.cid-tYenBNjAit .video-wrapper iframe {
  width: 100%;
}
.cid-tYenBNjAit .mbr-section-title,
.cid-tYenBNjAit .mbr-description {
  text-align: center;
}
@media (min-width: 992px) {
  .cid-tYenBNjAit .text-wrapper {
    padding: 2rem;
  }
}
.cid-tYenBNjAit .mbr-section-title {
  color: #ffe161;
}
.cid-tYenBNjAit .mbr-text {
  color: #25f601;
}
.cid-tYenBNjAit .mbr-section-subtitle {
  color: #ffffff;
}
.cid-tYenBNjAit .mbr-description {
  color: #ffe161;
}
.cid-tYkBaCFsEd {
  padding-top: 4rem;
  padding-bottom: 0rem;
  background-color: #000000;
}
.cid-tYkBaCFsEd .mbr-fallback-image.disabled {
  display: none;
}
.cid-tYkBaCFsEd .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-tYkBaCFsEd .mbr-section-title {
  color: #ffe161;
}
.cid-tYewuoKwR0 {
  padding-top: 5rem;
  padding-bottom: 0rem;
  background-color: #181818;
}
.cid-tYewuoKwR0 .mbr-fallback-image.disabled {
  display: none;
}
.cid-tYewuoKwR0 .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-tYewuoKwR0 .container-fluid {
  padding: 0 50px;
}
@media (max-width: 992px) {
  .cid-tYewuoKwR0 .container-fluid {
    padding: 0 30px;
  }
}
@media (max-width: 992px) {
  .cid-tYewuoKwR0 .container {
    padding: 0 30px;
  }
}
.cid-tYewuoKwR0 .item {
  margin-bottom: 30px;
}
.cid-tYewuoKwR0 .item .item-wrapper {
  padding: 40px 3rem;
  border-radius: 2em;
  background-color: #ffffff;
  display: flex;
}
@media (max-width: 992px) {
  .cid-tYewuoKwR0 .item .item-wrapper {
    display: block;
    margin: 0;
    padding: 30px 20px;
  }
}
.cid-tYewuoKwR0 .item .item-wrapper .image-wrap {
  margin-right: 3rem;
}
@media (max-width: 992px) {
  .cid-tYewuoKwR0 .item .item-wrapper .image-wrap {
    margin: 0;
  }
}
.cid-tYewuoKwR0 .item .item-wrapper .image-wrap .item-img img {
  height: 265px;
  width: 400px;
  object-fit: cover;
  border-radius: 1.5em;
}
@media (max-width: 992px) {
  .cid-tYewuoKwR0 .item .item-wrapper .image-wrap .item-img img {
    width: 265px;
    margin: 0 auto;
  }
}
@media (max-width: 425px) {
  .cid-tYewuoKwR0 .item .item-wrapper .image-wrap .item-img img {
    width: 180px;
  }
}
.cid-tYewuoKwR0 .item .item-wrapper .image-wrap .mbr-section-btn {
  margin-top: 20px;
}
.cid-tYewuoKwR0 .item .item-wrapper .item-content {
  width: 100%;
}
.cid-tYewuoKwR0 .item .item-wrapper .item-content .mbr-section-title {
  margin-bottom: 20px;
}
.cid-tYewuoKwR0 .item .item-wrapper .item-content .desc-wrap {
  display: flex;
  align-items: center;
  justify-content: space-between;
  margin-bottom: 20px;
}
@media (max-width: 992px) {
  .cid-tYewuoKwR0 .item .item-wrapper .item-content .desc-wrap {
    display: block;
  }
}
.cid-tYewuoKwR0 .item .item-wrapper .item-content .desc-wrap .mbr-desc {
  padding: 8px 20px;
  margin-bottom: 0;
  background-color: #fe5115;
  border-radius: 20px;
}
@media (max-width: 992px) {
  .cid-tYewuoKwR0 .item .item-wrapper .item-content .desc-wrap .mbr-desc {
    margin-bottom: 20px;
  }
}
.cid-tYewuoKwR0 .item .item-wrapper .item-content .desc-wrap .mbr-date {
  margin-bottom: 0;
}
.cid-tYewuoKwR0 .item .item-wrapper .item-content .mbr-text {
  margin-bottom: 0;
}
.cid-tYewuoKwR0 .mbr-section-title {
  color: #2b2b2b;
}
.cid-tYewuoKwR0 .mbr-desc {
  color: #ffffff;
}
.cid-tYewuoKwR0 .mbr-date {
  color: #4e4e4e;
}
.cid-tYewuoKwR0 .mbr-text {
  color: #000000;
}
.cid-tYezvm9DrZ {
  padding-top: 1rem;
  padding-bottom: 5rem;
  background-color: #181818;
}
.cid-tYezvm9DrZ .mbr-fallback-image.disabled {
  display: none;
}
.cid-tYezvm9DrZ .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-tYezvm9DrZ .container-fluid {
  padding: 0 50px;
}
@media (max-width: 992px) {
  .cid-tYezvm9DrZ .container-fluid {
    padding: 0 30px;
  }
}
@media (max-width: 992px) {
  .cid-tYezvm9DrZ .container {
    padding: 0 30px;
  }
}
.cid-tYezvm9DrZ .item {
  margin-bottom: 30px;
}
.cid-tYezvm9DrZ .item .item-wrapper {
  padding: 40px 3rem;
  border-radius: 2em;
  background-color: #ffffff;
  display: flex;
}
@media (max-width: 992px) {
  .cid-tYezvm9DrZ .item .item-wrapper {
    display: block;
    margin: 0;
    padding: 30px 20px;
  }
}
.cid-tYezvm9DrZ .item .item-wrapper .image-wrap {
  margin-right: 3rem;
}
@media (max-width: 992px) {
  .cid-tYezvm9DrZ .item .item-wrapper .image-wrap {
    margin: 0;
  }
}
.cid-tYezvm9DrZ .item .item-wrapper .image-wrap .item-img img {
  height: 265px;
  width: 400px;
  object-fit: cover;
  border-radius: 1.5em;
}
@media (max-width: 992px) {
  .cid-tYezvm9DrZ .item .item-wrapper .image-wrap .item-img img {
    width: 265px;
    margin: 0 auto;
  }
}
@media (max-width: 425px) {
  .cid-tYezvm9DrZ .item .item-wrapper .image-wrap .item-img img {
    width: 180px;
  }
}
.cid-tYezvm9DrZ .item .item-wrapper .image-wrap .mbr-section-btn {
  margin-top: 20px;
}
.cid-tYezvm9DrZ .item .item-wrapper .item-content {
  width: 100%;
}
.cid-tYezvm9DrZ .item .item-wrapper .item-content .mbr-section-title {
  margin-bottom: 20px;
}
.cid-tYezvm9DrZ .item .item-wrapper .item-content .desc-wrap {
  display: flex;
  align-items: center;
  justify-content: space-between;
  margin-bottom: 20px;
}
@media (max-width: 992px) {
  .cid-tYezvm9DrZ .item .item-wrapper .item-content .desc-wrap {
    display: block;
  }
}
.cid-tYezvm9DrZ .item .item-wrapper .item-content .desc-wrap .mbr-desc {
  padding: 8px 20px;
  margin-bottom: 0;
  background-color: #fe5115;
  border-radius: 20px;
}
@media (max-width: 992px) {
  .cid-tYezvm9DrZ .item .item-wrapper .item-content .desc-wrap .mbr-desc {
    margin-bottom: 20px;
  }
}
.cid-tYezvm9DrZ .item .item-wrapper .item-content .desc-wrap .mbr-date {
  margin-bottom: 0;
}
.cid-tYezvm9DrZ .item .item-wrapper .item-content .mbr-text {
  margin-bottom: 0;
}
.cid-tYezvm9DrZ .mbr-section-title {
  color: #2b2b2b;
}
.cid-tYezvm9DrZ .mbr-desc {
  color: #ffffff;
}
.cid-tYezvm9DrZ .mbr-date {
  color: #4e4e4e;
}
.cid-tYezvm9DrZ .mbr-text {
  color: #000000;
}
.cid-uI4uT8UwE3 {
  padding-top: 6rem;
  padding-bottom: 6rem;
  background-image: url("../../../assets/images/background3.webp");
}
.cid-uI4uT8UwE3 .mbr-fallback-image.disabled {
  display: none;
}
.cid-uI4uT8UwE3 .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uI4uT8UwE3 .card-wrapper {
  padding-right: 2rem;
}
@media (max-width: 992px) {
  .cid-uI4uT8UwE3 .card {
    margin-bottom: 2rem!important;
  }
  .cid-uI4uT8UwE3 .card-wrapper {
    padding: 0 1rem;
  }
}
@media (max-width: 767px) {
  .cid-uI4uT8UwE3 .link-wrap {
    align-items: center;
  }
}
.cid-uI4uT8UwE3 .image-wrapper img {
  width: 100%;
  object-fit: cover;
}
.cid-v0EfNxsj7U {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-image: url("../../../assets/images/background8.webp");
}
.cid-v0EfNxsj7U .mbr-fallback-image.disabled {
  display: none;
}
.cid-v0EfNxsj7U .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-v0EfNxsj7U .media-wrap {
  padding: 0;
}
@media (max-width: 991px) {
  .cid-v0EfNxsj7U .media-wrap {
    margin-bottom: 1rem;
  }
}
@media (max-width: 767px) {
  .cid-v0EfNxsj7U .row {
    text-align: center;
  }
  .cid-v0EfNxsj7U .row > div {
    margin: auto;
  }
  .cid-v0EfNxsj7U .social-row {
    justify-content: center;
  }
}
.cid-v0EfNxsj7U .social-row {
  display: flex;
  flex-wrap: wrap;
}
.cid-v0EfNxsj7U .list {
  list-style: none;
  padding-left: 0;
  color: #bbbbbb;
}
@media (max-width: 991px) {
  .cid-v0EfNxsj7U .list {
    margin-bottom: 2rem;
  }
}
@media (min-width: 992px) {
  .cid-v0EfNxsj7U .list {
    margin-bottom: 0rem;
  }
}
.cid-v0EfNxsj7U .mbr-text {
  color: #bbbbbb;
}
.cid-v0EfNxsj7U .soc-item {
  display: flex;
  align-items: center;
  justify-content: center;
  border-radius: 50%;
  background-color: white;
  margin-right: 0.5rem;
  margin-bottom: 1rem;
  padding: 0.5rem;
  height: 2.5rem;
  width: 2.5rem;
}
.cid-v0EfNxsj7U .mbr-iconfont {
  color: black;
}
@media (max-width: 991px) {
  .cid-v0EfNxsj7U div > *:last-child {
    margin-top: 0 !important;
  }
}
.cid-vb1I1ZEYoA.popup-builder {
  background-color: #ffffff;
}
.cid-vb1I1ZEYoA.popup-builder .modal {
  position: relative;
  display: block;
  z-index: 1;
}
.cid-vb1I1ZEYoA.popup-builder .modal-dialog {
  margin-top: 60px;
  margin-bottom: 60px;
}
.cid-vb1I1ZEYoA .modal-content,
.cid-vb1I1ZEYoA .modal-dialog {
  height: auto;
}
.cid-vb1I1ZEYoA .form-wrapper .input-group-btn {
  margin-right: auto;
  margin-left: auto;
}
.cid-vb1I1ZEYoA .form-wrapper .input-group-btn .btn {
  margin: 0 !important;
}
@media (min-width: 769px) {
  .cid-vb1I1ZEYoA .form-wrapper .mbr-form .form-group,
  .cid-vb1I1ZEYoA .form-wrapper .mbr-form .input-group-btn {
    padding: 0 .5rem;
  }
}
.cid-vb1I1ZEYoA .card-img {
  width: 100%;
  margin: auto;
  border-radius: 0;
}
.cid-vb1I1ZEYoA .mbr-figure img {
  display: block;
  width: 100%;
  -ms-flex-item-align: center;
  -ms-grid-row-align: center;
  -webkit-align-self: center;
  align-self: center;
}
.cid-vb1I1ZEYoA .mbr-text {
  text-align: justify;
  color: #000000;
}
.cid-vb1I1ZEYoA .pt-0 {
  padding-top: 0 !important;
}
.cid-vb1I1ZEYoA .pb-0 {
  padding-bottom: 0 !important;
}
.cid-vb1I1ZEYoA .form-content {
  -ms-flex-pack: center;
  justify-content: center;
  text-align: center;
}
.cid-vb1I1ZEYoA .mbr-overlay {
  bottom: 0;
  left: 0;
  position: absolute;
  right: 0;
  top: 0;
  z-index: 0;
  pointer-events: none;
}
.cid-vb1I1ZEYoA .modal-open {
  overflow: hidden;
}
.cid-vb1I1ZEYoA .modal-open .modal {
  overflow-x: hidden;
  overflow-y: auto;
}
.cid-vb1I1ZEYoA .modal {
  position: fixed;
  top: 0;
  left: 0;
  z-index: 1050;
  display: none;
  width: 100%;
  height: 100%;
  overflow: hidden;
  outline: 0;
}
.cid-vb1I1ZEYoA .modal-dialog {
  position: relative;
  width: auto;
  margin: .5rem;
  pointer-events: none;
}
.cid-vb1I1ZEYoA .modal.fade .modal-dialog {
  transition: transform 0.3s ease-out, -webkit-transform 0.3s ease-out;
  -webkit-transform: translate(0, -50px);
  transform: translate(0, -50px);
}
.cid-vb1I1ZEYoA .modal.show .modal-dialog {
  -webkit-transform: none;
  transform: none;
}
.cid-vb1I1ZEYoA .modal-dialog-centered {
  display: flex;
  -ms-flex-align: center;
  align-items: center;
  min-height: calc(100% - (.5rem * 2));
}
.cid-vb1I1ZEYoA .modal-dialog-centered::before {
  display: block;
  height: calc(100vh - (.5rem * 2));
  content: "";
}
.cid-vb1I1ZEYoA .modal-content {
  background: #ffffff;
  position: relative;
  display: flex;
  -ms-flex-direction: column;
  flex-direction: column;
  width: 100%;
  pointer-events: auto;
  background-clip: padding-box;
  border: none;
  outline: 0;
  -webkit-box-shadow: 0 10px 40px 0 rgba(0, 0, 0, 0.2);
  box-shadow: 0 10px 40px 0 rgba(0, 0, 0, 0.2);
}
.cid-vb1I1ZEYoA .margin-center-pos {
  margin-top: auto;
  margin-bottom: auto;
}
.cid-vb1I1ZEYoA .modal-backdrop {
  position: fixed;
  top: 0;
  left: 0;
  z-index: 1040;
  width: 100vw;
  height: 100vh;
  background-color: #000;
}
.cid-vb1I1ZEYoA .modal-backdrop.fade {
  opacity: 0;
}
.cid-vb1I1ZEYoA .modal-backdrop.show {
  opacity: .5;
}
.cid-vb1I1ZEYoA .modal-header {
  display: flex;
  -ms-flex-align: start;
  align-items: flex-start;
  -ms-flex-pack: justify;
  justify-content: space-between;
  border-bottom: none;
}
@media (min-width: 992px) {
  .cid-vb1I1ZEYoA .modal-header {
    padding: 2rem 2rem 1rem;
  }
}
@media (max-width: 991px) {
  .cid-vb1I1ZEYoA .modal-header {
    padding: 1rem;
  }
}
.cid-vb1I1ZEYoA .modal-header .close {
  position: absolute;
  top: 1rem;
  right: 1rem;
  margin: -1rem -1rem -1rem auto;
  padding: 1rem;
  opacity: .75;
}
.cid-vb1I1ZEYoA .modal-header .close svg {
  fill: #353535;
}
.cid-vb1I1ZEYoA .modal-header .close:hover {
  opacity: 1;
}
.cid-vb1I1ZEYoA .modal-header .close:focus {
  outline: none;
}
.cid-vb1I1ZEYoA .modal-title {
  line-height: 1.5;
  width: 100%;
  margin: 0;
  text-align: center;
  color: #000000;
}
.cid-vb1I1ZEYoA .modal-body {
  position: relative;
  -ms-flex: 1 1 auto;
  flex: 1 1 auto;
}
@media (min-width: 992px) {
  .cid-vb1I1ZEYoA .modal-body {
    padding: 1rem 2rem 2rem;
  }
}
@media (max-width: 991px) {
  .cid-vb1I1ZEYoA .modal-body {
    padding: 1rem;
  }
}
.cid-vb1I1ZEYoA .modal-footer {
  display: flex;
  -ms-flex-align: center;
  align-items: center;
  -ms-flex-pack: center;
  justify-content: center;
  border-top: none;
  text-align: center;
}
@media (min-width: 992px) {
  .cid-vb1I1ZEYoA .modal-footer {
    padding: 0rem 2rem 2rem;
  }
}
@media (max-width: 991px) {
  .cid-vb1I1ZEYoA .modal-footer {
    padding: 1rem;
  }
}
.cid-vb1I1ZEYoA .modal-scrollbar-measure {
  position: absolute;
  top: -9999px;
  width: 50px;
  height: 50px;
  overflow: scroll;
}
@media (min-width: 576px) {
  .cid-vb1I1ZEYoA .modal-dialog {
    max-width: 500px;
    margin: 1.75rem auto;
  }
  .cid-vb1I1ZEYoA .modal-dialog-centered {
    min-height: calc(100% - (1.75rem * 2));
  }
  .cid-vb1I1ZEYoA .modal-dialog-centered::before {
    height: calc(100vh - (1.75rem * 2));
  }
  .cid-vb1I1ZEYoA .modal-sm {
    max-width: 300px;
  }
}
@media (min-width: 992px) {
  .cid-vb1I1ZEYoA .modal-lg,
  .cid-vb1I1ZEYoA .modal-xl {
    max-width: 800px;
  }
}
@media (min-width: 1200px) {
  .cid-vb1I1ZEYoA .modal-xl {
    max-width: 1140px;
  }
}
.cid-vb1I1ZEYoA .row {
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  margin-right: -15px;
  margin-left: -15px;
}
.cid-vb1I1ZEYoA .col-md-4 {
  position: relative;
  width: 100%;
  padding-right: 15px;
  padding-left: 15px;
  -ms-flex: 0 0 33.333333%;
  flex: 0 0 33.333333%;
  max-width: 33.333333%;
}
.cid-vb1I1ZEYoA .form-group {
  margin-bottom: 1rem;
}
.cid-vb1I1ZEYoA .form-control {
  display: block;
  width: 100%;
  font-size: 1rem;
  font-weight: 400;
  line-height: 1.5;
}
.cid-vb1I1ZEYoA .col {
  -ms-flex-preferred-size: 0;
  flex-basis: 0;
  -ms-flex-positive: 1;
  flex-grow: 1;
  max-width: 100%;
}
.cid-vb1I1ZEYoA .col-md-auto {
  position: relative;
  padding-right: 15px;
  padding-left: 15px;
  -ms-flex: 0 0 auto;
  flex: 0 0 auto;
  width: auto;
  max-width: 100%;
}
.cid-vb1I1ZEYoA .mbr-section-btn {
  margin: 0;
}
.cid-vb1I1ZEYoA .mbr-section-btn .btn {
  margin: 0;
}
.cid-vbMzZrUtkF {
  z-index: 1000;
  width: 100%;
}
.cid-vbMzZrUtkF nav.navbar {
  position: fixed;
}
.cid-vbMzZrUtkF .dropdown-item:before {
  font-family: Moririse2 !important;
  content: "\e966";
  display: inline-block;
  width: 0;
  position: absolute;
  left: 1rem;
  top: 0.5rem;
  margin-right: 0.5rem;
  line-height: 1;
  font-size: inherit;
  vertical-align: middle;
  text-align: center;
  overflow: hidden;
  transform: scale(0, 1);
  transition: all 0.25s ease-in-out;
}
.cid-vbMzZrUtkF .dropdown-menu {
  padding: 0;
  border-radius: 4px;
  box-shadow: none;
}
@media (max-width: 992px) {
  .cid-vbMzZrUtkF .dropdown-menu {
    text-align: center;
  }
}
.cid-vbMzZrUtkF .dropdown-item {
  border: 1px solid #ffffff;
  background: #000000 !important;
  color: #ffffff !important;
}
.cid-vbMzZrUtkF .dropdown-item:hover,
.cid-vbMzZrUtkF .dropdown-item:focus {
  background: #000000 !important;
}
.cid-vbMzZrUtkF .dropdown-item:hover span {
  color: white;
}
.cid-vbMzZrUtkF .dropdown-item:first-child {
  border-top-left-radius: 4px;
  border-top-right-radius: 4px;
}
.cid-vbMzZrUtkF .dropdown-item:last-child {
  border-bottom-left-radius: 4px;
  border-bottom-right-radius: 4px;
}
.cid-vbMzZrUtkF .nav-dropdown .link {
  padding: 0 0.3em !important;
  margin: 0.667em 1em !important;
}
.cid-vbMzZrUtkF .nav-dropdown .link.dropdown-toggle::after {
  margin-left: 0.5rem;
  margin-top: 0;
}
.cid-vbMzZrUtkF .nav-link {
  position: relative;
}
.cid-vbMzZrUtkF .container {
  display: flex;
  margin: 0 auto;
  max-width: 1208px;
}
@media (min-width: 992px) {
  .cid-vbMzZrUtkF .container {
    flex-wrap: nowrap;
  }
}
.cid-vbMzZrUtkF .iconfont-wrapper {
  color: #ffffff !important;
  font-size: 1.5rem;
  transition: all 0.3s ease-in-out;
}
.cid-vbMzZrUtkF .iconfont-wrapper:hover {
  opacity: .5;
}
.cid-vbMzZrUtkF .dropdown-menu,
.cid-vbMzZrUtkF .navbar.opened {
  background: #000000 !important;
}
.cid-vbMzZrUtkF .nav-item:focus,
.cid-vbMzZrUtkF .nav-link:focus {
  outline: none;
}
.cid-vbMzZrUtkF .dropdown .dropdown-menu .dropdown-item {
  width: fit-content;
  transition: all 0.25s ease-in-out;
  display: inline-flex;
}
.cid-vbMzZrUtkF .dropdown .dropdown-menu .dropdown-item::after {
  right: 1rem;
}
.cid-vbMzZrUtkF .dropdown .dropdown-menu .dropdown-item .mbr-iconfont {
  margin-right: 0.5rem;
  vertical-align: sub;
}
.cid-vbMzZrUtkF .dropdown .dropdown-menu .dropdown-item .mbr-iconfont:before {
  display: inline-block;
  transform: scale(1, 1);
  transition: all 0.25s ease-in-out;
}
.cid-vbMzZrUtkF .collapsed .dropdown-menu .dropdown-item:before {
  display: none;
}
.cid-vbMzZrUtkF .collapsed .dropdown .dropdown-menu .dropdown-item {
  padding: 1px 2rem 1px 12px;
  transition: none;
  margin: 0 !important;
}
.cid-vbMzZrUtkF .navbar {
  min-height: 110px;
  transition: all 0.3s;
  border-bottom: 1px solid transparent;
  background: rgba(0, 0, 0, 0);
  padding: 0 !important;
  border-radius: 0 !important;
  border: none !important;
  box-shadow: none !important;
}
@media (max-width: 992px) {
  .cid-vbMzZrUtkF .navbar {
    min-height: 80px;
  }
}
.cid-vbMzZrUtkF .navbar.opened {
  transition: all 0.3s;
}
.cid-vbMzZrUtkF .navbar .dropdown-item {
  padding: 1px 2rem 1px 12px;
  border-radius: 0;
  font-weight: 400;
}
.cid-vbMzZrUtkF .navbar .navbar-logo img {
  width: auto;
  border-radius: 6px !important;
}
.cid-vbMzZrUtkF .navbar .navbar-collapse {
  justify-content: flex-end;
  z-index: 1;
}
.cid-vbMzZrUtkF .navbar.collapsed {
  justify-content: center;
}
.cid-vbMzZrUtkF .navbar.collapsed .nav-item .nav-link::before {
  display: none;
}
.cid-vbMzZrUtkF .navbar.collapsed.opened .dropdown-menu {
  top: 0;
}
@media (min-width: 992px) {
  .cid-vbMzZrUtkF .navbar.collapsed.opened:not(.navbar-short) .navbar-collapse {
    max-height: calc(98.5vh - 3rem);
  }
}
.cid-vbMzZrUtkF .navbar.collapsed .dropdown-menu .dropdown-submenu {
  left: 0 !important;
}
.cid-vbMzZrUtkF .navbar.collapsed .dropdown-menu .dropdown-item:after {
  right: auto;
}
.cid-vbMzZrUtkF .navbar.collapsed .dropdown-menu .dropdown-toggle[data-toggle="dropdown-submenu"]:after {
  margin-left: 0.5rem;
  margin-top: 0.2rem;
  border-top: 0.35em solid;
  border-right: 0.35em solid transparent;
  border-left: 0.35em solid transparent;
  border-bottom: 0;
  top: 41%;
  right: .8rem;
}
.cid-vbMzZrUtkF .navbar.collapsed ul.navbar-nav li {
  margin: auto;
}
.cid-vbMzZrUtkF .navbar.collapsed .dropdown-menu .dropdown-item {
  padding: 1px 2rem 1px 12px;
  text-align: center;
}
.cid-vbMzZrUtkF .navbar.collapsed .icons-menu {
  padding-left: 0;
  padding-right: 0;
  padding-top: 0.5rem;
  padding-bottom: 0.5rem;
}
@media (max-width: 991px) {
  .cid-vbMzZrUtkF .navbar .nav-item .nav-link::before {
    display: none;
  }
  .cid-vbMzZrUtkF .navbar.opened .dropdown-menu {
    top: 0;
  }
  .cid-vbMzZrUtkF .navbar .dropdown-menu .dropdown-submenu {
    left: 0 !important;
  }
  .cid-vbMzZrUtkF .navbar .dropdown-menu .dropdown-item:after {
    right: auto;
  }
  .cid-vbMzZrUtkF .navbar .dropdown-menu .dropdown-toggle[data-toggle="dropdown-submenu"]:after {
    margin-left: 0.5rem;
    margin-top: 0.2rem;
    border-top: 0.35em solid;
    border-right: 0.35em solid transparent;
    border-left: 0.35em solid transparent;
    border-bottom: 0;
    top: 40%;
    right: .8rem;
  }
  .cid-vbMzZrUtkF .navbar .navbar-logo img {
    height: 3rem !important;
  }
  .cid-vbMzZrUtkF .navbar ul.navbar-nav li {
    margin: auto;
  }
  .cid-vbMzZrUtkF .navbar .dropdown-menu .dropdown-item {
    padding: 1px 2rem 1px 12px;
    text-align: center;
  }
  .cid-vbMzZrUtkF .navbar .navbar-brand {
    flex-shrink: initial;
    flex-basis: auto;
    word-break: break-word;
    padding-right: 0.5rem;
    max-width: 80%;
  }
  .cid-vbMzZrUtkF .navbar .navbar-toggler {
    flex-basis: auto;
  }
  .cid-vbMzZrUtkF .navbar .icons-menu {
    padding-left: 0;
    padding-top: 0.5rem;
    padding-bottom: 0.5rem;
  }
}
.cid-vbMzZrUtkF .navbar.navbar-short {
  min-height: 96px;
}
.cid-vbMzZrUtkF .navbar.navbar-short .navbar-brand {
  min-height: 96px;
}
.cid-vbMzZrUtkF .navbar-brand {
  min-height: 96px;
  flex-shrink: 0;
  align-items: center;
  margin-right: 0;
  padding: 10px 0;
  transition: all 0.3s;
  word-break: break-word !important;
  z-index: 1;
  word-wrap: break-word !important;
  white-space: normal;
}
@media (max-width: 992px) {
  .cid-vbMzZrUtkF .navbar-brand {
    min-height: 80px;
  }
}
.cid-vbMzZrUtkF .navbar-brand .navbar-caption {
  line-height: inherit !important;
  font-weight: 400;
}
.cid-vbMzZrUtkF .navbar-brand .navbar-caption:hover,
.cid-vbMzZrUtkF .navbar-brand .navbar-caption:focus {
  color: #ffffff !important;
}
.cid-vbMzZrUtkF .navbar-brand .navbar-logo a {
  outline: none;
}
.cid-vbMzZrUtkF .navbar.opened .navbar-brand .navbar-caption:hover,
.cid-vbMzZrUtkF .navbar.opened .navbar-brand .navbar-caption:focus {
  color: #ffffff !important;
}
.cid-vbMzZrUtkF .dropdown-item.active,
.cid-vbMzZrUtkF .dropdown-item:active {
  background-color: transparent;
}
.cid-vbMzZrUtkF .navbar-expand-lg .navbar-nav .nav-link {
  padding: 0;
}
.cid-vbMzZrUtkF .nav-dropdown .link.dropdown-toggle {
  margin-right: 1.667em;
}
.cid-vbMzZrUtkF .nav-dropdown .link.dropdown-toggle[aria-expanded="true"] {
  margin-right: 0;
  padding: 0.667em 1.667em;
}
.cid-vbMzZrUtkF .navbar.navbar-expand-lg .dropdown .dropdown-menu {
  background: #000000;
  top: 3rem;
  border-radius: 0;
}
@media (max-width: 992px) {
  .cid-vbMzZrUtkF .navbar.navbar-expand-lg .dropdown .dropdown-menu {
    top: 0;
    padding-top: 4px;
  }
}
.cid-vbMzZrUtkF .navbar.navbar-expand-lg .dropdown .dropdown-menu .dropdown-submenu {
  margin: 0;
  left: 100%;
  top: 0;
  border-left: 1px solid transparent;
}
.cid-vbMzZrUtkF .navbar .dropdown.open > .dropdown-menu {
  display: block;
}
.cid-vbMzZrUtkF ul.navbar-nav {
  position: relative;
  flex-wrap: wrap;
  animation: none !important;
}
@media (min-width: 991px) {
  .cid-vbMzZrUtkF ul.navbar-nav {
    padding: 0 24px;
    background-color: transparent;
    backdrop-filter: blur(10px);
  }
}
.cid-vbMzZrUtkF ul.navbar-nav::before {
  content: '';
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  pointer-events: none;
  border: 1px solid #ffffff;
  -webkit-mask: linear-gradient(160deg, #000000 0%, rgba(0, 0, 0, 0) 39%, rgba(0, 0, 0, 0) 69%, #000000 100%);
  mask: linear-gradient(160deg, #000000 0%, rgba(0, 0, 0, 0) 39%, rgba(0, 0, 0, 0) 69%, #000000 100%);
}
.cid-vbMzZrUtkF .navbar-buttons {
  text-align: center;
}
.cid-vbMzZrUtkF .navbar-buttons .btn {
  white-space: nowrap;
  margin-right: 0;
  min-height: auto;
}
@media (max-width: 575px) {
  .cid-vbMzZrUtkF .navbar-buttons .btn {
    width: auto !important;
  }
}
.cid-vbMzZrUtkF button.navbar-toggler {
  outline: none;
  width: 50px;
  height: 50px;
  cursor: pointer;
  transition: all 0.2s;
  position: relative;
  align-self: center;
  border-radius: 100%;
  background-color: #000000 !important;
  border: none !important;
  box-shadow: none !important;
}
.cid-vbMzZrUtkF button.navbar-toggler .hamburger span {
  position: absolute;
  right: 0;
  width: 20px;
  height: 2px;
  border-right: 5px;
  background-color: #ffffff;
}
.cid-vbMzZrUtkF button.navbar-toggler .hamburger span:nth-child(1) {
  top: 18px;
  left: 15px;
  transition: all 0.2s;
}
.cid-vbMzZrUtkF button.navbar-toggler .hamburger span:nth-child(2) {
  left: 15px;
  top: 24px;
  transition: all 0.15s;
}
.cid-vbMzZrUtkF button.navbar-toggler .hamburger span:nth-child(3) {
  left: 15px;
  top: 24px;
  transition: all 0.15s;
}
.cid-vbMzZrUtkF button.navbar-toggler .hamburger span:nth-child(4) {
  left: 15px;
  top: 30px;
  transition: all 0.2s;
}
.cid-vbMzZrUtkF nav.opened .hamburger span:nth-child(1) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-vbMzZrUtkF nav.opened .hamburger span:nth-child(2) {
  transform: rotate(45deg);
  transition: all 0.25s;
}
.cid-vbMzZrUtkF nav.opened .hamburger span:nth-child(3) {
  transform: rotate(-45deg);
  transition: all 0.25s;
}
.cid-vbMzZrUtkF nav.opened .hamburger span:nth-child(4) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-vbMzZrUtkF .navbar-dropdown {
  padding: 0 1rem;
  position: fixed;
}
.cid-vbMzZrUtkF a.nav-link {
  display: flex;
  align-items: center;
  justify-content: center;
}
.cid-vbMzZrUtkF .icons-menu {
  flex-wrap: nowrap;
  display: flex;
  justify-content: center;
  padding-left: 1rem;
  padding-right: 1rem;
  padding-top: 0.3rem;
  text-align: center;
}
@media screen and (-ms-high-contrast: active), (-ms-high-contrast: none) {
  .cid-vbMzZrUtkF .navbar {
    height: 70px;
  }
  .cid-vbMzZrUtkF .navbar.opened {
    height: auto;
  }
  .cid-vbMzZrUtkF .nav-item .nav-link:hover::before {
    width: 175%;
    max-width: calc(100% + 2rem);
    left: -1rem;
  }
}
.cid-vbMzZrUtkF .navbar-nav {
  margin: 0 auto;
}
.cid-vbMzZrUtkF .nav-item {
  padding: 0;
  margin: 0;
}
.cid-vbMzZrUtkF .nav-item .nav-link {
  padding: 0 !important;
  margin: 15px 14px !important;
  transition: all 0.3s ease-in-out;
  font-weight: 400;
}
.cid-vbMzZrUtkF .nav-item .nav-link::after {
  color: #ffffff !important;
  transform: rotate(0);
  transition: .3s;
}
.cid-vbMzZrUtkF .nav-item .nav-link::before {
  content: '';
  position: absolute;
  bottom: 0;
  right: 0;
  width: 0;
  height: 1px !important;
  background-color: #ffffff;
  transition: all 0.5s ease-in-out;
}
.cid-vbMzZrUtkF .nav-item .nav-link:hover,
.cid-vbMzZrUtkF .nav-item .nav-link:focus {
  background-color: transparent;
  color: #ffffff !important;
}
.cid-vbMzZrUtkF .nav-item .nav-link:hover::after,
.cid-vbMzZrUtkF .nav-item .nav-link:focus::after {
  color: #ffffff !important;
}
.cid-vbMzZrUtkF .nav-item .nav-link:hover::before,
.cid-vbMzZrUtkF .nav-item .nav-link:focus::before {
  width: 100%;
  right: auto;
  left: 0;
}
.cid-vbMzZrUtkF .nav-item .nav-link.show::after {
  transform: rotate(180deg);
}
.cid-vbMzZrUtkF .nav-item .dropdown-menu {
  background-color: transparent !important;
}
.cid-vbMzZrUtkF .nav-item .dropdown-menu:hover {
  background-color: transparent !important;
}
.cid-vbMzZrUtkF .nav-item .dropdown-menu .dropdown-item {
  color: #ffffff !important;
}
.cid-vbMzZrUtkF .nav-item .dropdown-menu .dropdown-item:hover,
.cid-vbMzZrUtkF .nav-item .dropdown-menu .dropdown-item:focus {
  color: #ffffff !important;
}
@media (max-width: 991px) {
  .cid-vbMzZrUtkF .navbar {
    justify-content: flex-start !important;
  }
  .cid-vbMzZrUtkF .navbar.opened {
    min-height: 100vh !important;
    flex-direction: column !important;
    justify-content: flex-start !important;
  }
  .cid-vbMzZrUtkF .navbar-collapse {
    padding: 20px 0 3rem;
  }
  .cid-vbMzZrUtkF .navbar-collapse .navbar-nav {
    width: 100%;
    margin-bottom: 24px;
  }
  .cid-vbMzZrUtkF .navbar-collapse .nav-item {
    width: auto;
    margin: 0;
    display: inline-flex;
  }
  .cid-vbMzZrUtkF .navbar-collapse .nav-item:not(:first-child) {
    border-top: none;
  }
  .cid-vbMzZrUtkF .navbar-collapse .nav-item .nav-link {
    padding: 14px !important;
    justify-content: center;
  }
}
.cid-vbMzZrUtkF .dropdown {
  display: inline-flex;
  justify-content: center;
}
@media (max-width: 991px) {
  .cid-vbMzZrUtkF .dropdown {
    text-align: center;
    display: block !important;
  }
}
.cid-vbMzZrUtkF .content-wrap {
  min-height: 110px;
}
@media (max-width: 992px) {
  .cid-vbMzZrUtkF .content-wrap {
    min-height: 80px;
  }
}
.cid-tYqaZCJmTg {
  padding-top: 7rem;
  padding-bottom: 3rem;
  background-image: url("../../../assets/images/house4.webp");
}
.cid-tYqaZCJmTg .mbr-fallback-image.disabled {
  display: none;
}
.cid-tYqaZCJmTg .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-tYqaZCJmTg .row {
  align-items: center;
}
@media (max-width: 991px) {
  .cid-tYqaZCJmTg .image-wrapper {
    padding: 1rem;
  }
}
@media (min-width: 992px) {
  .cid-tYqaZCJmTg .text-wrapper {
    padding: 0 2rem;
  }
}
.cid-tYqaZCJmTg .mbr-text,
.cid-tYqaZCJmTg .mbr-section-btn {
  color: #ffffff;
  text-align: left;
}
.cid-tYqaZCJmTg .mbr-section-title {
  color: #ffe161;
}
.cid-tYqekIX3q3 {
  background-color: #f6f6f6 !important;
  border: 18px solid #f6f6f6;
  margin-top: -18px;
}
@media (max-width: 768px) {
  .cid-tYqekIX3q3 {
    border: 8px solid #f6f6f6;
    margin-top: -8px;
  }
}
.cid-tYqekIX3q3 .container-fluid {
  padding: 0;
  margin: 0;
}
.cid-tYqekIX3q3 section .mbr-background-video-preview {
  border-radius: 1.2rem !important;
}
.cid-tYqekIX3q3 .row {
  position: relative;
  padding: 0 18px 0;
  margin: 0;
  justify-content: center;
  border-radius: 1.2em;
  padding-top: 0rem;
  padding-bottom: 0rem;
  overflow: hidden;
  background-image: url("../../../assets/images/background1.webp");
}
.cid-tYqekIX3q3 .row .mbr-fallback-image.disabled {
  display: none;
}
.cid-tYqekIX3q3 .row .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-tYqekIX3q3 .row {
    padding-left: 0;
    padding-right: 0;
  }
}
.cid-tYqekIX3q3 .title-wrapper {
  display: flex;
  align-items: center;
  height: 100%;
}
@media (max-width: 992px) {
  .cid-tYqekIX3q3 .title-wrapper {
    margin-bottom: 40px;
  }
}
.cid-tYqekIX3q3 .title-wrapper .title-wrap .mbr-section-title {
  margin-bottom: 72px;
}
@media (max-width: 992px) {
  .cid-tYqekIX3q3 .title-wrapper .title-wrap .mbr-section-title {
    margin-bottom: 30px;
  }
}
.cid-tYqekIX3q3 .title-wrapper .title-wrap .mbr-desc {
  margin-bottom: 62px;
}
@media (max-width: 992px) {
  .cid-tYqekIX3q3 .title-wrapper .title-wrap .mbr-desc {
    margin-bottom: 20px;
  }
}
.cid-tYqekIX3q3 .image-wrapper img {
  height: 700px;
  object-fit: cover;
  border-radius: 1.2em;
}
@media (max-width: 992px) {
  .cid-tYqekIX3q3 .image-wrapper img {
    height: 300px;
  }
}
.cid-tYqekIX3q3 .mbr-section-title {
  color: #ffffff;
}
.cid-tYqekIX3q3 .mbr-desc {
  color: #ffffff;
}
.cid-tYvGfBBnSc {
  padding-top: 0rem;
  padding-bottom: 1rem;
  overflow: hidden;
  background-color: #262626;
}
.cid-tYvGfBBnSc .mbr-fallback-image.disabled {
  display: none;
}
.cid-tYvGfBBnSc .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-tYvGfBBnSc .container-fluid {
  padding: 0 20px;
}
@media (max-width: 992px) {
  .cid-tYvGfBBnSc .container-fluid {
    padding: 0 6px;
  }
}
@media (max-width: 992px) {
  .cid-tYvGfBBnSc .container {
    padding: 0 6px;
  }
}
.cid-tYvGfBBnSc .row {
  margin: 0;
  padding: 150px;
}
@media (max-width: 1440px) {
  .cid-tYvGfBBnSc .row {
    padding: 150px 32px;
  }
}
@media (max-width: 1200px) {
  .cid-tYvGfBBnSc .row {
    padding: 150px 8px;
  }
}
@media (max-width: 992px) {
  .cid-tYvGfBBnSc .row {
    padding: 70px 60px;
  }
}
@media (max-width: 768px) {
  .cid-tYvGfBBnSc .row {
    padding: 70px 30px;
  }
}
.cid-tYvGfBBnSc .row .card {
  padding: 0;
  border-radius: 0 !important;
  overflow: visible;
}
.cid-tYvGfBBnSc .desc-wrapper {
  padding-right: 32px;
  margin-bottom: 64px;
}
@media (max-width: 992px) {
  .cid-tYvGfBBnSc .desc-wrapper {
    padding: 0;
  }
}
.cid-tYvGfBBnSc .desc-wrapper .mbr-desc {
  padding: 10px 18px;
  display: inline-flex;
  border: 1px solid #cfcfcf;
  border-radius: 30px;
  margin-bottom: 0;
}
.cid-tYvGfBBnSc .title-wrapper {
  margin-bottom: 64px;
  margin-bottom: 110px;
}
.cid-tYvGfBBnSc .title-wrapper span {
  color: #009472;
}
.cid-tYvGfBBnSc .title-wrapper .mbr-section-title {
  margin-bottom: 0;
}
.cid-tYvGfBBnSc .image-wrapper {
  position: relative;
  height: 510px;
}
@media (max-width: 992px) {
  .cid-tYvGfBBnSc .image-wrapper {
    margin-bottom: 64px;
    height: 350px;
  }
}
.cid-tYvGfBBnSc .image-wrapper img {
  position: absolute;
  top: 0;
  left: 0;
  z-index: 1;
  height: 100%;
  width: 100%;
  object-fit: cover;
}
.cid-tYvGfBBnSc .image-wrapper .decor-wrap {
  position: relative;
  height: 480px;
  border-radius: 0 16px 16px 16px;
  background-color: #009472;
  transform: rotate(-3deg);
  margin-top: -1rem;
  margin-right: 1rem;
  margin-left: -1.5rem;
}
@media (max-width: 992px) {
  .cid-tYvGfBBnSc .image-wrapper .decor-wrap {
    height: 350px;
  }
}
.cid-tYvGfBBnSc .image-wrapper .decor-wrap::after {
  content: '';
  position: absolute;
  top: -39px;
  left: 0;
  height: 40px;
  width: 130px;
  border-radius: 16px 16px 0 0;
  background-color: #009472;
}
.cid-tYvGfBBnSc .cards-wrapper {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 16px;
  margin-left: 100px;
}
@media (max-width: 992px) {
  .cid-tYvGfBBnSc .cards-wrapper {
    display: block;
    margin: 0;
  }
}
.cid-tYvGfBBnSc .cards-wrapper .item {
  padding: 40px;
  border-radius: 16px;
  background-color: #ffffff;
}
@media (max-width: 992px) {
  .cid-tYvGfBBnSc .cards-wrapper .item {
    padding: 22px;
    margin-bottom: 16px;
  }
}
.cid-tYvGfBBnSc .cards-wrapper .item .item-wrapper .card-box .card-title {
  margin-bottom: 0;
}
.cid-tYvGfBBnSc .cards-wrapper .item .item-wrapper .card-box .card-text {
  opacity: .5;
  margin: 32px 0 0 0;
}
.cid-tYvGfBBnSc .mbr-desc {
  color: #ffffff;
}
.cid-tYvGfBBnSc .mbr-section-title {
  color: #ffffff;
}
.cid-tYvGfBBnSc .card-title {
  color: #4479d9;
}
.cid-tYvGfBBnSc .card-text {
  color: #000000;
}
.cid-tYvLencU2p {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-image: url("../../../assets/images/background1.webp");
}
.cid-tYvLencU2p .mbr-fallback-image.disabled {
  display: none;
}
.cid-tYvLencU2p .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
@media (max-width: 992px) and (max-width: 992px) {
  .cid-tYvLencU2p .container {
    padding: 0 24px;
  }
}
@media (min-width: 992px) {
  .cid-tYvLencU2p .row {
    margin: 0;
  }
}
.cid-tYvLencU2p .row .card {
  padding: 0;
  border-radius: 0 !important;
}
@media (max-width: 992px) {
  .cid-tYvLencU2p .row .card {
    padding: 0 16px;
  }
}
.cid-tYvLencU2p .title-wrapper .mbr-section-title {
  padding: 0 32px 32px;
  margin-bottom: 0;
}
@media (max-width: 992px) {
  .cid-tYvLencU2p .title-wrapper .mbr-section-title {
    padding: 0 24px 24px;
  }
}
.cid-tYvLencU2p .content-wrapper {
  padding: 32px;
  position: sticky;
  top: 0;
  border-top: 1px solid #72716b;
}
@media (max-width: 992px) {
  .cid-tYvLencU2p .content-wrapper {
    padding: 24px;
    border-top: none;
  }
}
.cid-tYvLencU2p .content-wrapper .mbr-section-subtitle {
  margin-bottom: 8px;
}
@media (max-width: 992px) {
  .cid-tYvLencU2p .content-wrapper .mbr-section-subtitle {
    text-align: left;
  }
}
.cid-tYvLencU2p .content-wrapper .mbr-text {
  margin-bottom: 0;
}
@media (max-width: 992px) {
  .cid-tYvLencU2p .content-wrapper .mbr-text {
    text-align: left;
  }
}
.cid-tYvLencU2p .items {
  border-left: 1px solid #72716b;
  border-top: 1px solid #72716b;
  border-left: none;
  border-right: 1px solid #72716b;
}
@media (max-width: 992px) {
  .cid-tYvLencU2p .items {
    border-top: 1px solid #72716b;
  }
}
.cid-tYvLencU2p .items .item {
  padding: 32px;
  border-bottom: 1px solid #72716b;
}
@media (max-width: 992px) {
  .cid-tYvLencU2p .items .item {
    padding: 24px;
  }
}
.cid-tYvLencU2p .items .item:last-child {
  border: none;
}
.cid-tYvLencU2p .items .item .item-wrapper .card-box .card-title {
  margin-bottom: 8px;
}
.cid-tYvLencU2p .items .item .item-wrapper .card-box .card-text {
  margin-bottom: 0;
}
.cid-tYvLencU2p .image-wrapper {
  padding: 32px;
  border-top: 1px solid #72716b;
}
@media (max-width: 992px) {
  .cid-tYvLencU2p .image-wrapper {
    padding: 24px;
    border-top: none;
  }
}
.cid-tYvLencU2p .image-wrapper img {
  height: 350px;
  object-fit: cover;
}
.cid-tYvLencU2p .mbr-section-title {
  color: #F9F6E0;
}
.cid-tYvLencU2p .mbr-section-subtitle {
  color: #F9F6E0;
  text-align: center;
}
.cid-tYvLencU2p .mbr-text {
  color: #F9F6E0;
  text-align: justify;
}
.cid-tYvLencU2p .card-title {
  color: #F9F6E0;
}
.cid-tYvLencU2p .card-text {
  color: #F9F6E0;
}
.cid-uIm5KRcXHn {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-color: #ffffff;
}
.cid-uIm5KRcXHn .mbr-fallback-image.disabled {
  display: none;
}
.cid-uIm5KRcXHn .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uIm5KRcXHn ul {
  list-style: none;
  margin: 0;
  padding-left: 2.5rem;
}
.cid-uIm5KRcXHn li {
  position: relative;
  margin-bottom: 1rem;
}
.cid-uIm5KRcXHn ul li::before {
  position: absolute;
  left: -1.6rem;
  content: "\2022";
  color: #6592e6;
  font-weight: bold;
  font-size: 2rem;
  width: 1.6rem;
}
.cid-v0EfNxsj7U {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-image: url("../../../assets/images/background8.webp");
}
.cid-v0EfNxsj7U .mbr-fallback-image.disabled {
  display: none;
}
.cid-v0EfNxsj7U .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-v0EfNxsj7U .media-wrap {
  padding: 0;
}
@media (max-width: 991px) {
  .cid-v0EfNxsj7U .media-wrap {
    margin-bottom: 1rem;
  }
}
@media (max-width: 767px) {
  .cid-v0EfNxsj7U .row {
    text-align: center;
  }
  .cid-v0EfNxsj7U .row > div {
    margin: auto;
  }
  .cid-v0EfNxsj7U .social-row {
    justify-content: center;
  }
}
.cid-v0EfNxsj7U .social-row {
  display: flex;
  flex-wrap: wrap;
}
.cid-v0EfNxsj7U .list {
  list-style: none;
  padding-left: 0;
  color: #bbbbbb;
}
@media (max-width: 991px) {
  .cid-v0EfNxsj7U .list {
    margin-bottom: 2rem;
  }
}
@media (min-width: 992px) {
  .cid-v0EfNxsj7U .list {
    margin-bottom: 0rem;
  }
}
.cid-v0EfNxsj7U .mbr-text {
  color: #bbbbbb;
}
.cid-v0EfNxsj7U .soc-item {
  display: flex;
  align-items: center;
  justify-content: center;
  border-radius: 50%;
  background-color: white;
  margin-right: 0.5rem;
  margin-bottom: 1rem;
  padding: 0.5rem;
  height: 2.5rem;
  width: 2.5rem;
}
.cid-v0EfNxsj7U .mbr-iconfont {
  color: black;
}
@media (max-width: 991px) {
  .cid-v0EfNxsj7U div > *:last-child {
    margin-top: 0 !important;
  }
}
.cid-vbMzZrUtkF {
  z-index: 1000;
  width: 100%;
}
.cid-vbMzZrUtkF nav.navbar {
  position: fixed;
}
.cid-vbMzZrUtkF .dropdown-item:before {
  font-family: Moririse2 !important;
  content: "\e966";
  display: inline-block;
  width: 0;
  position: absolute;
  left: 1rem;
  top: 0.5rem;
  margin-right: 0.5rem;
  line-height: 1;
  font-size: inherit;
  vertical-align: middle;
  text-align: center;
  overflow: hidden;
  transform: scale(0, 1);
  transition: all 0.25s ease-in-out;
}
.cid-vbMzZrUtkF .dropdown-menu {
  padding: 0;
  border-radius: 4px;
  box-shadow: none;
}
@media (max-width: 992px) {
  .cid-vbMzZrUtkF .dropdown-menu {
    text-align: center;
  }
}
.cid-vbMzZrUtkF .dropdown-item {
  border: 1px solid #ffffff;
  background: #000000 !important;
  color: #ffffff !important;
}
.cid-vbMzZrUtkF .dropdown-item:hover,
.cid-vbMzZrUtkF .dropdown-item:focus {
  background: #000000 !important;
}
.cid-vbMzZrUtkF .dropdown-item:hover span {
  color: white;
}
.cid-vbMzZrUtkF .dropdown-item:first-child {
  border-top-left-radius: 4px;
  border-top-right-radius: 4px;
}
.cid-vbMzZrUtkF .dropdown-item:last-child {
  border-bottom-left-radius: 4px;
  border-bottom-right-radius: 4px;
}
.cid-vbMzZrUtkF .nav-dropdown .link {
  padding: 0 0.3em !important;
  margin: 0.667em 1em !important;
}
.cid-vbMzZrUtkF .nav-dropdown .link.dropdown-toggle::after {
  margin-left: 0.5rem;
  margin-top: 0;
}
.cid-vbMzZrUtkF .nav-link {
  position: relative;
}
.cid-vbMzZrUtkF .container {
  display: flex;
  margin: 0 auto;
  max-width: 1208px;
}
@media (min-width: 992px) {
  .cid-vbMzZrUtkF .container {
    flex-wrap: nowrap;
  }
}
.cid-vbMzZrUtkF .iconfont-wrapper {
  color: #ffffff !important;
  font-size: 1.5rem;
  transition: all 0.3s ease-in-out;
}
.cid-vbMzZrUtkF .iconfont-wrapper:hover {
  opacity: .5;
}
.cid-vbMzZrUtkF .dropdown-menu,
.cid-vbMzZrUtkF .navbar.opened {
  background: #000000 !important;
}
.cid-vbMzZrUtkF .nav-item:focus,
.cid-vbMzZrUtkF .nav-link:focus {
  outline: none;
}
.cid-vbMzZrUtkF .dropdown .dropdown-menu .dropdown-item {
  width: fit-content;
  transition: all 0.25s ease-in-out;
  display: inline-flex;
}
.cid-vbMzZrUtkF .dropdown .dropdown-menu .dropdown-item::after {
  right: 1rem;
}
.cid-vbMzZrUtkF .dropdown .dropdown-menu .dropdown-item .mbr-iconfont {
  margin-right: 0.5rem;
  vertical-align: sub;
}
.cid-vbMzZrUtkF .dropdown .dropdown-menu .dropdown-item .mbr-iconfont:before {
  display: inline-block;
  transform: scale(1, 1);
  transition: all 0.25s ease-in-out;
}
.cid-vbMzZrUtkF .collapsed .dropdown-menu .dropdown-item:before {
  display: none;
}
.cid-vbMzZrUtkF .collapsed .dropdown .dropdown-menu .dropdown-item {
  padding: 1px 2rem 1px 12px;
  transition: none;
  margin: 0 !important;
}
.cid-vbMzZrUtkF .navbar {
  min-height: 110px;
  transition: all 0.3s;
  border-bottom: 1px solid transparent;
  background: rgba(0, 0, 0, 0);
  padding: 0 !important;
  border-radius: 0 !important;
  border: none !important;
  box-shadow: none !important;
}
@media (max-width: 992px) {
  .cid-vbMzZrUtkF .navbar {
    min-height: 80px;
  }
}
.cid-vbMzZrUtkF .navbar.opened {
  transition: all 0.3s;
}
.cid-vbMzZrUtkF .navbar .dropdown-item {
  padding: 1px 2rem 1px 12px;
  border-radius: 0;
  font-weight: 400;
}
.cid-vbMzZrUtkF .navbar .navbar-logo img {
  width: auto;
  border-radius: 6px !important;
}
.cid-vbMzZrUtkF .navbar .navbar-collapse {
  justify-content: flex-end;
  z-index: 1;
}
.cid-vbMzZrUtkF .navbar.collapsed {
  justify-content: center;
}
.cid-vbMzZrUtkF .navbar.collapsed .nav-item .nav-link::before {
  display: none;
}
.cid-vbMzZrUtkF .navbar.collapsed.opened .dropdown-menu {
  top: 0;
}
@media (min-width: 992px) {
  .cid-vbMzZrUtkF .navbar.collapsed.opened:not(.navbar-short) .navbar-collapse {
    max-height: calc(98.5vh - 3rem);
  }
}
.cid-vbMzZrUtkF .navbar.collapsed .dropdown-menu .dropdown-submenu {
  left: 0 !important;
}
.cid-vbMzZrUtkF .navbar.collapsed .dropdown-menu .dropdown-item:after {
  right: auto;
}
.cid-vbMzZrUtkF .navbar.collapsed .dropdown-menu .dropdown-toggle[data-toggle="dropdown-submenu"]:after {
  margin-left: 0.5rem;
  margin-top: 0.2rem;
  border-top: 0.35em solid;
  border-right: 0.35em solid transparent;
  border-left: 0.35em solid transparent;
  border-bottom: 0;
  top: 41%;
  right: .8rem;
}
.cid-vbMzZrUtkF .navbar.collapsed ul.navbar-nav li {
  margin: auto;
}
.cid-vbMzZrUtkF .navbar.collapsed .dropdown-menu .dropdown-item {
  padding: 1px 2rem 1px 12px;
  text-align: center;
}
.cid-vbMzZrUtkF .navbar.collapsed .icons-menu {
  padding-left: 0;
  padding-right: 0;
  padding-top: 0.5rem;
  padding-bottom: 0.5rem;
}
@media (max-width: 991px) {
  .cid-vbMzZrUtkF .navbar .nav-item .nav-link::before {
    display: none;
  }
  .cid-vbMzZrUtkF .navbar.opened .dropdown-menu {
    top: 0;
  }
  .cid-vbMzZrUtkF .navbar .dropdown-menu .dropdown-submenu {
    left: 0 !important;
  }
  .cid-vbMzZrUtkF .navbar .dropdown-menu .dropdown-item:after {
    right: auto;
  }
  .cid-vbMzZrUtkF .navbar .dropdown-menu .dropdown-toggle[data-toggle="dropdown-submenu"]:after {
    margin-left: 0.5rem;
    margin-top: 0.2rem;
    border-top: 0.35em solid;
    border-right: 0.35em solid transparent;
    border-left: 0.35em solid transparent;
    border-bottom: 0;
    top: 40%;
    right: .8rem;
  }
  .cid-vbMzZrUtkF .navbar .navbar-logo img {
    height: 3rem !important;
  }
  .cid-vbMzZrUtkF .navbar ul.navbar-nav li {
    margin: auto;
  }
  .cid-vbMzZrUtkF .navbar .dropdown-menu .dropdown-item {
    padding: 1px 2rem 1px 12px;
    text-align: center;
  }
  .cid-vbMzZrUtkF .navbar .navbar-brand {
    flex-shrink: initial;
    flex-basis: auto;
    word-break: break-word;
    padding-right: 0.5rem;
    max-width: 80%;
  }
  .cid-vbMzZrUtkF .navbar .navbar-toggler {
    flex-basis: auto;
  }
  .cid-vbMzZrUtkF .navbar .icons-menu {
    padding-left: 0;
    padding-top: 0.5rem;
    padding-bottom: 0.5rem;
  }
}
.cid-vbMzZrUtkF .navbar.navbar-short {
  min-height: 96px;
}
.cid-vbMzZrUtkF .navbar.navbar-short .navbar-brand {
  min-height: 96px;
}
.cid-vbMzZrUtkF .navbar-brand {
  min-height: 96px;
  flex-shrink: 0;
  align-items: center;
  margin-right: 0;
  padding: 10px 0;
  transition: all 0.3s;
  word-break: break-word !important;
  z-index: 1;
  word-wrap: break-word !important;
  white-space: normal;
}
@media (max-width: 992px) {
  .cid-vbMzZrUtkF .navbar-brand {
    min-height: 80px;
  }
}
.cid-vbMzZrUtkF .navbar-brand .navbar-caption {
  line-height: inherit !important;
  font-weight: 400;
}
.cid-vbMzZrUtkF .navbar-brand .navbar-caption:hover,
.cid-vbMzZrUtkF .navbar-brand .navbar-caption:focus {
  color: #ffffff !important;
}
.cid-vbMzZrUtkF .navbar-brand .navbar-logo a {
  outline: none;
}
.cid-vbMzZrUtkF .navbar.opened .navbar-brand .navbar-caption:hover,
.cid-vbMzZrUtkF .navbar.opened .navbar-brand .navbar-caption:focus {
  color: #ffffff !important;
}
.cid-vbMzZrUtkF .dropdown-item.active,
.cid-vbMzZrUtkF .dropdown-item:active {
  background-color: transparent;
}
.cid-vbMzZrUtkF .navbar-expand-lg .navbar-nav .nav-link {
  padding: 0;
}
.cid-vbMzZrUtkF .nav-dropdown .link.dropdown-toggle {
  margin-right: 1.667em;
}
.cid-vbMzZrUtkF .nav-dropdown .link.dropdown-toggle[aria-expanded="true"] {
  margin-right: 0;
  padding: 0.667em 1.667em;
}
.cid-vbMzZrUtkF .navbar.navbar-expand-lg .dropdown .dropdown-menu {
  background: #000000;
  top: 3rem;
  border-radius: 0;
}
@media (max-width: 992px) {
  .cid-vbMzZrUtkF .navbar.navbar-expand-lg .dropdown .dropdown-menu {
    top: 0;
    padding-top: 4px;
  }
}
.cid-vbMzZrUtkF .navbar.navbar-expand-lg .dropdown .dropdown-menu .dropdown-submenu {
  margin: 0;
  left: 100%;
  top: 0;
  border-left: 1px solid transparent;
}
.cid-vbMzZrUtkF .navbar .dropdown.open > .dropdown-menu {
  display: block;
}
.cid-vbMzZrUtkF ul.navbar-nav {
  position: relative;
  flex-wrap: wrap;
  animation: none !important;
}
@media (min-width: 991px) {
  .cid-vbMzZrUtkF ul.navbar-nav {
    padding: 0 24px;
    background-color: transparent;
    backdrop-filter: blur(10px);
  }
}
.cid-vbMzZrUtkF ul.navbar-nav::before {
  content: '';
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  pointer-events: none;
  border: 1px solid #ffffff;
  -webkit-mask: linear-gradient(160deg, #000000 0%, rgba(0, 0, 0, 0) 39%, rgba(0, 0, 0, 0) 69%, #000000 100%);
  mask: linear-gradient(160deg, #000000 0%, rgba(0, 0, 0, 0) 39%, rgba(0, 0, 0, 0) 69%, #000000 100%);
}
.cid-vbMzZrUtkF .navbar-buttons {
  text-align: center;
}
.cid-vbMzZrUtkF .navbar-buttons .btn {
  white-space: nowrap;
  margin-right: 0;
  min-height: auto;
}
@media (max-width: 575px) {
  .cid-vbMzZrUtkF .navbar-buttons .btn {
    width: auto !important;
  }
}
.cid-vbMzZrUtkF button.navbar-toggler {
  outline: none;
  width: 50px;
  height: 50px;
  cursor: pointer;
  transition: all 0.2s;
  position: relative;
  align-self: center;
  border-radius: 100%;
  background-color: #000000 !important;
  border: none !important;
  box-shadow: none !important;
}
.cid-vbMzZrUtkF button.navbar-toggler .hamburger span {
  position: absolute;
  right: 0;
  width: 20px;
  height: 2px;
  border-right: 5px;
  background-color: #ffffff;
}
.cid-vbMzZrUtkF button.navbar-toggler .hamburger span:nth-child(1) {
  top: 18px;
  left: 15px;
  transition: all 0.2s;
}
.cid-vbMzZrUtkF button.navbar-toggler .hamburger span:nth-child(2) {
  left: 15px;
  top: 24px;
  transition: all 0.15s;
}
.cid-vbMzZrUtkF button.navbar-toggler .hamburger span:nth-child(3) {
  left: 15px;
  top: 24px;
  transition: all 0.15s;
}
.cid-vbMzZrUtkF button.navbar-toggler .hamburger span:nth-child(4) {
  left: 15px;
  top: 30px;
  transition: all 0.2s;
}
.cid-vbMzZrUtkF nav.opened .hamburger span:nth-child(1) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-vbMzZrUtkF nav.opened .hamburger span:nth-child(2) {
  transform: rotate(45deg);
  transition: all 0.25s;
}
.cid-vbMzZrUtkF nav.opened .hamburger span:nth-child(3) {
  transform: rotate(-45deg);
  transition: all 0.25s;
}
.cid-vbMzZrUtkF nav.opened .hamburger span:nth-child(4) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-vbMzZrUtkF .navbar-dropdown {
  padding: 0 1rem;
  position: fixed;
}
.cid-vbMzZrUtkF a.nav-link {
  display: flex;
  align-items: center;
  justify-content: center;
}
.cid-vbMzZrUtkF .icons-menu {
  flex-wrap: nowrap;
  display: flex;
  justify-content: center;
  padding-left: 1rem;
  padding-right: 1rem;
  padding-top: 0.3rem;
  text-align: center;
}
@media screen and (-ms-high-contrast: active), (-ms-high-contrast: none) {
  .cid-vbMzZrUtkF .navbar {
    height: 70px;
  }
  .cid-vbMzZrUtkF .navbar.opened {
    height: auto;
  }
  .cid-vbMzZrUtkF .nav-item .nav-link:hover::before {
    width: 175%;
    max-width: calc(100% + 2rem);
    left: -1rem;
  }
}
.cid-vbMzZrUtkF .navbar-nav {
  margin: 0 auto;
}
.cid-vbMzZrUtkF .nav-item {
  padding: 0;
  margin: 0;
}
.cid-vbMzZrUtkF .nav-item .nav-link {
  padding: 0 !important;
  margin: 15px 14px !important;
  transition: all 0.3s ease-in-out;
  font-weight: 400;
}
.cid-vbMzZrUtkF .nav-item .nav-link::after {
  color: #ffffff !important;
  transform: rotate(0);
  transition: .3s;
}
.cid-vbMzZrUtkF .nav-item .nav-link::before {
  content: '';
  position: absolute;
  bottom: 0;
  right: 0;
  width: 0;
  height: 1px !important;
  background-color: #ffffff;
  transition: all 0.5s ease-in-out;
}
.cid-vbMzZrUtkF .nav-item .nav-link:hover,
.cid-vbMzZrUtkF .nav-item .nav-link:focus {
  background-color: transparent;
  color: #ffffff !important;
}
.cid-vbMzZrUtkF .nav-item .nav-link:hover::after,
.cid-vbMzZrUtkF .nav-item .nav-link:focus::after {
  color: #ffffff !important;
}
.cid-vbMzZrUtkF .nav-item .nav-link:hover::before,
.cid-vbMzZrUtkF .nav-item .nav-link:focus::before {
  width: 100%;
  right: auto;
  left: 0;
}
.cid-vbMzZrUtkF .nav-item .nav-link.show::after {
  transform: rotate(180deg);
}
.cid-vbMzZrUtkF .nav-item .dropdown-menu {
  background-color: transparent !important;
}
.cid-vbMzZrUtkF .nav-item .dropdown-menu:hover {
  background-color: transparent !important;
}
.cid-vbMzZrUtkF .nav-item .dropdown-menu .dropdown-item {
  color: #ffffff !important;
}
.cid-vbMzZrUtkF .nav-item .dropdown-menu .dropdown-item:hover,
.cid-vbMzZrUtkF .nav-item .dropdown-menu .dropdown-item:focus {
  color: #ffffff !important;
}
@media (max-width: 991px) {
  .cid-vbMzZrUtkF .navbar {
    justify-content: flex-start !important;
  }
  .cid-vbMzZrUtkF .navbar.opened {
    min-height: 100vh !important;
    flex-direction: column !important;
    justify-content: flex-start !important;
  }
  .cid-vbMzZrUtkF .navbar-collapse {
    padding: 20px 0 3rem;
  }
  .cid-vbMzZrUtkF .navbar-collapse .navbar-nav {
    width: 100%;
    margin-bottom: 24px;
  }
  .cid-vbMzZrUtkF .navbar-collapse .nav-item {
    width: auto;
    margin: 0;
    display: inline-flex;
  }
  .cid-vbMzZrUtkF .navbar-collapse .nav-item:not(:first-child) {
    border-top: none;
  }
  .cid-vbMzZrUtkF .navbar-collapse .nav-item .nav-link {
    padding: 14px !important;
    justify-content: center;
  }
}
.cid-vbMzZrUtkF .dropdown {
  display: inline-flex;
  justify-content: center;
}
@media (max-width: 991px) {
  .cid-vbMzZrUtkF .dropdown {
    text-align: center;
    display: block !important;
  }
}
.cid-vbMzZrUtkF .content-wrap {
  min-height: 110px;
}
@media (max-width: 992px) {
  .cid-vbMzZrUtkF .content-wrap {
    min-height: 80px;
  }
}
.cid-vc9vNRtDex {
  padding-top: 9rem;
  padding-bottom: 1rem;
  background-color: #000000;
}
.cid-vc9vNRtDex img {
  width: 120px;
  margin: auto;
}
.cid-vc9vNRtDex .card {
  transition: all 0.3s;
  height: fit-content;
  padding: 1rem 0;
  margin-bottom: 1rem;
}
@media (min-width: 992px) {
  .cid-vc9vNRtDex .card {
    max-width: 12.5%;
  }
}
.cid-vc9vNRtDex .mbr-section-title {
  color: #ffe161;
}
.cid-vc9AwkFf3s {
  padding-top: 1rem;
  padding-bottom: 1rem;
  background-color: #000000;
}
.cid-vc9AwkFf3s img {
  width: 120px;
  margin: auto;
}
.cid-vc9AwkFf3s .card {
  transition: all 0.3s;
  height: fit-content;
  padding: 1rem 0;
  margin-bottom: 1rem;
}
@media (min-width: 992px) {
  .cid-vc9AwkFf3s .card {
    max-width: 12.5%;
  }
}
.cid-vc9AwkFf3s .mbr-section-title {
  color: #ffffff;
}
.cid-vc9n4hNuEc {
  padding-top: 3rem;
  padding-bottom: 0rem;
  background-color: #000000;
}
.cid-vc9n4hNuEc img {
  width: 120px;
  margin: auto;
}
.cid-vc9n4hNuEc .card {
  transition: all 0.3s;
  height: fit-content;
  padding: 1rem 0;
  margin-bottom: 1rem;
}
@media (min-width: 992px) {
  .cid-vc9n4hNuEc .card {
    max-width: 12.5%;
  }
}
.cid-vc9n4hNuEc .mbr-section-title {
  color: #ffe885;
}
.cid-vc9tli2o5O {
  padding-top: 1rem;
  padding-bottom: 0rem;
  background-color: #000000;
}
.cid-vc9tli2o5O img {
  width: 120px;
  margin: auto;
}
.cid-vc9tli2o5O .card {
  transition: all 0.3s;
  height: fit-content;
  padding: 1rem 0;
  margin-bottom: 1rem;
}
@media (min-width: 992px) {
  .cid-vc9tli2o5O .card {
    max-width: 12.5%;
  }
}
.cid-vc9tli2o5O .mbr-section-title {
  color: #ffe161;
}
.cid-vc9G9Cnzhw {
  padding-top: 1rem;
  padding-bottom: 1rem;
  background-color: #000000;
}
.cid-vc9G9Cnzhw img {
  width: 120px;
  margin: auto;
}
.cid-vc9G9Cnzhw .card {
  transition: all 0.3s;
  height: fit-content;
  padding: 1rem 0;
  margin-bottom: 1rem;
}
@media (min-width: 992px) {
  .cid-vc9G9Cnzhw .card {
    max-width: 12.5%;
  }
}
.cid-vc9G9Cnzhw .mbr-section-title {
  color: #ffffff;
}
.cid-v0EfNxsj7U {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-image: url("../../../assets/images/background8.webp");
}
.cid-v0EfNxsj7U .mbr-fallback-image.disabled {
  display: none;
}
.cid-v0EfNxsj7U .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-v0EfNxsj7U .media-wrap {
  padding: 0;
}
@media (max-width: 991px) {
  .cid-v0EfNxsj7U .media-wrap {
    margin-bottom: 1rem;
  }
}
@media (max-width: 767px) {
  .cid-v0EfNxsj7U .row {
    text-align: center;
  }
  .cid-v0EfNxsj7U .row > div {
    margin: auto;
  }
  .cid-v0EfNxsj7U .social-row {
    justify-content: center;
  }
}
.cid-v0EfNxsj7U .social-row {
  display: flex;
  flex-wrap: wrap;
}
.cid-v0EfNxsj7U .list {
  list-style: none;
  padding-left: 0;
  color: #bbbbbb;
}
@media (max-width: 991px) {
  .cid-v0EfNxsj7U .list {
    margin-bottom: 2rem;
  }
}
@media (min-width: 992px) {
  .cid-v0EfNxsj7U .list {
    margin-bottom: 0rem;
  }
}
.cid-v0EfNxsj7U .mbr-text {
  color: #bbbbbb;
}
.cid-v0EfNxsj7U .soc-item {
  display: flex;
  align-items: center;
  justify-content: center;
  border-radius: 50%;
  background-color: white;
  margin-right: 0.5rem;
  margin-bottom: 1rem;
  padding: 0.5rem;
  height: 2.5rem;
  width: 2.5rem;
}
.cid-v0EfNxsj7U .mbr-iconfont {
  color: black;
}
@media (max-width: 991px) {
  .cid-v0EfNxsj7U div > *:last-child {
    margin-top: 0 !important;
  }
}
.cid-vbMzZrUtkF {
  z-index: 1000;
  width: 100%;
}
.cid-vbMzZrUtkF nav.navbar {
  position: fixed;
}
.cid-vbMzZrUtkF .dropdown-item:before {
  font-family: Moririse2 !important;
  content: "\e966";
  display: inline-block;
  width: 0;
  position: absolute;
  left: 1rem;
  top: 0.5rem;
  margin-right: 0.5rem;
  line-height: 1;
  font-size: inherit;
  vertical-align: middle;
  text-align: center;
  overflow: hidden;
  transform: scale(0, 1);
  transition: all 0.25s ease-in-out;
}
.cid-vbMzZrUtkF .dropdown-menu {
  padding: 0;
  border-radius: 4px;
  box-shadow: none;
}
@media (max-width: 992px) {
  .cid-vbMzZrUtkF .dropdown-menu {
    text-align: center;
  }
}
.cid-vbMzZrUtkF .dropdown-item {
  border: 1px solid #ffffff;
  background: #000000 !important;
  color: #ffffff !important;
}
.cid-vbMzZrUtkF .dropdown-item:hover,
.cid-vbMzZrUtkF .dropdown-item:focus {
  background: #000000 !important;
}
.cid-vbMzZrUtkF .dropdown-item:hover span {
  color: white;
}
.cid-vbMzZrUtkF .dropdown-item:first-child {
  border-top-left-radius: 4px;
  border-top-right-radius: 4px;
}
.cid-vbMzZrUtkF .dropdown-item:last-child {
  border-bottom-left-radius: 4px;
  border-bottom-right-radius: 4px;
}
.cid-vbMzZrUtkF .nav-dropdown .link {
  padding: 0 0.3em !important;
  margin: 0.667em 1em !important;
}
.cid-vbMzZrUtkF .nav-dropdown .link.dropdown-toggle::after {
  margin-left: 0.5rem;
  margin-top: 0;
}
.cid-vbMzZrUtkF .nav-link {
  position: relative;
}
.cid-vbMzZrUtkF .container {
  display: flex;
  margin: 0 auto;
  max-width: 1208px;
}
@media (min-width: 992px) {
  .cid-vbMzZrUtkF .container {
    flex-wrap: nowrap;
  }
}
.cid-vbMzZrUtkF .iconfont-wrapper {
  color: #ffffff !important;
  font-size: 1.5rem;
  transition: all 0.3s ease-in-out;
}
.cid-vbMzZrUtkF .iconfont-wrapper:hover {
  opacity: .5;
}
.cid-vbMzZrUtkF .dropdown-menu,
.cid-vbMzZrUtkF .navbar.opened {
  background: #000000 !important;
}
.cid-vbMzZrUtkF .nav-item:focus,
.cid-vbMzZrUtkF .nav-link:focus {
  outline: none;
}
.cid-vbMzZrUtkF .dropdown .dropdown-menu .dropdown-item {
  width: fit-content;
  transition: all 0.25s ease-in-out;
  display: inline-flex;
}
.cid-vbMzZrUtkF .dropdown .dropdown-menu .dropdown-item::after {
  right: 1rem;
}
.cid-vbMzZrUtkF .dropdown .dropdown-menu .dropdown-item .mbr-iconfont {
  margin-right: 0.5rem;
  vertical-align: sub;
}
.cid-vbMzZrUtkF .dropdown .dropdown-menu .dropdown-item .mbr-iconfont:before {
  display: inline-block;
  transform: scale(1, 1);
  transition: all 0.25s ease-in-out;
}
.cid-vbMzZrUtkF .collapsed .dropdown-menu .dropdown-item:before {
  display: none;
}
.cid-vbMzZrUtkF .collapsed .dropdown .dropdown-menu .dropdown-item {
  padding: 1px 2rem 1px 12px;
  transition: none;
  margin: 0 !important;
}
.cid-vbMzZrUtkF .navbar {
  min-height: 110px;
  transition: all 0.3s;
  border-bottom: 1px solid transparent;
  background: rgba(0, 0, 0, 0);
  padding: 0 !important;
  border-radius: 0 !important;
  border: none !important;
  box-shadow: none !important;
}
@media (max-width: 992px) {
  .cid-vbMzZrUtkF .navbar {
    min-height: 80px;
  }
}
.cid-vbMzZrUtkF .navbar.opened {
  transition: all 0.3s;
}
.cid-vbMzZrUtkF .navbar .dropdown-item {
  padding: 1px 2rem 1px 12px;
  border-radius: 0;
  font-weight: 400;
}
.cid-vbMzZrUtkF .navbar .navbar-logo img {
  width: auto;
  border-radius: 6px !important;
}
.cid-vbMzZrUtkF .navbar .navbar-collapse {
  justify-content: flex-end;
  z-index: 1;
}
.cid-vbMzZrUtkF .navbar.collapsed {
  justify-content: center;
}
.cid-vbMzZrUtkF .navbar.collapsed .nav-item .nav-link::before {
  display: none;
}
.cid-vbMzZrUtkF .navbar.collapsed.opened .dropdown-menu {
  top: 0;
}
@media (min-width: 992px) {
  .cid-vbMzZrUtkF .navbar.collapsed.opened:not(.navbar-short) .navbar-collapse {
    max-height: calc(98.5vh - 3rem);
  }
}
.cid-vbMzZrUtkF .navbar.collapsed .dropdown-menu .dropdown-submenu {
  left: 0 !important;
}
.cid-vbMzZrUtkF .navbar.collapsed .dropdown-menu .dropdown-item:after {
  right: auto;
}
.cid-vbMzZrUtkF .navbar.collapsed .dropdown-menu .dropdown-toggle[data-toggle="dropdown-submenu"]:after {
  margin-left: 0.5rem;
  margin-top: 0.2rem;
  border-top: 0.35em solid;
  border-right: 0.35em solid transparent;
  border-left: 0.35em solid transparent;
  border-bottom: 0;
  top: 41%;
  right: .8rem;
}
.cid-vbMzZrUtkF .navbar.collapsed ul.navbar-nav li {
  margin: auto;
}
.cid-vbMzZrUtkF .navbar.collapsed .dropdown-menu .dropdown-item {
  padding: 1px 2rem 1px 12px;
  text-align: center;
}
.cid-vbMzZrUtkF .navbar.collapsed .icons-menu {
  padding-left: 0;
  padding-right: 0;
  padding-top: 0.5rem;
  padding-bottom: 0.5rem;
}
@media (max-width: 991px) {
  .cid-vbMzZrUtkF .navbar .nav-item .nav-link::before {
    display: none;
  }
  .cid-vbMzZrUtkF .navbar.opened .dropdown-menu {
    top: 0;
  }
  .cid-vbMzZrUtkF .navbar .dropdown-menu .dropdown-submenu {
    left: 0 !important;
  }
  .cid-vbMzZrUtkF .navbar .dropdown-menu .dropdown-item:after {
    right: auto;
  }
  .cid-vbMzZrUtkF .navbar .dropdown-menu .dropdown-toggle[data-toggle="dropdown-submenu"]:after {
    margin-left: 0.5rem;
    margin-top: 0.2rem;
    border-top: 0.35em solid;
    border-right: 0.35em solid transparent;
    border-left: 0.35em solid transparent;
    border-bottom: 0;
    top: 40%;
    right: .8rem;
  }
  .cid-vbMzZrUtkF .navbar .navbar-logo img {
    height: 3rem !important;
  }
  .cid-vbMzZrUtkF .navbar ul.navbar-nav li {
    margin: auto;
  }
  .cid-vbMzZrUtkF .navbar .dropdown-menu .dropdown-item {
    padding: 1px 2rem 1px 12px;
    text-align: center;
  }
  .cid-vbMzZrUtkF .navbar .navbar-brand {
    flex-shrink: initial;
    flex-basis: auto;
    word-break: break-word;
    padding-right: 0.5rem;
    max-width: 80%;
  }
  .cid-vbMzZrUtkF .navbar .navbar-toggler {
    flex-basis: auto;
  }
  .cid-vbMzZrUtkF .navbar .icons-menu {
    padding-left: 0;
    padding-top: 0.5rem;
    padding-bottom: 0.5rem;
  }
}
.cid-vbMzZrUtkF .navbar.navbar-short {
  min-height: 96px;
}
.cid-vbMzZrUtkF .navbar.navbar-short .navbar-brand {
  min-height: 96px;
}
.cid-vbMzZrUtkF .navbar-brand {
  min-height: 96px;
  flex-shrink: 0;
  align-items: center;
  margin-right: 0;
  padding: 10px 0;
  transition: all 0.3s;
  word-break: break-word !important;
  z-index: 1;
  word-wrap: break-word !important;
  white-space: normal;
}
@media (max-width: 992px) {
  .cid-vbMzZrUtkF .navbar-brand {
    min-height: 80px;
  }
}
.cid-vbMzZrUtkF .navbar-brand .navbar-caption {
  line-height: inherit !important;
  font-weight: 400;
}
.cid-vbMzZrUtkF .navbar-brand .navbar-caption:hover,
.cid-vbMzZrUtkF .navbar-brand .navbar-caption:focus {
  color: #ffffff !important;
}
.cid-vbMzZrUtkF .navbar-brand .navbar-logo a {
  outline: none;
}
.cid-vbMzZrUtkF .navbar.opened .navbar-brand .navbar-caption:hover,
.cid-vbMzZrUtkF .navbar.opened .navbar-brand .navbar-caption:focus {
  color: #ffffff !important;
}
.cid-vbMzZrUtkF .dropdown-item.active,
.cid-vbMzZrUtkF .dropdown-item:active {
  background-color: transparent;
}
.cid-vbMzZrUtkF .navbar-expand-lg .navbar-nav .nav-link {
  padding: 0;
}
.cid-vbMzZrUtkF .nav-dropdown .link.dropdown-toggle {
  margin-right: 1.667em;
}
.cid-vbMzZrUtkF .nav-dropdown .link.dropdown-toggle[aria-expanded="true"] {
  margin-right: 0;
  padding: 0.667em 1.667em;
}
.cid-vbMzZrUtkF .navbar.navbar-expand-lg .dropdown .dropdown-menu {
  background: #000000;
  top: 3rem;
  border-radius: 0;
}
@media (max-width: 992px) {
  .cid-vbMzZrUtkF .navbar.navbar-expand-lg .dropdown .dropdown-menu {
    top: 0;
    padding-top: 4px;
  }
}
.cid-vbMzZrUtkF .navbar.navbar-expand-lg .dropdown .dropdown-menu .dropdown-submenu {
  margin: 0;
  left: 100%;
  top: 0;
  border-left: 1px solid transparent;
}
.cid-vbMzZrUtkF .navbar .dropdown.open > .dropdown-menu {
  display: block;
}
.cid-vbMzZrUtkF ul.navbar-nav {
  position: relative;
  flex-wrap: wrap;
  animation: none !important;
}
@media (min-width: 991px) {
  .cid-vbMzZrUtkF ul.navbar-nav {
    padding: 0 24px;
    background-color: transparent;
    backdrop-filter: blur(10px);
  }
}
.cid-vbMzZrUtkF ul.navbar-nav::before {
  content: '';
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  pointer-events: none;
  border: 1px solid #ffffff;
  -webkit-mask: linear-gradient(160deg, #000000 0%, rgba(0, 0, 0, 0) 39%, rgba(0, 0, 0, 0) 69%, #000000 100%);
  mask: linear-gradient(160deg, #000000 0%, rgba(0, 0, 0, 0) 39%, rgba(0, 0, 0, 0) 69%, #000000 100%);
}
.cid-vbMzZrUtkF .navbar-buttons {
  text-align: center;
}
.cid-vbMzZrUtkF .navbar-buttons .btn {
  white-space: nowrap;
  margin-right: 0;
  min-height: auto;
}
@media (max-width: 575px) {
  .cid-vbMzZrUtkF .navbar-buttons .btn {
    width: auto !important;
  }
}
.cid-vbMzZrUtkF button.navbar-toggler {
  outline: none;
  width: 50px;
  height: 50px;
  cursor: pointer;
  transition: all 0.2s;
  position: relative;
  align-self: center;
  border-radius: 100%;
  background-color: #000000 !important;
  border: none !important;
  box-shadow: none !important;
}
.cid-vbMzZrUtkF button.navbar-toggler .hamburger span {
  position: absolute;
  right: 0;
  width: 20px;
  height: 2px;
  border-right: 5px;
  background-color: #ffffff;
}
.cid-vbMzZrUtkF button.navbar-toggler .hamburger span:nth-child(1) {
  top: 18px;
  left: 15px;
  transition: all 0.2s;
}
.cid-vbMzZrUtkF button.navbar-toggler .hamburger span:nth-child(2) {
  left: 15px;
  top: 24px;
  transition: all 0.15s;
}
.cid-vbMzZrUtkF button.navbar-toggler .hamburger span:nth-child(3) {
  left: 15px;
  top: 24px;
  transition: all 0.15s;
}
.cid-vbMzZrUtkF button.navbar-toggler .hamburger span:nth-child(4) {
  left: 15px;
  top: 30px;
  transition: all 0.2s;
}
.cid-vbMzZrUtkF nav.opened .hamburger span:nth-child(1) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-vbMzZrUtkF nav.opened .hamburger span:nth-child(2) {
  transform: rotate(45deg);
  transition: all 0.25s;
}
.cid-vbMzZrUtkF nav.opened .hamburger span:nth-child(3) {
  transform: rotate(-45deg);
  transition: all 0.25s;
}
.cid-vbMzZrUtkF nav.opened .hamburger span:nth-child(4) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-vbMzZrUtkF .navbar-dropdown {
  padding: 0 1rem;
  position: fixed;
}
.cid-vbMzZrUtkF a.nav-link {
  display: flex;
  align-items: center;
  justify-content: center;
}
.cid-vbMzZrUtkF .icons-menu {
  flex-wrap: nowrap;
  display: flex;
  justify-content: center;
  padding-left: 1rem;
  padding-right: 1rem;
  padding-top: 0.3rem;
  text-align: center;
}
@media screen and (-ms-high-contrast: active), (-ms-high-contrast: none) {
  .cid-vbMzZrUtkF .navbar {
    height: 70px;
  }
  .cid-vbMzZrUtkF .navbar.opened {
    height: auto;
  }
  .cid-vbMzZrUtkF .nav-item .nav-link:hover::before {
    width: 175%;
    max-width: calc(100% + 2rem);
    left: -1rem;
  }
}
.cid-vbMzZrUtkF .navbar-nav {
  margin: 0 auto;
}
.cid-vbMzZrUtkF .nav-item {
  padding: 0;
  margin: 0;
}
.cid-vbMzZrUtkF .nav-item .nav-link {
  padding: 0 !important;
  margin: 15px 14px !important;
  transition: all 0.3s ease-in-out;
  font-weight: 400;
}
.cid-vbMzZrUtkF .nav-item .nav-link::after {
  color: #ffffff !important;
  transform: rotate(0);
  transition: .3s;
}
.cid-vbMzZrUtkF .nav-item .nav-link::before {
  content: '';
  position: absolute;
  bottom: 0;
  right: 0;
  width: 0;
  height: 1px !important;
  background-color: #ffffff;
  transition: all 0.5s ease-in-out;
}
.cid-vbMzZrUtkF .nav-item .nav-link:hover,
.cid-vbMzZrUtkF .nav-item .nav-link:focus {
  background-color: transparent;
  color: #ffffff !important;
}
.cid-vbMzZrUtkF .nav-item .nav-link:hover::after,
.cid-vbMzZrUtkF .nav-item .nav-link:focus::after {
  color: #ffffff !important;
}
.cid-vbMzZrUtkF .nav-item .nav-link:hover::before,
.cid-vbMzZrUtkF .nav-item .nav-link:focus::before {
  width: 100%;
  right: auto;
  left: 0;
}
.cid-vbMzZrUtkF .nav-item .nav-link.show::after {
  transform: rotate(180deg);
}
.cid-vbMzZrUtkF .nav-item .dropdown-menu {
  background-color: transparent !important;
}
.cid-vbMzZrUtkF .nav-item .dropdown-menu:hover {
  background-color: transparent !important;
}
.cid-vbMzZrUtkF .nav-item .dropdown-menu .dropdown-item {
  color: #ffffff !important;
}
.cid-vbMzZrUtkF .nav-item .dropdown-menu .dropdown-item:hover,
.cid-vbMzZrUtkF .nav-item .dropdown-menu .dropdown-item:focus {
  color: #ffffff !important;
}
@media (max-width: 991px) {
  .cid-vbMzZrUtkF .navbar {
    justify-content: flex-start !important;
  }
  .cid-vbMzZrUtkF .navbar.opened {
    min-height: 100vh !important;
    flex-direction: column !important;
    justify-content: flex-start !important;
  }
  .cid-vbMzZrUtkF .navbar-collapse {
    padding: 20px 0 3rem;
  }
  .cid-vbMzZrUtkF .navbar-collapse .navbar-nav {
    width: 100%;
    margin-bottom: 24px;
  }
  .cid-vbMzZrUtkF .navbar-collapse .nav-item {
    width: auto;
    margin: 0;
    display: inline-flex;
  }
  .cid-vbMzZrUtkF .navbar-collapse .nav-item:not(:first-child) {
    border-top: none;
  }
  .cid-vbMzZrUtkF .navbar-collapse .nav-item .nav-link {
    padding: 14px !important;
    justify-content: center;
  }
}
.cid-vbMzZrUtkF .dropdown {
  display: inline-flex;
  justify-content: center;
}
@media (max-width: 991px) {
  .cid-vbMzZrUtkF .dropdown {
    text-align: center;
    display: block !important;
  }
}
.cid-vbMzZrUtkF .content-wrap {
  min-height: 110px;
}
@media (max-width: 992px) {
  .cid-vbMzZrUtkF .content-wrap {
    min-height: 80px;
  }
}
.cid-tZbQAov3IX {
  padding-top: 9rem;
  padding-bottom: 3rem;
  background-color: #22a5e5;
}
.cid-tZbQAov3IX .mbr-fallback-image.disabled {
  display: none;
}
.cid-tZbQAov3IX .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-tZbQAov3IX .row {
  flex-direction: row-reverse;
}
@media (max-width: 991px) {
  .cid-tZbQAov3IX .image-wrapper {
    margin-bottom: 2rem;
  }
}
.cid-tZbQAov3IX .image-wrapper img {
  width: 100%;
  object-fit: cover;
}
@media (min-width: 992px) {
  .cid-tZbQAov3IX .text-wrapper {
    padding: 0 2rem;
  }
}
@media (max-width: 768px) {
  .cid-tZbQAov3IX .text-wrapper {
    margin-bottom: 2rem;
  }
}
.cid-tZbQAov3IX .mbr-text,
.cid-tZbQAov3IX .mbr-section-btn {
  color: #ffffff;
}
.cid-tZbQAov3IX .mbr-section-title {
  color: #ffe885;
}
.cid-tZbUwWT76B {
  padding-top: 4rem;
  padding-bottom: 0rem;
  background-color: #22a5e5;
}
.cid-tZbUwWT76B .mbr-fallback-image.disabled {
  display: none;
}
.cid-tZbUwWT76B .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-tZbUwWT76B .item {
  display: flex;
  align-items: center;
  margin-bottom: 2rem;
  flex-direction: column;
  position: relative;
  margin-bottom: 3rem;
}
.cid-tZbUwWT76B .item .icon-wrap {
  text-align: center;
}
.cid-tZbUwWT76B .item::before {
  content: "\e925";
  font-family: Moririse2 !important;
  position: absolute;
  font-size: 32px;
  left: 50%;
  top: 97%;
  color: #e43f3f;
  transform: translate(-50%, 0);
}
.cid-tZbUwWT76B .item:last-child:before {
  display: none;
}
.cid-tZbUwWT76B .item.last::before {
  display: none;
}
.cid-tZbUwWT76B .icon-box {
  background: #e43f3f;
  width: 60px;
  min-width: 60px;
  height: 60px;
  border-radius: 50%;
  margin-bottom: 1rem;
  text-align: center;
  display: inline-block;
}
.cid-tZbUwWT76B .text-box {
  text-align: center;
}
.cid-tZbUwWT76B span {
  font-size: 2rem;
  color: #ffffff;
  line-height: 60px;
}
@media (max-width: 991px) {
  .cid-tZbUwWT76B .card {
    margin-bottom: 2rem;
  }
  .cid-tZbUwWT76B .card-wrapper {
    margin-bottom: 2rem;
  }
}
.cid-tZbUwWT76B .mbr-text,
.cid-tZbUwWT76B .mbr-section-btn {
  color: #f8ffb0;
}
.cid-tZbUwWT76B .icon-text {
  color: #f8ffb0;
}
.cid-tZbUwWT76B .icon-title,
.cid-tZbUwWT76B .item .icon-wrap {
  color: #f8ffb0;
}
.cid-tZbXnm72rJ {
  padding-top: 1rem;
  padding-bottom: 3rem;
  background-color: #22a5e5;
}
.cid-tZbXnm72rJ .mbr-fallback-image.disabled {
  display: none;
}
.cid-tZbXnm72rJ .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-tZbXnm72rJ .content-wrapper {
  background: #f8ffb0;
}
@media (max-width: 991px) {
  .cid-tZbXnm72rJ .content-wrapper .row {
    flex-direction: column-reverse;
  }
  .cid-tZbXnm72rJ .content-wrapper .image-wrapper {
    margin-bottom: 2rem;
  }
}
@media (max-width: 767px) {
  .cid-tZbXnm72rJ .content-wrapper {
    padding: 1rem;
  }
}
@media (min-width: 768px) and (max-width: 991px) {
  .cid-tZbXnm72rJ .content-wrapper {
    padding: 2rem;
  }
}
@media (min-width: 992px) {
  .cid-tZbXnm72rJ .content-wrapper {
    padding: 5rem 3rem;
  }
  .cid-tZbXnm72rJ .content-wrapper .text-wrapper {
    padding-right: 2rem;
  }
}
.cid-tZbXnm72rJ .image-wrapper img {
  width: 100%;
  object-fit: cover;
}
.cid-v0EfNxsj7U {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-image: url("../../../assets/images/background8.webp");
}
.cid-v0EfNxsj7U .mbr-fallback-image.disabled {
  display: none;
}
.cid-v0EfNxsj7U .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-v0EfNxsj7U .media-wrap {
  padding: 0;
}
@media (max-width: 991px) {
  .cid-v0EfNxsj7U .media-wrap {
    margin-bottom: 1rem;
  }
}
@media (max-width: 767px) {
  .cid-v0EfNxsj7U .row {
    text-align: center;
  }
  .cid-v0EfNxsj7U .row > div {
    margin: auto;
  }
  .cid-v0EfNxsj7U .social-row {
    justify-content: center;
  }
}
.cid-v0EfNxsj7U .social-row {
  display: flex;
  flex-wrap: wrap;
}
.cid-v0EfNxsj7U .list {
  list-style: none;
  padding-left: 0;
  color: #bbbbbb;
}
@media (max-width: 991px) {
  .cid-v0EfNxsj7U .list {
    margin-bottom: 2rem;
  }
}
@media (min-width: 992px) {
  .cid-v0EfNxsj7U .list {
    margin-bottom: 0rem;
  }
}
.cid-v0EfNxsj7U .mbr-text {
  color: #bbbbbb;
}
.cid-v0EfNxsj7U .soc-item {
  display: flex;
  align-items: center;
  justify-content: center;
  border-radius: 50%;
  background-color: white;
  margin-right: 0.5rem;
  margin-bottom: 1rem;
  padding: 0.5rem;
  height: 2.5rem;
  width: 2.5rem;
}
.cid-v0EfNxsj7U .mbr-iconfont {
  color: black;
}
@media (max-width: 991px) {
  .cid-v0EfNxsj7U div > *:last-child {
    margin-top: 0 !important;
  }
}
.cid-vbMzZrUtkF {
  z-index: 1000;
  width: 100%;
}
.cid-vbMzZrUtkF nav.navbar {
  position: fixed;
}
.cid-vbMzZrUtkF .dropdown-item:before {
  font-family: Moririse2 !important;
  content: "\e966";
  display: inline-block;
  width: 0;
  position: absolute;
  left: 1rem;
  top: 0.5rem;
  margin-right: 0.5rem;
  line-height: 1;
  font-size: inherit;
  vertical-align: middle;
  text-align: center;
  overflow: hidden;
  transform: scale(0, 1);
  transition: all 0.25s ease-in-out;
}
.cid-vbMzZrUtkF .dropdown-menu {
  padding: 0;
  border-radius: 4px;
  box-shadow: none;
}
@media (max-width: 992px) {
  .cid-vbMzZrUtkF .dropdown-menu {
    text-align: center;
  }
}
.cid-vbMzZrUtkF .dropdown-item {
  border: 1px solid #ffffff;
  background: #000000 !important;
  color: #ffffff !important;
}
.cid-vbMzZrUtkF .dropdown-item:hover,
.cid-vbMzZrUtkF .dropdown-item:focus {
  background: #000000 !important;
}
.cid-vbMzZrUtkF .dropdown-item:hover span {
  color: white;
}
.cid-vbMzZrUtkF .dropdown-item:first-child {
  border-top-left-radius: 4px;
  border-top-right-radius: 4px;
}
.cid-vbMzZrUtkF .dropdown-item:last-child {
  border-bottom-left-radius: 4px;
  border-bottom-right-radius: 4px;
}
.cid-vbMzZrUtkF .nav-dropdown .link {
  padding: 0 0.3em !important;
  margin: 0.667em 1em !important;
}
.cid-vbMzZrUtkF .nav-dropdown .link.dropdown-toggle::after {
  margin-left: 0.5rem;
  margin-top: 0;
}
.cid-vbMzZrUtkF .nav-link {
  position: relative;
}
.cid-vbMzZrUtkF .container {
  display: flex;
  margin: 0 auto;
  max-width: 1208px;
}
@media (min-width: 992px) {
  .cid-vbMzZrUtkF .container {
    flex-wrap: nowrap;
  }
}
.cid-vbMzZrUtkF .iconfont-wrapper {
  color: #ffffff !important;
  font-size: 1.5rem;
  transition: all 0.3s ease-in-out;
}
.cid-vbMzZrUtkF .iconfont-wrapper:hover {
  opacity: .5;
}
.cid-vbMzZrUtkF .dropdown-menu,
.cid-vbMzZrUtkF .navbar.opened {
  background: #000000 !important;
}
.cid-vbMzZrUtkF .nav-item:focus,
.cid-vbMzZrUtkF .nav-link:focus {
  outline: none;
}
.cid-vbMzZrUtkF .dropdown .dropdown-menu .dropdown-item {
  width: fit-content;
  transition: all 0.25s ease-in-out;
  display: inline-flex;
}
.cid-vbMzZrUtkF .dropdown .dropdown-menu .dropdown-item::after {
  right: 1rem;
}
.cid-vbMzZrUtkF .dropdown .dropdown-menu .dropdown-item .mbr-iconfont {
  margin-right: 0.5rem;
  vertical-align: sub;
}
.cid-vbMzZrUtkF .dropdown .dropdown-menu .dropdown-item .mbr-iconfont:before {
  display: inline-block;
  transform: scale(1, 1);
  transition: all 0.25s ease-in-out;
}
.cid-vbMzZrUtkF .collapsed .dropdown-menu .dropdown-item:before {
  display: none;
}
.cid-vbMzZrUtkF .collapsed .dropdown .dropdown-menu .dropdown-item {
  padding: 1px 2rem 1px 12px;
  transition: none;
  margin: 0 !important;
}
.cid-vbMzZrUtkF .navbar {
  min-height: 110px;
  transition: all 0.3s;
  border-bottom: 1px solid transparent;
  background: rgba(0, 0, 0, 0);
  padding: 0 !important;
  border-radius: 0 !important;
  border: none !important;
  box-shadow: none !important;
}
@media (max-width: 992px) {
  .cid-vbMzZrUtkF .navbar {
    min-height: 80px;
  }
}
.cid-vbMzZrUtkF .navbar.opened {
  transition: all 0.3s;
}
.cid-vbMzZrUtkF .navbar .dropdown-item {
  padding: 1px 2rem 1px 12px;
  border-radius: 0;
  font-weight: 400;
}
.cid-vbMzZrUtkF .navbar .navbar-logo img {
  width: auto;
  border-radius: 6px !important;
}
.cid-vbMzZrUtkF .navbar .navbar-collapse {
  justify-content: flex-end;
  z-index: 1;
}
.cid-vbMzZrUtkF .navbar.collapsed {
  justify-content: center;
}
.cid-vbMzZrUtkF .navbar.collapsed .nav-item .nav-link::before {
  display: none;
}
.cid-vbMzZrUtkF .navbar.collapsed.opened .dropdown-menu {
  top: 0;
}
@media (min-width: 992px) {
  .cid-vbMzZrUtkF .navbar.collapsed.opened:not(.navbar-short) .navbar-collapse {
    max-height: calc(98.5vh - 3rem);
  }
}
.cid-vbMzZrUtkF .navbar.collapsed .dropdown-menu .dropdown-submenu {
  left: 0 !important;
}
.cid-vbMzZrUtkF .navbar.collapsed .dropdown-menu .dropdown-item:after {
  right: auto;
}
.cid-vbMzZrUtkF .navbar.collapsed .dropdown-menu .dropdown-toggle[data-toggle="dropdown-submenu"]:after {
  margin-left: 0.5rem;
  margin-top: 0.2rem;
  border-top: 0.35em solid;
  border-right: 0.35em solid transparent;
  border-left: 0.35em solid transparent;
  border-bottom: 0;
  top: 41%;
  right: .8rem;
}
.cid-vbMzZrUtkF .navbar.collapsed ul.navbar-nav li {
  margin: auto;
}
.cid-vbMzZrUtkF .navbar.collapsed .dropdown-menu .dropdown-item {
  padding: 1px 2rem 1px 12px;
  text-align: center;
}
.cid-vbMzZrUtkF .navbar.collapsed .icons-menu {
  padding-left: 0;
  padding-right: 0;
  padding-top: 0.5rem;
  padding-bottom: 0.5rem;
}
@media (max-width: 991px) {
  .cid-vbMzZrUtkF .navbar .nav-item .nav-link::before {
    display: none;
  }
  .cid-vbMzZrUtkF .navbar.opened .dropdown-menu {
    top: 0;
  }
  .cid-vbMzZrUtkF .navbar .dropdown-menu .dropdown-submenu {
    left: 0 !important;
  }
  .cid-vbMzZrUtkF .navbar .dropdown-menu .dropdown-item:after {
    right: auto;
  }
  .cid-vbMzZrUtkF .navbar .dropdown-menu .dropdown-toggle[data-toggle="dropdown-submenu"]:after {
    margin-left: 0.5rem;
    margin-top: 0.2rem;
    border-top: 0.35em solid;
    border-right: 0.35em solid transparent;
    border-left: 0.35em solid transparent;
    border-bottom: 0;
    top: 40%;
    right: .8rem;
  }
  .cid-vbMzZrUtkF .navbar .navbar-logo img {
    height: 3rem !important;
  }
  .cid-vbMzZrUtkF .navbar ul.navbar-nav li {
    margin: auto;
  }
  .cid-vbMzZrUtkF .navbar .dropdown-menu .dropdown-item {
    padding: 1px 2rem 1px 12px;
    text-align: center;
  }
  .cid-vbMzZrUtkF .navbar .navbar-brand {
    flex-shrink: initial;
    flex-basis: auto;
    word-break: break-word;
    padding-right: 0.5rem;
    max-width: 80%;
  }
  .cid-vbMzZrUtkF .navbar .navbar-toggler {
    flex-basis: auto;
  }
  .cid-vbMzZrUtkF .navbar .icons-menu {
    padding-left: 0;
    padding-top: 0.5rem;
    padding-bottom: 0.5rem;
  }
}
.cid-vbMzZrUtkF .navbar.navbar-short {
  min-height: 96px;
}
.cid-vbMzZrUtkF .navbar.navbar-short .navbar-brand {
  min-height: 96px;
}
.cid-vbMzZrUtkF .navbar-brand {
  min-height: 96px;
  flex-shrink: 0;
  align-items: center;
  margin-right: 0;
  padding: 10px 0;
  transition: all 0.3s;
  word-break: break-word !important;
  z-index: 1;
  word-wrap: break-word !important;
  white-space: normal;
}
@media (max-width: 992px) {
  .cid-vbMzZrUtkF .navbar-brand {
    min-height: 80px;
  }
}
.cid-vbMzZrUtkF .navbar-brand .navbar-caption {
  line-height: inherit !important;
  font-weight: 400;
}
.cid-vbMzZrUtkF .navbar-brand .navbar-caption:hover,
.cid-vbMzZrUtkF .navbar-brand .navbar-caption:focus {
  color: #ffffff !important;
}
.cid-vbMzZrUtkF .navbar-brand .navbar-logo a {
  outline: none;
}
.cid-vbMzZrUtkF .navbar.opened .navbar-brand .navbar-caption:hover,
.cid-vbMzZrUtkF .navbar.opened .navbar-brand .navbar-caption:focus {
  color: #ffffff !important;
}
.cid-vbMzZrUtkF .dropdown-item.active,
.cid-vbMzZrUtkF .dropdown-item:active {
  background-color: transparent;
}
.cid-vbMzZrUtkF .navbar-expand-lg .navbar-nav .nav-link {
  padding: 0;
}
.cid-vbMzZrUtkF .nav-dropdown .link.dropdown-toggle {
  margin-right: 1.667em;
}
.cid-vbMzZrUtkF .nav-dropdown .link.dropdown-toggle[aria-expanded="true"] {
  margin-right: 0;
  padding: 0.667em 1.667em;
}
.cid-vbMzZrUtkF .navbar.navbar-expand-lg .dropdown .dropdown-menu {
  background: #000000;
  top: 3rem;
  border-radius: 0;
}
@media (max-width: 992px) {
  .cid-vbMzZrUtkF .navbar.navbar-expand-lg .dropdown .dropdown-menu {
    top: 0;
    padding-top: 4px;
  }
}
.cid-vbMzZrUtkF .navbar.navbar-expand-lg .dropdown .dropdown-menu .dropdown-submenu {
  margin: 0;
  left: 100%;
  top: 0;
  border-left: 1px solid transparent;
}
.cid-vbMzZrUtkF .navbar .dropdown.open > .dropdown-menu {
  display: block;
}
.cid-vbMzZrUtkF ul.navbar-nav {
  position: relative;
  flex-wrap: wrap;
  animation: none !important;
}
@media (min-width: 991px) {
  .cid-vbMzZrUtkF ul.navbar-nav {
    padding: 0 24px;
    background-color: transparent;
    backdrop-filter: blur(10px);
  }
}
.cid-vbMzZrUtkF ul.navbar-nav::before {
  content: '';
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  pointer-events: none;
  border: 1px solid #ffffff;
  -webkit-mask: linear-gradient(160deg, #000000 0%, rgba(0, 0, 0, 0) 39%, rgba(0, 0, 0, 0) 69%, #000000 100%);
  mask: linear-gradient(160deg, #000000 0%, rgba(0, 0, 0, 0) 39%, rgba(0, 0, 0, 0) 69%, #000000 100%);
}
.cid-vbMzZrUtkF .navbar-buttons {
  text-align: center;
}
.cid-vbMzZrUtkF .navbar-buttons .btn {
  white-space: nowrap;
  margin-right: 0;
  min-height: auto;
}
@media (max-width: 575px) {
  .cid-vbMzZrUtkF .navbar-buttons .btn {
    width: auto !important;
  }
}
.cid-vbMzZrUtkF button.navbar-toggler {
  outline: none;
  width: 50px;
  height: 50px;
  cursor: pointer;
  transition: all 0.2s;
  position: relative;
  align-self: center;
  border-radius: 100%;
  background-color: #000000 !important;
  border: none !important;
  box-shadow: none !important;
}
.cid-vbMzZrUtkF button.navbar-toggler .hamburger span {
  position: absolute;
  right: 0;
  width: 20px;
  height: 2px;
  border-right: 5px;
  background-color: #ffffff;
}
.cid-vbMzZrUtkF button.navbar-toggler .hamburger span:nth-child(1) {
  top: 18px;
  left: 15px;
  transition: all 0.2s;
}
.cid-vbMzZrUtkF button.navbar-toggler .hamburger span:nth-child(2) {
  left: 15px;
  top: 24px;
  transition: all 0.15s;
}
.cid-vbMzZrUtkF button.navbar-toggler .hamburger span:nth-child(3) {
  left: 15px;
  top: 24px;
  transition: all 0.15s;
}
.cid-vbMzZrUtkF button.navbar-toggler .hamburger span:nth-child(4) {
  left: 15px;
  top: 30px;
  transition: all 0.2s;
}
.cid-vbMzZrUtkF nav.opened .hamburger span:nth-child(1) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-vbMzZrUtkF nav.opened .hamburger span:nth-child(2) {
  transform: rotate(45deg);
  transition: all 0.25s;
}
.cid-vbMzZrUtkF nav.opened .hamburger span:nth-child(3) {
  transform: rotate(-45deg);
  transition: all 0.25s;
}
.cid-vbMzZrUtkF nav.opened .hamburger span:nth-child(4) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-vbMzZrUtkF .navbar-dropdown {
  padding: 0 1rem;
  position: fixed;
}
.cid-vbMzZrUtkF a.nav-link {
  display: flex;
  align-items: center;
  justify-content: center;
}
.cid-vbMzZrUtkF .icons-menu {
  flex-wrap: nowrap;
  display: flex;
  justify-content: center;
  padding-left: 1rem;
  padding-right: 1rem;
  padding-top: 0.3rem;
  text-align: center;
}
@media screen and (-ms-high-contrast: active), (-ms-high-contrast: none) {
  .cid-vbMzZrUtkF .navbar {
    height: 70px;
  }
  .cid-vbMzZrUtkF .navbar.opened {
    height: auto;
  }
  .cid-vbMzZrUtkF .nav-item .nav-link:hover::before {
    width: 175%;
    max-width: calc(100% + 2rem);
    left: -1rem;
  }
}
.cid-vbMzZrUtkF .navbar-nav {
  margin: 0 auto;
}
.cid-vbMzZrUtkF .nav-item {
  padding: 0;
  margin: 0;
}
.cid-vbMzZrUtkF .nav-item .nav-link {
  padding: 0 !important;
  margin: 15px 14px !important;
  transition: all 0.3s ease-in-out;
  font-weight: 400;
}
.cid-vbMzZrUtkF .nav-item .nav-link::after {
  color: #ffffff !important;
  transform: rotate(0);
  transition: .3s;
}
.cid-vbMzZrUtkF .nav-item .nav-link::before {
  content: '';
  position: absolute;
  bottom: 0;
  right: 0;
  width: 0;
  height: 1px !important;
  background-color: #ffffff;
  transition: all 0.5s ease-in-out;
}
.cid-vbMzZrUtkF .nav-item .nav-link:hover,
.cid-vbMzZrUtkF .nav-item .nav-link:focus {
  background-color: transparent;
  color: #ffffff !important;
}
.cid-vbMzZrUtkF .nav-item .nav-link:hover::after,
.cid-vbMzZrUtkF .nav-item .nav-link:focus::after {
  color: #ffffff !important;
}
.cid-vbMzZrUtkF .nav-item .nav-link:hover::before,
.cid-vbMzZrUtkF .nav-item .nav-link:focus::before {
  width: 100%;
  right: auto;
  left: 0;
}
.cid-vbMzZrUtkF .nav-item .nav-link.show::after {
  transform: rotate(180deg);
}
.cid-vbMzZrUtkF .nav-item .dropdown-menu {
  background-color: transparent !important;
}
.cid-vbMzZrUtkF .nav-item .dropdown-menu:hover {
  background-color: transparent !important;
}
.cid-vbMzZrUtkF .nav-item .dropdown-menu .dropdown-item {
  color: #ffffff !important;
}
.cid-vbMzZrUtkF .nav-item .dropdown-menu .dropdown-item:hover,
.cid-vbMzZrUtkF .nav-item .dropdown-menu .dropdown-item:focus {
  color: #ffffff !important;
}
@media (max-width: 991px) {
  .cid-vbMzZrUtkF .navbar {
    justify-content: flex-start !important;
  }
  .cid-vbMzZrUtkF .navbar.opened {
    min-height: 100vh !important;
    flex-direction: column !important;
    justify-content: flex-start !important;
  }
  .cid-vbMzZrUtkF .navbar-collapse {
    padding: 20px 0 3rem;
  }
  .cid-vbMzZrUtkF .navbar-collapse .navbar-nav {
    width: 100%;
    margin-bottom: 24px;
  }
  .cid-vbMzZrUtkF .navbar-collapse .nav-item {
    width: auto;
    margin: 0;
    display: inline-flex;
  }
  .cid-vbMzZrUtkF .navbar-collapse .nav-item:not(:first-child) {
    border-top: none;
  }
  .cid-vbMzZrUtkF .navbar-collapse .nav-item .nav-link {
    padding: 14px !important;
    justify-content: center;
  }
}
.cid-vbMzZrUtkF .dropdown {
  display: inline-flex;
  justify-content: center;
}
@media (max-width: 991px) {
  .cid-vbMzZrUtkF .dropdown {
    text-align: center;
    display: block !important;
  }
}
.cid-vbMzZrUtkF .content-wrap {
  min-height: 110px;
}
@media (max-width: 992px) {
  .cid-vbMzZrUtkF .content-wrap {
    min-height: 80px;
  }
}
.cid-vb1KWPPRC3 {
  padding-top: 10rem;
  padding-bottom: 7rem;
  overflow: hidden;
  background-image: url("../../../assets/images/background1-2.webp");
}
.cid-vb1KWPPRC3 .mbr-fallback-image.disabled {
  display: none;
}
.cid-vb1KWPPRC3 .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-vb1KWPPRC3 .container-fluid {
  padding: 0 50px;
  margin: 0;
}
@media (max-width: 992px) {
  .cid-vb1KWPPRC3 .container-fluid {
    padding: 0 20px;
  }
}
.cid-vb1KWPPRC3 .container-fluid .row {
  padding: 0;
}
@media (max-width: 992px) {
  .cid-vb1KWPPRC3 .container {
    padding: 0 20px;
  }
}
.cid-vb1KWPPRC3 .row {
  position: relative;
}
.cid-vb1KWPPRC3 .row img {
  position: absolute;
  object-fit: cover;
}
.cid-vb1KWPPRC3 .row .image_1 {
  height: 380px;
  width: 50%;
  top: -10rem;
  right: 0;
}
@media (max-width: 768px) {
  .cid-vb1KWPPRC3 .row .image_1 {
    height: 150px;
    width: 60%;
  }
}
.cid-vb1KWPPRC3 .row .image_2 {
  height: 270px;
  width: 35%;
  left: 0;
  bottom: -2rem;
}
@media (max-width: 768px) {
  .cid-vb1KWPPRC3 .row .image_2 {
    height: 100px;
    width: 60%;
  }
}
.cid-vb1KWPPRC3 .mbr-desc {
  position: relative;
  margin-bottom: 0;
  line-height: inherit;
  color: #ffffff;
}
@media (max-width: 992px) {
  .cid-vb1KWPPRC3 .mbr-desc {
    margin-bottom: 30px;
  }
}
.cid-vb1KWPPRC3 .mbr-section-title {
  position: relative;
  margin-bottom: 60px;
  color: #ffffff;
}
@media (max-width: 768px) {
  .cid-vb1KWPPRC3 .mbr-section-title {
    margin-bottom: 30px;
  }
}
.cid-vb1KWPPRC3 .mbr-text {
  position: relative;
  margin-bottom: 0;
  color: #D2D3D5;
  text-align: center;
}
.cid-vb1KWPPRC3 .mbr-section-title,
.cid-vb1KWPPRC3 .mbr-section-btn {
  text-align: center;
}
.cid-u0iYEO14x1 {
  padding-top: 5rem;
  padding-bottom: 7rem;
  background-image: url("../../../assets/images/20250508-144520-800x1067.webp");
}
.cid-u0iYEO14x1 .mbr-fallback-image.disabled {
  display: none;
}
.cid-u0iYEO14x1 .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-u0iYEO14x1 .container {
  max-width: 1600px;
}
.cid-u0iYEO14x1 .row {
  justify-content: center;
}
.cid-u0iYEO14x1 .content-container {
  display: flex;
  align-items: stretch;
  justify-content: space-between;
  width: 100%;
  flex-direction: row-reverse;
}
@media (max-width: 991px) {
  .cid-u0iYEO14x1 .content-container {
    flex-wrap: wrap;
  }
}
.cid-u0iYEO14x1 .info-container {
  width: 45%;
  display: flex;
  flex-direction: column;
  align-items: stretch;
}
@media (max-width: 991px) {
  .cid-u0iYEO14x1 .info-container {
    width: 100%;
  }
}
.cid-u0iYEO14x1 .title-container {
  margin-bottom: 50px;
}
.cid-u0iYEO14x1 .mbr-section-title {
  color: #FFDD65;
}
@media (max-width: 991px) {
  .cid-u0iYEO14x1 .mbr-section-title {
    text-align: center !important;
  }
}
.cid-u0iYEO14x1 .mbr-section-subtitle {
  color: #ffffff;
  margin-top: 1.5rem;
}
@media (max-width: 991px) {
  .cid-u0iYEO14x1 .mbr-section-subtitle {
    text-align: center !important;
    margin-top: 1rem;
  }
}
.cid-u0iYEO14x1 .btn-container {
  display: flex;
  flex-direction: column;
  align-items: stretch;
  justify-content: flex-start;
  margin-top: auto;
}
.cid-u0iYEO14x1 .text-container {
  max-width: 400px;
  margin: 12px auto 0 0;
  width: 100%;
}
@media (max-width: 991px) {
  .cid-u0iYEO14x1 .text-container {
    margin: 24px auto;
  }
}
.cid-u0iYEO14x1 .mbr-text {
  color: #FFFFFF;
}
@media (max-width: 991px) {
  .cid-u0iYEO14x1 .mbr-text {
    text-align: center !important;
  }
}
.cid-u0iYEO14x1 .text-item-container {
  display: flex;
  justify-content: space-between;
  align-items: flex-start;
  width: 100%;
  margin-top: 26px;
}
@media (max-width: 991px) {
  .cid-u0iYEO14x1 .text-item-container {
    flex-wrap: wrap;
  }
}
.cid-u0iYEO14x1 .text-item {
  display: flex;
  align-items: center;
  max-width: 48%;
}
@media (max-width: 991px) {
  .cid-u0iYEO14x1 .text-item {
    max-width: 100%;
    width: 100%;
    justify-content: center;
    margin-bottom: 6px;
  }
}
.cid-u0iYEO14x1 .icon-text {
  color: #AE5EFF;
}
.cid-u0iYEO14x1 .iconfont-wrapper {
  display: flex;
  align-items: center;
  justify-content: center;
  margin-right: 10px;
}
.cid-u0iYEO14x1 .iconfont-wrapper .mbr-iconfont {
  display: block;
  font-size: 24px;
  color: #ae5eff;
}
.cid-u0iYEO14x1 .form-container {
  max-width: 535px;
  margin-right: auto;
  margin-bottom: 10px;
}
@media (max-width: 991px) {
  .cid-u0iYEO14x1 .form-container {
    max-width: 100%;
    width: 100%;
  }
}
.cid-u0iYEO14x1 form {
  width: 100%;
}
.cid-u0iYEO14x1 form .dragArea.row {
  justify-content: flex-start;
  width: auto !important;
}
.cid-u0iYEO14x1 form p {
  color: #ffffff;
}
.cid-u0iYEO14x1 form .mbr-section-btn {
  width: max-content;
  max-width: 35%;
}
@media (max-width: 991px) {
  .cid-u0iYEO14x1 form .mbr-section-btn {
    max-width: 100%;
    width: 100%;
  }
}
.cid-u0iYEO14x1 form .mbr-section-btn .btn {
  padding: 10px 40px;
  height: 100%;
  border-radius: 0.75rem !important;
  border-bottom-left-radius: 0 !important;
  border-top-left-radius: 0 !important;
}
@media (max-width: 991px) {
  .cid-u0iYEO14x1 form .mbr-section-btn .btn {
    min-height: 64px;
    padding: 6px 24px;
    width: 100%;
    border-radius: 0.75rem !important;
    border-top-left-radius: 0 !important;
    border-top-right-radius: 0 !important;
  }
}
.cid-u0iYEO14x1 form .form-group {
  margin-top: 0 !important;
  margin-bottom: 0 !important;
  flex-grow: 1;
}
.cid-u0iYEO14x1 form .group-container {
  position: relative;
  width: 100%;
  padding: 0;
  margin-top: 0.42rem;
}
.cid-u0iYEO14x1 form .group-bg {
  position: absolute;
  border-radius: 0.75rem;
  z-index: 5;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  background-image: linear-gradient(90deg, #ffdd65 2.76%, #ffaa5c 29.66%, #ff49c0 61%, #8a61ff 99.93%);
}
.cid-u0iYEO14x1 form .group-border {
  display: flex;
  align-items: stretch;
  position: relative;
  z-index: 6;
  padding: 3px;
  border-radius: 0.75rem;
  transition: all 300ms ease;
  background-image: linear-gradient(90deg, #ffdd65 2.76%, #ffaa5c 29.66%, #ff49c0 61%, #8a61ff 99.93%);
  transform: translate3d(-0.42rem, -0.42rem, 0px) scale3d(1, 1, 1) rotateX(0deg) rotateY(0deg) rotateZ(0deg) skew(0deg, 0deg);
}
.cid-u0iYEO14x1 form .group-border:hover {
  transform: translate3d(0, 0, 0) scale3d(1, 1, 1) rotateX(0deg) rotateY(0deg) rotateZ(0deg) skew(0deg, 0deg);
}
@media (max-width: 991px) {
  .cid-u0iYEO14x1 form .group-border {
    flex-wrap: wrap;
  }
}
.cid-u0iYEO14x1 form .form-control {
  min-height: 100px;
  height: 100%;
  border: none !important;
  background: #ffffff;
  box-shadow: none !important;
  border-radius: 0.75rem;
  border-bottom-right-radius: 0 !important;
  border-top-right-radius: 0 !important;
  margin-bottom: 0;
  padding: 20px 40px;
  font-size: 24px;
  line-height: 32px;
  color: #212132;
  font-weight: 400;
}
@media (max-width: 991px) {
  .cid-u0iYEO14x1 form .form-control {
    min-height: 64px;
    padding: 6px 24px;
    width: 100%;
    border-radius: 0.75rem !important;
    border-bottom-left-radius: 0 !important;
    border-bottom-right-radius: 0 !important;
    text-align: center !important;
  }
}
.cid-u0iYEO14x1 form .form-control::-webkit-input-placeholder {
  color: #939292;
}
.cid-u0iYEO14x1 form .form-control::-moz-placeholder {
  color: #939292;
}
.cid-u0iYEO14x1 form .form-control:-moz-placeholder {
  color: #939292;
}
.cid-u0iYEO14x1 form .form-control:-ms-input-placeholder {
  color: #939292;
}
.cid-u0iYEO14x1 form .form-control:hover {
  outline: none !important;
}
.cid-u0iYEO14x1 form select {
  color: #939292 !important;
}
.cid-u0iYEO14x1 form textarea {
  height: 200px;
}
.cid-u0iYEO14x1 form input:active,
.cid-u0iYEO14x1 form textarea:active,
.cid-u0iYEO14x1 form input:focus,
.cid-u0iYEO14x1 form textarea:focus {
  background-color: #FFFFFF !important;
}
.cid-u0iYEO14x1 form input:active::-webkit-input-placeholder,
.cid-u0iYEO14x1 form textarea:active::-webkit-input-placeholder,
.cid-u0iYEO14x1 form input:focus::-webkit-input-placeholder,
.cid-u0iYEO14x1 form textarea:focus::-webkit-input-placeholder {
  color: #939292;
}
.cid-u0iYEO14x1 form input:active::-moz-placeholder,
.cid-u0iYEO14x1 form textarea:active::-moz-placeholder,
.cid-u0iYEO14x1 form input:focus::-moz-placeholder,
.cid-u0iYEO14x1 form textarea:focus::-moz-placeholder {
  color: #939292;
}
.cid-u0iYEO14x1 form input:active:-moz-placeholder,
.cid-u0iYEO14x1 form textarea:active:-moz-placeholder,
.cid-u0iYEO14x1 form input:focus:-moz-placeholder,
.cid-u0iYEO14x1 form textarea:focus:-moz-placeholder {
  color: #939292;
}
.cid-u0iYEO14x1 form input:active:-ms-input-placeholder,
.cid-u0iYEO14x1 form textarea:active:-ms-input-placeholder,
.cid-u0iYEO14x1 form input:focus:-ms-input-placeholder,
.cid-u0iYEO14x1 form textarea:focus:-ms-input-placeholder {
  color: #939292;
}
.cid-u0iYEO14x1 form .row {
  margin-left: 0 !important;
  margin-right: 0 !important;
}
.cid-u0iYEO14x1 form .row [class*=col] {
  padding-left: 0 !important;
  padding-right: 0 !important;
}
.cid-u0iYEO14x1 form label {
  width: 100%;
  color: #ffffff;
  margin-bottom: 10px;
}
.cid-u0iYEO14x1 form .form-check-input {
  border-color: rgba(255, 255, 255, 0.25) !important;
  outline: none !important;
  box-shadow: none !important;
  background-color: transparent !important;
}
.cid-u0iYEO14x1 form .form-check-input:focus,
.cid-u0iYEO14x1 form .form-check-input:hover {
  background-color: transparent !important;
  border-color: #ffffff !important;
}
.cid-u0iYEO14x1 form .form-check-input:checked {
  border-color: #ffffff !important;
}
.cid-u0iYEO14x1 .img-container {
  width: 50%;
}
@media (max-width: 991px) {
  .cid-u0iYEO14x1 .img-container {
    width: 100%;
    margin-top: 40px;
  }
}
.cid-u0iYEO14x1 .image-wrapper {
  height: 100%;
  position: relative;
  border-radius: 4.17rem;
  padding: 5px;
  background-image: linear-gradient(135deg, #ffdd65 2.76%, #ffaa5c 29.66%, #ff49c0 61%, #8e59ff 99.93%);
}
.cid-u0iYEO14x1 .image-wrapper .img-bg {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  border-radius: 4.17rem;
  background-image: linear-gradient(135deg, #ffdd65 2.76%, #ffaa5c 29.66%, #ff49c0 61%, #8e59ff 99.93%);
  -webkit-filter: blur(1rem);
  filter: blur(1rem);
}
.cid-u0iYEO14x1 .image-wrapper .img-box {
  display: flex;
  justify-content: center;
  align-items: center;
  position: relative;
  z-index: 11;
  border-radius: 3.85rem;
  overflow: hidden;
  height: 100%;
  background-color: #bed3f9;
}
.cid-u0iYEO14x1 .image-wrapper img {
  width: 75%;
  margin: 0 auto;
  height: 100%;
  object-fit: cover;
}
.cid-vb1MusE8wt {
  padding-top: 0rem;
  padding-bottom: 1rem;
  background-color: #ffffff;
}
.cid-vb1MusE8wt .mbr-fallback-image.disabled {
  display: none;
}
.cid-vb1MusE8wt .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-vb1MusE8wt .row {
  flex-direction: row-reverse;
}
.cid-vb1MusE8wt .video-wrapper iframe {
  width: 100%;
}
.cid-vb1MusE8wt .mbr-section-title,
.cid-vb1MusE8wt .mbr-description {
  text-align: center;
}
@media (min-width: 992px) {
  .cid-vb1MusE8wt .text-wrapper {
    padding: 2rem;
  }
}
.cid-tYC5ozLOcI {
  padding-top: 3rem;
  padding-bottom: 2rem;
  background-color: #fff0b0;
}
.cid-tYC5ozLOcI .mbr-fallback-image.disabled {
  display: none;
}
.cid-tYC5ozLOcI .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-tYC5ozLOcI .row {
  align-items: center;
}
@media (max-width: 991px) {
  .cid-tYC5ozLOcI .image-wrapper {
    padding: 1rem;
  }
}
@media (min-width: 992px) {
  .cid-tYC5ozLOcI .text-wrapper {
    padding: 0 2rem;
  }
}
.cid-tYC5ozLOcI .mbr-text,
.cid-tYC5ozLOcI .mbr-section-btn {
  text-align: left;
}
.cid-vb1RpSinjA {
  padding-top: 1rem;
  padding-bottom: 2rem;
  background-color: #fff0b0;
}
.cid-vb1RpSinjA .mbr-fallback-image.disabled {
  display: none;
}
.cid-vb1RpSinjA .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-vb1RpSinjA .video-wrapper iframe {
  width: 100%;
}
.cid-vb1RpSinjA .mbr-section-title,
.cid-vb1RpSinjA .mbr-description {
  text-align: center;
}
@media (min-width: 992px) {
  .cid-vb1RpSinjA .text-wrapper {
    padding: 2rem;
  }
}
.cid-tZbZ4bEYMt {
  padding-top: 0rem;
  padding-bottom: 3rem;
  background-color: #ffe885;
}
.cid-tZbZ4bEYMt .mbr-fallback-image.disabled {
  display: none;
}
.cid-tZbZ4bEYMt .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-tZbZ4bEYMt .content-wrapper {
  background: #fff0b0;
}
@media (max-width: 991px) {
  .cid-tZbZ4bEYMt .content-wrapper .row {
    flex-direction: column-reverse;
  }
  .cid-tZbZ4bEYMt .content-wrapper .image-wrapper {
    margin-bottom: 2rem;
  }
}
@media (max-width: 767px) {
  .cid-tZbZ4bEYMt .content-wrapper {
    padding: 1rem;
  }
}
@media (min-width: 768px) and (max-width: 991px) {
  .cid-tZbZ4bEYMt .content-wrapper {
    padding: 2rem;
  }
}
@media (min-width: 992px) {
  .cid-tZbZ4bEYMt .content-wrapper {
    padding: 5rem 3rem;
  }
  .cid-tZbZ4bEYMt .content-wrapper .text-wrapper {
    padding-right: 2rem;
  }
}
.cid-tZbZ4bEYMt .image-wrapper img {
  width: 100%;
  object-fit: cover;
}
.cid-tYNbehvHzm {
  padding-top: 1rem;
  padding-bottom: 3rem;
  background-color: #fff0b0;
}
.cid-tYNbehvHzm .mbr-fallback-image.disabled {
  display: none;
}
.cid-tYNbehvHzm .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-tYNbehvHzm .video-wrapper iframe {
  width: 100%;
}
.cid-tYNbehvHzm .mbr-section-title,
.cid-tYNbehvHzm .mbr-description {
  text-align: center;
}
@media (min-width: 992px) {
  .cid-tYNbehvHzm .text-wrapper {
    padding: 2rem;
  }
}
.cid-tYNepTqc4r {
  padding-top: 1rem;
  padding-bottom: 2rem;
  background-color: #ffe885;
}
.cid-tYNepTqc4r .mbr-fallback-image.disabled {
  display: none;
}
.cid-tYNepTqc4r .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-tYNepTqc4r .video-wrapper iframe {
  width: 100%;
}
.cid-tYNepTqc4r .mbr-section-title,
.cid-tYNepTqc4r .mbr-description {
  text-align: center;
}
@media (min-width: 992px) {
  .cid-tYNepTqc4r .text-wrapper {
    padding: 2rem;
  }
}
.cid-tYC7rSMdWh {
  padding-top: 4rem;
  padding-bottom: 4rem;
  background-color: #ffe885;
}
.cid-tYC7rSMdWh .mbr-fallback-image.disabled {
  display: none;
}
.cid-tYC7rSMdWh .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-tYC7rSMdWh .row {
  align-items: center;
}
@media (max-width: 991px) {
  .cid-tYC7rSMdWh .image-wrapper {
    padding: 1rem;
  }
}
@media (min-width: 992px) {
  .cid-tYC7rSMdWh .text-wrapper {
    padding: 0 2rem;
  }
}
.cid-tYC7rSMdWh .mbr-text,
.cid-tYC7rSMdWh .mbr-section-btn {
  text-align: left;
}
.cid-v0EfNxsj7U {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-image: url("../../../assets/images/background8.webp");
}
.cid-v0EfNxsj7U .mbr-fallback-image.disabled {
  display: none;
}
.cid-v0EfNxsj7U .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-v0EfNxsj7U .media-wrap {
  padding: 0;
}
@media (max-width: 991px) {
  .cid-v0EfNxsj7U .media-wrap {
    margin-bottom: 1rem;
  }
}
@media (max-width: 767px) {
  .cid-v0EfNxsj7U .row {
    text-align: center;
  }
  .cid-v0EfNxsj7U .row > div {
    margin: auto;
  }
  .cid-v0EfNxsj7U .social-row {
    justify-content: center;
  }
}
.cid-v0EfNxsj7U .social-row {
  display: flex;
  flex-wrap: wrap;
}
.cid-v0EfNxsj7U .list {
  list-style: none;
  padding-left: 0;
  color: #bbbbbb;
}
@media (max-width: 991px) {
  .cid-v0EfNxsj7U .list {
    margin-bottom: 2rem;
  }
}
@media (min-width: 992px) {
  .cid-v0EfNxsj7U .list {
    margin-bottom: 0rem;
  }
}
.cid-v0EfNxsj7U .mbr-text {
  color: #bbbbbb;
}
.cid-v0EfNxsj7U .soc-item {
  display: flex;
  align-items: center;
  justify-content: center;
  border-radius: 50%;
  background-color: white;
  margin-right: 0.5rem;
  margin-bottom: 1rem;
  padding: 0.5rem;
  height: 2.5rem;
  width: 2.5rem;
}
.cid-v0EfNxsj7U .mbr-iconfont {
  color: black;
}
@media (max-width: 991px) {
  .cid-v0EfNxsj7U div > *:last-child {
    margin-top: 0 !important;
  }
}
.cid-vbMzZrUtkF {
  z-index: 1000;
  width: 100%;
}
.cid-vbMzZrUtkF nav.navbar {
  position: fixed;
}
.cid-vbMzZrUtkF .dropdown-item:before {
  font-family: Moririse2 !important;
  content: "\e966";
  display: inline-block;
  width: 0;
  position: absolute;
  left: 1rem;
  top: 0.5rem;
  margin-right: 0.5rem;
  line-height: 1;
  font-size: inherit;
  vertical-align: middle;
  text-align: center;
  overflow: hidden;
  transform: scale(0, 1);
  transition: all 0.25s ease-in-out;
}
.cid-vbMzZrUtkF .dropdown-menu {
  padding: 0;
  border-radius: 4px;
  box-shadow: none;
}
@media (max-width: 992px) {
  .cid-vbMzZrUtkF .dropdown-menu {
    text-align: center;
  }
}
.cid-vbMzZrUtkF .dropdown-item {
  border: 1px solid #ffffff;
  background: #000000 !important;
  color: #ffffff !important;
}
.cid-vbMzZrUtkF .dropdown-item:hover,
.cid-vbMzZrUtkF .dropdown-item:focus {
  background: #000000 !important;
}
.cid-vbMzZrUtkF .dropdown-item:hover span {
  color: white;
}
.cid-vbMzZrUtkF .dropdown-item:first-child {
  border-top-left-radius: 4px;
  border-top-right-radius: 4px;
}
.cid-vbMzZrUtkF .dropdown-item:last-child {
  border-bottom-left-radius: 4px;
  border-bottom-right-radius: 4px;
}
.cid-vbMzZrUtkF .nav-dropdown .link {
  padding: 0 0.3em !important;
  margin: 0.667em 1em !important;
}
.cid-vbMzZrUtkF .nav-dropdown .link.dropdown-toggle::after {
  margin-left: 0.5rem;
  margin-top: 0;
}
.cid-vbMzZrUtkF .nav-link {
  position: relative;
}
.cid-vbMzZrUtkF .container {
  display: flex;
  margin: 0 auto;
  max-width: 1208px;
}
@media (min-width: 992px) {
  .cid-vbMzZrUtkF .container {
    flex-wrap: nowrap;
  }
}
.cid-vbMzZrUtkF .iconfont-wrapper {
  color: #ffffff !important;
  font-size: 1.5rem;
  transition: all 0.3s ease-in-out;
}
.cid-vbMzZrUtkF .iconfont-wrapper:hover {
  opacity: .5;
}
.cid-vbMzZrUtkF .dropdown-menu,
.cid-vbMzZrUtkF .navbar.opened {
  background: #000000 !important;
}
.cid-vbMzZrUtkF .nav-item:focus,
.cid-vbMzZrUtkF .nav-link:focus {
  outline: none;
}
.cid-vbMzZrUtkF .dropdown .dropdown-menu .dropdown-item {
  width: fit-content;
  transition: all 0.25s ease-in-out;
  display: inline-flex;
}
.cid-vbMzZrUtkF .dropdown .dropdown-menu .dropdown-item::after {
  right: 1rem;
}
.cid-vbMzZrUtkF .dropdown .dropdown-menu .dropdown-item .mbr-iconfont {
  margin-right: 0.5rem;
  vertical-align: sub;
}
.cid-vbMzZrUtkF .dropdown .dropdown-menu .dropdown-item .mbr-iconfont:before {
  display: inline-block;
  transform: scale(1, 1);
  transition: all 0.25s ease-in-out;
}
.cid-vbMzZrUtkF .collapsed .dropdown-menu .dropdown-item:before {
  display: none;
}
.cid-vbMzZrUtkF .collapsed .dropdown .dropdown-menu .dropdown-item {
  padding: 1px 2rem 1px 12px;
  transition: none;
  margin: 0 !important;
}
.cid-vbMzZrUtkF .navbar {
  min-height: 110px;
  transition: all 0.3s;
  border-bottom: 1px solid transparent;
  background: rgba(0, 0, 0, 0);
  padding: 0 !important;
  border-radius: 0 !important;
  border: none !important;
  box-shadow: none !important;
}
@media (max-width: 992px) {
  .cid-vbMzZrUtkF .navbar {
    min-height: 80px;
  }
}
.cid-vbMzZrUtkF .navbar.opened {
  transition: all 0.3s;
}
.cid-vbMzZrUtkF .navbar .dropdown-item {
  padding: 1px 2rem 1px 12px;
  border-radius: 0;
  font-weight: 400;
}
.cid-vbMzZrUtkF .navbar .navbar-logo img {
  width: auto;
  border-radius: 6px !important;
}
.cid-vbMzZrUtkF .navbar .navbar-collapse {
  justify-content: flex-end;
  z-index: 1;
}
.cid-vbMzZrUtkF .navbar.collapsed {
  justify-content: center;
}
.cid-vbMzZrUtkF .navbar.collapsed .nav-item .nav-link::before {
  display: none;
}
.cid-vbMzZrUtkF .navbar.collapsed.opened .dropdown-menu {
  top: 0;
}
@media (min-width: 992px) {
  .cid-vbMzZrUtkF .navbar.collapsed.opened:not(.navbar-short) .navbar-collapse {
    max-height: calc(98.5vh - 3rem);
  }
}
.cid-vbMzZrUtkF .navbar.collapsed .dropdown-menu .dropdown-submenu {
  left: 0 !important;
}
.cid-vbMzZrUtkF .navbar.collapsed .dropdown-menu .dropdown-item:after {
  right: auto;
}
.cid-vbMzZrUtkF .navbar.collapsed .dropdown-menu .dropdown-toggle[data-toggle="dropdown-submenu"]:after {
  margin-left: 0.5rem;
  margin-top: 0.2rem;
  border-top: 0.35em solid;
  border-right: 0.35em solid transparent;
  border-left: 0.35em solid transparent;
  border-bottom: 0;
  top: 41%;
  right: .8rem;
}
.cid-vbMzZrUtkF .navbar.collapsed ul.navbar-nav li {
  margin: auto;
}
.cid-vbMzZrUtkF .navbar.collapsed .dropdown-menu .dropdown-item {
  padding: 1px 2rem 1px 12px;
  text-align: center;
}
.cid-vbMzZrUtkF .navbar.collapsed .icons-menu {
  padding-left: 0;
  padding-right: 0;
  padding-top: 0.5rem;
  padding-bottom: 0.5rem;
}
@media (max-width: 991px) {
  .cid-vbMzZrUtkF .navbar .nav-item .nav-link::before {
    display: none;
  }
  .cid-vbMzZrUtkF .navbar.opened .dropdown-menu {
    top: 0;
  }
  .cid-vbMzZrUtkF .navbar .dropdown-menu .dropdown-submenu {
    left: 0 !important;
  }
  .cid-vbMzZrUtkF .navbar .dropdown-menu .dropdown-item:after {
    right: auto;
  }
  .cid-vbMzZrUtkF .navbar .dropdown-menu .dropdown-toggle[data-toggle="dropdown-submenu"]:after {
    margin-left: 0.5rem;
    margin-top: 0.2rem;
    border-top: 0.35em solid;
    border-right: 0.35em solid transparent;
    border-left: 0.35em solid transparent;
    border-bottom: 0;
    top: 40%;
    right: .8rem;
  }
  .cid-vbMzZrUtkF .navbar .navbar-logo img {
    height: 3rem !important;
  }
  .cid-vbMzZrUtkF .navbar ul.navbar-nav li {
    margin: auto;
  }
  .cid-vbMzZrUtkF .navbar .dropdown-menu .dropdown-item {
    padding: 1px 2rem 1px 12px;
    text-align: center;
  }
  .cid-vbMzZrUtkF .navbar .navbar-brand {
    flex-shrink: initial;
    flex-basis: auto;
    word-break: break-word;
    padding-right: 0.5rem;
    max-width: 80%;
  }
  .cid-vbMzZrUtkF .navbar .navbar-toggler {
    flex-basis: auto;
  }
  .cid-vbMzZrUtkF .navbar .icons-menu {
    padding-left: 0;
    padding-top: 0.5rem;
    padding-bottom: 0.5rem;
  }
}
.cid-vbMzZrUtkF .navbar.navbar-short {
  min-height: 96px;
}
.cid-vbMzZrUtkF .navbar.navbar-short .navbar-brand {
  min-height: 96px;
}
.cid-vbMzZrUtkF .navbar-brand {
  min-height: 96px;
  flex-shrink: 0;
  align-items: center;
  margin-right: 0;
  padding: 10px 0;
  transition: all 0.3s;
  word-break: break-word !important;
  z-index: 1;
  word-wrap: break-word !important;
  white-space: normal;
}
@media (max-width: 992px) {
  .cid-vbMzZrUtkF .navbar-brand {
    min-height: 80px;
  }
}
.cid-vbMzZrUtkF .navbar-brand .navbar-caption {
  line-height: inherit !important;
  font-weight: 400;
}
.cid-vbMzZrUtkF .navbar-brand .navbar-caption:hover,
.cid-vbMzZrUtkF .navbar-brand .navbar-caption:focus {
  color: #ffffff !important;
}
.cid-vbMzZrUtkF .navbar-brand .navbar-logo a {
  outline: none;
}
.cid-vbMzZrUtkF .navbar.opened .navbar-brand .navbar-caption:hover,
.cid-vbMzZrUtkF .navbar.opened .navbar-brand .navbar-caption:focus {
  color: #ffffff !important;
}
.cid-vbMzZrUtkF .dropdown-item.active,
.cid-vbMzZrUtkF .dropdown-item:active {
  background-color: transparent;
}
.cid-vbMzZrUtkF .navbar-expand-lg .navbar-nav .nav-link {
  padding: 0;
}
.cid-vbMzZrUtkF .nav-dropdown .link.dropdown-toggle {
  margin-right: 1.667em;
}
.cid-vbMzZrUtkF .nav-dropdown .link.dropdown-toggle[aria-expanded="true"] {
  margin-right: 0;
  padding: 0.667em 1.667em;
}
.cid-vbMzZrUtkF .navbar.navbar-expand-lg .dropdown .dropdown-menu {
  background: #000000;
  top: 3rem;
  border-radius: 0;
}
@media (max-width: 992px) {
  .cid-vbMzZrUtkF .navbar.navbar-expand-lg .dropdown .dropdown-menu {
    top: 0;
    padding-top: 4px;
  }
}
.cid-vbMzZrUtkF .navbar.navbar-expand-lg .dropdown .dropdown-menu .dropdown-submenu {
  margin: 0;
  left: 100%;
  top: 0;
  border-left: 1px solid transparent;
}
.cid-vbMzZrUtkF .navbar .dropdown.open > .dropdown-menu {
  display: block;
}
.cid-vbMzZrUtkF ul.navbar-nav {
  position: relative;
  flex-wrap: wrap;
  animation: none !important;
}
@media (min-width: 991px) {
  .cid-vbMzZrUtkF ul.navbar-nav {
    padding: 0 24px;
    background-color: transparent;
    backdrop-filter: blur(10px);
  }
}
.cid-vbMzZrUtkF ul.navbar-nav::before {
  content: '';
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  pointer-events: none;
  border: 1px solid #ffffff;
  -webkit-mask: linear-gradient(160deg, #000000 0%, rgba(0, 0, 0, 0) 39%, rgba(0, 0, 0, 0) 69%, #000000 100%);
  mask: linear-gradient(160deg, #000000 0%, rgba(0, 0, 0, 0) 39%, rgba(0, 0, 0, 0) 69%, #000000 100%);
}
.cid-vbMzZrUtkF .navbar-buttons {
  text-align: center;
}
.cid-vbMzZrUtkF .navbar-buttons .btn {
  white-space: nowrap;
  margin-right: 0;
  min-height: auto;
}
@media (max-width: 575px) {
  .cid-vbMzZrUtkF .navbar-buttons .btn {
    width: auto !important;
  }
}
.cid-vbMzZrUtkF button.navbar-toggler {
  outline: none;
  width: 50px;
  height: 50px;
  cursor: pointer;
  transition: all 0.2s;
  position: relative;
  align-self: center;
  border-radius: 100%;
  background-color: #000000 !important;
  border: none !important;
  box-shadow: none !important;
}
.cid-vbMzZrUtkF button.navbar-toggler .hamburger span {
  position: absolute;
  right: 0;
  width: 20px;
  height: 2px;
  border-right: 5px;
  background-color: #ffffff;
}
.cid-vbMzZrUtkF button.navbar-toggler .hamburger span:nth-child(1) {
  top: 18px;
  left: 15px;
  transition: all 0.2s;
}
.cid-vbMzZrUtkF button.navbar-toggler .hamburger span:nth-child(2) {
  left: 15px;
  top: 24px;
  transition: all 0.15s;
}
.cid-vbMzZrUtkF button.navbar-toggler .hamburger span:nth-child(3) {
  left: 15px;
  top: 24px;
  transition: all 0.15s;
}
.cid-vbMzZrUtkF button.navbar-toggler .hamburger span:nth-child(4) {
  left: 15px;
  top: 30px;
  transition: all 0.2s;
}
.cid-vbMzZrUtkF nav.opened .hamburger span:nth-child(1) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-vbMzZrUtkF nav.opened .hamburger span:nth-child(2) {
  transform: rotate(45deg);
  transition: all 0.25s;
}
.cid-vbMzZrUtkF nav.opened .hamburger span:nth-child(3) {
  transform: rotate(-45deg);
  transition: all 0.25s;
}
.cid-vbMzZrUtkF nav.opened .hamburger span:nth-child(4) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-vbMzZrUtkF .navbar-dropdown {
  padding: 0 1rem;
  position: fixed;
}
.cid-vbMzZrUtkF a.nav-link {
  display: flex;
  align-items: center;
  justify-content: center;
}
.cid-vbMzZrUtkF .icons-menu {
  flex-wrap: nowrap;
  display: flex;
  justify-content: center;
  padding-left: 1rem;
  padding-right: 1rem;
  padding-top: 0.3rem;
  text-align: center;
}
@media screen and (-ms-high-contrast: active), (-ms-high-contrast: none) {
  .cid-vbMzZrUtkF .navbar {
    height: 70px;
  }
  .cid-vbMzZrUtkF .navbar.opened {
    height: auto;
  }
  .cid-vbMzZrUtkF .nav-item .nav-link:hover::before {
    width: 175%;
    max-width: calc(100% + 2rem);
    left: -1rem;
  }
}
.cid-vbMzZrUtkF .navbar-nav {
  margin: 0 auto;
}
.cid-vbMzZrUtkF .nav-item {
  padding: 0;
  margin: 0;
}
.cid-vbMzZrUtkF .nav-item .nav-link {
  padding: 0 !important;
  margin: 15px 14px !important;
  transition: all 0.3s ease-in-out;
  font-weight: 400;
}
.cid-vbMzZrUtkF .nav-item .nav-link::after {
  color: #ffffff !important;
  transform: rotate(0);
  transition: .3s;
}
.cid-vbMzZrUtkF .nav-item .nav-link::before {
  content: '';
  position: absolute;
  bottom: 0;
  right: 0;
  width: 0;
  height: 1px !important;
  background-color: #ffffff;
  transition: all 0.5s ease-in-out;
}
.cid-vbMzZrUtkF .nav-item .nav-link:hover,
.cid-vbMzZrUtkF .nav-item .nav-link:focus {
  background-color: transparent;
  color: #ffffff !important;
}
.cid-vbMzZrUtkF .nav-item .nav-link:hover::after,
.cid-vbMzZrUtkF .nav-item .nav-link:focus::after {
  color: #ffffff !important;
}
.cid-vbMzZrUtkF .nav-item .nav-link:hover::before,
.cid-vbMzZrUtkF .nav-item .nav-link:focus::before {
  width: 100%;
  right: auto;
  left: 0;
}
.cid-vbMzZrUtkF .nav-item .nav-link.show::after {
  transform: rotate(180deg);
}
.cid-vbMzZrUtkF .nav-item .dropdown-menu {
  background-color: transparent !important;
}
.cid-vbMzZrUtkF .nav-item .dropdown-menu:hover {
  background-color: transparent !important;
}
.cid-vbMzZrUtkF .nav-item .dropdown-menu .dropdown-item {
  color: #ffffff !important;
}
.cid-vbMzZrUtkF .nav-item .dropdown-menu .dropdown-item:hover,
.cid-vbMzZrUtkF .nav-item .dropdown-menu .dropdown-item:focus {
  color: #ffffff !important;
}
@media (max-width: 991px) {
  .cid-vbMzZrUtkF .navbar {
    justify-content: flex-start !important;
  }
  .cid-vbMzZrUtkF .navbar.opened {
    min-height: 100vh !important;
    flex-direction: column !important;
    justify-content: flex-start !important;
  }
  .cid-vbMzZrUtkF .navbar-collapse {
    padding: 20px 0 3rem;
  }
  .cid-vbMzZrUtkF .navbar-collapse .navbar-nav {
    width: 100%;
    margin-bottom: 24px;
  }
  .cid-vbMzZrUtkF .navbar-collapse .nav-item {
    width: auto;
    margin: 0;
    display: inline-flex;
  }
  .cid-vbMzZrUtkF .navbar-collapse .nav-item:not(:first-child) {
    border-top: none;
  }
  .cid-vbMzZrUtkF .navbar-collapse .nav-item .nav-link {
    padding: 14px !important;
    justify-content: center;
  }
}
.cid-vbMzZrUtkF .dropdown {
  display: inline-flex;
  justify-content: center;
}
@media (max-width: 991px) {
  .cid-vbMzZrUtkF .dropdown {
    text-align: center;
    display: block !important;
  }
}
.cid-vbMzZrUtkF .content-wrap {
  min-height: 110px;
}
@media (max-width: 992px) {
  .cid-vbMzZrUtkF .content-wrap {
    min-height: 80px;
  }
}
.cid-vb2gMvHzvL {
  padding-top: 11rem;
  padding-bottom: 10rem;
  background-image: url("../../../assets/images/mbr-1920x1374.webp");
}
.cid-vb2gMvHzvL .mbr-fallback-image.disabled {
  display: none;
}
.cid-vb2gMvHzvL .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-vb2gMvHzvL .container {
    padding: 0 15px;
  }
}
.cid-vb2gMvHzvL .content-wrapper {
  padding-left: 80px;
  padding-left: 0;
  padding-right: 80px;
}
@media (max-width: 992px) {
  .cid-vb2gMvHzvL .content-wrapper {
    padding: 0;
  }
}
@media (max-width: 992px) {
  .cid-vb2gMvHzvL .content-wrapper {
    margin-top: 40px;
    padding: 0;
  }
}
.cid-vb2gMvHzvL .content-wrapper .mbr-section-subtitle {
  margin-bottom: 30px;
}
.cid-vb2gMvHzvL .content-wrapper .mbr-section-title {
  margin-bottom: 30px;
}
@media (max-width: 992px) {
  .cid-vb2gMvHzvL .content-wrapper .mbr-section-title {
    margin-bottom: 20px;
  }
}
.cid-vb2gMvHzvL .content-wrapper .mbr-text {
  margin-bottom: 0;
}
.cid-vb2gMvHzvL .content-wrapper .mbr-section-btn {
  margin-top: 40px;
}
.cid-vb2gMvHzvL .image-wrapper {
  display: flex;
  align-items: center;
  justify-content: center;
  height: 100%;
}
.cid-vb2gMvHzvL .image-wrapper img {
  width: 400px;
  height: 400px;
  border: 3px solid #e43f3f;
  box-shadow: 10px 10px 50px #d2d2df;
  object-fit: cover;
  border-radius: 100% !important;
}
@media (max-width: 1500px) {
  .cid-vb2gMvHzvL .image-wrapper img {
    width: 350px;
    height: 350px;
  }
}
@media (max-width: 1199px) {
  .cid-vb2gMvHzvL .image-wrapper img {
    width: 300px;
    height: 300px;
  }
}
@media (max-width: 1200px) {
  .cid-vb2gMvHzvL .image-wrapper img {
    width: 260px;
    height: 260px;
  }
}
.cid-vb2gMvHzvL .mbr-section-title {
  color: #ffffff;
}
.cid-vb2gMvHzvL .mbr-section-subtitle {
  color: #f2ac2b;
}
.cid-vb2gMvHzvL .mbr-text {
  color: #d2d2df;
}
.cid-vb2fB2HwIh {
  padding-top: 2rem;
  padding-bottom: 1rem;
  background-color: #ffffff;
}
.cid-vb7rRWOXAX {
  padding-top: 2rem;
  padding-bottom: 1rem;
  background-color: #ffffff;
}
.cid-vb2fBDcmKm {
  padding-top: 2rem;
  padding-bottom: 2rem;
  background-color: #ffffff;
}
.cid-vb2fCc2Wgv {
  padding-top: 2rem;
  padding-bottom: 1rem;
  background-color: #ffffff;
}
.cid-vb2fCL8adm {
  padding-top: 3rem;
  padding-bottom: 8rem;
  background-color: #ffffff;
}
.cid-v0EfNxsj7U {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-image: url("../../../assets/images/background8.webp");
}
.cid-v0EfNxsj7U .mbr-fallback-image.disabled {
  display: none;
}
.cid-v0EfNxsj7U .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-v0EfNxsj7U .media-wrap {
  padding: 0;
}
@media (max-width: 991px) {
  .cid-v0EfNxsj7U .media-wrap {
    margin-bottom: 1rem;
  }
}
@media (max-width: 767px) {
  .cid-v0EfNxsj7U .row {
    text-align: center;
  }
  .cid-v0EfNxsj7U .row > div {
    margin: auto;
  }
  .cid-v0EfNxsj7U .social-row {
    justify-content: center;
  }
}
.cid-v0EfNxsj7U .social-row {
  display: flex;
  flex-wrap: wrap;
}
.cid-v0EfNxsj7U .list {
  list-style: none;
  padding-left: 0;
  color: #bbbbbb;
}
@media (max-width: 991px) {
  .cid-v0EfNxsj7U .list {
    margin-bottom: 2rem;
  }
}
@media (min-width: 992px) {
  .cid-v0EfNxsj7U .list {
    margin-bottom: 0rem;
  }
}
.cid-v0EfNxsj7U .mbr-text {
  color: #bbbbbb;
}
.cid-v0EfNxsj7U .soc-item {
  display: flex;
  align-items: center;
  justify-content: center;
  border-radius: 50%;
  background-color: white;
  margin-right: 0.5rem;
  margin-bottom: 1rem;
  padding: 0.5rem;
  height: 2.5rem;
  width: 2.5rem;
}
.cid-v0EfNxsj7U .mbr-iconfont {
  color: black;
}
@media (max-width: 991px) {
  .cid-v0EfNxsj7U div > *:last-child {
    margin-top: 0 !important;
  }
}
.cid-vbMzZrUtkF {
  z-index: 1000;
  width: 100%;
}
.cid-vbMzZrUtkF nav.navbar {
  position: fixed;
}
.cid-vbMzZrUtkF .dropdown-item:before {
  font-family: Moririse2 !important;
  content: "\e966";
  display: inline-block;
  width: 0;
  position: absolute;
  left: 1rem;
  top: 0.5rem;
  margin-right: 0.5rem;
  line-height: 1;
  font-size: inherit;
  vertical-align: middle;
  text-align: center;
  overflow: hidden;
  transform: scale(0, 1);
  transition: all 0.25s ease-in-out;
}
.cid-vbMzZrUtkF .dropdown-menu {
  padding: 0;
  border-radius: 4px;
  box-shadow: none;
}
@media (max-width: 992px) {
  .cid-vbMzZrUtkF .dropdown-menu {
    text-align: center;
  }
}
.cid-vbMzZrUtkF .dropdown-item {
  border: 1px solid #ffffff;
  background: #000000 !important;
  color: #ffffff !important;
}
.cid-vbMzZrUtkF .dropdown-item:hover,
.cid-vbMzZrUtkF .dropdown-item:focus {
  background: #000000 !important;
}
.cid-vbMzZrUtkF .dropdown-item:hover span {
  color: white;
}
.cid-vbMzZrUtkF .dropdown-item:first-child {
  border-top-left-radius: 4px;
  border-top-right-radius: 4px;
}
.cid-vbMzZrUtkF .dropdown-item:last-child {
  border-bottom-left-radius: 4px;
  border-bottom-right-radius: 4px;
}
.cid-vbMzZrUtkF .nav-dropdown .link {
  padding: 0 0.3em !important;
  margin: 0.667em 1em !important;
}
.cid-vbMzZrUtkF .nav-dropdown .link.dropdown-toggle::after {
  margin-left: 0.5rem;
  margin-top: 0;
}
.cid-vbMzZrUtkF .nav-link {
  position: relative;
}
.cid-vbMzZrUtkF .container {
  display: flex;
  margin: 0 auto;
  max-width: 1208px;
}
@media (min-width: 992px) {
  .cid-vbMzZrUtkF .container {
    flex-wrap: nowrap;
  }
}
.cid-vbMzZrUtkF .iconfont-wrapper {
  color: #ffffff !important;
  font-size: 1.5rem;
  transition: all 0.3s ease-in-out;
}
.cid-vbMzZrUtkF .iconfont-wrapper:hover {
  opacity: .5;
}
.cid-vbMzZrUtkF .dropdown-menu,
.cid-vbMzZrUtkF .navbar.opened {
  background: #000000 !important;
}
.cid-vbMzZrUtkF .nav-item:focus,
.cid-vbMzZrUtkF .nav-link:focus {
  outline: none;
}
.cid-vbMzZrUtkF .dropdown .dropdown-menu .dropdown-item {
  width: fit-content;
  transition: all 0.25s ease-in-out;
  display: inline-flex;
}
.cid-vbMzZrUtkF .dropdown .dropdown-menu .dropdown-item::after {
  right: 1rem;
}
.cid-vbMzZrUtkF .dropdown .dropdown-menu .dropdown-item .mbr-iconfont {
  margin-right: 0.5rem;
  vertical-align: sub;
}
.cid-vbMzZrUtkF .dropdown .dropdown-menu .dropdown-item .mbr-iconfont:before {
  display: inline-block;
  transform: scale(1, 1);
  transition: all 0.25s ease-in-out;
}
.cid-vbMzZrUtkF .collapsed .dropdown-menu .dropdown-item:before {
  display: none;
}
.cid-vbMzZrUtkF .collapsed .dropdown .dropdown-menu .dropdown-item {
  padding: 1px 2rem 1px 12px;
  transition: none;
  margin: 0 !important;
}
.cid-vbMzZrUtkF .navbar {
  min-height: 110px;
  transition: all 0.3s;
  border-bottom: 1px solid transparent;
  background: rgba(0, 0, 0, 0);
  padding: 0 !important;
  border-radius: 0 !important;
  border: none !important;
  box-shadow: none !important;
}
@media (max-width: 992px) {
  .cid-vbMzZrUtkF .navbar {
    min-height: 80px;
  }
}
.cid-vbMzZrUtkF .navbar.opened {
  transition: all 0.3s;
}
.cid-vbMzZrUtkF .navbar .dropdown-item {
  padding: 1px 2rem 1px 12px;
  border-radius: 0;
  font-weight: 400;
}
.cid-vbMzZrUtkF .navbar .navbar-logo img {
  width: auto;
  border-radius: 6px !important;
}
.cid-vbMzZrUtkF .navbar .navbar-collapse {
  justify-content: flex-end;
  z-index: 1;
}
.cid-vbMzZrUtkF .navbar.collapsed {
  justify-content: center;
}
.cid-vbMzZrUtkF .navbar.collapsed .nav-item .nav-link::before {
  display: none;
}
.cid-vbMzZrUtkF .navbar.collapsed.opened .dropdown-menu {
  top: 0;
}
@media (min-width: 992px) {
  .cid-vbMzZrUtkF .navbar.collapsed.opened:not(.navbar-short) .navbar-collapse {
    max-height: calc(98.5vh - 3rem);
  }
}
.cid-vbMzZrUtkF .navbar.collapsed .dropdown-menu .dropdown-submenu {
  left: 0 !important;
}
.cid-vbMzZrUtkF .navbar.collapsed .dropdown-menu .dropdown-item:after {
  right: auto;
}
.cid-vbMzZrUtkF .navbar.collapsed .dropdown-menu .dropdown-toggle[data-toggle="dropdown-submenu"]:after {
  margin-left: 0.5rem;
  margin-top: 0.2rem;
  border-top: 0.35em solid;
  border-right: 0.35em solid transparent;
  border-left: 0.35em solid transparent;
  border-bottom: 0;
  top: 41%;
  right: .8rem;
}
.cid-vbMzZrUtkF .navbar.collapsed ul.navbar-nav li {
  margin: auto;
}
.cid-vbMzZrUtkF .navbar.collapsed .dropdown-menu .dropdown-item {
  padding: 1px 2rem 1px 12px;
  text-align: center;
}
.cid-vbMzZrUtkF .navbar.collapsed .icons-menu {
  padding-left: 0;
  padding-right: 0;
  padding-top: 0.5rem;
  padding-bottom: 0.5rem;
}
@media (max-width: 991px) {
  .cid-vbMzZrUtkF .navbar .nav-item .nav-link::before {
    display: none;
  }
  .cid-vbMzZrUtkF .navbar.opened .dropdown-menu {
    top: 0;
  }
  .cid-vbMzZrUtkF .navbar .dropdown-menu .dropdown-submenu {
    left: 0 !important;
  }
  .cid-vbMzZrUtkF .navbar .dropdown-menu .dropdown-item:after {
    right: auto;
  }
  .cid-vbMzZrUtkF .navbar .dropdown-menu .dropdown-toggle[data-toggle="dropdown-submenu"]:after {
    margin-left: 0.5rem;
    margin-top: 0.2rem;
    border-top: 0.35em solid;
    border-right: 0.35em solid transparent;
    border-left: 0.35em solid transparent;
    border-bottom: 0;
    top: 40%;
    right: .8rem;
  }
  .cid-vbMzZrUtkF .navbar .navbar-logo img {
    height: 3rem !important;
  }
  .cid-vbMzZrUtkF .navbar ul.navbar-nav li {
    margin: auto;
  }
  .cid-vbMzZrUtkF .navbar .dropdown-menu .dropdown-item {
    padding: 1px 2rem 1px 12px;
    text-align: center;
  }
  .cid-vbMzZrUtkF .navbar .navbar-brand {
    flex-shrink: initial;
    flex-basis: auto;
    word-break: break-word;
    padding-right: 0.5rem;
    max-width: 80%;
  }
  .cid-vbMzZrUtkF .navbar .navbar-toggler {
    flex-basis: auto;
  }
  .cid-vbMzZrUtkF .navbar .icons-menu {
    padding-left: 0;
    padding-top: 0.5rem;
    padding-bottom: 0.5rem;
  }
}
.cid-vbMzZrUtkF .navbar.navbar-short {
  min-height: 96px;
}
.cid-vbMzZrUtkF .navbar.navbar-short .navbar-brand {
  min-height: 96px;
}
.cid-vbMzZrUtkF .navbar-brand {
  min-height: 96px;
  flex-shrink: 0;
  align-items: center;
  margin-right: 0;
  padding: 10px 0;
  transition: all 0.3s;
  word-break: break-word !important;
  z-index: 1;
  word-wrap: break-word !important;
  white-space: normal;
}
@media (max-width: 992px) {
  .cid-vbMzZrUtkF .navbar-brand {
    min-height: 80px;
  }
}
.cid-vbMzZrUtkF .navbar-brand .navbar-caption {
  line-height: inherit !important;
  font-weight: 400;
}
.cid-vbMzZrUtkF .navbar-brand .navbar-caption:hover,
.cid-vbMzZrUtkF .navbar-brand .navbar-caption:focus {
  color: #ffffff !important;
}
.cid-vbMzZrUtkF .navbar-brand .navbar-logo a {
  outline: none;
}
.cid-vbMzZrUtkF .navbar.opened .navbar-brand .navbar-caption:hover,
.cid-vbMzZrUtkF .navbar.opened .navbar-brand .navbar-caption:focus {
  color: #ffffff !important;
}
.cid-vbMzZrUtkF .dropdown-item.active,
.cid-vbMzZrUtkF .dropdown-item:active {
  background-color: transparent;
}
.cid-vbMzZrUtkF .navbar-expand-lg .navbar-nav .nav-link {
  padding: 0;
}
.cid-vbMzZrUtkF .nav-dropdown .link.dropdown-toggle {
  margin-right: 1.667em;
}
.cid-vbMzZrUtkF .nav-dropdown .link.dropdown-toggle[aria-expanded="true"] {
  margin-right: 0;
  padding: 0.667em 1.667em;
}
.cid-vbMzZrUtkF .navbar.navbar-expand-lg .dropdown .dropdown-menu {
  background: #000000;
  top: 3rem;
  border-radius: 0;
}
@media (max-width: 992px) {
  .cid-vbMzZrUtkF .navbar.navbar-expand-lg .dropdown .dropdown-menu {
    top: 0;
    padding-top: 4px;
  }
}
.cid-vbMzZrUtkF .navbar.navbar-expand-lg .dropdown .dropdown-menu .dropdown-submenu {
  margin: 0;
  left: 100%;
  top: 0;
  border-left: 1px solid transparent;
}
.cid-vbMzZrUtkF .navbar .dropdown.open > .dropdown-menu {
  display: block;
}
.cid-vbMzZrUtkF ul.navbar-nav {
  position: relative;
  flex-wrap: wrap;
  animation: none !important;
}
@media (min-width: 991px) {
  .cid-vbMzZrUtkF ul.navbar-nav {
    padding: 0 24px;
    background-color: transparent;
    backdrop-filter: blur(10px);
  }
}
.cid-vbMzZrUtkF ul.navbar-nav::before {
  content: '';
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  pointer-events: none;
  border: 1px solid #ffffff;
  -webkit-mask: linear-gradient(160deg, #000000 0%, rgba(0, 0, 0, 0) 39%, rgba(0, 0, 0, 0) 69%, #000000 100%);
  mask: linear-gradient(160deg, #000000 0%, rgba(0, 0, 0, 0) 39%, rgba(0, 0, 0, 0) 69%, #000000 100%);
}
.cid-vbMzZrUtkF .navbar-buttons {
  text-align: center;
}
.cid-vbMzZrUtkF .navbar-buttons .btn {
  white-space: nowrap;
  margin-right: 0;
  min-height: auto;
}
@media (max-width: 575px) {
  .cid-vbMzZrUtkF .navbar-buttons .btn {
    width: auto !important;
  }
}
.cid-vbMzZrUtkF button.navbar-toggler {
  outline: none;
  width: 50px;
  height: 50px;
  cursor: pointer;
  transition: all 0.2s;
  position: relative;
  align-self: center;
  border-radius: 100%;
  background-color: #000000 !important;
  border: none !important;
  box-shadow: none !important;
}
.cid-vbMzZrUtkF button.navbar-toggler .hamburger span {
  position: absolute;
  right: 0;
  width: 20px;
  height: 2px;
  border-right: 5px;
  background-color: #ffffff;
}
.cid-vbMzZrUtkF button.navbar-toggler .hamburger span:nth-child(1) {
  top: 18px;
  left: 15px;
  transition: all 0.2s;
}
.cid-vbMzZrUtkF button.navbar-toggler .hamburger span:nth-child(2) {
  left: 15px;
  top: 24px;
  transition: all 0.15s;
}
.cid-vbMzZrUtkF button.navbar-toggler .hamburger span:nth-child(3) {
  left: 15px;
  top: 24px;
  transition: all 0.15s;
}
.cid-vbMzZrUtkF button.navbar-toggler .hamburger span:nth-child(4) {
  left: 15px;
  top: 30px;
  transition: all 0.2s;
}
.cid-vbMzZrUtkF nav.opened .hamburger span:nth-child(1) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-vbMzZrUtkF nav.opened .hamburger span:nth-child(2) {
  transform: rotate(45deg);
  transition: all 0.25s;
}
.cid-vbMzZrUtkF nav.opened .hamburger span:nth-child(3) {
  transform: rotate(-45deg);
  transition: all 0.25s;
}
.cid-vbMzZrUtkF nav.opened .hamburger span:nth-child(4) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-vbMzZrUtkF .navbar-dropdown {
  padding: 0 1rem;
  position: fixed;
}
.cid-vbMzZrUtkF a.nav-link {
  display: flex;
  align-items: center;
  justify-content: center;
}
.cid-vbMzZrUtkF .icons-menu {
  flex-wrap: nowrap;
  display: flex;
  justify-content: center;
  padding-left: 1rem;
  padding-right: 1rem;
  padding-top: 0.3rem;
  text-align: center;
}
@media screen and (-ms-high-contrast: active), (-ms-high-contrast: none) {
  .cid-vbMzZrUtkF .navbar {
    height: 70px;
  }
  .cid-vbMzZrUtkF .navbar.opened {
    height: auto;
  }
  .cid-vbMzZrUtkF .nav-item .nav-link:hover::before {
    width: 175%;
    max-width: calc(100% + 2rem);
    left: -1rem;
  }
}
.cid-vbMzZrUtkF .navbar-nav {
  margin: 0 auto;
}
.cid-vbMzZrUtkF .nav-item {
  padding: 0;
  margin: 0;
}
.cid-vbMzZrUtkF .nav-item .nav-link {
  padding: 0 !important;
  margin: 15px 14px !important;
  transition: all 0.3s ease-in-out;
  font-weight: 400;
}
.cid-vbMzZrUtkF .nav-item .nav-link::after {
  color: #ffffff !important;
  transform: rotate(0);
  transition: .3s;
}
.cid-vbMzZrUtkF .nav-item .nav-link::before {
  content: '';
  position: absolute;
  bottom: 0;
  right: 0;
  width: 0;
  height: 1px !important;
  background-color: #ffffff;
  transition: all 0.5s ease-in-out;
}
.cid-vbMzZrUtkF .nav-item .nav-link:hover,
.cid-vbMzZrUtkF .nav-item .nav-link:focus {
  background-color: transparent;
  color: #ffffff !important;
}
.cid-vbMzZrUtkF .nav-item .nav-link:hover::after,
.cid-vbMzZrUtkF .nav-item .nav-link:focus::after {
  color: #ffffff !important;
}
.cid-vbMzZrUtkF .nav-item .nav-link:hover::before,
.cid-vbMzZrUtkF .nav-item .nav-link:focus::before {
  width: 100%;
  right: auto;
  left: 0;
}
.cid-vbMzZrUtkF .nav-item .nav-link.show::after {
  transform: rotate(180deg);
}
.cid-vbMzZrUtkF .nav-item .dropdown-menu {
  background-color: transparent !important;
}
.cid-vbMzZrUtkF .nav-item .dropdown-menu:hover {
  background-color: transparent !important;
}
.cid-vbMzZrUtkF .nav-item .dropdown-menu .dropdown-item {
  color: #ffffff !important;
}
.cid-vbMzZrUtkF .nav-item .dropdown-menu .dropdown-item:hover,
.cid-vbMzZrUtkF .nav-item .dropdown-menu .dropdown-item:focus {
  color: #ffffff !important;
}
@media (max-width: 991px) {
  .cid-vbMzZrUtkF .navbar {
    justify-content: flex-start !important;
  }
  .cid-vbMzZrUtkF .navbar.opened {
    min-height: 100vh !important;
    flex-direction: column !important;
    justify-content: flex-start !important;
  }
  .cid-vbMzZrUtkF .navbar-collapse {
    padding: 20px 0 3rem;
  }
  .cid-vbMzZrUtkF .navbar-collapse .navbar-nav {
    width: 100%;
    margin-bottom: 24px;
  }
  .cid-vbMzZrUtkF .navbar-collapse .nav-item {
    width: auto;
    margin: 0;
    display: inline-flex;
  }
  .cid-vbMzZrUtkF .navbar-collapse .nav-item:not(:first-child) {
    border-top: none;
  }
  .cid-vbMzZrUtkF .navbar-collapse .nav-item .nav-link {
    padding: 14px !important;
    justify-content: center;
  }
}
.cid-vbMzZrUtkF .dropdown {
  display: inline-flex;
  justify-content: center;
}
@media (max-width: 991px) {
  .cid-vbMzZrUtkF .dropdown {
    text-align: center;
    display: block !important;
  }
}
.cid-vbMzZrUtkF .content-wrap {
  min-height: 110px;
}
@media (max-width: 992px) {
  .cid-vbMzZrUtkF .content-wrap {
    min-height: 80px;
  }
}
.cid-vb2zd6DeCq {
  padding-top: 10rem;
  padding-bottom: 2rem;
  background-image: url("../../../assets/images/mbr-1920x1363.webp");
}
.cid-vb2zd6DeCq .mbr-fallback-image.disabled {
  display: none;
}
.cid-vb2zd6DeCq .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-vb2zd6DeCq .video-wrapper iframe {
  width: 100%;
}
.cid-vb2zd6DeCq .mbr-section-title,
.cid-vb2zd6DeCq .mbr-description {
  text-align: center;
}
@media (min-width: 992px) {
  .cid-vb2zd6DeCq .text-wrapper {
    padding: 2rem;
  }
}
.cid-vb2zd6DeCq .mbr-section-title {
  color: #efebeb;
}
.cid-vb2zd6DeCq .mbr-text {
  color: #ffffff;
}
.cid-vb2zd6DeCq .mbr-section-subtitle {
  color: #ffffff;
}
.cid-tZbpoyELgU {
  padding-top: 3rem;
  padding-bottom: 3rem;
  background-image: url("../../../assets/images/background1.webp");
}
.cid-tZbpoyELgU .mbr-fallback-image.disabled {
  display: none;
}
.cid-tZbpoyELgU .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-tZbpoyELgU .container {
    padding: 0 15px;
  }
}
.cid-tZbpoyELgU .content-wrapper {
  padding-left: 80px;
  padding-left: 0;
  padding-right: 80px;
}
@media (max-width: 992px) {
  .cid-tZbpoyELgU .content-wrapper {
    padding: 0;
  }
}
@media (max-width: 992px) {
  .cid-tZbpoyELgU .content-wrapper {
    margin-top: 40px;
    padding: 0;
  }
}
.cid-tZbpoyELgU .content-wrapper .mbr-section-subtitle {
  margin-bottom: 30px;
}
.cid-tZbpoyELgU .content-wrapper .mbr-section-title {
  margin-bottom: 30px;
}
@media (max-width: 992px) {
  .cid-tZbpoyELgU .content-wrapper .mbr-section-title {
    margin-bottom: 20px;
  }
}
.cid-tZbpoyELgU .content-wrapper .mbr-text {
  margin-bottom: 0;
}
.cid-tZbpoyELgU .content-wrapper .mbr-section-btn {
  margin-top: 40px;
}
.cid-tZbpoyELgU .image-wrapper {
  display: flex;
  align-items: center;
  justify-content: center;
  height: 100%;
}
.cid-tZbpoyELgU .image-wrapper img {
  width: 400px;
  height: 400px;
  border: 3px solid #373d52;
  box-shadow: 10px 10px 50px #d2d2df;
  object-fit: cover;
  border-radius: 100% !important;
}
@media (max-width: 1500px) {
  .cid-tZbpoyELgU .image-wrapper img {
    width: 350px;
    height: 350px;
  }
}
@media (max-width: 1199px) {
  .cid-tZbpoyELgU .image-wrapper img {
    width: 300px;
    height: 300px;
  }
}
@media (max-width: 1200px) {
  .cid-tZbpoyELgU .image-wrapper img {
    width: 260px;
    height: 260px;
  }
}
.cid-tZbpoyELgU .mbr-section-title {
  color: #ffffff;
}
.cid-tZbpoyELgU .mbr-section-subtitle {
  color: #f2ac2b;
}
.cid-tZbpoyELgU .mbr-text {
  color: #d2d2df;
}
.cid-tZbs48Diy3 {
  padding-top: 3rem;
  padding-bottom: 8rem;
  background-color: #ffffff;
}
.cid-tZVOcQx1TX {
  padding-top: 80px;
  padding-bottom: 60px;
  background-image: url("../../../assets/images/mbr-1920x1080.webp");
}
.cid-tZVOcQx1TX .media-content .btn-bgr {
  z-index: 0;
}
.cid-tZVOcQx1TX .mbr-section-text {
  word-break: break-word;
}
.cid-tZVOcQx1TX .mbr-overlay {
  background: linear-gradient(90deg, #000000, #1d2671);
}
@media (min-width: 992px) {
  .cid-tZVOcQx1TX .mbr-figure {
    padding-left: 4rem;
    padding-right: 4rem;
    padding-left: 1rem;
  }
}
@media (max-width: 991px) {
  .cid-tZVOcQx1TX .mbr-figure {
    padding-top: 3rem;
  }
}
@media (max-width: 767px) {
  .cid-tZVOcQx1TX .mbr-text {
    text-align: center;
  }
}
.cid-tZVOcQx1TX .media-container-row {
  -webkit-flex-direction: row-reverse;
  -ms-flex-direction: row-reverse;
}
.cid-tZbmC0CjYL {
  padding-top: 7rem;
  padding-bottom: 7rem;
  background-image: url("../../../assets/images/background2.webp");
}
.cid-tZbmC0CjYL .mbr-iconfont {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  font-size: 3.5rem;
  color: #263d5a;
  margin-bottom: 1rem;
  border-radius: 50%;
  overflow: visible;
}
.cid-tZbmC0CjYL .image-wrapper {
  height: 100%;
}
@media (max-width: 992px) {
  .cid-tZbmC0CjYL .image-wrapper {
    padding-bottom: 2rem;
  }
}
.cid-tZbmC0CjYL img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  border-radius: 30px;
}
.cid-tZbmC0CjYL .glass {
  background: linear-gradient(0deg, rgba(255, 255, 255, 0.3) 0%, rgba(255, 255, 255, 0.6) 100%);
  backdrop-filter: blur(3.5px);
  box-shadow: 0 0 20px 0 rgba(0, 0, 0, 0.1);
  border-radius: 30px;
  padding: 2rem 1rem;
  margin: 0;
  overflow: visible;
  position: relative;
}
@media (max-width: 767px) {
  .cid-tZbmC0CjYL .glass {
    padding: 1rem 0rem;
  }
}
.cid-tZbmC0CjYL .glass:before {
  content: '';
  position: absolute;
  top: 0px;
  left: 0px;
  opacity: 0.3;
  height: 100%;
  width: 100%;
  border: 2px solid white;
  border-radius: 30px;
  pointer-events: none;
}
.cid-tZbmC0CjYL .card-wrapper {
  overflow: visible;
  margin-bottom: 2rem;
}
.cid-tZbmC0CjYL .card-text {
  color: #263d5a;
}
.cid-tZbmC0CjYL .card-title,
.cid-tZbmC0CjYL .iconfont-wrapper {
  color: #263d5a;
}
.cid-tZbmC0CjYL .mbr-section-subtitle {
  color: #263d5a;
  text-align: left;
}
.cid-tZbmC0CjYL .mbr-section-title {
  color: #263d5a;
}
@media (max-width: 992px) {
  .cid-tZbmC0CjYL .card-wrapper {
    margin-bottom: 2rem;
  }
}
.cid-v0EfNxsj7U {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-image: url("../../../assets/images/background8.webp");
}
.cid-v0EfNxsj7U .mbr-fallback-image.disabled {
  display: none;
}
.cid-v0EfNxsj7U .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-v0EfNxsj7U .media-wrap {
  padding: 0;
}
@media (max-width: 991px) {
  .cid-v0EfNxsj7U .media-wrap {
    margin-bottom: 1rem;
  }
}
@media (max-width: 767px) {
  .cid-v0EfNxsj7U .row {
    text-align: center;
  }
  .cid-v0EfNxsj7U .row > div {
    margin: auto;
  }
  .cid-v0EfNxsj7U .social-row {
    justify-content: center;
  }
}
.cid-v0EfNxsj7U .social-row {
  display: flex;
  flex-wrap: wrap;
}
.cid-v0EfNxsj7U .list {
  list-style: none;
  padding-left: 0;
  color: #bbbbbb;
}
@media (max-width: 991px) {
  .cid-v0EfNxsj7U .list {
    margin-bottom: 2rem;
  }
}
@media (min-width: 992px) {
  .cid-v0EfNxsj7U .list {
    margin-bottom: 0rem;
  }
}
.cid-v0EfNxsj7U .mbr-text {
  color: #bbbbbb;
}
.cid-v0EfNxsj7U .soc-item {
  display: flex;
  align-items: center;
  justify-content: center;
  border-radius: 50%;
  background-color: white;
  margin-right: 0.5rem;
  margin-bottom: 1rem;
  padding: 0.5rem;
  height: 2.5rem;
  width: 2.5rem;
}
.cid-v0EfNxsj7U .mbr-iconfont {
  color: black;
}
@media (max-width: 991px) {
  .cid-v0EfNxsj7U div > *:last-child {
    margin-top: 0 !important;
  }
}
.cid-vbMzZrUtkF {
  z-index: 1000;
  width: 100%;
}
.cid-vbMzZrUtkF nav.navbar {
  position: fixed;
}
.cid-vbMzZrUtkF .dropdown-item:before {
  font-family: Moririse2 !important;
  content: "\e966";
  display: inline-block;
  width: 0;
  position: absolute;
  left: 1rem;
  top: 0.5rem;
  margin-right: 0.5rem;
  line-height: 1;
  font-size: inherit;
  vertical-align: middle;
  text-align: center;
  overflow: hidden;
  transform: scale(0, 1);
  transition: all 0.25s ease-in-out;
}
.cid-vbMzZrUtkF .dropdown-menu {
  padding: 0;
  border-radius: 4px;
  box-shadow: none;
}
@media (max-width: 992px) {
  .cid-vbMzZrUtkF .dropdown-menu {
    text-align: center;
  }
}
.cid-vbMzZrUtkF .dropdown-item {
  border: 1px solid #ffffff;
  background: #000000 !important;
  color: #ffffff !important;
}
.cid-vbMzZrUtkF .dropdown-item:hover,
.cid-vbMzZrUtkF .dropdown-item:focus {
  background: #000000 !important;
}
.cid-vbMzZrUtkF .dropdown-item:hover span {
  color: white;
}
.cid-vbMzZrUtkF .dropdown-item:first-child {
  border-top-left-radius: 4px;
  border-top-right-radius: 4px;
}
.cid-vbMzZrUtkF .dropdown-item:last-child {
  border-bottom-left-radius: 4px;
  border-bottom-right-radius: 4px;
}
.cid-vbMzZrUtkF .nav-dropdown .link {
  padding: 0 0.3em !important;
  margin: 0.667em 1em !important;
}
.cid-vbMzZrUtkF .nav-dropdown .link.dropdown-toggle::after {
  margin-left: 0.5rem;
  margin-top: 0;
}
.cid-vbMzZrUtkF .nav-link {
  position: relative;
}
.cid-vbMzZrUtkF .container {
  display: flex;
  margin: 0 auto;
  max-width: 1208px;
}
@media (min-width: 992px) {
  .cid-vbMzZrUtkF .container {
    flex-wrap: nowrap;
  }
}
.cid-vbMzZrUtkF .iconfont-wrapper {
  color: #ffffff !important;
  font-size: 1.5rem;
  transition: all 0.3s ease-in-out;
}
.cid-vbMzZrUtkF .iconfont-wrapper:hover {
  opacity: .5;
}
.cid-vbMzZrUtkF .dropdown-menu,
.cid-vbMzZrUtkF .navbar.opened {
  background: #000000 !important;
}
.cid-vbMzZrUtkF .nav-item:focus,
.cid-vbMzZrUtkF .nav-link:focus {
  outline: none;
}
.cid-vbMzZrUtkF .dropdown .dropdown-menu .dropdown-item {
  width: fit-content;
  transition: all 0.25s ease-in-out;
  display: inline-flex;
}
.cid-vbMzZrUtkF .dropdown .dropdown-menu .dropdown-item::after {
  right: 1rem;
}
.cid-vbMzZrUtkF .dropdown .dropdown-menu .dropdown-item .mbr-iconfont {
  margin-right: 0.5rem;
  vertical-align: sub;
}
.cid-vbMzZrUtkF .dropdown .dropdown-menu .dropdown-item .mbr-iconfont:before {
  display: inline-block;
  transform: scale(1, 1);
  transition: all 0.25s ease-in-out;
}
.cid-vbMzZrUtkF .collapsed .dropdown-menu .dropdown-item:before {
  display: none;
}
.cid-vbMzZrUtkF .collapsed .dropdown .dropdown-menu .dropdown-item {
  padding: 1px 2rem 1px 12px;
  transition: none;
  margin: 0 !important;
}
.cid-vbMzZrUtkF .navbar {
  min-height: 110px;
  transition: all 0.3s;
  border-bottom: 1px solid transparent;
  background: rgba(0, 0, 0, 0);
  padding: 0 !important;
  border-radius: 0 !important;
  border: none !important;
  box-shadow: none !important;
}
@media (max-width: 992px) {
  .cid-vbMzZrUtkF .navbar {
    min-height: 80px;
  }
}
.cid-vbMzZrUtkF .navbar.opened {
  transition: all 0.3s;
}
.cid-vbMzZrUtkF .navbar .dropdown-item {
  padding: 1px 2rem 1px 12px;
  border-radius: 0;
  font-weight: 400;
}
.cid-vbMzZrUtkF .navbar .navbar-logo img {
  width: auto;
  border-radius: 6px !important;
}
.cid-vbMzZrUtkF .navbar .navbar-collapse {
  justify-content: flex-end;
  z-index: 1;
}
.cid-vbMzZrUtkF .navbar.collapsed {
  justify-content: center;
}
.cid-vbMzZrUtkF .navbar.collapsed .nav-item .nav-link::before {
  display: none;
}
.cid-vbMzZrUtkF .navbar.collapsed.opened .dropdown-menu {
  top: 0;
}
@media (min-width: 992px) {
  .cid-vbMzZrUtkF .navbar.collapsed.opened:not(.navbar-short) .navbar-collapse {
    max-height: calc(98.5vh - 3rem);
  }
}
.cid-vbMzZrUtkF .navbar.collapsed .dropdown-menu .dropdown-submenu {
  left: 0 !important;
}
.cid-vbMzZrUtkF .navbar.collapsed .dropdown-menu .dropdown-item:after {
  right: auto;
}
.cid-vbMzZrUtkF .navbar.collapsed .dropdown-menu .dropdown-toggle[data-toggle="dropdown-submenu"]:after {
  margin-left: 0.5rem;
  margin-top: 0.2rem;
  border-top: 0.35em solid;
  border-right: 0.35em solid transparent;
  border-left: 0.35em solid transparent;
  border-bottom: 0;
  top: 41%;
  right: .8rem;
}
.cid-vbMzZrUtkF .navbar.collapsed ul.navbar-nav li {
  margin: auto;
}
.cid-vbMzZrUtkF .navbar.collapsed .dropdown-menu .dropdown-item {
  padding: 1px 2rem 1px 12px;
  text-align: center;
}
.cid-vbMzZrUtkF .navbar.collapsed .icons-menu {
  padding-left: 0;
  padding-right: 0;
  padding-top: 0.5rem;
  padding-bottom: 0.5rem;
}
@media (max-width: 991px) {
  .cid-vbMzZrUtkF .navbar .nav-item .nav-link::before {
    display: none;
  }
  .cid-vbMzZrUtkF .navbar.opened .dropdown-menu {
    top: 0;
  }
  .cid-vbMzZrUtkF .navbar .dropdown-menu .dropdown-submenu {
    left: 0 !important;
  }
  .cid-vbMzZrUtkF .navbar .dropdown-menu .dropdown-item:after {
    right: auto;
  }
  .cid-vbMzZrUtkF .navbar .dropdown-menu .dropdown-toggle[data-toggle="dropdown-submenu"]:after {
    margin-left: 0.5rem;
    margin-top: 0.2rem;
    border-top: 0.35em solid;
    border-right: 0.35em solid transparent;
    border-left: 0.35em solid transparent;
    border-bottom: 0;
    top: 40%;
    right: .8rem;
  }
  .cid-vbMzZrUtkF .navbar .navbar-logo img {
    height: 3rem !important;
  }
  .cid-vbMzZrUtkF .navbar ul.navbar-nav li {
    margin: auto;
  }
  .cid-vbMzZrUtkF .navbar .dropdown-menu .dropdown-item {
    padding: 1px 2rem 1px 12px;
    text-align: center;
  }
  .cid-vbMzZrUtkF .navbar .navbar-brand {
    flex-shrink: initial;
    flex-basis: auto;
    word-break: break-word;
    padding-right: 0.5rem;
    max-width: 80%;
  }
  .cid-vbMzZrUtkF .navbar .navbar-toggler {
    flex-basis: auto;
  }
  .cid-vbMzZrUtkF .navbar .icons-menu {
    padding-left: 0;
    padding-top: 0.5rem;
    padding-bottom: 0.5rem;
  }
}
.cid-vbMzZrUtkF .navbar.navbar-short {
  min-height: 96px;
}
.cid-vbMzZrUtkF .navbar.navbar-short .navbar-brand {
  min-height: 96px;
}
.cid-vbMzZrUtkF .navbar-brand {
  min-height: 96px;
  flex-shrink: 0;
  align-items: center;
  margin-right: 0;
  padding: 10px 0;
  transition: all 0.3s;
  word-break: break-word !important;
  z-index: 1;
  word-wrap: break-word !important;
  white-space: normal;
}
@media (max-width: 992px) {
  .cid-vbMzZrUtkF .navbar-brand {
    min-height: 80px;
  }
}
.cid-vbMzZrUtkF .navbar-brand .navbar-caption {
  line-height: inherit !important;
  font-weight: 400;
}
.cid-vbMzZrUtkF .navbar-brand .navbar-caption:hover,
.cid-vbMzZrUtkF .navbar-brand .navbar-caption:focus {
  color: #ffffff !important;
}
.cid-vbMzZrUtkF .navbar-brand .navbar-logo a {
  outline: none;
}
.cid-vbMzZrUtkF .navbar.opened .navbar-brand .navbar-caption:hover,
.cid-vbMzZrUtkF .navbar.opened .navbar-brand .navbar-caption:focus {
  color: #ffffff !important;
}
.cid-vbMzZrUtkF .dropdown-item.active,
.cid-vbMzZrUtkF .dropdown-item:active {
  background-color: transparent;
}
.cid-vbMzZrUtkF .navbar-expand-lg .navbar-nav .nav-link {
  padding: 0;
}
.cid-vbMzZrUtkF .nav-dropdown .link.dropdown-toggle {
  margin-right: 1.667em;
}
.cid-vbMzZrUtkF .nav-dropdown .link.dropdown-toggle[aria-expanded="true"] {
  margin-right: 0;
  padding: 0.667em 1.667em;
}
.cid-vbMzZrUtkF .navbar.navbar-expand-lg .dropdown .dropdown-menu {
  background: #000000;
  top: 3rem;
  border-radius: 0;
}
@media (max-width: 992px) {
  .cid-vbMzZrUtkF .navbar.navbar-expand-lg .dropdown .dropdown-menu {
    top: 0;
    padding-top: 4px;
  }
}
.cid-vbMzZrUtkF .navbar.navbar-expand-lg .dropdown .dropdown-menu .dropdown-submenu {
  margin: 0;
  left: 100%;
  top: 0;
  border-left: 1px solid transparent;
}
.cid-vbMzZrUtkF .navbar .dropdown.open > .dropdown-menu {
  display: block;
}
.cid-vbMzZrUtkF ul.navbar-nav {
  position: relative;
  flex-wrap: wrap;
  animation: none !important;
}
@media (min-width: 991px) {
  .cid-vbMzZrUtkF ul.navbar-nav {
    padding: 0 24px;
    background-color: transparent;
    backdrop-filter: blur(10px);
  }
}
.cid-vbMzZrUtkF ul.navbar-nav::before {
  content: '';
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  pointer-events: none;
  border: 1px solid #ffffff;
  -webkit-mask: linear-gradient(160deg, #000000 0%, rgba(0, 0, 0, 0) 39%, rgba(0, 0, 0, 0) 69%, #000000 100%);
  mask: linear-gradient(160deg, #000000 0%, rgba(0, 0, 0, 0) 39%, rgba(0, 0, 0, 0) 69%, #000000 100%);
}
.cid-vbMzZrUtkF .navbar-buttons {
  text-align: center;
}
.cid-vbMzZrUtkF .navbar-buttons .btn {
  white-space: nowrap;
  margin-right: 0;
  min-height: auto;
}
@media (max-width: 575px) {
  .cid-vbMzZrUtkF .navbar-buttons .btn {
    width: auto !important;
  }
}
.cid-vbMzZrUtkF button.navbar-toggler {
  outline: none;
  width: 50px;
  height: 50px;
  cursor: pointer;
  transition: all 0.2s;
  position: relative;
  align-self: center;
  border-radius: 100%;
  background-color: #000000 !important;
  border: none !important;
  box-shadow: none !important;
}
.cid-vbMzZrUtkF button.navbar-toggler .hamburger span {
  position: absolute;
  right: 0;
  width: 20px;
  height: 2px;
  border-right: 5px;
  background-color: #ffffff;
}
.cid-vbMzZrUtkF button.navbar-toggler .hamburger span:nth-child(1) {
  top: 18px;
  left: 15px;
  transition: all 0.2s;
}
.cid-vbMzZrUtkF button.navbar-toggler .hamburger span:nth-child(2) {
  left: 15px;
  top: 24px;
  transition: all 0.15s;
}
.cid-vbMzZrUtkF button.navbar-toggler .hamburger span:nth-child(3) {
  left: 15px;
  top: 24px;
  transition: all 0.15s;
}
.cid-vbMzZrUtkF button.navbar-toggler .hamburger span:nth-child(4) {
  left: 15px;
  top: 30px;
  transition: all 0.2s;
}
.cid-vbMzZrUtkF nav.opened .hamburger span:nth-child(1) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-vbMzZrUtkF nav.opened .hamburger span:nth-child(2) {
  transform: rotate(45deg);
  transition: all 0.25s;
}
.cid-vbMzZrUtkF nav.opened .hamburger span:nth-child(3) {
  transform: rotate(-45deg);
  transition: all 0.25s;
}
.cid-vbMzZrUtkF nav.opened .hamburger span:nth-child(4) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-vbMzZrUtkF .navbar-dropdown {
  padding: 0 1rem;
  position: fixed;
}
.cid-vbMzZrUtkF a.nav-link {
  display: flex;
  align-items: center;
  justify-content: center;
}
.cid-vbMzZrUtkF .icons-menu {
  flex-wrap: nowrap;
  display: flex;
  justify-content: center;
  padding-left: 1rem;
  padding-right: 1rem;
  padding-top: 0.3rem;
  text-align: center;
}
@media screen and (-ms-high-contrast: active), (-ms-high-contrast: none) {
  .cid-vbMzZrUtkF .navbar {
    height: 70px;
  }
  .cid-vbMzZrUtkF .navbar.opened {
    height: auto;
  }
  .cid-vbMzZrUtkF .nav-item .nav-link:hover::before {
    width: 175%;
    max-width: calc(100% + 2rem);
    left: -1rem;
  }
}
.cid-vbMzZrUtkF .navbar-nav {
  margin: 0 auto;
}
.cid-vbMzZrUtkF .nav-item {
  padding: 0;
  margin: 0;
}
.cid-vbMzZrUtkF .nav-item .nav-link {
  padding: 0 !important;
  margin: 15px 14px !important;
  transition: all 0.3s ease-in-out;
  font-weight: 400;
}
.cid-vbMzZrUtkF .nav-item .nav-link::after {
  color: #ffffff !important;
  transform: rotate(0);
  transition: .3s;
}
.cid-vbMzZrUtkF .nav-item .nav-link::before {
  content: '';
  position: absolute;
  bottom: 0;
  right: 0;
  width: 0;
  height: 1px !important;
  background-color: #ffffff;
  transition: all 0.5s ease-in-out;
}
.cid-vbMzZrUtkF .nav-item .nav-link:hover,
.cid-vbMzZrUtkF .nav-item .nav-link:focus {
  background-color: transparent;
  color: #ffffff !important;
}
.cid-vbMzZrUtkF .nav-item .nav-link:hover::after,
.cid-vbMzZrUtkF .nav-item .nav-link:focus::after {
  color: #ffffff !important;
}
.cid-vbMzZrUtkF .nav-item .nav-link:hover::before,
.cid-vbMzZrUtkF .nav-item .nav-link:focus::before {
  width: 100%;
  right: auto;
  left: 0;
}
.cid-vbMzZrUtkF .nav-item .nav-link.show::after {
  transform: rotate(180deg);
}
.cid-vbMzZrUtkF .nav-item .dropdown-menu {
  background-color: transparent !important;
}
.cid-vbMzZrUtkF .nav-item .dropdown-menu:hover {
  background-color: transparent !important;
}
.cid-vbMzZrUtkF .nav-item .dropdown-menu .dropdown-item {
  color: #ffffff !important;
}
.cid-vbMzZrUtkF .nav-item .dropdown-menu .dropdown-item:hover,
.cid-vbMzZrUtkF .nav-item .dropdown-menu .dropdown-item:focus {
  color: #ffffff !important;
}
@media (max-width: 991px) {
  .cid-vbMzZrUtkF .navbar {
    justify-content: flex-start !important;
  }
  .cid-vbMzZrUtkF .navbar.opened {
    min-height: 100vh !important;
    flex-direction: column !important;
    justify-content: flex-start !important;
  }
  .cid-vbMzZrUtkF .navbar-collapse {
    padding: 20px 0 3rem;
  }
  .cid-vbMzZrUtkF .navbar-collapse .navbar-nav {
    width: 100%;
    margin-bottom: 24px;
  }
  .cid-vbMzZrUtkF .navbar-collapse .nav-item {
    width: auto;
    margin: 0;
    display: inline-flex;
  }
  .cid-vbMzZrUtkF .navbar-collapse .nav-item:not(:first-child) {
    border-top: none;
  }
  .cid-vbMzZrUtkF .navbar-collapse .nav-item .nav-link {
    padding: 14px !important;
    justify-content: center;
  }
}
.cid-vbMzZrUtkF .dropdown {
  display: inline-flex;
  justify-content: center;
}
@media (max-width: 991px) {
  .cid-vbMzZrUtkF .dropdown {
    text-align: center;
    display: block !important;
  }
}
.cid-vbMzZrUtkF .content-wrap {
  min-height: 110px;
}
@media (max-width: 992px) {
  .cid-vbMzZrUtkF .content-wrap {
    min-height: 80px;
  }
}
.cid-vbSb4zBIzY {
  padding-top: 5rem;
  padding-bottom: 1rem;
  background-image: url("../../../assets/images/mbr-4-1920x1277.webp");
}
.cid-vbSb4zBIzY .mbr-fallback-image.disabled {
  display: none;
}
.cid-vbSb4zBIzY .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-vbSb4zBIzY .row {
  flex-direction: row-reverse;
}
@media (max-width: 991px) {
  .cid-vbSb4zBIzY .image-wrapper {
    margin-bottom: 2rem;
  }
}
.cid-vbSb4zBIzY .image-wrapper img {
  width: 100%;
  object-fit: cover;
}
@media (min-width: 992px) {
  .cid-vbSb4zBIzY .text-wrapper {
    padding: 0 2rem;
  }
}
@media (max-width: 768px) {
  .cid-vbSb4zBIzY .text-wrapper {
    margin-bottom: 2rem;
  }
}
.cid-vbSb4zBIzY .mbr-text,
.cid-vbSb4zBIzY .mbr-section-btn {
  color: #ffffff;
}
.cid-vbSb4zBIzY .mbr-section-title {
  color: #ffe161;
}
.cid-vbSaxTQY1n {
  padding-top: 4rem;
  padding-bottom: 4rem;
  background-color: #190f2a;
}
.cid-vbSaxTQY1n .mbr-fallback-image.disabled {
  display: none;
}
.cid-vbSaxTQY1n .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-vbSaxTQY1n .content-wrapper {
  position: relative;
  z-index: 1;
  width: 60%;
  margin: 0 auto;
}
@media (max-width: 1440px) {
  .cid-vbSaxTQY1n .content-wrapper {
    width: 80%;
  }
}
@media (max-width: 992px) {
  .cid-vbSaxTQY1n .content-wrapper {
    width: 100%;
  }
}
.cid-vbSaxTQY1n .content-wrapper .subtitle-wrapper .mbr-section-title {
  display: inline-block;
  -webkit-text-fill-color: transparent;
  -webkit-background-clip: text;
  background-clip: text;
  background-image: linear-gradient(90deg, #2ba7ff, #ca45ff 50%, #fe881b);
  margin-bottom: 56px;
}
@media (max-width: 992px) {
  .cid-vbSaxTQY1n .content-wrapper .subtitle-wrapper .mbr-section-title {
    margin-bottom: 28px;
  }
}
.cid-vbSaxTQY1n .content-wrapper .gradient-wrap {
  position: absolute;
  bottom: 0;
  left: 0;
  width: 100%;
  height: 70%;
  background-image: linear-gradient(135deg, #1c4eff, #ca45ff, #fe881b);
  filter: blur(4rem);
  pointer-events: none;
}
@media (max-width: 992px) {
  .cid-vbSaxTQY1n .content-wrapper .gradient-wrap {
    height: 50%;
  }
}
.cid-vbSaxTQY1n .content-wrapper .mbr-figure {
  position: relative;
  z-index: 1;
}
.cid-vbSaxTQY1n .mbr-section-title {
  color: #ffffff;
}
.cid-vbSaxTQY1n .mbr-text {
  color: #ffffff;
  text-align: center;
}
.cid-vbSaxTQY1n .mbr-section-title,
.cid-vbSaxTQY1n .mbr-section-btn,
.cid-vbSaxTQY1n .subtitle-wrapper {
  text-align: center;
}
.cid-tZbbOqzpYB {
  padding-top: 3rem;
  padding-bottom: 4rem;
  overflow: hidden;
  background-image: url("../../../assets/images/388-1-902x588.webp");
}
.cid-tZbbOqzpYB .mbr-section-head {
  width: 100%;
  padding-bottom: 3rem;
}
.cid-tZbbOqzpYB .mbr-section-title {
  color: #ffffff;
}
.cid-tZbbOqzpYB .mbr-section-subtitle {
  color: #ffe161;
  opacity: 0.8;
  margin-top: 1rem;
}
.cid-tZbbOqzpYB .box {
  width: 100%;
  border-radius: 1.5rem;
  overflow: hidden;
}
.cid-tZbbOqzpYB .mbr-media {
  width: 100%;
  position: relative;
}
.cid-tZbbOqzpYB .mbr-media img {
  width: 100%;
  aspect-ratio: 1.875;
  max-height: 100vh;
  max-width: 100%;
  object-fit: cover;
}
.cid-tZbbOqzpYB .icon-wrap {
  left: 50%;
  top: 50%;
  transform: translate(-50%, -50%);
  position: absolute;
  transition: 0.2s all;
}
.cid-tZbbOqzpYB .icon-wrap:hover {
  transform: translate(-50%, -50%) scale(0.9);
}
.cid-tZbbOqzpYB .mbr-media span {
  font-size: 4rem;
  transition: all 0.2s;
}
.cid-tZbbOqzpYB .video-icon-bg-box {
  display: flex;
  align-items: center;
  justify-content: center;
  min-width: 212px;
  min-height: 212px;
  border-radius: 50%;
  background: rgba(182, 37, 25, 0.71);
  overflow: hidden;
}
@media (max-width: 1199px) {
  .cid-tZbbOqzpYB .video-icon-bg-box {
    min-width: 160px;
    min-height: 160px;
  }
}
@media (max-width: 575px) {
  .cid-tZbbOqzpYB .video-icon-bg-box {
    min-width: 20vw;
    min-height: auto;
    aspect-ratio: 1;
  }
}
.cid-tZbbOqzpYB .video-icon-bg-box a {
  padding: 50px;
}
.cid-tZbbOqzpYB .video-icon-bg-box a .mbr-iconfont {
  color: #181817;
  font-size: 60px;
}
@media (max-width: 1199px) {
  .cid-tZbbOqzpYB .video-icon-bg-box a {
    padding: 40px;
  }
  .cid-tZbbOqzpYB .video-icon-bg-box a .mbr-iconfont {
    font-size: 50px;
  }
}
@media (max-width: 575px) {
  .cid-tZbbOqzpYB .video-icon-bg-box a {
    padding: 5vw;
  }
  .cid-tZbbOqzpYB .video-icon-bg-box a .mbr-iconfont {
    font-size: 10vw;
  }
}
.cid-tZbbOqzpYB .modalWindow {
  position: fixed;
  z-index: 5000;
  left: 0;
  top: 0;
  background-color: rgba(61, 61, 61, 0.65);
  width: 100%;
  height: 100%;
}
.cid-tZbbOqzpYB .modalWindow .modalWindow-container {
  display: table-cell;
  vertical-align: middle;
}
.cid-tZbbOqzpYB .modalWindow .modalWindow-video {
  height: calc(44.9943757vw);
  width: 80vw;
  margin: 0 auto;
}
.cid-tZbbOqzpYB .close {
  position: fixed;
  opacity: 0.5;
  font-size: 22px;
  font-weight: 300;
  width: 60px;
  height: 60px;
  border-radius: 50%;
  color: #fff;
  top: 2.5rem;
  right: 2.5rem;
  border: 2px solid #fff;
  text-shadow: none;
  z-index: 5;
  transition: opacity 0.3s ease;
  align-items: center;
  justify-content: center;
  display: flex;
}
.cid-tZbbOqzpYB .close:hover {
  opacity: 1;
  background: #000;
  color: #fff;
}
.cid-v0K1jDyJkg {
  padding-top: 3rem;
  padding-bottom: 4rem;
  overflow: hidden;
  background-image: url("../../../assets/images/388-2-902x588.webp");
}
.cid-v0K1jDyJkg .mbr-section-head {
  width: 100%;
  padding-bottom: 3rem;
}
.cid-v0K1jDyJkg .mbr-section-title {
  color: #ffffff;
}
.cid-v0K1jDyJkg .mbr-section-subtitle {
  color: #ffe161;
  opacity: 0.8;
  margin-top: 1rem;
}
.cid-v0K1jDyJkg .box {
  width: 100%;
  border-radius: 1.5rem;
  overflow: hidden;
}
.cid-v0K1jDyJkg .mbr-media {
  width: 100%;
  position: relative;
}
.cid-v0K1jDyJkg .mbr-media img {
  width: 100%;
  aspect-ratio: 1.875;
  max-height: 100vh;
  max-width: 100%;
  object-fit: cover;
}
.cid-v0K1jDyJkg .icon-wrap {
  left: 50%;
  top: 50%;
  transform: translate(-50%, -50%);
  position: absolute;
  transition: 0.2s all;
}
.cid-v0K1jDyJkg .icon-wrap:hover {
  transform: translate(-50%, -50%) scale(0.9);
}
.cid-v0K1jDyJkg .mbr-media span {
  font-size: 4rem;
  transition: all 0.2s;
}
.cid-v0K1jDyJkg .video-icon-bg-box {
  display: flex;
  align-items: center;
  justify-content: center;
  min-width: 212px;
  min-height: 212px;
  border-radius: 50%;
  background: rgba(182, 37, 25, 0.71);
  overflow: hidden;
}
@media (max-width: 1199px) {
  .cid-v0K1jDyJkg .video-icon-bg-box {
    min-width: 160px;
    min-height: 160px;
  }
}
@media (max-width: 575px) {
  .cid-v0K1jDyJkg .video-icon-bg-box {
    min-width: 20vw;
    min-height: auto;
    aspect-ratio: 1;
  }
}
.cid-v0K1jDyJkg .video-icon-bg-box a {
  padding: 50px;
}
.cid-v0K1jDyJkg .video-icon-bg-box a .mbr-iconfont {
  color: #181817;
  font-size: 60px;
}
@media (max-width: 1199px) {
  .cid-v0K1jDyJkg .video-icon-bg-box a {
    padding: 40px;
  }
  .cid-v0K1jDyJkg .video-icon-bg-box a .mbr-iconfont {
    font-size: 50px;
  }
}
@media (max-width: 575px) {
  .cid-v0K1jDyJkg .video-icon-bg-box a {
    padding: 5vw;
  }
  .cid-v0K1jDyJkg .video-icon-bg-box a .mbr-iconfont {
    font-size: 10vw;
  }
}
.cid-v0K1jDyJkg .modalWindow {
  position: fixed;
  z-index: 5000;
  left: 0;
  top: 0;
  background-color: rgba(61, 61, 61, 0.65);
  width: 100%;
  height: 100%;
}
.cid-v0K1jDyJkg .modalWindow .modalWindow-container {
  display: table-cell;
  vertical-align: middle;
}
.cid-v0K1jDyJkg .modalWindow .modalWindow-video {
  height: calc(44.9943757vw);
  width: 80vw;
  margin: 0 auto;
}
.cid-v0K1jDyJkg .close {
  position: fixed;
  opacity: 0.5;
  font-size: 22px;
  font-weight: 300;
  width: 60px;
  height: 60px;
  border-radius: 50%;
  color: #fff;
  top: 2.5rem;
  right: 2.5rem;
  border: 2px solid #fff;
  text-shadow: none;
  z-index: 5;
  transition: opacity 0.3s ease;
  align-items: center;
  justify-content: center;
  display: flex;
}
.cid-v0K1jDyJkg .close:hover {
  opacity: 1;
  background: #000;
  color: #fff;
}
.cid-v0EfNxsj7U {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-image: url("../../../assets/images/background8.webp");
}
.cid-v0EfNxsj7U .mbr-fallback-image.disabled {
  display: none;
}
.cid-v0EfNxsj7U .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-v0EfNxsj7U .media-wrap {
  padding: 0;
}
@media (max-width: 991px) {
  .cid-v0EfNxsj7U .media-wrap {
    margin-bottom: 1rem;
  }
}
@media (max-width: 767px) {
  .cid-v0EfNxsj7U .row {
    text-align: center;
  }
  .cid-v0EfNxsj7U .row > div {
    margin: auto;
  }
  .cid-v0EfNxsj7U .social-row {
    justify-content: center;
  }
}
.cid-v0EfNxsj7U .social-row {
  display: flex;
  flex-wrap: wrap;
}
.cid-v0EfNxsj7U .list {
  list-style: none;
  padding-left: 0;
  color: #bbbbbb;
}
@media (max-width: 991px) {
  .cid-v0EfNxsj7U .list {
    margin-bottom: 2rem;
  }
}
@media (min-width: 992px) {
  .cid-v0EfNxsj7U .list {
    margin-bottom: 0rem;
  }
}
.cid-v0EfNxsj7U .mbr-text {
  color: #bbbbbb;
}
.cid-v0EfNxsj7U .soc-item {
  display: flex;
  align-items: center;
  justify-content: center;
  border-radius: 50%;
  background-color: white;
  margin-right: 0.5rem;
  margin-bottom: 1rem;
  padding: 0.5rem;
  height: 2.5rem;
  width: 2.5rem;
}
.cid-v0EfNxsj7U .mbr-iconfont {
  color: black;
}
@media (max-width: 991px) {
  .cid-v0EfNxsj7U div > *:last-child {
    margin-top: 0 !important;
  }
}
