.btn {
  border-width: 2px;
}
img,
.card-wrap,
.card-wrapper,
.video-wrapper,
.mbr-figure iframe,
.google-map iframe,
.slide-content,
.plan,
.card,
.item-wrapper {
  border-radius: 2rem !important;
}
.video-wrapper {
  overflow: hidden;
}
body {
  font-family: Inter Tight;
}
.display-1 {
  font-family: 'Montserrat', sans-serif;
  font-size: 4.2rem;
  line-height: 1;
}
.display-1 > .mbr-iconfont {
  font-size: 5.25rem;
}
.display-2 {
  font-family: 'Montserrat', sans-serif;
  font-size: 3.2rem;
  line-height: 1;
}
.display-2 > .mbr-iconfont {
  font-size: 4rem;
}
.display-4 {
  font-family: 'Montserrat', sans-serif;
  font-size: 1.3rem;
  line-height: 1.5;
}
.display-4 > .mbr-iconfont {
  font-size: 1.625rem;
}
.display-5 {
  font-family: 'Montserrat', sans-serif;
  font-size: 1.8rem;
  line-height: 1.5;
}
.display-5 > .mbr-iconfont {
  font-size: 2.25rem;
}
.display-7 {
  font-family: 'Montserrat', sans-serif;
  font-size: 1.35rem;
  line-height: 1.3;
}
.display-7 > .mbr-iconfont {
  font-size: 1.6875rem;
}
/* ---- Fluid typography for mobile devices ---- */
/* 1.4 - font scale ratio ( bootstrap == 1.42857 ) */
/* 100vw - current viewport width */
/* (48 - 20)  48 == 48rem == 768px, 20 == 20rem == 320px(minimal supported viewport) */
/* 0.65 - min scale variable, may vary */
@media (max-width: 992px) {
  .display-1 {
    font-size: 3.36rem;
  }
}
@media (max-width: 768px) {
  .display-1 {
    font-size: 2.94rem;
    font-size: calc( 2.12rem + (4.2 - 2.12) * ((100vw - 20rem) / (48 - 20)));
    line-height: calc( 1.1 * (2.12rem + (4.2 - 2.12) * ((100vw - 20rem) / (48 - 20))));
  }
  .display-2 {
    font-size: 2.56rem;
    font-size: calc( 1.77rem + (3.2 - 1.77) * ((100vw - 20rem) / (48 - 20)));
    line-height: calc( 1.3 * (1.77rem + (3.2 - 1.77) * ((100vw - 20rem) / (48 - 20))));
  }
  .display-4 {
    font-size: 1.04rem;
    font-size: calc( 1.105rem + (1.3 - 1.105) * ((100vw - 20rem) / (48 - 20)));
    line-height: calc( 1.4 * (1.105rem + (1.3 - 1.105) * ((100vw - 20rem) / (48 - 20))));
  }
  .display-5 {
    font-size: 1.44rem;
    font-size: calc( 1.28rem + (1.8 - 1.28) * ((100vw - 20rem) / (48 - 20)));
    line-height: calc( 1.4 * (1.28rem + (1.8 - 1.28) * ((100vw - 20rem) / (48 - 20))));
  }
  .display-7 {
    font-size: 1.08rem;
    font-size: calc( 1.1225rem + (1.35 - 1.1225) * ((100vw - 20rem) / (48 - 20)));
    line-height: calc( 1.4 * (1.1225rem + (1.35 - 1.1225) * ((100vw - 20rem) / (48 - 20))));
  }
}
@media (min-width: 992px) and (max-width: 1400px) {
  .display-1 {
    font-size: 2.94rem;
    font-size: calc( 2.12rem + (4.2 - 2.12) * ((100vw - 62rem) / (87 - 62)));
    line-height: calc( 1.1 * (2.12rem + (4.2 - 2.12) * ((100vw - 62rem) / (87 - 62))));
  }
  .display-2 {
    font-size: 2.56rem;
    font-size: calc( 1.77rem + (3.2 - 1.77) * ((100vw - 62rem) / (87 - 62)));
    line-height: calc( 1.3 * (1.77rem + (3.2 - 1.77) * ((100vw - 62rem) / (87 - 62))));
  }
  .display-4 {
    font-size: 1.04rem;
    font-size: calc( 1.105rem + (1.3 - 1.105) * ((100vw - 62rem) / (87 - 62)));
    line-height: calc( 1.4 * (1.105rem + (1.3 - 1.105) * ((100vw - 62rem) / (87 - 62))));
  }
  .display-5 {
    font-size: 1.44rem;
    font-size: calc( 1.28rem + (1.8 - 1.28) * ((100vw - 62rem) / (87 - 62)));
    line-height: calc( 1.4 * (1.28rem + (1.8 - 1.28) * ((100vw - 62rem) / (87 - 62))));
  }
  .display-7 {
    font-size: 1.08rem;
    font-size: calc( 1.1225rem + (1.35 - 1.1225) * ((100vw - 62rem) / (87 - 62)));
    line-height: calc( 1.4 * (1.1225rem + (1.35 - 1.1225) * ((100vw - 62rem) / (87 - 62))));
  }
}
/* Buttons */
.btn {
  padding: 1.25rem 2rem;
  border-radius: 4px;
  padding: 0.75rem 1.5rem;
}
.btn-sm {
  padding: 0.6rem 1.2rem;
  border-radius: 4px;
}
.btn-md {
  padding: 0.6rem 1.2rem;
  border-radius: 4px;
}
.btn-lg {
  padding: 1.25rem 2rem;
  border-radius: 4px;
}
.bg-primary {
  background-color: #06549d !important;
}
.bg-success {
  background-color: #000000 !important;
}
.bg-info {
  background-color: #4552ff !important;
}
.bg-warning {
  background-color: #ffffff !important;
}
.bg-danger {
  background-color: #fb7300 !important;
}
.btn-primary,
.btn-primary:active {
  background-color: #06549d !important;
  border-color: #06549d !important;
  color: #ffffff !important;
  box-shadow: none;
}
.btn-primary:hover,
.btn-primary:focus,
.btn-primary.focus,
.btn-primary.active {
  color: inherit;
  background-color: #086ece !important;
  border-color: #086ece !important;
  box-shadow: none;
}
.btn-primary.disabled,
.btn-primary:disabled {
  color: #ffffff !important;
  background-color: #086ece !important;
  border-color: #086ece !important;
}
.btn-secondary,
.btn-secondary:active {
  background-color: #06549d !important;
  border-color: #06549d !important;
  color: #ffffff !important;
  box-shadow: none;
}
.btn-secondary:hover,
.btn-secondary:focus,
.btn-secondary.focus,
.btn-secondary.active {
  color: inherit;
  background-color: #086ece !important;
  border-color: #086ece !important;
  box-shadow: none;
}
.btn-secondary.disabled,
.btn-secondary:disabled {
  color: #ffffff !important;
  background-color: #086ece !important;
  border-color: #086ece !important;
}
.btn-info,
.btn-info:active {
  background-color: #4552ff !important;
  border-color: #4552ff !important;
  color: #ffffff !important;
  box-shadow: none;
}
.btn-info:hover,
.btn-info:focus,
.btn-info.focus,
.btn-info.active {
  color: inherit;
  background-color: #7881ff !important;
  border-color: #7881ff !important;
  box-shadow: none;
}
.btn-info.disabled,
.btn-info:disabled {
  color: #ffffff !important;
  background-color: #7881ff !important;
  border-color: #7881ff !important;
}
.btn-success,
.btn-success:active {
  background-color: #000000 !important;
  border-color: #000000 !important;
  color: #ffffff !important;
  box-shadow: none;
}
.btn-success:hover,
.btn-success:focus,
.btn-success.focus,
.btn-success.active {
  color: inherit;
  background-color: #1a1a1a !important;
  border-color: #1a1a1a !important;
  box-shadow: none;
}
.btn-success.disabled,
.btn-success:disabled {
  color: #ffffff !important;
  background-color: #1a1a1a !important;
  border-color: #1a1a1a !important;
}
.btn-warning,
.btn-warning:active {
  background-color: #ffffff !important;
  border-color: #ffffff !important;
  color: #808080 !important;
  box-shadow: none;
}
.btn-warning:hover,
.btn-warning:focus,
.btn-warning.focus,
.btn-warning.active {
  color: inherit;
  background-color: #ffffff !important;
  border-color: #ffffff !important;
  box-shadow: none;
}
.btn-warning.disabled,
.btn-warning:disabled {
  color: #808080 !important;
  background-color: #ffffff !important;
  border-color: #ffffff !important;
}
.btn-danger,
.btn-danger:active {
  background-color: #fb7300 !important;
  border-color: #fb7300 !important;
  color: #ffffff !important;
  box-shadow: none;
}
.btn-danger:hover,
.btn-danger:focus,
.btn-danger.focus,
.btn-danger.active {
  color: inherit;
  background-color: #ff8e2f !important;
  border-color: #ff8e2f !important;
  box-shadow: none;
}
.btn-danger.disabled,
.btn-danger:disabled {
  color: #ffffff !important;
  background-color: #ff8e2f !important;
  border-color: #ff8e2f !important;
}
.btn-white,
.btn-white:active {
  background-color: #eff0ec !important;
  border-color: #eff0ec !important;
  color: #757b62 !important;
  box-shadow: none;
}
.btn-white:hover,
.btn-white:focus,
.btn-white.focus,
.btn-white.active {
  color: inherit;
  background-color: #ffffff !important;
  border-color: #ffffff !important;
  box-shadow: none;
}
.btn-white.disabled,
.btn-white:disabled {
  color: #757b62 !important;
  background-color: #ffffff !important;
  border-color: #ffffff !important;
}
.btn-black,
.btn-black:active {
  background-color: #232323 !important;
  border-color: #232323 !important;
  color: #ffffff !important;
  box-shadow: none;
}
.btn-black:hover,
.btn-black:focus,
.btn-black.focus,
.btn-black.active {
  color: inherit;
  background-color: #3d3d3d !important;
  border-color: #3d3d3d !important;
  box-shadow: none;
}
.btn-black.disabled,
.btn-black:disabled {
  color: #ffffff !important;
  background-color: #3d3d3d !important;
  border-color: #3d3d3d !important;
}
.btn-primary-outline,
.btn-primary-outline:active {
  background-color: transparent !important;
  border-color: #06549d;
  color: #06549d;
}
.btn-primary-outline:hover,
.btn-primary-outline:focus,
.btn-primary-outline.focus,
.btn-primary-outline.active {
  color: #032749 !important;
  background-color: transparent !important;
  border-color: #032749 !important;
  box-shadow: none !important;
}
.btn-primary-outline.disabled,
.btn-primary-outline:disabled {
  color: #ffffff !important;
  background-color: #06549d !important;
  border-color: #06549d !important;
}
.btn-secondary-outline,
.btn-secondary-outline:active {
  background-color: transparent !important;
  border-color: #06549d;
  color: #06549d;
}
.btn-secondary-outline:hover,
.btn-secondary-outline:focus,
.btn-secondary-outline.focus,
.btn-secondary-outline.active {
  color: #032749 !important;
  background-color: transparent !important;
  border-color: #032749 !important;
  box-shadow: none !important;
}
.btn-secondary-outline.disabled,
.btn-secondary-outline:disabled {
  color: #ffffff !important;
  background-color: #06549d !important;
  border-color: #06549d !important;
}
.btn-info-outline,
.btn-info-outline:active {
  background-color: transparent !important;
  border-color: #4552ff;
  color: #4552ff;
}
.btn-info-outline:hover,
.btn-info-outline:focus,
.btn-info-outline.focus,
.btn-info-outline.active {
  color: #0011ed !important;
  background-color: transparent !important;
  border-color: #0011ed !important;
  box-shadow: none !important;
}
.btn-info-outline.disabled,
.btn-info-outline:disabled {
  color: #ffffff !important;
  background-color: #4552ff !important;
  border-color: #4552ff !important;
}
.btn-success-outline,
.btn-success-outline:active {
  background-color: transparent !important;
  border-color: #000000;
  color: #000000;
}
.btn-success-outline:hover,
.btn-success-outline:focus,
.btn-success-outline.focus,
.btn-success-outline.active {
  color: #000000 !important;
  background-color: transparent !important;
  border-color: #000000 !important;
  box-shadow: none !important;
}
.btn-success-outline.disabled,
.btn-success-outline:disabled {
  color: #ffffff !important;
  background-color: #000000 !important;
  border-color: #000000 !important;
}
.btn-warning-outline,
.btn-warning-outline:active {
  background-color: transparent !important;
  border-color: #ffffff;
  color: #ffffff;
}
.btn-warning-outline:hover,
.btn-warning-outline:focus,
.btn-warning-outline.focus,
.btn-warning-outline.active {
  color: #d4d4d4 !important;
  background-color: transparent !important;
  border-color: #d4d4d4 !important;
  box-shadow: none !important;
}
.btn-warning-outline.disabled,
.btn-warning-outline:disabled {
  color: #808080 !important;
  background-color: #ffffff !important;
  border-color: #ffffff !important;
}
.btn-danger-outline,
.btn-danger-outline:active {
  background-color: transparent !important;
  border-color: #fb7300;
  color: #fb7300;
}
.btn-danger-outline:hover,
.btn-danger-outline:focus,
.btn-danger-outline.focus,
.btn-danger-outline.active {
  color: #a44b00 !important;
  background-color: transparent !important;
  border-color: #a44b00 !important;
  box-shadow: none !important;
}
.btn-danger-outline.disabled,
.btn-danger-outline:disabled {
  color: #ffffff !important;
  background-color: #fb7300 !important;
  border-color: #fb7300 !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: #06549d !important;
}
.text-secondary {
  color: #06549d !important;
}
.text-success {
  color: #000000 !important;
}
.text-info {
  color: #4552ff !important;
}
.text-warning {
  color: #ffffff !important;
}
.text-danger {
  color: #fb7300 !important;
}
.text-white {
  color: #fafafa !important;
}
.text-black {
  color: #232323 !important;
}
a.text-primary:hover,
a.text-primary:focus,
a.text-primary.active {
  color: #021f3b !important;
}
a.text-secondary:hover,
a.text-secondary:focus,
a.text-secondary.active {
  color: #021f3b !important;
}
a.text-success:hover,
a.text-success:focus,
a.text-success.active {
  color: #000000 !important;
}
a.text-info:hover,
a.text-info:focus,
a.text-info.active {
  color: #0010de !important;
}
a.text-warning:hover,
a.text-warning:focus,
a.text-warning.active {
  color: #cccccc !important;
}
a.text-danger:hover,
a.text-danger:focus,
a.text-danger.active {
  color: #954400 !important;
}
a.text-white:hover,
a.text-white:focus,
a.text-white.active {
  color: #c7c7c7 !important;
}
a.text-black:hover,
a.text-black:focus,
a.text-black.active {
  color: #000000 !important;
}
a[class*="text-"]:not(.nav-link):not(.dropdown-item):not([role]):not(.navbar-caption) {
  transition: 0.2s;
  position: relative;
  background-image: linear-gradient(currentColor 50%, currentColor 50%);
  background-size: 10000px 2px;
  background-repeat: no-repeat;
  background-position: 0 1.2em;
}
.nav-tabs .nav-link.active {
  color: #06549d;
}
.nav-tabs .nav-link:not(.active) {
  color: #232323;
}
.alert-success {
  background-color: #70c770;
}
.alert-info {
  background-color: #4552ff;
}
.alert-warning {
  background-color: #ffffff;
}
.alert-danger {
  background-color: #fb7300;
}
.mbr-gallery-filter li.active .btn {
  background-color: #06549d;
  border-color: #06549d;
  color: #ffffff;
}
.mbr-gallery-filter li.active .btn:focus {
  box-shadow: none;
}
a,
a:hover {
  color: #06549d;
}
.mbr-plan-header.bg-primary .mbr-plan-subtitle,
.mbr-plan-header.bg-primary .mbr-plan-price-desc {
  color: #2c95f7;
}
.mbr-plan-header.bg-success .mbr-plan-subtitle,
.mbr-plan-header.bg-success .mbr-plan-price-desc {
  color: #b3b3b3;
}
.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: #ffe1c8;
}
/* Scroll to top button*/
.form-control {
  font-family: 'Montserrat', sans-serif;
  font-size: 1.35rem;
  line-height: 1.3;
  font-weight: 400;
}
.form-control > .mbr-iconfont {
  font-size: 1.6875rem;
}
.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: #06549d !important;
}
.form-control:-webkit-input-placeholder {
  font-family: 'Montserrat', sans-serif;
  font-size: 1.35rem;
  line-height: 1.3;
  font-weight: 400;
}
.form-control:-webkit-input-placeholder > .mbr-iconfont {
  font-size: 1.6875rem;
}
blockquote {
  border-color: #06549d;
}
/* Forms */
.jq-selectbox li:hover,
.jq-selectbox li.selected {
  background-color: #06549d;
  color: #ffffff;
}
.jq-number__spin {
  transition: 0.25s ease;
}
.jq-number__spin:hover {
  border-color: #06549d;
}
.jq-selectbox .jq-selectbox__trigger-arrow,
.jq-number__spin.minus:after,
.jq-number__spin.plus:after {
  transition: 0.4s;
  border-top-color: #232323;
  border-bottom-color: #232323;
}
.jq-selectbox:hover .jq-selectbox__trigger-arrow,
.jq-number__spin.minus:hover:after,
.jq-number__spin.plus:hover:after {
  border-top-color: #06549d;
  border-bottom-color: #06549d;
}
.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: #06549d !important;
  box-shadow: none !important;
}
.xdsoft_datetimepicker .xdsoft_calendar td:hover,
.xdsoft_datetimepicker .xdsoft_timepicker .xdsoft_time_box > div > div:hover {
  color: #ffffff !important;
  background: #06549d !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='%2306549d' %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;
}
@media (max-width: 1400px) {
  .container {
    max-width: 100%;
  }
}
@media (max-width: 1400px) and (min-width: 768px) {
  .container {
    padding-left: 32px;
    padding-right: 32px;
  }
}
@media (max-width: 1400px) and (min-width: 768px) {
  .container-fluid {
    padding-left: 32px;
    padding-right: 32px;
  }
}
@media (max-width: 767px) {
  .container-fluid {
    padding-left: 16px;
    padding-right: 16px;
  }
}
.cid-tJGsCG1vVL {
  z-index: 1000;
  width: 100%;
  position: inherit;
}
.cid-tJGsCG1vVL .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 .3s;
}
@media (max-width: 767px) {
  .cid-tJGsCG1vVL .navbar-toggler {
    transform: scale(0.8);
  }
}
.cid-tJGsCG1vVL .navbar-brand {
  flex-shrink: 0;
  align-items: center;
  margin-right: 0;
  padding: 10px 0;
  transition: all 2s;
  word-break: break-word;
  z-index: 1;
}
.cid-tJGsCG1vVL .navbar-brand img {
  max-width: 100%;
  max-height: 100%;
  border-radius: 0px !important;
}
.cid-tJGsCG1vVL .navbar-brand .navbar-caption {
  line-height: inherit !important;
}
.cid-tJGsCG1vVL .navbar-brand .navbar-logo a {
  outline: none;
}
.cid-tJGsCG1vVL .navbar-nav {
  margin: auto;
  margin-left: 0;
  margin-left: auto;
}
.cid-tJGsCG1vVL .navbar-nav .nav-item {
  padding: 0 !important;
  transition: .3s all !important;
}
.cid-tJGsCG1vVL .navbar-nav .nav-item .nav-link {
  padding: 16px !important;
  margin: 0 !important;
  border-radius: 1rem !important;
  transition: .3s all !important;
  border-radius: 4px !important;
}
.cid-tJGsCG1vVL .navbar-nav .nav-item .nav-link:hover {
  background-color: rgba(27, 31, 10, 0.06);
}
.cid-tJGsCG1vVL .navbar-nav .open .nav-link::after {
  transform: rotate(180deg);
}
@media (min-width: 992px) {
  .cid-tJGsCG1vVL .navbar-nav .open .nav-link::before {
    content: "";
    width: 100%;
    height: 20px;
    top: 100%;
    background: transparent;
    position: absolute;
  }
}
.cid-tJGsCG1vVL .navbar-nav .dropdown-item {
  padding: 12px !important;
  border-radius: 0.5rem !important;
  margin: 0 8px !important;
  transition: .3s all !important;
  border-radius: 4px !important;
}
.cid-tJGsCG1vVL .navbar-nav .dropdown-item:hover {
  background-color: rgba(27, 31, 10, 0.06);
}
@media (min-width: 992px) {
  .cid-tJGsCG1vVL .navbar-nav {
    padding-left: 1.5rem;
  }
}
.cid-tJGsCG1vVL .nav-link {
  width: fit-content;
  position: relative;
}
.cid-tJGsCG1vVL .navbar-logo {
  padding-left: 2rem;
  margin: 0 !important;
}
@media (max-width: 767px) {
  .cid-tJGsCG1vVL .navbar-logo {
    padding-left: 1rem;
  }
}
.cid-tJGsCG1vVL .navbar-caption {
  padding-left: 1rem;
  padding-right: .5rem;
}
@media (max-width: 767px) {
  .cid-tJGsCG1vVL .nav-dropdown {
    padding-bottom: 0.5rem;
  }
}
.cid-tJGsCG1vVL .nav-dropdown .link.dropdown-toggle::after {
  margin-left: 0.5rem;
  margin-top: 0.2rem;
  transition: .3s all;
  transition-delay: 300ms;
}
.cid-tJGsCG1vVL .container {
  display: flex;
  height: 90px;
  padding: 0.5rem 0.6rem;
  flex-wrap: nowrap;
  background: rgba(255, 255, 255, 0.9) !important;
  left: 0;
  right: 0;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: flex-end;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  border-radius: 100vw;
  margin-top: 1rem;
  background-color: #ffffff;
  box-shadow: 0 30px 60px 0 rgba(27, 31, 10, 0.08);
  border-radius: 4px !important;
}
@media (max-width: 992px) {
  .cid-tJGsCG1vVL .container {
    padding-right: 2rem;
  }
}
@media (max-width: 767px) {
  .cid-tJGsCG1vVL .container {
    width: 95%;
    height: 56px !important;
    padding-right: 1rem;
    margin-top: 0rem;
  }
}
.cid-tJGsCG1vVL .iconfont-wrapper {
  color: #0c2c68 !important;
  font-size: 1.5rem;
  padding-right: 0.5rem;
}
.cid-tJGsCG1vVL .dropdown-menu {
  flex-wrap: wrap;
  flex-direction: column;
  max-width: 100%;
  padding: 12px 4px !important;
  border-radius: 1.5rem;
  transition: .3s all !important;
  transition-delay: 300ms;
  min-width: auto;
  background: #ffffff;
  background: rgba(255, 255, 255, 0.9) !important;
  border-radius: 4px !important;
}
.cid-tJGsCG1vVL .nav-item:focus,
.cid-tJGsCG1vVL .nav-link:focus {
  outline: none;
}
.cid-tJGsCG1vVL .dropdown .dropdown-menu .dropdown-item {
  width: auto;
  transition: all .3s;
  transition-delay: 300ms;
}
.cid-tJGsCG1vVL .dropdown .dropdown-menu .dropdown-item::after {
  right: 0.5rem;
}
.cid-tJGsCG1vVL .dropdown .dropdown-menu .dropdown-item .mbr-iconfont {
  margin-right: 0.5rem;
  vertical-align: sub;
}
.cid-tJGsCG1vVL .dropdown .dropdown-menu .dropdown-item .mbr-iconfont:before {
  display: inline-block;
  transform: scale(1, 1);
  transition: all .3s;
}
.cid-tJGsCG1vVL .collapsed .dropdown-menu .dropdown-item:before {
  display: none;
}
.cid-tJGsCG1vVL .collapsed .dropdown .dropdown-menu .dropdown-item {
  padding: 0.235em 1.5em 0.235em 1.5em !important;
  transition: none;
  margin: 0 !important;
}
.cid-tJGsCG1vVL .navbar {
  min-height: 90px;
  transition: all 5s;
  border-bottom: 1px solid transparent;
  background: transparent !important;
  padding: 0 !important;
  border: none !important;
  box-shadow: none !important;
  border-radius: 0 !important;
}
.cid-tJGsCG1vVL .navbar.opened {
  transition: all 0.3s;
}
.cid-tJGsCG1vVL .navbar .dropdown-item {
  padding: 0.5rem 1.8rem;
}
.cid-tJGsCG1vVL .navbar .navbar-logo img {
  width: auto;
}
.cid-tJGsCG1vVL .navbar .navbar-collapse {
  z-index: 1;
  justify-content: flex-end;
}
.cid-tJGsCG1vVL .navbar.collapsed {
  justify-content: center;
}
.cid-tJGsCG1vVL .navbar.collapsed .nav-item .nav-link::before {
  display: none;
}
.cid-tJGsCG1vVL .navbar.collapsed.opened .dropdown-menu {
  top: 0;
}
@media (min-width: 992px) {
  .cid-tJGsCG1vVL .navbar.collapsed.opened:not(.navbar-short) .navbar-collapse {
    max-height: calc(98.5vh - 3.4rem);
  }
}
.cid-tJGsCG1vVL .navbar.collapsed .dropdown-menu .dropdown-submenu {
  left: 0 !important;
}
.cid-tJGsCG1vVL .navbar.collapsed .dropdown-menu .dropdown-item:after {
  right: auto;
}
.cid-tJGsCG1vVL .navbar.collapsed .dropdown-menu .dropdown-toggle[data-toggle="dropdown-submenu"]:after {
  margin-left: 0.5rem;
  margin-top: 0.2rem;
  border-top: 0.35em solid;
  border-right: 0.35em solid transparent;
  border-left: 0.35em solid transparent;
  border-bottom: 0;
  top: 41%;
}
.cid-tJGsCG1vVL .navbar.collapsed ul.navbar-nav li {
  margin: auto;
}
.cid-tJGsCG1vVL .navbar.collapsed .dropdown-menu .dropdown-item {
  padding: 0.25rem 0.5rem;
  text-align: center;
}
.cid-tJGsCG1vVL .navbar.collapsed .icons-menu {
  padding-left: 0;
  padding-right: 0;
  padding-top: 0.5rem;
  padding-bottom: 0.5rem;
}
@media (max-width: 767px) {
  .cid-tJGsCG1vVL .navbar {
    min-height: 72px;
  }
  .cid-tJGsCG1vVL .navbar .navbar-logo img {
    height: 2rem !important;
  }
}
@media (max-width: 991px) {
  .cid-tJGsCG1vVL .navbar .nav-item .nav-link::before {
    display: none;
  }
  .cid-tJGsCG1vVL .navbar.opened .dropdown-menu {
    top: 0;
  }
  .cid-tJGsCG1vVL .navbar .dropdown-menu .dropdown-submenu {
    left: 0 !important;
  }
  .cid-tJGsCG1vVL .navbar .dropdown-menu .dropdown-item:after {
    right: auto;
  }
  .cid-tJGsCG1vVL .navbar .dropdown-menu .dropdown-toggle[data-toggle="dropdown-submenu"]:after {
    margin-left: 0.5rem;
    margin-top: 0.2rem;
    border-top: 0.35em solid;
    border-right: 0.35em solid transparent;
    border-left: 0.35em solid transparent;
    border-bottom: 0;
    top: 40%;
  }
  .cid-tJGsCG1vVL .navbar .dropdown-menu .dropdown-item {
    padding: 0.25rem 1.5rem !important;
    text-align: center;
  }
  .cid-tJGsCG1vVL .navbar .navbar-brand {
    flex-shrink: initial;
    flex-basis: auto;
    word-break: break-word;
    padding-right: 10px;
  }
  .cid-tJGsCG1vVL .navbar .navbar-toggler {
    flex-basis: auto;
  }
  .cid-tJGsCG1vVL .navbar .icons-menu {
    padding-left: 0;
    padding-top: 0.5rem;
    padding-bottom: 0.5rem;
  }
}
.cid-tJGsCG1vVL .navbar.navbar-short .navbar-logo img {
  height: 2rem;
}
.cid-tJGsCG1vVL .dropdown-item.active,
.cid-tJGsCG1vVL .dropdown-item:active {
  background-color: transparent;
}
.cid-tJGsCG1vVL .navbar-expand-lg .navbar-nav .nav-link {
  padding: 0;
}
.cid-tJGsCG1vVL .nav-dropdown .link.dropdown-toggle {
  margin-right: 1.667em;
}
.cid-tJGsCG1vVL .nav-dropdown .link.dropdown-toggle[aria-expanded="true"] {
  margin-right: 0;
  padding: 0.667em 1.667em;
}
.cid-tJGsCG1vVL .navbar.navbar-expand-lg .dropdown .dropdown-menu {
  background: #ffffff;
}
.cid-tJGsCG1vVL .navbar.navbar-expand-lg .dropdown .dropdown-menu .dropdown-submenu {
  margin: 0;
  left: 100%;
  transform: none;
  top: -12px;
}
.cid-tJGsCG1vVL .navbar .dropdown.open > .dropdown-menu {
  display: flex;
}
.cid-tJGsCG1vVL ul.navbar-nav {
  flex-wrap: wrap;
}
.cid-tJGsCG1vVL .navbar-buttons {
  text-align: center;
  min-width: 140px;
}
@media (max-width: 992px) {
  .cid-tJGsCG1vVL .navbar-buttons {
    text-align: left;
  }
}
.cid-tJGsCG1vVL button.navbar-toggler {
  outline: none;
  width: 31px;
  height: 20px;
  cursor: pointer;
  transition: all 0.2s;
  position: relative;
  align-self: center;
}
.cid-tJGsCG1vVL button.navbar-toggler .hamburger span {
  position: absolute;
  right: 0;
  width: 30px;
  height: 2px;
  border-right: 5px;
  background-color: #06549d;
}
.cid-tJGsCG1vVL button.navbar-toggler .hamburger span:nth-child(1) {
  top: 0;
  transition: all 0.2s;
}
.cid-tJGsCG1vVL button.navbar-toggler .hamburger span:nth-child(2) {
  top: 8px;
  transition: all 0.15s;
}
.cid-tJGsCG1vVL button.navbar-toggler .hamburger span:nth-child(3) {
  top: 8px;
  transition: all 0.15s;
}
.cid-tJGsCG1vVL button.navbar-toggler .hamburger span:nth-child(4) {
  top: 16px;
  transition: all 0.2s;
}
.cid-tJGsCG1vVL nav.opened .hamburger span:nth-child(1) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-tJGsCG1vVL nav.opened .hamburger span:nth-child(2) {
  transform: rotate(45deg);
  transition: all 0.25s;
}
.cid-tJGsCG1vVL nav.opened .hamburger span:nth-child(3) {
  transform: rotate(-45deg);
  transition: all 0.25s;
}
.cid-tJGsCG1vVL nav.opened .hamburger span:nth-child(4) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-tJGsCG1vVL .navbar-dropdown {
  padding: 0 1rem;
}
.cid-tJGsCG1vVL a.nav-link {
  display: flex;
  align-items: center;
  justify-content: center;
}
.cid-tJGsCG1vVL .icons-menu {
  flex-wrap: nowrap;
  display: flex;
  justify-content: center;
  padding-left: 1rem;
  padding-right: 1rem;
  padding-top: 0.3rem;
  text-align: center;
}
@media (max-width: 992px) {
  .cid-tJGsCG1vVL .icons-menu {
    justify-content: flex-start;
    margin-bottom: .5rem;
  }
}
@media screen and (-ms-high-contrast: active), (-ms-high-contrast: none) {
  .cid-tJGsCG1vVL .navbar {
    height: 70px;
  }
  .cid-tJGsCG1vVL .navbar.opened {
    height: auto;
  }
  .cid-tJGsCG1vVL .nav-item .nav-link:hover::before {
    width: 175%;
    max-width: calc(100% + 2rem);
    left: -1rem;
  }
}
.cid-tJGsCG1vVL .navbar .dropdown > .dropdown-menu {
  display: none;
  width: max-content;
  max-width: 500px !important;
  transform: translateX(-50%);
  top: calc(100% + 20px);
  left: 50%;
}
.cid-tJGsCG1vVL .navbar .dropdown > .dropdown-menu .dropdown-item {
  line-height: 1 !important;
}
.cid-tJGsCG1vVL .navbar .dropdown > .dropdown-menu .dropdown .dropdown-item {
  align-items: center;
  display: flex;
  height: max-content !important;
  min-height: max-content !important;
}
.cid-tJGsCG1vVL .navbar .dropdown > .dropdown-menu .dropdown .dropdown-item::after {
  display: inline-block;
  position: static;
  margin-left: 0.5rem;
  margin-top: 0;
  margin-right: 0;
  margin-bottom: 0;
  transition: .3s all;
  transform: rotate(-90deg);
}
.cid-tJGsCG1vVL .navbar .dropdown > .dropdown-menu .dropdown.open .dropdown-item::after {
  transform: rotate(0deg);
}
.cid-tJGsCG1vVL .mbr-section-btn {
  margin: -0.6rem -0.6rem;
}
.cid-tJGsCG1vVL .navbar-toggler {
  margin-left: 12px;
  margin-right: 8px;
  order: 1000;
}
@media (max-width: 991px) {
  .cid-tJGsCG1vVL .navbar-brand {
    margin-right: auto;
  }
  .cid-tJGsCG1vVL .navbar-collapse {
    z-index: -1 !important;
    position: absolute;
    top: 110%;
    left: 0;
    width: 100%;
    padding: 1rem;
    border-radius: 1.5rem;
    background: #ffffff;
    opacity: 1;
    border-color: rgba(255, 255, 255, 0.9) !important;
    background: rgba(255, 255, 255, 0.9) !important;
    backdrop-filter: blur(8px);
    border-radius: 4px !important;
  }
  .cid-tJGsCG1vVL .navbar-nav .nav-item .nav-link::after {
    margin-left: 10px;
  }
  .cid-tJGsCG1vVL .navbar-nav .dropdown-item:hover {
    background-color: rgba(27, 31, 10, 0.06);
  }
  .cid-tJGsCG1vVL .navbar .dropdown > .dropdown-menu {
    max-width: 100% !important;
    transform: translateX(0);
    top: 10px;
    left: 0;
    padding: 8px !important;
    border-radius: 1rem;
    background-color: rgba(27, 31, 10, 0.04) !important;
  }
  .cid-tJGsCG1vVL .navbar .dropdown > .dropdown-menu .dropdown-item {
    padding: 8px !important;
    line-height: 1 !important;
    margin-bottom: 4px !important;
  }
  .cid-tJGsCG1vVL .navbar .dropdown > .dropdown-menu .dropdown .dropdown-item {
    align-items: center;
    display: flex;
    height: max-content !important;
    min-height: max-content !important;
  }
  .cid-tJGsCG1vVL .navbar .dropdown > .dropdown-menu .dropdown .dropdown-item::after {
    display: inline-block;
    position: static;
    margin-left: 0.5rem;
    margin-top: 0;
    margin-right: 0;
    margin-bottom: 0;
    transition: .3s all;
    transform: rotate(0deg);
  }
  .cid-tJGsCG1vVL .navbar .dropdown > .dropdown-menu .dropdown.open .dropdown-item::after {
    transform: rotate(180deg);
  }
  .cid-tJGsCG1vVL .navbar .dropdown > .dropdown-menu .dropdown-submenu {
    position: static;
    width: 100%;
    max-width: 100% !important;
    transform: translateX(0) !important;
    top: 0;
    left: 0;
    padding: 8px !important;
    border-radius: 1rem;
    background-color: rgba(27, 31, 10, 0.04) !important;
  }
  .cid-tJGsCG1vVL .navbar .dropdown.open > .dropdown-menu {
    display: flex !important;
    flex-direction: column;
    align-items: flex-start;
  }
}
@media (max-width: 575px) {
  .cid-tJGsCG1vVL .navbar-collapse {
    padding: 1rem;
  }
}
.cid-ujPxMs8wCP {
  padding-top: 60px;
  padding-bottom: 0px;
  background-image: url("../../../assets/images/headaer-0-copy-1920x1080.png");
}
.cid-ujPxMs8wCP img {
  max-width: 100%;
  object-fit: contain;
  border-radius: 0% !important;
}
.cid-ujPm64xjPj {
  padding-top: 0px;
  padding-bottom: 0px;
  border-radius: 0%;
  background-color: #efefef;
}
.cid-ujPm64xjPj img {
  border-radius: 0% !important;
}
.cid-ujPm64xjPj carousel-inner {
  border-radius: 0% !important;
}
.cid-ujPm64xjPj item-wrapper {
  border-radius: 0% !important;
}
.cid-ujPm64xjPj .carousel-caption {
  bottom: 40px;
}
.cid-ujPm64xjPj .carousel-control .icon-next,
.cid-ujPm64xjPj .carousel-control .icon-prev {
  margin-top: -18px;
  font-size: 40px;
  line-height: 27px;
  border-radius: 0% !important;
}
.cid-ujPm64xjPj .carousel-control:hover {
  background: #1b1b1b;
  color: #fff;
  opacity: 1;
  border-radius: 0%;
}
@media (max-width: 767px) {
  .cid-ujPm64xjPj .container .carousel-control {
    margin-bottom: 0;
    border-radius: 0%;
  }
  .cid-ujPm64xjPj .content-slider-wrap {
    width: 100% !important;
    border-radius: 0%;
  }
}
.cid-ujPm64xjPj .container .carousel-indicators {
  margin-bottom: 3px;
  border-radius: 0%;
}
.cid-ujPm64xjPj .carousel-control {
  top: 50%;
  width: 50px;
  height: 50px;
  margin-top: -1.5rem;
  font-size: 35px;
  background-color: rgba(0, 0, 0, 0.5);
  border: 2px solid #fff;
  border-radius: 0%;
  transition: all 0.3s;
}
.cid-ujPm64xjPj .carousel-control.carousel-control-prev {
  left: 0;
  margin-left: 2.5rem;
}
.cid-ujPm64xjPj .carousel-control.carousel-control-next {
  right: 0;
  margin-right: 2.5rem;
}
.cid-ujPm64xjPj .carousel-control .mbr-iconfont {
  font-size: 1.5rem;
}
@media (max-width: 767px) {
  .cid-ujPm64xjPj .carousel-control {
    top: auto;
    bottom: 1rem;
    border-radius: 0%;
  }
}
.cid-ujPm64xjPj .carousel-indicators {
  position: absolute;
  bottom: 0;
  margin-bottom: 1.5rem !important;
  border-radius: 0%;
}
.cid-ujPm64xjPj .carousel-indicators li {
  max-width: 15px;
  height: 15px;
  width: 15px;
  max-height: 15px;
  margin: 3px;
  background-color: rgba(0, 0, 0, 0.5);
  border: 2px solid #fff;
  border-radius: 50%;
  opacity: 0.5;
  transition: all 0.3s;
}
.cid-ujPm64xjPj .carousel-indicators li.active,
.cid-ujPm64xjPj .carousel-indicators li:hover {
  opacity: 0.9;
}
.cid-ujPm64xjPj .carousel-indicators li::after,
.cid-ujPm64xjPj .carousel-indicators li::before {
  content: none;
}
.cid-ujPm64xjPj .carousel-indicators.ie-fix {
  left: 50%;
  display: block;
  width: 60%;
  margin-left: -30%;
  text-align: center;
  border-radius: 0%;
}
@media (max-width: 768px) {
  .cid-ujPm64xjPj .carousel-indicators {
    display: none !important;
    border-radius: 0%;
  }
}
.cid-uduff6AH5p {
  padding-top: 6rem;
  padding-bottom: 5rem;
  background-color: #ffffff;
}
.cid-uduff6AH5p .item:focus,
.cid-uduff6AH5p span:focus {
  outline: none;
}
.cid-uduff6AH5p .item {
  cursor: pointer;
}
.cid-uduff6AH5p .grid-container {
  grid-row-gap: 2rem;
}
@media (max-width: 767px) {
  .cid-uduff6AH5p .grid-container {
    grid-row-gap: 1rem;
  }
}
.cid-uduff6AH5p .grid-container-1,
.cid-uduff6AH5p .grid-container-2 {
  gap: 0 2rem;
}
@media (max-width: 767px) {
  .cid-uduff6AH5p .grid-container-1,
  .cid-uduff6AH5p .grid-container-2 {
    gap: 0 1rem;
  }
}
.cid-uduff6AH5p .mbr-section-title {
  color: #06549d;
  text-align: center;
}
.cid-uduff6AH5p .mbr-text,
.cid-uduff6AH5p .mbr-section-btn {
  color: #000000;
}
.cid-uduff6AH5p .content-head {
  max-width: 800px;
}
.cid-uduff6AH5p .container,
.cid-uduff6AH5p .container-fluid {
  overflow: hidden;
}
.cid-uduff6AH5p .grid-container {
  display: grid;
  transform: translate3d(-3rem, 0, 0);
  width: 115vw;
  grid-column-gap: 1rem;
}
.cid-uduff6AH5p .grid-item {
  display: flex;
  justify-content: center;
  align-items: center;
}
.cid-uduff6AH5p .grid-item img {
  min-width: 30vw;
  max-width: 100%;
  max-height: 100%;
  object-fit: cover;
}
@media (max-width: 767px) {
  .cid-uduff6AH5p .grid-item img {
    min-width: 35vw;
  }
}
.cid-uduff6AH5p .grid-container-1,
.cid-uduff6AH5p .grid-container-2 {
  display: grid;
  grid-template-columns: repeat(8, 1fr);
  grid-auto-columns: 1fr;
  grid-auto-flow: column;
}
.cid-uduff6AH5p .grid-container-1 {
  align-items: flex-end;
}
.cid-uduff6AH5p .grid-container-2 {
  align-items: flex-start;
}
.cid-udumo6NjYk {
  padding-top: 4rem;
  padding-bottom: 0rem;
  background-image: url("../../../assets/images/white-background-2000x1334.jpg");
}
.cid-udumo6NjYk .mbr-overlay {
  background: #ffffff;
  opacity: 0.6;
}
.cid-udumo6NjYk .item-subtitle {
  line-height: 1.2;
  color: #232323;
  text-align: center;
}
.cid-udumo6NjYk img,
.cid-udumo6NjYk .item-img {
  width: 100%;
}
.cid-udumo6NjYk .item:focus,
.cid-udumo6NjYk span:focus {
  outline: none;
}
.cid-udumo6NjYk .item {
  margin-bottom: 2rem;
}
@media (max-width: 767px) {
  .cid-udumo6NjYk .item {
    margin-bottom: 1rem;
  }
}
.cid-udumo6NjYk .item-wrapper {
  position: relative;
  border-radius: 4px;
  height: 100%;
  display: flex;
  flex-flow: column nowrap;
}
.cid-udumo6NjYk .mbr-section-title {
  color: #06549d;
}
.cid-udumo6NjYk .mbr-text,
.cid-udumo6NjYk .mbr-section-btn {
  color: #232323;
  text-align: center;
}
.cid-udumo6NjYk .item-title {
  color: #232323;
  text-align: center;
}
.cid-udumo6NjYk .content-head {
  max-width: 800px;
}
.cid-uhrqP1072Q {
  padding-top: 0rem;
  padding-bottom: 2rem;
  background-image: url("../../../assets/images/white-background-2000x1334.jpeg");
}
.cid-uhrqP1072Q .mbr-fallback-image.disabled {
  display: none;
}
.cid-uhrqP1072Q .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uduoToWKDi {
  padding-top: 6rem;
  padding-bottom: 0rem;
  background-color: #06549d;
}
.cid-uduoToWKDi .mbr-fallback-image.disabled {
  display: none;
}
.cid-uduoToWKDi .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uduoToWKDi .mbr-section-title {
  color: #ffffff;
}
.cid-uduoToWKDi .mbr-section-subtitle {
  color: #ffffff;
}
.cid-uduouzQbDW {
  padding-top: 4rem;
  padding-bottom: 4rem;
  background-color: #06549d;
}
.cid-uduouzQbDW .mbr-fallback-image.disabled {
  display: none;
}
.cid-uduouzQbDW .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uduouzQbDW .row-reverse {
  flex-direction: row-reverse;
}
.cid-uduouzQbDW .row {
  flex-direction: row-reverse;
}
.cid-uduouzQbDW .row-reverse {
  flex-direction: row;
}
@media (max-width: 991px) {
  .cid-uduouzQbDW .image-wrapper {
    margin-bottom: 1rem;
  }
}
.cid-uduouzQbDW .row {
  align-items: center;
  padding-top: 2rem;
  padding-bottom: 2rem;
}
@media (max-width: 991px) {
  .cid-uduouzQbDW .image-wrapper {
    padding: 1rem;
  }
}
@media (min-width: 992px) {
  .cid-uduouzQbDW .text-wrapper {
    padding: 0 2rem;
  }
}
.cid-uduouzQbDW .mbr-section-title {
  color: #ffffff;
  text-align: center;
}
.cid-uduouzQbDW .mbr-text,
.cid-uduouzQbDW .mbr-section-btn {
  color: #ffffff;
  text-align: center;
}
.cid-uduouzQbDW img {
  width: 100%;
  object-fit: cover;
  height: 30rem;
}
@media (max-width: 767px) {
  .cid-uduouzQbDW img {
    height: 15rem;
  }
}
.cid-uiBmLiZI1S {
  padding-top: 0rem;
  padding-bottom: 4rem;
  background-color: #06549d;
}
.cid-uiBmLiZI1S .content-head {
  max-width: 800px;
}
.cid-uiBmLiZI1S .mbr-section-title {
  color: #ffffff;
}
.cid-uiBmLiZI1S .mbr-text,
.cid-uiBmLiZI1S .mbr-section-btn {
  color: #ffffff;
}
.cid-uiBljga6I6 {
  padding-top: 0rem;
  padding-bottom: 2rem;
  background-color: #06549d;
}
.cid-uiBljga6I6 .mbr-fallback-image.disabled {
  display: none;
}
.cid-uiBljga6I6 .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uiBoB4hBA9 {
  padding-top: 6rem;
  padding-bottom: 6rem;
  background-image: url("../../../assets/images/white-background-2000x1334.jpg");
}
.cid-uiBoB4hBA9 .mbr-fallback-image.disabled {
  display: none;
}
.cid-uiBoB4hBA9 .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uiBoB4hBA9 .row {
  flex-direction: row-reverse;
}
.cid-uiBoB4hBA9 .mbr-description {
  text-align: left;
}
.cid-uiBoB4hBA9 .item-wrapper {
  background: #06549d;
  margin-bottom: 2rem;
  padding: 2.25rem;
}
@media (max-width: 767px) {
  .cid-uiBoB4hBA9 .item-wrapper {
    padding: 2rem 1.5rem;
    margin-bottom: 1rem;
  }
}
@media (min-width: 992px) and (max-width: 1200px) {
  .cid-uiBoB4hBA9 .item-wrapper {
    padding: 2rem 1.5rem;
    margin-bottom: 2rem;
  }
}
.cid-uiBoB4hBA9 .card-title,
.cid-uiBoB4hBA9 .iconfont-wrapper {
  color: #000000;
}
.cid-uiBoB4hBA9 .card-text {
  color: #000000;
}
.cid-uiBoB4hBA9 .mbr-section-title {
  color: #06549d;
  text-align: center;
}
.cid-uiBoB4hBA9 .mbr-number {
  color: #ffffff;
}
.cid-uiBoB4hBA9 .mbr-text,
.cid-uiBoB4hBA9 .mbr-section-btn {
  text-align: center;
}
.cid-uiBoB4hBA9 .card-text,
.cid-uiBoB4hBA9 .item .mbr-section-btn {
  text-align: left;
  color: #ffffff;
}
.cid-uiBoB4hBA9 .image-wrapper {
  margin-bottom: 2rem;
}
@media (max-width: 767px) {
  .cid-uiBoB4hBA9 .image-wrapper {
    margin-bottom: 1rem;
  }
}
.cid-uiECRta7rg {
  padding-top: 0rem;
  padding-bottom: 2rem;
  background-image: url("../../../assets/images/white-background-2000x1334.jpeg");
}
.cid-uiECRta7rg .mbr-fallback-image.disabled {
  display: none;
}
.cid-uiECRta7rg .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-udub1YM9s6 {
  padding-top: 6rem;
  padding-bottom: 6rem;
  background-color: #06549d;
}
.cid-udub1YM9s6 input {
  padding: 1.5rem 1.5rem;
  border: none !important;
  height: 100%;
}
.cid-udub1YM9s6 input:hover {
  border: none !important;
}
.cid-udub1YM9s6 .btn {
  height: 100%;
  margin: auto;
}
@media (min-width: 768px) {
  .cid-udub1YM9s6 .btn {
    margin-left: 0.625rem;
  }
}
@media (min-width: 992px) {
  .cid-udub1YM9s6 .text-wrapper {
    padding: 0 2rem;
  }
}
@media (max-width: 767px) {
  .cid-udub1YM9s6 .row {
    justify-content: center;
  }
}
.cid-udub1YM9s6 .mbr-section-btn {
  display: flex;
  width: fit-content;
}
@media (max-width: 767px) {
  .cid-udub1YM9s6 .mbr-section-btn {
    margin-top: 1rem;
  }
}
.cid-udub1YM9s6 .mbr-section-btn .btn {
  width: auto;
}
@media (max-width: 991px) {
  .cid-udub1YM9s6 .image-wrapper {
    margin-bottom: 2rem;
  }
  .cid-udub1YM9s6 .content-wrapper {
    flex-direction: column-reverse;
  }
}
.cid-udub1YM9s6 .justify-content-center {
  align-items: center;
}
.cid-udub1YM9s6 .mbr-section-title {
  color: #ffffff;
}
.cid-udub1YM9s6 .mbr-text {
  color: #ffffff;
}
.cid-tJGD1DIY2H {
  padding-top: 6rem;
  padding-bottom: 6rem;
}
.cid-tJGD1DIY2H .mbr-fallback-image.disabled {
  display: none;
}
.cid-tJGD1DIY2H .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/white-background-2000x1334.jpg");
}
.cid-tJGD1DIY2H .card-wrapper {
  background: #06549d;
  border-radius: 4px;
}
@media (max-width: 767px) {
  .cid-tJGD1DIY2H .card-wrapper {
    padding: 1rem;
  }
}
@media (min-width: 768px) and (max-width: 991px) {
  .cid-tJGD1DIY2H .card-wrapper {
    padding: 2rem;
  }
}
@media (min-width: 992px) {
  .cid-tJGD1DIY2H .card-wrapper {
    padding: 4rem;
  }
}
.cid-tJGD1DIY2H .card-title {
  color: #ffffff;
}
.cid-tJGD1DIY2H .mbr-text,
.cid-tJGD1DIY2H .mbr-section-btn {
  color: #ffffff;
}
.cid-ujQiPZLEXV {
  padding-top: 2rem;
  padding-bottom: 0rem;
  background-image: url("../../../assets/images/white-background-2000x1334.jpg");
}
.cid-ujQiPZLEXV .mbr-overlay {
  background: #ffffff;
  opacity: 0.5;
}
.cid-ujQiPZLEXV img,
.cid-ujQiPZLEXV .item-img {
  width: 100%;
  height: 100%;
  height: 500px;
  object-fit: cover;
}
.cid-ujQiPZLEXV .item:focus,
.cid-ujQiPZLEXV span:focus {
  outline: none;
}
.cid-ujQiPZLEXV .item {
  margin-bottom: 2rem;
}
@media (max-width: 767px) {
  .cid-ujQiPZLEXV .item {
    margin-bottom: 1rem;
  }
}
.cid-ujQiPZLEXV .item-wrapper {
  position: relative;
  background: #06549d;
  height: 100%;
  display: flex;
  flex-flow: column nowrap;
}
.cid-ujQiPZLEXV .item-wrapper .item-content {
  display: flex;
  flex-direction: column;
  height: 100%;
}
.cid-ujQiPZLEXV .item-wrapper .item-footer {
  margin-top: auto;
}
.cid-ujQiPZLEXV .item-wrapper .item-content {
  padding: 2.25rem 2.25rem 0;
}
.cid-ujQiPZLEXV .item-wrapper .item-footer {
  padding-bottom: 2rem;
}
@media (min-width: 992px) and (max-width: 1200px) {
  .cid-ujQiPZLEXV .item-wrapper .item-content {
    padding: 1.5rem 1.5rem 0;
  }
  .cid-ujQiPZLEXV .item-wrapper .item-footer {
    padding-bottom: 1.5rem;
  }
}
@media (max-width: 767px) {
  .cid-ujQiPZLEXV .item-wrapper .item-content {
    padding: 1.5rem 1.5rem 0;
  }
  .cid-ujQiPZLEXV .item-wrapper .item-footer {
    padding-bottom: 1.25rem;
  }
}
.cid-ujQiPZLEXV .mbr-section-title {
  color: #232323;
}
.cid-ujQiPZLEXV .mbr-text,
.cid-ujQiPZLEXV .mbr-section-btn {
  text-align: center;
}
.cid-ujQiPZLEXV .item-title {
  text-align: center;
  color: #ffffff;
}
.cid-ujQiPZLEXV .content-head {
  max-width: 800px;
}
.cid-ujQiPZLEXV .mbr-text,
.cid-ujQiPZLEXV .item-wrapper .mbr-section-btn {
  text-align: center;
  color: #ffffff;
}
.cid-uhnNz9cmda {
  padding-top: 6rem;
  padding-bottom: 6rem;
  background-image: url("../../../assets/images/white-background-2000x1334.jpg");
}
.cid-uhnNz9cmda .mbr-fallback-image.disabled {
  display: none;
}
.cid-uhnNz9cmda .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uhnNz9cmda .item-wrapper {
  display: flex;
  margin-bottom: 2rem;
  border-radius: 0 !important;
}
@media (max-width: 767px) {
  .cid-uhnNz9cmda .item-wrapper {
    margin-bottom: 1rem;
  }
}
.cid-uhnNz9cmda .mbr-iconfont {
  font-size: 3rem;
  color: #06549d;
  padding-right: 2rem;
}
.cid-uhnNz9cmda .content-head {
  max-width: 800px;
}
.cid-uduqU6836b {
  padding-top: 2rem;
  padding-bottom: 3rem;
  background-image: url("../../../assets/images/white-background-2000x1334.jpeg");
}
.cid-uduqU6836b .logogree {
  position: relative;
  width: 100%;
}
.cid-uduqU6836b .agree {
  object-position: right;
  width: 40%;
  height: auto;
  object-fit: contain;
  display: block;
  border-radius: 0% !important;
}
.cid-uduqU6836b .mbr-fallback-image.disabled {
  display: none;
}
.cid-uduqU6836b .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uduqU6836b .footer-col {
  justify-content: space-between;
  display: flex;
}
@media (max-width: 767px) {
  .cid-uduqU6836b .footer-col {
    flex-direction: column;
  }
}
.cid-uduqU6836b .row {
  background: #ffffff;
  padding: 4rem 3rem;
  border-radius: 2rem;
  margin: 0px;
}
@media (max-width: 767px) {
  .cid-uduqU6836b .row {
    padding: 2rem 0.5rem;
  }
}
@media (min-width: 768px) and (max-width: 991px) {
  .cid-uduqU6836b .row {
    padding: 2.25rem 1.25rem;
  }
}
@media (min-width: 992px) {
  .cid-uduqU6836b .row {
    padding: 4rem 3rem;
  }
}
@media (max-width: 767px) {
  .cid-uduqU6836b .mbr-section-btn {
    text-align: center;
  }
}
.cid-uduqU6836b .social-row {
  display: flex;
  flex-wrap: wrap;
}
.cid-uduqU6836b .soc-item {
  margin: 8px;
}
.cid-uduqU6836b .soc-item a:hover .mbr-iconfont,
.cid-uduqU6836b .soc-item a:focus .mbr-iconfont {
  background-color: #232323;
}
.cid-uduqU6836b .soc-item a .mbr-iconfont {
  width: 72px;
  height: 72px;
  display: flex;
  align-items: center;
  justify-content: center;
  border-radius: 100%;
  font-size: 20px;
  background-color: #06549d;
  color: #ffffff;
  transition: all 0.3s ease-in-out;
}
@media (max-width: 767px) {
  .cid-uduqU6836b .row {
    text-align: center;
  }
  .cid-uduqU6836b .social-row {
    justify-content: center;
  }
}
.cid-uduqU6836b .list {
  list-style: none;
  padding-left: 0;
  color: #502274;
}
@media (max-width: 991px) {
  .cid-uduqU6836b .list {
    margin-bottom: 2rem;
  }
}
@media (min-width: 992px) {
  .cid-uduqU6836b .list {
    margin-bottom: 0rem;
  }
}
.cid-uduqU6836b .mbr-text {
  color: #bbbbbb;
}
.cid-uduqU6836b .mbr-section-subtitle {
  color: #000000;
  text-align: left;
}
.cid-uduqU6836b .list,
.cid-uduqU6836b .item-wrap {
  color: #232323;
  text-align: left;
}
.cid-uduqU6836b .copyright {
  color: #000000;
  text-align: center;
}
.cid-uduqU6836b H5 {
  text-align: left;
}
.cid-tJGsCG1vVL {
  z-index: 1000;
  width: 100%;
  position: inherit;
}
.cid-tJGsCG1vVL .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 .3s;
}
@media (max-width: 767px) {
  .cid-tJGsCG1vVL .navbar-toggler {
    transform: scale(0.8);
  }
}
.cid-tJGsCG1vVL .navbar-brand {
  flex-shrink: 0;
  align-items: center;
  margin-right: 0;
  padding: 10px 0;
  transition: all 2s;
  word-break: break-word;
  z-index: 1;
}
.cid-tJGsCG1vVL .navbar-brand img {
  max-width: 100%;
  max-height: 100%;
  border-radius: 0px !important;
}
.cid-tJGsCG1vVL .navbar-brand .navbar-caption {
  line-height: inherit !important;
}
.cid-tJGsCG1vVL .navbar-brand .navbar-logo a {
  outline: none;
}
.cid-tJGsCG1vVL .navbar-nav {
  margin: auto;
  margin-left: 0;
  margin-left: auto;
}
.cid-tJGsCG1vVL .navbar-nav .nav-item {
  padding: 0 !important;
  transition: .3s all !important;
}
.cid-tJGsCG1vVL .navbar-nav .nav-item .nav-link {
  padding: 16px !important;
  margin: 0 !important;
  border-radius: 1rem !important;
  transition: .3s all !important;
  border-radius: 4px !important;
}
.cid-tJGsCG1vVL .navbar-nav .nav-item .nav-link:hover {
  background-color: rgba(27, 31, 10, 0.06);
}
.cid-tJGsCG1vVL .navbar-nav .open .nav-link::after {
  transform: rotate(180deg);
}
@media (min-width: 992px) {
  .cid-tJGsCG1vVL .navbar-nav .open .nav-link::before {
    content: "";
    width: 100%;
    height: 20px;
    top: 100%;
    background: transparent;
    position: absolute;
  }
}
.cid-tJGsCG1vVL .navbar-nav .dropdown-item {
  padding: 12px !important;
  border-radius: 0.5rem !important;
  margin: 0 8px !important;
  transition: .3s all !important;
  border-radius: 4px !important;
}
.cid-tJGsCG1vVL .navbar-nav .dropdown-item:hover {
  background-color: rgba(27, 31, 10, 0.06);
}
@media (min-width: 992px) {
  .cid-tJGsCG1vVL .navbar-nav {
    padding-left: 1.5rem;
  }
}
.cid-tJGsCG1vVL .nav-link {
  width: fit-content;
  position: relative;
}
.cid-tJGsCG1vVL .navbar-logo {
  padding-left: 2rem;
  margin: 0 !important;
}
@media (max-width: 767px) {
  .cid-tJGsCG1vVL .navbar-logo {
    padding-left: 1rem;
  }
}
.cid-tJGsCG1vVL .navbar-caption {
  padding-left: 1rem;
  padding-right: .5rem;
}
@media (max-width: 767px) {
  .cid-tJGsCG1vVL .nav-dropdown {
    padding-bottom: 0.5rem;
  }
}
.cid-tJGsCG1vVL .nav-dropdown .link.dropdown-toggle::after {
  margin-left: 0.5rem;
  margin-top: 0.2rem;
  transition: .3s all;
  transition-delay: 300ms;
}
.cid-tJGsCG1vVL .container {
  display: flex;
  height: 90px;
  padding: 0.5rem 0.6rem;
  flex-wrap: nowrap;
  background: rgba(255, 255, 255, 0.9) !important;
  left: 0;
  right: 0;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: flex-end;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  border-radius: 100vw;
  margin-top: 1rem;
  background-color: #ffffff;
  box-shadow: 0 30px 60px 0 rgba(27, 31, 10, 0.08);
  border-radius: 4px !important;
}
@media (max-width: 992px) {
  .cid-tJGsCG1vVL .container {
    padding-right: 2rem;
  }
}
@media (max-width: 767px) {
  .cid-tJGsCG1vVL .container {
    width: 95%;
    height: 56px !important;
    padding-right: 1rem;
    margin-top: 0rem;
  }
}
.cid-tJGsCG1vVL .iconfont-wrapper {
  color: #0c2c68 !important;
  font-size: 1.5rem;
  padding-right: 0.5rem;
}
.cid-tJGsCG1vVL .dropdown-menu {
  flex-wrap: wrap;
  flex-direction: column;
  max-width: 100%;
  padding: 12px 4px !important;
  border-radius: 1.5rem;
  transition: .3s all !important;
  transition-delay: 300ms;
  min-width: auto;
  background: #ffffff;
  background: rgba(255, 255, 255, 0.9) !important;
  border-radius: 4px !important;
}
.cid-tJGsCG1vVL .nav-item:focus,
.cid-tJGsCG1vVL .nav-link:focus {
  outline: none;
}
.cid-tJGsCG1vVL .dropdown .dropdown-menu .dropdown-item {
  width: auto;
  transition: all .3s;
  transition-delay: 300ms;
}
.cid-tJGsCG1vVL .dropdown .dropdown-menu .dropdown-item::after {
  right: 0.5rem;
}
.cid-tJGsCG1vVL .dropdown .dropdown-menu .dropdown-item .mbr-iconfont {
  margin-right: 0.5rem;
  vertical-align: sub;
}
.cid-tJGsCG1vVL .dropdown .dropdown-menu .dropdown-item .mbr-iconfont:before {
  display: inline-block;
  transform: scale(1, 1);
  transition: all .3s;
}
.cid-tJGsCG1vVL .collapsed .dropdown-menu .dropdown-item:before {
  display: none;
}
.cid-tJGsCG1vVL .collapsed .dropdown .dropdown-menu .dropdown-item {
  padding: 0.235em 1.5em 0.235em 1.5em !important;
  transition: none;
  margin: 0 !important;
}
.cid-tJGsCG1vVL .navbar {
  min-height: 90px;
  transition: all 5s;
  border-bottom: 1px solid transparent;
  background: transparent !important;
  padding: 0 !important;
  border: none !important;
  box-shadow: none !important;
  border-radius: 0 !important;
}
.cid-tJGsCG1vVL .navbar.opened {
  transition: all 0.3s;
}
.cid-tJGsCG1vVL .navbar .dropdown-item {
  padding: 0.5rem 1.8rem;
}
.cid-tJGsCG1vVL .navbar .navbar-logo img {
  width: auto;
}
.cid-tJGsCG1vVL .navbar .navbar-collapse {
  z-index: 1;
  justify-content: flex-end;
}
.cid-tJGsCG1vVL .navbar.collapsed {
  justify-content: center;
}
.cid-tJGsCG1vVL .navbar.collapsed .nav-item .nav-link::before {
  display: none;
}
.cid-tJGsCG1vVL .navbar.collapsed.opened .dropdown-menu {
  top: 0;
}
@media (min-width: 992px) {
  .cid-tJGsCG1vVL .navbar.collapsed.opened:not(.navbar-short) .navbar-collapse {
    max-height: calc(98.5vh - 3.4rem);
  }
}
.cid-tJGsCG1vVL .navbar.collapsed .dropdown-menu .dropdown-submenu {
  left: 0 !important;
}
.cid-tJGsCG1vVL .navbar.collapsed .dropdown-menu .dropdown-item:after {
  right: auto;
}
.cid-tJGsCG1vVL .navbar.collapsed .dropdown-menu .dropdown-toggle[data-toggle="dropdown-submenu"]:after {
  margin-left: 0.5rem;
  margin-top: 0.2rem;
  border-top: 0.35em solid;
  border-right: 0.35em solid transparent;
  border-left: 0.35em solid transparent;
  border-bottom: 0;
  top: 41%;
}
.cid-tJGsCG1vVL .navbar.collapsed ul.navbar-nav li {
  margin: auto;
}
.cid-tJGsCG1vVL .navbar.collapsed .dropdown-menu .dropdown-item {
  padding: 0.25rem 0.5rem;
  text-align: center;
}
.cid-tJGsCG1vVL .navbar.collapsed .icons-menu {
  padding-left: 0;
  padding-right: 0;
  padding-top: 0.5rem;
  padding-bottom: 0.5rem;
}
@media (max-width: 767px) {
  .cid-tJGsCG1vVL .navbar {
    min-height: 72px;
  }
  .cid-tJGsCG1vVL .navbar .navbar-logo img {
    height: 2rem !important;
  }
}
@media (max-width: 991px) {
  .cid-tJGsCG1vVL .navbar .nav-item .nav-link::before {
    display: none;
  }
  .cid-tJGsCG1vVL .navbar.opened .dropdown-menu {
    top: 0;
  }
  .cid-tJGsCG1vVL .navbar .dropdown-menu .dropdown-submenu {
    left: 0 !important;
  }
  .cid-tJGsCG1vVL .navbar .dropdown-menu .dropdown-item:after {
    right: auto;
  }
  .cid-tJGsCG1vVL .navbar .dropdown-menu .dropdown-toggle[data-toggle="dropdown-submenu"]:after {
    margin-left: 0.5rem;
    margin-top: 0.2rem;
    border-top: 0.35em solid;
    border-right: 0.35em solid transparent;
    border-left: 0.35em solid transparent;
    border-bottom: 0;
    top: 40%;
  }
  .cid-tJGsCG1vVL .navbar .dropdown-menu .dropdown-item {
    padding: 0.25rem 1.5rem !important;
    text-align: center;
  }
  .cid-tJGsCG1vVL .navbar .navbar-brand {
    flex-shrink: initial;
    flex-basis: auto;
    word-break: break-word;
    padding-right: 10px;
  }
  .cid-tJGsCG1vVL .navbar .navbar-toggler {
    flex-basis: auto;
  }
  .cid-tJGsCG1vVL .navbar .icons-menu {
    padding-left: 0;
    padding-top: 0.5rem;
    padding-bottom: 0.5rem;
  }
}
.cid-tJGsCG1vVL .navbar.navbar-short .navbar-logo img {
  height: 2rem;
}
.cid-tJGsCG1vVL .dropdown-item.active,
.cid-tJGsCG1vVL .dropdown-item:active {
  background-color: transparent;
}
.cid-tJGsCG1vVL .navbar-expand-lg .navbar-nav .nav-link {
  padding: 0;
}
.cid-tJGsCG1vVL .nav-dropdown .link.dropdown-toggle {
  margin-right: 1.667em;
}
.cid-tJGsCG1vVL .nav-dropdown .link.dropdown-toggle[aria-expanded="true"] {
  margin-right: 0;
  padding: 0.667em 1.667em;
}
.cid-tJGsCG1vVL .navbar.navbar-expand-lg .dropdown .dropdown-menu {
  background: #ffffff;
}
.cid-tJGsCG1vVL .navbar.navbar-expand-lg .dropdown .dropdown-menu .dropdown-submenu {
  margin: 0;
  left: 100%;
  transform: none;
  top: -12px;
}
.cid-tJGsCG1vVL .navbar .dropdown.open > .dropdown-menu {
  display: flex;
}
.cid-tJGsCG1vVL ul.navbar-nav {
  flex-wrap: wrap;
}
.cid-tJGsCG1vVL .navbar-buttons {
  text-align: center;
  min-width: 140px;
}
@media (max-width: 992px) {
  .cid-tJGsCG1vVL .navbar-buttons {
    text-align: left;
  }
}
.cid-tJGsCG1vVL button.navbar-toggler {
  outline: none;
  width: 31px;
  height: 20px;
  cursor: pointer;
  transition: all 0.2s;
  position: relative;
  align-self: center;
}
.cid-tJGsCG1vVL button.navbar-toggler .hamburger span {
  position: absolute;
  right: 0;
  width: 30px;
  height: 2px;
  border-right: 5px;
  background-color: #06549d;
}
.cid-tJGsCG1vVL button.navbar-toggler .hamburger span:nth-child(1) {
  top: 0;
  transition: all 0.2s;
}
.cid-tJGsCG1vVL button.navbar-toggler .hamburger span:nth-child(2) {
  top: 8px;
  transition: all 0.15s;
}
.cid-tJGsCG1vVL button.navbar-toggler .hamburger span:nth-child(3) {
  top: 8px;
  transition: all 0.15s;
}
.cid-tJGsCG1vVL button.navbar-toggler .hamburger span:nth-child(4) {
  top: 16px;
  transition: all 0.2s;
}
.cid-tJGsCG1vVL nav.opened .hamburger span:nth-child(1) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-tJGsCG1vVL nav.opened .hamburger span:nth-child(2) {
  transform: rotate(45deg);
  transition: all 0.25s;
}
.cid-tJGsCG1vVL nav.opened .hamburger span:nth-child(3) {
  transform: rotate(-45deg);
  transition: all 0.25s;
}
.cid-tJGsCG1vVL nav.opened .hamburger span:nth-child(4) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-tJGsCG1vVL .navbar-dropdown {
  padding: 0 1rem;
}
.cid-tJGsCG1vVL a.nav-link {
  display: flex;
  align-items: center;
  justify-content: center;
}
.cid-tJGsCG1vVL .icons-menu {
  flex-wrap: nowrap;
  display: flex;
  justify-content: center;
  padding-left: 1rem;
  padding-right: 1rem;
  padding-top: 0.3rem;
  text-align: center;
}
@media (max-width: 992px) {
  .cid-tJGsCG1vVL .icons-menu {
    justify-content: flex-start;
    margin-bottom: .5rem;
  }
}
@media screen and (-ms-high-contrast: active), (-ms-high-contrast: none) {
  .cid-tJGsCG1vVL .navbar {
    height: 70px;
  }
  .cid-tJGsCG1vVL .navbar.opened {
    height: auto;
  }
  .cid-tJGsCG1vVL .nav-item .nav-link:hover::before {
    width: 175%;
    max-width: calc(100% + 2rem);
    left: -1rem;
  }
}
.cid-tJGsCG1vVL .navbar .dropdown > .dropdown-menu {
  display: none;
  width: max-content;
  max-width: 500px !important;
  transform: translateX(-50%);
  top: calc(100% + 20px);
  left: 50%;
}
.cid-tJGsCG1vVL .navbar .dropdown > .dropdown-menu .dropdown-item {
  line-height: 1 !important;
}
.cid-tJGsCG1vVL .navbar .dropdown > .dropdown-menu .dropdown .dropdown-item {
  align-items: center;
  display: flex;
  height: max-content !important;
  min-height: max-content !important;
}
.cid-tJGsCG1vVL .navbar .dropdown > .dropdown-menu .dropdown .dropdown-item::after {
  display: inline-block;
  position: static;
  margin-left: 0.5rem;
  margin-top: 0;
  margin-right: 0;
  margin-bottom: 0;
  transition: .3s all;
  transform: rotate(-90deg);
}
.cid-tJGsCG1vVL .navbar .dropdown > .dropdown-menu .dropdown.open .dropdown-item::after {
  transform: rotate(0deg);
}
.cid-tJGsCG1vVL .mbr-section-btn {
  margin: -0.6rem -0.6rem;
}
.cid-tJGsCG1vVL .navbar-toggler {
  margin-left: 12px;
  margin-right: 8px;
  order: 1000;
}
@media (max-width: 991px) {
  .cid-tJGsCG1vVL .navbar-brand {
    margin-right: auto;
  }
  .cid-tJGsCG1vVL .navbar-collapse {
    z-index: -1 !important;
    position: absolute;
    top: 110%;
    left: 0;
    width: 100%;
    padding: 1rem;
    border-radius: 1.5rem;
    background: #ffffff;
    opacity: 1;
    border-color: rgba(255, 255, 255, 0.9) !important;
    background: rgba(255, 255, 255, 0.9) !important;
    backdrop-filter: blur(8px);
    border-radius: 4px !important;
  }
  .cid-tJGsCG1vVL .navbar-nav .nav-item .nav-link::after {
    margin-left: 10px;
  }
  .cid-tJGsCG1vVL .navbar-nav .dropdown-item:hover {
    background-color: rgba(27, 31, 10, 0.06);
  }
  .cid-tJGsCG1vVL .navbar .dropdown > .dropdown-menu {
    max-width: 100% !important;
    transform: translateX(0);
    top: 10px;
    left: 0;
    padding: 8px !important;
    border-radius: 1rem;
    background-color: rgba(27, 31, 10, 0.04) !important;
  }
  .cid-tJGsCG1vVL .navbar .dropdown > .dropdown-menu .dropdown-item {
    padding: 8px !important;
    line-height: 1 !important;
    margin-bottom: 4px !important;
  }
  .cid-tJGsCG1vVL .navbar .dropdown > .dropdown-menu .dropdown .dropdown-item {
    align-items: center;
    display: flex;
    height: max-content !important;
    min-height: max-content !important;
  }
  .cid-tJGsCG1vVL .navbar .dropdown > .dropdown-menu .dropdown .dropdown-item::after {
    display: inline-block;
    position: static;
    margin-left: 0.5rem;
    margin-top: 0;
    margin-right: 0;
    margin-bottom: 0;
    transition: .3s all;
    transform: rotate(0deg);
  }
  .cid-tJGsCG1vVL .navbar .dropdown > .dropdown-menu .dropdown.open .dropdown-item::after {
    transform: rotate(180deg);
  }
  .cid-tJGsCG1vVL .navbar .dropdown > .dropdown-menu .dropdown-submenu {
    position: static;
    width: 100%;
    max-width: 100% !important;
    transform: translateX(0) !important;
    top: 0;
    left: 0;
    padding: 8px !important;
    border-radius: 1rem;
    background-color: rgba(27, 31, 10, 0.04) !important;
  }
  .cid-tJGsCG1vVL .navbar .dropdown.open > .dropdown-menu {
    display: flex !important;
    flex-direction: column;
    align-items: flex-start;
  }
}
@media (max-width: 575px) {
  .cid-tJGsCG1vVL .navbar-collapse {
    padding: 1rem;
  }
}
.cid-uj9Ci2dwiX {
  display: flex;
}
@media (min-width: 768px) {
  .cid-uj9Ci2dwiX {
    align-items: flex-end;
  }
  .cid-uj9Ci2dwiX .row {
    justify-content: flex-start;
  }
  .cid-uj9Ci2dwiX .content-wrap {
    padding: 1rem 3rem;
  }
}
@media (max-width: 991px) and (min-width: 768px) {
  .cid-uj9Ci2dwiX .content-wrap {
    min-width: 50%;
  }
}
@media (max-width: 767px) {
  .cid-uj9Ci2dwiX {
    -webkit-align-items: center;
    align-items: flex-end;
  }
  .cid-uj9Ci2dwiX .mbr-row {
    -webkit-justify-content: center;
    justify-content: center;
  }
  .cid-uj9Ci2dwiX .content-wrap {
    width: 100%;
  }
}
.cid-uj9Ci2dwiX .mbr-fallback-image.disabled {
  display: none;
}
.cid-uj9Ci2dwiX .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/background1.jpg");
}
.cid-uj9Ci2dwiX .mbr-section-title,
.cid-uj9Ci2dwiX .mbr-section-subtitle {
  text-align: left;
  color: #ffc091;
}
.cid-uj9Ci2dwiX .mbr-text,
.cid-uj9Ci2dwiX .mbr-section-btn {
  text-align: left;
}
.cid-uj9CrDGZSD {
  padding-top: 6rem;
  padding-bottom: 0rem;
  background-color: #06549d;
}
.cid-uj9CrDGZSD .mbr-fallback-image.disabled {
  display: none;
}
.cid-uj9CrDGZSD .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uj9CrDGZSD .mbr-section-title {
  color: #ffffff;
}
.cid-uj9CrDGZSD .mbr-section-subtitle {
  color: #ffffff;
}
.cid-uj9CtKDU5H {
  padding-top: 1rem;
  padding-bottom: 3rem;
  background-color: #06549d;
}
.cid-uj9CtKDU5H .mbr-fallback-image.disabled {
  display: none;
}
.cid-uj9CtKDU5H .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uj9CtKDU5H .mbr-section-subtitle {
  color: #ffffff;
}
.cid-uj9CxorNWy {
  background-color: #06549d;
  padding-top: 0px;
  padding-bottom: 0px;
}
.cid-uj9CxorNWy img {
  object-fit: contain;
  border-radius: 0 !important;
}
.cid-uj9CxorNWy .mbr-text {
  color: #ffffff;
}
.cid-uj9CFgfA8j {
  padding-top: 0rem;
  padding-bottom: 2rem;
  background-color: #06549d;
}
.cid-uj9CFgfA8j .mbr-fallback-image.disabled {
  display: none;
}
.cid-uj9CFgfA8j .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uj9CFgfA8j .mbr-section-subtitle {
  color: #ffffff;
  text-align: left;
}
.cid-uj9CL2zaNR {
  padding-top: 4rem;
  padding-bottom: 4rem;
  background-color: #000000;
}
.cid-uj9CL2zaNR .mbr-fallback-image.disabled {
  display: none;
}
.cid-uj9CL2zaNR .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uj9CL2zaNR .nav-tabs .nav-item.open .nav-link:focus,
.cid-uj9CL2zaNR .nav-tabs .nav-link.active:focus {
  outline: none;
}
.cid-uj9CL2zaNR .nav-tabs {
  flex-wrap: wrap;
  border-bottom: none;
}
@media (max-width: 767px) {
  .cid-uj9CL2zaNR .nav-item {
    width: 100%;
    margin-right: 0 !important;
    text-align: center;
  }
}
.cid-uj9CL2zaNR .nav-tabs .nav-item {
  margin-right: 1.5rem;
}
.cid-uj9CL2zaNR .nav-tabs .nav-link {
  transition: padding 0.3s ease, background-color 0.3s ease;
  border: none;
  border-radius: 2rem !important;
  padding: 1.25rem 0!important;
  background-color: transparent!important;
  overflow: hidden!important;
}
.cid-uj9CL2zaNR .nav-tabs .nav-link:not(.active) {
  color: #ffffff;
}
.cid-uj9CL2zaNR .nav-tabs .nav-link.active {
  color: #06549d !important;
  background-color: #ffffff !important;
  padding: 1.25rem 2rem!important;
}
.cid-uj9CL2zaNR .mbr-section-title {
  text-align: center;
  color: #ffffff;
}
.cid-uj9CL2zaNR .mbr-section-subtitle {
  text-align: center;
  color: #ffffff;
}
.cid-uj9CL2zaNR .mbr-text {
  color: #fff;
  margin: 0;
}
.cid-uj9CL2zaNR .content-head {
  max-width: 800px;
}
.cid-uj9CL2zaNR .item-wrapper {
  background-color: #06549d;
  padding: 2.25rem;
}
@media (max-width: 767px) {
  .cid-uj9CL2zaNR .item-wrapper {
    padding: 2rem 1.5rem;
  }
}
.cid-ujJMmypkFz {
  padding-top: 4rem;
  padding-bottom: 3rem;
  background-color: #ffffff;
}
.cid-ujJMmypkFz .mbr-fallback-image.disabled {
  display: none;
}
.cid-ujJMmypkFz .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-ujJMmypkFz .row-reverse {
  flex-direction: row-reverse;
}
.cid-ujJMmypkFz .row {
  flex-direction: row-reverse;
}
.cid-ujJMmypkFz .row-reverse {
  flex-direction: row;
}
@media (max-width: 991px) {
  .cid-ujJMmypkFz .image-wrapper {
    margin-bottom: 1rem;
  }
}
.cid-ujJMmypkFz .row {
  align-items: center;
  padding-top: 2rem;
  padding-bottom: 2rem;
}
@media (max-width: 991px) {
  .cid-ujJMmypkFz .image-wrapper {
    padding: 1rem;
  }
}
@media (min-width: 992px) {
  .cid-ujJMmypkFz .text-wrapper {
    padding: 0 2rem;
  }
}
.cid-ujJMmypkFz .mbr-section-title {
  color: #000000;
}
.cid-ujJMmypkFz .mbr-text,
.cid-ujJMmypkFz .mbr-section-btn {
  color: #000000;
}
.cid-ujJMmypkFz img {
  width: 100%;
  height: 100%;
}
.cid-ujK1eyP8fO {
  padding-top: 6rem;
  padding-bottom: 6rem;
  background-color: #ffffff;
}
.cid-ujK1eyP8fO .mbr-fallback-image.disabled {
  display: none;
}
.cid-ujK1eyP8fO .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-ujK1eyP8fO .card-wrapper {
  border-radius: 4px;
}
@media (max-width: 767px) {
  .cid-ujK1eyP8fO .card-wrapper {
    padding: 1.5rem;
    padding-top: 9rem;
    padding-bottom: 9rem;
  }
}
@media (min-width: 768px) and (max-width: 991px) {
  .cid-ujK1eyP8fO .card-wrapper {
    padding: 2.25rem;
    padding-top: 18rem;
    padding-bottom: 18rem;
  }
}
@media (min-width: 992px) {
  .cid-ujK1eyP8fO .card-wrapper {
    padding: 4rem;
    padding-top: 18rem;
    padding-bottom: 18rem;
  }
}
.cid-ujK1eyP8fO .wrap {
  background: url("../../../assets/images/2-960x371.png");
  background-repeat: no-repeat;
  background-position: center;
  background-size: cover;
}
.cid-ujK1eyP8fO .wrap .inner-wrap {
  padding: 40px;
}
.cid-ujK1eyP8fO .card-title {
  color: #ffffff;
  text-align: center;
}
.cid-ujK1eyP8fO .mbr-text {
  color: #000000;
}
.cid-ujK1eyP8fO .mbr-text,
.cid-ujK1eyP8fO .mbr-section-btn {
  color: #ffffff;
}
.cid-ujJZ9hqZmk {
  background-color: #ffffff;
  padding-top: 0px;
  padding-bottom: 0px;
}
.cid-ujJZ9hqZmk img {
  object-fit: contain;
  border-radius: 0 !important;
}
.cid-ujK2w1sI2T {
  padding-top: 6rem;
  padding-bottom: 6rem;
  background-image: url("../../../assets/images/white-background-2000x1334.jpg");
}
.cid-ujK2w1sI2T .mbr-fallback-image.disabled {
  display: none;
}
.cid-ujK2w1sI2T .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-ujK2w1sI2T .row {
  flex-direction: row-reverse;
}
.cid-ujK2w1sI2T .mbr-description {
  color: #06549d;
}
.cid-ujK5xPb6iF {
  padding-top: 3rem;
  padding-bottom: 0rem;
  background-color: #ffffff;
}
.cid-ujK5xPb6iF .mbr-fallback-image.disabled {
  display: none;
}
.cid-ujK5xPb6iF .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-ujK5xPb6iF .row {
  flex-direction: row-reverse;
}
.cid-ujK3DGFy6U {
  padding-top: 0rem;
  padding-bottom: 2rem;
  background-color: #ffffff;
}
.cid-ujK3DGFy6U .mbr-fallback-image.disabled {
  display: none;
}
.cid-ujK3DGFy6U .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-ujK3DGFy6U .card-wrapper {
  background: #06549d;
}
@media (max-width: 767px) {
  .cid-ujK3DGFy6U .card-wrapper {
    padding: 1.5rem;
  }
}
@media (min-width: 768px) and (max-width: 991px) {
  .cid-ujK3DGFy6U .card-wrapper {
    padding: 2.25rem;
  }
}
@media (min-width: 992px) {
  .cid-ujK3DGFy6U .card-wrapper {
    padding: 4rem;
  }
}
.cid-ujK3DGFy6U .mbr-text,
.cid-ujK3DGFy6U .mbr-section-btn {
  color: #ffffff;
}
.cid-ujK3DGFy6U .card-title,
.cid-ujK3DGFy6U .card-box {
  text-align: center;
  color: #ffffff;
}
.cid-ujK88zKyPi {
  padding-top: 2rem;
  padding-bottom: 0rem;
  background-color: #ffffff;
}
.cid-ujK88zKyPi .counter-container ul {
  margin: 0;
  list-style: none;
  padding-left: 2.5rem;
}
.cid-ujK88zKyPi .counter-container ul li {
  margin-bottom: 1rem;
  list-style: none;
  position: relative;
  padding-left: 1rem;
}
.cid-ujK88zKyPi .counter-container ul li:before {
  position: absolute;
  left: -40px;
  content: "";
  display: flex;
  justify-content: center;
  align-items: center;
  color: #ffffff;
  background-color: #06549d;
  width: 40px;
  height: 40px;
  border-radius: 50%;
  margin-top: 5px;
  content: "✓";
}
.cid-ujK88zKyPi .mbr-section-title {
  text-align: center;
}
.cid-ujK88zKyPi .mbr-text UL {
  text-align: left;
}
.cid-ujK7LKJQ2c {
  padding-top: 3rem;
  padding-bottom: 5rem;
  background-color: #ffffff;
}
.cid-ujK7LKJQ2c .counter-container ul {
  margin: 0;
  list-style: none;
  padding-left: 2.5rem;
}
.cid-ujK7LKJQ2c .counter-container ul li {
  margin-bottom: 1rem;
  list-style: none;
  position: relative;
  padding-left: 1rem;
}
.cid-ujK7LKJQ2c .counter-container ul li:before {
  position: absolute;
  left: -40px;
  content: "";
  display: flex;
  justify-content: center;
  align-items: center;
  color: #ffffff;
  background-color: #06549d;
  width: 40px;
  height: 40px;
  border-radius: 50%;
  margin-top: 5px;
  content: "✓";
}
.cid-ujK7LKJQ2c .mbr-text UL {
  text-align: left;
}
.cid-ujK7LKJQ2c .mbr-text {
  color: #000000;
}
.cid-ujK7LKJQ2c .mbr-section-title {
  color: #000000;
  text-align: center;
}
.cid-ujKbSJYywa {
  padding-top: 6rem;
  padding-bottom: 0rem;
  background-image: url("../../../assets/images/white-background-2000x1334.jpg");
}
.cid-ujKbSJYywa .mbr-fallback-image.disabled {
  display: none;
}
.cid-ujKbSJYywa .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-ujKbSJYywa .row {
  flex-direction: row-reverse;
}
.cid-ujKcrELKge {
  padding-top: 0rem;
  padding-bottom: 0rem;
  background-image: url("../../../assets/images/white-background-2000x1334.jpeg");
}
.cid-ujKcrELKge .mbr-fallback-image.disabled {
  display: none;
}
.cid-ujKcrELKge .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-ujKcrELKge .row {
  flex-direction: row-reverse;
}
.cid-ujKcRzBACh {
  padding-top: 0rem;
  padding-bottom: 0rem;
  background-image: url("../../../assets/images/white-background-2000x1334.jpeg");
}
.cid-ujKcRzBACh .mbr-fallback-image.disabled {
  display: none;
}
.cid-ujKcRzBACh .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-ujKcRzBACh .row {
  flex-direction: row-reverse;
}
.cid-ujKektTG4k {
  padding-top: 0rem;
  padding-bottom: 8rem;
  background-image: url("../../../assets/images/white-background-2000x1334.jpeg");
}
.cid-ujKektTG4k .mbr-fallback-image.disabled {
  display: none;
}
.cid-ujKektTG4k .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-ujKektTG4k .row {
  flex-direction: row-reverse;
}
.cid-uj9CSJQRxv {
  padding-top: 6rem;
  padding-bottom: 0rem;
  background-color: #06549d;
}
.cid-uj9CSJQRxv .item-subtitle {
  line-height: 1.2;
  color: #232323;
  text-align: center;
}
.cid-uj9CSJQRxv img,
.cid-uj9CSJQRxv .item-img {
  width: 100%;
  height: 100%;
  height: 400px;
  object-fit: cover;
}
.cid-uj9CSJQRxv .item:focus,
.cid-uj9CSJQRxv span:focus {
  outline: none;
}
.cid-uj9CSJQRxv .item {
  margin-bottom: 2rem;
}
@media (max-width: 767px) {
  .cid-uj9CSJQRxv .item {
    margin-bottom: 1rem;
  }
}
.cid-uj9CSJQRxv .item-wrapper {
  position: relative;
  border-radius: 4px;
  height: 100%;
  display: flex;
  flex-flow: column nowrap;
}
.cid-uj9CSJQRxv .mbr-section-title {
  color: #ffffff;
  text-align: center;
}
.cid-uj9CSJQRxv .mbr-text,
.cid-uj9CSJQRxv .mbr-section-btn {
  color: #ffffff;
  text-align: left;
}
.cid-uj9CSJQRxv .item-title {
  color: #ffffff;
  text-align: left;
}
.cid-uj9CSJQRxv .content-head {
  max-width: 800px;
}
.cid-ujJOKrP7vT {
  padding-top: 2rem;
  padding-bottom: 4rem;
  background-color: #232323;
}
.cid-ujJOKrP7vT .mbr-fallback-image.disabled {
  display: none;
}
.cid-ujJOKrP7vT .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-ujJOKrP7vT .mbr-section-subtitle {
  color: #ffffff;
}
.cid-uj9DAvAKcY {
  display: flex;
  padding-top: 6rem;
  padding-bottom: 6rem;
  background-image: url("../../../assets/images/7xm.xyz868491-1224x624.jpg");
}
.cid-uj9DAvAKcY .mbr-overlay {
  background-color: #000000;
  opacity: 0.8;
}
.cid-uj9DAvAKcY .content-wrap {
  padding: 5rem 1rem;
}
@media (min-width: 992px) {
  .cid-uj9DAvAKcY .content-wrap {
    padding: 5rem 3rem;
  }
}
@media (min-width: 768px) {
  .cid-uj9DAvAKcY {
    align-items: center;
  }
  .cid-uj9DAvAKcY .row {
    justify-content: flex-end;
  }
}
@media (max-width: 991px) and (min-width: 768px) {
  .cid-uj9DAvAKcY .content-wrap {
    min-width: 50%;
  }
}
@media (max-width: 767px) {
  .cid-uj9DAvAKcY {
    -webkit-align-items: center;
    align-items: center;
  }
  .cid-uj9DAvAKcY .mbr-row {
    -webkit-justify-content: center;
    justify-content: center;
  }
  .cid-uj9DAvAKcY .content-wrap {
    width: 100%;
  }
}
.cid-uj9DAvAKcY .mbr-section-title {
  text-align: right;
  color: #ffffff;
}
.cid-uj9DAvAKcY .mbr-text,
.cid-uj9DAvAKcY .mbr-section-btn {
  text-align: right;
  color: #ffffff;
}
.cid-uj9DAvAKcY .mbr-description {
  text-align: right;
  color: #ffffff;
}
.cid-uj9E4moT9Y {
  display: flex;
  padding-top: 6rem;
  padding-bottom: 6rem;
  background-image: url("../../../assets/images/7xm.xyz868491-copy-1224x624.jpg");
}
.cid-uj9E4moT9Y .mbr-overlay {
  background-color: #1f6463;
  opacity: 0.8;
}
.cid-uj9E4moT9Y .content-wrap {
  padding: 5rem 1rem;
}
@media (min-width: 992px) {
  .cid-uj9E4moT9Y .content-wrap {
    padding: 5rem 3rem;
  }
}
@media (min-width: 768px) {
  .cid-uj9E4moT9Y {
    align-items: center;
  }
  .cid-uj9E4moT9Y .row {
    justify-content: flex-start;
  }
}
@media (max-width: 991px) and (min-width: 768px) {
  .cid-uj9E4moT9Y .content-wrap {
    min-width: 50%;
  }
}
@media (max-width: 767px) {
  .cid-uj9E4moT9Y {
    -webkit-align-items: center;
    align-items: center;
  }
  .cid-uj9E4moT9Y .mbr-row {
    -webkit-justify-content: center;
    justify-content: center;
  }
  .cid-uj9E4moT9Y .content-wrap {
    width: 100%;
  }
}
.cid-uj9E4moT9Y .mbr-section-title {
  text-align: left;
  color: #ffffff;
}
.cid-uj9E4moT9Y .mbr-text,
.cid-uj9E4moT9Y .mbr-section-btn {
  text-align: left;
  color: #ffffff;
}
.cid-uj9E4moT9Y .mbr-description {
  text-align: center;
  color: #ffffff;
}
.cid-uj9EcbRHwE {
  display: flex;
  padding-top: 6rem;
  padding-bottom: 6rem;
  background-image: url("../../../assets/images/7xm.xyz868492-copy-1224x624.jpg");
}
.cid-uj9EcbRHwE .mbr-overlay {
  background-color: #1f6463;
  opacity: 0.8;
}
.cid-uj9EcbRHwE .content-wrap {
  padding: 5rem 1rem;
}
@media (min-width: 992px) {
  .cid-uj9EcbRHwE .content-wrap {
    padding: 5rem 3rem;
  }
}
@media (min-width: 768px) {
  .cid-uj9EcbRHwE {
    align-items: center;
  }
  .cid-uj9EcbRHwE .row {
    justify-content: flex-end;
  }
}
@media (max-width: 991px) and (min-width: 768px) {
  .cid-uj9EcbRHwE .content-wrap {
    min-width: 50%;
  }
}
@media (max-width: 767px) {
  .cid-uj9EcbRHwE {
    -webkit-align-items: center;
    align-items: center;
  }
  .cid-uj9EcbRHwE .mbr-row {
    -webkit-justify-content: center;
    justify-content: center;
  }
  .cid-uj9EcbRHwE .content-wrap {
    width: 100%;
  }
}
.cid-uj9EcbRHwE .mbr-section-title {
  text-align: right;
  color: #ffffff;
}
.cid-uj9EcbRHwE .mbr-text,
.cid-uj9EcbRHwE .mbr-section-btn {
  text-align: right;
  color: #ffffff;
}
.cid-uj9EcbRHwE .mbr-description {
  text-align: center;
  color: #ffffff;
}
.cid-uduqU6836b {
  padding-top: 2rem;
  padding-bottom: 3rem;
  background-image: url("../../../assets/images/white-background-2000x1334.jpeg");
}
.cid-uduqU6836b .logogree {
  position: relative;
  width: 100%;
}
.cid-uduqU6836b .agree {
  object-position: right;
  width: 40%;
  height: auto;
  object-fit: contain;
  display: block;
  border-radius: 0% !important;
}
.cid-uduqU6836b .mbr-fallback-image.disabled {
  display: none;
}
.cid-uduqU6836b .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uduqU6836b .footer-col {
  justify-content: space-between;
  display: flex;
}
@media (max-width: 767px) {
  .cid-uduqU6836b .footer-col {
    flex-direction: column;
  }
}
.cid-uduqU6836b .row {
  background: #ffffff;
  padding: 4rem 3rem;
  border-radius: 2rem;
  margin: 0px;
}
@media (max-width: 767px) {
  .cid-uduqU6836b .row {
    padding: 2rem 0.5rem;
  }
}
@media (min-width: 768px) and (max-width: 991px) {
  .cid-uduqU6836b .row {
    padding: 2.25rem 1.25rem;
  }
}
@media (min-width: 992px) {
  .cid-uduqU6836b .row {
    padding: 4rem 3rem;
  }
}
@media (max-width: 767px) {
  .cid-uduqU6836b .mbr-section-btn {
    text-align: center;
  }
}
.cid-uduqU6836b .social-row {
  display: flex;
  flex-wrap: wrap;
}
.cid-uduqU6836b .soc-item {
  margin: 8px;
}
.cid-uduqU6836b .soc-item a:hover .mbr-iconfont,
.cid-uduqU6836b .soc-item a:focus .mbr-iconfont {
  background-color: #232323;
}
.cid-uduqU6836b .soc-item a .mbr-iconfont {
  width: 72px;
  height: 72px;
  display: flex;
  align-items: center;
  justify-content: center;
  border-radius: 100%;
  font-size: 20px;
  background-color: #06549d;
  color: #ffffff;
  transition: all 0.3s ease-in-out;
}
@media (max-width: 767px) {
  .cid-uduqU6836b .row {
    text-align: center;
  }
  .cid-uduqU6836b .social-row {
    justify-content: center;
  }
}
.cid-uduqU6836b .list {
  list-style: none;
  padding-left: 0;
  color: #502274;
}
@media (max-width: 991px) {
  .cid-uduqU6836b .list {
    margin-bottom: 2rem;
  }
}
@media (min-width: 992px) {
  .cid-uduqU6836b .list {
    margin-bottom: 0rem;
  }
}
.cid-uduqU6836b .mbr-text {
  color: #bbbbbb;
}
.cid-uduqU6836b .mbr-section-subtitle {
  color: #000000;
  text-align: left;
}
.cid-uduqU6836b .list,
.cid-uduqU6836b .item-wrap {
  color: #232323;
  text-align: left;
}
.cid-uduqU6836b .copyright {
  color: #000000;
  text-align: center;
}
.cid-uduqU6836b H5 {
  text-align: left;
}
.cid-tJGsCG1vVL {
  z-index: 1000;
  width: 100%;
  position: inherit;
}
.cid-tJGsCG1vVL .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 .3s;
}
@media (max-width: 767px) {
  .cid-tJGsCG1vVL .navbar-toggler {
    transform: scale(0.8);
  }
}
.cid-tJGsCG1vVL .navbar-brand {
  flex-shrink: 0;
  align-items: center;
  margin-right: 0;
  padding: 10px 0;
  transition: all 2s;
  word-break: break-word;
  z-index: 1;
}
.cid-tJGsCG1vVL .navbar-brand img {
  max-width: 100%;
  max-height: 100%;
  border-radius: 0px !important;
}
.cid-tJGsCG1vVL .navbar-brand .navbar-caption {
  line-height: inherit !important;
}
.cid-tJGsCG1vVL .navbar-brand .navbar-logo a {
  outline: none;
}
.cid-tJGsCG1vVL .navbar-nav {
  margin: auto;
  margin-left: 0;
  margin-left: auto;
}
.cid-tJGsCG1vVL .navbar-nav .nav-item {
  padding: 0 !important;
  transition: .3s all !important;
}
.cid-tJGsCG1vVL .navbar-nav .nav-item .nav-link {
  padding: 16px !important;
  margin: 0 !important;
  border-radius: 1rem !important;
  transition: .3s all !important;
  border-radius: 4px !important;
}
.cid-tJGsCG1vVL .navbar-nav .nav-item .nav-link:hover {
  background-color: rgba(27, 31, 10, 0.06);
}
.cid-tJGsCG1vVL .navbar-nav .open .nav-link::after {
  transform: rotate(180deg);
}
@media (min-width: 992px) {
  .cid-tJGsCG1vVL .navbar-nav .open .nav-link::before {
    content: "";
    width: 100%;
    height: 20px;
    top: 100%;
    background: transparent;
    position: absolute;
  }
}
.cid-tJGsCG1vVL .navbar-nav .dropdown-item {
  padding: 12px !important;
  border-radius: 0.5rem !important;
  margin: 0 8px !important;
  transition: .3s all !important;
  border-radius: 4px !important;
}
.cid-tJGsCG1vVL .navbar-nav .dropdown-item:hover {
  background-color: rgba(27, 31, 10, 0.06);
}
@media (min-width: 992px) {
  .cid-tJGsCG1vVL .navbar-nav {
    padding-left: 1.5rem;
  }
}
.cid-tJGsCG1vVL .nav-link {
  width: fit-content;
  position: relative;
}
.cid-tJGsCG1vVL .navbar-logo {
  padding-left: 2rem;
  margin: 0 !important;
}
@media (max-width: 767px) {
  .cid-tJGsCG1vVL .navbar-logo {
    padding-left: 1rem;
  }
}
.cid-tJGsCG1vVL .navbar-caption {
  padding-left: 1rem;
  padding-right: .5rem;
}
@media (max-width: 767px) {
  .cid-tJGsCG1vVL .nav-dropdown {
    padding-bottom: 0.5rem;
  }
}
.cid-tJGsCG1vVL .nav-dropdown .link.dropdown-toggle::after {
  margin-left: 0.5rem;
  margin-top: 0.2rem;
  transition: .3s all;
  transition-delay: 300ms;
}
.cid-tJGsCG1vVL .container {
  display: flex;
  height: 90px;
  padding: 0.5rem 0.6rem;
  flex-wrap: nowrap;
  background: rgba(255, 255, 255, 0.9) !important;
  left: 0;
  right: 0;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: flex-end;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  border-radius: 100vw;
  margin-top: 1rem;
  background-color: #ffffff;
  box-shadow: 0 30px 60px 0 rgba(27, 31, 10, 0.08);
  border-radius: 4px !important;
}
@media (max-width: 992px) {
  .cid-tJGsCG1vVL .container {
    padding-right: 2rem;
  }
}
@media (max-width: 767px) {
  .cid-tJGsCG1vVL .container {
    width: 95%;
    height: 56px !important;
    padding-right: 1rem;
    margin-top: 0rem;
  }
}
.cid-tJGsCG1vVL .iconfont-wrapper {
  color: #0c2c68 !important;
  font-size: 1.5rem;
  padding-right: 0.5rem;
}
.cid-tJGsCG1vVL .dropdown-menu {
  flex-wrap: wrap;
  flex-direction: column;
  max-width: 100%;
  padding: 12px 4px !important;
  border-radius: 1.5rem;
  transition: .3s all !important;
  transition-delay: 300ms;
  min-width: auto;
  background: #ffffff;
  background: rgba(255, 255, 255, 0.9) !important;
  border-radius: 4px !important;
}
.cid-tJGsCG1vVL .nav-item:focus,
.cid-tJGsCG1vVL .nav-link:focus {
  outline: none;
}
.cid-tJGsCG1vVL .dropdown .dropdown-menu .dropdown-item {
  width: auto;
  transition: all .3s;
  transition-delay: 300ms;
}
.cid-tJGsCG1vVL .dropdown .dropdown-menu .dropdown-item::after {
  right: 0.5rem;
}
.cid-tJGsCG1vVL .dropdown .dropdown-menu .dropdown-item .mbr-iconfont {
  margin-right: 0.5rem;
  vertical-align: sub;
}
.cid-tJGsCG1vVL .dropdown .dropdown-menu .dropdown-item .mbr-iconfont:before {
  display: inline-block;
  transform: scale(1, 1);
  transition: all .3s;
}
.cid-tJGsCG1vVL .collapsed .dropdown-menu .dropdown-item:before {
  display: none;
}
.cid-tJGsCG1vVL .collapsed .dropdown .dropdown-menu .dropdown-item {
  padding: 0.235em 1.5em 0.235em 1.5em !important;
  transition: none;
  margin: 0 !important;
}
.cid-tJGsCG1vVL .navbar {
  min-height: 90px;
  transition: all 5s;
  border-bottom: 1px solid transparent;
  background: transparent !important;
  padding: 0 !important;
  border: none !important;
  box-shadow: none !important;
  border-radius: 0 !important;
}
.cid-tJGsCG1vVL .navbar.opened {
  transition: all 0.3s;
}
.cid-tJGsCG1vVL .navbar .dropdown-item {
  padding: 0.5rem 1.8rem;
}
.cid-tJGsCG1vVL .navbar .navbar-logo img {
  width: auto;
}
.cid-tJGsCG1vVL .navbar .navbar-collapse {
  z-index: 1;
  justify-content: flex-end;
}
.cid-tJGsCG1vVL .navbar.collapsed {
  justify-content: center;
}
.cid-tJGsCG1vVL .navbar.collapsed .nav-item .nav-link::before {
  display: none;
}
.cid-tJGsCG1vVL .navbar.collapsed.opened .dropdown-menu {
  top: 0;
}
@media (min-width: 992px) {
  .cid-tJGsCG1vVL .navbar.collapsed.opened:not(.navbar-short) .navbar-collapse {
    max-height: calc(98.5vh - 3.4rem);
  }
}
.cid-tJGsCG1vVL .navbar.collapsed .dropdown-menu .dropdown-submenu {
  left: 0 !important;
}
.cid-tJGsCG1vVL .navbar.collapsed .dropdown-menu .dropdown-item:after {
  right: auto;
}
.cid-tJGsCG1vVL .navbar.collapsed .dropdown-menu .dropdown-toggle[data-toggle="dropdown-submenu"]:after {
  margin-left: 0.5rem;
  margin-top: 0.2rem;
  border-top: 0.35em solid;
  border-right: 0.35em solid transparent;
  border-left: 0.35em solid transparent;
  border-bottom: 0;
  top: 41%;
}
.cid-tJGsCG1vVL .navbar.collapsed ul.navbar-nav li {
  margin: auto;
}
.cid-tJGsCG1vVL .navbar.collapsed .dropdown-menu .dropdown-item {
  padding: 0.25rem 0.5rem;
  text-align: center;
}
.cid-tJGsCG1vVL .navbar.collapsed .icons-menu {
  padding-left: 0;
  padding-right: 0;
  padding-top: 0.5rem;
  padding-bottom: 0.5rem;
}
@media (max-width: 767px) {
  .cid-tJGsCG1vVL .navbar {
    min-height: 72px;
  }
  .cid-tJGsCG1vVL .navbar .navbar-logo img {
    height: 2rem !important;
  }
}
@media (max-width: 991px) {
  .cid-tJGsCG1vVL .navbar .nav-item .nav-link::before {
    display: none;
  }
  .cid-tJGsCG1vVL .navbar.opened .dropdown-menu {
    top: 0;
  }
  .cid-tJGsCG1vVL .navbar .dropdown-menu .dropdown-submenu {
    left: 0 !important;
  }
  .cid-tJGsCG1vVL .navbar .dropdown-menu .dropdown-item:after {
    right: auto;
  }
  .cid-tJGsCG1vVL .navbar .dropdown-menu .dropdown-toggle[data-toggle="dropdown-submenu"]:after {
    margin-left: 0.5rem;
    margin-top: 0.2rem;
    border-top: 0.35em solid;
    border-right: 0.35em solid transparent;
    border-left: 0.35em solid transparent;
    border-bottom: 0;
    top: 40%;
  }
  .cid-tJGsCG1vVL .navbar .dropdown-menu .dropdown-item {
    padding: 0.25rem 1.5rem !important;
    text-align: center;
  }
  .cid-tJGsCG1vVL .navbar .navbar-brand {
    flex-shrink: initial;
    flex-basis: auto;
    word-break: break-word;
    padding-right: 10px;
  }
  .cid-tJGsCG1vVL .navbar .navbar-toggler {
    flex-basis: auto;
  }
  .cid-tJGsCG1vVL .navbar .icons-menu {
    padding-left: 0;
    padding-top: 0.5rem;
    padding-bottom: 0.5rem;
  }
}
.cid-tJGsCG1vVL .navbar.navbar-short .navbar-logo img {
  height: 2rem;
}
.cid-tJGsCG1vVL .dropdown-item.active,
.cid-tJGsCG1vVL .dropdown-item:active {
  background-color: transparent;
}
.cid-tJGsCG1vVL .navbar-expand-lg .navbar-nav .nav-link {
  padding: 0;
}
.cid-tJGsCG1vVL .nav-dropdown .link.dropdown-toggle {
  margin-right: 1.667em;
}
.cid-tJGsCG1vVL .nav-dropdown .link.dropdown-toggle[aria-expanded="true"] {
  margin-right: 0;
  padding: 0.667em 1.667em;
}
.cid-tJGsCG1vVL .navbar.navbar-expand-lg .dropdown .dropdown-menu {
  background: #ffffff;
}
.cid-tJGsCG1vVL .navbar.navbar-expand-lg .dropdown .dropdown-menu .dropdown-submenu {
  margin: 0;
  left: 100%;
  transform: none;
  top: -12px;
}
.cid-tJGsCG1vVL .navbar .dropdown.open > .dropdown-menu {
  display: flex;
}
.cid-tJGsCG1vVL ul.navbar-nav {
  flex-wrap: wrap;
}
.cid-tJGsCG1vVL .navbar-buttons {
  text-align: center;
  min-width: 140px;
}
@media (max-width: 992px) {
  .cid-tJGsCG1vVL .navbar-buttons {
    text-align: left;
  }
}
.cid-tJGsCG1vVL button.navbar-toggler {
  outline: none;
  width: 31px;
  height: 20px;
  cursor: pointer;
  transition: all 0.2s;
  position: relative;
  align-self: center;
}
.cid-tJGsCG1vVL button.navbar-toggler .hamburger span {
  position: absolute;
  right: 0;
  width: 30px;
  height: 2px;
  border-right: 5px;
  background-color: #06549d;
}
.cid-tJGsCG1vVL button.navbar-toggler .hamburger span:nth-child(1) {
  top: 0;
  transition: all 0.2s;
}
.cid-tJGsCG1vVL button.navbar-toggler .hamburger span:nth-child(2) {
  top: 8px;
  transition: all 0.15s;
}
.cid-tJGsCG1vVL button.navbar-toggler .hamburger span:nth-child(3) {
  top: 8px;
  transition: all 0.15s;
}
.cid-tJGsCG1vVL button.navbar-toggler .hamburger span:nth-child(4) {
  top: 16px;
  transition: all 0.2s;
}
.cid-tJGsCG1vVL nav.opened .hamburger span:nth-child(1) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-tJGsCG1vVL nav.opened .hamburger span:nth-child(2) {
  transform: rotate(45deg);
  transition: all 0.25s;
}
.cid-tJGsCG1vVL nav.opened .hamburger span:nth-child(3) {
  transform: rotate(-45deg);
  transition: all 0.25s;
}
.cid-tJGsCG1vVL nav.opened .hamburger span:nth-child(4) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-tJGsCG1vVL .navbar-dropdown {
  padding: 0 1rem;
}
.cid-tJGsCG1vVL a.nav-link {
  display: flex;
  align-items: center;
  justify-content: center;
}
.cid-tJGsCG1vVL .icons-menu {
  flex-wrap: nowrap;
  display: flex;
  justify-content: center;
  padding-left: 1rem;
  padding-right: 1rem;
  padding-top: 0.3rem;
  text-align: center;
}
@media (max-width: 992px) {
  .cid-tJGsCG1vVL .icons-menu {
    justify-content: flex-start;
    margin-bottom: .5rem;
  }
}
@media screen and (-ms-high-contrast: active), (-ms-high-contrast: none) {
  .cid-tJGsCG1vVL .navbar {
    height: 70px;
  }
  .cid-tJGsCG1vVL .navbar.opened {
    height: auto;
  }
  .cid-tJGsCG1vVL .nav-item .nav-link:hover::before {
    width: 175%;
    max-width: calc(100% + 2rem);
    left: -1rem;
  }
}
.cid-tJGsCG1vVL .navbar .dropdown > .dropdown-menu {
  display: none;
  width: max-content;
  max-width: 500px !important;
  transform: translateX(-50%);
  top: calc(100% + 20px);
  left: 50%;
}
.cid-tJGsCG1vVL .navbar .dropdown > .dropdown-menu .dropdown-item {
  line-height: 1 !important;
}
.cid-tJGsCG1vVL .navbar .dropdown > .dropdown-menu .dropdown .dropdown-item {
  align-items: center;
  display: flex;
  height: max-content !important;
  min-height: max-content !important;
}
.cid-tJGsCG1vVL .navbar .dropdown > .dropdown-menu .dropdown .dropdown-item::after {
  display: inline-block;
  position: static;
  margin-left: 0.5rem;
  margin-top: 0;
  margin-right: 0;
  margin-bottom: 0;
  transition: .3s all;
  transform: rotate(-90deg);
}
.cid-tJGsCG1vVL .navbar .dropdown > .dropdown-menu .dropdown.open .dropdown-item::after {
  transform: rotate(0deg);
}
.cid-tJGsCG1vVL .mbr-section-btn {
  margin: -0.6rem -0.6rem;
}
.cid-tJGsCG1vVL .navbar-toggler {
  margin-left: 12px;
  margin-right: 8px;
  order: 1000;
}
@media (max-width: 991px) {
  .cid-tJGsCG1vVL .navbar-brand {
    margin-right: auto;
  }
  .cid-tJGsCG1vVL .navbar-collapse {
    z-index: -1 !important;
    position: absolute;
    top: 110%;
    left: 0;
    width: 100%;
    padding: 1rem;
    border-radius: 1.5rem;
    background: #ffffff;
    opacity: 1;
    border-color: rgba(255, 255, 255, 0.9) !important;
    background: rgba(255, 255, 255, 0.9) !important;
    backdrop-filter: blur(8px);
    border-radius: 4px !important;
  }
  .cid-tJGsCG1vVL .navbar-nav .nav-item .nav-link::after {
    margin-left: 10px;
  }
  .cid-tJGsCG1vVL .navbar-nav .dropdown-item:hover {
    background-color: rgba(27, 31, 10, 0.06);
  }
  .cid-tJGsCG1vVL .navbar .dropdown > .dropdown-menu {
    max-width: 100% !important;
    transform: translateX(0);
    top: 10px;
    left: 0;
    padding: 8px !important;
    border-radius: 1rem;
    background-color: rgba(27, 31, 10, 0.04) !important;
  }
  .cid-tJGsCG1vVL .navbar .dropdown > .dropdown-menu .dropdown-item {
    padding: 8px !important;
    line-height: 1 !important;
    margin-bottom: 4px !important;
  }
  .cid-tJGsCG1vVL .navbar .dropdown > .dropdown-menu .dropdown .dropdown-item {
    align-items: center;
    display: flex;
    height: max-content !important;
    min-height: max-content !important;
  }
  .cid-tJGsCG1vVL .navbar .dropdown > .dropdown-menu .dropdown .dropdown-item::after {
    display: inline-block;
    position: static;
    margin-left: 0.5rem;
    margin-top: 0;
    margin-right: 0;
    margin-bottom: 0;
    transition: .3s all;
    transform: rotate(0deg);
  }
  .cid-tJGsCG1vVL .navbar .dropdown > .dropdown-menu .dropdown.open .dropdown-item::after {
    transform: rotate(180deg);
  }
  .cid-tJGsCG1vVL .navbar .dropdown > .dropdown-menu .dropdown-submenu {
    position: static;
    width: 100%;
    max-width: 100% !important;
    transform: translateX(0) !important;
    top: 0;
    left: 0;
    padding: 8px !important;
    border-radius: 1rem;
    background-color: rgba(27, 31, 10, 0.04) !important;
  }
  .cid-tJGsCG1vVL .navbar .dropdown.open > .dropdown-menu {
    display: flex !important;
    flex-direction: column;
    align-items: flex-start;
  }
}
@media (max-width: 575px) {
  .cid-tJGsCG1vVL .navbar-collapse {
    padding: 1rem;
  }
}
.cid-uj9F9U1hYI {
  padding-top: 9rem;
  padding-bottom: 5rem;
  background-color: #06549d;
}
.cid-uj9F9U1hYI .mbr-fallback-image.disabled {
  display: none;
}
.cid-uj9F9U1hYI .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uj9F9U1hYI .mbr-section-title {
  color: #ffffff;
}
.cid-uj9F9U1hYI .mbr-section-subtitle {
  color: #ffffff;
}
.cid-ujQnemiweX {
  padding-top: 0rem;
  padding-bottom: 0rem;
  background-color: #06549d;
}
.cid-ujQnemiweX .mbr-fallback-image.disabled {
  display: none;
}
.cid-ujQnemiweX .item-wrapper {
  margin-bottom: 2rem;
  margin-top: 2rem;
}
@media (max-width: 767px) {
  .cid-ujQnemiweX .item-wrapper {
    margin-bottom: 1rem;
  }
}
.cid-ujQnemiweX .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-ujQnemiweX .mbr-iconfont {
  display: inline-flex;
  font-size: 2rem;
  color: #06549d;
  width: 80px;
  justify-content: center;
  align-items: center;
  background: #ffffff;
  height: 80px;
  border-radius: 50%;
}
.cid-ujQnemiweX .card-title,
.cid-ujQnemiweX .iconfont-wrapper,
.cid-ujQnemiweX .card-text {
  color: #000000;
  text-align: center;
}
.cid-ujQnemiweX .content-head {
  max-width: 800px;
}
.cid-ujQnemiweX .mbr-section-title {
  color: #000000;
}
.cid-ujQnemiweX .mbr-section-btn {
  text-align: center;
}
.cid-ujQnemiweX .card-title,
.cid-ujQnemiweX .iconfont-wrapper {
  color: #ffffff;
}
.cid-ujQnemiweX .card-text,
.cid-ujQnemiweX .mbr-section-btn {
  color: #ffffff;
}
.cid-ul8xv6y7fo {
  padding-top: 3rem;
  padding-bottom: 3rem;
  background-image: url("../../../assets/images/bg-2000x1243.jpg");
}
.cid-ul8xv6y7fo .mbr-fallback-image.disabled {
  display: none;
}
.cid-ul8xv6y7fo .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-ul8xv6y7fo .row {
  flex-direction: row-reverse;
}
.cid-ul8xv6y7fo .mbr-description {
  color: #000000;
}
.cid-ul8BtbA9wE {
  padding-top: 0rem;
  padding-bottom: 2rem;
  background-image: url("../../../assets/images/bg-2000x1243.jpg");
}
.cid-ul8BtbA9wE .mbr-fallback-image.disabled {
  display: none;
}
.cid-ul8BtbA9wE .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-ul8BtbA9wE .google-map {
  height: 30rem;
  position: relative;
  border-radius: 2rem;
}
.cid-ul8BtbA9wE .google-map iframe {
  height: 100%;
  width: 100%;
  border-radius: 2rem;
}
.cid-ul8BtbA9wE .google-map [data-state-details] {
  color: #6b6763;
  height: 1.5em;
  margin-top: -0.75em;
  padding-left: 1.25rem;
  padding-right: 1.25rem;
  position: absolute;
  text-align: center;
  top: 50%;
  width: 100%;
}
.cid-ul8BtbA9wE .google-map[data-state] {
  background: #e9e5dc;
}
.cid-ul8BtbA9wE .google-map[data-state="loading"] [data-state-details] {
  display: none;
}
.cid-ul8BtbA9wE .content-head {
  max-width: 800px;
}
.cid-uj9FtPnJKZ {
  padding-top: 3rem;
  padding-bottom: 3rem;
  background-image: url("../../../assets/images/mbr-1920x1280.jpg");
}
.cid-uj9FtPnJKZ .mbr-fallback-image.disabled {
  display: none;
}
.cid-uj9FtPnJKZ .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uj9FtPnJKZ .row {
  flex-direction: row-reverse;
}
.cid-uj9FtPnJKZ .mbr-description {
  color: #ffffff;
}
.cid-uj9FxHjohq {
  padding-top: 3rem;
  padding-bottom: 3rem;
  background-image: url("../../../assets/images/bgc2-1-1024x576.webp");
}
.cid-uj9FxHjohq .mbr-fallback-image.disabled {
  display: none;
}
.cid-uj9FxHjohq .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uj9FxHjohq .row {
  flex-direction: row-reverse;
}
.cid-uj9FxHjohq .mbr-description {
  text-align: center;
  color: #ffffff;
}
.cid-uj9Fy6S5Tx {
  padding-top: 3rem;
  padding-bottom: 3rem;
  background-image: url("../../../assets/images/6-1256x706.png");
}
.cid-uj9Fy6S5Tx .mbr-fallback-image.disabled {
  display: none;
}
.cid-uj9Fy6S5Tx .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uj9Fy6S5Tx .row {
  flex-direction: row-reverse;
}
.cid-uj9Fy6S5Tx .mbr-description {
  color: #ffffff;
}
.cid-ul8x2foXc9 {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background: #06549d;
}
.cid-ul8x2foXc9 .mbr-fallback-image.disabled {
  display: none;
}
.cid-ul8x2foXc9 .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-ul8x2foXc9 .row .map-wrapper {
    margin-top: 2rem;
  }
}
@media (max-width: 767px) {
  .cid-ul8x2foXc9 .row .map-wrapper {
    margin-top: 1rem;
  }
}
.cid-ul8x2foXc9 .google-map {
  height: 100%;
  position: relative;
}
.cid-ul8x2foXc9 .google-map iframe {
  height: 100%;
  width: 100%;
}
@media (max-width: 992px) {
  .cid-ul8x2foXc9 .google-map iframe {
    min-height: 350px;
  }
}
.cid-ul8x2foXc9 .google-map [data-state-details] {
  color: #6b6763;
  height: 1.5em;
  margin-top: -0.75em;
  padding-left: 1.25rem;
  padding-right: 1.25rem;
  position: absolute;
  text-align: center;
  top: 50%;
  width: 100%;
}
.cid-ul8x2foXc9 .google-map[data-state] {
  background: #e9e5dc;
}
.cid-ul8x2foXc9 .google-map[data-state="loading"] [data-state-details] {
  display: none;
}
.cid-ul8x2foXc9 .card-wrapper {
  padding: 2.25rem;
  background: #ffffff;
}
@media (min-width: 992px) and (max-width: 1200px) {
  .cid-ul8x2foXc9 .card-wrapper {
    padding: 1.5rem;
  }
}
@media (max-width: 767px) {
  .cid-ul8x2foXc9 .card-wrapper {
    padding: 2rem 1.5rem;
  }
}
.cid-ul8x2foXc9 ul {
  list-style-type: none;
  padding: 0;
  margin: 0;
}
.cid-ul8x2foXc9 .content-head {
  max-width: 800px;
}
.cid-ul8x2foXc9 .mbr-section-title {
  color: #ffffff;
}
.cid-uduqU6836b {
  padding-top: 2rem;
  padding-bottom: 3rem;
  background-image: url("../../../assets/images/white-background-2000x1334.jpeg");
}
.cid-uduqU6836b .logogree {
  position: relative;
  width: 100%;
}
.cid-uduqU6836b .agree {
  object-position: right;
  width: 40%;
  height: auto;
  object-fit: contain;
  display: block;
  border-radius: 0% !important;
}
.cid-uduqU6836b .mbr-fallback-image.disabled {
  display: none;
}
.cid-uduqU6836b .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uduqU6836b .footer-col {
  justify-content: space-between;
  display: flex;
}
@media (max-width: 767px) {
  .cid-uduqU6836b .footer-col {
    flex-direction: column;
  }
}
.cid-uduqU6836b .row {
  background: #ffffff;
  padding: 4rem 3rem;
  border-radius: 2rem;
  margin: 0px;
}
@media (max-width: 767px) {
  .cid-uduqU6836b .row {
    padding: 2rem 0.5rem;
  }
}
@media (min-width: 768px) and (max-width: 991px) {
  .cid-uduqU6836b .row {
    padding: 2.25rem 1.25rem;
  }
}
@media (min-width: 992px) {
  .cid-uduqU6836b .row {
    padding: 4rem 3rem;
  }
}
@media (max-width: 767px) {
  .cid-uduqU6836b .mbr-section-btn {
    text-align: center;
  }
}
.cid-uduqU6836b .social-row {
  display: flex;
  flex-wrap: wrap;
}
.cid-uduqU6836b .soc-item {
  margin: 8px;
}
.cid-uduqU6836b .soc-item a:hover .mbr-iconfont,
.cid-uduqU6836b .soc-item a:focus .mbr-iconfont {
  background-color: #232323;
}
.cid-uduqU6836b .soc-item a .mbr-iconfont {
  width: 72px;
  height: 72px;
  display: flex;
  align-items: center;
  justify-content: center;
  border-radius: 100%;
  font-size: 20px;
  background-color: #06549d;
  color: #ffffff;
  transition: all 0.3s ease-in-out;
}
@media (max-width: 767px) {
  .cid-uduqU6836b .row {
    text-align: center;
  }
  .cid-uduqU6836b .social-row {
    justify-content: center;
  }
}
.cid-uduqU6836b .list {
  list-style: none;
  padding-left: 0;
  color: #502274;
}
@media (max-width: 991px) {
  .cid-uduqU6836b .list {
    margin-bottom: 2rem;
  }
}
@media (min-width: 992px) {
  .cid-uduqU6836b .list {
    margin-bottom: 0rem;
  }
}
.cid-uduqU6836b .mbr-text {
  color: #bbbbbb;
}
.cid-uduqU6836b .mbr-section-subtitle {
  color: #000000;
  text-align: left;
}
.cid-uduqU6836b .list,
.cid-uduqU6836b .item-wrap {
  color: #232323;
  text-align: left;
}
.cid-uduqU6836b .copyright {
  color: #000000;
  text-align: center;
}
.cid-uduqU6836b H5 {
  text-align: left;
}
.cid-tJGsCG1vVL {
  z-index: 1000;
  width: 100%;
  position: inherit;
}
.cid-tJGsCG1vVL .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 .3s;
}
@media (max-width: 767px) {
  .cid-tJGsCG1vVL .navbar-toggler {
    transform: scale(0.8);
  }
}
.cid-tJGsCG1vVL .navbar-brand {
  flex-shrink: 0;
  align-items: center;
  margin-right: 0;
  padding: 10px 0;
  transition: all 2s;
  word-break: break-word;
  z-index: 1;
}
.cid-tJGsCG1vVL .navbar-brand img {
  max-width: 100%;
  max-height: 100%;
  border-radius: 0px !important;
}
.cid-tJGsCG1vVL .navbar-brand .navbar-caption {
  line-height: inherit !important;
}
.cid-tJGsCG1vVL .navbar-brand .navbar-logo a {
  outline: none;
}
.cid-tJGsCG1vVL .navbar-nav {
  margin: auto;
  margin-left: 0;
  margin-left: auto;
}
.cid-tJGsCG1vVL .navbar-nav .nav-item {
  padding: 0 !important;
  transition: .3s all !important;
}
.cid-tJGsCG1vVL .navbar-nav .nav-item .nav-link {
  padding: 16px !important;
  margin: 0 !important;
  border-radius: 1rem !important;
  transition: .3s all !important;
  border-radius: 4px !important;
}
.cid-tJGsCG1vVL .navbar-nav .nav-item .nav-link:hover {
  background-color: rgba(27, 31, 10, 0.06);
}
.cid-tJGsCG1vVL .navbar-nav .open .nav-link::after {
  transform: rotate(180deg);
}
@media (min-width: 992px) {
  .cid-tJGsCG1vVL .navbar-nav .open .nav-link::before {
    content: "";
    width: 100%;
    height: 20px;
    top: 100%;
    background: transparent;
    position: absolute;
  }
}
.cid-tJGsCG1vVL .navbar-nav .dropdown-item {
  padding: 12px !important;
  border-radius: 0.5rem !important;
  margin: 0 8px !important;
  transition: .3s all !important;
  border-radius: 4px !important;
}
.cid-tJGsCG1vVL .navbar-nav .dropdown-item:hover {
  background-color: rgba(27, 31, 10, 0.06);
}
@media (min-width: 992px) {
  .cid-tJGsCG1vVL .navbar-nav {
    padding-left: 1.5rem;
  }
}
.cid-tJGsCG1vVL .nav-link {
  width: fit-content;
  position: relative;
}
.cid-tJGsCG1vVL .navbar-logo {
  padding-left: 2rem;
  margin: 0 !important;
}
@media (max-width: 767px) {
  .cid-tJGsCG1vVL .navbar-logo {
    padding-left: 1rem;
  }
}
.cid-tJGsCG1vVL .navbar-caption {
  padding-left: 1rem;
  padding-right: .5rem;
}
@media (max-width: 767px) {
  .cid-tJGsCG1vVL .nav-dropdown {
    padding-bottom: 0.5rem;
  }
}
.cid-tJGsCG1vVL .nav-dropdown .link.dropdown-toggle::after {
  margin-left: 0.5rem;
  margin-top: 0.2rem;
  transition: .3s all;
  transition-delay: 300ms;
}
.cid-tJGsCG1vVL .container {
  display: flex;
  height: 90px;
  padding: 0.5rem 0.6rem;
  flex-wrap: nowrap;
  background: rgba(255, 255, 255, 0.9) !important;
  left: 0;
  right: 0;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: flex-end;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  border-radius: 100vw;
  margin-top: 1rem;
  background-color: #ffffff;
  box-shadow: 0 30px 60px 0 rgba(27, 31, 10, 0.08);
  border-radius: 4px !important;
}
@media (max-width: 992px) {
  .cid-tJGsCG1vVL .container {
    padding-right: 2rem;
  }
}
@media (max-width: 767px) {
  .cid-tJGsCG1vVL .container {
    width: 95%;
    height: 56px !important;
    padding-right: 1rem;
    margin-top: 0rem;
  }
}
.cid-tJGsCG1vVL .iconfont-wrapper {
  color: #0c2c68 !important;
  font-size: 1.5rem;
  padding-right: 0.5rem;
}
.cid-tJGsCG1vVL .dropdown-menu {
  flex-wrap: wrap;
  flex-direction: column;
  max-width: 100%;
  padding: 12px 4px !important;
  border-radius: 1.5rem;
  transition: .3s all !important;
  transition-delay: 300ms;
  min-width: auto;
  background: #ffffff;
  background: rgba(255, 255, 255, 0.9) !important;
  border-radius: 4px !important;
}
.cid-tJGsCG1vVL .nav-item:focus,
.cid-tJGsCG1vVL .nav-link:focus {
  outline: none;
}
.cid-tJGsCG1vVL .dropdown .dropdown-menu .dropdown-item {
  width: auto;
  transition: all .3s;
  transition-delay: 300ms;
}
.cid-tJGsCG1vVL .dropdown .dropdown-menu .dropdown-item::after {
  right: 0.5rem;
}
.cid-tJGsCG1vVL .dropdown .dropdown-menu .dropdown-item .mbr-iconfont {
  margin-right: 0.5rem;
  vertical-align: sub;
}
.cid-tJGsCG1vVL .dropdown .dropdown-menu .dropdown-item .mbr-iconfont:before {
  display: inline-block;
  transform: scale(1, 1);
  transition: all .3s;
}
.cid-tJGsCG1vVL .collapsed .dropdown-menu .dropdown-item:before {
  display: none;
}
.cid-tJGsCG1vVL .collapsed .dropdown .dropdown-menu .dropdown-item {
  padding: 0.235em 1.5em 0.235em 1.5em !important;
  transition: none;
  margin: 0 !important;
}
.cid-tJGsCG1vVL .navbar {
  min-height: 90px;
  transition: all 5s;
  border-bottom: 1px solid transparent;
  background: transparent !important;
  padding: 0 !important;
  border: none !important;
  box-shadow: none !important;
  border-radius: 0 !important;
}
.cid-tJGsCG1vVL .navbar.opened {
  transition: all 0.3s;
}
.cid-tJGsCG1vVL .navbar .dropdown-item {
  padding: 0.5rem 1.8rem;
}
.cid-tJGsCG1vVL .navbar .navbar-logo img {
  width: auto;
}
.cid-tJGsCG1vVL .navbar .navbar-collapse {
  z-index: 1;
  justify-content: flex-end;
}
.cid-tJGsCG1vVL .navbar.collapsed {
  justify-content: center;
}
.cid-tJGsCG1vVL .navbar.collapsed .nav-item .nav-link::before {
  display: none;
}
.cid-tJGsCG1vVL .navbar.collapsed.opened .dropdown-menu {
  top: 0;
}
@media (min-width: 992px) {
  .cid-tJGsCG1vVL .navbar.collapsed.opened:not(.navbar-short) .navbar-collapse {
    max-height: calc(98.5vh - 3.4rem);
  }
}
.cid-tJGsCG1vVL .navbar.collapsed .dropdown-menu .dropdown-submenu {
  left: 0 !important;
}
.cid-tJGsCG1vVL .navbar.collapsed .dropdown-menu .dropdown-item:after {
  right: auto;
}
.cid-tJGsCG1vVL .navbar.collapsed .dropdown-menu .dropdown-toggle[data-toggle="dropdown-submenu"]:after {
  margin-left: 0.5rem;
  margin-top: 0.2rem;
  border-top: 0.35em solid;
  border-right: 0.35em solid transparent;
  border-left: 0.35em solid transparent;
  border-bottom: 0;
  top: 41%;
}
.cid-tJGsCG1vVL .navbar.collapsed ul.navbar-nav li {
  margin: auto;
}
.cid-tJGsCG1vVL .navbar.collapsed .dropdown-menu .dropdown-item {
  padding: 0.25rem 0.5rem;
  text-align: center;
}
.cid-tJGsCG1vVL .navbar.collapsed .icons-menu {
  padding-left: 0;
  padding-right: 0;
  padding-top: 0.5rem;
  padding-bottom: 0.5rem;
}
@media (max-width: 767px) {
  .cid-tJGsCG1vVL .navbar {
    min-height: 72px;
  }
  .cid-tJGsCG1vVL .navbar .navbar-logo img {
    height: 2rem !important;
  }
}
@media (max-width: 991px) {
  .cid-tJGsCG1vVL .navbar .nav-item .nav-link::before {
    display: none;
  }
  .cid-tJGsCG1vVL .navbar.opened .dropdown-menu {
    top: 0;
  }
  .cid-tJGsCG1vVL .navbar .dropdown-menu .dropdown-submenu {
    left: 0 !important;
  }
  .cid-tJGsCG1vVL .navbar .dropdown-menu .dropdown-item:after {
    right: auto;
  }
  .cid-tJGsCG1vVL .navbar .dropdown-menu .dropdown-toggle[data-toggle="dropdown-submenu"]:after {
    margin-left: 0.5rem;
    margin-top: 0.2rem;
    border-top: 0.35em solid;
    border-right: 0.35em solid transparent;
    border-left: 0.35em solid transparent;
    border-bottom: 0;
    top: 40%;
  }
  .cid-tJGsCG1vVL .navbar .dropdown-menu .dropdown-item {
    padding: 0.25rem 1.5rem !important;
    text-align: center;
  }
  .cid-tJGsCG1vVL .navbar .navbar-brand {
    flex-shrink: initial;
    flex-basis: auto;
    word-break: break-word;
    padding-right: 10px;
  }
  .cid-tJGsCG1vVL .navbar .navbar-toggler {
    flex-basis: auto;
  }
  .cid-tJGsCG1vVL .navbar .icons-menu {
    padding-left: 0;
    padding-top: 0.5rem;
    padding-bottom: 0.5rem;
  }
}
.cid-tJGsCG1vVL .navbar.navbar-short .navbar-logo img {
  height: 2rem;
}
.cid-tJGsCG1vVL .dropdown-item.active,
.cid-tJGsCG1vVL .dropdown-item:active {
  background-color: transparent;
}
.cid-tJGsCG1vVL .navbar-expand-lg .navbar-nav .nav-link {
  padding: 0;
}
.cid-tJGsCG1vVL .nav-dropdown .link.dropdown-toggle {
  margin-right: 1.667em;
}
.cid-tJGsCG1vVL .nav-dropdown .link.dropdown-toggle[aria-expanded="true"] {
  margin-right: 0;
  padding: 0.667em 1.667em;
}
.cid-tJGsCG1vVL .navbar.navbar-expand-lg .dropdown .dropdown-menu {
  background: #ffffff;
}
.cid-tJGsCG1vVL .navbar.navbar-expand-lg .dropdown .dropdown-menu .dropdown-submenu {
  margin: 0;
  left: 100%;
  transform: none;
  top: -12px;
}
.cid-tJGsCG1vVL .navbar .dropdown.open > .dropdown-menu {
  display: flex;
}
.cid-tJGsCG1vVL ul.navbar-nav {
  flex-wrap: wrap;
}
.cid-tJGsCG1vVL .navbar-buttons {
  text-align: center;
  min-width: 140px;
}
@media (max-width: 992px) {
  .cid-tJGsCG1vVL .navbar-buttons {
    text-align: left;
  }
}
.cid-tJGsCG1vVL button.navbar-toggler {
  outline: none;
  width: 31px;
  height: 20px;
  cursor: pointer;
  transition: all 0.2s;
  position: relative;
  align-self: center;
}
.cid-tJGsCG1vVL button.navbar-toggler .hamburger span {
  position: absolute;
  right: 0;
  width: 30px;
  height: 2px;
  border-right: 5px;
  background-color: #06549d;
}
.cid-tJGsCG1vVL button.navbar-toggler .hamburger span:nth-child(1) {
  top: 0;
  transition: all 0.2s;
}
.cid-tJGsCG1vVL button.navbar-toggler .hamburger span:nth-child(2) {
  top: 8px;
  transition: all 0.15s;
}
.cid-tJGsCG1vVL button.navbar-toggler .hamburger span:nth-child(3) {
  top: 8px;
  transition: all 0.15s;
}
.cid-tJGsCG1vVL button.navbar-toggler .hamburger span:nth-child(4) {
  top: 16px;
  transition: all 0.2s;
}
.cid-tJGsCG1vVL nav.opened .hamburger span:nth-child(1) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-tJGsCG1vVL nav.opened .hamburger span:nth-child(2) {
  transform: rotate(45deg);
  transition: all 0.25s;
}
.cid-tJGsCG1vVL nav.opened .hamburger span:nth-child(3) {
  transform: rotate(-45deg);
  transition: all 0.25s;
}
.cid-tJGsCG1vVL nav.opened .hamburger span:nth-child(4) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-tJGsCG1vVL .navbar-dropdown {
  padding: 0 1rem;
}
.cid-tJGsCG1vVL a.nav-link {
  display: flex;
  align-items: center;
  justify-content: center;
}
.cid-tJGsCG1vVL .icons-menu {
  flex-wrap: nowrap;
  display: flex;
  justify-content: center;
  padding-left: 1rem;
  padding-right: 1rem;
  padding-top: 0.3rem;
  text-align: center;
}
@media (max-width: 992px) {
  .cid-tJGsCG1vVL .icons-menu {
    justify-content: flex-start;
    margin-bottom: .5rem;
  }
}
@media screen and (-ms-high-contrast: active), (-ms-high-contrast: none) {
  .cid-tJGsCG1vVL .navbar {
    height: 70px;
  }
  .cid-tJGsCG1vVL .navbar.opened {
    height: auto;
  }
  .cid-tJGsCG1vVL .nav-item .nav-link:hover::before {
    width: 175%;
    max-width: calc(100% + 2rem);
    left: -1rem;
  }
}
.cid-tJGsCG1vVL .navbar .dropdown > .dropdown-menu {
  display: none;
  width: max-content;
  max-width: 500px !important;
  transform: translateX(-50%);
  top: calc(100% + 20px);
  left: 50%;
}
.cid-tJGsCG1vVL .navbar .dropdown > .dropdown-menu .dropdown-item {
  line-height: 1 !important;
}
.cid-tJGsCG1vVL .navbar .dropdown > .dropdown-menu .dropdown .dropdown-item {
  align-items: center;
  display: flex;
  height: max-content !important;
  min-height: max-content !important;
}
.cid-tJGsCG1vVL .navbar .dropdown > .dropdown-menu .dropdown .dropdown-item::after {
  display: inline-block;
  position: static;
  margin-left: 0.5rem;
  margin-top: 0;
  margin-right: 0;
  margin-bottom: 0;
  transition: .3s all;
  transform: rotate(-90deg);
}
.cid-tJGsCG1vVL .navbar .dropdown > .dropdown-menu .dropdown.open .dropdown-item::after {
  transform: rotate(0deg);
}
.cid-tJGsCG1vVL .mbr-section-btn {
  margin: -0.6rem -0.6rem;
}
.cid-tJGsCG1vVL .navbar-toggler {
  margin-left: 12px;
  margin-right: 8px;
  order: 1000;
}
@media (max-width: 991px) {
  .cid-tJGsCG1vVL .navbar-brand {
    margin-right: auto;
  }
  .cid-tJGsCG1vVL .navbar-collapse {
    z-index: -1 !important;
    position: absolute;
    top: 110%;
    left: 0;
    width: 100%;
    padding: 1rem;
    border-radius: 1.5rem;
    background: #ffffff;
    opacity: 1;
    border-color: rgba(255, 255, 255, 0.9) !important;
    background: rgba(255, 255, 255, 0.9) !important;
    backdrop-filter: blur(8px);
    border-radius: 4px !important;
  }
  .cid-tJGsCG1vVL .navbar-nav .nav-item .nav-link::after {
    margin-left: 10px;
  }
  .cid-tJGsCG1vVL .navbar-nav .dropdown-item:hover {
    background-color: rgba(27, 31, 10, 0.06);
  }
  .cid-tJGsCG1vVL .navbar .dropdown > .dropdown-menu {
    max-width: 100% !important;
    transform: translateX(0);
    top: 10px;
    left: 0;
    padding: 8px !important;
    border-radius: 1rem;
    background-color: rgba(27, 31, 10, 0.04) !important;
  }
  .cid-tJGsCG1vVL .navbar .dropdown > .dropdown-menu .dropdown-item {
    padding: 8px !important;
    line-height: 1 !important;
    margin-bottom: 4px !important;
  }
  .cid-tJGsCG1vVL .navbar .dropdown > .dropdown-menu .dropdown .dropdown-item {
    align-items: center;
    display: flex;
    height: max-content !important;
    min-height: max-content !important;
  }
  .cid-tJGsCG1vVL .navbar .dropdown > .dropdown-menu .dropdown .dropdown-item::after {
    display: inline-block;
    position: static;
    margin-left: 0.5rem;
    margin-top: 0;
    margin-right: 0;
    margin-bottom: 0;
    transition: .3s all;
    transform: rotate(0deg);
  }
  .cid-tJGsCG1vVL .navbar .dropdown > .dropdown-menu .dropdown.open .dropdown-item::after {
    transform: rotate(180deg);
  }
  .cid-tJGsCG1vVL .navbar .dropdown > .dropdown-menu .dropdown-submenu {
    position: static;
    width: 100%;
    max-width: 100% !important;
    transform: translateX(0) !important;
    top: 0;
    left: 0;
    padding: 8px !important;
    border-radius: 1rem;
    background-color: rgba(27, 31, 10, 0.04) !important;
  }
  .cid-tJGsCG1vVL .navbar .dropdown.open > .dropdown-menu {
    display: flex !important;
    flex-direction: column;
    align-items: flex-start;
  }
}
@media (max-width: 575px) {
  .cid-tJGsCG1vVL .navbar-collapse {
    padding: 1rem;
  }
}
.cid-uj9GtwvzMc {
  display: flex;
  background-image: url("../../../assets/images/7xm.xyz737123-1-1224x816.jpg");
}
.cid-uj9GtwvzMc .mbr-overlay {
  background-color: #000000;
  opacity: 0.8;
}
@media (min-width: 768px) {
  .cid-uj9GtwvzMc {
    align-items: center;
  }
  .cid-uj9GtwvzMc .row {
    justify-content: center;
  }
  .cid-uj9GtwvzMc .content-wrap {
    padding: 1rem 3rem;
  }
}
@media (max-width: 991px) and (min-width: 768px) {
  .cid-uj9GtwvzMc .content-wrap {
    min-width: 50%;
  }
}
@media (max-width: 767px) {
  .cid-uj9GtwvzMc {
    -webkit-align-items: center;
    align-items: center;
  }
  .cid-uj9GtwvzMc .mbr-row {
    -webkit-justify-content: center;
    justify-content: center;
  }
  .cid-uj9GtwvzMc .content-wrap {
    width: 100%;
  }
}
.cid-uj9GtwvzMc .mbr-section-title,
.cid-uj9GtwvzMc .mbr-section-subtitle {
  text-align: center;
}
.cid-uj9GtwvzMc .mbr-text,
.cid-uj9GtwvzMc .mbr-section-btn {
  text-align: center;
  color: #ffffff;
}
.cid-uj9GtwvzMc .mbr-section-title {
  color: #ffffff;
}
.cid-uj9K5xzVcZ {
  padding-top: 3rem;
  padding-bottom: 0rem;
  background-color: #ffffff;
}
.cid-uj9K5xzVcZ h6 {
  line-height: 1.2;
}
.cid-uj9K5xzVcZ img,
.cid-uj9K5xzVcZ .item-img {
  width: 100%;
  height: 100%;
  height: 100px;
  object-fit: cover;
}
.cid-uj9K5xzVcZ .item:focus,
.cid-uj9K5xzVcZ span:focus {
  outline: none;
}
.cid-uj9K5xzVcZ .row {
  align-items: center;
}
.cid-uj9K5xzVcZ .item {
  cursor: pointer;
  margin-bottom: 2rem;
}
@media (max-width: 767px) {
  .cid-uj9K5xzVcZ .item {
    padding-left: 0.5rem;
    padding-right: 0.5rem;
    margin-bottom: 1rem;
  }
}
@media (max-width: 767px) {
  .cid-uj9K5xzVcZ .mbr-section-content {
    margin-left: -0.5rem;
    margin-right: -0.5rem;
  }
}
.cid-uj9K5xzVcZ .item-wrapper {
  position: relative;
  display: flex;
  flex-flow: column nowrap;
}
.cid-uj9K5xzVcZ .mbr-section-btn {
  margin-top: auto !important;
  text-align: center;
}
.cid-uj9K5xzVcZ .mbr-section-title {
  color: #000000;
}
.cid-uj9K5xzVcZ .mbr-text,
.cid-uj9K5xzVcZ .mbr-section-btn {
  color: #000000;
}
.cid-uj9K5xzVcZ .item-title {
  color: #000000;
  text-align: center;
}
.cid-uj9K5xzVcZ .item-subtitle {
  color: #000000;
  text-align: center;
}
.cid-uj9K5xzVcZ .item-text {
  color: #000000;
  text-align: center;
}
.cid-uj9K5xzVcZ .content-head {
  max-width: 800px;
}
.cid-uj9K5xzVcZ .item-title,
.cid-uj9K5xzVcZ .mbr-section-btn {
  color: #06549d;
}
.cid-uj9GynDQyE {
  padding-top: 6rem;
  padding-bottom: 6rem;
  background-color: #06549d;
}
.cid-uj9GynDQyE .mbr-fallback-image.disabled {
  display: none;
}
.cid-uj9GynDQyE .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uj9GynDQyE .mbr-section-subtitle {
  color: #ffffff;
}
.cid-uj9GEXWQPX {
  padding-top: 6rem;
  padding-bottom: 6rem;
  background-image: url("../../../assets/images/7xm.xyz737123-3-1224x816.jpeg");
}
.cid-uj9GEXWQPX .social-row {
  display: flex;
  justify-content: center;
  align-items: center;
  flex-wrap: wrap;
}
.cid-uj9GEXWQPX .social-row .soc-item {
  margin: 8px;
}
.cid-uj9GEXWQPX .social-row .soc-item a:hover .mbr-iconfont,
.cid-uj9GEXWQPX .social-row .soc-item a:focus .mbr-iconfont {
  background-color: #fb7300;
}
.cid-uj9GEXWQPX .social-row .soc-item a .mbr-iconfont {
  width: 72px;
  height: 72px;
  display: flex;
  align-items: center;
  justify-content: center;
  border-radius: 100%;
  font-size: 32px;
  background-color: #06549d;
  color: #ffffff;
  transition: all 0.3s ease-in-out;
}
.cid-uj9GEXWQPX .row-links {
  width: 100%;
  justify-content: center;
}
.cid-uj9GEXWQPX .mbr-section-title {
  color: #ffffff;
}
.cid-uj9GEXWQPX .mbr-section-title,
.cid-uj9GEXWQPX .social-list {
  color: #ffffff;
}
.cid-uj9Icy9BPr {
  padding-top: 6rem;
  padding-bottom: 6rem;
  background-image: url("../../../assets/images/white-background-2000x1334.jpeg");
}
.cid-uj9Icy9BPr .mbr-fallback-image.disabled {
  display: none;
}
.cid-uj9Icy9BPr .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uj9Icy9BPr .mbr-section-btn {
  opacity: 0;
  transition-delay: 0.1s;
  z-index: 1;
  position: relative;
  margin: auto;
}
.cid-uj9Icy9BPr .content-head {
  max-width: 800px;
}
.cid-uj9Icy9BPr .card1 {
  background-image: url("../../../assets/images/5-copy-2-1619x908.png");
  background-size: cover;
  background-position: center center;
}
.cid-uj9Icy9BPr .card1:before {
  background: #06549d;
}
.cid-uj9Icy9BPr .card2 {
  background-image: url("../../../assets/images/ig-1619x908.png");
  background-size: cover;
  background-position: center center;
}
.cid-uj9Icy9BPr .card2:before {
  background: #ca2e97;
}
.cid-uj9Icy9BPr .card3 {
  background-image: url("../../../assets/images/tiktok-1619x908.png");
  background-size: cover;
  background-position: center center;
}
.cid-uj9Icy9BPr .card3:before {
  background: #000000;
}
.cid-uj9Icy9BPr .card4 {
  background-image: url("../../../assets/images/youtube-1619x908.png");
  background-size: cover;
  background-position: center center;
}
.cid-uj9Icy9BPr .card4:before {
  background: #ff0000;
}
.cid-uj9Icy9BPr .content-wrap {
  margin: auto;
  display: flex;
  height: 100%;
}
.cid-uj9Icy9BPr .card-wrap {
  border-radius: inherit;
  height: 400px;
  position: relative;
  transition: all 0.3s;
  margin-bottom: 2rem;
}
@media (max-width: 767px) {
  .cid-uj9Icy9BPr .card-wrap {
    margin-bottom: 1rem;
  }
}
.cid-uj9Icy9BPr .card-wrap:before {
  content: "";
  position: absolute;
  border-radius: inherit;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  z-index: 1;
  transition-delay: 0.1s;
  opacity: 0;
}
.cid-uj9Icy9BPr .card {
  transition: transform 0.6s;
}
.cid-uj9Icy9BPr .card:hover .card-wrap,
.cid-uj9Icy9BPr .card:focus-within .card-wrap {
  transform: rotateY(180deg);
}
.cid-uj9Icy9BPr .card:hover .card-wrap:before,
.cid-uj9Icy9BPr .card:focus-within .card-wrap:before {
  opacity: 1;
}
.cid-uj9Icy9BPr .card:hover .mbr-section-btn,
.cid-uj9Icy9BPr .card:focus-within .mbr-section-btn {
  opacity: 1;
  transform: rotateY(180deg);
}
@media (max-width: 767px) {
  .cid-uj9Icy9BPr .card:hover .card-wrap {
    transform: none;
  }
  .cid-uj9Icy9BPr .card:hover .card-wrap:before {
    opacity: 0.8;
  }
  .cid-uj9Icy9BPr .card-wrap:before {
    opacity: 0.8;
  }
  .cid-uj9Icy9BPr .card-wrap:hover {
    transform: none;
  }
  .cid-uj9Icy9BPr .card-wrap:hover .mbr-section-btn {
    transform: none;
  }
  .cid-uj9Icy9BPr .mbr-section-btn {
    opacity: 1;
  }
}
.cid-ulbR3UjwaF {
  padding-top: 2rem;
  padding-bottom: 2rem;
  background-image: url("../../../assets/images/white-background-2000x1334.jpeg");
}
.cid-ulbR3UjwaF .mbr-fallback-image.disabled {
  display: none;
}
.cid-ulbR3UjwaF .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-ulbR3UjwaF .mbr-section-title {
  color: #ffffff;
}
.cid-ulbR3UjwaF .mbr-section-subtitle {
  color: #ffffff;
}
.cid-uj9HjromCb {
  display: flex;
  padding-top: 0rem;
  padding-bottom: 1rem;
  background-image: url("../../../assets/images/5-copy-2-1619x908.png");
}
.cid-uj9HjromCb .mbr-overlay {
  background-color: #ffffff;
  opacity: 0.9;
}
@media (min-width: 768px) {
  .cid-uj9HjromCb {
    align-items: flex-start;
  }
  .cid-uj9HjromCb .row {
    justify-content: center;
  }
  .cid-uj9HjromCb .content-wrap {
    padding: 1rem 3rem;
  }
}
@media (max-width: 991px) and (min-width: 768px) {
  .cid-uj9HjromCb .content-wrap {
    min-width: 50%;
  }
}
@media (max-width: 767px) {
  .cid-uj9HjromCb {
    -webkit-align-items: center;
    align-items: flex-start;
  }
  .cid-uj9HjromCb .mbr-row {
    -webkit-justify-content: center;
    justify-content: center;
  }
  .cid-uj9HjromCb .content-wrap {
    width: 100%;
  }
}
.cid-uj9HjromCb .mbr-section-title,
.cid-uj9HjromCb .mbr-section-subtitle {
  text-align: center;
}
.cid-uj9HjromCb .mbr-text,
.cid-uj9HjromCb .mbr-section-btn {
  text-align: left;
  color: #000000;
}
.cid-uj9HjromCb .mbr-section-title {
  color: #000000;
}
.cid-ulcfmveM4n {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-image: url("../../../assets/images/white-background-2000x1334.jpeg");
}
.cid-ulcfmveM4n .mbr-fallback-image.disabled {
  display: none;
}
.cid-ulcfmveM4n .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-ulcfmveM4n .mbr-section-title {
  color: #ffffff;
}
.cid-ulcfmveM4n .mbr-section-subtitle {
  color: #ffffff;
}
.cid-ulcjkmj8p6 {
  padding-top: 6rem;
  padding-bottom: 6rem;
  background-image: url("../../../assets/images/live-537x301.png");
}
.cid-ulcjkmj8p6 .content-text {
  max-width: 800px;
}
.cid-ulcjkmj8p6 .mbr-section-title {
  color: #ffffff;
}
.cid-ulcjkmj8p6 .mbr-text,
.cid-ulcjkmj8p6 .mbr-section-btn {
  color: #ffffff;
}
.cid-uj9HQBGysS {
  display: flex;
  padding-top: 4rem;
  padding-bottom: 2rem;
  background-color: #ffffff;
}
@media (min-width: 768px) {
  .cid-uj9HQBGysS {
    align-items: flex-start;
  }
  .cid-uj9HQBGysS .row {
    justify-content: center;
  }
  .cid-uj9HQBGysS .content-wrap {
    padding: 1rem 3rem;
  }
}
@media (max-width: 991px) and (min-width: 768px) {
  .cid-uj9HQBGysS .content-wrap {
    min-width: 50%;
  }
}
@media (max-width: 767px) {
  .cid-uj9HQBGysS {
    -webkit-align-items: center;
    align-items: flex-start;
  }
  .cid-uj9HQBGysS .mbr-row {
    -webkit-justify-content: center;
    justify-content: center;
  }
  .cid-uj9HQBGysS .content-wrap {
    width: 100%;
  }
}
.cid-uj9HQBGysS .mbr-section-title,
.cid-uj9HQBGysS .mbr-section-subtitle {
  text-align: center;
}
.cid-uj9HQBGysS .mbr-text,
.cid-uj9HQBGysS .mbr-section-btn {
  text-align: center;
  color: #000000;
}
.cid-uj9HQBGysS .mbr-section-title {
  color: #000000;
}
.cid-uk7eMxzXWG {
  padding-top: 6rem;
  padding-bottom: 6rem;
  background-color: #ffffff;
}
.cid-uk7eMxzXWG .mbr-fallback-image.disabled {
  display: none;
}
.cid-uk7eMxzXWG .item-wrapper {
  margin-bottom: 2rem;
  margin-top: 2rem;
}
@media (max-width: 767px) {
  .cid-uk7eMxzXWG .item-wrapper {
    margin-bottom: 1rem;
  }
}
.cid-uk7eMxzXWG .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uk7eMxzXWG .mbr-iconfont {
  display: inline-flex;
  font-size: 2rem;
  color: #ffffff;
  width: 80px;
  justify-content: center;
  align-items: center;
  background: #06549d;
  height: 80px;
  border-radius: 50%;
}
.cid-uk7eMxzXWG .card-title,
.cid-uk7eMxzXWG .iconfont-wrapper,
.cid-uk7eMxzXWG .card-text {
  color: #000000;
  text-align: center;
}
.cid-uk7eMxzXWG .content-head {
  max-width: 800px;
}
.cid-uk7eMxzXWG .mbr-section-title {
  color: #000000;
}
.cid-uk7eMxzXWG .mbr-section-btn {
  text-align: center;
}
.cid-uk7eMxzXWG .card-text,
.cid-uk7eMxzXWG .mbr-section-btn {
  text-align: left;
}
.cid-uk7eMxzXWG .card-title,
.cid-uk7eMxzXWG .iconfont-wrapper {
  text-align: left;
}
.cid-uk7fVKQQOe {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-image: url("../../../assets/images/white-background-2000x1334.jpeg");
}
.cid-uk7fVKQQOe .mbr-fallback-image.disabled {
  display: none;
}
.cid-uk7fVKQQOe .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uk7fVKQQOe .mbr-text {
  color: #000000;
}
.cid-uk7fVKQQOe .mbr-section-subtitle {
  color: #ffffff;
  text-align: left;
}
.cid-uk7fVKQQOe .item-wrapper {
  background: #ffffff;
  margin-bottom: 0rem;
  padding: 2.25rem;
  height: 100%;
  display: flex;
  flex-direction: column;
}
@media (max-width: 767px) {
  .cid-uk7fVKQQOe .item-wrapper {
    padding: 2rem 1.5rem;
    margin-bottom: 0rem;
  }
}
@media (min-width: 992px) and (max-width: 1200px) {
  .cid-uk7fVKQQOe .item-wrapper {
    padding: 2rem 1.5rem;
    margin-bottom: 0rem;
  }
}
.cid-uk7fVKQQOe .item-mb {
  margin-bottom: 2rem;
}
@media (max-width: 767px) {
  .cid-uk7fVKQQOe .item-mb {
    margin-bottom: 1rem;
  }
}
.cid-uk7fVKQQOe .mbr-number {
  color: #06549d;
  text-align: left;
}
.cid-uk7fVKQQOe .mbr-section-title {
  color: #000000;
}
.cid-uk7fVKQQOe .card-text,
.cid-uk7fVKQQOe .item .mbr-section-btn {
  text-align: left;
}
.cid-uk7fVKQQOe .card-title,
.cid-uk7fVKQQOe .iconfont-wrapper {
  text-align: left;
}
.cid-uk7fVKQQOe .mbr-section-subtitle,
.cid-uk7fVKQQOe .main-button {
  text-align: left;
  color: #000000;
}
.cid-uk7fVKQQOe .item-content {
  display: flex;
  flex-direction: column;
  height: 100%;
}
.cid-uk7fVKQQOe .item-content .item-footer {
  margin-top: auto;
}
.cid-uk7fVKQQOe .main-button {
  margin-bottom: 2rem;
}
@media (max-width: 767px) {
  .cid-uk7fVKQQOe .main-button {
    margin-bottom: 2rem;
  }
}
.cid-uk7fVKQQOe .side-features {
  display: -webkit-flex;
  -webkit-flex-wrap: wrap;
  padding-left: 0px;
  padding-right: 0px;
}
.cid-uk7fVKQQOe .side-features .item {
  padding-left: 16px;
  padding-right: 16px;
}
.cid-uk7hk99hN2 {
  padding-top: 6rem;
  padding-bottom: 6rem;
  background-color: #0f156d;
}
.cid-uk7hk99hN2 .mbr-fallback-image.disabled {
  display: none;
}
.cid-uk7hk99hN2 .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  bottom: 0;
}
.cid-uk7hk99hN2 .topbg {
  position: absolute;
  bottom: 0;
  left: 0;
  width: 100%;
  height: 30%;
  background: #ff0000;
}
.cid-uk7hk99hN2 .mbr-section-title {
  color: #ffffff;
}
.cid-uk7hk99hN2 .mbr-text,
.cid-uk7hk99hN2 .mbr-section-btn {
  color: #ffffff;
}
.cid-uk7hk99hN2 .content-head {
  max-width: 800px;
}
.cid-ulcsd2JGgB {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-image: url("../../../assets/images/white-background-2000x1334.jpeg");
}
.cid-ulcsd2JGgB .mbr-fallback-image.disabled {
  display: none;
}
.cid-ulcsd2JGgB .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-ulcsd2JGgB .mbr-section-title {
  color: #000000;
}
.cid-ulcsd2JGgB .mbr-section-subtitle {
  color: #000000;
}
.cid-ulct2HByRB {
  padding-top: 1rem;
  padding-bottom: 6rem;
  background-image: url("../../../assets/images/1-2000x2000.jpeg");
}
.cid-ulct2HByRB .mbr-fallback-image.disabled {
  display: none;
}
.cid-ulct2HByRB .item-wrapper img {
  width: 80px;
  height: 80px;
  object-fit: cover;
  border-radius: 50% !important;
}
.cid-ulct2HByRB .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-ulct2HByRB .item-wrapper {
  background: #ffffff;
  margin-bottom: 0.5rem;
  padding: 2.25rem;
  height: 100%;
}
@media (max-width: 767px) {
  .cid-ulct2HByRB .item-wrapper {
    padding: 2rem 1.5rem;
    margin-bottom: 1rem;
  }
}
@media (min-width: 992px) and (max-width: 1200px) {
  .cid-ulct2HByRB .item-wrapper {
    padding: 2rem 1.5rem;
  }
}
.cid-ulct2HByRB .card-title,
.cid-ulct2HByRB .iconfont-wrapper {
  color: #000000;
}
.cid-ulct2HByRB .card-text {
  color: #000000;
  text-align: left;
}
.cid-ulct2HByRB .content-head {
  max-width: 800px;
}
.cid-ulct2HByRB .mbr-section-title {
  color: #000000;
}
.cid-ulct2HByRB .item-mb {
  margin-bottom: 2rem;
}
@media (max-width: 767px) {
  .cid-ulct2HByRB .item-mb {
    margin-bottom: 1rem;
  }
}
.cid-ulct2HByRB .card-title,
.cid-ulct2HByRB .img-wrapper {
  text-align: left;
}
.cid-ulcyoXssmF {
  padding-top: 6rem;
  padding-bottom: 6rem;
  background-image: url("../../../assets/images/7xm.xyz737123-3-1224x816.jpeg");
}
.cid-ulcyoXssmF .social-row {
  display: flex;
  justify-content: center;
  align-items: center;
  flex-wrap: wrap;
}
.cid-ulcyoXssmF .social-row .soc-item {
  margin: 8px;
}
.cid-ulcyoXssmF .social-row .soc-item a:hover .mbr-iconfont,
.cid-ulcyoXssmF .social-row .soc-item a:focus .mbr-iconfont {
  background-color: #fb7300;
}
.cid-ulcyoXssmF .social-row .soc-item a .mbr-iconfont {
  width: 72px;
  height: 72px;
  display: flex;
  align-items: center;
  justify-content: center;
  border-radius: 100%;
  font-size: 32px;
  background-color: #06549d;
  color: #ffffff;
  transition: all 0.3s ease-in-out;
}
.cid-ulcyoXssmF .row-links {
  width: 100%;
  justify-content: center;
}
.cid-ulcyoXssmF .mbr-section-title {
  color: #ffffff;
}
.cid-ulcyoXssmF .mbr-section-title,
.cid-ulcyoXssmF .social-list {
  color: #ffffff;
}
.cid-uduqU6836b {
  padding-top: 2rem;
  padding-bottom: 3rem;
  background-image: url("../../../assets/images/white-background-2000x1334.jpeg");
}
.cid-uduqU6836b .logogree {
  position: relative;
  width: 100%;
}
.cid-uduqU6836b .agree {
  object-position: right;
  width: 40%;
  height: auto;
  object-fit: contain;
  display: block;
  border-radius: 0% !important;
}
.cid-uduqU6836b .mbr-fallback-image.disabled {
  display: none;
}
.cid-uduqU6836b .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uduqU6836b .footer-col {
  justify-content: space-between;
  display: flex;
}
@media (max-width: 767px) {
  .cid-uduqU6836b .footer-col {
    flex-direction: column;
  }
}
.cid-uduqU6836b .row {
  background: #ffffff;
  padding: 4rem 3rem;
  border-radius: 2rem;
  margin: 0px;
}
@media (max-width: 767px) {
  .cid-uduqU6836b .row {
    padding: 2rem 0.5rem;
  }
}
@media (min-width: 768px) and (max-width: 991px) {
  .cid-uduqU6836b .row {
    padding: 2.25rem 1.25rem;
  }
}
@media (min-width: 992px) {
  .cid-uduqU6836b .row {
    padding: 4rem 3rem;
  }
}
@media (max-width: 767px) {
  .cid-uduqU6836b .mbr-section-btn {
    text-align: center;
  }
}
.cid-uduqU6836b .social-row {
  display: flex;
  flex-wrap: wrap;
}
.cid-uduqU6836b .soc-item {
  margin: 8px;
}
.cid-uduqU6836b .soc-item a:hover .mbr-iconfont,
.cid-uduqU6836b .soc-item a:focus .mbr-iconfont {
  background-color: #232323;
}
.cid-uduqU6836b .soc-item a .mbr-iconfont {
  width: 72px;
  height: 72px;
  display: flex;
  align-items: center;
  justify-content: center;
  border-radius: 100%;
  font-size: 20px;
  background-color: #06549d;
  color: #ffffff;
  transition: all 0.3s ease-in-out;
}
@media (max-width: 767px) {
  .cid-uduqU6836b .row {
    text-align: center;
  }
  .cid-uduqU6836b .social-row {
    justify-content: center;
  }
}
.cid-uduqU6836b .list {
  list-style: none;
  padding-left: 0;
  color: #502274;
}
@media (max-width: 991px) {
  .cid-uduqU6836b .list {
    margin-bottom: 2rem;
  }
}
@media (min-width: 992px) {
  .cid-uduqU6836b .list {
    margin-bottom: 0rem;
  }
}
.cid-uduqU6836b .mbr-text {
  color: #bbbbbb;
}
.cid-uduqU6836b .mbr-section-subtitle {
  color: #000000;
  text-align: left;
}
.cid-uduqU6836b .list,
.cid-uduqU6836b .item-wrap {
  color: #232323;
  text-align: left;
}
.cid-uduqU6836b .copyright {
  color: #000000;
  text-align: center;
}
.cid-uduqU6836b H5 {
  text-align: left;
}
.cid-tJGsCG1vVL {
  z-index: 1000;
  width: 100%;
  position: inherit;
}
.cid-tJGsCG1vVL .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 .3s;
}
@media (max-width: 767px) {
  .cid-tJGsCG1vVL .navbar-toggler {
    transform: scale(0.8);
  }
}
.cid-tJGsCG1vVL .navbar-brand {
  flex-shrink: 0;
  align-items: center;
  margin-right: 0;
  padding: 10px 0;
  transition: all 2s;
  word-break: break-word;
  z-index: 1;
}
.cid-tJGsCG1vVL .navbar-brand img {
  max-width: 100%;
  max-height: 100%;
  border-radius: 0px !important;
}
.cid-tJGsCG1vVL .navbar-brand .navbar-caption {
  line-height: inherit !important;
}
.cid-tJGsCG1vVL .navbar-brand .navbar-logo a {
  outline: none;
}
.cid-tJGsCG1vVL .navbar-nav {
  margin: auto;
  margin-left: 0;
  margin-left: auto;
}
.cid-tJGsCG1vVL .navbar-nav .nav-item {
  padding: 0 !important;
  transition: .3s all !important;
}
.cid-tJGsCG1vVL .navbar-nav .nav-item .nav-link {
  padding: 16px !important;
  margin: 0 !important;
  border-radius: 1rem !important;
  transition: .3s all !important;
  border-radius: 4px !important;
}
.cid-tJGsCG1vVL .navbar-nav .nav-item .nav-link:hover {
  background-color: rgba(27, 31, 10, 0.06);
}
.cid-tJGsCG1vVL .navbar-nav .open .nav-link::after {
  transform: rotate(180deg);
}
@media (min-width: 992px) {
  .cid-tJGsCG1vVL .navbar-nav .open .nav-link::before {
    content: "";
    width: 100%;
    height: 20px;
    top: 100%;
    background: transparent;
    position: absolute;
  }
}
.cid-tJGsCG1vVL .navbar-nav .dropdown-item {
  padding: 12px !important;
  border-radius: 0.5rem !important;
  margin: 0 8px !important;
  transition: .3s all !important;
  border-radius: 4px !important;
}
.cid-tJGsCG1vVL .navbar-nav .dropdown-item:hover {
  background-color: rgba(27, 31, 10, 0.06);
}
@media (min-width: 992px) {
  .cid-tJGsCG1vVL .navbar-nav {
    padding-left: 1.5rem;
  }
}
.cid-tJGsCG1vVL .nav-link {
  width: fit-content;
  position: relative;
}
.cid-tJGsCG1vVL .navbar-logo {
  padding-left: 2rem;
  margin: 0 !important;
}
@media (max-width: 767px) {
  .cid-tJGsCG1vVL .navbar-logo {
    padding-left: 1rem;
  }
}
.cid-tJGsCG1vVL .navbar-caption {
  padding-left: 1rem;
  padding-right: .5rem;
}
@media (max-width: 767px) {
  .cid-tJGsCG1vVL .nav-dropdown {
    padding-bottom: 0.5rem;
  }
}
.cid-tJGsCG1vVL .nav-dropdown .link.dropdown-toggle::after {
  margin-left: 0.5rem;
  margin-top: 0.2rem;
  transition: .3s all;
  transition-delay: 300ms;
}
.cid-tJGsCG1vVL .container {
  display: flex;
  height: 90px;
  padding: 0.5rem 0.6rem;
  flex-wrap: nowrap;
  background: rgba(255, 255, 255, 0.9) !important;
  left: 0;
  right: 0;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: flex-end;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  border-radius: 100vw;
  margin-top: 1rem;
  background-color: #ffffff;
  box-shadow: 0 30px 60px 0 rgba(27, 31, 10, 0.08);
  border-radius: 4px !important;
}
@media (max-width: 992px) {
  .cid-tJGsCG1vVL .container {
    padding-right: 2rem;
  }
}
@media (max-width: 767px) {
  .cid-tJGsCG1vVL .container {
    width: 95%;
    height: 56px !important;
    padding-right: 1rem;
    margin-top: 0rem;
  }
}
.cid-tJGsCG1vVL .iconfont-wrapper {
  color: #0c2c68 !important;
  font-size: 1.5rem;
  padding-right: 0.5rem;
}
.cid-tJGsCG1vVL .dropdown-menu {
  flex-wrap: wrap;
  flex-direction: column;
  max-width: 100%;
  padding: 12px 4px !important;
  border-radius: 1.5rem;
  transition: .3s all !important;
  transition-delay: 300ms;
  min-width: auto;
  background: #ffffff;
  background: rgba(255, 255, 255, 0.9) !important;
  border-radius: 4px !important;
}
.cid-tJGsCG1vVL .nav-item:focus,
.cid-tJGsCG1vVL .nav-link:focus {
  outline: none;
}
.cid-tJGsCG1vVL .dropdown .dropdown-menu .dropdown-item {
  width: auto;
  transition: all .3s;
  transition-delay: 300ms;
}
.cid-tJGsCG1vVL .dropdown .dropdown-menu .dropdown-item::after {
  right: 0.5rem;
}
.cid-tJGsCG1vVL .dropdown .dropdown-menu .dropdown-item .mbr-iconfont {
  margin-right: 0.5rem;
  vertical-align: sub;
}
.cid-tJGsCG1vVL .dropdown .dropdown-menu .dropdown-item .mbr-iconfont:before {
  display: inline-block;
  transform: scale(1, 1);
  transition: all .3s;
}
.cid-tJGsCG1vVL .collapsed .dropdown-menu .dropdown-item:before {
  display: none;
}
.cid-tJGsCG1vVL .collapsed .dropdown .dropdown-menu .dropdown-item {
  padding: 0.235em 1.5em 0.235em 1.5em !important;
  transition: none;
  margin: 0 !important;
}
.cid-tJGsCG1vVL .navbar {
  min-height: 90px;
  transition: all 5s;
  border-bottom: 1px solid transparent;
  background: transparent !important;
  padding: 0 !important;
  border: none !important;
  box-shadow: none !important;
  border-radius: 0 !important;
}
.cid-tJGsCG1vVL .navbar.opened {
  transition: all 0.3s;
}
.cid-tJGsCG1vVL .navbar .dropdown-item {
  padding: 0.5rem 1.8rem;
}
.cid-tJGsCG1vVL .navbar .navbar-logo img {
  width: auto;
}
.cid-tJGsCG1vVL .navbar .navbar-collapse {
  z-index: 1;
  justify-content: flex-end;
}
.cid-tJGsCG1vVL .navbar.collapsed {
  justify-content: center;
}
.cid-tJGsCG1vVL .navbar.collapsed .nav-item .nav-link::before {
  display: none;
}
.cid-tJGsCG1vVL .navbar.collapsed.opened .dropdown-menu {
  top: 0;
}
@media (min-width: 992px) {
  .cid-tJGsCG1vVL .navbar.collapsed.opened:not(.navbar-short) .navbar-collapse {
    max-height: calc(98.5vh - 3.4rem);
  }
}
.cid-tJGsCG1vVL .navbar.collapsed .dropdown-menu .dropdown-submenu {
  left: 0 !important;
}
.cid-tJGsCG1vVL .navbar.collapsed .dropdown-menu .dropdown-item:after {
  right: auto;
}
.cid-tJGsCG1vVL .navbar.collapsed .dropdown-menu .dropdown-toggle[data-toggle="dropdown-submenu"]:after {
  margin-left: 0.5rem;
  margin-top: 0.2rem;
  border-top: 0.35em solid;
  border-right: 0.35em solid transparent;
  border-left: 0.35em solid transparent;
  border-bottom: 0;
  top: 41%;
}
.cid-tJGsCG1vVL .navbar.collapsed ul.navbar-nav li {
  margin: auto;
}
.cid-tJGsCG1vVL .navbar.collapsed .dropdown-menu .dropdown-item {
  padding: 0.25rem 0.5rem;
  text-align: center;
}
.cid-tJGsCG1vVL .navbar.collapsed .icons-menu {
  padding-left: 0;
  padding-right: 0;
  padding-top: 0.5rem;
  padding-bottom: 0.5rem;
}
@media (max-width: 767px) {
  .cid-tJGsCG1vVL .navbar {
    min-height: 72px;
  }
  .cid-tJGsCG1vVL .navbar .navbar-logo img {
    height: 2rem !important;
  }
}
@media (max-width: 991px) {
  .cid-tJGsCG1vVL .navbar .nav-item .nav-link::before {
    display: none;
  }
  .cid-tJGsCG1vVL .navbar.opened .dropdown-menu {
    top: 0;
  }
  .cid-tJGsCG1vVL .navbar .dropdown-menu .dropdown-submenu {
    left: 0 !important;
  }
  .cid-tJGsCG1vVL .navbar .dropdown-menu .dropdown-item:after {
    right: auto;
  }
  .cid-tJGsCG1vVL .navbar .dropdown-menu .dropdown-toggle[data-toggle="dropdown-submenu"]:after {
    margin-left: 0.5rem;
    margin-top: 0.2rem;
    border-top: 0.35em solid;
    border-right: 0.35em solid transparent;
    border-left: 0.35em solid transparent;
    border-bottom: 0;
    top: 40%;
  }
  .cid-tJGsCG1vVL .navbar .dropdown-menu .dropdown-item {
    padding: 0.25rem 1.5rem !important;
    text-align: center;
  }
  .cid-tJGsCG1vVL .navbar .navbar-brand {
    flex-shrink: initial;
    flex-basis: auto;
    word-break: break-word;
    padding-right: 10px;
  }
  .cid-tJGsCG1vVL .navbar .navbar-toggler {
    flex-basis: auto;
  }
  .cid-tJGsCG1vVL .navbar .icons-menu {
    padding-left: 0;
    padding-top: 0.5rem;
    padding-bottom: 0.5rem;
  }
}
.cid-tJGsCG1vVL .navbar.navbar-short .navbar-logo img {
  height: 2rem;
}
.cid-tJGsCG1vVL .dropdown-item.active,
.cid-tJGsCG1vVL .dropdown-item:active {
  background-color: transparent;
}
.cid-tJGsCG1vVL .navbar-expand-lg .navbar-nav .nav-link {
  padding: 0;
}
.cid-tJGsCG1vVL .nav-dropdown .link.dropdown-toggle {
  margin-right: 1.667em;
}
.cid-tJGsCG1vVL .nav-dropdown .link.dropdown-toggle[aria-expanded="true"] {
  margin-right: 0;
  padding: 0.667em 1.667em;
}
.cid-tJGsCG1vVL .navbar.navbar-expand-lg .dropdown .dropdown-menu {
  background: #ffffff;
}
.cid-tJGsCG1vVL .navbar.navbar-expand-lg .dropdown .dropdown-menu .dropdown-submenu {
  margin: 0;
  left: 100%;
  transform: none;
  top: -12px;
}
.cid-tJGsCG1vVL .navbar .dropdown.open > .dropdown-menu {
  display: flex;
}
.cid-tJGsCG1vVL ul.navbar-nav {
  flex-wrap: wrap;
}
.cid-tJGsCG1vVL .navbar-buttons {
  text-align: center;
  min-width: 140px;
}
@media (max-width: 992px) {
  .cid-tJGsCG1vVL .navbar-buttons {
    text-align: left;
  }
}
.cid-tJGsCG1vVL button.navbar-toggler {
  outline: none;
  width: 31px;
  height: 20px;
  cursor: pointer;
  transition: all 0.2s;
  position: relative;
  align-self: center;
}
.cid-tJGsCG1vVL button.navbar-toggler .hamburger span {
  position: absolute;
  right: 0;
  width: 30px;
  height: 2px;
  border-right: 5px;
  background-color: #06549d;
}
.cid-tJGsCG1vVL button.navbar-toggler .hamburger span:nth-child(1) {
  top: 0;
  transition: all 0.2s;
}
.cid-tJGsCG1vVL button.navbar-toggler .hamburger span:nth-child(2) {
  top: 8px;
  transition: all 0.15s;
}
.cid-tJGsCG1vVL button.navbar-toggler .hamburger span:nth-child(3) {
  top: 8px;
  transition: all 0.15s;
}
.cid-tJGsCG1vVL button.navbar-toggler .hamburger span:nth-child(4) {
  top: 16px;
  transition: all 0.2s;
}
.cid-tJGsCG1vVL nav.opened .hamburger span:nth-child(1) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-tJGsCG1vVL nav.opened .hamburger span:nth-child(2) {
  transform: rotate(45deg);
  transition: all 0.25s;
}
.cid-tJGsCG1vVL nav.opened .hamburger span:nth-child(3) {
  transform: rotate(-45deg);
  transition: all 0.25s;
}
.cid-tJGsCG1vVL nav.opened .hamburger span:nth-child(4) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-tJGsCG1vVL .navbar-dropdown {
  padding: 0 1rem;
}
.cid-tJGsCG1vVL a.nav-link {
  display: flex;
  align-items: center;
  justify-content: center;
}
.cid-tJGsCG1vVL .icons-menu {
  flex-wrap: nowrap;
  display: flex;
  justify-content: center;
  padding-left: 1rem;
  padding-right: 1rem;
  padding-top: 0.3rem;
  text-align: center;
}
@media (max-width: 992px) {
  .cid-tJGsCG1vVL .icons-menu {
    justify-content: flex-start;
    margin-bottom: .5rem;
  }
}
@media screen and (-ms-high-contrast: active), (-ms-high-contrast: none) {
  .cid-tJGsCG1vVL .navbar {
    height: 70px;
  }
  .cid-tJGsCG1vVL .navbar.opened {
    height: auto;
  }
  .cid-tJGsCG1vVL .nav-item .nav-link:hover::before {
    width: 175%;
    max-width: calc(100% + 2rem);
    left: -1rem;
  }
}
.cid-tJGsCG1vVL .navbar .dropdown > .dropdown-menu {
  display: none;
  width: max-content;
  max-width: 500px !important;
  transform: translateX(-50%);
  top: calc(100% + 20px);
  left: 50%;
}
.cid-tJGsCG1vVL .navbar .dropdown > .dropdown-menu .dropdown-item {
  line-height: 1 !important;
}
.cid-tJGsCG1vVL .navbar .dropdown > .dropdown-menu .dropdown .dropdown-item {
  align-items: center;
  display: flex;
  height: max-content !important;
  min-height: max-content !important;
}
.cid-tJGsCG1vVL .navbar .dropdown > .dropdown-menu .dropdown .dropdown-item::after {
  display: inline-block;
  position: static;
  margin-left: 0.5rem;
  margin-top: 0;
  margin-right: 0;
  margin-bottom: 0;
  transition: .3s all;
  transform: rotate(-90deg);
}
.cid-tJGsCG1vVL .navbar .dropdown > .dropdown-menu .dropdown.open .dropdown-item::after {
  transform: rotate(0deg);
}
.cid-tJGsCG1vVL .mbr-section-btn {
  margin: -0.6rem -0.6rem;
}
.cid-tJGsCG1vVL .navbar-toggler {
  margin-left: 12px;
  margin-right: 8px;
  order: 1000;
}
@media (max-width: 991px) {
  .cid-tJGsCG1vVL .navbar-brand {
    margin-right: auto;
  }
  .cid-tJGsCG1vVL .navbar-collapse {
    z-index: -1 !important;
    position: absolute;
    top: 110%;
    left: 0;
    width: 100%;
    padding: 1rem;
    border-radius: 1.5rem;
    background: #ffffff;
    opacity: 1;
    border-color: rgba(255, 255, 255, 0.9) !important;
    background: rgba(255, 255, 255, 0.9) !important;
    backdrop-filter: blur(8px);
    border-radius: 4px !important;
  }
  .cid-tJGsCG1vVL .navbar-nav .nav-item .nav-link::after {
    margin-left: 10px;
  }
  .cid-tJGsCG1vVL .navbar-nav .dropdown-item:hover {
    background-color: rgba(27, 31, 10, 0.06);
  }
  .cid-tJGsCG1vVL .navbar .dropdown > .dropdown-menu {
    max-width: 100% !important;
    transform: translateX(0);
    top: 10px;
    left: 0;
    padding: 8px !important;
    border-radius: 1rem;
    background-color: rgba(27, 31, 10, 0.04) !important;
  }
  .cid-tJGsCG1vVL .navbar .dropdown > .dropdown-menu .dropdown-item {
    padding: 8px !important;
    line-height: 1 !important;
    margin-bottom: 4px !important;
  }
  .cid-tJGsCG1vVL .navbar .dropdown > .dropdown-menu .dropdown .dropdown-item {
    align-items: center;
    display: flex;
    height: max-content !important;
    min-height: max-content !important;
  }
  .cid-tJGsCG1vVL .navbar .dropdown > .dropdown-menu .dropdown .dropdown-item::after {
    display: inline-block;
    position: static;
    margin-left: 0.5rem;
    margin-top: 0;
    margin-right: 0;
    margin-bottom: 0;
    transition: .3s all;
    transform: rotate(0deg);
  }
  .cid-tJGsCG1vVL .navbar .dropdown > .dropdown-menu .dropdown.open .dropdown-item::after {
    transform: rotate(180deg);
  }
  .cid-tJGsCG1vVL .navbar .dropdown > .dropdown-menu .dropdown-submenu {
    position: static;
    width: 100%;
    max-width: 100% !important;
    transform: translateX(0) !important;
    top: 0;
    left: 0;
    padding: 8px !important;
    border-radius: 1rem;
    background-color: rgba(27, 31, 10, 0.04) !important;
  }
  .cid-tJGsCG1vVL .navbar .dropdown.open > .dropdown-menu {
    display: flex !important;
    flex-direction: column;
    align-items: flex-start;
  }
}
@media (max-width: 575px) {
  .cid-tJGsCG1vVL .navbar-collapse {
    padding: 1rem;
  }
}
.cid-uj9Tqg6fev {
  padding-top: 9rem;
  padding-bottom: 6rem;
  background-image: url("../../../assets/images/white-background-2000x1334.jpeg");
}
.cid-uj9Tqg6fev .mbr-fallback-image.disabled {
  display: none;
}
.cid-uj9Tqg6fev .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uj9Tqg6fev .mbr-section-title {
  color: #000000;
}
.cid-uj9Tqg6fev .mbr-section-subtitle {
  color: #000000;
}
.cid-uj9Tua2yzw {
  padding-top: 2rem;
  padding-bottom: 2rem;
  background-color: #06549d;
}
.cid-uj9Tua2yzw .mbr-section-title {
  text-align: center;
  color: #ffffff;
}
.cid-uj9Tua2yzw .mbr-section-text {
  text-align: center;
  color: #ffffff;
}
.cid-uj9Tua2yzw a[type="submit"],
.cid-uj9Tua2yzw button[type="submit"] {
  margin-top: 0;
}
.cid-uj9Tua2yzw .wsSearchError {
  text-align: center;
  background-color: #ff4a52;
}
.cid-uj9Tua2yzw mark {
  padding: 0;
  color: inherit;
  background-color: #fb7300;
}
.cid-uj9Tua2yzw .row .spinner-border,
.cid-uj9Tua2yzw .row .spinner-grow {
  width: 32px;
  color: #4479d9;
}
.cid-uj9Tua2yzw .gdpr-block {
  display: none;
}
.cid-uj9Tua2yzw .wsSearchResultsFor {
  color: #ffffff;
}
.cid-uj9Tua2yzw .wsSearchNoResults {
  color: #ffffff;
}
.cid-uj9Tua2yzw .wsSearchResultTemplateBody {
  color: #ffffff;
}
.cid-uj9Tua2yzw .wsSearchResultTemplateHeader {
  color: #ffffff;
}
.cid-uk7m4OZPIK {
  padding-top: 6rem;
  padding-bottom: 6rem;
  background-image: url("../../../assets/images/white-background-2000x1334.jpeg");
}
.cid-uk7m4OZPIK .mbr-fallback-image.disabled {
  display: none;
}
.cid-uk7m4OZPIK .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uk7m4OZPIK .item-mb {
  margin-bottom: 2rem;
}
@media (max-width: 767px) {
  .cid-uk7m4OZPIK .item-mb {
    margin-bottom: 1rem;
  }
}
.cid-uk7m4OZPIK .item-wrapper {
  background: #ffffff;
  padding: 2.25rem;
  height: 100%;
  display: flex;
  flex-direction: column;
}
@media (min-width: 992px) and (max-width: 1200px) {
  .cid-uk7m4OZPIK .item-wrapper {
    padding: 2rem 1.5rem;
    margin-bottom: 0rem;
  }
}
@media (max-width: 767px) {
  .cid-uk7m4OZPIK .item-wrapper {
    padding: 2rem 1.5rem;
    margin-bottom: 1rem;
  }
}
.cid-uk7m4OZPIK .mbr-iconfont {
  display: inline-flex;
  font-size: 3rem;
  color: #ffffff;
  margin-bottom: 1rem;
  width: 80px;
  justify-content: center;
  align-items: center;
  background: #06549d;
  height: 80px;
  border-radius: 50%;
}
.cid-uk7m4OZPIK .mbr-section-title {
  color: #000000;
}
.cid-uk7m4OZPIK .mbr-section-subtitle {
  color: #000000;
}
.cid-uk7m4OZPIK .card-box {
  display: flex;
  flex-direction: column;
  height: 100%;
}
.cid-uk7m4OZPIK .card-box .item-footer {
  margin-top: auto;
}
.cid-uk7m4OZPIK .content-head {
  max-width: 800px;
}
.cid-uk7m4OZPIK .card-title,
.cid-uk7m4OZPIK .iconfont-wrapper {
  text-align: center;
}
.cid-uk7m4OZPIK .card-text,
.cid-uk7m4OZPIK .item .mbr-section-btn {
  text-align: center;
}
.cid-uk7pmE68MY {
  padding-top: 6rem;
  padding-bottom: 6rem;
  background-image: url("../../../assets/images/white-background-2000x1334.jpg");
}
.cid-uk7pmE68MY .mbr-fallback-image.disabled {
  display: none;
}
.cid-uk7pmE68MY .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uk7pmE68MY .item-wrapper {
  display: flex;
  margin-bottom: 2rem;
  border-radius: 0 !important;
}
@media (max-width: 767px) {
  .cid-uk7pmE68MY .item-wrapper {
    margin-bottom: 1rem;
  }
}
.cid-uk7pmE68MY .mbr-iconfont {
  font-size: 3rem;
  color: #06549d;
  padding-right: 2rem;
}
.cid-uk7pmE68MY .content-head {
  max-width: 800px;
}
.cid-uk7pnvC7y5 {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background: #06549d;
}
.cid-uk7pnvC7y5 .mbr-fallback-image.disabled {
  display: none;
}
.cid-uk7pnvC7y5 .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-uk7pnvC7y5 .row .map-wrapper {
    margin-top: 2rem;
  }
}
@media (max-width: 767px) {
  .cid-uk7pnvC7y5 .row .map-wrapper {
    margin-top: 1rem;
  }
}
.cid-uk7pnvC7y5 .google-map {
  height: 100%;
  position: relative;
}
.cid-uk7pnvC7y5 .google-map iframe {
  height: 100%;
  width: 100%;
}
@media (max-width: 992px) {
  .cid-uk7pnvC7y5 .google-map iframe {
    min-height: 350px;
  }
}
.cid-uk7pnvC7y5 .google-map [data-state-details] {
  color: #6b6763;
  height: 1.5em;
  margin-top: -0.75em;
  padding-left: 1.25rem;
  padding-right: 1.25rem;
  position: absolute;
  text-align: center;
  top: 50%;
  width: 100%;
}
.cid-uk7pnvC7y5 .google-map[data-state] {
  background: #e9e5dc;
}
.cid-uk7pnvC7y5 .google-map[data-state="loading"] [data-state-details] {
  display: none;
}
.cid-uk7pnvC7y5 .card-wrapper {
  padding: 2.25rem;
  background: #ffffff;
}
@media (min-width: 992px) and (max-width: 1200px) {
  .cid-uk7pnvC7y5 .card-wrapper {
    padding: 1.5rem;
  }
}
@media (max-width: 767px) {
  .cid-uk7pnvC7y5 .card-wrapper {
    padding: 2rem 1.5rem;
  }
}
.cid-uk7pnvC7y5 ul {
  list-style-type: none;
  padding: 0;
  margin: 0;
}
.cid-uk7pnvC7y5 .content-head {
  max-width: 800px;
}
.cid-uk7pnvC7y5 .mbr-section-title {
  color: #ffffff;
}
.cid-uduqU6836b {
  padding-top: 2rem;
  padding-bottom: 3rem;
  background-image: url("../../../assets/images/white-background-2000x1334.jpeg");
}
.cid-uduqU6836b .logogree {
  position: relative;
  width: 100%;
}
.cid-uduqU6836b .agree {
  object-position: right;
  width: 40%;
  height: auto;
  object-fit: contain;
  display: block;
  border-radius: 0% !important;
}
.cid-uduqU6836b .mbr-fallback-image.disabled {
  display: none;
}
.cid-uduqU6836b .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uduqU6836b .footer-col {
  justify-content: space-between;
  display: flex;
}
@media (max-width: 767px) {
  .cid-uduqU6836b .footer-col {
    flex-direction: column;
  }
}
.cid-uduqU6836b .row {
  background: #ffffff;
  padding: 4rem 3rem;
  border-radius: 2rem;
  margin: 0px;
}
@media (max-width: 767px) {
  .cid-uduqU6836b .row {
    padding: 2rem 0.5rem;
  }
}
@media (min-width: 768px) and (max-width: 991px) {
  .cid-uduqU6836b .row {
    padding: 2.25rem 1.25rem;
  }
}
@media (min-width: 992px) {
  .cid-uduqU6836b .row {
    padding: 4rem 3rem;
  }
}
@media (max-width: 767px) {
  .cid-uduqU6836b .mbr-section-btn {
    text-align: center;
  }
}
.cid-uduqU6836b .social-row {
  display: flex;
  flex-wrap: wrap;
}
.cid-uduqU6836b .soc-item {
  margin: 8px;
}
.cid-uduqU6836b .soc-item a:hover .mbr-iconfont,
.cid-uduqU6836b .soc-item a:focus .mbr-iconfont {
  background-color: #232323;
}
.cid-uduqU6836b .soc-item a .mbr-iconfont {
  width: 72px;
  height: 72px;
  display: flex;
  align-items: center;
  justify-content: center;
  border-radius: 100%;
  font-size: 20px;
  background-color: #06549d;
  color: #ffffff;
  transition: all 0.3s ease-in-out;
}
@media (max-width: 767px) {
  .cid-uduqU6836b .row {
    text-align: center;
  }
  .cid-uduqU6836b .social-row {
    justify-content: center;
  }
}
.cid-uduqU6836b .list {
  list-style: none;
  padding-left: 0;
  color: #502274;
}
@media (max-width: 991px) {
  .cid-uduqU6836b .list {
    margin-bottom: 2rem;
  }
}
@media (min-width: 992px) {
  .cid-uduqU6836b .list {
    margin-bottom: 0rem;
  }
}
.cid-uduqU6836b .mbr-text {
  color: #bbbbbb;
}
.cid-uduqU6836b .mbr-section-subtitle {
  color: #000000;
  text-align: left;
}
.cid-uduqU6836b .list,
.cid-uduqU6836b .item-wrap {
  color: #232323;
  text-align: left;
}
.cid-uduqU6836b .copyright {
  color: #000000;
  text-align: center;
}
.cid-uduqU6836b H5 {
  text-align: left;
}
.cid-tJGsCG1vVL {
  z-index: 1000;
  width: 100%;
  position: inherit;
}
.cid-tJGsCG1vVL .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 .3s;
}
@media (max-width: 767px) {
  .cid-tJGsCG1vVL .navbar-toggler {
    transform: scale(0.8);
  }
}
.cid-tJGsCG1vVL .navbar-brand {
  flex-shrink: 0;
  align-items: center;
  margin-right: 0;
  padding: 10px 0;
  transition: all 2s;
  word-break: break-word;
  z-index: 1;
}
.cid-tJGsCG1vVL .navbar-brand img {
  max-width: 100%;
  max-height: 100%;
  border-radius: 0px !important;
}
.cid-tJGsCG1vVL .navbar-brand .navbar-caption {
  line-height: inherit !important;
}
.cid-tJGsCG1vVL .navbar-brand .navbar-logo a {
  outline: none;
}
.cid-tJGsCG1vVL .navbar-nav {
  margin: auto;
  margin-left: 0;
  margin-left: auto;
}
.cid-tJGsCG1vVL .navbar-nav .nav-item {
  padding: 0 !important;
  transition: .3s all !important;
}
.cid-tJGsCG1vVL .navbar-nav .nav-item .nav-link {
  padding: 16px !important;
  margin: 0 !important;
  border-radius: 1rem !important;
  transition: .3s all !important;
  border-radius: 4px !important;
}
.cid-tJGsCG1vVL .navbar-nav .nav-item .nav-link:hover {
  background-color: rgba(27, 31, 10, 0.06);
}
.cid-tJGsCG1vVL .navbar-nav .open .nav-link::after {
  transform: rotate(180deg);
}
@media (min-width: 992px) {
  .cid-tJGsCG1vVL .navbar-nav .open .nav-link::before {
    content: "";
    width: 100%;
    height: 20px;
    top: 100%;
    background: transparent;
    position: absolute;
  }
}
.cid-tJGsCG1vVL .navbar-nav .dropdown-item {
  padding: 12px !important;
  border-radius: 0.5rem !important;
  margin: 0 8px !important;
  transition: .3s all !important;
  border-radius: 4px !important;
}
.cid-tJGsCG1vVL .navbar-nav .dropdown-item:hover {
  background-color: rgba(27, 31, 10, 0.06);
}
@media (min-width: 992px) {
  .cid-tJGsCG1vVL .navbar-nav {
    padding-left: 1.5rem;
  }
}
.cid-tJGsCG1vVL .nav-link {
  width: fit-content;
  position: relative;
}
.cid-tJGsCG1vVL .navbar-logo {
  padding-left: 2rem;
  margin: 0 !important;
}
@media (max-width: 767px) {
  .cid-tJGsCG1vVL .navbar-logo {
    padding-left: 1rem;
  }
}
.cid-tJGsCG1vVL .navbar-caption {
  padding-left: 1rem;
  padding-right: .5rem;
}
@media (max-width: 767px) {
  .cid-tJGsCG1vVL .nav-dropdown {
    padding-bottom: 0.5rem;
  }
}
.cid-tJGsCG1vVL .nav-dropdown .link.dropdown-toggle::after {
  margin-left: 0.5rem;
  margin-top: 0.2rem;
  transition: .3s all;
  transition-delay: 300ms;
}
.cid-tJGsCG1vVL .container {
  display: flex;
  height: 90px;
  padding: 0.5rem 0.6rem;
  flex-wrap: nowrap;
  background: rgba(255, 255, 255, 0.9) !important;
  left: 0;
  right: 0;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: flex-end;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  border-radius: 100vw;
  margin-top: 1rem;
  background-color: #ffffff;
  box-shadow: 0 30px 60px 0 rgba(27, 31, 10, 0.08);
  border-radius: 4px !important;
}
@media (max-width: 992px) {
  .cid-tJGsCG1vVL .container {
    padding-right: 2rem;
  }
}
@media (max-width: 767px) {
  .cid-tJGsCG1vVL .container {
    width: 95%;
    height: 56px !important;
    padding-right: 1rem;
    margin-top: 0rem;
  }
}
.cid-tJGsCG1vVL .iconfont-wrapper {
  color: #0c2c68 !important;
  font-size: 1.5rem;
  padding-right: 0.5rem;
}
.cid-tJGsCG1vVL .dropdown-menu {
  flex-wrap: wrap;
  flex-direction: column;
  max-width: 100%;
  padding: 12px 4px !important;
  border-radius: 1.5rem;
  transition: .3s all !important;
  transition-delay: 300ms;
  min-width: auto;
  background: #ffffff;
  background: rgba(255, 255, 255, 0.9) !important;
  border-radius: 4px !important;
}
.cid-tJGsCG1vVL .nav-item:focus,
.cid-tJGsCG1vVL .nav-link:focus {
  outline: none;
}
.cid-tJGsCG1vVL .dropdown .dropdown-menu .dropdown-item {
  width: auto;
  transition: all .3s;
  transition-delay: 300ms;
}
.cid-tJGsCG1vVL .dropdown .dropdown-menu .dropdown-item::after {
  right: 0.5rem;
}
.cid-tJGsCG1vVL .dropdown .dropdown-menu .dropdown-item .mbr-iconfont {
  margin-right: 0.5rem;
  vertical-align: sub;
}
.cid-tJGsCG1vVL .dropdown .dropdown-menu .dropdown-item .mbr-iconfont:before {
  display: inline-block;
  transform: scale(1, 1);
  transition: all .3s;
}
.cid-tJGsCG1vVL .collapsed .dropdown-menu .dropdown-item:before {
  display: none;
}
.cid-tJGsCG1vVL .collapsed .dropdown .dropdown-menu .dropdown-item {
  padding: 0.235em 1.5em 0.235em 1.5em !important;
  transition: none;
  margin: 0 !important;
}
.cid-tJGsCG1vVL .navbar {
  min-height: 90px;
  transition: all 5s;
  border-bottom: 1px solid transparent;
  background: transparent !important;
  padding: 0 !important;
  border: none !important;
  box-shadow: none !important;
  border-radius: 0 !important;
}
.cid-tJGsCG1vVL .navbar.opened {
  transition: all 0.3s;
}
.cid-tJGsCG1vVL .navbar .dropdown-item {
  padding: 0.5rem 1.8rem;
}
.cid-tJGsCG1vVL .navbar .navbar-logo img {
  width: auto;
}
.cid-tJGsCG1vVL .navbar .navbar-collapse {
  z-index: 1;
  justify-content: flex-end;
}
.cid-tJGsCG1vVL .navbar.collapsed {
  justify-content: center;
}
.cid-tJGsCG1vVL .navbar.collapsed .nav-item .nav-link::before {
  display: none;
}
.cid-tJGsCG1vVL .navbar.collapsed.opened .dropdown-menu {
  top: 0;
}
@media (min-width: 992px) {
  .cid-tJGsCG1vVL .navbar.collapsed.opened:not(.navbar-short) .navbar-collapse {
    max-height: calc(98.5vh - 3.4rem);
  }
}
.cid-tJGsCG1vVL .navbar.collapsed .dropdown-menu .dropdown-submenu {
  left: 0 !important;
}
.cid-tJGsCG1vVL .navbar.collapsed .dropdown-menu .dropdown-item:after {
  right: auto;
}
.cid-tJGsCG1vVL .navbar.collapsed .dropdown-menu .dropdown-toggle[data-toggle="dropdown-submenu"]:after {
  margin-left: 0.5rem;
  margin-top: 0.2rem;
  border-top: 0.35em solid;
  border-right: 0.35em solid transparent;
  border-left: 0.35em solid transparent;
  border-bottom: 0;
  top: 41%;
}
.cid-tJGsCG1vVL .navbar.collapsed ul.navbar-nav li {
  margin: auto;
}
.cid-tJGsCG1vVL .navbar.collapsed .dropdown-menu .dropdown-item {
  padding: 0.25rem 0.5rem;
  text-align: center;
}
.cid-tJGsCG1vVL .navbar.collapsed .icons-menu {
  padding-left: 0;
  padding-right: 0;
  padding-top: 0.5rem;
  padding-bottom: 0.5rem;
}
@media (max-width: 767px) {
  .cid-tJGsCG1vVL .navbar {
    min-height: 72px;
  }
  .cid-tJGsCG1vVL .navbar .navbar-logo img {
    height: 2rem !important;
  }
}
@media (max-width: 991px) {
  .cid-tJGsCG1vVL .navbar .nav-item .nav-link::before {
    display: none;
  }
  .cid-tJGsCG1vVL .navbar.opened .dropdown-menu {
    top: 0;
  }
  .cid-tJGsCG1vVL .navbar .dropdown-menu .dropdown-submenu {
    left: 0 !important;
  }
  .cid-tJGsCG1vVL .navbar .dropdown-menu .dropdown-item:after {
    right: auto;
  }
  .cid-tJGsCG1vVL .navbar .dropdown-menu .dropdown-toggle[data-toggle="dropdown-submenu"]:after {
    margin-left: 0.5rem;
    margin-top: 0.2rem;
    border-top: 0.35em solid;
    border-right: 0.35em solid transparent;
    border-left: 0.35em solid transparent;
    border-bottom: 0;
    top: 40%;
  }
  .cid-tJGsCG1vVL .navbar .dropdown-menu .dropdown-item {
    padding: 0.25rem 1.5rem !important;
    text-align: center;
  }
  .cid-tJGsCG1vVL .navbar .navbar-brand {
    flex-shrink: initial;
    flex-basis: auto;
    word-break: break-word;
    padding-right: 10px;
  }
  .cid-tJGsCG1vVL .navbar .navbar-toggler {
    flex-basis: auto;
  }
  .cid-tJGsCG1vVL .navbar .icons-menu {
    padding-left: 0;
    padding-top: 0.5rem;
    padding-bottom: 0.5rem;
  }
}
.cid-tJGsCG1vVL .navbar.navbar-short .navbar-logo img {
  height: 2rem;
}
.cid-tJGsCG1vVL .dropdown-item.active,
.cid-tJGsCG1vVL .dropdown-item:active {
  background-color: transparent;
}
.cid-tJGsCG1vVL .navbar-expand-lg .navbar-nav .nav-link {
  padding: 0;
}
.cid-tJGsCG1vVL .nav-dropdown .link.dropdown-toggle {
  margin-right: 1.667em;
}
.cid-tJGsCG1vVL .nav-dropdown .link.dropdown-toggle[aria-expanded="true"] {
  margin-right: 0;
  padding: 0.667em 1.667em;
}
.cid-tJGsCG1vVL .navbar.navbar-expand-lg .dropdown .dropdown-menu {
  background: #ffffff;
}
.cid-tJGsCG1vVL .navbar.navbar-expand-lg .dropdown .dropdown-menu .dropdown-submenu {
  margin: 0;
  left: 100%;
  transform: none;
  top: -12px;
}
.cid-tJGsCG1vVL .navbar .dropdown.open > .dropdown-menu {
  display: flex;
}
.cid-tJGsCG1vVL ul.navbar-nav {
  flex-wrap: wrap;
}
.cid-tJGsCG1vVL .navbar-buttons {
  text-align: center;
  min-width: 140px;
}
@media (max-width: 992px) {
  .cid-tJGsCG1vVL .navbar-buttons {
    text-align: left;
  }
}
.cid-tJGsCG1vVL button.navbar-toggler {
  outline: none;
  width: 31px;
  height: 20px;
  cursor: pointer;
  transition: all 0.2s;
  position: relative;
  align-self: center;
}
.cid-tJGsCG1vVL button.navbar-toggler .hamburger span {
  position: absolute;
  right: 0;
  width: 30px;
  height: 2px;
  border-right: 5px;
  background-color: #06549d;
}
.cid-tJGsCG1vVL button.navbar-toggler .hamburger span:nth-child(1) {
  top: 0;
  transition: all 0.2s;
}
.cid-tJGsCG1vVL button.navbar-toggler .hamburger span:nth-child(2) {
  top: 8px;
  transition: all 0.15s;
}
.cid-tJGsCG1vVL button.navbar-toggler .hamburger span:nth-child(3) {
  top: 8px;
  transition: all 0.15s;
}
.cid-tJGsCG1vVL button.navbar-toggler .hamburger span:nth-child(4) {
  top: 16px;
  transition: all 0.2s;
}
.cid-tJGsCG1vVL nav.opened .hamburger span:nth-child(1) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-tJGsCG1vVL nav.opened .hamburger span:nth-child(2) {
  transform: rotate(45deg);
  transition: all 0.25s;
}
.cid-tJGsCG1vVL nav.opened .hamburger span:nth-child(3) {
  transform: rotate(-45deg);
  transition: all 0.25s;
}
.cid-tJGsCG1vVL nav.opened .hamburger span:nth-child(4) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-tJGsCG1vVL .navbar-dropdown {
  padding: 0 1rem;
}
.cid-tJGsCG1vVL a.nav-link {
  display: flex;
  align-items: center;
  justify-content: center;
}
.cid-tJGsCG1vVL .icons-menu {
  flex-wrap: nowrap;
  display: flex;
  justify-content: center;
  padding-left: 1rem;
  padding-right: 1rem;
  padding-top: 0.3rem;
  text-align: center;
}
@media (max-width: 992px) {
  .cid-tJGsCG1vVL .icons-menu {
    justify-content: flex-start;
    margin-bottom: .5rem;
  }
}
@media screen and (-ms-high-contrast: active), (-ms-high-contrast: none) {
  .cid-tJGsCG1vVL .navbar {
    height: 70px;
  }
  .cid-tJGsCG1vVL .navbar.opened {
    height: auto;
  }
  .cid-tJGsCG1vVL .nav-item .nav-link:hover::before {
    width: 175%;
    max-width: calc(100% + 2rem);
    left: -1rem;
  }
}
.cid-tJGsCG1vVL .navbar .dropdown > .dropdown-menu {
  display: none;
  width: max-content;
  max-width: 500px !important;
  transform: translateX(-50%);
  top: calc(100% + 20px);
  left: 50%;
}
.cid-tJGsCG1vVL .navbar .dropdown > .dropdown-menu .dropdown-item {
  line-height: 1 !important;
}
.cid-tJGsCG1vVL .navbar .dropdown > .dropdown-menu .dropdown .dropdown-item {
  align-items: center;
  display: flex;
  height: max-content !important;
  min-height: max-content !important;
}
.cid-tJGsCG1vVL .navbar .dropdown > .dropdown-menu .dropdown .dropdown-item::after {
  display: inline-block;
  position: static;
  margin-left: 0.5rem;
  margin-top: 0;
  margin-right: 0;
  margin-bottom: 0;
  transition: .3s all;
  transform: rotate(-90deg);
}
.cid-tJGsCG1vVL .navbar .dropdown > .dropdown-menu .dropdown.open .dropdown-item::after {
  transform: rotate(0deg);
}
.cid-tJGsCG1vVL .mbr-section-btn {
  margin: -0.6rem -0.6rem;
}
.cid-tJGsCG1vVL .navbar-toggler {
  margin-left: 12px;
  margin-right: 8px;
  order: 1000;
}
@media (max-width: 991px) {
  .cid-tJGsCG1vVL .navbar-brand {
    margin-right: auto;
  }
  .cid-tJGsCG1vVL .navbar-collapse {
    z-index: -1 !important;
    position: absolute;
    top: 110%;
    left: 0;
    width: 100%;
    padding: 1rem;
    border-radius: 1.5rem;
    background: #ffffff;
    opacity: 1;
    border-color: rgba(255, 255, 255, 0.9) !important;
    background: rgba(255, 255, 255, 0.9) !important;
    backdrop-filter: blur(8px);
    border-radius: 4px !important;
  }
  .cid-tJGsCG1vVL .navbar-nav .nav-item .nav-link::after {
    margin-left: 10px;
  }
  .cid-tJGsCG1vVL .navbar-nav .dropdown-item:hover {
    background-color: rgba(27, 31, 10, 0.06);
  }
  .cid-tJGsCG1vVL .navbar .dropdown > .dropdown-menu {
    max-width: 100% !important;
    transform: translateX(0);
    top: 10px;
    left: 0;
    padding: 8px !important;
    border-radius: 1rem;
    background-color: rgba(27, 31, 10, 0.04) !important;
  }
  .cid-tJGsCG1vVL .navbar .dropdown > .dropdown-menu .dropdown-item {
    padding: 8px !important;
    line-height: 1 !important;
    margin-bottom: 4px !important;
  }
  .cid-tJGsCG1vVL .navbar .dropdown > .dropdown-menu .dropdown .dropdown-item {
    align-items: center;
    display: flex;
    height: max-content !important;
    min-height: max-content !important;
  }
  .cid-tJGsCG1vVL .navbar .dropdown > .dropdown-menu .dropdown .dropdown-item::after {
    display: inline-block;
    position: static;
    margin-left: 0.5rem;
    margin-top: 0;
    margin-right: 0;
    margin-bottom: 0;
    transition: .3s all;
    transform: rotate(0deg);
  }
  .cid-tJGsCG1vVL .navbar .dropdown > .dropdown-menu .dropdown.open .dropdown-item::after {
    transform: rotate(180deg);
  }
  .cid-tJGsCG1vVL .navbar .dropdown > .dropdown-menu .dropdown-submenu {
    position: static;
    width: 100%;
    max-width: 100% !important;
    transform: translateX(0) !important;
    top: 0;
    left: 0;
    padding: 8px !important;
    border-radius: 1rem;
    background-color: rgba(27, 31, 10, 0.04) !important;
  }
  .cid-tJGsCG1vVL .navbar .dropdown.open > .dropdown-menu {
    display: flex !important;
    flex-direction: column;
    align-items: flex-start;
  }
}
@media (max-width: 575px) {
  .cid-tJGsCG1vVL .navbar-collapse {
    padding: 1rem;
  }
}
.cid-ujiQd5whOi {
  padding-top: 8rem;
  padding-bottom: 0rem;
  background-color: #ffffff;
}
.cid-ujiQd5whOi .mbr-fallback-image.disabled {
  display: none;
}
.cid-ujiQd5whOi .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-ujiQgmGuVV {
  padding-top: 2rem;
  padding-bottom: 6rem;
  background-color: #ffffff;
}
.cid-ujiQgmGuVV .mbr-fallback-image.disabled {
  display: none;
}
.cid-ujiQgmGuVV .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-ujq66M58lT {
  padding-top: 2rem;
  padding-bottom: 2rem;
  background-color: #ffffff;
}
.cid-ujq66M58lT .mbr-fallback-image.disabled {
  display: none;
}
.cid-ujq66M58lT .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-ujqpRhx465 {
  padding-top: 0rem;
  padding-bottom: 0rem;
  background-color: #ffffff;
}
.cid-ujqpRhx465 .mbr-fallback-image.disabled {
  display: none;
}
.cid-ujqpRhx465 .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-ujqpRhx465 .item-wrapper {
  display: flex;
  margin-bottom: 2rem;
}
@media (max-width: 767px) {
  .cid-ujqpRhx465 .item-wrapper {
    margin-bottom: 1rem;
  }
}
.cid-ujqpRhx465 .mbr-section-title {
  text-align: center;
}
.cid-ujqpRhx465 .mbr-section-subtitle {
  text-align: center;
}
.cid-ujqpRhx465 .image-wrapper {
  width: 5rem;
  height: 5rem;
  border-radius: 50%;
  overflow: hidden;
}
.cid-ujqpRhx465 .image-wrapper img {
  height: 100%;
  width: 100%;
  object-fit: cover;
}
.cid-ujqpRhx465 .content-head {
  max-width: 800px;
}
.cid-ujqpRhx465 .img-box {
  display: flex;
  justify-content: center;
}
.cid-ujqpRhx465 .card-title {
  text-align: center;
}
.cid-ujqpRhx465 .card-text {
  text-align: center;
}
.cid-ujqpRhx465 .link {
  text-align: center;
}
.cid-ujqleyrMW7 {
  padding-top: 60px;
  padding-bottom: 60px;
  background-image: url("../../../assets/images/white-background-2000x1334.jpeg");
}
.cid-ujqleyrMW7 .mbr-section-text {
  color: #767676;
  text-align: center;
}
.cid-ujqleyrMW7 .mbr-section-subtitle {
  color: #767676;
}
.cid-ujqleyrMW7 .tabcont {
  -webkit-justify-content: center;
  justify-content: center;
}
.cid-ujqleyrMW7 .mbr-iconfont {
  font-size: 48px;
}
.cid-ujqleyrMW7 .card-img {
  margin-bottom: 1.5rem;
}
.cid-ujqleyrMW7 .tab-content-row {
  -webkit-justify-content: center;
  justify-content: center;
}
.cid-ujqleyrMW7 .tab-content {
  margin-top: 3rem;
  width: 100%;
}
.cid-ujqleyrMW7 .nav-tabs {
  -webkit-justify-content: center;
  justify-content: center;
  -webkit-flex-wrap: wrap;
  flex-wrap: wrap;
  border-bottom: none;
}
.cid-ujqleyrMW7 .nav-tabs .nav-link {
  box-sizing: border-box;
  color: #000000;
  font-style: normal;
  font-weight: 500;
  border-radius: 3px;
  padding: 1rem 3rem;
  margin: 0.4rem .8rem !important;
  transition: color .3s;
  border: 2px solid #000000;
}
.cid-ujqleyrMW7 .nav-tabs .nav-link:hover {
  background: #06549d;
}
.cid-ujqleyrMW7 .nav-tabs .nav-link.active {
  color: #ffffff;
  font-style: normal;
  border: 2px solid #06549d;
  background: #06549d;
}
.cid-ujqleyrMW7 .nav-tabs .nav-link.active:hover {
  border: 2px solid #06549d;
}
.cid-ujqleyrMW7 H4 {
  text-align: center;
}
.cid-ujrbEeF5G0 {
  padding-top: 60px;
  padding-bottom: 60px;
  background-color: #edefeb;
}
.cid-ujrbEeF5G0 .mbr-section-text {
  color: #767676;
  text-align: center;
}
.cid-ujrbEeF5G0 .mbr-section-subtitle {
  color: #767676;
}
.cid-ujrbEeF5G0 .tabcont {
  -webkit-justify-content: center;
  justify-content: center;
}
.cid-ujrbEeF5G0 .mbr-iconfont {
  font-size: 48px;
}
.cid-ujrbEeF5G0 .card-img {
  margin-bottom: 1.5rem;
}
.cid-ujrbEeF5G0 .tab-content-row {
  -webkit-justify-content: center;
  justify-content: center;
}
.cid-ujrbEeF5G0 .tab-content {
  margin-top: 3rem;
  width: 100%;
}
.cid-ujrbEeF5G0 .nav-tabs {
  -webkit-justify-content: center;
  justify-content: center;
  -webkit-flex-wrap: wrap;
  flex-wrap: wrap;
  border-bottom: none;
}
.cid-ujrbEeF5G0 .nav-tabs .nav-link {
  box-sizing: border-box;
  color: #000000;
  font-style: normal;
  font-weight: 500;
  border-radius: 3px;
  padding: 1rem 3rem;
  margin: 0.4rem .8rem !important;
  transition: color .3s;
  border: 2px solid #000000;
}
.cid-ujrbEeF5G0 .nav-tabs .nav-link:hover {
  background: #06549d;
}
.cid-ujrbEeF5G0 .nav-tabs .nav-link.active {
  color: #ffffff;
  font-style: normal;
  border: 2px solid #06549d;
  background: #06549d;
}
.cid-ujrbEeF5G0 .nav-tabs .nav-link.active:hover {
  border: 2px solid #06549d;
}
.cid-ujrbEeF5G0 H4 {
  text-align: center;
  color: #000000;
}
.cid-ujri13O4p9 {
  padding-top: 60px;
  padding-bottom: 60px;
  background-image: url("../../../assets/images/white-background-2000x1334.jpeg");
}
.cid-ujri13O4p9 .mbr-section-text {
  color: #767676;
  text-align: center;
}
.cid-ujri13O4p9 .mbr-section-subtitle {
  color: #767676;
}
.cid-ujri13O4p9 .tabcont {
  -webkit-justify-content: center;
  justify-content: center;
}
.cid-ujri13O4p9 .mbr-iconfont {
  font-size: 48px;
}
.cid-ujri13O4p9 .card-img {
  margin-bottom: 1.5rem;
}
.cid-ujri13O4p9 .tab-content-row {
  -webkit-justify-content: center;
  justify-content: center;
}
.cid-ujri13O4p9 .tab-content {
  margin-top: 3rem;
  width: 100%;
}
.cid-ujri13O4p9 .nav-tabs {
  -webkit-justify-content: center;
  justify-content: center;
  -webkit-flex-wrap: wrap;
  flex-wrap: wrap;
  border-bottom: none;
}
.cid-ujri13O4p9 .nav-tabs .nav-link {
  box-sizing: border-box;
  color: #000000;
  font-style: normal;
  font-weight: 500;
  border-radius: 3px;
  padding: 1rem 3rem;
  margin: 0.4rem .8rem !important;
  transition: color .3s;
  border: 2px solid #000000;
}
.cid-ujri13O4p9 .nav-tabs .nav-link:hover {
  background: #06549d;
}
.cid-ujri13O4p9 .nav-tabs .nav-link.active {
  color: #ffffff;
  font-style: normal;
  border: 2px solid #06549d;
  background: #06549d;
}
.cid-ujri13O4p9 .nav-tabs .nav-link.active:hover {
  border: 2px solid #06549d;
}
.cid-ujri13O4p9 H4 {
  text-align: center;
}
.cid-ujrn2bAQg7 {
  padding-top: 60px;
  padding-bottom: 60px;
  background-color: #edefeb;
}
.cid-ujrn2bAQg7 .mbr-section-text {
  color: #767676;
  text-align: center;
}
.cid-ujrn2bAQg7 .mbr-section-subtitle {
  color: #767676;
}
.cid-ujrn2bAQg7 .tabcont {
  -webkit-justify-content: center;
  justify-content: center;
}
.cid-ujrn2bAQg7 .mbr-iconfont {
  font-size: 48px;
}
.cid-ujrn2bAQg7 .card-img {
  margin-bottom: 1.5rem;
}
.cid-ujrn2bAQg7 .tab-content-row {
  -webkit-justify-content: center;
  justify-content: center;
}
.cid-ujrn2bAQg7 .tab-content {
  margin-top: 3rem;
  width: 100%;
}
.cid-ujrn2bAQg7 .nav-tabs {
  -webkit-justify-content: center;
  justify-content: center;
  -webkit-flex-wrap: wrap;
  flex-wrap: wrap;
  border-bottom: none;
}
.cid-ujrn2bAQg7 .nav-tabs .nav-link {
  box-sizing: border-box;
  color: #000000;
  font-style: normal;
  font-weight: 500;
  border-radius: 3px;
  padding: 1rem 3rem;
  margin: 0.4rem .8rem !important;
  transition: color .3s;
  border: 2px solid #000000;
}
.cid-ujrn2bAQg7 .nav-tabs .nav-link:hover {
  background: #06549d;
}
.cid-ujrn2bAQg7 .nav-tabs .nav-link.active {
  color: #ffffff;
  font-style: normal;
  border: 2px solid #06549d;
  background: #06549d;
}
.cid-ujrn2bAQg7 .nav-tabs .nav-link.active:hover {
  border: 2px solid #06549d;
}
.cid-ujrn2bAQg7 H4 {
  text-align: center;
}
.cid-ujsk2gx63Y {
  padding-top: 60px;
  padding-bottom: 60px;
  background-image: url("../../../assets/images/white-background-2000x1334.jpeg");
}
.cid-ujsk2gx63Y .mbr-section-text {
  color: #767676;
  text-align: center;
}
.cid-ujsk2gx63Y .mbr-section-subtitle {
  color: #767676;
}
.cid-ujsk2gx63Y .tabcont {
  -webkit-justify-content: center;
  justify-content: center;
}
.cid-ujsk2gx63Y .mbr-iconfont {
  font-size: 48px;
}
.cid-ujsk2gx63Y .card-img {
  margin-bottom: 1.5rem;
}
.cid-ujsk2gx63Y .tab-content-row {
  -webkit-justify-content: center;
  justify-content: center;
}
.cid-ujsk2gx63Y .tab-content {
  margin-top: 3rem;
  width: 100%;
}
.cid-ujsk2gx63Y .nav-tabs {
  -webkit-justify-content: center;
  justify-content: center;
  -webkit-flex-wrap: wrap;
  flex-wrap: wrap;
  border-bottom: none;
}
.cid-ujsk2gx63Y .nav-tabs .nav-link {
  box-sizing: border-box;
  color: #000000;
  font-style: normal;
  font-weight: 500;
  border-radius: 3px;
  padding: 1rem 3rem;
  margin: 0.4rem .8rem !important;
  transition: color .3s;
  border: 2px solid #000000;
}
.cid-ujsk2gx63Y .nav-tabs .nav-link:hover {
  background: #06549d;
}
.cid-ujsk2gx63Y .nav-tabs .nav-link.active {
  color: #ffffff;
  font-style: normal;
  border: 2px solid #06549d;
  background: #06549d;
}
.cid-ujsk2gx63Y .nav-tabs .nav-link.active:hover {
  border: 2px solid #06549d;
}
.cid-ujsk2gx63Y H4 {
  text-align: center;
}
.cid-uduqU6836b {
  padding-top: 2rem;
  padding-bottom: 3rem;
  background-image: url("../../../assets/images/white-background-2000x1334.jpeg");
}
.cid-uduqU6836b .logogree {
  position: relative;
  width: 100%;
}
.cid-uduqU6836b .agree {
  object-position: right;
  width: 40%;
  height: auto;
  object-fit: contain;
  display: block;
  border-radius: 0% !important;
}
.cid-uduqU6836b .mbr-fallback-image.disabled {
  display: none;
}
.cid-uduqU6836b .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uduqU6836b .footer-col {
  justify-content: space-between;
  display: flex;
}
@media (max-width: 767px) {
  .cid-uduqU6836b .footer-col {
    flex-direction: column;
  }
}
.cid-uduqU6836b .row {
  background: #ffffff;
  padding: 4rem 3rem;
  border-radius: 2rem;
  margin: 0px;
}
@media (max-width: 767px) {
  .cid-uduqU6836b .row {
    padding: 2rem 0.5rem;
  }
}
@media (min-width: 768px) and (max-width: 991px) {
  .cid-uduqU6836b .row {
    padding: 2.25rem 1.25rem;
  }
}
@media (min-width: 992px) {
  .cid-uduqU6836b .row {
    padding: 4rem 3rem;
  }
}
@media (max-width: 767px) {
  .cid-uduqU6836b .mbr-section-btn {
    text-align: center;
  }
}
.cid-uduqU6836b .social-row {
  display: flex;
  flex-wrap: wrap;
}
.cid-uduqU6836b .soc-item {
  margin: 8px;
}
.cid-uduqU6836b .soc-item a:hover .mbr-iconfont,
.cid-uduqU6836b .soc-item a:focus .mbr-iconfont {
  background-color: #232323;
}
.cid-uduqU6836b .soc-item a .mbr-iconfont {
  width: 72px;
  height: 72px;
  display: flex;
  align-items: center;
  justify-content: center;
  border-radius: 100%;
  font-size: 20px;
  background-color: #06549d;
  color: #ffffff;
  transition: all 0.3s ease-in-out;
}
@media (max-width: 767px) {
  .cid-uduqU6836b .row {
    text-align: center;
  }
  .cid-uduqU6836b .social-row {
    justify-content: center;
  }
}
.cid-uduqU6836b .list {
  list-style: none;
  padding-left: 0;
  color: #502274;
}
@media (max-width: 991px) {
  .cid-uduqU6836b .list {
    margin-bottom: 2rem;
  }
}
@media (min-width: 992px) {
  .cid-uduqU6836b .list {
    margin-bottom: 0rem;
  }
}
.cid-uduqU6836b .mbr-text {
  color: #bbbbbb;
}
.cid-uduqU6836b .mbr-section-subtitle {
  color: #000000;
  text-align: left;
}
.cid-uduqU6836b .list,
.cid-uduqU6836b .item-wrap {
  color: #232323;
  text-align: left;
}
.cid-uduqU6836b .copyright {
  color: #000000;
  text-align: center;
}
.cid-uduqU6836b H5 {
  text-align: left;
}
.cid-tJGsCG1vVL {
  z-index: 1000;
  width: 100%;
  position: inherit;
}
.cid-tJGsCG1vVL .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 .3s;
}
@media (max-width: 767px) {
  .cid-tJGsCG1vVL .navbar-toggler {
    transform: scale(0.8);
  }
}
.cid-tJGsCG1vVL .navbar-brand {
  flex-shrink: 0;
  align-items: center;
  margin-right: 0;
  padding: 10px 0;
  transition: all 2s;
  word-break: break-word;
  z-index: 1;
}
.cid-tJGsCG1vVL .navbar-brand img {
  max-width: 100%;
  max-height: 100%;
  border-radius: 0px !important;
}
.cid-tJGsCG1vVL .navbar-brand .navbar-caption {
  line-height: inherit !important;
}
.cid-tJGsCG1vVL .navbar-brand .navbar-logo a {
  outline: none;
}
.cid-tJGsCG1vVL .navbar-nav {
  margin: auto;
  margin-left: 0;
  margin-left: auto;
}
.cid-tJGsCG1vVL .navbar-nav .nav-item {
  padding: 0 !important;
  transition: .3s all !important;
}
.cid-tJGsCG1vVL .navbar-nav .nav-item .nav-link {
  padding: 16px !important;
  margin: 0 !important;
  border-radius: 1rem !important;
  transition: .3s all !important;
  border-radius: 4px !important;
}
.cid-tJGsCG1vVL .navbar-nav .nav-item .nav-link:hover {
  background-color: rgba(27, 31, 10, 0.06);
}
.cid-tJGsCG1vVL .navbar-nav .open .nav-link::after {
  transform: rotate(180deg);
}
@media (min-width: 992px) {
  .cid-tJGsCG1vVL .navbar-nav .open .nav-link::before {
    content: "";
    width: 100%;
    height: 20px;
    top: 100%;
    background: transparent;
    position: absolute;
  }
}
.cid-tJGsCG1vVL .navbar-nav .dropdown-item {
  padding: 12px !important;
  border-radius: 0.5rem !important;
  margin: 0 8px !important;
  transition: .3s all !important;
  border-radius: 4px !important;
}
.cid-tJGsCG1vVL .navbar-nav .dropdown-item:hover {
  background-color: rgba(27, 31, 10, 0.06);
}
@media (min-width: 992px) {
  .cid-tJGsCG1vVL .navbar-nav {
    padding-left: 1.5rem;
  }
}
.cid-tJGsCG1vVL .nav-link {
  width: fit-content;
  position: relative;
}
.cid-tJGsCG1vVL .navbar-logo {
  padding-left: 2rem;
  margin: 0 !important;
}
@media (max-width: 767px) {
  .cid-tJGsCG1vVL .navbar-logo {
    padding-left: 1rem;
  }
}
.cid-tJGsCG1vVL .navbar-caption {
  padding-left: 1rem;
  padding-right: .5rem;
}
@media (max-width: 767px) {
  .cid-tJGsCG1vVL .nav-dropdown {
    padding-bottom: 0.5rem;
  }
}
.cid-tJGsCG1vVL .nav-dropdown .link.dropdown-toggle::after {
  margin-left: 0.5rem;
  margin-top: 0.2rem;
  transition: .3s all;
  transition-delay: 300ms;
}
.cid-tJGsCG1vVL .container {
  display: flex;
  height: 90px;
  padding: 0.5rem 0.6rem;
  flex-wrap: nowrap;
  background: rgba(255, 255, 255, 0.9) !important;
  left: 0;
  right: 0;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: flex-end;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  border-radius: 100vw;
  margin-top: 1rem;
  background-color: #ffffff;
  box-shadow: 0 30px 60px 0 rgba(27, 31, 10, 0.08);
  border-radius: 4px !important;
}
@media (max-width: 992px) {
  .cid-tJGsCG1vVL .container {
    padding-right: 2rem;
  }
}
@media (max-width: 767px) {
  .cid-tJGsCG1vVL .container {
    width: 95%;
    height: 56px !important;
    padding-right: 1rem;
    margin-top: 0rem;
  }
}
.cid-tJGsCG1vVL .iconfont-wrapper {
  color: #0c2c68 !important;
  font-size: 1.5rem;
  padding-right: 0.5rem;
}
.cid-tJGsCG1vVL .dropdown-menu {
  flex-wrap: wrap;
  flex-direction: column;
  max-width: 100%;
  padding: 12px 4px !important;
  border-radius: 1.5rem;
  transition: .3s all !important;
  transition-delay: 300ms;
  min-width: auto;
  background: #ffffff;
  background: rgba(255, 255, 255, 0.9) !important;
  border-radius: 4px !important;
}
.cid-tJGsCG1vVL .nav-item:focus,
.cid-tJGsCG1vVL .nav-link:focus {
  outline: none;
}
.cid-tJGsCG1vVL .dropdown .dropdown-menu .dropdown-item {
  width: auto;
  transition: all .3s;
  transition-delay: 300ms;
}
.cid-tJGsCG1vVL .dropdown .dropdown-menu .dropdown-item::after {
  right: 0.5rem;
}
.cid-tJGsCG1vVL .dropdown .dropdown-menu .dropdown-item .mbr-iconfont {
  margin-right: 0.5rem;
  vertical-align: sub;
}
.cid-tJGsCG1vVL .dropdown .dropdown-menu .dropdown-item .mbr-iconfont:before {
  display: inline-block;
  transform: scale(1, 1);
  transition: all .3s;
}
.cid-tJGsCG1vVL .collapsed .dropdown-menu .dropdown-item:before {
  display: none;
}
.cid-tJGsCG1vVL .collapsed .dropdown .dropdown-menu .dropdown-item {
  padding: 0.235em 1.5em 0.235em 1.5em !important;
  transition: none;
  margin: 0 !important;
}
.cid-tJGsCG1vVL .navbar {
  min-height: 90px;
  transition: all 5s;
  border-bottom: 1px solid transparent;
  background: transparent !important;
  padding: 0 !important;
  border: none !important;
  box-shadow: none !important;
  border-radius: 0 !important;
}
.cid-tJGsCG1vVL .navbar.opened {
  transition: all 0.3s;
}
.cid-tJGsCG1vVL .navbar .dropdown-item {
  padding: 0.5rem 1.8rem;
}
.cid-tJGsCG1vVL .navbar .navbar-logo img {
  width: auto;
}
.cid-tJGsCG1vVL .navbar .navbar-collapse {
  z-index: 1;
  justify-content: flex-end;
}
.cid-tJGsCG1vVL .navbar.collapsed {
  justify-content: center;
}
.cid-tJGsCG1vVL .navbar.collapsed .nav-item .nav-link::before {
  display: none;
}
.cid-tJGsCG1vVL .navbar.collapsed.opened .dropdown-menu {
  top: 0;
}
@media (min-width: 992px) {
  .cid-tJGsCG1vVL .navbar.collapsed.opened:not(.navbar-short) .navbar-collapse {
    max-height: calc(98.5vh - 3.4rem);
  }
}
.cid-tJGsCG1vVL .navbar.collapsed .dropdown-menu .dropdown-submenu {
  left: 0 !important;
}
.cid-tJGsCG1vVL .navbar.collapsed .dropdown-menu .dropdown-item:after {
  right: auto;
}
.cid-tJGsCG1vVL .navbar.collapsed .dropdown-menu .dropdown-toggle[data-toggle="dropdown-submenu"]:after {
  margin-left: 0.5rem;
  margin-top: 0.2rem;
  border-top: 0.35em solid;
  border-right: 0.35em solid transparent;
  border-left: 0.35em solid transparent;
  border-bottom: 0;
  top: 41%;
}
.cid-tJGsCG1vVL .navbar.collapsed ul.navbar-nav li {
  margin: auto;
}
.cid-tJGsCG1vVL .navbar.collapsed .dropdown-menu .dropdown-item {
  padding: 0.25rem 0.5rem;
  text-align: center;
}
.cid-tJGsCG1vVL .navbar.collapsed .icons-menu {
  padding-left: 0;
  padding-right: 0;
  padding-top: 0.5rem;
  padding-bottom: 0.5rem;
}
@media (max-width: 767px) {
  .cid-tJGsCG1vVL .navbar {
    min-height: 72px;
  }
  .cid-tJGsCG1vVL .navbar .navbar-logo img {
    height: 2rem !important;
  }
}
@media (max-width: 991px) {
  .cid-tJGsCG1vVL .navbar .nav-item .nav-link::before {
    display: none;
  }
  .cid-tJGsCG1vVL .navbar.opened .dropdown-menu {
    top: 0;
  }
  .cid-tJGsCG1vVL .navbar .dropdown-menu .dropdown-submenu {
    left: 0 !important;
  }
  .cid-tJGsCG1vVL .navbar .dropdown-menu .dropdown-item:after {
    right: auto;
  }
  .cid-tJGsCG1vVL .navbar .dropdown-menu .dropdown-toggle[data-toggle="dropdown-submenu"]:after {
    margin-left: 0.5rem;
    margin-top: 0.2rem;
    border-top: 0.35em solid;
    border-right: 0.35em solid transparent;
    border-left: 0.35em solid transparent;
    border-bottom: 0;
    top: 40%;
  }
  .cid-tJGsCG1vVL .navbar .dropdown-menu .dropdown-item {
    padding: 0.25rem 1.5rem !important;
    text-align: center;
  }
  .cid-tJGsCG1vVL .navbar .navbar-brand {
    flex-shrink: initial;
    flex-basis: auto;
    word-break: break-word;
    padding-right: 10px;
  }
  .cid-tJGsCG1vVL .navbar .navbar-toggler {
    flex-basis: auto;
  }
  .cid-tJGsCG1vVL .navbar .icons-menu {
    padding-left: 0;
    padding-top: 0.5rem;
    padding-bottom: 0.5rem;
  }
}
.cid-tJGsCG1vVL .navbar.navbar-short .navbar-logo img {
  height: 2rem;
}
.cid-tJGsCG1vVL .dropdown-item.active,
.cid-tJGsCG1vVL .dropdown-item:active {
  background-color: transparent;
}
.cid-tJGsCG1vVL .navbar-expand-lg .navbar-nav .nav-link {
  padding: 0;
}
.cid-tJGsCG1vVL .nav-dropdown .link.dropdown-toggle {
  margin-right: 1.667em;
}
.cid-tJGsCG1vVL .nav-dropdown .link.dropdown-toggle[aria-expanded="true"] {
  margin-right: 0;
  padding: 0.667em 1.667em;
}
.cid-tJGsCG1vVL .navbar.navbar-expand-lg .dropdown .dropdown-menu {
  background: #ffffff;
}
.cid-tJGsCG1vVL .navbar.navbar-expand-lg .dropdown .dropdown-menu .dropdown-submenu {
  margin: 0;
  left: 100%;
  transform: none;
  top: -12px;
}
.cid-tJGsCG1vVL .navbar .dropdown.open > .dropdown-menu {
  display: flex;
}
.cid-tJGsCG1vVL ul.navbar-nav {
  flex-wrap: wrap;
}
.cid-tJGsCG1vVL .navbar-buttons {
  text-align: center;
  min-width: 140px;
}
@media (max-width: 992px) {
  .cid-tJGsCG1vVL .navbar-buttons {
    text-align: left;
  }
}
.cid-tJGsCG1vVL button.navbar-toggler {
  outline: none;
  width: 31px;
  height: 20px;
  cursor: pointer;
  transition: all 0.2s;
  position: relative;
  align-self: center;
}
.cid-tJGsCG1vVL button.navbar-toggler .hamburger span {
  position: absolute;
  right: 0;
  width: 30px;
  height: 2px;
  border-right: 5px;
  background-color: #06549d;
}
.cid-tJGsCG1vVL button.navbar-toggler .hamburger span:nth-child(1) {
  top: 0;
  transition: all 0.2s;
}
.cid-tJGsCG1vVL button.navbar-toggler .hamburger span:nth-child(2) {
  top: 8px;
  transition: all 0.15s;
}
.cid-tJGsCG1vVL button.navbar-toggler .hamburger span:nth-child(3) {
  top: 8px;
  transition: all 0.15s;
}
.cid-tJGsCG1vVL button.navbar-toggler .hamburger span:nth-child(4) {
  top: 16px;
  transition: all 0.2s;
}
.cid-tJGsCG1vVL nav.opened .hamburger span:nth-child(1) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-tJGsCG1vVL nav.opened .hamburger span:nth-child(2) {
  transform: rotate(45deg);
  transition: all 0.25s;
}
.cid-tJGsCG1vVL nav.opened .hamburger span:nth-child(3) {
  transform: rotate(-45deg);
  transition: all 0.25s;
}
.cid-tJGsCG1vVL nav.opened .hamburger span:nth-child(4) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-tJGsCG1vVL .navbar-dropdown {
  padding: 0 1rem;
}
.cid-tJGsCG1vVL a.nav-link {
  display: flex;
  align-items: center;
  justify-content: center;
}
.cid-tJGsCG1vVL .icons-menu {
  flex-wrap: nowrap;
  display: flex;
  justify-content: center;
  padding-left: 1rem;
  padding-right: 1rem;
  padding-top: 0.3rem;
  text-align: center;
}
@media (max-width: 992px) {
  .cid-tJGsCG1vVL .icons-menu {
    justify-content: flex-start;
    margin-bottom: .5rem;
  }
}
@media screen and (-ms-high-contrast: active), (-ms-high-contrast: none) {
  .cid-tJGsCG1vVL .navbar {
    height: 70px;
  }
  .cid-tJGsCG1vVL .navbar.opened {
    height: auto;
  }
  .cid-tJGsCG1vVL .nav-item .nav-link:hover::before {
    width: 175%;
    max-width: calc(100% + 2rem);
    left: -1rem;
  }
}
.cid-tJGsCG1vVL .navbar .dropdown > .dropdown-menu {
  display: none;
  width: max-content;
  max-width: 500px !important;
  transform: translateX(-50%);
  top: calc(100% + 20px);
  left: 50%;
}
.cid-tJGsCG1vVL .navbar .dropdown > .dropdown-menu .dropdown-item {
  line-height: 1 !important;
}
.cid-tJGsCG1vVL .navbar .dropdown > .dropdown-menu .dropdown .dropdown-item {
  align-items: center;
  display: flex;
  height: max-content !important;
  min-height: max-content !important;
}
.cid-tJGsCG1vVL .navbar .dropdown > .dropdown-menu .dropdown .dropdown-item::after {
  display: inline-block;
  position: static;
  margin-left: 0.5rem;
  margin-top: 0;
  margin-right: 0;
  margin-bottom: 0;
  transition: .3s all;
  transform: rotate(-90deg);
}
.cid-tJGsCG1vVL .navbar .dropdown > .dropdown-menu .dropdown.open .dropdown-item::after {
  transform: rotate(0deg);
}
.cid-tJGsCG1vVL .mbr-section-btn {
  margin: -0.6rem -0.6rem;
}
.cid-tJGsCG1vVL .navbar-toggler {
  margin-left: 12px;
  margin-right: 8px;
  order: 1000;
}
@media (max-width: 991px) {
  .cid-tJGsCG1vVL .navbar-brand {
    margin-right: auto;
  }
  .cid-tJGsCG1vVL .navbar-collapse {
    z-index: -1 !important;
    position: absolute;
    top: 110%;
    left: 0;
    width: 100%;
    padding: 1rem;
    border-radius: 1.5rem;
    background: #ffffff;
    opacity: 1;
    border-color: rgba(255, 255, 255, 0.9) !important;
    background: rgba(255, 255, 255, 0.9) !important;
    backdrop-filter: blur(8px);
    border-radius: 4px !important;
  }
  .cid-tJGsCG1vVL .navbar-nav .nav-item .nav-link::after {
    margin-left: 10px;
  }
  .cid-tJGsCG1vVL .navbar-nav .dropdown-item:hover {
    background-color: rgba(27, 31, 10, 0.06);
  }
  .cid-tJGsCG1vVL .navbar .dropdown > .dropdown-menu {
    max-width: 100% !important;
    transform: translateX(0);
    top: 10px;
    left: 0;
    padding: 8px !important;
    border-radius: 1rem;
    background-color: rgba(27, 31, 10, 0.04) !important;
  }
  .cid-tJGsCG1vVL .navbar .dropdown > .dropdown-menu .dropdown-item {
    padding: 8px !important;
    line-height: 1 !important;
    margin-bottom: 4px !important;
  }
  .cid-tJGsCG1vVL .navbar .dropdown > .dropdown-menu .dropdown .dropdown-item {
    align-items: center;
    display: flex;
    height: max-content !important;
    min-height: max-content !important;
  }
  .cid-tJGsCG1vVL .navbar .dropdown > .dropdown-menu .dropdown .dropdown-item::after {
    display: inline-block;
    position: static;
    margin-left: 0.5rem;
    margin-top: 0;
    margin-right: 0;
    margin-bottom: 0;
    transition: .3s all;
    transform: rotate(0deg);
  }
  .cid-tJGsCG1vVL .navbar .dropdown > .dropdown-menu .dropdown.open .dropdown-item::after {
    transform: rotate(180deg);
  }
  .cid-tJGsCG1vVL .navbar .dropdown > .dropdown-menu .dropdown-submenu {
    position: static;
    width: 100%;
    max-width: 100% !important;
    transform: translateX(0) !important;
    top: 0;
    left: 0;
    padding: 8px !important;
    border-radius: 1rem;
    background-color: rgba(27, 31, 10, 0.04) !important;
  }
  .cid-tJGsCG1vVL .navbar .dropdown.open > .dropdown-menu {
    display: flex !important;
    flex-direction: column;
    align-items: flex-start;
  }
}
@media (max-width: 575px) {
  .cid-tJGsCG1vVL .navbar-collapse {
    padding: 1rem;
  }
}
.cid-ujwsbyotAu {
  padding-top: 8rem;
  padding-bottom: 0rem;
  background-color: #ffffff;
}
.cid-ujwsbyotAu .mbr-fallback-image.disabled {
  display: none;
}
.cid-ujwsbyotAu .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-ujwsbz6zZb {
  padding-top: 2rem;
  padding-bottom: 2rem;
  background-color: #ffffff;
}
.cid-ujwsbz6zZb .mbr-fallback-image.disabled {
  display: none;
}
.cid-ujwsbz6zZb .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-ujwsbzoLz0 {
  padding-top: 0rem;
  padding-bottom: 0rem;
  background-color: #ffffff;
}
.cid-ujwsbzoLz0 .mbr-fallback-image.disabled {
  display: none;
}
.cid-ujwsbzoLz0 .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-ujwsbzoLz0 .item-wrapper {
  display: flex;
  margin-bottom: 2rem;
}
@media (max-width: 767px) {
  .cid-ujwsbzoLz0 .item-wrapper {
    margin-bottom: 1rem;
  }
}
.cid-ujwsbzoLz0 .mbr-section-title {
  text-align: center;
}
.cid-ujwsbzoLz0 .mbr-section-subtitle {
  text-align: center;
}
.cid-ujwsbzoLz0 .image-wrapper {
  width: 5rem;
  height: 5rem;
  border-radius: 50%;
  overflow: hidden;
}
.cid-ujwsbzoLz0 .image-wrapper img {
  height: 100%;
  width: 100%;
  object-fit: cover;
}
.cid-ujwsbzoLz0 .content-head {
  max-width: 800px;
}
.cid-ujwsbzoLz0 .img-box {
  display: flex;
  justify-content: center;
}
.cid-ujwsbzoLz0 .card-title {
  text-align: center;
}
.cid-ujwsbzoLz0 .card-text {
  text-align: center;
}
.cid-ujwsbzoLz0 .link {
  text-align: center;
}
.cid-ujwsbzRSJn {
  padding-top: 60px;
  padding-bottom: 60px;
  background-image: url("../../../assets/images/white-background-2000x1334.jpeg");
}
.cid-ujwsbzRSJn .mbr-section-text {
  color: #767676;
  text-align: center;
}
.cid-ujwsbzRSJn .mbr-section-subtitle {
  color: #767676;
}
.cid-ujwsbzRSJn .tabcont {
  -webkit-justify-content: center;
  justify-content: center;
}
.cid-ujwsbzRSJn .mbr-iconfont {
  font-size: 48px;
}
.cid-ujwsbzRSJn .card-img {
  margin-bottom: 1.5rem;
}
.cid-ujwsbzRSJn .tab-content-row {
  -webkit-justify-content: center;
  justify-content: center;
}
.cid-ujwsbzRSJn .tab-content {
  margin-top: 3rem;
  width: 100%;
}
.cid-ujwsbzRSJn .nav-tabs {
  -webkit-justify-content: center;
  justify-content: center;
  -webkit-flex-wrap: wrap;
  flex-wrap: wrap;
  border-bottom: none;
}
.cid-ujwsbzRSJn .nav-tabs .nav-link {
  box-sizing: border-box;
  color: #000000;
  font-style: normal;
  font-weight: 500;
  border-radius: 3px;
  padding: 1rem 3rem;
  margin: 0.4rem .8rem !important;
  transition: color .3s;
  border: 2px solid #000000;
}
.cid-ujwsbzRSJn .nav-tabs .nav-link:hover {
  background: #06549d;
}
.cid-ujwsbzRSJn .nav-tabs .nav-link.active {
  color: #ffffff;
  font-style: normal;
  border: 2px solid #06549d;
  background: #06549d;
}
.cid-ujwsbzRSJn .nav-tabs .nav-link.active:hover {
  border: 2px solid #06549d;
}
.cid-ujwsbzRSJn H4 {
  text-align: center;
}
.cid-ujwsbBsagJ {
  padding-top: 60px;
  padding-bottom: 60px;
  background-color: #f7f7f7;
}
.cid-ujwsbBsagJ .mbr-section-text {
  color: #767676;
  text-align: center;
}
.cid-ujwsbBsagJ .mbr-section-subtitle {
  color: #767676;
}
.cid-ujwsbBsagJ .tabcont {
  -webkit-justify-content: center;
  justify-content: center;
}
.cid-ujwsbBsagJ .mbr-iconfont {
  font-size: 48px;
}
.cid-ujwsbBsagJ .card-img {
  margin-bottom: 1.5rem;
}
.cid-ujwsbBsagJ .tab-content-row {
  -webkit-justify-content: center;
  justify-content: center;
}
.cid-ujwsbBsagJ .tab-content {
  margin-top: 3rem;
  width: 100%;
}
.cid-ujwsbBsagJ .nav-tabs {
  -webkit-justify-content: center;
  justify-content: center;
  -webkit-flex-wrap: wrap;
  flex-wrap: wrap;
  border-bottom: none;
}
.cid-ujwsbBsagJ .nav-tabs .nav-link {
  box-sizing: border-box;
  color: #000000;
  font-style: normal;
  font-weight: 500;
  border-radius: 3px;
  padding: 1rem 3rem;
  margin: 0.4rem .8rem !important;
  transition: color .3s;
  border: 2px solid #000000;
}
.cid-ujwsbBsagJ .nav-tabs .nav-link:hover {
  background: #06549d;
}
.cid-ujwsbBsagJ .nav-tabs .nav-link.active {
  color: #ffffff;
  font-style: normal;
  border: 2px solid #06549d;
  background: #06549d;
}
.cid-ujwsbBsagJ .nav-tabs .nav-link.active:hover {
  border: 2px solid #06549d;
}
.cid-ujwsbBsagJ H4 {
  text-align: center;
}
.cid-ujwsbCLLrn {
  padding-top: 60px;
  padding-bottom: 60px;
  background-image: url("../../../assets/images/white-background-2000x1334.jpeg");
}
.cid-ujwsbCLLrn .mbr-section-text {
  color: #767676;
  text-align: center;
}
.cid-ujwsbCLLrn .mbr-section-subtitle {
  color: #767676;
}
.cid-ujwsbCLLrn .tabcont {
  -webkit-justify-content: center;
  justify-content: center;
}
.cid-ujwsbCLLrn .mbr-iconfont {
  font-size: 48px;
}
.cid-ujwsbCLLrn .card-img {
  margin-bottom: 1.5rem;
}
.cid-ujwsbCLLrn .tab-content-row {
  -webkit-justify-content: center;
  justify-content: center;
}
.cid-ujwsbCLLrn .tab-content {
  margin-top: 3rem;
  width: 100%;
}
.cid-ujwsbCLLrn .nav-tabs {
  -webkit-justify-content: center;
  justify-content: center;
  -webkit-flex-wrap: wrap;
  flex-wrap: wrap;
  border-bottom: none;
}
.cid-ujwsbCLLrn .nav-tabs .nav-link {
  box-sizing: border-box;
  color: #000000;
  font-style: normal;
  font-weight: 500;
  border-radius: 3px;
  padding: 1rem 3rem;
  margin: 0.4rem .8rem !important;
  transition: color .3s;
  border: 2px solid #000000;
}
.cid-ujwsbCLLrn .nav-tabs .nav-link:hover {
  background: #06549d;
}
.cid-ujwsbCLLrn .nav-tabs .nav-link.active {
  color: #ffffff;
  font-style: normal;
  border: 2px solid #06549d;
  background: #06549d;
}
.cid-ujwsbCLLrn .nav-tabs .nav-link.active:hover {
  border: 2px solid #06549d;
}
.cid-ujwsbCLLrn H4 {
  text-align: center;
}
.cid-ujwsbDOOKH {
  padding-top: 60px;
  padding-bottom: 60px;
  background-color: #f7f7f7;
}
.cid-ujwsbDOOKH .mbr-section-text {
  color: #767676;
  text-align: center;
}
.cid-ujwsbDOOKH .mbr-section-subtitle {
  color: #767676;
}
.cid-ujwsbDOOKH .tabcont {
  -webkit-justify-content: center;
  justify-content: center;
}
.cid-ujwsbDOOKH .mbr-iconfont {
  font-size: 48px;
}
.cid-ujwsbDOOKH .card-img {
  margin-bottom: 1.5rem;
}
.cid-ujwsbDOOKH .tab-content-row {
  -webkit-justify-content: center;
  justify-content: center;
}
.cid-ujwsbDOOKH .tab-content {
  margin-top: 3rem;
  width: 100%;
}
.cid-ujwsbDOOKH .nav-tabs {
  -webkit-justify-content: center;
  justify-content: center;
  -webkit-flex-wrap: wrap;
  flex-wrap: wrap;
  border-bottom: none;
}
.cid-ujwsbDOOKH .nav-tabs .nav-link {
  box-sizing: border-box;
  color: #000000;
  font-style: normal;
  font-weight: 500;
  border-radius: 3px;
  padding: 1rem 3rem;
  margin: 0.4rem .8rem !important;
  transition: color .3s;
  border: 2px solid #000000;
}
.cid-ujwsbDOOKH .nav-tabs .nav-link:hover {
  background: #06549d;
}
.cid-ujwsbDOOKH .nav-tabs .nav-link.active {
  color: #ffffff;
  font-style: normal;
  border: 2px solid #06549d;
  background: #06549d;
}
.cid-ujwsbDOOKH .nav-tabs .nav-link.active:hover {
  border: 2px solid #06549d;
}
.cid-ujwsbDOOKH H4 {
  text-align: center;
}
.cid-ujwsbF56ym {
  padding-top: 60px;
  padding-bottom: 60px;
  background-image: url("../../../assets/images/white-background-2000x1334.jpeg");
}
.cid-ujwsbF56ym .mbr-section-text {
  color: #767676;
  text-align: center;
}
.cid-ujwsbF56ym .mbr-section-subtitle {
  color: #767676;
}
.cid-ujwsbF56ym .tabcont {
  -webkit-justify-content: center;
  justify-content: center;
}
.cid-ujwsbF56ym .mbr-iconfont {
  font-size: 48px;
}
.cid-ujwsbF56ym .card-img {
  margin-bottom: 1.5rem;
}
.cid-ujwsbF56ym .tab-content-row {
  -webkit-justify-content: center;
  justify-content: center;
}
.cid-ujwsbF56ym .tab-content {
  margin-top: 3rem;
  width: 100%;
}
.cid-ujwsbF56ym .nav-tabs {
  -webkit-justify-content: center;
  justify-content: center;
  -webkit-flex-wrap: wrap;
  flex-wrap: wrap;
  border-bottom: none;
}
.cid-ujwsbF56ym .nav-tabs .nav-link {
  box-sizing: border-box;
  color: #000000;
  font-style: normal;
  font-weight: 500;
  border-radius: 3px;
  padding: 1rem 3rem;
  margin: 0.4rem .8rem !important;
  transition: color .3s;
  border: 2px solid #000000;
}
.cid-ujwsbF56ym .nav-tabs .nav-link:hover {
  background: #06549d;
}
.cid-ujwsbF56ym .nav-tabs .nav-link.active {
  color: #ffffff;
  font-style: normal;
  border: 2px solid #06549d;
  background: #06549d;
}
.cid-ujwsbF56ym .nav-tabs .nav-link.active:hover {
  border: 2px solid #06549d;
}
.cid-ujwsbF56ym H4 {
  text-align: center;
}
.cid-ulc9g03ayI {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background: #06549d;
}
.cid-ulc9g03ayI .mbr-fallback-image.disabled {
  display: none;
}
.cid-ulc9g03ayI .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-ulc9g03ayI .row .map-wrapper {
    margin-top: 2rem;
  }
}
@media (max-width: 767px) {
  .cid-ulc9g03ayI .row .map-wrapper {
    margin-top: 1rem;
  }
}
.cid-ulc9g03ayI .google-map {
  height: 100%;
  position: relative;
}
.cid-ulc9g03ayI .google-map iframe {
  height: 100%;
  width: 100%;
}
@media (max-width: 992px) {
  .cid-ulc9g03ayI .google-map iframe {
    min-height: 350px;
  }
}
.cid-ulc9g03ayI .google-map [data-state-details] {
  color: #6b6763;
  height: 1.5em;
  margin-top: -0.75em;
  padding-left: 1.25rem;
  padding-right: 1.25rem;
  position: absolute;
  text-align: center;
  top: 50%;
  width: 100%;
}
.cid-ulc9g03ayI .google-map[data-state] {
  background: #e9e5dc;
}
.cid-ulc9g03ayI .google-map[data-state="loading"] [data-state-details] {
  display: none;
}
.cid-ulc9g03ayI .card-wrapper {
  padding: 2.25rem;
  background: #ffffff;
}
@media (min-width: 992px) and (max-width: 1200px) {
  .cid-ulc9g03ayI .card-wrapper {
    padding: 1.5rem;
  }
}
@media (max-width: 767px) {
  .cid-ulc9g03ayI .card-wrapper {
    padding: 2rem 1.5rem;
  }
}
.cid-ulc9g03ayI ul {
  list-style-type: none;
  padding: 0;
  margin: 0;
}
.cid-ulc9g03ayI .content-head {
  max-width: 800px;
}
.cid-ulc9g03ayI .mbr-section-title {
  color: #ffffff;
}
.cid-uduqU6836b {
  padding-top: 2rem;
  padding-bottom: 3rem;
  background-image: url("../../../assets/images/white-background-2000x1334.jpeg");
}
.cid-uduqU6836b .logogree {
  position: relative;
  width: 100%;
}
.cid-uduqU6836b .agree {
  object-position: right;
  width: 40%;
  height: auto;
  object-fit: contain;
  display: block;
  border-radius: 0% !important;
}
.cid-uduqU6836b .mbr-fallback-image.disabled {
  display: none;
}
.cid-uduqU6836b .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uduqU6836b .footer-col {
  justify-content: space-between;
  display: flex;
}
@media (max-width: 767px) {
  .cid-uduqU6836b .footer-col {
    flex-direction: column;
  }
}
.cid-uduqU6836b .row {
  background: #ffffff;
  padding: 4rem 3rem;
  border-radius: 2rem;
  margin: 0px;
}
@media (max-width: 767px) {
  .cid-uduqU6836b .row {
    padding: 2rem 0.5rem;
  }
}
@media (min-width: 768px) and (max-width: 991px) {
  .cid-uduqU6836b .row {
    padding: 2.25rem 1.25rem;
  }
}
@media (min-width: 992px) {
  .cid-uduqU6836b .row {
    padding: 4rem 3rem;
  }
}
@media (max-width: 767px) {
  .cid-uduqU6836b .mbr-section-btn {
    text-align: center;
  }
}
.cid-uduqU6836b .social-row {
  display: flex;
  flex-wrap: wrap;
}
.cid-uduqU6836b .soc-item {
  margin: 8px;
}
.cid-uduqU6836b .soc-item a:hover .mbr-iconfont,
.cid-uduqU6836b .soc-item a:focus .mbr-iconfont {
  background-color: #232323;
}
.cid-uduqU6836b .soc-item a .mbr-iconfont {
  width: 72px;
  height: 72px;
  display: flex;
  align-items: center;
  justify-content: center;
  border-radius: 100%;
  font-size: 20px;
  background-color: #06549d;
  color: #ffffff;
  transition: all 0.3s ease-in-out;
}
@media (max-width: 767px) {
  .cid-uduqU6836b .row {
    text-align: center;
  }
  .cid-uduqU6836b .social-row {
    justify-content: center;
  }
}
.cid-uduqU6836b .list {
  list-style: none;
  padding-left: 0;
  color: #502274;
}
@media (max-width: 991px) {
  .cid-uduqU6836b .list {
    margin-bottom: 2rem;
  }
}
@media (min-width: 992px) {
  .cid-uduqU6836b .list {
    margin-bottom: 0rem;
  }
}
.cid-uduqU6836b .mbr-text {
  color: #bbbbbb;
}
.cid-uduqU6836b .mbr-section-subtitle {
  color: #000000;
  text-align: left;
}
.cid-uduqU6836b .list,
.cid-uduqU6836b .item-wrap {
  color: #232323;
  text-align: left;
}
.cid-uduqU6836b .copyright {
  color: #000000;
  text-align: center;
}
.cid-uduqU6836b H5 {
  text-align: left;
}
.cid-tJGsCG1vVL {
  z-index: 1000;
  width: 100%;
  position: inherit;
}
.cid-tJGsCG1vVL .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 .3s;
}
@media (max-width: 767px) {
  .cid-tJGsCG1vVL .navbar-toggler {
    transform: scale(0.8);
  }
}
.cid-tJGsCG1vVL .navbar-brand {
  flex-shrink: 0;
  align-items: center;
  margin-right: 0;
  padding: 10px 0;
  transition: all 2s;
  word-break: break-word;
  z-index: 1;
}
.cid-tJGsCG1vVL .navbar-brand img {
  max-width: 100%;
  max-height: 100%;
  border-radius: 0px !important;
}
.cid-tJGsCG1vVL .navbar-brand .navbar-caption {
  line-height: inherit !important;
}
.cid-tJGsCG1vVL .navbar-brand .navbar-logo a {
  outline: none;
}
.cid-tJGsCG1vVL .navbar-nav {
  margin: auto;
  margin-left: 0;
  margin-left: auto;
}
.cid-tJGsCG1vVL .navbar-nav .nav-item {
  padding: 0 !important;
  transition: .3s all !important;
}
.cid-tJGsCG1vVL .navbar-nav .nav-item .nav-link {
  padding: 16px !important;
  margin: 0 !important;
  border-radius: 1rem !important;
  transition: .3s all !important;
  border-radius: 4px !important;
}
.cid-tJGsCG1vVL .navbar-nav .nav-item .nav-link:hover {
  background-color: rgba(27, 31, 10, 0.06);
}
.cid-tJGsCG1vVL .navbar-nav .open .nav-link::after {
  transform: rotate(180deg);
}
@media (min-width: 992px) {
  .cid-tJGsCG1vVL .navbar-nav .open .nav-link::before {
    content: "";
    width: 100%;
    height: 20px;
    top: 100%;
    background: transparent;
    position: absolute;
  }
}
.cid-tJGsCG1vVL .navbar-nav .dropdown-item {
  padding: 12px !important;
  border-radius: 0.5rem !important;
  margin: 0 8px !important;
  transition: .3s all !important;
  border-radius: 4px !important;
}
.cid-tJGsCG1vVL .navbar-nav .dropdown-item:hover {
  background-color: rgba(27, 31, 10, 0.06);
}
@media (min-width: 992px) {
  .cid-tJGsCG1vVL .navbar-nav {
    padding-left: 1.5rem;
  }
}
.cid-tJGsCG1vVL .nav-link {
  width: fit-content;
  position: relative;
}
.cid-tJGsCG1vVL .navbar-logo {
  padding-left: 2rem;
  margin: 0 !important;
}
@media (max-width: 767px) {
  .cid-tJGsCG1vVL .navbar-logo {
    padding-left: 1rem;
  }
}
.cid-tJGsCG1vVL .navbar-caption {
  padding-left: 1rem;
  padding-right: .5rem;
}
@media (max-width: 767px) {
  .cid-tJGsCG1vVL .nav-dropdown {
    padding-bottom: 0.5rem;
  }
}
.cid-tJGsCG1vVL .nav-dropdown .link.dropdown-toggle::after {
  margin-left: 0.5rem;
  margin-top: 0.2rem;
  transition: .3s all;
  transition-delay: 300ms;
}
.cid-tJGsCG1vVL .container {
  display: flex;
  height: 90px;
  padding: 0.5rem 0.6rem;
  flex-wrap: nowrap;
  background: rgba(255, 255, 255, 0.9) !important;
  left: 0;
  right: 0;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: flex-end;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  border-radius: 100vw;
  margin-top: 1rem;
  background-color: #ffffff;
  box-shadow: 0 30px 60px 0 rgba(27, 31, 10, 0.08);
  border-radius: 4px !important;
}
@media (max-width: 992px) {
  .cid-tJGsCG1vVL .container {
    padding-right: 2rem;
  }
}
@media (max-width: 767px) {
  .cid-tJGsCG1vVL .container {
    width: 95%;
    height: 56px !important;
    padding-right: 1rem;
    margin-top: 0rem;
  }
}
.cid-tJGsCG1vVL .iconfont-wrapper {
  color: #0c2c68 !important;
  font-size: 1.5rem;
  padding-right: 0.5rem;
}
.cid-tJGsCG1vVL .dropdown-menu {
  flex-wrap: wrap;
  flex-direction: column;
  max-width: 100%;
  padding: 12px 4px !important;
  border-radius: 1.5rem;
  transition: .3s all !important;
  transition-delay: 300ms;
  min-width: auto;
  background: #ffffff;
  background: rgba(255, 255, 255, 0.9) !important;
  border-radius: 4px !important;
}
.cid-tJGsCG1vVL .nav-item:focus,
.cid-tJGsCG1vVL .nav-link:focus {
  outline: none;
}
.cid-tJGsCG1vVL .dropdown .dropdown-menu .dropdown-item {
  width: auto;
  transition: all .3s;
  transition-delay: 300ms;
}
.cid-tJGsCG1vVL .dropdown .dropdown-menu .dropdown-item::after {
  right: 0.5rem;
}
.cid-tJGsCG1vVL .dropdown .dropdown-menu .dropdown-item .mbr-iconfont {
  margin-right: 0.5rem;
  vertical-align: sub;
}
.cid-tJGsCG1vVL .dropdown .dropdown-menu .dropdown-item .mbr-iconfont:before {
  display: inline-block;
  transform: scale(1, 1);
  transition: all .3s;
}
.cid-tJGsCG1vVL .collapsed .dropdown-menu .dropdown-item:before {
  display: none;
}
.cid-tJGsCG1vVL .collapsed .dropdown .dropdown-menu .dropdown-item {
  padding: 0.235em 1.5em 0.235em 1.5em !important;
  transition: none;
  margin: 0 !important;
}
.cid-tJGsCG1vVL .navbar {
  min-height: 90px;
  transition: all 5s;
  border-bottom: 1px solid transparent;
  background: transparent !important;
  padding: 0 !important;
  border: none !important;
  box-shadow: none !important;
  border-radius: 0 !important;
}
.cid-tJGsCG1vVL .navbar.opened {
  transition: all 0.3s;
}
.cid-tJGsCG1vVL .navbar .dropdown-item {
  padding: 0.5rem 1.8rem;
}
.cid-tJGsCG1vVL .navbar .navbar-logo img {
  width: auto;
}
.cid-tJGsCG1vVL .navbar .navbar-collapse {
  z-index: 1;
  justify-content: flex-end;
}
.cid-tJGsCG1vVL .navbar.collapsed {
  justify-content: center;
}
.cid-tJGsCG1vVL .navbar.collapsed .nav-item .nav-link::before {
  display: none;
}
.cid-tJGsCG1vVL .navbar.collapsed.opened .dropdown-menu {
  top: 0;
}
@media (min-width: 992px) {
  .cid-tJGsCG1vVL .navbar.collapsed.opened:not(.navbar-short) .navbar-collapse {
    max-height: calc(98.5vh - 3.4rem);
  }
}
.cid-tJGsCG1vVL .navbar.collapsed .dropdown-menu .dropdown-submenu {
  left: 0 !important;
}
.cid-tJGsCG1vVL .navbar.collapsed .dropdown-menu .dropdown-item:after {
  right: auto;
}
.cid-tJGsCG1vVL .navbar.collapsed .dropdown-menu .dropdown-toggle[data-toggle="dropdown-submenu"]:after {
  margin-left: 0.5rem;
  margin-top: 0.2rem;
  border-top: 0.35em solid;
  border-right: 0.35em solid transparent;
  border-left: 0.35em solid transparent;
  border-bottom: 0;
  top: 41%;
}
.cid-tJGsCG1vVL .navbar.collapsed ul.navbar-nav li {
  margin: auto;
}
.cid-tJGsCG1vVL .navbar.collapsed .dropdown-menu .dropdown-item {
  padding: 0.25rem 0.5rem;
  text-align: center;
}
.cid-tJGsCG1vVL .navbar.collapsed .icons-menu {
  padding-left: 0;
  padding-right: 0;
  padding-top: 0.5rem;
  padding-bottom: 0.5rem;
}
@media (max-width: 767px) {
  .cid-tJGsCG1vVL .navbar {
    min-height: 72px;
  }
  .cid-tJGsCG1vVL .navbar .navbar-logo img {
    height: 2rem !important;
  }
}
@media (max-width: 991px) {
  .cid-tJGsCG1vVL .navbar .nav-item .nav-link::before {
    display: none;
  }
  .cid-tJGsCG1vVL .navbar.opened .dropdown-menu {
    top: 0;
  }
  .cid-tJGsCG1vVL .navbar .dropdown-menu .dropdown-submenu {
    left: 0 !important;
  }
  .cid-tJGsCG1vVL .navbar .dropdown-menu .dropdown-item:after {
    right: auto;
  }
  .cid-tJGsCG1vVL .navbar .dropdown-menu .dropdown-toggle[data-toggle="dropdown-submenu"]:after {
    margin-left: 0.5rem;
    margin-top: 0.2rem;
    border-top: 0.35em solid;
    border-right: 0.35em solid transparent;
    border-left: 0.35em solid transparent;
    border-bottom: 0;
    top: 40%;
  }
  .cid-tJGsCG1vVL .navbar .dropdown-menu .dropdown-item {
    padding: 0.25rem 1.5rem !important;
    text-align: center;
  }
  .cid-tJGsCG1vVL .navbar .navbar-brand {
    flex-shrink: initial;
    flex-basis: auto;
    word-break: break-word;
    padding-right: 10px;
  }
  .cid-tJGsCG1vVL .navbar .navbar-toggler {
    flex-basis: auto;
  }
  .cid-tJGsCG1vVL .navbar .icons-menu {
    padding-left: 0;
    padding-top: 0.5rem;
    padding-bottom: 0.5rem;
  }
}
.cid-tJGsCG1vVL .navbar.navbar-short .navbar-logo img {
  height: 2rem;
}
.cid-tJGsCG1vVL .dropdown-item.active,
.cid-tJGsCG1vVL .dropdown-item:active {
  background-color: transparent;
}
.cid-tJGsCG1vVL .navbar-expand-lg .navbar-nav .nav-link {
  padding: 0;
}
.cid-tJGsCG1vVL .nav-dropdown .link.dropdown-toggle {
  margin-right: 1.667em;
}
.cid-tJGsCG1vVL .nav-dropdown .link.dropdown-toggle[aria-expanded="true"] {
  margin-right: 0;
  padding: 0.667em 1.667em;
}
.cid-tJGsCG1vVL .navbar.navbar-expand-lg .dropdown .dropdown-menu {
  background: #ffffff;
}
.cid-tJGsCG1vVL .navbar.navbar-expand-lg .dropdown .dropdown-menu .dropdown-submenu {
  margin: 0;
  left: 100%;
  transform: none;
  top: -12px;
}
.cid-tJGsCG1vVL .navbar .dropdown.open > .dropdown-menu {
  display: flex;
}
.cid-tJGsCG1vVL ul.navbar-nav {
  flex-wrap: wrap;
}
.cid-tJGsCG1vVL .navbar-buttons {
  text-align: center;
  min-width: 140px;
}
@media (max-width: 992px) {
  .cid-tJGsCG1vVL .navbar-buttons {
    text-align: left;
  }
}
.cid-tJGsCG1vVL button.navbar-toggler {
  outline: none;
  width: 31px;
  height: 20px;
  cursor: pointer;
  transition: all 0.2s;
  position: relative;
  align-self: center;
}
.cid-tJGsCG1vVL button.navbar-toggler .hamburger span {
  position: absolute;
  right: 0;
  width: 30px;
  height: 2px;
  border-right: 5px;
  background-color: #06549d;
}
.cid-tJGsCG1vVL button.navbar-toggler .hamburger span:nth-child(1) {
  top: 0;
  transition: all 0.2s;
}
.cid-tJGsCG1vVL button.navbar-toggler .hamburger span:nth-child(2) {
  top: 8px;
  transition: all 0.15s;
}
.cid-tJGsCG1vVL button.navbar-toggler .hamburger span:nth-child(3) {
  top: 8px;
  transition: all 0.15s;
}
.cid-tJGsCG1vVL button.navbar-toggler .hamburger span:nth-child(4) {
  top: 16px;
  transition: all 0.2s;
}
.cid-tJGsCG1vVL nav.opened .hamburger span:nth-child(1) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-tJGsCG1vVL nav.opened .hamburger span:nth-child(2) {
  transform: rotate(45deg);
  transition: all 0.25s;
}
.cid-tJGsCG1vVL nav.opened .hamburger span:nth-child(3) {
  transform: rotate(-45deg);
  transition: all 0.25s;
}
.cid-tJGsCG1vVL nav.opened .hamburger span:nth-child(4) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-tJGsCG1vVL .navbar-dropdown {
  padding: 0 1rem;
}
.cid-tJGsCG1vVL a.nav-link {
  display: flex;
  align-items: center;
  justify-content: center;
}
.cid-tJGsCG1vVL .icons-menu {
  flex-wrap: nowrap;
  display: flex;
  justify-content: center;
  padding-left: 1rem;
  padding-right: 1rem;
  padding-top: 0.3rem;
  text-align: center;
}
@media (max-width: 992px) {
  .cid-tJGsCG1vVL .icons-menu {
    justify-content: flex-start;
    margin-bottom: .5rem;
  }
}
@media screen and (-ms-high-contrast: active), (-ms-high-contrast: none) {
  .cid-tJGsCG1vVL .navbar {
    height: 70px;
  }
  .cid-tJGsCG1vVL .navbar.opened {
    height: auto;
  }
  .cid-tJGsCG1vVL .nav-item .nav-link:hover::before {
    width: 175%;
    max-width: calc(100% + 2rem);
    left: -1rem;
  }
}
.cid-tJGsCG1vVL .navbar .dropdown > .dropdown-menu {
  display: none;
  width: max-content;
  max-width: 500px !important;
  transform: translateX(-50%);
  top: calc(100% + 20px);
  left: 50%;
}
.cid-tJGsCG1vVL .navbar .dropdown > .dropdown-menu .dropdown-item {
  line-height: 1 !important;
}
.cid-tJGsCG1vVL .navbar .dropdown > .dropdown-menu .dropdown .dropdown-item {
  align-items: center;
  display: flex;
  height: max-content !important;
  min-height: max-content !important;
}
.cid-tJGsCG1vVL .navbar .dropdown > .dropdown-menu .dropdown .dropdown-item::after {
  display: inline-block;
  position: static;
  margin-left: 0.5rem;
  margin-top: 0;
  margin-right: 0;
  margin-bottom: 0;
  transition: .3s all;
  transform: rotate(-90deg);
}
.cid-tJGsCG1vVL .navbar .dropdown > .dropdown-menu .dropdown.open .dropdown-item::after {
  transform: rotate(0deg);
}
.cid-tJGsCG1vVL .mbr-section-btn {
  margin: -0.6rem -0.6rem;
}
.cid-tJGsCG1vVL .navbar-toggler {
  margin-left: 12px;
  margin-right: 8px;
  order: 1000;
}
@media (max-width: 991px) {
  .cid-tJGsCG1vVL .navbar-brand {
    margin-right: auto;
  }
  .cid-tJGsCG1vVL .navbar-collapse {
    z-index: -1 !important;
    position: absolute;
    top: 110%;
    left: 0;
    width: 100%;
    padding: 1rem;
    border-radius: 1.5rem;
    background: #ffffff;
    opacity: 1;
    border-color: rgba(255, 255, 255, 0.9) !important;
    background: rgba(255, 255, 255, 0.9) !important;
    backdrop-filter: blur(8px);
    border-radius: 4px !important;
  }
  .cid-tJGsCG1vVL .navbar-nav .nav-item .nav-link::after {
    margin-left: 10px;
  }
  .cid-tJGsCG1vVL .navbar-nav .dropdown-item:hover {
    background-color: rgba(27, 31, 10, 0.06);
  }
  .cid-tJGsCG1vVL .navbar .dropdown > .dropdown-menu {
    max-width: 100% !important;
    transform: translateX(0);
    top: 10px;
    left: 0;
    padding: 8px !important;
    border-radius: 1rem;
    background-color: rgba(27, 31, 10, 0.04) !important;
  }
  .cid-tJGsCG1vVL .navbar .dropdown > .dropdown-menu .dropdown-item {
    padding: 8px !important;
    line-height: 1 !important;
    margin-bottom: 4px !important;
  }
  .cid-tJGsCG1vVL .navbar .dropdown > .dropdown-menu .dropdown .dropdown-item {
    align-items: center;
    display: flex;
    height: max-content !important;
    min-height: max-content !important;
  }
  .cid-tJGsCG1vVL .navbar .dropdown > .dropdown-menu .dropdown .dropdown-item::after {
    display: inline-block;
    position: static;
    margin-left: 0.5rem;
    margin-top: 0;
    margin-right: 0;
    margin-bottom: 0;
    transition: .3s all;
    transform: rotate(0deg);
  }
  .cid-tJGsCG1vVL .navbar .dropdown > .dropdown-menu .dropdown.open .dropdown-item::after {
    transform: rotate(180deg);
  }
  .cid-tJGsCG1vVL .navbar .dropdown > .dropdown-menu .dropdown-submenu {
    position: static;
    width: 100%;
    max-width: 100% !important;
    transform: translateX(0) !important;
    top: 0;
    left: 0;
    padding: 8px !important;
    border-radius: 1rem;
    background-color: rgba(27, 31, 10, 0.04) !important;
  }
  .cid-tJGsCG1vVL .navbar .dropdown.open > .dropdown-menu {
    display: flex !important;
    flex-direction: column;
    align-items: flex-start;
  }
}
@media (max-width: 575px) {
  .cid-tJGsCG1vVL .navbar-collapse {
    padding: 1rem;
  }
}
.cid-ujuyahlTHu {
  padding-top: 8rem;
  padding-bottom: 0rem;
  background-color: #ffffff;
}
.cid-ujuyahlTHu .mbr-fallback-image.disabled {
  display: none;
}
.cid-ujuyahlTHu .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-ujuyahPquZ {
  padding-top: 2rem;
  padding-bottom: 2rem;
  background-color: #ffffff;
}
.cid-ujuyahPquZ .mbr-fallback-image.disabled {
  display: none;
}
.cid-ujuyahPquZ .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-ujuyai1Szs {
  padding-top: 0rem;
  padding-bottom: 0rem;
  background-color: #ffffff;
}
.cid-ujuyai1Szs .mbr-fallback-image.disabled {
  display: none;
}
.cid-ujuyai1Szs .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-ujuyai1Szs .item-wrapper {
  display: flex;
  margin-bottom: 2rem;
}
@media (max-width: 767px) {
  .cid-ujuyai1Szs .item-wrapper {
    margin-bottom: 1rem;
  }
}
.cid-ujuyai1Szs .mbr-section-title {
  text-align: center;
}
.cid-ujuyai1Szs .mbr-section-subtitle {
  text-align: center;
}
.cid-ujuyai1Szs .image-wrapper {
  width: 5rem;
  height: 5rem;
  border-radius: 50%;
  overflow: hidden;
}
.cid-ujuyai1Szs .image-wrapper img {
  height: 100%;
  width: 100%;
  object-fit: cover;
}
.cid-ujuyai1Szs .content-head {
  max-width: 800px;
}
.cid-ujuyai1Szs .img-box {
  display: flex;
  justify-content: center;
}
.cid-ujuyai1Szs .card-title {
  text-align: center;
}
.cid-ujuyai1Szs .card-text {
  text-align: center;
}
.cid-ujuyai1Szs .link {
  text-align: center;
}
.cid-ujuzuVV1FC {
  padding-top: 6rem;
  padding-bottom: 6rem;
  background-image: url("../../../assets/images/white-background-2000x1334.jpeg");
}
.cid-ujuzuVV1FC .mbr-overlay {
  background: #ffffff;
  opacity: 0.6;
}
.cid-ujuzuVV1FC .item-subtitle {
  line-height: 1.2;
  color: #000000;
  text-align: left;
}
.cid-ujuzuVV1FC img,
.cid-ujuzuVV1FC .item-img {
  width: 100%;
  height: 100%;
  height: 200px;
  object-fit: cover;
}
.cid-ujuzuVV1FC .item:focus,
.cid-ujuzuVV1FC span:focus {
  outline: none;
}
.cid-ujuzuVV1FC .item {
  margin-bottom: 2rem;
}
@media (max-width: 767px) {
  .cid-ujuzuVV1FC .item {
    margin-bottom: 1rem;
  }
}
.cid-ujuzuVV1FC .item-wrapper {
  position: relative;
  border-radius: 4px;
  display: flex;
  flex-flow: column nowrap;
}
.cid-ujuzuVV1FC .mbr-section-btn {
  margin-top: auto !important;
}
.cid-ujuzuVV1FC .mbr-section-title {
  color: #232323;
}
.cid-ujuzuVV1FC .mbr-text,
.cid-ujuzuVV1FC .mbr-section-btn {
  color: #a6a99c;
  text-align: center;
}
.cid-ujuzuVV1FC .item-title {
  color: #232323;
  text-align: left;
}
.cid-ujuzuVV1FC .content-head {
  max-width: 800px;
}
.cid-ujvQDnjZ7N {
  padding-top: 6rem;
  padding-bottom: 6rem;
  background-color: #f7f7f7;
}
.cid-ujvQDnjZ7N .item-subtitle {
  line-height: 1.2;
  color: #000000;
  text-align: left;
}
.cid-ujvQDnjZ7N img,
.cid-ujvQDnjZ7N .item-img {
  width: 100%;
  height: 100%;
  height: 200px;
  object-fit: cover;
}
.cid-ujvQDnjZ7N .item:focus,
.cid-ujvQDnjZ7N span:focus {
  outline: none;
}
.cid-ujvQDnjZ7N .item {
  margin-bottom: 2rem;
}
@media (max-width: 767px) {
  .cid-ujvQDnjZ7N .item {
    margin-bottom: 1rem;
  }
}
.cid-ujvQDnjZ7N .item-wrapper {
  position: relative;
  border-radius: 4px;
  display: flex;
  flex-flow: column nowrap;
}
.cid-ujvQDnjZ7N .mbr-section-btn {
  margin-top: auto !important;
}
.cid-ujvQDnjZ7N .mbr-section-title {
  color: #232323;
}
.cid-ujvQDnjZ7N .mbr-text,
.cid-ujvQDnjZ7N .mbr-section-btn {
  color: #a6a99c;
  text-align: center;
}
.cid-ujvQDnjZ7N .item-title {
  color: #232323;
  text-align: left;
}
.cid-ujvQDnjZ7N .content-head {
  max-width: 800px;
}
.cid-ujvTR7Xpe0 {
  padding-top: 6rem;
  padding-bottom: 6rem;
  background-image: url("../../../assets/images/white-background-2000x1334.jpeg");
}
.cid-ujvTR7Xpe0 .mbr-overlay {
  background: #edefeb;
  opacity: 0.6;
}
.cid-ujvTR7Xpe0 .item-subtitle {
  line-height: 1.2;
  color: #000000;
  text-align: left;
}
.cid-ujvTR7Xpe0 img,
.cid-ujvTR7Xpe0 .item-img {
  width: 100%;
  height: 100%;
  height: 300px;
  object-fit: cover;
}
.cid-ujvTR7Xpe0 .item:focus,
.cid-ujvTR7Xpe0 span:focus {
  outline: none;
}
.cid-ujvTR7Xpe0 .item {
  margin-bottom: 2rem;
}
@media (max-width: 767px) {
  .cid-ujvTR7Xpe0 .item {
    margin-bottom: 1rem;
  }
}
.cid-ujvTR7Xpe0 .item-wrapper {
  position: relative;
  border-radius: 4px;
  display: flex;
  flex-flow: column nowrap;
}
.cid-ujvTR7Xpe0 .mbr-section-btn {
  margin-top: auto !important;
}
.cid-ujvTR7Xpe0 .mbr-section-title {
  color: #232323;
}
.cid-ujvTR7Xpe0 .mbr-text,
.cid-ujvTR7Xpe0 .mbr-section-btn {
  color: #a6a99c;
  text-align: center;
}
.cid-ujvTR7Xpe0 .item-title {
  color: #232323;
  text-align: left;
}
.cid-ujvTR7Xpe0 .content-head {
  max-width: 800px;
}
.cid-ujvZGwrekh {
  padding-top: 6rem;
  padding-bottom: 6rem;
  background-color: #f7f7f7;
}
.cid-ujvZGwrekh .item-subtitle {
  line-height: 1.2;
  color: #000000;
  text-align: left;
}
.cid-ujvZGwrekh img,
.cid-ujvZGwrekh .item-img {
  width: 100%;
  height: 100%;
  height: 200px;
  object-fit: cover;
}
.cid-ujvZGwrekh .item:focus,
.cid-ujvZGwrekh span:focus {
  outline: none;
}
.cid-ujvZGwrekh .item {
  margin-bottom: 2rem;
}
@media (max-width: 767px) {
  .cid-ujvZGwrekh .item {
    margin-bottom: 1rem;
  }
}
.cid-ujvZGwrekh .item-wrapper {
  position: relative;
  border-radius: 4px;
  display: flex;
  flex-flow: column nowrap;
}
.cid-ujvZGwrekh .mbr-section-btn {
  margin-top: auto !important;
}
.cid-ujvZGwrekh .mbr-section-title {
  color: #232323;
}
.cid-ujvZGwrekh .mbr-text,
.cid-ujvZGwrekh .mbr-section-btn {
  color: #a6a99c;
  text-align: center;
}
.cid-ujvZGwrekh .item-title {
  color: #232323;
  text-align: left;
}
.cid-ujvZGwrekh .content-head {
  max-width: 800px;
}
.cid-ujwkrSW3iW {
  padding-top: 6rem;
  padding-bottom: 6rem;
  background-image: url("../../../assets/images/white-background-2000x1334.jpeg");
}
.cid-ujwkrSW3iW .mbr-overlay {
  background: #ffffff;
  opacity: 0.6;
}
.cid-ujwkrSW3iW .item-subtitle {
  line-height: 1.2;
  color: #000000;
  text-align: left;
}
.cid-ujwkrSW3iW img,
.cid-ujwkrSW3iW .item-img {
  width: 100%;
  height: 100%;
  height: 200px;
  object-fit: cover;
}
.cid-ujwkrSW3iW .item:focus,
.cid-ujwkrSW3iW span:focus {
  outline: none;
}
.cid-ujwkrSW3iW .item {
  margin-bottom: 2rem;
}
@media (max-width: 767px) {
  .cid-ujwkrSW3iW .item {
    margin-bottom: 1rem;
  }
}
.cid-ujwkrSW3iW .item-wrapper {
  position: relative;
  border-radius: 4px;
  display: flex;
  flex-flow: column nowrap;
}
.cid-ujwkrSW3iW .mbr-section-btn {
  margin-top: auto !important;
}
.cid-ujwkrSW3iW .mbr-section-title {
  color: #232323;
}
.cid-ujwkrSW3iW .mbr-text,
.cid-ujwkrSW3iW .mbr-section-btn {
  color: #a6a99c;
  text-align: center;
}
.cid-ujwkrSW3iW .item-title {
  color: #232323;
  text-align: left;
}
.cid-ujwkrSW3iW .content-head {
  max-width: 800px;
}
.cid-uduqU6836b {
  padding-top: 2rem;
  padding-bottom: 3rem;
  background-image: url("../../../assets/images/white-background-2000x1334.jpeg");
}
.cid-uduqU6836b .logogree {
  position: relative;
  width: 100%;
}
.cid-uduqU6836b .agree {
  object-position: right;
  width: 40%;
  height: auto;
  object-fit: contain;
  display: block;
  border-radius: 0% !important;
}
.cid-uduqU6836b .mbr-fallback-image.disabled {
  display: none;
}
.cid-uduqU6836b .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uduqU6836b .footer-col {
  justify-content: space-between;
  display: flex;
}
@media (max-width: 767px) {
  .cid-uduqU6836b .footer-col {
    flex-direction: column;
  }
}
.cid-uduqU6836b .row {
  background: #ffffff;
  padding: 4rem 3rem;
  border-radius: 2rem;
  margin: 0px;
}
@media (max-width: 767px) {
  .cid-uduqU6836b .row {
    padding: 2rem 0.5rem;
  }
}
@media (min-width: 768px) and (max-width: 991px) {
  .cid-uduqU6836b .row {
    padding: 2.25rem 1.25rem;
  }
}
@media (min-width: 992px) {
  .cid-uduqU6836b .row {
    padding: 4rem 3rem;
  }
}
@media (max-width: 767px) {
  .cid-uduqU6836b .mbr-section-btn {
    text-align: center;
  }
}
.cid-uduqU6836b .social-row {
  display: flex;
  flex-wrap: wrap;
}
.cid-uduqU6836b .soc-item {
  margin: 8px;
}
.cid-uduqU6836b .soc-item a:hover .mbr-iconfont,
.cid-uduqU6836b .soc-item a:focus .mbr-iconfont {
  background-color: #232323;
}
.cid-uduqU6836b .soc-item a .mbr-iconfont {
  width: 72px;
  height: 72px;
  display: flex;
  align-items: center;
  justify-content: center;
  border-radius: 100%;
  font-size: 20px;
  background-color: #06549d;
  color: #ffffff;
  transition: all 0.3s ease-in-out;
}
@media (max-width: 767px) {
  .cid-uduqU6836b .row {
    text-align: center;
  }
  .cid-uduqU6836b .social-row {
    justify-content: center;
  }
}
.cid-uduqU6836b .list {
  list-style: none;
  padding-left: 0;
  color: #502274;
}
@media (max-width: 991px) {
  .cid-uduqU6836b .list {
    margin-bottom: 2rem;
  }
}
@media (min-width: 992px) {
  .cid-uduqU6836b .list {
    margin-bottom: 0rem;
  }
}
.cid-uduqU6836b .mbr-text {
  color: #bbbbbb;
}
.cid-uduqU6836b .mbr-section-subtitle {
  color: #000000;
  text-align: left;
}
.cid-uduqU6836b .list,
.cid-uduqU6836b .item-wrap {
  color: #232323;
  text-align: left;
}
.cid-uduqU6836b .copyright {
  color: #000000;
  text-align: center;
}
.cid-uduqU6836b H5 {
  text-align: left;
}
.cid-tJGsCG1vVL {
  z-index: 1000;
  width: 100%;
  position: inherit;
}
.cid-tJGsCG1vVL .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 .3s;
}
@media (max-width: 767px) {
  .cid-tJGsCG1vVL .navbar-toggler {
    transform: scale(0.8);
  }
}
.cid-tJGsCG1vVL .navbar-brand {
  flex-shrink: 0;
  align-items: center;
  margin-right: 0;
  padding: 10px 0;
  transition: all 2s;
  word-break: break-word;
  z-index: 1;
}
.cid-tJGsCG1vVL .navbar-brand img {
  max-width: 100%;
  max-height: 100%;
  border-radius: 0px !important;
}
.cid-tJGsCG1vVL .navbar-brand .navbar-caption {
  line-height: inherit !important;
}
.cid-tJGsCG1vVL .navbar-brand .navbar-logo a {
  outline: none;
}
.cid-tJGsCG1vVL .navbar-nav {
  margin: auto;
  margin-left: 0;
  margin-left: auto;
}
.cid-tJGsCG1vVL .navbar-nav .nav-item {
  padding: 0 !important;
  transition: .3s all !important;
}
.cid-tJGsCG1vVL .navbar-nav .nav-item .nav-link {
  padding: 16px !important;
  margin: 0 !important;
  border-radius: 1rem !important;
  transition: .3s all !important;
  border-radius: 4px !important;
}
.cid-tJGsCG1vVL .navbar-nav .nav-item .nav-link:hover {
  background-color: rgba(27, 31, 10, 0.06);
}
.cid-tJGsCG1vVL .navbar-nav .open .nav-link::after {
  transform: rotate(180deg);
}
@media (min-width: 992px) {
  .cid-tJGsCG1vVL .navbar-nav .open .nav-link::before {
    content: "";
    width: 100%;
    height: 20px;
    top: 100%;
    background: transparent;
    position: absolute;
  }
}
.cid-tJGsCG1vVL .navbar-nav .dropdown-item {
  padding: 12px !important;
  border-radius: 0.5rem !important;
  margin: 0 8px !important;
  transition: .3s all !important;
  border-radius: 4px !important;
}
.cid-tJGsCG1vVL .navbar-nav .dropdown-item:hover {
  background-color: rgba(27, 31, 10, 0.06);
}
@media (min-width: 992px) {
  .cid-tJGsCG1vVL .navbar-nav {
    padding-left: 1.5rem;
  }
}
.cid-tJGsCG1vVL .nav-link {
  width: fit-content;
  position: relative;
}
.cid-tJGsCG1vVL .navbar-logo {
  padding-left: 2rem;
  margin: 0 !important;
}
@media (max-width: 767px) {
  .cid-tJGsCG1vVL .navbar-logo {
    padding-left: 1rem;
  }
}
.cid-tJGsCG1vVL .navbar-caption {
  padding-left: 1rem;
  padding-right: .5rem;
}
@media (max-width: 767px) {
  .cid-tJGsCG1vVL .nav-dropdown {
    padding-bottom: 0.5rem;
  }
}
.cid-tJGsCG1vVL .nav-dropdown .link.dropdown-toggle::after {
  margin-left: 0.5rem;
  margin-top: 0.2rem;
  transition: .3s all;
  transition-delay: 300ms;
}
.cid-tJGsCG1vVL .container {
  display: flex;
  height: 90px;
  padding: 0.5rem 0.6rem;
  flex-wrap: nowrap;
  background: rgba(255, 255, 255, 0.9) !important;
  left: 0;
  right: 0;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: flex-end;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  border-radius: 100vw;
  margin-top: 1rem;
  background-color: #ffffff;
  box-shadow: 0 30px 60px 0 rgba(27, 31, 10, 0.08);
  border-radius: 4px !important;
}
@media (max-width: 992px) {
  .cid-tJGsCG1vVL .container {
    padding-right: 2rem;
  }
}
@media (max-width: 767px) {
  .cid-tJGsCG1vVL .container {
    width: 95%;
    height: 56px !important;
    padding-right: 1rem;
    margin-top: 0rem;
  }
}
.cid-tJGsCG1vVL .iconfont-wrapper {
  color: #0c2c68 !important;
  font-size: 1.5rem;
  padding-right: 0.5rem;
}
.cid-tJGsCG1vVL .dropdown-menu {
  flex-wrap: wrap;
  flex-direction: column;
  max-width: 100%;
  padding: 12px 4px !important;
  border-radius: 1.5rem;
  transition: .3s all !important;
  transition-delay: 300ms;
  min-width: auto;
  background: #ffffff;
  background: rgba(255, 255, 255, 0.9) !important;
  border-radius: 4px !important;
}
.cid-tJGsCG1vVL .nav-item:focus,
.cid-tJGsCG1vVL .nav-link:focus {
  outline: none;
}
.cid-tJGsCG1vVL .dropdown .dropdown-menu .dropdown-item {
  width: auto;
  transition: all .3s;
  transition-delay: 300ms;
}
.cid-tJGsCG1vVL .dropdown .dropdown-menu .dropdown-item::after {
  right: 0.5rem;
}
.cid-tJGsCG1vVL .dropdown .dropdown-menu .dropdown-item .mbr-iconfont {
  margin-right: 0.5rem;
  vertical-align: sub;
}
.cid-tJGsCG1vVL .dropdown .dropdown-menu .dropdown-item .mbr-iconfont:before {
  display: inline-block;
  transform: scale(1, 1);
  transition: all .3s;
}
.cid-tJGsCG1vVL .collapsed .dropdown-menu .dropdown-item:before {
  display: none;
}
.cid-tJGsCG1vVL .collapsed .dropdown .dropdown-menu .dropdown-item {
  padding: 0.235em 1.5em 0.235em 1.5em !important;
  transition: none;
  margin: 0 !important;
}
.cid-tJGsCG1vVL .navbar {
  min-height: 90px;
  transition: all 5s;
  border-bottom: 1px solid transparent;
  background: transparent !important;
  padding: 0 !important;
  border: none !important;
  box-shadow: none !important;
  border-radius: 0 !important;
}
.cid-tJGsCG1vVL .navbar.opened {
  transition: all 0.3s;
}
.cid-tJGsCG1vVL .navbar .dropdown-item {
  padding: 0.5rem 1.8rem;
}
.cid-tJGsCG1vVL .navbar .navbar-logo img {
  width: auto;
}
.cid-tJGsCG1vVL .navbar .navbar-collapse {
  z-index: 1;
  justify-content: flex-end;
}
.cid-tJGsCG1vVL .navbar.collapsed {
  justify-content: center;
}
.cid-tJGsCG1vVL .navbar.collapsed .nav-item .nav-link::before {
  display: none;
}
.cid-tJGsCG1vVL .navbar.collapsed.opened .dropdown-menu {
  top: 0;
}
@media (min-width: 992px) {
  .cid-tJGsCG1vVL .navbar.collapsed.opened:not(.navbar-short) .navbar-collapse {
    max-height: calc(98.5vh - 3.4rem);
  }
}
.cid-tJGsCG1vVL .navbar.collapsed .dropdown-menu .dropdown-submenu {
  left: 0 !important;
}
.cid-tJGsCG1vVL .navbar.collapsed .dropdown-menu .dropdown-item:after {
  right: auto;
}
.cid-tJGsCG1vVL .navbar.collapsed .dropdown-menu .dropdown-toggle[data-toggle="dropdown-submenu"]:after {
  margin-left: 0.5rem;
  margin-top: 0.2rem;
  border-top: 0.35em solid;
  border-right: 0.35em solid transparent;
  border-left: 0.35em solid transparent;
  border-bottom: 0;
  top: 41%;
}
.cid-tJGsCG1vVL .navbar.collapsed ul.navbar-nav li {
  margin: auto;
}
.cid-tJGsCG1vVL .navbar.collapsed .dropdown-menu .dropdown-item {
  padding: 0.25rem 0.5rem;
  text-align: center;
}
.cid-tJGsCG1vVL .navbar.collapsed .icons-menu {
  padding-left: 0;
  padding-right: 0;
  padding-top: 0.5rem;
  padding-bottom: 0.5rem;
}
@media (max-width: 767px) {
  .cid-tJGsCG1vVL .navbar {
    min-height: 72px;
  }
  .cid-tJGsCG1vVL .navbar .navbar-logo img {
    height: 2rem !important;
  }
}
@media (max-width: 991px) {
  .cid-tJGsCG1vVL .navbar .nav-item .nav-link::before {
    display: none;
  }
  .cid-tJGsCG1vVL .navbar.opened .dropdown-menu {
    top: 0;
  }
  .cid-tJGsCG1vVL .navbar .dropdown-menu .dropdown-submenu {
    left: 0 !important;
  }
  .cid-tJGsCG1vVL .navbar .dropdown-menu .dropdown-item:after {
    right: auto;
  }
  .cid-tJGsCG1vVL .navbar .dropdown-menu .dropdown-toggle[data-toggle="dropdown-submenu"]:after {
    margin-left: 0.5rem;
    margin-top: 0.2rem;
    border-top: 0.35em solid;
    border-right: 0.35em solid transparent;
    border-left: 0.35em solid transparent;
    border-bottom: 0;
    top: 40%;
  }
  .cid-tJGsCG1vVL .navbar .dropdown-menu .dropdown-item {
    padding: 0.25rem 1.5rem !important;
    text-align: center;
  }
  .cid-tJGsCG1vVL .navbar .navbar-brand {
    flex-shrink: initial;
    flex-basis: auto;
    word-break: break-word;
    padding-right: 10px;
  }
  .cid-tJGsCG1vVL .navbar .navbar-toggler {
    flex-basis: auto;
  }
  .cid-tJGsCG1vVL .navbar .icons-menu {
    padding-left: 0;
    padding-top: 0.5rem;
    padding-bottom: 0.5rem;
  }
}
.cid-tJGsCG1vVL .navbar.navbar-short .navbar-logo img {
  height: 2rem;
}
.cid-tJGsCG1vVL .dropdown-item.active,
.cid-tJGsCG1vVL .dropdown-item:active {
  background-color: transparent;
}
.cid-tJGsCG1vVL .navbar-expand-lg .navbar-nav .nav-link {
  padding: 0;
}
.cid-tJGsCG1vVL .nav-dropdown .link.dropdown-toggle {
  margin-right: 1.667em;
}
.cid-tJGsCG1vVL .nav-dropdown .link.dropdown-toggle[aria-expanded="true"] {
  margin-right: 0;
  padding: 0.667em 1.667em;
}
.cid-tJGsCG1vVL .navbar.navbar-expand-lg .dropdown .dropdown-menu {
  background: #ffffff;
}
.cid-tJGsCG1vVL .navbar.navbar-expand-lg .dropdown .dropdown-menu .dropdown-submenu {
  margin: 0;
  left: 100%;
  transform: none;
  top: -12px;
}
.cid-tJGsCG1vVL .navbar .dropdown.open > .dropdown-menu {
  display: flex;
}
.cid-tJGsCG1vVL ul.navbar-nav {
  flex-wrap: wrap;
}
.cid-tJGsCG1vVL .navbar-buttons {
  text-align: center;
  min-width: 140px;
}
@media (max-width: 992px) {
  .cid-tJGsCG1vVL .navbar-buttons {
    text-align: left;
  }
}
.cid-tJGsCG1vVL button.navbar-toggler {
  outline: none;
  width: 31px;
  height: 20px;
  cursor: pointer;
  transition: all 0.2s;
  position: relative;
  align-self: center;
}
.cid-tJGsCG1vVL button.navbar-toggler .hamburger span {
  position: absolute;
  right: 0;
  width: 30px;
  height: 2px;
  border-right: 5px;
  background-color: #06549d;
}
.cid-tJGsCG1vVL button.navbar-toggler .hamburger span:nth-child(1) {
  top: 0;
  transition: all 0.2s;
}
.cid-tJGsCG1vVL button.navbar-toggler .hamburger span:nth-child(2) {
  top: 8px;
  transition: all 0.15s;
}
.cid-tJGsCG1vVL button.navbar-toggler .hamburger span:nth-child(3) {
  top: 8px;
  transition: all 0.15s;
}
.cid-tJGsCG1vVL button.navbar-toggler .hamburger span:nth-child(4) {
  top: 16px;
  transition: all 0.2s;
}
.cid-tJGsCG1vVL nav.opened .hamburger span:nth-child(1) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-tJGsCG1vVL nav.opened .hamburger span:nth-child(2) {
  transform: rotate(45deg);
  transition: all 0.25s;
}
.cid-tJGsCG1vVL nav.opened .hamburger span:nth-child(3) {
  transform: rotate(-45deg);
  transition: all 0.25s;
}
.cid-tJGsCG1vVL nav.opened .hamburger span:nth-child(4) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-tJGsCG1vVL .navbar-dropdown {
  padding: 0 1rem;
}
.cid-tJGsCG1vVL a.nav-link {
  display: flex;
  align-items: center;
  justify-content: center;
}
.cid-tJGsCG1vVL .icons-menu {
  flex-wrap: nowrap;
  display: flex;
  justify-content: center;
  padding-left: 1rem;
  padding-right: 1rem;
  padding-top: 0.3rem;
  text-align: center;
}
@media (max-width: 992px) {
  .cid-tJGsCG1vVL .icons-menu {
    justify-content: flex-start;
    margin-bottom: .5rem;
  }
}
@media screen and (-ms-high-contrast: active), (-ms-high-contrast: none) {
  .cid-tJGsCG1vVL .navbar {
    height: 70px;
  }
  .cid-tJGsCG1vVL .navbar.opened {
    height: auto;
  }
  .cid-tJGsCG1vVL .nav-item .nav-link:hover::before {
    width: 175%;
    max-width: calc(100% + 2rem);
    left: -1rem;
  }
}
.cid-tJGsCG1vVL .navbar .dropdown > .dropdown-menu {
  display: none;
  width: max-content;
  max-width: 500px !important;
  transform: translateX(-50%);
  top: calc(100% + 20px);
  left: 50%;
}
.cid-tJGsCG1vVL .navbar .dropdown > .dropdown-menu .dropdown-item {
  line-height: 1 !important;
}
.cid-tJGsCG1vVL .navbar .dropdown > .dropdown-menu .dropdown .dropdown-item {
  align-items: center;
  display: flex;
  height: max-content !important;
  min-height: max-content !important;
}
.cid-tJGsCG1vVL .navbar .dropdown > .dropdown-menu .dropdown .dropdown-item::after {
  display: inline-block;
  position: static;
  margin-left: 0.5rem;
  margin-top: 0;
  margin-right: 0;
  margin-bottom: 0;
  transition: .3s all;
  transform: rotate(-90deg);
}
.cid-tJGsCG1vVL .navbar .dropdown > .dropdown-menu .dropdown.open .dropdown-item::after {
  transform: rotate(0deg);
}
.cid-tJGsCG1vVL .mbr-section-btn {
  margin: -0.6rem -0.6rem;
}
.cid-tJGsCG1vVL .navbar-toggler {
  margin-left: 12px;
  margin-right: 8px;
  order: 1000;
}
@media (max-width: 991px) {
  .cid-tJGsCG1vVL .navbar-brand {
    margin-right: auto;
  }
  .cid-tJGsCG1vVL .navbar-collapse {
    z-index: -1 !important;
    position: absolute;
    top: 110%;
    left: 0;
    width: 100%;
    padding: 1rem;
    border-radius: 1.5rem;
    background: #ffffff;
    opacity: 1;
    border-color: rgba(255, 255, 255, 0.9) !important;
    background: rgba(255, 255, 255, 0.9) !important;
    backdrop-filter: blur(8px);
    border-radius: 4px !important;
  }
  .cid-tJGsCG1vVL .navbar-nav .nav-item .nav-link::after {
    margin-left: 10px;
  }
  .cid-tJGsCG1vVL .navbar-nav .dropdown-item:hover {
    background-color: rgba(27, 31, 10, 0.06);
  }
  .cid-tJGsCG1vVL .navbar .dropdown > .dropdown-menu {
    max-width: 100% !important;
    transform: translateX(0);
    top: 10px;
    left: 0;
    padding: 8px !important;
    border-radius: 1rem;
    background-color: rgba(27, 31, 10, 0.04) !important;
  }
  .cid-tJGsCG1vVL .navbar .dropdown > .dropdown-menu .dropdown-item {
    padding: 8px !important;
    line-height: 1 !important;
    margin-bottom: 4px !important;
  }
  .cid-tJGsCG1vVL .navbar .dropdown > .dropdown-menu .dropdown .dropdown-item {
    align-items: center;
    display: flex;
    height: max-content !important;
    min-height: max-content !important;
  }
  .cid-tJGsCG1vVL .navbar .dropdown > .dropdown-menu .dropdown .dropdown-item::after {
    display: inline-block;
    position: static;
    margin-left: 0.5rem;
    margin-top: 0;
    margin-right: 0;
    margin-bottom: 0;
    transition: .3s all;
    transform: rotate(0deg);
  }
  .cid-tJGsCG1vVL .navbar .dropdown > .dropdown-menu .dropdown.open .dropdown-item::after {
    transform: rotate(180deg);
  }
  .cid-tJGsCG1vVL .navbar .dropdown > .dropdown-menu .dropdown-submenu {
    position: static;
    width: 100%;
    max-width: 100% !important;
    transform: translateX(0) !important;
    top: 0;
    left: 0;
    padding: 8px !important;
    border-radius: 1rem;
    background-color: rgba(27, 31, 10, 0.04) !important;
  }
  .cid-tJGsCG1vVL .navbar .dropdown.open > .dropdown-menu {
    display: flex !important;
    flex-direction: column;
    align-items: flex-start;
  }
}
@media (max-width: 575px) {
  .cid-tJGsCG1vVL .navbar-collapse {
    padding: 1rem;
  }
}
.cid-uiefmrDgdA {
  padding-top: 10rem;
  padding-bottom: 2rem;
  background-color: #ffffff;
}
.cid-uiefmrDgdA .mbr-fallback-image.disabled {
  display: none;
}
.cid-uiefmrDgdA .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uiefmrDgdA .mbr-section-title {
  color: #06549d;
}
.cid-uiefmrDgdA .mbr-section-subtitle {
  color: #000000;
}
.cid-uielrrehui {
  padding-top: 3rem;
  padding-bottom: 0rem;
  background-color: #06549d;
}
.cid-uielrrehui h6 {
  line-height: 1.2;
}
.cid-uielrrehui img,
.cid-uielrrehui .item-img {
  width: 100%;
  height: 100%;
  height: 100px;
  object-fit: cover;
}
.cid-uielrrehui .item:focus,
.cid-uielrrehui span:focus {
  outline: none;
}
.cid-uielrrehui .item {
  cursor: pointer;
  margin-bottom: 2rem;
}
@media (max-width: 767px) {
  .cid-uielrrehui .item {
    padding-left: 0.5rem;
    padding-right: 0.5rem;
    margin-bottom: 1rem;
  }
}
@media (max-width: 767px) {
  .cid-uielrrehui .mbr-section-content {
    margin-left: -0.5rem;
    margin-right: -0.5rem;
  }
}
.cid-uielrrehui .item-wrapper {
  position: relative;
  display: flex;
  flex-flow: column nowrap;
}
.cid-uielrrehui .mbr-section-btn {
  margin-top: auto !important;
  text-align: center;
}
.cid-uielrrehui .mbr-section-title {
  color: #000000;
}
.cid-uielrrehui .mbr-text,
.cid-uielrrehui .mbr-section-btn {
  color: #000000;
}
.cid-uielrrehui .item-title {
  color: #000000;
  text-align: center;
}
.cid-uielrrehui .item-subtitle {
  color: #000000;
  text-align: center;
}
.cid-uielrrehui .item-text {
  color: #000000;
  text-align: center;
}
.cid-uielrrehui .content-head {
  max-width: 800px;
}
.cid-uielrrehui .item-title,
.cid-uielrrehui .mbr-section-btn {
  color: #ffffff;
}
.cid-uiF2WDOFqg {
  padding-top: 6rem;
  padding-bottom: 6rem;
  background-image: url("../../../assets/images/7xm.xyz400211-1224x816.jpg");
}
.cid-uiF2WDOFqg .content-head {
  max-width: 800px;
}
.cid-uiksmuUTGp {
  padding-top: 1rem;
  padding-bottom: 0rem;
  background-image: url("../../../assets/images/white-background-2000x1334.jpeg");
}
.cid-uiksmuUTGp .mbr-overlay {
  background: #ffffff;
  opacity: 0.5;
}
.cid-uiksmuUTGp img,
.cid-uiksmuUTGp .item-img {
  width: 100%;
  height: 100%;
  height: 300px;
  object-fit: cover;
}
.cid-uiksmuUTGp .item:focus,
.cid-uiksmuUTGp span:focus {
  outline: none;
}
.cid-uiksmuUTGp .item {
  margin-bottom: 2rem;
}
@media (max-width: 767px) {
  .cid-uiksmuUTGp .item {
    margin-bottom: 1rem;
  }
}
.cid-uiksmuUTGp .item-content {
  margin-top: 2rem;
  padding: 0 2.25rem 2.25rem;
  display: flex;
  flex-direction: column;
  height: 100%;
}
@media (min-width: 992px) and (max-width: 1200px) {
  .cid-uiksmuUTGp .item-content {
    padding: 0 1.5rem 1.5rem;
    padding-top: 1rem;
    margin-top: 1rem;
  }
}
@media (max-width: 767px) {
  .cid-uiksmuUTGp .item-content {
    padding: 2rem 1.5rem;
    padding-top: 1rem;
    margin-top: 1rem;
  }
}
.cid-uiksmuUTGp .item-wrapper {
  position: relative;
  background: #ffffff;
  height: 100%;
  display: flex;
  flex-flow: column nowrap;
}
.cid-uiksmuUTGp .item-wrapper .item-footer {
  margin-top: auto;
}
.cid-uiksmuUTGp .mbr-section-title {
  color: #ffffff;
}
.cid-uiksmuUTGp .item-title {
  text-align: left;
}
.cid-uiksmuUTGp .item-subtitle {
  text-align: left;
}
.cid-uiksmuUTGp .mbr-text,
.cid-uiksmuUTGp .item .mbr-section-btn {
  text-align: left;
}
.cid-uiksmuUTGp .content-head {
  max-width: 800px;
}
.cid-ujUlXrCKYW {
  padding-top: 6rem;
  padding-bottom: 6rem;
  background-image: url("../../../assets/images/7xm.xyz748911-copy-1224x686.jpg");
}
.cid-ujUlXrCKYW .mbr-fallback-image.disabled {
  display: none;
}
.cid-ujUlXrCKYW .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
@media (max-width: 991px) {
  .cid-ujUlXrCKYW .image-wrapper {
    margin-bottom: 1rem;
  }
}
.cid-ujUlXrCKYW .row {
  align-items: center;
}
@media (max-width: 991px) {
  .cid-ujUlXrCKYW .image-wrapper {
    padding: 1rem;
  }
}
@media (min-width: 992px) {
  .cid-ujUlXrCKYW .text-wrapper {
    padding: 0 2rem;
  }
}
.cid-ujUlXrCKYW .mbr-section-title {
  color: #ffffff;
  text-align: right;
}
.cid-ujUlXrCKYW .mbr-text,
.cid-ujUlXrCKYW .mbr-section-btn {
  color: #ffffff;
  text-align: right;
}
.cid-uiFaWke1PM {
  padding-top: 1rem;
  padding-bottom: 0rem;
  background-image: url("../../../assets/images/white-background-2000x1334.jpeg");
}
.cid-uiFaWke1PM .mbr-overlay {
  background: #ffffff;
  opacity: 0.5;
}
.cid-uiFaWke1PM img,
.cid-uiFaWke1PM .item-img {
  width: 100%;
  height: 100%;
  height: 300px;
  object-fit: cover;
}
.cid-uiFaWke1PM .item:focus,
.cid-uiFaWke1PM span:focus {
  outline: none;
}
.cid-uiFaWke1PM .item {
  margin-bottom: 2rem;
}
@media (max-width: 767px) {
  .cid-uiFaWke1PM .item {
    margin-bottom: 1rem;
  }
}
.cid-uiFaWke1PM .item-content {
  margin-top: 2rem;
  padding: 0 2.25rem 2.25rem;
  display: flex;
  flex-direction: column;
  height: 100%;
}
@media (min-width: 992px) and (max-width: 1200px) {
  .cid-uiFaWke1PM .item-content {
    padding: 0 1.5rem 1.5rem;
    padding-top: 1rem;
    margin-top: 1rem;
  }
}
@media (max-width: 767px) {
  .cid-uiFaWke1PM .item-content {
    padding: 2rem 1.5rem;
    padding-top: 1rem;
    margin-top: 1rem;
  }
}
.cid-uiFaWke1PM .item-wrapper {
  position: relative;
  background: #ffffff;
  height: 100%;
  display: flex;
  flex-flow: column nowrap;
}
.cid-uiFaWke1PM .item-wrapper .item-footer {
  margin-top: auto;
}
.cid-uiFaWke1PM .mbr-section-title {
  color: #ffffff;
}
.cid-uiFaWke1PM .item-title {
  text-align: left;
}
.cid-uiFaWke1PM .item-subtitle {
  text-align: left;
}
.cid-uiFaWke1PM .mbr-text,
.cid-uiFaWke1PM .item .mbr-section-btn {
  text-align: left;
}
.cid-uiFaWke1PM .content-head {
  max-width: 800px;
}
.cid-ujUpzlUXIg {
  padding-top: 6rem;
  padding-bottom: 6rem;
  background-image: url("../../../assets/images/7xm.xyz626995-1224x766.jpg");
}
.cid-ujUpzlUXIg .mbr-fallback-image.disabled {
  display: none;
}
.cid-ujUpzlUXIg .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
@media (max-width: 991px) {
  .cid-ujUpzlUXIg .image-wrapper {
    margin-bottom: 1rem;
  }
}
.cid-ujUpzlUXIg .row {
  flex-direction: row-reverse;
}
.cid-ujUpzlUXIg .row {
  align-items: center;
}
@media (max-width: 991px) {
  .cid-ujUpzlUXIg .image-wrapper {
    padding: 1rem;
  }
}
@media (min-width: 992px) {
  .cid-ujUpzlUXIg .text-wrapper {
    padding: 0 2rem;
  }
}
.cid-ujUpzlUXIg .mbr-section-title {
  color: #06549d;
  text-align: left;
}
.cid-ujUpzlUXIg .mbr-text,
.cid-ujUpzlUXIg .mbr-section-btn {
  color: #232323;
  text-align: left;
}
.cid-uiFjVN7AcC {
  padding-top: 1rem;
  padding-bottom: 0rem;
  background-image: url("../../../assets/images/white-background-2000x1334.jpeg");
}
.cid-uiFjVN7AcC .mbr-overlay {
  background: #ffffff;
  opacity: 0.5;
}
.cid-uiFjVN7AcC img,
.cid-uiFjVN7AcC .item-img {
  width: 100%;
  height: 100%;
  height: 500px;
  object-fit: cover;
}
.cid-uiFjVN7AcC .item:focus,
.cid-uiFjVN7AcC span:focus {
  outline: none;
}
.cid-uiFjVN7AcC .item {
  margin-bottom: 2rem;
}
@media (max-width: 767px) {
  .cid-uiFjVN7AcC .item {
    margin-bottom: 1rem;
  }
}
.cid-uiFjVN7AcC .item-content {
  margin-top: 2rem;
  padding: 0 2.25rem 2.25rem;
  display: flex;
  flex-direction: column;
  height: 100%;
}
@media (min-width: 992px) and (max-width: 1200px) {
  .cid-uiFjVN7AcC .item-content {
    padding: 0 1.5rem 1.5rem;
    padding-top: 1rem;
    margin-top: 1rem;
  }
}
@media (max-width: 767px) {
  .cid-uiFjVN7AcC .item-content {
    padding: 2rem 1.5rem;
    padding-top: 1rem;
    margin-top: 1rem;
  }
}
.cid-uiFjVN7AcC .item-wrapper {
  position: relative;
  background: #ffffff;
  height: 100%;
  display: flex;
  flex-flow: column nowrap;
}
.cid-uiFjVN7AcC .item-wrapper .item-footer {
  margin-top: auto;
}
.cid-uiFjVN7AcC .mbr-section-title {
  color: #ffffff;
}
.cid-uiFjVN7AcC .item-title {
  text-align: left;
}
.cid-uiFjVN7AcC .item-subtitle {
  text-align: left;
}
.cid-uiFjVN7AcC .mbr-text,
.cid-uiFjVN7AcC .item .mbr-section-btn {
  text-align: left;
}
.cid-uiFjVN7AcC .content-head {
  max-width: 800px;
}
.cid-uiFjnzQz3R {
  padding-top: 3rem;
  padding-bottom: 3rem;
  background-color: #06549d;
}
.cid-uiFjnzQz3R .mbr-fallback-image.disabled {
  display: none;
}
.cid-uiFjnzQz3R .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uiFjnzQz3R .mbr-section-title {
  color: #ffffff;
}
.cid-uiFjnzQz3R .mbr-section-subtitle {
  color: #ffffff;
}
.cid-uiFmtkWxOo {
  padding-top: 3rem;
  padding-bottom: 2rem;
  background-color: #ffffff;
}
.cid-uiFmtkWxOo .mbr-fallback-image.disabled {
  display: none;
}
.cid-uiFmtkWxOo .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uiFmEEUqxi {
  padding-top: 6rem;
  padding-bottom: 0rem;
  background-color: #ffffff;
}
.cid-uiFmEEUqxi .mbr-fallback-image.disabled {
  display: none;
}
.cid-uiFmEEUqxi .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uiFmEEUqxi .item-wrapper {
  display: flex;
  margin-bottom: 2rem;
}
@media (max-width: 767px) {
  .cid-uiFmEEUqxi .item-wrapper {
    margin-bottom: 1rem;
  }
}
.cid-uiFmEEUqxi .mbr-section-title {
  text-align: center;
}
.cid-uiFmEEUqxi .mbr-section-subtitle {
  text-align: center;
}
.cid-uiFmEEUqxi .image-wrapper {
  width: 5rem;
  height: 5rem;
  border-radius: 50%;
  overflow: hidden;
}
.cid-uiFmEEUqxi .image-wrapper img {
  height: 100%;
  width: 100%;
  object-fit: cover;
}
.cid-uiFmEEUqxi .content-head {
  max-width: 800px;
}
.cid-uiFmEEUqxi .img-box {
  display: flex;
  justify-content: center;
}
.cid-uiFmEEUqxi .card-title {
  text-align: center;
}
.cid-uiFmEEUqxi .card-text {
  text-align: center;
}
.cid-uiFmEEUqxi .link {
  text-align: center;
}
.cid-uiFn7VNBnv {
  padding-top: 3rem;
  padding-bottom: 2rem;
  background-color: #ffffff;
}
.cid-uiFn7VNBnv .mbr-fallback-image.disabled {
  display: none;
}
.cid-uiFn7VNBnv .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uiFnfa4mNy {
  padding-top: 3rem;
  padding-bottom: 7rem;
  background-color: #ffffff;
}
.cid-uiFnfa4mNy .mbr-fallback-image.disabled {
  display: none;
}
.cid-uiFnfa4mNy .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uduqU6836b {
  padding-top: 2rem;
  padding-bottom: 3rem;
  background-image: url("../../../assets/images/white-background-2000x1334.jpeg");
}
.cid-uduqU6836b .logogree {
  position: relative;
  width: 100%;
}
.cid-uduqU6836b .agree {
  object-position: right;
  width: 40%;
  height: auto;
  object-fit: contain;
  display: block;
  border-radius: 0% !important;
}
.cid-uduqU6836b .mbr-fallback-image.disabled {
  display: none;
}
.cid-uduqU6836b .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uduqU6836b .footer-col {
  justify-content: space-between;
  display: flex;
}
@media (max-width: 767px) {
  .cid-uduqU6836b .footer-col {
    flex-direction: column;
  }
}
.cid-uduqU6836b .row {
  background: #ffffff;
  padding: 4rem 3rem;
  border-radius: 2rem;
  margin: 0px;
}
@media (max-width: 767px) {
  .cid-uduqU6836b .row {
    padding: 2rem 0.5rem;
  }
}
@media (min-width: 768px) and (max-width: 991px) {
  .cid-uduqU6836b .row {
    padding: 2.25rem 1.25rem;
  }
}
@media (min-width: 992px) {
  .cid-uduqU6836b .row {
    padding: 4rem 3rem;
  }
}
@media (max-width: 767px) {
  .cid-uduqU6836b .mbr-section-btn {
    text-align: center;
  }
}
.cid-uduqU6836b .social-row {
  display: flex;
  flex-wrap: wrap;
}
.cid-uduqU6836b .soc-item {
  margin: 8px;
}
.cid-uduqU6836b .soc-item a:hover .mbr-iconfont,
.cid-uduqU6836b .soc-item a:focus .mbr-iconfont {
  background-color: #232323;
}
.cid-uduqU6836b .soc-item a .mbr-iconfont {
  width: 72px;
  height: 72px;
  display: flex;
  align-items: center;
  justify-content: center;
  border-radius: 100%;
  font-size: 20px;
  background-color: #06549d;
  color: #ffffff;
  transition: all 0.3s ease-in-out;
}
@media (max-width: 767px) {
  .cid-uduqU6836b .row {
    text-align: center;
  }
  .cid-uduqU6836b .social-row {
    justify-content: center;
  }
}
.cid-uduqU6836b .list {
  list-style: none;
  padding-left: 0;
  color: #502274;
}
@media (max-width: 991px) {
  .cid-uduqU6836b .list {
    margin-bottom: 2rem;
  }
}
@media (min-width: 992px) {
  .cid-uduqU6836b .list {
    margin-bottom: 0rem;
  }
}
.cid-uduqU6836b .mbr-text {
  color: #bbbbbb;
}
.cid-uduqU6836b .mbr-section-subtitle {
  color: #000000;
  text-align: left;
}
.cid-uduqU6836b .list,
.cid-uduqU6836b .item-wrap {
  color: #232323;
  text-align: left;
}
.cid-uduqU6836b .copyright {
  color: #000000;
  text-align: center;
}
.cid-uduqU6836b H5 {
  text-align: left;
}
.cid-tJGsCG1vVL {
  z-index: 1000;
  width: 100%;
  position: inherit;
}
.cid-tJGsCG1vVL .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 .3s;
}
@media (max-width: 767px) {
  .cid-tJGsCG1vVL .navbar-toggler {
    transform: scale(0.8);
  }
}
.cid-tJGsCG1vVL .navbar-brand {
  flex-shrink: 0;
  align-items: center;
  margin-right: 0;
  padding: 10px 0;
  transition: all 2s;
  word-break: break-word;
  z-index: 1;
}
.cid-tJGsCG1vVL .navbar-brand img {
  max-width: 100%;
  max-height: 100%;
  border-radius: 0px !important;
}
.cid-tJGsCG1vVL .navbar-brand .navbar-caption {
  line-height: inherit !important;
}
.cid-tJGsCG1vVL .navbar-brand .navbar-logo a {
  outline: none;
}
.cid-tJGsCG1vVL .navbar-nav {
  margin: auto;
  margin-left: 0;
  margin-left: auto;
}
.cid-tJGsCG1vVL .navbar-nav .nav-item {
  padding: 0 !important;
  transition: .3s all !important;
}
.cid-tJGsCG1vVL .navbar-nav .nav-item .nav-link {
  padding: 16px !important;
  margin: 0 !important;
  border-radius: 1rem !important;
  transition: .3s all !important;
  border-radius: 4px !important;
}
.cid-tJGsCG1vVL .navbar-nav .nav-item .nav-link:hover {
  background-color: rgba(27, 31, 10, 0.06);
}
.cid-tJGsCG1vVL .navbar-nav .open .nav-link::after {
  transform: rotate(180deg);
}
@media (min-width: 992px) {
  .cid-tJGsCG1vVL .navbar-nav .open .nav-link::before {
    content: "";
    width: 100%;
    height: 20px;
    top: 100%;
    background: transparent;
    position: absolute;
  }
}
.cid-tJGsCG1vVL .navbar-nav .dropdown-item {
  padding: 12px !important;
  border-radius: 0.5rem !important;
  margin: 0 8px !important;
  transition: .3s all !important;
  border-radius: 4px !important;
}
.cid-tJGsCG1vVL .navbar-nav .dropdown-item:hover {
  background-color: rgba(27, 31, 10, 0.06);
}
@media (min-width: 992px) {
  .cid-tJGsCG1vVL .navbar-nav {
    padding-left: 1.5rem;
  }
}
.cid-tJGsCG1vVL .nav-link {
  width: fit-content;
  position: relative;
}
.cid-tJGsCG1vVL .navbar-logo {
  padding-left: 2rem;
  margin: 0 !important;
}
@media (max-width: 767px) {
  .cid-tJGsCG1vVL .navbar-logo {
    padding-left: 1rem;
  }
}
.cid-tJGsCG1vVL .navbar-caption {
  padding-left: 1rem;
  padding-right: .5rem;
}
@media (max-width: 767px) {
  .cid-tJGsCG1vVL .nav-dropdown {
    padding-bottom: 0.5rem;
  }
}
.cid-tJGsCG1vVL .nav-dropdown .link.dropdown-toggle::after {
  margin-left: 0.5rem;
  margin-top: 0.2rem;
  transition: .3s all;
  transition-delay: 300ms;
}
.cid-tJGsCG1vVL .container {
  display: flex;
  height: 90px;
  padding: 0.5rem 0.6rem;
  flex-wrap: nowrap;
  background: rgba(255, 255, 255, 0.9) !important;
  left: 0;
  right: 0;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: flex-end;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  border-radius: 100vw;
  margin-top: 1rem;
  background-color: #ffffff;
  box-shadow: 0 30px 60px 0 rgba(27, 31, 10, 0.08);
  border-radius: 4px !important;
}
@media (max-width: 992px) {
  .cid-tJGsCG1vVL .container {
    padding-right: 2rem;
  }
}
@media (max-width: 767px) {
  .cid-tJGsCG1vVL .container {
    width: 95%;
    height: 56px !important;
    padding-right: 1rem;
    margin-top: 0rem;
  }
}
.cid-tJGsCG1vVL .iconfont-wrapper {
  color: #0c2c68 !important;
  font-size: 1.5rem;
  padding-right: 0.5rem;
}
.cid-tJGsCG1vVL .dropdown-menu {
  flex-wrap: wrap;
  flex-direction: column;
  max-width: 100%;
  padding: 12px 4px !important;
  border-radius: 1.5rem;
  transition: .3s all !important;
  transition-delay: 300ms;
  min-width: auto;
  background: #ffffff;
  background: rgba(255, 255, 255, 0.9) !important;
  border-radius: 4px !important;
}
.cid-tJGsCG1vVL .nav-item:focus,
.cid-tJGsCG1vVL .nav-link:focus {
  outline: none;
}
.cid-tJGsCG1vVL .dropdown .dropdown-menu .dropdown-item {
  width: auto;
  transition: all .3s;
  transition-delay: 300ms;
}
.cid-tJGsCG1vVL .dropdown .dropdown-menu .dropdown-item::after {
  right: 0.5rem;
}
.cid-tJGsCG1vVL .dropdown .dropdown-menu .dropdown-item .mbr-iconfont {
  margin-right: 0.5rem;
  vertical-align: sub;
}
.cid-tJGsCG1vVL .dropdown .dropdown-menu .dropdown-item .mbr-iconfont:before {
  display: inline-block;
  transform: scale(1, 1);
  transition: all .3s;
}
.cid-tJGsCG1vVL .collapsed .dropdown-menu .dropdown-item:before {
  display: none;
}
.cid-tJGsCG1vVL .collapsed .dropdown .dropdown-menu .dropdown-item {
  padding: 0.235em 1.5em 0.235em 1.5em !important;
  transition: none;
  margin: 0 !important;
}
.cid-tJGsCG1vVL .navbar {
  min-height: 90px;
  transition: all 5s;
  border-bottom: 1px solid transparent;
  background: transparent !important;
  padding: 0 !important;
  border: none !important;
  box-shadow: none !important;
  border-radius: 0 !important;
}
.cid-tJGsCG1vVL .navbar.opened {
  transition: all 0.3s;
}
.cid-tJGsCG1vVL .navbar .dropdown-item {
  padding: 0.5rem 1.8rem;
}
.cid-tJGsCG1vVL .navbar .navbar-logo img {
  width: auto;
}
.cid-tJGsCG1vVL .navbar .navbar-collapse {
  z-index: 1;
  justify-content: flex-end;
}
.cid-tJGsCG1vVL .navbar.collapsed {
  justify-content: center;
}
.cid-tJGsCG1vVL .navbar.collapsed .nav-item .nav-link::before {
  display: none;
}
.cid-tJGsCG1vVL .navbar.collapsed.opened .dropdown-menu {
  top: 0;
}
@media (min-width: 992px) {
  .cid-tJGsCG1vVL .navbar.collapsed.opened:not(.navbar-short) .navbar-collapse {
    max-height: calc(98.5vh - 3.4rem);
  }
}
.cid-tJGsCG1vVL .navbar.collapsed .dropdown-menu .dropdown-submenu {
  left: 0 !important;
}
.cid-tJGsCG1vVL .navbar.collapsed .dropdown-menu .dropdown-item:after {
  right: auto;
}
.cid-tJGsCG1vVL .navbar.collapsed .dropdown-menu .dropdown-toggle[data-toggle="dropdown-submenu"]:after {
  margin-left: 0.5rem;
  margin-top: 0.2rem;
  border-top: 0.35em solid;
  border-right: 0.35em solid transparent;
  border-left: 0.35em solid transparent;
  border-bottom: 0;
  top: 41%;
}
.cid-tJGsCG1vVL .navbar.collapsed ul.navbar-nav li {
  margin: auto;
}
.cid-tJGsCG1vVL .navbar.collapsed .dropdown-menu .dropdown-item {
  padding: 0.25rem 0.5rem;
  text-align: center;
}
.cid-tJGsCG1vVL .navbar.collapsed .icons-menu {
  padding-left: 0;
  padding-right: 0;
  padding-top: 0.5rem;
  padding-bottom: 0.5rem;
}
@media (max-width: 767px) {
  .cid-tJGsCG1vVL .navbar {
    min-height: 72px;
  }
  .cid-tJGsCG1vVL .navbar .navbar-logo img {
    height: 2rem !important;
  }
}
@media (max-width: 991px) {
  .cid-tJGsCG1vVL .navbar .nav-item .nav-link::before {
    display: none;
  }
  .cid-tJGsCG1vVL .navbar.opened .dropdown-menu {
    top: 0;
  }
  .cid-tJGsCG1vVL .navbar .dropdown-menu .dropdown-submenu {
    left: 0 !important;
  }
  .cid-tJGsCG1vVL .navbar .dropdown-menu .dropdown-item:after {
    right: auto;
  }
  .cid-tJGsCG1vVL .navbar .dropdown-menu .dropdown-toggle[data-toggle="dropdown-submenu"]:after {
    margin-left: 0.5rem;
    margin-top: 0.2rem;
    border-top: 0.35em solid;
    border-right: 0.35em solid transparent;
    border-left: 0.35em solid transparent;
    border-bottom: 0;
    top: 40%;
  }
  .cid-tJGsCG1vVL .navbar .dropdown-menu .dropdown-item {
    padding: 0.25rem 1.5rem !important;
    text-align: center;
  }
  .cid-tJGsCG1vVL .navbar .navbar-brand {
    flex-shrink: initial;
    flex-basis: auto;
    word-break: break-word;
    padding-right: 10px;
  }
  .cid-tJGsCG1vVL .navbar .navbar-toggler {
    flex-basis: auto;
  }
  .cid-tJGsCG1vVL .navbar .icons-menu {
    padding-left: 0;
    padding-top: 0.5rem;
    padding-bottom: 0.5rem;
  }
}
.cid-tJGsCG1vVL .navbar.navbar-short .navbar-logo img {
  height: 2rem;
}
.cid-tJGsCG1vVL .dropdown-item.active,
.cid-tJGsCG1vVL .dropdown-item:active {
  background-color: transparent;
}
.cid-tJGsCG1vVL .navbar-expand-lg .navbar-nav .nav-link {
  padding: 0;
}
.cid-tJGsCG1vVL .nav-dropdown .link.dropdown-toggle {
  margin-right: 1.667em;
}
.cid-tJGsCG1vVL .nav-dropdown .link.dropdown-toggle[aria-expanded="true"] {
  margin-right: 0;
  padding: 0.667em 1.667em;
}
.cid-tJGsCG1vVL .navbar.navbar-expand-lg .dropdown .dropdown-menu {
  background: #ffffff;
}
.cid-tJGsCG1vVL .navbar.navbar-expand-lg .dropdown .dropdown-menu .dropdown-submenu {
  margin: 0;
  left: 100%;
  transform: none;
  top: -12px;
}
.cid-tJGsCG1vVL .navbar .dropdown.open > .dropdown-menu {
  display: flex;
}
.cid-tJGsCG1vVL ul.navbar-nav {
  flex-wrap: wrap;
}
.cid-tJGsCG1vVL .navbar-buttons {
  text-align: center;
  min-width: 140px;
}
@media (max-width: 992px) {
  .cid-tJGsCG1vVL .navbar-buttons {
    text-align: left;
  }
}
.cid-tJGsCG1vVL button.navbar-toggler {
  outline: none;
  width: 31px;
  height: 20px;
  cursor: pointer;
  transition: all 0.2s;
  position: relative;
  align-self: center;
}
.cid-tJGsCG1vVL button.navbar-toggler .hamburger span {
  position: absolute;
  right: 0;
  width: 30px;
  height: 2px;
  border-right: 5px;
  background-color: #06549d;
}
.cid-tJGsCG1vVL button.navbar-toggler .hamburger span:nth-child(1) {
  top: 0;
  transition: all 0.2s;
}
.cid-tJGsCG1vVL button.navbar-toggler .hamburger span:nth-child(2) {
  top: 8px;
  transition: all 0.15s;
}
.cid-tJGsCG1vVL button.navbar-toggler .hamburger span:nth-child(3) {
  top: 8px;
  transition: all 0.15s;
}
.cid-tJGsCG1vVL button.navbar-toggler .hamburger span:nth-child(4) {
  top: 16px;
  transition: all 0.2s;
}
.cid-tJGsCG1vVL nav.opened .hamburger span:nth-child(1) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-tJGsCG1vVL nav.opened .hamburger span:nth-child(2) {
  transform: rotate(45deg);
  transition: all 0.25s;
}
.cid-tJGsCG1vVL nav.opened .hamburger span:nth-child(3) {
  transform: rotate(-45deg);
  transition: all 0.25s;
}
.cid-tJGsCG1vVL nav.opened .hamburger span:nth-child(4) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-tJGsCG1vVL .navbar-dropdown {
  padding: 0 1rem;
}
.cid-tJGsCG1vVL a.nav-link {
  display: flex;
  align-items: center;
  justify-content: center;
}
.cid-tJGsCG1vVL .icons-menu {
  flex-wrap: nowrap;
  display: flex;
  justify-content: center;
  padding-left: 1rem;
  padding-right: 1rem;
  padding-top: 0.3rem;
  text-align: center;
}
@media (max-width: 992px) {
  .cid-tJGsCG1vVL .icons-menu {
    justify-content: flex-start;
    margin-bottom: .5rem;
  }
}
@media screen and (-ms-high-contrast: active), (-ms-high-contrast: none) {
  .cid-tJGsCG1vVL .navbar {
    height: 70px;
  }
  .cid-tJGsCG1vVL .navbar.opened {
    height: auto;
  }
  .cid-tJGsCG1vVL .nav-item .nav-link:hover::before {
    width: 175%;
    max-width: calc(100% + 2rem);
    left: -1rem;
  }
}
.cid-tJGsCG1vVL .navbar .dropdown > .dropdown-menu {
  display: none;
  width: max-content;
  max-width: 500px !important;
  transform: translateX(-50%);
  top: calc(100% + 20px);
  left: 50%;
}
.cid-tJGsCG1vVL .navbar .dropdown > .dropdown-menu .dropdown-item {
  line-height: 1 !important;
}
.cid-tJGsCG1vVL .navbar .dropdown > .dropdown-menu .dropdown .dropdown-item {
  align-items: center;
  display: flex;
  height: max-content !important;
  min-height: max-content !important;
}
.cid-tJGsCG1vVL .navbar .dropdown > .dropdown-menu .dropdown .dropdown-item::after {
  display: inline-block;
  position: static;
  margin-left: 0.5rem;
  margin-top: 0;
  margin-right: 0;
  margin-bottom: 0;
  transition: .3s all;
  transform: rotate(-90deg);
}
.cid-tJGsCG1vVL .navbar .dropdown > .dropdown-menu .dropdown.open .dropdown-item::after {
  transform: rotate(0deg);
}
.cid-tJGsCG1vVL .mbr-section-btn {
  margin: -0.6rem -0.6rem;
}
.cid-tJGsCG1vVL .navbar-toggler {
  margin-left: 12px;
  margin-right: 8px;
  order: 1000;
}
@media (max-width: 991px) {
  .cid-tJGsCG1vVL .navbar-brand {
    margin-right: auto;
  }
  .cid-tJGsCG1vVL .navbar-collapse {
    z-index: -1 !important;
    position: absolute;
    top: 110%;
    left: 0;
    width: 100%;
    padding: 1rem;
    border-radius: 1.5rem;
    background: #ffffff;
    opacity: 1;
    border-color: rgba(255, 255, 255, 0.9) !important;
    background: rgba(255, 255, 255, 0.9) !important;
    backdrop-filter: blur(8px);
    border-radius: 4px !important;
  }
  .cid-tJGsCG1vVL .navbar-nav .nav-item .nav-link::after {
    margin-left: 10px;
  }
  .cid-tJGsCG1vVL .navbar-nav .dropdown-item:hover {
    background-color: rgba(27, 31, 10, 0.06);
  }
  .cid-tJGsCG1vVL .navbar .dropdown > .dropdown-menu {
    max-width: 100% !important;
    transform: translateX(0);
    top: 10px;
    left: 0;
    padding: 8px !important;
    border-radius: 1rem;
    background-color: rgba(27, 31, 10, 0.04) !important;
  }
  .cid-tJGsCG1vVL .navbar .dropdown > .dropdown-menu .dropdown-item {
    padding: 8px !important;
    line-height: 1 !important;
    margin-bottom: 4px !important;
  }
  .cid-tJGsCG1vVL .navbar .dropdown > .dropdown-menu .dropdown .dropdown-item {
    align-items: center;
    display: flex;
    height: max-content !important;
    min-height: max-content !important;
  }
  .cid-tJGsCG1vVL .navbar .dropdown > .dropdown-menu .dropdown .dropdown-item::after {
    display: inline-block;
    position: static;
    margin-left: 0.5rem;
    margin-top: 0;
    margin-right: 0;
    margin-bottom: 0;
    transition: .3s all;
    transform: rotate(0deg);
  }
  .cid-tJGsCG1vVL .navbar .dropdown > .dropdown-menu .dropdown.open .dropdown-item::after {
    transform: rotate(180deg);
  }
  .cid-tJGsCG1vVL .navbar .dropdown > .dropdown-menu .dropdown-submenu {
    position: static;
    width: 100%;
    max-width: 100% !important;
    transform: translateX(0) !important;
    top: 0;
    left: 0;
    padding: 8px !important;
    border-radius: 1rem;
    background-color: rgba(27, 31, 10, 0.04) !important;
  }
  .cid-tJGsCG1vVL .navbar .dropdown.open > .dropdown-menu {
    display: flex !important;
    flex-direction: column;
    align-items: flex-start;
  }
}
@media (max-width: 575px) {
  .cid-tJGsCG1vVL .navbar-collapse {
    padding: 1rem;
  }
}
.cid-uiBJcW7Nx3 {
  padding-top: 8rem;
  padding-bottom: 2rem;
  background-color: #ffffff;
}
.cid-uiBJcW7Nx3 .mbr-fallback-image.disabled {
  display: none;
}
.cid-uiBJcW7Nx3 .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uiBJcW7Nx3 .mbr-section-title {
  color: #06549d;
}
.cid-uiBJcW7Nx3 .mbr-section-subtitle {
  color: #000000;
}
.cid-uiBJcWoSmr {
  padding-top: 3rem;
  padding-bottom: 0rem;
  background-color: #06549d;
}
.cid-uiBJcWoSmr h6 {
  line-height: 1.2;
}
.cid-uiBJcWoSmr img,
.cid-uiBJcWoSmr .item-img {
  width: 100%;
  height: 100%;
  height: 100px;
  object-fit: cover;
}
.cid-uiBJcWoSmr .item:focus,
.cid-uiBJcWoSmr span:focus {
  outline: none;
}
.cid-uiBJcWoSmr .item {
  cursor: pointer;
  margin-bottom: 2rem;
}
@media (max-width: 767px) {
  .cid-uiBJcWoSmr .item {
    padding-left: 0.5rem;
    padding-right: 0.5rem;
    margin-bottom: 1rem;
  }
}
@media (max-width: 767px) {
  .cid-uiBJcWoSmr .mbr-section-content {
    margin-left: -0.5rem;
    margin-right: -0.5rem;
  }
}
.cid-uiBJcWoSmr .item-wrapper {
  position: relative;
  display: flex;
  flex-flow: column nowrap;
}
.cid-uiBJcWoSmr .mbr-section-btn {
  margin-top: auto !important;
  text-align: center;
}
.cid-uiBJcWoSmr .mbr-section-title {
  color: #000000;
}
.cid-uiBJcWoSmr .mbr-text,
.cid-uiBJcWoSmr .mbr-section-btn {
  color: #000000;
}
.cid-uiBJcWoSmr .item-title {
  color: #000000;
  text-align: center;
}
.cid-uiBJcWoSmr .item-subtitle {
  color: #000000;
  text-align: center;
}
.cid-uiBJcWoSmr .item-text {
  color: #000000;
  text-align: center;
}
.cid-uiBJcWoSmr .content-head {
  max-width: 800px;
}
.cid-uiBJcWoSmr .item-title,
.cid-uiBJcWoSmr .mbr-section-btn {
  color: #ffffff;
}
.cid-uiBJcX03gr {
  padding-top: 45px;
  padding-bottom: 45px;
  background-image: url("../../../assets/images/7-1-2000x607.png");
}
.cid-uiBJcX03gr img {
  width: auto;
}
.cid-uiBJcXca4k {
  padding-top: 6rem;
  padding-bottom: 6rem;
  background-color: #000000;
}
.cid-uiBJcXca4k img,
.cid-uiBJcXca4k .item-img {
  width: 100%;
  height: 100%;
  height: 300px;
  object-fit: cover;
}
.cid-uiBJcXca4k .item:focus,
.cid-uiBJcXca4k span:focus {
  outline: none;
}
.cid-uiBJcXca4k .item {
  margin-bottom: 2rem;
}
@media (max-width: 767px) {
  .cid-uiBJcXca4k .item {
    margin-bottom: 1rem;
  }
}
.cid-uiBJcXca4k .item-content {
  margin-top: 2rem;
  padding: 0 2.25rem 2.25rem;
  display: flex;
  flex-direction: column;
  height: 100%;
}
@media (min-width: 992px) and (max-width: 1200px) {
  .cid-uiBJcXca4k .item-content {
    padding: 0 1.5rem 1.5rem;
    padding-top: 1rem;
    margin-top: 1rem;
  }
}
@media (max-width: 767px) {
  .cid-uiBJcXca4k .item-content {
    padding: 2rem 1.5rem;
    padding-top: 1rem;
    margin-top: 1rem;
  }
}
.cid-uiBJcXca4k .item-wrapper {
  position: relative;
  background: #ffffff;
  height: 100%;
  display: flex;
  flex-flow: column nowrap;
}
.cid-uiBJcXca4k .item-wrapper .item-footer {
  margin-top: auto;
}
.cid-uiBJcXca4k .mbr-section-title {
  color: #ffffff;
}
.cid-uiBJcXca4k .item-title {
  text-align: left;
}
.cid-uiBJcXca4k .item-subtitle {
  text-align: left;
}
.cid-uiBJcXca4k .mbr-text,
.cid-uiBJcXca4k .item .mbr-section-btn {
  text-align: left;
}
.cid-uiBJcXca4k .content-head {
  max-width: 800px;
}
.cid-uiBJcXuW2q {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-color: #edefeb;
}
.cid-uiBJcXuW2q .mbr-fallback-image.disabled {
  display: none;
}
.cid-uiBJcXuW2q .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
@media (max-width: 767px) {
  .cid-uiBJcXuW2q .card-content-text {
    padding: 0 1.5rem 1.5rem 1.5rem;
  }
}
@media (min-width: 768px) {
  .cid-uiBJcXuW2q .card-content-text {
    padding: 0 2.25rem 2.25rem 2.25rem;
  }
}
@media (min-width: 992px) {
  .cid-uiBJcXuW2q .card-content-text {
    padding: 1rem 4rem 4rem 4rem;
  }
}
.cid-uiBJcXuW2q .card-wrapper {
  background: #ffffff;
}
.cid-uiBJcXuW2q .mbr-text,
.cid-uiBJcXuW2q .mbr-section-btn {
  color: #000000;
  text-align: left;
}
.cid-uiBJcXuW2q .card-title,
.cid-uiBJcXuW2q .card-box {
  text-align: left;
  color: #000000;
}
.cid-uiBJcXKssR {
  padding-top: 6rem;
  padding-bottom: 6rem;
  background-color: #edefeb;
}
.cid-uiBJcXKssR .mbr-text {
  color: #000000;
}
.cid-uiBJcXKssR .mbr-section-subtitle {
  color: #000000;
  text-align: center;
}
.cid-uiBJcXKssR .mbr-section-title {
  color: #000000;
  text-align: left;
}
.cid-uiBJcXKssR .mbr-section-subtitle,
.cid-uiBJcXKssR .main-button {
  text-align: left;
  color: #000000;
}
.cid-uiBJcXKssR .main-button {
  margin-bottom: 2rem;
}
@media (max-width: 767px) {
  .cid-uiBJcXKssR .main-button {
    margin-bottom: 2rem;
  }
}
.cid-uiBJcXKssR .mbr-iconfont {
  font-size: 1.2rem !important;
  font-family: 'Moririse2' !important;
  color: white;
  transition: all 0.3s;
  transform: rotate(180deg);
  padding-left: 0.5rem;
}
.cid-uiBJcXKssR .panel-group {
  border: none;
}
.cid-uiBJcXKssR .card-header {
  padding: 0rem;
}
@media (max-width: 767px) {
  .cid-uiBJcXKssR .card-header {
    padding: 0rem;
  }
}
.cid-uiBJcXKssR .panel-body {
  padding: 0rem;
  padding-bottom: 0.5rem;
  margin-top: 1rem;
}
.cid-uiBJcXKssR .collapsed span {
  transform: rotate(0deg);
}
.cid-uiBJcXKssR .panel-title {
  display: flex;
  align-items: center;
  justify-content: space-between;
}
.cid-uiBJcXKssR p {
  margin-bottom: 0.3rem;
}
.cid-uiBJcXKssR .panel-title-edit {
  color: #000000;
}
.cid-uiBJcXKssR .card .card-header {
  background-color: transparent;
  margin-bottom: 0;
  border: 0;
  border-radius: 2rem;
}
.cid-uiBJcXKssR .card {
  background: #ffffff;
  padding: 2.25rem;
  border-radius: 2rem;
  margin-bottom: 1rem;
}
@media (max-width: 767px) {
  .cid-uiBJcXKssR .card {
    padding: 2rem 1.5rem;
    margin-bottom: 1rem;
  }
}
@media (min-width: 992px) and (max-width: 1200px) {
  .cid-uiBJcXKssR .card {
    margin-bottom: 1rem;
    padding: 2rem 1.5rem;
  }
}
.cid-uiBJcXKssR .panel-text {
  color: #000000;
}
.cid-uiBJcXKssR .panel-title-edit,
.cid-uiBJcXKssR .mbr-iconfont {
  color: #000000;
}
.cid-uiBJcY2ed7 {
  padding-top: 2rem;
  padding-bottom: 2rem;
  background-color: #2e481a;
}
.cid-uiBJcY2ed7 .justify-content-center {
  align-items: center;
}
.cid-uiBJcY2ed7 .mbr-fallback-image.disabled {
  display: none;
}
.cid-uiBJcY2ed7 .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uiBJcY2ed7 .item-wrapper {
  display: flex;
  margin-left: auto;
}
@media (max-width: 767px) {
  .cid-uiBJcY2ed7 .item-wrapper {
    margin-bottom: 1rem;
  }
}
.cid-uiBJcY2ed7 .mbr-section-btn {
  padding-left: 1.5rem;
  text-align: right;
}
@media (max-width: 767px) {
  .cid-uiBJcY2ed7 .mbr-section-btn {
    text-align: center;
    padding-left: 0rem;
  }
}
.cid-uiBJcY2ed7 .row {
  align-items: center;
}
.cid-uiBJcY2ed7 .card-text {
  color: #ffffff;
  margin-bottom: 0px;
  text-align: left;
}
@media (max-width: 767px) {
  .cid-uiBJcY2ed7 .card-text {
    text-align: center;
  }
}
.cid-uiBJcYgVRr {
  padding-top: 6rem;
  padding-bottom: 6rem;
  background-color: #2e481a;
}
.cid-uiBJcYgVRr .mbr-fallback-image.disabled {
  display: none;
}
.cid-uiBJcYgVRr .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uiBJcYgVRr .nav-tabs .nav-item.open .nav-link:focus,
.cid-uiBJcYgVRr .nav-tabs .nav-link.active:focus {
  outline: none;
}
.cid-uiBJcYgVRr .nav-tabs {
  flex-wrap: wrap;
  border-bottom: none;
}
@media (max-width: 767px) {
  .cid-uiBJcYgVRr .nav-item {
    width: 100%;
    margin-right: 0 !important;
    text-align: center;
  }
}
.cid-uiBJcYgVRr .nav-tabs .nav-item {
  margin-right: 1.5rem;
}
.cid-uiBJcYgVRr .nav-tabs .nav-link {
  transition: padding 0.3s ease, background-color 0.3s ease;
  border: none;
  border-radius: 2rem !important;
  padding: 1.25rem 0!important;
  background-color: transparent!important;
  overflow: hidden!important;
}
.cid-uiBJcYgVRr .nav-tabs .nav-link:not(.active) {
  color: #9fe870;
}
.cid-uiBJcYgVRr .nav-tabs .nav-link.active {
  color: #2e481a !important;
  background-color: #9fe870 !important;
  padding: 1.25rem 2rem!important;
}
.cid-uiBJcYgVRr .mbr-section-title {
  text-align: center;
  color: #ffffff;
}
.cid-uiBJcYgVRr .mbr-section-subtitle {
  text-align: center;
  color: #ffffff;
}
.cid-uiBJcYgVRr .mbr-text {
  color: #fff;
  margin: 0;
}
.cid-uiBJcYgVRr .content-head {
  max-width: 800px;
}
.cid-uiBJcYgVRr .item-wrapper {
  background-color: #2e481a;
  padding: 2.25rem;
}
@media (max-width: 767px) {
  .cid-uiBJcYgVRr .item-wrapper {
    padding: 2rem 1.5rem;
  }
}
.cid-uiBJcYY2Nc {
  padding-top: 2rem;
  padding-bottom: 2rem;
  background-color: #2e481a;
}
.cid-uiBJcYY2Nc .justify-content-center {
  align-items: center;
}
.cid-uiBJcYY2Nc .mbr-fallback-image.disabled {
  display: none;
}
.cid-uiBJcYY2Nc .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uiBJcYY2Nc .item-wrapper {
  display: flex;
  margin-left: auto;
}
@media (max-width: 767px) {
  .cid-uiBJcYY2Nc .item-wrapper {
    margin-bottom: 1rem;
  }
}
.cid-uiBJcYY2Nc .mbr-section-btn {
  padding-left: 1.5rem;
  text-align: right;
}
@media (max-width: 767px) {
  .cid-uiBJcYY2Nc .mbr-section-btn {
    text-align: center;
    padding-left: 0rem;
  }
}
.cid-uiBJcYY2Nc .row {
  align-items: center;
}
.cid-uiBJcYY2Nc .card-text {
  color: #ffffff;
  margin-bottom: 0px;
  text-align: left;
}
@media (max-width: 767px) {
  .cid-uiBJcYY2Nc .card-text {
    text-align: center;
  }
}
.cid-uduqU6836b {
  padding-top: 2rem;
  padding-bottom: 3rem;
  background-image: url("../../../assets/images/white-background-2000x1334.jpeg");
}
.cid-uduqU6836b .logogree {
  position: relative;
  width: 100%;
}
.cid-uduqU6836b .agree {
  object-position: right;
  width: 40%;
  height: auto;
  object-fit: contain;
  display: block;
  border-radius: 0% !important;
}
.cid-uduqU6836b .mbr-fallback-image.disabled {
  display: none;
}
.cid-uduqU6836b .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uduqU6836b .footer-col {
  justify-content: space-between;
  display: flex;
}
@media (max-width: 767px) {
  .cid-uduqU6836b .footer-col {
    flex-direction: column;
  }
}
.cid-uduqU6836b .row {
  background: #ffffff;
  padding: 4rem 3rem;
  border-radius: 2rem;
  margin: 0px;
}
@media (max-width: 767px) {
  .cid-uduqU6836b .row {
    padding: 2rem 0.5rem;
  }
}
@media (min-width: 768px) and (max-width: 991px) {
  .cid-uduqU6836b .row {
    padding: 2.25rem 1.25rem;
  }
}
@media (min-width: 992px) {
  .cid-uduqU6836b .row {
    padding: 4rem 3rem;
  }
}
@media (max-width: 767px) {
  .cid-uduqU6836b .mbr-section-btn {
    text-align: center;
  }
}
.cid-uduqU6836b .social-row {
  display: flex;
  flex-wrap: wrap;
}
.cid-uduqU6836b .soc-item {
  margin: 8px;
}
.cid-uduqU6836b .soc-item a:hover .mbr-iconfont,
.cid-uduqU6836b .soc-item a:focus .mbr-iconfont {
  background-color: #232323;
}
.cid-uduqU6836b .soc-item a .mbr-iconfont {
  width: 72px;
  height: 72px;
  display: flex;
  align-items: center;
  justify-content: center;
  border-radius: 100%;
  font-size: 20px;
  background-color: #06549d;
  color: #ffffff;
  transition: all 0.3s ease-in-out;
}
@media (max-width: 767px) {
  .cid-uduqU6836b .row {
    text-align: center;
  }
  .cid-uduqU6836b .social-row {
    justify-content: center;
  }
}
.cid-uduqU6836b .list {
  list-style: none;
  padding-left: 0;
  color: #502274;
}
@media (max-width: 991px) {
  .cid-uduqU6836b .list {
    margin-bottom: 2rem;
  }
}
@media (min-width: 992px) {
  .cid-uduqU6836b .list {
    margin-bottom: 0rem;
  }
}
.cid-uduqU6836b .mbr-text {
  color: #bbbbbb;
}
.cid-uduqU6836b .mbr-section-subtitle {
  color: #000000;
  text-align: left;
}
.cid-uduqU6836b .list,
.cid-uduqU6836b .item-wrap {
  color: #232323;
  text-align: left;
}
.cid-uduqU6836b .copyright {
  color: #000000;
  text-align: center;
}
.cid-uduqU6836b H5 {
  text-align: left;
}
.cid-tJGsCG1vVL {
  z-index: 1000;
  width: 100%;
  position: inherit;
}
.cid-tJGsCG1vVL .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 .3s;
}
@media (max-width: 767px) {
  .cid-tJGsCG1vVL .navbar-toggler {
    transform: scale(0.8);
  }
}
.cid-tJGsCG1vVL .navbar-brand {
  flex-shrink: 0;
  align-items: center;
  margin-right: 0;
  padding: 10px 0;
  transition: all 2s;
  word-break: break-word;
  z-index: 1;
}
.cid-tJGsCG1vVL .navbar-brand img {
  max-width: 100%;
  max-height: 100%;
  border-radius: 0px !important;
}
.cid-tJGsCG1vVL .navbar-brand .navbar-caption {
  line-height: inherit !important;
}
.cid-tJGsCG1vVL .navbar-brand .navbar-logo a {
  outline: none;
}
.cid-tJGsCG1vVL .navbar-nav {
  margin: auto;
  margin-left: 0;
  margin-left: auto;
}
.cid-tJGsCG1vVL .navbar-nav .nav-item {
  padding: 0 !important;
  transition: .3s all !important;
}
.cid-tJGsCG1vVL .navbar-nav .nav-item .nav-link {
  padding: 16px !important;
  margin: 0 !important;
  border-radius: 1rem !important;
  transition: .3s all !important;
  border-radius: 4px !important;
}
.cid-tJGsCG1vVL .navbar-nav .nav-item .nav-link:hover {
  background-color: rgba(27, 31, 10, 0.06);
}
.cid-tJGsCG1vVL .navbar-nav .open .nav-link::after {
  transform: rotate(180deg);
}
@media (min-width: 992px) {
  .cid-tJGsCG1vVL .navbar-nav .open .nav-link::before {
    content: "";
    width: 100%;
    height: 20px;
    top: 100%;
    background: transparent;
    position: absolute;
  }
}
.cid-tJGsCG1vVL .navbar-nav .dropdown-item {
  padding: 12px !important;
  border-radius: 0.5rem !important;
  margin: 0 8px !important;
  transition: .3s all !important;
  border-radius: 4px !important;
}
.cid-tJGsCG1vVL .navbar-nav .dropdown-item:hover {
  background-color: rgba(27, 31, 10, 0.06);
}
@media (min-width: 992px) {
  .cid-tJGsCG1vVL .navbar-nav {
    padding-left: 1.5rem;
  }
}
.cid-tJGsCG1vVL .nav-link {
  width: fit-content;
  position: relative;
}
.cid-tJGsCG1vVL .navbar-logo {
  padding-left: 2rem;
  margin: 0 !important;
}
@media (max-width: 767px) {
  .cid-tJGsCG1vVL .navbar-logo {
    padding-left: 1rem;
  }
}
.cid-tJGsCG1vVL .navbar-caption {
  padding-left: 1rem;
  padding-right: .5rem;
}
@media (max-width: 767px) {
  .cid-tJGsCG1vVL .nav-dropdown {
    padding-bottom: 0.5rem;
  }
}
.cid-tJGsCG1vVL .nav-dropdown .link.dropdown-toggle::after {
  margin-left: 0.5rem;
  margin-top: 0.2rem;
  transition: .3s all;
  transition-delay: 300ms;
}
.cid-tJGsCG1vVL .container {
  display: flex;
  height: 90px;
  padding: 0.5rem 0.6rem;
  flex-wrap: nowrap;
  background: rgba(255, 255, 255, 0.9) !important;
  left: 0;
  right: 0;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: flex-end;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  border-radius: 100vw;
  margin-top: 1rem;
  background-color: #ffffff;
  box-shadow: 0 30px 60px 0 rgba(27, 31, 10, 0.08);
  border-radius: 4px !important;
}
@media (max-width: 992px) {
  .cid-tJGsCG1vVL .container {
    padding-right: 2rem;
  }
}
@media (max-width: 767px) {
  .cid-tJGsCG1vVL .container {
    width: 95%;
    height: 56px !important;
    padding-right: 1rem;
    margin-top: 0rem;
  }
}
.cid-tJGsCG1vVL .iconfont-wrapper {
  color: #0c2c68 !important;
  font-size: 1.5rem;
  padding-right: 0.5rem;
}
.cid-tJGsCG1vVL .dropdown-menu {
  flex-wrap: wrap;
  flex-direction: column;
  max-width: 100%;
  padding: 12px 4px !important;
  border-radius: 1.5rem;
  transition: .3s all !important;
  transition-delay: 300ms;
  min-width: auto;
  background: #ffffff;
  background: rgba(255, 255, 255, 0.9) !important;
  border-radius: 4px !important;
}
.cid-tJGsCG1vVL .nav-item:focus,
.cid-tJGsCG1vVL .nav-link:focus {
  outline: none;
}
.cid-tJGsCG1vVL .dropdown .dropdown-menu .dropdown-item {
  width: auto;
  transition: all .3s;
  transition-delay: 300ms;
}
.cid-tJGsCG1vVL .dropdown .dropdown-menu .dropdown-item::after {
  right: 0.5rem;
}
.cid-tJGsCG1vVL .dropdown .dropdown-menu .dropdown-item .mbr-iconfont {
  margin-right: 0.5rem;
  vertical-align: sub;
}
.cid-tJGsCG1vVL .dropdown .dropdown-menu .dropdown-item .mbr-iconfont:before {
  display: inline-block;
  transform: scale(1, 1);
  transition: all .3s;
}
.cid-tJGsCG1vVL .collapsed .dropdown-menu .dropdown-item:before {
  display: none;
}
.cid-tJGsCG1vVL .collapsed .dropdown .dropdown-menu .dropdown-item {
  padding: 0.235em 1.5em 0.235em 1.5em !important;
  transition: none;
  margin: 0 !important;
}
.cid-tJGsCG1vVL .navbar {
  min-height: 90px;
  transition: all 5s;
  border-bottom: 1px solid transparent;
  background: transparent !important;
  padding: 0 !important;
  border: none !important;
  box-shadow: none !important;
  border-radius: 0 !important;
}
.cid-tJGsCG1vVL .navbar.opened {
  transition: all 0.3s;
}
.cid-tJGsCG1vVL .navbar .dropdown-item {
  padding: 0.5rem 1.8rem;
}
.cid-tJGsCG1vVL .navbar .navbar-logo img {
  width: auto;
}
.cid-tJGsCG1vVL .navbar .navbar-collapse {
  z-index: 1;
  justify-content: flex-end;
}
.cid-tJGsCG1vVL .navbar.collapsed {
  justify-content: center;
}
.cid-tJGsCG1vVL .navbar.collapsed .nav-item .nav-link::before {
  display: none;
}
.cid-tJGsCG1vVL .navbar.collapsed.opened .dropdown-menu {
  top: 0;
}
@media (min-width: 992px) {
  .cid-tJGsCG1vVL .navbar.collapsed.opened:not(.navbar-short) .navbar-collapse {
    max-height: calc(98.5vh - 3.4rem);
  }
}
.cid-tJGsCG1vVL .navbar.collapsed .dropdown-menu .dropdown-submenu {
  left: 0 !important;
}
.cid-tJGsCG1vVL .navbar.collapsed .dropdown-menu .dropdown-item:after {
  right: auto;
}
.cid-tJGsCG1vVL .navbar.collapsed .dropdown-menu .dropdown-toggle[data-toggle="dropdown-submenu"]:after {
  margin-left: 0.5rem;
  margin-top: 0.2rem;
  border-top: 0.35em solid;
  border-right: 0.35em solid transparent;
  border-left: 0.35em solid transparent;
  border-bottom: 0;
  top: 41%;
}
.cid-tJGsCG1vVL .navbar.collapsed ul.navbar-nav li {
  margin: auto;
}
.cid-tJGsCG1vVL .navbar.collapsed .dropdown-menu .dropdown-item {
  padding: 0.25rem 0.5rem;
  text-align: center;
}
.cid-tJGsCG1vVL .navbar.collapsed .icons-menu {
  padding-left: 0;
  padding-right: 0;
  padding-top: 0.5rem;
  padding-bottom: 0.5rem;
}
@media (max-width: 767px) {
  .cid-tJGsCG1vVL .navbar {
    min-height: 72px;
  }
  .cid-tJGsCG1vVL .navbar .navbar-logo img {
    height: 2rem !important;
  }
}
@media (max-width: 991px) {
  .cid-tJGsCG1vVL .navbar .nav-item .nav-link::before {
    display: none;
  }
  .cid-tJGsCG1vVL .navbar.opened .dropdown-menu {
    top: 0;
  }
  .cid-tJGsCG1vVL .navbar .dropdown-menu .dropdown-submenu {
    left: 0 !important;
  }
  .cid-tJGsCG1vVL .navbar .dropdown-menu .dropdown-item:after {
    right: auto;
  }
  .cid-tJGsCG1vVL .navbar .dropdown-menu .dropdown-toggle[data-toggle="dropdown-submenu"]:after {
    margin-left: 0.5rem;
    margin-top: 0.2rem;
    border-top: 0.35em solid;
    border-right: 0.35em solid transparent;
    border-left: 0.35em solid transparent;
    border-bottom: 0;
    top: 40%;
  }
  .cid-tJGsCG1vVL .navbar .dropdown-menu .dropdown-item {
    padding: 0.25rem 1.5rem !important;
    text-align: center;
  }
  .cid-tJGsCG1vVL .navbar .navbar-brand {
    flex-shrink: initial;
    flex-basis: auto;
    word-break: break-word;
    padding-right: 10px;
  }
  .cid-tJGsCG1vVL .navbar .navbar-toggler {
    flex-basis: auto;
  }
  .cid-tJGsCG1vVL .navbar .icons-menu {
    padding-left: 0;
    padding-top: 0.5rem;
    padding-bottom: 0.5rem;
  }
}
.cid-tJGsCG1vVL .navbar.navbar-short .navbar-logo img {
  height: 2rem;
}
.cid-tJGsCG1vVL .dropdown-item.active,
.cid-tJGsCG1vVL .dropdown-item:active {
  background-color: transparent;
}
.cid-tJGsCG1vVL .navbar-expand-lg .navbar-nav .nav-link {
  padding: 0;
}
.cid-tJGsCG1vVL .nav-dropdown .link.dropdown-toggle {
  margin-right: 1.667em;
}
.cid-tJGsCG1vVL .nav-dropdown .link.dropdown-toggle[aria-expanded="true"] {
  margin-right: 0;
  padding: 0.667em 1.667em;
}
.cid-tJGsCG1vVL .navbar.navbar-expand-lg .dropdown .dropdown-menu {
  background: #ffffff;
}
.cid-tJGsCG1vVL .navbar.navbar-expand-lg .dropdown .dropdown-menu .dropdown-submenu {
  margin: 0;
  left: 100%;
  transform: none;
  top: -12px;
}
.cid-tJGsCG1vVL .navbar .dropdown.open > .dropdown-menu {
  display: flex;
}
.cid-tJGsCG1vVL ul.navbar-nav {
  flex-wrap: wrap;
}
.cid-tJGsCG1vVL .navbar-buttons {
  text-align: center;
  min-width: 140px;
}
@media (max-width: 992px) {
  .cid-tJGsCG1vVL .navbar-buttons {
    text-align: left;
  }
}
.cid-tJGsCG1vVL button.navbar-toggler {
  outline: none;
  width: 31px;
  height: 20px;
  cursor: pointer;
  transition: all 0.2s;
  position: relative;
  align-self: center;
}
.cid-tJGsCG1vVL button.navbar-toggler .hamburger span {
  position: absolute;
  right: 0;
  width: 30px;
  height: 2px;
  border-right: 5px;
  background-color: #06549d;
}
.cid-tJGsCG1vVL button.navbar-toggler .hamburger span:nth-child(1) {
  top: 0;
  transition: all 0.2s;
}
.cid-tJGsCG1vVL button.navbar-toggler .hamburger span:nth-child(2) {
  top: 8px;
  transition: all 0.15s;
}
.cid-tJGsCG1vVL button.navbar-toggler .hamburger span:nth-child(3) {
  top: 8px;
  transition: all 0.15s;
}
.cid-tJGsCG1vVL button.navbar-toggler .hamburger span:nth-child(4) {
  top: 16px;
  transition: all 0.2s;
}
.cid-tJGsCG1vVL nav.opened .hamburger span:nth-child(1) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-tJGsCG1vVL nav.opened .hamburger span:nth-child(2) {
  transform: rotate(45deg);
  transition: all 0.25s;
}
.cid-tJGsCG1vVL nav.opened .hamburger span:nth-child(3) {
  transform: rotate(-45deg);
  transition: all 0.25s;
}
.cid-tJGsCG1vVL nav.opened .hamburger span:nth-child(4) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-tJGsCG1vVL .navbar-dropdown {
  padding: 0 1rem;
}
.cid-tJGsCG1vVL a.nav-link {
  display: flex;
  align-items: center;
  justify-content: center;
}
.cid-tJGsCG1vVL .icons-menu {
  flex-wrap: nowrap;
  display: flex;
  justify-content: center;
  padding-left: 1rem;
  padding-right: 1rem;
  padding-top: 0.3rem;
  text-align: center;
}
@media (max-width: 992px) {
  .cid-tJGsCG1vVL .icons-menu {
    justify-content: flex-start;
    margin-bottom: .5rem;
  }
}
@media screen and (-ms-high-contrast: active), (-ms-high-contrast: none) {
  .cid-tJGsCG1vVL .navbar {
    height: 70px;
  }
  .cid-tJGsCG1vVL .navbar.opened {
    height: auto;
  }
  .cid-tJGsCG1vVL .nav-item .nav-link:hover::before {
    width: 175%;
    max-width: calc(100% + 2rem);
    left: -1rem;
  }
}
.cid-tJGsCG1vVL .navbar .dropdown > .dropdown-menu {
  display: none;
  width: max-content;
  max-width: 500px !important;
  transform: translateX(-50%);
  top: calc(100% + 20px);
  left: 50%;
}
.cid-tJGsCG1vVL .navbar .dropdown > .dropdown-menu .dropdown-item {
  line-height: 1 !important;
}
.cid-tJGsCG1vVL .navbar .dropdown > .dropdown-menu .dropdown .dropdown-item {
  align-items: center;
  display: flex;
  height: max-content !important;
  min-height: max-content !important;
}
.cid-tJGsCG1vVL .navbar .dropdown > .dropdown-menu .dropdown .dropdown-item::after {
  display: inline-block;
  position: static;
  margin-left: 0.5rem;
  margin-top: 0;
  margin-right: 0;
  margin-bottom: 0;
  transition: .3s all;
  transform: rotate(-90deg);
}
.cid-tJGsCG1vVL .navbar .dropdown > .dropdown-menu .dropdown.open .dropdown-item::after {
  transform: rotate(0deg);
}
.cid-tJGsCG1vVL .mbr-section-btn {
  margin: -0.6rem -0.6rem;
}
.cid-tJGsCG1vVL .navbar-toggler {
  margin-left: 12px;
  margin-right: 8px;
  order: 1000;
}
@media (max-width: 991px) {
  .cid-tJGsCG1vVL .navbar-brand {
    margin-right: auto;
  }
  .cid-tJGsCG1vVL .navbar-collapse {
    z-index: -1 !important;
    position: absolute;
    top: 110%;
    left: 0;
    width: 100%;
    padding: 1rem;
    border-radius: 1.5rem;
    background: #ffffff;
    opacity: 1;
    border-color: rgba(255, 255, 255, 0.9) !important;
    background: rgba(255, 255, 255, 0.9) !important;
    backdrop-filter: blur(8px);
    border-radius: 4px !important;
  }
  .cid-tJGsCG1vVL .navbar-nav .nav-item .nav-link::after {
    margin-left: 10px;
  }
  .cid-tJGsCG1vVL .navbar-nav .dropdown-item:hover {
    background-color: rgba(27, 31, 10, 0.06);
  }
  .cid-tJGsCG1vVL .navbar .dropdown > .dropdown-menu {
    max-width: 100% !important;
    transform: translateX(0);
    top: 10px;
    left: 0;
    padding: 8px !important;
    border-radius: 1rem;
    background-color: rgba(27, 31, 10, 0.04) !important;
  }
  .cid-tJGsCG1vVL .navbar .dropdown > .dropdown-menu .dropdown-item {
    padding: 8px !important;
    line-height: 1 !important;
    margin-bottom: 4px !important;
  }
  .cid-tJGsCG1vVL .navbar .dropdown > .dropdown-menu .dropdown .dropdown-item {
    align-items: center;
    display: flex;
    height: max-content !important;
    min-height: max-content !important;
  }
  .cid-tJGsCG1vVL .navbar .dropdown > .dropdown-menu .dropdown .dropdown-item::after {
    display: inline-block;
    position: static;
    margin-left: 0.5rem;
    margin-top: 0;
    margin-right: 0;
    margin-bottom: 0;
    transition: .3s all;
    transform: rotate(0deg);
  }
  .cid-tJGsCG1vVL .navbar .dropdown > .dropdown-menu .dropdown.open .dropdown-item::after {
    transform: rotate(180deg);
  }
  .cid-tJGsCG1vVL .navbar .dropdown > .dropdown-menu .dropdown-submenu {
    position: static;
    width: 100%;
    max-width: 100% !important;
    transform: translateX(0) !important;
    top: 0;
    left: 0;
    padding: 8px !important;
    border-radius: 1rem;
    background-color: rgba(27, 31, 10, 0.04) !important;
  }
  .cid-tJGsCG1vVL .navbar .dropdown.open > .dropdown-menu {
    display: flex !important;
    flex-direction: column;
    align-items: flex-start;
  }
}
@media (max-width: 575px) {
  .cid-tJGsCG1vVL .navbar-collapse {
    padding: 1rem;
  }
}
.cid-uiFoeuD2ct {
  padding-top: 8rem;
  padding-bottom: 1rem;
  background-color: #06549d;
}
.cid-uiFoeuD2ct .justify-content-center {
  align-items: center;
}
.cid-uiFoeuD2ct .mbr-fallback-image.disabled {
  display: none;
}
.cid-uiFoeuD2ct .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uiFoeuD2ct .item-wrapper {
  display: flex;
  margin-left: auto;
}
@media (max-width: 767px) {
  .cid-uiFoeuD2ct .item-wrapper {
    margin-bottom: 1rem;
  }
}
.cid-uiFoeuD2ct .mbr-section-btn {
  padding-left: 1.5rem;
  text-align: right;
}
@media (max-width: 767px) {
  .cid-uiFoeuD2ct .mbr-section-btn {
    text-align: center;
    padding-left: 0rem;
  }
}
.cid-uiFoeuD2ct .row {
  align-items: center;
}
.cid-uiFoeuD2ct .card-text {
  color: #ffffff;
  margin-bottom: 0px;
  text-align: left;
}
@media (max-width: 767px) {
  .cid-uiFoeuD2ct .card-text {
    text-align: center;
  }
}
.cid-uiFo6JUzKh {
  padding-top: 2rem;
  padding-bottom: 4rem;
  background-image: url("../../../assets/images/7xm.xyz961849-1224x688.jpg");
}
.cid-uiFo6JUzKh .content-head {
  max-width: 800px;
}
.cid-uiFuao9tEM {
  padding-top: 2rem;
  padding-bottom: 2rem;
  background-color: #ffffff;
}
.cid-uiFuao9tEM .content-head {
  max-width: 800px;
}
.cid-uiHEhBKQYE {
  padding-top: 90px;
  padding-bottom: 90px;
  background-color: #ffffff;
}
.cid-uiHEhBKQYE .carousel-control {
  background: #000;
}
.cid-uiHEhBKQYE .mbr-section-subtitle {
  color: #767676;
}
.cid-uiHEhBKQYE .carousel-item {
  -webkit-justify-content: center;
  justify-content: center;
}
.cid-uiHEhBKQYE .carousel-item .media-container-row {
  -webkit-flex-grow: 1;
  flex-grow: 1;
}
.cid-uiHEhBKQYE .carousel-item .wrap-img {
  text-align: center;
}
.cid-uiHEhBKQYE .carousel-item .wrap-img img {
  max-height: 150px;
  width: auto;
  max-width: 100%;
}
.cid-uiHEhBKQYE .carousel-controls {
  display: flex;
  -webkit-justify-content: center;
  justify-content: center;
}
.cid-uiHEhBKQYE .carousel-controls .carousel-control {
  background: #000;
  border-radius: 50%;
  position: static;
  width: 40px;
  height: 40px;
  margin-top: 2rem;
  border-width: 1px;
}
.cid-uiHEhBKQYE .carousel-controls .carousel-control.carousel-control-prev {
  left: auto;
  margin-right: 20px;
  margin-left: 0;
}
.cid-uiHEhBKQYE .carousel-controls .carousel-control.carousel-control-next {
  right: auto;
  margin-right: 0;
}
.cid-uiHEhBKQYE .carousel-controls .carousel-control .mbr-iconfont {
  font-size: 1rem;
}
.cid-uiHEhBKQYE .cloneditem-1,
.cid-uiHEhBKQYE .cloneditem-2,
.cid-uiHEhBKQYE .cloneditem-3,
.cid-uiHEhBKQYE .cloneditem-4,
.cid-uiHEhBKQYE .cloneditem-5 {
  display: none;
}
.cid-uiHEhBKQYE .col-lg-15 {
  -webkit-box-flex: 0;
  -ms-flex: 0 0 100%;
  -webkit-flex: 0 0 100%;
  flex: 0 0 100%;
  max-width: 100%;
  position: relative;
  min-height: 1px;
  padding-right: 10px;
  padding-left: 10px;
  width: 100%;
}
@media (min-width: 992px) {
  .cid-uiHEhBKQYE .col-lg-15 {
    -ms-flex: 0 0 20%;
    -webkit-flex: 0 0 20%;
    flex: 0 0 20%;
    max-width: 20%;
    width: 20%;
  }
  .cid-uiHEhBKQYE .carousel-inner.slides2 > .carousel-item.active.carousel-item-right,
  .cid-uiHEhBKQYE .carousel-inner.slides2 > .carousel-item.carousel-item-next {
    left: 0;
    -webkit-transform: translate3d(50%, 0, 0);
    transform: translate3d(50%, 0, 0);
  }
  .cid-uiHEhBKQYE .carousel-inner.slides2 > .carousel-item.active.carousel-item-left,
  .cid-uiHEhBKQYE .carousel-inner.slides2 > .carousel-item.carousel-item-prev {
    left: 0;
    -webkit-transform: translate3d(-50%, 0, 0);
    transform: translate3d(-50%, 0, 0);
  }
  .cid-uiHEhBKQYE .carousel-inner.slides2 > .carousel-item.carousel-item-left,
  .cid-uiHEhBKQYE .carousel-inner.slides2 > .carousel-item.carousel-item-prev.carousel-item-right,
  .cid-uiHEhBKQYE .carousel-inner.slides2 > .carousel-item.active {
    left: 0;
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
  }
  .cid-uiHEhBKQYE .carousel-inner.slides2 .cloneditem-1,
  .cid-uiHEhBKQYE .carousel-inner.slides2 .cloneditem-2,
  .cid-uiHEhBKQYE .carousel-inner.slides2 .cloneditem-3 {
    display: block;
  }
  .cid-uiHEhBKQYE .carousel-inner.slides3 > .carousel-item.active.carousel-item-right,
  .cid-uiHEhBKQYE .carousel-inner.slides3 > .carousel-item.carousel-item-next {
    left: 0;
    -webkit-transform: translate3d(33.333333%, 0, 0);
    transform: translate3d(33.333333%, 0, 0);
  }
  .cid-uiHEhBKQYE .carousel-inner.slides3 > .carousel-item.active.carousel-item-left,
  .cid-uiHEhBKQYE .carousel-inner.slides3 > .carousel-item.carousel-item-prev {
    left: 0;
    -webkit-transform: translate3d(-33.333333%, 0, 0);
    transform: translate3d(-33.333333%, 0, 0);
  }
  .cid-uiHEhBKQYE .carousel-inner.slides3 > .carousel-item.carousel-item-left,
  .cid-uiHEhBKQYE .carousel-inner.slides3 > .carousel-item.carousel-item-prev.carousel-item-right,
  .cid-uiHEhBKQYE .carousel-inner.slides3 > .carousel-item.active {
    left: 0;
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
  }
  .cid-uiHEhBKQYE .carousel-inner.slides3 .cloneditem-1,
  .cid-uiHEhBKQYE .carousel-inner.slides3 .cloneditem-2,
  .cid-uiHEhBKQYE .carousel-inner.slides3 .cloneditem-3 {
    display: block;
  }
  .cid-uiHEhBKQYE .carousel-inner.slides4 > .carousel-item.active.carousel-item-right,
  .cid-uiHEhBKQYE .carousel-inner.slides4 > .carousel-item.carousel-item-next {
    left: 0;
    -webkit-transform: translate3d(25%, 0, 0);
    transform: translate3d(25%, 0, 0);
  }
  .cid-uiHEhBKQYE .carousel-inner.slides4 > .carousel-item.active.carousel-item-left,
  .cid-uiHEhBKQYE .carousel-inner.slides4 > .carousel-item.carousel-item-prev {
    left: 0;
    -webkit-transform: translate3d(-25%, 0, 0);
    transform: translate3d(-25%, 0, 0);
  }
  .cid-uiHEhBKQYE .carousel-inner.slides4 > .carousel-item.carousel-item-left,
  .cid-uiHEhBKQYE .carousel-inner.slides4 > .carousel-item.carousel-item-prev.carousel-item-right,
  .cid-uiHEhBKQYE .carousel-inner.slides4 > .carousel-item.active {
    left: 0;
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
  }
  .cid-uiHEhBKQYE .carousel-inner.slides4 .cloneditem-1,
  .cid-uiHEhBKQYE .carousel-inner.slides4 .cloneditem-2,
  .cid-uiHEhBKQYE .carousel-inner.slides4 .cloneditem-3 {
    display: block;
  }
  .cid-uiHEhBKQYE .carousel-inner.slides5 > .carousel-item.active.carousel-item-right,
  .cid-uiHEhBKQYE .carousel-inner.slides5 > .carousel-item.carousel-item-next {
    left: 0;
    -webkit-transform: translate3d(20%, 0, 0);
    transform: translate3d(20%, 0, 0);
  }
  .cid-uiHEhBKQYE .carousel-inner.slides5 > .carousel-item.active.carousel-item-left,
  .cid-uiHEhBKQYE .carousel-inner.slides5 > .carousel-item.carousel-item-prev {
    left: 0;
    -webkit-transform: translate3d(-20%, 0, 0);
    transform: translate3d(-20%, 0, 0);
  }
  .cid-uiHEhBKQYE .carousel-inner.slides5 > .carousel-item.carousel-item-left,
  .cid-uiHEhBKQYE .carousel-inner.slides5 > .carousel-item.carousel-item-prev.carousel-item-right,
  .cid-uiHEhBKQYE .carousel-inner.slides5 > .carousel-item.active {
    left: 0;
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
  }
  .cid-uiHEhBKQYE .carousel-inner.slides5 .cloneditem-1,
  .cid-uiHEhBKQYE .carousel-inner.slides5 .cloneditem-2,
  .cid-uiHEhBKQYE .carousel-inner.slides5 .cloneditem-3,
  .cid-uiHEhBKQYE .carousel-inner.slides5 .cloneditem-4 {
    display: block;
  }
  .cid-uiHEhBKQYE .carousel-inner.slides6 > .carousel-item.active.carousel-item-right,
  .cid-uiHEhBKQYE .carousel-inner.slides6 > .carousel-item.carousel-item-next {
    left: 0;
    -webkit-transform: translate3d(16.666667%, 0, 0);
    transform: translate3d(16.666667%, 0, 0);
  }
  .cid-uiHEhBKQYE .carousel-inner.slides6 > .carousel-item.active.carousel-item-left,
  .cid-uiHEhBKQYE .carousel-inner.slides6 > .carousel-item.carousel-item-prev {
    left: 0;
    -webkit-transform: translate3d(-16.666667%, 0, 0);
    transform: translate3d(-16.666667%, 0, 0);
  }
  .cid-uiHEhBKQYE .carousel-inner.slides6 > .carousel-item.carousel-item-left,
  .cid-uiHEhBKQYE .carousel-inner.slides6 > .carousel-item.carousel-item-prev.carousel-item-right,
  .cid-uiHEhBKQYE .carousel-inner.slides6 > .carousel-item.active {
    left: 0;
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
  }
  .cid-uiHEhBKQYE .carousel-inner.slides6 .cloneditem-1,
  .cid-uiHEhBKQYE .carousel-inner.slides6 .cloneditem-2,
  .cid-uiHEhBKQYE .carousel-inner.slides6 .cloneditem-3,
  .cid-uiHEhBKQYE .carousel-inner.slides6 .cloneditem-4,
  .cid-uiHEhBKQYE .carousel-inner.slides6 .cloneditem-5 {
    display: block;
  }
}
.cid-uk1sbliYGf {
  background: #232323;
}
.cid-uk1sbliYGf .video-block {
  margin: auto;
  width: 100% !important;
  border-radius: 0%!important;
}
@media (max-width: 768px) {
  .cid-uk1sbliYGf .video-block {
    width: 100% !important;
    border-radius: 0%!important;
  }
}
.cid-uj433XCwb5 {
  padding-top: 6rem;
  padding-bottom: 6rem;
  background-color: #232323;
}
.cid-uj433XCwb5 .item-subtitle {
  line-height: 1.2;
  color: #232323;
  text-align: center;
}
.cid-uj433XCwb5 img,
.cid-uj433XCwb5 .item-img {
  width: 100%;
  height: 100%;
  height: 400px;
  object-fit: cover;
}
.cid-uj433XCwb5 .item:focus,
.cid-uj433XCwb5 span:focus {
  outline: none;
}
.cid-uj433XCwb5 .item {
  margin-bottom: 2rem;
}
@media (max-width: 767px) {
  .cid-uj433XCwb5 .item {
    margin-bottom: 1rem;
  }
}
.cid-uj433XCwb5 .item-wrapper {
  position: relative;
  border-radius: 4px;
  height: 100%;
  display: flex;
  flex-flow: column nowrap;
}
.cid-uj433XCwb5 .mbr-section-title {
  color: #ffffff;
}
.cid-uj433XCwb5 .mbr-text,
.cid-uj433XCwb5 .mbr-section-btn {
  color: #232323;
  text-align: center;
}
.cid-uj433XCwb5 .item-title {
  color: #ffffff;
  text-align: center;
}
.cid-uj433XCwb5 .content-head {
  max-width: 800px;
}
.cid-uj44sDqRRJ {
  padding-top: 6rem;
  padding-bottom: 1rem;
  background-image: url("../../../assets/images/white-background-2000x1334.jpeg");
}
.cid-uj44sDqRRJ .mbr-fallback-image.disabled {
  display: none;
}
.cid-uj44sDqRRJ .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uj44nWhb7w {
  background-color: #ffffff;
  padding-top: 0px;
  padding-bottom: 0px;
}
.cid-uj44nWhb7w img {
  object-fit: contain;
  border-radius: 0 !important;
}
.cid-uj44v5jeIq {
  padding-top: 6rem;
  padding-bottom: 1rem;
  background-color: #232323;
}
.cid-uj44v5jeIq .mbr-fallback-image.disabled {
  display: none;
}
.cid-uj44v5jeIq .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uj44v5jeIq .mbr-section-title {
  color: #ffffff;
}
.cid-uj44v5jeIq .mbr-section-subtitle {
  color: #ffffff;
}
.cid-uj44Bvs2yD {
  background-color: #ffffff;
  padding-top: 0px;
  padding-bottom: 0px;
}
.cid-uj44Bvs2yD img {
  object-fit: contain;
  border-radius: 0 !important;
}
.cid-uj45irMbEQ {
  display: flex;
}
@media (min-width: 768px) {
  .cid-uj45irMbEQ {
    align-items: flex-end;
  }
  .cid-uj45irMbEQ .row {
    justify-content: flex-start;
  }
  .cid-uj45irMbEQ .content-wrap {
    padding: 1rem 3rem;
  }
}
@media (max-width: 991px) and (min-width: 768px) {
  .cid-uj45irMbEQ .content-wrap {
    min-width: 50%;
  }
}
@media (max-width: 767px) {
  .cid-uj45irMbEQ {
    -webkit-align-items: center;
    align-items: flex-end;
  }
  .cid-uj45irMbEQ .mbr-row {
    -webkit-justify-content: center;
    justify-content: center;
  }
  .cid-uj45irMbEQ .content-wrap {
    width: 100%;
  }
}
.cid-uj45irMbEQ .mbr-fallback-image.disabled {
  display: none;
}
.cid-uj45irMbEQ .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/white-background-2000x1334.jpeg");
}
.cid-uj45irMbEQ .mbr-section-title,
.cid-uj45irMbEQ .mbr-section-subtitle {
  text-align: left;
  color: #ffc091;
}
.cid-uj45irMbEQ .mbr-text,
.cid-uj45irMbEQ .mbr-section-btn {
  text-align: left;
}
.cid-uj4686mV1N {
  padding-top: 0rem;
  padding-bottom: 5rem;
  background-color: #232323;
}
.cid-uj4686mV1N .item-subtitle {
  line-height: 1.2;
  color: #232323;
  text-align: center;
}
.cid-uj4686mV1N img,
.cid-uj4686mV1N .item-img {
  width: 100%;
  height: 100%;
  height: 400px;
  object-fit: cover;
}
.cid-uj4686mV1N .item:focus,
.cid-uj4686mV1N span:focus {
  outline: none;
}
.cid-uj4686mV1N .item {
  margin-bottom: 2rem;
}
@media (max-width: 767px) {
  .cid-uj4686mV1N .item {
    margin-bottom: 1rem;
  }
}
.cid-uj4686mV1N .item-wrapper {
  position: relative;
  border-radius: 4px;
  height: 100%;
  display: flex;
  flex-flow: column nowrap;
}
.cid-uj4686mV1N .mbr-section-title {
  color: #232323;
}
.cid-uj4686mV1N .mbr-text,
.cid-uj4686mV1N .mbr-section-btn {
  color: #ffffff;
  text-align: center;
}
.cid-uj4686mV1N .item-title {
  color: #ffffff;
  text-align: center;
}
.cid-uj4686mV1N .content-head {
  max-width: 800px;
}
.cid-uj46pWGfvz {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-color: #ffffff;
}
.cid-uj46pWGfvz .mbr-fallback-image.disabled {
  display: none;
}
.cid-uj46pWGfvz .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uj4i1zl59y {
  background-color: #ffffff;
  padding-top: 0px;
  padding-bottom: 0px;
}
.cid-uj4i1zl59y img {
  object-fit: contain;
  border-radius: 0 !important;
}
.cid-uj4ijYPcrb {
  padding-top: 1rem;
  padding-bottom: 2rem;
  background-color: #06549d;
}
.cid-uj4ijYPcrb .mbr-fallback-image.disabled {
  display: none;
}
.cid-uj4ijYPcrb .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uj4ijYPcrb .nav-tabs .nav-item.open .nav-link:focus,
.cid-uj4ijYPcrb .nav-tabs .nav-link.active:focus {
  outline: none;
}
.cid-uj4ijYPcrb .nav-tabs {
  flex-wrap: wrap;
  border-bottom: none;
}
@media (max-width: 767px) {
  .cid-uj4ijYPcrb .nav-item {
    width: 100%;
    margin-right: 0 !important;
    text-align: center;
  }
}
.cid-uj4ijYPcrb .nav-tabs .nav-item {
  margin-right: 3rem;
  margin-left: 5rem;
}
.cid-uj4ijYPcrb .nav-tabs .nav-link {
  transition: padding 0.3s ease, background-color 0.3s ease;
  border: none;
  border-radius: 2rem !important;
  padding: 1.25rem 0!important;
  background-color: transparent!important;
  overflow: hidden!important;
}
.cid-uj4ijYPcrb .nav-tabs .nav-link:not(.active) {
  color: #ffffff;
}
.cid-uj4ijYPcrb .nav-tabs .nav-link.active {
  color: #06549d !important;
  background-color: #ffffff !important;
  padding: 1.25rem 2rem!important;
}
.cid-uj4ijYPcrb .mbr-section-title {
  text-align: center;
  color: #ffffff;
}
.cid-uj4ijYPcrb .mbr-section-subtitle {
  text-align: center;
  color: #ffffff;
}
.cid-uj4ijYPcrb .mbr-text {
  color: #ffffff;
  margin: 0;
  text-align: center;
}
.cid-uj4ijYPcrb .content-head {
  max-width: 800px;
}
.cid-uj4ijYPcrb .item-wrapper {
  background-color: #06549d;
  padding: 2.25rem;
}
@media (max-width: 767px) {
  .cid-uj4ijYPcrb .item-wrapper {
    padding: 2rem 1.5rem;
  }
}
.cid-uj4ijYPcrb img {
  border-radius: 0%!important;
  object-fit: contain;
}
.cid-uj4mSrqPCu {
  padding-top: 6rem;
  padding-bottom: 1rem;
  background-color: #232323;
}
.cid-uj4mSrqPCu .mbr-fallback-image.disabled {
  display: none;
}
.cid-uj4mSrqPCu .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uj4mSrqPCu .mbr-section-title {
  color: #ffffff;
}
.cid-uj4mSrqPCu .mbr-section-subtitle {
  color: #ffffff;
}
.cid-uj4mWIVRCU {
  background-color: #ffffff;
  padding-top: 0px;
  padding-bottom: 0px;
}
.cid-uj4mWIVRCU img {
  object-fit: contain;
  border-radius: 0 !important;
}
.cid-uj4nzBbwe6 {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-color: #232323;
}
.cid-uj4nzBbwe6 .mbr-text {
  color: #000000;
}
.cid-uj4nzBbwe6 .mbr-section-subtitle {
  color: #000000;
}
.cid-uj4nzBbwe6 .mbr-section-title {
  color: #ffffff;
  text-align: center;
}
.cid-uj4nzBbwe6 .mbr-text,
.cid-uj4nzBbwe6 .item .mbr-section-btn {
  text-align: left;
}
.cid-uj4nzBbwe6 .item-wrapper {
  background: #f7f7f7;
  margin-bottom: 2rem;
  padding: 2.25rem;
}
@media (min-width: 992px) and (max-width: 1200px) {
  .cid-uj4nzBbwe6 .item-wrapper {
    padding: 2rem 1.5rem;
    margin-bottom: 2rem;
  }
}
@media (max-width: 767px) {
  .cid-uj4nzBbwe6 .item-wrapper {
    padding: 2rem 1.5rem;
    margin-bottom: 1rem;
  }
}
.cid-uduqU6836b {
  padding-top: 2rem;
  padding-bottom: 3rem;
  background-image: url("../../../assets/images/white-background-2000x1334.jpeg");
}
.cid-uduqU6836b .logogree {
  position: relative;
  width: 100%;
}
.cid-uduqU6836b .agree {
  object-position: right;
  width: 40%;
  height: auto;
  object-fit: contain;
  display: block;
  border-radius: 0% !important;
}
.cid-uduqU6836b .mbr-fallback-image.disabled {
  display: none;
}
.cid-uduqU6836b .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uduqU6836b .footer-col {
  justify-content: space-between;
  display: flex;
}
@media (max-width: 767px) {
  .cid-uduqU6836b .footer-col {
    flex-direction: column;
  }
}
.cid-uduqU6836b .row {
  background: #ffffff;
  padding: 4rem 3rem;
  border-radius: 2rem;
  margin: 0px;
}
@media (max-width: 767px) {
  .cid-uduqU6836b .row {
    padding: 2rem 0.5rem;
  }
}
@media (min-width: 768px) and (max-width: 991px) {
  .cid-uduqU6836b .row {
    padding: 2.25rem 1.25rem;
  }
}
@media (min-width: 992px) {
  .cid-uduqU6836b .row {
    padding: 4rem 3rem;
  }
}
@media (max-width: 767px) {
  .cid-uduqU6836b .mbr-section-btn {
    text-align: center;
  }
}
.cid-uduqU6836b .social-row {
  display: flex;
  flex-wrap: wrap;
}
.cid-uduqU6836b .soc-item {
  margin: 8px;
}
.cid-uduqU6836b .soc-item a:hover .mbr-iconfont,
.cid-uduqU6836b .soc-item a:focus .mbr-iconfont {
  background-color: #232323;
}
.cid-uduqU6836b .soc-item a .mbr-iconfont {
  width: 72px;
  height: 72px;
  display: flex;
  align-items: center;
  justify-content: center;
  border-radius: 100%;
  font-size: 20px;
  background-color: #06549d;
  color: #ffffff;
  transition: all 0.3s ease-in-out;
}
@media (max-width: 767px) {
  .cid-uduqU6836b .row {
    text-align: center;
  }
  .cid-uduqU6836b .social-row {
    justify-content: center;
  }
}
.cid-uduqU6836b .list {
  list-style: none;
  padding-left: 0;
  color: #502274;
}
@media (max-width: 991px) {
  .cid-uduqU6836b .list {
    margin-bottom: 2rem;
  }
}
@media (min-width: 992px) {
  .cid-uduqU6836b .list {
    margin-bottom: 0rem;
  }
}
.cid-uduqU6836b .mbr-text {
  color: #bbbbbb;
}
.cid-uduqU6836b .mbr-section-subtitle {
  color: #000000;
  text-align: left;
}
.cid-uduqU6836b .list,
.cid-uduqU6836b .item-wrap {
  color: #232323;
  text-align: left;
}
.cid-uduqU6836b .copyright {
  color: #000000;
  text-align: center;
}
.cid-uduqU6836b H5 {
  text-align: left;
}
.cid-tJGsCG1vVL {
  z-index: 1000;
  width: 100%;
  position: inherit;
}
.cid-tJGsCG1vVL .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 .3s;
}
@media (max-width: 767px) {
  .cid-tJGsCG1vVL .navbar-toggler {
    transform: scale(0.8);
  }
}
.cid-tJGsCG1vVL .navbar-brand {
  flex-shrink: 0;
  align-items: center;
  margin-right: 0;
  padding: 10px 0;
  transition: all 2s;
  word-break: break-word;
  z-index: 1;
}
.cid-tJGsCG1vVL .navbar-brand img {
  max-width: 100%;
  max-height: 100%;
  border-radius: 0px !important;
}
.cid-tJGsCG1vVL .navbar-brand .navbar-caption {
  line-height: inherit !important;
}
.cid-tJGsCG1vVL .navbar-brand .navbar-logo a {
  outline: none;
}
.cid-tJGsCG1vVL .navbar-nav {
  margin: auto;
  margin-left: 0;
  margin-left: auto;
}
.cid-tJGsCG1vVL .navbar-nav .nav-item {
  padding: 0 !important;
  transition: .3s all !important;
}
.cid-tJGsCG1vVL .navbar-nav .nav-item .nav-link {
  padding: 16px !important;
  margin: 0 !important;
  border-radius: 1rem !important;
  transition: .3s all !important;
  border-radius: 4px !important;
}
.cid-tJGsCG1vVL .navbar-nav .nav-item .nav-link:hover {
  background-color: rgba(27, 31, 10, 0.06);
}
.cid-tJGsCG1vVL .navbar-nav .open .nav-link::after {
  transform: rotate(180deg);
}
@media (min-width: 992px) {
  .cid-tJGsCG1vVL .navbar-nav .open .nav-link::before {
    content: "";
    width: 100%;
    height: 20px;
    top: 100%;
    background: transparent;
    position: absolute;
  }
}
.cid-tJGsCG1vVL .navbar-nav .dropdown-item {
  padding: 12px !important;
  border-radius: 0.5rem !important;
  margin: 0 8px !important;
  transition: .3s all !important;
  border-radius: 4px !important;
}
.cid-tJGsCG1vVL .navbar-nav .dropdown-item:hover {
  background-color: rgba(27, 31, 10, 0.06);
}
@media (min-width: 992px) {
  .cid-tJGsCG1vVL .navbar-nav {
    padding-left: 1.5rem;
  }
}
.cid-tJGsCG1vVL .nav-link {
  width: fit-content;
  position: relative;
}
.cid-tJGsCG1vVL .navbar-logo {
  padding-left: 2rem;
  margin: 0 !important;
}
@media (max-width: 767px) {
  .cid-tJGsCG1vVL .navbar-logo {
    padding-left: 1rem;
  }
}
.cid-tJGsCG1vVL .navbar-caption {
  padding-left: 1rem;
  padding-right: .5rem;
}
@media (max-width: 767px) {
  .cid-tJGsCG1vVL .nav-dropdown {
    padding-bottom: 0.5rem;
  }
}
.cid-tJGsCG1vVL .nav-dropdown .link.dropdown-toggle::after {
  margin-left: 0.5rem;
  margin-top: 0.2rem;
  transition: .3s all;
  transition-delay: 300ms;
}
.cid-tJGsCG1vVL .container {
  display: flex;
  height: 90px;
  padding: 0.5rem 0.6rem;
  flex-wrap: nowrap;
  background: rgba(255, 255, 255, 0.9) !important;
  left: 0;
  right: 0;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: flex-end;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  border-radius: 100vw;
  margin-top: 1rem;
  background-color: #ffffff;
  box-shadow: 0 30px 60px 0 rgba(27, 31, 10, 0.08);
  border-radius: 4px !important;
}
@media (max-width: 992px) {
  .cid-tJGsCG1vVL .container {
    padding-right: 2rem;
  }
}
@media (max-width: 767px) {
  .cid-tJGsCG1vVL .container {
    width: 95%;
    height: 56px !important;
    padding-right: 1rem;
    margin-top: 0rem;
  }
}
.cid-tJGsCG1vVL .iconfont-wrapper {
  color: #0c2c68 !important;
  font-size: 1.5rem;
  padding-right: 0.5rem;
}
.cid-tJGsCG1vVL .dropdown-menu {
  flex-wrap: wrap;
  flex-direction: column;
  max-width: 100%;
  padding: 12px 4px !important;
  border-radius: 1.5rem;
  transition: .3s all !important;
  transition-delay: 300ms;
  min-width: auto;
  background: #ffffff;
  background: rgba(255, 255, 255, 0.9) !important;
  border-radius: 4px !important;
}
.cid-tJGsCG1vVL .nav-item:focus,
.cid-tJGsCG1vVL .nav-link:focus {
  outline: none;
}
.cid-tJGsCG1vVL .dropdown .dropdown-menu .dropdown-item {
  width: auto;
  transition: all .3s;
  transition-delay: 300ms;
}
.cid-tJGsCG1vVL .dropdown .dropdown-menu .dropdown-item::after {
  right: 0.5rem;
}
.cid-tJGsCG1vVL .dropdown .dropdown-menu .dropdown-item .mbr-iconfont {
  margin-right: 0.5rem;
  vertical-align: sub;
}
.cid-tJGsCG1vVL .dropdown .dropdown-menu .dropdown-item .mbr-iconfont:before {
  display: inline-block;
  transform: scale(1, 1);
  transition: all .3s;
}
.cid-tJGsCG1vVL .collapsed .dropdown-menu .dropdown-item:before {
  display: none;
}
.cid-tJGsCG1vVL .collapsed .dropdown .dropdown-menu .dropdown-item {
  padding: 0.235em 1.5em 0.235em 1.5em !important;
  transition: none;
  margin: 0 !important;
}
.cid-tJGsCG1vVL .navbar {
  min-height: 90px;
  transition: all 5s;
  border-bottom: 1px solid transparent;
  background: transparent !important;
  padding: 0 !important;
  border: none !important;
  box-shadow: none !important;
  border-radius: 0 !important;
}
.cid-tJGsCG1vVL .navbar.opened {
  transition: all 0.3s;
}
.cid-tJGsCG1vVL .navbar .dropdown-item {
  padding: 0.5rem 1.8rem;
}
.cid-tJGsCG1vVL .navbar .navbar-logo img {
  width: auto;
}
.cid-tJGsCG1vVL .navbar .navbar-collapse {
  z-index: 1;
  justify-content: flex-end;
}
.cid-tJGsCG1vVL .navbar.collapsed {
  justify-content: center;
}
.cid-tJGsCG1vVL .navbar.collapsed .nav-item .nav-link::before {
  display: none;
}
.cid-tJGsCG1vVL .navbar.collapsed.opened .dropdown-menu {
  top: 0;
}
@media (min-width: 992px) {
  .cid-tJGsCG1vVL .navbar.collapsed.opened:not(.navbar-short) .navbar-collapse {
    max-height: calc(98.5vh - 3.4rem);
  }
}
.cid-tJGsCG1vVL .navbar.collapsed .dropdown-menu .dropdown-submenu {
  left: 0 !important;
}
.cid-tJGsCG1vVL .navbar.collapsed .dropdown-menu .dropdown-item:after {
  right: auto;
}
.cid-tJGsCG1vVL .navbar.collapsed .dropdown-menu .dropdown-toggle[data-toggle="dropdown-submenu"]:after {
  margin-left: 0.5rem;
  margin-top: 0.2rem;
  border-top: 0.35em solid;
  border-right: 0.35em solid transparent;
  border-left: 0.35em solid transparent;
  border-bottom: 0;
  top: 41%;
}
.cid-tJGsCG1vVL .navbar.collapsed ul.navbar-nav li {
  margin: auto;
}
.cid-tJGsCG1vVL .navbar.collapsed .dropdown-menu .dropdown-item {
  padding: 0.25rem 0.5rem;
  text-align: center;
}
.cid-tJGsCG1vVL .navbar.collapsed .icons-menu {
  padding-left: 0;
  padding-right: 0;
  padding-top: 0.5rem;
  padding-bottom: 0.5rem;
}
@media (max-width: 767px) {
  .cid-tJGsCG1vVL .navbar {
    min-height: 72px;
  }
  .cid-tJGsCG1vVL .navbar .navbar-logo img {
    height: 2rem !important;
  }
}
@media (max-width: 991px) {
  .cid-tJGsCG1vVL .navbar .nav-item .nav-link::before {
    display: none;
  }
  .cid-tJGsCG1vVL .navbar.opened .dropdown-menu {
    top: 0;
  }
  .cid-tJGsCG1vVL .navbar .dropdown-menu .dropdown-submenu {
    left: 0 !important;
  }
  .cid-tJGsCG1vVL .navbar .dropdown-menu .dropdown-item:after {
    right: auto;
  }
  .cid-tJGsCG1vVL .navbar .dropdown-menu .dropdown-toggle[data-toggle="dropdown-submenu"]:after {
    margin-left: 0.5rem;
    margin-top: 0.2rem;
    border-top: 0.35em solid;
    border-right: 0.35em solid transparent;
    border-left: 0.35em solid transparent;
    border-bottom: 0;
    top: 40%;
  }
  .cid-tJGsCG1vVL .navbar .dropdown-menu .dropdown-item {
    padding: 0.25rem 1.5rem !important;
    text-align: center;
  }
  .cid-tJGsCG1vVL .navbar .navbar-brand {
    flex-shrink: initial;
    flex-basis: auto;
    word-break: break-word;
    padding-right: 10px;
  }
  .cid-tJGsCG1vVL .navbar .navbar-toggler {
    flex-basis: auto;
  }
  .cid-tJGsCG1vVL .navbar .icons-menu {
    padding-left: 0;
    padding-top: 0.5rem;
    padding-bottom: 0.5rem;
  }
}
.cid-tJGsCG1vVL .navbar.navbar-short .navbar-logo img {
  height: 2rem;
}
.cid-tJGsCG1vVL .dropdown-item.active,
.cid-tJGsCG1vVL .dropdown-item:active {
  background-color: transparent;
}
.cid-tJGsCG1vVL .navbar-expand-lg .navbar-nav .nav-link {
  padding: 0;
}
.cid-tJGsCG1vVL .nav-dropdown .link.dropdown-toggle {
  margin-right: 1.667em;
}
.cid-tJGsCG1vVL .nav-dropdown .link.dropdown-toggle[aria-expanded="true"] {
  margin-right: 0;
  padding: 0.667em 1.667em;
}
.cid-tJGsCG1vVL .navbar.navbar-expand-lg .dropdown .dropdown-menu {
  background: #ffffff;
}
.cid-tJGsCG1vVL .navbar.navbar-expand-lg .dropdown .dropdown-menu .dropdown-submenu {
  margin: 0;
  left: 100%;
  transform: none;
  top: -12px;
}
.cid-tJGsCG1vVL .navbar .dropdown.open > .dropdown-menu {
  display: flex;
}
.cid-tJGsCG1vVL ul.navbar-nav {
  flex-wrap: wrap;
}
.cid-tJGsCG1vVL .navbar-buttons {
  text-align: center;
  min-width: 140px;
}
@media (max-width: 992px) {
  .cid-tJGsCG1vVL .navbar-buttons {
    text-align: left;
  }
}
.cid-tJGsCG1vVL button.navbar-toggler {
  outline: none;
  width: 31px;
  height: 20px;
  cursor: pointer;
  transition: all 0.2s;
  position: relative;
  align-self: center;
}
.cid-tJGsCG1vVL button.navbar-toggler .hamburger span {
  position: absolute;
  right: 0;
  width: 30px;
  height: 2px;
  border-right: 5px;
  background-color: #06549d;
}
.cid-tJGsCG1vVL button.navbar-toggler .hamburger span:nth-child(1) {
  top: 0;
  transition: all 0.2s;
}
.cid-tJGsCG1vVL button.navbar-toggler .hamburger span:nth-child(2) {
  top: 8px;
  transition: all 0.15s;
}
.cid-tJGsCG1vVL button.navbar-toggler .hamburger span:nth-child(3) {
  top: 8px;
  transition: all 0.15s;
}
.cid-tJGsCG1vVL button.navbar-toggler .hamburger span:nth-child(4) {
  top: 16px;
  transition: all 0.2s;
}
.cid-tJGsCG1vVL nav.opened .hamburger span:nth-child(1) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-tJGsCG1vVL nav.opened .hamburger span:nth-child(2) {
  transform: rotate(45deg);
  transition: all 0.25s;
}
.cid-tJGsCG1vVL nav.opened .hamburger span:nth-child(3) {
  transform: rotate(-45deg);
  transition: all 0.25s;
}
.cid-tJGsCG1vVL nav.opened .hamburger span:nth-child(4) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-tJGsCG1vVL .navbar-dropdown {
  padding: 0 1rem;
}
.cid-tJGsCG1vVL a.nav-link {
  display: flex;
  align-items: center;
  justify-content: center;
}
.cid-tJGsCG1vVL .icons-menu {
  flex-wrap: nowrap;
  display: flex;
  justify-content: center;
  padding-left: 1rem;
  padding-right: 1rem;
  padding-top: 0.3rem;
  text-align: center;
}
@media (max-width: 992px) {
  .cid-tJGsCG1vVL .icons-menu {
    justify-content: flex-start;
    margin-bottom: .5rem;
  }
}
@media screen and (-ms-high-contrast: active), (-ms-high-contrast: none) {
  .cid-tJGsCG1vVL .navbar {
    height: 70px;
  }
  .cid-tJGsCG1vVL .navbar.opened {
    height: auto;
  }
  .cid-tJGsCG1vVL .nav-item .nav-link:hover::before {
    width: 175%;
    max-width: calc(100% + 2rem);
    left: -1rem;
  }
}
.cid-tJGsCG1vVL .navbar .dropdown > .dropdown-menu {
  display: none;
  width: max-content;
  max-width: 500px !important;
  transform: translateX(-50%);
  top: calc(100% + 20px);
  left: 50%;
}
.cid-tJGsCG1vVL .navbar .dropdown > .dropdown-menu .dropdown-item {
  line-height: 1 !important;
}
.cid-tJGsCG1vVL .navbar .dropdown > .dropdown-menu .dropdown .dropdown-item {
  align-items: center;
  display: flex;
  height: max-content !important;
  min-height: max-content !important;
}
.cid-tJGsCG1vVL .navbar .dropdown > .dropdown-menu .dropdown .dropdown-item::after {
  display: inline-block;
  position: static;
  margin-left: 0.5rem;
  margin-top: 0;
  margin-right: 0;
  margin-bottom: 0;
  transition: .3s all;
  transform: rotate(-90deg);
}
.cid-tJGsCG1vVL .navbar .dropdown > .dropdown-menu .dropdown.open .dropdown-item::after {
  transform: rotate(0deg);
}
.cid-tJGsCG1vVL .mbr-section-btn {
  margin: -0.6rem -0.6rem;
}
.cid-tJGsCG1vVL .navbar-toggler {
  margin-left: 12px;
  margin-right: 8px;
  order: 1000;
}
@media (max-width: 991px) {
  .cid-tJGsCG1vVL .navbar-brand {
    margin-right: auto;
  }
  .cid-tJGsCG1vVL .navbar-collapse {
    z-index: -1 !important;
    position: absolute;
    top: 110%;
    left: 0;
    width: 100%;
    padding: 1rem;
    border-radius: 1.5rem;
    background: #ffffff;
    opacity: 1;
    border-color: rgba(255, 255, 255, 0.9) !important;
    background: rgba(255, 255, 255, 0.9) !important;
    backdrop-filter: blur(8px);
    border-radius: 4px !important;
  }
  .cid-tJGsCG1vVL .navbar-nav .nav-item .nav-link::after {
    margin-left: 10px;
  }
  .cid-tJGsCG1vVL .navbar-nav .dropdown-item:hover {
    background-color: rgba(27, 31, 10, 0.06);
  }
  .cid-tJGsCG1vVL .navbar .dropdown > .dropdown-menu {
    max-width: 100% !important;
    transform: translateX(0);
    top: 10px;
    left: 0;
    padding: 8px !important;
    border-radius: 1rem;
    background-color: rgba(27, 31, 10, 0.04) !important;
  }
  .cid-tJGsCG1vVL .navbar .dropdown > .dropdown-menu .dropdown-item {
    padding: 8px !important;
    line-height: 1 !important;
    margin-bottom: 4px !important;
  }
  .cid-tJGsCG1vVL .navbar .dropdown > .dropdown-menu .dropdown .dropdown-item {
    align-items: center;
    display: flex;
    height: max-content !important;
    min-height: max-content !important;
  }
  .cid-tJGsCG1vVL .navbar .dropdown > .dropdown-menu .dropdown .dropdown-item::after {
    display: inline-block;
    position: static;
    margin-left: 0.5rem;
    margin-top: 0;
    margin-right: 0;
    margin-bottom: 0;
    transition: .3s all;
    transform: rotate(0deg);
  }
  .cid-tJGsCG1vVL .navbar .dropdown > .dropdown-menu .dropdown.open .dropdown-item::after {
    transform: rotate(180deg);
  }
  .cid-tJGsCG1vVL .navbar .dropdown > .dropdown-menu .dropdown-submenu {
    position: static;
    width: 100%;
    max-width: 100% !important;
    transform: translateX(0) !important;
    top: 0;
    left: 0;
    padding: 8px !important;
    border-radius: 1rem;
    background-color: rgba(27, 31, 10, 0.04) !important;
  }
  .cid-tJGsCG1vVL .navbar .dropdown.open > .dropdown-menu {
    display: flex !important;
    flex-direction: column;
    align-items: flex-start;
  }
}
@media (max-width: 575px) {
  .cid-tJGsCG1vVL .navbar-collapse {
    padding: 1rem;
  }
}
.cid-uj4q5XAslp {
  padding-top: 8rem;
  padding-bottom: 1rem;
  background-color: #000000;
}
.cid-uj4q5XAslp .justify-content-center {
  align-items: center;
}
.cid-uj4q5XAslp .mbr-fallback-image.disabled {
  display: none;
}
.cid-uj4q5XAslp .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uj4q5XAslp .item-wrapper {
  display: flex;
  margin-left: auto;
}
@media (max-width: 767px) {
  .cid-uj4q5XAslp .item-wrapper {
    margin-bottom: 1rem;
  }
}
.cid-uj4q5XAslp .mbr-section-btn {
  padding-left: 1.5rem;
  text-align: right;
}
@media (max-width: 767px) {
  .cid-uj4q5XAslp .mbr-section-btn {
    text-align: center;
    padding-left: 0rem;
  }
}
.cid-uj4q5XAslp .row {
  align-items: center;
}
.cid-uj4q5XAslp .card-text {
  color: #ffffff;
  margin-bottom: 0px;
  text-align: left;
}
@media (max-width: 767px) {
  .cid-uj4q5XAslp .card-text {
    text-align: center;
  }
}
.cid-uj4shzDd6K {
  background-color: #ffffff;
  padding-top: 0;
  padding-bottom: 0;
}
.cid-uj4shzDd6K .carousel {
  width: 100%;
}
.cid-uj4shzDd6K .carousel-inner {
  display: flex;
  align-content: center;
  align-items: center;
}
.cid-uj4shzDd6K .carousel-item img {
  height: 100vh;
  object-fit: cover;
}
.cid-uj4shzDd6K img,
.cid-uj4shzDd6K .item-wrapper {
  border-radius: 0 !important;
}
.cid-uj4shzDd6K .carousel-caption {
  bottom: 40px;
}
.cid-uj4shzDd6K .mobi-mbri-arrow-next {
  margin-left: 5px;
}
.cid-uj4shzDd6K .mobi-mbri-arrow-prev {
  margin-right: 5px;
}
.cid-uj4shzDd6K .carousel-control:hover {
  background: #1b1b1b;
  color: #fff;
  opacity: 1;
}
.cid-uj4shzDd6K .item-wrapper {
  width: 100%;
}
@media (max-width: 767px) {
  .cid-uj4shzDd6K .container .carousel-control {
    margin-bottom: 0;
  }
  .cid-uj4shzDd6K .content-slider-wrap {
    width: 100% !important;
  }
}
.cid-uj4shzDd6K .container .carousel-indicators {
  margin-bottom: 3px;
}
.cid-uj4shzDd6K .carousel-control {
  top: 50%;
  width: 60px;
  height: 60px;
  margin-top: -1.5rem;
  font-size: 22px;
  background-color: rgba(0, 0, 0, 0.5);
  border: 2px solid #fff;
  border-radius: 50%;
  transition: all 0.3s;
}
.cid-uj4shzDd6K .carousel-control.carousel-control-prev {
  left: 0;
  margin-left: 2.5rem;
}
.cid-uj4shzDd6K .carousel-control.carousel-control-next {
  right: 0;
  margin-right: 2.5rem;
}
@media (max-width: 767px) {
  .cid-uj4shzDd6K .carousel-control {
    top: auto;
    bottom: 1rem;
  }
}
.cid-uj4shzDd6K .carousel-indicators {
  position: absolute;
  bottom: 0;
  margin-bottom: 1.5rem !important;
}
.cid-uj4shzDd6K .carousel-indicators li {
  max-width: 15px;
  height: 15px;
  width: 15px;
  max-height: 15px;
  margin: 3px;
  background-color: rgba(0, 0, 0, 0.5);
  border: 2px solid #fff;
  border-radius: 50%;
  opacity: 0.5;
  transition: all 0.3s;
}
.cid-uj4shzDd6K .carousel-indicators li.active,
.cid-uj4shzDd6K .carousel-indicators li:hover {
  opacity: 0.9;
}
.cid-uj4shzDd6K .carousel-indicators li::after,
.cid-uj4shzDd6K .carousel-indicators li::before {
  content: none;
}
.cid-uj4shzDd6K .carousel-indicators.ie-fix {
  left: 50%;
  display: block;
  width: 60%;
  margin-left: -30%;
  text-align: center;
}
@media (max-width: 768px) {
  .cid-uj4shzDd6K .carousel-indicators {
    display: none !important;
  }
}
@media (max-width: 991px) {
  .cid-uj4shzDd6K .mbr-section-subtitle,
  .cid-uj4shzDd6K .mbr-section-text,
  .cid-uj4shzDd6K .mbr-section-btn {
    text-align: center;
  }
}
.cid-uj4shzDd6K .carousel-control-prev,
.cid-uj4shzDd6K .carousel-control-next {
  display: none;
}
.cid-uj4W1nsk8E {
  padding-top: 6rem;
  padding-bottom: 6rem;
  background-color: #000000;
}
.cid-uj4W1nsk8E .mbr-text {
  color: #000000;
}
.cid-uj4W1nsk8E .mbr-section-subtitle {
  color: #000000;
  text-align: center;
}
.cid-uj4W1nsk8E .mbr-section-title {
  color: #ffffff;
  text-align: left;
}
.cid-uj4W1nsk8E .mbr-section-subtitle,
.cid-uj4W1nsk8E .main-button {
  text-align: left;
  color: #ffffff;
}
.cid-uj4W1nsk8E .main-button {
  margin-bottom: 2rem;
}
@media (max-width: 767px) {
  .cid-uj4W1nsk8E .main-button {
    margin-bottom: 2rem;
  }
}
.cid-uj4W1nsk8E .mbr-iconfont {
  font-size: 1.2rem !important;
  font-family: 'Moririse2' !important;
  color: white;
  transition: all 0.3s;
  transform: rotate(180deg);
  padding-left: 0.5rem;
}
.cid-uj4W1nsk8E .panel-group {
  border: none;
}
.cid-uj4W1nsk8E .card-header {
  padding: 0rem;
}
@media (max-width: 767px) {
  .cid-uj4W1nsk8E .card-header {
    padding: 0rem;
  }
}
.cid-uj4W1nsk8E .panel-body {
  padding: 0rem;
  padding-bottom: 0.5rem;
  margin-top: 1rem;
}
.cid-uj4W1nsk8E .collapsed span {
  transform: rotate(0deg);
}
.cid-uj4W1nsk8E .panel-title {
  display: flex;
  align-items: center;
  justify-content: space-between;
}
.cid-uj4W1nsk8E p {
  margin-bottom: 0.3rem;
}
.cid-uj4W1nsk8E .panel-title-edit {
  color: #000000;
}
.cid-uj4W1nsk8E .card .card-header {
  background-color: transparent;
  margin-bottom: 0;
  border: 0;
  border-radius: 2rem;
}
.cid-uj4W1nsk8E .card {
  background: #ffffff;
  padding: 2.25rem;
  border-radius: 2rem;
  margin-bottom: 1rem;
}
@media (max-width: 767px) {
  .cid-uj4W1nsk8E .card {
    padding: 2rem 1.5rem;
    margin-bottom: 1rem;
  }
}
@media (min-width: 992px) and (max-width: 1200px) {
  .cid-uj4W1nsk8E .card {
    margin-bottom: 1rem;
    padding: 2rem 1.5rem;
  }
}
.cid-uj4W1nsk8E .panel-text {
  color: #000000;
}
.cid-uj4W1nsk8E .panel-title-edit,
.cid-uj4W1nsk8E .mbr-iconfont {
  color: #000000;
}
.cid-uduqU6836b {
  padding-top: 2rem;
  padding-bottom: 3rem;
  background-image: url("../../../assets/images/white-background-2000x1334.jpeg");
}
.cid-uduqU6836b .logogree {
  position: relative;
  width: 100%;
}
.cid-uduqU6836b .agree {
  object-position: right;
  width: 40%;
  height: auto;
  object-fit: contain;
  display: block;
  border-radius: 0% !important;
}
.cid-uduqU6836b .mbr-fallback-image.disabled {
  display: none;
}
.cid-uduqU6836b .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uduqU6836b .footer-col {
  justify-content: space-between;
  display: flex;
}
@media (max-width: 767px) {
  .cid-uduqU6836b .footer-col {
    flex-direction: column;
  }
}
.cid-uduqU6836b .row {
  background: #ffffff;
  padding: 4rem 3rem;
  border-radius: 2rem;
  margin: 0px;
}
@media (max-width: 767px) {
  .cid-uduqU6836b .row {
    padding: 2rem 0.5rem;
  }
}
@media (min-width: 768px) and (max-width: 991px) {
  .cid-uduqU6836b .row {
    padding: 2.25rem 1.25rem;
  }
}
@media (min-width: 992px) {
  .cid-uduqU6836b .row {
    padding: 4rem 3rem;
  }
}
@media (max-width: 767px) {
  .cid-uduqU6836b .mbr-section-btn {
    text-align: center;
  }
}
.cid-uduqU6836b .social-row {
  display: flex;
  flex-wrap: wrap;
}
.cid-uduqU6836b .soc-item {
  margin: 8px;
}
.cid-uduqU6836b .soc-item a:hover .mbr-iconfont,
.cid-uduqU6836b .soc-item a:focus .mbr-iconfont {
  background-color: #232323;
}
.cid-uduqU6836b .soc-item a .mbr-iconfont {
  width: 72px;
  height: 72px;
  display: flex;
  align-items: center;
  justify-content: center;
  border-radius: 100%;
  font-size: 20px;
  background-color: #06549d;
  color: #ffffff;
  transition: all 0.3s ease-in-out;
}
@media (max-width: 767px) {
  .cid-uduqU6836b .row {
    text-align: center;
  }
  .cid-uduqU6836b .social-row {
    justify-content: center;
  }
}
.cid-uduqU6836b .list {
  list-style: none;
  padding-left: 0;
  color: #502274;
}
@media (max-width: 991px) {
  .cid-uduqU6836b .list {
    margin-bottom: 2rem;
  }
}
@media (min-width: 992px) {
  .cid-uduqU6836b .list {
    margin-bottom: 0rem;
  }
}
.cid-uduqU6836b .mbr-text {
  color: #bbbbbb;
}
.cid-uduqU6836b .mbr-section-subtitle {
  color: #000000;
  text-align: left;
}
.cid-uduqU6836b .list,
.cid-uduqU6836b .item-wrap {
  color: #232323;
  text-align: left;
}
.cid-uduqU6836b .copyright {
  color: #000000;
  text-align: center;
}
.cid-uduqU6836b H5 {
  text-align: left;
}
.cid-tJGsCG1vVL {
  z-index: 1000;
  width: 100%;
  position: inherit;
}
.cid-tJGsCG1vVL .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 .3s;
}
@media (max-width: 767px) {
  .cid-tJGsCG1vVL .navbar-toggler {
    transform: scale(0.8);
  }
}
.cid-tJGsCG1vVL .navbar-brand {
  flex-shrink: 0;
  align-items: center;
  margin-right: 0;
  padding: 10px 0;
  transition: all 2s;
  word-break: break-word;
  z-index: 1;
}
.cid-tJGsCG1vVL .navbar-brand img {
  max-width: 100%;
  max-height: 100%;
  border-radius: 0px !important;
}
.cid-tJGsCG1vVL .navbar-brand .navbar-caption {
  line-height: inherit !important;
}
.cid-tJGsCG1vVL .navbar-brand .navbar-logo a {
  outline: none;
}
.cid-tJGsCG1vVL .navbar-nav {
  margin: auto;
  margin-left: 0;
  margin-left: auto;
}
.cid-tJGsCG1vVL .navbar-nav .nav-item {
  padding: 0 !important;
  transition: .3s all !important;
}
.cid-tJGsCG1vVL .navbar-nav .nav-item .nav-link {
  padding: 16px !important;
  margin: 0 !important;
  border-radius: 1rem !important;
  transition: .3s all !important;
  border-radius: 4px !important;
}
.cid-tJGsCG1vVL .navbar-nav .nav-item .nav-link:hover {
  background-color: rgba(27, 31, 10, 0.06);
}
.cid-tJGsCG1vVL .navbar-nav .open .nav-link::after {
  transform: rotate(180deg);
}
@media (min-width: 992px) {
  .cid-tJGsCG1vVL .navbar-nav .open .nav-link::before {
    content: "";
    width: 100%;
    height: 20px;
    top: 100%;
    background: transparent;
    position: absolute;
  }
}
.cid-tJGsCG1vVL .navbar-nav .dropdown-item {
  padding: 12px !important;
  border-radius: 0.5rem !important;
  margin: 0 8px !important;
  transition: .3s all !important;
  border-radius: 4px !important;
}
.cid-tJGsCG1vVL .navbar-nav .dropdown-item:hover {
  background-color: rgba(27, 31, 10, 0.06);
}
@media (min-width: 992px) {
  .cid-tJGsCG1vVL .navbar-nav {
    padding-left: 1.5rem;
  }
}
.cid-tJGsCG1vVL .nav-link {
  width: fit-content;
  position: relative;
}
.cid-tJGsCG1vVL .navbar-logo {
  padding-left: 2rem;
  margin: 0 !important;
}
@media (max-width: 767px) {
  .cid-tJGsCG1vVL .navbar-logo {
    padding-left: 1rem;
  }
}
.cid-tJGsCG1vVL .navbar-caption {
  padding-left: 1rem;
  padding-right: .5rem;
}
@media (max-width: 767px) {
  .cid-tJGsCG1vVL .nav-dropdown {
    padding-bottom: 0.5rem;
  }
}
.cid-tJGsCG1vVL .nav-dropdown .link.dropdown-toggle::after {
  margin-left: 0.5rem;
  margin-top: 0.2rem;
  transition: .3s all;
  transition-delay: 300ms;
}
.cid-tJGsCG1vVL .container {
  display: flex;
  height: 90px;
  padding: 0.5rem 0.6rem;
  flex-wrap: nowrap;
  background: rgba(255, 255, 255, 0.9) !important;
  left: 0;
  right: 0;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: flex-end;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  border-radius: 100vw;
  margin-top: 1rem;
  background-color: #ffffff;
  box-shadow: 0 30px 60px 0 rgba(27, 31, 10, 0.08);
  border-radius: 4px !important;
}
@media (max-width: 992px) {
  .cid-tJGsCG1vVL .container {
    padding-right: 2rem;
  }
}
@media (max-width: 767px) {
  .cid-tJGsCG1vVL .container {
    width: 95%;
    height: 56px !important;
    padding-right: 1rem;
    margin-top: 0rem;
  }
}
.cid-tJGsCG1vVL .iconfont-wrapper {
  color: #0c2c68 !important;
  font-size: 1.5rem;
  padding-right: 0.5rem;
}
.cid-tJGsCG1vVL .dropdown-menu {
  flex-wrap: wrap;
  flex-direction: column;
  max-width: 100%;
  padding: 12px 4px !important;
  border-radius: 1.5rem;
  transition: .3s all !important;
  transition-delay: 300ms;
  min-width: auto;
  background: #ffffff;
  background: rgba(255, 255, 255, 0.9) !important;
  border-radius: 4px !important;
}
.cid-tJGsCG1vVL .nav-item:focus,
.cid-tJGsCG1vVL .nav-link:focus {
  outline: none;
}
.cid-tJGsCG1vVL .dropdown .dropdown-menu .dropdown-item {
  width: auto;
  transition: all .3s;
  transition-delay: 300ms;
}
.cid-tJGsCG1vVL .dropdown .dropdown-menu .dropdown-item::after {
  right: 0.5rem;
}
.cid-tJGsCG1vVL .dropdown .dropdown-menu .dropdown-item .mbr-iconfont {
  margin-right: 0.5rem;
  vertical-align: sub;
}
.cid-tJGsCG1vVL .dropdown .dropdown-menu .dropdown-item .mbr-iconfont:before {
  display: inline-block;
  transform: scale(1, 1);
  transition: all .3s;
}
.cid-tJGsCG1vVL .collapsed .dropdown-menu .dropdown-item:before {
  display: none;
}
.cid-tJGsCG1vVL .collapsed .dropdown .dropdown-menu .dropdown-item {
  padding: 0.235em 1.5em 0.235em 1.5em !important;
  transition: none;
  margin: 0 !important;
}
.cid-tJGsCG1vVL .navbar {
  min-height: 90px;
  transition: all 5s;
  border-bottom: 1px solid transparent;
  background: transparent !important;
  padding: 0 !important;
  border: none !important;
  box-shadow: none !important;
  border-radius: 0 !important;
}
.cid-tJGsCG1vVL .navbar.opened {
  transition: all 0.3s;
}
.cid-tJGsCG1vVL .navbar .dropdown-item {
  padding: 0.5rem 1.8rem;
}
.cid-tJGsCG1vVL .navbar .navbar-logo img {
  width: auto;
}
.cid-tJGsCG1vVL .navbar .navbar-collapse {
  z-index: 1;
  justify-content: flex-end;
}
.cid-tJGsCG1vVL .navbar.collapsed {
  justify-content: center;
}
.cid-tJGsCG1vVL .navbar.collapsed .nav-item .nav-link::before {
  display: none;
}
.cid-tJGsCG1vVL .navbar.collapsed.opened .dropdown-menu {
  top: 0;
}
@media (min-width: 992px) {
  .cid-tJGsCG1vVL .navbar.collapsed.opened:not(.navbar-short) .navbar-collapse {
    max-height: calc(98.5vh - 3.4rem);
  }
}
.cid-tJGsCG1vVL .navbar.collapsed .dropdown-menu .dropdown-submenu {
  left: 0 !important;
}
.cid-tJGsCG1vVL .navbar.collapsed .dropdown-menu .dropdown-item:after {
  right: auto;
}
.cid-tJGsCG1vVL .navbar.collapsed .dropdown-menu .dropdown-toggle[data-toggle="dropdown-submenu"]:after {
  margin-left: 0.5rem;
  margin-top: 0.2rem;
  border-top: 0.35em solid;
  border-right: 0.35em solid transparent;
  border-left: 0.35em solid transparent;
  border-bottom: 0;
  top: 41%;
}
.cid-tJGsCG1vVL .navbar.collapsed ul.navbar-nav li {
  margin: auto;
}
.cid-tJGsCG1vVL .navbar.collapsed .dropdown-menu .dropdown-item {
  padding: 0.25rem 0.5rem;
  text-align: center;
}
.cid-tJGsCG1vVL .navbar.collapsed .icons-menu {
  padding-left: 0;
  padding-right: 0;
  padding-top: 0.5rem;
  padding-bottom: 0.5rem;
}
@media (max-width: 767px) {
  .cid-tJGsCG1vVL .navbar {
    min-height: 72px;
  }
  .cid-tJGsCG1vVL .navbar .navbar-logo img {
    height: 2rem !important;
  }
}
@media (max-width: 991px) {
  .cid-tJGsCG1vVL .navbar .nav-item .nav-link::before {
    display: none;
  }
  .cid-tJGsCG1vVL .navbar.opened .dropdown-menu {
    top: 0;
  }
  .cid-tJGsCG1vVL .navbar .dropdown-menu .dropdown-submenu {
    left: 0 !important;
  }
  .cid-tJGsCG1vVL .navbar .dropdown-menu .dropdown-item:after {
    right: auto;
  }
  .cid-tJGsCG1vVL .navbar .dropdown-menu .dropdown-toggle[data-toggle="dropdown-submenu"]:after {
    margin-left: 0.5rem;
    margin-top: 0.2rem;
    border-top: 0.35em solid;
    border-right: 0.35em solid transparent;
    border-left: 0.35em solid transparent;
    border-bottom: 0;
    top: 40%;
  }
  .cid-tJGsCG1vVL .navbar .dropdown-menu .dropdown-item {
    padding: 0.25rem 1.5rem !important;
    text-align: center;
  }
  .cid-tJGsCG1vVL .navbar .navbar-brand {
    flex-shrink: initial;
    flex-basis: auto;
    word-break: break-word;
    padding-right: 10px;
  }
  .cid-tJGsCG1vVL .navbar .navbar-toggler {
    flex-basis: auto;
  }
  .cid-tJGsCG1vVL .navbar .icons-menu {
    padding-left: 0;
    padding-top: 0.5rem;
    padding-bottom: 0.5rem;
  }
}
.cid-tJGsCG1vVL .navbar.navbar-short .navbar-logo img {
  height: 2rem;
}
.cid-tJGsCG1vVL .dropdown-item.active,
.cid-tJGsCG1vVL .dropdown-item:active {
  background-color: transparent;
}
.cid-tJGsCG1vVL .navbar-expand-lg .navbar-nav .nav-link {
  padding: 0;
}
.cid-tJGsCG1vVL .nav-dropdown .link.dropdown-toggle {
  margin-right: 1.667em;
}
.cid-tJGsCG1vVL .nav-dropdown .link.dropdown-toggle[aria-expanded="true"] {
  margin-right: 0;
  padding: 0.667em 1.667em;
}
.cid-tJGsCG1vVL .navbar.navbar-expand-lg .dropdown .dropdown-menu {
  background: #ffffff;
}
.cid-tJGsCG1vVL .navbar.navbar-expand-lg .dropdown .dropdown-menu .dropdown-submenu {
  margin: 0;
  left: 100%;
  transform: none;
  top: -12px;
}
.cid-tJGsCG1vVL .navbar .dropdown.open > .dropdown-menu {
  display: flex;
}
.cid-tJGsCG1vVL ul.navbar-nav {
  flex-wrap: wrap;
}
.cid-tJGsCG1vVL .navbar-buttons {
  text-align: center;
  min-width: 140px;
}
@media (max-width: 992px) {
  .cid-tJGsCG1vVL .navbar-buttons {
    text-align: left;
  }
}
.cid-tJGsCG1vVL button.navbar-toggler {
  outline: none;
  width: 31px;
  height: 20px;
  cursor: pointer;
  transition: all 0.2s;
  position: relative;
  align-self: center;
}
.cid-tJGsCG1vVL button.navbar-toggler .hamburger span {
  position: absolute;
  right: 0;
  width: 30px;
  height: 2px;
  border-right: 5px;
  background-color: #06549d;
}
.cid-tJGsCG1vVL button.navbar-toggler .hamburger span:nth-child(1) {
  top: 0;
  transition: all 0.2s;
}
.cid-tJGsCG1vVL button.navbar-toggler .hamburger span:nth-child(2) {
  top: 8px;
  transition: all 0.15s;
}
.cid-tJGsCG1vVL button.navbar-toggler .hamburger span:nth-child(3) {
  top: 8px;
  transition: all 0.15s;
}
.cid-tJGsCG1vVL button.navbar-toggler .hamburger span:nth-child(4) {
  top: 16px;
  transition: all 0.2s;
}
.cid-tJGsCG1vVL nav.opened .hamburger span:nth-child(1) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-tJGsCG1vVL nav.opened .hamburger span:nth-child(2) {
  transform: rotate(45deg);
  transition: all 0.25s;
}
.cid-tJGsCG1vVL nav.opened .hamburger span:nth-child(3) {
  transform: rotate(-45deg);
  transition: all 0.25s;
}
.cid-tJGsCG1vVL nav.opened .hamburger span:nth-child(4) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-tJGsCG1vVL .navbar-dropdown {
  padding: 0 1rem;
}
.cid-tJGsCG1vVL a.nav-link {
  display: flex;
  align-items: center;
  justify-content: center;
}
.cid-tJGsCG1vVL .icons-menu {
  flex-wrap: nowrap;
  display: flex;
  justify-content: center;
  padding-left: 1rem;
  padding-right: 1rem;
  padding-top: 0.3rem;
  text-align: center;
}
@media (max-width: 992px) {
  .cid-tJGsCG1vVL .icons-menu {
    justify-content: flex-start;
    margin-bottom: .5rem;
  }
}
@media screen and (-ms-high-contrast: active), (-ms-high-contrast: none) {
  .cid-tJGsCG1vVL .navbar {
    height: 70px;
  }
  .cid-tJGsCG1vVL .navbar.opened {
    height: auto;
  }
  .cid-tJGsCG1vVL .nav-item .nav-link:hover::before {
    width: 175%;
    max-width: calc(100% + 2rem);
    left: -1rem;
  }
}
.cid-tJGsCG1vVL .navbar .dropdown > .dropdown-menu {
  display: none;
  width: max-content;
  max-width: 500px !important;
  transform: translateX(-50%);
  top: calc(100% + 20px);
  left: 50%;
}
.cid-tJGsCG1vVL .navbar .dropdown > .dropdown-menu .dropdown-item {
  line-height: 1 !important;
}
.cid-tJGsCG1vVL .navbar .dropdown > .dropdown-menu .dropdown .dropdown-item {
  align-items: center;
  display: flex;
  height: max-content !important;
  min-height: max-content !important;
}
.cid-tJGsCG1vVL .navbar .dropdown > .dropdown-menu .dropdown .dropdown-item::after {
  display: inline-block;
  position: static;
  margin-left: 0.5rem;
  margin-top: 0;
  margin-right: 0;
  margin-bottom: 0;
  transition: .3s all;
  transform: rotate(-90deg);
}
.cid-tJGsCG1vVL .navbar .dropdown > .dropdown-menu .dropdown.open .dropdown-item::after {
  transform: rotate(0deg);
}
.cid-tJGsCG1vVL .mbr-section-btn {
  margin: -0.6rem -0.6rem;
}
.cid-tJGsCG1vVL .navbar-toggler {
  margin-left: 12px;
  margin-right: 8px;
  order: 1000;
}
@media (max-width: 991px) {
  .cid-tJGsCG1vVL .navbar-brand {
    margin-right: auto;
  }
  .cid-tJGsCG1vVL .navbar-collapse {
    z-index: -1 !important;
    position: absolute;
    top: 110%;
    left: 0;
    width: 100%;
    padding: 1rem;
    border-radius: 1.5rem;
    background: #ffffff;
    opacity: 1;
    border-color: rgba(255, 255, 255, 0.9) !important;
    background: rgba(255, 255, 255, 0.9) !important;
    backdrop-filter: blur(8px);
    border-radius: 4px !important;
  }
  .cid-tJGsCG1vVL .navbar-nav .nav-item .nav-link::after {
    margin-left: 10px;
  }
  .cid-tJGsCG1vVL .navbar-nav .dropdown-item:hover {
    background-color: rgba(27, 31, 10, 0.06);
  }
  .cid-tJGsCG1vVL .navbar .dropdown > .dropdown-menu {
    max-width: 100% !important;
    transform: translateX(0);
    top: 10px;
    left: 0;
    padding: 8px !important;
    border-radius: 1rem;
    background-color: rgba(27, 31, 10, 0.04) !important;
  }
  .cid-tJGsCG1vVL .navbar .dropdown > .dropdown-menu .dropdown-item {
    padding: 8px !important;
    line-height: 1 !important;
    margin-bottom: 4px !important;
  }
  .cid-tJGsCG1vVL .navbar .dropdown > .dropdown-menu .dropdown .dropdown-item {
    align-items: center;
    display: flex;
    height: max-content !important;
    min-height: max-content !important;
  }
  .cid-tJGsCG1vVL .navbar .dropdown > .dropdown-menu .dropdown .dropdown-item::after {
    display: inline-block;
    position: static;
    margin-left: 0.5rem;
    margin-top: 0;
    margin-right: 0;
    margin-bottom: 0;
    transition: .3s all;
    transform: rotate(0deg);
  }
  .cid-tJGsCG1vVL .navbar .dropdown > .dropdown-menu .dropdown.open .dropdown-item::after {
    transform: rotate(180deg);
  }
  .cid-tJGsCG1vVL .navbar .dropdown > .dropdown-menu .dropdown-submenu {
    position: static;
    width: 100%;
    max-width: 100% !important;
    transform: translateX(0) !important;
    top: 0;
    left: 0;
    padding: 8px !important;
    border-radius: 1rem;
    background-color: rgba(27, 31, 10, 0.04) !important;
  }
  .cid-tJGsCG1vVL .navbar .dropdown.open > .dropdown-menu {
    display: flex !important;
    flex-direction: column;
    align-items: flex-start;
  }
}
@media (max-width: 575px) {
  .cid-tJGsCG1vVL .navbar-collapse {
    padding: 1rem;
  }
}
.cid-uj4SrBLlv1 {
  padding-top: 8rem;
  padding-bottom: 1rem;
  background-color: #06549d;
}
.cid-uj4SrBLlv1 .justify-content-center {
  align-items: center;
}
.cid-uj4SrBLlv1 .mbr-fallback-image.disabled {
  display: none;
}
.cid-uj4SrBLlv1 .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uj4SrBLlv1 .item-wrapper {
  display: flex;
  margin-left: auto;
}
@media (max-width: 767px) {
  .cid-uj4SrBLlv1 .item-wrapper {
    margin-bottom: 1rem;
  }
}
.cid-uj4SrBLlv1 .mbr-section-btn {
  padding-left: 1.5rem;
  text-align: right;
}
@media (max-width: 767px) {
  .cid-uj4SrBLlv1 .mbr-section-btn {
    text-align: center;
    padding-left: 0rem;
  }
}
.cid-uj4SrBLlv1 .row {
  align-items: center;
}
.cid-uj4SrBLlv1 .card-text {
  color: #ffffff;
  margin-bottom: 0px;
  text-align: left;
}
@media (max-width: 767px) {
  .cid-uj4SrBLlv1 .card-text {
    text-align: center;
  }
}
.cid-uk4pfN8Rf5 {
  padding-top: 2rem;
  padding-bottom: 4rem;
  background-image: url("../../../assets/images/7xm.xyz497942-1224x918.jpg");
}
.cid-uk4pfN8Rf5 .content-head {
  max-width: 800px;
}
.cid-uj4SrCBlIf {
  padding-top: 2rem;
  padding-bottom: 1rem;
  background-color: #ffffff;
}
.cid-uj4SrCBlIf .content-head {
  max-width: 800px;
}
.cid-uk4sxvvx3Q {
  padding-top: 90px;
  padding-bottom: 90px;
  background-color: #ffffff;
}
.cid-uk4sxvvx3Q .carousel-control {
  background: #000;
}
.cid-uk4sxvvx3Q .mbr-section-subtitle {
  color: #767676;
}
.cid-uk4sxvvx3Q .carousel-item {
  -webkit-justify-content: center;
  justify-content: center;
}
.cid-uk4sxvvx3Q .carousel-item .media-container-row {
  -webkit-flex-grow: 1;
  flex-grow: 1;
}
.cid-uk4sxvvx3Q .carousel-item .wrap-img {
  text-align: center;
}
.cid-uk4sxvvx3Q .carousel-item .wrap-img img {
  max-height: 150px;
  width: auto;
  max-width: 100%;
}
.cid-uk4sxvvx3Q .carousel-controls {
  display: flex;
  -webkit-justify-content: center;
  justify-content: center;
}
.cid-uk4sxvvx3Q .carousel-controls .carousel-control {
  background: #000;
  border-radius: 50%;
  position: static;
  width: 40px;
  height: 40px;
  margin-top: 2rem;
  border-width: 1px;
}
.cid-uk4sxvvx3Q .carousel-controls .carousel-control.carousel-control-prev {
  left: auto;
  margin-right: 20px;
  margin-left: 0;
}
.cid-uk4sxvvx3Q .carousel-controls .carousel-control.carousel-control-next {
  right: auto;
  margin-right: 0;
}
.cid-uk4sxvvx3Q .carousel-controls .carousel-control .mbr-iconfont {
  font-size: 1rem;
}
.cid-uk4sxvvx3Q .cloneditem-1,
.cid-uk4sxvvx3Q .cloneditem-2,
.cid-uk4sxvvx3Q .cloneditem-3,
.cid-uk4sxvvx3Q .cloneditem-4,
.cid-uk4sxvvx3Q .cloneditem-5 {
  display: none;
}
.cid-uk4sxvvx3Q .col-lg-15 {
  -webkit-box-flex: 0;
  -ms-flex: 0 0 100%;
  -webkit-flex: 0 0 100%;
  flex: 0 0 100%;
  max-width: 100%;
  position: relative;
  min-height: 1px;
  padding-right: 10px;
  padding-left: 10px;
  width: 100%;
}
@media (min-width: 992px) {
  .cid-uk4sxvvx3Q .col-lg-15 {
    -ms-flex: 0 0 20%;
    -webkit-flex: 0 0 20%;
    flex: 0 0 20%;
    max-width: 20%;
    width: 20%;
  }
  .cid-uk4sxvvx3Q .carousel-inner.slides2 > .carousel-item.active.carousel-item-right,
  .cid-uk4sxvvx3Q .carousel-inner.slides2 > .carousel-item.carousel-item-next {
    left: 0;
    -webkit-transform: translate3d(50%, 0, 0);
    transform: translate3d(50%, 0, 0);
  }
  .cid-uk4sxvvx3Q .carousel-inner.slides2 > .carousel-item.active.carousel-item-left,
  .cid-uk4sxvvx3Q .carousel-inner.slides2 > .carousel-item.carousel-item-prev {
    left: 0;
    -webkit-transform: translate3d(-50%, 0, 0);
    transform: translate3d(-50%, 0, 0);
  }
  .cid-uk4sxvvx3Q .carousel-inner.slides2 > .carousel-item.carousel-item-left,
  .cid-uk4sxvvx3Q .carousel-inner.slides2 > .carousel-item.carousel-item-prev.carousel-item-right,
  .cid-uk4sxvvx3Q .carousel-inner.slides2 > .carousel-item.active {
    left: 0;
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
  }
  .cid-uk4sxvvx3Q .carousel-inner.slides2 .cloneditem-1,
  .cid-uk4sxvvx3Q .carousel-inner.slides2 .cloneditem-2,
  .cid-uk4sxvvx3Q .carousel-inner.slides2 .cloneditem-3 {
    display: block;
  }
  .cid-uk4sxvvx3Q .carousel-inner.slides3 > .carousel-item.active.carousel-item-right,
  .cid-uk4sxvvx3Q .carousel-inner.slides3 > .carousel-item.carousel-item-next {
    left: 0;
    -webkit-transform: translate3d(33.333333%, 0, 0);
    transform: translate3d(33.333333%, 0, 0);
  }
  .cid-uk4sxvvx3Q .carousel-inner.slides3 > .carousel-item.active.carousel-item-left,
  .cid-uk4sxvvx3Q .carousel-inner.slides3 > .carousel-item.carousel-item-prev {
    left: 0;
    -webkit-transform: translate3d(-33.333333%, 0, 0);
    transform: translate3d(-33.333333%, 0, 0);
  }
  .cid-uk4sxvvx3Q .carousel-inner.slides3 > .carousel-item.carousel-item-left,
  .cid-uk4sxvvx3Q .carousel-inner.slides3 > .carousel-item.carousel-item-prev.carousel-item-right,
  .cid-uk4sxvvx3Q .carousel-inner.slides3 > .carousel-item.active {
    left: 0;
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
  }
  .cid-uk4sxvvx3Q .carousel-inner.slides3 .cloneditem-1,
  .cid-uk4sxvvx3Q .carousel-inner.slides3 .cloneditem-2,
  .cid-uk4sxvvx3Q .carousel-inner.slides3 .cloneditem-3 {
    display: block;
  }
  .cid-uk4sxvvx3Q .carousel-inner.slides4 > .carousel-item.active.carousel-item-right,
  .cid-uk4sxvvx3Q .carousel-inner.slides4 > .carousel-item.carousel-item-next {
    left: 0;
    -webkit-transform: translate3d(25%, 0, 0);
    transform: translate3d(25%, 0, 0);
  }
  .cid-uk4sxvvx3Q .carousel-inner.slides4 > .carousel-item.active.carousel-item-left,
  .cid-uk4sxvvx3Q .carousel-inner.slides4 > .carousel-item.carousel-item-prev {
    left: 0;
    -webkit-transform: translate3d(-25%, 0, 0);
    transform: translate3d(-25%, 0, 0);
  }
  .cid-uk4sxvvx3Q .carousel-inner.slides4 > .carousel-item.carousel-item-left,
  .cid-uk4sxvvx3Q .carousel-inner.slides4 > .carousel-item.carousel-item-prev.carousel-item-right,
  .cid-uk4sxvvx3Q .carousel-inner.slides4 > .carousel-item.active {
    left: 0;
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
  }
  .cid-uk4sxvvx3Q .carousel-inner.slides4 .cloneditem-1,
  .cid-uk4sxvvx3Q .carousel-inner.slides4 .cloneditem-2,
  .cid-uk4sxvvx3Q .carousel-inner.slides4 .cloneditem-3 {
    display: block;
  }
  .cid-uk4sxvvx3Q .carousel-inner.slides5 > .carousel-item.active.carousel-item-right,
  .cid-uk4sxvvx3Q .carousel-inner.slides5 > .carousel-item.carousel-item-next {
    left: 0;
    -webkit-transform: translate3d(20%, 0, 0);
    transform: translate3d(20%, 0, 0);
  }
  .cid-uk4sxvvx3Q .carousel-inner.slides5 > .carousel-item.active.carousel-item-left,
  .cid-uk4sxvvx3Q .carousel-inner.slides5 > .carousel-item.carousel-item-prev {
    left: 0;
    -webkit-transform: translate3d(-20%, 0, 0);
    transform: translate3d(-20%, 0, 0);
  }
  .cid-uk4sxvvx3Q .carousel-inner.slides5 > .carousel-item.carousel-item-left,
  .cid-uk4sxvvx3Q .carousel-inner.slides5 > .carousel-item.carousel-item-prev.carousel-item-right,
  .cid-uk4sxvvx3Q .carousel-inner.slides5 > .carousel-item.active {
    left: 0;
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
  }
  .cid-uk4sxvvx3Q .carousel-inner.slides5 .cloneditem-1,
  .cid-uk4sxvvx3Q .carousel-inner.slides5 .cloneditem-2,
  .cid-uk4sxvvx3Q .carousel-inner.slides5 .cloneditem-3,
  .cid-uk4sxvvx3Q .carousel-inner.slides5 .cloneditem-4 {
    display: block;
  }
  .cid-uk4sxvvx3Q .carousel-inner.slides6 > .carousel-item.active.carousel-item-right,
  .cid-uk4sxvvx3Q .carousel-inner.slides6 > .carousel-item.carousel-item-next {
    left: 0;
    -webkit-transform: translate3d(16.666667%, 0, 0);
    transform: translate3d(16.666667%, 0, 0);
  }
  .cid-uk4sxvvx3Q .carousel-inner.slides6 > .carousel-item.active.carousel-item-left,
  .cid-uk4sxvvx3Q .carousel-inner.slides6 > .carousel-item.carousel-item-prev {
    left: 0;
    -webkit-transform: translate3d(-16.666667%, 0, 0);
    transform: translate3d(-16.666667%, 0, 0);
  }
  .cid-uk4sxvvx3Q .carousel-inner.slides6 > .carousel-item.carousel-item-left,
  .cid-uk4sxvvx3Q .carousel-inner.slides6 > .carousel-item.carousel-item-prev.carousel-item-right,
  .cid-uk4sxvvx3Q .carousel-inner.slides6 > .carousel-item.active {
    left: 0;
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
  }
  .cid-uk4sxvvx3Q .carousel-inner.slides6 .cloneditem-1,
  .cid-uk4sxvvx3Q .carousel-inner.slides6 .cloneditem-2,
  .cid-uk4sxvvx3Q .carousel-inner.slides6 .cloneditem-3,
  .cid-uk4sxvvx3Q .carousel-inner.slides6 .cloneditem-4,
  .cid-uk4sxvvx3Q .carousel-inner.slides6 .cloneditem-5 {
    display: block;
  }
}
.cid-uk4ssihLPF {
  padding-top: 6rem;
  padding-bottom: 6rem;
  background-color: #232323;
}
.cid-uk4ssihLPF .item-subtitle {
  line-height: 1.2;
  color: #232323;
  text-align: center;
}
.cid-uk4ssihLPF img,
.cid-uk4ssihLPF .item-img {
  width: 100%;
  height: 100%;
  height: 400px;
  object-fit: cover;
}
.cid-uk4ssihLPF .item:focus,
.cid-uk4ssihLPF span:focus {
  outline: none;
}
.cid-uk4ssihLPF .item {
  margin-bottom: 2rem;
}
@media (max-width: 767px) {
  .cid-uk4ssihLPF .item {
    margin-bottom: 1rem;
  }
}
.cid-uk4ssihLPF .item-wrapper {
  position: relative;
  border-radius: 4px;
  height: 100%;
  display: flex;
  flex-flow: column nowrap;
}
.cid-uk4ssihLPF .mbr-section-title {
  color: #ffffff;
}
.cid-uk4ssihLPF .mbr-text,
.cid-uk4ssihLPF .mbr-section-btn {
  color: #232323;
  text-align: center;
}
.cid-uk4ssihLPF .item-title {
  color: #ffffff;
  text-align: center;
}
.cid-uk4ssihLPF .content-head {
  max-width: 800px;
}
.cid-uk4sl6jeGq {
  padding-top: 6rem;
  padding-bottom: 1rem;
  background-image: url("../../../assets/images/white-background-2000x1334.jpeg");
}
.cid-uk4sl6jeGq .mbr-fallback-image.disabled {
  display: none;
}
.cid-uk4sl6jeGq .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uk4shpUIg5 {
  background-color: #ffffff;
  padding-top: 0px;
  padding-bottom: 0px;
}
.cid-uk4shpUIg5 img {
  object-fit: contain;
  border-radius: 0 !important;
}
.cid-uk4sc1PaHj {
  padding-top: 6rem;
  padding-bottom: 1rem;
  background-color: #232323;
}
.cid-uk4sc1PaHj .mbr-fallback-image.disabled {
  display: none;
}
.cid-uk4sc1PaHj .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uk4sc1PaHj .mbr-section-title {
  color: #ffffff;
}
.cid-uk4sc1PaHj .mbr-section-subtitle {
  color: #ffffff;
}
.cid-uk4s7KydXv {
  background-color: #ffffff;
  padding-top: 0px;
  padding-bottom: 0px;
}
.cid-uk4s7KydXv img {
  object-fit: contain;
  border-radius: 0 !important;
}
.cid-uk4rKFsMuW {
  padding-top: 0rem;
  padding-bottom: 5rem;
  background-color: #232323;
}
.cid-uk4rKFsMuW .item-subtitle {
  line-height: 1.2;
  color: #232323;
  text-align: center;
}
.cid-uk4rKFsMuW img,
.cid-uk4rKFsMuW .item-img {
  width: 100%;
  height: 100%;
  height: 400px;
  object-fit: cover;
}
.cid-uk4rKFsMuW .item:focus,
.cid-uk4rKFsMuW span:focus {
  outline: none;
}
.cid-uk4rKFsMuW .item {
  margin-bottom: 2rem;
}
@media (max-width: 767px) {
  .cid-uk4rKFsMuW .item {
    margin-bottom: 1rem;
  }
}
.cid-uk4rKFsMuW .item-wrapper {
  position: relative;
  border-radius: 4px;
  height: 100%;
  display: flex;
  flex-flow: column nowrap;
}
.cid-uk4rKFsMuW .mbr-section-title {
  color: #232323;
}
.cid-uk4rKFsMuW .mbr-text,
.cid-uk4rKFsMuW .mbr-section-btn {
  color: #ffffff;
  text-align: center;
}
.cid-uk4rKFsMuW .item-title {
  color: #ffffff;
  text-align: center;
}
.cid-uk4rKFsMuW .content-head {
  max-width: 800px;
}
.cid-uj4SrGVJYB {
  padding-top: 6rem;
  padding-bottom: 6rem;
  background-color: #ffffff;
}
.cid-uj4SrGVJYB .mbr-fallback-image.disabled {
  display: none;
}
.cid-uj4SrGVJYB .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uj4SrHfvjP {
  background-color: #ffffff;
  padding-top: 0px;
  padding-bottom: 0px;
}
.cid-uj4SrHfvjP img {
  object-fit: contain;
  border-radius: 0 !important;
}
.cid-uk4rv1zspV {
  padding-top: 1rem;
  padding-bottom: 2rem;
  background-color: #06549d;
}
.cid-uk4rv1zspV .mbr-fallback-image.disabled {
  display: none;
}
.cid-uk4rv1zspV .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uk4rv1zspV .nav-tabs .nav-item.open .nav-link:focus,
.cid-uk4rv1zspV .nav-tabs .nav-link.active:focus {
  outline: none;
}
.cid-uk4rv1zspV .nav-tabs {
  flex-wrap: wrap;
  border-bottom: none;
}
@media (max-width: 767px) {
  .cid-uk4rv1zspV .nav-item {
    width: 100%;
    margin-right: 0 !important;
    text-align: center;
  }
}
.cid-uk4rv1zspV .nav-tabs .nav-item {
  margin-right: 0rem;
  margin-left: 25rem;
}
.cid-uk4rv1zspV .nav-tabs .nav-link {
  transition: padding 0.3s ease, background-color 0.3s ease;
  border: none;
  border-radius: 2rem !important;
  padding: 1.25rem 0!important;
  background-color: transparent!important;
  overflow: hidden!important;
}
.cid-uk4rv1zspV .nav-tabs .nav-link:not(.active) {
  color: #ffffff;
}
.cid-uk4rv1zspV .nav-tabs .nav-link.active {
  color: #06549d !important;
  background-color: #ffffff !important;
  padding: 1.25rem 2rem!important;
}
.cid-uk4rv1zspV .mbr-section-title {
  text-align: center;
  color: #ffffff;
}
.cid-uk4rv1zspV .mbr-section-subtitle {
  text-align: center;
  color: #ffffff;
}
.cid-uk4rv1zspV .mbr-text {
  color: #ffffff;
  margin: 0;
  text-align: center;
}
.cid-uk4rv1zspV .content-head {
  max-width: 800px;
}
.cid-uk4rv1zspV .item-wrapper {
  background-color: #06549d;
  padding: 2.25rem;
}
@media (max-width: 767px) {
  .cid-uk4rv1zspV .item-wrapper {
    padding: 2rem 1.5rem;
  }
}
.cid-uk4rv1zspV img {
  border-radius: 0%!important;
  object-fit: contain;
}
.cid-uk4rtfCbNK {
  padding-top: 6rem;
  padding-bottom: 1rem;
  background-color: #232323;
}
.cid-uk4rtfCbNK .mbr-fallback-image.disabled {
  display: none;
}
.cid-uk4rtfCbNK .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uk4rtfCbNK .mbr-section-title {
  color: #ffffff;
}
.cid-uk4rtfCbNK .mbr-section-subtitle {
  color: #ffffff;
}
.cid-uk4rsF4fOw {
  background-color: #ffffff;
  padding-top: 0px;
  padding-bottom: 0px;
}
.cid-uk4rsF4fOw img {
  object-fit: contain;
  border-radius: 0 !important;
}
.cid-uk4rmYanEp {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-color: #232323;
}
.cid-uk4rmYanEp .mbr-text {
  color: #000000;
}
.cid-uk4rmYanEp .mbr-section-subtitle {
  color: #000000;
}
.cid-uk4rmYanEp .mbr-section-title {
  color: #ffffff;
  text-align: center;
}
.cid-uk4rmYanEp .mbr-text,
.cid-uk4rmYanEp .item .mbr-section-btn {
  text-align: left;
}
.cid-uk4rmYanEp .item-wrapper {
  background: #f7f7f7;
  margin-bottom: 2rem;
  padding: 2.25rem;
}
@media (min-width: 992px) and (max-width: 1200px) {
  .cid-uk4rmYanEp .item-wrapper {
    padding: 2rem 1.5rem;
    margin-bottom: 2rem;
  }
}
@media (max-width: 767px) {
  .cid-uk4rmYanEp .item-wrapper {
    padding: 2rem 1.5rem;
    margin-bottom: 1rem;
  }
}
.cid-uduqU6836b {
  padding-top: 2rem;
  padding-bottom: 3rem;
  background-image: url("../../../assets/images/white-background-2000x1334.jpeg");
}
.cid-uduqU6836b .logogree {
  position: relative;
  width: 100%;
}
.cid-uduqU6836b .agree {
  object-position: right;
  width: 40%;
  height: auto;
  object-fit: contain;
  display: block;
  border-radius: 0% !important;
}
.cid-uduqU6836b .mbr-fallback-image.disabled {
  display: none;
}
.cid-uduqU6836b .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uduqU6836b .footer-col {
  justify-content: space-between;
  display: flex;
}
@media (max-width: 767px) {
  .cid-uduqU6836b .footer-col {
    flex-direction: column;
  }
}
.cid-uduqU6836b .row {
  background: #ffffff;
  padding: 4rem 3rem;
  border-radius: 2rem;
  margin: 0px;
}
@media (max-width: 767px) {
  .cid-uduqU6836b .row {
    padding: 2rem 0.5rem;
  }
}
@media (min-width: 768px) and (max-width: 991px) {
  .cid-uduqU6836b .row {
    padding: 2.25rem 1.25rem;
  }
}
@media (min-width: 992px) {
  .cid-uduqU6836b .row {
    padding: 4rem 3rem;
  }
}
@media (max-width: 767px) {
  .cid-uduqU6836b .mbr-section-btn {
    text-align: center;
  }
}
.cid-uduqU6836b .social-row {
  display: flex;
  flex-wrap: wrap;
}
.cid-uduqU6836b .soc-item {
  margin: 8px;
}
.cid-uduqU6836b .soc-item a:hover .mbr-iconfont,
.cid-uduqU6836b .soc-item a:focus .mbr-iconfont {
  background-color: #232323;
}
.cid-uduqU6836b .soc-item a .mbr-iconfont {
  width: 72px;
  height: 72px;
  display: flex;
  align-items: center;
  justify-content: center;
  border-radius: 100%;
  font-size: 20px;
  background-color: #06549d;
  color: #ffffff;
  transition: all 0.3s ease-in-out;
}
@media (max-width: 767px) {
  .cid-uduqU6836b .row {
    text-align: center;
  }
  .cid-uduqU6836b .social-row {
    justify-content: center;
  }
}
.cid-uduqU6836b .list {
  list-style: none;
  padding-left: 0;
  color: #502274;
}
@media (max-width: 991px) {
  .cid-uduqU6836b .list {
    margin-bottom: 2rem;
  }
}
@media (min-width: 992px) {
  .cid-uduqU6836b .list {
    margin-bottom: 0rem;
  }
}
.cid-uduqU6836b .mbr-text {
  color: #bbbbbb;
}
.cid-uduqU6836b .mbr-section-subtitle {
  color: #000000;
  text-align: left;
}
.cid-uduqU6836b .list,
.cid-uduqU6836b .item-wrap {
  color: #232323;
  text-align: left;
}
.cid-uduqU6836b .copyright {
  color: #000000;
  text-align: center;
}
.cid-uduqU6836b H5 {
  text-align: left;
}
.cid-tJGsCG1vVL {
  z-index: 1000;
  width: 100%;
  position: inherit;
}
.cid-tJGsCG1vVL .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 .3s;
}
@media (max-width: 767px) {
  .cid-tJGsCG1vVL .navbar-toggler {
    transform: scale(0.8);
  }
}
.cid-tJGsCG1vVL .navbar-brand {
  flex-shrink: 0;
  align-items: center;
  margin-right: 0;
  padding: 10px 0;
  transition: all 2s;
  word-break: break-word;
  z-index: 1;
}
.cid-tJGsCG1vVL .navbar-brand img {
  max-width: 100%;
  max-height: 100%;
  border-radius: 0px !important;
}
.cid-tJGsCG1vVL .navbar-brand .navbar-caption {
  line-height: inherit !important;
}
.cid-tJGsCG1vVL .navbar-brand .navbar-logo a {
  outline: none;
}
.cid-tJGsCG1vVL .navbar-nav {
  margin: auto;
  margin-left: 0;
  margin-left: auto;
}
.cid-tJGsCG1vVL .navbar-nav .nav-item {
  padding: 0 !important;
  transition: .3s all !important;
}
.cid-tJGsCG1vVL .navbar-nav .nav-item .nav-link {
  padding: 16px !important;
  margin: 0 !important;
  border-radius: 1rem !important;
  transition: .3s all !important;
  border-radius: 4px !important;
}
.cid-tJGsCG1vVL .navbar-nav .nav-item .nav-link:hover {
  background-color: rgba(27, 31, 10, 0.06);
}
.cid-tJGsCG1vVL .navbar-nav .open .nav-link::after {
  transform: rotate(180deg);
}
@media (min-width: 992px) {
  .cid-tJGsCG1vVL .navbar-nav .open .nav-link::before {
    content: "";
    width: 100%;
    height: 20px;
    top: 100%;
    background: transparent;
    position: absolute;
  }
}
.cid-tJGsCG1vVL .navbar-nav .dropdown-item {
  padding: 12px !important;
  border-radius: 0.5rem !important;
  margin: 0 8px !important;
  transition: .3s all !important;
  border-radius: 4px !important;
}
.cid-tJGsCG1vVL .navbar-nav .dropdown-item:hover {
  background-color: rgba(27, 31, 10, 0.06);
}
@media (min-width: 992px) {
  .cid-tJGsCG1vVL .navbar-nav {
    padding-left: 1.5rem;
  }
}
.cid-tJGsCG1vVL .nav-link {
  width: fit-content;
  position: relative;
}
.cid-tJGsCG1vVL .navbar-logo {
  padding-left: 2rem;
  margin: 0 !important;
}
@media (max-width: 767px) {
  .cid-tJGsCG1vVL .navbar-logo {
    padding-left: 1rem;
  }
}
.cid-tJGsCG1vVL .navbar-caption {
  padding-left: 1rem;
  padding-right: .5rem;
}
@media (max-width: 767px) {
  .cid-tJGsCG1vVL .nav-dropdown {
    padding-bottom: 0.5rem;
  }
}
.cid-tJGsCG1vVL .nav-dropdown .link.dropdown-toggle::after {
  margin-left: 0.5rem;
  margin-top: 0.2rem;
  transition: .3s all;
  transition-delay: 300ms;
}
.cid-tJGsCG1vVL .container {
  display: flex;
  height: 90px;
  padding: 0.5rem 0.6rem;
  flex-wrap: nowrap;
  background: rgba(255, 255, 255, 0.9) !important;
  left: 0;
  right: 0;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: flex-end;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  border-radius: 100vw;
  margin-top: 1rem;
  background-color: #ffffff;
  box-shadow: 0 30px 60px 0 rgba(27, 31, 10, 0.08);
  border-radius: 4px !important;
}
@media (max-width: 992px) {
  .cid-tJGsCG1vVL .container {
    padding-right: 2rem;
  }
}
@media (max-width: 767px) {
  .cid-tJGsCG1vVL .container {
    width: 95%;
    height: 56px !important;
    padding-right: 1rem;
    margin-top: 0rem;
  }
}
.cid-tJGsCG1vVL .iconfont-wrapper {
  color: #0c2c68 !important;
  font-size: 1.5rem;
  padding-right: 0.5rem;
}
.cid-tJGsCG1vVL .dropdown-menu {
  flex-wrap: wrap;
  flex-direction: column;
  max-width: 100%;
  padding: 12px 4px !important;
  border-radius: 1.5rem;
  transition: .3s all !important;
  transition-delay: 300ms;
  min-width: auto;
  background: #ffffff;
  background: rgba(255, 255, 255, 0.9) !important;
  border-radius: 4px !important;
}
.cid-tJGsCG1vVL .nav-item:focus,
.cid-tJGsCG1vVL .nav-link:focus {
  outline: none;
}
.cid-tJGsCG1vVL .dropdown .dropdown-menu .dropdown-item {
  width: auto;
  transition: all .3s;
  transition-delay: 300ms;
}
.cid-tJGsCG1vVL .dropdown .dropdown-menu .dropdown-item::after {
  right: 0.5rem;
}
.cid-tJGsCG1vVL .dropdown .dropdown-menu .dropdown-item .mbr-iconfont {
  margin-right: 0.5rem;
  vertical-align: sub;
}
.cid-tJGsCG1vVL .dropdown .dropdown-menu .dropdown-item .mbr-iconfont:before {
  display: inline-block;
  transform: scale(1, 1);
  transition: all .3s;
}
.cid-tJGsCG1vVL .collapsed .dropdown-menu .dropdown-item:before {
  display: none;
}
.cid-tJGsCG1vVL .collapsed .dropdown .dropdown-menu .dropdown-item {
  padding: 0.235em 1.5em 0.235em 1.5em !important;
  transition: none;
  margin: 0 !important;
}
.cid-tJGsCG1vVL .navbar {
  min-height: 90px;
  transition: all 5s;
  border-bottom: 1px solid transparent;
  background: transparent !important;
  padding: 0 !important;
  border: none !important;
  box-shadow: none !important;
  border-radius: 0 !important;
}
.cid-tJGsCG1vVL .navbar.opened {
  transition: all 0.3s;
}
.cid-tJGsCG1vVL .navbar .dropdown-item {
  padding: 0.5rem 1.8rem;
}
.cid-tJGsCG1vVL .navbar .navbar-logo img {
  width: auto;
}
.cid-tJGsCG1vVL .navbar .navbar-collapse {
  z-index: 1;
  justify-content: flex-end;
}
.cid-tJGsCG1vVL .navbar.collapsed {
  justify-content: center;
}
.cid-tJGsCG1vVL .navbar.collapsed .nav-item .nav-link::before {
  display: none;
}
.cid-tJGsCG1vVL .navbar.collapsed.opened .dropdown-menu {
  top: 0;
}
@media (min-width: 992px) {
  .cid-tJGsCG1vVL .navbar.collapsed.opened:not(.navbar-short) .navbar-collapse {
    max-height: calc(98.5vh - 3.4rem);
  }
}
.cid-tJGsCG1vVL .navbar.collapsed .dropdown-menu .dropdown-submenu {
  left: 0 !important;
}
.cid-tJGsCG1vVL .navbar.collapsed .dropdown-menu .dropdown-item:after {
  right: auto;
}
.cid-tJGsCG1vVL .navbar.collapsed .dropdown-menu .dropdown-toggle[data-toggle="dropdown-submenu"]:after {
  margin-left: 0.5rem;
  margin-top: 0.2rem;
  border-top: 0.35em solid;
  border-right: 0.35em solid transparent;
  border-left: 0.35em solid transparent;
  border-bottom: 0;
  top: 41%;
}
.cid-tJGsCG1vVL .navbar.collapsed ul.navbar-nav li {
  margin: auto;
}
.cid-tJGsCG1vVL .navbar.collapsed .dropdown-menu .dropdown-item {
  padding: 0.25rem 0.5rem;
  text-align: center;
}
.cid-tJGsCG1vVL .navbar.collapsed .icons-menu {
  padding-left: 0;
  padding-right: 0;
  padding-top: 0.5rem;
  padding-bottom: 0.5rem;
}
@media (max-width: 767px) {
  .cid-tJGsCG1vVL .navbar {
    min-height: 72px;
  }
  .cid-tJGsCG1vVL .navbar .navbar-logo img {
    height: 2rem !important;
  }
}
@media (max-width: 991px) {
  .cid-tJGsCG1vVL .navbar .nav-item .nav-link::before {
    display: none;
  }
  .cid-tJGsCG1vVL .navbar.opened .dropdown-menu {
    top: 0;
  }
  .cid-tJGsCG1vVL .navbar .dropdown-menu .dropdown-submenu {
    left: 0 !important;
  }
  .cid-tJGsCG1vVL .navbar .dropdown-menu .dropdown-item:after {
    right: auto;
  }
  .cid-tJGsCG1vVL .navbar .dropdown-menu .dropdown-toggle[data-toggle="dropdown-submenu"]:after {
    margin-left: 0.5rem;
    margin-top: 0.2rem;
    border-top: 0.35em solid;
    border-right: 0.35em solid transparent;
    border-left: 0.35em solid transparent;
    border-bottom: 0;
    top: 40%;
  }
  .cid-tJGsCG1vVL .navbar .dropdown-menu .dropdown-item {
    padding: 0.25rem 1.5rem !important;
    text-align: center;
  }
  .cid-tJGsCG1vVL .navbar .navbar-brand {
    flex-shrink: initial;
    flex-basis: auto;
    word-break: break-word;
    padding-right: 10px;
  }
  .cid-tJGsCG1vVL .navbar .navbar-toggler {
    flex-basis: auto;
  }
  .cid-tJGsCG1vVL .navbar .icons-menu {
    padding-left: 0;
    padding-top: 0.5rem;
    padding-bottom: 0.5rem;
  }
}
.cid-tJGsCG1vVL .navbar.navbar-short .navbar-logo img {
  height: 2rem;
}
.cid-tJGsCG1vVL .dropdown-item.active,
.cid-tJGsCG1vVL .dropdown-item:active {
  background-color: transparent;
}
.cid-tJGsCG1vVL .navbar-expand-lg .navbar-nav .nav-link {
  padding: 0;
}
.cid-tJGsCG1vVL .nav-dropdown .link.dropdown-toggle {
  margin-right: 1.667em;
}
.cid-tJGsCG1vVL .nav-dropdown .link.dropdown-toggle[aria-expanded="true"] {
  margin-right: 0;
  padding: 0.667em 1.667em;
}
.cid-tJGsCG1vVL .navbar.navbar-expand-lg .dropdown .dropdown-menu {
  background: #ffffff;
}
.cid-tJGsCG1vVL .navbar.navbar-expand-lg .dropdown .dropdown-menu .dropdown-submenu {
  margin: 0;
  left: 100%;
  transform: none;
  top: -12px;
}
.cid-tJGsCG1vVL .navbar .dropdown.open > .dropdown-menu {
  display: flex;
}
.cid-tJGsCG1vVL ul.navbar-nav {
  flex-wrap: wrap;
}
.cid-tJGsCG1vVL .navbar-buttons {
  text-align: center;
  min-width: 140px;
}
@media (max-width: 992px) {
  .cid-tJGsCG1vVL .navbar-buttons {
    text-align: left;
  }
}
.cid-tJGsCG1vVL button.navbar-toggler {
  outline: none;
  width: 31px;
  height: 20px;
  cursor: pointer;
  transition: all 0.2s;
  position: relative;
  align-self: center;
}
.cid-tJGsCG1vVL button.navbar-toggler .hamburger span {
  position: absolute;
  right: 0;
  width: 30px;
  height: 2px;
  border-right: 5px;
  background-color: #06549d;
}
.cid-tJGsCG1vVL button.navbar-toggler .hamburger span:nth-child(1) {
  top: 0;
  transition: all 0.2s;
}
.cid-tJGsCG1vVL button.navbar-toggler .hamburger span:nth-child(2) {
  top: 8px;
  transition: all 0.15s;
}
.cid-tJGsCG1vVL button.navbar-toggler .hamburger span:nth-child(3) {
  top: 8px;
  transition: all 0.15s;
}
.cid-tJGsCG1vVL button.navbar-toggler .hamburger span:nth-child(4) {
  top: 16px;
  transition: all 0.2s;
}
.cid-tJGsCG1vVL nav.opened .hamburger span:nth-child(1) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-tJGsCG1vVL nav.opened .hamburger span:nth-child(2) {
  transform: rotate(45deg);
  transition: all 0.25s;
}
.cid-tJGsCG1vVL nav.opened .hamburger span:nth-child(3) {
  transform: rotate(-45deg);
  transition: all 0.25s;
}
.cid-tJGsCG1vVL nav.opened .hamburger span:nth-child(4) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-tJGsCG1vVL .navbar-dropdown {
  padding: 0 1rem;
}
.cid-tJGsCG1vVL a.nav-link {
  display: flex;
  align-items: center;
  justify-content: center;
}
.cid-tJGsCG1vVL .icons-menu {
  flex-wrap: nowrap;
  display: flex;
  justify-content: center;
  padding-left: 1rem;
  padding-right: 1rem;
  padding-top: 0.3rem;
  text-align: center;
}
@media (max-width: 992px) {
  .cid-tJGsCG1vVL .icons-menu {
    justify-content: flex-start;
    margin-bottom: .5rem;
  }
}
@media screen and (-ms-high-contrast: active), (-ms-high-contrast: none) {
  .cid-tJGsCG1vVL .navbar {
    height: 70px;
  }
  .cid-tJGsCG1vVL .navbar.opened {
    height: auto;
  }
  .cid-tJGsCG1vVL .nav-item .nav-link:hover::before {
    width: 175%;
    max-width: calc(100% + 2rem);
    left: -1rem;
  }
}
.cid-tJGsCG1vVL .navbar .dropdown > .dropdown-menu {
  display: none;
  width: max-content;
  max-width: 500px !important;
  transform: translateX(-50%);
  top: calc(100% + 20px);
  left: 50%;
}
.cid-tJGsCG1vVL .navbar .dropdown > .dropdown-menu .dropdown-item {
  line-height: 1 !important;
}
.cid-tJGsCG1vVL .navbar .dropdown > .dropdown-menu .dropdown .dropdown-item {
  align-items: center;
  display: flex;
  height: max-content !important;
  min-height: max-content !important;
}
.cid-tJGsCG1vVL .navbar .dropdown > .dropdown-menu .dropdown .dropdown-item::after {
  display: inline-block;
  position: static;
  margin-left: 0.5rem;
  margin-top: 0;
  margin-right: 0;
  margin-bottom: 0;
  transition: .3s all;
  transform: rotate(-90deg);
}
.cid-tJGsCG1vVL .navbar .dropdown > .dropdown-menu .dropdown.open .dropdown-item::after {
  transform: rotate(0deg);
}
.cid-tJGsCG1vVL .mbr-section-btn {
  margin: -0.6rem -0.6rem;
}
.cid-tJGsCG1vVL .navbar-toggler {
  margin-left: 12px;
  margin-right: 8px;
  order: 1000;
}
@media (max-width: 991px) {
  .cid-tJGsCG1vVL .navbar-brand {
    margin-right: auto;
  }
  .cid-tJGsCG1vVL .navbar-collapse {
    z-index: -1 !important;
    position: absolute;
    top: 110%;
    left: 0;
    width: 100%;
    padding: 1rem;
    border-radius: 1.5rem;
    background: #ffffff;
    opacity: 1;
    border-color: rgba(255, 255, 255, 0.9) !important;
    background: rgba(255, 255, 255, 0.9) !important;
    backdrop-filter: blur(8px);
    border-radius: 4px !important;
  }
  .cid-tJGsCG1vVL .navbar-nav .nav-item .nav-link::after {
    margin-left: 10px;
  }
  .cid-tJGsCG1vVL .navbar-nav .dropdown-item:hover {
    background-color: rgba(27, 31, 10, 0.06);
  }
  .cid-tJGsCG1vVL .navbar .dropdown > .dropdown-menu {
    max-width: 100% !important;
    transform: translateX(0);
    top: 10px;
    left: 0;
    padding: 8px !important;
    border-radius: 1rem;
    background-color: rgba(27, 31, 10, 0.04) !important;
  }
  .cid-tJGsCG1vVL .navbar .dropdown > .dropdown-menu .dropdown-item {
    padding: 8px !important;
    line-height: 1 !important;
    margin-bottom: 4px !important;
  }
  .cid-tJGsCG1vVL .navbar .dropdown > .dropdown-menu .dropdown .dropdown-item {
    align-items: center;
    display: flex;
    height: max-content !important;
    min-height: max-content !important;
  }
  .cid-tJGsCG1vVL .navbar .dropdown > .dropdown-menu .dropdown .dropdown-item::after {
    display: inline-block;
    position: static;
    margin-left: 0.5rem;
    margin-top: 0;
    margin-right: 0;
    margin-bottom: 0;
    transition: .3s all;
    transform: rotate(0deg);
  }
  .cid-tJGsCG1vVL .navbar .dropdown > .dropdown-menu .dropdown.open .dropdown-item::after {
    transform: rotate(180deg);
  }
  .cid-tJGsCG1vVL .navbar .dropdown > .dropdown-menu .dropdown-submenu {
    position: static;
    width: 100%;
    max-width: 100% !important;
    transform: translateX(0) !important;
    top: 0;
    left: 0;
    padding: 8px !important;
    border-radius: 1rem;
    background-color: rgba(27, 31, 10, 0.04) !important;
  }
  .cid-tJGsCG1vVL .navbar .dropdown.open > .dropdown-menu {
    display: flex !important;
    flex-direction: column;
    align-items: flex-start;
  }
}
@media (max-width: 575px) {
  .cid-tJGsCG1vVL .navbar-collapse {
    padding: 1rem;
  }
}
.cid-uj50SNTTAv {
  padding-top: 8rem;
  padding-bottom: 1rem;
  background-color: #000000;
}
.cid-uj50SNTTAv .justify-content-center {
  align-items: center;
}
.cid-uj50SNTTAv .mbr-fallback-image.disabled {
  display: none;
}
.cid-uj50SNTTAv .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uj50SNTTAv .item-wrapper {
  display: flex;
  margin-left: auto;
}
@media (max-width: 767px) {
  .cid-uj50SNTTAv .item-wrapper {
    margin-bottom: 1rem;
  }
}
.cid-uj50SNTTAv .mbr-section-btn {
  padding-left: 1.5rem;
  text-align: right;
}
@media (max-width: 767px) {
  .cid-uj50SNTTAv .mbr-section-btn {
    text-align: center;
    padding-left: 0rem;
  }
}
.cid-uj50SNTTAv .row {
  align-items: center;
}
.cid-uj50SNTTAv .card-text {
  color: #ffffff;
  margin-bottom: 0px;
  text-align: left;
}
@media (max-width: 767px) {
  .cid-uj50SNTTAv .card-text {
    text-align: center;
  }
}
.cid-uj50SOf4N4 {
  background-color: #ffffff;
  padding-top: 0;
  padding-bottom: 0;
}
.cid-uj50SOf4N4 .carousel {
  width: 100%;
}
.cid-uj50SOf4N4 .carousel-inner {
  display: flex;
  align-content: center;
  align-items: center;
}
.cid-uj50SOf4N4 .carousel-item img {
  height: 100vh;
  object-fit: cover;
}
.cid-uj50SOf4N4 img,
.cid-uj50SOf4N4 .item-wrapper {
  border-radius: 0 !important;
}
.cid-uj50SOf4N4 .carousel-caption {
  bottom: 40px;
}
.cid-uj50SOf4N4 .mobi-mbri-arrow-next {
  margin-left: 5px;
}
.cid-uj50SOf4N4 .mobi-mbri-arrow-prev {
  margin-right: 5px;
}
.cid-uj50SOf4N4 .carousel-control:hover {
  background: #1b1b1b;
  color: #fff;
  opacity: 1;
}
.cid-uj50SOf4N4 .item-wrapper {
  width: 100%;
}
@media (max-width: 767px) {
  .cid-uj50SOf4N4 .container .carousel-control {
    margin-bottom: 0;
  }
  .cid-uj50SOf4N4 .content-slider-wrap {
    width: 100% !important;
  }
}
.cid-uj50SOf4N4 .container .carousel-indicators {
  margin-bottom: 3px;
}
.cid-uj50SOf4N4 .carousel-control {
  top: 50%;
  width: 60px;
  height: 60px;
  margin-top: -1.5rem;
  font-size: 22px;
  background-color: rgba(0, 0, 0, 0.5);
  border: 2px solid #fff;
  border-radius: 50%;
  transition: all 0.3s;
}
.cid-uj50SOf4N4 .carousel-control.carousel-control-prev {
  left: 0;
  margin-left: 2.5rem;
}
.cid-uj50SOf4N4 .carousel-control.carousel-control-next {
  right: 0;
  margin-right: 2.5rem;
}
@media (max-width: 767px) {
  .cid-uj50SOf4N4 .carousel-control {
    top: auto;
    bottom: 1rem;
  }
}
.cid-uj50SOf4N4 .carousel-indicators {
  position: absolute;
  bottom: 0;
  margin-bottom: 1.5rem !important;
}
.cid-uj50SOf4N4 .carousel-indicators li {
  max-width: 15px;
  height: 15px;
  width: 15px;
  max-height: 15px;
  margin: 3px;
  background-color: rgba(0, 0, 0, 0.5);
  border: 2px solid #fff;
  border-radius: 50%;
  opacity: 0.5;
  transition: all 0.3s;
}
.cid-uj50SOf4N4 .carousel-indicators li.active,
.cid-uj50SOf4N4 .carousel-indicators li:hover {
  opacity: 0.9;
}
.cid-uj50SOf4N4 .carousel-indicators li::after,
.cid-uj50SOf4N4 .carousel-indicators li::before {
  content: none;
}
.cid-uj50SOf4N4 .carousel-indicators.ie-fix {
  left: 50%;
  display: block;
  width: 60%;
  margin-left: -30%;
  text-align: center;
}
@media (max-width: 768px) {
  .cid-uj50SOf4N4 .carousel-indicators {
    display: none !important;
  }
}
@media (max-width: 991px) {
  .cid-uj50SOf4N4 .mbr-section-subtitle,
  .cid-uj50SOf4N4 .mbr-section-text,
  .cid-uj50SOf4N4 .mbr-section-btn {
    text-align: center;
  }
}
.cid-uj50SOf4N4 .carousel-control-prev,
.cid-uj50SOf4N4 .carousel-control-next {
  display: none;
}
.cid-uj50SP88A3 {
  padding-top: 6rem;
  padding-bottom: 6rem;
  background-color: #000000;
}
.cid-uj50SP88A3 .mbr-text {
  color: #000000;
}
.cid-uj50SP88A3 .mbr-section-subtitle {
  color: #000000;
  text-align: center;
}
.cid-uj50SP88A3 .mbr-section-title {
  color: #ffffff;
  text-align: left;
}
.cid-uj50SP88A3 .mbr-section-subtitle,
.cid-uj50SP88A3 .main-button {
  text-align: left;
  color: #ffffff;
}
.cid-uj50SP88A3 .main-button {
  margin-bottom: 2rem;
}
@media (max-width: 767px) {
  .cid-uj50SP88A3 .main-button {
    margin-bottom: 2rem;
  }
}
.cid-uj50SP88A3 .mbr-iconfont {
  font-size: 1.2rem !important;
  font-family: 'Moririse2' !important;
  color: white;
  transition: all 0.3s;
  transform: rotate(180deg);
  padding-left: 0.5rem;
}
.cid-uj50SP88A3 .panel-group {
  border: none;
}
.cid-uj50SP88A3 .card-header {
  padding: 0rem;
}
@media (max-width: 767px) {
  .cid-uj50SP88A3 .card-header {
    padding: 0rem;
  }
}
.cid-uj50SP88A3 .panel-body {
  padding: 0rem;
  padding-bottom: 0.5rem;
  margin-top: 1rem;
}
.cid-uj50SP88A3 .collapsed span {
  transform: rotate(0deg);
}
.cid-uj50SP88A3 .panel-title {
  display: flex;
  align-items: center;
  justify-content: space-between;
}
.cid-uj50SP88A3 p {
  margin-bottom: 0.3rem;
}
.cid-uj50SP88A3 .panel-title-edit {
  color: #000000;
}
.cid-uj50SP88A3 .card .card-header {
  background-color: transparent;
  margin-bottom: 0;
  border: 0;
  border-radius: 2rem;
}
.cid-uj50SP88A3 .card {
  background: #ffffff;
  padding: 2.25rem;
  border-radius: 2rem;
  margin-bottom: 1rem;
}
@media (max-width: 767px) {
  .cid-uj50SP88A3 .card {
    padding: 2rem 1.5rem;
    margin-bottom: 1rem;
  }
}
@media (min-width: 992px) and (max-width: 1200px) {
  .cid-uj50SP88A3 .card {
    margin-bottom: 1rem;
    padding: 2rem 1.5rem;
  }
}
.cid-uj50SP88A3 .panel-text {
  color: #000000;
}
.cid-uj50SP88A3 .panel-title-edit,
.cid-uj50SP88A3 .mbr-iconfont {
  color: #000000;
}
.cid-uduqU6836b {
  padding-top: 2rem;
  padding-bottom: 3rem;
  background-image: url("../../../assets/images/white-background-2000x1334.jpeg");
}
.cid-uduqU6836b .logogree {
  position: relative;
  width: 100%;
}
.cid-uduqU6836b .agree {
  object-position: right;
  width: 40%;
  height: auto;
  object-fit: contain;
  display: block;
  border-radius: 0% !important;
}
.cid-uduqU6836b .mbr-fallback-image.disabled {
  display: none;
}
.cid-uduqU6836b .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uduqU6836b .footer-col {
  justify-content: space-between;
  display: flex;
}
@media (max-width: 767px) {
  .cid-uduqU6836b .footer-col {
    flex-direction: column;
  }
}
.cid-uduqU6836b .row {
  background: #ffffff;
  padding: 4rem 3rem;
  border-radius: 2rem;
  margin: 0px;
}
@media (max-width: 767px) {
  .cid-uduqU6836b .row {
    padding: 2rem 0.5rem;
  }
}
@media (min-width: 768px) and (max-width: 991px) {
  .cid-uduqU6836b .row {
    padding: 2.25rem 1.25rem;
  }
}
@media (min-width: 992px) {
  .cid-uduqU6836b .row {
    padding: 4rem 3rem;
  }
}
@media (max-width: 767px) {
  .cid-uduqU6836b .mbr-section-btn {
    text-align: center;
  }
}
.cid-uduqU6836b .social-row {
  display: flex;
  flex-wrap: wrap;
}
.cid-uduqU6836b .soc-item {
  margin: 8px;
}
.cid-uduqU6836b .soc-item a:hover .mbr-iconfont,
.cid-uduqU6836b .soc-item a:focus .mbr-iconfont {
  background-color: #232323;
}
.cid-uduqU6836b .soc-item a .mbr-iconfont {
  width: 72px;
  height: 72px;
  display: flex;
  align-items: center;
  justify-content: center;
  border-radius: 100%;
  font-size: 20px;
  background-color: #06549d;
  color: #ffffff;
  transition: all 0.3s ease-in-out;
}
@media (max-width: 767px) {
  .cid-uduqU6836b .row {
    text-align: center;
  }
  .cid-uduqU6836b .social-row {
    justify-content: center;
  }
}
.cid-uduqU6836b .list {
  list-style: none;
  padding-left: 0;
  color: #502274;
}
@media (max-width: 991px) {
  .cid-uduqU6836b .list {
    margin-bottom: 2rem;
  }
}
@media (min-width: 992px) {
  .cid-uduqU6836b .list {
    margin-bottom: 0rem;
  }
}
.cid-uduqU6836b .mbr-text {
  color: #bbbbbb;
}
.cid-uduqU6836b .mbr-section-subtitle {
  color: #000000;
  text-align: left;
}
.cid-uduqU6836b .list,
.cid-uduqU6836b .item-wrap {
  color: #232323;
  text-align: left;
}
.cid-uduqU6836b .copyright {
  color: #000000;
  text-align: center;
}
.cid-uduqU6836b H5 {
  text-align: left;
}
.cid-tJGsCG1vVL {
  z-index: 1000;
  width: 100%;
  position: inherit;
}
.cid-tJGsCG1vVL .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 .3s;
}
@media (max-width: 767px) {
  .cid-tJGsCG1vVL .navbar-toggler {
    transform: scale(0.8);
  }
}
.cid-tJGsCG1vVL .navbar-brand {
  flex-shrink: 0;
  align-items: center;
  margin-right: 0;
  padding: 10px 0;
  transition: all 2s;
  word-break: break-word;
  z-index: 1;
}
.cid-tJGsCG1vVL .navbar-brand img {
  max-width: 100%;
  max-height: 100%;
  border-radius: 0px !important;
}
.cid-tJGsCG1vVL .navbar-brand .navbar-caption {
  line-height: inherit !important;
}
.cid-tJGsCG1vVL .navbar-brand .navbar-logo a {
  outline: none;
}
.cid-tJGsCG1vVL .navbar-nav {
  margin: auto;
  margin-left: 0;
  margin-left: auto;
}
.cid-tJGsCG1vVL .navbar-nav .nav-item {
  padding: 0 !important;
  transition: .3s all !important;
}
.cid-tJGsCG1vVL .navbar-nav .nav-item .nav-link {
  padding: 16px !important;
  margin: 0 !important;
  border-radius: 1rem !important;
  transition: .3s all !important;
  border-radius: 4px !important;
}
.cid-tJGsCG1vVL .navbar-nav .nav-item .nav-link:hover {
  background-color: rgba(27, 31, 10, 0.06);
}
.cid-tJGsCG1vVL .navbar-nav .open .nav-link::after {
  transform: rotate(180deg);
}
@media (min-width: 992px) {
  .cid-tJGsCG1vVL .navbar-nav .open .nav-link::before {
    content: "";
    width: 100%;
    height: 20px;
    top: 100%;
    background: transparent;
    position: absolute;
  }
}
.cid-tJGsCG1vVL .navbar-nav .dropdown-item {
  padding: 12px !important;
  border-radius: 0.5rem !important;
  margin: 0 8px !important;
  transition: .3s all !important;
  border-radius: 4px !important;
}
.cid-tJGsCG1vVL .navbar-nav .dropdown-item:hover {
  background-color: rgba(27, 31, 10, 0.06);
}
@media (min-width: 992px) {
  .cid-tJGsCG1vVL .navbar-nav {
    padding-left: 1.5rem;
  }
}
.cid-tJGsCG1vVL .nav-link {
  width: fit-content;
  position: relative;
}
.cid-tJGsCG1vVL .navbar-logo {
  padding-left: 2rem;
  margin: 0 !important;
}
@media (max-width: 767px) {
  .cid-tJGsCG1vVL .navbar-logo {
    padding-left: 1rem;
  }
}
.cid-tJGsCG1vVL .navbar-caption {
  padding-left: 1rem;
  padding-right: .5rem;
}
@media (max-width: 767px) {
  .cid-tJGsCG1vVL .nav-dropdown {
    padding-bottom: 0.5rem;
  }
}
.cid-tJGsCG1vVL .nav-dropdown .link.dropdown-toggle::after {
  margin-left: 0.5rem;
  margin-top: 0.2rem;
  transition: .3s all;
  transition-delay: 300ms;
}
.cid-tJGsCG1vVL .container {
  display: flex;
  height: 90px;
  padding: 0.5rem 0.6rem;
  flex-wrap: nowrap;
  background: rgba(255, 255, 255, 0.9) !important;
  left: 0;
  right: 0;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: flex-end;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  border-radius: 100vw;
  margin-top: 1rem;
  background-color: #ffffff;
  box-shadow: 0 30px 60px 0 rgba(27, 31, 10, 0.08);
  border-radius: 4px !important;
}
@media (max-width: 992px) {
  .cid-tJGsCG1vVL .container {
    padding-right: 2rem;
  }
}
@media (max-width: 767px) {
  .cid-tJGsCG1vVL .container {
    width: 95%;
    height: 56px !important;
    padding-right: 1rem;
    margin-top: 0rem;
  }
}
.cid-tJGsCG1vVL .iconfont-wrapper {
  color: #0c2c68 !important;
  font-size: 1.5rem;
  padding-right: 0.5rem;
}
.cid-tJGsCG1vVL .dropdown-menu {
  flex-wrap: wrap;
  flex-direction: column;
  max-width: 100%;
  padding: 12px 4px !important;
  border-radius: 1.5rem;
  transition: .3s all !important;
  transition-delay: 300ms;
  min-width: auto;
  background: #ffffff;
  background: rgba(255, 255, 255, 0.9) !important;
  border-radius: 4px !important;
}
.cid-tJGsCG1vVL .nav-item:focus,
.cid-tJGsCG1vVL .nav-link:focus {
  outline: none;
}
.cid-tJGsCG1vVL .dropdown .dropdown-menu .dropdown-item {
  width: auto;
  transition: all .3s;
  transition-delay: 300ms;
}
.cid-tJGsCG1vVL .dropdown .dropdown-menu .dropdown-item::after {
  right: 0.5rem;
}
.cid-tJGsCG1vVL .dropdown .dropdown-menu .dropdown-item .mbr-iconfont {
  margin-right: 0.5rem;
  vertical-align: sub;
}
.cid-tJGsCG1vVL .dropdown .dropdown-menu .dropdown-item .mbr-iconfont:before {
  display: inline-block;
  transform: scale(1, 1);
  transition: all .3s;
}
.cid-tJGsCG1vVL .collapsed .dropdown-menu .dropdown-item:before {
  display: none;
}
.cid-tJGsCG1vVL .collapsed .dropdown .dropdown-menu .dropdown-item {
  padding: 0.235em 1.5em 0.235em 1.5em !important;
  transition: none;
  margin: 0 !important;
}
.cid-tJGsCG1vVL .navbar {
  min-height: 90px;
  transition: all 5s;
  border-bottom: 1px solid transparent;
  background: transparent !important;
  padding: 0 !important;
  border: none !important;
  box-shadow: none !important;
  border-radius: 0 !important;
}
.cid-tJGsCG1vVL .navbar.opened {
  transition: all 0.3s;
}
.cid-tJGsCG1vVL .navbar .dropdown-item {
  padding: 0.5rem 1.8rem;
}
.cid-tJGsCG1vVL .navbar .navbar-logo img {
  width: auto;
}
.cid-tJGsCG1vVL .navbar .navbar-collapse {
  z-index: 1;
  justify-content: flex-end;
}
.cid-tJGsCG1vVL .navbar.collapsed {
  justify-content: center;
}
.cid-tJGsCG1vVL .navbar.collapsed .nav-item .nav-link::before {
  display: none;
}
.cid-tJGsCG1vVL .navbar.collapsed.opened .dropdown-menu {
  top: 0;
}
@media (min-width: 992px) {
  .cid-tJGsCG1vVL .navbar.collapsed.opened:not(.navbar-short) .navbar-collapse {
    max-height: calc(98.5vh - 3.4rem);
  }
}
.cid-tJGsCG1vVL .navbar.collapsed .dropdown-menu .dropdown-submenu {
  left: 0 !important;
}
.cid-tJGsCG1vVL .navbar.collapsed .dropdown-menu .dropdown-item:after {
  right: auto;
}
.cid-tJGsCG1vVL .navbar.collapsed .dropdown-menu .dropdown-toggle[data-toggle="dropdown-submenu"]:after {
  margin-left: 0.5rem;
  margin-top: 0.2rem;
  border-top: 0.35em solid;
  border-right: 0.35em solid transparent;
  border-left: 0.35em solid transparent;
  border-bottom: 0;
  top: 41%;
}
.cid-tJGsCG1vVL .navbar.collapsed ul.navbar-nav li {
  margin: auto;
}
.cid-tJGsCG1vVL .navbar.collapsed .dropdown-menu .dropdown-item {
  padding: 0.25rem 0.5rem;
  text-align: center;
}
.cid-tJGsCG1vVL .navbar.collapsed .icons-menu {
  padding-left: 0;
  padding-right: 0;
  padding-top: 0.5rem;
  padding-bottom: 0.5rem;
}
@media (max-width: 767px) {
  .cid-tJGsCG1vVL .navbar {
    min-height: 72px;
  }
  .cid-tJGsCG1vVL .navbar .navbar-logo img {
    height: 2rem !important;
  }
}
@media (max-width: 991px) {
  .cid-tJGsCG1vVL .navbar .nav-item .nav-link::before {
    display: none;
  }
  .cid-tJGsCG1vVL .navbar.opened .dropdown-menu {
    top: 0;
  }
  .cid-tJGsCG1vVL .navbar .dropdown-menu .dropdown-submenu {
    left: 0 !important;
  }
  .cid-tJGsCG1vVL .navbar .dropdown-menu .dropdown-item:after {
    right: auto;
  }
  .cid-tJGsCG1vVL .navbar .dropdown-menu .dropdown-toggle[data-toggle="dropdown-submenu"]:after {
    margin-left: 0.5rem;
    margin-top: 0.2rem;
    border-top: 0.35em solid;
    border-right: 0.35em solid transparent;
    border-left: 0.35em solid transparent;
    border-bottom: 0;
    top: 40%;
  }
  .cid-tJGsCG1vVL .navbar .dropdown-menu .dropdown-item {
    padding: 0.25rem 1.5rem !important;
    text-align: center;
  }
  .cid-tJGsCG1vVL .navbar .navbar-brand {
    flex-shrink: initial;
    flex-basis: auto;
    word-break: break-word;
    padding-right: 10px;
  }
  .cid-tJGsCG1vVL .navbar .navbar-toggler {
    flex-basis: auto;
  }
  .cid-tJGsCG1vVL .navbar .icons-menu {
    padding-left: 0;
    padding-top: 0.5rem;
    padding-bottom: 0.5rem;
  }
}
.cid-tJGsCG1vVL .navbar.navbar-short .navbar-logo img {
  height: 2rem;
}
.cid-tJGsCG1vVL .dropdown-item.active,
.cid-tJGsCG1vVL .dropdown-item:active {
  background-color: transparent;
}
.cid-tJGsCG1vVL .navbar-expand-lg .navbar-nav .nav-link {
  padding: 0;
}
.cid-tJGsCG1vVL .nav-dropdown .link.dropdown-toggle {
  margin-right: 1.667em;
}
.cid-tJGsCG1vVL .nav-dropdown .link.dropdown-toggle[aria-expanded="true"] {
  margin-right: 0;
  padding: 0.667em 1.667em;
}
.cid-tJGsCG1vVL .navbar.navbar-expand-lg .dropdown .dropdown-menu {
  background: #ffffff;
}
.cid-tJGsCG1vVL .navbar.navbar-expand-lg .dropdown .dropdown-menu .dropdown-submenu {
  margin: 0;
  left: 100%;
  transform: none;
  top: -12px;
}
.cid-tJGsCG1vVL .navbar .dropdown.open > .dropdown-menu {
  display: flex;
}
.cid-tJGsCG1vVL ul.navbar-nav {
  flex-wrap: wrap;
}
.cid-tJGsCG1vVL .navbar-buttons {
  text-align: center;
  min-width: 140px;
}
@media (max-width: 992px) {
  .cid-tJGsCG1vVL .navbar-buttons {
    text-align: left;
  }
}
.cid-tJGsCG1vVL button.navbar-toggler {
  outline: none;
  width: 31px;
  height: 20px;
  cursor: pointer;
  transition: all 0.2s;
  position: relative;
  align-self: center;
}
.cid-tJGsCG1vVL button.navbar-toggler .hamburger span {
  position: absolute;
  right: 0;
  width: 30px;
  height: 2px;
  border-right: 5px;
  background-color: #06549d;
}
.cid-tJGsCG1vVL button.navbar-toggler .hamburger span:nth-child(1) {
  top: 0;
  transition: all 0.2s;
}
.cid-tJGsCG1vVL button.navbar-toggler .hamburger span:nth-child(2) {
  top: 8px;
  transition: all 0.15s;
}
.cid-tJGsCG1vVL button.navbar-toggler .hamburger span:nth-child(3) {
  top: 8px;
  transition: all 0.15s;
}
.cid-tJGsCG1vVL button.navbar-toggler .hamburger span:nth-child(4) {
  top: 16px;
  transition: all 0.2s;
}
.cid-tJGsCG1vVL nav.opened .hamburger span:nth-child(1) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-tJGsCG1vVL nav.opened .hamburger span:nth-child(2) {
  transform: rotate(45deg);
  transition: all 0.25s;
}
.cid-tJGsCG1vVL nav.opened .hamburger span:nth-child(3) {
  transform: rotate(-45deg);
  transition: all 0.25s;
}
.cid-tJGsCG1vVL nav.opened .hamburger span:nth-child(4) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-tJGsCG1vVL .navbar-dropdown {
  padding: 0 1rem;
}
.cid-tJGsCG1vVL a.nav-link {
  display: flex;
  align-items: center;
  justify-content: center;
}
.cid-tJGsCG1vVL .icons-menu {
  flex-wrap: nowrap;
  display: flex;
  justify-content: center;
  padding-left: 1rem;
  padding-right: 1rem;
  padding-top: 0.3rem;
  text-align: center;
}
@media (max-width: 992px) {
  .cid-tJGsCG1vVL .icons-menu {
    justify-content: flex-start;
    margin-bottom: .5rem;
  }
}
@media screen and (-ms-high-contrast: active), (-ms-high-contrast: none) {
  .cid-tJGsCG1vVL .navbar {
    height: 70px;
  }
  .cid-tJGsCG1vVL .navbar.opened {
    height: auto;
  }
  .cid-tJGsCG1vVL .nav-item .nav-link:hover::before {
    width: 175%;
    max-width: calc(100% + 2rem);
    left: -1rem;
  }
}
.cid-tJGsCG1vVL .navbar .dropdown > .dropdown-menu {
  display: none;
  width: max-content;
  max-width: 500px !important;
  transform: translateX(-50%);
  top: calc(100% + 20px);
  left: 50%;
}
.cid-tJGsCG1vVL .navbar .dropdown > .dropdown-menu .dropdown-item {
  line-height: 1 !important;
}
.cid-tJGsCG1vVL .navbar .dropdown > .dropdown-menu .dropdown .dropdown-item {
  align-items: center;
  display: flex;
  height: max-content !important;
  min-height: max-content !important;
}
.cid-tJGsCG1vVL .navbar .dropdown > .dropdown-menu .dropdown .dropdown-item::after {
  display: inline-block;
  position: static;
  margin-left: 0.5rem;
  margin-top: 0;
  margin-right: 0;
  margin-bottom: 0;
  transition: .3s all;
  transform: rotate(-90deg);
}
.cid-tJGsCG1vVL .navbar .dropdown > .dropdown-menu .dropdown.open .dropdown-item::after {
  transform: rotate(0deg);
}
.cid-tJGsCG1vVL .mbr-section-btn {
  margin: -0.6rem -0.6rem;
}
.cid-tJGsCG1vVL .navbar-toggler {
  margin-left: 12px;
  margin-right: 8px;
  order: 1000;
}
@media (max-width: 991px) {
  .cid-tJGsCG1vVL .navbar-brand {
    margin-right: auto;
  }
  .cid-tJGsCG1vVL .navbar-collapse {
    z-index: -1 !important;
    position: absolute;
    top: 110%;
    left: 0;
    width: 100%;
    padding: 1rem;
    border-radius: 1.5rem;
    background: #ffffff;
    opacity: 1;
    border-color: rgba(255, 255, 255, 0.9) !important;
    background: rgba(255, 255, 255, 0.9) !important;
    backdrop-filter: blur(8px);
    border-radius: 4px !important;
  }
  .cid-tJGsCG1vVL .navbar-nav .nav-item .nav-link::after {
    margin-left: 10px;
  }
  .cid-tJGsCG1vVL .navbar-nav .dropdown-item:hover {
    background-color: rgba(27, 31, 10, 0.06);
  }
  .cid-tJGsCG1vVL .navbar .dropdown > .dropdown-menu {
    max-width: 100% !important;
    transform: translateX(0);
    top: 10px;
    left: 0;
    padding: 8px !important;
    border-radius: 1rem;
    background-color: rgba(27, 31, 10, 0.04) !important;
  }
  .cid-tJGsCG1vVL .navbar .dropdown > .dropdown-menu .dropdown-item {
    padding: 8px !important;
    line-height: 1 !important;
    margin-bottom: 4px !important;
  }
  .cid-tJGsCG1vVL .navbar .dropdown > .dropdown-menu .dropdown .dropdown-item {
    align-items: center;
    display: flex;
    height: max-content !important;
    min-height: max-content !important;
  }
  .cid-tJGsCG1vVL .navbar .dropdown > .dropdown-menu .dropdown .dropdown-item::after {
    display: inline-block;
    position: static;
    margin-left: 0.5rem;
    margin-top: 0;
    margin-right: 0;
    margin-bottom: 0;
    transition: .3s all;
    transform: rotate(0deg);
  }
  .cid-tJGsCG1vVL .navbar .dropdown > .dropdown-menu .dropdown.open .dropdown-item::after {
    transform: rotate(180deg);
  }
  .cid-tJGsCG1vVL .navbar .dropdown > .dropdown-menu .dropdown-submenu {
    position: static;
    width: 100%;
    max-width: 100% !important;
    transform: translateX(0) !important;
    top: 0;
    left: 0;
    padding: 8px !important;
    border-radius: 1rem;
    background-color: rgba(27, 31, 10, 0.04) !important;
  }
  .cid-tJGsCG1vVL .navbar .dropdown.open > .dropdown-menu {
    display: flex !important;
    flex-direction: column;
    align-items: flex-start;
  }
}
@media (max-width: 575px) {
  .cid-tJGsCG1vVL .navbar-collapse {
    padding: 1rem;
  }
}
.cid-uj5461RTGv {
  padding-top: 8rem;
  padding-bottom: 1rem;
  background-color: #000000;
}
.cid-uj5461RTGv .justify-content-center {
  align-items: center;
}
.cid-uj5461RTGv .mbr-fallback-image.disabled {
  display: none;
}
.cid-uj5461RTGv .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uj5461RTGv .item-wrapper {
  display: flex;
  margin-left: auto;
}
@media (max-width: 767px) {
  .cid-uj5461RTGv .item-wrapper {
    margin-bottom: 1rem;
  }
}
.cid-uj5461RTGv .mbr-section-btn {
  padding-left: 1.5rem;
  text-align: right;
}
@media (max-width: 767px) {
  .cid-uj5461RTGv .mbr-section-btn {
    text-align: center;
    padding-left: 0rem;
  }
}
.cid-uj5461RTGv .row {
  align-items: center;
}
.cid-uj5461RTGv .card-text {
  color: #ffffff;
  margin-bottom: 0px;
  text-align: left;
}
@media (max-width: 767px) {
  .cid-uj5461RTGv .card-text {
    text-align: center;
  }
}
.cid-uj54628LK4 {
  background-color: #ffffff;
  padding-top: 0;
  padding-bottom: 0;
}
.cid-uj54628LK4 .carousel {
  width: 100%;
}
.cid-uj54628LK4 .carousel-inner {
  display: flex;
  align-content: center;
  align-items: center;
}
.cid-uj54628LK4 .carousel-item img {
  height: 100vh;
  object-fit: cover;
}
.cid-uj54628LK4 img,
.cid-uj54628LK4 .item-wrapper {
  border-radius: 0 !important;
}
.cid-uj54628LK4 .carousel-caption {
  bottom: 40px;
}
.cid-uj54628LK4 .mobi-mbri-arrow-next {
  margin-left: 5px;
}
.cid-uj54628LK4 .mobi-mbri-arrow-prev {
  margin-right: 5px;
}
.cid-uj54628LK4 .carousel-control:hover {
  background: #1b1b1b;
  color: #fff;
  opacity: 1;
}
.cid-uj54628LK4 .item-wrapper {
  width: 100%;
}
@media (max-width: 767px) {
  .cid-uj54628LK4 .container .carousel-control {
    margin-bottom: 0;
  }
  .cid-uj54628LK4 .content-slider-wrap {
    width: 100% !important;
  }
}
.cid-uj54628LK4 .container .carousel-indicators {
  margin-bottom: 3px;
}
.cid-uj54628LK4 .carousel-control {
  top: 50%;
  width: 60px;
  height: 60px;
  margin-top: -1.5rem;
  font-size: 22px;
  background-color: rgba(0, 0, 0, 0.5);
  border: 2px solid #fff;
  border-radius: 50%;
  transition: all 0.3s;
}
.cid-uj54628LK4 .carousel-control.carousel-control-prev {
  left: 0;
  margin-left: 2.5rem;
}
.cid-uj54628LK4 .carousel-control.carousel-control-next {
  right: 0;
  margin-right: 2.5rem;
}
@media (max-width: 767px) {
  .cid-uj54628LK4 .carousel-control {
    top: auto;
    bottom: 1rem;
  }
}
.cid-uj54628LK4 .carousel-indicators {
  position: absolute;
  bottom: 0;
  margin-bottom: 1.5rem !important;
}
.cid-uj54628LK4 .carousel-indicators li {
  max-width: 15px;
  height: 15px;
  width: 15px;
  max-height: 15px;
  margin: 3px;
  background-color: rgba(0, 0, 0, 0.5);
  border: 2px solid #fff;
  border-radius: 50%;
  opacity: 0.5;
  transition: all 0.3s;
}
.cid-uj54628LK4 .carousel-indicators li.active,
.cid-uj54628LK4 .carousel-indicators li:hover {
  opacity: 0.9;
}
.cid-uj54628LK4 .carousel-indicators li::after,
.cid-uj54628LK4 .carousel-indicators li::before {
  content: none;
}
.cid-uj54628LK4 .carousel-indicators.ie-fix {
  left: 50%;
  display: block;
  width: 60%;
  margin-left: -30%;
  text-align: center;
}
@media (max-width: 768px) {
  .cid-uj54628LK4 .carousel-indicators {
    display: none !important;
  }
}
@media (max-width: 991px) {
  .cid-uj54628LK4 .mbr-section-subtitle,
  .cid-uj54628LK4 .mbr-section-text,
  .cid-uj54628LK4 .mbr-section-btn {
    text-align: center;
  }
}
.cid-uj54628LK4 .carousel-control-prev,
.cid-uj54628LK4 .carousel-control-next {
  display: none;
}
.cid-uj5462Uci8 {
  padding-top: 6rem;
  padding-bottom: 6rem;
  background-color: #000000;
}
.cid-uj5462Uci8 .mbr-text {
  color: #000000;
}
.cid-uj5462Uci8 .mbr-section-subtitle {
  color: #000000;
  text-align: center;
}
.cid-uj5462Uci8 .mbr-section-title {
  color: #ffffff;
  text-align: left;
}
.cid-uj5462Uci8 .mbr-section-subtitle,
.cid-uj5462Uci8 .main-button {
  text-align: left;
  color: #ffffff;
}
.cid-uj5462Uci8 .main-button {
  margin-bottom: 2rem;
}
@media (max-width: 767px) {
  .cid-uj5462Uci8 .main-button {
    margin-bottom: 2rem;
  }
}
.cid-uj5462Uci8 .mbr-iconfont {
  font-size: 1.2rem !important;
  font-family: 'Moririse2' !important;
  color: white;
  transition: all 0.3s;
  transform: rotate(180deg);
  padding-left: 0.5rem;
}
.cid-uj5462Uci8 .panel-group {
  border: none;
}
.cid-uj5462Uci8 .card-header {
  padding: 0rem;
}
@media (max-width: 767px) {
  .cid-uj5462Uci8 .card-header {
    padding: 0rem;
  }
}
.cid-uj5462Uci8 .panel-body {
  padding: 0rem;
  padding-bottom: 0.5rem;
  margin-top: 1rem;
}
.cid-uj5462Uci8 .collapsed span {
  transform: rotate(0deg);
}
.cid-uj5462Uci8 .panel-title {
  display: flex;
  align-items: center;
  justify-content: space-between;
}
.cid-uj5462Uci8 p {
  margin-bottom: 0.3rem;
}
.cid-uj5462Uci8 .panel-title-edit {
  color: #000000;
}
.cid-uj5462Uci8 .card .card-header {
  background-color: transparent;
  margin-bottom: 0;
  border: 0;
  border-radius: 2rem;
}
.cid-uj5462Uci8 .card {
  background: #ffffff;
  padding: 2.25rem;
  border-radius: 2rem;
  margin-bottom: 1rem;
}
@media (max-width: 767px) {
  .cid-uj5462Uci8 .card {
    padding: 2rem 1.5rem;
    margin-bottom: 1rem;
  }
}
@media (min-width: 992px) and (max-width: 1200px) {
  .cid-uj5462Uci8 .card {
    margin-bottom: 1rem;
    padding: 2rem 1.5rem;
  }
}
.cid-uj5462Uci8 .panel-text {
  color: #000000;
}
.cid-uj5462Uci8 .panel-title-edit,
.cid-uj5462Uci8 .mbr-iconfont {
  color: #000000;
}
.cid-uduqU6836b {
  padding-top: 2rem;
  padding-bottom: 3rem;
  background-image: url("../../../assets/images/white-background-2000x1334.jpeg");
}
.cid-uduqU6836b .logogree {
  position: relative;
  width: 100%;
}
.cid-uduqU6836b .agree {
  object-position: right;
  width: 40%;
  height: auto;
  object-fit: contain;
  display: block;
  border-radius: 0% !important;
}
.cid-uduqU6836b .mbr-fallback-image.disabled {
  display: none;
}
.cid-uduqU6836b .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uduqU6836b .footer-col {
  justify-content: space-between;
  display: flex;
}
@media (max-width: 767px) {
  .cid-uduqU6836b .footer-col {
    flex-direction: column;
  }
}
.cid-uduqU6836b .row {
  background: #ffffff;
  padding: 4rem 3rem;
  border-radius: 2rem;
  margin: 0px;
}
@media (max-width: 767px) {
  .cid-uduqU6836b .row {
    padding: 2rem 0.5rem;
  }
}
@media (min-width: 768px) and (max-width: 991px) {
  .cid-uduqU6836b .row {
    padding: 2.25rem 1.25rem;
  }
}
@media (min-width: 992px) {
  .cid-uduqU6836b .row {
    padding: 4rem 3rem;
  }
}
@media (max-width: 767px) {
  .cid-uduqU6836b .mbr-section-btn {
    text-align: center;
  }
}
.cid-uduqU6836b .social-row {
  display: flex;
  flex-wrap: wrap;
}
.cid-uduqU6836b .soc-item {
  margin: 8px;
}
.cid-uduqU6836b .soc-item a:hover .mbr-iconfont,
.cid-uduqU6836b .soc-item a:focus .mbr-iconfont {
  background-color: #232323;
}
.cid-uduqU6836b .soc-item a .mbr-iconfont {
  width: 72px;
  height: 72px;
  display: flex;
  align-items: center;
  justify-content: center;
  border-radius: 100%;
  font-size: 20px;
  background-color: #06549d;
  color: #ffffff;
  transition: all 0.3s ease-in-out;
}
@media (max-width: 767px) {
  .cid-uduqU6836b .row {
    text-align: center;
  }
  .cid-uduqU6836b .social-row {
    justify-content: center;
  }
}
.cid-uduqU6836b .list {
  list-style: none;
  padding-left: 0;
  color: #502274;
}
@media (max-width: 991px) {
  .cid-uduqU6836b .list {
    margin-bottom: 2rem;
  }
}
@media (min-width: 992px) {
  .cid-uduqU6836b .list {
    margin-bottom: 0rem;
  }
}
.cid-uduqU6836b .mbr-text {
  color: #bbbbbb;
}
.cid-uduqU6836b .mbr-section-subtitle {
  color: #000000;
  text-align: left;
}
.cid-uduqU6836b .list,
.cid-uduqU6836b .item-wrap {
  color: #232323;
  text-align: left;
}
.cid-uduqU6836b .copyright {
  color: #000000;
  text-align: center;
}
.cid-uduqU6836b H5 {
  text-align: left;
}
.cid-tJGsCG1vVL {
  z-index: 1000;
  width: 100%;
  position: inherit;
}
.cid-tJGsCG1vVL .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 .3s;
}
@media (max-width: 767px) {
  .cid-tJGsCG1vVL .navbar-toggler {
    transform: scale(0.8);
  }
}
.cid-tJGsCG1vVL .navbar-brand {
  flex-shrink: 0;
  align-items: center;
  margin-right: 0;
  padding: 10px 0;
  transition: all 2s;
  word-break: break-word;
  z-index: 1;
}
.cid-tJGsCG1vVL .navbar-brand img {
  max-width: 100%;
  max-height: 100%;
  border-radius: 0px !important;
}
.cid-tJGsCG1vVL .navbar-brand .navbar-caption {
  line-height: inherit !important;
}
.cid-tJGsCG1vVL .navbar-brand .navbar-logo a {
  outline: none;
}
.cid-tJGsCG1vVL .navbar-nav {
  margin: auto;
  margin-left: 0;
  margin-left: auto;
}
.cid-tJGsCG1vVL .navbar-nav .nav-item {
  padding: 0 !important;
  transition: .3s all !important;
}
.cid-tJGsCG1vVL .navbar-nav .nav-item .nav-link {
  padding: 16px !important;
  margin: 0 !important;
  border-radius: 1rem !important;
  transition: .3s all !important;
  border-radius: 4px !important;
}
.cid-tJGsCG1vVL .navbar-nav .nav-item .nav-link:hover {
  background-color: rgba(27, 31, 10, 0.06);
}
.cid-tJGsCG1vVL .navbar-nav .open .nav-link::after {
  transform: rotate(180deg);
}
@media (min-width: 992px) {
  .cid-tJGsCG1vVL .navbar-nav .open .nav-link::before {
    content: "";
    width: 100%;
    height: 20px;
    top: 100%;
    background: transparent;
    position: absolute;
  }
}
.cid-tJGsCG1vVL .navbar-nav .dropdown-item {
  padding: 12px !important;
  border-radius: 0.5rem !important;
  margin: 0 8px !important;
  transition: .3s all !important;
  border-radius: 4px !important;
}
.cid-tJGsCG1vVL .navbar-nav .dropdown-item:hover {
  background-color: rgba(27, 31, 10, 0.06);
}
@media (min-width: 992px) {
  .cid-tJGsCG1vVL .navbar-nav {
    padding-left: 1.5rem;
  }
}
.cid-tJGsCG1vVL .nav-link {
  width: fit-content;
  position: relative;
}
.cid-tJGsCG1vVL .navbar-logo {
  padding-left: 2rem;
  margin: 0 !important;
}
@media (max-width: 767px) {
  .cid-tJGsCG1vVL .navbar-logo {
    padding-left: 1rem;
  }
}
.cid-tJGsCG1vVL .navbar-caption {
  padding-left: 1rem;
  padding-right: .5rem;
}
@media (max-width: 767px) {
  .cid-tJGsCG1vVL .nav-dropdown {
    padding-bottom: 0.5rem;
  }
}
.cid-tJGsCG1vVL .nav-dropdown .link.dropdown-toggle::after {
  margin-left: 0.5rem;
  margin-top: 0.2rem;
  transition: .3s all;
  transition-delay: 300ms;
}
.cid-tJGsCG1vVL .container {
  display: flex;
  height: 90px;
  padding: 0.5rem 0.6rem;
  flex-wrap: nowrap;
  background: rgba(255, 255, 255, 0.9) !important;
  left: 0;
  right: 0;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: flex-end;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  border-radius: 100vw;
  margin-top: 1rem;
  background-color: #ffffff;
  box-shadow: 0 30px 60px 0 rgba(27, 31, 10, 0.08);
  border-radius: 4px !important;
}
@media (max-width: 992px) {
  .cid-tJGsCG1vVL .container {
    padding-right: 2rem;
  }
}
@media (max-width: 767px) {
  .cid-tJGsCG1vVL .container {
    width: 95%;
    height: 56px !important;
    padding-right: 1rem;
    margin-top: 0rem;
  }
}
.cid-tJGsCG1vVL .iconfont-wrapper {
  color: #0c2c68 !important;
  font-size: 1.5rem;
  padding-right: 0.5rem;
}
.cid-tJGsCG1vVL .dropdown-menu {
  flex-wrap: wrap;
  flex-direction: column;
  max-width: 100%;
  padding: 12px 4px !important;
  border-radius: 1.5rem;
  transition: .3s all !important;
  transition-delay: 300ms;
  min-width: auto;
  background: #ffffff;
  background: rgba(255, 255, 255, 0.9) !important;
  border-radius: 4px !important;
}
.cid-tJGsCG1vVL .nav-item:focus,
.cid-tJGsCG1vVL .nav-link:focus {
  outline: none;
}
.cid-tJGsCG1vVL .dropdown .dropdown-menu .dropdown-item {
  width: auto;
  transition: all .3s;
  transition-delay: 300ms;
}
.cid-tJGsCG1vVL .dropdown .dropdown-menu .dropdown-item::after {
  right: 0.5rem;
}
.cid-tJGsCG1vVL .dropdown .dropdown-menu .dropdown-item .mbr-iconfont {
  margin-right: 0.5rem;
  vertical-align: sub;
}
.cid-tJGsCG1vVL .dropdown .dropdown-menu .dropdown-item .mbr-iconfont:before {
  display: inline-block;
  transform: scale(1, 1);
  transition: all .3s;
}
.cid-tJGsCG1vVL .collapsed .dropdown-menu .dropdown-item:before {
  display: none;
}
.cid-tJGsCG1vVL .collapsed .dropdown .dropdown-menu .dropdown-item {
  padding: 0.235em 1.5em 0.235em 1.5em !important;
  transition: none;
  margin: 0 !important;
}
.cid-tJGsCG1vVL .navbar {
  min-height: 90px;
  transition: all 5s;
  border-bottom: 1px solid transparent;
  background: transparent !important;
  padding: 0 !important;
  border: none !important;
  box-shadow: none !important;
  border-radius: 0 !important;
}
.cid-tJGsCG1vVL .navbar.opened {
  transition: all 0.3s;
}
.cid-tJGsCG1vVL .navbar .dropdown-item {
  padding: 0.5rem 1.8rem;
}
.cid-tJGsCG1vVL .navbar .navbar-logo img {
  width: auto;
}
.cid-tJGsCG1vVL .navbar .navbar-collapse {
  z-index: 1;
  justify-content: flex-end;
}
.cid-tJGsCG1vVL .navbar.collapsed {
  justify-content: center;
}
.cid-tJGsCG1vVL .navbar.collapsed .nav-item .nav-link::before {
  display: none;
}
.cid-tJGsCG1vVL .navbar.collapsed.opened .dropdown-menu {
  top: 0;
}
@media (min-width: 992px) {
  .cid-tJGsCG1vVL .navbar.collapsed.opened:not(.navbar-short) .navbar-collapse {
    max-height: calc(98.5vh - 3.4rem);
  }
}
.cid-tJGsCG1vVL .navbar.collapsed .dropdown-menu .dropdown-submenu {
  left: 0 !important;
}
.cid-tJGsCG1vVL .navbar.collapsed .dropdown-menu .dropdown-item:after {
  right: auto;
}
.cid-tJGsCG1vVL .navbar.collapsed .dropdown-menu .dropdown-toggle[data-toggle="dropdown-submenu"]:after {
  margin-left: 0.5rem;
  margin-top: 0.2rem;
  border-top: 0.35em solid;
  border-right: 0.35em solid transparent;
  border-left: 0.35em solid transparent;
  border-bottom: 0;
  top: 41%;
}
.cid-tJGsCG1vVL .navbar.collapsed ul.navbar-nav li {
  margin: auto;
}
.cid-tJGsCG1vVL .navbar.collapsed .dropdown-menu .dropdown-item {
  padding: 0.25rem 0.5rem;
  text-align: center;
}
.cid-tJGsCG1vVL .navbar.collapsed .icons-menu {
  padding-left: 0;
  padding-right: 0;
  padding-top: 0.5rem;
  padding-bottom: 0.5rem;
}
@media (max-width: 767px) {
  .cid-tJGsCG1vVL .navbar {
    min-height: 72px;
  }
  .cid-tJGsCG1vVL .navbar .navbar-logo img {
    height: 2rem !important;
  }
}
@media (max-width: 991px) {
  .cid-tJGsCG1vVL .navbar .nav-item .nav-link::before {
    display: none;
  }
  .cid-tJGsCG1vVL .navbar.opened .dropdown-menu {
    top: 0;
  }
  .cid-tJGsCG1vVL .navbar .dropdown-menu .dropdown-submenu {
    left: 0 !important;
  }
  .cid-tJGsCG1vVL .navbar .dropdown-menu .dropdown-item:after {
    right: auto;
  }
  .cid-tJGsCG1vVL .navbar .dropdown-menu .dropdown-toggle[data-toggle="dropdown-submenu"]:after {
    margin-left: 0.5rem;
    margin-top: 0.2rem;
    border-top: 0.35em solid;
    border-right: 0.35em solid transparent;
    border-left: 0.35em solid transparent;
    border-bottom: 0;
    top: 40%;
  }
  .cid-tJGsCG1vVL .navbar .dropdown-menu .dropdown-item {
    padding: 0.25rem 1.5rem !important;
    text-align: center;
  }
  .cid-tJGsCG1vVL .navbar .navbar-brand {
    flex-shrink: initial;
    flex-basis: auto;
    word-break: break-word;
    padding-right: 10px;
  }
  .cid-tJGsCG1vVL .navbar .navbar-toggler {
    flex-basis: auto;
  }
  .cid-tJGsCG1vVL .navbar .icons-menu {
    padding-left: 0;
    padding-top: 0.5rem;
    padding-bottom: 0.5rem;
  }
}
.cid-tJGsCG1vVL .navbar.navbar-short .navbar-logo img {
  height: 2rem;
}
.cid-tJGsCG1vVL .dropdown-item.active,
.cid-tJGsCG1vVL .dropdown-item:active {
  background-color: transparent;
}
.cid-tJGsCG1vVL .navbar-expand-lg .navbar-nav .nav-link {
  padding: 0;
}
.cid-tJGsCG1vVL .nav-dropdown .link.dropdown-toggle {
  margin-right: 1.667em;
}
.cid-tJGsCG1vVL .nav-dropdown .link.dropdown-toggle[aria-expanded="true"] {
  margin-right: 0;
  padding: 0.667em 1.667em;
}
.cid-tJGsCG1vVL .navbar.navbar-expand-lg .dropdown .dropdown-menu {
  background: #ffffff;
}
.cid-tJGsCG1vVL .navbar.navbar-expand-lg .dropdown .dropdown-menu .dropdown-submenu {
  margin: 0;
  left: 100%;
  transform: none;
  top: -12px;
}
.cid-tJGsCG1vVL .navbar .dropdown.open > .dropdown-menu {
  display: flex;
}
.cid-tJGsCG1vVL ul.navbar-nav {
  flex-wrap: wrap;
}
.cid-tJGsCG1vVL .navbar-buttons {
  text-align: center;
  min-width: 140px;
}
@media (max-width: 992px) {
  .cid-tJGsCG1vVL .navbar-buttons {
    text-align: left;
  }
}
.cid-tJGsCG1vVL button.navbar-toggler {
  outline: none;
  width: 31px;
  height: 20px;
  cursor: pointer;
  transition: all 0.2s;
  position: relative;
  align-self: center;
}
.cid-tJGsCG1vVL button.navbar-toggler .hamburger span {
  position: absolute;
  right: 0;
  width: 30px;
  height: 2px;
  border-right: 5px;
  background-color: #06549d;
}
.cid-tJGsCG1vVL button.navbar-toggler .hamburger span:nth-child(1) {
  top: 0;
  transition: all 0.2s;
}
.cid-tJGsCG1vVL button.navbar-toggler .hamburger span:nth-child(2) {
  top: 8px;
  transition: all 0.15s;
}
.cid-tJGsCG1vVL button.navbar-toggler .hamburger span:nth-child(3) {
  top: 8px;
  transition: all 0.15s;
}
.cid-tJGsCG1vVL button.navbar-toggler .hamburger span:nth-child(4) {
  top: 16px;
  transition: all 0.2s;
}
.cid-tJGsCG1vVL nav.opened .hamburger span:nth-child(1) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-tJGsCG1vVL nav.opened .hamburger span:nth-child(2) {
  transform: rotate(45deg);
  transition: all 0.25s;
}
.cid-tJGsCG1vVL nav.opened .hamburger span:nth-child(3) {
  transform: rotate(-45deg);
  transition: all 0.25s;
}
.cid-tJGsCG1vVL nav.opened .hamburger span:nth-child(4) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-tJGsCG1vVL .navbar-dropdown {
  padding: 0 1rem;
}
.cid-tJGsCG1vVL a.nav-link {
  display: flex;
  align-items: center;
  justify-content: center;
}
.cid-tJGsCG1vVL .icons-menu {
  flex-wrap: nowrap;
  display: flex;
  justify-content: center;
  padding-left: 1rem;
  padding-right: 1rem;
  padding-top: 0.3rem;
  text-align: center;
}
@media (max-width: 992px) {
  .cid-tJGsCG1vVL .icons-menu {
    justify-content: flex-start;
    margin-bottom: .5rem;
  }
}
@media screen and (-ms-high-contrast: active), (-ms-high-contrast: none) {
  .cid-tJGsCG1vVL .navbar {
    height: 70px;
  }
  .cid-tJGsCG1vVL .navbar.opened {
    height: auto;
  }
  .cid-tJGsCG1vVL .nav-item .nav-link:hover::before {
    width: 175%;
    max-width: calc(100% + 2rem);
    left: -1rem;
  }
}
.cid-tJGsCG1vVL .navbar .dropdown > .dropdown-menu {
  display: none;
  width: max-content;
  max-width: 500px !important;
  transform: translateX(-50%);
  top: calc(100% + 20px);
  left: 50%;
}
.cid-tJGsCG1vVL .navbar .dropdown > .dropdown-menu .dropdown-item {
  line-height: 1 !important;
}
.cid-tJGsCG1vVL .navbar .dropdown > .dropdown-menu .dropdown .dropdown-item {
  align-items: center;
  display: flex;
  height: max-content !important;
  min-height: max-content !important;
}
.cid-tJGsCG1vVL .navbar .dropdown > .dropdown-menu .dropdown .dropdown-item::after {
  display: inline-block;
  position: static;
  margin-left: 0.5rem;
  margin-top: 0;
  margin-right: 0;
  margin-bottom: 0;
  transition: .3s all;
  transform: rotate(-90deg);
}
.cid-tJGsCG1vVL .navbar .dropdown > .dropdown-menu .dropdown.open .dropdown-item::after {
  transform: rotate(0deg);
}
.cid-tJGsCG1vVL .mbr-section-btn {
  margin: -0.6rem -0.6rem;
}
.cid-tJGsCG1vVL .navbar-toggler {
  margin-left: 12px;
  margin-right: 8px;
  order: 1000;
}
@media (max-width: 991px) {
  .cid-tJGsCG1vVL .navbar-brand {
    margin-right: auto;
  }
  .cid-tJGsCG1vVL .navbar-collapse {
    z-index: -1 !important;
    position: absolute;
    top: 110%;
    left: 0;
    width: 100%;
    padding: 1rem;
    border-radius: 1.5rem;
    background: #ffffff;
    opacity: 1;
    border-color: rgba(255, 255, 255, 0.9) !important;
    background: rgba(255, 255, 255, 0.9) !important;
    backdrop-filter: blur(8px);
    border-radius: 4px !important;
  }
  .cid-tJGsCG1vVL .navbar-nav .nav-item .nav-link::after {
    margin-left: 10px;
  }
  .cid-tJGsCG1vVL .navbar-nav .dropdown-item:hover {
    background-color: rgba(27, 31, 10, 0.06);
  }
  .cid-tJGsCG1vVL .navbar .dropdown > .dropdown-menu {
    max-width: 100% !important;
    transform: translateX(0);
    top: 10px;
    left: 0;
    padding: 8px !important;
    border-radius: 1rem;
    background-color: rgba(27, 31, 10, 0.04) !important;
  }
  .cid-tJGsCG1vVL .navbar .dropdown > .dropdown-menu .dropdown-item {
    padding: 8px !important;
    line-height: 1 !important;
    margin-bottom: 4px !important;
  }
  .cid-tJGsCG1vVL .navbar .dropdown > .dropdown-menu .dropdown .dropdown-item {
    align-items: center;
    display: flex;
    height: max-content !important;
    min-height: max-content !important;
  }
  .cid-tJGsCG1vVL .navbar .dropdown > .dropdown-menu .dropdown .dropdown-item::after {
    display: inline-block;
    position: static;
    margin-left: 0.5rem;
    margin-top: 0;
    margin-right: 0;
    margin-bottom: 0;
    transition: .3s all;
    transform: rotate(0deg);
  }
  .cid-tJGsCG1vVL .navbar .dropdown > .dropdown-menu .dropdown.open .dropdown-item::after {
    transform: rotate(180deg);
  }
  .cid-tJGsCG1vVL .navbar .dropdown > .dropdown-menu .dropdown-submenu {
    position: static;
    width: 100%;
    max-width: 100% !important;
    transform: translateX(0) !important;
    top: 0;
    left: 0;
    padding: 8px !important;
    border-radius: 1rem;
    background-color: rgba(27, 31, 10, 0.04) !important;
  }
  .cid-tJGsCG1vVL .navbar .dropdown.open > .dropdown-menu {
    display: flex !important;
    flex-direction: column;
    align-items: flex-start;
  }
}
@media (max-width: 575px) {
  .cid-tJGsCG1vVL .navbar-collapse {
    padding: 1rem;
  }
}
.cid-uj54SkaBxY {
  padding-top: 8rem;
  padding-bottom: 1rem;
  background-color: #000000;
}
.cid-uj54SkaBxY .justify-content-center {
  align-items: center;
}
.cid-uj54SkaBxY .mbr-fallback-image.disabled {
  display: none;
}
.cid-uj54SkaBxY .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uj54SkaBxY .item-wrapper {
  display: flex;
  margin-left: auto;
}
@media (max-width: 767px) {
  .cid-uj54SkaBxY .item-wrapper {
    margin-bottom: 1rem;
  }
}
.cid-uj54SkaBxY .mbr-section-btn {
  padding-left: 1.5rem;
  text-align: right;
}
@media (max-width: 767px) {
  .cid-uj54SkaBxY .mbr-section-btn {
    text-align: center;
    padding-left: 0rem;
  }
}
.cid-uj54SkaBxY .row {
  align-items: center;
}
.cid-uj54SkaBxY .card-text {
  color: #ffffff;
  margin-bottom: 0px;
  text-align: left;
}
@media (max-width: 767px) {
  .cid-uj54SkaBxY .card-text {
    text-align: center;
  }
}
.cid-uj54SktMLc {
  background-color: #ffffff;
  padding-top: 0;
  padding-bottom: 0;
}
.cid-uj54SktMLc .carousel {
  width: 100%;
}
.cid-uj54SktMLc .carousel-inner {
  display: flex;
  align-content: center;
  align-items: center;
}
.cid-uj54SktMLc .carousel-item img {
  height: 100vh;
  object-fit: cover;
}
.cid-uj54SktMLc img,
.cid-uj54SktMLc .item-wrapper {
  border-radius: 0 !important;
}
.cid-uj54SktMLc .carousel-caption {
  bottom: 40px;
}
.cid-uj54SktMLc .mobi-mbri-arrow-next {
  margin-left: 5px;
}
.cid-uj54SktMLc .mobi-mbri-arrow-prev {
  margin-right: 5px;
}
.cid-uj54SktMLc .carousel-control:hover {
  background: #1b1b1b;
  color: #fff;
  opacity: 1;
}
.cid-uj54SktMLc .item-wrapper {
  width: 100%;
}
@media (max-width: 767px) {
  .cid-uj54SktMLc .container .carousel-control {
    margin-bottom: 0;
  }
  .cid-uj54SktMLc .content-slider-wrap {
    width: 100% !important;
  }
}
.cid-uj54SktMLc .container .carousel-indicators {
  margin-bottom: 3px;
}
.cid-uj54SktMLc .carousel-control {
  top: 50%;
  width: 60px;
  height: 60px;
  margin-top: -1.5rem;
  font-size: 22px;
  background-color: rgba(0, 0, 0, 0.5);
  border: 2px solid #fff;
  border-radius: 50%;
  transition: all 0.3s;
}
.cid-uj54SktMLc .carousel-control.carousel-control-prev {
  left: 0;
  margin-left: 2.5rem;
}
.cid-uj54SktMLc .carousel-control.carousel-control-next {
  right: 0;
  margin-right: 2.5rem;
}
@media (max-width: 767px) {
  .cid-uj54SktMLc .carousel-control {
    top: auto;
    bottom: 1rem;
  }
}
.cid-uj54SktMLc .carousel-indicators {
  position: absolute;
  bottom: 0;
  margin-bottom: 1.5rem !important;
}
.cid-uj54SktMLc .carousel-indicators li {
  max-width: 15px;
  height: 15px;
  width: 15px;
  max-height: 15px;
  margin: 3px;
  background-color: rgba(0, 0, 0, 0.5);
  border: 2px solid #fff;
  border-radius: 50%;
  opacity: 0.5;
  transition: all 0.3s;
}
.cid-uj54SktMLc .carousel-indicators li.active,
.cid-uj54SktMLc .carousel-indicators li:hover {
  opacity: 0.9;
}
.cid-uj54SktMLc .carousel-indicators li::after,
.cid-uj54SktMLc .carousel-indicators li::before {
  content: none;
}
.cid-uj54SktMLc .carousel-indicators.ie-fix {
  left: 50%;
  display: block;
  width: 60%;
  margin-left: -30%;
  text-align: center;
}
@media (max-width: 768px) {
  .cid-uj54SktMLc .carousel-indicators {
    display: none !important;
  }
}
@media (max-width: 991px) {
  .cid-uj54SktMLc .mbr-section-subtitle,
  .cid-uj54SktMLc .mbr-section-text,
  .cid-uj54SktMLc .mbr-section-btn {
    text-align: center;
  }
}
.cid-uj54SktMLc .carousel-control-prev,
.cid-uj54SktMLc .carousel-control-next {
  display: none;
}
.cid-uj54SlenHm {
  padding-top: 6rem;
  padding-bottom: 6rem;
  background-color: #000000;
}
.cid-uj54SlenHm .mbr-text {
  color: #000000;
}
.cid-uj54SlenHm .mbr-section-subtitle {
  color: #000000;
  text-align: center;
}
.cid-uj54SlenHm .mbr-section-title {
  color: #ffffff;
  text-align: left;
}
.cid-uj54SlenHm .mbr-section-subtitle,
.cid-uj54SlenHm .main-button {
  text-align: left;
  color: #ffffff;
}
.cid-uj54SlenHm .main-button {
  margin-bottom: 2rem;
}
@media (max-width: 767px) {
  .cid-uj54SlenHm .main-button {
    margin-bottom: 2rem;
  }
}
.cid-uj54SlenHm .mbr-iconfont {
  font-size: 1.2rem !important;
  font-family: 'Moririse2' !important;
  color: white;
  transition: all 0.3s;
  transform: rotate(180deg);
  padding-left: 0.5rem;
}
.cid-uj54SlenHm .panel-group {
  border: none;
}
.cid-uj54SlenHm .card-header {
  padding: 0rem;
}
@media (max-width: 767px) {
  .cid-uj54SlenHm .card-header {
    padding: 0rem;
  }
}
.cid-uj54SlenHm .panel-body {
  padding: 0rem;
  padding-bottom: 0.5rem;
  margin-top: 1rem;
}
.cid-uj54SlenHm .collapsed span {
  transform: rotate(0deg);
}
.cid-uj54SlenHm .panel-title {
  display: flex;
  align-items: center;
  justify-content: space-between;
}
.cid-uj54SlenHm p {
  margin-bottom: 0.3rem;
}
.cid-uj54SlenHm .panel-title-edit {
  color: #000000;
}
.cid-uj54SlenHm .card .card-header {
  background-color: transparent;
  margin-bottom: 0;
  border: 0;
  border-radius: 2rem;
}
.cid-uj54SlenHm .card {
  background: #ffffff;
  padding: 2.25rem;
  border-radius: 2rem;
  margin-bottom: 1rem;
}
@media (max-width: 767px) {
  .cid-uj54SlenHm .card {
    padding: 2rem 1.5rem;
    margin-bottom: 1rem;
  }
}
@media (min-width: 992px) and (max-width: 1200px) {
  .cid-uj54SlenHm .card {
    margin-bottom: 1rem;
    padding: 2rem 1.5rem;
  }
}
.cid-uj54SlenHm .panel-text {
  color: #000000;
}
.cid-uj54SlenHm .panel-title-edit,
.cid-uj54SlenHm .mbr-iconfont {
  color: #000000;
}
.cid-uduqU6836b {
  padding-top: 2rem;
  padding-bottom: 3rem;
  background-image: url("../../../assets/images/white-background-2000x1334.jpeg");
}
.cid-uduqU6836b .logogree {
  position: relative;
  width: 100%;
}
.cid-uduqU6836b .agree {
  object-position: right;
  width: 40%;
  height: auto;
  object-fit: contain;
  display: block;
  border-radius: 0% !important;
}
.cid-uduqU6836b .mbr-fallback-image.disabled {
  display: none;
}
.cid-uduqU6836b .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uduqU6836b .footer-col {
  justify-content: space-between;
  display: flex;
}
@media (max-width: 767px) {
  .cid-uduqU6836b .footer-col {
    flex-direction: column;
  }
}
.cid-uduqU6836b .row {
  background: #ffffff;
  padding: 4rem 3rem;
  border-radius: 2rem;
  margin: 0px;
}
@media (max-width: 767px) {
  .cid-uduqU6836b .row {
    padding: 2rem 0.5rem;
  }
}
@media (min-width: 768px) and (max-width: 991px) {
  .cid-uduqU6836b .row {
    padding: 2.25rem 1.25rem;
  }
}
@media (min-width: 992px) {
  .cid-uduqU6836b .row {
    padding: 4rem 3rem;
  }
}
@media (max-width: 767px) {
  .cid-uduqU6836b .mbr-section-btn {
    text-align: center;
  }
}
.cid-uduqU6836b .social-row {
  display: flex;
  flex-wrap: wrap;
}
.cid-uduqU6836b .soc-item {
  margin: 8px;
}
.cid-uduqU6836b .soc-item a:hover .mbr-iconfont,
.cid-uduqU6836b .soc-item a:focus .mbr-iconfont {
  background-color: #232323;
}
.cid-uduqU6836b .soc-item a .mbr-iconfont {
  width: 72px;
  height: 72px;
  display: flex;
  align-items: center;
  justify-content: center;
  border-radius: 100%;
  font-size: 20px;
  background-color: #06549d;
  color: #ffffff;
  transition: all 0.3s ease-in-out;
}
@media (max-width: 767px) {
  .cid-uduqU6836b .row {
    text-align: center;
  }
  .cid-uduqU6836b .social-row {
    justify-content: center;
  }
}
.cid-uduqU6836b .list {
  list-style: none;
  padding-left: 0;
  color: #502274;
}
@media (max-width: 991px) {
  .cid-uduqU6836b .list {
    margin-bottom: 2rem;
  }
}
@media (min-width: 992px) {
  .cid-uduqU6836b .list {
    margin-bottom: 0rem;
  }
}
.cid-uduqU6836b .mbr-text {
  color: #bbbbbb;
}
.cid-uduqU6836b .mbr-section-subtitle {
  color: #000000;
  text-align: left;
}
.cid-uduqU6836b .list,
.cid-uduqU6836b .item-wrap {
  color: #232323;
  text-align: left;
}
.cid-uduqU6836b .copyright {
  color: #000000;
  text-align: center;
}
.cid-uduqU6836b H5 {
  text-align: left;
}
.cid-tJGsCG1vVL {
  z-index: 1000;
  width: 100%;
  position: inherit;
}
.cid-tJGsCG1vVL .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 .3s;
}
@media (max-width: 767px) {
  .cid-tJGsCG1vVL .navbar-toggler {
    transform: scale(0.8);
  }
}
.cid-tJGsCG1vVL .navbar-brand {
  flex-shrink: 0;
  align-items: center;
  margin-right: 0;
  padding: 10px 0;
  transition: all 2s;
  word-break: break-word;
  z-index: 1;
}
.cid-tJGsCG1vVL .navbar-brand img {
  max-width: 100%;
  max-height: 100%;
  border-radius: 0px !important;
}
.cid-tJGsCG1vVL .navbar-brand .navbar-caption {
  line-height: inherit !important;
}
.cid-tJGsCG1vVL .navbar-brand .navbar-logo a {
  outline: none;
}
.cid-tJGsCG1vVL .navbar-nav {
  margin: auto;
  margin-left: 0;
  margin-left: auto;
}
.cid-tJGsCG1vVL .navbar-nav .nav-item {
  padding: 0 !important;
  transition: .3s all !important;
}
.cid-tJGsCG1vVL .navbar-nav .nav-item .nav-link {
  padding: 16px !important;
  margin: 0 !important;
  border-radius: 1rem !important;
  transition: .3s all !important;
  border-radius: 4px !important;
}
.cid-tJGsCG1vVL .navbar-nav .nav-item .nav-link:hover {
  background-color: rgba(27, 31, 10, 0.06);
}
.cid-tJGsCG1vVL .navbar-nav .open .nav-link::after {
  transform: rotate(180deg);
}
@media (min-width: 992px) {
  .cid-tJGsCG1vVL .navbar-nav .open .nav-link::before {
    content: "";
    width: 100%;
    height: 20px;
    top: 100%;
    background: transparent;
    position: absolute;
  }
}
.cid-tJGsCG1vVL .navbar-nav .dropdown-item {
  padding: 12px !important;
  border-radius: 0.5rem !important;
  margin: 0 8px !important;
  transition: .3s all !important;
  border-radius: 4px !important;
}
.cid-tJGsCG1vVL .navbar-nav .dropdown-item:hover {
  background-color: rgba(27, 31, 10, 0.06);
}
@media (min-width: 992px) {
  .cid-tJGsCG1vVL .navbar-nav {
    padding-left: 1.5rem;
  }
}
.cid-tJGsCG1vVL .nav-link {
  width: fit-content;
  position: relative;
}
.cid-tJGsCG1vVL .navbar-logo {
  padding-left: 2rem;
  margin: 0 !important;
}
@media (max-width: 767px) {
  .cid-tJGsCG1vVL .navbar-logo {
    padding-left: 1rem;
  }
}
.cid-tJGsCG1vVL .navbar-caption {
  padding-left: 1rem;
  padding-right: .5rem;
}
@media (max-width: 767px) {
  .cid-tJGsCG1vVL .nav-dropdown {
    padding-bottom: 0.5rem;
  }
}
.cid-tJGsCG1vVL .nav-dropdown .link.dropdown-toggle::after {
  margin-left: 0.5rem;
  margin-top: 0.2rem;
  transition: .3s all;
  transition-delay: 300ms;
}
.cid-tJGsCG1vVL .container {
  display: flex;
  height: 90px;
  padding: 0.5rem 0.6rem;
  flex-wrap: nowrap;
  background: rgba(255, 255, 255, 0.9) !important;
  left: 0;
  right: 0;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: flex-end;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  border-radius: 100vw;
  margin-top: 1rem;
  background-color: #ffffff;
  box-shadow: 0 30px 60px 0 rgba(27, 31, 10, 0.08);
  border-radius: 4px !important;
}
@media (max-width: 992px) {
  .cid-tJGsCG1vVL .container {
    padding-right: 2rem;
  }
}
@media (max-width: 767px) {
  .cid-tJGsCG1vVL .container {
    width: 95%;
    height: 56px !important;
    padding-right: 1rem;
    margin-top: 0rem;
  }
}
.cid-tJGsCG1vVL .iconfont-wrapper {
  color: #0c2c68 !important;
  font-size: 1.5rem;
  padding-right: 0.5rem;
}
.cid-tJGsCG1vVL .dropdown-menu {
  flex-wrap: wrap;
  flex-direction: column;
  max-width: 100%;
  padding: 12px 4px !important;
  border-radius: 1.5rem;
  transition: .3s all !important;
  transition-delay: 300ms;
  min-width: auto;
  background: #ffffff;
  background: rgba(255, 255, 255, 0.9) !important;
  border-radius: 4px !important;
}
.cid-tJGsCG1vVL .nav-item:focus,
.cid-tJGsCG1vVL .nav-link:focus {
  outline: none;
}
.cid-tJGsCG1vVL .dropdown .dropdown-menu .dropdown-item {
  width: auto;
  transition: all .3s;
  transition-delay: 300ms;
}
.cid-tJGsCG1vVL .dropdown .dropdown-menu .dropdown-item::after {
  right: 0.5rem;
}
.cid-tJGsCG1vVL .dropdown .dropdown-menu .dropdown-item .mbr-iconfont {
  margin-right: 0.5rem;
  vertical-align: sub;
}
.cid-tJGsCG1vVL .dropdown .dropdown-menu .dropdown-item .mbr-iconfont:before {
  display: inline-block;
  transform: scale(1, 1);
  transition: all .3s;
}
.cid-tJGsCG1vVL .collapsed .dropdown-menu .dropdown-item:before {
  display: none;
}
.cid-tJGsCG1vVL .collapsed .dropdown .dropdown-menu .dropdown-item {
  padding: 0.235em 1.5em 0.235em 1.5em !important;
  transition: none;
  margin: 0 !important;
}
.cid-tJGsCG1vVL .navbar {
  min-height: 90px;
  transition: all 5s;
  border-bottom: 1px solid transparent;
  background: transparent !important;
  padding: 0 !important;
  border: none !important;
  box-shadow: none !important;
  border-radius: 0 !important;
}
.cid-tJGsCG1vVL .navbar.opened {
  transition: all 0.3s;
}
.cid-tJGsCG1vVL .navbar .dropdown-item {
  padding: 0.5rem 1.8rem;
}
.cid-tJGsCG1vVL .navbar .navbar-logo img {
  width: auto;
}
.cid-tJGsCG1vVL .navbar .navbar-collapse {
  z-index: 1;
  justify-content: flex-end;
}
.cid-tJGsCG1vVL .navbar.collapsed {
  justify-content: center;
}
.cid-tJGsCG1vVL .navbar.collapsed .nav-item .nav-link::before {
  display: none;
}
.cid-tJGsCG1vVL .navbar.collapsed.opened .dropdown-menu {
  top: 0;
}
@media (min-width: 992px) {
  .cid-tJGsCG1vVL .navbar.collapsed.opened:not(.navbar-short) .navbar-collapse {
    max-height: calc(98.5vh - 3.4rem);
  }
}
.cid-tJGsCG1vVL .navbar.collapsed .dropdown-menu .dropdown-submenu {
  left: 0 !important;
}
.cid-tJGsCG1vVL .navbar.collapsed .dropdown-menu .dropdown-item:after {
  right: auto;
}
.cid-tJGsCG1vVL .navbar.collapsed .dropdown-menu .dropdown-toggle[data-toggle="dropdown-submenu"]:after {
  margin-left: 0.5rem;
  margin-top: 0.2rem;
  border-top: 0.35em solid;
  border-right: 0.35em solid transparent;
  border-left: 0.35em solid transparent;
  border-bottom: 0;
  top: 41%;
}
.cid-tJGsCG1vVL .navbar.collapsed ul.navbar-nav li {
  margin: auto;
}
.cid-tJGsCG1vVL .navbar.collapsed .dropdown-menu .dropdown-item {
  padding: 0.25rem 0.5rem;
  text-align: center;
}
.cid-tJGsCG1vVL .navbar.collapsed .icons-menu {
  padding-left: 0;
  padding-right: 0;
  padding-top: 0.5rem;
  padding-bottom: 0.5rem;
}
@media (max-width: 767px) {
  .cid-tJGsCG1vVL .navbar {
    min-height: 72px;
  }
  .cid-tJGsCG1vVL .navbar .navbar-logo img {
    height: 2rem !important;
  }
}
@media (max-width: 991px) {
  .cid-tJGsCG1vVL .navbar .nav-item .nav-link::before {
    display: none;
  }
  .cid-tJGsCG1vVL .navbar.opened .dropdown-menu {
    top: 0;
  }
  .cid-tJGsCG1vVL .navbar .dropdown-menu .dropdown-submenu {
    left: 0 !important;
  }
  .cid-tJGsCG1vVL .navbar .dropdown-menu .dropdown-item:after {
    right: auto;
  }
  .cid-tJGsCG1vVL .navbar .dropdown-menu .dropdown-toggle[data-toggle="dropdown-submenu"]:after {
    margin-left: 0.5rem;
    margin-top: 0.2rem;
    border-top: 0.35em solid;
    border-right: 0.35em solid transparent;
    border-left: 0.35em solid transparent;
    border-bottom: 0;
    top: 40%;
  }
  .cid-tJGsCG1vVL .navbar .dropdown-menu .dropdown-item {
    padding: 0.25rem 1.5rem !important;
    text-align: center;
  }
  .cid-tJGsCG1vVL .navbar .navbar-brand {
    flex-shrink: initial;
    flex-basis: auto;
    word-break: break-word;
    padding-right: 10px;
  }
  .cid-tJGsCG1vVL .navbar .navbar-toggler {
    flex-basis: auto;
  }
  .cid-tJGsCG1vVL .navbar .icons-menu {
    padding-left: 0;
    padding-top: 0.5rem;
    padding-bottom: 0.5rem;
  }
}
.cid-tJGsCG1vVL .navbar.navbar-short .navbar-logo img {
  height: 2rem;
}
.cid-tJGsCG1vVL .dropdown-item.active,
.cid-tJGsCG1vVL .dropdown-item:active {
  background-color: transparent;
}
.cid-tJGsCG1vVL .navbar-expand-lg .navbar-nav .nav-link {
  padding: 0;
}
.cid-tJGsCG1vVL .nav-dropdown .link.dropdown-toggle {
  margin-right: 1.667em;
}
.cid-tJGsCG1vVL .nav-dropdown .link.dropdown-toggle[aria-expanded="true"] {
  margin-right: 0;
  padding: 0.667em 1.667em;
}
.cid-tJGsCG1vVL .navbar.navbar-expand-lg .dropdown .dropdown-menu {
  background: #ffffff;
}
.cid-tJGsCG1vVL .navbar.navbar-expand-lg .dropdown .dropdown-menu .dropdown-submenu {
  margin: 0;
  left: 100%;
  transform: none;
  top: -12px;
}
.cid-tJGsCG1vVL .navbar .dropdown.open > .dropdown-menu {
  display: flex;
}
.cid-tJGsCG1vVL ul.navbar-nav {
  flex-wrap: wrap;
}
.cid-tJGsCG1vVL .navbar-buttons {
  text-align: center;
  min-width: 140px;
}
@media (max-width: 992px) {
  .cid-tJGsCG1vVL .navbar-buttons {
    text-align: left;
  }
}
.cid-tJGsCG1vVL button.navbar-toggler {
  outline: none;
  width: 31px;
  height: 20px;
  cursor: pointer;
  transition: all 0.2s;
  position: relative;
  align-self: center;
}
.cid-tJGsCG1vVL button.navbar-toggler .hamburger span {
  position: absolute;
  right: 0;
  width: 30px;
  height: 2px;
  border-right: 5px;
  background-color: #06549d;
}
.cid-tJGsCG1vVL button.navbar-toggler .hamburger span:nth-child(1) {
  top: 0;
  transition: all 0.2s;
}
.cid-tJGsCG1vVL button.navbar-toggler .hamburger span:nth-child(2) {
  top: 8px;
  transition: all 0.15s;
}
.cid-tJGsCG1vVL button.navbar-toggler .hamburger span:nth-child(3) {
  top: 8px;
  transition: all 0.15s;
}
.cid-tJGsCG1vVL button.navbar-toggler .hamburger span:nth-child(4) {
  top: 16px;
  transition: all 0.2s;
}
.cid-tJGsCG1vVL nav.opened .hamburger span:nth-child(1) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-tJGsCG1vVL nav.opened .hamburger span:nth-child(2) {
  transform: rotate(45deg);
  transition: all 0.25s;
}
.cid-tJGsCG1vVL nav.opened .hamburger span:nth-child(3) {
  transform: rotate(-45deg);
  transition: all 0.25s;
}
.cid-tJGsCG1vVL nav.opened .hamburger span:nth-child(4) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-tJGsCG1vVL .navbar-dropdown {
  padding: 0 1rem;
}
.cid-tJGsCG1vVL a.nav-link {
  display: flex;
  align-items: center;
  justify-content: center;
}
.cid-tJGsCG1vVL .icons-menu {
  flex-wrap: nowrap;
  display: flex;
  justify-content: center;
  padding-left: 1rem;
  padding-right: 1rem;
  padding-top: 0.3rem;
  text-align: center;
}
@media (max-width: 992px) {
  .cid-tJGsCG1vVL .icons-menu {
    justify-content: flex-start;
    margin-bottom: .5rem;
  }
}
@media screen and (-ms-high-contrast: active), (-ms-high-contrast: none) {
  .cid-tJGsCG1vVL .navbar {
    height: 70px;
  }
  .cid-tJGsCG1vVL .navbar.opened {
    height: auto;
  }
  .cid-tJGsCG1vVL .nav-item .nav-link:hover::before {
    width: 175%;
    max-width: calc(100% + 2rem);
    left: -1rem;
  }
}
.cid-tJGsCG1vVL .navbar .dropdown > .dropdown-menu {
  display: none;
  width: max-content;
  max-width: 500px !important;
  transform: translateX(-50%);
  top: calc(100% + 20px);
  left: 50%;
}
.cid-tJGsCG1vVL .navbar .dropdown > .dropdown-menu .dropdown-item {
  line-height: 1 !important;
}
.cid-tJGsCG1vVL .navbar .dropdown > .dropdown-menu .dropdown .dropdown-item {
  align-items: center;
  display: flex;
  height: max-content !important;
  min-height: max-content !important;
}
.cid-tJGsCG1vVL .navbar .dropdown > .dropdown-menu .dropdown .dropdown-item::after {
  display: inline-block;
  position: static;
  margin-left: 0.5rem;
  margin-top: 0;
  margin-right: 0;
  margin-bottom: 0;
  transition: .3s all;
  transform: rotate(-90deg);
}
.cid-tJGsCG1vVL .navbar .dropdown > .dropdown-menu .dropdown.open .dropdown-item::after {
  transform: rotate(0deg);
}
.cid-tJGsCG1vVL .mbr-section-btn {
  margin: -0.6rem -0.6rem;
}
.cid-tJGsCG1vVL .navbar-toggler {
  margin-left: 12px;
  margin-right: 8px;
  order: 1000;
}
@media (max-width: 991px) {
  .cid-tJGsCG1vVL .navbar-brand {
    margin-right: auto;
  }
  .cid-tJGsCG1vVL .navbar-collapse {
    z-index: -1 !important;
    position: absolute;
    top: 110%;
    left: 0;
    width: 100%;
    padding: 1rem;
    border-radius: 1.5rem;
    background: #ffffff;
    opacity: 1;
    border-color: rgba(255, 255, 255, 0.9) !important;
    background: rgba(255, 255, 255, 0.9) !important;
    backdrop-filter: blur(8px);
    border-radius: 4px !important;
  }
  .cid-tJGsCG1vVL .navbar-nav .nav-item .nav-link::after {
    margin-left: 10px;
  }
  .cid-tJGsCG1vVL .navbar-nav .dropdown-item:hover {
    background-color: rgba(27, 31, 10, 0.06);
  }
  .cid-tJGsCG1vVL .navbar .dropdown > .dropdown-menu {
    max-width: 100% !important;
    transform: translateX(0);
    top: 10px;
    left: 0;
    padding: 8px !important;
    border-radius: 1rem;
    background-color: rgba(27, 31, 10, 0.04) !important;
  }
  .cid-tJGsCG1vVL .navbar .dropdown > .dropdown-menu .dropdown-item {
    padding: 8px !important;
    line-height: 1 !important;
    margin-bottom: 4px !important;
  }
  .cid-tJGsCG1vVL .navbar .dropdown > .dropdown-menu .dropdown .dropdown-item {
    align-items: center;
    display: flex;
    height: max-content !important;
    min-height: max-content !important;
  }
  .cid-tJGsCG1vVL .navbar .dropdown > .dropdown-menu .dropdown .dropdown-item::after {
    display: inline-block;
    position: static;
    margin-left: 0.5rem;
    margin-top: 0;
    margin-right: 0;
    margin-bottom: 0;
    transition: .3s all;
    transform: rotate(0deg);
  }
  .cid-tJGsCG1vVL .navbar .dropdown > .dropdown-menu .dropdown.open .dropdown-item::after {
    transform: rotate(180deg);
  }
  .cid-tJGsCG1vVL .navbar .dropdown > .dropdown-menu .dropdown-submenu {
    position: static;
    width: 100%;
    max-width: 100% !important;
    transform: translateX(0) !important;
    top: 0;
    left: 0;
    padding: 8px !important;
    border-radius: 1rem;
    background-color: rgba(27, 31, 10, 0.04) !important;
  }
  .cid-tJGsCG1vVL .navbar .dropdown.open > .dropdown-menu {
    display: flex !important;
    flex-direction: column;
    align-items: flex-start;
  }
}
@media (max-width: 575px) {
  .cid-tJGsCG1vVL .navbar-collapse {
    padding: 1rem;
  }
}
.cid-uj5ac2tQRY {
  padding-top: 8rem;
  padding-bottom: 1rem;
  background-color: #000000;
}
.cid-uj5ac2tQRY .justify-content-center {
  align-items: center;
}
.cid-uj5ac2tQRY .mbr-fallback-image.disabled {
  display: none;
}
.cid-uj5ac2tQRY .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uj5ac2tQRY .item-wrapper {
  display: flex;
  margin-left: auto;
}
@media (max-width: 767px) {
  .cid-uj5ac2tQRY .item-wrapper {
    margin-bottom: 1rem;
  }
}
.cid-uj5ac2tQRY .mbr-section-btn {
  padding-left: 1.5rem;
  text-align: right;
}
@media (max-width: 767px) {
  .cid-uj5ac2tQRY .mbr-section-btn {
    text-align: center;
    padding-left: 0rem;
  }
}
.cid-uj5ac2tQRY .row {
  align-items: center;
}
.cid-uj5ac2tQRY .card-text {
  color: #ffffff;
  margin-bottom: 0px;
  text-align: left;
}
@media (max-width: 767px) {
  .cid-uj5ac2tQRY .card-text {
    text-align: center;
  }
}
.cid-uj5ac2Hw9g {
  background-color: #ffffff;
  padding-top: 0;
  padding-bottom: 0;
}
.cid-uj5ac2Hw9g .carousel {
  width: 100%;
}
.cid-uj5ac2Hw9g .carousel-inner {
  display: flex;
  align-content: center;
  align-items: center;
}
.cid-uj5ac2Hw9g .carousel-item img {
  height: 100vh;
  object-fit: cover;
}
.cid-uj5ac2Hw9g img,
.cid-uj5ac2Hw9g .item-wrapper {
  border-radius: 0 !important;
}
.cid-uj5ac2Hw9g .carousel-caption {
  bottom: 40px;
}
.cid-uj5ac2Hw9g .mobi-mbri-arrow-next {
  margin-left: 5px;
}
.cid-uj5ac2Hw9g .mobi-mbri-arrow-prev {
  margin-right: 5px;
}
.cid-uj5ac2Hw9g .carousel-control:hover {
  background: #1b1b1b;
  color: #fff;
  opacity: 1;
}
.cid-uj5ac2Hw9g .item-wrapper {
  width: 100%;
}
@media (max-width: 767px) {
  .cid-uj5ac2Hw9g .container .carousel-control {
    margin-bottom: 0;
  }
  .cid-uj5ac2Hw9g .content-slider-wrap {
    width: 100% !important;
  }
}
.cid-uj5ac2Hw9g .container .carousel-indicators {
  margin-bottom: 3px;
}
.cid-uj5ac2Hw9g .carousel-control {
  top: 50%;
  width: 60px;
  height: 60px;
  margin-top: -1.5rem;
  font-size: 22px;
  background-color: rgba(0, 0, 0, 0.5);
  border: 2px solid #fff;
  border-radius: 50%;
  transition: all 0.3s;
}
.cid-uj5ac2Hw9g .carousel-control.carousel-control-prev {
  left: 0;
  margin-left: 2.5rem;
}
.cid-uj5ac2Hw9g .carousel-control.carousel-control-next {
  right: 0;
  margin-right: 2.5rem;
}
@media (max-width: 767px) {
  .cid-uj5ac2Hw9g .carousel-control {
    top: auto;
    bottom: 1rem;
  }
}
.cid-uj5ac2Hw9g .carousel-indicators {
  position: absolute;
  bottom: 0;
  margin-bottom: 1.5rem !important;
}
.cid-uj5ac2Hw9g .carousel-indicators li {
  max-width: 15px;
  height: 15px;
  width: 15px;
  max-height: 15px;
  margin: 3px;
  background-color: rgba(0, 0, 0, 0.5);
  border: 2px solid #fff;
  border-radius: 50%;
  opacity: 0.5;
  transition: all 0.3s;
}
.cid-uj5ac2Hw9g .carousel-indicators li.active,
.cid-uj5ac2Hw9g .carousel-indicators li:hover {
  opacity: 0.9;
}
.cid-uj5ac2Hw9g .carousel-indicators li::after,
.cid-uj5ac2Hw9g .carousel-indicators li::before {
  content: none;
}
.cid-uj5ac2Hw9g .carousel-indicators.ie-fix {
  left: 50%;
  display: block;
  width: 60%;
  margin-left: -30%;
  text-align: center;
}
@media (max-width: 768px) {
  .cid-uj5ac2Hw9g .carousel-indicators {
    display: none !important;
  }
}
@media (max-width: 991px) {
  .cid-uj5ac2Hw9g .mbr-section-subtitle,
  .cid-uj5ac2Hw9g .mbr-section-text,
  .cid-uj5ac2Hw9g .mbr-section-btn {
    text-align: center;
  }
}
.cid-uj5ac2Hw9g .carousel-control-prev,
.cid-uj5ac2Hw9g .carousel-control-next {
  display: none;
}
.cid-uj5ac3mHaa {
  padding-top: 6rem;
  padding-bottom: 6rem;
  background-color: #000000;
}
.cid-uj5ac3mHaa .mbr-text {
  color: #000000;
}
.cid-uj5ac3mHaa .mbr-section-subtitle {
  color: #000000;
  text-align: center;
}
.cid-uj5ac3mHaa .mbr-section-title {
  color: #ffffff;
  text-align: left;
}
.cid-uj5ac3mHaa .mbr-section-subtitle,
.cid-uj5ac3mHaa .main-button {
  text-align: left;
  color: #ffffff;
}
.cid-uj5ac3mHaa .main-button {
  margin-bottom: 2rem;
}
@media (max-width: 767px) {
  .cid-uj5ac3mHaa .main-button {
    margin-bottom: 2rem;
  }
}
.cid-uj5ac3mHaa .mbr-iconfont {
  font-size: 1.2rem !important;
  font-family: 'Moririse2' !important;
  color: white;
  transition: all 0.3s;
  transform: rotate(180deg);
  padding-left: 0.5rem;
}
.cid-uj5ac3mHaa .panel-group {
  border: none;
}
.cid-uj5ac3mHaa .card-header {
  padding: 0rem;
}
@media (max-width: 767px) {
  .cid-uj5ac3mHaa .card-header {
    padding: 0rem;
  }
}
.cid-uj5ac3mHaa .panel-body {
  padding: 0rem;
  padding-bottom: 0.5rem;
  margin-top: 1rem;
}
.cid-uj5ac3mHaa .collapsed span {
  transform: rotate(0deg);
}
.cid-uj5ac3mHaa .panel-title {
  display: flex;
  align-items: center;
  justify-content: space-between;
}
.cid-uj5ac3mHaa p {
  margin-bottom: 0.3rem;
}
.cid-uj5ac3mHaa .panel-title-edit {
  color: #000000;
}
.cid-uj5ac3mHaa .card .card-header {
  background-color: transparent;
  margin-bottom: 0;
  border: 0;
  border-radius: 2rem;
}
.cid-uj5ac3mHaa .card {
  background: #ffffff;
  padding: 2.25rem;
  border-radius: 2rem;
  margin-bottom: 1rem;
}
@media (max-width: 767px) {
  .cid-uj5ac3mHaa .card {
    padding: 2rem 1.5rem;
    margin-bottom: 1rem;
  }
}
@media (min-width: 992px) and (max-width: 1200px) {
  .cid-uj5ac3mHaa .card {
    margin-bottom: 1rem;
    padding: 2rem 1.5rem;
  }
}
.cid-uj5ac3mHaa .panel-text {
  color: #000000;
}
.cid-uj5ac3mHaa .panel-title-edit,
.cid-uj5ac3mHaa .mbr-iconfont {
  color: #000000;
}
.cid-uduqU6836b {
  padding-top: 2rem;
  padding-bottom: 3rem;
  background-image: url("../../../assets/images/white-background-2000x1334.jpeg");
}
.cid-uduqU6836b .logogree {
  position: relative;
  width: 100%;
}
.cid-uduqU6836b .agree {
  object-position: right;
  width: 40%;
  height: auto;
  object-fit: contain;
  display: block;
  border-radius: 0% !important;
}
.cid-uduqU6836b .mbr-fallback-image.disabled {
  display: none;
}
.cid-uduqU6836b .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uduqU6836b .footer-col {
  justify-content: space-between;
  display: flex;
}
@media (max-width: 767px) {
  .cid-uduqU6836b .footer-col {
    flex-direction: column;
  }
}
.cid-uduqU6836b .row {
  background: #ffffff;
  padding: 4rem 3rem;
  border-radius: 2rem;
  margin: 0px;
}
@media (max-width: 767px) {
  .cid-uduqU6836b .row {
    padding: 2rem 0.5rem;
  }
}
@media (min-width: 768px) and (max-width: 991px) {
  .cid-uduqU6836b .row {
    padding: 2.25rem 1.25rem;
  }
}
@media (min-width: 992px) {
  .cid-uduqU6836b .row {
    padding: 4rem 3rem;
  }
}
@media (max-width: 767px) {
  .cid-uduqU6836b .mbr-section-btn {
    text-align: center;
  }
}
.cid-uduqU6836b .social-row {
  display: flex;
  flex-wrap: wrap;
}
.cid-uduqU6836b .soc-item {
  margin: 8px;
}
.cid-uduqU6836b .soc-item a:hover .mbr-iconfont,
.cid-uduqU6836b .soc-item a:focus .mbr-iconfont {
  background-color: #232323;
}
.cid-uduqU6836b .soc-item a .mbr-iconfont {
  width: 72px;
  height: 72px;
  display: flex;
  align-items: center;
  justify-content: center;
  border-radius: 100%;
  font-size: 20px;
  background-color: #06549d;
  color: #ffffff;
  transition: all 0.3s ease-in-out;
}
@media (max-width: 767px) {
  .cid-uduqU6836b .row {
    text-align: center;
  }
  .cid-uduqU6836b .social-row {
    justify-content: center;
  }
}
.cid-uduqU6836b .list {
  list-style: none;
  padding-left: 0;
  color: #502274;
}
@media (max-width: 991px) {
  .cid-uduqU6836b .list {
    margin-bottom: 2rem;
  }
}
@media (min-width: 992px) {
  .cid-uduqU6836b .list {
    margin-bottom: 0rem;
  }
}
.cid-uduqU6836b .mbr-text {
  color: #bbbbbb;
}
.cid-uduqU6836b .mbr-section-subtitle {
  color: #000000;
  text-align: left;
}
.cid-uduqU6836b .list,
.cid-uduqU6836b .item-wrap {
  color: #232323;
  text-align: left;
}
.cid-uduqU6836b .copyright {
  color: #000000;
  text-align: center;
}
.cid-uduqU6836b H5 {
  text-align: left;
}
.cid-tJGsCG1vVL {
  z-index: 1000;
  width: 100%;
  position: inherit;
}
.cid-tJGsCG1vVL .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 .3s;
}
@media (max-width: 767px) {
  .cid-tJGsCG1vVL .navbar-toggler {
    transform: scale(0.8);
  }
}
.cid-tJGsCG1vVL .navbar-brand {
  flex-shrink: 0;
  align-items: center;
  margin-right: 0;
  padding: 10px 0;
  transition: all 2s;
  word-break: break-word;
  z-index: 1;
}
.cid-tJGsCG1vVL .navbar-brand img {
  max-width: 100%;
  max-height: 100%;
  border-radius: 0px !important;
}
.cid-tJGsCG1vVL .navbar-brand .navbar-caption {
  line-height: inherit !important;
}
.cid-tJGsCG1vVL .navbar-brand .navbar-logo a {
  outline: none;
}
.cid-tJGsCG1vVL .navbar-nav {
  margin: auto;
  margin-left: 0;
  margin-left: auto;
}
.cid-tJGsCG1vVL .navbar-nav .nav-item {
  padding: 0 !important;
  transition: .3s all !important;
}
.cid-tJGsCG1vVL .navbar-nav .nav-item .nav-link {
  padding: 16px !important;
  margin: 0 !important;
  border-radius: 1rem !important;
  transition: .3s all !important;
  border-radius: 4px !important;
}
.cid-tJGsCG1vVL .navbar-nav .nav-item .nav-link:hover {
  background-color: rgba(27, 31, 10, 0.06);
}
.cid-tJGsCG1vVL .navbar-nav .open .nav-link::after {
  transform: rotate(180deg);
}
@media (min-width: 992px) {
  .cid-tJGsCG1vVL .navbar-nav .open .nav-link::before {
    content: "";
    width: 100%;
    height: 20px;
    top: 100%;
    background: transparent;
    position: absolute;
  }
}
.cid-tJGsCG1vVL .navbar-nav .dropdown-item {
  padding: 12px !important;
  border-radius: 0.5rem !important;
  margin: 0 8px !important;
  transition: .3s all !important;
  border-radius: 4px !important;
}
.cid-tJGsCG1vVL .navbar-nav .dropdown-item:hover {
  background-color: rgba(27, 31, 10, 0.06);
}
@media (min-width: 992px) {
  .cid-tJGsCG1vVL .navbar-nav {
    padding-left: 1.5rem;
  }
}
.cid-tJGsCG1vVL .nav-link {
  width: fit-content;
  position: relative;
}
.cid-tJGsCG1vVL .navbar-logo {
  padding-left: 2rem;
  margin: 0 !important;
}
@media (max-width: 767px) {
  .cid-tJGsCG1vVL .navbar-logo {
    padding-left: 1rem;
  }
}
.cid-tJGsCG1vVL .navbar-caption {
  padding-left: 1rem;
  padding-right: .5rem;
}
@media (max-width: 767px) {
  .cid-tJGsCG1vVL .nav-dropdown {
    padding-bottom: 0.5rem;
  }
}
.cid-tJGsCG1vVL .nav-dropdown .link.dropdown-toggle::after {
  margin-left: 0.5rem;
  margin-top: 0.2rem;
  transition: .3s all;
  transition-delay: 300ms;
}
.cid-tJGsCG1vVL .container {
  display: flex;
  height: 90px;
  padding: 0.5rem 0.6rem;
  flex-wrap: nowrap;
  background: rgba(255, 255, 255, 0.9) !important;
  left: 0;
  right: 0;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: flex-end;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  border-radius: 100vw;
  margin-top: 1rem;
  background-color: #ffffff;
  box-shadow: 0 30px 60px 0 rgba(27, 31, 10, 0.08);
  border-radius: 4px !important;
}
@media (max-width: 992px) {
  .cid-tJGsCG1vVL .container {
    padding-right: 2rem;
  }
}
@media (max-width: 767px) {
  .cid-tJGsCG1vVL .container {
    width: 95%;
    height: 56px !important;
    padding-right: 1rem;
    margin-top: 0rem;
  }
}
.cid-tJGsCG1vVL .iconfont-wrapper {
  color: #0c2c68 !important;
  font-size: 1.5rem;
  padding-right: 0.5rem;
}
.cid-tJGsCG1vVL .dropdown-menu {
  flex-wrap: wrap;
  flex-direction: column;
  max-width: 100%;
  padding: 12px 4px !important;
  border-radius: 1.5rem;
  transition: .3s all !important;
  transition-delay: 300ms;
  min-width: auto;
  background: #ffffff;
  background: rgba(255, 255, 255, 0.9) !important;
  border-radius: 4px !important;
}
.cid-tJGsCG1vVL .nav-item:focus,
.cid-tJGsCG1vVL .nav-link:focus {
  outline: none;
}
.cid-tJGsCG1vVL .dropdown .dropdown-menu .dropdown-item {
  width: auto;
  transition: all .3s;
  transition-delay: 300ms;
}
.cid-tJGsCG1vVL .dropdown .dropdown-menu .dropdown-item::after {
  right: 0.5rem;
}
.cid-tJGsCG1vVL .dropdown .dropdown-menu .dropdown-item .mbr-iconfont {
  margin-right: 0.5rem;
  vertical-align: sub;
}
.cid-tJGsCG1vVL .dropdown .dropdown-menu .dropdown-item .mbr-iconfont:before {
  display: inline-block;
  transform: scale(1, 1);
  transition: all .3s;
}
.cid-tJGsCG1vVL .collapsed .dropdown-menu .dropdown-item:before {
  display: none;
}
.cid-tJGsCG1vVL .collapsed .dropdown .dropdown-menu .dropdown-item {
  padding: 0.235em 1.5em 0.235em 1.5em !important;
  transition: none;
  margin: 0 !important;
}
.cid-tJGsCG1vVL .navbar {
  min-height: 90px;
  transition: all 5s;
  border-bottom: 1px solid transparent;
  background: transparent !important;
  padding: 0 !important;
  border: none !important;
  box-shadow: none !important;
  border-radius: 0 !important;
}
.cid-tJGsCG1vVL .navbar.opened {
  transition: all 0.3s;
}
.cid-tJGsCG1vVL .navbar .dropdown-item {
  padding: 0.5rem 1.8rem;
}
.cid-tJGsCG1vVL .navbar .navbar-logo img {
  width: auto;
}
.cid-tJGsCG1vVL .navbar .navbar-collapse {
  z-index: 1;
  justify-content: flex-end;
}
.cid-tJGsCG1vVL .navbar.collapsed {
  justify-content: center;
}
.cid-tJGsCG1vVL .navbar.collapsed .nav-item .nav-link::before {
  display: none;
}
.cid-tJGsCG1vVL .navbar.collapsed.opened .dropdown-menu {
  top: 0;
}
@media (min-width: 992px) {
  .cid-tJGsCG1vVL .navbar.collapsed.opened:not(.navbar-short) .navbar-collapse {
    max-height: calc(98.5vh - 3.4rem);
  }
}
.cid-tJGsCG1vVL .navbar.collapsed .dropdown-menu .dropdown-submenu {
  left: 0 !important;
}
.cid-tJGsCG1vVL .navbar.collapsed .dropdown-menu .dropdown-item:after {
  right: auto;
}
.cid-tJGsCG1vVL .navbar.collapsed .dropdown-menu .dropdown-toggle[data-toggle="dropdown-submenu"]:after {
  margin-left: 0.5rem;
  margin-top: 0.2rem;
  border-top: 0.35em solid;
  border-right: 0.35em solid transparent;
  border-left: 0.35em solid transparent;
  border-bottom: 0;
  top: 41%;
}
.cid-tJGsCG1vVL .navbar.collapsed ul.navbar-nav li {
  margin: auto;
}
.cid-tJGsCG1vVL .navbar.collapsed .dropdown-menu .dropdown-item {
  padding: 0.25rem 0.5rem;
  text-align: center;
}
.cid-tJGsCG1vVL .navbar.collapsed .icons-menu {
  padding-left: 0;
  padding-right: 0;
  padding-top: 0.5rem;
  padding-bottom: 0.5rem;
}
@media (max-width: 767px) {
  .cid-tJGsCG1vVL .navbar {
    min-height: 72px;
  }
  .cid-tJGsCG1vVL .navbar .navbar-logo img {
    height: 2rem !important;
  }
}
@media (max-width: 991px) {
  .cid-tJGsCG1vVL .navbar .nav-item .nav-link::before {
    display: none;
  }
  .cid-tJGsCG1vVL .navbar.opened .dropdown-menu {
    top: 0;
  }
  .cid-tJGsCG1vVL .navbar .dropdown-menu .dropdown-submenu {
    left: 0 !important;
  }
  .cid-tJGsCG1vVL .navbar .dropdown-menu .dropdown-item:after {
    right: auto;
  }
  .cid-tJGsCG1vVL .navbar .dropdown-menu .dropdown-toggle[data-toggle="dropdown-submenu"]:after {
    margin-left: 0.5rem;
    margin-top: 0.2rem;
    border-top: 0.35em solid;
    border-right: 0.35em solid transparent;
    border-left: 0.35em solid transparent;
    border-bottom: 0;
    top: 40%;
  }
  .cid-tJGsCG1vVL .navbar .dropdown-menu .dropdown-item {
    padding: 0.25rem 1.5rem !important;
    text-align: center;
  }
  .cid-tJGsCG1vVL .navbar .navbar-brand {
    flex-shrink: initial;
    flex-basis: auto;
    word-break: break-word;
    padding-right: 10px;
  }
  .cid-tJGsCG1vVL .navbar .navbar-toggler {
    flex-basis: auto;
  }
  .cid-tJGsCG1vVL .navbar .icons-menu {
    padding-left: 0;
    padding-top: 0.5rem;
    padding-bottom: 0.5rem;
  }
}
.cid-tJGsCG1vVL .navbar.navbar-short .navbar-logo img {
  height: 2rem;
}
.cid-tJGsCG1vVL .dropdown-item.active,
.cid-tJGsCG1vVL .dropdown-item:active {
  background-color: transparent;
}
.cid-tJGsCG1vVL .navbar-expand-lg .navbar-nav .nav-link {
  padding: 0;
}
.cid-tJGsCG1vVL .nav-dropdown .link.dropdown-toggle {
  margin-right: 1.667em;
}
.cid-tJGsCG1vVL .nav-dropdown .link.dropdown-toggle[aria-expanded="true"] {
  margin-right: 0;
  padding: 0.667em 1.667em;
}
.cid-tJGsCG1vVL .navbar.navbar-expand-lg .dropdown .dropdown-menu {
  background: #ffffff;
}
.cid-tJGsCG1vVL .navbar.navbar-expand-lg .dropdown .dropdown-menu .dropdown-submenu {
  margin: 0;
  left: 100%;
  transform: none;
  top: -12px;
}
.cid-tJGsCG1vVL .navbar .dropdown.open > .dropdown-menu {
  display: flex;
}
.cid-tJGsCG1vVL ul.navbar-nav {
  flex-wrap: wrap;
}
.cid-tJGsCG1vVL .navbar-buttons {
  text-align: center;
  min-width: 140px;
}
@media (max-width: 992px) {
  .cid-tJGsCG1vVL .navbar-buttons {
    text-align: left;
  }
}
.cid-tJGsCG1vVL button.navbar-toggler {
  outline: none;
  width: 31px;
  height: 20px;
  cursor: pointer;
  transition: all 0.2s;
  position: relative;
  align-self: center;
}
.cid-tJGsCG1vVL button.navbar-toggler .hamburger span {
  position: absolute;
  right: 0;
  width: 30px;
  height: 2px;
  border-right: 5px;
  background-color: #06549d;
}
.cid-tJGsCG1vVL button.navbar-toggler .hamburger span:nth-child(1) {
  top: 0;
  transition: all 0.2s;
}
.cid-tJGsCG1vVL button.navbar-toggler .hamburger span:nth-child(2) {
  top: 8px;
  transition: all 0.15s;
}
.cid-tJGsCG1vVL button.navbar-toggler .hamburger span:nth-child(3) {
  top: 8px;
  transition: all 0.15s;
}
.cid-tJGsCG1vVL button.navbar-toggler .hamburger span:nth-child(4) {
  top: 16px;
  transition: all 0.2s;
}
.cid-tJGsCG1vVL nav.opened .hamburger span:nth-child(1) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-tJGsCG1vVL nav.opened .hamburger span:nth-child(2) {
  transform: rotate(45deg);
  transition: all 0.25s;
}
.cid-tJGsCG1vVL nav.opened .hamburger span:nth-child(3) {
  transform: rotate(-45deg);
  transition: all 0.25s;
}
.cid-tJGsCG1vVL nav.opened .hamburger span:nth-child(4) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-tJGsCG1vVL .navbar-dropdown {
  padding: 0 1rem;
}
.cid-tJGsCG1vVL a.nav-link {
  display: flex;
  align-items: center;
  justify-content: center;
}
.cid-tJGsCG1vVL .icons-menu {
  flex-wrap: nowrap;
  display: flex;
  justify-content: center;
  padding-left: 1rem;
  padding-right: 1rem;
  padding-top: 0.3rem;
  text-align: center;
}
@media (max-width: 992px) {
  .cid-tJGsCG1vVL .icons-menu {
    justify-content: flex-start;
    margin-bottom: .5rem;
  }
}
@media screen and (-ms-high-contrast: active), (-ms-high-contrast: none) {
  .cid-tJGsCG1vVL .navbar {
    height: 70px;
  }
  .cid-tJGsCG1vVL .navbar.opened {
    height: auto;
  }
  .cid-tJGsCG1vVL .nav-item .nav-link:hover::before {
    width: 175%;
    max-width: calc(100% + 2rem);
    left: -1rem;
  }
}
.cid-tJGsCG1vVL .navbar .dropdown > .dropdown-menu {
  display: none;
  width: max-content;
  max-width: 500px !important;
  transform: translateX(-50%);
  top: calc(100% + 20px);
  left: 50%;
}
.cid-tJGsCG1vVL .navbar .dropdown > .dropdown-menu .dropdown-item {
  line-height: 1 !important;
}
.cid-tJGsCG1vVL .navbar .dropdown > .dropdown-menu .dropdown .dropdown-item {
  align-items: center;
  display: flex;
  height: max-content !important;
  min-height: max-content !important;
}
.cid-tJGsCG1vVL .navbar .dropdown > .dropdown-menu .dropdown .dropdown-item::after {
  display: inline-block;
  position: static;
  margin-left: 0.5rem;
  margin-top: 0;
  margin-right: 0;
  margin-bottom: 0;
  transition: .3s all;
  transform: rotate(-90deg);
}
.cid-tJGsCG1vVL .navbar .dropdown > .dropdown-menu .dropdown.open .dropdown-item::after {
  transform: rotate(0deg);
}
.cid-tJGsCG1vVL .mbr-section-btn {
  margin: -0.6rem -0.6rem;
}
.cid-tJGsCG1vVL .navbar-toggler {
  margin-left: 12px;
  margin-right: 8px;
  order: 1000;
}
@media (max-width: 991px) {
  .cid-tJGsCG1vVL .navbar-brand {
    margin-right: auto;
  }
  .cid-tJGsCG1vVL .navbar-collapse {
    z-index: -1 !important;
    position: absolute;
    top: 110%;
    left: 0;
    width: 100%;
    padding: 1rem;
    border-radius: 1.5rem;
    background: #ffffff;
    opacity: 1;
    border-color: rgba(255, 255, 255, 0.9) !important;
    background: rgba(255, 255, 255, 0.9) !important;
    backdrop-filter: blur(8px);
    border-radius: 4px !important;
  }
  .cid-tJGsCG1vVL .navbar-nav .nav-item .nav-link::after {
    margin-left: 10px;
  }
  .cid-tJGsCG1vVL .navbar-nav .dropdown-item:hover {
    background-color: rgba(27, 31, 10, 0.06);
  }
  .cid-tJGsCG1vVL .navbar .dropdown > .dropdown-menu {
    max-width: 100% !important;
    transform: translateX(0);
    top: 10px;
    left: 0;
    padding: 8px !important;
    border-radius: 1rem;
    background-color: rgba(27, 31, 10, 0.04) !important;
  }
  .cid-tJGsCG1vVL .navbar .dropdown > .dropdown-menu .dropdown-item {
    padding: 8px !important;
    line-height: 1 !important;
    margin-bottom: 4px !important;
  }
  .cid-tJGsCG1vVL .navbar .dropdown > .dropdown-menu .dropdown .dropdown-item {
    align-items: center;
    display: flex;
    height: max-content !important;
    min-height: max-content !important;
  }
  .cid-tJGsCG1vVL .navbar .dropdown > .dropdown-menu .dropdown .dropdown-item::after {
    display: inline-block;
    position: static;
    margin-left: 0.5rem;
    margin-top: 0;
    margin-right: 0;
    margin-bottom: 0;
    transition: .3s all;
    transform: rotate(0deg);
  }
  .cid-tJGsCG1vVL .navbar .dropdown > .dropdown-menu .dropdown.open .dropdown-item::after {
    transform: rotate(180deg);
  }
  .cid-tJGsCG1vVL .navbar .dropdown > .dropdown-menu .dropdown-submenu {
    position: static;
    width: 100%;
    max-width: 100% !important;
    transform: translateX(0) !important;
    top: 0;
    left: 0;
    padding: 8px !important;
    border-radius: 1rem;
    background-color: rgba(27, 31, 10, 0.04) !important;
  }
  .cid-tJGsCG1vVL .navbar .dropdown.open > .dropdown-menu {
    display: flex !important;
    flex-direction: column;
    align-items: flex-start;
  }
}
@media (max-width: 575px) {
  .cid-tJGsCG1vVL .navbar-collapse {
    padding: 1rem;
  }
}
.cid-uj5jsQvIND {
  padding-top: 8rem;
  padding-bottom: 1rem;
  background-color: #000000;
}
.cid-uj5jsQvIND .justify-content-center {
  align-items: center;
}
.cid-uj5jsQvIND .mbr-fallback-image.disabled {
  display: none;
}
.cid-uj5jsQvIND .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uj5jsQvIND .item-wrapper {
  display: flex;
  margin-left: auto;
}
@media (max-width: 767px) {
  .cid-uj5jsQvIND .item-wrapper {
    margin-bottom: 1rem;
  }
}
.cid-uj5jsQvIND .mbr-section-btn {
  padding-left: 1.5rem;
  text-align: right;
}
@media (max-width: 767px) {
  .cid-uj5jsQvIND .mbr-section-btn {
    text-align: center;
    padding-left: 0rem;
  }
}
.cid-uj5jsQvIND .row {
  align-items: center;
}
.cid-uj5jsQvIND .card-text {
  color: #ffffff;
  margin-bottom: 0px;
  text-align: left;
}
@media (max-width: 767px) {
  .cid-uj5jsQvIND .card-text {
    text-align: center;
  }
}
.cid-uj5jsQMjc6 {
  background-color: #ffffff;
  padding-top: 0;
  padding-bottom: 0;
}
.cid-uj5jsQMjc6 .carousel {
  width: 100%;
}
.cid-uj5jsQMjc6 .carousel-inner {
  display: flex;
  align-content: center;
  align-items: center;
}
.cid-uj5jsQMjc6 .carousel-item img {
  height: 100vh;
  object-fit: cover;
}
.cid-uj5jsQMjc6 img,
.cid-uj5jsQMjc6 .item-wrapper {
  border-radius: 0 !important;
}
.cid-uj5jsQMjc6 .carousel-caption {
  bottom: 40px;
}
.cid-uj5jsQMjc6 .mobi-mbri-arrow-next {
  margin-left: 5px;
}
.cid-uj5jsQMjc6 .mobi-mbri-arrow-prev {
  margin-right: 5px;
}
.cid-uj5jsQMjc6 .carousel-control:hover {
  background: #1b1b1b;
  color: #fff;
  opacity: 1;
}
.cid-uj5jsQMjc6 .item-wrapper {
  width: 100%;
}
@media (max-width: 767px) {
  .cid-uj5jsQMjc6 .container .carousel-control {
    margin-bottom: 0;
  }
  .cid-uj5jsQMjc6 .content-slider-wrap {
    width: 100% !important;
  }
}
.cid-uj5jsQMjc6 .container .carousel-indicators {
  margin-bottom: 3px;
}
.cid-uj5jsQMjc6 .carousel-control {
  top: 50%;
  width: 60px;
  height: 60px;
  margin-top: -1.5rem;
  font-size: 22px;
  background-color: rgba(0, 0, 0, 0.5);
  border: 2px solid #fff;
  border-radius: 50%;
  transition: all 0.3s;
}
.cid-uj5jsQMjc6 .carousel-control.carousel-control-prev {
  left: 0;
  margin-left: 2.5rem;
}
.cid-uj5jsQMjc6 .carousel-control.carousel-control-next {
  right: 0;
  margin-right: 2.5rem;
}
@media (max-width: 767px) {
  .cid-uj5jsQMjc6 .carousel-control {
    top: auto;
    bottom: 1rem;
  }
}
.cid-uj5jsQMjc6 .carousel-indicators {
  position: absolute;
  bottom: 0;
  margin-bottom: 1.5rem !important;
}
.cid-uj5jsQMjc6 .carousel-indicators li {
  max-width: 15px;
  height: 15px;
  width: 15px;
  max-height: 15px;
  margin: 3px;
  background-color: rgba(0, 0, 0, 0.5);
  border: 2px solid #fff;
  border-radius: 50%;
  opacity: 0.5;
  transition: all 0.3s;
}
.cid-uj5jsQMjc6 .carousel-indicators li.active,
.cid-uj5jsQMjc6 .carousel-indicators li:hover {
  opacity: 0.9;
}
.cid-uj5jsQMjc6 .carousel-indicators li::after,
.cid-uj5jsQMjc6 .carousel-indicators li::before {
  content: none;
}
.cid-uj5jsQMjc6 .carousel-indicators.ie-fix {
  left: 50%;
  display: block;
  width: 60%;
  margin-left: -30%;
  text-align: center;
}
@media (max-width: 768px) {
  .cid-uj5jsQMjc6 .carousel-indicators {
    display: none !important;
  }
}
@media (max-width: 991px) {
  .cid-uj5jsQMjc6 .mbr-section-subtitle,
  .cid-uj5jsQMjc6 .mbr-section-text,
  .cid-uj5jsQMjc6 .mbr-section-btn {
    text-align: center;
  }
}
.cid-uj5jsQMjc6 .carousel-control-prev,
.cid-uj5jsQMjc6 .carousel-control-next {
  display: none;
}
.cid-uj5jsRp7FG {
  padding-top: 6rem;
  padding-bottom: 6rem;
  background-color: #000000;
}
.cid-uj5jsRp7FG .mbr-text {
  color: #000000;
}
.cid-uj5jsRp7FG .mbr-section-subtitle {
  color: #000000;
  text-align: center;
}
.cid-uj5jsRp7FG .mbr-section-title {
  color: #ffffff;
  text-align: left;
}
.cid-uj5jsRp7FG .mbr-section-subtitle,
.cid-uj5jsRp7FG .main-button {
  text-align: left;
  color: #ffffff;
}
.cid-uj5jsRp7FG .main-button {
  margin-bottom: 2rem;
}
@media (max-width: 767px) {
  .cid-uj5jsRp7FG .main-button {
    margin-bottom: 2rem;
  }
}
.cid-uj5jsRp7FG .mbr-iconfont {
  font-size: 1.2rem !important;
  font-family: 'Moririse2' !important;
  color: white;
  transition: all 0.3s;
  transform: rotate(180deg);
  padding-left: 0.5rem;
}
.cid-uj5jsRp7FG .panel-group {
  border: none;
}
.cid-uj5jsRp7FG .card-header {
  padding: 0rem;
}
@media (max-width: 767px) {
  .cid-uj5jsRp7FG .card-header {
    padding: 0rem;
  }
}
.cid-uj5jsRp7FG .panel-body {
  padding: 0rem;
  padding-bottom: 0.5rem;
  margin-top: 1rem;
}
.cid-uj5jsRp7FG .collapsed span {
  transform: rotate(0deg);
}
.cid-uj5jsRp7FG .panel-title {
  display: flex;
  align-items: center;
  justify-content: space-between;
}
.cid-uj5jsRp7FG p {
  margin-bottom: 0.3rem;
}
.cid-uj5jsRp7FG .panel-title-edit {
  color: #000000;
}
.cid-uj5jsRp7FG .card .card-header {
  background-color: transparent;
  margin-bottom: 0;
  border: 0;
  border-radius: 2rem;
}
.cid-uj5jsRp7FG .card {
  background: #ffffff;
  padding: 2.25rem;
  border-radius: 2rem;
  margin-bottom: 1rem;
}
@media (max-width: 767px) {
  .cid-uj5jsRp7FG .card {
    padding: 2rem 1.5rem;
    margin-bottom: 1rem;
  }
}
@media (min-width: 992px) and (max-width: 1200px) {
  .cid-uj5jsRp7FG .card {
    margin-bottom: 1rem;
    padding: 2rem 1.5rem;
  }
}
.cid-uj5jsRp7FG .panel-text {
  color: #000000;
}
.cid-uj5jsRp7FG .panel-title-edit,
.cid-uj5jsRp7FG .mbr-iconfont {
  color: #000000;
}
.cid-uduqU6836b {
  padding-top: 2rem;
  padding-bottom: 3rem;
  background-image: url("../../../assets/images/white-background-2000x1334.jpeg");
}
.cid-uduqU6836b .logogree {
  position: relative;
  width: 100%;
}
.cid-uduqU6836b .agree {
  object-position: right;
  width: 40%;
  height: auto;
  object-fit: contain;
  display: block;
  border-radius: 0% !important;
}
.cid-uduqU6836b .mbr-fallback-image.disabled {
  display: none;
}
.cid-uduqU6836b .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uduqU6836b .footer-col {
  justify-content: space-between;
  display: flex;
}
@media (max-width: 767px) {
  .cid-uduqU6836b .footer-col {
    flex-direction: column;
  }
}
.cid-uduqU6836b .row {
  background: #ffffff;
  padding: 4rem 3rem;
  border-radius: 2rem;
  margin: 0px;
}
@media (max-width: 767px) {
  .cid-uduqU6836b .row {
    padding: 2rem 0.5rem;
  }
}
@media (min-width: 768px) and (max-width: 991px) {
  .cid-uduqU6836b .row {
    padding: 2.25rem 1.25rem;
  }
}
@media (min-width: 992px) {
  .cid-uduqU6836b .row {
    padding: 4rem 3rem;
  }
}
@media (max-width: 767px) {
  .cid-uduqU6836b .mbr-section-btn {
    text-align: center;
  }
}
.cid-uduqU6836b .social-row {
  display: flex;
  flex-wrap: wrap;
}
.cid-uduqU6836b .soc-item {
  margin: 8px;
}
.cid-uduqU6836b .soc-item a:hover .mbr-iconfont,
.cid-uduqU6836b .soc-item a:focus .mbr-iconfont {
  background-color: #232323;
}
.cid-uduqU6836b .soc-item a .mbr-iconfont {
  width: 72px;
  height: 72px;
  display: flex;
  align-items: center;
  justify-content: center;
  border-radius: 100%;
  font-size: 20px;
  background-color: #06549d;
  color: #ffffff;
  transition: all 0.3s ease-in-out;
}
@media (max-width: 767px) {
  .cid-uduqU6836b .row {
    text-align: center;
  }
  .cid-uduqU6836b .social-row {
    justify-content: center;
  }
}
.cid-uduqU6836b .list {
  list-style: none;
  padding-left: 0;
  color: #502274;
}
@media (max-width: 991px) {
  .cid-uduqU6836b .list {
    margin-bottom: 2rem;
  }
}
@media (min-width: 992px) {
  .cid-uduqU6836b .list {
    margin-bottom: 0rem;
  }
}
.cid-uduqU6836b .mbr-text {
  color: #bbbbbb;
}
.cid-uduqU6836b .mbr-section-subtitle {
  color: #000000;
  text-align: left;
}
.cid-uduqU6836b .list,
.cid-uduqU6836b .item-wrap {
  color: #232323;
  text-align: left;
}
.cid-uduqU6836b .copyright {
  color: #000000;
  text-align: center;
}
.cid-uduqU6836b H5 {
  text-align: left;
}
.cid-tJGsCG1vVL {
  z-index: 1000;
  width: 100%;
  position: inherit;
}
.cid-tJGsCG1vVL .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 .3s;
}
@media (max-width: 767px) {
  .cid-tJGsCG1vVL .navbar-toggler {
    transform: scale(0.8);
  }
}
.cid-tJGsCG1vVL .navbar-brand {
  flex-shrink: 0;
  align-items: center;
  margin-right: 0;
  padding: 10px 0;
  transition: all 2s;
  word-break: break-word;
  z-index: 1;
}
.cid-tJGsCG1vVL .navbar-brand img {
  max-width: 100%;
  max-height: 100%;
  border-radius: 0px !important;
}
.cid-tJGsCG1vVL .navbar-brand .navbar-caption {
  line-height: inherit !important;
}
.cid-tJGsCG1vVL .navbar-brand .navbar-logo a {
  outline: none;
}
.cid-tJGsCG1vVL .navbar-nav {
  margin: auto;
  margin-left: 0;
  margin-left: auto;
}
.cid-tJGsCG1vVL .navbar-nav .nav-item {
  padding: 0 !important;
  transition: .3s all !important;
}
.cid-tJGsCG1vVL .navbar-nav .nav-item .nav-link {
  padding: 16px !important;
  margin: 0 !important;
  border-radius: 1rem !important;
  transition: .3s all !important;
  border-radius: 4px !important;
}
.cid-tJGsCG1vVL .navbar-nav .nav-item .nav-link:hover {
  background-color: rgba(27, 31, 10, 0.06);
}
.cid-tJGsCG1vVL .navbar-nav .open .nav-link::after {
  transform: rotate(180deg);
}
@media (min-width: 992px) {
  .cid-tJGsCG1vVL .navbar-nav .open .nav-link::before {
    content: "";
    width: 100%;
    height: 20px;
    top: 100%;
    background: transparent;
    position: absolute;
  }
}
.cid-tJGsCG1vVL .navbar-nav .dropdown-item {
  padding: 12px !important;
  border-radius: 0.5rem !important;
  margin: 0 8px !important;
  transition: .3s all !important;
  border-radius: 4px !important;
}
.cid-tJGsCG1vVL .navbar-nav .dropdown-item:hover {
  background-color: rgba(27, 31, 10, 0.06);
}
@media (min-width: 992px) {
  .cid-tJGsCG1vVL .navbar-nav {
    padding-left: 1.5rem;
  }
}
.cid-tJGsCG1vVL .nav-link {
  width: fit-content;
  position: relative;
}
.cid-tJGsCG1vVL .navbar-logo {
  padding-left: 2rem;
  margin: 0 !important;
}
@media (max-width: 767px) {
  .cid-tJGsCG1vVL .navbar-logo {
    padding-left: 1rem;
  }
}
.cid-tJGsCG1vVL .navbar-caption {
  padding-left: 1rem;
  padding-right: .5rem;
}
@media (max-width: 767px) {
  .cid-tJGsCG1vVL .nav-dropdown {
    padding-bottom: 0.5rem;
  }
}
.cid-tJGsCG1vVL .nav-dropdown .link.dropdown-toggle::after {
  margin-left: 0.5rem;
  margin-top: 0.2rem;
  transition: .3s all;
  transition-delay: 300ms;
}
.cid-tJGsCG1vVL .container {
  display: flex;
  height: 90px;
  padding: 0.5rem 0.6rem;
  flex-wrap: nowrap;
  background: rgba(255, 255, 255, 0.9) !important;
  left: 0;
  right: 0;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: flex-end;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  border-radius: 100vw;
  margin-top: 1rem;
  background-color: #ffffff;
  box-shadow: 0 30px 60px 0 rgba(27, 31, 10, 0.08);
  border-radius: 4px !important;
}
@media (max-width: 992px) {
  .cid-tJGsCG1vVL .container {
    padding-right: 2rem;
  }
}
@media (max-width: 767px) {
  .cid-tJGsCG1vVL .container {
    width: 95%;
    height: 56px !important;
    padding-right: 1rem;
    margin-top: 0rem;
  }
}
.cid-tJGsCG1vVL .iconfont-wrapper {
  color: #0c2c68 !important;
  font-size: 1.5rem;
  padding-right: 0.5rem;
}
.cid-tJGsCG1vVL .dropdown-menu {
  flex-wrap: wrap;
  flex-direction: column;
  max-width: 100%;
  padding: 12px 4px !important;
  border-radius: 1.5rem;
  transition: .3s all !important;
  transition-delay: 300ms;
  min-width: auto;
  background: #ffffff;
  background: rgba(255, 255, 255, 0.9) !important;
  border-radius: 4px !important;
}
.cid-tJGsCG1vVL .nav-item:focus,
.cid-tJGsCG1vVL .nav-link:focus {
  outline: none;
}
.cid-tJGsCG1vVL .dropdown .dropdown-menu .dropdown-item {
  width: auto;
  transition: all .3s;
  transition-delay: 300ms;
}
.cid-tJGsCG1vVL .dropdown .dropdown-menu .dropdown-item::after {
  right: 0.5rem;
}
.cid-tJGsCG1vVL .dropdown .dropdown-menu .dropdown-item .mbr-iconfont {
  margin-right: 0.5rem;
  vertical-align: sub;
}
.cid-tJGsCG1vVL .dropdown .dropdown-menu .dropdown-item .mbr-iconfont:before {
  display: inline-block;
  transform: scale(1, 1);
  transition: all .3s;
}
.cid-tJGsCG1vVL .collapsed .dropdown-menu .dropdown-item:before {
  display: none;
}
.cid-tJGsCG1vVL .collapsed .dropdown .dropdown-menu .dropdown-item {
  padding: 0.235em 1.5em 0.235em 1.5em !important;
  transition: none;
  margin: 0 !important;
}
.cid-tJGsCG1vVL .navbar {
  min-height: 90px;
  transition: all 5s;
  border-bottom: 1px solid transparent;
  background: transparent !important;
  padding: 0 !important;
  border: none !important;
  box-shadow: none !important;
  border-radius: 0 !important;
}
.cid-tJGsCG1vVL .navbar.opened {
  transition: all 0.3s;
}
.cid-tJGsCG1vVL .navbar .dropdown-item {
  padding: 0.5rem 1.8rem;
}
.cid-tJGsCG1vVL .navbar .navbar-logo img {
  width: auto;
}
.cid-tJGsCG1vVL .navbar .navbar-collapse {
  z-index: 1;
  justify-content: flex-end;
}
.cid-tJGsCG1vVL .navbar.collapsed {
  justify-content: center;
}
.cid-tJGsCG1vVL .navbar.collapsed .nav-item .nav-link::before {
  display: none;
}
.cid-tJGsCG1vVL .navbar.collapsed.opened .dropdown-menu {
  top: 0;
}
@media (min-width: 992px) {
  .cid-tJGsCG1vVL .navbar.collapsed.opened:not(.navbar-short) .navbar-collapse {
    max-height: calc(98.5vh - 3.4rem);
  }
}
.cid-tJGsCG1vVL .navbar.collapsed .dropdown-menu .dropdown-submenu {
  left: 0 !important;
}
.cid-tJGsCG1vVL .navbar.collapsed .dropdown-menu .dropdown-item:after {
  right: auto;
}
.cid-tJGsCG1vVL .navbar.collapsed .dropdown-menu .dropdown-toggle[data-toggle="dropdown-submenu"]:after {
  margin-left: 0.5rem;
  margin-top: 0.2rem;
  border-top: 0.35em solid;
  border-right: 0.35em solid transparent;
  border-left: 0.35em solid transparent;
  border-bottom: 0;
  top: 41%;
}
.cid-tJGsCG1vVL .navbar.collapsed ul.navbar-nav li {
  margin: auto;
}
.cid-tJGsCG1vVL .navbar.collapsed .dropdown-menu .dropdown-item {
  padding: 0.25rem 0.5rem;
  text-align: center;
}
.cid-tJGsCG1vVL .navbar.collapsed .icons-menu {
  padding-left: 0;
  padding-right: 0;
  padding-top: 0.5rem;
  padding-bottom: 0.5rem;
}
@media (max-width: 767px) {
  .cid-tJGsCG1vVL .navbar {
    min-height: 72px;
  }
  .cid-tJGsCG1vVL .navbar .navbar-logo img {
    height: 2rem !important;
  }
}
@media (max-width: 991px) {
  .cid-tJGsCG1vVL .navbar .nav-item .nav-link::before {
    display: none;
  }
  .cid-tJGsCG1vVL .navbar.opened .dropdown-menu {
    top: 0;
  }
  .cid-tJGsCG1vVL .navbar .dropdown-menu .dropdown-submenu {
    left: 0 !important;
  }
  .cid-tJGsCG1vVL .navbar .dropdown-menu .dropdown-item:after {
    right: auto;
  }
  .cid-tJGsCG1vVL .navbar .dropdown-menu .dropdown-toggle[data-toggle="dropdown-submenu"]:after {
    margin-left: 0.5rem;
    margin-top: 0.2rem;
    border-top: 0.35em solid;
    border-right: 0.35em solid transparent;
    border-left: 0.35em solid transparent;
    border-bottom: 0;
    top: 40%;
  }
  .cid-tJGsCG1vVL .navbar .dropdown-menu .dropdown-item {
    padding: 0.25rem 1.5rem !important;
    text-align: center;
  }
  .cid-tJGsCG1vVL .navbar .navbar-brand {
    flex-shrink: initial;
    flex-basis: auto;
    word-break: break-word;
    padding-right: 10px;
  }
  .cid-tJGsCG1vVL .navbar .navbar-toggler {
    flex-basis: auto;
  }
  .cid-tJGsCG1vVL .navbar .icons-menu {
    padding-left: 0;
    padding-top: 0.5rem;
    padding-bottom: 0.5rem;
  }
}
.cid-tJGsCG1vVL .navbar.navbar-short .navbar-logo img {
  height: 2rem;
}
.cid-tJGsCG1vVL .dropdown-item.active,
.cid-tJGsCG1vVL .dropdown-item:active {
  background-color: transparent;
}
.cid-tJGsCG1vVL .navbar-expand-lg .navbar-nav .nav-link {
  padding: 0;
}
.cid-tJGsCG1vVL .nav-dropdown .link.dropdown-toggle {
  margin-right: 1.667em;
}
.cid-tJGsCG1vVL .nav-dropdown .link.dropdown-toggle[aria-expanded="true"] {
  margin-right: 0;
  padding: 0.667em 1.667em;
}
.cid-tJGsCG1vVL .navbar.navbar-expand-lg .dropdown .dropdown-menu {
  background: #ffffff;
}
.cid-tJGsCG1vVL .navbar.navbar-expand-lg .dropdown .dropdown-menu .dropdown-submenu {
  margin: 0;
  left: 100%;
  transform: none;
  top: -12px;
}
.cid-tJGsCG1vVL .navbar .dropdown.open > .dropdown-menu {
  display: flex;
}
.cid-tJGsCG1vVL ul.navbar-nav {
  flex-wrap: wrap;
}
.cid-tJGsCG1vVL .navbar-buttons {
  text-align: center;
  min-width: 140px;
}
@media (max-width: 992px) {
  .cid-tJGsCG1vVL .navbar-buttons {
    text-align: left;
  }
}
.cid-tJGsCG1vVL button.navbar-toggler {
  outline: none;
  width: 31px;
  height: 20px;
  cursor: pointer;
  transition: all 0.2s;
  position: relative;
  align-self: center;
}
.cid-tJGsCG1vVL button.navbar-toggler .hamburger span {
  position: absolute;
  right: 0;
  width: 30px;
  height: 2px;
  border-right: 5px;
  background-color: #06549d;
}
.cid-tJGsCG1vVL button.navbar-toggler .hamburger span:nth-child(1) {
  top: 0;
  transition: all 0.2s;
}
.cid-tJGsCG1vVL button.navbar-toggler .hamburger span:nth-child(2) {
  top: 8px;
  transition: all 0.15s;
}
.cid-tJGsCG1vVL button.navbar-toggler .hamburger span:nth-child(3) {
  top: 8px;
  transition: all 0.15s;
}
.cid-tJGsCG1vVL button.navbar-toggler .hamburger span:nth-child(4) {
  top: 16px;
  transition: all 0.2s;
}
.cid-tJGsCG1vVL nav.opened .hamburger span:nth-child(1) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-tJGsCG1vVL nav.opened .hamburger span:nth-child(2) {
  transform: rotate(45deg);
  transition: all 0.25s;
}
.cid-tJGsCG1vVL nav.opened .hamburger span:nth-child(3) {
  transform: rotate(-45deg);
  transition: all 0.25s;
}
.cid-tJGsCG1vVL nav.opened .hamburger span:nth-child(4) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-tJGsCG1vVL .navbar-dropdown {
  padding: 0 1rem;
}
.cid-tJGsCG1vVL a.nav-link {
  display: flex;
  align-items: center;
  justify-content: center;
}
.cid-tJGsCG1vVL .icons-menu {
  flex-wrap: nowrap;
  display: flex;
  justify-content: center;
  padding-left: 1rem;
  padding-right: 1rem;
  padding-top: 0.3rem;
  text-align: center;
}
@media (max-width: 992px) {
  .cid-tJGsCG1vVL .icons-menu {
    justify-content: flex-start;
    margin-bottom: .5rem;
  }
}
@media screen and (-ms-high-contrast: active), (-ms-high-contrast: none) {
  .cid-tJGsCG1vVL .navbar {
    height: 70px;
  }
  .cid-tJGsCG1vVL .navbar.opened {
    height: auto;
  }
  .cid-tJGsCG1vVL .nav-item .nav-link:hover::before {
    width: 175%;
    max-width: calc(100% + 2rem);
    left: -1rem;
  }
}
.cid-tJGsCG1vVL .navbar .dropdown > .dropdown-menu {
  display: none;
  width: max-content;
  max-width: 500px !important;
  transform: translateX(-50%);
  top: calc(100% + 20px);
  left: 50%;
}
.cid-tJGsCG1vVL .navbar .dropdown > .dropdown-menu .dropdown-item {
  line-height: 1 !important;
}
.cid-tJGsCG1vVL .navbar .dropdown > .dropdown-menu .dropdown .dropdown-item {
  align-items: center;
  display: flex;
  height: max-content !important;
  min-height: max-content !important;
}
.cid-tJGsCG1vVL .navbar .dropdown > .dropdown-menu .dropdown .dropdown-item::after {
  display: inline-block;
  position: static;
  margin-left: 0.5rem;
  margin-top: 0;
  margin-right: 0;
  margin-bottom: 0;
  transition: .3s all;
  transform: rotate(-90deg);
}
.cid-tJGsCG1vVL .navbar .dropdown > .dropdown-menu .dropdown.open .dropdown-item::after {
  transform: rotate(0deg);
}
.cid-tJGsCG1vVL .mbr-section-btn {
  margin: -0.6rem -0.6rem;
}
.cid-tJGsCG1vVL .navbar-toggler {
  margin-left: 12px;
  margin-right: 8px;
  order: 1000;
}
@media (max-width: 991px) {
  .cid-tJGsCG1vVL .navbar-brand {
    margin-right: auto;
  }
  .cid-tJGsCG1vVL .navbar-collapse {
    z-index: -1 !important;
    position: absolute;
    top: 110%;
    left: 0;
    width: 100%;
    padding: 1rem;
    border-radius: 1.5rem;
    background: #ffffff;
    opacity: 1;
    border-color: rgba(255, 255, 255, 0.9) !important;
    background: rgba(255, 255, 255, 0.9) !important;
    backdrop-filter: blur(8px);
    border-radius: 4px !important;
  }
  .cid-tJGsCG1vVL .navbar-nav .nav-item .nav-link::after {
    margin-left: 10px;
  }
  .cid-tJGsCG1vVL .navbar-nav .dropdown-item:hover {
    background-color: rgba(27, 31, 10, 0.06);
  }
  .cid-tJGsCG1vVL .navbar .dropdown > .dropdown-menu {
    max-width: 100% !important;
    transform: translateX(0);
    top: 10px;
    left: 0;
    padding: 8px !important;
    border-radius: 1rem;
    background-color: rgba(27, 31, 10, 0.04) !important;
  }
  .cid-tJGsCG1vVL .navbar .dropdown > .dropdown-menu .dropdown-item {
    padding: 8px !important;
    line-height: 1 !important;
    margin-bottom: 4px !important;
  }
  .cid-tJGsCG1vVL .navbar .dropdown > .dropdown-menu .dropdown .dropdown-item {
    align-items: center;
    display: flex;
    height: max-content !important;
    min-height: max-content !important;
  }
  .cid-tJGsCG1vVL .navbar .dropdown > .dropdown-menu .dropdown .dropdown-item::after {
    display: inline-block;
    position: static;
    margin-left: 0.5rem;
    margin-top: 0;
    margin-right: 0;
    margin-bottom: 0;
    transition: .3s all;
    transform: rotate(0deg);
  }
  .cid-tJGsCG1vVL .navbar .dropdown > .dropdown-menu .dropdown.open .dropdown-item::after {
    transform: rotate(180deg);
  }
  .cid-tJGsCG1vVL .navbar .dropdown > .dropdown-menu .dropdown-submenu {
    position: static;
    width: 100%;
    max-width: 100% !important;
    transform: translateX(0) !important;
    top: 0;
    left: 0;
    padding: 8px !important;
    border-radius: 1rem;
    background-color: rgba(27, 31, 10, 0.04) !important;
  }
  .cid-tJGsCG1vVL .navbar .dropdown.open > .dropdown-menu {
    display: flex !important;
    flex-direction: column;
    align-items: flex-start;
  }
}
@media (max-width: 575px) {
  .cid-tJGsCG1vVL .navbar-collapse {
    padding: 1rem;
  }
}
.cid-uj7qM1T1mB {
  padding-top: 8rem;
  padding-bottom: 1rem;
  background-color: #000000;
}
.cid-uj7qM1T1mB .justify-content-center {
  align-items: center;
}
.cid-uj7qM1T1mB .mbr-fallback-image.disabled {
  display: none;
}
.cid-uj7qM1T1mB .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uj7qM1T1mB .item-wrapper {
  display: flex;
  margin-left: auto;
}
@media (max-width: 767px) {
  .cid-uj7qM1T1mB .item-wrapper {
    margin-bottom: 1rem;
  }
}
.cid-uj7qM1T1mB .mbr-section-btn {
  padding-left: 1.5rem;
  text-align: right;
}
@media (max-width: 767px) {
  .cid-uj7qM1T1mB .mbr-section-btn {
    text-align: center;
    padding-left: 0rem;
  }
}
.cid-uj7qM1T1mB .row {
  align-items: center;
}
.cid-uj7qM1T1mB .card-text {
  color: #ffffff;
  margin-bottom: 0px;
  text-align: left;
}
@media (max-width: 767px) {
  .cid-uj7qM1T1mB .card-text {
    text-align: center;
  }
}
.cid-uj7qM26c7W {
  background-color: #ffffff;
  padding-top: 0;
  padding-bottom: 0;
}
.cid-uj7qM26c7W .carousel {
  width: 100%;
}
.cid-uj7qM26c7W .carousel-inner {
  display: flex;
  align-content: center;
  align-items: center;
}
.cid-uj7qM26c7W .carousel-item img {
  height: 100vh;
  object-fit: cover;
}
.cid-uj7qM26c7W img,
.cid-uj7qM26c7W .item-wrapper {
  border-radius: 0 !important;
}
.cid-uj7qM26c7W .carousel-caption {
  bottom: 40px;
}
.cid-uj7qM26c7W .mobi-mbri-arrow-next {
  margin-left: 5px;
}
.cid-uj7qM26c7W .mobi-mbri-arrow-prev {
  margin-right: 5px;
}
.cid-uj7qM26c7W .carousel-control:hover {
  background: #1b1b1b;
  color: #fff;
  opacity: 1;
}
.cid-uj7qM26c7W .item-wrapper {
  width: 100%;
}
@media (max-width: 767px) {
  .cid-uj7qM26c7W .container .carousel-control {
    margin-bottom: 0;
  }
  .cid-uj7qM26c7W .content-slider-wrap {
    width: 100% !important;
  }
}
.cid-uj7qM26c7W .container .carousel-indicators {
  margin-bottom: 3px;
}
.cid-uj7qM26c7W .carousel-control {
  top: 50%;
  width: 60px;
  height: 60px;
  margin-top: -1.5rem;
  font-size: 22px;
  background-color: rgba(0, 0, 0, 0.5);
  border: 2px solid #fff;
  border-radius: 50%;
  transition: all 0.3s;
}
.cid-uj7qM26c7W .carousel-control.carousel-control-prev {
  left: 0;
  margin-left: 2.5rem;
}
.cid-uj7qM26c7W .carousel-control.carousel-control-next {
  right: 0;
  margin-right: 2.5rem;
}
@media (max-width: 767px) {
  .cid-uj7qM26c7W .carousel-control {
    top: auto;
    bottom: 1rem;
  }
}
.cid-uj7qM26c7W .carousel-indicators {
  position: absolute;
  bottom: 0;
  margin-bottom: 1.5rem !important;
}
.cid-uj7qM26c7W .carousel-indicators li {
  max-width: 15px;
  height: 15px;
  width: 15px;
  max-height: 15px;
  margin: 3px;
  background-color: rgba(0, 0, 0, 0.5);
  border: 2px solid #fff;
  border-radius: 50%;
  opacity: 0.5;
  transition: all 0.3s;
}
.cid-uj7qM26c7W .carousel-indicators li.active,
.cid-uj7qM26c7W .carousel-indicators li:hover {
  opacity: 0.9;
}
.cid-uj7qM26c7W .carousel-indicators li::after,
.cid-uj7qM26c7W .carousel-indicators li::before {
  content: none;
}
.cid-uj7qM26c7W .carousel-indicators.ie-fix {
  left: 50%;
  display: block;
  width: 60%;
  margin-left: -30%;
  text-align: center;
}
@media (max-width: 768px) {
  .cid-uj7qM26c7W .carousel-indicators {
    display: none !important;
  }
}
@media (max-width: 991px) {
  .cid-uj7qM26c7W .mbr-section-subtitle,
  .cid-uj7qM26c7W .mbr-section-text,
  .cid-uj7qM26c7W .mbr-section-btn {
    text-align: center;
  }
}
.cid-uj7qM26c7W .carousel-control-prev,
.cid-uj7qM26c7W .carousel-control-next {
  display: none;
}
.cid-uj7qM2IVUA {
  padding-top: 6rem;
  padding-bottom: 6rem;
  background-color: #000000;
}
.cid-uj7qM2IVUA .mbr-text {
  color: #000000;
}
.cid-uj7qM2IVUA .mbr-section-subtitle {
  color: #000000;
  text-align: center;
}
.cid-uj7qM2IVUA .mbr-section-title {
  color: #ffffff;
  text-align: left;
}
.cid-uj7qM2IVUA .mbr-section-subtitle,
.cid-uj7qM2IVUA .main-button {
  text-align: left;
  color: #ffffff;
}
.cid-uj7qM2IVUA .main-button {
  margin-bottom: 2rem;
}
@media (max-width: 767px) {
  .cid-uj7qM2IVUA .main-button {
    margin-bottom: 2rem;
  }
}
.cid-uj7qM2IVUA .mbr-iconfont {
  font-size: 1.2rem !important;
  font-family: 'Moririse2' !important;
  color: white;
  transition: all 0.3s;
  transform: rotate(180deg);
  padding-left: 0.5rem;
}
.cid-uj7qM2IVUA .panel-group {
  border: none;
}
.cid-uj7qM2IVUA .card-header {
  padding: 0rem;
}
@media (max-width: 767px) {
  .cid-uj7qM2IVUA .card-header {
    padding: 0rem;
  }
}
.cid-uj7qM2IVUA .panel-body {
  padding: 0rem;
  padding-bottom: 0.5rem;
  margin-top: 1rem;
}
.cid-uj7qM2IVUA .collapsed span {
  transform: rotate(0deg);
}
.cid-uj7qM2IVUA .panel-title {
  display: flex;
  align-items: center;
  justify-content: space-between;
}
.cid-uj7qM2IVUA p {
  margin-bottom: 0.3rem;
}
.cid-uj7qM2IVUA .panel-title-edit {
  color: #000000;
}
.cid-uj7qM2IVUA .card .card-header {
  background-color: transparent;
  margin-bottom: 0;
  border: 0;
  border-radius: 2rem;
}
.cid-uj7qM2IVUA .card {
  background: #ffffff;
  padding: 2.25rem;
  border-radius: 2rem;
  margin-bottom: 1rem;
}
@media (max-width: 767px) {
  .cid-uj7qM2IVUA .card {
    padding: 2rem 1.5rem;
    margin-bottom: 1rem;
  }
}
@media (min-width: 992px) and (max-width: 1200px) {
  .cid-uj7qM2IVUA .card {
    margin-bottom: 1rem;
    padding: 2rem 1.5rem;
  }
}
.cid-uj7qM2IVUA .panel-text {
  color: #000000;
}
.cid-uj7qM2IVUA .panel-title-edit,
.cid-uj7qM2IVUA .mbr-iconfont {
  color: #000000;
}
.cid-uduqU6836b {
  padding-top: 2rem;
  padding-bottom: 3rem;
  background-image: url("../../../assets/images/white-background-2000x1334.jpeg");
}
.cid-uduqU6836b .logogree {
  position: relative;
  width: 100%;
}
.cid-uduqU6836b .agree {
  object-position: right;
  width: 40%;
  height: auto;
  object-fit: contain;
  display: block;
  border-radius: 0% !important;
}
.cid-uduqU6836b .mbr-fallback-image.disabled {
  display: none;
}
.cid-uduqU6836b .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uduqU6836b .footer-col {
  justify-content: space-between;
  display: flex;
}
@media (max-width: 767px) {
  .cid-uduqU6836b .footer-col {
    flex-direction: column;
  }
}
.cid-uduqU6836b .row {
  background: #ffffff;
  padding: 4rem 3rem;
  border-radius: 2rem;
  margin: 0px;
}
@media (max-width: 767px) {
  .cid-uduqU6836b .row {
    padding: 2rem 0.5rem;
  }
}
@media (min-width: 768px) and (max-width: 991px) {
  .cid-uduqU6836b .row {
    padding: 2.25rem 1.25rem;
  }
}
@media (min-width: 992px) {
  .cid-uduqU6836b .row {
    padding: 4rem 3rem;
  }
}
@media (max-width: 767px) {
  .cid-uduqU6836b .mbr-section-btn {
    text-align: center;
  }
}
.cid-uduqU6836b .social-row {
  display: flex;
  flex-wrap: wrap;
}
.cid-uduqU6836b .soc-item {
  margin: 8px;
}
.cid-uduqU6836b .soc-item a:hover .mbr-iconfont,
.cid-uduqU6836b .soc-item a:focus .mbr-iconfont {
  background-color: #232323;
}
.cid-uduqU6836b .soc-item a .mbr-iconfont {
  width: 72px;
  height: 72px;
  display: flex;
  align-items: center;
  justify-content: center;
  border-radius: 100%;
  font-size: 20px;
  background-color: #06549d;
  color: #ffffff;
  transition: all 0.3s ease-in-out;
}
@media (max-width: 767px) {
  .cid-uduqU6836b .row {
    text-align: center;
  }
  .cid-uduqU6836b .social-row {
    justify-content: center;
  }
}
.cid-uduqU6836b .list {
  list-style: none;
  padding-left: 0;
  color: #502274;
}
@media (max-width: 991px) {
  .cid-uduqU6836b .list {
    margin-bottom: 2rem;
  }
}
@media (min-width: 992px) {
  .cid-uduqU6836b .list {
    margin-bottom: 0rem;
  }
}
.cid-uduqU6836b .mbr-text {
  color: #bbbbbb;
}
.cid-uduqU6836b .mbr-section-subtitle {
  color: #000000;
  text-align: left;
}
.cid-uduqU6836b .list,
.cid-uduqU6836b .item-wrap {
  color: #232323;
  text-align: left;
}
.cid-uduqU6836b .copyright {
  color: #000000;
  text-align: center;
}
.cid-uduqU6836b H5 {
  text-align: left;
}
.cid-tJGsCG1vVL {
  z-index: 1000;
  width: 100%;
  position: inherit;
}
.cid-tJGsCG1vVL .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 .3s;
}
@media (max-width: 767px) {
  .cid-tJGsCG1vVL .navbar-toggler {
    transform: scale(0.8);
  }
}
.cid-tJGsCG1vVL .navbar-brand {
  flex-shrink: 0;
  align-items: center;
  margin-right: 0;
  padding: 10px 0;
  transition: all 2s;
  word-break: break-word;
  z-index: 1;
}
.cid-tJGsCG1vVL .navbar-brand img {
  max-width: 100%;
  max-height: 100%;
  border-radius: 0px !important;
}
.cid-tJGsCG1vVL .navbar-brand .navbar-caption {
  line-height: inherit !important;
}
.cid-tJGsCG1vVL .navbar-brand .navbar-logo a {
  outline: none;
}
.cid-tJGsCG1vVL .navbar-nav {
  margin: auto;
  margin-left: 0;
  margin-left: auto;
}
.cid-tJGsCG1vVL .navbar-nav .nav-item {
  padding: 0 !important;
  transition: .3s all !important;
}
.cid-tJGsCG1vVL .navbar-nav .nav-item .nav-link {
  padding: 16px !important;
  margin: 0 !important;
  border-radius: 1rem !important;
  transition: .3s all !important;
  border-radius: 4px !important;
}
.cid-tJGsCG1vVL .navbar-nav .nav-item .nav-link:hover {
  background-color: rgba(27, 31, 10, 0.06);
}
.cid-tJGsCG1vVL .navbar-nav .open .nav-link::after {
  transform: rotate(180deg);
}
@media (min-width: 992px) {
  .cid-tJGsCG1vVL .navbar-nav .open .nav-link::before {
    content: "";
    width: 100%;
    height: 20px;
    top: 100%;
    background: transparent;
    position: absolute;
  }
}
.cid-tJGsCG1vVL .navbar-nav .dropdown-item {
  padding: 12px !important;
  border-radius: 0.5rem !important;
  margin: 0 8px !important;
  transition: .3s all !important;
  border-radius: 4px !important;
}
.cid-tJGsCG1vVL .navbar-nav .dropdown-item:hover {
  background-color: rgba(27, 31, 10, 0.06);
}
@media (min-width: 992px) {
  .cid-tJGsCG1vVL .navbar-nav {
    padding-left: 1.5rem;
  }
}
.cid-tJGsCG1vVL .nav-link {
  width: fit-content;
  position: relative;
}
.cid-tJGsCG1vVL .navbar-logo {
  padding-left: 2rem;
  margin: 0 !important;
}
@media (max-width: 767px) {
  .cid-tJGsCG1vVL .navbar-logo {
    padding-left: 1rem;
  }
}
.cid-tJGsCG1vVL .navbar-caption {
  padding-left: 1rem;
  padding-right: .5rem;
}
@media (max-width: 767px) {
  .cid-tJGsCG1vVL .nav-dropdown {
    padding-bottom: 0.5rem;
  }
}
.cid-tJGsCG1vVL .nav-dropdown .link.dropdown-toggle::after {
  margin-left: 0.5rem;
  margin-top: 0.2rem;
  transition: .3s all;
  transition-delay: 300ms;
}
.cid-tJGsCG1vVL .container {
  display: flex;
  height: 90px;
  padding: 0.5rem 0.6rem;
  flex-wrap: nowrap;
  background: rgba(255, 255, 255, 0.9) !important;
  left: 0;
  right: 0;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: flex-end;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  border-radius: 100vw;
  margin-top: 1rem;
  background-color: #ffffff;
  box-shadow: 0 30px 60px 0 rgba(27, 31, 10, 0.08);
  border-radius: 4px !important;
}
@media (max-width: 992px) {
  .cid-tJGsCG1vVL .container {
    padding-right: 2rem;
  }
}
@media (max-width: 767px) {
  .cid-tJGsCG1vVL .container {
    width: 95%;
    height: 56px !important;
    padding-right: 1rem;
    margin-top: 0rem;
  }
}
.cid-tJGsCG1vVL .iconfont-wrapper {
  color: #0c2c68 !important;
  font-size: 1.5rem;
  padding-right: 0.5rem;
}
.cid-tJGsCG1vVL .dropdown-menu {
  flex-wrap: wrap;
  flex-direction: column;
  max-width: 100%;
  padding: 12px 4px !important;
  border-radius: 1.5rem;
  transition: .3s all !important;
  transition-delay: 300ms;
  min-width: auto;
  background: #ffffff;
  background: rgba(255, 255, 255, 0.9) !important;
  border-radius: 4px !important;
}
.cid-tJGsCG1vVL .nav-item:focus,
.cid-tJGsCG1vVL .nav-link:focus {
  outline: none;
}
.cid-tJGsCG1vVL .dropdown .dropdown-menu .dropdown-item {
  width: auto;
  transition: all .3s;
  transition-delay: 300ms;
}
.cid-tJGsCG1vVL .dropdown .dropdown-menu .dropdown-item::after {
  right: 0.5rem;
}
.cid-tJGsCG1vVL .dropdown .dropdown-menu .dropdown-item .mbr-iconfont {
  margin-right: 0.5rem;
  vertical-align: sub;
}
.cid-tJGsCG1vVL .dropdown .dropdown-menu .dropdown-item .mbr-iconfont:before {
  display: inline-block;
  transform: scale(1, 1);
  transition: all .3s;
}
.cid-tJGsCG1vVL .collapsed .dropdown-menu .dropdown-item:before {
  display: none;
}
.cid-tJGsCG1vVL .collapsed .dropdown .dropdown-menu .dropdown-item {
  padding: 0.235em 1.5em 0.235em 1.5em !important;
  transition: none;
  margin: 0 !important;
}
.cid-tJGsCG1vVL .navbar {
  min-height: 90px;
  transition: all 5s;
  border-bottom: 1px solid transparent;
  background: transparent !important;
  padding: 0 !important;
  border: none !important;
  box-shadow: none !important;
  border-radius: 0 !important;
}
.cid-tJGsCG1vVL .navbar.opened {
  transition: all 0.3s;
}
.cid-tJGsCG1vVL .navbar .dropdown-item {
  padding: 0.5rem 1.8rem;
}
.cid-tJGsCG1vVL .navbar .navbar-logo img {
  width: auto;
}
.cid-tJGsCG1vVL .navbar .navbar-collapse {
  z-index: 1;
  justify-content: flex-end;
}
.cid-tJGsCG1vVL .navbar.collapsed {
  justify-content: center;
}
.cid-tJGsCG1vVL .navbar.collapsed .nav-item .nav-link::before {
  display: none;
}
.cid-tJGsCG1vVL .navbar.collapsed.opened .dropdown-menu {
  top: 0;
}
@media (min-width: 992px) {
  .cid-tJGsCG1vVL .navbar.collapsed.opened:not(.navbar-short) .navbar-collapse {
    max-height: calc(98.5vh - 3.4rem);
  }
}
.cid-tJGsCG1vVL .navbar.collapsed .dropdown-menu .dropdown-submenu {
  left: 0 !important;
}
.cid-tJGsCG1vVL .navbar.collapsed .dropdown-menu .dropdown-item:after {
  right: auto;
}
.cid-tJGsCG1vVL .navbar.collapsed .dropdown-menu .dropdown-toggle[data-toggle="dropdown-submenu"]:after {
  margin-left: 0.5rem;
  margin-top: 0.2rem;
  border-top: 0.35em solid;
  border-right: 0.35em solid transparent;
  border-left: 0.35em solid transparent;
  border-bottom: 0;
  top: 41%;
}
.cid-tJGsCG1vVL .navbar.collapsed ul.navbar-nav li {
  margin: auto;
}
.cid-tJGsCG1vVL .navbar.collapsed .dropdown-menu .dropdown-item {
  padding: 0.25rem 0.5rem;
  text-align: center;
}
.cid-tJGsCG1vVL .navbar.collapsed .icons-menu {
  padding-left: 0;
  padding-right: 0;
  padding-top: 0.5rem;
  padding-bottom: 0.5rem;
}
@media (max-width: 767px) {
  .cid-tJGsCG1vVL .navbar {
    min-height: 72px;
  }
  .cid-tJGsCG1vVL .navbar .navbar-logo img {
    height: 2rem !important;
  }
}
@media (max-width: 991px) {
  .cid-tJGsCG1vVL .navbar .nav-item .nav-link::before {
    display: none;
  }
  .cid-tJGsCG1vVL .navbar.opened .dropdown-menu {
    top: 0;
  }
  .cid-tJGsCG1vVL .navbar .dropdown-menu .dropdown-submenu {
    left: 0 !important;
  }
  .cid-tJGsCG1vVL .navbar .dropdown-menu .dropdown-item:after {
    right: auto;
  }
  .cid-tJGsCG1vVL .navbar .dropdown-menu .dropdown-toggle[data-toggle="dropdown-submenu"]:after {
    margin-left: 0.5rem;
    margin-top: 0.2rem;
    border-top: 0.35em solid;
    border-right: 0.35em solid transparent;
    border-left: 0.35em solid transparent;
    border-bottom: 0;
    top: 40%;
  }
  .cid-tJGsCG1vVL .navbar .dropdown-menu .dropdown-item {
    padding: 0.25rem 1.5rem !important;
    text-align: center;
  }
  .cid-tJGsCG1vVL .navbar .navbar-brand {
    flex-shrink: initial;
    flex-basis: auto;
    word-break: break-word;
    padding-right: 10px;
  }
  .cid-tJGsCG1vVL .navbar .navbar-toggler {
    flex-basis: auto;
  }
  .cid-tJGsCG1vVL .navbar .icons-menu {
    padding-left: 0;
    padding-top: 0.5rem;
    padding-bottom: 0.5rem;
  }
}
.cid-tJGsCG1vVL .navbar.navbar-short .navbar-logo img {
  height: 2rem;
}
.cid-tJGsCG1vVL .dropdown-item.active,
.cid-tJGsCG1vVL .dropdown-item:active {
  background-color: transparent;
}
.cid-tJGsCG1vVL .navbar-expand-lg .navbar-nav .nav-link {
  padding: 0;
}
.cid-tJGsCG1vVL .nav-dropdown .link.dropdown-toggle {
  margin-right: 1.667em;
}
.cid-tJGsCG1vVL .nav-dropdown .link.dropdown-toggle[aria-expanded="true"] {
  margin-right: 0;
  padding: 0.667em 1.667em;
}
.cid-tJGsCG1vVL .navbar.navbar-expand-lg .dropdown .dropdown-menu {
  background: #ffffff;
}
.cid-tJGsCG1vVL .navbar.navbar-expand-lg .dropdown .dropdown-menu .dropdown-submenu {
  margin: 0;
  left: 100%;
  transform: none;
  top: -12px;
}
.cid-tJGsCG1vVL .navbar .dropdown.open > .dropdown-menu {
  display: flex;
}
.cid-tJGsCG1vVL ul.navbar-nav {
  flex-wrap: wrap;
}
.cid-tJGsCG1vVL .navbar-buttons {
  text-align: center;
  min-width: 140px;
}
@media (max-width: 992px) {
  .cid-tJGsCG1vVL .navbar-buttons {
    text-align: left;
  }
}
.cid-tJGsCG1vVL button.navbar-toggler {
  outline: none;
  width: 31px;
  height: 20px;
  cursor: pointer;
  transition: all 0.2s;
  position: relative;
  align-self: center;
}
.cid-tJGsCG1vVL button.navbar-toggler .hamburger span {
  position: absolute;
  right: 0;
  width: 30px;
  height: 2px;
  border-right: 5px;
  background-color: #06549d;
}
.cid-tJGsCG1vVL button.navbar-toggler .hamburger span:nth-child(1) {
  top: 0;
  transition: all 0.2s;
}
.cid-tJGsCG1vVL button.navbar-toggler .hamburger span:nth-child(2) {
  top: 8px;
  transition: all 0.15s;
}
.cid-tJGsCG1vVL button.navbar-toggler .hamburger span:nth-child(3) {
  top: 8px;
  transition: all 0.15s;
}
.cid-tJGsCG1vVL button.navbar-toggler .hamburger span:nth-child(4) {
  top: 16px;
  transition: all 0.2s;
}
.cid-tJGsCG1vVL nav.opened .hamburger span:nth-child(1) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-tJGsCG1vVL nav.opened .hamburger span:nth-child(2) {
  transform: rotate(45deg);
  transition: all 0.25s;
}
.cid-tJGsCG1vVL nav.opened .hamburger span:nth-child(3) {
  transform: rotate(-45deg);
  transition: all 0.25s;
}
.cid-tJGsCG1vVL nav.opened .hamburger span:nth-child(4) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-tJGsCG1vVL .navbar-dropdown {
  padding: 0 1rem;
}
.cid-tJGsCG1vVL a.nav-link {
  display: flex;
  align-items: center;
  justify-content: center;
}
.cid-tJGsCG1vVL .icons-menu {
  flex-wrap: nowrap;
  display: flex;
  justify-content: center;
  padding-left: 1rem;
  padding-right: 1rem;
  padding-top: 0.3rem;
  text-align: center;
}
@media (max-width: 992px) {
  .cid-tJGsCG1vVL .icons-menu {
    justify-content: flex-start;
    margin-bottom: .5rem;
  }
}
@media screen and (-ms-high-contrast: active), (-ms-high-contrast: none) {
  .cid-tJGsCG1vVL .navbar {
    height: 70px;
  }
  .cid-tJGsCG1vVL .navbar.opened {
    height: auto;
  }
  .cid-tJGsCG1vVL .nav-item .nav-link:hover::before {
    width: 175%;
    max-width: calc(100% + 2rem);
    left: -1rem;
  }
}
.cid-tJGsCG1vVL .navbar .dropdown > .dropdown-menu {
  display: none;
  width: max-content;
  max-width: 500px !important;
  transform: translateX(-50%);
  top: calc(100% + 20px);
  left: 50%;
}
.cid-tJGsCG1vVL .navbar .dropdown > .dropdown-menu .dropdown-item {
  line-height: 1 !important;
}
.cid-tJGsCG1vVL .navbar .dropdown > .dropdown-menu .dropdown .dropdown-item {
  align-items: center;
  display: flex;
  height: max-content !important;
  min-height: max-content !important;
}
.cid-tJGsCG1vVL .navbar .dropdown > .dropdown-menu .dropdown .dropdown-item::after {
  display: inline-block;
  position: static;
  margin-left: 0.5rem;
  margin-top: 0;
  margin-right: 0;
  margin-bottom: 0;
  transition: .3s all;
  transform: rotate(-90deg);
}
.cid-tJGsCG1vVL .navbar .dropdown > .dropdown-menu .dropdown.open .dropdown-item::after {
  transform: rotate(0deg);
}
.cid-tJGsCG1vVL .mbr-section-btn {
  margin: -0.6rem -0.6rem;
}
.cid-tJGsCG1vVL .navbar-toggler {
  margin-left: 12px;
  margin-right: 8px;
  order: 1000;
}
@media (max-width: 991px) {
  .cid-tJGsCG1vVL .navbar-brand {
    margin-right: auto;
  }
  .cid-tJGsCG1vVL .navbar-collapse {
    z-index: -1 !important;
    position: absolute;
    top: 110%;
    left: 0;
    width: 100%;
    padding: 1rem;
    border-radius: 1.5rem;
    background: #ffffff;
    opacity: 1;
    border-color: rgba(255, 255, 255, 0.9) !important;
    background: rgba(255, 255, 255, 0.9) !important;
    backdrop-filter: blur(8px);
    border-radius: 4px !important;
  }
  .cid-tJGsCG1vVL .navbar-nav .nav-item .nav-link::after {
    margin-left: 10px;
  }
  .cid-tJGsCG1vVL .navbar-nav .dropdown-item:hover {
    background-color: rgba(27, 31, 10, 0.06);
  }
  .cid-tJGsCG1vVL .navbar .dropdown > .dropdown-menu {
    max-width: 100% !important;
    transform: translateX(0);
    top: 10px;
    left: 0;
    padding: 8px !important;
    border-radius: 1rem;
    background-color: rgba(27, 31, 10, 0.04) !important;
  }
  .cid-tJGsCG1vVL .navbar .dropdown > .dropdown-menu .dropdown-item {
    padding: 8px !important;
    line-height: 1 !important;
    margin-bottom: 4px !important;
  }
  .cid-tJGsCG1vVL .navbar .dropdown > .dropdown-menu .dropdown .dropdown-item {
    align-items: center;
    display: flex;
    height: max-content !important;
    min-height: max-content !important;
  }
  .cid-tJGsCG1vVL .navbar .dropdown > .dropdown-menu .dropdown .dropdown-item::after {
    display: inline-block;
    position: static;
    margin-left: 0.5rem;
    margin-top: 0;
    margin-right: 0;
    margin-bottom: 0;
    transition: .3s all;
    transform: rotate(0deg);
  }
  .cid-tJGsCG1vVL .navbar .dropdown > .dropdown-menu .dropdown.open .dropdown-item::after {
    transform: rotate(180deg);
  }
  .cid-tJGsCG1vVL .navbar .dropdown > .dropdown-menu .dropdown-submenu {
    position: static;
    width: 100%;
    max-width: 100% !important;
    transform: translateX(0) !important;
    top: 0;
    left: 0;
    padding: 8px !important;
    border-radius: 1rem;
    background-color: rgba(27, 31, 10, 0.04) !important;
  }
  .cid-tJGsCG1vVL .navbar .dropdown.open > .dropdown-menu {
    display: flex !important;
    flex-direction: column;
    align-items: flex-start;
  }
}
@media (max-width: 575px) {
  .cid-tJGsCG1vVL .navbar-collapse {
    padding: 1rem;
  }
}
.cid-uj7IVtthuV {
  padding-top: 8rem;
  padding-bottom: 1rem;
  background-color: #000000;
}
.cid-uj7IVtthuV .justify-content-center {
  align-items: center;
}
.cid-uj7IVtthuV .mbr-fallback-image.disabled {
  display: none;
}
.cid-uj7IVtthuV .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uj7IVtthuV .item-wrapper {
  display: flex;
  margin-left: auto;
}
@media (max-width: 767px) {
  .cid-uj7IVtthuV .item-wrapper {
    margin-bottom: 1rem;
  }
}
.cid-uj7IVtthuV .mbr-section-btn {
  padding-left: 1.5rem;
  text-align: right;
}
@media (max-width: 767px) {
  .cid-uj7IVtthuV .mbr-section-btn {
    text-align: center;
    padding-left: 0rem;
  }
}
.cid-uj7IVtthuV .row {
  align-items: center;
}
.cid-uj7IVtthuV .card-text {
  color: #ffffff;
  margin-bottom: 0px;
  text-align: left;
}
@media (max-width: 767px) {
  .cid-uj7IVtthuV .card-text {
    text-align: center;
  }
}
.cid-uj7IVtEdjB {
  background-color: #ffffff;
  padding-top: 0;
  padding-bottom: 0;
}
.cid-uj7IVtEdjB .carousel {
  width: 100%;
}
.cid-uj7IVtEdjB .carousel-inner {
  display: flex;
  align-content: center;
  align-items: center;
}
.cid-uj7IVtEdjB .carousel-item img {
  height: 100vh;
  object-fit: cover;
}
.cid-uj7IVtEdjB img,
.cid-uj7IVtEdjB .item-wrapper {
  border-radius: 0 !important;
}
.cid-uj7IVtEdjB .carousel-caption {
  bottom: 40px;
}
.cid-uj7IVtEdjB .mobi-mbri-arrow-next {
  margin-left: 5px;
}
.cid-uj7IVtEdjB .mobi-mbri-arrow-prev {
  margin-right: 5px;
}
.cid-uj7IVtEdjB .carousel-control:hover {
  background: #1b1b1b;
  color: #fff;
  opacity: 1;
}
.cid-uj7IVtEdjB .item-wrapper {
  width: 100%;
}
@media (max-width: 767px) {
  .cid-uj7IVtEdjB .container .carousel-control {
    margin-bottom: 0;
  }
  .cid-uj7IVtEdjB .content-slider-wrap {
    width: 100% !important;
  }
}
.cid-uj7IVtEdjB .container .carousel-indicators {
  margin-bottom: 3px;
}
.cid-uj7IVtEdjB .carousel-control {
  top: 50%;
  width: 60px;
  height: 60px;
  margin-top: -1.5rem;
  font-size: 22px;
  background-color: rgba(0, 0, 0, 0.5);
  border: 2px solid #fff;
  border-radius: 50%;
  transition: all 0.3s;
}
.cid-uj7IVtEdjB .carousel-control.carousel-control-prev {
  left: 0;
  margin-left: 2.5rem;
}
.cid-uj7IVtEdjB .carousel-control.carousel-control-next {
  right: 0;
  margin-right: 2.5rem;
}
@media (max-width: 767px) {
  .cid-uj7IVtEdjB .carousel-control {
    top: auto;
    bottom: 1rem;
  }
}
.cid-uj7IVtEdjB .carousel-indicators {
  position: absolute;
  bottom: 0;
  margin-bottom: 1.5rem !important;
}
.cid-uj7IVtEdjB .carousel-indicators li {
  max-width: 15px;
  height: 15px;
  width: 15px;
  max-height: 15px;
  margin: 3px;
  background-color: rgba(0, 0, 0, 0.5);
  border: 2px solid #fff;
  border-radius: 50%;
  opacity: 0.5;
  transition: all 0.3s;
}
.cid-uj7IVtEdjB .carousel-indicators li.active,
.cid-uj7IVtEdjB .carousel-indicators li:hover {
  opacity: 0.9;
}
.cid-uj7IVtEdjB .carousel-indicators li::after,
.cid-uj7IVtEdjB .carousel-indicators li::before {
  content: none;
}
.cid-uj7IVtEdjB .carousel-indicators.ie-fix {
  left: 50%;
  display: block;
  width: 60%;
  margin-left: -30%;
  text-align: center;
}
@media (max-width: 768px) {
  .cid-uj7IVtEdjB .carousel-indicators {
    display: none !important;
  }
}
@media (max-width: 991px) {
  .cid-uj7IVtEdjB .mbr-section-subtitle,
  .cid-uj7IVtEdjB .mbr-section-text,
  .cid-uj7IVtEdjB .mbr-section-btn {
    text-align: center;
  }
}
.cid-uj7IVtEdjB .carousel-control-prev,
.cid-uj7IVtEdjB .carousel-control-next {
  display: none;
}
.cid-uj7IVuiotR {
  padding-top: 6rem;
  padding-bottom: 6rem;
  background-color: #000000;
}
.cid-uj7IVuiotR .mbr-text {
  color: #000000;
}
.cid-uj7IVuiotR .mbr-section-subtitle {
  color: #000000;
  text-align: center;
}
.cid-uj7IVuiotR .mbr-section-title {
  color: #ffffff;
  text-align: left;
}
.cid-uj7IVuiotR .mbr-section-subtitle,
.cid-uj7IVuiotR .main-button {
  text-align: left;
  color: #ffffff;
}
.cid-uj7IVuiotR .main-button {
  margin-bottom: 2rem;
}
@media (max-width: 767px) {
  .cid-uj7IVuiotR .main-button {
    margin-bottom: 2rem;
  }
}
.cid-uj7IVuiotR .mbr-iconfont {
  font-size: 1.2rem !important;
  font-family: 'Moririse2' !important;
  color: white;
  transition: all 0.3s;
  transform: rotate(180deg);
  padding-left: 0.5rem;
}
.cid-uj7IVuiotR .panel-group {
  border: none;
}
.cid-uj7IVuiotR .card-header {
  padding: 0rem;
}
@media (max-width: 767px) {
  .cid-uj7IVuiotR .card-header {
    padding: 0rem;
  }
}
.cid-uj7IVuiotR .panel-body {
  padding: 0rem;
  padding-bottom: 0.5rem;
  margin-top: 1rem;
}
.cid-uj7IVuiotR .collapsed span {
  transform: rotate(0deg);
}
.cid-uj7IVuiotR .panel-title {
  display: flex;
  align-items: center;
  justify-content: space-between;
}
.cid-uj7IVuiotR p {
  margin-bottom: 0.3rem;
}
.cid-uj7IVuiotR .panel-title-edit {
  color: #000000;
}
.cid-uj7IVuiotR .card .card-header {
  background-color: transparent;
  margin-bottom: 0;
  border: 0;
  border-radius: 2rem;
}
.cid-uj7IVuiotR .card {
  background: #ffffff;
  padding: 2.25rem;
  border-radius: 2rem;
  margin-bottom: 1rem;
}
@media (max-width: 767px) {
  .cid-uj7IVuiotR .card {
    padding: 2rem 1.5rem;
    margin-bottom: 1rem;
  }
}
@media (min-width: 992px) and (max-width: 1200px) {
  .cid-uj7IVuiotR .card {
    margin-bottom: 1rem;
    padding: 2rem 1.5rem;
  }
}
.cid-uj7IVuiotR .panel-text {
  color: #000000;
}
.cid-uj7IVuiotR .panel-title-edit,
.cid-uj7IVuiotR .mbr-iconfont {
  color: #000000;
}
.cid-uduqU6836b {
  padding-top: 2rem;
  padding-bottom: 3rem;
  background-image: url("../../../assets/images/white-background-2000x1334.jpeg");
}
.cid-uduqU6836b .logogree {
  position: relative;
  width: 100%;
}
.cid-uduqU6836b .agree {
  object-position: right;
  width: 40%;
  height: auto;
  object-fit: contain;
  display: block;
  border-radius: 0% !important;
}
.cid-uduqU6836b .mbr-fallback-image.disabled {
  display: none;
}
.cid-uduqU6836b .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uduqU6836b .footer-col {
  justify-content: space-between;
  display: flex;
}
@media (max-width: 767px) {
  .cid-uduqU6836b .footer-col {
    flex-direction: column;
  }
}
.cid-uduqU6836b .row {
  background: #ffffff;
  padding: 4rem 3rem;
  border-radius: 2rem;
  margin: 0px;
}
@media (max-width: 767px) {
  .cid-uduqU6836b .row {
    padding: 2rem 0.5rem;
  }
}
@media (min-width: 768px) and (max-width: 991px) {
  .cid-uduqU6836b .row {
    padding: 2.25rem 1.25rem;
  }
}
@media (min-width: 992px) {
  .cid-uduqU6836b .row {
    padding: 4rem 3rem;
  }
}
@media (max-width: 767px) {
  .cid-uduqU6836b .mbr-section-btn {
    text-align: center;
  }
}
.cid-uduqU6836b .social-row {
  display: flex;
  flex-wrap: wrap;
}
.cid-uduqU6836b .soc-item {
  margin: 8px;
}
.cid-uduqU6836b .soc-item a:hover .mbr-iconfont,
.cid-uduqU6836b .soc-item a:focus .mbr-iconfont {
  background-color: #232323;
}
.cid-uduqU6836b .soc-item a .mbr-iconfont {
  width: 72px;
  height: 72px;
  display: flex;
  align-items: center;
  justify-content: center;
  border-radius: 100%;
  font-size: 20px;
  background-color: #06549d;
  color: #ffffff;
  transition: all 0.3s ease-in-out;
}
@media (max-width: 767px) {
  .cid-uduqU6836b .row {
    text-align: center;
  }
  .cid-uduqU6836b .social-row {
    justify-content: center;
  }
}
.cid-uduqU6836b .list {
  list-style: none;
  padding-left: 0;
  color: #502274;
}
@media (max-width: 991px) {
  .cid-uduqU6836b .list {
    margin-bottom: 2rem;
  }
}
@media (min-width: 992px) {
  .cid-uduqU6836b .list {
    margin-bottom: 0rem;
  }
}
.cid-uduqU6836b .mbr-text {
  color: #bbbbbb;
}
.cid-uduqU6836b .mbr-section-subtitle {
  color: #000000;
  text-align: left;
}
.cid-uduqU6836b .list,
.cid-uduqU6836b .item-wrap {
  color: #232323;
  text-align: left;
}
.cid-uduqU6836b .copyright {
  color: #000000;
  text-align: center;
}
.cid-uduqU6836b H5 {
  text-align: left;
}
.cid-tJGsCG1vVL {
  z-index: 1000;
  width: 100%;
  position: inherit;
}
.cid-tJGsCG1vVL .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 .3s;
}
@media (max-width: 767px) {
  .cid-tJGsCG1vVL .navbar-toggler {
    transform: scale(0.8);
  }
}
.cid-tJGsCG1vVL .navbar-brand {
  flex-shrink: 0;
  align-items: center;
  margin-right: 0;
  padding: 10px 0;
  transition: all 2s;
  word-break: break-word;
  z-index: 1;
}
.cid-tJGsCG1vVL .navbar-brand img {
  max-width: 100%;
  max-height: 100%;
  border-radius: 0px !important;
}
.cid-tJGsCG1vVL .navbar-brand .navbar-caption {
  line-height: inherit !important;
}
.cid-tJGsCG1vVL .navbar-brand .navbar-logo a {
  outline: none;
}
.cid-tJGsCG1vVL .navbar-nav {
  margin: auto;
  margin-left: 0;
  margin-left: auto;
}
.cid-tJGsCG1vVL .navbar-nav .nav-item {
  padding: 0 !important;
  transition: .3s all !important;
}
.cid-tJGsCG1vVL .navbar-nav .nav-item .nav-link {
  padding: 16px !important;
  margin: 0 !important;
  border-radius: 1rem !important;
  transition: .3s all !important;
  border-radius: 4px !important;
}
.cid-tJGsCG1vVL .navbar-nav .nav-item .nav-link:hover {
  background-color: rgba(27, 31, 10, 0.06);
}
.cid-tJGsCG1vVL .navbar-nav .open .nav-link::after {
  transform: rotate(180deg);
}
@media (min-width: 992px) {
  .cid-tJGsCG1vVL .navbar-nav .open .nav-link::before {
    content: "";
    width: 100%;
    height: 20px;
    top: 100%;
    background: transparent;
    position: absolute;
  }
}
.cid-tJGsCG1vVL .navbar-nav .dropdown-item {
  padding: 12px !important;
  border-radius: 0.5rem !important;
  margin: 0 8px !important;
  transition: .3s all !important;
  border-radius: 4px !important;
}
.cid-tJGsCG1vVL .navbar-nav .dropdown-item:hover {
  background-color: rgba(27, 31, 10, 0.06);
}
@media (min-width: 992px) {
  .cid-tJGsCG1vVL .navbar-nav {
    padding-left: 1.5rem;
  }
}
.cid-tJGsCG1vVL .nav-link {
  width: fit-content;
  position: relative;
}
.cid-tJGsCG1vVL .navbar-logo {
  padding-left: 2rem;
  margin: 0 !important;
}
@media (max-width: 767px) {
  .cid-tJGsCG1vVL .navbar-logo {
    padding-left: 1rem;
  }
}
.cid-tJGsCG1vVL .navbar-caption {
  padding-left: 1rem;
  padding-right: .5rem;
}
@media (max-width: 767px) {
  .cid-tJGsCG1vVL .nav-dropdown {
    padding-bottom: 0.5rem;
  }
}
.cid-tJGsCG1vVL .nav-dropdown .link.dropdown-toggle::after {
  margin-left: 0.5rem;
  margin-top: 0.2rem;
  transition: .3s all;
  transition-delay: 300ms;
}
.cid-tJGsCG1vVL .container {
  display: flex;
  height: 90px;
  padding: 0.5rem 0.6rem;
  flex-wrap: nowrap;
  background: rgba(255, 255, 255, 0.9) !important;
  left: 0;
  right: 0;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: flex-end;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  border-radius: 100vw;
  margin-top: 1rem;
  background-color: #ffffff;
  box-shadow: 0 30px 60px 0 rgba(27, 31, 10, 0.08);
  border-radius: 4px !important;
}
@media (max-width: 992px) {
  .cid-tJGsCG1vVL .container {
    padding-right: 2rem;
  }
}
@media (max-width: 767px) {
  .cid-tJGsCG1vVL .container {
    width: 95%;
    height: 56px !important;
    padding-right: 1rem;
    margin-top: 0rem;
  }
}
.cid-tJGsCG1vVL .iconfont-wrapper {
  color: #0c2c68 !important;
  font-size: 1.5rem;
  padding-right: 0.5rem;
}
.cid-tJGsCG1vVL .dropdown-menu {
  flex-wrap: wrap;
  flex-direction: column;
  max-width: 100%;
  padding: 12px 4px !important;
  border-radius: 1.5rem;
  transition: .3s all !important;
  transition-delay: 300ms;
  min-width: auto;
  background: #ffffff;
  background: rgba(255, 255, 255, 0.9) !important;
  border-radius: 4px !important;
}
.cid-tJGsCG1vVL .nav-item:focus,
.cid-tJGsCG1vVL .nav-link:focus {
  outline: none;
}
.cid-tJGsCG1vVL .dropdown .dropdown-menu .dropdown-item {
  width: auto;
  transition: all .3s;
  transition-delay: 300ms;
}
.cid-tJGsCG1vVL .dropdown .dropdown-menu .dropdown-item::after {
  right: 0.5rem;
}
.cid-tJGsCG1vVL .dropdown .dropdown-menu .dropdown-item .mbr-iconfont {
  margin-right: 0.5rem;
  vertical-align: sub;
}
.cid-tJGsCG1vVL .dropdown .dropdown-menu .dropdown-item .mbr-iconfont:before {
  display: inline-block;
  transform: scale(1, 1);
  transition: all .3s;
}
.cid-tJGsCG1vVL .collapsed .dropdown-menu .dropdown-item:before {
  display: none;
}
.cid-tJGsCG1vVL .collapsed .dropdown .dropdown-menu .dropdown-item {
  padding: 0.235em 1.5em 0.235em 1.5em !important;
  transition: none;
  margin: 0 !important;
}
.cid-tJGsCG1vVL .navbar {
  min-height: 90px;
  transition: all 5s;
  border-bottom: 1px solid transparent;
  background: transparent !important;
  padding: 0 !important;
  border: none !important;
  box-shadow: none !important;
  border-radius: 0 !important;
}
.cid-tJGsCG1vVL .navbar.opened {
  transition: all 0.3s;
}
.cid-tJGsCG1vVL .navbar .dropdown-item {
  padding: 0.5rem 1.8rem;
}
.cid-tJGsCG1vVL .navbar .navbar-logo img {
  width: auto;
}
.cid-tJGsCG1vVL .navbar .navbar-collapse {
  z-index: 1;
  justify-content: flex-end;
}
.cid-tJGsCG1vVL .navbar.collapsed {
  justify-content: center;
}
.cid-tJGsCG1vVL .navbar.collapsed .nav-item .nav-link::before {
  display: none;
}
.cid-tJGsCG1vVL .navbar.collapsed.opened .dropdown-menu {
  top: 0;
}
@media (min-width: 992px) {
  .cid-tJGsCG1vVL .navbar.collapsed.opened:not(.navbar-short) .navbar-collapse {
    max-height: calc(98.5vh - 3.4rem);
  }
}
.cid-tJGsCG1vVL .navbar.collapsed .dropdown-menu .dropdown-submenu {
  left: 0 !important;
}
.cid-tJGsCG1vVL .navbar.collapsed .dropdown-menu .dropdown-item:after {
  right: auto;
}
.cid-tJGsCG1vVL .navbar.collapsed .dropdown-menu .dropdown-toggle[data-toggle="dropdown-submenu"]:after {
  margin-left: 0.5rem;
  margin-top: 0.2rem;
  border-top: 0.35em solid;
  border-right: 0.35em solid transparent;
  border-left: 0.35em solid transparent;
  border-bottom: 0;
  top: 41%;
}
.cid-tJGsCG1vVL .navbar.collapsed ul.navbar-nav li {
  margin: auto;
}
.cid-tJGsCG1vVL .navbar.collapsed .dropdown-menu .dropdown-item {
  padding: 0.25rem 0.5rem;
  text-align: center;
}
.cid-tJGsCG1vVL .navbar.collapsed .icons-menu {
  padding-left: 0;
  padding-right: 0;
  padding-top: 0.5rem;
  padding-bottom: 0.5rem;
}
@media (max-width: 767px) {
  .cid-tJGsCG1vVL .navbar {
    min-height: 72px;
  }
  .cid-tJGsCG1vVL .navbar .navbar-logo img {
    height: 2rem !important;
  }
}
@media (max-width: 991px) {
  .cid-tJGsCG1vVL .navbar .nav-item .nav-link::before {
    display: none;
  }
  .cid-tJGsCG1vVL .navbar.opened .dropdown-menu {
    top: 0;
  }
  .cid-tJGsCG1vVL .navbar .dropdown-menu .dropdown-submenu {
    left: 0 !important;
  }
  .cid-tJGsCG1vVL .navbar .dropdown-menu .dropdown-item:after {
    right: auto;
  }
  .cid-tJGsCG1vVL .navbar .dropdown-menu .dropdown-toggle[data-toggle="dropdown-submenu"]:after {
    margin-left: 0.5rem;
    margin-top: 0.2rem;
    border-top: 0.35em solid;
    border-right: 0.35em solid transparent;
    border-left: 0.35em solid transparent;
    border-bottom: 0;
    top: 40%;
  }
  .cid-tJGsCG1vVL .navbar .dropdown-menu .dropdown-item {
    padding: 0.25rem 1.5rem !important;
    text-align: center;
  }
  .cid-tJGsCG1vVL .navbar .navbar-brand {
    flex-shrink: initial;
    flex-basis: auto;
    word-break: break-word;
    padding-right: 10px;
  }
  .cid-tJGsCG1vVL .navbar .navbar-toggler {
    flex-basis: auto;
  }
  .cid-tJGsCG1vVL .navbar .icons-menu {
    padding-left: 0;
    padding-top: 0.5rem;
    padding-bottom: 0.5rem;
  }
}
.cid-tJGsCG1vVL .navbar.navbar-short .navbar-logo img {
  height: 2rem;
}
.cid-tJGsCG1vVL .dropdown-item.active,
.cid-tJGsCG1vVL .dropdown-item:active {
  background-color: transparent;
}
.cid-tJGsCG1vVL .navbar-expand-lg .navbar-nav .nav-link {
  padding: 0;
}
.cid-tJGsCG1vVL .nav-dropdown .link.dropdown-toggle {
  margin-right: 1.667em;
}
.cid-tJGsCG1vVL .nav-dropdown .link.dropdown-toggle[aria-expanded="true"] {
  margin-right: 0;
  padding: 0.667em 1.667em;
}
.cid-tJGsCG1vVL .navbar.navbar-expand-lg .dropdown .dropdown-menu {
  background: #ffffff;
}
.cid-tJGsCG1vVL .navbar.navbar-expand-lg .dropdown .dropdown-menu .dropdown-submenu {
  margin: 0;
  left: 100%;
  transform: none;
  top: -12px;
}
.cid-tJGsCG1vVL .navbar .dropdown.open > .dropdown-menu {
  display: flex;
}
.cid-tJGsCG1vVL ul.navbar-nav {
  flex-wrap: wrap;
}
.cid-tJGsCG1vVL .navbar-buttons {
  text-align: center;
  min-width: 140px;
}
@media (max-width: 992px) {
  .cid-tJGsCG1vVL .navbar-buttons {
    text-align: left;
  }
}
.cid-tJGsCG1vVL button.navbar-toggler {
  outline: none;
  width: 31px;
  height: 20px;
  cursor: pointer;
  transition: all 0.2s;
  position: relative;
  align-self: center;
}
.cid-tJGsCG1vVL button.navbar-toggler .hamburger span {
  position: absolute;
  right: 0;
  width: 30px;
  height: 2px;
  border-right: 5px;
  background-color: #06549d;
}
.cid-tJGsCG1vVL button.navbar-toggler .hamburger span:nth-child(1) {
  top: 0;
  transition: all 0.2s;
}
.cid-tJGsCG1vVL button.navbar-toggler .hamburger span:nth-child(2) {
  top: 8px;
  transition: all 0.15s;
}
.cid-tJGsCG1vVL button.navbar-toggler .hamburger span:nth-child(3) {
  top: 8px;
  transition: all 0.15s;
}
.cid-tJGsCG1vVL button.navbar-toggler .hamburger span:nth-child(4) {
  top: 16px;
  transition: all 0.2s;
}
.cid-tJGsCG1vVL nav.opened .hamburger span:nth-child(1) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-tJGsCG1vVL nav.opened .hamburger span:nth-child(2) {
  transform: rotate(45deg);
  transition: all 0.25s;
}
.cid-tJGsCG1vVL nav.opened .hamburger span:nth-child(3) {
  transform: rotate(-45deg);
  transition: all 0.25s;
}
.cid-tJGsCG1vVL nav.opened .hamburger span:nth-child(4) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-tJGsCG1vVL .navbar-dropdown {
  padding: 0 1rem;
}
.cid-tJGsCG1vVL a.nav-link {
  display: flex;
  align-items: center;
  justify-content: center;
}
.cid-tJGsCG1vVL .icons-menu {
  flex-wrap: nowrap;
  display: flex;
  justify-content: center;
  padding-left: 1rem;
  padding-right: 1rem;
  padding-top: 0.3rem;
  text-align: center;
}
@media (max-width: 992px) {
  .cid-tJGsCG1vVL .icons-menu {
    justify-content: flex-start;
    margin-bottom: .5rem;
  }
}
@media screen and (-ms-high-contrast: active), (-ms-high-contrast: none) {
  .cid-tJGsCG1vVL .navbar {
    height: 70px;
  }
  .cid-tJGsCG1vVL .navbar.opened {
    height: auto;
  }
  .cid-tJGsCG1vVL .nav-item .nav-link:hover::before {
    width: 175%;
    max-width: calc(100% + 2rem);
    left: -1rem;
  }
}
.cid-tJGsCG1vVL .navbar .dropdown > .dropdown-menu {
  display: none;
  width: max-content;
  max-width: 500px !important;
  transform: translateX(-50%);
  top: calc(100% + 20px);
  left: 50%;
}
.cid-tJGsCG1vVL .navbar .dropdown > .dropdown-menu .dropdown-item {
  line-height: 1 !important;
}
.cid-tJGsCG1vVL .navbar .dropdown > .dropdown-menu .dropdown .dropdown-item {
  align-items: center;
  display: flex;
  height: max-content !important;
  min-height: max-content !important;
}
.cid-tJGsCG1vVL .navbar .dropdown > .dropdown-menu .dropdown .dropdown-item::after {
  display: inline-block;
  position: static;
  margin-left: 0.5rem;
  margin-top: 0;
  margin-right: 0;
  margin-bottom: 0;
  transition: .3s all;
  transform: rotate(-90deg);
}
.cid-tJGsCG1vVL .navbar .dropdown > .dropdown-menu .dropdown.open .dropdown-item::after {
  transform: rotate(0deg);
}
.cid-tJGsCG1vVL .mbr-section-btn {
  margin: -0.6rem -0.6rem;
}
.cid-tJGsCG1vVL .navbar-toggler {
  margin-left: 12px;
  margin-right: 8px;
  order: 1000;
}
@media (max-width: 991px) {
  .cid-tJGsCG1vVL .navbar-brand {
    margin-right: auto;
  }
  .cid-tJGsCG1vVL .navbar-collapse {
    z-index: -1 !important;
    position: absolute;
    top: 110%;
    left: 0;
    width: 100%;
    padding: 1rem;
    border-radius: 1.5rem;
    background: #ffffff;
    opacity: 1;
    border-color: rgba(255, 255, 255, 0.9) !important;
    background: rgba(255, 255, 255, 0.9) !important;
    backdrop-filter: blur(8px);
    border-radius: 4px !important;
  }
  .cid-tJGsCG1vVL .navbar-nav .nav-item .nav-link::after {
    margin-left: 10px;
  }
  .cid-tJGsCG1vVL .navbar-nav .dropdown-item:hover {
    background-color: rgba(27, 31, 10, 0.06);
  }
  .cid-tJGsCG1vVL .navbar .dropdown > .dropdown-menu {
    max-width: 100% !important;
    transform: translateX(0);
    top: 10px;
    left: 0;
    padding: 8px !important;
    border-radius: 1rem;
    background-color: rgba(27, 31, 10, 0.04) !important;
  }
  .cid-tJGsCG1vVL .navbar .dropdown > .dropdown-menu .dropdown-item {
    padding: 8px !important;
    line-height: 1 !important;
    margin-bottom: 4px !important;
  }
  .cid-tJGsCG1vVL .navbar .dropdown > .dropdown-menu .dropdown .dropdown-item {
    align-items: center;
    display: flex;
    height: max-content !important;
    min-height: max-content !important;
  }
  .cid-tJGsCG1vVL .navbar .dropdown > .dropdown-menu .dropdown .dropdown-item::after {
    display: inline-block;
    position: static;
    margin-left: 0.5rem;
    margin-top: 0;
    margin-right: 0;
    margin-bottom: 0;
    transition: .3s all;
    transform: rotate(0deg);
  }
  .cid-tJGsCG1vVL .navbar .dropdown > .dropdown-menu .dropdown.open .dropdown-item::after {
    transform: rotate(180deg);
  }
  .cid-tJGsCG1vVL .navbar .dropdown > .dropdown-menu .dropdown-submenu {
    position: static;
    width: 100%;
    max-width: 100% !important;
    transform: translateX(0) !important;
    top: 0;
    left: 0;
    padding: 8px !important;
    border-radius: 1rem;
    background-color: rgba(27, 31, 10, 0.04) !important;
  }
  .cid-tJGsCG1vVL .navbar .dropdown.open > .dropdown-menu {
    display: flex !important;
    flex-direction: column;
    align-items: flex-start;
  }
}
@media (max-width: 575px) {
  .cid-tJGsCG1vVL .navbar-collapse {
    padding: 1rem;
  }
}
.cid-uj7KUxctwF {
  padding-top: 8rem;
  padding-bottom: 1rem;
  background-color: #06549d;
}
.cid-uj7KUxctwF .justify-content-center {
  align-items: center;
}
.cid-uj7KUxctwF .mbr-fallback-image.disabled {
  display: none;
}
.cid-uj7KUxctwF .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uj7KUxctwF .item-wrapper {
  display: flex;
  margin-left: auto;
}
@media (max-width: 767px) {
  .cid-uj7KUxctwF .item-wrapper {
    margin-bottom: 1rem;
  }
}
.cid-uj7KUxctwF .mbr-section-btn {
  padding-left: 1.5rem;
  text-align: right;
}
@media (max-width: 767px) {
  .cid-uj7KUxctwF .mbr-section-btn {
    text-align: center;
    padding-left: 0rem;
  }
}
.cid-uj7KUxctwF .row {
  align-items: center;
}
.cid-uj7KUxctwF .card-text {
  color: #ffffff;
  margin-bottom: 0px;
  text-align: left;
}
@media (max-width: 767px) {
  .cid-uj7KUxctwF .card-text {
    text-align: center;
  }
}
.cid-uj7KUxr0rC {
  padding-top: 2rem;
  padding-bottom: 0rem;
  background-color: #ffffff;
}
.cid-uj7KUxr0rC .content-head {
  max-width: 800px;
}
.cid-uj7KUxGqSB {
  padding-top: 0rem;
  padding-bottom: 3rem;
  background-color: #ffffff;
}
.cid-uj7KUxRwGo {
  padding-top: 2rem;
  padding-bottom: 6rem;
  background-color: #ffffff;
}
.cid-uj7KUxRwGo .content-head {
  max-width: 800px;
}
.cid-uj7KUy9ent {
  padding-top: 90px;
  padding-bottom: 90px;
  background-color: #ffffff;
}
.cid-uj7KUy9ent .carousel-control {
  background: #000;
}
.cid-uj7KUy9ent .mbr-section-subtitle {
  color: #767676;
}
.cid-uj7KUy9ent .carousel-item {
  -webkit-justify-content: center;
  justify-content: center;
}
.cid-uj7KUy9ent .carousel-item .media-container-row {
  -webkit-flex-grow: 1;
  flex-grow: 1;
}
.cid-uj7KUy9ent .carousel-item .wrap-img {
  text-align: center;
}
.cid-uj7KUy9ent .carousel-item .wrap-img img {
  max-height: 150px;
  width: auto;
  max-width: 100%;
}
.cid-uj7KUy9ent .carousel-controls {
  display: flex;
  -webkit-justify-content: center;
  justify-content: center;
}
.cid-uj7KUy9ent .carousel-controls .carousel-control {
  background: #000;
  border-radius: 50%;
  position: static;
  width: 40px;
  height: 40px;
  margin-top: 2rem;
  border-width: 1px;
}
.cid-uj7KUy9ent .carousel-controls .carousel-control.carousel-control-prev {
  left: auto;
  margin-right: 20px;
  margin-left: 0;
}
.cid-uj7KUy9ent .carousel-controls .carousel-control.carousel-control-next {
  right: auto;
  margin-right: 0;
}
.cid-uj7KUy9ent .carousel-controls .carousel-control .mbr-iconfont {
  font-size: 1rem;
}
.cid-uj7KUy9ent .cloneditem-1,
.cid-uj7KUy9ent .cloneditem-2,
.cid-uj7KUy9ent .cloneditem-3,
.cid-uj7KUy9ent .cloneditem-4,
.cid-uj7KUy9ent .cloneditem-5 {
  display: none;
}
.cid-uj7KUy9ent .col-lg-15 {
  -webkit-box-flex: 0;
  -ms-flex: 0 0 100%;
  -webkit-flex: 0 0 100%;
  flex: 0 0 100%;
  max-width: 100%;
  position: relative;
  min-height: 1px;
  padding-right: 10px;
  padding-left: 10px;
  width: 100%;
}
@media (min-width: 992px) {
  .cid-uj7KUy9ent .col-lg-15 {
    -ms-flex: 0 0 20%;
    -webkit-flex: 0 0 20%;
    flex: 0 0 20%;
    max-width: 20%;
    width: 20%;
  }
  .cid-uj7KUy9ent .carousel-inner.slides2 > .carousel-item.active.carousel-item-right,
  .cid-uj7KUy9ent .carousel-inner.slides2 > .carousel-item.carousel-item-next {
    left: 0;
    -webkit-transform: translate3d(50%, 0, 0);
    transform: translate3d(50%, 0, 0);
  }
  .cid-uj7KUy9ent .carousel-inner.slides2 > .carousel-item.active.carousel-item-left,
  .cid-uj7KUy9ent .carousel-inner.slides2 > .carousel-item.carousel-item-prev {
    left: 0;
    -webkit-transform: translate3d(-50%, 0, 0);
    transform: translate3d(-50%, 0, 0);
  }
  .cid-uj7KUy9ent .carousel-inner.slides2 > .carousel-item.carousel-item-left,
  .cid-uj7KUy9ent .carousel-inner.slides2 > .carousel-item.carousel-item-prev.carousel-item-right,
  .cid-uj7KUy9ent .carousel-inner.slides2 > .carousel-item.active {
    left: 0;
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
  }
  .cid-uj7KUy9ent .carousel-inner.slides2 .cloneditem-1,
  .cid-uj7KUy9ent .carousel-inner.slides2 .cloneditem-2,
  .cid-uj7KUy9ent .carousel-inner.slides2 .cloneditem-3 {
    display: block;
  }
  .cid-uj7KUy9ent .carousel-inner.slides3 > .carousel-item.active.carousel-item-right,
  .cid-uj7KUy9ent .carousel-inner.slides3 > .carousel-item.carousel-item-next {
    left: 0;
    -webkit-transform: translate3d(33.333333%, 0, 0);
    transform: translate3d(33.333333%, 0, 0);
  }
  .cid-uj7KUy9ent .carousel-inner.slides3 > .carousel-item.active.carousel-item-left,
  .cid-uj7KUy9ent .carousel-inner.slides3 > .carousel-item.carousel-item-prev {
    left: 0;
    -webkit-transform: translate3d(-33.333333%, 0, 0);
    transform: translate3d(-33.333333%, 0, 0);
  }
  .cid-uj7KUy9ent .carousel-inner.slides3 > .carousel-item.carousel-item-left,
  .cid-uj7KUy9ent .carousel-inner.slides3 > .carousel-item.carousel-item-prev.carousel-item-right,
  .cid-uj7KUy9ent .carousel-inner.slides3 > .carousel-item.active {
    left: 0;
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
  }
  .cid-uj7KUy9ent .carousel-inner.slides3 .cloneditem-1,
  .cid-uj7KUy9ent .carousel-inner.slides3 .cloneditem-2,
  .cid-uj7KUy9ent .carousel-inner.slides3 .cloneditem-3 {
    display: block;
  }
  .cid-uj7KUy9ent .carousel-inner.slides4 > .carousel-item.active.carousel-item-right,
  .cid-uj7KUy9ent .carousel-inner.slides4 > .carousel-item.carousel-item-next {
    left: 0;
    -webkit-transform: translate3d(25%, 0, 0);
    transform: translate3d(25%, 0, 0);
  }
  .cid-uj7KUy9ent .carousel-inner.slides4 > .carousel-item.active.carousel-item-left,
  .cid-uj7KUy9ent .carousel-inner.slides4 > .carousel-item.carousel-item-prev {
    left: 0;
    -webkit-transform: translate3d(-25%, 0, 0);
    transform: translate3d(-25%, 0, 0);
  }
  .cid-uj7KUy9ent .carousel-inner.slides4 > .carousel-item.carousel-item-left,
  .cid-uj7KUy9ent .carousel-inner.slides4 > .carousel-item.carousel-item-prev.carousel-item-right,
  .cid-uj7KUy9ent .carousel-inner.slides4 > .carousel-item.active {
    left: 0;
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
  }
  .cid-uj7KUy9ent .carousel-inner.slides4 .cloneditem-1,
  .cid-uj7KUy9ent .carousel-inner.slides4 .cloneditem-2,
  .cid-uj7KUy9ent .carousel-inner.slides4 .cloneditem-3 {
    display: block;
  }
  .cid-uj7KUy9ent .carousel-inner.slides5 > .carousel-item.active.carousel-item-right,
  .cid-uj7KUy9ent .carousel-inner.slides5 > .carousel-item.carousel-item-next {
    left: 0;
    -webkit-transform: translate3d(20%, 0, 0);
    transform: translate3d(20%, 0, 0);
  }
  .cid-uj7KUy9ent .carousel-inner.slides5 > .carousel-item.active.carousel-item-left,
  .cid-uj7KUy9ent .carousel-inner.slides5 > .carousel-item.carousel-item-prev {
    left: 0;
    -webkit-transform: translate3d(-20%, 0, 0);
    transform: translate3d(-20%, 0, 0);
  }
  .cid-uj7KUy9ent .carousel-inner.slides5 > .carousel-item.carousel-item-left,
  .cid-uj7KUy9ent .carousel-inner.slides5 > .carousel-item.carousel-item-prev.carousel-item-right,
  .cid-uj7KUy9ent .carousel-inner.slides5 > .carousel-item.active {
    left: 0;
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
  }
  .cid-uj7KUy9ent .carousel-inner.slides5 .cloneditem-1,
  .cid-uj7KUy9ent .carousel-inner.slides5 .cloneditem-2,
  .cid-uj7KUy9ent .carousel-inner.slides5 .cloneditem-3,
  .cid-uj7KUy9ent .carousel-inner.slides5 .cloneditem-4 {
    display: block;
  }
  .cid-uj7KUy9ent .carousel-inner.slides6 > .carousel-item.active.carousel-item-right,
  .cid-uj7KUy9ent .carousel-inner.slides6 > .carousel-item.carousel-item-next {
    left: 0;
    -webkit-transform: translate3d(16.666667%, 0, 0);
    transform: translate3d(16.666667%, 0, 0);
  }
  .cid-uj7KUy9ent .carousel-inner.slides6 > .carousel-item.active.carousel-item-left,
  .cid-uj7KUy9ent .carousel-inner.slides6 > .carousel-item.carousel-item-prev {
    left: 0;
    -webkit-transform: translate3d(-16.666667%, 0, 0);
    transform: translate3d(-16.666667%, 0, 0);
  }
  .cid-uj7KUy9ent .carousel-inner.slides6 > .carousel-item.carousel-item-left,
  .cid-uj7KUy9ent .carousel-inner.slides6 > .carousel-item.carousel-item-prev.carousel-item-right,
  .cid-uj7KUy9ent .carousel-inner.slides6 > .carousel-item.active {
    left: 0;
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
  }
  .cid-uj7KUy9ent .carousel-inner.slides6 .cloneditem-1,
  .cid-uj7KUy9ent .carousel-inner.slides6 .cloneditem-2,
  .cid-uj7KUy9ent .carousel-inner.slides6 .cloneditem-3,
  .cid-uj7KUy9ent .carousel-inner.slides6 .cloneditem-4,
  .cid-uj7KUy9ent .carousel-inner.slides6 .cloneditem-5 {
    display: block;
  }
}
.cid-uj7KUyO9Ou {
  padding-top: 6rem;
  padding-bottom: 6rem;
  background-color: #ffffff;
}
.cid-uj7KUyO9Ou .video-wrapper iframe {
  width: 100%;
}
.cid-uj7KUyO9Ou .mbr-section-title,
.cid-uj7KUyO9Ou .mbr-section-subtitle,
.cid-uj7KUyO9Ou .mbr-text {
  text-align: center;
}
.cid-uj7KUzIYNn {
  padding-top: 6rem;
  padding-bottom: 6rem;
  background-color: #ffffff;
}
.cid-uj7KUzIYNn .item-subtitle {
  line-height: 1.2;
  color: #232323;
  text-align: center;
}
.cid-uj7KUzIYNn img,
.cid-uj7KUzIYNn .item-img {
  width: 100%;
  height: 100%;
  height: 400px;
  object-fit: cover;
}
.cid-uj7KUzIYNn .item:focus,
.cid-uj7KUzIYNn span:focus {
  outline: none;
}
.cid-uj7KUzIYNn .item {
  margin-bottom: 2rem;
}
@media (max-width: 767px) {
  .cid-uj7KUzIYNn .item {
    margin-bottom: 1rem;
  }
}
.cid-uj7KUzIYNn .item-wrapper {
  position: relative;
  border-radius: 4px;
  height: 100%;
  display: flex;
  flex-flow: column nowrap;
}
.cid-uj7KUzIYNn .mbr-section-title {
  color: #232323;
}
.cid-uj7KUzIYNn .mbr-text,
.cid-uj7KUzIYNn .mbr-section-btn {
  color: #232323;
  text-align: center;
}
.cid-uj7KUzIYNn .item-title {
  color: #232323;
  text-align: center;
}
.cid-uj7KUzIYNn .content-head {
  max-width: 800px;
}
.cid-uj7KUA2SSx {
  padding-top: 6rem;
  padding-bottom: 6rem;
  background-color: #ffffff;
}
.cid-uj7KUA2SSx .mbr-fallback-image.disabled {
  display: none;
}
.cid-uj7KUA2SSx .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uj7KUAk4cu {
  background-color: #ffffff;
  padding-top: 0px;
  padding-bottom: 0px;
}
.cid-uj7KUAk4cu img {
  object-fit: contain;
  border-radius: 0 !important;
}
.cid-uj7KUAxtsU {
  padding-top: 6rem;
  padding-bottom: 6rem;
  background-color: #ffffff;
}
.cid-uj7KUAxtsU .mbr-fallback-image.disabled {
  display: none;
}
.cid-uj7KUAxtsU .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uj7KUAMYOM {
  background-color: #ffffff;
  padding-top: 0px;
  padding-bottom: 0px;
}
.cid-uj7KUAMYOM img {
  object-fit: contain;
  border-radius: 0 !important;
}
.cid-uj7KUAZKqM {
  display: flex;
}
@media (min-width: 768px) {
  .cid-uj7KUAZKqM {
    align-items: flex-end;
  }
  .cid-uj7KUAZKqM .row {
    justify-content: flex-start;
  }
  .cid-uj7KUAZKqM .content-wrap {
    padding: 1rem 3rem;
  }
}
@media (max-width: 991px) and (min-width: 768px) {
  .cid-uj7KUAZKqM .content-wrap {
    min-width: 50%;
  }
}
@media (max-width: 767px) {
  .cid-uj7KUAZKqM {
    -webkit-align-items: center;
    align-items: flex-end;
  }
  .cid-uj7KUAZKqM .mbr-row {
    -webkit-justify-content: center;
    justify-content: center;
  }
  .cid-uj7KUAZKqM .content-wrap {
    width: 100%;
  }
}
.cid-uj7KUAZKqM .mbr-fallback-image.disabled {
  display: none;
}
.cid-uj7KUAZKqM .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/background1.jpg");
}
.cid-uj7KUAZKqM .mbr-section-title,
.cid-uj7KUAZKqM .mbr-section-subtitle {
  text-align: left;
  color: #ffc091;
}
.cid-uj7KUAZKqM .mbr-text,
.cid-uj7KUAZKqM .mbr-section-btn {
  text-align: left;
}
.cid-uj7KUBgIpH {
  padding-top: 6rem;
  padding-bottom: 6rem;
  background-color: #ffffff;
}
.cid-uj7KUBgIpH .item-subtitle {
  line-height: 1.2;
  color: #232323;
  text-align: center;
}
.cid-uj7KUBgIpH img,
.cid-uj7KUBgIpH .item-img {
  width: 100%;
  height: 100%;
  height: 400px;
  object-fit: cover;
}
.cid-uj7KUBgIpH .item:focus,
.cid-uj7KUBgIpH span:focus {
  outline: none;
}
.cid-uj7KUBgIpH .item {
  margin-bottom: 2rem;
}
@media (max-width: 767px) {
  .cid-uj7KUBgIpH .item {
    margin-bottom: 1rem;
  }
}
.cid-uj7KUBgIpH .item-wrapper {
  position: relative;
  border-radius: 4px;
  height: 100%;
  display: flex;
  flex-flow: column nowrap;
}
.cid-uj7KUBgIpH .mbr-section-title {
  color: #232323;
}
.cid-uj7KUBgIpH .mbr-text,
.cid-uj7KUBgIpH .mbr-section-btn {
  color: #232323;
  text-align: center;
}
.cid-uj7KUBgIpH .item-title {
  color: #232323;
  text-align: center;
}
.cid-uj7KUBgIpH .content-head {
  max-width: 800px;
}
.cid-uj7KUByf9i {
  padding-top: 6rem;
  padding-bottom: 6rem;
  background-color: #ffffff;
}
.cid-uj7KUByf9i .mbr-fallback-image.disabled {
  display: none;
}
.cid-uj7KUByf9i .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uj7KUBQKBP {
  background-color: #ffffff;
  padding-top: 0px;
  padding-bottom: 0px;
}
.cid-uj7KUBQKBP img {
  object-fit: contain;
  border-radius: 0 !important;
}
.cid-uj7KUC4hsO {
  padding-top: 6rem;
  padding-bottom: 6rem;
  background-color: #06549d;
}
.cid-uj7KUC4hsO .mbr-fallback-image.disabled {
  display: none;
}
.cid-uj7KUC4hsO .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uj7KUC4hsO .nav-tabs .nav-item.open .nav-link:focus,
.cid-uj7KUC4hsO .nav-tabs .nav-link.active:focus {
  outline: none;
}
.cid-uj7KUC4hsO .nav-tabs {
  flex-wrap: wrap;
  border-bottom: none;
}
@media (max-width: 767px) {
  .cid-uj7KUC4hsO .nav-item {
    width: 100%;
    margin-right: 0 !important;
    text-align: center;
  }
}
.cid-uj7KUC4hsO .nav-tabs .nav-item {
  margin-right: 1.5rem;
}
.cid-uj7KUC4hsO .nav-tabs .nav-link {
  transition: padding 0.3s ease, background-color 0.3s ease;
  border: none;
  border-radius: 2rem !important;
  padding: 1.25rem 0!important;
  background-color: transparent!important;
  overflow: hidden!important;
}
.cid-uj7KUC4hsO .nav-tabs .nav-link:not(.active) {
  color: #ffffff;
}
.cid-uj7KUC4hsO .nav-tabs .nav-link.active {
  color: #06549d !important;
  background-color: #ffffff !important;
  padding: 1.25rem 2rem!important;
}
.cid-uj7KUC4hsO .mbr-section-title {
  text-align: center;
  color: #ffffff;
}
.cid-uj7KUC4hsO .mbr-section-subtitle {
  text-align: center;
  color: #ffffff;
}
.cid-uj7KUC4hsO .mbr-text {
  color: #ffffff;
  margin: 0;
  text-align: center;
}
.cid-uj7KUC4hsO .content-head {
  max-width: 800px;
}
.cid-uj7KUC4hsO .item-wrapper {
  background-color: #06549d;
  padding: 2.25rem;
}
@media (max-width: 767px) {
  .cid-uj7KUC4hsO .item-wrapper {
    padding: 2rem 1.5rem;
  }
}
.cid-uj7KUCpfwP {
  padding-top: 6rem;
  padding-bottom: 6rem;
  background-color: #ffffff;
}
.cid-uj7KUCpfwP .mbr-fallback-image.disabled {
  display: none;
}
.cid-uj7KUCpfwP .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uj7KUCGWUb {
  background-color: #ffffff;
  padding-top: 0px;
  padding-bottom: 0px;
}
.cid-uj7KUCGWUb img {
  object-fit: contain;
  border-radius: 0 !important;
}
.cid-uj7KUCTLPh {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-color: #edefeb;
}
.cid-uj7KUCTLPh .mbr-text {
  color: #000000;
}
.cid-uj7KUCTLPh .mbr-section-subtitle {
  color: #000000;
}
.cid-uj7KUCTLPh .mbr-section-title {
  color: #000000;
  text-align: center;
}
.cid-uj7KUCTLPh .mbr-text,
.cid-uj7KUCTLPh .item .mbr-section-btn {
  text-align: left;
}
.cid-uj7KUCTLPh .item-wrapper {
  background: #ffffff;
  margin-bottom: 2rem;
  padding: 2.25rem;
}
@media (min-width: 992px) and (max-width: 1200px) {
  .cid-uj7KUCTLPh .item-wrapper {
    padding: 2rem 1.5rem;
    margin-bottom: 2rem;
  }
}
@media (max-width: 767px) {
  .cid-uj7KUCTLPh .item-wrapper {
    padding: 2rem 1.5rem;
    margin-bottom: 1rem;
  }
}
.cid-uduqU6836b {
  padding-top: 2rem;
  padding-bottom: 3rem;
  background-image: url("../../../assets/images/white-background-2000x1334.jpeg");
}
.cid-uduqU6836b .logogree {
  position: relative;
  width: 100%;
}
.cid-uduqU6836b .agree {
  object-position: right;
  width: 40%;
  height: auto;
  object-fit: contain;
  display: block;
  border-radius: 0% !important;
}
.cid-uduqU6836b .mbr-fallback-image.disabled {
  display: none;
}
.cid-uduqU6836b .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uduqU6836b .footer-col {
  justify-content: space-between;
  display: flex;
}
@media (max-width: 767px) {
  .cid-uduqU6836b .footer-col {
    flex-direction: column;
  }
}
.cid-uduqU6836b .row {
  background: #ffffff;
  padding: 4rem 3rem;
  border-radius: 2rem;
  margin: 0px;
}
@media (max-width: 767px) {
  .cid-uduqU6836b .row {
    padding: 2rem 0.5rem;
  }
}
@media (min-width: 768px) and (max-width: 991px) {
  .cid-uduqU6836b .row {
    padding: 2.25rem 1.25rem;
  }
}
@media (min-width: 992px) {
  .cid-uduqU6836b .row {
    padding: 4rem 3rem;
  }
}
@media (max-width: 767px) {
  .cid-uduqU6836b .mbr-section-btn {
    text-align: center;
  }
}
.cid-uduqU6836b .social-row {
  display: flex;
  flex-wrap: wrap;
}
.cid-uduqU6836b .soc-item {
  margin: 8px;
}
.cid-uduqU6836b .soc-item a:hover .mbr-iconfont,
.cid-uduqU6836b .soc-item a:focus .mbr-iconfont {
  background-color: #232323;
}
.cid-uduqU6836b .soc-item a .mbr-iconfont {
  width: 72px;
  height: 72px;
  display: flex;
  align-items: center;
  justify-content: center;
  border-radius: 100%;
  font-size: 20px;
  background-color: #06549d;
  color: #ffffff;
  transition: all 0.3s ease-in-out;
}
@media (max-width: 767px) {
  .cid-uduqU6836b .row {
    text-align: center;
  }
  .cid-uduqU6836b .social-row {
    justify-content: center;
  }
}
.cid-uduqU6836b .list {
  list-style: none;
  padding-left: 0;
  color: #502274;
}
@media (max-width: 991px) {
  .cid-uduqU6836b .list {
    margin-bottom: 2rem;
  }
}
@media (min-width: 992px) {
  .cid-uduqU6836b .list {
    margin-bottom: 0rem;
  }
}
.cid-uduqU6836b .mbr-text {
  color: #bbbbbb;
}
.cid-uduqU6836b .mbr-section-subtitle {
  color: #000000;
  text-align: left;
}
.cid-uduqU6836b .list,
.cid-uduqU6836b .item-wrap {
  color: #232323;
  text-align: left;
}
.cid-uduqU6836b .copyright {
  color: #000000;
  text-align: center;
}
.cid-uduqU6836b H5 {
  text-align: left;
}
.cid-tJGsCG1vVL {
  z-index: 1000;
  width: 100%;
  position: inherit;
}
.cid-tJGsCG1vVL .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 .3s;
}
@media (max-width: 767px) {
  .cid-tJGsCG1vVL .navbar-toggler {
    transform: scale(0.8);
  }
}
.cid-tJGsCG1vVL .navbar-brand {
  flex-shrink: 0;
  align-items: center;
  margin-right: 0;
  padding: 10px 0;
  transition: all 2s;
  word-break: break-word;
  z-index: 1;
}
.cid-tJGsCG1vVL .navbar-brand img {
  max-width: 100%;
  max-height: 100%;
  border-radius: 0px !important;
}
.cid-tJGsCG1vVL .navbar-brand .navbar-caption {
  line-height: inherit !important;
}
.cid-tJGsCG1vVL .navbar-brand .navbar-logo a {
  outline: none;
}
.cid-tJGsCG1vVL .navbar-nav {
  margin: auto;
  margin-left: 0;
  margin-left: auto;
}
.cid-tJGsCG1vVL .navbar-nav .nav-item {
  padding: 0 !important;
  transition: .3s all !important;
}
.cid-tJGsCG1vVL .navbar-nav .nav-item .nav-link {
  padding: 16px !important;
  margin: 0 !important;
  border-radius: 1rem !important;
  transition: .3s all !important;
  border-radius: 4px !important;
}
.cid-tJGsCG1vVL .navbar-nav .nav-item .nav-link:hover {
  background-color: rgba(27, 31, 10, 0.06);
}
.cid-tJGsCG1vVL .navbar-nav .open .nav-link::after {
  transform: rotate(180deg);
}
@media (min-width: 992px) {
  .cid-tJGsCG1vVL .navbar-nav .open .nav-link::before {
    content: "";
    width: 100%;
    height: 20px;
    top: 100%;
    background: transparent;
    position: absolute;
  }
}
.cid-tJGsCG1vVL .navbar-nav .dropdown-item {
  padding: 12px !important;
  border-radius: 0.5rem !important;
  margin: 0 8px !important;
  transition: .3s all !important;
  border-radius: 4px !important;
}
.cid-tJGsCG1vVL .navbar-nav .dropdown-item:hover {
  background-color: rgba(27, 31, 10, 0.06);
}
@media (min-width: 992px) {
  .cid-tJGsCG1vVL .navbar-nav {
    padding-left: 1.5rem;
  }
}
.cid-tJGsCG1vVL .nav-link {
  width: fit-content;
  position: relative;
}
.cid-tJGsCG1vVL .navbar-logo {
  padding-left: 2rem;
  margin: 0 !important;
}
@media (max-width: 767px) {
  .cid-tJGsCG1vVL .navbar-logo {
    padding-left: 1rem;
  }
}
.cid-tJGsCG1vVL .navbar-caption {
  padding-left: 1rem;
  padding-right: .5rem;
}
@media (max-width: 767px) {
  .cid-tJGsCG1vVL .nav-dropdown {
    padding-bottom: 0.5rem;
  }
}
.cid-tJGsCG1vVL .nav-dropdown .link.dropdown-toggle::after {
  margin-left: 0.5rem;
  margin-top: 0.2rem;
  transition: .3s all;
  transition-delay: 300ms;
}
.cid-tJGsCG1vVL .container {
  display: flex;
  height: 90px;
  padding: 0.5rem 0.6rem;
  flex-wrap: nowrap;
  background: rgba(255, 255, 255, 0.9) !important;
  left: 0;
  right: 0;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: flex-end;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  border-radius: 100vw;
  margin-top: 1rem;
  background-color: #ffffff;
  box-shadow: 0 30px 60px 0 rgba(27, 31, 10, 0.08);
  border-radius: 4px !important;
}
@media (max-width: 992px) {
  .cid-tJGsCG1vVL .container {
    padding-right: 2rem;
  }
}
@media (max-width: 767px) {
  .cid-tJGsCG1vVL .container {
    width: 95%;
    height: 56px !important;
    padding-right: 1rem;
    margin-top: 0rem;
  }
}
.cid-tJGsCG1vVL .iconfont-wrapper {
  color: #0c2c68 !important;
  font-size: 1.5rem;
  padding-right: 0.5rem;
}
.cid-tJGsCG1vVL .dropdown-menu {
  flex-wrap: wrap;
  flex-direction: column;
  max-width: 100%;
  padding: 12px 4px !important;
  border-radius: 1.5rem;
  transition: .3s all !important;
  transition-delay: 300ms;
  min-width: auto;
  background: #ffffff;
  background: rgba(255, 255, 255, 0.9) !important;
  border-radius: 4px !important;
}
.cid-tJGsCG1vVL .nav-item:focus,
.cid-tJGsCG1vVL .nav-link:focus {
  outline: none;
}
.cid-tJGsCG1vVL .dropdown .dropdown-menu .dropdown-item {
  width: auto;
  transition: all .3s;
  transition-delay: 300ms;
}
.cid-tJGsCG1vVL .dropdown .dropdown-menu .dropdown-item::after {
  right: 0.5rem;
}
.cid-tJGsCG1vVL .dropdown .dropdown-menu .dropdown-item .mbr-iconfont {
  margin-right: 0.5rem;
  vertical-align: sub;
}
.cid-tJGsCG1vVL .dropdown .dropdown-menu .dropdown-item .mbr-iconfont:before {
  display: inline-block;
  transform: scale(1, 1);
  transition: all .3s;
}
.cid-tJGsCG1vVL .collapsed .dropdown-menu .dropdown-item:before {
  display: none;
}
.cid-tJGsCG1vVL .collapsed .dropdown .dropdown-menu .dropdown-item {
  padding: 0.235em 1.5em 0.235em 1.5em !important;
  transition: none;
  margin: 0 !important;
}
.cid-tJGsCG1vVL .navbar {
  min-height: 90px;
  transition: all 5s;
  border-bottom: 1px solid transparent;
  background: transparent !important;
  padding: 0 !important;
  border: none !important;
  box-shadow: none !important;
  border-radius: 0 !important;
}
.cid-tJGsCG1vVL .navbar.opened {
  transition: all 0.3s;
}
.cid-tJGsCG1vVL .navbar .dropdown-item {
  padding: 0.5rem 1.8rem;
}
.cid-tJGsCG1vVL .navbar .navbar-logo img {
  width: auto;
}
.cid-tJGsCG1vVL .navbar .navbar-collapse {
  z-index: 1;
  justify-content: flex-end;
}
.cid-tJGsCG1vVL .navbar.collapsed {
  justify-content: center;
}
.cid-tJGsCG1vVL .navbar.collapsed .nav-item .nav-link::before {
  display: none;
}
.cid-tJGsCG1vVL .navbar.collapsed.opened .dropdown-menu {
  top: 0;
}
@media (min-width: 992px) {
  .cid-tJGsCG1vVL .navbar.collapsed.opened:not(.navbar-short) .navbar-collapse {
    max-height: calc(98.5vh - 3.4rem);
  }
}
.cid-tJGsCG1vVL .navbar.collapsed .dropdown-menu .dropdown-submenu {
  left: 0 !important;
}
.cid-tJGsCG1vVL .navbar.collapsed .dropdown-menu .dropdown-item:after {
  right: auto;
}
.cid-tJGsCG1vVL .navbar.collapsed .dropdown-menu .dropdown-toggle[data-toggle="dropdown-submenu"]:after {
  margin-left: 0.5rem;
  margin-top: 0.2rem;
  border-top: 0.35em solid;
  border-right: 0.35em solid transparent;
  border-left: 0.35em solid transparent;
  border-bottom: 0;
  top: 41%;
}
.cid-tJGsCG1vVL .navbar.collapsed ul.navbar-nav li {
  margin: auto;
}
.cid-tJGsCG1vVL .navbar.collapsed .dropdown-menu .dropdown-item {
  padding: 0.25rem 0.5rem;
  text-align: center;
}
.cid-tJGsCG1vVL .navbar.collapsed .icons-menu {
  padding-left: 0;
  padding-right: 0;
  padding-top: 0.5rem;
  padding-bottom: 0.5rem;
}
@media (max-width: 767px) {
  .cid-tJGsCG1vVL .navbar {
    min-height: 72px;
  }
  .cid-tJGsCG1vVL .navbar .navbar-logo img {
    height: 2rem !important;
  }
}
@media (max-width: 991px) {
  .cid-tJGsCG1vVL .navbar .nav-item .nav-link::before {
    display: none;
  }
  .cid-tJGsCG1vVL .navbar.opened .dropdown-menu {
    top: 0;
  }
  .cid-tJGsCG1vVL .navbar .dropdown-menu .dropdown-submenu {
    left: 0 !important;
  }
  .cid-tJGsCG1vVL .navbar .dropdown-menu .dropdown-item:after {
    right: auto;
  }
  .cid-tJGsCG1vVL .navbar .dropdown-menu .dropdown-toggle[data-toggle="dropdown-submenu"]:after {
    margin-left: 0.5rem;
    margin-top: 0.2rem;
    border-top: 0.35em solid;
    border-right: 0.35em solid transparent;
    border-left: 0.35em solid transparent;
    border-bottom: 0;
    top: 40%;
  }
  .cid-tJGsCG1vVL .navbar .dropdown-menu .dropdown-item {
    padding: 0.25rem 1.5rem !important;
    text-align: center;
  }
  .cid-tJGsCG1vVL .navbar .navbar-brand {
    flex-shrink: initial;
    flex-basis: auto;
    word-break: break-word;
    padding-right: 10px;
  }
  .cid-tJGsCG1vVL .navbar .navbar-toggler {
    flex-basis: auto;
  }
  .cid-tJGsCG1vVL .navbar .icons-menu {
    padding-left: 0;
    padding-top: 0.5rem;
    padding-bottom: 0.5rem;
  }
}
.cid-tJGsCG1vVL .navbar.navbar-short .navbar-logo img {
  height: 2rem;
}
.cid-tJGsCG1vVL .dropdown-item.active,
.cid-tJGsCG1vVL .dropdown-item:active {
  background-color: transparent;
}
.cid-tJGsCG1vVL .navbar-expand-lg .navbar-nav .nav-link {
  padding: 0;
}
.cid-tJGsCG1vVL .nav-dropdown .link.dropdown-toggle {
  margin-right: 1.667em;
}
.cid-tJGsCG1vVL .nav-dropdown .link.dropdown-toggle[aria-expanded="true"] {
  margin-right: 0;
  padding: 0.667em 1.667em;
}
.cid-tJGsCG1vVL .navbar.navbar-expand-lg .dropdown .dropdown-menu {
  background: #ffffff;
}
.cid-tJGsCG1vVL .navbar.navbar-expand-lg .dropdown .dropdown-menu .dropdown-submenu {
  margin: 0;
  left: 100%;
  transform: none;
  top: -12px;
}
.cid-tJGsCG1vVL .navbar .dropdown.open > .dropdown-menu {
  display: flex;
}
.cid-tJGsCG1vVL ul.navbar-nav {
  flex-wrap: wrap;
}
.cid-tJGsCG1vVL .navbar-buttons {
  text-align: center;
  min-width: 140px;
}
@media (max-width: 992px) {
  .cid-tJGsCG1vVL .navbar-buttons {
    text-align: left;
  }
}
.cid-tJGsCG1vVL button.navbar-toggler {
  outline: none;
  width: 31px;
  height: 20px;
  cursor: pointer;
  transition: all 0.2s;
  position: relative;
  align-self: center;
}
.cid-tJGsCG1vVL button.navbar-toggler .hamburger span {
  position: absolute;
  right: 0;
  width: 30px;
  height: 2px;
  border-right: 5px;
  background-color: #06549d;
}
.cid-tJGsCG1vVL button.navbar-toggler .hamburger span:nth-child(1) {
  top: 0;
  transition: all 0.2s;
}
.cid-tJGsCG1vVL button.navbar-toggler .hamburger span:nth-child(2) {
  top: 8px;
  transition: all 0.15s;
}
.cid-tJGsCG1vVL button.navbar-toggler .hamburger span:nth-child(3) {
  top: 8px;
  transition: all 0.15s;
}
.cid-tJGsCG1vVL button.navbar-toggler .hamburger span:nth-child(4) {
  top: 16px;
  transition: all 0.2s;
}
.cid-tJGsCG1vVL nav.opened .hamburger span:nth-child(1) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-tJGsCG1vVL nav.opened .hamburger span:nth-child(2) {
  transform: rotate(45deg);
  transition: all 0.25s;
}
.cid-tJGsCG1vVL nav.opened .hamburger span:nth-child(3) {
  transform: rotate(-45deg);
  transition: all 0.25s;
}
.cid-tJGsCG1vVL nav.opened .hamburger span:nth-child(4) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-tJGsCG1vVL .navbar-dropdown {
  padding: 0 1rem;
}
.cid-tJGsCG1vVL a.nav-link {
  display: flex;
  align-items: center;
  justify-content: center;
}
.cid-tJGsCG1vVL .icons-menu {
  flex-wrap: nowrap;
  display: flex;
  justify-content: center;
  padding-left: 1rem;
  padding-right: 1rem;
  padding-top: 0.3rem;
  text-align: center;
}
@media (max-width: 992px) {
  .cid-tJGsCG1vVL .icons-menu {
    justify-content: flex-start;
    margin-bottom: .5rem;
  }
}
@media screen and (-ms-high-contrast: active), (-ms-high-contrast: none) {
  .cid-tJGsCG1vVL .navbar {
    height: 70px;
  }
  .cid-tJGsCG1vVL .navbar.opened {
    height: auto;
  }
  .cid-tJGsCG1vVL .nav-item .nav-link:hover::before {
    width: 175%;
    max-width: calc(100% + 2rem);
    left: -1rem;
  }
}
.cid-tJGsCG1vVL .navbar .dropdown > .dropdown-menu {
  display: none;
  width: max-content;
  max-width: 500px !important;
  transform: translateX(-50%);
  top: calc(100% + 20px);
  left: 50%;
}
.cid-tJGsCG1vVL .navbar .dropdown > .dropdown-menu .dropdown-item {
  line-height: 1 !important;
}
.cid-tJGsCG1vVL .navbar .dropdown > .dropdown-menu .dropdown .dropdown-item {
  align-items: center;
  display: flex;
  height: max-content !important;
  min-height: max-content !important;
}
.cid-tJGsCG1vVL .navbar .dropdown > .dropdown-menu .dropdown .dropdown-item::after {
  display: inline-block;
  position: static;
  margin-left: 0.5rem;
  margin-top: 0;
  margin-right: 0;
  margin-bottom: 0;
  transition: .3s all;
  transform: rotate(-90deg);
}
.cid-tJGsCG1vVL .navbar .dropdown > .dropdown-menu .dropdown.open .dropdown-item::after {
  transform: rotate(0deg);
}
.cid-tJGsCG1vVL .mbr-section-btn {
  margin: -0.6rem -0.6rem;
}
.cid-tJGsCG1vVL .navbar-toggler {
  margin-left: 12px;
  margin-right: 8px;
  order: 1000;
}
@media (max-width: 991px) {
  .cid-tJGsCG1vVL .navbar-brand {
    margin-right: auto;
  }
  .cid-tJGsCG1vVL .navbar-collapse {
    z-index: -1 !important;
    position: absolute;
    top: 110%;
    left: 0;
    width: 100%;
    padding: 1rem;
    border-radius: 1.5rem;
    background: #ffffff;
    opacity: 1;
    border-color: rgba(255, 255, 255, 0.9) !important;
    background: rgba(255, 255, 255, 0.9) !important;
    backdrop-filter: blur(8px);
    border-radius: 4px !important;
  }
  .cid-tJGsCG1vVL .navbar-nav .nav-item .nav-link::after {
    margin-left: 10px;
  }
  .cid-tJGsCG1vVL .navbar-nav .dropdown-item:hover {
    background-color: rgba(27, 31, 10, 0.06);
  }
  .cid-tJGsCG1vVL .navbar .dropdown > .dropdown-menu {
    max-width: 100% !important;
    transform: translateX(0);
    top: 10px;
    left: 0;
    padding: 8px !important;
    border-radius: 1rem;
    background-color: rgba(27, 31, 10, 0.04) !important;
  }
  .cid-tJGsCG1vVL .navbar .dropdown > .dropdown-menu .dropdown-item {
    padding: 8px !important;
    line-height: 1 !important;
    margin-bottom: 4px !important;
  }
  .cid-tJGsCG1vVL .navbar .dropdown > .dropdown-menu .dropdown .dropdown-item {
    align-items: center;
    display: flex;
    height: max-content !important;
    min-height: max-content !important;
  }
  .cid-tJGsCG1vVL .navbar .dropdown > .dropdown-menu .dropdown .dropdown-item::after {
    display: inline-block;
    position: static;
    margin-left: 0.5rem;
    margin-top: 0;
    margin-right: 0;
    margin-bottom: 0;
    transition: .3s all;
    transform: rotate(0deg);
  }
  .cid-tJGsCG1vVL .navbar .dropdown > .dropdown-menu .dropdown.open .dropdown-item::after {
    transform: rotate(180deg);
  }
  .cid-tJGsCG1vVL .navbar .dropdown > .dropdown-menu .dropdown-submenu {
    position: static;
    width: 100%;
    max-width: 100% !important;
    transform: translateX(0) !important;
    top: 0;
    left: 0;
    padding: 8px !important;
    border-radius: 1rem;
    background-color: rgba(27, 31, 10, 0.04) !important;
  }
  .cid-tJGsCG1vVL .navbar .dropdown.open > .dropdown-menu {
    display: flex !important;
    flex-direction: column;
    align-items: flex-start;
  }
}
@media (max-width: 575px) {
  .cid-tJGsCG1vVL .navbar-collapse {
    padding: 1rem;
  }
}
.cid-uj7L99cIK8 {
  padding-top: 8rem;
  padding-bottom: 1rem;
  background-color: #000000;
}
.cid-uj7L99cIK8 .justify-content-center {
  align-items: center;
}
.cid-uj7L99cIK8 .mbr-fallback-image.disabled {
  display: none;
}
.cid-uj7L99cIK8 .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uj7L99cIK8 .item-wrapper {
  display: flex;
  margin-left: auto;
}
@media (max-width: 767px) {
  .cid-uj7L99cIK8 .item-wrapper {
    margin-bottom: 1rem;
  }
}
.cid-uj7L99cIK8 .mbr-section-btn {
  padding-left: 1.5rem;
  text-align: right;
}
@media (max-width: 767px) {
  .cid-uj7L99cIK8 .mbr-section-btn {
    text-align: center;
    padding-left: 0rem;
  }
}
.cid-uj7L99cIK8 .row {
  align-items: center;
}
.cid-uj7L99cIK8 .card-text {
  color: #ffffff;
  margin-bottom: 0px;
  text-align: left;
}
@media (max-width: 767px) {
  .cid-uj7L99cIK8 .card-text {
    text-align: center;
  }
}
.cid-uj7L99peDl {
  background-color: #ffffff;
  padding-top: 0;
  padding-bottom: 0;
}
.cid-uj7L99peDl .carousel {
  width: 100%;
}
.cid-uj7L99peDl .carousel-inner {
  display: flex;
  align-content: center;
  align-items: center;
}
.cid-uj7L99peDl .carousel-item img {
  height: 100vh;
  object-fit: cover;
}
.cid-uj7L99peDl img,
.cid-uj7L99peDl .item-wrapper {
  border-radius: 0 !important;
}
.cid-uj7L99peDl .carousel-caption {
  bottom: 40px;
}
.cid-uj7L99peDl .mobi-mbri-arrow-next {
  margin-left: 5px;
}
.cid-uj7L99peDl .mobi-mbri-arrow-prev {
  margin-right: 5px;
}
.cid-uj7L99peDl .carousel-control:hover {
  background: #1b1b1b;
  color: #fff;
  opacity: 1;
}
.cid-uj7L99peDl .item-wrapper {
  width: 100%;
}
@media (max-width: 767px) {
  .cid-uj7L99peDl .container .carousel-control {
    margin-bottom: 0;
  }
  .cid-uj7L99peDl .content-slider-wrap {
    width: 100% !important;
  }
}
.cid-uj7L99peDl .container .carousel-indicators {
  margin-bottom: 3px;
}
.cid-uj7L99peDl .carousel-control {
  top: 50%;
  width: 60px;
  height: 60px;
  margin-top: -1.5rem;
  font-size: 22px;
  background-color: rgba(0, 0, 0, 0.5);
  border: 2px solid #fff;
  border-radius: 50%;
  transition: all 0.3s;
}
.cid-uj7L99peDl .carousel-control.carousel-control-prev {
  left: 0;
  margin-left: 2.5rem;
}
.cid-uj7L99peDl .carousel-control.carousel-control-next {
  right: 0;
  margin-right: 2.5rem;
}
@media (max-width: 767px) {
  .cid-uj7L99peDl .carousel-control {
    top: auto;
    bottom: 1rem;
  }
}
.cid-uj7L99peDl .carousel-indicators {
  position: absolute;
  bottom: 0;
  margin-bottom: 1.5rem !important;
}
.cid-uj7L99peDl .carousel-indicators li {
  max-width: 15px;
  height: 15px;
  width: 15px;
  max-height: 15px;
  margin: 3px;
  background-color: rgba(0, 0, 0, 0.5);
  border: 2px solid #fff;
  border-radius: 50%;
  opacity: 0.5;
  transition: all 0.3s;
}
.cid-uj7L99peDl .carousel-indicators li.active,
.cid-uj7L99peDl .carousel-indicators li:hover {
  opacity: 0.9;
}
.cid-uj7L99peDl .carousel-indicators li::after,
.cid-uj7L99peDl .carousel-indicators li::before {
  content: none;
}
.cid-uj7L99peDl .carousel-indicators.ie-fix {
  left: 50%;
  display: block;
  width: 60%;
  margin-left: -30%;
  text-align: center;
}
@media (max-width: 768px) {
  .cid-uj7L99peDl .carousel-indicators {
    display: none !important;
  }
}
@media (max-width: 991px) {
  .cid-uj7L99peDl .mbr-section-subtitle,
  .cid-uj7L99peDl .mbr-section-text,
  .cid-uj7L99peDl .mbr-section-btn {
    text-align: center;
  }
}
.cid-uj7L99peDl .carousel-control-prev,
.cid-uj7L99peDl .carousel-control-next {
  display: none;
}
.cid-uj7L9a4XLJ {
  padding-top: 6rem;
  padding-bottom: 6rem;
  background-color: #000000;
}
.cid-uj7L9a4XLJ .mbr-text {
  color: #000000;
}
.cid-uj7L9a4XLJ .mbr-section-subtitle {
  color: #000000;
  text-align: center;
}
.cid-uj7L9a4XLJ .mbr-section-title {
  color: #ffffff;
  text-align: left;
}
.cid-uj7L9a4XLJ .mbr-section-subtitle,
.cid-uj7L9a4XLJ .main-button {
  text-align: left;
  color: #ffffff;
}
.cid-uj7L9a4XLJ .main-button {
  margin-bottom: 2rem;
}
@media (max-width: 767px) {
  .cid-uj7L9a4XLJ .main-button {
    margin-bottom: 2rem;
  }
}
.cid-uj7L9a4XLJ .mbr-iconfont {
  font-size: 1.2rem !important;
  font-family: 'Moririse2' !important;
  color: white;
  transition: all 0.3s;
  transform: rotate(180deg);
  padding-left: 0.5rem;
}
.cid-uj7L9a4XLJ .panel-group {
  border: none;
}
.cid-uj7L9a4XLJ .card-header {
  padding: 0rem;
}
@media (max-width: 767px) {
  .cid-uj7L9a4XLJ .card-header {
    padding: 0rem;
  }
}
.cid-uj7L9a4XLJ .panel-body {
  padding: 0rem;
  padding-bottom: 0.5rem;
  margin-top: 1rem;
}
.cid-uj7L9a4XLJ .collapsed span {
  transform: rotate(0deg);
}
.cid-uj7L9a4XLJ .panel-title {
  display: flex;
  align-items: center;
  justify-content: space-between;
}
.cid-uj7L9a4XLJ p {
  margin-bottom: 0.3rem;
}
.cid-uj7L9a4XLJ .panel-title-edit {
  color: #000000;
}
.cid-uj7L9a4XLJ .card .card-header {
  background-color: transparent;
  margin-bottom: 0;
  border: 0;
  border-radius: 2rem;
}
.cid-uj7L9a4XLJ .card {
  background: #ffffff;
  padding: 2.25rem;
  border-radius: 2rem;
  margin-bottom: 1rem;
}
@media (max-width: 767px) {
  .cid-uj7L9a4XLJ .card {
    padding: 2rem 1.5rem;
    margin-bottom: 1rem;
  }
}
@media (min-width: 992px) and (max-width: 1200px) {
  .cid-uj7L9a4XLJ .card {
    margin-bottom: 1rem;
    padding: 2rem 1.5rem;
  }
}
.cid-uj7L9a4XLJ .panel-text {
  color: #000000;
}
.cid-uj7L9a4XLJ .panel-title-edit,
.cid-uj7L9a4XLJ .mbr-iconfont {
  color: #000000;
}
.cid-uduqU6836b {
  padding-top: 2rem;
  padding-bottom: 3rem;
  background-image: url("../../../assets/images/white-background-2000x1334.jpeg");
}
.cid-uduqU6836b .logogree {
  position: relative;
  width: 100%;
}
.cid-uduqU6836b .agree {
  object-position: right;
  width: 40%;
  height: auto;
  object-fit: contain;
  display: block;
  border-radius: 0% !important;
}
.cid-uduqU6836b .mbr-fallback-image.disabled {
  display: none;
}
.cid-uduqU6836b .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uduqU6836b .footer-col {
  justify-content: space-between;
  display: flex;
}
@media (max-width: 767px) {
  .cid-uduqU6836b .footer-col {
    flex-direction: column;
  }
}
.cid-uduqU6836b .row {
  background: #ffffff;
  padding: 4rem 3rem;
  border-radius: 2rem;
  margin: 0px;
}
@media (max-width: 767px) {
  .cid-uduqU6836b .row {
    padding: 2rem 0.5rem;
  }
}
@media (min-width: 768px) and (max-width: 991px) {
  .cid-uduqU6836b .row {
    padding: 2.25rem 1.25rem;
  }
}
@media (min-width: 992px) {
  .cid-uduqU6836b .row {
    padding: 4rem 3rem;
  }
}
@media (max-width: 767px) {
  .cid-uduqU6836b .mbr-section-btn {
    text-align: center;
  }
}
.cid-uduqU6836b .social-row {
  display: flex;
  flex-wrap: wrap;
}
.cid-uduqU6836b .soc-item {
  margin: 8px;
}
.cid-uduqU6836b .soc-item a:hover .mbr-iconfont,
.cid-uduqU6836b .soc-item a:focus .mbr-iconfont {
  background-color: #232323;
}
.cid-uduqU6836b .soc-item a .mbr-iconfont {
  width: 72px;
  height: 72px;
  display: flex;
  align-items: center;
  justify-content: center;
  border-radius: 100%;
  font-size: 20px;
  background-color: #06549d;
  color: #ffffff;
  transition: all 0.3s ease-in-out;
}
@media (max-width: 767px) {
  .cid-uduqU6836b .row {
    text-align: center;
  }
  .cid-uduqU6836b .social-row {
    justify-content: center;
  }
}
.cid-uduqU6836b .list {
  list-style: none;
  padding-left: 0;
  color: #502274;
}
@media (max-width: 991px) {
  .cid-uduqU6836b .list {
    margin-bottom: 2rem;
  }
}
@media (min-width: 992px) {
  .cid-uduqU6836b .list {
    margin-bottom: 0rem;
  }
}
.cid-uduqU6836b .mbr-text {
  color: #bbbbbb;
}
.cid-uduqU6836b .mbr-section-subtitle {
  color: #000000;
  text-align: left;
}
.cid-uduqU6836b .list,
.cid-uduqU6836b .item-wrap {
  color: #232323;
  text-align: left;
}
.cid-uduqU6836b .copyright {
  color: #000000;
  text-align: center;
}
.cid-uduqU6836b H5 {
  text-align: left;
}
.cid-tJGsCG1vVL {
  z-index: 1000;
  width: 100%;
  position: inherit;
}
.cid-tJGsCG1vVL .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 .3s;
}
@media (max-width: 767px) {
  .cid-tJGsCG1vVL .navbar-toggler {
    transform: scale(0.8);
  }
}
.cid-tJGsCG1vVL .navbar-brand {
  flex-shrink: 0;
  align-items: center;
  margin-right: 0;
  padding: 10px 0;
  transition: all 2s;
  word-break: break-word;
  z-index: 1;
}
.cid-tJGsCG1vVL .navbar-brand img {
  max-width: 100%;
  max-height: 100%;
  border-radius: 0px !important;
}
.cid-tJGsCG1vVL .navbar-brand .navbar-caption {
  line-height: inherit !important;
}
.cid-tJGsCG1vVL .navbar-brand .navbar-logo a {
  outline: none;
}
.cid-tJGsCG1vVL .navbar-nav {
  margin: auto;
  margin-left: 0;
  margin-left: auto;
}
.cid-tJGsCG1vVL .navbar-nav .nav-item {
  padding: 0 !important;
  transition: .3s all !important;
}
.cid-tJGsCG1vVL .navbar-nav .nav-item .nav-link {
  padding: 16px !important;
  margin: 0 !important;
  border-radius: 1rem !important;
  transition: .3s all !important;
  border-radius: 4px !important;
}
.cid-tJGsCG1vVL .navbar-nav .nav-item .nav-link:hover {
  background-color: rgba(27, 31, 10, 0.06);
}
.cid-tJGsCG1vVL .navbar-nav .open .nav-link::after {
  transform: rotate(180deg);
}
@media (min-width: 992px) {
  .cid-tJGsCG1vVL .navbar-nav .open .nav-link::before {
    content: "";
    width: 100%;
    height: 20px;
    top: 100%;
    background: transparent;
    position: absolute;
  }
}
.cid-tJGsCG1vVL .navbar-nav .dropdown-item {
  padding: 12px !important;
  border-radius: 0.5rem !important;
  margin: 0 8px !important;
  transition: .3s all !important;
  border-radius: 4px !important;
}
.cid-tJGsCG1vVL .navbar-nav .dropdown-item:hover {
  background-color: rgba(27, 31, 10, 0.06);
}
@media (min-width: 992px) {
  .cid-tJGsCG1vVL .navbar-nav {
    padding-left: 1.5rem;
  }
}
.cid-tJGsCG1vVL .nav-link {
  width: fit-content;
  position: relative;
}
.cid-tJGsCG1vVL .navbar-logo {
  padding-left: 2rem;
  margin: 0 !important;
}
@media (max-width: 767px) {
  .cid-tJGsCG1vVL .navbar-logo {
    padding-left: 1rem;
  }
}
.cid-tJGsCG1vVL .navbar-caption {
  padding-left: 1rem;
  padding-right: .5rem;
}
@media (max-width: 767px) {
  .cid-tJGsCG1vVL .nav-dropdown {
    padding-bottom: 0.5rem;
  }
}
.cid-tJGsCG1vVL .nav-dropdown .link.dropdown-toggle::after {
  margin-left: 0.5rem;
  margin-top: 0.2rem;
  transition: .3s all;
  transition-delay: 300ms;
}
.cid-tJGsCG1vVL .container {
  display: flex;
  height: 90px;
  padding: 0.5rem 0.6rem;
  flex-wrap: nowrap;
  background: rgba(255, 255, 255, 0.9) !important;
  left: 0;
  right: 0;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: flex-end;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  border-radius: 100vw;
  margin-top: 1rem;
  background-color: #ffffff;
  box-shadow: 0 30px 60px 0 rgba(27, 31, 10, 0.08);
  border-radius: 4px !important;
}
@media (max-width: 992px) {
  .cid-tJGsCG1vVL .container {
    padding-right: 2rem;
  }
}
@media (max-width: 767px) {
  .cid-tJGsCG1vVL .container {
    width: 95%;
    height: 56px !important;
    padding-right: 1rem;
    margin-top: 0rem;
  }
}
.cid-tJGsCG1vVL .iconfont-wrapper {
  color: #0c2c68 !important;
  font-size: 1.5rem;
  padding-right: 0.5rem;
}
.cid-tJGsCG1vVL .dropdown-menu {
  flex-wrap: wrap;
  flex-direction: column;
  max-width: 100%;
  padding: 12px 4px !important;
  border-radius: 1.5rem;
  transition: .3s all !important;
  transition-delay: 300ms;
  min-width: auto;
  background: #ffffff;
  background: rgba(255, 255, 255, 0.9) !important;
  border-radius: 4px !important;
}
.cid-tJGsCG1vVL .nav-item:focus,
.cid-tJGsCG1vVL .nav-link:focus {
  outline: none;
}
.cid-tJGsCG1vVL .dropdown .dropdown-menu .dropdown-item {
  width: auto;
  transition: all .3s;
  transition-delay: 300ms;
}
.cid-tJGsCG1vVL .dropdown .dropdown-menu .dropdown-item::after {
  right: 0.5rem;
}
.cid-tJGsCG1vVL .dropdown .dropdown-menu .dropdown-item .mbr-iconfont {
  margin-right: 0.5rem;
  vertical-align: sub;
}
.cid-tJGsCG1vVL .dropdown .dropdown-menu .dropdown-item .mbr-iconfont:before {
  display: inline-block;
  transform: scale(1, 1);
  transition: all .3s;
}
.cid-tJGsCG1vVL .collapsed .dropdown-menu .dropdown-item:before {
  display: none;
}
.cid-tJGsCG1vVL .collapsed .dropdown .dropdown-menu .dropdown-item {
  padding: 0.235em 1.5em 0.235em 1.5em !important;
  transition: none;
  margin: 0 !important;
}
.cid-tJGsCG1vVL .navbar {
  min-height: 90px;
  transition: all 5s;
  border-bottom: 1px solid transparent;
  background: transparent !important;
  padding: 0 !important;
  border: none !important;
  box-shadow: none !important;
  border-radius: 0 !important;
}
.cid-tJGsCG1vVL .navbar.opened {
  transition: all 0.3s;
}
.cid-tJGsCG1vVL .navbar .dropdown-item {
  padding: 0.5rem 1.8rem;
}
.cid-tJGsCG1vVL .navbar .navbar-logo img {
  width: auto;
}
.cid-tJGsCG1vVL .navbar .navbar-collapse {
  z-index: 1;
  justify-content: flex-end;
}
.cid-tJGsCG1vVL .navbar.collapsed {
  justify-content: center;
}
.cid-tJGsCG1vVL .navbar.collapsed .nav-item .nav-link::before {
  display: none;
}
.cid-tJGsCG1vVL .navbar.collapsed.opened .dropdown-menu {
  top: 0;
}
@media (min-width: 992px) {
  .cid-tJGsCG1vVL .navbar.collapsed.opened:not(.navbar-short) .navbar-collapse {
    max-height: calc(98.5vh - 3.4rem);
  }
}
.cid-tJGsCG1vVL .navbar.collapsed .dropdown-menu .dropdown-submenu {
  left: 0 !important;
}
.cid-tJGsCG1vVL .navbar.collapsed .dropdown-menu .dropdown-item:after {
  right: auto;
}
.cid-tJGsCG1vVL .navbar.collapsed .dropdown-menu .dropdown-toggle[data-toggle="dropdown-submenu"]:after {
  margin-left: 0.5rem;
  margin-top: 0.2rem;
  border-top: 0.35em solid;
  border-right: 0.35em solid transparent;
  border-left: 0.35em solid transparent;
  border-bottom: 0;
  top: 41%;
}
.cid-tJGsCG1vVL .navbar.collapsed ul.navbar-nav li {
  margin: auto;
}
.cid-tJGsCG1vVL .navbar.collapsed .dropdown-menu .dropdown-item {
  padding: 0.25rem 0.5rem;
  text-align: center;
}
.cid-tJGsCG1vVL .navbar.collapsed .icons-menu {
  padding-left: 0;
  padding-right: 0;
  padding-top: 0.5rem;
  padding-bottom: 0.5rem;
}
@media (max-width: 767px) {
  .cid-tJGsCG1vVL .navbar {
    min-height: 72px;
  }
  .cid-tJGsCG1vVL .navbar .navbar-logo img {
    height: 2rem !important;
  }
}
@media (max-width: 991px) {
  .cid-tJGsCG1vVL .navbar .nav-item .nav-link::before {
    display: none;
  }
  .cid-tJGsCG1vVL .navbar.opened .dropdown-menu {
    top: 0;
  }
  .cid-tJGsCG1vVL .navbar .dropdown-menu .dropdown-submenu {
    left: 0 !important;
  }
  .cid-tJGsCG1vVL .navbar .dropdown-menu .dropdown-item:after {
    right: auto;
  }
  .cid-tJGsCG1vVL .navbar .dropdown-menu .dropdown-toggle[data-toggle="dropdown-submenu"]:after {
    margin-left: 0.5rem;
    margin-top: 0.2rem;
    border-top: 0.35em solid;
    border-right: 0.35em solid transparent;
    border-left: 0.35em solid transparent;
    border-bottom: 0;
    top: 40%;
  }
  .cid-tJGsCG1vVL .navbar .dropdown-menu .dropdown-item {
    padding: 0.25rem 1.5rem !important;
    text-align: center;
  }
  .cid-tJGsCG1vVL .navbar .navbar-brand {
    flex-shrink: initial;
    flex-basis: auto;
    word-break: break-word;
    padding-right: 10px;
  }
  .cid-tJGsCG1vVL .navbar .navbar-toggler {
    flex-basis: auto;
  }
  .cid-tJGsCG1vVL .navbar .icons-menu {
    padding-left: 0;
    padding-top: 0.5rem;
    padding-bottom: 0.5rem;
  }
}
.cid-tJGsCG1vVL .navbar.navbar-short .navbar-logo img {
  height: 2rem;
}
.cid-tJGsCG1vVL .dropdown-item.active,
.cid-tJGsCG1vVL .dropdown-item:active {
  background-color: transparent;
}
.cid-tJGsCG1vVL .navbar-expand-lg .navbar-nav .nav-link {
  padding: 0;
}
.cid-tJGsCG1vVL .nav-dropdown .link.dropdown-toggle {
  margin-right: 1.667em;
}
.cid-tJGsCG1vVL .nav-dropdown .link.dropdown-toggle[aria-expanded="true"] {
  margin-right: 0;
  padding: 0.667em 1.667em;
}
.cid-tJGsCG1vVL .navbar.navbar-expand-lg .dropdown .dropdown-menu {
  background: #ffffff;
}
.cid-tJGsCG1vVL .navbar.navbar-expand-lg .dropdown .dropdown-menu .dropdown-submenu {
  margin: 0;
  left: 100%;
  transform: none;
  top: -12px;
}
.cid-tJGsCG1vVL .navbar .dropdown.open > .dropdown-menu {
  display: flex;
}
.cid-tJGsCG1vVL ul.navbar-nav {
  flex-wrap: wrap;
}
.cid-tJGsCG1vVL .navbar-buttons {
  text-align: center;
  min-width: 140px;
}
@media (max-width: 992px) {
  .cid-tJGsCG1vVL .navbar-buttons {
    text-align: left;
  }
}
.cid-tJGsCG1vVL button.navbar-toggler {
  outline: none;
  width: 31px;
  height: 20px;
  cursor: pointer;
  transition: all 0.2s;
  position: relative;
  align-self: center;
}
.cid-tJGsCG1vVL button.navbar-toggler .hamburger span {
  position: absolute;
  right: 0;
  width: 30px;
  height: 2px;
  border-right: 5px;
  background-color: #06549d;
}
.cid-tJGsCG1vVL button.navbar-toggler .hamburger span:nth-child(1) {
  top: 0;
  transition: all 0.2s;
}
.cid-tJGsCG1vVL button.navbar-toggler .hamburger span:nth-child(2) {
  top: 8px;
  transition: all 0.15s;
}
.cid-tJGsCG1vVL button.navbar-toggler .hamburger span:nth-child(3) {
  top: 8px;
  transition: all 0.15s;
}
.cid-tJGsCG1vVL button.navbar-toggler .hamburger span:nth-child(4) {
  top: 16px;
  transition: all 0.2s;
}
.cid-tJGsCG1vVL nav.opened .hamburger span:nth-child(1) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-tJGsCG1vVL nav.opened .hamburger span:nth-child(2) {
  transform: rotate(45deg);
  transition: all 0.25s;
}
.cid-tJGsCG1vVL nav.opened .hamburger span:nth-child(3) {
  transform: rotate(-45deg);
  transition: all 0.25s;
}
.cid-tJGsCG1vVL nav.opened .hamburger span:nth-child(4) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-tJGsCG1vVL .navbar-dropdown {
  padding: 0 1rem;
}
.cid-tJGsCG1vVL a.nav-link {
  display: flex;
  align-items: center;
  justify-content: center;
}
.cid-tJGsCG1vVL .icons-menu {
  flex-wrap: nowrap;
  display: flex;
  justify-content: center;
  padding-left: 1rem;
  padding-right: 1rem;
  padding-top: 0.3rem;
  text-align: center;
}
@media (max-width: 992px) {
  .cid-tJGsCG1vVL .icons-menu {
    justify-content: flex-start;
    margin-bottom: .5rem;
  }
}
@media screen and (-ms-high-contrast: active), (-ms-high-contrast: none) {
  .cid-tJGsCG1vVL .navbar {
    height: 70px;
  }
  .cid-tJGsCG1vVL .navbar.opened {
    height: auto;
  }
  .cid-tJGsCG1vVL .nav-item .nav-link:hover::before {
    width: 175%;
    max-width: calc(100% + 2rem);
    left: -1rem;
  }
}
.cid-tJGsCG1vVL .navbar .dropdown > .dropdown-menu {
  display: none;
  width: max-content;
  max-width: 500px !important;
  transform: translateX(-50%);
  top: calc(100% + 20px);
  left: 50%;
}
.cid-tJGsCG1vVL .navbar .dropdown > .dropdown-menu .dropdown-item {
  line-height: 1 !important;
}
.cid-tJGsCG1vVL .navbar .dropdown > .dropdown-menu .dropdown .dropdown-item {
  align-items: center;
  display: flex;
  height: max-content !important;
  min-height: max-content !important;
}
.cid-tJGsCG1vVL .navbar .dropdown > .dropdown-menu .dropdown .dropdown-item::after {
  display: inline-block;
  position: static;
  margin-left: 0.5rem;
  margin-top: 0;
  margin-right: 0;
  margin-bottom: 0;
  transition: .3s all;
  transform: rotate(-90deg);
}
.cid-tJGsCG1vVL .navbar .dropdown > .dropdown-menu .dropdown.open .dropdown-item::after {
  transform: rotate(0deg);
}
.cid-tJGsCG1vVL .mbr-section-btn {
  margin: -0.6rem -0.6rem;
}
.cid-tJGsCG1vVL .navbar-toggler {
  margin-left: 12px;
  margin-right: 8px;
  order: 1000;
}
@media (max-width: 991px) {
  .cid-tJGsCG1vVL .navbar-brand {
    margin-right: auto;
  }
  .cid-tJGsCG1vVL .navbar-collapse {
    z-index: -1 !important;
    position: absolute;
    top: 110%;
    left: 0;
    width: 100%;
    padding: 1rem;
    border-radius: 1.5rem;
    background: #ffffff;
    opacity: 1;
    border-color: rgba(255, 255, 255, 0.9) !important;
    background: rgba(255, 255, 255, 0.9) !important;
    backdrop-filter: blur(8px);
    border-radius: 4px !important;
  }
  .cid-tJGsCG1vVL .navbar-nav .nav-item .nav-link::after {
    margin-left: 10px;
  }
  .cid-tJGsCG1vVL .navbar-nav .dropdown-item:hover {
    background-color: rgba(27, 31, 10, 0.06);
  }
  .cid-tJGsCG1vVL .navbar .dropdown > .dropdown-menu {
    max-width: 100% !important;
    transform: translateX(0);
    top: 10px;
    left: 0;
    padding: 8px !important;
    border-radius: 1rem;
    background-color: rgba(27, 31, 10, 0.04) !important;
  }
  .cid-tJGsCG1vVL .navbar .dropdown > .dropdown-menu .dropdown-item {
    padding: 8px !important;
    line-height: 1 !important;
    margin-bottom: 4px !important;
  }
  .cid-tJGsCG1vVL .navbar .dropdown > .dropdown-menu .dropdown .dropdown-item {
    align-items: center;
    display: flex;
    height: max-content !important;
    min-height: max-content !important;
  }
  .cid-tJGsCG1vVL .navbar .dropdown > .dropdown-menu .dropdown .dropdown-item::after {
    display: inline-block;
    position: static;
    margin-left: 0.5rem;
    margin-top: 0;
    margin-right: 0;
    margin-bottom: 0;
    transition: .3s all;
    transform: rotate(0deg);
  }
  .cid-tJGsCG1vVL .navbar .dropdown > .dropdown-menu .dropdown.open .dropdown-item::after {
    transform: rotate(180deg);
  }
  .cid-tJGsCG1vVL .navbar .dropdown > .dropdown-menu .dropdown-submenu {
    position: static;
    width: 100%;
    max-width: 100% !important;
    transform: translateX(0) !important;
    top: 0;
    left: 0;
    padding: 8px !important;
    border-radius: 1rem;
    background-color: rgba(27, 31, 10, 0.04) !important;
  }
  .cid-tJGsCG1vVL .navbar .dropdown.open > .dropdown-menu {
    display: flex !important;
    flex-direction: column;
    align-items: flex-start;
  }
}
@media (max-width: 575px) {
  .cid-tJGsCG1vVL .navbar-collapse {
    padding: 1rem;
  }
}
.cid-uj7O5MPJNj {
  padding-top: 8rem;
  padding-bottom: 1rem;
  background-color: #06549d;
}
.cid-uj7O5MPJNj .justify-content-center {
  align-items: center;
}
.cid-uj7O5MPJNj .mbr-fallback-image.disabled {
  display: none;
}
.cid-uj7O5MPJNj .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uj7O5MPJNj .item-wrapper {
  display: flex;
  margin-left: auto;
}
@media (max-width: 767px) {
  .cid-uj7O5MPJNj .item-wrapper {
    margin-bottom: 1rem;
  }
}
.cid-uj7O5MPJNj .mbr-section-btn {
  padding-left: 1.5rem;
  text-align: right;
}
@media (max-width: 767px) {
  .cid-uj7O5MPJNj .mbr-section-btn {
    text-align: center;
    padding-left: 0rem;
  }
}
.cid-uj7O5MPJNj .row {
  align-items: center;
}
.cid-uj7O5MPJNj .card-text {
  color: #ffffff;
  margin-bottom: 0px;
  text-align: left;
}
@media (max-width: 767px) {
  .cid-uj7O5MPJNj .card-text {
    text-align: center;
  }
}
.cid-uj7O5N7peY {
  padding-top: 2rem;
  padding-bottom: 0rem;
  background-color: #ffffff;
}
.cid-uj7O5N7peY .content-head {
  max-width: 800px;
}
.cid-uj7O5Nlkb3 {
  padding-top: 0rem;
  padding-bottom: 3rem;
  background-color: #ffffff;
}
.cid-uj7O5NxS4F {
  padding-top: 2rem;
  padding-bottom: 6rem;
  background-color: #ffffff;
}
.cid-uj7O5NxS4F .content-head {
  max-width: 800px;
}
.cid-uj7O5NL3fT {
  padding-top: 90px;
  padding-bottom: 90px;
  background-color: #ffffff;
}
.cid-uj7O5NL3fT .carousel-control {
  background: #000;
}
.cid-uj7O5NL3fT .mbr-section-subtitle {
  color: #767676;
}
.cid-uj7O5NL3fT .carousel-item {
  -webkit-justify-content: center;
  justify-content: center;
}
.cid-uj7O5NL3fT .carousel-item .media-container-row {
  -webkit-flex-grow: 1;
  flex-grow: 1;
}
.cid-uj7O5NL3fT .carousel-item .wrap-img {
  text-align: center;
}
.cid-uj7O5NL3fT .carousel-item .wrap-img img {
  max-height: 150px;
  width: auto;
  max-width: 100%;
}
.cid-uj7O5NL3fT .carousel-controls {
  display: flex;
  -webkit-justify-content: center;
  justify-content: center;
}
.cid-uj7O5NL3fT .carousel-controls .carousel-control {
  background: #000;
  border-radius: 50%;
  position: static;
  width: 40px;
  height: 40px;
  margin-top: 2rem;
  border-width: 1px;
}
.cid-uj7O5NL3fT .carousel-controls .carousel-control.carousel-control-prev {
  left: auto;
  margin-right: 20px;
  margin-left: 0;
}
.cid-uj7O5NL3fT .carousel-controls .carousel-control.carousel-control-next {
  right: auto;
  margin-right: 0;
}
.cid-uj7O5NL3fT .carousel-controls .carousel-control .mbr-iconfont {
  font-size: 1rem;
}
.cid-uj7O5NL3fT .cloneditem-1,
.cid-uj7O5NL3fT .cloneditem-2,
.cid-uj7O5NL3fT .cloneditem-3,
.cid-uj7O5NL3fT .cloneditem-4,
.cid-uj7O5NL3fT .cloneditem-5 {
  display: none;
}
.cid-uj7O5NL3fT .col-lg-15 {
  -webkit-box-flex: 0;
  -ms-flex: 0 0 100%;
  -webkit-flex: 0 0 100%;
  flex: 0 0 100%;
  max-width: 100%;
  position: relative;
  min-height: 1px;
  padding-right: 10px;
  padding-left: 10px;
  width: 100%;
}
@media (min-width: 992px) {
  .cid-uj7O5NL3fT .col-lg-15 {
    -ms-flex: 0 0 20%;
    -webkit-flex: 0 0 20%;
    flex: 0 0 20%;
    max-width: 20%;
    width: 20%;
  }
  .cid-uj7O5NL3fT .carousel-inner.slides2 > .carousel-item.active.carousel-item-right,
  .cid-uj7O5NL3fT .carousel-inner.slides2 > .carousel-item.carousel-item-next {
    left: 0;
    -webkit-transform: translate3d(50%, 0, 0);
    transform: translate3d(50%, 0, 0);
  }
  .cid-uj7O5NL3fT .carousel-inner.slides2 > .carousel-item.active.carousel-item-left,
  .cid-uj7O5NL3fT .carousel-inner.slides2 > .carousel-item.carousel-item-prev {
    left: 0;
    -webkit-transform: translate3d(-50%, 0, 0);
    transform: translate3d(-50%, 0, 0);
  }
  .cid-uj7O5NL3fT .carousel-inner.slides2 > .carousel-item.carousel-item-left,
  .cid-uj7O5NL3fT .carousel-inner.slides2 > .carousel-item.carousel-item-prev.carousel-item-right,
  .cid-uj7O5NL3fT .carousel-inner.slides2 > .carousel-item.active {
    left: 0;
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
  }
  .cid-uj7O5NL3fT .carousel-inner.slides2 .cloneditem-1,
  .cid-uj7O5NL3fT .carousel-inner.slides2 .cloneditem-2,
  .cid-uj7O5NL3fT .carousel-inner.slides2 .cloneditem-3 {
    display: block;
  }
  .cid-uj7O5NL3fT .carousel-inner.slides3 > .carousel-item.active.carousel-item-right,
  .cid-uj7O5NL3fT .carousel-inner.slides3 > .carousel-item.carousel-item-next {
    left: 0;
    -webkit-transform: translate3d(33.333333%, 0, 0);
    transform: translate3d(33.333333%, 0, 0);
  }
  .cid-uj7O5NL3fT .carousel-inner.slides3 > .carousel-item.active.carousel-item-left,
  .cid-uj7O5NL3fT .carousel-inner.slides3 > .carousel-item.carousel-item-prev {
    left: 0;
    -webkit-transform: translate3d(-33.333333%, 0, 0);
    transform: translate3d(-33.333333%, 0, 0);
  }
  .cid-uj7O5NL3fT .carousel-inner.slides3 > .carousel-item.carousel-item-left,
  .cid-uj7O5NL3fT .carousel-inner.slides3 > .carousel-item.carousel-item-prev.carousel-item-right,
  .cid-uj7O5NL3fT .carousel-inner.slides3 > .carousel-item.active {
    left: 0;
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
  }
  .cid-uj7O5NL3fT .carousel-inner.slides3 .cloneditem-1,
  .cid-uj7O5NL3fT .carousel-inner.slides3 .cloneditem-2,
  .cid-uj7O5NL3fT .carousel-inner.slides3 .cloneditem-3 {
    display: block;
  }
  .cid-uj7O5NL3fT .carousel-inner.slides4 > .carousel-item.active.carousel-item-right,
  .cid-uj7O5NL3fT .carousel-inner.slides4 > .carousel-item.carousel-item-next {
    left: 0;
    -webkit-transform: translate3d(25%, 0, 0);
    transform: translate3d(25%, 0, 0);
  }
  .cid-uj7O5NL3fT .carousel-inner.slides4 > .carousel-item.active.carousel-item-left,
  .cid-uj7O5NL3fT .carousel-inner.slides4 > .carousel-item.carousel-item-prev {
    left: 0;
    -webkit-transform: translate3d(-25%, 0, 0);
    transform: translate3d(-25%, 0, 0);
  }
  .cid-uj7O5NL3fT .carousel-inner.slides4 > .carousel-item.carousel-item-left,
  .cid-uj7O5NL3fT .carousel-inner.slides4 > .carousel-item.carousel-item-prev.carousel-item-right,
  .cid-uj7O5NL3fT .carousel-inner.slides4 > .carousel-item.active {
    left: 0;
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
  }
  .cid-uj7O5NL3fT .carousel-inner.slides4 .cloneditem-1,
  .cid-uj7O5NL3fT .carousel-inner.slides4 .cloneditem-2,
  .cid-uj7O5NL3fT .carousel-inner.slides4 .cloneditem-3 {
    display: block;
  }
  .cid-uj7O5NL3fT .carousel-inner.slides5 > .carousel-item.active.carousel-item-right,
  .cid-uj7O5NL3fT .carousel-inner.slides5 > .carousel-item.carousel-item-next {
    left: 0;
    -webkit-transform: translate3d(20%, 0, 0);
    transform: translate3d(20%, 0, 0);
  }
  .cid-uj7O5NL3fT .carousel-inner.slides5 > .carousel-item.active.carousel-item-left,
  .cid-uj7O5NL3fT .carousel-inner.slides5 > .carousel-item.carousel-item-prev {
    left: 0;
    -webkit-transform: translate3d(-20%, 0, 0);
    transform: translate3d(-20%, 0, 0);
  }
  .cid-uj7O5NL3fT .carousel-inner.slides5 > .carousel-item.carousel-item-left,
  .cid-uj7O5NL3fT .carousel-inner.slides5 > .carousel-item.carousel-item-prev.carousel-item-right,
  .cid-uj7O5NL3fT .carousel-inner.slides5 > .carousel-item.active {
    left: 0;
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
  }
  .cid-uj7O5NL3fT .carousel-inner.slides5 .cloneditem-1,
  .cid-uj7O5NL3fT .carousel-inner.slides5 .cloneditem-2,
  .cid-uj7O5NL3fT .carousel-inner.slides5 .cloneditem-3,
  .cid-uj7O5NL3fT .carousel-inner.slides5 .cloneditem-4 {
    display: block;
  }
  .cid-uj7O5NL3fT .carousel-inner.slides6 > .carousel-item.active.carousel-item-right,
  .cid-uj7O5NL3fT .carousel-inner.slides6 > .carousel-item.carousel-item-next {
    left: 0;
    -webkit-transform: translate3d(16.666667%, 0, 0);
    transform: translate3d(16.666667%, 0, 0);
  }
  .cid-uj7O5NL3fT .carousel-inner.slides6 > .carousel-item.active.carousel-item-left,
  .cid-uj7O5NL3fT .carousel-inner.slides6 > .carousel-item.carousel-item-prev {
    left: 0;
    -webkit-transform: translate3d(-16.666667%, 0, 0);
    transform: translate3d(-16.666667%, 0, 0);
  }
  .cid-uj7O5NL3fT .carousel-inner.slides6 > .carousel-item.carousel-item-left,
  .cid-uj7O5NL3fT .carousel-inner.slides6 > .carousel-item.carousel-item-prev.carousel-item-right,
  .cid-uj7O5NL3fT .carousel-inner.slides6 > .carousel-item.active {
    left: 0;
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
  }
  .cid-uj7O5NL3fT .carousel-inner.slides6 .cloneditem-1,
  .cid-uj7O5NL3fT .carousel-inner.slides6 .cloneditem-2,
  .cid-uj7O5NL3fT .carousel-inner.slides6 .cloneditem-3,
  .cid-uj7O5NL3fT .carousel-inner.slides6 .cloneditem-4,
  .cid-uj7O5NL3fT .carousel-inner.slides6 .cloneditem-5 {
    display: block;
  }
}
.cid-uj7O5OsqpC {
  padding-top: 6rem;
  padding-bottom: 6rem;
  background-color: #ffffff;
}
.cid-uj7O5OsqpC .video-wrapper iframe {
  width: 100%;
}
.cid-uj7O5OsqpC .mbr-section-title,
.cid-uj7O5OsqpC .mbr-section-subtitle,
.cid-uj7O5OsqpC .mbr-text {
  text-align: center;
}
.cid-uj7O5PnL74 {
  padding-top: 6rem;
  padding-bottom: 6rem;
  background-color: #ffffff;
}
.cid-uj7O5PnL74 .item-subtitle {
  line-height: 1.2;
  color: #232323;
  text-align: center;
}
.cid-uj7O5PnL74 img,
.cid-uj7O5PnL74 .item-img {
  width: 100%;
  height: 100%;
  height: 400px;
  object-fit: cover;
}
.cid-uj7O5PnL74 .item:focus,
.cid-uj7O5PnL74 span:focus {
  outline: none;
}
.cid-uj7O5PnL74 .item {
  margin-bottom: 2rem;
}
@media (max-width: 767px) {
  .cid-uj7O5PnL74 .item {
    margin-bottom: 1rem;
  }
}
.cid-uj7O5PnL74 .item-wrapper {
  position: relative;
  border-radius: 4px;
  height: 100%;
  display: flex;
  flex-flow: column nowrap;
}
.cid-uj7O5PnL74 .mbr-section-title {
  color: #232323;
}
.cid-uj7O5PnL74 .mbr-text,
.cid-uj7O5PnL74 .mbr-section-btn {
  color: #232323;
  text-align: center;
}
.cid-uj7O5PnL74 .item-title {
  color: #232323;
  text-align: center;
}
.cid-uj7O5PnL74 .content-head {
  max-width: 800px;
}
.cid-uj7O5PJ2Y0 {
  padding-top: 6rem;
  padding-bottom: 6rem;
  background-color: #ffffff;
}
.cid-uj7O5PJ2Y0 .mbr-fallback-image.disabled {
  display: none;
}
.cid-uj7O5PJ2Y0 .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uj7O5PXdOh {
  background-color: #ffffff;
  padding-top: 0px;
  padding-bottom: 0px;
}
.cid-uj7O5PXdOh img {
  object-fit: contain;
  border-radius: 0 !important;
}
.cid-uj7O5Q9kK5 {
  padding-top: 6rem;
  padding-bottom: 6rem;
  background-color: #ffffff;
}
.cid-uj7O5Q9kK5 .mbr-fallback-image.disabled {
  display: none;
}
.cid-uj7O5Q9kK5 .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uj7O5QoOW3 {
  background-color: #ffffff;
  padding-top: 0px;
  padding-bottom: 0px;
}
.cid-uj7O5QoOW3 img {
  object-fit: contain;
  border-radius: 0 !important;
}
.cid-uj7O5QAC7g {
  display: flex;
}
@media (min-width: 768px) {
  .cid-uj7O5QAC7g {
    align-items: flex-end;
  }
  .cid-uj7O5QAC7g .row {
    justify-content: flex-start;
  }
  .cid-uj7O5QAC7g .content-wrap {
    padding: 1rem 3rem;
  }
}
@media (max-width: 991px) and (min-width: 768px) {
  .cid-uj7O5QAC7g .content-wrap {
    min-width: 50%;
  }
}
@media (max-width: 767px) {
  .cid-uj7O5QAC7g {
    -webkit-align-items: center;
    align-items: flex-end;
  }
  .cid-uj7O5QAC7g .mbr-row {
    -webkit-justify-content: center;
    justify-content: center;
  }
  .cid-uj7O5QAC7g .content-wrap {
    width: 100%;
  }
}
.cid-uj7O5QAC7g .mbr-fallback-image.disabled {
  display: none;
}
.cid-uj7O5QAC7g .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/background1.jpg");
}
.cid-uj7O5QAC7g .mbr-section-title,
.cid-uj7O5QAC7g .mbr-section-subtitle {
  text-align: left;
  color: #ffc091;
}
.cid-uj7O5QAC7g .mbr-text,
.cid-uj7O5QAC7g .mbr-section-btn {
  text-align: left;
}
.cid-uj7O5QRcWz {
  padding-top: 6rem;
  padding-bottom: 6rem;
  background-color: #ffffff;
}
.cid-uj7O5QRcWz .item-subtitle {
  line-height: 1.2;
  color: #232323;
  text-align: center;
}
.cid-uj7O5QRcWz img,
.cid-uj7O5QRcWz .item-img {
  width: 100%;
  height: 100%;
  height: 400px;
  object-fit: cover;
}
.cid-uj7O5QRcWz .item:focus,
.cid-uj7O5QRcWz span:focus {
  outline: none;
}
.cid-uj7O5QRcWz .item {
  margin-bottom: 2rem;
}
@media (max-width: 767px) {
  .cid-uj7O5QRcWz .item {
    margin-bottom: 1rem;
  }
}
.cid-uj7O5QRcWz .item-wrapper {
  position: relative;
  border-radius: 4px;
  height: 100%;
  display: flex;
  flex-flow: column nowrap;
}
.cid-uj7O5QRcWz .mbr-section-title {
  color: #232323;
}
.cid-uj7O5QRcWz .mbr-text,
.cid-uj7O5QRcWz .mbr-section-btn {
  color: #232323;
  text-align: center;
}
.cid-uj7O5QRcWz .item-title {
  color: #232323;
  text-align: center;
}
.cid-uj7O5QRcWz .content-head {
  max-width: 800px;
}
.cid-uj7O5RbgOw {
  padding-top: 6rem;
  padding-bottom: 6rem;
  background-color: #ffffff;
}
.cid-uj7O5RbgOw .mbr-fallback-image.disabled {
  display: none;
}
.cid-uj7O5RbgOw .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uj7O5RqVeA {
  background-color: #ffffff;
  padding-top: 0px;
  padding-bottom: 0px;
}
.cid-uj7O5RqVeA img {
  object-fit: contain;
  border-radius: 0 !important;
}
.cid-uj7O5REYzB {
  padding-top: 6rem;
  padding-bottom: 6rem;
  background-color: #06549d;
}
.cid-uj7O5REYzB .mbr-fallback-image.disabled {
  display: none;
}
.cid-uj7O5REYzB .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uj7O5REYzB .nav-tabs .nav-item.open .nav-link:focus,
.cid-uj7O5REYzB .nav-tabs .nav-link.active:focus {
  outline: none;
}
.cid-uj7O5REYzB .nav-tabs {
  flex-wrap: wrap;
  border-bottom: none;
}
@media (max-width: 767px) {
  .cid-uj7O5REYzB .nav-item {
    width: 100%;
    margin-right: 0 !important;
    text-align: center;
  }
}
.cid-uj7O5REYzB .nav-tabs .nav-item {
  margin-right: 1.5rem;
}
.cid-uj7O5REYzB .nav-tabs .nav-link {
  transition: padding 0.3s ease, background-color 0.3s ease;
  border: none;
  border-radius: 2rem !important;
  padding: 1.25rem 0!important;
  background-color: transparent!important;
  overflow: hidden!important;
}
.cid-uj7O5REYzB .nav-tabs .nav-link:not(.active) {
  color: #ffffff;
}
.cid-uj7O5REYzB .nav-tabs .nav-link.active {
  color: #06549d !important;
  background-color: #ffffff !important;
  padding: 1.25rem 2rem!important;
}
.cid-uj7O5REYzB .mbr-section-title {
  text-align: center;
  color: #ffffff;
}
.cid-uj7O5REYzB .mbr-section-subtitle {
  text-align: center;
  color: #ffffff;
}
.cid-uj7O5REYzB .mbr-text {
  color: #ffffff;
  margin: 0;
  text-align: center;
}
.cid-uj7O5REYzB .content-head {
  max-width: 800px;
}
.cid-uj7O5REYzB .item-wrapper {
  background-color: #06549d;
  padding: 2.25rem;
}
@media (max-width: 767px) {
  .cid-uj7O5REYzB .item-wrapper {
    padding: 2rem 1.5rem;
  }
}
.cid-uj7O5RZhUl {
  padding-top: 6rem;
  padding-bottom: 6rem;
  background-color: #ffffff;
}
.cid-uj7O5RZhUl .mbr-fallback-image.disabled {
  display: none;
}
.cid-uj7O5RZhUl .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uj7O5SgIL7 {
  background-color: #ffffff;
  padding-top: 0px;
  padding-bottom: 0px;
}
.cid-uj7O5SgIL7 img {
  object-fit: contain;
  border-radius: 0 !important;
}
.cid-uj7O5Sw3gB {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-color: #edefeb;
}
.cid-uj7O5Sw3gB .mbr-text {
  color: #000000;
}
.cid-uj7O5Sw3gB .mbr-section-subtitle {
  color: #000000;
}
.cid-uj7O5Sw3gB .mbr-section-title {
  color: #000000;
  text-align: center;
}
.cid-uj7O5Sw3gB .mbr-text,
.cid-uj7O5Sw3gB .item .mbr-section-btn {
  text-align: left;
}
.cid-uj7O5Sw3gB .item-wrapper {
  background: #ffffff;
  margin-bottom: 2rem;
  padding: 2.25rem;
}
@media (min-width: 992px) and (max-width: 1200px) {
  .cid-uj7O5Sw3gB .item-wrapper {
    padding: 2rem 1.5rem;
    margin-bottom: 2rem;
  }
}
@media (max-width: 767px) {
  .cid-uj7O5Sw3gB .item-wrapper {
    padding: 2rem 1.5rem;
    margin-bottom: 1rem;
  }
}
.cid-uduqU6836b {
  padding-top: 2rem;
  padding-bottom: 3rem;
  background-image: url("../../../assets/images/white-background-2000x1334.jpeg");
}
.cid-uduqU6836b .logogree {
  position: relative;
  width: 100%;
}
.cid-uduqU6836b .agree {
  object-position: right;
  width: 40%;
  height: auto;
  object-fit: contain;
  display: block;
  border-radius: 0% !important;
}
.cid-uduqU6836b .mbr-fallback-image.disabled {
  display: none;
}
.cid-uduqU6836b .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uduqU6836b .footer-col {
  justify-content: space-between;
  display: flex;
}
@media (max-width: 767px) {
  .cid-uduqU6836b .footer-col {
    flex-direction: column;
  }
}
.cid-uduqU6836b .row {
  background: #ffffff;
  padding: 4rem 3rem;
  border-radius: 2rem;
  margin: 0px;
}
@media (max-width: 767px) {
  .cid-uduqU6836b .row {
    padding: 2rem 0.5rem;
  }
}
@media (min-width: 768px) and (max-width: 991px) {
  .cid-uduqU6836b .row {
    padding: 2.25rem 1.25rem;
  }
}
@media (min-width: 992px) {
  .cid-uduqU6836b .row {
    padding: 4rem 3rem;
  }
}
@media (max-width: 767px) {
  .cid-uduqU6836b .mbr-section-btn {
    text-align: center;
  }
}
.cid-uduqU6836b .social-row {
  display: flex;
  flex-wrap: wrap;
}
.cid-uduqU6836b .soc-item {
  margin: 8px;
}
.cid-uduqU6836b .soc-item a:hover .mbr-iconfont,
.cid-uduqU6836b .soc-item a:focus .mbr-iconfont {
  background-color: #232323;
}
.cid-uduqU6836b .soc-item a .mbr-iconfont {
  width: 72px;
  height: 72px;
  display: flex;
  align-items: center;
  justify-content: center;
  border-radius: 100%;
  font-size: 20px;
  background-color: #06549d;
  color: #ffffff;
  transition: all 0.3s ease-in-out;
}
@media (max-width: 767px) {
  .cid-uduqU6836b .row {
    text-align: center;
  }
  .cid-uduqU6836b .social-row {
    justify-content: center;
  }
}
.cid-uduqU6836b .list {
  list-style: none;
  padding-left: 0;
  color: #502274;
}
@media (max-width: 991px) {
  .cid-uduqU6836b .list {
    margin-bottom: 2rem;
  }
}
@media (min-width: 992px) {
  .cid-uduqU6836b .list {
    margin-bottom: 0rem;
  }
}
.cid-uduqU6836b .mbr-text {
  color: #bbbbbb;
}
.cid-uduqU6836b .mbr-section-subtitle {
  color: #000000;
  text-align: left;
}
.cid-uduqU6836b .list,
.cid-uduqU6836b .item-wrap {
  color: #232323;
  text-align: left;
}
.cid-uduqU6836b .copyright {
  color: #000000;
  text-align: center;
}
.cid-uduqU6836b H5 {
  text-align: left;
}
.cid-tJGsCG1vVL {
  z-index: 1000;
  width: 100%;
  position: inherit;
}
.cid-tJGsCG1vVL .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 .3s;
}
@media (max-width: 767px) {
  .cid-tJGsCG1vVL .navbar-toggler {
    transform: scale(0.8);
  }
}
.cid-tJGsCG1vVL .navbar-brand {
  flex-shrink: 0;
  align-items: center;
  margin-right: 0;
  padding: 10px 0;
  transition: all 2s;
  word-break: break-word;
  z-index: 1;
}
.cid-tJGsCG1vVL .navbar-brand img {
  max-width: 100%;
  max-height: 100%;
  border-radius: 0px !important;
}
.cid-tJGsCG1vVL .navbar-brand .navbar-caption {
  line-height: inherit !important;
}
.cid-tJGsCG1vVL .navbar-brand .navbar-logo a {
  outline: none;
}
.cid-tJGsCG1vVL .navbar-nav {
  margin: auto;
  margin-left: 0;
  margin-left: auto;
}
.cid-tJGsCG1vVL .navbar-nav .nav-item {
  padding: 0 !important;
  transition: .3s all !important;
}
.cid-tJGsCG1vVL .navbar-nav .nav-item .nav-link {
  padding: 16px !important;
  margin: 0 !important;
  border-radius: 1rem !important;
  transition: .3s all !important;
  border-radius: 4px !important;
}
.cid-tJGsCG1vVL .navbar-nav .nav-item .nav-link:hover {
  background-color: rgba(27, 31, 10, 0.06);
}
.cid-tJGsCG1vVL .navbar-nav .open .nav-link::after {
  transform: rotate(180deg);
}
@media (min-width: 992px) {
  .cid-tJGsCG1vVL .navbar-nav .open .nav-link::before {
    content: "";
    width: 100%;
    height: 20px;
    top: 100%;
    background: transparent;
    position: absolute;
  }
}
.cid-tJGsCG1vVL .navbar-nav .dropdown-item {
  padding: 12px !important;
  border-radius: 0.5rem !important;
  margin: 0 8px !important;
  transition: .3s all !important;
  border-radius: 4px !important;
}
.cid-tJGsCG1vVL .navbar-nav .dropdown-item:hover {
  background-color: rgba(27, 31, 10, 0.06);
}
@media (min-width: 992px) {
  .cid-tJGsCG1vVL .navbar-nav {
    padding-left: 1.5rem;
  }
}
.cid-tJGsCG1vVL .nav-link {
  width: fit-content;
  position: relative;
}
.cid-tJGsCG1vVL .navbar-logo {
  padding-left: 2rem;
  margin: 0 !important;
}
@media (max-width: 767px) {
  .cid-tJGsCG1vVL .navbar-logo {
    padding-left: 1rem;
  }
}
.cid-tJGsCG1vVL .navbar-caption {
  padding-left: 1rem;
  padding-right: .5rem;
}
@media (max-width: 767px) {
  .cid-tJGsCG1vVL .nav-dropdown {
    padding-bottom: 0.5rem;
  }
}
.cid-tJGsCG1vVL .nav-dropdown .link.dropdown-toggle::after {
  margin-left: 0.5rem;
  margin-top: 0.2rem;
  transition: .3s all;
  transition-delay: 300ms;
}
.cid-tJGsCG1vVL .container {
  display: flex;
  height: 90px;
  padding: 0.5rem 0.6rem;
  flex-wrap: nowrap;
  background: rgba(255, 255, 255, 0.9) !important;
  left: 0;
  right: 0;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: flex-end;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  border-radius: 100vw;
  margin-top: 1rem;
  background-color: #ffffff;
  box-shadow: 0 30px 60px 0 rgba(27, 31, 10, 0.08);
  border-radius: 4px !important;
}
@media (max-width: 992px) {
  .cid-tJGsCG1vVL .container {
    padding-right: 2rem;
  }
}
@media (max-width: 767px) {
  .cid-tJGsCG1vVL .container {
    width: 95%;
    height: 56px !important;
    padding-right: 1rem;
    margin-top: 0rem;
  }
}
.cid-tJGsCG1vVL .iconfont-wrapper {
  color: #0c2c68 !important;
  font-size: 1.5rem;
  padding-right: 0.5rem;
}
.cid-tJGsCG1vVL .dropdown-menu {
  flex-wrap: wrap;
  flex-direction: column;
  max-width: 100%;
  padding: 12px 4px !important;
  border-radius: 1.5rem;
  transition: .3s all !important;
  transition-delay: 300ms;
  min-width: auto;
  background: #ffffff;
  background: rgba(255, 255, 255, 0.9) !important;
  border-radius: 4px !important;
}
.cid-tJGsCG1vVL .nav-item:focus,
.cid-tJGsCG1vVL .nav-link:focus {
  outline: none;
}
.cid-tJGsCG1vVL .dropdown .dropdown-menu .dropdown-item {
  width: auto;
  transition: all .3s;
  transition-delay: 300ms;
}
.cid-tJGsCG1vVL .dropdown .dropdown-menu .dropdown-item::after {
  right: 0.5rem;
}
.cid-tJGsCG1vVL .dropdown .dropdown-menu .dropdown-item .mbr-iconfont {
  margin-right: 0.5rem;
  vertical-align: sub;
}
.cid-tJGsCG1vVL .dropdown .dropdown-menu .dropdown-item .mbr-iconfont:before {
  display: inline-block;
  transform: scale(1, 1);
  transition: all .3s;
}
.cid-tJGsCG1vVL .collapsed .dropdown-menu .dropdown-item:before {
  display: none;
}
.cid-tJGsCG1vVL .collapsed .dropdown .dropdown-menu .dropdown-item {
  padding: 0.235em 1.5em 0.235em 1.5em !important;
  transition: none;
  margin: 0 !important;
}
.cid-tJGsCG1vVL .navbar {
  min-height: 90px;
  transition: all 5s;
  border-bottom: 1px solid transparent;
  background: transparent !important;
  padding: 0 !important;
  border: none !important;
  box-shadow: none !important;
  border-radius: 0 !important;
}
.cid-tJGsCG1vVL .navbar.opened {
  transition: all 0.3s;
}
.cid-tJGsCG1vVL .navbar .dropdown-item {
  padding: 0.5rem 1.8rem;
}
.cid-tJGsCG1vVL .navbar .navbar-logo img {
  width: auto;
}
.cid-tJGsCG1vVL .navbar .navbar-collapse {
  z-index: 1;
  justify-content: flex-end;
}
.cid-tJGsCG1vVL .navbar.collapsed {
  justify-content: center;
}
.cid-tJGsCG1vVL .navbar.collapsed .nav-item .nav-link::before {
  display: none;
}
.cid-tJGsCG1vVL .navbar.collapsed.opened .dropdown-menu {
  top: 0;
}
@media (min-width: 992px) {
  .cid-tJGsCG1vVL .navbar.collapsed.opened:not(.navbar-short) .navbar-collapse {
    max-height: calc(98.5vh - 3.4rem);
  }
}
.cid-tJGsCG1vVL .navbar.collapsed .dropdown-menu .dropdown-submenu {
  left: 0 !important;
}
.cid-tJGsCG1vVL .navbar.collapsed .dropdown-menu .dropdown-item:after {
  right: auto;
}
.cid-tJGsCG1vVL .navbar.collapsed .dropdown-menu .dropdown-toggle[data-toggle="dropdown-submenu"]:after {
  margin-left: 0.5rem;
  margin-top: 0.2rem;
  border-top: 0.35em solid;
  border-right: 0.35em solid transparent;
  border-left: 0.35em solid transparent;
  border-bottom: 0;
  top: 41%;
}
.cid-tJGsCG1vVL .navbar.collapsed ul.navbar-nav li {
  margin: auto;
}
.cid-tJGsCG1vVL .navbar.collapsed .dropdown-menu .dropdown-item {
  padding: 0.25rem 0.5rem;
  text-align: center;
}
.cid-tJGsCG1vVL .navbar.collapsed .icons-menu {
  padding-left: 0;
  padding-right: 0;
  padding-top: 0.5rem;
  padding-bottom: 0.5rem;
}
@media (max-width: 767px) {
  .cid-tJGsCG1vVL .navbar {
    min-height: 72px;
  }
  .cid-tJGsCG1vVL .navbar .navbar-logo img {
    height: 2rem !important;
  }
}
@media (max-width: 991px) {
  .cid-tJGsCG1vVL .navbar .nav-item .nav-link::before {
    display: none;
  }
  .cid-tJGsCG1vVL .navbar.opened .dropdown-menu {
    top: 0;
  }
  .cid-tJGsCG1vVL .navbar .dropdown-menu .dropdown-submenu {
    left: 0 !important;
  }
  .cid-tJGsCG1vVL .navbar .dropdown-menu .dropdown-item:after {
    right: auto;
  }
  .cid-tJGsCG1vVL .navbar .dropdown-menu .dropdown-toggle[data-toggle="dropdown-submenu"]:after {
    margin-left: 0.5rem;
    margin-top: 0.2rem;
    border-top: 0.35em solid;
    border-right: 0.35em solid transparent;
    border-left: 0.35em solid transparent;
    border-bottom: 0;
    top: 40%;
  }
  .cid-tJGsCG1vVL .navbar .dropdown-menu .dropdown-item {
    padding: 0.25rem 1.5rem !important;
    text-align: center;
  }
  .cid-tJGsCG1vVL .navbar .navbar-brand {
    flex-shrink: initial;
    flex-basis: auto;
    word-break: break-word;
    padding-right: 10px;
  }
  .cid-tJGsCG1vVL .navbar .navbar-toggler {
    flex-basis: auto;
  }
  .cid-tJGsCG1vVL .navbar .icons-menu {
    padding-left: 0;
    padding-top: 0.5rem;
    padding-bottom: 0.5rem;
  }
}
.cid-tJGsCG1vVL .navbar.navbar-short .navbar-logo img {
  height: 2rem;
}
.cid-tJGsCG1vVL .dropdown-item.active,
.cid-tJGsCG1vVL .dropdown-item:active {
  background-color: transparent;
}
.cid-tJGsCG1vVL .navbar-expand-lg .navbar-nav .nav-link {
  padding: 0;
}
.cid-tJGsCG1vVL .nav-dropdown .link.dropdown-toggle {
  margin-right: 1.667em;
}
.cid-tJGsCG1vVL .nav-dropdown .link.dropdown-toggle[aria-expanded="true"] {
  margin-right: 0;
  padding: 0.667em 1.667em;
}
.cid-tJGsCG1vVL .navbar.navbar-expand-lg .dropdown .dropdown-menu {
  background: #ffffff;
}
.cid-tJGsCG1vVL .navbar.navbar-expand-lg .dropdown .dropdown-menu .dropdown-submenu {
  margin: 0;
  left: 100%;
  transform: none;
  top: -12px;
}
.cid-tJGsCG1vVL .navbar .dropdown.open > .dropdown-menu {
  display: flex;
}
.cid-tJGsCG1vVL ul.navbar-nav {
  flex-wrap: wrap;
}
.cid-tJGsCG1vVL .navbar-buttons {
  text-align: center;
  min-width: 140px;
}
@media (max-width: 992px) {
  .cid-tJGsCG1vVL .navbar-buttons {
    text-align: left;
  }
}
.cid-tJGsCG1vVL button.navbar-toggler {
  outline: none;
  width: 31px;
  height: 20px;
  cursor: pointer;
  transition: all 0.2s;
  position: relative;
  align-self: center;
}
.cid-tJGsCG1vVL button.navbar-toggler .hamburger span {
  position: absolute;
  right: 0;
  width: 30px;
  height: 2px;
  border-right: 5px;
  background-color: #06549d;
}
.cid-tJGsCG1vVL button.navbar-toggler .hamburger span:nth-child(1) {
  top: 0;
  transition: all 0.2s;
}
.cid-tJGsCG1vVL button.navbar-toggler .hamburger span:nth-child(2) {
  top: 8px;
  transition: all 0.15s;
}
.cid-tJGsCG1vVL button.navbar-toggler .hamburger span:nth-child(3) {
  top: 8px;
  transition: all 0.15s;
}
.cid-tJGsCG1vVL button.navbar-toggler .hamburger span:nth-child(4) {
  top: 16px;
  transition: all 0.2s;
}
.cid-tJGsCG1vVL nav.opened .hamburger span:nth-child(1) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-tJGsCG1vVL nav.opened .hamburger span:nth-child(2) {
  transform: rotate(45deg);
  transition: all 0.25s;
}
.cid-tJGsCG1vVL nav.opened .hamburger span:nth-child(3) {
  transform: rotate(-45deg);
  transition: all 0.25s;
}
.cid-tJGsCG1vVL nav.opened .hamburger span:nth-child(4) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-tJGsCG1vVL .navbar-dropdown {
  padding: 0 1rem;
}
.cid-tJGsCG1vVL a.nav-link {
  display: flex;
  align-items: center;
  justify-content: center;
}
.cid-tJGsCG1vVL .icons-menu {
  flex-wrap: nowrap;
  display: flex;
  justify-content: center;
  padding-left: 1rem;
  padding-right: 1rem;
  padding-top: 0.3rem;
  text-align: center;
}
@media (max-width: 992px) {
  .cid-tJGsCG1vVL .icons-menu {
    justify-content: flex-start;
    margin-bottom: .5rem;
  }
}
@media screen and (-ms-high-contrast: active), (-ms-high-contrast: none) {
  .cid-tJGsCG1vVL .navbar {
    height: 70px;
  }
  .cid-tJGsCG1vVL .navbar.opened {
    height: auto;
  }
  .cid-tJGsCG1vVL .nav-item .nav-link:hover::before {
    width: 175%;
    max-width: calc(100% + 2rem);
    left: -1rem;
  }
}
.cid-tJGsCG1vVL .navbar .dropdown > .dropdown-menu {
  display: none;
  width: max-content;
  max-width: 500px !important;
  transform: translateX(-50%);
  top: calc(100% + 20px);
  left: 50%;
}
.cid-tJGsCG1vVL .navbar .dropdown > .dropdown-menu .dropdown-item {
  line-height: 1 !important;
}
.cid-tJGsCG1vVL .navbar .dropdown > .dropdown-menu .dropdown .dropdown-item {
  align-items: center;
  display: flex;
  height: max-content !important;
  min-height: max-content !important;
}
.cid-tJGsCG1vVL .navbar .dropdown > .dropdown-menu .dropdown .dropdown-item::after {
  display: inline-block;
  position: static;
  margin-left: 0.5rem;
  margin-top: 0;
  margin-right: 0;
  margin-bottom: 0;
  transition: .3s all;
  transform: rotate(-90deg);
}
.cid-tJGsCG1vVL .navbar .dropdown > .dropdown-menu .dropdown.open .dropdown-item::after {
  transform: rotate(0deg);
}
.cid-tJGsCG1vVL .mbr-section-btn {
  margin: -0.6rem -0.6rem;
}
.cid-tJGsCG1vVL .navbar-toggler {
  margin-left: 12px;
  margin-right: 8px;
  order: 1000;
}
@media (max-width: 991px) {
  .cid-tJGsCG1vVL .navbar-brand {
    margin-right: auto;
  }
  .cid-tJGsCG1vVL .navbar-collapse {
    z-index: -1 !important;
    position: absolute;
    top: 110%;
    left: 0;
    width: 100%;
    padding: 1rem;
    border-radius: 1.5rem;
    background: #ffffff;
    opacity: 1;
    border-color: rgba(255, 255, 255, 0.9) !important;
    background: rgba(255, 255, 255, 0.9) !important;
    backdrop-filter: blur(8px);
    border-radius: 4px !important;
  }
  .cid-tJGsCG1vVL .navbar-nav .nav-item .nav-link::after {
    margin-left: 10px;
  }
  .cid-tJGsCG1vVL .navbar-nav .dropdown-item:hover {
    background-color: rgba(27, 31, 10, 0.06);
  }
  .cid-tJGsCG1vVL .navbar .dropdown > .dropdown-menu {
    max-width: 100% !important;
    transform: translateX(0);
    top: 10px;
    left: 0;
    padding: 8px !important;
    border-radius: 1rem;
    background-color: rgba(27, 31, 10, 0.04) !important;
  }
  .cid-tJGsCG1vVL .navbar .dropdown > .dropdown-menu .dropdown-item {
    padding: 8px !important;
    line-height: 1 !important;
    margin-bottom: 4px !important;
  }
  .cid-tJGsCG1vVL .navbar .dropdown > .dropdown-menu .dropdown .dropdown-item {
    align-items: center;
    display: flex;
    height: max-content !important;
    min-height: max-content !important;
  }
  .cid-tJGsCG1vVL .navbar .dropdown > .dropdown-menu .dropdown .dropdown-item::after {
    display: inline-block;
    position: static;
    margin-left: 0.5rem;
    margin-top: 0;
    margin-right: 0;
    margin-bottom: 0;
    transition: .3s all;
    transform: rotate(0deg);
  }
  .cid-tJGsCG1vVL .navbar .dropdown > .dropdown-menu .dropdown.open .dropdown-item::after {
    transform: rotate(180deg);
  }
  .cid-tJGsCG1vVL .navbar .dropdown > .dropdown-menu .dropdown-submenu {
    position: static;
    width: 100%;
    max-width: 100% !important;
    transform: translateX(0) !important;
    top: 0;
    left: 0;
    padding: 8px !important;
    border-radius: 1rem;
    background-color: rgba(27, 31, 10, 0.04) !important;
  }
  .cid-tJGsCG1vVL .navbar .dropdown.open > .dropdown-menu {
    display: flex !important;
    flex-direction: column;
    align-items: flex-start;
  }
}
@media (max-width: 575px) {
  .cid-tJGsCG1vVL .navbar-collapse {
    padding: 1rem;
  }
}
.cid-uj7Ohn5Tyf {
  padding-top: 8rem;
  padding-bottom: 1rem;
  background-color: #000000;
}
.cid-uj7Ohn5Tyf .justify-content-center {
  align-items: center;
}
.cid-uj7Ohn5Tyf .mbr-fallback-image.disabled {
  display: none;
}
.cid-uj7Ohn5Tyf .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uj7Ohn5Tyf .item-wrapper {
  display: flex;
  margin-left: auto;
}
@media (max-width: 767px) {
  .cid-uj7Ohn5Tyf .item-wrapper {
    margin-bottom: 1rem;
  }
}
.cid-uj7Ohn5Tyf .mbr-section-btn {
  padding-left: 1.5rem;
  text-align: right;
}
@media (max-width: 767px) {
  .cid-uj7Ohn5Tyf .mbr-section-btn {
    text-align: center;
    padding-left: 0rem;
  }
}
.cid-uj7Ohn5Tyf .row {
  align-items: center;
}
.cid-uj7Ohn5Tyf .card-text {
  color: #ffffff;
  margin-bottom: 0px;
  text-align: left;
}
@media (max-width: 767px) {
  .cid-uj7Ohn5Tyf .card-text {
    text-align: center;
  }
}
.cid-uj7OhniqlM {
  background-color: #ffffff;
  padding-top: 0;
  padding-bottom: 0;
}
.cid-uj7OhniqlM .carousel {
  width: 100%;
}
.cid-uj7OhniqlM .carousel-inner {
  display: flex;
  align-content: center;
  align-items: center;
}
.cid-uj7OhniqlM .carousel-item img {
  height: 100vh;
  object-fit: cover;
}
.cid-uj7OhniqlM img,
.cid-uj7OhniqlM .item-wrapper {
  border-radius: 0 !important;
}
.cid-uj7OhniqlM .carousel-caption {
  bottom: 40px;
}
.cid-uj7OhniqlM .mobi-mbri-arrow-next {
  margin-left: 5px;
}
.cid-uj7OhniqlM .mobi-mbri-arrow-prev {
  margin-right: 5px;
}
.cid-uj7OhniqlM .carousel-control:hover {
  background: #1b1b1b;
  color: #fff;
  opacity: 1;
}
.cid-uj7OhniqlM .item-wrapper {
  width: 100%;
}
@media (max-width: 767px) {
  .cid-uj7OhniqlM .container .carousel-control {
    margin-bottom: 0;
  }
  .cid-uj7OhniqlM .content-slider-wrap {
    width: 100% !important;
  }
}
.cid-uj7OhniqlM .container .carousel-indicators {
  margin-bottom: 3px;
}
.cid-uj7OhniqlM .carousel-control {
  top: 50%;
  width: 60px;
  height: 60px;
  margin-top: -1.5rem;
  font-size: 22px;
  background-color: rgba(0, 0, 0, 0.5);
  border: 2px solid #fff;
  border-radius: 50%;
  transition: all 0.3s;
}
.cid-uj7OhniqlM .carousel-control.carousel-control-prev {
  left: 0;
  margin-left: 2.5rem;
}
.cid-uj7OhniqlM .carousel-control.carousel-control-next {
  right: 0;
  margin-right: 2.5rem;
}
@media (max-width: 767px) {
  .cid-uj7OhniqlM .carousel-control {
    top: auto;
    bottom: 1rem;
  }
}
.cid-uj7OhniqlM .carousel-indicators {
  position: absolute;
  bottom: 0;
  margin-bottom: 1.5rem !important;
}
.cid-uj7OhniqlM .carousel-indicators li {
  max-width: 15px;
  height: 15px;
  width: 15px;
  max-height: 15px;
  margin: 3px;
  background-color: rgba(0, 0, 0, 0.5);
  border: 2px solid #fff;
  border-radius: 50%;
  opacity: 0.5;
  transition: all 0.3s;
}
.cid-uj7OhniqlM .carousel-indicators li.active,
.cid-uj7OhniqlM .carousel-indicators li:hover {
  opacity: 0.9;
}
.cid-uj7OhniqlM .carousel-indicators li::after,
.cid-uj7OhniqlM .carousel-indicators li::before {
  content: none;
}
.cid-uj7OhniqlM .carousel-indicators.ie-fix {
  left: 50%;
  display: block;
  width: 60%;
  margin-left: -30%;
  text-align: center;
}
@media (max-width: 768px) {
  .cid-uj7OhniqlM .carousel-indicators {
    display: none !important;
  }
}
@media (max-width: 991px) {
  .cid-uj7OhniqlM .mbr-section-subtitle,
  .cid-uj7OhniqlM .mbr-section-text,
  .cid-uj7OhniqlM .mbr-section-btn {
    text-align: center;
  }
}
.cid-uj7OhniqlM .carousel-control-prev,
.cid-uj7OhniqlM .carousel-control-next {
  display: none;
}
.cid-uj7Oho1m4W {
  padding-top: 6rem;
  padding-bottom: 6rem;
  background-color: #000000;
}
.cid-uj7Oho1m4W .mbr-text {
  color: #000000;
}
.cid-uj7Oho1m4W .mbr-section-subtitle {
  color: #000000;
  text-align: center;
}
.cid-uj7Oho1m4W .mbr-section-title {
  color: #ffffff;
  text-align: left;
}
.cid-uj7Oho1m4W .mbr-section-subtitle,
.cid-uj7Oho1m4W .main-button {
  text-align: left;
  color: #ffffff;
}
.cid-uj7Oho1m4W .main-button {
  margin-bottom: 2rem;
}
@media (max-width: 767px) {
  .cid-uj7Oho1m4W .main-button {
    margin-bottom: 2rem;
  }
}
.cid-uj7Oho1m4W .mbr-iconfont {
  font-size: 1.2rem !important;
  font-family: 'Moririse2' !important;
  color: white;
  transition: all 0.3s;
  transform: rotate(180deg);
  padding-left: 0.5rem;
}
.cid-uj7Oho1m4W .panel-group {
  border: none;
}
.cid-uj7Oho1m4W .card-header {
  padding: 0rem;
}
@media (max-width: 767px) {
  .cid-uj7Oho1m4W .card-header {
    padding: 0rem;
  }
}
.cid-uj7Oho1m4W .panel-body {
  padding: 0rem;
  padding-bottom: 0.5rem;
  margin-top: 1rem;
}
.cid-uj7Oho1m4W .collapsed span {
  transform: rotate(0deg);
}
.cid-uj7Oho1m4W .panel-title {
  display: flex;
  align-items: center;
  justify-content: space-between;
}
.cid-uj7Oho1m4W p {
  margin-bottom: 0.3rem;
}
.cid-uj7Oho1m4W .panel-title-edit {
  color: #000000;
}
.cid-uj7Oho1m4W .card .card-header {
  background-color: transparent;
  margin-bottom: 0;
  border: 0;
  border-radius: 2rem;
}
.cid-uj7Oho1m4W .card {
  background: #ffffff;
  padding: 2.25rem;
  border-radius: 2rem;
  margin-bottom: 1rem;
}
@media (max-width: 767px) {
  .cid-uj7Oho1m4W .card {
    padding: 2rem 1.5rem;
    margin-bottom: 1rem;
  }
}
@media (min-width: 992px) and (max-width: 1200px) {
  .cid-uj7Oho1m4W .card {
    margin-bottom: 1rem;
    padding: 2rem 1.5rem;
  }
}
.cid-uj7Oho1m4W .panel-text {
  color: #000000;
}
.cid-uj7Oho1m4W .panel-title-edit,
.cid-uj7Oho1m4W .mbr-iconfont {
  color: #000000;
}
.cid-uduqU6836b {
  padding-top: 2rem;
  padding-bottom: 3rem;
  background-image: url("../../../assets/images/white-background-2000x1334.jpeg");
}
.cid-uduqU6836b .logogree {
  position: relative;
  width: 100%;
}
.cid-uduqU6836b .agree {
  object-position: right;
  width: 40%;
  height: auto;
  object-fit: contain;
  display: block;
  border-radius: 0% !important;
}
.cid-uduqU6836b .mbr-fallback-image.disabled {
  display: none;
}
.cid-uduqU6836b .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uduqU6836b .footer-col {
  justify-content: space-between;
  display: flex;
}
@media (max-width: 767px) {
  .cid-uduqU6836b .footer-col {
    flex-direction: column;
  }
}
.cid-uduqU6836b .row {
  background: #ffffff;
  padding: 4rem 3rem;
  border-radius: 2rem;
  margin: 0px;
}
@media (max-width: 767px) {
  .cid-uduqU6836b .row {
    padding: 2rem 0.5rem;
  }
}
@media (min-width: 768px) and (max-width: 991px) {
  .cid-uduqU6836b .row {
    padding: 2.25rem 1.25rem;
  }
}
@media (min-width: 992px) {
  .cid-uduqU6836b .row {
    padding: 4rem 3rem;
  }
}
@media (max-width: 767px) {
  .cid-uduqU6836b .mbr-section-btn {
    text-align: center;
  }
}
.cid-uduqU6836b .social-row {
  display: flex;
  flex-wrap: wrap;
}
.cid-uduqU6836b .soc-item {
  margin: 8px;
}
.cid-uduqU6836b .soc-item a:hover .mbr-iconfont,
.cid-uduqU6836b .soc-item a:focus .mbr-iconfont {
  background-color: #232323;
}
.cid-uduqU6836b .soc-item a .mbr-iconfont {
  width: 72px;
  height: 72px;
  display: flex;
  align-items: center;
  justify-content: center;
  border-radius: 100%;
  font-size: 20px;
  background-color: #06549d;
  color: #ffffff;
  transition: all 0.3s ease-in-out;
}
@media (max-width: 767px) {
  .cid-uduqU6836b .row {
    text-align: center;
  }
  .cid-uduqU6836b .social-row {
    justify-content: center;
  }
}
.cid-uduqU6836b .list {
  list-style: none;
  padding-left: 0;
  color: #502274;
}
@media (max-width: 991px) {
  .cid-uduqU6836b .list {
    margin-bottom: 2rem;
  }
}
@media (min-width: 992px) {
  .cid-uduqU6836b .list {
    margin-bottom: 0rem;
  }
}
.cid-uduqU6836b .mbr-text {
  color: #bbbbbb;
}
.cid-uduqU6836b .mbr-section-subtitle {
  color: #000000;
  text-align: left;
}
.cid-uduqU6836b .list,
.cid-uduqU6836b .item-wrap {
  color: #232323;
  text-align: left;
}
.cid-uduqU6836b .copyright {
  color: #000000;
  text-align: center;
}
.cid-uduqU6836b H5 {
  text-align: left;
}
.cid-tJGsCG1vVL {
  z-index: 1000;
  width: 100%;
  position: inherit;
}
.cid-tJGsCG1vVL .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 .3s;
}
@media (max-width: 767px) {
  .cid-tJGsCG1vVL .navbar-toggler {
    transform: scale(0.8);
  }
}
.cid-tJGsCG1vVL .navbar-brand {
  flex-shrink: 0;
  align-items: center;
  margin-right: 0;
  padding: 10px 0;
  transition: all 2s;
  word-break: break-word;
  z-index: 1;
}
.cid-tJGsCG1vVL .navbar-brand img {
  max-width: 100%;
  max-height: 100%;
  border-radius: 0px !important;
}
.cid-tJGsCG1vVL .navbar-brand .navbar-caption {
  line-height: inherit !important;
}
.cid-tJGsCG1vVL .navbar-brand .navbar-logo a {
  outline: none;
}
.cid-tJGsCG1vVL .navbar-nav {
  margin: auto;
  margin-left: 0;
  margin-left: auto;
}
.cid-tJGsCG1vVL .navbar-nav .nav-item {
  padding: 0 !important;
  transition: .3s all !important;
}
.cid-tJGsCG1vVL .navbar-nav .nav-item .nav-link {
  padding: 16px !important;
  margin: 0 !important;
  border-radius: 1rem !important;
  transition: .3s all !important;
  border-radius: 4px !important;
}
.cid-tJGsCG1vVL .navbar-nav .nav-item .nav-link:hover {
  background-color: rgba(27, 31, 10, 0.06);
}
.cid-tJGsCG1vVL .navbar-nav .open .nav-link::after {
  transform: rotate(180deg);
}
@media (min-width: 992px) {
  .cid-tJGsCG1vVL .navbar-nav .open .nav-link::before {
    content: "";
    width: 100%;
    height: 20px;
    top: 100%;
    background: transparent;
    position: absolute;
  }
}
.cid-tJGsCG1vVL .navbar-nav .dropdown-item {
  padding: 12px !important;
  border-radius: 0.5rem !important;
  margin: 0 8px !important;
  transition: .3s all !important;
  border-radius: 4px !important;
}
.cid-tJGsCG1vVL .navbar-nav .dropdown-item:hover {
  background-color: rgba(27, 31, 10, 0.06);
}
@media (min-width: 992px) {
  .cid-tJGsCG1vVL .navbar-nav {
    padding-left: 1.5rem;
  }
}
.cid-tJGsCG1vVL .nav-link {
  width: fit-content;
  position: relative;
}
.cid-tJGsCG1vVL .navbar-logo {
  padding-left: 2rem;
  margin: 0 !important;
}
@media (max-width: 767px) {
  .cid-tJGsCG1vVL .navbar-logo {
    padding-left: 1rem;
  }
}
.cid-tJGsCG1vVL .navbar-caption {
  padding-left: 1rem;
  padding-right: .5rem;
}
@media (max-width: 767px) {
  .cid-tJGsCG1vVL .nav-dropdown {
    padding-bottom: 0.5rem;
  }
}
.cid-tJGsCG1vVL .nav-dropdown .link.dropdown-toggle::after {
  margin-left: 0.5rem;
  margin-top: 0.2rem;
  transition: .3s all;
  transition-delay: 300ms;
}
.cid-tJGsCG1vVL .container {
  display: flex;
  height: 90px;
  padding: 0.5rem 0.6rem;
  flex-wrap: nowrap;
  background: rgba(255, 255, 255, 0.9) !important;
  left: 0;
  right: 0;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: flex-end;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  border-radius: 100vw;
  margin-top: 1rem;
  background-color: #ffffff;
  box-shadow: 0 30px 60px 0 rgba(27, 31, 10, 0.08);
  border-radius: 4px !important;
}
@media (max-width: 992px) {
  .cid-tJGsCG1vVL .container {
    padding-right: 2rem;
  }
}
@media (max-width: 767px) {
  .cid-tJGsCG1vVL .container {
    width: 95%;
    height: 56px !important;
    padding-right: 1rem;
    margin-top: 0rem;
  }
}
.cid-tJGsCG1vVL .iconfont-wrapper {
  color: #0c2c68 !important;
  font-size: 1.5rem;
  padding-right: 0.5rem;
}
.cid-tJGsCG1vVL .dropdown-menu {
  flex-wrap: wrap;
  flex-direction: column;
  max-width: 100%;
  padding: 12px 4px !important;
  border-radius: 1.5rem;
  transition: .3s all !important;
  transition-delay: 300ms;
  min-width: auto;
  background: #ffffff;
  background: rgba(255, 255, 255, 0.9) !important;
  border-radius: 4px !important;
}
.cid-tJGsCG1vVL .nav-item:focus,
.cid-tJGsCG1vVL .nav-link:focus {
  outline: none;
}
.cid-tJGsCG1vVL .dropdown .dropdown-menu .dropdown-item {
  width: auto;
  transition: all .3s;
  transition-delay: 300ms;
}
.cid-tJGsCG1vVL .dropdown .dropdown-menu .dropdown-item::after {
  right: 0.5rem;
}
.cid-tJGsCG1vVL .dropdown .dropdown-menu .dropdown-item .mbr-iconfont {
  margin-right: 0.5rem;
  vertical-align: sub;
}
.cid-tJGsCG1vVL .dropdown .dropdown-menu .dropdown-item .mbr-iconfont:before {
  display: inline-block;
  transform: scale(1, 1);
  transition: all .3s;
}
.cid-tJGsCG1vVL .collapsed .dropdown-menu .dropdown-item:before {
  display: none;
}
.cid-tJGsCG1vVL .collapsed .dropdown .dropdown-menu .dropdown-item {
  padding: 0.235em 1.5em 0.235em 1.5em !important;
  transition: none;
  margin: 0 !important;
}
.cid-tJGsCG1vVL .navbar {
  min-height: 90px;
  transition: all 5s;
  border-bottom: 1px solid transparent;
  background: transparent !important;
  padding: 0 !important;
  border: none !important;
  box-shadow: none !important;
  border-radius: 0 !important;
}
.cid-tJGsCG1vVL .navbar.opened {
  transition: all 0.3s;
}
.cid-tJGsCG1vVL .navbar .dropdown-item {
  padding: 0.5rem 1.8rem;
}
.cid-tJGsCG1vVL .navbar .navbar-logo img {
  width: auto;
}
.cid-tJGsCG1vVL .navbar .navbar-collapse {
  z-index: 1;
  justify-content: flex-end;
}
.cid-tJGsCG1vVL .navbar.collapsed {
  justify-content: center;
}
.cid-tJGsCG1vVL .navbar.collapsed .nav-item .nav-link::before {
  display: none;
}
.cid-tJGsCG1vVL .navbar.collapsed.opened .dropdown-menu {
  top: 0;
}
@media (min-width: 992px) {
  .cid-tJGsCG1vVL .navbar.collapsed.opened:not(.navbar-short) .navbar-collapse {
    max-height: calc(98.5vh - 3.4rem);
  }
}
.cid-tJGsCG1vVL .navbar.collapsed .dropdown-menu .dropdown-submenu {
  left: 0 !important;
}
.cid-tJGsCG1vVL .navbar.collapsed .dropdown-menu .dropdown-item:after {
  right: auto;
}
.cid-tJGsCG1vVL .navbar.collapsed .dropdown-menu .dropdown-toggle[data-toggle="dropdown-submenu"]:after {
  margin-left: 0.5rem;
  margin-top: 0.2rem;
  border-top: 0.35em solid;
  border-right: 0.35em solid transparent;
  border-left: 0.35em solid transparent;
  border-bottom: 0;
  top: 41%;
}
.cid-tJGsCG1vVL .navbar.collapsed ul.navbar-nav li {
  margin: auto;
}
.cid-tJGsCG1vVL .navbar.collapsed .dropdown-menu .dropdown-item {
  padding: 0.25rem 0.5rem;
  text-align: center;
}
.cid-tJGsCG1vVL .navbar.collapsed .icons-menu {
  padding-left: 0;
  padding-right: 0;
  padding-top: 0.5rem;
  padding-bottom: 0.5rem;
}
@media (max-width: 767px) {
  .cid-tJGsCG1vVL .navbar {
    min-height: 72px;
  }
  .cid-tJGsCG1vVL .navbar .navbar-logo img {
    height: 2rem !important;
  }
}
@media (max-width: 991px) {
  .cid-tJGsCG1vVL .navbar .nav-item .nav-link::before {
    display: none;
  }
  .cid-tJGsCG1vVL .navbar.opened .dropdown-menu {
    top: 0;
  }
  .cid-tJGsCG1vVL .navbar .dropdown-menu .dropdown-submenu {
    left: 0 !important;
  }
  .cid-tJGsCG1vVL .navbar .dropdown-menu .dropdown-item:after {
    right: auto;
  }
  .cid-tJGsCG1vVL .navbar .dropdown-menu .dropdown-toggle[data-toggle="dropdown-submenu"]:after {
    margin-left: 0.5rem;
    margin-top: 0.2rem;
    border-top: 0.35em solid;
    border-right: 0.35em solid transparent;
    border-left: 0.35em solid transparent;
    border-bottom: 0;
    top: 40%;
  }
  .cid-tJGsCG1vVL .navbar .dropdown-menu .dropdown-item {
    padding: 0.25rem 1.5rem !important;
    text-align: center;
  }
  .cid-tJGsCG1vVL .navbar .navbar-brand {
    flex-shrink: initial;
    flex-basis: auto;
    word-break: break-word;
    padding-right: 10px;
  }
  .cid-tJGsCG1vVL .navbar .navbar-toggler {
    flex-basis: auto;
  }
  .cid-tJGsCG1vVL .navbar .icons-menu {
    padding-left: 0;
    padding-top: 0.5rem;
    padding-bottom: 0.5rem;
  }
}
.cid-tJGsCG1vVL .navbar.navbar-short .navbar-logo img {
  height: 2rem;
}
.cid-tJGsCG1vVL .dropdown-item.active,
.cid-tJGsCG1vVL .dropdown-item:active {
  background-color: transparent;
}
.cid-tJGsCG1vVL .navbar-expand-lg .navbar-nav .nav-link {
  padding: 0;
}
.cid-tJGsCG1vVL .nav-dropdown .link.dropdown-toggle {
  margin-right: 1.667em;
}
.cid-tJGsCG1vVL .nav-dropdown .link.dropdown-toggle[aria-expanded="true"] {
  margin-right: 0;
  padding: 0.667em 1.667em;
}
.cid-tJGsCG1vVL .navbar.navbar-expand-lg .dropdown .dropdown-menu {
  background: #ffffff;
}
.cid-tJGsCG1vVL .navbar.navbar-expand-lg .dropdown .dropdown-menu .dropdown-submenu {
  margin: 0;
  left: 100%;
  transform: none;
  top: -12px;
}
.cid-tJGsCG1vVL .navbar .dropdown.open > .dropdown-menu {
  display: flex;
}
.cid-tJGsCG1vVL ul.navbar-nav {
  flex-wrap: wrap;
}
.cid-tJGsCG1vVL .navbar-buttons {
  text-align: center;
  min-width: 140px;
}
@media (max-width: 992px) {
  .cid-tJGsCG1vVL .navbar-buttons {
    text-align: left;
  }
}
.cid-tJGsCG1vVL button.navbar-toggler {
  outline: none;
  width: 31px;
  height: 20px;
  cursor: pointer;
  transition: all 0.2s;
  position: relative;
  align-self: center;
}
.cid-tJGsCG1vVL button.navbar-toggler .hamburger span {
  position: absolute;
  right: 0;
  width: 30px;
  height: 2px;
  border-right: 5px;
  background-color: #06549d;
}
.cid-tJGsCG1vVL button.navbar-toggler .hamburger span:nth-child(1) {
  top: 0;
  transition: all 0.2s;
}
.cid-tJGsCG1vVL button.navbar-toggler .hamburger span:nth-child(2) {
  top: 8px;
  transition: all 0.15s;
}
.cid-tJGsCG1vVL button.navbar-toggler .hamburger span:nth-child(3) {
  top: 8px;
  transition: all 0.15s;
}
.cid-tJGsCG1vVL button.navbar-toggler .hamburger span:nth-child(4) {
  top: 16px;
  transition: all 0.2s;
}
.cid-tJGsCG1vVL nav.opened .hamburger span:nth-child(1) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-tJGsCG1vVL nav.opened .hamburger span:nth-child(2) {
  transform: rotate(45deg);
  transition: all 0.25s;
}
.cid-tJGsCG1vVL nav.opened .hamburger span:nth-child(3) {
  transform: rotate(-45deg);
  transition: all 0.25s;
}
.cid-tJGsCG1vVL nav.opened .hamburger span:nth-child(4) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-tJGsCG1vVL .navbar-dropdown {
  padding: 0 1rem;
}
.cid-tJGsCG1vVL a.nav-link {
  display: flex;
  align-items: center;
  justify-content: center;
}
.cid-tJGsCG1vVL .icons-menu {
  flex-wrap: nowrap;
  display: flex;
  justify-content: center;
  padding-left: 1rem;
  padding-right: 1rem;
  padding-top: 0.3rem;
  text-align: center;
}
@media (max-width: 992px) {
  .cid-tJGsCG1vVL .icons-menu {
    justify-content: flex-start;
    margin-bottom: .5rem;
  }
}
@media screen and (-ms-high-contrast: active), (-ms-high-contrast: none) {
  .cid-tJGsCG1vVL .navbar {
    height: 70px;
  }
  .cid-tJGsCG1vVL .navbar.opened {
    height: auto;
  }
  .cid-tJGsCG1vVL .nav-item .nav-link:hover::before {
    width: 175%;
    max-width: calc(100% + 2rem);
    left: -1rem;
  }
}
.cid-tJGsCG1vVL .navbar .dropdown > .dropdown-menu {
  display: none;
  width: max-content;
  max-width: 500px !important;
  transform: translateX(-50%);
  top: calc(100% + 20px);
  left: 50%;
}
.cid-tJGsCG1vVL .navbar .dropdown > .dropdown-menu .dropdown-item {
  line-height: 1 !important;
}
.cid-tJGsCG1vVL .navbar .dropdown > .dropdown-menu .dropdown .dropdown-item {
  align-items: center;
  display: flex;
  height: max-content !important;
  min-height: max-content !important;
}
.cid-tJGsCG1vVL .navbar .dropdown > .dropdown-menu .dropdown .dropdown-item::after {
  display: inline-block;
  position: static;
  margin-left: 0.5rem;
  margin-top: 0;
  margin-right: 0;
  margin-bottom: 0;
  transition: .3s all;
  transform: rotate(-90deg);
}
.cid-tJGsCG1vVL .navbar .dropdown > .dropdown-menu .dropdown.open .dropdown-item::after {
  transform: rotate(0deg);
}
.cid-tJGsCG1vVL .mbr-section-btn {
  margin: -0.6rem -0.6rem;
}
.cid-tJGsCG1vVL .navbar-toggler {
  margin-left: 12px;
  margin-right: 8px;
  order: 1000;
}
@media (max-width: 991px) {
  .cid-tJGsCG1vVL .navbar-brand {
    margin-right: auto;
  }
  .cid-tJGsCG1vVL .navbar-collapse {
    z-index: -1 !important;
    position: absolute;
    top: 110%;
    left: 0;
    width: 100%;
    padding: 1rem;
    border-radius: 1.5rem;
    background: #ffffff;
    opacity: 1;
    border-color: rgba(255, 255, 255, 0.9) !important;
    background: rgba(255, 255, 255, 0.9) !important;
    backdrop-filter: blur(8px);
    border-radius: 4px !important;
  }
  .cid-tJGsCG1vVL .navbar-nav .nav-item .nav-link::after {
    margin-left: 10px;
  }
  .cid-tJGsCG1vVL .navbar-nav .dropdown-item:hover {
    background-color: rgba(27, 31, 10, 0.06);
  }
  .cid-tJGsCG1vVL .navbar .dropdown > .dropdown-menu {
    max-width: 100% !important;
    transform: translateX(0);
    top: 10px;
    left: 0;
    padding: 8px !important;
    border-radius: 1rem;
    background-color: rgba(27, 31, 10, 0.04) !important;
  }
  .cid-tJGsCG1vVL .navbar .dropdown > .dropdown-menu .dropdown-item {
    padding: 8px !important;
    line-height: 1 !important;
    margin-bottom: 4px !important;
  }
  .cid-tJGsCG1vVL .navbar .dropdown > .dropdown-menu .dropdown .dropdown-item {
    align-items: center;
    display: flex;
    height: max-content !important;
    min-height: max-content !important;
  }
  .cid-tJGsCG1vVL .navbar .dropdown > .dropdown-menu .dropdown .dropdown-item::after {
    display: inline-block;
    position: static;
    margin-left: 0.5rem;
    margin-top: 0;
    margin-right: 0;
    margin-bottom: 0;
    transition: .3s all;
    transform: rotate(0deg);
  }
  .cid-tJGsCG1vVL .navbar .dropdown > .dropdown-menu .dropdown.open .dropdown-item::after {
    transform: rotate(180deg);
  }
  .cid-tJGsCG1vVL .navbar .dropdown > .dropdown-menu .dropdown-submenu {
    position: static;
    width: 100%;
    max-width: 100% !important;
    transform: translateX(0) !important;
    top: 0;
    left: 0;
    padding: 8px !important;
    border-radius: 1rem;
    background-color: rgba(27, 31, 10, 0.04) !important;
  }
  .cid-tJGsCG1vVL .navbar .dropdown.open > .dropdown-menu {
    display: flex !important;
    flex-direction: column;
    align-items: flex-start;
  }
}
@media (max-width: 575px) {
  .cid-tJGsCG1vVL .navbar-collapse {
    padding: 1rem;
  }
}
.cid-uj7W3dPGjl {
  padding-top: 8rem;
  padding-bottom: 1rem;
  background-color: #06549d;
}
.cid-uj7W3dPGjl .justify-content-center {
  align-items: center;
}
.cid-uj7W3dPGjl .mbr-fallback-image.disabled {
  display: none;
}
.cid-uj7W3dPGjl .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uj7W3dPGjl .item-wrapper {
  display: flex;
  margin-left: auto;
}
@media (max-width: 767px) {
  .cid-uj7W3dPGjl .item-wrapper {
    margin-bottom: 1rem;
  }
}
.cid-uj7W3dPGjl .mbr-section-btn {
  padding-left: 1.5rem;
  text-align: right;
}
@media (max-width: 767px) {
  .cid-uj7W3dPGjl .mbr-section-btn {
    text-align: center;
    padding-left: 0rem;
  }
}
.cid-uj7W3dPGjl .row {
  align-items: center;
}
.cid-uj7W3dPGjl .card-text {
  color: #ffffff;
  margin-bottom: 0px;
  text-align: left;
}
@media (max-width: 767px) {
  .cid-uj7W3dPGjl .card-text {
    text-align: center;
  }
}
.cid-uj7W3e5aN2 {
  padding-top: 2rem;
  padding-bottom: 0rem;
  background-color: #ffffff;
}
.cid-uj7W3e5aN2 .content-head {
  max-width: 800px;
}
.cid-uj7W3ektrh {
  padding-top: 0rem;
  padding-bottom: 3rem;
  background-color: #ffffff;
}
.cid-uj7W3ewctT {
  padding-top: 2rem;
  padding-bottom: 6rem;
  background-color: #ffffff;
}
.cid-uj7W3ewctT .content-head {
  max-width: 800px;
}
.cid-uj7W3eMln5 {
  padding-top: 90px;
  padding-bottom: 90px;
  background-color: #ffffff;
}
.cid-uj7W3eMln5 .carousel-control {
  background: #000;
}
.cid-uj7W3eMln5 .mbr-section-subtitle {
  color: #767676;
}
.cid-uj7W3eMln5 .carousel-item {
  -webkit-justify-content: center;
  justify-content: center;
}
.cid-uj7W3eMln5 .carousel-item .media-container-row {
  -webkit-flex-grow: 1;
  flex-grow: 1;
}
.cid-uj7W3eMln5 .carousel-item .wrap-img {
  text-align: center;
}
.cid-uj7W3eMln5 .carousel-item .wrap-img img {
  max-height: 150px;
  width: auto;
  max-width: 100%;
}
.cid-uj7W3eMln5 .carousel-controls {
  display: flex;
  -webkit-justify-content: center;
  justify-content: center;
}
.cid-uj7W3eMln5 .carousel-controls .carousel-control {
  background: #000;
  border-radius: 50%;
  position: static;
  width: 40px;
  height: 40px;
  margin-top: 2rem;
  border-width: 1px;
}
.cid-uj7W3eMln5 .carousel-controls .carousel-control.carousel-control-prev {
  left: auto;
  margin-right: 20px;
  margin-left: 0;
}
.cid-uj7W3eMln5 .carousel-controls .carousel-control.carousel-control-next {
  right: auto;
  margin-right: 0;
}
.cid-uj7W3eMln5 .carousel-controls .carousel-control .mbr-iconfont {
  font-size: 1rem;
}
.cid-uj7W3eMln5 .cloneditem-1,
.cid-uj7W3eMln5 .cloneditem-2,
.cid-uj7W3eMln5 .cloneditem-3,
.cid-uj7W3eMln5 .cloneditem-4,
.cid-uj7W3eMln5 .cloneditem-5 {
  display: none;
}
.cid-uj7W3eMln5 .col-lg-15 {
  -webkit-box-flex: 0;
  -ms-flex: 0 0 100%;
  -webkit-flex: 0 0 100%;
  flex: 0 0 100%;
  max-width: 100%;
  position: relative;
  min-height: 1px;
  padding-right: 10px;
  padding-left: 10px;
  width: 100%;
}
@media (min-width: 992px) {
  .cid-uj7W3eMln5 .col-lg-15 {
    -ms-flex: 0 0 20%;
    -webkit-flex: 0 0 20%;
    flex: 0 0 20%;
    max-width: 20%;
    width: 20%;
  }
  .cid-uj7W3eMln5 .carousel-inner.slides2 > .carousel-item.active.carousel-item-right,
  .cid-uj7W3eMln5 .carousel-inner.slides2 > .carousel-item.carousel-item-next {
    left: 0;
    -webkit-transform: translate3d(50%, 0, 0);
    transform: translate3d(50%, 0, 0);
  }
  .cid-uj7W3eMln5 .carousel-inner.slides2 > .carousel-item.active.carousel-item-left,
  .cid-uj7W3eMln5 .carousel-inner.slides2 > .carousel-item.carousel-item-prev {
    left: 0;
    -webkit-transform: translate3d(-50%, 0, 0);
    transform: translate3d(-50%, 0, 0);
  }
  .cid-uj7W3eMln5 .carousel-inner.slides2 > .carousel-item.carousel-item-left,
  .cid-uj7W3eMln5 .carousel-inner.slides2 > .carousel-item.carousel-item-prev.carousel-item-right,
  .cid-uj7W3eMln5 .carousel-inner.slides2 > .carousel-item.active {
    left: 0;
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
  }
  .cid-uj7W3eMln5 .carousel-inner.slides2 .cloneditem-1,
  .cid-uj7W3eMln5 .carousel-inner.slides2 .cloneditem-2,
  .cid-uj7W3eMln5 .carousel-inner.slides2 .cloneditem-3 {
    display: block;
  }
  .cid-uj7W3eMln5 .carousel-inner.slides3 > .carousel-item.active.carousel-item-right,
  .cid-uj7W3eMln5 .carousel-inner.slides3 > .carousel-item.carousel-item-next {
    left: 0;
    -webkit-transform: translate3d(33.333333%, 0, 0);
    transform: translate3d(33.333333%, 0, 0);
  }
  .cid-uj7W3eMln5 .carousel-inner.slides3 > .carousel-item.active.carousel-item-left,
  .cid-uj7W3eMln5 .carousel-inner.slides3 > .carousel-item.carousel-item-prev {
    left: 0;
    -webkit-transform: translate3d(-33.333333%, 0, 0);
    transform: translate3d(-33.333333%, 0, 0);
  }
  .cid-uj7W3eMln5 .carousel-inner.slides3 > .carousel-item.carousel-item-left,
  .cid-uj7W3eMln5 .carousel-inner.slides3 > .carousel-item.carousel-item-prev.carousel-item-right,
  .cid-uj7W3eMln5 .carousel-inner.slides3 > .carousel-item.active {
    left: 0;
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
  }
  .cid-uj7W3eMln5 .carousel-inner.slides3 .cloneditem-1,
  .cid-uj7W3eMln5 .carousel-inner.slides3 .cloneditem-2,
  .cid-uj7W3eMln5 .carousel-inner.slides3 .cloneditem-3 {
    display: block;
  }
  .cid-uj7W3eMln5 .carousel-inner.slides4 > .carousel-item.active.carousel-item-right,
  .cid-uj7W3eMln5 .carousel-inner.slides4 > .carousel-item.carousel-item-next {
    left: 0;
    -webkit-transform: translate3d(25%, 0, 0);
    transform: translate3d(25%, 0, 0);
  }
  .cid-uj7W3eMln5 .carousel-inner.slides4 > .carousel-item.active.carousel-item-left,
  .cid-uj7W3eMln5 .carousel-inner.slides4 > .carousel-item.carousel-item-prev {
    left: 0;
    -webkit-transform: translate3d(-25%, 0, 0);
    transform: translate3d(-25%, 0, 0);
  }
  .cid-uj7W3eMln5 .carousel-inner.slides4 > .carousel-item.carousel-item-left,
  .cid-uj7W3eMln5 .carousel-inner.slides4 > .carousel-item.carousel-item-prev.carousel-item-right,
  .cid-uj7W3eMln5 .carousel-inner.slides4 > .carousel-item.active {
    left: 0;
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
  }
  .cid-uj7W3eMln5 .carousel-inner.slides4 .cloneditem-1,
  .cid-uj7W3eMln5 .carousel-inner.slides4 .cloneditem-2,
  .cid-uj7W3eMln5 .carousel-inner.slides4 .cloneditem-3 {
    display: block;
  }
  .cid-uj7W3eMln5 .carousel-inner.slides5 > .carousel-item.active.carousel-item-right,
  .cid-uj7W3eMln5 .carousel-inner.slides5 > .carousel-item.carousel-item-next {
    left: 0;
    -webkit-transform: translate3d(20%, 0, 0);
    transform: translate3d(20%, 0, 0);
  }
  .cid-uj7W3eMln5 .carousel-inner.slides5 > .carousel-item.active.carousel-item-left,
  .cid-uj7W3eMln5 .carousel-inner.slides5 > .carousel-item.carousel-item-prev {
    left: 0;
    -webkit-transform: translate3d(-20%, 0, 0);
    transform: translate3d(-20%, 0, 0);
  }
  .cid-uj7W3eMln5 .carousel-inner.slides5 > .carousel-item.carousel-item-left,
  .cid-uj7W3eMln5 .carousel-inner.slides5 > .carousel-item.carousel-item-prev.carousel-item-right,
  .cid-uj7W3eMln5 .carousel-inner.slides5 > .carousel-item.active {
    left: 0;
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
  }
  .cid-uj7W3eMln5 .carousel-inner.slides5 .cloneditem-1,
  .cid-uj7W3eMln5 .carousel-inner.slides5 .cloneditem-2,
  .cid-uj7W3eMln5 .carousel-inner.slides5 .cloneditem-3,
  .cid-uj7W3eMln5 .carousel-inner.slides5 .cloneditem-4 {
    display: block;
  }
  .cid-uj7W3eMln5 .carousel-inner.slides6 > .carousel-item.active.carousel-item-right,
  .cid-uj7W3eMln5 .carousel-inner.slides6 > .carousel-item.carousel-item-next {
    left: 0;
    -webkit-transform: translate3d(16.666667%, 0, 0);
    transform: translate3d(16.666667%, 0, 0);
  }
  .cid-uj7W3eMln5 .carousel-inner.slides6 > .carousel-item.active.carousel-item-left,
  .cid-uj7W3eMln5 .carousel-inner.slides6 > .carousel-item.carousel-item-prev {
    left: 0;
    -webkit-transform: translate3d(-16.666667%, 0, 0);
    transform: translate3d(-16.666667%, 0, 0);
  }
  .cid-uj7W3eMln5 .carousel-inner.slides6 > .carousel-item.carousel-item-left,
  .cid-uj7W3eMln5 .carousel-inner.slides6 > .carousel-item.carousel-item-prev.carousel-item-right,
  .cid-uj7W3eMln5 .carousel-inner.slides6 > .carousel-item.active {
    left: 0;
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
  }
  .cid-uj7W3eMln5 .carousel-inner.slides6 .cloneditem-1,
  .cid-uj7W3eMln5 .carousel-inner.slides6 .cloneditem-2,
  .cid-uj7W3eMln5 .carousel-inner.slides6 .cloneditem-3,
  .cid-uj7W3eMln5 .carousel-inner.slides6 .cloneditem-4,
  .cid-uj7W3eMln5 .carousel-inner.slides6 .cloneditem-5 {
    display: block;
  }
}
.cid-uj7W3fxXQE {
  padding-top: 6rem;
  padding-bottom: 6rem;
  background-color: #ffffff;
}
.cid-uj7W3fxXQE .video-wrapper iframe {
  width: 100%;
}
.cid-uj7W3fxXQE .mbr-section-title,
.cid-uj7W3fxXQE .mbr-section-subtitle,
.cid-uj7W3fxXQE .mbr-text {
  text-align: center;
}
.cid-uj7W3gtlc8 {
  padding-top: 6rem;
  padding-bottom: 6rem;
  background-color: #ffffff;
}
.cid-uj7W3gtlc8 .item-subtitle {
  line-height: 1.2;
  color: #232323;
  text-align: center;
}
.cid-uj7W3gtlc8 img,
.cid-uj7W3gtlc8 .item-img {
  width: 100%;
  height: 100%;
  height: 400px;
  object-fit: cover;
}
.cid-uj7W3gtlc8 .item:focus,
.cid-uj7W3gtlc8 span:focus {
  outline: none;
}
.cid-uj7W3gtlc8 .item {
  margin-bottom: 2rem;
}
@media (max-width: 767px) {
  .cid-uj7W3gtlc8 .item {
    margin-bottom: 1rem;
  }
}
.cid-uj7W3gtlc8 .item-wrapper {
  position: relative;
  border-radius: 4px;
  height: 100%;
  display: flex;
  flex-flow: column nowrap;
}
.cid-uj7W3gtlc8 .mbr-section-title {
  color: #232323;
}
.cid-uj7W3gtlc8 .mbr-text,
.cid-uj7W3gtlc8 .mbr-section-btn {
  color: #232323;
  text-align: center;
}
.cid-uj7W3gtlc8 .item-title {
  color: #232323;
  text-align: center;
}
.cid-uj7W3gtlc8 .content-head {
  max-width: 800px;
}
.cid-uj7W3gMlhC {
  padding-top: 6rem;
  padding-bottom: 6rem;
  background-color: #ffffff;
}
.cid-uj7W3gMlhC .mbr-fallback-image.disabled {
  display: none;
}
.cid-uj7W3gMlhC .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uj7W3h2ive {
  background-color: #ffffff;
  padding-top: 0px;
  padding-bottom: 0px;
}
.cid-uj7W3h2ive img {
  object-fit: contain;
  border-radius: 0 !important;
}
.cid-uj7W3hgv2I {
  padding-top: 6rem;
  padding-bottom: 6rem;
  background-color: #ffffff;
}
.cid-uj7W3hgv2I .mbr-fallback-image.disabled {
  display: none;
}
.cid-uj7W3hgv2I .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uj7W3hAaFC {
  background-color: #ffffff;
  padding-top: 0px;
  padding-bottom: 0px;
}
.cid-uj7W3hAaFC img {
  object-fit: contain;
  border-radius: 0 !important;
}
.cid-uj7W3hN7xa {
  display: flex;
}
@media (min-width: 768px) {
  .cid-uj7W3hN7xa {
    align-items: flex-end;
  }
  .cid-uj7W3hN7xa .row {
    justify-content: flex-start;
  }
  .cid-uj7W3hN7xa .content-wrap {
    padding: 1rem 3rem;
  }
}
@media (max-width: 991px) and (min-width: 768px) {
  .cid-uj7W3hN7xa .content-wrap {
    min-width: 50%;
  }
}
@media (max-width: 767px) {
  .cid-uj7W3hN7xa {
    -webkit-align-items: center;
    align-items: flex-end;
  }
  .cid-uj7W3hN7xa .mbr-row {
    -webkit-justify-content: center;
    justify-content: center;
  }
  .cid-uj7W3hN7xa .content-wrap {
    width: 100%;
  }
}
.cid-uj7W3hN7xa .mbr-fallback-image.disabled {
  display: none;
}
.cid-uj7W3hN7xa .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/background1.jpg");
}
.cid-uj7W3hN7xa .mbr-section-title,
.cid-uj7W3hN7xa .mbr-section-subtitle {
  text-align: left;
  color: #ffc091;
}
.cid-uj7W3hN7xa .mbr-text,
.cid-uj7W3hN7xa .mbr-section-btn {
  text-align: left;
}
.cid-uj7W3i5NwH {
  padding-top: 6rem;
  padding-bottom: 6rem;
  background-color: #ffffff;
}
.cid-uj7W3i5NwH .item-subtitle {
  line-height: 1.2;
  color: #232323;
  text-align: center;
}
.cid-uj7W3i5NwH img,
.cid-uj7W3i5NwH .item-img {
  width: 100%;
  height: 100%;
  height: 400px;
  object-fit: cover;
}
.cid-uj7W3i5NwH .item:focus,
.cid-uj7W3i5NwH span:focus {
  outline: none;
}
.cid-uj7W3i5NwH .item {
  margin-bottom: 2rem;
}
@media (max-width: 767px) {
  .cid-uj7W3i5NwH .item {
    margin-bottom: 1rem;
  }
}
.cid-uj7W3i5NwH .item-wrapper {
  position: relative;
  border-radius: 4px;
  height: 100%;
  display: flex;
  flex-flow: column nowrap;
}
.cid-uj7W3i5NwH .mbr-section-title {
  color: #232323;
}
.cid-uj7W3i5NwH .mbr-text,
.cid-uj7W3i5NwH .mbr-section-btn {
  color: #232323;
  text-align: center;
}
.cid-uj7W3i5NwH .item-title {
  color: #232323;
  text-align: center;
}
.cid-uj7W3i5NwH .content-head {
  max-width: 800px;
}
.cid-uj7W3iniYB {
  padding-top: 6rem;
  padding-bottom: 6rem;
  background-color: #ffffff;
}
.cid-uj7W3iniYB .mbr-fallback-image.disabled {
  display: none;
}
.cid-uj7W3iniYB .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uj7W3iFuNk {
  background-color: #ffffff;
  padding-top: 0px;
  padding-bottom: 0px;
}
.cid-uj7W3iFuNk img {
  object-fit: contain;
  border-radius: 0 !important;
}
.cid-uj7W3iTh4l {
  padding-top: 6rem;
  padding-bottom: 6rem;
  background-color: #06549d;
}
.cid-uj7W3iTh4l .mbr-fallback-image.disabled {
  display: none;
}
.cid-uj7W3iTh4l .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uj7W3iTh4l .nav-tabs .nav-item.open .nav-link:focus,
.cid-uj7W3iTh4l .nav-tabs .nav-link.active:focus {
  outline: none;
}
.cid-uj7W3iTh4l .nav-tabs {
  flex-wrap: wrap;
  border-bottom: none;
}
@media (max-width: 767px) {
  .cid-uj7W3iTh4l .nav-item {
    width: 100%;
    margin-right: 0 !important;
    text-align: center;
  }
}
.cid-uj7W3iTh4l .nav-tabs .nav-item {
  margin-right: 1.5rem;
}
.cid-uj7W3iTh4l .nav-tabs .nav-link {
  transition: padding 0.3s ease, background-color 0.3s ease;
  border: none;
  border-radius: 2rem !important;
  padding: 1.25rem 0!important;
  background-color: transparent!important;
  overflow: hidden!important;
}
.cid-uj7W3iTh4l .nav-tabs .nav-link:not(.active) {
  color: #ffffff;
}
.cid-uj7W3iTh4l .nav-tabs .nav-link.active {
  color: #06549d !important;
  background-color: #ffffff !important;
  padding: 1.25rem 2rem!important;
}
.cid-uj7W3iTh4l .mbr-section-title {
  text-align: center;
  color: #ffffff;
}
.cid-uj7W3iTh4l .mbr-section-subtitle {
  text-align: center;
  color: #ffffff;
}
.cid-uj7W3iTh4l .mbr-text {
  color: #ffffff;
  margin: 0;
  text-align: center;
}
.cid-uj7W3iTh4l .content-head {
  max-width: 800px;
}
.cid-uj7W3iTh4l .item-wrapper {
  background-color: #06549d;
  padding: 2.25rem;
}
@media (max-width: 767px) {
  .cid-uj7W3iTh4l .item-wrapper {
    padding: 2rem 1.5rem;
  }
}
.cid-uj7W3jeJaD {
  padding-top: 6rem;
  padding-bottom: 6rem;
  background-color: #ffffff;
}
.cid-uj7W3jeJaD .mbr-fallback-image.disabled {
  display: none;
}
.cid-uj7W3jeJaD .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uj7W3jujFt {
  background-color: #ffffff;
  padding-top: 0px;
  padding-bottom: 0px;
}
.cid-uj7W3jujFt img {
  object-fit: contain;
  border-radius: 0 !important;
}
.cid-uj7W3jIcc6 {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-color: #edefeb;
}
.cid-uj7W3jIcc6 .mbr-text {
  color: #000000;
}
.cid-uj7W3jIcc6 .mbr-section-subtitle {
  color: #000000;
}
.cid-uj7W3jIcc6 .mbr-section-title {
  color: #000000;
  text-align: center;
}
.cid-uj7W3jIcc6 .mbr-text,
.cid-uj7W3jIcc6 .item .mbr-section-btn {
  text-align: left;
}
.cid-uj7W3jIcc6 .item-wrapper {
  background: #ffffff;
  margin-bottom: 2rem;
  padding: 2.25rem;
}
@media (min-width: 992px) and (max-width: 1200px) {
  .cid-uj7W3jIcc6 .item-wrapper {
    padding: 2rem 1.5rem;
    margin-bottom: 2rem;
  }
}
@media (max-width: 767px) {
  .cid-uj7W3jIcc6 .item-wrapper {
    padding: 2rem 1.5rem;
    margin-bottom: 1rem;
  }
}
.cid-uduqU6836b {
  padding-top: 2rem;
  padding-bottom: 3rem;
  background-image: url("../../../assets/images/white-background-2000x1334.jpeg");
}
.cid-uduqU6836b .logogree {
  position: relative;
  width: 100%;
}
.cid-uduqU6836b .agree {
  object-position: right;
  width: 40%;
  height: auto;
  object-fit: contain;
  display: block;
  border-radius: 0% !important;
}
.cid-uduqU6836b .mbr-fallback-image.disabled {
  display: none;
}
.cid-uduqU6836b .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uduqU6836b .footer-col {
  justify-content: space-between;
  display: flex;
}
@media (max-width: 767px) {
  .cid-uduqU6836b .footer-col {
    flex-direction: column;
  }
}
.cid-uduqU6836b .row {
  background: #ffffff;
  padding: 4rem 3rem;
  border-radius: 2rem;
  margin: 0px;
}
@media (max-width: 767px) {
  .cid-uduqU6836b .row {
    padding: 2rem 0.5rem;
  }
}
@media (min-width: 768px) and (max-width: 991px) {
  .cid-uduqU6836b .row {
    padding: 2.25rem 1.25rem;
  }
}
@media (min-width: 992px) {
  .cid-uduqU6836b .row {
    padding: 4rem 3rem;
  }
}
@media (max-width: 767px) {
  .cid-uduqU6836b .mbr-section-btn {
    text-align: center;
  }
}
.cid-uduqU6836b .social-row {
  display: flex;
  flex-wrap: wrap;
}
.cid-uduqU6836b .soc-item {
  margin: 8px;
}
.cid-uduqU6836b .soc-item a:hover .mbr-iconfont,
.cid-uduqU6836b .soc-item a:focus .mbr-iconfont {
  background-color: #232323;
}
.cid-uduqU6836b .soc-item a .mbr-iconfont {
  width: 72px;
  height: 72px;
  display: flex;
  align-items: center;
  justify-content: center;
  border-radius: 100%;
  font-size: 20px;
  background-color: #06549d;
  color: #ffffff;
  transition: all 0.3s ease-in-out;
}
@media (max-width: 767px) {
  .cid-uduqU6836b .row {
    text-align: center;
  }
  .cid-uduqU6836b .social-row {
    justify-content: center;
  }
}
.cid-uduqU6836b .list {
  list-style: none;
  padding-left: 0;
  color: #502274;
}
@media (max-width: 991px) {
  .cid-uduqU6836b .list {
    margin-bottom: 2rem;
  }
}
@media (min-width: 992px) {
  .cid-uduqU6836b .list {
    margin-bottom: 0rem;
  }
}
.cid-uduqU6836b .mbr-text {
  color: #bbbbbb;
}
.cid-uduqU6836b .mbr-section-subtitle {
  color: #000000;
  text-align: left;
}
.cid-uduqU6836b .list,
.cid-uduqU6836b .item-wrap {
  color: #232323;
  text-align: left;
}
.cid-uduqU6836b .copyright {
  color: #000000;
  text-align: center;
}
.cid-uduqU6836b H5 {
  text-align: left;
}
.cid-tJGsCG1vVL {
  z-index: 1000;
  width: 100%;
  position: inherit;
}
.cid-tJGsCG1vVL .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 .3s;
}
@media (max-width: 767px) {
  .cid-tJGsCG1vVL .navbar-toggler {
    transform: scale(0.8);
  }
}
.cid-tJGsCG1vVL .navbar-brand {
  flex-shrink: 0;
  align-items: center;
  margin-right: 0;
  padding: 10px 0;
  transition: all 2s;
  word-break: break-word;
  z-index: 1;
}
.cid-tJGsCG1vVL .navbar-brand img {
  max-width: 100%;
  max-height: 100%;
  border-radius: 0px !important;
}
.cid-tJGsCG1vVL .navbar-brand .navbar-caption {
  line-height: inherit !important;
}
.cid-tJGsCG1vVL .navbar-brand .navbar-logo a {
  outline: none;
}
.cid-tJGsCG1vVL .navbar-nav {
  margin: auto;
  margin-left: 0;
  margin-left: auto;
}
.cid-tJGsCG1vVL .navbar-nav .nav-item {
  padding: 0 !important;
  transition: .3s all !important;
}
.cid-tJGsCG1vVL .navbar-nav .nav-item .nav-link {
  padding: 16px !important;
  margin: 0 !important;
  border-radius: 1rem !important;
  transition: .3s all !important;
  border-radius: 4px !important;
}
.cid-tJGsCG1vVL .navbar-nav .nav-item .nav-link:hover {
  background-color: rgba(27, 31, 10, 0.06);
}
.cid-tJGsCG1vVL .navbar-nav .open .nav-link::after {
  transform: rotate(180deg);
}
@media (min-width: 992px) {
  .cid-tJGsCG1vVL .navbar-nav .open .nav-link::before {
    content: "";
    width: 100%;
    height: 20px;
    top: 100%;
    background: transparent;
    position: absolute;
  }
}
.cid-tJGsCG1vVL .navbar-nav .dropdown-item {
  padding: 12px !important;
  border-radius: 0.5rem !important;
  margin: 0 8px !important;
  transition: .3s all !important;
  border-radius: 4px !important;
}
.cid-tJGsCG1vVL .navbar-nav .dropdown-item:hover {
  background-color: rgba(27, 31, 10, 0.06);
}
@media (min-width: 992px) {
  .cid-tJGsCG1vVL .navbar-nav {
    padding-left: 1.5rem;
  }
}
.cid-tJGsCG1vVL .nav-link {
  width: fit-content;
  position: relative;
}
.cid-tJGsCG1vVL .navbar-logo {
  padding-left: 2rem;
  margin: 0 !important;
}
@media (max-width: 767px) {
  .cid-tJGsCG1vVL .navbar-logo {
    padding-left: 1rem;
  }
}
.cid-tJGsCG1vVL .navbar-caption {
  padding-left: 1rem;
  padding-right: .5rem;
}
@media (max-width: 767px) {
  .cid-tJGsCG1vVL .nav-dropdown {
    padding-bottom: 0.5rem;
  }
}
.cid-tJGsCG1vVL .nav-dropdown .link.dropdown-toggle::after {
  margin-left: 0.5rem;
  margin-top: 0.2rem;
  transition: .3s all;
  transition-delay: 300ms;
}
.cid-tJGsCG1vVL .container {
  display: flex;
  height: 90px;
  padding: 0.5rem 0.6rem;
  flex-wrap: nowrap;
  background: rgba(255, 255, 255, 0.9) !important;
  left: 0;
  right: 0;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: flex-end;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  border-radius: 100vw;
  margin-top: 1rem;
  background-color: #ffffff;
  box-shadow: 0 30px 60px 0 rgba(27, 31, 10, 0.08);
  border-radius: 4px !important;
}
@media (max-width: 992px) {
  .cid-tJGsCG1vVL .container {
    padding-right: 2rem;
  }
}
@media (max-width: 767px) {
  .cid-tJGsCG1vVL .container {
    width: 95%;
    height: 56px !important;
    padding-right: 1rem;
    margin-top: 0rem;
  }
}
.cid-tJGsCG1vVL .iconfont-wrapper {
  color: #0c2c68 !important;
  font-size: 1.5rem;
  padding-right: 0.5rem;
}
.cid-tJGsCG1vVL .dropdown-menu {
  flex-wrap: wrap;
  flex-direction: column;
  max-width: 100%;
  padding: 12px 4px !important;
  border-radius: 1.5rem;
  transition: .3s all !important;
  transition-delay: 300ms;
  min-width: auto;
  background: #ffffff;
  background: rgba(255, 255, 255, 0.9) !important;
  border-radius: 4px !important;
}
.cid-tJGsCG1vVL .nav-item:focus,
.cid-tJGsCG1vVL .nav-link:focus {
  outline: none;
}
.cid-tJGsCG1vVL .dropdown .dropdown-menu .dropdown-item {
  width: auto;
  transition: all .3s;
  transition-delay: 300ms;
}
.cid-tJGsCG1vVL .dropdown .dropdown-menu .dropdown-item::after {
  right: 0.5rem;
}
.cid-tJGsCG1vVL .dropdown .dropdown-menu .dropdown-item .mbr-iconfont {
  margin-right: 0.5rem;
  vertical-align: sub;
}
.cid-tJGsCG1vVL .dropdown .dropdown-menu .dropdown-item .mbr-iconfont:before {
  display: inline-block;
  transform: scale(1, 1);
  transition: all .3s;
}
.cid-tJGsCG1vVL .collapsed .dropdown-menu .dropdown-item:before {
  display: none;
}
.cid-tJGsCG1vVL .collapsed .dropdown .dropdown-menu .dropdown-item {
  padding: 0.235em 1.5em 0.235em 1.5em !important;
  transition: none;
  margin: 0 !important;
}
.cid-tJGsCG1vVL .navbar {
  min-height: 90px;
  transition: all 5s;
  border-bottom: 1px solid transparent;
  background: transparent !important;
  padding: 0 !important;
  border: none !important;
  box-shadow: none !important;
  border-radius: 0 !important;
}
.cid-tJGsCG1vVL .navbar.opened {
  transition: all 0.3s;
}
.cid-tJGsCG1vVL .navbar .dropdown-item {
  padding: 0.5rem 1.8rem;
}
.cid-tJGsCG1vVL .navbar .navbar-logo img {
  width: auto;
}
.cid-tJGsCG1vVL .navbar .navbar-collapse {
  z-index: 1;
  justify-content: flex-end;
}
.cid-tJGsCG1vVL .navbar.collapsed {
  justify-content: center;
}
.cid-tJGsCG1vVL .navbar.collapsed .nav-item .nav-link::before {
  display: none;
}
.cid-tJGsCG1vVL .navbar.collapsed.opened .dropdown-menu {
  top: 0;
}
@media (min-width: 992px) {
  .cid-tJGsCG1vVL .navbar.collapsed.opened:not(.navbar-short) .navbar-collapse {
    max-height: calc(98.5vh - 3.4rem);
  }
}
.cid-tJGsCG1vVL .navbar.collapsed .dropdown-menu .dropdown-submenu {
  left: 0 !important;
}
.cid-tJGsCG1vVL .navbar.collapsed .dropdown-menu .dropdown-item:after {
  right: auto;
}
.cid-tJGsCG1vVL .navbar.collapsed .dropdown-menu .dropdown-toggle[data-toggle="dropdown-submenu"]:after {
  margin-left: 0.5rem;
  margin-top: 0.2rem;
  border-top: 0.35em solid;
  border-right: 0.35em solid transparent;
  border-left: 0.35em solid transparent;
  border-bottom: 0;
  top: 41%;
}
.cid-tJGsCG1vVL .navbar.collapsed ul.navbar-nav li {
  margin: auto;
}
.cid-tJGsCG1vVL .navbar.collapsed .dropdown-menu .dropdown-item {
  padding: 0.25rem 0.5rem;
  text-align: center;
}
.cid-tJGsCG1vVL .navbar.collapsed .icons-menu {
  padding-left: 0;
  padding-right: 0;
  padding-top: 0.5rem;
  padding-bottom: 0.5rem;
}
@media (max-width: 767px) {
  .cid-tJGsCG1vVL .navbar {
    min-height: 72px;
  }
  .cid-tJGsCG1vVL .navbar .navbar-logo img {
    height: 2rem !important;
  }
}
@media (max-width: 991px) {
  .cid-tJGsCG1vVL .navbar .nav-item .nav-link::before {
    display: none;
  }
  .cid-tJGsCG1vVL .navbar.opened .dropdown-menu {
    top: 0;
  }
  .cid-tJGsCG1vVL .navbar .dropdown-menu .dropdown-submenu {
    left: 0 !important;
  }
  .cid-tJGsCG1vVL .navbar .dropdown-menu .dropdown-item:after {
    right: auto;
  }
  .cid-tJGsCG1vVL .navbar .dropdown-menu .dropdown-toggle[data-toggle="dropdown-submenu"]:after {
    margin-left: 0.5rem;
    margin-top: 0.2rem;
    border-top: 0.35em solid;
    border-right: 0.35em solid transparent;
    border-left: 0.35em solid transparent;
    border-bottom: 0;
    top: 40%;
  }
  .cid-tJGsCG1vVL .navbar .dropdown-menu .dropdown-item {
    padding: 0.25rem 1.5rem !important;
    text-align: center;
  }
  .cid-tJGsCG1vVL .navbar .navbar-brand {
    flex-shrink: initial;
    flex-basis: auto;
    word-break: break-word;
    padding-right: 10px;
  }
  .cid-tJGsCG1vVL .navbar .navbar-toggler {
    flex-basis: auto;
  }
  .cid-tJGsCG1vVL .navbar .icons-menu {
    padding-left: 0;
    padding-top: 0.5rem;
    padding-bottom: 0.5rem;
  }
}
.cid-tJGsCG1vVL .navbar.navbar-short .navbar-logo img {
  height: 2rem;
}
.cid-tJGsCG1vVL .dropdown-item.active,
.cid-tJGsCG1vVL .dropdown-item:active {
  background-color: transparent;
}
.cid-tJGsCG1vVL .navbar-expand-lg .navbar-nav .nav-link {
  padding: 0;
}
.cid-tJGsCG1vVL .nav-dropdown .link.dropdown-toggle {
  margin-right: 1.667em;
}
.cid-tJGsCG1vVL .nav-dropdown .link.dropdown-toggle[aria-expanded="true"] {
  margin-right: 0;
  padding: 0.667em 1.667em;
}
.cid-tJGsCG1vVL .navbar.navbar-expand-lg .dropdown .dropdown-menu {
  background: #ffffff;
}
.cid-tJGsCG1vVL .navbar.navbar-expand-lg .dropdown .dropdown-menu .dropdown-submenu {
  margin: 0;
  left: 100%;
  transform: none;
  top: -12px;
}
.cid-tJGsCG1vVL .navbar .dropdown.open > .dropdown-menu {
  display: flex;
}
.cid-tJGsCG1vVL ul.navbar-nav {
  flex-wrap: wrap;
}
.cid-tJGsCG1vVL .navbar-buttons {
  text-align: center;
  min-width: 140px;
}
@media (max-width: 992px) {
  .cid-tJGsCG1vVL .navbar-buttons {
    text-align: left;
  }
}
.cid-tJGsCG1vVL button.navbar-toggler {
  outline: none;
  width: 31px;
  height: 20px;
  cursor: pointer;
  transition: all 0.2s;
  position: relative;
  align-self: center;
}
.cid-tJGsCG1vVL button.navbar-toggler .hamburger span {
  position: absolute;
  right: 0;
  width: 30px;
  height: 2px;
  border-right: 5px;
  background-color: #06549d;
}
.cid-tJGsCG1vVL button.navbar-toggler .hamburger span:nth-child(1) {
  top: 0;
  transition: all 0.2s;
}
.cid-tJGsCG1vVL button.navbar-toggler .hamburger span:nth-child(2) {
  top: 8px;
  transition: all 0.15s;
}
.cid-tJGsCG1vVL button.navbar-toggler .hamburger span:nth-child(3) {
  top: 8px;
  transition: all 0.15s;
}
.cid-tJGsCG1vVL button.navbar-toggler .hamburger span:nth-child(4) {
  top: 16px;
  transition: all 0.2s;
}
.cid-tJGsCG1vVL nav.opened .hamburger span:nth-child(1) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-tJGsCG1vVL nav.opened .hamburger span:nth-child(2) {
  transform: rotate(45deg);
  transition: all 0.25s;
}
.cid-tJGsCG1vVL nav.opened .hamburger span:nth-child(3) {
  transform: rotate(-45deg);
  transition: all 0.25s;
}
.cid-tJGsCG1vVL nav.opened .hamburger span:nth-child(4) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-tJGsCG1vVL .navbar-dropdown {
  padding: 0 1rem;
}
.cid-tJGsCG1vVL a.nav-link {
  display: flex;
  align-items: center;
  justify-content: center;
}
.cid-tJGsCG1vVL .icons-menu {
  flex-wrap: nowrap;
  display: flex;
  justify-content: center;
  padding-left: 1rem;
  padding-right: 1rem;
  padding-top: 0.3rem;
  text-align: center;
}
@media (max-width: 992px) {
  .cid-tJGsCG1vVL .icons-menu {
    justify-content: flex-start;
    margin-bottom: .5rem;
  }
}
@media screen and (-ms-high-contrast: active), (-ms-high-contrast: none) {
  .cid-tJGsCG1vVL .navbar {
    height: 70px;
  }
  .cid-tJGsCG1vVL .navbar.opened {
    height: auto;
  }
  .cid-tJGsCG1vVL .nav-item .nav-link:hover::before {
    width: 175%;
    max-width: calc(100% + 2rem);
    left: -1rem;
  }
}
.cid-tJGsCG1vVL .navbar .dropdown > .dropdown-menu {
  display: none;
  width: max-content;
  max-width: 500px !important;
  transform: translateX(-50%);
  top: calc(100% + 20px);
  left: 50%;
}
.cid-tJGsCG1vVL .navbar .dropdown > .dropdown-menu .dropdown-item {
  line-height: 1 !important;
}
.cid-tJGsCG1vVL .navbar .dropdown > .dropdown-menu .dropdown .dropdown-item {
  align-items: center;
  display: flex;
  height: max-content !important;
  min-height: max-content !important;
}
.cid-tJGsCG1vVL .navbar .dropdown > .dropdown-menu .dropdown .dropdown-item::after {
  display: inline-block;
  position: static;
  margin-left: 0.5rem;
  margin-top: 0;
  margin-right: 0;
  margin-bottom: 0;
  transition: .3s all;
  transform: rotate(-90deg);
}
.cid-tJGsCG1vVL .navbar .dropdown > .dropdown-menu .dropdown.open .dropdown-item::after {
  transform: rotate(0deg);
}
.cid-tJGsCG1vVL .mbr-section-btn {
  margin: -0.6rem -0.6rem;
}
.cid-tJGsCG1vVL .navbar-toggler {
  margin-left: 12px;
  margin-right: 8px;
  order: 1000;
}
@media (max-width: 991px) {
  .cid-tJGsCG1vVL .navbar-brand {
    margin-right: auto;
  }
  .cid-tJGsCG1vVL .navbar-collapse {
    z-index: -1 !important;
    position: absolute;
    top: 110%;
    left: 0;
    width: 100%;
    padding: 1rem;
    border-radius: 1.5rem;
    background: #ffffff;
    opacity: 1;
    border-color: rgba(255, 255, 255, 0.9) !important;
    background: rgba(255, 255, 255, 0.9) !important;
    backdrop-filter: blur(8px);
    border-radius: 4px !important;
  }
  .cid-tJGsCG1vVL .navbar-nav .nav-item .nav-link::after {
    margin-left: 10px;
  }
  .cid-tJGsCG1vVL .navbar-nav .dropdown-item:hover {
    background-color: rgba(27, 31, 10, 0.06);
  }
  .cid-tJGsCG1vVL .navbar .dropdown > .dropdown-menu {
    max-width: 100% !important;
    transform: translateX(0);
    top: 10px;
    left: 0;
    padding: 8px !important;
    border-radius: 1rem;
    background-color: rgba(27, 31, 10, 0.04) !important;
  }
  .cid-tJGsCG1vVL .navbar .dropdown > .dropdown-menu .dropdown-item {
    padding: 8px !important;
    line-height: 1 !important;
    margin-bottom: 4px !important;
  }
  .cid-tJGsCG1vVL .navbar .dropdown > .dropdown-menu .dropdown .dropdown-item {
    align-items: center;
    display: flex;
    height: max-content !important;
    min-height: max-content !important;
  }
  .cid-tJGsCG1vVL .navbar .dropdown > .dropdown-menu .dropdown .dropdown-item::after {
    display: inline-block;
    position: static;
    margin-left: 0.5rem;
    margin-top: 0;
    margin-right: 0;
    margin-bottom: 0;
    transition: .3s all;
    transform: rotate(0deg);
  }
  .cid-tJGsCG1vVL .navbar .dropdown > .dropdown-menu .dropdown.open .dropdown-item::after {
    transform: rotate(180deg);
  }
  .cid-tJGsCG1vVL .navbar .dropdown > .dropdown-menu .dropdown-submenu {
    position: static;
    width: 100%;
    max-width: 100% !important;
    transform: translateX(0) !important;
    top: 0;
    left: 0;
    padding: 8px !important;
    border-radius: 1rem;
    background-color: rgba(27, 31, 10, 0.04) !important;
  }
  .cid-tJGsCG1vVL .navbar .dropdown.open > .dropdown-menu {
    display: flex !important;
    flex-direction: column;
    align-items: flex-start;
  }
}
@media (max-width: 575px) {
  .cid-tJGsCG1vVL .navbar-collapse {
    padding: 1rem;
  }
}
.cid-uj7Wb2KI6j {
  padding-top: 8rem;
  padding-bottom: 1rem;
  background-color: #000000;
}
.cid-uj7Wb2KI6j .justify-content-center {
  align-items: center;
}
.cid-uj7Wb2KI6j .mbr-fallback-image.disabled {
  display: none;
}
.cid-uj7Wb2KI6j .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uj7Wb2KI6j .item-wrapper {
  display: flex;
  margin-left: auto;
}
@media (max-width: 767px) {
  .cid-uj7Wb2KI6j .item-wrapper {
    margin-bottom: 1rem;
  }
}
.cid-uj7Wb2KI6j .mbr-section-btn {
  padding-left: 1.5rem;
  text-align: right;
}
@media (max-width: 767px) {
  .cid-uj7Wb2KI6j .mbr-section-btn {
    text-align: center;
    padding-left: 0rem;
  }
}
.cid-uj7Wb2KI6j .row {
  align-items: center;
}
.cid-uj7Wb2KI6j .card-text {
  color: #ffffff;
  margin-bottom: 0px;
  text-align: left;
}
@media (max-width: 767px) {
  .cid-uj7Wb2KI6j .card-text {
    text-align: center;
  }
}
.cid-uj7Wb2YF1k {
  background-color: #ffffff;
  padding-top: 0;
  padding-bottom: 0;
}
.cid-uj7Wb2YF1k .carousel {
  width: 100%;
}
.cid-uj7Wb2YF1k .carousel-inner {
  display: flex;
  align-content: center;
  align-items: center;
}
.cid-uj7Wb2YF1k .carousel-item img {
  height: 100vh;
  object-fit: cover;
}
.cid-uj7Wb2YF1k img,
.cid-uj7Wb2YF1k .item-wrapper {
  border-radius: 0 !important;
}
.cid-uj7Wb2YF1k .carousel-caption {
  bottom: 40px;
}
.cid-uj7Wb2YF1k .mobi-mbri-arrow-next {
  margin-left: 5px;
}
.cid-uj7Wb2YF1k .mobi-mbri-arrow-prev {
  margin-right: 5px;
}
.cid-uj7Wb2YF1k .carousel-control:hover {
  background: #1b1b1b;
  color: #fff;
  opacity: 1;
}
.cid-uj7Wb2YF1k .item-wrapper {
  width: 100%;
}
@media (max-width: 767px) {
  .cid-uj7Wb2YF1k .container .carousel-control {
    margin-bottom: 0;
  }
  .cid-uj7Wb2YF1k .content-slider-wrap {
    width: 100% !important;
  }
}
.cid-uj7Wb2YF1k .container .carousel-indicators {
  margin-bottom: 3px;
}
.cid-uj7Wb2YF1k .carousel-control {
  top: 50%;
  width: 60px;
  height: 60px;
  margin-top: -1.5rem;
  font-size: 22px;
  background-color: rgba(0, 0, 0, 0.5);
  border: 2px solid #fff;
  border-radius: 50%;
  transition: all 0.3s;
}
.cid-uj7Wb2YF1k .carousel-control.carousel-control-prev {
  left: 0;
  margin-left: 2.5rem;
}
.cid-uj7Wb2YF1k .carousel-control.carousel-control-next {
  right: 0;
  margin-right: 2.5rem;
}
@media (max-width: 767px) {
  .cid-uj7Wb2YF1k .carousel-control {
    top: auto;
    bottom: 1rem;
  }
}
.cid-uj7Wb2YF1k .carousel-indicators {
  position: absolute;
  bottom: 0;
  margin-bottom: 1.5rem !important;
}
.cid-uj7Wb2YF1k .carousel-indicators li {
  max-width: 15px;
  height: 15px;
  width: 15px;
  max-height: 15px;
  margin: 3px;
  background-color: rgba(0, 0, 0, 0.5);
  border: 2px solid #fff;
  border-radius: 50%;
  opacity: 0.5;
  transition: all 0.3s;
}
.cid-uj7Wb2YF1k .carousel-indicators li.active,
.cid-uj7Wb2YF1k .carousel-indicators li:hover {
  opacity: 0.9;
}
.cid-uj7Wb2YF1k .carousel-indicators li::after,
.cid-uj7Wb2YF1k .carousel-indicators li::before {
  content: none;
}
.cid-uj7Wb2YF1k .carousel-indicators.ie-fix {
  left: 50%;
  display: block;
  width: 60%;
  margin-left: -30%;
  text-align: center;
}
@media (max-width: 768px) {
  .cid-uj7Wb2YF1k .carousel-indicators {
    display: none !important;
  }
}
@media (max-width: 991px) {
  .cid-uj7Wb2YF1k .mbr-section-subtitle,
  .cid-uj7Wb2YF1k .mbr-section-text,
  .cid-uj7Wb2YF1k .mbr-section-btn {
    text-align: center;
  }
}
.cid-uj7Wb2YF1k .carousel-control-prev,
.cid-uj7Wb2YF1k .carousel-control-next {
  display: none;
}
.cid-uj7Wb3EhhJ {
  padding-top: 6rem;
  padding-bottom: 6rem;
  background-color: #000000;
}
.cid-uj7Wb3EhhJ .mbr-text {
  color: #000000;
}
.cid-uj7Wb3EhhJ .mbr-section-subtitle {
  color: #000000;
  text-align: center;
}
.cid-uj7Wb3EhhJ .mbr-section-title {
  color: #ffffff;
  text-align: left;
}
.cid-uj7Wb3EhhJ .mbr-section-subtitle,
.cid-uj7Wb3EhhJ .main-button {
  text-align: left;
  color: #ffffff;
}
.cid-uj7Wb3EhhJ .main-button {
  margin-bottom: 2rem;
}
@media (max-width: 767px) {
  .cid-uj7Wb3EhhJ .main-button {
    margin-bottom: 2rem;
  }
}
.cid-uj7Wb3EhhJ .mbr-iconfont {
  font-size: 1.2rem !important;
  font-family: 'Moririse2' !important;
  color: white;
  transition: all 0.3s;
  transform: rotate(180deg);
  padding-left: 0.5rem;
}
.cid-uj7Wb3EhhJ .panel-group {
  border: none;
}
.cid-uj7Wb3EhhJ .card-header {
  padding: 0rem;
}
@media (max-width: 767px) {
  .cid-uj7Wb3EhhJ .card-header {
    padding: 0rem;
  }
}
.cid-uj7Wb3EhhJ .panel-body {
  padding: 0rem;
  padding-bottom: 0.5rem;
  margin-top: 1rem;
}
.cid-uj7Wb3EhhJ .collapsed span {
  transform: rotate(0deg);
}
.cid-uj7Wb3EhhJ .panel-title {
  display: flex;
  align-items: center;
  justify-content: space-between;
}
.cid-uj7Wb3EhhJ p {
  margin-bottom: 0.3rem;
}
.cid-uj7Wb3EhhJ .panel-title-edit {
  color: #000000;
}
.cid-uj7Wb3EhhJ .card .card-header {
  background-color: transparent;
  margin-bottom: 0;
  border: 0;
  border-radius: 2rem;
}
.cid-uj7Wb3EhhJ .card {
  background: #ffffff;
  padding: 2.25rem;
  border-radius: 2rem;
  margin-bottom: 1rem;
}
@media (max-width: 767px) {
  .cid-uj7Wb3EhhJ .card {
    padding: 2rem 1.5rem;
    margin-bottom: 1rem;
  }
}
@media (min-width: 992px) and (max-width: 1200px) {
  .cid-uj7Wb3EhhJ .card {
    margin-bottom: 1rem;
    padding: 2rem 1.5rem;
  }
}
.cid-uj7Wb3EhhJ .panel-text {
  color: #000000;
}
.cid-uj7Wb3EhhJ .panel-title-edit,
.cid-uj7Wb3EhhJ .mbr-iconfont {
  color: #000000;
}
.cid-uduqU6836b {
  padding-top: 2rem;
  padding-bottom: 3rem;
  background-image: url("../../../assets/images/white-background-2000x1334.jpeg");
}
.cid-uduqU6836b .logogree {
  position: relative;
  width: 100%;
}
.cid-uduqU6836b .agree {
  object-position: right;
  width: 40%;
  height: auto;
  object-fit: contain;
  display: block;
  border-radius: 0% !important;
}
.cid-uduqU6836b .mbr-fallback-image.disabled {
  display: none;
}
.cid-uduqU6836b .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uduqU6836b .footer-col {
  justify-content: space-between;
  display: flex;
}
@media (max-width: 767px) {
  .cid-uduqU6836b .footer-col {
    flex-direction: column;
  }
}
.cid-uduqU6836b .row {
  background: #ffffff;
  padding: 4rem 3rem;
  border-radius: 2rem;
  margin: 0px;
}
@media (max-width: 767px) {
  .cid-uduqU6836b .row {
    padding: 2rem 0.5rem;
  }
}
@media (min-width: 768px) and (max-width: 991px) {
  .cid-uduqU6836b .row {
    padding: 2.25rem 1.25rem;
  }
}
@media (min-width: 992px) {
  .cid-uduqU6836b .row {
    padding: 4rem 3rem;
  }
}
@media (max-width: 767px) {
  .cid-uduqU6836b .mbr-section-btn {
    text-align: center;
  }
}
.cid-uduqU6836b .social-row {
  display: flex;
  flex-wrap: wrap;
}
.cid-uduqU6836b .soc-item {
  margin: 8px;
}
.cid-uduqU6836b .soc-item a:hover .mbr-iconfont,
.cid-uduqU6836b .soc-item a:focus .mbr-iconfont {
  background-color: #232323;
}
.cid-uduqU6836b .soc-item a .mbr-iconfont {
  width: 72px;
  height: 72px;
  display: flex;
  align-items: center;
  justify-content: center;
  border-radius: 100%;
  font-size: 20px;
  background-color: #06549d;
  color: #ffffff;
  transition: all 0.3s ease-in-out;
}
@media (max-width: 767px) {
  .cid-uduqU6836b .row {
    text-align: center;
  }
  .cid-uduqU6836b .social-row {
    justify-content: center;
  }
}
.cid-uduqU6836b .list {
  list-style: none;
  padding-left: 0;
  color: #502274;
}
@media (max-width: 991px) {
  .cid-uduqU6836b .list {
    margin-bottom: 2rem;
  }
}
@media (min-width: 992px) {
  .cid-uduqU6836b .list {
    margin-bottom: 0rem;
  }
}
.cid-uduqU6836b .mbr-text {
  color: #bbbbbb;
}
.cid-uduqU6836b .mbr-section-subtitle {
  color: #000000;
  text-align: left;
}
.cid-uduqU6836b .list,
.cid-uduqU6836b .item-wrap {
  color: #232323;
  text-align: left;
}
.cid-uduqU6836b .copyright {
  color: #000000;
  text-align: center;
}
.cid-uduqU6836b H5 {
  text-align: left;
}
.cid-tJGsCG1vVL {
  z-index: 1000;
  width: 100%;
  position: inherit;
}
.cid-tJGsCG1vVL .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 .3s;
}
@media (max-width: 767px) {
  .cid-tJGsCG1vVL .navbar-toggler {
    transform: scale(0.8);
  }
}
.cid-tJGsCG1vVL .navbar-brand {
  flex-shrink: 0;
  align-items: center;
  margin-right: 0;
  padding: 10px 0;
  transition: all 2s;
  word-break: break-word;
  z-index: 1;
}
.cid-tJGsCG1vVL .navbar-brand img {
  max-width: 100%;
  max-height: 100%;
  border-radius: 0px !important;
}
.cid-tJGsCG1vVL .navbar-brand .navbar-caption {
  line-height: inherit !important;
}
.cid-tJGsCG1vVL .navbar-brand .navbar-logo a {
  outline: none;
}
.cid-tJGsCG1vVL .navbar-nav {
  margin: auto;
  margin-left: 0;
  margin-left: auto;
}
.cid-tJGsCG1vVL .navbar-nav .nav-item {
  padding: 0 !important;
  transition: .3s all !important;
}
.cid-tJGsCG1vVL .navbar-nav .nav-item .nav-link {
  padding: 16px !important;
  margin: 0 !important;
  border-radius: 1rem !important;
  transition: .3s all !important;
  border-radius: 4px !important;
}
.cid-tJGsCG1vVL .navbar-nav .nav-item .nav-link:hover {
  background-color: rgba(27, 31, 10, 0.06);
}
.cid-tJGsCG1vVL .navbar-nav .open .nav-link::after {
  transform: rotate(180deg);
}
@media (min-width: 992px) {
  .cid-tJGsCG1vVL .navbar-nav .open .nav-link::before {
    content: "";
    width: 100%;
    height: 20px;
    top: 100%;
    background: transparent;
    position: absolute;
  }
}
.cid-tJGsCG1vVL .navbar-nav .dropdown-item {
  padding: 12px !important;
  border-radius: 0.5rem !important;
  margin: 0 8px !important;
  transition: .3s all !important;
  border-radius: 4px !important;
}
.cid-tJGsCG1vVL .navbar-nav .dropdown-item:hover {
  background-color: rgba(27, 31, 10, 0.06);
}
@media (min-width: 992px) {
  .cid-tJGsCG1vVL .navbar-nav {
    padding-left: 1.5rem;
  }
}
.cid-tJGsCG1vVL .nav-link {
  width: fit-content;
  position: relative;
}
.cid-tJGsCG1vVL .navbar-logo {
  padding-left: 2rem;
  margin: 0 !important;
}
@media (max-width: 767px) {
  .cid-tJGsCG1vVL .navbar-logo {
    padding-left: 1rem;
  }
}
.cid-tJGsCG1vVL .navbar-caption {
  padding-left: 1rem;
  padding-right: .5rem;
}
@media (max-width: 767px) {
  .cid-tJGsCG1vVL .nav-dropdown {
    padding-bottom: 0.5rem;
  }
}
.cid-tJGsCG1vVL .nav-dropdown .link.dropdown-toggle::after {
  margin-left: 0.5rem;
  margin-top: 0.2rem;
  transition: .3s all;
  transition-delay: 300ms;
}
.cid-tJGsCG1vVL .container {
  display: flex;
  height: 90px;
  padding: 0.5rem 0.6rem;
  flex-wrap: nowrap;
  background: rgba(255, 255, 255, 0.9) !important;
  left: 0;
  right: 0;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: flex-end;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  border-radius: 100vw;
  margin-top: 1rem;
  background-color: #ffffff;
  box-shadow: 0 30px 60px 0 rgba(27, 31, 10, 0.08);
  border-radius: 4px !important;
}
@media (max-width: 992px) {
  .cid-tJGsCG1vVL .container {
    padding-right: 2rem;
  }
}
@media (max-width: 767px) {
  .cid-tJGsCG1vVL .container {
    width: 95%;
    height: 56px !important;
    padding-right: 1rem;
    margin-top: 0rem;
  }
}
.cid-tJGsCG1vVL .iconfont-wrapper {
  color: #0c2c68 !important;
  font-size: 1.5rem;
  padding-right: 0.5rem;
}
.cid-tJGsCG1vVL .dropdown-menu {
  flex-wrap: wrap;
  flex-direction: column;
  max-width: 100%;
  padding: 12px 4px !important;
  border-radius: 1.5rem;
  transition: .3s all !important;
  transition-delay: 300ms;
  min-width: auto;
  background: #ffffff;
  background: rgba(255, 255, 255, 0.9) !important;
  border-radius: 4px !important;
}
.cid-tJGsCG1vVL .nav-item:focus,
.cid-tJGsCG1vVL .nav-link:focus {
  outline: none;
}
.cid-tJGsCG1vVL .dropdown .dropdown-menu .dropdown-item {
  width: auto;
  transition: all .3s;
  transition-delay: 300ms;
}
.cid-tJGsCG1vVL .dropdown .dropdown-menu .dropdown-item::after {
  right: 0.5rem;
}
.cid-tJGsCG1vVL .dropdown .dropdown-menu .dropdown-item .mbr-iconfont {
  margin-right: 0.5rem;
  vertical-align: sub;
}
.cid-tJGsCG1vVL .dropdown .dropdown-menu .dropdown-item .mbr-iconfont:before {
  display: inline-block;
  transform: scale(1, 1);
  transition: all .3s;
}
.cid-tJGsCG1vVL .collapsed .dropdown-menu .dropdown-item:before {
  display: none;
}
.cid-tJGsCG1vVL .collapsed .dropdown .dropdown-menu .dropdown-item {
  padding: 0.235em 1.5em 0.235em 1.5em !important;
  transition: none;
  margin: 0 !important;
}
.cid-tJGsCG1vVL .navbar {
  min-height: 90px;
  transition: all 5s;
  border-bottom: 1px solid transparent;
  background: transparent !important;
  padding: 0 !important;
  border: none !important;
  box-shadow: none !important;
  border-radius: 0 !important;
}
.cid-tJGsCG1vVL .navbar.opened {
  transition: all 0.3s;
}
.cid-tJGsCG1vVL .navbar .dropdown-item {
  padding: 0.5rem 1.8rem;
}
.cid-tJGsCG1vVL .navbar .navbar-logo img {
  width: auto;
}
.cid-tJGsCG1vVL .navbar .navbar-collapse {
  z-index: 1;
  justify-content: flex-end;
}
.cid-tJGsCG1vVL .navbar.collapsed {
  justify-content: center;
}
.cid-tJGsCG1vVL .navbar.collapsed .nav-item .nav-link::before {
  display: none;
}
.cid-tJGsCG1vVL .navbar.collapsed.opened .dropdown-menu {
  top: 0;
}
@media (min-width: 992px) {
  .cid-tJGsCG1vVL .navbar.collapsed.opened:not(.navbar-short) .navbar-collapse {
    max-height: calc(98.5vh - 3.4rem);
  }
}
.cid-tJGsCG1vVL .navbar.collapsed .dropdown-menu .dropdown-submenu {
  left: 0 !important;
}
.cid-tJGsCG1vVL .navbar.collapsed .dropdown-menu .dropdown-item:after {
  right: auto;
}
.cid-tJGsCG1vVL .navbar.collapsed .dropdown-menu .dropdown-toggle[data-toggle="dropdown-submenu"]:after {
  margin-left: 0.5rem;
  margin-top: 0.2rem;
  border-top: 0.35em solid;
  border-right: 0.35em solid transparent;
  border-left: 0.35em solid transparent;
  border-bottom: 0;
  top: 41%;
}
.cid-tJGsCG1vVL .navbar.collapsed ul.navbar-nav li {
  margin: auto;
}
.cid-tJGsCG1vVL .navbar.collapsed .dropdown-menu .dropdown-item {
  padding: 0.25rem 0.5rem;
  text-align: center;
}
.cid-tJGsCG1vVL .navbar.collapsed .icons-menu {
  padding-left: 0;
  padding-right: 0;
  padding-top: 0.5rem;
  padding-bottom: 0.5rem;
}
@media (max-width: 767px) {
  .cid-tJGsCG1vVL .navbar {
    min-height: 72px;
  }
  .cid-tJGsCG1vVL .navbar .navbar-logo img {
    height: 2rem !important;
  }
}
@media (max-width: 991px) {
  .cid-tJGsCG1vVL .navbar .nav-item .nav-link::before {
    display: none;
  }
  .cid-tJGsCG1vVL .navbar.opened .dropdown-menu {
    top: 0;
  }
  .cid-tJGsCG1vVL .navbar .dropdown-menu .dropdown-submenu {
    left: 0 !important;
  }
  .cid-tJGsCG1vVL .navbar .dropdown-menu .dropdown-item:after {
    right: auto;
  }
  .cid-tJGsCG1vVL .navbar .dropdown-menu .dropdown-toggle[data-toggle="dropdown-submenu"]:after {
    margin-left: 0.5rem;
    margin-top: 0.2rem;
    border-top: 0.35em solid;
    border-right: 0.35em solid transparent;
    border-left: 0.35em solid transparent;
    border-bottom: 0;
    top: 40%;
  }
  .cid-tJGsCG1vVL .navbar .dropdown-menu .dropdown-item {
    padding: 0.25rem 1.5rem !important;
    text-align: center;
  }
  .cid-tJGsCG1vVL .navbar .navbar-brand {
    flex-shrink: initial;
    flex-basis: auto;
    word-break: break-word;
    padding-right: 10px;
  }
  .cid-tJGsCG1vVL .navbar .navbar-toggler {
    flex-basis: auto;
  }
  .cid-tJGsCG1vVL .navbar .icons-menu {
    padding-left: 0;
    padding-top: 0.5rem;
    padding-bottom: 0.5rem;
  }
}
.cid-tJGsCG1vVL .navbar.navbar-short .navbar-logo img {
  height: 2rem;
}
.cid-tJGsCG1vVL .dropdown-item.active,
.cid-tJGsCG1vVL .dropdown-item:active {
  background-color: transparent;
}
.cid-tJGsCG1vVL .navbar-expand-lg .navbar-nav .nav-link {
  padding: 0;
}
.cid-tJGsCG1vVL .nav-dropdown .link.dropdown-toggle {
  margin-right: 1.667em;
}
.cid-tJGsCG1vVL .nav-dropdown .link.dropdown-toggle[aria-expanded="true"] {
  margin-right: 0;
  padding: 0.667em 1.667em;
}
.cid-tJGsCG1vVL .navbar.navbar-expand-lg .dropdown .dropdown-menu {
  background: #ffffff;
}
.cid-tJGsCG1vVL .navbar.navbar-expand-lg .dropdown .dropdown-menu .dropdown-submenu {
  margin: 0;
  left: 100%;
  transform: none;
  top: -12px;
}
.cid-tJGsCG1vVL .navbar .dropdown.open > .dropdown-menu {
  display: flex;
}
.cid-tJGsCG1vVL ul.navbar-nav {
  flex-wrap: wrap;
}
.cid-tJGsCG1vVL .navbar-buttons {
  text-align: center;
  min-width: 140px;
}
@media (max-width: 992px) {
  .cid-tJGsCG1vVL .navbar-buttons {
    text-align: left;
  }
}
.cid-tJGsCG1vVL button.navbar-toggler {
  outline: none;
  width: 31px;
  height: 20px;
  cursor: pointer;
  transition: all 0.2s;
  position: relative;
  align-self: center;
}
.cid-tJGsCG1vVL button.navbar-toggler .hamburger span {
  position: absolute;
  right: 0;
  width: 30px;
  height: 2px;
  border-right: 5px;
  background-color: #06549d;
}
.cid-tJGsCG1vVL button.navbar-toggler .hamburger span:nth-child(1) {
  top: 0;
  transition: all 0.2s;
}
.cid-tJGsCG1vVL button.navbar-toggler .hamburger span:nth-child(2) {
  top: 8px;
  transition: all 0.15s;
}
.cid-tJGsCG1vVL button.navbar-toggler .hamburger span:nth-child(3) {
  top: 8px;
  transition: all 0.15s;
}
.cid-tJGsCG1vVL button.navbar-toggler .hamburger span:nth-child(4) {
  top: 16px;
  transition: all 0.2s;
}
.cid-tJGsCG1vVL nav.opened .hamburger span:nth-child(1) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-tJGsCG1vVL nav.opened .hamburger span:nth-child(2) {
  transform: rotate(45deg);
  transition: all 0.25s;
}
.cid-tJGsCG1vVL nav.opened .hamburger span:nth-child(3) {
  transform: rotate(-45deg);
  transition: all 0.25s;
}
.cid-tJGsCG1vVL nav.opened .hamburger span:nth-child(4) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-tJGsCG1vVL .navbar-dropdown {
  padding: 0 1rem;
}
.cid-tJGsCG1vVL a.nav-link {
  display: flex;
  align-items: center;
  justify-content: center;
}
.cid-tJGsCG1vVL .icons-menu {
  flex-wrap: nowrap;
  display: flex;
  justify-content: center;
  padding-left: 1rem;
  padding-right: 1rem;
  padding-top: 0.3rem;
  text-align: center;
}
@media (max-width: 992px) {
  .cid-tJGsCG1vVL .icons-menu {
    justify-content: flex-start;
    margin-bottom: .5rem;
  }
}
@media screen and (-ms-high-contrast: active), (-ms-high-contrast: none) {
  .cid-tJGsCG1vVL .navbar {
    height: 70px;
  }
  .cid-tJGsCG1vVL .navbar.opened {
    height: auto;
  }
  .cid-tJGsCG1vVL .nav-item .nav-link:hover::before {
    width: 175%;
    max-width: calc(100% + 2rem);
    left: -1rem;
  }
}
.cid-tJGsCG1vVL .navbar .dropdown > .dropdown-menu {
  display: none;
  width: max-content;
  max-width: 500px !important;
  transform: translateX(-50%);
  top: calc(100% + 20px);
  left: 50%;
}
.cid-tJGsCG1vVL .navbar .dropdown > .dropdown-menu .dropdown-item {
  line-height: 1 !important;
}
.cid-tJGsCG1vVL .navbar .dropdown > .dropdown-menu .dropdown .dropdown-item {
  align-items: center;
  display: flex;
  height: max-content !important;
  min-height: max-content !important;
}
.cid-tJGsCG1vVL .navbar .dropdown > .dropdown-menu .dropdown .dropdown-item::after {
  display: inline-block;
  position: static;
  margin-left: 0.5rem;
  margin-top: 0;
  margin-right: 0;
  margin-bottom: 0;
  transition: .3s all;
  transform: rotate(-90deg);
}
.cid-tJGsCG1vVL .navbar .dropdown > .dropdown-menu .dropdown.open .dropdown-item::after {
  transform: rotate(0deg);
}
.cid-tJGsCG1vVL .mbr-section-btn {
  margin: -0.6rem -0.6rem;
}
.cid-tJGsCG1vVL .navbar-toggler {
  margin-left: 12px;
  margin-right: 8px;
  order: 1000;
}
@media (max-width: 991px) {
  .cid-tJGsCG1vVL .navbar-brand {
    margin-right: auto;
  }
  .cid-tJGsCG1vVL .navbar-collapse {
    z-index: -1 !important;
    position: absolute;
    top: 110%;
    left: 0;
    width: 100%;
    padding: 1rem;
    border-radius: 1.5rem;
    background: #ffffff;
    opacity: 1;
    border-color: rgba(255, 255, 255, 0.9) !important;
    background: rgba(255, 255, 255, 0.9) !important;
    backdrop-filter: blur(8px);
    border-radius: 4px !important;
  }
  .cid-tJGsCG1vVL .navbar-nav .nav-item .nav-link::after {
    margin-left: 10px;
  }
  .cid-tJGsCG1vVL .navbar-nav .dropdown-item:hover {
    background-color: rgba(27, 31, 10, 0.06);
  }
  .cid-tJGsCG1vVL .navbar .dropdown > .dropdown-menu {
    max-width: 100% !important;
    transform: translateX(0);
    top: 10px;
    left: 0;
    padding: 8px !important;
    border-radius: 1rem;
    background-color: rgba(27, 31, 10, 0.04) !important;
  }
  .cid-tJGsCG1vVL .navbar .dropdown > .dropdown-menu .dropdown-item {
    padding: 8px !important;
    line-height: 1 !important;
    margin-bottom: 4px !important;
  }
  .cid-tJGsCG1vVL .navbar .dropdown > .dropdown-menu .dropdown .dropdown-item {
    align-items: center;
    display: flex;
    height: max-content !important;
    min-height: max-content !important;
  }
  .cid-tJGsCG1vVL .navbar .dropdown > .dropdown-menu .dropdown .dropdown-item::after {
    display: inline-block;
    position: static;
    margin-left: 0.5rem;
    margin-top: 0;
    margin-right: 0;
    margin-bottom: 0;
    transition: .3s all;
    transform: rotate(0deg);
  }
  .cid-tJGsCG1vVL .navbar .dropdown > .dropdown-menu .dropdown.open .dropdown-item::after {
    transform: rotate(180deg);
  }
  .cid-tJGsCG1vVL .navbar .dropdown > .dropdown-menu .dropdown-submenu {
    position: static;
    width: 100%;
    max-width: 100% !important;
    transform: translateX(0) !important;
    top: 0;
    left: 0;
    padding: 8px !important;
    border-radius: 1rem;
    background-color: rgba(27, 31, 10, 0.04) !important;
  }
  .cid-tJGsCG1vVL .navbar .dropdown.open > .dropdown-menu {
    display: flex !important;
    flex-direction: column;
    align-items: flex-start;
  }
}
@media (max-width: 575px) {
  .cid-tJGsCG1vVL .navbar-collapse {
    padding: 1rem;
  }
}
.cid-uj8cc5kwLm {
  padding-top: 8rem;
  padding-bottom: 1rem;
  background-color: #06549d;
}
.cid-uj8cc5kwLm .justify-content-center {
  align-items: center;
}
.cid-uj8cc5kwLm .mbr-fallback-image.disabled {
  display: none;
}
.cid-uj8cc5kwLm .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uj8cc5kwLm .item-wrapper {
  display: flex;
  margin-left: auto;
}
@media (max-width: 767px) {
  .cid-uj8cc5kwLm .item-wrapper {
    margin-bottom: 1rem;
  }
}
.cid-uj8cc5kwLm .mbr-section-btn {
  padding-left: 1.5rem;
  text-align: right;
}
@media (max-width: 767px) {
  .cid-uj8cc5kwLm .mbr-section-btn {
    text-align: center;
    padding-left: 0rem;
  }
}
.cid-uj8cc5kwLm .row {
  align-items: center;
}
.cid-uj8cc5kwLm .card-text {
  color: #ffffff;
  margin-bottom: 0px;
  text-align: left;
}
@media (max-width: 767px) {
  .cid-uj8cc5kwLm .card-text {
    text-align: center;
  }
}
.cid-uj8cc5zZ41 {
  padding-top: 2rem;
  padding-bottom: 0rem;
  background-color: #ffffff;
}
.cid-uj8cc5zZ41 .content-head {
  max-width: 800px;
}
.cid-uj8cc5ONS2 {
  padding-top: 0rem;
  padding-bottom: 3rem;
  background-color: #ffffff;
}
.cid-uj8cc600Ki {
  padding-top: 2rem;
  padding-bottom: 6rem;
  background-color: #ffffff;
}
.cid-uj8cc600Ki .content-head {
  max-width: 800px;
}
.cid-uj8cc6e80O {
  padding-top: 90px;
  padding-bottom: 90px;
  background-color: #ffffff;
}
.cid-uj8cc6e80O .carousel-control {
  background: #000;
}
.cid-uj8cc6e80O .mbr-section-subtitle {
  color: #767676;
}
.cid-uj8cc6e80O .carousel-item {
  -webkit-justify-content: center;
  justify-content: center;
}
.cid-uj8cc6e80O .carousel-item .media-container-row {
  -webkit-flex-grow: 1;
  flex-grow: 1;
}
.cid-uj8cc6e80O .carousel-item .wrap-img {
  text-align: center;
}
.cid-uj8cc6e80O .carousel-item .wrap-img img {
  max-height: 150px;
  width: auto;
  max-width: 100%;
}
.cid-uj8cc6e80O .carousel-controls {
  display: flex;
  -webkit-justify-content: center;
  justify-content: center;
}
.cid-uj8cc6e80O .carousel-controls .carousel-control {
  background: #000;
  border-radius: 50%;
  position: static;
  width: 40px;
  height: 40px;
  margin-top: 2rem;
  border-width: 1px;
}
.cid-uj8cc6e80O .carousel-controls .carousel-control.carousel-control-prev {
  left: auto;
  margin-right: 20px;
  margin-left: 0;
}
.cid-uj8cc6e80O .carousel-controls .carousel-control.carousel-control-next {
  right: auto;
  margin-right: 0;
}
.cid-uj8cc6e80O .carousel-controls .carousel-control .mbr-iconfont {
  font-size: 1rem;
}
.cid-uj8cc6e80O .cloneditem-1,
.cid-uj8cc6e80O .cloneditem-2,
.cid-uj8cc6e80O .cloneditem-3,
.cid-uj8cc6e80O .cloneditem-4,
.cid-uj8cc6e80O .cloneditem-5 {
  display: none;
}
.cid-uj8cc6e80O .col-lg-15 {
  -webkit-box-flex: 0;
  -ms-flex: 0 0 100%;
  -webkit-flex: 0 0 100%;
  flex: 0 0 100%;
  max-width: 100%;
  position: relative;
  min-height: 1px;
  padding-right: 10px;
  padding-left: 10px;
  width: 100%;
}
@media (min-width: 992px) {
  .cid-uj8cc6e80O .col-lg-15 {
    -ms-flex: 0 0 20%;
    -webkit-flex: 0 0 20%;
    flex: 0 0 20%;
    max-width: 20%;
    width: 20%;
  }
  .cid-uj8cc6e80O .carousel-inner.slides2 > .carousel-item.active.carousel-item-right,
  .cid-uj8cc6e80O .carousel-inner.slides2 > .carousel-item.carousel-item-next {
    left: 0;
    -webkit-transform: translate3d(50%, 0, 0);
    transform: translate3d(50%, 0, 0);
  }
  .cid-uj8cc6e80O .carousel-inner.slides2 > .carousel-item.active.carousel-item-left,
  .cid-uj8cc6e80O .carousel-inner.slides2 > .carousel-item.carousel-item-prev {
    left: 0;
    -webkit-transform: translate3d(-50%, 0, 0);
    transform: translate3d(-50%, 0, 0);
  }
  .cid-uj8cc6e80O .carousel-inner.slides2 > .carousel-item.carousel-item-left,
  .cid-uj8cc6e80O .carousel-inner.slides2 > .carousel-item.carousel-item-prev.carousel-item-right,
  .cid-uj8cc6e80O .carousel-inner.slides2 > .carousel-item.active {
    left: 0;
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
  }
  .cid-uj8cc6e80O .carousel-inner.slides2 .cloneditem-1,
  .cid-uj8cc6e80O .carousel-inner.slides2 .cloneditem-2,
  .cid-uj8cc6e80O .carousel-inner.slides2 .cloneditem-3 {
    display: block;
  }
  .cid-uj8cc6e80O .carousel-inner.slides3 > .carousel-item.active.carousel-item-right,
  .cid-uj8cc6e80O .carousel-inner.slides3 > .carousel-item.carousel-item-next {
    left: 0;
    -webkit-transform: translate3d(33.333333%, 0, 0);
    transform: translate3d(33.333333%, 0, 0);
  }
  .cid-uj8cc6e80O .carousel-inner.slides3 > .carousel-item.active.carousel-item-left,
  .cid-uj8cc6e80O .carousel-inner.slides3 > .carousel-item.carousel-item-prev {
    left: 0;
    -webkit-transform: translate3d(-33.333333%, 0, 0);
    transform: translate3d(-33.333333%, 0, 0);
  }
  .cid-uj8cc6e80O .carousel-inner.slides3 > .carousel-item.carousel-item-left,
  .cid-uj8cc6e80O .carousel-inner.slides3 > .carousel-item.carousel-item-prev.carousel-item-right,
  .cid-uj8cc6e80O .carousel-inner.slides3 > .carousel-item.active {
    left: 0;
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
  }
  .cid-uj8cc6e80O .carousel-inner.slides3 .cloneditem-1,
  .cid-uj8cc6e80O .carousel-inner.slides3 .cloneditem-2,
  .cid-uj8cc6e80O .carousel-inner.slides3 .cloneditem-3 {
    display: block;
  }
  .cid-uj8cc6e80O .carousel-inner.slides4 > .carousel-item.active.carousel-item-right,
  .cid-uj8cc6e80O .carousel-inner.slides4 > .carousel-item.carousel-item-next {
    left: 0;
    -webkit-transform: translate3d(25%, 0, 0);
    transform: translate3d(25%, 0, 0);
  }
  .cid-uj8cc6e80O .carousel-inner.slides4 > .carousel-item.active.carousel-item-left,
  .cid-uj8cc6e80O .carousel-inner.slides4 > .carousel-item.carousel-item-prev {
    left: 0;
    -webkit-transform: translate3d(-25%, 0, 0);
    transform: translate3d(-25%, 0, 0);
  }
  .cid-uj8cc6e80O .carousel-inner.slides4 > .carousel-item.carousel-item-left,
  .cid-uj8cc6e80O .carousel-inner.slides4 > .carousel-item.carousel-item-prev.carousel-item-right,
  .cid-uj8cc6e80O .carousel-inner.slides4 > .carousel-item.active {
    left: 0;
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
  }
  .cid-uj8cc6e80O .carousel-inner.slides4 .cloneditem-1,
  .cid-uj8cc6e80O .carousel-inner.slides4 .cloneditem-2,
  .cid-uj8cc6e80O .carousel-inner.slides4 .cloneditem-3 {
    display: block;
  }
  .cid-uj8cc6e80O .carousel-inner.slides5 > .carousel-item.active.carousel-item-right,
  .cid-uj8cc6e80O .carousel-inner.slides5 > .carousel-item.carousel-item-next {
    left: 0;
    -webkit-transform: translate3d(20%, 0, 0);
    transform: translate3d(20%, 0, 0);
  }
  .cid-uj8cc6e80O .carousel-inner.slides5 > .carousel-item.active.carousel-item-left,
  .cid-uj8cc6e80O .carousel-inner.slides5 > .carousel-item.carousel-item-prev {
    left: 0;
    -webkit-transform: translate3d(-20%, 0, 0);
    transform: translate3d(-20%, 0, 0);
  }
  .cid-uj8cc6e80O .carousel-inner.slides5 > .carousel-item.carousel-item-left,
  .cid-uj8cc6e80O .carousel-inner.slides5 > .carousel-item.carousel-item-prev.carousel-item-right,
  .cid-uj8cc6e80O .carousel-inner.slides5 > .carousel-item.active {
    left: 0;
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
  }
  .cid-uj8cc6e80O .carousel-inner.slides5 .cloneditem-1,
  .cid-uj8cc6e80O .carousel-inner.slides5 .cloneditem-2,
  .cid-uj8cc6e80O .carousel-inner.slides5 .cloneditem-3,
  .cid-uj8cc6e80O .carousel-inner.slides5 .cloneditem-4 {
    display: block;
  }
  .cid-uj8cc6e80O .carousel-inner.slides6 > .carousel-item.active.carousel-item-right,
  .cid-uj8cc6e80O .carousel-inner.slides6 > .carousel-item.carousel-item-next {
    left: 0;
    -webkit-transform: translate3d(16.666667%, 0, 0);
    transform: translate3d(16.666667%, 0, 0);
  }
  .cid-uj8cc6e80O .carousel-inner.slides6 > .carousel-item.active.carousel-item-left,
  .cid-uj8cc6e80O .carousel-inner.slides6 > .carousel-item.carousel-item-prev {
    left: 0;
    -webkit-transform: translate3d(-16.666667%, 0, 0);
    transform: translate3d(-16.666667%, 0, 0);
  }
  .cid-uj8cc6e80O .carousel-inner.slides6 > .carousel-item.carousel-item-left,
  .cid-uj8cc6e80O .carousel-inner.slides6 > .carousel-item.carousel-item-prev.carousel-item-right,
  .cid-uj8cc6e80O .carousel-inner.slides6 > .carousel-item.active {
    left: 0;
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
  }
  .cid-uj8cc6e80O .carousel-inner.slides6 .cloneditem-1,
  .cid-uj8cc6e80O .carousel-inner.slides6 .cloneditem-2,
  .cid-uj8cc6e80O .carousel-inner.slides6 .cloneditem-3,
  .cid-uj8cc6e80O .carousel-inner.slides6 .cloneditem-4,
  .cid-uj8cc6e80O .carousel-inner.slides6 .cloneditem-5 {
    display: block;
  }
}
.cid-uj8cc6YnfQ {
  padding-top: 6rem;
  padding-bottom: 6rem;
  background-color: #ffffff;
}
.cid-uj8cc6YnfQ .video-wrapper iframe {
  width: 100%;
}
.cid-uj8cc6YnfQ .mbr-section-title,
.cid-uj8cc6YnfQ .mbr-section-subtitle,
.cid-uj8cc6YnfQ .mbr-text {
  text-align: center;
}
.cid-uj8cc7SHXJ {
  padding-top: 6rem;
  padding-bottom: 6rem;
  background-color: #ffffff;
}
.cid-uj8cc7SHXJ .item-subtitle {
  line-height: 1.2;
  color: #232323;
  text-align: center;
}
.cid-uj8cc7SHXJ img,
.cid-uj8cc7SHXJ .item-img {
  width: 100%;
  height: 100%;
  height: 400px;
  object-fit: cover;
}
.cid-uj8cc7SHXJ .item:focus,
.cid-uj8cc7SHXJ span:focus {
  outline: none;
}
.cid-uj8cc7SHXJ .item {
  margin-bottom: 2rem;
}
@media (max-width: 767px) {
  .cid-uj8cc7SHXJ .item {
    margin-bottom: 1rem;
  }
}
.cid-uj8cc7SHXJ .item-wrapper {
  position: relative;
  border-radius: 4px;
  height: 100%;
  display: flex;
  flex-flow: column nowrap;
}
.cid-uj8cc7SHXJ .mbr-section-title {
  color: #232323;
}
.cid-uj8cc7SHXJ .mbr-text,
.cid-uj8cc7SHXJ .mbr-section-btn {
  color: #232323;
  text-align: center;
}
.cid-uj8cc7SHXJ .item-title {
  color: #232323;
  text-align: center;
}
.cid-uj8cc7SHXJ .content-head {
  max-width: 800px;
}
.cid-uj8cc8dcXD {
  padding-top: 6rem;
  padding-bottom: 6rem;
  background-color: #ffffff;
}
.cid-uj8cc8dcXD .mbr-fallback-image.disabled {
  display: none;
}
.cid-uj8cc8dcXD .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uj8cc8tNox {
  background-color: #ffffff;
  padding-top: 0px;
  padding-bottom: 0px;
}
.cid-uj8cc8tNox img {
  object-fit: contain;
  border-radius: 0 !important;
}
.cid-uj8cc8GTQW {
  padding-top: 6rem;
  padding-bottom: 6rem;
  background-color: #ffffff;
}
.cid-uj8cc8GTQW .mbr-fallback-image.disabled {
  display: none;
}
.cid-uj8cc8GTQW .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uj8cc8WKsz {
  background-color: #ffffff;
  padding-top: 0px;
  padding-bottom: 0px;
}
.cid-uj8cc8WKsz img {
  object-fit: contain;
  border-radius: 0 !important;
}
.cid-uj8cc9byWV {
  display: flex;
}
@media (min-width: 768px) {
  .cid-uj8cc9byWV {
    align-items: flex-end;
  }
  .cid-uj8cc9byWV .row {
    justify-content: flex-start;
  }
  .cid-uj8cc9byWV .content-wrap {
    padding: 1rem 3rem;
  }
}
@media (max-width: 991px) and (min-width: 768px) {
  .cid-uj8cc9byWV .content-wrap {
    min-width: 50%;
  }
}
@media (max-width: 767px) {
  .cid-uj8cc9byWV {
    -webkit-align-items: center;
    align-items: flex-end;
  }
  .cid-uj8cc9byWV .mbr-row {
    -webkit-justify-content: center;
    justify-content: center;
  }
  .cid-uj8cc9byWV .content-wrap {
    width: 100%;
  }
}
.cid-uj8cc9byWV .mbr-fallback-image.disabled {
  display: none;
}
.cid-uj8cc9byWV .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/background1.jpg");
}
.cid-uj8cc9byWV .mbr-section-title,
.cid-uj8cc9byWV .mbr-section-subtitle {
  text-align: left;
  color: #ffc091;
}
.cid-uj8cc9byWV .mbr-text,
.cid-uj8cc9byWV .mbr-section-btn {
  text-align: left;
}
.cid-uj8cc9tZFg {
  padding-top: 6rem;
  padding-bottom: 6rem;
  background-color: #ffffff;
}
.cid-uj8cc9tZFg .item-subtitle {
  line-height: 1.2;
  color: #232323;
  text-align: center;
}
.cid-uj8cc9tZFg img,
.cid-uj8cc9tZFg .item-img {
  width: 100%;
  height: 100%;
  height: 400px;
  object-fit: cover;
}
.cid-uj8cc9tZFg .item:focus,
.cid-uj8cc9tZFg span:focus {
  outline: none;
}
.cid-uj8cc9tZFg .item {
  margin-bottom: 2rem;
}
@media (max-width: 767px) {
  .cid-uj8cc9tZFg .item {
    margin-bottom: 1rem;
  }
}
.cid-uj8cc9tZFg .item-wrapper {
  position: relative;
  border-radius: 4px;
  height: 100%;
  display: flex;
  flex-flow: column nowrap;
}
.cid-uj8cc9tZFg .mbr-section-title {
  color: #232323;
}
.cid-uj8cc9tZFg .mbr-text,
.cid-uj8cc9tZFg .mbr-section-btn {
  color: #232323;
  text-align: center;
}
.cid-uj8cc9tZFg .item-title {
  color: #232323;
  text-align: center;
}
.cid-uj8cc9tZFg .content-head {
  max-width: 800px;
}
.cid-uj8cc9MGB2 {
  padding-top: 6rem;
  padding-bottom: 6rem;
  background-color: #ffffff;
}
.cid-uj8cc9MGB2 .mbr-fallback-image.disabled {
  display: none;
}
.cid-uj8cc9MGB2 .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uj8cca1BJJ {
  background-color: #ffffff;
  padding-top: 0px;
  padding-bottom: 0px;
}
.cid-uj8cca1BJJ img {
  object-fit: contain;
  border-radius: 0 !important;
}
.cid-uj8ccafa9j {
  padding-top: 6rem;
  padding-bottom: 6rem;
  background-color: #06549d;
}
.cid-uj8ccafa9j .mbr-fallback-image.disabled {
  display: none;
}
.cid-uj8ccafa9j .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uj8ccafa9j .nav-tabs .nav-item.open .nav-link:focus,
.cid-uj8ccafa9j .nav-tabs .nav-link.active:focus {
  outline: none;
}
.cid-uj8ccafa9j .nav-tabs {
  flex-wrap: wrap;
  border-bottom: none;
}
@media (max-width: 767px) {
  .cid-uj8ccafa9j .nav-item {
    width: 100%;
    margin-right: 0 !important;
    text-align: center;
  }
}
.cid-uj8ccafa9j .nav-tabs .nav-item {
  margin-right: 1.5rem;
}
.cid-uj8ccafa9j .nav-tabs .nav-link {
  transition: padding 0.3s ease, background-color 0.3s ease;
  border: none;
  border-radius: 2rem !important;
  padding: 1.25rem 0!important;
  background-color: transparent!important;
  overflow: hidden!important;
}
.cid-uj8ccafa9j .nav-tabs .nav-link:not(.active) {
  color: #ffffff;
}
.cid-uj8ccafa9j .nav-tabs .nav-link.active {
  color: #06549d !important;
  background-color: #ffffff !important;
  padding: 1.25rem 2rem!important;
}
.cid-uj8ccafa9j .mbr-section-title {
  text-align: center;
  color: #ffffff;
}
.cid-uj8ccafa9j .mbr-section-subtitle {
  text-align: center;
  color: #ffffff;
}
.cid-uj8ccafa9j .mbr-text {
  color: #ffffff;
  margin: 0;
  text-align: center;
}
.cid-uj8ccafa9j .content-head {
  max-width: 800px;
}
.cid-uj8ccafa9j .item-wrapper {
  background-color: #06549d;
  padding: 2.25rem;
}
@media (max-width: 767px) {
  .cid-uj8ccafa9j .item-wrapper {
    padding: 2rem 1.5rem;
  }
}
.cid-uj8ccaCVd1 {
  padding-top: 6rem;
  padding-bottom: 6rem;
  background-color: #ffffff;
}
.cid-uj8ccaCVd1 .mbr-fallback-image.disabled {
  display: none;
}
.cid-uj8ccaCVd1 .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uj8ccaTE80 {
  background-color: #ffffff;
  padding-top: 0px;
  padding-bottom: 0px;
}
.cid-uj8ccaTE80 img {
  object-fit: contain;
  border-radius: 0 !important;
}
.cid-uj8ccb9yQH {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-color: #edefeb;
}
.cid-uj8ccb9yQH .mbr-text {
  color: #000000;
}
.cid-uj8ccb9yQH .mbr-section-subtitle {
  color: #000000;
}
.cid-uj8ccb9yQH .mbr-section-title {
  color: #000000;
  text-align: center;
}
.cid-uj8ccb9yQH .mbr-text,
.cid-uj8ccb9yQH .item .mbr-section-btn {
  text-align: left;
}
.cid-uj8ccb9yQH .item-wrapper {
  background: #ffffff;
  margin-bottom: 2rem;
  padding: 2.25rem;
}
@media (min-width: 992px) and (max-width: 1200px) {
  .cid-uj8ccb9yQH .item-wrapper {
    padding: 2rem 1.5rem;
    margin-bottom: 2rem;
  }
}
@media (max-width: 767px) {
  .cid-uj8ccb9yQH .item-wrapper {
    padding: 2rem 1.5rem;
    margin-bottom: 1rem;
  }
}
.cid-uduqU6836b {
  padding-top: 2rem;
  padding-bottom: 3rem;
  background-image: url("../../../assets/images/white-background-2000x1334.jpeg");
}
.cid-uduqU6836b .logogree {
  position: relative;
  width: 100%;
}
.cid-uduqU6836b .agree {
  object-position: right;
  width: 40%;
  height: auto;
  object-fit: contain;
  display: block;
  border-radius: 0% !important;
}
.cid-uduqU6836b .mbr-fallback-image.disabled {
  display: none;
}
.cid-uduqU6836b .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uduqU6836b .footer-col {
  justify-content: space-between;
  display: flex;
}
@media (max-width: 767px) {
  .cid-uduqU6836b .footer-col {
    flex-direction: column;
  }
}
.cid-uduqU6836b .row {
  background: #ffffff;
  padding: 4rem 3rem;
  border-radius: 2rem;
  margin: 0px;
}
@media (max-width: 767px) {
  .cid-uduqU6836b .row {
    padding: 2rem 0.5rem;
  }
}
@media (min-width: 768px) and (max-width: 991px) {
  .cid-uduqU6836b .row {
    padding: 2.25rem 1.25rem;
  }
}
@media (min-width: 992px) {
  .cid-uduqU6836b .row {
    padding: 4rem 3rem;
  }
}
@media (max-width: 767px) {
  .cid-uduqU6836b .mbr-section-btn {
    text-align: center;
  }
}
.cid-uduqU6836b .social-row {
  display: flex;
  flex-wrap: wrap;
}
.cid-uduqU6836b .soc-item {
  margin: 8px;
}
.cid-uduqU6836b .soc-item a:hover .mbr-iconfont,
.cid-uduqU6836b .soc-item a:focus .mbr-iconfont {
  background-color: #232323;
}
.cid-uduqU6836b .soc-item a .mbr-iconfont {
  width: 72px;
  height: 72px;
  display: flex;
  align-items: center;
  justify-content: center;
  border-radius: 100%;
  font-size: 20px;
  background-color: #06549d;
  color: #ffffff;
  transition: all 0.3s ease-in-out;
}
@media (max-width: 767px) {
  .cid-uduqU6836b .row {
    text-align: center;
  }
  .cid-uduqU6836b .social-row {
    justify-content: center;
  }
}
.cid-uduqU6836b .list {
  list-style: none;
  padding-left: 0;
  color: #502274;
}
@media (max-width: 991px) {
  .cid-uduqU6836b .list {
    margin-bottom: 2rem;
  }
}
@media (min-width: 992px) {
  .cid-uduqU6836b .list {
    margin-bottom: 0rem;
  }
}
.cid-uduqU6836b .mbr-text {
  color: #bbbbbb;
}
.cid-uduqU6836b .mbr-section-subtitle {
  color: #000000;
  text-align: left;
}
.cid-uduqU6836b .list,
.cid-uduqU6836b .item-wrap {
  color: #232323;
  text-align: left;
}
.cid-uduqU6836b .copyright {
  color: #000000;
  text-align: center;
}
.cid-uduqU6836b H5 {
  text-align: left;
}
.cid-tJGsCG1vVL {
  z-index: 1000;
  width: 100%;
  position: inherit;
}
.cid-tJGsCG1vVL .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 .3s;
}
@media (max-width: 767px) {
  .cid-tJGsCG1vVL .navbar-toggler {
    transform: scale(0.8);
  }
}
.cid-tJGsCG1vVL .navbar-brand {
  flex-shrink: 0;
  align-items: center;
  margin-right: 0;
  padding: 10px 0;
  transition: all 2s;
  word-break: break-word;
  z-index: 1;
}
.cid-tJGsCG1vVL .navbar-brand img {
  max-width: 100%;
  max-height: 100%;
  border-radius: 0px !important;
}
.cid-tJGsCG1vVL .navbar-brand .navbar-caption {
  line-height: inherit !important;
}
.cid-tJGsCG1vVL .navbar-brand .navbar-logo a {
  outline: none;
}
.cid-tJGsCG1vVL .navbar-nav {
  margin: auto;
  margin-left: 0;
  margin-left: auto;
}
.cid-tJGsCG1vVL .navbar-nav .nav-item {
  padding: 0 !important;
  transition: .3s all !important;
}
.cid-tJGsCG1vVL .navbar-nav .nav-item .nav-link {
  padding: 16px !important;
  margin: 0 !important;
  border-radius: 1rem !important;
  transition: .3s all !important;
  border-radius: 4px !important;
}
.cid-tJGsCG1vVL .navbar-nav .nav-item .nav-link:hover {
  background-color: rgba(27, 31, 10, 0.06);
}
.cid-tJGsCG1vVL .navbar-nav .open .nav-link::after {
  transform: rotate(180deg);
}
@media (min-width: 992px) {
  .cid-tJGsCG1vVL .navbar-nav .open .nav-link::before {
    content: "";
    width: 100%;
    height: 20px;
    top: 100%;
    background: transparent;
    position: absolute;
  }
}
.cid-tJGsCG1vVL .navbar-nav .dropdown-item {
  padding: 12px !important;
  border-radius: 0.5rem !important;
  margin: 0 8px !important;
  transition: .3s all !important;
  border-radius: 4px !important;
}
.cid-tJGsCG1vVL .navbar-nav .dropdown-item:hover {
  background-color: rgba(27, 31, 10, 0.06);
}
@media (min-width: 992px) {
  .cid-tJGsCG1vVL .navbar-nav {
    padding-left: 1.5rem;
  }
}
.cid-tJGsCG1vVL .nav-link {
  width: fit-content;
  position: relative;
}
.cid-tJGsCG1vVL .navbar-logo {
  padding-left: 2rem;
  margin: 0 !important;
}
@media (max-width: 767px) {
  .cid-tJGsCG1vVL .navbar-logo {
    padding-left: 1rem;
  }
}
.cid-tJGsCG1vVL .navbar-caption {
  padding-left: 1rem;
  padding-right: .5rem;
}
@media (max-width: 767px) {
  .cid-tJGsCG1vVL .nav-dropdown {
    padding-bottom: 0.5rem;
  }
}
.cid-tJGsCG1vVL .nav-dropdown .link.dropdown-toggle::after {
  margin-left: 0.5rem;
  margin-top: 0.2rem;
  transition: .3s all;
  transition-delay: 300ms;
}
.cid-tJGsCG1vVL .container {
  display: flex;
  height: 90px;
  padding: 0.5rem 0.6rem;
  flex-wrap: nowrap;
  background: rgba(255, 255, 255, 0.9) !important;
  left: 0;
  right: 0;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: flex-end;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  border-radius: 100vw;
  margin-top: 1rem;
  background-color: #ffffff;
  box-shadow: 0 30px 60px 0 rgba(27, 31, 10, 0.08);
  border-radius: 4px !important;
}
@media (max-width: 992px) {
  .cid-tJGsCG1vVL .container {
    padding-right: 2rem;
  }
}
@media (max-width: 767px) {
  .cid-tJGsCG1vVL .container {
    width: 95%;
    height: 56px !important;
    padding-right: 1rem;
    margin-top: 0rem;
  }
}
.cid-tJGsCG1vVL .iconfont-wrapper {
  color: #0c2c68 !important;
  font-size: 1.5rem;
  padding-right: 0.5rem;
}
.cid-tJGsCG1vVL .dropdown-menu {
  flex-wrap: wrap;
  flex-direction: column;
  max-width: 100%;
  padding: 12px 4px !important;
  border-radius: 1.5rem;
  transition: .3s all !important;
  transition-delay: 300ms;
  min-width: auto;
  background: #ffffff;
  background: rgba(255, 255, 255, 0.9) !important;
  border-radius: 4px !important;
}
.cid-tJGsCG1vVL .nav-item:focus,
.cid-tJGsCG1vVL .nav-link:focus {
  outline: none;
}
.cid-tJGsCG1vVL .dropdown .dropdown-menu .dropdown-item {
  width: auto;
  transition: all .3s;
  transition-delay: 300ms;
}
.cid-tJGsCG1vVL .dropdown .dropdown-menu .dropdown-item::after {
  right: 0.5rem;
}
.cid-tJGsCG1vVL .dropdown .dropdown-menu .dropdown-item .mbr-iconfont {
  margin-right: 0.5rem;
  vertical-align: sub;
}
.cid-tJGsCG1vVL .dropdown .dropdown-menu .dropdown-item .mbr-iconfont:before {
  display: inline-block;
  transform: scale(1, 1);
  transition: all .3s;
}
.cid-tJGsCG1vVL .collapsed .dropdown-menu .dropdown-item:before {
  display: none;
}
.cid-tJGsCG1vVL .collapsed .dropdown .dropdown-menu .dropdown-item {
  padding: 0.235em 1.5em 0.235em 1.5em !important;
  transition: none;
  margin: 0 !important;
}
.cid-tJGsCG1vVL .navbar {
  min-height: 90px;
  transition: all 5s;
  border-bottom: 1px solid transparent;
  background: transparent !important;
  padding: 0 !important;
  border: none !important;
  box-shadow: none !important;
  border-radius: 0 !important;
}
.cid-tJGsCG1vVL .navbar.opened {
  transition: all 0.3s;
}
.cid-tJGsCG1vVL .navbar .dropdown-item {
  padding: 0.5rem 1.8rem;
}
.cid-tJGsCG1vVL .navbar .navbar-logo img {
  width: auto;
}
.cid-tJGsCG1vVL .navbar .navbar-collapse {
  z-index: 1;
  justify-content: flex-end;
}
.cid-tJGsCG1vVL .navbar.collapsed {
  justify-content: center;
}
.cid-tJGsCG1vVL .navbar.collapsed .nav-item .nav-link::before {
  display: none;
}
.cid-tJGsCG1vVL .navbar.collapsed.opened .dropdown-menu {
  top: 0;
}
@media (min-width: 992px) {
  .cid-tJGsCG1vVL .navbar.collapsed.opened:not(.navbar-short) .navbar-collapse {
    max-height: calc(98.5vh - 3.4rem);
  }
}
.cid-tJGsCG1vVL .navbar.collapsed .dropdown-menu .dropdown-submenu {
  left: 0 !important;
}
.cid-tJGsCG1vVL .navbar.collapsed .dropdown-menu .dropdown-item:after {
  right: auto;
}
.cid-tJGsCG1vVL .navbar.collapsed .dropdown-menu .dropdown-toggle[data-toggle="dropdown-submenu"]:after {
  margin-left: 0.5rem;
  margin-top: 0.2rem;
  border-top: 0.35em solid;
  border-right: 0.35em solid transparent;
  border-left: 0.35em solid transparent;
  border-bottom: 0;
  top: 41%;
}
.cid-tJGsCG1vVL .navbar.collapsed ul.navbar-nav li {
  margin: auto;
}
.cid-tJGsCG1vVL .navbar.collapsed .dropdown-menu .dropdown-item {
  padding: 0.25rem 0.5rem;
  text-align: center;
}
.cid-tJGsCG1vVL .navbar.collapsed .icons-menu {
  padding-left: 0;
  padding-right: 0;
  padding-top: 0.5rem;
  padding-bottom: 0.5rem;
}
@media (max-width: 767px) {
  .cid-tJGsCG1vVL .navbar {
    min-height: 72px;
  }
  .cid-tJGsCG1vVL .navbar .navbar-logo img {
    height: 2rem !important;
  }
}
@media (max-width: 991px) {
  .cid-tJGsCG1vVL .navbar .nav-item .nav-link::before {
    display: none;
  }
  .cid-tJGsCG1vVL .navbar.opened .dropdown-menu {
    top: 0;
  }
  .cid-tJGsCG1vVL .navbar .dropdown-menu .dropdown-submenu {
    left: 0 !important;
  }
  .cid-tJGsCG1vVL .navbar .dropdown-menu .dropdown-item:after {
    right: auto;
  }
  .cid-tJGsCG1vVL .navbar .dropdown-menu .dropdown-toggle[data-toggle="dropdown-submenu"]:after {
    margin-left: 0.5rem;
    margin-top: 0.2rem;
    border-top: 0.35em solid;
    border-right: 0.35em solid transparent;
    border-left: 0.35em solid transparent;
    border-bottom: 0;
    top: 40%;
  }
  .cid-tJGsCG1vVL .navbar .dropdown-menu .dropdown-item {
    padding: 0.25rem 1.5rem !important;
    text-align: center;
  }
  .cid-tJGsCG1vVL .navbar .navbar-brand {
    flex-shrink: initial;
    flex-basis: auto;
    word-break: break-word;
    padding-right: 10px;
  }
  .cid-tJGsCG1vVL .navbar .navbar-toggler {
    flex-basis: auto;
  }
  .cid-tJGsCG1vVL .navbar .icons-menu {
    padding-left: 0;
    padding-top: 0.5rem;
    padding-bottom: 0.5rem;
  }
}
.cid-tJGsCG1vVL .navbar.navbar-short .navbar-logo img {
  height: 2rem;
}
.cid-tJGsCG1vVL .dropdown-item.active,
.cid-tJGsCG1vVL .dropdown-item:active {
  background-color: transparent;
}
.cid-tJGsCG1vVL .navbar-expand-lg .navbar-nav .nav-link {
  padding: 0;
}
.cid-tJGsCG1vVL .nav-dropdown .link.dropdown-toggle {
  margin-right: 1.667em;
}
.cid-tJGsCG1vVL .nav-dropdown .link.dropdown-toggle[aria-expanded="true"] {
  margin-right: 0;
  padding: 0.667em 1.667em;
}
.cid-tJGsCG1vVL .navbar.navbar-expand-lg .dropdown .dropdown-menu {
  background: #ffffff;
}
.cid-tJGsCG1vVL .navbar.navbar-expand-lg .dropdown .dropdown-menu .dropdown-submenu {
  margin: 0;
  left: 100%;
  transform: none;
  top: -12px;
}
.cid-tJGsCG1vVL .navbar .dropdown.open > .dropdown-menu {
  display: flex;
}
.cid-tJGsCG1vVL ul.navbar-nav {
  flex-wrap: wrap;
}
.cid-tJGsCG1vVL .navbar-buttons {
  text-align: center;
  min-width: 140px;
}
@media (max-width: 992px) {
  .cid-tJGsCG1vVL .navbar-buttons {
    text-align: left;
  }
}
.cid-tJGsCG1vVL button.navbar-toggler {
  outline: none;
  width: 31px;
  height: 20px;
  cursor: pointer;
  transition: all 0.2s;
  position: relative;
  align-self: center;
}
.cid-tJGsCG1vVL button.navbar-toggler .hamburger span {
  position: absolute;
  right: 0;
  width: 30px;
  height: 2px;
  border-right: 5px;
  background-color: #06549d;
}
.cid-tJGsCG1vVL button.navbar-toggler .hamburger span:nth-child(1) {
  top: 0;
  transition: all 0.2s;
}
.cid-tJGsCG1vVL button.navbar-toggler .hamburger span:nth-child(2) {
  top: 8px;
  transition: all 0.15s;
}
.cid-tJGsCG1vVL button.navbar-toggler .hamburger span:nth-child(3) {
  top: 8px;
  transition: all 0.15s;
}
.cid-tJGsCG1vVL button.navbar-toggler .hamburger span:nth-child(4) {
  top: 16px;
  transition: all 0.2s;
}
.cid-tJGsCG1vVL nav.opened .hamburger span:nth-child(1) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-tJGsCG1vVL nav.opened .hamburger span:nth-child(2) {
  transform: rotate(45deg);
  transition: all 0.25s;
}
.cid-tJGsCG1vVL nav.opened .hamburger span:nth-child(3) {
  transform: rotate(-45deg);
  transition: all 0.25s;
}
.cid-tJGsCG1vVL nav.opened .hamburger span:nth-child(4) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-tJGsCG1vVL .navbar-dropdown {
  padding: 0 1rem;
}
.cid-tJGsCG1vVL a.nav-link {
  display: flex;
  align-items: center;
  justify-content: center;
}
.cid-tJGsCG1vVL .icons-menu {
  flex-wrap: nowrap;
  display: flex;
  justify-content: center;
  padding-left: 1rem;
  padding-right: 1rem;
  padding-top: 0.3rem;
  text-align: center;
}
@media (max-width: 992px) {
  .cid-tJGsCG1vVL .icons-menu {
    justify-content: flex-start;
    margin-bottom: .5rem;
  }
}
@media screen and (-ms-high-contrast: active), (-ms-high-contrast: none) {
  .cid-tJGsCG1vVL .navbar {
    height: 70px;
  }
  .cid-tJGsCG1vVL .navbar.opened {
    height: auto;
  }
  .cid-tJGsCG1vVL .nav-item .nav-link:hover::before {
    width: 175%;
    max-width: calc(100% + 2rem);
    left: -1rem;
  }
}
.cid-tJGsCG1vVL .navbar .dropdown > .dropdown-menu {
  display: none;
  width: max-content;
  max-width: 500px !important;
  transform: translateX(-50%);
  top: calc(100% + 20px);
  left: 50%;
}
.cid-tJGsCG1vVL .navbar .dropdown > .dropdown-menu .dropdown-item {
  line-height: 1 !important;
}
.cid-tJGsCG1vVL .navbar .dropdown > .dropdown-menu .dropdown .dropdown-item {
  align-items: center;
  display: flex;
  height: max-content !important;
  min-height: max-content !important;
}
.cid-tJGsCG1vVL .navbar .dropdown > .dropdown-menu .dropdown .dropdown-item::after {
  display: inline-block;
  position: static;
  margin-left: 0.5rem;
  margin-top: 0;
  margin-right: 0;
  margin-bottom: 0;
  transition: .3s all;
  transform: rotate(-90deg);
}
.cid-tJGsCG1vVL .navbar .dropdown > .dropdown-menu .dropdown.open .dropdown-item::after {
  transform: rotate(0deg);
}
.cid-tJGsCG1vVL .mbr-section-btn {
  margin: -0.6rem -0.6rem;
}
.cid-tJGsCG1vVL .navbar-toggler {
  margin-left: 12px;
  margin-right: 8px;
  order: 1000;
}
@media (max-width: 991px) {
  .cid-tJGsCG1vVL .navbar-brand {
    margin-right: auto;
  }
  .cid-tJGsCG1vVL .navbar-collapse {
    z-index: -1 !important;
    position: absolute;
    top: 110%;
    left: 0;
    width: 100%;
    padding: 1rem;
    border-radius: 1.5rem;
    background: #ffffff;
    opacity: 1;
    border-color: rgba(255, 255, 255, 0.9) !important;
    background: rgba(255, 255, 255, 0.9) !important;
    backdrop-filter: blur(8px);
    border-radius: 4px !important;
  }
  .cid-tJGsCG1vVL .navbar-nav .nav-item .nav-link::after {
    margin-left: 10px;
  }
  .cid-tJGsCG1vVL .navbar-nav .dropdown-item:hover {
    background-color: rgba(27, 31, 10, 0.06);
  }
  .cid-tJGsCG1vVL .navbar .dropdown > .dropdown-menu {
    max-width: 100% !important;
    transform: translateX(0);
    top: 10px;
    left: 0;
    padding: 8px !important;
    border-radius: 1rem;
    background-color: rgba(27, 31, 10, 0.04) !important;
  }
  .cid-tJGsCG1vVL .navbar .dropdown > .dropdown-menu .dropdown-item {
    padding: 8px !important;
    line-height: 1 !important;
    margin-bottom: 4px !important;
  }
  .cid-tJGsCG1vVL .navbar .dropdown > .dropdown-menu .dropdown .dropdown-item {
    align-items: center;
    display: flex;
    height: max-content !important;
    min-height: max-content !important;
  }
  .cid-tJGsCG1vVL .navbar .dropdown > .dropdown-menu .dropdown .dropdown-item::after {
    display: inline-block;
    position: static;
    margin-left: 0.5rem;
    margin-top: 0;
    margin-right: 0;
    margin-bottom: 0;
    transition: .3s all;
    transform: rotate(0deg);
  }
  .cid-tJGsCG1vVL .navbar .dropdown > .dropdown-menu .dropdown.open .dropdown-item::after {
    transform: rotate(180deg);
  }
  .cid-tJGsCG1vVL .navbar .dropdown > .dropdown-menu .dropdown-submenu {
    position: static;
    width: 100%;
    max-width: 100% !important;
    transform: translateX(0) !important;
    top: 0;
    left: 0;
    padding: 8px !important;
    border-radius: 1rem;
    background-color: rgba(27, 31, 10, 0.04) !important;
  }
  .cid-tJGsCG1vVL .navbar .dropdown.open > .dropdown-menu {
    display: flex !important;
    flex-direction: column;
    align-items: flex-start;
  }
}
@media (max-width: 575px) {
  .cid-tJGsCG1vVL .navbar-collapse {
    padding: 1rem;
  }
}
.cid-uj8chCShTV {
  padding-top: 8rem;
  padding-bottom: 1rem;
  background-color: #000000;
}
.cid-uj8chCShTV .justify-content-center {
  align-items: center;
}
.cid-uj8chCShTV .mbr-fallback-image.disabled {
  display: none;
}
.cid-uj8chCShTV .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uj8chCShTV .item-wrapper {
  display: flex;
  margin-left: auto;
}
@media (max-width: 767px) {
  .cid-uj8chCShTV .item-wrapper {
    margin-bottom: 1rem;
  }
}
.cid-uj8chCShTV .mbr-section-btn {
  padding-left: 1.5rem;
  text-align: right;
}
@media (max-width: 767px) {
  .cid-uj8chCShTV .mbr-section-btn {
    text-align: center;
    padding-left: 0rem;
  }
}
.cid-uj8chCShTV .row {
  align-items: center;
}
.cid-uj8chCShTV .card-text {
  color: #ffffff;
  margin-bottom: 0px;
  text-align: left;
}
@media (max-width: 767px) {
  .cid-uj8chCShTV .card-text {
    text-align: center;
  }
}
.cid-uj8chD4MCa {
  background-color: #ffffff;
  padding-top: 0;
  padding-bottom: 0;
}
.cid-uj8chD4MCa .carousel {
  width: 100%;
}
.cid-uj8chD4MCa .carousel-inner {
  display: flex;
  align-content: center;
  align-items: center;
}
.cid-uj8chD4MCa .carousel-item img {
  height: 100vh;
  object-fit: cover;
}
.cid-uj8chD4MCa img,
.cid-uj8chD4MCa .item-wrapper {
  border-radius: 0 !important;
}
.cid-uj8chD4MCa .carousel-caption {
  bottom: 40px;
}
.cid-uj8chD4MCa .mobi-mbri-arrow-next {
  margin-left: 5px;
}
.cid-uj8chD4MCa .mobi-mbri-arrow-prev {
  margin-right: 5px;
}
.cid-uj8chD4MCa .carousel-control:hover {
  background: #1b1b1b;
  color: #fff;
  opacity: 1;
}
.cid-uj8chD4MCa .item-wrapper {
  width: 100%;
}
@media (max-width: 767px) {
  .cid-uj8chD4MCa .container .carousel-control {
    margin-bottom: 0;
  }
  .cid-uj8chD4MCa .content-slider-wrap {
    width: 100% !important;
  }
}
.cid-uj8chD4MCa .container .carousel-indicators {
  margin-bottom: 3px;
}
.cid-uj8chD4MCa .carousel-control {
  top: 50%;
  width: 60px;
  height: 60px;
  margin-top: -1.5rem;
  font-size: 22px;
  background-color: rgba(0, 0, 0, 0.5);
  border: 2px solid #fff;
  border-radius: 50%;
  transition: all 0.3s;
}
.cid-uj8chD4MCa .carousel-control.carousel-control-prev {
  left: 0;
  margin-left: 2.5rem;
}
.cid-uj8chD4MCa .carousel-control.carousel-control-next {
  right: 0;
  margin-right: 2.5rem;
}
@media (max-width: 767px) {
  .cid-uj8chD4MCa .carousel-control {
    top: auto;
    bottom: 1rem;
  }
}
.cid-uj8chD4MCa .carousel-indicators {
  position: absolute;
  bottom: 0;
  margin-bottom: 1.5rem !important;
}
.cid-uj8chD4MCa .carousel-indicators li {
  max-width: 15px;
  height: 15px;
  width: 15px;
  max-height: 15px;
  margin: 3px;
  background-color: rgba(0, 0, 0, 0.5);
  border: 2px solid #fff;
  border-radius: 50%;
  opacity: 0.5;
  transition: all 0.3s;
}
.cid-uj8chD4MCa .carousel-indicators li.active,
.cid-uj8chD4MCa .carousel-indicators li:hover {
  opacity: 0.9;
}
.cid-uj8chD4MCa .carousel-indicators li::after,
.cid-uj8chD4MCa .carousel-indicators li::before {
  content: none;
}
.cid-uj8chD4MCa .carousel-indicators.ie-fix {
  left: 50%;
  display: block;
  width: 60%;
  margin-left: -30%;
  text-align: center;
}
@media (max-width: 768px) {
  .cid-uj8chD4MCa .carousel-indicators {
    display: none !important;
  }
}
@media (max-width: 991px) {
  .cid-uj8chD4MCa .mbr-section-subtitle,
  .cid-uj8chD4MCa .mbr-section-text,
  .cid-uj8chD4MCa .mbr-section-btn {
    text-align: center;
  }
}
.cid-uj8chD4MCa .carousel-control-prev,
.cid-uj8chD4MCa .carousel-control-next {
  display: none;
}
.cid-uj8chDFc9M {
  padding-top: 6rem;
  padding-bottom: 6rem;
  background-color: #000000;
}
.cid-uj8chDFc9M .mbr-text {
  color: #000000;
}
.cid-uj8chDFc9M .mbr-section-subtitle {
  color: #000000;
  text-align: center;
}
.cid-uj8chDFc9M .mbr-section-title {
  color: #ffffff;
  text-align: left;
}
.cid-uj8chDFc9M .mbr-section-subtitle,
.cid-uj8chDFc9M .main-button {
  text-align: left;
  color: #ffffff;
}
.cid-uj8chDFc9M .main-button {
  margin-bottom: 2rem;
}
@media (max-width: 767px) {
  .cid-uj8chDFc9M .main-button {
    margin-bottom: 2rem;
  }
}
.cid-uj8chDFc9M .mbr-iconfont {
  font-size: 1.2rem !important;
  font-family: 'Moririse2' !important;
  color: white;
  transition: all 0.3s;
  transform: rotate(180deg);
  padding-left: 0.5rem;
}
.cid-uj8chDFc9M .panel-group {
  border: none;
}
.cid-uj8chDFc9M .card-header {
  padding: 0rem;
}
@media (max-width: 767px) {
  .cid-uj8chDFc9M .card-header {
    padding: 0rem;
  }
}
.cid-uj8chDFc9M .panel-body {
  padding: 0rem;
  padding-bottom: 0.5rem;
  margin-top: 1rem;
}
.cid-uj8chDFc9M .collapsed span {
  transform: rotate(0deg);
}
.cid-uj8chDFc9M .panel-title {
  display: flex;
  align-items: center;
  justify-content: space-between;
}
.cid-uj8chDFc9M p {
  margin-bottom: 0.3rem;
}
.cid-uj8chDFc9M .panel-title-edit {
  color: #000000;
}
.cid-uj8chDFc9M .card .card-header {
  background-color: transparent;
  margin-bottom: 0;
  border: 0;
  border-radius: 2rem;
}
.cid-uj8chDFc9M .card {
  background: #ffffff;
  padding: 2.25rem;
  border-radius: 2rem;
  margin-bottom: 1rem;
}
@media (max-width: 767px) {
  .cid-uj8chDFc9M .card {
    padding: 2rem 1.5rem;
    margin-bottom: 1rem;
  }
}
@media (min-width: 992px) and (max-width: 1200px) {
  .cid-uj8chDFc9M .card {
    margin-bottom: 1rem;
    padding: 2rem 1.5rem;
  }
}
.cid-uj8chDFc9M .panel-text {
  color: #000000;
}
.cid-uj8chDFc9M .panel-title-edit,
.cid-uj8chDFc9M .mbr-iconfont {
  color: #000000;
}
.cid-uduqU6836b {
  padding-top: 2rem;
  padding-bottom: 3rem;
  background-image: url("../../../assets/images/white-background-2000x1334.jpeg");
}
.cid-uduqU6836b .logogree {
  position: relative;
  width: 100%;
}
.cid-uduqU6836b .agree {
  object-position: right;
  width: 40%;
  height: auto;
  object-fit: contain;
  display: block;
  border-radius: 0% !important;
}
.cid-uduqU6836b .mbr-fallback-image.disabled {
  display: none;
}
.cid-uduqU6836b .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uduqU6836b .footer-col {
  justify-content: space-between;
  display: flex;
}
@media (max-width: 767px) {
  .cid-uduqU6836b .footer-col {
    flex-direction: column;
  }
}
.cid-uduqU6836b .row {
  background: #ffffff;
  padding: 4rem 3rem;
  border-radius: 2rem;
  margin: 0px;
}
@media (max-width: 767px) {
  .cid-uduqU6836b .row {
    padding: 2rem 0.5rem;
  }
}
@media (min-width: 768px) and (max-width: 991px) {
  .cid-uduqU6836b .row {
    padding: 2.25rem 1.25rem;
  }
}
@media (min-width: 992px) {
  .cid-uduqU6836b .row {
    padding: 4rem 3rem;
  }
}
@media (max-width: 767px) {
  .cid-uduqU6836b .mbr-section-btn {
    text-align: center;
  }
}
.cid-uduqU6836b .social-row {
  display: flex;
  flex-wrap: wrap;
}
.cid-uduqU6836b .soc-item {
  margin: 8px;
}
.cid-uduqU6836b .soc-item a:hover .mbr-iconfont,
.cid-uduqU6836b .soc-item a:focus .mbr-iconfont {
  background-color: #232323;
}
.cid-uduqU6836b .soc-item a .mbr-iconfont {
  width: 72px;
  height: 72px;
  display: flex;
  align-items: center;
  justify-content: center;
  border-radius: 100%;
  font-size: 20px;
  background-color: #06549d;
  color: #ffffff;
  transition: all 0.3s ease-in-out;
}
@media (max-width: 767px) {
  .cid-uduqU6836b .row {
    text-align: center;
  }
  .cid-uduqU6836b .social-row {
    justify-content: center;
  }
}
.cid-uduqU6836b .list {
  list-style: none;
  padding-left: 0;
  color: #502274;
}
@media (max-width: 991px) {
  .cid-uduqU6836b .list {
    margin-bottom: 2rem;
  }
}
@media (min-width: 992px) {
  .cid-uduqU6836b .list {
    margin-bottom: 0rem;
  }
}
.cid-uduqU6836b .mbr-text {
  color: #bbbbbb;
}
.cid-uduqU6836b .mbr-section-subtitle {
  color: #000000;
  text-align: left;
}
.cid-uduqU6836b .list,
.cid-uduqU6836b .item-wrap {
  color: #232323;
  text-align: left;
}
.cid-uduqU6836b .copyright {
  color: #000000;
  text-align: center;
}
.cid-uduqU6836b H5 {
  text-align: left;
}
.cid-tJGsCG1vVL {
  z-index: 1000;
  width: 100%;
  position: inherit;
}
.cid-tJGsCG1vVL .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 .3s;
}
@media (max-width: 767px) {
  .cid-tJGsCG1vVL .navbar-toggler {
    transform: scale(0.8);
  }
}
.cid-tJGsCG1vVL .navbar-brand {
  flex-shrink: 0;
  align-items: center;
  margin-right: 0;
  padding: 10px 0;
  transition: all 2s;
  word-break: break-word;
  z-index: 1;
}
.cid-tJGsCG1vVL .navbar-brand img {
  max-width: 100%;
  max-height: 100%;
  border-radius: 0px !important;
}
.cid-tJGsCG1vVL .navbar-brand .navbar-caption {
  line-height: inherit !important;
}
.cid-tJGsCG1vVL .navbar-brand .navbar-logo a {
  outline: none;
}
.cid-tJGsCG1vVL .navbar-nav {
  margin: auto;
  margin-left: 0;
  margin-left: auto;
}
.cid-tJGsCG1vVL .navbar-nav .nav-item {
  padding: 0 !important;
  transition: .3s all !important;
}
.cid-tJGsCG1vVL .navbar-nav .nav-item .nav-link {
  padding: 16px !important;
  margin: 0 !important;
  border-radius: 1rem !important;
  transition: .3s all !important;
  border-radius: 4px !important;
}
.cid-tJGsCG1vVL .navbar-nav .nav-item .nav-link:hover {
  background-color: rgba(27, 31, 10, 0.06);
}
.cid-tJGsCG1vVL .navbar-nav .open .nav-link::after {
  transform: rotate(180deg);
}
@media (min-width: 992px) {
  .cid-tJGsCG1vVL .navbar-nav .open .nav-link::before {
    content: "";
    width: 100%;
    height: 20px;
    top: 100%;
    background: transparent;
    position: absolute;
  }
}
.cid-tJGsCG1vVL .navbar-nav .dropdown-item {
  padding: 12px !important;
  border-radius: 0.5rem !important;
  margin: 0 8px !important;
  transition: .3s all !important;
  border-radius: 4px !important;
}
.cid-tJGsCG1vVL .navbar-nav .dropdown-item:hover {
  background-color: rgba(27, 31, 10, 0.06);
}
@media (min-width: 992px) {
  .cid-tJGsCG1vVL .navbar-nav {
    padding-left: 1.5rem;
  }
}
.cid-tJGsCG1vVL .nav-link {
  width: fit-content;
  position: relative;
}
.cid-tJGsCG1vVL .navbar-logo {
  padding-left: 2rem;
  margin: 0 !important;
}
@media (max-width: 767px) {
  .cid-tJGsCG1vVL .navbar-logo {
    padding-left: 1rem;
  }
}
.cid-tJGsCG1vVL .navbar-caption {
  padding-left: 1rem;
  padding-right: .5rem;
}
@media (max-width: 767px) {
  .cid-tJGsCG1vVL .nav-dropdown {
    padding-bottom: 0.5rem;
  }
}
.cid-tJGsCG1vVL .nav-dropdown .link.dropdown-toggle::after {
  margin-left: 0.5rem;
  margin-top: 0.2rem;
  transition: .3s all;
  transition-delay: 300ms;
}
.cid-tJGsCG1vVL .container {
  display: flex;
  height: 90px;
  padding: 0.5rem 0.6rem;
  flex-wrap: nowrap;
  background: rgba(255, 255, 255, 0.9) !important;
  left: 0;
  right: 0;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: flex-end;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  border-radius: 100vw;
  margin-top: 1rem;
  background-color: #ffffff;
  box-shadow: 0 30px 60px 0 rgba(27, 31, 10, 0.08);
  border-radius: 4px !important;
}
@media (max-width: 992px) {
  .cid-tJGsCG1vVL .container {
    padding-right: 2rem;
  }
}
@media (max-width: 767px) {
  .cid-tJGsCG1vVL .container {
    width: 95%;
    height: 56px !important;
    padding-right: 1rem;
    margin-top: 0rem;
  }
}
.cid-tJGsCG1vVL .iconfont-wrapper {
  color: #0c2c68 !important;
  font-size: 1.5rem;
  padding-right: 0.5rem;
}
.cid-tJGsCG1vVL .dropdown-menu {
  flex-wrap: wrap;
  flex-direction: column;
  max-width: 100%;
  padding: 12px 4px !important;
  border-radius: 1.5rem;
  transition: .3s all !important;
  transition-delay: 300ms;
  min-width: auto;
  background: #ffffff;
  background: rgba(255, 255, 255, 0.9) !important;
  border-radius: 4px !important;
}
.cid-tJGsCG1vVL .nav-item:focus,
.cid-tJGsCG1vVL .nav-link:focus {
  outline: none;
}
.cid-tJGsCG1vVL .dropdown .dropdown-menu .dropdown-item {
  width: auto;
  transition: all .3s;
  transition-delay: 300ms;
}
.cid-tJGsCG1vVL .dropdown .dropdown-menu .dropdown-item::after {
  right: 0.5rem;
}
.cid-tJGsCG1vVL .dropdown .dropdown-menu .dropdown-item .mbr-iconfont {
  margin-right: 0.5rem;
  vertical-align: sub;
}
.cid-tJGsCG1vVL .dropdown .dropdown-menu .dropdown-item .mbr-iconfont:before {
  display: inline-block;
  transform: scale(1, 1);
  transition: all .3s;
}
.cid-tJGsCG1vVL .collapsed .dropdown-menu .dropdown-item:before {
  display: none;
}
.cid-tJGsCG1vVL .collapsed .dropdown .dropdown-menu .dropdown-item {
  padding: 0.235em 1.5em 0.235em 1.5em !important;
  transition: none;
  margin: 0 !important;
}
.cid-tJGsCG1vVL .navbar {
  min-height: 90px;
  transition: all 5s;
  border-bottom: 1px solid transparent;
  background: transparent !important;
  padding: 0 !important;
  border: none !important;
  box-shadow: none !important;
  border-radius: 0 !important;
}
.cid-tJGsCG1vVL .navbar.opened {
  transition: all 0.3s;
}
.cid-tJGsCG1vVL .navbar .dropdown-item {
  padding: 0.5rem 1.8rem;
}
.cid-tJGsCG1vVL .navbar .navbar-logo img {
  width: auto;
}
.cid-tJGsCG1vVL .navbar .navbar-collapse {
  z-index: 1;
  justify-content: flex-end;
}
.cid-tJGsCG1vVL .navbar.collapsed {
  justify-content: center;
}
.cid-tJGsCG1vVL .navbar.collapsed .nav-item .nav-link::before {
  display: none;
}
.cid-tJGsCG1vVL .navbar.collapsed.opened .dropdown-menu {
  top: 0;
}
@media (min-width: 992px) {
  .cid-tJGsCG1vVL .navbar.collapsed.opened:not(.navbar-short) .navbar-collapse {
    max-height: calc(98.5vh - 3.4rem);
  }
}
.cid-tJGsCG1vVL .navbar.collapsed .dropdown-menu .dropdown-submenu {
  left: 0 !important;
}
.cid-tJGsCG1vVL .navbar.collapsed .dropdown-menu .dropdown-item:after {
  right: auto;
}
.cid-tJGsCG1vVL .navbar.collapsed .dropdown-menu .dropdown-toggle[data-toggle="dropdown-submenu"]:after {
  margin-left: 0.5rem;
  margin-top: 0.2rem;
  border-top: 0.35em solid;
  border-right: 0.35em solid transparent;
  border-left: 0.35em solid transparent;
  border-bottom: 0;
  top: 41%;
}
.cid-tJGsCG1vVL .navbar.collapsed ul.navbar-nav li {
  margin: auto;
}
.cid-tJGsCG1vVL .navbar.collapsed .dropdown-menu .dropdown-item {
  padding: 0.25rem 0.5rem;
  text-align: center;
}
.cid-tJGsCG1vVL .navbar.collapsed .icons-menu {
  padding-left: 0;
  padding-right: 0;
  padding-top: 0.5rem;
  padding-bottom: 0.5rem;
}
@media (max-width: 767px) {
  .cid-tJGsCG1vVL .navbar {
    min-height: 72px;
  }
  .cid-tJGsCG1vVL .navbar .navbar-logo img {
    height: 2rem !important;
  }
}
@media (max-width: 991px) {
  .cid-tJGsCG1vVL .navbar .nav-item .nav-link::before {
    display: none;
  }
  .cid-tJGsCG1vVL .navbar.opened .dropdown-menu {
    top: 0;
  }
  .cid-tJGsCG1vVL .navbar .dropdown-menu .dropdown-submenu {
    left: 0 !important;
  }
  .cid-tJGsCG1vVL .navbar .dropdown-menu .dropdown-item:after {
    right: auto;
  }
  .cid-tJGsCG1vVL .navbar .dropdown-menu .dropdown-toggle[data-toggle="dropdown-submenu"]:after {
    margin-left: 0.5rem;
    margin-top: 0.2rem;
    border-top: 0.35em solid;
    border-right: 0.35em solid transparent;
    border-left: 0.35em solid transparent;
    border-bottom: 0;
    top: 40%;
  }
  .cid-tJGsCG1vVL .navbar .dropdown-menu .dropdown-item {
    padding: 0.25rem 1.5rem !important;
    text-align: center;
  }
  .cid-tJGsCG1vVL .navbar .navbar-brand {
    flex-shrink: initial;
    flex-basis: auto;
    word-break: break-word;
    padding-right: 10px;
  }
  .cid-tJGsCG1vVL .navbar .navbar-toggler {
    flex-basis: auto;
  }
  .cid-tJGsCG1vVL .navbar .icons-menu {
    padding-left: 0;
    padding-top: 0.5rem;
    padding-bottom: 0.5rem;
  }
}
.cid-tJGsCG1vVL .navbar.navbar-short .navbar-logo img {
  height: 2rem;
}
.cid-tJGsCG1vVL .dropdown-item.active,
.cid-tJGsCG1vVL .dropdown-item:active {
  background-color: transparent;
}
.cid-tJGsCG1vVL .navbar-expand-lg .navbar-nav .nav-link {
  padding: 0;
}
.cid-tJGsCG1vVL .nav-dropdown .link.dropdown-toggle {
  margin-right: 1.667em;
}
.cid-tJGsCG1vVL .nav-dropdown .link.dropdown-toggle[aria-expanded="true"] {
  margin-right: 0;
  padding: 0.667em 1.667em;
}
.cid-tJGsCG1vVL .navbar.navbar-expand-lg .dropdown .dropdown-menu {
  background: #ffffff;
}
.cid-tJGsCG1vVL .navbar.navbar-expand-lg .dropdown .dropdown-menu .dropdown-submenu {
  margin: 0;
  left: 100%;
  transform: none;
  top: -12px;
}
.cid-tJGsCG1vVL .navbar .dropdown.open > .dropdown-menu {
  display: flex;
}
.cid-tJGsCG1vVL ul.navbar-nav {
  flex-wrap: wrap;
}
.cid-tJGsCG1vVL .navbar-buttons {
  text-align: center;
  min-width: 140px;
}
@media (max-width: 992px) {
  .cid-tJGsCG1vVL .navbar-buttons {
    text-align: left;
  }
}
.cid-tJGsCG1vVL button.navbar-toggler {
  outline: none;
  width: 31px;
  height: 20px;
  cursor: pointer;
  transition: all 0.2s;
  position: relative;
  align-self: center;
}
.cid-tJGsCG1vVL button.navbar-toggler .hamburger span {
  position: absolute;
  right: 0;
  width: 30px;
  height: 2px;
  border-right: 5px;
  background-color: #06549d;
}
.cid-tJGsCG1vVL button.navbar-toggler .hamburger span:nth-child(1) {
  top: 0;
  transition: all 0.2s;
}
.cid-tJGsCG1vVL button.navbar-toggler .hamburger span:nth-child(2) {
  top: 8px;
  transition: all 0.15s;
}
.cid-tJGsCG1vVL button.navbar-toggler .hamburger span:nth-child(3) {
  top: 8px;
  transition: all 0.15s;
}
.cid-tJGsCG1vVL button.navbar-toggler .hamburger span:nth-child(4) {
  top: 16px;
  transition: all 0.2s;
}
.cid-tJGsCG1vVL nav.opened .hamburger span:nth-child(1) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-tJGsCG1vVL nav.opened .hamburger span:nth-child(2) {
  transform: rotate(45deg);
  transition: all 0.25s;
}
.cid-tJGsCG1vVL nav.opened .hamburger span:nth-child(3) {
  transform: rotate(-45deg);
  transition: all 0.25s;
}
.cid-tJGsCG1vVL nav.opened .hamburger span:nth-child(4) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-tJGsCG1vVL .navbar-dropdown {
  padding: 0 1rem;
}
.cid-tJGsCG1vVL a.nav-link {
  display: flex;
  align-items: center;
  justify-content: center;
}
.cid-tJGsCG1vVL .icons-menu {
  flex-wrap: nowrap;
  display: flex;
  justify-content: center;
  padding-left: 1rem;
  padding-right: 1rem;
  padding-top: 0.3rem;
  text-align: center;
}
@media (max-width: 992px) {
  .cid-tJGsCG1vVL .icons-menu {
    justify-content: flex-start;
    margin-bottom: .5rem;
  }
}
@media screen and (-ms-high-contrast: active), (-ms-high-contrast: none) {
  .cid-tJGsCG1vVL .navbar {
    height: 70px;
  }
  .cid-tJGsCG1vVL .navbar.opened {
    height: auto;
  }
  .cid-tJGsCG1vVL .nav-item .nav-link:hover::before {
    width: 175%;
    max-width: calc(100% + 2rem);
    left: -1rem;
  }
}
.cid-tJGsCG1vVL .navbar .dropdown > .dropdown-menu {
  display: none;
  width: max-content;
  max-width: 500px !important;
  transform: translateX(-50%);
  top: calc(100% + 20px);
  left: 50%;
}
.cid-tJGsCG1vVL .navbar .dropdown > .dropdown-menu .dropdown-item {
  line-height: 1 !important;
}
.cid-tJGsCG1vVL .navbar .dropdown > .dropdown-menu .dropdown .dropdown-item {
  align-items: center;
  display: flex;
  height: max-content !important;
  min-height: max-content !important;
}
.cid-tJGsCG1vVL .navbar .dropdown > .dropdown-menu .dropdown .dropdown-item::after {
  display: inline-block;
  position: static;
  margin-left: 0.5rem;
  margin-top: 0;
  margin-right: 0;
  margin-bottom: 0;
  transition: .3s all;
  transform: rotate(-90deg);
}
.cid-tJGsCG1vVL .navbar .dropdown > .dropdown-menu .dropdown.open .dropdown-item::after {
  transform: rotate(0deg);
}
.cid-tJGsCG1vVL .mbr-section-btn {
  margin: -0.6rem -0.6rem;
}
.cid-tJGsCG1vVL .navbar-toggler {
  margin-left: 12px;
  margin-right: 8px;
  order: 1000;
}
@media (max-width: 991px) {
  .cid-tJGsCG1vVL .navbar-brand {
    margin-right: auto;
  }
  .cid-tJGsCG1vVL .navbar-collapse {
    z-index: -1 !important;
    position: absolute;
    top: 110%;
    left: 0;
    width: 100%;
    padding: 1rem;
    border-radius: 1.5rem;
    background: #ffffff;
    opacity: 1;
    border-color: rgba(255, 255, 255, 0.9) !important;
    background: rgba(255, 255, 255, 0.9) !important;
    backdrop-filter: blur(8px);
    border-radius: 4px !important;
  }
  .cid-tJGsCG1vVL .navbar-nav .nav-item .nav-link::after {
    margin-left: 10px;
  }
  .cid-tJGsCG1vVL .navbar-nav .dropdown-item:hover {
    background-color: rgba(27, 31, 10, 0.06);
  }
  .cid-tJGsCG1vVL .navbar .dropdown > .dropdown-menu {
    max-width: 100% !important;
    transform: translateX(0);
    top: 10px;
    left: 0;
    padding: 8px !important;
    border-radius: 1rem;
    background-color: rgba(27, 31, 10, 0.04) !important;
  }
  .cid-tJGsCG1vVL .navbar .dropdown > .dropdown-menu .dropdown-item {
    padding: 8px !important;
    line-height: 1 !important;
    margin-bottom: 4px !important;
  }
  .cid-tJGsCG1vVL .navbar .dropdown > .dropdown-menu .dropdown .dropdown-item {
    align-items: center;
    display: flex;
    height: max-content !important;
    min-height: max-content !important;
  }
  .cid-tJGsCG1vVL .navbar .dropdown > .dropdown-menu .dropdown .dropdown-item::after {
    display: inline-block;
    position: static;
    margin-left: 0.5rem;
    margin-top: 0;
    margin-right: 0;
    margin-bottom: 0;
    transition: .3s all;
    transform: rotate(0deg);
  }
  .cid-tJGsCG1vVL .navbar .dropdown > .dropdown-menu .dropdown.open .dropdown-item::after {
    transform: rotate(180deg);
  }
  .cid-tJGsCG1vVL .navbar .dropdown > .dropdown-menu .dropdown-submenu {
    position: static;
    width: 100%;
    max-width: 100% !important;
    transform: translateX(0) !important;
    top: 0;
    left: 0;
    padding: 8px !important;
    border-radius: 1rem;
    background-color: rgba(27, 31, 10, 0.04) !important;
  }
  .cid-tJGsCG1vVL .navbar .dropdown.open > .dropdown-menu {
    display: flex !important;
    flex-direction: column;
    align-items: flex-start;
  }
}
@media (max-width: 575px) {
  .cid-tJGsCG1vVL .navbar-collapse {
    padding: 1rem;
  }
}
.cid-uj8ztyQv5U {
  padding-top: 8rem;
  padding-bottom: 1rem;
  background-color: #06549d;
}
.cid-uj8ztyQv5U .justify-content-center {
  align-items: center;
}
.cid-uj8ztyQv5U .mbr-fallback-image.disabled {
  display: none;
}
.cid-uj8ztyQv5U .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uj8ztyQv5U .item-wrapper {
  display: flex;
  margin-left: auto;
}
@media (max-width: 767px) {
  .cid-uj8ztyQv5U .item-wrapper {
    margin-bottom: 1rem;
  }
}
.cid-uj8ztyQv5U .mbr-section-btn {
  padding-left: 1.5rem;
  text-align: right;
}
@media (max-width: 767px) {
  .cid-uj8ztyQv5U .mbr-section-btn {
    text-align: center;
    padding-left: 0rem;
  }
}
.cid-uj8ztyQv5U .row {
  align-items: center;
}
.cid-uj8ztyQv5U .card-text {
  color: #ffffff;
  margin-bottom: 0px;
  text-align: left;
}
@media (max-width: 767px) {
  .cid-uj8ztyQv5U .card-text {
    text-align: center;
  }
}
.cid-uj8ztz5v2U {
  padding-top: 2rem;
  padding-bottom: 0rem;
  background-color: #ffffff;
}
.cid-uj8ztz5v2U .content-head {
  max-width: 800px;
}
.cid-uj8ztzki4j {
  padding-top: 0rem;
  padding-bottom: 3rem;
  background-color: #ffffff;
}
.cid-uj8ztzwXkK {
  padding-top: 2rem;
  padding-bottom: 6rem;
  background-color: #ffffff;
}
.cid-uj8ztzwXkK .content-head {
  max-width: 800px;
}
.cid-uj8ztzQmLP {
  padding-top: 90px;
  padding-bottom: 90px;
  background-color: #ffffff;
}
.cid-uj8ztzQmLP .carousel-control {
  background: #000;
}
.cid-uj8ztzQmLP .mbr-section-subtitle {
  color: #767676;
}
.cid-uj8ztzQmLP .carousel-item {
  -webkit-justify-content: center;
  justify-content: center;
}
.cid-uj8ztzQmLP .carousel-item .media-container-row {
  -webkit-flex-grow: 1;
  flex-grow: 1;
}
.cid-uj8ztzQmLP .carousel-item .wrap-img {
  text-align: center;
}
.cid-uj8ztzQmLP .carousel-item .wrap-img img {
  max-height: 150px;
  width: auto;
  max-width: 100%;
}
.cid-uj8ztzQmLP .carousel-controls {
  display: flex;
  -webkit-justify-content: center;
  justify-content: center;
}
.cid-uj8ztzQmLP .carousel-controls .carousel-control {
  background: #000;
  border-radius: 50%;
  position: static;
  width: 40px;
  height: 40px;
  margin-top: 2rem;
  border-width: 1px;
}
.cid-uj8ztzQmLP .carousel-controls .carousel-control.carousel-control-prev {
  left: auto;
  margin-right: 20px;
  margin-left: 0;
}
.cid-uj8ztzQmLP .carousel-controls .carousel-control.carousel-control-next {
  right: auto;
  margin-right: 0;
}
.cid-uj8ztzQmLP .carousel-controls .carousel-control .mbr-iconfont {
  font-size: 1rem;
}
.cid-uj8ztzQmLP .cloneditem-1,
.cid-uj8ztzQmLP .cloneditem-2,
.cid-uj8ztzQmLP .cloneditem-3,
.cid-uj8ztzQmLP .cloneditem-4,
.cid-uj8ztzQmLP .cloneditem-5 {
  display: none;
}
.cid-uj8ztzQmLP .col-lg-15 {
  -webkit-box-flex: 0;
  -ms-flex: 0 0 100%;
  -webkit-flex: 0 0 100%;
  flex: 0 0 100%;
  max-width: 100%;
  position: relative;
  min-height: 1px;
  padding-right: 10px;
  padding-left: 10px;
  width: 100%;
}
@media (min-width: 992px) {
  .cid-uj8ztzQmLP .col-lg-15 {
    -ms-flex: 0 0 20%;
    -webkit-flex: 0 0 20%;
    flex: 0 0 20%;
    max-width: 20%;
    width: 20%;
  }
  .cid-uj8ztzQmLP .carousel-inner.slides2 > .carousel-item.active.carousel-item-right,
  .cid-uj8ztzQmLP .carousel-inner.slides2 > .carousel-item.carousel-item-next {
    left: 0;
    -webkit-transform: translate3d(50%, 0, 0);
    transform: translate3d(50%, 0, 0);
  }
  .cid-uj8ztzQmLP .carousel-inner.slides2 > .carousel-item.active.carousel-item-left,
  .cid-uj8ztzQmLP .carousel-inner.slides2 > .carousel-item.carousel-item-prev {
    left: 0;
    -webkit-transform: translate3d(-50%, 0, 0);
    transform: translate3d(-50%, 0, 0);
  }
  .cid-uj8ztzQmLP .carousel-inner.slides2 > .carousel-item.carousel-item-left,
  .cid-uj8ztzQmLP .carousel-inner.slides2 > .carousel-item.carousel-item-prev.carousel-item-right,
  .cid-uj8ztzQmLP .carousel-inner.slides2 > .carousel-item.active {
    left: 0;
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
  }
  .cid-uj8ztzQmLP .carousel-inner.slides2 .cloneditem-1,
  .cid-uj8ztzQmLP .carousel-inner.slides2 .cloneditem-2,
  .cid-uj8ztzQmLP .carousel-inner.slides2 .cloneditem-3 {
    display: block;
  }
  .cid-uj8ztzQmLP .carousel-inner.slides3 > .carousel-item.active.carousel-item-right,
  .cid-uj8ztzQmLP .carousel-inner.slides3 > .carousel-item.carousel-item-next {
    left: 0;
    -webkit-transform: translate3d(33.333333%, 0, 0);
    transform: translate3d(33.333333%, 0, 0);
  }
  .cid-uj8ztzQmLP .carousel-inner.slides3 > .carousel-item.active.carousel-item-left,
  .cid-uj8ztzQmLP .carousel-inner.slides3 > .carousel-item.carousel-item-prev {
    left: 0;
    -webkit-transform: translate3d(-33.333333%, 0, 0);
    transform: translate3d(-33.333333%, 0, 0);
  }
  .cid-uj8ztzQmLP .carousel-inner.slides3 > .carousel-item.carousel-item-left,
  .cid-uj8ztzQmLP .carousel-inner.slides3 > .carousel-item.carousel-item-prev.carousel-item-right,
  .cid-uj8ztzQmLP .carousel-inner.slides3 > .carousel-item.active {
    left: 0;
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
  }
  .cid-uj8ztzQmLP .carousel-inner.slides3 .cloneditem-1,
  .cid-uj8ztzQmLP .carousel-inner.slides3 .cloneditem-2,
  .cid-uj8ztzQmLP .carousel-inner.slides3 .cloneditem-3 {
    display: block;
  }
  .cid-uj8ztzQmLP .carousel-inner.slides4 > .carousel-item.active.carousel-item-right,
  .cid-uj8ztzQmLP .carousel-inner.slides4 > .carousel-item.carousel-item-next {
    left: 0;
    -webkit-transform: translate3d(25%, 0, 0);
    transform: translate3d(25%, 0, 0);
  }
  .cid-uj8ztzQmLP .carousel-inner.slides4 > .carousel-item.active.carousel-item-left,
  .cid-uj8ztzQmLP .carousel-inner.slides4 > .carousel-item.carousel-item-prev {
    left: 0;
    -webkit-transform: translate3d(-25%, 0, 0);
    transform: translate3d(-25%, 0, 0);
  }
  .cid-uj8ztzQmLP .carousel-inner.slides4 > .carousel-item.carousel-item-left,
  .cid-uj8ztzQmLP .carousel-inner.slides4 > .carousel-item.carousel-item-prev.carousel-item-right,
  .cid-uj8ztzQmLP .carousel-inner.slides4 > .carousel-item.active {
    left: 0;
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
  }
  .cid-uj8ztzQmLP .carousel-inner.slides4 .cloneditem-1,
  .cid-uj8ztzQmLP .carousel-inner.slides4 .cloneditem-2,
  .cid-uj8ztzQmLP .carousel-inner.slides4 .cloneditem-3 {
    display: block;
  }
  .cid-uj8ztzQmLP .carousel-inner.slides5 > .carousel-item.active.carousel-item-right,
  .cid-uj8ztzQmLP .carousel-inner.slides5 > .carousel-item.carousel-item-next {
    left: 0;
    -webkit-transform: translate3d(20%, 0, 0);
    transform: translate3d(20%, 0, 0);
  }
  .cid-uj8ztzQmLP .carousel-inner.slides5 > .carousel-item.active.carousel-item-left,
  .cid-uj8ztzQmLP .carousel-inner.slides5 > .carousel-item.carousel-item-prev {
    left: 0;
    -webkit-transform: translate3d(-20%, 0, 0);
    transform: translate3d(-20%, 0, 0);
  }
  .cid-uj8ztzQmLP .carousel-inner.slides5 > .carousel-item.carousel-item-left,
  .cid-uj8ztzQmLP .carousel-inner.slides5 > .carousel-item.carousel-item-prev.carousel-item-right,
  .cid-uj8ztzQmLP .carousel-inner.slides5 > .carousel-item.active {
    left: 0;
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
  }
  .cid-uj8ztzQmLP .carousel-inner.slides5 .cloneditem-1,
  .cid-uj8ztzQmLP .carousel-inner.slides5 .cloneditem-2,
  .cid-uj8ztzQmLP .carousel-inner.slides5 .cloneditem-3,
  .cid-uj8ztzQmLP .carousel-inner.slides5 .cloneditem-4 {
    display: block;
  }
  .cid-uj8ztzQmLP .carousel-inner.slides6 > .carousel-item.active.carousel-item-right,
  .cid-uj8ztzQmLP .carousel-inner.slides6 > .carousel-item.carousel-item-next {
    left: 0;
    -webkit-transform: translate3d(16.666667%, 0, 0);
    transform: translate3d(16.666667%, 0, 0);
  }
  .cid-uj8ztzQmLP .carousel-inner.slides6 > .carousel-item.active.carousel-item-left,
  .cid-uj8ztzQmLP .carousel-inner.slides6 > .carousel-item.carousel-item-prev {
    left: 0;
    -webkit-transform: translate3d(-16.666667%, 0, 0);
    transform: translate3d(-16.666667%, 0, 0);
  }
  .cid-uj8ztzQmLP .carousel-inner.slides6 > .carousel-item.carousel-item-left,
  .cid-uj8ztzQmLP .carousel-inner.slides6 > .carousel-item.carousel-item-prev.carousel-item-right,
  .cid-uj8ztzQmLP .carousel-inner.slides6 > .carousel-item.active {
    left: 0;
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
  }
  .cid-uj8ztzQmLP .carousel-inner.slides6 .cloneditem-1,
  .cid-uj8ztzQmLP .carousel-inner.slides6 .cloneditem-2,
  .cid-uj8ztzQmLP .carousel-inner.slides6 .cloneditem-3,
  .cid-uj8ztzQmLP .carousel-inner.slides6 .cloneditem-4,
  .cid-uj8ztzQmLP .carousel-inner.slides6 .cloneditem-5 {
    display: block;
  }
}
.cid-uj8ztAzW1N {
  padding-top: 6rem;
  padding-bottom: 6rem;
  background-color: #ffffff;
}
.cid-uj8ztAzW1N .video-wrapper iframe {
  width: 100%;
}
.cid-uj8ztAzW1N .mbr-section-title,
.cid-uj8ztAzW1N .mbr-section-subtitle,
.cid-uj8ztAzW1N .mbr-text {
  text-align: center;
}
.cid-uj8ztBzqhe {
  padding-top: 6rem;
  padding-bottom: 6rem;
  background-color: #ffffff;
}
.cid-uj8ztBzqhe .item-subtitle {
  line-height: 1.2;
  color: #232323;
  text-align: center;
}
.cid-uj8ztBzqhe img,
.cid-uj8ztBzqhe .item-img {
  width: 100%;
  height: 100%;
  height: 400px;
  object-fit: cover;
}
.cid-uj8ztBzqhe .item:focus,
.cid-uj8ztBzqhe span:focus {
  outline: none;
}
.cid-uj8ztBzqhe .item {
  margin-bottom: 2rem;
}
@media (max-width: 767px) {
  .cid-uj8ztBzqhe .item {
    margin-bottom: 1rem;
  }
}
.cid-uj8ztBzqhe .item-wrapper {
  position: relative;
  border-radius: 4px;
  height: 100%;
  display: flex;
  flex-flow: column nowrap;
}
.cid-uj8ztBzqhe .mbr-section-title {
  color: #232323;
}
.cid-uj8ztBzqhe .mbr-text,
.cid-uj8ztBzqhe .mbr-section-btn {
  color: #232323;
  text-align: center;
}
.cid-uj8ztBzqhe .item-title {
  color: #232323;
  text-align: center;
}
.cid-uj8ztBzqhe .content-head {
  max-width: 800px;
}
.cid-uj8ztBTz1X {
  padding-top: 6rem;
  padding-bottom: 6rem;
  background-color: #ffffff;
}
.cid-uj8ztBTz1X .mbr-fallback-image.disabled {
  display: none;
}
.cid-uj8ztBTz1X .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uj8ztC9GrM {
  background-color: #ffffff;
  padding-top: 0px;
  padding-bottom: 0px;
}
.cid-uj8ztC9GrM img {
  object-fit: contain;
  border-radius: 0 !important;
}
.cid-uj8ztCp0Sh {
  padding-top: 6rem;
  padding-bottom: 6rem;
  background-color: #ffffff;
}
.cid-uj8ztCp0Sh .mbr-fallback-image.disabled {
  display: none;
}
.cid-uj8ztCp0Sh .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uj8ztCESub {
  background-color: #ffffff;
  padding-top: 0px;
  padding-bottom: 0px;
}
.cid-uj8ztCESub img {
  object-fit: contain;
  border-radius: 0 !important;
}
.cid-uj8ztCQJfF {
  display: flex;
}
@media (min-width: 768px) {
  .cid-uj8ztCQJfF {
    align-items: flex-end;
  }
  .cid-uj8ztCQJfF .row {
    justify-content: flex-start;
  }
  .cid-uj8ztCQJfF .content-wrap {
    padding: 1rem 3rem;
  }
}
@media (max-width: 991px) and (min-width: 768px) {
  .cid-uj8ztCQJfF .content-wrap {
    min-width: 50%;
  }
}
@media (max-width: 767px) {
  .cid-uj8ztCQJfF {
    -webkit-align-items: center;
    align-items: flex-end;
  }
  .cid-uj8ztCQJfF .mbr-row {
    -webkit-justify-content: center;
    justify-content: center;
  }
  .cid-uj8ztCQJfF .content-wrap {
    width: 100%;
  }
}
.cid-uj8ztCQJfF .mbr-fallback-image.disabled {
  display: none;
}
.cid-uj8ztCQJfF .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/background1.jpg");
}
.cid-uj8ztCQJfF .mbr-section-title,
.cid-uj8ztCQJfF .mbr-section-subtitle {
  text-align: left;
  color: #ffc091;
}
.cid-uj8ztCQJfF .mbr-text,
.cid-uj8ztCQJfF .mbr-section-btn {
  text-align: left;
}
.cid-uj8ztD7GuO {
  padding-top: 6rem;
  padding-bottom: 6rem;
  background-color: #ffffff;
}
.cid-uj8ztD7GuO .item-subtitle {
  line-height: 1.2;
  color: #232323;
  text-align: center;
}
.cid-uj8ztD7GuO img,
.cid-uj8ztD7GuO .item-img {
  width: 100%;
  height: 100%;
  height: 400px;
  object-fit: cover;
}
.cid-uj8ztD7GuO .item:focus,
.cid-uj8ztD7GuO span:focus {
  outline: none;
}
.cid-uj8ztD7GuO .item {
  margin-bottom: 2rem;
}
@media (max-width: 767px) {
  .cid-uj8ztD7GuO .item {
    margin-bottom: 1rem;
  }
}
.cid-uj8ztD7GuO .item-wrapper {
  position: relative;
  border-radius: 4px;
  height: 100%;
  display: flex;
  flex-flow: column nowrap;
}
.cid-uj8ztD7GuO .mbr-section-title {
  color: #232323;
}
.cid-uj8ztD7GuO .mbr-text,
.cid-uj8ztD7GuO .mbr-section-btn {
  color: #232323;
  text-align: center;
}
.cid-uj8ztD7GuO .item-title {
  color: #232323;
  text-align: center;
}
.cid-uj8ztD7GuO .content-head {
  max-width: 800px;
}
.cid-uj8ztDqqRN {
  padding-top: 6rem;
  padding-bottom: 6rem;
  background-color: #ffffff;
}
.cid-uj8ztDqqRN .mbr-fallback-image.disabled {
  display: none;
}
.cid-uj8ztDqqRN .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uj8ztDK1Qv {
  background-color: #ffffff;
  padding-top: 0px;
  padding-bottom: 0px;
}
.cid-uj8ztDK1Qv img {
  object-fit: contain;
  border-radius: 0 !important;
}
.cid-uj8ztDZai9 {
  padding-top: 6rem;
  padding-bottom: 6rem;
  background-color: #06549d;
}
.cid-uj8ztDZai9 .mbr-fallback-image.disabled {
  display: none;
}
.cid-uj8ztDZai9 .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uj8ztDZai9 .nav-tabs .nav-item.open .nav-link:focus,
.cid-uj8ztDZai9 .nav-tabs .nav-link.active:focus {
  outline: none;
}
.cid-uj8ztDZai9 .nav-tabs {
  flex-wrap: wrap;
  border-bottom: none;
}
@media (max-width: 767px) {
  .cid-uj8ztDZai9 .nav-item {
    width: 100%;
    margin-right: 0 !important;
    text-align: center;
  }
}
.cid-uj8ztDZai9 .nav-tabs .nav-item {
  margin-right: 1.5rem;
}
.cid-uj8ztDZai9 .nav-tabs .nav-link {
  transition: padding 0.3s ease, background-color 0.3s ease;
  border: none;
  border-radius: 2rem !important;
  padding: 1.25rem 0!important;
  background-color: transparent!important;
  overflow: hidden!important;
}
.cid-uj8ztDZai9 .nav-tabs .nav-link:not(.active) {
  color: #ffffff;
}
.cid-uj8ztDZai9 .nav-tabs .nav-link.active {
  color: #06549d !important;
  background-color: #ffffff !important;
  padding: 1.25rem 2rem!important;
}
.cid-uj8ztDZai9 .mbr-section-title {
  text-align: center;
  color: #ffffff;
}
.cid-uj8ztDZai9 .mbr-section-subtitle {
  text-align: center;
  color: #ffffff;
}
.cid-uj8ztDZai9 .mbr-text {
  color: #ffffff;
  margin: 0;
  text-align: center;
}
.cid-uj8ztDZai9 .content-head {
  max-width: 800px;
}
.cid-uj8ztDZai9 .item-wrapper {
  background-color: #06549d;
  padding: 2.25rem;
}
@media (max-width: 767px) {
  .cid-uj8ztDZai9 .item-wrapper {
    padding: 2rem 1.5rem;
  }
}
.cid-uj8ztEjCko {
  padding-top: 6rem;
  padding-bottom: 6rem;
  background-color: #ffffff;
}
.cid-uj8ztEjCko .mbr-fallback-image.disabled {
  display: none;
}
.cid-uj8ztEjCko .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uj8ztEBFRX {
  background-color: #ffffff;
  padding-top: 0px;
  padding-bottom: 0px;
}
.cid-uj8ztEBFRX img {
  object-fit: contain;
  border-radius: 0 !important;
}
.cid-uj8ztEP8r2 {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-color: #edefeb;
}
.cid-uj8ztEP8r2 .mbr-text {
  color: #000000;
}
.cid-uj8ztEP8r2 .mbr-section-subtitle {
  color: #000000;
}
.cid-uj8ztEP8r2 .mbr-section-title {
  color: #000000;
  text-align: center;
}
.cid-uj8ztEP8r2 .mbr-text,
.cid-uj8ztEP8r2 .item .mbr-section-btn {
  text-align: left;
}
.cid-uj8ztEP8r2 .item-wrapper {
  background: #ffffff;
  margin-bottom: 2rem;
  padding: 2.25rem;
}
@media (min-width: 992px) and (max-width: 1200px) {
  .cid-uj8ztEP8r2 .item-wrapper {
    padding: 2rem 1.5rem;
    margin-bottom: 2rem;
  }
}
@media (max-width: 767px) {
  .cid-uj8ztEP8r2 .item-wrapper {
    padding: 2rem 1.5rem;
    margin-bottom: 1rem;
  }
}
.cid-uduqU6836b {
  padding-top: 2rem;
  padding-bottom: 3rem;
  background-image: url("../../../assets/images/white-background-2000x1334.jpeg");
}
.cid-uduqU6836b .logogree {
  position: relative;
  width: 100%;
}
.cid-uduqU6836b .agree {
  object-position: right;
  width: 40%;
  height: auto;
  object-fit: contain;
  display: block;
  border-radius: 0% !important;
}
.cid-uduqU6836b .mbr-fallback-image.disabled {
  display: none;
}
.cid-uduqU6836b .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uduqU6836b .footer-col {
  justify-content: space-between;
  display: flex;
}
@media (max-width: 767px) {
  .cid-uduqU6836b .footer-col {
    flex-direction: column;
  }
}
.cid-uduqU6836b .row {
  background: #ffffff;
  padding: 4rem 3rem;
  border-radius: 2rem;
  margin: 0px;
}
@media (max-width: 767px) {
  .cid-uduqU6836b .row {
    padding: 2rem 0.5rem;
  }
}
@media (min-width: 768px) and (max-width: 991px) {
  .cid-uduqU6836b .row {
    padding: 2.25rem 1.25rem;
  }
}
@media (min-width: 992px) {
  .cid-uduqU6836b .row {
    padding: 4rem 3rem;
  }
}
@media (max-width: 767px) {
  .cid-uduqU6836b .mbr-section-btn {
    text-align: center;
  }
}
.cid-uduqU6836b .social-row {
  display: flex;
  flex-wrap: wrap;
}
.cid-uduqU6836b .soc-item {
  margin: 8px;
}
.cid-uduqU6836b .soc-item a:hover .mbr-iconfont,
.cid-uduqU6836b .soc-item a:focus .mbr-iconfont {
  background-color: #232323;
}
.cid-uduqU6836b .soc-item a .mbr-iconfont {
  width: 72px;
  height: 72px;
  display: flex;
  align-items: center;
  justify-content: center;
  border-radius: 100%;
  font-size: 20px;
  background-color: #06549d;
  color: #ffffff;
  transition: all 0.3s ease-in-out;
}
@media (max-width: 767px) {
  .cid-uduqU6836b .row {
    text-align: center;
  }
  .cid-uduqU6836b .social-row {
    justify-content: center;
  }
}
.cid-uduqU6836b .list {
  list-style: none;
  padding-left: 0;
  color: #502274;
}
@media (max-width: 991px) {
  .cid-uduqU6836b .list {
    margin-bottom: 2rem;
  }
}
@media (min-width: 992px) {
  .cid-uduqU6836b .list {
    margin-bottom: 0rem;
  }
}
.cid-uduqU6836b .mbr-text {
  color: #bbbbbb;
}
.cid-uduqU6836b .mbr-section-subtitle {
  color: #000000;
  text-align: left;
}
.cid-uduqU6836b .list,
.cid-uduqU6836b .item-wrap {
  color: #232323;
  text-align: left;
}
.cid-uduqU6836b .copyright {
  color: #000000;
  text-align: center;
}
.cid-uduqU6836b H5 {
  text-align: left;
}
.cid-tJGsCG1vVL {
  z-index: 1000;
  width: 100%;
  position: inherit;
}
.cid-tJGsCG1vVL .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 .3s;
}
@media (max-width: 767px) {
  .cid-tJGsCG1vVL .navbar-toggler {
    transform: scale(0.8);
  }
}
.cid-tJGsCG1vVL .navbar-brand {
  flex-shrink: 0;
  align-items: center;
  margin-right: 0;
  padding: 10px 0;
  transition: all 2s;
  word-break: break-word;
  z-index: 1;
}
.cid-tJGsCG1vVL .navbar-brand img {
  max-width: 100%;
  max-height: 100%;
  border-radius: 0px !important;
}
.cid-tJGsCG1vVL .navbar-brand .navbar-caption {
  line-height: inherit !important;
}
.cid-tJGsCG1vVL .navbar-brand .navbar-logo a {
  outline: none;
}
.cid-tJGsCG1vVL .navbar-nav {
  margin: auto;
  margin-left: 0;
  margin-left: auto;
}
.cid-tJGsCG1vVL .navbar-nav .nav-item {
  padding: 0 !important;
  transition: .3s all !important;
}
.cid-tJGsCG1vVL .navbar-nav .nav-item .nav-link {
  padding: 16px !important;
  margin: 0 !important;
  border-radius: 1rem !important;
  transition: .3s all !important;
  border-radius: 4px !important;
}
.cid-tJGsCG1vVL .navbar-nav .nav-item .nav-link:hover {
  background-color: rgba(27, 31, 10, 0.06);
}
.cid-tJGsCG1vVL .navbar-nav .open .nav-link::after {
  transform: rotate(180deg);
}
@media (min-width: 992px) {
  .cid-tJGsCG1vVL .navbar-nav .open .nav-link::before {
    content: "";
    width: 100%;
    height: 20px;
    top: 100%;
    background: transparent;
    position: absolute;
  }
}
.cid-tJGsCG1vVL .navbar-nav .dropdown-item {
  padding: 12px !important;
  border-radius: 0.5rem !important;
  margin: 0 8px !important;
  transition: .3s all !important;
  border-radius: 4px !important;
}
.cid-tJGsCG1vVL .navbar-nav .dropdown-item:hover {
  background-color: rgba(27, 31, 10, 0.06);
}
@media (min-width: 992px) {
  .cid-tJGsCG1vVL .navbar-nav {
    padding-left: 1.5rem;
  }
}
.cid-tJGsCG1vVL .nav-link {
  width: fit-content;
  position: relative;
}
.cid-tJGsCG1vVL .navbar-logo {
  padding-left: 2rem;
  margin: 0 !important;
}
@media (max-width: 767px) {
  .cid-tJGsCG1vVL .navbar-logo {
    padding-left: 1rem;
  }
}
.cid-tJGsCG1vVL .navbar-caption {
  padding-left: 1rem;
  padding-right: .5rem;
}
@media (max-width: 767px) {
  .cid-tJGsCG1vVL .nav-dropdown {
    padding-bottom: 0.5rem;
  }
}
.cid-tJGsCG1vVL .nav-dropdown .link.dropdown-toggle::after {
  margin-left: 0.5rem;
  margin-top: 0.2rem;
  transition: .3s all;
  transition-delay: 300ms;
}
.cid-tJGsCG1vVL .container {
  display: flex;
  height: 90px;
  padding: 0.5rem 0.6rem;
  flex-wrap: nowrap;
  background: rgba(255, 255, 255, 0.9) !important;
  left: 0;
  right: 0;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: flex-end;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  border-radius: 100vw;
  margin-top: 1rem;
  background-color: #ffffff;
  box-shadow: 0 30px 60px 0 rgba(27, 31, 10, 0.08);
  border-radius: 4px !important;
}
@media (max-width: 992px) {
  .cid-tJGsCG1vVL .container {
    padding-right: 2rem;
  }
}
@media (max-width: 767px) {
  .cid-tJGsCG1vVL .container {
    width: 95%;
    height: 56px !important;
    padding-right: 1rem;
    margin-top: 0rem;
  }
}
.cid-tJGsCG1vVL .iconfont-wrapper {
  color: #0c2c68 !important;
  font-size: 1.5rem;
  padding-right: 0.5rem;
}
.cid-tJGsCG1vVL .dropdown-menu {
  flex-wrap: wrap;
  flex-direction: column;
  max-width: 100%;
  padding: 12px 4px !important;
  border-radius: 1.5rem;
  transition: .3s all !important;
  transition-delay: 300ms;
  min-width: auto;
  background: #ffffff;
  background: rgba(255, 255, 255, 0.9) !important;
  border-radius: 4px !important;
}
.cid-tJGsCG1vVL .nav-item:focus,
.cid-tJGsCG1vVL .nav-link:focus {
  outline: none;
}
.cid-tJGsCG1vVL .dropdown .dropdown-menu .dropdown-item {
  width: auto;
  transition: all .3s;
  transition-delay: 300ms;
}
.cid-tJGsCG1vVL .dropdown .dropdown-menu .dropdown-item::after {
  right: 0.5rem;
}
.cid-tJGsCG1vVL .dropdown .dropdown-menu .dropdown-item .mbr-iconfont {
  margin-right: 0.5rem;
  vertical-align: sub;
}
.cid-tJGsCG1vVL .dropdown .dropdown-menu .dropdown-item .mbr-iconfont:before {
  display: inline-block;
  transform: scale(1, 1);
  transition: all .3s;
}
.cid-tJGsCG1vVL .collapsed .dropdown-menu .dropdown-item:before {
  display: none;
}
.cid-tJGsCG1vVL .collapsed .dropdown .dropdown-menu .dropdown-item {
  padding: 0.235em 1.5em 0.235em 1.5em !important;
  transition: none;
  margin: 0 !important;
}
.cid-tJGsCG1vVL .navbar {
  min-height: 90px;
  transition: all 5s;
  border-bottom: 1px solid transparent;
  background: transparent !important;
  padding: 0 !important;
  border: none !important;
  box-shadow: none !important;
  border-radius: 0 !important;
}
.cid-tJGsCG1vVL .navbar.opened {
  transition: all 0.3s;
}
.cid-tJGsCG1vVL .navbar .dropdown-item {
  padding: 0.5rem 1.8rem;
}
.cid-tJGsCG1vVL .navbar .navbar-logo img {
  width: auto;
}
.cid-tJGsCG1vVL .navbar .navbar-collapse {
  z-index: 1;
  justify-content: flex-end;
}
.cid-tJGsCG1vVL .navbar.collapsed {
  justify-content: center;
}
.cid-tJGsCG1vVL .navbar.collapsed .nav-item .nav-link::before {
  display: none;
}
.cid-tJGsCG1vVL .navbar.collapsed.opened .dropdown-menu {
  top: 0;
}
@media (min-width: 992px) {
  .cid-tJGsCG1vVL .navbar.collapsed.opened:not(.navbar-short) .navbar-collapse {
    max-height: calc(98.5vh - 3.4rem);
  }
}
.cid-tJGsCG1vVL .navbar.collapsed .dropdown-menu .dropdown-submenu {
  left: 0 !important;
}
.cid-tJGsCG1vVL .navbar.collapsed .dropdown-menu .dropdown-item:after {
  right: auto;
}
.cid-tJGsCG1vVL .navbar.collapsed .dropdown-menu .dropdown-toggle[data-toggle="dropdown-submenu"]:after {
  margin-left: 0.5rem;
  margin-top: 0.2rem;
  border-top: 0.35em solid;
  border-right: 0.35em solid transparent;
  border-left: 0.35em solid transparent;
  border-bottom: 0;
  top: 41%;
}
.cid-tJGsCG1vVL .navbar.collapsed ul.navbar-nav li {
  margin: auto;
}
.cid-tJGsCG1vVL .navbar.collapsed .dropdown-menu .dropdown-item {
  padding: 0.25rem 0.5rem;
  text-align: center;
}
.cid-tJGsCG1vVL .navbar.collapsed .icons-menu {
  padding-left: 0;
  padding-right: 0;
  padding-top: 0.5rem;
  padding-bottom: 0.5rem;
}
@media (max-width: 767px) {
  .cid-tJGsCG1vVL .navbar {
    min-height: 72px;
  }
  .cid-tJGsCG1vVL .navbar .navbar-logo img {
    height: 2rem !important;
  }
}
@media (max-width: 991px) {
  .cid-tJGsCG1vVL .navbar .nav-item .nav-link::before {
    display: none;
  }
  .cid-tJGsCG1vVL .navbar.opened .dropdown-menu {
    top: 0;
  }
  .cid-tJGsCG1vVL .navbar .dropdown-menu .dropdown-submenu {
    left: 0 !important;
  }
  .cid-tJGsCG1vVL .navbar .dropdown-menu .dropdown-item:after {
    right: auto;
  }
  .cid-tJGsCG1vVL .navbar .dropdown-menu .dropdown-toggle[data-toggle="dropdown-submenu"]:after {
    margin-left: 0.5rem;
    margin-top: 0.2rem;
    border-top: 0.35em solid;
    border-right: 0.35em solid transparent;
    border-left: 0.35em solid transparent;
    border-bottom: 0;
    top: 40%;
  }
  .cid-tJGsCG1vVL .navbar .dropdown-menu .dropdown-item {
    padding: 0.25rem 1.5rem !important;
    text-align: center;
  }
  .cid-tJGsCG1vVL .navbar .navbar-brand {
    flex-shrink: initial;
    flex-basis: auto;
    word-break: break-word;
    padding-right: 10px;
  }
  .cid-tJGsCG1vVL .navbar .navbar-toggler {
    flex-basis: auto;
  }
  .cid-tJGsCG1vVL .navbar .icons-menu {
    padding-left: 0;
    padding-top: 0.5rem;
    padding-bottom: 0.5rem;
  }
}
.cid-tJGsCG1vVL .navbar.navbar-short .navbar-logo img {
  height: 2rem;
}
.cid-tJGsCG1vVL .dropdown-item.active,
.cid-tJGsCG1vVL .dropdown-item:active {
  background-color: transparent;
}
.cid-tJGsCG1vVL .navbar-expand-lg .navbar-nav .nav-link {
  padding: 0;
}
.cid-tJGsCG1vVL .nav-dropdown .link.dropdown-toggle {
  margin-right: 1.667em;
}
.cid-tJGsCG1vVL .nav-dropdown .link.dropdown-toggle[aria-expanded="true"] {
  margin-right: 0;
  padding: 0.667em 1.667em;
}
.cid-tJGsCG1vVL .navbar.navbar-expand-lg .dropdown .dropdown-menu {
  background: #ffffff;
}
.cid-tJGsCG1vVL .navbar.navbar-expand-lg .dropdown .dropdown-menu .dropdown-submenu {
  margin: 0;
  left: 100%;
  transform: none;
  top: -12px;
}
.cid-tJGsCG1vVL .navbar .dropdown.open > .dropdown-menu {
  display: flex;
}
.cid-tJGsCG1vVL ul.navbar-nav {
  flex-wrap: wrap;
}
.cid-tJGsCG1vVL .navbar-buttons {
  text-align: center;
  min-width: 140px;
}
@media (max-width: 992px) {
  .cid-tJGsCG1vVL .navbar-buttons {
    text-align: left;
  }
}
.cid-tJGsCG1vVL button.navbar-toggler {
  outline: none;
  width: 31px;
  height: 20px;
  cursor: pointer;
  transition: all 0.2s;
  position: relative;
  align-self: center;
}
.cid-tJGsCG1vVL button.navbar-toggler .hamburger span {
  position: absolute;
  right: 0;
  width: 30px;
  height: 2px;
  border-right: 5px;
  background-color: #06549d;
}
.cid-tJGsCG1vVL button.navbar-toggler .hamburger span:nth-child(1) {
  top: 0;
  transition: all 0.2s;
}
.cid-tJGsCG1vVL button.navbar-toggler .hamburger span:nth-child(2) {
  top: 8px;
  transition: all 0.15s;
}
.cid-tJGsCG1vVL button.navbar-toggler .hamburger span:nth-child(3) {
  top: 8px;
  transition: all 0.15s;
}
.cid-tJGsCG1vVL button.navbar-toggler .hamburger span:nth-child(4) {
  top: 16px;
  transition: all 0.2s;
}
.cid-tJGsCG1vVL nav.opened .hamburger span:nth-child(1) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-tJGsCG1vVL nav.opened .hamburger span:nth-child(2) {
  transform: rotate(45deg);
  transition: all 0.25s;
}
.cid-tJGsCG1vVL nav.opened .hamburger span:nth-child(3) {
  transform: rotate(-45deg);
  transition: all 0.25s;
}
.cid-tJGsCG1vVL nav.opened .hamburger span:nth-child(4) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-tJGsCG1vVL .navbar-dropdown {
  padding: 0 1rem;
}
.cid-tJGsCG1vVL a.nav-link {
  display: flex;
  align-items: center;
  justify-content: center;
}
.cid-tJGsCG1vVL .icons-menu {
  flex-wrap: nowrap;
  display: flex;
  justify-content: center;
  padding-left: 1rem;
  padding-right: 1rem;
  padding-top: 0.3rem;
  text-align: center;
}
@media (max-width: 992px) {
  .cid-tJGsCG1vVL .icons-menu {
    justify-content: flex-start;
    margin-bottom: .5rem;
  }
}
@media screen and (-ms-high-contrast: active), (-ms-high-contrast: none) {
  .cid-tJGsCG1vVL .navbar {
    height: 70px;
  }
  .cid-tJGsCG1vVL .navbar.opened {
    height: auto;
  }
  .cid-tJGsCG1vVL .nav-item .nav-link:hover::before {
    width: 175%;
    max-width: calc(100% + 2rem);
    left: -1rem;
  }
}
.cid-tJGsCG1vVL .navbar .dropdown > .dropdown-menu {
  display: none;
  width: max-content;
  max-width: 500px !important;
  transform: translateX(-50%);
  top: calc(100% + 20px);
  left: 50%;
}
.cid-tJGsCG1vVL .navbar .dropdown > .dropdown-menu .dropdown-item {
  line-height: 1 !important;
}
.cid-tJGsCG1vVL .navbar .dropdown > .dropdown-menu .dropdown .dropdown-item {
  align-items: center;
  display: flex;
  height: max-content !important;
  min-height: max-content !important;
}
.cid-tJGsCG1vVL .navbar .dropdown > .dropdown-menu .dropdown .dropdown-item::after {
  display: inline-block;
  position: static;
  margin-left: 0.5rem;
  margin-top: 0;
  margin-right: 0;
  margin-bottom: 0;
  transition: .3s all;
  transform: rotate(-90deg);
}
.cid-tJGsCG1vVL .navbar .dropdown > .dropdown-menu .dropdown.open .dropdown-item::after {
  transform: rotate(0deg);
}
.cid-tJGsCG1vVL .mbr-section-btn {
  margin: -0.6rem -0.6rem;
}
.cid-tJGsCG1vVL .navbar-toggler {
  margin-left: 12px;
  margin-right: 8px;
  order: 1000;
}
@media (max-width: 991px) {
  .cid-tJGsCG1vVL .navbar-brand {
    margin-right: auto;
  }
  .cid-tJGsCG1vVL .navbar-collapse {
    z-index: -1 !important;
    position: absolute;
    top: 110%;
    left: 0;
    width: 100%;
    padding: 1rem;
    border-radius: 1.5rem;
    background: #ffffff;
    opacity: 1;
    border-color: rgba(255, 255, 255, 0.9) !important;
    background: rgba(255, 255, 255, 0.9) !important;
    backdrop-filter: blur(8px);
    border-radius: 4px !important;
  }
  .cid-tJGsCG1vVL .navbar-nav .nav-item .nav-link::after {
    margin-left: 10px;
  }
  .cid-tJGsCG1vVL .navbar-nav .dropdown-item:hover {
    background-color: rgba(27, 31, 10, 0.06);
  }
  .cid-tJGsCG1vVL .navbar .dropdown > .dropdown-menu {
    max-width: 100% !important;
    transform: translateX(0);
    top: 10px;
    left: 0;
    padding: 8px !important;
    border-radius: 1rem;
    background-color: rgba(27, 31, 10, 0.04) !important;
  }
  .cid-tJGsCG1vVL .navbar .dropdown > .dropdown-menu .dropdown-item {
    padding: 8px !important;
    line-height: 1 !important;
    margin-bottom: 4px !important;
  }
  .cid-tJGsCG1vVL .navbar .dropdown > .dropdown-menu .dropdown .dropdown-item {
    align-items: center;
    display: flex;
    height: max-content !important;
    min-height: max-content !important;
  }
  .cid-tJGsCG1vVL .navbar .dropdown > .dropdown-menu .dropdown .dropdown-item::after {
    display: inline-block;
    position: static;
    margin-left: 0.5rem;
    margin-top: 0;
    margin-right: 0;
    margin-bottom: 0;
    transition: .3s all;
    transform: rotate(0deg);
  }
  .cid-tJGsCG1vVL .navbar .dropdown > .dropdown-menu .dropdown.open .dropdown-item::after {
    transform: rotate(180deg);
  }
  .cid-tJGsCG1vVL .navbar .dropdown > .dropdown-menu .dropdown-submenu {
    position: static;
    width: 100%;
    max-width: 100% !important;
    transform: translateX(0) !important;
    top: 0;
    left: 0;
    padding: 8px !important;
    border-radius: 1rem;
    background-color: rgba(27, 31, 10, 0.04) !important;
  }
  .cid-tJGsCG1vVL .navbar .dropdown.open > .dropdown-menu {
    display: flex !important;
    flex-direction: column;
    align-items: flex-start;
  }
}
@media (max-width: 575px) {
  .cid-tJGsCG1vVL .navbar-collapse {
    padding: 1rem;
  }
}
.cid-uj8zSNPYe2 {
  padding-top: 8rem;
  padding-bottom: 1rem;
  background-color: #000000;
}
.cid-uj8zSNPYe2 .justify-content-center {
  align-items: center;
}
.cid-uj8zSNPYe2 .mbr-fallback-image.disabled {
  display: none;
}
.cid-uj8zSNPYe2 .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uj8zSNPYe2 .item-wrapper {
  display: flex;
  margin-left: auto;
}
@media (max-width: 767px) {
  .cid-uj8zSNPYe2 .item-wrapper {
    margin-bottom: 1rem;
  }
}
.cid-uj8zSNPYe2 .mbr-section-btn {
  padding-left: 1.5rem;
  text-align: right;
}
@media (max-width: 767px) {
  .cid-uj8zSNPYe2 .mbr-section-btn {
    text-align: center;
    padding-left: 0rem;
  }
}
.cid-uj8zSNPYe2 .row {
  align-items: center;
}
.cid-uj8zSNPYe2 .card-text {
  color: #ffffff;
  margin-bottom: 0px;
  text-align: left;
}
@media (max-width: 767px) {
  .cid-uj8zSNPYe2 .card-text {
    text-align: center;
  }
}
.cid-uj8zSO3Ef5 {
  background-color: #ffffff;
  padding-top: 0;
  padding-bottom: 0;
}
.cid-uj8zSO3Ef5 .carousel {
  width: 100%;
}
.cid-uj8zSO3Ef5 .carousel-inner {
  display: flex;
  align-content: center;
  align-items: center;
}
.cid-uj8zSO3Ef5 .carousel-item img {
  height: 100vh;
  object-fit: cover;
}
.cid-uj8zSO3Ef5 img,
.cid-uj8zSO3Ef5 .item-wrapper {
  border-radius: 0 !important;
}
.cid-uj8zSO3Ef5 .carousel-caption {
  bottom: 40px;
}
.cid-uj8zSO3Ef5 .mobi-mbri-arrow-next {
  margin-left: 5px;
}
.cid-uj8zSO3Ef5 .mobi-mbri-arrow-prev {
  margin-right: 5px;
}
.cid-uj8zSO3Ef5 .carousel-control:hover {
  background: #1b1b1b;
  color: #fff;
  opacity: 1;
}
.cid-uj8zSO3Ef5 .item-wrapper {
  width: 100%;
}
@media (max-width: 767px) {
  .cid-uj8zSO3Ef5 .container .carousel-control {
    margin-bottom: 0;
  }
  .cid-uj8zSO3Ef5 .content-slider-wrap {
    width: 100% !important;
  }
}
.cid-uj8zSO3Ef5 .container .carousel-indicators {
  margin-bottom: 3px;
}
.cid-uj8zSO3Ef5 .carousel-control {
  top: 50%;
  width: 60px;
  height: 60px;
  margin-top: -1.5rem;
  font-size: 22px;
  background-color: rgba(0, 0, 0, 0.5);
  border: 2px solid #fff;
  border-radius: 50%;
  transition: all 0.3s;
}
.cid-uj8zSO3Ef5 .carousel-control.carousel-control-prev {
  left: 0;
  margin-left: 2.5rem;
}
.cid-uj8zSO3Ef5 .carousel-control.carousel-control-next {
  right: 0;
  margin-right: 2.5rem;
}
@media (max-width: 767px) {
  .cid-uj8zSO3Ef5 .carousel-control {
    top: auto;
    bottom: 1rem;
  }
}
.cid-uj8zSO3Ef5 .carousel-indicators {
  position: absolute;
  bottom: 0;
  margin-bottom: 1.5rem !important;
}
.cid-uj8zSO3Ef5 .carousel-indicators li {
  max-width: 15px;
  height: 15px;
  width: 15px;
  max-height: 15px;
  margin: 3px;
  background-color: rgba(0, 0, 0, 0.5);
  border: 2px solid #fff;
  border-radius: 50%;
  opacity: 0.5;
  transition: all 0.3s;
}
.cid-uj8zSO3Ef5 .carousel-indicators li.active,
.cid-uj8zSO3Ef5 .carousel-indicators li:hover {
  opacity: 0.9;
}
.cid-uj8zSO3Ef5 .carousel-indicators li::after,
.cid-uj8zSO3Ef5 .carousel-indicators li::before {
  content: none;
}
.cid-uj8zSO3Ef5 .carousel-indicators.ie-fix {
  left: 50%;
  display: block;
  width: 60%;
  margin-left: -30%;
  text-align: center;
}
@media (max-width: 768px) {
  .cid-uj8zSO3Ef5 .carousel-indicators {
    display: none !important;
  }
}
@media (max-width: 991px) {
  .cid-uj8zSO3Ef5 .mbr-section-subtitle,
  .cid-uj8zSO3Ef5 .mbr-section-text,
  .cid-uj8zSO3Ef5 .mbr-section-btn {
    text-align: center;
  }
}
.cid-uj8zSO3Ef5 .carousel-control-prev,
.cid-uj8zSO3Ef5 .carousel-control-next {
  display: none;
}
.cid-uj8zSOGQil {
  padding-top: 6rem;
  padding-bottom: 6rem;
  background-color: #000000;
}
.cid-uj8zSOGQil .mbr-text {
  color: #000000;
}
.cid-uj8zSOGQil .mbr-section-subtitle {
  color: #000000;
  text-align: center;
}
.cid-uj8zSOGQil .mbr-section-title {
  color: #ffffff;
  text-align: left;
}
.cid-uj8zSOGQil .mbr-section-subtitle,
.cid-uj8zSOGQil .main-button {
  text-align: left;
  color: #ffffff;
}
.cid-uj8zSOGQil .main-button {
  margin-bottom: 2rem;
}
@media (max-width: 767px) {
  .cid-uj8zSOGQil .main-button {
    margin-bottom: 2rem;
  }
}
.cid-uj8zSOGQil .mbr-iconfont {
  font-size: 1.2rem !important;
  font-family: 'Moririse2' !important;
  color: white;
  transition: all 0.3s;
  transform: rotate(180deg);
  padding-left: 0.5rem;
}
.cid-uj8zSOGQil .panel-group {
  border: none;
}
.cid-uj8zSOGQil .card-header {
  padding: 0rem;
}
@media (max-width: 767px) {
  .cid-uj8zSOGQil .card-header {
    padding: 0rem;
  }
}
.cid-uj8zSOGQil .panel-body {
  padding: 0rem;
  padding-bottom: 0.5rem;
  margin-top: 1rem;
}
.cid-uj8zSOGQil .collapsed span {
  transform: rotate(0deg);
}
.cid-uj8zSOGQil .panel-title {
  display: flex;
  align-items: center;
  justify-content: space-between;
}
.cid-uj8zSOGQil p {
  margin-bottom: 0.3rem;
}
.cid-uj8zSOGQil .panel-title-edit {
  color: #000000;
}
.cid-uj8zSOGQil .card .card-header {
  background-color: transparent;
  margin-bottom: 0;
  border: 0;
  border-radius: 2rem;
}
.cid-uj8zSOGQil .card {
  background: #ffffff;
  padding: 2.25rem;
  border-radius: 2rem;
  margin-bottom: 1rem;
}
@media (max-width: 767px) {
  .cid-uj8zSOGQil .card {
    padding: 2rem 1.5rem;
    margin-bottom: 1rem;
  }
}
@media (min-width: 992px) and (max-width: 1200px) {
  .cid-uj8zSOGQil .card {
    margin-bottom: 1rem;
    padding: 2rem 1.5rem;
  }
}
.cid-uj8zSOGQil .panel-text {
  color: #000000;
}
.cid-uj8zSOGQil .panel-title-edit,
.cid-uj8zSOGQil .mbr-iconfont {
  color: #000000;
}
.cid-uduqU6836b {
  padding-top: 2rem;
  padding-bottom: 3rem;
  background-image: url("../../../assets/images/white-background-2000x1334.jpeg");
}
.cid-uduqU6836b .logogree {
  position: relative;
  width: 100%;
}
.cid-uduqU6836b .agree {
  object-position: right;
  width: 40%;
  height: auto;
  object-fit: contain;
  display: block;
  border-radius: 0% !important;
}
.cid-uduqU6836b .mbr-fallback-image.disabled {
  display: none;
}
.cid-uduqU6836b .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uduqU6836b .footer-col {
  justify-content: space-between;
  display: flex;
}
@media (max-width: 767px) {
  .cid-uduqU6836b .footer-col {
    flex-direction: column;
  }
}
.cid-uduqU6836b .row {
  background: #ffffff;
  padding: 4rem 3rem;
  border-radius: 2rem;
  margin: 0px;
}
@media (max-width: 767px) {
  .cid-uduqU6836b .row {
    padding: 2rem 0.5rem;
  }
}
@media (min-width: 768px) and (max-width: 991px) {
  .cid-uduqU6836b .row {
    padding: 2.25rem 1.25rem;
  }
}
@media (min-width: 992px) {
  .cid-uduqU6836b .row {
    padding: 4rem 3rem;
  }
}
@media (max-width: 767px) {
  .cid-uduqU6836b .mbr-section-btn {
    text-align: center;
  }
}
.cid-uduqU6836b .social-row {
  display: flex;
  flex-wrap: wrap;
}
.cid-uduqU6836b .soc-item {
  margin: 8px;
}
.cid-uduqU6836b .soc-item a:hover .mbr-iconfont,
.cid-uduqU6836b .soc-item a:focus .mbr-iconfont {
  background-color: #232323;
}
.cid-uduqU6836b .soc-item a .mbr-iconfont {
  width: 72px;
  height: 72px;
  display: flex;
  align-items: center;
  justify-content: center;
  border-radius: 100%;
  font-size: 20px;
  background-color: #06549d;
  color: #ffffff;
  transition: all 0.3s ease-in-out;
}
@media (max-width: 767px) {
  .cid-uduqU6836b .row {
    text-align: center;
  }
  .cid-uduqU6836b .social-row {
    justify-content: center;
  }
}
.cid-uduqU6836b .list {
  list-style: none;
  padding-left: 0;
  color: #502274;
}
@media (max-width: 991px) {
  .cid-uduqU6836b .list {
    margin-bottom: 2rem;
  }
}
@media (min-width: 992px) {
  .cid-uduqU6836b .list {
    margin-bottom: 0rem;
  }
}
.cid-uduqU6836b .mbr-text {
  color: #bbbbbb;
}
.cid-uduqU6836b .mbr-section-subtitle {
  color: #000000;
  text-align: left;
}
.cid-uduqU6836b .list,
.cid-uduqU6836b .item-wrap {
  color: #232323;
  text-align: left;
}
.cid-uduqU6836b .copyright {
  color: #000000;
  text-align: center;
}
.cid-uduqU6836b H5 {
  text-align: left;
}
.cid-tJGsCG1vVL {
  z-index: 1000;
  width: 100%;
  position: inherit;
}
.cid-tJGsCG1vVL .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 .3s;
}
@media (max-width: 767px) {
  .cid-tJGsCG1vVL .navbar-toggler {
    transform: scale(0.8);
  }
}
.cid-tJGsCG1vVL .navbar-brand {
  flex-shrink: 0;
  align-items: center;
  margin-right: 0;
  padding: 10px 0;
  transition: all 2s;
  word-break: break-word;
  z-index: 1;
}
.cid-tJGsCG1vVL .navbar-brand img {
  max-width: 100%;
  max-height: 100%;
  border-radius: 0px !important;
}
.cid-tJGsCG1vVL .navbar-brand .navbar-caption {
  line-height: inherit !important;
}
.cid-tJGsCG1vVL .navbar-brand .navbar-logo a {
  outline: none;
}
.cid-tJGsCG1vVL .navbar-nav {
  margin: auto;
  margin-left: 0;
  margin-left: auto;
}
.cid-tJGsCG1vVL .navbar-nav .nav-item {
  padding: 0 !important;
  transition: .3s all !important;
}
.cid-tJGsCG1vVL .navbar-nav .nav-item .nav-link {
  padding: 16px !important;
  margin: 0 !important;
  border-radius: 1rem !important;
  transition: .3s all !important;
  border-radius: 4px !important;
}
.cid-tJGsCG1vVL .navbar-nav .nav-item .nav-link:hover {
  background-color: rgba(27, 31, 10, 0.06);
}
.cid-tJGsCG1vVL .navbar-nav .open .nav-link::after {
  transform: rotate(180deg);
}
@media (min-width: 992px) {
  .cid-tJGsCG1vVL .navbar-nav .open .nav-link::before {
    content: "";
    width: 100%;
    height: 20px;
    top: 100%;
    background: transparent;
    position: absolute;
  }
}
.cid-tJGsCG1vVL .navbar-nav .dropdown-item {
  padding: 12px !important;
  border-radius: 0.5rem !important;
  margin: 0 8px !important;
  transition: .3s all !important;
  border-radius: 4px !important;
}
.cid-tJGsCG1vVL .navbar-nav .dropdown-item:hover {
  background-color: rgba(27, 31, 10, 0.06);
}
@media (min-width: 992px) {
  .cid-tJGsCG1vVL .navbar-nav {
    padding-left: 1.5rem;
  }
}
.cid-tJGsCG1vVL .nav-link {
  width: fit-content;
  position: relative;
}
.cid-tJGsCG1vVL .navbar-logo {
  padding-left: 2rem;
  margin: 0 !important;
}
@media (max-width: 767px) {
  .cid-tJGsCG1vVL .navbar-logo {
    padding-left: 1rem;
  }
}
.cid-tJGsCG1vVL .navbar-caption {
  padding-left: 1rem;
  padding-right: .5rem;
}
@media (max-width: 767px) {
  .cid-tJGsCG1vVL .nav-dropdown {
    padding-bottom: 0.5rem;
  }
}
.cid-tJGsCG1vVL .nav-dropdown .link.dropdown-toggle::after {
  margin-left: 0.5rem;
  margin-top: 0.2rem;
  transition: .3s all;
  transition-delay: 300ms;
}
.cid-tJGsCG1vVL .container {
  display: flex;
  height: 90px;
  padding: 0.5rem 0.6rem;
  flex-wrap: nowrap;
  background: rgba(255, 255, 255, 0.9) !important;
  left: 0;
  right: 0;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: flex-end;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  border-radius: 100vw;
  margin-top: 1rem;
  background-color: #ffffff;
  box-shadow: 0 30px 60px 0 rgba(27, 31, 10, 0.08);
  border-radius: 4px !important;
}
@media (max-width: 992px) {
  .cid-tJGsCG1vVL .container {
    padding-right: 2rem;
  }
}
@media (max-width: 767px) {
  .cid-tJGsCG1vVL .container {
    width: 95%;
    height: 56px !important;
    padding-right: 1rem;
    margin-top: 0rem;
  }
}
.cid-tJGsCG1vVL .iconfont-wrapper {
  color: #0c2c68 !important;
  font-size: 1.5rem;
  padding-right: 0.5rem;
}
.cid-tJGsCG1vVL .dropdown-menu {
  flex-wrap: wrap;
  flex-direction: column;
  max-width: 100%;
  padding: 12px 4px !important;
  border-radius: 1.5rem;
  transition: .3s all !important;
  transition-delay: 300ms;
  min-width: auto;
  background: #ffffff;
  background: rgba(255, 255, 255, 0.9) !important;
  border-radius: 4px !important;
}
.cid-tJGsCG1vVL .nav-item:focus,
.cid-tJGsCG1vVL .nav-link:focus {
  outline: none;
}
.cid-tJGsCG1vVL .dropdown .dropdown-menu .dropdown-item {
  width: auto;
  transition: all .3s;
  transition-delay: 300ms;
}
.cid-tJGsCG1vVL .dropdown .dropdown-menu .dropdown-item::after {
  right: 0.5rem;
}
.cid-tJGsCG1vVL .dropdown .dropdown-menu .dropdown-item .mbr-iconfont {
  margin-right: 0.5rem;
  vertical-align: sub;
}
.cid-tJGsCG1vVL .dropdown .dropdown-menu .dropdown-item .mbr-iconfont:before {
  display: inline-block;
  transform: scale(1, 1);
  transition: all .3s;
}
.cid-tJGsCG1vVL .collapsed .dropdown-menu .dropdown-item:before {
  display: none;
}
.cid-tJGsCG1vVL .collapsed .dropdown .dropdown-menu .dropdown-item {
  padding: 0.235em 1.5em 0.235em 1.5em !important;
  transition: none;
  margin: 0 !important;
}
.cid-tJGsCG1vVL .navbar {
  min-height: 90px;
  transition: all 5s;
  border-bottom: 1px solid transparent;
  background: transparent !important;
  padding: 0 !important;
  border: none !important;
  box-shadow: none !important;
  border-radius: 0 !important;
}
.cid-tJGsCG1vVL .navbar.opened {
  transition: all 0.3s;
}
.cid-tJGsCG1vVL .navbar .dropdown-item {
  padding: 0.5rem 1.8rem;
}
.cid-tJGsCG1vVL .navbar .navbar-logo img {
  width: auto;
}
.cid-tJGsCG1vVL .navbar .navbar-collapse {
  z-index: 1;
  justify-content: flex-end;
}
.cid-tJGsCG1vVL .navbar.collapsed {
  justify-content: center;
}
.cid-tJGsCG1vVL .navbar.collapsed .nav-item .nav-link::before {
  display: none;
}
.cid-tJGsCG1vVL .navbar.collapsed.opened .dropdown-menu {
  top: 0;
}
@media (min-width: 992px) {
  .cid-tJGsCG1vVL .navbar.collapsed.opened:not(.navbar-short) .navbar-collapse {
    max-height: calc(98.5vh - 3.4rem);
  }
}
.cid-tJGsCG1vVL .navbar.collapsed .dropdown-menu .dropdown-submenu {
  left: 0 !important;
}
.cid-tJGsCG1vVL .navbar.collapsed .dropdown-menu .dropdown-item:after {
  right: auto;
}
.cid-tJGsCG1vVL .navbar.collapsed .dropdown-menu .dropdown-toggle[data-toggle="dropdown-submenu"]:after {
  margin-left: 0.5rem;
  margin-top: 0.2rem;
  border-top: 0.35em solid;
  border-right: 0.35em solid transparent;
  border-left: 0.35em solid transparent;
  border-bottom: 0;
  top: 41%;
}
.cid-tJGsCG1vVL .navbar.collapsed ul.navbar-nav li {
  margin: auto;
}
.cid-tJGsCG1vVL .navbar.collapsed .dropdown-menu .dropdown-item {
  padding: 0.25rem 0.5rem;
  text-align: center;
}
.cid-tJGsCG1vVL .navbar.collapsed .icons-menu {
  padding-left: 0;
  padding-right: 0;
  padding-top: 0.5rem;
  padding-bottom: 0.5rem;
}
@media (max-width: 767px) {
  .cid-tJGsCG1vVL .navbar {
    min-height: 72px;
  }
  .cid-tJGsCG1vVL .navbar .navbar-logo img {
    height: 2rem !important;
  }
}
@media (max-width: 991px) {
  .cid-tJGsCG1vVL .navbar .nav-item .nav-link::before {
    display: none;
  }
  .cid-tJGsCG1vVL .navbar.opened .dropdown-menu {
    top: 0;
  }
  .cid-tJGsCG1vVL .navbar .dropdown-menu .dropdown-submenu {
    left: 0 !important;
  }
  .cid-tJGsCG1vVL .navbar .dropdown-menu .dropdown-item:after {
    right: auto;
  }
  .cid-tJGsCG1vVL .navbar .dropdown-menu .dropdown-toggle[data-toggle="dropdown-submenu"]:after {
    margin-left: 0.5rem;
    margin-top: 0.2rem;
    border-top: 0.35em solid;
    border-right: 0.35em solid transparent;
    border-left: 0.35em solid transparent;
    border-bottom: 0;
    top: 40%;
  }
  .cid-tJGsCG1vVL .navbar .dropdown-menu .dropdown-item {
    padding: 0.25rem 1.5rem !important;
    text-align: center;
  }
  .cid-tJGsCG1vVL .navbar .navbar-brand {
    flex-shrink: initial;
    flex-basis: auto;
    word-break: break-word;
    padding-right: 10px;
  }
  .cid-tJGsCG1vVL .navbar .navbar-toggler {
    flex-basis: auto;
  }
  .cid-tJGsCG1vVL .navbar .icons-menu {
    padding-left: 0;
    padding-top: 0.5rem;
    padding-bottom: 0.5rem;
  }
}
.cid-tJGsCG1vVL .navbar.navbar-short .navbar-logo img {
  height: 2rem;
}
.cid-tJGsCG1vVL .dropdown-item.active,
.cid-tJGsCG1vVL .dropdown-item:active {
  background-color: transparent;
}
.cid-tJGsCG1vVL .navbar-expand-lg .navbar-nav .nav-link {
  padding: 0;
}
.cid-tJGsCG1vVL .nav-dropdown .link.dropdown-toggle {
  margin-right: 1.667em;
}
.cid-tJGsCG1vVL .nav-dropdown .link.dropdown-toggle[aria-expanded="true"] {
  margin-right: 0;
  padding: 0.667em 1.667em;
}
.cid-tJGsCG1vVL .navbar.navbar-expand-lg .dropdown .dropdown-menu {
  background: #ffffff;
}
.cid-tJGsCG1vVL .navbar.navbar-expand-lg .dropdown .dropdown-menu .dropdown-submenu {
  margin: 0;
  left: 100%;
  transform: none;
  top: -12px;
}
.cid-tJGsCG1vVL .navbar .dropdown.open > .dropdown-menu {
  display: flex;
}
.cid-tJGsCG1vVL ul.navbar-nav {
  flex-wrap: wrap;
}
.cid-tJGsCG1vVL .navbar-buttons {
  text-align: center;
  min-width: 140px;
}
@media (max-width: 992px) {
  .cid-tJGsCG1vVL .navbar-buttons {
    text-align: left;
  }
}
.cid-tJGsCG1vVL button.navbar-toggler {
  outline: none;
  width: 31px;
  height: 20px;
  cursor: pointer;
  transition: all 0.2s;
  position: relative;
  align-self: center;
}
.cid-tJGsCG1vVL button.navbar-toggler .hamburger span {
  position: absolute;
  right: 0;
  width: 30px;
  height: 2px;
  border-right: 5px;
  background-color: #06549d;
}
.cid-tJGsCG1vVL button.navbar-toggler .hamburger span:nth-child(1) {
  top: 0;
  transition: all 0.2s;
}
.cid-tJGsCG1vVL button.navbar-toggler .hamburger span:nth-child(2) {
  top: 8px;
  transition: all 0.15s;
}
.cid-tJGsCG1vVL button.navbar-toggler .hamburger span:nth-child(3) {
  top: 8px;
  transition: all 0.15s;
}
.cid-tJGsCG1vVL button.navbar-toggler .hamburger span:nth-child(4) {
  top: 16px;
  transition: all 0.2s;
}
.cid-tJGsCG1vVL nav.opened .hamburger span:nth-child(1) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-tJGsCG1vVL nav.opened .hamburger span:nth-child(2) {
  transform: rotate(45deg);
  transition: all 0.25s;
}
.cid-tJGsCG1vVL nav.opened .hamburger span:nth-child(3) {
  transform: rotate(-45deg);
  transition: all 0.25s;
}
.cid-tJGsCG1vVL nav.opened .hamburger span:nth-child(4) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-tJGsCG1vVL .navbar-dropdown {
  padding: 0 1rem;
}
.cid-tJGsCG1vVL a.nav-link {
  display: flex;
  align-items: center;
  justify-content: center;
}
.cid-tJGsCG1vVL .icons-menu {
  flex-wrap: nowrap;
  display: flex;
  justify-content: center;
  padding-left: 1rem;
  padding-right: 1rem;
  padding-top: 0.3rem;
  text-align: center;
}
@media (max-width: 992px) {
  .cid-tJGsCG1vVL .icons-menu {
    justify-content: flex-start;
    margin-bottom: .5rem;
  }
}
@media screen and (-ms-high-contrast: active), (-ms-high-contrast: none) {
  .cid-tJGsCG1vVL .navbar {
    height: 70px;
  }
  .cid-tJGsCG1vVL .navbar.opened {
    height: auto;
  }
  .cid-tJGsCG1vVL .nav-item .nav-link:hover::before {
    width: 175%;
    max-width: calc(100% + 2rem);
    left: -1rem;
  }
}
.cid-tJGsCG1vVL .navbar .dropdown > .dropdown-menu {
  display: none;
  width: max-content;
  max-width: 500px !important;
  transform: translateX(-50%);
  top: calc(100% + 20px);
  left: 50%;
}
.cid-tJGsCG1vVL .navbar .dropdown > .dropdown-menu .dropdown-item {
  line-height: 1 !important;
}
.cid-tJGsCG1vVL .navbar .dropdown > .dropdown-menu .dropdown .dropdown-item {
  align-items: center;
  display: flex;
  height: max-content !important;
  min-height: max-content !important;
}
.cid-tJGsCG1vVL .navbar .dropdown > .dropdown-menu .dropdown .dropdown-item::after {
  display: inline-block;
  position: static;
  margin-left: 0.5rem;
  margin-top: 0;
  margin-right: 0;
  margin-bottom: 0;
  transition: .3s all;
  transform: rotate(-90deg);
}
.cid-tJGsCG1vVL .navbar .dropdown > .dropdown-menu .dropdown.open .dropdown-item::after {
  transform: rotate(0deg);
}
.cid-tJGsCG1vVL .mbr-section-btn {
  margin: -0.6rem -0.6rem;
}
.cid-tJGsCG1vVL .navbar-toggler {
  margin-left: 12px;
  margin-right: 8px;
  order: 1000;
}
@media (max-width: 991px) {
  .cid-tJGsCG1vVL .navbar-brand {
    margin-right: auto;
  }
  .cid-tJGsCG1vVL .navbar-collapse {
    z-index: -1 !important;
    position: absolute;
    top: 110%;
    left: 0;
    width: 100%;
    padding: 1rem;
    border-radius: 1.5rem;
    background: #ffffff;
    opacity: 1;
    border-color: rgba(255, 255, 255, 0.9) !important;
    background: rgba(255, 255, 255, 0.9) !important;
    backdrop-filter: blur(8px);
    border-radius: 4px !important;
  }
  .cid-tJGsCG1vVL .navbar-nav .nav-item .nav-link::after {
    margin-left: 10px;
  }
  .cid-tJGsCG1vVL .navbar-nav .dropdown-item:hover {
    background-color: rgba(27, 31, 10, 0.06);
  }
  .cid-tJGsCG1vVL .navbar .dropdown > .dropdown-menu {
    max-width: 100% !important;
    transform: translateX(0);
    top: 10px;
    left: 0;
    padding: 8px !important;
    border-radius: 1rem;
    background-color: rgba(27, 31, 10, 0.04) !important;
  }
  .cid-tJGsCG1vVL .navbar .dropdown > .dropdown-menu .dropdown-item {
    padding: 8px !important;
    line-height: 1 !important;
    margin-bottom: 4px !important;
  }
  .cid-tJGsCG1vVL .navbar .dropdown > .dropdown-menu .dropdown .dropdown-item {
    align-items: center;
    display: flex;
    height: max-content !important;
    min-height: max-content !important;
  }
  .cid-tJGsCG1vVL .navbar .dropdown > .dropdown-menu .dropdown .dropdown-item::after {
    display: inline-block;
    position: static;
    margin-left: 0.5rem;
    margin-top: 0;
    margin-right: 0;
    margin-bottom: 0;
    transition: .3s all;
    transform: rotate(0deg);
  }
  .cid-tJGsCG1vVL .navbar .dropdown > .dropdown-menu .dropdown.open .dropdown-item::after {
    transform: rotate(180deg);
  }
  .cid-tJGsCG1vVL .navbar .dropdown > .dropdown-menu .dropdown-submenu {
    position: static;
    width: 100%;
    max-width: 100% !important;
    transform: translateX(0) !important;
    top: 0;
    left: 0;
    padding: 8px !important;
    border-radius: 1rem;
    background-color: rgba(27, 31, 10, 0.04) !important;
  }
  .cid-tJGsCG1vVL .navbar .dropdown.open > .dropdown-menu {
    display: flex !important;
    flex-direction: column;
    align-items: flex-start;
  }
}
@media (max-width: 575px) {
  .cid-tJGsCG1vVL .navbar-collapse {
    padding: 1rem;
  }
}
.cid-uj8CN6YbQ2 {
  padding-top: 8rem;
  padding-bottom: 1rem;
  background-color: #06549d;
}
.cid-uj8CN6YbQ2 .justify-content-center {
  align-items: center;
}
.cid-uj8CN6YbQ2 .mbr-fallback-image.disabled {
  display: none;
}
.cid-uj8CN6YbQ2 .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uj8CN6YbQ2 .item-wrapper {
  display: flex;
  margin-left: auto;
}
@media (max-width: 767px) {
  .cid-uj8CN6YbQ2 .item-wrapper {
    margin-bottom: 1rem;
  }
}
.cid-uj8CN6YbQ2 .mbr-section-btn {
  padding-left: 1.5rem;
  text-align: right;
}
@media (max-width: 767px) {
  .cid-uj8CN6YbQ2 .mbr-section-btn {
    text-align: center;
    padding-left: 0rem;
  }
}
.cid-uj8CN6YbQ2 .row {
  align-items: center;
}
.cid-uj8CN6YbQ2 .card-text {
  color: #ffffff;
  margin-bottom: 0px;
  text-align: left;
}
@media (max-width: 767px) {
  .cid-uj8CN6YbQ2 .card-text {
    text-align: center;
  }
}
.cid-uj8CN7f54c {
  padding-top: 2rem;
  padding-bottom: 0rem;
  background-color: #ffffff;
}
.cid-uj8CN7f54c .content-head {
  max-width: 800px;
}
.cid-uj8CN7ucVg {
  padding-top: 0rem;
  padding-bottom: 3rem;
  background-color: #ffffff;
}
.cid-uj8CN7FB8v {
  padding-top: 2rem;
  padding-bottom: 6rem;
  background-color: #ffffff;
}
.cid-uj8CN7FB8v .content-head {
  max-width: 800px;
}
.cid-uj8CN7VTkv {
  padding-top: 90px;
  padding-bottom: 90px;
  background-color: #ffffff;
}
.cid-uj8CN7VTkv .carousel-control {
  background: #000;
}
.cid-uj8CN7VTkv .mbr-section-subtitle {
  color: #767676;
}
.cid-uj8CN7VTkv .carousel-item {
  -webkit-justify-content: center;
  justify-content: center;
}
.cid-uj8CN7VTkv .carousel-item .media-container-row {
  -webkit-flex-grow: 1;
  flex-grow: 1;
}
.cid-uj8CN7VTkv .carousel-item .wrap-img {
  text-align: center;
}
.cid-uj8CN7VTkv .carousel-item .wrap-img img {
  max-height: 150px;
  width: auto;
  max-width: 100%;
}
.cid-uj8CN7VTkv .carousel-controls {
  display: flex;
  -webkit-justify-content: center;
  justify-content: center;
}
.cid-uj8CN7VTkv .carousel-controls .carousel-control {
  background: #000;
  border-radius: 50%;
  position: static;
  width: 40px;
  height: 40px;
  margin-top: 2rem;
  border-width: 1px;
}
.cid-uj8CN7VTkv .carousel-controls .carousel-control.carousel-control-prev {
  left: auto;
  margin-right: 20px;
  margin-left: 0;
}
.cid-uj8CN7VTkv .carousel-controls .carousel-control.carousel-control-next {
  right: auto;
  margin-right: 0;
}
.cid-uj8CN7VTkv .carousel-controls .carousel-control .mbr-iconfont {
  font-size: 1rem;
}
.cid-uj8CN7VTkv .cloneditem-1,
.cid-uj8CN7VTkv .cloneditem-2,
.cid-uj8CN7VTkv .cloneditem-3,
.cid-uj8CN7VTkv .cloneditem-4,
.cid-uj8CN7VTkv .cloneditem-5 {
  display: none;
}
.cid-uj8CN7VTkv .col-lg-15 {
  -webkit-box-flex: 0;
  -ms-flex: 0 0 100%;
  -webkit-flex: 0 0 100%;
  flex: 0 0 100%;
  max-width: 100%;
  position: relative;
  min-height: 1px;
  padding-right: 10px;
  padding-left: 10px;
  width: 100%;
}
@media (min-width: 992px) {
  .cid-uj8CN7VTkv .col-lg-15 {
    -ms-flex: 0 0 20%;
    -webkit-flex: 0 0 20%;
    flex: 0 0 20%;
    max-width: 20%;
    width: 20%;
  }
  .cid-uj8CN7VTkv .carousel-inner.slides2 > .carousel-item.active.carousel-item-right,
  .cid-uj8CN7VTkv .carousel-inner.slides2 > .carousel-item.carousel-item-next {
    left: 0;
    -webkit-transform: translate3d(50%, 0, 0);
    transform: translate3d(50%, 0, 0);
  }
  .cid-uj8CN7VTkv .carousel-inner.slides2 > .carousel-item.active.carousel-item-left,
  .cid-uj8CN7VTkv .carousel-inner.slides2 > .carousel-item.carousel-item-prev {
    left: 0;
    -webkit-transform: translate3d(-50%, 0, 0);
    transform: translate3d(-50%, 0, 0);
  }
  .cid-uj8CN7VTkv .carousel-inner.slides2 > .carousel-item.carousel-item-left,
  .cid-uj8CN7VTkv .carousel-inner.slides2 > .carousel-item.carousel-item-prev.carousel-item-right,
  .cid-uj8CN7VTkv .carousel-inner.slides2 > .carousel-item.active {
    left: 0;
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
  }
  .cid-uj8CN7VTkv .carousel-inner.slides2 .cloneditem-1,
  .cid-uj8CN7VTkv .carousel-inner.slides2 .cloneditem-2,
  .cid-uj8CN7VTkv .carousel-inner.slides2 .cloneditem-3 {
    display: block;
  }
  .cid-uj8CN7VTkv .carousel-inner.slides3 > .carousel-item.active.carousel-item-right,
  .cid-uj8CN7VTkv .carousel-inner.slides3 > .carousel-item.carousel-item-next {
    left: 0;
    -webkit-transform: translate3d(33.333333%, 0, 0);
    transform: translate3d(33.333333%, 0, 0);
  }
  .cid-uj8CN7VTkv .carousel-inner.slides3 > .carousel-item.active.carousel-item-left,
  .cid-uj8CN7VTkv .carousel-inner.slides3 > .carousel-item.carousel-item-prev {
    left: 0;
    -webkit-transform: translate3d(-33.333333%, 0, 0);
    transform: translate3d(-33.333333%, 0, 0);
  }
  .cid-uj8CN7VTkv .carousel-inner.slides3 > .carousel-item.carousel-item-left,
  .cid-uj8CN7VTkv .carousel-inner.slides3 > .carousel-item.carousel-item-prev.carousel-item-right,
  .cid-uj8CN7VTkv .carousel-inner.slides3 > .carousel-item.active {
    left: 0;
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
  }
  .cid-uj8CN7VTkv .carousel-inner.slides3 .cloneditem-1,
  .cid-uj8CN7VTkv .carousel-inner.slides3 .cloneditem-2,
  .cid-uj8CN7VTkv .carousel-inner.slides3 .cloneditem-3 {
    display: block;
  }
  .cid-uj8CN7VTkv .carousel-inner.slides4 > .carousel-item.active.carousel-item-right,
  .cid-uj8CN7VTkv .carousel-inner.slides4 > .carousel-item.carousel-item-next {
    left: 0;
    -webkit-transform: translate3d(25%, 0, 0);
    transform: translate3d(25%, 0, 0);
  }
  .cid-uj8CN7VTkv .carousel-inner.slides4 > .carousel-item.active.carousel-item-left,
  .cid-uj8CN7VTkv .carousel-inner.slides4 > .carousel-item.carousel-item-prev {
    left: 0;
    -webkit-transform: translate3d(-25%, 0, 0);
    transform: translate3d(-25%, 0, 0);
  }
  .cid-uj8CN7VTkv .carousel-inner.slides4 > .carousel-item.carousel-item-left,
  .cid-uj8CN7VTkv .carousel-inner.slides4 > .carousel-item.carousel-item-prev.carousel-item-right,
  .cid-uj8CN7VTkv .carousel-inner.slides4 > .carousel-item.active {
    left: 0;
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
  }
  .cid-uj8CN7VTkv .carousel-inner.slides4 .cloneditem-1,
  .cid-uj8CN7VTkv .carousel-inner.slides4 .cloneditem-2,
  .cid-uj8CN7VTkv .carousel-inner.slides4 .cloneditem-3 {
    display: block;
  }
  .cid-uj8CN7VTkv .carousel-inner.slides5 > .carousel-item.active.carousel-item-right,
  .cid-uj8CN7VTkv .carousel-inner.slides5 > .carousel-item.carousel-item-next {
    left: 0;
    -webkit-transform: translate3d(20%, 0, 0);
    transform: translate3d(20%, 0, 0);
  }
  .cid-uj8CN7VTkv .carousel-inner.slides5 > .carousel-item.active.carousel-item-left,
  .cid-uj8CN7VTkv .carousel-inner.slides5 > .carousel-item.carousel-item-prev {
    left: 0;
    -webkit-transform: translate3d(-20%, 0, 0);
    transform: translate3d(-20%, 0, 0);
  }
  .cid-uj8CN7VTkv .carousel-inner.slides5 > .carousel-item.carousel-item-left,
  .cid-uj8CN7VTkv .carousel-inner.slides5 > .carousel-item.carousel-item-prev.carousel-item-right,
  .cid-uj8CN7VTkv .carousel-inner.slides5 > .carousel-item.active {
    left: 0;
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
  }
  .cid-uj8CN7VTkv .carousel-inner.slides5 .cloneditem-1,
  .cid-uj8CN7VTkv .carousel-inner.slides5 .cloneditem-2,
  .cid-uj8CN7VTkv .carousel-inner.slides5 .cloneditem-3,
  .cid-uj8CN7VTkv .carousel-inner.slides5 .cloneditem-4 {
    display: block;
  }
  .cid-uj8CN7VTkv .carousel-inner.slides6 > .carousel-item.active.carousel-item-right,
  .cid-uj8CN7VTkv .carousel-inner.slides6 > .carousel-item.carousel-item-next {
    left: 0;
    -webkit-transform: translate3d(16.666667%, 0, 0);
    transform: translate3d(16.666667%, 0, 0);
  }
  .cid-uj8CN7VTkv .carousel-inner.slides6 > .carousel-item.active.carousel-item-left,
  .cid-uj8CN7VTkv .carousel-inner.slides6 > .carousel-item.carousel-item-prev {
    left: 0;
    -webkit-transform: translate3d(-16.666667%, 0, 0);
    transform: translate3d(-16.666667%, 0, 0);
  }
  .cid-uj8CN7VTkv .carousel-inner.slides6 > .carousel-item.carousel-item-left,
  .cid-uj8CN7VTkv .carousel-inner.slides6 > .carousel-item.carousel-item-prev.carousel-item-right,
  .cid-uj8CN7VTkv .carousel-inner.slides6 > .carousel-item.active {
    left: 0;
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
  }
  .cid-uj8CN7VTkv .carousel-inner.slides6 .cloneditem-1,
  .cid-uj8CN7VTkv .carousel-inner.slides6 .cloneditem-2,
  .cid-uj8CN7VTkv .carousel-inner.slides6 .cloneditem-3,
  .cid-uj8CN7VTkv .carousel-inner.slides6 .cloneditem-4,
  .cid-uj8CN7VTkv .carousel-inner.slides6 .cloneditem-5 {
    display: block;
  }
}
.cid-uj8CN8L5ba {
  padding-top: 6rem;
  padding-bottom: 6rem;
  background-color: #ffffff;
}
.cid-uj8CN8L5ba .video-wrapper iframe {
  width: 100%;
}
.cid-uj8CN8L5ba .mbr-section-title,
.cid-uj8CN8L5ba .mbr-section-subtitle,
.cid-uj8CN8L5ba .mbr-text {
  text-align: center;
}
.cid-uj8CN9JNJq {
  padding-top: 6rem;
  padding-bottom: 6rem;
  background-color: #ffffff;
}
.cid-uj8CN9JNJq .item-subtitle {
  line-height: 1.2;
  color: #232323;
  text-align: center;
}
.cid-uj8CN9JNJq img,
.cid-uj8CN9JNJq .item-img {
  width: 100%;
  height: 100%;
  height: 400px;
  object-fit: cover;
}
.cid-uj8CN9JNJq .item:focus,
.cid-uj8CN9JNJq span:focus {
  outline: none;
}
.cid-uj8CN9JNJq .item {
  margin-bottom: 2rem;
}
@media (max-width: 767px) {
  .cid-uj8CN9JNJq .item {
    margin-bottom: 1rem;
  }
}
.cid-uj8CN9JNJq .item-wrapper {
  position: relative;
  border-radius: 4px;
  height: 100%;
  display: flex;
  flex-flow: column nowrap;
}
.cid-uj8CN9JNJq .mbr-section-title {
  color: #232323;
}
.cid-uj8CN9JNJq .mbr-text,
.cid-uj8CN9JNJq .mbr-section-btn {
  color: #232323;
  text-align: center;
}
.cid-uj8CN9JNJq .item-title {
  color: #232323;
  text-align: center;
}
.cid-uj8CN9JNJq .content-head {
  max-width: 800px;
}
.cid-uj8CNa7ol7 {
  padding-top: 6rem;
  padding-bottom: 6rem;
  background-color: #ffffff;
}
.cid-uj8CNa7ol7 .mbr-fallback-image.disabled {
  display: none;
}
.cid-uj8CNa7ol7 .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uj8CNanBnC {
  background-color: #ffffff;
  padding-top: 0px;
  padding-bottom: 0px;
}
.cid-uj8CNanBnC img {
  object-fit: contain;
  border-radius: 0 !important;
}
.cid-uj8CNaAShQ {
  padding-top: 6rem;
  padding-bottom: 6rem;
  background-color: #ffffff;
}
.cid-uj8CNaAShQ .mbr-fallback-image.disabled {
  display: none;
}
.cid-uj8CNaAShQ .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uj8CNaUQcU {
  background-color: #ffffff;
  padding-top: 0px;
  padding-bottom: 0px;
}
.cid-uj8CNaUQcU img {
  object-fit: contain;
  border-radius: 0 !important;
}
.cid-uj8CNb8g60 {
  display: flex;
}
@media (min-width: 768px) {
  .cid-uj8CNb8g60 {
    align-items: flex-end;
  }
  .cid-uj8CNb8g60 .row {
    justify-content: flex-start;
  }
  .cid-uj8CNb8g60 .content-wrap {
    padding: 1rem 3rem;
  }
}
@media (max-width: 991px) and (min-width: 768px) {
  .cid-uj8CNb8g60 .content-wrap {
    min-width: 50%;
  }
}
@media (max-width: 767px) {
  .cid-uj8CNb8g60 {
    -webkit-align-items: center;
    align-items: flex-end;
  }
  .cid-uj8CNb8g60 .mbr-row {
    -webkit-justify-content: center;
    justify-content: center;
  }
  .cid-uj8CNb8g60 .content-wrap {
    width: 100%;
  }
}
.cid-uj8CNb8g60 .mbr-fallback-image.disabled {
  display: none;
}
.cid-uj8CNb8g60 .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/background1.jpg");
}
.cid-uj8CNb8g60 .mbr-section-title,
.cid-uj8CNb8g60 .mbr-section-subtitle {
  text-align: left;
  color: #ffc091;
}
.cid-uj8CNb8g60 .mbr-text,
.cid-uj8CNb8g60 .mbr-section-btn {
  text-align: left;
}
.cid-uj8CNbqgRF {
  padding-top: 6rem;
  padding-bottom: 6rem;
  background-color: #ffffff;
}
.cid-uj8CNbqgRF .item-subtitle {
  line-height: 1.2;
  color: #232323;
  text-align: center;
}
.cid-uj8CNbqgRF img,
.cid-uj8CNbqgRF .item-img {
  width: 100%;
  height: 100%;
  height: 400px;
  object-fit: cover;
}
.cid-uj8CNbqgRF .item:focus,
.cid-uj8CNbqgRF span:focus {
  outline: none;
}
.cid-uj8CNbqgRF .item {
  margin-bottom: 2rem;
}
@media (max-width: 767px) {
  .cid-uj8CNbqgRF .item {
    margin-bottom: 1rem;
  }
}
.cid-uj8CNbqgRF .item-wrapper {
  position: relative;
  border-radius: 4px;
  height: 100%;
  display: flex;
  flex-flow: column nowrap;
}
.cid-uj8CNbqgRF .mbr-section-title {
  color: #232323;
}
.cid-uj8CNbqgRF .mbr-text,
.cid-uj8CNbqgRF .mbr-section-btn {
  color: #232323;
  text-align: center;
}
.cid-uj8CNbqgRF .item-title {
  color: #232323;
  text-align: center;
}
.cid-uj8CNbqgRF .content-head {
  max-width: 800px;
}
.cid-uj8CNbLJY9 {
  padding-top: 6rem;
  padding-bottom: 6rem;
  background-color: #ffffff;
}
.cid-uj8CNbLJY9 .mbr-fallback-image.disabled {
  display: none;
}
.cid-uj8CNbLJY9 .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uj8CNc3Wij {
  background-color: #ffffff;
  padding-top: 0px;
  padding-bottom: 0px;
}
.cid-uj8CNc3Wij img {
  object-fit: contain;
  border-radius: 0 !important;
}
.cid-uj8CNch6Zk {
  padding-top: 6rem;
  padding-bottom: 6rem;
  background-color: #06549d;
}
.cid-uj8CNch6Zk .mbr-fallback-image.disabled {
  display: none;
}
.cid-uj8CNch6Zk .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uj8CNch6Zk .nav-tabs .nav-item.open .nav-link:focus,
.cid-uj8CNch6Zk .nav-tabs .nav-link.active:focus {
  outline: none;
}
.cid-uj8CNch6Zk .nav-tabs {
  flex-wrap: wrap;
  border-bottom: none;
}
@media (max-width: 767px) {
  .cid-uj8CNch6Zk .nav-item {
    width: 100%;
    margin-right: 0 !important;
    text-align: center;
  }
}
.cid-uj8CNch6Zk .nav-tabs .nav-item {
  margin-right: 1.5rem;
}
.cid-uj8CNch6Zk .nav-tabs .nav-link {
  transition: padding 0.3s ease, background-color 0.3s ease;
  border: none;
  border-radius: 2rem !important;
  padding: 1.25rem 0!important;
  background-color: transparent!important;
  overflow: hidden!important;
}
.cid-uj8CNch6Zk .nav-tabs .nav-link:not(.active) {
  color: #ffffff;
}
.cid-uj8CNch6Zk .nav-tabs .nav-link.active {
  color: #06549d !important;
  background-color: #ffffff !important;
  padding: 1.25rem 2rem!important;
}
.cid-uj8CNch6Zk .mbr-section-title {
  text-align: center;
  color: #ffffff;
}
.cid-uj8CNch6Zk .mbr-section-subtitle {
  text-align: center;
  color: #ffffff;
}
.cid-uj8CNch6Zk .mbr-text {
  color: #ffffff;
  margin: 0;
  text-align: center;
}
.cid-uj8CNch6Zk .content-head {
  max-width: 800px;
}
.cid-uj8CNch6Zk .item-wrapper {
  background-color: #06549d;
  padding: 2.25rem;
}
@media (max-width: 767px) {
  .cid-uj8CNch6Zk .item-wrapper {
    padding: 2rem 1.5rem;
  }
}
.cid-uj8CNcCuBX {
  padding-top: 6rem;
  padding-bottom: 6rem;
  background-color: #ffffff;
}
.cid-uj8CNcCuBX .mbr-fallback-image.disabled {
  display: none;
}
.cid-uj8CNcCuBX .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uj8CNcSvaX {
  background-color: #ffffff;
  padding-top: 0px;
  padding-bottom: 0px;
}
.cid-uj8CNcSvaX img {
  object-fit: contain;
  border-radius: 0 !important;
}
.cid-uj8CNd7Apw {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-color: #edefeb;
}
.cid-uj8CNd7Apw .mbr-text {
  color: #000000;
}
.cid-uj8CNd7Apw .mbr-section-subtitle {
  color: #000000;
}
.cid-uj8CNd7Apw .mbr-section-title {
  color: #000000;
  text-align: center;
}
.cid-uj8CNd7Apw .mbr-text,
.cid-uj8CNd7Apw .item .mbr-section-btn {
  text-align: left;
}
.cid-uj8CNd7Apw .item-wrapper {
  background: #ffffff;
  margin-bottom: 2rem;
  padding: 2.25rem;
}
@media (min-width: 992px) and (max-width: 1200px) {
  .cid-uj8CNd7Apw .item-wrapper {
    padding: 2rem 1.5rem;
    margin-bottom: 2rem;
  }
}
@media (max-width: 767px) {
  .cid-uj8CNd7Apw .item-wrapper {
    padding: 2rem 1.5rem;
    margin-bottom: 1rem;
  }
}
.cid-uduqU6836b {
  padding-top: 2rem;
  padding-bottom: 3rem;
  background-image: url("../../../assets/images/white-background-2000x1334.jpeg");
}
.cid-uduqU6836b .logogree {
  position: relative;
  width: 100%;
}
.cid-uduqU6836b .agree {
  object-position: right;
  width: 40%;
  height: auto;
  object-fit: contain;
  display: block;
  border-radius: 0% !important;
}
.cid-uduqU6836b .mbr-fallback-image.disabled {
  display: none;
}
.cid-uduqU6836b .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uduqU6836b .footer-col {
  justify-content: space-between;
  display: flex;
}
@media (max-width: 767px) {
  .cid-uduqU6836b .footer-col {
    flex-direction: column;
  }
}
.cid-uduqU6836b .row {
  background: #ffffff;
  padding: 4rem 3rem;
  border-radius: 2rem;
  margin: 0px;
}
@media (max-width: 767px) {
  .cid-uduqU6836b .row {
    padding: 2rem 0.5rem;
  }
}
@media (min-width: 768px) and (max-width: 991px) {
  .cid-uduqU6836b .row {
    padding: 2.25rem 1.25rem;
  }
}
@media (min-width: 992px) {
  .cid-uduqU6836b .row {
    padding: 4rem 3rem;
  }
}
@media (max-width: 767px) {
  .cid-uduqU6836b .mbr-section-btn {
    text-align: center;
  }
}
.cid-uduqU6836b .social-row {
  display: flex;
  flex-wrap: wrap;
}
.cid-uduqU6836b .soc-item {
  margin: 8px;
}
.cid-uduqU6836b .soc-item a:hover .mbr-iconfont,
.cid-uduqU6836b .soc-item a:focus .mbr-iconfont {
  background-color: #232323;
}
.cid-uduqU6836b .soc-item a .mbr-iconfont {
  width: 72px;
  height: 72px;
  display: flex;
  align-items: center;
  justify-content: center;
  border-radius: 100%;
  font-size: 20px;
  background-color: #06549d;
  color: #ffffff;
  transition: all 0.3s ease-in-out;
}
@media (max-width: 767px) {
  .cid-uduqU6836b .row {
    text-align: center;
  }
  .cid-uduqU6836b .social-row {
    justify-content: center;
  }
}
.cid-uduqU6836b .list {
  list-style: none;
  padding-left: 0;
  color: #502274;
}
@media (max-width: 991px) {
  .cid-uduqU6836b .list {
    margin-bottom: 2rem;
  }
}
@media (min-width: 992px) {
  .cid-uduqU6836b .list {
    margin-bottom: 0rem;
  }
}
.cid-uduqU6836b .mbr-text {
  color: #bbbbbb;
}
.cid-uduqU6836b .mbr-section-subtitle {
  color: #000000;
  text-align: left;
}
.cid-uduqU6836b .list,
.cid-uduqU6836b .item-wrap {
  color: #232323;
  text-align: left;
}
.cid-uduqU6836b .copyright {
  color: #000000;
  text-align: center;
}
.cid-uduqU6836b H5 {
  text-align: left;
}
.cid-tJGsCG1vVL {
  z-index: 1000;
  width: 100%;
  position: inherit;
}
.cid-tJGsCG1vVL .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 .3s;
}
@media (max-width: 767px) {
  .cid-tJGsCG1vVL .navbar-toggler {
    transform: scale(0.8);
  }
}
.cid-tJGsCG1vVL .navbar-brand {
  flex-shrink: 0;
  align-items: center;
  margin-right: 0;
  padding: 10px 0;
  transition: all 2s;
  word-break: break-word;
  z-index: 1;
}
.cid-tJGsCG1vVL .navbar-brand img {
  max-width: 100%;
  max-height: 100%;
  border-radius: 0px !important;
}
.cid-tJGsCG1vVL .navbar-brand .navbar-caption {
  line-height: inherit !important;
}
.cid-tJGsCG1vVL .navbar-brand .navbar-logo a {
  outline: none;
}
.cid-tJGsCG1vVL .navbar-nav {
  margin: auto;
  margin-left: 0;
  margin-left: auto;
}
.cid-tJGsCG1vVL .navbar-nav .nav-item {
  padding: 0 !important;
  transition: .3s all !important;
}
.cid-tJGsCG1vVL .navbar-nav .nav-item .nav-link {
  padding: 16px !important;
  margin: 0 !important;
  border-radius: 1rem !important;
  transition: .3s all !important;
  border-radius: 4px !important;
}
.cid-tJGsCG1vVL .navbar-nav .nav-item .nav-link:hover {
  background-color: rgba(27, 31, 10, 0.06);
}
.cid-tJGsCG1vVL .navbar-nav .open .nav-link::after {
  transform: rotate(180deg);
}
@media (min-width: 992px) {
  .cid-tJGsCG1vVL .navbar-nav .open .nav-link::before {
    content: "";
    width: 100%;
    height: 20px;
    top: 100%;
    background: transparent;
    position: absolute;
  }
}
.cid-tJGsCG1vVL .navbar-nav .dropdown-item {
  padding: 12px !important;
  border-radius: 0.5rem !important;
  margin: 0 8px !important;
  transition: .3s all !important;
  border-radius: 4px !important;
}
.cid-tJGsCG1vVL .navbar-nav .dropdown-item:hover {
  background-color: rgba(27, 31, 10, 0.06);
}
@media (min-width: 992px) {
  .cid-tJGsCG1vVL .navbar-nav {
    padding-left: 1.5rem;
  }
}
.cid-tJGsCG1vVL .nav-link {
  width: fit-content;
  position: relative;
}
.cid-tJGsCG1vVL .navbar-logo {
  padding-left: 2rem;
  margin: 0 !important;
}
@media (max-width: 767px) {
  .cid-tJGsCG1vVL .navbar-logo {
    padding-left: 1rem;
  }
}
.cid-tJGsCG1vVL .navbar-caption {
  padding-left: 1rem;
  padding-right: .5rem;
}
@media (max-width: 767px) {
  .cid-tJGsCG1vVL .nav-dropdown {
    padding-bottom: 0.5rem;
  }
}
.cid-tJGsCG1vVL .nav-dropdown .link.dropdown-toggle::after {
  margin-left: 0.5rem;
  margin-top: 0.2rem;
  transition: .3s all;
  transition-delay: 300ms;
}
.cid-tJGsCG1vVL .container {
  display: flex;
  height: 90px;
  padding: 0.5rem 0.6rem;
  flex-wrap: nowrap;
  background: rgba(255, 255, 255, 0.9) !important;
  left: 0;
  right: 0;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: flex-end;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  border-radius: 100vw;
  margin-top: 1rem;
  background-color: #ffffff;
  box-shadow: 0 30px 60px 0 rgba(27, 31, 10, 0.08);
  border-radius: 4px !important;
}
@media (max-width: 992px) {
  .cid-tJGsCG1vVL .container {
    padding-right: 2rem;
  }
}
@media (max-width: 767px) {
  .cid-tJGsCG1vVL .container {
    width: 95%;
    height: 56px !important;
    padding-right: 1rem;
    margin-top: 0rem;
  }
}
.cid-tJGsCG1vVL .iconfont-wrapper {
  color: #0c2c68 !important;
  font-size: 1.5rem;
  padding-right: 0.5rem;
}
.cid-tJGsCG1vVL .dropdown-menu {
  flex-wrap: wrap;
  flex-direction: column;
  max-width: 100%;
  padding: 12px 4px !important;
  border-radius: 1.5rem;
  transition: .3s all !important;
  transition-delay: 300ms;
  min-width: auto;
  background: #ffffff;
  background: rgba(255, 255, 255, 0.9) !important;
  border-radius: 4px !important;
}
.cid-tJGsCG1vVL .nav-item:focus,
.cid-tJGsCG1vVL .nav-link:focus {
  outline: none;
}
.cid-tJGsCG1vVL .dropdown .dropdown-menu .dropdown-item {
  width: auto;
  transition: all .3s;
  transition-delay: 300ms;
}
.cid-tJGsCG1vVL .dropdown .dropdown-menu .dropdown-item::after {
  right: 0.5rem;
}
.cid-tJGsCG1vVL .dropdown .dropdown-menu .dropdown-item .mbr-iconfont {
  margin-right: 0.5rem;
  vertical-align: sub;
}
.cid-tJGsCG1vVL .dropdown .dropdown-menu .dropdown-item .mbr-iconfont:before {
  display: inline-block;
  transform: scale(1, 1);
  transition: all .3s;
}
.cid-tJGsCG1vVL .collapsed .dropdown-menu .dropdown-item:before {
  display: none;
}
.cid-tJGsCG1vVL .collapsed .dropdown .dropdown-menu .dropdown-item {
  padding: 0.235em 1.5em 0.235em 1.5em !important;
  transition: none;
  margin: 0 !important;
}
.cid-tJGsCG1vVL .navbar {
  min-height: 90px;
  transition: all 5s;
  border-bottom: 1px solid transparent;
  background: transparent !important;
  padding: 0 !important;
  border: none !important;
  box-shadow: none !important;
  border-radius: 0 !important;
}
.cid-tJGsCG1vVL .navbar.opened {
  transition: all 0.3s;
}
.cid-tJGsCG1vVL .navbar .dropdown-item {
  padding: 0.5rem 1.8rem;
}
.cid-tJGsCG1vVL .navbar .navbar-logo img {
  width: auto;
}
.cid-tJGsCG1vVL .navbar .navbar-collapse {
  z-index: 1;
  justify-content: flex-end;
}
.cid-tJGsCG1vVL .navbar.collapsed {
  justify-content: center;
}
.cid-tJGsCG1vVL .navbar.collapsed .nav-item .nav-link::before {
  display: none;
}
.cid-tJGsCG1vVL .navbar.collapsed.opened .dropdown-menu {
  top: 0;
}
@media (min-width: 992px) {
  .cid-tJGsCG1vVL .navbar.collapsed.opened:not(.navbar-short) .navbar-collapse {
    max-height: calc(98.5vh - 3.4rem);
  }
}
.cid-tJGsCG1vVL .navbar.collapsed .dropdown-menu .dropdown-submenu {
  left: 0 !important;
}
.cid-tJGsCG1vVL .navbar.collapsed .dropdown-menu .dropdown-item:after {
  right: auto;
}
.cid-tJGsCG1vVL .navbar.collapsed .dropdown-menu .dropdown-toggle[data-toggle="dropdown-submenu"]:after {
  margin-left: 0.5rem;
  margin-top: 0.2rem;
  border-top: 0.35em solid;
  border-right: 0.35em solid transparent;
  border-left: 0.35em solid transparent;
  border-bottom: 0;
  top: 41%;
}
.cid-tJGsCG1vVL .navbar.collapsed ul.navbar-nav li {
  margin: auto;
}
.cid-tJGsCG1vVL .navbar.collapsed .dropdown-menu .dropdown-item {
  padding: 0.25rem 0.5rem;
  text-align: center;
}
.cid-tJGsCG1vVL .navbar.collapsed .icons-menu {
  padding-left: 0;
  padding-right: 0;
  padding-top: 0.5rem;
  padding-bottom: 0.5rem;
}
@media (max-width: 767px) {
  .cid-tJGsCG1vVL .navbar {
    min-height: 72px;
  }
  .cid-tJGsCG1vVL .navbar .navbar-logo img {
    height: 2rem !important;
  }
}
@media (max-width: 991px) {
  .cid-tJGsCG1vVL .navbar .nav-item .nav-link::before {
    display: none;
  }
  .cid-tJGsCG1vVL .navbar.opened .dropdown-menu {
    top: 0;
  }
  .cid-tJGsCG1vVL .navbar .dropdown-menu .dropdown-submenu {
    left: 0 !important;
  }
  .cid-tJGsCG1vVL .navbar .dropdown-menu .dropdown-item:after {
    right: auto;
  }
  .cid-tJGsCG1vVL .navbar .dropdown-menu .dropdown-toggle[data-toggle="dropdown-submenu"]:after {
    margin-left: 0.5rem;
    margin-top: 0.2rem;
    border-top: 0.35em solid;
    border-right: 0.35em solid transparent;
    border-left: 0.35em solid transparent;
    border-bottom: 0;
    top: 40%;
  }
  .cid-tJGsCG1vVL .navbar .dropdown-menu .dropdown-item {
    padding: 0.25rem 1.5rem !important;
    text-align: center;
  }
  .cid-tJGsCG1vVL .navbar .navbar-brand {
    flex-shrink: initial;
    flex-basis: auto;
    word-break: break-word;
    padding-right: 10px;
  }
  .cid-tJGsCG1vVL .navbar .navbar-toggler {
    flex-basis: auto;
  }
  .cid-tJGsCG1vVL .navbar .icons-menu {
    padding-left: 0;
    padding-top: 0.5rem;
    padding-bottom: 0.5rem;
  }
}
.cid-tJGsCG1vVL .navbar.navbar-short .navbar-logo img {
  height: 2rem;
}
.cid-tJGsCG1vVL .dropdown-item.active,
.cid-tJGsCG1vVL .dropdown-item:active {
  background-color: transparent;
}
.cid-tJGsCG1vVL .navbar-expand-lg .navbar-nav .nav-link {
  padding: 0;
}
.cid-tJGsCG1vVL .nav-dropdown .link.dropdown-toggle {
  margin-right: 1.667em;
}
.cid-tJGsCG1vVL .nav-dropdown .link.dropdown-toggle[aria-expanded="true"] {
  margin-right: 0;
  padding: 0.667em 1.667em;
}
.cid-tJGsCG1vVL .navbar.navbar-expand-lg .dropdown .dropdown-menu {
  background: #ffffff;
}
.cid-tJGsCG1vVL .navbar.navbar-expand-lg .dropdown .dropdown-menu .dropdown-submenu {
  margin: 0;
  left: 100%;
  transform: none;
  top: -12px;
}
.cid-tJGsCG1vVL .navbar .dropdown.open > .dropdown-menu {
  display: flex;
}
.cid-tJGsCG1vVL ul.navbar-nav {
  flex-wrap: wrap;
}
.cid-tJGsCG1vVL .navbar-buttons {
  text-align: center;
  min-width: 140px;
}
@media (max-width: 992px) {
  .cid-tJGsCG1vVL .navbar-buttons {
    text-align: left;
  }
}
.cid-tJGsCG1vVL button.navbar-toggler {
  outline: none;
  width: 31px;
  height: 20px;
  cursor: pointer;
  transition: all 0.2s;
  position: relative;
  align-self: center;
}
.cid-tJGsCG1vVL button.navbar-toggler .hamburger span {
  position: absolute;
  right: 0;
  width: 30px;
  height: 2px;
  border-right: 5px;
  background-color: #06549d;
}
.cid-tJGsCG1vVL button.navbar-toggler .hamburger span:nth-child(1) {
  top: 0;
  transition: all 0.2s;
}
.cid-tJGsCG1vVL button.navbar-toggler .hamburger span:nth-child(2) {
  top: 8px;
  transition: all 0.15s;
}
.cid-tJGsCG1vVL button.navbar-toggler .hamburger span:nth-child(3) {
  top: 8px;
  transition: all 0.15s;
}
.cid-tJGsCG1vVL button.navbar-toggler .hamburger span:nth-child(4) {
  top: 16px;
  transition: all 0.2s;
}
.cid-tJGsCG1vVL nav.opened .hamburger span:nth-child(1) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-tJGsCG1vVL nav.opened .hamburger span:nth-child(2) {
  transform: rotate(45deg);
  transition: all 0.25s;
}
.cid-tJGsCG1vVL nav.opened .hamburger span:nth-child(3) {
  transform: rotate(-45deg);
  transition: all 0.25s;
}
.cid-tJGsCG1vVL nav.opened .hamburger span:nth-child(4) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-tJGsCG1vVL .navbar-dropdown {
  padding: 0 1rem;
}
.cid-tJGsCG1vVL a.nav-link {
  display: flex;
  align-items: center;
  justify-content: center;
}
.cid-tJGsCG1vVL .icons-menu {
  flex-wrap: nowrap;
  display: flex;
  justify-content: center;
  padding-left: 1rem;
  padding-right: 1rem;
  padding-top: 0.3rem;
  text-align: center;
}
@media (max-width: 992px) {
  .cid-tJGsCG1vVL .icons-menu {
    justify-content: flex-start;
    margin-bottom: .5rem;
  }
}
@media screen and (-ms-high-contrast: active), (-ms-high-contrast: none) {
  .cid-tJGsCG1vVL .navbar {
    height: 70px;
  }
  .cid-tJGsCG1vVL .navbar.opened {
    height: auto;
  }
  .cid-tJGsCG1vVL .nav-item .nav-link:hover::before {
    width: 175%;
    max-width: calc(100% + 2rem);
    left: -1rem;
  }
}
.cid-tJGsCG1vVL .navbar .dropdown > .dropdown-menu {
  display: none;
  width: max-content;
  max-width: 500px !important;
  transform: translateX(-50%);
  top: calc(100% + 20px);
  left: 50%;
}
.cid-tJGsCG1vVL .navbar .dropdown > .dropdown-menu .dropdown-item {
  line-height: 1 !important;
}
.cid-tJGsCG1vVL .navbar .dropdown > .dropdown-menu .dropdown .dropdown-item {
  align-items: center;
  display: flex;
  height: max-content !important;
  min-height: max-content !important;
}
.cid-tJGsCG1vVL .navbar .dropdown > .dropdown-menu .dropdown .dropdown-item::after {
  display: inline-block;
  position: static;
  margin-left: 0.5rem;
  margin-top: 0;
  margin-right: 0;
  margin-bottom: 0;
  transition: .3s all;
  transform: rotate(-90deg);
}
.cid-tJGsCG1vVL .navbar .dropdown > .dropdown-menu .dropdown.open .dropdown-item::after {
  transform: rotate(0deg);
}
.cid-tJGsCG1vVL .mbr-section-btn {
  margin: -0.6rem -0.6rem;
}
.cid-tJGsCG1vVL .navbar-toggler {
  margin-left: 12px;
  margin-right: 8px;
  order: 1000;
}
@media (max-width: 991px) {
  .cid-tJGsCG1vVL .navbar-brand {
    margin-right: auto;
  }
  .cid-tJGsCG1vVL .navbar-collapse {
    z-index: -1 !important;
    position: absolute;
    top: 110%;
    left: 0;
    width: 100%;
    padding: 1rem;
    border-radius: 1.5rem;
    background: #ffffff;
    opacity: 1;
    border-color: rgba(255, 255, 255, 0.9) !important;
    background: rgba(255, 255, 255, 0.9) !important;
    backdrop-filter: blur(8px);
    border-radius: 4px !important;
  }
  .cid-tJGsCG1vVL .navbar-nav .nav-item .nav-link::after {
    margin-left: 10px;
  }
  .cid-tJGsCG1vVL .navbar-nav .dropdown-item:hover {
    background-color: rgba(27, 31, 10, 0.06);
  }
  .cid-tJGsCG1vVL .navbar .dropdown > .dropdown-menu {
    max-width: 100% !important;
    transform: translateX(0);
    top: 10px;
    left: 0;
    padding: 8px !important;
    border-radius: 1rem;
    background-color: rgba(27, 31, 10, 0.04) !important;
  }
  .cid-tJGsCG1vVL .navbar .dropdown > .dropdown-menu .dropdown-item {
    padding: 8px !important;
    line-height: 1 !important;
    margin-bottom: 4px !important;
  }
  .cid-tJGsCG1vVL .navbar .dropdown > .dropdown-menu .dropdown .dropdown-item {
    align-items: center;
    display: flex;
    height: max-content !important;
    min-height: max-content !important;
  }
  .cid-tJGsCG1vVL .navbar .dropdown > .dropdown-menu .dropdown .dropdown-item::after {
    display: inline-block;
    position: static;
    margin-left: 0.5rem;
    margin-top: 0;
    margin-right: 0;
    margin-bottom: 0;
    transition: .3s all;
    transform: rotate(0deg);
  }
  .cid-tJGsCG1vVL .navbar .dropdown > .dropdown-menu .dropdown.open .dropdown-item::after {
    transform: rotate(180deg);
  }
  .cid-tJGsCG1vVL .navbar .dropdown > .dropdown-menu .dropdown-submenu {
    position: static;
    width: 100%;
    max-width: 100% !important;
    transform: translateX(0) !important;
    top: 0;
    left: 0;
    padding: 8px !important;
    border-radius: 1rem;
    background-color: rgba(27, 31, 10, 0.04) !important;
  }
  .cid-tJGsCG1vVL .navbar .dropdown.open > .dropdown-menu {
    display: flex !important;
    flex-direction: column;
    align-items: flex-start;
  }
}
@media (max-width: 575px) {
  .cid-tJGsCG1vVL .navbar-collapse {
    padding: 1rem;
  }
}
.cid-uj8D0NoHQ3 {
  padding-top: 8rem;
  padding-bottom: 1rem;
  background-color: #000000;
}
.cid-uj8D0NoHQ3 .justify-content-center {
  align-items: center;
}
.cid-uj8D0NoHQ3 .mbr-fallback-image.disabled {
  display: none;
}
.cid-uj8D0NoHQ3 .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uj8D0NoHQ3 .item-wrapper {
  display: flex;
  margin-left: auto;
}
@media (max-width: 767px) {
  .cid-uj8D0NoHQ3 .item-wrapper {
    margin-bottom: 1rem;
  }
}
.cid-uj8D0NoHQ3 .mbr-section-btn {
  padding-left: 1.5rem;
  text-align: right;
}
@media (max-width: 767px) {
  .cid-uj8D0NoHQ3 .mbr-section-btn {
    text-align: center;
    padding-left: 0rem;
  }
}
.cid-uj8D0NoHQ3 .row {
  align-items: center;
}
.cid-uj8D0NoHQ3 .card-text {
  color: #ffffff;
  margin-bottom: 0px;
  text-align: left;
}
@media (max-width: 767px) {
  .cid-uj8D0NoHQ3 .card-text {
    text-align: center;
  }
}
.cid-uj8D0NBPOq {
  background-color: #ffffff;
  padding-top: 0;
  padding-bottom: 0;
}
.cid-uj8D0NBPOq .carousel {
  width: 100%;
}
.cid-uj8D0NBPOq .carousel-inner {
  display: flex;
  align-content: center;
  align-items: center;
}
.cid-uj8D0NBPOq .carousel-item img {
  height: 100vh;
  object-fit: cover;
}
.cid-uj8D0NBPOq img,
.cid-uj8D0NBPOq .item-wrapper {
  border-radius: 0 !important;
}
.cid-uj8D0NBPOq .carousel-caption {
  bottom: 40px;
}
.cid-uj8D0NBPOq .mobi-mbri-arrow-next {
  margin-left: 5px;
}
.cid-uj8D0NBPOq .mobi-mbri-arrow-prev {
  margin-right: 5px;
}
.cid-uj8D0NBPOq .carousel-control:hover {
  background: #1b1b1b;
  color: #fff;
  opacity: 1;
}
.cid-uj8D0NBPOq .item-wrapper {
  width: 100%;
}
@media (max-width: 767px) {
  .cid-uj8D0NBPOq .container .carousel-control {
    margin-bottom: 0;
  }
  .cid-uj8D0NBPOq .content-slider-wrap {
    width: 100% !important;
  }
}
.cid-uj8D0NBPOq .container .carousel-indicators {
  margin-bottom: 3px;
}
.cid-uj8D0NBPOq .carousel-control {
  top: 50%;
  width: 60px;
  height: 60px;
  margin-top: -1.5rem;
  font-size: 22px;
  background-color: rgba(0, 0, 0, 0.5);
  border: 2px solid #fff;
  border-radius: 50%;
  transition: all 0.3s;
}
.cid-uj8D0NBPOq .carousel-control.carousel-control-prev {
  left: 0;
  margin-left: 2.5rem;
}
.cid-uj8D0NBPOq .carousel-control.carousel-control-next {
  right: 0;
  margin-right: 2.5rem;
}
@media (max-width: 767px) {
  .cid-uj8D0NBPOq .carousel-control {
    top: auto;
    bottom: 1rem;
  }
}
.cid-uj8D0NBPOq .carousel-indicators {
  position: absolute;
  bottom: 0;
  margin-bottom: 1.5rem !important;
}
.cid-uj8D0NBPOq .carousel-indicators li {
  max-width: 15px;
  height: 15px;
  width: 15px;
  max-height: 15px;
  margin: 3px;
  background-color: rgba(0, 0, 0, 0.5);
  border: 2px solid #fff;
  border-radius: 50%;
  opacity: 0.5;
  transition: all 0.3s;
}
.cid-uj8D0NBPOq .carousel-indicators li.active,
.cid-uj8D0NBPOq .carousel-indicators li:hover {
  opacity: 0.9;
}
.cid-uj8D0NBPOq .carousel-indicators li::after,
.cid-uj8D0NBPOq .carousel-indicators li::before {
  content: none;
}
.cid-uj8D0NBPOq .carousel-indicators.ie-fix {
  left: 50%;
  display: block;
  width: 60%;
  margin-left: -30%;
  text-align: center;
}
@media (max-width: 768px) {
  .cid-uj8D0NBPOq .carousel-indicators {
    display: none !important;
  }
}
@media (max-width: 991px) {
  .cid-uj8D0NBPOq .mbr-section-subtitle,
  .cid-uj8D0NBPOq .mbr-section-text,
  .cid-uj8D0NBPOq .mbr-section-btn {
    text-align: center;
  }
}
.cid-uj8D0NBPOq .carousel-control-prev,
.cid-uj8D0NBPOq .carousel-control-next {
  display: none;
}
.cid-uj8D0Oc5YC {
  padding-top: 6rem;
  padding-bottom: 6rem;
  background-color: #000000;
}
.cid-uj8D0Oc5YC .mbr-text {
  color: #000000;
}
.cid-uj8D0Oc5YC .mbr-section-subtitle {
  color: #000000;
  text-align: center;
}
.cid-uj8D0Oc5YC .mbr-section-title {
  color: #ffffff;
  text-align: left;
}
.cid-uj8D0Oc5YC .mbr-section-subtitle,
.cid-uj8D0Oc5YC .main-button {
  text-align: left;
  color: #ffffff;
}
.cid-uj8D0Oc5YC .main-button {
  margin-bottom: 2rem;
}
@media (max-width: 767px) {
  .cid-uj8D0Oc5YC .main-button {
    margin-bottom: 2rem;
  }
}
.cid-uj8D0Oc5YC .mbr-iconfont {
  font-size: 1.2rem !important;
  font-family: 'Moririse2' !important;
  color: white;
  transition: all 0.3s;
  transform: rotate(180deg);
  padding-left: 0.5rem;
}
.cid-uj8D0Oc5YC .panel-group {
  border: none;
}
.cid-uj8D0Oc5YC .card-header {
  padding: 0rem;
}
@media (max-width: 767px) {
  .cid-uj8D0Oc5YC .card-header {
    padding: 0rem;
  }
}
.cid-uj8D0Oc5YC .panel-body {
  padding: 0rem;
  padding-bottom: 0.5rem;
  margin-top: 1rem;
}
.cid-uj8D0Oc5YC .collapsed span {
  transform: rotate(0deg);
}
.cid-uj8D0Oc5YC .panel-title {
  display: flex;
  align-items: center;
  justify-content: space-between;
}
.cid-uj8D0Oc5YC p {
  margin-bottom: 0.3rem;
}
.cid-uj8D0Oc5YC .panel-title-edit {
  color: #000000;
}
.cid-uj8D0Oc5YC .card .card-header {
  background-color: transparent;
  margin-bottom: 0;
  border: 0;
  border-radius: 2rem;
}
.cid-uj8D0Oc5YC .card {
  background: #ffffff;
  padding: 2.25rem;
  border-radius: 2rem;
  margin-bottom: 1rem;
}
@media (max-width: 767px) {
  .cid-uj8D0Oc5YC .card {
    padding: 2rem 1.5rem;
    margin-bottom: 1rem;
  }
}
@media (min-width: 992px) and (max-width: 1200px) {
  .cid-uj8D0Oc5YC .card {
    margin-bottom: 1rem;
    padding: 2rem 1.5rem;
  }
}
.cid-uj8D0Oc5YC .panel-text {
  color: #000000;
}
.cid-uj8D0Oc5YC .panel-title-edit,
.cid-uj8D0Oc5YC .mbr-iconfont {
  color: #000000;
}
.cid-uduqU6836b {
  padding-top: 2rem;
  padding-bottom: 3rem;
  background-image: url("../../../assets/images/white-background-2000x1334.jpeg");
}
.cid-uduqU6836b .logogree {
  position: relative;
  width: 100%;
}
.cid-uduqU6836b .agree {
  object-position: right;
  width: 40%;
  height: auto;
  object-fit: contain;
  display: block;
  border-radius: 0% !important;
}
.cid-uduqU6836b .mbr-fallback-image.disabled {
  display: none;
}
.cid-uduqU6836b .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uduqU6836b .footer-col {
  justify-content: space-between;
  display: flex;
}
@media (max-width: 767px) {
  .cid-uduqU6836b .footer-col {
    flex-direction: column;
  }
}
.cid-uduqU6836b .row {
  background: #ffffff;
  padding: 4rem 3rem;
  border-radius: 2rem;
  margin: 0px;
}
@media (max-width: 767px) {
  .cid-uduqU6836b .row {
    padding: 2rem 0.5rem;
  }
}
@media (min-width: 768px) and (max-width: 991px) {
  .cid-uduqU6836b .row {
    padding: 2.25rem 1.25rem;
  }
}
@media (min-width: 992px) {
  .cid-uduqU6836b .row {
    padding: 4rem 3rem;
  }
}
@media (max-width: 767px) {
  .cid-uduqU6836b .mbr-section-btn {
    text-align: center;
  }
}
.cid-uduqU6836b .social-row {
  display: flex;
  flex-wrap: wrap;
}
.cid-uduqU6836b .soc-item {
  margin: 8px;
}
.cid-uduqU6836b .soc-item a:hover .mbr-iconfont,
.cid-uduqU6836b .soc-item a:focus .mbr-iconfont {
  background-color: #232323;
}
.cid-uduqU6836b .soc-item a .mbr-iconfont {
  width: 72px;
  height: 72px;
  display: flex;
  align-items: center;
  justify-content: center;
  border-radius: 100%;
  font-size: 20px;
  background-color: #06549d;
  color: #ffffff;
  transition: all 0.3s ease-in-out;
}
@media (max-width: 767px) {
  .cid-uduqU6836b .row {
    text-align: center;
  }
  .cid-uduqU6836b .social-row {
    justify-content: center;
  }
}
.cid-uduqU6836b .list {
  list-style: none;
  padding-left: 0;
  color: #502274;
}
@media (max-width: 991px) {
  .cid-uduqU6836b .list {
    margin-bottom: 2rem;
  }
}
@media (min-width: 992px) {
  .cid-uduqU6836b .list {
    margin-bottom: 0rem;
  }
}
.cid-uduqU6836b .mbr-text {
  color: #bbbbbb;
}
.cid-uduqU6836b .mbr-section-subtitle {
  color: #000000;
  text-align: left;
}
.cid-uduqU6836b .list,
.cid-uduqU6836b .item-wrap {
  color: #232323;
  text-align: left;
}
.cid-uduqU6836b .copyright {
  color: #000000;
  text-align: center;
}
.cid-uduqU6836b H5 {
  text-align: left;
}
.cid-tJGsCG1vVL {
  z-index: 1000;
  width: 100%;
  position: inherit;
}
.cid-tJGsCG1vVL .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 .3s;
}
@media (max-width: 767px) {
  .cid-tJGsCG1vVL .navbar-toggler {
    transform: scale(0.8);
  }
}
.cid-tJGsCG1vVL .navbar-brand {
  flex-shrink: 0;
  align-items: center;
  margin-right: 0;
  padding: 10px 0;
  transition: all 2s;
  word-break: break-word;
  z-index: 1;
}
.cid-tJGsCG1vVL .navbar-brand img {
  max-width: 100%;
  max-height: 100%;
  border-radius: 0px !important;
}
.cid-tJGsCG1vVL .navbar-brand .navbar-caption {
  line-height: inherit !important;
}
.cid-tJGsCG1vVL .navbar-brand .navbar-logo a {
  outline: none;
}
.cid-tJGsCG1vVL .navbar-nav {
  margin: auto;
  margin-left: 0;
  margin-left: auto;
}
.cid-tJGsCG1vVL .navbar-nav .nav-item {
  padding: 0 !important;
  transition: .3s all !important;
}
.cid-tJGsCG1vVL .navbar-nav .nav-item .nav-link {
  padding: 16px !important;
  margin: 0 !important;
  border-radius: 1rem !important;
  transition: .3s all !important;
  border-radius: 4px !important;
}
.cid-tJGsCG1vVL .navbar-nav .nav-item .nav-link:hover {
  background-color: rgba(27, 31, 10, 0.06);
}
.cid-tJGsCG1vVL .navbar-nav .open .nav-link::after {
  transform: rotate(180deg);
}
@media (min-width: 992px) {
  .cid-tJGsCG1vVL .navbar-nav .open .nav-link::before {
    content: "";
    width: 100%;
    height: 20px;
    top: 100%;
    background: transparent;
    position: absolute;
  }
}
.cid-tJGsCG1vVL .navbar-nav .dropdown-item {
  padding: 12px !important;
  border-radius: 0.5rem !important;
  margin: 0 8px !important;
  transition: .3s all !important;
  border-radius: 4px !important;
}
.cid-tJGsCG1vVL .navbar-nav .dropdown-item:hover {
  background-color: rgba(27, 31, 10, 0.06);
}
@media (min-width: 992px) {
  .cid-tJGsCG1vVL .navbar-nav {
    padding-left: 1.5rem;
  }
}
.cid-tJGsCG1vVL .nav-link {
  width: fit-content;
  position: relative;
}
.cid-tJGsCG1vVL .navbar-logo {
  padding-left: 2rem;
  margin: 0 !important;
}
@media (max-width: 767px) {
  .cid-tJGsCG1vVL .navbar-logo {
    padding-left: 1rem;
  }
}
.cid-tJGsCG1vVL .navbar-caption {
  padding-left: 1rem;
  padding-right: .5rem;
}
@media (max-width: 767px) {
  .cid-tJGsCG1vVL .nav-dropdown {
    padding-bottom: 0.5rem;
  }
}
.cid-tJGsCG1vVL .nav-dropdown .link.dropdown-toggle::after {
  margin-left: 0.5rem;
  margin-top: 0.2rem;
  transition: .3s all;
  transition-delay: 300ms;
}
.cid-tJGsCG1vVL .container {
  display: flex;
  height: 90px;
  padding: 0.5rem 0.6rem;
  flex-wrap: nowrap;
  background: rgba(255, 255, 255, 0.9) !important;
  left: 0;
  right: 0;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: flex-end;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  border-radius: 100vw;
  margin-top: 1rem;
  background-color: #ffffff;
  box-shadow: 0 30px 60px 0 rgba(27, 31, 10, 0.08);
  border-radius: 4px !important;
}
@media (max-width: 992px) {
  .cid-tJGsCG1vVL .container {
    padding-right: 2rem;
  }
}
@media (max-width: 767px) {
  .cid-tJGsCG1vVL .container {
    width: 95%;
    height: 56px !important;
    padding-right: 1rem;
    margin-top: 0rem;
  }
}
.cid-tJGsCG1vVL .iconfont-wrapper {
  color: #0c2c68 !important;
  font-size: 1.5rem;
  padding-right: 0.5rem;
}
.cid-tJGsCG1vVL .dropdown-menu {
  flex-wrap: wrap;
  flex-direction: column;
  max-width: 100%;
  padding: 12px 4px !important;
  border-radius: 1.5rem;
  transition: .3s all !important;
  transition-delay: 300ms;
  min-width: auto;
  background: #ffffff;
  background: rgba(255, 255, 255, 0.9) !important;
  border-radius: 4px !important;
}
.cid-tJGsCG1vVL .nav-item:focus,
.cid-tJGsCG1vVL .nav-link:focus {
  outline: none;
}
.cid-tJGsCG1vVL .dropdown .dropdown-menu .dropdown-item {
  width: auto;
  transition: all .3s;
  transition-delay: 300ms;
}
.cid-tJGsCG1vVL .dropdown .dropdown-menu .dropdown-item::after {
  right: 0.5rem;
}
.cid-tJGsCG1vVL .dropdown .dropdown-menu .dropdown-item .mbr-iconfont {
  margin-right: 0.5rem;
  vertical-align: sub;
}
.cid-tJGsCG1vVL .dropdown .dropdown-menu .dropdown-item .mbr-iconfont:before {
  display: inline-block;
  transform: scale(1, 1);
  transition: all .3s;
}
.cid-tJGsCG1vVL .collapsed .dropdown-menu .dropdown-item:before {
  display: none;
}
.cid-tJGsCG1vVL .collapsed .dropdown .dropdown-menu .dropdown-item {
  padding: 0.235em 1.5em 0.235em 1.5em !important;
  transition: none;
  margin: 0 !important;
}
.cid-tJGsCG1vVL .navbar {
  min-height: 90px;
  transition: all 5s;
  border-bottom: 1px solid transparent;
  background: transparent !important;
  padding: 0 !important;
  border: none !important;
  box-shadow: none !important;
  border-radius: 0 !important;
}
.cid-tJGsCG1vVL .navbar.opened {
  transition: all 0.3s;
}
.cid-tJGsCG1vVL .navbar .dropdown-item {
  padding: 0.5rem 1.8rem;
}
.cid-tJGsCG1vVL .navbar .navbar-logo img {
  width: auto;
}
.cid-tJGsCG1vVL .navbar .navbar-collapse {
  z-index: 1;
  justify-content: flex-end;
}
.cid-tJGsCG1vVL .navbar.collapsed {
  justify-content: center;
}
.cid-tJGsCG1vVL .navbar.collapsed .nav-item .nav-link::before {
  display: none;
}
.cid-tJGsCG1vVL .navbar.collapsed.opened .dropdown-menu {
  top: 0;
}
@media (min-width: 992px) {
  .cid-tJGsCG1vVL .navbar.collapsed.opened:not(.navbar-short) .navbar-collapse {
    max-height: calc(98.5vh - 3.4rem);
  }
}
.cid-tJGsCG1vVL .navbar.collapsed .dropdown-menu .dropdown-submenu {
  left: 0 !important;
}
.cid-tJGsCG1vVL .navbar.collapsed .dropdown-menu .dropdown-item:after {
  right: auto;
}
.cid-tJGsCG1vVL .navbar.collapsed .dropdown-menu .dropdown-toggle[data-toggle="dropdown-submenu"]:after {
  margin-left: 0.5rem;
  margin-top: 0.2rem;
  border-top: 0.35em solid;
  border-right: 0.35em solid transparent;
  border-left: 0.35em solid transparent;
  border-bottom: 0;
  top: 41%;
}
.cid-tJGsCG1vVL .navbar.collapsed ul.navbar-nav li {
  margin: auto;
}
.cid-tJGsCG1vVL .navbar.collapsed .dropdown-menu .dropdown-item {
  padding: 0.25rem 0.5rem;
  text-align: center;
}
.cid-tJGsCG1vVL .navbar.collapsed .icons-menu {
  padding-left: 0;
  padding-right: 0;
  padding-top: 0.5rem;
  padding-bottom: 0.5rem;
}
@media (max-width: 767px) {
  .cid-tJGsCG1vVL .navbar {
    min-height: 72px;
  }
  .cid-tJGsCG1vVL .navbar .navbar-logo img {
    height: 2rem !important;
  }
}
@media (max-width: 991px) {
  .cid-tJGsCG1vVL .navbar .nav-item .nav-link::before {
    display: none;
  }
  .cid-tJGsCG1vVL .navbar.opened .dropdown-menu {
    top: 0;
  }
  .cid-tJGsCG1vVL .navbar .dropdown-menu .dropdown-submenu {
    left: 0 !important;
  }
  .cid-tJGsCG1vVL .navbar .dropdown-menu .dropdown-item:after {
    right: auto;
  }
  .cid-tJGsCG1vVL .navbar .dropdown-menu .dropdown-toggle[data-toggle="dropdown-submenu"]:after {
    margin-left: 0.5rem;
    margin-top: 0.2rem;
    border-top: 0.35em solid;
    border-right: 0.35em solid transparent;
    border-left: 0.35em solid transparent;
    border-bottom: 0;
    top: 40%;
  }
  .cid-tJGsCG1vVL .navbar .dropdown-menu .dropdown-item {
    padding: 0.25rem 1.5rem !important;
    text-align: center;
  }
  .cid-tJGsCG1vVL .navbar .navbar-brand {
    flex-shrink: initial;
    flex-basis: auto;
    word-break: break-word;
    padding-right: 10px;
  }
  .cid-tJGsCG1vVL .navbar .navbar-toggler {
    flex-basis: auto;
  }
  .cid-tJGsCG1vVL .navbar .icons-menu {
    padding-left: 0;
    padding-top: 0.5rem;
    padding-bottom: 0.5rem;
  }
}
.cid-tJGsCG1vVL .navbar.navbar-short .navbar-logo img {
  height: 2rem;
}
.cid-tJGsCG1vVL .dropdown-item.active,
.cid-tJGsCG1vVL .dropdown-item:active {
  background-color: transparent;
}
.cid-tJGsCG1vVL .navbar-expand-lg .navbar-nav .nav-link {
  padding: 0;
}
.cid-tJGsCG1vVL .nav-dropdown .link.dropdown-toggle {
  margin-right: 1.667em;
}
.cid-tJGsCG1vVL .nav-dropdown .link.dropdown-toggle[aria-expanded="true"] {
  margin-right: 0;
  padding: 0.667em 1.667em;
}
.cid-tJGsCG1vVL .navbar.navbar-expand-lg .dropdown .dropdown-menu {
  background: #ffffff;
}
.cid-tJGsCG1vVL .navbar.navbar-expand-lg .dropdown .dropdown-menu .dropdown-submenu {
  margin: 0;
  left: 100%;
  transform: none;
  top: -12px;
}
.cid-tJGsCG1vVL .navbar .dropdown.open > .dropdown-menu {
  display: flex;
}
.cid-tJGsCG1vVL ul.navbar-nav {
  flex-wrap: wrap;
}
.cid-tJGsCG1vVL .navbar-buttons {
  text-align: center;
  min-width: 140px;
}
@media (max-width: 992px) {
  .cid-tJGsCG1vVL .navbar-buttons {
    text-align: left;
  }
}
.cid-tJGsCG1vVL button.navbar-toggler {
  outline: none;
  width: 31px;
  height: 20px;
  cursor: pointer;
  transition: all 0.2s;
  position: relative;
  align-self: center;
}
.cid-tJGsCG1vVL button.navbar-toggler .hamburger span {
  position: absolute;
  right: 0;
  width: 30px;
  height: 2px;
  border-right: 5px;
  background-color: #06549d;
}
.cid-tJGsCG1vVL button.navbar-toggler .hamburger span:nth-child(1) {
  top: 0;
  transition: all 0.2s;
}
.cid-tJGsCG1vVL button.navbar-toggler .hamburger span:nth-child(2) {
  top: 8px;
  transition: all 0.15s;
}
.cid-tJGsCG1vVL button.navbar-toggler .hamburger span:nth-child(3) {
  top: 8px;
  transition: all 0.15s;
}
.cid-tJGsCG1vVL button.navbar-toggler .hamburger span:nth-child(4) {
  top: 16px;
  transition: all 0.2s;
}
.cid-tJGsCG1vVL nav.opened .hamburger span:nth-child(1) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-tJGsCG1vVL nav.opened .hamburger span:nth-child(2) {
  transform: rotate(45deg);
  transition: all 0.25s;
}
.cid-tJGsCG1vVL nav.opened .hamburger span:nth-child(3) {
  transform: rotate(-45deg);
  transition: all 0.25s;
}
.cid-tJGsCG1vVL nav.opened .hamburger span:nth-child(4) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-tJGsCG1vVL .navbar-dropdown {
  padding: 0 1rem;
}
.cid-tJGsCG1vVL a.nav-link {
  display: flex;
  align-items: center;
  justify-content: center;
}
.cid-tJGsCG1vVL .icons-menu {
  flex-wrap: nowrap;
  display: flex;
  justify-content: center;
  padding-left: 1rem;
  padding-right: 1rem;
  padding-top: 0.3rem;
  text-align: center;
}
@media (max-width: 992px) {
  .cid-tJGsCG1vVL .icons-menu {
    justify-content: flex-start;
    margin-bottom: .5rem;
  }
}
@media screen and (-ms-high-contrast: active), (-ms-high-contrast: none) {
  .cid-tJGsCG1vVL .navbar {
    height: 70px;
  }
  .cid-tJGsCG1vVL .navbar.opened {
    height: auto;
  }
  .cid-tJGsCG1vVL .nav-item .nav-link:hover::before {
    width: 175%;
    max-width: calc(100% + 2rem);
    left: -1rem;
  }
}
.cid-tJGsCG1vVL .navbar .dropdown > .dropdown-menu {
  display: none;
  width: max-content;
  max-width: 500px !important;
  transform: translateX(-50%);
  top: calc(100% + 20px);
  left: 50%;
}
.cid-tJGsCG1vVL .navbar .dropdown > .dropdown-menu .dropdown-item {
  line-height: 1 !important;
}
.cid-tJGsCG1vVL .navbar .dropdown > .dropdown-menu .dropdown .dropdown-item {
  align-items: center;
  display: flex;
  height: max-content !important;
  min-height: max-content !important;
}
.cid-tJGsCG1vVL .navbar .dropdown > .dropdown-menu .dropdown .dropdown-item::after {
  display: inline-block;
  position: static;
  margin-left: 0.5rem;
  margin-top: 0;
  margin-right: 0;
  margin-bottom: 0;
  transition: .3s all;
  transform: rotate(-90deg);
}
.cid-tJGsCG1vVL .navbar .dropdown > .dropdown-menu .dropdown.open .dropdown-item::after {
  transform: rotate(0deg);
}
.cid-tJGsCG1vVL .mbr-section-btn {
  margin: -0.6rem -0.6rem;
}
.cid-tJGsCG1vVL .navbar-toggler {
  margin-left: 12px;
  margin-right: 8px;
  order: 1000;
}
@media (max-width: 991px) {
  .cid-tJGsCG1vVL .navbar-brand {
    margin-right: auto;
  }
  .cid-tJGsCG1vVL .navbar-collapse {
    z-index: -1 !important;
    position: absolute;
    top: 110%;
    left: 0;
    width: 100%;
    padding: 1rem;
    border-radius: 1.5rem;
    background: #ffffff;
    opacity: 1;
    border-color: rgba(255, 255, 255, 0.9) !important;
    background: rgba(255, 255, 255, 0.9) !important;
    backdrop-filter: blur(8px);
    border-radius: 4px !important;
  }
  .cid-tJGsCG1vVL .navbar-nav .nav-item .nav-link::after {
    margin-left: 10px;
  }
  .cid-tJGsCG1vVL .navbar-nav .dropdown-item:hover {
    background-color: rgba(27, 31, 10, 0.06);
  }
  .cid-tJGsCG1vVL .navbar .dropdown > .dropdown-menu {
    max-width: 100% !important;
    transform: translateX(0);
    top: 10px;
    left: 0;
    padding: 8px !important;
    border-radius: 1rem;
    background-color: rgba(27, 31, 10, 0.04) !important;
  }
  .cid-tJGsCG1vVL .navbar .dropdown > .dropdown-menu .dropdown-item {
    padding: 8px !important;
    line-height: 1 !important;
    margin-bottom: 4px !important;
  }
  .cid-tJGsCG1vVL .navbar .dropdown > .dropdown-menu .dropdown .dropdown-item {
    align-items: center;
    display: flex;
    height: max-content !important;
    min-height: max-content !important;
  }
  .cid-tJGsCG1vVL .navbar .dropdown > .dropdown-menu .dropdown .dropdown-item::after {
    display: inline-block;
    position: static;
    margin-left: 0.5rem;
    margin-top: 0;
    margin-right: 0;
    margin-bottom: 0;
    transition: .3s all;
    transform: rotate(0deg);
  }
  .cid-tJGsCG1vVL .navbar .dropdown > .dropdown-menu .dropdown.open .dropdown-item::after {
    transform: rotate(180deg);
  }
  .cid-tJGsCG1vVL .navbar .dropdown > .dropdown-menu .dropdown-submenu {
    position: static;
    width: 100%;
    max-width: 100% !important;
    transform: translateX(0) !important;
    top: 0;
    left: 0;
    padding: 8px !important;
    border-radius: 1rem;
    background-color: rgba(27, 31, 10, 0.04) !important;
  }
  .cid-tJGsCG1vVL .navbar .dropdown.open > .dropdown-menu {
    display: flex !important;
    flex-direction: column;
    align-items: flex-start;
  }
}
@media (max-width: 575px) {
  .cid-tJGsCG1vVL .navbar-collapse {
    padding: 1rem;
  }
}
.cid-uj9xUStdTc {
  padding-top: 8rem;
  padding-bottom: 1rem;
  background-color: #06549d;
}
.cid-uj9xUStdTc .justify-content-center {
  align-items: center;
}
.cid-uj9xUStdTc .mbr-fallback-image.disabled {
  display: none;
}
.cid-uj9xUStdTc .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uj9xUStdTc .item-wrapper {
  display: flex;
  margin-left: auto;
}
@media (max-width: 767px) {
  .cid-uj9xUStdTc .item-wrapper {
    margin-bottom: 1rem;
  }
}
.cid-uj9xUStdTc .mbr-section-btn {
  padding-left: 1.5rem;
  text-align: right;
}
@media (max-width: 767px) {
  .cid-uj9xUStdTc .mbr-section-btn {
    text-align: center;
    padding-left: 0rem;
  }
}
.cid-uj9xUStdTc .row {
  align-items: center;
}
.cid-uj9xUStdTc .card-text {
  color: #ffffff;
  margin-bottom: 0px;
  text-align: left;
}
@media (max-width: 767px) {
  .cid-uj9xUStdTc .card-text {
    text-align: center;
  }
}
.cid-uj9xUSJGGh {
  padding-top: 2rem;
  padding-bottom: 0rem;
  background-color: #ffffff;
}
.cid-uj9xUSJGGh .content-head {
  max-width: 800px;
}
.cid-uj9xUSZvs9 {
  padding-top: 0rem;
  padding-bottom: 3rem;
  background-color: #ffffff;
}
.cid-uj9xUTctEp {
  padding-top: 2rem;
  padding-bottom: 6rem;
  background-color: #ffffff;
}
.cid-uj9xUTctEp .content-head {
  max-width: 800px;
}
.cid-uj9xUTrokS {
  padding-top: 90px;
  padding-bottom: 90px;
  background-color: #ffffff;
}
.cid-uj9xUTrokS .carousel-control {
  background: #000;
}
.cid-uj9xUTrokS .mbr-section-subtitle {
  color: #767676;
}
.cid-uj9xUTrokS .carousel-item {
  -webkit-justify-content: center;
  justify-content: center;
}
.cid-uj9xUTrokS .carousel-item .media-container-row {
  -webkit-flex-grow: 1;
  flex-grow: 1;
}
.cid-uj9xUTrokS .carousel-item .wrap-img {
  text-align: center;
}
.cid-uj9xUTrokS .carousel-item .wrap-img img {
  max-height: 150px;
  width: auto;
  max-width: 100%;
}
.cid-uj9xUTrokS .carousel-controls {
  display: flex;
  -webkit-justify-content: center;
  justify-content: center;
}
.cid-uj9xUTrokS .carousel-controls .carousel-control {
  background: #000;
  border-radius: 50%;
  position: static;
  width: 40px;
  height: 40px;
  margin-top: 2rem;
  border-width: 1px;
}
.cid-uj9xUTrokS .carousel-controls .carousel-control.carousel-control-prev {
  left: auto;
  margin-right: 20px;
  margin-left: 0;
}
.cid-uj9xUTrokS .carousel-controls .carousel-control.carousel-control-next {
  right: auto;
  margin-right: 0;
}
.cid-uj9xUTrokS .carousel-controls .carousel-control .mbr-iconfont {
  font-size: 1rem;
}
.cid-uj9xUTrokS .cloneditem-1,
.cid-uj9xUTrokS .cloneditem-2,
.cid-uj9xUTrokS .cloneditem-3,
.cid-uj9xUTrokS .cloneditem-4,
.cid-uj9xUTrokS .cloneditem-5 {
  display: none;
}
.cid-uj9xUTrokS .col-lg-15 {
  -webkit-box-flex: 0;
  -ms-flex: 0 0 100%;
  -webkit-flex: 0 0 100%;
  flex: 0 0 100%;
  max-width: 100%;
  position: relative;
  min-height: 1px;
  padding-right: 10px;
  padding-left: 10px;
  width: 100%;
}
@media (min-width: 992px) {
  .cid-uj9xUTrokS .col-lg-15 {
    -ms-flex: 0 0 20%;
    -webkit-flex: 0 0 20%;
    flex: 0 0 20%;
    max-width: 20%;
    width: 20%;
  }
  .cid-uj9xUTrokS .carousel-inner.slides2 > .carousel-item.active.carousel-item-right,
  .cid-uj9xUTrokS .carousel-inner.slides2 > .carousel-item.carousel-item-next {
    left: 0;
    -webkit-transform: translate3d(50%, 0, 0);
    transform: translate3d(50%, 0, 0);
  }
  .cid-uj9xUTrokS .carousel-inner.slides2 > .carousel-item.active.carousel-item-left,
  .cid-uj9xUTrokS .carousel-inner.slides2 > .carousel-item.carousel-item-prev {
    left: 0;
    -webkit-transform: translate3d(-50%, 0, 0);
    transform: translate3d(-50%, 0, 0);
  }
  .cid-uj9xUTrokS .carousel-inner.slides2 > .carousel-item.carousel-item-left,
  .cid-uj9xUTrokS .carousel-inner.slides2 > .carousel-item.carousel-item-prev.carousel-item-right,
  .cid-uj9xUTrokS .carousel-inner.slides2 > .carousel-item.active {
    left: 0;
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
  }
  .cid-uj9xUTrokS .carousel-inner.slides2 .cloneditem-1,
  .cid-uj9xUTrokS .carousel-inner.slides2 .cloneditem-2,
  .cid-uj9xUTrokS .carousel-inner.slides2 .cloneditem-3 {
    display: block;
  }
  .cid-uj9xUTrokS .carousel-inner.slides3 > .carousel-item.active.carousel-item-right,
  .cid-uj9xUTrokS .carousel-inner.slides3 > .carousel-item.carousel-item-next {
    left: 0;
    -webkit-transform: translate3d(33.333333%, 0, 0);
    transform: translate3d(33.333333%, 0, 0);
  }
  .cid-uj9xUTrokS .carousel-inner.slides3 > .carousel-item.active.carousel-item-left,
  .cid-uj9xUTrokS .carousel-inner.slides3 > .carousel-item.carousel-item-prev {
    left: 0;
    -webkit-transform: translate3d(-33.333333%, 0, 0);
    transform: translate3d(-33.333333%, 0, 0);
  }
  .cid-uj9xUTrokS .carousel-inner.slides3 > .carousel-item.carousel-item-left,
  .cid-uj9xUTrokS .carousel-inner.slides3 > .carousel-item.carousel-item-prev.carousel-item-right,
  .cid-uj9xUTrokS .carousel-inner.slides3 > .carousel-item.active {
    left: 0;
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
  }
  .cid-uj9xUTrokS .carousel-inner.slides3 .cloneditem-1,
  .cid-uj9xUTrokS .carousel-inner.slides3 .cloneditem-2,
  .cid-uj9xUTrokS .carousel-inner.slides3 .cloneditem-3 {
    display: block;
  }
  .cid-uj9xUTrokS .carousel-inner.slides4 > .carousel-item.active.carousel-item-right,
  .cid-uj9xUTrokS .carousel-inner.slides4 > .carousel-item.carousel-item-next {
    left: 0;
    -webkit-transform: translate3d(25%, 0, 0);
    transform: translate3d(25%, 0, 0);
  }
  .cid-uj9xUTrokS .carousel-inner.slides4 > .carousel-item.active.carousel-item-left,
  .cid-uj9xUTrokS .carousel-inner.slides4 > .carousel-item.carousel-item-prev {
    left: 0;
    -webkit-transform: translate3d(-25%, 0, 0);
    transform: translate3d(-25%, 0, 0);
  }
  .cid-uj9xUTrokS .carousel-inner.slides4 > .carousel-item.carousel-item-left,
  .cid-uj9xUTrokS .carousel-inner.slides4 > .carousel-item.carousel-item-prev.carousel-item-right,
  .cid-uj9xUTrokS .carousel-inner.slides4 > .carousel-item.active {
    left: 0;
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
  }
  .cid-uj9xUTrokS .carousel-inner.slides4 .cloneditem-1,
  .cid-uj9xUTrokS .carousel-inner.slides4 .cloneditem-2,
  .cid-uj9xUTrokS .carousel-inner.slides4 .cloneditem-3 {
    display: block;
  }
  .cid-uj9xUTrokS .carousel-inner.slides5 > .carousel-item.active.carousel-item-right,
  .cid-uj9xUTrokS .carousel-inner.slides5 > .carousel-item.carousel-item-next {
    left: 0;
    -webkit-transform: translate3d(20%, 0, 0);
    transform: translate3d(20%, 0, 0);
  }
  .cid-uj9xUTrokS .carousel-inner.slides5 > .carousel-item.active.carousel-item-left,
  .cid-uj9xUTrokS .carousel-inner.slides5 > .carousel-item.carousel-item-prev {
    left: 0;
    -webkit-transform: translate3d(-20%, 0, 0);
    transform: translate3d(-20%, 0, 0);
  }
  .cid-uj9xUTrokS .carousel-inner.slides5 > .carousel-item.carousel-item-left,
  .cid-uj9xUTrokS .carousel-inner.slides5 > .carousel-item.carousel-item-prev.carousel-item-right,
  .cid-uj9xUTrokS .carousel-inner.slides5 > .carousel-item.active {
    left: 0;
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
  }
  .cid-uj9xUTrokS .carousel-inner.slides5 .cloneditem-1,
  .cid-uj9xUTrokS .carousel-inner.slides5 .cloneditem-2,
  .cid-uj9xUTrokS .carousel-inner.slides5 .cloneditem-3,
  .cid-uj9xUTrokS .carousel-inner.slides5 .cloneditem-4 {
    display: block;
  }
  .cid-uj9xUTrokS .carousel-inner.slides6 > .carousel-item.active.carousel-item-right,
  .cid-uj9xUTrokS .carousel-inner.slides6 > .carousel-item.carousel-item-next {
    left: 0;
    -webkit-transform: translate3d(16.666667%, 0, 0);
    transform: translate3d(16.666667%, 0, 0);
  }
  .cid-uj9xUTrokS .carousel-inner.slides6 > .carousel-item.active.carousel-item-left,
  .cid-uj9xUTrokS .carousel-inner.slides6 > .carousel-item.carousel-item-prev {
    left: 0;
    -webkit-transform: translate3d(-16.666667%, 0, 0);
    transform: translate3d(-16.666667%, 0, 0);
  }
  .cid-uj9xUTrokS .carousel-inner.slides6 > .carousel-item.carousel-item-left,
  .cid-uj9xUTrokS .carousel-inner.slides6 > .carousel-item.carousel-item-prev.carousel-item-right,
  .cid-uj9xUTrokS .carousel-inner.slides6 > .carousel-item.active {
    left: 0;
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
  }
  .cid-uj9xUTrokS .carousel-inner.slides6 .cloneditem-1,
  .cid-uj9xUTrokS .carousel-inner.slides6 .cloneditem-2,
  .cid-uj9xUTrokS .carousel-inner.slides6 .cloneditem-3,
  .cid-uj9xUTrokS .carousel-inner.slides6 .cloneditem-4,
  .cid-uj9xUTrokS .carousel-inner.slides6 .cloneditem-5 {
    display: block;
  }
}
.cid-uj9xUUdIVu {
  padding-top: 6rem;
  padding-bottom: 6rem;
  background-color: #ffffff;
}
.cid-uj9xUUdIVu .video-wrapper iframe {
  width: 100%;
}
.cid-uj9xUUdIVu .mbr-section-title,
.cid-uj9xUUdIVu .mbr-section-subtitle,
.cid-uj9xUUdIVu .mbr-text {
  text-align: center;
}
.cid-uj9xUV9GMQ {
  padding-top: 6rem;
  padding-bottom: 6rem;
  background-color: #ffffff;
}
.cid-uj9xUV9GMQ .item-subtitle {
  line-height: 1.2;
  color: #232323;
  text-align: center;
}
.cid-uj9xUV9GMQ img,
.cid-uj9xUV9GMQ .item-img {
  width: 100%;
  height: 100%;
  height: 400px;
  object-fit: cover;
}
.cid-uj9xUV9GMQ .item:focus,
.cid-uj9xUV9GMQ span:focus {
  outline: none;
}
.cid-uj9xUV9GMQ .item {
  margin-bottom: 2rem;
}
@media (max-width: 767px) {
  .cid-uj9xUV9GMQ .item {
    margin-bottom: 1rem;
  }
}
.cid-uj9xUV9GMQ .item-wrapper {
  position: relative;
  border-radius: 4px;
  height: 100%;
  display: flex;
  flex-flow: column nowrap;
}
.cid-uj9xUV9GMQ .mbr-section-title {
  color: #232323;
}
.cid-uj9xUV9GMQ .mbr-text,
.cid-uj9xUV9GMQ .mbr-section-btn {
  color: #232323;
  text-align: center;
}
.cid-uj9xUV9GMQ .item-title {
  color: #232323;
  text-align: center;
}
.cid-uj9xUV9GMQ .content-head {
  max-width: 800px;
}
.cid-uj9xUVuJ19 {
  padding-top: 6rem;
  padding-bottom: 6rem;
  background-color: #ffffff;
}
.cid-uj9xUVuJ19 .mbr-fallback-image.disabled {
  display: none;
}
.cid-uj9xUVuJ19 .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uj9xUVJMyk {
  background-color: #ffffff;
  padding-top: 0px;
  padding-bottom: 0px;
}
.cid-uj9xUVJMyk img {
  object-fit: contain;
  border-radius: 0 !important;
}
.cid-uj9xUVWuue {
  padding-top: 6rem;
  padding-bottom: 6rem;
  background-color: #ffffff;
}
.cid-uj9xUVWuue .mbr-fallback-image.disabled {
  display: none;
}
.cid-uj9xUVWuue .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uj9xUWdYzJ {
  background-color: #ffffff;
  padding-top: 0px;
  padding-bottom: 0px;
}
.cid-uj9xUWdYzJ img {
  object-fit: contain;
  border-radius: 0 !important;
}
.cid-uj9xUWrDM2 {
  display: flex;
}
@media (min-width: 768px) {
  .cid-uj9xUWrDM2 {
    align-items: flex-end;
  }
  .cid-uj9xUWrDM2 .row {
    justify-content: flex-start;
  }
  .cid-uj9xUWrDM2 .content-wrap {
    padding: 1rem 3rem;
  }
}
@media (max-width: 991px) and (min-width: 768px) {
  .cid-uj9xUWrDM2 .content-wrap {
    min-width: 50%;
  }
}
@media (max-width: 767px) {
  .cid-uj9xUWrDM2 {
    -webkit-align-items: center;
    align-items: flex-end;
  }
  .cid-uj9xUWrDM2 .mbr-row {
    -webkit-justify-content: center;
    justify-content: center;
  }
  .cid-uj9xUWrDM2 .content-wrap {
    width: 100%;
  }
}
.cid-uj9xUWrDM2 .mbr-fallback-image.disabled {
  display: none;
}
.cid-uj9xUWrDM2 .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/background1.jpg");
}
.cid-uj9xUWrDM2 .mbr-section-title,
.cid-uj9xUWrDM2 .mbr-section-subtitle {
  text-align: left;
  color: #ffc091;
}
.cid-uj9xUWrDM2 .mbr-text,
.cid-uj9xUWrDM2 .mbr-section-btn {
  text-align: left;
}
.cid-uj9xUWICL6 {
  padding-top: 6rem;
  padding-bottom: 6rem;
  background-color: #ffffff;
}
.cid-uj9xUWICL6 .item-subtitle {
  line-height: 1.2;
  color: #232323;
  text-align: center;
}
.cid-uj9xUWICL6 img,
.cid-uj9xUWICL6 .item-img {
  width: 100%;
  height: 100%;
  height: 400px;
  object-fit: cover;
}
.cid-uj9xUWICL6 .item:focus,
.cid-uj9xUWICL6 span:focus {
  outline: none;
}
.cid-uj9xUWICL6 .item {
  margin-bottom: 2rem;
}
@media (max-width: 767px) {
  .cid-uj9xUWICL6 .item {
    margin-bottom: 1rem;
  }
}
.cid-uj9xUWICL6 .item-wrapper {
  position: relative;
  border-radius: 4px;
  height: 100%;
  display: flex;
  flex-flow: column nowrap;
}
.cid-uj9xUWICL6 .mbr-section-title {
  color: #232323;
}
.cid-uj9xUWICL6 .mbr-text,
.cid-uj9xUWICL6 .mbr-section-btn {
  color: #232323;
  text-align: center;
}
.cid-uj9xUWICL6 .item-title {
  color: #232323;
  text-align: center;
}
.cid-uj9xUWICL6 .content-head {
  max-width: 800px;
}
.cid-uj9xUX0ARq {
  padding-top: 6rem;
  padding-bottom: 6rem;
  background-color: #ffffff;
}
.cid-uj9xUX0ARq .mbr-fallback-image.disabled {
  display: none;
}
.cid-uj9xUX0ARq .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uj9xUXiysx {
  background-color: #ffffff;
  padding-top: 0px;
  padding-bottom: 0px;
}
.cid-uj9xUXiysx img {
  object-fit: contain;
  border-radius: 0 !important;
}
.cid-uj9xUXwnzL {
  padding-top: 6rem;
  padding-bottom: 6rem;
  background-color: #06549d;
}
.cid-uj9xUXwnzL .mbr-fallback-image.disabled {
  display: none;
}
.cid-uj9xUXwnzL .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uj9xUXwnzL .nav-tabs .nav-item.open .nav-link:focus,
.cid-uj9xUXwnzL .nav-tabs .nav-link.active:focus {
  outline: none;
}
.cid-uj9xUXwnzL .nav-tabs {
  flex-wrap: wrap;
  border-bottom: none;
}
@media (max-width: 767px) {
  .cid-uj9xUXwnzL .nav-item {
    width: 100%;
    margin-right: 0 !important;
    text-align: center;
  }
}
.cid-uj9xUXwnzL .nav-tabs .nav-item {
  margin-right: 1.5rem;
}
.cid-uj9xUXwnzL .nav-tabs .nav-link {
  transition: padding 0.3s ease, background-color 0.3s ease;
  border: none;
  border-radius: 2rem !important;
  padding: 1.25rem 0!important;
  background-color: transparent!important;
  overflow: hidden!important;
}
.cid-uj9xUXwnzL .nav-tabs .nav-link:not(.active) {
  color: #ffffff;
}
.cid-uj9xUXwnzL .nav-tabs .nav-link.active {
  color: #06549d !important;
  background-color: #ffffff !important;
  padding: 1.25rem 2rem!important;
}
.cid-uj9xUXwnzL .mbr-section-title {
  text-align: center;
  color: #ffffff;
}
.cid-uj9xUXwnzL .mbr-section-subtitle {
  text-align: center;
  color: #ffffff;
}
.cid-uj9xUXwnzL .mbr-text {
  color: #ffffff;
  margin: 0;
  text-align: center;
}
.cid-uj9xUXwnzL .content-head {
  max-width: 800px;
}
.cid-uj9xUXwnzL .item-wrapper {
  background-color: #06549d;
  padding: 2.25rem;
}
@media (max-width: 767px) {
  .cid-uj9xUXwnzL .item-wrapper {
    padding: 2rem 1.5rem;
  }
}
.cid-uj9xUXTvw5 {
  padding-top: 6rem;
  padding-bottom: 6rem;
  background-color: #ffffff;
}
.cid-uj9xUXTvw5 .mbr-fallback-image.disabled {
  display: none;
}
.cid-uj9xUXTvw5 .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uj9xUYclzq {
  background-color: #ffffff;
  padding-top: 0px;
  padding-bottom: 0px;
}
.cid-uj9xUYclzq img {
  object-fit: contain;
  border-radius: 0 !important;
}
.cid-uj9xUYrtFk {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-color: #edefeb;
}
.cid-uj9xUYrtFk .mbr-text {
  color: #000000;
}
.cid-uj9xUYrtFk .mbr-section-subtitle {
  color: #000000;
}
.cid-uj9xUYrtFk .mbr-section-title {
  color: #000000;
  text-align: center;
}
.cid-uj9xUYrtFk .mbr-text,
.cid-uj9xUYrtFk .item .mbr-section-btn {
  text-align: left;
}
.cid-uj9xUYrtFk .item-wrapper {
  background: #ffffff;
  margin-bottom: 2rem;
  padding: 2.25rem;
}
@media (min-width: 992px) and (max-width: 1200px) {
  .cid-uj9xUYrtFk .item-wrapper {
    padding: 2rem 1.5rem;
    margin-bottom: 2rem;
  }
}
@media (max-width: 767px) {
  .cid-uj9xUYrtFk .item-wrapper {
    padding: 2rem 1.5rem;
    margin-bottom: 1rem;
  }
}
.cid-uduqU6836b {
  padding-top: 2rem;
  padding-bottom: 3rem;
  background-image: url("../../../assets/images/white-background-2000x1334.jpeg");
}
.cid-uduqU6836b .logogree {
  position: relative;
  width: 100%;
}
.cid-uduqU6836b .agree {
  object-position: right;
  width: 40%;
  height: auto;
  object-fit: contain;
  display: block;
  border-radius: 0% !important;
}
.cid-uduqU6836b .mbr-fallback-image.disabled {
  display: none;
}
.cid-uduqU6836b .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uduqU6836b .footer-col {
  justify-content: space-between;
  display: flex;
}
@media (max-width: 767px) {
  .cid-uduqU6836b .footer-col {
    flex-direction: column;
  }
}
.cid-uduqU6836b .row {
  background: #ffffff;
  padding: 4rem 3rem;
  border-radius: 2rem;
  margin: 0px;
}
@media (max-width: 767px) {
  .cid-uduqU6836b .row {
    padding: 2rem 0.5rem;
  }
}
@media (min-width: 768px) and (max-width: 991px) {
  .cid-uduqU6836b .row {
    padding: 2.25rem 1.25rem;
  }
}
@media (min-width: 992px) {
  .cid-uduqU6836b .row {
    padding: 4rem 3rem;
  }
}
@media (max-width: 767px) {
  .cid-uduqU6836b .mbr-section-btn {
    text-align: center;
  }
}
.cid-uduqU6836b .social-row {
  display: flex;
  flex-wrap: wrap;
}
.cid-uduqU6836b .soc-item {
  margin: 8px;
}
.cid-uduqU6836b .soc-item a:hover .mbr-iconfont,
.cid-uduqU6836b .soc-item a:focus .mbr-iconfont {
  background-color: #232323;
}
.cid-uduqU6836b .soc-item a .mbr-iconfont {
  width: 72px;
  height: 72px;
  display: flex;
  align-items: center;
  justify-content: center;
  border-radius: 100%;
  font-size: 20px;
  background-color: #06549d;
  color: #ffffff;
  transition: all 0.3s ease-in-out;
}
@media (max-width: 767px) {
  .cid-uduqU6836b .row {
    text-align: center;
  }
  .cid-uduqU6836b .social-row {
    justify-content: center;
  }
}
.cid-uduqU6836b .list {
  list-style: none;
  padding-left: 0;
  color: #502274;
}
@media (max-width: 991px) {
  .cid-uduqU6836b .list {
    margin-bottom: 2rem;
  }
}
@media (min-width: 992px) {
  .cid-uduqU6836b .list {
    margin-bottom: 0rem;
  }
}
.cid-uduqU6836b .mbr-text {
  color: #bbbbbb;
}
.cid-uduqU6836b .mbr-section-subtitle {
  color: #000000;
  text-align: left;
}
.cid-uduqU6836b .list,
.cid-uduqU6836b .item-wrap {
  color: #232323;
  text-align: left;
}
.cid-uduqU6836b .copyright {
  color: #000000;
  text-align: center;
}
.cid-uduqU6836b H5 {
  text-align: left;
}
.cid-tJGsCG1vVL {
  z-index: 1000;
  width: 100%;
  position: inherit;
}
.cid-tJGsCG1vVL .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 .3s;
}
@media (max-width: 767px) {
  .cid-tJGsCG1vVL .navbar-toggler {
    transform: scale(0.8);
  }
}
.cid-tJGsCG1vVL .navbar-brand {
  flex-shrink: 0;
  align-items: center;
  margin-right: 0;
  padding: 10px 0;
  transition: all 2s;
  word-break: break-word;
  z-index: 1;
}
.cid-tJGsCG1vVL .navbar-brand img {
  max-width: 100%;
  max-height: 100%;
  border-radius: 0px !important;
}
.cid-tJGsCG1vVL .navbar-brand .navbar-caption {
  line-height: inherit !important;
}
.cid-tJGsCG1vVL .navbar-brand .navbar-logo a {
  outline: none;
}
.cid-tJGsCG1vVL .navbar-nav {
  margin: auto;
  margin-left: 0;
  margin-left: auto;
}
.cid-tJGsCG1vVL .navbar-nav .nav-item {
  padding: 0 !important;
  transition: .3s all !important;
}
.cid-tJGsCG1vVL .navbar-nav .nav-item .nav-link {
  padding: 16px !important;
  margin: 0 !important;
  border-radius: 1rem !important;
  transition: .3s all !important;
  border-radius: 4px !important;
}
.cid-tJGsCG1vVL .navbar-nav .nav-item .nav-link:hover {
  background-color: rgba(27, 31, 10, 0.06);
}
.cid-tJGsCG1vVL .navbar-nav .open .nav-link::after {
  transform: rotate(180deg);
}
@media (min-width: 992px) {
  .cid-tJGsCG1vVL .navbar-nav .open .nav-link::before {
    content: "";
    width: 100%;
    height: 20px;
    top: 100%;
    background: transparent;
    position: absolute;
  }
}
.cid-tJGsCG1vVL .navbar-nav .dropdown-item {
  padding: 12px !important;
  border-radius: 0.5rem !important;
  margin: 0 8px !important;
  transition: .3s all !important;
  border-radius: 4px !important;
}
.cid-tJGsCG1vVL .navbar-nav .dropdown-item:hover {
  background-color: rgba(27, 31, 10, 0.06);
}
@media (min-width: 992px) {
  .cid-tJGsCG1vVL .navbar-nav {
    padding-left: 1.5rem;
  }
}
.cid-tJGsCG1vVL .nav-link {
  width: fit-content;
  position: relative;
}
.cid-tJGsCG1vVL .navbar-logo {
  padding-left: 2rem;
  margin: 0 !important;
}
@media (max-width: 767px) {
  .cid-tJGsCG1vVL .navbar-logo {
    padding-left: 1rem;
  }
}
.cid-tJGsCG1vVL .navbar-caption {
  padding-left: 1rem;
  padding-right: .5rem;
}
@media (max-width: 767px) {
  .cid-tJGsCG1vVL .nav-dropdown {
    padding-bottom: 0.5rem;
  }
}
.cid-tJGsCG1vVL .nav-dropdown .link.dropdown-toggle::after {
  margin-left: 0.5rem;
  margin-top: 0.2rem;
  transition: .3s all;
  transition-delay: 300ms;
}
.cid-tJGsCG1vVL .container {
  display: flex;
  height: 90px;
  padding: 0.5rem 0.6rem;
  flex-wrap: nowrap;
  background: rgba(255, 255, 255, 0.9) !important;
  left: 0;
  right: 0;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: flex-end;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  border-radius: 100vw;
  margin-top: 1rem;
  background-color: #ffffff;
  box-shadow: 0 30px 60px 0 rgba(27, 31, 10, 0.08);
  border-radius: 4px !important;
}
@media (max-width: 992px) {
  .cid-tJGsCG1vVL .container {
    padding-right: 2rem;
  }
}
@media (max-width: 767px) {
  .cid-tJGsCG1vVL .container {
    width: 95%;
    height: 56px !important;
    padding-right: 1rem;
    margin-top: 0rem;
  }
}
.cid-tJGsCG1vVL .iconfont-wrapper {
  color: #0c2c68 !important;
  font-size: 1.5rem;
  padding-right: 0.5rem;
}
.cid-tJGsCG1vVL .dropdown-menu {
  flex-wrap: wrap;
  flex-direction: column;
  max-width: 100%;
  padding: 12px 4px !important;
  border-radius: 1.5rem;
  transition: .3s all !important;
  transition-delay: 300ms;
  min-width: auto;
  background: #ffffff;
  background: rgba(255, 255, 255, 0.9) !important;
  border-radius: 4px !important;
}
.cid-tJGsCG1vVL .nav-item:focus,
.cid-tJGsCG1vVL .nav-link:focus {
  outline: none;
}
.cid-tJGsCG1vVL .dropdown .dropdown-menu .dropdown-item {
  width: auto;
  transition: all .3s;
  transition-delay: 300ms;
}
.cid-tJGsCG1vVL .dropdown .dropdown-menu .dropdown-item::after {
  right: 0.5rem;
}
.cid-tJGsCG1vVL .dropdown .dropdown-menu .dropdown-item .mbr-iconfont {
  margin-right: 0.5rem;
  vertical-align: sub;
}
.cid-tJGsCG1vVL .dropdown .dropdown-menu .dropdown-item .mbr-iconfont:before {
  display: inline-block;
  transform: scale(1, 1);
  transition: all .3s;
}
.cid-tJGsCG1vVL .collapsed .dropdown-menu .dropdown-item:before {
  display: none;
}
.cid-tJGsCG1vVL .collapsed .dropdown .dropdown-menu .dropdown-item {
  padding: 0.235em 1.5em 0.235em 1.5em !important;
  transition: none;
  margin: 0 !important;
}
.cid-tJGsCG1vVL .navbar {
  min-height: 90px;
  transition: all 5s;
  border-bottom: 1px solid transparent;
  background: transparent !important;
  padding: 0 !important;
  border: none !important;
  box-shadow: none !important;
  border-radius: 0 !important;
}
.cid-tJGsCG1vVL .navbar.opened {
  transition: all 0.3s;
}
.cid-tJGsCG1vVL .navbar .dropdown-item {
  padding: 0.5rem 1.8rem;
}
.cid-tJGsCG1vVL .navbar .navbar-logo img {
  width: auto;
}
.cid-tJGsCG1vVL .navbar .navbar-collapse {
  z-index: 1;
  justify-content: flex-end;
}
.cid-tJGsCG1vVL .navbar.collapsed {
  justify-content: center;
}
.cid-tJGsCG1vVL .navbar.collapsed .nav-item .nav-link::before {
  display: none;
}
.cid-tJGsCG1vVL .navbar.collapsed.opened .dropdown-menu {
  top: 0;
}
@media (min-width: 992px) {
  .cid-tJGsCG1vVL .navbar.collapsed.opened:not(.navbar-short) .navbar-collapse {
    max-height: calc(98.5vh - 3.4rem);
  }
}
.cid-tJGsCG1vVL .navbar.collapsed .dropdown-menu .dropdown-submenu {
  left: 0 !important;
}
.cid-tJGsCG1vVL .navbar.collapsed .dropdown-menu .dropdown-item:after {
  right: auto;
}
.cid-tJGsCG1vVL .navbar.collapsed .dropdown-menu .dropdown-toggle[data-toggle="dropdown-submenu"]:after {
  margin-left: 0.5rem;
  margin-top: 0.2rem;
  border-top: 0.35em solid;
  border-right: 0.35em solid transparent;
  border-left: 0.35em solid transparent;
  border-bottom: 0;
  top: 41%;
}
.cid-tJGsCG1vVL .navbar.collapsed ul.navbar-nav li {
  margin: auto;
}
.cid-tJGsCG1vVL .navbar.collapsed .dropdown-menu .dropdown-item {
  padding: 0.25rem 0.5rem;
  text-align: center;
}
.cid-tJGsCG1vVL .navbar.collapsed .icons-menu {
  padding-left: 0;
  padding-right: 0;
  padding-top: 0.5rem;
  padding-bottom: 0.5rem;
}
@media (max-width: 767px) {
  .cid-tJGsCG1vVL .navbar {
    min-height: 72px;
  }
  .cid-tJGsCG1vVL .navbar .navbar-logo img {
    height: 2rem !important;
  }
}
@media (max-width: 991px) {
  .cid-tJGsCG1vVL .navbar .nav-item .nav-link::before {
    display: none;
  }
  .cid-tJGsCG1vVL .navbar.opened .dropdown-menu {
    top: 0;
  }
  .cid-tJGsCG1vVL .navbar .dropdown-menu .dropdown-submenu {
    left: 0 !important;
  }
  .cid-tJGsCG1vVL .navbar .dropdown-menu .dropdown-item:after {
    right: auto;
  }
  .cid-tJGsCG1vVL .navbar .dropdown-menu .dropdown-toggle[data-toggle="dropdown-submenu"]:after {
    margin-left: 0.5rem;
    margin-top: 0.2rem;
    border-top: 0.35em solid;
    border-right: 0.35em solid transparent;
    border-left: 0.35em solid transparent;
    border-bottom: 0;
    top: 40%;
  }
  .cid-tJGsCG1vVL .navbar .dropdown-menu .dropdown-item {
    padding: 0.25rem 1.5rem !important;
    text-align: center;
  }
  .cid-tJGsCG1vVL .navbar .navbar-brand {
    flex-shrink: initial;
    flex-basis: auto;
    word-break: break-word;
    padding-right: 10px;
  }
  .cid-tJGsCG1vVL .navbar .navbar-toggler {
    flex-basis: auto;
  }
  .cid-tJGsCG1vVL .navbar .icons-menu {
    padding-left: 0;
    padding-top: 0.5rem;
    padding-bottom: 0.5rem;
  }
}
.cid-tJGsCG1vVL .navbar.navbar-short .navbar-logo img {
  height: 2rem;
}
.cid-tJGsCG1vVL .dropdown-item.active,
.cid-tJGsCG1vVL .dropdown-item:active {
  background-color: transparent;
}
.cid-tJGsCG1vVL .navbar-expand-lg .navbar-nav .nav-link {
  padding: 0;
}
.cid-tJGsCG1vVL .nav-dropdown .link.dropdown-toggle {
  margin-right: 1.667em;
}
.cid-tJGsCG1vVL .nav-dropdown .link.dropdown-toggle[aria-expanded="true"] {
  margin-right: 0;
  padding: 0.667em 1.667em;
}
.cid-tJGsCG1vVL .navbar.navbar-expand-lg .dropdown .dropdown-menu {
  background: #ffffff;
}
.cid-tJGsCG1vVL .navbar.navbar-expand-lg .dropdown .dropdown-menu .dropdown-submenu {
  margin: 0;
  left: 100%;
  transform: none;
  top: -12px;
}
.cid-tJGsCG1vVL .navbar .dropdown.open > .dropdown-menu {
  display: flex;
}
.cid-tJGsCG1vVL ul.navbar-nav {
  flex-wrap: wrap;
}
.cid-tJGsCG1vVL .navbar-buttons {
  text-align: center;
  min-width: 140px;
}
@media (max-width: 992px) {
  .cid-tJGsCG1vVL .navbar-buttons {
    text-align: left;
  }
}
.cid-tJGsCG1vVL button.navbar-toggler {
  outline: none;
  width: 31px;
  height: 20px;
  cursor: pointer;
  transition: all 0.2s;
  position: relative;
  align-self: center;
}
.cid-tJGsCG1vVL button.navbar-toggler .hamburger span {
  position: absolute;
  right: 0;
  width: 30px;
  height: 2px;
  border-right: 5px;
  background-color: #06549d;
}
.cid-tJGsCG1vVL button.navbar-toggler .hamburger span:nth-child(1) {
  top: 0;
  transition: all 0.2s;
}
.cid-tJGsCG1vVL button.navbar-toggler .hamburger span:nth-child(2) {
  top: 8px;
  transition: all 0.15s;
}
.cid-tJGsCG1vVL button.navbar-toggler .hamburger span:nth-child(3) {
  top: 8px;
  transition: all 0.15s;
}
.cid-tJGsCG1vVL button.navbar-toggler .hamburger span:nth-child(4) {
  top: 16px;
  transition: all 0.2s;
}
.cid-tJGsCG1vVL nav.opened .hamburger span:nth-child(1) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-tJGsCG1vVL nav.opened .hamburger span:nth-child(2) {
  transform: rotate(45deg);
  transition: all 0.25s;
}
.cid-tJGsCG1vVL nav.opened .hamburger span:nth-child(3) {
  transform: rotate(-45deg);
  transition: all 0.25s;
}
.cid-tJGsCG1vVL nav.opened .hamburger span:nth-child(4) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-tJGsCG1vVL .navbar-dropdown {
  padding: 0 1rem;
}
.cid-tJGsCG1vVL a.nav-link {
  display: flex;
  align-items: center;
  justify-content: center;
}
.cid-tJGsCG1vVL .icons-menu {
  flex-wrap: nowrap;
  display: flex;
  justify-content: center;
  padding-left: 1rem;
  padding-right: 1rem;
  padding-top: 0.3rem;
  text-align: center;
}
@media (max-width: 992px) {
  .cid-tJGsCG1vVL .icons-menu {
    justify-content: flex-start;
    margin-bottom: .5rem;
  }
}
@media screen and (-ms-high-contrast: active), (-ms-high-contrast: none) {
  .cid-tJGsCG1vVL .navbar {
    height: 70px;
  }
  .cid-tJGsCG1vVL .navbar.opened {
    height: auto;
  }
  .cid-tJGsCG1vVL .nav-item .nav-link:hover::before {
    width: 175%;
    max-width: calc(100% + 2rem);
    left: -1rem;
  }
}
.cid-tJGsCG1vVL .navbar .dropdown > .dropdown-menu {
  display: none;
  width: max-content;
  max-width: 500px !important;
  transform: translateX(-50%);
  top: calc(100% + 20px);
  left: 50%;
}
.cid-tJGsCG1vVL .navbar .dropdown > .dropdown-menu .dropdown-item {
  line-height: 1 !important;
}
.cid-tJGsCG1vVL .navbar .dropdown > .dropdown-menu .dropdown .dropdown-item {
  align-items: center;
  display: flex;
  height: max-content !important;
  min-height: max-content !important;
}
.cid-tJGsCG1vVL .navbar .dropdown > .dropdown-menu .dropdown .dropdown-item::after {
  display: inline-block;
  position: static;
  margin-left: 0.5rem;
  margin-top: 0;
  margin-right: 0;
  margin-bottom: 0;
  transition: .3s all;
  transform: rotate(-90deg);
}
.cid-tJGsCG1vVL .navbar .dropdown > .dropdown-menu .dropdown.open .dropdown-item::after {
  transform: rotate(0deg);
}
.cid-tJGsCG1vVL .mbr-section-btn {
  margin: -0.6rem -0.6rem;
}
.cid-tJGsCG1vVL .navbar-toggler {
  margin-left: 12px;
  margin-right: 8px;
  order: 1000;
}
@media (max-width: 991px) {
  .cid-tJGsCG1vVL .navbar-brand {
    margin-right: auto;
  }
  .cid-tJGsCG1vVL .navbar-collapse {
    z-index: -1 !important;
    position: absolute;
    top: 110%;
    left: 0;
    width: 100%;
    padding: 1rem;
    border-radius: 1.5rem;
    background: #ffffff;
    opacity: 1;
    border-color: rgba(255, 255, 255, 0.9) !important;
    background: rgba(255, 255, 255, 0.9) !important;
    backdrop-filter: blur(8px);
    border-radius: 4px !important;
  }
  .cid-tJGsCG1vVL .navbar-nav .nav-item .nav-link::after {
    margin-left: 10px;
  }
  .cid-tJGsCG1vVL .navbar-nav .dropdown-item:hover {
    background-color: rgba(27, 31, 10, 0.06);
  }
  .cid-tJGsCG1vVL .navbar .dropdown > .dropdown-menu {
    max-width: 100% !important;
    transform: translateX(0);
    top: 10px;
    left: 0;
    padding: 8px !important;
    border-radius: 1rem;
    background-color: rgba(27, 31, 10, 0.04) !important;
  }
  .cid-tJGsCG1vVL .navbar .dropdown > .dropdown-menu .dropdown-item {
    padding: 8px !important;
    line-height: 1 !important;
    margin-bottom: 4px !important;
  }
  .cid-tJGsCG1vVL .navbar .dropdown > .dropdown-menu .dropdown .dropdown-item {
    align-items: center;
    display: flex;
    height: max-content !important;
    min-height: max-content !important;
  }
  .cid-tJGsCG1vVL .navbar .dropdown > .dropdown-menu .dropdown .dropdown-item::after {
    display: inline-block;
    position: static;
    margin-left: 0.5rem;
    margin-top: 0;
    margin-right: 0;
    margin-bottom: 0;
    transition: .3s all;
    transform: rotate(0deg);
  }
  .cid-tJGsCG1vVL .navbar .dropdown > .dropdown-menu .dropdown.open .dropdown-item::after {
    transform: rotate(180deg);
  }
  .cid-tJGsCG1vVL .navbar .dropdown > .dropdown-menu .dropdown-submenu {
    position: static;
    width: 100%;
    max-width: 100% !important;
    transform: translateX(0) !important;
    top: 0;
    left: 0;
    padding: 8px !important;
    border-radius: 1rem;
    background-color: rgba(27, 31, 10, 0.04) !important;
  }
  .cid-tJGsCG1vVL .navbar .dropdown.open > .dropdown-menu {
    display: flex !important;
    flex-direction: column;
    align-items: flex-start;
  }
}
@media (max-width: 575px) {
  .cid-tJGsCG1vVL .navbar-collapse {
    padding: 1rem;
  }
}
.cid-uj9ybzAE8c {
  padding-top: 8rem;
  padding-bottom: 1rem;
  background-color: #06549d;
}
.cid-uj9ybzAE8c .justify-content-center {
  align-items: center;
}
.cid-uj9ybzAE8c .mbr-fallback-image.disabled {
  display: none;
}
.cid-uj9ybzAE8c .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uj9ybzAE8c .item-wrapper {
  display: flex;
  margin-left: auto;
}
@media (max-width: 767px) {
  .cid-uj9ybzAE8c .item-wrapper {
    margin-bottom: 1rem;
  }
}
.cid-uj9ybzAE8c .mbr-section-btn {
  padding-left: 1.5rem;
  text-align: right;
}
@media (max-width: 767px) {
  .cid-uj9ybzAE8c .mbr-section-btn {
    text-align: center;
    padding-left: 0rem;
  }
}
.cid-uj9ybzAE8c .row {
  align-items: center;
}
.cid-uj9ybzAE8c .card-text {
  color: #ffffff;
  margin-bottom: 0px;
  text-align: left;
}
@media (max-width: 767px) {
  .cid-uj9ybzAE8c .card-text {
    text-align: center;
  }
}
.cid-uj9ybzUqMm {
  padding-top: 2rem;
  padding-bottom: 0rem;
  background-color: #ffffff;
}
.cid-uj9ybzUqMm .content-head {
  max-width: 800px;
}
.cid-uj9ybAkzEs {
  padding-top: 0rem;
  padding-bottom: 3rem;
  background-color: #ffffff;
}
.cid-uj9ybAAJUt {
  padding-top: 2rem;
  padding-bottom: 6rem;
  background-color: #ffffff;
}
.cid-uj9ybAAJUt .content-head {
  max-width: 800px;
}
.cid-uj9ybASuLI {
  padding-top: 90px;
  padding-bottom: 90px;
  background-color: #ffffff;
}
.cid-uj9ybASuLI .carousel-control {
  background: #000;
}
.cid-uj9ybASuLI .mbr-section-subtitle {
  color: #767676;
}
.cid-uj9ybASuLI .carousel-item {
  -webkit-justify-content: center;
  justify-content: center;
}
.cid-uj9ybASuLI .carousel-item .media-container-row {
  -webkit-flex-grow: 1;
  flex-grow: 1;
}
.cid-uj9ybASuLI .carousel-item .wrap-img {
  text-align: center;
}
.cid-uj9ybASuLI .carousel-item .wrap-img img {
  max-height: 150px;
  width: auto;
  max-width: 100%;
}
.cid-uj9ybASuLI .carousel-controls {
  display: flex;
  -webkit-justify-content: center;
  justify-content: center;
}
.cid-uj9ybASuLI .carousel-controls .carousel-control {
  background: #000;
  border-radius: 50%;
  position: static;
  width: 40px;
  height: 40px;
  margin-top: 2rem;
  border-width: 1px;
}
.cid-uj9ybASuLI .carousel-controls .carousel-control.carousel-control-prev {
  left: auto;
  margin-right: 20px;
  margin-left: 0;
}
.cid-uj9ybASuLI .carousel-controls .carousel-control.carousel-control-next {
  right: auto;
  margin-right: 0;
}
.cid-uj9ybASuLI .carousel-controls .carousel-control .mbr-iconfont {
  font-size: 1rem;
}
.cid-uj9ybASuLI .cloneditem-1,
.cid-uj9ybASuLI .cloneditem-2,
.cid-uj9ybASuLI .cloneditem-3,
.cid-uj9ybASuLI .cloneditem-4,
.cid-uj9ybASuLI .cloneditem-5 {
  display: none;
}
.cid-uj9ybASuLI .col-lg-15 {
  -webkit-box-flex: 0;
  -ms-flex: 0 0 100%;
  -webkit-flex: 0 0 100%;
  flex: 0 0 100%;
  max-width: 100%;
  position: relative;
  min-height: 1px;
  padding-right: 10px;
  padding-left: 10px;
  width: 100%;
}
@media (min-width: 992px) {
  .cid-uj9ybASuLI .col-lg-15 {
    -ms-flex: 0 0 20%;
    -webkit-flex: 0 0 20%;
    flex: 0 0 20%;
    max-width: 20%;
    width: 20%;
  }
  .cid-uj9ybASuLI .carousel-inner.slides2 > .carousel-item.active.carousel-item-right,
  .cid-uj9ybASuLI .carousel-inner.slides2 > .carousel-item.carousel-item-next {
    left: 0;
    -webkit-transform: translate3d(50%, 0, 0);
    transform: translate3d(50%, 0, 0);
  }
  .cid-uj9ybASuLI .carousel-inner.slides2 > .carousel-item.active.carousel-item-left,
  .cid-uj9ybASuLI .carousel-inner.slides2 > .carousel-item.carousel-item-prev {
    left: 0;
    -webkit-transform: translate3d(-50%, 0, 0);
    transform: translate3d(-50%, 0, 0);
  }
  .cid-uj9ybASuLI .carousel-inner.slides2 > .carousel-item.carousel-item-left,
  .cid-uj9ybASuLI .carousel-inner.slides2 > .carousel-item.carousel-item-prev.carousel-item-right,
  .cid-uj9ybASuLI .carousel-inner.slides2 > .carousel-item.active {
    left: 0;
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
  }
  .cid-uj9ybASuLI .carousel-inner.slides2 .cloneditem-1,
  .cid-uj9ybASuLI .carousel-inner.slides2 .cloneditem-2,
  .cid-uj9ybASuLI .carousel-inner.slides2 .cloneditem-3 {
    display: block;
  }
  .cid-uj9ybASuLI .carousel-inner.slides3 > .carousel-item.active.carousel-item-right,
  .cid-uj9ybASuLI .carousel-inner.slides3 > .carousel-item.carousel-item-next {
    left: 0;
    -webkit-transform: translate3d(33.333333%, 0, 0);
    transform: translate3d(33.333333%, 0, 0);
  }
  .cid-uj9ybASuLI .carousel-inner.slides3 > .carousel-item.active.carousel-item-left,
  .cid-uj9ybASuLI .carousel-inner.slides3 > .carousel-item.carousel-item-prev {
    left: 0;
    -webkit-transform: translate3d(-33.333333%, 0, 0);
    transform: translate3d(-33.333333%, 0, 0);
  }
  .cid-uj9ybASuLI .carousel-inner.slides3 > .carousel-item.carousel-item-left,
  .cid-uj9ybASuLI .carousel-inner.slides3 > .carousel-item.carousel-item-prev.carousel-item-right,
  .cid-uj9ybASuLI .carousel-inner.slides3 > .carousel-item.active {
    left: 0;
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
  }
  .cid-uj9ybASuLI .carousel-inner.slides3 .cloneditem-1,
  .cid-uj9ybASuLI .carousel-inner.slides3 .cloneditem-2,
  .cid-uj9ybASuLI .carousel-inner.slides3 .cloneditem-3 {
    display: block;
  }
  .cid-uj9ybASuLI .carousel-inner.slides4 > .carousel-item.active.carousel-item-right,
  .cid-uj9ybASuLI .carousel-inner.slides4 > .carousel-item.carousel-item-next {
    left: 0;
    -webkit-transform: translate3d(25%, 0, 0);
    transform: translate3d(25%, 0, 0);
  }
  .cid-uj9ybASuLI .carousel-inner.slides4 > .carousel-item.active.carousel-item-left,
  .cid-uj9ybASuLI .carousel-inner.slides4 > .carousel-item.carousel-item-prev {
    left: 0;
    -webkit-transform: translate3d(-25%, 0, 0);
    transform: translate3d(-25%, 0, 0);
  }
  .cid-uj9ybASuLI .carousel-inner.slides4 > .carousel-item.carousel-item-left,
  .cid-uj9ybASuLI .carousel-inner.slides4 > .carousel-item.carousel-item-prev.carousel-item-right,
  .cid-uj9ybASuLI .carousel-inner.slides4 > .carousel-item.active {
    left: 0;
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
  }
  .cid-uj9ybASuLI .carousel-inner.slides4 .cloneditem-1,
  .cid-uj9ybASuLI .carousel-inner.slides4 .cloneditem-2,
  .cid-uj9ybASuLI .carousel-inner.slides4 .cloneditem-3 {
    display: block;
  }
  .cid-uj9ybASuLI .carousel-inner.slides5 > .carousel-item.active.carousel-item-right,
  .cid-uj9ybASuLI .carousel-inner.slides5 > .carousel-item.carousel-item-next {
    left: 0;
    -webkit-transform: translate3d(20%, 0, 0);
    transform: translate3d(20%, 0, 0);
  }
  .cid-uj9ybASuLI .carousel-inner.slides5 > .carousel-item.active.carousel-item-left,
  .cid-uj9ybASuLI .carousel-inner.slides5 > .carousel-item.carousel-item-prev {
    left: 0;
    -webkit-transform: translate3d(-20%, 0, 0);
    transform: translate3d(-20%, 0, 0);
  }
  .cid-uj9ybASuLI .carousel-inner.slides5 > .carousel-item.carousel-item-left,
  .cid-uj9ybASuLI .carousel-inner.slides5 > .carousel-item.carousel-item-prev.carousel-item-right,
  .cid-uj9ybASuLI .carousel-inner.slides5 > .carousel-item.active {
    left: 0;
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
  }
  .cid-uj9ybASuLI .carousel-inner.slides5 .cloneditem-1,
  .cid-uj9ybASuLI .carousel-inner.slides5 .cloneditem-2,
  .cid-uj9ybASuLI .carousel-inner.slides5 .cloneditem-3,
  .cid-uj9ybASuLI .carousel-inner.slides5 .cloneditem-4 {
    display: block;
  }
  .cid-uj9ybASuLI .carousel-inner.slides6 > .carousel-item.active.carousel-item-right,
  .cid-uj9ybASuLI .carousel-inner.slides6 > .carousel-item.carousel-item-next {
    left: 0;
    -webkit-transform: translate3d(16.666667%, 0, 0);
    transform: translate3d(16.666667%, 0, 0);
  }
  .cid-uj9ybASuLI .carousel-inner.slides6 > .carousel-item.active.carousel-item-left,
  .cid-uj9ybASuLI .carousel-inner.slides6 > .carousel-item.carousel-item-prev {
    left: 0;
    -webkit-transform: translate3d(-16.666667%, 0, 0);
    transform: translate3d(-16.666667%, 0, 0);
  }
  .cid-uj9ybASuLI .carousel-inner.slides6 > .carousel-item.carousel-item-left,
  .cid-uj9ybASuLI .carousel-inner.slides6 > .carousel-item.carousel-item-prev.carousel-item-right,
  .cid-uj9ybASuLI .carousel-inner.slides6 > .carousel-item.active {
    left: 0;
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
  }
  .cid-uj9ybASuLI .carousel-inner.slides6 .cloneditem-1,
  .cid-uj9ybASuLI .carousel-inner.slides6 .cloneditem-2,
  .cid-uj9ybASuLI .carousel-inner.slides6 .cloneditem-3,
  .cid-uj9ybASuLI .carousel-inner.slides6 .cloneditem-4,
  .cid-uj9ybASuLI .carousel-inner.slides6 .cloneditem-5 {
    display: block;
  }
}
.cid-uj9ybBQUyi {
  padding-top: 6rem;
  padding-bottom: 6rem;
  background-color: #ffffff;
}
.cid-uj9ybBQUyi .video-wrapper iframe {
  width: 100%;
}
.cid-uj9ybBQUyi .mbr-section-title,
.cid-uj9ybBQUyi .mbr-section-subtitle,
.cid-uj9ybBQUyi .mbr-text {
  text-align: center;
}
.cid-uj9ybD9q7a {
  padding-top: 6rem;
  padding-bottom: 6rem;
  background-color: #ffffff;
}
.cid-uj9ybD9q7a .item-subtitle {
  line-height: 1.2;
  color: #232323;
  text-align: center;
}
.cid-uj9ybD9q7a img,
.cid-uj9ybD9q7a .item-img {
  width: 100%;
  height: 100%;
  height: 400px;
  object-fit: cover;
}
.cid-uj9ybD9q7a .item:focus,
.cid-uj9ybD9q7a span:focus {
  outline: none;
}
.cid-uj9ybD9q7a .item {
  margin-bottom: 2rem;
}
@media (max-width: 767px) {
  .cid-uj9ybD9q7a .item {
    margin-bottom: 1rem;
  }
}
.cid-uj9ybD9q7a .item-wrapper {
  position: relative;
  border-radius: 4px;
  height: 100%;
  display: flex;
  flex-flow: column nowrap;
}
.cid-uj9ybD9q7a .mbr-section-title {
  color: #232323;
}
.cid-uj9ybD9q7a .mbr-text,
.cid-uj9ybD9q7a .mbr-section-btn {
  color: #232323;
  text-align: center;
}
.cid-uj9ybD9q7a .item-title {
  color: #232323;
  text-align: center;
}
.cid-uj9ybD9q7a .content-head {
  max-width: 800px;
}
.cid-uj9ybDDCMH {
  padding-top: 6rem;
  padding-bottom: 6rem;
  background-color: #ffffff;
}
.cid-uj9ybDDCMH .mbr-fallback-image.disabled {
  display: none;
}
.cid-uj9ybDDCMH .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uj9ybDZ9sO {
  background-color: #ffffff;
  padding-top: 0px;
  padding-bottom: 0px;
}
.cid-uj9ybDZ9sO img {
  object-fit: contain;
  border-radius: 0 !important;
}
.cid-uj9ybEhp67 {
  padding-top: 6rem;
  padding-bottom: 6rem;
  background-color: #ffffff;
}
.cid-uj9ybEhp67 .mbr-fallback-image.disabled {
  display: none;
}
.cid-uj9ybEhp67 .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uj9ybEDVDG {
  background-color: #ffffff;
  padding-top: 0px;
  padding-bottom: 0px;
}
.cid-uj9ybEDVDG img {
  object-fit: contain;
  border-radius: 0 !important;
}
.cid-uj9ybEYoaW {
  display: flex;
}
@media (min-width: 768px) {
  .cid-uj9ybEYoaW {
    align-items: flex-end;
  }
  .cid-uj9ybEYoaW .row {
    justify-content: flex-start;
  }
  .cid-uj9ybEYoaW .content-wrap {
    padding: 1rem 3rem;
  }
}
@media (max-width: 991px) and (min-width: 768px) {
  .cid-uj9ybEYoaW .content-wrap {
    min-width: 50%;
  }
}
@media (max-width: 767px) {
  .cid-uj9ybEYoaW {
    -webkit-align-items: center;
    align-items: flex-end;
  }
  .cid-uj9ybEYoaW .mbr-row {
    -webkit-justify-content: center;
    justify-content: center;
  }
  .cid-uj9ybEYoaW .content-wrap {
    width: 100%;
  }
}
.cid-uj9ybEYoaW .mbr-fallback-image.disabled {
  display: none;
}
.cid-uj9ybEYoaW .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/background1.jpg");
}
.cid-uj9ybEYoaW .mbr-section-title,
.cid-uj9ybEYoaW .mbr-section-subtitle {
  text-align: left;
  color: #ffc091;
}
.cid-uj9ybEYoaW .mbr-text,
.cid-uj9ybEYoaW .mbr-section-btn {
  text-align: left;
}
.cid-uj9ybFmjON {
  padding-top: 6rem;
  padding-bottom: 6rem;
  background-color: #ffffff;
}
.cid-uj9ybFmjON .item-subtitle {
  line-height: 1.2;
  color: #232323;
  text-align: center;
}
.cid-uj9ybFmjON img,
.cid-uj9ybFmjON .item-img {
  width: 100%;
  height: 100%;
  height: 400px;
  object-fit: cover;
}
.cid-uj9ybFmjON .item:focus,
.cid-uj9ybFmjON span:focus {
  outline: none;
}
.cid-uj9ybFmjON .item {
  margin-bottom: 2rem;
}
@media (max-width: 767px) {
  .cid-uj9ybFmjON .item {
    margin-bottom: 1rem;
  }
}
.cid-uj9ybFmjON .item-wrapper {
  position: relative;
  border-radius: 4px;
  height: 100%;
  display: flex;
  flex-flow: column nowrap;
}
.cid-uj9ybFmjON .mbr-section-title {
  color: #232323;
}
.cid-uj9ybFmjON .mbr-text,
.cid-uj9ybFmjON .mbr-section-btn {
  color: #232323;
  text-align: center;
}
.cid-uj9ybFmjON .item-title {
  color: #232323;
  text-align: center;
}
.cid-uj9ybFmjON .content-head {
  max-width: 800px;
}
.cid-uj9ybFRwSa {
  padding-top: 6rem;
  padding-bottom: 6rem;
  background-color: #ffffff;
}
.cid-uj9ybFRwSa .mbr-fallback-image.disabled {
  display: none;
}
.cid-uj9ybFRwSa .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uj9ybGgDx8 {
  background-color: #ffffff;
  padding-top: 0px;
  padding-bottom: 0px;
}
.cid-uj9ybGgDx8 img {
  object-fit: contain;
  border-radius: 0 !important;
}
.cid-uj9ybGyIow {
  padding-top: 6rem;
  padding-bottom: 6rem;
  background-color: #06549d;
}
.cid-uj9ybGyIow .mbr-fallback-image.disabled {
  display: none;
}
.cid-uj9ybGyIow .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uj9ybGyIow .nav-tabs .nav-item.open .nav-link:focus,
.cid-uj9ybGyIow .nav-tabs .nav-link.active:focus {
  outline: none;
}
.cid-uj9ybGyIow .nav-tabs {
  flex-wrap: wrap;
  border-bottom: none;
}
@media (max-width: 767px) {
  .cid-uj9ybGyIow .nav-item {
    width: 100%;
    margin-right: 0 !important;
    text-align: center;
  }
}
.cid-uj9ybGyIow .nav-tabs .nav-item {
  margin-right: 1.5rem;
}
.cid-uj9ybGyIow .nav-tabs .nav-link {
  transition: padding 0.3s ease, background-color 0.3s ease;
  border: none;
  border-radius: 2rem !important;
  padding: 1.25rem 0!important;
  background-color: transparent!important;
  overflow: hidden!important;
}
.cid-uj9ybGyIow .nav-tabs .nav-link:not(.active) {
  color: #ffffff;
}
.cid-uj9ybGyIow .nav-tabs .nav-link.active {
  color: #06549d !important;
  background-color: #ffffff !important;
  padding: 1.25rem 2rem!important;
}
.cid-uj9ybGyIow .mbr-section-title {
  text-align: center;
  color: #ffffff;
}
.cid-uj9ybGyIow .mbr-section-subtitle {
  text-align: center;
  color: #ffffff;
}
.cid-uj9ybGyIow .mbr-text {
  color: #ffffff;
  margin: 0;
  text-align: center;
}
.cid-uj9ybGyIow .content-head {
  max-width: 800px;
}
.cid-uj9ybGyIow .item-wrapper {
  background-color: #06549d;
  padding: 2.25rem;
}
@media (max-width: 767px) {
  .cid-uj9ybGyIow .item-wrapper {
    padding: 2rem 1.5rem;
  }
}
.cid-uj9ybH5BF9 {
  padding-top: 6rem;
  padding-bottom: 6rem;
  background-color: #ffffff;
}
.cid-uj9ybH5BF9 .mbr-fallback-image.disabled {
  display: none;
}
.cid-uj9ybH5BF9 .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uj9ybHwB1C {
  background-color: #ffffff;
  padding-top: 0px;
  padding-bottom: 0px;
}
.cid-uj9ybHwB1C img {
  object-fit: contain;
  border-radius: 0 !important;
}
.cid-uj9ybHPGLi {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-color: #edefeb;
}
.cid-uj9ybHPGLi .mbr-text {
  color: #000000;
}
.cid-uj9ybHPGLi .mbr-section-subtitle {
  color: #000000;
}
.cid-uj9ybHPGLi .mbr-section-title {
  color: #000000;
  text-align: center;
}
.cid-uj9ybHPGLi .mbr-text,
.cid-uj9ybHPGLi .item .mbr-section-btn {
  text-align: left;
}
.cid-uj9ybHPGLi .item-wrapper {
  background: #ffffff;
  margin-bottom: 2rem;
  padding: 2.25rem;
}
@media (min-width: 992px) and (max-width: 1200px) {
  .cid-uj9ybHPGLi .item-wrapper {
    padding: 2rem 1.5rem;
    margin-bottom: 2rem;
  }
}
@media (max-width: 767px) {
  .cid-uj9ybHPGLi .item-wrapper {
    padding: 2rem 1.5rem;
    margin-bottom: 1rem;
  }
}
.cid-uduqU6836b {
  padding-top: 2rem;
  padding-bottom: 3rem;
  background-image: url("../../../assets/images/white-background-2000x1334.jpeg");
}
.cid-uduqU6836b .logogree {
  position: relative;
  width: 100%;
}
.cid-uduqU6836b .agree {
  object-position: right;
  width: 40%;
  height: auto;
  object-fit: contain;
  display: block;
  border-radius: 0% !important;
}
.cid-uduqU6836b .mbr-fallback-image.disabled {
  display: none;
}
.cid-uduqU6836b .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uduqU6836b .footer-col {
  justify-content: space-between;
  display: flex;
}
@media (max-width: 767px) {
  .cid-uduqU6836b .footer-col {
    flex-direction: column;
  }
}
.cid-uduqU6836b .row {
  background: #ffffff;
  padding: 4rem 3rem;
  border-radius: 2rem;
  margin: 0px;
}
@media (max-width: 767px) {
  .cid-uduqU6836b .row {
    padding: 2rem 0.5rem;
  }
}
@media (min-width: 768px) and (max-width: 991px) {
  .cid-uduqU6836b .row {
    padding: 2.25rem 1.25rem;
  }
}
@media (min-width: 992px) {
  .cid-uduqU6836b .row {
    padding: 4rem 3rem;
  }
}
@media (max-width: 767px) {
  .cid-uduqU6836b .mbr-section-btn {
    text-align: center;
  }
}
.cid-uduqU6836b .social-row {
  display: flex;
  flex-wrap: wrap;
}
.cid-uduqU6836b .soc-item {
  margin: 8px;
}
.cid-uduqU6836b .soc-item a:hover .mbr-iconfont,
.cid-uduqU6836b .soc-item a:focus .mbr-iconfont {
  background-color: #232323;
}
.cid-uduqU6836b .soc-item a .mbr-iconfont {
  width: 72px;
  height: 72px;
  display: flex;
  align-items: center;
  justify-content: center;
  border-radius: 100%;
  font-size: 20px;
  background-color: #06549d;
  color: #ffffff;
  transition: all 0.3s ease-in-out;
}
@media (max-width: 767px) {
  .cid-uduqU6836b .row {
    text-align: center;
  }
  .cid-uduqU6836b .social-row {
    justify-content: center;
  }
}
.cid-uduqU6836b .list {
  list-style: none;
  padding-left: 0;
  color: #502274;
}
@media (max-width: 991px) {
  .cid-uduqU6836b .list {
    margin-bottom: 2rem;
  }
}
@media (min-width: 992px) {
  .cid-uduqU6836b .list {
    margin-bottom: 0rem;
  }
}
.cid-uduqU6836b .mbr-text {
  color: #bbbbbb;
}
.cid-uduqU6836b .mbr-section-subtitle {
  color: #000000;
  text-align: left;
}
.cid-uduqU6836b .list,
.cid-uduqU6836b .item-wrap {
  color: #232323;
  text-align: left;
}
.cid-uduqU6836b .copyright {
  color: #000000;
  text-align: center;
}
.cid-uduqU6836b H5 {
  text-align: left;
}
.cid-tJGsCG1vVL {
  z-index: 1000;
  width: 100%;
  position: inherit;
}
.cid-tJGsCG1vVL .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 .3s;
}
@media (max-width: 767px) {
  .cid-tJGsCG1vVL .navbar-toggler {
    transform: scale(0.8);
  }
}
.cid-tJGsCG1vVL .navbar-brand {
  flex-shrink: 0;
  align-items: center;
  margin-right: 0;
  padding: 10px 0;
  transition: all 2s;
  word-break: break-word;
  z-index: 1;
}
.cid-tJGsCG1vVL .navbar-brand img {
  max-width: 100%;
  max-height: 100%;
  border-radius: 0px !important;
}
.cid-tJGsCG1vVL .navbar-brand .navbar-caption {
  line-height: inherit !important;
}
.cid-tJGsCG1vVL .navbar-brand .navbar-logo a {
  outline: none;
}
.cid-tJGsCG1vVL .navbar-nav {
  margin: auto;
  margin-left: 0;
  margin-left: auto;
}
.cid-tJGsCG1vVL .navbar-nav .nav-item {
  padding: 0 !important;
  transition: .3s all !important;
}
.cid-tJGsCG1vVL .navbar-nav .nav-item .nav-link {
  padding: 16px !important;
  margin: 0 !important;
  border-radius: 1rem !important;
  transition: .3s all !important;
  border-radius: 4px !important;
}
.cid-tJGsCG1vVL .navbar-nav .nav-item .nav-link:hover {
  background-color: rgba(27, 31, 10, 0.06);
}
.cid-tJGsCG1vVL .navbar-nav .open .nav-link::after {
  transform: rotate(180deg);
}
@media (min-width: 992px) {
  .cid-tJGsCG1vVL .navbar-nav .open .nav-link::before {
    content: "";
    width: 100%;
    height: 20px;
    top: 100%;
    background: transparent;
    position: absolute;
  }
}
.cid-tJGsCG1vVL .navbar-nav .dropdown-item {
  padding: 12px !important;
  border-radius: 0.5rem !important;
  margin: 0 8px !important;
  transition: .3s all !important;
  border-radius: 4px !important;
}
.cid-tJGsCG1vVL .navbar-nav .dropdown-item:hover {
  background-color: rgba(27, 31, 10, 0.06);
}
@media (min-width: 992px) {
  .cid-tJGsCG1vVL .navbar-nav {
    padding-left: 1.5rem;
  }
}
.cid-tJGsCG1vVL .nav-link {
  width: fit-content;
  position: relative;
}
.cid-tJGsCG1vVL .navbar-logo {
  padding-left: 2rem;
  margin: 0 !important;
}
@media (max-width: 767px) {
  .cid-tJGsCG1vVL .navbar-logo {
    padding-left: 1rem;
  }
}
.cid-tJGsCG1vVL .navbar-caption {
  padding-left: 1rem;
  padding-right: .5rem;
}
@media (max-width: 767px) {
  .cid-tJGsCG1vVL .nav-dropdown {
    padding-bottom: 0.5rem;
  }
}
.cid-tJGsCG1vVL .nav-dropdown .link.dropdown-toggle::after {
  margin-left: 0.5rem;
  margin-top: 0.2rem;
  transition: .3s all;
  transition-delay: 300ms;
}
.cid-tJGsCG1vVL .container {
  display: flex;
  height: 90px;
  padding: 0.5rem 0.6rem;
  flex-wrap: nowrap;
  background: rgba(255, 255, 255, 0.9) !important;
  left: 0;
  right: 0;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: flex-end;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  border-radius: 100vw;
  margin-top: 1rem;
  background-color: #ffffff;
  box-shadow: 0 30px 60px 0 rgba(27, 31, 10, 0.08);
  border-radius: 4px !important;
}
@media (max-width: 992px) {
  .cid-tJGsCG1vVL .container {
    padding-right: 2rem;
  }
}
@media (max-width: 767px) {
  .cid-tJGsCG1vVL .container {
    width: 95%;
    height: 56px !important;
    padding-right: 1rem;
    margin-top: 0rem;
  }
}
.cid-tJGsCG1vVL .iconfont-wrapper {
  color: #0c2c68 !important;
  font-size: 1.5rem;
  padding-right: 0.5rem;
}
.cid-tJGsCG1vVL .dropdown-menu {
  flex-wrap: wrap;
  flex-direction: column;
  max-width: 100%;
  padding: 12px 4px !important;
  border-radius: 1.5rem;
  transition: .3s all !important;
  transition-delay: 300ms;
  min-width: auto;
  background: #ffffff;
  background: rgba(255, 255, 255, 0.9) !important;
  border-radius: 4px !important;
}
.cid-tJGsCG1vVL .nav-item:focus,
.cid-tJGsCG1vVL .nav-link:focus {
  outline: none;
}
.cid-tJGsCG1vVL .dropdown .dropdown-menu .dropdown-item {
  width: auto;
  transition: all .3s;
  transition-delay: 300ms;
}
.cid-tJGsCG1vVL .dropdown .dropdown-menu .dropdown-item::after {
  right: 0.5rem;
}
.cid-tJGsCG1vVL .dropdown .dropdown-menu .dropdown-item .mbr-iconfont {
  margin-right: 0.5rem;
  vertical-align: sub;
}
.cid-tJGsCG1vVL .dropdown .dropdown-menu .dropdown-item .mbr-iconfont:before {
  display: inline-block;
  transform: scale(1, 1);
  transition: all .3s;
}
.cid-tJGsCG1vVL .collapsed .dropdown-menu .dropdown-item:before {
  display: none;
}
.cid-tJGsCG1vVL .collapsed .dropdown .dropdown-menu .dropdown-item {
  padding: 0.235em 1.5em 0.235em 1.5em !important;
  transition: none;
  margin: 0 !important;
}
.cid-tJGsCG1vVL .navbar {
  min-height: 90px;
  transition: all 5s;
  border-bottom: 1px solid transparent;
  background: transparent !important;
  padding: 0 !important;
  border: none !important;
  box-shadow: none !important;
  border-radius: 0 !important;
}
.cid-tJGsCG1vVL .navbar.opened {
  transition: all 0.3s;
}
.cid-tJGsCG1vVL .navbar .dropdown-item {
  padding: 0.5rem 1.8rem;
}
.cid-tJGsCG1vVL .navbar .navbar-logo img {
  width: auto;
}
.cid-tJGsCG1vVL .navbar .navbar-collapse {
  z-index: 1;
  justify-content: flex-end;
}
.cid-tJGsCG1vVL .navbar.collapsed {
  justify-content: center;
}
.cid-tJGsCG1vVL .navbar.collapsed .nav-item .nav-link::before {
  display: none;
}
.cid-tJGsCG1vVL .navbar.collapsed.opened .dropdown-menu {
  top: 0;
}
@media (min-width: 992px) {
  .cid-tJGsCG1vVL .navbar.collapsed.opened:not(.navbar-short) .navbar-collapse {
    max-height: calc(98.5vh - 3.4rem);
  }
}
.cid-tJGsCG1vVL .navbar.collapsed .dropdown-menu .dropdown-submenu {
  left: 0 !important;
}
.cid-tJGsCG1vVL .navbar.collapsed .dropdown-menu .dropdown-item:after {
  right: auto;
}
.cid-tJGsCG1vVL .navbar.collapsed .dropdown-menu .dropdown-toggle[data-toggle="dropdown-submenu"]:after {
  margin-left: 0.5rem;
  margin-top: 0.2rem;
  border-top: 0.35em solid;
  border-right: 0.35em solid transparent;
  border-left: 0.35em solid transparent;
  border-bottom: 0;
  top: 41%;
}
.cid-tJGsCG1vVL .navbar.collapsed ul.navbar-nav li {
  margin: auto;
}
.cid-tJGsCG1vVL .navbar.collapsed .dropdown-menu .dropdown-item {
  padding: 0.25rem 0.5rem;
  text-align: center;
}
.cid-tJGsCG1vVL .navbar.collapsed .icons-menu {
  padding-left: 0;
  padding-right: 0;
  padding-top: 0.5rem;
  padding-bottom: 0.5rem;
}
@media (max-width: 767px) {
  .cid-tJGsCG1vVL .navbar {
    min-height: 72px;
  }
  .cid-tJGsCG1vVL .navbar .navbar-logo img {
    height: 2rem !important;
  }
}
@media (max-width: 991px) {
  .cid-tJGsCG1vVL .navbar .nav-item .nav-link::before {
    display: none;
  }
  .cid-tJGsCG1vVL .navbar.opened .dropdown-menu {
    top: 0;
  }
  .cid-tJGsCG1vVL .navbar .dropdown-menu .dropdown-submenu {
    left: 0 !important;
  }
  .cid-tJGsCG1vVL .navbar .dropdown-menu .dropdown-item:after {
    right: auto;
  }
  .cid-tJGsCG1vVL .navbar .dropdown-menu .dropdown-toggle[data-toggle="dropdown-submenu"]:after {
    margin-left: 0.5rem;
    margin-top: 0.2rem;
    border-top: 0.35em solid;
    border-right: 0.35em solid transparent;
    border-left: 0.35em solid transparent;
    border-bottom: 0;
    top: 40%;
  }
  .cid-tJGsCG1vVL .navbar .dropdown-menu .dropdown-item {
    padding: 0.25rem 1.5rem !important;
    text-align: center;
  }
  .cid-tJGsCG1vVL .navbar .navbar-brand {
    flex-shrink: initial;
    flex-basis: auto;
    word-break: break-word;
    padding-right: 10px;
  }
  .cid-tJGsCG1vVL .navbar .navbar-toggler {
    flex-basis: auto;
  }
  .cid-tJGsCG1vVL .navbar .icons-menu {
    padding-left: 0;
    padding-top: 0.5rem;
    padding-bottom: 0.5rem;
  }
}
.cid-tJGsCG1vVL .navbar.navbar-short .navbar-logo img {
  height: 2rem;
}
.cid-tJGsCG1vVL .dropdown-item.active,
.cid-tJGsCG1vVL .dropdown-item:active {
  background-color: transparent;
}
.cid-tJGsCG1vVL .navbar-expand-lg .navbar-nav .nav-link {
  padding: 0;
}
.cid-tJGsCG1vVL .nav-dropdown .link.dropdown-toggle {
  margin-right: 1.667em;
}
.cid-tJGsCG1vVL .nav-dropdown .link.dropdown-toggle[aria-expanded="true"] {
  margin-right: 0;
  padding: 0.667em 1.667em;
}
.cid-tJGsCG1vVL .navbar.navbar-expand-lg .dropdown .dropdown-menu {
  background: #ffffff;
}
.cid-tJGsCG1vVL .navbar.navbar-expand-lg .dropdown .dropdown-menu .dropdown-submenu {
  margin: 0;
  left: 100%;
  transform: none;
  top: -12px;
}
.cid-tJGsCG1vVL .navbar .dropdown.open > .dropdown-menu {
  display: flex;
}
.cid-tJGsCG1vVL ul.navbar-nav {
  flex-wrap: wrap;
}
.cid-tJGsCG1vVL .navbar-buttons {
  text-align: center;
  min-width: 140px;
}
@media (max-width: 992px) {
  .cid-tJGsCG1vVL .navbar-buttons {
    text-align: left;
  }
}
.cid-tJGsCG1vVL button.navbar-toggler {
  outline: none;
  width: 31px;
  height: 20px;
  cursor: pointer;
  transition: all 0.2s;
  position: relative;
  align-self: center;
}
.cid-tJGsCG1vVL button.navbar-toggler .hamburger span {
  position: absolute;
  right: 0;
  width: 30px;
  height: 2px;
  border-right: 5px;
  background-color: #06549d;
}
.cid-tJGsCG1vVL button.navbar-toggler .hamburger span:nth-child(1) {
  top: 0;
  transition: all 0.2s;
}
.cid-tJGsCG1vVL button.navbar-toggler .hamburger span:nth-child(2) {
  top: 8px;
  transition: all 0.15s;
}
.cid-tJGsCG1vVL button.navbar-toggler .hamburger span:nth-child(3) {
  top: 8px;
  transition: all 0.15s;
}
.cid-tJGsCG1vVL button.navbar-toggler .hamburger span:nth-child(4) {
  top: 16px;
  transition: all 0.2s;
}
.cid-tJGsCG1vVL nav.opened .hamburger span:nth-child(1) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-tJGsCG1vVL nav.opened .hamburger span:nth-child(2) {
  transform: rotate(45deg);
  transition: all 0.25s;
}
.cid-tJGsCG1vVL nav.opened .hamburger span:nth-child(3) {
  transform: rotate(-45deg);
  transition: all 0.25s;
}
.cid-tJGsCG1vVL nav.opened .hamburger span:nth-child(4) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-tJGsCG1vVL .navbar-dropdown {
  padding: 0 1rem;
}
.cid-tJGsCG1vVL a.nav-link {
  display: flex;
  align-items: center;
  justify-content: center;
}
.cid-tJGsCG1vVL .icons-menu {
  flex-wrap: nowrap;
  display: flex;
  justify-content: center;
  padding-left: 1rem;
  padding-right: 1rem;
  padding-top: 0.3rem;
  text-align: center;
}
@media (max-width: 992px) {
  .cid-tJGsCG1vVL .icons-menu {
    justify-content: flex-start;
    margin-bottom: .5rem;
  }
}
@media screen and (-ms-high-contrast: active), (-ms-high-contrast: none) {
  .cid-tJGsCG1vVL .navbar {
    height: 70px;
  }
  .cid-tJGsCG1vVL .navbar.opened {
    height: auto;
  }
  .cid-tJGsCG1vVL .nav-item .nav-link:hover::before {
    width: 175%;
    max-width: calc(100% + 2rem);
    left: -1rem;
  }
}
.cid-tJGsCG1vVL .navbar .dropdown > .dropdown-menu {
  display: none;
  width: max-content;
  max-width: 500px !important;
  transform: translateX(-50%);
  top: calc(100% + 20px);
  left: 50%;
}
.cid-tJGsCG1vVL .navbar .dropdown > .dropdown-menu .dropdown-item {
  line-height: 1 !important;
}
.cid-tJGsCG1vVL .navbar .dropdown > .dropdown-menu .dropdown .dropdown-item {
  align-items: center;
  display: flex;
  height: max-content !important;
  min-height: max-content !important;
}
.cid-tJGsCG1vVL .navbar .dropdown > .dropdown-menu .dropdown .dropdown-item::after {
  display: inline-block;
  position: static;
  margin-left: 0.5rem;
  margin-top: 0;
  margin-right: 0;
  margin-bottom: 0;
  transition: .3s all;
  transform: rotate(-90deg);
}
.cid-tJGsCG1vVL .navbar .dropdown > .dropdown-menu .dropdown.open .dropdown-item::after {
  transform: rotate(0deg);
}
.cid-tJGsCG1vVL .mbr-section-btn {
  margin: -0.6rem -0.6rem;
}
.cid-tJGsCG1vVL .navbar-toggler {
  margin-left: 12px;
  margin-right: 8px;
  order: 1000;
}
@media (max-width: 991px) {
  .cid-tJGsCG1vVL .navbar-brand {
    margin-right: auto;
  }
  .cid-tJGsCG1vVL .navbar-collapse {
    z-index: -1 !important;
    position: absolute;
    top: 110%;
    left: 0;
    width: 100%;
    padding: 1rem;
    border-radius: 1.5rem;
    background: #ffffff;
    opacity: 1;
    border-color: rgba(255, 255, 255, 0.9) !important;
    background: rgba(255, 255, 255, 0.9) !important;
    backdrop-filter: blur(8px);
    border-radius: 4px !important;
  }
  .cid-tJGsCG1vVL .navbar-nav .nav-item .nav-link::after {
    margin-left: 10px;
  }
  .cid-tJGsCG1vVL .navbar-nav .dropdown-item:hover {
    background-color: rgba(27, 31, 10, 0.06);
  }
  .cid-tJGsCG1vVL .navbar .dropdown > .dropdown-menu {
    max-width: 100% !important;
    transform: translateX(0);
    top: 10px;
    left: 0;
    padding: 8px !important;
    border-radius: 1rem;
    background-color: rgba(27, 31, 10, 0.04) !important;
  }
  .cid-tJGsCG1vVL .navbar .dropdown > .dropdown-menu .dropdown-item {
    padding: 8px !important;
    line-height: 1 !important;
    margin-bottom: 4px !important;
  }
  .cid-tJGsCG1vVL .navbar .dropdown > .dropdown-menu .dropdown .dropdown-item {
    align-items: center;
    display: flex;
    height: max-content !important;
    min-height: max-content !important;
  }
  .cid-tJGsCG1vVL .navbar .dropdown > .dropdown-menu .dropdown .dropdown-item::after {
    display: inline-block;
    position: static;
    margin-left: 0.5rem;
    margin-top: 0;
    margin-right: 0;
    margin-bottom: 0;
    transition: .3s all;
    transform: rotate(0deg);
  }
  .cid-tJGsCG1vVL .navbar .dropdown > .dropdown-menu .dropdown.open .dropdown-item::after {
    transform: rotate(180deg);
  }
  .cid-tJGsCG1vVL .navbar .dropdown > .dropdown-menu .dropdown-submenu {
    position: static;
    width: 100%;
    max-width: 100% !important;
    transform: translateX(0) !important;
    top: 0;
    left: 0;
    padding: 8px !important;
    border-radius: 1rem;
    background-color: rgba(27, 31, 10, 0.04) !important;
  }
  .cid-tJGsCG1vVL .navbar .dropdown.open > .dropdown-menu {
    display: flex !important;
    flex-direction: column;
    align-items: flex-start;
  }
}
@media (max-width: 575px) {
  .cid-tJGsCG1vVL .navbar-collapse {
    padding: 1rem;
  }
}
.cid-uj9zED2dzh {
  padding-top: 8rem;
  padding-bottom: 1rem;
  background-color: #06549d;
}
.cid-uj9zED2dzh .justify-content-center {
  align-items: center;
}
.cid-uj9zED2dzh .mbr-fallback-image.disabled {
  display: none;
}
.cid-uj9zED2dzh .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uj9zED2dzh .item-wrapper {
  display: flex;
  margin-left: auto;
}
@media (max-width: 767px) {
  .cid-uj9zED2dzh .item-wrapper {
    margin-bottom: 1rem;
  }
}
.cid-uj9zED2dzh .mbr-section-btn {
  padding-left: 1.5rem;
  text-align: right;
}
@media (max-width: 767px) {
  .cid-uj9zED2dzh .mbr-section-btn {
    text-align: center;
    padding-left: 0rem;
  }
}
.cid-uj9zED2dzh .row {
  align-items: center;
}
.cid-uj9zED2dzh .card-text {
  color: #ffffff;
  margin-bottom: 0px;
  text-align: left;
}
@media (max-width: 767px) {
  .cid-uj9zED2dzh .card-text {
    text-align: center;
  }
}
.cid-uj9zEDhI4X {
  padding-top: 2rem;
  padding-bottom: 0rem;
  background-color: #ffffff;
}
.cid-uj9zEDhI4X .content-head {
  max-width: 800px;
}
.cid-uj9zEDxMjK {
  padding-top: 0rem;
  padding-bottom: 3rem;
  background-color: #ffffff;
}
.cid-uj9zEDLtGg {
  padding-top: 2rem;
  padding-bottom: 6rem;
  background-color: #ffffff;
}
.cid-uj9zEDLtGg .content-head {
  max-width: 800px;
}
.cid-uj9zEDY8mv {
  padding-top: 90px;
  padding-bottom: 90px;
  background-color: #ffffff;
}
.cid-uj9zEDY8mv .carousel-control {
  background: #000;
}
.cid-uj9zEDY8mv .mbr-section-subtitle {
  color: #767676;
}
.cid-uj9zEDY8mv .carousel-item {
  -webkit-justify-content: center;
  justify-content: center;
}
.cid-uj9zEDY8mv .carousel-item .media-container-row {
  -webkit-flex-grow: 1;
  flex-grow: 1;
}
.cid-uj9zEDY8mv .carousel-item .wrap-img {
  text-align: center;
}
.cid-uj9zEDY8mv .carousel-item .wrap-img img {
  max-height: 150px;
  width: auto;
  max-width: 100%;
}
.cid-uj9zEDY8mv .carousel-controls {
  display: flex;
  -webkit-justify-content: center;
  justify-content: center;
}
.cid-uj9zEDY8mv .carousel-controls .carousel-control {
  background: #000;
  border-radius: 50%;
  position: static;
  width: 40px;
  height: 40px;
  margin-top: 2rem;
  border-width: 1px;
}
.cid-uj9zEDY8mv .carousel-controls .carousel-control.carousel-control-prev {
  left: auto;
  margin-right: 20px;
  margin-left: 0;
}
.cid-uj9zEDY8mv .carousel-controls .carousel-control.carousel-control-next {
  right: auto;
  margin-right: 0;
}
.cid-uj9zEDY8mv .carousel-controls .carousel-control .mbr-iconfont {
  font-size: 1rem;
}
.cid-uj9zEDY8mv .cloneditem-1,
.cid-uj9zEDY8mv .cloneditem-2,
.cid-uj9zEDY8mv .cloneditem-3,
.cid-uj9zEDY8mv .cloneditem-4,
.cid-uj9zEDY8mv .cloneditem-5 {
  display: none;
}
.cid-uj9zEDY8mv .col-lg-15 {
  -webkit-box-flex: 0;
  -ms-flex: 0 0 100%;
  -webkit-flex: 0 0 100%;
  flex: 0 0 100%;
  max-width: 100%;
  position: relative;
  min-height: 1px;
  padding-right: 10px;
  padding-left: 10px;
  width: 100%;
}
@media (min-width: 992px) {
  .cid-uj9zEDY8mv .col-lg-15 {
    -ms-flex: 0 0 20%;
    -webkit-flex: 0 0 20%;
    flex: 0 0 20%;
    max-width: 20%;
    width: 20%;
  }
  .cid-uj9zEDY8mv .carousel-inner.slides2 > .carousel-item.active.carousel-item-right,
  .cid-uj9zEDY8mv .carousel-inner.slides2 > .carousel-item.carousel-item-next {
    left: 0;
    -webkit-transform: translate3d(50%, 0, 0);
    transform: translate3d(50%, 0, 0);
  }
  .cid-uj9zEDY8mv .carousel-inner.slides2 > .carousel-item.active.carousel-item-left,
  .cid-uj9zEDY8mv .carousel-inner.slides2 > .carousel-item.carousel-item-prev {
    left: 0;
    -webkit-transform: translate3d(-50%, 0, 0);
    transform: translate3d(-50%, 0, 0);
  }
  .cid-uj9zEDY8mv .carousel-inner.slides2 > .carousel-item.carousel-item-left,
  .cid-uj9zEDY8mv .carousel-inner.slides2 > .carousel-item.carousel-item-prev.carousel-item-right,
  .cid-uj9zEDY8mv .carousel-inner.slides2 > .carousel-item.active {
    left: 0;
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
  }
  .cid-uj9zEDY8mv .carousel-inner.slides2 .cloneditem-1,
  .cid-uj9zEDY8mv .carousel-inner.slides2 .cloneditem-2,
  .cid-uj9zEDY8mv .carousel-inner.slides2 .cloneditem-3 {
    display: block;
  }
  .cid-uj9zEDY8mv .carousel-inner.slides3 > .carousel-item.active.carousel-item-right,
  .cid-uj9zEDY8mv .carousel-inner.slides3 > .carousel-item.carousel-item-next {
    left: 0;
    -webkit-transform: translate3d(33.333333%, 0, 0);
    transform: translate3d(33.333333%, 0, 0);
  }
  .cid-uj9zEDY8mv .carousel-inner.slides3 > .carousel-item.active.carousel-item-left,
  .cid-uj9zEDY8mv .carousel-inner.slides3 > .carousel-item.carousel-item-prev {
    left: 0;
    -webkit-transform: translate3d(-33.333333%, 0, 0);
    transform: translate3d(-33.333333%, 0, 0);
  }
  .cid-uj9zEDY8mv .carousel-inner.slides3 > .carousel-item.carousel-item-left,
  .cid-uj9zEDY8mv .carousel-inner.slides3 > .carousel-item.carousel-item-prev.carousel-item-right,
  .cid-uj9zEDY8mv .carousel-inner.slides3 > .carousel-item.active {
    left: 0;
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
  }
  .cid-uj9zEDY8mv .carousel-inner.slides3 .cloneditem-1,
  .cid-uj9zEDY8mv .carousel-inner.slides3 .cloneditem-2,
  .cid-uj9zEDY8mv .carousel-inner.slides3 .cloneditem-3 {
    display: block;
  }
  .cid-uj9zEDY8mv .carousel-inner.slides4 > .carousel-item.active.carousel-item-right,
  .cid-uj9zEDY8mv .carousel-inner.slides4 > .carousel-item.carousel-item-next {
    left: 0;
    -webkit-transform: translate3d(25%, 0, 0);
    transform: translate3d(25%, 0, 0);
  }
  .cid-uj9zEDY8mv .carousel-inner.slides4 > .carousel-item.active.carousel-item-left,
  .cid-uj9zEDY8mv .carousel-inner.slides4 > .carousel-item.carousel-item-prev {
    left: 0;
    -webkit-transform: translate3d(-25%, 0, 0);
    transform: translate3d(-25%, 0, 0);
  }
  .cid-uj9zEDY8mv .carousel-inner.slides4 > .carousel-item.carousel-item-left,
  .cid-uj9zEDY8mv .carousel-inner.slides4 > .carousel-item.carousel-item-prev.carousel-item-right,
  .cid-uj9zEDY8mv .carousel-inner.slides4 > .carousel-item.active {
    left: 0;
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
  }
  .cid-uj9zEDY8mv .carousel-inner.slides4 .cloneditem-1,
  .cid-uj9zEDY8mv .carousel-inner.slides4 .cloneditem-2,
  .cid-uj9zEDY8mv .carousel-inner.slides4 .cloneditem-3 {
    display: block;
  }
  .cid-uj9zEDY8mv .carousel-inner.slides5 > .carousel-item.active.carousel-item-right,
  .cid-uj9zEDY8mv .carousel-inner.slides5 > .carousel-item.carousel-item-next {
    left: 0;
    -webkit-transform: translate3d(20%, 0, 0);
    transform: translate3d(20%, 0, 0);
  }
  .cid-uj9zEDY8mv .carousel-inner.slides5 > .carousel-item.active.carousel-item-left,
  .cid-uj9zEDY8mv .carousel-inner.slides5 > .carousel-item.carousel-item-prev {
    left: 0;
    -webkit-transform: translate3d(-20%, 0, 0);
    transform: translate3d(-20%, 0, 0);
  }
  .cid-uj9zEDY8mv .carousel-inner.slides5 > .carousel-item.carousel-item-left,
  .cid-uj9zEDY8mv .carousel-inner.slides5 > .carousel-item.carousel-item-prev.carousel-item-right,
  .cid-uj9zEDY8mv .carousel-inner.slides5 > .carousel-item.active {
    left: 0;
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
  }
  .cid-uj9zEDY8mv .carousel-inner.slides5 .cloneditem-1,
  .cid-uj9zEDY8mv .carousel-inner.slides5 .cloneditem-2,
  .cid-uj9zEDY8mv .carousel-inner.slides5 .cloneditem-3,
  .cid-uj9zEDY8mv .carousel-inner.slides5 .cloneditem-4 {
    display: block;
  }
  .cid-uj9zEDY8mv .carousel-inner.slides6 > .carousel-item.active.carousel-item-right,
  .cid-uj9zEDY8mv .carousel-inner.slides6 > .carousel-item.carousel-item-next {
    left: 0;
    -webkit-transform: translate3d(16.666667%, 0, 0);
    transform: translate3d(16.666667%, 0, 0);
  }
  .cid-uj9zEDY8mv .carousel-inner.slides6 > .carousel-item.active.carousel-item-left,
  .cid-uj9zEDY8mv .carousel-inner.slides6 > .carousel-item.carousel-item-prev {
    left: 0;
    -webkit-transform: translate3d(-16.666667%, 0, 0);
    transform: translate3d(-16.666667%, 0, 0);
  }
  .cid-uj9zEDY8mv .carousel-inner.slides6 > .carousel-item.carousel-item-left,
  .cid-uj9zEDY8mv .carousel-inner.slides6 > .carousel-item.carousel-item-prev.carousel-item-right,
  .cid-uj9zEDY8mv .carousel-inner.slides6 > .carousel-item.active {
    left: 0;
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
  }
  .cid-uj9zEDY8mv .carousel-inner.slides6 .cloneditem-1,
  .cid-uj9zEDY8mv .carousel-inner.slides6 .cloneditem-2,
  .cid-uj9zEDY8mv .carousel-inner.slides6 .cloneditem-3,
  .cid-uj9zEDY8mv .carousel-inner.slides6 .cloneditem-4,
  .cid-uj9zEDY8mv .carousel-inner.slides6 .cloneditem-5 {
    display: block;
  }
}
.cid-uj9zEEHGVV {
  padding-top: 6rem;
  padding-bottom: 6rem;
  background-color: #ffffff;
}
.cid-uj9zEEHGVV .video-wrapper iframe {
  width: 100%;
}
.cid-uj9zEEHGVV .mbr-section-title,
.cid-uj9zEEHGVV .mbr-section-subtitle,
.cid-uj9zEEHGVV .mbr-text {
  text-align: center;
}
.cid-uj9zEFBWZ7 {
  padding-top: 6rem;
  padding-bottom: 6rem;
  background-color: #ffffff;
}
.cid-uj9zEFBWZ7 .item-subtitle {
  line-height: 1.2;
  color: #232323;
  text-align: center;
}
.cid-uj9zEFBWZ7 img,
.cid-uj9zEFBWZ7 .item-img {
  width: 100%;
  height: 100%;
  height: 400px;
  object-fit: cover;
}
.cid-uj9zEFBWZ7 .item:focus,
.cid-uj9zEFBWZ7 span:focus {
  outline: none;
}
.cid-uj9zEFBWZ7 .item {
  margin-bottom: 2rem;
}
@media (max-width: 767px) {
  .cid-uj9zEFBWZ7 .item {
    margin-bottom: 1rem;
  }
}
.cid-uj9zEFBWZ7 .item-wrapper {
  position: relative;
  border-radius: 4px;
  height: 100%;
  display: flex;
  flex-flow: column nowrap;
}
.cid-uj9zEFBWZ7 .mbr-section-title {
  color: #232323;
}
.cid-uj9zEFBWZ7 .mbr-text,
.cid-uj9zEFBWZ7 .mbr-section-btn {
  color: #232323;
  text-align: center;
}
.cid-uj9zEFBWZ7 .item-title {
  color: #232323;
  text-align: center;
}
.cid-uj9zEFBWZ7 .content-head {
  max-width: 800px;
}
.cid-uj9zEFUWui {
  padding-top: 6rem;
  padding-bottom: 6rem;
  background-color: #ffffff;
}
.cid-uj9zEFUWui .mbr-fallback-image.disabled {
  display: none;
}
.cid-uj9zEFUWui .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uj9zEGcrg5 {
  background-color: #ffffff;
  padding-top: 0px;
  padding-bottom: 0px;
}
.cid-uj9zEGcrg5 img {
  object-fit: contain;
  border-radius: 0 !important;
}
.cid-uj9zEGqNrX {
  padding-top: 6rem;
  padding-bottom: 6rem;
  background-color: #ffffff;
}
.cid-uj9zEGqNrX .mbr-fallback-image.disabled {
  display: none;
}
.cid-uj9zEGqNrX .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uj9zEGF02q {
  background-color: #ffffff;
  padding-top: 0px;
  padding-bottom: 0px;
}
.cid-uj9zEGF02q img {
  object-fit: contain;
  border-radius: 0 !important;
}
.cid-uj9zEGTm6p {
  display: flex;
}
@media (min-width: 768px) {
  .cid-uj9zEGTm6p {
    align-items: flex-end;
  }
  .cid-uj9zEGTm6p .row {
    justify-content: flex-start;
  }
  .cid-uj9zEGTm6p .content-wrap {
    padding: 1rem 3rem;
  }
}
@media (max-width: 991px) and (min-width: 768px) {
  .cid-uj9zEGTm6p .content-wrap {
    min-width: 50%;
  }
}
@media (max-width: 767px) {
  .cid-uj9zEGTm6p {
    -webkit-align-items: center;
    align-items: flex-end;
  }
  .cid-uj9zEGTm6p .mbr-row {
    -webkit-justify-content: center;
    justify-content: center;
  }
  .cid-uj9zEGTm6p .content-wrap {
    width: 100%;
  }
}
.cid-uj9zEGTm6p .mbr-fallback-image.disabled {
  display: none;
}
.cid-uj9zEGTm6p .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/background1.jpg");
}
.cid-uj9zEGTm6p .mbr-section-title,
.cid-uj9zEGTm6p .mbr-section-subtitle {
  text-align: left;
  color: #ffc091;
}
.cid-uj9zEGTm6p .mbr-text,
.cid-uj9zEGTm6p .mbr-section-btn {
  text-align: left;
}
.cid-uj9zEHabGl {
  padding-top: 6rem;
  padding-bottom: 6rem;
  background-color: #ffffff;
}
.cid-uj9zEHabGl .item-subtitle {
  line-height: 1.2;
  color: #232323;
  text-align: center;
}
.cid-uj9zEHabGl img,
.cid-uj9zEHabGl .item-img {
  width: 100%;
  height: 100%;
  height: 400px;
  object-fit: cover;
}
.cid-uj9zEHabGl .item:focus,
.cid-uj9zEHabGl span:focus {
  outline: none;
}
.cid-uj9zEHabGl .item {
  margin-bottom: 2rem;
}
@media (max-width: 767px) {
  .cid-uj9zEHabGl .item {
    margin-bottom: 1rem;
  }
}
.cid-uj9zEHabGl .item-wrapper {
  position: relative;
  border-radius: 4px;
  height: 100%;
  display: flex;
  flex-flow: column nowrap;
}
.cid-uj9zEHabGl .mbr-section-title {
  color: #232323;
}
.cid-uj9zEHabGl .mbr-text,
.cid-uj9zEHabGl .mbr-section-btn {
  color: #232323;
  text-align: center;
}
.cid-uj9zEHabGl .item-title {
  color: #232323;
  text-align: center;
}
.cid-uj9zEHabGl .content-head {
  max-width: 800px;
}
.cid-uj9zEHsrMX {
  padding-top: 6rem;
  padding-bottom: 6rem;
  background-color: #ffffff;
}
.cid-uj9zEHsrMX .mbr-fallback-image.disabled {
  display: none;
}
.cid-uj9zEHsrMX .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uj9zEHKLae {
  background-color: #ffffff;
  padding-top: 0px;
  padding-bottom: 0px;
}
.cid-uj9zEHKLae img {
  object-fit: contain;
  border-radius: 0 !important;
}
.cid-uj9zEHXGhN {
  padding-top: 6rem;
  padding-bottom: 6rem;
  background-color: #06549d;
}
.cid-uj9zEHXGhN .mbr-fallback-image.disabled {
  display: none;
}
.cid-uj9zEHXGhN .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uj9zEHXGhN .nav-tabs .nav-item.open .nav-link:focus,
.cid-uj9zEHXGhN .nav-tabs .nav-link.active:focus {
  outline: none;
}
.cid-uj9zEHXGhN .nav-tabs {
  flex-wrap: wrap;
  border-bottom: none;
}
@media (max-width: 767px) {
  .cid-uj9zEHXGhN .nav-item {
    width: 100%;
    margin-right: 0 !important;
    text-align: center;
  }
}
.cid-uj9zEHXGhN .nav-tabs .nav-item {
  margin-right: 1.5rem;
}
.cid-uj9zEHXGhN .nav-tabs .nav-link {
  transition: padding 0.3s ease, background-color 0.3s ease;
  border: none;
  border-radius: 2rem !important;
  padding: 1.25rem 0!important;
  background-color: transparent!important;
  overflow: hidden!important;
}
.cid-uj9zEHXGhN .nav-tabs .nav-link:not(.active) {
  color: #ffffff;
}
.cid-uj9zEHXGhN .nav-tabs .nav-link.active {
  color: #06549d !important;
  background-color: #ffffff !important;
  padding: 1.25rem 2rem!important;
}
.cid-uj9zEHXGhN .mbr-section-title {
  text-align: center;
  color: #ffffff;
}
.cid-uj9zEHXGhN .mbr-section-subtitle {
  text-align: center;
  color: #ffffff;
}
.cid-uj9zEHXGhN .mbr-text {
  color: #ffffff;
  margin: 0;
  text-align: center;
}
.cid-uj9zEHXGhN .content-head {
  max-width: 800px;
}
.cid-uj9zEHXGhN .item-wrapper {
  background-color: #06549d;
  padding: 2.25rem;
}
@media (max-width: 767px) {
  .cid-uj9zEHXGhN .item-wrapper {
    padding: 2rem 1.5rem;
  }
}
.cid-uj9zEIiIvg {
  padding-top: 6rem;
  padding-bottom: 6rem;
  background-color: #ffffff;
}
.cid-uj9zEIiIvg .mbr-fallback-image.disabled {
  display: none;
}
.cid-uj9zEIiIvg .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uj9zEIAXQH {
  background-color: #ffffff;
  padding-top: 0px;
  padding-bottom: 0px;
}
.cid-uj9zEIAXQH img {
  object-fit: contain;
  border-radius: 0 !important;
}
.cid-uj9zEIRY7J {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-color: #edefeb;
}
.cid-uj9zEIRY7J .mbr-text {
  color: #000000;
}
.cid-uj9zEIRY7J .mbr-section-subtitle {
  color: #000000;
}
.cid-uj9zEIRY7J .mbr-section-title {
  color: #000000;
  text-align: center;
}
.cid-uj9zEIRY7J .mbr-text,
.cid-uj9zEIRY7J .item .mbr-section-btn {
  text-align: left;
}
.cid-uj9zEIRY7J .item-wrapper {
  background: #ffffff;
  margin-bottom: 2rem;
  padding: 2.25rem;
}
@media (min-width: 992px) and (max-width: 1200px) {
  .cid-uj9zEIRY7J .item-wrapper {
    padding: 2rem 1.5rem;
    margin-bottom: 2rem;
  }
}
@media (max-width: 767px) {
  .cid-uj9zEIRY7J .item-wrapper {
    padding: 2rem 1.5rem;
    margin-bottom: 1rem;
  }
}
.cid-uduqU6836b {
  padding-top: 2rem;
  padding-bottom: 3rem;
  background-image: url("../../../assets/images/white-background-2000x1334.jpeg");
}
.cid-uduqU6836b .logogree {
  position: relative;
  width: 100%;
}
.cid-uduqU6836b .agree {
  object-position: right;
  width: 40%;
  height: auto;
  object-fit: contain;
  display: block;
  border-radius: 0% !important;
}
.cid-uduqU6836b .mbr-fallback-image.disabled {
  display: none;
}
.cid-uduqU6836b .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uduqU6836b .footer-col {
  justify-content: space-between;
  display: flex;
}
@media (max-width: 767px) {
  .cid-uduqU6836b .footer-col {
    flex-direction: column;
  }
}
.cid-uduqU6836b .row {
  background: #ffffff;
  padding: 4rem 3rem;
  border-radius: 2rem;
  margin: 0px;
}
@media (max-width: 767px) {
  .cid-uduqU6836b .row {
    padding: 2rem 0.5rem;
  }
}
@media (min-width: 768px) and (max-width: 991px) {
  .cid-uduqU6836b .row {
    padding: 2.25rem 1.25rem;
  }
}
@media (min-width: 992px) {
  .cid-uduqU6836b .row {
    padding: 4rem 3rem;
  }
}
@media (max-width: 767px) {
  .cid-uduqU6836b .mbr-section-btn {
    text-align: center;
  }
}
.cid-uduqU6836b .social-row {
  display: flex;
  flex-wrap: wrap;
}
.cid-uduqU6836b .soc-item {
  margin: 8px;
}
.cid-uduqU6836b .soc-item a:hover .mbr-iconfont,
.cid-uduqU6836b .soc-item a:focus .mbr-iconfont {
  background-color: #232323;
}
.cid-uduqU6836b .soc-item a .mbr-iconfont {
  width: 72px;
  height: 72px;
  display: flex;
  align-items: center;
  justify-content: center;
  border-radius: 100%;
  font-size: 20px;
  background-color: #06549d;
  color: #ffffff;
  transition: all 0.3s ease-in-out;
}
@media (max-width: 767px) {
  .cid-uduqU6836b .row {
    text-align: center;
  }
  .cid-uduqU6836b .social-row {
    justify-content: center;
  }
}
.cid-uduqU6836b .list {
  list-style: none;
  padding-left: 0;
  color: #502274;
}
@media (max-width: 991px) {
  .cid-uduqU6836b .list {
    margin-bottom: 2rem;
  }
}
@media (min-width: 992px) {
  .cid-uduqU6836b .list {
    margin-bottom: 0rem;
  }
}
.cid-uduqU6836b .mbr-text {
  color: #bbbbbb;
}
.cid-uduqU6836b .mbr-section-subtitle {
  color: #000000;
  text-align: left;
}
.cid-uduqU6836b .list,
.cid-uduqU6836b .item-wrap {
  color: #232323;
  text-align: left;
}
.cid-uduqU6836b .copyright {
  color: #000000;
  text-align: center;
}
.cid-uduqU6836b H5 {
  text-align: left;
}
.cid-tJGsCG1vVL {
  z-index: 1000;
  width: 100%;
  position: inherit;
}
.cid-tJGsCG1vVL .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 .3s;
}
@media (max-width: 767px) {
  .cid-tJGsCG1vVL .navbar-toggler {
    transform: scale(0.8);
  }
}
.cid-tJGsCG1vVL .navbar-brand {
  flex-shrink: 0;
  align-items: center;
  margin-right: 0;
  padding: 10px 0;
  transition: all 2s;
  word-break: break-word;
  z-index: 1;
}
.cid-tJGsCG1vVL .navbar-brand img {
  max-width: 100%;
  max-height: 100%;
  border-radius: 0px !important;
}
.cid-tJGsCG1vVL .navbar-brand .navbar-caption {
  line-height: inherit !important;
}
.cid-tJGsCG1vVL .navbar-brand .navbar-logo a {
  outline: none;
}
.cid-tJGsCG1vVL .navbar-nav {
  margin: auto;
  margin-left: 0;
  margin-left: auto;
}
.cid-tJGsCG1vVL .navbar-nav .nav-item {
  padding: 0 !important;
  transition: .3s all !important;
}
.cid-tJGsCG1vVL .navbar-nav .nav-item .nav-link {
  padding: 16px !important;
  margin: 0 !important;
  border-radius: 1rem !important;
  transition: .3s all !important;
  border-radius: 4px !important;
}
.cid-tJGsCG1vVL .navbar-nav .nav-item .nav-link:hover {
  background-color: rgba(27, 31, 10, 0.06);
}
.cid-tJGsCG1vVL .navbar-nav .open .nav-link::after {
  transform: rotate(180deg);
}
@media (min-width: 992px) {
  .cid-tJGsCG1vVL .navbar-nav .open .nav-link::before {
    content: "";
    width: 100%;
    height: 20px;
    top: 100%;
    background: transparent;
    position: absolute;
  }
}
.cid-tJGsCG1vVL .navbar-nav .dropdown-item {
  padding: 12px !important;
  border-radius: 0.5rem !important;
  margin: 0 8px !important;
  transition: .3s all !important;
  border-radius: 4px !important;
}
.cid-tJGsCG1vVL .navbar-nav .dropdown-item:hover {
  background-color: rgba(27, 31, 10, 0.06);
}
@media (min-width: 992px) {
  .cid-tJGsCG1vVL .navbar-nav {
    padding-left: 1.5rem;
  }
}
.cid-tJGsCG1vVL .nav-link {
  width: fit-content;
  position: relative;
}
.cid-tJGsCG1vVL .navbar-logo {
  padding-left: 2rem;
  margin: 0 !important;
}
@media (max-width: 767px) {
  .cid-tJGsCG1vVL .navbar-logo {
    padding-left: 1rem;
  }
}
.cid-tJGsCG1vVL .navbar-caption {
  padding-left: 1rem;
  padding-right: .5rem;
}
@media (max-width: 767px) {
  .cid-tJGsCG1vVL .nav-dropdown {
    padding-bottom: 0.5rem;
  }
}
.cid-tJGsCG1vVL .nav-dropdown .link.dropdown-toggle::after {
  margin-left: 0.5rem;
  margin-top: 0.2rem;
  transition: .3s all;
  transition-delay: 300ms;
}
.cid-tJGsCG1vVL .container {
  display: flex;
  height: 90px;
  padding: 0.5rem 0.6rem;
  flex-wrap: nowrap;
  background: rgba(255, 255, 255, 0.9) !important;
  left: 0;
  right: 0;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: flex-end;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  border-radius: 100vw;
  margin-top: 1rem;
  background-color: #ffffff;
  box-shadow: 0 30px 60px 0 rgba(27, 31, 10, 0.08);
  border-radius: 4px !important;
}
@media (max-width: 992px) {
  .cid-tJGsCG1vVL .container {
    padding-right: 2rem;
  }
}
@media (max-width: 767px) {
  .cid-tJGsCG1vVL .container {
    width: 95%;
    height: 56px !important;
    padding-right: 1rem;
    margin-top: 0rem;
  }
}
.cid-tJGsCG1vVL .iconfont-wrapper {
  color: #0c2c68 !important;
  font-size: 1.5rem;
  padding-right: 0.5rem;
}
.cid-tJGsCG1vVL .dropdown-menu {
  flex-wrap: wrap;
  flex-direction: column;
  max-width: 100%;
  padding: 12px 4px !important;
  border-radius: 1.5rem;
  transition: .3s all !important;
  transition-delay: 300ms;
  min-width: auto;
  background: #ffffff;
  background: rgba(255, 255, 255, 0.9) !important;
  border-radius: 4px !important;
}
.cid-tJGsCG1vVL .nav-item:focus,
.cid-tJGsCG1vVL .nav-link:focus {
  outline: none;
}
.cid-tJGsCG1vVL .dropdown .dropdown-menu .dropdown-item {
  width: auto;
  transition: all .3s;
  transition-delay: 300ms;
}
.cid-tJGsCG1vVL .dropdown .dropdown-menu .dropdown-item::after {
  right: 0.5rem;
}
.cid-tJGsCG1vVL .dropdown .dropdown-menu .dropdown-item .mbr-iconfont {
  margin-right: 0.5rem;
  vertical-align: sub;
}
.cid-tJGsCG1vVL .dropdown .dropdown-menu .dropdown-item .mbr-iconfont:before {
  display: inline-block;
  transform: scale(1, 1);
  transition: all .3s;
}
.cid-tJGsCG1vVL .collapsed .dropdown-menu .dropdown-item:before {
  display: none;
}
.cid-tJGsCG1vVL .collapsed .dropdown .dropdown-menu .dropdown-item {
  padding: 0.235em 1.5em 0.235em 1.5em !important;
  transition: none;
  margin: 0 !important;
}
.cid-tJGsCG1vVL .navbar {
  min-height: 90px;
  transition: all 5s;
  border-bottom: 1px solid transparent;
  background: transparent !important;
  padding: 0 !important;
  border: none !important;
  box-shadow: none !important;
  border-radius: 0 !important;
}
.cid-tJGsCG1vVL .navbar.opened {
  transition: all 0.3s;
}
.cid-tJGsCG1vVL .navbar .dropdown-item {
  padding: 0.5rem 1.8rem;
}
.cid-tJGsCG1vVL .navbar .navbar-logo img {
  width: auto;
}
.cid-tJGsCG1vVL .navbar .navbar-collapse {
  z-index: 1;
  justify-content: flex-end;
}
.cid-tJGsCG1vVL .navbar.collapsed {
  justify-content: center;
}
.cid-tJGsCG1vVL .navbar.collapsed .nav-item .nav-link::before {
  display: none;
}
.cid-tJGsCG1vVL .navbar.collapsed.opened .dropdown-menu {
  top: 0;
}
@media (min-width: 992px) {
  .cid-tJGsCG1vVL .navbar.collapsed.opened:not(.navbar-short) .navbar-collapse {
    max-height: calc(98.5vh - 3.4rem);
  }
}
.cid-tJGsCG1vVL .navbar.collapsed .dropdown-menu .dropdown-submenu {
  left: 0 !important;
}
.cid-tJGsCG1vVL .navbar.collapsed .dropdown-menu .dropdown-item:after {
  right: auto;
}
.cid-tJGsCG1vVL .navbar.collapsed .dropdown-menu .dropdown-toggle[data-toggle="dropdown-submenu"]:after {
  margin-left: 0.5rem;
  margin-top: 0.2rem;
  border-top: 0.35em solid;
  border-right: 0.35em solid transparent;
  border-left: 0.35em solid transparent;
  border-bottom: 0;
  top: 41%;
}
.cid-tJGsCG1vVL .navbar.collapsed ul.navbar-nav li {
  margin: auto;
}
.cid-tJGsCG1vVL .navbar.collapsed .dropdown-menu .dropdown-item {
  padding: 0.25rem 0.5rem;
  text-align: center;
}
.cid-tJGsCG1vVL .navbar.collapsed .icons-menu {
  padding-left: 0;
  padding-right: 0;
  padding-top: 0.5rem;
  padding-bottom: 0.5rem;
}
@media (max-width: 767px) {
  .cid-tJGsCG1vVL .navbar {
    min-height: 72px;
  }
  .cid-tJGsCG1vVL .navbar .navbar-logo img {
    height: 2rem !important;
  }
}
@media (max-width: 991px) {
  .cid-tJGsCG1vVL .navbar .nav-item .nav-link::before {
    display: none;
  }
  .cid-tJGsCG1vVL .navbar.opened .dropdown-menu {
    top: 0;
  }
  .cid-tJGsCG1vVL .navbar .dropdown-menu .dropdown-submenu {
    left: 0 !important;
  }
  .cid-tJGsCG1vVL .navbar .dropdown-menu .dropdown-item:after {
    right: auto;
  }
  .cid-tJGsCG1vVL .navbar .dropdown-menu .dropdown-toggle[data-toggle="dropdown-submenu"]:after {
    margin-left: 0.5rem;
    margin-top: 0.2rem;
    border-top: 0.35em solid;
    border-right: 0.35em solid transparent;
    border-left: 0.35em solid transparent;
    border-bottom: 0;
    top: 40%;
  }
  .cid-tJGsCG1vVL .navbar .dropdown-menu .dropdown-item {
    padding: 0.25rem 1.5rem !important;
    text-align: center;
  }
  .cid-tJGsCG1vVL .navbar .navbar-brand {
    flex-shrink: initial;
    flex-basis: auto;
    word-break: break-word;
    padding-right: 10px;
  }
  .cid-tJGsCG1vVL .navbar .navbar-toggler {
    flex-basis: auto;
  }
  .cid-tJGsCG1vVL .navbar .icons-menu {
    padding-left: 0;
    padding-top: 0.5rem;
    padding-bottom: 0.5rem;
  }
}
.cid-tJGsCG1vVL .navbar.navbar-short .navbar-logo img {
  height: 2rem;
}
.cid-tJGsCG1vVL .dropdown-item.active,
.cid-tJGsCG1vVL .dropdown-item:active {
  background-color: transparent;
}
.cid-tJGsCG1vVL .navbar-expand-lg .navbar-nav .nav-link {
  padding: 0;
}
.cid-tJGsCG1vVL .nav-dropdown .link.dropdown-toggle {
  margin-right: 1.667em;
}
.cid-tJGsCG1vVL .nav-dropdown .link.dropdown-toggle[aria-expanded="true"] {
  margin-right: 0;
  padding: 0.667em 1.667em;
}
.cid-tJGsCG1vVL .navbar.navbar-expand-lg .dropdown .dropdown-menu {
  background: #ffffff;
}
.cid-tJGsCG1vVL .navbar.navbar-expand-lg .dropdown .dropdown-menu .dropdown-submenu {
  margin: 0;
  left: 100%;
  transform: none;
  top: -12px;
}
.cid-tJGsCG1vVL .navbar .dropdown.open > .dropdown-menu {
  display: flex;
}
.cid-tJGsCG1vVL ul.navbar-nav {
  flex-wrap: wrap;
}
.cid-tJGsCG1vVL .navbar-buttons {
  text-align: center;
  min-width: 140px;
}
@media (max-width: 992px) {
  .cid-tJGsCG1vVL .navbar-buttons {
    text-align: left;
  }
}
.cid-tJGsCG1vVL button.navbar-toggler {
  outline: none;
  width: 31px;
  height: 20px;
  cursor: pointer;
  transition: all 0.2s;
  position: relative;
  align-self: center;
}
.cid-tJGsCG1vVL button.navbar-toggler .hamburger span {
  position: absolute;
  right: 0;
  width: 30px;
  height: 2px;
  border-right: 5px;
  background-color: #06549d;
}
.cid-tJGsCG1vVL button.navbar-toggler .hamburger span:nth-child(1) {
  top: 0;
  transition: all 0.2s;
}
.cid-tJGsCG1vVL button.navbar-toggler .hamburger span:nth-child(2) {
  top: 8px;
  transition: all 0.15s;
}
.cid-tJGsCG1vVL button.navbar-toggler .hamburger span:nth-child(3) {
  top: 8px;
  transition: all 0.15s;
}
.cid-tJGsCG1vVL button.navbar-toggler .hamburger span:nth-child(4) {
  top: 16px;
  transition: all 0.2s;
}
.cid-tJGsCG1vVL nav.opened .hamburger span:nth-child(1) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-tJGsCG1vVL nav.opened .hamburger span:nth-child(2) {
  transform: rotate(45deg);
  transition: all 0.25s;
}
.cid-tJGsCG1vVL nav.opened .hamburger span:nth-child(3) {
  transform: rotate(-45deg);
  transition: all 0.25s;
}
.cid-tJGsCG1vVL nav.opened .hamburger span:nth-child(4) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-tJGsCG1vVL .navbar-dropdown {
  padding: 0 1rem;
}
.cid-tJGsCG1vVL a.nav-link {
  display: flex;
  align-items: center;
  justify-content: center;
}
.cid-tJGsCG1vVL .icons-menu {
  flex-wrap: nowrap;
  display: flex;
  justify-content: center;
  padding-left: 1rem;
  padding-right: 1rem;
  padding-top: 0.3rem;
  text-align: center;
}
@media (max-width: 992px) {
  .cid-tJGsCG1vVL .icons-menu {
    justify-content: flex-start;
    margin-bottom: .5rem;
  }
}
@media screen and (-ms-high-contrast: active), (-ms-high-contrast: none) {
  .cid-tJGsCG1vVL .navbar {
    height: 70px;
  }
  .cid-tJGsCG1vVL .navbar.opened {
    height: auto;
  }
  .cid-tJGsCG1vVL .nav-item .nav-link:hover::before {
    width: 175%;
    max-width: calc(100% + 2rem);
    left: -1rem;
  }
}
.cid-tJGsCG1vVL .navbar .dropdown > .dropdown-menu {
  display: none;
  width: max-content;
  max-width: 500px !important;
  transform: translateX(-50%);
  top: calc(100% + 20px);
  left: 50%;
}
.cid-tJGsCG1vVL .navbar .dropdown > .dropdown-menu .dropdown-item {
  line-height: 1 !important;
}
.cid-tJGsCG1vVL .navbar .dropdown > .dropdown-menu .dropdown .dropdown-item {
  align-items: center;
  display: flex;
  height: max-content !important;
  min-height: max-content !important;
}
.cid-tJGsCG1vVL .navbar .dropdown > .dropdown-menu .dropdown .dropdown-item::after {
  display: inline-block;
  position: static;
  margin-left: 0.5rem;
  margin-top: 0;
  margin-right: 0;
  margin-bottom: 0;
  transition: .3s all;
  transform: rotate(-90deg);
}
.cid-tJGsCG1vVL .navbar .dropdown > .dropdown-menu .dropdown.open .dropdown-item::after {
  transform: rotate(0deg);
}
.cid-tJGsCG1vVL .mbr-section-btn {
  margin: -0.6rem -0.6rem;
}
.cid-tJGsCG1vVL .navbar-toggler {
  margin-left: 12px;
  margin-right: 8px;
  order: 1000;
}
@media (max-width: 991px) {
  .cid-tJGsCG1vVL .navbar-brand {
    margin-right: auto;
  }
  .cid-tJGsCG1vVL .navbar-collapse {
    z-index: -1 !important;
    position: absolute;
    top: 110%;
    left: 0;
    width: 100%;
    padding: 1rem;
    border-radius: 1.5rem;
    background: #ffffff;
    opacity: 1;
    border-color: rgba(255, 255, 255, 0.9) !important;
    background: rgba(255, 255, 255, 0.9) !important;
    backdrop-filter: blur(8px);
    border-radius: 4px !important;
  }
  .cid-tJGsCG1vVL .navbar-nav .nav-item .nav-link::after {
    margin-left: 10px;
  }
  .cid-tJGsCG1vVL .navbar-nav .dropdown-item:hover {
    background-color: rgba(27, 31, 10, 0.06);
  }
  .cid-tJGsCG1vVL .navbar .dropdown > .dropdown-menu {
    max-width: 100% !important;
    transform: translateX(0);
    top: 10px;
    left: 0;
    padding: 8px !important;
    border-radius: 1rem;
    background-color: rgba(27, 31, 10, 0.04) !important;
  }
  .cid-tJGsCG1vVL .navbar .dropdown > .dropdown-menu .dropdown-item {
    padding: 8px !important;
    line-height: 1 !important;
    margin-bottom: 4px !important;
  }
  .cid-tJGsCG1vVL .navbar .dropdown > .dropdown-menu .dropdown .dropdown-item {
    align-items: center;
    display: flex;
    height: max-content !important;
    min-height: max-content !important;
  }
  .cid-tJGsCG1vVL .navbar .dropdown > .dropdown-menu .dropdown .dropdown-item::after {
    display: inline-block;
    position: static;
    margin-left: 0.5rem;
    margin-top: 0;
    margin-right: 0;
    margin-bottom: 0;
    transition: .3s all;
    transform: rotate(0deg);
  }
  .cid-tJGsCG1vVL .navbar .dropdown > .dropdown-menu .dropdown.open .dropdown-item::after {
    transform: rotate(180deg);
  }
  .cid-tJGsCG1vVL .navbar .dropdown > .dropdown-menu .dropdown-submenu {
    position: static;
    width: 100%;
    max-width: 100% !important;
    transform: translateX(0) !important;
    top: 0;
    left: 0;
    padding: 8px !important;
    border-radius: 1rem;
    background-color: rgba(27, 31, 10, 0.04) !important;
  }
  .cid-tJGsCG1vVL .navbar .dropdown.open > .dropdown-menu {
    display: flex !important;
    flex-direction: column;
    align-items: flex-start;
  }
}
@media (max-width: 575px) {
  .cid-tJGsCG1vVL .navbar-collapse {
    padding: 1rem;
  }
}
.cid-uj9AbRSAjT {
  padding-top: 8rem;
  padding-bottom: 1rem;
  background-color: #06549d;
}
.cid-uj9AbRSAjT .justify-content-center {
  align-items: center;
}
.cid-uj9AbRSAjT .mbr-fallback-image.disabled {
  display: none;
}
.cid-uj9AbRSAjT .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uj9AbRSAjT .item-wrapper {
  display: flex;
  margin-left: auto;
}
@media (max-width: 767px) {
  .cid-uj9AbRSAjT .item-wrapper {
    margin-bottom: 1rem;
  }
}
.cid-uj9AbRSAjT .mbr-section-btn {
  padding-left: 1.5rem;
  text-align: right;
}
@media (max-width: 767px) {
  .cid-uj9AbRSAjT .mbr-section-btn {
    text-align: center;
    padding-left: 0rem;
  }
}
.cid-uj9AbRSAjT .row {
  align-items: center;
}
.cid-uj9AbRSAjT .card-text {
  color: #ffffff;
  margin-bottom: 0px;
  text-align: left;
}
@media (max-width: 767px) {
  .cid-uj9AbRSAjT .card-text {
    text-align: center;
  }
}
.cid-uj9AbS6Ezy {
  padding-top: 2rem;
  padding-bottom: 0rem;
  background-color: #ffffff;
}
.cid-uj9AbS6Ezy .content-head {
  max-width: 800px;
}
.cid-uj9AbSo0UD {
  padding-top: 0rem;
  padding-bottom: 3rem;
  background-color: #ffffff;
}
.cid-uj9AbSzdmb {
  padding-top: 2rem;
  padding-bottom: 6rem;
  background-color: #ffffff;
}
.cid-uj9AbSzdmb .content-head {
  max-width: 800px;
}
.cid-uj9AbSRCh0 {
  padding-top: 90px;
  padding-bottom: 90px;
  background-color: #ffffff;
}
.cid-uj9AbSRCh0 .carousel-control {
  background: #000;
}
.cid-uj9AbSRCh0 .mbr-section-subtitle {
  color: #767676;
}
.cid-uj9AbSRCh0 .carousel-item {
  -webkit-justify-content: center;
  justify-content: center;
}
.cid-uj9AbSRCh0 .carousel-item .media-container-row {
  -webkit-flex-grow: 1;
  flex-grow: 1;
}
.cid-uj9AbSRCh0 .carousel-item .wrap-img {
  text-align: center;
}
.cid-uj9AbSRCh0 .carousel-item .wrap-img img {
  max-height: 150px;
  width: auto;
  max-width: 100%;
}
.cid-uj9AbSRCh0 .carousel-controls {
  display: flex;
  -webkit-justify-content: center;
  justify-content: center;
}
.cid-uj9AbSRCh0 .carousel-controls .carousel-control {
  background: #000;
  border-radius: 50%;
  position: static;
  width: 40px;
  height: 40px;
  margin-top: 2rem;
  border-width: 1px;
}
.cid-uj9AbSRCh0 .carousel-controls .carousel-control.carousel-control-prev {
  left: auto;
  margin-right: 20px;
  margin-left: 0;
}
.cid-uj9AbSRCh0 .carousel-controls .carousel-control.carousel-control-next {
  right: auto;
  margin-right: 0;
}
.cid-uj9AbSRCh0 .carousel-controls .carousel-control .mbr-iconfont {
  font-size: 1rem;
}
.cid-uj9AbSRCh0 .cloneditem-1,
.cid-uj9AbSRCh0 .cloneditem-2,
.cid-uj9AbSRCh0 .cloneditem-3,
.cid-uj9AbSRCh0 .cloneditem-4,
.cid-uj9AbSRCh0 .cloneditem-5 {
  display: none;
}
.cid-uj9AbSRCh0 .col-lg-15 {
  -webkit-box-flex: 0;
  -ms-flex: 0 0 100%;
  -webkit-flex: 0 0 100%;
  flex: 0 0 100%;
  max-width: 100%;
  position: relative;
  min-height: 1px;
  padding-right: 10px;
  padding-left: 10px;
  width: 100%;
}
@media (min-width: 992px) {
  .cid-uj9AbSRCh0 .col-lg-15 {
    -ms-flex: 0 0 20%;
    -webkit-flex: 0 0 20%;
    flex: 0 0 20%;
    max-width: 20%;
    width: 20%;
  }
  .cid-uj9AbSRCh0 .carousel-inner.slides2 > .carousel-item.active.carousel-item-right,
  .cid-uj9AbSRCh0 .carousel-inner.slides2 > .carousel-item.carousel-item-next {
    left: 0;
    -webkit-transform: translate3d(50%, 0, 0);
    transform: translate3d(50%, 0, 0);
  }
  .cid-uj9AbSRCh0 .carousel-inner.slides2 > .carousel-item.active.carousel-item-left,
  .cid-uj9AbSRCh0 .carousel-inner.slides2 > .carousel-item.carousel-item-prev {
    left: 0;
    -webkit-transform: translate3d(-50%, 0, 0);
    transform: translate3d(-50%, 0, 0);
  }
  .cid-uj9AbSRCh0 .carousel-inner.slides2 > .carousel-item.carousel-item-left,
  .cid-uj9AbSRCh0 .carousel-inner.slides2 > .carousel-item.carousel-item-prev.carousel-item-right,
  .cid-uj9AbSRCh0 .carousel-inner.slides2 > .carousel-item.active {
    left: 0;
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
  }
  .cid-uj9AbSRCh0 .carousel-inner.slides2 .cloneditem-1,
  .cid-uj9AbSRCh0 .carousel-inner.slides2 .cloneditem-2,
  .cid-uj9AbSRCh0 .carousel-inner.slides2 .cloneditem-3 {
    display: block;
  }
  .cid-uj9AbSRCh0 .carousel-inner.slides3 > .carousel-item.active.carousel-item-right,
  .cid-uj9AbSRCh0 .carousel-inner.slides3 > .carousel-item.carousel-item-next {
    left: 0;
    -webkit-transform: translate3d(33.333333%, 0, 0);
    transform: translate3d(33.333333%, 0, 0);
  }
  .cid-uj9AbSRCh0 .carousel-inner.slides3 > .carousel-item.active.carousel-item-left,
  .cid-uj9AbSRCh0 .carousel-inner.slides3 > .carousel-item.carousel-item-prev {
    left: 0;
    -webkit-transform: translate3d(-33.333333%, 0, 0);
    transform: translate3d(-33.333333%, 0, 0);
  }
  .cid-uj9AbSRCh0 .carousel-inner.slides3 > .carousel-item.carousel-item-left,
  .cid-uj9AbSRCh0 .carousel-inner.slides3 > .carousel-item.carousel-item-prev.carousel-item-right,
  .cid-uj9AbSRCh0 .carousel-inner.slides3 > .carousel-item.active {
    left: 0;
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
  }
  .cid-uj9AbSRCh0 .carousel-inner.slides3 .cloneditem-1,
  .cid-uj9AbSRCh0 .carousel-inner.slides3 .cloneditem-2,
  .cid-uj9AbSRCh0 .carousel-inner.slides3 .cloneditem-3 {
    display: block;
  }
  .cid-uj9AbSRCh0 .carousel-inner.slides4 > .carousel-item.active.carousel-item-right,
  .cid-uj9AbSRCh0 .carousel-inner.slides4 > .carousel-item.carousel-item-next {
    left: 0;
    -webkit-transform: translate3d(25%, 0, 0);
    transform: translate3d(25%, 0, 0);
  }
  .cid-uj9AbSRCh0 .carousel-inner.slides4 > .carousel-item.active.carousel-item-left,
  .cid-uj9AbSRCh0 .carousel-inner.slides4 > .carousel-item.carousel-item-prev {
    left: 0;
    -webkit-transform: translate3d(-25%, 0, 0);
    transform: translate3d(-25%, 0, 0);
  }
  .cid-uj9AbSRCh0 .carousel-inner.slides4 > .carousel-item.carousel-item-left,
  .cid-uj9AbSRCh0 .carousel-inner.slides4 > .carousel-item.carousel-item-prev.carousel-item-right,
  .cid-uj9AbSRCh0 .carousel-inner.slides4 > .carousel-item.active {
    left: 0;
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
  }
  .cid-uj9AbSRCh0 .carousel-inner.slides4 .cloneditem-1,
  .cid-uj9AbSRCh0 .carousel-inner.slides4 .cloneditem-2,
  .cid-uj9AbSRCh0 .carousel-inner.slides4 .cloneditem-3 {
    display: block;
  }
  .cid-uj9AbSRCh0 .carousel-inner.slides5 > .carousel-item.active.carousel-item-right,
  .cid-uj9AbSRCh0 .carousel-inner.slides5 > .carousel-item.carousel-item-next {
    left: 0;
    -webkit-transform: translate3d(20%, 0, 0);
    transform: translate3d(20%, 0, 0);
  }
  .cid-uj9AbSRCh0 .carousel-inner.slides5 > .carousel-item.active.carousel-item-left,
  .cid-uj9AbSRCh0 .carousel-inner.slides5 > .carousel-item.carousel-item-prev {
    left: 0;
    -webkit-transform: translate3d(-20%, 0, 0);
    transform: translate3d(-20%, 0, 0);
  }
  .cid-uj9AbSRCh0 .carousel-inner.slides5 > .carousel-item.carousel-item-left,
  .cid-uj9AbSRCh0 .carousel-inner.slides5 > .carousel-item.carousel-item-prev.carousel-item-right,
  .cid-uj9AbSRCh0 .carousel-inner.slides5 > .carousel-item.active {
    left: 0;
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
  }
  .cid-uj9AbSRCh0 .carousel-inner.slides5 .cloneditem-1,
  .cid-uj9AbSRCh0 .carousel-inner.slides5 .cloneditem-2,
  .cid-uj9AbSRCh0 .carousel-inner.slides5 .cloneditem-3,
  .cid-uj9AbSRCh0 .carousel-inner.slides5 .cloneditem-4 {
    display: block;
  }
  .cid-uj9AbSRCh0 .carousel-inner.slides6 > .carousel-item.active.carousel-item-right,
  .cid-uj9AbSRCh0 .carousel-inner.slides6 > .carousel-item.carousel-item-next {
    left: 0;
    -webkit-transform: translate3d(16.666667%, 0, 0);
    transform: translate3d(16.666667%, 0, 0);
  }
  .cid-uj9AbSRCh0 .carousel-inner.slides6 > .carousel-item.active.carousel-item-left,
  .cid-uj9AbSRCh0 .carousel-inner.slides6 > .carousel-item.carousel-item-prev {
    left: 0;
    -webkit-transform: translate3d(-16.666667%, 0, 0);
    transform: translate3d(-16.666667%, 0, 0);
  }
  .cid-uj9AbSRCh0 .carousel-inner.slides6 > .carousel-item.carousel-item-left,
  .cid-uj9AbSRCh0 .carousel-inner.slides6 > .carousel-item.carousel-item-prev.carousel-item-right,
  .cid-uj9AbSRCh0 .carousel-inner.slides6 > .carousel-item.active {
    left: 0;
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
  }
  .cid-uj9AbSRCh0 .carousel-inner.slides6 .cloneditem-1,
  .cid-uj9AbSRCh0 .carousel-inner.slides6 .cloneditem-2,
  .cid-uj9AbSRCh0 .carousel-inner.slides6 .cloneditem-3,
  .cid-uj9AbSRCh0 .carousel-inner.slides6 .cloneditem-4,
  .cid-uj9AbSRCh0 .carousel-inner.slides6 .cloneditem-5 {
    display: block;
  }
}
.cid-uj9AbTBGoQ {
  padding-top: 6rem;
  padding-bottom: 6rem;
  background-color: #ffffff;
}
.cid-uj9AbTBGoQ .video-wrapper iframe {
  width: 100%;
}
.cid-uj9AbTBGoQ .mbr-section-title,
.cid-uj9AbTBGoQ .mbr-section-subtitle,
.cid-uj9AbTBGoQ .mbr-text {
  text-align: center;
}
.cid-uj9AbUxor1 {
  padding-top: 6rem;
  padding-bottom: 6rem;
  background-color: #ffffff;
}
.cid-uj9AbUxor1 .item-subtitle {
  line-height: 1.2;
  color: #232323;
  text-align: center;
}
.cid-uj9AbUxor1 img,
.cid-uj9AbUxor1 .item-img {
  width: 100%;
  height: 100%;
  height: 400px;
  object-fit: cover;
}
.cid-uj9AbUxor1 .item:focus,
.cid-uj9AbUxor1 span:focus {
  outline: none;
}
.cid-uj9AbUxor1 .item {
  margin-bottom: 2rem;
}
@media (max-width: 767px) {
  .cid-uj9AbUxor1 .item {
    margin-bottom: 1rem;
  }
}
.cid-uj9AbUxor1 .item-wrapper {
  position: relative;
  border-radius: 4px;
  height: 100%;
  display: flex;
  flex-flow: column nowrap;
}
.cid-uj9AbUxor1 .mbr-section-title {
  color: #232323;
}
.cid-uj9AbUxor1 .mbr-text,
.cid-uj9AbUxor1 .mbr-section-btn {
  color: #232323;
  text-align: center;
}
.cid-uj9AbUxor1 .item-title {
  color: #232323;
  text-align: center;
}
.cid-uj9AbUxor1 .content-head {
  max-width: 800px;
}
.cid-uj9AbUR83k {
  padding-top: 6rem;
  padding-bottom: 6rem;
  background-color: #ffffff;
}
.cid-uj9AbUR83k .mbr-fallback-image.disabled {
  display: none;
}
.cid-uj9AbUR83k .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uj9AbV97JJ {
  background-color: #ffffff;
  padding-top: 0px;
  padding-bottom: 0px;
}
.cid-uj9AbV97JJ img {
  object-fit: contain;
  border-radius: 0 !important;
}
.cid-uj9AbVmDNq {
  padding-top: 6rem;
  padding-bottom: 6rem;
  background-color: #ffffff;
}
.cid-uj9AbVmDNq .mbr-fallback-image.disabled {
  display: none;
}
.cid-uj9AbVmDNq .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uj9AbVDalQ {
  background-color: #ffffff;
  padding-top: 0px;
  padding-bottom: 0px;
}
.cid-uj9AbVDalQ img {
  object-fit: contain;
  border-radius: 0 !important;
}
.cid-uj9AbVRqmh {
  display: flex;
}
@media (min-width: 768px) {
  .cid-uj9AbVRqmh {
    align-items: flex-end;
  }
  .cid-uj9AbVRqmh .row {
    justify-content: flex-start;
  }
  .cid-uj9AbVRqmh .content-wrap {
    padding: 1rem 3rem;
  }
}
@media (max-width: 991px) and (min-width: 768px) {
  .cid-uj9AbVRqmh .content-wrap {
    min-width: 50%;
  }
}
@media (max-width: 767px) {
  .cid-uj9AbVRqmh {
    -webkit-align-items: center;
    align-items: flex-end;
  }
  .cid-uj9AbVRqmh .mbr-row {
    -webkit-justify-content: center;
    justify-content: center;
  }
  .cid-uj9AbVRqmh .content-wrap {
    width: 100%;
  }
}
.cid-uj9AbVRqmh .mbr-fallback-image.disabled {
  display: none;
}
.cid-uj9AbVRqmh .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/background1.jpg");
}
.cid-uj9AbVRqmh .mbr-section-title,
.cid-uj9AbVRqmh .mbr-section-subtitle {
  text-align: left;
  color: #ffc091;
}
.cid-uj9AbVRqmh .mbr-text,
.cid-uj9AbVRqmh .mbr-section-btn {
  text-align: left;
}
.cid-uj9AbW8HfW {
  padding-top: 6rem;
  padding-bottom: 6rem;
  background-color: #ffffff;
}
.cid-uj9AbW8HfW .item-subtitle {
  line-height: 1.2;
  color: #232323;
  text-align: center;
}
.cid-uj9AbW8HfW img,
.cid-uj9AbW8HfW .item-img {
  width: 100%;
  height: 100%;
  height: 400px;
  object-fit: cover;
}
.cid-uj9AbW8HfW .item:focus,
.cid-uj9AbW8HfW span:focus {
  outline: none;
}
.cid-uj9AbW8HfW .item {
  margin-bottom: 2rem;
}
@media (max-width: 767px) {
  .cid-uj9AbW8HfW .item {
    margin-bottom: 1rem;
  }
}
.cid-uj9AbW8HfW .item-wrapper {
  position: relative;
  border-radius: 4px;
  height: 100%;
  display: flex;
  flex-flow: column nowrap;
}
.cid-uj9AbW8HfW .mbr-section-title {
  color: #232323;
}
.cid-uj9AbW8HfW .mbr-text,
.cid-uj9AbW8HfW .mbr-section-btn {
  color: #232323;
  text-align: center;
}
.cid-uj9AbW8HfW .item-title {
  color: #232323;
  text-align: center;
}
.cid-uj9AbW8HfW .content-head {
  max-width: 800px;
}
.cid-uj9AbWrHMo {
  padding-top: 6rem;
  padding-bottom: 6rem;
  background-color: #ffffff;
}
.cid-uj9AbWrHMo .mbr-fallback-image.disabled {
  display: none;
}
.cid-uj9AbWrHMo .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uj9AbWMSHg {
  background-color: #ffffff;
  padding-top: 0px;
  padding-bottom: 0px;
}
.cid-uj9AbWMSHg img {
  object-fit: contain;
  border-radius: 0 !important;
}
.cid-uj9AbX0NUx {
  padding-top: 6rem;
  padding-bottom: 6rem;
  background-color: #06549d;
}
.cid-uj9AbX0NUx .mbr-fallback-image.disabled {
  display: none;
}
.cid-uj9AbX0NUx .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uj9AbX0NUx .nav-tabs .nav-item.open .nav-link:focus,
.cid-uj9AbX0NUx .nav-tabs .nav-link.active:focus {
  outline: none;
}
.cid-uj9AbX0NUx .nav-tabs {
  flex-wrap: wrap;
  border-bottom: none;
}
@media (max-width: 767px) {
  .cid-uj9AbX0NUx .nav-item {
    width: 100%;
    margin-right: 0 !important;
    text-align: center;
  }
}
.cid-uj9AbX0NUx .nav-tabs .nav-item {
  margin-right: 1.5rem;
}
.cid-uj9AbX0NUx .nav-tabs .nav-link {
  transition: padding 0.3s ease, background-color 0.3s ease;
  border: none;
  border-radius: 2rem !important;
  padding: 1.25rem 0!important;
  background-color: transparent!important;
  overflow: hidden!important;
}
.cid-uj9AbX0NUx .nav-tabs .nav-link:not(.active) {
  color: #ffffff;
}
.cid-uj9AbX0NUx .nav-tabs .nav-link.active {
  color: #06549d !important;
  background-color: #ffffff !important;
  padding: 1.25rem 2rem!important;
}
.cid-uj9AbX0NUx .mbr-section-title {
  text-align: center;
  color: #ffffff;
}
.cid-uj9AbX0NUx .mbr-section-subtitle {
  text-align: center;
  color: #ffffff;
}
.cid-uj9AbX0NUx .mbr-text {
  color: #ffffff;
  margin: 0;
  text-align: center;
}
.cid-uj9AbX0NUx .content-head {
  max-width: 800px;
}
.cid-uj9AbX0NUx .item-wrapper {
  background-color: #06549d;
  padding: 2.25rem;
}
@media (max-width: 767px) {
  .cid-uj9AbX0NUx .item-wrapper {
    padding: 2rem 1.5rem;
  }
}
.cid-uj9AbXmfS0 {
  padding-top: 6rem;
  padding-bottom: 6rem;
  background-color: #ffffff;
}
.cid-uj9AbXmfS0 .mbr-fallback-image.disabled {
  display: none;
}
.cid-uj9AbXmfS0 .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uj9AbXDUc1 {
  background-color: #ffffff;
  padding-top: 0px;
  padding-bottom: 0px;
}
.cid-uj9AbXDUc1 img {
  object-fit: contain;
  border-radius: 0 !important;
}
.cid-uj9AbXSGYq {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-color: #edefeb;
}
.cid-uj9AbXSGYq .mbr-text {
  color: #000000;
}
.cid-uj9AbXSGYq .mbr-section-subtitle {
  color: #000000;
}
.cid-uj9AbXSGYq .mbr-section-title {
  color: #000000;
  text-align: center;
}
.cid-uj9AbXSGYq .mbr-text,
.cid-uj9AbXSGYq .item .mbr-section-btn {
  text-align: left;
}
.cid-uj9AbXSGYq .item-wrapper {
  background: #ffffff;
  margin-bottom: 2rem;
  padding: 2.25rem;
}
@media (min-width: 992px) and (max-width: 1200px) {
  .cid-uj9AbXSGYq .item-wrapper {
    padding: 2rem 1.5rem;
    margin-bottom: 2rem;
  }
}
@media (max-width: 767px) {
  .cid-uj9AbXSGYq .item-wrapper {
    padding: 2rem 1.5rem;
    margin-bottom: 1rem;
  }
}
.cid-uduqU6836b {
  padding-top: 2rem;
  padding-bottom: 3rem;
  background-image: url("../../../assets/images/white-background-2000x1334.jpeg");
}
.cid-uduqU6836b .logogree {
  position: relative;
  width: 100%;
}
.cid-uduqU6836b .agree {
  object-position: right;
  width: 40%;
  height: auto;
  object-fit: contain;
  display: block;
  border-radius: 0% !important;
}
.cid-uduqU6836b .mbr-fallback-image.disabled {
  display: none;
}
.cid-uduqU6836b .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uduqU6836b .footer-col {
  justify-content: space-between;
  display: flex;
}
@media (max-width: 767px) {
  .cid-uduqU6836b .footer-col {
    flex-direction: column;
  }
}
.cid-uduqU6836b .row {
  background: #ffffff;
  padding: 4rem 3rem;
  border-radius: 2rem;
  margin: 0px;
}
@media (max-width: 767px) {
  .cid-uduqU6836b .row {
    padding: 2rem 0.5rem;
  }
}
@media (min-width: 768px) and (max-width: 991px) {
  .cid-uduqU6836b .row {
    padding: 2.25rem 1.25rem;
  }
}
@media (min-width: 992px) {
  .cid-uduqU6836b .row {
    padding: 4rem 3rem;
  }
}
@media (max-width: 767px) {
  .cid-uduqU6836b .mbr-section-btn {
    text-align: center;
  }
}
.cid-uduqU6836b .social-row {
  display: flex;
  flex-wrap: wrap;
}
.cid-uduqU6836b .soc-item {
  margin: 8px;
}
.cid-uduqU6836b .soc-item a:hover .mbr-iconfont,
.cid-uduqU6836b .soc-item a:focus .mbr-iconfont {
  background-color: #232323;
}
.cid-uduqU6836b .soc-item a .mbr-iconfont {
  width: 72px;
  height: 72px;
  display: flex;
  align-items: center;
  justify-content: center;
  border-radius: 100%;
  font-size: 20px;
  background-color: #06549d;
  color: #ffffff;
  transition: all 0.3s ease-in-out;
}
@media (max-width: 767px) {
  .cid-uduqU6836b .row {
    text-align: center;
  }
  .cid-uduqU6836b .social-row {
    justify-content: center;
  }
}
.cid-uduqU6836b .list {
  list-style: none;
  padding-left: 0;
  color: #502274;
}
@media (max-width: 991px) {
  .cid-uduqU6836b .list {
    margin-bottom: 2rem;
  }
}
@media (min-width: 992px) {
  .cid-uduqU6836b .list {
    margin-bottom: 0rem;
  }
}
.cid-uduqU6836b .mbr-text {
  color: #bbbbbb;
}
.cid-uduqU6836b .mbr-section-subtitle {
  color: #000000;
  text-align: left;
}
.cid-uduqU6836b .list,
.cid-uduqU6836b .item-wrap {
  color: #232323;
  text-align: left;
}
.cid-uduqU6836b .copyright {
  color: #000000;
  text-align: center;
}
.cid-uduqU6836b H5 {
  text-align: left;
}
.cid-tJGsCG1vVL {
  z-index: 1000;
  width: 100%;
  position: inherit;
}
.cid-tJGsCG1vVL .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 .3s;
}
@media (max-width: 767px) {
  .cid-tJGsCG1vVL .navbar-toggler {
    transform: scale(0.8);
  }
}
.cid-tJGsCG1vVL .navbar-brand {
  flex-shrink: 0;
  align-items: center;
  margin-right: 0;
  padding: 10px 0;
  transition: all 2s;
  word-break: break-word;
  z-index: 1;
}
.cid-tJGsCG1vVL .navbar-brand img {
  max-width: 100%;
  max-height: 100%;
  border-radius: 0px !important;
}
.cid-tJGsCG1vVL .navbar-brand .navbar-caption {
  line-height: inherit !important;
}
.cid-tJGsCG1vVL .navbar-brand .navbar-logo a {
  outline: none;
}
.cid-tJGsCG1vVL .navbar-nav {
  margin: auto;
  margin-left: 0;
  margin-left: auto;
}
.cid-tJGsCG1vVL .navbar-nav .nav-item {
  padding: 0 !important;
  transition: .3s all !important;
}
.cid-tJGsCG1vVL .navbar-nav .nav-item .nav-link {
  padding: 16px !important;
  margin: 0 !important;
  border-radius: 1rem !important;
  transition: .3s all !important;
  border-radius: 4px !important;
}
.cid-tJGsCG1vVL .navbar-nav .nav-item .nav-link:hover {
  background-color: rgba(27, 31, 10, 0.06);
}
.cid-tJGsCG1vVL .navbar-nav .open .nav-link::after {
  transform: rotate(180deg);
}
@media (min-width: 992px) {
  .cid-tJGsCG1vVL .navbar-nav .open .nav-link::before {
    content: "";
    width: 100%;
    height: 20px;
    top: 100%;
    background: transparent;
    position: absolute;
  }
}
.cid-tJGsCG1vVL .navbar-nav .dropdown-item {
  padding: 12px !important;
  border-radius: 0.5rem !important;
  margin: 0 8px !important;
  transition: .3s all !important;
  border-radius: 4px !important;
}
.cid-tJGsCG1vVL .navbar-nav .dropdown-item:hover {
  background-color: rgba(27, 31, 10, 0.06);
}
@media (min-width: 992px) {
  .cid-tJGsCG1vVL .navbar-nav {
    padding-left: 1.5rem;
  }
}
.cid-tJGsCG1vVL .nav-link {
  width: fit-content;
  position: relative;
}
.cid-tJGsCG1vVL .navbar-logo {
  padding-left: 2rem;
  margin: 0 !important;
}
@media (max-width: 767px) {
  .cid-tJGsCG1vVL .navbar-logo {
    padding-left: 1rem;
  }
}
.cid-tJGsCG1vVL .navbar-caption {
  padding-left: 1rem;
  padding-right: .5rem;
}
@media (max-width: 767px) {
  .cid-tJGsCG1vVL .nav-dropdown {
    padding-bottom: 0.5rem;
  }
}
.cid-tJGsCG1vVL .nav-dropdown .link.dropdown-toggle::after {
  margin-left: 0.5rem;
  margin-top: 0.2rem;
  transition: .3s all;
  transition-delay: 300ms;
}
.cid-tJGsCG1vVL .container {
  display: flex;
  height: 90px;
  padding: 0.5rem 0.6rem;
  flex-wrap: nowrap;
  background: rgba(255, 255, 255, 0.9) !important;
  left: 0;
  right: 0;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: flex-end;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  border-radius: 100vw;
  margin-top: 1rem;
  background-color: #ffffff;
  box-shadow: 0 30px 60px 0 rgba(27, 31, 10, 0.08);
  border-radius: 4px !important;
}
@media (max-width: 992px) {
  .cid-tJGsCG1vVL .container {
    padding-right: 2rem;
  }
}
@media (max-width: 767px) {
  .cid-tJGsCG1vVL .container {
    width: 95%;
    height: 56px !important;
    padding-right: 1rem;
    margin-top: 0rem;
  }
}
.cid-tJGsCG1vVL .iconfont-wrapper {
  color: #0c2c68 !important;
  font-size: 1.5rem;
  padding-right: 0.5rem;
}
.cid-tJGsCG1vVL .dropdown-menu {
  flex-wrap: wrap;
  flex-direction: column;
  max-width: 100%;
  padding: 12px 4px !important;
  border-radius: 1.5rem;
  transition: .3s all !important;
  transition-delay: 300ms;
  min-width: auto;
  background: #ffffff;
  background: rgba(255, 255, 255, 0.9) !important;
  border-radius: 4px !important;
}
.cid-tJGsCG1vVL .nav-item:focus,
.cid-tJGsCG1vVL .nav-link:focus {
  outline: none;
}
.cid-tJGsCG1vVL .dropdown .dropdown-menu .dropdown-item {
  width: auto;
  transition: all .3s;
  transition-delay: 300ms;
}
.cid-tJGsCG1vVL .dropdown .dropdown-menu .dropdown-item::after {
  right: 0.5rem;
}
.cid-tJGsCG1vVL .dropdown .dropdown-menu .dropdown-item .mbr-iconfont {
  margin-right: 0.5rem;
  vertical-align: sub;
}
.cid-tJGsCG1vVL .dropdown .dropdown-menu .dropdown-item .mbr-iconfont:before {
  display: inline-block;
  transform: scale(1, 1);
  transition: all .3s;
}
.cid-tJGsCG1vVL .collapsed .dropdown-menu .dropdown-item:before {
  display: none;
}
.cid-tJGsCG1vVL .collapsed .dropdown .dropdown-menu .dropdown-item {
  padding: 0.235em 1.5em 0.235em 1.5em !important;
  transition: none;
  margin: 0 !important;
}
.cid-tJGsCG1vVL .navbar {
  min-height: 90px;
  transition: all 5s;
  border-bottom: 1px solid transparent;
  background: transparent !important;
  padding: 0 !important;
  border: none !important;
  box-shadow: none !important;
  border-radius: 0 !important;
}
.cid-tJGsCG1vVL .navbar.opened {
  transition: all 0.3s;
}
.cid-tJGsCG1vVL .navbar .dropdown-item {
  padding: 0.5rem 1.8rem;
}
.cid-tJGsCG1vVL .navbar .navbar-logo img {
  width: auto;
}
.cid-tJGsCG1vVL .navbar .navbar-collapse {
  z-index: 1;
  justify-content: flex-end;
}
.cid-tJGsCG1vVL .navbar.collapsed {
  justify-content: center;
}
.cid-tJGsCG1vVL .navbar.collapsed .nav-item .nav-link::before {
  display: none;
}
.cid-tJGsCG1vVL .navbar.collapsed.opened .dropdown-menu {
  top: 0;
}
@media (min-width: 992px) {
  .cid-tJGsCG1vVL .navbar.collapsed.opened:not(.navbar-short) .navbar-collapse {
    max-height: calc(98.5vh - 3.4rem);
  }
}
.cid-tJGsCG1vVL .navbar.collapsed .dropdown-menu .dropdown-submenu {
  left: 0 !important;
}
.cid-tJGsCG1vVL .navbar.collapsed .dropdown-menu .dropdown-item:after {
  right: auto;
}
.cid-tJGsCG1vVL .navbar.collapsed .dropdown-menu .dropdown-toggle[data-toggle="dropdown-submenu"]:after {
  margin-left: 0.5rem;
  margin-top: 0.2rem;
  border-top: 0.35em solid;
  border-right: 0.35em solid transparent;
  border-left: 0.35em solid transparent;
  border-bottom: 0;
  top: 41%;
}
.cid-tJGsCG1vVL .navbar.collapsed ul.navbar-nav li {
  margin: auto;
}
.cid-tJGsCG1vVL .navbar.collapsed .dropdown-menu .dropdown-item {
  padding: 0.25rem 0.5rem;
  text-align: center;
}
.cid-tJGsCG1vVL .navbar.collapsed .icons-menu {
  padding-left: 0;
  padding-right: 0;
  padding-top: 0.5rem;
  padding-bottom: 0.5rem;
}
@media (max-width: 767px) {
  .cid-tJGsCG1vVL .navbar {
    min-height: 72px;
  }
  .cid-tJGsCG1vVL .navbar .navbar-logo img {
    height: 2rem !important;
  }
}
@media (max-width: 991px) {
  .cid-tJGsCG1vVL .navbar .nav-item .nav-link::before {
    display: none;
  }
  .cid-tJGsCG1vVL .navbar.opened .dropdown-menu {
    top: 0;
  }
  .cid-tJGsCG1vVL .navbar .dropdown-menu .dropdown-submenu {
    left: 0 !important;
  }
  .cid-tJGsCG1vVL .navbar .dropdown-menu .dropdown-item:after {
    right: auto;
  }
  .cid-tJGsCG1vVL .navbar .dropdown-menu .dropdown-toggle[data-toggle="dropdown-submenu"]:after {
    margin-left: 0.5rem;
    margin-top: 0.2rem;
    border-top: 0.35em solid;
    border-right: 0.35em solid transparent;
    border-left: 0.35em solid transparent;
    border-bottom: 0;
    top: 40%;
  }
  .cid-tJGsCG1vVL .navbar .dropdown-menu .dropdown-item {
    padding: 0.25rem 1.5rem !important;
    text-align: center;
  }
  .cid-tJGsCG1vVL .navbar .navbar-brand {
    flex-shrink: initial;
    flex-basis: auto;
    word-break: break-word;
    padding-right: 10px;
  }
  .cid-tJGsCG1vVL .navbar .navbar-toggler {
    flex-basis: auto;
  }
  .cid-tJGsCG1vVL .navbar .icons-menu {
    padding-left: 0;
    padding-top: 0.5rem;
    padding-bottom: 0.5rem;
  }
}
.cid-tJGsCG1vVL .navbar.navbar-short .navbar-logo img {
  height: 2rem;
}
.cid-tJGsCG1vVL .dropdown-item.active,
.cid-tJGsCG1vVL .dropdown-item:active {
  background-color: transparent;
}
.cid-tJGsCG1vVL .navbar-expand-lg .navbar-nav .nav-link {
  padding: 0;
}
.cid-tJGsCG1vVL .nav-dropdown .link.dropdown-toggle {
  margin-right: 1.667em;
}
.cid-tJGsCG1vVL .nav-dropdown .link.dropdown-toggle[aria-expanded="true"] {
  margin-right: 0;
  padding: 0.667em 1.667em;
}
.cid-tJGsCG1vVL .navbar.navbar-expand-lg .dropdown .dropdown-menu {
  background: #ffffff;
}
.cid-tJGsCG1vVL .navbar.navbar-expand-lg .dropdown .dropdown-menu .dropdown-submenu {
  margin: 0;
  left: 100%;
  transform: none;
  top: -12px;
}
.cid-tJGsCG1vVL .navbar .dropdown.open > .dropdown-menu {
  display: flex;
}
.cid-tJGsCG1vVL ul.navbar-nav {
  flex-wrap: wrap;
}
.cid-tJGsCG1vVL .navbar-buttons {
  text-align: center;
  min-width: 140px;
}
@media (max-width: 992px) {
  .cid-tJGsCG1vVL .navbar-buttons {
    text-align: left;
  }
}
.cid-tJGsCG1vVL button.navbar-toggler {
  outline: none;
  width: 31px;
  height: 20px;
  cursor: pointer;
  transition: all 0.2s;
  position: relative;
  align-self: center;
}
.cid-tJGsCG1vVL button.navbar-toggler .hamburger span {
  position: absolute;
  right: 0;
  width: 30px;
  height: 2px;
  border-right: 5px;
  background-color: #06549d;
}
.cid-tJGsCG1vVL button.navbar-toggler .hamburger span:nth-child(1) {
  top: 0;
  transition: all 0.2s;
}
.cid-tJGsCG1vVL button.navbar-toggler .hamburger span:nth-child(2) {
  top: 8px;
  transition: all 0.15s;
}
.cid-tJGsCG1vVL button.navbar-toggler .hamburger span:nth-child(3) {
  top: 8px;
  transition: all 0.15s;
}
.cid-tJGsCG1vVL button.navbar-toggler .hamburger span:nth-child(4) {
  top: 16px;
  transition: all 0.2s;
}
.cid-tJGsCG1vVL nav.opened .hamburger span:nth-child(1) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-tJGsCG1vVL nav.opened .hamburger span:nth-child(2) {
  transform: rotate(45deg);
  transition: all 0.25s;
}
.cid-tJGsCG1vVL nav.opened .hamburger span:nth-child(3) {
  transform: rotate(-45deg);
  transition: all 0.25s;
}
.cid-tJGsCG1vVL nav.opened .hamburger span:nth-child(4) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-tJGsCG1vVL .navbar-dropdown {
  padding: 0 1rem;
}
.cid-tJGsCG1vVL a.nav-link {
  display: flex;
  align-items: center;
  justify-content: center;
}
.cid-tJGsCG1vVL .icons-menu {
  flex-wrap: nowrap;
  display: flex;
  justify-content: center;
  padding-left: 1rem;
  padding-right: 1rem;
  padding-top: 0.3rem;
  text-align: center;
}
@media (max-width: 992px) {
  .cid-tJGsCG1vVL .icons-menu {
    justify-content: flex-start;
    margin-bottom: .5rem;
  }
}
@media screen and (-ms-high-contrast: active), (-ms-high-contrast: none) {
  .cid-tJGsCG1vVL .navbar {
    height: 70px;
  }
  .cid-tJGsCG1vVL .navbar.opened {
    height: auto;
  }
  .cid-tJGsCG1vVL .nav-item .nav-link:hover::before {
    width: 175%;
    max-width: calc(100% + 2rem);
    left: -1rem;
  }
}
.cid-tJGsCG1vVL .navbar .dropdown > .dropdown-menu {
  display: none;
  width: max-content;
  max-width: 500px !important;
  transform: translateX(-50%);
  top: calc(100% + 20px);
  left: 50%;
}
.cid-tJGsCG1vVL .navbar .dropdown > .dropdown-menu .dropdown-item {
  line-height: 1 !important;
}
.cid-tJGsCG1vVL .navbar .dropdown > .dropdown-menu .dropdown .dropdown-item {
  align-items: center;
  display: flex;
  height: max-content !important;
  min-height: max-content !important;
}
.cid-tJGsCG1vVL .navbar .dropdown > .dropdown-menu .dropdown .dropdown-item::after {
  display: inline-block;
  position: static;
  margin-left: 0.5rem;
  margin-top: 0;
  margin-right: 0;
  margin-bottom: 0;
  transition: .3s all;
  transform: rotate(-90deg);
}
.cid-tJGsCG1vVL .navbar .dropdown > .dropdown-menu .dropdown.open .dropdown-item::after {
  transform: rotate(0deg);
}
.cid-tJGsCG1vVL .mbr-section-btn {
  margin: -0.6rem -0.6rem;
}
.cid-tJGsCG1vVL .navbar-toggler {
  margin-left: 12px;
  margin-right: 8px;
  order: 1000;
}
@media (max-width: 991px) {
  .cid-tJGsCG1vVL .navbar-brand {
    margin-right: auto;
  }
  .cid-tJGsCG1vVL .navbar-collapse {
    z-index: -1 !important;
    position: absolute;
    top: 110%;
    left: 0;
    width: 100%;
    padding: 1rem;
    border-radius: 1.5rem;
    background: #ffffff;
    opacity: 1;
    border-color: rgba(255, 255, 255, 0.9) !important;
    background: rgba(255, 255, 255, 0.9) !important;
    backdrop-filter: blur(8px);
    border-radius: 4px !important;
  }
  .cid-tJGsCG1vVL .navbar-nav .nav-item .nav-link::after {
    margin-left: 10px;
  }
  .cid-tJGsCG1vVL .navbar-nav .dropdown-item:hover {
    background-color: rgba(27, 31, 10, 0.06);
  }
  .cid-tJGsCG1vVL .navbar .dropdown > .dropdown-menu {
    max-width: 100% !important;
    transform: translateX(0);
    top: 10px;
    left: 0;
    padding: 8px !important;
    border-radius: 1rem;
    background-color: rgba(27, 31, 10, 0.04) !important;
  }
  .cid-tJGsCG1vVL .navbar .dropdown > .dropdown-menu .dropdown-item {
    padding: 8px !important;
    line-height: 1 !important;
    margin-bottom: 4px !important;
  }
  .cid-tJGsCG1vVL .navbar .dropdown > .dropdown-menu .dropdown .dropdown-item {
    align-items: center;
    display: flex;
    height: max-content !important;
    min-height: max-content !important;
  }
  .cid-tJGsCG1vVL .navbar .dropdown > .dropdown-menu .dropdown .dropdown-item::after {
    display: inline-block;
    position: static;
    margin-left: 0.5rem;
    margin-top: 0;
    margin-right: 0;
    margin-bottom: 0;
    transition: .3s all;
    transform: rotate(0deg);
  }
  .cid-tJGsCG1vVL .navbar .dropdown > .dropdown-menu .dropdown.open .dropdown-item::after {
    transform: rotate(180deg);
  }
  .cid-tJGsCG1vVL .navbar .dropdown > .dropdown-menu .dropdown-submenu {
    position: static;
    width: 100%;
    max-width: 100% !important;
    transform: translateX(0) !important;
    top: 0;
    left: 0;
    padding: 8px !important;
    border-radius: 1rem;
    background-color: rgba(27, 31, 10, 0.04) !important;
  }
  .cid-tJGsCG1vVL .navbar .dropdown.open > .dropdown-menu {
    display: flex !important;
    flex-direction: column;
    align-items: flex-start;
  }
}
@media (max-width: 575px) {
  .cid-tJGsCG1vVL .navbar-collapse {
    padding: 1rem;
  }
}
.cid-ujZWBbnwyH {
  display: flex;
  padding-top: 8rem;
  padding-bottom: 3rem;
  background-image: url("../../../assets/images/white-background-2000x1334.jpeg");
}
.cid-ujZWBbnwyH .mbr-overlay {
  background-color: #ffffff;
  opacity: 0.3;
}
.cid-ujZWBbnwyH .mbr-fallback-image.disabled {
  display: none;
}
.cid-ujZWBbnwyH .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-ujZWBbnwyH .content-wrap {
  padding: 5rem 1rem;
}
@media (min-width: 992px) {
  .cid-ujZWBbnwyH .content-wrap {
    padding: 5rem 3rem;
  }
}
@media (min-width: 768px) {
  .cid-ujZWBbnwyH {
    align-items: center;
  }
  .cid-ujZWBbnwyH .row {
    justify-content: center;
  }
}
@media (max-width: 991px) and (min-width: 768px) {
  .cid-ujZWBbnwyH .content-wrap {
    min-width: 50%;
  }
}
@media (max-width: 767px) {
  .cid-ujZWBbnwyH {
    -webkit-align-items: center;
    align-items: center;
  }
  .cid-ujZWBbnwyH .mbr-row {
    -webkit-justify-content: center;
    justify-content: center;
  }
  .cid-ujZWBbnwyH .content-wrap {
    width: 100%;
  }
}
.cid-ujZWBbnwyH .mbr-section-title {
  text-align: center;
  color: #000000;
}
.cid-ujZWBbnwyH .mbr-text,
.cid-ujZWBbnwyH .mbr-section-btn {
  text-align: center;
  color: #06549d;
}
.cid-ujZWBbDH2z {
  padding-top: 1rem;
  padding-bottom: 3rem;
  background-color: #06549d;
}
.cid-ujZWBbDH2z .mbr-fallback-image.disabled {
  display: none;
}
.cid-ujZWBbDH2z .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-ujZWBbDH2z .mbr-section-title {
  color: #ffffff;
}
.cid-ujZWBbDH2z .mbr-section-subtitle {
  color: #ffffff;
}
.cid-ujZWBbR7v5 {
  padding-top: 5rem;
  padding-bottom: 2rem;
  background-color: #232323;
}
.cid-ujZWBbR7v5 .mbr-fallback-image.disabled {
  display: none;
}
.cid-ujZWBbR7v5 .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
@media (max-width: 767px) {
  .cid-ujZWBbR7v5 .card-content-text {
    padding: 0 1.5rem 1.5rem 1.5rem;
  }
}
@media (min-width: 768px) {
  .cid-ujZWBbR7v5 .card-content-text {
    padding: 0 2.25rem 2.25rem 2.25rem;
  }
}
@media (min-width: 992px) {
  .cid-ujZWBbR7v5 .card-content-text {
    padding: 1rem 4rem 4rem 4rem;
  }
}
.cid-ujZWBbR7v5 .card-wrapper {
  background: #ffffff;
}
.cid-ujZWBbR7v5 .mbr-text,
.cid-ujZWBbR7v5 .mbr-section-btn {
  color: #000000;
  text-align: center;
}
.cid-ujZWBbR7v5 .card-title,
.cid-ujZWBbR7v5 .card-box {
  text-align: center;
  color: #000000;
}
.cid-ujZWBc9NoA {
  padding-top: 3rem;
  padding-bottom: 2rem;
  background-color: #06549d;
}
.cid-ujZWBc9NoA .mbr-section-title {
  text-align: center;
  color: #ffffff;
}
.cid-ujZWBc9NoA .mbr-section-subtitle {
  text-align: center;
  color: #232323;
}
.cid-ujZWBcl0Ks {
  padding-top: 0rem;
  padding-bottom: 2rem;
  background-color: #06549d;
}
.cid-ujZWBcl0Ks .mbr-fallback-image.disabled {
  display: none;
}
.cid-ujZWBcl0Ks .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-ujZWBcl0Ks .card-wrapper {
  background: #ffffff;
}
@media (max-width: 767px) {
  .cid-ujZWBcl0Ks .card-wrapper {
    padding: 2rem 1.5rem;
  }
}
@media (min-width: 768px) and (max-width: 991px) {
  .cid-ujZWBcl0Ks .card-wrapper {
    padding: 2.25rem;
  }
}
@media (min-width: 992px) {
  .cid-ujZWBcl0Ks .card-wrapper {
    padding: 4rem;
  }
}
.cid-ujZWBcl0Ks .mbr-text,
.cid-ujZWBcl0Ks .mbr-section-btn {
  color: #000000;
  text-align: left;
}
.cid-ujZWBcl0Ks .card-title,
.cid-ujZWBcl0Ks .card-box {
  text-align: center;
  color: #000000;
}
.cid-ujZWBcl0Ks .counter-container ul {
  margin: 0;
  padding-left: 2.25rem;
  list-style: none;
}
.cid-ujZWBcl0Ks .counter-container ul li {
  position: relative;
  list-style: none;
  margin-bottom: 2rem;
}
.cid-ujZWBcl0Ks .counter-container ul li:before {
  position: absolute;
  left: -1.5em;
  content: "";
  display: flex;
  justify-content: center;
  align-items: center;
  color: #06549d;
  background-color: #06549d;
  width: 0.5em;
  height: 0.5em;
  top: 0.4em;
  border-radius: 50%;
}
.cid-ujZWBcl0Ks .counter-container ol {
  margin-bottom: 0;
  padding-left: 2.25rem;
  counter-reset: myCounter;
}
.cid-ujZWBcl0Ks .counter-container ol li {
  margin-bottom: 2rem;
  list-style: none;
  position: relative;
}
.cid-ujZWBcl0Ks .counter-container ol li:before {
  font-weight: 700;
  position: absolute;
  left: -1.5em;
  counter-increment: myCounter;
  content: counter(myCounter);
  transition: all .2s;
  color: #06549d;
  display: flex;
  align-items: center;
  justify-content: center;
}
.cid-ujZWBcl0Ks .mbr-text UL {
  text-align: left;
}
.cid-ujZWBcl0Ks .mbr-text {
  text-align: left;
}
.cid-ujZWBczsyl {
  padding-top: 2rem;
  padding-bottom: 2rem;
  background-color: #06549d;
}
.cid-ujZWBczsyl .mbr-fallback-image.disabled {
  display: none;
}
.cid-ujZWBczsyl .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-ujZWBczsyl .card-wrapper {
  background: #ffffff;
}
@media (max-width: 767px) {
  .cid-ujZWBczsyl .card-wrapper {
    padding: 1.5rem;
  }
}
@media (min-width: 768px) and (max-width: 991px) {
  .cid-ujZWBczsyl .card-wrapper {
    padding: 2.25rem;
  }
}
@media (min-width: 992px) {
  .cid-ujZWBczsyl .card-wrapper {
    padding: 4rem;
  }
}
.cid-ujZWBczsyl .mbr-text,
.cid-ujZWBczsyl .mbr-section-btn {
  color: #000000;
  text-align: center;
}
.cid-ujZWBczsyl .card-title,
.cid-ujZWBczsyl .card-box {
  text-align: center;
  color: #000000;
}
.cid-ujZWBjzXpe {
  padding-top: 0rem;
  padding-bottom: 0rem;
  background-color: #06549d;
}
.cid-ujZWBjzXpe .mbr-fallback-image.disabled {
  display: none;
}
.cid-ujZWBjzXpe .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-ujZWBjzXpe #tooltip {
  position: relative;
  display: inline-block;
  cursor: pointer;
}
.cid-ujZWBjzXpe .tooltip-text {
  visibility: hidden;
  width: 277px;
  background-color: #ffffff;
  color: #06549d;
  padding: 10px;
  border-radius: 10px;
  box-shadow: 0 2px 5px rgba(0, 0, 0, 0.2);
  position: absolute;
  z-index: 1;
  left: 100%;
  transform: translateY(-58%);
  transition: visibility 0s, opacity 0.3s ease;
  opacity: 0;
  top: 50%;
  font-size: 15px;
  border: 0px solid #000000;
}
.cid-ujZWBjzXpe #tooltip:hover .tooltip-text {
  visibility: visible;
  opacity: 1;
}
.cid-ujZWBjzXpe .imagetooltip {
  width: 249.3px;
  height: auto;
}
@media (max-width: 800px) {
  .cid-ujZWBjzXpe .tooltip-text {
    width: 250px;
    left: -275%;
    transform: translateY(-112%);
  }
  .cid-ujZWBjzXpe .imagetooltip {
    width: 230px;
    height: auto;
  }
}
.cid-ujZWBjzXpe .mbr-section-subtitle {
  color: #ffffff;
}
.cid-ujZWBjzXpe .mbr-section-title {
  color: #ffffff;
}
.cid-ujZWBd0v9m {
  padding-top: 90px;
  padding-bottom: 90px;
  background-image: url("../../../assets/images/white-background-2000x1334.jpeg");
}
.cid-ujZWBd0v9m .showAlerts {
  display: block !important;
}
.cid-ujZWBd0v9m .rowflexrev {
  display: -webkit-flex;
}
.cid-ujZWBd0v9m .ws-form-alerts {
  margin-top: 1rem;
}
.cid-ujZWBd0v9m .title {
  margin-bottom: 2rem;
}
.cid-ujZWBd0v9m .mbr-section-subtitle {
  color: #767676;
}
.cid-ujZWBd0v9m textarea.form-control {
  min-height: 188px;
}
.cid-ujZWBd0v9m LABEL {
  color: #232323;
  display: initial;
}
.cid-ujZWBd0v9m .mbr-section-terms {
  text-align: center;
  color: #232323;
  margin-bottom: 0px;
}
.cid-ujZWBd0v9m .mbr-section-labels {
  color: #232323;
  padding: 0;
  margin-bottom: .357em;
  text-align: left;
}
.cid-ujZWBd0v9m .mbr-section-autorespond {
  text-align: left;
  color: #232323;
  margin-bottom: 0px;
}
.cid-ujZWBd0v9m .mbr-section-gdpr {
  text-align: left;
  color: #232323;
  margin-bottom: 0px;
}
.cid-ujZWBd0v9m .alert {
  margin-bottom: 0;
}
.cid-ujZWBd0v9m .alert-success {
  background-color: #06549d;
}
.cid-ujZWBd0v9m .alert-danger {
  background-color: #ff4a52;
}
.cid-ujZWBd0v9m .btn {
  display: inline-flex;
}
.cid-ujZWBd0v9m .mbr-alert-success {
  text-align: left;
  color: #ffffff;
}
.cid-ujZWBd0v9m .mbr-alert-danger {
  text-align: left;
  color: #ffffff;
}
.cid-ujZWBd0v9m input,
.cid-ujZWBd0v9m option,
.cid-ujZWBd0v9m textarea {
  color: #000000;
}
.cid-uk7pwNulWZ {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background: #06549d;
}
.cid-uk7pwNulWZ .mbr-fallback-image.disabled {
  display: none;
}
.cid-uk7pwNulWZ .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-uk7pwNulWZ .row .map-wrapper {
    margin-top: 2rem;
  }
}
@media (max-width: 767px) {
  .cid-uk7pwNulWZ .row .map-wrapper {
    margin-top: 1rem;
  }
}
.cid-uk7pwNulWZ .google-map {
  height: 100%;
  position: relative;
}
.cid-uk7pwNulWZ .google-map iframe {
  height: 100%;
  width: 100%;
}
@media (max-width: 992px) {
  .cid-uk7pwNulWZ .google-map iframe {
    min-height: 350px;
  }
}
.cid-uk7pwNulWZ .google-map [data-state-details] {
  color: #6b6763;
  height: 1.5em;
  margin-top: -0.75em;
  padding-left: 1.25rem;
  padding-right: 1.25rem;
  position: absolute;
  text-align: center;
  top: 50%;
  width: 100%;
}
.cid-uk7pwNulWZ .google-map[data-state] {
  background: #e9e5dc;
}
.cid-uk7pwNulWZ .google-map[data-state="loading"] [data-state-details] {
  display: none;
}
.cid-uk7pwNulWZ .card-wrapper {
  padding: 2.25rem;
  background: #ffffff;
}
@media (min-width: 992px) and (max-width: 1200px) {
  .cid-uk7pwNulWZ .card-wrapper {
    padding: 1.5rem;
  }
}
@media (max-width: 767px) {
  .cid-uk7pwNulWZ .card-wrapper {
    padding: 2rem 1.5rem;
  }
}
.cid-uk7pwNulWZ ul {
  list-style-type: none;
  padding: 0;
  margin: 0;
}
.cid-uk7pwNulWZ .content-head {
  max-width: 800px;
}
.cid-uk7pwNulWZ .mbr-section-title {
  color: #ffffff;
}
.cid-uduqU6836b {
  padding-top: 2rem;
  padding-bottom: 3rem;
  background-image: url("../../../assets/images/white-background-2000x1334.jpeg");
}
.cid-uduqU6836b .logogree {
  position: relative;
  width: 100%;
}
.cid-uduqU6836b .agree {
  object-position: right;
  width: 40%;
  height: auto;
  object-fit: contain;
  display: block;
  border-radius: 0% !important;
}
.cid-uduqU6836b .mbr-fallback-image.disabled {
  display: none;
}
.cid-uduqU6836b .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uduqU6836b .footer-col {
  justify-content: space-between;
  display: flex;
}
@media (max-width: 767px) {
  .cid-uduqU6836b .footer-col {
    flex-direction: column;
  }
}
.cid-uduqU6836b .row {
  background: #ffffff;
  padding: 4rem 3rem;
  border-radius: 2rem;
  margin: 0px;
}
@media (max-width: 767px) {
  .cid-uduqU6836b .row {
    padding: 2rem 0.5rem;
  }
}
@media (min-width: 768px) and (max-width: 991px) {
  .cid-uduqU6836b .row {
    padding: 2.25rem 1.25rem;
  }
}
@media (min-width: 992px) {
  .cid-uduqU6836b .row {
    padding: 4rem 3rem;
  }
}
@media (max-width: 767px) {
  .cid-uduqU6836b .mbr-section-btn {
    text-align: center;
  }
}
.cid-uduqU6836b .social-row {
  display: flex;
  flex-wrap: wrap;
}
.cid-uduqU6836b .soc-item {
  margin: 8px;
}
.cid-uduqU6836b .soc-item a:hover .mbr-iconfont,
.cid-uduqU6836b .soc-item a:focus .mbr-iconfont {
  background-color: #232323;
}
.cid-uduqU6836b .soc-item a .mbr-iconfont {
  width: 72px;
  height: 72px;
  display: flex;
  align-items: center;
  justify-content: center;
  border-radius: 100%;
  font-size: 20px;
  background-color: #06549d;
  color: #ffffff;
  transition: all 0.3s ease-in-out;
}
@media (max-width: 767px) {
  .cid-uduqU6836b .row {
    text-align: center;
  }
  .cid-uduqU6836b .social-row {
    justify-content: center;
  }
}
.cid-uduqU6836b .list {
  list-style: none;
  padding-left: 0;
  color: #502274;
}
@media (max-width: 991px) {
  .cid-uduqU6836b .list {
    margin-bottom: 2rem;
  }
}
@media (min-width: 992px) {
  .cid-uduqU6836b .list {
    margin-bottom: 0rem;
  }
}
.cid-uduqU6836b .mbr-text {
  color: #bbbbbb;
}
.cid-uduqU6836b .mbr-section-subtitle {
  color: #000000;
  text-align: left;
}
.cid-uduqU6836b .list,
.cid-uduqU6836b .item-wrap {
  color: #232323;
  text-align: left;
}
.cid-uduqU6836b .copyright {
  color: #000000;
  text-align: center;
}
.cid-uduqU6836b H5 {
  text-align: left;
}
.cid-tJGsCG1vVL {
  z-index: 1000;
  width: 100%;
  position: inherit;
}
.cid-tJGsCG1vVL .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 .3s;
}
@media (max-width: 767px) {
  .cid-tJGsCG1vVL .navbar-toggler {
    transform: scale(0.8);
  }
}
.cid-tJGsCG1vVL .navbar-brand {
  flex-shrink: 0;
  align-items: center;
  margin-right: 0;
  padding: 10px 0;
  transition: all 2s;
  word-break: break-word;
  z-index: 1;
}
.cid-tJGsCG1vVL .navbar-brand img {
  max-width: 100%;
  max-height: 100%;
  border-radius: 0px !important;
}
.cid-tJGsCG1vVL .navbar-brand .navbar-caption {
  line-height: inherit !important;
}
.cid-tJGsCG1vVL .navbar-brand .navbar-logo a {
  outline: none;
}
.cid-tJGsCG1vVL .navbar-nav {
  margin: auto;
  margin-left: 0;
  margin-left: auto;
}
.cid-tJGsCG1vVL .navbar-nav .nav-item {
  padding: 0 !important;
  transition: .3s all !important;
}
.cid-tJGsCG1vVL .navbar-nav .nav-item .nav-link {
  padding: 16px !important;
  margin: 0 !important;
  border-radius: 1rem !important;
  transition: .3s all !important;
  border-radius: 4px !important;
}
.cid-tJGsCG1vVL .navbar-nav .nav-item .nav-link:hover {
  background-color: rgba(27, 31, 10, 0.06);
}
.cid-tJGsCG1vVL .navbar-nav .open .nav-link::after {
  transform: rotate(180deg);
}
@media (min-width: 992px) {
  .cid-tJGsCG1vVL .navbar-nav .open .nav-link::before {
    content: "";
    width: 100%;
    height: 20px;
    top: 100%;
    background: transparent;
    position: absolute;
  }
}
.cid-tJGsCG1vVL .navbar-nav .dropdown-item {
  padding: 12px !important;
  border-radius: 0.5rem !important;
  margin: 0 8px !important;
  transition: .3s all !important;
  border-radius: 4px !important;
}
.cid-tJGsCG1vVL .navbar-nav .dropdown-item:hover {
  background-color: rgba(27, 31, 10, 0.06);
}
@media (min-width: 992px) {
  .cid-tJGsCG1vVL .navbar-nav {
    padding-left: 1.5rem;
  }
}
.cid-tJGsCG1vVL .nav-link {
  width: fit-content;
  position: relative;
}
.cid-tJGsCG1vVL .navbar-logo {
  padding-left: 2rem;
  margin: 0 !important;
}
@media (max-width: 767px) {
  .cid-tJGsCG1vVL .navbar-logo {
    padding-left: 1rem;
  }
}
.cid-tJGsCG1vVL .navbar-caption {
  padding-left: 1rem;
  padding-right: .5rem;
}
@media (max-width: 767px) {
  .cid-tJGsCG1vVL .nav-dropdown {
    padding-bottom: 0.5rem;
  }
}
.cid-tJGsCG1vVL .nav-dropdown .link.dropdown-toggle::after {
  margin-left: 0.5rem;
  margin-top: 0.2rem;
  transition: .3s all;
  transition-delay: 300ms;
}
.cid-tJGsCG1vVL .container {
  display: flex;
  height: 90px;
  padding: 0.5rem 0.6rem;
  flex-wrap: nowrap;
  background: rgba(255, 255, 255, 0.9) !important;
  left: 0;
  right: 0;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: flex-end;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  border-radius: 100vw;
  margin-top: 1rem;
  background-color: #ffffff;
  box-shadow: 0 30px 60px 0 rgba(27, 31, 10, 0.08);
  border-radius: 4px !important;
}
@media (max-width: 992px) {
  .cid-tJGsCG1vVL .container {
    padding-right: 2rem;
  }
}
@media (max-width: 767px) {
  .cid-tJGsCG1vVL .container {
    width: 95%;
    height: 56px !important;
    padding-right: 1rem;
    margin-top: 0rem;
  }
}
.cid-tJGsCG1vVL .iconfont-wrapper {
  color: #0c2c68 !important;
  font-size: 1.5rem;
  padding-right: 0.5rem;
}
.cid-tJGsCG1vVL .dropdown-menu {
  flex-wrap: wrap;
  flex-direction: column;
  max-width: 100%;
  padding: 12px 4px !important;
  border-radius: 1.5rem;
  transition: .3s all !important;
  transition-delay: 300ms;
  min-width: auto;
  background: #ffffff;
  background: rgba(255, 255, 255, 0.9) !important;
  border-radius: 4px !important;
}
.cid-tJGsCG1vVL .nav-item:focus,
.cid-tJGsCG1vVL .nav-link:focus {
  outline: none;
}
.cid-tJGsCG1vVL .dropdown .dropdown-menu .dropdown-item {
  width: auto;
  transition: all .3s;
  transition-delay: 300ms;
}
.cid-tJGsCG1vVL .dropdown .dropdown-menu .dropdown-item::after {
  right: 0.5rem;
}
.cid-tJGsCG1vVL .dropdown .dropdown-menu .dropdown-item .mbr-iconfont {
  margin-right: 0.5rem;
  vertical-align: sub;
}
.cid-tJGsCG1vVL .dropdown .dropdown-menu .dropdown-item .mbr-iconfont:before {
  display: inline-block;
  transform: scale(1, 1);
  transition: all .3s;
}
.cid-tJGsCG1vVL .collapsed .dropdown-menu .dropdown-item:before {
  display: none;
}
.cid-tJGsCG1vVL .collapsed .dropdown .dropdown-menu .dropdown-item {
  padding: 0.235em 1.5em 0.235em 1.5em !important;
  transition: none;
  margin: 0 !important;
}
.cid-tJGsCG1vVL .navbar {
  min-height: 90px;
  transition: all 5s;
  border-bottom: 1px solid transparent;
  background: transparent !important;
  padding: 0 !important;
  border: none !important;
  box-shadow: none !important;
  border-radius: 0 !important;
}
.cid-tJGsCG1vVL .navbar.opened {
  transition: all 0.3s;
}
.cid-tJGsCG1vVL .navbar .dropdown-item {
  padding: 0.5rem 1.8rem;
}
.cid-tJGsCG1vVL .navbar .navbar-logo img {
  width: auto;
}
.cid-tJGsCG1vVL .navbar .navbar-collapse {
  z-index: 1;
  justify-content: flex-end;
}
.cid-tJGsCG1vVL .navbar.collapsed {
  justify-content: center;
}
.cid-tJGsCG1vVL .navbar.collapsed .nav-item .nav-link::before {
  display: none;
}
.cid-tJGsCG1vVL .navbar.collapsed.opened .dropdown-menu {
  top: 0;
}
@media (min-width: 992px) {
  .cid-tJGsCG1vVL .navbar.collapsed.opened:not(.navbar-short) .navbar-collapse {
    max-height: calc(98.5vh - 3.4rem);
  }
}
.cid-tJGsCG1vVL .navbar.collapsed .dropdown-menu .dropdown-submenu {
  left: 0 !important;
}
.cid-tJGsCG1vVL .navbar.collapsed .dropdown-menu .dropdown-item:after {
  right: auto;
}
.cid-tJGsCG1vVL .navbar.collapsed .dropdown-menu .dropdown-toggle[data-toggle="dropdown-submenu"]:after {
  margin-left: 0.5rem;
  margin-top: 0.2rem;
  border-top: 0.35em solid;
  border-right: 0.35em solid transparent;
  border-left: 0.35em solid transparent;
  border-bottom: 0;
  top: 41%;
}
.cid-tJGsCG1vVL .navbar.collapsed ul.navbar-nav li {
  margin: auto;
}
.cid-tJGsCG1vVL .navbar.collapsed .dropdown-menu .dropdown-item {
  padding: 0.25rem 0.5rem;
  text-align: center;
}
.cid-tJGsCG1vVL .navbar.collapsed .icons-menu {
  padding-left: 0;
  padding-right: 0;
  padding-top: 0.5rem;
  padding-bottom: 0.5rem;
}
@media (max-width: 767px) {
  .cid-tJGsCG1vVL .navbar {
    min-height: 72px;
  }
  .cid-tJGsCG1vVL .navbar .navbar-logo img {
    height: 2rem !important;
  }
}
@media (max-width: 991px) {
  .cid-tJGsCG1vVL .navbar .nav-item .nav-link::before {
    display: none;
  }
  .cid-tJGsCG1vVL .navbar.opened .dropdown-menu {
    top: 0;
  }
  .cid-tJGsCG1vVL .navbar .dropdown-menu .dropdown-submenu {
    left: 0 !important;
  }
  .cid-tJGsCG1vVL .navbar .dropdown-menu .dropdown-item:after {
    right: auto;
  }
  .cid-tJGsCG1vVL .navbar .dropdown-menu .dropdown-toggle[data-toggle="dropdown-submenu"]:after {
    margin-left: 0.5rem;
    margin-top: 0.2rem;
    border-top: 0.35em solid;
    border-right: 0.35em solid transparent;
    border-left: 0.35em solid transparent;
    border-bottom: 0;
    top: 40%;
  }
  .cid-tJGsCG1vVL .navbar .dropdown-menu .dropdown-item {
    padding: 0.25rem 1.5rem !important;
    text-align: center;
  }
  .cid-tJGsCG1vVL .navbar .navbar-brand {
    flex-shrink: initial;
    flex-basis: auto;
    word-break: break-word;
    padding-right: 10px;
  }
  .cid-tJGsCG1vVL .navbar .navbar-toggler {
    flex-basis: auto;
  }
  .cid-tJGsCG1vVL .navbar .icons-menu {
    padding-left: 0;
    padding-top: 0.5rem;
    padding-bottom: 0.5rem;
  }
}
.cid-tJGsCG1vVL .navbar.navbar-short .navbar-logo img {
  height: 2rem;
}
.cid-tJGsCG1vVL .dropdown-item.active,
.cid-tJGsCG1vVL .dropdown-item:active {
  background-color: transparent;
}
.cid-tJGsCG1vVL .navbar-expand-lg .navbar-nav .nav-link {
  padding: 0;
}
.cid-tJGsCG1vVL .nav-dropdown .link.dropdown-toggle {
  margin-right: 1.667em;
}
.cid-tJGsCG1vVL .nav-dropdown .link.dropdown-toggle[aria-expanded="true"] {
  margin-right: 0;
  padding: 0.667em 1.667em;
}
.cid-tJGsCG1vVL .navbar.navbar-expand-lg .dropdown .dropdown-menu {
  background: #ffffff;
}
.cid-tJGsCG1vVL .navbar.navbar-expand-lg .dropdown .dropdown-menu .dropdown-submenu {
  margin: 0;
  left: 100%;
  transform: none;
  top: -12px;
}
.cid-tJGsCG1vVL .navbar .dropdown.open > .dropdown-menu {
  display: flex;
}
.cid-tJGsCG1vVL ul.navbar-nav {
  flex-wrap: wrap;
}
.cid-tJGsCG1vVL .navbar-buttons {
  text-align: center;
  min-width: 140px;
}
@media (max-width: 992px) {
  .cid-tJGsCG1vVL .navbar-buttons {
    text-align: left;
  }
}
.cid-tJGsCG1vVL button.navbar-toggler {
  outline: none;
  width: 31px;
  height: 20px;
  cursor: pointer;
  transition: all 0.2s;
  position: relative;
  align-self: center;
}
.cid-tJGsCG1vVL button.navbar-toggler .hamburger span {
  position: absolute;
  right: 0;
  width: 30px;
  height: 2px;
  border-right: 5px;
  background-color: #06549d;
}
.cid-tJGsCG1vVL button.navbar-toggler .hamburger span:nth-child(1) {
  top: 0;
  transition: all 0.2s;
}
.cid-tJGsCG1vVL button.navbar-toggler .hamburger span:nth-child(2) {
  top: 8px;
  transition: all 0.15s;
}
.cid-tJGsCG1vVL button.navbar-toggler .hamburger span:nth-child(3) {
  top: 8px;
  transition: all 0.15s;
}
.cid-tJGsCG1vVL button.navbar-toggler .hamburger span:nth-child(4) {
  top: 16px;
  transition: all 0.2s;
}
.cid-tJGsCG1vVL nav.opened .hamburger span:nth-child(1) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-tJGsCG1vVL nav.opened .hamburger span:nth-child(2) {
  transform: rotate(45deg);
  transition: all 0.25s;
}
.cid-tJGsCG1vVL nav.opened .hamburger span:nth-child(3) {
  transform: rotate(-45deg);
  transition: all 0.25s;
}
.cid-tJGsCG1vVL nav.opened .hamburger span:nth-child(4) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-tJGsCG1vVL .navbar-dropdown {
  padding: 0 1rem;
}
.cid-tJGsCG1vVL a.nav-link {
  display: flex;
  align-items: center;
  justify-content: center;
}
.cid-tJGsCG1vVL .icons-menu {
  flex-wrap: nowrap;
  display: flex;
  justify-content: center;
  padding-left: 1rem;
  padding-right: 1rem;
  padding-top: 0.3rem;
  text-align: center;
}
@media (max-width: 992px) {
  .cid-tJGsCG1vVL .icons-menu {
    justify-content: flex-start;
    margin-bottom: .5rem;
  }
}
@media screen and (-ms-high-contrast: active), (-ms-high-contrast: none) {
  .cid-tJGsCG1vVL .navbar {
    height: 70px;
  }
  .cid-tJGsCG1vVL .navbar.opened {
    height: auto;
  }
  .cid-tJGsCG1vVL .nav-item .nav-link:hover::before {
    width: 175%;
    max-width: calc(100% + 2rem);
    left: -1rem;
  }
}
.cid-tJGsCG1vVL .navbar .dropdown > .dropdown-menu {
  display: none;
  width: max-content;
  max-width: 500px !important;
  transform: translateX(-50%);
  top: calc(100% + 20px);
  left: 50%;
}
.cid-tJGsCG1vVL .navbar .dropdown > .dropdown-menu .dropdown-item {
  line-height: 1 !important;
}
.cid-tJGsCG1vVL .navbar .dropdown > .dropdown-menu .dropdown .dropdown-item {
  align-items: center;
  display: flex;
  height: max-content !important;
  min-height: max-content !important;
}
.cid-tJGsCG1vVL .navbar .dropdown > .dropdown-menu .dropdown .dropdown-item::after {
  display: inline-block;
  position: static;
  margin-left: 0.5rem;
  margin-top: 0;
  margin-right: 0;
  margin-bottom: 0;
  transition: .3s all;
  transform: rotate(-90deg);
}
.cid-tJGsCG1vVL .navbar .dropdown > .dropdown-menu .dropdown.open .dropdown-item::after {
  transform: rotate(0deg);
}
.cid-tJGsCG1vVL .mbr-section-btn {
  margin: -0.6rem -0.6rem;
}
.cid-tJGsCG1vVL .navbar-toggler {
  margin-left: 12px;
  margin-right: 8px;
  order: 1000;
}
@media (max-width: 991px) {
  .cid-tJGsCG1vVL .navbar-brand {
    margin-right: auto;
  }
  .cid-tJGsCG1vVL .navbar-collapse {
    z-index: -1 !important;
    position: absolute;
    top: 110%;
    left: 0;
    width: 100%;
    padding: 1rem;
    border-radius: 1.5rem;
    background: #ffffff;
    opacity: 1;
    border-color: rgba(255, 255, 255, 0.9) !important;
    background: rgba(255, 255, 255, 0.9) !important;
    backdrop-filter: blur(8px);
    border-radius: 4px !important;
  }
  .cid-tJGsCG1vVL .navbar-nav .nav-item .nav-link::after {
    margin-left: 10px;
  }
  .cid-tJGsCG1vVL .navbar-nav .dropdown-item:hover {
    background-color: rgba(27, 31, 10, 0.06);
  }
  .cid-tJGsCG1vVL .navbar .dropdown > .dropdown-menu {
    max-width: 100% !important;
    transform: translateX(0);
    top: 10px;
    left: 0;
    padding: 8px !important;
    border-radius: 1rem;
    background-color: rgba(27, 31, 10, 0.04) !important;
  }
  .cid-tJGsCG1vVL .navbar .dropdown > .dropdown-menu .dropdown-item {
    padding: 8px !important;
    line-height: 1 !important;
    margin-bottom: 4px !important;
  }
  .cid-tJGsCG1vVL .navbar .dropdown > .dropdown-menu .dropdown .dropdown-item {
    align-items: center;
    display: flex;
    height: max-content !important;
    min-height: max-content !important;
  }
  .cid-tJGsCG1vVL .navbar .dropdown > .dropdown-menu .dropdown .dropdown-item::after {
    display: inline-block;
    position: static;
    margin-left: 0.5rem;
    margin-top: 0;
    margin-right: 0;
    margin-bottom: 0;
    transition: .3s all;
    transform: rotate(0deg);
  }
  .cid-tJGsCG1vVL .navbar .dropdown > .dropdown-menu .dropdown.open .dropdown-item::after {
    transform: rotate(180deg);
  }
  .cid-tJGsCG1vVL .navbar .dropdown > .dropdown-menu .dropdown-submenu {
    position: static;
    width: 100%;
    max-width: 100% !important;
    transform: translateX(0) !important;
    top: 0;
    left: 0;
    padding: 8px !important;
    border-radius: 1rem;
    background-color: rgba(27, 31, 10, 0.04) !important;
  }
  .cid-tJGsCG1vVL .navbar .dropdown.open > .dropdown-menu {
    display: flex !important;
    flex-direction: column;
    align-items: flex-start;
  }
}
@media (max-width: 575px) {
  .cid-tJGsCG1vVL .navbar-collapse {
    padding: 1rem;
  }
}
.cid-uk3VVupCes {
  display: flex;
  padding-top: 8rem;
  padding-bottom: 0rem;
  background-color: #06549d;
}
.cid-uk3VVupCes .mbr-fallback-image.disabled {
  display: none;
}
.cid-uk3VVupCes .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uk3VVupCes .content-wrap {
  padding: 5rem 1rem;
}
@media (min-width: 992px) {
  .cid-uk3VVupCes .content-wrap {
    padding: 5rem 3rem;
  }
}
@media (min-width: 768px) {
  .cid-uk3VVupCes {
    align-items: center;
  }
  .cid-uk3VVupCes .row {
    justify-content: center;
  }
}
@media (max-width: 991px) and (min-width: 768px) {
  .cid-uk3VVupCes .content-wrap {
    min-width: 50%;
  }
}
@media (max-width: 767px) {
  .cid-uk3VVupCes {
    -webkit-align-items: center;
    align-items: center;
  }
  .cid-uk3VVupCes .mbr-row {
    -webkit-justify-content: center;
    justify-content: center;
  }
  .cid-uk3VVupCes .content-wrap {
    width: 100%;
  }
}
.cid-uk3VVupCes .mbr-section-title {
  text-align: center;
  color: #ffffff;
}
.cid-uk3VVupCes .mbr-text,
.cid-uk3VVupCes .mbr-section-btn {
  text-align: center;
  color: #ffffff;
}
.cid-uk3W1vslqo {
  padding-top: 90px;
  padding-bottom: 90px;
  background-image: url("../../../assets/images/white-background-2000x1334.jpeg");
}
.cid-uk3W1vslqo .showAlerts {
  display: block !important;
}
.cid-uk3W1vslqo .rowflexrev {
  display: -webkit-flex;
}
.cid-uk3W1vslqo .ws-form-alerts {
  margin-top: 1rem;
}
.cid-uk3W1vslqo .title {
  margin-bottom: 2rem;
}
.cid-uk3W1vslqo .mbr-section-subtitle {
  color: #767676;
}
.cid-uk3W1vslqo textarea.form-control {
  min-height: 188px;
}
.cid-uk3W1vslqo LABEL {
  color: #232323;
  display: initial;
}
.cid-uk3W1vslqo .mbr-section-terms {
  text-align: center;
  color: #232323;
  margin-bottom: 0px;
}
.cid-uk3W1vslqo .mbr-section-labels {
  color: #232323;
  padding: 0;
  margin-bottom: .357em;
  text-align: left;
}
.cid-uk3W1vslqo .mbr-section-autorespond {
  text-align: left;
  color: #232323;
  margin-bottom: 0px;
}
.cid-uk3W1vslqo .mbr-section-gdpr {
  text-align: left;
  color: #232323;
  margin-bottom: 0px;
}
.cid-uk3W1vslqo .alert {
  margin-bottom: 0;
}
.cid-uk3W1vslqo .alert-success {
  background-color: #06549d;
}
.cid-uk3W1vslqo .alert-danger {
  background-color: #ff4a52;
}
.cid-uk3W1vslqo .btn {
  display: inline-flex;
}
.cid-uk3W1vslqo .mbr-alert-success {
  text-align: left;
  color: #ffffff;
}
.cid-uk3W1vslqo .mbr-alert-danger {
  text-align: left;
  color: #ffffff;
}
.cid-uk3W1vslqo input,
.cid-uk3W1vslqo option,
.cid-uk3W1vslqo textarea {
  color: #000000;
}
.cid-uk3W1vslqo H2 {
  text-align: center;
}
.cid-uk45rNM3XC {
  padding-top: 6rem;
  padding-bottom: 6rem;
  background-image: url("../../../assets/images/white-background-2000x1334.jpg");
}
.cid-uk45rNM3XC .mbr-fallback-image.disabled {
  display: none;
}
.cid-uk45rNM3XC .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uk45rNM3XC .item-wrapper {
  display: flex;
  margin-bottom: 2rem;
  border-radius: 0 !important;
}
@media (max-width: 767px) {
  .cid-uk45rNM3XC .item-wrapper {
    margin-bottom: 1rem;
  }
}
.cid-uk45rNM3XC .mbr-iconfont {
  font-size: 3rem;
  color: #06549d;
  padding-right: 2rem;
}
.cid-uk45rNM3XC .content-head {
  max-width: 800px;
}
.cid-uk46OFx7ga {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background: #06549d;
}
.cid-uk46OFx7ga .mbr-fallback-image.disabled {
  display: none;
}
.cid-uk46OFx7ga .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-uk46OFx7ga .row .map-wrapper {
    margin-top: 2rem;
  }
}
@media (max-width: 767px) {
  .cid-uk46OFx7ga .row .map-wrapper {
    margin-top: 1rem;
  }
}
.cid-uk46OFx7ga .google-map {
  height: 100%;
  position: relative;
}
.cid-uk46OFx7ga .google-map iframe {
  height: 100%;
  width: 100%;
}
@media (max-width: 992px) {
  .cid-uk46OFx7ga .google-map iframe {
    min-height: 350px;
  }
}
.cid-uk46OFx7ga .google-map [data-state-details] {
  color: #6b6763;
  height: 1.5em;
  margin-top: -0.75em;
  padding-left: 1.25rem;
  padding-right: 1.25rem;
  position: absolute;
  text-align: center;
  top: 50%;
  width: 100%;
}
.cid-uk46OFx7ga .google-map[data-state] {
  background: #e9e5dc;
}
.cid-uk46OFx7ga .google-map[data-state="loading"] [data-state-details] {
  display: none;
}
.cid-uk46OFx7ga .card-wrapper {
  padding: 2.25rem;
  background: #ffffff;
}
@media (min-width: 992px) and (max-width: 1200px) {
  .cid-uk46OFx7ga .card-wrapper {
    padding: 1.5rem;
  }
}
@media (max-width: 767px) {
  .cid-uk46OFx7ga .card-wrapper {
    padding: 2rem 1.5rem;
  }
}
.cid-uk46OFx7ga ul {
  list-style-type: none;
  padding: 0;
  margin: 0;
}
.cid-uk46OFx7ga .content-head {
  max-width: 800px;
}
.cid-uk46OFx7ga .mbr-section-title {
  color: #ffffff;
}
.cid-uduqU6836b {
  padding-top: 2rem;
  padding-bottom: 3rem;
  background-image: url("../../../assets/images/white-background-2000x1334.jpeg");
}
.cid-uduqU6836b .logogree {
  position: relative;
  width: 100%;
}
.cid-uduqU6836b .agree {
  object-position: right;
  width: 40%;
  height: auto;
  object-fit: contain;
  display: block;
  border-radius: 0% !important;
}
.cid-uduqU6836b .mbr-fallback-image.disabled {
  display: none;
}
.cid-uduqU6836b .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uduqU6836b .footer-col {
  justify-content: space-between;
  display: flex;
}
@media (max-width: 767px) {
  .cid-uduqU6836b .footer-col {
    flex-direction: column;
  }
}
.cid-uduqU6836b .row {
  background: #ffffff;
  padding: 4rem 3rem;
  border-radius: 2rem;
  margin: 0px;
}
@media (max-width: 767px) {
  .cid-uduqU6836b .row {
    padding: 2rem 0.5rem;
  }
}
@media (min-width: 768px) and (max-width: 991px) {
  .cid-uduqU6836b .row {
    padding: 2.25rem 1.25rem;
  }
}
@media (min-width: 992px) {
  .cid-uduqU6836b .row {
    padding: 4rem 3rem;
  }
}
@media (max-width: 767px) {
  .cid-uduqU6836b .mbr-section-btn {
    text-align: center;
  }
}
.cid-uduqU6836b .social-row {
  display: flex;
  flex-wrap: wrap;
}
.cid-uduqU6836b .soc-item {
  margin: 8px;
}
.cid-uduqU6836b .soc-item a:hover .mbr-iconfont,
.cid-uduqU6836b .soc-item a:focus .mbr-iconfont {
  background-color: #232323;
}
.cid-uduqU6836b .soc-item a .mbr-iconfont {
  width: 72px;
  height: 72px;
  display: flex;
  align-items: center;
  justify-content: center;
  border-radius: 100%;
  font-size: 20px;
  background-color: #06549d;
  color: #ffffff;
  transition: all 0.3s ease-in-out;
}
@media (max-width: 767px) {
  .cid-uduqU6836b .row {
    text-align: center;
  }
  .cid-uduqU6836b .social-row {
    justify-content: center;
  }
}
.cid-uduqU6836b .list {
  list-style: none;
  padding-left: 0;
  color: #502274;
}
@media (max-width: 991px) {
  .cid-uduqU6836b .list {
    margin-bottom: 2rem;
  }
}
@media (min-width: 992px) {
  .cid-uduqU6836b .list {
    margin-bottom: 0rem;
  }
}
.cid-uduqU6836b .mbr-text {
  color: #bbbbbb;
}
.cid-uduqU6836b .mbr-section-subtitle {
  color: #000000;
  text-align: left;
}
.cid-uduqU6836b .list,
.cid-uduqU6836b .item-wrap {
  color: #232323;
  text-align: left;
}
.cid-uduqU6836b .copyright {
  color: #000000;
  text-align: center;
}
.cid-uduqU6836b H5 {
  text-align: left;
}
.cid-tJGsCG1vVL {
  z-index: 1000;
  width: 100%;
  position: inherit;
}
.cid-tJGsCG1vVL .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 .3s;
}
@media (max-width: 767px) {
  .cid-tJGsCG1vVL .navbar-toggler {
    transform: scale(0.8);
  }
}
.cid-tJGsCG1vVL .navbar-brand {
  flex-shrink: 0;
  align-items: center;
  margin-right: 0;
  padding: 10px 0;
  transition: all 2s;
  word-break: break-word;
  z-index: 1;
}
.cid-tJGsCG1vVL .navbar-brand img {
  max-width: 100%;
  max-height: 100%;
  border-radius: 0px !important;
}
.cid-tJGsCG1vVL .navbar-brand .navbar-caption {
  line-height: inherit !important;
}
.cid-tJGsCG1vVL .navbar-brand .navbar-logo a {
  outline: none;
}
.cid-tJGsCG1vVL .navbar-nav {
  margin: auto;
  margin-left: 0;
  margin-left: auto;
}
.cid-tJGsCG1vVL .navbar-nav .nav-item {
  padding: 0 !important;
  transition: .3s all !important;
}
.cid-tJGsCG1vVL .navbar-nav .nav-item .nav-link {
  padding: 16px !important;
  margin: 0 !important;
  border-radius: 1rem !important;
  transition: .3s all !important;
  border-radius: 4px !important;
}
.cid-tJGsCG1vVL .navbar-nav .nav-item .nav-link:hover {
  background-color: rgba(27, 31, 10, 0.06);
}
.cid-tJGsCG1vVL .navbar-nav .open .nav-link::after {
  transform: rotate(180deg);
}
@media (min-width: 992px) {
  .cid-tJGsCG1vVL .navbar-nav .open .nav-link::before {
    content: "";
    width: 100%;
    height: 20px;
    top: 100%;
    background: transparent;
    position: absolute;
  }
}
.cid-tJGsCG1vVL .navbar-nav .dropdown-item {
  padding: 12px !important;
  border-radius: 0.5rem !important;
  margin: 0 8px !important;
  transition: .3s all !important;
  border-radius: 4px !important;
}
.cid-tJGsCG1vVL .navbar-nav .dropdown-item:hover {
  background-color: rgba(27, 31, 10, 0.06);
}
@media (min-width: 992px) {
  .cid-tJGsCG1vVL .navbar-nav {
    padding-left: 1.5rem;
  }
}
.cid-tJGsCG1vVL .nav-link {
  width: fit-content;
  position: relative;
}
.cid-tJGsCG1vVL .navbar-logo {
  padding-left: 2rem;
  margin: 0 !important;
}
@media (max-width: 767px) {
  .cid-tJGsCG1vVL .navbar-logo {
    padding-left: 1rem;
  }
}
.cid-tJGsCG1vVL .navbar-caption {
  padding-left: 1rem;
  padding-right: .5rem;
}
@media (max-width: 767px) {
  .cid-tJGsCG1vVL .nav-dropdown {
    padding-bottom: 0.5rem;
  }
}
.cid-tJGsCG1vVL .nav-dropdown .link.dropdown-toggle::after {
  margin-left: 0.5rem;
  margin-top: 0.2rem;
  transition: .3s all;
  transition-delay: 300ms;
}
.cid-tJGsCG1vVL .container {
  display: flex;
  height: 90px;
  padding: 0.5rem 0.6rem;
  flex-wrap: nowrap;
  background: rgba(255, 255, 255, 0.9) !important;
  left: 0;
  right: 0;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: flex-end;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  border-radius: 100vw;
  margin-top: 1rem;
  background-color: #ffffff;
  box-shadow: 0 30px 60px 0 rgba(27, 31, 10, 0.08);
  border-radius: 4px !important;
}
@media (max-width: 992px) {
  .cid-tJGsCG1vVL .container {
    padding-right: 2rem;
  }
}
@media (max-width: 767px) {
  .cid-tJGsCG1vVL .container {
    width: 95%;
    height: 56px !important;
    padding-right: 1rem;
    margin-top: 0rem;
  }
}
.cid-tJGsCG1vVL .iconfont-wrapper {
  color: #0c2c68 !important;
  font-size: 1.5rem;
  padding-right: 0.5rem;
}
.cid-tJGsCG1vVL .dropdown-menu {
  flex-wrap: wrap;
  flex-direction: column;
  max-width: 100%;
  padding: 12px 4px !important;
  border-radius: 1.5rem;
  transition: .3s all !important;
  transition-delay: 300ms;
  min-width: auto;
  background: #ffffff;
  background: rgba(255, 255, 255, 0.9) !important;
  border-radius: 4px !important;
}
.cid-tJGsCG1vVL .nav-item:focus,
.cid-tJGsCG1vVL .nav-link:focus {
  outline: none;
}
.cid-tJGsCG1vVL .dropdown .dropdown-menu .dropdown-item {
  width: auto;
  transition: all .3s;
  transition-delay: 300ms;
}
.cid-tJGsCG1vVL .dropdown .dropdown-menu .dropdown-item::after {
  right: 0.5rem;
}
.cid-tJGsCG1vVL .dropdown .dropdown-menu .dropdown-item .mbr-iconfont {
  margin-right: 0.5rem;
  vertical-align: sub;
}
.cid-tJGsCG1vVL .dropdown .dropdown-menu .dropdown-item .mbr-iconfont:before {
  display: inline-block;
  transform: scale(1, 1);
  transition: all .3s;
}
.cid-tJGsCG1vVL .collapsed .dropdown-menu .dropdown-item:before {
  display: none;
}
.cid-tJGsCG1vVL .collapsed .dropdown .dropdown-menu .dropdown-item {
  padding: 0.235em 1.5em 0.235em 1.5em !important;
  transition: none;
  margin: 0 !important;
}
.cid-tJGsCG1vVL .navbar {
  min-height: 90px;
  transition: all 5s;
  border-bottom: 1px solid transparent;
  background: transparent !important;
  padding: 0 !important;
  border: none !important;
  box-shadow: none !important;
  border-radius: 0 !important;
}
.cid-tJGsCG1vVL .navbar.opened {
  transition: all 0.3s;
}
.cid-tJGsCG1vVL .navbar .dropdown-item {
  padding: 0.5rem 1.8rem;
}
.cid-tJGsCG1vVL .navbar .navbar-logo img {
  width: auto;
}
.cid-tJGsCG1vVL .navbar .navbar-collapse {
  z-index: 1;
  justify-content: flex-end;
}
.cid-tJGsCG1vVL .navbar.collapsed {
  justify-content: center;
}
.cid-tJGsCG1vVL .navbar.collapsed .nav-item .nav-link::before {
  display: none;
}
.cid-tJGsCG1vVL .navbar.collapsed.opened .dropdown-menu {
  top: 0;
}
@media (min-width: 992px) {
  .cid-tJGsCG1vVL .navbar.collapsed.opened:not(.navbar-short) .navbar-collapse {
    max-height: calc(98.5vh - 3.4rem);
  }
}
.cid-tJGsCG1vVL .navbar.collapsed .dropdown-menu .dropdown-submenu {
  left: 0 !important;
}
.cid-tJGsCG1vVL .navbar.collapsed .dropdown-menu .dropdown-item:after {
  right: auto;
}
.cid-tJGsCG1vVL .navbar.collapsed .dropdown-menu .dropdown-toggle[data-toggle="dropdown-submenu"]:after {
  margin-left: 0.5rem;
  margin-top: 0.2rem;
  border-top: 0.35em solid;
  border-right: 0.35em solid transparent;
  border-left: 0.35em solid transparent;
  border-bottom: 0;
  top: 41%;
}
.cid-tJGsCG1vVL .navbar.collapsed ul.navbar-nav li {
  margin: auto;
}
.cid-tJGsCG1vVL .navbar.collapsed .dropdown-menu .dropdown-item {
  padding: 0.25rem 0.5rem;
  text-align: center;
}
.cid-tJGsCG1vVL .navbar.collapsed .icons-menu {
  padding-left: 0;
  padding-right: 0;
  padding-top: 0.5rem;
  padding-bottom: 0.5rem;
}
@media (max-width: 767px) {
  .cid-tJGsCG1vVL .navbar {
    min-height: 72px;
  }
  .cid-tJGsCG1vVL .navbar .navbar-logo img {
    height: 2rem !important;
  }
}
@media (max-width: 991px) {
  .cid-tJGsCG1vVL .navbar .nav-item .nav-link::before {
    display: none;
  }
  .cid-tJGsCG1vVL .navbar.opened .dropdown-menu {
    top: 0;
  }
  .cid-tJGsCG1vVL .navbar .dropdown-menu .dropdown-submenu {
    left: 0 !important;
  }
  .cid-tJGsCG1vVL .navbar .dropdown-menu .dropdown-item:after {
    right: auto;
  }
  .cid-tJGsCG1vVL .navbar .dropdown-menu .dropdown-toggle[data-toggle="dropdown-submenu"]:after {
    margin-left: 0.5rem;
    margin-top: 0.2rem;
    border-top: 0.35em solid;
    border-right: 0.35em solid transparent;
    border-left: 0.35em solid transparent;
    border-bottom: 0;
    top: 40%;
  }
  .cid-tJGsCG1vVL .navbar .dropdown-menu .dropdown-item {
    padding: 0.25rem 1.5rem !important;
    text-align: center;
  }
  .cid-tJGsCG1vVL .navbar .navbar-brand {
    flex-shrink: initial;
    flex-basis: auto;
    word-break: break-word;
    padding-right: 10px;
  }
  .cid-tJGsCG1vVL .navbar .navbar-toggler {
    flex-basis: auto;
  }
  .cid-tJGsCG1vVL .navbar .icons-menu {
    padding-left: 0;
    padding-top: 0.5rem;
    padding-bottom: 0.5rem;
  }
}
.cid-tJGsCG1vVL .navbar.navbar-short .navbar-logo img {
  height: 2rem;
}
.cid-tJGsCG1vVL .dropdown-item.active,
.cid-tJGsCG1vVL .dropdown-item:active {
  background-color: transparent;
}
.cid-tJGsCG1vVL .navbar-expand-lg .navbar-nav .nav-link {
  padding: 0;
}
.cid-tJGsCG1vVL .nav-dropdown .link.dropdown-toggle {
  margin-right: 1.667em;
}
.cid-tJGsCG1vVL .nav-dropdown .link.dropdown-toggle[aria-expanded="true"] {
  margin-right: 0;
  padding: 0.667em 1.667em;
}
.cid-tJGsCG1vVL .navbar.navbar-expand-lg .dropdown .dropdown-menu {
  background: #ffffff;
}
.cid-tJGsCG1vVL .navbar.navbar-expand-lg .dropdown .dropdown-menu .dropdown-submenu {
  margin: 0;
  left: 100%;
  transform: none;
  top: -12px;
}
.cid-tJGsCG1vVL .navbar .dropdown.open > .dropdown-menu {
  display: flex;
}
.cid-tJGsCG1vVL ul.navbar-nav {
  flex-wrap: wrap;
}
.cid-tJGsCG1vVL .navbar-buttons {
  text-align: center;
  min-width: 140px;
}
@media (max-width: 992px) {
  .cid-tJGsCG1vVL .navbar-buttons {
    text-align: left;
  }
}
.cid-tJGsCG1vVL button.navbar-toggler {
  outline: none;
  width: 31px;
  height: 20px;
  cursor: pointer;
  transition: all 0.2s;
  position: relative;
  align-self: center;
}
.cid-tJGsCG1vVL button.navbar-toggler .hamburger span {
  position: absolute;
  right: 0;
  width: 30px;
  height: 2px;
  border-right: 5px;
  background-color: #06549d;
}
.cid-tJGsCG1vVL button.navbar-toggler .hamburger span:nth-child(1) {
  top: 0;
  transition: all 0.2s;
}
.cid-tJGsCG1vVL button.navbar-toggler .hamburger span:nth-child(2) {
  top: 8px;
  transition: all 0.15s;
}
.cid-tJGsCG1vVL button.navbar-toggler .hamburger span:nth-child(3) {
  top: 8px;
  transition: all 0.15s;
}
.cid-tJGsCG1vVL button.navbar-toggler .hamburger span:nth-child(4) {
  top: 16px;
  transition: all 0.2s;
}
.cid-tJGsCG1vVL nav.opened .hamburger span:nth-child(1) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-tJGsCG1vVL nav.opened .hamburger span:nth-child(2) {
  transform: rotate(45deg);
  transition: all 0.25s;
}
.cid-tJGsCG1vVL nav.opened .hamburger span:nth-child(3) {
  transform: rotate(-45deg);
  transition: all 0.25s;
}
.cid-tJGsCG1vVL nav.opened .hamburger span:nth-child(4) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-tJGsCG1vVL .navbar-dropdown {
  padding: 0 1rem;
}
.cid-tJGsCG1vVL a.nav-link {
  display: flex;
  align-items: center;
  justify-content: center;
}
.cid-tJGsCG1vVL .icons-menu {
  flex-wrap: nowrap;
  display: flex;
  justify-content: center;
  padding-left: 1rem;
  padding-right: 1rem;
  padding-top: 0.3rem;
  text-align: center;
}
@media (max-width: 992px) {
  .cid-tJGsCG1vVL .icons-menu {
    justify-content: flex-start;
    margin-bottom: .5rem;
  }
}
@media screen and (-ms-high-contrast: active), (-ms-high-contrast: none) {
  .cid-tJGsCG1vVL .navbar {
    height: 70px;
  }
  .cid-tJGsCG1vVL .navbar.opened {
    height: auto;
  }
  .cid-tJGsCG1vVL .nav-item .nav-link:hover::before {
    width: 175%;
    max-width: calc(100% + 2rem);
    left: -1rem;
  }
}
.cid-tJGsCG1vVL .navbar .dropdown > .dropdown-menu {
  display: none;
  width: max-content;
  max-width: 500px !important;
  transform: translateX(-50%);
  top: calc(100% + 20px);
  left: 50%;
}
.cid-tJGsCG1vVL .navbar .dropdown > .dropdown-menu .dropdown-item {
  line-height: 1 !important;
}
.cid-tJGsCG1vVL .navbar .dropdown > .dropdown-menu .dropdown .dropdown-item {
  align-items: center;
  display: flex;
  height: max-content !important;
  min-height: max-content !important;
}
.cid-tJGsCG1vVL .navbar .dropdown > .dropdown-menu .dropdown .dropdown-item::after {
  display: inline-block;
  position: static;
  margin-left: 0.5rem;
  margin-top: 0;
  margin-right: 0;
  margin-bottom: 0;
  transition: .3s all;
  transform: rotate(-90deg);
}
.cid-tJGsCG1vVL .navbar .dropdown > .dropdown-menu .dropdown.open .dropdown-item::after {
  transform: rotate(0deg);
}
.cid-tJGsCG1vVL .mbr-section-btn {
  margin: -0.6rem -0.6rem;
}
.cid-tJGsCG1vVL .navbar-toggler {
  margin-left: 12px;
  margin-right: 8px;
  order: 1000;
}
@media (max-width: 991px) {
  .cid-tJGsCG1vVL .navbar-brand {
    margin-right: auto;
  }
  .cid-tJGsCG1vVL .navbar-collapse {
    z-index: -1 !important;
    position: absolute;
    top: 110%;
    left: 0;
    width: 100%;
    padding: 1rem;
    border-radius: 1.5rem;
    background: #ffffff;
    opacity: 1;
    border-color: rgba(255, 255, 255, 0.9) !important;
    background: rgba(255, 255, 255, 0.9) !important;
    backdrop-filter: blur(8px);
    border-radius: 4px !important;
  }
  .cid-tJGsCG1vVL .navbar-nav .nav-item .nav-link::after {
    margin-left: 10px;
  }
  .cid-tJGsCG1vVL .navbar-nav .dropdown-item:hover {
    background-color: rgba(27, 31, 10, 0.06);
  }
  .cid-tJGsCG1vVL .navbar .dropdown > .dropdown-menu {
    max-width: 100% !important;
    transform: translateX(0);
    top: 10px;
    left: 0;
    padding: 8px !important;
    border-radius: 1rem;
    background-color: rgba(27, 31, 10, 0.04) !important;
  }
  .cid-tJGsCG1vVL .navbar .dropdown > .dropdown-menu .dropdown-item {
    padding: 8px !important;
    line-height: 1 !important;
    margin-bottom: 4px !important;
  }
  .cid-tJGsCG1vVL .navbar .dropdown > .dropdown-menu .dropdown .dropdown-item {
    align-items: center;
    display: flex;
    height: max-content !important;
    min-height: max-content !important;
  }
  .cid-tJGsCG1vVL .navbar .dropdown > .dropdown-menu .dropdown .dropdown-item::after {
    display: inline-block;
    position: static;
    margin-left: 0.5rem;
    margin-top: 0;
    margin-right: 0;
    margin-bottom: 0;
    transition: .3s all;
    transform: rotate(0deg);
  }
  .cid-tJGsCG1vVL .navbar .dropdown > .dropdown-menu .dropdown.open .dropdown-item::after {
    transform: rotate(180deg);
  }
  .cid-tJGsCG1vVL .navbar .dropdown > .dropdown-menu .dropdown-submenu {
    position: static;
    width: 100%;
    max-width: 100% !important;
    transform: translateX(0) !important;
    top: 0;
    left: 0;
    padding: 8px !important;
    border-radius: 1rem;
    background-color: rgba(27, 31, 10, 0.04) !important;
  }
  .cid-tJGsCG1vVL .navbar .dropdown.open > .dropdown-menu {
    display: flex !important;
    flex-direction: column;
    align-items: flex-start;
  }
}
@media (max-width: 575px) {
  .cid-tJGsCG1vVL .navbar-collapse {
    padding: 1rem;
  }
}
.cid-uk487i4I5S {
  display: flex;
  padding-top: 8rem;
  padding-bottom: 0rem;
  background-color: #06549d;
}
.cid-uk487i4I5S .mbr-fallback-image.disabled {
  display: none;
}
.cid-uk487i4I5S .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uk487i4I5S .content-wrap {
  padding: 5rem 1rem;
}
@media (min-width: 992px) {
  .cid-uk487i4I5S .content-wrap {
    padding: 5rem 3rem;
  }
}
@media (min-width: 768px) {
  .cid-uk487i4I5S {
    align-items: center;
  }
  .cid-uk487i4I5S .row {
    justify-content: center;
  }
}
@media (max-width: 991px) and (min-width: 768px) {
  .cid-uk487i4I5S .content-wrap {
    min-width: 50%;
  }
}
@media (max-width: 767px) {
  .cid-uk487i4I5S {
    -webkit-align-items: center;
    align-items: center;
  }
  .cid-uk487i4I5S .mbr-row {
    -webkit-justify-content: center;
    justify-content: center;
  }
  .cid-uk487i4I5S .content-wrap {
    width: 100%;
  }
}
.cid-uk487i4I5S .mbr-section-title {
  text-align: center;
  color: #ffffff;
}
.cid-uk487i4I5S .mbr-text,
.cid-uk487i4I5S .mbr-section-btn {
  text-align: center;
  color: #ffffff;
}
.cid-uk48b6BN98 {
  padding-top: 90px;
  padding-bottom: 90px;
  background-image: url("../../../assets/images/white-background-2000x1334.jpeg");
}
.cid-uk48b6BN98 .showAlerts {
  display: block !important;
}
.cid-uk48b6BN98 .rowflexrev {
  display: -webkit-flex;
}
.cid-uk48b6BN98 .ws-form-alerts {
  margin-top: 1rem;
}
.cid-uk48b6BN98 .title {
  margin-bottom: 2rem;
}
.cid-uk48b6BN98 .mbr-section-subtitle {
  color: #767676;
}
.cid-uk48b6BN98 textarea.form-control {
  min-height: 188px;
}
.cid-uk48b6BN98 LABEL {
  color: #232323;
  display: initial;
}
.cid-uk48b6BN98 .mbr-section-terms {
  text-align: center;
  color: #232323;
  margin-bottom: 0px;
}
.cid-uk48b6BN98 .mbr-section-labels {
  color: #232323;
  padding: 0;
  margin-bottom: .357em;
  text-align: left;
}
.cid-uk48b6BN98 .mbr-section-autorespond {
  text-align: left;
  color: #232323;
  margin-bottom: 0px;
}
.cid-uk48b6BN98 .mbr-section-gdpr {
  text-align: left;
  color: #232323;
  margin-bottom: 0px;
}
.cid-uk48b6BN98 .alert {
  margin-bottom: 0;
}
.cid-uk48b6BN98 .alert-success {
  background-color: #06549d;
}
.cid-uk48b6BN98 .alert-danger {
  background-color: #ff4a52;
}
.cid-uk48b6BN98 .btn {
  display: inline-flex;
}
.cid-uk48b6BN98 .mbr-alert-success {
  text-align: left;
  color: #ffffff;
}
.cid-uk48b6BN98 .mbr-alert-danger {
  text-align: left;
  color: #ffffff;
}
.cid-uk48b6BN98 input,
.cid-uk48b6BN98 option,
.cid-uk48b6BN98 textarea {
  color: #000000;
}
.cid-uk488aYJsS {
  padding-top: 6rem;
  padding-bottom: 6rem;
  background-image: url("../../../assets/images/white-background-2000x1334.jpg");
}
.cid-uk488aYJsS .mbr-fallback-image.disabled {
  display: none;
}
.cid-uk488aYJsS .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uk488aYJsS .item-wrapper {
  display: flex;
  margin-bottom: 2rem;
  border-radius: 0 !important;
}
@media (max-width: 767px) {
  .cid-uk488aYJsS .item-wrapper {
    margin-bottom: 1rem;
  }
}
.cid-uk488aYJsS .mbr-iconfont {
  font-size: 3rem;
  color: #06549d;
  padding-right: 2rem;
}
.cid-uk488aYJsS .content-head {
  max-width: 800px;
}
.cid-uk488C4kXp {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background: #06549d;
}
.cid-uk488C4kXp .mbr-fallback-image.disabled {
  display: none;
}
.cid-uk488C4kXp .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-uk488C4kXp .row .map-wrapper {
    margin-top: 2rem;
  }
}
@media (max-width: 767px) {
  .cid-uk488C4kXp .row .map-wrapper {
    margin-top: 1rem;
  }
}
.cid-uk488C4kXp .google-map {
  height: 100%;
  position: relative;
}
.cid-uk488C4kXp .google-map iframe {
  height: 100%;
  width: 100%;
}
@media (max-width: 992px) {
  .cid-uk488C4kXp .google-map iframe {
    min-height: 350px;
  }
}
.cid-uk488C4kXp .google-map [data-state-details] {
  color: #6b6763;
  height: 1.5em;
  margin-top: -0.75em;
  padding-left: 1.25rem;
  padding-right: 1.25rem;
  position: absolute;
  text-align: center;
  top: 50%;
  width: 100%;
}
.cid-uk488C4kXp .google-map[data-state] {
  background: #e9e5dc;
}
.cid-uk488C4kXp .google-map[data-state="loading"] [data-state-details] {
  display: none;
}
.cid-uk488C4kXp .card-wrapper {
  padding: 2.25rem;
  background: #ffffff;
}
@media (min-width: 992px) and (max-width: 1200px) {
  .cid-uk488C4kXp .card-wrapper {
    padding: 1.5rem;
  }
}
@media (max-width: 767px) {
  .cid-uk488C4kXp .card-wrapper {
    padding: 2rem 1.5rem;
  }
}
.cid-uk488C4kXp ul {
  list-style-type: none;
  padding: 0;
  margin: 0;
}
.cid-uk488C4kXp .content-head {
  max-width: 800px;
}
.cid-uk488C4kXp .mbr-section-title {
  color: #ffffff;
}
.cid-uduqU6836b {
  padding-top: 2rem;
  padding-bottom: 3rem;
  background-image: url("../../../assets/images/white-background-2000x1334.jpeg");
}
.cid-uduqU6836b .logogree {
  position: relative;
  width: 100%;
}
.cid-uduqU6836b .agree {
  object-position: right;
  width: 40%;
  height: auto;
  object-fit: contain;
  display: block;
  border-radius: 0% !important;
}
.cid-uduqU6836b .mbr-fallback-image.disabled {
  display: none;
}
.cid-uduqU6836b .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uduqU6836b .footer-col {
  justify-content: space-between;
  display: flex;
}
@media (max-width: 767px) {
  .cid-uduqU6836b .footer-col {
    flex-direction: column;
  }
}
.cid-uduqU6836b .row {
  background: #ffffff;
  padding: 4rem 3rem;
  border-radius: 2rem;
  margin: 0px;
}
@media (max-width: 767px) {
  .cid-uduqU6836b .row {
    padding: 2rem 0.5rem;
  }
}
@media (min-width: 768px) and (max-width: 991px) {
  .cid-uduqU6836b .row {
    padding: 2.25rem 1.25rem;
  }
}
@media (min-width: 992px) {
  .cid-uduqU6836b .row {
    padding: 4rem 3rem;
  }
}
@media (max-width: 767px) {
  .cid-uduqU6836b .mbr-section-btn {
    text-align: center;
  }
}
.cid-uduqU6836b .social-row {
  display: flex;
  flex-wrap: wrap;
}
.cid-uduqU6836b .soc-item {
  margin: 8px;
}
.cid-uduqU6836b .soc-item a:hover .mbr-iconfont,
.cid-uduqU6836b .soc-item a:focus .mbr-iconfont {
  background-color: #232323;
}
.cid-uduqU6836b .soc-item a .mbr-iconfont {
  width: 72px;
  height: 72px;
  display: flex;
  align-items: center;
  justify-content: center;
  border-radius: 100%;
  font-size: 20px;
  background-color: #06549d;
  color: #ffffff;
  transition: all 0.3s ease-in-out;
}
@media (max-width: 767px) {
  .cid-uduqU6836b .row {
    text-align: center;
  }
  .cid-uduqU6836b .social-row {
    justify-content: center;
  }
}
.cid-uduqU6836b .list {
  list-style: none;
  padding-left: 0;
  color: #502274;
}
@media (max-width: 991px) {
  .cid-uduqU6836b .list {
    margin-bottom: 2rem;
  }
}
@media (min-width: 992px) {
  .cid-uduqU6836b .list {
    margin-bottom: 0rem;
  }
}
.cid-uduqU6836b .mbr-text {
  color: #bbbbbb;
}
.cid-uduqU6836b .mbr-section-subtitle {
  color: #000000;
  text-align: left;
}
.cid-uduqU6836b .list,
.cid-uduqU6836b .item-wrap {
  color: #232323;
  text-align: left;
}
.cid-uduqU6836b .copyright {
  color: #000000;
  text-align: center;
}
.cid-uduqU6836b H5 {
  text-align: left;
}
.cid-uk4NpWPoEy {
  z-index: 1000;
  width: 100%;
  position: inherit;
}
.cid-uk4NpWPoEy .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 .3s;
}
@media (max-width: 767px) {
  .cid-uk4NpWPoEy .navbar-toggler {
    transform: scale(0.8);
  }
}
.cid-uk4NpWPoEy .navbar-brand {
  flex-shrink: 0;
  align-items: center;
  margin-right: 0;
  padding: 10px 0;
  transition: all 2s;
  word-break: break-word;
  z-index: 1;
}
.cid-uk4NpWPoEy .navbar-brand img {
  max-width: 100%;
  max-height: 100%;
  border-radius: 0px !important;
}
.cid-uk4NpWPoEy .navbar-brand .navbar-caption {
  line-height: inherit !important;
}
.cid-uk4NpWPoEy .navbar-brand .navbar-logo a {
  outline: none;
}
.cid-uk4NpWPoEy .navbar-nav {
  margin: auto;
  margin-left: 0;
  margin-left: auto;
}
.cid-uk4NpWPoEy .navbar-nav .nav-item {
  padding: 0 !important;
  transition: .3s all !important;
}
.cid-uk4NpWPoEy .navbar-nav .nav-item .nav-link {
  padding: 16px !important;
  margin: 0 !important;
  border-radius: 1rem !important;
  transition: .3s all !important;
  border-radius: 4px !important;
}
.cid-uk4NpWPoEy .navbar-nav .nav-item .nav-link:hover {
  background-color: rgba(27, 31, 10, 0.06);
}
.cid-uk4NpWPoEy .navbar-nav .open .nav-link::after {
  transform: rotate(180deg);
}
@media (min-width: 992px) {
  .cid-uk4NpWPoEy .navbar-nav .open .nav-link::before {
    content: "";
    width: 100%;
    height: 20px;
    top: 100%;
    background: transparent;
    position: absolute;
  }
}
.cid-uk4NpWPoEy .navbar-nav .dropdown-item {
  padding: 12px !important;
  border-radius: 0.5rem !important;
  margin: 0 8px !important;
  transition: .3s all !important;
  border-radius: 4px !important;
}
.cid-uk4NpWPoEy .navbar-nav .dropdown-item:hover {
  background-color: rgba(27, 31, 10, 0.06);
}
@media (min-width: 992px) {
  .cid-uk4NpWPoEy .navbar-nav {
    padding-left: 1.5rem;
  }
}
.cid-uk4NpWPoEy .nav-link {
  width: fit-content;
  position: relative;
}
.cid-uk4NpWPoEy .navbar-logo {
  padding-left: 2rem;
  margin: 0 !important;
}
@media (max-width: 767px) {
  .cid-uk4NpWPoEy .navbar-logo {
    padding-left: 1rem;
  }
}
.cid-uk4NpWPoEy .navbar-caption {
  padding-left: 1rem;
  padding-right: .5rem;
}
@media (max-width: 767px) {
  .cid-uk4NpWPoEy .nav-dropdown {
    padding-bottom: 0.5rem;
  }
}
.cid-uk4NpWPoEy .nav-dropdown .link.dropdown-toggle::after {
  margin-left: 0.5rem;
  margin-top: 0.2rem;
  transition: .3s all;
  transition-delay: 300ms;
}
.cid-uk4NpWPoEy .container {
  display: flex;
  height: 90px;
  padding: 0.5rem 0.6rem;
  flex-wrap: nowrap;
  background: rgba(255, 255, 255, 0.9) !important;
  left: 0;
  right: 0;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: flex-end;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  border-radius: 100vw;
  margin-top: 1rem;
  background-color: #ffffff;
  box-shadow: 0 30px 60px 0 rgba(27, 31, 10, 0.08);
  border-radius: 4px !important;
}
@media (max-width: 992px) {
  .cid-uk4NpWPoEy .container {
    padding-right: 2rem;
  }
}
@media (max-width: 767px) {
  .cid-uk4NpWPoEy .container {
    width: 95%;
    height: 56px !important;
    padding-right: 1rem;
    margin-top: 0rem;
  }
}
.cid-uk4NpWPoEy .iconfont-wrapper {
  color: #0c2c68 !important;
  font-size: 1.5rem;
  padding-right: 0.5rem;
}
.cid-uk4NpWPoEy .dropdown-menu {
  flex-wrap: wrap;
  flex-direction: column;
  max-width: 100%;
  padding: 12px 4px !important;
  border-radius: 1.5rem;
  transition: .3s all !important;
  transition-delay: 300ms;
  min-width: auto;
  background: #ffffff;
  background: rgba(255, 255, 255, 0.9) !important;
  border-radius: 4px !important;
}
.cid-uk4NpWPoEy .nav-item:focus,
.cid-uk4NpWPoEy .nav-link:focus {
  outline: none;
}
.cid-uk4NpWPoEy .dropdown .dropdown-menu .dropdown-item {
  width: auto;
  transition: all .3s;
  transition-delay: 300ms;
}
.cid-uk4NpWPoEy .dropdown .dropdown-menu .dropdown-item::after {
  right: 0.5rem;
}
.cid-uk4NpWPoEy .dropdown .dropdown-menu .dropdown-item .mbr-iconfont {
  margin-right: 0.5rem;
  vertical-align: sub;
}
.cid-uk4NpWPoEy .dropdown .dropdown-menu .dropdown-item .mbr-iconfont:before {
  display: inline-block;
  transform: scale(1, 1);
  transition: all .3s;
}
.cid-uk4NpWPoEy .collapsed .dropdown-menu .dropdown-item:before {
  display: none;
}
.cid-uk4NpWPoEy .collapsed .dropdown .dropdown-menu .dropdown-item {
  padding: 0.235em 1.5em 0.235em 1.5em !important;
  transition: none;
  margin: 0 !important;
}
.cid-uk4NpWPoEy .navbar {
  min-height: 90px;
  transition: all 5s;
  border-bottom: 1px solid transparent;
  background: transparent !important;
  padding: 0 !important;
  border: none !important;
  box-shadow: none !important;
  border-radius: 0 !important;
}
.cid-uk4NpWPoEy .navbar.opened {
  transition: all 0.3s;
}
.cid-uk4NpWPoEy .navbar .dropdown-item {
  padding: 0.5rem 1.8rem;
}
.cid-uk4NpWPoEy .navbar .navbar-logo img {
  width: auto;
}
.cid-uk4NpWPoEy .navbar .navbar-collapse {
  z-index: 1;
  justify-content: flex-end;
}
.cid-uk4NpWPoEy .navbar.collapsed {
  justify-content: center;
}
.cid-uk4NpWPoEy .navbar.collapsed .nav-item .nav-link::before {
  display: none;
}
.cid-uk4NpWPoEy .navbar.collapsed.opened .dropdown-menu {
  top: 0;
}
@media (min-width: 992px) {
  .cid-uk4NpWPoEy .navbar.collapsed.opened:not(.navbar-short) .navbar-collapse {
    max-height: calc(98.5vh - 3.4rem);
  }
}
.cid-uk4NpWPoEy .navbar.collapsed .dropdown-menu .dropdown-submenu {
  left: 0 !important;
}
.cid-uk4NpWPoEy .navbar.collapsed .dropdown-menu .dropdown-item:after {
  right: auto;
}
.cid-uk4NpWPoEy .navbar.collapsed .dropdown-menu .dropdown-toggle[data-toggle="dropdown-submenu"]:after {
  margin-left: 0.5rem;
  margin-top: 0.2rem;
  border-top: 0.35em solid;
  border-right: 0.35em solid transparent;
  border-left: 0.35em solid transparent;
  border-bottom: 0;
  top: 41%;
}
.cid-uk4NpWPoEy .navbar.collapsed ul.navbar-nav li {
  margin: auto;
}
.cid-uk4NpWPoEy .navbar.collapsed .dropdown-menu .dropdown-item {
  padding: 0.25rem 0.5rem;
  text-align: center;
}
.cid-uk4NpWPoEy .navbar.collapsed .icons-menu {
  padding-left: 0;
  padding-right: 0;
  padding-top: 0.5rem;
  padding-bottom: 0.5rem;
}
@media (max-width: 767px) {
  .cid-uk4NpWPoEy .navbar {
    min-height: 72px;
  }
  .cid-uk4NpWPoEy .navbar .navbar-logo img {
    height: 2rem !important;
  }
}
@media (max-width: 991px) {
  .cid-uk4NpWPoEy .navbar .nav-item .nav-link::before {
    display: none;
  }
  .cid-uk4NpWPoEy .navbar.opened .dropdown-menu {
    top: 0;
  }
  .cid-uk4NpWPoEy .navbar .dropdown-menu .dropdown-submenu {
    left: 0 !important;
  }
  .cid-uk4NpWPoEy .navbar .dropdown-menu .dropdown-item:after {
    right: auto;
  }
  .cid-uk4NpWPoEy .navbar .dropdown-menu .dropdown-toggle[data-toggle="dropdown-submenu"]:after {
    margin-left: 0.5rem;
    margin-top: 0.2rem;
    border-top: 0.35em solid;
    border-right: 0.35em solid transparent;
    border-left: 0.35em solid transparent;
    border-bottom: 0;
    top: 40%;
  }
  .cid-uk4NpWPoEy .navbar .dropdown-menu .dropdown-item {
    padding: 0.25rem 1.5rem !important;
    text-align: center;
  }
  .cid-uk4NpWPoEy .navbar .navbar-brand {
    flex-shrink: initial;
    flex-basis: auto;
    word-break: break-word;
    padding-right: 10px;
  }
  .cid-uk4NpWPoEy .navbar .navbar-toggler {
    flex-basis: auto;
  }
  .cid-uk4NpWPoEy .navbar .icons-menu {
    padding-left: 0;
    padding-top: 0.5rem;
    padding-bottom: 0.5rem;
  }
}
.cid-uk4NpWPoEy .navbar.navbar-short .navbar-logo img {
  height: 2rem;
}
.cid-uk4NpWPoEy .dropdown-item.active,
.cid-uk4NpWPoEy .dropdown-item:active {
  background-color: transparent;
}
.cid-uk4NpWPoEy .navbar-expand-lg .navbar-nav .nav-link {
  padding: 0;
}
.cid-uk4NpWPoEy .nav-dropdown .link.dropdown-toggle {
  margin-right: 1.667em;
}
.cid-uk4NpWPoEy .nav-dropdown .link.dropdown-toggle[aria-expanded="true"] {
  margin-right: 0;
  padding: 0.667em 1.667em;
}
.cid-uk4NpWPoEy .navbar.navbar-expand-lg .dropdown .dropdown-menu {
  background: #ffffff;
}
.cid-uk4NpWPoEy .navbar.navbar-expand-lg .dropdown .dropdown-menu .dropdown-submenu {
  margin: 0;
  left: 100%;
  transform: none;
  top: -12px;
}
.cid-uk4NpWPoEy .navbar .dropdown.open > .dropdown-menu {
  display: flex;
}
.cid-uk4NpWPoEy ul.navbar-nav {
  flex-wrap: wrap;
}
.cid-uk4NpWPoEy .navbar-buttons {
  text-align: center;
  min-width: 140px;
}
@media (max-width: 992px) {
  .cid-uk4NpWPoEy .navbar-buttons {
    text-align: left;
  }
}
.cid-uk4NpWPoEy button.navbar-toggler {
  outline: none;
  width: 31px;
  height: 20px;
  cursor: pointer;
  transition: all 0.2s;
  position: relative;
  align-self: center;
}
.cid-uk4NpWPoEy button.navbar-toggler .hamburger span {
  position: absolute;
  right: 0;
  width: 30px;
  height: 2px;
  border-right: 5px;
  background-color: #06549d;
}
.cid-uk4NpWPoEy button.navbar-toggler .hamburger span:nth-child(1) {
  top: 0;
  transition: all 0.2s;
}
.cid-uk4NpWPoEy button.navbar-toggler .hamburger span:nth-child(2) {
  top: 8px;
  transition: all 0.15s;
}
.cid-uk4NpWPoEy button.navbar-toggler .hamburger span:nth-child(3) {
  top: 8px;
  transition: all 0.15s;
}
.cid-uk4NpWPoEy button.navbar-toggler .hamburger span:nth-child(4) {
  top: 16px;
  transition: all 0.2s;
}
.cid-uk4NpWPoEy nav.opened .hamburger span:nth-child(1) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-uk4NpWPoEy nav.opened .hamburger span:nth-child(2) {
  transform: rotate(45deg);
  transition: all 0.25s;
}
.cid-uk4NpWPoEy nav.opened .hamburger span:nth-child(3) {
  transform: rotate(-45deg);
  transition: all 0.25s;
}
.cid-uk4NpWPoEy nav.opened .hamburger span:nth-child(4) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-uk4NpWPoEy .navbar-dropdown {
  padding: 0 1rem;
}
.cid-uk4NpWPoEy a.nav-link {
  display: flex;
  align-items: center;
  justify-content: center;
}
.cid-uk4NpWPoEy .icons-menu {
  flex-wrap: nowrap;
  display: flex;
  justify-content: center;
  padding-left: 1rem;
  padding-right: 1rem;
  padding-top: 0.3rem;
  text-align: center;
}
@media (max-width: 992px) {
  .cid-uk4NpWPoEy .icons-menu {
    justify-content: flex-start;
    margin-bottom: .5rem;
  }
}
@media screen and (-ms-high-contrast: active), (-ms-high-contrast: none) {
  .cid-uk4NpWPoEy .navbar {
    height: 70px;
  }
  .cid-uk4NpWPoEy .navbar.opened {
    height: auto;
  }
  .cid-uk4NpWPoEy .nav-item .nav-link:hover::before {
    width: 175%;
    max-width: calc(100% + 2rem);
    left: -1rem;
  }
}
.cid-uk4NpWPoEy .navbar .dropdown > .dropdown-menu {
  display: none;
  width: max-content;
  max-width: 500px !important;
  transform: translateX(-50%);
  top: calc(100% + 20px);
  left: 50%;
}
.cid-uk4NpWPoEy .navbar .dropdown > .dropdown-menu .dropdown-item {
  line-height: 1 !important;
}
.cid-uk4NpWPoEy .navbar .dropdown > .dropdown-menu .dropdown .dropdown-item {
  align-items: center;
  display: flex;
  height: max-content !important;
  min-height: max-content !important;
}
.cid-uk4NpWPoEy .navbar .dropdown > .dropdown-menu .dropdown .dropdown-item::after {
  display: inline-block;
  position: static;
  margin-left: 0.5rem;
  margin-top: 0;
  margin-right: 0;
  margin-bottom: 0;
  transition: .3s all;
  transform: rotate(-90deg);
}
.cid-uk4NpWPoEy .navbar .dropdown > .dropdown-menu .dropdown.open .dropdown-item::after {
  transform: rotate(0deg);
}
.cid-uk4NpWPoEy .mbr-section-btn {
  margin: -0.6rem -0.6rem;
}
.cid-uk4NpWPoEy .navbar-toggler {
  margin-left: 12px;
  margin-right: 8px;
  order: 1000;
}
@media (max-width: 991px) {
  .cid-uk4NpWPoEy .navbar-brand {
    margin-right: auto;
  }
  .cid-uk4NpWPoEy .navbar-collapse {
    z-index: -1 !important;
    position: absolute;
    top: 110%;
    left: 0;
    width: 100%;
    padding: 1rem;
    border-radius: 1.5rem;
    background: #ffffff;
    opacity: 1;
    border-color: rgba(255, 255, 255, 0.9) !important;
    background: rgba(255, 255, 255, 0.9) !important;
    backdrop-filter: blur(8px);
    border-radius: 4px !important;
  }
  .cid-uk4NpWPoEy .navbar-nav .nav-item .nav-link::after {
    margin-left: 10px;
  }
  .cid-uk4NpWPoEy .navbar-nav .dropdown-item:hover {
    background-color: rgba(27, 31, 10, 0.06);
  }
  .cid-uk4NpWPoEy .navbar .dropdown > .dropdown-menu {
    max-width: 100% !important;
    transform: translateX(0);
    top: 10px;
    left: 0;
    padding: 8px !important;
    border-radius: 1rem;
    background-color: rgba(27, 31, 10, 0.04) !important;
  }
  .cid-uk4NpWPoEy .navbar .dropdown > .dropdown-menu .dropdown-item {
    padding: 8px !important;
    line-height: 1 !important;
    margin-bottom: 4px !important;
  }
  .cid-uk4NpWPoEy .navbar .dropdown > .dropdown-menu .dropdown .dropdown-item {
    align-items: center;
    display: flex;
    height: max-content !important;
    min-height: max-content !important;
  }
  .cid-uk4NpWPoEy .navbar .dropdown > .dropdown-menu .dropdown .dropdown-item::after {
    display: inline-block;
    position: static;
    margin-left: 0.5rem;
    margin-top: 0;
    margin-right: 0;
    margin-bottom: 0;
    transition: .3s all;
    transform: rotate(0deg);
  }
  .cid-uk4NpWPoEy .navbar .dropdown > .dropdown-menu .dropdown.open .dropdown-item::after {
    transform: rotate(180deg);
  }
  .cid-uk4NpWPoEy .navbar .dropdown > .dropdown-menu .dropdown-submenu {
    position: static;
    width: 100%;
    max-width: 100% !important;
    transform: translateX(0) !important;
    top: 0;
    left: 0;
    padding: 8px !important;
    border-radius: 1rem;
    background-color: rgba(27, 31, 10, 0.04) !important;
  }
  .cid-uk4NpWPoEy .navbar .dropdown.open > .dropdown-menu {
    display: flex !important;
    flex-direction: column;
    align-items: flex-start;
  }
}
@media (max-width: 575px) {
  .cid-uk4NpWPoEy .navbar-collapse {
    padding: 1rem;
  }
}
.cid-uk4NpX7bbM {
  padding-top: 8rem;
  padding-bottom: 1rem;
  background-color: #06549d;
}
.cid-uk4NpX7bbM .justify-content-center {
  align-items: center;
}
.cid-uk4NpX7bbM .mbr-fallback-image.disabled {
  display: none;
}
.cid-uk4NpX7bbM .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uk4NpX7bbM .item-wrapper {
  display: flex;
  margin-left: auto;
}
@media (max-width: 767px) {
  .cid-uk4NpX7bbM .item-wrapper {
    margin-bottom: 1rem;
  }
}
.cid-uk4NpX7bbM .mbr-section-btn {
  padding-left: 1.5rem;
  text-align: right;
}
@media (max-width: 767px) {
  .cid-uk4NpX7bbM .mbr-section-btn {
    text-align: center;
    padding-left: 0rem;
  }
}
.cid-uk4NpX7bbM .row {
  align-items: center;
}
.cid-uk4NpX7bbM .card-text {
  color: #ffffff;
  margin-bottom: 0px;
  text-align: left;
}
@media (max-width: 767px) {
  .cid-uk4NpX7bbM .card-text {
    text-align: center;
  }
}
.cid-uk4NpXk6n3 {
  padding-top: 2rem;
  padding-bottom: 4rem;
  background-image: url("../../../assets/images/7xm.xyz610835-1224x734.jpg");
}
.cid-uk4NpXk6n3 .content-head {
  max-width: 800px;
}
.cid-uk4NpXxu3m {
  padding-top: 2rem;
  padding-bottom: 1rem;
  background-color: #ffffff;
}
.cid-uk4NpXxu3m .content-head {
  max-width: 800px;
}
.cid-uk4NpXxu3m .w-100 {
  border-radius: 0%!important;
}
.cid-uk4NpXKyPr {
  padding-top: 90px;
  padding-bottom: 90px;
  background-color: #ffffff;
}
.cid-uk4NpXKyPr .carousel-control {
  background: #000;
}
.cid-uk4NpXKyPr .mbr-section-subtitle {
  color: #767676;
}
.cid-uk4NpXKyPr .carousel-item {
  -webkit-justify-content: center;
  justify-content: center;
}
.cid-uk4NpXKyPr .carousel-item .media-container-row {
  -webkit-flex-grow: 1;
  flex-grow: 1;
}
.cid-uk4NpXKyPr .carousel-item .wrap-img {
  text-align: center;
}
.cid-uk4NpXKyPr .carousel-item .wrap-img img {
  max-height: 150px;
  width: auto;
  max-width: 100%;
}
.cid-uk4NpXKyPr .carousel-controls {
  display: flex;
  -webkit-justify-content: center;
  justify-content: center;
}
.cid-uk4NpXKyPr .carousel-controls .carousel-control {
  background: #000;
  border-radius: 50%;
  position: static;
  width: 40px;
  height: 40px;
  margin-top: 2rem;
  border-width: 1px;
}
.cid-uk4NpXKyPr .carousel-controls .carousel-control.carousel-control-prev {
  left: auto;
  margin-right: 20px;
  margin-left: 0;
}
.cid-uk4NpXKyPr .carousel-controls .carousel-control.carousel-control-next {
  right: auto;
  margin-right: 0;
}
.cid-uk4NpXKyPr .carousel-controls .carousel-control .mbr-iconfont {
  font-size: 1rem;
}
.cid-uk4NpXKyPr .cloneditem-1,
.cid-uk4NpXKyPr .cloneditem-2,
.cid-uk4NpXKyPr .cloneditem-3,
.cid-uk4NpXKyPr .cloneditem-4,
.cid-uk4NpXKyPr .cloneditem-5 {
  display: none;
}
.cid-uk4NpXKyPr .col-lg-15 {
  -webkit-box-flex: 0;
  -ms-flex: 0 0 100%;
  -webkit-flex: 0 0 100%;
  flex: 0 0 100%;
  max-width: 100%;
  position: relative;
  min-height: 1px;
  padding-right: 10px;
  padding-left: 10px;
  width: 100%;
}
@media (min-width: 992px) {
  .cid-uk4NpXKyPr .col-lg-15 {
    -ms-flex: 0 0 20%;
    -webkit-flex: 0 0 20%;
    flex: 0 0 20%;
    max-width: 20%;
    width: 20%;
  }
  .cid-uk4NpXKyPr .carousel-inner.slides2 > .carousel-item.active.carousel-item-right,
  .cid-uk4NpXKyPr .carousel-inner.slides2 > .carousel-item.carousel-item-next {
    left: 0;
    -webkit-transform: translate3d(50%, 0, 0);
    transform: translate3d(50%, 0, 0);
  }
  .cid-uk4NpXKyPr .carousel-inner.slides2 > .carousel-item.active.carousel-item-left,
  .cid-uk4NpXKyPr .carousel-inner.slides2 > .carousel-item.carousel-item-prev {
    left: 0;
    -webkit-transform: translate3d(-50%, 0, 0);
    transform: translate3d(-50%, 0, 0);
  }
  .cid-uk4NpXKyPr .carousel-inner.slides2 > .carousel-item.carousel-item-left,
  .cid-uk4NpXKyPr .carousel-inner.slides2 > .carousel-item.carousel-item-prev.carousel-item-right,
  .cid-uk4NpXKyPr .carousel-inner.slides2 > .carousel-item.active {
    left: 0;
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
  }
  .cid-uk4NpXKyPr .carousel-inner.slides2 .cloneditem-1,
  .cid-uk4NpXKyPr .carousel-inner.slides2 .cloneditem-2,
  .cid-uk4NpXKyPr .carousel-inner.slides2 .cloneditem-3 {
    display: block;
  }
  .cid-uk4NpXKyPr .carousel-inner.slides3 > .carousel-item.active.carousel-item-right,
  .cid-uk4NpXKyPr .carousel-inner.slides3 > .carousel-item.carousel-item-next {
    left: 0;
    -webkit-transform: translate3d(33.333333%, 0, 0);
    transform: translate3d(33.333333%, 0, 0);
  }
  .cid-uk4NpXKyPr .carousel-inner.slides3 > .carousel-item.active.carousel-item-left,
  .cid-uk4NpXKyPr .carousel-inner.slides3 > .carousel-item.carousel-item-prev {
    left: 0;
    -webkit-transform: translate3d(-33.333333%, 0, 0);
    transform: translate3d(-33.333333%, 0, 0);
  }
  .cid-uk4NpXKyPr .carousel-inner.slides3 > .carousel-item.carousel-item-left,
  .cid-uk4NpXKyPr .carousel-inner.slides3 > .carousel-item.carousel-item-prev.carousel-item-right,
  .cid-uk4NpXKyPr .carousel-inner.slides3 > .carousel-item.active {
    left: 0;
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
  }
  .cid-uk4NpXKyPr .carousel-inner.slides3 .cloneditem-1,
  .cid-uk4NpXKyPr .carousel-inner.slides3 .cloneditem-2,
  .cid-uk4NpXKyPr .carousel-inner.slides3 .cloneditem-3 {
    display: block;
  }
  .cid-uk4NpXKyPr .carousel-inner.slides4 > .carousel-item.active.carousel-item-right,
  .cid-uk4NpXKyPr .carousel-inner.slides4 > .carousel-item.carousel-item-next {
    left: 0;
    -webkit-transform: translate3d(25%, 0, 0);
    transform: translate3d(25%, 0, 0);
  }
  .cid-uk4NpXKyPr .carousel-inner.slides4 > .carousel-item.active.carousel-item-left,
  .cid-uk4NpXKyPr .carousel-inner.slides4 > .carousel-item.carousel-item-prev {
    left: 0;
    -webkit-transform: translate3d(-25%, 0, 0);
    transform: translate3d(-25%, 0, 0);
  }
  .cid-uk4NpXKyPr .carousel-inner.slides4 > .carousel-item.carousel-item-left,
  .cid-uk4NpXKyPr .carousel-inner.slides4 > .carousel-item.carousel-item-prev.carousel-item-right,
  .cid-uk4NpXKyPr .carousel-inner.slides4 > .carousel-item.active {
    left: 0;
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
  }
  .cid-uk4NpXKyPr .carousel-inner.slides4 .cloneditem-1,
  .cid-uk4NpXKyPr .carousel-inner.slides4 .cloneditem-2,
  .cid-uk4NpXKyPr .carousel-inner.slides4 .cloneditem-3 {
    display: block;
  }
  .cid-uk4NpXKyPr .carousel-inner.slides5 > .carousel-item.active.carousel-item-right,
  .cid-uk4NpXKyPr .carousel-inner.slides5 > .carousel-item.carousel-item-next {
    left: 0;
    -webkit-transform: translate3d(20%, 0, 0);
    transform: translate3d(20%, 0, 0);
  }
  .cid-uk4NpXKyPr .carousel-inner.slides5 > .carousel-item.active.carousel-item-left,
  .cid-uk4NpXKyPr .carousel-inner.slides5 > .carousel-item.carousel-item-prev {
    left: 0;
    -webkit-transform: translate3d(-20%, 0, 0);
    transform: translate3d(-20%, 0, 0);
  }
  .cid-uk4NpXKyPr .carousel-inner.slides5 > .carousel-item.carousel-item-left,
  .cid-uk4NpXKyPr .carousel-inner.slides5 > .carousel-item.carousel-item-prev.carousel-item-right,
  .cid-uk4NpXKyPr .carousel-inner.slides5 > .carousel-item.active {
    left: 0;
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
  }
  .cid-uk4NpXKyPr .carousel-inner.slides5 .cloneditem-1,
  .cid-uk4NpXKyPr .carousel-inner.slides5 .cloneditem-2,
  .cid-uk4NpXKyPr .carousel-inner.slides5 .cloneditem-3,
  .cid-uk4NpXKyPr .carousel-inner.slides5 .cloneditem-4 {
    display: block;
  }
  .cid-uk4NpXKyPr .carousel-inner.slides6 > .carousel-item.active.carousel-item-right,
  .cid-uk4NpXKyPr .carousel-inner.slides6 > .carousel-item.carousel-item-next {
    left: 0;
    -webkit-transform: translate3d(16.666667%, 0, 0);
    transform: translate3d(16.666667%, 0, 0);
  }
  .cid-uk4NpXKyPr .carousel-inner.slides6 > .carousel-item.active.carousel-item-left,
  .cid-uk4NpXKyPr .carousel-inner.slides6 > .carousel-item.carousel-item-prev {
    left: 0;
    -webkit-transform: translate3d(-16.666667%, 0, 0);
    transform: translate3d(-16.666667%, 0, 0);
  }
  .cid-uk4NpXKyPr .carousel-inner.slides6 > .carousel-item.carousel-item-left,
  .cid-uk4NpXKyPr .carousel-inner.slides6 > .carousel-item.carousel-item-prev.carousel-item-right,
  .cid-uk4NpXKyPr .carousel-inner.slides6 > .carousel-item.active {
    left: 0;
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
  }
  .cid-uk4NpXKyPr .carousel-inner.slides6 .cloneditem-1,
  .cid-uk4NpXKyPr .carousel-inner.slides6 .cloneditem-2,
  .cid-uk4NpXKyPr .carousel-inner.slides6 .cloneditem-3,
  .cid-uk4NpXKyPr .carousel-inner.slides6 .cloneditem-4,
  .cid-uk4NpXKyPr .carousel-inner.slides6 .cloneditem-5 {
    display: block;
  }
}
.cid-uk4NpY1P4z {
  padding-top: 6rem;
  padding-bottom: 6rem;
  background-color: #232323;
}
.cid-uk4NpY1P4z .item-subtitle {
  line-height: 1.2;
  color: #232323;
  text-align: center;
}
.cid-uk4NpY1P4z img,
.cid-uk4NpY1P4z .item-img {
  width: 100%;
  height: 100%;
  height: 400px;
  object-fit: cover;
}
.cid-uk4NpY1P4z .item:focus,
.cid-uk4NpY1P4z span:focus {
  outline: none;
}
.cid-uk4NpY1P4z .item {
  margin-bottom: 2rem;
}
@media (max-width: 767px) {
  .cid-uk4NpY1P4z .item {
    margin-bottom: 1rem;
  }
}
.cid-uk4NpY1P4z .item-wrapper {
  position: relative;
  border-radius: 4px;
  height: 100%;
  display: flex;
  flex-flow: column nowrap;
}
.cid-uk4NpY1P4z .mbr-section-title {
  color: #ffffff;
}
.cid-uk4NpY1P4z .mbr-text,
.cid-uk4NpY1P4z .mbr-section-btn {
  color: #232323;
  text-align: center;
}
.cid-uk4NpY1P4z .item-title {
  color: #ffffff;
  text-align: center;
}
.cid-uk4NpY1P4z .content-head {
  max-width: 800px;
}
.cid-uk4NpYlQDt {
  padding-top: 6rem;
  padding-bottom: 1rem;
  background-image: url("../../../assets/images/white-background-2000x1334.jpeg");
}
.cid-uk4NpYlQDt .mbr-fallback-image.disabled {
  display: none;
}
.cid-uk4NpYlQDt .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uk4NpYAaA5 {
  background-color: #ffffff;
  padding-top: 0px;
  padding-bottom: 0px;
}
.cid-uk4NpYAaA5 img {
  object-fit: contain;
  border-radius: 0 !important;
}
.cid-uk4NpZ0V16 {
  background-color: #ffffff;
  padding-top: 0px;
  padding-bottom: 0px;
}
.cid-uk4NpZ0V16 img {
  object-fit: contain;
  border-radius: 0 !important;
}
.cid-uk4NpZbdNb {
  padding-top: 0rem;
  padding-bottom: 5rem;
  background-color: #232323;
}
.cid-uk4NpZbdNb .item-subtitle {
  line-height: 1.2;
  color: #232323;
  text-align: center;
}
.cid-uk4NpZbdNb img,
.cid-uk4NpZbdNb .item-img {
  width: 100%;
  height: 100%;
  height: 400px;
  object-fit: cover;
}
.cid-uk4NpZbdNb .item:focus,
.cid-uk4NpZbdNb span:focus {
  outline: none;
}
.cid-uk4NpZbdNb .item {
  margin-bottom: 2rem;
}
@media (max-width: 767px) {
  .cid-uk4NpZbdNb .item {
    margin-bottom: 1rem;
  }
}
.cid-uk4NpZbdNb .item-wrapper {
  position: relative;
  border-radius: 4px;
  height: 100%;
  display: flex;
  flex-flow: column nowrap;
}
.cid-uk4NpZbdNb .mbr-section-title {
  color: #232323;
}
.cid-uk4NpZbdNb .mbr-text,
.cid-uk4NpZbdNb .mbr-section-btn {
  color: #ffffff;
  text-align: center;
}
.cid-uk4NpZbdNb .item-title {
  color: #ffffff;
  text-align: center;
}
.cid-uk4NpZbdNb .content-head {
  max-width: 800px;
}
.cid-uk4NpZZzSh {
  padding-top: 1rem;
  padding-bottom: 2rem;
  background-color: #06549d;
}
.cid-uk4NpZZzSh .mbr-fallback-image.disabled {
  display: none;
}
.cid-uk4NpZZzSh .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uk4NpZZzSh .nav-tabs .nav-item.open .nav-link:focus,
.cid-uk4NpZZzSh .nav-tabs .nav-link.active:focus {
  outline: none;
}
.cid-uk4NpZZzSh .nav-tabs {
  flex-wrap: wrap;
  border-bottom: none;
}
@media (max-width: 767px) {
  .cid-uk4NpZZzSh .nav-item {
    width: 100%;
    margin-right: 0 !important;
    text-align: center;
  }
}
.cid-uk4NpZZzSh .nav-tabs .nav-item {
  margin-right: 0rem;
  margin-left: 25rem;
}
.cid-uk4NpZZzSh .nav-tabs .nav-link {
  transition: padding 0.3s ease, background-color 0.3s ease;
  border: none;
  border-radius: 2rem !important;
  padding: 1.25rem 0!important;
  background-color: transparent!important;
  overflow: hidden!important;
}
.cid-uk4NpZZzSh .nav-tabs .nav-link:not(.active) {
  color: #ffffff;
}
.cid-uk4NpZZzSh .nav-tabs .nav-link.active {
  color: #06549d !important;
  background-color: #ffffff !important;
  padding: 1.25rem 2rem!important;
}
.cid-uk4NpZZzSh .mbr-section-title {
  text-align: center;
  color: #ffffff;
}
.cid-uk4NpZZzSh .mbr-section-subtitle {
  text-align: center;
  color: #ffffff;
}
.cid-uk4NpZZzSh .mbr-text {
  color: #ffffff;
  margin: 0;
  text-align: center;
}
.cid-uk4NpZZzSh .content-head {
  max-width: 800px;
}
.cid-uk4NpZZzSh .item-wrapper {
  background-color: #06549d;
  padding: 2.25rem;
}
@media (max-width: 767px) {
  .cid-uk4NpZZzSh .item-wrapper {
    padding: 2rem 1.5rem;
  }
}
.cid-uk4NpZZzSh img {
  border-radius: 0%!important;
  object-fit: contain;
}
.cid-uk4Nq0kIAp {
  padding-top: 6rem;
  padding-bottom: 1rem;
  background-color: #232323;
}
.cid-uk4Nq0kIAp .mbr-fallback-image.disabled {
  display: none;
}
.cid-uk4Nq0kIAp .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uk4Nq0kIAp .mbr-section-title {
  color: #ffffff;
}
.cid-uk4Nq0kIAp .mbr-section-subtitle {
  color: #ffffff;
}
.cid-uk4Nq0yBCj {
  background-color: #ffffff;
  padding-top: 0px;
  padding-bottom: 0px;
}
.cid-uk4Nq0yBCj img {
  object-fit: contain;
  border-radius: 0 !important;
}
.cid-uk4Nq0KVZ3 {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-color: #232323;
}
.cid-uk4Nq0KVZ3 .mbr-text {
  color: #000000;
}
.cid-uk4Nq0KVZ3 .mbr-section-subtitle {
  color: #000000;
}
.cid-uk4Nq0KVZ3 .mbr-section-title {
  color: #ffffff;
  text-align: center;
}
.cid-uk4Nq0KVZ3 .mbr-text,
.cid-uk4Nq0KVZ3 .item .mbr-section-btn {
  text-align: left;
}
.cid-uk4Nq0KVZ3 .item-wrapper {
  background: #f7f7f7;
  margin-bottom: 2rem;
  padding: 2.25rem;
}
@media (min-width: 992px) and (max-width: 1200px) {
  .cid-uk4Nq0KVZ3 .item-wrapper {
    padding: 2rem 1.5rem;
    margin-bottom: 2rem;
  }
}
@media (max-width: 767px) {
  .cid-uk4Nq0KVZ3 .item-wrapper {
    padding: 2rem 1.5rem;
    margin-bottom: 1rem;
  }
}
.cid-uduqU6836b {
  padding-top: 2rem;
  padding-bottom: 3rem;
  background-image: url("../../../assets/images/white-background-2000x1334.jpeg");
}
.cid-uduqU6836b .logogree {
  position: relative;
  width: 100%;
}
.cid-uduqU6836b .agree {
  object-position: right;
  width: 40%;
  height: auto;
  object-fit: contain;
  display: block;
  border-radius: 0% !important;
}
.cid-uduqU6836b .mbr-fallback-image.disabled {
  display: none;
}
.cid-uduqU6836b .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uduqU6836b .footer-col {
  justify-content: space-between;
  display: flex;
}
@media (max-width: 767px) {
  .cid-uduqU6836b .footer-col {
    flex-direction: column;
  }
}
.cid-uduqU6836b .row {
  background: #ffffff;
  padding: 4rem 3rem;
  border-radius: 2rem;
  margin: 0px;
}
@media (max-width: 767px) {
  .cid-uduqU6836b .row {
    padding: 2rem 0.5rem;
  }
}
@media (min-width: 768px) and (max-width: 991px) {
  .cid-uduqU6836b .row {
    padding: 2.25rem 1.25rem;
  }
}
@media (min-width: 992px) {
  .cid-uduqU6836b .row {
    padding: 4rem 3rem;
  }
}
@media (max-width: 767px) {
  .cid-uduqU6836b .mbr-section-btn {
    text-align: center;
  }
}
.cid-uduqU6836b .social-row {
  display: flex;
  flex-wrap: wrap;
}
.cid-uduqU6836b .soc-item {
  margin: 8px;
}
.cid-uduqU6836b .soc-item a:hover .mbr-iconfont,
.cid-uduqU6836b .soc-item a:focus .mbr-iconfont {
  background-color: #232323;
}
.cid-uduqU6836b .soc-item a .mbr-iconfont {
  width: 72px;
  height: 72px;
  display: flex;
  align-items: center;
  justify-content: center;
  border-radius: 100%;
  font-size: 20px;
  background-color: #06549d;
  color: #ffffff;
  transition: all 0.3s ease-in-out;
}
@media (max-width: 767px) {
  .cid-uduqU6836b .row {
    text-align: center;
  }
  .cid-uduqU6836b .social-row {
    justify-content: center;
  }
}
.cid-uduqU6836b .list {
  list-style: none;
  padding-left: 0;
  color: #502274;
}
@media (max-width: 991px) {
  .cid-uduqU6836b .list {
    margin-bottom: 2rem;
  }
}
@media (min-width: 992px) {
  .cid-uduqU6836b .list {
    margin-bottom: 0rem;
  }
}
.cid-uduqU6836b .mbr-text {
  color: #bbbbbb;
}
.cid-uduqU6836b .mbr-section-subtitle {
  color: #000000;
  text-align: left;
}
.cid-uduqU6836b .list,
.cid-uduqU6836b .item-wrap {
  color: #232323;
  text-align: left;
}
.cid-uduqU6836b .copyright {
  color: #000000;
  text-align: center;
}
.cid-uduqU6836b H5 {
  text-align: left;
}
.cid-uk4TuLSxLG {
  z-index: 1000;
  width: 100%;
  position: inherit;
}
.cid-uk4TuLSxLG .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 .3s;
}
@media (max-width: 767px) {
  .cid-uk4TuLSxLG .navbar-toggler {
    transform: scale(0.8);
  }
}
.cid-uk4TuLSxLG .navbar-brand {
  flex-shrink: 0;
  align-items: center;
  margin-right: 0;
  padding: 10px 0;
  transition: all 2s;
  word-break: break-word;
  z-index: 1;
}
.cid-uk4TuLSxLG .navbar-brand img {
  max-width: 100%;
  max-height: 100%;
  border-radius: 0px !important;
}
.cid-uk4TuLSxLG .navbar-brand .navbar-caption {
  line-height: inherit !important;
}
.cid-uk4TuLSxLG .navbar-brand .navbar-logo a {
  outline: none;
}
.cid-uk4TuLSxLG .navbar-nav {
  margin: auto;
  margin-left: 0;
  margin-left: auto;
}
.cid-uk4TuLSxLG .navbar-nav .nav-item {
  padding: 0 !important;
  transition: .3s all !important;
}
.cid-uk4TuLSxLG .navbar-nav .nav-item .nav-link {
  padding: 16px !important;
  margin: 0 !important;
  border-radius: 1rem !important;
  transition: .3s all !important;
  border-radius: 4px !important;
}
.cid-uk4TuLSxLG .navbar-nav .nav-item .nav-link:hover {
  background-color: rgba(27, 31, 10, 0.06);
}
.cid-uk4TuLSxLG .navbar-nav .open .nav-link::after {
  transform: rotate(180deg);
}
@media (min-width: 992px) {
  .cid-uk4TuLSxLG .navbar-nav .open .nav-link::before {
    content: "";
    width: 100%;
    height: 20px;
    top: 100%;
    background: transparent;
    position: absolute;
  }
}
.cid-uk4TuLSxLG .navbar-nav .dropdown-item {
  padding: 12px !important;
  border-radius: 0.5rem !important;
  margin: 0 8px !important;
  transition: .3s all !important;
  border-radius: 4px !important;
}
.cid-uk4TuLSxLG .navbar-nav .dropdown-item:hover {
  background-color: rgba(27, 31, 10, 0.06);
}
@media (min-width: 992px) {
  .cid-uk4TuLSxLG .navbar-nav {
    padding-left: 1.5rem;
  }
}
.cid-uk4TuLSxLG .nav-link {
  width: fit-content;
  position: relative;
}
.cid-uk4TuLSxLG .navbar-logo {
  padding-left: 2rem;
  margin: 0 !important;
}
@media (max-width: 767px) {
  .cid-uk4TuLSxLG .navbar-logo {
    padding-left: 1rem;
  }
}
.cid-uk4TuLSxLG .navbar-caption {
  padding-left: 1rem;
  padding-right: .5rem;
}
@media (max-width: 767px) {
  .cid-uk4TuLSxLG .nav-dropdown {
    padding-bottom: 0.5rem;
  }
}
.cid-uk4TuLSxLG .nav-dropdown .link.dropdown-toggle::after {
  margin-left: 0.5rem;
  margin-top: 0.2rem;
  transition: .3s all;
  transition-delay: 300ms;
}
.cid-uk4TuLSxLG .container {
  display: flex;
  height: 90px;
  padding: 0.5rem 0.6rem;
  flex-wrap: nowrap;
  background: rgba(255, 255, 255, 0.9) !important;
  left: 0;
  right: 0;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: flex-end;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  border-radius: 100vw;
  margin-top: 1rem;
  background-color: #ffffff;
  box-shadow: 0 30px 60px 0 rgba(27, 31, 10, 0.08);
  border-radius: 4px !important;
}
@media (max-width: 992px) {
  .cid-uk4TuLSxLG .container {
    padding-right: 2rem;
  }
}
@media (max-width: 767px) {
  .cid-uk4TuLSxLG .container {
    width: 95%;
    height: 56px !important;
    padding-right: 1rem;
    margin-top: 0rem;
  }
}
.cid-uk4TuLSxLG .iconfont-wrapper {
  color: #0c2c68 !important;
  font-size: 1.5rem;
  padding-right: 0.5rem;
}
.cid-uk4TuLSxLG .dropdown-menu {
  flex-wrap: wrap;
  flex-direction: column;
  max-width: 100%;
  padding: 12px 4px !important;
  border-radius: 1.5rem;
  transition: .3s all !important;
  transition-delay: 300ms;
  min-width: auto;
  background: #ffffff;
  background: rgba(255, 255, 255, 0.9) !important;
  border-radius: 4px !important;
}
.cid-uk4TuLSxLG .nav-item:focus,
.cid-uk4TuLSxLG .nav-link:focus {
  outline: none;
}
.cid-uk4TuLSxLG .dropdown .dropdown-menu .dropdown-item {
  width: auto;
  transition: all .3s;
  transition-delay: 300ms;
}
.cid-uk4TuLSxLG .dropdown .dropdown-menu .dropdown-item::after {
  right: 0.5rem;
}
.cid-uk4TuLSxLG .dropdown .dropdown-menu .dropdown-item .mbr-iconfont {
  margin-right: 0.5rem;
  vertical-align: sub;
}
.cid-uk4TuLSxLG .dropdown .dropdown-menu .dropdown-item .mbr-iconfont:before {
  display: inline-block;
  transform: scale(1, 1);
  transition: all .3s;
}
.cid-uk4TuLSxLG .collapsed .dropdown-menu .dropdown-item:before {
  display: none;
}
.cid-uk4TuLSxLG .collapsed .dropdown .dropdown-menu .dropdown-item {
  padding: 0.235em 1.5em 0.235em 1.5em !important;
  transition: none;
  margin: 0 !important;
}
.cid-uk4TuLSxLG .navbar {
  min-height: 90px;
  transition: all 5s;
  border-bottom: 1px solid transparent;
  background: transparent !important;
  padding: 0 !important;
  border: none !important;
  box-shadow: none !important;
  border-radius: 0 !important;
}
.cid-uk4TuLSxLG .navbar.opened {
  transition: all 0.3s;
}
.cid-uk4TuLSxLG .navbar .dropdown-item {
  padding: 0.5rem 1.8rem;
}
.cid-uk4TuLSxLG .navbar .navbar-logo img {
  width: auto;
}
.cid-uk4TuLSxLG .navbar .navbar-collapse {
  z-index: 1;
  justify-content: flex-end;
}
.cid-uk4TuLSxLG .navbar.collapsed {
  justify-content: center;
}
.cid-uk4TuLSxLG .navbar.collapsed .nav-item .nav-link::before {
  display: none;
}
.cid-uk4TuLSxLG .navbar.collapsed.opened .dropdown-menu {
  top: 0;
}
@media (min-width: 992px) {
  .cid-uk4TuLSxLG .navbar.collapsed.opened:not(.navbar-short) .navbar-collapse {
    max-height: calc(98.5vh - 3.4rem);
  }
}
.cid-uk4TuLSxLG .navbar.collapsed .dropdown-menu .dropdown-submenu {
  left: 0 !important;
}
.cid-uk4TuLSxLG .navbar.collapsed .dropdown-menu .dropdown-item:after {
  right: auto;
}
.cid-uk4TuLSxLG .navbar.collapsed .dropdown-menu .dropdown-toggle[data-toggle="dropdown-submenu"]:after {
  margin-left: 0.5rem;
  margin-top: 0.2rem;
  border-top: 0.35em solid;
  border-right: 0.35em solid transparent;
  border-left: 0.35em solid transparent;
  border-bottom: 0;
  top: 41%;
}
.cid-uk4TuLSxLG .navbar.collapsed ul.navbar-nav li {
  margin: auto;
}
.cid-uk4TuLSxLG .navbar.collapsed .dropdown-menu .dropdown-item {
  padding: 0.25rem 0.5rem;
  text-align: center;
}
.cid-uk4TuLSxLG .navbar.collapsed .icons-menu {
  padding-left: 0;
  padding-right: 0;
  padding-top: 0.5rem;
  padding-bottom: 0.5rem;
}
@media (max-width: 767px) {
  .cid-uk4TuLSxLG .navbar {
    min-height: 72px;
  }
  .cid-uk4TuLSxLG .navbar .navbar-logo img {
    height: 2rem !important;
  }
}
@media (max-width: 991px) {
  .cid-uk4TuLSxLG .navbar .nav-item .nav-link::before {
    display: none;
  }
  .cid-uk4TuLSxLG .navbar.opened .dropdown-menu {
    top: 0;
  }
  .cid-uk4TuLSxLG .navbar .dropdown-menu .dropdown-submenu {
    left: 0 !important;
  }
  .cid-uk4TuLSxLG .navbar .dropdown-menu .dropdown-item:after {
    right: auto;
  }
  .cid-uk4TuLSxLG .navbar .dropdown-menu .dropdown-toggle[data-toggle="dropdown-submenu"]:after {
    margin-left: 0.5rem;
    margin-top: 0.2rem;
    border-top: 0.35em solid;
    border-right: 0.35em solid transparent;
    border-left: 0.35em solid transparent;
    border-bottom: 0;
    top: 40%;
  }
  .cid-uk4TuLSxLG .navbar .dropdown-menu .dropdown-item {
    padding: 0.25rem 1.5rem !important;
    text-align: center;
  }
  .cid-uk4TuLSxLG .navbar .navbar-brand {
    flex-shrink: initial;
    flex-basis: auto;
    word-break: break-word;
    padding-right: 10px;
  }
  .cid-uk4TuLSxLG .navbar .navbar-toggler {
    flex-basis: auto;
  }
  .cid-uk4TuLSxLG .navbar .icons-menu {
    padding-left: 0;
    padding-top: 0.5rem;
    padding-bottom: 0.5rem;
  }
}
.cid-uk4TuLSxLG .navbar.navbar-short .navbar-logo img {
  height: 2rem;
}
.cid-uk4TuLSxLG .dropdown-item.active,
.cid-uk4TuLSxLG .dropdown-item:active {
  background-color: transparent;
}
.cid-uk4TuLSxLG .navbar-expand-lg .navbar-nav .nav-link {
  padding: 0;
}
.cid-uk4TuLSxLG .nav-dropdown .link.dropdown-toggle {
  margin-right: 1.667em;
}
.cid-uk4TuLSxLG .nav-dropdown .link.dropdown-toggle[aria-expanded="true"] {
  margin-right: 0;
  padding: 0.667em 1.667em;
}
.cid-uk4TuLSxLG .navbar.navbar-expand-lg .dropdown .dropdown-menu {
  background: #ffffff;
}
.cid-uk4TuLSxLG .navbar.navbar-expand-lg .dropdown .dropdown-menu .dropdown-submenu {
  margin: 0;
  left: 100%;
  transform: none;
  top: -12px;
}
.cid-uk4TuLSxLG .navbar .dropdown.open > .dropdown-menu {
  display: flex;
}
.cid-uk4TuLSxLG ul.navbar-nav {
  flex-wrap: wrap;
}
.cid-uk4TuLSxLG .navbar-buttons {
  text-align: center;
  min-width: 140px;
}
@media (max-width: 992px) {
  .cid-uk4TuLSxLG .navbar-buttons {
    text-align: left;
  }
}
.cid-uk4TuLSxLG button.navbar-toggler {
  outline: none;
  width: 31px;
  height: 20px;
  cursor: pointer;
  transition: all 0.2s;
  position: relative;
  align-self: center;
}
.cid-uk4TuLSxLG button.navbar-toggler .hamburger span {
  position: absolute;
  right: 0;
  width: 30px;
  height: 2px;
  border-right: 5px;
  background-color: #06549d;
}
.cid-uk4TuLSxLG button.navbar-toggler .hamburger span:nth-child(1) {
  top: 0;
  transition: all 0.2s;
}
.cid-uk4TuLSxLG button.navbar-toggler .hamburger span:nth-child(2) {
  top: 8px;
  transition: all 0.15s;
}
.cid-uk4TuLSxLG button.navbar-toggler .hamburger span:nth-child(3) {
  top: 8px;
  transition: all 0.15s;
}
.cid-uk4TuLSxLG button.navbar-toggler .hamburger span:nth-child(4) {
  top: 16px;
  transition: all 0.2s;
}
.cid-uk4TuLSxLG nav.opened .hamburger span:nth-child(1) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-uk4TuLSxLG nav.opened .hamburger span:nth-child(2) {
  transform: rotate(45deg);
  transition: all 0.25s;
}
.cid-uk4TuLSxLG nav.opened .hamburger span:nth-child(3) {
  transform: rotate(-45deg);
  transition: all 0.25s;
}
.cid-uk4TuLSxLG nav.opened .hamburger span:nth-child(4) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-uk4TuLSxLG .navbar-dropdown {
  padding: 0 1rem;
}
.cid-uk4TuLSxLG a.nav-link {
  display: flex;
  align-items: center;
  justify-content: center;
}
.cid-uk4TuLSxLG .icons-menu {
  flex-wrap: nowrap;
  display: flex;
  justify-content: center;
  padding-left: 1rem;
  padding-right: 1rem;
  padding-top: 0.3rem;
  text-align: center;
}
@media (max-width: 992px) {
  .cid-uk4TuLSxLG .icons-menu {
    justify-content: flex-start;
    margin-bottom: .5rem;
  }
}
@media screen and (-ms-high-contrast: active), (-ms-high-contrast: none) {
  .cid-uk4TuLSxLG .navbar {
    height: 70px;
  }
  .cid-uk4TuLSxLG .navbar.opened {
    height: auto;
  }
  .cid-uk4TuLSxLG .nav-item .nav-link:hover::before {
    width: 175%;
    max-width: calc(100% + 2rem);
    left: -1rem;
  }
}
.cid-uk4TuLSxLG .navbar .dropdown > .dropdown-menu {
  display: none;
  width: max-content;
  max-width: 500px !important;
  transform: translateX(-50%);
  top: calc(100% + 20px);
  left: 50%;
}
.cid-uk4TuLSxLG .navbar .dropdown > .dropdown-menu .dropdown-item {
  line-height: 1 !important;
}
.cid-uk4TuLSxLG .navbar .dropdown > .dropdown-menu .dropdown .dropdown-item {
  align-items: center;
  display: flex;
  height: max-content !important;
  min-height: max-content !important;
}
.cid-uk4TuLSxLG .navbar .dropdown > .dropdown-menu .dropdown .dropdown-item::after {
  display: inline-block;
  position: static;
  margin-left: 0.5rem;
  margin-top: 0;
  margin-right: 0;
  margin-bottom: 0;
  transition: .3s all;
  transform: rotate(-90deg);
}
.cid-uk4TuLSxLG .navbar .dropdown > .dropdown-menu .dropdown.open .dropdown-item::after {
  transform: rotate(0deg);
}
.cid-uk4TuLSxLG .mbr-section-btn {
  margin: -0.6rem -0.6rem;
}
.cid-uk4TuLSxLG .navbar-toggler {
  margin-left: 12px;
  margin-right: 8px;
  order: 1000;
}
@media (max-width: 991px) {
  .cid-uk4TuLSxLG .navbar-brand {
    margin-right: auto;
  }
  .cid-uk4TuLSxLG .navbar-collapse {
    z-index: -1 !important;
    position: absolute;
    top: 110%;
    left: 0;
    width: 100%;
    padding: 1rem;
    border-radius: 1.5rem;
    background: #ffffff;
    opacity: 1;
    border-color: rgba(255, 255, 255, 0.9) !important;
    background: rgba(255, 255, 255, 0.9) !important;
    backdrop-filter: blur(8px);
    border-radius: 4px !important;
  }
  .cid-uk4TuLSxLG .navbar-nav .nav-item .nav-link::after {
    margin-left: 10px;
  }
  .cid-uk4TuLSxLG .navbar-nav .dropdown-item:hover {
    background-color: rgba(27, 31, 10, 0.06);
  }
  .cid-uk4TuLSxLG .navbar .dropdown > .dropdown-menu {
    max-width: 100% !important;
    transform: translateX(0);
    top: 10px;
    left: 0;
    padding: 8px !important;
    border-radius: 1rem;
    background-color: rgba(27, 31, 10, 0.04) !important;
  }
  .cid-uk4TuLSxLG .navbar .dropdown > .dropdown-menu .dropdown-item {
    padding: 8px !important;
    line-height: 1 !important;
    margin-bottom: 4px !important;
  }
  .cid-uk4TuLSxLG .navbar .dropdown > .dropdown-menu .dropdown .dropdown-item {
    align-items: center;
    display: flex;
    height: max-content !important;
    min-height: max-content !important;
  }
  .cid-uk4TuLSxLG .navbar .dropdown > .dropdown-menu .dropdown .dropdown-item::after {
    display: inline-block;
    position: static;
    margin-left: 0.5rem;
    margin-top: 0;
    margin-right: 0;
    margin-bottom: 0;
    transition: .3s all;
    transform: rotate(0deg);
  }
  .cid-uk4TuLSxLG .navbar .dropdown > .dropdown-menu .dropdown.open .dropdown-item::after {
    transform: rotate(180deg);
  }
  .cid-uk4TuLSxLG .navbar .dropdown > .dropdown-menu .dropdown-submenu {
    position: static;
    width: 100%;
    max-width: 100% !important;
    transform: translateX(0) !important;
    top: 0;
    left: 0;
    padding: 8px !important;
    border-radius: 1rem;
    background-color: rgba(27, 31, 10, 0.04) !important;
  }
  .cid-uk4TuLSxLG .navbar .dropdown.open > .dropdown-menu {
    display: flex !important;
    flex-direction: column;
    align-items: flex-start;
  }
}
@media (max-width: 575px) {
  .cid-uk4TuLSxLG .navbar-collapse {
    padding: 1rem;
  }
}
.cid-uk4TuMaXMJ {
  padding-top: 8rem;
  padding-bottom: 1rem;
  background-color: #06549d;
}
.cid-uk4TuMaXMJ .justify-content-center {
  align-items: center;
}
.cid-uk4TuMaXMJ .mbr-fallback-image.disabled {
  display: none;
}
.cid-uk4TuMaXMJ .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uk4TuMaXMJ .item-wrapper {
  display: flex;
  margin-left: auto;
}
@media (max-width: 767px) {
  .cid-uk4TuMaXMJ .item-wrapper {
    margin-bottom: 1rem;
  }
}
.cid-uk4TuMaXMJ .mbr-section-btn {
  padding-left: 1.5rem;
  text-align: right;
}
@media (max-width: 767px) {
  .cid-uk4TuMaXMJ .mbr-section-btn {
    text-align: center;
    padding-left: 0rem;
  }
}
.cid-uk4TuMaXMJ .row {
  align-items: center;
}
.cid-uk4TuMaXMJ .card-text {
  color: #ffffff;
  margin-bottom: 0px;
  text-align: left;
}
@media (max-width: 767px) {
  .cid-uk4TuMaXMJ .card-text {
    text-align: center;
  }
}
.cid-uk4TuMnroL {
  padding-top: 2rem;
  padding-bottom: 4rem;
  background-image: url("../../../assets/images/7xm.xyz748911-copy-1224x877.jpg");
}
.cid-uk4TuMnroL .content-head {
  max-width: 800px;
}
.cid-uk4TuMCaFq {
  padding-top: 2rem;
  padding-bottom: 2rem;
  background-color: #ffffff;
}
.cid-uk4TuMCaFq .content-head {
  max-width: 800px;
}
.cid-uk4TuMSfoL {
  padding-top: 90px;
  padding-bottom: 90px;
  background-color: #ffffff;
}
.cid-uk4TuMSfoL .carousel-control {
  background: #000;
}
.cid-uk4TuMSfoL .mbr-section-subtitle {
  color: #767676;
}
.cid-uk4TuMSfoL .carousel-item {
  -webkit-justify-content: center;
  justify-content: center;
}
.cid-uk4TuMSfoL .carousel-item .media-container-row {
  -webkit-flex-grow: 1;
  flex-grow: 1;
}
.cid-uk4TuMSfoL .carousel-item .wrap-img {
  text-align: center;
}
.cid-uk4TuMSfoL .carousel-item .wrap-img img {
  max-height: 150px;
  width: auto;
  max-width: 100%;
}
.cid-uk4TuMSfoL .carousel-controls {
  display: flex;
  -webkit-justify-content: center;
  justify-content: center;
}
.cid-uk4TuMSfoL .carousel-controls .carousel-control {
  background: #000;
  border-radius: 50%;
  position: static;
  width: 40px;
  height: 40px;
  margin-top: 2rem;
  border-width: 1px;
}
.cid-uk4TuMSfoL .carousel-controls .carousel-control.carousel-control-prev {
  left: auto;
  margin-right: 20px;
  margin-left: 0;
}
.cid-uk4TuMSfoL .carousel-controls .carousel-control.carousel-control-next {
  right: auto;
  margin-right: 0;
}
.cid-uk4TuMSfoL .carousel-controls .carousel-control .mbr-iconfont {
  font-size: 1rem;
}
.cid-uk4TuMSfoL .cloneditem-1,
.cid-uk4TuMSfoL .cloneditem-2,
.cid-uk4TuMSfoL .cloneditem-3,
.cid-uk4TuMSfoL .cloneditem-4,
.cid-uk4TuMSfoL .cloneditem-5 {
  display: none;
}
.cid-uk4TuMSfoL .col-lg-15 {
  -webkit-box-flex: 0;
  -ms-flex: 0 0 100%;
  -webkit-flex: 0 0 100%;
  flex: 0 0 100%;
  max-width: 100%;
  position: relative;
  min-height: 1px;
  padding-right: 10px;
  padding-left: 10px;
  width: 100%;
}
@media (min-width: 992px) {
  .cid-uk4TuMSfoL .col-lg-15 {
    -ms-flex: 0 0 20%;
    -webkit-flex: 0 0 20%;
    flex: 0 0 20%;
    max-width: 20%;
    width: 20%;
  }
  .cid-uk4TuMSfoL .carousel-inner.slides2 > .carousel-item.active.carousel-item-right,
  .cid-uk4TuMSfoL .carousel-inner.slides2 > .carousel-item.carousel-item-next {
    left: 0;
    -webkit-transform: translate3d(50%, 0, 0);
    transform: translate3d(50%, 0, 0);
  }
  .cid-uk4TuMSfoL .carousel-inner.slides2 > .carousel-item.active.carousel-item-left,
  .cid-uk4TuMSfoL .carousel-inner.slides2 > .carousel-item.carousel-item-prev {
    left: 0;
    -webkit-transform: translate3d(-50%, 0, 0);
    transform: translate3d(-50%, 0, 0);
  }
  .cid-uk4TuMSfoL .carousel-inner.slides2 > .carousel-item.carousel-item-left,
  .cid-uk4TuMSfoL .carousel-inner.slides2 > .carousel-item.carousel-item-prev.carousel-item-right,
  .cid-uk4TuMSfoL .carousel-inner.slides2 > .carousel-item.active {
    left: 0;
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
  }
  .cid-uk4TuMSfoL .carousel-inner.slides2 .cloneditem-1,
  .cid-uk4TuMSfoL .carousel-inner.slides2 .cloneditem-2,
  .cid-uk4TuMSfoL .carousel-inner.slides2 .cloneditem-3 {
    display: block;
  }
  .cid-uk4TuMSfoL .carousel-inner.slides3 > .carousel-item.active.carousel-item-right,
  .cid-uk4TuMSfoL .carousel-inner.slides3 > .carousel-item.carousel-item-next {
    left: 0;
    -webkit-transform: translate3d(33.333333%, 0, 0);
    transform: translate3d(33.333333%, 0, 0);
  }
  .cid-uk4TuMSfoL .carousel-inner.slides3 > .carousel-item.active.carousel-item-left,
  .cid-uk4TuMSfoL .carousel-inner.slides3 > .carousel-item.carousel-item-prev {
    left: 0;
    -webkit-transform: translate3d(-33.333333%, 0, 0);
    transform: translate3d(-33.333333%, 0, 0);
  }
  .cid-uk4TuMSfoL .carousel-inner.slides3 > .carousel-item.carousel-item-left,
  .cid-uk4TuMSfoL .carousel-inner.slides3 > .carousel-item.carousel-item-prev.carousel-item-right,
  .cid-uk4TuMSfoL .carousel-inner.slides3 > .carousel-item.active {
    left: 0;
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
  }
  .cid-uk4TuMSfoL .carousel-inner.slides3 .cloneditem-1,
  .cid-uk4TuMSfoL .carousel-inner.slides3 .cloneditem-2,
  .cid-uk4TuMSfoL .carousel-inner.slides3 .cloneditem-3 {
    display: block;
  }
  .cid-uk4TuMSfoL .carousel-inner.slides4 > .carousel-item.active.carousel-item-right,
  .cid-uk4TuMSfoL .carousel-inner.slides4 > .carousel-item.carousel-item-next {
    left: 0;
    -webkit-transform: translate3d(25%, 0, 0);
    transform: translate3d(25%, 0, 0);
  }
  .cid-uk4TuMSfoL .carousel-inner.slides4 > .carousel-item.active.carousel-item-left,
  .cid-uk4TuMSfoL .carousel-inner.slides4 > .carousel-item.carousel-item-prev {
    left: 0;
    -webkit-transform: translate3d(-25%, 0, 0);
    transform: translate3d(-25%, 0, 0);
  }
  .cid-uk4TuMSfoL .carousel-inner.slides4 > .carousel-item.carousel-item-left,
  .cid-uk4TuMSfoL .carousel-inner.slides4 > .carousel-item.carousel-item-prev.carousel-item-right,
  .cid-uk4TuMSfoL .carousel-inner.slides4 > .carousel-item.active {
    left: 0;
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
  }
  .cid-uk4TuMSfoL .carousel-inner.slides4 .cloneditem-1,
  .cid-uk4TuMSfoL .carousel-inner.slides4 .cloneditem-2,
  .cid-uk4TuMSfoL .carousel-inner.slides4 .cloneditem-3 {
    display: block;
  }
  .cid-uk4TuMSfoL .carousel-inner.slides5 > .carousel-item.active.carousel-item-right,
  .cid-uk4TuMSfoL .carousel-inner.slides5 > .carousel-item.carousel-item-next {
    left: 0;
    -webkit-transform: translate3d(20%, 0, 0);
    transform: translate3d(20%, 0, 0);
  }
  .cid-uk4TuMSfoL .carousel-inner.slides5 > .carousel-item.active.carousel-item-left,
  .cid-uk4TuMSfoL .carousel-inner.slides5 > .carousel-item.carousel-item-prev {
    left: 0;
    -webkit-transform: translate3d(-20%, 0, 0);
    transform: translate3d(-20%, 0, 0);
  }
  .cid-uk4TuMSfoL .carousel-inner.slides5 > .carousel-item.carousel-item-left,
  .cid-uk4TuMSfoL .carousel-inner.slides5 > .carousel-item.carousel-item-prev.carousel-item-right,
  .cid-uk4TuMSfoL .carousel-inner.slides5 > .carousel-item.active {
    left: 0;
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
  }
  .cid-uk4TuMSfoL .carousel-inner.slides5 .cloneditem-1,
  .cid-uk4TuMSfoL .carousel-inner.slides5 .cloneditem-2,
  .cid-uk4TuMSfoL .carousel-inner.slides5 .cloneditem-3,
  .cid-uk4TuMSfoL .carousel-inner.slides5 .cloneditem-4 {
    display: block;
  }
  .cid-uk4TuMSfoL .carousel-inner.slides6 > .carousel-item.active.carousel-item-right,
  .cid-uk4TuMSfoL .carousel-inner.slides6 > .carousel-item.carousel-item-next {
    left: 0;
    -webkit-transform: translate3d(16.666667%, 0, 0);
    transform: translate3d(16.666667%, 0, 0);
  }
  .cid-uk4TuMSfoL .carousel-inner.slides6 > .carousel-item.active.carousel-item-left,
  .cid-uk4TuMSfoL .carousel-inner.slides6 > .carousel-item.carousel-item-prev {
    left: 0;
    -webkit-transform: translate3d(-16.666667%, 0, 0);
    transform: translate3d(-16.666667%, 0, 0);
  }
  .cid-uk4TuMSfoL .carousel-inner.slides6 > .carousel-item.carousel-item-left,
  .cid-uk4TuMSfoL .carousel-inner.slides6 > .carousel-item.carousel-item-prev.carousel-item-right,
  .cid-uk4TuMSfoL .carousel-inner.slides6 > .carousel-item.active {
    left: 0;
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
  }
  .cid-uk4TuMSfoL .carousel-inner.slides6 .cloneditem-1,
  .cid-uk4TuMSfoL .carousel-inner.slides6 .cloneditem-2,
  .cid-uk4TuMSfoL .carousel-inner.slides6 .cloneditem-3,
  .cid-uk4TuMSfoL .carousel-inner.slides6 .cloneditem-4,
  .cid-uk4TuMSfoL .carousel-inner.slides6 .cloneditem-5 {
    display: block;
  }
}
.cid-uk4TuNcR2q {
  background: #232323;
}
.cid-uk4TuNcR2q .video-block {
  margin: auto;
  width: 100% !important;
  border-radius: 0%!important;
}
@media (max-width: 768px) {
  .cid-uk4TuNcR2q .video-block {
    width: 100% !important;
    border-radius: 0%!important;
  }
}
.cid-uk4TuNqpzg {
  padding-top: 6rem;
  padding-bottom: 6rem;
  background-color: #232323;
}
.cid-uk4TuNqpzg .item-subtitle {
  line-height: 1.2;
  color: #232323;
  text-align: center;
}
.cid-uk4TuNqpzg img,
.cid-uk4TuNqpzg .item-img {
  width: 100%;
  height: 100%;
  height: 400px;
  object-fit: cover;
}
.cid-uk4TuNqpzg .item:focus,
.cid-uk4TuNqpzg span:focus {
  outline: none;
}
.cid-uk4TuNqpzg .item {
  margin-bottom: 2rem;
}
@media (max-width: 767px) {
  .cid-uk4TuNqpzg .item {
    margin-bottom: 1rem;
  }
}
.cid-uk4TuNqpzg .item-wrapper {
  position: relative;
  border-radius: 4px;
  height: 100%;
  display: flex;
  flex-flow: column nowrap;
}
.cid-uk4TuNqpzg .mbr-section-title {
  color: #ffffff;
}
.cid-uk4TuNqpzg .mbr-text,
.cid-uk4TuNqpzg .mbr-section-btn {
  color: #232323;
  text-align: center;
}
.cid-uk4TuNqpzg .item-title {
  color: #ffffff;
  text-align: center;
}
.cid-uk4TuNqpzg .content-head {
  max-width: 800px;
}
.cid-uk4TuNLvQV {
  padding-top: 6rem;
  padding-bottom: 1rem;
  background-image: url("../../../assets/images/white-background-2000x1334.jpeg");
}
.cid-uk4TuNLvQV .mbr-fallback-image.disabled {
  display: none;
}
.cid-uk4TuNLvQV .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uk4TuNZ5P0 {
  background-color: #ffffff;
  padding-top: 0px;
  padding-bottom: 0px;
}
.cid-uk4TuNZ5P0 img {
  object-fit: contain;
  border-radius: 0 !important;
}
.cid-uk4TuOczts {
  padding-top: 6rem;
  padding-bottom: 1rem;
  background-color: #232323;
}
.cid-uk4TuOczts .mbr-fallback-image.disabled {
  display: none;
}
.cid-uk4TuOczts .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uk4TuOczts .mbr-section-title {
  color: #ffffff;
}
.cid-uk4TuOczts .mbr-section-subtitle {
  color: #ffffff;
}
.cid-uk4TuOsQ6p {
  background-color: #ffffff;
  padding-top: 0px;
  padding-bottom: 0px;
}
.cid-uk4TuOsQ6p img {
  object-fit: contain;
  border-radius: 0 !important;
}
.cid-uk4TuOEgqT {
  display: flex;
}
@media (min-width: 768px) {
  .cid-uk4TuOEgqT {
    align-items: flex-end;
  }
  .cid-uk4TuOEgqT .row {
    justify-content: flex-start;
  }
  .cid-uk4TuOEgqT .content-wrap {
    padding: 1rem 3rem;
  }
}
@media (max-width: 991px) and (min-width: 768px) {
  .cid-uk4TuOEgqT .content-wrap {
    min-width: 50%;
  }
}
@media (max-width: 767px) {
  .cid-uk4TuOEgqT {
    -webkit-align-items: center;
    align-items: flex-end;
  }
  .cid-uk4TuOEgqT .mbr-row {
    -webkit-justify-content: center;
    justify-content: center;
  }
  .cid-uk4TuOEgqT .content-wrap {
    width: 100%;
  }
}
.cid-uk4TuOEgqT .mbr-fallback-image.disabled {
  display: none;
}
.cid-uk4TuOEgqT .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/white-background-2000x1334.jpeg");
}
.cid-uk4TuOEgqT .mbr-section-title,
.cid-uk4TuOEgqT .mbr-section-subtitle {
  text-align: left;
  color: #ffc091;
}
.cid-uk4TuOEgqT .mbr-text,
.cid-uk4TuOEgqT .mbr-section-btn {
  text-align: left;
}
.cid-uk4TuOTRmS {
  padding-top: 0rem;
  padding-bottom: 5rem;
  background-color: #232323;
}
.cid-uk4TuOTRmS .item-subtitle {
  line-height: 1.2;
  color: #232323;
  text-align: center;
}
.cid-uk4TuOTRmS img,
.cid-uk4TuOTRmS .item-img {
  width: 100%;
  height: 100%;
  height: 400px;
  object-fit: cover;
}
.cid-uk4TuOTRmS .item:focus,
.cid-uk4TuOTRmS span:focus {
  outline: none;
}
.cid-uk4TuOTRmS .item {
  margin-bottom: 2rem;
}
@media (max-width: 767px) {
  .cid-uk4TuOTRmS .item {
    margin-bottom: 1rem;
  }
}
.cid-uk4TuOTRmS .item-wrapper {
  position: relative;
  border-radius: 4px;
  height: 100%;
  display: flex;
  flex-flow: column nowrap;
}
.cid-uk4TuOTRmS .mbr-section-title {
  color: #232323;
}
.cid-uk4TuOTRmS .mbr-text,
.cid-uk4TuOTRmS .mbr-section-btn {
  color: #ffffff;
  text-align: center;
}
.cid-uk4TuOTRmS .item-title {
  color: #ffffff;
  text-align: center;
}
.cid-uk4TuOTRmS .content-head {
  max-width: 800px;
}
.cid-uk4TuPcGHv {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-color: #ffffff;
}
.cid-uk4TuPcGHv .mbr-fallback-image.disabled {
  display: none;
}
.cid-uk4TuPcGHv .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uk4TuPrXcH {
  background-color: #ffffff;
  padding-top: 0px;
  padding-bottom: 0px;
}
.cid-uk4TuPrXcH img {
  object-fit: contain;
  border-radius: 0 !important;
}
.cid-uk4TuPDKHJ {
  padding-top: 1rem;
  padding-bottom: 2rem;
  background-color: #06549d;
}
.cid-uk4TuPDKHJ .mbr-fallback-image.disabled {
  display: none;
}
.cid-uk4TuPDKHJ .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uk4TuPDKHJ .nav-tabs .nav-item.open .nav-link:focus,
.cid-uk4TuPDKHJ .nav-tabs .nav-link.active:focus {
  outline: none;
}
.cid-uk4TuPDKHJ .nav-tabs {
  flex-wrap: wrap;
  border-bottom: none;
}
@media (max-width: 767px) {
  .cid-uk4TuPDKHJ .nav-item {
    width: 100%;
    margin-right: 0 !important;
    text-align: center;
  }
}
.cid-uk4TuPDKHJ .nav-tabs .nav-item {
  margin-right: 3rem;
  margin-left: 5rem;
}
.cid-uk4TuPDKHJ .nav-tabs .nav-link {
  transition: padding 0.3s ease, background-color 0.3s ease;
  border: none;
  border-radius: 2rem !important;
  padding: 1.25rem 0!important;
  background-color: transparent!important;
  overflow: hidden!important;
}
.cid-uk4TuPDKHJ .nav-tabs .nav-link:not(.active) {
  color: #ffffff;
}
.cid-uk4TuPDKHJ .nav-tabs .nav-link.active {
  color: #06549d !important;
  background-color: #ffffff !important;
  padding: 1.25rem 2rem!important;
}
.cid-uk4TuPDKHJ .mbr-section-title {
  text-align: center;
  color: #ffffff;
}
.cid-uk4TuPDKHJ .mbr-section-subtitle {
  text-align: center;
  color: #ffffff;
}
.cid-uk4TuPDKHJ .mbr-text {
  color: #ffffff;
  margin: 0;
  text-align: center;
}
.cid-uk4TuPDKHJ .content-head {
  max-width: 800px;
}
.cid-uk4TuPDKHJ .item-wrapper {
  background-color: #06549d;
  padding: 2.25rem;
}
@media (max-width: 767px) {
  .cid-uk4TuPDKHJ .item-wrapper {
    padding: 2rem 1.5rem;
  }
}
.cid-uk4TuPDKHJ img {
  border-radius: 0%!important;
  object-fit: contain;
}
.cid-uk4TuQ1oPh {
  padding-top: 6rem;
  padding-bottom: 1rem;
  background-color: #232323;
}
.cid-uk4TuQ1oPh .mbr-fallback-image.disabled {
  display: none;
}
.cid-uk4TuQ1oPh .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uk4TuQ1oPh .mbr-section-title {
  color: #ffffff;
}
.cid-uk4TuQ1oPh .mbr-section-subtitle {
  color: #ffffff;
}
.cid-uk4TuQgBDW {
  background-color: #ffffff;
  padding-top: 0px;
  padding-bottom: 0px;
}
.cid-uk4TuQgBDW img {
  object-fit: contain;
  border-radius: 0 !important;
}
.cid-uk4TuQrNuB {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-color: #232323;
}
.cid-uk4TuQrNuB .mbr-text {
  color: #000000;
}
.cid-uk4TuQrNuB .mbr-section-subtitle {
  color: #000000;
}
.cid-uk4TuQrNuB .mbr-section-title {
  color: #ffffff;
  text-align: center;
}
.cid-uk4TuQrNuB .mbr-text,
.cid-uk4TuQrNuB .item .mbr-section-btn {
  text-align: left;
}
.cid-uk4TuQrNuB .item-wrapper {
  background: #f7f7f7;
  margin-bottom: 2rem;
  padding: 2.25rem;
}
@media (min-width: 992px) and (max-width: 1200px) {
  .cid-uk4TuQrNuB .item-wrapper {
    padding: 2rem 1.5rem;
    margin-bottom: 2rem;
  }
}
@media (max-width: 767px) {
  .cid-uk4TuQrNuB .item-wrapper {
    padding: 2rem 1.5rem;
    margin-bottom: 1rem;
  }
}
.cid-uduqU6836b {
  padding-top: 2rem;
  padding-bottom: 3rem;
  background-image: url("../../../assets/images/white-background-2000x1334.jpeg");
}
.cid-uduqU6836b .logogree {
  position: relative;
  width: 100%;
}
.cid-uduqU6836b .agree {
  object-position: right;
  width: 40%;
  height: auto;
  object-fit: contain;
  display: block;
  border-radius: 0% !important;
}
.cid-uduqU6836b .mbr-fallback-image.disabled {
  display: none;
}
.cid-uduqU6836b .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uduqU6836b .footer-col {
  justify-content: space-between;
  display: flex;
}
@media (max-width: 767px) {
  .cid-uduqU6836b .footer-col {
    flex-direction: column;
  }
}
.cid-uduqU6836b .row {
  background: #ffffff;
  padding: 4rem 3rem;
  border-radius: 2rem;
  margin: 0px;
}
@media (max-width: 767px) {
  .cid-uduqU6836b .row {
    padding: 2rem 0.5rem;
  }
}
@media (min-width: 768px) and (max-width: 991px) {
  .cid-uduqU6836b .row {
    padding: 2.25rem 1.25rem;
  }
}
@media (min-width: 992px) {
  .cid-uduqU6836b .row {
    padding: 4rem 3rem;
  }
}
@media (max-width: 767px) {
  .cid-uduqU6836b .mbr-section-btn {
    text-align: center;
  }
}
.cid-uduqU6836b .social-row {
  display: flex;
  flex-wrap: wrap;
}
.cid-uduqU6836b .soc-item {
  margin: 8px;
}
.cid-uduqU6836b .soc-item a:hover .mbr-iconfont,
.cid-uduqU6836b .soc-item a:focus .mbr-iconfont {
  background-color: #232323;
}
.cid-uduqU6836b .soc-item a .mbr-iconfont {
  width: 72px;
  height: 72px;
  display: flex;
  align-items: center;
  justify-content: center;
  border-radius: 100%;
  font-size: 20px;
  background-color: #06549d;
  color: #ffffff;
  transition: all 0.3s ease-in-out;
}
@media (max-width: 767px) {
  .cid-uduqU6836b .row {
    text-align: center;
  }
  .cid-uduqU6836b .social-row {
    justify-content: center;
  }
}
.cid-uduqU6836b .list {
  list-style: none;
  padding-left: 0;
  color: #502274;
}
@media (max-width: 991px) {
  .cid-uduqU6836b .list {
    margin-bottom: 2rem;
  }
}
@media (min-width: 992px) {
  .cid-uduqU6836b .list {
    margin-bottom: 0rem;
  }
}
.cid-uduqU6836b .mbr-text {
  color: #bbbbbb;
}
.cid-uduqU6836b .mbr-section-subtitle {
  color: #000000;
  text-align: left;
}
.cid-uduqU6836b .list,
.cid-uduqU6836b .item-wrap {
  color: #232323;
  text-align: left;
}
.cid-uduqU6836b .copyright {
  color: #000000;
  text-align: center;
}
.cid-uduqU6836b H5 {
  text-align: left;
}
.cid-uk5bKiyEu9 {
  z-index: 1000;
  width: 100%;
  position: inherit;
}
.cid-uk5bKiyEu9 .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 .3s;
}
@media (max-width: 767px) {
  .cid-uk5bKiyEu9 .navbar-toggler {
    transform: scale(0.8);
  }
}
.cid-uk5bKiyEu9 .navbar-brand {
  flex-shrink: 0;
  align-items: center;
  margin-right: 0;
  padding: 10px 0;
  transition: all 2s;
  word-break: break-word;
  z-index: 1;
}
.cid-uk5bKiyEu9 .navbar-brand img {
  max-width: 100%;
  max-height: 100%;
  border-radius: 0px !important;
}
.cid-uk5bKiyEu9 .navbar-brand .navbar-caption {
  line-height: inherit !important;
}
.cid-uk5bKiyEu9 .navbar-brand .navbar-logo a {
  outline: none;
}
.cid-uk5bKiyEu9 .navbar-nav {
  margin: auto;
  margin-left: 0;
  margin-left: auto;
}
.cid-uk5bKiyEu9 .navbar-nav .nav-item {
  padding: 0 !important;
  transition: .3s all !important;
}
.cid-uk5bKiyEu9 .navbar-nav .nav-item .nav-link {
  padding: 16px !important;
  margin: 0 !important;
  border-radius: 1rem !important;
  transition: .3s all !important;
  border-radius: 4px !important;
}
.cid-uk5bKiyEu9 .navbar-nav .nav-item .nav-link:hover {
  background-color: rgba(27, 31, 10, 0.06);
}
.cid-uk5bKiyEu9 .navbar-nav .open .nav-link::after {
  transform: rotate(180deg);
}
@media (min-width: 992px) {
  .cid-uk5bKiyEu9 .navbar-nav .open .nav-link::before {
    content: "";
    width: 100%;
    height: 20px;
    top: 100%;
    background: transparent;
    position: absolute;
  }
}
.cid-uk5bKiyEu9 .navbar-nav .dropdown-item {
  padding: 12px !important;
  border-radius: 0.5rem !important;
  margin: 0 8px !important;
  transition: .3s all !important;
  border-radius: 4px !important;
}
.cid-uk5bKiyEu9 .navbar-nav .dropdown-item:hover {
  background-color: rgba(27, 31, 10, 0.06);
}
@media (min-width: 992px) {
  .cid-uk5bKiyEu9 .navbar-nav {
    padding-left: 1.5rem;
  }
}
.cid-uk5bKiyEu9 .nav-link {
  width: fit-content;
  position: relative;
}
.cid-uk5bKiyEu9 .navbar-logo {
  padding-left: 2rem;
  margin: 0 !important;
}
@media (max-width: 767px) {
  .cid-uk5bKiyEu9 .navbar-logo {
    padding-left: 1rem;
  }
}
.cid-uk5bKiyEu9 .navbar-caption {
  padding-left: 1rem;
  padding-right: .5rem;
}
@media (max-width: 767px) {
  .cid-uk5bKiyEu9 .nav-dropdown {
    padding-bottom: 0.5rem;
  }
}
.cid-uk5bKiyEu9 .nav-dropdown .link.dropdown-toggle::after {
  margin-left: 0.5rem;
  margin-top: 0.2rem;
  transition: .3s all;
  transition-delay: 300ms;
}
.cid-uk5bKiyEu9 .container {
  display: flex;
  height: 90px;
  padding: 0.5rem 0.6rem;
  flex-wrap: nowrap;
  background: rgba(255, 255, 255, 0.9) !important;
  left: 0;
  right: 0;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: flex-end;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  border-radius: 100vw;
  margin-top: 1rem;
  background-color: #ffffff;
  box-shadow: 0 30px 60px 0 rgba(27, 31, 10, 0.08);
  border-radius: 4px !important;
}
@media (max-width: 992px) {
  .cid-uk5bKiyEu9 .container {
    padding-right: 2rem;
  }
}
@media (max-width: 767px) {
  .cid-uk5bKiyEu9 .container {
    width: 95%;
    height: 56px !important;
    padding-right: 1rem;
    margin-top: 0rem;
  }
}
.cid-uk5bKiyEu9 .iconfont-wrapper {
  color: #0c2c68 !important;
  font-size: 1.5rem;
  padding-right: 0.5rem;
}
.cid-uk5bKiyEu9 .dropdown-menu {
  flex-wrap: wrap;
  flex-direction: column;
  max-width: 100%;
  padding: 12px 4px !important;
  border-radius: 1.5rem;
  transition: .3s all !important;
  transition-delay: 300ms;
  min-width: auto;
  background: #ffffff;
  background: rgba(255, 255, 255, 0.9) !important;
  border-radius: 4px !important;
}
.cid-uk5bKiyEu9 .nav-item:focus,
.cid-uk5bKiyEu9 .nav-link:focus {
  outline: none;
}
.cid-uk5bKiyEu9 .dropdown .dropdown-menu .dropdown-item {
  width: auto;
  transition: all .3s;
  transition-delay: 300ms;
}
.cid-uk5bKiyEu9 .dropdown .dropdown-menu .dropdown-item::after {
  right: 0.5rem;
}
.cid-uk5bKiyEu9 .dropdown .dropdown-menu .dropdown-item .mbr-iconfont {
  margin-right: 0.5rem;
  vertical-align: sub;
}
.cid-uk5bKiyEu9 .dropdown .dropdown-menu .dropdown-item .mbr-iconfont:before {
  display: inline-block;
  transform: scale(1, 1);
  transition: all .3s;
}
.cid-uk5bKiyEu9 .collapsed .dropdown-menu .dropdown-item:before {
  display: none;
}
.cid-uk5bKiyEu9 .collapsed .dropdown .dropdown-menu .dropdown-item {
  padding: 0.235em 1.5em 0.235em 1.5em !important;
  transition: none;
  margin: 0 !important;
}
.cid-uk5bKiyEu9 .navbar {
  min-height: 90px;
  transition: all 5s;
  border-bottom: 1px solid transparent;
  background: transparent !important;
  padding: 0 !important;
  border: none !important;
  box-shadow: none !important;
  border-radius: 0 !important;
}
.cid-uk5bKiyEu9 .navbar.opened {
  transition: all 0.3s;
}
.cid-uk5bKiyEu9 .navbar .dropdown-item {
  padding: 0.5rem 1.8rem;
}
.cid-uk5bKiyEu9 .navbar .navbar-logo img {
  width: auto;
}
.cid-uk5bKiyEu9 .navbar .navbar-collapse {
  z-index: 1;
  justify-content: flex-end;
}
.cid-uk5bKiyEu9 .navbar.collapsed {
  justify-content: center;
}
.cid-uk5bKiyEu9 .navbar.collapsed .nav-item .nav-link::before {
  display: none;
}
.cid-uk5bKiyEu9 .navbar.collapsed.opened .dropdown-menu {
  top: 0;
}
@media (min-width: 992px) {
  .cid-uk5bKiyEu9 .navbar.collapsed.opened:not(.navbar-short) .navbar-collapse {
    max-height: calc(98.5vh - 3.4rem);
  }
}
.cid-uk5bKiyEu9 .navbar.collapsed .dropdown-menu .dropdown-submenu {
  left: 0 !important;
}
.cid-uk5bKiyEu9 .navbar.collapsed .dropdown-menu .dropdown-item:after {
  right: auto;
}
.cid-uk5bKiyEu9 .navbar.collapsed .dropdown-menu .dropdown-toggle[data-toggle="dropdown-submenu"]:after {
  margin-left: 0.5rem;
  margin-top: 0.2rem;
  border-top: 0.35em solid;
  border-right: 0.35em solid transparent;
  border-left: 0.35em solid transparent;
  border-bottom: 0;
  top: 41%;
}
.cid-uk5bKiyEu9 .navbar.collapsed ul.navbar-nav li {
  margin: auto;
}
.cid-uk5bKiyEu9 .navbar.collapsed .dropdown-menu .dropdown-item {
  padding: 0.25rem 0.5rem;
  text-align: center;
}
.cid-uk5bKiyEu9 .navbar.collapsed .icons-menu {
  padding-left: 0;
  padding-right: 0;
  padding-top: 0.5rem;
  padding-bottom: 0.5rem;
}
@media (max-width: 767px) {
  .cid-uk5bKiyEu9 .navbar {
    min-height: 72px;
  }
  .cid-uk5bKiyEu9 .navbar .navbar-logo img {
    height: 2rem !important;
  }
}
@media (max-width: 991px) {
  .cid-uk5bKiyEu9 .navbar .nav-item .nav-link::before {
    display: none;
  }
  .cid-uk5bKiyEu9 .navbar.opened .dropdown-menu {
    top: 0;
  }
  .cid-uk5bKiyEu9 .navbar .dropdown-menu .dropdown-submenu {
    left: 0 !important;
  }
  .cid-uk5bKiyEu9 .navbar .dropdown-menu .dropdown-item:after {
    right: auto;
  }
  .cid-uk5bKiyEu9 .navbar .dropdown-menu .dropdown-toggle[data-toggle="dropdown-submenu"]:after {
    margin-left: 0.5rem;
    margin-top: 0.2rem;
    border-top: 0.35em solid;
    border-right: 0.35em solid transparent;
    border-left: 0.35em solid transparent;
    border-bottom: 0;
    top: 40%;
  }
  .cid-uk5bKiyEu9 .navbar .dropdown-menu .dropdown-item {
    padding: 0.25rem 1.5rem !important;
    text-align: center;
  }
  .cid-uk5bKiyEu9 .navbar .navbar-brand {
    flex-shrink: initial;
    flex-basis: auto;
    word-break: break-word;
    padding-right: 10px;
  }
  .cid-uk5bKiyEu9 .navbar .navbar-toggler {
    flex-basis: auto;
  }
  .cid-uk5bKiyEu9 .navbar .icons-menu {
    padding-left: 0;
    padding-top: 0.5rem;
    padding-bottom: 0.5rem;
  }
}
.cid-uk5bKiyEu9 .navbar.navbar-short .navbar-logo img {
  height: 2rem;
}
.cid-uk5bKiyEu9 .dropdown-item.active,
.cid-uk5bKiyEu9 .dropdown-item:active {
  background-color: transparent;
}
.cid-uk5bKiyEu9 .navbar-expand-lg .navbar-nav .nav-link {
  padding: 0;
}
.cid-uk5bKiyEu9 .nav-dropdown .link.dropdown-toggle {
  margin-right: 1.667em;
}
.cid-uk5bKiyEu9 .nav-dropdown .link.dropdown-toggle[aria-expanded="true"] {
  margin-right: 0;
  padding: 0.667em 1.667em;
}
.cid-uk5bKiyEu9 .navbar.navbar-expand-lg .dropdown .dropdown-menu {
  background: #ffffff;
}
.cid-uk5bKiyEu9 .navbar.navbar-expand-lg .dropdown .dropdown-menu .dropdown-submenu {
  margin: 0;
  left: 100%;
  transform: none;
  top: -12px;
}
.cid-uk5bKiyEu9 .navbar .dropdown.open > .dropdown-menu {
  display: flex;
}
.cid-uk5bKiyEu9 ul.navbar-nav {
  flex-wrap: wrap;
}
.cid-uk5bKiyEu9 .navbar-buttons {
  text-align: center;
  min-width: 140px;
}
@media (max-width: 992px) {
  .cid-uk5bKiyEu9 .navbar-buttons {
    text-align: left;
  }
}
.cid-uk5bKiyEu9 button.navbar-toggler {
  outline: none;
  width: 31px;
  height: 20px;
  cursor: pointer;
  transition: all 0.2s;
  position: relative;
  align-self: center;
}
.cid-uk5bKiyEu9 button.navbar-toggler .hamburger span {
  position: absolute;
  right: 0;
  width: 30px;
  height: 2px;
  border-right: 5px;
  background-color: #06549d;
}
.cid-uk5bKiyEu9 button.navbar-toggler .hamburger span:nth-child(1) {
  top: 0;
  transition: all 0.2s;
}
.cid-uk5bKiyEu9 button.navbar-toggler .hamburger span:nth-child(2) {
  top: 8px;
  transition: all 0.15s;
}
.cid-uk5bKiyEu9 button.navbar-toggler .hamburger span:nth-child(3) {
  top: 8px;
  transition: all 0.15s;
}
.cid-uk5bKiyEu9 button.navbar-toggler .hamburger span:nth-child(4) {
  top: 16px;
  transition: all 0.2s;
}
.cid-uk5bKiyEu9 nav.opened .hamburger span:nth-child(1) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-uk5bKiyEu9 nav.opened .hamburger span:nth-child(2) {
  transform: rotate(45deg);
  transition: all 0.25s;
}
.cid-uk5bKiyEu9 nav.opened .hamburger span:nth-child(3) {
  transform: rotate(-45deg);
  transition: all 0.25s;
}
.cid-uk5bKiyEu9 nav.opened .hamburger span:nth-child(4) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-uk5bKiyEu9 .navbar-dropdown {
  padding: 0 1rem;
}
.cid-uk5bKiyEu9 a.nav-link {
  display: flex;
  align-items: center;
  justify-content: center;
}
.cid-uk5bKiyEu9 .icons-menu {
  flex-wrap: nowrap;
  display: flex;
  justify-content: center;
  padding-left: 1rem;
  padding-right: 1rem;
  padding-top: 0.3rem;
  text-align: center;
}
@media (max-width: 992px) {
  .cid-uk5bKiyEu9 .icons-menu {
    justify-content: flex-start;
    margin-bottom: .5rem;
  }
}
@media screen and (-ms-high-contrast: active), (-ms-high-contrast: none) {
  .cid-uk5bKiyEu9 .navbar {
    height: 70px;
  }
  .cid-uk5bKiyEu9 .navbar.opened {
    height: auto;
  }
  .cid-uk5bKiyEu9 .nav-item .nav-link:hover::before {
    width: 175%;
    max-width: calc(100% + 2rem);
    left: -1rem;
  }
}
.cid-uk5bKiyEu9 .navbar .dropdown > .dropdown-menu {
  display: none;
  width: max-content;
  max-width: 500px !important;
  transform: translateX(-50%);
  top: calc(100% + 20px);
  left: 50%;
}
.cid-uk5bKiyEu9 .navbar .dropdown > .dropdown-menu .dropdown-item {
  line-height: 1 !important;
}
.cid-uk5bKiyEu9 .navbar .dropdown > .dropdown-menu .dropdown .dropdown-item {
  align-items: center;
  display: flex;
  height: max-content !important;
  min-height: max-content !important;
}
.cid-uk5bKiyEu9 .navbar .dropdown > .dropdown-menu .dropdown .dropdown-item::after {
  display: inline-block;
  position: static;
  margin-left: 0.5rem;
  margin-top: 0;
  margin-right: 0;
  margin-bottom: 0;
  transition: .3s all;
  transform: rotate(-90deg);
}
.cid-uk5bKiyEu9 .navbar .dropdown > .dropdown-menu .dropdown.open .dropdown-item::after {
  transform: rotate(0deg);
}
.cid-uk5bKiyEu9 .mbr-section-btn {
  margin: -0.6rem -0.6rem;
}
.cid-uk5bKiyEu9 .navbar-toggler {
  margin-left: 12px;
  margin-right: 8px;
  order: 1000;
}
@media (max-width: 991px) {
  .cid-uk5bKiyEu9 .navbar-brand {
    margin-right: auto;
  }
  .cid-uk5bKiyEu9 .navbar-collapse {
    z-index: -1 !important;
    position: absolute;
    top: 110%;
    left: 0;
    width: 100%;
    padding: 1rem;
    border-radius: 1.5rem;
    background: #ffffff;
    opacity: 1;
    border-color: rgba(255, 255, 255, 0.9) !important;
    background: rgba(255, 255, 255, 0.9) !important;
    backdrop-filter: blur(8px);
    border-radius: 4px !important;
  }
  .cid-uk5bKiyEu9 .navbar-nav .nav-item .nav-link::after {
    margin-left: 10px;
  }
  .cid-uk5bKiyEu9 .navbar-nav .dropdown-item:hover {
    background-color: rgba(27, 31, 10, 0.06);
  }
  .cid-uk5bKiyEu9 .navbar .dropdown > .dropdown-menu {
    max-width: 100% !important;
    transform: translateX(0);
    top: 10px;
    left: 0;
    padding: 8px !important;
    border-radius: 1rem;
    background-color: rgba(27, 31, 10, 0.04) !important;
  }
  .cid-uk5bKiyEu9 .navbar .dropdown > .dropdown-menu .dropdown-item {
    padding: 8px !important;
    line-height: 1 !important;
    margin-bottom: 4px !important;
  }
  .cid-uk5bKiyEu9 .navbar .dropdown > .dropdown-menu .dropdown .dropdown-item {
    align-items: center;
    display: flex;
    height: max-content !important;
    min-height: max-content !important;
  }
  .cid-uk5bKiyEu9 .navbar .dropdown > .dropdown-menu .dropdown .dropdown-item::after {
    display: inline-block;
    position: static;
    margin-left: 0.5rem;
    margin-top: 0;
    margin-right: 0;
    margin-bottom: 0;
    transition: .3s all;
    transform: rotate(0deg);
  }
  .cid-uk5bKiyEu9 .navbar .dropdown > .dropdown-menu .dropdown.open .dropdown-item::after {
    transform: rotate(180deg);
  }
  .cid-uk5bKiyEu9 .navbar .dropdown > .dropdown-menu .dropdown-submenu {
    position: static;
    width: 100%;
    max-width: 100% !important;
    transform: translateX(0) !important;
    top: 0;
    left: 0;
    padding: 8px !important;
    border-radius: 1rem;
    background-color: rgba(27, 31, 10, 0.04) !important;
  }
  .cid-uk5bKiyEu9 .navbar .dropdown.open > .dropdown-menu {
    display: flex !important;
    flex-direction: column;
    align-items: flex-start;
  }
}
@media (max-width: 575px) {
  .cid-uk5bKiyEu9 .navbar-collapse {
    padding: 1rem;
  }
}
.cid-uk5bKiRhLI {
  padding-top: 8rem;
  padding-bottom: 1rem;
  background-color: #06549d;
}
.cid-uk5bKiRhLI .justify-content-center {
  align-items: center;
}
.cid-uk5bKiRhLI .mbr-fallback-image.disabled {
  display: none;
}
.cid-uk5bKiRhLI .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uk5bKiRhLI .item-wrapper {
  display: flex;
  margin-left: auto;
}
@media (max-width: 767px) {
  .cid-uk5bKiRhLI .item-wrapper {
    margin-bottom: 1rem;
  }
}
.cid-uk5bKiRhLI .mbr-section-btn {
  padding-left: 1.5rem;
  text-align: right;
}
@media (max-width: 767px) {
  .cid-uk5bKiRhLI .mbr-section-btn {
    text-align: center;
    padding-left: 0rem;
  }
}
.cid-uk5bKiRhLI .row {
  align-items: center;
}
.cid-uk5bKiRhLI .card-text {
  color: #ffffff;
  margin-bottom: 0px;
  text-align: left;
}
@media (max-width: 767px) {
  .cid-uk5bKiRhLI .card-text {
    text-align: center;
  }
}
.cid-uk5bKjbG9i {
  padding-top: 2rem;
  padding-bottom: 4rem;
  background-image: url("../../../assets/images/7xm.xyz715078-1224x688.jpg");
}
.cid-uk5bKjbG9i .content-head {
  max-width: 800px;
}
.cid-uk5bKjonGs {
  padding-top: 2rem;
  padding-bottom: 2rem;
  background-color: #ffffff;
}
.cid-uk5bKjonGs .content-head {
  max-width: 800px;
}
.cid-uk5bKjBsdJ {
  padding-top: 90px;
  padding-bottom: 90px;
  background-color: #ffffff;
}
.cid-uk5bKjBsdJ .carousel-control {
  background: #000;
}
.cid-uk5bKjBsdJ .mbr-section-subtitle {
  color: #767676;
}
.cid-uk5bKjBsdJ .carousel-item {
  -webkit-justify-content: center;
  justify-content: center;
}
.cid-uk5bKjBsdJ .carousel-item .media-container-row {
  -webkit-flex-grow: 1;
  flex-grow: 1;
}
.cid-uk5bKjBsdJ .carousel-item .wrap-img {
  text-align: center;
}
.cid-uk5bKjBsdJ .carousel-item .wrap-img img {
  max-height: 150px;
  width: auto;
  max-width: 100%;
}
.cid-uk5bKjBsdJ .carousel-controls {
  display: flex;
  -webkit-justify-content: center;
  justify-content: center;
}
.cid-uk5bKjBsdJ .carousel-controls .carousel-control {
  background: #000;
  border-radius: 50%;
  position: static;
  width: 40px;
  height: 40px;
  margin-top: 2rem;
  border-width: 1px;
}
.cid-uk5bKjBsdJ .carousel-controls .carousel-control.carousel-control-prev {
  left: auto;
  margin-right: 20px;
  margin-left: 0;
}
.cid-uk5bKjBsdJ .carousel-controls .carousel-control.carousel-control-next {
  right: auto;
  margin-right: 0;
}
.cid-uk5bKjBsdJ .carousel-controls .carousel-control .mbr-iconfont {
  font-size: 1rem;
}
.cid-uk5bKjBsdJ .cloneditem-1,
.cid-uk5bKjBsdJ .cloneditem-2,
.cid-uk5bKjBsdJ .cloneditem-3,
.cid-uk5bKjBsdJ .cloneditem-4,
.cid-uk5bKjBsdJ .cloneditem-5 {
  display: none;
}
.cid-uk5bKjBsdJ .col-lg-15 {
  -webkit-box-flex: 0;
  -ms-flex: 0 0 100%;
  -webkit-flex: 0 0 100%;
  flex: 0 0 100%;
  max-width: 100%;
  position: relative;
  min-height: 1px;
  padding-right: 10px;
  padding-left: 10px;
  width: 100%;
}
@media (min-width: 992px) {
  .cid-uk5bKjBsdJ .col-lg-15 {
    -ms-flex: 0 0 20%;
    -webkit-flex: 0 0 20%;
    flex: 0 0 20%;
    max-width: 20%;
    width: 20%;
  }
  .cid-uk5bKjBsdJ .carousel-inner.slides2 > .carousel-item.active.carousel-item-right,
  .cid-uk5bKjBsdJ .carousel-inner.slides2 > .carousel-item.carousel-item-next {
    left: 0;
    -webkit-transform: translate3d(50%, 0, 0);
    transform: translate3d(50%, 0, 0);
  }
  .cid-uk5bKjBsdJ .carousel-inner.slides2 > .carousel-item.active.carousel-item-left,
  .cid-uk5bKjBsdJ .carousel-inner.slides2 > .carousel-item.carousel-item-prev {
    left: 0;
    -webkit-transform: translate3d(-50%, 0, 0);
    transform: translate3d(-50%, 0, 0);
  }
  .cid-uk5bKjBsdJ .carousel-inner.slides2 > .carousel-item.carousel-item-left,
  .cid-uk5bKjBsdJ .carousel-inner.slides2 > .carousel-item.carousel-item-prev.carousel-item-right,
  .cid-uk5bKjBsdJ .carousel-inner.slides2 > .carousel-item.active {
    left: 0;
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
  }
  .cid-uk5bKjBsdJ .carousel-inner.slides2 .cloneditem-1,
  .cid-uk5bKjBsdJ .carousel-inner.slides2 .cloneditem-2,
  .cid-uk5bKjBsdJ .carousel-inner.slides2 .cloneditem-3 {
    display: block;
  }
  .cid-uk5bKjBsdJ .carousel-inner.slides3 > .carousel-item.active.carousel-item-right,
  .cid-uk5bKjBsdJ .carousel-inner.slides3 > .carousel-item.carousel-item-next {
    left: 0;
    -webkit-transform: translate3d(33.333333%, 0, 0);
    transform: translate3d(33.333333%, 0, 0);
  }
  .cid-uk5bKjBsdJ .carousel-inner.slides3 > .carousel-item.active.carousel-item-left,
  .cid-uk5bKjBsdJ .carousel-inner.slides3 > .carousel-item.carousel-item-prev {
    left: 0;
    -webkit-transform: translate3d(-33.333333%, 0, 0);
    transform: translate3d(-33.333333%, 0, 0);
  }
  .cid-uk5bKjBsdJ .carousel-inner.slides3 > .carousel-item.carousel-item-left,
  .cid-uk5bKjBsdJ .carousel-inner.slides3 > .carousel-item.carousel-item-prev.carousel-item-right,
  .cid-uk5bKjBsdJ .carousel-inner.slides3 > .carousel-item.active {
    left: 0;
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
  }
  .cid-uk5bKjBsdJ .carousel-inner.slides3 .cloneditem-1,
  .cid-uk5bKjBsdJ .carousel-inner.slides3 .cloneditem-2,
  .cid-uk5bKjBsdJ .carousel-inner.slides3 .cloneditem-3 {
    display: block;
  }
  .cid-uk5bKjBsdJ .carousel-inner.slides4 > .carousel-item.active.carousel-item-right,
  .cid-uk5bKjBsdJ .carousel-inner.slides4 > .carousel-item.carousel-item-next {
    left: 0;
    -webkit-transform: translate3d(25%, 0, 0);
    transform: translate3d(25%, 0, 0);
  }
  .cid-uk5bKjBsdJ .carousel-inner.slides4 > .carousel-item.active.carousel-item-left,
  .cid-uk5bKjBsdJ .carousel-inner.slides4 > .carousel-item.carousel-item-prev {
    left: 0;
    -webkit-transform: translate3d(-25%, 0, 0);
    transform: translate3d(-25%, 0, 0);
  }
  .cid-uk5bKjBsdJ .carousel-inner.slides4 > .carousel-item.carousel-item-left,
  .cid-uk5bKjBsdJ .carousel-inner.slides4 > .carousel-item.carousel-item-prev.carousel-item-right,
  .cid-uk5bKjBsdJ .carousel-inner.slides4 > .carousel-item.active {
    left: 0;
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
  }
  .cid-uk5bKjBsdJ .carousel-inner.slides4 .cloneditem-1,
  .cid-uk5bKjBsdJ .carousel-inner.slides4 .cloneditem-2,
  .cid-uk5bKjBsdJ .carousel-inner.slides4 .cloneditem-3 {
    display: block;
  }
  .cid-uk5bKjBsdJ .carousel-inner.slides5 > .carousel-item.active.carousel-item-right,
  .cid-uk5bKjBsdJ .carousel-inner.slides5 > .carousel-item.carousel-item-next {
    left: 0;
    -webkit-transform: translate3d(20%, 0, 0);
    transform: translate3d(20%, 0, 0);
  }
  .cid-uk5bKjBsdJ .carousel-inner.slides5 > .carousel-item.active.carousel-item-left,
  .cid-uk5bKjBsdJ .carousel-inner.slides5 > .carousel-item.carousel-item-prev {
    left: 0;
    -webkit-transform: translate3d(-20%, 0, 0);
    transform: translate3d(-20%, 0, 0);
  }
  .cid-uk5bKjBsdJ .carousel-inner.slides5 > .carousel-item.carousel-item-left,
  .cid-uk5bKjBsdJ .carousel-inner.slides5 > .carousel-item.carousel-item-prev.carousel-item-right,
  .cid-uk5bKjBsdJ .carousel-inner.slides5 > .carousel-item.active {
    left: 0;
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
  }
  .cid-uk5bKjBsdJ .carousel-inner.slides5 .cloneditem-1,
  .cid-uk5bKjBsdJ .carousel-inner.slides5 .cloneditem-2,
  .cid-uk5bKjBsdJ .carousel-inner.slides5 .cloneditem-3,
  .cid-uk5bKjBsdJ .carousel-inner.slides5 .cloneditem-4 {
    display: block;
  }
  .cid-uk5bKjBsdJ .carousel-inner.slides6 > .carousel-item.active.carousel-item-right,
  .cid-uk5bKjBsdJ .carousel-inner.slides6 > .carousel-item.carousel-item-next {
    left: 0;
    -webkit-transform: translate3d(16.666667%, 0, 0);
    transform: translate3d(16.666667%, 0, 0);
  }
  .cid-uk5bKjBsdJ .carousel-inner.slides6 > .carousel-item.active.carousel-item-left,
  .cid-uk5bKjBsdJ .carousel-inner.slides6 > .carousel-item.carousel-item-prev {
    left: 0;
    -webkit-transform: translate3d(-16.666667%, 0, 0);
    transform: translate3d(-16.666667%, 0, 0);
  }
  .cid-uk5bKjBsdJ .carousel-inner.slides6 > .carousel-item.carousel-item-left,
  .cid-uk5bKjBsdJ .carousel-inner.slides6 > .carousel-item.carousel-item-prev.carousel-item-right,
  .cid-uk5bKjBsdJ .carousel-inner.slides6 > .carousel-item.active {
    left: 0;
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
  }
  .cid-uk5bKjBsdJ .carousel-inner.slides6 .cloneditem-1,
  .cid-uk5bKjBsdJ .carousel-inner.slides6 .cloneditem-2,
  .cid-uk5bKjBsdJ .carousel-inner.slides6 .cloneditem-3,
  .cid-uk5bKjBsdJ .carousel-inner.slides6 .cloneditem-4,
  .cid-uk5bKjBsdJ .carousel-inner.slides6 .cloneditem-5 {
    display: block;
  }
}
.cid-uk5bKjTfuq {
  background: #232323;
}
.cid-uk5bKjTfuq .video-block {
  margin: auto;
  width: 100% !important;
  border-radius: 0%!important;
}
@media (max-width: 768px) {
  .cid-uk5bKjTfuq .video-block {
    width: 100% !important;
    border-radius: 0%!important;
  }
}
.cid-uk5bKk8THh {
  padding-top: 6rem;
  padding-bottom: 6rem;
  background-color: #232323;
}
.cid-uk5bKk8THh .item-subtitle {
  line-height: 1.2;
  color: #232323;
  text-align: center;
}
.cid-uk5bKk8THh img,
.cid-uk5bKk8THh .item-img {
  width: 100%;
  height: 100%;
  height: 400px;
  object-fit: cover;
}
.cid-uk5bKk8THh .item:focus,
.cid-uk5bKk8THh span:focus {
  outline: none;
}
.cid-uk5bKk8THh .item {
  margin-bottom: 2rem;
}
@media (max-width: 767px) {
  .cid-uk5bKk8THh .item {
    margin-bottom: 1rem;
  }
}
.cid-uk5bKk8THh .item-wrapper {
  position: relative;
  border-radius: 4px;
  height: 100%;
  display: flex;
  flex-flow: column nowrap;
}
.cid-uk5bKk8THh .mbr-section-title {
  color: #ffffff;
}
.cid-uk5bKk8THh .mbr-text,
.cid-uk5bKk8THh .mbr-section-btn {
  color: #232323;
  text-align: center;
}
.cid-uk5bKk8THh .item-title {
  color: #ffffff;
  text-align: center;
}
.cid-uk5bKk8THh .content-head {
  max-width: 800px;
}
.cid-uk5bKkwHL0 {
  padding-top: 6rem;
  padding-bottom: 1rem;
  background-image: url("../../../assets/images/white-background-2000x1334.jpeg");
}
.cid-uk5bKkwHL0 .mbr-fallback-image.disabled {
  display: none;
}
.cid-uk5bKkwHL0 .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uk5bKkKbwb {
  background-color: #ffffff;
  padding-top: 0px;
  padding-bottom: 0px;
}
.cid-uk5bKkKbwb img {
  object-fit: contain;
  border-radius: 0 !important;
}
.cid-uk5bKkWvUI {
  padding-top: 6rem;
  padding-bottom: 1rem;
  background-color: #232323;
}
.cid-uk5bKkWvUI .mbr-fallback-image.disabled {
  display: none;
}
.cid-uk5bKkWvUI .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uk5bKkWvUI .mbr-section-title {
  color: #ffffff;
}
.cid-uk5bKkWvUI .mbr-section-subtitle {
  color: #ffffff;
}
.cid-uk5bKla9VH {
  background-color: #ffffff;
  padding-top: 0px;
  padding-bottom: 0px;
}
.cid-uk5bKla9VH img {
  object-fit: contain;
  border-radius: 0 !important;
}
.cid-uk5bKlpiou {
  display: flex;
}
@media (min-width: 768px) {
  .cid-uk5bKlpiou {
    align-items: flex-end;
  }
  .cid-uk5bKlpiou .row {
    justify-content: flex-start;
  }
  .cid-uk5bKlpiou .content-wrap {
    padding: 1rem 3rem;
  }
}
@media (max-width: 991px) and (min-width: 768px) {
  .cid-uk5bKlpiou .content-wrap {
    min-width: 50%;
  }
}
@media (max-width: 767px) {
  .cid-uk5bKlpiou {
    -webkit-align-items: center;
    align-items: flex-end;
  }
  .cid-uk5bKlpiou .mbr-row {
    -webkit-justify-content: center;
    justify-content: center;
  }
  .cid-uk5bKlpiou .content-wrap {
    width: 100%;
  }
}
.cid-uk5bKlpiou .mbr-fallback-image.disabled {
  display: none;
}
.cid-uk5bKlpiou .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/white-background-2000x1334.jpeg");
}
.cid-uk5bKlpiou .mbr-section-title,
.cid-uk5bKlpiou .mbr-section-subtitle {
  text-align: left;
  color: #ffc091;
}
.cid-uk5bKlpiou .mbr-text,
.cid-uk5bKlpiou .mbr-section-btn {
  text-align: left;
}
.cid-uk5bKlG4lT {
  padding-top: 0rem;
  padding-bottom: 5rem;
  background-color: #232323;
}
.cid-uk5bKlG4lT .item-subtitle {
  line-height: 1.2;
  color: #232323;
  text-align: center;
}
.cid-uk5bKlG4lT img,
.cid-uk5bKlG4lT .item-img {
  width: 100%;
  height: 100%;
  height: 400px;
  object-fit: cover;
}
.cid-uk5bKlG4lT .item:focus,
.cid-uk5bKlG4lT span:focus {
  outline: none;
}
.cid-uk5bKlG4lT .item {
  margin-bottom: 2rem;
}
@media (max-width: 767px) {
  .cid-uk5bKlG4lT .item {
    margin-bottom: 1rem;
  }
}
.cid-uk5bKlG4lT .item-wrapper {
  position: relative;
  border-radius: 4px;
  height: 100%;
  display: flex;
  flex-flow: column nowrap;
}
.cid-uk5bKlG4lT .mbr-section-title {
  color: #232323;
}
.cid-uk5bKlG4lT .mbr-text,
.cid-uk5bKlG4lT .mbr-section-btn {
  color: #ffffff;
  text-align: center;
}
.cid-uk5bKlG4lT .item-title {
  color: #ffffff;
  text-align: center;
}
.cid-uk5bKlG4lT .content-head {
  max-width: 800px;
}
.cid-uk5bKlXaA3 {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-color: #ffffff;
}
.cid-uk5bKlXaA3 .mbr-fallback-image.disabled {
  display: none;
}
.cid-uk5bKlXaA3 .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uk5bKmchTL {
  background-color: #ffffff;
  padding-top: 0px;
  padding-bottom: 0px;
}
.cid-uk5bKmchTL img {
  object-fit: contain;
  border-radius: 0 !important;
}
.cid-uk5bKmp15U {
  padding-top: 1rem;
  padding-bottom: 2rem;
  background-color: #06549d;
}
.cid-uk5bKmp15U .mbr-fallback-image.disabled {
  display: none;
}
.cid-uk5bKmp15U .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uk5bKmp15U .nav-tabs .nav-item.open .nav-link:focus,
.cid-uk5bKmp15U .nav-tabs .nav-link.active:focus {
  outline: none;
}
.cid-uk5bKmp15U .nav-tabs {
  flex-wrap: wrap;
  border-bottom: none;
}
@media (max-width: 767px) {
  .cid-uk5bKmp15U .nav-item {
    width: 100%;
    margin-right: 0 !important;
    text-align: center;
  }
}
.cid-uk5bKmp15U .nav-tabs .nav-item {
  margin-right: 3rem;
  margin-left: 8rem;
}
.cid-uk5bKmp15U .nav-tabs .nav-link {
  transition: padding 0.3s ease, background-color 0.3s ease;
  border: none;
  border-radius: 2rem !important;
  padding: 1.25rem 0!important;
  background-color: transparent!important;
  overflow: hidden!important;
}
.cid-uk5bKmp15U .nav-tabs .nav-link:not(.active) {
  color: #ffffff;
}
.cid-uk5bKmp15U .nav-tabs .nav-link.active {
  color: #06549d !important;
  background-color: #ffffff !important;
  padding: 1.25rem 2rem!important;
}
.cid-uk5bKmp15U .mbr-section-title {
  text-align: center;
  color: #ffffff;
}
.cid-uk5bKmp15U .mbr-section-subtitle {
  text-align: center;
  color: #ffffff;
}
.cid-uk5bKmp15U .mbr-text {
  color: #ffffff;
  margin: 0;
  text-align: center;
}
.cid-uk5bKmp15U .content-head {
  max-width: 800px;
}
.cid-uk5bKmp15U .item-wrapper {
  background-color: #06549d;
  padding: 2.25rem;
}
@media (max-width: 767px) {
  .cid-uk5bKmp15U .item-wrapper {
    padding: 2rem 1.5rem;
  }
}
.cid-uk5bKmp15U img {
  border-radius: 0%!important;
  object-fit: contain;
}
.cid-uk5bKmN6Gv {
  padding-top: 6rem;
  padding-bottom: 1rem;
  background-color: #232323;
}
.cid-uk5bKmN6Gv .mbr-fallback-image.disabled {
  display: none;
}
.cid-uk5bKmN6Gv .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uk5bKmN6Gv .mbr-section-title {
  color: #ffffff;
}
.cid-uk5bKmN6Gv .mbr-section-subtitle {
  color: #ffffff;
}
.cid-uk5bKn2XZe {
  background-color: #ffffff;
  padding-top: 0px;
  padding-bottom: 0px;
}
.cid-uk5bKn2XZe img {
  object-fit: contain;
  border-radius: 0 !important;
}
.cid-uk5bKnfnGX {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-color: #232323;
}
.cid-uk5bKnfnGX .mbr-text {
  color: #000000;
}
.cid-uk5bKnfnGX .mbr-section-subtitle {
  color: #000000;
}
.cid-uk5bKnfnGX .mbr-section-title {
  color: #ffffff;
  text-align: center;
}
.cid-uk5bKnfnGX .mbr-text,
.cid-uk5bKnfnGX .item .mbr-section-btn {
  text-align: left;
}
.cid-uk5bKnfnGX .item-wrapper {
  background: #f7f7f7;
  margin-bottom: 2rem;
  padding: 2.25rem;
}
@media (min-width: 992px) and (max-width: 1200px) {
  .cid-uk5bKnfnGX .item-wrapper {
    padding: 2rem 1.5rem;
    margin-bottom: 2rem;
  }
}
@media (max-width: 767px) {
  .cid-uk5bKnfnGX .item-wrapper {
    padding: 2rem 1.5rem;
    margin-bottom: 1rem;
  }
}
.cid-uduqU6836b {
  padding-top: 2rem;
  padding-bottom: 3rem;
  background-image: url("../../../assets/images/white-background-2000x1334.jpeg");
}
.cid-uduqU6836b .logogree {
  position: relative;
  width: 100%;
}
.cid-uduqU6836b .agree {
  object-position: right;
  width: 40%;
  height: auto;
  object-fit: contain;
  display: block;
  border-radius: 0% !important;
}
.cid-uduqU6836b .mbr-fallback-image.disabled {
  display: none;
}
.cid-uduqU6836b .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uduqU6836b .footer-col {
  justify-content: space-between;
  display: flex;
}
@media (max-width: 767px) {
  .cid-uduqU6836b .footer-col {
    flex-direction: column;
  }
}
.cid-uduqU6836b .row {
  background: #ffffff;
  padding: 4rem 3rem;
  border-radius: 2rem;
  margin: 0px;
}
@media (max-width: 767px) {
  .cid-uduqU6836b .row {
    padding: 2rem 0.5rem;
  }
}
@media (min-width: 768px) and (max-width: 991px) {
  .cid-uduqU6836b .row {
    padding: 2.25rem 1.25rem;
  }
}
@media (min-width: 992px) {
  .cid-uduqU6836b .row {
    padding: 4rem 3rem;
  }
}
@media (max-width: 767px) {
  .cid-uduqU6836b .mbr-section-btn {
    text-align: center;
  }
}
.cid-uduqU6836b .social-row {
  display: flex;
  flex-wrap: wrap;
}
.cid-uduqU6836b .soc-item {
  margin: 8px;
}
.cid-uduqU6836b .soc-item a:hover .mbr-iconfont,
.cid-uduqU6836b .soc-item a:focus .mbr-iconfont {
  background-color: #232323;
}
.cid-uduqU6836b .soc-item a .mbr-iconfont {
  width: 72px;
  height: 72px;
  display: flex;
  align-items: center;
  justify-content: center;
  border-radius: 100%;
  font-size: 20px;
  background-color: #06549d;
  color: #ffffff;
  transition: all 0.3s ease-in-out;
}
@media (max-width: 767px) {
  .cid-uduqU6836b .row {
    text-align: center;
  }
  .cid-uduqU6836b .social-row {
    justify-content: center;
  }
}
.cid-uduqU6836b .list {
  list-style: none;
  padding-left: 0;
  color: #502274;
}
@media (max-width: 991px) {
  .cid-uduqU6836b .list {
    margin-bottom: 2rem;
  }
}
@media (min-width: 992px) {
  .cid-uduqU6836b .list {
    margin-bottom: 0rem;
  }
}
.cid-uduqU6836b .mbr-text {
  color: #bbbbbb;
}
.cid-uduqU6836b .mbr-section-subtitle {
  color: #000000;
  text-align: left;
}
.cid-uduqU6836b .list,
.cid-uduqU6836b .item-wrap {
  color: #232323;
  text-align: left;
}
.cid-uduqU6836b .copyright {
  color: #000000;
  text-align: center;
}
.cid-uduqU6836b H5 {
  text-align: left;
}
.cid-uk5iQUYwe3 {
  z-index: 1000;
  width: 100%;
  position: inherit;
}
.cid-uk5iQUYwe3 .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 .3s;
}
@media (max-width: 767px) {
  .cid-uk5iQUYwe3 .navbar-toggler {
    transform: scale(0.8);
  }
}
.cid-uk5iQUYwe3 .navbar-brand {
  flex-shrink: 0;
  align-items: center;
  margin-right: 0;
  padding: 10px 0;
  transition: all 2s;
  word-break: break-word;
  z-index: 1;
}
.cid-uk5iQUYwe3 .navbar-brand img {
  max-width: 100%;
  max-height: 100%;
  border-radius: 0px !important;
}
.cid-uk5iQUYwe3 .navbar-brand .navbar-caption {
  line-height: inherit !important;
}
.cid-uk5iQUYwe3 .navbar-brand .navbar-logo a {
  outline: none;
}
.cid-uk5iQUYwe3 .navbar-nav {
  margin: auto;
  margin-left: 0;
  margin-left: auto;
}
.cid-uk5iQUYwe3 .navbar-nav .nav-item {
  padding: 0 !important;
  transition: .3s all !important;
}
.cid-uk5iQUYwe3 .navbar-nav .nav-item .nav-link {
  padding: 16px !important;
  margin: 0 !important;
  border-radius: 1rem !important;
  transition: .3s all !important;
  border-radius: 4px !important;
}
.cid-uk5iQUYwe3 .navbar-nav .nav-item .nav-link:hover {
  background-color: rgba(27, 31, 10, 0.06);
}
.cid-uk5iQUYwe3 .navbar-nav .open .nav-link::after {
  transform: rotate(180deg);
}
@media (min-width: 992px) {
  .cid-uk5iQUYwe3 .navbar-nav .open .nav-link::before {
    content: "";
    width: 100%;
    height: 20px;
    top: 100%;
    background: transparent;
    position: absolute;
  }
}
.cid-uk5iQUYwe3 .navbar-nav .dropdown-item {
  padding: 12px !important;
  border-radius: 0.5rem !important;
  margin: 0 8px !important;
  transition: .3s all !important;
  border-radius: 4px !important;
}
.cid-uk5iQUYwe3 .navbar-nav .dropdown-item:hover {
  background-color: rgba(27, 31, 10, 0.06);
}
@media (min-width: 992px) {
  .cid-uk5iQUYwe3 .navbar-nav {
    padding-left: 1.5rem;
  }
}
.cid-uk5iQUYwe3 .nav-link {
  width: fit-content;
  position: relative;
}
.cid-uk5iQUYwe3 .navbar-logo {
  padding-left: 2rem;
  margin: 0 !important;
}
@media (max-width: 767px) {
  .cid-uk5iQUYwe3 .navbar-logo {
    padding-left: 1rem;
  }
}
.cid-uk5iQUYwe3 .navbar-caption {
  padding-left: 1rem;
  padding-right: .5rem;
}
@media (max-width: 767px) {
  .cid-uk5iQUYwe3 .nav-dropdown {
    padding-bottom: 0.5rem;
  }
}
.cid-uk5iQUYwe3 .nav-dropdown .link.dropdown-toggle::after {
  margin-left: 0.5rem;
  margin-top: 0.2rem;
  transition: .3s all;
  transition-delay: 300ms;
}
.cid-uk5iQUYwe3 .container {
  display: flex;
  height: 90px;
  padding: 0.5rem 0.6rem;
  flex-wrap: nowrap;
  background: rgba(255, 255, 255, 0.9) !important;
  left: 0;
  right: 0;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: flex-end;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  border-radius: 100vw;
  margin-top: 1rem;
  background-color: #ffffff;
  box-shadow: 0 30px 60px 0 rgba(27, 31, 10, 0.08);
  border-radius: 4px !important;
}
@media (max-width: 992px) {
  .cid-uk5iQUYwe3 .container {
    padding-right: 2rem;
  }
}
@media (max-width: 767px) {
  .cid-uk5iQUYwe3 .container {
    width: 95%;
    height: 56px !important;
    padding-right: 1rem;
    margin-top: 0rem;
  }
}
.cid-uk5iQUYwe3 .iconfont-wrapper {
  color: #0c2c68 !important;
  font-size: 1.5rem;
  padding-right: 0.5rem;
}
.cid-uk5iQUYwe3 .dropdown-menu {
  flex-wrap: wrap;
  flex-direction: column;
  max-width: 100%;
  padding: 12px 4px !important;
  border-radius: 1.5rem;
  transition: .3s all !important;
  transition-delay: 300ms;
  min-width: auto;
  background: #ffffff;
  background: rgba(255, 255, 255, 0.9) !important;
  border-radius: 4px !important;
}
.cid-uk5iQUYwe3 .nav-item:focus,
.cid-uk5iQUYwe3 .nav-link:focus {
  outline: none;
}
.cid-uk5iQUYwe3 .dropdown .dropdown-menu .dropdown-item {
  width: auto;
  transition: all .3s;
  transition-delay: 300ms;
}
.cid-uk5iQUYwe3 .dropdown .dropdown-menu .dropdown-item::after {
  right: 0.5rem;
}
.cid-uk5iQUYwe3 .dropdown .dropdown-menu .dropdown-item .mbr-iconfont {
  margin-right: 0.5rem;
  vertical-align: sub;
}
.cid-uk5iQUYwe3 .dropdown .dropdown-menu .dropdown-item .mbr-iconfont:before {
  display: inline-block;
  transform: scale(1, 1);
  transition: all .3s;
}
.cid-uk5iQUYwe3 .collapsed .dropdown-menu .dropdown-item:before {
  display: none;
}
.cid-uk5iQUYwe3 .collapsed .dropdown .dropdown-menu .dropdown-item {
  padding: 0.235em 1.5em 0.235em 1.5em !important;
  transition: none;
  margin: 0 !important;
}
.cid-uk5iQUYwe3 .navbar {
  min-height: 90px;
  transition: all 5s;
  border-bottom: 1px solid transparent;
  background: transparent !important;
  padding: 0 !important;
  border: none !important;
  box-shadow: none !important;
  border-radius: 0 !important;
}
.cid-uk5iQUYwe3 .navbar.opened {
  transition: all 0.3s;
}
.cid-uk5iQUYwe3 .navbar .dropdown-item {
  padding: 0.5rem 1.8rem;
}
.cid-uk5iQUYwe3 .navbar .navbar-logo img {
  width: auto;
}
.cid-uk5iQUYwe3 .navbar .navbar-collapse {
  z-index: 1;
  justify-content: flex-end;
}
.cid-uk5iQUYwe3 .navbar.collapsed {
  justify-content: center;
}
.cid-uk5iQUYwe3 .navbar.collapsed .nav-item .nav-link::before {
  display: none;
}
.cid-uk5iQUYwe3 .navbar.collapsed.opened .dropdown-menu {
  top: 0;
}
@media (min-width: 992px) {
  .cid-uk5iQUYwe3 .navbar.collapsed.opened:not(.navbar-short) .navbar-collapse {
    max-height: calc(98.5vh - 3.4rem);
  }
}
.cid-uk5iQUYwe3 .navbar.collapsed .dropdown-menu .dropdown-submenu {
  left: 0 !important;
}
.cid-uk5iQUYwe3 .navbar.collapsed .dropdown-menu .dropdown-item:after {
  right: auto;
}
.cid-uk5iQUYwe3 .navbar.collapsed .dropdown-menu .dropdown-toggle[data-toggle="dropdown-submenu"]:after {
  margin-left: 0.5rem;
  margin-top: 0.2rem;
  border-top: 0.35em solid;
  border-right: 0.35em solid transparent;
  border-left: 0.35em solid transparent;
  border-bottom: 0;
  top: 41%;
}
.cid-uk5iQUYwe3 .navbar.collapsed ul.navbar-nav li {
  margin: auto;
}
.cid-uk5iQUYwe3 .navbar.collapsed .dropdown-menu .dropdown-item {
  padding: 0.25rem 0.5rem;
  text-align: center;
}
.cid-uk5iQUYwe3 .navbar.collapsed .icons-menu {
  padding-left: 0;
  padding-right: 0;
  padding-top: 0.5rem;
  padding-bottom: 0.5rem;
}
@media (max-width: 767px) {
  .cid-uk5iQUYwe3 .navbar {
    min-height: 72px;
  }
  .cid-uk5iQUYwe3 .navbar .navbar-logo img {
    height: 2rem !important;
  }
}
@media (max-width: 991px) {
  .cid-uk5iQUYwe3 .navbar .nav-item .nav-link::before {
    display: none;
  }
  .cid-uk5iQUYwe3 .navbar.opened .dropdown-menu {
    top: 0;
  }
  .cid-uk5iQUYwe3 .navbar .dropdown-menu .dropdown-submenu {
    left: 0 !important;
  }
  .cid-uk5iQUYwe3 .navbar .dropdown-menu .dropdown-item:after {
    right: auto;
  }
  .cid-uk5iQUYwe3 .navbar .dropdown-menu .dropdown-toggle[data-toggle="dropdown-submenu"]:after {
    margin-left: 0.5rem;
    margin-top: 0.2rem;
    border-top: 0.35em solid;
    border-right: 0.35em solid transparent;
    border-left: 0.35em solid transparent;
    border-bottom: 0;
    top: 40%;
  }
  .cid-uk5iQUYwe3 .navbar .dropdown-menu .dropdown-item {
    padding: 0.25rem 1.5rem !important;
    text-align: center;
  }
  .cid-uk5iQUYwe3 .navbar .navbar-brand {
    flex-shrink: initial;
    flex-basis: auto;
    word-break: break-word;
    padding-right: 10px;
  }
  .cid-uk5iQUYwe3 .navbar .navbar-toggler {
    flex-basis: auto;
  }
  .cid-uk5iQUYwe3 .navbar .icons-menu {
    padding-left: 0;
    padding-top: 0.5rem;
    padding-bottom: 0.5rem;
  }
}
.cid-uk5iQUYwe3 .navbar.navbar-short .navbar-logo img {
  height: 2rem;
}
.cid-uk5iQUYwe3 .dropdown-item.active,
.cid-uk5iQUYwe3 .dropdown-item:active {
  background-color: transparent;
}
.cid-uk5iQUYwe3 .navbar-expand-lg .navbar-nav .nav-link {
  padding: 0;
}
.cid-uk5iQUYwe3 .nav-dropdown .link.dropdown-toggle {
  margin-right: 1.667em;
}
.cid-uk5iQUYwe3 .nav-dropdown .link.dropdown-toggle[aria-expanded="true"] {
  margin-right: 0;
  padding: 0.667em 1.667em;
}
.cid-uk5iQUYwe3 .navbar.navbar-expand-lg .dropdown .dropdown-menu {
  background: #ffffff;
}
.cid-uk5iQUYwe3 .navbar.navbar-expand-lg .dropdown .dropdown-menu .dropdown-submenu {
  margin: 0;
  left: 100%;
  transform: none;
  top: -12px;
}
.cid-uk5iQUYwe3 .navbar .dropdown.open > .dropdown-menu {
  display: flex;
}
.cid-uk5iQUYwe3 ul.navbar-nav {
  flex-wrap: wrap;
}
.cid-uk5iQUYwe3 .navbar-buttons {
  text-align: center;
  min-width: 140px;
}
@media (max-width: 992px) {
  .cid-uk5iQUYwe3 .navbar-buttons {
    text-align: left;
  }
}
.cid-uk5iQUYwe3 button.navbar-toggler {
  outline: none;
  width: 31px;
  height: 20px;
  cursor: pointer;
  transition: all 0.2s;
  position: relative;
  align-self: center;
}
.cid-uk5iQUYwe3 button.navbar-toggler .hamburger span {
  position: absolute;
  right: 0;
  width: 30px;
  height: 2px;
  border-right: 5px;
  background-color: #06549d;
}
.cid-uk5iQUYwe3 button.navbar-toggler .hamburger span:nth-child(1) {
  top: 0;
  transition: all 0.2s;
}
.cid-uk5iQUYwe3 button.navbar-toggler .hamburger span:nth-child(2) {
  top: 8px;
  transition: all 0.15s;
}
.cid-uk5iQUYwe3 button.navbar-toggler .hamburger span:nth-child(3) {
  top: 8px;
  transition: all 0.15s;
}
.cid-uk5iQUYwe3 button.navbar-toggler .hamburger span:nth-child(4) {
  top: 16px;
  transition: all 0.2s;
}
.cid-uk5iQUYwe3 nav.opened .hamburger span:nth-child(1) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-uk5iQUYwe3 nav.opened .hamburger span:nth-child(2) {
  transform: rotate(45deg);
  transition: all 0.25s;
}
.cid-uk5iQUYwe3 nav.opened .hamburger span:nth-child(3) {
  transform: rotate(-45deg);
  transition: all 0.25s;
}
.cid-uk5iQUYwe3 nav.opened .hamburger span:nth-child(4) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-uk5iQUYwe3 .navbar-dropdown {
  padding: 0 1rem;
}
.cid-uk5iQUYwe3 a.nav-link {
  display: flex;
  align-items: center;
  justify-content: center;
}
.cid-uk5iQUYwe3 .icons-menu {
  flex-wrap: nowrap;
  display: flex;
  justify-content: center;
  padding-left: 1rem;
  padding-right: 1rem;
  padding-top: 0.3rem;
  text-align: center;
}
@media (max-width: 992px) {
  .cid-uk5iQUYwe3 .icons-menu {
    justify-content: flex-start;
    margin-bottom: .5rem;
  }
}
@media screen and (-ms-high-contrast: active), (-ms-high-contrast: none) {
  .cid-uk5iQUYwe3 .navbar {
    height: 70px;
  }
  .cid-uk5iQUYwe3 .navbar.opened {
    height: auto;
  }
  .cid-uk5iQUYwe3 .nav-item .nav-link:hover::before {
    width: 175%;
    max-width: calc(100% + 2rem);
    left: -1rem;
  }
}
.cid-uk5iQUYwe3 .navbar .dropdown > .dropdown-menu {
  display: none;
  width: max-content;
  max-width: 500px !important;
  transform: translateX(-50%);
  top: calc(100% + 20px);
  left: 50%;
}
.cid-uk5iQUYwe3 .navbar .dropdown > .dropdown-menu .dropdown-item {
  line-height: 1 !important;
}
.cid-uk5iQUYwe3 .navbar .dropdown > .dropdown-menu .dropdown .dropdown-item {
  align-items: center;
  display: flex;
  height: max-content !important;
  min-height: max-content !important;
}
.cid-uk5iQUYwe3 .navbar .dropdown > .dropdown-menu .dropdown .dropdown-item::after {
  display: inline-block;
  position: static;
  margin-left: 0.5rem;
  margin-top: 0;
  margin-right: 0;
  margin-bottom: 0;
  transition: .3s all;
  transform: rotate(-90deg);
}
.cid-uk5iQUYwe3 .navbar .dropdown > .dropdown-menu .dropdown.open .dropdown-item::after {
  transform: rotate(0deg);
}
.cid-uk5iQUYwe3 .mbr-section-btn {
  margin: -0.6rem -0.6rem;
}
.cid-uk5iQUYwe3 .navbar-toggler {
  margin-left: 12px;
  margin-right: 8px;
  order: 1000;
}
@media (max-width: 991px) {
  .cid-uk5iQUYwe3 .navbar-brand {
    margin-right: auto;
  }
  .cid-uk5iQUYwe3 .navbar-collapse {
    z-index: -1 !important;
    position: absolute;
    top: 110%;
    left: 0;
    width: 100%;
    padding: 1rem;
    border-radius: 1.5rem;
    background: #ffffff;
    opacity: 1;
    border-color: rgba(255, 255, 255, 0.9) !important;
    background: rgba(255, 255, 255, 0.9) !important;
    backdrop-filter: blur(8px);
    border-radius: 4px !important;
  }
  .cid-uk5iQUYwe3 .navbar-nav .nav-item .nav-link::after {
    margin-left: 10px;
  }
  .cid-uk5iQUYwe3 .navbar-nav .dropdown-item:hover {
    background-color: rgba(27, 31, 10, 0.06);
  }
  .cid-uk5iQUYwe3 .navbar .dropdown > .dropdown-menu {
    max-width: 100% !important;
    transform: translateX(0);
    top: 10px;
    left: 0;
    padding: 8px !important;
    border-radius: 1rem;
    background-color: rgba(27, 31, 10, 0.04) !important;
  }
  .cid-uk5iQUYwe3 .navbar .dropdown > .dropdown-menu .dropdown-item {
    padding: 8px !important;
    line-height: 1 !important;
    margin-bottom: 4px !important;
  }
  .cid-uk5iQUYwe3 .navbar .dropdown > .dropdown-menu .dropdown .dropdown-item {
    align-items: center;
    display: flex;
    height: max-content !important;
    min-height: max-content !important;
  }
  .cid-uk5iQUYwe3 .navbar .dropdown > .dropdown-menu .dropdown .dropdown-item::after {
    display: inline-block;
    position: static;
    margin-left: 0.5rem;
    margin-top: 0;
    margin-right: 0;
    margin-bottom: 0;
    transition: .3s all;
    transform: rotate(0deg);
  }
  .cid-uk5iQUYwe3 .navbar .dropdown > .dropdown-menu .dropdown.open .dropdown-item::after {
    transform: rotate(180deg);
  }
  .cid-uk5iQUYwe3 .navbar .dropdown > .dropdown-menu .dropdown-submenu {
    position: static;
    width: 100%;
    max-width: 100% !important;
    transform: translateX(0) !important;
    top: 0;
    left: 0;
    padding: 8px !important;
    border-radius: 1rem;
    background-color: rgba(27, 31, 10, 0.04) !important;
  }
  .cid-uk5iQUYwe3 .navbar .dropdown.open > .dropdown-menu {
    display: flex !important;
    flex-direction: column;
    align-items: flex-start;
  }
}
@media (max-width: 575px) {
  .cid-uk5iQUYwe3 .navbar-collapse {
    padding: 1rem;
  }
}
.cid-uk5iQVfFY5 {
  padding-top: 8rem;
  padding-bottom: 1rem;
  background-color: #06549d;
}
.cid-uk5iQVfFY5 .justify-content-center {
  align-items: center;
}
.cid-uk5iQVfFY5 .mbr-fallback-image.disabled {
  display: none;
}
.cid-uk5iQVfFY5 .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uk5iQVfFY5 .item-wrapper {
  display: flex;
  margin-left: auto;
}
@media (max-width: 767px) {
  .cid-uk5iQVfFY5 .item-wrapper {
    margin-bottom: 1rem;
  }
}
.cid-uk5iQVfFY5 .mbr-section-btn {
  padding-left: 1.5rem;
  text-align: right;
}
@media (max-width: 767px) {
  .cid-uk5iQVfFY5 .mbr-section-btn {
    text-align: center;
    padding-left: 0rem;
  }
}
.cid-uk5iQVfFY5 .row {
  align-items: center;
}
.cid-uk5iQVfFY5 .card-text {
  color: #ffffff;
  margin-bottom: 0px;
  text-align: left;
}
@media (max-width: 767px) {
  .cid-uk5iQVfFY5 .card-text {
    text-align: center;
  }
}
.cid-uk5iQVswCr {
  padding-top: 2rem;
  padding-bottom: 4rem;
  background-image: url("../../../assets/images/7xm.xyz467506-1224x918.jpg");
}
.cid-uk5iQVswCr .content-head {
  max-width: 800px;
}
.cid-uk5iQVHY6h {
  padding-top: 2rem;
  padding-bottom: 2rem;
  background-color: #ffffff;
}
.cid-uk5iQVHY6h .content-head {
  max-width: 800px;
}
.cid-uk5iQVHY6h .w-100 {
  border-radius: 0%!important;
}
.cid-uk5iQW1ZxY {
  padding-top: 90px;
  padding-bottom: 90px;
  background-color: #ffffff;
}
.cid-uk5iQW1ZxY .carousel-control {
  background: #000;
}
.cid-uk5iQW1ZxY .mbr-section-subtitle {
  color: #767676;
}
.cid-uk5iQW1ZxY .carousel-item {
  -webkit-justify-content: center;
  justify-content: center;
}
.cid-uk5iQW1ZxY .carousel-item .media-container-row {
  -webkit-flex-grow: 1;
  flex-grow: 1;
}
.cid-uk5iQW1ZxY .carousel-item .wrap-img {
  text-align: center;
}
.cid-uk5iQW1ZxY .carousel-item .wrap-img img {
  max-height: 150px;
  width: auto;
  max-width: 100%;
}
.cid-uk5iQW1ZxY .carousel-controls {
  display: flex;
  -webkit-justify-content: center;
  justify-content: center;
}
.cid-uk5iQW1ZxY .carousel-controls .carousel-control {
  background: #000;
  border-radius: 50%;
  position: static;
  width: 40px;
  height: 40px;
  margin-top: 2rem;
  border-width: 1px;
}
.cid-uk5iQW1ZxY .carousel-controls .carousel-control.carousel-control-prev {
  left: auto;
  margin-right: 20px;
  margin-left: 0;
}
.cid-uk5iQW1ZxY .carousel-controls .carousel-control.carousel-control-next {
  right: auto;
  margin-right: 0;
}
.cid-uk5iQW1ZxY .carousel-controls .carousel-control .mbr-iconfont {
  font-size: 1rem;
}
.cid-uk5iQW1ZxY .cloneditem-1,
.cid-uk5iQW1ZxY .cloneditem-2,
.cid-uk5iQW1ZxY .cloneditem-3,
.cid-uk5iQW1ZxY .cloneditem-4,
.cid-uk5iQW1ZxY .cloneditem-5 {
  display: none;
}
.cid-uk5iQW1ZxY .col-lg-15 {
  -webkit-box-flex: 0;
  -ms-flex: 0 0 100%;
  -webkit-flex: 0 0 100%;
  flex: 0 0 100%;
  max-width: 100%;
  position: relative;
  min-height: 1px;
  padding-right: 10px;
  padding-left: 10px;
  width: 100%;
}
@media (min-width: 992px) {
  .cid-uk5iQW1ZxY .col-lg-15 {
    -ms-flex: 0 0 20%;
    -webkit-flex: 0 0 20%;
    flex: 0 0 20%;
    max-width: 20%;
    width: 20%;
  }
  .cid-uk5iQW1ZxY .carousel-inner.slides2 > .carousel-item.active.carousel-item-right,
  .cid-uk5iQW1ZxY .carousel-inner.slides2 > .carousel-item.carousel-item-next {
    left: 0;
    -webkit-transform: translate3d(50%, 0, 0);
    transform: translate3d(50%, 0, 0);
  }
  .cid-uk5iQW1ZxY .carousel-inner.slides2 > .carousel-item.active.carousel-item-left,
  .cid-uk5iQW1ZxY .carousel-inner.slides2 > .carousel-item.carousel-item-prev {
    left: 0;
    -webkit-transform: translate3d(-50%, 0, 0);
    transform: translate3d(-50%, 0, 0);
  }
  .cid-uk5iQW1ZxY .carousel-inner.slides2 > .carousel-item.carousel-item-left,
  .cid-uk5iQW1ZxY .carousel-inner.slides2 > .carousel-item.carousel-item-prev.carousel-item-right,
  .cid-uk5iQW1ZxY .carousel-inner.slides2 > .carousel-item.active {
    left: 0;
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
  }
  .cid-uk5iQW1ZxY .carousel-inner.slides2 .cloneditem-1,
  .cid-uk5iQW1ZxY .carousel-inner.slides2 .cloneditem-2,
  .cid-uk5iQW1ZxY .carousel-inner.slides2 .cloneditem-3 {
    display: block;
  }
  .cid-uk5iQW1ZxY .carousel-inner.slides3 > .carousel-item.active.carousel-item-right,
  .cid-uk5iQW1ZxY .carousel-inner.slides3 > .carousel-item.carousel-item-next {
    left: 0;
    -webkit-transform: translate3d(33.333333%, 0, 0);
    transform: translate3d(33.333333%, 0, 0);
  }
  .cid-uk5iQW1ZxY .carousel-inner.slides3 > .carousel-item.active.carousel-item-left,
  .cid-uk5iQW1ZxY .carousel-inner.slides3 > .carousel-item.carousel-item-prev {
    left: 0;
    -webkit-transform: translate3d(-33.333333%, 0, 0);
    transform: translate3d(-33.333333%, 0, 0);
  }
  .cid-uk5iQW1ZxY .carousel-inner.slides3 > .carousel-item.carousel-item-left,
  .cid-uk5iQW1ZxY .carousel-inner.slides3 > .carousel-item.carousel-item-prev.carousel-item-right,
  .cid-uk5iQW1ZxY .carousel-inner.slides3 > .carousel-item.active {
    left: 0;
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
  }
  .cid-uk5iQW1ZxY .carousel-inner.slides3 .cloneditem-1,
  .cid-uk5iQW1ZxY .carousel-inner.slides3 .cloneditem-2,
  .cid-uk5iQW1ZxY .carousel-inner.slides3 .cloneditem-3 {
    display: block;
  }
  .cid-uk5iQW1ZxY .carousel-inner.slides4 > .carousel-item.active.carousel-item-right,
  .cid-uk5iQW1ZxY .carousel-inner.slides4 > .carousel-item.carousel-item-next {
    left: 0;
    -webkit-transform: translate3d(25%, 0, 0);
    transform: translate3d(25%, 0, 0);
  }
  .cid-uk5iQW1ZxY .carousel-inner.slides4 > .carousel-item.active.carousel-item-left,
  .cid-uk5iQW1ZxY .carousel-inner.slides4 > .carousel-item.carousel-item-prev {
    left: 0;
    -webkit-transform: translate3d(-25%, 0, 0);
    transform: translate3d(-25%, 0, 0);
  }
  .cid-uk5iQW1ZxY .carousel-inner.slides4 > .carousel-item.carousel-item-left,
  .cid-uk5iQW1ZxY .carousel-inner.slides4 > .carousel-item.carousel-item-prev.carousel-item-right,
  .cid-uk5iQW1ZxY .carousel-inner.slides4 > .carousel-item.active {
    left: 0;
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
  }
  .cid-uk5iQW1ZxY .carousel-inner.slides4 .cloneditem-1,
  .cid-uk5iQW1ZxY .carousel-inner.slides4 .cloneditem-2,
  .cid-uk5iQW1ZxY .carousel-inner.slides4 .cloneditem-3 {
    display: block;
  }
  .cid-uk5iQW1ZxY .carousel-inner.slides5 > .carousel-item.active.carousel-item-right,
  .cid-uk5iQW1ZxY .carousel-inner.slides5 > .carousel-item.carousel-item-next {
    left: 0;
    -webkit-transform: translate3d(20%, 0, 0);
    transform: translate3d(20%, 0, 0);
  }
  .cid-uk5iQW1ZxY .carousel-inner.slides5 > .carousel-item.active.carousel-item-left,
  .cid-uk5iQW1ZxY .carousel-inner.slides5 > .carousel-item.carousel-item-prev {
    left: 0;
    -webkit-transform: translate3d(-20%, 0, 0);
    transform: translate3d(-20%, 0, 0);
  }
  .cid-uk5iQW1ZxY .carousel-inner.slides5 > .carousel-item.carousel-item-left,
  .cid-uk5iQW1ZxY .carousel-inner.slides5 > .carousel-item.carousel-item-prev.carousel-item-right,
  .cid-uk5iQW1ZxY .carousel-inner.slides5 > .carousel-item.active {
    left: 0;
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
  }
  .cid-uk5iQW1ZxY .carousel-inner.slides5 .cloneditem-1,
  .cid-uk5iQW1ZxY .carousel-inner.slides5 .cloneditem-2,
  .cid-uk5iQW1ZxY .carousel-inner.slides5 .cloneditem-3,
  .cid-uk5iQW1ZxY .carousel-inner.slides5 .cloneditem-4 {
    display: block;
  }
  .cid-uk5iQW1ZxY .carousel-inner.slides6 > .carousel-item.active.carousel-item-right,
  .cid-uk5iQW1ZxY .carousel-inner.slides6 > .carousel-item.carousel-item-next {
    left: 0;
    -webkit-transform: translate3d(16.666667%, 0, 0);
    transform: translate3d(16.666667%, 0, 0);
  }
  .cid-uk5iQW1ZxY .carousel-inner.slides6 > .carousel-item.active.carousel-item-left,
  .cid-uk5iQW1ZxY .carousel-inner.slides6 > .carousel-item.carousel-item-prev {
    left: 0;
    -webkit-transform: translate3d(-16.666667%, 0, 0);
    transform: translate3d(-16.666667%, 0, 0);
  }
  .cid-uk5iQW1ZxY .carousel-inner.slides6 > .carousel-item.carousel-item-left,
  .cid-uk5iQW1ZxY .carousel-inner.slides6 > .carousel-item.carousel-item-prev.carousel-item-right,
  .cid-uk5iQW1ZxY .carousel-inner.slides6 > .carousel-item.active {
    left: 0;
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
  }
  .cid-uk5iQW1ZxY .carousel-inner.slides6 .cloneditem-1,
  .cid-uk5iQW1ZxY .carousel-inner.slides6 .cloneditem-2,
  .cid-uk5iQW1ZxY .carousel-inner.slides6 .cloneditem-3,
  .cid-uk5iQW1ZxY .carousel-inner.slides6 .cloneditem-4,
  .cid-uk5iQW1ZxY .carousel-inner.slides6 .cloneditem-5 {
    display: block;
  }
}
.cid-uk5iQWn5T0 {
  background: #232323;
}
.cid-uk5iQWn5T0 .video-block {
  margin: auto;
  width: 100% !important;
  border-radius: 0%!important;
}
@media (max-width: 768px) {
  .cid-uk5iQWn5T0 .video-block {
    width: 100% !important;
    border-radius: 0%!important;
  }
}
.cid-uk5iQWA6A6 {
  padding-top: 6rem;
  padding-bottom: 6rem;
  background-color: #232323;
}
.cid-uk5iQWA6A6 .item-subtitle {
  line-height: 1.2;
  color: #232323;
  text-align: center;
}
.cid-uk5iQWA6A6 img,
.cid-uk5iQWA6A6 .item-img {
  width: 100%;
  height: 100%;
  height: 400px;
  object-fit: cover;
}
.cid-uk5iQWA6A6 .item:focus,
.cid-uk5iQWA6A6 span:focus {
  outline: none;
}
.cid-uk5iQWA6A6 .item {
  margin-bottom: 2rem;
}
@media (max-width: 767px) {
  .cid-uk5iQWA6A6 .item {
    margin-bottom: 1rem;
  }
}
.cid-uk5iQWA6A6 .item-wrapper {
  position: relative;
  border-radius: 4px;
  height: 100%;
  display: flex;
  flex-flow: column nowrap;
}
.cid-uk5iQWA6A6 .mbr-section-title {
  color: #ffffff;
}
.cid-uk5iQWA6A6 .mbr-text,
.cid-uk5iQWA6A6 .mbr-section-btn {
  color: #232323;
  text-align: center;
}
.cid-uk5iQWA6A6 .item-title {
  color: #ffffff;
  text-align: center;
}
.cid-uk5iQWA6A6 .content-head {
  max-width: 800px;
}
.cid-uk5iQWUu6n {
  padding-top: 6rem;
  padding-bottom: 1rem;
  background-image: url("../../../assets/images/white-background-2000x1334.jpeg");
}
.cid-uk5iQWUu6n .mbr-fallback-image.disabled {
  display: none;
}
.cid-uk5iQWUu6n .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uk5iQXa0e9 {
  background-color: #ffffff;
  padding-top: 0px;
  padding-bottom: 0px;
}
.cid-uk5iQXa0e9 img {
  object-fit: contain;
  border-radius: 0 !important;
}
.cid-uk5iQXmpdb {
  padding-top: 6rem;
  padding-bottom: 1rem;
  background-color: #232323;
}
.cid-uk5iQXmpdb .mbr-fallback-image.disabled {
  display: none;
}
.cid-uk5iQXmpdb .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uk5iQXmpdb .mbr-section-title {
  color: #ffffff;
}
.cid-uk5iQXmpdb .mbr-section-subtitle {
  color: #ffffff;
}
.cid-uk5iQXDvac {
  background-color: #ffffff;
  padding-top: 0px;
  padding-bottom: 0px;
}
.cid-uk5iQXDvac img {
  object-fit: contain;
  border-radius: 0 !important;
}
.cid-uk5iQXOtFm {
  display: flex;
}
@media (min-width: 768px) {
  .cid-uk5iQXOtFm {
    align-items: flex-end;
  }
  .cid-uk5iQXOtFm .row {
    justify-content: flex-start;
  }
  .cid-uk5iQXOtFm .content-wrap {
    padding: 1rem 3rem;
  }
}
@media (max-width: 991px) and (min-width: 768px) {
  .cid-uk5iQXOtFm .content-wrap {
    min-width: 50%;
  }
}
@media (max-width: 767px) {
  .cid-uk5iQXOtFm {
    -webkit-align-items: center;
    align-items: flex-end;
  }
  .cid-uk5iQXOtFm .mbr-row {
    -webkit-justify-content: center;
    justify-content: center;
  }
  .cid-uk5iQXOtFm .content-wrap {
    width: 100%;
  }
}
.cid-uk5iQXOtFm .mbr-fallback-image.disabled {
  display: none;
}
.cid-uk5iQXOtFm .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/white-background-2000x1334.jpeg");
}
.cid-uk5iQXOtFm .mbr-section-title,
.cid-uk5iQXOtFm .mbr-section-subtitle {
  text-align: left;
  color: #ffc091;
}
.cid-uk5iQXOtFm .mbr-text,
.cid-uk5iQXOtFm .mbr-section-btn {
  text-align: left;
}
.cid-uk5iQY4PoQ {
  padding-top: 0rem;
  padding-bottom: 5rem;
  background-color: #232323;
}
.cid-uk5iQY4PoQ .item-subtitle {
  line-height: 1.2;
  color: #232323;
  text-align: center;
}
.cid-uk5iQY4PoQ img,
.cid-uk5iQY4PoQ .item-img {
  width: 100%;
  height: 100%;
  height: 400px;
  object-fit: cover;
}
.cid-uk5iQY4PoQ .item:focus,
.cid-uk5iQY4PoQ span:focus {
  outline: none;
}
.cid-uk5iQY4PoQ .item {
  margin-bottom: 2rem;
}
@media (max-width: 767px) {
  .cid-uk5iQY4PoQ .item {
    margin-bottom: 1rem;
  }
}
.cid-uk5iQY4PoQ .item-wrapper {
  position: relative;
  border-radius: 4px;
  height: 100%;
  display: flex;
  flex-flow: column nowrap;
}
.cid-uk5iQY4PoQ .mbr-section-title {
  color: #232323;
}
.cid-uk5iQY4PoQ .mbr-text,
.cid-uk5iQY4PoQ .mbr-section-btn {
  color: #ffffff;
  text-align: center;
}
.cid-uk5iQY4PoQ .item-title {
  color: #ffffff;
  text-align: center;
}
.cid-uk5iQY4PoQ .content-head {
  max-width: 800px;
}
.cid-uk5iQYk2wZ {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-color: #ffffff;
}
.cid-uk5iQYk2wZ .mbr-fallback-image.disabled {
  display: none;
}
.cid-uk5iQYk2wZ .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uk5iQYyjnY {
  background-color: #ffffff;
  padding-top: 0px;
  padding-bottom: 0px;
}
.cid-uk5iQYyjnY img {
  object-fit: contain;
  border-radius: 0 !important;
}
.cid-uk5iQYKdVG {
  padding-top: 1rem;
  padding-bottom: 2rem;
  background-color: #06549d;
}
.cid-uk5iQYKdVG .mbr-fallback-image.disabled {
  display: none;
}
.cid-uk5iQYKdVG .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uk5iQYKdVG .nav-tabs .nav-item.open .nav-link:focus,
.cid-uk5iQYKdVG .nav-tabs .nav-link.active:focus {
  outline: none;
}
.cid-uk5iQYKdVG .nav-tabs {
  flex-wrap: wrap;
  border-bottom: none;
}
@media (max-width: 767px) {
  .cid-uk5iQYKdVG .nav-item {
    width: 100%;
    margin-right: 0 !important;
    text-align: center;
  }
}
.cid-uk5iQYKdVG .nav-tabs .nav-item {
  margin-right: 3rem;
  margin-left: 8rem;
}
.cid-uk5iQYKdVG .nav-tabs .nav-link {
  transition: padding 0.3s ease, background-color 0.3s ease;
  border: none;
  border-radius: 2rem !important;
  padding: 1.25rem 0!important;
  background-color: transparent!important;
  overflow: hidden!important;
}
.cid-uk5iQYKdVG .nav-tabs .nav-link:not(.active) {
  color: #ffffff;
}
.cid-uk5iQYKdVG .nav-tabs .nav-link.active {
  color: #06549d !important;
  background-color: #ffffff !important;
  padding: 1.25rem 2rem!important;
}
.cid-uk5iQYKdVG .mbr-section-title {
  text-align: center;
  color: #ffffff;
}
.cid-uk5iQYKdVG .mbr-section-subtitle {
  text-align: center;
  color: #ffffff;
}
.cid-uk5iQYKdVG .mbr-text {
  color: #ffffff;
  margin: 0;
  text-align: center;
}
.cid-uk5iQYKdVG .content-head {
  max-width: 800px;
}
.cid-uk5iQYKdVG .item-wrapper {
  background-color: #06549d;
  padding: 2.25rem;
}
@media (max-width: 767px) {
  .cid-uk5iQYKdVG .item-wrapper {
    padding: 2rem 1.5rem;
  }
}
.cid-uk5iQYKdVG img {
  border-radius: 0%!important;
  object-fit: contain;
}
.cid-uk5iQZ8ZUE {
  padding-top: 6rem;
  padding-bottom: 1rem;
  background-color: #232323;
}
.cid-uk5iQZ8ZUE .mbr-fallback-image.disabled {
  display: none;
}
.cid-uk5iQZ8ZUE .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uk5iQZ8ZUE .mbr-section-title {
  color: #ffffff;
}
.cid-uk5iQZ8ZUE .mbr-section-subtitle {
  color: #ffffff;
}
.cid-uk5iQZnm8s {
  background-color: #ffffff;
  padding-top: 0px;
  padding-bottom: 0px;
}
.cid-uk5iQZnm8s img {
  object-fit: contain;
  border-radius: 0 !important;
}
.cid-uk5iQZzpD4 {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-color: #232323;
}
.cid-uk5iQZzpD4 .mbr-text {
  color: #000000;
}
.cid-uk5iQZzpD4 .mbr-section-subtitle {
  color: #000000;
}
.cid-uk5iQZzpD4 .mbr-section-title {
  color: #ffffff;
  text-align: center;
}
.cid-uk5iQZzpD4 .mbr-text,
.cid-uk5iQZzpD4 .item .mbr-section-btn {
  text-align: left;
}
.cid-uk5iQZzpD4 .item-wrapper {
  background: #f7f7f7;
  margin-bottom: 2rem;
  padding: 2.25rem;
}
@media (min-width: 992px) and (max-width: 1200px) {
  .cid-uk5iQZzpD4 .item-wrapper {
    padding: 2rem 1.5rem;
    margin-bottom: 2rem;
  }
}
@media (max-width: 767px) {
  .cid-uk5iQZzpD4 .item-wrapper {
    padding: 2rem 1.5rem;
    margin-bottom: 1rem;
  }
}
.cid-uduqU6836b {
  padding-top: 2rem;
  padding-bottom: 3rem;
  background-image: url("../../../assets/images/white-background-2000x1334.jpeg");
}
.cid-uduqU6836b .logogree {
  position: relative;
  width: 100%;
}
.cid-uduqU6836b .agree {
  object-position: right;
  width: 40%;
  height: auto;
  object-fit: contain;
  display: block;
  border-radius: 0% !important;
}
.cid-uduqU6836b .mbr-fallback-image.disabled {
  display: none;
}
.cid-uduqU6836b .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uduqU6836b .footer-col {
  justify-content: space-between;
  display: flex;
}
@media (max-width: 767px) {
  .cid-uduqU6836b .footer-col {
    flex-direction: column;
  }
}
.cid-uduqU6836b .row {
  background: #ffffff;
  padding: 4rem 3rem;
  border-radius: 2rem;
  margin: 0px;
}
@media (max-width: 767px) {
  .cid-uduqU6836b .row {
    padding: 2rem 0.5rem;
  }
}
@media (min-width: 768px) and (max-width: 991px) {
  .cid-uduqU6836b .row {
    padding: 2.25rem 1.25rem;
  }
}
@media (min-width: 992px) {
  .cid-uduqU6836b .row {
    padding: 4rem 3rem;
  }
}
@media (max-width: 767px) {
  .cid-uduqU6836b .mbr-section-btn {
    text-align: center;
  }
}
.cid-uduqU6836b .social-row {
  display: flex;
  flex-wrap: wrap;
}
.cid-uduqU6836b .soc-item {
  margin: 8px;
}
.cid-uduqU6836b .soc-item a:hover .mbr-iconfont,
.cid-uduqU6836b .soc-item a:focus .mbr-iconfont {
  background-color: #232323;
}
.cid-uduqU6836b .soc-item a .mbr-iconfont {
  width: 72px;
  height: 72px;
  display: flex;
  align-items: center;
  justify-content: center;
  border-radius: 100%;
  font-size: 20px;
  background-color: #06549d;
  color: #ffffff;
  transition: all 0.3s ease-in-out;
}
@media (max-width: 767px) {
  .cid-uduqU6836b .row {
    text-align: center;
  }
  .cid-uduqU6836b .social-row {
    justify-content: center;
  }
}
.cid-uduqU6836b .list {
  list-style: none;
  padding-left: 0;
  color: #502274;
}
@media (max-width: 991px) {
  .cid-uduqU6836b .list {
    margin-bottom: 2rem;
  }
}
@media (min-width: 992px) {
  .cid-uduqU6836b .list {
    margin-bottom: 0rem;
  }
}
.cid-uduqU6836b .mbr-text {
  color: #bbbbbb;
}
.cid-uduqU6836b .mbr-section-subtitle {
  color: #000000;
  text-align: left;
}
.cid-uduqU6836b .list,
.cid-uduqU6836b .item-wrap {
  color: #232323;
  text-align: left;
}
.cid-uduqU6836b .copyright {
  color: #000000;
  text-align: center;
}
.cid-uduqU6836b H5 {
  text-align: left;
}
.cid-uk5nFqNecI {
  z-index: 1000;
  width: 100%;
  position: inherit;
}
.cid-uk5nFqNecI .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 .3s;
}
@media (max-width: 767px) {
  .cid-uk5nFqNecI .navbar-toggler {
    transform: scale(0.8);
  }
}
.cid-uk5nFqNecI .navbar-brand {
  flex-shrink: 0;
  align-items: center;
  margin-right: 0;
  padding: 10px 0;
  transition: all 2s;
  word-break: break-word;
  z-index: 1;
}
.cid-uk5nFqNecI .navbar-brand img {
  max-width: 100%;
  max-height: 100%;
  border-radius: 0px !important;
}
.cid-uk5nFqNecI .navbar-brand .navbar-caption {
  line-height: inherit !important;
}
.cid-uk5nFqNecI .navbar-brand .navbar-logo a {
  outline: none;
}
.cid-uk5nFqNecI .navbar-nav {
  margin: auto;
  margin-left: 0;
  margin-left: auto;
}
.cid-uk5nFqNecI .navbar-nav .nav-item {
  padding: 0 !important;
  transition: .3s all !important;
}
.cid-uk5nFqNecI .navbar-nav .nav-item .nav-link {
  padding: 16px !important;
  margin: 0 !important;
  border-radius: 1rem !important;
  transition: .3s all !important;
  border-radius: 4px !important;
}
.cid-uk5nFqNecI .navbar-nav .nav-item .nav-link:hover {
  background-color: rgba(27, 31, 10, 0.06);
}
.cid-uk5nFqNecI .navbar-nav .open .nav-link::after {
  transform: rotate(180deg);
}
@media (min-width: 992px) {
  .cid-uk5nFqNecI .navbar-nav .open .nav-link::before {
    content: "";
    width: 100%;
    height: 20px;
    top: 100%;
    background: transparent;
    position: absolute;
  }
}
.cid-uk5nFqNecI .navbar-nav .dropdown-item {
  padding: 12px !important;
  border-radius: 0.5rem !important;
  margin: 0 8px !important;
  transition: .3s all !important;
  border-radius: 4px !important;
}
.cid-uk5nFqNecI .navbar-nav .dropdown-item:hover {
  background-color: rgba(27, 31, 10, 0.06);
}
@media (min-width: 992px) {
  .cid-uk5nFqNecI .navbar-nav {
    padding-left: 1.5rem;
  }
}
.cid-uk5nFqNecI .nav-link {
  width: fit-content;
  position: relative;
}
.cid-uk5nFqNecI .navbar-logo {
  padding-left: 2rem;
  margin: 0 !important;
}
@media (max-width: 767px) {
  .cid-uk5nFqNecI .navbar-logo {
    padding-left: 1rem;
  }
}
.cid-uk5nFqNecI .navbar-caption {
  padding-left: 1rem;
  padding-right: .5rem;
}
@media (max-width: 767px) {
  .cid-uk5nFqNecI .nav-dropdown {
    padding-bottom: 0.5rem;
  }
}
.cid-uk5nFqNecI .nav-dropdown .link.dropdown-toggle::after {
  margin-left: 0.5rem;
  margin-top: 0.2rem;
  transition: .3s all;
  transition-delay: 300ms;
}
.cid-uk5nFqNecI .container {
  display: flex;
  height: 90px;
  padding: 0.5rem 0.6rem;
  flex-wrap: nowrap;
  background: rgba(255, 255, 255, 0.9) !important;
  left: 0;
  right: 0;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: flex-end;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  border-radius: 100vw;
  margin-top: 1rem;
  background-color: #ffffff;
  box-shadow: 0 30px 60px 0 rgba(27, 31, 10, 0.08);
  border-radius: 4px !important;
}
@media (max-width: 992px) {
  .cid-uk5nFqNecI .container {
    padding-right: 2rem;
  }
}
@media (max-width: 767px) {
  .cid-uk5nFqNecI .container {
    width: 95%;
    height: 56px !important;
    padding-right: 1rem;
    margin-top: 0rem;
  }
}
.cid-uk5nFqNecI .iconfont-wrapper {
  color: #0c2c68 !important;
  font-size: 1.5rem;
  padding-right: 0.5rem;
}
.cid-uk5nFqNecI .dropdown-menu {
  flex-wrap: wrap;
  flex-direction: column;
  max-width: 100%;
  padding: 12px 4px !important;
  border-radius: 1.5rem;
  transition: .3s all !important;
  transition-delay: 300ms;
  min-width: auto;
  background: #ffffff;
  background: rgba(255, 255, 255, 0.9) !important;
  border-radius: 4px !important;
}
.cid-uk5nFqNecI .nav-item:focus,
.cid-uk5nFqNecI .nav-link:focus {
  outline: none;
}
.cid-uk5nFqNecI .dropdown .dropdown-menu .dropdown-item {
  width: auto;
  transition: all .3s;
  transition-delay: 300ms;
}
.cid-uk5nFqNecI .dropdown .dropdown-menu .dropdown-item::after {
  right: 0.5rem;
}
.cid-uk5nFqNecI .dropdown .dropdown-menu .dropdown-item .mbr-iconfont {
  margin-right: 0.5rem;
  vertical-align: sub;
}
.cid-uk5nFqNecI .dropdown .dropdown-menu .dropdown-item .mbr-iconfont:before {
  display: inline-block;
  transform: scale(1, 1);
  transition: all .3s;
}
.cid-uk5nFqNecI .collapsed .dropdown-menu .dropdown-item:before {
  display: none;
}
.cid-uk5nFqNecI .collapsed .dropdown .dropdown-menu .dropdown-item {
  padding: 0.235em 1.5em 0.235em 1.5em !important;
  transition: none;
  margin: 0 !important;
}
.cid-uk5nFqNecI .navbar {
  min-height: 90px;
  transition: all 5s;
  border-bottom: 1px solid transparent;
  background: transparent !important;
  padding: 0 !important;
  border: none !important;
  box-shadow: none !important;
  border-radius: 0 !important;
}
.cid-uk5nFqNecI .navbar.opened {
  transition: all 0.3s;
}
.cid-uk5nFqNecI .navbar .dropdown-item {
  padding: 0.5rem 1.8rem;
}
.cid-uk5nFqNecI .navbar .navbar-logo img {
  width: auto;
}
.cid-uk5nFqNecI .navbar .navbar-collapse {
  z-index: 1;
  justify-content: flex-end;
}
.cid-uk5nFqNecI .navbar.collapsed {
  justify-content: center;
}
.cid-uk5nFqNecI .navbar.collapsed .nav-item .nav-link::before {
  display: none;
}
.cid-uk5nFqNecI .navbar.collapsed.opened .dropdown-menu {
  top: 0;
}
@media (min-width: 992px) {
  .cid-uk5nFqNecI .navbar.collapsed.opened:not(.navbar-short) .navbar-collapse {
    max-height: calc(98.5vh - 3.4rem);
  }
}
.cid-uk5nFqNecI .navbar.collapsed .dropdown-menu .dropdown-submenu {
  left: 0 !important;
}
.cid-uk5nFqNecI .navbar.collapsed .dropdown-menu .dropdown-item:after {
  right: auto;
}
.cid-uk5nFqNecI .navbar.collapsed .dropdown-menu .dropdown-toggle[data-toggle="dropdown-submenu"]:after {
  margin-left: 0.5rem;
  margin-top: 0.2rem;
  border-top: 0.35em solid;
  border-right: 0.35em solid transparent;
  border-left: 0.35em solid transparent;
  border-bottom: 0;
  top: 41%;
}
.cid-uk5nFqNecI .navbar.collapsed ul.navbar-nav li {
  margin: auto;
}
.cid-uk5nFqNecI .navbar.collapsed .dropdown-menu .dropdown-item {
  padding: 0.25rem 0.5rem;
  text-align: center;
}
.cid-uk5nFqNecI .navbar.collapsed .icons-menu {
  padding-left: 0;
  padding-right: 0;
  padding-top: 0.5rem;
  padding-bottom: 0.5rem;
}
@media (max-width: 767px) {
  .cid-uk5nFqNecI .navbar {
    min-height: 72px;
  }
  .cid-uk5nFqNecI .navbar .navbar-logo img {
    height: 2rem !important;
  }
}
@media (max-width: 991px) {
  .cid-uk5nFqNecI .navbar .nav-item .nav-link::before {
    display: none;
  }
  .cid-uk5nFqNecI .navbar.opened .dropdown-menu {
    top: 0;
  }
  .cid-uk5nFqNecI .navbar .dropdown-menu .dropdown-submenu {
    left: 0 !important;
  }
  .cid-uk5nFqNecI .navbar .dropdown-menu .dropdown-item:after {
    right: auto;
  }
  .cid-uk5nFqNecI .navbar .dropdown-menu .dropdown-toggle[data-toggle="dropdown-submenu"]:after {
    margin-left: 0.5rem;
    margin-top: 0.2rem;
    border-top: 0.35em solid;
    border-right: 0.35em solid transparent;
    border-left: 0.35em solid transparent;
    border-bottom: 0;
    top: 40%;
  }
  .cid-uk5nFqNecI .navbar .dropdown-menu .dropdown-item {
    padding: 0.25rem 1.5rem !important;
    text-align: center;
  }
  .cid-uk5nFqNecI .navbar .navbar-brand {
    flex-shrink: initial;
    flex-basis: auto;
    word-break: break-word;
    padding-right: 10px;
  }
  .cid-uk5nFqNecI .navbar .navbar-toggler {
    flex-basis: auto;
  }
  .cid-uk5nFqNecI .navbar .icons-menu {
    padding-left: 0;
    padding-top: 0.5rem;
    padding-bottom: 0.5rem;
  }
}
.cid-uk5nFqNecI .navbar.navbar-short .navbar-logo img {
  height: 2rem;
}
.cid-uk5nFqNecI .dropdown-item.active,
.cid-uk5nFqNecI .dropdown-item:active {
  background-color: transparent;
}
.cid-uk5nFqNecI .navbar-expand-lg .navbar-nav .nav-link {
  padding: 0;
}
.cid-uk5nFqNecI .nav-dropdown .link.dropdown-toggle {
  margin-right: 1.667em;
}
.cid-uk5nFqNecI .nav-dropdown .link.dropdown-toggle[aria-expanded="true"] {
  margin-right: 0;
  padding: 0.667em 1.667em;
}
.cid-uk5nFqNecI .navbar.navbar-expand-lg .dropdown .dropdown-menu {
  background: #ffffff;
}
.cid-uk5nFqNecI .navbar.navbar-expand-lg .dropdown .dropdown-menu .dropdown-submenu {
  margin: 0;
  left: 100%;
  transform: none;
  top: -12px;
}
.cid-uk5nFqNecI .navbar .dropdown.open > .dropdown-menu {
  display: flex;
}
.cid-uk5nFqNecI ul.navbar-nav {
  flex-wrap: wrap;
}
.cid-uk5nFqNecI .navbar-buttons {
  text-align: center;
  min-width: 140px;
}
@media (max-width: 992px) {
  .cid-uk5nFqNecI .navbar-buttons {
    text-align: left;
  }
}
.cid-uk5nFqNecI button.navbar-toggler {
  outline: none;
  width: 31px;
  height: 20px;
  cursor: pointer;
  transition: all 0.2s;
  position: relative;
  align-self: center;
}
.cid-uk5nFqNecI button.navbar-toggler .hamburger span {
  position: absolute;
  right: 0;
  width: 30px;
  height: 2px;
  border-right: 5px;
  background-color: #06549d;
}
.cid-uk5nFqNecI button.navbar-toggler .hamburger span:nth-child(1) {
  top: 0;
  transition: all 0.2s;
}
.cid-uk5nFqNecI button.navbar-toggler .hamburger span:nth-child(2) {
  top: 8px;
  transition: all 0.15s;
}
.cid-uk5nFqNecI button.navbar-toggler .hamburger span:nth-child(3) {
  top: 8px;
  transition: all 0.15s;
}
.cid-uk5nFqNecI button.navbar-toggler .hamburger span:nth-child(4) {
  top: 16px;
  transition: all 0.2s;
}
.cid-uk5nFqNecI nav.opened .hamburger span:nth-child(1) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-uk5nFqNecI nav.opened .hamburger span:nth-child(2) {
  transform: rotate(45deg);
  transition: all 0.25s;
}
.cid-uk5nFqNecI nav.opened .hamburger span:nth-child(3) {
  transform: rotate(-45deg);
  transition: all 0.25s;
}
.cid-uk5nFqNecI nav.opened .hamburger span:nth-child(4) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-uk5nFqNecI .navbar-dropdown {
  padding: 0 1rem;
}
.cid-uk5nFqNecI a.nav-link {
  display: flex;
  align-items: center;
  justify-content: center;
}
.cid-uk5nFqNecI .icons-menu {
  flex-wrap: nowrap;
  display: flex;
  justify-content: center;
  padding-left: 1rem;
  padding-right: 1rem;
  padding-top: 0.3rem;
  text-align: center;
}
@media (max-width: 992px) {
  .cid-uk5nFqNecI .icons-menu {
    justify-content: flex-start;
    margin-bottom: .5rem;
  }
}
@media screen and (-ms-high-contrast: active), (-ms-high-contrast: none) {
  .cid-uk5nFqNecI .navbar {
    height: 70px;
  }
  .cid-uk5nFqNecI .navbar.opened {
    height: auto;
  }
  .cid-uk5nFqNecI .nav-item .nav-link:hover::before {
    width: 175%;
    max-width: calc(100% + 2rem);
    left: -1rem;
  }
}
.cid-uk5nFqNecI .navbar .dropdown > .dropdown-menu {
  display: none;
  width: max-content;
  max-width: 500px !important;
  transform: translateX(-50%);
  top: calc(100% + 20px);
  left: 50%;
}
.cid-uk5nFqNecI .navbar .dropdown > .dropdown-menu .dropdown-item {
  line-height: 1 !important;
}
.cid-uk5nFqNecI .navbar .dropdown > .dropdown-menu .dropdown .dropdown-item {
  align-items: center;
  display: flex;
  height: max-content !important;
  min-height: max-content !important;
}
.cid-uk5nFqNecI .navbar .dropdown > .dropdown-menu .dropdown .dropdown-item::after {
  display: inline-block;
  position: static;
  margin-left: 0.5rem;
  margin-top: 0;
  margin-right: 0;
  margin-bottom: 0;
  transition: .3s all;
  transform: rotate(-90deg);
}
.cid-uk5nFqNecI .navbar .dropdown > .dropdown-menu .dropdown.open .dropdown-item::after {
  transform: rotate(0deg);
}
.cid-uk5nFqNecI .mbr-section-btn {
  margin: -0.6rem -0.6rem;
}
.cid-uk5nFqNecI .navbar-toggler {
  margin-left: 12px;
  margin-right: 8px;
  order: 1000;
}
@media (max-width: 991px) {
  .cid-uk5nFqNecI .navbar-brand {
    margin-right: auto;
  }
  .cid-uk5nFqNecI .navbar-collapse {
    z-index: -1 !important;
    position: absolute;
    top: 110%;
    left: 0;
    width: 100%;
    padding: 1rem;
    border-radius: 1.5rem;
    background: #ffffff;
    opacity: 1;
    border-color: rgba(255, 255, 255, 0.9) !important;
    background: rgba(255, 255, 255, 0.9) !important;
    backdrop-filter: blur(8px);
    border-radius: 4px !important;
  }
  .cid-uk5nFqNecI .navbar-nav .nav-item .nav-link::after {
    margin-left: 10px;
  }
  .cid-uk5nFqNecI .navbar-nav .dropdown-item:hover {
    background-color: rgba(27, 31, 10, 0.06);
  }
  .cid-uk5nFqNecI .navbar .dropdown > .dropdown-menu {
    max-width: 100% !important;
    transform: translateX(0);
    top: 10px;
    left: 0;
    padding: 8px !important;
    border-radius: 1rem;
    background-color: rgba(27, 31, 10, 0.04) !important;
  }
  .cid-uk5nFqNecI .navbar .dropdown > .dropdown-menu .dropdown-item {
    padding: 8px !important;
    line-height: 1 !important;
    margin-bottom: 4px !important;
  }
  .cid-uk5nFqNecI .navbar .dropdown > .dropdown-menu .dropdown .dropdown-item {
    align-items: center;
    display: flex;
    height: max-content !important;
    min-height: max-content !important;
  }
  .cid-uk5nFqNecI .navbar .dropdown > .dropdown-menu .dropdown .dropdown-item::after {
    display: inline-block;
    position: static;
    margin-left: 0.5rem;
    margin-top: 0;
    margin-right: 0;
    margin-bottom: 0;
    transition: .3s all;
    transform: rotate(0deg);
  }
  .cid-uk5nFqNecI .navbar .dropdown > .dropdown-menu .dropdown.open .dropdown-item::after {
    transform: rotate(180deg);
  }
  .cid-uk5nFqNecI .navbar .dropdown > .dropdown-menu .dropdown-submenu {
    position: static;
    width: 100%;
    max-width: 100% !important;
    transform: translateX(0) !important;
    top: 0;
    left: 0;
    padding: 8px !important;
    border-radius: 1rem;
    background-color: rgba(27, 31, 10, 0.04) !important;
  }
  .cid-uk5nFqNecI .navbar .dropdown.open > .dropdown-menu {
    display: flex !important;
    flex-direction: column;
    align-items: flex-start;
  }
}
@media (max-width: 575px) {
  .cid-uk5nFqNecI .navbar-collapse {
    padding: 1rem;
  }
}
.cid-uk5nFreJDo {
  padding-top: 8rem;
  padding-bottom: 1rem;
  background-color: #06549d;
}
.cid-uk5nFreJDo .justify-content-center {
  align-items: center;
}
.cid-uk5nFreJDo .mbr-fallback-image.disabled {
  display: none;
}
.cid-uk5nFreJDo .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uk5nFreJDo .item-wrapper {
  display: flex;
  margin-left: auto;
}
@media (max-width: 767px) {
  .cid-uk5nFreJDo .item-wrapper {
    margin-bottom: 1rem;
  }
}
.cid-uk5nFreJDo .mbr-section-btn {
  padding-left: 1.5rem;
  text-align: right;
}
@media (max-width: 767px) {
  .cid-uk5nFreJDo .mbr-section-btn {
    text-align: center;
    padding-left: 0rem;
  }
}
.cid-uk5nFreJDo .row {
  align-items: center;
}
.cid-uk5nFreJDo .card-text {
  color: #ffffff;
  margin-bottom: 0px;
  text-align: left;
}
@media (max-width: 767px) {
  .cid-uk5nFreJDo .card-text {
    text-align: center;
  }
}
.cid-uk5nFryzft {
  padding-top: 2rem;
  padding-bottom: 4rem;
  background-image: url("../../../assets/images/7xm.xyz626995-1224x766.jpg");
}
.cid-uk5nFryzft .content-head {
  max-width: 800px;
}
.cid-uk5nFrRYMH {
  padding-top: 2rem;
  padding-bottom: 2rem;
  background-color: #ffffff;
}
.cid-uk5nFrRYMH .content-head {
  max-width: 800px;
}
.cid-uk5nFrRYMH .w-100 {
  border-radius: 0%!important;
}
.cid-uk5nFscSnX {
  padding-top: 90px;
  padding-bottom: 90px;
  background-color: #ffffff;
}
.cid-uk5nFscSnX .carousel-control {
  background: #000;
}
.cid-uk5nFscSnX .mbr-section-subtitle {
  color: #767676;
}
.cid-uk5nFscSnX .carousel-item {
  -webkit-justify-content: center;
  justify-content: center;
}
.cid-uk5nFscSnX .carousel-item .media-container-row {
  -webkit-flex-grow: 1;
  flex-grow: 1;
}
.cid-uk5nFscSnX .carousel-item .wrap-img {
  text-align: center;
}
.cid-uk5nFscSnX .carousel-item .wrap-img img {
  max-height: 150px;
  width: auto;
  max-width: 100%;
}
.cid-uk5nFscSnX .carousel-controls {
  display: flex;
  -webkit-justify-content: center;
  justify-content: center;
}
.cid-uk5nFscSnX .carousel-controls .carousel-control {
  background: #000;
  border-radius: 50%;
  position: static;
  width: 40px;
  height: 40px;
  margin-top: 2rem;
  border-width: 1px;
}
.cid-uk5nFscSnX .carousel-controls .carousel-control.carousel-control-prev {
  left: auto;
  margin-right: 20px;
  margin-left: 0;
}
.cid-uk5nFscSnX .carousel-controls .carousel-control.carousel-control-next {
  right: auto;
  margin-right: 0;
}
.cid-uk5nFscSnX .carousel-controls .carousel-control .mbr-iconfont {
  font-size: 1rem;
}
.cid-uk5nFscSnX .cloneditem-1,
.cid-uk5nFscSnX .cloneditem-2,
.cid-uk5nFscSnX .cloneditem-3,
.cid-uk5nFscSnX .cloneditem-4,
.cid-uk5nFscSnX .cloneditem-5 {
  display: none;
}
.cid-uk5nFscSnX .col-lg-15 {
  -webkit-box-flex: 0;
  -ms-flex: 0 0 100%;
  -webkit-flex: 0 0 100%;
  flex: 0 0 100%;
  max-width: 100%;
  position: relative;
  min-height: 1px;
  padding-right: 10px;
  padding-left: 10px;
  width: 100%;
}
@media (min-width: 992px) {
  .cid-uk5nFscSnX .col-lg-15 {
    -ms-flex: 0 0 20%;
    -webkit-flex: 0 0 20%;
    flex: 0 0 20%;
    max-width: 20%;
    width: 20%;
  }
  .cid-uk5nFscSnX .carousel-inner.slides2 > .carousel-item.active.carousel-item-right,
  .cid-uk5nFscSnX .carousel-inner.slides2 > .carousel-item.carousel-item-next {
    left: 0;
    -webkit-transform: translate3d(50%, 0, 0);
    transform: translate3d(50%, 0, 0);
  }
  .cid-uk5nFscSnX .carousel-inner.slides2 > .carousel-item.active.carousel-item-left,
  .cid-uk5nFscSnX .carousel-inner.slides2 > .carousel-item.carousel-item-prev {
    left: 0;
    -webkit-transform: translate3d(-50%, 0, 0);
    transform: translate3d(-50%, 0, 0);
  }
  .cid-uk5nFscSnX .carousel-inner.slides2 > .carousel-item.carousel-item-left,
  .cid-uk5nFscSnX .carousel-inner.slides2 > .carousel-item.carousel-item-prev.carousel-item-right,
  .cid-uk5nFscSnX .carousel-inner.slides2 > .carousel-item.active {
    left: 0;
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
  }
  .cid-uk5nFscSnX .carousel-inner.slides2 .cloneditem-1,
  .cid-uk5nFscSnX .carousel-inner.slides2 .cloneditem-2,
  .cid-uk5nFscSnX .carousel-inner.slides2 .cloneditem-3 {
    display: block;
  }
  .cid-uk5nFscSnX .carousel-inner.slides3 > .carousel-item.active.carousel-item-right,
  .cid-uk5nFscSnX .carousel-inner.slides3 > .carousel-item.carousel-item-next {
    left: 0;
    -webkit-transform: translate3d(33.333333%, 0, 0);
    transform: translate3d(33.333333%, 0, 0);
  }
  .cid-uk5nFscSnX .carousel-inner.slides3 > .carousel-item.active.carousel-item-left,
  .cid-uk5nFscSnX .carousel-inner.slides3 > .carousel-item.carousel-item-prev {
    left: 0;
    -webkit-transform: translate3d(-33.333333%, 0, 0);
    transform: translate3d(-33.333333%, 0, 0);
  }
  .cid-uk5nFscSnX .carousel-inner.slides3 > .carousel-item.carousel-item-left,
  .cid-uk5nFscSnX .carousel-inner.slides3 > .carousel-item.carousel-item-prev.carousel-item-right,
  .cid-uk5nFscSnX .carousel-inner.slides3 > .carousel-item.active {
    left: 0;
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
  }
  .cid-uk5nFscSnX .carousel-inner.slides3 .cloneditem-1,
  .cid-uk5nFscSnX .carousel-inner.slides3 .cloneditem-2,
  .cid-uk5nFscSnX .carousel-inner.slides3 .cloneditem-3 {
    display: block;
  }
  .cid-uk5nFscSnX .carousel-inner.slides4 > .carousel-item.active.carousel-item-right,
  .cid-uk5nFscSnX .carousel-inner.slides4 > .carousel-item.carousel-item-next {
    left: 0;
    -webkit-transform: translate3d(25%, 0, 0);
    transform: translate3d(25%, 0, 0);
  }
  .cid-uk5nFscSnX .carousel-inner.slides4 > .carousel-item.active.carousel-item-left,
  .cid-uk5nFscSnX .carousel-inner.slides4 > .carousel-item.carousel-item-prev {
    left: 0;
    -webkit-transform: translate3d(-25%, 0, 0);
    transform: translate3d(-25%, 0, 0);
  }
  .cid-uk5nFscSnX .carousel-inner.slides4 > .carousel-item.carousel-item-left,
  .cid-uk5nFscSnX .carousel-inner.slides4 > .carousel-item.carousel-item-prev.carousel-item-right,
  .cid-uk5nFscSnX .carousel-inner.slides4 > .carousel-item.active {
    left: 0;
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
  }
  .cid-uk5nFscSnX .carousel-inner.slides4 .cloneditem-1,
  .cid-uk5nFscSnX .carousel-inner.slides4 .cloneditem-2,
  .cid-uk5nFscSnX .carousel-inner.slides4 .cloneditem-3 {
    display: block;
  }
  .cid-uk5nFscSnX .carousel-inner.slides5 > .carousel-item.active.carousel-item-right,
  .cid-uk5nFscSnX .carousel-inner.slides5 > .carousel-item.carousel-item-next {
    left: 0;
    -webkit-transform: translate3d(20%, 0, 0);
    transform: translate3d(20%, 0, 0);
  }
  .cid-uk5nFscSnX .carousel-inner.slides5 > .carousel-item.active.carousel-item-left,
  .cid-uk5nFscSnX .carousel-inner.slides5 > .carousel-item.carousel-item-prev {
    left: 0;
    -webkit-transform: translate3d(-20%, 0, 0);
    transform: translate3d(-20%, 0, 0);
  }
  .cid-uk5nFscSnX .carousel-inner.slides5 > .carousel-item.carousel-item-left,
  .cid-uk5nFscSnX .carousel-inner.slides5 > .carousel-item.carousel-item-prev.carousel-item-right,
  .cid-uk5nFscSnX .carousel-inner.slides5 > .carousel-item.active {
    left: 0;
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
  }
  .cid-uk5nFscSnX .carousel-inner.slides5 .cloneditem-1,
  .cid-uk5nFscSnX .carousel-inner.slides5 .cloneditem-2,
  .cid-uk5nFscSnX .carousel-inner.slides5 .cloneditem-3,
  .cid-uk5nFscSnX .carousel-inner.slides5 .cloneditem-4 {
    display: block;
  }
  .cid-uk5nFscSnX .carousel-inner.slides6 > .carousel-item.active.carousel-item-right,
  .cid-uk5nFscSnX .carousel-inner.slides6 > .carousel-item.carousel-item-next {
    left: 0;
    -webkit-transform: translate3d(16.666667%, 0, 0);
    transform: translate3d(16.666667%, 0, 0);
  }
  .cid-uk5nFscSnX .carousel-inner.slides6 > .carousel-item.active.carousel-item-left,
  .cid-uk5nFscSnX .carousel-inner.slides6 > .carousel-item.carousel-item-prev {
    left: 0;
    -webkit-transform: translate3d(-16.666667%, 0, 0);
    transform: translate3d(-16.666667%, 0, 0);
  }
  .cid-uk5nFscSnX .carousel-inner.slides6 > .carousel-item.carousel-item-left,
  .cid-uk5nFscSnX .carousel-inner.slides6 > .carousel-item.carousel-item-prev.carousel-item-right,
  .cid-uk5nFscSnX .carousel-inner.slides6 > .carousel-item.active {
    left: 0;
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
  }
  .cid-uk5nFscSnX .carousel-inner.slides6 .cloneditem-1,
  .cid-uk5nFscSnX .carousel-inner.slides6 .cloneditem-2,
  .cid-uk5nFscSnX .carousel-inner.slides6 .cloneditem-3,
  .cid-uk5nFscSnX .carousel-inner.slides6 .cloneditem-4,
  .cid-uk5nFscSnX .carousel-inner.slides6 .cloneditem-5 {
    display: block;
  }
}
.cid-uk5nFsDK6m {
  background: #232323;
}
.cid-uk5nFsDK6m .video-block {
  margin: auto;
  width: 100% !important;
  border-radius: 0%!important;
}
@media (max-width: 768px) {
  .cid-uk5nFsDK6m .video-block {
    width: 100% !important;
    border-radius: 0%!important;
  }
}
.cid-uk5nFsSCnF {
  padding-top: 6rem;
  padding-bottom: 6rem;
  background-color: #232323;
}
.cid-uk5nFsSCnF .item-subtitle {
  line-height: 1.2;
  color: #232323;
  text-align: center;
}
.cid-uk5nFsSCnF img,
.cid-uk5nFsSCnF .item-img {
  width: 100%;
  height: 100%;
  height: 400px;
  object-fit: cover;
}
.cid-uk5nFsSCnF .item:focus,
.cid-uk5nFsSCnF span:focus {
  outline: none;
}
.cid-uk5nFsSCnF .item {
  margin-bottom: 2rem;
}
@media (max-width: 767px) {
  .cid-uk5nFsSCnF .item {
    margin-bottom: 1rem;
  }
}
.cid-uk5nFsSCnF .item-wrapper {
  position: relative;
  border-radius: 4px;
  height: 100%;
  display: flex;
  flex-flow: column nowrap;
}
.cid-uk5nFsSCnF .mbr-section-title {
  color: #ffffff;
}
.cid-uk5nFsSCnF .mbr-text,
.cid-uk5nFsSCnF .mbr-section-btn {
  color: #232323;
  text-align: center;
}
.cid-uk5nFsSCnF .item-title {
  color: #ffffff;
  text-align: center;
}
.cid-uk5nFsSCnF .content-head {
  max-width: 800px;
}
.cid-uk5nFtgXLm {
  padding-top: 6rem;
  padding-bottom: 1rem;
  background-image: url("../../../assets/images/white-background-2000x1334.jpeg");
}
.cid-uk5nFtgXLm .mbr-fallback-image.disabled {
  display: none;
}
.cid-uk5nFtgXLm .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uk5nFtybbj {
  background-color: #ffffff;
  padding-top: 0px;
  padding-bottom: 0px;
}
.cid-uk5nFtybbj img {
  object-fit: contain;
  border-radius: 0 !important;
}
.cid-uk5nFtMkIK {
  padding-top: 6rem;
  padding-bottom: 1rem;
  background-color: #232323;
}
.cid-uk5nFtMkIK .mbr-fallback-image.disabled {
  display: none;
}
.cid-uk5nFtMkIK .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uk5nFtMkIK .mbr-section-title {
  color: #ffffff;
}
.cid-uk5nFtMkIK .mbr-section-subtitle {
  color: #ffffff;
}
.cid-uk5nFu9ruK {
  background-color: #ffffff;
  padding-top: 0px;
  padding-bottom: 0px;
}
.cid-uk5nFu9ruK img {
  object-fit: contain;
  border-radius: 0 !important;
}
.cid-uk5nFuowMF {
  display: flex;
}
@media (min-width: 768px) {
  .cid-uk5nFuowMF {
    align-items: flex-end;
  }
  .cid-uk5nFuowMF .row {
    justify-content: flex-start;
  }
  .cid-uk5nFuowMF .content-wrap {
    padding: 1rem 3rem;
  }
}
@media (max-width: 991px) and (min-width: 768px) {
  .cid-uk5nFuowMF .content-wrap {
    min-width: 50%;
  }
}
@media (max-width: 767px) {
  .cid-uk5nFuowMF {
    -webkit-align-items: center;
    align-items: flex-end;
  }
  .cid-uk5nFuowMF .mbr-row {
    -webkit-justify-content: center;
    justify-content: center;
  }
  .cid-uk5nFuowMF .content-wrap {
    width: 100%;
  }
}
.cid-uk5nFuowMF .mbr-fallback-image.disabled {
  display: none;
}
.cid-uk5nFuowMF .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/white-background-2000x1334.jpeg");
}
.cid-uk5nFuowMF .mbr-section-title,
.cid-uk5nFuowMF .mbr-section-subtitle {
  text-align: left;
  color: #ffc091;
}
.cid-uk5nFuowMF .mbr-text,
.cid-uk5nFuowMF .mbr-section-btn {
  text-align: left;
}
.cid-uk5nFuK4hA {
  padding-top: 0rem;
  padding-bottom: 5rem;
  background-color: #232323;
}
.cid-uk5nFuK4hA .item-subtitle {
  line-height: 1.2;
  color: #232323;
  text-align: center;
}
.cid-uk5nFuK4hA img,
.cid-uk5nFuK4hA .item-img {
  width: 100%;
  height: 100%;
  height: 400px;
  object-fit: cover;
}
.cid-uk5nFuK4hA .item:focus,
.cid-uk5nFuK4hA span:focus {
  outline: none;
}
.cid-uk5nFuK4hA .item {
  margin-bottom: 2rem;
}
@media (max-width: 767px) {
  .cid-uk5nFuK4hA .item {
    margin-bottom: 1rem;
  }
}
.cid-uk5nFuK4hA .item-wrapper {
  position: relative;
  border-radius: 4px;
  height: 100%;
  display: flex;
  flex-flow: column nowrap;
}
.cid-uk5nFuK4hA .mbr-section-title {
  color: #232323;
}
.cid-uk5nFuK4hA .mbr-text,
.cid-uk5nFuK4hA .mbr-section-btn {
  color: #ffffff;
  text-align: center;
}
.cid-uk5nFuK4hA .item-title {
  color: #ffffff;
  text-align: center;
}
.cid-uk5nFuK4hA .content-head {
  max-width: 800px;
}
.cid-uk5nFv6AD9 {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-color: #ffffff;
}
.cid-uk5nFv6AD9 .mbr-fallback-image.disabled {
  display: none;
}
.cid-uk5nFv6AD9 .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uk5nFvpppf {
  background-color: #ffffff;
  padding-top: 0px;
  padding-bottom: 0px;
}
.cid-uk5nFvpppf img {
  object-fit: contain;
  border-radius: 0 !important;
}
.cid-uk5nFvJgII {
  padding-top: 1rem;
  padding-bottom: 2rem;
  background-color: #06549d;
}
.cid-uk5nFvJgII .mbr-fallback-image.disabled {
  display: none;
}
.cid-uk5nFvJgII .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uk5nFvJgII .nav-tabs .nav-item.open .nav-link:focus,
.cid-uk5nFvJgII .nav-tabs .nav-link.active:focus {
  outline: none;
}
.cid-uk5nFvJgII .nav-tabs {
  flex-wrap: wrap;
  border-bottom: none;
}
@media (max-width: 767px) {
  .cid-uk5nFvJgII .nav-item {
    width: 100%;
    margin-right: 0 !important;
    text-align: center;
  }
}
.cid-uk5nFvJgII .nav-tabs .nav-item {
  margin-right: 3rem;
  margin-left: 8rem;
}
.cid-uk5nFvJgII .nav-tabs .nav-link {
  transition: padding 0.3s ease, background-color 0.3s ease;
  border: none;
  border-radius: 2rem !important;
  padding: 1.25rem 0!important;
  background-color: transparent!important;
  overflow: hidden!important;
}
.cid-uk5nFvJgII .nav-tabs .nav-link:not(.active) {
  color: #ffffff;
}
.cid-uk5nFvJgII .nav-tabs .nav-link.active {
  color: #06549d !important;
  background-color: #ffffff !important;
  padding: 1.25rem 2rem!important;
}
.cid-uk5nFvJgII .mbr-section-title {
  text-align: center;
  color: #ffffff;
}
.cid-uk5nFvJgII .mbr-section-subtitle {
  text-align: center;
  color: #ffffff;
}
.cid-uk5nFvJgII .mbr-text {
  color: #ffffff;
  margin: 0;
  text-align: center;
}
.cid-uk5nFvJgII .content-head {
  max-width: 800px;
}
.cid-uk5nFvJgII .item-wrapper {
  background-color: #06549d;
  padding: 2.25rem;
}
@media (max-width: 767px) {
  .cid-uk5nFvJgII .item-wrapper {
    padding: 2rem 1.5rem;
  }
}
.cid-uk5nFvJgII img {
  border-radius: 0%!important;
  object-fit: contain;
}
.cid-uk5nFwf4h3 {
  padding-top: 6rem;
  padding-bottom: 1rem;
  background-color: #232323;
}
.cid-uk5nFwf4h3 .mbr-fallback-image.disabled {
  display: none;
}
.cid-uk5nFwf4h3 .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uk5nFwf4h3 .mbr-section-title {
  color: #ffffff;
}
.cid-uk5nFwf4h3 .mbr-section-subtitle {
  color: #ffffff;
}
.cid-uk5nFwAfXx {
  background-color: #ffffff;
  padding-top: 0px;
  padding-bottom: 0px;
}
.cid-uk5nFwAfXx img {
  object-fit: contain;
  border-radius: 0 !important;
}
.cid-uk5nFwP2rf {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-color: #232323;
}
.cid-uk5nFwP2rf .mbr-text {
  color: #000000;
}
.cid-uk5nFwP2rf .mbr-section-subtitle {
  color: #000000;
}
.cid-uk5nFwP2rf .mbr-section-title {
  color: #ffffff;
  text-align: center;
}
.cid-uk5nFwP2rf .mbr-text,
.cid-uk5nFwP2rf .item .mbr-section-btn {
  text-align: left;
}
.cid-uk5nFwP2rf .item-wrapper {
  background: #f7f7f7;
  margin-bottom: 2rem;
  padding: 2.25rem;
}
@media (min-width: 992px) and (max-width: 1200px) {
  .cid-uk5nFwP2rf .item-wrapper {
    padding: 2rem 1.5rem;
    margin-bottom: 2rem;
  }
}
@media (max-width: 767px) {
  .cid-uk5nFwP2rf .item-wrapper {
    padding: 2rem 1.5rem;
    margin-bottom: 1rem;
  }
}
.cid-uduqU6836b {
  padding-top: 2rem;
  padding-bottom: 3rem;
  background-image: url("../../../assets/images/white-background-2000x1334.jpeg");
}
.cid-uduqU6836b .logogree {
  position: relative;
  width: 100%;
}
.cid-uduqU6836b .agree {
  object-position: right;
  width: 40%;
  height: auto;
  object-fit: contain;
  display: block;
  border-radius: 0% !important;
}
.cid-uduqU6836b .mbr-fallback-image.disabled {
  display: none;
}
.cid-uduqU6836b .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uduqU6836b .footer-col {
  justify-content: space-between;
  display: flex;
}
@media (max-width: 767px) {
  .cid-uduqU6836b .footer-col {
    flex-direction: column;
  }
}
.cid-uduqU6836b .row {
  background: #ffffff;
  padding: 4rem 3rem;
  border-radius: 2rem;
  margin: 0px;
}
@media (max-width: 767px) {
  .cid-uduqU6836b .row {
    padding: 2rem 0.5rem;
  }
}
@media (min-width: 768px) and (max-width: 991px) {
  .cid-uduqU6836b .row {
    padding: 2.25rem 1.25rem;
  }
}
@media (min-width: 992px) {
  .cid-uduqU6836b .row {
    padding: 4rem 3rem;
  }
}
@media (max-width: 767px) {
  .cid-uduqU6836b .mbr-section-btn {
    text-align: center;
  }
}
.cid-uduqU6836b .social-row {
  display: flex;
  flex-wrap: wrap;
}
.cid-uduqU6836b .soc-item {
  margin: 8px;
}
.cid-uduqU6836b .soc-item a:hover .mbr-iconfont,
.cid-uduqU6836b .soc-item a:focus .mbr-iconfont {
  background-color: #232323;
}
.cid-uduqU6836b .soc-item a .mbr-iconfont {
  width: 72px;
  height: 72px;
  display: flex;
  align-items: center;
  justify-content: center;
  border-radius: 100%;
  font-size: 20px;
  background-color: #06549d;
  color: #ffffff;
  transition: all 0.3s ease-in-out;
}
@media (max-width: 767px) {
  .cid-uduqU6836b .row {
    text-align: center;
  }
  .cid-uduqU6836b .social-row {
    justify-content: center;
  }
}
.cid-uduqU6836b .list {
  list-style: none;
  padding-left: 0;
  color: #502274;
}
@media (max-width: 991px) {
  .cid-uduqU6836b .list {
    margin-bottom: 2rem;
  }
}
@media (min-width: 992px) {
  .cid-uduqU6836b .list {
    margin-bottom: 0rem;
  }
}
.cid-uduqU6836b .mbr-text {
  color: #bbbbbb;
}
.cid-uduqU6836b .mbr-section-subtitle {
  color: #000000;
  text-align: left;
}
.cid-uduqU6836b .list,
.cid-uduqU6836b .item-wrap {
  color: #232323;
  text-align: left;
}
.cid-uduqU6836b .copyright {
  color: #000000;
  text-align: center;
}
.cid-uduqU6836b H5 {
  text-align: left;
}
.cid-uk5A5aDPIU {
  z-index: 1000;
  width: 100%;
  position: inherit;
}
.cid-uk5A5aDPIU .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 .3s;
}
@media (max-width: 767px) {
  .cid-uk5A5aDPIU .navbar-toggler {
    transform: scale(0.8);
  }
}
.cid-uk5A5aDPIU .navbar-brand {
  flex-shrink: 0;
  align-items: center;
  margin-right: 0;
  padding: 10px 0;
  transition: all 2s;
  word-break: break-word;
  z-index: 1;
}
.cid-uk5A5aDPIU .navbar-brand img {
  max-width: 100%;
  max-height: 100%;
  border-radius: 0px !important;
}
.cid-uk5A5aDPIU .navbar-brand .navbar-caption {
  line-height: inherit !important;
}
.cid-uk5A5aDPIU .navbar-brand .navbar-logo a {
  outline: none;
}
.cid-uk5A5aDPIU .navbar-nav {
  margin: auto;
  margin-left: 0;
  margin-left: auto;
}
.cid-uk5A5aDPIU .navbar-nav .nav-item {
  padding: 0 !important;
  transition: .3s all !important;
}
.cid-uk5A5aDPIU .navbar-nav .nav-item .nav-link {
  padding: 16px !important;
  margin: 0 !important;
  border-radius: 1rem !important;
  transition: .3s all !important;
  border-radius: 4px !important;
}
.cid-uk5A5aDPIU .navbar-nav .nav-item .nav-link:hover {
  background-color: rgba(27, 31, 10, 0.06);
}
.cid-uk5A5aDPIU .navbar-nav .open .nav-link::after {
  transform: rotate(180deg);
}
@media (min-width: 992px) {
  .cid-uk5A5aDPIU .navbar-nav .open .nav-link::before {
    content: "";
    width: 100%;
    height: 20px;
    top: 100%;
    background: transparent;
    position: absolute;
  }
}
.cid-uk5A5aDPIU .navbar-nav .dropdown-item {
  padding: 12px !important;
  border-radius: 0.5rem !important;
  margin: 0 8px !important;
  transition: .3s all !important;
  border-radius: 4px !important;
}
.cid-uk5A5aDPIU .navbar-nav .dropdown-item:hover {
  background-color: rgba(27, 31, 10, 0.06);
}
@media (min-width: 992px) {
  .cid-uk5A5aDPIU .navbar-nav {
    padding-left: 1.5rem;
  }
}
.cid-uk5A5aDPIU .nav-link {
  width: fit-content;
  position: relative;
}
.cid-uk5A5aDPIU .navbar-logo {
  padding-left: 2rem;
  margin: 0 !important;
}
@media (max-width: 767px) {
  .cid-uk5A5aDPIU .navbar-logo {
    padding-left: 1rem;
  }
}
.cid-uk5A5aDPIU .navbar-caption {
  padding-left: 1rem;
  padding-right: .5rem;
}
@media (max-width: 767px) {
  .cid-uk5A5aDPIU .nav-dropdown {
    padding-bottom: 0.5rem;
  }
}
.cid-uk5A5aDPIU .nav-dropdown .link.dropdown-toggle::after {
  margin-left: 0.5rem;
  margin-top: 0.2rem;
  transition: .3s all;
  transition-delay: 300ms;
}
.cid-uk5A5aDPIU .container {
  display: flex;
  height: 90px;
  padding: 0.5rem 0.6rem;
  flex-wrap: nowrap;
  background: rgba(255, 255, 255, 0.9) !important;
  left: 0;
  right: 0;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: flex-end;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  border-radius: 100vw;
  margin-top: 1rem;
  background-color: #ffffff;
  box-shadow: 0 30px 60px 0 rgba(27, 31, 10, 0.08);
  border-radius: 4px !important;
}
@media (max-width: 992px) {
  .cid-uk5A5aDPIU .container {
    padding-right: 2rem;
  }
}
@media (max-width: 767px) {
  .cid-uk5A5aDPIU .container {
    width: 95%;
    height: 56px !important;
    padding-right: 1rem;
    margin-top: 0rem;
  }
}
.cid-uk5A5aDPIU .iconfont-wrapper {
  color: #0c2c68 !important;
  font-size: 1.5rem;
  padding-right: 0.5rem;
}
.cid-uk5A5aDPIU .dropdown-menu {
  flex-wrap: wrap;
  flex-direction: column;
  max-width: 100%;
  padding: 12px 4px !important;
  border-radius: 1.5rem;
  transition: .3s all !important;
  transition-delay: 300ms;
  min-width: auto;
  background: #ffffff;
  background: rgba(255, 255, 255, 0.9) !important;
  border-radius: 4px !important;
}
.cid-uk5A5aDPIU .nav-item:focus,
.cid-uk5A5aDPIU .nav-link:focus {
  outline: none;
}
.cid-uk5A5aDPIU .dropdown .dropdown-menu .dropdown-item {
  width: auto;
  transition: all .3s;
  transition-delay: 300ms;
}
.cid-uk5A5aDPIU .dropdown .dropdown-menu .dropdown-item::after {
  right: 0.5rem;
}
.cid-uk5A5aDPIU .dropdown .dropdown-menu .dropdown-item .mbr-iconfont {
  margin-right: 0.5rem;
  vertical-align: sub;
}
.cid-uk5A5aDPIU .dropdown .dropdown-menu .dropdown-item .mbr-iconfont:before {
  display: inline-block;
  transform: scale(1, 1);
  transition: all .3s;
}
.cid-uk5A5aDPIU .collapsed .dropdown-menu .dropdown-item:before {
  display: none;
}
.cid-uk5A5aDPIU .collapsed .dropdown .dropdown-menu .dropdown-item {
  padding: 0.235em 1.5em 0.235em 1.5em !important;
  transition: none;
  margin: 0 !important;
}
.cid-uk5A5aDPIU .navbar {
  min-height: 90px;
  transition: all 5s;
  border-bottom: 1px solid transparent;
  background: transparent !important;
  padding: 0 !important;
  border: none !important;
  box-shadow: none !important;
  border-radius: 0 !important;
}
.cid-uk5A5aDPIU .navbar.opened {
  transition: all 0.3s;
}
.cid-uk5A5aDPIU .navbar .dropdown-item {
  padding: 0.5rem 1.8rem;
}
.cid-uk5A5aDPIU .navbar .navbar-logo img {
  width: auto;
}
.cid-uk5A5aDPIU .navbar .navbar-collapse {
  z-index: 1;
  justify-content: flex-end;
}
.cid-uk5A5aDPIU .navbar.collapsed {
  justify-content: center;
}
.cid-uk5A5aDPIU .navbar.collapsed .nav-item .nav-link::before {
  display: none;
}
.cid-uk5A5aDPIU .navbar.collapsed.opened .dropdown-menu {
  top: 0;
}
@media (min-width: 992px) {
  .cid-uk5A5aDPIU .navbar.collapsed.opened:not(.navbar-short) .navbar-collapse {
    max-height: calc(98.5vh - 3.4rem);
  }
}
.cid-uk5A5aDPIU .navbar.collapsed .dropdown-menu .dropdown-submenu {
  left: 0 !important;
}
.cid-uk5A5aDPIU .navbar.collapsed .dropdown-menu .dropdown-item:after {
  right: auto;
}
.cid-uk5A5aDPIU .navbar.collapsed .dropdown-menu .dropdown-toggle[data-toggle="dropdown-submenu"]:after {
  margin-left: 0.5rem;
  margin-top: 0.2rem;
  border-top: 0.35em solid;
  border-right: 0.35em solid transparent;
  border-left: 0.35em solid transparent;
  border-bottom: 0;
  top: 41%;
}
.cid-uk5A5aDPIU .navbar.collapsed ul.navbar-nav li {
  margin: auto;
}
.cid-uk5A5aDPIU .navbar.collapsed .dropdown-menu .dropdown-item {
  padding: 0.25rem 0.5rem;
  text-align: center;
}
.cid-uk5A5aDPIU .navbar.collapsed .icons-menu {
  padding-left: 0;
  padding-right: 0;
  padding-top: 0.5rem;
  padding-bottom: 0.5rem;
}
@media (max-width: 767px) {
  .cid-uk5A5aDPIU .navbar {
    min-height: 72px;
  }
  .cid-uk5A5aDPIU .navbar .navbar-logo img {
    height: 2rem !important;
  }
}
@media (max-width: 991px) {
  .cid-uk5A5aDPIU .navbar .nav-item .nav-link::before {
    display: none;
  }
  .cid-uk5A5aDPIU .navbar.opened .dropdown-menu {
    top: 0;
  }
  .cid-uk5A5aDPIU .navbar .dropdown-menu .dropdown-submenu {
    left: 0 !important;
  }
  .cid-uk5A5aDPIU .navbar .dropdown-menu .dropdown-item:after {
    right: auto;
  }
  .cid-uk5A5aDPIU .navbar .dropdown-menu .dropdown-toggle[data-toggle="dropdown-submenu"]:after {
    margin-left: 0.5rem;
    margin-top: 0.2rem;
    border-top: 0.35em solid;
    border-right: 0.35em solid transparent;
    border-left: 0.35em solid transparent;
    border-bottom: 0;
    top: 40%;
  }
  .cid-uk5A5aDPIU .navbar .dropdown-menu .dropdown-item {
    padding: 0.25rem 1.5rem !important;
    text-align: center;
  }
  .cid-uk5A5aDPIU .navbar .navbar-brand {
    flex-shrink: initial;
    flex-basis: auto;
    word-break: break-word;
    padding-right: 10px;
  }
  .cid-uk5A5aDPIU .navbar .navbar-toggler {
    flex-basis: auto;
  }
  .cid-uk5A5aDPIU .navbar .icons-menu {
    padding-left: 0;
    padding-top: 0.5rem;
    padding-bottom: 0.5rem;
  }
}
.cid-uk5A5aDPIU .navbar.navbar-short .navbar-logo img {
  height: 2rem;
}
.cid-uk5A5aDPIU .dropdown-item.active,
.cid-uk5A5aDPIU .dropdown-item:active {
  background-color: transparent;
}
.cid-uk5A5aDPIU .navbar-expand-lg .navbar-nav .nav-link {
  padding: 0;
}
.cid-uk5A5aDPIU .nav-dropdown .link.dropdown-toggle {
  margin-right: 1.667em;
}
.cid-uk5A5aDPIU .nav-dropdown .link.dropdown-toggle[aria-expanded="true"] {
  margin-right: 0;
  padding: 0.667em 1.667em;
}
.cid-uk5A5aDPIU .navbar.navbar-expand-lg .dropdown .dropdown-menu {
  background: #ffffff;
}
.cid-uk5A5aDPIU .navbar.navbar-expand-lg .dropdown .dropdown-menu .dropdown-submenu {
  margin: 0;
  left: 100%;
  transform: none;
  top: -12px;
}
.cid-uk5A5aDPIU .navbar .dropdown.open > .dropdown-menu {
  display: flex;
}
.cid-uk5A5aDPIU ul.navbar-nav {
  flex-wrap: wrap;
}
.cid-uk5A5aDPIU .navbar-buttons {
  text-align: center;
  min-width: 140px;
}
@media (max-width: 992px) {
  .cid-uk5A5aDPIU .navbar-buttons {
    text-align: left;
  }
}
.cid-uk5A5aDPIU button.navbar-toggler {
  outline: none;
  width: 31px;
  height: 20px;
  cursor: pointer;
  transition: all 0.2s;
  position: relative;
  align-self: center;
}
.cid-uk5A5aDPIU button.navbar-toggler .hamburger span {
  position: absolute;
  right: 0;
  width: 30px;
  height: 2px;
  border-right: 5px;
  background-color: #06549d;
}
.cid-uk5A5aDPIU button.navbar-toggler .hamburger span:nth-child(1) {
  top: 0;
  transition: all 0.2s;
}
.cid-uk5A5aDPIU button.navbar-toggler .hamburger span:nth-child(2) {
  top: 8px;
  transition: all 0.15s;
}
.cid-uk5A5aDPIU button.navbar-toggler .hamburger span:nth-child(3) {
  top: 8px;
  transition: all 0.15s;
}
.cid-uk5A5aDPIU button.navbar-toggler .hamburger span:nth-child(4) {
  top: 16px;
  transition: all 0.2s;
}
.cid-uk5A5aDPIU nav.opened .hamburger span:nth-child(1) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-uk5A5aDPIU nav.opened .hamburger span:nth-child(2) {
  transform: rotate(45deg);
  transition: all 0.25s;
}
.cid-uk5A5aDPIU nav.opened .hamburger span:nth-child(3) {
  transform: rotate(-45deg);
  transition: all 0.25s;
}
.cid-uk5A5aDPIU nav.opened .hamburger span:nth-child(4) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-uk5A5aDPIU .navbar-dropdown {
  padding: 0 1rem;
}
.cid-uk5A5aDPIU a.nav-link {
  display: flex;
  align-items: center;
  justify-content: center;
}
.cid-uk5A5aDPIU .icons-menu {
  flex-wrap: nowrap;
  display: flex;
  justify-content: center;
  padding-left: 1rem;
  padding-right: 1rem;
  padding-top: 0.3rem;
  text-align: center;
}
@media (max-width: 992px) {
  .cid-uk5A5aDPIU .icons-menu {
    justify-content: flex-start;
    margin-bottom: .5rem;
  }
}
@media screen and (-ms-high-contrast: active), (-ms-high-contrast: none) {
  .cid-uk5A5aDPIU .navbar {
    height: 70px;
  }
  .cid-uk5A5aDPIU .navbar.opened {
    height: auto;
  }
  .cid-uk5A5aDPIU .nav-item .nav-link:hover::before {
    width: 175%;
    max-width: calc(100% + 2rem);
    left: -1rem;
  }
}
.cid-uk5A5aDPIU .navbar .dropdown > .dropdown-menu {
  display: none;
  width: max-content;
  max-width: 500px !important;
  transform: translateX(-50%);
  top: calc(100% + 20px);
  left: 50%;
}
.cid-uk5A5aDPIU .navbar .dropdown > .dropdown-menu .dropdown-item {
  line-height: 1 !important;
}
.cid-uk5A5aDPIU .navbar .dropdown > .dropdown-menu .dropdown .dropdown-item {
  align-items: center;
  display: flex;
  height: max-content !important;
  min-height: max-content !important;
}
.cid-uk5A5aDPIU .navbar .dropdown > .dropdown-menu .dropdown .dropdown-item::after {
  display: inline-block;
  position: static;
  margin-left: 0.5rem;
  margin-top: 0;
  margin-right: 0;
  margin-bottom: 0;
  transition: .3s all;
  transform: rotate(-90deg);
}
.cid-uk5A5aDPIU .navbar .dropdown > .dropdown-menu .dropdown.open .dropdown-item::after {
  transform: rotate(0deg);
}
.cid-uk5A5aDPIU .mbr-section-btn {
  margin: -0.6rem -0.6rem;
}
.cid-uk5A5aDPIU .navbar-toggler {
  margin-left: 12px;
  margin-right: 8px;
  order: 1000;
}
@media (max-width: 991px) {
  .cid-uk5A5aDPIU .navbar-brand {
    margin-right: auto;
  }
  .cid-uk5A5aDPIU .navbar-collapse {
    z-index: -1 !important;
    position: absolute;
    top: 110%;
    left: 0;
    width: 100%;
    padding: 1rem;
    border-radius: 1.5rem;
    background: #ffffff;
    opacity: 1;
    border-color: rgba(255, 255, 255, 0.9) !important;
    background: rgba(255, 255, 255, 0.9) !important;
    backdrop-filter: blur(8px);
    border-radius: 4px !important;
  }
  .cid-uk5A5aDPIU .navbar-nav .nav-item .nav-link::after {
    margin-left: 10px;
  }
  .cid-uk5A5aDPIU .navbar-nav .dropdown-item:hover {
    background-color: rgba(27, 31, 10, 0.06);
  }
  .cid-uk5A5aDPIU .navbar .dropdown > .dropdown-menu {
    max-width: 100% !important;
    transform: translateX(0);
    top: 10px;
    left: 0;
    padding: 8px !important;
    border-radius: 1rem;
    background-color: rgba(27, 31, 10, 0.04) !important;
  }
  .cid-uk5A5aDPIU .navbar .dropdown > .dropdown-menu .dropdown-item {
    padding: 8px !important;
    line-height: 1 !important;
    margin-bottom: 4px !important;
  }
  .cid-uk5A5aDPIU .navbar .dropdown > .dropdown-menu .dropdown .dropdown-item {
    align-items: center;
    display: flex;
    height: max-content !important;
    min-height: max-content !important;
  }
  .cid-uk5A5aDPIU .navbar .dropdown > .dropdown-menu .dropdown .dropdown-item::after {
    display: inline-block;
    position: static;
    margin-left: 0.5rem;
    margin-top: 0;
    margin-right: 0;
    margin-bottom: 0;
    transition: .3s all;
    transform: rotate(0deg);
  }
  .cid-uk5A5aDPIU .navbar .dropdown > .dropdown-menu .dropdown.open .dropdown-item::after {
    transform: rotate(180deg);
  }
  .cid-uk5A5aDPIU .navbar .dropdown > .dropdown-menu .dropdown-submenu {
    position: static;
    width: 100%;
    max-width: 100% !important;
    transform: translateX(0) !important;
    top: 0;
    left: 0;
    padding: 8px !important;
    border-radius: 1rem;
    background-color: rgba(27, 31, 10, 0.04) !important;
  }
  .cid-uk5A5aDPIU .navbar .dropdown.open > .dropdown-menu {
    display: flex !important;
    flex-direction: column;
    align-items: flex-start;
  }
}
@media (max-width: 575px) {
  .cid-uk5A5aDPIU .navbar-collapse {
    padding: 1rem;
  }
}
.cid-uk5A5aXoAp {
  padding-top: 8rem;
  padding-bottom: 1rem;
  background-color: #06549d;
}
.cid-uk5A5aXoAp .justify-content-center {
  align-items: center;
}
.cid-uk5A5aXoAp .mbr-fallback-image.disabled {
  display: none;
}
.cid-uk5A5aXoAp .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uk5A5aXoAp .item-wrapper {
  display: flex;
  margin-left: auto;
}
@media (max-width: 767px) {
  .cid-uk5A5aXoAp .item-wrapper {
    margin-bottom: 1rem;
  }
}
.cid-uk5A5aXoAp .mbr-section-btn {
  padding-left: 1.5rem;
  text-align: right;
}
@media (max-width: 767px) {
  .cid-uk5A5aXoAp .mbr-section-btn {
    text-align: center;
    padding-left: 0rem;
  }
}
.cid-uk5A5aXoAp .row {
  align-items: center;
}
.cid-uk5A5aXoAp .card-text {
  color: #ffffff;
  margin-bottom: 0px;
  text-align: left;
}
@media (max-width: 767px) {
  .cid-uk5A5aXoAp .card-text {
    text-align: center;
  }
}
.cid-uk5A5b8Dmp {
  padding-top: 2rem;
  padding-bottom: 4rem;
  background-image: url("../../../assets/images/7xm.xyz785453-1224x766.jpg");
}
.cid-uk5A5b8Dmp .content-head {
  max-width: 800px;
}
.cid-uk5A5bmQ92 {
  padding-top: 2rem;
  padding-bottom: 2rem;
  background-color: #ffffff;
}
.cid-uk5A5bmQ92 .content-head {
  max-width: 800px;
}
.cid-uk5A5bmQ92 .w-100 {
  border-radius: 0%!important;
}
.cid-uk5A5bzYND {
  padding-top: 90px;
  padding-bottom: 90px;
  background-color: #ffffff;
}
.cid-uk5A5bzYND .carousel-control {
  background: #000;
}
.cid-uk5A5bzYND .mbr-section-subtitle {
  color: #767676;
}
.cid-uk5A5bzYND .carousel-item {
  -webkit-justify-content: center;
  justify-content: center;
}
.cid-uk5A5bzYND .carousel-item .media-container-row {
  -webkit-flex-grow: 1;
  flex-grow: 1;
}
.cid-uk5A5bzYND .carousel-item .wrap-img {
  text-align: center;
}
.cid-uk5A5bzYND .carousel-item .wrap-img img {
  max-height: 150px;
  width: auto;
  max-width: 100%;
}
.cid-uk5A5bzYND .carousel-controls {
  display: flex;
  -webkit-justify-content: center;
  justify-content: center;
}
.cid-uk5A5bzYND .carousel-controls .carousel-control {
  background: #000;
  border-radius: 50%;
  position: static;
  width: 40px;
  height: 40px;
  margin-top: 2rem;
  border-width: 1px;
}
.cid-uk5A5bzYND .carousel-controls .carousel-control.carousel-control-prev {
  left: auto;
  margin-right: 20px;
  margin-left: 0;
}
.cid-uk5A5bzYND .carousel-controls .carousel-control.carousel-control-next {
  right: auto;
  margin-right: 0;
}
.cid-uk5A5bzYND .carousel-controls .carousel-control .mbr-iconfont {
  font-size: 1rem;
}
.cid-uk5A5bzYND .cloneditem-1,
.cid-uk5A5bzYND .cloneditem-2,
.cid-uk5A5bzYND .cloneditem-3,
.cid-uk5A5bzYND .cloneditem-4,
.cid-uk5A5bzYND .cloneditem-5 {
  display: none;
}
.cid-uk5A5bzYND .col-lg-15 {
  -webkit-box-flex: 0;
  -ms-flex: 0 0 100%;
  -webkit-flex: 0 0 100%;
  flex: 0 0 100%;
  max-width: 100%;
  position: relative;
  min-height: 1px;
  padding-right: 10px;
  padding-left: 10px;
  width: 100%;
}
@media (min-width: 992px) {
  .cid-uk5A5bzYND .col-lg-15 {
    -ms-flex: 0 0 20%;
    -webkit-flex: 0 0 20%;
    flex: 0 0 20%;
    max-width: 20%;
    width: 20%;
  }
  .cid-uk5A5bzYND .carousel-inner.slides2 > .carousel-item.active.carousel-item-right,
  .cid-uk5A5bzYND .carousel-inner.slides2 > .carousel-item.carousel-item-next {
    left: 0;
    -webkit-transform: translate3d(50%, 0, 0);
    transform: translate3d(50%, 0, 0);
  }
  .cid-uk5A5bzYND .carousel-inner.slides2 > .carousel-item.active.carousel-item-left,
  .cid-uk5A5bzYND .carousel-inner.slides2 > .carousel-item.carousel-item-prev {
    left: 0;
    -webkit-transform: translate3d(-50%, 0, 0);
    transform: translate3d(-50%, 0, 0);
  }
  .cid-uk5A5bzYND .carousel-inner.slides2 > .carousel-item.carousel-item-left,
  .cid-uk5A5bzYND .carousel-inner.slides2 > .carousel-item.carousel-item-prev.carousel-item-right,
  .cid-uk5A5bzYND .carousel-inner.slides2 > .carousel-item.active {
    left: 0;
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
  }
  .cid-uk5A5bzYND .carousel-inner.slides2 .cloneditem-1,
  .cid-uk5A5bzYND .carousel-inner.slides2 .cloneditem-2,
  .cid-uk5A5bzYND .carousel-inner.slides2 .cloneditem-3 {
    display: block;
  }
  .cid-uk5A5bzYND .carousel-inner.slides3 > .carousel-item.active.carousel-item-right,
  .cid-uk5A5bzYND .carousel-inner.slides3 > .carousel-item.carousel-item-next {
    left: 0;
    -webkit-transform: translate3d(33.333333%, 0, 0);
    transform: translate3d(33.333333%, 0, 0);
  }
  .cid-uk5A5bzYND .carousel-inner.slides3 > .carousel-item.active.carousel-item-left,
  .cid-uk5A5bzYND .carousel-inner.slides3 > .carousel-item.carousel-item-prev {
    left: 0;
    -webkit-transform: translate3d(-33.333333%, 0, 0);
    transform: translate3d(-33.333333%, 0, 0);
  }
  .cid-uk5A5bzYND .carousel-inner.slides3 > .carousel-item.carousel-item-left,
  .cid-uk5A5bzYND .carousel-inner.slides3 > .carousel-item.carousel-item-prev.carousel-item-right,
  .cid-uk5A5bzYND .carousel-inner.slides3 > .carousel-item.active {
    left: 0;
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
  }
  .cid-uk5A5bzYND .carousel-inner.slides3 .cloneditem-1,
  .cid-uk5A5bzYND .carousel-inner.slides3 .cloneditem-2,
  .cid-uk5A5bzYND .carousel-inner.slides3 .cloneditem-3 {
    display: block;
  }
  .cid-uk5A5bzYND .carousel-inner.slides4 > .carousel-item.active.carousel-item-right,
  .cid-uk5A5bzYND .carousel-inner.slides4 > .carousel-item.carousel-item-next {
    left: 0;
    -webkit-transform: translate3d(25%, 0, 0);
    transform: translate3d(25%, 0, 0);
  }
  .cid-uk5A5bzYND .carousel-inner.slides4 > .carousel-item.active.carousel-item-left,
  .cid-uk5A5bzYND .carousel-inner.slides4 > .carousel-item.carousel-item-prev {
    left: 0;
    -webkit-transform: translate3d(-25%, 0, 0);
    transform: translate3d(-25%, 0, 0);
  }
  .cid-uk5A5bzYND .carousel-inner.slides4 > .carousel-item.carousel-item-left,
  .cid-uk5A5bzYND .carousel-inner.slides4 > .carousel-item.carousel-item-prev.carousel-item-right,
  .cid-uk5A5bzYND .carousel-inner.slides4 > .carousel-item.active {
    left: 0;
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
  }
  .cid-uk5A5bzYND .carousel-inner.slides4 .cloneditem-1,
  .cid-uk5A5bzYND .carousel-inner.slides4 .cloneditem-2,
  .cid-uk5A5bzYND .carousel-inner.slides4 .cloneditem-3 {
    display: block;
  }
  .cid-uk5A5bzYND .carousel-inner.slides5 > .carousel-item.active.carousel-item-right,
  .cid-uk5A5bzYND .carousel-inner.slides5 > .carousel-item.carousel-item-next {
    left: 0;
    -webkit-transform: translate3d(20%, 0, 0);
    transform: translate3d(20%, 0, 0);
  }
  .cid-uk5A5bzYND .carousel-inner.slides5 > .carousel-item.active.carousel-item-left,
  .cid-uk5A5bzYND .carousel-inner.slides5 > .carousel-item.carousel-item-prev {
    left: 0;
    -webkit-transform: translate3d(-20%, 0, 0);
    transform: translate3d(-20%, 0, 0);
  }
  .cid-uk5A5bzYND .carousel-inner.slides5 > .carousel-item.carousel-item-left,
  .cid-uk5A5bzYND .carousel-inner.slides5 > .carousel-item.carousel-item-prev.carousel-item-right,
  .cid-uk5A5bzYND .carousel-inner.slides5 > .carousel-item.active {
    left: 0;
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
  }
  .cid-uk5A5bzYND .carousel-inner.slides5 .cloneditem-1,
  .cid-uk5A5bzYND .carousel-inner.slides5 .cloneditem-2,
  .cid-uk5A5bzYND .carousel-inner.slides5 .cloneditem-3,
  .cid-uk5A5bzYND .carousel-inner.slides5 .cloneditem-4 {
    display: block;
  }
  .cid-uk5A5bzYND .carousel-inner.slides6 > .carousel-item.active.carousel-item-right,
  .cid-uk5A5bzYND .carousel-inner.slides6 > .carousel-item.carousel-item-next {
    left: 0;
    -webkit-transform: translate3d(16.666667%, 0, 0);
    transform: translate3d(16.666667%, 0, 0);
  }
  .cid-uk5A5bzYND .carousel-inner.slides6 > .carousel-item.active.carousel-item-left,
  .cid-uk5A5bzYND .carousel-inner.slides6 > .carousel-item.carousel-item-prev {
    left: 0;
    -webkit-transform: translate3d(-16.666667%, 0, 0);
    transform: translate3d(-16.666667%, 0, 0);
  }
  .cid-uk5A5bzYND .carousel-inner.slides6 > .carousel-item.carousel-item-left,
  .cid-uk5A5bzYND .carousel-inner.slides6 > .carousel-item.carousel-item-prev.carousel-item-right,
  .cid-uk5A5bzYND .carousel-inner.slides6 > .carousel-item.active {
    left: 0;
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
  }
  .cid-uk5A5bzYND .carousel-inner.slides6 .cloneditem-1,
  .cid-uk5A5bzYND .carousel-inner.slides6 .cloneditem-2,
  .cid-uk5A5bzYND .carousel-inner.slides6 .cloneditem-3,
  .cid-uk5A5bzYND .carousel-inner.slides6 .cloneditem-4,
  .cid-uk5A5bzYND .carousel-inner.slides6 .cloneditem-5 {
    display: block;
  }
}
.cid-uk5A5bTEBR {
  background: #232323;
}
.cid-uk5A5bTEBR .video-block {
  margin: auto;
  width: 100% !important;
  border-radius: 0%!important;
}
@media (max-width: 768px) {
  .cid-uk5A5bTEBR .video-block {
    width: 100% !important;
    border-radius: 0%!important;
  }
}
.cid-uk5Dyi8h5b {
  padding-top: 6rem;
  padding-bottom: 6rem;
  background-color: #232323;
}
.cid-uk5Dyi8h5b .item-subtitle {
  line-height: 1.2;
  color: #232323;
  text-align: center;
}
.cid-uk5Dyi8h5b img,
.cid-uk5Dyi8h5b .item-img {
  width: 100%;
  height: 100%;
  height: 400px;
  object-fit: cover;
}
.cid-uk5Dyi8h5b .item:focus,
.cid-uk5Dyi8h5b span:focus {
  outline: none;
}
.cid-uk5Dyi8h5b .item {
  margin-bottom: 2rem;
}
@media (max-width: 767px) {
  .cid-uk5Dyi8h5b .item {
    margin-bottom: 1rem;
  }
}
.cid-uk5Dyi8h5b .item-wrapper {
  position: relative;
  border-radius: 4px;
  height: 100%;
  display: flex;
  flex-flow: column nowrap;
}
.cid-uk5Dyi8h5b .mbr-section-title {
  color: #ffffff;
}
.cid-uk5Dyi8h5b .mbr-text,
.cid-uk5Dyi8h5b .mbr-section-btn {
  color: #232323;
  text-align: center;
}
.cid-uk5Dyi8h5b .item-title {
  color: #ffffff;
  text-align: center;
}
.cid-uk5Dyi8h5b .content-head {
  max-width: 800px;
}
.cid-uk5A5cnu4Z {
  padding-top: 6rem;
  padding-bottom: 1rem;
  background-image: url("../../../assets/images/white-background-2000x1334.jpeg");
}
.cid-uk5A5cnu4Z .mbr-fallback-image.disabled {
  display: none;
}
.cid-uk5A5cnu4Z .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uk5A5cBkoB {
  background-color: #ffffff;
  padding-top: 0px;
  padding-bottom: 0px;
}
.cid-uk5A5cBkoB img {
  object-fit: contain;
  border-radius: 0 !important;
}
.cid-uk5A5cMVvM {
  padding-top: 6rem;
  padding-bottom: 1rem;
  background-color: #232323;
}
.cid-uk5A5cMVvM .mbr-fallback-image.disabled {
  display: none;
}
.cid-uk5A5cMVvM .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uk5A5cMVvM .mbr-section-title {
  color: #ffffff;
}
.cid-uk5A5cMVvM .mbr-section-subtitle {
  color: #ffffff;
}
.cid-uk5A5d02qG {
  background-color: #ffffff;
  padding-top: 0px;
  padding-bottom: 0px;
}
.cid-uk5A5d02qG img {
  object-fit: contain;
  border-radius: 0 !important;
}
.cid-uk5A5dcU0H {
  display: flex;
}
@media (min-width: 768px) {
  .cid-uk5A5dcU0H {
    align-items: flex-end;
  }
  .cid-uk5A5dcU0H .row {
    justify-content: flex-start;
  }
  .cid-uk5A5dcU0H .content-wrap {
    padding: 1rem 3rem;
  }
}
@media (max-width: 991px) and (min-width: 768px) {
  .cid-uk5A5dcU0H .content-wrap {
    min-width: 50%;
  }
}
@media (max-width: 767px) {
  .cid-uk5A5dcU0H {
    -webkit-align-items: center;
    align-items: flex-end;
  }
  .cid-uk5A5dcU0H .mbr-row {
    -webkit-justify-content: center;
    justify-content: center;
  }
  .cid-uk5A5dcU0H .content-wrap {
    width: 100%;
  }
}
.cid-uk5A5dcU0H .mbr-fallback-image.disabled {
  display: none;
}
.cid-uk5A5dcU0H .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/white-background-2000x1334.jpeg");
}
.cid-uk5A5dcU0H .mbr-section-title,
.cid-uk5A5dcU0H .mbr-section-subtitle {
  text-align: left;
  color: #ffc091;
}
.cid-uk5A5dcU0H .mbr-text,
.cid-uk5A5dcU0H .mbr-section-btn {
  text-align: left;
}
.cid-uk5A5dsuaI {
  padding-top: 0rem;
  padding-bottom: 5rem;
  background-color: #232323;
}
.cid-uk5A5dsuaI .item-subtitle {
  line-height: 1.2;
  color: #232323;
  text-align: center;
}
.cid-uk5A5dsuaI img,
.cid-uk5A5dsuaI .item-img {
  width: 100%;
  height: 100%;
  height: 400px;
  object-fit: cover;
}
.cid-uk5A5dsuaI .item:focus,
.cid-uk5A5dsuaI span:focus {
  outline: none;
}
.cid-uk5A5dsuaI .item {
  margin-bottom: 2rem;
}
@media (max-width: 767px) {
  .cid-uk5A5dsuaI .item {
    margin-bottom: 1rem;
  }
}
.cid-uk5A5dsuaI .item-wrapper {
  position: relative;
  border-radius: 4px;
  height: 100%;
  display: flex;
  flex-flow: column nowrap;
}
.cid-uk5A5dsuaI .mbr-section-title {
  color: #232323;
}
.cid-uk5A5dsuaI .mbr-text,
.cid-uk5A5dsuaI .mbr-section-btn {
  color: #ffffff;
  text-align: center;
}
.cid-uk5A5dsuaI .item-title {
  color: #ffffff;
  text-align: center;
}
.cid-uk5A5dsuaI .content-head {
  max-width: 800px;
}
.cid-uk5A5dMY59 {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-color: #ffffff;
}
.cid-uk5A5dMY59 .mbr-fallback-image.disabled {
  display: none;
}
.cid-uk5A5dMY59 .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uk5A5dZfkb {
  background-color: #ffffff;
  padding-top: 0px;
  padding-bottom: 0px;
}
.cid-uk5A5dZfkb img {
  object-fit: contain;
  border-radius: 0 !important;
}
.cid-uk5A5eaTRy {
  padding-top: 1rem;
  padding-bottom: 2rem;
  background-color: #06549d;
}
.cid-uk5A5eaTRy .mbr-fallback-image.disabled {
  display: none;
}
.cid-uk5A5eaTRy .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uk5A5eaTRy .nav-tabs .nav-item.open .nav-link:focus,
.cid-uk5A5eaTRy .nav-tabs .nav-link.active:focus {
  outline: none;
}
.cid-uk5A5eaTRy .nav-tabs {
  flex-wrap: wrap;
  border-bottom: none;
}
@media (max-width: 767px) {
  .cid-uk5A5eaTRy .nav-item {
    width: 100%;
    margin-right: 0 !important;
    text-align: center;
  }
}
.cid-uk5A5eaTRy .nav-tabs .nav-item {
  margin-right: 3rem;
  margin-left: 8rem;
}
.cid-uk5A5eaTRy .nav-tabs .nav-link {
  transition: padding 0.3s ease, background-color 0.3s ease;
  border: none;
  border-radius: 2rem !important;
  padding: 1.25rem 0!important;
  background-color: transparent!important;
  overflow: hidden!important;
}
.cid-uk5A5eaTRy .nav-tabs .nav-link:not(.active) {
  color: #ffffff;
}
.cid-uk5A5eaTRy .nav-tabs .nav-link.active {
  color: #06549d !important;
  background-color: #ffffff !important;
  padding: 1.25rem 2rem!important;
}
.cid-uk5A5eaTRy .mbr-section-title {
  text-align: center;
  color: #ffffff;
}
.cid-uk5A5eaTRy .mbr-section-subtitle {
  text-align: center;
  color: #ffffff;
}
.cid-uk5A5eaTRy .mbr-text {
  color: #ffffff;
  margin: 0;
  text-align: center;
}
.cid-uk5A5eaTRy .content-head {
  max-width: 800px;
}
.cid-uk5A5eaTRy .item-wrapper {
  background-color: #06549d;
  padding: 2.25rem;
}
@media (max-width: 767px) {
  .cid-uk5A5eaTRy .item-wrapper {
    padding: 2rem 1.5rem;
  }
}
.cid-uk5A5eaTRy img {
  border-radius: 0%!important;
  object-fit: contain;
}
.cid-uk5A5ewXym {
  padding-top: 6rem;
  padding-bottom: 1rem;
  background-color: #232323;
}
.cid-uk5A5ewXym .mbr-fallback-image.disabled {
  display: none;
}
.cid-uk5A5ewXym .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uk5A5ewXym .mbr-section-title {
  color: #ffffff;
}
.cid-uk5A5ewXym .mbr-section-subtitle {
  color: #ffffff;
}
.cid-uk5A5eJ1St {
  background-color: #ffffff;
  padding-top: 0px;
  padding-bottom: 0px;
}
.cid-uk5A5eJ1St img {
  object-fit: contain;
  border-radius: 0 !important;
}
.cid-uk5A5eVp0j {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-color: #232323;
}
.cid-uk5A5eVp0j .mbr-text {
  color: #000000;
}
.cid-uk5A5eVp0j .mbr-section-subtitle {
  color: #000000;
}
.cid-uk5A5eVp0j .mbr-section-title {
  color: #ffffff;
  text-align: center;
}
.cid-uk5A5eVp0j .mbr-text,
.cid-uk5A5eVp0j .item .mbr-section-btn {
  text-align: left;
}
.cid-uk5A5eVp0j .item-wrapper {
  background: #f7f7f7;
  margin-bottom: 2rem;
  padding: 2.25rem;
}
@media (min-width: 992px) and (max-width: 1200px) {
  .cid-uk5A5eVp0j .item-wrapper {
    padding: 2rem 1.5rem;
    margin-bottom: 2rem;
  }
}
@media (max-width: 767px) {
  .cid-uk5A5eVp0j .item-wrapper {
    padding: 2rem 1.5rem;
    margin-bottom: 1rem;
  }
}
.cid-uduqU6836b {
  padding-top: 2rem;
  padding-bottom: 3rem;
  background-image: url("../../../assets/images/white-background-2000x1334.jpeg");
}
.cid-uduqU6836b .logogree {
  position: relative;
  width: 100%;
}
.cid-uduqU6836b .agree {
  object-position: right;
  width: 40%;
  height: auto;
  object-fit: contain;
  display: block;
  border-radius: 0% !important;
}
.cid-uduqU6836b .mbr-fallback-image.disabled {
  display: none;
}
.cid-uduqU6836b .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uduqU6836b .footer-col {
  justify-content: space-between;
  display: flex;
}
@media (max-width: 767px) {
  .cid-uduqU6836b .footer-col {
    flex-direction: column;
  }
}
.cid-uduqU6836b .row {
  background: #ffffff;
  padding: 4rem 3rem;
  border-radius: 2rem;
  margin: 0px;
}
@media (max-width: 767px) {
  .cid-uduqU6836b .row {
    padding: 2rem 0.5rem;
  }
}
@media (min-width: 768px) and (max-width: 991px) {
  .cid-uduqU6836b .row {
    padding: 2.25rem 1.25rem;
  }
}
@media (min-width: 992px) {
  .cid-uduqU6836b .row {
    padding: 4rem 3rem;
  }
}
@media (max-width: 767px) {
  .cid-uduqU6836b .mbr-section-btn {
    text-align: center;
  }
}
.cid-uduqU6836b .social-row {
  display: flex;
  flex-wrap: wrap;
}
.cid-uduqU6836b .soc-item {
  margin: 8px;
}
.cid-uduqU6836b .soc-item a:hover .mbr-iconfont,
.cid-uduqU6836b .soc-item a:focus .mbr-iconfont {
  background-color: #232323;
}
.cid-uduqU6836b .soc-item a .mbr-iconfont {
  width: 72px;
  height: 72px;
  display: flex;
  align-items: center;
  justify-content: center;
  border-radius: 100%;
  font-size: 20px;
  background-color: #06549d;
  color: #ffffff;
  transition: all 0.3s ease-in-out;
}
@media (max-width: 767px) {
  .cid-uduqU6836b .row {
    text-align: center;
  }
  .cid-uduqU6836b .social-row {
    justify-content: center;
  }
}
.cid-uduqU6836b .list {
  list-style: none;
  padding-left: 0;
  color: #502274;
}
@media (max-width: 991px) {
  .cid-uduqU6836b .list {
    margin-bottom: 2rem;
  }
}
@media (min-width: 992px) {
  .cid-uduqU6836b .list {
    margin-bottom: 0rem;
  }
}
.cid-uduqU6836b .mbr-text {
  color: #bbbbbb;
}
.cid-uduqU6836b .mbr-section-subtitle {
  color: #000000;
  text-align: left;
}
.cid-uduqU6836b .list,
.cid-uduqU6836b .item-wrap {
  color: #232323;
  text-align: left;
}
.cid-uduqU6836b .copyright {
  color: #000000;
  text-align: center;
}
.cid-uduqU6836b H5 {
  text-align: left;
}
.cid-tJGsCG1vVL {
  z-index: 1000;
  width: 100%;
  position: inherit;
}
.cid-tJGsCG1vVL .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 .3s;
}
@media (max-width: 767px) {
  .cid-tJGsCG1vVL .navbar-toggler {
    transform: scale(0.8);
  }
}
.cid-tJGsCG1vVL .navbar-brand {
  flex-shrink: 0;
  align-items: center;
  margin-right: 0;
  padding: 10px 0;
  transition: all 2s;
  word-break: break-word;
  z-index: 1;
}
.cid-tJGsCG1vVL .navbar-brand img {
  max-width: 100%;
  max-height: 100%;
  border-radius: 0px !important;
}
.cid-tJGsCG1vVL .navbar-brand .navbar-caption {
  line-height: inherit !important;
}
.cid-tJGsCG1vVL .navbar-brand .navbar-logo a {
  outline: none;
}
.cid-tJGsCG1vVL .navbar-nav {
  margin: auto;
  margin-left: 0;
  margin-left: auto;
}
.cid-tJGsCG1vVL .navbar-nav .nav-item {
  padding: 0 !important;
  transition: .3s all !important;
}
.cid-tJGsCG1vVL .navbar-nav .nav-item .nav-link {
  padding: 16px !important;
  margin: 0 !important;
  border-radius: 1rem !important;
  transition: .3s all !important;
  border-radius: 4px !important;
}
.cid-tJGsCG1vVL .navbar-nav .nav-item .nav-link:hover {
  background-color: rgba(27, 31, 10, 0.06);
}
.cid-tJGsCG1vVL .navbar-nav .open .nav-link::after {
  transform: rotate(180deg);
}
@media (min-width: 992px) {
  .cid-tJGsCG1vVL .navbar-nav .open .nav-link::before {
    content: "";
    width: 100%;
    height: 20px;
    top: 100%;
    background: transparent;
    position: absolute;
  }
}
.cid-tJGsCG1vVL .navbar-nav .dropdown-item {
  padding: 12px !important;
  border-radius: 0.5rem !important;
  margin: 0 8px !important;
  transition: .3s all !important;
  border-radius: 4px !important;
}
.cid-tJGsCG1vVL .navbar-nav .dropdown-item:hover {
  background-color: rgba(27, 31, 10, 0.06);
}
@media (min-width: 992px) {
  .cid-tJGsCG1vVL .navbar-nav {
    padding-left: 1.5rem;
  }
}
.cid-tJGsCG1vVL .nav-link {
  width: fit-content;
  position: relative;
}
.cid-tJGsCG1vVL .navbar-logo {
  padding-left: 2rem;
  margin: 0 !important;
}
@media (max-width: 767px) {
  .cid-tJGsCG1vVL .navbar-logo {
    padding-left: 1rem;
  }
}
.cid-tJGsCG1vVL .navbar-caption {
  padding-left: 1rem;
  padding-right: .5rem;
}
@media (max-width: 767px) {
  .cid-tJGsCG1vVL .nav-dropdown {
    padding-bottom: 0.5rem;
  }
}
.cid-tJGsCG1vVL .nav-dropdown .link.dropdown-toggle::after {
  margin-left: 0.5rem;
  margin-top: 0.2rem;
  transition: .3s all;
  transition-delay: 300ms;
}
.cid-tJGsCG1vVL .container {
  display: flex;
  height: 90px;
  padding: 0.5rem 0.6rem;
  flex-wrap: nowrap;
  background: rgba(255, 255, 255, 0.9) !important;
  left: 0;
  right: 0;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: flex-end;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  border-radius: 100vw;
  margin-top: 1rem;
  background-color: #ffffff;
  box-shadow: 0 30px 60px 0 rgba(27, 31, 10, 0.08);
  border-radius: 4px !important;
}
@media (max-width: 992px) {
  .cid-tJGsCG1vVL .container {
    padding-right: 2rem;
  }
}
@media (max-width: 767px) {
  .cid-tJGsCG1vVL .container {
    width: 95%;
    height: 56px !important;
    padding-right: 1rem;
    margin-top: 0rem;
  }
}
.cid-tJGsCG1vVL .iconfont-wrapper {
  color: #0c2c68 !important;
  font-size: 1.5rem;
  padding-right: 0.5rem;
}
.cid-tJGsCG1vVL .dropdown-menu {
  flex-wrap: wrap;
  flex-direction: column;
  max-width: 100%;
  padding: 12px 4px !important;
  border-radius: 1.5rem;
  transition: .3s all !important;
  transition-delay: 300ms;
  min-width: auto;
  background: #ffffff;
  background: rgba(255, 255, 255, 0.9) !important;
  border-radius: 4px !important;
}
.cid-tJGsCG1vVL .nav-item:focus,
.cid-tJGsCG1vVL .nav-link:focus {
  outline: none;
}
.cid-tJGsCG1vVL .dropdown .dropdown-menu .dropdown-item {
  width: auto;
  transition: all .3s;
  transition-delay: 300ms;
}
.cid-tJGsCG1vVL .dropdown .dropdown-menu .dropdown-item::after {
  right: 0.5rem;
}
.cid-tJGsCG1vVL .dropdown .dropdown-menu .dropdown-item .mbr-iconfont {
  margin-right: 0.5rem;
  vertical-align: sub;
}
.cid-tJGsCG1vVL .dropdown .dropdown-menu .dropdown-item .mbr-iconfont:before {
  display: inline-block;
  transform: scale(1, 1);
  transition: all .3s;
}
.cid-tJGsCG1vVL .collapsed .dropdown-menu .dropdown-item:before {
  display: none;
}
.cid-tJGsCG1vVL .collapsed .dropdown .dropdown-menu .dropdown-item {
  padding: 0.235em 1.5em 0.235em 1.5em !important;
  transition: none;
  margin: 0 !important;
}
.cid-tJGsCG1vVL .navbar {
  min-height: 90px;
  transition: all 5s;
  border-bottom: 1px solid transparent;
  background: transparent !important;
  padding: 0 !important;
  border: none !important;
  box-shadow: none !important;
  border-radius: 0 !important;
}
.cid-tJGsCG1vVL .navbar.opened {
  transition: all 0.3s;
}
.cid-tJGsCG1vVL .navbar .dropdown-item {
  padding: 0.5rem 1.8rem;
}
.cid-tJGsCG1vVL .navbar .navbar-logo img {
  width: auto;
}
.cid-tJGsCG1vVL .navbar .navbar-collapse {
  z-index: 1;
  justify-content: flex-end;
}
.cid-tJGsCG1vVL .navbar.collapsed {
  justify-content: center;
}
.cid-tJGsCG1vVL .navbar.collapsed .nav-item .nav-link::before {
  display: none;
}
.cid-tJGsCG1vVL .navbar.collapsed.opened .dropdown-menu {
  top: 0;
}
@media (min-width: 992px) {
  .cid-tJGsCG1vVL .navbar.collapsed.opened:not(.navbar-short) .navbar-collapse {
    max-height: calc(98.5vh - 3.4rem);
  }
}
.cid-tJGsCG1vVL .navbar.collapsed .dropdown-menu .dropdown-submenu {
  left: 0 !important;
}
.cid-tJGsCG1vVL .navbar.collapsed .dropdown-menu .dropdown-item:after {
  right: auto;
}
.cid-tJGsCG1vVL .navbar.collapsed .dropdown-menu .dropdown-toggle[data-toggle="dropdown-submenu"]:after {
  margin-left: 0.5rem;
  margin-top: 0.2rem;
  border-top: 0.35em solid;
  border-right: 0.35em solid transparent;
  border-left: 0.35em solid transparent;
  border-bottom: 0;
  top: 41%;
}
.cid-tJGsCG1vVL .navbar.collapsed ul.navbar-nav li {
  margin: auto;
}
.cid-tJGsCG1vVL .navbar.collapsed .dropdown-menu .dropdown-item {
  padding: 0.25rem 0.5rem;
  text-align: center;
}
.cid-tJGsCG1vVL .navbar.collapsed .icons-menu {
  padding-left: 0;
  padding-right: 0;
  padding-top: 0.5rem;
  padding-bottom: 0.5rem;
}
@media (max-width: 767px) {
  .cid-tJGsCG1vVL .navbar {
    min-height: 72px;
  }
  .cid-tJGsCG1vVL .navbar .navbar-logo img {
    height: 2rem !important;
  }
}
@media (max-width: 991px) {
  .cid-tJGsCG1vVL .navbar .nav-item .nav-link::before {
    display: none;
  }
  .cid-tJGsCG1vVL .navbar.opened .dropdown-menu {
    top: 0;
  }
  .cid-tJGsCG1vVL .navbar .dropdown-menu .dropdown-submenu {
    left: 0 !important;
  }
  .cid-tJGsCG1vVL .navbar .dropdown-menu .dropdown-item:after {
    right: auto;
  }
  .cid-tJGsCG1vVL .navbar .dropdown-menu .dropdown-toggle[data-toggle="dropdown-submenu"]:after {
    margin-left: 0.5rem;
    margin-top: 0.2rem;
    border-top: 0.35em solid;
    border-right: 0.35em solid transparent;
    border-left: 0.35em solid transparent;
    border-bottom: 0;
    top: 40%;
  }
  .cid-tJGsCG1vVL .navbar .dropdown-menu .dropdown-item {
    padding: 0.25rem 1.5rem !important;
    text-align: center;
  }
  .cid-tJGsCG1vVL .navbar .navbar-brand {
    flex-shrink: initial;
    flex-basis: auto;
    word-break: break-word;
    padding-right: 10px;
  }
  .cid-tJGsCG1vVL .navbar .navbar-toggler {
    flex-basis: auto;
  }
  .cid-tJGsCG1vVL .navbar .icons-menu {
    padding-left: 0;
    padding-top: 0.5rem;
    padding-bottom: 0.5rem;
  }
}
.cid-tJGsCG1vVL .navbar.navbar-short .navbar-logo img {
  height: 2rem;
}
.cid-tJGsCG1vVL .dropdown-item.active,
.cid-tJGsCG1vVL .dropdown-item:active {
  background-color: transparent;
}
.cid-tJGsCG1vVL .navbar-expand-lg .navbar-nav .nav-link {
  padding: 0;
}
.cid-tJGsCG1vVL .nav-dropdown .link.dropdown-toggle {
  margin-right: 1.667em;
}
.cid-tJGsCG1vVL .nav-dropdown .link.dropdown-toggle[aria-expanded="true"] {
  margin-right: 0;
  padding: 0.667em 1.667em;
}
.cid-tJGsCG1vVL .navbar.navbar-expand-lg .dropdown .dropdown-menu {
  background: #ffffff;
}
.cid-tJGsCG1vVL .navbar.navbar-expand-lg .dropdown .dropdown-menu .dropdown-submenu {
  margin: 0;
  left: 100%;
  transform: none;
  top: -12px;
}
.cid-tJGsCG1vVL .navbar .dropdown.open > .dropdown-menu {
  display: flex;
}
.cid-tJGsCG1vVL ul.navbar-nav {
  flex-wrap: wrap;
}
.cid-tJGsCG1vVL .navbar-buttons {
  text-align: center;
  min-width: 140px;
}
@media (max-width: 992px) {
  .cid-tJGsCG1vVL .navbar-buttons {
    text-align: left;
  }
}
.cid-tJGsCG1vVL button.navbar-toggler {
  outline: none;
  width: 31px;
  height: 20px;
  cursor: pointer;
  transition: all 0.2s;
  position: relative;
  align-self: center;
}
.cid-tJGsCG1vVL button.navbar-toggler .hamburger span {
  position: absolute;
  right: 0;
  width: 30px;
  height: 2px;
  border-right: 5px;
  background-color: #06549d;
}
.cid-tJGsCG1vVL button.navbar-toggler .hamburger span:nth-child(1) {
  top: 0;
  transition: all 0.2s;
}
.cid-tJGsCG1vVL button.navbar-toggler .hamburger span:nth-child(2) {
  top: 8px;
  transition: all 0.15s;
}
.cid-tJGsCG1vVL button.navbar-toggler .hamburger span:nth-child(3) {
  top: 8px;
  transition: all 0.15s;
}
.cid-tJGsCG1vVL button.navbar-toggler .hamburger span:nth-child(4) {
  top: 16px;
  transition: all 0.2s;
}
.cid-tJGsCG1vVL nav.opened .hamburger span:nth-child(1) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-tJGsCG1vVL nav.opened .hamburger span:nth-child(2) {
  transform: rotate(45deg);
  transition: all 0.25s;
}
.cid-tJGsCG1vVL nav.opened .hamburger span:nth-child(3) {
  transform: rotate(-45deg);
  transition: all 0.25s;
}
.cid-tJGsCG1vVL nav.opened .hamburger span:nth-child(4) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-tJGsCG1vVL .navbar-dropdown {
  padding: 0 1rem;
}
.cid-tJGsCG1vVL a.nav-link {
  display: flex;
  align-items: center;
  justify-content: center;
}
.cid-tJGsCG1vVL .icons-menu {
  flex-wrap: nowrap;
  display: flex;
  justify-content: center;
  padding-left: 1rem;
  padding-right: 1rem;
  padding-top: 0.3rem;
  text-align: center;
}
@media (max-width: 992px) {
  .cid-tJGsCG1vVL .icons-menu {
    justify-content: flex-start;
    margin-bottom: .5rem;
  }
}
@media screen and (-ms-high-contrast: active), (-ms-high-contrast: none) {
  .cid-tJGsCG1vVL .navbar {
    height: 70px;
  }
  .cid-tJGsCG1vVL .navbar.opened {
    height: auto;
  }
  .cid-tJGsCG1vVL .nav-item .nav-link:hover::before {
    width: 175%;
    max-width: calc(100% + 2rem);
    left: -1rem;
  }
}
.cid-tJGsCG1vVL .navbar .dropdown > .dropdown-menu {
  display: none;
  width: max-content;
  max-width: 500px !important;
  transform: translateX(-50%);
  top: calc(100% + 20px);
  left: 50%;
}
.cid-tJGsCG1vVL .navbar .dropdown > .dropdown-menu .dropdown-item {
  line-height: 1 !important;
}
.cid-tJGsCG1vVL .navbar .dropdown > .dropdown-menu .dropdown .dropdown-item {
  align-items: center;
  display: flex;
  height: max-content !important;
  min-height: max-content !important;
}
.cid-tJGsCG1vVL .navbar .dropdown > .dropdown-menu .dropdown .dropdown-item::after {
  display: inline-block;
  position: static;
  margin-left: 0.5rem;
  margin-top: 0;
  margin-right: 0;
  margin-bottom: 0;
  transition: .3s all;
  transform: rotate(-90deg);
}
.cid-tJGsCG1vVL .navbar .dropdown > .dropdown-menu .dropdown.open .dropdown-item::after {
  transform: rotate(0deg);
}
.cid-tJGsCG1vVL .mbr-section-btn {
  margin: -0.6rem -0.6rem;
}
.cid-tJGsCG1vVL .navbar-toggler {
  margin-left: 12px;
  margin-right: 8px;
  order: 1000;
}
@media (max-width: 991px) {
  .cid-tJGsCG1vVL .navbar-brand {
    margin-right: auto;
  }
  .cid-tJGsCG1vVL .navbar-collapse {
    z-index: -1 !important;
    position: absolute;
    top: 110%;
    left: 0;
    width: 100%;
    padding: 1rem;
    border-radius: 1.5rem;
    background: #ffffff;
    opacity: 1;
    border-color: rgba(255, 255, 255, 0.9) !important;
    background: rgba(255, 255, 255, 0.9) !important;
    backdrop-filter: blur(8px);
    border-radius: 4px !important;
  }
  .cid-tJGsCG1vVL .navbar-nav .nav-item .nav-link::after {
    margin-left: 10px;
  }
  .cid-tJGsCG1vVL .navbar-nav .dropdown-item:hover {
    background-color: rgba(27, 31, 10, 0.06);
  }
  .cid-tJGsCG1vVL .navbar .dropdown > .dropdown-menu {
    max-width: 100% !important;
    transform: translateX(0);
    top: 10px;
    left: 0;
    padding: 8px !important;
    border-radius: 1rem;
    background-color: rgba(27, 31, 10, 0.04) !important;
  }
  .cid-tJGsCG1vVL .navbar .dropdown > .dropdown-menu .dropdown-item {
    padding: 8px !important;
    line-height: 1 !important;
    margin-bottom: 4px !important;
  }
  .cid-tJGsCG1vVL .navbar .dropdown > .dropdown-menu .dropdown .dropdown-item {
    align-items: center;
    display: flex;
    height: max-content !important;
    min-height: max-content !important;
  }
  .cid-tJGsCG1vVL .navbar .dropdown > .dropdown-menu .dropdown .dropdown-item::after {
    display: inline-block;
    position: static;
    margin-left: 0.5rem;
    margin-top: 0;
    margin-right: 0;
    margin-bottom: 0;
    transition: .3s all;
    transform: rotate(0deg);
  }
  .cid-tJGsCG1vVL .navbar .dropdown > .dropdown-menu .dropdown.open .dropdown-item::after {
    transform: rotate(180deg);
  }
  .cid-tJGsCG1vVL .navbar .dropdown > .dropdown-menu .dropdown-submenu {
    position: static;
    width: 100%;
    max-width: 100% !important;
    transform: translateX(0) !important;
    top: 0;
    left: 0;
    padding: 8px !important;
    border-radius: 1rem;
    background-color: rgba(27, 31, 10, 0.04) !important;
  }
  .cid-tJGsCG1vVL .navbar .dropdown.open > .dropdown-menu {
    display: flex !important;
    flex-direction: column;
    align-items: flex-start;
  }
}
@media (max-width: 575px) {
  .cid-tJGsCG1vVL .navbar-collapse {
    padding: 1rem;
  }
}
.cid-ulbY5T3djY {
  display: flex;
  padding-top: 8rem;
  padding-bottom: 2rem;
  background-image: url("../../../assets/images/white-background-2000x1334.jpeg");
}
.cid-ulbY5T3djY .mbr-overlay {
  background-color: #ffffff;
  opacity: 0.7;
}
@media (min-width: 768px) {
  .cid-ulbY5T3djY {
    align-items: flex-start;
  }
  .cid-ulbY5T3djY .row {
    justify-content: center;
  }
  .cid-ulbY5T3djY .content-wrap {
    padding: 1rem 3rem;
  }
}
@media (max-width: 991px) and (min-width: 768px) {
  .cid-ulbY5T3djY .content-wrap {
    min-width: 50%;
  }
}
@media (max-width: 767px) {
  .cid-ulbY5T3djY {
    -webkit-align-items: center;
    align-items: flex-start;
  }
  .cid-ulbY5T3djY .mbr-row {
    -webkit-justify-content: center;
    justify-content: center;
  }
  .cid-ulbY5T3djY .content-wrap {
    width: 100%;
  }
}
.cid-ulbY5T3djY .mbr-section-title,
.cid-ulbY5T3djY .mbr-section-subtitle {
  text-align: center;
}
.cid-ulbY5T3djY .mbr-text,
.cid-ulbY5T3djY .mbr-section-btn {
  text-align: center;
  color: #000000;
}
.cid-ulbY5T3djY .mbr-section-title {
  color: #000000;
}
.cid-ulbY6r86d0 {
  padding-top: 6rem;
  padding-bottom: 6rem;
  background-color: #ffffff;
}
.cid-ulbY6r86d0 .mbr-fallback-image.disabled {
  display: none;
}
.cid-ulbY6r86d0 .item-wrapper {
  margin-bottom: 2rem;
  margin-top: 2rem;
}
@media (max-width: 767px) {
  .cid-ulbY6r86d0 .item-wrapper {
    margin-bottom: 1rem;
  }
}
.cid-ulbY6r86d0 .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-ulbY6r86d0 .mbr-iconfont {
  display: inline-flex;
  font-size: 2rem;
  color: #ffffff;
  width: 80px;
  justify-content: center;
  align-items: center;
  background: #06549d;
  height: 80px;
  border-radius: 50%;
}
.cid-ulbY6r86d0 .card-title,
.cid-ulbY6r86d0 .iconfont-wrapper,
.cid-ulbY6r86d0 .card-text {
  color: #000000;
  text-align: center;
}
.cid-ulbY6r86d0 .content-head {
  max-width: 800px;
}
.cid-ulbY6r86d0 .mbr-section-title {
  color: #000000;
}
.cid-ulbY6r86d0 .mbr-section-btn {
  text-align: center;
}
.cid-ulbY6r86d0 .card-text,
.cid-ulbY6r86d0 .mbr-section-btn {
  text-align: left;
}
.cid-ulbY6r86d0 .card-title,
.cid-ulbY6r86d0 .iconfont-wrapper {
  text-align: left;
}
.cid-ulbYkEaILT {
  padding-top: 6rem;
  padding-bottom: 1rem;
  background-image: url("../../../assets/images/white-background-2000x1334.jpeg");
}
.cid-ulbYkEaILT .mbr-fallback-image.disabled {
  display: none;
}
.cid-ulbYkEaILT .item-wrapper img {
  width: 80px;
  height: 80px;
  object-fit: cover;
  border-radius: 50% !important;
}
.cid-ulbYkEaILT .item-mb {
  margin-bottom: 2rem;
}
@media (max-width: 767px) {
  .cid-ulbYkEaILT .item-mb {
    margin-bottom: 1rem;
  }
}
.cid-ulbYkEaILT .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-ulbYkEaILT .item-wrapper {
  background: #ffffff;
  padding: 2.25rem;
  height: 100%;
}
@media (min-width: 992px) and (max-width: 1200px) {
  .cid-ulbYkEaILT .item-wrapper {
    padding: 2rem 1.5rem;
  }
}
@media (max-width: 767px) {
  .cid-ulbYkEaILT .item-wrapper {
    padding: 2rem 1.5rem;
  }
}
.cid-ulbYkEaILT .card-title,
.cid-ulbYkEaILT .iconfont-wrapper {
  color: #000000;
}
.cid-ulbYkEaILT .card-text {
  color: #000000;
}
.cid-ulbYkEaILT .content-head {
  max-width: 800px;
}
.cid-ulbYkEaILT .mbr-section-title {
  color: #000000;
}
.cid-ulbYkEaILT .card-text,
.cid-ulbYkEaILT .mbr-section-btn {
  text-align: left;
}
.cid-ulc2za7mu0 {
  padding-top: 2rem;
  padding-bottom: 6rem;
  background-image: url("../../../assets/images/white-background-2000x1334.jpeg");
}
.cid-ulc2za7mu0 .mbr-fallback-image.disabled {
  display: none;
}
.cid-ulc2za7mu0 .item-wrapper img {
  width: 80px;
  height: 80px;
  object-fit: cover;
  border-radius: 50% !important;
}
.cid-ulc2za7mu0 .item-mb {
  margin-bottom: 2rem;
}
@media (max-width: 767px) {
  .cid-ulc2za7mu0 .item-mb {
    margin-bottom: 1rem;
  }
}
.cid-ulc2za7mu0 .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-ulc2za7mu0 .item-wrapper {
  background: #ffffff;
  padding: 2.25rem;
  height: 100%;
}
@media (min-width: 992px) and (max-width: 1200px) {
  .cid-ulc2za7mu0 .item-wrapper {
    padding: 2rem 1.5rem;
  }
}
@media (max-width: 767px) {
  .cid-ulc2za7mu0 .item-wrapper {
    padding: 2rem 1.5rem;
  }
}
.cid-ulc2za7mu0 .card-title,
.cid-ulc2za7mu0 .iconfont-wrapper {
  color: #000000;
}
.cid-ulc2za7mu0 .card-text {
  color: #000000;
}
.cid-ulc2za7mu0 .content-head {
  max-width: 800px;
}
.cid-ulc2za7mu0 .mbr-section-title {
  color: #000000;
}
.cid-ulc2za7mu0 .card-text,
.cid-ulc2za7mu0 .mbr-section-btn {
  text-align: left;
}
.cid-ulc4gcQCT0 {
  padding-top: 90px;
  padding-bottom: 90px;
  background-image: url("../../../assets/images/7xm.xyz737123-1-1224x816.jpg");
}
.cid-ulc4gcQCT0 .showAlerts {
  display: block !important;
}
.cid-ulc4gcQCT0 .rowflexrev {
  display: -webkit-flex;
}
.cid-ulc4gcQCT0 .ws-form-alerts {
  margin-top: 1rem;
}
.cid-ulc4gcQCT0 .title {
  margin-bottom: 2rem;
}
.cid-ulc4gcQCT0 .mbr-section-subtitle {
  color: #000000;
}
.cid-ulc4gcQCT0 textarea.form-control {
  min-height: 188px;
}
.cid-ulc4gcQCT0 LABEL {
  color: #232323;
  display: initial;
}
.cid-ulc4gcQCT0 .mbr-section-terms {
  text-align: center;
  color: #232323;
  margin-bottom: 0px;
}
.cid-ulc4gcQCT0 .mbr-section-labels {
  color: #232323;
  padding: 0;
  margin-bottom: .357em;
  text-align: left;
}
.cid-ulc4gcQCT0 .mbr-section-autorespond {
  text-align: left;
  color: #232323;
  margin-bottom: 0px;
}
.cid-ulc4gcQCT0 .mbr-section-gdpr {
  text-align: left;
  color: #232323;
  margin-bottom: 0px;
}
.cid-ulc4gcQCT0 .alert {
  margin-bottom: 0;
}
.cid-ulc4gcQCT0 .alert-success {
  background-color: #70c770;
}
.cid-ulc4gcQCT0 .alert-danger {
  background-color: #ff4a52;
}
.cid-ulc4gcQCT0 .btn {
  display: inline-flex;
}
.cid-ulc4gcQCT0 .mbr-alert-success {
  text-align: left;
  color: #ffffff;
}
.cid-ulc4gcQCT0 .mbr-alert-danger {
  text-align: left;
  color: #ffffff;
}
.cid-ulc4gcQCT0 input,
.cid-ulc4gcQCT0 option,
.cid-ulc4gcQCT0 textarea {
  color: #000000;
}
.cid-uj9GEXWQPX {
  padding-top: 6rem;
  padding-bottom: 6rem;
  background-image: url("../../../assets/images/7xm.xyz737123-3-1224x816.jpeg");
}
.cid-uj9GEXWQPX .social-row {
  display: flex;
  justify-content: center;
  align-items: center;
  flex-wrap: wrap;
}
.cid-uj9GEXWQPX .social-row .soc-item {
  margin: 8px;
}
.cid-uj9GEXWQPX .social-row .soc-item a:hover .mbr-iconfont,
.cid-uj9GEXWQPX .social-row .soc-item a:focus .mbr-iconfont {
  background-color: #fb7300;
}
.cid-uj9GEXWQPX .social-row .soc-item a .mbr-iconfont {
  width: 72px;
  height: 72px;
  display: flex;
  align-items: center;
  justify-content: center;
  border-radius: 100%;
  font-size: 32px;
  background-color: #06549d;
  color: #ffffff;
  transition: all 0.3s ease-in-out;
}
.cid-uj9GEXWQPX .row-links {
  width: 100%;
  justify-content: center;
}
.cid-uj9GEXWQPX .mbr-section-title {
  color: #ffffff;
}
.cid-uj9GEXWQPX .mbr-section-title,
.cid-uj9GEXWQPX .social-list {
  color: #ffffff;
}
.cid-ulc4bHJbrO {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background: #06549d;
}
.cid-ulc4bHJbrO .mbr-fallback-image.disabled {
  display: none;
}
.cid-ulc4bHJbrO .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-ulc4bHJbrO .row .map-wrapper {
    margin-top: 2rem;
  }
}
@media (max-width: 767px) {
  .cid-ulc4bHJbrO .row .map-wrapper {
    margin-top: 1rem;
  }
}
.cid-ulc4bHJbrO .google-map {
  height: 100%;
  position: relative;
}
.cid-ulc4bHJbrO .google-map iframe {
  height: 100%;
  width: 100%;
}
@media (max-width: 992px) {
  .cid-ulc4bHJbrO .google-map iframe {
    min-height: 350px;
  }
}
.cid-ulc4bHJbrO .google-map [data-state-details] {
  color: #6b6763;
  height: 1.5em;
  margin-top: -0.75em;
  padding-left: 1.25rem;
  padding-right: 1.25rem;
  position: absolute;
  text-align: center;
  top: 50%;
  width: 100%;
}
.cid-ulc4bHJbrO .google-map[data-state] {
  background: #e9e5dc;
}
.cid-ulc4bHJbrO .google-map[data-state="loading"] [data-state-details] {
  display: none;
}
.cid-ulc4bHJbrO .card-wrapper {
  padding: 2.25rem;
  background: #ffffff;
}
@media (min-width: 992px) and (max-width: 1200px) {
  .cid-ulc4bHJbrO .card-wrapper {
    padding: 1.5rem;
  }
}
@media (max-width: 767px) {
  .cid-ulc4bHJbrO .card-wrapper {
    padding: 2rem 1.5rem;
  }
}
.cid-ulc4bHJbrO ul {
  list-style-type: none;
  padding: 0;
  margin: 0;
}
.cid-ulc4bHJbrO .content-head {
  max-width: 800px;
}
.cid-ulc4bHJbrO .mbr-section-title {
  color: #ffffff;
}
.cid-uduqU6836b {
  padding-top: 2rem;
  padding-bottom: 3rem;
  background-image: url("../../../assets/images/white-background-2000x1334.jpeg");
}
.cid-uduqU6836b .logogree {
  position: relative;
  width: 100%;
}
.cid-uduqU6836b .agree {
  object-position: right;
  width: 40%;
  height: auto;
  object-fit: contain;
  display: block;
  border-radius: 0% !important;
}
.cid-uduqU6836b .mbr-fallback-image.disabled {
  display: none;
}
.cid-uduqU6836b .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uduqU6836b .footer-col {
  justify-content: space-between;
  display: flex;
}
@media (max-width: 767px) {
  .cid-uduqU6836b .footer-col {
    flex-direction: column;
  }
}
.cid-uduqU6836b .row {
  background: #ffffff;
  padding: 4rem 3rem;
  border-radius: 2rem;
  margin: 0px;
}
@media (max-width: 767px) {
  .cid-uduqU6836b .row {
    padding: 2rem 0.5rem;
  }
}
@media (min-width: 768px) and (max-width: 991px) {
  .cid-uduqU6836b .row {
    padding: 2.25rem 1.25rem;
  }
}
@media (min-width: 992px) {
  .cid-uduqU6836b .row {
    padding: 4rem 3rem;
  }
}
@media (max-width: 767px) {
  .cid-uduqU6836b .mbr-section-btn {
    text-align: center;
  }
}
.cid-uduqU6836b .social-row {
  display: flex;
  flex-wrap: wrap;
}
.cid-uduqU6836b .soc-item {
  margin: 8px;
}
.cid-uduqU6836b .soc-item a:hover .mbr-iconfont,
.cid-uduqU6836b .soc-item a:focus .mbr-iconfont {
  background-color: #232323;
}
.cid-uduqU6836b .soc-item a .mbr-iconfont {
  width: 72px;
  height: 72px;
  display: flex;
  align-items: center;
  justify-content: center;
  border-radius: 100%;
  font-size: 20px;
  background-color: #06549d;
  color: #ffffff;
  transition: all 0.3s ease-in-out;
}
@media (max-width: 767px) {
  .cid-uduqU6836b .row {
    text-align: center;
  }
  .cid-uduqU6836b .social-row {
    justify-content: center;
  }
}
.cid-uduqU6836b .list {
  list-style: none;
  padding-left: 0;
  color: #502274;
}
@media (max-width: 991px) {
  .cid-uduqU6836b .list {
    margin-bottom: 2rem;
  }
}
@media (min-width: 992px) {
  .cid-uduqU6836b .list {
    margin-bottom: 0rem;
  }
}
.cid-uduqU6836b .mbr-text {
  color: #bbbbbb;
}
.cid-uduqU6836b .mbr-section-subtitle {
  color: #000000;
  text-align: left;
}
.cid-uduqU6836b .list,
.cid-uduqU6836b .item-wrap {
  color: #232323;
  text-align: left;
}
.cid-uduqU6836b .copyright {
  color: #000000;
  text-align: center;
}
.cid-uduqU6836b H5 {
  text-align: left;
}
