@charset "UTF-8";
section {
  background-color: #f6f2f0;
}

body {
  font-style: normal;
  line-height: 1.5;
  font-weight: 400;
  color: #232323;
  position: relative;
}

button {
  background-color: transparent;
  border-color: transparent;
}

section,
.container,
.container-fluid {
  position: relative;
  word-wrap: break-word;
}

a.mbr-iconfont:hover {
  text-decoration: none;
}

.article .lead p,
.article .lead ul,
.article .lead ol,
.article .lead pre,
.article .lead blockquote {
  margin-bottom: 0;
}

a {
  font-style: normal;
  font-weight: 400;
  cursor: pointer;
}
a, a:hover {
  text-decoration: none;
}

.mbr-section-title {
  font-style: normal;
  line-height: 1.3;
}

.mbr-section-subtitle {
  line-height: 1.3;
}

.mbr-text {
  font-style: normal;
  line-height: 1.7;
}

h1,
h2,
h3,
h4,
h5,
h6,
.display-1,
.display-2,
.display-4,
.display-5,
.display-7,
span,
p,
a {
  line-height: 1;
  word-break: break-word;
  word-wrap: break-word;
  font-weight: 400;
}

b,
strong {
  font-weight: bold;
}

input:-webkit-autofill, input:-webkit-autofill:hover, input:-webkit-autofill:focus, input:-webkit-autofill:active {
  transition-delay: 9999s;
  -webkit-transition-property: background-color, color;
  transition-property: background-color, color;
}

textarea[type=hidden] {
  display: none;
}

section {
  background-position: 50% 50%;
  background-repeat: no-repeat;
  background-size: cover;
}
section .mbr-background-video,
section .mbr-background-video-preview {
  position: absolute;
  bottom: 0;
  left: 0;
  right: 0;
  top: 0;
}

.hidden {
  visibility: hidden;
}

.mbr-z-index20 {
  z-index: 20;
}

/*! Base colors */
.mbr-white {
  color: #ffffff;
}

.mbr-black {
  color: #111111;
}

.mbr-bg-white {
  background-color: #ffffff;
}

.mbr-bg-black {
  background-color: #000000;
}

/*! Text-aligns */
.align-left {
  text-align: left;
}

.align-center {
  text-align: center;
}

.align-right {
  text-align: right;
}

/*! Font-weight  */
.mbr-light {
  font-weight: 300;
}

.mbr-regular {
  font-weight: 400;
}

.mbr-semibold {
  font-weight: 500;
}

.mbr-bold {
  font-weight: 700;
}

/*! Media  */
.media-content {
  flex-basis: 100%;
}

.media-container-row {
  display: flex;
  flex-direction: row;
  flex-wrap: wrap;
  justify-content: center;
  align-content: center;
  align-items: start;
}
.media-container-row .media-size-item {
  width: 400px;
}

.media-container-column {
  display: flex;
  flex-direction: column;
  flex-wrap: wrap;
  justify-content: center;
  align-content: center;
  align-items: stretch;
}
.media-container-column > * {
  width: 100%;
}

@media (min-width: 992px) {
  .media-container-row {
    flex-wrap: nowrap;
  }
}
figure {
  margin-bottom: 0;
  overflow: hidden;
}

figure[mbr-media-size] {
  transition: width 0.1s;
}

img,
iframe {
  display: block;
  width: 100%;
}

.card {
  background-color: transparent;
  border: none;
}

.card-box {
  width: 100%;
}

.card-img {
  text-align: center;
  flex-shrink: 0;
  -webkit-flex-shrink: 0;
}

.media {
  max-width: 100%;
  margin: 0 auto;
}

.mbr-figure {
  align-self: center;
}

.media-container > div {
  max-width: 100%;
}

.mbr-figure img,
.card-img img {
  width: 100%;
}

@media (max-width: 991px) {
  .media-size-item {
    width: auto !important;
  }

  .media {
    width: auto;
  }

  .mbr-figure {
    width: 100% !important;
  }
}
/*! Buttons */
.mbr-section-btn {
  margin-left: -0.6rem;
  margin-right: -0.6rem;
  font-size: 0;
}

.btn {
  font-weight: 600;
  border-width: 1px;
  font-style: normal;
  margin: 0.6rem 0.6rem;
  white-space: normal;
  transition: all 0.2s ease-in-out;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  word-break: break-word;
}

.btn-sm {
  font-weight: 600;
  letter-spacing: 0px;
  transition: all 0.3s ease-in-out;
}

.btn-md {
  font-weight: 600;
  letter-spacing: 0px;
  transition: all 0.3s ease-in-out;
}

.btn-lg {
  font-weight: 600;
  letter-spacing: 0px;
  transition: all 0.3s ease-in-out;
}

.btn-form {
  margin: 0;
}
.btn-form:hover {
  cursor: pointer;
}

nav .mbr-section-btn {
  margin-left: 0rem;
  margin-right: 0rem;
}

/*! Btn icon margin */
.btn .mbr-iconfont,
.btn.btn-sm .mbr-iconfont {
  order: 1;
  cursor: pointer;
  margin-left: 0.5rem;
  vertical-align: sub;
}

.btn.btn-md .mbr-iconfont,
.btn.btn-md .mbr-iconfont {
  margin-left: 0.8rem;
}

.mbr-regular {
  font-weight: 400;
}

.mbr-semibold {
  font-weight: 500;
}

.mbr-bold {
  font-weight: 700;
}

[type=submit] {
  -webkit-appearance: none;
}

/*! Full-screen */
.mbr-fullscreen .mbr-overlay {
  min-height: 100vh;
}

.mbr-fullscreen {
  display: flex;
  display: -moz-flex;
  display: -ms-flex;
  display: -o-flex;
  align-items: center;
  min-height: 100vh;
  padding-top: 3rem;
  padding-bottom: 3rem;
}

/*! Map */
.map {
  height: 25rem;
  position: relative;
}
.map iframe {
  width: 100%;
  height: 100%;
}

/*! Scroll to top arrow */
.mbr-arrow-up {
  bottom: 25px;
  right: 90px;
  position: fixed;
  text-align: right;
  z-index: 5000;
  color: #ffffff;
  font-size: 22px;
}

.mbr-arrow-up a {
  background: rgba(0, 0, 0, 0.2);
  border-radius: 50%;
  color: #fff;
  display: inline-block;
  height: 60px;
  width: 60px;
  border: 2px solid #fff;
  outline-style: none !important;
  position: relative;
  text-decoration: none;
  transition: all 0.3s ease-in-out;
  cursor: pointer;
  text-align: center;
}
.mbr-arrow-up a:hover {
  background-color: rgba(0, 0, 0, 0.4);
}
.mbr-arrow-up a i {
  line-height: 60px;
}

.mbr-arrow-up-icon {
  display: block;
  color: #fff;
}

.mbr-arrow-up-icon::before {
  content: "›";
  display: inline-block;
  font-family: serif;
  font-size: 22px;
  line-height: 1;
  font-style: normal;
  position: relative;
  top: 6px;
  left: -4px;
  transform: rotate(-90deg);
}

/*! Arrow Down */
.mbr-arrow {
  position: absolute;
  bottom: 45px;
  left: 50%;
  width: 60px;
  height: 60px;
  cursor: pointer;
  background-color: rgba(80, 80, 80, 0.5);
  border-radius: 50%;
  transform: translateX(-50%);
}
@media (max-width: 767px) {
  .mbr-arrow {
    display: none;
  }
}
.mbr-arrow > a {
  display: inline-block;
  text-decoration: none;
  outline-style: none;
  -webkit-animation: arrowdown 1.7s ease-in-out infinite;
          animation: arrowdown 1.7s ease-in-out infinite;
  color: #ffffff;
}
.mbr-arrow > a > i {
  position: absolute;
  top: -2px;
  left: 15px;
  font-size: 2rem;
}

#scrollToTop a i::before {
  content: "";
  position: absolute;
  display: block;
  border-bottom: 2.5px solid #fff;
  border-left: 2.5px solid #fff;
  width: 27.8%;
  height: 27.8%;
  left: 50%;
  top: 51%;
  transform: translateY(-30%) translateX(-50%) rotate(135deg);
}

@keyframes arrowdown {
  0% {
    transform: translateY(0px);
  }
  50% {
    transform: translateY(-5px);
  }
  100% {
    transform: translateY(0px);
  }
}
@-webkit-keyframes arrowdown {
  0% {
    transform: translateY(0px);
  }
  50% {
    transform: translateY(-5px);
  }
  100% {
    transform: translateY(0px);
  }
}
@media (max-width: 500px) {
  .mbr-arrow-up {
    left: 0;
    right: 0;
    text-align: center;
  }
}
/*Gradients animation*/
@keyframes gradient-animation {
  from {
    background-position: 0% 100%;
    -webkit-animation-timing-function: ease-in-out;
            animation-timing-function: ease-in-out;
  }
  to {
    background-position: 100% 0%;
    -webkit-animation-timing-function: ease-in-out;
            animation-timing-function: ease-in-out;
  }
}
@-webkit-keyframes gradient-animation {
  from {
    background-position: 0% 100%;
    -webkit-animation-timing-function: ease-in-out;
            animation-timing-function: ease-in-out;
  }
  to {
    background-position: 100% 0%;
    -webkit-animation-timing-function: ease-in-out;
            animation-timing-function: ease-in-out;
  }
}
.bg-gradient {
  background-size: 200% 200%;
  animation: gradient-animation 5s infinite alternate;
  -webkit-animation: gradient-animation 5s infinite alternate;
}

.menu .navbar-brand {
  display: -webkit-flex;
}
.menu .navbar-brand span {
  display: flex;
  display: -webkit-flex;
}
.menu .navbar-brand .navbar-caption-wrap {
  display: -webkit-flex;
}
.menu .navbar-brand .navbar-logo img {
  display: -webkit-flex;
  width: auto;
}
@media (min-width: 768px) and (max-width: 991px) {
  .menu .navbar-toggleable-sm .navbar-nav {
    display: -ms-flexbox;
  }
}
@media (max-width: 991px) {
  .menu .navbar-collapse {
    max-height: 93.5vh;
  }
  .menu .navbar-collapse.show {
    overflow: auto;
  }
}
@media (min-width: 992px) {
  .menu .navbar-nav.nav-dropdown {
    display: -webkit-flex;
  }
  .menu .navbar-toggleable-sm .navbar-collapse {
    display: -webkit-flex !important;
  }
  .menu .collapsed .navbar-collapse {
    max-height: 93.5vh;
  }
  .menu .collapsed .navbar-collapse.show {
    overflow: auto;
  }
}
@media (max-width: 767px) {
  .menu .navbar-collapse {
    max-height: 80vh;
  }
}

.nav-link .mbr-iconfont {
  margin-right: 0.5rem;
}

.navbar {
  display: -webkit-flex;
  -webkit-flex-wrap: wrap;
  -webkit-align-items: center;
  -webkit-justify-content: space-between;
}

.navbar-collapse {
  -webkit-flex-basis: 100%;
  -webkit-flex-grow: 1;
  -webkit-align-items: center;
}

.nav-dropdown .link {
  padding: 0.667em 1.667em !important;
  margin: 0 !important;
}

.nav {
  display: -webkit-flex;
  -webkit-flex-wrap: wrap;
}

.row {
  display: -webkit-flex;
  -webkit-flex-wrap: wrap;
}

.justify-content-center {
  -webkit-justify-content: center;
}

.form-inline {
  display: -webkit-flex;
}

.card-wrapper {
  -webkit-flex: 1;
}

.carousel-control {
  z-index: 10;
  display: -webkit-flex;
}

.carousel-controls {
  display: -webkit-flex;
}

.media {
  display: -webkit-flex;
}

.form-group:focus {
  outline: none;
}

.jq-selectbox__select {
  padding: 7px 0;
  position: relative;
}

.jq-selectbox__dropdown {
  overflow: hidden;
  border-radius: 10px;
  position: absolute;
  top: 100%;
  left: 0 !important;
  width: 100% !important;
}

.jq-selectbox__trigger-arrow {
  right: 0;
  transform: translateY(-50%);
}

.jq-selectbox li {
  padding: 1.07em 0.5em;
}

input[type=range] {
  padding-left: 0 !important;
  padding-right: 0 !important;
}

.modal-dialog,
.modal-content {
  height: 100%;
}

.modal-dialog .carousel-inner {
  height: calc(100vh - 1.75rem);
}
@media (max-width: 575px) {
  .modal-dialog .carousel-inner {
    height: calc(100vh - 1rem);
  }
}

.carousel-item {
  text-align: center;
}

.carousel-item img {
  margin: auto;
}

.navbar-toggler {
  align-self: flex-start;
  padding: 0.25rem 0.75rem;
  font-size: 1.25rem;
  line-height: 1;
  background: transparent;
  border: 1px solid transparent;
  border-radius: 0.25rem;
}

.navbar-toggler:focus,
.navbar-toggler:hover {
  text-decoration: none;
  box-shadow: none;
}

.navbar-toggler-icon {
  display: inline-block;
  width: 1.5em;
  height: 1.5em;
  vertical-align: middle;
  content: "";
  background: no-repeat center center;
  background-size: 100% 100%;
}

.navbar-toggler-left {
  position: absolute;
  left: 1rem;
}

.navbar-toggler-right {
  position: absolute;
  right: 1rem;
}

.card-img {
  width: auto;
}

.menu .navbar.collapsed:not(.beta-menu) {
  flex-direction: column;
}

.carousel-item.active,
.carousel-item-next,
.carousel-item-prev {
  display: flex;
}

.note-air-layout .dropup .dropdown-menu,
.note-air-layout .navbar-fixed-bottom .dropdown .dropdown-menu {
  bottom: initial !important;
}

html,
body {
  height: auto;
  min-height: 100vh;
}

.dropup .dropdown-toggle::after {
  display: none;
}

.form-asterisk {
  font-family: initial;
  position: absolute;
  top: -2px;
  font-weight: normal;
}

.form-control-label {
  position: relative;
  cursor: pointer;
  margin-bottom: 0.357em;
  padding: 0;
}

.alert {
  color: #ffffff;
  border-radius: 0;
  border: 0;
  font-size: 1.1rem;
  line-height: 1.5;
  margin-bottom: 1.875rem;
  padding: 1.25rem;
  position: relative;
  text-align: center;
}
.alert.alert-form::after {
  background-color: inherit;
  bottom: -7px;
  content: "";
  display: block;
  height: 14px;
  left: 50%;
  margin-left: -7px;
  position: absolute;
  transform: rotate(45deg);
  width: 14px;
}

.form-control {
  background-color: #ffffff;
  background-clip: border-box;
  color: #232323;
  line-height: 1rem !important;
  height: auto;
  padding: 0.6rem 1.2rem;
  transition: border-color 0.25s ease 0s;
  border: 1px solid transparent !important;
  border-radius: 4px;
  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;
}
.form-active .form-control:invalid {
  border-color: red;
}

form .row {
  margin-left: -0.6rem;
  margin-right: -0.6rem;
}
form .row [class*=col] {
  padding-left: 0.6rem;
  padding-right: 0.6rem;
}

form .mbr-section-btn {
  margin: 0;
  padding-left: 0.6rem;
  padding-right: 0.6rem;
}

form .btn {
  display: flex;
  padding: 0.6rem 1.2rem;
  margin: 0;
}

form .form-check-input {
  margin-top: 0.5;
}

textarea.form-control {
  line-height: 1.5rem !important;
}

.form-group {
  margin-bottom: 1.2rem;
}

.form-control,
form .btn {
  min-height: 48px;
}

.gdpr-block label span.textGDPR input[name=gdpr] {
  top: 7px;
}

.form-control:focus {
  box-shadow: none;
}

:focus {
  outline: none;
}

.mbr-overlay {
  background-color: #000;
  bottom: 0;
  left: 0;
  opacity: 0.5;
  position: absolute;
  right: 0;
  top: 0;
  z-index: 0;
  pointer-events: none;
}

blockquote {
  font-style: italic;
  padding: 3rem;
  font-size: 1.09rem;
  position: relative;
  border-left: 3px solid;
}

ul,
ol,
pre,
blockquote {
  margin-bottom: 2.3125rem;
}

.mt-4 {
  margin-top: 2rem !important;
}

.mb-4 {
  margin-bottom: 2rem !important;
}

@media (min-width: 992px) {
  .container {
    padding-left: 16px;
    padding-right: 16px;
  }

  .row {
    margin-left: -16px;
    margin-right: -16px;
  }
  .row > [class*=col] {
    padding-left: 16px;
    padding-right: 16px;
  }
}
@media (min-width: 768px) {
  .container-fluid {
    padding-left: 32px;
    padding-right: 32px;
  }
}
@media (min-width: 768px) and (max-width: 991px) {
  .mbr-container {
    padding-left: 32px;
    padding-right: 32px;
  }
}
@media (max-width: 767px) {
  .mbr-container {
    padding-left: 16px;
    padding-right: 16px;
  }
}
.card-wrapper,
.item-wrapper {
  overflow: hidden;
}

.app-video-wrapper > img {
  opacity: 1;
}

.item {
  position: relative;
}

.dropdown-menu .dropdown-menu {
  left: 100%;
}

.dropdown-item + .dropdown-menu {
  display: none;
}

.dropdown-item:hover + .dropdown-menu,
.dropdown-menu:hover {
  display: block;
}

@media (min-aspect-ratio: 16/9) {
  .mbr-video-foreground {
    height: 300% !important;
    top: -100% !important;
  }
}
@media (max-aspect-ratio: 16/9) {
  .mbr-video-foreground {
    width: 300% !important;
    left: -100% !important;
  }
}.btn {
  border-width: 2px;
}
body {
  font-family: Jost;
}
.display-1 {
  font-family: 'Jost', sans-serif;
  font-size: 4.6rem;
  line-height: 1.1;
}
.display-1 > .mbr-iconfont {
  font-size: 5.75rem;
}
.display-2 {
  font-family: 'Jost', sans-serif;
  font-size: 2.2rem;
  line-height: 1.1;
}
.display-2 > .mbr-iconfont {
  font-size: 2.75rem;
}
.display-4 {
  font-family: 'Jost', sans-serif;
  font-size: 1rem;
  line-height: 1.5;
}
.display-4 > .mbr-iconfont {
  font-size: 1.25rem;
}
.display-5 {
  font-family: 'Jost', sans-serif;
  font-size: 1.6rem;
  line-height: 1.5;
}
.display-5 > .mbr-iconfont {
  font-size: 2rem;
}
.display-7 {
  font-family: 'Jost', sans-serif;
  font-size: 1.2rem;
  line-height: 1.5;
}
.display-7 > .mbr-iconfont {
  font-size: 1.5rem;
}
/* ---- Fluid typography for mobile devices ---- */
/* 1.4 - font scale ratio ( bootstrap == 1.42857 ) */
/* 100vw - current viewport width */
/* (48 - 20)  48 == 48rem == 768px, 20 == 20rem == 320px(minimal supported viewport) */
/* 0.65 - min scale variable, may vary */
@media (max-width: 992px) {
  .display-1 {
    font-size: 3.68rem;
  }
}
@media (max-width: 768px) {
  .display-1 {
    font-size: 3.22rem;
    font-size: calc( 2.26rem + (4.6 - 2.26) * ((100vw - 20rem) / (48 - 20)));
    line-height: calc( 1.1 * (2.26rem + (4.6 - 2.26) * ((100vw - 20rem) / (48 - 20))));
  }
  .display-2 {
    font-size: 1.76rem;
    font-size: calc( 1.42rem + (2.2 - 1.42) * ((100vw - 20rem) / (48 - 20)));
    line-height: calc( 1.3 * (1.42rem + (2.2 - 1.42) * ((100vw - 20rem) / (48 - 20))));
  }
  .display-4 {
    font-size: 0.8rem;
    font-size: calc( 1rem + (1 - 1) * ((100vw - 20rem) / (48 - 20)));
    line-height: calc( 1.4 * (1rem + (1 - 1) * ((100vw - 20rem) / (48 - 20))));
  }
  .display-5 {
    font-size: 1.28rem;
    font-size: calc( 1.21rem + (1.6 - 1.21) * ((100vw - 20rem) / (48 - 20)));
    line-height: calc( 1.4 * (1.21rem + (1.6 - 1.21) * ((100vw - 20rem) / (48 - 20))));
  }
  .display-7 {
    font-size: 0.96rem;
    font-size: calc( 1.07rem + (1.2 - 1.07) * ((100vw - 20rem) / (48 - 20)));
    line-height: calc( 1.4 * (1.07rem + (1.2 - 1.07) * ((100vw - 20rem) / (48 - 20))));
  }
}
/* Buttons */
.btn {
  padding: 0.6rem 1.2rem;
  border-radius: 4px;
}
.btn-sm {
  padding: 0.6rem 1.2rem;
  border-radius: 4px;
}
.btn-md {
  padding: 0.6rem 1.2rem;
  border-radius: 4px;
}
.btn-lg {
  padding: 1rem 2.6rem;
  border-radius: 4px;
}
.bg-primary {
  background-color: #2554ab !important;
}
.bg-success {
  background-color: #40b0bf !important;
}
.bg-info {
  background-color: #47b5ed !important;
}
.bg-warning {
  background-color: #2554ab !important;
}
.bg-danger {
  background-color: #ff9966 !important;
}
.btn-primary,
.btn-primary:active {
  background-color: #2554ab !important;
  border-color: #2554ab !important;
  color: #ffffff !important;
  box-shadow: 0 2px 2px 0 rgba(0, 0, 0, 0.2);
}
.btn-primary:hover,
.btn-primary:focus,
.btn-primary.focus,
.btn-primary.active {
  color: #ffffff !important;
  background-color: #163164 !important;
  border-color: #163164 !important;
  box-shadow: 0 2px 5px 0 rgba(0, 0, 0, 0.2);
}
.btn-primary.disabled,
.btn-primary:disabled {
  color: #ffffff !important;
  background-color: #163164 !important;
  border-color: #163164 !important;
}
.btn-secondary,
.btn-secondary:active {
  background-color: #203e74 !important;
  border-color: #203e74 !important;
  color: #ffffff !important;
  box-shadow: 0 2px 2px 0 rgba(0, 0, 0, 0.2);
}
.btn-secondary:hover,
.btn-secondary:focus,
.btn-secondary.focus,
.btn-secondary.active {
  color: #ffffff !important;
  background-color: #0d1a30 !important;
  border-color: #0d1a30 !important;
  box-shadow: 0 2px 5px 0 rgba(0, 0, 0, 0.2);
}
.btn-secondary.disabled,
.btn-secondary:disabled {
  color: #ffffff !important;
  background-color: #0d1a30 !important;
  border-color: #0d1a30 !important;
}
.btn-info,
.btn-info:active {
  background-color: #47b5ed !important;
  border-color: #47b5ed !important;
  color: #ffffff !important;
  box-shadow: 0 2px 2px 0 rgba(0, 0, 0, 0.2);
}
.btn-info:hover,
.btn-info:focus,
.btn-info.focus,
.btn-info.active {
  color: #ffffff !important;
  background-color: #148cca !important;
  border-color: #148cca !important;
  box-shadow: 0 2px 5px 0 rgba(0, 0, 0, 0.2);
}
.btn-info.disabled,
.btn-info:disabled {
  color: #ffffff !important;
  background-color: #148cca !important;
  border-color: #148cca !important;
}
.btn-success,
.btn-success:active {
  background-color: #40b0bf !important;
  border-color: #40b0bf !important;
  color: #ffffff !important;
  box-shadow: 0 2px 2px 0 rgba(0, 0, 0, 0.2);
}
.btn-success:hover,
.btn-success:focus,
.btn-success.focus,
.btn-success.active {
  color: #ffffff !important;
  background-color: #2a747e !important;
  border-color: #2a747e !important;
  box-shadow: 0 2px 5px 0 rgba(0, 0, 0, 0.2);
}
.btn-success.disabled,
.btn-success:disabled {
  color: #ffffff !important;
  background-color: #2a747e !important;
  border-color: #2a747e !important;
}
.btn-warning,
.btn-warning:active {
  background-color: #2554ab !important;
  border-color: #2554ab !important;
  color: #ffffff !important;
  box-shadow: 0 2px 2px 0 rgba(0, 0, 0, 0.2);
}
.btn-warning:hover,
.btn-warning:focus,
.btn-warning.focus,
.btn-warning.active {
  color: #ffffff !important;
  background-color: #163164 !important;
  border-color: #163164 !important;
  box-shadow: 0 2px 5px 0 rgba(0, 0, 0, 0.2);
}
.btn-warning.disabled,
.btn-warning:disabled {
  color: #ffffff !important;
  background-color: #163164 !important;
  border-color: #163164 !important;
}
.btn-danger,
.btn-danger:active {
  background-color: #ff9966 !important;
  border-color: #ff9966 !important;
  color: #ffffff !important;
  box-shadow: 0 2px 2px 0 rgba(0, 0, 0, 0.2);
}
.btn-danger:hover,
.btn-danger:focus,
.btn-danger.focus,
.btn-danger.active {
  color: #ffffff !important;
  background-color: #ff5f0f !important;
  border-color: #ff5f0f !important;
  box-shadow: 0 2px 5px 0 rgba(0, 0, 0, 0.2);
}
.btn-danger.disabled,
.btn-danger:disabled {
  color: #ffffff !important;
  background-color: #ff5f0f !important;
  border-color: #ff5f0f !important;
}
.btn-white,
.btn-white:active {
  background-color: #fafafa !important;
  border-color: #fafafa !important;
  color: #7a7a7a !important;
  box-shadow: 0 2px 2px 0 rgba(0, 0, 0, 0.2);
}
.btn-white:hover,
.btn-white:focus,
.btn-white.focus,
.btn-white.active {
  color: #4f4f4f !important;
  background-color: #cfcfcf !important;
  border-color: #cfcfcf !important;
  box-shadow: 0 2px 5px 0 rgba(0, 0, 0, 0.2);
}
.btn-white.disabled,
.btn-white:disabled {
  color: #7a7a7a !important;
  background-color: #cfcfcf !important;
  border-color: #cfcfcf !important;
}
.btn-black,
.btn-black:active {
  background-color: #232323 !important;
  border-color: #232323 !important;
  color: #ffffff !important;
  box-shadow: 0 2px 2px 0 rgba(0, 0, 0, 0.2);
}
.btn-black:hover,
.btn-black:focus,
.btn-black.focus,
.btn-black.active {
  color: #ffffff !important;
  background-color: #000000 !important;
  border-color: #000000 !important;
  box-shadow: 0 2px 5px 0 rgba(0, 0, 0, 0.2);
}
.btn-black.disabled,
.btn-black:disabled {
  color: #ffffff !important;
  background-color: #000000 !important;
  border-color: #000000 !important;
}
.btn-primary-outline,
.btn-primary-outline:active {
  background-color: transparent !important;
  border-color: #2554ab;
  color: #2554ab;
}
.btn-primary-outline:hover,
.btn-primary-outline:focus,
.btn-primary-outline.focus,
.btn-primary-outline.active {
  color: #163164 !important;
  background-color: transparent!important;
  border-color: #163164 !important;
  box-shadow: none!important;
}
.btn-primary-outline.disabled,
.btn-primary-outline:disabled {
  color: #ffffff !important;
  background-color: #2554ab !important;
  border-color: #2554ab !important;
}
.btn-secondary-outline,
.btn-secondary-outline:active {
  background-color: transparent !important;
  border-color: #203e74;
  color: #203e74;
}
.btn-secondary-outline:hover,
.btn-secondary-outline:focus,
.btn-secondary-outline.focus,
.btn-secondary-outline.active {
  color: #0d1a30 !important;
  background-color: transparent!important;
  border-color: #0d1a30 !important;
  box-shadow: none!important;
}
.btn-secondary-outline.disabled,
.btn-secondary-outline:disabled {
  color: #ffffff !important;
  background-color: #203e74 !important;
  border-color: #203e74 !important;
}
.btn-info-outline,
.btn-info-outline:active {
  background-color: transparent !important;
  border-color: #47b5ed;
  color: #47b5ed;
}
.btn-info-outline:hover,
.btn-info-outline:focus,
.btn-info-outline.focus,
.btn-info-outline.active {
  color: #148cca !important;
  background-color: transparent!important;
  border-color: #148cca !important;
  box-shadow: none!important;
}
.btn-info-outline.disabled,
.btn-info-outline:disabled {
  color: #ffffff !important;
  background-color: #47b5ed !important;
  border-color: #47b5ed !important;
}
.btn-success-outline,
.btn-success-outline:active {
  background-color: transparent !important;
  border-color: #40b0bf;
  color: #40b0bf;
}
.btn-success-outline:hover,
.btn-success-outline:focus,
.btn-success-outline.focus,
.btn-success-outline.active {
  color: #2a747e !important;
  background-color: transparent!important;
  border-color: #2a747e !important;
  box-shadow: none!important;
}
.btn-success-outline.disabled,
.btn-success-outline:disabled {
  color: #ffffff !important;
  background-color: #40b0bf !important;
  border-color: #40b0bf !important;
}
.btn-warning-outline,
.btn-warning-outline:active {
  background-color: transparent !important;
  border-color: #2554ab;
  color: #2554ab;
}
.btn-warning-outline:hover,
.btn-warning-outline:focus,
.btn-warning-outline.focus,
.btn-warning-outline.active {
  color: #163164 !important;
  background-color: transparent!important;
  border-color: #163164 !important;
  box-shadow: none!important;
}
.btn-warning-outline.disabled,
.btn-warning-outline:disabled {
  color: #ffffff !important;
  background-color: #2554ab !important;
  border-color: #2554ab !important;
}
.btn-danger-outline,
.btn-danger-outline:active {
  background-color: transparent !important;
  border-color: #ff9966;
  color: #ff9966;
}
.btn-danger-outline:hover,
.btn-danger-outline:focus,
.btn-danger-outline.focus,
.btn-danger-outline.active {
  color: #ff5f0f !important;
  background-color: transparent!important;
  border-color: #ff5f0f !important;
  box-shadow: none!important;
}
.btn-danger-outline.disabled,
.btn-danger-outline:disabled {
  color: #ffffff !important;
  background-color: #ff9966 !important;
  border-color: #ff9966 !important;
}
.btn-black-outline,
.btn-black-outline:active {
  background-color: transparent !important;
  border-color: #232323;
  color: #232323;
}
.btn-black-outline:hover,
.btn-black-outline:focus,
.btn-black-outline.focus,
.btn-black-outline.active {
  color: #000000 !important;
  background-color: transparent!important;
  border-color: #000000 !important;
  box-shadow: none!important;
}
.btn-black-outline.disabled,
.btn-black-outline:disabled {
  color: #ffffff !important;
  background-color: #232323 !important;
  border-color: #232323 !important;
}
.btn-white-outline,
.btn-white-outline:active {
  background-color: transparent !important;
  border-color: #fafafa;
  color: #fafafa;
}
.btn-white-outline:hover,
.btn-white-outline:focus,
.btn-white-outline.focus,
.btn-white-outline.active {
  color: #cfcfcf !important;
  background-color: transparent!important;
  border-color: #cfcfcf !important;
  box-shadow: none!important;
}
.btn-white-outline.disabled,
.btn-white-outline:disabled {
  color: #7a7a7a !important;
  background-color: #fafafa !important;
  border-color: #fafafa !important;
}
.text-primary {
  color: #2554ab !important;
}
.text-secondary {
  color: #203e74 !important;
}
.text-success {
  color: #40b0bf !important;
}
.text-info {
  color: #47b5ed !important;
}
.text-warning {
  color: #2554ab !important;
}
.text-danger {
  color: #ff9966 !important;
}
.text-white {
  color: #fafafa !important;
}
.text-black {
  color: #232323 !important;
}
a.text-primary:hover,
a.text-primary:focus,
a.text-primary.active {
  color: #132b57 !important;
}
a.text-secondary:hover,
a.text-secondary:focus,
a.text-secondary.active {
  color: #0a1324 !important;
}
a.text-success:hover,
a.text-success:focus,
a.text-success.active {
  color: #266a73 !important;
}
a.text-info:hover,
a.text-info:focus,
a.text-info.active {
  color: #1283bc !important;
}
a.text-warning:hover,
a.text-warning:focus,
a.text-warning.active {
  color: #132b57 !important;
}
a.text-danger:hover,
a.text-danger:focus,
a.text-danger.active {
  color: #ff5500 !important;
}
a.text-white:hover,
a.text-white:focus,
a.text-white.active {
  color: #c7c7c7 !important;
}
a.text-black:hover,
a.text-black:focus,
a.text-black.active {
  color: #000000 !important;
}
a[class*="text-"]:not(.nav-link):not(.dropdown-item):not([role]):not(.navbar-caption) {
  transition: 0.2s;
  position: relative;
  background-image: linear-gradient(currentColor 50%, currentColor 50%);
  background-size: 10000px 2px;
  background-repeat: no-repeat;
  background-position: 0 1.2em;
}
.nav-tabs .nav-link.active {
  color: #2554ab;
}
.nav-tabs .nav-link:not(.active) {
  color: #232323;
}
.alert-success {
  background-color: #70c770;
}
.alert-info {
  background-color: #47b5ed;
}
.alert-warning {
  background-color: #2554ab;
}
.alert-danger {
  background-color: #ff9966;
}
.mbr-gallery-filter li.active .btn {
  background-color: #2554ab;
  border-color: #2554ab;
  color: #ffffff;
}
.mbr-gallery-filter li.active .btn:focus {
  box-shadow: none;
}
a,
a:hover {
  color: #2554ab;
}
.mbr-plan-header.bg-primary .mbr-plan-subtitle,
.mbr-plan-header.bg-primary .mbr-plan-price-desc {
  color: #7097e0;
}
.mbr-plan-header.bg-success .mbr-plan-subtitle,
.mbr-plan-header.bg-success .mbr-plan-price-desc {
  color: #a0d8df;
}
.mbr-plan-header.bg-info .mbr-plan-subtitle,
.mbr-plan-header.bg-info .mbr-plan-price-desc {
  color: #ffffff;
}
.mbr-plan-header.bg-warning .mbr-plan-subtitle,
.mbr-plan-header.bg-warning .mbr-plan-price-desc {
  color: #7097e0;
}
.mbr-plan-header.bg-danger .mbr-plan-subtitle,
.mbr-plan-header.bg-danger .mbr-plan-price-desc {
  color: #ffffff;
}
/* Scroll to top button*/
.form-control {
  font-family: 'Jost', sans-serif;
  font-size: 1rem;
  line-height: 1.5;
  font-weight: 400;
}
.form-control > .mbr-iconfont {
  font-size: 1.25rem;
}
.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: #2554ab !important;
}
.form-control:-webkit-input-placeholder {
  font-family: 'Jost', sans-serif;
  font-size: 1rem;
  line-height: 1.5;
  font-weight: 400;
}
.form-control:-webkit-input-placeholder > .mbr-iconfont {
  font-size: 1.25rem;
}
blockquote {
  border-color: #2554ab;
}
/* Forms */
.jq-selectbox li:hover,
.jq-selectbox li.selected {
  background-color: #2554ab;
  color: #ffffff;
}
.jq-number__spin {
  transition: 0.25s ease;
}
.jq-number__spin:hover {
  border-color: #2554ab;
}
.jq-selectbox .jq-selectbox__trigger-arrow,
.jq-number__spin.minus:after,
.jq-number__spin.plus:after {
  transition: 0.4s;
  border-top-color: #353535;
  border-bottom-color: #353535;
}
.jq-selectbox:hover .jq-selectbox__trigger-arrow,
.jq-number__spin.minus:hover:after,
.jq-number__spin.plus:hover:after {
  border-top-color: #2554ab;
  border-bottom-color: #2554ab;
}
.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: #2554ab !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: #203e74 !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='%232554ab' %3e%3cg fill='none' fill-rule='evenodd'%3e%3cg transform='translate(16 16)' stroke-width='2'%3e%3ccircle stroke-opacity='.5' cx='16' cy='16' r='16'/%3e%3cpath d='M32 16c0-9.94-8.06-16-16-16'%3e%3canimateTransform attributeName='transform' type='rotate' from='0 16 16' to='360 16 16' dur='1s' repeatCount='indefinite'/%3e%3c/path%3e%3c/g%3e%3c/g%3e%3c/svg%3e");
}
section.lazy-placeholder:after {
  opacity: 0.5;
}
body {
  overflow-x: hidden;
}
a {
  transition: color 0.6s;
}
.cid-uLMT5bnPh6 .navbar-dropdown {
  background-color: #ffffff !important;
  padding: 0;
}
.cid-uLMT5bnPh6 .navbar.navbar-expand-lg .dropdown .dropdown-menu {
  background-color: #ffffff !important;
  background: #ffffff;
}
.cid-uLMT5bnPh6 .navbar.navbar-expand-lg .dropdown .dropdown-menu .dropdown-submenu {
  margin: 0;
  left: 100%;
}
@media (max-width: 991px) {
  .cid-uLMT5bnPh6 .menu_box .navbar.opened,
  .cid-uLMT5bnPh6 .menu_box .navbar-collapse {
    background-color: #ffffff !important;
    transition: all 0s ease 0s;
  }
}
.cid-uLMT5bnPh6 .navbar-dropdown {
  position: relative !important;
}
.cid-uLMT5bnPh6 .btn {
  min-height: auto;
  box-shadow: none;
  margin-top: 0;
}
.cid-uLMT5bnPh6 .btn:hover {
  box-shadow: none;
}
@media (min-width: 992px) {
  .cid-uLMT5bnPh6 .offcanvas_image img {
    width: auto;
    object-fit: cover;
    display: inline-block;
  }
  .cid-uLMT5bnPh6 .offcanvas-header {
    position: relative;
    padding: 0;
  }
  .cid-uLMT5bnPh6 .offcanvas-header .btn-close {
    position: absolute;
    top: -70px;
    right: 0;
    width: 35px;
    height: 30px;
  }
  .cid-uLMT5bnPh6 .offcanvas-body {
    text-align: center;
    padding: 0;
  }
  .cid-uLMT5bnPh6 .offcanvas-body .mbr-text,
  .cid-uLMT5bnPh6 .offcanvas-body .mbr-section-subtitle {
    margin-top: 14px;
  }
  .cid-uLMT5bnPh6 .offcanvas-body .offcanvas_contact {
    margin: 35px 0;
  }
  .cid-uLMT5bnPh6 .offcanvas_box button.btn_offcanvas {
    outline: none;
    width: 40px;
    height: 40px;
    cursor: pointer;
    transition: all 0.2s;
    position: relative;
    align-self: center;
  }
  .cid-uLMT5bnPh6 .offcanvas_box button.btn_offcanvas .hamburger span {
    position: absolute;
    right: 0;
    width: 40px;
    height: 2px;
    border-right: 5px;
    background-color: #474747;
  }
  .cid-uLMT5bnPh6 .offcanvas_box button.btn_offcanvas .hamburger span:nth-child(1) {
    top: 18px;
    transition: all 0.2s;
  }
  .cid-uLMT5bnPh6 .offcanvas_box button.btn_offcanvas .hamburger span:nth-child(2) {
    top: 25px;
    transition: all 0.2s;
  }
  .cid-uLMT5bnPh6 .offcanvas_box button.btn_offcanvas:hover .hamburger span {
    width: 36px;
  }
  .cid-uLMT5bnPh6 .offcanvas_box button.btn_offcanvas:hover .hamburger span:nth-child(2) {
    width: 33px;
    transition-delay: 0.2s;
  }
  .cid-uLMT5bnPh6 ul.navbar-nav {
    padding-bottom: 1.5rem;
  }
  .cid-uLMT5bnPh6 .dropdown-menu .dropdown-toggle[data-toggle="dropdown-submenu"]::after,
  .cid-uLMT5bnPh6 .link.dropdown-toggle::after {
    display: inline-block;
    width: 7px;
    height: 7px;
    margin-left: .5rem;
    margin-bottom: 2px;
    content: "";
    border: 2px solid;
    border-left: none;
    border-top: none;
    transform: rotate(-45deg);
  }
  .cid-uLMT5bnPh6 .link.dropdown-toggle::after {
    padding: 0 !important;
    transform: rotate(45deg);
  }
  .cid-uLMT5bnPh6 li.nav-item {
    position: relative;
    display: inline-block;
    padding: 1px 7px !important;
    vertical-align: middle;
    line-height: 2em !important;
    font-weight: 600 !important;
    text-decoration: none;
    letter-spacing: 0 !important;
    z-index: 1;
  }
  .cid-uLMT5bnPh6 .lg_brand {
    margin: 0 1rem;
  }
}
.cid-uLMT5bnPh6 .nav-item {
  margin: 4px 15px;
}
@media (min-width: 1200px) {
  .cid-uLMT5bnPh6 .nav-item {
    margin: 4px 20px;
  }
}
@media (max-width: 991px) {
  .cid-uLMT5bnPh6 .nav-item {
    margin: 0 !important;
  }
}
.cid-uLMT5bnPh6 .dropdown-menu {
  border-radius: 0;
  box-shadow: none;
  text-align: left;
}
@media (min-width: 992px) {
  .cid-uLMT5bnPh6 .dropdown-menu {
    padding: 18px 34px 22px;
    min-width: 250px;
    top: auto !important;
    left: -40px !important;
  }
  .cid-uLMT5bnPh6 .dropdown-menu.dropdown-submenu {
    left: 215px !important;
    top: -45% !important;
  }
}
@media (max-width: 991px) {
  .cid-uLMT5bnPh6 .dropdown-menu .dropdown-toggle[data-toggle="dropdown-submenu"]::after,
  .cid-uLMT5bnPh6 .link.dropdown-toggle::after {
    display: inline-block;
    width: 7px;
    height: 7px;
    margin-left: .5rem;
    margin-bottom: 2px;
    content: "";
    border: 2px solid;
    border-left: none;
    border-top: none;
    transform: rotate(-45deg);
    right: 15px;
    position: absolute;
    margin-top: -2px;
  }
  .cid-uLMT5bnPh6 .show.dropdown-toggle[aria-expanded="true"]::after {
    transform: rotate(45deg);
    margin-top: -4px;
  }
  .cid-uLMT5bnPh6 .offcanvas_box {
    display: none;
  }
}
.cid-uLMT5bnPh6 .dropdown-item {
  border: none;
  font-weight: 400 !important;
}
.cid-uLMT5bnPh6 .nav-dropdown .link {
  font-weight: 400 !important;
  padding: 0 !important;
  margin: 0 !important;
}
.cid-uLMT5bnPh6 .nav-dropdown .link.dropdown-toggle::after {
  margin-left: 0.5rem;
  margin-top: 0;
}
.cid-uLMT5bnPh6 .container {
  display: flex;
  margin: auto;
}
.cid-uLMT5bnPh6 .iconfont-wrapper {
  color: #e0bdb6;
  font-size: 17px;
  margin-right: 10px;
  margin-bottom: 5px;
  width: 25px;
  height: 25px;
  border-radius: 50%;
  display: flex;
  justify-content: center;
  align-items: center;
  transition: all 0.2s ease-in-out;
}
.cid-uLMT5bnPh6 .iconfont-wrapper:last-child {
  margin-right: 0;
}
.cid-uLMT5bnPh6 .iconfont-wrapper:hover {
  opacity: .5;
}
.cid-uLMT5bnPh6 .navbar-caption {
  color: #747474;
}
.cid-uLMT5bnPh6 .navbar-nav {
  margin: 0 1rem;
}
@media (min-width: 992px) {
  .cid-uLMT5bnPh6 .navbar-nav {
    margin: 0;
  }
}
.cid-uLMT5bnPh6 .dropdown-menu,
.cid-uLMT5bnPh6 .navbar.opened {
  background-color: false !important;
}
.cid-uLMT5bnPh6 .nav-item:focus,
.cid-uLMT5bnPh6 .nav-link:focus {
  outline: none;
}
.cid-uLMT5bnPh6 .dropdown .dropdown-menu .dropdown-item {
  width: auto;
  transition: all 0.25s ease-in-out;
}
.cid-uLMT5bnPh6 .dropdown .dropdown-menu .dropdown-item::after {
  right: 0.5rem;
}
.cid-uLMT5bnPh6 .dropdown .dropdown-menu .dropdown-item .mbr-iconfont {
  margin-right: 0.5rem;
  vertical-align: sub;
}
.cid-uLMT5bnPh6 .dropdown .dropdown-menu .dropdown-item .mbr-iconfont:before {
  display: inline-block;
  transform: scale(1, 1);
  transition: all 0.25s ease-in-out;
}
.cid-uLMT5bnPh6 .collapsed .dropdown-menu .dropdown-item:before {
  display: none;
}
.cid-uLMT5bnPh6 .collapsed .dropdown .dropdown-menu .dropdown-item {
  padding: 0.235em 1.5em 0.235em 1.5em !important;
  transition: none;
  margin: 0 !important;
}
.cid-uLMT5bnPh6 .navbar {
  min-height: 70px;
  padding: 20px 0;
  transition: all 0.3s;
  border-bottom-width: 0px;
}
@media (max-width: 992px) {
  .cid-uLMT5bnPh6 .navbar {
    min-height: 30px;
    max-height: 90px;
  }
}
.cid-uLMT5bnPh6 .navbar.opened {
  transition: all 0.3s;
}
.cid-uLMT5bnPh6 .navbar .dropdown-item {
  padding: 0;
  margin: 8px 0;
}
.cid-uLMT5bnPh6 .navbar .navbar-logo img {
  width: auto;
  object-fit: contain;
  border-radius: 0;
}
.cid-uLMT5bnPh6 .navbar .navbar-collapse {
  justify-content: space-between;
  z-index: 1;
}
.cid-uLMT5bnPh6 .navbar.collapsed {
  justify-content: center;
}
.cid-uLMT5bnPh6 .navbar.collapsed .nav-item .nav-link::before {
  display: none;
}
.cid-uLMT5bnPh6 .navbar.collapsed.opened .dropdown-menu {
  top: 0;
}
.cid-uLMT5bnPh6 .navbar.collapsed .dropdown-menu .dropdown-submenu {
  left: 0 !important;
}
.cid-uLMT5bnPh6 .navbar.collapsed .dropdown-menu .dropdown-item:after {
  right: auto;
}
.cid-uLMT5bnPh6 .navbar.collapsed ul.navbar-nav li {
  margin: auto;
}
.cid-uLMT5bnPh6 .navbar.collapsed .dropdown-menu .dropdown-item {
  padding: 0.25rem 1.5rem;
  text-align: left;
}
.cid-uLMT5bnPh6 .navbar.collapsed .icons-menu {
  padding: 0;
}
@media (max-width: 991px) {
  .cid-uLMT5bnPh6 .navbar .nav-item {
    padding: .5rem 0;
  }
  .cid-uLMT5bnPh6 .navbar .navbar-collapse {
    padding: 34px 0;
    border-radius: 25px;
  }
  .cid-uLMT5bnPh6 .navbar .nav-item .nav-link::before {
    display: none;
  }
  .cid-uLMT5bnPh6 .navbar.opened .dropdown-menu {
    top: 0;
  }
  .cid-uLMT5bnPh6 .navbar .dropdown-menu {
    padding: 6px 0 6px 15px;
  }
  .cid-uLMT5bnPh6 .navbar .dropdown-menu .dropdown-submenu {
    left: 0 !important;
  }
  .cid-uLMT5bnPh6 .navbar .dropdown-menu .dropdown-item:after {
    right: auto;
    margin-top: -0.4rem;
  }
  .cid-uLMT5bnPh6 .navbar .navbar-logo img {
    height: 3rem !important;
  }
  .cid-uLMT5bnPh6 .navbar ul.navbar-nav {
    overflow: hidden;
  }
  .cid-uLMT5bnPh6 .navbar ul.navbar-nav li {
    margin: 0;
  }
  .cid-uLMT5bnPh6 .navbar .dropdown-menu .dropdown-item {
    padding: 0 !important;
    margin: 0;
    margin-top: 8px;
    text-align: left;
  }
  .cid-uLMT5bnPh6 .navbar .navbar-brand {
    flex-shrink: initial;
    flex-basis: auto;
    word-break: break-word;
    padding-right: 2rem;
  }
  .cid-uLMT5bnPh6 .navbar .navbar-toggler {
    flex-basis: auto;
  }
  .cid-uLMT5bnPh6 .navbar .icons-menu {
    padding: 0;
  }
}
.cid-uLMT5bnPh6 .navbar.navbar-short {
  min-height: 60px;
}
.cid-uLMT5bnPh6 .navbar.navbar-short .navbar-logo img {
  height: 2.5rem !important;
}
.cid-uLMT5bnPh6 .navbar.navbar-short .navbar-brand {
  min-height: 60px;
  padding: 0;
}
.cid-uLMT5bnPh6 .navbar-brand {
  min-height: 70px;
  flex-shrink: 0;
  align-items: center;
  margin-right: 0;
  padding: 10px 0;
  transition: all 0.3s;
  word-break: break-word;
  z-index: 1;
}
.cid-uLMT5bnPh6 .navbar-brand .navbar-caption {
  line-height: inherit !important;
}
.cid-uLMT5bnPh6 .navbar-brand .navbar-logo a {
  outline: none;
}
.cid-uLMT5bnPh6 .dropdown-item.active,
.cid-uLMT5bnPh6 .dropdown-item:active {
  background-color: transparent;
}
.cid-uLMT5bnPh6 .navbar-expand-lg .navbar-nav .nav-link {
  padding: 0;
}
.cid-uLMT5bnPh6 .nav-dropdown .link.dropdown-toggle {
  margin-right: 1.667em;
}
.cid-uLMT5bnPh6 .nav-dropdown .link.dropdown-toggle[aria-expanded="true"] {
  margin-right: 0;
  padding: 0.667em 1.667em;
}
.cid-uLMT5bnPh6 .navbar .dropdown.open > .dropdown-menu {
  display: block;
}
.cid-uLMT5bnPh6 ul.navbar-nav {
  flex-wrap: wrap;
  padding: 36px 0;
  border-bottom: 1px solid #0e132f;
}
.cid-uLMT5bnPh6 .navbar-buttons {
  text-align: center;
  min-width: 170px;
}
.cid-uLMT5bnPh6 button.navbar-toggler {
  outline: none;
  width: 48px;
  height: 48px;
  border-radius: 50%;
  cursor: pointer;
  transition: all 0.2s;
  position: relative;
  align-self: center;
  color: #ffffff;
  background: #ffffff;
}
.cid-uLMT5bnPh6 button.navbar-toggler .hamburger span {
  position: absolute;
  right: 10px;
  margin-top: 14px;
  width: 26px;
  height: 2px;
  border-right: 5px;
  background-color: #474747;
}
.cid-uLMT5bnPh6 button.navbar-toggler .hamburger span:nth-child(1) {
  top: 0;
  transition: all 0.2s;
}
.cid-uLMT5bnPh6 button.navbar-toggler .hamburger span:nth-child(2) {
  top: 8px;
  transition: all 0.15s;
}
.cid-uLMT5bnPh6 button.navbar-toggler .hamburger span:nth-child(3) {
  top: 8px;
  transition: all 0.15s;
}
.cid-uLMT5bnPh6 button.navbar-toggler .hamburger span:nth-child(4) {
  top: 16px;
  transition: all 0.2s;
}
.cid-uLMT5bnPh6 nav.opened .hamburger span:nth-child(1) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-uLMT5bnPh6 nav.opened .hamburger span:nth-child(2) {
  transform: rotate(45deg);
  transition: all 0.25s;
}
.cid-uLMT5bnPh6 nav.opened .hamburger span:nth-child(3) {
  transform: rotate(-45deg);
  transition: all 0.25s;
}
.cid-uLMT5bnPh6 nav.opened .hamburger span:nth-child(4) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-uLMT5bnPh6 a.nav-link {
  display: flex;
  align-items: center;
  justify-content: flex-start;
}
.cid-uLMT5bnPh6 .icons-menu {
  flex-wrap: nowrap;
  display: flex;
  justify-content: center;
  padding: 0;
  text-align: center;
  margin-bottom: 35px;
}
@media screen and (-ms-high-contrast: active), (-ms-high-contrast: none) {
  .cid-uLMT5bnPh6 .navbar {
    height: 70px;
  }
  .cid-uLMT5bnPh6 .navbar.opened {
    height: auto;
  }
  .cid-uLMT5bnPh6 .nav-item .nav-link:hover::before {
    width: 175%;
    max-width: calc(100% + 2rem);
    left: -1rem;
  }
}
.cid-uLMT5bnPh6 .navbar-dropdown .navbar-logo {
  margin-right: 15px;
}
@media (min-width: 768px) {
  .cid-uLMT5bnPh6 .container-fluid {
    padding-left: 30px;
    padding-right: 30px;
  }
}
.cid-uLMT5bnPh6 .mbr-section-btn-main {
  padding-top: 5px;
}
.cid-uLMT5bnPh6 .mbr-section-btn-main .btn {
  margin: 0 4px 4px 4px;
}
.cid-uLMT5bnPh6 .navbar-caption:hover {
  color: #2554ab;
}
@media (min-width: 992px) {
  .cid-uLMT5bnPh6 .dropdown-menu.dropdown-submenu {
    left: 175px !important;
    top: -45% !important;
  }
}
.cid-uLMT5bnPh6 .nav-link {
  position: relative;
}
.cid-uLMT5bnPh6 .nav-link:before {
  content: '';
  position: absolute;
  left: -12px;
  width: 6px;
  height: 6px;
  border-radius: 100%;
  background-color: #2554ab;
  transition: all .3s ease;
  opacity: 0;
}
.cid-uLMT5bnPh6 .nav-link:hover:before {
  opacity: 1;
}
.cid-uLMT5bnPh6 .mbr-section-subtitle {
  color: #ffffff;
}
.cid-uLMT5bnPh6 .mbr-text {
  color: #ffffff;
  text-align: center;
}
.cid-uLMT5bnPh6 .text_widget {
  color: #ffffff;
}
.cid-uLMT5bnPh6 .mbr-section-subtitle,
.cid-uLMT5bnPh6 .text_widget,
.cid-uLMT5bnPh6 .mbr-section-btn {
  text-align: center;
}
.cid-uLMT5bnPh6 a[class*="text-"]:not(.nav-link):not(.dropdown-item):not([role]):not(.navbar-caption):hover {
  background-image: none;
}
.cid-uLMRnYFZrW {
  padding-top: 2rem;
  padding-bottom: 3rem;
  background-color: #ffffff;
}
@media (max-width: 992px) {
  .cid-uLMRnYFZrW .container {
    padding: 0 25px;
  }
}
.cid-uLMRnYFZrW .title-wrapper {
  padding: 0 45px;
  margin-bottom: 50px;
}
@media (max-width: 992px) {
  .cid-uLMRnYFZrW .title-wrapper {
    padding: 0 25px;
  }
}
.cid-uLMRnYFZrW .title-wrapper .mbr-section-title {
  margin-bottom: 25px;
}
.cid-uLMRnYFZrW .title-wrapper .mbr-text {
  margin-bottom: 0;
}
.cid-uLMRnYFZrW .title-wrapper .mbr-section-btn {
  margin-top: 35px;
}
.cid-uLMRnYFZrW .item:focus,
.cid-uLMRnYFZrW span:focus {
  outline: none;
}
.cid-uLMRnYFZrW .item-wrapper {
  position: relative;
}
.cid-uLMRnYFZrW .embla__slide {
  display: flex;
  justify-content: center;
  position: relative;
  min-width: 860px;
  max-width: 860px;
}
@media (max-width: 767px) {
  .cid-uLMRnYFZrW .embla__slide {
    min-width: 100%;
    max-width: 100%;
  }
}
.cid-uLMRnYFZrW .embla__slide .slide-content {
  width: 100%;
  border-radius: 0 !important;
}
.cid-uLMRnYFZrW .embla__slide .slide-content .item-wrapper .item-img img {
  height: 450px;
  object-fit: cover;
}
.cid-uLMRnYFZrW .embla__button--next,
.cid-uLMRnYFZrW .embla__button--prev {
  display: flex;
}
.cid-uLMRnYFZrW .embla__button {
  bottom: 0;
  width: 40px;
  height: 40px;
  margin-top: -1.5rem;
  font-size: 20px;
  background-color: #f0f0f0 !important;
  color: #000000 !important;
  border: none;
  border-radius: 50%;
  transition: all 0.3s;
  position: absolute;
  display: flex;
  justify-content: center;
  align-items: center;
  display: none;
}
@media (max-width: 768px) {
  .cid-uLMRnYFZrW .embla__button {
    display: none;
  }
}
.cid-uLMRnYFZrW .embla__button:disabled {
  cursor: default;
  display: none;
}
.cid-uLMRnYFZrW .embla__button.embla__button--prev {
  left: 45%;
}
@media (max-width: 768px) {
  .cid-uLMRnYFZrW .embla__button.embla__button--prev {
    left: 25px;
  }
}
.cid-uLMRnYFZrW .embla__button.embla__button--prev:hover {
  box-shadow: inset -40px 0 0 0 #000000 !important;
  color: #f0f0f0 !important;
}
.cid-uLMRnYFZrW .embla__button.embla__button--next {
  right: 45%;
}
@media (max-width: 768px) {
  .cid-uLMRnYFZrW .embla__button.embla__button--next {
    right: 25px;
  }
}
.cid-uLMRnYFZrW .embla__button.embla__button--next:hover {
  box-shadow: inset 40px 0 0 0 #000000 !important;
  color: #f0f0f0 !important;
}
.cid-uLMRnYFZrW .embla {
  position: relative;
  width: 100%;
}
.cid-uLMRnYFZrW .embla__viewport {
  overflow: hidden;
  width: 100%;
  margin-right: 1rem;
}
.cid-uLMRnYFZrW .embla__viewport.is-draggable {
  cursor: grab;
}
.cid-uLMRnYFZrW .embla__viewport.is-dragging {
  cursor: grabbing;
}
.cid-uLMRnYFZrW .embla__container {
  display: flex;
  user-select: none;
  -webkit-touch-callout: none;
  -khtml-user-select: none;
  -webkit-tap-highlight-color: transparent;
}
.cid-uLMRnYFZrW .mbr-section-title {
  color: #000000;
}
.cid-uLMRnYFZrW .mbr-text {
  color: #000000;
}
.cid-uLMRnYFZrW .mbr-section-title,
.cid-uLMRnYFZrW .mbr-section-btn {
  text-align: center;
  color: #4479d9;
}
.cid-uLMScuW1sm {
  padding-top: 1rem;
  padding-bottom: 5rem;
  background-color: #fafafa;
}
.cid-uLMScuW1sm .mbr-section-title {
  margin-bottom: 1em;
  color: #203e74;
}
.cid-uLMScuW1sm .mbr-section-subtitle {
  margin-bottom: 1.5625em;
  color: #272727;
  opacity: 0.4;
}
.cid-uLMScuW1sm .item-row {
  display: grid;
  -webkit-box-align: stretch;
  -webkit-align-items: stretch;
  -ms-flex-align: stretch;
  align-items: stretch;
  grid-auto-columns: 1fr;
  grid-column-gap: 16px;
  grid-row-gap: 16px;
  grid-template-columns: repeat(4, 1fr);
  -ms-grid-rows: auto;
  grid-template-rows: auto;
}
@media (max-width: 1199px) {
  .cid-uLMScuW1sm .item-row {
    grid-template-columns: repeat(2, 1fr);
  }
}
@media (max-width: 767px) {
  .cid-uLMScuW1sm .item-row {
    grid-template-columns: repeat(1, 1fr);
  }
}
.cid-uLMScuW1sm .item {
  padding: 0;
}
.cid-uLMScuW1sm .item-wrapper {
  display: flex;
  flex-direction: column;
  align-items: stretch;
  height: 100%;
  width: 100%;
  border-radius: 10px;
  overflow: hidden;
  transform-style: preserve-3d;
  transition: .3s all;
  border: 2px solid transparent;
}
.cid-uLMScuW1sm .item-wrapper:hover {
  transform: scale3d(1.01, 1.01, 1);
  border-color: #fafafa;
}
.cid-uLMScuW1sm .item-img {
  display: flex;
  align-items: center;
  justify-content: center;
  height: 175px;
}
.cid-uLMScuW1sm .item-img img {
  width: 100%;
  object-fit: cover;
  height: 100%;
}
.cid-uLMScuW1sm .item-content {
  display: flex;
  flex-direction: column;
  align-items: stretch;
  width: 100%;
  padding: 20px 5% 6%;
  flex-grow: 1;
  background-color: #ffffff;
}
.cid-uLMScuW1sm .item-text-wrap {
  width: 100%;
  margin-bottom: 5.3em;
}
@media (max-width: 1199px) {
  .cid-uLMScuW1sm .item-text-wrap {
    margin-bottom: 4em;
  }
}
@media (max-width: 767px) {
  .cid-uLMScuW1sm .item-text-wrap {
    margin-bottom: 2em;
    max-width: 340px;
    margin-right: auto;
  }
}
.cid-uLMScuW1sm .item-title {
  color: #272727;
  margin-bottom: 0.52em;
}
.cid-uLMScuW1sm .item-subtitle {
  color: #272727;
  opacity: 0.52em;
}
.cid-uLMScuW1sm .card-bottom {
  display: flex;
  flex-direction: column;
  align-items: stretch;
  margin-top: auto;
}
.cid-uLMScuW1sm .item-name-wrap {
  display: flex;
  align-items: center;
  width: 100%;
}
.cid-uLMScuW1sm .image-wrapper {
  width: 35px;
  height: 35px;
  margin-right: 10px;
  border-radius: 300px;
  overflow: hidden;
}
.cid-uLMScuW1sm .image-wrapper img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.cid-uLMScuW1sm .mbr-text {
  flex-grow: 1;
  color: #272727;
  text-align: right;
}
.cid-uLMScuW1sm .mbr-section-btn {
  display: flex;
  margin-top: 20px;
  width: auto !important;
}
.cid-uLMScuW1sm .mbr-section-btn .btn {
  width: 100%;
  min-width: auto !important;
}
.cid-uLMRAIzUxG {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-color: #0e132f;
}
.cid-uLMRAIzUxG .mbr-fallback-image.disabled {
  display: none;
}
.cid-uLMRAIzUxG .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-uLMRAIzUxG .container {
    padding: 0 16px;
  }
}
.cid-uLMRAIzUxG .card {
  display: flex;
  flex-direction: column;
  justify-content: space-between;
}
@media (max-width: 992px) {
  .cid-uLMRAIzUxG .card {
    margin-bottom: 40px;
  }
}
.cid-uLMRAIzUxG .card .content-wrapper .title-wrapper .title-wrap {
  display: inline-flex;
  align-items: center;
  margin-bottom: 16px;
}
@media (max-width: 992px) {
  .cid-uLMRAIzUxG .card .content-wrapper .title-wrapper .title-wrap {
    margin-bottom: 40px;
  }
}
.cid-uLMRAIzUxG .card .content-wrapper .title-wrapper .title-wrap img {
  width: 32px;
  height: 32px;
  object-fit: contain;
  margin-right: 1rem;
}
.cid-uLMRAIzUxG .card .content-wrapper .title-wrapper .title-wrap .mbr-section-title {
  margin-bottom: 0;
}
.cid-uLMRAIzUxG .card .content-wrapper .copyright {
  margin-bottom: 20px;
}
@media (max-width: 992px) {
  .cid-uLMRAIzUxG .card .content-wrapper .copyright {
    margin-bottom: 40px;
  }
}
.cid-uLMRAIzUxG .card .social-wrapper .social-wrap {
  display: inline-flex;
  flex-wrap: wrap;
}
.cid-uLMRAIzUxG .card .social-wrapper .social-wrap .mbr-iconfont {
  font-size: 20px;
  margin-right: 48px;
  color: #ffffff;
}
.cid-uLMRAIzUxG .list-wrapper .mbr-card-title {
  margin-bottom: 16px;
}
.cid-uLMRAIzUxG .list-wrapper .list {
  margin: 0;
  padding: 0;
  list-style-type: none;
}
.cid-uLMRAIzUxG .list-wrapper .list .item-wrap {
  margin-bottom: 16px;
}
@media (max-width: 992px) {
  .cid-uLMRAIzUxG .list-wrapper .list {
    margin-bottom: 40px;
  }
}
.cid-uLMRAIzUxG .mbr-section-title {
  color: #ffffff;
}
.cid-uLMRAIzUxG .copyright {
  color: #ffffff;
}
.cid-uLMRAIzUxG .mbr-card-title {
  color: #D4FE00;
}
.cid-uLMRAIzUxG .list {
  color: #ffffff;
}
.cid-uLMT5bnPh6 .navbar-dropdown {
  background-color: #ffffff !important;
  padding: 0;
}
.cid-uLMT5bnPh6 .navbar.navbar-expand-lg .dropdown .dropdown-menu {
  background-color: #ffffff !important;
  background: #ffffff;
}
.cid-uLMT5bnPh6 .navbar.navbar-expand-lg .dropdown .dropdown-menu .dropdown-submenu {
  margin: 0;
  left: 100%;
}
@media (max-width: 991px) {
  .cid-uLMT5bnPh6 .menu_box .navbar.opened,
  .cid-uLMT5bnPh6 .menu_box .navbar-collapse {
    background-color: #ffffff !important;
    transition: all 0s ease 0s;
  }
}
.cid-uLMT5bnPh6 .navbar-dropdown {
  position: relative !important;
}
.cid-uLMT5bnPh6 .btn {
  min-height: auto;
  box-shadow: none;
  margin-top: 0;
}
.cid-uLMT5bnPh6 .btn:hover {
  box-shadow: none;
}
@media (min-width: 992px) {
  .cid-uLMT5bnPh6 .offcanvas_image img {
    width: auto;
    object-fit: cover;
    display: inline-block;
  }
  .cid-uLMT5bnPh6 .offcanvas-header {
    position: relative;
    padding: 0;
  }
  .cid-uLMT5bnPh6 .offcanvas-header .btn-close {
    position: absolute;
    top: -70px;
    right: 0;
    width: 35px;
    height: 30px;
  }
  .cid-uLMT5bnPh6 .offcanvas-body {
    text-align: center;
    padding: 0;
  }
  .cid-uLMT5bnPh6 .offcanvas-body .mbr-text,
  .cid-uLMT5bnPh6 .offcanvas-body .mbr-section-subtitle {
    margin-top: 14px;
  }
  .cid-uLMT5bnPh6 .offcanvas-body .offcanvas_contact {
    margin: 35px 0;
  }
  .cid-uLMT5bnPh6 .offcanvas_box button.btn_offcanvas {
    outline: none;
    width: 40px;
    height: 40px;
    cursor: pointer;
    transition: all 0.2s;
    position: relative;
    align-self: center;
  }
  .cid-uLMT5bnPh6 .offcanvas_box button.btn_offcanvas .hamburger span {
    position: absolute;
    right: 0;
    width: 40px;
    height: 2px;
    border-right: 5px;
    background-color: #474747;
  }
  .cid-uLMT5bnPh6 .offcanvas_box button.btn_offcanvas .hamburger span:nth-child(1) {
    top: 18px;
    transition: all 0.2s;
  }
  .cid-uLMT5bnPh6 .offcanvas_box button.btn_offcanvas .hamburger span:nth-child(2) {
    top: 25px;
    transition: all 0.2s;
  }
  .cid-uLMT5bnPh6 .offcanvas_box button.btn_offcanvas:hover .hamburger span {
    width: 36px;
  }
  .cid-uLMT5bnPh6 .offcanvas_box button.btn_offcanvas:hover .hamburger span:nth-child(2) {
    width: 33px;
    transition-delay: 0.2s;
  }
  .cid-uLMT5bnPh6 ul.navbar-nav {
    padding-bottom: 1.5rem;
  }
  .cid-uLMT5bnPh6 .dropdown-menu .dropdown-toggle[data-toggle="dropdown-submenu"]::after,
  .cid-uLMT5bnPh6 .link.dropdown-toggle::after {
    display: inline-block;
    width: 7px;
    height: 7px;
    margin-left: .5rem;
    margin-bottom: 2px;
    content: "";
    border: 2px solid;
    border-left: none;
    border-top: none;
    transform: rotate(-45deg);
  }
  .cid-uLMT5bnPh6 .link.dropdown-toggle::after {
    padding: 0 !important;
    transform: rotate(45deg);
  }
  .cid-uLMT5bnPh6 li.nav-item {
    position: relative;
    display: inline-block;
    padding: 1px 7px !important;
    vertical-align: middle;
    line-height: 2em !important;
    font-weight: 600 !important;
    text-decoration: none;
    letter-spacing: 0 !important;
    z-index: 1;
  }
  .cid-uLMT5bnPh6 .lg_brand {
    margin: 0 1rem;
  }
}
.cid-uLMT5bnPh6 .nav-item {
  margin: 4px 15px;
}
@media (min-width: 1200px) {
  .cid-uLMT5bnPh6 .nav-item {
    margin: 4px 20px;
  }
}
@media (max-width: 991px) {
  .cid-uLMT5bnPh6 .nav-item {
    margin: 0 !important;
  }
}
.cid-uLMT5bnPh6 .dropdown-menu {
  border-radius: 0;
  box-shadow: none;
  text-align: left;
}
@media (min-width: 992px) {
  .cid-uLMT5bnPh6 .dropdown-menu {
    padding: 18px 34px 22px;
    min-width: 250px;
    top: auto !important;
    left: -40px !important;
  }
  .cid-uLMT5bnPh6 .dropdown-menu.dropdown-submenu {
    left: 215px !important;
    top: -45% !important;
  }
}
@media (max-width: 991px) {
  .cid-uLMT5bnPh6 .dropdown-menu .dropdown-toggle[data-toggle="dropdown-submenu"]::after,
  .cid-uLMT5bnPh6 .link.dropdown-toggle::after {
    display: inline-block;
    width: 7px;
    height: 7px;
    margin-left: .5rem;
    margin-bottom: 2px;
    content: "";
    border: 2px solid;
    border-left: none;
    border-top: none;
    transform: rotate(-45deg);
    right: 15px;
    position: absolute;
    margin-top: -2px;
  }
  .cid-uLMT5bnPh6 .show.dropdown-toggle[aria-expanded="true"]::after {
    transform: rotate(45deg);
    margin-top: -4px;
  }
  .cid-uLMT5bnPh6 .offcanvas_box {
    display: none;
  }
}
.cid-uLMT5bnPh6 .dropdown-item {
  border: none;
  font-weight: 400 !important;
}
.cid-uLMT5bnPh6 .nav-dropdown .link {
  font-weight: 400 !important;
  padding: 0 !important;
  margin: 0 !important;
}
.cid-uLMT5bnPh6 .nav-dropdown .link.dropdown-toggle::after {
  margin-left: 0.5rem;
  margin-top: 0;
}
.cid-uLMT5bnPh6 .container {
  display: flex;
  margin: auto;
}
.cid-uLMT5bnPh6 .iconfont-wrapper {
  color: #e0bdb6;
  font-size: 17px;
  margin-right: 10px;
  margin-bottom: 5px;
  width: 25px;
  height: 25px;
  border-radius: 50%;
  display: flex;
  justify-content: center;
  align-items: center;
  transition: all 0.2s ease-in-out;
}
.cid-uLMT5bnPh6 .iconfont-wrapper:last-child {
  margin-right: 0;
}
.cid-uLMT5bnPh6 .iconfont-wrapper:hover {
  opacity: .5;
}
.cid-uLMT5bnPh6 .navbar-caption {
  color: #747474;
}
.cid-uLMT5bnPh6 .navbar-nav {
  margin: 0 1rem;
}
@media (min-width: 992px) {
  .cid-uLMT5bnPh6 .navbar-nav {
    margin: 0;
  }
}
.cid-uLMT5bnPh6 .dropdown-menu,
.cid-uLMT5bnPh6 .navbar.opened {
  background-color: false !important;
}
.cid-uLMT5bnPh6 .nav-item:focus,
.cid-uLMT5bnPh6 .nav-link:focus {
  outline: none;
}
.cid-uLMT5bnPh6 .dropdown .dropdown-menu .dropdown-item {
  width: auto;
  transition: all 0.25s ease-in-out;
}
.cid-uLMT5bnPh6 .dropdown .dropdown-menu .dropdown-item::after {
  right: 0.5rem;
}
.cid-uLMT5bnPh6 .dropdown .dropdown-menu .dropdown-item .mbr-iconfont {
  margin-right: 0.5rem;
  vertical-align: sub;
}
.cid-uLMT5bnPh6 .dropdown .dropdown-menu .dropdown-item .mbr-iconfont:before {
  display: inline-block;
  transform: scale(1, 1);
  transition: all 0.25s ease-in-out;
}
.cid-uLMT5bnPh6 .collapsed .dropdown-menu .dropdown-item:before {
  display: none;
}
.cid-uLMT5bnPh6 .collapsed .dropdown .dropdown-menu .dropdown-item {
  padding: 0.235em 1.5em 0.235em 1.5em !important;
  transition: none;
  margin: 0 !important;
}
.cid-uLMT5bnPh6 .navbar {
  min-height: 70px;
  padding: 20px 0;
  transition: all 0.3s;
  border-bottom-width: 0px;
}
@media (max-width: 992px) {
  .cid-uLMT5bnPh6 .navbar {
    min-height: 30px;
    max-height: 90px;
  }
}
.cid-uLMT5bnPh6 .navbar.opened {
  transition: all 0.3s;
}
.cid-uLMT5bnPh6 .navbar .dropdown-item {
  padding: 0;
  margin: 8px 0;
}
.cid-uLMT5bnPh6 .navbar .navbar-logo img {
  width: auto;
  object-fit: contain;
  border-radius: 0;
}
.cid-uLMT5bnPh6 .navbar .navbar-collapse {
  justify-content: space-between;
  z-index: 1;
}
.cid-uLMT5bnPh6 .navbar.collapsed {
  justify-content: center;
}
.cid-uLMT5bnPh6 .navbar.collapsed .nav-item .nav-link::before {
  display: none;
}
.cid-uLMT5bnPh6 .navbar.collapsed.opened .dropdown-menu {
  top: 0;
}
.cid-uLMT5bnPh6 .navbar.collapsed .dropdown-menu .dropdown-submenu {
  left: 0 !important;
}
.cid-uLMT5bnPh6 .navbar.collapsed .dropdown-menu .dropdown-item:after {
  right: auto;
}
.cid-uLMT5bnPh6 .navbar.collapsed ul.navbar-nav li {
  margin: auto;
}
.cid-uLMT5bnPh6 .navbar.collapsed .dropdown-menu .dropdown-item {
  padding: 0.25rem 1.5rem;
  text-align: left;
}
.cid-uLMT5bnPh6 .navbar.collapsed .icons-menu {
  padding: 0;
}
@media (max-width: 991px) {
  .cid-uLMT5bnPh6 .navbar .nav-item {
    padding: .5rem 0;
  }
  .cid-uLMT5bnPh6 .navbar .navbar-collapse {
    padding: 34px 0;
    border-radius: 25px;
  }
  .cid-uLMT5bnPh6 .navbar .nav-item .nav-link::before {
    display: none;
  }
  .cid-uLMT5bnPh6 .navbar.opened .dropdown-menu {
    top: 0;
  }
  .cid-uLMT5bnPh6 .navbar .dropdown-menu {
    padding: 6px 0 6px 15px;
  }
  .cid-uLMT5bnPh6 .navbar .dropdown-menu .dropdown-submenu {
    left: 0 !important;
  }
  .cid-uLMT5bnPh6 .navbar .dropdown-menu .dropdown-item:after {
    right: auto;
    margin-top: -0.4rem;
  }
  .cid-uLMT5bnPh6 .navbar .navbar-logo img {
    height: 3rem !important;
  }
  .cid-uLMT5bnPh6 .navbar ul.navbar-nav {
    overflow: hidden;
  }
  .cid-uLMT5bnPh6 .navbar ul.navbar-nav li {
    margin: 0;
  }
  .cid-uLMT5bnPh6 .navbar .dropdown-menu .dropdown-item {
    padding: 0 !important;
    margin: 0;
    margin-top: 8px;
    text-align: left;
  }
  .cid-uLMT5bnPh6 .navbar .navbar-brand {
    flex-shrink: initial;
    flex-basis: auto;
    word-break: break-word;
    padding-right: 2rem;
  }
  .cid-uLMT5bnPh6 .navbar .navbar-toggler {
    flex-basis: auto;
  }
  .cid-uLMT5bnPh6 .navbar .icons-menu {
    padding: 0;
  }
}
.cid-uLMT5bnPh6 .navbar.navbar-short {
  min-height: 60px;
}
.cid-uLMT5bnPh6 .navbar.navbar-short .navbar-logo img {
  height: 2.5rem !important;
}
.cid-uLMT5bnPh6 .navbar.navbar-short .navbar-brand {
  min-height: 60px;
  padding: 0;
}
.cid-uLMT5bnPh6 .navbar-brand {
  min-height: 70px;
  flex-shrink: 0;
  align-items: center;
  margin-right: 0;
  padding: 10px 0;
  transition: all 0.3s;
  word-break: break-word;
  z-index: 1;
}
.cid-uLMT5bnPh6 .navbar-brand .navbar-caption {
  line-height: inherit !important;
}
.cid-uLMT5bnPh6 .navbar-brand .navbar-logo a {
  outline: none;
}
.cid-uLMT5bnPh6 .dropdown-item.active,
.cid-uLMT5bnPh6 .dropdown-item:active {
  background-color: transparent;
}
.cid-uLMT5bnPh6 .navbar-expand-lg .navbar-nav .nav-link {
  padding: 0;
}
.cid-uLMT5bnPh6 .nav-dropdown .link.dropdown-toggle {
  margin-right: 1.667em;
}
.cid-uLMT5bnPh6 .nav-dropdown .link.dropdown-toggle[aria-expanded="true"] {
  margin-right: 0;
  padding: 0.667em 1.667em;
}
.cid-uLMT5bnPh6 .navbar .dropdown.open > .dropdown-menu {
  display: block;
}
.cid-uLMT5bnPh6 ul.navbar-nav {
  flex-wrap: wrap;
  padding: 36px 0;
  border-bottom: 1px solid #0e132f;
}
.cid-uLMT5bnPh6 .navbar-buttons {
  text-align: center;
  min-width: 170px;
}
.cid-uLMT5bnPh6 button.navbar-toggler {
  outline: none;
  width: 48px;
  height: 48px;
  border-radius: 50%;
  cursor: pointer;
  transition: all 0.2s;
  position: relative;
  align-self: center;
  color: #ffffff;
  background: #ffffff;
}
.cid-uLMT5bnPh6 button.navbar-toggler .hamburger span {
  position: absolute;
  right: 10px;
  margin-top: 14px;
  width: 26px;
  height: 2px;
  border-right: 5px;
  background-color: #474747;
}
.cid-uLMT5bnPh6 button.navbar-toggler .hamburger span:nth-child(1) {
  top: 0;
  transition: all 0.2s;
}
.cid-uLMT5bnPh6 button.navbar-toggler .hamburger span:nth-child(2) {
  top: 8px;
  transition: all 0.15s;
}
.cid-uLMT5bnPh6 button.navbar-toggler .hamburger span:nth-child(3) {
  top: 8px;
  transition: all 0.15s;
}
.cid-uLMT5bnPh6 button.navbar-toggler .hamburger span:nth-child(4) {
  top: 16px;
  transition: all 0.2s;
}
.cid-uLMT5bnPh6 nav.opened .hamburger span:nth-child(1) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-uLMT5bnPh6 nav.opened .hamburger span:nth-child(2) {
  transform: rotate(45deg);
  transition: all 0.25s;
}
.cid-uLMT5bnPh6 nav.opened .hamburger span:nth-child(3) {
  transform: rotate(-45deg);
  transition: all 0.25s;
}
.cid-uLMT5bnPh6 nav.opened .hamburger span:nth-child(4) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-uLMT5bnPh6 a.nav-link {
  display: flex;
  align-items: center;
  justify-content: flex-start;
}
.cid-uLMT5bnPh6 .icons-menu {
  flex-wrap: nowrap;
  display: flex;
  justify-content: center;
  padding: 0;
  text-align: center;
  margin-bottom: 35px;
}
@media screen and (-ms-high-contrast: active), (-ms-high-contrast: none) {
  .cid-uLMT5bnPh6 .navbar {
    height: 70px;
  }
  .cid-uLMT5bnPh6 .navbar.opened {
    height: auto;
  }
  .cid-uLMT5bnPh6 .nav-item .nav-link:hover::before {
    width: 175%;
    max-width: calc(100% + 2rem);
    left: -1rem;
  }
}
.cid-uLMT5bnPh6 .navbar-dropdown .navbar-logo {
  margin-right: 15px;
}
@media (min-width: 768px) {
  .cid-uLMT5bnPh6 .container-fluid {
    padding-left: 30px;
    padding-right: 30px;
  }
}
.cid-uLMT5bnPh6 .mbr-section-btn-main {
  padding-top: 5px;
}
.cid-uLMT5bnPh6 .mbr-section-btn-main .btn {
  margin: 0 4px 4px 4px;
}
.cid-uLMT5bnPh6 .navbar-caption:hover {
  color: #2554ab;
}
@media (min-width: 992px) {
  .cid-uLMT5bnPh6 .dropdown-menu.dropdown-submenu {
    left: 175px !important;
    top: -45% !important;
  }
}
.cid-uLMT5bnPh6 .nav-link {
  position: relative;
}
.cid-uLMT5bnPh6 .nav-link:before {
  content: '';
  position: absolute;
  left: -12px;
  width: 6px;
  height: 6px;
  border-radius: 100%;
  background-color: #2554ab;
  transition: all .3s ease;
  opacity: 0;
}
.cid-uLMT5bnPh6 .nav-link:hover:before {
  opacity: 1;
}
.cid-uLMT5bnPh6 .mbr-section-subtitle {
  color: #ffffff;
}
.cid-uLMT5bnPh6 .mbr-text {
  color: #ffffff;
  text-align: center;
}
.cid-uLMT5bnPh6 .text_widget {
  color: #ffffff;
}
.cid-uLMT5bnPh6 .mbr-section-subtitle,
.cid-uLMT5bnPh6 .text_widget,
.cid-uLMT5bnPh6 .mbr-section-btn {
  text-align: center;
}
.cid-uLMT5bnPh6 a[class*="text-"]:not(.nav-link):not(.dropdown-item):not([role]):not(.navbar-caption):hover {
  background-image: none;
}
.cid-u7c2e1AUnS {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-color: #ffffff;
}
.cid-u7c2e1AUnS .item-img {
  position: relative;
  overflow: hidden;
}
.cid-u7c2e1AUnS .item-img:before {
  content: '';
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
  left: 0;
  background: black;
  opacity: 0.3;
  z-index: 1;
  transition: all 0.3s;
  pointer-events: none;
}
.cid-u7c2e1AUnS h5 {
  margin-bottom: 1rem;
}
.cid-u7c2e1AUnS .item-content {
  position: absolute;
  top: 55%;
  right: 0;
  z-index: 2;
  width: 100%;
  transform: translateY(-50%);
  padding: 2rem 8rem;
  display: flex;
  flex-direction: column;
  height: 50%;
}
@media (max-width: 767px) {
  .cid-u7c2e1AUnS .item-content {
    padding: 0 2rem 1.5rem;
    margin-top: 1rem;
  }
}
.cid-u7c2e1AUnS img,
.cid-u7c2e1AUnS .item-img {
  width: 100%;
  transition: all 0.3s;
  height: 100%;
  height: 400px;
  object-fit: cover;
}
.cid-u7c2e1AUnS .item:focus,
.cid-u7c2e1AUnS span:focus {
  outline: none;
}
.cid-u7c2e1AUnS .item {
  margin-bottom: 2rem;
}
@media (max-width: 767px) {
  .cid-u7c2e1AUnS .item {
    margin-bottom: 1rem;
  }
}
.cid-u7c2e1AUnS .item-wrapper {
  position: relative;
  height: 100%;
  display: flex;
  flex-flow: column nowrap;
}
.cid-u7c2e1AUnS .mbr-section-title {
  color: #4e423d;
}
.cid-u7c2e1AUnS .item-title {
  text-align: left;
  color: #ffffff;
}
.cid-u7c2e1AUnS .item-subtitle {
  text-align: left;
  color: #ffffff;
}
.cid-u7c2e1AUnS .mbr-text,
.cid-u7c2e1AUnS .item .mbr-section-btn {
  text-align: left;
  color: #ffffff;
}
.cid-u7c2e1AUnS .content-head {
  max-width: 800px;
}
.cid-uBTwIHU6hR {
  padding-top: 1rem;
  padding-bottom: 5rem;
  background-color: #fafafa;
}
.cid-uBTwIHU6hR .mbr-section-title {
  margin-bottom: 1em;
  color: #272727;
}
.cid-uBTwIHU6hR .mbr-section-subtitle {
  margin-bottom: 1.5625em;
  color: #272727;
  opacity: 0.4;
}
.cid-uBTwIHU6hR .item-row {
  display: grid;
  -webkit-box-align: stretch;
  -webkit-align-items: stretch;
  -ms-flex-align: stretch;
  align-items: stretch;
  grid-auto-columns: 1fr;
  grid-column-gap: 16px;
  grid-row-gap: 16px;
  grid-template-columns: repeat(4, 1fr);
  -ms-grid-rows: auto;
  grid-template-rows: auto;
}
@media (max-width: 1199px) {
  .cid-uBTwIHU6hR .item-row {
    grid-template-columns: repeat(2, 1fr);
  }
}
@media (max-width: 767px) {
  .cid-uBTwIHU6hR .item-row {
    grid-template-columns: repeat(1, 1fr);
  }
}
.cid-uBTwIHU6hR .item {
  padding: 0;
}
.cid-uBTwIHU6hR .item-wrapper {
  display: flex;
  flex-direction: column;
  align-items: stretch;
  height: 100%;
  width: 100%;
  border-radius: 10px;
  overflow: hidden;
  transform-style: preserve-3d;
  transition: .3s all;
  border: 2px solid transparent;
}
.cid-uBTwIHU6hR .item-wrapper:hover {
  transform: scale3d(1.01, 1.01, 1);
  border-color: #fafafa;
}
.cid-uBTwIHU6hR .item-img {
  display: flex;
  align-items: center;
  justify-content: center;
  height: 175px;
}
.cid-uBTwIHU6hR .item-img img {
  width: 100%;
  object-fit: cover;
  height: 100%;
}
.cid-uBTwIHU6hR .item-content {
  display: flex;
  flex-direction: column;
  align-items: stretch;
  width: 100%;
  padding: 20px 5% 6%;
  flex-grow: 1;
  background-color: #ffffff;
}
.cid-uBTwIHU6hR .item-text-wrap {
  width: 100%;
  margin-bottom: 5.3em;
}
@media (max-width: 1199px) {
  .cid-uBTwIHU6hR .item-text-wrap {
    margin-bottom: 4em;
  }
}
@media (max-width: 767px) {
  .cid-uBTwIHU6hR .item-text-wrap {
    margin-bottom: 2em;
    max-width: 340px;
    margin-right: auto;
  }
}
.cid-uBTwIHU6hR .item-title {
  color: #272727;
  margin-bottom: 0.52em;
}
.cid-uBTwIHU6hR .item-subtitle {
  color: #272727;
  opacity: 0.52em;
}
.cid-uBTwIHU6hR .card-bottom {
  display: flex;
  flex-direction: column;
  align-items: stretch;
  margin-top: auto;
}
.cid-uBTwIHU6hR .item-name-wrap {
  display: flex;
  align-items: center;
  width: 100%;
}
.cid-uBTwIHU6hR .image-wrapper {
  width: 35px;
  height: 35px;
  margin-right: 10px;
  border-radius: 300px;
  overflow: hidden;
}
.cid-uBTwIHU6hR .image-wrapper img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.cid-uBTwIHU6hR .mbr-text {
  flex-grow: 1;
  color: #272727;
  text-align: right;
}
.cid-uBTwIHU6hR .mbr-section-btn {
  display: flex;
  margin-top: 20px;
  width: auto !important;
}
.cid-uBTwIHU6hR .mbr-section-btn .btn {
  width: 100%;
  min-width: auto !important;
}
.cid-uLMRAIzUxG {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-color: #0e132f;
}
.cid-uLMRAIzUxG .mbr-fallback-image.disabled {
  display: none;
}
.cid-uLMRAIzUxG .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-uLMRAIzUxG .container {
    padding: 0 16px;
  }
}
.cid-uLMRAIzUxG .card {
  display: flex;
  flex-direction: column;
  justify-content: space-between;
}
@media (max-width: 992px) {
  .cid-uLMRAIzUxG .card {
    margin-bottom: 40px;
  }
}
.cid-uLMRAIzUxG .card .content-wrapper .title-wrapper .title-wrap {
  display: inline-flex;
  align-items: center;
  margin-bottom: 16px;
}
@media (max-width: 992px) {
  .cid-uLMRAIzUxG .card .content-wrapper .title-wrapper .title-wrap {
    margin-bottom: 40px;
  }
}
.cid-uLMRAIzUxG .card .content-wrapper .title-wrapper .title-wrap img {
  width: 32px;
  height: 32px;
  object-fit: contain;
  margin-right: 1rem;
}
.cid-uLMRAIzUxG .card .content-wrapper .title-wrapper .title-wrap .mbr-section-title {
  margin-bottom: 0;
}
.cid-uLMRAIzUxG .card .content-wrapper .copyright {
  margin-bottom: 20px;
}
@media (max-width: 992px) {
  .cid-uLMRAIzUxG .card .content-wrapper .copyright {
    margin-bottom: 40px;
  }
}
.cid-uLMRAIzUxG .card .social-wrapper .social-wrap {
  display: inline-flex;
  flex-wrap: wrap;
}
.cid-uLMRAIzUxG .card .social-wrapper .social-wrap .mbr-iconfont {
  font-size: 20px;
  margin-right: 48px;
  color: #ffffff;
}
.cid-uLMRAIzUxG .list-wrapper .mbr-card-title {
  margin-bottom: 16px;
}
.cid-uLMRAIzUxG .list-wrapper .list {
  margin: 0;
  padding: 0;
  list-style-type: none;
}
.cid-uLMRAIzUxG .list-wrapper .list .item-wrap {
  margin-bottom: 16px;
}
@media (max-width: 992px) {
  .cid-uLMRAIzUxG .list-wrapper .list {
    margin-bottom: 40px;
  }
}
.cid-uLMRAIzUxG .mbr-section-title {
  color: #ffffff;
}
.cid-uLMRAIzUxG .copyright {
  color: #ffffff;
}
.cid-uLMRAIzUxG .mbr-card-title {
  color: #D4FE00;
}
.cid-uLMRAIzUxG .list {
  color: #ffffff;
}
.cid-uLMT5bnPh6 .navbar-dropdown {
  background-color: #ffffff !important;
  padding: 0;
}
.cid-uLMT5bnPh6 .navbar.navbar-expand-lg .dropdown .dropdown-menu {
  background-color: #ffffff !important;
  background: #ffffff;
}
.cid-uLMT5bnPh6 .navbar.navbar-expand-lg .dropdown .dropdown-menu .dropdown-submenu {
  margin: 0;
  left: 100%;
}
@media (max-width: 991px) {
  .cid-uLMT5bnPh6 .menu_box .navbar.opened,
  .cid-uLMT5bnPh6 .menu_box .navbar-collapse {
    background-color: #ffffff !important;
    transition: all 0s ease 0s;
  }
}
.cid-uLMT5bnPh6 .navbar-dropdown {
  position: relative !important;
}
.cid-uLMT5bnPh6 .btn {
  min-height: auto;
  box-shadow: none;
  margin-top: 0;
}
.cid-uLMT5bnPh6 .btn:hover {
  box-shadow: none;
}
@media (min-width: 992px) {
  .cid-uLMT5bnPh6 .offcanvas_image img {
    width: auto;
    object-fit: cover;
    display: inline-block;
  }
  .cid-uLMT5bnPh6 .offcanvas-header {
    position: relative;
    padding: 0;
  }
  .cid-uLMT5bnPh6 .offcanvas-header .btn-close {
    position: absolute;
    top: -70px;
    right: 0;
    width: 35px;
    height: 30px;
  }
  .cid-uLMT5bnPh6 .offcanvas-body {
    text-align: center;
    padding: 0;
  }
  .cid-uLMT5bnPh6 .offcanvas-body .mbr-text,
  .cid-uLMT5bnPh6 .offcanvas-body .mbr-section-subtitle {
    margin-top: 14px;
  }
  .cid-uLMT5bnPh6 .offcanvas-body .offcanvas_contact {
    margin: 35px 0;
  }
  .cid-uLMT5bnPh6 .offcanvas_box button.btn_offcanvas {
    outline: none;
    width: 40px;
    height: 40px;
    cursor: pointer;
    transition: all 0.2s;
    position: relative;
    align-self: center;
  }
  .cid-uLMT5bnPh6 .offcanvas_box button.btn_offcanvas .hamburger span {
    position: absolute;
    right: 0;
    width: 40px;
    height: 2px;
    border-right: 5px;
    background-color: #474747;
  }
  .cid-uLMT5bnPh6 .offcanvas_box button.btn_offcanvas .hamburger span:nth-child(1) {
    top: 18px;
    transition: all 0.2s;
  }
  .cid-uLMT5bnPh6 .offcanvas_box button.btn_offcanvas .hamburger span:nth-child(2) {
    top: 25px;
    transition: all 0.2s;
  }
  .cid-uLMT5bnPh6 .offcanvas_box button.btn_offcanvas:hover .hamburger span {
    width: 36px;
  }
  .cid-uLMT5bnPh6 .offcanvas_box button.btn_offcanvas:hover .hamburger span:nth-child(2) {
    width: 33px;
    transition-delay: 0.2s;
  }
  .cid-uLMT5bnPh6 ul.navbar-nav {
    padding-bottom: 1.5rem;
  }
  .cid-uLMT5bnPh6 .dropdown-menu .dropdown-toggle[data-toggle="dropdown-submenu"]::after,
  .cid-uLMT5bnPh6 .link.dropdown-toggle::after {
    display: inline-block;
    width: 7px;
    height: 7px;
    margin-left: .5rem;
    margin-bottom: 2px;
    content: "";
    border: 2px solid;
    border-left: none;
    border-top: none;
    transform: rotate(-45deg);
  }
  .cid-uLMT5bnPh6 .link.dropdown-toggle::after {
    padding: 0 !important;
    transform: rotate(45deg);
  }
  .cid-uLMT5bnPh6 li.nav-item {
    position: relative;
    display: inline-block;
    padding: 1px 7px !important;
    vertical-align: middle;
    line-height: 2em !important;
    font-weight: 600 !important;
    text-decoration: none;
    letter-spacing: 0 !important;
    z-index: 1;
  }
  .cid-uLMT5bnPh6 .lg_brand {
    margin: 0 1rem;
  }
}
.cid-uLMT5bnPh6 .nav-item {
  margin: 4px 15px;
}
@media (min-width: 1200px) {
  .cid-uLMT5bnPh6 .nav-item {
    margin: 4px 20px;
  }
}
@media (max-width: 991px) {
  .cid-uLMT5bnPh6 .nav-item {
    margin: 0 !important;
  }
}
.cid-uLMT5bnPh6 .dropdown-menu {
  border-radius: 0;
  box-shadow: none;
  text-align: left;
}
@media (min-width: 992px) {
  .cid-uLMT5bnPh6 .dropdown-menu {
    padding: 18px 34px 22px;
    min-width: 250px;
    top: auto !important;
    left: -40px !important;
  }
  .cid-uLMT5bnPh6 .dropdown-menu.dropdown-submenu {
    left: 215px !important;
    top: -45% !important;
  }
}
@media (max-width: 991px) {
  .cid-uLMT5bnPh6 .dropdown-menu .dropdown-toggle[data-toggle="dropdown-submenu"]::after,
  .cid-uLMT5bnPh6 .link.dropdown-toggle::after {
    display: inline-block;
    width: 7px;
    height: 7px;
    margin-left: .5rem;
    margin-bottom: 2px;
    content: "";
    border: 2px solid;
    border-left: none;
    border-top: none;
    transform: rotate(-45deg);
    right: 15px;
    position: absolute;
    margin-top: -2px;
  }
  .cid-uLMT5bnPh6 .show.dropdown-toggle[aria-expanded="true"]::after {
    transform: rotate(45deg);
    margin-top: -4px;
  }
  .cid-uLMT5bnPh6 .offcanvas_box {
    display: none;
  }
}
.cid-uLMT5bnPh6 .dropdown-item {
  border: none;
  font-weight: 400 !important;
}
.cid-uLMT5bnPh6 .nav-dropdown .link {
  font-weight: 400 !important;
  padding: 0 !important;
  margin: 0 !important;
}
.cid-uLMT5bnPh6 .nav-dropdown .link.dropdown-toggle::after {
  margin-left: 0.5rem;
  margin-top: 0;
}
.cid-uLMT5bnPh6 .container {
  display: flex;
  margin: auto;
}
.cid-uLMT5bnPh6 .iconfont-wrapper {
  color: #e0bdb6;
  font-size: 17px;
  margin-right: 10px;
  margin-bottom: 5px;
  width: 25px;
  height: 25px;
  border-radius: 50%;
  display: flex;
  justify-content: center;
  align-items: center;
  transition: all 0.2s ease-in-out;
}
.cid-uLMT5bnPh6 .iconfont-wrapper:last-child {
  margin-right: 0;
}
.cid-uLMT5bnPh6 .iconfont-wrapper:hover {
  opacity: .5;
}
.cid-uLMT5bnPh6 .navbar-caption {
  color: #747474;
}
.cid-uLMT5bnPh6 .navbar-nav {
  margin: 0 1rem;
}
@media (min-width: 992px) {
  .cid-uLMT5bnPh6 .navbar-nav {
    margin: 0;
  }
}
.cid-uLMT5bnPh6 .dropdown-menu,
.cid-uLMT5bnPh6 .navbar.opened {
  background-color: false !important;
}
.cid-uLMT5bnPh6 .nav-item:focus,
.cid-uLMT5bnPh6 .nav-link:focus {
  outline: none;
}
.cid-uLMT5bnPh6 .dropdown .dropdown-menu .dropdown-item {
  width: auto;
  transition: all 0.25s ease-in-out;
}
.cid-uLMT5bnPh6 .dropdown .dropdown-menu .dropdown-item::after {
  right: 0.5rem;
}
.cid-uLMT5bnPh6 .dropdown .dropdown-menu .dropdown-item .mbr-iconfont {
  margin-right: 0.5rem;
  vertical-align: sub;
}
.cid-uLMT5bnPh6 .dropdown .dropdown-menu .dropdown-item .mbr-iconfont:before {
  display: inline-block;
  transform: scale(1, 1);
  transition: all 0.25s ease-in-out;
}
.cid-uLMT5bnPh6 .collapsed .dropdown-menu .dropdown-item:before {
  display: none;
}
.cid-uLMT5bnPh6 .collapsed .dropdown .dropdown-menu .dropdown-item {
  padding: 0.235em 1.5em 0.235em 1.5em !important;
  transition: none;
  margin: 0 !important;
}
.cid-uLMT5bnPh6 .navbar {
  min-height: 70px;
  padding: 20px 0;
  transition: all 0.3s;
  border-bottom-width: 0px;
}
@media (max-width: 992px) {
  .cid-uLMT5bnPh6 .navbar {
    min-height: 30px;
    max-height: 90px;
  }
}
.cid-uLMT5bnPh6 .navbar.opened {
  transition: all 0.3s;
}
.cid-uLMT5bnPh6 .navbar .dropdown-item {
  padding: 0;
  margin: 8px 0;
}
.cid-uLMT5bnPh6 .navbar .navbar-logo img {
  width: auto;
  object-fit: contain;
  border-radius: 0;
}
.cid-uLMT5bnPh6 .navbar .navbar-collapse {
  justify-content: space-between;
  z-index: 1;
}
.cid-uLMT5bnPh6 .navbar.collapsed {
  justify-content: center;
}
.cid-uLMT5bnPh6 .navbar.collapsed .nav-item .nav-link::before {
  display: none;
}
.cid-uLMT5bnPh6 .navbar.collapsed.opened .dropdown-menu {
  top: 0;
}
.cid-uLMT5bnPh6 .navbar.collapsed .dropdown-menu .dropdown-submenu {
  left: 0 !important;
}
.cid-uLMT5bnPh6 .navbar.collapsed .dropdown-menu .dropdown-item:after {
  right: auto;
}
.cid-uLMT5bnPh6 .navbar.collapsed ul.navbar-nav li {
  margin: auto;
}
.cid-uLMT5bnPh6 .navbar.collapsed .dropdown-menu .dropdown-item {
  padding: 0.25rem 1.5rem;
  text-align: left;
}
.cid-uLMT5bnPh6 .navbar.collapsed .icons-menu {
  padding: 0;
}
@media (max-width: 991px) {
  .cid-uLMT5bnPh6 .navbar .nav-item {
    padding: .5rem 0;
  }
  .cid-uLMT5bnPh6 .navbar .navbar-collapse {
    padding: 34px 0;
    border-radius: 25px;
  }
  .cid-uLMT5bnPh6 .navbar .nav-item .nav-link::before {
    display: none;
  }
  .cid-uLMT5bnPh6 .navbar.opened .dropdown-menu {
    top: 0;
  }
  .cid-uLMT5bnPh6 .navbar .dropdown-menu {
    padding: 6px 0 6px 15px;
  }
  .cid-uLMT5bnPh6 .navbar .dropdown-menu .dropdown-submenu {
    left: 0 !important;
  }
  .cid-uLMT5bnPh6 .navbar .dropdown-menu .dropdown-item:after {
    right: auto;
    margin-top: -0.4rem;
  }
  .cid-uLMT5bnPh6 .navbar .navbar-logo img {
    height: 3rem !important;
  }
  .cid-uLMT5bnPh6 .navbar ul.navbar-nav {
    overflow: hidden;
  }
  .cid-uLMT5bnPh6 .navbar ul.navbar-nav li {
    margin: 0;
  }
  .cid-uLMT5bnPh6 .navbar .dropdown-menu .dropdown-item {
    padding: 0 !important;
    margin: 0;
    margin-top: 8px;
    text-align: left;
  }
  .cid-uLMT5bnPh6 .navbar .navbar-brand {
    flex-shrink: initial;
    flex-basis: auto;
    word-break: break-word;
    padding-right: 2rem;
  }
  .cid-uLMT5bnPh6 .navbar .navbar-toggler {
    flex-basis: auto;
  }
  .cid-uLMT5bnPh6 .navbar .icons-menu {
    padding: 0;
  }
}
.cid-uLMT5bnPh6 .navbar.navbar-short {
  min-height: 60px;
}
.cid-uLMT5bnPh6 .navbar.navbar-short .navbar-logo img {
  height: 2.5rem !important;
}
.cid-uLMT5bnPh6 .navbar.navbar-short .navbar-brand {
  min-height: 60px;
  padding: 0;
}
.cid-uLMT5bnPh6 .navbar-brand {
  min-height: 70px;
  flex-shrink: 0;
  align-items: center;
  margin-right: 0;
  padding: 10px 0;
  transition: all 0.3s;
  word-break: break-word;
  z-index: 1;
}
.cid-uLMT5bnPh6 .navbar-brand .navbar-caption {
  line-height: inherit !important;
}
.cid-uLMT5bnPh6 .navbar-brand .navbar-logo a {
  outline: none;
}
.cid-uLMT5bnPh6 .dropdown-item.active,
.cid-uLMT5bnPh6 .dropdown-item:active {
  background-color: transparent;
}
.cid-uLMT5bnPh6 .navbar-expand-lg .navbar-nav .nav-link {
  padding: 0;
}
.cid-uLMT5bnPh6 .nav-dropdown .link.dropdown-toggle {
  margin-right: 1.667em;
}
.cid-uLMT5bnPh6 .nav-dropdown .link.dropdown-toggle[aria-expanded="true"] {
  margin-right: 0;
  padding: 0.667em 1.667em;
}
.cid-uLMT5bnPh6 .navbar .dropdown.open > .dropdown-menu {
  display: block;
}
.cid-uLMT5bnPh6 ul.navbar-nav {
  flex-wrap: wrap;
  padding: 36px 0;
  border-bottom: 1px solid #0e132f;
}
.cid-uLMT5bnPh6 .navbar-buttons {
  text-align: center;
  min-width: 170px;
}
.cid-uLMT5bnPh6 button.navbar-toggler {
  outline: none;
  width: 48px;
  height: 48px;
  border-radius: 50%;
  cursor: pointer;
  transition: all 0.2s;
  position: relative;
  align-self: center;
  color: #ffffff;
  background: #ffffff;
}
.cid-uLMT5bnPh6 button.navbar-toggler .hamburger span {
  position: absolute;
  right: 10px;
  margin-top: 14px;
  width: 26px;
  height: 2px;
  border-right: 5px;
  background-color: #474747;
}
.cid-uLMT5bnPh6 button.navbar-toggler .hamburger span:nth-child(1) {
  top: 0;
  transition: all 0.2s;
}
.cid-uLMT5bnPh6 button.navbar-toggler .hamburger span:nth-child(2) {
  top: 8px;
  transition: all 0.15s;
}
.cid-uLMT5bnPh6 button.navbar-toggler .hamburger span:nth-child(3) {
  top: 8px;
  transition: all 0.15s;
}
.cid-uLMT5bnPh6 button.navbar-toggler .hamburger span:nth-child(4) {
  top: 16px;
  transition: all 0.2s;
}
.cid-uLMT5bnPh6 nav.opened .hamburger span:nth-child(1) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-uLMT5bnPh6 nav.opened .hamburger span:nth-child(2) {
  transform: rotate(45deg);
  transition: all 0.25s;
}
.cid-uLMT5bnPh6 nav.opened .hamburger span:nth-child(3) {
  transform: rotate(-45deg);
  transition: all 0.25s;
}
.cid-uLMT5bnPh6 nav.opened .hamburger span:nth-child(4) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-uLMT5bnPh6 a.nav-link {
  display: flex;
  align-items: center;
  justify-content: flex-start;
}
.cid-uLMT5bnPh6 .icons-menu {
  flex-wrap: nowrap;
  display: flex;
  justify-content: center;
  padding: 0;
  text-align: center;
  margin-bottom: 35px;
}
@media screen and (-ms-high-contrast: active), (-ms-high-contrast: none) {
  .cid-uLMT5bnPh6 .navbar {
    height: 70px;
  }
  .cid-uLMT5bnPh6 .navbar.opened {
    height: auto;
  }
  .cid-uLMT5bnPh6 .nav-item .nav-link:hover::before {
    width: 175%;
    max-width: calc(100% + 2rem);
    left: -1rem;
  }
}
.cid-uLMT5bnPh6 .navbar-dropdown .navbar-logo {
  margin-right: 15px;
}
@media (min-width: 768px) {
  .cid-uLMT5bnPh6 .container-fluid {
    padding-left: 30px;
    padding-right: 30px;
  }
}
.cid-uLMT5bnPh6 .mbr-section-btn-main {
  padding-top: 5px;
}
.cid-uLMT5bnPh6 .mbr-section-btn-main .btn {
  margin: 0 4px 4px 4px;
}
.cid-uLMT5bnPh6 .navbar-caption:hover {
  color: #2554ab;
}
@media (min-width: 992px) {
  .cid-uLMT5bnPh6 .dropdown-menu.dropdown-submenu {
    left: 175px !important;
    top: -45% !important;
  }
}
.cid-uLMT5bnPh6 .nav-link {
  position: relative;
}
.cid-uLMT5bnPh6 .nav-link:before {
  content: '';
  position: absolute;
  left: -12px;
  width: 6px;
  height: 6px;
  border-radius: 100%;
  background-color: #2554ab;
  transition: all .3s ease;
  opacity: 0;
}
.cid-uLMT5bnPh6 .nav-link:hover:before {
  opacity: 1;
}
.cid-uLMT5bnPh6 .mbr-section-subtitle {
  color: #ffffff;
}
.cid-uLMT5bnPh6 .mbr-text {
  color: #ffffff;
  text-align: center;
}
.cid-uLMT5bnPh6 .text_widget {
  color: #ffffff;
}
.cid-uLMT5bnPh6 .mbr-section-subtitle,
.cid-uLMT5bnPh6 .text_widget,
.cid-uLMT5bnPh6 .mbr-section-btn {
  text-align: center;
}
.cid-uLMT5bnPh6 a[class*="text-"]:not(.nav-link):not(.dropdown-item):not([role]):not(.navbar-caption):hover {
  background-image: none;
}
.cid-uBSSffhl8z {
  padding-top: 0rem;
  padding-bottom: 0rem;
  background-color: #ffffff;
}
.cid-uBSSffhl8z .item-img {
  position: relative;
  overflow: hidden;
}
.cid-uBSSffhl8z .item-img:before {
  content: '';
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
  left: 0;
  background: black;
  opacity: 0.3;
  z-index: 1;
  transition: all 0.3s;
  pointer-events: none;
}
.cid-uBSSffhl8z h5 {
  margin-bottom: 1rem;
}
.cid-uBSSffhl8z .item-content {
  position: absolute;
  top: 55%;
  right: 0;
  z-index: 2;
  width: 100%;
  transform: translateY(-50%);
  padding: 2rem 8rem;
  display: flex;
  flex-direction: column;
  height: 50%;
}
@media (max-width: 767px) {
  .cid-uBSSffhl8z .item-content {
    padding: 0 2rem 1.5rem;
    margin-top: 1rem;
  }
}
.cid-uBSSffhl8z img,
.cid-uBSSffhl8z .item-img {
  width: 100%;
  transition: all 0.3s;
  height: 100%;
  height: 400px;
  object-fit: cover;
}
.cid-uBSSffhl8z .item:focus,
.cid-uBSSffhl8z span:focus {
  outline: none;
}
.cid-uBSSffhl8z .item {
  margin-bottom: 2rem;
}
@media (max-width: 767px) {
  .cid-uBSSffhl8z .item {
    margin-bottom: 1rem;
  }
}
.cid-uBSSffhl8z .item-wrapper {
  position: relative;
  border-radius: 15px;
  height: 100%;
  display: flex;
  flex-flow: column nowrap;
}
.cid-uBSSffhl8z .mbr-section-title {
  color: #4e423d;
}
.cid-uBSSffhl8z .item-title {
  text-align: left;
  color: #ffffff;
}
.cid-uBSSffhl8z .item-subtitle {
  text-align: left;
  color: #ffffff;
}
.cid-uBSSffhl8z .mbr-text,
.cid-uBSSffhl8z .item .mbr-section-btn {
  text-align: left;
  color: #ffffff;
}
.cid-uBSSffhl8z .content-head {
  max-width: 800px;
}
.cid-uBSSfgi9Wu {
  padding-top: 1rem;
  padding-bottom: 5rem;
  background-color: #fafafa;
}
.cid-uBSSfgi9Wu .mbr-section-title {
  margin-bottom: 1em;
  color: #272727;
}
.cid-uBSSfgi9Wu .mbr-section-subtitle {
  margin-bottom: 1.5625em;
  color: #272727;
  opacity: 0.4;
}
.cid-uBSSfgi9Wu .item-row {
  display: grid;
  -webkit-box-align: stretch;
  -webkit-align-items: stretch;
  -ms-flex-align: stretch;
  align-items: stretch;
  grid-auto-columns: 1fr;
  grid-column-gap: 16px;
  grid-row-gap: 16px;
  grid-template-columns: repeat(4, 1fr);
  -ms-grid-rows: auto;
  grid-template-rows: auto;
}
@media (max-width: 1199px) {
  .cid-uBSSfgi9Wu .item-row {
    grid-template-columns: repeat(2, 1fr);
  }
}
@media (max-width: 767px) {
  .cid-uBSSfgi9Wu .item-row {
    grid-template-columns: repeat(1, 1fr);
  }
}
.cid-uBSSfgi9Wu .item {
  padding: 0;
}
.cid-uBSSfgi9Wu .item-wrapper {
  display: flex;
  flex-direction: column;
  align-items: stretch;
  height: 100%;
  width: 100%;
  border-radius: 10px;
  overflow: hidden;
  transform-style: preserve-3d;
  transition: .3s all;
  border: 2px solid transparent;
}
.cid-uBSSfgi9Wu .item-wrapper:hover {
  transform: scale3d(1.01, 1.01, 1);
  border-color: #fafafa;
}
.cid-uBSSfgi9Wu .item-img {
  display: flex;
  align-items: center;
  justify-content: center;
  height: 175px;
}
.cid-uBSSfgi9Wu .item-img img {
  width: 100%;
  object-fit: cover;
  height: 100%;
}
.cid-uBSSfgi9Wu .item-content {
  display: flex;
  flex-direction: column;
  align-items: stretch;
  width: 100%;
  padding: 20px 5% 6%;
  flex-grow: 1;
  background-color: #ffffff;
}
.cid-uBSSfgi9Wu .item-text-wrap {
  width: 100%;
  margin-bottom: 5.3em;
}
@media (max-width: 1199px) {
  .cid-uBSSfgi9Wu .item-text-wrap {
    margin-bottom: 4em;
  }
}
@media (max-width: 767px) {
  .cid-uBSSfgi9Wu .item-text-wrap {
    margin-bottom: 2em;
    max-width: 340px;
    margin-right: auto;
  }
}
.cid-uBSSfgi9Wu .item-title {
  color: #272727;
  margin-bottom: 0.52em;
}
.cid-uBSSfgi9Wu .item-subtitle {
  color: #272727;
  opacity: 0.52em;
}
.cid-uBSSfgi9Wu .card-bottom {
  display: flex;
  flex-direction: column;
  align-items: stretch;
  margin-top: auto;
}
.cid-uBSSfgi9Wu .item-name-wrap {
  display: flex;
  align-items: center;
  width: 100%;
}
.cid-uBSSfgi9Wu .image-wrapper {
  width: 35px;
  height: 35px;
  margin-right: 10px;
  border-radius: 300px;
  overflow: hidden;
}
.cid-uBSSfgi9Wu .image-wrapper img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.cid-uBSSfgi9Wu .mbr-text {
  flex-grow: 1;
  color: #272727;
  text-align: right;
}
.cid-uBSSfgi9Wu .mbr-section-btn {
  display: flex;
  margin-top: 20px;
  width: auto !important;
}
.cid-uBSSfgi9Wu .mbr-section-btn .btn {
  width: 100%;
  min-width: auto !important;
}
.cid-uLMRAIzUxG {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-color: #0e132f;
}
.cid-uLMRAIzUxG .mbr-fallback-image.disabled {
  display: none;
}
.cid-uLMRAIzUxG .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-uLMRAIzUxG .container {
    padding: 0 16px;
  }
}
.cid-uLMRAIzUxG .card {
  display: flex;
  flex-direction: column;
  justify-content: space-between;
}
@media (max-width: 992px) {
  .cid-uLMRAIzUxG .card {
    margin-bottom: 40px;
  }
}
.cid-uLMRAIzUxG .card .content-wrapper .title-wrapper .title-wrap {
  display: inline-flex;
  align-items: center;
  margin-bottom: 16px;
}
@media (max-width: 992px) {
  .cid-uLMRAIzUxG .card .content-wrapper .title-wrapper .title-wrap {
    margin-bottom: 40px;
  }
}
.cid-uLMRAIzUxG .card .content-wrapper .title-wrapper .title-wrap img {
  width: 32px;
  height: 32px;
  object-fit: contain;
  margin-right: 1rem;
}
.cid-uLMRAIzUxG .card .content-wrapper .title-wrapper .title-wrap .mbr-section-title {
  margin-bottom: 0;
}
.cid-uLMRAIzUxG .card .content-wrapper .copyright {
  margin-bottom: 20px;
}
@media (max-width: 992px) {
  .cid-uLMRAIzUxG .card .content-wrapper .copyright {
    margin-bottom: 40px;
  }
}
.cid-uLMRAIzUxG .card .social-wrapper .social-wrap {
  display: inline-flex;
  flex-wrap: wrap;
}
.cid-uLMRAIzUxG .card .social-wrapper .social-wrap .mbr-iconfont {
  font-size: 20px;
  margin-right: 48px;
  color: #ffffff;
}
.cid-uLMRAIzUxG .list-wrapper .mbr-card-title {
  margin-bottom: 16px;
}
.cid-uLMRAIzUxG .list-wrapper .list {
  margin: 0;
  padding: 0;
  list-style-type: none;
}
.cid-uLMRAIzUxG .list-wrapper .list .item-wrap {
  margin-bottom: 16px;
}
@media (max-width: 992px) {
  .cid-uLMRAIzUxG .list-wrapper .list {
    margin-bottom: 40px;
  }
}
.cid-uLMRAIzUxG .mbr-section-title {
  color: #ffffff;
}
.cid-uLMRAIzUxG .copyright {
  color: #ffffff;
}
.cid-uLMRAIzUxG .mbr-card-title {
  color: #D4FE00;
}
.cid-uLMRAIzUxG .list {
  color: #ffffff;
}
.cid-uLMT5bnPh6 .navbar-dropdown {
  background-color: #ffffff !important;
  padding: 0;
}
.cid-uLMT5bnPh6 .navbar.navbar-expand-lg .dropdown .dropdown-menu {
  background-color: #ffffff !important;
  background: #ffffff;
}
.cid-uLMT5bnPh6 .navbar.navbar-expand-lg .dropdown .dropdown-menu .dropdown-submenu {
  margin: 0;
  left: 100%;
}
@media (max-width: 991px) {
  .cid-uLMT5bnPh6 .menu_box .navbar.opened,
  .cid-uLMT5bnPh6 .menu_box .navbar-collapse {
    background-color: #ffffff !important;
    transition: all 0s ease 0s;
  }
}
.cid-uLMT5bnPh6 .navbar-dropdown {
  position: relative !important;
}
.cid-uLMT5bnPh6 .btn {
  min-height: auto;
  box-shadow: none;
  margin-top: 0;
}
.cid-uLMT5bnPh6 .btn:hover {
  box-shadow: none;
}
@media (min-width: 992px) {
  .cid-uLMT5bnPh6 .offcanvas_image img {
    width: auto;
    object-fit: cover;
    display: inline-block;
  }
  .cid-uLMT5bnPh6 .offcanvas-header {
    position: relative;
    padding: 0;
  }
  .cid-uLMT5bnPh6 .offcanvas-header .btn-close {
    position: absolute;
    top: -70px;
    right: 0;
    width: 35px;
    height: 30px;
  }
  .cid-uLMT5bnPh6 .offcanvas-body {
    text-align: center;
    padding: 0;
  }
  .cid-uLMT5bnPh6 .offcanvas-body .mbr-text,
  .cid-uLMT5bnPh6 .offcanvas-body .mbr-section-subtitle {
    margin-top: 14px;
  }
  .cid-uLMT5bnPh6 .offcanvas-body .offcanvas_contact {
    margin: 35px 0;
  }
  .cid-uLMT5bnPh6 .offcanvas_box button.btn_offcanvas {
    outline: none;
    width: 40px;
    height: 40px;
    cursor: pointer;
    transition: all 0.2s;
    position: relative;
    align-self: center;
  }
  .cid-uLMT5bnPh6 .offcanvas_box button.btn_offcanvas .hamburger span {
    position: absolute;
    right: 0;
    width: 40px;
    height: 2px;
    border-right: 5px;
    background-color: #474747;
  }
  .cid-uLMT5bnPh6 .offcanvas_box button.btn_offcanvas .hamburger span:nth-child(1) {
    top: 18px;
    transition: all 0.2s;
  }
  .cid-uLMT5bnPh6 .offcanvas_box button.btn_offcanvas .hamburger span:nth-child(2) {
    top: 25px;
    transition: all 0.2s;
  }
  .cid-uLMT5bnPh6 .offcanvas_box button.btn_offcanvas:hover .hamburger span {
    width: 36px;
  }
  .cid-uLMT5bnPh6 .offcanvas_box button.btn_offcanvas:hover .hamburger span:nth-child(2) {
    width: 33px;
    transition-delay: 0.2s;
  }
  .cid-uLMT5bnPh6 ul.navbar-nav {
    padding-bottom: 1.5rem;
  }
  .cid-uLMT5bnPh6 .dropdown-menu .dropdown-toggle[data-toggle="dropdown-submenu"]::after,
  .cid-uLMT5bnPh6 .link.dropdown-toggle::after {
    display: inline-block;
    width: 7px;
    height: 7px;
    margin-left: .5rem;
    margin-bottom: 2px;
    content: "";
    border: 2px solid;
    border-left: none;
    border-top: none;
    transform: rotate(-45deg);
  }
  .cid-uLMT5bnPh6 .link.dropdown-toggle::after {
    padding: 0 !important;
    transform: rotate(45deg);
  }
  .cid-uLMT5bnPh6 li.nav-item {
    position: relative;
    display: inline-block;
    padding: 1px 7px !important;
    vertical-align: middle;
    line-height: 2em !important;
    font-weight: 600 !important;
    text-decoration: none;
    letter-spacing: 0 !important;
    z-index: 1;
  }
  .cid-uLMT5bnPh6 .lg_brand {
    margin: 0 1rem;
  }
}
.cid-uLMT5bnPh6 .nav-item {
  margin: 4px 15px;
}
@media (min-width: 1200px) {
  .cid-uLMT5bnPh6 .nav-item {
    margin: 4px 20px;
  }
}
@media (max-width: 991px) {
  .cid-uLMT5bnPh6 .nav-item {
    margin: 0 !important;
  }
}
.cid-uLMT5bnPh6 .dropdown-menu {
  border-radius: 0;
  box-shadow: none;
  text-align: left;
}
@media (min-width: 992px) {
  .cid-uLMT5bnPh6 .dropdown-menu {
    padding: 18px 34px 22px;
    min-width: 250px;
    top: auto !important;
    left: -40px !important;
  }
  .cid-uLMT5bnPh6 .dropdown-menu.dropdown-submenu {
    left: 215px !important;
    top: -45% !important;
  }
}
@media (max-width: 991px) {
  .cid-uLMT5bnPh6 .dropdown-menu .dropdown-toggle[data-toggle="dropdown-submenu"]::after,
  .cid-uLMT5bnPh6 .link.dropdown-toggle::after {
    display: inline-block;
    width: 7px;
    height: 7px;
    margin-left: .5rem;
    margin-bottom: 2px;
    content: "";
    border: 2px solid;
    border-left: none;
    border-top: none;
    transform: rotate(-45deg);
    right: 15px;
    position: absolute;
    margin-top: -2px;
  }
  .cid-uLMT5bnPh6 .show.dropdown-toggle[aria-expanded="true"]::after {
    transform: rotate(45deg);
    margin-top: -4px;
  }
  .cid-uLMT5bnPh6 .offcanvas_box {
    display: none;
  }
}
.cid-uLMT5bnPh6 .dropdown-item {
  border: none;
  font-weight: 400 !important;
}
.cid-uLMT5bnPh6 .nav-dropdown .link {
  font-weight: 400 !important;
  padding: 0 !important;
  margin: 0 !important;
}
.cid-uLMT5bnPh6 .nav-dropdown .link.dropdown-toggle::after {
  margin-left: 0.5rem;
  margin-top: 0;
}
.cid-uLMT5bnPh6 .container {
  display: flex;
  margin: auto;
}
.cid-uLMT5bnPh6 .iconfont-wrapper {
  color: #e0bdb6;
  font-size: 17px;
  margin-right: 10px;
  margin-bottom: 5px;
  width: 25px;
  height: 25px;
  border-radius: 50%;
  display: flex;
  justify-content: center;
  align-items: center;
  transition: all 0.2s ease-in-out;
}
.cid-uLMT5bnPh6 .iconfont-wrapper:last-child {
  margin-right: 0;
}
.cid-uLMT5bnPh6 .iconfont-wrapper:hover {
  opacity: .5;
}
.cid-uLMT5bnPh6 .navbar-caption {
  color: #747474;
}
.cid-uLMT5bnPh6 .navbar-nav {
  margin: 0 1rem;
}
@media (min-width: 992px) {
  .cid-uLMT5bnPh6 .navbar-nav {
    margin: 0;
  }
}
.cid-uLMT5bnPh6 .dropdown-menu,
.cid-uLMT5bnPh6 .navbar.opened {
  background-color: false !important;
}
.cid-uLMT5bnPh6 .nav-item:focus,
.cid-uLMT5bnPh6 .nav-link:focus {
  outline: none;
}
.cid-uLMT5bnPh6 .dropdown .dropdown-menu .dropdown-item {
  width: auto;
  transition: all 0.25s ease-in-out;
}
.cid-uLMT5bnPh6 .dropdown .dropdown-menu .dropdown-item::after {
  right: 0.5rem;
}
.cid-uLMT5bnPh6 .dropdown .dropdown-menu .dropdown-item .mbr-iconfont {
  margin-right: 0.5rem;
  vertical-align: sub;
}
.cid-uLMT5bnPh6 .dropdown .dropdown-menu .dropdown-item .mbr-iconfont:before {
  display: inline-block;
  transform: scale(1, 1);
  transition: all 0.25s ease-in-out;
}
.cid-uLMT5bnPh6 .collapsed .dropdown-menu .dropdown-item:before {
  display: none;
}
.cid-uLMT5bnPh6 .collapsed .dropdown .dropdown-menu .dropdown-item {
  padding: 0.235em 1.5em 0.235em 1.5em !important;
  transition: none;
  margin: 0 !important;
}
.cid-uLMT5bnPh6 .navbar {
  min-height: 70px;
  padding: 20px 0;
  transition: all 0.3s;
  border-bottom-width: 0px;
}
@media (max-width: 992px) {
  .cid-uLMT5bnPh6 .navbar {
    min-height: 30px;
    max-height: 90px;
  }
}
.cid-uLMT5bnPh6 .navbar.opened {
  transition: all 0.3s;
}
.cid-uLMT5bnPh6 .navbar .dropdown-item {
  padding: 0;
  margin: 8px 0;
}
.cid-uLMT5bnPh6 .navbar .navbar-logo img {
  width: auto;
  object-fit: contain;
  border-radius: 0;
}
.cid-uLMT5bnPh6 .navbar .navbar-collapse {
  justify-content: space-between;
  z-index: 1;
}
.cid-uLMT5bnPh6 .navbar.collapsed {
  justify-content: center;
}
.cid-uLMT5bnPh6 .navbar.collapsed .nav-item .nav-link::before {
  display: none;
}
.cid-uLMT5bnPh6 .navbar.collapsed.opened .dropdown-menu {
  top: 0;
}
.cid-uLMT5bnPh6 .navbar.collapsed .dropdown-menu .dropdown-submenu {
  left: 0 !important;
}
.cid-uLMT5bnPh6 .navbar.collapsed .dropdown-menu .dropdown-item:after {
  right: auto;
}
.cid-uLMT5bnPh6 .navbar.collapsed ul.navbar-nav li {
  margin: auto;
}
.cid-uLMT5bnPh6 .navbar.collapsed .dropdown-menu .dropdown-item {
  padding: 0.25rem 1.5rem;
  text-align: left;
}
.cid-uLMT5bnPh6 .navbar.collapsed .icons-menu {
  padding: 0;
}
@media (max-width: 991px) {
  .cid-uLMT5bnPh6 .navbar .nav-item {
    padding: .5rem 0;
  }
  .cid-uLMT5bnPh6 .navbar .navbar-collapse {
    padding: 34px 0;
    border-radius: 25px;
  }
  .cid-uLMT5bnPh6 .navbar .nav-item .nav-link::before {
    display: none;
  }
  .cid-uLMT5bnPh6 .navbar.opened .dropdown-menu {
    top: 0;
  }
  .cid-uLMT5bnPh6 .navbar .dropdown-menu {
    padding: 6px 0 6px 15px;
  }
  .cid-uLMT5bnPh6 .navbar .dropdown-menu .dropdown-submenu {
    left: 0 !important;
  }
  .cid-uLMT5bnPh6 .navbar .dropdown-menu .dropdown-item:after {
    right: auto;
    margin-top: -0.4rem;
  }
  .cid-uLMT5bnPh6 .navbar .navbar-logo img {
    height: 3rem !important;
  }
  .cid-uLMT5bnPh6 .navbar ul.navbar-nav {
    overflow: hidden;
  }
  .cid-uLMT5bnPh6 .navbar ul.navbar-nav li {
    margin: 0;
  }
  .cid-uLMT5bnPh6 .navbar .dropdown-menu .dropdown-item {
    padding: 0 !important;
    margin: 0;
    margin-top: 8px;
    text-align: left;
  }
  .cid-uLMT5bnPh6 .navbar .navbar-brand {
    flex-shrink: initial;
    flex-basis: auto;
    word-break: break-word;
    padding-right: 2rem;
  }
  .cid-uLMT5bnPh6 .navbar .navbar-toggler {
    flex-basis: auto;
  }
  .cid-uLMT5bnPh6 .navbar .icons-menu {
    padding: 0;
  }
}
.cid-uLMT5bnPh6 .navbar.navbar-short {
  min-height: 60px;
}
.cid-uLMT5bnPh6 .navbar.navbar-short .navbar-logo img {
  height: 2.5rem !important;
}
.cid-uLMT5bnPh6 .navbar.navbar-short .navbar-brand {
  min-height: 60px;
  padding: 0;
}
.cid-uLMT5bnPh6 .navbar-brand {
  min-height: 70px;
  flex-shrink: 0;
  align-items: center;
  margin-right: 0;
  padding: 10px 0;
  transition: all 0.3s;
  word-break: break-word;
  z-index: 1;
}
.cid-uLMT5bnPh6 .navbar-brand .navbar-caption {
  line-height: inherit !important;
}
.cid-uLMT5bnPh6 .navbar-brand .navbar-logo a {
  outline: none;
}
.cid-uLMT5bnPh6 .dropdown-item.active,
.cid-uLMT5bnPh6 .dropdown-item:active {
  background-color: transparent;
}
.cid-uLMT5bnPh6 .navbar-expand-lg .navbar-nav .nav-link {
  padding: 0;
}
.cid-uLMT5bnPh6 .nav-dropdown .link.dropdown-toggle {
  margin-right: 1.667em;
}
.cid-uLMT5bnPh6 .nav-dropdown .link.dropdown-toggle[aria-expanded="true"] {
  margin-right: 0;
  padding: 0.667em 1.667em;
}
.cid-uLMT5bnPh6 .navbar .dropdown.open > .dropdown-menu {
  display: block;
}
.cid-uLMT5bnPh6 ul.navbar-nav {
  flex-wrap: wrap;
  padding: 36px 0;
  border-bottom: 1px solid #0e132f;
}
.cid-uLMT5bnPh6 .navbar-buttons {
  text-align: center;
  min-width: 170px;
}
.cid-uLMT5bnPh6 button.navbar-toggler {
  outline: none;
  width: 48px;
  height: 48px;
  border-radius: 50%;
  cursor: pointer;
  transition: all 0.2s;
  position: relative;
  align-self: center;
  color: #ffffff;
  background: #ffffff;
}
.cid-uLMT5bnPh6 button.navbar-toggler .hamburger span {
  position: absolute;
  right: 10px;
  margin-top: 14px;
  width: 26px;
  height: 2px;
  border-right: 5px;
  background-color: #474747;
}
.cid-uLMT5bnPh6 button.navbar-toggler .hamburger span:nth-child(1) {
  top: 0;
  transition: all 0.2s;
}
.cid-uLMT5bnPh6 button.navbar-toggler .hamburger span:nth-child(2) {
  top: 8px;
  transition: all 0.15s;
}
.cid-uLMT5bnPh6 button.navbar-toggler .hamburger span:nth-child(3) {
  top: 8px;
  transition: all 0.15s;
}
.cid-uLMT5bnPh6 button.navbar-toggler .hamburger span:nth-child(4) {
  top: 16px;
  transition: all 0.2s;
}
.cid-uLMT5bnPh6 nav.opened .hamburger span:nth-child(1) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-uLMT5bnPh6 nav.opened .hamburger span:nth-child(2) {
  transform: rotate(45deg);
  transition: all 0.25s;
}
.cid-uLMT5bnPh6 nav.opened .hamburger span:nth-child(3) {
  transform: rotate(-45deg);
  transition: all 0.25s;
}
.cid-uLMT5bnPh6 nav.opened .hamburger span:nth-child(4) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-uLMT5bnPh6 a.nav-link {
  display: flex;
  align-items: center;
  justify-content: flex-start;
}
.cid-uLMT5bnPh6 .icons-menu {
  flex-wrap: nowrap;
  display: flex;
  justify-content: center;
  padding: 0;
  text-align: center;
  margin-bottom: 35px;
}
@media screen and (-ms-high-contrast: active), (-ms-high-contrast: none) {
  .cid-uLMT5bnPh6 .navbar {
    height: 70px;
  }
  .cid-uLMT5bnPh6 .navbar.opened {
    height: auto;
  }
  .cid-uLMT5bnPh6 .nav-item .nav-link:hover::before {
    width: 175%;
    max-width: calc(100% + 2rem);
    left: -1rem;
  }
}
.cid-uLMT5bnPh6 .navbar-dropdown .navbar-logo {
  margin-right: 15px;
}
@media (min-width: 768px) {
  .cid-uLMT5bnPh6 .container-fluid {
    padding-left: 30px;
    padding-right: 30px;
  }
}
.cid-uLMT5bnPh6 .mbr-section-btn-main {
  padding-top: 5px;
}
.cid-uLMT5bnPh6 .mbr-section-btn-main .btn {
  margin: 0 4px 4px 4px;
}
.cid-uLMT5bnPh6 .navbar-caption:hover {
  color: #2554ab;
}
@media (min-width: 992px) {
  .cid-uLMT5bnPh6 .dropdown-menu.dropdown-submenu {
    left: 175px !important;
    top: -45% !important;
  }
}
.cid-uLMT5bnPh6 .nav-link {
  position: relative;
}
.cid-uLMT5bnPh6 .nav-link:before {
  content: '';
  position: absolute;
  left: -12px;
  width: 6px;
  height: 6px;
  border-radius: 100%;
  background-color: #2554ab;
  transition: all .3s ease;
  opacity: 0;
}
.cid-uLMT5bnPh6 .nav-link:hover:before {
  opacity: 1;
}
.cid-uLMT5bnPh6 .mbr-section-subtitle {
  color: #ffffff;
}
.cid-uLMT5bnPh6 .mbr-text {
  color: #ffffff;
  text-align: center;
}
.cid-uLMT5bnPh6 .text_widget {
  color: #ffffff;
}
.cid-uLMT5bnPh6 .mbr-section-subtitle,
.cid-uLMT5bnPh6 .text_widget,
.cid-uLMT5bnPh6 .mbr-section-btn {
  text-align: center;
}
.cid-uLMT5bnPh6 a[class*="text-"]:not(.nav-link):not(.dropdown-item):not([role]):not(.navbar-caption):hover {
  background-image: none;
}
.cid-uBT9lhnKZb {
  padding-top: 0rem;
  padding-bottom: 0rem;
  background-color: #ffffff;
}
.cid-uBT9lhnKZb .item-img {
  position: relative;
  overflow: hidden;
}
.cid-uBT9lhnKZb .item-img:before {
  content: '';
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
  left: 0;
  background: black;
  opacity: 0.3;
  z-index: 1;
  transition: all 0.3s;
  pointer-events: none;
}
.cid-uBT9lhnKZb h5 {
  margin-bottom: 1rem;
}
.cid-uBT9lhnKZb .item-content {
  position: absolute;
  top: 55%;
  right: 0;
  z-index: 2;
  width: 100%;
  transform: translateY(-50%);
  padding: 2rem 8rem;
  display: flex;
  flex-direction: column;
  height: 50%;
}
@media (max-width: 767px) {
  .cid-uBT9lhnKZb .item-content {
    padding: 0 2rem 1.5rem;
    margin-top: 1rem;
  }
}
.cid-uBT9lhnKZb img,
.cid-uBT9lhnKZb .item-img {
  width: 100%;
  transition: all 0.3s;
  height: 100%;
  height: 400px;
  object-fit: cover;
}
.cid-uBT9lhnKZb .item:focus,
.cid-uBT9lhnKZb span:focus {
  outline: none;
}
.cid-uBT9lhnKZb .item {
  margin-bottom: 2rem;
}
@media (max-width: 767px) {
  .cid-uBT9lhnKZb .item {
    margin-bottom: 1rem;
  }
}
.cid-uBT9lhnKZb .item-wrapper {
  position: relative;
  border-radius: 15px;
  height: 100%;
  display: flex;
  flex-flow: column nowrap;
}
.cid-uBT9lhnKZb .mbr-section-title {
  color: #4e423d;
}
.cid-uBT9lhnKZb .item-title {
  text-align: left;
  color: #ffffff;
}
.cid-uBT9lhnKZb .item-subtitle {
  text-align: left;
  color: #ffffff;
}
.cid-uBT9lhnKZb .mbr-text,
.cid-uBT9lhnKZb .item .mbr-section-btn {
  text-align: left;
  color: #ffffff;
}
.cid-uBT9lhnKZb .content-head {
  max-width: 800px;
}
.cid-uBT9li5Gox {
  padding-top: 1rem;
  padding-bottom: 5rem;
  background-color: #fafafa;
}
.cid-uBT9li5Gox .mbr-section-title {
  margin-bottom: 1em;
  color: #272727;
}
.cid-uBT9li5Gox .mbr-section-subtitle {
  margin-bottom: 1.5625em;
  color: #272727;
  opacity: 0.4;
}
.cid-uBT9li5Gox .item-row {
  display: grid;
  -webkit-box-align: stretch;
  -webkit-align-items: stretch;
  -ms-flex-align: stretch;
  align-items: stretch;
  grid-auto-columns: 1fr;
  grid-column-gap: 16px;
  grid-row-gap: 16px;
  grid-template-columns: repeat(4, 1fr);
  -ms-grid-rows: auto;
  grid-template-rows: auto;
}
@media (max-width: 1199px) {
  .cid-uBT9li5Gox .item-row {
    grid-template-columns: repeat(2, 1fr);
  }
}
@media (max-width: 767px) {
  .cid-uBT9li5Gox .item-row {
    grid-template-columns: repeat(1, 1fr);
  }
}
.cid-uBT9li5Gox .item {
  padding: 0;
}
.cid-uBT9li5Gox .item-wrapper {
  display: flex;
  flex-direction: column;
  align-items: stretch;
  height: 100%;
  width: 100%;
  border-radius: 10px;
  overflow: hidden;
  transform-style: preserve-3d;
  transition: .3s all;
  border: 2px solid transparent;
}
.cid-uBT9li5Gox .item-wrapper:hover {
  transform: scale3d(1.01, 1.01, 1);
  border-color: #fafafa;
}
.cid-uBT9li5Gox .item-img {
  display: flex;
  align-items: center;
  justify-content: center;
  height: 175px;
}
.cid-uBT9li5Gox .item-img img {
  width: 100%;
  object-fit: cover;
  height: 100%;
}
.cid-uBT9li5Gox .item-content {
  display: flex;
  flex-direction: column;
  align-items: stretch;
  width: 100%;
  padding: 20px 5% 6%;
  flex-grow: 1;
  background-color: #ffffff;
}
.cid-uBT9li5Gox .item-text-wrap {
  width: 100%;
  margin-bottom: 5.3em;
}
@media (max-width: 1199px) {
  .cid-uBT9li5Gox .item-text-wrap {
    margin-bottom: 4em;
  }
}
@media (max-width: 767px) {
  .cid-uBT9li5Gox .item-text-wrap {
    margin-bottom: 2em;
    max-width: 340px;
    margin-right: auto;
  }
}
.cid-uBT9li5Gox .item-title {
  color: #272727;
  margin-bottom: 0.52em;
}
.cid-uBT9li5Gox .item-subtitle {
  color: #272727;
  opacity: 0.52em;
}
.cid-uBT9li5Gox .card-bottom {
  display: flex;
  flex-direction: column;
  align-items: stretch;
  margin-top: auto;
}
.cid-uBT9li5Gox .item-name-wrap {
  display: flex;
  align-items: center;
  width: 100%;
}
.cid-uBT9li5Gox .image-wrapper {
  width: 35px;
  height: 35px;
  margin-right: 10px;
  border-radius: 300px;
  overflow: hidden;
}
.cid-uBT9li5Gox .image-wrapper img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.cid-uBT9li5Gox .mbr-text {
  flex-grow: 1;
  color: #272727;
  text-align: right;
}
.cid-uBT9li5Gox .mbr-section-btn {
  display: flex;
  margin-top: 20px;
  width: auto !important;
}
.cid-uBT9li5Gox .mbr-section-btn .btn {
  width: 100%;
  min-width: auto !important;
}
.cid-uLMRAIzUxG {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-color: #0e132f;
}
.cid-uLMRAIzUxG .mbr-fallback-image.disabled {
  display: none;
}
.cid-uLMRAIzUxG .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-uLMRAIzUxG .container {
    padding: 0 16px;
  }
}
.cid-uLMRAIzUxG .card {
  display: flex;
  flex-direction: column;
  justify-content: space-between;
}
@media (max-width: 992px) {
  .cid-uLMRAIzUxG .card {
    margin-bottom: 40px;
  }
}
.cid-uLMRAIzUxG .card .content-wrapper .title-wrapper .title-wrap {
  display: inline-flex;
  align-items: center;
  margin-bottom: 16px;
}
@media (max-width: 992px) {
  .cid-uLMRAIzUxG .card .content-wrapper .title-wrapper .title-wrap {
    margin-bottom: 40px;
  }
}
.cid-uLMRAIzUxG .card .content-wrapper .title-wrapper .title-wrap img {
  width: 32px;
  height: 32px;
  object-fit: contain;
  margin-right: 1rem;
}
.cid-uLMRAIzUxG .card .content-wrapper .title-wrapper .title-wrap .mbr-section-title {
  margin-bottom: 0;
}
.cid-uLMRAIzUxG .card .content-wrapper .copyright {
  margin-bottom: 20px;
}
@media (max-width: 992px) {
  .cid-uLMRAIzUxG .card .content-wrapper .copyright {
    margin-bottom: 40px;
  }
}
.cid-uLMRAIzUxG .card .social-wrapper .social-wrap {
  display: inline-flex;
  flex-wrap: wrap;
}
.cid-uLMRAIzUxG .card .social-wrapper .social-wrap .mbr-iconfont {
  font-size: 20px;
  margin-right: 48px;
  color: #ffffff;
}
.cid-uLMRAIzUxG .list-wrapper .mbr-card-title {
  margin-bottom: 16px;
}
.cid-uLMRAIzUxG .list-wrapper .list {
  margin: 0;
  padding: 0;
  list-style-type: none;
}
.cid-uLMRAIzUxG .list-wrapper .list .item-wrap {
  margin-bottom: 16px;
}
@media (max-width: 992px) {
  .cid-uLMRAIzUxG .list-wrapper .list {
    margin-bottom: 40px;
  }
}
.cid-uLMRAIzUxG .mbr-section-title {
  color: #ffffff;
}
.cid-uLMRAIzUxG .copyright {
  color: #ffffff;
}
.cid-uLMRAIzUxG .mbr-card-title {
  color: #D4FE00;
}
.cid-uLMRAIzUxG .list {
  color: #ffffff;
}
.cid-uLMT5bnPh6 .navbar-dropdown {
  background-color: #ffffff !important;
  padding: 0;
}
.cid-uLMT5bnPh6 .navbar.navbar-expand-lg .dropdown .dropdown-menu {
  background-color: #ffffff !important;
  background: #ffffff;
}
.cid-uLMT5bnPh6 .navbar.navbar-expand-lg .dropdown .dropdown-menu .dropdown-submenu {
  margin: 0;
  left: 100%;
}
@media (max-width: 991px) {
  .cid-uLMT5bnPh6 .menu_box .navbar.opened,
  .cid-uLMT5bnPh6 .menu_box .navbar-collapse {
    background-color: #ffffff !important;
    transition: all 0s ease 0s;
  }
}
.cid-uLMT5bnPh6 .navbar-dropdown {
  position: relative !important;
}
.cid-uLMT5bnPh6 .btn {
  min-height: auto;
  box-shadow: none;
  margin-top: 0;
}
.cid-uLMT5bnPh6 .btn:hover {
  box-shadow: none;
}
@media (min-width: 992px) {
  .cid-uLMT5bnPh6 .offcanvas_image img {
    width: auto;
    object-fit: cover;
    display: inline-block;
  }
  .cid-uLMT5bnPh6 .offcanvas-header {
    position: relative;
    padding: 0;
  }
  .cid-uLMT5bnPh6 .offcanvas-header .btn-close {
    position: absolute;
    top: -70px;
    right: 0;
    width: 35px;
    height: 30px;
  }
  .cid-uLMT5bnPh6 .offcanvas-body {
    text-align: center;
    padding: 0;
  }
  .cid-uLMT5bnPh6 .offcanvas-body .mbr-text,
  .cid-uLMT5bnPh6 .offcanvas-body .mbr-section-subtitle {
    margin-top: 14px;
  }
  .cid-uLMT5bnPh6 .offcanvas-body .offcanvas_contact {
    margin: 35px 0;
  }
  .cid-uLMT5bnPh6 .offcanvas_box button.btn_offcanvas {
    outline: none;
    width: 40px;
    height: 40px;
    cursor: pointer;
    transition: all 0.2s;
    position: relative;
    align-self: center;
  }
  .cid-uLMT5bnPh6 .offcanvas_box button.btn_offcanvas .hamburger span {
    position: absolute;
    right: 0;
    width: 40px;
    height: 2px;
    border-right: 5px;
    background-color: #474747;
  }
  .cid-uLMT5bnPh6 .offcanvas_box button.btn_offcanvas .hamburger span:nth-child(1) {
    top: 18px;
    transition: all 0.2s;
  }
  .cid-uLMT5bnPh6 .offcanvas_box button.btn_offcanvas .hamburger span:nth-child(2) {
    top: 25px;
    transition: all 0.2s;
  }
  .cid-uLMT5bnPh6 .offcanvas_box button.btn_offcanvas:hover .hamburger span {
    width: 36px;
  }
  .cid-uLMT5bnPh6 .offcanvas_box button.btn_offcanvas:hover .hamburger span:nth-child(2) {
    width: 33px;
    transition-delay: 0.2s;
  }
  .cid-uLMT5bnPh6 ul.navbar-nav {
    padding-bottom: 1.5rem;
  }
  .cid-uLMT5bnPh6 .dropdown-menu .dropdown-toggle[data-toggle="dropdown-submenu"]::after,
  .cid-uLMT5bnPh6 .link.dropdown-toggle::after {
    display: inline-block;
    width: 7px;
    height: 7px;
    margin-left: .5rem;
    margin-bottom: 2px;
    content: "";
    border: 2px solid;
    border-left: none;
    border-top: none;
    transform: rotate(-45deg);
  }
  .cid-uLMT5bnPh6 .link.dropdown-toggle::after {
    padding: 0 !important;
    transform: rotate(45deg);
  }
  .cid-uLMT5bnPh6 li.nav-item {
    position: relative;
    display: inline-block;
    padding: 1px 7px !important;
    vertical-align: middle;
    line-height: 2em !important;
    font-weight: 600 !important;
    text-decoration: none;
    letter-spacing: 0 !important;
    z-index: 1;
  }
  .cid-uLMT5bnPh6 .lg_brand {
    margin: 0 1rem;
  }
}
.cid-uLMT5bnPh6 .nav-item {
  margin: 4px 15px;
}
@media (min-width: 1200px) {
  .cid-uLMT5bnPh6 .nav-item {
    margin: 4px 20px;
  }
}
@media (max-width: 991px) {
  .cid-uLMT5bnPh6 .nav-item {
    margin: 0 !important;
  }
}
.cid-uLMT5bnPh6 .dropdown-menu {
  border-radius: 0;
  box-shadow: none;
  text-align: left;
}
@media (min-width: 992px) {
  .cid-uLMT5bnPh6 .dropdown-menu {
    padding: 18px 34px 22px;
    min-width: 250px;
    top: auto !important;
    left: -40px !important;
  }
  .cid-uLMT5bnPh6 .dropdown-menu.dropdown-submenu {
    left: 215px !important;
    top: -45% !important;
  }
}
@media (max-width: 991px) {
  .cid-uLMT5bnPh6 .dropdown-menu .dropdown-toggle[data-toggle="dropdown-submenu"]::after,
  .cid-uLMT5bnPh6 .link.dropdown-toggle::after {
    display: inline-block;
    width: 7px;
    height: 7px;
    margin-left: .5rem;
    margin-bottom: 2px;
    content: "";
    border: 2px solid;
    border-left: none;
    border-top: none;
    transform: rotate(-45deg);
    right: 15px;
    position: absolute;
    margin-top: -2px;
  }
  .cid-uLMT5bnPh6 .show.dropdown-toggle[aria-expanded="true"]::after {
    transform: rotate(45deg);
    margin-top: -4px;
  }
  .cid-uLMT5bnPh6 .offcanvas_box {
    display: none;
  }
}
.cid-uLMT5bnPh6 .dropdown-item {
  border: none;
  font-weight: 400 !important;
}
.cid-uLMT5bnPh6 .nav-dropdown .link {
  font-weight: 400 !important;
  padding: 0 !important;
  margin: 0 !important;
}
.cid-uLMT5bnPh6 .nav-dropdown .link.dropdown-toggle::after {
  margin-left: 0.5rem;
  margin-top: 0;
}
.cid-uLMT5bnPh6 .container {
  display: flex;
  margin: auto;
}
.cid-uLMT5bnPh6 .iconfont-wrapper {
  color: #e0bdb6;
  font-size: 17px;
  margin-right: 10px;
  margin-bottom: 5px;
  width: 25px;
  height: 25px;
  border-radius: 50%;
  display: flex;
  justify-content: center;
  align-items: center;
  transition: all 0.2s ease-in-out;
}
.cid-uLMT5bnPh6 .iconfont-wrapper:last-child {
  margin-right: 0;
}
.cid-uLMT5bnPh6 .iconfont-wrapper:hover {
  opacity: .5;
}
.cid-uLMT5bnPh6 .navbar-caption {
  color: #747474;
}
.cid-uLMT5bnPh6 .navbar-nav {
  margin: 0 1rem;
}
@media (min-width: 992px) {
  .cid-uLMT5bnPh6 .navbar-nav {
    margin: 0;
  }
}
.cid-uLMT5bnPh6 .dropdown-menu,
.cid-uLMT5bnPh6 .navbar.opened {
  background-color: false !important;
}
.cid-uLMT5bnPh6 .nav-item:focus,
.cid-uLMT5bnPh6 .nav-link:focus {
  outline: none;
}
.cid-uLMT5bnPh6 .dropdown .dropdown-menu .dropdown-item {
  width: auto;
  transition: all 0.25s ease-in-out;
}
.cid-uLMT5bnPh6 .dropdown .dropdown-menu .dropdown-item::after {
  right: 0.5rem;
}
.cid-uLMT5bnPh6 .dropdown .dropdown-menu .dropdown-item .mbr-iconfont {
  margin-right: 0.5rem;
  vertical-align: sub;
}
.cid-uLMT5bnPh6 .dropdown .dropdown-menu .dropdown-item .mbr-iconfont:before {
  display: inline-block;
  transform: scale(1, 1);
  transition: all 0.25s ease-in-out;
}
.cid-uLMT5bnPh6 .collapsed .dropdown-menu .dropdown-item:before {
  display: none;
}
.cid-uLMT5bnPh6 .collapsed .dropdown .dropdown-menu .dropdown-item {
  padding: 0.235em 1.5em 0.235em 1.5em !important;
  transition: none;
  margin: 0 !important;
}
.cid-uLMT5bnPh6 .navbar {
  min-height: 70px;
  padding: 20px 0;
  transition: all 0.3s;
  border-bottom-width: 0px;
}
@media (max-width: 992px) {
  .cid-uLMT5bnPh6 .navbar {
    min-height: 30px;
    max-height: 90px;
  }
}
.cid-uLMT5bnPh6 .navbar.opened {
  transition: all 0.3s;
}
.cid-uLMT5bnPh6 .navbar .dropdown-item {
  padding: 0;
  margin: 8px 0;
}
.cid-uLMT5bnPh6 .navbar .navbar-logo img {
  width: auto;
  object-fit: contain;
  border-radius: 0;
}
.cid-uLMT5bnPh6 .navbar .navbar-collapse {
  justify-content: space-between;
  z-index: 1;
}
.cid-uLMT5bnPh6 .navbar.collapsed {
  justify-content: center;
}
.cid-uLMT5bnPh6 .navbar.collapsed .nav-item .nav-link::before {
  display: none;
}
.cid-uLMT5bnPh6 .navbar.collapsed.opened .dropdown-menu {
  top: 0;
}
.cid-uLMT5bnPh6 .navbar.collapsed .dropdown-menu .dropdown-submenu {
  left: 0 !important;
}
.cid-uLMT5bnPh6 .navbar.collapsed .dropdown-menu .dropdown-item:after {
  right: auto;
}
.cid-uLMT5bnPh6 .navbar.collapsed ul.navbar-nav li {
  margin: auto;
}
.cid-uLMT5bnPh6 .navbar.collapsed .dropdown-menu .dropdown-item {
  padding: 0.25rem 1.5rem;
  text-align: left;
}
.cid-uLMT5bnPh6 .navbar.collapsed .icons-menu {
  padding: 0;
}
@media (max-width: 991px) {
  .cid-uLMT5bnPh6 .navbar .nav-item {
    padding: .5rem 0;
  }
  .cid-uLMT5bnPh6 .navbar .navbar-collapse {
    padding: 34px 0;
    border-radius: 25px;
  }
  .cid-uLMT5bnPh6 .navbar .nav-item .nav-link::before {
    display: none;
  }
  .cid-uLMT5bnPh6 .navbar.opened .dropdown-menu {
    top: 0;
  }
  .cid-uLMT5bnPh6 .navbar .dropdown-menu {
    padding: 6px 0 6px 15px;
  }
  .cid-uLMT5bnPh6 .navbar .dropdown-menu .dropdown-submenu {
    left: 0 !important;
  }
  .cid-uLMT5bnPh6 .navbar .dropdown-menu .dropdown-item:after {
    right: auto;
    margin-top: -0.4rem;
  }
  .cid-uLMT5bnPh6 .navbar .navbar-logo img {
    height: 3rem !important;
  }
  .cid-uLMT5bnPh6 .navbar ul.navbar-nav {
    overflow: hidden;
  }
  .cid-uLMT5bnPh6 .navbar ul.navbar-nav li {
    margin: 0;
  }
  .cid-uLMT5bnPh6 .navbar .dropdown-menu .dropdown-item {
    padding: 0 !important;
    margin: 0;
    margin-top: 8px;
    text-align: left;
  }
  .cid-uLMT5bnPh6 .navbar .navbar-brand {
    flex-shrink: initial;
    flex-basis: auto;
    word-break: break-word;
    padding-right: 2rem;
  }
  .cid-uLMT5bnPh6 .navbar .navbar-toggler {
    flex-basis: auto;
  }
  .cid-uLMT5bnPh6 .navbar .icons-menu {
    padding: 0;
  }
}
.cid-uLMT5bnPh6 .navbar.navbar-short {
  min-height: 60px;
}
.cid-uLMT5bnPh6 .navbar.navbar-short .navbar-logo img {
  height: 2.5rem !important;
}
.cid-uLMT5bnPh6 .navbar.navbar-short .navbar-brand {
  min-height: 60px;
  padding: 0;
}
.cid-uLMT5bnPh6 .navbar-brand {
  min-height: 70px;
  flex-shrink: 0;
  align-items: center;
  margin-right: 0;
  padding: 10px 0;
  transition: all 0.3s;
  word-break: break-word;
  z-index: 1;
}
.cid-uLMT5bnPh6 .navbar-brand .navbar-caption {
  line-height: inherit !important;
}
.cid-uLMT5bnPh6 .navbar-brand .navbar-logo a {
  outline: none;
}
.cid-uLMT5bnPh6 .dropdown-item.active,
.cid-uLMT5bnPh6 .dropdown-item:active {
  background-color: transparent;
}
.cid-uLMT5bnPh6 .navbar-expand-lg .navbar-nav .nav-link {
  padding: 0;
}
.cid-uLMT5bnPh6 .nav-dropdown .link.dropdown-toggle {
  margin-right: 1.667em;
}
.cid-uLMT5bnPh6 .nav-dropdown .link.dropdown-toggle[aria-expanded="true"] {
  margin-right: 0;
  padding: 0.667em 1.667em;
}
.cid-uLMT5bnPh6 .navbar .dropdown.open > .dropdown-menu {
  display: block;
}
.cid-uLMT5bnPh6 ul.navbar-nav {
  flex-wrap: wrap;
  padding: 36px 0;
  border-bottom: 1px solid #0e132f;
}
.cid-uLMT5bnPh6 .navbar-buttons {
  text-align: center;
  min-width: 170px;
}
.cid-uLMT5bnPh6 button.navbar-toggler {
  outline: none;
  width: 48px;
  height: 48px;
  border-radius: 50%;
  cursor: pointer;
  transition: all 0.2s;
  position: relative;
  align-self: center;
  color: #ffffff;
  background: #ffffff;
}
.cid-uLMT5bnPh6 button.navbar-toggler .hamburger span {
  position: absolute;
  right: 10px;
  margin-top: 14px;
  width: 26px;
  height: 2px;
  border-right: 5px;
  background-color: #474747;
}
.cid-uLMT5bnPh6 button.navbar-toggler .hamburger span:nth-child(1) {
  top: 0;
  transition: all 0.2s;
}
.cid-uLMT5bnPh6 button.navbar-toggler .hamburger span:nth-child(2) {
  top: 8px;
  transition: all 0.15s;
}
.cid-uLMT5bnPh6 button.navbar-toggler .hamburger span:nth-child(3) {
  top: 8px;
  transition: all 0.15s;
}
.cid-uLMT5bnPh6 button.navbar-toggler .hamburger span:nth-child(4) {
  top: 16px;
  transition: all 0.2s;
}
.cid-uLMT5bnPh6 nav.opened .hamburger span:nth-child(1) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-uLMT5bnPh6 nav.opened .hamburger span:nth-child(2) {
  transform: rotate(45deg);
  transition: all 0.25s;
}
.cid-uLMT5bnPh6 nav.opened .hamburger span:nth-child(3) {
  transform: rotate(-45deg);
  transition: all 0.25s;
}
.cid-uLMT5bnPh6 nav.opened .hamburger span:nth-child(4) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-uLMT5bnPh6 a.nav-link {
  display: flex;
  align-items: center;
  justify-content: flex-start;
}
.cid-uLMT5bnPh6 .icons-menu {
  flex-wrap: nowrap;
  display: flex;
  justify-content: center;
  padding: 0;
  text-align: center;
  margin-bottom: 35px;
}
@media screen and (-ms-high-contrast: active), (-ms-high-contrast: none) {
  .cid-uLMT5bnPh6 .navbar {
    height: 70px;
  }
  .cid-uLMT5bnPh6 .navbar.opened {
    height: auto;
  }
  .cid-uLMT5bnPh6 .nav-item .nav-link:hover::before {
    width: 175%;
    max-width: calc(100% + 2rem);
    left: -1rem;
  }
}
.cid-uLMT5bnPh6 .navbar-dropdown .navbar-logo {
  margin-right: 15px;
}
@media (min-width: 768px) {
  .cid-uLMT5bnPh6 .container-fluid {
    padding-left: 30px;
    padding-right: 30px;
  }
}
.cid-uLMT5bnPh6 .mbr-section-btn-main {
  padding-top: 5px;
}
.cid-uLMT5bnPh6 .mbr-section-btn-main .btn {
  margin: 0 4px 4px 4px;
}
.cid-uLMT5bnPh6 .navbar-caption:hover {
  color: #2554ab;
}
@media (min-width: 992px) {
  .cid-uLMT5bnPh6 .dropdown-menu.dropdown-submenu {
    left: 175px !important;
    top: -45% !important;
  }
}
.cid-uLMT5bnPh6 .nav-link {
  position: relative;
}
.cid-uLMT5bnPh6 .nav-link:before {
  content: '';
  position: absolute;
  left: -12px;
  width: 6px;
  height: 6px;
  border-radius: 100%;
  background-color: #2554ab;
  transition: all .3s ease;
  opacity: 0;
}
.cid-uLMT5bnPh6 .nav-link:hover:before {
  opacity: 1;
}
.cid-uLMT5bnPh6 .mbr-section-subtitle {
  color: #ffffff;
}
.cid-uLMT5bnPh6 .mbr-text {
  color: #ffffff;
  text-align: center;
}
.cid-uLMT5bnPh6 .text_widget {
  color: #ffffff;
}
.cid-uLMT5bnPh6 .mbr-section-subtitle,
.cid-uLMT5bnPh6 .text_widget,
.cid-uLMT5bnPh6 .mbr-section-btn {
  text-align: center;
}
.cid-uLMT5bnPh6 a[class*="text-"]:not(.nav-link):not(.dropdown-item):not([role]):not(.navbar-caption):hover {
  background-image: none;
}
.cid-uC19UO0mNG {
  padding-top: 0rem;
  padding-bottom: 0rem;
  background-color: #ffffff;
}
.cid-uC19UO0mNG .item-img {
  position: relative;
  overflow: hidden;
}
.cid-uC19UO0mNG .item-img:before {
  content: '';
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
  left: 0;
  background: black;
  opacity: 0.3;
  z-index: 1;
  transition: all 0.3s;
  pointer-events: none;
}
.cid-uC19UO0mNG h5 {
  margin-bottom: 1rem;
}
.cid-uC19UO0mNG .item-content {
  position: absolute;
  top: 55%;
  right: 0;
  z-index: 2;
  width: 100%;
  transform: translateY(-50%);
  padding: 2rem 8rem;
  display: flex;
  flex-direction: column;
  height: 50%;
}
@media (max-width: 767px) {
  .cid-uC19UO0mNG .item-content {
    padding: 0 2rem 1.5rem;
    margin-top: 1rem;
  }
}
.cid-uC19UO0mNG img,
.cid-uC19UO0mNG .item-img {
  width: 100%;
  transition: all 0.3s;
  height: 100%;
  height: 400px;
  object-fit: cover;
}
.cid-uC19UO0mNG .item:focus,
.cid-uC19UO0mNG span:focus {
  outline: none;
}
.cid-uC19UO0mNG .item {
  margin-bottom: 2rem;
}
@media (max-width: 767px) {
  .cid-uC19UO0mNG .item {
    margin-bottom: 1rem;
  }
}
.cid-uC19UO0mNG .item-wrapper {
  position: relative;
  border-radius: 15px;
  height: 100%;
  display: flex;
  flex-flow: column nowrap;
}
.cid-uC19UO0mNG .mbr-section-title {
  color: #4e423d;
}
.cid-uC19UO0mNG .item-title {
  text-align: left;
  color: #ffffff;
}
.cid-uC19UO0mNG .item-subtitle {
  text-align: left;
  color: #ffffff;
}
.cid-uC19UO0mNG .mbr-text,
.cid-uC19UO0mNG .item .mbr-section-btn {
  text-align: left;
  color: #ffffff;
}
.cid-uC19UO0mNG .content-head {
  max-width: 800px;
}
.cid-uC19UP6qIm {
  padding-top: 1rem;
  padding-bottom: 5rem;
  background-color: #fafafa;
}
.cid-uC19UP6qIm .mbr-section-title {
  margin-bottom: 1em;
  color: #272727;
}
.cid-uC19UP6qIm .mbr-section-subtitle {
  margin-bottom: 1.5625em;
  color: #272727;
  opacity: 0.4;
}
.cid-uC19UP6qIm .item-row {
  display: grid;
  -webkit-box-align: stretch;
  -webkit-align-items: stretch;
  -ms-flex-align: stretch;
  align-items: stretch;
  grid-auto-columns: 1fr;
  grid-column-gap: 16px;
  grid-row-gap: 16px;
  grid-template-columns: repeat(4, 1fr);
  -ms-grid-rows: auto;
  grid-template-rows: auto;
}
@media (max-width: 1199px) {
  .cid-uC19UP6qIm .item-row {
    grid-template-columns: repeat(2, 1fr);
  }
}
@media (max-width: 767px) {
  .cid-uC19UP6qIm .item-row {
    grid-template-columns: repeat(1, 1fr);
  }
}
.cid-uC19UP6qIm .item {
  padding: 0;
}
.cid-uC19UP6qIm .item-wrapper {
  display: flex;
  flex-direction: column;
  align-items: stretch;
  height: 100%;
  width: 100%;
  border-radius: 10px;
  overflow: hidden;
  transform-style: preserve-3d;
  transition: .3s all;
  border: 2px solid transparent;
}
.cid-uC19UP6qIm .item-wrapper:hover {
  transform: scale3d(1.01, 1.01, 1);
  border-color: #fafafa;
}
.cid-uC19UP6qIm .item-img {
  display: flex;
  align-items: center;
  justify-content: center;
  height: 175px;
}
.cid-uC19UP6qIm .item-img img {
  width: 100%;
  object-fit: cover;
  height: 100%;
}
.cid-uC19UP6qIm .item-content {
  display: flex;
  flex-direction: column;
  align-items: stretch;
  width: 100%;
  padding: 20px 5% 6%;
  flex-grow: 1;
  background-color: #ffffff;
}
.cid-uC19UP6qIm .item-text-wrap {
  width: 100%;
  margin-bottom: 5.3em;
}
@media (max-width: 1199px) {
  .cid-uC19UP6qIm .item-text-wrap {
    margin-bottom: 4em;
  }
}
@media (max-width: 767px) {
  .cid-uC19UP6qIm .item-text-wrap {
    margin-bottom: 2em;
    max-width: 340px;
    margin-right: auto;
  }
}
.cid-uC19UP6qIm .item-title {
  color: #272727;
  margin-bottom: 0.52em;
}
.cid-uC19UP6qIm .item-subtitle {
  color: #272727;
  opacity: 0.52em;
}
.cid-uC19UP6qIm .card-bottom {
  display: flex;
  flex-direction: column;
  align-items: stretch;
  margin-top: auto;
}
.cid-uC19UP6qIm .item-name-wrap {
  display: flex;
  align-items: center;
  width: 100%;
}
.cid-uC19UP6qIm .image-wrapper {
  width: 35px;
  height: 35px;
  margin-right: 10px;
  border-radius: 300px;
  overflow: hidden;
}
.cid-uC19UP6qIm .image-wrapper img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.cid-uC19UP6qIm .mbr-text {
  flex-grow: 1;
  color: #272727;
  text-align: right;
}
.cid-uC19UP6qIm .mbr-section-btn {
  display: flex;
  margin-top: 20px;
  width: auto !important;
}
.cid-uC19UP6qIm .mbr-section-btn .btn {
  width: 100%;
  min-width: auto !important;
}
.cid-uLMRAIzUxG {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-color: #0e132f;
}
.cid-uLMRAIzUxG .mbr-fallback-image.disabled {
  display: none;
}
.cid-uLMRAIzUxG .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-uLMRAIzUxG .container {
    padding: 0 16px;
  }
}
.cid-uLMRAIzUxG .card {
  display: flex;
  flex-direction: column;
  justify-content: space-between;
}
@media (max-width: 992px) {
  .cid-uLMRAIzUxG .card {
    margin-bottom: 40px;
  }
}
.cid-uLMRAIzUxG .card .content-wrapper .title-wrapper .title-wrap {
  display: inline-flex;
  align-items: center;
  margin-bottom: 16px;
}
@media (max-width: 992px) {
  .cid-uLMRAIzUxG .card .content-wrapper .title-wrapper .title-wrap {
    margin-bottom: 40px;
  }
}
.cid-uLMRAIzUxG .card .content-wrapper .title-wrapper .title-wrap img {
  width: 32px;
  height: 32px;
  object-fit: contain;
  margin-right: 1rem;
}
.cid-uLMRAIzUxG .card .content-wrapper .title-wrapper .title-wrap .mbr-section-title {
  margin-bottom: 0;
}
.cid-uLMRAIzUxG .card .content-wrapper .copyright {
  margin-bottom: 20px;
}
@media (max-width: 992px) {
  .cid-uLMRAIzUxG .card .content-wrapper .copyright {
    margin-bottom: 40px;
  }
}
.cid-uLMRAIzUxG .card .social-wrapper .social-wrap {
  display: inline-flex;
  flex-wrap: wrap;
}
.cid-uLMRAIzUxG .card .social-wrapper .social-wrap .mbr-iconfont {
  font-size: 20px;
  margin-right: 48px;
  color: #ffffff;
}
.cid-uLMRAIzUxG .list-wrapper .mbr-card-title {
  margin-bottom: 16px;
}
.cid-uLMRAIzUxG .list-wrapper .list {
  margin: 0;
  padding: 0;
  list-style-type: none;
}
.cid-uLMRAIzUxG .list-wrapper .list .item-wrap {
  margin-bottom: 16px;
}
@media (max-width: 992px) {
  .cid-uLMRAIzUxG .list-wrapper .list {
    margin-bottom: 40px;
  }
}
.cid-uLMRAIzUxG .mbr-section-title {
  color: #ffffff;
}
.cid-uLMRAIzUxG .copyright {
  color: #ffffff;
}
.cid-uLMRAIzUxG .mbr-card-title {
  color: #D4FE00;
}
.cid-uLMRAIzUxG .list {
  color: #ffffff;
}
.cid-uLMT5bnPh6 .navbar-dropdown {
  background-color: #ffffff !important;
  padding: 0;
}
.cid-uLMT5bnPh6 .navbar.navbar-expand-lg .dropdown .dropdown-menu {
  background-color: #ffffff !important;
  background: #ffffff;
}
.cid-uLMT5bnPh6 .navbar.navbar-expand-lg .dropdown .dropdown-menu .dropdown-submenu {
  margin: 0;
  left: 100%;
}
@media (max-width: 991px) {
  .cid-uLMT5bnPh6 .menu_box .navbar.opened,
  .cid-uLMT5bnPh6 .menu_box .navbar-collapse {
    background-color: #ffffff !important;
    transition: all 0s ease 0s;
  }
}
.cid-uLMT5bnPh6 .navbar-dropdown {
  position: relative !important;
}
.cid-uLMT5bnPh6 .btn {
  min-height: auto;
  box-shadow: none;
  margin-top: 0;
}
.cid-uLMT5bnPh6 .btn:hover {
  box-shadow: none;
}
@media (min-width: 992px) {
  .cid-uLMT5bnPh6 .offcanvas_image img {
    width: auto;
    object-fit: cover;
    display: inline-block;
  }
  .cid-uLMT5bnPh6 .offcanvas-header {
    position: relative;
    padding: 0;
  }
  .cid-uLMT5bnPh6 .offcanvas-header .btn-close {
    position: absolute;
    top: -70px;
    right: 0;
    width: 35px;
    height: 30px;
  }
  .cid-uLMT5bnPh6 .offcanvas-body {
    text-align: center;
    padding: 0;
  }
  .cid-uLMT5bnPh6 .offcanvas-body .mbr-text,
  .cid-uLMT5bnPh6 .offcanvas-body .mbr-section-subtitle {
    margin-top: 14px;
  }
  .cid-uLMT5bnPh6 .offcanvas-body .offcanvas_contact {
    margin: 35px 0;
  }
  .cid-uLMT5bnPh6 .offcanvas_box button.btn_offcanvas {
    outline: none;
    width: 40px;
    height: 40px;
    cursor: pointer;
    transition: all 0.2s;
    position: relative;
    align-self: center;
  }
  .cid-uLMT5bnPh6 .offcanvas_box button.btn_offcanvas .hamburger span {
    position: absolute;
    right: 0;
    width: 40px;
    height: 2px;
    border-right: 5px;
    background-color: #474747;
  }
  .cid-uLMT5bnPh6 .offcanvas_box button.btn_offcanvas .hamburger span:nth-child(1) {
    top: 18px;
    transition: all 0.2s;
  }
  .cid-uLMT5bnPh6 .offcanvas_box button.btn_offcanvas .hamburger span:nth-child(2) {
    top: 25px;
    transition: all 0.2s;
  }
  .cid-uLMT5bnPh6 .offcanvas_box button.btn_offcanvas:hover .hamburger span {
    width: 36px;
  }
  .cid-uLMT5bnPh6 .offcanvas_box button.btn_offcanvas:hover .hamburger span:nth-child(2) {
    width: 33px;
    transition-delay: 0.2s;
  }
  .cid-uLMT5bnPh6 ul.navbar-nav {
    padding-bottom: 1.5rem;
  }
  .cid-uLMT5bnPh6 .dropdown-menu .dropdown-toggle[data-toggle="dropdown-submenu"]::after,
  .cid-uLMT5bnPh6 .link.dropdown-toggle::after {
    display: inline-block;
    width: 7px;
    height: 7px;
    margin-left: .5rem;
    margin-bottom: 2px;
    content: "";
    border: 2px solid;
    border-left: none;
    border-top: none;
    transform: rotate(-45deg);
  }
  .cid-uLMT5bnPh6 .link.dropdown-toggle::after {
    padding: 0 !important;
    transform: rotate(45deg);
  }
  .cid-uLMT5bnPh6 li.nav-item {
    position: relative;
    display: inline-block;
    padding: 1px 7px !important;
    vertical-align: middle;
    line-height: 2em !important;
    font-weight: 600 !important;
    text-decoration: none;
    letter-spacing: 0 !important;
    z-index: 1;
  }
  .cid-uLMT5bnPh6 .lg_brand {
    margin: 0 1rem;
  }
}
.cid-uLMT5bnPh6 .nav-item {
  margin: 4px 15px;
}
@media (min-width: 1200px) {
  .cid-uLMT5bnPh6 .nav-item {
    margin: 4px 20px;
  }
}
@media (max-width: 991px) {
  .cid-uLMT5bnPh6 .nav-item {
    margin: 0 !important;
  }
}
.cid-uLMT5bnPh6 .dropdown-menu {
  border-radius: 0;
  box-shadow: none;
  text-align: left;
}
@media (min-width: 992px) {
  .cid-uLMT5bnPh6 .dropdown-menu {
    padding: 18px 34px 22px;
    min-width: 250px;
    top: auto !important;
    left: -40px !important;
  }
  .cid-uLMT5bnPh6 .dropdown-menu.dropdown-submenu {
    left: 215px !important;
    top: -45% !important;
  }
}
@media (max-width: 991px) {
  .cid-uLMT5bnPh6 .dropdown-menu .dropdown-toggle[data-toggle="dropdown-submenu"]::after,
  .cid-uLMT5bnPh6 .link.dropdown-toggle::after {
    display: inline-block;
    width: 7px;
    height: 7px;
    margin-left: .5rem;
    margin-bottom: 2px;
    content: "";
    border: 2px solid;
    border-left: none;
    border-top: none;
    transform: rotate(-45deg);
    right: 15px;
    position: absolute;
    margin-top: -2px;
  }
  .cid-uLMT5bnPh6 .show.dropdown-toggle[aria-expanded="true"]::after {
    transform: rotate(45deg);
    margin-top: -4px;
  }
  .cid-uLMT5bnPh6 .offcanvas_box {
    display: none;
  }
}
.cid-uLMT5bnPh6 .dropdown-item {
  border: none;
  font-weight: 400 !important;
}
.cid-uLMT5bnPh6 .nav-dropdown .link {
  font-weight: 400 !important;
  padding: 0 !important;
  margin: 0 !important;
}
.cid-uLMT5bnPh6 .nav-dropdown .link.dropdown-toggle::after {
  margin-left: 0.5rem;
  margin-top: 0;
}
.cid-uLMT5bnPh6 .container {
  display: flex;
  margin: auto;
}
.cid-uLMT5bnPh6 .iconfont-wrapper {
  color: #e0bdb6;
  font-size: 17px;
  margin-right: 10px;
  margin-bottom: 5px;
  width: 25px;
  height: 25px;
  border-radius: 50%;
  display: flex;
  justify-content: center;
  align-items: center;
  transition: all 0.2s ease-in-out;
}
.cid-uLMT5bnPh6 .iconfont-wrapper:last-child {
  margin-right: 0;
}
.cid-uLMT5bnPh6 .iconfont-wrapper:hover {
  opacity: .5;
}
.cid-uLMT5bnPh6 .navbar-caption {
  color: #747474;
}
.cid-uLMT5bnPh6 .navbar-nav {
  margin: 0 1rem;
}
@media (min-width: 992px) {
  .cid-uLMT5bnPh6 .navbar-nav {
    margin: 0;
  }
}
.cid-uLMT5bnPh6 .dropdown-menu,
.cid-uLMT5bnPh6 .navbar.opened {
  background-color: false !important;
}
.cid-uLMT5bnPh6 .nav-item:focus,
.cid-uLMT5bnPh6 .nav-link:focus {
  outline: none;
}
.cid-uLMT5bnPh6 .dropdown .dropdown-menu .dropdown-item {
  width: auto;
  transition: all 0.25s ease-in-out;
}
.cid-uLMT5bnPh6 .dropdown .dropdown-menu .dropdown-item::after {
  right: 0.5rem;
}
.cid-uLMT5bnPh6 .dropdown .dropdown-menu .dropdown-item .mbr-iconfont {
  margin-right: 0.5rem;
  vertical-align: sub;
}
.cid-uLMT5bnPh6 .dropdown .dropdown-menu .dropdown-item .mbr-iconfont:before {
  display: inline-block;
  transform: scale(1, 1);
  transition: all 0.25s ease-in-out;
}
.cid-uLMT5bnPh6 .collapsed .dropdown-menu .dropdown-item:before {
  display: none;
}
.cid-uLMT5bnPh6 .collapsed .dropdown .dropdown-menu .dropdown-item {
  padding: 0.235em 1.5em 0.235em 1.5em !important;
  transition: none;
  margin: 0 !important;
}
.cid-uLMT5bnPh6 .navbar {
  min-height: 70px;
  padding: 20px 0;
  transition: all 0.3s;
  border-bottom-width: 0px;
}
@media (max-width: 992px) {
  .cid-uLMT5bnPh6 .navbar {
    min-height: 30px;
    max-height: 90px;
  }
}
.cid-uLMT5bnPh6 .navbar.opened {
  transition: all 0.3s;
}
.cid-uLMT5bnPh6 .navbar .dropdown-item {
  padding: 0;
  margin: 8px 0;
}
.cid-uLMT5bnPh6 .navbar .navbar-logo img {
  width: auto;
  object-fit: contain;
  border-radius: 0;
}
.cid-uLMT5bnPh6 .navbar .navbar-collapse {
  justify-content: space-between;
  z-index: 1;
}
.cid-uLMT5bnPh6 .navbar.collapsed {
  justify-content: center;
}
.cid-uLMT5bnPh6 .navbar.collapsed .nav-item .nav-link::before {
  display: none;
}
.cid-uLMT5bnPh6 .navbar.collapsed.opened .dropdown-menu {
  top: 0;
}
.cid-uLMT5bnPh6 .navbar.collapsed .dropdown-menu .dropdown-submenu {
  left: 0 !important;
}
.cid-uLMT5bnPh6 .navbar.collapsed .dropdown-menu .dropdown-item:after {
  right: auto;
}
.cid-uLMT5bnPh6 .navbar.collapsed ul.navbar-nav li {
  margin: auto;
}
.cid-uLMT5bnPh6 .navbar.collapsed .dropdown-menu .dropdown-item {
  padding: 0.25rem 1.5rem;
  text-align: left;
}
.cid-uLMT5bnPh6 .navbar.collapsed .icons-menu {
  padding: 0;
}
@media (max-width: 991px) {
  .cid-uLMT5bnPh6 .navbar .nav-item {
    padding: .5rem 0;
  }
  .cid-uLMT5bnPh6 .navbar .navbar-collapse {
    padding: 34px 0;
    border-radius: 25px;
  }
  .cid-uLMT5bnPh6 .navbar .nav-item .nav-link::before {
    display: none;
  }
  .cid-uLMT5bnPh6 .navbar.opened .dropdown-menu {
    top: 0;
  }
  .cid-uLMT5bnPh6 .navbar .dropdown-menu {
    padding: 6px 0 6px 15px;
  }
  .cid-uLMT5bnPh6 .navbar .dropdown-menu .dropdown-submenu {
    left: 0 !important;
  }
  .cid-uLMT5bnPh6 .navbar .dropdown-menu .dropdown-item:after {
    right: auto;
    margin-top: -0.4rem;
  }
  .cid-uLMT5bnPh6 .navbar .navbar-logo img {
    height: 3rem !important;
  }
  .cid-uLMT5bnPh6 .navbar ul.navbar-nav {
    overflow: hidden;
  }
  .cid-uLMT5bnPh6 .navbar ul.navbar-nav li {
    margin: 0;
  }
  .cid-uLMT5bnPh6 .navbar .dropdown-menu .dropdown-item {
    padding: 0 !important;
    margin: 0;
    margin-top: 8px;
    text-align: left;
  }
  .cid-uLMT5bnPh6 .navbar .navbar-brand {
    flex-shrink: initial;
    flex-basis: auto;
    word-break: break-word;
    padding-right: 2rem;
  }
  .cid-uLMT5bnPh6 .navbar .navbar-toggler {
    flex-basis: auto;
  }
  .cid-uLMT5bnPh6 .navbar .icons-menu {
    padding: 0;
  }
}
.cid-uLMT5bnPh6 .navbar.navbar-short {
  min-height: 60px;
}
.cid-uLMT5bnPh6 .navbar.navbar-short .navbar-logo img {
  height: 2.5rem !important;
}
.cid-uLMT5bnPh6 .navbar.navbar-short .navbar-brand {
  min-height: 60px;
  padding: 0;
}
.cid-uLMT5bnPh6 .navbar-brand {
  min-height: 70px;
  flex-shrink: 0;
  align-items: center;
  margin-right: 0;
  padding: 10px 0;
  transition: all 0.3s;
  word-break: break-word;
  z-index: 1;
}
.cid-uLMT5bnPh6 .navbar-brand .navbar-caption {
  line-height: inherit !important;
}
.cid-uLMT5bnPh6 .navbar-brand .navbar-logo a {
  outline: none;
}
.cid-uLMT5bnPh6 .dropdown-item.active,
.cid-uLMT5bnPh6 .dropdown-item:active {
  background-color: transparent;
}
.cid-uLMT5bnPh6 .navbar-expand-lg .navbar-nav .nav-link {
  padding: 0;
}
.cid-uLMT5bnPh6 .nav-dropdown .link.dropdown-toggle {
  margin-right: 1.667em;
}
.cid-uLMT5bnPh6 .nav-dropdown .link.dropdown-toggle[aria-expanded="true"] {
  margin-right: 0;
  padding: 0.667em 1.667em;
}
.cid-uLMT5bnPh6 .navbar .dropdown.open > .dropdown-menu {
  display: block;
}
.cid-uLMT5bnPh6 ul.navbar-nav {
  flex-wrap: wrap;
  padding: 36px 0;
  border-bottom: 1px solid #0e132f;
}
.cid-uLMT5bnPh6 .navbar-buttons {
  text-align: center;
  min-width: 170px;
}
.cid-uLMT5bnPh6 button.navbar-toggler {
  outline: none;
  width: 48px;
  height: 48px;
  border-radius: 50%;
  cursor: pointer;
  transition: all 0.2s;
  position: relative;
  align-self: center;
  color: #ffffff;
  background: #ffffff;
}
.cid-uLMT5bnPh6 button.navbar-toggler .hamburger span {
  position: absolute;
  right: 10px;
  margin-top: 14px;
  width: 26px;
  height: 2px;
  border-right: 5px;
  background-color: #474747;
}
.cid-uLMT5bnPh6 button.navbar-toggler .hamburger span:nth-child(1) {
  top: 0;
  transition: all 0.2s;
}
.cid-uLMT5bnPh6 button.navbar-toggler .hamburger span:nth-child(2) {
  top: 8px;
  transition: all 0.15s;
}
.cid-uLMT5bnPh6 button.navbar-toggler .hamburger span:nth-child(3) {
  top: 8px;
  transition: all 0.15s;
}
.cid-uLMT5bnPh6 button.navbar-toggler .hamburger span:nth-child(4) {
  top: 16px;
  transition: all 0.2s;
}
.cid-uLMT5bnPh6 nav.opened .hamburger span:nth-child(1) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-uLMT5bnPh6 nav.opened .hamburger span:nth-child(2) {
  transform: rotate(45deg);
  transition: all 0.25s;
}
.cid-uLMT5bnPh6 nav.opened .hamburger span:nth-child(3) {
  transform: rotate(-45deg);
  transition: all 0.25s;
}
.cid-uLMT5bnPh6 nav.opened .hamburger span:nth-child(4) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-uLMT5bnPh6 a.nav-link {
  display: flex;
  align-items: center;
  justify-content: flex-start;
}
.cid-uLMT5bnPh6 .icons-menu {
  flex-wrap: nowrap;
  display: flex;
  justify-content: center;
  padding: 0;
  text-align: center;
  margin-bottom: 35px;
}
@media screen and (-ms-high-contrast: active), (-ms-high-contrast: none) {
  .cid-uLMT5bnPh6 .navbar {
    height: 70px;
  }
  .cid-uLMT5bnPh6 .navbar.opened {
    height: auto;
  }
  .cid-uLMT5bnPh6 .nav-item .nav-link:hover::before {
    width: 175%;
    max-width: calc(100% + 2rem);
    left: -1rem;
  }
}
.cid-uLMT5bnPh6 .navbar-dropdown .navbar-logo {
  margin-right: 15px;
}
@media (min-width: 768px) {
  .cid-uLMT5bnPh6 .container-fluid {
    padding-left: 30px;
    padding-right: 30px;
  }
}
.cid-uLMT5bnPh6 .mbr-section-btn-main {
  padding-top: 5px;
}
.cid-uLMT5bnPh6 .mbr-section-btn-main .btn {
  margin: 0 4px 4px 4px;
}
.cid-uLMT5bnPh6 .navbar-caption:hover {
  color: #2554ab;
}
@media (min-width: 992px) {
  .cid-uLMT5bnPh6 .dropdown-menu.dropdown-submenu {
    left: 175px !important;
    top: -45% !important;
  }
}
.cid-uLMT5bnPh6 .nav-link {
  position: relative;
}
.cid-uLMT5bnPh6 .nav-link:before {
  content: '';
  position: absolute;
  left: -12px;
  width: 6px;
  height: 6px;
  border-radius: 100%;
  background-color: #2554ab;
  transition: all .3s ease;
  opacity: 0;
}
.cid-uLMT5bnPh6 .nav-link:hover:before {
  opacity: 1;
}
.cid-uLMT5bnPh6 .mbr-section-subtitle {
  color: #ffffff;
}
.cid-uLMT5bnPh6 .mbr-text {
  color: #ffffff;
  text-align: center;
}
.cid-uLMT5bnPh6 .text_widget {
  color: #ffffff;
}
.cid-uLMT5bnPh6 .mbr-section-subtitle,
.cid-uLMT5bnPh6 .text_widget,
.cid-uLMT5bnPh6 .mbr-section-btn {
  text-align: center;
}
.cid-uLMT5bnPh6 a[class*="text-"]:not(.nav-link):not(.dropdown-item):not([role]):not(.navbar-caption):hover {
  background-image: none;
}
.cid-uC19RKn0Lk {
  padding-top: 0rem;
  padding-bottom: 0rem;
  background-color: #ffffff;
}
.cid-uC19RKn0Lk .item-img {
  position: relative;
  overflow: hidden;
}
.cid-uC19RKn0Lk .item-img:before {
  content: '';
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
  left: 0;
  background: black;
  opacity: 0.3;
  z-index: 1;
  transition: all 0.3s;
  pointer-events: none;
}
.cid-uC19RKn0Lk h5 {
  margin-bottom: 1rem;
}
.cid-uC19RKn0Lk .item-content {
  position: absolute;
  top: 55%;
  right: 0;
  z-index: 2;
  width: 100%;
  transform: translateY(-50%);
  padding: 2rem 8rem;
  display: flex;
  flex-direction: column;
  height: 50%;
}
@media (max-width: 767px) {
  .cid-uC19RKn0Lk .item-content {
    padding: 0 2rem 1.5rem;
    margin-top: 1rem;
  }
}
.cid-uC19RKn0Lk img,
.cid-uC19RKn0Lk .item-img {
  width: 100%;
  transition: all 0.3s;
  height: 100%;
  height: 400px;
  object-fit: cover;
}
.cid-uC19RKn0Lk .item:focus,
.cid-uC19RKn0Lk span:focus {
  outline: none;
}
.cid-uC19RKn0Lk .item {
  margin-bottom: 2rem;
}
@media (max-width: 767px) {
  .cid-uC19RKn0Lk .item {
    margin-bottom: 1rem;
  }
}
.cid-uC19RKn0Lk .item-wrapper {
  position: relative;
  border-radius: 15px;
  height: 100%;
  display: flex;
  flex-flow: column nowrap;
}
.cid-uC19RKn0Lk .mbr-section-title {
  color: #4e423d;
}
.cid-uC19RKn0Lk .item-title {
  text-align: left;
  color: #ffffff;
}
.cid-uC19RKn0Lk .item-subtitle {
  text-align: left;
  color: #ffffff;
}
.cid-uC19RKn0Lk .mbr-text,
.cid-uC19RKn0Lk .item .mbr-section-btn {
  text-align: left;
  color: #ffffff;
}
.cid-uC19RKn0Lk .content-head {
  max-width: 800px;
}
.cid-uC19RLIeRD {
  padding-top: 1rem;
  padding-bottom: 5rem;
  background-color: #fafafa;
}
.cid-uC19RLIeRD .mbr-section-title {
  margin-bottom: 1em;
  color: #272727;
}
.cid-uC19RLIeRD .mbr-section-subtitle {
  margin-bottom: 1.5625em;
  color: #272727;
  opacity: 0.4;
}
.cid-uC19RLIeRD .item-row {
  display: grid;
  -webkit-box-align: stretch;
  -webkit-align-items: stretch;
  -ms-flex-align: stretch;
  align-items: stretch;
  grid-auto-columns: 1fr;
  grid-column-gap: 16px;
  grid-row-gap: 16px;
  grid-template-columns: repeat(4, 1fr);
  -ms-grid-rows: auto;
  grid-template-rows: auto;
}
@media (max-width: 1199px) {
  .cid-uC19RLIeRD .item-row {
    grid-template-columns: repeat(2, 1fr);
  }
}
@media (max-width: 767px) {
  .cid-uC19RLIeRD .item-row {
    grid-template-columns: repeat(1, 1fr);
  }
}
.cid-uC19RLIeRD .item {
  padding: 0;
}
.cid-uC19RLIeRD .item-wrapper {
  display: flex;
  flex-direction: column;
  align-items: stretch;
  height: 100%;
  width: 100%;
  border-radius: 10px;
  overflow: hidden;
  transform-style: preserve-3d;
  transition: .3s all;
  border: 2px solid transparent;
}
.cid-uC19RLIeRD .item-wrapper:hover {
  transform: scale3d(1.01, 1.01, 1);
  border-color: #fafafa;
}
.cid-uC19RLIeRD .item-img {
  display: flex;
  align-items: center;
  justify-content: center;
  height: 175px;
}
.cid-uC19RLIeRD .item-img img {
  width: 100%;
  object-fit: cover;
  height: 100%;
}
.cid-uC19RLIeRD .item-content {
  display: flex;
  flex-direction: column;
  align-items: stretch;
  width: 100%;
  padding: 20px 5% 6%;
  flex-grow: 1;
  background-color: #ffffff;
}
.cid-uC19RLIeRD .item-text-wrap {
  width: 100%;
  margin-bottom: 5.3em;
}
@media (max-width: 1199px) {
  .cid-uC19RLIeRD .item-text-wrap {
    margin-bottom: 4em;
  }
}
@media (max-width: 767px) {
  .cid-uC19RLIeRD .item-text-wrap {
    margin-bottom: 2em;
    max-width: 340px;
    margin-right: auto;
  }
}
.cid-uC19RLIeRD .item-title {
  color: #272727;
  margin-bottom: 0.52em;
}
.cid-uC19RLIeRD .item-subtitle {
  color: #272727;
  opacity: 0.52em;
}
.cid-uC19RLIeRD .card-bottom {
  display: flex;
  flex-direction: column;
  align-items: stretch;
  margin-top: auto;
}
.cid-uC19RLIeRD .item-name-wrap {
  display: flex;
  align-items: center;
  width: 100%;
}
.cid-uC19RLIeRD .image-wrapper {
  width: 35px;
  height: 35px;
  margin-right: 10px;
  border-radius: 300px;
  overflow: hidden;
}
.cid-uC19RLIeRD .image-wrapper img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.cid-uC19RLIeRD .mbr-text {
  flex-grow: 1;
  color: #272727;
  text-align: right;
}
.cid-uC19RLIeRD .mbr-section-btn {
  display: flex;
  margin-top: 20px;
  width: auto !important;
}
.cid-uC19RLIeRD .mbr-section-btn .btn {
  width: 100%;
  min-width: auto !important;
}
.cid-uLMRAIzUxG {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-color: #0e132f;
}
.cid-uLMRAIzUxG .mbr-fallback-image.disabled {
  display: none;
}
.cid-uLMRAIzUxG .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-uLMRAIzUxG .container {
    padding: 0 16px;
  }
}
.cid-uLMRAIzUxG .card {
  display: flex;
  flex-direction: column;
  justify-content: space-between;
}
@media (max-width: 992px) {
  .cid-uLMRAIzUxG .card {
    margin-bottom: 40px;
  }
}
.cid-uLMRAIzUxG .card .content-wrapper .title-wrapper .title-wrap {
  display: inline-flex;
  align-items: center;
  margin-bottom: 16px;
}
@media (max-width: 992px) {
  .cid-uLMRAIzUxG .card .content-wrapper .title-wrapper .title-wrap {
    margin-bottom: 40px;
  }
}
.cid-uLMRAIzUxG .card .content-wrapper .title-wrapper .title-wrap img {
  width: 32px;
  height: 32px;
  object-fit: contain;
  margin-right: 1rem;
}
.cid-uLMRAIzUxG .card .content-wrapper .title-wrapper .title-wrap .mbr-section-title {
  margin-bottom: 0;
}
.cid-uLMRAIzUxG .card .content-wrapper .copyright {
  margin-bottom: 20px;
}
@media (max-width: 992px) {
  .cid-uLMRAIzUxG .card .content-wrapper .copyright {
    margin-bottom: 40px;
  }
}
.cid-uLMRAIzUxG .card .social-wrapper .social-wrap {
  display: inline-flex;
  flex-wrap: wrap;
}
.cid-uLMRAIzUxG .card .social-wrapper .social-wrap .mbr-iconfont {
  font-size: 20px;
  margin-right: 48px;
  color: #ffffff;
}
.cid-uLMRAIzUxG .list-wrapper .mbr-card-title {
  margin-bottom: 16px;
}
.cid-uLMRAIzUxG .list-wrapper .list {
  margin: 0;
  padding: 0;
  list-style-type: none;
}
.cid-uLMRAIzUxG .list-wrapper .list .item-wrap {
  margin-bottom: 16px;
}
@media (max-width: 992px) {
  .cid-uLMRAIzUxG .list-wrapper .list {
    margin-bottom: 40px;
  }
}
.cid-uLMRAIzUxG .mbr-section-title {
  color: #ffffff;
}
.cid-uLMRAIzUxG .copyright {
  color: #ffffff;
}
.cid-uLMRAIzUxG .mbr-card-title {
  color: #D4FE00;
}
.cid-uLMRAIzUxG .list {
  color: #ffffff;
}
.cid-uLMT5bnPh6 .navbar-dropdown {
  background-color: #ffffff !important;
  padding: 0;
}
.cid-uLMT5bnPh6 .navbar.navbar-expand-lg .dropdown .dropdown-menu {
  background-color: #ffffff !important;
  background: #ffffff;
}
.cid-uLMT5bnPh6 .navbar.navbar-expand-lg .dropdown .dropdown-menu .dropdown-submenu {
  margin: 0;
  left: 100%;
}
@media (max-width: 991px) {
  .cid-uLMT5bnPh6 .menu_box .navbar.opened,
  .cid-uLMT5bnPh6 .menu_box .navbar-collapse {
    background-color: #ffffff !important;
    transition: all 0s ease 0s;
  }
}
.cid-uLMT5bnPh6 .navbar-dropdown {
  position: relative !important;
}
.cid-uLMT5bnPh6 .btn {
  min-height: auto;
  box-shadow: none;
  margin-top: 0;
}
.cid-uLMT5bnPh6 .btn:hover {
  box-shadow: none;
}
@media (min-width: 992px) {
  .cid-uLMT5bnPh6 .offcanvas_image img {
    width: auto;
    object-fit: cover;
    display: inline-block;
  }
  .cid-uLMT5bnPh6 .offcanvas-header {
    position: relative;
    padding: 0;
  }
  .cid-uLMT5bnPh6 .offcanvas-header .btn-close {
    position: absolute;
    top: -70px;
    right: 0;
    width: 35px;
    height: 30px;
  }
  .cid-uLMT5bnPh6 .offcanvas-body {
    text-align: center;
    padding: 0;
  }
  .cid-uLMT5bnPh6 .offcanvas-body .mbr-text,
  .cid-uLMT5bnPh6 .offcanvas-body .mbr-section-subtitle {
    margin-top: 14px;
  }
  .cid-uLMT5bnPh6 .offcanvas-body .offcanvas_contact {
    margin: 35px 0;
  }
  .cid-uLMT5bnPh6 .offcanvas_box button.btn_offcanvas {
    outline: none;
    width: 40px;
    height: 40px;
    cursor: pointer;
    transition: all 0.2s;
    position: relative;
    align-self: center;
  }
  .cid-uLMT5bnPh6 .offcanvas_box button.btn_offcanvas .hamburger span {
    position: absolute;
    right: 0;
    width: 40px;
    height: 2px;
    border-right: 5px;
    background-color: #474747;
  }
  .cid-uLMT5bnPh6 .offcanvas_box button.btn_offcanvas .hamburger span:nth-child(1) {
    top: 18px;
    transition: all 0.2s;
  }
  .cid-uLMT5bnPh6 .offcanvas_box button.btn_offcanvas .hamburger span:nth-child(2) {
    top: 25px;
    transition: all 0.2s;
  }
  .cid-uLMT5bnPh6 .offcanvas_box button.btn_offcanvas:hover .hamburger span {
    width: 36px;
  }
  .cid-uLMT5bnPh6 .offcanvas_box button.btn_offcanvas:hover .hamburger span:nth-child(2) {
    width: 33px;
    transition-delay: 0.2s;
  }
  .cid-uLMT5bnPh6 ul.navbar-nav {
    padding-bottom: 1.5rem;
  }
  .cid-uLMT5bnPh6 .dropdown-menu .dropdown-toggle[data-toggle="dropdown-submenu"]::after,
  .cid-uLMT5bnPh6 .link.dropdown-toggle::after {
    display: inline-block;
    width: 7px;
    height: 7px;
    margin-left: .5rem;
    margin-bottom: 2px;
    content: "";
    border: 2px solid;
    border-left: none;
    border-top: none;
    transform: rotate(-45deg);
  }
  .cid-uLMT5bnPh6 .link.dropdown-toggle::after {
    padding: 0 !important;
    transform: rotate(45deg);
  }
  .cid-uLMT5bnPh6 li.nav-item {
    position: relative;
    display: inline-block;
    padding: 1px 7px !important;
    vertical-align: middle;
    line-height: 2em !important;
    font-weight: 600 !important;
    text-decoration: none;
    letter-spacing: 0 !important;
    z-index: 1;
  }
  .cid-uLMT5bnPh6 .lg_brand {
    margin: 0 1rem;
  }
}
.cid-uLMT5bnPh6 .nav-item {
  margin: 4px 15px;
}
@media (min-width: 1200px) {
  .cid-uLMT5bnPh6 .nav-item {
    margin: 4px 20px;
  }
}
@media (max-width: 991px) {
  .cid-uLMT5bnPh6 .nav-item {
    margin: 0 !important;
  }
}
.cid-uLMT5bnPh6 .dropdown-menu {
  border-radius: 0;
  box-shadow: none;
  text-align: left;
}
@media (min-width: 992px) {
  .cid-uLMT5bnPh6 .dropdown-menu {
    padding: 18px 34px 22px;
    min-width: 250px;
    top: auto !important;
    left: -40px !important;
  }
  .cid-uLMT5bnPh6 .dropdown-menu.dropdown-submenu {
    left: 215px !important;
    top: -45% !important;
  }
}
@media (max-width: 991px) {
  .cid-uLMT5bnPh6 .dropdown-menu .dropdown-toggle[data-toggle="dropdown-submenu"]::after,
  .cid-uLMT5bnPh6 .link.dropdown-toggle::after {
    display: inline-block;
    width: 7px;
    height: 7px;
    margin-left: .5rem;
    margin-bottom: 2px;
    content: "";
    border: 2px solid;
    border-left: none;
    border-top: none;
    transform: rotate(-45deg);
    right: 15px;
    position: absolute;
    margin-top: -2px;
  }
  .cid-uLMT5bnPh6 .show.dropdown-toggle[aria-expanded="true"]::after {
    transform: rotate(45deg);
    margin-top: -4px;
  }
  .cid-uLMT5bnPh6 .offcanvas_box {
    display: none;
  }
}
.cid-uLMT5bnPh6 .dropdown-item {
  border: none;
  font-weight: 400 !important;
}
.cid-uLMT5bnPh6 .nav-dropdown .link {
  font-weight: 400 !important;
  padding: 0 !important;
  margin: 0 !important;
}
.cid-uLMT5bnPh6 .nav-dropdown .link.dropdown-toggle::after {
  margin-left: 0.5rem;
  margin-top: 0;
}
.cid-uLMT5bnPh6 .container {
  display: flex;
  margin: auto;
}
.cid-uLMT5bnPh6 .iconfont-wrapper {
  color: #e0bdb6;
  font-size: 17px;
  margin-right: 10px;
  margin-bottom: 5px;
  width: 25px;
  height: 25px;
  border-radius: 50%;
  display: flex;
  justify-content: center;
  align-items: center;
  transition: all 0.2s ease-in-out;
}
.cid-uLMT5bnPh6 .iconfont-wrapper:last-child {
  margin-right: 0;
}
.cid-uLMT5bnPh6 .iconfont-wrapper:hover {
  opacity: .5;
}
.cid-uLMT5bnPh6 .navbar-caption {
  color: #747474;
}
.cid-uLMT5bnPh6 .navbar-nav {
  margin: 0 1rem;
}
@media (min-width: 992px) {
  .cid-uLMT5bnPh6 .navbar-nav {
    margin: 0;
  }
}
.cid-uLMT5bnPh6 .dropdown-menu,
.cid-uLMT5bnPh6 .navbar.opened {
  background-color: false !important;
}
.cid-uLMT5bnPh6 .nav-item:focus,
.cid-uLMT5bnPh6 .nav-link:focus {
  outline: none;
}
.cid-uLMT5bnPh6 .dropdown .dropdown-menu .dropdown-item {
  width: auto;
  transition: all 0.25s ease-in-out;
}
.cid-uLMT5bnPh6 .dropdown .dropdown-menu .dropdown-item::after {
  right: 0.5rem;
}
.cid-uLMT5bnPh6 .dropdown .dropdown-menu .dropdown-item .mbr-iconfont {
  margin-right: 0.5rem;
  vertical-align: sub;
}
.cid-uLMT5bnPh6 .dropdown .dropdown-menu .dropdown-item .mbr-iconfont:before {
  display: inline-block;
  transform: scale(1, 1);
  transition: all 0.25s ease-in-out;
}
.cid-uLMT5bnPh6 .collapsed .dropdown-menu .dropdown-item:before {
  display: none;
}
.cid-uLMT5bnPh6 .collapsed .dropdown .dropdown-menu .dropdown-item {
  padding: 0.235em 1.5em 0.235em 1.5em !important;
  transition: none;
  margin: 0 !important;
}
.cid-uLMT5bnPh6 .navbar {
  min-height: 70px;
  padding: 20px 0;
  transition: all 0.3s;
  border-bottom-width: 0px;
}
@media (max-width: 992px) {
  .cid-uLMT5bnPh6 .navbar {
    min-height: 30px;
    max-height: 90px;
  }
}
.cid-uLMT5bnPh6 .navbar.opened {
  transition: all 0.3s;
}
.cid-uLMT5bnPh6 .navbar .dropdown-item {
  padding: 0;
  margin: 8px 0;
}
.cid-uLMT5bnPh6 .navbar .navbar-logo img {
  width: auto;
  object-fit: contain;
  border-radius: 0;
}
.cid-uLMT5bnPh6 .navbar .navbar-collapse {
  justify-content: space-between;
  z-index: 1;
}
.cid-uLMT5bnPh6 .navbar.collapsed {
  justify-content: center;
}
.cid-uLMT5bnPh6 .navbar.collapsed .nav-item .nav-link::before {
  display: none;
}
.cid-uLMT5bnPh6 .navbar.collapsed.opened .dropdown-menu {
  top: 0;
}
.cid-uLMT5bnPh6 .navbar.collapsed .dropdown-menu .dropdown-submenu {
  left: 0 !important;
}
.cid-uLMT5bnPh6 .navbar.collapsed .dropdown-menu .dropdown-item:after {
  right: auto;
}
.cid-uLMT5bnPh6 .navbar.collapsed ul.navbar-nav li {
  margin: auto;
}
.cid-uLMT5bnPh6 .navbar.collapsed .dropdown-menu .dropdown-item {
  padding: 0.25rem 1.5rem;
  text-align: left;
}
.cid-uLMT5bnPh6 .navbar.collapsed .icons-menu {
  padding: 0;
}
@media (max-width: 991px) {
  .cid-uLMT5bnPh6 .navbar .nav-item {
    padding: .5rem 0;
  }
  .cid-uLMT5bnPh6 .navbar .navbar-collapse {
    padding: 34px 0;
    border-radius: 25px;
  }
  .cid-uLMT5bnPh6 .navbar .nav-item .nav-link::before {
    display: none;
  }
  .cid-uLMT5bnPh6 .navbar.opened .dropdown-menu {
    top: 0;
  }
  .cid-uLMT5bnPh6 .navbar .dropdown-menu {
    padding: 6px 0 6px 15px;
  }
  .cid-uLMT5bnPh6 .navbar .dropdown-menu .dropdown-submenu {
    left: 0 !important;
  }
  .cid-uLMT5bnPh6 .navbar .dropdown-menu .dropdown-item:after {
    right: auto;
    margin-top: -0.4rem;
  }
  .cid-uLMT5bnPh6 .navbar .navbar-logo img {
    height: 3rem !important;
  }
  .cid-uLMT5bnPh6 .navbar ul.navbar-nav {
    overflow: hidden;
  }
  .cid-uLMT5bnPh6 .navbar ul.navbar-nav li {
    margin: 0;
  }
  .cid-uLMT5bnPh6 .navbar .dropdown-menu .dropdown-item {
    padding: 0 !important;
    margin: 0;
    margin-top: 8px;
    text-align: left;
  }
  .cid-uLMT5bnPh6 .navbar .navbar-brand {
    flex-shrink: initial;
    flex-basis: auto;
    word-break: break-word;
    padding-right: 2rem;
  }
  .cid-uLMT5bnPh6 .navbar .navbar-toggler {
    flex-basis: auto;
  }
  .cid-uLMT5bnPh6 .navbar .icons-menu {
    padding: 0;
  }
}
.cid-uLMT5bnPh6 .navbar.navbar-short {
  min-height: 60px;
}
.cid-uLMT5bnPh6 .navbar.navbar-short .navbar-logo img {
  height: 2.5rem !important;
}
.cid-uLMT5bnPh6 .navbar.navbar-short .navbar-brand {
  min-height: 60px;
  padding: 0;
}
.cid-uLMT5bnPh6 .navbar-brand {
  min-height: 70px;
  flex-shrink: 0;
  align-items: center;
  margin-right: 0;
  padding: 10px 0;
  transition: all 0.3s;
  word-break: break-word;
  z-index: 1;
}
.cid-uLMT5bnPh6 .navbar-brand .navbar-caption {
  line-height: inherit !important;
}
.cid-uLMT5bnPh6 .navbar-brand .navbar-logo a {
  outline: none;
}
.cid-uLMT5bnPh6 .dropdown-item.active,
.cid-uLMT5bnPh6 .dropdown-item:active {
  background-color: transparent;
}
.cid-uLMT5bnPh6 .navbar-expand-lg .navbar-nav .nav-link {
  padding: 0;
}
.cid-uLMT5bnPh6 .nav-dropdown .link.dropdown-toggle {
  margin-right: 1.667em;
}
.cid-uLMT5bnPh6 .nav-dropdown .link.dropdown-toggle[aria-expanded="true"] {
  margin-right: 0;
  padding: 0.667em 1.667em;
}
.cid-uLMT5bnPh6 .navbar .dropdown.open > .dropdown-menu {
  display: block;
}
.cid-uLMT5bnPh6 ul.navbar-nav {
  flex-wrap: wrap;
  padding: 36px 0;
  border-bottom: 1px solid #0e132f;
}
.cid-uLMT5bnPh6 .navbar-buttons {
  text-align: center;
  min-width: 170px;
}
.cid-uLMT5bnPh6 button.navbar-toggler {
  outline: none;
  width: 48px;
  height: 48px;
  border-radius: 50%;
  cursor: pointer;
  transition: all 0.2s;
  position: relative;
  align-self: center;
  color: #ffffff;
  background: #ffffff;
}
.cid-uLMT5bnPh6 button.navbar-toggler .hamburger span {
  position: absolute;
  right: 10px;
  margin-top: 14px;
  width: 26px;
  height: 2px;
  border-right: 5px;
  background-color: #474747;
}
.cid-uLMT5bnPh6 button.navbar-toggler .hamburger span:nth-child(1) {
  top: 0;
  transition: all 0.2s;
}
.cid-uLMT5bnPh6 button.navbar-toggler .hamburger span:nth-child(2) {
  top: 8px;
  transition: all 0.15s;
}
.cid-uLMT5bnPh6 button.navbar-toggler .hamburger span:nth-child(3) {
  top: 8px;
  transition: all 0.15s;
}
.cid-uLMT5bnPh6 button.navbar-toggler .hamburger span:nth-child(4) {
  top: 16px;
  transition: all 0.2s;
}
.cid-uLMT5bnPh6 nav.opened .hamburger span:nth-child(1) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-uLMT5bnPh6 nav.opened .hamburger span:nth-child(2) {
  transform: rotate(45deg);
  transition: all 0.25s;
}
.cid-uLMT5bnPh6 nav.opened .hamburger span:nth-child(3) {
  transform: rotate(-45deg);
  transition: all 0.25s;
}
.cid-uLMT5bnPh6 nav.opened .hamburger span:nth-child(4) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-uLMT5bnPh6 a.nav-link {
  display: flex;
  align-items: center;
  justify-content: flex-start;
}
.cid-uLMT5bnPh6 .icons-menu {
  flex-wrap: nowrap;
  display: flex;
  justify-content: center;
  padding: 0;
  text-align: center;
  margin-bottom: 35px;
}
@media screen and (-ms-high-contrast: active), (-ms-high-contrast: none) {
  .cid-uLMT5bnPh6 .navbar {
    height: 70px;
  }
  .cid-uLMT5bnPh6 .navbar.opened {
    height: auto;
  }
  .cid-uLMT5bnPh6 .nav-item .nav-link:hover::before {
    width: 175%;
    max-width: calc(100% + 2rem);
    left: -1rem;
  }
}
.cid-uLMT5bnPh6 .navbar-dropdown .navbar-logo {
  margin-right: 15px;
}
@media (min-width: 768px) {
  .cid-uLMT5bnPh6 .container-fluid {
    padding-left: 30px;
    padding-right: 30px;
  }
}
.cid-uLMT5bnPh6 .mbr-section-btn-main {
  padding-top: 5px;
}
.cid-uLMT5bnPh6 .mbr-section-btn-main .btn {
  margin: 0 4px 4px 4px;
}
.cid-uLMT5bnPh6 .navbar-caption:hover {
  color: #2554ab;
}
@media (min-width: 992px) {
  .cid-uLMT5bnPh6 .dropdown-menu.dropdown-submenu {
    left: 175px !important;
    top: -45% !important;
  }
}
.cid-uLMT5bnPh6 .nav-link {
  position: relative;
}
.cid-uLMT5bnPh6 .nav-link:before {
  content: '';
  position: absolute;
  left: -12px;
  width: 6px;
  height: 6px;
  border-radius: 100%;
  background-color: #2554ab;
  transition: all .3s ease;
  opacity: 0;
}
.cid-uLMT5bnPh6 .nav-link:hover:before {
  opacity: 1;
}
.cid-uLMT5bnPh6 .mbr-section-subtitle {
  color: #ffffff;
}
.cid-uLMT5bnPh6 .mbr-text {
  color: #ffffff;
  text-align: center;
}
.cid-uLMT5bnPh6 .text_widget {
  color: #ffffff;
}
.cid-uLMT5bnPh6 .mbr-section-subtitle,
.cid-uLMT5bnPh6 .text_widget,
.cid-uLMT5bnPh6 .mbr-section-btn {
  text-align: center;
}
.cid-uLMT5bnPh6 a[class*="text-"]:not(.nav-link):not(.dropdown-item):not([role]):not(.navbar-caption):hover {
  background-image: none;
}
.cid-uC19OZLmw1 {
  padding-top: 0rem;
  padding-bottom: 0rem;
  background-color: #ffffff;
}
.cid-uC19OZLmw1 .item-img {
  position: relative;
  overflow: hidden;
}
.cid-uC19OZLmw1 .item-img:before {
  content: '';
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
  left: 0;
  background: black;
  opacity: 0.3;
  z-index: 1;
  transition: all 0.3s;
  pointer-events: none;
}
.cid-uC19OZLmw1 h5 {
  margin-bottom: 1rem;
}
.cid-uC19OZLmw1 .item-content {
  position: absolute;
  top: 55%;
  right: 0;
  z-index: 2;
  width: 100%;
  transform: translateY(-50%);
  padding: 2rem 8rem;
  display: flex;
  flex-direction: column;
  height: 50%;
}
@media (max-width: 767px) {
  .cid-uC19OZLmw1 .item-content {
    padding: 0 2rem 1.5rem;
    margin-top: 1rem;
  }
}
.cid-uC19OZLmw1 img,
.cid-uC19OZLmw1 .item-img {
  width: 100%;
  transition: all 0.3s;
  height: 100%;
  height: 400px;
  object-fit: cover;
}
.cid-uC19OZLmw1 .item:focus,
.cid-uC19OZLmw1 span:focus {
  outline: none;
}
.cid-uC19OZLmw1 .item {
  margin-bottom: 2rem;
}
@media (max-width: 767px) {
  .cid-uC19OZLmw1 .item {
    margin-bottom: 1rem;
  }
}
.cid-uC19OZLmw1 .item-wrapper {
  position: relative;
  border-radius: 15px;
  height: 100%;
  display: flex;
  flex-flow: column nowrap;
}
.cid-uC19OZLmw1 .mbr-section-title {
  color: #4e423d;
}
.cid-uC19OZLmw1 .item-title {
  text-align: left;
  color: #ffffff;
}
.cid-uC19OZLmw1 .item-subtitle {
  text-align: left;
  color: #ffffff;
}
.cid-uC19OZLmw1 .mbr-text,
.cid-uC19OZLmw1 .item .mbr-section-btn {
  text-align: left;
  color: #ffffff;
}
.cid-uC19OZLmw1 .content-head {
  max-width: 800px;
}
.cid-uC19P0QDmw {
  padding-top: 1rem;
  padding-bottom: 5rem;
  background-color: #fafafa;
}
.cid-uC19P0QDmw .mbr-section-title {
  margin-bottom: 1em;
  color: #272727;
}
.cid-uC19P0QDmw .mbr-section-subtitle {
  margin-bottom: 1.5625em;
  color: #272727;
  opacity: 0.4;
}
.cid-uC19P0QDmw .item-row {
  display: grid;
  -webkit-box-align: stretch;
  -webkit-align-items: stretch;
  -ms-flex-align: stretch;
  align-items: stretch;
  grid-auto-columns: 1fr;
  grid-column-gap: 16px;
  grid-row-gap: 16px;
  grid-template-columns: repeat(4, 1fr);
  -ms-grid-rows: auto;
  grid-template-rows: auto;
}
@media (max-width: 1199px) {
  .cid-uC19P0QDmw .item-row {
    grid-template-columns: repeat(2, 1fr);
  }
}
@media (max-width: 767px) {
  .cid-uC19P0QDmw .item-row {
    grid-template-columns: repeat(1, 1fr);
  }
}
.cid-uC19P0QDmw .item {
  padding: 0;
}
.cid-uC19P0QDmw .item-wrapper {
  display: flex;
  flex-direction: column;
  align-items: stretch;
  height: 100%;
  width: 100%;
  border-radius: 10px;
  overflow: hidden;
  transform-style: preserve-3d;
  transition: .3s all;
  border: 2px solid transparent;
}
.cid-uC19P0QDmw .item-wrapper:hover {
  transform: scale3d(1.01, 1.01, 1);
  border-color: #fafafa;
}
.cid-uC19P0QDmw .item-img {
  display: flex;
  align-items: center;
  justify-content: center;
  height: 175px;
}
.cid-uC19P0QDmw .item-img img {
  width: 100%;
  object-fit: cover;
  height: 100%;
}
.cid-uC19P0QDmw .item-content {
  display: flex;
  flex-direction: column;
  align-items: stretch;
  width: 100%;
  padding: 20px 5% 6%;
  flex-grow: 1;
  background-color: #ffffff;
}
.cid-uC19P0QDmw .item-text-wrap {
  width: 100%;
  margin-bottom: 5.3em;
}
@media (max-width: 1199px) {
  .cid-uC19P0QDmw .item-text-wrap {
    margin-bottom: 4em;
  }
}
@media (max-width: 767px) {
  .cid-uC19P0QDmw .item-text-wrap {
    margin-bottom: 2em;
    max-width: 340px;
    margin-right: auto;
  }
}
.cid-uC19P0QDmw .item-title {
  color: #272727;
  margin-bottom: 0.52em;
}
.cid-uC19P0QDmw .item-subtitle {
  color: #272727;
  opacity: 0.52em;
}
.cid-uC19P0QDmw .card-bottom {
  display: flex;
  flex-direction: column;
  align-items: stretch;
  margin-top: auto;
}
.cid-uC19P0QDmw .item-name-wrap {
  display: flex;
  align-items: center;
  width: 100%;
}
.cid-uC19P0QDmw .image-wrapper {
  width: 35px;
  height: 35px;
  margin-right: 10px;
  border-radius: 300px;
  overflow: hidden;
}
.cid-uC19P0QDmw .image-wrapper img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.cid-uC19P0QDmw .mbr-text {
  flex-grow: 1;
  color: #272727;
  text-align: right;
}
.cid-uC19P0QDmw .mbr-section-btn {
  display: flex;
  margin-top: 20px;
  width: auto !important;
}
.cid-uC19P0QDmw .mbr-section-btn .btn {
  width: 100%;
  min-width: auto !important;
}
.cid-uLMRAIzUxG {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-color: #0e132f;
}
.cid-uLMRAIzUxG .mbr-fallback-image.disabled {
  display: none;
}
.cid-uLMRAIzUxG .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-uLMRAIzUxG .container {
    padding: 0 16px;
  }
}
.cid-uLMRAIzUxG .card {
  display: flex;
  flex-direction: column;
  justify-content: space-between;
}
@media (max-width: 992px) {
  .cid-uLMRAIzUxG .card {
    margin-bottom: 40px;
  }
}
.cid-uLMRAIzUxG .card .content-wrapper .title-wrapper .title-wrap {
  display: inline-flex;
  align-items: center;
  margin-bottom: 16px;
}
@media (max-width: 992px) {
  .cid-uLMRAIzUxG .card .content-wrapper .title-wrapper .title-wrap {
    margin-bottom: 40px;
  }
}
.cid-uLMRAIzUxG .card .content-wrapper .title-wrapper .title-wrap img {
  width: 32px;
  height: 32px;
  object-fit: contain;
  margin-right: 1rem;
}
.cid-uLMRAIzUxG .card .content-wrapper .title-wrapper .title-wrap .mbr-section-title {
  margin-bottom: 0;
}
.cid-uLMRAIzUxG .card .content-wrapper .copyright {
  margin-bottom: 20px;
}
@media (max-width: 992px) {
  .cid-uLMRAIzUxG .card .content-wrapper .copyright {
    margin-bottom: 40px;
  }
}
.cid-uLMRAIzUxG .card .social-wrapper .social-wrap {
  display: inline-flex;
  flex-wrap: wrap;
}
.cid-uLMRAIzUxG .card .social-wrapper .social-wrap .mbr-iconfont {
  font-size: 20px;
  margin-right: 48px;
  color: #ffffff;
}
.cid-uLMRAIzUxG .list-wrapper .mbr-card-title {
  margin-bottom: 16px;
}
.cid-uLMRAIzUxG .list-wrapper .list {
  margin: 0;
  padding: 0;
  list-style-type: none;
}
.cid-uLMRAIzUxG .list-wrapper .list .item-wrap {
  margin-bottom: 16px;
}
@media (max-width: 992px) {
  .cid-uLMRAIzUxG .list-wrapper .list {
    margin-bottom: 40px;
  }
}
.cid-uLMRAIzUxG .mbr-section-title {
  color: #ffffff;
}
.cid-uLMRAIzUxG .copyright {
  color: #ffffff;
}
.cid-uLMRAIzUxG .mbr-card-title {
  color: #D4FE00;
}
.cid-uLMRAIzUxG .list {
  color: #ffffff;
}
.cid-uLMT5bnPh6 .navbar-dropdown {
  background-color: #ffffff !important;
  padding: 0;
}
.cid-uLMT5bnPh6 .navbar.navbar-expand-lg .dropdown .dropdown-menu {
  background-color: #ffffff !important;
  background: #ffffff;
}
.cid-uLMT5bnPh6 .navbar.navbar-expand-lg .dropdown .dropdown-menu .dropdown-submenu {
  margin: 0;
  left: 100%;
}
@media (max-width: 991px) {
  .cid-uLMT5bnPh6 .menu_box .navbar.opened,
  .cid-uLMT5bnPh6 .menu_box .navbar-collapse {
    background-color: #ffffff !important;
    transition: all 0s ease 0s;
  }
}
.cid-uLMT5bnPh6 .navbar-dropdown {
  position: relative !important;
}
.cid-uLMT5bnPh6 .btn {
  min-height: auto;
  box-shadow: none;
  margin-top: 0;
}
.cid-uLMT5bnPh6 .btn:hover {
  box-shadow: none;
}
@media (min-width: 992px) {
  .cid-uLMT5bnPh6 .offcanvas_image img {
    width: auto;
    object-fit: cover;
    display: inline-block;
  }
  .cid-uLMT5bnPh6 .offcanvas-header {
    position: relative;
    padding: 0;
  }
  .cid-uLMT5bnPh6 .offcanvas-header .btn-close {
    position: absolute;
    top: -70px;
    right: 0;
    width: 35px;
    height: 30px;
  }
  .cid-uLMT5bnPh6 .offcanvas-body {
    text-align: center;
    padding: 0;
  }
  .cid-uLMT5bnPh6 .offcanvas-body .mbr-text,
  .cid-uLMT5bnPh6 .offcanvas-body .mbr-section-subtitle {
    margin-top: 14px;
  }
  .cid-uLMT5bnPh6 .offcanvas-body .offcanvas_contact {
    margin: 35px 0;
  }
  .cid-uLMT5bnPh6 .offcanvas_box button.btn_offcanvas {
    outline: none;
    width: 40px;
    height: 40px;
    cursor: pointer;
    transition: all 0.2s;
    position: relative;
    align-self: center;
  }
  .cid-uLMT5bnPh6 .offcanvas_box button.btn_offcanvas .hamburger span {
    position: absolute;
    right: 0;
    width: 40px;
    height: 2px;
    border-right: 5px;
    background-color: #474747;
  }
  .cid-uLMT5bnPh6 .offcanvas_box button.btn_offcanvas .hamburger span:nth-child(1) {
    top: 18px;
    transition: all 0.2s;
  }
  .cid-uLMT5bnPh6 .offcanvas_box button.btn_offcanvas .hamburger span:nth-child(2) {
    top: 25px;
    transition: all 0.2s;
  }
  .cid-uLMT5bnPh6 .offcanvas_box button.btn_offcanvas:hover .hamburger span {
    width: 36px;
  }
  .cid-uLMT5bnPh6 .offcanvas_box button.btn_offcanvas:hover .hamburger span:nth-child(2) {
    width: 33px;
    transition-delay: 0.2s;
  }
  .cid-uLMT5bnPh6 ul.navbar-nav {
    padding-bottom: 1.5rem;
  }
  .cid-uLMT5bnPh6 .dropdown-menu .dropdown-toggle[data-toggle="dropdown-submenu"]::after,
  .cid-uLMT5bnPh6 .link.dropdown-toggle::after {
    display: inline-block;
    width: 7px;
    height: 7px;
    margin-left: .5rem;
    margin-bottom: 2px;
    content: "";
    border: 2px solid;
    border-left: none;
    border-top: none;
    transform: rotate(-45deg);
  }
  .cid-uLMT5bnPh6 .link.dropdown-toggle::after {
    padding: 0 !important;
    transform: rotate(45deg);
  }
  .cid-uLMT5bnPh6 li.nav-item {
    position: relative;
    display: inline-block;
    padding: 1px 7px !important;
    vertical-align: middle;
    line-height: 2em !important;
    font-weight: 600 !important;
    text-decoration: none;
    letter-spacing: 0 !important;
    z-index: 1;
  }
  .cid-uLMT5bnPh6 .lg_brand {
    margin: 0 1rem;
  }
}
.cid-uLMT5bnPh6 .nav-item {
  margin: 4px 15px;
}
@media (min-width: 1200px) {
  .cid-uLMT5bnPh6 .nav-item {
    margin: 4px 20px;
  }
}
@media (max-width: 991px) {
  .cid-uLMT5bnPh6 .nav-item {
    margin: 0 !important;
  }
}
.cid-uLMT5bnPh6 .dropdown-menu {
  border-radius: 0;
  box-shadow: none;
  text-align: left;
}
@media (min-width: 992px) {
  .cid-uLMT5bnPh6 .dropdown-menu {
    padding: 18px 34px 22px;
    min-width: 250px;
    top: auto !important;
    left: -40px !important;
  }
  .cid-uLMT5bnPh6 .dropdown-menu.dropdown-submenu {
    left: 215px !important;
    top: -45% !important;
  }
}
@media (max-width: 991px) {
  .cid-uLMT5bnPh6 .dropdown-menu .dropdown-toggle[data-toggle="dropdown-submenu"]::after,
  .cid-uLMT5bnPh6 .link.dropdown-toggle::after {
    display: inline-block;
    width: 7px;
    height: 7px;
    margin-left: .5rem;
    margin-bottom: 2px;
    content: "";
    border: 2px solid;
    border-left: none;
    border-top: none;
    transform: rotate(-45deg);
    right: 15px;
    position: absolute;
    margin-top: -2px;
  }
  .cid-uLMT5bnPh6 .show.dropdown-toggle[aria-expanded="true"]::after {
    transform: rotate(45deg);
    margin-top: -4px;
  }
  .cid-uLMT5bnPh6 .offcanvas_box {
    display: none;
  }
}
.cid-uLMT5bnPh6 .dropdown-item {
  border: none;
  font-weight: 400 !important;
}
.cid-uLMT5bnPh6 .nav-dropdown .link {
  font-weight: 400 !important;
  padding: 0 !important;
  margin: 0 !important;
}
.cid-uLMT5bnPh6 .nav-dropdown .link.dropdown-toggle::after {
  margin-left: 0.5rem;
  margin-top: 0;
}
.cid-uLMT5bnPh6 .container {
  display: flex;
  margin: auto;
}
.cid-uLMT5bnPh6 .iconfont-wrapper {
  color: #e0bdb6;
  font-size: 17px;
  margin-right: 10px;
  margin-bottom: 5px;
  width: 25px;
  height: 25px;
  border-radius: 50%;
  display: flex;
  justify-content: center;
  align-items: center;
  transition: all 0.2s ease-in-out;
}
.cid-uLMT5bnPh6 .iconfont-wrapper:last-child {
  margin-right: 0;
}
.cid-uLMT5bnPh6 .iconfont-wrapper:hover {
  opacity: .5;
}
.cid-uLMT5bnPh6 .navbar-caption {
  color: #747474;
}
.cid-uLMT5bnPh6 .navbar-nav {
  margin: 0 1rem;
}
@media (min-width: 992px) {
  .cid-uLMT5bnPh6 .navbar-nav {
    margin: 0;
  }
}
.cid-uLMT5bnPh6 .dropdown-menu,
.cid-uLMT5bnPh6 .navbar.opened {
  background-color: false !important;
}
.cid-uLMT5bnPh6 .nav-item:focus,
.cid-uLMT5bnPh6 .nav-link:focus {
  outline: none;
}
.cid-uLMT5bnPh6 .dropdown .dropdown-menu .dropdown-item {
  width: auto;
  transition: all 0.25s ease-in-out;
}
.cid-uLMT5bnPh6 .dropdown .dropdown-menu .dropdown-item::after {
  right: 0.5rem;
}
.cid-uLMT5bnPh6 .dropdown .dropdown-menu .dropdown-item .mbr-iconfont {
  margin-right: 0.5rem;
  vertical-align: sub;
}
.cid-uLMT5bnPh6 .dropdown .dropdown-menu .dropdown-item .mbr-iconfont:before {
  display: inline-block;
  transform: scale(1, 1);
  transition: all 0.25s ease-in-out;
}
.cid-uLMT5bnPh6 .collapsed .dropdown-menu .dropdown-item:before {
  display: none;
}
.cid-uLMT5bnPh6 .collapsed .dropdown .dropdown-menu .dropdown-item {
  padding: 0.235em 1.5em 0.235em 1.5em !important;
  transition: none;
  margin: 0 !important;
}
.cid-uLMT5bnPh6 .navbar {
  min-height: 70px;
  padding: 20px 0;
  transition: all 0.3s;
  border-bottom-width: 0px;
}
@media (max-width: 992px) {
  .cid-uLMT5bnPh6 .navbar {
    min-height: 30px;
    max-height: 90px;
  }
}
.cid-uLMT5bnPh6 .navbar.opened {
  transition: all 0.3s;
}
.cid-uLMT5bnPh6 .navbar .dropdown-item {
  padding: 0;
  margin: 8px 0;
}
.cid-uLMT5bnPh6 .navbar .navbar-logo img {
  width: auto;
  object-fit: contain;
  border-radius: 0;
}
.cid-uLMT5bnPh6 .navbar .navbar-collapse {
  justify-content: space-between;
  z-index: 1;
}
.cid-uLMT5bnPh6 .navbar.collapsed {
  justify-content: center;
}
.cid-uLMT5bnPh6 .navbar.collapsed .nav-item .nav-link::before {
  display: none;
}
.cid-uLMT5bnPh6 .navbar.collapsed.opened .dropdown-menu {
  top: 0;
}
.cid-uLMT5bnPh6 .navbar.collapsed .dropdown-menu .dropdown-submenu {
  left: 0 !important;
}
.cid-uLMT5bnPh6 .navbar.collapsed .dropdown-menu .dropdown-item:after {
  right: auto;
}
.cid-uLMT5bnPh6 .navbar.collapsed ul.navbar-nav li {
  margin: auto;
}
.cid-uLMT5bnPh6 .navbar.collapsed .dropdown-menu .dropdown-item {
  padding: 0.25rem 1.5rem;
  text-align: left;
}
.cid-uLMT5bnPh6 .navbar.collapsed .icons-menu {
  padding: 0;
}
@media (max-width: 991px) {
  .cid-uLMT5bnPh6 .navbar .nav-item {
    padding: .5rem 0;
  }
  .cid-uLMT5bnPh6 .navbar .navbar-collapse {
    padding: 34px 0;
    border-radius: 25px;
  }
  .cid-uLMT5bnPh6 .navbar .nav-item .nav-link::before {
    display: none;
  }
  .cid-uLMT5bnPh6 .navbar.opened .dropdown-menu {
    top: 0;
  }
  .cid-uLMT5bnPh6 .navbar .dropdown-menu {
    padding: 6px 0 6px 15px;
  }
  .cid-uLMT5bnPh6 .navbar .dropdown-menu .dropdown-submenu {
    left: 0 !important;
  }
  .cid-uLMT5bnPh6 .navbar .dropdown-menu .dropdown-item:after {
    right: auto;
    margin-top: -0.4rem;
  }
  .cid-uLMT5bnPh6 .navbar .navbar-logo img {
    height: 3rem !important;
  }
  .cid-uLMT5bnPh6 .navbar ul.navbar-nav {
    overflow: hidden;
  }
  .cid-uLMT5bnPh6 .navbar ul.navbar-nav li {
    margin: 0;
  }
  .cid-uLMT5bnPh6 .navbar .dropdown-menu .dropdown-item {
    padding: 0 !important;
    margin: 0;
    margin-top: 8px;
    text-align: left;
  }
  .cid-uLMT5bnPh6 .navbar .navbar-brand {
    flex-shrink: initial;
    flex-basis: auto;
    word-break: break-word;
    padding-right: 2rem;
  }
  .cid-uLMT5bnPh6 .navbar .navbar-toggler {
    flex-basis: auto;
  }
  .cid-uLMT5bnPh6 .navbar .icons-menu {
    padding: 0;
  }
}
.cid-uLMT5bnPh6 .navbar.navbar-short {
  min-height: 60px;
}
.cid-uLMT5bnPh6 .navbar.navbar-short .navbar-logo img {
  height: 2.5rem !important;
}
.cid-uLMT5bnPh6 .navbar.navbar-short .navbar-brand {
  min-height: 60px;
  padding: 0;
}
.cid-uLMT5bnPh6 .navbar-brand {
  min-height: 70px;
  flex-shrink: 0;
  align-items: center;
  margin-right: 0;
  padding: 10px 0;
  transition: all 0.3s;
  word-break: break-word;
  z-index: 1;
}
.cid-uLMT5bnPh6 .navbar-brand .navbar-caption {
  line-height: inherit !important;
}
.cid-uLMT5bnPh6 .navbar-brand .navbar-logo a {
  outline: none;
}
.cid-uLMT5bnPh6 .dropdown-item.active,
.cid-uLMT5bnPh6 .dropdown-item:active {
  background-color: transparent;
}
.cid-uLMT5bnPh6 .navbar-expand-lg .navbar-nav .nav-link {
  padding: 0;
}
.cid-uLMT5bnPh6 .nav-dropdown .link.dropdown-toggle {
  margin-right: 1.667em;
}
.cid-uLMT5bnPh6 .nav-dropdown .link.dropdown-toggle[aria-expanded="true"] {
  margin-right: 0;
  padding: 0.667em 1.667em;
}
.cid-uLMT5bnPh6 .navbar .dropdown.open > .dropdown-menu {
  display: block;
}
.cid-uLMT5bnPh6 ul.navbar-nav {
  flex-wrap: wrap;
  padding: 36px 0;
  border-bottom: 1px solid #0e132f;
}
.cid-uLMT5bnPh6 .navbar-buttons {
  text-align: center;
  min-width: 170px;
}
.cid-uLMT5bnPh6 button.navbar-toggler {
  outline: none;
  width: 48px;
  height: 48px;
  border-radius: 50%;
  cursor: pointer;
  transition: all 0.2s;
  position: relative;
  align-self: center;
  color: #ffffff;
  background: #ffffff;
}
.cid-uLMT5bnPh6 button.navbar-toggler .hamburger span {
  position: absolute;
  right: 10px;
  margin-top: 14px;
  width: 26px;
  height: 2px;
  border-right: 5px;
  background-color: #474747;
}
.cid-uLMT5bnPh6 button.navbar-toggler .hamburger span:nth-child(1) {
  top: 0;
  transition: all 0.2s;
}
.cid-uLMT5bnPh6 button.navbar-toggler .hamburger span:nth-child(2) {
  top: 8px;
  transition: all 0.15s;
}
.cid-uLMT5bnPh6 button.navbar-toggler .hamburger span:nth-child(3) {
  top: 8px;
  transition: all 0.15s;
}
.cid-uLMT5bnPh6 button.navbar-toggler .hamburger span:nth-child(4) {
  top: 16px;
  transition: all 0.2s;
}
.cid-uLMT5bnPh6 nav.opened .hamburger span:nth-child(1) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-uLMT5bnPh6 nav.opened .hamburger span:nth-child(2) {
  transform: rotate(45deg);
  transition: all 0.25s;
}
.cid-uLMT5bnPh6 nav.opened .hamburger span:nth-child(3) {
  transform: rotate(-45deg);
  transition: all 0.25s;
}
.cid-uLMT5bnPh6 nav.opened .hamburger span:nth-child(4) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-uLMT5bnPh6 a.nav-link {
  display: flex;
  align-items: center;
  justify-content: flex-start;
}
.cid-uLMT5bnPh6 .icons-menu {
  flex-wrap: nowrap;
  display: flex;
  justify-content: center;
  padding: 0;
  text-align: center;
  margin-bottom: 35px;
}
@media screen and (-ms-high-contrast: active), (-ms-high-contrast: none) {
  .cid-uLMT5bnPh6 .navbar {
    height: 70px;
  }
  .cid-uLMT5bnPh6 .navbar.opened {
    height: auto;
  }
  .cid-uLMT5bnPh6 .nav-item .nav-link:hover::before {
    width: 175%;
    max-width: calc(100% + 2rem);
    left: -1rem;
  }
}
.cid-uLMT5bnPh6 .navbar-dropdown .navbar-logo {
  margin-right: 15px;
}
@media (min-width: 768px) {
  .cid-uLMT5bnPh6 .container-fluid {
    padding-left: 30px;
    padding-right: 30px;
  }
}
.cid-uLMT5bnPh6 .mbr-section-btn-main {
  padding-top: 5px;
}
.cid-uLMT5bnPh6 .mbr-section-btn-main .btn {
  margin: 0 4px 4px 4px;
}
.cid-uLMT5bnPh6 .navbar-caption:hover {
  color: #2554ab;
}
@media (min-width: 992px) {
  .cid-uLMT5bnPh6 .dropdown-menu.dropdown-submenu {
    left: 175px !important;
    top: -45% !important;
  }
}
.cid-uLMT5bnPh6 .nav-link {
  position: relative;
}
.cid-uLMT5bnPh6 .nav-link:before {
  content: '';
  position: absolute;
  left: -12px;
  width: 6px;
  height: 6px;
  border-radius: 100%;
  background-color: #2554ab;
  transition: all .3s ease;
  opacity: 0;
}
.cid-uLMT5bnPh6 .nav-link:hover:before {
  opacity: 1;
}
.cid-uLMT5bnPh6 .mbr-section-subtitle {
  color: #ffffff;
}
.cid-uLMT5bnPh6 .mbr-text {
  color: #ffffff;
  text-align: center;
}
.cid-uLMT5bnPh6 .text_widget {
  color: #ffffff;
}
.cid-uLMT5bnPh6 .mbr-section-subtitle,
.cid-uLMT5bnPh6 .text_widget,
.cid-uLMT5bnPh6 .mbr-section-btn {
  text-align: center;
}
.cid-uLMT5bnPh6 a[class*="text-"]:not(.nav-link):not(.dropdown-item):not([role]):not(.navbar-caption):hover {
  background-image: none;
}
.cid-uC19MoaZOP {
  padding-top: 0rem;
  padding-bottom: 0rem;
  background-color: #ffffff;
}
.cid-uC19MoaZOP .item-img {
  position: relative;
  overflow: hidden;
}
.cid-uC19MoaZOP .item-img:before {
  content: '';
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
  left: 0;
  background: black;
  opacity: 0.3;
  z-index: 1;
  transition: all 0.3s;
  pointer-events: none;
}
.cid-uC19MoaZOP h5 {
  margin-bottom: 1rem;
}
.cid-uC19MoaZOP .item-content {
  position: absolute;
  top: 55%;
  right: 0;
  z-index: 2;
  width: 100%;
  transform: translateY(-50%);
  padding: 2rem 8rem;
  display: flex;
  flex-direction: column;
  height: 50%;
}
@media (max-width: 767px) {
  .cid-uC19MoaZOP .item-content {
    padding: 0 2rem 1.5rem;
    margin-top: 1rem;
  }
}
.cid-uC19MoaZOP img,
.cid-uC19MoaZOP .item-img {
  width: 100%;
  transition: all 0.3s;
  height: 100%;
  height: 400px;
  object-fit: cover;
}
.cid-uC19MoaZOP .item:focus,
.cid-uC19MoaZOP span:focus {
  outline: none;
}
.cid-uC19MoaZOP .item {
  margin-bottom: 2rem;
}
@media (max-width: 767px) {
  .cid-uC19MoaZOP .item {
    margin-bottom: 1rem;
  }
}
.cid-uC19MoaZOP .item-wrapper {
  position: relative;
  border-radius: 15px;
  height: 100%;
  display: flex;
  flex-flow: column nowrap;
}
.cid-uC19MoaZOP .mbr-section-title {
  color: #4e423d;
}
.cid-uC19MoaZOP .item-title {
  text-align: left;
  color: #ffffff;
}
.cid-uC19MoaZOP .item-subtitle {
  text-align: left;
  color: #ffffff;
}
.cid-uC19MoaZOP .mbr-text,
.cid-uC19MoaZOP .item .mbr-section-btn {
  text-align: left;
  color: #ffffff;
}
.cid-uC19MoaZOP .content-head {
  max-width: 800px;
}
.cid-uC19MpqcDA {
  padding-top: 1rem;
  padding-bottom: 5rem;
  background-color: #fafafa;
}
.cid-uC19MpqcDA .mbr-section-title {
  margin-bottom: 1em;
  color: #272727;
}
.cid-uC19MpqcDA .mbr-section-subtitle {
  margin-bottom: 1.5625em;
  color: #272727;
  opacity: 0.4;
}
.cid-uC19MpqcDA .item-row {
  display: grid;
  -webkit-box-align: stretch;
  -webkit-align-items: stretch;
  -ms-flex-align: stretch;
  align-items: stretch;
  grid-auto-columns: 1fr;
  grid-column-gap: 16px;
  grid-row-gap: 16px;
  grid-template-columns: repeat(4, 1fr);
  -ms-grid-rows: auto;
  grid-template-rows: auto;
}
@media (max-width: 1199px) {
  .cid-uC19MpqcDA .item-row {
    grid-template-columns: repeat(2, 1fr);
  }
}
@media (max-width: 767px) {
  .cid-uC19MpqcDA .item-row {
    grid-template-columns: repeat(1, 1fr);
  }
}
.cid-uC19MpqcDA .item {
  padding: 0;
}
.cid-uC19MpqcDA .item-wrapper {
  display: flex;
  flex-direction: column;
  align-items: stretch;
  height: 100%;
  width: 100%;
  border-radius: 10px;
  overflow: hidden;
  transform-style: preserve-3d;
  transition: .3s all;
  border: 2px solid transparent;
}
.cid-uC19MpqcDA .item-wrapper:hover {
  transform: scale3d(1.01, 1.01, 1);
  border-color: #fafafa;
}
.cid-uC19MpqcDA .item-img {
  display: flex;
  align-items: center;
  justify-content: center;
  height: 175px;
}
.cid-uC19MpqcDA .item-img img {
  width: 100%;
  object-fit: cover;
  height: 100%;
}
.cid-uC19MpqcDA .item-content {
  display: flex;
  flex-direction: column;
  align-items: stretch;
  width: 100%;
  padding: 20px 5% 6%;
  flex-grow: 1;
  background-color: #ffffff;
}
.cid-uC19MpqcDA .item-text-wrap {
  width: 100%;
  margin-bottom: 5.3em;
}
@media (max-width: 1199px) {
  .cid-uC19MpqcDA .item-text-wrap {
    margin-bottom: 4em;
  }
}
@media (max-width: 767px) {
  .cid-uC19MpqcDA .item-text-wrap {
    margin-bottom: 2em;
    max-width: 340px;
    margin-right: auto;
  }
}
.cid-uC19MpqcDA .item-title {
  color: #272727;
  margin-bottom: 0.52em;
}
.cid-uC19MpqcDA .item-subtitle {
  color: #272727;
  opacity: 0.52em;
}
.cid-uC19MpqcDA .card-bottom {
  display: flex;
  flex-direction: column;
  align-items: stretch;
  margin-top: auto;
}
.cid-uC19MpqcDA .item-name-wrap {
  display: flex;
  align-items: center;
  width: 100%;
}
.cid-uC19MpqcDA .image-wrapper {
  width: 35px;
  height: 35px;
  margin-right: 10px;
  border-radius: 300px;
  overflow: hidden;
}
.cid-uC19MpqcDA .image-wrapper img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.cid-uC19MpqcDA .mbr-text {
  flex-grow: 1;
  color: #272727;
  text-align: right;
}
.cid-uC19MpqcDA .mbr-section-btn {
  display: flex;
  margin-top: 20px;
  width: auto !important;
}
.cid-uC19MpqcDA .mbr-section-btn .btn {
  width: 100%;
  min-width: auto !important;
}
.cid-uLMRAIzUxG {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-color: #0e132f;
}
.cid-uLMRAIzUxG .mbr-fallback-image.disabled {
  display: none;
}
.cid-uLMRAIzUxG .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-uLMRAIzUxG .container {
    padding: 0 16px;
  }
}
.cid-uLMRAIzUxG .card {
  display: flex;
  flex-direction: column;
  justify-content: space-between;
}
@media (max-width: 992px) {
  .cid-uLMRAIzUxG .card {
    margin-bottom: 40px;
  }
}
.cid-uLMRAIzUxG .card .content-wrapper .title-wrapper .title-wrap {
  display: inline-flex;
  align-items: center;
  margin-bottom: 16px;
}
@media (max-width: 992px) {
  .cid-uLMRAIzUxG .card .content-wrapper .title-wrapper .title-wrap {
    margin-bottom: 40px;
  }
}
.cid-uLMRAIzUxG .card .content-wrapper .title-wrapper .title-wrap img {
  width: 32px;
  height: 32px;
  object-fit: contain;
  margin-right: 1rem;
}
.cid-uLMRAIzUxG .card .content-wrapper .title-wrapper .title-wrap .mbr-section-title {
  margin-bottom: 0;
}
.cid-uLMRAIzUxG .card .content-wrapper .copyright {
  margin-bottom: 20px;
}
@media (max-width: 992px) {
  .cid-uLMRAIzUxG .card .content-wrapper .copyright {
    margin-bottom: 40px;
  }
}
.cid-uLMRAIzUxG .card .social-wrapper .social-wrap {
  display: inline-flex;
  flex-wrap: wrap;
}
.cid-uLMRAIzUxG .card .social-wrapper .social-wrap .mbr-iconfont {
  font-size: 20px;
  margin-right: 48px;
  color: #ffffff;
}
.cid-uLMRAIzUxG .list-wrapper .mbr-card-title {
  margin-bottom: 16px;
}
.cid-uLMRAIzUxG .list-wrapper .list {
  margin: 0;
  padding: 0;
  list-style-type: none;
}
.cid-uLMRAIzUxG .list-wrapper .list .item-wrap {
  margin-bottom: 16px;
}
@media (max-width: 992px) {
  .cid-uLMRAIzUxG .list-wrapper .list {
    margin-bottom: 40px;
  }
}
.cid-uLMRAIzUxG .mbr-section-title {
  color: #ffffff;
}
.cid-uLMRAIzUxG .copyright {
  color: #ffffff;
}
.cid-uLMRAIzUxG .mbr-card-title {
  color: #D4FE00;
}
.cid-uLMRAIzUxG .list {
  color: #ffffff;
}
.cid-uLMT5bnPh6 .navbar-dropdown {
  background-color: #ffffff !important;
  padding: 0;
}
.cid-uLMT5bnPh6 .navbar.navbar-expand-lg .dropdown .dropdown-menu {
  background-color: #ffffff !important;
  background: #ffffff;
}
.cid-uLMT5bnPh6 .navbar.navbar-expand-lg .dropdown .dropdown-menu .dropdown-submenu {
  margin: 0;
  left: 100%;
}
@media (max-width: 991px) {
  .cid-uLMT5bnPh6 .menu_box .navbar.opened,
  .cid-uLMT5bnPh6 .menu_box .navbar-collapse {
    background-color: #ffffff !important;
    transition: all 0s ease 0s;
  }
}
.cid-uLMT5bnPh6 .navbar-dropdown {
  position: relative !important;
}
.cid-uLMT5bnPh6 .btn {
  min-height: auto;
  box-shadow: none;
  margin-top: 0;
}
.cid-uLMT5bnPh6 .btn:hover {
  box-shadow: none;
}
@media (min-width: 992px) {
  .cid-uLMT5bnPh6 .offcanvas_image img {
    width: auto;
    object-fit: cover;
    display: inline-block;
  }
  .cid-uLMT5bnPh6 .offcanvas-header {
    position: relative;
    padding: 0;
  }
  .cid-uLMT5bnPh6 .offcanvas-header .btn-close {
    position: absolute;
    top: -70px;
    right: 0;
    width: 35px;
    height: 30px;
  }
  .cid-uLMT5bnPh6 .offcanvas-body {
    text-align: center;
    padding: 0;
  }
  .cid-uLMT5bnPh6 .offcanvas-body .mbr-text,
  .cid-uLMT5bnPh6 .offcanvas-body .mbr-section-subtitle {
    margin-top: 14px;
  }
  .cid-uLMT5bnPh6 .offcanvas-body .offcanvas_contact {
    margin: 35px 0;
  }
  .cid-uLMT5bnPh6 .offcanvas_box button.btn_offcanvas {
    outline: none;
    width: 40px;
    height: 40px;
    cursor: pointer;
    transition: all 0.2s;
    position: relative;
    align-self: center;
  }
  .cid-uLMT5bnPh6 .offcanvas_box button.btn_offcanvas .hamburger span {
    position: absolute;
    right: 0;
    width: 40px;
    height: 2px;
    border-right: 5px;
    background-color: #474747;
  }
  .cid-uLMT5bnPh6 .offcanvas_box button.btn_offcanvas .hamburger span:nth-child(1) {
    top: 18px;
    transition: all 0.2s;
  }
  .cid-uLMT5bnPh6 .offcanvas_box button.btn_offcanvas .hamburger span:nth-child(2) {
    top: 25px;
    transition: all 0.2s;
  }
  .cid-uLMT5bnPh6 .offcanvas_box button.btn_offcanvas:hover .hamburger span {
    width: 36px;
  }
  .cid-uLMT5bnPh6 .offcanvas_box button.btn_offcanvas:hover .hamburger span:nth-child(2) {
    width: 33px;
    transition-delay: 0.2s;
  }
  .cid-uLMT5bnPh6 ul.navbar-nav {
    padding-bottom: 1.5rem;
  }
  .cid-uLMT5bnPh6 .dropdown-menu .dropdown-toggle[data-toggle="dropdown-submenu"]::after,
  .cid-uLMT5bnPh6 .link.dropdown-toggle::after {
    display: inline-block;
    width: 7px;
    height: 7px;
    margin-left: .5rem;
    margin-bottom: 2px;
    content: "";
    border: 2px solid;
    border-left: none;
    border-top: none;
    transform: rotate(-45deg);
  }
  .cid-uLMT5bnPh6 .link.dropdown-toggle::after {
    padding: 0 !important;
    transform: rotate(45deg);
  }
  .cid-uLMT5bnPh6 li.nav-item {
    position: relative;
    display: inline-block;
    padding: 1px 7px !important;
    vertical-align: middle;
    line-height: 2em !important;
    font-weight: 600 !important;
    text-decoration: none;
    letter-spacing: 0 !important;
    z-index: 1;
  }
  .cid-uLMT5bnPh6 .lg_brand {
    margin: 0 1rem;
  }
}
.cid-uLMT5bnPh6 .nav-item {
  margin: 4px 15px;
}
@media (min-width: 1200px) {
  .cid-uLMT5bnPh6 .nav-item {
    margin: 4px 20px;
  }
}
@media (max-width: 991px) {
  .cid-uLMT5bnPh6 .nav-item {
    margin: 0 !important;
  }
}
.cid-uLMT5bnPh6 .dropdown-menu {
  border-radius: 0;
  box-shadow: none;
  text-align: left;
}
@media (min-width: 992px) {
  .cid-uLMT5bnPh6 .dropdown-menu {
    padding: 18px 34px 22px;
    min-width: 250px;
    top: auto !important;
    left: -40px !important;
  }
  .cid-uLMT5bnPh6 .dropdown-menu.dropdown-submenu {
    left: 215px !important;
    top: -45% !important;
  }
}
@media (max-width: 991px) {
  .cid-uLMT5bnPh6 .dropdown-menu .dropdown-toggle[data-toggle="dropdown-submenu"]::after,
  .cid-uLMT5bnPh6 .link.dropdown-toggle::after {
    display: inline-block;
    width: 7px;
    height: 7px;
    margin-left: .5rem;
    margin-bottom: 2px;
    content: "";
    border: 2px solid;
    border-left: none;
    border-top: none;
    transform: rotate(-45deg);
    right: 15px;
    position: absolute;
    margin-top: -2px;
  }
  .cid-uLMT5bnPh6 .show.dropdown-toggle[aria-expanded="true"]::after {
    transform: rotate(45deg);
    margin-top: -4px;
  }
  .cid-uLMT5bnPh6 .offcanvas_box {
    display: none;
  }
}
.cid-uLMT5bnPh6 .dropdown-item {
  border: none;
  font-weight: 400 !important;
}
.cid-uLMT5bnPh6 .nav-dropdown .link {
  font-weight: 400 !important;
  padding: 0 !important;
  margin: 0 !important;
}
.cid-uLMT5bnPh6 .nav-dropdown .link.dropdown-toggle::after {
  margin-left: 0.5rem;
  margin-top: 0;
}
.cid-uLMT5bnPh6 .container {
  display: flex;
  margin: auto;
}
.cid-uLMT5bnPh6 .iconfont-wrapper {
  color: #e0bdb6;
  font-size: 17px;
  margin-right: 10px;
  margin-bottom: 5px;
  width: 25px;
  height: 25px;
  border-radius: 50%;
  display: flex;
  justify-content: center;
  align-items: center;
  transition: all 0.2s ease-in-out;
}
.cid-uLMT5bnPh6 .iconfont-wrapper:last-child {
  margin-right: 0;
}
.cid-uLMT5bnPh6 .iconfont-wrapper:hover {
  opacity: .5;
}
.cid-uLMT5bnPh6 .navbar-caption {
  color: #747474;
}
.cid-uLMT5bnPh6 .navbar-nav {
  margin: 0 1rem;
}
@media (min-width: 992px) {
  .cid-uLMT5bnPh6 .navbar-nav {
    margin: 0;
  }
}
.cid-uLMT5bnPh6 .dropdown-menu,
.cid-uLMT5bnPh6 .navbar.opened {
  background-color: false !important;
}
.cid-uLMT5bnPh6 .nav-item:focus,
.cid-uLMT5bnPh6 .nav-link:focus {
  outline: none;
}
.cid-uLMT5bnPh6 .dropdown .dropdown-menu .dropdown-item {
  width: auto;
  transition: all 0.25s ease-in-out;
}
.cid-uLMT5bnPh6 .dropdown .dropdown-menu .dropdown-item::after {
  right: 0.5rem;
}
.cid-uLMT5bnPh6 .dropdown .dropdown-menu .dropdown-item .mbr-iconfont {
  margin-right: 0.5rem;
  vertical-align: sub;
}
.cid-uLMT5bnPh6 .dropdown .dropdown-menu .dropdown-item .mbr-iconfont:before {
  display: inline-block;
  transform: scale(1, 1);
  transition: all 0.25s ease-in-out;
}
.cid-uLMT5bnPh6 .collapsed .dropdown-menu .dropdown-item:before {
  display: none;
}
.cid-uLMT5bnPh6 .collapsed .dropdown .dropdown-menu .dropdown-item {
  padding: 0.235em 1.5em 0.235em 1.5em !important;
  transition: none;
  margin: 0 !important;
}
.cid-uLMT5bnPh6 .navbar {
  min-height: 70px;
  padding: 20px 0;
  transition: all 0.3s;
  border-bottom-width: 0px;
}
@media (max-width: 992px) {
  .cid-uLMT5bnPh6 .navbar {
    min-height: 30px;
    max-height: 90px;
  }
}
.cid-uLMT5bnPh6 .navbar.opened {
  transition: all 0.3s;
}
.cid-uLMT5bnPh6 .navbar .dropdown-item {
  padding: 0;
  margin: 8px 0;
}
.cid-uLMT5bnPh6 .navbar .navbar-logo img {
  width: auto;
  object-fit: contain;
  border-radius: 0;
}
.cid-uLMT5bnPh6 .navbar .navbar-collapse {
  justify-content: space-between;
  z-index: 1;
}
.cid-uLMT5bnPh6 .navbar.collapsed {
  justify-content: center;
}
.cid-uLMT5bnPh6 .navbar.collapsed .nav-item .nav-link::before {
  display: none;
}
.cid-uLMT5bnPh6 .navbar.collapsed.opened .dropdown-menu {
  top: 0;
}
.cid-uLMT5bnPh6 .navbar.collapsed .dropdown-menu .dropdown-submenu {
  left: 0 !important;
}
.cid-uLMT5bnPh6 .navbar.collapsed .dropdown-menu .dropdown-item:after {
  right: auto;
}
.cid-uLMT5bnPh6 .navbar.collapsed ul.navbar-nav li {
  margin: auto;
}
.cid-uLMT5bnPh6 .navbar.collapsed .dropdown-menu .dropdown-item {
  padding: 0.25rem 1.5rem;
  text-align: left;
}
.cid-uLMT5bnPh6 .navbar.collapsed .icons-menu {
  padding: 0;
}
@media (max-width: 991px) {
  .cid-uLMT5bnPh6 .navbar .nav-item {
    padding: .5rem 0;
  }
  .cid-uLMT5bnPh6 .navbar .navbar-collapse {
    padding: 34px 0;
    border-radius: 25px;
  }
  .cid-uLMT5bnPh6 .navbar .nav-item .nav-link::before {
    display: none;
  }
  .cid-uLMT5bnPh6 .navbar.opened .dropdown-menu {
    top: 0;
  }
  .cid-uLMT5bnPh6 .navbar .dropdown-menu {
    padding: 6px 0 6px 15px;
  }
  .cid-uLMT5bnPh6 .navbar .dropdown-menu .dropdown-submenu {
    left: 0 !important;
  }
  .cid-uLMT5bnPh6 .navbar .dropdown-menu .dropdown-item:after {
    right: auto;
    margin-top: -0.4rem;
  }
  .cid-uLMT5bnPh6 .navbar .navbar-logo img {
    height: 3rem !important;
  }
  .cid-uLMT5bnPh6 .navbar ul.navbar-nav {
    overflow: hidden;
  }
  .cid-uLMT5bnPh6 .navbar ul.navbar-nav li {
    margin: 0;
  }
  .cid-uLMT5bnPh6 .navbar .dropdown-menu .dropdown-item {
    padding: 0 !important;
    margin: 0;
    margin-top: 8px;
    text-align: left;
  }
  .cid-uLMT5bnPh6 .navbar .navbar-brand {
    flex-shrink: initial;
    flex-basis: auto;
    word-break: break-word;
    padding-right: 2rem;
  }
  .cid-uLMT5bnPh6 .navbar .navbar-toggler {
    flex-basis: auto;
  }
  .cid-uLMT5bnPh6 .navbar .icons-menu {
    padding: 0;
  }
}
.cid-uLMT5bnPh6 .navbar.navbar-short {
  min-height: 60px;
}
.cid-uLMT5bnPh6 .navbar.navbar-short .navbar-logo img {
  height: 2.5rem !important;
}
.cid-uLMT5bnPh6 .navbar.navbar-short .navbar-brand {
  min-height: 60px;
  padding: 0;
}
.cid-uLMT5bnPh6 .navbar-brand {
  min-height: 70px;
  flex-shrink: 0;
  align-items: center;
  margin-right: 0;
  padding: 10px 0;
  transition: all 0.3s;
  word-break: break-word;
  z-index: 1;
}
.cid-uLMT5bnPh6 .navbar-brand .navbar-caption {
  line-height: inherit !important;
}
.cid-uLMT5bnPh6 .navbar-brand .navbar-logo a {
  outline: none;
}
.cid-uLMT5bnPh6 .dropdown-item.active,
.cid-uLMT5bnPh6 .dropdown-item:active {
  background-color: transparent;
}
.cid-uLMT5bnPh6 .navbar-expand-lg .navbar-nav .nav-link {
  padding: 0;
}
.cid-uLMT5bnPh6 .nav-dropdown .link.dropdown-toggle {
  margin-right: 1.667em;
}
.cid-uLMT5bnPh6 .nav-dropdown .link.dropdown-toggle[aria-expanded="true"] {
  margin-right: 0;
  padding: 0.667em 1.667em;
}
.cid-uLMT5bnPh6 .navbar .dropdown.open > .dropdown-menu {
  display: block;
}
.cid-uLMT5bnPh6 ul.navbar-nav {
  flex-wrap: wrap;
  padding: 36px 0;
  border-bottom: 1px solid #0e132f;
}
.cid-uLMT5bnPh6 .navbar-buttons {
  text-align: center;
  min-width: 170px;
}
.cid-uLMT5bnPh6 button.navbar-toggler {
  outline: none;
  width: 48px;
  height: 48px;
  border-radius: 50%;
  cursor: pointer;
  transition: all 0.2s;
  position: relative;
  align-self: center;
  color: #ffffff;
  background: #ffffff;
}
.cid-uLMT5bnPh6 button.navbar-toggler .hamburger span {
  position: absolute;
  right: 10px;
  margin-top: 14px;
  width: 26px;
  height: 2px;
  border-right: 5px;
  background-color: #474747;
}
.cid-uLMT5bnPh6 button.navbar-toggler .hamburger span:nth-child(1) {
  top: 0;
  transition: all 0.2s;
}
.cid-uLMT5bnPh6 button.navbar-toggler .hamburger span:nth-child(2) {
  top: 8px;
  transition: all 0.15s;
}
.cid-uLMT5bnPh6 button.navbar-toggler .hamburger span:nth-child(3) {
  top: 8px;
  transition: all 0.15s;
}
.cid-uLMT5bnPh6 button.navbar-toggler .hamburger span:nth-child(4) {
  top: 16px;
  transition: all 0.2s;
}
.cid-uLMT5bnPh6 nav.opened .hamburger span:nth-child(1) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-uLMT5bnPh6 nav.opened .hamburger span:nth-child(2) {
  transform: rotate(45deg);
  transition: all 0.25s;
}
.cid-uLMT5bnPh6 nav.opened .hamburger span:nth-child(3) {
  transform: rotate(-45deg);
  transition: all 0.25s;
}
.cid-uLMT5bnPh6 nav.opened .hamburger span:nth-child(4) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-uLMT5bnPh6 a.nav-link {
  display: flex;
  align-items: center;
  justify-content: flex-start;
}
.cid-uLMT5bnPh6 .icons-menu {
  flex-wrap: nowrap;
  display: flex;
  justify-content: center;
  padding: 0;
  text-align: center;
  margin-bottom: 35px;
}
@media screen and (-ms-high-contrast: active), (-ms-high-contrast: none) {
  .cid-uLMT5bnPh6 .navbar {
    height: 70px;
  }
  .cid-uLMT5bnPh6 .navbar.opened {
    height: auto;
  }
  .cid-uLMT5bnPh6 .nav-item .nav-link:hover::before {
    width: 175%;
    max-width: calc(100% + 2rem);
    left: -1rem;
  }
}
.cid-uLMT5bnPh6 .navbar-dropdown .navbar-logo {
  margin-right: 15px;
}
@media (min-width: 768px) {
  .cid-uLMT5bnPh6 .container-fluid {
    padding-left: 30px;
    padding-right: 30px;
  }
}
.cid-uLMT5bnPh6 .mbr-section-btn-main {
  padding-top: 5px;
}
.cid-uLMT5bnPh6 .mbr-section-btn-main .btn {
  margin: 0 4px 4px 4px;
}
.cid-uLMT5bnPh6 .navbar-caption:hover {
  color: #2554ab;
}
@media (min-width: 992px) {
  .cid-uLMT5bnPh6 .dropdown-menu.dropdown-submenu {
    left: 175px !important;
    top: -45% !important;
  }
}
.cid-uLMT5bnPh6 .nav-link {
  position: relative;
}
.cid-uLMT5bnPh6 .nav-link:before {
  content: '';
  position: absolute;
  left: -12px;
  width: 6px;
  height: 6px;
  border-radius: 100%;
  background-color: #2554ab;
  transition: all .3s ease;
  opacity: 0;
}
.cid-uLMT5bnPh6 .nav-link:hover:before {
  opacity: 1;
}
.cid-uLMT5bnPh6 .mbr-section-subtitle {
  color: #ffffff;
}
.cid-uLMT5bnPh6 .mbr-text {
  color: #ffffff;
  text-align: center;
}
.cid-uLMT5bnPh6 .text_widget {
  color: #ffffff;
}
.cid-uLMT5bnPh6 .mbr-section-subtitle,
.cid-uLMT5bnPh6 .text_widget,
.cid-uLMT5bnPh6 .mbr-section-btn {
  text-align: center;
}
.cid-uLMT5bnPh6 a[class*="text-"]:not(.nav-link):not(.dropdown-item):not([role]):not(.navbar-caption):hover {
  background-image: none;
}
.cid-uC19HCrfIp {
  padding-top: 0rem;
  padding-bottom: 0rem;
  background-color: #ffffff;
}
.cid-uC19HCrfIp .item-img {
  position: relative;
  overflow: hidden;
}
.cid-uC19HCrfIp .item-img:before {
  content: '';
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
  left: 0;
  background: black;
  opacity: 0.3;
  z-index: 1;
  transition: all 0.3s;
  pointer-events: none;
}
.cid-uC19HCrfIp h5 {
  margin-bottom: 1rem;
}
.cid-uC19HCrfIp .item-content {
  position: absolute;
  top: 55%;
  right: 0;
  z-index: 2;
  width: 100%;
  transform: translateY(-50%);
  padding: 2rem 8rem;
  display: flex;
  flex-direction: column;
  height: 50%;
}
@media (max-width: 767px) {
  .cid-uC19HCrfIp .item-content {
    padding: 0 2rem 1.5rem;
    margin-top: 1rem;
  }
}
.cid-uC19HCrfIp img,
.cid-uC19HCrfIp .item-img {
  width: 100%;
  transition: all 0.3s;
  height: 100%;
  height: 400px;
  object-fit: cover;
}
.cid-uC19HCrfIp .item:focus,
.cid-uC19HCrfIp span:focus {
  outline: none;
}
.cid-uC19HCrfIp .item {
  margin-bottom: 2rem;
}
@media (max-width: 767px) {
  .cid-uC19HCrfIp .item {
    margin-bottom: 1rem;
  }
}
.cid-uC19HCrfIp .item-wrapper {
  position: relative;
  border-radius: 15px;
  height: 100%;
  display: flex;
  flex-flow: column nowrap;
}
.cid-uC19HCrfIp .mbr-section-title {
  color: #4e423d;
}
.cid-uC19HCrfIp .item-title {
  text-align: left;
  color: #ffffff;
}
.cid-uC19HCrfIp .item-subtitle {
  text-align: left;
  color: #ffffff;
}
.cid-uC19HCrfIp .mbr-text,
.cid-uC19HCrfIp .item .mbr-section-btn {
  text-align: left;
  color: #ffffff;
}
.cid-uC19HCrfIp .content-head {
  max-width: 800px;
}
.cid-uC19HDL4u6 {
  padding-top: 1rem;
  padding-bottom: 5rem;
  background-color: #fafafa;
}
.cid-uC19HDL4u6 .mbr-section-title {
  margin-bottom: 1em;
  color: #272727;
}
.cid-uC19HDL4u6 .mbr-section-subtitle {
  margin-bottom: 1.5625em;
  color: #272727;
  opacity: 0.4;
}
.cid-uC19HDL4u6 .item-row {
  display: grid;
  -webkit-box-align: stretch;
  -webkit-align-items: stretch;
  -ms-flex-align: stretch;
  align-items: stretch;
  grid-auto-columns: 1fr;
  grid-column-gap: 16px;
  grid-row-gap: 16px;
  grid-template-columns: repeat(4, 1fr);
  -ms-grid-rows: auto;
  grid-template-rows: auto;
}
@media (max-width: 1199px) {
  .cid-uC19HDL4u6 .item-row {
    grid-template-columns: repeat(2, 1fr);
  }
}
@media (max-width: 767px) {
  .cid-uC19HDL4u6 .item-row {
    grid-template-columns: repeat(1, 1fr);
  }
}
.cid-uC19HDL4u6 .item {
  padding: 0;
}
.cid-uC19HDL4u6 .item-wrapper {
  display: flex;
  flex-direction: column;
  align-items: stretch;
  height: 100%;
  width: 100%;
  border-radius: 10px;
  overflow: hidden;
  transform-style: preserve-3d;
  transition: .3s all;
  border: 2px solid transparent;
}
.cid-uC19HDL4u6 .item-wrapper:hover {
  transform: scale3d(1.01, 1.01, 1);
  border-color: #fafafa;
}
.cid-uC19HDL4u6 .item-img {
  display: flex;
  align-items: center;
  justify-content: center;
  height: 175px;
}
.cid-uC19HDL4u6 .item-img img {
  width: 100%;
  object-fit: cover;
  height: 100%;
}
.cid-uC19HDL4u6 .item-content {
  display: flex;
  flex-direction: column;
  align-items: stretch;
  width: 100%;
  padding: 20px 5% 6%;
  flex-grow: 1;
  background-color: #ffffff;
}
.cid-uC19HDL4u6 .item-text-wrap {
  width: 100%;
  margin-bottom: 5.3em;
}
@media (max-width: 1199px) {
  .cid-uC19HDL4u6 .item-text-wrap {
    margin-bottom: 4em;
  }
}
@media (max-width: 767px) {
  .cid-uC19HDL4u6 .item-text-wrap {
    margin-bottom: 2em;
    max-width: 340px;
    margin-right: auto;
  }
}
.cid-uC19HDL4u6 .item-title {
  color: #272727;
  margin-bottom: 0.52em;
}
.cid-uC19HDL4u6 .item-subtitle {
  color: #272727;
  opacity: 0.52em;
}
.cid-uC19HDL4u6 .card-bottom {
  display: flex;
  flex-direction: column;
  align-items: stretch;
  margin-top: auto;
}
.cid-uC19HDL4u6 .item-name-wrap {
  display: flex;
  align-items: center;
  width: 100%;
}
.cid-uC19HDL4u6 .image-wrapper {
  width: 35px;
  height: 35px;
  margin-right: 10px;
  border-radius: 300px;
  overflow: hidden;
}
.cid-uC19HDL4u6 .image-wrapper img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.cid-uC19HDL4u6 .mbr-text {
  flex-grow: 1;
  color: #272727;
  text-align: right;
}
.cid-uC19HDL4u6 .mbr-section-btn {
  display: flex;
  margin-top: 20px;
  width: auto !important;
}
.cid-uC19HDL4u6 .mbr-section-btn .btn {
  width: 100%;
  min-width: auto !important;
}
.cid-uLMRAIzUxG {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-color: #0e132f;
}
.cid-uLMRAIzUxG .mbr-fallback-image.disabled {
  display: none;
}
.cid-uLMRAIzUxG .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-uLMRAIzUxG .container {
    padding: 0 16px;
  }
}
.cid-uLMRAIzUxG .card {
  display: flex;
  flex-direction: column;
  justify-content: space-between;
}
@media (max-width: 992px) {
  .cid-uLMRAIzUxG .card {
    margin-bottom: 40px;
  }
}
.cid-uLMRAIzUxG .card .content-wrapper .title-wrapper .title-wrap {
  display: inline-flex;
  align-items: center;
  margin-bottom: 16px;
}
@media (max-width: 992px) {
  .cid-uLMRAIzUxG .card .content-wrapper .title-wrapper .title-wrap {
    margin-bottom: 40px;
  }
}
.cid-uLMRAIzUxG .card .content-wrapper .title-wrapper .title-wrap img {
  width: 32px;
  height: 32px;
  object-fit: contain;
  margin-right: 1rem;
}
.cid-uLMRAIzUxG .card .content-wrapper .title-wrapper .title-wrap .mbr-section-title {
  margin-bottom: 0;
}
.cid-uLMRAIzUxG .card .content-wrapper .copyright {
  margin-bottom: 20px;
}
@media (max-width: 992px) {
  .cid-uLMRAIzUxG .card .content-wrapper .copyright {
    margin-bottom: 40px;
  }
}
.cid-uLMRAIzUxG .card .social-wrapper .social-wrap {
  display: inline-flex;
  flex-wrap: wrap;
}
.cid-uLMRAIzUxG .card .social-wrapper .social-wrap .mbr-iconfont {
  font-size: 20px;
  margin-right: 48px;
  color: #ffffff;
}
.cid-uLMRAIzUxG .list-wrapper .mbr-card-title {
  margin-bottom: 16px;
}
.cid-uLMRAIzUxG .list-wrapper .list {
  margin: 0;
  padding: 0;
  list-style-type: none;
}
.cid-uLMRAIzUxG .list-wrapper .list .item-wrap {
  margin-bottom: 16px;
}
@media (max-width: 992px) {
  .cid-uLMRAIzUxG .list-wrapper .list {
    margin-bottom: 40px;
  }
}
.cid-uLMRAIzUxG .mbr-section-title {
  color: #ffffff;
}
.cid-uLMRAIzUxG .copyright {
  color: #ffffff;
}
.cid-uLMRAIzUxG .mbr-card-title {
  color: #D4FE00;
}
.cid-uLMRAIzUxG .list {
  color: #ffffff;
}
.cid-uLMT5bnPh6 .navbar-dropdown {
  background-color: #ffffff !important;
  padding: 0;
}
.cid-uLMT5bnPh6 .navbar.navbar-expand-lg .dropdown .dropdown-menu {
  background-color: #ffffff !important;
  background: #ffffff;
}
.cid-uLMT5bnPh6 .navbar.navbar-expand-lg .dropdown .dropdown-menu .dropdown-submenu {
  margin: 0;
  left: 100%;
}
@media (max-width: 991px) {
  .cid-uLMT5bnPh6 .menu_box .navbar.opened,
  .cid-uLMT5bnPh6 .menu_box .navbar-collapse {
    background-color: #ffffff !important;
    transition: all 0s ease 0s;
  }
}
.cid-uLMT5bnPh6 .navbar-dropdown {
  position: relative !important;
}
.cid-uLMT5bnPh6 .btn {
  min-height: auto;
  box-shadow: none;
  margin-top: 0;
}
.cid-uLMT5bnPh6 .btn:hover {
  box-shadow: none;
}
@media (min-width: 992px) {
  .cid-uLMT5bnPh6 .offcanvas_image img {
    width: auto;
    object-fit: cover;
    display: inline-block;
  }
  .cid-uLMT5bnPh6 .offcanvas-header {
    position: relative;
    padding: 0;
  }
  .cid-uLMT5bnPh6 .offcanvas-header .btn-close {
    position: absolute;
    top: -70px;
    right: 0;
    width: 35px;
    height: 30px;
  }
  .cid-uLMT5bnPh6 .offcanvas-body {
    text-align: center;
    padding: 0;
  }
  .cid-uLMT5bnPh6 .offcanvas-body .mbr-text,
  .cid-uLMT5bnPh6 .offcanvas-body .mbr-section-subtitle {
    margin-top: 14px;
  }
  .cid-uLMT5bnPh6 .offcanvas-body .offcanvas_contact {
    margin: 35px 0;
  }
  .cid-uLMT5bnPh6 .offcanvas_box button.btn_offcanvas {
    outline: none;
    width: 40px;
    height: 40px;
    cursor: pointer;
    transition: all 0.2s;
    position: relative;
    align-self: center;
  }
  .cid-uLMT5bnPh6 .offcanvas_box button.btn_offcanvas .hamburger span {
    position: absolute;
    right: 0;
    width: 40px;
    height: 2px;
    border-right: 5px;
    background-color: #474747;
  }
  .cid-uLMT5bnPh6 .offcanvas_box button.btn_offcanvas .hamburger span:nth-child(1) {
    top: 18px;
    transition: all 0.2s;
  }
  .cid-uLMT5bnPh6 .offcanvas_box button.btn_offcanvas .hamburger span:nth-child(2) {
    top: 25px;
    transition: all 0.2s;
  }
  .cid-uLMT5bnPh6 .offcanvas_box button.btn_offcanvas:hover .hamburger span {
    width: 36px;
  }
  .cid-uLMT5bnPh6 .offcanvas_box button.btn_offcanvas:hover .hamburger span:nth-child(2) {
    width: 33px;
    transition-delay: 0.2s;
  }
  .cid-uLMT5bnPh6 ul.navbar-nav {
    padding-bottom: 1.5rem;
  }
  .cid-uLMT5bnPh6 .dropdown-menu .dropdown-toggle[data-toggle="dropdown-submenu"]::after,
  .cid-uLMT5bnPh6 .link.dropdown-toggle::after {
    display: inline-block;
    width: 7px;
    height: 7px;
    margin-left: .5rem;
    margin-bottom: 2px;
    content: "";
    border: 2px solid;
    border-left: none;
    border-top: none;
    transform: rotate(-45deg);
  }
  .cid-uLMT5bnPh6 .link.dropdown-toggle::after {
    padding: 0 !important;
    transform: rotate(45deg);
  }
  .cid-uLMT5bnPh6 li.nav-item {
    position: relative;
    display: inline-block;
    padding: 1px 7px !important;
    vertical-align: middle;
    line-height: 2em !important;
    font-weight: 600 !important;
    text-decoration: none;
    letter-spacing: 0 !important;
    z-index: 1;
  }
  .cid-uLMT5bnPh6 .lg_brand {
    margin: 0 1rem;
  }
}
.cid-uLMT5bnPh6 .nav-item {
  margin: 4px 15px;
}
@media (min-width: 1200px) {
  .cid-uLMT5bnPh6 .nav-item {
    margin: 4px 20px;
  }
}
@media (max-width: 991px) {
  .cid-uLMT5bnPh6 .nav-item {
    margin: 0 !important;
  }
}
.cid-uLMT5bnPh6 .dropdown-menu {
  border-radius: 0;
  box-shadow: none;
  text-align: left;
}
@media (min-width: 992px) {
  .cid-uLMT5bnPh6 .dropdown-menu {
    padding: 18px 34px 22px;
    min-width: 250px;
    top: auto !important;
    left: -40px !important;
  }
  .cid-uLMT5bnPh6 .dropdown-menu.dropdown-submenu {
    left: 215px !important;
    top: -45% !important;
  }
}
@media (max-width: 991px) {
  .cid-uLMT5bnPh6 .dropdown-menu .dropdown-toggle[data-toggle="dropdown-submenu"]::after,
  .cid-uLMT5bnPh6 .link.dropdown-toggle::after {
    display: inline-block;
    width: 7px;
    height: 7px;
    margin-left: .5rem;
    margin-bottom: 2px;
    content: "";
    border: 2px solid;
    border-left: none;
    border-top: none;
    transform: rotate(-45deg);
    right: 15px;
    position: absolute;
    margin-top: -2px;
  }
  .cid-uLMT5bnPh6 .show.dropdown-toggle[aria-expanded="true"]::after {
    transform: rotate(45deg);
    margin-top: -4px;
  }
  .cid-uLMT5bnPh6 .offcanvas_box {
    display: none;
  }
}
.cid-uLMT5bnPh6 .dropdown-item {
  border: none;
  font-weight: 400 !important;
}
.cid-uLMT5bnPh6 .nav-dropdown .link {
  font-weight: 400 !important;
  padding: 0 !important;
  margin: 0 !important;
}
.cid-uLMT5bnPh6 .nav-dropdown .link.dropdown-toggle::after {
  margin-left: 0.5rem;
  margin-top: 0;
}
.cid-uLMT5bnPh6 .container {
  display: flex;
  margin: auto;
}
.cid-uLMT5bnPh6 .iconfont-wrapper {
  color: #e0bdb6;
  font-size: 17px;
  margin-right: 10px;
  margin-bottom: 5px;
  width: 25px;
  height: 25px;
  border-radius: 50%;
  display: flex;
  justify-content: center;
  align-items: center;
  transition: all 0.2s ease-in-out;
}
.cid-uLMT5bnPh6 .iconfont-wrapper:last-child {
  margin-right: 0;
}
.cid-uLMT5bnPh6 .iconfont-wrapper:hover {
  opacity: .5;
}
.cid-uLMT5bnPh6 .navbar-caption {
  color: #747474;
}
.cid-uLMT5bnPh6 .navbar-nav {
  margin: 0 1rem;
}
@media (min-width: 992px) {
  .cid-uLMT5bnPh6 .navbar-nav {
    margin: 0;
  }
}
.cid-uLMT5bnPh6 .dropdown-menu,
.cid-uLMT5bnPh6 .navbar.opened {
  background-color: false !important;
}
.cid-uLMT5bnPh6 .nav-item:focus,
.cid-uLMT5bnPh6 .nav-link:focus {
  outline: none;
}
.cid-uLMT5bnPh6 .dropdown .dropdown-menu .dropdown-item {
  width: auto;
  transition: all 0.25s ease-in-out;
}
.cid-uLMT5bnPh6 .dropdown .dropdown-menu .dropdown-item::after {
  right: 0.5rem;
}
.cid-uLMT5bnPh6 .dropdown .dropdown-menu .dropdown-item .mbr-iconfont {
  margin-right: 0.5rem;
  vertical-align: sub;
}
.cid-uLMT5bnPh6 .dropdown .dropdown-menu .dropdown-item .mbr-iconfont:before {
  display: inline-block;
  transform: scale(1, 1);
  transition: all 0.25s ease-in-out;
}
.cid-uLMT5bnPh6 .collapsed .dropdown-menu .dropdown-item:before {
  display: none;
}
.cid-uLMT5bnPh6 .collapsed .dropdown .dropdown-menu .dropdown-item {
  padding: 0.235em 1.5em 0.235em 1.5em !important;
  transition: none;
  margin: 0 !important;
}
.cid-uLMT5bnPh6 .navbar {
  min-height: 70px;
  padding: 20px 0;
  transition: all 0.3s;
  border-bottom-width: 0px;
}
@media (max-width: 992px) {
  .cid-uLMT5bnPh6 .navbar {
    min-height: 30px;
    max-height: 90px;
  }
}
.cid-uLMT5bnPh6 .navbar.opened {
  transition: all 0.3s;
}
.cid-uLMT5bnPh6 .navbar .dropdown-item {
  padding: 0;
  margin: 8px 0;
}
.cid-uLMT5bnPh6 .navbar .navbar-logo img {
  width: auto;
  object-fit: contain;
  border-radius: 0;
}
.cid-uLMT5bnPh6 .navbar .navbar-collapse {
  justify-content: space-between;
  z-index: 1;
}
.cid-uLMT5bnPh6 .navbar.collapsed {
  justify-content: center;
}
.cid-uLMT5bnPh6 .navbar.collapsed .nav-item .nav-link::before {
  display: none;
}
.cid-uLMT5bnPh6 .navbar.collapsed.opened .dropdown-menu {
  top: 0;
}
.cid-uLMT5bnPh6 .navbar.collapsed .dropdown-menu .dropdown-submenu {
  left: 0 !important;
}
.cid-uLMT5bnPh6 .navbar.collapsed .dropdown-menu .dropdown-item:after {
  right: auto;
}
.cid-uLMT5bnPh6 .navbar.collapsed ul.navbar-nav li {
  margin: auto;
}
.cid-uLMT5bnPh6 .navbar.collapsed .dropdown-menu .dropdown-item {
  padding: 0.25rem 1.5rem;
  text-align: left;
}
.cid-uLMT5bnPh6 .navbar.collapsed .icons-menu {
  padding: 0;
}
@media (max-width: 991px) {
  .cid-uLMT5bnPh6 .navbar .nav-item {
    padding: .5rem 0;
  }
  .cid-uLMT5bnPh6 .navbar .navbar-collapse {
    padding: 34px 0;
    border-radius: 25px;
  }
  .cid-uLMT5bnPh6 .navbar .nav-item .nav-link::before {
    display: none;
  }
  .cid-uLMT5bnPh6 .navbar.opened .dropdown-menu {
    top: 0;
  }
  .cid-uLMT5bnPh6 .navbar .dropdown-menu {
    padding: 6px 0 6px 15px;
  }
  .cid-uLMT5bnPh6 .navbar .dropdown-menu .dropdown-submenu {
    left: 0 !important;
  }
  .cid-uLMT5bnPh6 .navbar .dropdown-menu .dropdown-item:after {
    right: auto;
    margin-top: -0.4rem;
  }
  .cid-uLMT5bnPh6 .navbar .navbar-logo img {
    height: 3rem !important;
  }
  .cid-uLMT5bnPh6 .navbar ul.navbar-nav {
    overflow: hidden;
  }
  .cid-uLMT5bnPh6 .navbar ul.navbar-nav li {
    margin: 0;
  }
  .cid-uLMT5bnPh6 .navbar .dropdown-menu .dropdown-item {
    padding: 0 !important;
    margin: 0;
    margin-top: 8px;
    text-align: left;
  }
  .cid-uLMT5bnPh6 .navbar .navbar-brand {
    flex-shrink: initial;
    flex-basis: auto;
    word-break: break-word;
    padding-right: 2rem;
  }
  .cid-uLMT5bnPh6 .navbar .navbar-toggler {
    flex-basis: auto;
  }
  .cid-uLMT5bnPh6 .navbar .icons-menu {
    padding: 0;
  }
}
.cid-uLMT5bnPh6 .navbar.navbar-short {
  min-height: 60px;
}
.cid-uLMT5bnPh6 .navbar.navbar-short .navbar-logo img {
  height: 2.5rem !important;
}
.cid-uLMT5bnPh6 .navbar.navbar-short .navbar-brand {
  min-height: 60px;
  padding: 0;
}
.cid-uLMT5bnPh6 .navbar-brand {
  min-height: 70px;
  flex-shrink: 0;
  align-items: center;
  margin-right: 0;
  padding: 10px 0;
  transition: all 0.3s;
  word-break: break-word;
  z-index: 1;
}
.cid-uLMT5bnPh6 .navbar-brand .navbar-caption {
  line-height: inherit !important;
}
.cid-uLMT5bnPh6 .navbar-brand .navbar-logo a {
  outline: none;
}
.cid-uLMT5bnPh6 .dropdown-item.active,
.cid-uLMT5bnPh6 .dropdown-item:active {
  background-color: transparent;
}
.cid-uLMT5bnPh6 .navbar-expand-lg .navbar-nav .nav-link {
  padding: 0;
}
.cid-uLMT5bnPh6 .nav-dropdown .link.dropdown-toggle {
  margin-right: 1.667em;
}
.cid-uLMT5bnPh6 .nav-dropdown .link.dropdown-toggle[aria-expanded="true"] {
  margin-right: 0;
  padding: 0.667em 1.667em;
}
.cid-uLMT5bnPh6 .navbar .dropdown.open > .dropdown-menu {
  display: block;
}
.cid-uLMT5bnPh6 ul.navbar-nav {
  flex-wrap: wrap;
  padding: 36px 0;
  border-bottom: 1px solid #0e132f;
}
.cid-uLMT5bnPh6 .navbar-buttons {
  text-align: center;
  min-width: 170px;
}
.cid-uLMT5bnPh6 button.navbar-toggler {
  outline: none;
  width: 48px;
  height: 48px;
  border-radius: 50%;
  cursor: pointer;
  transition: all 0.2s;
  position: relative;
  align-self: center;
  color: #ffffff;
  background: #ffffff;
}
.cid-uLMT5bnPh6 button.navbar-toggler .hamburger span {
  position: absolute;
  right: 10px;
  margin-top: 14px;
  width: 26px;
  height: 2px;
  border-right: 5px;
  background-color: #474747;
}
.cid-uLMT5bnPh6 button.navbar-toggler .hamburger span:nth-child(1) {
  top: 0;
  transition: all 0.2s;
}
.cid-uLMT5bnPh6 button.navbar-toggler .hamburger span:nth-child(2) {
  top: 8px;
  transition: all 0.15s;
}
.cid-uLMT5bnPh6 button.navbar-toggler .hamburger span:nth-child(3) {
  top: 8px;
  transition: all 0.15s;
}
.cid-uLMT5bnPh6 button.navbar-toggler .hamburger span:nth-child(4) {
  top: 16px;
  transition: all 0.2s;
}
.cid-uLMT5bnPh6 nav.opened .hamburger span:nth-child(1) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-uLMT5bnPh6 nav.opened .hamburger span:nth-child(2) {
  transform: rotate(45deg);
  transition: all 0.25s;
}
.cid-uLMT5bnPh6 nav.opened .hamburger span:nth-child(3) {
  transform: rotate(-45deg);
  transition: all 0.25s;
}
.cid-uLMT5bnPh6 nav.opened .hamburger span:nth-child(4) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-uLMT5bnPh6 a.nav-link {
  display: flex;
  align-items: center;
  justify-content: flex-start;
}
.cid-uLMT5bnPh6 .icons-menu {
  flex-wrap: nowrap;
  display: flex;
  justify-content: center;
  padding: 0;
  text-align: center;
  margin-bottom: 35px;
}
@media screen and (-ms-high-contrast: active), (-ms-high-contrast: none) {
  .cid-uLMT5bnPh6 .navbar {
    height: 70px;
  }
  .cid-uLMT5bnPh6 .navbar.opened {
    height: auto;
  }
  .cid-uLMT5bnPh6 .nav-item .nav-link:hover::before {
    width: 175%;
    max-width: calc(100% + 2rem);
    left: -1rem;
  }
}
.cid-uLMT5bnPh6 .navbar-dropdown .navbar-logo {
  margin-right: 15px;
}
@media (min-width: 768px) {
  .cid-uLMT5bnPh6 .container-fluid {
    padding-left: 30px;
    padding-right: 30px;
  }
}
.cid-uLMT5bnPh6 .mbr-section-btn-main {
  padding-top: 5px;
}
.cid-uLMT5bnPh6 .mbr-section-btn-main .btn {
  margin: 0 4px 4px 4px;
}
.cid-uLMT5bnPh6 .navbar-caption:hover {
  color: #2554ab;
}
@media (min-width: 992px) {
  .cid-uLMT5bnPh6 .dropdown-menu.dropdown-submenu {
    left: 175px !important;
    top: -45% !important;
  }
}
.cid-uLMT5bnPh6 .nav-link {
  position: relative;
}
.cid-uLMT5bnPh6 .nav-link:before {
  content: '';
  position: absolute;
  left: -12px;
  width: 6px;
  height: 6px;
  border-radius: 100%;
  background-color: #2554ab;
  transition: all .3s ease;
  opacity: 0;
}
.cid-uLMT5bnPh6 .nav-link:hover:before {
  opacity: 1;
}
.cid-uLMT5bnPh6 .mbr-section-subtitle {
  color: #ffffff;
}
.cid-uLMT5bnPh6 .mbr-text {
  color: #ffffff;
  text-align: center;
}
.cid-uLMT5bnPh6 .text_widget {
  color: #ffffff;
}
.cid-uLMT5bnPh6 .mbr-section-subtitle,
.cid-uLMT5bnPh6 .text_widget,
.cid-uLMT5bnPh6 .mbr-section-btn {
  text-align: center;
}
.cid-uLMT5bnPh6 a[class*="text-"]:not(.nav-link):not(.dropdown-item):not([role]):not(.navbar-caption):hover {
  background-image: none;
}
.cid-uC19E08ccZ {
  padding-top: 0rem;
  padding-bottom: 0rem;
  background-color: #ffffff;
}
.cid-uC19E08ccZ .item-img {
  position: relative;
  overflow: hidden;
}
.cid-uC19E08ccZ .item-img:before {
  content: '';
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
  left: 0;
  background: black;
  opacity: 0.3;
  z-index: 1;
  transition: all 0.3s;
  pointer-events: none;
}
.cid-uC19E08ccZ h5 {
  margin-bottom: 1rem;
}
.cid-uC19E08ccZ .item-content {
  position: absolute;
  top: 55%;
  right: 0;
  z-index: 2;
  width: 100%;
  transform: translateY(-50%);
  padding: 2rem 8rem;
  display: flex;
  flex-direction: column;
  height: 50%;
}
@media (max-width: 767px) {
  .cid-uC19E08ccZ .item-content {
    padding: 0 2rem 1.5rem;
    margin-top: 1rem;
  }
}
.cid-uC19E08ccZ img,
.cid-uC19E08ccZ .item-img {
  width: 100%;
  transition: all 0.3s;
  height: 100%;
  height: 400px;
  object-fit: cover;
}
.cid-uC19E08ccZ .item:focus,
.cid-uC19E08ccZ span:focus {
  outline: none;
}
.cid-uC19E08ccZ .item {
  margin-bottom: 2rem;
}
@media (max-width: 767px) {
  .cid-uC19E08ccZ .item {
    margin-bottom: 1rem;
  }
}
.cid-uC19E08ccZ .item-wrapper {
  position: relative;
  border-radius: 15px;
  height: 100%;
  display: flex;
  flex-flow: column nowrap;
}
.cid-uC19E08ccZ .mbr-section-title {
  color: #4e423d;
}
.cid-uC19E08ccZ .item-title {
  text-align: left;
  color: #ffffff;
}
.cid-uC19E08ccZ .item-subtitle {
  text-align: left;
  color: #ffffff;
}
.cid-uC19E08ccZ .mbr-text,
.cid-uC19E08ccZ .item .mbr-section-btn {
  text-align: left;
  color: #ffffff;
}
.cid-uC19E08ccZ .content-head {
  max-width: 800px;
}
.cid-uC19E12Qck {
  padding-top: 1rem;
  padding-bottom: 5rem;
  background-color: #fafafa;
}
.cid-uC19E12Qck .mbr-section-title {
  margin-bottom: 1em;
  color: #272727;
}
.cid-uC19E12Qck .mbr-section-subtitle {
  margin-bottom: 1.5625em;
  color: #272727;
  opacity: 0.4;
}
.cid-uC19E12Qck .item-row {
  display: grid;
  -webkit-box-align: stretch;
  -webkit-align-items: stretch;
  -ms-flex-align: stretch;
  align-items: stretch;
  grid-auto-columns: 1fr;
  grid-column-gap: 16px;
  grid-row-gap: 16px;
  grid-template-columns: repeat(4, 1fr);
  -ms-grid-rows: auto;
  grid-template-rows: auto;
}
@media (max-width: 1199px) {
  .cid-uC19E12Qck .item-row {
    grid-template-columns: repeat(2, 1fr);
  }
}
@media (max-width: 767px) {
  .cid-uC19E12Qck .item-row {
    grid-template-columns: repeat(1, 1fr);
  }
}
.cid-uC19E12Qck .item {
  padding: 0;
}
.cid-uC19E12Qck .item-wrapper {
  display: flex;
  flex-direction: column;
  align-items: stretch;
  height: 100%;
  width: 100%;
  border-radius: 10px;
  overflow: hidden;
  transform-style: preserve-3d;
  transition: .3s all;
  border: 2px solid transparent;
}
.cid-uC19E12Qck .item-wrapper:hover {
  transform: scale3d(1.01, 1.01, 1);
  border-color: #fafafa;
}
.cid-uC19E12Qck .item-img {
  display: flex;
  align-items: center;
  justify-content: center;
  height: 175px;
}
.cid-uC19E12Qck .item-img img {
  width: 100%;
  object-fit: cover;
  height: 100%;
}
.cid-uC19E12Qck .item-content {
  display: flex;
  flex-direction: column;
  align-items: stretch;
  width: 100%;
  padding: 20px 5% 6%;
  flex-grow: 1;
  background-color: #ffffff;
}
.cid-uC19E12Qck .item-text-wrap {
  width: 100%;
  margin-bottom: 5.3em;
}
@media (max-width: 1199px) {
  .cid-uC19E12Qck .item-text-wrap {
    margin-bottom: 4em;
  }
}
@media (max-width: 767px) {
  .cid-uC19E12Qck .item-text-wrap {
    margin-bottom: 2em;
    max-width: 340px;
    margin-right: auto;
  }
}
.cid-uC19E12Qck .item-title {
  color: #272727;
  margin-bottom: 0.52em;
}
.cid-uC19E12Qck .item-subtitle {
  color: #272727;
  opacity: 0.52em;
}
.cid-uC19E12Qck .card-bottom {
  display: flex;
  flex-direction: column;
  align-items: stretch;
  margin-top: auto;
}
.cid-uC19E12Qck .item-name-wrap {
  display: flex;
  align-items: center;
  width: 100%;
}
.cid-uC19E12Qck .image-wrapper {
  width: 35px;
  height: 35px;
  margin-right: 10px;
  border-radius: 300px;
  overflow: hidden;
}
.cid-uC19E12Qck .image-wrapper img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.cid-uC19E12Qck .mbr-text {
  flex-grow: 1;
  color: #272727;
  text-align: right;
}
.cid-uC19E12Qck .mbr-section-btn {
  display: flex;
  margin-top: 20px;
  width: auto !important;
}
.cid-uC19E12Qck .mbr-section-btn .btn {
  width: 100%;
  min-width: auto !important;
}
.cid-uLMRAIzUxG {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-color: #0e132f;
}
.cid-uLMRAIzUxG .mbr-fallback-image.disabled {
  display: none;
}
.cid-uLMRAIzUxG .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-uLMRAIzUxG .container {
    padding: 0 16px;
  }
}
.cid-uLMRAIzUxG .card {
  display: flex;
  flex-direction: column;
  justify-content: space-between;
}
@media (max-width: 992px) {
  .cid-uLMRAIzUxG .card {
    margin-bottom: 40px;
  }
}
.cid-uLMRAIzUxG .card .content-wrapper .title-wrapper .title-wrap {
  display: inline-flex;
  align-items: center;
  margin-bottom: 16px;
}
@media (max-width: 992px) {
  .cid-uLMRAIzUxG .card .content-wrapper .title-wrapper .title-wrap {
    margin-bottom: 40px;
  }
}
.cid-uLMRAIzUxG .card .content-wrapper .title-wrapper .title-wrap img {
  width: 32px;
  height: 32px;
  object-fit: contain;
  margin-right: 1rem;
}
.cid-uLMRAIzUxG .card .content-wrapper .title-wrapper .title-wrap .mbr-section-title {
  margin-bottom: 0;
}
.cid-uLMRAIzUxG .card .content-wrapper .copyright {
  margin-bottom: 20px;
}
@media (max-width: 992px) {
  .cid-uLMRAIzUxG .card .content-wrapper .copyright {
    margin-bottom: 40px;
  }
}
.cid-uLMRAIzUxG .card .social-wrapper .social-wrap {
  display: inline-flex;
  flex-wrap: wrap;
}
.cid-uLMRAIzUxG .card .social-wrapper .social-wrap .mbr-iconfont {
  font-size: 20px;
  margin-right: 48px;
  color: #ffffff;
}
.cid-uLMRAIzUxG .list-wrapper .mbr-card-title {
  margin-bottom: 16px;
}
.cid-uLMRAIzUxG .list-wrapper .list {
  margin: 0;
  padding: 0;
  list-style-type: none;
}
.cid-uLMRAIzUxG .list-wrapper .list .item-wrap {
  margin-bottom: 16px;
}
@media (max-width: 992px) {
  .cid-uLMRAIzUxG .list-wrapper .list {
    margin-bottom: 40px;
  }
}
.cid-uLMRAIzUxG .mbr-section-title {
  color: #ffffff;
}
.cid-uLMRAIzUxG .copyright {
  color: #ffffff;
}
.cid-uLMRAIzUxG .mbr-card-title {
  color: #D4FE00;
}
.cid-uLMRAIzUxG .list {
  color: #ffffff;
}
.cid-uLMT5bnPh6 .navbar-dropdown {
  background-color: #ffffff !important;
  padding: 0;
}
.cid-uLMT5bnPh6 .navbar.navbar-expand-lg .dropdown .dropdown-menu {
  background-color: #ffffff !important;
  background: #ffffff;
}
.cid-uLMT5bnPh6 .navbar.navbar-expand-lg .dropdown .dropdown-menu .dropdown-submenu {
  margin: 0;
  left: 100%;
}
@media (max-width: 991px) {
  .cid-uLMT5bnPh6 .menu_box .navbar.opened,
  .cid-uLMT5bnPh6 .menu_box .navbar-collapse {
    background-color: #ffffff !important;
    transition: all 0s ease 0s;
  }
}
.cid-uLMT5bnPh6 .navbar-dropdown {
  position: relative !important;
}
.cid-uLMT5bnPh6 .btn {
  min-height: auto;
  box-shadow: none;
  margin-top: 0;
}
.cid-uLMT5bnPh6 .btn:hover {
  box-shadow: none;
}
@media (min-width: 992px) {
  .cid-uLMT5bnPh6 .offcanvas_image img {
    width: auto;
    object-fit: cover;
    display: inline-block;
  }
  .cid-uLMT5bnPh6 .offcanvas-header {
    position: relative;
    padding: 0;
  }
  .cid-uLMT5bnPh6 .offcanvas-header .btn-close {
    position: absolute;
    top: -70px;
    right: 0;
    width: 35px;
    height: 30px;
  }
  .cid-uLMT5bnPh6 .offcanvas-body {
    text-align: center;
    padding: 0;
  }
  .cid-uLMT5bnPh6 .offcanvas-body .mbr-text,
  .cid-uLMT5bnPh6 .offcanvas-body .mbr-section-subtitle {
    margin-top: 14px;
  }
  .cid-uLMT5bnPh6 .offcanvas-body .offcanvas_contact {
    margin: 35px 0;
  }
  .cid-uLMT5bnPh6 .offcanvas_box button.btn_offcanvas {
    outline: none;
    width: 40px;
    height: 40px;
    cursor: pointer;
    transition: all 0.2s;
    position: relative;
    align-self: center;
  }
  .cid-uLMT5bnPh6 .offcanvas_box button.btn_offcanvas .hamburger span {
    position: absolute;
    right: 0;
    width: 40px;
    height: 2px;
    border-right: 5px;
    background-color: #474747;
  }
  .cid-uLMT5bnPh6 .offcanvas_box button.btn_offcanvas .hamburger span:nth-child(1) {
    top: 18px;
    transition: all 0.2s;
  }
  .cid-uLMT5bnPh6 .offcanvas_box button.btn_offcanvas .hamburger span:nth-child(2) {
    top: 25px;
    transition: all 0.2s;
  }
  .cid-uLMT5bnPh6 .offcanvas_box button.btn_offcanvas:hover .hamburger span {
    width: 36px;
  }
  .cid-uLMT5bnPh6 .offcanvas_box button.btn_offcanvas:hover .hamburger span:nth-child(2) {
    width: 33px;
    transition-delay: 0.2s;
  }
  .cid-uLMT5bnPh6 ul.navbar-nav {
    padding-bottom: 1.5rem;
  }
  .cid-uLMT5bnPh6 .dropdown-menu .dropdown-toggle[data-toggle="dropdown-submenu"]::after,
  .cid-uLMT5bnPh6 .link.dropdown-toggle::after {
    display: inline-block;
    width: 7px;
    height: 7px;
    margin-left: .5rem;
    margin-bottom: 2px;
    content: "";
    border: 2px solid;
    border-left: none;
    border-top: none;
    transform: rotate(-45deg);
  }
  .cid-uLMT5bnPh6 .link.dropdown-toggle::after {
    padding: 0 !important;
    transform: rotate(45deg);
  }
  .cid-uLMT5bnPh6 li.nav-item {
    position: relative;
    display: inline-block;
    padding: 1px 7px !important;
    vertical-align: middle;
    line-height: 2em !important;
    font-weight: 600 !important;
    text-decoration: none;
    letter-spacing: 0 !important;
    z-index: 1;
  }
  .cid-uLMT5bnPh6 .lg_brand {
    margin: 0 1rem;
  }
}
.cid-uLMT5bnPh6 .nav-item {
  margin: 4px 15px;
}
@media (min-width: 1200px) {
  .cid-uLMT5bnPh6 .nav-item {
    margin: 4px 20px;
  }
}
@media (max-width: 991px) {
  .cid-uLMT5bnPh6 .nav-item {
    margin: 0 !important;
  }
}
.cid-uLMT5bnPh6 .dropdown-menu {
  border-radius: 0;
  box-shadow: none;
  text-align: left;
}
@media (min-width: 992px) {
  .cid-uLMT5bnPh6 .dropdown-menu {
    padding: 18px 34px 22px;
    min-width: 250px;
    top: auto !important;
    left: -40px !important;
  }
  .cid-uLMT5bnPh6 .dropdown-menu.dropdown-submenu {
    left: 215px !important;
    top: -45% !important;
  }
}
@media (max-width: 991px) {
  .cid-uLMT5bnPh6 .dropdown-menu .dropdown-toggle[data-toggle="dropdown-submenu"]::after,
  .cid-uLMT5bnPh6 .link.dropdown-toggle::after {
    display: inline-block;
    width: 7px;
    height: 7px;
    margin-left: .5rem;
    margin-bottom: 2px;
    content: "";
    border: 2px solid;
    border-left: none;
    border-top: none;
    transform: rotate(-45deg);
    right: 15px;
    position: absolute;
    margin-top: -2px;
  }
  .cid-uLMT5bnPh6 .show.dropdown-toggle[aria-expanded="true"]::after {
    transform: rotate(45deg);
    margin-top: -4px;
  }
  .cid-uLMT5bnPh6 .offcanvas_box {
    display: none;
  }
}
.cid-uLMT5bnPh6 .dropdown-item {
  border: none;
  font-weight: 400 !important;
}
.cid-uLMT5bnPh6 .nav-dropdown .link {
  font-weight: 400 !important;
  padding: 0 !important;
  margin: 0 !important;
}
.cid-uLMT5bnPh6 .nav-dropdown .link.dropdown-toggle::after {
  margin-left: 0.5rem;
  margin-top: 0;
}
.cid-uLMT5bnPh6 .container {
  display: flex;
  margin: auto;
}
.cid-uLMT5bnPh6 .iconfont-wrapper {
  color: #e0bdb6;
  font-size: 17px;
  margin-right: 10px;
  margin-bottom: 5px;
  width: 25px;
  height: 25px;
  border-radius: 50%;
  display: flex;
  justify-content: center;
  align-items: center;
  transition: all 0.2s ease-in-out;
}
.cid-uLMT5bnPh6 .iconfont-wrapper:last-child {
  margin-right: 0;
}
.cid-uLMT5bnPh6 .iconfont-wrapper:hover {
  opacity: .5;
}
.cid-uLMT5bnPh6 .navbar-caption {
  color: #747474;
}
.cid-uLMT5bnPh6 .navbar-nav {
  margin: 0 1rem;
}
@media (min-width: 992px) {
  .cid-uLMT5bnPh6 .navbar-nav {
    margin: 0;
  }
}
.cid-uLMT5bnPh6 .dropdown-menu,
.cid-uLMT5bnPh6 .navbar.opened {
  background-color: false !important;
}
.cid-uLMT5bnPh6 .nav-item:focus,
.cid-uLMT5bnPh6 .nav-link:focus {
  outline: none;
}
.cid-uLMT5bnPh6 .dropdown .dropdown-menu .dropdown-item {
  width: auto;
  transition: all 0.25s ease-in-out;
}
.cid-uLMT5bnPh6 .dropdown .dropdown-menu .dropdown-item::after {
  right: 0.5rem;
}
.cid-uLMT5bnPh6 .dropdown .dropdown-menu .dropdown-item .mbr-iconfont {
  margin-right: 0.5rem;
  vertical-align: sub;
}
.cid-uLMT5bnPh6 .dropdown .dropdown-menu .dropdown-item .mbr-iconfont:before {
  display: inline-block;
  transform: scale(1, 1);
  transition: all 0.25s ease-in-out;
}
.cid-uLMT5bnPh6 .collapsed .dropdown-menu .dropdown-item:before {
  display: none;
}
.cid-uLMT5bnPh6 .collapsed .dropdown .dropdown-menu .dropdown-item {
  padding: 0.235em 1.5em 0.235em 1.5em !important;
  transition: none;
  margin: 0 !important;
}
.cid-uLMT5bnPh6 .navbar {
  min-height: 70px;
  padding: 20px 0;
  transition: all 0.3s;
  border-bottom-width: 0px;
}
@media (max-width: 992px) {
  .cid-uLMT5bnPh6 .navbar {
    min-height: 30px;
    max-height: 90px;
  }
}
.cid-uLMT5bnPh6 .navbar.opened {
  transition: all 0.3s;
}
.cid-uLMT5bnPh6 .navbar .dropdown-item {
  padding: 0;
  margin: 8px 0;
}
.cid-uLMT5bnPh6 .navbar .navbar-logo img {
  width: auto;
  object-fit: contain;
  border-radius: 0;
}
.cid-uLMT5bnPh6 .navbar .navbar-collapse {
  justify-content: space-between;
  z-index: 1;
}
.cid-uLMT5bnPh6 .navbar.collapsed {
  justify-content: center;
}
.cid-uLMT5bnPh6 .navbar.collapsed .nav-item .nav-link::before {
  display: none;
}
.cid-uLMT5bnPh6 .navbar.collapsed.opened .dropdown-menu {
  top: 0;
}
.cid-uLMT5bnPh6 .navbar.collapsed .dropdown-menu .dropdown-submenu {
  left: 0 !important;
}
.cid-uLMT5bnPh6 .navbar.collapsed .dropdown-menu .dropdown-item:after {
  right: auto;
}
.cid-uLMT5bnPh6 .navbar.collapsed ul.navbar-nav li {
  margin: auto;
}
.cid-uLMT5bnPh6 .navbar.collapsed .dropdown-menu .dropdown-item {
  padding: 0.25rem 1.5rem;
  text-align: left;
}
.cid-uLMT5bnPh6 .navbar.collapsed .icons-menu {
  padding: 0;
}
@media (max-width: 991px) {
  .cid-uLMT5bnPh6 .navbar .nav-item {
    padding: .5rem 0;
  }
  .cid-uLMT5bnPh6 .navbar .navbar-collapse {
    padding: 34px 0;
    border-radius: 25px;
  }
  .cid-uLMT5bnPh6 .navbar .nav-item .nav-link::before {
    display: none;
  }
  .cid-uLMT5bnPh6 .navbar.opened .dropdown-menu {
    top: 0;
  }
  .cid-uLMT5bnPh6 .navbar .dropdown-menu {
    padding: 6px 0 6px 15px;
  }
  .cid-uLMT5bnPh6 .navbar .dropdown-menu .dropdown-submenu {
    left: 0 !important;
  }
  .cid-uLMT5bnPh6 .navbar .dropdown-menu .dropdown-item:after {
    right: auto;
    margin-top: -0.4rem;
  }
  .cid-uLMT5bnPh6 .navbar .navbar-logo img {
    height: 3rem !important;
  }
  .cid-uLMT5bnPh6 .navbar ul.navbar-nav {
    overflow: hidden;
  }
  .cid-uLMT5bnPh6 .navbar ul.navbar-nav li {
    margin: 0;
  }
  .cid-uLMT5bnPh6 .navbar .dropdown-menu .dropdown-item {
    padding: 0 !important;
    margin: 0;
    margin-top: 8px;
    text-align: left;
  }
  .cid-uLMT5bnPh6 .navbar .navbar-brand {
    flex-shrink: initial;
    flex-basis: auto;
    word-break: break-word;
    padding-right: 2rem;
  }
  .cid-uLMT5bnPh6 .navbar .navbar-toggler {
    flex-basis: auto;
  }
  .cid-uLMT5bnPh6 .navbar .icons-menu {
    padding: 0;
  }
}
.cid-uLMT5bnPh6 .navbar.navbar-short {
  min-height: 60px;
}
.cid-uLMT5bnPh6 .navbar.navbar-short .navbar-logo img {
  height: 2.5rem !important;
}
.cid-uLMT5bnPh6 .navbar.navbar-short .navbar-brand {
  min-height: 60px;
  padding: 0;
}
.cid-uLMT5bnPh6 .navbar-brand {
  min-height: 70px;
  flex-shrink: 0;
  align-items: center;
  margin-right: 0;
  padding: 10px 0;
  transition: all 0.3s;
  word-break: break-word;
  z-index: 1;
}
.cid-uLMT5bnPh6 .navbar-brand .navbar-caption {
  line-height: inherit !important;
}
.cid-uLMT5bnPh6 .navbar-brand .navbar-logo a {
  outline: none;
}
.cid-uLMT5bnPh6 .dropdown-item.active,
.cid-uLMT5bnPh6 .dropdown-item:active {
  background-color: transparent;
}
.cid-uLMT5bnPh6 .navbar-expand-lg .navbar-nav .nav-link {
  padding: 0;
}
.cid-uLMT5bnPh6 .nav-dropdown .link.dropdown-toggle {
  margin-right: 1.667em;
}
.cid-uLMT5bnPh6 .nav-dropdown .link.dropdown-toggle[aria-expanded="true"] {
  margin-right: 0;
  padding: 0.667em 1.667em;
}
.cid-uLMT5bnPh6 .navbar .dropdown.open > .dropdown-menu {
  display: block;
}
.cid-uLMT5bnPh6 ul.navbar-nav {
  flex-wrap: wrap;
  padding: 36px 0;
  border-bottom: 1px solid #0e132f;
}
.cid-uLMT5bnPh6 .navbar-buttons {
  text-align: center;
  min-width: 170px;
}
.cid-uLMT5bnPh6 button.navbar-toggler {
  outline: none;
  width: 48px;
  height: 48px;
  border-radius: 50%;
  cursor: pointer;
  transition: all 0.2s;
  position: relative;
  align-self: center;
  color: #ffffff;
  background: #ffffff;
}
.cid-uLMT5bnPh6 button.navbar-toggler .hamburger span {
  position: absolute;
  right: 10px;
  margin-top: 14px;
  width: 26px;
  height: 2px;
  border-right: 5px;
  background-color: #474747;
}
.cid-uLMT5bnPh6 button.navbar-toggler .hamburger span:nth-child(1) {
  top: 0;
  transition: all 0.2s;
}
.cid-uLMT5bnPh6 button.navbar-toggler .hamburger span:nth-child(2) {
  top: 8px;
  transition: all 0.15s;
}
.cid-uLMT5bnPh6 button.navbar-toggler .hamburger span:nth-child(3) {
  top: 8px;
  transition: all 0.15s;
}
.cid-uLMT5bnPh6 button.navbar-toggler .hamburger span:nth-child(4) {
  top: 16px;
  transition: all 0.2s;
}
.cid-uLMT5bnPh6 nav.opened .hamburger span:nth-child(1) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-uLMT5bnPh6 nav.opened .hamburger span:nth-child(2) {
  transform: rotate(45deg);
  transition: all 0.25s;
}
.cid-uLMT5bnPh6 nav.opened .hamburger span:nth-child(3) {
  transform: rotate(-45deg);
  transition: all 0.25s;
}
.cid-uLMT5bnPh6 nav.opened .hamburger span:nth-child(4) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-uLMT5bnPh6 a.nav-link {
  display: flex;
  align-items: center;
  justify-content: flex-start;
}
.cid-uLMT5bnPh6 .icons-menu {
  flex-wrap: nowrap;
  display: flex;
  justify-content: center;
  padding: 0;
  text-align: center;
  margin-bottom: 35px;
}
@media screen and (-ms-high-contrast: active), (-ms-high-contrast: none) {
  .cid-uLMT5bnPh6 .navbar {
    height: 70px;
  }
  .cid-uLMT5bnPh6 .navbar.opened {
    height: auto;
  }
  .cid-uLMT5bnPh6 .nav-item .nav-link:hover::before {
    width: 175%;
    max-width: calc(100% + 2rem);
    left: -1rem;
  }
}
.cid-uLMT5bnPh6 .navbar-dropdown .navbar-logo {
  margin-right: 15px;
}
@media (min-width: 768px) {
  .cid-uLMT5bnPh6 .container-fluid {
    padding-left: 30px;
    padding-right: 30px;
  }
}
.cid-uLMT5bnPh6 .mbr-section-btn-main {
  padding-top: 5px;
}
.cid-uLMT5bnPh6 .mbr-section-btn-main .btn {
  margin: 0 4px 4px 4px;
}
.cid-uLMT5bnPh6 .navbar-caption:hover {
  color: #2554ab;
}
@media (min-width: 992px) {
  .cid-uLMT5bnPh6 .dropdown-menu.dropdown-submenu {
    left: 175px !important;
    top: -45% !important;
  }
}
.cid-uLMT5bnPh6 .nav-link {
  position: relative;
}
.cid-uLMT5bnPh6 .nav-link:before {
  content: '';
  position: absolute;
  left: -12px;
  width: 6px;
  height: 6px;
  border-radius: 100%;
  background-color: #2554ab;
  transition: all .3s ease;
  opacity: 0;
}
.cid-uLMT5bnPh6 .nav-link:hover:before {
  opacity: 1;
}
.cid-uLMT5bnPh6 .mbr-section-subtitle {
  color: #ffffff;
}
.cid-uLMT5bnPh6 .mbr-text {
  color: #ffffff;
  text-align: center;
}
.cid-uLMT5bnPh6 .text_widget {
  color: #ffffff;
}
.cid-uLMT5bnPh6 .mbr-section-subtitle,
.cid-uLMT5bnPh6 .text_widget,
.cid-uLMT5bnPh6 .mbr-section-btn {
  text-align: center;
}
.cid-uLMT5bnPh6 a[class*="text-"]:not(.nav-link):not(.dropdown-item):not([role]):not(.navbar-caption):hover {
  background-image: none;
}
.cid-uC19Bn8Lu1 {
  padding-top: 0rem;
  padding-bottom: 0rem;
  background-color: #ffffff;
}
.cid-uC19Bn8Lu1 .item-img {
  position: relative;
  overflow: hidden;
}
.cid-uC19Bn8Lu1 .item-img:before {
  content: '';
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
  left: 0;
  background: black;
  opacity: 0.3;
  z-index: 1;
  transition: all 0.3s;
  pointer-events: none;
}
.cid-uC19Bn8Lu1 h5 {
  margin-bottom: 1rem;
}
.cid-uC19Bn8Lu1 .item-content {
  position: absolute;
  top: 55%;
  right: 0;
  z-index: 2;
  width: 100%;
  transform: translateY(-50%);
  padding: 2rem 8rem;
  display: flex;
  flex-direction: column;
  height: 50%;
}
@media (max-width: 767px) {
  .cid-uC19Bn8Lu1 .item-content {
    padding: 0 2rem 1.5rem;
    margin-top: 1rem;
  }
}
.cid-uC19Bn8Lu1 img,
.cid-uC19Bn8Lu1 .item-img {
  width: 100%;
  transition: all 0.3s;
  height: 100%;
  height: 400px;
  object-fit: cover;
}
.cid-uC19Bn8Lu1 .item:focus,
.cid-uC19Bn8Lu1 span:focus {
  outline: none;
}
.cid-uC19Bn8Lu1 .item {
  margin-bottom: 2rem;
}
@media (max-width: 767px) {
  .cid-uC19Bn8Lu1 .item {
    margin-bottom: 1rem;
  }
}
.cid-uC19Bn8Lu1 .item-wrapper {
  position: relative;
  border-radius: 15px;
  height: 100%;
  display: flex;
  flex-flow: column nowrap;
}
.cid-uC19Bn8Lu1 .mbr-section-title {
  color: #4e423d;
}
.cid-uC19Bn8Lu1 .item-title {
  text-align: left;
  color: #ffffff;
}
.cid-uC19Bn8Lu1 .item-subtitle {
  text-align: left;
  color: #ffffff;
}
.cid-uC19Bn8Lu1 .mbr-text,
.cid-uC19Bn8Lu1 .item .mbr-section-btn {
  text-align: left;
  color: #ffffff;
}
.cid-uC19Bn8Lu1 .content-head {
  max-width: 800px;
}
.cid-uC19BohA51 {
  padding-top: 1rem;
  padding-bottom: 5rem;
  background-color: #fafafa;
}
.cid-uC19BohA51 .mbr-section-title {
  margin-bottom: 1em;
  color: #272727;
}
.cid-uC19BohA51 .mbr-section-subtitle {
  margin-bottom: 1.5625em;
  color: #272727;
  opacity: 0.4;
}
.cid-uC19BohA51 .item-row {
  display: grid;
  -webkit-box-align: stretch;
  -webkit-align-items: stretch;
  -ms-flex-align: stretch;
  align-items: stretch;
  grid-auto-columns: 1fr;
  grid-column-gap: 16px;
  grid-row-gap: 16px;
  grid-template-columns: repeat(4, 1fr);
  -ms-grid-rows: auto;
  grid-template-rows: auto;
}
@media (max-width: 1199px) {
  .cid-uC19BohA51 .item-row {
    grid-template-columns: repeat(2, 1fr);
  }
}
@media (max-width: 767px) {
  .cid-uC19BohA51 .item-row {
    grid-template-columns: repeat(1, 1fr);
  }
}
.cid-uC19BohA51 .item {
  padding: 0;
}
.cid-uC19BohA51 .item-wrapper {
  display: flex;
  flex-direction: column;
  align-items: stretch;
  height: 100%;
  width: 100%;
  border-radius: 10px;
  overflow: hidden;
  transform-style: preserve-3d;
  transition: .3s all;
  border: 2px solid transparent;
}
.cid-uC19BohA51 .item-wrapper:hover {
  transform: scale3d(1.01, 1.01, 1);
  border-color: #fafafa;
}
.cid-uC19BohA51 .item-img {
  display: flex;
  align-items: center;
  justify-content: center;
  height: 175px;
}
.cid-uC19BohA51 .item-img img {
  width: 100%;
  object-fit: cover;
  height: 100%;
}
.cid-uC19BohA51 .item-content {
  display: flex;
  flex-direction: column;
  align-items: stretch;
  width: 100%;
  padding: 20px 5% 6%;
  flex-grow: 1;
  background-color: #ffffff;
}
.cid-uC19BohA51 .item-text-wrap {
  width: 100%;
  margin-bottom: 5.3em;
}
@media (max-width: 1199px) {
  .cid-uC19BohA51 .item-text-wrap {
    margin-bottom: 4em;
  }
}
@media (max-width: 767px) {
  .cid-uC19BohA51 .item-text-wrap {
    margin-bottom: 2em;
    max-width: 340px;
    margin-right: auto;
  }
}
.cid-uC19BohA51 .item-title {
  color: #272727;
  margin-bottom: 0.52em;
}
.cid-uC19BohA51 .item-subtitle {
  color: #272727;
  opacity: 0.52em;
}
.cid-uC19BohA51 .card-bottom {
  display: flex;
  flex-direction: column;
  align-items: stretch;
  margin-top: auto;
}
.cid-uC19BohA51 .item-name-wrap {
  display: flex;
  align-items: center;
  width: 100%;
}
.cid-uC19BohA51 .image-wrapper {
  width: 35px;
  height: 35px;
  margin-right: 10px;
  border-radius: 300px;
  overflow: hidden;
}
.cid-uC19BohA51 .image-wrapper img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.cid-uC19BohA51 .mbr-text {
  flex-grow: 1;
  color: #272727;
  text-align: right;
}
.cid-uC19BohA51 .mbr-section-btn {
  display: flex;
  margin-top: 20px;
  width: auto !important;
}
.cid-uC19BohA51 .mbr-section-btn .btn {
  width: 100%;
  min-width: auto !important;
}
.cid-uLMRAIzUxG {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-color: #0e132f;
}
.cid-uLMRAIzUxG .mbr-fallback-image.disabled {
  display: none;
}
.cid-uLMRAIzUxG .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-uLMRAIzUxG .container {
    padding: 0 16px;
  }
}
.cid-uLMRAIzUxG .card {
  display: flex;
  flex-direction: column;
  justify-content: space-between;
}
@media (max-width: 992px) {
  .cid-uLMRAIzUxG .card {
    margin-bottom: 40px;
  }
}
.cid-uLMRAIzUxG .card .content-wrapper .title-wrapper .title-wrap {
  display: inline-flex;
  align-items: center;
  margin-bottom: 16px;
}
@media (max-width: 992px) {
  .cid-uLMRAIzUxG .card .content-wrapper .title-wrapper .title-wrap {
    margin-bottom: 40px;
  }
}
.cid-uLMRAIzUxG .card .content-wrapper .title-wrapper .title-wrap img {
  width: 32px;
  height: 32px;
  object-fit: contain;
  margin-right: 1rem;
}
.cid-uLMRAIzUxG .card .content-wrapper .title-wrapper .title-wrap .mbr-section-title {
  margin-bottom: 0;
}
.cid-uLMRAIzUxG .card .content-wrapper .copyright {
  margin-bottom: 20px;
}
@media (max-width: 992px) {
  .cid-uLMRAIzUxG .card .content-wrapper .copyright {
    margin-bottom: 40px;
  }
}
.cid-uLMRAIzUxG .card .social-wrapper .social-wrap {
  display: inline-flex;
  flex-wrap: wrap;
}
.cid-uLMRAIzUxG .card .social-wrapper .social-wrap .mbr-iconfont {
  font-size: 20px;
  margin-right: 48px;
  color: #ffffff;
}
.cid-uLMRAIzUxG .list-wrapper .mbr-card-title {
  margin-bottom: 16px;
}
.cid-uLMRAIzUxG .list-wrapper .list {
  margin: 0;
  padding: 0;
  list-style-type: none;
}
.cid-uLMRAIzUxG .list-wrapper .list .item-wrap {
  margin-bottom: 16px;
}
@media (max-width: 992px) {
  .cid-uLMRAIzUxG .list-wrapper .list {
    margin-bottom: 40px;
  }
}
.cid-uLMRAIzUxG .mbr-section-title {
  color: #ffffff;
}
.cid-uLMRAIzUxG .copyright {
  color: #ffffff;
}
.cid-uLMRAIzUxG .mbr-card-title {
  color: #D4FE00;
}
.cid-uLMRAIzUxG .list {
  color: #ffffff;
}
.cid-uLMT5bnPh6 .navbar-dropdown {
  background-color: #ffffff !important;
  padding: 0;
}
.cid-uLMT5bnPh6 .navbar.navbar-expand-lg .dropdown .dropdown-menu {
  background-color: #ffffff !important;
  background: #ffffff;
}
.cid-uLMT5bnPh6 .navbar.navbar-expand-lg .dropdown .dropdown-menu .dropdown-submenu {
  margin: 0;
  left: 100%;
}
@media (max-width: 991px) {
  .cid-uLMT5bnPh6 .menu_box .navbar.opened,
  .cid-uLMT5bnPh6 .menu_box .navbar-collapse {
    background-color: #ffffff !important;
    transition: all 0s ease 0s;
  }
}
.cid-uLMT5bnPh6 .navbar-dropdown {
  position: relative !important;
}
.cid-uLMT5bnPh6 .btn {
  min-height: auto;
  box-shadow: none;
  margin-top: 0;
}
.cid-uLMT5bnPh6 .btn:hover {
  box-shadow: none;
}
@media (min-width: 992px) {
  .cid-uLMT5bnPh6 .offcanvas_image img {
    width: auto;
    object-fit: cover;
    display: inline-block;
  }
  .cid-uLMT5bnPh6 .offcanvas-header {
    position: relative;
    padding: 0;
  }
  .cid-uLMT5bnPh6 .offcanvas-header .btn-close {
    position: absolute;
    top: -70px;
    right: 0;
    width: 35px;
    height: 30px;
  }
  .cid-uLMT5bnPh6 .offcanvas-body {
    text-align: center;
    padding: 0;
  }
  .cid-uLMT5bnPh6 .offcanvas-body .mbr-text,
  .cid-uLMT5bnPh6 .offcanvas-body .mbr-section-subtitle {
    margin-top: 14px;
  }
  .cid-uLMT5bnPh6 .offcanvas-body .offcanvas_contact {
    margin: 35px 0;
  }
  .cid-uLMT5bnPh6 .offcanvas_box button.btn_offcanvas {
    outline: none;
    width: 40px;
    height: 40px;
    cursor: pointer;
    transition: all 0.2s;
    position: relative;
    align-self: center;
  }
  .cid-uLMT5bnPh6 .offcanvas_box button.btn_offcanvas .hamburger span {
    position: absolute;
    right: 0;
    width: 40px;
    height: 2px;
    border-right: 5px;
    background-color: #474747;
  }
  .cid-uLMT5bnPh6 .offcanvas_box button.btn_offcanvas .hamburger span:nth-child(1) {
    top: 18px;
    transition: all 0.2s;
  }
  .cid-uLMT5bnPh6 .offcanvas_box button.btn_offcanvas .hamburger span:nth-child(2) {
    top: 25px;
    transition: all 0.2s;
  }
  .cid-uLMT5bnPh6 .offcanvas_box button.btn_offcanvas:hover .hamburger span {
    width: 36px;
  }
  .cid-uLMT5bnPh6 .offcanvas_box button.btn_offcanvas:hover .hamburger span:nth-child(2) {
    width: 33px;
    transition-delay: 0.2s;
  }
  .cid-uLMT5bnPh6 ul.navbar-nav {
    padding-bottom: 1.5rem;
  }
  .cid-uLMT5bnPh6 .dropdown-menu .dropdown-toggle[data-toggle="dropdown-submenu"]::after,
  .cid-uLMT5bnPh6 .link.dropdown-toggle::after {
    display: inline-block;
    width: 7px;
    height: 7px;
    margin-left: .5rem;
    margin-bottom: 2px;
    content: "";
    border: 2px solid;
    border-left: none;
    border-top: none;
    transform: rotate(-45deg);
  }
  .cid-uLMT5bnPh6 .link.dropdown-toggle::after {
    padding: 0 !important;
    transform: rotate(45deg);
  }
  .cid-uLMT5bnPh6 li.nav-item {
    position: relative;
    display: inline-block;
    padding: 1px 7px !important;
    vertical-align: middle;
    line-height: 2em !important;
    font-weight: 600 !important;
    text-decoration: none;
    letter-spacing: 0 !important;
    z-index: 1;
  }
  .cid-uLMT5bnPh6 .lg_brand {
    margin: 0 1rem;
  }
}
.cid-uLMT5bnPh6 .nav-item {
  margin: 4px 15px;
}
@media (min-width: 1200px) {
  .cid-uLMT5bnPh6 .nav-item {
    margin: 4px 20px;
  }
}
@media (max-width: 991px) {
  .cid-uLMT5bnPh6 .nav-item {
    margin: 0 !important;
  }
}
.cid-uLMT5bnPh6 .dropdown-menu {
  border-radius: 0;
  box-shadow: none;
  text-align: left;
}
@media (min-width: 992px) {
  .cid-uLMT5bnPh6 .dropdown-menu {
    padding: 18px 34px 22px;
    min-width: 250px;
    top: auto !important;
    left: -40px !important;
  }
  .cid-uLMT5bnPh6 .dropdown-menu.dropdown-submenu {
    left: 215px !important;
    top: -45% !important;
  }
}
@media (max-width: 991px) {
  .cid-uLMT5bnPh6 .dropdown-menu .dropdown-toggle[data-toggle="dropdown-submenu"]::after,
  .cid-uLMT5bnPh6 .link.dropdown-toggle::after {
    display: inline-block;
    width: 7px;
    height: 7px;
    margin-left: .5rem;
    margin-bottom: 2px;
    content: "";
    border: 2px solid;
    border-left: none;
    border-top: none;
    transform: rotate(-45deg);
    right: 15px;
    position: absolute;
    margin-top: -2px;
  }
  .cid-uLMT5bnPh6 .show.dropdown-toggle[aria-expanded="true"]::after {
    transform: rotate(45deg);
    margin-top: -4px;
  }
  .cid-uLMT5bnPh6 .offcanvas_box {
    display: none;
  }
}
.cid-uLMT5bnPh6 .dropdown-item {
  border: none;
  font-weight: 400 !important;
}
.cid-uLMT5bnPh6 .nav-dropdown .link {
  font-weight: 400 !important;
  padding: 0 !important;
  margin: 0 !important;
}
.cid-uLMT5bnPh6 .nav-dropdown .link.dropdown-toggle::after {
  margin-left: 0.5rem;
  margin-top: 0;
}
.cid-uLMT5bnPh6 .container {
  display: flex;
  margin: auto;
}
.cid-uLMT5bnPh6 .iconfont-wrapper {
  color: #e0bdb6;
  font-size: 17px;
  margin-right: 10px;
  margin-bottom: 5px;
  width: 25px;
  height: 25px;
  border-radius: 50%;
  display: flex;
  justify-content: center;
  align-items: center;
  transition: all 0.2s ease-in-out;
}
.cid-uLMT5bnPh6 .iconfont-wrapper:last-child {
  margin-right: 0;
}
.cid-uLMT5bnPh6 .iconfont-wrapper:hover {
  opacity: .5;
}
.cid-uLMT5bnPh6 .navbar-caption {
  color: #747474;
}
.cid-uLMT5bnPh6 .navbar-nav {
  margin: 0 1rem;
}
@media (min-width: 992px) {
  .cid-uLMT5bnPh6 .navbar-nav {
    margin: 0;
  }
}
.cid-uLMT5bnPh6 .dropdown-menu,
.cid-uLMT5bnPh6 .navbar.opened {
  background-color: false !important;
}
.cid-uLMT5bnPh6 .nav-item:focus,
.cid-uLMT5bnPh6 .nav-link:focus {
  outline: none;
}
.cid-uLMT5bnPh6 .dropdown .dropdown-menu .dropdown-item {
  width: auto;
  transition: all 0.25s ease-in-out;
}
.cid-uLMT5bnPh6 .dropdown .dropdown-menu .dropdown-item::after {
  right: 0.5rem;
}
.cid-uLMT5bnPh6 .dropdown .dropdown-menu .dropdown-item .mbr-iconfont {
  margin-right: 0.5rem;
  vertical-align: sub;
}
.cid-uLMT5bnPh6 .dropdown .dropdown-menu .dropdown-item .mbr-iconfont:before {
  display: inline-block;
  transform: scale(1, 1);
  transition: all 0.25s ease-in-out;
}
.cid-uLMT5bnPh6 .collapsed .dropdown-menu .dropdown-item:before {
  display: none;
}
.cid-uLMT5bnPh6 .collapsed .dropdown .dropdown-menu .dropdown-item {
  padding: 0.235em 1.5em 0.235em 1.5em !important;
  transition: none;
  margin: 0 !important;
}
.cid-uLMT5bnPh6 .navbar {
  min-height: 70px;
  padding: 20px 0;
  transition: all 0.3s;
  border-bottom-width: 0px;
}
@media (max-width: 992px) {
  .cid-uLMT5bnPh6 .navbar {
    min-height: 30px;
    max-height: 90px;
  }
}
.cid-uLMT5bnPh6 .navbar.opened {
  transition: all 0.3s;
}
.cid-uLMT5bnPh6 .navbar .dropdown-item {
  padding: 0;
  margin: 8px 0;
}
.cid-uLMT5bnPh6 .navbar .navbar-logo img {
  width: auto;
  object-fit: contain;
  border-radius: 0;
}
.cid-uLMT5bnPh6 .navbar .navbar-collapse {
  justify-content: space-between;
  z-index: 1;
}
.cid-uLMT5bnPh6 .navbar.collapsed {
  justify-content: center;
}
.cid-uLMT5bnPh6 .navbar.collapsed .nav-item .nav-link::before {
  display: none;
}
.cid-uLMT5bnPh6 .navbar.collapsed.opened .dropdown-menu {
  top: 0;
}
.cid-uLMT5bnPh6 .navbar.collapsed .dropdown-menu .dropdown-submenu {
  left: 0 !important;
}
.cid-uLMT5bnPh6 .navbar.collapsed .dropdown-menu .dropdown-item:after {
  right: auto;
}
.cid-uLMT5bnPh6 .navbar.collapsed ul.navbar-nav li {
  margin: auto;
}
.cid-uLMT5bnPh6 .navbar.collapsed .dropdown-menu .dropdown-item {
  padding: 0.25rem 1.5rem;
  text-align: left;
}
.cid-uLMT5bnPh6 .navbar.collapsed .icons-menu {
  padding: 0;
}
@media (max-width: 991px) {
  .cid-uLMT5bnPh6 .navbar .nav-item {
    padding: .5rem 0;
  }
  .cid-uLMT5bnPh6 .navbar .navbar-collapse {
    padding: 34px 0;
    border-radius: 25px;
  }
  .cid-uLMT5bnPh6 .navbar .nav-item .nav-link::before {
    display: none;
  }
  .cid-uLMT5bnPh6 .navbar.opened .dropdown-menu {
    top: 0;
  }
  .cid-uLMT5bnPh6 .navbar .dropdown-menu {
    padding: 6px 0 6px 15px;
  }
  .cid-uLMT5bnPh6 .navbar .dropdown-menu .dropdown-submenu {
    left: 0 !important;
  }
  .cid-uLMT5bnPh6 .navbar .dropdown-menu .dropdown-item:after {
    right: auto;
    margin-top: -0.4rem;
  }
  .cid-uLMT5bnPh6 .navbar .navbar-logo img {
    height: 3rem !important;
  }
  .cid-uLMT5bnPh6 .navbar ul.navbar-nav {
    overflow: hidden;
  }
  .cid-uLMT5bnPh6 .navbar ul.navbar-nav li {
    margin: 0;
  }
  .cid-uLMT5bnPh6 .navbar .dropdown-menu .dropdown-item {
    padding: 0 !important;
    margin: 0;
    margin-top: 8px;
    text-align: left;
  }
  .cid-uLMT5bnPh6 .navbar .navbar-brand {
    flex-shrink: initial;
    flex-basis: auto;
    word-break: break-word;
    padding-right: 2rem;
  }
  .cid-uLMT5bnPh6 .navbar .navbar-toggler {
    flex-basis: auto;
  }
  .cid-uLMT5bnPh6 .navbar .icons-menu {
    padding: 0;
  }
}
.cid-uLMT5bnPh6 .navbar.navbar-short {
  min-height: 60px;
}
.cid-uLMT5bnPh6 .navbar.navbar-short .navbar-logo img {
  height: 2.5rem !important;
}
.cid-uLMT5bnPh6 .navbar.navbar-short .navbar-brand {
  min-height: 60px;
  padding: 0;
}
.cid-uLMT5bnPh6 .navbar-brand {
  min-height: 70px;
  flex-shrink: 0;
  align-items: center;
  margin-right: 0;
  padding: 10px 0;
  transition: all 0.3s;
  word-break: break-word;
  z-index: 1;
}
.cid-uLMT5bnPh6 .navbar-brand .navbar-caption {
  line-height: inherit !important;
}
.cid-uLMT5bnPh6 .navbar-brand .navbar-logo a {
  outline: none;
}
.cid-uLMT5bnPh6 .dropdown-item.active,
.cid-uLMT5bnPh6 .dropdown-item:active {
  background-color: transparent;
}
.cid-uLMT5bnPh6 .navbar-expand-lg .navbar-nav .nav-link {
  padding: 0;
}
.cid-uLMT5bnPh6 .nav-dropdown .link.dropdown-toggle {
  margin-right: 1.667em;
}
.cid-uLMT5bnPh6 .nav-dropdown .link.dropdown-toggle[aria-expanded="true"] {
  margin-right: 0;
  padding: 0.667em 1.667em;
}
.cid-uLMT5bnPh6 .navbar .dropdown.open > .dropdown-menu {
  display: block;
}
.cid-uLMT5bnPh6 ul.navbar-nav {
  flex-wrap: wrap;
  padding: 36px 0;
  border-bottom: 1px solid #0e132f;
}
.cid-uLMT5bnPh6 .navbar-buttons {
  text-align: center;
  min-width: 170px;
}
.cid-uLMT5bnPh6 button.navbar-toggler {
  outline: none;
  width: 48px;
  height: 48px;
  border-radius: 50%;
  cursor: pointer;
  transition: all 0.2s;
  position: relative;
  align-self: center;
  color: #ffffff;
  background: #ffffff;
}
.cid-uLMT5bnPh6 button.navbar-toggler .hamburger span {
  position: absolute;
  right: 10px;
  margin-top: 14px;
  width: 26px;
  height: 2px;
  border-right: 5px;
  background-color: #474747;
}
.cid-uLMT5bnPh6 button.navbar-toggler .hamburger span:nth-child(1) {
  top: 0;
  transition: all 0.2s;
}
.cid-uLMT5bnPh6 button.navbar-toggler .hamburger span:nth-child(2) {
  top: 8px;
  transition: all 0.15s;
}
.cid-uLMT5bnPh6 button.navbar-toggler .hamburger span:nth-child(3) {
  top: 8px;
  transition: all 0.15s;
}
.cid-uLMT5bnPh6 button.navbar-toggler .hamburger span:nth-child(4) {
  top: 16px;
  transition: all 0.2s;
}
.cid-uLMT5bnPh6 nav.opened .hamburger span:nth-child(1) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-uLMT5bnPh6 nav.opened .hamburger span:nth-child(2) {
  transform: rotate(45deg);
  transition: all 0.25s;
}
.cid-uLMT5bnPh6 nav.opened .hamburger span:nth-child(3) {
  transform: rotate(-45deg);
  transition: all 0.25s;
}
.cid-uLMT5bnPh6 nav.opened .hamburger span:nth-child(4) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-uLMT5bnPh6 a.nav-link {
  display: flex;
  align-items: center;
  justify-content: flex-start;
}
.cid-uLMT5bnPh6 .icons-menu {
  flex-wrap: nowrap;
  display: flex;
  justify-content: center;
  padding: 0;
  text-align: center;
  margin-bottom: 35px;
}
@media screen and (-ms-high-contrast: active), (-ms-high-contrast: none) {
  .cid-uLMT5bnPh6 .navbar {
    height: 70px;
  }
  .cid-uLMT5bnPh6 .navbar.opened {
    height: auto;
  }
  .cid-uLMT5bnPh6 .nav-item .nav-link:hover::before {
    width: 175%;
    max-width: calc(100% + 2rem);
    left: -1rem;
  }
}
.cid-uLMT5bnPh6 .navbar-dropdown .navbar-logo {
  margin-right: 15px;
}
@media (min-width: 768px) {
  .cid-uLMT5bnPh6 .container-fluid {
    padding-left: 30px;
    padding-right: 30px;
  }
}
.cid-uLMT5bnPh6 .mbr-section-btn-main {
  padding-top: 5px;
}
.cid-uLMT5bnPh6 .mbr-section-btn-main .btn {
  margin: 0 4px 4px 4px;
}
.cid-uLMT5bnPh6 .navbar-caption:hover {
  color: #2554ab;
}
@media (min-width: 992px) {
  .cid-uLMT5bnPh6 .dropdown-menu.dropdown-submenu {
    left: 175px !important;
    top: -45% !important;
  }
}
.cid-uLMT5bnPh6 .nav-link {
  position: relative;
}
.cid-uLMT5bnPh6 .nav-link:before {
  content: '';
  position: absolute;
  left: -12px;
  width: 6px;
  height: 6px;
  border-radius: 100%;
  background-color: #2554ab;
  transition: all .3s ease;
  opacity: 0;
}
.cid-uLMT5bnPh6 .nav-link:hover:before {
  opacity: 1;
}
.cid-uLMT5bnPh6 .mbr-section-subtitle {
  color: #ffffff;
}
.cid-uLMT5bnPh6 .mbr-text {
  color: #ffffff;
  text-align: center;
}
.cid-uLMT5bnPh6 .text_widget {
  color: #ffffff;
}
.cid-uLMT5bnPh6 .mbr-section-subtitle,
.cid-uLMT5bnPh6 .text_widget,
.cid-uLMT5bnPh6 .mbr-section-btn {
  text-align: center;
}
.cid-uLMT5bnPh6 a[class*="text-"]:not(.nav-link):not(.dropdown-item):not([role]):not(.navbar-caption):hover {
  background-image: none;
}
.cid-uBZwZvFvWd {
  padding-top: 0rem;
  padding-bottom: 0rem;
  background-color: #ffffff;
}
.cid-uBZwZvFvWd .item-img {
  position: relative;
  overflow: hidden;
}
.cid-uBZwZvFvWd .item-img:before {
  content: '';
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
  left: 0;
  background: black;
  opacity: 0.3;
  z-index: 1;
  transition: all 0.3s;
  pointer-events: none;
}
.cid-uBZwZvFvWd h5 {
  margin-bottom: 1rem;
}
.cid-uBZwZvFvWd .item-content {
  position: absolute;
  top: 55%;
  right: 0;
  z-index: 2;
  width: 100%;
  transform: translateY(-50%);
  padding: 2rem 8rem;
  display: flex;
  flex-direction: column;
  height: 50%;
}
@media (max-width: 767px) {
  .cid-uBZwZvFvWd .item-content {
    padding: 0 2rem 1.5rem;
    margin-top: 1rem;
  }
}
.cid-uBZwZvFvWd img,
.cid-uBZwZvFvWd .item-img {
  width: 100%;
  transition: all 0.3s;
  height: 100%;
  height: 400px;
  object-fit: cover;
}
.cid-uBZwZvFvWd .item:focus,
.cid-uBZwZvFvWd span:focus {
  outline: none;
}
.cid-uBZwZvFvWd .item {
  margin-bottom: 2rem;
}
@media (max-width: 767px) {
  .cid-uBZwZvFvWd .item {
    margin-bottom: 1rem;
  }
}
.cid-uBZwZvFvWd .item-wrapper {
  position: relative;
  border-radius: 15px;
  height: 100%;
  display: flex;
  flex-flow: column nowrap;
}
.cid-uBZwZvFvWd .mbr-section-title {
  color: #4e423d;
}
.cid-uBZwZvFvWd .item-title {
  text-align: left;
  color: #ffffff;
}
.cid-uBZwZvFvWd .item-subtitle {
  text-align: left;
  color: #ffffff;
}
.cid-uBZwZvFvWd .mbr-text,
.cid-uBZwZvFvWd .item .mbr-section-btn {
  text-align: left;
  color: #ffffff;
}
.cid-uBZwZvFvWd .content-head {
  max-width: 800px;
}
.cid-uBZwZywIQz {
  padding-top: 1rem;
  padding-bottom: 5rem;
  background-color: #fafafa;
}
.cid-uBZwZywIQz .mbr-section-title {
  margin-bottom: 1em;
  color: #272727;
}
.cid-uBZwZywIQz .mbr-section-subtitle {
  margin-bottom: 1.5625em;
  color: #272727;
  opacity: 0.4;
}
.cid-uBZwZywIQz .item-row {
  display: grid;
  -webkit-box-align: stretch;
  -webkit-align-items: stretch;
  -ms-flex-align: stretch;
  align-items: stretch;
  grid-auto-columns: 1fr;
  grid-column-gap: 16px;
  grid-row-gap: 16px;
  grid-template-columns: repeat(4, 1fr);
  -ms-grid-rows: auto;
  grid-template-rows: auto;
}
@media (max-width: 1199px) {
  .cid-uBZwZywIQz .item-row {
    grid-template-columns: repeat(2, 1fr);
  }
}
@media (max-width: 767px) {
  .cid-uBZwZywIQz .item-row {
    grid-template-columns: repeat(1, 1fr);
  }
}
.cid-uBZwZywIQz .item {
  padding: 0;
}
.cid-uBZwZywIQz .item-wrapper {
  display: flex;
  flex-direction: column;
  align-items: stretch;
  height: 100%;
  width: 100%;
  border-radius: 10px;
  overflow: hidden;
  transform-style: preserve-3d;
  transition: .3s all;
  border: 2px solid transparent;
}
.cid-uBZwZywIQz .item-wrapper:hover {
  transform: scale3d(1.01, 1.01, 1);
  border-color: #fafafa;
}
.cid-uBZwZywIQz .item-img {
  display: flex;
  align-items: center;
  justify-content: center;
  height: 175px;
}
.cid-uBZwZywIQz .item-img img {
  width: 100%;
  object-fit: cover;
  height: 100%;
}
.cid-uBZwZywIQz .item-content {
  display: flex;
  flex-direction: column;
  align-items: stretch;
  width: 100%;
  padding: 20px 5% 6%;
  flex-grow: 1;
  background-color: #ffffff;
}
.cid-uBZwZywIQz .item-text-wrap {
  width: 100%;
  margin-bottom: 5.3em;
}
@media (max-width: 1199px) {
  .cid-uBZwZywIQz .item-text-wrap {
    margin-bottom: 4em;
  }
}
@media (max-width: 767px) {
  .cid-uBZwZywIQz .item-text-wrap {
    margin-bottom: 2em;
    max-width: 340px;
    margin-right: auto;
  }
}
.cid-uBZwZywIQz .item-title {
  color: #272727;
  margin-bottom: 0.52em;
}
.cid-uBZwZywIQz .item-subtitle {
  color: #272727;
  opacity: 0.52em;
}
.cid-uBZwZywIQz .card-bottom {
  display: flex;
  flex-direction: column;
  align-items: stretch;
  margin-top: auto;
}
.cid-uBZwZywIQz .item-name-wrap {
  display: flex;
  align-items: center;
  width: 100%;
}
.cid-uBZwZywIQz .image-wrapper {
  width: 35px;
  height: 35px;
  margin-right: 10px;
  border-radius: 300px;
  overflow: hidden;
}
.cid-uBZwZywIQz .image-wrapper img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.cid-uBZwZywIQz .mbr-text {
  flex-grow: 1;
  color: #272727;
  text-align: right;
}
.cid-uBZwZywIQz .mbr-section-btn {
  display: flex;
  margin-top: 20px;
  width: auto !important;
}
.cid-uBZwZywIQz .mbr-section-btn .btn {
  width: 100%;
  min-width: auto !important;
}
.cid-uLMRAIzUxG {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-color: #0e132f;
}
.cid-uLMRAIzUxG .mbr-fallback-image.disabled {
  display: none;
}
.cid-uLMRAIzUxG .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-uLMRAIzUxG .container {
    padding: 0 16px;
  }
}
.cid-uLMRAIzUxG .card {
  display: flex;
  flex-direction: column;
  justify-content: space-between;
}
@media (max-width: 992px) {
  .cid-uLMRAIzUxG .card {
    margin-bottom: 40px;
  }
}
.cid-uLMRAIzUxG .card .content-wrapper .title-wrapper .title-wrap {
  display: inline-flex;
  align-items: center;
  margin-bottom: 16px;
}
@media (max-width: 992px) {
  .cid-uLMRAIzUxG .card .content-wrapper .title-wrapper .title-wrap {
    margin-bottom: 40px;
  }
}
.cid-uLMRAIzUxG .card .content-wrapper .title-wrapper .title-wrap img {
  width: 32px;
  height: 32px;
  object-fit: contain;
  margin-right: 1rem;
}
.cid-uLMRAIzUxG .card .content-wrapper .title-wrapper .title-wrap .mbr-section-title {
  margin-bottom: 0;
}
.cid-uLMRAIzUxG .card .content-wrapper .copyright {
  margin-bottom: 20px;
}
@media (max-width: 992px) {
  .cid-uLMRAIzUxG .card .content-wrapper .copyright {
    margin-bottom: 40px;
  }
}
.cid-uLMRAIzUxG .card .social-wrapper .social-wrap {
  display: inline-flex;
  flex-wrap: wrap;
}
.cid-uLMRAIzUxG .card .social-wrapper .social-wrap .mbr-iconfont {
  font-size: 20px;
  margin-right: 48px;
  color: #ffffff;
}
.cid-uLMRAIzUxG .list-wrapper .mbr-card-title {
  margin-bottom: 16px;
}
.cid-uLMRAIzUxG .list-wrapper .list {
  margin: 0;
  padding: 0;
  list-style-type: none;
}
.cid-uLMRAIzUxG .list-wrapper .list .item-wrap {
  margin-bottom: 16px;
}
@media (max-width: 992px) {
  .cid-uLMRAIzUxG .list-wrapper .list {
    margin-bottom: 40px;
  }
}
.cid-uLMRAIzUxG .mbr-section-title {
  color: #ffffff;
}
.cid-uLMRAIzUxG .copyright {
  color: #ffffff;
}
.cid-uLMRAIzUxG .mbr-card-title {
  color: #D4FE00;
}
.cid-uLMRAIzUxG .list {
  color: #ffffff;
}
.cid-uLMT5bnPh6 .navbar-dropdown {
  background-color: #ffffff !important;
  padding: 0;
}
.cid-uLMT5bnPh6 .navbar.navbar-expand-lg .dropdown .dropdown-menu {
  background-color: #ffffff !important;
  background: #ffffff;
}
.cid-uLMT5bnPh6 .navbar.navbar-expand-lg .dropdown .dropdown-menu .dropdown-submenu {
  margin: 0;
  left: 100%;
}
@media (max-width: 991px) {
  .cid-uLMT5bnPh6 .menu_box .navbar.opened,
  .cid-uLMT5bnPh6 .menu_box .navbar-collapse {
    background-color: #ffffff !important;
    transition: all 0s ease 0s;
  }
}
.cid-uLMT5bnPh6 .navbar-dropdown {
  position: relative !important;
}
.cid-uLMT5bnPh6 .btn {
  min-height: auto;
  box-shadow: none;
  margin-top: 0;
}
.cid-uLMT5bnPh6 .btn:hover {
  box-shadow: none;
}
@media (min-width: 992px) {
  .cid-uLMT5bnPh6 .offcanvas_image img {
    width: auto;
    object-fit: cover;
    display: inline-block;
  }
  .cid-uLMT5bnPh6 .offcanvas-header {
    position: relative;
    padding: 0;
  }
  .cid-uLMT5bnPh6 .offcanvas-header .btn-close {
    position: absolute;
    top: -70px;
    right: 0;
    width: 35px;
    height: 30px;
  }
  .cid-uLMT5bnPh6 .offcanvas-body {
    text-align: center;
    padding: 0;
  }
  .cid-uLMT5bnPh6 .offcanvas-body .mbr-text,
  .cid-uLMT5bnPh6 .offcanvas-body .mbr-section-subtitle {
    margin-top: 14px;
  }
  .cid-uLMT5bnPh6 .offcanvas-body .offcanvas_contact {
    margin: 35px 0;
  }
  .cid-uLMT5bnPh6 .offcanvas_box button.btn_offcanvas {
    outline: none;
    width: 40px;
    height: 40px;
    cursor: pointer;
    transition: all 0.2s;
    position: relative;
    align-self: center;
  }
  .cid-uLMT5bnPh6 .offcanvas_box button.btn_offcanvas .hamburger span {
    position: absolute;
    right: 0;
    width: 40px;
    height: 2px;
    border-right: 5px;
    background-color: #474747;
  }
  .cid-uLMT5bnPh6 .offcanvas_box button.btn_offcanvas .hamburger span:nth-child(1) {
    top: 18px;
    transition: all 0.2s;
  }
  .cid-uLMT5bnPh6 .offcanvas_box button.btn_offcanvas .hamburger span:nth-child(2) {
    top: 25px;
    transition: all 0.2s;
  }
  .cid-uLMT5bnPh6 .offcanvas_box button.btn_offcanvas:hover .hamburger span {
    width: 36px;
  }
  .cid-uLMT5bnPh6 .offcanvas_box button.btn_offcanvas:hover .hamburger span:nth-child(2) {
    width: 33px;
    transition-delay: 0.2s;
  }
  .cid-uLMT5bnPh6 ul.navbar-nav {
    padding-bottom: 1.5rem;
  }
  .cid-uLMT5bnPh6 .dropdown-menu .dropdown-toggle[data-toggle="dropdown-submenu"]::after,
  .cid-uLMT5bnPh6 .link.dropdown-toggle::after {
    display: inline-block;
    width: 7px;
    height: 7px;
    margin-left: .5rem;
    margin-bottom: 2px;
    content: "";
    border: 2px solid;
    border-left: none;
    border-top: none;
    transform: rotate(-45deg);
  }
  .cid-uLMT5bnPh6 .link.dropdown-toggle::after {
    padding: 0 !important;
    transform: rotate(45deg);
  }
  .cid-uLMT5bnPh6 li.nav-item {
    position: relative;
    display: inline-block;
    padding: 1px 7px !important;
    vertical-align: middle;
    line-height: 2em !important;
    font-weight: 600 !important;
    text-decoration: none;
    letter-spacing: 0 !important;
    z-index: 1;
  }
  .cid-uLMT5bnPh6 .lg_brand {
    margin: 0 1rem;
  }
}
.cid-uLMT5bnPh6 .nav-item {
  margin: 4px 15px;
}
@media (min-width: 1200px) {
  .cid-uLMT5bnPh6 .nav-item {
    margin: 4px 20px;
  }
}
@media (max-width: 991px) {
  .cid-uLMT5bnPh6 .nav-item {
    margin: 0 !important;
  }
}
.cid-uLMT5bnPh6 .dropdown-menu {
  border-radius: 0;
  box-shadow: none;
  text-align: left;
}
@media (min-width: 992px) {
  .cid-uLMT5bnPh6 .dropdown-menu {
    padding: 18px 34px 22px;
    min-width: 250px;
    top: auto !important;
    left: -40px !important;
  }
  .cid-uLMT5bnPh6 .dropdown-menu.dropdown-submenu {
    left: 215px !important;
    top: -45% !important;
  }
}
@media (max-width: 991px) {
  .cid-uLMT5bnPh6 .dropdown-menu .dropdown-toggle[data-toggle="dropdown-submenu"]::after,
  .cid-uLMT5bnPh6 .link.dropdown-toggle::after {
    display: inline-block;
    width: 7px;
    height: 7px;
    margin-left: .5rem;
    margin-bottom: 2px;
    content: "";
    border: 2px solid;
    border-left: none;
    border-top: none;
    transform: rotate(-45deg);
    right: 15px;
    position: absolute;
    margin-top: -2px;
  }
  .cid-uLMT5bnPh6 .show.dropdown-toggle[aria-expanded="true"]::after {
    transform: rotate(45deg);
    margin-top: -4px;
  }
  .cid-uLMT5bnPh6 .offcanvas_box {
    display: none;
  }
}
.cid-uLMT5bnPh6 .dropdown-item {
  border: none;
  font-weight: 400 !important;
}
.cid-uLMT5bnPh6 .nav-dropdown .link {
  font-weight: 400 !important;
  padding: 0 !important;
  margin: 0 !important;
}
.cid-uLMT5bnPh6 .nav-dropdown .link.dropdown-toggle::after {
  margin-left: 0.5rem;
  margin-top: 0;
}
.cid-uLMT5bnPh6 .container {
  display: flex;
  margin: auto;
}
.cid-uLMT5bnPh6 .iconfont-wrapper {
  color: #e0bdb6;
  font-size: 17px;
  margin-right: 10px;
  margin-bottom: 5px;
  width: 25px;
  height: 25px;
  border-radius: 50%;
  display: flex;
  justify-content: center;
  align-items: center;
  transition: all 0.2s ease-in-out;
}
.cid-uLMT5bnPh6 .iconfont-wrapper:last-child {
  margin-right: 0;
}
.cid-uLMT5bnPh6 .iconfont-wrapper:hover {
  opacity: .5;
}
.cid-uLMT5bnPh6 .navbar-caption {
  color: #747474;
}
.cid-uLMT5bnPh6 .navbar-nav {
  margin: 0 1rem;
}
@media (min-width: 992px) {
  .cid-uLMT5bnPh6 .navbar-nav {
    margin: 0;
  }
}
.cid-uLMT5bnPh6 .dropdown-menu,
.cid-uLMT5bnPh6 .navbar.opened {
  background-color: false !important;
}
.cid-uLMT5bnPh6 .nav-item:focus,
.cid-uLMT5bnPh6 .nav-link:focus {
  outline: none;
}
.cid-uLMT5bnPh6 .dropdown .dropdown-menu .dropdown-item {
  width: auto;
  transition: all 0.25s ease-in-out;
}
.cid-uLMT5bnPh6 .dropdown .dropdown-menu .dropdown-item::after {
  right: 0.5rem;
}
.cid-uLMT5bnPh6 .dropdown .dropdown-menu .dropdown-item .mbr-iconfont {
  margin-right: 0.5rem;
  vertical-align: sub;
}
.cid-uLMT5bnPh6 .dropdown .dropdown-menu .dropdown-item .mbr-iconfont:before {
  display: inline-block;
  transform: scale(1, 1);
  transition: all 0.25s ease-in-out;
}
.cid-uLMT5bnPh6 .collapsed .dropdown-menu .dropdown-item:before {
  display: none;
}
.cid-uLMT5bnPh6 .collapsed .dropdown .dropdown-menu .dropdown-item {
  padding: 0.235em 1.5em 0.235em 1.5em !important;
  transition: none;
  margin: 0 !important;
}
.cid-uLMT5bnPh6 .navbar {
  min-height: 70px;
  padding: 20px 0;
  transition: all 0.3s;
  border-bottom-width: 0px;
}
@media (max-width: 992px) {
  .cid-uLMT5bnPh6 .navbar {
    min-height: 30px;
    max-height: 90px;
  }
}
.cid-uLMT5bnPh6 .navbar.opened {
  transition: all 0.3s;
}
.cid-uLMT5bnPh6 .navbar .dropdown-item {
  padding: 0;
  margin: 8px 0;
}
.cid-uLMT5bnPh6 .navbar .navbar-logo img {
  width: auto;
  object-fit: contain;
  border-radius: 0;
}
.cid-uLMT5bnPh6 .navbar .navbar-collapse {
  justify-content: space-between;
  z-index: 1;
}
.cid-uLMT5bnPh6 .navbar.collapsed {
  justify-content: center;
}
.cid-uLMT5bnPh6 .navbar.collapsed .nav-item .nav-link::before {
  display: none;
}
.cid-uLMT5bnPh6 .navbar.collapsed.opened .dropdown-menu {
  top: 0;
}
.cid-uLMT5bnPh6 .navbar.collapsed .dropdown-menu .dropdown-submenu {
  left: 0 !important;
}
.cid-uLMT5bnPh6 .navbar.collapsed .dropdown-menu .dropdown-item:after {
  right: auto;
}
.cid-uLMT5bnPh6 .navbar.collapsed ul.navbar-nav li {
  margin: auto;
}
.cid-uLMT5bnPh6 .navbar.collapsed .dropdown-menu .dropdown-item {
  padding: 0.25rem 1.5rem;
  text-align: left;
}
.cid-uLMT5bnPh6 .navbar.collapsed .icons-menu {
  padding: 0;
}
@media (max-width: 991px) {
  .cid-uLMT5bnPh6 .navbar .nav-item {
    padding: .5rem 0;
  }
  .cid-uLMT5bnPh6 .navbar .navbar-collapse {
    padding: 34px 0;
    border-radius: 25px;
  }
  .cid-uLMT5bnPh6 .navbar .nav-item .nav-link::before {
    display: none;
  }
  .cid-uLMT5bnPh6 .navbar.opened .dropdown-menu {
    top: 0;
  }
  .cid-uLMT5bnPh6 .navbar .dropdown-menu {
    padding: 6px 0 6px 15px;
  }
  .cid-uLMT5bnPh6 .navbar .dropdown-menu .dropdown-submenu {
    left: 0 !important;
  }
  .cid-uLMT5bnPh6 .navbar .dropdown-menu .dropdown-item:after {
    right: auto;
    margin-top: -0.4rem;
  }
  .cid-uLMT5bnPh6 .navbar .navbar-logo img {
    height: 3rem !important;
  }
  .cid-uLMT5bnPh6 .navbar ul.navbar-nav {
    overflow: hidden;
  }
  .cid-uLMT5bnPh6 .navbar ul.navbar-nav li {
    margin: 0;
  }
  .cid-uLMT5bnPh6 .navbar .dropdown-menu .dropdown-item {
    padding: 0 !important;
    margin: 0;
    margin-top: 8px;
    text-align: left;
  }
  .cid-uLMT5bnPh6 .navbar .navbar-brand {
    flex-shrink: initial;
    flex-basis: auto;
    word-break: break-word;
    padding-right: 2rem;
  }
  .cid-uLMT5bnPh6 .navbar .navbar-toggler {
    flex-basis: auto;
  }
  .cid-uLMT5bnPh6 .navbar .icons-menu {
    padding: 0;
  }
}
.cid-uLMT5bnPh6 .navbar.navbar-short {
  min-height: 60px;
}
.cid-uLMT5bnPh6 .navbar.navbar-short .navbar-logo img {
  height: 2.5rem !important;
}
.cid-uLMT5bnPh6 .navbar.navbar-short .navbar-brand {
  min-height: 60px;
  padding: 0;
}
.cid-uLMT5bnPh6 .navbar-brand {
  min-height: 70px;
  flex-shrink: 0;
  align-items: center;
  margin-right: 0;
  padding: 10px 0;
  transition: all 0.3s;
  word-break: break-word;
  z-index: 1;
}
.cid-uLMT5bnPh6 .navbar-brand .navbar-caption {
  line-height: inherit !important;
}
.cid-uLMT5bnPh6 .navbar-brand .navbar-logo a {
  outline: none;
}
.cid-uLMT5bnPh6 .dropdown-item.active,
.cid-uLMT5bnPh6 .dropdown-item:active {
  background-color: transparent;
}
.cid-uLMT5bnPh6 .navbar-expand-lg .navbar-nav .nav-link {
  padding: 0;
}
.cid-uLMT5bnPh6 .nav-dropdown .link.dropdown-toggle {
  margin-right: 1.667em;
}
.cid-uLMT5bnPh6 .nav-dropdown .link.dropdown-toggle[aria-expanded="true"] {
  margin-right: 0;
  padding: 0.667em 1.667em;
}
.cid-uLMT5bnPh6 .navbar .dropdown.open > .dropdown-menu {
  display: block;
}
.cid-uLMT5bnPh6 ul.navbar-nav {
  flex-wrap: wrap;
  padding: 36px 0;
  border-bottom: 1px solid #0e132f;
}
.cid-uLMT5bnPh6 .navbar-buttons {
  text-align: center;
  min-width: 170px;
}
.cid-uLMT5bnPh6 button.navbar-toggler {
  outline: none;
  width: 48px;
  height: 48px;
  border-radius: 50%;
  cursor: pointer;
  transition: all 0.2s;
  position: relative;
  align-self: center;
  color: #ffffff;
  background: #ffffff;
}
.cid-uLMT5bnPh6 button.navbar-toggler .hamburger span {
  position: absolute;
  right: 10px;
  margin-top: 14px;
  width: 26px;
  height: 2px;
  border-right: 5px;
  background-color: #474747;
}
.cid-uLMT5bnPh6 button.navbar-toggler .hamburger span:nth-child(1) {
  top: 0;
  transition: all 0.2s;
}
.cid-uLMT5bnPh6 button.navbar-toggler .hamburger span:nth-child(2) {
  top: 8px;
  transition: all 0.15s;
}
.cid-uLMT5bnPh6 button.navbar-toggler .hamburger span:nth-child(3) {
  top: 8px;
  transition: all 0.15s;
}
.cid-uLMT5bnPh6 button.navbar-toggler .hamburger span:nth-child(4) {
  top: 16px;
  transition: all 0.2s;
}
.cid-uLMT5bnPh6 nav.opened .hamburger span:nth-child(1) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-uLMT5bnPh6 nav.opened .hamburger span:nth-child(2) {
  transform: rotate(45deg);
  transition: all 0.25s;
}
.cid-uLMT5bnPh6 nav.opened .hamburger span:nth-child(3) {
  transform: rotate(-45deg);
  transition: all 0.25s;
}
.cid-uLMT5bnPh6 nav.opened .hamburger span:nth-child(4) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-uLMT5bnPh6 a.nav-link {
  display: flex;
  align-items: center;
  justify-content: flex-start;
}
.cid-uLMT5bnPh6 .icons-menu {
  flex-wrap: nowrap;
  display: flex;
  justify-content: center;
  padding: 0;
  text-align: center;
  margin-bottom: 35px;
}
@media screen and (-ms-high-contrast: active), (-ms-high-contrast: none) {
  .cid-uLMT5bnPh6 .navbar {
    height: 70px;
  }
  .cid-uLMT5bnPh6 .navbar.opened {
    height: auto;
  }
  .cid-uLMT5bnPh6 .nav-item .nav-link:hover::before {
    width: 175%;
    max-width: calc(100% + 2rem);
    left: -1rem;
  }
}
.cid-uLMT5bnPh6 .navbar-dropdown .navbar-logo {
  margin-right: 15px;
}
@media (min-width: 768px) {
  .cid-uLMT5bnPh6 .container-fluid {
    padding-left: 30px;
    padding-right: 30px;
  }
}
.cid-uLMT5bnPh6 .mbr-section-btn-main {
  padding-top: 5px;
}
.cid-uLMT5bnPh6 .mbr-section-btn-main .btn {
  margin: 0 4px 4px 4px;
}
.cid-uLMT5bnPh6 .navbar-caption:hover {
  color: #2554ab;
}
@media (min-width: 992px) {
  .cid-uLMT5bnPh6 .dropdown-menu.dropdown-submenu {
    left: 175px !important;
    top: -45% !important;
  }
}
.cid-uLMT5bnPh6 .nav-link {
  position: relative;
}
.cid-uLMT5bnPh6 .nav-link:before {
  content: '';
  position: absolute;
  left: -12px;
  width: 6px;
  height: 6px;
  border-radius: 100%;
  background-color: #2554ab;
  transition: all .3s ease;
  opacity: 0;
}
.cid-uLMT5bnPh6 .nav-link:hover:before {
  opacity: 1;
}
.cid-uLMT5bnPh6 .mbr-section-subtitle {
  color: #ffffff;
}
.cid-uLMT5bnPh6 .mbr-text {
  color: #ffffff;
  text-align: center;
}
.cid-uLMT5bnPh6 .text_widget {
  color: #ffffff;
}
.cid-uLMT5bnPh6 .mbr-section-subtitle,
.cid-uLMT5bnPh6 .text_widget,
.cid-uLMT5bnPh6 .mbr-section-btn {
  text-align: center;
}
.cid-uLMT5bnPh6 a[class*="text-"]:not(.nav-link):not(.dropdown-item):not([role]):not(.navbar-caption):hover {
  background-image: none;
}
.cid-uC19tDlv4s {
  padding-top: 0rem;
  padding-bottom: 0rem;
  background-color: #ffffff;
}
.cid-uC19tDlv4s .item-img {
  position: relative;
  overflow: hidden;
}
.cid-uC19tDlv4s .item-img:before {
  content: '';
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
  left: 0;
  background: black;
  opacity: 0.3;
  z-index: 1;
  transition: all 0.3s;
  pointer-events: none;
}
.cid-uC19tDlv4s h5 {
  margin-bottom: 1rem;
}
.cid-uC19tDlv4s .item-content {
  position: absolute;
  top: 55%;
  right: 0;
  z-index: 2;
  width: 100%;
  transform: translateY(-50%);
  padding: 2rem 8rem;
  display: flex;
  flex-direction: column;
  height: 50%;
}
@media (max-width: 767px) {
  .cid-uC19tDlv4s .item-content {
    padding: 0 2rem 1.5rem;
    margin-top: 1rem;
  }
}
.cid-uC19tDlv4s img,
.cid-uC19tDlv4s .item-img {
  width: 100%;
  transition: all 0.3s;
  height: 100%;
  height: 400px;
  object-fit: cover;
}
.cid-uC19tDlv4s .item:focus,
.cid-uC19tDlv4s span:focus {
  outline: none;
}
.cid-uC19tDlv4s .item {
  margin-bottom: 2rem;
}
@media (max-width: 767px) {
  .cid-uC19tDlv4s .item {
    margin-bottom: 1rem;
  }
}
.cid-uC19tDlv4s .item-wrapper {
  position: relative;
  border-radius: 15px;
  height: 100%;
  display: flex;
  flex-flow: column nowrap;
}
.cid-uC19tDlv4s .mbr-section-title {
  color: #4e423d;
}
.cid-uC19tDlv4s .item-title {
  text-align: left;
  color: #ffffff;
}
.cid-uC19tDlv4s .item-subtitle {
  text-align: left;
  color: #ffffff;
}
.cid-uC19tDlv4s .mbr-text,
.cid-uC19tDlv4s .item .mbr-section-btn {
  text-align: left;
  color: #ffffff;
}
.cid-uC19tDlv4s .content-head {
  max-width: 800px;
}
.cid-uC19tEjrw8 {
  padding-top: 1rem;
  padding-bottom: 5rem;
  background-color: #fafafa;
}
.cid-uC19tEjrw8 .mbr-section-title {
  margin-bottom: 1em;
  color: #272727;
}
.cid-uC19tEjrw8 .mbr-section-subtitle {
  margin-bottom: 1.5625em;
  color: #272727;
  opacity: 0.4;
}
.cid-uC19tEjrw8 .item-row {
  display: grid;
  -webkit-box-align: stretch;
  -webkit-align-items: stretch;
  -ms-flex-align: stretch;
  align-items: stretch;
  grid-auto-columns: 1fr;
  grid-column-gap: 16px;
  grid-row-gap: 16px;
  grid-template-columns: repeat(4, 1fr);
  -ms-grid-rows: auto;
  grid-template-rows: auto;
}
@media (max-width: 1199px) {
  .cid-uC19tEjrw8 .item-row {
    grid-template-columns: repeat(2, 1fr);
  }
}
@media (max-width: 767px) {
  .cid-uC19tEjrw8 .item-row {
    grid-template-columns: repeat(1, 1fr);
  }
}
.cid-uC19tEjrw8 .item {
  padding: 0;
}
.cid-uC19tEjrw8 .item-wrapper {
  display: flex;
  flex-direction: column;
  align-items: stretch;
  height: 100%;
  width: 100%;
  border-radius: 10px;
  overflow: hidden;
  transform-style: preserve-3d;
  transition: .3s all;
  border: 2px solid transparent;
}
.cid-uC19tEjrw8 .item-wrapper:hover {
  transform: scale3d(1.01, 1.01, 1);
  border-color: #fafafa;
}
.cid-uC19tEjrw8 .item-img {
  display: flex;
  align-items: center;
  justify-content: center;
  height: 175px;
}
.cid-uC19tEjrw8 .item-img img {
  width: 100%;
  object-fit: cover;
  height: 100%;
}
.cid-uC19tEjrw8 .item-content {
  display: flex;
  flex-direction: column;
  align-items: stretch;
  width: 100%;
  padding: 20px 5% 6%;
  flex-grow: 1;
  background-color: #ffffff;
}
.cid-uC19tEjrw8 .item-text-wrap {
  width: 100%;
  margin-bottom: 5.3em;
}
@media (max-width: 1199px) {
  .cid-uC19tEjrw8 .item-text-wrap {
    margin-bottom: 4em;
  }
}
@media (max-width: 767px) {
  .cid-uC19tEjrw8 .item-text-wrap {
    margin-bottom: 2em;
    max-width: 340px;
    margin-right: auto;
  }
}
.cid-uC19tEjrw8 .item-title {
  color: #272727;
  margin-bottom: 0.52em;
}
.cid-uC19tEjrw8 .item-subtitle {
  color: #272727;
  opacity: 0.52em;
}
.cid-uC19tEjrw8 .card-bottom {
  display: flex;
  flex-direction: column;
  align-items: stretch;
  margin-top: auto;
}
.cid-uC19tEjrw8 .item-name-wrap {
  display: flex;
  align-items: center;
  width: 100%;
}
.cid-uC19tEjrw8 .image-wrapper {
  width: 35px;
  height: 35px;
  margin-right: 10px;
  border-radius: 300px;
  overflow: hidden;
}
.cid-uC19tEjrw8 .image-wrapper img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.cid-uC19tEjrw8 .mbr-text {
  flex-grow: 1;
  color: #272727;
  text-align: right;
}
.cid-uC19tEjrw8 .mbr-section-btn {
  display: flex;
  margin-top: 20px;
  width: auto !important;
}
.cid-uC19tEjrw8 .mbr-section-btn .btn {
  width: 100%;
  min-width: auto !important;
}
.cid-uLMRAIzUxG {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-color: #0e132f;
}
.cid-uLMRAIzUxG .mbr-fallback-image.disabled {
  display: none;
}
.cid-uLMRAIzUxG .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-uLMRAIzUxG .container {
    padding: 0 16px;
  }
}
.cid-uLMRAIzUxG .card {
  display: flex;
  flex-direction: column;
  justify-content: space-between;
}
@media (max-width: 992px) {
  .cid-uLMRAIzUxG .card {
    margin-bottom: 40px;
  }
}
.cid-uLMRAIzUxG .card .content-wrapper .title-wrapper .title-wrap {
  display: inline-flex;
  align-items: center;
  margin-bottom: 16px;
}
@media (max-width: 992px) {
  .cid-uLMRAIzUxG .card .content-wrapper .title-wrapper .title-wrap {
    margin-bottom: 40px;
  }
}
.cid-uLMRAIzUxG .card .content-wrapper .title-wrapper .title-wrap img {
  width: 32px;
  height: 32px;
  object-fit: contain;
  margin-right: 1rem;
}
.cid-uLMRAIzUxG .card .content-wrapper .title-wrapper .title-wrap .mbr-section-title {
  margin-bottom: 0;
}
.cid-uLMRAIzUxG .card .content-wrapper .copyright {
  margin-bottom: 20px;
}
@media (max-width: 992px) {
  .cid-uLMRAIzUxG .card .content-wrapper .copyright {
    margin-bottom: 40px;
  }
}
.cid-uLMRAIzUxG .card .social-wrapper .social-wrap {
  display: inline-flex;
  flex-wrap: wrap;
}
.cid-uLMRAIzUxG .card .social-wrapper .social-wrap .mbr-iconfont {
  font-size: 20px;
  margin-right: 48px;
  color: #ffffff;
}
.cid-uLMRAIzUxG .list-wrapper .mbr-card-title {
  margin-bottom: 16px;
}
.cid-uLMRAIzUxG .list-wrapper .list {
  margin: 0;
  padding: 0;
  list-style-type: none;
}
.cid-uLMRAIzUxG .list-wrapper .list .item-wrap {
  margin-bottom: 16px;
}
@media (max-width: 992px) {
  .cid-uLMRAIzUxG .list-wrapper .list {
    margin-bottom: 40px;
  }
}
.cid-uLMRAIzUxG .mbr-section-title {
  color: #ffffff;
}
.cid-uLMRAIzUxG .copyright {
  color: #ffffff;
}
.cid-uLMRAIzUxG .mbr-card-title {
  color: #D4FE00;
}
.cid-uLMRAIzUxG .list {
  color: #ffffff;
}
.cid-uLMT5bnPh6 .navbar-dropdown {
  background-color: #ffffff !important;
  padding: 0;
}
.cid-uLMT5bnPh6 .navbar.navbar-expand-lg .dropdown .dropdown-menu {
  background-color: #ffffff !important;
  background: #ffffff;
}
.cid-uLMT5bnPh6 .navbar.navbar-expand-lg .dropdown .dropdown-menu .dropdown-submenu {
  margin: 0;
  left: 100%;
}
@media (max-width: 991px) {
  .cid-uLMT5bnPh6 .menu_box .navbar.opened,
  .cid-uLMT5bnPh6 .menu_box .navbar-collapse {
    background-color: #ffffff !important;
    transition: all 0s ease 0s;
  }
}
.cid-uLMT5bnPh6 .navbar-dropdown {
  position: relative !important;
}
.cid-uLMT5bnPh6 .btn {
  min-height: auto;
  box-shadow: none;
  margin-top: 0;
}
.cid-uLMT5bnPh6 .btn:hover {
  box-shadow: none;
}
@media (min-width: 992px) {
  .cid-uLMT5bnPh6 .offcanvas_image img {
    width: auto;
    object-fit: cover;
    display: inline-block;
  }
  .cid-uLMT5bnPh6 .offcanvas-header {
    position: relative;
    padding: 0;
  }
  .cid-uLMT5bnPh6 .offcanvas-header .btn-close {
    position: absolute;
    top: -70px;
    right: 0;
    width: 35px;
    height: 30px;
  }
  .cid-uLMT5bnPh6 .offcanvas-body {
    text-align: center;
    padding: 0;
  }
  .cid-uLMT5bnPh6 .offcanvas-body .mbr-text,
  .cid-uLMT5bnPh6 .offcanvas-body .mbr-section-subtitle {
    margin-top: 14px;
  }
  .cid-uLMT5bnPh6 .offcanvas-body .offcanvas_contact {
    margin: 35px 0;
  }
  .cid-uLMT5bnPh6 .offcanvas_box button.btn_offcanvas {
    outline: none;
    width: 40px;
    height: 40px;
    cursor: pointer;
    transition: all 0.2s;
    position: relative;
    align-self: center;
  }
  .cid-uLMT5bnPh6 .offcanvas_box button.btn_offcanvas .hamburger span {
    position: absolute;
    right: 0;
    width: 40px;
    height: 2px;
    border-right: 5px;
    background-color: #474747;
  }
  .cid-uLMT5bnPh6 .offcanvas_box button.btn_offcanvas .hamburger span:nth-child(1) {
    top: 18px;
    transition: all 0.2s;
  }
  .cid-uLMT5bnPh6 .offcanvas_box button.btn_offcanvas .hamburger span:nth-child(2) {
    top: 25px;
    transition: all 0.2s;
  }
  .cid-uLMT5bnPh6 .offcanvas_box button.btn_offcanvas:hover .hamburger span {
    width: 36px;
  }
  .cid-uLMT5bnPh6 .offcanvas_box button.btn_offcanvas:hover .hamburger span:nth-child(2) {
    width: 33px;
    transition-delay: 0.2s;
  }
  .cid-uLMT5bnPh6 ul.navbar-nav {
    padding-bottom: 1.5rem;
  }
  .cid-uLMT5bnPh6 .dropdown-menu .dropdown-toggle[data-toggle="dropdown-submenu"]::after,
  .cid-uLMT5bnPh6 .link.dropdown-toggle::after {
    display: inline-block;
    width: 7px;
    height: 7px;
    margin-left: .5rem;
    margin-bottom: 2px;
    content: "";
    border: 2px solid;
    border-left: none;
    border-top: none;
    transform: rotate(-45deg);
  }
  .cid-uLMT5bnPh6 .link.dropdown-toggle::after {
    padding: 0 !important;
    transform: rotate(45deg);
  }
  .cid-uLMT5bnPh6 li.nav-item {
    position: relative;
    display: inline-block;
    padding: 1px 7px !important;
    vertical-align: middle;
    line-height: 2em !important;
    font-weight: 600 !important;
    text-decoration: none;
    letter-spacing: 0 !important;
    z-index: 1;
  }
  .cid-uLMT5bnPh6 .lg_brand {
    margin: 0 1rem;
  }
}
.cid-uLMT5bnPh6 .nav-item {
  margin: 4px 15px;
}
@media (min-width: 1200px) {
  .cid-uLMT5bnPh6 .nav-item {
    margin: 4px 20px;
  }
}
@media (max-width: 991px) {
  .cid-uLMT5bnPh6 .nav-item {
    margin: 0 !important;
  }
}
.cid-uLMT5bnPh6 .dropdown-menu {
  border-radius: 0;
  box-shadow: none;
  text-align: left;
}
@media (min-width: 992px) {
  .cid-uLMT5bnPh6 .dropdown-menu {
    padding: 18px 34px 22px;
    min-width: 250px;
    top: auto !important;
    left: -40px !important;
  }
  .cid-uLMT5bnPh6 .dropdown-menu.dropdown-submenu {
    left: 215px !important;
    top: -45% !important;
  }
}
@media (max-width: 991px) {
  .cid-uLMT5bnPh6 .dropdown-menu .dropdown-toggle[data-toggle="dropdown-submenu"]::after,
  .cid-uLMT5bnPh6 .link.dropdown-toggle::after {
    display: inline-block;
    width: 7px;
    height: 7px;
    margin-left: .5rem;
    margin-bottom: 2px;
    content: "";
    border: 2px solid;
    border-left: none;
    border-top: none;
    transform: rotate(-45deg);
    right: 15px;
    position: absolute;
    margin-top: -2px;
  }
  .cid-uLMT5bnPh6 .show.dropdown-toggle[aria-expanded="true"]::after {
    transform: rotate(45deg);
    margin-top: -4px;
  }
  .cid-uLMT5bnPh6 .offcanvas_box {
    display: none;
  }
}
.cid-uLMT5bnPh6 .dropdown-item {
  border: none;
  font-weight: 400 !important;
}
.cid-uLMT5bnPh6 .nav-dropdown .link {
  font-weight: 400 !important;
  padding: 0 !important;
  margin: 0 !important;
}
.cid-uLMT5bnPh6 .nav-dropdown .link.dropdown-toggle::after {
  margin-left: 0.5rem;
  margin-top: 0;
}
.cid-uLMT5bnPh6 .container {
  display: flex;
  margin: auto;
}
.cid-uLMT5bnPh6 .iconfont-wrapper {
  color: #e0bdb6;
  font-size: 17px;
  margin-right: 10px;
  margin-bottom: 5px;
  width: 25px;
  height: 25px;
  border-radius: 50%;
  display: flex;
  justify-content: center;
  align-items: center;
  transition: all 0.2s ease-in-out;
}
.cid-uLMT5bnPh6 .iconfont-wrapper:last-child {
  margin-right: 0;
}
.cid-uLMT5bnPh6 .iconfont-wrapper:hover {
  opacity: .5;
}
.cid-uLMT5bnPh6 .navbar-caption {
  color: #747474;
}
.cid-uLMT5bnPh6 .navbar-nav {
  margin: 0 1rem;
}
@media (min-width: 992px) {
  .cid-uLMT5bnPh6 .navbar-nav {
    margin: 0;
  }
}
.cid-uLMT5bnPh6 .dropdown-menu,
.cid-uLMT5bnPh6 .navbar.opened {
  background-color: false !important;
}
.cid-uLMT5bnPh6 .nav-item:focus,
.cid-uLMT5bnPh6 .nav-link:focus {
  outline: none;
}
.cid-uLMT5bnPh6 .dropdown .dropdown-menu .dropdown-item {
  width: auto;
  transition: all 0.25s ease-in-out;
}
.cid-uLMT5bnPh6 .dropdown .dropdown-menu .dropdown-item::after {
  right: 0.5rem;
}
.cid-uLMT5bnPh6 .dropdown .dropdown-menu .dropdown-item .mbr-iconfont {
  margin-right: 0.5rem;
  vertical-align: sub;
}
.cid-uLMT5bnPh6 .dropdown .dropdown-menu .dropdown-item .mbr-iconfont:before {
  display: inline-block;
  transform: scale(1, 1);
  transition: all 0.25s ease-in-out;
}
.cid-uLMT5bnPh6 .collapsed .dropdown-menu .dropdown-item:before {
  display: none;
}
.cid-uLMT5bnPh6 .collapsed .dropdown .dropdown-menu .dropdown-item {
  padding: 0.235em 1.5em 0.235em 1.5em !important;
  transition: none;
  margin: 0 !important;
}
.cid-uLMT5bnPh6 .navbar {
  min-height: 70px;
  padding: 20px 0;
  transition: all 0.3s;
  border-bottom-width: 0px;
}
@media (max-width: 992px) {
  .cid-uLMT5bnPh6 .navbar {
    min-height: 30px;
    max-height: 90px;
  }
}
.cid-uLMT5bnPh6 .navbar.opened {
  transition: all 0.3s;
}
.cid-uLMT5bnPh6 .navbar .dropdown-item {
  padding: 0;
  margin: 8px 0;
}
.cid-uLMT5bnPh6 .navbar .navbar-logo img {
  width: auto;
  object-fit: contain;
  border-radius: 0;
}
.cid-uLMT5bnPh6 .navbar .navbar-collapse {
  justify-content: space-between;
  z-index: 1;
}
.cid-uLMT5bnPh6 .navbar.collapsed {
  justify-content: center;
}
.cid-uLMT5bnPh6 .navbar.collapsed .nav-item .nav-link::before {
  display: none;
}
.cid-uLMT5bnPh6 .navbar.collapsed.opened .dropdown-menu {
  top: 0;
}
.cid-uLMT5bnPh6 .navbar.collapsed .dropdown-menu .dropdown-submenu {
  left: 0 !important;
}
.cid-uLMT5bnPh6 .navbar.collapsed .dropdown-menu .dropdown-item:after {
  right: auto;
}
.cid-uLMT5bnPh6 .navbar.collapsed ul.navbar-nav li {
  margin: auto;
}
.cid-uLMT5bnPh6 .navbar.collapsed .dropdown-menu .dropdown-item {
  padding: 0.25rem 1.5rem;
  text-align: left;
}
.cid-uLMT5bnPh6 .navbar.collapsed .icons-menu {
  padding: 0;
}
@media (max-width: 991px) {
  .cid-uLMT5bnPh6 .navbar .nav-item {
    padding: .5rem 0;
  }
  .cid-uLMT5bnPh6 .navbar .navbar-collapse {
    padding: 34px 0;
    border-radius: 25px;
  }
  .cid-uLMT5bnPh6 .navbar .nav-item .nav-link::before {
    display: none;
  }
  .cid-uLMT5bnPh6 .navbar.opened .dropdown-menu {
    top: 0;
  }
  .cid-uLMT5bnPh6 .navbar .dropdown-menu {
    padding: 6px 0 6px 15px;
  }
  .cid-uLMT5bnPh6 .navbar .dropdown-menu .dropdown-submenu {
    left: 0 !important;
  }
  .cid-uLMT5bnPh6 .navbar .dropdown-menu .dropdown-item:after {
    right: auto;
    margin-top: -0.4rem;
  }
  .cid-uLMT5bnPh6 .navbar .navbar-logo img {
    height: 3rem !important;
  }
  .cid-uLMT5bnPh6 .navbar ul.navbar-nav {
    overflow: hidden;
  }
  .cid-uLMT5bnPh6 .navbar ul.navbar-nav li {
    margin: 0;
  }
  .cid-uLMT5bnPh6 .navbar .dropdown-menu .dropdown-item {
    padding: 0 !important;
    margin: 0;
    margin-top: 8px;
    text-align: left;
  }
  .cid-uLMT5bnPh6 .navbar .navbar-brand {
    flex-shrink: initial;
    flex-basis: auto;
    word-break: break-word;
    padding-right: 2rem;
  }
  .cid-uLMT5bnPh6 .navbar .navbar-toggler {
    flex-basis: auto;
  }
  .cid-uLMT5bnPh6 .navbar .icons-menu {
    padding: 0;
  }
}
.cid-uLMT5bnPh6 .navbar.navbar-short {
  min-height: 60px;
}
.cid-uLMT5bnPh6 .navbar.navbar-short .navbar-logo img {
  height: 2.5rem !important;
}
.cid-uLMT5bnPh6 .navbar.navbar-short .navbar-brand {
  min-height: 60px;
  padding: 0;
}
.cid-uLMT5bnPh6 .navbar-brand {
  min-height: 70px;
  flex-shrink: 0;
  align-items: center;
  margin-right: 0;
  padding: 10px 0;
  transition: all 0.3s;
  word-break: break-word;
  z-index: 1;
}
.cid-uLMT5bnPh6 .navbar-brand .navbar-caption {
  line-height: inherit !important;
}
.cid-uLMT5bnPh6 .navbar-brand .navbar-logo a {
  outline: none;
}
.cid-uLMT5bnPh6 .dropdown-item.active,
.cid-uLMT5bnPh6 .dropdown-item:active {
  background-color: transparent;
}
.cid-uLMT5bnPh6 .navbar-expand-lg .navbar-nav .nav-link {
  padding: 0;
}
.cid-uLMT5bnPh6 .nav-dropdown .link.dropdown-toggle {
  margin-right: 1.667em;
}
.cid-uLMT5bnPh6 .nav-dropdown .link.dropdown-toggle[aria-expanded="true"] {
  margin-right: 0;
  padding: 0.667em 1.667em;
}
.cid-uLMT5bnPh6 .navbar .dropdown.open > .dropdown-menu {
  display: block;
}
.cid-uLMT5bnPh6 ul.navbar-nav {
  flex-wrap: wrap;
  padding: 36px 0;
  border-bottom: 1px solid #0e132f;
}
.cid-uLMT5bnPh6 .navbar-buttons {
  text-align: center;
  min-width: 170px;
}
.cid-uLMT5bnPh6 button.navbar-toggler {
  outline: none;
  width: 48px;
  height: 48px;
  border-radius: 50%;
  cursor: pointer;
  transition: all 0.2s;
  position: relative;
  align-self: center;
  color: #ffffff;
  background: #ffffff;
}
.cid-uLMT5bnPh6 button.navbar-toggler .hamburger span {
  position: absolute;
  right: 10px;
  margin-top: 14px;
  width: 26px;
  height: 2px;
  border-right: 5px;
  background-color: #474747;
}
.cid-uLMT5bnPh6 button.navbar-toggler .hamburger span:nth-child(1) {
  top: 0;
  transition: all 0.2s;
}
.cid-uLMT5bnPh6 button.navbar-toggler .hamburger span:nth-child(2) {
  top: 8px;
  transition: all 0.15s;
}
.cid-uLMT5bnPh6 button.navbar-toggler .hamburger span:nth-child(3) {
  top: 8px;
  transition: all 0.15s;
}
.cid-uLMT5bnPh6 button.navbar-toggler .hamburger span:nth-child(4) {
  top: 16px;
  transition: all 0.2s;
}
.cid-uLMT5bnPh6 nav.opened .hamburger span:nth-child(1) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-uLMT5bnPh6 nav.opened .hamburger span:nth-child(2) {
  transform: rotate(45deg);
  transition: all 0.25s;
}
.cid-uLMT5bnPh6 nav.opened .hamburger span:nth-child(3) {
  transform: rotate(-45deg);
  transition: all 0.25s;
}
.cid-uLMT5bnPh6 nav.opened .hamburger span:nth-child(4) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-uLMT5bnPh6 a.nav-link {
  display: flex;
  align-items: center;
  justify-content: flex-start;
}
.cid-uLMT5bnPh6 .icons-menu {
  flex-wrap: nowrap;
  display: flex;
  justify-content: center;
  padding: 0;
  text-align: center;
  margin-bottom: 35px;
}
@media screen and (-ms-high-contrast: active), (-ms-high-contrast: none) {
  .cid-uLMT5bnPh6 .navbar {
    height: 70px;
  }
  .cid-uLMT5bnPh6 .navbar.opened {
    height: auto;
  }
  .cid-uLMT5bnPh6 .nav-item .nav-link:hover::before {
    width: 175%;
    max-width: calc(100% + 2rem);
    left: -1rem;
  }
}
.cid-uLMT5bnPh6 .navbar-dropdown .navbar-logo {
  margin-right: 15px;
}
@media (min-width: 768px) {
  .cid-uLMT5bnPh6 .container-fluid {
    padding-left: 30px;
    padding-right: 30px;
  }
}
.cid-uLMT5bnPh6 .mbr-section-btn-main {
  padding-top: 5px;
}
.cid-uLMT5bnPh6 .mbr-section-btn-main .btn {
  margin: 0 4px 4px 4px;
}
.cid-uLMT5bnPh6 .navbar-caption:hover {
  color: #2554ab;
}
@media (min-width: 992px) {
  .cid-uLMT5bnPh6 .dropdown-menu.dropdown-submenu {
    left: 175px !important;
    top: -45% !important;
  }
}
.cid-uLMT5bnPh6 .nav-link {
  position: relative;
}
.cid-uLMT5bnPh6 .nav-link:before {
  content: '';
  position: absolute;
  left: -12px;
  width: 6px;
  height: 6px;
  border-radius: 100%;
  background-color: #2554ab;
  transition: all .3s ease;
  opacity: 0;
}
.cid-uLMT5bnPh6 .nav-link:hover:before {
  opacity: 1;
}
.cid-uLMT5bnPh6 .mbr-section-subtitle {
  color: #ffffff;
}
.cid-uLMT5bnPh6 .mbr-text {
  color: #ffffff;
  text-align: center;
}
.cid-uLMT5bnPh6 .text_widget {
  color: #ffffff;
}
.cid-uLMT5bnPh6 .mbr-section-subtitle,
.cid-uLMT5bnPh6 .text_widget,
.cid-uLMT5bnPh6 .mbr-section-btn {
  text-align: center;
}
.cid-uLMT5bnPh6 a[class*="text-"]:not(.nav-link):not(.dropdown-item):not([role]):not(.navbar-caption):hover {
  background-image: none;
}
.cid-uC19rgIVWR {
  padding-top: 0rem;
  padding-bottom: 0rem;
  background-color: #ffffff;
}
.cid-uC19rgIVWR .item-img {
  position: relative;
  overflow: hidden;
}
.cid-uC19rgIVWR .item-img:before {
  content: '';
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
  left: 0;
  background: black;
  opacity: 0.3;
  z-index: 1;
  transition: all 0.3s;
  pointer-events: none;
}
.cid-uC19rgIVWR h5 {
  margin-bottom: 1rem;
}
.cid-uC19rgIVWR .item-content {
  position: absolute;
  top: 55%;
  right: 0;
  z-index: 2;
  width: 100%;
  transform: translateY(-50%);
  padding: 2rem 8rem;
  display: flex;
  flex-direction: column;
  height: 50%;
}
@media (max-width: 767px) {
  .cid-uC19rgIVWR .item-content {
    padding: 0 2rem 1.5rem;
    margin-top: 1rem;
  }
}
.cid-uC19rgIVWR img,
.cid-uC19rgIVWR .item-img {
  width: 100%;
  transition: all 0.3s;
  height: 100%;
  height: 400px;
  object-fit: cover;
}
.cid-uC19rgIVWR .item:focus,
.cid-uC19rgIVWR span:focus {
  outline: none;
}
.cid-uC19rgIVWR .item {
  margin-bottom: 2rem;
}
@media (max-width: 767px) {
  .cid-uC19rgIVWR .item {
    margin-bottom: 1rem;
  }
}
.cid-uC19rgIVWR .item-wrapper {
  position: relative;
  border-radius: 15px;
  height: 100%;
  display: flex;
  flex-flow: column nowrap;
}
.cid-uC19rgIVWR .mbr-section-title {
  color: #4e423d;
}
.cid-uC19rgIVWR .item-title {
  text-align: left;
  color: #ffffff;
}
.cid-uC19rgIVWR .item-subtitle {
  text-align: left;
  color: #ffffff;
}
.cid-uC19rgIVWR .mbr-text,
.cid-uC19rgIVWR .item .mbr-section-btn {
  text-align: left;
  color: #ffffff;
}
.cid-uC19rgIVWR .content-head {
  max-width: 800px;
}
.cid-uC19rhHBmL {
  padding-top: 1rem;
  padding-bottom: 5rem;
  background-color: #fafafa;
}
.cid-uC19rhHBmL .mbr-section-title {
  margin-bottom: 1em;
  color: #272727;
}
.cid-uC19rhHBmL .mbr-section-subtitle {
  margin-bottom: 1.5625em;
  color: #272727;
  opacity: 0.4;
}
.cid-uC19rhHBmL .item-row {
  display: grid;
  -webkit-box-align: stretch;
  -webkit-align-items: stretch;
  -ms-flex-align: stretch;
  align-items: stretch;
  grid-auto-columns: 1fr;
  grid-column-gap: 16px;
  grid-row-gap: 16px;
  grid-template-columns: repeat(4, 1fr);
  -ms-grid-rows: auto;
  grid-template-rows: auto;
}
@media (max-width: 1199px) {
  .cid-uC19rhHBmL .item-row {
    grid-template-columns: repeat(2, 1fr);
  }
}
@media (max-width: 767px) {
  .cid-uC19rhHBmL .item-row {
    grid-template-columns: repeat(1, 1fr);
  }
}
.cid-uC19rhHBmL .item {
  padding: 0;
}
.cid-uC19rhHBmL .item-wrapper {
  display: flex;
  flex-direction: column;
  align-items: stretch;
  height: 100%;
  width: 100%;
  border-radius: 10px;
  overflow: hidden;
  transform-style: preserve-3d;
  transition: .3s all;
  border: 2px solid transparent;
}
.cid-uC19rhHBmL .item-wrapper:hover {
  transform: scale3d(1.01, 1.01, 1);
  border-color: #fafafa;
}
.cid-uC19rhHBmL .item-img {
  display: flex;
  align-items: center;
  justify-content: center;
  height: 175px;
}
.cid-uC19rhHBmL .item-img img {
  width: 100%;
  object-fit: cover;
  height: 100%;
}
.cid-uC19rhHBmL .item-content {
  display: flex;
  flex-direction: column;
  align-items: stretch;
  width: 100%;
  padding: 20px 5% 6%;
  flex-grow: 1;
  background-color: #ffffff;
}
.cid-uC19rhHBmL .item-text-wrap {
  width: 100%;
  margin-bottom: 5.3em;
}
@media (max-width: 1199px) {
  .cid-uC19rhHBmL .item-text-wrap {
    margin-bottom: 4em;
  }
}
@media (max-width: 767px) {
  .cid-uC19rhHBmL .item-text-wrap {
    margin-bottom: 2em;
    max-width: 340px;
    margin-right: auto;
  }
}
.cid-uC19rhHBmL .item-title {
  color: #272727;
  margin-bottom: 0.52em;
}
.cid-uC19rhHBmL .item-subtitle {
  color: #272727;
  opacity: 0.52em;
}
.cid-uC19rhHBmL .card-bottom {
  display: flex;
  flex-direction: column;
  align-items: stretch;
  margin-top: auto;
}
.cid-uC19rhHBmL .item-name-wrap {
  display: flex;
  align-items: center;
  width: 100%;
}
.cid-uC19rhHBmL .image-wrapper {
  width: 35px;
  height: 35px;
  margin-right: 10px;
  border-radius: 300px;
  overflow: hidden;
}
.cid-uC19rhHBmL .image-wrapper img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.cid-uC19rhHBmL .mbr-text {
  flex-grow: 1;
  color: #272727;
  text-align: right;
}
.cid-uC19rhHBmL .mbr-section-btn {
  display: flex;
  margin-top: 20px;
  width: auto !important;
}
.cid-uC19rhHBmL .mbr-section-btn .btn {
  width: 100%;
  min-width: auto !important;
}
.cid-uLMRAIzUxG {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-color: #0e132f;
}
.cid-uLMRAIzUxG .mbr-fallback-image.disabled {
  display: none;
}
.cid-uLMRAIzUxG .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-uLMRAIzUxG .container {
    padding: 0 16px;
  }
}
.cid-uLMRAIzUxG .card {
  display: flex;
  flex-direction: column;
  justify-content: space-between;
}
@media (max-width: 992px) {
  .cid-uLMRAIzUxG .card {
    margin-bottom: 40px;
  }
}
.cid-uLMRAIzUxG .card .content-wrapper .title-wrapper .title-wrap {
  display: inline-flex;
  align-items: center;
  margin-bottom: 16px;
}
@media (max-width: 992px) {
  .cid-uLMRAIzUxG .card .content-wrapper .title-wrapper .title-wrap {
    margin-bottom: 40px;
  }
}
.cid-uLMRAIzUxG .card .content-wrapper .title-wrapper .title-wrap img {
  width: 32px;
  height: 32px;
  object-fit: contain;
  margin-right: 1rem;
}
.cid-uLMRAIzUxG .card .content-wrapper .title-wrapper .title-wrap .mbr-section-title {
  margin-bottom: 0;
}
.cid-uLMRAIzUxG .card .content-wrapper .copyright {
  margin-bottom: 20px;
}
@media (max-width: 992px) {
  .cid-uLMRAIzUxG .card .content-wrapper .copyright {
    margin-bottom: 40px;
  }
}
.cid-uLMRAIzUxG .card .social-wrapper .social-wrap {
  display: inline-flex;
  flex-wrap: wrap;
}
.cid-uLMRAIzUxG .card .social-wrapper .social-wrap .mbr-iconfont {
  font-size: 20px;
  margin-right: 48px;
  color: #ffffff;
}
.cid-uLMRAIzUxG .list-wrapper .mbr-card-title {
  margin-bottom: 16px;
}
.cid-uLMRAIzUxG .list-wrapper .list {
  margin: 0;
  padding: 0;
  list-style-type: none;
}
.cid-uLMRAIzUxG .list-wrapper .list .item-wrap {
  margin-bottom: 16px;
}
@media (max-width: 992px) {
  .cid-uLMRAIzUxG .list-wrapper .list {
    margin-bottom: 40px;
  }
}
.cid-uLMRAIzUxG .mbr-section-title {
  color: #ffffff;
}
.cid-uLMRAIzUxG .copyright {
  color: #ffffff;
}
.cid-uLMRAIzUxG .mbr-card-title {
  color: #D4FE00;
}
.cid-uLMRAIzUxG .list {
  color: #ffffff;
}
.cid-uLMT5bnPh6 .navbar-dropdown {
  background-color: #ffffff !important;
  padding: 0;
}
.cid-uLMT5bnPh6 .navbar.navbar-expand-lg .dropdown .dropdown-menu {
  background-color: #ffffff !important;
  background: #ffffff;
}
.cid-uLMT5bnPh6 .navbar.navbar-expand-lg .dropdown .dropdown-menu .dropdown-submenu {
  margin: 0;
  left: 100%;
}
@media (max-width: 991px) {
  .cid-uLMT5bnPh6 .menu_box .navbar.opened,
  .cid-uLMT5bnPh6 .menu_box .navbar-collapse {
    background-color: #ffffff !important;
    transition: all 0s ease 0s;
  }
}
.cid-uLMT5bnPh6 .navbar-dropdown {
  position: relative !important;
}
.cid-uLMT5bnPh6 .btn {
  min-height: auto;
  box-shadow: none;
  margin-top: 0;
}
.cid-uLMT5bnPh6 .btn:hover {
  box-shadow: none;
}
@media (min-width: 992px) {
  .cid-uLMT5bnPh6 .offcanvas_image img {
    width: auto;
    object-fit: cover;
    display: inline-block;
  }
  .cid-uLMT5bnPh6 .offcanvas-header {
    position: relative;
    padding: 0;
  }
  .cid-uLMT5bnPh6 .offcanvas-header .btn-close {
    position: absolute;
    top: -70px;
    right: 0;
    width: 35px;
    height: 30px;
  }
  .cid-uLMT5bnPh6 .offcanvas-body {
    text-align: center;
    padding: 0;
  }
  .cid-uLMT5bnPh6 .offcanvas-body .mbr-text,
  .cid-uLMT5bnPh6 .offcanvas-body .mbr-section-subtitle {
    margin-top: 14px;
  }
  .cid-uLMT5bnPh6 .offcanvas-body .offcanvas_contact {
    margin: 35px 0;
  }
  .cid-uLMT5bnPh6 .offcanvas_box button.btn_offcanvas {
    outline: none;
    width: 40px;
    height: 40px;
    cursor: pointer;
    transition: all 0.2s;
    position: relative;
    align-self: center;
  }
  .cid-uLMT5bnPh6 .offcanvas_box button.btn_offcanvas .hamburger span {
    position: absolute;
    right: 0;
    width: 40px;
    height: 2px;
    border-right: 5px;
    background-color: #474747;
  }
  .cid-uLMT5bnPh6 .offcanvas_box button.btn_offcanvas .hamburger span:nth-child(1) {
    top: 18px;
    transition: all 0.2s;
  }
  .cid-uLMT5bnPh6 .offcanvas_box button.btn_offcanvas .hamburger span:nth-child(2) {
    top: 25px;
    transition: all 0.2s;
  }
  .cid-uLMT5bnPh6 .offcanvas_box button.btn_offcanvas:hover .hamburger span {
    width: 36px;
  }
  .cid-uLMT5bnPh6 .offcanvas_box button.btn_offcanvas:hover .hamburger span:nth-child(2) {
    width: 33px;
    transition-delay: 0.2s;
  }
  .cid-uLMT5bnPh6 ul.navbar-nav {
    padding-bottom: 1.5rem;
  }
  .cid-uLMT5bnPh6 .dropdown-menu .dropdown-toggle[data-toggle="dropdown-submenu"]::after,
  .cid-uLMT5bnPh6 .link.dropdown-toggle::after {
    display: inline-block;
    width: 7px;
    height: 7px;
    margin-left: .5rem;
    margin-bottom: 2px;
    content: "";
    border: 2px solid;
    border-left: none;
    border-top: none;
    transform: rotate(-45deg);
  }
  .cid-uLMT5bnPh6 .link.dropdown-toggle::after {
    padding: 0 !important;
    transform: rotate(45deg);
  }
  .cid-uLMT5bnPh6 li.nav-item {
    position: relative;
    display: inline-block;
    padding: 1px 7px !important;
    vertical-align: middle;
    line-height: 2em !important;
    font-weight: 600 !important;
    text-decoration: none;
    letter-spacing: 0 !important;
    z-index: 1;
  }
  .cid-uLMT5bnPh6 .lg_brand {
    margin: 0 1rem;
  }
}
.cid-uLMT5bnPh6 .nav-item {
  margin: 4px 15px;
}
@media (min-width: 1200px) {
  .cid-uLMT5bnPh6 .nav-item {
    margin: 4px 20px;
  }
}
@media (max-width: 991px) {
  .cid-uLMT5bnPh6 .nav-item {
    margin: 0 !important;
  }
}
.cid-uLMT5bnPh6 .dropdown-menu {
  border-radius: 0;
  box-shadow: none;
  text-align: left;
}
@media (min-width: 992px) {
  .cid-uLMT5bnPh6 .dropdown-menu {
    padding: 18px 34px 22px;
    min-width: 250px;
    top: auto !important;
    left: -40px !important;
  }
  .cid-uLMT5bnPh6 .dropdown-menu.dropdown-submenu {
    left: 215px !important;
    top: -45% !important;
  }
}
@media (max-width: 991px) {
  .cid-uLMT5bnPh6 .dropdown-menu .dropdown-toggle[data-toggle="dropdown-submenu"]::after,
  .cid-uLMT5bnPh6 .link.dropdown-toggle::after {
    display: inline-block;
    width: 7px;
    height: 7px;
    margin-left: .5rem;
    margin-bottom: 2px;
    content: "";
    border: 2px solid;
    border-left: none;
    border-top: none;
    transform: rotate(-45deg);
    right: 15px;
    position: absolute;
    margin-top: -2px;
  }
  .cid-uLMT5bnPh6 .show.dropdown-toggle[aria-expanded="true"]::after {
    transform: rotate(45deg);
    margin-top: -4px;
  }
  .cid-uLMT5bnPh6 .offcanvas_box {
    display: none;
  }
}
.cid-uLMT5bnPh6 .dropdown-item {
  border: none;
  font-weight: 400 !important;
}
.cid-uLMT5bnPh6 .nav-dropdown .link {
  font-weight: 400 !important;
  padding: 0 !important;
  margin: 0 !important;
}
.cid-uLMT5bnPh6 .nav-dropdown .link.dropdown-toggle::after {
  margin-left: 0.5rem;
  margin-top: 0;
}
.cid-uLMT5bnPh6 .container {
  display: flex;
  margin: auto;
}
.cid-uLMT5bnPh6 .iconfont-wrapper {
  color: #e0bdb6;
  font-size: 17px;
  margin-right: 10px;
  margin-bottom: 5px;
  width: 25px;
  height: 25px;
  border-radius: 50%;
  display: flex;
  justify-content: center;
  align-items: center;
  transition: all 0.2s ease-in-out;
}
.cid-uLMT5bnPh6 .iconfont-wrapper:last-child {
  margin-right: 0;
}
.cid-uLMT5bnPh6 .iconfont-wrapper:hover {
  opacity: .5;
}
.cid-uLMT5bnPh6 .navbar-caption {
  color: #747474;
}
.cid-uLMT5bnPh6 .navbar-nav {
  margin: 0 1rem;
}
@media (min-width: 992px) {
  .cid-uLMT5bnPh6 .navbar-nav {
    margin: 0;
  }
}
.cid-uLMT5bnPh6 .dropdown-menu,
.cid-uLMT5bnPh6 .navbar.opened {
  background-color: false !important;
}
.cid-uLMT5bnPh6 .nav-item:focus,
.cid-uLMT5bnPh6 .nav-link:focus {
  outline: none;
}
.cid-uLMT5bnPh6 .dropdown .dropdown-menu .dropdown-item {
  width: auto;
  transition: all 0.25s ease-in-out;
}
.cid-uLMT5bnPh6 .dropdown .dropdown-menu .dropdown-item::after {
  right: 0.5rem;
}
.cid-uLMT5bnPh6 .dropdown .dropdown-menu .dropdown-item .mbr-iconfont {
  margin-right: 0.5rem;
  vertical-align: sub;
}
.cid-uLMT5bnPh6 .dropdown .dropdown-menu .dropdown-item .mbr-iconfont:before {
  display: inline-block;
  transform: scale(1, 1);
  transition: all 0.25s ease-in-out;
}
.cid-uLMT5bnPh6 .collapsed .dropdown-menu .dropdown-item:before {
  display: none;
}
.cid-uLMT5bnPh6 .collapsed .dropdown .dropdown-menu .dropdown-item {
  padding: 0.235em 1.5em 0.235em 1.5em !important;
  transition: none;
  margin: 0 !important;
}
.cid-uLMT5bnPh6 .navbar {
  min-height: 70px;
  padding: 20px 0;
  transition: all 0.3s;
  border-bottom-width: 0px;
}
@media (max-width: 992px) {
  .cid-uLMT5bnPh6 .navbar {
    min-height: 30px;
    max-height: 90px;
  }
}
.cid-uLMT5bnPh6 .navbar.opened {
  transition: all 0.3s;
}
.cid-uLMT5bnPh6 .navbar .dropdown-item {
  padding: 0;
  margin: 8px 0;
}
.cid-uLMT5bnPh6 .navbar .navbar-logo img {
  width: auto;
  object-fit: contain;
  border-radius: 0;
}
.cid-uLMT5bnPh6 .navbar .navbar-collapse {
  justify-content: space-between;
  z-index: 1;
}
.cid-uLMT5bnPh6 .navbar.collapsed {
  justify-content: center;
}
.cid-uLMT5bnPh6 .navbar.collapsed .nav-item .nav-link::before {
  display: none;
}
.cid-uLMT5bnPh6 .navbar.collapsed.opened .dropdown-menu {
  top: 0;
}
.cid-uLMT5bnPh6 .navbar.collapsed .dropdown-menu .dropdown-submenu {
  left: 0 !important;
}
.cid-uLMT5bnPh6 .navbar.collapsed .dropdown-menu .dropdown-item:after {
  right: auto;
}
.cid-uLMT5bnPh6 .navbar.collapsed ul.navbar-nav li {
  margin: auto;
}
.cid-uLMT5bnPh6 .navbar.collapsed .dropdown-menu .dropdown-item {
  padding: 0.25rem 1.5rem;
  text-align: left;
}
.cid-uLMT5bnPh6 .navbar.collapsed .icons-menu {
  padding: 0;
}
@media (max-width: 991px) {
  .cid-uLMT5bnPh6 .navbar .nav-item {
    padding: .5rem 0;
  }
  .cid-uLMT5bnPh6 .navbar .navbar-collapse {
    padding: 34px 0;
    border-radius: 25px;
  }
  .cid-uLMT5bnPh6 .navbar .nav-item .nav-link::before {
    display: none;
  }
  .cid-uLMT5bnPh6 .navbar.opened .dropdown-menu {
    top: 0;
  }
  .cid-uLMT5bnPh6 .navbar .dropdown-menu {
    padding: 6px 0 6px 15px;
  }
  .cid-uLMT5bnPh6 .navbar .dropdown-menu .dropdown-submenu {
    left: 0 !important;
  }
  .cid-uLMT5bnPh6 .navbar .dropdown-menu .dropdown-item:after {
    right: auto;
    margin-top: -0.4rem;
  }
  .cid-uLMT5bnPh6 .navbar .navbar-logo img {
    height: 3rem !important;
  }
  .cid-uLMT5bnPh6 .navbar ul.navbar-nav {
    overflow: hidden;
  }
  .cid-uLMT5bnPh6 .navbar ul.navbar-nav li {
    margin: 0;
  }
  .cid-uLMT5bnPh6 .navbar .dropdown-menu .dropdown-item {
    padding: 0 !important;
    margin: 0;
    margin-top: 8px;
    text-align: left;
  }
  .cid-uLMT5bnPh6 .navbar .navbar-brand {
    flex-shrink: initial;
    flex-basis: auto;
    word-break: break-word;
    padding-right: 2rem;
  }
  .cid-uLMT5bnPh6 .navbar .navbar-toggler {
    flex-basis: auto;
  }
  .cid-uLMT5bnPh6 .navbar .icons-menu {
    padding: 0;
  }
}
.cid-uLMT5bnPh6 .navbar.navbar-short {
  min-height: 60px;
}
.cid-uLMT5bnPh6 .navbar.navbar-short .navbar-logo img {
  height: 2.5rem !important;
}
.cid-uLMT5bnPh6 .navbar.navbar-short .navbar-brand {
  min-height: 60px;
  padding: 0;
}
.cid-uLMT5bnPh6 .navbar-brand {
  min-height: 70px;
  flex-shrink: 0;
  align-items: center;
  margin-right: 0;
  padding: 10px 0;
  transition: all 0.3s;
  word-break: break-word;
  z-index: 1;
}
.cid-uLMT5bnPh6 .navbar-brand .navbar-caption {
  line-height: inherit !important;
}
.cid-uLMT5bnPh6 .navbar-brand .navbar-logo a {
  outline: none;
}
.cid-uLMT5bnPh6 .dropdown-item.active,
.cid-uLMT5bnPh6 .dropdown-item:active {
  background-color: transparent;
}
.cid-uLMT5bnPh6 .navbar-expand-lg .navbar-nav .nav-link {
  padding: 0;
}
.cid-uLMT5bnPh6 .nav-dropdown .link.dropdown-toggle {
  margin-right: 1.667em;
}
.cid-uLMT5bnPh6 .nav-dropdown .link.dropdown-toggle[aria-expanded="true"] {
  margin-right: 0;
  padding: 0.667em 1.667em;
}
.cid-uLMT5bnPh6 .navbar .dropdown.open > .dropdown-menu {
  display: block;
}
.cid-uLMT5bnPh6 ul.navbar-nav {
  flex-wrap: wrap;
  padding: 36px 0;
  border-bottom: 1px solid #0e132f;
}
.cid-uLMT5bnPh6 .navbar-buttons {
  text-align: center;
  min-width: 170px;
}
.cid-uLMT5bnPh6 button.navbar-toggler {
  outline: none;
  width: 48px;
  height: 48px;
  border-radius: 50%;
  cursor: pointer;
  transition: all 0.2s;
  position: relative;
  align-self: center;
  color: #ffffff;
  background: #ffffff;
}
.cid-uLMT5bnPh6 button.navbar-toggler .hamburger span {
  position: absolute;
  right: 10px;
  margin-top: 14px;
  width: 26px;
  height: 2px;
  border-right: 5px;
  background-color: #474747;
}
.cid-uLMT5bnPh6 button.navbar-toggler .hamburger span:nth-child(1) {
  top: 0;
  transition: all 0.2s;
}
.cid-uLMT5bnPh6 button.navbar-toggler .hamburger span:nth-child(2) {
  top: 8px;
  transition: all 0.15s;
}
.cid-uLMT5bnPh6 button.navbar-toggler .hamburger span:nth-child(3) {
  top: 8px;
  transition: all 0.15s;
}
.cid-uLMT5bnPh6 button.navbar-toggler .hamburger span:nth-child(4) {
  top: 16px;
  transition: all 0.2s;
}
.cid-uLMT5bnPh6 nav.opened .hamburger span:nth-child(1) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-uLMT5bnPh6 nav.opened .hamburger span:nth-child(2) {
  transform: rotate(45deg);
  transition: all 0.25s;
}
.cid-uLMT5bnPh6 nav.opened .hamburger span:nth-child(3) {
  transform: rotate(-45deg);
  transition: all 0.25s;
}
.cid-uLMT5bnPh6 nav.opened .hamburger span:nth-child(4) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-uLMT5bnPh6 a.nav-link {
  display: flex;
  align-items: center;
  justify-content: flex-start;
}
.cid-uLMT5bnPh6 .icons-menu {
  flex-wrap: nowrap;
  display: flex;
  justify-content: center;
  padding: 0;
  text-align: center;
  margin-bottom: 35px;
}
@media screen and (-ms-high-contrast: active), (-ms-high-contrast: none) {
  .cid-uLMT5bnPh6 .navbar {
    height: 70px;
  }
  .cid-uLMT5bnPh6 .navbar.opened {
    height: auto;
  }
  .cid-uLMT5bnPh6 .nav-item .nav-link:hover::before {
    width: 175%;
    max-width: calc(100% + 2rem);
    left: -1rem;
  }
}
.cid-uLMT5bnPh6 .navbar-dropdown .navbar-logo {
  margin-right: 15px;
}
@media (min-width: 768px) {
  .cid-uLMT5bnPh6 .container-fluid {
    padding-left: 30px;
    padding-right: 30px;
  }
}
.cid-uLMT5bnPh6 .mbr-section-btn-main {
  padding-top: 5px;
}
.cid-uLMT5bnPh6 .mbr-section-btn-main .btn {
  margin: 0 4px 4px 4px;
}
.cid-uLMT5bnPh6 .navbar-caption:hover {
  color: #2554ab;
}
@media (min-width: 992px) {
  .cid-uLMT5bnPh6 .dropdown-menu.dropdown-submenu {
    left: 175px !important;
    top: -45% !important;
  }
}
.cid-uLMT5bnPh6 .nav-link {
  position: relative;
}
.cid-uLMT5bnPh6 .nav-link:before {
  content: '';
  position: absolute;
  left: -12px;
  width: 6px;
  height: 6px;
  border-radius: 100%;
  background-color: #2554ab;
  transition: all .3s ease;
  opacity: 0;
}
.cid-uLMT5bnPh6 .nav-link:hover:before {
  opacity: 1;
}
.cid-uLMT5bnPh6 .mbr-section-subtitle {
  color: #ffffff;
}
.cid-uLMT5bnPh6 .mbr-text {
  color: #ffffff;
  text-align: center;
}
.cid-uLMT5bnPh6 .text_widget {
  color: #ffffff;
}
.cid-uLMT5bnPh6 .mbr-section-subtitle,
.cid-uLMT5bnPh6 .text_widget,
.cid-uLMT5bnPh6 .mbr-section-btn {
  text-align: center;
}
.cid-uLMT5bnPh6 a[class*="text-"]:not(.nav-link):not(.dropdown-item):not([role]):not(.navbar-caption):hover {
  background-image: none;
}
.cid-uC19oAk8cF {
  padding-top: 0rem;
  padding-bottom: 0rem;
  background-color: #ffffff;
}
.cid-uC19oAk8cF .item-img {
  position: relative;
  overflow: hidden;
}
.cid-uC19oAk8cF .item-img:before {
  content: '';
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
  left: 0;
  background: black;
  opacity: 0.3;
  z-index: 1;
  transition: all 0.3s;
  pointer-events: none;
}
.cid-uC19oAk8cF h5 {
  margin-bottom: 1rem;
}
.cid-uC19oAk8cF .item-content {
  position: absolute;
  top: 55%;
  right: 0;
  z-index: 2;
  width: 100%;
  transform: translateY(-50%);
  padding: 2rem 8rem;
  display: flex;
  flex-direction: column;
  height: 50%;
}
@media (max-width: 767px) {
  .cid-uC19oAk8cF .item-content {
    padding: 0 2rem 1.5rem;
    margin-top: 1rem;
  }
}
.cid-uC19oAk8cF img,
.cid-uC19oAk8cF .item-img {
  width: 100%;
  transition: all 0.3s;
  height: 100%;
  height: 400px;
  object-fit: cover;
}
.cid-uC19oAk8cF .item:focus,
.cid-uC19oAk8cF span:focus {
  outline: none;
}
.cid-uC19oAk8cF .item {
  margin-bottom: 2rem;
}
@media (max-width: 767px) {
  .cid-uC19oAk8cF .item {
    margin-bottom: 1rem;
  }
}
.cid-uC19oAk8cF .item-wrapper {
  position: relative;
  border-radius: 15px;
  height: 100%;
  display: flex;
  flex-flow: column nowrap;
}
.cid-uC19oAk8cF .mbr-section-title {
  color: #4e423d;
}
.cid-uC19oAk8cF .item-title {
  text-align: left;
  color: #ffffff;
}
.cid-uC19oAk8cF .item-subtitle {
  text-align: left;
  color: #ffffff;
}
.cid-uC19oAk8cF .mbr-text,
.cid-uC19oAk8cF .item .mbr-section-btn {
  text-align: left;
  color: #ffffff;
}
.cid-uC19oAk8cF .content-head {
  max-width: 800px;
}
.cid-uC19oBfIjt {
  padding-top: 1rem;
  padding-bottom: 5rem;
  background-color: #fafafa;
}
.cid-uC19oBfIjt .mbr-section-title {
  margin-bottom: 1em;
  color: #272727;
}
.cid-uC19oBfIjt .mbr-section-subtitle {
  margin-bottom: 1.5625em;
  color: #272727;
  opacity: 0.4;
}
.cid-uC19oBfIjt .item-row {
  display: grid;
  -webkit-box-align: stretch;
  -webkit-align-items: stretch;
  -ms-flex-align: stretch;
  align-items: stretch;
  grid-auto-columns: 1fr;
  grid-column-gap: 16px;
  grid-row-gap: 16px;
  grid-template-columns: repeat(4, 1fr);
  -ms-grid-rows: auto;
  grid-template-rows: auto;
}
@media (max-width: 1199px) {
  .cid-uC19oBfIjt .item-row {
    grid-template-columns: repeat(2, 1fr);
  }
}
@media (max-width: 767px) {
  .cid-uC19oBfIjt .item-row {
    grid-template-columns: repeat(1, 1fr);
  }
}
.cid-uC19oBfIjt .item {
  padding: 0;
}
.cid-uC19oBfIjt .item-wrapper {
  display: flex;
  flex-direction: column;
  align-items: stretch;
  height: 100%;
  width: 100%;
  border-radius: 10px;
  overflow: hidden;
  transform-style: preserve-3d;
  transition: .3s all;
  border: 2px solid transparent;
}
.cid-uC19oBfIjt .item-wrapper:hover {
  transform: scale3d(1.01, 1.01, 1);
  border-color: #fafafa;
}
.cid-uC19oBfIjt .item-img {
  display: flex;
  align-items: center;
  justify-content: center;
  height: 175px;
}
.cid-uC19oBfIjt .item-img img {
  width: 100%;
  object-fit: cover;
  height: 100%;
}
.cid-uC19oBfIjt .item-content {
  display: flex;
  flex-direction: column;
  align-items: stretch;
  width: 100%;
  padding: 20px 5% 6%;
  flex-grow: 1;
  background-color: #ffffff;
}
.cid-uC19oBfIjt .item-text-wrap {
  width: 100%;
  margin-bottom: 5.3em;
}
@media (max-width: 1199px) {
  .cid-uC19oBfIjt .item-text-wrap {
    margin-bottom: 4em;
  }
}
@media (max-width: 767px) {
  .cid-uC19oBfIjt .item-text-wrap {
    margin-bottom: 2em;
    max-width: 340px;
    margin-right: auto;
  }
}
.cid-uC19oBfIjt .item-title {
  color: #272727;
  margin-bottom: 0.52em;
}
.cid-uC19oBfIjt .item-subtitle {
  color: #272727;
  opacity: 0.52em;
}
.cid-uC19oBfIjt .card-bottom {
  display: flex;
  flex-direction: column;
  align-items: stretch;
  margin-top: auto;
}
.cid-uC19oBfIjt .item-name-wrap {
  display: flex;
  align-items: center;
  width: 100%;
}
.cid-uC19oBfIjt .image-wrapper {
  width: 35px;
  height: 35px;
  margin-right: 10px;
  border-radius: 300px;
  overflow: hidden;
}
.cid-uC19oBfIjt .image-wrapper img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.cid-uC19oBfIjt .mbr-text {
  flex-grow: 1;
  color: #272727;
  text-align: right;
}
.cid-uC19oBfIjt .mbr-section-btn {
  display: flex;
  margin-top: 20px;
  width: auto !important;
}
.cid-uC19oBfIjt .mbr-section-btn .btn {
  width: 100%;
  min-width: auto !important;
}
.cid-uLMRAIzUxG {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-color: #0e132f;
}
.cid-uLMRAIzUxG .mbr-fallback-image.disabled {
  display: none;
}
.cid-uLMRAIzUxG .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-uLMRAIzUxG .container {
    padding: 0 16px;
  }
}
.cid-uLMRAIzUxG .card {
  display: flex;
  flex-direction: column;
  justify-content: space-between;
}
@media (max-width: 992px) {
  .cid-uLMRAIzUxG .card {
    margin-bottom: 40px;
  }
}
.cid-uLMRAIzUxG .card .content-wrapper .title-wrapper .title-wrap {
  display: inline-flex;
  align-items: center;
  margin-bottom: 16px;
}
@media (max-width: 992px) {
  .cid-uLMRAIzUxG .card .content-wrapper .title-wrapper .title-wrap {
    margin-bottom: 40px;
  }
}
.cid-uLMRAIzUxG .card .content-wrapper .title-wrapper .title-wrap img {
  width: 32px;
  height: 32px;
  object-fit: contain;
  margin-right: 1rem;
}
.cid-uLMRAIzUxG .card .content-wrapper .title-wrapper .title-wrap .mbr-section-title {
  margin-bottom: 0;
}
.cid-uLMRAIzUxG .card .content-wrapper .copyright {
  margin-bottom: 20px;
}
@media (max-width: 992px) {
  .cid-uLMRAIzUxG .card .content-wrapper .copyright {
    margin-bottom: 40px;
  }
}
.cid-uLMRAIzUxG .card .social-wrapper .social-wrap {
  display: inline-flex;
  flex-wrap: wrap;
}
.cid-uLMRAIzUxG .card .social-wrapper .social-wrap .mbr-iconfont {
  font-size: 20px;
  margin-right: 48px;
  color: #ffffff;
}
.cid-uLMRAIzUxG .list-wrapper .mbr-card-title {
  margin-bottom: 16px;
}
.cid-uLMRAIzUxG .list-wrapper .list {
  margin: 0;
  padding: 0;
  list-style-type: none;
}
.cid-uLMRAIzUxG .list-wrapper .list .item-wrap {
  margin-bottom: 16px;
}
@media (max-width: 992px) {
  .cid-uLMRAIzUxG .list-wrapper .list {
    margin-bottom: 40px;
  }
}
.cid-uLMRAIzUxG .mbr-section-title {
  color: #ffffff;
}
.cid-uLMRAIzUxG .copyright {
  color: #ffffff;
}
.cid-uLMRAIzUxG .mbr-card-title {
  color: #D4FE00;
}
.cid-uLMRAIzUxG .list {
  color: #ffffff;
}
.cid-uLMT5bnPh6 .navbar-dropdown {
  background-color: #ffffff !important;
  padding: 0;
}
.cid-uLMT5bnPh6 .navbar.navbar-expand-lg .dropdown .dropdown-menu {
  background-color: #ffffff !important;
  background: #ffffff;
}
.cid-uLMT5bnPh6 .navbar.navbar-expand-lg .dropdown .dropdown-menu .dropdown-submenu {
  margin: 0;
  left: 100%;
}
@media (max-width: 991px) {
  .cid-uLMT5bnPh6 .menu_box .navbar.opened,
  .cid-uLMT5bnPh6 .menu_box .navbar-collapse {
    background-color: #ffffff !important;
    transition: all 0s ease 0s;
  }
}
.cid-uLMT5bnPh6 .navbar-dropdown {
  position: relative !important;
}
.cid-uLMT5bnPh6 .btn {
  min-height: auto;
  box-shadow: none;
  margin-top: 0;
}
.cid-uLMT5bnPh6 .btn:hover {
  box-shadow: none;
}
@media (min-width: 992px) {
  .cid-uLMT5bnPh6 .offcanvas_image img {
    width: auto;
    object-fit: cover;
    display: inline-block;
  }
  .cid-uLMT5bnPh6 .offcanvas-header {
    position: relative;
    padding: 0;
  }
  .cid-uLMT5bnPh6 .offcanvas-header .btn-close {
    position: absolute;
    top: -70px;
    right: 0;
    width: 35px;
    height: 30px;
  }
  .cid-uLMT5bnPh6 .offcanvas-body {
    text-align: center;
    padding: 0;
  }
  .cid-uLMT5bnPh6 .offcanvas-body .mbr-text,
  .cid-uLMT5bnPh6 .offcanvas-body .mbr-section-subtitle {
    margin-top: 14px;
  }
  .cid-uLMT5bnPh6 .offcanvas-body .offcanvas_contact {
    margin: 35px 0;
  }
  .cid-uLMT5bnPh6 .offcanvas_box button.btn_offcanvas {
    outline: none;
    width: 40px;
    height: 40px;
    cursor: pointer;
    transition: all 0.2s;
    position: relative;
    align-self: center;
  }
  .cid-uLMT5bnPh6 .offcanvas_box button.btn_offcanvas .hamburger span {
    position: absolute;
    right: 0;
    width: 40px;
    height: 2px;
    border-right: 5px;
    background-color: #474747;
  }
  .cid-uLMT5bnPh6 .offcanvas_box button.btn_offcanvas .hamburger span:nth-child(1) {
    top: 18px;
    transition: all 0.2s;
  }
  .cid-uLMT5bnPh6 .offcanvas_box button.btn_offcanvas .hamburger span:nth-child(2) {
    top: 25px;
    transition: all 0.2s;
  }
  .cid-uLMT5bnPh6 .offcanvas_box button.btn_offcanvas:hover .hamburger span {
    width: 36px;
  }
  .cid-uLMT5bnPh6 .offcanvas_box button.btn_offcanvas:hover .hamburger span:nth-child(2) {
    width: 33px;
    transition-delay: 0.2s;
  }
  .cid-uLMT5bnPh6 ul.navbar-nav {
    padding-bottom: 1.5rem;
  }
  .cid-uLMT5bnPh6 .dropdown-menu .dropdown-toggle[data-toggle="dropdown-submenu"]::after,
  .cid-uLMT5bnPh6 .link.dropdown-toggle::after {
    display: inline-block;
    width: 7px;
    height: 7px;
    margin-left: .5rem;
    margin-bottom: 2px;
    content: "";
    border: 2px solid;
    border-left: none;
    border-top: none;
    transform: rotate(-45deg);
  }
  .cid-uLMT5bnPh6 .link.dropdown-toggle::after {
    padding: 0 !important;
    transform: rotate(45deg);
  }
  .cid-uLMT5bnPh6 li.nav-item {
    position: relative;
    display: inline-block;
    padding: 1px 7px !important;
    vertical-align: middle;
    line-height: 2em !important;
    font-weight: 600 !important;
    text-decoration: none;
    letter-spacing: 0 !important;
    z-index: 1;
  }
  .cid-uLMT5bnPh6 .lg_brand {
    margin: 0 1rem;
  }
}
.cid-uLMT5bnPh6 .nav-item {
  margin: 4px 15px;
}
@media (min-width: 1200px) {
  .cid-uLMT5bnPh6 .nav-item {
    margin: 4px 20px;
  }
}
@media (max-width: 991px) {
  .cid-uLMT5bnPh6 .nav-item {
    margin: 0 !important;
  }
}
.cid-uLMT5bnPh6 .dropdown-menu {
  border-radius: 0;
  box-shadow: none;
  text-align: left;
}
@media (min-width: 992px) {
  .cid-uLMT5bnPh6 .dropdown-menu {
    padding: 18px 34px 22px;
    min-width: 250px;
    top: auto !important;
    left: -40px !important;
  }
  .cid-uLMT5bnPh6 .dropdown-menu.dropdown-submenu {
    left: 215px !important;
    top: -45% !important;
  }
}
@media (max-width: 991px) {
  .cid-uLMT5bnPh6 .dropdown-menu .dropdown-toggle[data-toggle="dropdown-submenu"]::after,
  .cid-uLMT5bnPh6 .link.dropdown-toggle::after {
    display: inline-block;
    width: 7px;
    height: 7px;
    margin-left: .5rem;
    margin-bottom: 2px;
    content: "";
    border: 2px solid;
    border-left: none;
    border-top: none;
    transform: rotate(-45deg);
    right: 15px;
    position: absolute;
    margin-top: -2px;
  }
  .cid-uLMT5bnPh6 .show.dropdown-toggle[aria-expanded="true"]::after {
    transform: rotate(45deg);
    margin-top: -4px;
  }
  .cid-uLMT5bnPh6 .offcanvas_box {
    display: none;
  }
}
.cid-uLMT5bnPh6 .dropdown-item {
  border: none;
  font-weight: 400 !important;
}
.cid-uLMT5bnPh6 .nav-dropdown .link {
  font-weight: 400 !important;
  padding: 0 !important;
  margin: 0 !important;
}
.cid-uLMT5bnPh6 .nav-dropdown .link.dropdown-toggle::after {
  margin-left: 0.5rem;
  margin-top: 0;
}
.cid-uLMT5bnPh6 .container {
  display: flex;
  margin: auto;
}
.cid-uLMT5bnPh6 .iconfont-wrapper {
  color: #e0bdb6;
  font-size: 17px;
  margin-right: 10px;
  margin-bottom: 5px;
  width: 25px;
  height: 25px;
  border-radius: 50%;
  display: flex;
  justify-content: center;
  align-items: center;
  transition: all 0.2s ease-in-out;
}
.cid-uLMT5bnPh6 .iconfont-wrapper:last-child {
  margin-right: 0;
}
.cid-uLMT5bnPh6 .iconfont-wrapper:hover {
  opacity: .5;
}
.cid-uLMT5bnPh6 .navbar-caption {
  color: #747474;
}
.cid-uLMT5bnPh6 .navbar-nav {
  margin: 0 1rem;
}
@media (min-width: 992px) {
  .cid-uLMT5bnPh6 .navbar-nav {
    margin: 0;
  }
}
.cid-uLMT5bnPh6 .dropdown-menu,
.cid-uLMT5bnPh6 .navbar.opened {
  background-color: false !important;
}
.cid-uLMT5bnPh6 .nav-item:focus,
.cid-uLMT5bnPh6 .nav-link:focus {
  outline: none;
}
.cid-uLMT5bnPh6 .dropdown .dropdown-menu .dropdown-item {
  width: auto;
  transition: all 0.25s ease-in-out;
}
.cid-uLMT5bnPh6 .dropdown .dropdown-menu .dropdown-item::after {
  right: 0.5rem;
}
.cid-uLMT5bnPh6 .dropdown .dropdown-menu .dropdown-item .mbr-iconfont {
  margin-right: 0.5rem;
  vertical-align: sub;
}
.cid-uLMT5bnPh6 .dropdown .dropdown-menu .dropdown-item .mbr-iconfont:before {
  display: inline-block;
  transform: scale(1, 1);
  transition: all 0.25s ease-in-out;
}
.cid-uLMT5bnPh6 .collapsed .dropdown-menu .dropdown-item:before {
  display: none;
}
.cid-uLMT5bnPh6 .collapsed .dropdown .dropdown-menu .dropdown-item {
  padding: 0.235em 1.5em 0.235em 1.5em !important;
  transition: none;
  margin: 0 !important;
}
.cid-uLMT5bnPh6 .navbar {
  min-height: 70px;
  padding: 20px 0;
  transition: all 0.3s;
  border-bottom-width: 0px;
}
@media (max-width: 992px) {
  .cid-uLMT5bnPh6 .navbar {
    min-height: 30px;
    max-height: 90px;
  }
}
.cid-uLMT5bnPh6 .navbar.opened {
  transition: all 0.3s;
}
.cid-uLMT5bnPh6 .navbar .dropdown-item {
  padding: 0;
  margin: 8px 0;
}
.cid-uLMT5bnPh6 .navbar .navbar-logo img {
  width: auto;
  object-fit: contain;
  border-radius: 0;
}
.cid-uLMT5bnPh6 .navbar .navbar-collapse {
  justify-content: space-between;
  z-index: 1;
}
.cid-uLMT5bnPh6 .navbar.collapsed {
  justify-content: center;
}
.cid-uLMT5bnPh6 .navbar.collapsed .nav-item .nav-link::before {
  display: none;
}
.cid-uLMT5bnPh6 .navbar.collapsed.opened .dropdown-menu {
  top: 0;
}
.cid-uLMT5bnPh6 .navbar.collapsed .dropdown-menu .dropdown-submenu {
  left: 0 !important;
}
.cid-uLMT5bnPh6 .navbar.collapsed .dropdown-menu .dropdown-item:after {
  right: auto;
}
.cid-uLMT5bnPh6 .navbar.collapsed ul.navbar-nav li {
  margin: auto;
}
.cid-uLMT5bnPh6 .navbar.collapsed .dropdown-menu .dropdown-item {
  padding: 0.25rem 1.5rem;
  text-align: left;
}
.cid-uLMT5bnPh6 .navbar.collapsed .icons-menu {
  padding: 0;
}
@media (max-width: 991px) {
  .cid-uLMT5bnPh6 .navbar .nav-item {
    padding: .5rem 0;
  }
  .cid-uLMT5bnPh6 .navbar .navbar-collapse {
    padding: 34px 0;
    border-radius: 25px;
  }
  .cid-uLMT5bnPh6 .navbar .nav-item .nav-link::before {
    display: none;
  }
  .cid-uLMT5bnPh6 .navbar.opened .dropdown-menu {
    top: 0;
  }
  .cid-uLMT5bnPh6 .navbar .dropdown-menu {
    padding: 6px 0 6px 15px;
  }
  .cid-uLMT5bnPh6 .navbar .dropdown-menu .dropdown-submenu {
    left: 0 !important;
  }
  .cid-uLMT5bnPh6 .navbar .dropdown-menu .dropdown-item:after {
    right: auto;
    margin-top: -0.4rem;
  }
  .cid-uLMT5bnPh6 .navbar .navbar-logo img {
    height: 3rem !important;
  }
  .cid-uLMT5bnPh6 .navbar ul.navbar-nav {
    overflow: hidden;
  }
  .cid-uLMT5bnPh6 .navbar ul.navbar-nav li {
    margin: 0;
  }
  .cid-uLMT5bnPh6 .navbar .dropdown-menu .dropdown-item {
    padding: 0 !important;
    margin: 0;
    margin-top: 8px;
    text-align: left;
  }
  .cid-uLMT5bnPh6 .navbar .navbar-brand {
    flex-shrink: initial;
    flex-basis: auto;
    word-break: break-word;
    padding-right: 2rem;
  }
  .cid-uLMT5bnPh6 .navbar .navbar-toggler {
    flex-basis: auto;
  }
  .cid-uLMT5bnPh6 .navbar .icons-menu {
    padding: 0;
  }
}
.cid-uLMT5bnPh6 .navbar.navbar-short {
  min-height: 60px;
}
.cid-uLMT5bnPh6 .navbar.navbar-short .navbar-logo img {
  height: 2.5rem !important;
}
.cid-uLMT5bnPh6 .navbar.navbar-short .navbar-brand {
  min-height: 60px;
  padding: 0;
}
.cid-uLMT5bnPh6 .navbar-brand {
  min-height: 70px;
  flex-shrink: 0;
  align-items: center;
  margin-right: 0;
  padding: 10px 0;
  transition: all 0.3s;
  word-break: break-word;
  z-index: 1;
}
.cid-uLMT5bnPh6 .navbar-brand .navbar-caption {
  line-height: inherit !important;
}
.cid-uLMT5bnPh6 .navbar-brand .navbar-logo a {
  outline: none;
}
.cid-uLMT5bnPh6 .dropdown-item.active,
.cid-uLMT5bnPh6 .dropdown-item:active {
  background-color: transparent;
}
.cid-uLMT5bnPh6 .navbar-expand-lg .navbar-nav .nav-link {
  padding: 0;
}
.cid-uLMT5bnPh6 .nav-dropdown .link.dropdown-toggle {
  margin-right: 1.667em;
}
.cid-uLMT5bnPh6 .nav-dropdown .link.dropdown-toggle[aria-expanded="true"] {
  margin-right: 0;
  padding: 0.667em 1.667em;
}
.cid-uLMT5bnPh6 .navbar .dropdown.open > .dropdown-menu {
  display: block;
}
.cid-uLMT5bnPh6 ul.navbar-nav {
  flex-wrap: wrap;
  padding: 36px 0;
  border-bottom: 1px solid #0e132f;
}
.cid-uLMT5bnPh6 .navbar-buttons {
  text-align: center;
  min-width: 170px;
}
.cid-uLMT5bnPh6 button.navbar-toggler {
  outline: none;
  width: 48px;
  height: 48px;
  border-radius: 50%;
  cursor: pointer;
  transition: all 0.2s;
  position: relative;
  align-self: center;
  color: #ffffff;
  background: #ffffff;
}
.cid-uLMT5bnPh6 button.navbar-toggler .hamburger span {
  position: absolute;
  right: 10px;
  margin-top: 14px;
  width: 26px;
  height: 2px;
  border-right: 5px;
  background-color: #474747;
}
.cid-uLMT5bnPh6 button.navbar-toggler .hamburger span:nth-child(1) {
  top: 0;
  transition: all 0.2s;
}
.cid-uLMT5bnPh6 button.navbar-toggler .hamburger span:nth-child(2) {
  top: 8px;
  transition: all 0.15s;
}
.cid-uLMT5bnPh6 button.navbar-toggler .hamburger span:nth-child(3) {
  top: 8px;
  transition: all 0.15s;
}
.cid-uLMT5bnPh6 button.navbar-toggler .hamburger span:nth-child(4) {
  top: 16px;
  transition: all 0.2s;
}
.cid-uLMT5bnPh6 nav.opened .hamburger span:nth-child(1) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-uLMT5bnPh6 nav.opened .hamburger span:nth-child(2) {
  transform: rotate(45deg);
  transition: all 0.25s;
}
.cid-uLMT5bnPh6 nav.opened .hamburger span:nth-child(3) {
  transform: rotate(-45deg);
  transition: all 0.25s;
}
.cid-uLMT5bnPh6 nav.opened .hamburger span:nth-child(4) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-uLMT5bnPh6 a.nav-link {
  display: flex;
  align-items: center;
  justify-content: flex-start;
}
.cid-uLMT5bnPh6 .icons-menu {
  flex-wrap: nowrap;
  display: flex;
  justify-content: center;
  padding: 0;
  text-align: center;
  margin-bottom: 35px;
}
@media screen and (-ms-high-contrast: active), (-ms-high-contrast: none) {
  .cid-uLMT5bnPh6 .navbar {
    height: 70px;
  }
  .cid-uLMT5bnPh6 .navbar.opened {
    height: auto;
  }
  .cid-uLMT5bnPh6 .nav-item .nav-link:hover::before {
    width: 175%;
    max-width: calc(100% + 2rem);
    left: -1rem;
  }
}
.cid-uLMT5bnPh6 .navbar-dropdown .navbar-logo {
  margin-right: 15px;
}
@media (min-width: 768px) {
  .cid-uLMT5bnPh6 .container-fluid {
    padding-left: 30px;
    padding-right: 30px;
  }
}
.cid-uLMT5bnPh6 .mbr-section-btn-main {
  padding-top: 5px;
}
.cid-uLMT5bnPh6 .mbr-section-btn-main .btn {
  margin: 0 4px 4px 4px;
}
.cid-uLMT5bnPh6 .navbar-caption:hover {
  color: #2554ab;
}
@media (min-width: 992px) {
  .cid-uLMT5bnPh6 .dropdown-menu.dropdown-submenu {
    left: 175px !important;
    top: -45% !important;
  }
}
.cid-uLMT5bnPh6 .nav-link {
  position: relative;
}
.cid-uLMT5bnPh6 .nav-link:before {
  content: '';
  position: absolute;
  left: -12px;
  width: 6px;
  height: 6px;
  border-radius: 100%;
  background-color: #2554ab;
  transition: all .3s ease;
  opacity: 0;
}
.cid-uLMT5bnPh6 .nav-link:hover:before {
  opacity: 1;
}
.cid-uLMT5bnPh6 .mbr-section-subtitle {
  color: #ffffff;
}
.cid-uLMT5bnPh6 .mbr-text {
  color: #ffffff;
  text-align: center;
}
.cid-uLMT5bnPh6 .text_widget {
  color: #ffffff;
}
.cid-uLMT5bnPh6 .mbr-section-subtitle,
.cid-uLMT5bnPh6 .text_widget,
.cid-uLMT5bnPh6 .mbr-section-btn {
  text-align: center;
}
.cid-uLMT5bnPh6 a[class*="text-"]:not(.nav-link):not(.dropdown-item):not([role]):not(.navbar-caption):hover {
  background-image: none;
}
.cid-uC19lYtZT1 {
  padding-top: 0rem;
  padding-bottom: 0rem;
  background-color: #ffffff;
}
.cid-uC19lYtZT1 .item-img {
  position: relative;
  overflow: hidden;
}
.cid-uC19lYtZT1 .item-img:before {
  content: '';
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
  left: 0;
  background: black;
  opacity: 0.3;
  z-index: 1;
  transition: all 0.3s;
  pointer-events: none;
}
.cid-uC19lYtZT1 h5 {
  margin-bottom: 1rem;
}
.cid-uC19lYtZT1 .item-content {
  position: absolute;
  top: 55%;
  right: 0;
  z-index: 2;
  width: 100%;
  transform: translateY(-50%);
  padding: 2rem 8rem;
  display: flex;
  flex-direction: column;
  height: 50%;
}
@media (max-width: 767px) {
  .cid-uC19lYtZT1 .item-content {
    padding: 0 2rem 1.5rem;
    margin-top: 1rem;
  }
}
.cid-uC19lYtZT1 img,
.cid-uC19lYtZT1 .item-img {
  width: 100%;
  transition: all 0.3s;
  height: 100%;
  height: 400px;
  object-fit: cover;
}
.cid-uC19lYtZT1 .item:focus,
.cid-uC19lYtZT1 span:focus {
  outline: none;
}
.cid-uC19lYtZT1 .item {
  margin-bottom: 2rem;
}
@media (max-width: 767px) {
  .cid-uC19lYtZT1 .item {
    margin-bottom: 1rem;
  }
}
.cid-uC19lYtZT1 .item-wrapper {
  position: relative;
  border-radius: 15px;
  height: 100%;
  display: flex;
  flex-flow: column nowrap;
}
.cid-uC19lYtZT1 .mbr-section-title {
  color: #4e423d;
}
.cid-uC19lYtZT1 .item-title {
  text-align: left;
  color: #ffffff;
}
.cid-uC19lYtZT1 .item-subtitle {
  text-align: left;
  color: #ffffff;
}
.cid-uC19lYtZT1 .mbr-text,
.cid-uC19lYtZT1 .item .mbr-section-btn {
  text-align: left;
  color: #ffffff;
}
.cid-uC19lYtZT1 .content-head {
  max-width: 800px;
}
.cid-uC19m024H0 {
  padding-top: 1rem;
  padding-bottom: 5rem;
  background-color: #fafafa;
}
.cid-uC19m024H0 .mbr-section-title {
  margin-bottom: 1em;
  color: #272727;
}
.cid-uC19m024H0 .mbr-section-subtitle {
  margin-bottom: 1.5625em;
  color: #272727;
  opacity: 0.4;
}
.cid-uC19m024H0 .item-row {
  display: grid;
  -webkit-box-align: stretch;
  -webkit-align-items: stretch;
  -ms-flex-align: stretch;
  align-items: stretch;
  grid-auto-columns: 1fr;
  grid-column-gap: 16px;
  grid-row-gap: 16px;
  grid-template-columns: repeat(4, 1fr);
  -ms-grid-rows: auto;
  grid-template-rows: auto;
}
@media (max-width: 1199px) {
  .cid-uC19m024H0 .item-row {
    grid-template-columns: repeat(2, 1fr);
  }
}
@media (max-width: 767px) {
  .cid-uC19m024H0 .item-row {
    grid-template-columns: repeat(1, 1fr);
  }
}
.cid-uC19m024H0 .item {
  padding: 0;
}
.cid-uC19m024H0 .item-wrapper {
  display: flex;
  flex-direction: column;
  align-items: stretch;
  height: 100%;
  width: 100%;
  border-radius: 10px;
  overflow: hidden;
  transform-style: preserve-3d;
  transition: .3s all;
  border: 2px solid transparent;
}
.cid-uC19m024H0 .item-wrapper:hover {
  transform: scale3d(1.01, 1.01, 1);
  border-color: #fafafa;
}
.cid-uC19m024H0 .item-img {
  display: flex;
  align-items: center;
  justify-content: center;
  height: 175px;
}
.cid-uC19m024H0 .item-img img {
  width: 100%;
  object-fit: cover;
  height: 100%;
}
.cid-uC19m024H0 .item-content {
  display: flex;
  flex-direction: column;
  align-items: stretch;
  width: 100%;
  padding: 20px 5% 6%;
  flex-grow: 1;
  background-color: #ffffff;
}
.cid-uC19m024H0 .item-text-wrap {
  width: 100%;
  margin-bottom: 5.3em;
}
@media (max-width: 1199px) {
  .cid-uC19m024H0 .item-text-wrap {
    margin-bottom: 4em;
  }
}
@media (max-width: 767px) {
  .cid-uC19m024H0 .item-text-wrap {
    margin-bottom: 2em;
    max-width: 340px;
    margin-right: auto;
  }
}
.cid-uC19m024H0 .item-title {
  color: #272727;
  margin-bottom: 0.52em;
}
.cid-uC19m024H0 .item-subtitle {
  color: #272727;
  opacity: 0.52em;
}
.cid-uC19m024H0 .card-bottom {
  display: flex;
  flex-direction: column;
  align-items: stretch;
  margin-top: auto;
}
.cid-uC19m024H0 .item-name-wrap {
  display: flex;
  align-items: center;
  width: 100%;
}
.cid-uC19m024H0 .image-wrapper {
  width: 35px;
  height: 35px;
  margin-right: 10px;
  border-radius: 300px;
  overflow: hidden;
}
.cid-uC19m024H0 .image-wrapper img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.cid-uC19m024H0 .mbr-text {
  flex-grow: 1;
  color: #272727;
  text-align: right;
}
.cid-uC19m024H0 .mbr-section-btn {
  display: flex;
  margin-top: 20px;
  width: auto !important;
}
.cid-uC19m024H0 .mbr-section-btn .btn {
  width: 100%;
  min-width: auto !important;
}
.cid-uLMRAIzUxG {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-color: #0e132f;
}
.cid-uLMRAIzUxG .mbr-fallback-image.disabled {
  display: none;
}
.cid-uLMRAIzUxG .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-uLMRAIzUxG .container {
    padding: 0 16px;
  }
}
.cid-uLMRAIzUxG .card {
  display: flex;
  flex-direction: column;
  justify-content: space-between;
}
@media (max-width: 992px) {
  .cid-uLMRAIzUxG .card {
    margin-bottom: 40px;
  }
}
.cid-uLMRAIzUxG .card .content-wrapper .title-wrapper .title-wrap {
  display: inline-flex;
  align-items: center;
  margin-bottom: 16px;
}
@media (max-width: 992px) {
  .cid-uLMRAIzUxG .card .content-wrapper .title-wrapper .title-wrap {
    margin-bottom: 40px;
  }
}
.cid-uLMRAIzUxG .card .content-wrapper .title-wrapper .title-wrap img {
  width: 32px;
  height: 32px;
  object-fit: contain;
  margin-right: 1rem;
}
.cid-uLMRAIzUxG .card .content-wrapper .title-wrapper .title-wrap .mbr-section-title {
  margin-bottom: 0;
}
.cid-uLMRAIzUxG .card .content-wrapper .copyright {
  margin-bottom: 20px;
}
@media (max-width: 992px) {
  .cid-uLMRAIzUxG .card .content-wrapper .copyright {
    margin-bottom: 40px;
  }
}
.cid-uLMRAIzUxG .card .social-wrapper .social-wrap {
  display: inline-flex;
  flex-wrap: wrap;
}
.cid-uLMRAIzUxG .card .social-wrapper .social-wrap .mbr-iconfont {
  font-size: 20px;
  margin-right: 48px;
  color: #ffffff;
}
.cid-uLMRAIzUxG .list-wrapper .mbr-card-title {
  margin-bottom: 16px;
}
.cid-uLMRAIzUxG .list-wrapper .list {
  margin: 0;
  padding: 0;
  list-style-type: none;
}
.cid-uLMRAIzUxG .list-wrapper .list .item-wrap {
  margin-bottom: 16px;
}
@media (max-width: 992px) {
  .cid-uLMRAIzUxG .list-wrapper .list {
    margin-bottom: 40px;
  }
}
.cid-uLMRAIzUxG .mbr-section-title {
  color: #ffffff;
}
.cid-uLMRAIzUxG .copyright {
  color: #ffffff;
}
.cid-uLMRAIzUxG .mbr-card-title {
  color: #D4FE00;
}
.cid-uLMRAIzUxG .list {
  color: #ffffff;
}
.cid-uLMT5bnPh6 .navbar-dropdown {
  background-color: #ffffff !important;
  padding: 0;
}
.cid-uLMT5bnPh6 .navbar.navbar-expand-lg .dropdown .dropdown-menu {
  background-color: #ffffff !important;
  background: #ffffff;
}
.cid-uLMT5bnPh6 .navbar.navbar-expand-lg .dropdown .dropdown-menu .dropdown-submenu {
  margin: 0;
  left: 100%;
}
@media (max-width: 991px) {
  .cid-uLMT5bnPh6 .menu_box .navbar.opened,
  .cid-uLMT5bnPh6 .menu_box .navbar-collapse {
    background-color: #ffffff !important;
    transition: all 0s ease 0s;
  }
}
.cid-uLMT5bnPh6 .navbar-dropdown {
  position: relative !important;
}
.cid-uLMT5bnPh6 .btn {
  min-height: auto;
  box-shadow: none;
  margin-top: 0;
}
.cid-uLMT5bnPh6 .btn:hover {
  box-shadow: none;
}
@media (min-width: 992px) {
  .cid-uLMT5bnPh6 .offcanvas_image img {
    width: auto;
    object-fit: cover;
    display: inline-block;
  }
  .cid-uLMT5bnPh6 .offcanvas-header {
    position: relative;
    padding: 0;
  }
  .cid-uLMT5bnPh6 .offcanvas-header .btn-close {
    position: absolute;
    top: -70px;
    right: 0;
    width: 35px;
    height: 30px;
  }
  .cid-uLMT5bnPh6 .offcanvas-body {
    text-align: center;
    padding: 0;
  }
  .cid-uLMT5bnPh6 .offcanvas-body .mbr-text,
  .cid-uLMT5bnPh6 .offcanvas-body .mbr-section-subtitle {
    margin-top: 14px;
  }
  .cid-uLMT5bnPh6 .offcanvas-body .offcanvas_contact {
    margin: 35px 0;
  }
  .cid-uLMT5bnPh6 .offcanvas_box button.btn_offcanvas {
    outline: none;
    width: 40px;
    height: 40px;
    cursor: pointer;
    transition: all 0.2s;
    position: relative;
    align-self: center;
  }
  .cid-uLMT5bnPh6 .offcanvas_box button.btn_offcanvas .hamburger span {
    position: absolute;
    right: 0;
    width: 40px;
    height: 2px;
    border-right: 5px;
    background-color: #474747;
  }
  .cid-uLMT5bnPh6 .offcanvas_box button.btn_offcanvas .hamburger span:nth-child(1) {
    top: 18px;
    transition: all 0.2s;
  }
  .cid-uLMT5bnPh6 .offcanvas_box button.btn_offcanvas .hamburger span:nth-child(2) {
    top: 25px;
    transition: all 0.2s;
  }
  .cid-uLMT5bnPh6 .offcanvas_box button.btn_offcanvas:hover .hamburger span {
    width: 36px;
  }
  .cid-uLMT5bnPh6 .offcanvas_box button.btn_offcanvas:hover .hamburger span:nth-child(2) {
    width: 33px;
    transition-delay: 0.2s;
  }
  .cid-uLMT5bnPh6 ul.navbar-nav {
    padding-bottom: 1.5rem;
  }
  .cid-uLMT5bnPh6 .dropdown-menu .dropdown-toggle[data-toggle="dropdown-submenu"]::after,
  .cid-uLMT5bnPh6 .link.dropdown-toggle::after {
    display: inline-block;
    width: 7px;
    height: 7px;
    margin-left: .5rem;
    margin-bottom: 2px;
    content: "";
    border: 2px solid;
    border-left: none;
    border-top: none;
    transform: rotate(-45deg);
  }
  .cid-uLMT5bnPh6 .link.dropdown-toggle::after {
    padding: 0 !important;
    transform: rotate(45deg);
  }
  .cid-uLMT5bnPh6 li.nav-item {
    position: relative;
    display: inline-block;
    padding: 1px 7px !important;
    vertical-align: middle;
    line-height: 2em !important;
    font-weight: 600 !important;
    text-decoration: none;
    letter-spacing: 0 !important;
    z-index: 1;
  }
  .cid-uLMT5bnPh6 .lg_brand {
    margin: 0 1rem;
  }
}
.cid-uLMT5bnPh6 .nav-item {
  margin: 4px 15px;
}
@media (min-width: 1200px) {
  .cid-uLMT5bnPh6 .nav-item {
    margin: 4px 20px;
  }
}
@media (max-width: 991px) {
  .cid-uLMT5bnPh6 .nav-item {
    margin: 0 !important;
  }
}
.cid-uLMT5bnPh6 .dropdown-menu {
  border-radius: 0;
  box-shadow: none;
  text-align: left;
}
@media (min-width: 992px) {
  .cid-uLMT5bnPh6 .dropdown-menu {
    padding: 18px 34px 22px;
    min-width: 250px;
    top: auto !important;
    left: -40px !important;
  }
  .cid-uLMT5bnPh6 .dropdown-menu.dropdown-submenu {
    left: 215px !important;
    top: -45% !important;
  }
}
@media (max-width: 991px) {
  .cid-uLMT5bnPh6 .dropdown-menu .dropdown-toggle[data-toggle="dropdown-submenu"]::after,
  .cid-uLMT5bnPh6 .link.dropdown-toggle::after {
    display: inline-block;
    width: 7px;
    height: 7px;
    margin-left: .5rem;
    margin-bottom: 2px;
    content: "";
    border: 2px solid;
    border-left: none;
    border-top: none;
    transform: rotate(-45deg);
    right: 15px;
    position: absolute;
    margin-top: -2px;
  }
  .cid-uLMT5bnPh6 .show.dropdown-toggle[aria-expanded="true"]::after {
    transform: rotate(45deg);
    margin-top: -4px;
  }
  .cid-uLMT5bnPh6 .offcanvas_box {
    display: none;
  }
}
.cid-uLMT5bnPh6 .dropdown-item {
  border: none;
  font-weight: 400 !important;
}
.cid-uLMT5bnPh6 .nav-dropdown .link {
  font-weight: 400 !important;
  padding: 0 !important;
  margin: 0 !important;
}
.cid-uLMT5bnPh6 .nav-dropdown .link.dropdown-toggle::after {
  margin-left: 0.5rem;
  margin-top: 0;
}
.cid-uLMT5bnPh6 .container {
  display: flex;
  margin: auto;
}
.cid-uLMT5bnPh6 .iconfont-wrapper {
  color: #e0bdb6;
  font-size: 17px;
  margin-right: 10px;
  margin-bottom: 5px;
  width: 25px;
  height: 25px;
  border-radius: 50%;
  display: flex;
  justify-content: center;
  align-items: center;
  transition: all 0.2s ease-in-out;
}
.cid-uLMT5bnPh6 .iconfont-wrapper:last-child {
  margin-right: 0;
}
.cid-uLMT5bnPh6 .iconfont-wrapper:hover {
  opacity: .5;
}
.cid-uLMT5bnPh6 .navbar-caption {
  color: #747474;
}
.cid-uLMT5bnPh6 .navbar-nav {
  margin: 0 1rem;
}
@media (min-width: 992px) {
  .cid-uLMT5bnPh6 .navbar-nav {
    margin: 0;
  }
}
.cid-uLMT5bnPh6 .dropdown-menu,
.cid-uLMT5bnPh6 .navbar.opened {
  background-color: false !important;
}
.cid-uLMT5bnPh6 .nav-item:focus,
.cid-uLMT5bnPh6 .nav-link:focus {
  outline: none;
}
.cid-uLMT5bnPh6 .dropdown .dropdown-menu .dropdown-item {
  width: auto;
  transition: all 0.25s ease-in-out;
}
.cid-uLMT5bnPh6 .dropdown .dropdown-menu .dropdown-item::after {
  right: 0.5rem;
}
.cid-uLMT5bnPh6 .dropdown .dropdown-menu .dropdown-item .mbr-iconfont {
  margin-right: 0.5rem;
  vertical-align: sub;
}
.cid-uLMT5bnPh6 .dropdown .dropdown-menu .dropdown-item .mbr-iconfont:before {
  display: inline-block;
  transform: scale(1, 1);
  transition: all 0.25s ease-in-out;
}
.cid-uLMT5bnPh6 .collapsed .dropdown-menu .dropdown-item:before {
  display: none;
}
.cid-uLMT5bnPh6 .collapsed .dropdown .dropdown-menu .dropdown-item {
  padding: 0.235em 1.5em 0.235em 1.5em !important;
  transition: none;
  margin: 0 !important;
}
.cid-uLMT5bnPh6 .navbar {
  min-height: 70px;
  padding: 20px 0;
  transition: all 0.3s;
  border-bottom-width: 0px;
}
@media (max-width: 992px) {
  .cid-uLMT5bnPh6 .navbar {
    min-height: 30px;
    max-height: 90px;
  }
}
.cid-uLMT5bnPh6 .navbar.opened {
  transition: all 0.3s;
}
.cid-uLMT5bnPh6 .navbar .dropdown-item {
  padding: 0;
  margin: 8px 0;
}
.cid-uLMT5bnPh6 .navbar .navbar-logo img {
  width: auto;
  object-fit: contain;
  border-radius: 0;
}
.cid-uLMT5bnPh6 .navbar .navbar-collapse {
  justify-content: space-between;
  z-index: 1;
}
.cid-uLMT5bnPh6 .navbar.collapsed {
  justify-content: center;
}
.cid-uLMT5bnPh6 .navbar.collapsed .nav-item .nav-link::before {
  display: none;
}
.cid-uLMT5bnPh6 .navbar.collapsed.opened .dropdown-menu {
  top: 0;
}
.cid-uLMT5bnPh6 .navbar.collapsed .dropdown-menu .dropdown-submenu {
  left: 0 !important;
}
.cid-uLMT5bnPh6 .navbar.collapsed .dropdown-menu .dropdown-item:after {
  right: auto;
}
.cid-uLMT5bnPh6 .navbar.collapsed ul.navbar-nav li {
  margin: auto;
}
.cid-uLMT5bnPh6 .navbar.collapsed .dropdown-menu .dropdown-item {
  padding: 0.25rem 1.5rem;
  text-align: left;
}
.cid-uLMT5bnPh6 .navbar.collapsed .icons-menu {
  padding: 0;
}
@media (max-width: 991px) {
  .cid-uLMT5bnPh6 .navbar .nav-item {
    padding: .5rem 0;
  }
  .cid-uLMT5bnPh6 .navbar .navbar-collapse {
    padding: 34px 0;
    border-radius: 25px;
  }
  .cid-uLMT5bnPh6 .navbar .nav-item .nav-link::before {
    display: none;
  }
  .cid-uLMT5bnPh6 .navbar.opened .dropdown-menu {
    top: 0;
  }
  .cid-uLMT5bnPh6 .navbar .dropdown-menu {
    padding: 6px 0 6px 15px;
  }
  .cid-uLMT5bnPh6 .navbar .dropdown-menu .dropdown-submenu {
    left: 0 !important;
  }
  .cid-uLMT5bnPh6 .navbar .dropdown-menu .dropdown-item:after {
    right: auto;
    margin-top: -0.4rem;
  }
  .cid-uLMT5bnPh6 .navbar .navbar-logo img {
    height: 3rem !important;
  }
  .cid-uLMT5bnPh6 .navbar ul.navbar-nav {
    overflow: hidden;
  }
  .cid-uLMT5bnPh6 .navbar ul.navbar-nav li {
    margin: 0;
  }
  .cid-uLMT5bnPh6 .navbar .dropdown-menu .dropdown-item {
    padding: 0 !important;
    margin: 0;
    margin-top: 8px;
    text-align: left;
  }
  .cid-uLMT5bnPh6 .navbar .navbar-brand {
    flex-shrink: initial;
    flex-basis: auto;
    word-break: break-word;
    padding-right: 2rem;
  }
  .cid-uLMT5bnPh6 .navbar .navbar-toggler {
    flex-basis: auto;
  }
  .cid-uLMT5bnPh6 .navbar .icons-menu {
    padding: 0;
  }
}
.cid-uLMT5bnPh6 .navbar.navbar-short {
  min-height: 60px;
}
.cid-uLMT5bnPh6 .navbar.navbar-short .navbar-logo img {
  height: 2.5rem !important;
}
.cid-uLMT5bnPh6 .navbar.navbar-short .navbar-brand {
  min-height: 60px;
  padding: 0;
}
.cid-uLMT5bnPh6 .navbar-brand {
  min-height: 70px;
  flex-shrink: 0;
  align-items: center;
  margin-right: 0;
  padding: 10px 0;
  transition: all 0.3s;
  word-break: break-word;
  z-index: 1;
}
.cid-uLMT5bnPh6 .navbar-brand .navbar-caption {
  line-height: inherit !important;
}
.cid-uLMT5bnPh6 .navbar-brand .navbar-logo a {
  outline: none;
}
.cid-uLMT5bnPh6 .dropdown-item.active,
.cid-uLMT5bnPh6 .dropdown-item:active {
  background-color: transparent;
}
.cid-uLMT5bnPh6 .navbar-expand-lg .navbar-nav .nav-link {
  padding: 0;
}
.cid-uLMT5bnPh6 .nav-dropdown .link.dropdown-toggle {
  margin-right: 1.667em;
}
.cid-uLMT5bnPh6 .nav-dropdown .link.dropdown-toggle[aria-expanded="true"] {
  margin-right: 0;
  padding: 0.667em 1.667em;
}
.cid-uLMT5bnPh6 .navbar .dropdown.open > .dropdown-menu {
  display: block;
}
.cid-uLMT5bnPh6 ul.navbar-nav {
  flex-wrap: wrap;
  padding: 36px 0;
  border-bottom: 1px solid #0e132f;
}
.cid-uLMT5bnPh6 .navbar-buttons {
  text-align: center;
  min-width: 170px;
}
.cid-uLMT5bnPh6 button.navbar-toggler {
  outline: none;
  width: 48px;
  height: 48px;
  border-radius: 50%;
  cursor: pointer;
  transition: all 0.2s;
  position: relative;
  align-self: center;
  color: #ffffff;
  background: #ffffff;
}
.cid-uLMT5bnPh6 button.navbar-toggler .hamburger span {
  position: absolute;
  right: 10px;
  margin-top: 14px;
  width: 26px;
  height: 2px;
  border-right: 5px;
  background-color: #474747;
}
.cid-uLMT5bnPh6 button.navbar-toggler .hamburger span:nth-child(1) {
  top: 0;
  transition: all 0.2s;
}
.cid-uLMT5bnPh6 button.navbar-toggler .hamburger span:nth-child(2) {
  top: 8px;
  transition: all 0.15s;
}
.cid-uLMT5bnPh6 button.navbar-toggler .hamburger span:nth-child(3) {
  top: 8px;
  transition: all 0.15s;
}
.cid-uLMT5bnPh6 button.navbar-toggler .hamburger span:nth-child(4) {
  top: 16px;
  transition: all 0.2s;
}
.cid-uLMT5bnPh6 nav.opened .hamburger span:nth-child(1) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-uLMT5bnPh6 nav.opened .hamburger span:nth-child(2) {
  transform: rotate(45deg);
  transition: all 0.25s;
}
.cid-uLMT5bnPh6 nav.opened .hamburger span:nth-child(3) {
  transform: rotate(-45deg);
  transition: all 0.25s;
}
.cid-uLMT5bnPh6 nav.opened .hamburger span:nth-child(4) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-uLMT5bnPh6 a.nav-link {
  display: flex;
  align-items: center;
  justify-content: flex-start;
}
.cid-uLMT5bnPh6 .icons-menu {
  flex-wrap: nowrap;
  display: flex;
  justify-content: center;
  padding: 0;
  text-align: center;
  margin-bottom: 35px;
}
@media screen and (-ms-high-contrast: active), (-ms-high-contrast: none) {
  .cid-uLMT5bnPh6 .navbar {
    height: 70px;
  }
  .cid-uLMT5bnPh6 .navbar.opened {
    height: auto;
  }
  .cid-uLMT5bnPh6 .nav-item .nav-link:hover::before {
    width: 175%;
    max-width: calc(100% + 2rem);
    left: -1rem;
  }
}
.cid-uLMT5bnPh6 .navbar-dropdown .navbar-logo {
  margin-right: 15px;
}
@media (min-width: 768px) {
  .cid-uLMT5bnPh6 .container-fluid {
    padding-left: 30px;
    padding-right: 30px;
  }
}
.cid-uLMT5bnPh6 .mbr-section-btn-main {
  padding-top: 5px;
}
.cid-uLMT5bnPh6 .mbr-section-btn-main .btn {
  margin: 0 4px 4px 4px;
}
.cid-uLMT5bnPh6 .navbar-caption:hover {
  color: #2554ab;
}
@media (min-width: 992px) {
  .cid-uLMT5bnPh6 .dropdown-menu.dropdown-submenu {
    left: 175px !important;
    top: -45% !important;
  }
}
.cid-uLMT5bnPh6 .nav-link {
  position: relative;
}
.cid-uLMT5bnPh6 .nav-link:before {
  content: '';
  position: absolute;
  left: -12px;
  width: 6px;
  height: 6px;
  border-radius: 100%;
  background-color: #2554ab;
  transition: all .3s ease;
  opacity: 0;
}
.cid-uLMT5bnPh6 .nav-link:hover:before {
  opacity: 1;
}
.cid-uLMT5bnPh6 .mbr-section-subtitle {
  color: #ffffff;
}
.cid-uLMT5bnPh6 .mbr-text {
  color: #ffffff;
  text-align: center;
}
.cid-uLMT5bnPh6 .text_widget {
  color: #ffffff;
}
.cid-uLMT5bnPh6 .mbr-section-subtitle,
.cid-uLMT5bnPh6 .text_widget,
.cid-uLMT5bnPh6 .mbr-section-btn {
  text-align: center;
}
.cid-uLMT5bnPh6 a[class*="text-"]:not(.nav-link):not(.dropdown-item):not([role]):not(.navbar-caption):hover {
  background-image: none;
}
.cid-uC19gVUHdm {
  padding-top: 0rem;
  padding-bottom: 1rem;
  background-color: #ffffff;
}
.cid-uC19gVUHdm .item-img {
  position: relative;
  overflow: hidden;
}
.cid-uC19gVUHdm .item-img:before {
  content: '';
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
  left: 0;
  background: black;
  opacity: 0.3;
  z-index: 1;
  transition: all 0.3s;
  pointer-events: none;
}
.cid-uC19gVUHdm h5 {
  margin-bottom: 1rem;
}
.cid-uC19gVUHdm .item-content {
  position: absolute;
  top: 55%;
  right: 0;
  z-index: 2;
  width: 100%;
  transform: translateY(-50%);
  padding: 2rem 8rem;
  display: flex;
  flex-direction: column;
  height: 50%;
}
@media (max-width: 767px) {
  .cid-uC19gVUHdm .item-content {
    padding: 0 2rem 1.5rem;
    margin-top: 1rem;
  }
}
.cid-uC19gVUHdm img,
.cid-uC19gVUHdm .item-img {
  width: 100%;
  transition: all 0.3s;
  height: 100%;
  height: 400px;
  object-fit: cover;
}
.cid-uC19gVUHdm .item:focus,
.cid-uC19gVUHdm span:focus {
  outline: none;
}
.cid-uC19gVUHdm .item {
  margin-bottom: 2rem;
}
@media (max-width: 767px) {
  .cid-uC19gVUHdm .item {
    margin-bottom: 1rem;
  }
}
.cid-uC19gVUHdm .item-wrapper {
  position: relative;
  border-radius: 15px;
  height: 100%;
  display: flex;
  flex-flow: column nowrap;
}
.cid-uC19gVUHdm .mbr-section-title {
  color: #4e423d;
}
.cid-uC19gVUHdm .item-title {
  text-align: left;
  color: #ffffff;
}
.cid-uC19gVUHdm .item-subtitle {
  text-align: left;
  color: #ffffff;
}
.cid-uC19gVUHdm .mbr-text,
.cid-uC19gVUHdm .item .mbr-section-btn {
  text-align: left;
  color: #ffffff;
}
.cid-uC19gVUHdm .content-head {
  max-width: 800px;
}
.cid-uC19gWLe5W {
  padding-top: 1rem;
  padding-bottom: 5rem;
  background-color: #fafafa;
}
.cid-uC19gWLe5W .mbr-section-title {
  margin-bottom: 1em;
  color: #272727;
}
.cid-uC19gWLe5W .mbr-section-subtitle {
  margin-bottom: 1.5625em;
  color: #272727;
  opacity: 0.4;
}
.cid-uC19gWLe5W .item-row {
  display: grid;
  -webkit-box-align: stretch;
  -webkit-align-items: stretch;
  -ms-flex-align: stretch;
  align-items: stretch;
  grid-auto-columns: 1fr;
  grid-column-gap: 16px;
  grid-row-gap: 16px;
  grid-template-columns: repeat(4, 1fr);
  -ms-grid-rows: auto;
  grid-template-rows: auto;
}
@media (max-width: 1199px) {
  .cid-uC19gWLe5W .item-row {
    grid-template-columns: repeat(2, 1fr);
  }
}
@media (max-width: 767px) {
  .cid-uC19gWLe5W .item-row {
    grid-template-columns: repeat(1, 1fr);
  }
}
.cid-uC19gWLe5W .item {
  padding: 0;
}
.cid-uC19gWLe5W .item-wrapper {
  display: flex;
  flex-direction: column;
  align-items: stretch;
  height: 100%;
  width: 100%;
  border-radius: 10px;
  overflow: hidden;
  transform-style: preserve-3d;
  transition: .3s all;
  border: 2px solid transparent;
}
.cid-uC19gWLe5W .item-wrapper:hover {
  transform: scale3d(1.01, 1.01, 1);
  border-color: #fafafa;
}
.cid-uC19gWLe5W .item-img {
  display: flex;
  align-items: center;
  justify-content: center;
  height: 175px;
}
.cid-uC19gWLe5W .item-img img {
  width: 100%;
  object-fit: cover;
  height: 100%;
}
.cid-uC19gWLe5W .item-content {
  display: flex;
  flex-direction: column;
  align-items: stretch;
  width: 100%;
  padding: 20px 5% 6%;
  flex-grow: 1;
  background-color: #ffffff;
}
.cid-uC19gWLe5W .item-text-wrap {
  width: 100%;
  margin-bottom: 5.3em;
}
@media (max-width: 1199px) {
  .cid-uC19gWLe5W .item-text-wrap {
    margin-bottom: 4em;
  }
}
@media (max-width: 767px) {
  .cid-uC19gWLe5W .item-text-wrap {
    margin-bottom: 2em;
    max-width: 340px;
    margin-right: auto;
  }
}
.cid-uC19gWLe5W .item-title {
  color: #272727;
  margin-bottom: 0.52em;
}
.cid-uC19gWLe5W .item-subtitle {
  color: #272727;
  opacity: 0.52em;
}
.cid-uC19gWLe5W .card-bottom {
  display: flex;
  flex-direction: column;
  align-items: stretch;
  margin-top: auto;
}
.cid-uC19gWLe5W .item-name-wrap {
  display: flex;
  align-items: center;
  width: 100%;
}
.cid-uC19gWLe5W .image-wrapper {
  width: 35px;
  height: 35px;
  margin-right: 10px;
  border-radius: 300px;
  overflow: hidden;
}
.cid-uC19gWLe5W .image-wrapper img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.cid-uC19gWLe5W .mbr-text {
  flex-grow: 1;
  color: #272727;
  text-align: right;
}
.cid-uC19gWLe5W .mbr-section-btn {
  display: flex;
  margin-top: 20px;
  width: auto !important;
}
.cid-uC19gWLe5W .mbr-section-btn .btn {
  width: 100%;
  min-width: auto !important;
}
.cid-uLMRAIzUxG {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-color: #0e132f;
}
.cid-uLMRAIzUxG .mbr-fallback-image.disabled {
  display: none;
}
.cid-uLMRAIzUxG .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-uLMRAIzUxG .container {
    padding: 0 16px;
  }
}
.cid-uLMRAIzUxG .card {
  display: flex;
  flex-direction: column;
  justify-content: space-between;
}
@media (max-width: 992px) {
  .cid-uLMRAIzUxG .card {
    margin-bottom: 40px;
  }
}
.cid-uLMRAIzUxG .card .content-wrapper .title-wrapper .title-wrap {
  display: inline-flex;
  align-items: center;
  margin-bottom: 16px;
}
@media (max-width: 992px) {
  .cid-uLMRAIzUxG .card .content-wrapper .title-wrapper .title-wrap {
    margin-bottom: 40px;
  }
}
.cid-uLMRAIzUxG .card .content-wrapper .title-wrapper .title-wrap img {
  width: 32px;
  height: 32px;
  object-fit: contain;
  margin-right: 1rem;
}
.cid-uLMRAIzUxG .card .content-wrapper .title-wrapper .title-wrap .mbr-section-title {
  margin-bottom: 0;
}
.cid-uLMRAIzUxG .card .content-wrapper .copyright {
  margin-bottom: 20px;
}
@media (max-width: 992px) {
  .cid-uLMRAIzUxG .card .content-wrapper .copyright {
    margin-bottom: 40px;
  }
}
.cid-uLMRAIzUxG .card .social-wrapper .social-wrap {
  display: inline-flex;
  flex-wrap: wrap;
}
.cid-uLMRAIzUxG .card .social-wrapper .social-wrap .mbr-iconfont {
  font-size: 20px;
  margin-right: 48px;
  color: #ffffff;
}
.cid-uLMRAIzUxG .list-wrapper .mbr-card-title {
  margin-bottom: 16px;
}
.cid-uLMRAIzUxG .list-wrapper .list {
  margin: 0;
  padding: 0;
  list-style-type: none;
}
.cid-uLMRAIzUxG .list-wrapper .list .item-wrap {
  margin-bottom: 16px;
}
@media (max-width: 992px) {
  .cid-uLMRAIzUxG .list-wrapper .list {
    margin-bottom: 40px;
  }
}
.cid-uLMRAIzUxG .mbr-section-title {
  color: #ffffff;
}
.cid-uLMRAIzUxG .copyright {
  color: #ffffff;
}
.cid-uLMRAIzUxG .mbr-card-title {
  color: #D4FE00;
}
.cid-uLMRAIzUxG .list {
  color: #ffffff;
}
.cid-uLMT5bnPh6 .navbar-dropdown {
  background-color: #ffffff !important;
  padding: 0;
}
.cid-uLMT5bnPh6 .navbar.navbar-expand-lg .dropdown .dropdown-menu {
  background-color: #ffffff !important;
  background: #ffffff;
}
.cid-uLMT5bnPh6 .navbar.navbar-expand-lg .dropdown .dropdown-menu .dropdown-submenu {
  margin: 0;
  left: 100%;
}
@media (max-width: 991px) {
  .cid-uLMT5bnPh6 .menu_box .navbar.opened,
  .cid-uLMT5bnPh6 .menu_box .navbar-collapse {
    background-color: #ffffff !important;
    transition: all 0s ease 0s;
  }
}
.cid-uLMT5bnPh6 .navbar-dropdown {
  position: relative !important;
}
.cid-uLMT5bnPh6 .btn {
  min-height: auto;
  box-shadow: none;
  margin-top: 0;
}
.cid-uLMT5bnPh6 .btn:hover {
  box-shadow: none;
}
@media (min-width: 992px) {
  .cid-uLMT5bnPh6 .offcanvas_image img {
    width: auto;
    object-fit: cover;
    display: inline-block;
  }
  .cid-uLMT5bnPh6 .offcanvas-header {
    position: relative;
    padding: 0;
  }
  .cid-uLMT5bnPh6 .offcanvas-header .btn-close {
    position: absolute;
    top: -70px;
    right: 0;
    width: 35px;
    height: 30px;
  }
  .cid-uLMT5bnPh6 .offcanvas-body {
    text-align: center;
    padding: 0;
  }
  .cid-uLMT5bnPh6 .offcanvas-body .mbr-text,
  .cid-uLMT5bnPh6 .offcanvas-body .mbr-section-subtitle {
    margin-top: 14px;
  }
  .cid-uLMT5bnPh6 .offcanvas-body .offcanvas_contact {
    margin: 35px 0;
  }
  .cid-uLMT5bnPh6 .offcanvas_box button.btn_offcanvas {
    outline: none;
    width: 40px;
    height: 40px;
    cursor: pointer;
    transition: all 0.2s;
    position: relative;
    align-self: center;
  }
  .cid-uLMT5bnPh6 .offcanvas_box button.btn_offcanvas .hamburger span {
    position: absolute;
    right: 0;
    width: 40px;
    height: 2px;
    border-right: 5px;
    background-color: #474747;
  }
  .cid-uLMT5bnPh6 .offcanvas_box button.btn_offcanvas .hamburger span:nth-child(1) {
    top: 18px;
    transition: all 0.2s;
  }
  .cid-uLMT5bnPh6 .offcanvas_box button.btn_offcanvas .hamburger span:nth-child(2) {
    top: 25px;
    transition: all 0.2s;
  }
  .cid-uLMT5bnPh6 .offcanvas_box button.btn_offcanvas:hover .hamburger span {
    width: 36px;
  }
  .cid-uLMT5bnPh6 .offcanvas_box button.btn_offcanvas:hover .hamburger span:nth-child(2) {
    width: 33px;
    transition-delay: 0.2s;
  }
  .cid-uLMT5bnPh6 ul.navbar-nav {
    padding-bottom: 1.5rem;
  }
  .cid-uLMT5bnPh6 .dropdown-menu .dropdown-toggle[data-toggle="dropdown-submenu"]::after,
  .cid-uLMT5bnPh6 .link.dropdown-toggle::after {
    display: inline-block;
    width: 7px;
    height: 7px;
    margin-left: .5rem;
    margin-bottom: 2px;
    content: "";
    border: 2px solid;
    border-left: none;
    border-top: none;
    transform: rotate(-45deg);
  }
  .cid-uLMT5bnPh6 .link.dropdown-toggle::after {
    padding: 0 !important;
    transform: rotate(45deg);
  }
  .cid-uLMT5bnPh6 li.nav-item {
    position: relative;
    display: inline-block;
    padding: 1px 7px !important;
    vertical-align: middle;
    line-height: 2em !important;
    font-weight: 600 !important;
    text-decoration: none;
    letter-spacing: 0 !important;
    z-index: 1;
  }
  .cid-uLMT5bnPh6 .lg_brand {
    margin: 0 1rem;
  }
}
.cid-uLMT5bnPh6 .nav-item {
  margin: 4px 15px;
}
@media (min-width: 1200px) {
  .cid-uLMT5bnPh6 .nav-item {
    margin: 4px 20px;
  }
}
@media (max-width: 991px) {
  .cid-uLMT5bnPh6 .nav-item {
    margin: 0 !important;
  }
}
.cid-uLMT5bnPh6 .dropdown-menu {
  border-radius: 0;
  box-shadow: none;
  text-align: left;
}
@media (min-width: 992px) {
  .cid-uLMT5bnPh6 .dropdown-menu {
    padding: 18px 34px 22px;
    min-width: 250px;
    top: auto !important;
    left: -40px !important;
  }
  .cid-uLMT5bnPh6 .dropdown-menu.dropdown-submenu {
    left: 215px !important;
    top: -45% !important;
  }
}
@media (max-width: 991px) {
  .cid-uLMT5bnPh6 .dropdown-menu .dropdown-toggle[data-toggle="dropdown-submenu"]::after,
  .cid-uLMT5bnPh6 .link.dropdown-toggle::after {
    display: inline-block;
    width: 7px;
    height: 7px;
    margin-left: .5rem;
    margin-bottom: 2px;
    content: "";
    border: 2px solid;
    border-left: none;
    border-top: none;
    transform: rotate(-45deg);
    right: 15px;
    position: absolute;
    margin-top: -2px;
  }
  .cid-uLMT5bnPh6 .show.dropdown-toggle[aria-expanded="true"]::after {
    transform: rotate(45deg);
    margin-top: -4px;
  }
  .cid-uLMT5bnPh6 .offcanvas_box {
    display: none;
  }
}
.cid-uLMT5bnPh6 .dropdown-item {
  border: none;
  font-weight: 400 !important;
}
.cid-uLMT5bnPh6 .nav-dropdown .link {
  font-weight: 400 !important;
  padding: 0 !important;
  margin: 0 !important;
}
.cid-uLMT5bnPh6 .nav-dropdown .link.dropdown-toggle::after {
  margin-left: 0.5rem;
  margin-top: 0;
}
.cid-uLMT5bnPh6 .container {
  display: flex;
  margin: auto;
}
.cid-uLMT5bnPh6 .iconfont-wrapper {
  color: #e0bdb6;
  font-size: 17px;
  margin-right: 10px;
  margin-bottom: 5px;
  width: 25px;
  height: 25px;
  border-radius: 50%;
  display: flex;
  justify-content: center;
  align-items: center;
  transition: all 0.2s ease-in-out;
}
.cid-uLMT5bnPh6 .iconfont-wrapper:last-child {
  margin-right: 0;
}
.cid-uLMT5bnPh6 .iconfont-wrapper:hover {
  opacity: .5;
}
.cid-uLMT5bnPh6 .navbar-caption {
  color: #747474;
}
.cid-uLMT5bnPh6 .navbar-nav {
  margin: 0 1rem;
}
@media (min-width: 992px) {
  .cid-uLMT5bnPh6 .navbar-nav {
    margin: 0;
  }
}
.cid-uLMT5bnPh6 .dropdown-menu,
.cid-uLMT5bnPh6 .navbar.opened {
  background-color: false !important;
}
.cid-uLMT5bnPh6 .nav-item:focus,
.cid-uLMT5bnPh6 .nav-link:focus {
  outline: none;
}
.cid-uLMT5bnPh6 .dropdown .dropdown-menu .dropdown-item {
  width: auto;
  transition: all 0.25s ease-in-out;
}
.cid-uLMT5bnPh6 .dropdown .dropdown-menu .dropdown-item::after {
  right: 0.5rem;
}
.cid-uLMT5bnPh6 .dropdown .dropdown-menu .dropdown-item .mbr-iconfont {
  margin-right: 0.5rem;
  vertical-align: sub;
}
.cid-uLMT5bnPh6 .dropdown .dropdown-menu .dropdown-item .mbr-iconfont:before {
  display: inline-block;
  transform: scale(1, 1);
  transition: all 0.25s ease-in-out;
}
.cid-uLMT5bnPh6 .collapsed .dropdown-menu .dropdown-item:before {
  display: none;
}
.cid-uLMT5bnPh6 .collapsed .dropdown .dropdown-menu .dropdown-item {
  padding: 0.235em 1.5em 0.235em 1.5em !important;
  transition: none;
  margin: 0 !important;
}
.cid-uLMT5bnPh6 .navbar {
  min-height: 70px;
  padding: 20px 0;
  transition: all 0.3s;
  border-bottom-width: 0px;
}
@media (max-width: 992px) {
  .cid-uLMT5bnPh6 .navbar {
    min-height: 30px;
    max-height: 90px;
  }
}
.cid-uLMT5bnPh6 .navbar.opened {
  transition: all 0.3s;
}
.cid-uLMT5bnPh6 .navbar .dropdown-item {
  padding: 0;
  margin: 8px 0;
}
.cid-uLMT5bnPh6 .navbar .navbar-logo img {
  width: auto;
  object-fit: contain;
  border-radius: 0;
}
.cid-uLMT5bnPh6 .navbar .navbar-collapse {
  justify-content: space-between;
  z-index: 1;
}
.cid-uLMT5bnPh6 .navbar.collapsed {
  justify-content: center;
}
.cid-uLMT5bnPh6 .navbar.collapsed .nav-item .nav-link::before {
  display: none;
}
.cid-uLMT5bnPh6 .navbar.collapsed.opened .dropdown-menu {
  top: 0;
}
.cid-uLMT5bnPh6 .navbar.collapsed .dropdown-menu .dropdown-submenu {
  left: 0 !important;
}
.cid-uLMT5bnPh6 .navbar.collapsed .dropdown-menu .dropdown-item:after {
  right: auto;
}
.cid-uLMT5bnPh6 .navbar.collapsed ul.navbar-nav li {
  margin: auto;
}
.cid-uLMT5bnPh6 .navbar.collapsed .dropdown-menu .dropdown-item {
  padding: 0.25rem 1.5rem;
  text-align: left;
}
.cid-uLMT5bnPh6 .navbar.collapsed .icons-menu {
  padding: 0;
}
@media (max-width: 991px) {
  .cid-uLMT5bnPh6 .navbar .nav-item {
    padding: .5rem 0;
  }
  .cid-uLMT5bnPh6 .navbar .navbar-collapse {
    padding: 34px 0;
    border-radius: 25px;
  }
  .cid-uLMT5bnPh6 .navbar .nav-item .nav-link::before {
    display: none;
  }
  .cid-uLMT5bnPh6 .navbar.opened .dropdown-menu {
    top: 0;
  }
  .cid-uLMT5bnPh6 .navbar .dropdown-menu {
    padding: 6px 0 6px 15px;
  }
  .cid-uLMT5bnPh6 .navbar .dropdown-menu .dropdown-submenu {
    left: 0 !important;
  }
  .cid-uLMT5bnPh6 .navbar .dropdown-menu .dropdown-item:after {
    right: auto;
    margin-top: -0.4rem;
  }
  .cid-uLMT5bnPh6 .navbar .navbar-logo img {
    height: 3rem !important;
  }
  .cid-uLMT5bnPh6 .navbar ul.navbar-nav {
    overflow: hidden;
  }
  .cid-uLMT5bnPh6 .navbar ul.navbar-nav li {
    margin: 0;
  }
  .cid-uLMT5bnPh6 .navbar .dropdown-menu .dropdown-item {
    padding: 0 !important;
    margin: 0;
    margin-top: 8px;
    text-align: left;
  }
  .cid-uLMT5bnPh6 .navbar .navbar-brand {
    flex-shrink: initial;
    flex-basis: auto;
    word-break: break-word;
    padding-right: 2rem;
  }
  .cid-uLMT5bnPh6 .navbar .navbar-toggler {
    flex-basis: auto;
  }
  .cid-uLMT5bnPh6 .navbar .icons-menu {
    padding: 0;
  }
}
.cid-uLMT5bnPh6 .navbar.navbar-short {
  min-height: 60px;
}
.cid-uLMT5bnPh6 .navbar.navbar-short .navbar-logo img {
  height: 2.5rem !important;
}
.cid-uLMT5bnPh6 .navbar.navbar-short .navbar-brand {
  min-height: 60px;
  padding: 0;
}
.cid-uLMT5bnPh6 .navbar-brand {
  min-height: 70px;
  flex-shrink: 0;
  align-items: center;
  margin-right: 0;
  padding: 10px 0;
  transition: all 0.3s;
  word-break: break-word;
  z-index: 1;
}
.cid-uLMT5bnPh6 .navbar-brand .navbar-caption {
  line-height: inherit !important;
}
.cid-uLMT5bnPh6 .navbar-brand .navbar-logo a {
  outline: none;
}
.cid-uLMT5bnPh6 .dropdown-item.active,
.cid-uLMT5bnPh6 .dropdown-item:active {
  background-color: transparent;
}
.cid-uLMT5bnPh6 .navbar-expand-lg .navbar-nav .nav-link {
  padding: 0;
}
.cid-uLMT5bnPh6 .nav-dropdown .link.dropdown-toggle {
  margin-right: 1.667em;
}
.cid-uLMT5bnPh6 .nav-dropdown .link.dropdown-toggle[aria-expanded="true"] {
  margin-right: 0;
  padding: 0.667em 1.667em;
}
.cid-uLMT5bnPh6 .navbar .dropdown.open > .dropdown-menu {
  display: block;
}
.cid-uLMT5bnPh6 ul.navbar-nav {
  flex-wrap: wrap;
  padding: 36px 0;
  border-bottom: 1px solid #0e132f;
}
.cid-uLMT5bnPh6 .navbar-buttons {
  text-align: center;
  min-width: 170px;
}
.cid-uLMT5bnPh6 button.navbar-toggler {
  outline: none;
  width: 48px;
  height: 48px;
  border-radius: 50%;
  cursor: pointer;
  transition: all 0.2s;
  position: relative;
  align-self: center;
  color: #ffffff;
  background: #ffffff;
}
.cid-uLMT5bnPh6 button.navbar-toggler .hamburger span {
  position: absolute;
  right: 10px;
  margin-top: 14px;
  width: 26px;
  height: 2px;
  border-right: 5px;
  background-color: #474747;
}
.cid-uLMT5bnPh6 button.navbar-toggler .hamburger span:nth-child(1) {
  top: 0;
  transition: all 0.2s;
}
.cid-uLMT5bnPh6 button.navbar-toggler .hamburger span:nth-child(2) {
  top: 8px;
  transition: all 0.15s;
}
.cid-uLMT5bnPh6 button.navbar-toggler .hamburger span:nth-child(3) {
  top: 8px;
  transition: all 0.15s;
}
.cid-uLMT5bnPh6 button.navbar-toggler .hamburger span:nth-child(4) {
  top: 16px;
  transition: all 0.2s;
}
.cid-uLMT5bnPh6 nav.opened .hamburger span:nth-child(1) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-uLMT5bnPh6 nav.opened .hamburger span:nth-child(2) {
  transform: rotate(45deg);
  transition: all 0.25s;
}
.cid-uLMT5bnPh6 nav.opened .hamburger span:nth-child(3) {
  transform: rotate(-45deg);
  transition: all 0.25s;
}
.cid-uLMT5bnPh6 nav.opened .hamburger span:nth-child(4) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-uLMT5bnPh6 a.nav-link {
  display: flex;
  align-items: center;
  justify-content: flex-start;
}
.cid-uLMT5bnPh6 .icons-menu {
  flex-wrap: nowrap;
  display: flex;
  justify-content: center;
  padding: 0;
  text-align: center;
  margin-bottom: 35px;
}
@media screen and (-ms-high-contrast: active), (-ms-high-contrast: none) {
  .cid-uLMT5bnPh6 .navbar {
    height: 70px;
  }
  .cid-uLMT5bnPh6 .navbar.opened {
    height: auto;
  }
  .cid-uLMT5bnPh6 .nav-item .nav-link:hover::before {
    width: 175%;
    max-width: calc(100% + 2rem);
    left: -1rem;
  }
}
.cid-uLMT5bnPh6 .navbar-dropdown .navbar-logo {
  margin-right: 15px;
}
@media (min-width: 768px) {
  .cid-uLMT5bnPh6 .container-fluid {
    padding-left: 30px;
    padding-right: 30px;
  }
}
.cid-uLMT5bnPh6 .mbr-section-btn-main {
  padding-top: 5px;
}
.cid-uLMT5bnPh6 .mbr-section-btn-main .btn {
  margin: 0 4px 4px 4px;
}
.cid-uLMT5bnPh6 .navbar-caption:hover {
  color: #2554ab;
}
@media (min-width: 992px) {
  .cid-uLMT5bnPh6 .dropdown-menu.dropdown-submenu {
    left: 175px !important;
    top: -45% !important;
  }
}
.cid-uLMT5bnPh6 .nav-link {
  position: relative;
}
.cid-uLMT5bnPh6 .nav-link:before {
  content: '';
  position: absolute;
  left: -12px;
  width: 6px;
  height: 6px;
  border-radius: 100%;
  background-color: #2554ab;
  transition: all .3s ease;
  opacity: 0;
}
.cid-uLMT5bnPh6 .nav-link:hover:before {
  opacity: 1;
}
.cid-uLMT5bnPh6 .mbr-section-subtitle {
  color: #ffffff;
}
.cid-uLMT5bnPh6 .mbr-text {
  color: #ffffff;
  text-align: center;
}
.cid-uLMT5bnPh6 .text_widget {
  color: #ffffff;
}
.cid-uLMT5bnPh6 .mbr-section-subtitle,
.cid-uLMT5bnPh6 .text_widget,
.cid-uLMT5bnPh6 .mbr-section-btn {
  text-align: center;
}
.cid-uLMT5bnPh6 a[class*="text-"]:not(.nav-link):not(.dropdown-item):not([role]):not(.navbar-caption):hover {
  background-image: none;
}
.cid-uC19dyPp5n {
  padding-top: 0rem;
  padding-bottom: 0rem;
  background-color: #ffffff;
}
.cid-uC19dyPp5n .item-img {
  position: relative;
  overflow: hidden;
}
.cid-uC19dyPp5n .item-img:before {
  content: '';
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
  left: 0;
  background: black;
  opacity: 0.3;
  z-index: 1;
  transition: all 0.3s;
  pointer-events: none;
}
.cid-uC19dyPp5n h5 {
  margin-bottom: 1rem;
}
.cid-uC19dyPp5n .item-content {
  position: absolute;
  top: 55%;
  right: 0;
  z-index: 2;
  width: 100%;
  transform: translateY(-50%);
  padding: 2rem 8rem;
  display: flex;
  flex-direction: column;
  height: 50%;
}
@media (max-width: 767px) {
  .cid-uC19dyPp5n .item-content {
    padding: 0 2rem 1.5rem;
    margin-top: 1rem;
  }
}
.cid-uC19dyPp5n img,
.cid-uC19dyPp5n .item-img {
  width: 100%;
  transition: all 0.3s;
  height: 100%;
  height: 400px;
  object-fit: cover;
}
.cid-uC19dyPp5n .item:focus,
.cid-uC19dyPp5n span:focus {
  outline: none;
}
.cid-uC19dyPp5n .item {
  margin-bottom: 2rem;
}
@media (max-width: 767px) {
  .cid-uC19dyPp5n .item {
    margin-bottom: 1rem;
  }
}
.cid-uC19dyPp5n .item-wrapper {
  position: relative;
  border-radius: 15px;
  height: 100%;
  display: flex;
  flex-flow: column nowrap;
}
.cid-uC19dyPp5n .mbr-section-title {
  color: #4e423d;
}
.cid-uC19dyPp5n .item-title {
  text-align: left;
  color: #ffffff;
}
.cid-uC19dyPp5n .item-subtitle {
  text-align: left;
  color: #ffffff;
}
.cid-uC19dyPp5n .mbr-text,
.cid-uC19dyPp5n .item .mbr-section-btn {
  text-align: left;
  color: #ffffff;
}
.cid-uC19dyPp5n .content-head {
  max-width: 800px;
}
.cid-uC19dAe7A1 {
  padding-top: 1rem;
  padding-bottom: 5rem;
  background-color: #fafafa;
}
.cid-uC19dAe7A1 .mbr-section-title {
  margin-bottom: 1em;
  color: #272727;
}
.cid-uC19dAe7A1 .mbr-section-subtitle {
  margin-bottom: 1.5625em;
  color: #272727;
  opacity: 0.4;
}
.cid-uC19dAe7A1 .item-row {
  display: grid;
  -webkit-box-align: stretch;
  -webkit-align-items: stretch;
  -ms-flex-align: stretch;
  align-items: stretch;
  grid-auto-columns: 1fr;
  grid-column-gap: 16px;
  grid-row-gap: 16px;
  grid-template-columns: repeat(4, 1fr);
  -ms-grid-rows: auto;
  grid-template-rows: auto;
}
@media (max-width: 1199px) {
  .cid-uC19dAe7A1 .item-row {
    grid-template-columns: repeat(2, 1fr);
  }
}
@media (max-width: 767px) {
  .cid-uC19dAe7A1 .item-row {
    grid-template-columns: repeat(1, 1fr);
  }
}
.cid-uC19dAe7A1 .item {
  padding: 0;
}
.cid-uC19dAe7A1 .item-wrapper {
  display: flex;
  flex-direction: column;
  align-items: stretch;
  height: 100%;
  width: 100%;
  border-radius: 10px;
  overflow: hidden;
  transform-style: preserve-3d;
  transition: .3s all;
  border: 2px solid transparent;
}
.cid-uC19dAe7A1 .item-wrapper:hover {
  transform: scale3d(1.01, 1.01, 1);
  border-color: #fafafa;
}
.cid-uC19dAe7A1 .item-img {
  display: flex;
  align-items: center;
  justify-content: center;
  height: 175px;
}
.cid-uC19dAe7A1 .item-img img {
  width: 100%;
  object-fit: cover;
  height: 100%;
}
.cid-uC19dAe7A1 .item-content {
  display: flex;
  flex-direction: column;
  align-items: stretch;
  width: 100%;
  padding: 20px 5% 6%;
  flex-grow: 1;
  background-color: #ffffff;
}
.cid-uC19dAe7A1 .item-text-wrap {
  width: 100%;
  margin-bottom: 5.3em;
}
@media (max-width: 1199px) {
  .cid-uC19dAe7A1 .item-text-wrap {
    margin-bottom: 4em;
  }
}
@media (max-width: 767px) {
  .cid-uC19dAe7A1 .item-text-wrap {
    margin-bottom: 2em;
    max-width: 340px;
    margin-right: auto;
  }
}
.cid-uC19dAe7A1 .item-title {
  color: #272727;
  margin-bottom: 0.52em;
}
.cid-uC19dAe7A1 .item-subtitle {
  color: #272727;
  opacity: 0.52em;
}
.cid-uC19dAe7A1 .card-bottom {
  display: flex;
  flex-direction: column;
  align-items: stretch;
  margin-top: auto;
}
.cid-uC19dAe7A1 .item-name-wrap {
  display: flex;
  align-items: center;
  width: 100%;
}
.cid-uC19dAe7A1 .image-wrapper {
  width: 35px;
  height: 35px;
  margin-right: 10px;
  border-radius: 300px;
  overflow: hidden;
}
.cid-uC19dAe7A1 .image-wrapper img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.cid-uC19dAe7A1 .mbr-text {
  flex-grow: 1;
  color: #272727;
  text-align: right;
}
.cid-uC19dAe7A1 .mbr-section-btn {
  display: flex;
  margin-top: 20px;
  width: auto !important;
}
.cid-uC19dAe7A1 .mbr-section-btn .btn {
  width: 100%;
  min-width: auto !important;
}
.cid-uLMRAIzUxG {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-color: #0e132f;
}
.cid-uLMRAIzUxG .mbr-fallback-image.disabled {
  display: none;
}
.cid-uLMRAIzUxG .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-uLMRAIzUxG .container {
    padding: 0 16px;
  }
}
.cid-uLMRAIzUxG .card {
  display: flex;
  flex-direction: column;
  justify-content: space-between;
}
@media (max-width: 992px) {
  .cid-uLMRAIzUxG .card {
    margin-bottom: 40px;
  }
}
.cid-uLMRAIzUxG .card .content-wrapper .title-wrapper .title-wrap {
  display: inline-flex;
  align-items: center;
  margin-bottom: 16px;
}
@media (max-width: 992px) {
  .cid-uLMRAIzUxG .card .content-wrapper .title-wrapper .title-wrap {
    margin-bottom: 40px;
  }
}
.cid-uLMRAIzUxG .card .content-wrapper .title-wrapper .title-wrap img {
  width: 32px;
  height: 32px;
  object-fit: contain;
  margin-right: 1rem;
}
.cid-uLMRAIzUxG .card .content-wrapper .title-wrapper .title-wrap .mbr-section-title {
  margin-bottom: 0;
}
.cid-uLMRAIzUxG .card .content-wrapper .copyright {
  margin-bottom: 20px;
}
@media (max-width: 992px) {
  .cid-uLMRAIzUxG .card .content-wrapper .copyright {
    margin-bottom: 40px;
  }
}
.cid-uLMRAIzUxG .card .social-wrapper .social-wrap {
  display: inline-flex;
  flex-wrap: wrap;
}
.cid-uLMRAIzUxG .card .social-wrapper .social-wrap .mbr-iconfont {
  font-size: 20px;
  margin-right: 48px;
  color: #ffffff;
}
.cid-uLMRAIzUxG .list-wrapper .mbr-card-title {
  margin-bottom: 16px;
}
.cid-uLMRAIzUxG .list-wrapper .list {
  margin: 0;
  padding: 0;
  list-style-type: none;
}
.cid-uLMRAIzUxG .list-wrapper .list .item-wrap {
  margin-bottom: 16px;
}
@media (max-width: 992px) {
  .cid-uLMRAIzUxG .list-wrapper .list {
    margin-bottom: 40px;
  }
}
.cid-uLMRAIzUxG .mbr-section-title {
  color: #ffffff;
}
.cid-uLMRAIzUxG .copyright {
  color: #ffffff;
}
.cid-uLMRAIzUxG .mbr-card-title {
  color: #D4FE00;
}
.cid-uLMRAIzUxG .list {
  color: #ffffff;
}
.cid-uLMT5bnPh6 .navbar-dropdown {
  background-color: #ffffff !important;
  padding: 0;
}
.cid-uLMT5bnPh6 .navbar.navbar-expand-lg .dropdown .dropdown-menu {
  background-color: #ffffff !important;
  background: #ffffff;
}
.cid-uLMT5bnPh6 .navbar.navbar-expand-lg .dropdown .dropdown-menu .dropdown-submenu {
  margin: 0;
  left: 100%;
}
@media (max-width: 991px) {
  .cid-uLMT5bnPh6 .menu_box .navbar.opened,
  .cid-uLMT5bnPh6 .menu_box .navbar-collapse {
    background-color: #ffffff !important;
    transition: all 0s ease 0s;
  }
}
.cid-uLMT5bnPh6 .navbar-dropdown {
  position: relative !important;
}
.cid-uLMT5bnPh6 .btn {
  min-height: auto;
  box-shadow: none;
  margin-top: 0;
}
.cid-uLMT5bnPh6 .btn:hover {
  box-shadow: none;
}
@media (min-width: 992px) {
  .cid-uLMT5bnPh6 .offcanvas_image img {
    width: auto;
    object-fit: cover;
    display: inline-block;
  }
  .cid-uLMT5bnPh6 .offcanvas-header {
    position: relative;
    padding: 0;
  }
  .cid-uLMT5bnPh6 .offcanvas-header .btn-close {
    position: absolute;
    top: -70px;
    right: 0;
    width: 35px;
    height: 30px;
  }
  .cid-uLMT5bnPh6 .offcanvas-body {
    text-align: center;
    padding: 0;
  }
  .cid-uLMT5bnPh6 .offcanvas-body .mbr-text,
  .cid-uLMT5bnPh6 .offcanvas-body .mbr-section-subtitle {
    margin-top: 14px;
  }
  .cid-uLMT5bnPh6 .offcanvas-body .offcanvas_contact {
    margin: 35px 0;
  }
  .cid-uLMT5bnPh6 .offcanvas_box button.btn_offcanvas {
    outline: none;
    width: 40px;
    height: 40px;
    cursor: pointer;
    transition: all 0.2s;
    position: relative;
    align-self: center;
  }
  .cid-uLMT5bnPh6 .offcanvas_box button.btn_offcanvas .hamburger span {
    position: absolute;
    right: 0;
    width: 40px;
    height: 2px;
    border-right: 5px;
    background-color: #474747;
  }
  .cid-uLMT5bnPh6 .offcanvas_box button.btn_offcanvas .hamburger span:nth-child(1) {
    top: 18px;
    transition: all 0.2s;
  }
  .cid-uLMT5bnPh6 .offcanvas_box button.btn_offcanvas .hamburger span:nth-child(2) {
    top: 25px;
    transition: all 0.2s;
  }
  .cid-uLMT5bnPh6 .offcanvas_box button.btn_offcanvas:hover .hamburger span {
    width: 36px;
  }
  .cid-uLMT5bnPh6 .offcanvas_box button.btn_offcanvas:hover .hamburger span:nth-child(2) {
    width: 33px;
    transition-delay: 0.2s;
  }
  .cid-uLMT5bnPh6 ul.navbar-nav {
    padding-bottom: 1.5rem;
  }
  .cid-uLMT5bnPh6 .dropdown-menu .dropdown-toggle[data-toggle="dropdown-submenu"]::after,
  .cid-uLMT5bnPh6 .link.dropdown-toggle::after {
    display: inline-block;
    width: 7px;
    height: 7px;
    margin-left: .5rem;
    margin-bottom: 2px;
    content: "";
    border: 2px solid;
    border-left: none;
    border-top: none;
    transform: rotate(-45deg);
  }
  .cid-uLMT5bnPh6 .link.dropdown-toggle::after {
    padding: 0 !important;
    transform: rotate(45deg);
  }
  .cid-uLMT5bnPh6 li.nav-item {
    position: relative;
    display: inline-block;
    padding: 1px 7px !important;
    vertical-align: middle;
    line-height: 2em !important;
    font-weight: 600 !important;
    text-decoration: none;
    letter-spacing: 0 !important;
    z-index: 1;
  }
  .cid-uLMT5bnPh6 .lg_brand {
    margin: 0 1rem;
  }
}
.cid-uLMT5bnPh6 .nav-item {
  margin: 4px 15px;
}
@media (min-width: 1200px) {
  .cid-uLMT5bnPh6 .nav-item {
    margin: 4px 20px;
  }
}
@media (max-width: 991px) {
  .cid-uLMT5bnPh6 .nav-item {
    margin: 0 !important;
  }
}
.cid-uLMT5bnPh6 .dropdown-menu {
  border-radius: 0;
  box-shadow: none;
  text-align: left;
}
@media (min-width: 992px) {
  .cid-uLMT5bnPh6 .dropdown-menu {
    padding: 18px 34px 22px;
    min-width: 250px;
    top: auto !important;
    left: -40px !important;
  }
  .cid-uLMT5bnPh6 .dropdown-menu.dropdown-submenu {
    left: 215px !important;
    top: -45% !important;
  }
}
@media (max-width: 991px) {
  .cid-uLMT5bnPh6 .dropdown-menu .dropdown-toggle[data-toggle="dropdown-submenu"]::after,
  .cid-uLMT5bnPh6 .link.dropdown-toggle::after {
    display: inline-block;
    width: 7px;
    height: 7px;
    margin-left: .5rem;
    margin-bottom: 2px;
    content: "";
    border: 2px solid;
    border-left: none;
    border-top: none;
    transform: rotate(-45deg);
    right: 15px;
    position: absolute;
    margin-top: -2px;
  }
  .cid-uLMT5bnPh6 .show.dropdown-toggle[aria-expanded="true"]::after {
    transform: rotate(45deg);
    margin-top: -4px;
  }
  .cid-uLMT5bnPh6 .offcanvas_box {
    display: none;
  }
}
.cid-uLMT5bnPh6 .dropdown-item {
  border: none;
  font-weight: 400 !important;
}
.cid-uLMT5bnPh6 .nav-dropdown .link {
  font-weight: 400 !important;
  padding: 0 !important;
  margin: 0 !important;
}
.cid-uLMT5bnPh6 .nav-dropdown .link.dropdown-toggle::after {
  margin-left: 0.5rem;
  margin-top: 0;
}
.cid-uLMT5bnPh6 .container {
  display: flex;
  margin: auto;
}
.cid-uLMT5bnPh6 .iconfont-wrapper {
  color: #e0bdb6;
  font-size: 17px;
  margin-right: 10px;
  margin-bottom: 5px;
  width: 25px;
  height: 25px;
  border-radius: 50%;
  display: flex;
  justify-content: center;
  align-items: center;
  transition: all 0.2s ease-in-out;
}
.cid-uLMT5bnPh6 .iconfont-wrapper:last-child {
  margin-right: 0;
}
.cid-uLMT5bnPh6 .iconfont-wrapper:hover {
  opacity: .5;
}
.cid-uLMT5bnPh6 .navbar-caption {
  color: #747474;
}
.cid-uLMT5bnPh6 .navbar-nav {
  margin: 0 1rem;
}
@media (min-width: 992px) {
  .cid-uLMT5bnPh6 .navbar-nav {
    margin: 0;
  }
}
.cid-uLMT5bnPh6 .dropdown-menu,
.cid-uLMT5bnPh6 .navbar.opened {
  background-color: false !important;
}
.cid-uLMT5bnPh6 .nav-item:focus,
.cid-uLMT5bnPh6 .nav-link:focus {
  outline: none;
}
.cid-uLMT5bnPh6 .dropdown .dropdown-menu .dropdown-item {
  width: auto;
  transition: all 0.25s ease-in-out;
}
.cid-uLMT5bnPh6 .dropdown .dropdown-menu .dropdown-item::after {
  right: 0.5rem;
}
.cid-uLMT5bnPh6 .dropdown .dropdown-menu .dropdown-item .mbr-iconfont {
  margin-right: 0.5rem;
  vertical-align: sub;
}
.cid-uLMT5bnPh6 .dropdown .dropdown-menu .dropdown-item .mbr-iconfont:before {
  display: inline-block;
  transform: scale(1, 1);
  transition: all 0.25s ease-in-out;
}
.cid-uLMT5bnPh6 .collapsed .dropdown-menu .dropdown-item:before {
  display: none;
}
.cid-uLMT5bnPh6 .collapsed .dropdown .dropdown-menu .dropdown-item {
  padding: 0.235em 1.5em 0.235em 1.5em !important;
  transition: none;
  margin: 0 !important;
}
.cid-uLMT5bnPh6 .navbar {
  min-height: 70px;
  padding: 20px 0;
  transition: all 0.3s;
  border-bottom-width: 0px;
}
@media (max-width: 992px) {
  .cid-uLMT5bnPh6 .navbar {
    min-height: 30px;
    max-height: 90px;
  }
}
.cid-uLMT5bnPh6 .navbar.opened {
  transition: all 0.3s;
}
.cid-uLMT5bnPh6 .navbar .dropdown-item {
  padding: 0;
  margin: 8px 0;
}
.cid-uLMT5bnPh6 .navbar .navbar-logo img {
  width: auto;
  object-fit: contain;
  border-radius: 0;
}
.cid-uLMT5bnPh6 .navbar .navbar-collapse {
  justify-content: space-between;
  z-index: 1;
}
.cid-uLMT5bnPh6 .navbar.collapsed {
  justify-content: center;
}
.cid-uLMT5bnPh6 .navbar.collapsed .nav-item .nav-link::before {
  display: none;
}
.cid-uLMT5bnPh6 .navbar.collapsed.opened .dropdown-menu {
  top: 0;
}
.cid-uLMT5bnPh6 .navbar.collapsed .dropdown-menu .dropdown-submenu {
  left: 0 !important;
}
.cid-uLMT5bnPh6 .navbar.collapsed .dropdown-menu .dropdown-item:after {
  right: auto;
}
.cid-uLMT5bnPh6 .navbar.collapsed ul.navbar-nav li {
  margin: auto;
}
.cid-uLMT5bnPh6 .navbar.collapsed .dropdown-menu .dropdown-item {
  padding: 0.25rem 1.5rem;
  text-align: left;
}
.cid-uLMT5bnPh6 .navbar.collapsed .icons-menu {
  padding: 0;
}
@media (max-width: 991px) {
  .cid-uLMT5bnPh6 .navbar .nav-item {
    padding: .5rem 0;
  }
  .cid-uLMT5bnPh6 .navbar .navbar-collapse {
    padding: 34px 0;
    border-radius: 25px;
  }
  .cid-uLMT5bnPh6 .navbar .nav-item .nav-link::before {
    display: none;
  }
  .cid-uLMT5bnPh6 .navbar.opened .dropdown-menu {
    top: 0;
  }
  .cid-uLMT5bnPh6 .navbar .dropdown-menu {
    padding: 6px 0 6px 15px;
  }
  .cid-uLMT5bnPh6 .navbar .dropdown-menu .dropdown-submenu {
    left: 0 !important;
  }
  .cid-uLMT5bnPh6 .navbar .dropdown-menu .dropdown-item:after {
    right: auto;
    margin-top: -0.4rem;
  }
  .cid-uLMT5bnPh6 .navbar .navbar-logo img {
    height: 3rem !important;
  }
  .cid-uLMT5bnPh6 .navbar ul.navbar-nav {
    overflow: hidden;
  }
  .cid-uLMT5bnPh6 .navbar ul.navbar-nav li {
    margin: 0;
  }
  .cid-uLMT5bnPh6 .navbar .dropdown-menu .dropdown-item {
    padding: 0 !important;
    margin: 0;
    margin-top: 8px;
    text-align: left;
  }
  .cid-uLMT5bnPh6 .navbar .navbar-brand {
    flex-shrink: initial;
    flex-basis: auto;
    word-break: break-word;
    padding-right: 2rem;
  }
  .cid-uLMT5bnPh6 .navbar .navbar-toggler {
    flex-basis: auto;
  }
  .cid-uLMT5bnPh6 .navbar .icons-menu {
    padding: 0;
  }
}
.cid-uLMT5bnPh6 .navbar.navbar-short {
  min-height: 60px;
}
.cid-uLMT5bnPh6 .navbar.navbar-short .navbar-logo img {
  height: 2.5rem !important;
}
.cid-uLMT5bnPh6 .navbar.navbar-short .navbar-brand {
  min-height: 60px;
  padding: 0;
}
.cid-uLMT5bnPh6 .navbar-brand {
  min-height: 70px;
  flex-shrink: 0;
  align-items: center;
  margin-right: 0;
  padding: 10px 0;
  transition: all 0.3s;
  word-break: break-word;
  z-index: 1;
}
.cid-uLMT5bnPh6 .navbar-brand .navbar-caption {
  line-height: inherit !important;
}
.cid-uLMT5bnPh6 .navbar-brand .navbar-logo a {
  outline: none;
}
.cid-uLMT5bnPh6 .dropdown-item.active,
.cid-uLMT5bnPh6 .dropdown-item:active {
  background-color: transparent;
}
.cid-uLMT5bnPh6 .navbar-expand-lg .navbar-nav .nav-link {
  padding: 0;
}
.cid-uLMT5bnPh6 .nav-dropdown .link.dropdown-toggle {
  margin-right: 1.667em;
}
.cid-uLMT5bnPh6 .nav-dropdown .link.dropdown-toggle[aria-expanded="true"] {
  margin-right: 0;
  padding: 0.667em 1.667em;
}
.cid-uLMT5bnPh6 .navbar .dropdown.open > .dropdown-menu {
  display: block;
}
.cid-uLMT5bnPh6 ul.navbar-nav {
  flex-wrap: wrap;
  padding: 36px 0;
  border-bottom: 1px solid #0e132f;
}
.cid-uLMT5bnPh6 .navbar-buttons {
  text-align: center;
  min-width: 170px;
}
.cid-uLMT5bnPh6 button.navbar-toggler {
  outline: none;
  width: 48px;
  height: 48px;
  border-radius: 50%;
  cursor: pointer;
  transition: all 0.2s;
  position: relative;
  align-self: center;
  color: #ffffff;
  background: #ffffff;
}
.cid-uLMT5bnPh6 button.navbar-toggler .hamburger span {
  position: absolute;
  right: 10px;
  margin-top: 14px;
  width: 26px;
  height: 2px;
  border-right: 5px;
  background-color: #474747;
}
.cid-uLMT5bnPh6 button.navbar-toggler .hamburger span:nth-child(1) {
  top: 0;
  transition: all 0.2s;
}
.cid-uLMT5bnPh6 button.navbar-toggler .hamburger span:nth-child(2) {
  top: 8px;
  transition: all 0.15s;
}
.cid-uLMT5bnPh6 button.navbar-toggler .hamburger span:nth-child(3) {
  top: 8px;
  transition: all 0.15s;
}
.cid-uLMT5bnPh6 button.navbar-toggler .hamburger span:nth-child(4) {
  top: 16px;
  transition: all 0.2s;
}
.cid-uLMT5bnPh6 nav.opened .hamburger span:nth-child(1) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-uLMT5bnPh6 nav.opened .hamburger span:nth-child(2) {
  transform: rotate(45deg);
  transition: all 0.25s;
}
.cid-uLMT5bnPh6 nav.opened .hamburger span:nth-child(3) {
  transform: rotate(-45deg);
  transition: all 0.25s;
}
.cid-uLMT5bnPh6 nav.opened .hamburger span:nth-child(4) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-uLMT5bnPh6 a.nav-link {
  display: flex;
  align-items: center;
  justify-content: flex-start;
}
.cid-uLMT5bnPh6 .icons-menu {
  flex-wrap: nowrap;
  display: flex;
  justify-content: center;
  padding: 0;
  text-align: center;
  margin-bottom: 35px;
}
@media screen and (-ms-high-contrast: active), (-ms-high-contrast: none) {
  .cid-uLMT5bnPh6 .navbar {
    height: 70px;
  }
  .cid-uLMT5bnPh6 .navbar.opened {
    height: auto;
  }
  .cid-uLMT5bnPh6 .nav-item .nav-link:hover::before {
    width: 175%;
    max-width: calc(100% + 2rem);
    left: -1rem;
  }
}
.cid-uLMT5bnPh6 .navbar-dropdown .navbar-logo {
  margin-right: 15px;
}
@media (min-width: 768px) {
  .cid-uLMT5bnPh6 .container-fluid {
    padding-left: 30px;
    padding-right: 30px;
  }
}
.cid-uLMT5bnPh6 .mbr-section-btn-main {
  padding-top: 5px;
}
.cid-uLMT5bnPh6 .mbr-section-btn-main .btn {
  margin: 0 4px 4px 4px;
}
.cid-uLMT5bnPh6 .navbar-caption:hover {
  color: #2554ab;
}
@media (min-width: 992px) {
  .cid-uLMT5bnPh6 .dropdown-menu.dropdown-submenu {
    left: 175px !important;
    top: -45% !important;
  }
}
.cid-uLMT5bnPh6 .nav-link {
  position: relative;
}
.cid-uLMT5bnPh6 .nav-link:before {
  content: '';
  position: absolute;
  left: -12px;
  width: 6px;
  height: 6px;
  border-radius: 100%;
  background-color: #2554ab;
  transition: all .3s ease;
  opacity: 0;
}
.cid-uLMT5bnPh6 .nav-link:hover:before {
  opacity: 1;
}
.cid-uLMT5bnPh6 .mbr-section-subtitle {
  color: #ffffff;
}
.cid-uLMT5bnPh6 .mbr-text {
  color: #ffffff;
  text-align: center;
}
.cid-uLMT5bnPh6 .text_widget {
  color: #ffffff;
}
.cid-uLMT5bnPh6 .mbr-section-subtitle,
.cid-uLMT5bnPh6 .text_widget,
.cid-uLMT5bnPh6 .mbr-section-btn {
  text-align: center;
}
.cid-uLMT5bnPh6 a[class*="text-"]:not(.nav-link):not(.dropdown-item):not([role]):not(.navbar-caption):hover {
  background-image: none;
}
.cid-uC19b1XQ0z {
  padding-top: 0rem;
  padding-bottom: 0rem;
  background-color: #ffffff;
}
.cid-uC19b1XQ0z .item-img {
  position: relative;
  overflow: hidden;
}
.cid-uC19b1XQ0z .item-img:before {
  content: '';
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
  left: 0;
  background: black;
  opacity: 0.3;
  z-index: 1;
  transition: all 0.3s;
  pointer-events: none;
}
.cid-uC19b1XQ0z h5 {
  margin-bottom: 1rem;
}
.cid-uC19b1XQ0z .item-content {
  position: absolute;
  top: 55%;
  right: 0;
  z-index: 2;
  width: 100%;
  transform: translateY(-50%);
  padding: 2rem 8rem;
  display: flex;
  flex-direction: column;
  height: 50%;
}
@media (max-width: 767px) {
  .cid-uC19b1XQ0z .item-content {
    padding: 0 2rem 1.5rem;
    margin-top: 1rem;
  }
}
.cid-uC19b1XQ0z img,
.cid-uC19b1XQ0z .item-img {
  width: 100%;
  transition: all 0.3s;
  height: 100%;
  height: 400px;
  object-fit: cover;
}
.cid-uC19b1XQ0z .item:focus,
.cid-uC19b1XQ0z span:focus {
  outline: none;
}
.cid-uC19b1XQ0z .item {
  margin-bottom: 2rem;
}
@media (max-width: 767px) {
  .cid-uC19b1XQ0z .item {
    margin-bottom: 1rem;
  }
}
.cid-uC19b1XQ0z .item-wrapper {
  position: relative;
  border-radius: 15px;
  height: 100%;
  display: flex;
  flex-flow: column nowrap;
}
.cid-uC19b1XQ0z .mbr-section-title {
  color: #4e423d;
}
.cid-uC19b1XQ0z .item-title {
  text-align: left;
  color: #ffffff;
}
.cid-uC19b1XQ0z .item-subtitle {
  text-align: left;
  color: #ffffff;
}
.cid-uC19b1XQ0z .mbr-text,
.cid-uC19b1XQ0z .item .mbr-section-btn {
  text-align: left;
  color: #ffffff;
}
.cid-uC19b1XQ0z .content-head {
  max-width: 800px;
}
.cid-uC19b2OWSE {
  padding-top: 1rem;
  padding-bottom: 5rem;
  background-color: #fafafa;
}
.cid-uC19b2OWSE .mbr-section-title {
  margin-bottom: 1em;
  color: #272727;
}
.cid-uC19b2OWSE .mbr-section-subtitle {
  margin-bottom: 1.5625em;
  color: #272727;
  opacity: 0.4;
}
.cid-uC19b2OWSE .item-row {
  display: grid;
  -webkit-box-align: stretch;
  -webkit-align-items: stretch;
  -ms-flex-align: stretch;
  align-items: stretch;
  grid-auto-columns: 1fr;
  grid-column-gap: 16px;
  grid-row-gap: 16px;
  grid-template-columns: repeat(4, 1fr);
  -ms-grid-rows: auto;
  grid-template-rows: auto;
}
@media (max-width: 1199px) {
  .cid-uC19b2OWSE .item-row {
    grid-template-columns: repeat(2, 1fr);
  }
}
@media (max-width: 767px) {
  .cid-uC19b2OWSE .item-row {
    grid-template-columns: repeat(1, 1fr);
  }
}
.cid-uC19b2OWSE .item {
  padding: 0;
}
.cid-uC19b2OWSE .item-wrapper {
  display: flex;
  flex-direction: column;
  align-items: stretch;
  height: 100%;
  width: 100%;
  border-radius: 10px;
  overflow: hidden;
  transform-style: preserve-3d;
  transition: .3s all;
  border: 2px solid transparent;
}
.cid-uC19b2OWSE .item-wrapper:hover {
  transform: scale3d(1.01, 1.01, 1);
  border-color: #fafafa;
}
.cid-uC19b2OWSE .item-img {
  display: flex;
  align-items: center;
  justify-content: center;
  height: 175px;
}
.cid-uC19b2OWSE .item-img img {
  width: 100%;
  object-fit: cover;
  height: 100%;
}
.cid-uC19b2OWSE .item-content {
  display: flex;
  flex-direction: column;
  align-items: stretch;
  width: 100%;
  padding: 20px 5% 6%;
  flex-grow: 1;
  background-color: #ffffff;
}
.cid-uC19b2OWSE .item-text-wrap {
  width: 100%;
  margin-bottom: 5.3em;
}
@media (max-width: 1199px) {
  .cid-uC19b2OWSE .item-text-wrap {
    margin-bottom: 4em;
  }
}
@media (max-width: 767px) {
  .cid-uC19b2OWSE .item-text-wrap {
    margin-bottom: 2em;
    max-width: 340px;
    margin-right: auto;
  }
}
.cid-uC19b2OWSE .item-title {
  color: #272727;
  margin-bottom: 0.52em;
}
.cid-uC19b2OWSE .item-subtitle {
  color: #272727;
  opacity: 0.52em;
}
.cid-uC19b2OWSE .card-bottom {
  display: flex;
  flex-direction: column;
  align-items: stretch;
  margin-top: auto;
}
.cid-uC19b2OWSE .item-name-wrap {
  display: flex;
  align-items: center;
  width: 100%;
}
.cid-uC19b2OWSE .image-wrapper {
  width: 35px;
  height: 35px;
  margin-right: 10px;
  border-radius: 300px;
  overflow: hidden;
}
.cid-uC19b2OWSE .image-wrapper img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.cid-uC19b2OWSE .mbr-text {
  flex-grow: 1;
  color: #272727;
  text-align: right;
}
.cid-uC19b2OWSE .mbr-section-btn {
  display: flex;
  margin-top: 20px;
  width: auto !important;
}
.cid-uC19b2OWSE .mbr-section-btn .btn {
  width: 100%;
  min-width: auto !important;
}
.cid-uLMRAIzUxG {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-color: #0e132f;
}
.cid-uLMRAIzUxG .mbr-fallback-image.disabled {
  display: none;
}
.cid-uLMRAIzUxG .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-uLMRAIzUxG .container {
    padding: 0 16px;
  }
}
.cid-uLMRAIzUxG .card {
  display: flex;
  flex-direction: column;
  justify-content: space-between;
}
@media (max-width: 992px) {
  .cid-uLMRAIzUxG .card {
    margin-bottom: 40px;
  }
}
.cid-uLMRAIzUxG .card .content-wrapper .title-wrapper .title-wrap {
  display: inline-flex;
  align-items: center;
  margin-bottom: 16px;
}
@media (max-width: 992px) {
  .cid-uLMRAIzUxG .card .content-wrapper .title-wrapper .title-wrap {
    margin-bottom: 40px;
  }
}
.cid-uLMRAIzUxG .card .content-wrapper .title-wrapper .title-wrap img {
  width: 32px;
  height: 32px;
  object-fit: contain;
  margin-right: 1rem;
}
.cid-uLMRAIzUxG .card .content-wrapper .title-wrapper .title-wrap .mbr-section-title {
  margin-bottom: 0;
}
.cid-uLMRAIzUxG .card .content-wrapper .copyright {
  margin-bottom: 20px;
}
@media (max-width: 992px) {
  .cid-uLMRAIzUxG .card .content-wrapper .copyright {
    margin-bottom: 40px;
  }
}
.cid-uLMRAIzUxG .card .social-wrapper .social-wrap {
  display: inline-flex;
  flex-wrap: wrap;
}
.cid-uLMRAIzUxG .card .social-wrapper .social-wrap .mbr-iconfont {
  font-size: 20px;
  margin-right: 48px;
  color: #ffffff;
}
.cid-uLMRAIzUxG .list-wrapper .mbr-card-title {
  margin-bottom: 16px;
}
.cid-uLMRAIzUxG .list-wrapper .list {
  margin: 0;
  padding: 0;
  list-style-type: none;
}
.cid-uLMRAIzUxG .list-wrapper .list .item-wrap {
  margin-bottom: 16px;
}
@media (max-width: 992px) {
  .cid-uLMRAIzUxG .list-wrapper .list {
    margin-bottom: 40px;
  }
}
.cid-uLMRAIzUxG .mbr-section-title {
  color: #ffffff;
}
.cid-uLMRAIzUxG .copyright {
  color: #ffffff;
}
.cid-uLMRAIzUxG .mbr-card-title {
  color: #D4FE00;
}
.cid-uLMRAIzUxG .list {
  color: #ffffff;
}
.cid-uLMT5bnPh6 .navbar-dropdown {
  background-color: #ffffff !important;
  padding: 0;
}
.cid-uLMT5bnPh6 .navbar.navbar-expand-lg .dropdown .dropdown-menu {
  background-color: #ffffff !important;
  background: #ffffff;
}
.cid-uLMT5bnPh6 .navbar.navbar-expand-lg .dropdown .dropdown-menu .dropdown-submenu {
  margin: 0;
  left: 100%;
}
@media (max-width: 991px) {
  .cid-uLMT5bnPh6 .menu_box .navbar.opened,
  .cid-uLMT5bnPh6 .menu_box .navbar-collapse {
    background-color: #ffffff !important;
    transition: all 0s ease 0s;
  }
}
.cid-uLMT5bnPh6 .navbar-dropdown {
  position: relative !important;
}
.cid-uLMT5bnPh6 .btn {
  min-height: auto;
  box-shadow: none;
  margin-top: 0;
}
.cid-uLMT5bnPh6 .btn:hover {
  box-shadow: none;
}
@media (min-width: 992px) {
  .cid-uLMT5bnPh6 .offcanvas_image img {
    width: auto;
    object-fit: cover;
    display: inline-block;
  }
  .cid-uLMT5bnPh6 .offcanvas-header {
    position: relative;
    padding: 0;
  }
  .cid-uLMT5bnPh6 .offcanvas-header .btn-close {
    position: absolute;
    top: -70px;
    right: 0;
    width: 35px;
    height: 30px;
  }
  .cid-uLMT5bnPh6 .offcanvas-body {
    text-align: center;
    padding: 0;
  }
  .cid-uLMT5bnPh6 .offcanvas-body .mbr-text,
  .cid-uLMT5bnPh6 .offcanvas-body .mbr-section-subtitle {
    margin-top: 14px;
  }
  .cid-uLMT5bnPh6 .offcanvas-body .offcanvas_contact {
    margin: 35px 0;
  }
  .cid-uLMT5bnPh6 .offcanvas_box button.btn_offcanvas {
    outline: none;
    width: 40px;
    height: 40px;
    cursor: pointer;
    transition: all 0.2s;
    position: relative;
    align-self: center;
  }
  .cid-uLMT5bnPh6 .offcanvas_box button.btn_offcanvas .hamburger span {
    position: absolute;
    right: 0;
    width: 40px;
    height: 2px;
    border-right: 5px;
    background-color: #474747;
  }
  .cid-uLMT5bnPh6 .offcanvas_box button.btn_offcanvas .hamburger span:nth-child(1) {
    top: 18px;
    transition: all 0.2s;
  }
  .cid-uLMT5bnPh6 .offcanvas_box button.btn_offcanvas .hamburger span:nth-child(2) {
    top: 25px;
    transition: all 0.2s;
  }
  .cid-uLMT5bnPh6 .offcanvas_box button.btn_offcanvas:hover .hamburger span {
    width: 36px;
  }
  .cid-uLMT5bnPh6 .offcanvas_box button.btn_offcanvas:hover .hamburger span:nth-child(2) {
    width: 33px;
    transition-delay: 0.2s;
  }
  .cid-uLMT5bnPh6 ul.navbar-nav {
    padding-bottom: 1.5rem;
  }
  .cid-uLMT5bnPh6 .dropdown-menu .dropdown-toggle[data-toggle="dropdown-submenu"]::after,
  .cid-uLMT5bnPh6 .link.dropdown-toggle::after {
    display: inline-block;
    width: 7px;
    height: 7px;
    margin-left: .5rem;
    margin-bottom: 2px;
    content: "";
    border: 2px solid;
    border-left: none;
    border-top: none;
    transform: rotate(-45deg);
  }
  .cid-uLMT5bnPh6 .link.dropdown-toggle::after {
    padding: 0 !important;
    transform: rotate(45deg);
  }
  .cid-uLMT5bnPh6 li.nav-item {
    position: relative;
    display: inline-block;
    padding: 1px 7px !important;
    vertical-align: middle;
    line-height: 2em !important;
    font-weight: 600 !important;
    text-decoration: none;
    letter-spacing: 0 !important;
    z-index: 1;
  }
  .cid-uLMT5bnPh6 .lg_brand {
    margin: 0 1rem;
  }
}
.cid-uLMT5bnPh6 .nav-item {
  margin: 4px 15px;
}
@media (min-width: 1200px) {
  .cid-uLMT5bnPh6 .nav-item {
    margin: 4px 20px;
  }
}
@media (max-width: 991px) {
  .cid-uLMT5bnPh6 .nav-item {
    margin: 0 !important;
  }
}
.cid-uLMT5bnPh6 .dropdown-menu {
  border-radius: 0;
  box-shadow: none;
  text-align: left;
}
@media (min-width: 992px) {
  .cid-uLMT5bnPh6 .dropdown-menu {
    padding: 18px 34px 22px;
    min-width: 250px;
    top: auto !important;
    left: -40px !important;
  }
  .cid-uLMT5bnPh6 .dropdown-menu.dropdown-submenu {
    left: 215px !important;
    top: -45% !important;
  }
}
@media (max-width: 991px) {
  .cid-uLMT5bnPh6 .dropdown-menu .dropdown-toggle[data-toggle="dropdown-submenu"]::after,
  .cid-uLMT5bnPh6 .link.dropdown-toggle::after {
    display: inline-block;
    width: 7px;
    height: 7px;
    margin-left: .5rem;
    margin-bottom: 2px;
    content: "";
    border: 2px solid;
    border-left: none;
    border-top: none;
    transform: rotate(-45deg);
    right: 15px;
    position: absolute;
    margin-top: -2px;
  }
  .cid-uLMT5bnPh6 .show.dropdown-toggle[aria-expanded="true"]::after {
    transform: rotate(45deg);
    margin-top: -4px;
  }
  .cid-uLMT5bnPh6 .offcanvas_box {
    display: none;
  }
}
.cid-uLMT5bnPh6 .dropdown-item {
  border: none;
  font-weight: 400 !important;
}
.cid-uLMT5bnPh6 .nav-dropdown .link {
  font-weight: 400 !important;
  padding: 0 !important;
  margin: 0 !important;
}
.cid-uLMT5bnPh6 .nav-dropdown .link.dropdown-toggle::after {
  margin-left: 0.5rem;
  margin-top: 0;
}
.cid-uLMT5bnPh6 .container {
  display: flex;
  margin: auto;
}
.cid-uLMT5bnPh6 .iconfont-wrapper {
  color: #e0bdb6;
  font-size: 17px;
  margin-right: 10px;
  margin-bottom: 5px;
  width: 25px;
  height: 25px;
  border-radius: 50%;
  display: flex;
  justify-content: center;
  align-items: center;
  transition: all 0.2s ease-in-out;
}
.cid-uLMT5bnPh6 .iconfont-wrapper:last-child {
  margin-right: 0;
}
.cid-uLMT5bnPh6 .iconfont-wrapper:hover {
  opacity: .5;
}
.cid-uLMT5bnPh6 .navbar-caption {
  color: #747474;
}
.cid-uLMT5bnPh6 .navbar-nav {
  margin: 0 1rem;
}
@media (min-width: 992px) {
  .cid-uLMT5bnPh6 .navbar-nav {
    margin: 0;
  }
}
.cid-uLMT5bnPh6 .dropdown-menu,
.cid-uLMT5bnPh6 .navbar.opened {
  background-color: false !important;
}
.cid-uLMT5bnPh6 .nav-item:focus,
.cid-uLMT5bnPh6 .nav-link:focus {
  outline: none;
}
.cid-uLMT5bnPh6 .dropdown .dropdown-menu .dropdown-item {
  width: auto;
  transition: all 0.25s ease-in-out;
}
.cid-uLMT5bnPh6 .dropdown .dropdown-menu .dropdown-item::after {
  right: 0.5rem;
}
.cid-uLMT5bnPh6 .dropdown .dropdown-menu .dropdown-item .mbr-iconfont {
  margin-right: 0.5rem;
  vertical-align: sub;
}
.cid-uLMT5bnPh6 .dropdown .dropdown-menu .dropdown-item .mbr-iconfont:before {
  display: inline-block;
  transform: scale(1, 1);
  transition: all 0.25s ease-in-out;
}
.cid-uLMT5bnPh6 .collapsed .dropdown-menu .dropdown-item:before {
  display: none;
}
.cid-uLMT5bnPh6 .collapsed .dropdown .dropdown-menu .dropdown-item {
  padding: 0.235em 1.5em 0.235em 1.5em !important;
  transition: none;
  margin: 0 !important;
}
.cid-uLMT5bnPh6 .navbar {
  min-height: 70px;
  padding: 20px 0;
  transition: all 0.3s;
  border-bottom-width: 0px;
}
@media (max-width: 992px) {
  .cid-uLMT5bnPh6 .navbar {
    min-height: 30px;
    max-height: 90px;
  }
}
.cid-uLMT5bnPh6 .navbar.opened {
  transition: all 0.3s;
}
.cid-uLMT5bnPh6 .navbar .dropdown-item {
  padding: 0;
  margin: 8px 0;
}
.cid-uLMT5bnPh6 .navbar .navbar-logo img {
  width: auto;
  object-fit: contain;
  border-radius: 0;
}
.cid-uLMT5bnPh6 .navbar .navbar-collapse {
  justify-content: space-between;
  z-index: 1;
}
.cid-uLMT5bnPh6 .navbar.collapsed {
  justify-content: center;
}
.cid-uLMT5bnPh6 .navbar.collapsed .nav-item .nav-link::before {
  display: none;
}
.cid-uLMT5bnPh6 .navbar.collapsed.opened .dropdown-menu {
  top: 0;
}
.cid-uLMT5bnPh6 .navbar.collapsed .dropdown-menu .dropdown-submenu {
  left: 0 !important;
}
.cid-uLMT5bnPh6 .navbar.collapsed .dropdown-menu .dropdown-item:after {
  right: auto;
}
.cid-uLMT5bnPh6 .navbar.collapsed ul.navbar-nav li {
  margin: auto;
}
.cid-uLMT5bnPh6 .navbar.collapsed .dropdown-menu .dropdown-item {
  padding: 0.25rem 1.5rem;
  text-align: left;
}
.cid-uLMT5bnPh6 .navbar.collapsed .icons-menu {
  padding: 0;
}
@media (max-width: 991px) {
  .cid-uLMT5bnPh6 .navbar .nav-item {
    padding: .5rem 0;
  }
  .cid-uLMT5bnPh6 .navbar .navbar-collapse {
    padding: 34px 0;
    border-radius: 25px;
  }
  .cid-uLMT5bnPh6 .navbar .nav-item .nav-link::before {
    display: none;
  }
  .cid-uLMT5bnPh6 .navbar.opened .dropdown-menu {
    top: 0;
  }
  .cid-uLMT5bnPh6 .navbar .dropdown-menu {
    padding: 6px 0 6px 15px;
  }
  .cid-uLMT5bnPh6 .navbar .dropdown-menu .dropdown-submenu {
    left: 0 !important;
  }
  .cid-uLMT5bnPh6 .navbar .dropdown-menu .dropdown-item:after {
    right: auto;
    margin-top: -0.4rem;
  }
  .cid-uLMT5bnPh6 .navbar .navbar-logo img {
    height: 3rem !important;
  }
  .cid-uLMT5bnPh6 .navbar ul.navbar-nav {
    overflow: hidden;
  }
  .cid-uLMT5bnPh6 .navbar ul.navbar-nav li {
    margin: 0;
  }
  .cid-uLMT5bnPh6 .navbar .dropdown-menu .dropdown-item {
    padding: 0 !important;
    margin: 0;
    margin-top: 8px;
    text-align: left;
  }
  .cid-uLMT5bnPh6 .navbar .navbar-brand {
    flex-shrink: initial;
    flex-basis: auto;
    word-break: break-word;
    padding-right: 2rem;
  }
  .cid-uLMT5bnPh6 .navbar .navbar-toggler {
    flex-basis: auto;
  }
  .cid-uLMT5bnPh6 .navbar .icons-menu {
    padding: 0;
  }
}
.cid-uLMT5bnPh6 .navbar.navbar-short {
  min-height: 60px;
}
.cid-uLMT5bnPh6 .navbar.navbar-short .navbar-logo img {
  height: 2.5rem !important;
}
.cid-uLMT5bnPh6 .navbar.navbar-short .navbar-brand {
  min-height: 60px;
  padding: 0;
}
.cid-uLMT5bnPh6 .navbar-brand {
  min-height: 70px;
  flex-shrink: 0;
  align-items: center;
  margin-right: 0;
  padding: 10px 0;
  transition: all 0.3s;
  word-break: break-word;
  z-index: 1;
}
.cid-uLMT5bnPh6 .navbar-brand .navbar-caption {
  line-height: inherit !important;
}
.cid-uLMT5bnPh6 .navbar-brand .navbar-logo a {
  outline: none;
}
.cid-uLMT5bnPh6 .dropdown-item.active,
.cid-uLMT5bnPh6 .dropdown-item:active {
  background-color: transparent;
}
.cid-uLMT5bnPh6 .navbar-expand-lg .navbar-nav .nav-link {
  padding: 0;
}
.cid-uLMT5bnPh6 .nav-dropdown .link.dropdown-toggle {
  margin-right: 1.667em;
}
.cid-uLMT5bnPh6 .nav-dropdown .link.dropdown-toggle[aria-expanded="true"] {
  margin-right: 0;
  padding: 0.667em 1.667em;
}
.cid-uLMT5bnPh6 .navbar .dropdown.open > .dropdown-menu {
  display: block;
}
.cid-uLMT5bnPh6 ul.navbar-nav {
  flex-wrap: wrap;
  padding: 36px 0;
  border-bottom: 1px solid #0e132f;
}
.cid-uLMT5bnPh6 .navbar-buttons {
  text-align: center;
  min-width: 170px;
}
.cid-uLMT5bnPh6 button.navbar-toggler {
  outline: none;
  width: 48px;
  height: 48px;
  border-radius: 50%;
  cursor: pointer;
  transition: all 0.2s;
  position: relative;
  align-self: center;
  color: #ffffff;
  background: #ffffff;
}
.cid-uLMT5bnPh6 button.navbar-toggler .hamburger span {
  position: absolute;
  right: 10px;
  margin-top: 14px;
  width: 26px;
  height: 2px;
  border-right: 5px;
  background-color: #474747;
}
.cid-uLMT5bnPh6 button.navbar-toggler .hamburger span:nth-child(1) {
  top: 0;
  transition: all 0.2s;
}
.cid-uLMT5bnPh6 button.navbar-toggler .hamburger span:nth-child(2) {
  top: 8px;
  transition: all 0.15s;
}
.cid-uLMT5bnPh6 button.navbar-toggler .hamburger span:nth-child(3) {
  top: 8px;
  transition: all 0.15s;
}
.cid-uLMT5bnPh6 button.navbar-toggler .hamburger span:nth-child(4) {
  top: 16px;
  transition: all 0.2s;
}
.cid-uLMT5bnPh6 nav.opened .hamburger span:nth-child(1) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-uLMT5bnPh6 nav.opened .hamburger span:nth-child(2) {
  transform: rotate(45deg);
  transition: all 0.25s;
}
.cid-uLMT5bnPh6 nav.opened .hamburger span:nth-child(3) {
  transform: rotate(-45deg);
  transition: all 0.25s;
}
.cid-uLMT5bnPh6 nav.opened .hamburger span:nth-child(4) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-uLMT5bnPh6 a.nav-link {
  display: flex;
  align-items: center;
  justify-content: flex-start;
}
.cid-uLMT5bnPh6 .icons-menu {
  flex-wrap: nowrap;
  display: flex;
  justify-content: center;
  padding: 0;
  text-align: center;
  margin-bottom: 35px;
}
@media screen and (-ms-high-contrast: active), (-ms-high-contrast: none) {
  .cid-uLMT5bnPh6 .navbar {
    height: 70px;
  }
  .cid-uLMT5bnPh6 .navbar.opened {
    height: auto;
  }
  .cid-uLMT5bnPh6 .nav-item .nav-link:hover::before {
    width: 175%;
    max-width: calc(100% + 2rem);
    left: -1rem;
  }
}
.cid-uLMT5bnPh6 .navbar-dropdown .navbar-logo {
  margin-right: 15px;
}
@media (min-width: 768px) {
  .cid-uLMT5bnPh6 .container-fluid {
    padding-left: 30px;
    padding-right: 30px;
  }
}
.cid-uLMT5bnPh6 .mbr-section-btn-main {
  padding-top: 5px;
}
.cid-uLMT5bnPh6 .mbr-section-btn-main .btn {
  margin: 0 4px 4px 4px;
}
.cid-uLMT5bnPh6 .navbar-caption:hover {
  color: #2554ab;
}
@media (min-width: 992px) {
  .cid-uLMT5bnPh6 .dropdown-menu.dropdown-submenu {
    left: 175px !important;
    top: -45% !important;
  }
}
.cid-uLMT5bnPh6 .nav-link {
  position: relative;
}
.cid-uLMT5bnPh6 .nav-link:before {
  content: '';
  position: absolute;
  left: -12px;
  width: 6px;
  height: 6px;
  border-radius: 100%;
  background-color: #2554ab;
  transition: all .3s ease;
  opacity: 0;
}
.cid-uLMT5bnPh6 .nav-link:hover:before {
  opacity: 1;
}
.cid-uLMT5bnPh6 .mbr-section-subtitle {
  color: #ffffff;
}
.cid-uLMT5bnPh6 .mbr-text {
  color: #ffffff;
  text-align: center;
}
.cid-uLMT5bnPh6 .text_widget {
  color: #ffffff;
}
.cid-uLMT5bnPh6 .mbr-section-subtitle,
.cid-uLMT5bnPh6 .text_widget,
.cid-uLMT5bnPh6 .mbr-section-btn {
  text-align: center;
}
.cid-uLMT5bnPh6 a[class*="text-"]:not(.nav-link):not(.dropdown-item):not([role]):not(.navbar-caption):hover {
  background-image: none;
}
.cid-uBZvI3kZoV {
  padding-top: 0rem;
  padding-bottom: 0rem;
  background-color: #ffffff;
}
.cid-uBZvI3kZoV .item-img {
  position: relative;
  overflow: hidden;
}
.cid-uBZvI3kZoV .item-img:before {
  content: '';
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
  left: 0;
  background: black;
  opacity: 0.3;
  z-index: 1;
  transition: all 0.3s;
  pointer-events: none;
}
.cid-uBZvI3kZoV h5 {
  margin-bottom: 1rem;
}
.cid-uBZvI3kZoV .item-content {
  position: absolute;
  top: 55%;
  right: 0;
  z-index: 2;
  width: 100%;
  transform: translateY(-50%);
  padding: 2rem 8rem;
  display: flex;
  flex-direction: column;
  height: 50%;
}
@media (max-width: 767px) {
  .cid-uBZvI3kZoV .item-content {
    padding: 0 2rem 1.5rem;
    margin-top: 1rem;
  }
}
.cid-uBZvI3kZoV img,
.cid-uBZvI3kZoV .item-img {
  width: 100%;
  transition: all 0.3s;
  height: 100%;
  height: 400px;
  object-fit: cover;
}
.cid-uBZvI3kZoV .item:focus,
.cid-uBZvI3kZoV span:focus {
  outline: none;
}
.cid-uBZvI3kZoV .item {
  margin-bottom: 2rem;
}
@media (max-width: 767px) {
  .cid-uBZvI3kZoV .item {
    margin-bottom: 1rem;
  }
}
.cid-uBZvI3kZoV .item-wrapper {
  position: relative;
  border-radius: 15px;
  height: 100%;
  display: flex;
  flex-flow: column nowrap;
}
.cid-uBZvI3kZoV .mbr-section-title {
  color: #4e423d;
}
.cid-uBZvI3kZoV .item-title {
  text-align: left;
  color: #ffffff;
}
.cid-uBZvI3kZoV .item-subtitle {
  text-align: left;
  color: #ffffff;
}
.cid-uBZvI3kZoV .mbr-text,
.cid-uBZvI3kZoV .item .mbr-section-btn {
  text-align: left;
  color: #ffffff;
}
.cid-uBZvI3kZoV .content-head {
  max-width: 800px;
}
.cid-uBZvI4DYAb {
  padding-top: 1rem;
  padding-bottom: 5rem;
  background-color: #fafafa;
}
.cid-uBZvI4DYAb .mbr-section-title {
  margin-bottom: 1em;
  color: #272727;
}
.cid-uBZvI4DYAb .mbr-section-subtitle {
  margin-bottom: 1.5625em;
  color: #272727;
  opacity: 0.4;
}
.cid-uBZvI4DYAb .item-row {
  display: grid;
  -webkit-box-align: stretch;
  -webkit-align-items: stretch;
  -ms-flex-align: stretch;
  align-items: stretch;
  grid-auto-columns: 1fr;
  grid-column-gap: 16px;
  grid-row-gap: 16px;
  grid-template-columns: repeat(4, 1fr);
  -ms-grid-rows: auto;
  grid-template-rows: auto;
}
@media (max-width: 1199px) {
  .cid-uBZvI4DYAb .item-row {
    grid-template-columns: repeat(2, 1fr);
  }
}
@media (max-width: 767px) {
  .cid-uBZvI4DYAb .item-row {
    grid-template-columns: repeat(1, 1fr);
  }
}
.cid-uBZvI4DYAb .item {
  padding: 0;
}
.cid-uBZvI4DYAb .item-wrapper {
  display: flex;
  flex-direction: column;
  align-items: stretch;
  height: 100%;
  width: 100%;
  border-radius: 10px;
  overflow: hidden;
  transform-style: preserve-3d;
  transition: .3s all;
  border: 2px solid transparent;
}
.cid-uBZvI4DYAb .item-wrapper:hover {
  transform: scale3d(1.01, 1.01, 1);
  border-color: #fafafa;
}
.cid-uBZvI4DYAb .item-img {
  display: flex;
  align-items: center;
  justify-content: center;
  height: 175px;
}
.cid-uBZvI4DYAb .item-img img {
  width: 100%;
  object-fit: cover;
  height: 100%;
}
.cid-uBZvI4DYAb .item-content {
  display: flex;
  flex-direction: column;
  align-items: stretch;
  width: 100%;
  padding: 20px 5% 6%;
  flex-grow: 1;
  background-color: #ffffff;
}
.cid-uBZvI4DYAb .item-text-wrap {
  width: 100%;
  margin-bottom: 5.3em;
}
@media (max-width: 1199px) {
  .cid-uBZvI4DYAb .item-text-wrap {
    margin-bottom: 4em;
  }
}
@media (max-width: 767px) {
  .cid-uBZvI4DYAb .item-text-wrap {
    margin-bottom: 2em;
    max-width: 340px;
    margin-right: auto;
  }
}
.cid-uBZvI4DYAb .item-title {
  color: #272727;
  margin-bottom: 0.52em;
}
.cid-uBZvI4DYAb .item-subtitle {
  color: #272727;
  opacity: 0.52em;
}
.cid-uBZvI4DYAb .card-bottom {
  display: flex;
  flex-direction: column;
  align-items: stretch;
  margin-top: auto;
}
.cid-uBZvI4DYAb .item-name-wrap {
  display: flex;
  align-items: center;
  width: 100%;
}
.cid-uBZvI4DYAb .image-wrapper {
  width: 35px;
  height: 35px;
  margin-right: 10px;
  border-radius: 300px;
  overflow: hidden;
}
.cid-uBZvI4DYAb .image-wrapper img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.cid-uBZvI4DYAb .mbr-text {
  flex-grow: 1;
  color: #272727;
  text-align: right;
}
.cid-uBZvI4DYAb .mbr-section-btn {
  display: flex;
  margin-top: 20px;
  width: auto !important;
}
.cid-uBZvI4DYAb .mbr-section-btn .btn {
  width: 100%;
  min-width: auto !important;
}
.cid-uLMRAIzUxG {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-color: #0e132f;
}
.cid-uLMRAIzUxG .mbr-fallback-image.disabled {
  display: none;
}
.cid-uLMRAIzUxG .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-uLMRAIzUxG .container {
    padding: 0 16px;
  }
}
.cid-uLMRAIzUxG .card {
  display: flex;
  flex-direction: column;
  justify-content: space-between;
}
@media (max-width: 992px) {
  .cid-uLMRAIzUxG .card {
    margin-bottom: 40px;
  }
}
.cid-uLMRAIzUxG .card .content-wrapper .title-wrapper .title-wrap {
  display: inline-flex;
  align-items: center;
  margin-bottom: 16px;
}
@media (max-width: 992px) {
  .cid-uLMRAIzUxG .card .content-wrapper .title-wrapper .title-wrap {
    margin-bottom: 40px;
  }
}
.cid-uLMRAIzUxG .card .content-wrapper .title-wrapper .title-wrap img {
  width: 32px;
  height: 32px;
  object-fit: contain;
  margin-right: 1rem;
}
.cid-uLMRAIzUxG .card .content-wrapper .title-wrapper .title-wrap .mbr-section-title {
  margin-bottom: 0;
}
.cid-uLMRAIzUxG .card .content-wrapper .copyright {
  margin-bottom: 20px;
}
@media (max-width: 992px) {
  .cid-uLMRAIzUxG .card .content-wrapper .copyright {
    margin-bottom: 40px;
  }
}
.cid-uLMRAIzUxG .card .social-wrapper .social-wrap {
  display: inline-flex;
  flex-wrap: wrap;
}
.cid-uLMRAIzUxG .card .social-wrapper .social-wrap .mbr-iconfont {
  font-size: 20px;
  margin-right: 48px;
  color: #ffffff;
}
.cid-uLMRAIzUxG .list-wrapper .mbr-card-title {
  margin-bottom: 16px;
}
.cid-uLMRAIzUxG .list-wrapper .list {
  margin: 0;
  padding: 0;
  list-style-type: none;
}
.cid-uLMRAIzUxG .list-wrapper .list .item-wrap {
  margin-bottom: 16px;
}
@media (max-width: 992px) {
  .cid-uLMRAIzUxG .list-wrapper .list {
    margin-bottom: 40px;
  }
}
.cid-uLMRAIzUxG .mbr-section-title {
  color: #ffffff;
}
.cid-uLMRAIzUxG .copyright {
  color: #ffffff;
}
.cid-uLMRAIzUxG .mbr-card-title {
  color: #D4FE00;
}
.cid-uLMRAIzUxG .list {
  color: #ffffff;
}
.cid-uLMT5bnPh6 .navbar-dropdown {
  background-color: #ffffff !important;
  padding: 0;
}
.cid-uLMT5bnPh6 .navbar.navbar-expand-lg .dropdown .dropdown-menu {
  background-color: #ffffff !important;
  background: #ffffff;
}
.cid-uLMT5bnPh6 .navbar.navbar-expand-lg .dropdown .dropdown-menu .dropdown-submenu {
  margin: 0;
  left: 100%;
}
@media (max-width: 991px) {
  .cid-uLMT5bnPh6 .menu_box .navbar.opened,
  .cid-uLMT5bnPh6 .menu_box .navbar-collapse {
    background-color: #ffffff !important;
    transition: all 0s ease 0s;
  }
}
.cid-uLMT5bnPh6 .navbar-dropdown {
  position: relative !important;
}
.cid-uLMT5bnPh6 .btn {
  min-height: auto;
  box-shadow: none;
  margin-top: 0;
}
.cid-uLMT5bnPh6 .btn:hover {
  box-shadow: none;
}
@media (min-width: 992px) {
  .cid-uLMT5bnPh6 .offcanvas_image img {
    width: auto;
    object-fit: cover;
    display: inline-block;
  }
  .cid-uLMT5bnPh6 .offcanvas-header {
    position: relative;
    padding: 0;
  }
  .cid-uLMT5bnPh6 .offcanvas-header .btn-close {
    position: absolute;
    top: -70px;
    right: 0;
    width: 35px;
    height: 30px;
  }
  .cid-uLMT5bnPh6 .offcanvas-body {
    text-align: center;
    padding: 0;
  }
  .cid-uLMT5bnPh6 .offcanvas-body .mbr-text,
  .cid-uLMT5bnPh6 .offcanvas-body .mbr-section-subtitle {
    margin-top: 14px;
  }
  .cid-uLMT5bnPh6 .offcanvas-body .offcanvas_contact {
    margin: 35px 0;
  }
  .cid-uLMT5bnPh6 .offcanvas_box button.btn_offcanvas {
    outline: none;
    width: 40px;
    height: 40px;
    cursor: pointer;
    transition: all 0.2s;
    position: relative;
    align-self: center;
  }
  .cid-uLMT5bnPh6 .offcanvas_box button.btn_offcanvas .hamburger span {
    position: absolute;
    right: 0;
    width: 40px;
    height: 2px;
    border-right: 5px;
    background-color: #474747;
  }
  .cid-uLMT5bnPh6 .offcanvas_box button.btn_offcanvas .hamburger span:nth-child(1) {
    top: 18px;
    transition: all 0.2s;
  }
  .cid-uLMT5bnPh6 .offcanvas_box button.btn_offcanvas .hamburger span:nth-child(2) {
    top: 25px;
    transition: all 0.2s;
  }
  .cid-uLMT5bnPh6 .offcanvas_box button.btn_offcanvas:hover .hamburger span {
    width: 36px;
  }
  .cid-uLMT5bnPh6 .offcanvas_box button.btn_offcanvas:hover .hamburger span:nth-child(2) {
    width: 33px;
    transition-delay: 0.2s;
  }
  .cid-uLMT5bnPh6 ul.navbar-nav {
    padding-bottom: 1.5rem;
  }
  .cid-uLMT5bnPh6 .dropdown-menu .dropdown-toggle[data-toggle="dropdown-submenu"]::after,
  .cid-uLMT5bnPh6 .link.dropdown-toggle::after {
    display: inline-block;
    width: 7px;
    height: 7px;
    margin-left: .5rem;
    margin-bottom: 2px;
    content: "";
    border: 2px solid;
    border-left: none;
    border-top: none;
    transform: rotate(-45deg);
  }
  .cid-uLMT5bnPh6 .link.dropdown-toggle::after {
    padding: 0 !important;
    transform: rotate(45deg);
  }
  .cid-uLMT5bnPh6 li.nav-item {
    position: relative;
    display: inline-block;
    padding: 1px 7px !important;
    vertical-align: middle;
    line-height: 2em !important;
    font-weight: 600 !important;
    text-decoration: none;
    letter-spacing: 0 !important;
    z-index: 1;
  }
  .cid-uLMT5bnPh6 .lg_brand {
    margin: 0 1rem;
  }
}
.cid-uLMT5bnPh6 .nav-item {
  margin: 4px 15px;
}
@media (min-width: 1200px) {
  .cid-uLMT5bnPh6 .nav-item {
    margin: 4px 20px;
  }
}
@media (max-width: 991px) {
  .cid-uLMT5bnPh6 .nav-item {
    margin: 0 !important;
  }
}
.cid-uLMT5bnPh6 .dropdown-menu {
  border-radius: 0;
  box-shadow: none;
  text-align: left;
}
@media (min-width: 992px) {
  .cid-uLMT5bnPh6 .dropdown-menu {
    padding: 18px 34px 22px;
    min-width: 250px;
    top: auto !important;
    left: -40px !important;
  }
  .cid-uLMT5bnPh6 .dropdown-menu.dropdown-submenu {
    left: 215px !important;
    top: -45% !important;
  }
}
@media (max-width: 991px) {
  .cid-uLMT5bnPh6 .dropdown-menu .dropdown-toggle[data-toggle="dropdown-submenu"]::after,
  .cid-uLMT5bnPh6 .link.dropdown-toggle::after {
    display: inline-block;
    width: 7px;
    height: 7px;
    margin-left: .5rem;
    margin-bottom: 2px;
    content: "";
    border: 2px solid;
    border-left: none;
    border-top: none;
    transform: rotate(-45deg);
    right: 15px;
    position: absolute;
    margin-top: -2px;
  }
  .cid-uLMT5bnPh6 .show.dropdown-toggle[aria-expanded="true"]::after {
    transform: rotate(45deg);
    margin-top: -4px;
  }
  .cid-uLMT5bnPh6 .offcanvas_box {
    display: none;
  }
}
.cid-uLMT5bnPh6 .dropdown-item {
  border: none;
  font-weight: 400 !important;
}
.cid-uLMT5bnPh6 .nav-dropdown .link {
  font-weight: 400 !important;
  padding: 0 !important;
  margin: 0 !important;
}
.cid-uLMT5bnPh6 .nav-dropdown .link.dropdown-toggle::after {
  margin-left: 0.5rem;
  margin-top: 0;
}
.cid-uLMT5bnPh6 .container {
  display: flex;
  margin: auto;
}
.cid-uLMT5bnPh6 .iconfont-wrapper {
  color: #e0bdb6;
  font-size: 17px;
  margin-right: 10px;
  margin-bottom: 5px;
  width: 25px;
  height: 25px;
  border-radius: 50%;
  display: flex;
  justify-content: center;
  align-items: center;
  transition: all 0.2s ease-in-out;
}
.cid-uLMT5bnPh6 .iconfont-wrapper:last-child {
  margin-right: 0;
}
.cid-uLMT5bnPh6 .iconfont-wrapper:hover {
  opacity: .5;
}
.cid-uLMT5bnPh6 .navbar-caption {
  color: #747474;
}
.cid-uLMT5bnPh6 .navbar-nav {
  margin: 0 1rem;
}
@media (min-width: 992px) {
  .cid-uLMT5bnPh6 .navbar-nav {
    margin: 0;
  }
}
.cid-uLMT5bnPh6 .dropdown-menu,
.cid-uLMT5bnPh6 .navbar.opened {
  background-color: false !important;
}
.cid-uLMT5bnPh6 .nav-item:focus,
.cid-uLMT5bnPh6 .nav-link:focus {
  outline: none;
}
.cid-uLMT5bnPh6 .dropdown .dropdown-menu .dropdown-item {
  width: auto;
  transition: all 0.25s ease-in-out;
}
.cid-uLMT5bnPh6 .dropdown .dropdown-menu .dropdown-item::after {
  right: 0.5rem;
}
.cid-uLMT5bnPh6 .dropdown .dropdown-menu .dropdown-item .mbr-iconfont {
  margin-right: 0.5rem;
  vertical-align: sub;
}
.cid-uLMT5bnPh6 .dropdown .dropdown-menu .dropdown-item .mbr-iconfont:before {
  display: inline-block;
  transform: scale(1, 1);
  transition: all 0.25s ease-in-out;
}
.cid-uLMT5bnPh6 .collapsed .dropdown-menu .dropdown-item:before {
  display: none;
}
.cid-uLMT5bnPh6 .collapsed .dropdown .dropdown-menu .dropdown-item {
  padding: 0.235em 1.5em 0.235em 1.5em !important;
  transition: none;
  margin: 0 !important;
}
.cid-uLMT5bnPh6 .navbar {
  min-height: 70px;
  padding: 20px 0;
  transition: all 0.3s;
  border-bottom-width: 0px;
}
@media (max-width: 992px) {
  .cid-uLMT5bnPh6 .navbar {
    min-height: 30px;
    max-height: 90px;
  }
}
.cid-uLMT5bnPh6 .navbar.opened {
  transition: all 0.3s;
}
.cid-uLMT5bnPh6 .navbar .dropdown-item {
  padding: 0;
  margin: 8px 0;
}
.cid-uLMT5bnPh6 .navbar .navbar-logo img {
  width: auto;
  object-fit: contain;
  border-radius: 0;
}
.cid-uLMT5bnPh6 .navbar .navbar-collapse {
  justify-content: space-between;
  z-index: 1;
}
.cid-uLMT5bnPh6 .navbar.collapsed {
  justify-content: center;
}
.cid-uLMT5bnPh6 .navbar.collapsed .nav-item .nav-link::before {
  display: none;
}
.cid-uLMT5bnPh6 .navbar.collapsed.opened .dropdown-menu {
  top: 0;
}
.cid-uLMT5bnPh6 .navbar.collapsed .dropdown-menu .dropdown-submenu {
  left: 0 !important;
}
.cid-uLMT5bnPh6 .navbar.collapsed .dropdown-menu .dropdown-item:after {
  right: auto;
}
.cid-uLMT5bnPh6 .navbar.collapsed ul.navbar-nav li {
  margin: auto;
}
.cid-uLMT5bnPh6 .navbar.collapsed .dropdown-menu .dropdown-item {
  padding: 0.25rem 1.5rem;
  text-align: left;
}
.cid-uLMT5bnPh6 .navbar.collapsed .icons-menu {
  padding: 0;
}
@media (max-width: 991px) {
  .cid-uLMT5bnPh6 .navbar .nav-item {
    padding: .5rem 0;
  }
  .cid-uLMT5bnPh6 .navbar .navbar-collapse {
    padding: 34px 0;
    border-radius: 25px;
  }
  .cid-uLMT5bnPh6 .navbar .nav-item .nav-link::before {
    display: none;
  }
  .cid-uLMT5bnPh6 .navbar.opened .dropdown-menu {
    top: 0;
  }
  .cid-uLMT5bnPh6 .navbar .dropdown-menu {
    padding: 6px 0 6px 15px;
  }
  .cid-uLMT5bnPh6 .navbar .dropdown-menu .dropdown-submenu {
    left: 0 !important;
  }
  .cid-uLMT5bnPh6 .navbar .dropdown-menu .dropdown-item:after {
    right: auto;
    margin-top: -0.4rem;
  }
  .cid-uLMT5bnPh6 .navbar .navbar-logo img {
    height: 3rem !important;
  }
  .cid-uLMT5bnPh6 .navbar ul.navbar-nav {
    overflow: hidden;
  }
  .cid-uLMT5bnPh6 .navbar ul.navbar-nav li {
    margin: 0;
  }
  .cid-uLMT5bnPh6 .navbar .dropdown-menu .dropdown-item {
    padding: 0 !important;
    margin: 0;
    margin-top: 8px;
    text-align: left;
  }
  .cid-uLMT5bnPh6 .navbar .navbar-brand {
    flex-shrink: initial;
    flex-basis: auto;
    word-break: break-word;
    padding-right: 2rem;
  }
  .cid-uLMT5bnPh6 .navbar .navbar-toggler {
    flex-basis: auto;
  }
  .cid-uLMT5bnPh6 .navbar .icons-menu {
    padding: 0;
  }
}
.cid-uLMT5bnPh6 .navbar.navbar-short {
  min-height: 60px;
}
.cid-uLMT5bnPh6 .navbar.navbar-short .navbar-logo img {
  height: 2.5rem !important;
}
.cid-uLMT5bnPh6 .navbar.navbar-short .navbar-brand {
  min-height: 60px;
  padding: 0;
}
.cid-uLMT5bnPh6 .navbar-brand {
  min-height: 70px;
  flex-shrink: 0;
  align-items: center;
  margin-right: 0;
  padding: 10px 0;
  transition: all 0.3s;
  word-break: break-word;
  z-index: 1;
}
.cid-uLMT5bnPh6 .navbar-brand .navbar-caption {
  line-height: inherit !important;
}
.cid-uLMT5bnPh6 .navbar-brand .navbar-logo a {
  outline: none;
}
.cid-uLMT5bnPh6 .dropdown-item.active,
.cid-uLMT5bnPh6 .dropdown-item:active {
  background-color: transparent;
}
.cid-uLMT5bnPh6 .navbar-expand-lg .navbar-nav .nav-link {
  padding: 0;
}
.cid-uLMT5bnPh6 .nav-dropdown .link.dropdown-toggle {
  margin-right: 1.667em;
}
.cid-uLMT5bnPh6 .nav-dropdown .link.dropdown-toggle[aria-expanded="true"] {
  margin-right: 0;
  padding: 0.667em 1.667em;
}
.cid-uLMT5bnPh6 .navbar .dropdown.open > .dropdown-menu {
  display: block;
}
.cid-uLMT5bnPh6 ul.navbar-nav {
  flex-wrap: wrap;
  padding: 36px 0;
  border-bottom: 1px solid #0e132f;
}
.cid-uLMT5bnPh6 .navbar-buttons {
  text-align: center;
  min-width: 170px;
}
.cid-uLMT5bnPh6 button.navbar-toggler {
  outline: none;
  width: 48px;
  height: 48px;
  border-radius: 50%;
  cursor: pointer;
  transition: all 0.2s;
  position: relative;
  align-self: center;
  color: #ffffff;
  background: #ffffff;
}
.cid-uLMT5bnPh6 button.navbar-toggler .hamburger span {
  position: absolute;
  right: 10px;
  margin-top: 14px;
  width: 26px;
  height: 2px;
  border-right: 5px;
  background-color: #474747;
}
.cid-uLMT5bnPh6 button.navbar-toggler .hamburger span:nth-child(1) {
  top: 0;
  transition: all 0.2s;
}
.cid-uLMT5bnPh6 button.navbar-toggler .hamburger span:nth-child(2) {
  top: 8px;
  transition: all 0.15s;
}
.cid-uLMT5bnPh6 button.navbar-toggler .hamburger span:nth-child(3) {
  top: 8px;
  transition: all 0.15s;
}
.cid-uLMT5bnPh6 button.navbar-toggler .hamburger span:nth-child(4) {
  top: 16px;
  transition: all 0.2s;
}
.cid-uLMT5bnPh6 nav.opened .hamburger span:nth-child(1) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-uLMT5bnPh6 nav.opened .hamburger span:nth-child(2) {
  transform: rotate(45deg);
  transition: all 0.25s;
}
.cid-uLMT5bnPh6 nav.opened .hamburger span:nth-child(3) {
  transform: rotate(-45deg);
  transition: all 0.25s;
}
.cid-uLMT5bnPh6 nav.opened .hamburger span:nth-child(4) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-uLMT5bnPh6 a.nav-link {
  display: flex;
  align-items: center;
  justify-content: flex-start;
}
.cid-uLMT5bnPh6 .icons-menu {
  flex-wrap: nowrap;
  display: flex;
  justify-content: center;
  padding: 0;
  text-align: center;
  margin-bottom: 35px;
}
@media screen and (-ms-high-contrast: active), (-ms-high-contrast: none) {
  .cid-uLMT5bnPh6 .navbar {
    height: 70px;
  }
  .cid-uLMT5bnPh6 .navbar.opened {
    height: auto;
  }
  .cid-uLMT5bnPh6 .nav-item .nav-link:hover::before {
    width: 175%;
    max-width: calc(100% + 2rem);
    left: -1rem;
  }
}
.cid-uLMT5bnPh6 .navbar-dropdown .navbar-logo {
  margin-right: 15px;
}
@media (min-width: 768px) {
  .cid-uLMT5bnPh6 .container-fluid {
    padding-left: 30px;
    padding-right: 30px;
  }
}
.cid-uLMT5bnPh6 .mbr-section-btn-main {
  padding-top: 5px;
}
.cid-uLMT5bnPh6 .mbr-section-btn-main .btn {
  margin: 0 4px 4px 4px;
}
.cid-uLMT5bnPh6 .navbar-caption:hover {
  color: #2554ab;
}
@media (min-width: 992px) {
  .cid-uLMT5bnPh6 .dropdown-menu.dropdown-submenu {
    left: 175px !important;
    top: -45% !important;
  }
}
.cid-uLMT5bnPh6 .nav-link {
  position: relative;
}
.cid-uLMT5bnPh6 .nav-link:before {
  content: '';
  position: absolute;
  left: -12px;
  width: 6px;
  height: 6px;
  border-radius: 100%;
  background-color: #2554ab;
  transition: all .3s ease;
  opacity: 0;
}
.cid-uLMT5bnPh6 .nav-link:hover:before {
  opacity: 1;
}
.cid-uLMT5bnPh6 .mbr-section-subtitle {
  color: #ffffff;
}
.cid-uLMT5bnPh6 .mbr-text {
  color: #ffffff;
  text-align: center;
}
.cid-uLMT5bnPh6 .text_widget {
  color: #ffffff;
}
.cid-uLMT5bnPh6 .mbr-section-subtitle,
.cid-uLMT5bnPh6 .text_widget,
.cid-uLMT5bnPh6 .mbr-section-btn {
  text-align: center;
}
.cid-uLMT5bnPh6 a[class*="text-"]:not(.nav-link):not(.dropdown-item):not([role]):not(.navbar-caption):hover {
  background-image: none;
}
.cid-uBZmE7lRV5 {
  padding-top: 0rem;
  padding-bottom: 0rem;
  background-color: #ffffff;
}
.cid-uBZmE7lRV5 .item-img {
  position: relative;
  overflow: hidden;
}
.cid-uBZmE7lRV5 .item-img:before {
  content: '';
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
  left: 0;
  background: black;
  opacity: 0.3;
  z-index: 1;
  transition: all 0.3s;
  pointer-events: none;
}
.cid-uBZmE7lRV5 h5 {
  margin-bottom: 1rem;
}
.cid-uBZmE7lRV5 .item-content {
  position: absolute;
  top: 55%;
  right: 0;
  z-index: 2;
  width: 100%;
  transform: translateY(-50%);
  padding: 2rem 8rem;
  display: flex;
  flex-direction: column;
  height: 50%;
}
@media (max-width: 767px) {
  .cid-uBZmE7lRV5 .item-content {
    padding: 0 2rem 1.5rem;
    margin-top: 1rem;
  }
}
.cid-uBZmE7lRV5 img,
.cid-uBZmE7lRV5 .item-img {
  width: 100%;
  transition: all 0.3s;
  height: 100%;
  height: 400px;
  object-fit: cover;
}
.cid-uBZmE7lRV5 .item:focus,
.cid-uBZmE7lRV5 span:focus {
  outline: none;
}
.cid-uBZmE7lRV5 .item {
  margin-bottom: 2rem;
}
@media (max-width: 767px) {
  .cid-uBZmE7lRV5 .item {
    margin-bottom: 1rem;
  }
}
.cid-uBZmE7lRV5 .item-wrapper {
  position: relative;
  border-radius: 15px;
  height: 100%;
  display: flex;
  flex-flow: column nowrap;
}
.cid-uBZmE7lRV5 .mbr-section-title {
  color: #4e423d;
}
.cid-uBZmE7lRV5 .item-title {
  text-align: left;
  color: #ffffff;
}
.cid-uBZmE7lRV5 .item-subtitle {
  text-align: left;
  color: #ffffff;
}
.cid-uBZmE7lRV5 .mbr-text,
.cid-uBZmE7lRV5 .item .mbr-section-btn {
  text-align: left;
  color: #ffffff;
}
.cid-uBZmE7lRV5 .content-head {
  max-width: 800px;
}
.cid-uBZmEd8nGQ {
  padding-top: 1rem;
  padding-bottom: 5rem;
  background-color: #fafafa;
}
.cid-uBZmEd8nGQ .mbr-section-title {
  margin-bottom: 1em;
  color: #272727;
}
.cid-uBZmEd8nGQ .mbr-section-subtitle {
  margin-bottom: 1.5625em;
  color: #272727;
  opacity: 0.4;
}
.cid-uBZmEd8nGQ .item-row {
  display: grid;
  -webkit-box-align: stretch;
  -webkit-align-items: stretch;
  -ms-flex-align: stretch;
  align-items: stretch;
  grid-auto-columns: 1fr;
  grid-column-gap: 16px;
  grid-row-gap: 16px;
  grid-template-columns: repeat(4, 1fr);
  -ms-grid-rows: auto;
  grid-template-rows: auto;
}
@media (max-width: 1199px) {
  .cid-uBZmEd8nGQ .item-row {
    grid-template-columns: repeat(2, 1fr);
  }
}
@media (max-width: 767px) {
  .cid-uBZmEd8nGQ .item-row {
    grid-template-columns: repeat(1, 1fr);
  }
}
.cid-uBZmEd8nGQ .item {
  padding: 0;
}
.cid-uBZmEd8nGQ .item-wrapper {
  display: flex;
  flex-direction: column;
  align-items: stretch;
  height: 100%;
  width: 100%;
  border-radius: 10px;
  overflow: hidden;
  transform-style: preserve-3d;
  transition: .3s all;
  border: 2px solid transparent;
}
.cid-uBZmEd8nGQ .item-wrapper:hover {
  transform: scale3d(1.01, 1.01, 1);
  border-color: #fafafa;
}
.cid-uBZmEd8nGQ .item-img {
  display: flex;
  align-items: center;
  justify-content: center;
  height: 175px;
}
.cid-uBZmEd8nGQ .item-img img {
  width: 100%;
  object-fit: cover;
  height: 100%;
}
.cid-uBZmEd8nGQ .item-content {
  display: flex;
  flex-direction: column;
  align-items: stretch;
  width: 100%;
  padding: 20px 5% 6%;
  flex-grow: 1;
  background-color: #ffffff;
}
.cid-uBZmEd8nGQ .item-text-wrap {
  width: 100%;
  margin-bottom: 5.3em;
}
@media (max-width: 1199px) {
  .cid-uBZmEd8nGQ .item-text-wrap {
    margin-bottom: 4em;
  }
}
@media (max-width: 767px) {
  .cid-uBZmEd8nGQ .item-text-wrap {
    margin-bottom: 2em;
    max-width: 340px;
    margin-right: auto;
  }
}
.cid-uBZmEd8nGQ .item-title {
  color: #272727;
  margin-bottom: 0.52em;
}
.cid-uBZmEd8nGQ .item-subtitle {
  color: #272727;
  opacity: 0.52em;
}
.cid-uBZmEd8nGQ .card-bottom {
  display: flex;
  flex-direction: column;
  align-items: stretch;
  margin-top: auto;
}
.cid-uBZmEd8nGQ .item-name-wrap {
  display: flex;
  align-items: center;
  width: 100%;
}
.cid-uBZmEd8nGQ .image-wrapper {
  width: 35px;
  height: 35px;
  margin-right: 10px;
  border-radius: 300px;
  overflow: hidden;
}
.cid-uBZmEd8nGQ .image-wrapper img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.cid-uBZmEd8nGQ .mbr-text {
  flex-grow: 1;
  color: #272727;
  text-align: right;
}
.cid-uBZmEd8nGQ .mbr-section-btn {
  display: flex;
  margin-top: 20px;
  width: auto !important;
}
.cid-uBZmEd8nGQ .mbr-section-btn .btn {
  width: 100%;
  min-width: auto !important;
}
.cid-uLMRAIzUxG {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-color: #0e132f;
}
.cid-uLMRAIzUxG .mbr-fallback-image.disabled {
  display: none;
}
.cid-uLMRAIzUxG .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-uLMRAIzUxG .container {
    padding: 0 16px;
  }
}
.cid-uLMRAIzUxG .card {
  display: flex;
  flex-direction: column;
  justify-content: space-between;
}
@media (max-width: 992px) {
  .cid-uLMRAIzUxG .card {
    margin-bottom: 40px;
  }
}
.cid-uLMRAIzUxG .card .content-wrapper .title-wrapper .title-wrap {
  display: inline-flex;
  align-items: center;
  margin-bottom: 16px;
}
@media (max-width: 992px) {
  .cid-uLMRAIzUxG .card .content-wrapper .title-wrapper .title-wrap {
    margin-bottom: 40px;
  }
}
.cid-uLMRAIzUxG .card .content-wrapper .title-wrapper .title-wrap img {
  width: 32px;
  height: 32px;
  object-fit: contain;
  margin-right: 1rem;
}
.cid-uLMRAIzUxG .card .content-wrapper .title-wrapper .title-wrap .mbr-section-title {
  margin-bottom: 0;
}
.cid-uLMRAIzUxG .card .content-wrapper .copyright {
  margin-bottom: 20px;
}
@media (max-width: 992px) {
  .cid-uLMRAIzUxG .card .content-wrapper .copyright {
    margin-bottom: 40px;
  }
}
.cid-uLMRAIzUxG .card .social-wrapper .social-wrap {
  display: inline-flex;
  flex-wrap: wrap;
}
.cid-uLMRAIzUxG .card .social-wrapper .social-wrap .mbr-iconfont {
  font-size: 20px;
  margin-right: 48px;
  color: #ffffff;
}
.cid-uLMRAIzUxG .list-wrapper .mbr-card-title {
  margin-bottom: 16px;
}
.cid-uLMRAIzUxG .list-wrapper .list {
  margin: 0;
  padding: 0;
  list-style-type: none;
}
.cid-uLMRAIzUxG .list-wrapper .list .item-wrap {
  margin-bottom: 16px;
}
@media (max-width: 992px) {
  .cid-uLMRAIzUxG .list-wrapper .list {
    margin-bottom: 40px;
  }
}
.cid-uLMRAIzUxG .mbr-section-title {
  color: #ffffff;
}
.cid-uLMRAIzUxG .copyright {
  color: #ffffff;
}
.cid-uLMRAIzUxG .mbr-card-title {
  color: #D4FE00;
}
.cid-uLMRAIzUxG .list {
  color: #ffffff;
}
.cid-uLMT5bnPh6 .navbar-dropdown {
  background-color: #ffffff !important;
  padding: 0;
}
.cid-uLMT5bnPh6 .navbar.navbar-expand-lg .dropdown .dropdown-menu {
  background-color: #ffffff !important;
  background: #ffffff;
}
.cid-uLMT5bnPh6 .navbar.navbar-expand-lg .dropdown .dropdown-menu .dropdown-submenu {
  margin: 0;
  left: 100%;
}
@media (max-width: 991px) {
  .cid-uLMT5bnPh6 .menu_box .navbar.opened,
  .cid-uLMT5bnPh6 .menu_box .navbar-collapse {
    background-color: #ffffff !important;
    transition: all 0s ease 0s;
  }
}
.cid-uLMT5bnPh6 .navbar-dropdown {
  position: relative !important;
}
.cid-uLMT5bnPh6 .btn {
  min-height: auto;
  box-shadow: none;
  margin-top: 0;
}
.cid-uLMT5bnPh6 .btn:hover {
  box-shadow: none;
}
@media (min-width: 992px) {
  .cid-uLMT5bnPh6 .offcanvas_image img {
    width: auto;
    object-fit: cover;
    display: inline-block;
  }
  .cid-uLMT5bnPh6 .offcanvas-header {
    position: relative;
    padding: 0;
  }
  .cid-uLMT5bnPh6 .offcanvas-header .btn-close {
    position: absolute;
    top: -70px;
    right: 0;
    width: 35px;
    height: 30px;
  }
  .cid-uLMT5bnPh6 .offcanvas-body {
    text-align: center;
    padding: 0;
  }
  .cid-uLMT5bnPh6 .offcanvas-body .mbr-text,
  .cid-uLMT5bnPh6 .offcanvas-body .mbr-section-subtitle {
    margin-top: 14px;
  }
  .cid-uLMT5bnPh6 .offcanvas-body .offcanvas_contact {
    margin: 35px 0;
  }
  .cid-uLMT5bnPh6 .offcanvas_box button.btn_offcanvas {
    outline: none;
    width: 40px;
    height: 40px;
    cursor: pointer;
    transition: all 0.2s;
    position: relative;
    align-self: center;
  }
  .cid-uLMT5bnPh6 .offcanvas_box button.btn_offcanvas .hamburger span {
    position: absolute;
    right: 0;
    width: 40px;
    height: 2px;
    border-right: 5px;
    background-color: #474747;
  }
  .cid-uLMT5bnPh6 .offcanvas_box button.btn_offcanvas .hamburger span:nth-child(1) {
    top: 18px;
    transition: all 0.2s;
  }
  .cid-uLMT5bnPh6 .offcanvas_box button.btn_offcanvas .hamburger span:nth-child(2) {
    top: 25px;
    transition: all 0.2s;
  }
  .cid-uLMT5bnPh6 .offcanvas_box button.btn_offcanvas:hover .hamburger span {
    width: 36px;
  }
  .cid-uLMT5bnPh6 .offcanvas_box button.btn_offcanvas:hover .hamburger span:nth-child(2) {
    width: 33px;
    transition-delay: 0.2s;
  }
  .cid-uLMT5bnPh6 ul.navbar-nav {
    padding-bottom: 1.5rem;
  }
  .cid-uLMT5bnPh6 .dropdown-menu .dropdown-toggle[data-toggle="dropdown-submenu"]::after,
  .cid-uLMT5bnPh6 .link.dropdown-toggle::after {
    display: inline-block;
    width: 7px;
    height: 7px;
    margin-left: .5rem;
    margin-bottom: 2px;
    content: "";
    border: 2px solid;
    border-left: none;
    border-top: none;
    transform: rotate(-45deg);
  }
  .cid-uLMT5bnPh6 .link.dropdown-toggle::after {
    padding: 0 !important;
    transform: rotate(45deg);
  }
  .cid-uLMT5bnPh6 li.nav-item {
    position: relative;
    display: inline-block;
    padding: 1px 7px !important;
    vertical-align: middle;
    line-height: 2em !important;
    font-weight: 600 !important;
    text-decoration: none;
    letter-spacing: 0 !important;
    z-index: 1;
  }
  .cid-uLMT5bnPh6 .lg_brand {
    margin: 0 1rem;
  }
}
.cid-uLMT5bnPh6 .nav-item {
  margin: 4px 15px;
}
@media (min-width: 1200px) {
  .cid-uLMT5bnPh6 .nav-item {
    margin: 4px 20px;
  }
}
@media (max-width: 991px) {
  .cid-uLMT5bnPh6 .nav-item {
    margin: 0 !important;
  }
}
.cid-uLMT5bnPh6 .dropdown-menu {
  border-radius: 0;
  box-shadow: none;
  text-align: left;
}
@media (min-width: 992px) {
  .cid-uLMT5bnPh6 .dropdown-menu {
    padding: 18px 34px 22px;
    min-width: 250px;
    top: auto !important;
    left: -40px !important;
  }
  .cid-uLMT5bnPh6 .dropdown-menu.dropdown-submenu {
    left: 215px !important;
    top: -45% !important;
  }
}
@media (max-width: 991px) {
  .cid-uLMT5bnPh6 .dropdown-menu .dropdown-toggle[data-toggle="dropdown-submenu"]::after,
  .cid-uLMT5bnPh6 .link.dropdown-toggle::after {
    display: inline-block;
    width: 7px;
    height: 7px;
    margin-left: .5rem;
    margin-bottom: 2px;
    content: "";
    border: 2px solid;
    border-left: none;
    border-top: none;
    transform: rotate(-45deg);
    right: 15px;
    position: absolute;
    margin-top: -2px;
  }
  .cid-uLMT5bnPh6 .show.dropdown-toggle[aria-expanded="true"]::after {
    transform: rotate(45deg);
    margin-top: -4px;
  }
  .cid-uLMT5bnPh6 .offcanvas_box {
    display: none;
  }
}
.cid-uLMT5bnPh6 .dropdown-item {
  border: none;
  font-weight: 400 !important;
}
.cid-uLMT5bnPh6 .nav-dropdown .link {
  font-weight: 400 !important;
  padding: 0 !important;
  margin: 0 !important;
}
.cid-uLMT5bnPh6 .nav-dropdown .link.dropdown-toggle::after {
  margin-left: 0.5rem;
  margin-top: 0;
}
.cid-uLMT5bnPh6 .container {
  display: flex;
  margin: auto;
}
.cid-uLMT5bnPh6 .iconfont-wrapper {
  color: #e0bdb6;
  font-size: 17px;
  margin-right: 10px;
  margin-bottom: 5px;
  width: 25px;
  height: 25px;
  border-radius: 50%;
  display: flex;
  justify-content: center;
  align-items: center;
  transition: all 0.2s ease-in-out;
}
.cid-uLMT5bnPh6 .iconfont-wrapper:last-child {
  margin-right: 0;
}
.cid-uLMT5bnPh6 .iconfont-wrapper:hover {
  opacity: .5;
}
.cid-uLMT5bnPh6 .navbar-caption {
  color: #747474;
}
.cid-uLMT5bnPh6 .navbar-nav {
  margin: 0 1rem;
}
@media (min-width: 992px) {
  .cid-uLMT5bnPh6 .navbar-nav {
    margin: 0;
  }
}
.cid-uLMT5bnPh6 .dropdown-menu,
.cid-uLMT5bnPh6 .navbar.opened {
  background-color: false !important;
}
.cid-uLMT5bnPh6 .nav-item:focus,
.cid-uLMT5bnPh6 .nav-link:focus {
  outline: none;
}
.cid-uLMT5bnPh6 .dropdown .dropdown-menu .dropdown-item {
  width: auto;
  transition: all 0.25s ease-in-out;
}
.cid-uLMT5bnPh6 .dropdown .dropdown-menu .dropdown-item::after {
  right: 0.5rem;
}
.cid-uLMT5bnPh6 .dropdown .dropdown-menu .dropdown-item .mbr-iconfont {
  margin-right: 0.5rem;
  vertical-align: sub;
}
.cid-uLMT5bnPh6 .dropdown .dropdown-menu .dropdown-item .mbr-iconfont:before {
  display: inline-block;
  transform: scale(1, 1);
  transition: all 0.25s ease-in-out;
}
.cid-uLMT5bnPh6 .collapsed .dropdown-menu .dropdown-item:before {
  display: none;
}
.cid-uLMT5bnPh6 .collapsed .dropdown .dropdown-menu .dropdown-item {
  padding: 0.235em 1.5em 0.235em 1.5em !important;
  transition: none;
  margin: 0 !important;
}
.cid-uLMT5bnPh6 .navbar {
  min-height: 70px;
  padding: 20px 0;
  transition: all 0.3s;
  border-bottom-width: 0px;
}
@media (max-width: 992px) {
  .cid-uLMT5bnPh6 .navbar {
    min-height: 30px;
    max-height: 90px;
  }
}
.cid-uLMT5bnPh6 .navbar.opened {
  transition: all 0.3s;
}
.cid-uLMT5bnPh6 .navbar .dropdown-item {
  padding: 0;
  margin: 8px 0;
}
.cid-uLMT5bnPh6 .navbar .navbar-logo img {
  width: auto;
  object-fit: contain;
  border-radius: 0;
}
.cid-uLMT5bnPh6 .navbar .navbar-collapse {
  justify-content: space-between;
  z-index: 1;
}
.cid-uLMT5bnPh6 .navbar.collapsed {
  justify-content: center;
}
.cid-uLMT5bnPh6 .navbar.collapsed .nav-item .nav-link::before {
  display: none;
}
.cid-uLMT5bnPh6 .navbar.collapsed.opened .dropdown-menu {
  top: 0;
}
.cid-uLMT5bnPh6 .navbar.collapsed .dropdown-menu .dropdown-submenu {
  left: 0 !important;
}
.cid-uLMT5bnPh6 .navbar.collapsed .dropdown-menu .dropdown-item:after {
  right: auto;
}
.cid-uLMT5bnPh6 .navbar.collapsed ul.navbar-nav li {
  margin: auto;
}
.cid-uLMT5bnPh6 .navbar.collapsed .dropdown-menu .dropdown-item {
  padding: 0.25rem 1.5rem;
  text-align: left;
}
.cid-uLMT5bnPh6 .navbar.collapsed .icons-menu {
  padding: 0;
}
@media (max-width: 991px) {
  .cid-uLMT5bnPh6 .navbar .nav-item {
    padding: .5rem 0;
  }
  .cid-uLMT5bnPh6 .navbar .navbar-collapse {
    padding: 34px 0;
    border-radius: 25px;
  }
  .cid-uLMT5bnPh6 .navbar .nav-item .nav-link::before {
    display: none;
  }
  .cid-uLMT5bnPh6 .navbar.opened .dropdown-menu {
    top: 0;
  }
  .cid-uLMT5bnPh6 .navbar .dropdown-menu {
    padding: 6px 0 6px 15px;
  }
  .cid-uLMT5bnPh6 .navbar .dropdown-menu .dropdown-submenu {
    left: 0 !important;
  }
  .cid-uLMT5bnPh6 .navbar .dropdown-menu .dropdown-item:after {
    right: auto;
    margin-top: -0.4rem;
  }
  .cid-uLMT5bnPh6 .navbar .navbar-logo img {
    height: 3rem !important;
  }
  .cid-uLMT5bnPh6 .navbar ul.navbar-nav {
    overflow: hidden;
  }
  .cid-uLMT5bnPh6 .navbar ul.navbar-nav li {
    margin: 0;
  }
  .cid-uLMT5bnPh6 .navbar .dropdown-menu .dropdown-item {
    padding: 0 !important;
    margin: 0;
    margin-top: 8px;
    text-align: left;
  }
  .cid-uLMT5bnPh6 .navbar .navbar-brand {
    flex-shrink: initial;
    flex-basis: auto;
    word-break: break-word;
    padding-right: 2rem;
  }
  .cid-uLMT5bnPh6 .navbar .navbar-toggler {
    flex-basis: auto;
  }
  .cid-uLMT5bnPh6 .navbar .icons-menu {
    padding: 0;
  }
}
.cid-uLMT5bnPh6 .navbar.navbar-short {
  min-height: 60px;
}
.cid-uLMT5bnPh6 .navbar.navbar-short .navbar-logo img {
  height: 2.5rem !important;
}
.cid-uLMT5bnPh6 .navbar.navbar-short .navbar-brand {
  min-height: 60px;
  padding: 0;
}
.cid-uLMT5bnPh6 .navbar-brand {
  min-height: 70px;
  flex-shrink: 0;
  align-items: center;
  margin-right: 0;
  padding: 10px 0;
  transition: all 0.3s;
  word-break: break-word;
  z-index: 1;
}
.cid-uLMT5bnPh6 .navbar-brand .navbar-caption {
  line-height: inherit !important;
}
.cid-uLMT5bnPh6 .navbar-brand .navbar-logo a {
  outline: none;
}
.cid-uLMT5bnPh6 .dropdown-item.active,
.cid-uLMT5bnPh6 .dropdown-item:active {
  background-color: transparent;
}
.cid-uLMT5bnPh6 .navbar-expand-lg .navbar-nav .nav-link {
  padding: 0;
}
.cid-uLMT5bnPh6 .nav-dropdown .link.dropdown-toggle {
  margin-right: 1.667em;
}
.cid-uLMT5bnPh6 .nav-dropdown .link.dropdown-toggle[aria-expanded="true"] {
  margin-right: 0;
  padding: 0.667em 1.667em;
}
.cid-uLMT5bnPh6 .navbar .dropdown.open > .dropdown-menu {
  display: block;
}
.cid-uLMT5bnPh6 ul.navbar-nav {
  flex-wrap: wrap;
  padding: 36px 0;
  border-bottom: 1px solid #0e132f;
}
.cid-uLMT5bnPh6 .navbar-buttons {
  text-align: center;
  min-width: 170px;
}
.cid-uLMT5bnPh6 button.navbar-toggler {
  outline: none;
  width: 48px;
  height: 48px;
  border-radius: 50%;
  cursor: pointer;
  transition: all 0.2s;
  position: relative;
  align-self: center;
  color: #ffffff;
  background: #ffffff;
}
.cid-uLMT5bnPh6 button.navbar-toggler .hamburger span {
  position: absolute;
  right: 10px;
  margin-top: 14px;
  width: 26px;
  height: 2px;
  border-right: 5px;
  background-color: #474747;
}
.cid-uLMT5bnPh6 button.navbar-toggler .hamburger span:nth-child(1) {
  top: 0;
  transition: all 0.2s;
}
.cid-uLMT5bnPh6 button.navbar-toggler .hamburger span:nth-child(2) {
  top: 8px;
  transition: all 0.15s;
}
.cid-uLMT5bnPh6 button.navbar-toggler .hamburger span:nth-child(3) {
  top: 8px;
  transition: all 0.15s;
}
.cid-uLMT5bnPh6 button.navbar-toggler .hamburger span:nth-child(4) {
  top: 16px;
  transition: all 0.2s;
}
.cid-uLMT5bnPh6 nav.opened .hamburger span:nth-child(1) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-uLMT5bnPh6 nav.opened .hamburger span:nth-child(2) {
  transform: rotate(45deg);
  transition: all 0.25s;
}
.cid-uLMT5bnPh6 nav.opened .hamburger span:nth-child(3) {
  transform: rotate(-45deg);
  transition: all 0.25s;
}
.cid-uLMT5bnPh6 nav.opened .hamburger span:nth-child(4) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-uLMT5bnPh6 a.nav-link {
  display: flex;
  align-items: center;
  justify-content: flex-start;
}
.cid-uLMT5bnPh6 .icons-menu {
  flex-wrap: nowrap;
  display: flex;
  justify-content: center;
  padding: 0;
  text-align: center;
  margin-bottom: 35px;
}
@media screen and (-ms-high-contrast: active), (-ms-high-contrast: none) {
  .cid-uLMT5bnPh6 .navbar {
    height: 70px;
  }
  .cid-uLMT5bnPh6 .navbar.opened {
    height: auto;
  }
  .cid-uLMT5bnPh6 .nav-item .nav-link:hover::before {
    width: 175%;
    max-width: calc(100% + 2rem);
    left: -1rem;
  }
}
.cid-uLMT5bnPh6 .navbar-dropdown .navbar-logo {
  margin-right: 15px;
}
@media (min-width: 768px) {
  .cid-uLMT5bnPh6 .container-fluid {
    padding-left: 30px;
    padding-right: 30px;
  }
}
.cid-uLMT5bnPh6 .mbr-section-btn-main {
  padding-top: 5px;
}
.cid-uLMT5bnPh6 .mbr-section-btn-main .btn {
  margin: 0 4px 4px 4px;
}
.cid-uLMT5bnPh6 .navbar-caption:hover {
  color: #2554ab;
}
@media (min-width: 992px) {
  .cid-uLMT5bnPh6 .dropdown-menu.dropdown-submenu {
    left: 175px !important;
    top: -45% !important;
  }
}
.cid-uLMT5bnPh6 .nav-link {
  position: relative;
}
.cid-uLMT5bnPh6 .nav-link:before {
  content: '';
  position: absolute;
  left: -12px;
  width: 6px;
  height: 6px;
  border-radius: 100%;
  background-color: #2554ab;
  transition: all .3s ease;
  opacity: 0;
}
.cid-uLMT5bnPh6 .nav-link:hover:before {
  opacity: 1;
}
.cid-uLMT5bnPh6 .mbr-section-subtitle {
  color: #ffffff;
}
.cid-uLMT5bnPh6 .mbr-text {
  color: #ffffff;
  text-align: center;
}
.cid-uLMT5bnPh6 .text_widget {
  color: #ffffff;
}
.cid-uLMT5bnPh6 .mbr-section-subtitle,
.cid-uLMT5bnPh6 .text_widget,
.cid-uLMT5bnPh6 .mbr-section-btn {
  text-align: center;
}
.cid-uLMT5bnPh6 a[class*="text-"]:not(.nav-link):not(.dropdown-item):not([role]):not(.navbar-caption):hover {
  background-image: none;
}
.cid-uC1914rw1L {
  padding-top: 0rem;
  padding-bottom: 0rem;
  background-color: #ffffff;
}
.cid-uC1914rw1L .item-img {
  position: relative;
  overflow: hidden;
}
.cid-uC1914rw1L .item-img:before {
  content: '';
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
  left: 0;
  background: black;
  opacity: 0.3;
  z-index: 1;
  transition: all 0.3s;
  pointer-events: none;
}
.cid-uC1914rw1L h5 {
  margin-bottom: 1rem;
}
.cid-uC1914rw1L .item-content {
  position: absolute;
  top: 55%;
  right: 0;
  z-index: 2;
  width: 100%;
  transform: translateY(-50%);
  padding: 2rem 8rem;
  display: flex;
  flex-direction: column;
  height: 50%;
}
@media (max-width: 767px) {
  .cid-uC1914rw1L .item-content {
    padding: 0 2rem 1.5rem;
    margin-top: 1rem;
  }
}
.cid-uC1914rw1L img,
.cid-uC1914rw1L .item-img {
  width: 100%;
  transition: all 0.3s;
  height: 100%;
  height: 400px;
  object-fit: cover;
}
.cid-uC1914rw1L .item:focus,
.cid-uC1914rw1L span:focus {
  outline: none;
}
.cid-uC1914rw1L .item {
  margin-bottom: 2rem;
}
@media (max-width: 767px) {
  .cid-uC1914rw1L .item {
    margin-bottom: 1rem;
  }
}
.cid-uC1914rw1L .item-wrapper {
  position: relative;
  border-radius: 15px;
  height: 100%;
  display: flex;
  flex-flow: column nowrap;
}
.cid-uC1914rw1L .mbr-section-title {
  color: #4e423d;
}
.cid-uC1914rw1L .item-title {
  text-align: left;
  color: #ffffff;
}
.cid-uC1914rw1L .item-subtitle {
  text-align: left;
  color: #ffffff;
}
.cid-uC1914rw1L .mbr-text,
.cid-uC1914rw1L .item .mbr-section-btn {
  text-align: left;
  color: #ffffff;
}
.cid-uC1914rw1L .content-head {
  max-width: 800px;
}
.cid-uC1915NUYe {
  padding-top: 1rem;
  padding-bottom: 5rem;
  background-color: #fafafa;
}
.cid-uC1915NUYe .mbr-section-title {
  margin-bottom: 1em;
  color: #272727;
}
.cid-uC1915NUYe .mbr-section-subtitle {
  margin-bottom: 1.5625em;
  color: #272727;
  opacity: 0.4;
}
.cid-uC1915NUYe .item-row {
  display: grid;
  -webkit-box-align: stretch;
  -webkit-align-items: stretch;
  -ms-flex-align: stretch;
  align-items: stretch;
  grid-auto-columns: 1fr;
  grid-column-gap: 16px;
  grid-row-gap: 16px;
  grid-template-columns: repeat(4, 1fr);
  -ms-grid-rows: auto;
  grid-template-rows: auto;
}
@media (max-width: 1199px) {
  .cid-uC1915NUYe .item-row {
    grid-template-columns: repeat(2, 1fr);
  }
}
@media (max-width: 767px) {
  .cid-uC1915NUYe .item-row {
    grid-template-columns: repeat(1, 1fr);
  }
}
.cid-uC1915NUYe .item {
  padding: 0;
}
.cid-uC1915NUYe .item-wrapper {
  display: flex;
  flex-direction: column;
  align-items: stretch;
  height: 100%;
  width: 100%;
  border-radius: 10px;
  overflow: hidden;
  transform-style: preserve-3d;
  transition: .3s all;
  border: 2px solid transparent;
}
.cid-uC1915NUYe .item-wrapper:hover {
  transform: scale3d(1.01, 1.01, 1);
  border-color: #fafafa;
}
.cid-uC1915NUYe .item-img {
  display: flex;
  align-items: center;
  justify-content: center;
  height: 175px;
}
.cid-uC1915NUYe .item-img img {
  width: 100%;
  object-fit: cover;
  height: 100%;
}
.cid-uC1915NUYe .item-content {
  display: flex;
  flex-direction: column;
  align-items: stretch;
  width: 100%;
  padding: 20px 5% 6%;
  flex-grow: 1;
  background-color: #ffffff;
}
.cid-uC1915NUYe .item-text-wrap {
  width: 100%;
  margin-bottom: 5.3em;
}
@media (max-width: 1199px) {
  .cid-uC1915NUYe .item-text-wrap {
    margin-bottom: 4em;
  }
}
@media (max-width: 767px) {
  .cid-uC1915NUYe .item-text-wrap {
    margin-bottom: 2em;
    max-width: 340px;
    margin-right: auto;
  }
}
.cid-uC1915NUYe .item-title {
  color: #272727;
  margin-bottom: 0.52em;
}
.cid-uC1915NUYe .item-subtitle {
  color: #272727;
  opacity: 0.52em;
}
.cid-uC1915NUYe .card-bottom {
  display: flex;
  flex-direction: column;
  align-items: stretch;
  margin-top: auto;
}
.cid-uC1915NUYe .item-name-wrap {
  display: flex;
  align-items: center;
  width: 100%;
}
.cid-uC1915NUYe .image-wrapper {
  width: 35px;
  height: 35px;
  margin-right: 10px;
  border-radius: 300px;
  overflow: hidden;
}
.cid-uC1915NUYe .image-wrapper img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.cid-uC1915NUYe .mbr-text {
  flex-grow: 1;
  color: #272727;
  text-align: right;
}
.cid-uC1915NUYe .mbr-section-btn {
  display: flex;
  margin-top: 20px;
  width: auto !important;
}
.cid-uC1915NUYe .mbr-section-btn .btn {
  width: 100%;
  min-width: auto !important;
}
.cid-uLMRAIzUxG {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-color: #0e132f;
}
.cid-uLMRAIzUxG .mbr-fallback-image.disabled {
  display: none;
}
.cid-uLMRAIzUxG .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-uLMRAIzUxG .container {
    padding: 0 16px;
  }
}
.cid-uLMRAIzUxG .card {
  display: flex;
  flex-direction: column;
  justify-content: space-between;
}
@media (max-width: 992px) {
  .cid-uLMRAIzUxG .card {
    margin-bottom: 40px;
  }
}
.cid-uLMRAIzUxG .card .content-wrapper .title-wrapper .title-wrap {
  display: inline-flex;
  align-items: center;
  margin-bottom: 16px;
}
@media (max-width: 992px) {
  .cid-uLMRAIzUxG .card .content-wrapper .title-wrapper .title-wrap {
    margin-bottom: 40px;
  }
}
.cid-uLMRAIzUxG .card .content-wrapper .title-wrapper .title-wrap img {
  width: 32px;
  height: 32px;
  object-fit: contain;
  margin-right: 1rem;
}
.cid-uLMRAIzUxG .card .content-wrapper .title-wrapper .title-wrap .mbr-section-title {
  margin-bottom: 0;
}
.cid-uLMRAIzUxG .card .content-wrapper .copyright {
  margin-bottom: 20px;
}
@media (max-width: 992px) {
  .cid-uLMRAIzUxG .card .content-wrapper .copyright {
    margin-bottom: 40px;
  }
}
.cid-uLMRAIzUxG .card .social-wrapper .social-wrap {
  display: inline-flex;
  flex-wrap: wrap;
}
.cid-uLMRAIzUxG .card .social-wrapper .social-wrap .mbr-iconfont {
  font-size: 20px;
  margin-right: 48px;
  color: #ffffff;
}
.cid-uLMRAIzUxG .list-wrapper .mbr-card-title {
  margin-bottom: 16px;
}
.cid-uLMRAIzUxG .list-wrapper .list {
  margin: 0;
  padding: 0;
  list-style-type: none;
}
.cid-uLMRAIzUxG .list-wrapper .list .item-wrap {
  margin-bottom: 16px;
}
@media (max-width: 992px) {
  .cid-uLMRAIzUxG .list-wrapper .list {
    margin-bottom: 40px;
  }
}
.cid-uLMRAIzUxG .mbr-section-title {
  color: #ffffff;
}
.cid-uLMRAIzUxG .copyright {
  color: #ffffff;
}
.cid-uLMRAIzUxG .mbr-card-title {
  color: #D4FE00;
}
.cid-uLMRAIzUxG .list {
  color: #ffffff;
}
.cid-uLMT5bnPh6 .navbar-dropdown {
  background-color: #ffffff !important;
  padding: 0;
}
.cid-uLMT5bnPh6 .navbar.navbar-expand-lg .dropdown .dropdown-menu {
  background-color: #ffffff !important;
  background: #ffffff;
}
.cid-uLMT5bnPh6 .navbar.navbar-expand-lg .dropdown .dropdown-menu .dropdown-submenu {
  margin: 0;
  left: 100%;
}
@media (max-width: 991px) {
  .cid-uLMT5bnPh6 .menu_box .navbar.opened,
  .cid-uLMT5bnPh6 .menu_box .navbar-collapse {
    background-color: #ffffff !important;
    transition: all 0s ease 0s;
  }
}
.cid-uLMT5bnPh6 .navbar-dropdown {
  position: relative !important;
}
.cid-uLMT5bnPh6 .btn {
  min-height: auto;
  box-shadow: none;
  margin-top: 0;
}
.cid-uLMT5bnPh6 .btn:hover {
  box-shadow: none;
}
@media (min-width: 992px) {
  .cid-uLMT5bnPh6 .offcanvas_image img {
    width: auto;
    object-fit: cover;
    display: inline-block;
  }
  .cid-uLMT5bnPh6 .offcanvas-header {
    position: relative;
    padding: 0;
  }
  .cid-uLMT5bnPh6 .offcanvas-header .btn-close {
    position: absolute;
    top: -70px;
    right: 0;
    width: 35px;
    height: 30px;
  }
  .cid-uLMT5bnPh6 .offcanvas-body {
    text-align: center;
    padding: 0;
  }
  .cid-uLMT5bnPh6 .offcanvas-body .mbr-text,
  .cid-uLMT5bnPh6 .offcanvas-body .mbr-section-subtitle {
    margin-top: 14px;
  }
  .cid-uLMT5bnPh6 .offcanvas-body .offcanvas_contact {
    margin: 35px 0;
  }
  .cid-uLMT5bnPh6 .offcanvas_box button.btn_offcanvas {
    outline: none;
    width: 40px;
    height: 40px;
    cursor: pointer;
    transition: all 0.2s;
    position: relative;
    align-self: center;
  }
  .cid-uLMT5bnPh6 .offcanvas_box button.btn_offcanvas .hamburger span {
    position: absolute;
    right: 0;
    width: 40px;
    height: 2px;
    border-right: 5px;
    background-color: #474747;
  }
  .cid-uLMT5bnPh6 .offcanvas_box button.btn_offcanvas .hamburger span:nth-child(1) {
    top: 18px;
    transition: all 0.2s;
  }
  .cid-uLMT5bnPh6 .offcanvas_box button.btn_offcanvas .hamburger span:nth-child(2) {
    top: 25px;
    transition: all 0.2s;
  }
  .cid-uLMT5bnPh6 .offcanvas_box button.btn_offcanvas:hover .hamburger span {
    width: 36px;
  }
  .cid-uLMT5bnPh6 .offcanvas_box button.btn_offcanvas:hover .hamburger span:nth-child(2) {
    width: 33px;
    transition-delay: 0.2s;
  }
  .cid-uLMT5bnPh6 ul.navbar-nav {
    padding-bottom: 1.5rem;
  }
  .cid-uLMT5bnPh6 .dropdown-menu .dropdown-toggle[data-toggle="dropdown-submenu"]::after,
  .cid-uLMT5bnPh6 .link.dropdown-toggle::after {
    display: inline-block;
    width: 7px;
    height: 7px;
    margin-left: .5rem;
    margin-bottom: 2px;
    content: "";
    border: 2px solid;
    border-left: none;
    border-top: none;
    transform: rotate(-45deg);
  }
  .cid-uLMT5bnPh6 .link.dropdown-toggle::after {
    padding: 0 !important;
    transform: rotate(45deg);
  }
  .cid-uLMT5bnPh6 li.nav-item {
    position: relative;
    display: inline-block;
    padding: 1px 7px !important;
    vertical-align: middle;
    line-height: 2em !important;
    font-weight: 600 !important;
    text-decoration: none;
    letter-spacing: 0 !important;
    z-index: 1;
  }
  .cid-uLMT5bnPh6 .lg_brand {
    margin: 0 1rem;
  }
}
.cid-uLMT5bnPh6 .nav-item {
  margin: 4px 15px;
}
@media (min-width: 1200px) {
  .cid-uLMT5bnPh6 .nav-item {
    margin: 4px 20px;
  }
}
@media (max-width: 991px) {
  .cid-uLMT5bnPh6 .nav-item {
    margin: 0 !important;
  }
}
.cid-uLMT5bnPh6 .dropdown-menu {
  border-radius: 0;
  box-shadow: none;
  text-align: left;
}
@media (min-width: 992px) {
  .cid-uLMT5bnPh6 .dropdown-menu {
    padding: 18px 34px 22px;
    min-width: 250px;
    top: auto !important;
    left: -40px !important;
  }
  .cid-uLMT5bnPh6 .dropdown-menu.dropdown-submenu {
    left: 215px !important;
    top: -45% !important;
  }
}
@media (max-width: 991px) {
  .cid-uLMT5bnPh6 .dropdown-menu .dropdown-toggle[data-toggle="dropdown-submenu"]::after,
  .cid-uLMT5bnPh6 .link.dropdown-toggle::after {
    display: inline-block;
    width: 7px;
    height: 7px;
    margin-left: .5rem;
    margin-bottom: 2px;
    content: "";
    border: 2px solid;
    border-left: none;
    border-top: none;
    transform: rotate(-45deg);
    right: 15px;
    position: absolute;
    margin-top: -2px;
  }
  .cid-uLMT5bnPh6 .show.dropdown-toggle[aria-expanded="true"]::after {
    transform: rotate(45deg);
    margin-top: -4px;
  }
  .cid-uLMT5bnPh6 .offcanvas_box {
    display: none;
  }
}
.cid-uLMT5bnPh6 .dropdown-item {
  border: none;
  font-weight: 400 !important;
}
.cid-uLMT5bnPh6 .nav-dropdown .link {
  font-weight: 400 !important;
  padding: 0 !important;
  margin: 0 !important;
}
.cid-uLMT5bnPh6 .nav-dropdown .link.dropdown-toggle::after {
  margin-left: 0.5rem;
  margin-top: 0;
}
.cid-uLMT5bnPh6 .container {
  display: flex;
  margin: auto;
}
.cid-uLMT5bnPh6 .iconfont-wrapper {
  color: #e0bdb6;
  font-size: 17px;
  margin-right: 10px;
  margin-bottom: 5px;
  width: 25px;
  height: 25px;
  border-radius: 50%;
  display: flex;
  justify-content: center;
  align-items: center;
  transition: all 0.2s ease-in-out;
}
.cid-uLMT5bnPh6 .iconfont-wrapper:last-child {
  margin-right: 0;
}
.cid-uLMT5bnPh6 .iconfont-wrapper:hover {
  opacity: .5;
}
.cid-uLMT5bnPh6 .navbar-caption {
  color: #747474;
}
.cid-uLMT5bnPh6 .navbar-nav {
  margin: 0 1rem;
}
@media (min-width: 992px) {
  .cid-uLMT5bnPh6 .navbar-nav {
    margin: 0;
  }
}
.cid-uLMT5bnPh6 .dropdown-menu,
.cid-uLMT5bnPh6 .navbar.opened {
  background-color: false !important;
}
.cid-uLMT5bnPh6 .nav-item:focus,
.cid-uLMT5bnPh6 .nav-link:focus {
  outline: none;
}
.cid-uLMT5bnPh6 .dropdown .dropdown-menu .dropdown-item {
  width: auto;
  transition: all 0.25s ease-in-out;
}
.cid-uLMT5bnPh6 .dropdown .dropdown-menu .dropdown-item::after {
  right: 0.5rem;
}
.cid-uLMT5bnPh6 .dropdown .dropdown-menu .dropdown-item .mbr-iconfont {
  margin-right: 0.5rem;
  vertical-align: sub;
}
.cid-uLMT5bnPh6 .dropdown .dropdown-menu .dropdown-item .mbr-iconfont:before {
  display: inline-block;
  transform: scale(1, 1);
  transition: all 0.25s ease-in-out;
}
.cid-uLMT5bnPh6 .collapsed .dropdown-menu .dropdown-item:before {
  display: none;
}
.cid-uLMT5bnPh6 .collapsed .dropdown .dropdown-menu .dropdown-item {
  padding: 0.235em 1.5em 0.235em 1.5em !important;
  transition: none;
  margin: 0 !important;
}
.cid-uLMT5bnPh6 .navbar {
  min-height: 70px;
  padding: 20px 0;
  transition: all 0.3s;
  border-bottom-width: 0px;
}
@media (max-width: 992px) {
  .cid-uLMT5bnPh6 .navbar {
    min-height: 30px;
    max-height: 90px;
  }
}
.cid-uLMT5bnPh6 .navbar.opened {
  transition: all 0.3s;
}
.cid-uLMT5bnPh6 .navbar .dropdown-item {
  padding: 0;
  margin: 8px 0;
}
.cid-uLMT5bnPh6 .navbar .navbar-logo img {
  width: auto;
  object-fit: contain;
  border-radius: 0;
}
.cid-uLMT5bnPh6 .navbar .navbar-collapse {
  justify-content: space-between;
  z-index: 1;
}
.cid-uLMT5bnPh6 .navbar.collapsed {
  justify-content: center;
}
.cid-uLMT5bnPh6 .navbar.collapsed .nav-item .nav-link::before {
  display: none;
}
.cid-uLMT5bnPh6 .navbar.collapsed.opened .dropdown-menu {
  top: 0;
}
.cid-uLMT5bnPh6 .navbar.collapsed .dropdown-menu .dropdown-submenu {
  left: 0 !important;
}
.cid-uLMT5bnPh6 .navbar.collapsed .dropdown-menu .dropdown-item:after {
  right: auto;
}
.cid-uLMT5bnPh6 .navbar.collapsed ul.navbar-nav li {
  margin: auto;
}
.cid-uLMT5bnPh6 .navbar.collapsed .dropdown-menu .dropdown-item {
  padding: 0.25rem 1.5rem;
  text-align: left;
}
.cid-uLMT5bnPh6 .navbar.collapsed .icons-menu {
  padding: 0;
}
@media (max-width: 991px) {
  .cid-uLMT5bnPh6 .navbar .nav-item {
    padding: .5rem 0;
  }
  .cid-uLMT5bnPh6 .navbar .navbar-collapse {
    padding: 34px 0;
    border-radius: 25px;
  }
  .cid-uLMT5bnPh6 .navbar .nav-item .nav-link::before {
    display: none;
  }
  .cid-uLMT5bnPh6 .navbar.opened .dropdown-menu {
    top: 0;
  }
  .cid-uLMT5bnPh6 .navbar .dropdown-menu {
    padding: 6px 0 6px 15px;
  }
  .cid-uLMT5bnPh6 .navbar .dropdown-menu .dropdown-submenu {
    left: 0 !important;
  }
  .cid-uLMT5bnPh6 .navbar .dropdown-menu .dropdown-item:after {
    right: auto;
    margin-top: -0.4rem;
  }
  .cid-uLMT5bnPh6 .navbar .navbar-logo img {
    height: 3rem !important;
  }
  .cid-uLMT5bnPh6 .navbar ul.navbar-nav {
    overflow: hidden;
  }
  .cid-uLMT5bnPh6 .navbar ul.navbar-nav li {
    margin: 0;
  }
  .cid-uLMT5bnPh6 .navbar .dropdown-menu .dropdown-item {
    padding: 0 !important;
    margin: 0;
    margin-top: 8px;
    text-align: left;
  }
  .cid-uLMT5bnPh6 .navbar .navbar-brand {
    flex-shrink: initial;
    flex-basis: auto;
    word-break: break-word;
    padding-right: 2rem;
  }
  .cid-uLMT5bnPh6 .navbar .navbar-toggler {
    flex-basis: auto;
  }
  .cid-uLMT5bnPh6 .navbar .icons-menu {
    padding: 0;
  }
}
.cid-uLMT5bnPh6 .navbar.navbar-short {
  min-height: 60px;
}
.cid-uLMT5bnPh6 .navbar.navbar-short .navbar-logo img {
  height: 2.5rem !important;
}
.cid-uLMT5bnPh6 .navbar.navbar-short .navbar-brand {
  min-height: 60px;
  padding: 0;
}
.cid-uLMT5bnPh6 .navbar-brand {
  min-height: 70px;
  flex-shrink: 0;
  align-items: center;
  margin-right: 0;
  padding: 10px 0;
  transition: all 0.3s;
  word-break: break-word;
  z-index: 1;
}
.cid-uLMT5bnPh6 .navbar-brand .navbar-caption {
  line-height: inherit !important;
}
.cid-uLMT5bnPh6 .navbar-brand .navbar-logo a {
  outline: none;
}
.cid-uLMT5bnPh6 .dropdown-item.active,
.cid-uLMT5bnPh6 .dropdown-item:active {
  background-color: transparent;
}
.cid-uLMT5bnPh6 .navbar-expand-lg .navbar-nav .nav-link {
  padding: 0;
}
.cid-uLMT5bnPh6 .nav-dropdown .link.dropdown-toggle {
  margin-right: 1.667em;
}
.cid-uLMT5bnPh6 .nav-dropdown .link.dropdown-toggle[aria-expanded="true"] {
  margin-right: 0;
  padding: 0.667em 1.667em;
}
.cid-uLMT5bnPh6 .navbar .dropdown.open > .dropdown-menu {
  display: block;
}
.cid-uLMT5bnPh6 ul.navbar-nav {
  flex-wrap: wrap;
  padding: 36px 0;
  border-bottom: 1px solid #0e132f;
}
.cid-uLMT5bnPh6 .navbar-buttons {
  text-align: center;
  min-width: 170px;
}
.cid-uLMT5bnPh6 button.navbar-toggler {
  outline: none;
  width: 48px;
  height: 48px;
  border-radius: 50%;
  cursor: pointer;
  transition: all 0.2s;
  position: relative;
  align-self: center;
  color: #ffffff;
  background: #ffffff;
}
.cid-uLMT5bnPh6 button.navbar-toggler .hamburger span {
  position: absolute;
  right: 10px;
  margin-top: 14px;
  width: 26px;
  height: 2px;
  border-right: 5px;
  background-color: #474747;
}
.cid-uLMT5bnPh6 button.navbar-toggler .hamburger span:nth-child(1) {
  top: 0;
  transition: all 0.2s;
}
.cid-uLMT5bnPh6 button.navbar-toggler .hamburger span:nth-child(2) {
  top: 8px;
  transition: all 0.15s;
}
.cid-uLMT5bnPh6 button.navbar-toggler .hamburger span:nth-child(3) {
  top: 8px;
  transition: all 0.15s;
}
.cid-uLMT5bnPh6 button.navbar-toggler .hamburger span:nth-child(4) {
  top: 16px;
  transition: all 0.2s;
}
.cid-uLMT5bnPh6 nav.opened .hamburger span:nth-child(1) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-uLMT5bnPh6 nav.opened .hamburger span:nth-child(2) {
  transform: rotate(45deg);
  transition: all 0.25s;
}
.cid-uLMT5bnPh6 nav.opened .hamburger span:nth-child(3) {
  transform: rotate(-45deg);
  transition: all 0.25s;
}
.cid-uLMT5bnPh6 nav.opened .hamburger span:nth-child(4) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-uLMT5bnPh6 a.nav-link {
  display: flex;
  align-items: center;
  justify-content: flex-start;
}
.cid-uLMT5bnPh6 .icons-menu {
  flex-wrap: nowrap;
  display: flex;
  justify-content: center;
  padding: 0;
  text-align: center;
  margin-bottom: 35px;
}
@media screen and (-ms-high-contrast: active), (-ms-high-contrast: none) {
  .cid-uLMT5bnPh6 .navbar {
    height: 70px;
  }
  .cid-uLMT5bnPh6 .navbar.opened {
    height: auto;
  }
  .cid-uLMT5bnPh6 .nav-item .nav-link:hover::before {
    width: 175%;
    max-width: calc(100% + 2rem);
    left: -1rem;
  }
}
.cid-uLMT5bnPh6 .navbar-dropdown .navbar-logo {
  margin-right: 15px;
}
@media (min-width: 768px) {
  .cid-uLMT5bnPh6 .container-fluid {
    padding-left: 30px;
    padding-right: 30px;
  }
}
.cid-uLMT5bnPh6 .mbr-section-btn-main {
  padding-top: 5px;
}
.cid-uLMT5bnPh6 .mbr-section-btn-main .btn {
  margin: 0 4px 4px 4px;
}
.cid-uLMT5bnPh6 .navbar-caption:hover {
  color: #2554ab;
}
@media (min-width: 992px) {
  .cid-uLMT5bnPh6 .dropdown-menu.dropdown-submenu {
    left: 175px !important;
    top: -45% !important;
  }
}
.cid-uLMT5bnPh6 .nav-link {
  position: relative;
}
.cid-uLMT5bnPh6 .nav-link:before {
  content: '';
  position: absolute;
  left: -12px;
  width: 6px;
  height: 6px;
  border-radius: 100%;
  background-color: #2554ab;
  transition: all .3s ease;
  opacity: 0;
}
.cid-uLMT5bnPh6 .nav-link:hover:before {
  opacity: 1;
}
.cid-uLMT5bnPh6 .mbr-section-subtitle {
  color: #ffffff;
}
.cid-uLMT5bnPh6 .mbr-text {
  color: #ffffff;
  text-align: center;
}
.cid-uLMT5bnPh6 .text_widget {
  color: #ffffff;
}
.cid-uLMT5bnPh6 .mbr-section-subtitle,
.cid-uLMT5bnPh6 .text_widget,
.cid-uLMT5bnPh6 .mbr-section-btn {
  text-align: center;
}
.cid-uLMT5bnPh6 a[class*="text-"]:not(.nav-link):not(.dropdown-item):not([role]):not(.navbar-caption):hover {
  background-image: none;
}
.cid-uC18Yn3EtF {
  padding-top: 0rem;
  padding-bottom: 0rem;
  background-color: #ffffff;
}
.cid-uC18Yn3EtF .item-img {
  position: relative;
  overflow: hidden;
}
.cid-uC18Yn3EtF .item-img:before {
  content: '';
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
  left: 0;
  background: black;
  opacity: 0.3;
  z-index: 1;
  transition: all 0.3s;
  pointer-events: none;
}
.cid-uC18Yn3EtF h5 {
  margin-bottom: 1rem;
}
.cid-uC18Yn3EtF .item-content {
  position: absolute;
  top: 55%;
  right: 0;
  z-index: 2;
  width: 100%;
  transform: translateY(-50%);
  padding: 2rem 8rem;
  display: flex;
  flex-direction: column;
  height: 50%;
}
@media (max-width: 767px) {
  .cid-uC18Yn3EtF .item-content {
    padding: 0 2rem 1.5rem;
    margin-top: 1rem;
  }
}
.cid-uC18Yn3EtF img,
.cid-uC18Yn3EtF .item-img {
  width: 100%;
  transition: all 0.3s;
  height: 100%;
  height: 400px;
  object-fit: cover;
}
.cid-uC18Yn3EtF .item:focus,
.cid-uC18Yn3EtF span:focus {
  outline: none;
}
.cid-uC18Yn3EtF .item {
  margin-bottom: 2rem;
}
@media (max-width: 767px) {
  .cid-uC18Yn3EtF .item {
    margin-bottom: 1rem;
  }
}
.cid-uC18Yn3EtF .item-wrapper {
  position: relative;
  border-radius: 15px;
  height: 100%;
  display: flex;
  flex-flow: column nowrap;
}
.cid-uC18Yn3EtF .mbr-section-title {
  color: #4e423d;
}
.cid-uC18Yn3EtF .item-title {
  text-align: left;
  color: #ffffff;
}
.cid-uC18Yn3EtF .item-subtitle {
  text-align: left;
  color: #ffffff;
}
.cid-uC18Yn3EtF .mbr-text,
.cid-uC18Yn3EtF .item .mbr-section-btn {
  text-align: left;
  color: #ffffff;
}
.cid-uC18Yn3EtF .content-head {
  max-width: 800px;
}
.cid-uC18YnYjMA {
  padding-top: 1rem;
  padding-bottom: 5rem;
  background-color: #fafafa;
}
.cid-uC18YnYjMA .mbr-section-title {
  margin-bottom: 1em;
  color: #272727;
}
.cid-uC18YnYjMA .mbr-section-subtitle {
  margin-bottom: 1.5625em;
  color: #272727;
  opacity: 0.4;
}
.cid-uC18YnYjMA .item-row {
  display: grid;
  -webkit-box-align: stretch;
  -webkit-align-items: stretch;
  -ms-flex-align: stretch;
  align-items: stretch;
  grid-auto-columns: 1fr;
  grid-column-gap: 16px;
  grid-row-gap: 16px;
  grid-template-columns: repeat(4, 1fr);
  -ms-grid-rows: auto;
  grid-template-rows: auto;
}
@media (max-width: 1199px) {
  .cid-uC18YnYjMA .item-row {
    grid-template-columns: repeat(2, 1fr);
  }
}
@media (max-width: 767px) {
  .cid-uC18YnYjMA .item-row {
    grid-template-columns: repeat(1, 1fr);
  }
}
.cid-uC18YnYjMA .item {
  padding: 0;
}
.cid-uC18YnYjMA .item-wrapper {
  display: flex;
  flex-direction: column;
  align-items: stretch;
  height: 100%;
  width: 100%;
  border-radius: 10px;
  overflow: hidden;
  transform-style: preserve-3d;
  transition: .3s all;
  border: 2px solid transparent;
}
.cid-uC18YnYjMA .item-wrapper:hover {
  transform: scale3d(1.01, 1.01, 1);
  border-color: #fafafa;
}
.cid-uC18YnYjMA .item-img {
  display: flex;
  align-items: center;
  justify-content: center;
  height: 175px;
}
.cid-uC18YnYjMA .item-img img {
  width: 100%;
  object-fit: cover;
  height: 100%;
}
.cid-uC18YnYjMA .item-content {
  display: flex;
  flex-direction: column;
  align-items: stretch;
  width: 100%;
  padding: 20px 5% 6%;
  flex-grow: 1;
  background-color: #ffffff;
}
.cid-uC18YnYjMA .item-text-wrap {
  width: 100%;
  margin-bottom: 5.3em;
}
@media (max-width: 1199px) {
  .cid-uC18YnYjMA .item-text-wrap {
    margin-bottom: 4em;
  }
}
@media (max-width: 767px) {
  .cid-uC18YnYjMA .item-text-wrap {
    margin-bottom: 2em;
    max-width: 340px;
    margin-right: auto;
  }
}
.cid-uC18YnYjMA .item-title {
  color: #272727;
  margin-bottom: 0.52em;
}
.cid-uC18YnYjMA .item-subtitle {
  color: #272727;
  opacity: 0.52em;
}
.cid-uC18YnYjMA .card-bottom {
  display: flex;
  flex-direction: column;
  align-items: stretch;
  margin-top: auto;
}
.cid-uC18YnYjMA .item-name-wrap {
  display: flex;
  align-items: center;
  width: 100%;
}
.cid-uC18YnYjMA .image-wrapper {
  width: 35px;
  height: 35px;
  margin-right: 10px;
  border-radius: 300px;
  overflow: hidden;
}
.cid-uC18YnYjMA .image-wrapper img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.cid-uC18YnYjMA .mbr-text {
  flex-grow: 1;
  color: #272727;
  text-align: right;
}
.cid-uC18YnYjMA .mbr-section-btn {
  display: flex;
  margin-top: 20px;
  width: auto !important;
}
.cid-uC18YnYjMA .mbr-section-btn .btn {
  width: 100%;
  min-width: auto !important;
}
.cid-uLMRAIzUxG {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-color: #0e132f;
}
.cid-uLMRAIzUxG .mbr-fallback-image.disabled {
  display: none;
}
.cid-uLMRAIzUxG .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-uLMRAIzUxG .container {
    padding: 0 16px;
  }
}
.cid-uLMRAIzUxG .card {
  display: flex;
  flex-direction: column;
  justify-content: space-between;
}
@media (max-width: 992px) {
  .cid-uLMRAIzUxG .card {
    margin-bottom: 40px;
  }
}
.cid-uLMRAIzUxG .card .content-wrapper .title-wrapper .title-wrap {
  display: inline-flex;
  align-items: center;
  margin-bottom: 16px;
}
@media (max-width: 992px) {
  .cid-uLMRAIzUxG .card .content-wrapper .title-wrapper .title-wrap {
    margin-bottom: 40px;
  }
}
.cid-uLMRAIzUxG .card .content-wrapper .title-wrapper .title-wrap img {
  width: 32px;
  height: 32px;
  object-fit: contain;
  margin-right: 1rem;
}
.cid-uLMRAIzUxG .card .content-wrapper .title-wrapper .title-wrap .mbr-section-title {
  margin-bottom: 0;
}
.cid-uLMRAIzUxG .card .content-wrapper .copyright {
  margin-bottom: 20px;
}
@media (max-width: 992px) {
  .cid-uLMRAIzUxG .card .content-wrapper .copyright {
    margin-bottom: 40px;
  }
}
.cid-uLMRAIzUxG .card .social-wrapper .social-wrap {
  display: inline-flex;
  flex-wrap: wrap;
}
.cid-uLMRAIzUxG .card .social-wrapper .social-wrap .mbr-iconfont {
  font-size: 20px;
  margin-right: 48px;
  color: #ffffff;
}
.cid-uLMRAIzUxG .list-wrapper .mbr-card-title {
  margin-bottom: 16px;
}
.cid-uLMRAIzUxG .list-wrapper .list {
  margin: 0;
  padding: 0;
  list-style-type: none;
}
.cid-uLMRAIzUxG .list-wrapper .list .item-wrap {
  margin-bottom: 16px;
}
@media (max-width: 992px) {
  .cid-uLMRAIzUxG .list-wrapper .list {
    margin-bottom: 40px;
  }
}
.cid-uLMRAIzUxG .mbr-section-title {
  color: #ffffff;
}
.cid-uLMRAIzUxG .copyright {
  color: #ffffff;
}
.cid-uLMRAIzUxG .mbr-card-title {
  color: #D4FE00;
}
.cid-uLMRAIzUxG .list {
  color: #ffffff;
}
.cid-uLMT5bnPh6 .navbar-dropdown {
  background-color: #ffffff !important;
  padding: 0;
}
.cid-uLMT5bnPh6 .navbar.navbar-expand-lg .dropdown .dropdown-menu {
  background-color: #ffffff !important;
  background: #ffffff;
}
.cid-uLMT5bnPh6 .navbar.navbar-expand-lg .dropdown .dropdown-menu .dropdown-submenu {
  margin: 0;
  left: 100%;
}
@media (max-width: 991px) {
  .cid-uLMT5bnPh6 .menu_box .navbar.opened,
  .cid-uLMT5bnPh6 .menu_box .navbar-collapse {
    background-color: #ffffff !important;
    transition: all 0s ease 0s;
  }
}
.cid-uLMT5bnPh6 .navbar-dropdown {
  position: relative !important;
}
.cid-uLMT5bnPh6 .btn {
  min-height: auto;
  box-shadow: none;
  margin-top: 0;
}
.cid-uLMT5bnPh6 .btn:hover {
  box-shadow: none;
}
@media (min-width: 992px) {
  .cid-uLMT5bnPh6 .offcanvas_image img {
    width: auto;
    object-fit: cover;
    display: inline-block;
  }
  .cid-uLMT5bnPh6 .offcanvas-header {
    position: relative;
    padding: 0;
  }
  .cid-uLMT5bnPh6 .offcanvas-header .btn-close {
    position: absolute;
    top: -70px;
    right: 0;
    width: 35px;
    height: 30px;
  }
  .cid-uLMT5bnPh6 .offcanvas-body {
    text-align: center;
    padding: 0;
  }
  .cid-uLMT5bnPh6 .offcanvas-body .mbr-text,
  .cid-uLMT5bnPh6 .offcanvas-body .mbr-section-subtitle {
    margin-top: 14px;
  }
  .cid-uLMT5bnPh6 .offcanvas-body .offcanvas_contact {
    margin: 35px 0;
  }
  .cid-uLMT5bnPh6 .offcanvas_box button.btn_offcanvas {
    outline: none;
    width: 40px;
    height: 40px;
    cursor: pointer;
    transition: all 0.2s;
    position: relative;
    align-self: center;
  }
  .cid-uLMT5bnPh6 .offcanvas_box button.btn_offcanvas .hamburger span {
    position: absolute;
    right: 0;
    width: 40px;
    height: 2px;
    border-right: 5px;
    background-color: #474747;
  }
  .cid-uLMT5bnPh6 .offcanvas_box button.btn_offcanvas .hamburger span:nth-child(1) {
    top: 18px;
    transition: all 0.2s;
  }
  .cid-uLMT5bnPh6 .offcanvas_box button.btn_offcanvas .hamburger span:nth-child(2) {
    top: 25px;
    transition: all 0.2s;
  }
  .cid-uLMT5bnPh6 .offcanvas_box button.btn_offcanvas:hover .hamburger span {
    width: 36px;
  }
  .cid-uLMT5bnPh6 .offcanvas_box button.btn_offcanvas:hover .hamburger span:nth-child(2) {
    width: 33px;
    transition-delay: 0.2s;
  }
  .cid-uLMT5bnPh6 ul.navbar-nav {
    padding-bottom: 1.5rem;
  }
  .cid-uLMT5bnPh6 .dropdown-menu .dropdown-toggle[data-toggle="dropdown-submenu"]::after,
  .cid-uLMT5bnPh6 .link.dropdown-toggle::after {
    display: inline-block;
    width: 7px;
    height: 7px;
    margin-left: .5rem;
    margin-bottom: 2px;
    content: "";
    border: 2px solid;
    border-left: none;
    border-top: none;
    transform: rotate(-45deg);
  }
  .cid-uLMT5bnPh6 .link.dropdown-toggle::after {
    padding: 0 !important;
    transform: rotate(45deg);
  }
  .cid-uLMT5bnPh6 li.nav-item {
    position: relative;
    display: inline-block;
    padding: 1px 7px !important;
    vertical-align: middle;
    line-height: 2em !important;
    font-weight: 600 !important;
    text-decoration: none;
    letter-spacing: 0 !important;
    z-index: 1;
  }
  .cid-uLMT5bnPh6 .lg_brand {
    margin: 0 1rem;
  }
}
.cid-uLMT5bnPh6 .nav-item {
  margin: 4px 15px;
}
@media (min-width: 1200px) {
  .cid-uLMT5bnPh6 .nav-item {
    margin: 4px 20px;
  }
}
@media (max-width: 991px) {
  .cid-uLMT5bnPh6 .nav-item {
    margin: 0 !important;
  }
}
.cid-uLMT5bnPh6 .dropdown-menu {
  border-radius: 0;
  box-shadow: none;
  text-align: left;
}
@media (min-width: 992px) {
  .cid-uLMT5bnPh6 .dropdown-menu {
    padding: 18px 34px 22px;
    min-width: 250px;
    top: auto !important;
    left: -40px !important;
  }
  .cid-uLMT5bnPh6 .dropdown-menu.dropdown-submenu {
    left: 215px !important;
    top: -45% !important;
  }
}
@media (max-width: 991px) {
  .cid-uLMT5bnPh6 .dropdown-menu .dropdown-toggle[data-toggle="dropdown-submenu"]::after,
  .cid-uLMT5bnPh6 .link.dropdown-toggle::after {
    display: inline-block;
    width: 7px;
    height: 7px;
    margin-left: .5rem;
    margin-bottom: 2px;
    content: "";
    border: 2px solid;
    border-left: none;
    border-top: none;
    transform: rotate(-45deg);
    right: 15px;
    position: absolute;
    margin-top: -2px;
  }
  .cid-uLMT5bnPh6 .show.dropdown-toggle[aria-expanded="true"]::after {
    transform: rotate(45deg);
    margin-top: -4px;
  }
  .cid-uLMT5bnPh6 .offcanvas_box {
    display: none;
  }
}
.cid-uLMT5bnPh6 .dropdown-item {
  border: none;
  font-weight: 400 !important;
}
.cid-uLMT5bnPh6 .nav-dropdown .link {
  font-weight: 400 !important;
  padding: 0 !important;
  margin: 0 !important;
}
.cid-uLMT5bnPh6 .nav-dropdown .link.dropdown-toggle::after {
  margin-left: 0.5rem;
  margin-top: 0;
}
.cid-uLMT5bnPh6 .container {
  display: flex;
  margin: auto;
}
.cid-uLMT5bnPh6 .iconfont-wrapper {
  color: #e0bdb6;
  font-size: 17px;
  margin-right: 10px;
  margin-bottom: 5px;
  width: 25px;
  height: 25px;
  border-radius: 50%;
  display: flex;
  justify-content: center;
  align-items: center;
  transition: all 0.2s ease-in-out;
}
.cid-uLMT5bnPh6 .iconfont-wrapper:last-child {
  margin-right: 0;
}
.cid-uLMT5bnPh6 .iconfont-wrapper:hover {
  opacity: .5;
}
.cid-uLMT5bnPh6 .navbar-caption {
  color: #747474;
}
.cid-uLMT5bnPh6 .navbar-nav {
  margin: 0 1rem;
}
@media (min-width: 992px) {
  .cid-uLMT5bnPh6 .navbar-nav {
    margin: 0;
  }
}
.cid-uLMT5bnPh6 .dropdown-menu,
.cid-uLMT5bnPh6 .navbar.opened {
  background-color: false !important;
}
.cid-uLMT5bnPh6 .nav-item:focus,
.cid-uLMT5bnPh6 .nav-link:focus {
  outline: none;
}
.cid-uLMT5bnPh6 .dropdown .dropdown-menu .dropdown-item {
  width: auto;
  transition: all 0.25s ease-in-out;
}
.cid-uLMT5bnPh6 .dropdown .dropdown-menu .dropdown-item::after {
  right: 0.5rem;
}
.cid-uLMT5bnPh6 .dropdown .dropdown-menu .dropdown-item .mbr-iconfont {
  margin-right: 0.5rem;
  vertical-align: sub;
}
.cid-uLMT5bnPh6 .dropdown .dropdown-menu .dropdown-item .mbr-iconfont:before {
  display: inline-block;
  transform: scale(1, 1);
  transition: all 0.25s ease-in-out;
}
.cid-uLMT5bnPh6 .collapsed .dropdown-menu .dropdown-item:before {
  display: none;
}
.cid-uLMT5bnPh6 .collapsed .dropdown .dropdown-menu .dropdown-item {
  padding: 0.235em 1.5em 0.235em 1.5em !important;
  transition: none;
  margin: 0 !important;
}
.cid-uLMT5bnPh6 .navbar {
  min-height: 70px;
  padding: 20px 0;
  transition: all 0.3s;
  border-bottom-width: 0px;
}
@media (max-width: 992px) {
  .cid-uLMT5bnPh6 .navbar {
    min-height: 30px;
    max-height: 90px;
  }
}
.cid-uLMT5bnPh6 .navbar.opened {
  transition: all 0.3s;
}
.cid-uLMT5bnPh6 .navbar .dropdown-item {
  padding: 0;
  margin: 8px 0;
}
.cid-uLMT5bnPh6 .navbar .navbar-logo img {
  width: auto;
  object-fit: contain;
  border-radius: 0;
}
.cid-uLMT5bnPh6 .navbar .navbar-collapse {
  justify-content: space-between;
  z-index: 1;
}
.cid-uLMT5bnPh6 .navbar.collapsed {
  justify-content: center;
}
.cid-uLMT5bnPh6 .navbar.collapsed .nav-item .nav-link::before {
  display: none;
}
.cid-uLMT5bnPh6 .navbar.collapsed.opened .dropdown-menu {
  top: 0;
}
.cid-uLMT5bnPh6 .navbar.collapsed .dropdown-menu .dropdown-submenu {
  left: 0 !important;
}
.cid-uLMT5bnPh6 .navbar.collapsed .dropdown-menu .dropdown-item:after {
  right: auto;
}
.cid-uLMT5bnPh6 .navbar.collapsed ul.navbar-nav li {
  margin: auto;
}
.cid-uLMT5bnPh6 .navbar.collapsed .dropdown-menu .dropdown-item {
  padding: 0.25rem 1.5rem;
  text-align: left;
}
.cid-uLMT5bnPh6 .navbar.collapsed .icons-menu {
  padding: 0;
}
@media (max-width: 991px) {
  .cid-uLMT5bnPh6 .navbar .nav-item {
    padding: .5rem 0;
  }
  .cid-uLMT5bnPh6 .navbar .navbar-collapse {
    padding: 34px 0;
    border-radius: 25px;
  }
  .cid-uLMT5bnPh6 .navbar .nav-item .nav-link::before {
    display: none;
  }
  .cid-uLMT5bnPh6 .navbar.opened .dropdown-menu {
    top: 0;
  }
  .cid-uLMT5bnPh6 .navbar .dropdown-menu {
    padding: 6px 0 6px 15px;
  }
  .cid-uLMT5bnPh6 .navbar .dropdown-menu .dropdown-submenu {
    left: 0 !important;
  }
  .cid-uLMT5bnPh6 .navbar .dropdown-menu .dropdown-item:after {
    right: auto;
    margin-top: -0.4rem;
  }
  .cid-uLMT5bnPh6 .navbar .navbar-logo img {
    height: 3rem !important;
  }
  .cid-uLMT5bnPh6 .navbar ul.navbar-nav {
    overflow: hidden;
  }
  .cid-uLMT5bnPh6 .navbar ul.navbar-nav li {
    margin: 0;
  }
  .cid-uLMT5bnPh6 .navbar .dropdown-menu .dropdown-item {
    padding: 0 !important;
    margin: 0;
    margin-top: 8px;
    text-align: left;
  }
  .cid-uLMT5bnPh6 .navbar .navbar-brand {
    flex-shrink: initial;
    flex-basis: auto;
    word-break: break-word;
    padding-right: 2rem;
  }
  .cid-uLMT5bnPh6 .navbar .navbar-toggler {
    flex-basis: auto;
  }
  .cid-uLMT5bnPh6 .navbar .icons-menu {
    padding: 0;
  }
}
.cid-uLMT5bnPh6 .navbar.navbar-short {
  min-height: 60px;
}
.cid-uLMT5bnPh6 .navbar.navbar-short .navbar-logo img {
  height: 2.5rem !important;
}
.cid-uLMT5bnPh6 .navbar.navbar-short .navbar-brand {
  min-height: 60px;
  padding: 0;
}
.cid-uLMT5bnPh6 .navbar-brand {
  min-height: 70px;
  flex-shrink: 0;
  align-items: center;
  margin-right: 0;
  padding: 10px 0;
  transition: all 0.3s;
  word-break: break-word;
  z-index: 1;
}
.cid-uLMT5bnPh6 .navbar-brand .navbar-caption {
  line-height: inherit !important;
}
.cid-uLMT5bnPh6 .navbar-brand .navbar-logo a {
  outline: none;
}
.cid-uLMT5bnPh6 .dropdown-item.active,
.cid-uLMT5bnPh6 .dropdown-item:active {
  background-color: transparent;
}
.cid-uLMT5bnPh6 .navbar-expand-lg .navbar-nav .nav-link {
  padding: 0;
}
.cid-uLMT5bnPh6 .nav-dropdown .link.dropdown-toggle {
  margin-right: 1.667em;
}
.cid-uLMT5bnPh6 .nav-dropdown .link.dropdown-toggle[aria-expanded="true"] {
  margin-right: 0;
  padding: 0.667em 1.667em;
}
.cid-uLMT5bnPh6 .navbar .dropdown.open > .dropdown-menu {
  display: block;
}
.cid-uLMT5bnPh6 ul.navbar-nav {
  flex-wrap: wrap;
  padding: 36px 0;
  border-bottom: 1px solid #0e132f;
}
.cid-uLMT5bnPh6 .navbar-buttons {
  text-align: center;
  min-width: 170px;
}
.cid-uLMT5bnPh6 button.navbar-toggler {
  outline: none;
  width: 48px;
  height: 48px;
  border-radius: 50%;
  cursor: pointer;
  transition: all 0.2s;
  position: relative;
  align-self: center;
  color: #ffffff;
  background: #ffffff;
}
.cid-uLMT5bnPh6 button.navbar-toggler .hamburger span {
  position: absolute;
  right: 10px;
  margin-top: 14px;
  width: 26px;
  height: 2px;
  border-right: 5px;
  background-color: #474747;
}
.cid-uLMT5bnPh6 button.navbar-toggler .hamburger span:nth-child(1) {
  top: 0;
  transition: all 0.2s;
}
.cid-uLMT5bnPh6 button.navbar-toggler .hamburger span:nth-child(2) {
  top: 8px;
  transition: all 0.15s;
}
.cid-uLMT5bnPh6 button.navbar-toggler .hamburger span:nth-child(3) {
  top: 8px;
  transition: all 0.15s;
}
.cid-uLMT5bnPh6 button.navbar-toggler .hamburger span:nth-child(4) {
  top: 16px;
  transition: all 0.2s;
}
.cid-uLMT5bnPh6 nav.opened .hamburger span:nth-child(1) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-uLMT5bnPh6 nav.opened .hamburger span:nth-child(2) {
  transform: rotate(45deg);
  transition: all 0.25s;
}
.cid-uLMT5bnPh6 nav.opened .hamburger span:nth-child(3) {
  transform: rotate(-45deg);
  transition: all 0.25s;
}
.cid-uLMT5bnPh6 nav.opened .hamburger span:nth-child(4) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-uLMT5bnPh6 a.nav-link {
  display: flex;
  align-items: center;
  justify-content: flex-start;
}
.cid-uLMT5bnPh6 .icons-menu {
  flex-wrap: nowrap;
  display: flex;
  justify-content: center;
  padding: 0;
  text-align: center;
  margin-bottom: 35px;
}
@media screen and (-ms-high-contrast: active), (-ms-high-contrast: none) {
  .cid-uLMT5bnPh6 .navbar {
    height: 70px;
  }
  .cid-uLMT5bnPh6 .navbar.opened {
    height: auto;
  }
  .cid-uLMT5bnPh6 .nav-item .nav-link:hover::before {
    width: 175%;
    max-width: calc(100% + 2rem);
    left: -1rem;
  }
}
.cid-uLMT5bnPh6 .navbar-dropdown .navbar-logo {
  margin-right: 15px;
}
@media (min-width: 768px) {
  .cid-uLMT5bnPh6 .container-fluid {
    padding-left: 30px;
    padding-right: 30px;
  }
}
.cid-uLMT5bnPh6 .mbr-section-btn-main {
  padding-top: 5px;
}
.cid-uLMT5bnPh6 .mbr-section-btn-main .btn {
  margin: 0 4px 4px 4px;
}
.cid-uLMT5bnPh6 .navbar-caption:hover {
  color: #2554ab;
}
@media (min-width: 992px) {
  .cid-uLMT5bnPh6 .dropdown-menu.dropdown-submenu {
    left: 175px !important;
    top: -45% !important;
  }
}
.cid-uLMT5bnPh6 .nav-link {
  position: relative;
}
.cid-uLMT5bnPh6 .nav-link:before {
  content: '';
  position: absolute;
  left: -12px;
  width: 6px;
  height: 6px;
  border-radius: 100%;
  background-color: #2554ab;
  transition: all .3s ease;
  opacity: 0;
}
.cid-uLMT5bnPh6 .nav-link:hover:before {
  opacity: 1;
}
.cid-uLMT5bnPh6 .mbr-section-subtitle {
  color: #ffffff;
}
.cid-uLMT5bnPh6 .mbr-text {
  color: #ffffff;
  text-align: center;
}
.cid-uLMT5bnPh6 .text_widget {
  color: #ffffff;
}
.cid-uLMT5bnPh6 .mbr-section-subtitle,
.cid-uLMT5bnPh6 .text_widget,
.cid-uLMT5bnPh6 .mbr-section-btn {
  text-align: center;
}
.cid-uLMT5bnPh6 a[class*="text-"]:not(.nav-link):not(.dropdown-item):not([role]):not(.navbar-caption):hover {
  background-image: none;
}
.cid-uC18VqTDtV {
  padding-top: 0rem;
  padding-bottom: 0rem;
  background-color: #ffffff;
}
.cid-uC18VqTDtV .item-img {
  position: relative;
  overflow: hidden;
}
.cid-uC18VqTDtV .item-img:before {
  content: '';
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
  left: 0;
  background: black;
  opacity: 0.3;
  z-index: 1;
  transition: all 0.3s;
  pointer-events: none;
}
.cid-uC18VqTDtV h5 {
  margin-bottom: 1rem;
}
.cid-uC18VqTDtV .item-content {
  position: absolute;
  top: 55%;
  right: 0;
  z-index: 2;
  width: 100%;
  transform: translateY(-50%);
  padding: 2rem 8rem;
  display: flex;
  flex-direction: column;
  height: 50%;
}
@media (max-width: 767px) {
  .cid-uC18VqTDtV .item-content {
    padding: 0 2rem 1.5rem;
    margin-top: 1rem;
  }
}
.cid-uC18VqTDtV img,
.cid-uC18VqTDtV .item-img {
  width: 100%;
  transition: all 0.3s;
  height: 100%;
  height: 400px;
  object-fit: cover;
}
.cid-uC18VqTDtV .item:focus,
.cid-uC18VqTDtV span:focus {
  outline: none;
}
.cid-uC18VqTDtV .item {
  margin-bottom: 2rem;
}
@media (max-width: 767px) {
  .cid-uC18VqTDtV .item {
    margin-bottom: 1rem;
  }
}
.cid-uC18VqTDtV .item-wrapper {
  position: relative;
  border-radius: 15px;
  height: 100%;
  display: flex;
  flex-flow: column nowrap;
}
.cid-uC18VqTDtV .mbr-section-title {
  color: #4e423d;
}
.cid-uC18VqTDtV .item-title {
  text-align: left;
  color: #ffffff;
}
.cid-uC18VqTDtV .item-subtitle {
  text-align: left;
  color: #ffffff;
}
.cid-uC18VqTDtV .mbr-text,
.cid-uC18VqTDtV .item .mbr-section-btn {
  text-align: left;
  color: #ffffff;
}
.cid-uC18VqTDtV .content-head {
  max-width: 800px;
}
.cid-uC18VrP2Zs {
  padding-top: 1rem;
  padding-bottom: 5rem;
  background-color: #fafafa;
}
.cid-uC18VrP2Zs .mbr-section-title {
  margin-bottom: 1em;
  color: #272727;
}
.cid-uC18VrP2Zs .mbr-section-subtitle {
  margin-bottom: 1.5625em;
  color: #272727;
  opacity: 0.4;
}
.cid-uC18VrP2Zs .item-row {
  display: grid;
  -webkit-box-align: stretch;
  -webkit-align-items: stretch;
  -ms-flex-align: stretch;
  align-items: stretch;
  grid-auto-columns: 1fr;
  grid-column-gap: 16px;
  grid-row-gap: 16px;
  grid-template-columns: repeat(4, 1fr);
  -ms-grid-rows: auto;
  grid-template-rows: auto;
}
@media (max-width: 1199px) {
  .cid-uC18VrP2Zs .item-row {
    grid-template-columns: repeat(2, 1fr);
  }
}
@media (max-width: 767px) {
  .cid-uC18VrP2Zs .item-row {
    grid-template-columns: repeat(1, 1fr);
  }
}
.cid-uC18VrP2Zs .item {
  padding: 0;
}
.cid-uC18VrP2Zs .item-wrapper {
  display: flex;
  flex-direction: column;
  align-items: stretch;
  height: 100%;
  width: 100%;
  border-radius: 10px;
  overflow: hidden;
  transform-style: preserve-3d;
  transition: .3s all;
  border: 2px solid transparent;
}
.cid-uC18VrP2Zs .item-wrapper:hover {
  transform: scale3d(1.01, 1.01, 1);
  border-color: #fafafa;
}
.cid-uC18VrP2Zs .item-img {
  display: flex;
  align-items: center;
  justify-content: center;
  height: 175px;
}
.cid-uC18VrP2Zs .item-img img {
  width: 100%;
  object-fit: cover;
  height: 100%;
}
.cid-uC18VrP2Zs .item-content {
  display: flex;
  flex-direction: column;
  align-items: stretch;
  width: 100%;
  padding: 20px 5% 6%;
  flex-grow: 1;
  background-color: #ffffff;
}
.cid-uC18VrP2Zs .item-text-wrap {
  width: 100%;
  margin-bottom: 5.3em;
}
@media (max-width: 1199px) {
  .cid-uC18VrP2Zs .item-text-wrap {
    margin-bottom: 4em;
  }
}
@media (max-width: 767px) {
  .cid-uC18VrP2Zs .item-text-wrap {
    margin-bottom: 2em;
    max-width: 340px;
    margin-right: auto;
  }
}
.cid-uC18VrP2Zs .item-title {
  color: #272727;
  margin-bottom: 0.52em;
}
.cid-uC18VrP2Zs .item-subtitle {
  color: #272727;
  opacity: 0.52em;
}
.cid-uC18VrP2Zs .card-bottom {
  display: flex;
  flex-direction: column;
  align-items: stretch;
  margin-top: auto;
}
.cid-uC18VrP2Zs .item-name-wrap {
  display: flex;
  align-items: center;
  width: 100%;
}
.cid-uC18VrP2Zs .image-wrapper {
  width: 35px;
  height: 35px;
  margin-right: 10px;
  border-radius: 300px;
  overflow: hidden;
}
.cid-uC18VrP2Zs .image-wrapper img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.cid-uC18VrP2Zs .mbr-text {
  flex-grow: 1;
  color: #272727;
  text-align: right;
}
.cid-uC18VrP2Zs .mbr-section-btn {
  display: flex;
  margin-top: 20px;
  width: auto !important;
}
.cid-uC18VrP2Zs .mbr-section-btn .btn {
  width: 100%;
  min-width: auto !important;
}
.cid-uLMRAIzUxG {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-color: #0e132f;
}
.cid-uLMRAIzUxG .mbr-fallback-image.disabled {
  display: none;
}
.cid-uLMRAIzUxG .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-uLMRAIzUxG .container {
    padding: 0 16px;
  }
}
.cid-uLMRAIzUxG .card {
  display: flex;
  flex-direction: column;
  justify-content: space-between;
}
@media (max-width: 992px) {
  .cid-uLMRAIzUxG .card {
    margin-bottom: 40px;
  }
}
.cid-uLMRAIzUxG .card .content-wrapper .title-wrapper .title-wrap {
  display: inline-flex;
  align-items: center;
  margin-bottom: 16px;
}
@media (max-width: 992px) {
  .cid-uLMRAIzUxG .card .content-wrapper .title-wrapper .title-wrap {
    margin-bottom: 40px;
  }
}
.cid-uLMRAIzUxG .card .content-wrapper .title-wrapper .title-wrap img {
  width: 32px;
  height: 32px;
  object-fit: contain;
  margin-right: 1rem;
}
.cid-uLMRAIzUxG .card .content-wrapper .title-wrapper .title-wrap .mbr-section-title {
  margin-bottom: 0;
}
.cid-uLMRAIzUxG .card .content-wrapper .copyright {
  margin-bottom: 20px;
}
@media (max-width: 992px) {
  .cid-uLMRAIzUxG .card .content-wrapper .copyright {
    margin-bottom: 40px;
  }
}
.cid-uLMRAIzUxG .card .social-wrapper .social-wrap {
  display: inline-flex;
  flex-wrap: wrap;
}
.cid-uLMRAIzUxG .card .social-wrapper .social-wrap .mbr-iconfont {
  font-size: 20px;
  margin-right: 48px;
  color: #ffffff;
}
.cid-uLMRAIzUxG .list-wrapper .mbr-card-title {
  margin-bottom: 16px;
}
.cid-uLMRAIzUxG .list-wrapper .list {
  margin: 0;
  padding: 0;
  list-style-type: none;
}
.cid-uLMRAIzUxG .list-wrapper .list .item-wrap {
  margin-bottom: 16px;
}
@media (max-width: 992px) {
  .cid-uLMRAIzUxG .list-wrapper .list {
    margin-bottom: 40px;
  }
}
.cid-uLMRAIzUxG .mbr-section-title {
  color: #ffffff;
}
.cid-uLMRAIzUxG .copyright {
  color: #ffffff;
}
.cid-uLMRAIzUxG .mbr-card-title {
  color: #D4FE00;
}
.cid-uLMRAIzUxG .list {
  color: #ffffff;
}
.cid-uLMT5bnPh6 .navbar-dropdown {
  background-color: #ffffff !important;
  padding: 0;
}
.cid-uLMT5bnPh6 .navbar.navbar-expand-lg .dropdown .dropdown-menu {
  background-color: #ffffff !important;
  background: #ffffff;
}
.cid-uLMT5bnPh6 .navbar.navbar-expand-lg .dropdown .dropdown-menu .dropdown-submenu {
  margin: 0;
  left: 100%;
}
@media (max-width: 991px) {
  .cid-uLMT5bnPh6 .menu_box .navbar.opened,
  .cid-uLMT5bnPh6 .menu_box .navbar-collapse {
    background-color: #ffffff !important;
    transition: all 0s ease 0s;
  }
}
.cid-uLMT5bnPh6 .navbar-dropdown {
  position: relative !important;
}
.cid-uLMT5bnPh6 .btn {
  min-height: auto;
  box-shadow: none;
  margin-top: 0;
}
.cid-uLMT5bnPh6 .btn:hover {
  box-shadow: none;
}
@media (min-width: 992px) {
  .cid-uLMT5bnPh6 .offcanvas_image img {
    width: auto;
    object-fit: cover;
    display: inline-block;
  }
  .cid-uLMT5bnPh6 .offcanvas-header {
    position: relative;
    padding: 0;
  }
  .cid-uLMT5bnPh6 .offcanvas-header .btn-close {
    position: absolute;
    top: -70px;
    right: 0;
    width: 35px;
    height: 30px;
  }
  .cid-uLMT5bnPh6 .offcanvas-body {
    text-align: center;
    padding: 0;
  }
  .cid-uLMT5bnPh6 .offcanvas-body .mbr-text,
  .cid-uLMT5bnPh6 .offcanvas-body .mbr-section-subtitle {
    margin-top: 14px;
  }
  .cid-uLMT5bnPh6 .offcanvas-body .offcanvas_contact {
    margin: 35px 0;
  }
  .cid-uLMT5bnPh6 .offcanvas_box button.btn_offcanvas {
    outline: none;
    width: 40px;
    height: 40px;
    cursor: pointer;
    transition: all 0.2s;
    position: relative;
    align-self: center;
  }
  .cid-uLMT5bnPh6 .offcanvas_box button.btn_offcanvas .hamburger span {
    position: absolute;
    right: 0;
    width: 40px;
    height: 2px;
    border-right: 5px;
    background-color: #474747;
  }
  .cid-uLMT5bnPh6 .offcanvas_box button.btn_offcanvas .hamburger span:nth-child(1) {
    top: 18px;
    transition: all 0.2s;
  }
  .cid-uLMT5bnPh6 .offcanvas_box button.btn_offcanvas .hamburger span:nth-child(2) {
    top: 25px;
    transition: all 0.2s;
  }
  .cid-uLMT5bnPh6 .offcanvas_box button.btn_offcanvas:hover .hamburger span {
    width: 36px;
  }
  .cid-uLMT5bnPh6 .offcanvas_box button.btn_offcanvas:hover .hamburger span:nth-child(2) {
    width: 33px;
    transition-delay: 0.2s;
  }
  .cid-uLMT5bnPh6 ul.navbar-nav {
    padding-bottom: 1.5rem;
  }
  .cid-uLMT5bnPh6 .dropdown-menu .dropdown-toggle[data-toggle="dropdown-submenu"]::after,
  .cid-uLMT5bnPh6 .link.dropdown-toggle::after {
    display: inline-block;
    width: 7px;
    height: 7px;
    margin-left: .5rem;
    margin-bottom: 2px;
    content: "";
    border: 2px solid;
    border-left: none;
    border-top: none;
    transform: rotate(-45deg);
  }
  .cid-uLMT5bnPh6 .link.dropdown-toggle::after {
    padding: 0 !important;
    transform: rotate(45deg);
  }
  .cid-uLMT5bnPh6 li.nav-item {
    position: relative;
    display: inline-block;
    padding: 1px 7px !important;
    vertical-align: middle;
    line-height: 2em !important;
    font-weight: 600 !important;
    text-decoration: none;
    letter-spacing: 0 !important;
    z-index: 1;
  }
  .cid-uLMT5bnPh6 .lg_brand {
    margin: 0 1rem;
  }
}
.cid-uLMT5bnPh6 .nav-item {
  margin: 4px 15px;
}
@media (min-width: 1200px) {
  .cid-uLMT5bnPh6 .nav-item {
    margin: 4px 20px;
  }
}
@media (max-width: 991px) {
  .cid-uLMT5bnPh6 .nav-item {
    margin: 0 !important;
  }
}
.cid-uLMT5bnPh6 .dropdown-menu {
  border-radius: 0;
  box-shadow: none;
  text-align: left;
}
@media (min-width: 992px) {
  .cid-uLMT5bnPh6 .dropdown-menu {
    padding: 18px 34px 22px;
    min-width: 250px;
    top: auto !important;
    left: -40px !important;
  }
  .cid-uLMT5bnPh6 .dropdown-menu.dropdown-submenu {
    left: 215px !important;
    top: -45% !important;
  }
}
@media (max-width: 991px) {
  .cid-uLMT5bnPh6 .dropdown-menu .dropdown-toggle[data-toggle="dropdown-submenu"]::after,
  .cid-uLMT5bnPh6 .link.dropdown-toggle::after {
    display: inline-block;
    width: 7px;
    height: 7px;
    margin-left: .5rem;
    margin-bottom: 2px;
    content: "";
    border: 2px solid;
    border-left: none;
    border-top: none;
    transform: rotate(-45deg);
    right: 15px;
    position: absolute;
    margin-top: -2px;
  }
  .cid-uLMT5bnPh6 .show.dropdown-toggle[aria-expanded="true"]::after {
    transform: rotate(45deg);
    margin-top: -4px;
  }
  .cid-uLMT5bnPh6 .offcanvas_box {
    display: none;
  }
}
.cid-uLMT5bnPh6 .dropdown-item {
  border: none;
  font-weight: 400 !important;
}
.cid-uLMT5bnPh6 .nav-dropdown .link {
  font-weight: 400 !important;
  padding: 0 !important;
  margin: 0 !important;
}
.cid-uLMT5bnPh6 .nav-dropdown .link.dropdown-toggle::after {
  margin-left: 0.5rem;
  margin-top: 0;
}
.cid-uLMT5bnPh6 .container {
  display: flex;
  margin: auto;
}
.cid-uLMT5bnPh6 .iconfont-wrapper {
  color: #e0bdb6;
  font-size: 17px;
  margin-right: 10px;
  margin-bottom: 5px;
  width: 25px;
  height: 25px;
  border-radius: 50%;
  display: flex;
  justify-content: center;
  align-items: center;
  transition: all 0.2s ease-in-out;
}
.cid-uLMT5bnPh6 .iconfont-wrapper:last-child {
  margin-right: 0;
}
.cid-uLMT5bnPh6 .iconfont-wrapper:hover {
  opacity: .5;
}
.cid-uLMT5bnPh6 .navbar-caption {
  color: #747474;
}
.cid-uLMT5bnPh6 .navbar-nav {
  margin: 0 1rem;
}
@media (min-width: 992px) {
  .cid-uLMT5bnPh6 .navbar-nav {
    margin: 0;
  }
}
.cid-uLMT5bnPh6 .dropdown-menu,
.cid-uLMT5bnPh6 .navbar.opened {
  background-color: false !important;
}
.cid-uLMT5bnPh6 .nav-item:focus,
.cid-uLMT5bnPh6 .nav-link:focus {
  outline: none;
}
.cid-uLMT5bnPh6 .dropdown .dropdown-menu .dropdown-item {
  width: auto;
  transition: all 0.25s ease-in-out;
}
.cid-uLMT5bnPh6 .dropdown .dropdown-menu .dropdown-item::after {
  right: 0.5rem;
}
.cid-uLMT5bnPh6 .dropdown .dropdown-menu .dropdown-item .mbr-iconfont {
  margin-right: 0.5rem;
  vertical-align: sub;
}
.cid-uLMT5bnPh6 .dropdown .dropdown-menu .dropdown-item .mbr-iconfont:before {
  display: inline-block;
  transform: scale(1, 1);
  transition: all 0.25s ease-in-out;
}
.cid-uLMT5bnPh6 .collapsed .dropdown-menu .dropdown-item:before {
  display: none;
}
.cid-uLMT5bnPh6 .collapsed .dropdown .dropdown-menu .dropdown-item {
  padding: 0.235em 1.5em 0.235em 1.5em !important;
  transition: none;
  margin: 0 !important;
}
.cid-uLMT5bnPh6 .navbar {
  min-height: 70px;
  padding: 20px 0;
  transition: all 0.3s;
  border-bottom-width: 0px;
}
@media (max-width: 992px) {
  .cid-uLMT5bnPh6 .navbar {
    min-height: 30px;
    max-height: 90px;
  }
}
.cid-uLMT5bnPh6 .navbar.opened {
  transition: all 0.3s;
}
.cid-uLMT5bnPh6 .navbar .dropdown-item {
  padding: 0;
  margin: 8px 0;
}
.cid-uLMT5bnPh6 .navbar .navbar-logo img {
  width: auto;
  object-fit: contain;
  border-radius: 0;
}
.cid-uLMT5bnPh6 .navbar .navbar-collapse {
  justify-content: space-between;
  z-index: 1;
}
.cid-uLMT5bnPh6 .navbar.collapsed {
  justify-content: center;
}
.cid-uLMT5bnPh6 .navbar.collapsed .nav-item .nav-link::before {
  display: none;
}
.cid-uLMT5bnPh6 .navbar.collapsed.opened .dropdown-menu {
  top: 0;
}
.cid-uLMT5bnPh6 .navbar.collapsed .dropdown-menu .dropdown-submenu {
  left: 0 !important;
}
.cid-uLMT5bnPh6 .navbar.collapsed .dropdown-menu .dropdown-item:after {
  right: auto;
}
.cid-uLMT5bnPh6 .navbar.collapsed ul.navbar-nav li {
  margin: auto;
}
.cid-uLMT5bnPh6 .navbar.collapsed .dropdown-menu .dropdown-item {
  padding: 0.25rem 1.5rem;
  text-align: left;
}
.cid-uLMT5bnPh6 .navbar.collapsed .icons-menu {
  padding: 0;
}
@media (max-width: 991px) {
  .cid-uLMT5bnPh6 .navbar .nav-item {
    padding: .5rem 0;
  }
  .cid-uLMT5bnPh6 .navbar .navbar-collapse {
    padding: 34px 0;
    border-radius: 25px;
  }
  .cid-uLMT5bnPh6 .navbar .nav-item .nav-link::before {
    display: none;
  }
  .cid-uLMT5bnPh6 .navbar.opened .dropdown-menu {
    top: 0;
  }
  .cid-uLMT5bnPh6 .navbar .dropdown-menu {
    padding: 6px 0 6px 15px;
  }
  .cid-uLMT5bnPh6 .navbar .dropdown-menu .dropdown-submenu {
    left: 0 !important;
  }
  .cid-uLMT5bnPh6 .navbar .dropdown-menu .dropdown-item:after {
    right: auto;
    margin-top: -0.4rem;
  }
  .cid-uLMT5bnPh6 .navbar .navbar-logo img {
    height: 3rem !important;
  }
  .cid-uLMT5bnPh6 .navbar ul.navbar-nav {
    overflow: hidden;
  }
  .cid-uLMT5bnPh6 .navbar ul.navbar-nav li {
    margin: 0;
  }
  .cid-uLMT5bnPh6 .navbar .dropdown-menu .dropdown-item {
    padding: 0 !important;
    margin: 0;
    margin-top: 8px;
    text-align: left;
  }
  .cid-uLMT5bnPh6 .navbar .navbar-brand {
    flex-shrink: initial;
    flex-basis: auto;
    word-break: break-word;
    padding-right: 2rem;
  }
  .cid-uLMT5bnPh6 .navbar .navbar-toggler {
    flex-basis: auto;
  }
  .cid-uLMT5bnPh6 .navbar .icons-menu {
    padding: 0;
  }
}
.cid-uLMT5bnPh6 .navbar.navbar-short {
  min-height: 60px;
}
.cid-uLMT5bnPh6 .navbar.navbar-short .navbar-logo img {
  height: 2.5rem !important;
}
.cid-uLMT5bnPh6 .navbar.navbar-short .navbar-brand {
  min-height: 60px;
  padding: 0;
}
.cid-uLMT5bnPh6 .navbar-brand {
  min-height: 70px;
  flex-shrink: 0;
  align-items: center;
  margin-right: 0;
  padding: 10px 0;
  transition: all 0.3s;
  word-break: break-word;
  z-index: 1;
}
.cid-uLMT5bnPh6 .navbar-brand .navbar-caption {
  line-height: inherit !important;
}
.cid-uLMT5bnPh6 .navbar-brand .navbar-logo a {
  outline: none;
}
.cid-uLMT5bnPh6 .dropdown-item.active,
.cid-uLMT5bnPh6 .dropdown-item:active {
  background-color: transparent;
}
.cid-uLMT5bnPh6 .navbar-expand-lg .navbar-nav .nav-link {
  padding: 0;
}
.cid-uLMT5bnPh6 .nav-dropdown .link.dropdown-toggle {
  margin-right: 1.667em;
}
.cid-uLMT5bnPh6 .nav-dropdown .link.dropdown-toggle[aria-expanded="true"] {
  margin-right: 0;
  padding: 0.667em 1.667em;
}
.cid-uLMT5bnPh6 .navbar .dropdown.open > .dropdown-menu {
  display: block;
}
.cid-uLMT5bnPh6 ul.navbar-nav {
  flex-wrap: wrap;
  padding: 36px 0;
  border-bottom: 1px solid #0e132f;
}
.cid-uLMT5bnPh6 .navbar-buttons {
  text-align: center;
  min-width: 170px;
}
.cid-uLMT5bnPh6 button.navbar-toggler {
  outline: none;
  width: 48px;
  height: 48px;
  border-radius: 50%;
  cursor: pointer;
  transition: all 0.2s;
  position: relative;
  align-self: center;
  color: #ffffff;
  background: #ffffff;
}
.cid-uLMT5bnPh6 button.navbar-toggler .hamburger span {
  position: absolute;
  right: 10px;
  margin-top: 14px;
  width: 26px;
  height: 2px;
  border-right: 5px;
  background-color: #474747;
}
.cid-uLMT5bnPh6 button.navbar-toggler .hamburger span:nth-child(1) {
  top: 0;
  transition: all 0.2s;
}
.cid-uLMT5bnPh6 button.navbar-toggler .hamburger span:nth-child(2) {
  top: 8px;
  transition: all 0.15s;
}
.cid-uLMT5bnPh6 button.navbar-toggler .hamburger span:nth-child(3) {
  top: 8px;
  transition: all 0.15s;
}
.cid-uLMT5bnPh6 button.navbar-toggler .hamburger span:nth-child(4) {
  top: 16px;
  transition: all 0.2s;
}
.cid-uLMT5bnPh6 nav.opened .hamburger span:nth-child(1) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-uLMT5bnPh6 nav.opened .hamburger span:nth-child(2) {
  transform: rotate(45deg);
  transition: all 0.25s;
}
.cid-uLMT5bnPh6 nav.opened .hamburger span:nth-child(3) {
  transform: rotate(-45deg);
  transition: all 0.25s;
}
.cid-uLMT5bnPh6 nav.opened .hamburger span:nth-child(4) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-uLMT5bnPh6 a.nav-link {
  display: flex;
  align-items: center;
  justify-content: flex-start;
}
.cid-uLMT5bnPh6 .icons-menu {
  flex-wrap: nowrap;
  display: flex;
  justify-content: center;
  padding: 0;
  text-align: center;
  margin-bottom: 35px;
}
@media screen and (-ms-high-contrast: active), (-ms-high-contrast: none) {
  .cid-uLMT5bnPh6 .navbar {
    height: 70px;
  }
  .cid-uLMT5bnPh6 .navbar.opened {
    height: auto;
  }
  .cid-uLMT5bnPh6 .nav-item .nav-link:hover::before {
    width: 175%;
    max-width: calc(100% + 2rem);
    left: -1rem;
  }
}
.cid-uLMT5bnPh6 .navbar-dropdown .navbar-logo {
  margin-right: 15px;
}
@media (min-width: 768px) {
  .cid-uLMT5bnPh6 .container-fluid {
    padding-left: 30px;
    padding-right: 30px;
  }
}
.cid-uLMT5bnPh6 .mbr-section-btn-main {
  padding-top: 5px;
}
.cid-uLMT5bnPh6 .mbr-section-btn-main .btn {
  margin: 0 4px 4px 4px;
}
.cid-uLMT5bnPh6 .navbar-caption:hover {
  color: #2554ab;
}
@media (min-width: 992px) {
  .cid-uLMT5bnPh6 .dropdown-menu.dropdown-submenu {
    left: 175px !important;
    top: -45% !important;
  }
}
.cid-uLMT5bnPh6 .nav-link {
  position: relative;
}
.cid-uLMT5bnPh6 .nav-link:before {
  content: '';
  position: absolute;
  left: -12px;
  width: 6px;
  height: 6px;
  border-radius: 100%;
  background-color: #2554ab;
  transition: all .3s ease;
  opacity: 0;
}
.cid-uLMT5bnPh6 .nav-link:hover:before {
  opacity: 1;
}
.cid-uLMT5bnPh6 .mbr-section-subtitle {
  color: #ffffff;
}
.cid-uLMT5bnPh6 .mbr-text {
  color: #ffffff;
  text-align: center;
}
.cid-uLMT5bnPh6 .text_widget {
  color: #ffffff;
}
.cid-uLMT5bnPh6 .mbr-section-subtitle,
.cid-uLMT5bnPh6 .text_widget,
.cid-uLMT5bnPh6 .mbr-section-btn {
  text-align: center;
}
.cid-uLMT5bnPh6 a[class*="text-"]:not(.nav-link):not(.dropdown-item):not([role]):not(.navbar-caption):hover {
  background-image: none;
}
.cid-uC18SzyTMR {
  padding-top: 0rem;
  padding-bottom: 0rem;
  background-color: #ffffff;
}
.cid-uC18SzyTMR .item-img {
  position: relative;
  overflow: hidden;
}
.cid-uC18SzyTMR .item-img:before {
  content: '';
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
  left: 0;
  background: black;
  opacity: 0.3;
  z-index: 1;
  transition: all 0.3s;
  pointer-events: none;
}
.cid-uC18SzyTMR h5 {
  margin-bottom: 1rem;
}
.cid-uC18SzyTMR .item-content {
  position: absolute;
  top: 55%;
  right: 0;
  z-index: 2;
  width: 100%;
  transform: translateY(-50%);
  padding: 2rem 8rem;
  display: flex;
  flex-direction: column;
  height: 50%;
}
@media (max-width: 767px) {
  .cid-uC18SzyTMR .item-content {
    padding: 0 2rem 1.5rem;
    margin-top: 1rem;
  }
}
.cid-uC18SzyTMR img,
.cid-uC18SzyTMR .item-img {
  width: 100%;
  transition: all 0.3s;
  height: 100%;
  height: 400px;
  object-fit: cover;
}
.cid-uC18SzyTMR .item:focus,
.cid-uC18SzyTMR span:focus {
  outline: none;
}
.cid-uC18SzyTMR .item {
  margin-bottom: 2rem;
}
@media (max-width: 767px) {
  .cid-uC18SzyTMR .item {
    margin-bottom: 1rem;
  }
}
.cid-uC18SzyTMR .item-wrapper {
  position: relative;
  border-radius: 15px;
  height: 100%;
  display: flex;
  flex-flow: column nowrap;
}
.cid-uC18SzyTMR .mbr-section-title {
  color: #4e423d;
}
.cid-uC18SzyTMR .item-title {
  text-align: left;
  color: #ffffff;
}
.cid-uC18SzyTMR .item-subtitle {
  text-align: left;
  color: #ffffff;
}
.cid-uC18SzyTMR .mbr-text,
.cid-uC18SzyTMR .item .mbr-section-btn {
  text-align: left;
  color: #ffffff;
}
.cid-uC18SzyTMR .content-head {
  max-width: 800px;
}
.cid-uC18SARotK {
  padding-top: 1rem;
  padding-bottom: 5rem;
  background-color: #fafafa;
}
.cid-uC18SARotK .mbr-section-title {
  margin-bottom: 1em;
  color: #272727;
}
.cid-uC18SARotK .mbr-section-subtitle {
  margin-bottom: 1.5625em;
  color: #272727;
  opacity: 0.4;
}
.cid-uC18SARotK .item-row {
  display: grid;
  -webkit-box-align: stretch;
  -webkit-align-items: stretch;
  -ms-flex-align: stretch;
  align-items: stretch;
  grid-auto-columns: 1fr;
  grid-column-gap: 16px;
  grid-row-gap: 16px;
  grid-template-columns: repeat(4, 1fr);
  -ms-grid-rows: auto;
  grid-template-rows: auto;
}
@media (max-width: 1199px) {
  .cid-uC18SARotK .item-row {
    grid-template-columns: repeat(2, 1fr);
  }
}
@media (max-width: 767px) {
  .cid-uC18SARotK .item-row {
    grid-template-columns: repeat(1, 1fr);
  }
}
.cid-uC18SARotK .item {
  padding: 0;
}
.cid-uC18SARotK .item-wrapper {
  display: flex;
  flex-direction: column;
  align-items: stretch;
  height: 100%;
  width: 100%;
  border-radius: 10px;
  overflow: hidden;
  transform-style: preserve-3d;
  transition: .3s all;
  border: 2px solid transparent;
}
.cid-uC18SARotK .item-wrapper:hover {
  transform: scale3d(1.01, 1.01, 1);
  border-color: #fafafa;
}
.cid-uC18SARotK .item-img {
  display: flex;
  align-items: center;
  justify-content: center;
  height: 175px;
}
.cid-uC18SARotK .item-img img {
  width: 100%;
  object-fit: cover;
  height: 100%;
}
.cid-uC18SARotK .item-content {
  display: flex;
  flex-direction: column;
  align-items: stretch;
  width: 100%;
  padding: 20px 5% 6%;
  flex-grow: 1;
  background-color: #ffffff;
}
.cid-uC18SARotK .item-text-wrap {
  width: 100%;
  margin-bottom: 5.3em;
}
@media (max-width: 1199px) {
  .cid-uC18SARotK .item-text-wrap {
    margin-bottom: 4em;
  }
}
@media (max-width: 767px) {
  .cid-uC18SARotK .item-text-wrap {
    margin-bottom: 2em;
    max-width: 340px;
    margin-right: auto;
  }
}
.cid-uC18SARotK .item-title {
  color: #272727;
  margin-bottom: 0.52em;
}
.cid-uC18SARotK .item-subtitle {
  color: #272727;
  opacity: 0.52em;
}
.cid-uC18SARotK .card-bottom {
  display: flex;
  flex-direction: column;
  align-items: stretch;
  margin-top: auto;
}
.cid-uC18SARotK .item-name-wrap {
  display: flex;
  align-items: center;
  width: 100%;
}
.cid-uC18SARotK .image-wrapper {
  width: 35px;
  height: 35px;
  margin-right: 10px;
  border-radius: 300px;
  overflow: hidden;
}
.cid-uC18SARotK .image-wrapper img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.cid-uC18SARotK .mbr-text {
  flex-grow: 1;
  color: #272727;
  text-align: right;
}
.cid-uC18SARotK .mbr-section-btn {
  display: flex;
  margin-top: 20px;
  width: auto !important;
}
.cid-uC18SARotK .mbr-section-btn .btn {
  width: 100%;
  min-width: auto !important;
}
.cid-uLMRAIzUxG {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-color: #0e132f;
}
.cid-uLMRAIzUxG .mbr-fallback-image.disabled {
  display: none;
}
.cid-uLMRAIzUxG .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-uLMRAIzUxG .container {
    padding: 0 16px;
  }
}
.cid-uLMRAIzUxG .card {
  display: flex;
  flex-direction: column;
  justify-content: space-between;
}
@media (max-width: 992px) {
  .cid-uLMRAIzUxG .card {
    margin-bottom: 40px;
  }
}
.cid-uLMRAIzUxG .card .content-wrapper .title-wrapper .title-wrap {
  display: inline-flex;
  align-items: center;
  margin-bottom: 16px;
}
@media (max-width: 992px) {
  .cid-uLMRAIzUxG .card .content-wrapper .title-wrapper .title-wrap {
    margin-bottom: 40px;
  }
}
.cid-uLMRAIzUxG .card .content-wrapper .title-wrapper .title-wrap img {
  width: 32px;
  height: 32px;
  object-fit: contain;
  margin-right: 1rem;
}
.cid-uLMRAIzUxG .card .content-wrapper .title-wrapper .title-wrap .mbr-section-title {
  margin-bottom: 0;
}
.cid-uLMRAIzUxG .card .content-wrapper .copyright {
  margin-bottom: 20px;
}
@media (max-width: 992px) {
  .cid-uLMRAIzUxG .card .content-wrapper .copyright {
    margin-bottom: 40px;
  }
}
.cid-uLMRAIzUxG .card .social-wrapper .social-wrap {
  display: inline-flex;
  flex-wrap: wrap;
}
.cid-uLMRAIzUxG .card .social-wrapper .social-wrap .mbr-iconfont {
  font-size: 20px;
  margin-right: 48px;
  color: #ffffff;
}
.cid-uLMRAIzUxG .list-wrapper .mbr-card-title {
  margin-bottom: 16px;
}
.cid-uLMRAIzUxG .list-wrapper .list {
  margin: 0;
  padding: 0;
  list-style-type: none;
}
.cid-uLMRAIzUxG .list-wrapper .list .item-wrap {
  margin-bottom: 16px;
}
@media (max-width: 992px) {
  .cid-uLMRAIzUxG .list-wrapper .list {
    margin-bottom: 40px;
  }
}
.cid-uLMRAIzUxG .mbr-section-title {
  color: #ffffff;
}
.cid-uLMRAIzUxG .copyright {
  color: #ffffff;
}
.cid-uLMRAIzUxG .mbr-card-title {
  color: #D4FE00;
}
.cid-uLMRAIzUxG .list {
  color: #ffffff;
}
.cid-uLMT5bnPh6 .navbar-dropdown {
  background-color: #ffffff !important;
  padding: 0;
}
.cid-uLMT5bnPh6 .navbar.navbar-expand-lg .dropdown .dropdown-menu {
  background-color: #ffffff !important;
  background: #ffffff;
}
.cid-uLMT5bnPh6 .navbar.navbar-expand-lg .dropdown .dropdown-menu .dropdown-submenu {
  margin: 0;
  left: 100%;
}
@media (max-width: 991px) {
  .cid-uLMT5bnPh6 .menu_box .navbar.opened,
  .cid-uLMT5bnPh6 .menu_box .navbar-collapse {
    background-color: #ffffff !important;
    transition: all 0s ease 0s;
  }
}
.cid-uLMT5bnPh6 .navbar-dropdown {
  position: relative !important;
}
.cid-uLMT5bnPh6 .btn {
  min-height: auto;
  box-shadow: none;
  margin-top: 0;
}
.cid-uLMT5bnPh6 .btn:hover {
  box-shadow: none;
}
@media (min-width: 992px) {
  .cid-uLMT5bnPh6 .offcanvas_image img {
    width: auto;
    object-fit: cover;
    display: inline-block;
  }
  .cid-uLMT5bnPh6 .offcanvas-header {
    position: relative;
    padding: 0;
  }
  .cid-uLMT5bnPh6 .offcanvas-header .btn-close {
    position: absolute;
    top: -70px;
    right: 0;
    width: 35px;
    height: 30px;
  }
  .cid-uLMT5bnPh6 .offcanvas-body {
    text-align: center;
    padding: 0;
  }
  .cid-uLMT5bnPh6 .offcanvas-body .mbr-text,
  .cid-uLMT5bnPh6 .offcanvas-body .mbr-section-subtitle {
    margin-top: 14px;
  }
  .cid-uLMT5bnPh6 .offcanvas-body .offcanvas_contact {
    margin: 35px 0;
  }
  .cid-uLMT5bnPh6 .offcanvas_box button.btn_offcanvas {
    outline: none;
    width: 40px;
    height: 40px;
    cursor: pointer;
    transition: all 0.2s;
    position: relative;
    align-self: center;
  }
  .cid-uLMT5bnPh6 .offcanvas_box button.btn_offcanvas .hamburger span {
    position: absolute;
    right: 0;
    width: 40px;
    height: 2px;
    border-right: 5px;
    background-color: #474747;
  }
  .cid-uLMT5bnPh6 .offcanvas_box button.btn_offcanvas .hamburger span:nth-child(1) {
    top: 18px;
    transition: all 0.2s;
  }
  .cid-uLMT5bnPh6 .offcanvas_box button.btn_offcanvas .hamburger span:nth-child(2) {
    top: 25px;
    transition: all 0.2s;
  }
  .cid-uLMT5bnPh6 .offcanvas_box button.btn_offcanvas:hover .hamburger span {
    width: 36px;
  }
  .cid-uLMT5bnPh6 .offcanvas_box button.btn_offcanvas:hover .hamburger span:nth-child(2) {
    width: 33px;
    transition-delay: 0.2s;
  }
  .cid-uLMT5bnPh6 ul.navbar-nav {
    padding-bottom: 1.5rem;
  }
  .cid-uLMT5bnPh6 .dropdown-menu .dropdown-toggle[data-toggle="dropdown-submenu"]::after,
  .cid-uLMT5bnPh6 .link.dropdown-toggle::after {
    display: inline-block;
    width: 7px;
    height: 7px;
    margin-left: .5rem;
    margin-bottom: 2px;
    content: "";
    border: 2px solid;
    border-left: none;
    border-top: none;
    transform: rotate(-45deg);
  }
  .cid-uLMT5bnPh6 .link.dropdown-toggle::after {
    padding: 0 !important;
    transform: rotate(45deg);
  }
  .cid-uLMT5bnPh6 li.nav-item {
    position: relative;
    display: inline-block;
    padding: 1px 7px !important;
    vertical-align: middle;
    line-height: 2em !important;
    font-weight: 600 !important;
    text-decoration: none;
    letter-spacing: 0 !important;
    z-index: 1;
  }
  .cid-uLMT5bnPh6 .lg_brand {
    margin: 0 1rem;
  }
}
.cid-uLMT5bnPh6 .nav-item {
  margin: 4px 15px;
}
@media (min-width: 1200px) {
  .cid-uLMT5bnPh6 .nav-item {
    margin: 4px 20px;
  }
}
@media (max-width: 991px) {
  .cid-uLMT5bnPh6 .nav-item {
    margin: 0 !important;
  }
}
.cid-uLMT5bnPh6 .dropdown-menu {
  border-radius: 0;
  box-shadow: none;
  text-align: left;
}
@media (min-width: 992px) {
  .cid-uLMT5bnPh6 .dropdown-menu {
    padding: 18px 34px 22px;
    min-width: 250px;
    top: auto !important;
    left: -40px !important;
  }
  .cid-uLMT5bnPh6 .dropdown-menu.dropdown-submenu {
    left: 215px !important;
    top: -45% !important;
  }
}
@media (max-width: 991px) {
  .cid-uLMT5bnPh6 .dropdown-menu .dropdown-toggle[data-toggle="dropdown-submenu"]::after,
  .cid-uLMT5bnPh6 .link.dropdown-toggle::after {
    display: inline-block;
    width: 7px;
    height: 7px;
    margin-left: .5rem;
    margin-bottom: 2px;
    content: "";
    border: 2px solid;
    border-left: none;
    border-top: none;
    transform: rotate(-45deg);
    right: 15px;
    position: absolute;
    margin-top: -2px;
  }
  .cid-uLMT5bnPh6 .show.dropdown-toggle[aria-expanded="true"]::after {
    transform: rotate(45deg);
    margin-top: -4px;
  }
  .cid-uLMT5bnPh6 .offcanvas_box {
    display: none;
  }
}
.cid-uLMT5bnPh6 .dropdown-item {
  border: none;
  font-weight: 400 !important;
}
.cid-uLMT5bnPh6 .nav-dropdown .link {
  font-weight: 400 !important;
  padding: 0 !important;
  margin: 0 !important;
}
.cid-uLMT5bnPh6 .nav-dropdown .link.dropdown-toggle::after {
  margin-left: 0.5rem;
  margin-top: 0;
}
.cid-uLMT5bnPh6 .container {
  display: flex;
  margin: auto;
}
.cid-uLMT5bnPh6 .iconfont-wrapper {
  color: #e0bdb6;
  font-size: 17px;
  margin-right: 10px;
  margin-bottom: 5px;
  width: 25px;
  height: 25px;
  border-radius: 50%;
  display: flex;
  justify-content: center;
  align-items: center;
  transition: all 0.2s ease-in-out;
}
.cid-uLMT5bnPh6 .iconfont-wrapper:last-child {
  margin-right: 0;
}
.cid-uLMT5bnPh6 .iconfont-wrapper:hover {
  opacity: .5;
}
.cid-uLMT5bnPh6 .navbar-caption {
  color: #747474;
}
.cid-uLMT5bnPh6 .navbar-nav {
  margin: 0 1rem;
}
@media (min-width: 992px) {
  .cid-uLMT5bnPh6 .navbar-nav {
    margin: 0;
  }
}
.cid-uLMT5bnPh6 .dropdown-menu,
.cid-uLMT5bnPh6 .navbar.opened {
  background-color: false !important;
}
.cid-uLMT5bnPh6 .nav-item:focus,
.cid-uLMT5bnPh6 .nav-link:focus {
  outline: none;
}
.cid-uLMT5bnPh6 .dropdown .dropdown-menu .dropdown-item {
  width: auto;
  transition: all 0.25s ease-in-out;
}
.cid-uLMT5bnPh6 .dropdown .dropdown-menu .dropdown-item::after {
  right: 0.5rem;
}
.cid-uLMT5bnPh6 .dropdown .dropdown-menu .dropdown-item .mbr-iconfont {
  margin-right: 0.5rem;
  vertical-align: sub;
}
.cid-uLMT5bnPh6 .dropdown .dropdown-menu .dropdown-item .mbr-iconfont:before {
  display: inline-block;
  transform: scale(1, 1);
  transition: all 0.25s ease-in-out;
}
.cid-uLMT5bnPh6 .collapsed .dropdown-menu .dropdown-item:before {
  display: none;
}
.cid-uLMT5bnPh6 .collapsed .dropdown .dropdown-menu .dropdown-item {
  padding: 0.235em 1.5em 0.235em 1.5em !important;
  transition: none;
  margin: 0 !important;
}
.cid-uLMT5bnPh6 .navbar {
  min-height: 70px;
  padding: 20px 0;
  transition: all 0.3s;
  border-bottom-width: 0px;
}
@media (max-width: 992px) {
  .cid-uLMT5bnPh6 .navbar {
    min-height: 30px;
    max-height: 90px;
  }
}
.cid-uLMT5bnPh6 .navbar.opened {
  transition: all 0.3s;
}
.cid-uLMT5bnPh6 .navbar .dropdown-item {
  padding: 0;
  margin: 8px 0;
}
.cid-uLMT5bnPh6 .navbar .navbar-logo img {
  width: auto;
  object-fit: contain;
  border-radius: 0;
}
.cid-uLMT5bnPh6 .navbar .navbar-collapse {
  justify-content: space-between;
  z-index: 1;
}
.cid-uLMT5bnPh6 .navbar.collapsed {
  justify-content: center;
}
.cid-uLMT5bnPh6 .navbar.collapsed .nav-item .nav-link::before {
  display: none;
}
.cid-uLMT5bnPh6 .navbar.collapsed.opened .dropdown-menu {
  top: 0;
}
.cid-uLMT5bnPh6 .navbar.collapsed .dropdown-menu .dropdown-submenu {
  left: 0 !important;
}
.cid-uLMT5bnPh6 .navbar.collapsed .dropdown-menu .dropdown-item:after {
  right: auto;
}
.cid-uLMT5bnPh6 .navbar.collapsed ul.navbar-nav li {
  margin: auto;
}
.cid-uLMT5bnPh6 .navbar.collapsed .dropdown-menu .dropdown-item {
  padding: 0.25rem 1.5rem;
  text-align: left;
}
.cid-uLMT5bnPh6 .navbar.collapsed .icons-menu {
  padding: 0;
}
@media (max-width: 991px) {
  .cid-uLMT5bnPh6 .navbar .nav-item {
    padding: .5rem 0;
  }
  .cid-uLMT5bnPh6 .navbar .navbar-collapse {
    padding: 34px 0;
    border-radius: 25px;
  }
  .cid-uLMT5bnPh6 .navbar .nav-item .nav-link::before {
    display: none;
  }
  .cid-uLMT5bnPh6 .navbar.opened .dropdown-menu {
    top: 0;
  }
  .cid-uLMT5bnPh6 .navbar .dropdown-menu {
    padding: 6px 0 6px 15px;
  }
  .cid-uLMT5bnPh6 .navbar .dropdown-menu .dropdown-submenu {
    left: 0 !important;
  }
  .cid-uLMT5bnPh6 .navbar .dropdown-menu .dropdown-item:after {
    right: auto;
    margin-top: -0.4rem;
  }
  .cid-uLMT5bnPh6 .navbar .navbar-logo img {
    height: 3rem !important;
  }
  .cid-uLMT5bnPh6 .navbar ul.navbar-nav {
    overflow: hidden;
  }
  .cid-uLMT5bnPh6 .navbar ul.navbar-nav li {
    margin: 0;
  }
  .cid-uLMT5bnPh6 .navbar .dropdown-menu .dropdown-item {
    padding: 0 !important;
    margin: 0;
    margin-top: 8px;
    text-align: left;
  }
  .cid-uLMT5bnPh6 .navbar .navbar-brand {
    flex-shrink: initial;
    flex-basis: auto;
    word-break: break-word;
    padding-right: 2rem;
  }
  .cid-uLMT5bnPh6 .navbar .navbar-toggler {
    flex-basis: auto;
  }
  .cid-uLMT5bnPh6 .navbar .icons-menu {
    padding: 0;
  }
}
.cid-uLMT5bnPh6 .navbar.navbar-short {
  min-height: 60px;
}
.cid-uLMT5bnPh6 .navbar.navbar-short .navbar-logo img {
  height: 2.5rem !important;
}
.cid-uLMT5bnPh6 .navbar.navbar-short .navbar-brand {
  min-height: 60px;
  padding: 0;
}
.cid-uLMT5bnPh6 .navbar-brand {
  min-height: 70px;
  flex-shrink: 0;
  align-items: center;
  margin-right: 0;
  padding: 10px 0;
  transition: all 0.3s;
  word-break: break-word;
  z-index: 1;
}
.cid-uLMT5bnPh6 .navbar-brand .navbar-caption {
  line-height: inherit !important;
}
.cid-uLMT5bnPh6 .navbar-brand .navbar-logo a {
  outline: none;
}
.cid-uLMT5bnPh6 .dropdown-item.active,
.cid-uLMT5bnPh6 .dropdown-item:active {
  background-color: transparent;
}
.cid-uLMT5bnPh6 .navbar-expand-lg .navbar-nav .nav-link {
  padding: 0;
}
.cid-uLMT5bnPh6 .nav-dropdown .link.dropdown-toggle {
  margin-right: 1.667em;
}
.cid-uLMT5bnPh6 .nav-dropdown .link.dropdown-toggle[aria-expanded="true"] {
  margin-right: 0;
  padding: 0.667em 1.667em;
}
.cid-uLMT5bnPh6 .navbar .dropdown.open > .dropdown-menu {
  display: block;
}
.cid-uLMT5bnPh6 ul.navbar-nav {
  flex-wrap: wrap;
  padding: 36px 0;
  border-bottom: 1px solid #0e132f;
}
.cid-uLMT5bnPh6 .navbar-buttons {
  text-align: center;
  min-width: 170px;
}
.cid-uLMT5bnPh6 button.navbar-toggler {
  outline: none;
  width: 48px;
  height: 48px;
  border-radius: 50%;
  cursor: pointer;
  transition: all 0.2s;
  position: relative;
  align-self: center;
  color: #ffffff;
  background: #ffffff;
}
.cid-uLMT5bnPh6 button.navbar-toggler .hamburger span {
  position: absolute;
  right: 10px;
  margin-top: 14px;
  width: 26px;
  height: 2px;
  border-right: 5px;
  background-color: #474747;
}
.cid-uLMT5bnPh6 button.navbar-toggler .hamburger span:nth-child(1) {
  top: 0;
  transition: all 0.2s;
}
.cid-uLMT5bnPh6 button.navbar-toggler .hamburger span:nth-child(2) {
  top: 8px;
  transition: all 0.15s;
}
.cid-uLMT5bnPh6 button.navbar-toggler .hamburger span:nth-child(3) {
  top: 8px;
  transition: all 0.15s;
}
.cid-uLMT5bnPh6 button.navbar-toggler .hamburger span:nth-child(4) {
  top: 16px;
  transition: all 0.2s;
}
.cid-uLMT5bnPh6 nav.opened .hamburger span:nth-child(1) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-uLMT5bnPh6 nav.opened .hamburger span:nth-child(2) {
  transform: rotate(45deg);
  transition: all 0.25s;
}
.cid-uLMT5bnPh6 nav.opened .hamburger span:nth-child(3) {
  transform: rotate(-45deg);
  transition: all 0.25s;
}
.cid-uLMT5bnPh6 nav.opened .hamburger span:nth-child(4) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-uLMT5bnPh6 a.nav-link {
  display: flex;
  align-items: center;
  justify-content: flex-start;
}
.cid-uLMT5bnPh6 .icons-menu {
  flex-wrap: nowrap;
  display: flex;
  justify-content: center;
  padding: 0;
  text-align: center;
  margin-bottom: 35px;
}
@media screen and (-ms-high-contrast: active), (-ms-high-contrast: none) {
  .cid-uLMT5bnPh6 .navbar {
    height: 70px;
  }
  .cid-uLMT5bnPh6 .navbar.opened {
    height: auto;
  }
  .cid-uLMT5bnPh6 .nav-item .nav-link:hover::before {
    width: 175%;
    max-width: calc(100% + 2rem);
    left: -1rem;
  }
}
.cid-uLMT5bnPh6 .navbar-dropdown .navbar-logo {
  margin-right: 15px;
}
@media (min-width: 768px) {
  .cid-uLMT5bnPh6 .container-fluid {
    padding-left: 30px;
    padding-right: 30px;
  }
}
.cid-uLMT5bnPh6 .mbr-section-btn-main {
  padding-top: 5px;
}
.cid-uLMT5bnPh6 .mbr-section-btn-main .btn {
  margin: 0 4px 4px 4px;
}
.cid-uLMT5bnPh6 .navbar-caption:hover {
  color: #2554ab;
}
@media (min-width: 992px) {
  .cid-uLMT5bnPh6 .dropdown-menu.dropdown-submenu {
    left: 175px !important;
    top: -45% !important;
  }
}
.cid-uLMT5bnPh6 .nav-link {
  position: relative;
}
.cid-uLMT5bnPh6 .nav-link:before {
  content: '';
  position: absolute;
  left: -12px;
  width: 6px;
  height: 6px;
  border-radius: 100%;
  background-color: #2554ab;
  transition: all .3s ease;
  opacity: 0;
}
.cid-uLMT5bnPh6 .nav-link:hover:before {
  opacity: 1;
}
.cid-uLMT5bnPh6 .mbr-section-subtitle {
  color: #ffffff;
}
.cid-uLMT5bnPh6 .mbr-text {
  color: #ffffff;
  text-align: center;
}
.cid-uLMT5bnPh6 .text_widget {
  color: #ffffff;
}
.cid-uLMT5bnPh6 .mbr-section-subtitle,
.cid-uLMT5bnPh6 .text_widget,
.cid-uLMT5bnPh6 .mbr-section-btn {
  text-align: center;
}
.cid-uLMT5bnPh6 a[class*="text-"]:not(.nav-link):not(.dropdown-item):not([role]):not(.navbar-caption):hover {
  background-image: none;
}
.cid-uC18PhwvMd {
  padding-top: 0rem;
  padding-bottom: 0rem;
  background-color: #ffffff;
}
.cid-uC18PhwvMd .item-img {
  position: relative;
  overflow: hidden;
}
.cid-uC18PhwvMd .item-img:before {
  content: '';
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
  left: 0;
  background: black;
  opacity: 0.3;
  z-index: 1;
  transition: all 0.3s;
  pointer-events: none;
}
.cid-uC18PhwvMd h5 {
  margin-bottom: 1rem;
}
.cid-uC18PhwvMd .item-content {
  position: absolute;
  top: 55%;
  right: 0;
  z-index: 2;
  width: 100%;
  transform: translateY(-50%);
  padding: 2rem 8rem;
  display: flex;
  flex-direction: column;
  height: 50%;
}
@media (max-width: 767px) {
  .cid-uC18PhwvMd .item-content {
    padding: 0 2rem 1.5rem;
    margin-top: 1rem;
  }
}
.cid-uC18PhwvMd img,
.cid-uC18PhwvMd .item-img {
  width: 100%;
  transition: all 0.3s;
  height: 100%;
  height: 400px;
  object-fit: cover;
}
.cid-uC18PhwvMd .item:focus,
.cid-uC18PhwvMd span:focus {
  outline: none;
}
.cid-uC18PhwvMd .item {
  margin-bottom: 2rem;
}
@media (max-width: 767px) {
  .cid-uC18PhwvMd .item {
    margin-bottom: 1rem;
  }
}
.cid-uC18PhwvMd .item-wrapper {
  position: relative;
  border-radius: 15px;
  height: 100%;
  display: flex;
  flex-flow: column nowrap;
}
.cid-uC18PhwvMd .mbr-section-title {
  color: #4e423d;
}
.cid-uC18PhwvMd .item-title {
  text-align: left;
  color: #ffffff;
}
.cid-uC18PhwvMd .item-subtitle {
  text-align: left;
  color: #ffffff;
}
.cid-uC18PhwvMd .mbr-text,
.cid-uC18PhwvMd .item .mbr-section-btn {
  text-align: left;
  color: #ffffff;
}
.cid-uC18PhwvMd .content-head {
  max-width: 800px;
}
.cid-uC18PjdJCA {
  padding-top: 1rem;
  padding-bottom: 5rem;
  background-color: #fafafa;
}
.cid-uC18PjdJCA .mbr-section-title {
  margin-bottom: 1em;
  color: #272727;
}
.cid-uC18PjdJCA .mbr-section-subtitle {
  margin-bottom: 1.5625em;
  color: #272727;
  opacity: 0.4;
}
.cid-uC18PjdJCA .item-row {
  display: grid;
  -webkit-box-align: stretch;
  -webkit-align-items: stretch;
  -ms-flex-align: stretch;
  align-items: stretch;
  grid-auto-columns: 1fr;
  grid-column-gap: 16px;
  grid-row-gap: 16px;
  grid-template-columns: repeat(4, 1fr);
  -ms-grid-rows: auto;
  grid-template-rows: auto;
}
@media (max-width: 1199px) {
  .cid-uC18PjdJCA .item-row {
    grid-template-columns: repeat(2, 1fr);
  }
}
@media (max-width: 767px) {
  .cid-uC18PjdJCA .item-row {
    grid-template-columns: repeat(1, 1fr);
  }
}
.cid-uC18PjdJCA .item {
  padding: 0;
}
.cid-uC18PjdJCA .item-wrapper {
  display: flex;
  flex-direction: column;
  align-items: stretch;
  height: 100%;
  width: 100%;
  border-radius: 10px;
  overflow: hidden;
  transform-style: preserve-3d;
  transition: .3s all;
  border: 2px solid transparent;
}
.cid-uC18PjdJCA .item-wrapper:hover {
  transform: scale3d(1.01, 1.01, 1);
  border-color: #fafafa;
}
.cid-uC18PjdJCA .item-img {
  display: flex;
  align-items: center;
  justify-content: center;
  height: 175px;
}
.cid-uC18PjdJCA .item-img img {
  width: 100%;
  object-fit: cover;
  height: 100%;
}
.cid-uC18PjdJCA .item-content {
  display: flex;
  flex-direction: column;
  align-items: stretch;
  width: 100%;
  padding: 20px 5% 6%;
  flex-grow: 1;
  background-color: #ffffff;
}
.cid-uC18PjdJCA .item-text-wrap {
  width: 100%;
  margin-bottom: 5.3em;
}
@media (max-width: 1199px) {
  .cid-uC18PjdJCA .item-text-wrap {
    margin-bottom: 4em;
  }
}
@media (max-width: 767px) {
  .cid-uC18PjdJCA .item-text-wrap {
    margin-bottom: 2em;
    max-width: 340px;
    margin-right: auto;
  }
}
.cid-uC18PjdJCA .item-title {
  color: #272727;
  margin-bottom: 0.52em;
}
.cid-uC18PjdJCA .item-subtitle {
  color: #272727;
  opacity: 0.52em;
}
.cid-uC18PjdJCA .card-bottom {
  display: flex;
  flex-direction: column;
  align-items: stretch;
  margin-top: auto;
}
.cid-uC18PjdJCA .item-name-wrap {
  display: flex;
  align-items: center;
  width: 100%;
}
.cid-uC18PjdJCA .image-wrapper {
  width: 35px;
  height: 35px;
  margin-right: 10px;
  border-radius: 300px;
  overflow: hidden;
}
.cid-uC18PjdJCA .image-wrapper img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.cid-uC18PjdJCA .mbr-text {
  flex-grow: 1;
  color: #272727;
  text-align: right;
}
.cid-uC18PjdJCA .mbr-section-btn {
  display: flex;
  margin-top: 20px;
  width: auto !important;
}
.cid-uC18PjdJCA .mbr-section-btn .btn {
  width: 100%;
  min-width: auto !important;
}
.cid-uLMRAIzUxG {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-color: #0e132f;
}
.cid-uLMRAIzUxG .mbr-fallback-image.disabled {
  display: none;
}
.cid-uLMRAIzUxG .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-uLMRAIzUxG .container {
    padding: 0 16px;
  }
}
.cid-uLMRAIzUxG .card {
  display: flex;
  flex-direction: column;
  justify-content: space-between;
}
@media (max-width: 992px) {
  .cid-uLMRAIzUxG .card {
    margin-bottom: 40px;
  }
}
.cid-uLMRAIzUxG .card .content-wrapper .title-wrapper .title-wrap {
  display: inline-flex;
  align-items: center;
  margin-bottom: 16px;
}
@media (max-width: 992px) {
  .cid-uLMRAIzUxG .card .content-wrapper .title-wrapper .title-wrap {
    margin-bottom: 40px;
  }
}
.cid-uLMRAIzUxG .card .content-wrapper .title-wrapper .title-wrap img {
  width: 32px;
  height: 32px;
  object-fit: contain;
  margin-right: 1rem;
}
.cid-uLMRAIzUxG .card .content-wrapper .title-wrapper .title-wrap .mbr-section-title {
  margin-bottom: 0;
}
.cid-uLMRAIzUxG .card .content-wrapper .copyright {
  margin-bottom: 20px;
}
@media (max-width: 992px) {
  .cid-uLMRAIzUxG .card .content-wrapper .copyright {
    margin-bottom: 40px;
  }
}
.cid-uLMRAIzUxG .card .social-wrapper .social-wrap {
  display: inline-flex;
  flex-wrap: wrap;
}
.cid-uLMRAIzUxG .card .social-wrapper .social-wrap .mbr-iconfont {
  font-size: 20px;
  margin-right: 48px;
  color: #ffffff;
}
.cid-uLMRAIzUxG .list-wrapper .mbr-card-title {
  margin-bottom: 16px;
}
.cid-uLMRAIzUxG .list-wrapper .list {
  margin: 0;
  padding: 0;
  list-style-type: none;
}
.cid-uLMRAIzUxG .list-wrapper .list .item-wrap {
  margin-bottom: 16px;
}
@media (max-width: 992px) {
  .cid-uLMRAIzUxG .list-wrapper .list {
    margin-bottom: 40px;
  }
}
.cid-uLMRAIzUxG .mbr-section-title {
  color: #ffffff;
}
.cid-uLMRAIzUxG .copyright {
  color: #ffffff;
}
.cid-uLMRAIzUxG .mbr-card-title {
  color: #D4FE00;
}
.cid-uLMRAIzUxG .list {
  color: #ffffff;
}
.cid-uLMT5bnPh6 .navbar-dropdown {
  background-color: #ffffff !important;
  padding: 0;
}
.cid-uLMT5bnPh6 .navbar.navbar-expand-lg .dropdown .dropdown-menu {
  background-color: #ffffff !important;
  background: #ffffff;
}
.cid-uLMT5bnPh6 .navbar.navbar-expand-lg .dropdown .dropdown-menu .dropdown-submenu {
  margin: 0;
  left: 100%;
}
@media (max-width: 991px) {
  .cid-uLMT5bnPh6 .menu_box .navbar.opened,
  .cid-uLMT5bnPh6 .menu_box .navbar-collapse {
    background-color: #ffffff !important;
    transition: all 0s ease 0s;
  }
}
.cid-uLMT5bnPh6 .navbar-dropdown {
  position: relative !important;
}
.cid-uLMT5bnPh6 .btn {
  min-height: auto;
  box-shadow: none;
  margin-top: 0;
}
.cid-uLMT5bnPh6 .btn:hover {
  box-shadow: none;
}
@media (min-width: 992px) {
  .cid-uLMT5bnPh6 .offcanvas_image img {
    width: auto;
    object-fit: cover;
    display: inline-block;
  }
  .cid-uLMT5bnPh6 .offcanvas-header {
    position: relative;
    padding: 0;
  }
  .cid-uLMT5bnPh6 .offcanvas-header .btn-close {
    position: absolute;
    top: -70px;
    right: 0;
    width: 35px;
    height: 30px;
  }
  .cid-uLMT5bnPh6 .offcanvas-body {
    text-align: center;
    padding: 0;
  }
  .cid-uLMT5bnPh6 .offcanvas-body .mbr-text,
  .cid-uLMT5bnPh6 .offcanvas-body .mbr-section-subtitle {
    margin-top: 14px;
  }
  .cid-uLMT5bnPh6 .offcanvas-body .offcanvas_contact {
    margin: 35px 0;
  }
  .cid-uLMT5bnPh6 .offcanvas_box button.btn_offcanvas {
    outline: none;
    width: 40px;
    height: 40px;
    cursor: pointer;
    transition: all 0.2s;
    position: relative;
    align-self: center;
  }
  .cid-uLMT5bnPh6 .offcanvas_box button.btn_offcanvas .hamburger span {
    position: absolute;
    right: 0;
    width: 40px;
    height: 2px;
    border-right: 5px;
    background-color: #474747;
  }
  .cid-uLMT5bnPh6 .offcanvas_box button.btn_offcanvas .hamburger span:nth-child(1) {
    top: 18px;
    transition: all 0.2s;
  }
  .cid-uLMT5bnPh6 .offcanvas_box button.btn_offcanvas .hamburger span:nth-child(2) {
    top: 25px;
    transition: all 0.2s;
  }
  .cid-uLMT5bnPh6 .offcanvas_box button.btn_offcanvas:hover .hamburger span {
    width: 36px;
  }
  .cid-uLMT5bnPh6 .offcanvas_box button.btn_offcanvas:hover .hamburger span:nth-child(2) {
    width: 33px;
    transition-delay: 0.2s;
  }
  .cid-uLMT5bnPh6 ul.navbar-nav {
    padding-bottom: 1.5rem;
  }
  .cid-uLMT5bnPh6 .dropdown-menu .dropdown-toggle[data-toggle="dropdown-submenu"]::after,
  .cid-uLMT5bnPh6 .link.dropdown-toggle::after {
    display: inline-block;
    width: 7px;
    height: 7px;
    margin-left: .5rem;
    margin-bottom: 2px;
    content: "";
    border: 2px solid;
    border-left: none;
    border-top: none;
    transform: rotate(-45deg);
  }
  .cid-uLMT5bnPh6 .link.dropdown-toggle::after {
    padding: 0 !important;
    transform: rotate(45deg);
  }
  .cid-uLMT5bnPh6 li.nav-item {
    position: relative;
    display: inline-block;
    padding: 1px 7px !important;
    vertical-align: middle;
    line-height: 2em !important;
    font-weight: 600 !important;
    text-decoration: none;
    letter-spacing: 0 !important;
    z-index: 1;
  }
  .cid-uLMT5bnPh6 .lg_brand {
    margin: 0 1rem;
  }
}
.cid-uLMT5bnPh6 .nav-item {
  margin: 4px 15px;
}
@media (min-width: 1200px) {
  .cid-uLMT5bnPh6 .nav-item {
    margin: 4px 20px;
  }
}
@media (max-width: 991px) {
  .cid-uLMT5bnPh6 .nav-item {
    margin: 0 !important;
  }
}
.cid-uLMT5bnPh6 .dropdown-menu {
  border-radius: 0;
  box-shadow: none;
  text-align: left;
}
@media (min-width: 992px) {
  .cid-uLMT5bnPh6 .dropdown-menu {
    padding: 18px 34px 22px;
    min-width: 250px;
    top: auto !important;
    left: -40px !important;
  }
  .cid-uLMT5bnPh6 .dropdown-menu.dropdown-submenu {
    left: 215px !important;
    top: -45% !important;
  }
}
@media (max-width: 991px) {
  .cid-uLMT5bnPh6 .dropdown-menu .dropdown-toggle[data-toggle="dropdown-submenu"]::after,
  .cid-uLMT5bnPh6 .link.dropdown-toggle::after {
    display: inline-block;
    width: 7px;
    height: 7px;
    margin-left: .5rem;
    margin-bottom: 2px;
    content: "";
    border: 2px solid;
    border-left: none;
    border-top: none;
    transform: rotate(-45deg);
    right: 15px;
    position: absolute;
    margin-top: -2px;
  }
  .cid-uLMT5bnPh6 .show.dropdown-toggle[aria-expanded="true"]::after {
    transform: rotate(45deg);
    margin-top: -4px;
  }
  .cid-uLMT5bnPh6 .offcanvas_box {
    display: none;
  }
}
.cid-uLMT5bnPh6 .dropdown-item {
  border: none;
  font-weight: 400 !important;
}
.cid-uLMT5bnPh6 .nav-dropdown .link {
  font-weight: 400 !important;
  padding: 0 !important;
  margin: 0 !important;
}
.cid-uLMT5bnPh6 .nav-dropdown .link.dropdown-toggle::after {
  margin-left: 0.5rem;
  margin-top: 0;
}
.cid-uLMT5bnPh6 .container {
  display: flex;
  margin: auto;
}
.cid-uLMT5bnPh6 .iconfont-wrapper {
  color: #e0bdb6;
  font-size: 17px;
  margin-right: 10px;
  margin-bottom: 5px;
  width: 25px;
  height: 25px;
  border-radius: 50%;
  display: flex;
  justify-content: center;
  align-items: center;
  transition: all 0.2s ease-in-out;
}
.cid-uLMT5bnPh6 .iconfont-wrapper:last-child {
  margin-right: 0;
}
.cid-uLMT5bnPh6 .iconfont-wrapper:hover {
  opacity: .5;
}
.cid-uLMT5bnPh6 .navbar-caption {
  color: #747474;
}
.cid-uLMT5bnPh6 .navbar-nav {
  margin: 0 1rem;
}
@media (min-width: 992px) {
  .cid-uLMT5bnPh6 .navbar-nav {
    margin: 0;
  }
}
.cid-uLMT5bnPh6 .dropdown-menu,
.cid-uLMT5bnPh6 .navbar.opened {
  background-color: false !important;
}
.cid-uLMT5bnPh6 .nav-item:focus,
.cid-uLMT5bnPh6 .nav-link:focus {
  outline: none;
}
.cid-uLMT5bnPh6 .dropdown .dropdown-menu .dropdown-item {
  width: auto;
  transition: all 0.25s ease-in-out;
}
.cid-uLMT5bnPh6 .dropdown .dropdown-menu .dropdown-item::after {
  right: 0.5rem;
}
.cid-uLMT5bnPh6 .dropdown .dropdown-menu .dropdown-item .mbr-iconfont {
  margin-right: 0.5rem;
  vertical-align: sub;
}
.cid-uLMT5bnPh6 .dropdown .dropdown-menu .dropdown-item .mbr-iconfont:before {
  display: inline-block;
  transform: scale(1, 1);
  transition: all 0.25s ease-in-out;
}
.cid-uLMT5bnPh6 .collapsed .dropdown-menu .dropdown-item:before {
  display: none;
}
.cid-uLMT5bnPh6 .collapsed .dropdown .dropdown-menu .dropdown-item {
  padding: 0.235em 1.5em 0.235em 1.5em !important;
  transition: none;
  margin: 0 !important;
}
.cid-uLMT5bnPh6 .navbar {
  min-height: 70px;
  padding: 20px 0;
  transition: all 0.3s;
  border-bottom-width: 0px;
}
@media (max-width: 992px) {
  .cid-uLMT5bnPh6 .navbar {
    min-height: 30px;
    max-height: 90px;
  }
}
.cid-uLMT5bnPh6 .navbar.opened {
  transition: all 0.3s;
}
.cid-uLMT5bnPh6 .navbar .dropdown-item {
  padding: 0;
  margin: 8px 0;
}
.cid-uLMT5bnPh6 .navbar .navbar-logo img {
  width: auto;
  object-fit: contain;
  border-radius: 0;
}
.cid-uLMT5bnPh6 .navbar .navbar-collapse {
  justify-content: space-between;
  z-index: 1;
}
.cid-uLMT5bnPh6 .navbar.collapsed {
  justify-content: center;
}
.cid-uLMT5bnPh6 .navbar.collapsed .nav-item .nav-link::before {
  display: none;
}
.cid-uLMT5bnPh6 .navbar.collapsed.opened .dropdown-menu {
  top: 0;
}
.cid-uLMT5bnPh6 .navbar.collapsed .dropdown-menu .dropdown-submenu {
  left: 0 !important;
}
.cid-uLMT5bnPh6 .navbar.collapsed .dropdown-menu .dropdown-item:after {
  right: auto;
}
.cid-uLMT5bnPh6 .navbar.collapsed ul.navbar-nav li {
  margin: auto;
}
.cid-uLMT5bnPh6 .navbar.collapsed .dropdown-menu .dropdown-item {
  padding: 0.25rem 1.5rem;
  text-align: left;
}
.cid-uLMT5bnPh6 .navbar.collapsed .icons-menu {
  padding: 0;
}
@media (max-width: 991px) {
  .cid-uLMT5bnPh6 .navbar .nav-item {
    padding: .5rem 0;
  }
  .cid-uLMT5bnPh6 .navbar .navbar-collapse {
    padding: 34px 0;
    border-radius: 25px;
  }
  .cid-uLMT5bnPh6 .navbar .nav-item .nav-link::before {
    display: none;
  }
  .cid-uLMT5bnPh6 .navbar.opened .dropdown-menu {
    top: 0;
  }
  .cid-uLMT5bnPh6 .navbar .dropdown-menu {
    padding: 6px 0 6px 15px;
  }
  .cid-uLMT5bnPh6 .navbar .dropdown-menu .dropdown-submenu {
    left: 0 !important;
  }
  .cid-uLMT5bnPh6 .navbar .dropdown-menu .dropdown-item:after {
    right: auto;
    margin-top: -0.4rem;
  }
  .cid-uLMT5bnPh6 .navbar .navbar-logo img {
    height: 3rem !important;
  }
  .cid-uLMT5bnPh6 .navbar ul.navbar-nav {
    overflow: hidden;
  }
  .cid-uLMT5bnPh6 .navbar ul.navbar-nav li {
    margin: 0;
  }
  .cid-uLMT5bnPh6 .navbar .dropdown-menu .dropdown-item {
    padding: 0 !important;
    margin: 0;
    margin-top: 8px;
    text-align: left;
  }
  .cid-uLMT5bnPh6 .navbar .navbar-brand {
    flex-shrink: initial;
    flex-basis: auto;
    word-break: break-word;
    padding-right: 2rem;
  }
  .cid-uLMT5bnPh6 .navbar .navbar-toggler {
    flex-basis: auto;
  }
  .cid-uLMT5bnPh6 .navbar .icons-menu {
    padding: 0;
  }
}
.cid-uLMT5bnPh6 .navbar.navbar-short {
  min-height: 60px;
}
.cid-uLMT5bnPh6 .navbar.navbar-short .navbar-logo img {
  height: 2.5rem !important;
}
.cid-uLMT5bnPh6 .navbar.navbar-short .navbar-brand {
  min-height: 60px;
  padding: 0;
}
.cid-uLMT5bnPh6 .navbar-brand {
  min-height: 70px;
  flex-shrink: 0;
  align-items: center;
  margin-right: 0;
  padding: 10px 0;
  transition: all 0.3s;
  word-break: break-word;
  z-index: 1;
}
.cid-uLMT5bnPh6 .navbar-brand .navbar-caption {
  line-height: inherit !important;
}
.cid-uLMT5bnPh6 .navbar-brand .navbar-logo a {
  outline: none;
}
.cid-uLMT5bnPh6 .dropdown-item.active,
.cid-uLMT5bnPh6 .dropdown-item:active {
  background-color: transparent;
}
.cid-uLMT5bnPh6 .navbar-expand-lg .navbar-nav .nav-link {
  padding: 0;
}
.cid-uLMT5bnPh6 .nav-dropdown .link.dropdown-toggle {
  margin-right: 1.667em;
}
.cid-uLMT5bnPh6 .nav-dropdown .link.dropdown-toggle[aria-expanded="true"] {
  margin-right: 0;
  padding: 0.667em 1.667em;
}
.cid-uLMT5bnPh6 .navbar .dropdown.open > .dropdown-menu {
  display: block;
}
.cid-uLMT5bnPh6 ul.navbar-nav {
  flex-wrap: wrap;
  padding: 36px 0;
  border-bottom: 1px solid #0e132f;
}
.cid-uLMT5bnPh6 .navbar-buttons {
  text-align: center;
  min-width: 170px;
}
.cid-uLMT5bnPh6 button.navbar-toggler {
  outline: none;
  width: 48px;
  height: 48px;
  border-radius: 50%;
  cursor: pointer;
  transition: all 0.2s;
  position: relative;
  align-self: center;
  color: #ffffff;
  background: #ffffff;
}
.cid-uLMT5bnPh6 button.navbar-toggler .hamburger span {
  position: absolute;
  right: 10px;
  margin-top: 14px;
  width: 26px;
  height: 2px;
  border-right: 5px;
  background-color: #474747;
}
.cid-uLMT5bnPh6 button.navbar-toggler .hamburger span:nth-child(1) {
  top: 0;
  transition: all 0.2s;
}
.cid-uLMT5bnPh6 button.navbar-toggler .hamburger span:nth-child(2) {
  top: 8px;
  transition: all 0.15s;
}
.cid-uLMT5bnPh6 button.navbar-toggler .hamburger span:nth-child(3) {
  top: 8px;
  transition: all 0.15s;
}
.cid-uLMT5bnPh6 button.navbar-toggler .hamburger span:nth-child(4) {
  top: 16px;
  transition: all 0.2s;
}
.cid-uLMT5bnPh6 nav.opened .hamburger span:nth-child(1) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-uLMT5bnPh6 nav.opened .hamburger span:nth-child(2) {
  transform: rotate(45deg);
  transition: all 0.25s;
}
.cid-uLMT5bnPh6 nav.opened .hamburger span:nth-child(3) {
  transform: rotate(-45deg);
  transition: all 0.25s;
}
.cid-uLMT5bnPh6 nav.opened .hamburger span:nth-child(4) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-uLMT5bnPh6 a.nav-link {
  display: flex;
  align-items: center;
  justify-content: flex-start;
}
.cid-uLMT5bnPh6 .icons-menu {
  flex-wrap: nowrap;
  display: flex;
  justify-content: center;
  padding: 0;
  text-align: center;
  margin-bottom: 35px;
}
@media screen and (-ms-high-contrast: active), (-ms-high-contrast: none) {
  .cid-uLMT5bnPh6 .navbar {
    height: 70px;
  }
  .cid-uLMT5bnPh6 .navbar.opened {
    height: auto;
  }
  .cid-uLMT5bnPh6 .nav-item .nav-link:hover::before {
    width: 175%;
    max-width: calc(100% + 2rem);
    left: -1rem;
  }
}
.cid-uLMT5bnPh6 .navbar-dropdown .navbar-logo {
  margin-right: 15px;
}
@media (min-width: 768px) {
  .cid-uLMT5bnPh6 .container-fluid {
    padding-left: 30px;
    padding-right: 30px;
  }
}
.cid-uLMT5bnPh6 .mbr-section-btn-main {
  padding-top: 5px;
}
.cid-uLMT5bnPh6 .mbr-section-btn-main .btn {
  margin: 0 4px 4px 4px;
}
.cid-uLMT5bnPh6 .navbar-caption:hover {
  color: #2554ab;
}
@media (min-width: 992px) {
  .cid-uLMT5bnPh6 .dropdown-menu.dropdown-submenu {
    left: 175px !important;
    top: -45% !important;
  }
}
.cid-uLMT5bnPh6 .nav-link {
  position: relative;
}
.cid-uLMT5bnPh6 .nav-link:before {
  content: '';
  position: absolute;
  left: -12px;
  width: 6px;
  height: 6px;
  border-radius: 100%;
  background-color: #2554ab;
  transition: all .3s ease;
  opacity: 0;
}
.cid-uLMT5bnPh6 .nav-link:hover:before {
  opacity: 1;
}
.cid-uLMT5bnPh6 .mbr-section-subtitle {
  color: #ffffff;
}
.cid-uLMT5bnPh6 .mbr-text {
  color: #ffffff;
  text-align: center;
}
.cid-uLMT5bnPh6 .text_widget {
  color: #ffffff;
}
.cid-uLMT5bnPh6 .mbr-section-subtitle,
.cid-uLMT5bnPh6 .text_widget,
.cid-uLMT5bnPh6 .mbr-section-btn {
  text-align: center;
}
.cid-uLMT5bnPh6 a[class*="text-"]:not(.nav-link):not(.dropdown-item):not([role]):not(.navbar-caption):hover {
  background-image: none;
}
.cid-uC18MSPZHJ {
  padding-top: 0rem;
  padding-bottom: 0rem;
  background-color: #ffffff;
}
.cid-uC18MSPZHJ .item-img {
  position: relative;
  overflow: hidden;
}
.cid-uC18MSPZHJ .item-img:before {
  content: '';
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
  left: 0;
  background: black;
  opacity: 0.3;
  z-index: 1;
  transition: all 0.3s;
  pointer-events: none;
}
.cid-uC18MSPZHJ h5 {
  margin-bottom: 1rem;
}
.cid-uC18MSPZHJ .item-content {
  position: absolute;
  top: 55%;
  right: 0;
  z-index: 2;
  width: 100%;
  transform: translateY(-50%);
  padding: 2rem 8rem;
  display: flex;
  flex-direction: column;
  height: 50%;
}
@media (max-width: 767px) {
  .cid-uC18MSPZHJ .item-content {
    padding: 0 2rem 1.5rem;
    margin-top: 1rem;
  }
}
.cid-uC18MSPZHJ img,
.cid-uC18MSPZHJ .item-img {
  width: 100%;
  transition: all 0.3s;
  height: 100%;
  height: 400px;
  object-fit: cover;
}
.cid-uC18MSPZHJ .item:focus,
.cid-uC18MSPZHJ span:focus {
  outline: none;
}
.cid-uC18MSPZHJ .item {
  margin-bottom: 2rem;
}
@media (max-width: 767px) {
  .cid-uC18MSPZHJ .item {
    margin-bottom: 1rem;
  }
}
.cid-uC18MSPZHJ .item-wrapper {
  position: relative;
  border-radius: 15px;
  height: 100%;
  display: flex;
  flex-flow: column nowrap;
}
.cid-uC18MSPZHJ .mbr-section-title {
  color: #4e423d;
}
.cid-uC18MSPZHJ .item-title {
  text-align: left;
  color: #ffffff;
}
.cid-uC18MSPZHJ .item-subtitle {
  text-align: left;
  color: #ffffff;
}
.cid-uC18MSPZHJ .mbr-text,
.cid-uC18MSPZHJ .item .mbr-section-btn {
  text-align: left;
  color: #ffffff;
}
.cid-uC18MSPZHJ .content-head {
  max-width: 800px;
}
.cid-uC18MTTDmk {
  padding-top: 1rem;
  padding-bottom: 5rem;
  background-color: #fafafa;
}
.cid-uC18MTTDmk .mbr-section-title {
  margin-bottom: 1em;
  color: #272727;
}
.cid-uC18MTTDmk .mbr-section-subtitle {
  margin-bottom: 1.5625em;
  color: #272727;
  opacity: 0.4;
}
.cid-uC18MTTDmk .item-row {
  display: grid;
  -webkit-box-align: stretch;
  -webkit-align-items: stretch;
  -ms-flex-align: stretch;
  align-items: stretch;
  grid-auto-columns: 1fr;
  grid-column-gap: 16px;
  grid-row-gap: 16px;
  grid-template-columns: repeat(4, 1fr);
  -ms-grid-rows: auto;
  grid-template-rows: auto;
}
@media (max-width: 1199px) {
  .cid-uC18MTTDmk .item-row {
    grid-template-columns: repeat(2, 1fr);
  }
}
@media (max-width: 767px) {
  .cid-uC18MTTDmk .item-row {
    grid-template-columns: repeat(1, 1fr);
  }
}
.cid-uC18MTTDmk .item {
  padding: 0;
}
.cid-uC18MTTDmk .item-wrapper {
  display: flex;
  flex-direction: column;
  align-items: stretch;
  height: 100%;
  width: 100%;
  border-radius: 10px;
  overflow: hidden;
  transform-style: preserve-3d;
  transition: .3s all;
  border: 2px solid transparent;
}
.cid-uC18MTTDmk .item-wrapper:hover {
  transform: scale3d(1.01, 1.01, 1);
  border-color: #fafafa;
}
.cid-uC18MTTDmk .item-img {
  display: flex;
  align-items: center;
  justify-content: center;
  height: 175px;
}
.cid-uC18MTTDmk .item-img img {
  width: 100%;
  object-fit: cover;
  height: 100%;
}
.cid-uC18MTTDmk .item-content {
  display: flex;
  flex-direction: column;
  align-items: stretch;
  width: 100%;
  padding: 20px 5% 6%;
  flex-grow: 1;
  background-color: #ffffff;
}
.cid-uC18MTTDmk .item-text-wrap {
  width: 100%;
  margin-bottom: 5.3em;
}
@media (max-width: 1199px) {
  .cid-uC18MTTDmk .item-text-wrap {
    margin-bottom: 4em;
  }
}
@media (max-width: 767px) {
  .cid-uC18MTTDmk .item-text-wrap {
    margin-bottom: 2em;
    max-width: 340px;
    margin-right: auto;
  }
}
.cid-uC18MTTDmk .item-title {
  color: #272727;
  margin-bottom: 0.52em;
}
.cid-uC18MTTDmk .item-subtitle {
  color: #272727;
  opacity: 0.52em;
}
.cid-uC18MTTDmk .card-bottom {
  display: flex;
  flex-direction: column;
  align-items: stretch;
  margin-top: auto;
}
.cid-uC18MTTDmk .item-name-wrap {
  display: flex;
  align-items: center;
  width: 100%;
}
.cid-uC18MTTDmk .image-wrapper {
  width: 35px;
  height: 35px;
  margin-right: 10px;
  border-radius: 300px;
  overflow: hidden;
}
.cid-uC18MTTDmk .image-wrapper img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.cid-uC18MTTDmk .mbr-text {
  flex-grow: 1;
  color: #272727;
  text-align: right;
}
.cid-uC18MTTDmk .mbr-section-btn {
  display: flex;
  margin-top: 20px;
  width: auto !important;
}
.cid-uC18MTTDmk .mbr-section-btn .btn {
  width: 100%;
  min-width: auto !important;
}
.cid-uLMRAIzUxG {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-color: #0e132f;
}
.cid-uLMRAIzUxG .mbr-fallback-image.disabled {
  display: none;
}
.cid-uLMRAIzUxG .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-uLMRAIzUxG .container {
    padding: 0 16px;
  }
}
.cid-uLMRAIzUxG .card {
  display: flex;
  flex-direction: column;
  justify-content: space-between;
}
@media (max-width: 992px) {
  .cid-uLMRAIzUxG .card {
    margin-bottom: 40px;
  }
}
.cid-uLMRAIzUxG .card .content-wrapper .title-wrapper .title-wrap {
  display: inline-flex;
  align-items: center;
  margin-bottom: 16px;
}
@media (max-width: 992px) {
  .cid-uLMRAIzUxG .card .content-wrapper .title-wrapper .title-wrap {
    margin-bottom: 40px;
  }
}
.cid-uLMRAIzUxG .card .content-wrapper .title-wrapper .title-wrap img {
  width: 32px;
  height: 32px;
  object-fit: contain;
  margin-right: 1rem;
}
.cid-uLMRAIzUxG .card .content-wrapper .title-wrapper .title-wrap .mbr-section-title {
  margin-bottom: 0;
}
.cid-uLMRAIzUxG .card .content-wrapper .copyright {
  margin-bottom: 20px;
}
@media (max-width: 992px) {
  .cid-uLMRAIzUxG .card .content-wrapper .copyright {
    margin-bottom: 40px;
  }
}
.cid-uLMRAIzUxG .card .social-wrapper .social-wrap {
  display: inline-flex;
  flex-wrap: wrap;
}
.cid-uLMRAIzUxG .card .social-wrapper .social-wrap .mbr-iconfont {
  font-size: 20px;
  margin-right: 48px;
  color: #ffffff;
}
.cid-uLMRAIzUxG .list-wrapper .mbr-card-title {
  margin-bottom: 16px;
}
.cid-uLMRAIzUxG .list-wrapper .list {
  margin: 0;
  padding: 0;
  list-style-type: none;
}
.cid-uLMRAIzUxG .list-wrapper .list .item-wrap {
  margin-bottom: 16px;
}
@media (max-width: 992px) {
  .cid-uLMRAIzUxG .list-wrapper .list {
    margin-bottom: 40px;
  }
}
.cid-uLMRAIzUxG .mbr-section-title {
  color: #ffffff;
}
.cid-uLMRAIzUxG .copyright {
  color: #ffffff;
}
.cid-uLMRAIzUxG .mbr-card-title {
  color: #D4FE00;
}
.cid-uLMRAIzUxG .list {
  color: #ffffff;
}
.cid-uLMT5bnPh6 .navbar-dropdown {
  background-color: #ffffff !important;
  padding: 0;
}
.cid-uLMT5bnPh6 .navbar.navbar-expand-lg .dropdown .dropdown-menu {
  background-color: #ffffff !important;
  background: #ffffff;
}
.cid-uLMT5bnPh6 .navbar.navbar-expand-lg .dropdown .dropdown-menu .dropdown-submenu {
  margin: 0;
  left: 100%;
}
@media (max-width: 991px) {
  .cid-uLMT5bnPh6 .menu_box .navbar.opened,
  .cid-uLMT5bnPh6 .menu_box .navbar-collapse {
    background-color: #ffffff !important;
    transition: all 0s ease 0s;
  }
}
.cid-uLMT5bnPh6 .navbar-dropdown {
  position: relative !important;
}
.cid-uLMT5bnPh6 .btn {
  min-height: auto;
  box-shadow: none;
  margin-top: 0;
}
.cid-uLMT5bnPh6 .btn:hover {
  box-shadow: none;
}
@media (min-width: 992px) {
  .cid-uLMT5bnPh6 .offcanvas_image img {
    width: auto;
    object-fit: cover;
    display: inline-block;
  }
  .cid-uLMT5bnPh6 .offcanvas-header {
    position: relative;
    padding: 0;
  }
  .cid-uLMT5bnPh6 .offcanvas-header .btn-close {
    position: absolute;
    top: -70px;
    right: 0;
    width: 35px;
    height: 30px;
  }
  .cid-uLMT5bnPh6 .offcanvas-body {
    text-align: center;
    padding: 0;
  }
  .cid-uLMT5bnPh6 .offcanvas-body .mbr-text,
  .cid-uLMT5bnPh6 .offcanvas-body .mbr-section-subtitle {
    margin-top: 14px;
  }
  .cid-uLMT5bnPh6 .offcanvas-body .offcanvas_contact {
    margin: 35px 0;
  }
  .cid-uLMT5bnPh6 .offcanvas_box button.btn_offcanvas {
    outline: none;
    width: 40px;
    height: 40px;
    cursor: pointer;
    transition: all 0.2s;
    position: relative;
    align-self: center;
  }
  .cid-uLMT5bnPh6 .offcanvas_box button.btn_offcanvas .hamburger span {
    position: absolute;
    right: 0;
    width: 40px;
    height: 2px;
    border-right: 5px;
    background-color: #474747;
  }
  .cid-uLMT5bnPh6 .offcanvas_box button.btn_offcanvas .hamburger span:nth-child(1) {
    top: 18px;
    transition: all 0.2s;
  }
  .cid-uLMT5bnPh6 .offcanvas_box button.btn_offcanvas .hamburger span:nth-child(2) {
    top: 25px;
    transition: all 0.2s;
  }
  .cid-uLMT5bnPh6 .offcanvas_box button.btn_offcanvas:hover .hamburger span {
    width: 36px;
  }
  .cid-uLMT5bnPh6 .offcanvas_box button.btn_offcanvas:hover .hamburger span:nth-child(2) {
    width: 33px;
    transition-delay: 0.2s;
  }
  .cid-uLMT5bnPh6 ul.navbar-nav {
    padding-bottom: 1.5rem;
  }
  .cid-uLMT5bnPh6 .dropdown-menu .dropdown-toggle[data-toggle="dropdown-submenu"]::after,
  .cid-uLMT5bnPh6 .link.dropdown-toggle::after {
    display: inline-block;
    width: 7px;
    height: 7px;
    margin-left: .5rem;
    margin-bottom: 2px;
    content: "";
    border: 2px solid;
    border-left: none;
    border-top: none;
    transform: rotate(-45deg);
  }
  .cid-uLMT5bnPh6 .link.dropdown-toggle::after {
    padding: 0 !important;
    transform: rotate(45deg);
  }
  .cid-uLMT5bnPh6 li.nav-item {
    position: relative;
    display: inline-block;
    padding: 1px 7px !important;
    vertical-align: middle;
    line-height: 2em !important;
    font-weight: 600 !important;
    text-decoration: none;
    letter-spacing: 0 !important;
    z-index: 1;
  }
  .cid-uLMT5bnPh6 .lg_brand {
    margin: 0 1rem;
  }
}
.cid-uLMT5bnPh6 .nav-item {
  margin: 4px 15px;
}
@media (min-width: 1200px) {
  .cid-uLMT5bnPh6 .nav-item {
    margin: 4px 20px;
  }
}
@media (max-width: 991px) {
  .cid-uLMT5bnPh6 .nav-item {
    margin: 0 !important;
  }
}
.cid-uLMT5bnPh6 .dropdown-menu {
  border-radius: 0;
  box-shadow: none;
  text-align: left;
}
@media (min-width: 992px) {
  .cid-uLMT5bnPh6 .dropdown-menu {
    padding: 18px 34px 22px;
    min-width: 250px;
    top: auto !important;
    left: -40px !important;
  }
  .cid-uLMT5bnPh6 .dropdown-menu.dropdown-submenu {
    left: 215px !important;
    top: -45% !important;
  }
}
@media (max-width: 991px) {
  .cid-uLMT5bnPh6 .dropdown-menu .dropdown-toggle[data-toggle="dropdown-submenu"]::after,
  .cid-uLMT5bnPh6 .link.dropdown-toggle::after {
    display: inline-block;
    width: 7px;
    height: 7px;
    margin-left: .5rem;
    margin-bottom: 2px;
    content: "";
    border: 2px solid;
    border-left: none;
    border-top: none;
    transform: rotate(-45deg);
    right: 15px;
    position: absolute;
    margin-top: -2px;
  }
  .cid-uLMT5bnPh6 .show.dropdown-toggle[aria-expanded="true"]::after {
    transform: rotate(45deg);
    margin-top: -4px;
  }
  .cid-uLMT5bnPh6 .offcanvas_box {
    display: none;
  }
}
.cid-uLMT5bnPh6 .dropdown-item {
  border: none;
  font-weight: 400 !important;
}
.cid-uLMT5bnPh6 .nav-dropdown .link {
  font-weight: 400 !important;
  padding: 0 !important;
  margin: 0 !important;
}
.cid-uLMT5bnPh6 .nav-dropdown .link.dropdown-toggle::after {
  margin-left: 0.5rem;
  margin-top: 0;
}
.cid-uLMT5bnPh6 .container {
  display: flex;
  margin: auto;
}
.cid-uLMT5bnPh6 .iconfont-wrapper {
  color: #e0bdb6;
  font-size: 17px;
  margin-right: 10px;
  margin-bottom: 5px;
  width: 25px;
  height: 25px;
  border-radius: 50%;
  display: flex;
  justify-content: center;
  align-items: center;
  transition: all 0.2s ease-in-out;
}
.cid-uLMT5bnPh6 .iconfont-wrapper:last-child {
  margin-right: 0;
}
.cid-uLMT5bnPh6 .iconfont-wrapper:hover {
  opacity: .5;
}
.cid-uLMT5bnPh6 .navbar-caption {
  color: #747474;
}
.cid-uLMT5bnPh6 .navbar-nav {
  margin: 0 1rem;
}
@media (min-width: 992px) {
  .cid-uLMT5bnPh6 .navbar-nav {
    margin: 0;
  }
}
.cid-uLMT5bnPh6 .dropdown-menu,
.cid-uLMT5bnPh6 .navbar.opened {
  background-color: false !important;
}
.cid-uLMT5bnPh6 .nav-item:focus,
.cid-uLMT5bnPh6 .nav-link:focus {
  outline: none;
}
.cid-uLMT5bnPh6 .dropdown .dropdown-menu .dropdown-item {
  width: auto;
  transition: all 0.25s ease-in-out;
}
.cid-uLMT5bnPh6 .dropdown .dropdown-menu .dropdown-item::after {
  right: 0.5rem;
}
.cid-uLMT5bnPh6 .dropdown .dropdown-menu .dropdown-item .mbr-iconfont {
  margin-right: 0.5rem;
  vertical-align: sub;
}
.cid-uLMT5bnPh6 .dropdown .dropdown-menu .dropdown-item .mbr-iconfont:before {
  display: inline-block;
  transform: scale(1, 1);
  transition: all 0.25s ease-in-out;
}
.cid-uLMT5bnPh6 .collapsed .dropdown-menu .dropdown-item:before {
  display: none;
}
.cid-uLMT5bnPh6 .collapsed .dropdown .dropdown-menu .dropdown-item {
  padding: 0.235em 1.5em 0.235em 1.5em !important;
  transition: none;
  margin: 0 !important;
}
.cid-uLMT5bnPh6 .navbar {
  min-height: 70px;
  padding: 20px 0;
  transition: all 0.3s;
  border-bottom-width: 0px;
}
@media (max-width: 992px) {
  .cid-uLMT5bnPh6 .navbar {
    min-height: 30px;
    max-height: 90px;
  }
}
.cid-uLMT5bnPh6 .navbar.opened {
  transition: all 0.3s;
}
.cid-uLMT5bnPh6 .navbar .dropdown-item {
  padding: 0;
  margin: 8px 0;
}
.cid-uLMT5bnPh6 .navbar .navbar-logo img {
  width: auto;
  object-fit: contain;
  border-radius: 0;
}
.cid-uLMT5bnPh6 .navbar .navbar-collapse {
  justify-content: space-between;
  z-index: 1;
}
.cid-uLMT5bnPh6 .navbar.collapsed {
  justify-content: center;
}
.cid-uLMT5bnPh6 .navbar.collapsed .nav-item .nav-link::before {
  display: none;
}
.cid-uLMT5bnPh6 .navbar.collapsed.opened .dropdown-menu {
  top: 0;
}
.cid-uLMT5bnPh6 .navbar.collapsed .dropdown-menu .dropdown-submenu {
  left: 0 !important;
}
.cid-uLMT5bnPh6 .navbar.collapsed .dropdown-menu .dropdown-item:after {
  right: auto;
}
.cid-uLMT5bnPh6 .navbar.collapsed ul.navbar-nav li {
  margin: auto;
}
.cid-uLMT5bnPh6 .navbar.collapsed .dropdown-menu .dropdown-item {
  padding: 0.25rem 1.5rem;
  text-align: left;
}
.cid-uLMT5bnPh6 .navbar.collapsed .icons-menu {
  padding: 0;
}
@media (max-width: 991px) {
  .cid-uLMT5bnPh6 .navbar .nav-item {
    padding: .5rem 0;
  }
  .cid-uLMT5bnPh6 .navbar .navbar-collapse {
    padding: 34px 0;
    border-radius: 25px;
  }
  .cid-uLMT5bnPh6 .navbar .nav-item .nav-link::before {
    display: none;
  }
  .cid-uLMT5bnPh6 .navbar.opened .dropdown-menu {
    top: 0;
  }
  .cid-uLMT5bnPh6 .navbar .dropdown-menu {
    padding: 6px 0 6px 15px;
  }
  .cid-uLMT5bnPh6 .navbar .dropdown-menu .dropdown-submenu {
    left: 0 !important;
  }
  .cid-uLMT5bnPh6 .navbar .dropdown-menu .dropdown-item:after {
    right: auto;
    margin-top: -0.4rem;
  }
  .cid-uLMT5bnPh6 .navbar .navbar-logo img {
    height: 3rem !important;
  }
  .cid-uLMT5bnPh6 .navbar ul.navbar-nav {
    overflow: hidden;
  }
  .cid-uLMT5bnPh6 .navbar ul.navbar-nav li {
    margin: 0;
  }
  .cid-uLMT5bnPh6 .navbar .dropdown-menu .dropdown-item {
    padding: 0 !important;
    margin: 0;
    margin-top: 8px;
    text-align: left;
  }
  .cid-uLMT5bnPh6 .navbar .navbar-brand {
    flex-shrink: initial;
    flex-basis: auto;
    word-break: break-word;
    padding-right: 2rem;
  }
  .cid-uLMT5bnPh6 .navbar .navbar-toggler {
    flex-basis: auto;
  }
  .cid-uLMT5bnPh6 .navbar .icons-menu {
    padding: 0;
  }
}
.cid-uLMT5bnPh6 .navbar.navbar-short {
  min-height: 60px;
}
.cid-uLMT5bnPh6 .navbar.navbar-short .navbar-logo img {
  height: 2.5rem !important;
}
.cid-uLMT5bnPh6 .navbar.navbar-short .navbar-brand {
  min-height: 60px;
  padding: 0;
}
.cid-uLMT5bnPh6 .navbar-brand {
  min-height: 70px;
  flex-shrink: 0;
  align-items: center;
  margin-right: 0;
  padding: 10px 0;
  transition: all 0.3s;
  word-break: break-word;
  z-index: 1;
}
.cid-uLMT5bnPh6 .navbar-brand .navbar-caption {
  line-height: inherit !important;
}
.cid-uLMT5bnPh6 .navbar-brand .navbar-logo a {
  outline: none;
}
.cid-uLMT5bnPh6 .dropdown-item.active,
.cid-uLMT5bnPh6 .dropdown-item:active {
  background-color: transparent;
}
.cid-uLMT5bnPh6 .navbar-expand-lg .navbar-nav .nav-link {
  padding: 0;
}
.cid-uLMT5bnPh6 .nav-dropdown .link.dropdown-toggle {
  margin-right: 1.667em;
}
.cid-uLMT5bnPh6 .nav-dropdown .link.dropdown-toggle[aria-expanded="true"] {
  margin-right: 0;
  padding: 0.667em 1.667em;
}
.cid-uLMT5bnPh6 .navbar .dropdown.open > .dropdown-menu {
  display: block;
}
.cid-uLMT5bnPh6 ul.navbar-nav {
  flex-wrap: wrap;
  padding: 36px 0;
  border-bottom: 1px solid #0e132f;
}
.cid-uLMT5bnPh6 .navbar-buttons {
  text-align: center;
  min-width: 170px;
}
.cid-uLMT5bnPh6 button.navbar-toggler {
  outline: none;
  width: 48px;
  height: 48px;
  border-radius: 50%;
  cursor: pointer;
  transition: all 0.2s;
  position: relative;
  align-self: center;
  color: #ffffff;
  background: #ffffff;
}
.cid-uLMT5bnPh6 button.navbar-toggler .hamburger span {
  position: absolute;
  right: 10px;
  margin-top: 14px;
  width: 26px;
  height: 2px;
  border-right: 5px;
  background-color: #474747;
}
.cid-uLMT5bnPh6 button.navbar-toggler .hamburger span:nth-child(1) {
  top: 0;
  transition: all 0.2s;
}
.cid-uLMT5bnPh6 button.navbar-toggler .hamburger span:nth-child(2) {
  top: 8px;
  transition: all 0.15s;
}
.cid-uLMT5bnPh6 button.navbar-toggler .hamburger span:nth-child(3) {
  top: 8px;
  transition: all 0.15s;
}
.cid-uLMT5bnPh6 button.navbar-toggler .hamburger span:nth-child(4) {
  top: 16px;
  transition: all 0.2s;
}
.cid-uLMT5bnPh6 nav.opened .hamburger span:nth-child(1) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-uLMT5bnPh6 nav.opened .hamburger span:nth-child(2) {
  transform: rotate(45deg);
  transition: all 0.25s;
}
.cid-uLMT5bnPh6 nav.opened .hamburger span:nth-child(3) {
  transform: rotate(-45deg);
  transition: all 0.25s;
}
.cid-uLMT5bnPh6 nav.opened .hamburger span:nth-child(4) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-uLMT5bnPh6 a.nav-link {
  display: flex;
  align-items: center;
  justify-content: flex-start;
}
.cid-uLMT5bnPh6 .icons-menu {
  flex-wrap: nowrap;
  display: flex;
  justify-content: center;
  padding: 0;
  text-align: center;
  margin-bottom: 35px;
}
@media screen and (-ms-high-contrast: active), (-ms-high-contrast: none) {
  .cid-uLMT5bnPh6 .navbar {
    height: 70px;
  }
  .cid-uLMT5bnPh6 .navbar.opened {
    height: auto;
  }
  .cid-uLMT5bnPh6 .nav-item .nav-link:hover::before {
    width: 175%;
    max-width: calc(100% + 2rem);
    left: -1rem;
  }
}
.cid-uLMT5bnPh6 .navbar-dropdown .navbar-logo {
  margin-right: 15px;
}
@media (min-width: 768px) {
  .cid-uLMT5bnPh6 .container-fluid {
    padding-left: 30px;
    padding-right: 30px;
  }
}
.cid-uLMT5bnPh6 .mbr-section-btn-main {
  padding-top: 5px;
}
.cid-uLMT5bnPh6 .mbr-section-btn-main .btn {
  margin: 0 4px 4px 4px;
}
.cid-uLMT5bnPh6 .navbar-caption:hover {
  color: #2554ab;
}
@media (min-width: 992px) {
  .cid-uLMT5bnPh6 .dropdown-menu.dropdown-submenu {
    left: 175px !important;
    top: -45% !important;
  }
}
.cid-uLMT5bnPh6 .nav-link {
  position: relative;
}
.cid-uLMT5bnPh6 .nav-link:before {
  content: '';
  position: absolute;
  left: -12px;
  width: 6px;
  height: 6px;
  border-radius: 100%;
  background-color: #2554ab;
  transition: all .3s ease;
  opacity: 0;
}
.cid-uLMT5bnPh6 .nav-link:hover:before {
  opacity: 1;
}
.cid-uLMT5bnPh6 .mbr-section-subtitle {
  color: #ffffff;
}
.cid-uLMT5bnPh6 .mbr-text {
  color: #ffffff;
  text-align: center;
}
.cid-uLMT5bnPh6 .text_widget {
  color: #ffffff;
}
.cid-uLMT5bnPh6 .mbr-section-subtitle,
.cid-uLMT5bnPh6 .text_widget,
.cid-uLMT5bnPh6 .mbr-section-btn {
  text-align: center;
}
.cid-uLMT5bnPh6 a[class*="text-"]:not(.nav-link):not(.dropdown-item):not([role]):not(.navbar-caption):hover {
  background-image: none;
}
.cid-uC18Kff6X4 {
  padding-top: 0rem;
  padding-bottom: 0rem;
  background-color: #ffffff;
}
.cid-uC18Kff6X4 .item-img {
  position: relative;
  overflow: hidden;
}
.cid-uC18Kff6X4 .item-img:before {
  content: '';
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
  left: 0;
  background: black;
  opacity: 0.3;
  z-index: 1;
  transition: all 0.3s;
  pointer-events: none;
}
.cid-uC18Kff6X4 h5 {
  margin-bottom: 1rem;
}
.cid-uC18Kff6X4 .item-content {
  position: absolute;
  top: 55%;
  right: 0;
  z-index: 2;
  width: 100%;
  transform: translateY(-50%);
  padding: 2rem 8rem;
  display: flex;
  flex-direction: column;
  height: 50%;
}
@media (max-width: 767px) {
  .cid-uC18Kff6X4 .item-content {
    padding: 0 2rem 1.5rem;
    margin-top: 1rem;
  }
}
.cid-uC18Kff6X4 img,
.cid-uC18Kff6X4 .item-img {
  width: 100%;
  transition: all 0.3s;
  height: 100%;
  height: 400px;
  object-fit: cover;
}
.cid-uC18Kff6X4 .item:focus,
.cid-uC18Kff6X4 span:focus {
  outline: none;
}
.cid-uC18Kff6X4 .item {
  margin-bottom: 2rem;
}
@media (max-width: 767px) {
  .cid-uC18Kff6X4 .item {
    margin-bottom: 1rem;
  }
}
.cid-uC18Kff6X4 .item-wrapper {
  position: relative;
  border-radius: 15px;
  height: 100%;
  display: flex;
  flex-flow: column nowrap;
}
.cid-uC18Kff6X4 .mbr-section-title {
  color: #4e423d;
}
.cid-uC18Kff6X4 .item-title {
  text-align: left;
  color: #ffffff;
}
.cid-uC18Kff6X4 .item-subtitle {
  text-align: left;
  color: #ffffff;
}
.cid-uC18Kff6X4 .mbr-text,
.cid-uC18Kff6X4 .item .mbr-section-btn {
  text-align: left;
  color: #ffffff;
}
.cid-uC18Kff6X4 .content-head {
  max-width: 800px;
}
.cid-uC18Kgz49M {
  padding-top: 1rem;
  padding-bottom: 5rem;
  background-color: #fafafa;
}
.cid-uC18Kgz49M .mbr-section-title {
  margin-bottom: 1em;
  color: #272727;
}
.cid-uC18Kgz49M .mbr-section-subtitle {
  margin-bottom: 1.5625em;
  color: #272727;
  opacity: 0.4;
}
.cid-uC18Kgz49M .item-row {
  display: grid;
  -webkit-box-align: stretch;
  -webkit-align-items: stretch;
  -ms-flex-align: stretch;
  align-items: stretch;
  grid-auto-columns: 1fr;
  grid-column-gap: 16px;
  grid-row-gap: 16px;
  grid-template-columns: repeat(4, 1fr);
  -ms-grid-rows: auto;
  grid-template-rows: auto;
}
@media (max-width: 1199px) {
  .cid-uC18Kgz49M .item-row {
    grid-template-columns: repeat(2, 1fr);
  }
}
@media (max-width: 767px) {
  .cid-uC18Kgz49M .item-row {
    grid-template-columns: repeat(1, 1fr);
  }
}
.cid-uC18Kgz49M .item {
  padding: 0;
}
.cid-uC18Kgz49M .item-wrapper {
  display: flex;
  flex-direction: column;
  align-items: stretch;
  height: 100%;
  width: 100%;
  border-radius: 10px;
  overflow: hidden;
  transform-style: preserve-3d;
  transition: .3s all;
  border: 2px solid transparent;
}
.cid-uC18Kgz49M .item-wrapper:hover {
  transform: scale3d(1.01, 1.01, 1);
  border-color: #fafafa;
}
.cid-uC18Kgz49M .item-img {
  display: flex;
  align-items: center;
  justify-content: center;
  height: 175px;
}
.cid-uC18Kgz49M .item-img img {
  width: 100%;
  object-fit: cover;
  height: 100%;
}
.cid-uC18Kgz49M .item-content {
  display: flex;
  flex-direction: column;
  align-items: stretch;
  width: 100%;
  padding: 20px 5% 6%;
  flex-grow: 1;
  background-color: #ffffff;
}
.cid-uC18Kgz49M .item-text-wrap {
  width: 100%;
  margin-bottom: 5.3em;
}
@media (max-width: 1199px) {
  .cid-uC18Kgz49M .item-text-wrap {
    margin-bottom: 4em;
  }
}
@media (max-width: 767px) {
  .cid-uC18Kgz49M .item-text-wrap {
    margin-bottom: 2em;
    max-width: 340px;
    margin-right: auto;
  }
}
.cid-uC18Kgz49M .item-title {
  color: #272727;
  margin-bottom: 0.52em;
}
.cid-uC18Kgz49M .item-subtitle {
  color: #272727;
  opacity: 0.52em;
}
.cid-uC18Kgz49M .card-bottom {
  display: flex;
  flex-direction: column;
  align-items: stretch;
  margin-top: auto;
}
.cid-uC18Kgz49M .item-name-wrap {
  display: flex;
  align-items: center;
  width: 100%;
}
.cid-uC18Kgz49M .image-wrapper {
  width: 35px;
  height: 35px;
  margin-right: 10px;
  border-radius: 300px;
  overflow: hidden;
}
.cid-uC18Kgz49M .image-wrapper img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.cid-uC18Kgz49M .mbr-text {
  flex-grow: 1;
  color: #272727;
  text-align: right;
}
.cid-uC18Kgz49M .mbr-section-btn {
  display: flex;
  margin-top: 20px;
  width: auto !important;
}
.cid-uC18Kgz49M .mbr-section-btn .btn {
  width: 100%;
  min-width: auto !important;
}
.cid-uLMRAIzUxG {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-color: #0e132f;
}
.cid-uLMRAIzUxG .mbr-fallback-image.disabled {
  display: none;
}
.cid-uLMRAIzUxG .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-uLMRAIzUxG .container {
    padding: 0 16px;
  }
}
.cid-uLMRAIzUxG .card {
  display: flex;
  flex-direction: column;
  justify-content: space-between;
}
@media (max-width: 992px) {
  .cid-uLMRAIzUxG .card {
    margin-bottom: 40px;
  }
}
.cid-uLMRAIzUxG .card .content-wrapper .title-wrapper .title-wrap {
  display: inline-flex;
  align-items: center;
  margin-bottom: 16px;
}
@media (max-width: 992px) {
  .cid-uLMRAIzUxG .card .content-wrapper .title-wrapper .title-wrap {
    margin-bottom: 40px;
  }
}
.cid-uLMRAIzUxG .card .content-wrapper .title-wrapper .title-wrap img {
  width: 32px;
  height: 32px;
  object-fit: contain;
  margin-right: 1rem;
}
.cid-uLMRAIzUxG .card .content-wrapper .title-wrapper .title-wrap .mbr-section-title {
  margin-bottom: 0;
}
.cid-uLMRAIzUxG .card .content-wrapper .copyright {
  margin-bottom: 20px;
}
@media (max-width: 992px) {
  .cid-uLMRAIzUxG .card .content-wrapper .copyright {
    margin-bottom: 40px;
  }
}
.cid-uLMRAIzUxG .card .social-wrapper .social-wrap {
  display: inline-flex;
  flex-wrap: wrap;
}
.cid-uLMRAIzUxG .card .social-wrapper .social-wrap .mbr-iconfont {
  font-size: 20px;
  margin-right: 48px;
  color: #ffffff;
}
.cid-uLMRAIzUxG .list-wrapper .mbr-card-title {
  margin-bottom: 16px;
}
.cid-uLMRAIzUxG .list-wrapper .list {
  margin: 0;
  padding: 0;
  list-style-type: none;
}
.cid-uLMRAIzUxG .list-wrapper .list .item-wrap {
  margin-bottom: 16px;
}
@media (max-width: 992px) {
  .cid-uLMRAIzUxG .list-wrapper .list {
    margin-bottom: 40px;
  }
}
.cid-uLMRAIzUxG .mbr-section-title {
  color: #ffffff;
}
.cid-uLMRAIzUxG .copyright {
  color: #ffffff;
}
.cid-uLMRAIzUxG .mbr-card-title {
  color: #D4FE00;
}
.cid-uLMRAIzUxG .list {
  color: #ffffff;
}
.cid-uLMT5bnPh6 .navbar-dropdown {
  background-color: #ffffff !important;
  padding: 0;
}
.cid-uLMT5bnPh6 .navbar.navbar-expand-lg .dropdown .dropdown-menu {
  background-color: #ffffff !important;
  background: #ffffff;
}
.cid-uLMT5bnPh6 .navbar.navbar-expand-lg .dropdown .dropdown-menu .dropdown-submenu {
  margin: 0;
  left: 100%;
}
@media (max-width: 991px) {
  .cid-uLMT5bnPh6 .menu_box .navbar.opened,
  .cid-uLMT5bnPh6 .menu_box .navbar-collapse {
    background-color: #ffffff !important;
    transition: all 0s ease 0s;
  }
}
.cid-uLMT5bnPh6 .navbar-dropdown {
  position: relative !important;
}
.cid-uLMT5bnPh6 .btn {
  min-height: auto;
  box-shadow: none;
  margin-top: 0;
}
.cid-uLMT5bnPh6 .btn:hover {
  box-shadow: none;
}
@media (min-width: 992px) {
  .cid-uLMT5bnPh6 .offcanvas_image img {
    width: auto;
    object-fit: cover;
    display: inline-block;
  }
  .cid-uLMT5bnPh6 .offcanvas-header {
    position: relative;
    padding: 0;
  }
  .cid-uLMT5bnPh6 .offcanvas-header .btn-close {
    position: absolute;
    top: -70px;
    right: 0;
    width: 35px;
    height: 30px;
  }
  .cid-uLMT5bnPh6 .offcanvas-body {
    text-align: center;
    padding: 0;
  }
  .cid-uLMT5bnPh6 .offcanvas-body .mbr-text,
  .cid-uLMT5bnPh6 .offcanvas-body .mbr-section-subtitle {
    margin-top: 14px;
  }
  .cid-uLMT5bnPh6 .offcanvas-body .offcanvas_contact {
    margin: 35px 0;
  }
  .cid-uLMT5bnPh6 .offcanvas_box button.btn_offcanvas {
    outline: none;
    width: 40px;
    height: 40px;
    cursor: pointer;
    transition: all 0.2s;
    position: relative;
    align-self: center;
  }
  .cid-uLMT5bnPh6 .offcanvas_box button.btn_offcanvas .hamburger span {
    position: absolute;
    right: 0;
    width: 40px;
    height: 2px;
    border-right: 5px;
    background-color: #474747;
  }
  .cid-uLMT5bnPh6 .offcanvas_box button.btn_offcanvas .hamburger span:nth-child(1) {
    top: 18px;
    transition: all 0.2s;
  }
  .cid-uLMT5bnPh6 .offcanvas_box button.btn_offcanvas .hamburger span:nth-child(2) {
    top: 25px;
    transition: all 0.2s;
  }
  .cid-uLMT5bnPh6 .offcanvas_box button.btn_offcanvas:hover .hamburger span {
    width: 36px;
  }
  .cid-uLMT5bnPh6 .offcanvas_box button.btn_offcanvas:hover .hamburger span:nth-child(2) {
    width: 33px;
    transition-delay: 0.2s;
  }
  .cid-uLMT5bnPh6 ul.navbar-nav {
    padding-bottom: 1.5rem;
  }
  .cid-uLMT5bnPh6 .dropdown-menu .dropdown-toggle[data-toggle="dropdown-submenu"]::after,
  .cid-uLMT5bnPh6 .link.dropdown-toggle::after {
    display: inline-block;
    width: 7px;
    height: 7px;
    margin-left: .5rem;
    margin-bottom: 2px;
    content: "";
    border: 2px solid;
    border-left: none;
    border-top: none;
    transform: rotate(-45deg);
  }
  .cid-uLMT5bnPh6 .link.dropdown-toggle::after {
    padding: 0 !important;
    transform: rotate(45deg);
  }
  .cid-uLMT5bnPh6 li.nav-item {
    position: relative;
    display: inline-block;
    padding: 1px 7px !important;
    vertical-align: middle;
    line-height: 2em !important;
    font-weight: 600 !important;
    text-decoration: none;
    letter-spacing: 0 !important;
    z-index: 1;
  }
  .cid-uLMT5bnPh6 .lg_brand {
    margin: 0 1rem;
  }
}
.cid-uLMT5bnPh6 .nav-item {
  margin: 4px 15px;
}
@media (min-width: 1200px) {
  .cid-uLMT5bnPh6 .nav-item {
    margin: 4px 20px;
  }
}
@media (max-width: 991px) {
  .cid-uLMT5bnPh6 .nav-item {
    margin: 0 !important;
  }
}
.cid-uLMT5bnPh6 .dropdown-menu {
  border-radius: 0;
  box-shadow: none;
  text-align: left;
}
@media (min-width: 992px) {
  .cid-uLMT5bnPh6 .dropdown-menu {
    padding: 18px 34px 22px;
    min-width: 250px;
    top: auto !important;
    left: -40px !important;
  }
  .cid-uLMT5bnPh6 .dropdown-menu.dropdown-submenu {
    left: 215px !important;
    top: -45% !important;
  }
}
@media (max-width: 991px) {
  .cid-uLMT5bnPh6 .dropdown-menu .dropdown-toggle[data-toggle="dropdown-submenu"]::after,
  .cid-uLMT5bnPh6 .link.dropdown-toggle::after {
    display: inline-block;
    width: 7px;
    height: 7px;
    margin-left: .5rem;
    margin-bottom: 2px;
    content: "";
    border: 2px solid;
    border-left: none;
    border-top: none;
    transform: rotate(-45deg);
    right: 15px;
    position: absolute;
    margin-top: -2px;
  }
  .cid-uLMT5bnPh6 .show.dropdown-toggle[aria-expanded="true"]::after {
    transform: rotate(45deg);
    margin-top: -4px;
  }
  .cid-uLMT5bnPh6 .offcanvas_box {
    display: none;
  }
}
.cid-uLMT5bnPh6 .dropdown-item {
  border: none;
  font-weight: 400 !important;
}
.cid-uLMT5bnPh6 .nav-dropdown .link {
  font-weight: 400 !important;
  padding: 0 !important;
  margin: 0 !important;
}
.cid-uLMT5bnPh6 .nav-dropdown .link.dropdown-toggle::after {
  margin-left: 0.5rem;
  margin-top: 0;
}
.cid-uLMT5bnPh6 .container {
  display: flex;
  margin: auto;
}
.cid-uLMT5bnPh6 .iconfont-wrapper {
  color: #e0bdb6;
  font-size: 17px;
  margin-right: 10px;
  margin-bottom: 5px;
  width: 25px;
  height: 25px;
  border-radius: 50%;
  display: flex;
  justify-content: center;
  align-items: center;
  transition: all 0.2s ease-in-out;
}
.cid-uLMT5bnPh6 .iconfont-wrapper:last-child {
  margin-right: 0;
}
.cid-uLMT5bnPh6 .iconfont-wrapper:hover {
  opacity: .5;
}
.cid-uLMT5bnPh6 .navbar-caption {
  color: #747474;
}
.cid-uLMT5bnPh6 .navbar-nav {
  margin: 0 1rem;
}
@media (min-width: 992px) {
  .cid-uLMT5bnPh6 .navbar-nav {
    margin: 0;
  }
}
.cid-uLMT5bnPh6 .dropdown-menu,
.cid-uLMT5bnPh6 .navbar.opened {
  background-color: false !important;
}
.cid-uLMT5bnPh6 .nav-item:focus,
.cid-uLMT5bnPh6 .nav-link:focus {
  outline: none;
}
.cid-uLMT5bnPh6 .dropdown .dropdown-menu .dropdown-item {
  width: auto;
  transition: all 0.25s ease-in-out;
}
.cid-uLMT5bnPh6 .dropdown .dropdown-menu .dropdown-item::after {
  right: 0.5rem;
}
.cid-uLMT5bnPh6 .dropdown .dropdown-menu .dropdown-item .mbr-iconfont {
  margin-right: 0.5rem;
  vertical-align: sub;
}
.cid-uLMT5bnPh6 .dropdown .dropdown-menu .dropdown-item .mbr-iconfont:before {
  display: inline-block;
  transform: scale(1, 1);
  transition: all 0.25s ease-in-out;
}
.cid-uLMT5bnPh6 .collapsed .dropdown-menu .dropdown-item:before {
  display: none;
}
.cid-uLMT5bnPh6 .collapsed .dropdown .dropdown-menu .dropdown-item {
  padding: 0.235em 1.5em 0.235em 1.5em !important;
  transition: none;
  margin: 0 !important;
}
.cid-uLMT5bnPh6 .navbar {
  min-height: 70px;
  padding: 20px 0;
  transition: all 0.3s;
  border-bottom-width: 0px;
}
@media (max-width: 992px) {
  .cid-uLMT5bnPh6 .navbar {
    min-height: 30px;
    max-height: 90px;
  }
}
.cid-uLMT5bnPh6 .navbar.opened {
  transition: all 0.3s;
}
.cid-uLMT5bnPh6 .navbar .dropdown-item {
  padding: 0;
  margin: 8px 0;
}
.cid-uLMT5bnPh6 .navbar .navbar-logo img {
  width: auto;
  object-fit: contain;
  border-radius: 0;
}
.cid-uLMT5bnPh6 .navbar .navbar-collapse {
  justify-content: space-between;
  z-index: 1;
}
.cid-uLMT5bnPh6 .navbar.collapsed {
  justify-content: center;
}
.cid-uLMT5bnPh6 .navbar.collapsed .nav-item .nav-link::before {
  display: none;
}
.cid-uLMT5bnPh6 .navbar.collapsed.opened .dropdown-menu {
  top: 0;
}
.cid-uLMT5bnPh6 .navbar.collapsed .dropdown-menu .dropdown-submenu {
  left: 0 !important;
}
.cid-uLMT5bnPh6 .navbar.collapsed .dropdown-menu .dropdown-item:after {
  right: auto;
}
.cid-uLMT5bnPh6 .navbar.collapsed ul.navbar-nav li {
  margin: auto;
}
.cid-uLMT5bnPh6 .navbar.collapsed .dropdown-menu .dropdown-item {
  padding: 0.25rem 1.5rem;
  text-align: left;
}
.cid-uLMT5bnPh6 .navbar.collapsed .icons-menu {
  padding: 0;
}
@media (max-width: 991px) {
  .cid-uLMT5bnPh6 .navbar .nav-item {
    padding: .5rem 0;
  }
  .cid-uLMT5bnPh6 .navbar .navbar-collapse {
    padding: 34px 0;
    border-radius: 25px;
  }
  .cid-uLMT5bnPh6 .navbar .nav-item .nav-link::before {
    display: none;
  }
  .cid-uLMT5bnPh6 .navbar.opened .dropdown-menu {
    top: 0;
  }
  .cid-uLMT5bnPh6 .navbar .dropdown-menu {
    padding: 6px 0 6px 15px;
  }
  .cid-uLMT5bnPh6 .navbar .dropdown-menu .dropdown-submenu {
    left: 0 !important;
  }
  .cid-uLMT5bnPh6 .navbar .dropdown-menu .dropdown-item:after {
    right: auto;
    margin-top: -0.4rem;
  }
  .cid-uLMT5bnPh6 .navbar .navbar-logo img {
    height: 3rem !important;
  }
  .cid-uLMT5bnPh6 .navbar ul.navbar-nav {
    overflow: hidden;
  }
  .cid-uLMT5bnPh6 .navbar ul.navbar-nav li {
    margin: 0;
  }
  .cid-uLMT5bnPh6 .navbar .dropdown-menu .dropdown-item {
    padding: 0 !important;
    margin: 0;
    margin-top: 8px;
    text-align: left;
  }
  .cid-uLMT5bnPh6 .navbar .navbar-brand {
    flex-shrink: initial;
    flex-basis: auto;
    word-break: break-word;
    padding-right: 2rem;
  }
  .cid-uLMT5bnPh6 .navbar .navbar-toggler {
    flex-basis: auto;
  }
  .cid-uLMT5bnPh6 .navbar .icons-menu {
    padding: 0;
  }
}
.cid-uLMT5bnPh6 .navbar.navbar-short {
  min-height: 60px;
}
.cid-uLMT5bnPh6 .navbar.navbar-short .navbar-logo img {
  height: 2.5rem !important;
}
.cid-uLMT5bnPh6 .navbar.navbar-short .navbar-brand {
  min-height: 60px;
  padding: 0;
}
.cid-uLMT5bnPh6 .navbar-brand {
  min-height: 70px;
  flex-shrink: 0;
  align-items: center;
  margin-right: 0;
  padding: 10px 0;
  transition: all 0.3s;
  word-break: break-word;
  z-index: 1;
}
.cid-uLMT5bnPh6 .navbar-brand .navbar-caption {
  line-height: inherit !important;
}
.cid-uLMT5bnPh6 .navbar-brand .navbar-logo a {
  outline: none;
}
.cid-uLMT5bnPh6 .dropdown-item.active,
.cid-uLMT5bnPh6 .dropdown-item:active {
  background-color: transparent;
}
.cid-uLMT5bnPh6 .navbar-expand-lg .navbar-nav .nav-link {
  padding: 0;
}
.cid-uLMT5bnPh6 .nav-dropdown .link.dropdown-toggle {
  margin-right: 1.667em;
}
.cid-uLMT5bnPh6 .nav-dropdown .link.dropdown-toggle[aria-expanded="true"] {
  margin-right: 0;
  padding: 0.667em 1.667em;
}
.cid-uLMT5bnPh6 .navbar .dropdown.open > .dropdown-menu {
  display: block;
}
.cid-uLMT5bnPh6 ul.navbar-nav {
  flex-wrap: wrap;
  padding: 36px 0;
  border-bottom: 1px solid #0e132f;
}
.cid-uLMT5bnPh6 .navbar-buttons {
  text-align: center;
  min-width: 170px;
}
.cid-uLMT5bnPh6 button.navbar-toggler {
  outline: none;
  width: 48px;
  height: 48px;
  border-radius: 50%;
  cursor: pointer;
  transition: all 0.2s;
  position: relative;
  align-self: center;
  color: #ffffff;
  background: #ffffff;
}
.cid-uLMT5bnPh6 button.navbar-toggler .hamburger span {
  position: absolute;
  right: 10px;
  margin-top: 14px;
  width: 26px;
  height: 2px;
  border-right: 5px;
  background-color: #474747;
}
.cid-uLMT5bnPh6 button.navbar-toggler .hamburger span:nth-child(1) {
  top: 0;
  transition: all 0.2s;
}
.cid-uLMT5bnPh6 button.navbar-toggler .hamburger span:nth-child(2) {
  top: 8px;
  transition: all 0.15s;
}
.cid-uLMT5bnPh6 button.navbar-toggler .hamburger span:nth-child(3) {
  top: 8px;
  transition: all 0.15s;
}
.cid-uLMT5bnPh6 button.navbar-toggler .hamburger span:nth-child(4) {
  top: 16px;
  transition: all 0.2s;
}
.cid-uLMT5bnPh6 nav.opened .hamburger span:nth-child(1) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-uLMT5bnPh6 nav.opened .hamburger span:nth-child(2) {
  transform: rotate(45deg);
  transition: all 0.25s;
}
.cid-uLMT5bnPh6 nav.opened .hamburger span:nth-child(3) {
  transform: rotate(-45deg);
  transition: all 0.25s;
}
.cid-uLMT5bnPh6 nav.opened .hamburger span:nth-child(4) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-uLMT5bnPh6 a.nav-link {
  display: flex;
  align-items: center;
  justify-content: flex-start;
}
.cid-uLMT5bnPh6 .icons-menu {
  flex-wrap: nowrap;
  display: flex;
  justify-content: center;
  padding: 0;
  text-align: center;
  margin-bottom: 35px;
}
@media screen and (-ms-high-contrast: active), (-ms-high-contrast: none) {
  .cid-uLMT5bnPh6 .navbar {
    height: 70px;
  }
  .cid-uLMT5bnPh6 .navbar.opened {
    height: auto;
  }
  .cid-uLMT5bnPh6 .nav-item .nav-link:hover::before {
    width: 175%;
    max-width: calc(100% + 2rem);
    left: -1rem;
  }
}
.cid-uLMT5bnPh6 .navbar-dropdown .navbar-logo {
  margin-right: 15px;
}
@media (min-width: 768px) {
  .cid-uLMT5bnPh6 .container-fluid {
    padding-left: 30px;
    padding-right: 30px;
  }
}
.cid-uLMT5bnPh6 .mbr-section-btn-main {
  padding-top: 5px;
}
.cid-uLMT5bnPh6 .mbr-section-btn-main .btn {
  margin: 0 4px 4px 4px;
}
.cid-uLMT5bnPh6 .navbar-caption:hover {
  color: #2554ab;
}
@media (min-width: 992px) {
  .cid-uLMT5bnPh6 .dropdown-menu.dropdown-submenu {
    left: 175px !important;
    top: -45% !important;
  }
}
.cid-uLMT5bnPh6 .nav-link {
  position: relative;
}
.cid-uLMT5bnPh6 .nav-link:before {
  content: '';
  position: absolute;
  left: -12px;
  width: 6px;
  height: 6px;
  border-radius: 100%;
  background-color: #2554ab;
  transition: all .3s ease;
  opacity: 0;
}
.cid-uLMT5bnPh6 .nav-link:hover:before {
  opacity: 1;
}
.cid-uLMT5bnPh6 .mbr-section-subtitle {
  color: #ffffff;
}
.cid-uLMT5bnPh6 .mbr-text {
  color: #ffffff;
  text-align: center;
}
.cid-uLMT5bnPh6 .text_widget {
  color: #ffffff;
}
.cid-uLMT5bnPh6 .mbr-section-subtitle,
.cid-uLMT5bnPh6 .text_widget,
.cid-uLMT5bnPh6 .mbr-section-btn {
  text-align: center;
}
.cid-uLMT5bnPh6 a[class*="text-"]:not(.nav-link):not(.dropdown-item):not([role]):not(.navbar-caption):hover {
  background-image: none;
}
.cid-uC18DSGWeV {
  padding-top: 0rem;
  padding-bottom: 0rem;
  background-color: #ffffff;
}
.cid-uC18DSGWeV .item-img {
  position: relative;
  overflow: hidden;
}
.cid-uC18DSGWeV .item-img:before {
  content: '';
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
  left: 0;
  background: black;
  opacity: 0.3;
  z-index: 1;
  transition: all 0.3s;
  pointer-events: none;
}
.cid-uC18DSGWeV h5 {
  margin-bottom: 1rem;
}
.cid-uC18DSGWeV .item-content {
  position: absolute;
  top: 55%;
  right: 0;
  z-index: 2;
  width: 100%;
  transform: translateY(-50%);
  padding: 2rem 8rem;
  display: flex;
  flex-direction: column;
  height: 50%;
}
@media (max-width: 767px) {
  .cid-uC18DSGWeV .item-content {
    padding: 0 2rem 1.5rem;
    margin-top: 1rem;
  }
}
.cid-uC18DSGWeV img,
.cid-uC18DSGWeV .item-img {
  width: 100%;
  transition: all 0.3s;
  height: 100%;
  height: 400px;
  object-fit: cover;
}
.cid-uC18DSGWeV .item:focus,
.cid-uC18DSGWeV span:focus {
  outline: none;
}
.cid-uC18DSGWeV .item {
  margin-bottom: 2rem;
}
@media (max-width: 767px) {
  .cid-uC18DSGWeV .item {
    margin-bottom: 1rem;
  }
}
.cid-uC18DSGWeV .item-wrapper {
  position: relative;
  border-radius: 15px;
  height: 100%;
  display: flex;
  flex-flow: column nowrap;
}
.cid-uC18DSGWeV .mbr-section-title {
  color: #4e423d;
}
.cid-uC18DSGWeV .item-title {
  text-align: left;
  color: #ffffff;
}
.cid-uC18DSGWeV .item-subtitle {
  text-align: left;
  color: #ffffff;
}
.cid-uC18DSGWeV .mbr-text,
.cid-uC18DSGWeV .item .mbr-section-btn {
  text-align: left;
  color: #ffffff;
}
.cid-uC18DSGWeV .content-head {
  max-width: 800px;
}
.cid-uC18DU9yML {
  padding-top: 1rem;
  padding-bottom: 5rem;
  background-color: #fafafa;
}
.cid-uC18DU9yML .mbr-section-title {
  margin-bottom: 1em;
  color: #272727;
}
.cid-uC18DU9yML .mbr-section-subtitle {
  margin-bottom: 1.5625em;
  color: #272727;
  opacity: 0.4;
}
.cid-uC18DU9yML .item-row {
  display: grid;
  -webkit-box-align: stretch;
  -webkit-align-items: stretch;
  -ms-flex-align: stretch;
  align-items: stretch;
  grid-auto-columns: 1fr;
  grid-column-gap: 16px;
  grid-row-gap: 16px;
  grid-template-columns: repeat(4, 1fr);
  -ms-grid-rows: auto;
  grid-template-rows: auto;
}
@media (max-width: 1199px) {
  .cid-uC18DU9yML .item-row {
    grid-template-columns: repeat(2, 1fr);
  }
}
@media (max-width: 767px) {
  .cid-uC18DU9yML .item-row {
    grid-template-columns: repeat(1, 1fr);
  }
}
.cid-uC18DU9yML .item {
  padding: 0;
}
.cid-uC18DU9yML .item-wrapper {
  display: flex;
  flex-direction: column;
  align-items: stretch;
  height: 100%;
  width: 100%;
  border-radius: 10px;
  overflow: hidden;
  transform-style: preserve-3d;
  transition: .3s all;
  border: 2px solid transparent;
}
.cid-uC18DU9yML .item-wrapper:hover {
  transform: scale3d(1.01, 1.01, 1);
  border-color: #fafafa;
}
.cid-uC18DU9yML .item-img {
  display: flex;
  align-items: center;
  justify-content: center;
  height: 175px;
}
.cid-uC18DU9yML .item-img img {
  width: 100%;
  object-fit: cover;
  height: 100%;
}
.cid-uC18DU9yML .item-content {
  display: flex;
  flex-direction: column;
  align-items: stretch;
  width: 100%;
  padding: 20px 5% 6%;
  flex-grow: 1;
  background-color: #ffffff;
}
.cid-uC18DU9yML .item-text-wrap {
  width: 100%;
  margin-bottom: 5.3em;
}
@media (max-width: 1199px) {
  .cid-uC18DU9yML .item-text-wrap {
    margin-bottom: 4em;
  }
}
@media (max-width: 767px) {
  .cid-uC18DU9yML .item-text-wrap {
    margin-bottom: 2em;
    max-width: 340px;
    margin-right: auto;
  }
}
.cid-uC18DU9yML .item-title {
  color: #272727;
  margin-bottom: 0.52em;
}
.cid-uC18DU9yML .item-subtitle {
  color: #272727;
  opacity: 0.52em;
}
.cid-uC18DU9yML .card-bottom {
  display: flex;
  flex-direction: column;
  align-items: stretch;
  margin-top: auto;
}
.cid-uC18DU9yML .item-name-wrap {
  display: flex;
  align-items: center;
  width: 100%;
}
.cid-uC18DU9yML .image-wrapper {
  width: 35px;
  height: 35px;
  margin-right: 10px;
  border-radius: 300px;
  overflow: hidden;
}
.cid-uC18DU9yML .image-wrapper img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.cid-uC18DU9yML .mbr-text {
  flex-grow: 1;
  color: #272727;
  text-align: right;
}
.cid-uC18DU9yML .mbr-section-btn {
  display: flex;
  margin-top: 20px;
  width: auto !important;
}
.cid-uC18DU9yML .mbr-section-btn .btn {
  width: 100%;
  min-width: auto !important;
}
.cid-uLMRAIzUxG {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-color: #0e132f;
}
.cid-uLMRAIzUxG .mbr-fallback-image.disabled {
  display: none;
}
.cid-uLMRAIzUxG .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-uLMRAIzUxG .container {
    padding: 0 16px;
  }
}
.cid-uLMRAIzUxG .card {
  display: flex;
  flex-direction: column;
  justify-content: space-between;
}
@media (max-width: 992px) {
  .cid-uLMRAIzUxG .card {
    margin-bottom: 40px;
  }
}
.cid-uLMRAIzUxG .card .content-wrapper .title-wrapper .title-wrap {
  display: inline-flex;
  align-items: center;
  margin-bottom: 16px;
}
@media (max-width: 992px) {
  .cid-uLMRAIzUxG .card .content-wrapper .title-wrapper .title-wrap {
    margin-bottom: 40px;
  }
}
.cid-uLMRAIzUxG .card .content-wrapper .title-wrapper .title-wrap img {
  width: 32px;
  height: 32px;
  object-fit: contain;
  margin-right: 1rem;
}
.cid-uLMRAIzUxG .card .content-wrapper .title-wrapper .title-wrap .mbr-section-title {
  margin-bottom: 0;
}
.cid-uLMRAIzUxG .card .content-wrapper .copyright {
  margin-bottom: 20px;
}
@media (max-width: 992px) {
  .cid-uLMRAIzUxG .card .content-wrapper .copyright {
    margin-bottom: 40px;
  }
}
.cid-uLMRAIzUxG .card .social-wrapper .social-wrap {
  display: inline-flex;
  flex-wrap: wrap;
}
.cid-uLMRAIzUxG .card .social-wrapper .social-wrap .mbr-iconfont {
  font-size: 20px;
  margin-right: 48px;
  color: #ffffff;
}
.cid-uLMRAIzUxG .list-wrapper .mbr-card-title {
  margin-bottom: 16px;
}
.cid-uLMRAIzUxG .list-wrapper .list {
  margin: 0;
  padding: 0;
  list-style-type: none;
}
.cid-uLMRAIzUxG .list-wrapper .list .item-wrap {
  margin-bottom: 16px;
}
@media (max-width: 992px) {
  .cid-uLMRAIzUxG .list-wrapper .list {
    margin-bottom: 40px;
  }
}
.cid-uLMRAIzUxG .mbr-section-title {
  color: #ffffff;
}
.cid-uLMRAIzUxG .copyright {
  color: #ffffff;
}
.cid-uLMRAIzUxG .mbr-card-title {
  color: #D4FE00;
}
.cid-uLMRAIzUxG .list {
  color: #ffffff;
}
.cid-uLMT5bnPh6 .navbar-dropdown {
  background-color: #ffffff !important;
  padding: 0;
}
.cid-uLMT5bnPh6 .navbar.navbar-expand-lg .dropdown .dropdown-menu {
  background-color: #ffffff !important;
  background: #ffffff;
}
.cid-uLMT5bnPh6 .navbar.navbar-expand-lg .dropdown .dropdown-menu .dropdown-submenu {
  margin: 0;
  left: 100%;
}
@media (max-width: 991px) {
  .cid-uLMT5bnPh6 .menu_box .navbar.opened,
  .cid-uLMT5bnPh6 .menu_box .navbar-collapse {
    background-color: #ffffff !important;
    transition: all 0s ease 0s;
  }
}
.cid-uLMT5bnPh6 .navbar-dropdown {
  position: relative !important;
}
.cid-uLMT5bnPh6 .btn {
  min-height: auto;
  box-shadow: none;
  margin-top: 0;
}
.cid-uLMT5bnPh6 .btn:hover {
  box-shadow: none;
}
@media (min-width: 992px) {
  .cid-uLMT5bnPh6 .offcanvas_image img {
    width: auto;
    object-fit: cover;
    display: inline-block;
  }
  .cid-uLMT5bnPh6 .offcanvas-header {
    position: relative;
    padding: 0;
  }
  .cid-uLMT5bnPh6 .offcanvas-header .btn-close {
    position: absolute;
    top: -70px;
    right: 0;
    width: 35px;
    height: 30px;
  }
  .cid-uLMT5bnPh6 .offcanvas-body {
    text-align: center;
    padding: 0;
  }
  .cid-uLMT5bnPh6 .offcanvas-body .mbr-text,
  .cid-uLMT5bnPh6 .offcanvas-body .mbr-section-subtitle {
    margin-top: 14px;
  }
  .cid-uLMT5bnPh6 .offcanvas-body .offcanvas_contact {
    margin: 35px 0;
  }
  .cid-uLMT5bnPh6 .offcanvas_box button.btn_offcanvas {
    outline: none;
    width: 40px;
    height: 40px;
    cursor: pointer;
    transition: all 0.2s;
    position: relative;
    align-self: center;
  }
  .cid-uLMT5bnPh6 .offcanvas_box button.btn_offcanvas .hamburger span {
    position: absolute;
    right: 0;
    width: 40px;
    height: 2px;
    border-right: 5px;
    background-color: #474747;
  }
  .cid-uLMT5bnPh6 .offcanvas_box button.btn_offcanvas .hamburger span:nth-child(1) {
    top: 18px;
    transition: all 0.2s;
  }
  .cid-uLMT5bnPh6 .offcanvas_box button.btn_offcanvas .hamburger span:nth-child(2) {
    top: 25px;
    transition: all 0.2s;
  }
  .cid-uLMT5bnPh6 .offcanvas_box button.btn_offcanvas:hover .hamburger span {
    width: 36px;
  }
  .cid-uLMT5bnPh6 .offcanvas_box button.btn_offcanvas:hover .hamburger span:nth-child(2) {
    width: 33px;
    transition-delay: 0.2s;
  }
  .cid-uLMT5bnPh6 ul.navbar-nav {
    padding-bottom: 1.5rem;
  }
  .cid-uLMT5bnPh6 .dropdown-menu .dropdown-toggle[data-toggle="dropdown-submenu"]::after,
  .cid-uLMT5bnPh6 .link.dropdown-toggle::after {
    display: inline-block;
    width: 7px;
    height: 7px;
    margin-left: .5rem;
    margin-bottom: 2px;
    content: "";
    border: 2px solid;
    border-left: none;
    border-top: none;
    transform: rotate(-45deg);
  }
  .cid-uLMT5bnPh6 .link.dropdown-toggle::after {
    padding: 0 !important;
    transform: rotate(45deg);
  }
  .cid-uLMT5bnPh6 li.nav-item {
    position: relative;
    display: inline-block;
    padding: 1px 7px !important;
    vertical-align: middle;
    line-height: 2em !important;
    font-weight: 600 !important;
    text-decoration: none;
    letter-spacing: 0 !important;
    z-index: 1;
  }
  .cid-uLMT5bnPh6 .lg_brand {
    margin: 0 1rem;
  }
}
.cid-uLMT5bnPh6 .nav-item {
  margin: 4px 15px;
}
@media (min-width: 1200px) {
  .cid-uLMT5bnPh6 .nav-item {
    margin: 4px 20px;
  }
}
@media (max-width: 991px) {
  .cid-uLMT5bnPh6 .nav-item {
    margin: 0 !important;
  }
}
.cid-uLMT5bnPh6 .dropdown-menu {
  border-radius: 0;
  box-shadow: none;
  text-align: left;
}
@media (min-width: 992px) {
  .cid-uLMT5bnPh6 .dropdown-menu {
    padding: 18px 34px 22px;
    min-width: 250px;
    top: auto !important;
    left: -40px !important;
  }
  .cid-uLMT5bnPh6 .dropdown-menu.dropdown-submenu {
    left: 215px !important;
    top: -45% !important;
  }
}
@media (max-width: 991px) {
  .cid-uLMT5bnPh6 .dropdown-menu .dropdown-toggle[data-toggle="dropdown-submenu"]::after,
  .cid-uLMT5bnPh6 .link.dropdown-toggle::after {
    display: inline-block;
    width: 7px;
    height: 7px;
    margin-left: .5rem;
    margin-bottom: 2px;
    content: "";
    border: 2px solid;
    border-left: none;
    border-top: none;
    transform: rotate(-45deg);
    right: 15px;
    position: absolute;
    margin-top: -2px;
  }
  .cid-uLMT5bnPh6 .show.dropdown-toggle[aria-expanded="true"]::after {
    transform: rotate(45deg);
    margin-top: -4px;
  }
  .cid-uLMT5bnPh6 .offcanvas_box {
    display: none;
  }
}
.cid-uLMT5bnPh6 .dropdown-item {
  border: none;
  font-weight: 400 !important;
}
.cid-uLMT5bnPh6 .nav-dropdown .link {
  font-weight: 400 !important;
  padding: 0 !important;
  margin: 0 !important;
}
.cid-uLMT5bnPh6 .nav-dropdown .link.dropdown-toggle::after {
  margin-left: 0.5rem;
  margin-top: 0;
}
.cid-uLMT5bnPh6 .container {
  display: flex;
  margin: auto;
}
.cid-uLMT5bnPh6 .iconfont-wrapper {
  color: #e0bdb6;
  font-size: 17px;
  margin-right: 10px;
  margin-bottom: 5px;
  width: 25px;
  height: 25px;
  border-radius: 50%;
  display: flex;
  justify-content: center;
  align-items: center;
  transition: all 0.2s ease-in-out;
}
.cid-uLMT5bnPh6 .iconfont-wrapper:last-child {
  margin-right: 0;
}
.cid-uLMT5bnPh6 .iconfont-wrapper:hover {
  opacity: .5;
}
.cid-uLMT5bnPh6 .navbar-caption {
  color: #747474;
}
.cid-uLMT5bnPh6 .navbar-nav {
  margin: 0 1rem;
}
@media (min-width: 992px) {
  .cid-uLMT5bnPh6 .navbar-nav {
    margin: 0;
  }
}
.cid-uLMT5bnPh6 .dropdown-menu,
.cid-uLMT5bnPh6 .navbar.opened {
  background-color: false !important;
}
.cid-uLMT5bnPh6 .nav-item:focus,
.cid-uLMT5bnPh6 .nav-link:focus {
  outline: none;
}
.cid-uLMT5bnPh6 .dropdown .dropdown-menu .dropdown-item {
  width: auto;
  transition: all 0.25s ease-in-out;
}
.cid-uLMT5bnPh6 .dropdown .dropdown-menu .dropdown-item::after {
  right: 0.5rem;
}
.cid-uLMT5bnPh6 .dropdown .dropdown-menu .dropdown-item .mbr-iconfont {
  margin-right: 0.5rem;
  vertical-align: sub;
}
.cid-uLMT5bnPh6 .dropdown .dropdown-menu .dropdown-item .mbr-iconfont:before {
  display: inline-block;
  transform: scale(1, 1);
  transition: all 0.25s ease-in-out;
}
.cid-uLMT5bnPh6 .collapsed .dropdown-menu .dropdown-item:before {
  display: none;
}
.cid-uLMT5bnPh6 .collapsed .dropdown .dropdown-menu .dropdown-item {
  padding: 0.235em 1.5em 0.235em 1.5em !important;
  transition: none;
  margin: 0 !important;
}
.cid-uLMT5bnPh6 .navbar {
  min-height: 70px;
  padding: 20px 0;
  transition: all 0.3s;
  border-bottom-width: 0px;
}
@media (max-width: 992px) {
  .cid-uLMT5bnPh6 .navbar {
    min-height: 30px;
    max-height: 90px;
  }
}
.cid-uLMT5bnPh6 .navbar.opened {
  transition: all 0.3s;
}
.cid-uLMT5bnPh6 .navbar .dropdown-item {
  padding: 0;
  margin: 8px 0;
}
.cid-uLMT5bnPh6 .navbar .navbar-logo img {
  width: auto;
  object-fit: contain;
  border-radius: 0;
}
.cid-uLMT5bnPh6 .navbar .navbar-collapse {
  justify-content: space-between;
  z-index: 1;
}
.cid-uLMT5bnPh6 .navbar.collapsed {
  justify-content: center;
}
.cid-uLMT5bnPh6 .navbar.collapsed .nav-item .nav-link::before {
  display: none;
}
.cid-uLMT5bnPh6 .navbar.collapsed.opened .dropdown-menu {
  top: 0;
}
.cid-uLMT5bnPh6 .navbar.collapsed .dropdown-menu .dropdown-submenu {
  left: 0 !important;
}
.cid-uLMT5bnPh6 .navbar.collapsed .dropdown-menu .dropdown-item:after {
  right: auto;
}
.cid-uLMT5bnPh6 .navbar.collapsed ul.navbar-nav li {
  margin: auto;
}
.cid-uLMT5bnPh6 .navbar.collapsed .dropdown-menu .dropdown-item {
  padding: 0.25rem 1.5rem;
  text-align: left;
}
.cid-uLMT5bnPh6 .navbar.collapsed .icons-menu {
  padding: 0;
}
@media (max-width: 991px) {
  .cid-uLMT5bnPh6 .navbar .nav-item {
    padding: .5rem 0;
  }
  .cid-uLMT5bnPh6 .navbar .navbar-collapse {
    padding: 34px 0;
    border-radius: 25px;
  }
  .cid-uLMT5bnPh6 .navbar .nav-item .nav-link::before {
    display: none;
  }
  .cid-uLMT5bnPh6 .navbar.opened .dropdown-menu {
    top: 0;
  }
  .cid-uLMT5bnPh6 .navbar .dropdown-menu {
    padding: 6px 0 6px 15px;
  }
  .cid-uLMT5bnPh6 .navbar .dropdown-menu .dropdown-submenu {
    left: 0 !important;
  }
  .cid-uLMT5bnPh6 .navbar .dropdown-menu .dropdown-item:after {
    right: auto;
    margin-top: -0.4rem;
  }
  .cid-uLMT5bnPh6 .navbar .navbar-logo img {
    height: 3rem !important;
  }
  .cid-uLMT5bnPh6 .navbar ul.navbar-nav {
    overflow: hidden;
  }
  .cid-uLMT5bnPh6 .navbar ul.navbar-nav li {
    margin: 0;
  }
  .cid-uLMT5bnPh6 .navbar .dropdown-menu .dropdown-item {
    padding: 0 !important;
    margin: 0;
    margin-top: 8px;
    text-align: left;
  }
  .cid-uLMT5bnPh6 .navbar .navbar-brand {
    flex-shrink: initial;
    flex-basis: auto;
    word-break: break-word;
    padding-right: 2rem;
  }
  .cid-uLMT5bnPh6 .navbar .navbar-toggler {
    flex-basis: auto;
  }
  .cid-uLMT5bnPh6 .navbar .icons-menu {
    padding: 0;
  }
}
.cid-uLMT5bnPh6 .navbar.navbar-short {
  min-height: 60px;
}
.cid-uLMT5bnPh6 .navbar.navbar-short .navbar-logo img {
  height: 2.5rem !important;
}
.cid-uLMT5bnPh6 .navbar.navbar-short .navbar-brand {
  min-height: 60px;
  padding: 0;
}
.cid-uLMT5bnPh6 .navbar-brand {
  min-height: 70px;
  flex-shrink: 0;
  align-items: center;
  margin-right: 0;
  padding: 10px 0;
  transition: all 0.3s;
  word-break: break-word;
  z-index: 1;
}
.cid-uLMT5bnPh6 .navbar-brand .navbar-caption {
  line-height: inherit !important;
}
.cid-uLMT5bnPh6 .navbar-brand .navbar-logo a {
  outline: none;
}
.cid-uLMT5bnPh6 .dropdown-item.active,
.cid-uLMT5bnPh6 .dropdown-item:active {
  background-color: transparent;
}
.cid-uLMT5bnPh6 .navbar-expand-lg .navbar-nav .nav-link {
  padding: 0;
}
.cid-uLMT5bnPh6 .nav-dropdown .link.dropdown-toggle {
  margin-right: 1.667em;
}
.cid-uLMT5bnPh6 .nav-dropdown .link.dropdown-toggle[aria-expanded="true"] {
  margin-right: 0;
  padding: 0.667em 1.667em;
}
.cid-uLMT5bnPh6 .navbar .dropdown.open > .dropdown-menu {
  display: block;
}
.cid-uLMT5bnPh6 ul.navbar-nav {
  flex-wrap: wrap;
  padding: 36px 0;
  border-bottom: 1px solid #0e132f;
}
.cid-uLMT5bnPh6 .navbar-buttons {
  text-align: center;
  min-width: 170px;
}
.cid-uLMT5bnPh6 button.navbar-toggler {
  outline: none;
  width: 48px;
  height: 48px;
  border-radius: 50%;
  cursor: pointer;
  transition: all 0.2s;
  position: relative;
  align-self: center;
  color: #ffffff;
  background: #ffffff;
}
.cid-uLMT5bnPh6 button.navbar-toggler .hamburger span {
  position: absolute;
  right: 10px;
  margin-top: 14px;
  width: 26px;
  height: 2px;
  border-right: 5px;
  background-color: #474747;
}
.cid-uLMT5bnPh6 button.navbar-toggler .hamburger span:nth-child(1) {
  top: 0;
  transition: all 0.2s;
}
.cid-uLMT5bnPh6 button.navbar-toggler .hamburger span:nth-child(2) {
  top: 8px;
  transition: all 0.15s;
}
.cid-uLMT5bnPh6 button.navbar-toggler .hamburger span:nth-child(3) {
  top: 8px;
  transition: all 0.15s;
}
.cid-uLMT5bnPh6 button.navbar-toggler .hamburger span:nth-child(4) {
  top: 16px;
  transition: all 0.2s;
}
.cid-uLMT5bnPh6 nav.opened .hamburger span:nth-child(1) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-uLMT5bnPh6 nav.opened .hamburger span:nth-child(2) {
  transform: rotate(45deg);
  transition: all 0.25s;
}
.cid-uLMT5bnPh6 nav.opened .hamburger span:nth-child(3) {
  transform: rotate(-45deg);
  transition: all 0.25s;
}
.cid-uLMT5bnPh6 nav.opened .hamburger span:nth-child(4) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-uLMT5bnPh6 a.nav-link {
  display: flex;
  align-items: center;
  justify-content: flex-start;
}
.cid-uLMT5bnPh6 .icons-menu {
  flex-wrap: nowrap;
  display: flex;
  justify-content: center;
  padding: 0;
  text-align: center;
  margin-bottom: 35px;
}
@media screen and (-ms-high-contrast: active), (-ms-high-contrast: none) {
  .cid-uLMT5bnPh6 .navbar {
    height: 70px;
  }
  .cid-uLMT5bnPh6 .navbar.opened {
    height: auto;
  }
  .cid-uLMT5bnPh6 .nav-item .nav-link:hover::before {
    width: 175%;
    max-width: calc(100% + 2rem);
    left: -1rem;
  }
}
.cid-uLMT5bnPh6 .navbar-dropdown .navbar-logo {
  margin-right: 15px;
}
@media (min-width: 768px) {
  .cid-uLMT5bnPh6 .container-fluid {
    padding-left: 30px;
    padding-right: 30px;
  }
}
.cid-uLMT5bnPh6 .mbr-section-btn-main {
  padding-top: 5px;
}
.cid-uLMT5bnPh6 .mbr-section-btn-main .btn {
  margin: 0 4px 4px 4px;
}
.cid-uLMT5bnPh6 .navbar-caption:hover {
  color: #2554ab;
}
@media (min-width: 992px) {
  .cid-uLMT5bnPh6 .dropdown-menu.dropdown-submenu {
    left: 175px !important;
    top: -45% !important;
  }
}
.cid-uLMT5bnPh6 .nav-link {
  position: relative;
}
.cid-uLMT5bnPh6 .nav-link:before {
  content: '';
  position: absolute;
  left: -12px;
  width: 6px;
  height: 6px;
  border-radius: 100%;
  background-color: #2554ab;
  transition: all .3s ease;
  opacity: 0;
}
.cid-uLMT5bnPh6 .nav-link:hover:before {
  opacity: 1;
}
.cid-uLMT5bnPh6 .mbr-section-subtitle {
  color: #ffffff;
}
.cid-uLMT5bnPh6 .mbr-text {
  color: #ffffff;
  text-align: center;
}
.cid-uLMT5bnPh6 .text_widget {
  color: #ffffff;
}
.cid-uLMT5bnPh6 .mbr-section-subtitle,
.cid-uLMT5bnPh6 .text_widget,
.cid-uLMT5bnPh6 .mbr-section-btn {
  text-align: center;
}
.cid-uLMT5bnPh6 a[class*="text-"]:not(.nav-link):not(.dropdown-item):not([role]):not(.navbar-caption):hover {
  background-image: none;
}
.cid-uBZ79ZDGHt {
  padding-top: 0rem;
  padding-bottom: 0rem;
  background-color: #ffffff;
}
.cid-uBZ79ZDGHt .item-img {
  position: relative;
  overflow: hidden;
}
.cid-uBZ79ZDGHt .item-img:before {
  content: '';
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
  left: 0;
  background: black;
  opacity: 0.3;
  z-index: 1;
  transition: all 0.3s;
  pointer-events: none;
}
.cid-uBZ79ZDGHt h5 {
  margin-bottom: 1rem;
}
.cid-uBZ79ZDGHt .item-content {
  position: absolute;
  top: 55%;
  right: 0;
  z-index: 2;
  width: 100%;
  transform: translateY(-50%);
  padding: 2rem 8rem;
  display: flex;
  flex-direction: column;
  height: 50%;
}
@media (max-width: 767px) {
  .cid-uBZ79ZDGHt .item-content {
    padding: 0 2rem 1.5rem;
    margin-top: 1rem;
  }
}
.cid-uBZ79ZDGHt img,
.cid-uBZ79ZDGHt .item-img {
  width: 100%;
  transition: all 0.3s;
  height: 100%;
  height: 400px;
  object-fit: cover;
}
.cid-uBZ79ZDGHt .item:focus,
.cid-uBZ79ZDGHt span:focus {
  outline: none;
}
.cid-uBZ79ZDGHt .item {
  margin-bottom: 2rem;
}
@media (max-width: 767px) {
  .cid-uBZ79ZDGHt .item {
    margin-bottom: 1rem;
  }
}
.cid-uBZ79ZDGHt .item-wrapper {
  position: relative;
  border-radius: 15px;
  height: 100%;
  display: flex;
  flex-flow: column nowrap;
}
.cid-uBZ79ZDGHt .mbr-section-title {
  color: #4e423d;
}
.cid-uBZ79ZDGHt .item-title {
  text-align: left;
  color: #ffffff;
}
.cid-uBZ79ZDGHt .item-subtitle {
  text-align: left;
  color: #ffffff;
}
.cid-uBZ79ZDGHt .mbr-text,
.cid-uBZ79ZDGHt .item .mbr-section-btn {
  text-align: left;
  color: #ffffff;
}
.cid-uBZ79ZDGHt .content-head {
  max-width: 800px;
}
.cid-uBZ7a0A8zK {
  padding-top: 1rem;
  padding-bottom: 5rem;
  background-color: #fafafa;
}
.cid-uBZ7a0A8zK .mbr-section-title {
  margin-bottom: 1em;
  color: #272727;
}
.cid-uBZ7a0A8zK .mbr-section-subtitle {
  margin-bottom: 1.5625em;
  color: #272727;
  opacity: 0.4;
}
.cid-uBZ7a0A8zK .item-row {
  display: grid;
  -webkit-box-align: stretch;
  -webkit-align-items: stretch;
  -ms-flex-align: stretch;
  align-items: stretch;
  grid-auto-columns: 1fr;
  grid-column-gap: 16px;
  grid-row-gap: 16px;
  grid-template-columns: repeat(4, 1fr);
  -ms-grid-rows: auto;
  grid-template-rows: auto;
}
@media (max-width: 1199px) {
  .cid-uBZ7a0A8zK .item-row {
    grid-template-columns: repeat(2, 1fr);
  }
}
@media (max-width: 767px) {
  .cid-uBZ7a0A8zK .item-row {
    grid-template-columns: repeat(1, 1fr);
  }
}
.cid-uBZ7a0A8zK .item {
  padding: 0;
}
.cid-uBZ7a0A8zK .item-wrapper {
  display: flex;
  flex-direction: column;
  align-items: stretch;
  height: 100%;
  width: 100%;
  border-radius: 10px;
  overflow: hidden;
  transform-style: preserve-3d;
  transition: .3s all;
  border: 2px solid transparent;
}
.cid-uBZ7a0A8zK .item-wrapper:hover {
  transform: scale3d(1.01, 1.01, 1);
  border-color: #fafafa;
}
.cid-uBZ7a0A8zK .item-img {
  display: flex;
  align-items: center;
  justify-content: center;
  height: 175px;
}
.cid-uBZ7a0A8zK .item-img img {
  width: 100%;
  object-fit: cover;
  height: 100%;
}
.cid-uBZ7a0A8zK .item-content {
  display: flex;
  flex-direction: column;
  align-items: stretch;
  width: 100%;
  padding: 20px 5% 6%;
  flex-grow: 1;
  background-color: #ffffff;
}
.cid-uBZ7a0A8zK .item-text-wrap {
  width: 100%;
  margin-bottom: 5.3em;
}
@media (max-width: 1199px) {
  .cid-uBZ7a0A8zK .item-text-wrap {
    margin-bottom: 4em;
  }
}
@media (max-width: 767px) {
  .cid-uBZ7a0A8zK .item-text-wrap {
    margin-bottom: 2em;
    max-width: 340px;
    margin-right: auto;
  }
}
.cid-uBZ7a0A8zK .item-title {
  color: #272727;
  margin-bottom: 0.52em;
}
.cid-uBZ7a0A8zK .item-subtitle {
  color: #272727;
  opacity: 0.52em;
}
.cid-uBZ7a0A8zK .card-bottom {
  display: flex;
  flex-direction: column;
  align-items: stretch;
  margin-top: auto;
}
.cid-uBZ7a0A8zK .item-name-wrap {
  display: flex;
  align-items: center;
  width: 100%;
}
.cid-uBZ7a0A8zK .image-wrapper {
  width: 35px;
  height: 35px;
  margin-right: 10px;
  border-radius: 300px;
  overflow: hidden;
}
.cid-uBZ7a0A8zK .image-wrapper img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.cid-uBZ7a0A8zK .mbr-text {
  flex-grow: 1;
  color: #272727;
  text-align: right;
}
.cid-uBZ7a0A8zK .mbr-section-btn {
  display: flex;
  margin-top: 20px;
  width: auto !important;
}
.cid-uBZ7a0A8zK .mbr-section-btn .btn {
  width: 100%;
  min-width: auto !important;
}
.cid-uLMRAIzUxG {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-color: #0e132f;
}
.cid-uLMRAIzUxG .mbr-fallback-image.disabled {
  display: none;
}
.cid-uLMRAIzUxG .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-uLMRAIzUxG .container {
    padding: 0 16px;
  }
}
.cid-uLMRAIzUxG .card {
  display: flex;
  flex-direction: column;
  justify-content: space-between;
}
@media (max-width: 992px) {
  .cid-uLMRAIzUxG .card {
    margin-bottom: 40px;
  }
}
.cid-uLMRAIzUxG .card .content-wrapper .title-wrapper .title-wrap {
  display: inline-flex;
  align-items: center;
  margin-bottom: 16px;
}
@media (max-width: 992px) {
  .cid-uLMRAIzUxG .card .content-wrapper .title-wrapper .title-wrap {
    margin-bottom: 40px;
  }
}
.cid-uLMRAIzUxG .card .content-wrapper .title-wrapper .title-wrap img {
  width: 32px;
  height: 32px;
  object-fit: contain;
  margin-right: 1rem;
}
.cid-uLMRAIzUxG .card .content-wrapper .title-wrapper .title-wrap .mbr-section-title {
  margin-bottom: 0;
}
.cid-uLMRAIzUxG .card .content-wrapper .copyright {
  margin-bottom: 20px;
}
@media (max-width: 992px) {
  .cid-uLMRAIzUxG .card .content-wrapper .copyright {
    margin-bottom: 40px;
  }
}
.cid-uLMRAIzUxG .card .social-wrapper .social-wrap {
  display: inline-flex;
  flex-wrap: wrap;
}
.cid-uLMRAIzUxG .card .social-wrapper .social-wrap .mbr-iconfont {
  font-size: 20px;
  margin-right: 48px;
  color: #ffffff;
}
.cid-uLMRAIzUxG .list-wrapper .mbr-card-title {
  margin-bottom: 16px;
}
.cid-uLMRAIzUxG .list-wrapper .list {
  margin: 0;
  padding: 0;
  list-style-type: none;
}
.cid-uLMRAIzUxG .list-wrapper .list .item-wrap {
  margin-bottom: 16px;
}
@media (max-width: 992px) {
  .cid-uLMRAIzUxG .list-wrapper .list {
    margin-bottom: 40px;
  }
}
.cid-uLMRAIzUxG .mbr-section-title {
  color: #ffffff;
}
.cid-uLMRAIzUxG .copyright {
  color: #ffffff;
}
.cid-uLMRAIzUxG .mbr-card-title {
  color: #D4FE00;
}
.cid-uLMRAIzUxG .list {
  color: #ffffff;
}
.cid-uLMT5bnPh6 .navbar-dropdown {
  background-color: #ffffff !important;
  padding: 0;
}
.cid-uLMT5bnPh6 .navbar.navbar-expand-lg .dropdown .dropdown-menu {
  background-color: #ffffff !important;
  background: #ffffff;
}
.cid-uLMT5bnPh6 .navbar.navbar-expand-lg .dropdown .dropdown-menu .dropdown-submenu {
  margin: 0;
  left: 100%;
}
@media (max-width: 991px) {
  .cid-uLMT5bnPh6 .menu_box .navbar.opened,
  .cid-uLMT5bnPh6 .menu_box .navbar-collapse {
    background-color: #ffffff !important;
    transition: all 0s ease 0s;
  }
}
.cid-uLMT5bnPh6 .navbar-dropdown {
  position: relative !important;
}
.cid-uLMT5bnPh6 .btn {
  min-height: auto;
  box-shadow: none;
  margin-top: 0;
}
.cid-uLMT5bnPh6 .btn:hover {
  box-shadow: none;
}
@media (min-width: 992px) {
  .cid-uLMT5bnPh6 .offcanvas_image img {
    width: auto;
    object-fit: cover;
    display: inline-block;
  }
  .cid-uLMT5bnPh6 .offcanvas-header {
    position: relative;
    padding: 0;
  }
  .cid-uLMT5bnPh6 .offcanvas-header .btn-close {
    position: absolute;
    top: -70px;
    right: 0;
    width: 35px;
    height: 30px;
  }
  .cid-uLMT5bnPh6 .offcanvas-body {
    text-align: center;
    padding: 0;
  }
  .cid-uLMT5bnPh6 .offcanvas-body .mbr-text,
  .cid-uLMT5bnPh6 .offcanvas-body .mbr-section-subtitle {
    margin-top: 14px;
  }
  .cid-uLMT5bnPh6 .offcanvas-body .offcanvas_contact {
    margin: 35px 0;
  }
  .cid-uLMT5bnPh6 .offcanvas_box button.btn_offcanvas {
    outline: none;
    width: 40px;
    height: 40px;
    cursor: pointer;
    transition: all 0.2s;
    position: relative;
    align-self: center;
  }
  .cid-uLMT5bnPh6 .offcanvas_box button.btn_offcanvas .hamburger span {
    position: absolute;
    right: 0;
    width: 40px;
    height: 2px;
    border-right: 5px;
    background-color: #474747;
  }
  .cid-uLMT5bnPh6 .offcanvas_box button.btn_offcanvas .hamburger span:nth-child(1) {
    top: 18px;
    transition: all 0.2s;
  }
  .cid-uLMT5bnPh6 .offcanvas_box button.btn_offcanvas .hamburger span:nth-child(2) {
    top: 25px;
    transition: all 0.2s;
  }
  .cid-uLMT5bnPh6 .offcanvas_box button.btn_offcanvas:hover .hamburger span {
    width: 36px;
  }
  .cid-uLMT5bnPh6 .offcanvas_box button.btn_offcanvas:hover .hamburger span:nth-child(2) {
    width: 33px;
    transition-delay: 0.2s;
  }
  .cid-uLMT5bnPh6 ul.navbar-nav {
    padding-bottom: 1.5rem;
  }
  .cid-uLMT5bnPh6 .dropdown-menu .dropdown-toggle[data-toggle="dropdown-submenu"]::after,
  .cid-uLMT5bnPh6 .link.dropdown-toggle::after {
    display: inline-block;
    width: 7px;
    height: 7px;
    margin-left: .5rem;
    margin-bottom: 2px;
    content: "";
    border: 2px solid;
    border-left: none;
    border-top: none;
    transform: rotate(-45deg);
  }
  .cid-uLMT5bnPh6 .link.dropdown-toggle::after {
    padding: 0 !important;
    transform: rotate(45deg);
  }
  .cid-uLMT5bnPh6 li.nav-item {
    position: relative;
    display: inline-block;
    padding: 1px 7px !important;
    vertical-align: middle;
    line-height: 2em !important;
    font-weight: 600 !important;
    text-decoration: none;
    letter-spacing: 0 !important;
    z-index: 1;
  }
  .cid-uLMT5bnPh6 .lg_brand {
    margin: 0 1rem;
  }
}
.cid-uLMT5bnPh6 .nav-item {
  margin: 4px 15px;
}
@media (min-width: 1200px) {
  .cid-uLMT5bnPh6 .nav-item {
    margin: 4px 20px;
  }
}
@media (max-width: 991px) {
  .cid-uLMT5bnPh6 .nav-item {
    margin: 0 !important;
  }
}
.cid-uLMT5bnPh6 .dropdown-menu {
  border-radius: 0;
  box-shadow: none;
  text-align: left;
}
@media (min-width: 992px) {
  .cid-uLMT5bnPh6 .dropdown-menu {
    padding: 18px 34px 22px;
    min-width: 250px;
    top: auto !important;
    left: -40px !important;
  }
  .cid-uLMT5bnPh6 .dropdown-menu.dropdown-submenu {
    left: 215px !important;
    top: -45% !important;
  }
}
@media (max-width: 991px) {
  .cid-uLMT5bnPh6 .dropdown-menu .dropdown-toggle[data-toggle="dropdown-submenu"]::after,
  .cid-uLMT5bnPh6 .link.dropdown-toggle::after {
    display: inline-block;
    width: 7px;
    height: 7px;
    margin-left: .5rem;
    margin-bottom: 2px;
    content: "";
    border: 2px solid;
    border-left: none;
    border-top: none;
    transform: rotate(-45deg);
    right: 15px;
    position: absolute;
    margin-top: -2px;
  }
  .cid-uLMT5bnPh6 .show.dropdown-toggle[aria-expanded="true"]::after {
    transform: rotate(45deg);
    margin-top: -4px;
  }
  .cid-uLMT5bnPh6 .offcanvas_box {
    display: none;
  }
}
.cid-uLMT5bnPh6 .dropdown-item {
  border: none;
  font-weight: 400 !important;
}
.cid-uLMT5bnPh6 .nav-dropdown .link {
  font-weight: 400 !important;
  padding: 0 !important;
  margin: 0 !important;
}
.cid-uLMT5bnPh6 .nav-dropdown .link.dropdown-toggle::after {
  margin-left: 0.5rem;
  margin-top: 0;
}
.cid-uLMT5bnPh6 .container {
  display: flex;
  margin: auto;
}
.cid-uLMT5bnPh6 .iconfont-wrapper {
  color: #e0bdb6;
  font-size: 17px;
  margin-right: 10px;
  margin-bottom: 5px;
  width: 25px;
  height: 25px;
  border-radius: 50%;
  display: flex;
  justify-content: center;
  align-items: center;
  transition: all 0.2s ease-in-out;
}
.cid-uLMT5bnPh6 .iconfont-wrapper:last-child {
  margin-right: 0;
}
.cid-uLMT5bnPh6 .iconfont-wrapper:hover {
  opacity: .5;
}
.cid-uLMT5bnPh6 .navbar-caption {
  color: #747474;
}
.cid-uLMT5bnPh6 .navbar-nav {
  margin: 0 1rem;
}
@media (min-width: 992px) {
  .cid-uLMT5bnPh6 .navbar-nav {
    margin: 0;
  }
}
.cid-uLMT5bnPh6 .dropdown-menu,
.cid-uLMT5bnPh6 .navbar.opened {
  background-color: false !important;
}
.cid-uLMT5bnPh6 .nav-item:focus,
.cid-uLMT5bnPh6 .nav-link:focus {
  outline: none;
}
.cid-uLMT5bnPh6 .dropdown .dropdown-menu .dropdown-item {
  width: auto;
  transition: all 0.25s ease-in-out;
}
.cid-uLMT5bnPh6 .dropdown .dropdown-menu .dropdown-item::after {
  right: 0.5rem;
}
.cid-uLMT5bnPh6 .dropdown .dropdown-menu .dropdown-item .mbr-iconfont {
  margin-right: 0.5rem;
  vertical-align: sub;
}
.cid-uLMT5bnPh6 .dropdown .dropdown-menu .dropdown-item .mbr-iconfont:before {
  display: inline-block;
  transform: scale(1, 1);
  transition: all 0.25s ease-in-out;
}
.cid-uLMT5bnPh6 .collapsed .dropdown-menu .dropdown-item:before {
  display: none;
}
.cid-uLMT5bnPh6 .collapsed .dropdown .dropdown-menu .dropdown-item {
  padding: 0.235em 1.5em 0.235em 1.5em !important;
  transition: none;
  margin: 0 !important;
}
.cid-uLMT5bnPh6 .navbar {
  min-height: 70px;
  padding: 20px 0;
  transition: all 0.3s;
  border-bottom-width: 0px;
}
@media (max-width: 992px) {
  .cid-uLMT5bnPh6 .navbar {
    min-height: 30px;
    max-height: 90px;
  }
}
.cid-uLMT5bnPh6 .navbar.opened {
  transition: all 0.3s;
}
.cid-uLMT5bnPh6 .navbar .dropdown-item {
  padding: 0;
  margin: 8px 0;
}
.cid-uLMT5bnPh6 .navbar .navbar-logo img {
  width: auto;
  object-fit: contain;
  border-radius: 0;
}
.cid-uLMT5bnPh6 .navbar .navbar-collapse {
  justify-content: space-between;
  z-index: 1;
}
.cid-uLMT5bnPh6 .navbar.collapsed {
  justify-content: center;
}
.cid-uLMT5bnPh6 .navbar.collapsed .nav-item .nav-link::before {
  display: none;
}
.cid-uLMT5bnPh6 .navbar.collapsed.opened .dropdown-menu {
  top: 0;
}
.cid-uLMT5bnPh6 .navbar.collapsed .dropdown-menu .dropdown-submenu {
  left: 0 !important;
}
.cid-uLMT5bnPh6 .navbar.collapsed .dropdown-menu .dropdown-item:after {
  right: auto;
}
.cid-uLMT5bnPh6 .navbar.collapsed ul.navbar-nav li {
  margin: auto;
}
.cid-uLMT5bnPh6 .navbar.collapsed .dropdown-menu .dropdown-item {
  padding: 0.25rem 1.5rem;
  text-align: left;
}
.cid-uLMT5bnPh6 .navbar.collapsed .icons-menu {
  padding: 0;
}
@media (max-width: 991px) {
  .cid-uLMT5bnPh6 .navbar .nav-item {
    padding: .5rem 0;
  }
  .cid-uLMT5bnPh6 .navbar .navbar-collapse {
    padding: 34px 0;
    border-radius: 25px;
  }
  .cid-uLMT5bnPh6 .navbar .nav-item .nav-link::before {
    display: none;
  }
  .cid-uLMT5bnPh6 .navbar.opened .dropdown-menu {
    top: 0;
  }
  .cid-uLMT5bnPh6 .navbar .dropdown-menu {
    padding: 6px 0 6px 15px;
  }
  .cid-uLMT5bnPh6 .navbar .dropdown-menu .dropdown-submenu {
    left: 0 !important;
  }
  .cid-uLMT5bnPh6 .navbar .dropdown-menu .dropdown-item:after {
    right: auto;
    margin-top: -0.4rem;
  }
  .cid-uLMT5bnPh6 .navbar .navbar-logo img {
    height: 3rem !important;
  }
  .cid-uLMT5bnPh6 .navbar ul.navbar-nav {
    overflow: hidden;
  }
  .cid-uLMT5bnPh6 .navbar ul.navbar-nav li {
    margin: 0;
  }
  .cid-uLMT5bnPh6 .navbar .dropdown-menu .dropdown-item {
    padding: 0 !important;
    margin: 0;
    margin-top: 8px;
    text-align: left;
  }
  .cid-uLMT5bnPh6 .navbar .navbar-brand {
    flex-shrink: initial;
    flex-basis: auto;
    word-break: break-word;
    padding-right: 2rem;
  }
  .cid-uLMT5bnPh6 .navbar .navbar-toggler {
    flex-basis: auto;
  }
  .cid-uLMT5bnPh6 .navbar .icons-menu {
    padding: 0;
  }
}
.cid-uLMT5bnPh6 .navbar.navbar-short {
  min-height: 60px;
}
.cid-uLMT5bnPh6 .navbar.navbar-short .navbar-logo img {
  height: 2.5rem !important;
}
.cid-uLMT5bnPh6 .navbar.navbar-short .navbar-brand {
  min-height: 60px;
  padding: 0;
}
.cid-uLMT5bnPh6 .navbar-brand {
  min-height: 70px;
  flex-shrink: 0;
  align-items: center;
  margin-right: 0;
  padding: 10px 0;
  transition: all 0.3s;
  word-break: break-word;
  z-index: 1;
}
.cid-uLMT5bnPh6 .navbar-brand .navbar-caption {
  line-height: inherit !important;
}
.cid-uLMT5bnPh6 .navbar-brand .navbar-logo a {
  outline: none;
}
.cid-uLMT5bnPh6 .dropdown-item.active,
.cid-uLMT5bnPh6 .dropdown-item:active {
  background-color: transparent;
}
.cid-uLMT5bnPh6 .navbar-expand-lg .navbar-nav .nav-link {
  padding: 0;
}
.cid-uLMT5bnPh6 .nav-dropdown .link.dropdown-toggle {
  margin-right: 1.667em;
}
.cid-uLMT5bnPh6 .nav-dropdown .link.dropdown-toggle[aria-expanded="true"] {
  margin-right: 0;
  padding: 0.667em 1.667em;
}
.cid-uLMT5bnPh6 .navbar .dropdown.open > .dropdown-menu {
  display: block;
}
.cid-uLMT5bnPh6 ul.navbar-nav {
  flex-wrap: wrap;
  padding: 36px 0;
  border-bottom: 1px solid #0e132f;
}
.cid-uLMT5bnPh6 .navbar-buttons {
  text-align: center;
  min-width: 170px;
}
.cid-uLMT5bnPh6 button.navbar-toggler {
  outline: none;
  width: 48px;
  height: 48px;
  border-radius: 50%;
  cursor: pointer;
  transition: all 0.2s;
  position: relative;
  align-self: center;
  color: #ffffff;
  background: #ffffff;
}
.cid-uLMT5bnPh6 button.navbar-toggler .hamburger span {
  position: absolute;
  right: 10px;
  margin-top: 14px;
  width: 26px;
  height: 2px;
  border-right: 5px;
  background-color: #474747;
}
.cid-uLMT5bnPh6 button.navbar-toggler .hamburger span:nth-child(1) {
  top: 0;
  transition: all 0.2s;
}
.cid-uLMT5bnPh6 button.navbar-toggler .hamburger span:nth-child(2) {
  top: 8px;
  transition: all 0.15s;
}
.cid-uLMT5bnPh6 button.navbar-toggler .hamburger span:nth-child(3) {
  top: 8px;
  transition: all 0.15s;
}
.cid-uLMT5bnPh6 button.navbar-toggler .hamburger span:nth-child(4) {
  top: 16px;
  transition: all 0.2s;
}
.cid-uLMT5bnPh6 nav.opened .hamburger span:nth-child(1) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-uLMT5bnPh6 nav.opened .hamburger span:nth-child(2) {
  transform: rotate(45deg);
  transition: all 0.25s;
}
.cid-uLMT5bnPh6 nav.opened .hamburger span:nth-child(3) {
  transform: rotate(-45deg);
  transition: all 0.25s;
}
.cid-uLMT5bnPh6 nav.opened .hamburger span:nth-child(4) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-uLMT5bnPh6 a.nav-link {
  display: flex;
  align-items: center;
  justify-content: flex-start;
}
.cid-uLMT5bnPh6 .icons-menu {
  flex-wrap: nowrap;
  display: flex;
  justify-content: center;
  padding: 0;
  text-align: center;
  margin-bottom: 35px;
}
@media screen and (-ms-high-contrast: active), (-ms-high-contrast: none) {
  .cid-uLMT5bnPh6 .navbar {
    height: 70px;
  }
  .cid-uLMT5bnPh6 .navbar.opened {
    height: auto;
  }
  .cid-uLMT5bnPh6 .nav-item .nav-link:hover::before {
    width: 175%;
    max-width: calc(100% + 2rem);
    left: -1rem;
  }
}
.cid-uLMT5bnPh6 .navbar-dropdown .navbar-logo {
  margin-right: 15px;
}
@media (min-width: 768px) {
  .cid-uLMT5bnPh6 .container-fluid {
    padding-left: 30px;
    padding-right: 30px;
  }
}
.cid-uLMT5bnPh6 .mbr-section-btn-main {
  padding-top: 5px;
}
.cid-uLMT5bnPh6 .mbr-section-btn-main .btn {
  margin: 0 4px 4px 4px;
}
.cid-uLMT5bnPh6 .navbar-caption:hover {
  color: #2554ab;
}
@media (min-width: 992px) {
  .cid-uLMT5bnPh6 .dropdown-menu.dropdown-submenu {
    left: 175px !important;
    top: -45% !important;
  }
}
.cid-uLMT5bnPh6 .nav-link {
  position: relative;
}
.cid-uLMT5bnPh6 .nav-link:before {
  content: '';
  position: absolute;
  left: -12px;
  width: 6px;
  height: 6px;
  border-radius: 100%;
  background-color: #2554ab;
  transition: all .3s ease;
  opacity: 0;
}
.cid-uLMT5bnPh6 .nav-link:hover:before {
  opacity: 1;
}
.cid-uLMT5bnPh6 .mbr-section-subtitle {
  color: #ffffff;
}
.cid-uLMT5bnPh6 .mbr-text {
  color: #ffffff;
  text-align: center;
}
.cid-uLMT5bnPh6 .text_widget {
  color: #ffffff;
}
.cid-uLMT5bnPh6 .mbr-section-subtitle,
.cid-uLMT5bnPh6 .text_widget,
.cid-uLMT5bnPh6 .mbr-section-btn {
  text-align: center;
}
.cid-uLMT5bnPh6 a[class*="text-"]:not(.nav-link):not(.dropdown-item):not([role]):not(.navbar-caption):hover {
  background-image: none;
}
.cid-uC18yOPFDG {
  padding-top: 0rem;
  padding-bottom: 0rem;
  background-color: #ffffff;
}
.cid-uC18yOPFDG .item-img {
  position: relative;
  overflow: hidden;
}
.cid-uC18yOPFDG .item-img:before {
  content: '';
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
  left: 0;
  background: black;
  opacity: 0.3;
  z-index: 1;
  transition: all 0.3s;
  pointer-events: none;
}
.cid-uC18yOPFDG h5 {
  margin-bottom: 1rem;
}
.cid-uC18yOPFDG .item-content {
  position: absolute;
  top: 55%;
  right: 0;
  z-index: 2;
  width: 100%;
  transform: translateY(-50%);
  padding: 2rem 8rem;
  display: flex;
  flex-direction: column;
  height: 50%;
}
@media (max-width: 767px) {
  .cid-uC18yOPFDG .item-content {
    padding: 0 2rem 1.5rem;
    margin-top: 1rem;
  }
}
.cid-uC18yOPFDG img,
.cid-uC18yOPFDG .item-img {
  width: 100%;
  transition: all 0.3s;
  height: 100%;
  height: 400px;
  object-fit: cover;
}
.cid-uC18yOPFDG .item:focus,
.cid-uC18yOPFDG span:focus {
  outline: none;
}
.cid-uC18yOPFDG .item {
  margin-bottom: 2rem;
}
@media (max-width: 767px) {
  .cid-uC18yOPFDG .item {
    margin-bottom: 1rem;
  }
}
.cid-uC18yOPFDG .item-wrapper {
  position: relative;
  border-radius: 15px;
  height: 100%;
  display: flex;
  flex-flow: column nowrap;
}
.cid-uC18yOPFDG .mbr-section-title {
  color: #4e423d;
}
.cid-uC18yOPFDG .item-title {
  text-align: left;
  color: #ffffff;
}
.cid-uC18yOPFDG .item-subtitle {
  text-align: left;
  color: #ffffff;
}
.cid-uC18yOPFDG .mbr-text,
.cid-uC18yOPFDG .item .mbr-section-btn {
  text-align: left;
  color: #ffffff;
}
.cid-uC18yOPFDG .content-head {
  max-width: 800px;
}
.cid-uC18yQ1jSh {
  padding-top: 1rem;
  padding-bottom: 5rem;
  background-color: #fafafa;
}
.cid-uC18yQ1jSh .mbr-section-title {
  margin-bottom: 1em;
  color: #272727;
}
.cid-uC18yQ1jSh .mbr-section-subtitle {
  margin-bottom: 1.5625em;
  color: #272727;
  opacity: 0.4;
}
.cid-uC18yQ1jSh .item-row {
  display: grid;
  -webkit-box-align: stretch;
  -webkit-align-items: stretch;
  -ms-flex-align: stretch;
  align-items: stretch;
  grid-auto-columns: 1fr;
  grid-column-gap: 16px;
  grid-row-gap: 16px;
  grid-template-columns: repeat(4, 1fr);
  -ms-grid-rows: auto;
  grid-template-rows: auto;
}
@media (max-width: 1199px) {
  .cid-uC18yQ1jSh .item-row {
    grid-template-columns: repeat(2, 1fr);
  }
}
@media (max-width: 767px) {
  .cid-uC18yQ1jSh .item-row {
    grid-template-columns: repeat(1, 1fr);
  }
}
.cid-uC18yQ1jSh .item {
  padding: 0;
}
.cid-uC18yQ1jSh .item-wrapper {
  display: flex;
  flex-direction: column;
  align-items: stretch;
  height: 100%;
  width: 100%;
  border-radius: 10px;
  overflow: hidden;
  transform-style: preserve-3d;
  transition: .3s all;
  border: 2px solid transparent;
}
.cid-uC18yQ1jSh .item-wrapper:hover {
  transform: scale3d(1.01, 1.01, 1);
  border-color: #fafafa;
}
.cid-uC18yQ1jSh .item-img {
  display: flex;
  align-items: center;
  justify-content: center;
  height: 175px;
}
.cid-uC18yQ1jSh .item-img img {
  width: 100%;
  object-fit: cover;
  height: 100%;
}
.cid-uC18yQ1jSh .item-content {
  display: flex;
  flex-direction: column;
  align-items: stretch;
  width: 100%;
  padding: 20px 5% 6%;
  flex-grow: 1;
  background-color: #ffffff;
}
.cid-uC18yQ1jSh .item-text-wrap {
  width: 100%;
  margin-bottom: 5.3em;
}
@media (max-width: 1199px) {
  .cid-uC18yQ1jSh .item-text-wrap {
    margin-bottom: 4em;
  }
}
@media (max-width: 767px) {
  .cid-uC18yQ1jSh .item-text-wrap {
    margin-bottom: 2em;
    max-width: 340px;
    margin-right: auto;
  }
}
.cid-uC18yQ1jSh .item-title {
  color: #272727;
  margin-bottom: 0.52em;
}
.cid-uC18yQ1jSh .item-subtitle {
  color: #272727;
  opacity: 0.52em;
}
.cid-uC18yQ1jSh .card-bottom {
  display: flex;
  flex-direction: column;
  align-items: stretch;
  margin-top: auto;
}
.cid-uC18yQ1jSh .item-name-wrap {
  display: flex;
  align-items: center;
  width: 100%;
}
.cid-uC18yQ1jSh .image-wrapper {
  width: 35px;
  height: 35px;
  margin-right: 10px;
  border-radius: 300px;
  overflow: hidden;
}
.cid-uC18yQ1jSh .image-wrapper img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.cid-uC18yQ1jSh .mbr-text {
  flex-grow: 1;
  color: #272727;
  text-align: right;
}
.cid-uC18yQ1jSh .mbr-section-btn {
  display: flex;
  margin-top: 20px;
  width: auto !important;
}
.cid-uC18yQ1jSh .mbr-section-btn .btn {
  width: 100%;
  min-width: auto !important;
}
.cid-uLMRAIzUxG {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-color: #0e132f;
}
.cid-uLMRAIzUxG .mbr-fallback-image.disabled {
  display: none;
}
.cid-uLMRAIzUxG .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-uLMRAIzUxG .container {
    padding: 0 16px;
  }
}
.cid-uLMRAIzUxG .card {
  display: flex;
  flex-direction: column;
  justify-content: space-between;
}
@media (max-width: 992px) {
  .cid-uLMRAIzUxG .card {
    margin-bottom: 40px;
  }
}
.cid-uLMRAIzUxG .card .content-wrapper .title-wrapper .title-wrap {
  display: inline-flex;
  align-items: center;
  margin-bottom: 16px;
}
@media (max-width: 992px) {
  .cid-uLMRAIzUxG .card .content-wrapper .title-wrapper .title-wrap {
    margin-bottom: 40px;
  }
}
.cid-uLMRAIzUxG .card .content-wrapper .title-wrapper .title-wrap img {
  width: 32px;
  height: 32px;
  object-fit: contain;
  margin-right: 1rem;
}
.cid-uLMRAIzUxG .card .content-wrapper .title-wrapper .title-wrap .mbr-section-title {
  margin-bottom: 0;
}
.cid-uLMRAIzUxG .card .content-wrapper .copyright {
  margin-bottom: 20px;
}
@media (max-width: 992px) {
  .cid-uLMRAIzUxG .card .content-wrapper .copyright {
    margin-bottom: 40px;
  }
}
.cid-uLMRAIzUxG .card .social-wrapper .social-wrap {
  display: inline-flex;
  flex-wrap: wrap;
}
.cid-uLMRAIzUxG .card .social-wrapper .social-wrap .mbr-iconfont {
  font-size: 20px;
  margin-right: 48px;
  color: #ffffff;
}
.cid-uLMRAIzUxG .list-wrapper .mbr-card-title {
  margin-bottom: 16px;
}
.cid-uLMRAIzUxG .list-wrapper .list {
  margin: 0;
  padding: 0;
  list-style-type: none;
}
.cid-uLMRAIzUxG .list-wrapper .list .item-wrap {
  margin-bottom: 16px;
}
@media (max-width: 992px) {
  .cid-uLMRAIzUxG .list-wrapper .list {
    margin-bottom: 40px;
  }
}
.cid-uLMRAIzUxG .mbr-section-title {
  color: #ffffff;
}
.cid-uLMRAIzUxG .copyright {
  color: #ffffff;
}
.cid-uLMRAIzUxG .mbr-card-title {
  color: #D4FE00;
}
.cid-uLMRAIzUxG .list {
  color: #ffffff;
}
.cid-uLMT5bnPh6 .navbar-dropdown {
  background-color: #ffffff !important;
  padding: 0;
}
.cid-uLMT5bnPh6 .navbar.navbar-expand-lg .dropdown .dropdown-menu {
  background-color: #ffffff !important;
  background: #ffffff;
}
.cid-uLMT5bnPh6 .navbar.navbar-expand-lg .dropdown .dropdown-menu .dropdown-submenu {
  margin: 0;
  left: 100%;
}
@media (max-width: 991px) {
  .cid-uLMT5bnPh6 .menu_box .navbar.opened,
  .cid-uLMT5bnPh6 .menu_box .navbar-collapse {
    background-color: #ffffff !important;
    transition: all 0s ease 0s;
  }
}
.cid-uLMT5bnPh6 .navbar-dropdown {
  position: relative !important;
}
.cid-uLMT5bnPh6 .btn {
  min-height: auto;
  box-shadow: none;
  margin-top: 0;
}
.cid-uLMT5bnPh6 .btn:hover {
  box-shadow: none;
}
@media (min-width: 992px) {
  .cid-uLMT5bnPh6 .offcanvas_image img {
    width: auto;
    object-fit: cover;
    display: inline-block;
  }
  .cid-uLMT5bnPh6 .offcanvas-header {
    position: relative;
    padding: 0;
  }
  .cid-uLMT5bnPh6 .offcanvas-header .btn-close {
    position: absolute;
    top: -70px;
    right: 0;
    width: 35px;
    height: 30px;
  }
  .cid-uLMT5bnPh6 .offcanvas-body {
    text-align: center;
    padding: 0;
  }
  .cid-uLMT5bnPh6 .offcanvas-body .mbr-text,
  .cid-uLMT5bnPh6 .offcanvas-body .mbr-section-subtitle {
    margin-top: 14px;
  }
  .cid-uLMT5bnPh6 .offcanvas-body .offcanvas_contact {
    margin: 35px 0;
  }
  .cid-uLMT5bnPh6 .offcanvas_box button.btn_offcanvas {
    outline: none;
    width: 40px;
    height: 40px;
    cursor: pointer;
    transition: all 0.2s;
    position: relative;
    align-self: center;
  }
  .cid-uLMT5bnPh6 .offcanvas_box button.btn_offcanvas .hamburger span {
    position: absolute;
    right: 0;
    width: 40px;
    height: 2px;
    border-right: 5px;
    background-color: #474747;
  }
  .cid-uLMT5bnPh6 .offcanvas_box button.btn_offcanvas .hamburger span:nth-child(1) {
    top: 18px;
    transition: all 0.2s;
  }
  .cid-uLMT5bnPh6 .offcanvas_box button.btn_offcanvas .hamburger span:nth-child(2) {
    top: 25px;
    transition: all 0.2s;
  }
  .cid-uLMT5bnPh6 .offcanvas_box button.btn_offcanvas:hover .hamburger span {
    width: 36px;
  }
  .cid-uLMT5bnPh6 .offcanvas_box button.btn_offcanvas:hover .hamburger span:nth-child(2) {
    width: 33px;
    transition-delay: 0.2s;
  }
  .cid-uLMT5bnPh6 ul.navbar-nav {
    padding-bottom: 1.5rem;
  }
  .cid-uLMT5bnPh6 .dropdown-menu .dropdown-toggle[data-toggle="dropdown-submenu"]::after,
  .cid-uLMT5bnPh6 .link.dropdown-toggle::after {
    display: inline-block;
    width: 7px;
    height: 7px;
    margin-left: .5rem;
    margin-bottom: 2px;
    content: "";
    border: 2px solid;
    border-left: none;
    border-top: none;
    transform: rotate(-45deg);
  }
  .cid-uLMT5bnPh6 .link.dropdown-toggle::after {
    padding: 0 !important;
    transform: rotate(45deg);
  }
  .cid-uLMT5bnPh6 li.nav-item {
    position: relative;
    display: inline-block;
    padding: 1px 7px !important;
    vertical-align: middle;
    line-height: 2em !important;
    font-weight: 600 !important;
    text-decoration: none;
    letter-spacing: 0 !important;
    z-index: 1;
  }
  .cid-uLMT5bnPh6 .lg_brand {
    margin: 0 1rem;
  }
}
.cid-uLMT5bnPh6 .nav-item {
  margin: 4px 15px;
}
@media (min-width: 1200px) {
  .cid-uLMT5bnPh6 .nav-item {
    margin: 4px 20px;
  }
}
@media (max-width: 991px) {
  .cid-uLMT5bnPh6 .nav-item {
    margin: 0 !important;
  }
}
.cid-uLMT5bnPh6 .dropdown-menu {
  border-radius: 0;
  box-shadow: none;
  text-align: left;
}
@media (min-width: 992px) {
  .cid-uLMT5bnPh6 .dropdown-menu {
    padding: 18px 34px 22px;
    min-width: 250px;
    top: auto !important;
    left: -40px !important;
  }
  .cid-uLMT5bnPh6 .dropdown-menu.dropdown-submenu {
    left: 215px !important;
    top: -45% !important;
  }
}
@media (max-width: 991px) {
  .cid-uLMT5bnPh6 .dropdown-menu .dropdown-toggle[data-toggle="dropdown-submenu"]::after,
  .cid-uLMT5bnPh6 .link.dropdown-toggle::after {
    display: inline-block;
    width: 7px;
    height: 7px;
    margin-left: .5rem;
    margin-bottom: 2px;
    content: "";
    border: 2px solid;
    border-left: none;
    border-top: none;
    transform: rotate(-45deg);
    right: 15px;
    position: absolute;
    margin-top: -2px;
  }
  .cid-uLMT5bnPh6 .show.dropdown-toggle[aria-expanded="true"]::after {
    transform: rotate(45deg);
    margin-top: -4px;
  }
  .cid-uLMT5bnPh6 .offcanvas_box {
    display: none;
  }
}
.cid-uLMT5bnPh6 .dropdown-item {
  border: none;
  font-weight: 400 !important;
}
.cid-uLMT5bnPh6 .nav-dropdown .link {
  font-weight: 400 !important;
  padding: 0 !important;
  margin: 0 !important;
}
.cid-uLMT5bnPh6 .nav-dropdown .link.dropdown-toggle::after {
  margin-left: 0.5rem;
  margin-top: 0;
}
.cid-uLMT5bnPh6 .container {
  display: flex;
  margin: auto;
}
.cid-uLMT5bnPh6 .iconfont-wrapper {
  color: #e0bdb6;
  font-size: 17px;
  margin-right: 10px;
  margin-bottom: 5px;
  width: 25px;
  height: 25px;
  border-radius: 50%;
  display: flex;
  justify-content: center;
  align-items: center;
  transition: all 0.2s ease-in-out;
}
.cid-uLMT5bnPh6 .iconfont-wrapper:last-child {
  margin-right: 0;
}
.cid-uLMT5bnPh6 .iconfont-wrapper:hover {
  opacity: .5;
}
.cid-uLMT5bnPh6 .navbar-caption {
  color: #747474;
}
.cid-uLMT5bnPh6 .navbar-nav {
  margin: 0 1rem;
}
@media (min-width: 992px) {
  .cid-uLMT5bnPh6 .navbar-nav {
    margin: 0;
  }
}
.cid-uLMT5bnPh6 .dropdown-menu,
.cid-uLMT5bnPh6 .navbar.opened {
  background-color: false !important;
}
.cid-uLMT5bnPh6 .nav-item:focus,
.cid-uLMT5bnPh6 .nav-link:focus {
  outline: none;
}
.cid-uLMT5bnPh6 .dropdown .dropdown-menu .dropdown-item {
  width: auto;
  transition: all 0.25s ease-in-out;
}
.cid-uLMT5bnPh6 .dropdown .dropdown-menu .dropdown-item::after {
  right: 0.5rem;
}
.cid-uLMT5bnPh6 .dropdown .dropdown-menu .dropdown-item .mbr-iconfont {
  margin-right: 0.5rem;
  vertical-align: sub;
}
.cid-uLMT5bnPh6 .dropdown .dropdown-menu .dropdown-item .mbr-iconfont:before {
  display: inline-block;
  transform: scale(1, 1);
  transition: all 0.25s ease-in-out;
}
.cid-uLMT5bnPh6 .collapsed .dropdown-menu .dropdown-item:before {
  display: none;
}
.cid-uLMT5bnPh6 .collapsed .dropdown .dropdown-menu .dropdown-item {
  padding: 0.235em 1.5em 0.235em 1.5em !important;
  transition: none;
  margin: 0 !important;
}
.cid-uLMT5bnPh6 .navbar {
  min-height: 70px;
  padding: 20px 0;
  transition: all 0.3s;
  border-bottom-width: 0px;
}
@media (max-width: 992px) {
  .cid-uLMT5bnPh6 .navbar {
    min-height: 30px;
    max-height: 90px;
  }
}
.cid-uLMT5bnPh6 .navbar.opened {
  transition: all 0.3s;
}
.cid-uLMT5bnPh6 .navbar .dropdown-item {
  padding: 0;
  margin: 8px 0;
}
.cid-uLMT5bnPh6 .navbar .navbar-logo img {
  width: auto;
  object-fit: contain;
  border-radius: 0;
}
.cid-uLMT5bnPh6 .navbar .navbar-collapse {
  justify-content: space-between;
  z-index: 1;
}
.cid-uLMT5bnPh6 .navbar.collapsed {
  justify-content: center;
}
.cid-uLMT5bnPh6 .navbar.collapsed .nav-item .nav-link::before {
  display: none;
}
.cid-uLMT5bnPh6 .navbar.collapsed.opened .dropdown-menu {
  top: 0;
}
.cid-uLMT5bnPh6 .navbar.collapsed .dropdown-menu .dropdown-submenu {
  left: 0 !important;
}
.cid-uLMT5bnPh6 .navbar.collapsed .dropdown-menu .dropdown-item:after {
  right: auto;
}
.cid-uLMT5bnPh6 .navbar.collapsed ul.navbar-nav li {
  margin: auto;
}
.cid-uLMT5bnPh6 .navbar.collapsed .dropdown-menu .dropdown-item {
  padding: 0.25rem 1.5rem;
  text-align: left;
}
.cid-uLMT5bnPh6 .navbar.collapsed .icons-menu {
  padding: 0;
}
@media (max-width: 991px) {
  .cid-uLMT5bnPh6 .navbar .nav-item {
    padding: .5rem 0;
  }
  .cid-uLMT5bnPh6 .navbar .navbar-collapse {
    padding: 34px 0;
    border-radius: 25px;
  }
  .cid-uLMT5bnPh6 .navbar .nav-item .nav-link::before {
    display: none;
  }
  .cid-uLMT5bnPh6 .navbar.opened .dropdown-menu {
    top: 0;
  }
  .cid-uLMT5bnPh6 .navbar .dropdown-menu {
    padding: 6px 0 6px 15px;
  }
  .cid-uLMT5bnPh6 .navbar .dropdown-menu .dropdown-submenu {
    left: 0 !important;
  }
  .cid-uLMT5bnPh6 .navbar .dropdown-menu .dropdown-item:after {
    right: auto;
    margin-top: -0.4rem;
  }
  .cid-uLMT5bnPh6 .navbar .navbar-logo img {
    height: 3rem !important;
  }
  .cid-uLMT5bnPh6 .navbar ul.navbar-nav {
    overflow: hidden;
  }
  .cid-uLMT5bnPh6 .navbar ul.navbar-nav li {
    margin: 0;
  }
  .cid-uLMT5bnPh6 .navbar .dropdown-menu .dropdown-item {
    padding: 0 !important;
    margin: 0;
    margin-top: 8px;
    text-align: left;
  }
  .cid-uLMT5bnPh6 .navbar .navbar-brand {
    flex-shrink: initial;
    flex-basis: auto;
    word-break: break-word;
    padding-right: 2rem;
  }
  .cid-uLMT5bnPh6 .navbar .navbar-toggler {
    flex-basis: auto;
  }
  .cid-uLMT5bnPh6 .navbar .icons-menu {
    padding: 0;
  }
}
.cid-uLMT5bnPh6 .navbar.navbar-short {
  min-height: 60px;
}
.cid-uLMT5bnPh6 .navbar.navbar-short .navbar-logo img {
  height: 2.5rem !important;
}
.cid-uLMT5bnPh6 .navbar.navbar-short .navbar-brand {
  min-height: 60px;
  padding: 0;
}
.cid-uLMT5bnPh6 .navbar-brand {
  min-height: 70px;
  flex-shrink: 0;
  align-items: center;
  margin-right: 0;
  padding: 10px 0;
  transition: all 0.3s;
  word-break: break-word;
  z-index: 1;
}
.cid-uLMT5bnPh6 .navbar-brand .navbar-caption {
  line-height: inherit !important;
}
.cid-uLMT5bnPh6 .navbar-brand .navbar-logo a {
  outline: none;
}
.cid-uLMT5bnPh6 .dropdown-item.active,
.cid-uLMT5bnPh6 .dropdown-item:active {
  background-color: transparent;
}
.cid-uLMT5bnPh6 .navbar-expand-lg .navbar-nav .nav-link {
  padding: 0;
}
.cid-uLMT5bnPh6 .nav-dropdown .link.dropdown-toggle {
  margin-right: 1.667em;
}
.cid-uLMT5bnPh6 .nav-dropdown .link.dropdown-toggle[aria-expanded="true"] {
  margin-right: 0;
  padding: 0.667em 1.667em;
}
.cid-uLMT5bnPh6 .navbar .dropdown.open > .dropdown-menu {
  display: block;
}
.cid-uLMT5bnPh6 ul.navbar-nav {
  flex-wrap: wrap;
  padding: 36px 0;
  border-bottom: 1px solid #0e132f;
}
.cid-uLMT5bnPh6 .navbar-buttons {
  text-align: center;
  min-width: 170px;
}
.cid-uLMT5bnPh6 button.navbar-toggler {
  outline: none;
  width: 48px;
  height: 48px;
  border-radius: 50%;
  cursor: pointer;
  transition: all 0.2s;
  position: relative;
  align-self: center;
  color: #ffffff;
  background: #ffffff;
}
.cid-uLMT5bnPh6 button.navbar-toggler .hamburger span {
  position: absolute;
  right: 10px;
  margin-top: 14px;
  width: 26px;
  height: 2px;
  border-right: 5px;
  background-color: #474747;
}
.cid-uLMT5bnPh6 button.navbar-toggler .hamburger span:nth-child(1) {
  top: 0;
  transition: all 0.2s;
}
.cid-uLMT5bnPh6 button.navbar-toggler .hamburger span:nth-child(2) {
  top: 8px;
  transition: all 0.15s;
}
.cid-uLMT5bnPh6 button.navbar-toggler .hamburger span:nth-child(3) {
  top: 8px;
  transition: all 0.15s;
}
.cid-uLMT5bnPh6 button.navbar-toggler .hamburger span:nth-child(4) {
  top: 16px;
  transition: all 0.2s;
}
.cid-uLMT5bnPh6 nav.opened .hamburger span:nth-child(1) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-uLMT5bnPh6 nav.opened .hamburger span:nth-child(2) {
  transform: rotate(45deg);
  transition: all 0.25s;
}
.cid-uLMT5bnPh6 nav.opened .hamburger span:nth-child(3) {
  transform: rotate(-45deg);
  transition: all 0.25s;
}
.cid-uLMT5bnPh6 nav.opened .hamburger span:nth-child(4) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-uLMT5bnPh6 a.nav-link {
  display: flex;
  align-items: center;
  justify-content: flex-start;
}
.cid-uLMT5bnPh6 .icons-menu {
  flex-wrap: nowrap;
  display: flex;
  justify-content: center;
  padding: 0;
  text-align: center;
  margin-bottom: 35px;
}
@media screen and (-ms-high-contrast: active), (-ms-high-contrast: none) {
  .cid-uLMT5bnPh6 .navbar {
    height: 70px;
  }
  .cid-uLMT5bnPh6 .navbar.opened {
    height: auto;
  }
  .cid-uLMT5bnPh6 .nav-item .nav-link:hover::before {
    width: 175%;
    max-width: calc(100% + 2rem);
    left: -1rem;
  }
}
.cid-uLMT5bnPh6 .navbar-dropdown .navbar-logo {
  margin-right: 15px;
}
@media (min-width: 768px) {
  .cid-uLMT5bnPh6 .container-fluid {
    padding-left: 30px;
    padding-right: 30px;
  }
}
.cid-uLMT5bnPh6 .mbr-section-btn-main {
  padding-top: 5px;
}
.cid-uLMT5bnPh6 .mbr-section-btn-main .btn {
  margin: 0 4px 4px 4px;
}
.cid-uLMT5bnPh6 .navbar-caption:hover {
  color: #2554ab;
}
@media (min-width: 992px) {
  .cid-uLMT5bnPh6 .dropdown-menu.dropdown-submenu {
    left: 175px !important;
    top: -45% !important;
  }
}
.cid-uLMT5bnPh6 .nav-link {
  position: relative;
}
.cid-uLMT5bnPh6 .nav-link:before {
  content: '';
  position: absolute;
  left: -12px;
  width: 6px;
  height: 6px;
  border-radius: 100%;
  background-color: #2554ab;
  transition: all .3s ease;
  opacity: 0;
}
.cid-uLMT5bnPh6 .nav-link:hover:before {
  opacity: 1;
}
.cid-uLMT5bnPh6 .mbr-section-subtitle {
  color: #ffffff;
}
.cid-uLMT5bnPh6 .mbr-text {
  color: #ffffff;
  text-align: center;
}
.cid-uLMT5bnPh6 .text_widget {
  color: #ffffff;
}
.cid-uLMT5bnPh6 .mbr-section-subtitle,
.cid-uLMT5bnPh6 .text_widget,
.cid-uLMT5bnPh6 .mbr-section-btn {
  text-align: center;
}
.cid-uLMT5bnPh6 a[class*="text-"]:not(.nav-link):not(.dropdown-item):not([role]):not(.navbar-caption):hover {
  background-image: none;
}
.cid-uBZ6zTl6FJ {
  padding-top: 0rem;
  padding-bottom: 1rem;
  background-color: #ffffff;
}
.cid-uBZ6zTl6FJ .item-img {
  position: relative;
  overflow: hidden;
}
.cid-uBZ6zTl6FJ .item-img:before {
  content: '';
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
  left: 0;
  background: black;
  opacity: 0.3;
  z-index: 1;
  transition: all 0.3s;
  pointer-events: none;
}
.cid-uBZ6zTl6FJ h5 {
  margin-bottom: 1rem;
}
.cid-uBZ6zTl6FJ .item-content {
  position: absolute;
  top: 55%;
  right: 0;
  z-index: 2;
  width: 100%;
  transform: translateY(-50%);
  padding: 2rem 8rem;
  display: flex;
  flex-direction: column;
  height: 50%;
}
@media (max-width: 767px) {
  .cid-uBZ6zTl6FJ .item-content {
    padding: 0 2rem 1.5rem;
    margin-top: 1rem;
  }
}
.cid-uBZ6zTl6FJ img,
.cid-uBZ6zTl6FJ .item-img {
  width: 100%;
  transition: all 0.3s;
  height: 100%;
  height: 400px;
  object-fit: cover;
}
.cid-uBZ6zTl6FJ .item:focus,
.cid-uBZ6zTl6FJ span:focus {
  outline: none;
}
.cid-uBZ6zTl6FJ .item {
  margin-bottom: 2rem;
}
@media (max-width: 767px) {
  .cid-uBZ6zTl6FJ .item {
    margin-bottom: 1rem;
  }
}
.cid-uBZ6zTl6FJ .item-wrapper {
  position: relative;
  border-radius: 15px;
  height: 100%;
  display: flex;
  flex-flow: column nowrap;
}
.cid-uBZ6zTl6FJ .mbr-section-title {
  color: #4e423d;
}
.cid-uBZ6zTl6FJ .item-title {
  text-align: left;
  color: #ffffff;
}
.cid-uBZ6zTl6FJ .item-subtitle {
  text-align: left;
  color: #ffffff;
}
.cid-uBZ6zTl6FJ .mbr-text,
.cid-uBZ6zTl6FJ .item .mbr-section-btn {
  text-align: left;
  color: #ffffff;
}
.cid-uBZ6zTl6FJ .content-head {
  max-width: 800px;
}
.cid-uBZ6zUalt7 {
  padding-top: 1rem;
  padding-bottom: 5rem;
  background-color: #fafafa;
}
.cid-uBZ6zUalt7 .mbr-section-title {
  margin-bottom: 1em;
  color: #272727;
}
.cid-uBZ6zUalt7 .mbr-section-subtitle {
  margin-bottom: 1.5625em;
  color: #272727;
  opacity: 0.4;
}
.cid-uBZ6zUalt7 .item-row {
  display: grid;
  -webkit-box-align: stretch;
  -webkit-align-items: stretch;
  -ms-flex-align: stretch;
  align-items: stretch;
  grid-auto-columns: 1fr;
  grid-column-gap: 16px;
  grid-row-gap: 16px;
  grid-template-columns: repeat(4, 1fr);
  -ms-grid-rows: auto;
  grid-template-rows: auto;
}
@media (max-width: 1199px) {
  .cid-uBZ6zUalt7 .item-row {
    grid-template-columns: repeat(2, 1fr);
  }
}
@media (max-width: 767px) {
  .cid-uBZ6zUalt7 .item-row {
    grid-template-columns: repeat(1, 1fr);
  }
}
.cid-uBZ6zUalt7 .item {
  padding: 0;
}
.cid-uBZ6zUalt7 .item-wrapper {
  display: flex;
  flex-direction: column;
  align-items: stretch;
  height: 100%;
  width: 100%;
  border-radius: 10px;
  overflow: hidden;
  transform-style: preserve-3d;
  transition: .3s all;
  border: 2px solid transparent;
}
.cid-uBZ6zUalt7 .item-wrapper:hover {
  transform: scale3d(1.01, 1.01, 1);
  border-color: #fafafa;
}
.cid-uBZ6zUalt7 .item-img {
  display: flex;
  align-items: center;
  justify-content: center;
  height: 175px;
}
.cid-uBZ6zUalt7 .item-img img {
  width: 100%;
  object-fit: cover;
  height: 100%;
}
.cid-uBZ6zUalt7 .item-content {
  display: flex;
  flex-direction: column;
  align-items: stretch;
  width: 100%;
  padding: 20px 5% 6%;
  flex-grow: 1;
  background-color: #ffffff;
}
.cid-uBZ6zUalt7 .item-text-wrap {
  width: 100%;
  margin-bottom: 5.3em;
}
@media (max-width: 1199px) {
  .cid-uBZ6zUalt7 .item-text-wrap {
    margin-bottom: 4em;
  }
}
@media (max-width: 767px) {
  .cid-uBZ6zUalt7 .item-text-wrap {
    margin-bottom: 2em;
    max-width: 340px;
    margin-right: auto;
  }
}
.cid-uBZ6zUalt7 .item-title {
  color: #272727;
  margin-bottom: 0.52em;
}
.cid-uBZ6zUalt7 .item-subtitle {
  color: #272727;
  opacity: 0.52em;
}
.cid-uBZ6zUalt7 .card-bottom {
  display: flex;
  flex-direction: column;
  align-items: stretch;
  margin-top: auto;
}
.cid-uBZ6zUalt7 .item-name-wrap {
  display: flex;
  align-items: center;
  width: 100%;
}
.cid-uBZ6zUalt7 .image-wrapper {
  width: 35px;
  height: 35px;
  margin-right: 10px;
  border-radius: 300px;
  overflow: hidden;
}
.cid-uBZ6zUalt7 .image-wrapper img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.cid-uBZ6zUalt7 .mbr-text {
  flex-grow: 1;
  color: #272727;
  text-align: right;
}
.cid-uBZ6zUalt7 .mbr-section-btn {
  display: flex;
  margin-top: 20px;
  width: auto !important;
}
.cid-uBZ6zUalt7 .mbr-section-btn .btn {
  width: 100%;
  min-width: auto !important;
}
.cid-uLMRAIzUxG {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-color: #0e132f;
}
.cid-uLMRAIzUxG .mbr-fallback-image.disabled {
  display: none;
}
.cid-uLMRAIzUxG .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-uLMRAIzUxG .container {
    padding: 0 16px;
  }
}
.cid-uLMRAIzUxG .card {
  display: flex;
  flex-direction: column;
  justify-content: space-between;
}
@media (max-width: 992px) {
  .cid-uLMRAIzUxG .card {
    margin-bottom: 40px;
  }
}
.cid-uLMRAIzUxG .card .content-wrapper .title-wrapper .title-wrap {
  display: inline-flex;
  align-items: center;
  margin-bottom: 16px;
}
@media (max-width: 992px) {
  .cid-uLMRAIzUxG .card .content-wrapper .title-wrapper .title-wrap {
    margin-bottom: 40px;
  }
}
.cid-uLMRAIzUxG .card .content-wrapper .title-wrapper .title-wrap img {
  width: 32px;
  height: 32px;
  object-fit: contain;
  margin-right: 1rem;
}
.cid-uLMRAIzUxG .card .content-wrapper .title-wrapper .title-wrap .mbr-section-title {
  margin-bottom: 0;
}
.cid-uLMRAIzUxG .card .content-wrapper .copyright {
  margin-bottom: 20px;
}
@media (max-width: 992px) {
  .cid-uLMRAIzUxG .card .content-wrapper .copyright {
    margin-bottom: 40px;
  }
}
.cid-uLMRAIzUxG .card .social-wrapper .social-wrap {
  display: inline-flex;
  flex-wrap: wrap;
}
.cid-uLMRAIzUxG .card .social-wrapper .social-wrap .mbr-iconfont {
  font-size: 20px;
  margin-right: 48px;
  color: #ffffff;
}
.cid-uLMRAIzUxG .list-wrapper .mbr-card-title {
  margin-bottom: 16px;
}
.cid-uLMRAIzUxG .list-wrapper .list {
  margin: 0;
  padding: 0;
  list-style-type: none;
}
.cid-uLMRAIzUxG .list-wrapper .list .item-wrap {
  margin-bottom: 16px;
}
@media (max-width: 992px) {
  .cid-uLMRAIzUxG .list-wrapper .list {
    margin-bottom: 40px;
  }
}
.cid-uLMRAIzUxG .mbr-section-title {
  color: #ffffff;
}
.cid-uLMRAIzUxG .copyright {
  color: #ffffff;
}
.cid-uLMRAIzUxG .mbr-card-title {
  color: #D4FE00;
}
.cid-uLMRAIzUxG .list {
  color: #ffffff;
}
.cid-uLMT5bnPh6 .navbar-dropdown {
  background-color: #ffffff !important;
  padding: 0;
}
.cid-uLMT5bnPh6 .navbar.navbar-expand-lg .dropdown .dropdown-menu {
  background-color: #ffffff !important;
  background: #ffffff;
}
.cid-uLMT5bnPh6 .navbar.navbar-expand-lg .dropdown .dropdown-menu .dropdown-submenu {
  margin: 0;
  left: 100%;
}
@media (max-width: 991px) {
  .cid-uLMT5bnPh6 .menu_box .navbar.opened,
  .cid-uLMT5bnPh6 .menu_box .navbar-collapse {
    background-color: #ffffff !important;
    transition: all 0s ease 0s;
  }
}
.cid-uLMT5bnPh6 .navbar-dropdown {
  position: relative !important;
}
.cid-uLMT5bnPh6 .btn {
  min-height: auto;
  box-shadow: none;
  margin-top: 0;
}
.cid-uLMT5bnPh6 .btn:hover {
  box-shadow: none;
}
@media (min-width: 992px) {
  .cid-uLMT5bnPh6 .offcanvas_image img {
    width: auto;
    object-fit: cover;
    display: inline-block;
  }
  .cid-uLMT5bnPh6 .offcanvas-header {
    position: relative;
    padding: 0;
  }
  .cid-uLMT5bnPh6 .offcanvas-header .btn-close {
    position: absolute;
    top: -70px;
    right: 0;
    width: 35px;
    height: 30px;
  }
  .cid-uLMT5bnPh6 .offcanvas-body {
    text-align: center;
    padding: 0;
  }
  .cid-uLMT5bnPh6 .offcanvas-body .mbr-text,
  .cid-uLMT5bnPh6 .offcanvas-body .mbr-section-subtitle {
    margin-top: 14px;
  }
  .cid-uLMT5bnPh6 .offcanvas-body .offcanvas_contact {
    margin: 35px 0;
  }
  .cid-uLMT5bnPh6 .offcanvas_box button.btn_offcanvas {
    outline: none;
    width: 40px;
    height: 40px;
    cursor: pointer;
    transition: all 0.2s;
    position: relative;
    align-self: center;
  }
  .cid-uLMT5bnPh6 .offcanvas_box button.btn_offcanvas .hamburger span {
    position: absolute;
    right: 0;
    width: 40px;
    height: 2px;
    border-right: 5px;
    background-color: #474747;
  }
  .cid-uLMT5bnPh6 .offcanvas_box button.btn_offcanvas .hamburger span:nth-child(1) {
    top: 18px;
    transition: all 0.2s;
  }
  .cid-uLMT5bnPh6 .offcanvas_box button.btn_offcanvas .hamburger span:nth-child(2) {
    top: 25px;
    transition: all 0.2s;
  }
  .cid-uLMT5bnPh6 .offcanvas_box button.btn_offcanvas:hover .hamburger span {
    width: 36px;
  }
  .cid-uLMT5bnPh6 .offcanvas_box button.btn_offcanvas:hover .hamburger span:nth-child(2) {
    width: 33px;
    transition-delay: 0.2s;
  }
  .cid-uLMT5bnPh6 ul.navbar-nav {
    padding-bottom: 1.5rem;
  }
  .cid-uLMT5bnPh6 .dropdown-menu .dropdown-toggle[data-toggle="dropdown-submenu"]::after,
  .cid-uLMT5bnPh6 .link.dropdown-toggle::after {
    display: inline-block;
    width: 7px;
    height: 7px;
    margin-left: .5rem;
    margin-bottom: 2px;
    content: "";
    border: 2px solid;
    border-left: none;
    border-top: none;
    transform: rotate(-45deg);
  }
  .cid-uLMT5bnPh6 .link.dropdown-toggle::after {
    padding: 0 !important;
    transform: rotate(45deg);
  }
  .cid-uLMT5bnPh6 li.nav-item {
    position: relative;
    display: inline-block;
    padding: 1px 7px !important;
    vertical-align: middle;
    line-height: 2em !important;
    font-weight: 600 !important;
    text-decoration: none;
    letter-spacing: 0 !important;
    z-index: 1;
  }
  .cid-uLMT5bnPh6 .lg_brand {
    margin: 0 1rem;
  }
}
.cid-uLMT5bnPh6 .nav-item {
  margin: 4px 15px;
}
@media (min-width: 1200px) {
  .cid-uLMT5bnPh6 .nav-item {
    margin: 4px 20px;
  }
}
@media (max-width: 991px) {
  .cid-uLMT5bnPh6 .nav-item {
    margin: 0 !important;
  }
}
.cid-uLMT5bnPh6 .dropdown-menu {
  border-radius: 0;
  box-shadow: none;
  text-align: left;
}
@media (min-width: 992px) {
  .cid-uLMT5bnPh6 .dropdown-menu {
    padding: 18px 34px 22px;
    min-width: 250px;
    top: auto !important;
    left: -40px !important;
  }
  .cid-uLMT5bnPh6 .dropdown-menu.dropdown-submenu {
    left: 215px !important;
    top: -45% !important;
  }
}
@media (max-width: 991px) {
  .cid-uLMT5bnPh6 .dropdown-menu .dropdown-toggle[data-toggle="dropdown-submenu"]::after,
  .cid-uLMT5bnPh6 .link.dropdown-toggle::after {
    display: inline-block;
    width: 7px;
    height: 7px;
    margin-left: .5rem;
    margin-bottom: 2px;
    content: "";
    border: 2px solid;
    border-left: none;
    border-top: none;
    transform: rotate(-45deg);
    right: 15px;
    position: absolute;
    margin-top: -2px;
  }
  .cid-uLMT5bnPh6 .show.dropdown-toggle[aria-expanded="true"]::after {
    transform: rotate(45deg);
    margin-top: -4px;
  }
  .cid-uLMT5bnPh6 .offcanvas_box {
    display: none;
  }
}
.cid-uLMT5bnPh6 .dropdown-item {
  border: none;
  font-weight: 400 !important;
}
.cid-uLMT5bnPh6 .nav-dropdown .link {
  font-weight: 400 !important;
  padding: 0 !important;
  margin: 0 !important;
}
.cid-uLMT5bnPh6 .nav-dropdown .link.dropdown-toggle::after {
  margin-left: 0.5rem;
  margin-top: 0;
}
.cid-uLMT5bnPh6 .container {
  display: flex;
  margin: auto;
}
.cid-uLMT5bnPh6 .iconfont-wrapper {
  color: #e0bdb6;
  font-size: 17px;
  margin-right: 10px;
  margin-bottom: 5px;
  width: 25px;
  height: 25px;
  border-radius: 50%;
  display: flex;
  justify-content: center;
  align-items: center;
  transition: all 0.2s ease-in-out;
}
.cid-uLMT5bnPh6 .iconfont-wrapper:last-child {
  margin-right: 0;
}
.cid-uLMT5bnPh6 .iconfont-wrapper:hover {
  opacity: .5;
}
.cid-uLMT5bnPh6 .navbar-caption {
  color: #747474;
}
.cid-uLMT5bnPh6 .navbar-nav {
  margin: 0 1rem;
}
@media (min-width: 992px) {
  .cid-uLMT5bnPh6 .navbar-nav {
    margin: 0;
  }
}
.cid-uLMT5bnPh6 .dropdown-menu,
.cid-uLMT5bnPh6 .navbar.opened {
  background-color: false !important;
}
.cid-uLMT5bnPh6 .nav-item:focus,
.cid-uLMT5bnPh6 .nav-link:focus {
  outline: none;
}
.cid-uLMT5bnPh6 .dropdown .dropdown-menu .dropdown-item {
  width: auto;
  transition: all 0.25s ease-in-out;
}
.cid-uLMT5bnPh6 .dropdown .dropdown-menu .dropdown-item::after {
  right: 0.5rem;
}
.cid-uLMT5bnPh6 .dropdown .dropdown-menu .dropdown-item .mbr-iconfont {
  margin-right: 0.5rem;
  vertical-align: sub;
}
.cid-uLMT5bnPh6 .dropdown .dropdown-menu .dropdown-item .mbr-iconfont:before {
  display: inline-block;
  transform: scale(1, 1);
  transition: all 0.25s ease-in-out;
}
.cid-uLMT5bnPh6 .collapsed .dropdown-menu .dropdown-item:before {
  display: none;
}
.cid-uLMT5bnPh6 .collapsed .dropdown .dropdown-menu .dropdown-item {
  padding: 0.235em 1.5em 0.235em 1.5em !important;
  transition: none;
  margin: 0 !important;
}
.cid-uLMT5bnPh6 .navbar {
  min-height: 70px;
  padding: 20px 0;
  transition: all 0.3s;
  border-bottom-width: 0px;
}
@media (max-width: 992px) {
  .cid-uLMT5bnPh6 .navbar {
    min-height: 30px;
    max-height: 90px;
  }
}
.cid-uLMT5bnPh6 .navbar.opened {
  transition: all 0.3s;
}
.cid-uLMT5bnPh6 .navbar .dropdown-item {
  padding: 0;
  margin: 8px 0;
}
.cid-uLMT5bnPh6 .navbar .navbar-logo img {
  width: auto;
  object-fit: contain;
  border-radius: 0;
}
.cid-uLMT5bnPh6 .navbar .navbar-collapse {
  justify-content: space-between;
  z-index: 1;
}
.cid-uLMT5bnPh6 .navbar.collapsed {
  justify-content: center;
}
.cid-uLMT5bnPh6 .navbar.collapsed .nav-item .nav-link::before {
  display: none;
}
.cid-uLMT5bnPh6 .navbar.collapsed.opened .dropdown-menu {
  top: 0;
}
.cid-uLMT5bnPh6 .navbar.collapsed .dropdown-menu .dropdown-submenu {
  left: 0 !important;
}
.cid-uLMT5bnPh6 .navbar.collapsed .dropdown-menu .dropdown-item:after {
  right: auto;
}
.cid-uLMT5bnPh6 .navbar.collapsed ul.navbar-nav li {
  margin: auto;
}
.cid-uLMT5bnPh6 .navbar.collapsed .dropdown-menu .dropdown-item {
  padding: 0.25rem 1.5rem;
  text-align: left;
}
.cid-uLMT5bnPh6 .navbar.collapsed .icons-menu {
  padding: 0;
}
@media (max-width: 991px) {
  .cid-uLMT5bnPh6 .navbar .nav-item {
    padding: .5rem 0;
  }
  .cid-uLMT5bnPh6 .navbar .navbar-collapse {
    padding: 34px 0;
    border-radius: 25px;
  }
  .cid-uLMT5bnPh6 .navbar .nav-item .nav-link::before {
    display: none;
  }
  .cid-uLMT5bnPh6 .navbar.opened .dropdown-menu {
    top: 0;
  }
  .cid-uLMT5bnPh6 .navbar .dropdown-menu {
    padding: 6px 0 6px 15px;
  }
  .cid-uLMT5bnPh6 .navbar .dropdown-menu .dropdown-submenu {
    left: 0 !important;
  }
  .cid-uLMT5bnPh6 .navbar .dropdown-menu .dropdown-item:after {
    right: auto;
    margin-top: -0.4rem;
  }
  .cid-uLMT5bnPh6 .navbar .navbar-logo img {
    height: 3rem !important;
  }
  .cid-uLMT5bnPh6 .navbar ul.navbar-nav {
    overflow: hidden;
  }
  .cid-uLMT5bnPh6 .navbar ul.navbar-nav li {
    margin: 0;
  }
  .cid-uLMT5bnPh6 .navbar .dropdown-menu .dropdown-item {
    padding: 0 !important;
    margin: 0;
    margin-top: 8px;
    text-align: left;
  }
  .cid-uLMT5bnPh6 .navbar .navbar-brand {
    flex-shrink: initial;
    flex-basis: auto;
    word-break: break-word;
    padding-right: 2rem;
  }
  .cid-uLMT5bnPh6 .navbar .navbar-toggler {
    flex-basis: auto;
  }
  .cid-uLMT5bnPh6 .navbar .icons-menu {
    padding: 0;
  }
}
.cid-uLMT5bnPh6 .navbar.navbar-short {
  min-height: 60px;
}
.cid-uLMT5bnPh6 .navbar.navbar-short .navbar-logo img {
  height: 2.5rem !important;
}
.cid-uLMT5bnPh6 .navbar.navbar-short .navbar-brand {
  min-height: 60px;
  padding: 0;
}
.cid-uLMT5bnPh6 .navbar-brand {
  min-height: 70px;
  flex-shrink: 0;
  align-items: center;
  margin-right: 0;
  padding: 10px 0;
  transition: all 0.3s;
  word-break: break-word;
  z-index: 1;
}
.cid-uLMT5bnPh6 .navbar-brand .navbar-caption {
  line-height: inherit !important;
}
.cid-uLMT5bnPh6 .navbar-brand .navbar-logo a {
  outline: none;
}
.cid-uLMT5bnPh6 .dropdown-item.active,
.cid-uLMT5bnPh6 .dropdown-item:active {
  background-color: transparent;
}
.cid-uLMT5bnPh6 .navbar-expand-lg .navbar-nav .nav-link {
  padding: 0;
}
.cid-uLMT5bnPh6 .nav-dropdown .link.dropdown-toggle {
  margin-right: 1.667em;
}
.cid-uLMT5bnPh6 .nav-dropdown .link.dropdown-toggle[aria-expanded="true"] {
  margin-right: 0;
  padding: 0.667em 1.667em;
}
.cid-uLMT5bnPh6 .navbar .dropdown.open > .dropdown-menu {
  display: block;
}
.cid-uLMT5bnPh6 ul.navbar-nav {
  flex-wrap: wrap;
  padding: 36px 0;
  border-bottom: 1px solid #0e132f;
}
.cid-uLMT5bnPh6 .navbar-buttons {
  text-align: center;
  min-width: 170px;
}
.cid-uLMT5bnPh6 button.navbar-toggler {
  outline: none;
  width: 48px;
  height: 48px;
  border-radius: 50%;
  cursor: pointer;
  transition: all 0.2s;
  position: relative;
  align-self: center;
  color: #ffffff;
  background: #ffffff;
}
.cid-uLMT5bnPh6 button.navbar-toggler .hamburger span {
  position: absolute;
  right: 10px;
  margin-top: 14px;
  width: 26px;
  height: 2px;
  border-right: 5px;
  background-color: #474747;
}
.cid-uLMT5bnPh6 button.navbar-toggler .hamburger span:nth-child(1) {
  top: 0;
  transition: all 0.2s;
}
.cid-uLMT5bnPh6 button.navbar-toggler .hamburger span:nth-child(2) {
  top: 8px;
  transition: all 0.15s;
}
.cid-uLMT5bnPh6 button.navbar-toggler .hamburger span:nth-child(3) {
  top: 8px;
  transition: all 0.15s;
}
.cid-uLMT5bnPh6 button.navbar-toggler .hamburger span:nth-child(4) {
  top: 16px;
  transition: all 0.2s;
}
.cid-uLMT5bnPh6 nav.opened .hamburger span:nth-child(1) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-uLMT5bnPh6 nav.opened .hamburger span:nth-child(2) {
  transform: rotate(45deg);
  transition: all 0.25s;
}
.cid-uLMT5bnPh6 nav.opened .hamburger span:nth-child(3) {
  transform: rotate(-45deg);
  transition: all 0.25s;
}
.cid-uLMT5bnPh6 nav.opened .hamburger span:nth-child(4) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-uLMT5bnPh6 a.nav-link {
  display: flex;
  align-items: center;
  justify-content: flex-start;
}
.cid-uLMT5bnPh6 .icons-menu {
  flex-wrap: nowrap;
  display: flex;
  justify-content: center;
  padding: 0;
  text-align: center;
  margin-bottom: 35px;
}
@media screen and (-ms-high-contrast: active), (-ms-high-contrast: none) {
  .cid-uLMT5bnPh6 .navbar {
    height: 70px;
  }
  .cid-uLMT5bnPh6 .navbar.opened {
    height: auto;
  }
  .cid-uLMT5bnPh6 .nav-item .nav-link:hover::before {
    width: 175%;
    max-width: calc(100% + 2rem);
    left: -1rem;
  }
}
.cid-uLMT5bnPh6 .navbar-dropdown .navbar-logo {
  margin-right: 15px;
}
@media (min-width: 768px) {
  .cid-uLMT5bnPh6 .container-fluid {
    padding-left: 30px;
    padding-right: 30px;
  }
}
.cid-uLMT5bnPh6 .mbr-section-btn-main {
  padding-top: 5px;
}
.cid-uLMT5bnPh6 .mbr-section-btn-main .btn {
  margin: 0 4px 4px 4px;
}
.cid-uLMT5bnPh6 .navbar-caption:hover {
  color: #2554ab;
}
@media (min-width: 992px) {
  .cid-uLMT5bnPh6 .dropdown-menu.dropdown-submenu {
    left: 175px !important;
    top: -45% !important;
  }
}
.cid-uLMT5bnPh6 .nav-link {
  position: relative;
}
.cid-uLMT5bnPh6 .nav-link:before {
  content: '';
  position: absolute;
  left: -12px;
  width: 6px;
  height: 6px;
  border-radius: 100%;
  background-color: #2554ab;
  transition: all .3s ease;
  opacity: 0;
}
.cid-uLMT5bnPh6 .nav-link:hover:before {
  opacity: 1;
}
.cid-uLMT5bnPh6 .mbr-section-subtitle {
  color: #ffffff;
}
.cid-uLMT5bnPh6 .mbr-text {
  color: #ffffff;
  text-align: center;
}
.cid-uLMT5bnPh6 .text_widget {
  color: #ffffff;
}
.cid-uLMT5bnPh6 .mbr-section-subtitle,
.cid-uLMT5bnPh6 .text_widget,
.cid-uLMT5bnPh6 .mbr-section-btn {
  text-align: center;
}
.cid-uLMT5bnPh6 a[class*="text-"]:not(.nav-link):not(.dropdown-item):not([role]):not(.navbar-caption):hover {
  background-image: none;
}
.cid-uBZ3ZGlvxV {
  padding-top: 0rem;
  padding-bottom: 0rem;
  background-color: #ffffff;
}
.cid-uBZ3ZGlvxV .item-img {
  position: relative;
  overflow: hidden;
}
.cid-uBZ3ZGlvxV .item-img:before {
  content: '';
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
  left: 0;
  background: black;
  opacity: 0.3;
  z-index: 1;
  transition: all 0.3s;
  pointer-events: none;
}
.cid-uBZ3ZGlvxV h5 {
  margin-bottom: 1rem;
}
.cid-uBZ3ZGlvxV .item-content {
  position: absolute;
  top: 55%;
  right: 0;
  z-index: 2;
  width: 100%;
  transform: translateY(-50%);
  padding: 2rem 8rem;
  display: flex;
  flex-direction: column;
  height: 50%;
}
@media (max-width: 767px) {
  .cid-uBZ3ZGlvxV .item-content {
    padding: 0 2rem 1.5rem;
    margin-top: 1rem;
  }
}
.cid-uBZ3ZGlvxV img,
.cid-uBZ3ZGlvxV .item-img {
  width: 100%;
  transition: all 0.3s;
  height: 100%;
  height: 400px;
  object-fit: cover;
}
.cid-uBZ3ZGlvxV .item:focus,
.cid-uBZ3ZGlvxV span:focus {
  outline: none;
}
.cid-uBZ3ZGlvxV .item {
  margin-bottom: 2rem;
}
@media (max-width: 767px) {
  .cid-uBZ3ZGlvxV .item {
    margin-bottom: 1rem;
  }
}
.cid-uBZ3ZGlvxV .item-wrapper {
  position: relative;
  border-radius: 15px;
  height: 100%;
  display: flex;
  flex-flow: column nowrap;
}
.cid-uBZ3ZGlvxV .mbr-section-title {
  color: #4e423d;
}
.cid-uBZ3ZGlvxV .item-title {
  text-align: left;
  color: #ffffff;
}
.cid-uBZ3ZGlvxV .item-subtitle {
  text-align: left;
  color: #ffffff;
}
.cid-uBZ3ZGlvxV .mbr-text,
.cid-uBZ3ZGlvxV .item .mbr-section-btn {
  text-align: left;
  color: #ffffff;
}
.cid-uBZ3ZGlvxV .content-head {
  max-width: 800px;
}
.cid-uBZ3ZH7LY7 {
  padding-top: 1rem;
  padding-bottom: 5rem;
  background-color: #fafafa;
}
.cid-uBZ3ZH7LY7 .mbr-section-title {
  margin-bottom: 1em;
  color: #272727;
}
.cid-uBZ3ZH7LY7 .mbr-section-subtitle {
  margin-bottom: 1.5625em;
  color: #272727;
  opacity: 0.4;
}
.cid-uBZ3ZH7LY7 .item-row {
  display: grid;
  -webkit-box-align: stretch;
  -webkit-align-items: stretch;
  -ms-flex-align: stretch;
  align-items: stretch;
  grid-auto-columns: 1fr;
  grid-column-gap: 16px;
  grid-row-gap: 16px;
  grid-template-columns: repeat(4, 1fr);
  -ms-grid-rows: auto;
  grid-template-rows: auto;
}
@media (max-width: 1199px) {
  .cid-uBZ3ZH7LY7 .item-row {
    grid-template-columns: repeat(2, 1fr);
  }
}
@media (max-width: 767px) {
  .cid-uBZ3ZH7LY7 .item-row {
    grid-template-columns: repeat(1, 1fr);
  }
}
.cid-uBZ3ZH7LY7 .item {
  padding: 0;
}
.cid-uBZ3ZH7LY7 .item-wrapper {
  display: flex;
  flex-direction: column;
  align-items: stretch;
  height: 100%;
  width: 100%;
  border-radius: 10px;
  overflow: hidden;
  transform-style: preserve-3d;
  transition: .3s all;
  border: 2px solid transparent;
}
.cid-uBZ3ZH7LY7 .item-wrapper:hover {
  transform: scale3d(1.01, 1.01, 1);
  border-color: #fafafa;
}
.cid-uBZ3ZH7LY7 .item-img {
  display: flex;
  align-items: center;
  justify-content: center;
  height: 175px;
}
.cid-uBZ3ZH7LY7 .item-img img {
  width: 100%;
  object-fit: cover;
  height: 100%;
}
.cid-uBZ3ZH7LY7 .item-content {
  display: flex;
  flex-direction: column;
  align-items: stretch;
  width: 100%;
  padding: 20px 5% 6%;
  flex-grow: 1;
  background-color: #ffffff;
}
.cid-uBZ3ZH7LY7 .item-text-wrap {
  width: 100%;
  margin-bottom: 5.3em;
}
@media (max-width: 1199px) {
  .cid-uBZ3ZH7LY7 .item-text-wrap {
    margin-bottom: 4em;
  }
}
@media (max-width: 767px) {
  .cid-uBZ3ZH7LY7 .item-text-wrap {
    margin-bottom: 2em;
    max-width: 340px;
    margin-right: auto;
  }
}
.cid-uBZ3ZH7LY7 .item-title {
  color: #272727;
  margin-bottom: 0.52em;
}
.cid-uBZ3ZH7LY7 .item-subtitle {
  color: #272727;
  opacity: 0.52em;
}
.cid-uBZ3ZH7LY7 .card-bottom {
  display: flex;
  flex-direction: column;
  align-items: stretch;
  margin-top: auto;
}
.cid-uBZ3ZH7LY7 .item-name-wrap {
  display: flex;
  align-items: center;
  width: 100%;
}
.cid-uBZ3ZH7LY7 .image-wrapper {
  width: 35px;
  height: 35px;
  margin-right: 10px;
  border-radius: 300px;
  overflow: hidden;
}
.cid-uBZ3ZH7LY7 .image-wrapper img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.cid-uBZ3ZH7LY7 .mbr-text {
  flex-grow: 1;
  color: #272727;
  text-align: right;
}
.cid-uBZ3ZH7LY7 .mbr-section-btn {
  display: flex;
  margin-top: 20px;
  width: auto !important;
}
.cid-uBZ3ZH7LY7 .mbr-section-btn .btn {
  width: 100%;
  min-width: auto !important;
}
.cid-uLMRAIzUxG {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-color: #0e132f;
}
.cid-uLMRAIzUxG .mbr-fallback-image.disabled {
  display: none;
}
.cid-uLMRAIzUxG .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-uLMRAIzUxG .container {
    padding: 0 16px;
  }
}
.cid-uLMRAIzUxG .card {
  display: flex;
  flex-direction: column;
  justify-content: space-between;
}
@media (max-width: 992px) {
  .cid-uLMRAIzUxG .card {
    margin-bottom: 40px;
  }
}
.cid-uLMRAIzUxG .card .content-wrapper .title-wrapper .title-wrap {
  display: inline-flex;
  align-items: center;
  margin-bottom: 16px;
}
@media (max-width: 992px) {
  .cid-uLMRAIzUxG .card .content-wrapper .title-wrapper .title-wrap {
    margin-bottom: 40px;
  }
}
.cid-uLMRAIzUxG .card .content-wrapper .title-wrapper .title-wrap img {
  width: 32px;
  height: 32px;
  object-fit: contain;
  margin-right: 1rem;
}
.cid-uLMRAIzUxG .card .content-wrapper .title-wrapper .title-wrap .mbr-section-title {
  margin-bottom: 0;
}
.cid-uLMRAIzUxG .card .content-wrapper .copyright {
  margin-bottom: 20px;
}
@media (max-width: 992px) {
  .cid-uLMRAIzUxG .card .content-wrapper .copyright {
    margin-bottom: 40px;
  }
}
.cid-uLMRAIzUxG .card .social-wrapper .social-wrap {
  display: inline-flex;
  flex-wrap: wrap;
}
.cid-uLMRAIzUxG .card .social-wrapper .social-wrap .mbr-iconfont {
  font-size: 20px;
  margin-right: 48px;
  color: #ffffff;
}
.cid-uLMRAIzUxG .list-wrapper .mbr-card-title {
  margin-bottom: 16px;
}
.cid-uLMRAIzUxG .list-wrapper .list {
  margin: 0;
  padding: 0;
  list-style-type: none;
}
.cid-uLMRAIzUxG .list-wrapper .list .item-wrap {
  margin-bottom: 16px;
}
@media (max-width: 992px) {
  .cid-uLMRAIzUxG .list-wrapper .list {
    margin-bottom: 40px;
  }
}
.cid-uLMRAIzUxG .mbr-section-title {
  color: #ffffff;
}
.cid-uLMRAIzUxG .copyright {
  color: #ffffff;
}
.cid-uLMRAIzUxG .mbr-card-title {
  color: #D4FE00;
}
.cid-uLMRAIzUxG .list {
  color: #ffffff;
}
.cid-uLMT5bnPh6 .navbar-dropdown {
  background-color: #ffffff !important;
  padding: 0;
}
.cid-uLMT5bnPh6 .navbar.navbar-expand-lg .dropdown .dropdown-menu {
  background-color: #ffffff !important;
  background: #ffffff;
}
.cid-uLMT5bnPh6 .navbar.navbar-expand-lg .dropdown .dropdown-menu .dropdown-submenu {
  margin: 0;
  left: 100%;
}
@media (max-width: 991px) {
  .cid-uLMT5bnPh6 .menu_box .navbar.opened,
  .cid-uLMT5bnPh6 .menu_box .navbar-collapse {
    background-color: #ffffff !important;
    transition: all 0s ease 0s;
  }
}
.cid-uLMT5bnPh6 .navbar-dropdown {
  position: relative !important;
}
.cid-uLMT5bnPh6 .btn {
  min-height: auto;
  box-shadow: none;
  margin-top: 0;
}
.cid-uLMT5bnPh6 .btn:hover {
  box-shadow: none;
}
@media (min-width: 992px) {
  .cid-uLMT5bnPh6 .offcanvas_image img {
    width: auto;
    object-fit: cover;
    display: inline-block;
  }
  .cid-uLMT5bnPh6 .offcanvas-header {
    position: relative;
    padding: 0;
  }
  .cid-uLMT5bnPh6 .offcanvas-header .btn-close {
    position: absolute;
    top: -70px;
    right: 0;
    width: 35px;
    height: 30px;
  }
  .cid-uLMT5bnPh6 .offcanvas-body {
    text-align: center;
    padding: 0;
  }
  .cid-uLMT5bnPh6 .offcanvas-body .mbr-text,
  .cid-uLMT5bnPh6 .offcanvas-body .mbr-section-subtitle {
    margin-top: 14px;
  }
  .cid-uLMT5bnPh6 .offcanvas-body .offcanvas_contact {
    margin: 35px 0;
  }
  .cid-uLMT5bnPh6 .offcanvas_box button.btn_offcanvas {
    outline: none;
    width: 40px;
    height: 40px;
    cursor: pointer;
    transition: all 0.2s;
    position: relative;
    align-self: center;
  }
  .cid-uLMT5bnPh6 .offcanvas_box button.btn_offcanvas .hamburger span {
    position: absolute;
    right: 0;
    width: 40px;
    height: 2px;
    border-right: 5px;
    background-color: #474747;
  }
  .cid-uLMT5bnPh6 .offcanvas_box button.btn_offcanvas .hamburger span:nth-child(1) {
    top: 18px;
    transition: all 0.2s;
  }
  .cid-uLMT5bnPh6 .offcanvas_box button.btn_offcanvas .hamburger span:nth-child(2) {
    top: 25px;
    transition: all 0.2s;
  }
  .cid-uLMT5bnPh6 .offcanvas_box button.btn_offcanvas:hover .hamburger span {
    width: 36px;
  }
  .cid-uLMT5bnPh6 .offcanvas_box button.btn_offcanvas:hover .hamburger span:nth-child(2) {
    width: 33px;
    transition-delay: 0.2s;
  }
  .cid-uLMT5bnPh6 ul.navbar-nav {
    padding-bottom: 1.5rem;
  }
  .cid-uLMT5bnPh6 .dropdown-menu .dropdown-toggle[data-toggle="dropdown-submenu"]::after,
  .cid-uLMT5bnPh6 .link.dropdown-toggle::after {
    display: inline-block;
    width: 7px;
    height: 7px;
    margin-left: .5rem;
    margin-bottom: 2px;
    content: "";
    border: 2px solid;
    border-left: none;
    border-top: none;
    transform: rotate(-45deg);
  }
  .cid-uLMT5bnPh6 .link.dropdown-toggle::after {
    padding: 0 !important;
    transform: rotate(45deg);
  }
  .cid-uLMT5bnPh6 li.nav-item {
    position: relative;
    display: inline-block;
    padding: 1px 7px !important;
    vertical-align: middle;
    line-height: 2em !important;
    font-weight: 600 !important;
    text-decoration: none;
    letter-spacing: 0 !important;
    z-index: 1;
  }
  .cid-uLMT5bnPh6 .lg_brand {
    margin: 0 1rem;
  }
}
.cid-uLMT5bnPh6 .nav-item {
  margin: 4px 15px;
}
@media (min-width: 1200px) {
  .cid-uLMT5bnPh6 .nav-item {
    margin: 4px 20px;
  }
}
@media (max-width: 991px) {
  .cid-uLMT5bnPh6 .nav-item {
    margin: 0 !important;
  }
}
.cid-uLMT5bnPh6 .dropdown-menu {
  border-radius: 0;
  box-shadow: none;
  text-align: left;
}
@media (min-width: 992px) {
  .cid-uLMT5bnPh6 .dropdown-menu {
    padding: 18px 34px 22px;
    min-width: 250px;
    top: auto !important;
    left: -40px !important;
  }
  .cid-uLMT5bnPh6 .dropdown-menu.dropdown-submenu {
    left: 215px !important;
    top: -45% !important;
  }
}
@media (max-width: 991px) {
  .cid-uLMT5bnPh6 .dropdown-menu .dropdown-toggle[data-toggle="dropdown-submenu"]::after,
  .cid-uLMT5bnPh6 .link.dropdown-toggle::after {
    display: inline-block;
    width: 7px;
    height: 7px;
    margin-left: .5rem;
    margin-bottom: 2px;
    content: "";
    border: 2px solid;
    border-left: none;
    border-top: none;
    transform: rotate(-45deg);
    right: 15px;
    position: absolute;
    margin-top: -2px;
  }
  .cid-uLMT5bnPh6 .show.dropdown-toggle[aria-expanded="true"]::after {
    transform: rotate(45deg);
    margin-top: -4px;
  }
  .cid-uLMT5bnPh6 .offcanvas_box {
    display: none;
  }
}
.cid-uLMT5bnPh6 .dropdown-item {
  border: none;
  font-weight: 400 !important;
}
.cid-uLMT5bnPh6 .nav-dropdown .link {
  font-weight: 400 !important;
  padding: 0 !important;
  margin: 0 !important;
}
.cid-uLMT5bnPh6 .nav-dropdown .link.dropdown-toggle::after {
  margin-left: 0.5rem;
  margin-top: 0;
}
.cid-uLMT5bnPh6 .container {
  display: flex;
  margin: auto;
}
.cid-uLMT5bnPh6 .iconfont-wrapper {
  color: #e0bdb6;
  font-size: 17px;
  margin-right: 10px;
  margin-bottom: 5px;
  width: 25px;
  height: 25px;
  border-radius: 50%;
  display: flex;
  justify-content: center;
  align-items: center;
  transition: all 0.2s ease-in-out;
}
.cid-uLMT5bnPh6 .iconfont-wrapper:last-child {
  margin-right: 0;
}
.cid-uLMT5bnPh6 .iconfont-wrapper:hover {
  opacity: .5;
}
.cid-uLMT5bnPh6 .navbar-caption {
  color: #747474;
}
.cid-uLMT5bnPh6 .navbar-nav {
  margin: 0 1rem;
}
@media (min-width: 992px) {
  .cid-uLMT5bnPh6 .navbar-nav {
    margin: 0;
  }
}
.cid-uLMT5bnPh6 .dropdown-menu,
.cid-uLMT5bnPh6 .navbar.opened {
  background-color: false !important;
}
.cid-uLMT5bnPh6 .nav-item:focus,
.cid-uLMT5bnPh6 .nav-link:focus {
  outline: none;
}
.cid-uLMT5bnPh6 .dropdown .dropdown-menu .dropdown-item {
  width: auto;
  transition: all 0.25s ease-in-out;
}
.cid-uLMT5bnPh6 .dropdown .dropdown-menu .dropdown-item::after {
  right: 0.5rem;
}
.cid-uLMT5bnPh6 .dropdown .dropdown-menu .dropdown-item .mbr-iconfont {
  margin-right: 0.5rem;
  vertical-align: sub;
}
.cid-uLMT5bnPh6 .dropdown .dropdown-menu .dropdown-item .mbr-iconfont:before {
  display: inline-block;
  transform: scale(1, 1);
  transition: all 0.25s ease-in-out;
}
.cid-uLMT5bnPh6 .collapsed .dropdown-menu .dropdown-item:before {
  display: none;
}
.cid-uLMT5bnPh6 .collapsed .dropdown .dropdown-menu .dropdown-item {
  padding: 0.235em 1.5em 0.235em 1.5em !important;
  transition: none;
  margin: 0 !important;
}
.cid-uLMT5bnPh6 .navbar {
  min-height: 70px;
  padding: 20px 0;
  transition: all 0.3s;
  border-bottom-width: 0px;
}
@media (max-width: 992px) {
  .cid-uLMT5bnPh6 .navbar {
    min-height: 30px;
    max-height: 90px;
  }
}
.cid-uLMT5bnPh6 .navbar.opened {
  transition: all 0.3s;
}
.cid-uLMT5bnPh6 .navbar .dropdown-item {
  padding: 0;
  margin: 8px 0;
}
.cid-uLMT5bnPh6 .navbar .navbar-logo img {
  width: auto;
  object-fit: contain;
  border-radius: 0;
}
.cid-uLMT5bnPh6 .navbar .navbar-collapse {
  justify-content: space-between;
  z-index: 1;
}
.cid-uLMT5bnPh6 .navbar.collapsed {
  justify-content: center;
}
.cid-uLMT5bnPh6 .navbar.collapsed .nav-item .nav-link::before {
  display: none;
}
.cid-uLMT5bnPh6 .navbar.collapsed.opened .dropdown-menu {
  top: 0;
}
.cid-uLMT5bnPh6 .navbar.collapsed .dropdown-menu .dropdown-submenu {
  left: 0 !important;
}
.cid-uLMT5bnPh6 .navbar.collapsed .dropdown-menu .dropdown-item:after {
  right: auto;
}
.cid-uLMT5bnPh6 .navbar.collapsed ul.navbar-nav li {
  margin: auto;
}
.cid-uLMT5bnPh6 .navbar.collapsed .dropdown-menu .dropdown-item {
  padding: 0.25rem 1.5rem;
  text-align: left;
}
.cid-uLMT5bnPh6 .navbar.collapsed .icons-menu {
  padding: 0;
}
@media (max-width: 991px) {
  .cid-uLMT5bnPh6 .navbar .nav-item {
    padding: .5rem 0;
  }
  .cid-uLMT5bnPh6 .navbar .navbar-collapse {
    padding: 34px 0;
    border-radius: 25px;
  }
  .cid-uLMT5bnPh6 .navbar .nav-item .nav-link::before {
    display: none;
  }
  .cid-uLMT5bnPh6 .navbar.opened .dropdown-menu {
    top: 0;
  }
  .cid-uLMT5bnPh6 .navbar .dropdown-menu {
    padding: 6px 0 6px 15px;
  }
  .cid-uLMT5bnPh6 .navbar .dropdown-menu .dropdown-submenu {
    left: 0 !important;
  }
  .cid-uLMT5bnPh6 .navbar .dropdown-menu .dropdown-item:after {
    right: auto;
    margin-top: -0.4rem;
  }
  .cid-uLMT5bnPh6 .navbar .navbar-logo img {
    height: 3rem !important;
  }
  .cid-uLMT5bnPh6 .navbar ul.navbar-nav {
    overflow: hidden;
  }
  .cid-uLMT5bnPh6 .navbar ul.navbar-nav li {
    margin: 0;
  }
  .cid-uLMT5bnPh6 .navbar .dropdown-menu .dropdown-item {
    padding: 0 !important;
    margin: 0;
    margin-top: 8px;
    text-align: left;
  }
  .cid-uLMT5bnPh6 .navbar .navbar-brand {
    flex-shrink: initial;
    flex-basis: auto;
    word-break: break-word;
    padding-right: 2rem;
  }
  .cid-uLMT5bnPh6 .navbar .navbar-toggler {
    flex-basis: auto;
  }
  .cid-uLMT5bnPh6 .navbar .icons-menu {
    padding: 0;
  }
}
.cid-uLMT5bnPh6 .navbar.navbar-short {
  min-height: 60px;
}
.cid-uLMT5bnPh6 .navbar.navbar-short .navbar-logo img {
  height: 2.5rem !important;
}
.cid-uLMT5bnPh6 .navbar.navbar-short .navbar-brand {
  min-height: 60px;
  padding: 0;
}
.cid-uLMT5bnPh6 .navbar-brand {
  min-height: 70px;
  flex-shrink: 0;
  align-items: center;
  margin-right: 0;
  padding: 10px 0;
  transition: all 0.3s;
  word-break: break-word;
  z-index: 1;
}
.cid-uLMT5bnPh6 .navbar-brand .navbar-caption {
  line-height: inherit !important;
}
.cid-uLMT5bnPh6 .navbar-brand .navbar-logo a {
  outline: none;
}
.cid-uLMT5bnPh6 .dropdown-item.active,
.cid-uLMT5bnPh6 .dropdown-item:active {
  background-color: transparent;
}
.cid-uLMT5bnPh6 .navbar-expand-lg .navbar-nav .nav-link {
  padding: 0;
}
.cid-uLMT5bnPh6 .nav-dropdown .link.dropdown-toggle {
  margin-right: 1.667em;
}
.cid-uLMT5bnPh6 .nav-dropdown .link.dropdown-toggle[aria-expanded="true"] {
  margin-right: 0;
  padding: 0.667em 1.667em;
}
.cid-uLMT5bnPh6 .navbar .dropdown.open > .dropdown-menu {
  display: block;
}
.cid-uLMT5bnPh6 ul.navbar-nav {
  flex-wrap: wrap;
  padding: 36px 0;
  border-bottom: 1px solid #0e132f;
}
.cid-uLMT5bnPh6 .navbar-buttons {
  text-align: center;
  min-width: 170px;
}
.cid-uLMT5bnPh6 button.navbar-toggler {
  outline: none;
  width: 48px;
  height: 48px;
  border-radius: 50%;
  cursor: pointer;
  transition: all 0.2s;
  position: relative;
  align-self: center;
  color: #ffffff;
  background: #ffffff;
}
.cid-uLMT5bnPh6 button.navbar-toggler .hamburger span {
  position: absolute;
  right: 10px;
  margin-top: 14px;
  width: 26px;
  height: 2px;
  border-right: 5px;
  background-color: #474747;
}
.cid-uLMT5bnPh6 button.navbar-toggler .hamburger span:nth-child(1) {
  top: 0;
  transition: all 0.2s;
}
.cid-uLMT5bnPh6 button.navbar-toggler .hamburger span:nth-child(2) {
  top: 8px;
  transition: all 0.15s;
}
.cid-uLMT5bnPh6 button.navbar-toggler .hamburger span:nth-child(3) {
  top: 8px;
  transition: all 0.15s;
}
.cid-uLMT5bnPh6 button.navbar-toggler .hamburger span:nth-child(4) {
  top: 16px;
  transition: all 0.2s;
}
.cid-uLMT5bnPh6 nav.opened .hamburger span:nth-child(1) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-uLMT5bnPh6 nav.opened .hamburger span:nth-child(2) {
  transform: rotate(45deg);
  transition: all 0.25s;
}
.cid-uLMT5bnPh6 nav.opened .hamburger span:nth-child(3) {
  transform: rotate(-45deg);
  transition: all 0.25s;
}
.cid-uLMT5bnPh6 nav.opened .hamburger span:nth-child(4) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-uLMT5bnPh6 a.nav-link {
  display: flex;
  align-items: center;
  justify-content: flex-start;
}
.cid-uLMT5bnPh6 .icons-menu {
  flex-wrap: nowrap;
  display: flex;
  justify-content: center;
  padding: 0;
  text-align: center;
  margin-bottom: 35px;
}
@media screen and (-ms-high-contrast: active), (-ms-high-contrast: none) {
  .cid-uLMT5bnPh6 .navbar {
    height: 70px;
  }
  .cid-uLMT5bnPh6 .navbar.opened {
    height: auto;
  }
  .cid-uLMT5bnPh6 .nav-item .nav-link:hover::before {
    width: 175%;
    max-width: calc(100% + 2rem);
    left: -1rem;
  }
}
.cid-uLMT5bnPh6 .navbar-dropdown .navbar-logo {
  margin-right: 15px;
}
@media (min-width: 768px) {
  .cid-uLMT5bnPh6 .container-fluid {
    padding-left: 30px;
    padding-right: 30px;
  }
}
.cid-uLMT5bnPh6 .mbr-section-btn-main {
  padding-top: 5px;
}
.cid-uLMT5bnPh6 .mbr-section-btn-main .btn {
  margin: 0 4px 4px 4px;
}
.cid-uLMT5bnPh6 .navbar-caption:hover {
  color: #2554ab;
}
@media (min-width: 992px) {
  .cid-uLMT5bnPh6 .dropdown-menu.dropdown-submenu {
    left: 175px !important;
    top: -45% !important;
  }
}
.cid-uLMT5bnPh6 .nav-link {
  position: relative;
}
.cid-uLMT5bnPh6 .nav-link:before {
  content: '';
  position: absolute;
  left: -12px;
  width: 6px;
  height: 6px;
  border-radius: 100%;
  background-color: #2554ab;
  transition: all .3s ease;
  opacity: 0;
}
.cid-uLMT5bnPh6 .nav-link:hover:before {
  opacity: 1;
}
.cid-uLMT5bnPh6 .mbr-section-subtitle {
  color: #ffffff;
}
.cid-uLMT5bnPh6 .mbr-text {
  color: #ffffff;
  text-align: center;
}
.cid-uLMT5bnPh6 .text_widget {
  color: #ffffff;
}
.cid-uLMT5bnPh6 .mbr-section-subtitle,
.cid-uLMT5bnPh6 .text_widget,
.cid-uLMT5bnPh6 .mbr-section-btn {
  text-align: center;
}
.cid-uLMT5bnPh6 a[class*="text-"]:not(.nav-link):not(.dropdown-item):not([role]):not(.navbar-caption):hover {
  background-image: none;
}
.cid-uC18fHKcFE {
  padding-top: 0rem;
  padding-bottom: 0rem;
  background-color: #ffffff;
}
.cid-uC18fHKcFE .item-img {
  position: relative;
  overflow: hidden;
}
.cid-uC18fHKcFE .item-img:before {
  content: '';
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
  left: 0;
  background: black;
  opacity: 0.3;
  z-index: 1;
  transition: all 0.3s;
  pointer-events: none;
}
.cid-uC18fHKcFE h5 {
  margin-bottom: 1rem;
}
.cid-uC18fHKcFE .item-content {
  position: absolute;
  top: 55%;
  right: 0;
  z-index: 2;
  width: 100%;
  transform: translateY(-50%);
  padding: 2rem 8rem;
  display: flex;
  flex-direction: column;
  height: 50%;
}
@media (max-width: 767px) {
  .cid-uC18fHKcFE .item-content {
    padding: 0 2rem 1.5rem;
    margin-top: 1rem;
  }
}
.cid-uC18fHKcFE img,
.cid-uC18fHKcFE .item-img {
  width: 100%;
  transition: all 0.3s;
  height: 100%;
  height: 400px;
  object-fit: cover;
}
.cid-uC18fHKcFE .item:focus,
.cid-uC18fHKcFE span:focus {
  outline: none;
}
.cid-uC18fHKcFE .item {
  margin-bottom: 2rem;
}
@media (max-width: 767px) {
  .cid-uC18fHKcFE .item {
    margin-bottom: 1rem;
  }
}
.cid-uC18fHKcFE .item-wrapper {
  position: relative;
  border-radius: 15px;
  height: 100%;
  display: flex;
  flex-flow: column nowrap;
}
.cid-uC18fHKcFE .mbr-section-title {
  color: #4e423d;
}
.cid-uC18fHKcFE .item-title {
  text-align: left;
  color: #ffffff;
}
.cid-uC18fHKcFE .item-subtitle {
  text-align: left;
  color: #ffffff;
}
.cid-uC18fHKcFE .mbr-text,
.cid-uC18fHKcFE .item .mbr-section-btn {
  text-align: left;
  color: #ffffff;
}
.cid-uC18fHKcFE .content-head {
  max-width: 800px;
}
.cid-uC18fIBUBF {
  padding-top: 1rem;
  padding-bottom: 5rem;
  background-color: #fafafa;
}
.cid-uC18fIBUBF .mbr-section-title {
  margin-bottom: 1em;
  color: #272727;
}
.cid-uC18fIBUBF .mbr-section-subtitle {
  margin-bottom: 1.5625em;
  color: #272727;
  opacity: 0.4;
}
.cid-uC18fIBUBF .item-row {
  display: grid;
  -webkit-box-align: stretch;
  -webkit-align-items: stretch;
  -ms-flex-align: stretch;
  align-items: stretch;
  grid-auto-columns: 1fr;
  grid-column-gap: 16px;
  grid-row-gap: 16px;
  grid-template-columns: repeat(4, 1fr);
  -ms-grid-rows: auto;
  grid-template-rows: auto;
}
@media (max-width: 1199px) {
  .cid-uC18fIBUBF .item-row {
    grid-template-columns: repeat(2, 1fr);
  }
}
@media (max-width: 767px) {
  .cid-uC18fIBUBF .item-row {
    grid-template-columns: repeat(1, 1fr);
  }
}
.cid-uC18fIBUBF .item {
  padding: 0;
}
.cid-uC18fIBUBF .item-wrapper {
  display: flex;
  flex-direction: column;
  align-items: stretch;
  height: 100%;
  width: 100%;
  border-radius: 10px;
  overflow: hidden;
  transform-style: preserve-3d;
  transition: .3s all;
  border: 2px solid transparent;
}
.cid-uC18fIBUBF .item-wrapper:hover {
  transform: scale3d(1.01, 1.01, 1);
  border-color: #fafafa;
}
.cid-uC18fIBUBF .item-img {
  display: flex;
  align-items: center;
  justify-content: center;
  height: 175px;
}
.cid-uC18fIBUBF .item-img img {
  width: 100%;
  object-fit: cover;
  height: 100%;
}
.cid-uC18fIBUBF .item-content {
  display: flex;
  flex-direction: column;
  align-items: stretch;
  width: 100%;
  padding: 20px 5% 6%;
  flex-grow: 1;
  background-color: #ffffff;
}
.cid-uC18fIBUBF .item-text-wrap {
  width: 100%;
  margin-bottom: 5.3em;
}
@media (max-width: 1199px) {
  .cid-uC18fIBUBF .item-text-wrap {
    margin-bottom: 4em;
  }
}
@media (max-width: 767px) {
  .cid-uC18fIBUBF .item-text-wrap {
    margin-bottom: 2em;
    max-width: 340px;
    margin-right: auto;
  }
}
.cid-uC18fIBUBF .item-title {
  color: #272727;
  margin-bottom: 0.52em;
}
.cid-uC18fIBUBF .item-subtitle {
  color: #272727;
  opacity: 0.52em;
}
.cid-uC18fIBUBF .card-bottom {
  display: flex;
  flex-direction: column;
  align-items: stretch;
  margin-top: auto;
}
.cid-uC18fIBUBF .item-name-wrap {
  display: flex;
  align-items: center;
  width: 100%;
}
.cid-uC18fIBUBF .image-wrapper {
  width: 35px;
  height: 35px;
  margin-right: 10px;
  border-radius: 300px;
  overflow: hidden;
}
.cid-uC18fIBUBF .image-wrapper img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.cid-uC18fIBUBF .mbr-text {
  flex-grow: 1;
  color: #272727;
  text-align: right;
}
.cid-uC18fIBUBF .mbr-section-btn {
  display: flex;
  margin-top: 20px;
  width: auto !important;
}
.cid-uC18fIBUBF .mbr-section-btn .btn {
  width: 100%;
  min-width: auto !important;
}
.cid-uLMRAIzUxG {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-color: #0e132f;
}
.cid-uLMRAIzUxG .mbr-fallback-image.disabled {
  display: none;
}
.cid-uLMRAIzUxG .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-uLMRAIzUxG .container {
    padding: 0 16px;
  }
}
.cid-uLMRAIzUxG .card {
  display: flex;
  flex-direction: column;
  justify-content: space-between;
}
@media (max-width: 992px) {
  .cid-uLMRAIzUxG .card {
    margin-bottom: 40px;
  }
}
.cid-uLMRAIzUxG .card .content-wrapper .title-wrapper .title-wrap {
  display: inline-flex;
  align-items: center;
  margin-bottom: 16px;
}
@media (max-width: 992px) {
  .cid-uLMRAIzUxG .card .content-wrapper .title-wrapper .title-wrap {
    margin-bottom: 40px;
  }
}
.cid-uLMRAIzUxG .card .content-wrapper .title-wrapper .title-wrap img {
  width: 32px;
  height: 32px;
  object-fit: contain;
  margin-right: 1rem;
}
.cid-uLMRAIzUxG .card .content-wrapper .title-wrapper .title-wrap .mbr-section-title {
  margin-bottom: 0;
}
.cid-uLMRAIzUxG .card .content-wrapper .copyright {
  margin-bottom: 20px;
}
@media (max-width: 992px) {
  .cid-uLMRAIzUxG .card .content-wrapper .copyright {
    margin-bottom: 40px;
  }
}
.cid-uLMRAIzUxG .card .social-wrapper .social-wrap {
  display: inline-flex;
  flex-wrap: wrap;
}
.cid-uLMRAIzUxG .card .social-wrapper .social-wrap .mbr-iconfont {
  font-size: 20px;
  margin-right: 48px;
  color: #ffffff;
}
.cid-uLMRAIzUxG .list-wrapper .mbr-card-title {
  margin-bottom: 16px;
}
.cid-uLMRAIzUxG .list-wrapper .list {
  margin: 0;
  padding: 0;
  list-style-type: none;
}
.cid-uLMRAIzUxG .list-wrapper .list .item-wrap {
  margin-bottom: 16px;
}
@media (max-width: 992px) {
  .cid-uLMRAIzUxG .list-wrapper .list {
    margin-bottom: 40px;
  }
}
.cid-uLMRAIzUxG .mbr-section-title {
  color: #ffffff;
}
.cid-uLMRAIzUxG .copyright {
  color: #ffffff;
}
.cid-uLMRAIzUxG .mbr-card-title {
  color: #D4FE00;
}
.cid-uLMRAIzUxG .list {
  color: #ffffff;
}
.cid-uLMT5bnPh6 .navbar-dropdown {
  background-color: #ffffff !important;
  padding: 0;
}
.cid-uLMT5bnPh6 .navbar.navbar-expand-lg .dropdown .dropdown-menu {
  background-color: #ffffff !important;
  background: #ffffff;
}
.cid-uLMT5bnPh6 .navbar.navbar-expand-lg .dropdown .dropdown-menu .dropdown-submenu {
  margin: 0;
  left: 100%;
}
@media (max-width: 991px) {
  .cid-uLMT5bnPh6 .menu_box .navbar.opened,
  .cid-uLMT5bnPh6 .menu_box .navbar-collapse {
    background-color: #ffffff !important;
    transition: all 0s ease 0s;
  }
}
.cid-uLMT5bnPh6 .navbar-dropdown {
  position: relative !important;
}
.cid-uLMT5bnPh6 .btn {
  min-height: auto;
  box-shadow: none;
  margin-top: 0;
}
.cid-uLMT5bnPh6 .btn:hover {
  box-shadow: none;
}
@media (min-width: 992px) {
  .cid-uLMT5bnPh6 .offcanvas_image img {
    width: auto;
    object-fit: cover;
    display: inline-block;
  }
  .cid-uLMT5bnPh6 .offcanvas-header {
    position: relative;
    padding: 0;
  }
  .cid-uLMT5bnPh6 .offcanvas-header .btn-close {
    position: absolute;
    top: -70px;
    right: 0;
    width: 35px;
    height: 30px;
  }
  .cid-uLMT5bnPh6 .offcanvas-body {
    text-align: center;
    padding: 0;
  }
  .cid-uLMT5bnPh6 .offcanvas-body .mbr-text,
  .cid-uLMT5bnPh6 .offcanvas-body .mbr-section-subtitle {
    margin-top: 14px;
  }
  .cid-uLMT5bnPh6 .offcanvas-body .offcanvas_contact {
    margin: 35px 0;
  }
  .cid-uLMT5bnPh6 .offcanvas_box button.btn_offcanvas {
    outline: none;
    width: 40px;
    height: 40px;
    cursor: pointer;
    transition: all 0.2s;
    position: relative;
    align-self: center;
  }
  .cid-uLMT5bnPh6 .offcanvas_box button.btn_offcanvas .hamburger span {
    position: absolute;
    right: 0;
    width: 40px;
    height: 2px;
    border-right: 5px;
    background-color: #474747;
  }
  .cid-uLMT5bnPh6 .offcanvas_box button.btn_offcanvas .hamburger span:nth-child(1) {
    top: 18px;
    transition: all 0.2s;
  }
  .cid-uLMT5bnPh6 .offcanvas_box button.btn_offcanvas .hamburger span:nth-child(2) {
    top: 25px;
    transition: all 0.2s;
  }
  .cid-uLMT5bnPh6 .offcanvas_box button.btn_offcanvas:hover .hamburger span {
    width: 36px;
  }
  .cid-uLMT5bnPh6 .offcanvas_box button.btn_offcanvas:hover .hamburger span:nth-child(2) {
    width: 33px;
    transition-delay: 0.2s;
  }
  .cid-uLMT5bnPh6 ul.navbar-nav {
    padding-bottom: 1.5rem;
  }
  .cid-uLMT5bnPh6 .dropdown-menu .dropdown-toggle[data-toggle="dropdown-submenu"]::after,
  .cid-uLMT5bnPh6 .link.dropdown-toggle::after {
    display: inline-block;
    width: 7px;
    height: 7px;
    margin-left: .5rem;
    margin-bottom: 2px;
    content: "";
    border: 2px solid;
    border-left: none;
    border-top: none;
    transform: rotate(-45deg);
  }
  .cid-uLMT5bnPh6 .link.dropdown-toggle::after {
    padding: 0 !important;
    transform: rotate(45deg);
  }
  .cid-uLMT5bnPh6 li.nav-item {
    position: relative;
    display: inline-block;
    padding: 1px 7px !important;
    vertical-align: middle;
    line-height: 2em !important;
    font-weight: 600 !important;
    text-decoration: none;
    letter-spacing: 0 !important;
    z-index: 1;
  }
  .cid-uLMT5bnPh6 .lg_brand {
    margin: 0 1rem;
  }
}
.cid-uLMT5bnPh6 .nav-item {
  margin: 4px 15px;
}
@media (min-width: 1200px) {
  .cid-uLMT5bnPh6 .nav-item {
    margin: 4px 20px;
  }
}
@media (max-width: 991px) {
  .cid-uLMT5bnPh6 .nav-item {
    margin: 0 !important;
  }
}
.cid-uLMT5bnPh6 .dropdown-menu {
  border-radius: 0;
  box-shadow: none;
  text-align: left;
}
@media (min-width: 992px) {
  .cid-uLMT5bnPh6 .dropdown-menu {
    padding: 18px 34px 22px;
    min-width: 250px;
    top: auto !important;
    left: -40px !important;
  }
  .cid-uLMT5bnPh6 .dropdown-menu.dropdown-submenu {
    left: 215px !important;
    top: -45% !important;
  }
}
@media (max-width: 991px) {
  .cid-uLMT5bnPh6 .dropdown-menu .dropdown-toggle[data-toggle="dropdown-submenu"]::after,
  .cid-uLMT5bnPh6 .link.dropdown-toggle::after {
    display: inline-block;
    width: 7px;
    height: 7px;
    margin-left: .5rem;
    margin-bottom: 2px;
    content: "";
    border: 2px solid;
    border-left: none;
    border-top: none;
    transform: rotate(-45deg);
    right: 15px;
    position: absolute;
    margin-top: -2px;
  }
  .cid-uLMT5bnPh6 .show.dropdown-toggle[aria-expanded="true"]::after {
    transform: rotate(45deg);
    margin-top: -4px;
  }
  .cid-uLMT5bnPh6 .offcanvas_box {
    display: none;
  }
}
.cid-uLMT5bnPh6 .dropdown-item {
  border: none;
  font-weight: 400 !important;
}
.cid-uLMT5bnPh6 .nav-dropdown .link {
  font-weight: 400 !important;
  padding: 0 !important;
  margin: 0 !important;
}
.cid-uLMT5bnPh6 .nav-dropdown .link.dropdown-toggle::after {
  margin-left: 0.5rem;
  margin-top: 0;
}
.cid-uLMT5bnPh6 .container {
  display: flex;
  margin: auto;
}
.cid-uLMT5bnPh6 .iconfont-wrapper {
  color: #e0bdb6;
  font-size: 17px;
  margin-right: 10px;
  margin-bottom: 5px;
  width: 25px;
  height: 25px;
  border-radius: 50%;
  display: flex;
  justify-content: center;
  align-items: center;
  transition: all 0.2s ease-in-out;
}
.cid-uLMT5bnPh6 .iconfont-wrapper:last-child {
  margin-right: 0;
}
.cid-uLMT5bnPh6 .iconfont-wrapper:hover {
  opacity: .5;
}
.cid-uLMT5bnPh6 .navbar-caption {
  color: #747474;
}
.cid-uLMT5bnPh6 .navbar-nav {
  margin: 0 1rem;
}
@media (min-width: 992px) {
  .cid-uLMT5bnPh6 .navbar-nav {
    margin: 0;
  }
}
.cid-uLMT5bnPh6 .dropdown-menu,
.cid-uLMT5bnPh6 .navbar.opened {
  background-color: false !important;
}
.cid-uLMT5bnPh6 .nav-item:focus,
.cid-uLMT5bnPh6 .nav-link:focus {
  outline: none;
}
.cid-uLMT5bnPh6 .dropdown .dropdown-menu .dropdown-item {
  width: auto;
  transition: all 0.25s ease-in-out;
}
.cid-uLMT5bnPh6 .dropdown .dropdown-menu .dropdown-item::after {
  right: 0.5rem;
}
.cid-uLMT5bnPh6 .dropdown .dropdown-menu .dropdown-item .mbr-iconfont {
  margin-right: 0.5rem;
  vertical-align: sub;
}
.cid-uLMT5bnPh6 .dropdown .dropdown-menu .dropdown-item .mbr-iconfont:before {
  display: inline-block;
  transform: scale(1, 1);
  transition: all 0.25s ease-in-out;
}
.cid-uLMT5bnPh6 .collapsed .dropdown-menu .dropdown-item:before {
  display: none;
}
.cid-uLMT5bnPh6 .collapsed .dropdown .dropdown-menu .dropdown-item {
  padding: 0.235em 1.5em 0.235em 1.5em !important;
  transition: none;
  margin: 0 !important;
}
.cid-uLMT5bnPh6 .navbar {
  min-height: 70px;
  padding: 20px 0;
  transition: all 0.3s;
  border-bottom-width: 0px;
}
@media (max-width: 992px) {
  .cid-uLMT5bnPh6 .navbar {
    min-height: 30px;
    max-height: 90px;
  }
}
.cid-uLMT5bnPh6 .navbar.opened {
  transition: all 0.3s;
}
.cid-uLMT5bnPh6 .navbar .dropdown-item {
  padding: 0;
  margin: 8px 0;
}
.cid-uLMT5bnPh6 .navbar .navbar-logo img {
  width: auto;
  object-fit: contain;
  border-radius: 0;
}
.cid-uLMT5bnPh6 .navbar .navbar-collapse {
  justify-content: space-between;
  z-index: 1;
}
.cid-uLMT5bnPh6 .navbar.collapsed {
  justify-content: center;
}
.cid-uLMT5bnPh6 .navbar.collapsed .nav-item .nav-link::before {
  display: none;
}
.cid-uLMT5bnPh6 .navbar.collapsed.opened .dropdown-menu {
  top: 0;
}
.cid-uLMT5bnPh6 .navbar.collapsed .dropdown-menu .dropdown-submenu {
  left: 0 !important;
}
.cid-uLMT5bnPh6 .navbar.collapsed .dropdown-menu .dropdown-item:after {
  right: auto;
}
.cid-uLMT5bnPh6 .navbar.collapsed ul.navbar-nav li {
  margin: auto;
}
.cid-uLMT5bnPh6 .navbar.collapsed .dropdown-menu .dropdown-item {
  padding: 0.25rem 1.5rem;
  text-align: left;
}
.cid-uLMT5bnPh6 .navbar.collapsed .icons-menu {
  padding: 0;
}
@media (max-width: 991px) {
  .cid-uLMT5bnPh6 .navbar .nav-item {
    padding: .5rem 0;
  }
  .cid-uLMT5bnPh6 .navbar .navbar-collapse {
    padding: 34px 0;
    border-radius: 25px;
  }
  .cid-uLMT5bnPh6 .navbar .nav-item .nav-link::before {
    display: none;
  }
  .cid-uLMT5bnPh6 .navbar.opened .dropdown-menu {
    top: 0;
  }
  .cid-uLMT5bnPh6 .navbar .dropdown-menu {
    padding: 6px 0 6px 15px;
  }
  .cid-uLMT5bnPh6 .navbar .dropdown-menu .dropdown-submenu {
    left: 0 !important;
  }
  .cid-uLMT5bnPh6 .navbar .dropdown-menu .dropdown-item:after {
    right: auto;
    margin-top: -0.4rem;
  }
  .cid-uLMT5bnPh6 .navbar .navbar-logo img {
    height: 3rem !important;
  }
  .cid-uLMT5bnPh6 .navbar ul.navbar-nav {
    overflow: hidden;
  }
  .cid-uLMT5bnPh6 .navbar ul.navbar-nav li {
    margin: 0;
  }
  .cid-uLMT5bnPh6 .navbar .dropdown-menu .dropdown-item {
    padding: 0 !important;
    margin: 0;
    margin-top: 8px;
    text-align: left;
  }
  .cid-uLMT5bnPh6 .navbar .navbar-brand {
    flex-shrink: initial;
    flex-basis: auto;
    word-break: break-word;
    padding-right: 2rem;
  }
  .cid-uLMT5bnPh6 .navbar .navbar-toggler {
    flex-basis: auto;
  }
  .cid-uLMT5bnPh6 .navbar .icons-menu {
    padding: 0;
  }
}
.cid-uLMT5bnPh6 .navbar.navbar-short {
  min-height: 60px;
}
.cid-uLMT5bnPh6 .navbar.navbar-short .navbar-logo img {
  height: 2.5rem !important;
}
.cid-uLMT5bnPh6 .navbar.navbar-short .navbar-brand {
  min-height: 60px;
  padding: 0;
}
.cid-uLMT5bnPh6 .navbar-brand {
  min-height: 70px;
  flex-shrink: 0;
  align-items: center;
  margin-right: 0;
  padding: 10px 0;
  transition: all 0.3s;
  word-break: break-word;
  z-index: 1;
}
.cid-uLMT5bnPh6 .navbar-brand .navbar-caption {
  line-height: inherit !important;
}
.cid-uLMT5bnPh6 .navbar-brand .navbar-logo a {
  outline: none;
}
.cid-uLMT5bnPh6 .dropdown-item.active,
.cid-uLMT5bnPh6 .dropdown-item:active {
  background-color: transparent;
}
.cid-uLMT5bnPh6 .navbar-expand-lg .navbar-nav .nav-link {
  padding: 0;
}
.cid-uLMT5bnPh6 .nav-dropdown .link.dropdown-toggle {
  margin-right: 1.667em;
}
.cid-uLMT5bnPh6 .nav-dropdown .link.dropdown-toggle[aria-expanded="true"] {
  margin-right: 0;
  padding: 0.667em 1.667em;
}
.cid-uLMT5bnPh6 .navbar .dropdown.open > .dropdown-menu {
  display: block;
}
.cid-uLMT5bnPh6 ul.navbar-nav {
  flex-wrap: wrap;
  padding: 36px 0;
  border-bottom: 1px solid #0e132f;
}
.cid-uLMT5bnPh6 .navbar-buttons {
  text-align: center;
  min-width: 170px;
}
.cid-uLMT5bnPh6 button.navbar-toggler {
  outline: none;
  width: 48px;
  height: 48px;
  border-radius: 50%;
  cursor: pointer;
  transition: all 0.2s;
  position: relative;
  align-self: center;
  color: #ffffff;
  background: #ffffff;
}
.cid-uLMT5bnPh6 button.navbar-toggler .hamburger span {
  position: absolute;
  right: 10px;
  margin-top: 14px;
  width: 26px;
  height: 2px;
  border-right: 5px;
  background-color: #474747;
}
.cid-uLMT5bnPh6 button.navbar-toggler .hamburger span:nth-child(1) {
  top: 0;
  transition: all 0.2s;
}
.cid-uLMT5bnPh6 button.navbar-toggler .hamburger span:nth-child(2) {
  top: 8px;
  transition: all 0.15s;
}
.cid-uLMT5bnPh6 button.navbar-toggler .hamburger span:nth-child(3) {
  top: 8px;
  transition: all 0.15s;
}
.cid-uLMT5bnPh6 button.navbar-toggler .hamburger span:nth-child(4) {
  top: 16px;
  transition: all 0.2s;
}
.cid-uLMT5bnPh6 nav.opened .hamburger span:nth-child(1) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-uLMT5bnPh6 nav.opened .hamburger span:nth-child(2) {
  transform: rotate(45deg);
  transition: all 0.25s;
}
.cid-uLMT5bnPh6 nav.opened .hamburger span:nth-child(3) {
  transform: rotate(-45deg);
  transition: all 0.25s;
}
.cid-uLMT5bnPh6 nav.opened .hamburger span:nth-child(4) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-uLMT5bnPh6 a.nav-link {
  display: flex;
  align-items: center;
  justify-content: flex-start;
}
.cid-uLMT5bnPh6 .icons-menu {
  flex-wrap: nowrap;
  display: flex;
  justify-content: center;
  padding: 0;
  text-align: center;
  margin-bottom: 35px;
}
@media screen and (-ms-high-contrast: active), (-ms-high-contrast: none) {
  .cid-uLMT5bnPh6 .navbar {
    height: 70px;
  }
  .cid-uLMT5bnPh6 .navbar.opened {
    height: auto;
  }
  .cid-uLMT5bnPh6 .nav-item .nav-link:hover::before {
    width: 175%;
    max-width: calc(100% + 2rem);
    left: -1rem;
  }
}
.cid-uLMT5bnPh6 .navbar-dropdown .navbar-logo {
  margin-right: 15px;
}
@media (min-width: 768px) {
  .cid-uLMT5bnPh6 .container-fluid {
    padding-left: 30px;
    padding-right: 30px;
  }
}
.cid-uLMT5bnPh6 .mbr-section-btn-main {
  padding-top: 5px;
}
.cid-uLMT5bnPh6 .mbr-section-btn-main .btn {
  margin: 0 4px 4px 4px;
}
.cid-uLMT5bnPh6 .navbar-caption:hover {
  color: #2554ab;
}
@media (min-width: 992px) {
  .cid-uLMT5bnPh6 .dropdown-menu.dropdown-submenu {
    left: 175px !important;
    top: -45% !important;
  }
}
.cid-uLMT5bnPh6 .nav-link {
  position: relative;
}
.cid-uLMT5bnPh6 .nav-link:before {
  content: '';
  position: absolute;
  left: -12px;
  width: 6px;
  height: 6px;
  border-radius: 100%;
  background-color: #2554ab;
  transition: all .3s ease;
  opacity: 0;
}
.cid-uLMT5bnPh6 .nav-link:hover:before {
  opacity: 1;
}
.cid-uLMT5bnPh6 .mbr-section-subtitle {
  color: #ffffff;
}
.cid-uLMT5bnPh6 .mbr-text {
  color: #ffffff;
  text-align: center;
}
.cid-uLMT5bnPh6 .text_widget {
  color: #ffffff;
}
.cid-uLMT5bnPh6 .mbr-section-subtitle,
.cid-uLMT5bnPh6 .text_widget,
.cid-uLMT5bnPh6 .mbr-section-btn {
  text-align: center;
}
.cid-uLMT5bnPh6 a[class*="text-"]:not(.nav-link):not(.dropdown-item):not([role]):not(.navbar-caption):hover {
  background-image: none;
}
.cid-uC18cu2S3W {
  padding-top: 0rem;
  padding-bottom: 0rem;
  background-color: #ffffff;
}
.cid-uC18cu2S3W .item-img {
  position: relative;
  overflow: hidden;
}
.cid-uC18cu2S3W .item-img:before {
  content: '';
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
  left: 0;
  background: black;
  opacity: 0.3;
  z-index: 1;
  transition: all 0.3s;
  pointer-events: none;
}
.cid-uC18cu2S3W h5 {
  margin-bottom: 1rem;
}
.cid-uC18cu2S3W .item-content {
  position: absolute;
  top: 55%;
  right: 0;
  z-index: 2;
  width: 100%;
  transform: translateY(-50%);
  padding: 2rem 8rem;
  display: flex;
  flex-direction: column;
  height: 50%;
}
@media (max-width: 767px) {
  .cid-uC18cu2S3W .item-content {
    padding: 0 2rem 1.5rem;
    margin-top: 1rem;
  }
}
.cid-uC18cu2S3W img,
.cid-uC18cu2S3W .item-img {
  width: 100%;
  transition: all 0.3s;
  height: 100%;
  height: 400px;
  object-fit: cover;
}
.cid-uC18cu2S3W .item:focus,
.cid-uC18cu2S3W span:focus {
  outline: none;
}
.cid-uC18cu2S3W .item {
  margin-bottom: 2rem;
}
@media (max-width: 767px) {
  .cid-uC18cu2S3W .item {
    margin-bottom: 1rem;
  }
}
.cid-uC18cu2S3W .item-wrapper {
  position: relative;
  border-radius: 15px;
  height: 100%;
  display: flex;
  flex-flow: column nowrap;
}
.cid-uC18cu2S3W .mbr-section-title {
  color: #4e423d;
}
.cid-uC18cu2S3W .item-title {
  text-align: left;
  color: #ffffff;
}
.cid-uC18cu2S3W .item-subtitle {
  text-align: left;
  color: #ffffff;
}
.cid-uC18cu2S3W .mbr-text,
.cid-uC18cu2S3W .item .mbr-section-btn {
  text-align: left;
  color: #ffffff;
}
.cid-uC18cu2S3W .content-head {
  max-width: 800px;
}
.cid-uC18cuLYOP {
  padding-top: 1rem;
  padding-bottom: 5rem;
  background-color: #fafafa;
}
.cid-uC18cuLYOP .mbr-section-title {
  margin-bottom: 1em;
  color: #272727;
}
.cid-uC18cuLYOP .mbr-section-subtitle {
  margin-bottom: 1.5625em;
  color: #272727;
  opacity: 0.4;
}
.cid-uC18cuLYOP .item-row {
  display: grid;
  -webkit-box-align: stretch;
  -webkit-align-items: stretch;
  -ms-flex-align: stretch;
  align-items: stretch;
  grid-auto-columns: 1fr;
  grid-column-gap: 16px;
  grid-row-gap: 16px;
  grid-template-columns: repeat(4, 1fr);
  -ms-grid-rows: auto;
  grid-template-rows: auto;
}
@media (max-width: 1199px) {
  .cid-uC18cuLYOP .item-row {
    grid-template-columns: repeat(2, 1fr);
  }
}
@media (max-width: 767px) {
  .cid-uC18cuLYOP .item-row {
    grid-template-columns: repeat(1, 1fr);
  }
}
.cid-uC18cuLYOP .item {
  padding: 0;
}
.cid-uC18cuLYOP .item-wrapper {
  display: flex;
  flex-direction: column;
  align-items: stretch;
  height: 100%;
  width: 100%;
  border-radius: 10px;
  overflow: hidden;
  transform-style: preserve-3d;
  transition: .3s all;
  border: 2px solid transparent;
}
.cid-uC18cuLYOP .item-wrapper:hover {
  transform: scale3d(1.01, 1.01, 1);
  border-color: #fafafa;
}
.cid-uC18cuLYOP .item-img {
  display: flex;
  align-items: center;
  justify-content: center;
  height: 175px;
}
.cid-uC18cuLYOP .item-img img {
  width: 100%;
  object-fit: cover;
  height: 100%;
}
.cid-uC18cuLYOP .item-content {
  display: flex;
  flex-direction: column;
  align-items: stretch;
  width: 100%;
  padding: 20px 5% 6%;
  flex-grow: 1;
  background-color: #ffffff;
}
.cid-uC18cuLYOP .item-text-wrap {
  width: 100%;
  margin-bottom: 5.3em;
}
@media (max-width: 1199px) {
  .cid-uC18cuLYOP .item-text-wrap {
    margin-bottom: 4em;
  }
}
@media (max-width: 767px) {
  .cid-uC18cuLYOP .item-text-wrap {
    margin-bottom: 2em;
    max-width: 340px;
    margin-right: auto;
  }
}
.cid-uC18cuLYOP .item-title {
  color: #272727;
  margin-bottom: 0.52em;
}
.cid-uC18cuLYOP .item-subtitle {
  color: #272727;
  opacity: 0.52em;
}
.cid-uC18cuLYOP .card-bottom {
  display: flex;
  flex-direction: column;
  align-items: stretch;
  margin-top: auto;
}
.cid-uC18cuLYOP .item-name-wrap {
  display: flex;
  align-items: center;
  width: 100%;
}
.cid-uC18cuLYOP .image-wrapper {
  width: 35px;
  height: 35px;
  margin-right: 10px;
  border-radius: 300px;
  overflow: hidden;
}
.cid-uC18cuLYOP .image-wrapper img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.cid-uC18cuLYOP .mbr-text {
  flex-grow: 1;
  color: #272727;
  text-align: right;
}
.cid-uC18cuLYOP .mbr-section-btn {
  display: flex;
  margin-top: 20px;
  width: auto !important;
}
.cid-uC18cuLYOP .mbr-section-btn .btn {
  width: 100%;
  min-width: auto !important;
}
.cid-uLMRAIzUxG {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-color: #0e132f;
}
.cid-uLMRAIzUxG .mbr-fallback-image.disabled {
  display: none;
}
.cid-uLMRAIzUxG .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-uLMRAIzUxG .container {
    padding: 0 16px;
  }
}
.cid-uLMRAIzUxG .card {
  display: flex;
  flex-direction: column;
  justify-content: space-between;
}
@media (max-width: 992px) {
  .cid-uLMRAIzUxG .card {
    margin-bottom: 40px;
  }
}
.cid-uLMRAIzUxG .card .content-wrapper .title-wrapper .title-wrap {
  display: inline-flex;
  align-items: center;
  margin-bottom: 16px;
}
@media (max-width: 992px) {
  .cid-uLMRAIzUxG .card .content-wrapper .title-wrapper .title-wrap {
    margin-bottom: 40px;
  }
}
.cid-uLMRAIzUxG .card .content-wrapper .title-wrapper .title-wrap img {
  width: 32px;
  height: 32px;
  object-fit: contain;
  margin-right: 1rem;
}
.cid-uLMRAIzUxG .card .content-wrapper .title-wrapper .title-wrap .mbr-section-title {
  margin-bottom: 0;
}
.cid-uLMRAIzUxG .card .content-wrapper .copyright {
  margin-bottom: 20px;
}
@media (max-width: 992px) {
  .cid-uLMRAIzUxG .card .content-wrapper .copyright {
    margin-bottom: 40px;
  }
}
.cid-uLMRAIzUxG .card .social-wrapper .social-wrap {
  display: inline-flex;
  flex-wrap: wrap;
}
.cid-uLMRAIzUxG .card .social-wrapper .social-wrap .mbr-iconfont {
  font-size: 20px;
  margin-right: 48px;
  color: #ffffff;
}
.cid-uLMRAIzUxG .list-wrapper .mbr-card-title {
  margin-bottom: 16px;
}
.cid-uLMRAIzUxG .list-wrapper .list {
  margin: 0;
  padding: 0;
  list-style-type: none;
}
.cid-uLMRAIzUxG .list-wrapper .list .item-wrap {
  margin-bottom: 16px;
}
@media (max-width: 992px) {
  .cid-uLMRAIzUxG .list-wrapper .list {
    margin-bottom: 40px;
  }
}
.cid-uLMRAIzUxG .mbr-section-title {
  color: #ffffff;
}
.cid-uLMRAIzUxG .copyright {
  color: #ffffff;
}
.cid-uLMRAIzUxG .mbr-card-title {
  color: #D4FE00;
}
.cid-uLMRAIzUxG .list {
  color: #ffffff;
}
.cid-uLMT5bnPh6 .navbar-dropdown {
  background-color: #ffffff !important;
  padding: 0;
}
.cid-uLMT5bnPh6 .navbar.navbar-expand-lg .dropdown .dropdown-menu {
  background-color: #ffffff !important;
  background: #ffffff;
}
.cid-uLMT5bnPh6 .navbar.navbar-expand-lg .dropdown .dropdown-menu .dropdown-submenu {
  margin: 0;
  left: 100%;
}
@media (max-width: 991px) {
  .cid-uLMT5bnPh6 .menu_box .navbar.opened,
  .cid-uLMT5bnPh6 .menu_box .navbar-collapse {
    background-color: #ffffff !important;
    transition: all 0s ease 0s;
  }
}
.cid-uLMT5bnPh6 .navbar-dropdown {
  position: relative !important;
}
.cid-uLMT5bnPh6 .btn {
  min-height: auto;
  box-shadow: none;
  margin-top: 0;
}
.cid-uLMT5bnPh6 .btn:hover {
  box-shadow: none;
}
@media (min-width: 992px) {
  .cid-uLMT5bnPh6 .offcanvas_image img {
    width: auto;
    object-fit: cover;
    display: inline-block;
  }
  .cid-uLMT5bnPh6 .offcanvas-header {
    position: relative;
    padding: 0;
  }
  .cid-uLMT5bnPh6 .offcanvas-header .btn-close {
    position: absolute;
    top: -70px;
    right: 0;
    width: 35px;
    height: 30px;
  }
  .cid-uLMT5bnPh6 .offcanvas-body {
    text-align: center;
    padding: 0;
  }
  .cid-uLMT5bnPh6 .offcanvas-body .mbr-text,
  .cid-uLMT5bnPh6 .offcanvas-body .mbr-section-subtitle {
    margin-top: 14px;
  }
  .cid-uLMT5bnPh6 .offcanvas-body .offcanvas_contact {
    margin: 35px 0;
  }
  .cid-uLMT5bnPh6 .offcanvas_box button.btn_offcanvas {
    outline: none;
    width: 40px;
    height: 40px;
    cursor: pointer;
    transition: all 0.2s;
    position: relative;
    align-self: center;
  }
  .cid-uLMT5bnPh6 .offcanvas_box button.btn_offcanvas .hamburger span {
    position: absolute;
    right: 0;
    width: 40px;
    height: 2px;
    border-right: 5px;
    background-color: #474747;
  }
  .cid-uLMT5bnPh6 .offcanvas_box button.btn_offcanvas .hamburger span:nth-child(1) {
    top: 18px;
    transition: all 0.2s;
  }
  .cid-uLMT5bnPh6 .offcanvas_box button.btn_offcanvas .hamburger span:nth-child(2) {
    top: 25px;
    transition: all 0.2s;
  }
  .cid-uLMT5bnPh6 .offcanvas_box button.btn_offcanvas:hover .hamburger span {
    width: 36px;
  }
  .cid-uLMT5bnPh6 .offcanvas_box button.btn_offcanvas:hover .hamburger span:nth-child(2) {
    width: 33px;
    transition-delay: 0.2s;
  }
  .cid-uLMT5bnPh6 ul.navbar-nav {
    padding-bottom: 1.5rem;
  }
  .cid-uLMT5bnPh6 .dropdown-menu .dropdown-toggle[data-toggle="dropdown-submenu"]::after,
  .cid-uLMT5bnPh6 .link.dropdown-toggle::after {
    display: inline-block;
    width: 7px;
    height: 7px;
    margin-left: .5rem;
    margin-bottom: 2px;
    content: "";
    border: 2px solid;
    border-left: none;
    border-top: none;
    transform: rotate(-45deg);
  }
  .cid-uLMT5bnPh6 .link.dropdown-toggle::after {
    padding: 0 !important;
    transform: rotate(45deg);
  }
  .cid-uLMT5bnPh6 li.nav-item {
    position: relative;
    display: inline-block;
    padding: 1px 7px !important;
    vertical-align: middle;
    line-height: 2em !important;
    font-weight: 600 !important;
    text-decoration: none;
    letter-spacing: 0 !important;
    z-index: 1;
  }
  .cid-uLMT5bnPh6 .lg_brand {
    margin: 0 1rem;
  }
}
.cid-uLMT5bnPh6 .nav-item {
  margin: 4px 15px;
}
@media (min-width: 1200px) {
  .cid-uLMT5bnPh6 .nav-item {
    margin: 4px 20px;
  }
}
@media (max-width: 991px) {
  .cid-uLMT5bnPh6 .nav-item {
    margin: 0 !important;
  }
}
.cid-uLMT5bnPh6 .dropdown-menu {
  border-radius: 0;
  box-shadow: none;
  text-align: left;
}
@media (min-width: 992px) {
  .cid-uLMT5bnPh6 .dropdown-menu {
    padding: 18px 34px 22px;
    min-width: 250px;
    top: auto !important;
    left: -40px !important;
  }
  .cid-uLMT5bnPh6 .dropdown-menu.dropdown-submenu {
    left: 215px !important;
    top: -45% !important;
  }
}
@media (max-width: 991px) {
  .cid-uLMT5bnPh6 .dropdown-menu .dropdown-toggle[data-toggle="dropdown-submenu"]::after,
  .cid-uLMT5bnPh6 .link.dropdown-toggle::after {
    display: inline-block;
    width: 7px;
    height: 7px;
    margin-left: .5rem;
    margin-bottom: 2px;
    content: "";
    border: 2px solid;
    border-left: none;
    border-top: none;
    transform: rotate(-45deg);
    right: 15px;
    position: absolute;
    margin-top: -2px;
  }
  .cid-uLMT5bnPh6 .show.dropdown-toggle[aria-expanded="true"]::after {
    transform: rotate(45deg);
    margin-top: -4px;
  }
  .cid-uLMT5bnPh6 .offcanvas_box {
    display: none;
  }
}
.cid-uLMT5bnPh6 .dropdown-item {
  border: none;
  font-weight: 400 !important;
}
.cid-uLMT5bnPh6 .nav-dropdown .link {
  font-weight: 400 !important;
  padding: 0 !important;
  margin: 0 !important;
}
.cid-uLMT5bnPh6 .nav-dropdown .link.dropdown-toggle::after {
  margin-left: 0.5rem;
  margin-top: 0;
}
.cid-uLMT5bnPh6 .container {
  display: flex;
  margin: auto;
}
.cid-uLMT5bnPh6 .iconfont-wrapper {
  color: #e0bdb6;
  font-size: 17px;
  margin-right: 10px;
  margin-bottom: 5px;
  width: 25px;
  height: 25px;
  border-radius: 50%;
  display: flex;
  justify-content: center;
  align-items: center;
  transition: all 0.2s ease-in-out;
}
.cid-uLMT5bnPh6 .iconfont-wrapper:last-child {
  margin-right: 0;
}
.cid-uLMT5bnPh6 .iconfont-wrapper:hover {
  opacity: .5;
}
.cid-uLMT5bnPh6 .navbar-caption {
  color: #747474;
}
.cid-uLMT5bnPh6 .navbar-nav {
  margin: 0 1rem;
}
@media (min-width: 992px) {
  .cid-uLMT5bnPh6 .navbar-nav {
    margin: 0;
  }
}
.cid-uLMT5bnPh6 .dropdown-menu,
.cid-uLMT5bnPh6 .navbar.opened {
  background-color: false !important;
}
.cid-uLMT5bnPh6 .nav-item:focus,
.cid-uLMT5bnPh6 .nav-link:focus {
  outline: none;
}
.cid-uLMT5bnPh6 .dropdown .dropdown-menu .dropdown-item {
  width: auto;
  transition: all 0.25s ease-in-out;
}
.cid-uLMT5bnPh6 .dropdown .dropdown-menu .dropdown-item::after {
  right: 0.5rem;
}
.cid-uLMT5bnPh6 .dropdown .dropdown-menu .dropdown-item .mbr-iconfont {
  margin-right: 0.5rem;
  vertical-align: sub;
}
.cid-uLMT5bnPh6 .dropdown .dropdown-menu .dropdown-item .mbr-iconfont:before {
  display: inline-block;
  transform: scale(1, 1);
  transition: all 0.25s ease-in-out;
}
.cid-uLMT5bnPh6 .collapsed .dropdown-menu .dropdown-item:before {
  display: none;
}
.cid-uLMT5bnPh6 .collapsed .dropdown .dropdown-menu .dropdown-item {
  padding: 0.235em 1.5em 0.235em 1.5em !important;
  transition: none;
  margin: 0 !important;
}
.cid-uLMT5bnPh6 .navbar {
  min-height: 70px;
  padding: 20px 0;
  transition: all 0.3s;
  border-bottom-width: 0px;
}
@media (max-width: 992px) {
  .cid-uLMT5bnPh6 .navbar {
    min-height: 30px;
    max-height: 90px;
  }
}
.cid-uLMT5bnPh6 .navbar.opened {
  transition: all 0.3s;
}
.cid-uLMT5bnPh6 .navbar .dropdown-item {
  padding: 0;
  margin: 8px 0;
}
.cid-uLMT5bnPh6 .navbar .navbar-logo img {
  width: auto;
  object-fit: contain;
  border-radius: 0;
}
.cid-uLMT5bnPh6 .navbar .navbar-collapse {
  justify-content: space-between;
  z-index: 1;
}
.cid-uLMT5bnPh6 .navbar.collapsed {
  justify-content: center;
}
.cid-uLMT5bnPh6 .navbar.collapsed .nav-item .nav-link::before {
  display: none;
}
.cid-uLMT5bnPh6 .navbar.collapsed.opened .dropdown-menu {
  top: 0;
}
.cid-uLMT5bnPh6 .navbar.collapsed .dropdown-menu .dropdown-submenu {
  left: 0 !important;
}
.cid-uLMT5bnPh6 .navbar.collapsed .dropdown-menu .dropdown-item:after {
  right: auto;
}
.cid-uLMT5bnPh6 .navbar.collapsed ul.navbar-nav li {
  margin: auto;
}
.cid-uLMT5bnPh6 .navbar.collapsed .dropdown-menu .dropdown-item {
  padding: 0.25rem 1.5rem;
  text-align: left;
}
.cid-uLMT5bnPh6 .navbar.collapsed .icons-menu {
  padding: 0;
}
@media (max-width: 991px) {
  .cid-uLMT5bnPh6 .navbar .nav-item {
    padding: .5rem 0;
  }
  .cid-uLMT5bnPh6 .navbar .navbar-collapse {
    padding: 34px 0;
    border-radius: 25px;
  }
  .cid-uLMT5bnPh6 .navbar .nav-item .nav-link::before {
    display: none;
  }
  .cid-uLMT5bnPh6 .navbar.opened .dropdown-menu {
    top: 0;
  }
  .cid-uLMT5bnPh6 .navbar .dropdown-menu {
    padding: 6px 0 6px 15px;
  }
  .cid-uLMT5bnPh6 .navbar .dropdown-menu .dropdown-submenu {
    left: 0 !important;
  }
  .cid-uLMT5bnPh6 .navbar .dropdown-menu .dropdown-item:after {
    right: auto;
    margin-top: -0.4rem;
  }
  .cid-uLMT5bnPh6 .navbar .navbar-logo img {
    height: 3rem !important;
  }
  .cid-uLMT5bnPh6 .navbar ul.navbar-nav {
    overflow: hidden;
  }
  .cid-uLMT5bnPh6 .navbar ul.navbar-nav li {
    margin: 0;
  }
  .cid-uLMT5bnPh6 .navbar .dropdown-menu .dropdown-item {
    padding: 0 !important;
    margin: 0;
    margin-top: 8px;
    text-align: left;
  }
  .cid-uLMT5bnPh6 .navbar .navbar-brand {
    flex-shrink: initial;
    flex-basis: auto;
    word-break: break-word;
    padding-right: 2rem;
  }
  .cid-uLMT5bnPh6 .navbar .navbar-toggler {
    flex-basis: auto;
  }
  .cid-uLMT5bnPh6 .navbar .icons-menu {
    padding: 0;
  }
}
.cid-uLMT5bnPh6 .navbar.navbar-short {
  min-height: 60px;
}
.cid-uLMT5bnPh6 .navbar.navbar-short .navbar-logo img {
  height: 2.5rem !important;
}
.cid-uLMT5bnPh6 .navbar.navbar-short .navbar-brand {
  min-height: 60px;
  padding: 0;
}
.cid-uLMT5bnPh6 .navbar-brand {
  min-height: 70px;
  flex-shrink: 0;
  align-items: center;
  margin-right: 0;
  padding: 10px 0;
  transition: all 0.3s;
  word-break: break-word;
  z-index: 1;
}
.cid-uLMT5bnPh6 .navbar-brand .navbar-caption {
  line-height: inherit !important;
}
.cid-uLMT5bnPh6 .navbar-brand .navbar-logo a {
  outline: none;
}
.cid-uLMT5bnPh6 .dropdown-item.active,
.cid-uLMT5bnPh6 .dropdown-item:active {
  background-color: transparent;
}
.cid-uLMT5bnPh6 .navbar-expand-lg .navbar-nav .nav-link {
  padding: 0;
}
.cid-uLMT5bnPh6 .nav-dropdown .link.dropdown-toggle {
  margin-right: 1.667em;
}
.cid-uLMT5bnPh6 .nav-dropdown .link.dropdown-toggle[aria-expanded="true"] {
  margin-right: 0;
  padding: 0.667em 1.667em;
}
.cid-uLMT5bnPh6 .navbar .dropdown.open > .dropdown-menu {
  display: block;
}
.cid-uLMT5bnPh6 ul.navbar-nav {
  flex-wrap: wrap;
  padding: 36px 0;
  border-bottom: 1px solid #0e132f;
}
.cid-uLMT5bnPh6 .navbar-buttons {
  text-align: center;
  min-width: 170px;
}
.cid-uLMT5bnPh6 button.navbar-toggler {
  outline: none;
  width: 48px;
  height: 48px;
  border-radius: 50%;
  cursor: pointer;
  transition: all 0.2s;
  position: relative;
  align-self: center;
  color: #ffffff;
  background: #ffffff;
}
.cid-uLMT5bnPh6 button.navbar-toggler .hamburger span {
  position: absolute;
  right: 10px;
  margin-top: 14px;
  width: 26px;
  height: 2px;
  border-right: 5px;
  background-color: #474747;
}
.cid-uLMT5bnPh6 button.navbar-toggler .hamburger span:nth-child(1) {
  top: 0;
  transition: all 0.2s;
}
.cid-uLMT5bnPh6 button.navbar-toggler .hamburger span:nth-child(2) {
  top: 8px;
  transition: all 0.15s;
}
.cid-uLMT5bnPh6 button.navbar-toggler .hamburger span:nth-child(3) {
  top: 8px;
  transition: all 0.15s;
}
.cid-uLMT5bnPh6 button.navbar-toggler .hamburger span:nth-child(4) {
  top: 16px;
  transition: all 0.2s;
}
.cid-uLMT5bnPh6 nav.opened .hamburger span:nth-child(1) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-uLMT5bnPh6 nav.opened .hamburger span:nth-child(2) {
  transform: rotate(45deg);
  transition: all 0.25s;
}
.cid-uLMT5bnPh6 nav.opened .hamburger span:nth-child(3) {
  transform: rotate(-45deg);
  transition: all 0.25s;
}
.cid-uLMT5bnPh6 nav.opened .hamburger span:nth-child(4) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-uLMT5bnPh6 a.nav-link {
  display: flex;
  align-items: center;
  justify-content: flex-start;
}
.cid-uLMT5bnPh6 .icons-menu {
  flex-wrap: nowrap;
  display: flex;
  justify-content: center;
  padding: 0;
  text-align: center;
  margin-bottom: 35px;
}
@media screen and (-ms-high-contrast: active), (-ms-high-contrast: none) {
  .cid-uLMT5bnPh6 .navbar {
    height: 70px;
  }
  .cid-uLMT5bnPh6 .navbar.opened {
    height: auto;
  }
  .cid-uLMT5bnPh6 .nav-item .nav-link:hover::before {
    width: 175%;
    max-width: calc(100% + 2rem);
    left: -1rem;
  }
}
.cid-uLMT5bnPh6 .navbar-dropdown .navbar-logo {
  margin-right: 15px;
}
@media (min-width: 768px) {
  .cid-uLMT5bnPh6 .container-fluid {
    padding-left: 30px;
    padding-right: 30px;
  }
}
.cid-uLMT5bnPh6 .mbr-section-btn-main {
  padding-top: 5px;
}
.cid-uLMT5bnPh6 .mbr-section-btn-main .btn {
  margin: 0 4px 4px 4px;
}
.cid-uLMT5bnPh6 .navbar-caption:hover {
  color: #2554ab;
}
@media (min-width: 992px) {
  .cid-uLMT5bnPh6 .dropdown-menu.dropdown-submenu {
    left: 175px !important;
    top: -45% !important;
  }
}
.cid-uLMT5bnPh6 .nav-link {
  position: relative;
}
.cid-uLMT5bnPh6 .nav-link:before {
  content: '';
  position: absolute;
  left: -12px;
  width: 6px;
  height: 6px;
  border-radius: 100%;
  background-color: #2554ab;
  transition: all .3s ease;
  opacity: 0;
}
.cid-uLMT5bnPh6 .nav-link:hover:before {
  opacity: 1;
}
.cid-uLMT5bnPh6 .mbr-section-subtitle {
  color: #ffffff;
}
.cid-uLMT5bnPh6 .mbr-text {
  color: #ffffff;
  text-align: center;
}
.cid-uLMT5bnPh6 .text_widget {
  color: #ffffff;
}
.cid-uLMT5bnPh6 .mbr-section-subtitle,
.cid-uLMT5bnPh6 .text_widget,
.cid-uLMT5bnPh6 .mbr-section-btn {
  text-align: center;
}
.cid-uLMT5bnPh6 a[class*="text-"]:not(.nav-link):not(.dropdown-item):not([role]):not(.navbar-caption):hover {
  background-image: none;
}
.cid-uBZ0gTkWkd {
  padding-top: 0rem;
  padding-bottom: 0rem;
  background-color: #ffffff;
}
.cid-uBZ0gTkWkd .item-img {
  position: relative;
  overflow: hidden;
}
.cid-uBZ0gTkWkd .item-img:before {
  content: '';
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
  left: 0;
  background: black;
  opacity: 0.3;
  z-index: 1;
  transition: all 0.3s;
  pointer-events: none;
}
.cid-uBZ0gTkWkd h5 {
  margin-bottom: 1rem;
}
.cid-uBZ0gTkWkd .item-content {
  position: absolute;
  top: 55%;
  right: 0;
  z-index: 2;
  width: 100%;
  transform: translateY(-50%);
  padding: 2rem 8rem;
  display: flex;
  flex-direction: column;
  height: 50%;
}
@media (max-width: 767px) {
  .cid-uBZ0gTkWkd .item-content {
    padding: 0 2rem 1.5rem;
    margin-top: 1rem;
  }
}
.cid-uBZ0gTkWkd img,
.cid-uBZ0gTkWkd .item-img {
  width: 100%;
  transition: all 0.3s;
  height: 100%;
  height: 400px;
  object-fit: cover;
}
.cid-uBZ0gTkWkd .item:focus,
.cid-uBZ0gTkWkd span:focus {
  outline: none;
}
.cid-uBZ0gTkWkd .item {
  margin-bottom: 2rem;
}
@media (max-width: 767px) {
  .cid-uBZ0gTkWkd .item {
    margin-bottom: 1rem;
  }
}
.cid-uBZ0gTkWkd .item-wrapper {
  position: relative;
  border-radius: 15px;
  height: 100%;
  display: flex;
  flex-flow: column nowrap;
}
.cid-uBZ0gTkWkd .mbr-section-title {
  color: #4e423d;
}
.cid-uBZ0gTkWkd .item-title {
  text-align: left;
  color: #ffffff;
}
.cid-uBZ0gTkWkd .item-subtitle {
  text-align: left;
  color: #ffffff;
}
.cid-uBZ0gTkWkd .mbr-text,
.cid-uBZ0gTkWkd .item .mbr-section-btn {
  text-align: left;
  color: #ffffff;
}
.cid-uBZ0gTkWkd .content-head {
  max-width: 800px;
}
.cid-uBZ0gUcjth {
  padding-top: 1rem;
  padding-bottom: 5rem;
  background-color: #fafafa;
}
.cid-uBZ0gUcjth .mbr-section-title {
  margin-bottom: 1em;
  color: #272727;
}
.cid-uBZ0gUcjth .mbr-section-subtitle {
  margin-bottom: 1.5625em;
  color: #272727;
  opacity: 0.4;
}
.cid-uBZ0gUcjth .item-row {
  display: grid;
  -webkit-box-align: stretch;
  -webkit-align-items: stretch;
  -ms-flex-align: stretch;
  align-items: stretch;
  grid-auto-columns: 1fr;
  grid-column-gap: 16px;
  grid-row-gap: 16px;
  grid-template-columns: repeat(4, 1fr);
  -ms-grid-rows: auto;
  grid-template-rows: auto;
}
@media (max-width: 1199px) {
  .cid-uBZ0gUcjth .item-row {
    grid-template-columns: repeat(2, 1fr);
  }
}
@media (max-width: 767px) {
  .cid-uBZ0gUcjth .item-row {
    grid-template-columns: repeat(1, 1fr);
  }
}
.cid-uBZ0gUcjth .item {
  padding: 0;
}
.cid-uBZ0gUcjth .item-wrapper {
  display: flex;
  flex-direction: column;
  align-items: stretch;
  height: 100%;
  width: 100%;
  border-radius: 10px;
  overflow: hidden;
  transform-style: preserve-3d;
  transition: .3s all;
  border: 2px solid transparent;
}
.cid-uBZ0gUcjth .item-wrapper:hover {
  transform: scale3d(1.01, 1.01, 1);
  border-color: #fafafa;
}
.cid-uBZ0gUcjth .item-img {
  display: flex;
  align-items: center;
  justify-content: center;
  height: 175px;
}
.cid-uBZ0gUcjth .item-img img {
  width: 100%;
  object-fit: cover;
  height: 100%;
}
.cid-uBZ0gUcjth .item-content {
  display: flex;
  flex-direction: column;
  align-items: stretch;
  width: 100%;
  padding: 20px 5% 6%;
  flex-grow: 1;
  background-color: #ffffff;
}
.cid-uBZ0gUcjth .item-text-wrap {
  width: 100%;
  margin-bottom: 5.3em;
}
@media (max-width: 1199px) {
  .cid-uBZ0gUcjth .item-text-wrap {
    margin-bottom: 4em;
  }
}
@media (max-width: 767px) {
  .cid-uBZ0gUcjth .item-text-wrap {
    margin-bottom: 2em;
    max-width: 340px;
    margin-right: auto;
  }
}
.cid-uBZ0gUcjth .item-title {
  color: #272727;
  margin-bottom: 0.52em;
}
.cid-uBZ0gUcjth .item-subtitle {
  color: #272727;
  opacity: 0.52em;
}
.cid-uBZ0gUcjth .card-bottom {
  display: flex;
  flex-direction: column;
  align-items: stretch;
  margin-top: auto;
}
.cid-uBZ0gUcjth .item-name-wrap {
  display: flex;
  align-items: center;
  width: 100%;
}
.cid-uBZ0gUcjth .image-wrapper {
  width: 35px;
  height: 35px;
  margin-right: 10px;
  border-radius: 300px;
  overflow: hidden;
}
.cid-uBZ0gUcjth .image-wrapper img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.cid-uBZ0gUcjth .mbr-text {
  flex-grow: 1;
  color: #272727;
  text-align: right;
}
.cid-uBZ0gUcjth .mbr-section-btn {
  display: flex;
  margin-top: 20px;
  width: auto !important;
}
.cid-uBZ0gUcjth .mbr-section-btn .btn {
  width: 100%;
  min-width: auto !important;
}
.cid-uLMRAIzUxG {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-color: #0e132f;
}
.cid-uLMRAIzUxG .mbr-fallback-image.disabled {
  display: none;
}
.cid-uLMRAIzUxG .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-uLMRAIzUxG .container {
    padding: 0 16px;
  }
}
.cid-uLMRAIzUxG .card {
  display: flex;
  flex-direction: column;
  justify-content: space-between;
}
@media (max-width: 992px) {
  .cid-uLMRAIzUxG .card {
    margin-bottom: 40px;
  }
}
.cid-uLMRAIzUxG .card .content-wrapper .title-wrapper .title-wrap {
  display: inline-flex;
  align-items: center;
  margin-bottom: 16px;
}
@media (max-width: 992px) {
  .cid-uLMRAIzUxG .card .content-wrapper .title-wrapper .title-wrap {
    margin-bottom: 40px;
  }
}
.cid-uLMRAIzUxG .card .content-wrapper .title-wrapper .title-wrap img {
  width: 32px;
  height: 32px;
  object-fit: contain;
  margin-right: 1rem;
}
.cid-uLMRAIzUxG .card .content-wrapper .title-wrapper .title-wrap .mbr-section-title {
  margin-bottom: 0;
}
.cid-uLMRAIzUxG .card .content-wrapper .copyright {
  margin-bottom: 20px;
}
@media (max-width: 992px) {
  .cid-uLMRAIzUxG .card .content-wrapper .copyright {
    margin-bottom: 40px;
  }
}
.cid-uLMRAIzUxG .card .social-wrapper .social-wrap {
  display: inline-flex;
  flex-wrap: wrap;
}
.cid-uLMRAIzUxG .card .social-wrapper .social-wrap .mbr-iconfont {
  font-size: 20px;
  margin-right: 48px;
  color: #ffffff;
}
.cid-uLMRAIzUxG .list-wrapper .mbr-card-title {
  margin-bottom: 16px;
}
.cid-uLMRAIzUxG .list-wrapper .list {
  margin: 0;
  padding: 0;
  list-style-type: none;
}
.cid-uLMRAIzUxG .list-wrapper .list .item-wrap {
  margin-bottom: 16px;
}
@media (max-width: 992px) {
  .cid-uLMRAIzUxG .list-wrapper .list {
    margin-bottom: 40px;
  }
}
.cid-uLMRAIzUxG .mbr-section-title {
  color: #ffffff;
}
.cid-uLMRAIzUxG .copyright {
  color: #ffffff;
}
.cid-uLMRAIzUxG .mbr-card-title {
  color: #D4FE00;
}
.cid-uLMRAIzUxG .list {
  color: #ffffff;
}
.cid-uLMT5bnPh6 .navbar-dropdown {
  background-color: #ffffff !important;
  padding: 0;
}
.cid-uLMT5bnPh6 .navbar.navbar-expand-lg .dropdown .dropdown-menu {
  background-color: #ffffff !important;
  background: #ffffff;
}
.cid-uLMT5bnPh6 .navbar.navbar-expand-lg .dropdown .dropdown-menu .dropdown-submenu {
  margin: 0;
  left: 100%;
}
@media (max-width: 991px) {
  .cid-uLMT5bnPh6 .menu_box .navbar.opened,
  .cid-uLMT5bnPh6 .menu_box .navbar-collapse {
    background-color: #ffffff !important;
    transition: all 0s ease 0s;
  }
}
.cid-uLMT5bnPh6 .navbar-dropdown {
  position: relative !important;
}
.cid-uLMT5bnPh6 .btn {
  min-height: auto;
  box-shadow: none;
  margin-top: 0;
}
.cid-uLMT5bnPh6 .btn:hover {
  box-shadow: none;
}
@media (min-width: 992px) {
  .cid-uLMT5bnPh6 .offcanvas_image img {
    width: auto;
    object-fit: cover;
    display: inline-block;
  }
  .cid-uLMT5bnPh6 .offcanvas-header {
    position: relative;
    padding: 0;
  }
  .cid-uLMT5bnPh6 .offcanvas-header .btn-close {
    position: absolute;
    top: -70px;
    right: 0;
    width: 35px;
    height: 30px;
  }
  .cid-uLMT5bnPh6 .offcanvas-body {
    text-align: center;
    padding: 0;
  }
  .cid-uLMT5bnPh6 .offcanvas-body .mbr-text,
  .cid-uLMT5bnPh6 .offcanvas-body .mbr-section-subtitle {
    margin-top: 14px;
  }
  .cid-uLMT5bnPh6 .offcanvas-body .offcanvas_contact {
    margin: 35px 0;
  }
  .cid-uLMT5bnPh6 .offcanvas_box button.btn_offcanvas {
    outline: none;
    width: 40px;
    height: 40px;
    cursor: pointer;
    transition: all 0.2s;
    position: relative;
    align-self: center;
  }
  .cid-uLMT5bnPh6 .offcanvas_box button.btn_offcanvas .hamburger span {
    position: absolute;
    right: 0;
    width: 40px;
    height: 2px;
    border-right: 5px;
    background-color: #474747;
  }
  .cid-uLMT5bnPh6 .offcanvas_box button.btn_offcanvas .hamburger span:nth-child(1) {
    top: 18px;
    transition: all 0.2s;
  }
  .cid-uLMT5bnPh6 .offcanvas_box button.btn_offcanvas .hamburger span:nth-child(2) {
    top: 25px;
    transition: all 0.2s;
  }
  .cid-uLMT5bnPh6 .offcanvas_box button.btn_offcanvas:hover .hamburger span {
    width: 36px;
  }
  .cid-uLMT5bnPh6 .offcanvas_box button.btn_offcanvas:hover .hamburger span:nth-child(2) {
    width: 33px;
    transition-delay: 0.2s;
  }
  .cid-uLMT5bnPh6 ul.navbar-nav {
    padding-bottom: 1.5rem;
  }
  .cid-uLMT5bnPh6 .dropdown-menu .dropdown-toggle[data-toggle="dropdown-submenu"]::after,
  .cid-uLMT5bnPh6 .link.dropdown-toggle::after {
    display: inline-block;
    width: 7px;
    height: 7px;
    margin-left: .5rem;
    margin-bottom: 2px;
    content: "";
    border: 2px solid;
    border-left: none;
    border-top: none;
    transform: rotate(-45deg);
  }
  .cid-uLMT5bnPh6 .link.dropdown-toggle::after {
    padding: 0 !important;
    transform: rotate(45deg);
  }
  .cid-uLMT5bnPh6 li.nav-item {
    position: relative;
    display: inline-block;
    padding: 1px 7px !important;
    vertical-align: middle;
    line-height: 2em !important;
    font-weight: 600 !important;
    text-decoration: none;
    letter-spacing: 0 !important;
    z-index: 1;
  }
  .cid-uLMT5bnPh6 .lg_brand {
    margin: 0 1rem;
  }
}
.cid-uLMT5bnPh6 .nav-item {
  margin: 4px 15px;
}
@media (min-width: 1200px) {
  .cid-uLMT5bnPh6 .nav-item {
    margin: 4px 20px;
  }
}
@media (max-width: 991px) {
  .cid-uLMT5bnPh6 .nav-item {
    margin: 0 !important;
  }
}
.cid-uLMT5bnPh6 .dropdown-menu {
  border-radius: 0;
  box-shadow: none;
  text-align: left;
}
@media (min-width: 992px) {
  .cid-uLMT5bnPh6 .dropdown-menu {
    padding: 18px 34px 22px;
    min-width: 250px;
    top: auto !important;
    left: -40px !important;
  }
  .cid-uLMT5bnPh6 .dropdown-menu.dropdown-submenu {
    left: 215px !important;
    top: -45% !important;
  }
}
@media (max-width: 991px) {
  .cid-uLMT5bnPh6 .dropdown-menu .dropdown-toggle[data-toggle="dropdown-submenu"]::after,
  .cid-uLMT5bnPh6 .link.dropdown-toggle::after {
    display: inline-block;
    width: 7px;
    height: 7px;
    margin-left: .5rem;
    margin-bottom: 2px;
    content: "";
    border: 2px solid;
    border-left: none;
    border-top: none;
    transform: rotate(-45deg);
    right: 15px;
    position: absolute;
    margin-top: -2px;
  }
  .cid-uLMT5bnPh6 .show.dropdown-toggle[aria-expanded="true"]::after {
    transform: rotate(45deg);
    margin-top: -4px;
  }
  .cid-uLMT5bnPh6 .offcanvas_box {
    display: none;
  }
}
.cid-uLMT5bnPh6 .dropdown-item {
  border: none;
  font-weight: 400 !important;
}
.cid-uLMT5bnPh6 .nav-dropdown .link {
  font-weight: 400 !important;
  padding: 0 !important;
  margin: 0 !important;
}
.cid-uLMT5bnPh6 .nav-dropdown .link.dropdown-toggle::after {
  margin-left: 0.5rem;
  margin-top: 0;
}
.cid-uLMT5bnPh6 .container {
  display: flex;
  margin: auto;
}
.cid-uLMT5bnPh6 .iconfont-wrapper {
  color: #e0bdb6;
  font-size: 17px;
  margin-right: 10px;
  margin-bottom: 5px;
  width: 25px;
  height: 25px;
  border-radius: 50%;
  display: flex;
  justify-content: center;
  align-items: center;
  transition: all 0.2s ease-in-out;
}
.cid-uLMT5bnPh6 .iconfont-wrapper:last-child {
  margin-right: 0;
}
.cid-uLMT5bnPh6 .iconfont-wrapper:hover {
  opacity: .5;
}
.cid-uLMT5bnPh6 .navbar-caption {
  color: #747474;
}
.cid-uLMT5bnPh6 .navbar-nav {
  margin: 0 1rem;
}
@media (min-width: 992px) {
  .cid-uLMT5bnPh6 .navbar-nav {
    margin: 0;
  }
}
.cid-uLMT5bnPh6 .dropdown-menu,
.cid-uLMT5bnPh6 .navbar.opened {
  background-color: false !important;
}
.cid-uLMT5bnPh6 .nav-item:focus,
.cid-uLMT5bnPh6 .nav-link:focus {
  outline: none;
}
.cid-uLMT5bnPh6 .dropdown .dropdown-menu .dropdown-item {
  width: auto;
  transition: all 0.25s ease-in-out;
}
.cid-uLMT5bnPh6 .dropdown .dropdown-menu .dropdown-item::after {
  right: 0.5rem;
}
.cid-uLMT5bnPh6 .dropdown .dropdown-menu .dropdown-item .mbr-iconfont {
  margin-right: 0.5rem;
  vertical-align: sub;
}
.cid-uLMT5bnPh6 .dropdown .dropdown-menu .dropdown-item .mbr-iconfont:before {
  display: inline-block;
  transform: scale(1, 1);
  transition: all 0.25s ease-in-out;
}
.cid-uLMT5bnPh6 .collapsed .dropdown-menu .dropdown-item:before {
  display: none;
}
.cid-uLMT5bnPh6 .collapsed .dropdown .dropdown-menu .dropdown-item {
  padding: 0.235em 1.5em 0.235em 1.5em !important;
  transition: none;
  margin: 0 !important;
}
.cid-uLMT5bnPh6 .navbar {
  min-height: 70px;
  padding: 20px 0;
  transition: all 0.3s;
  border-bottom-width: 0px;
}
@media (max-width: 992px) {
  .cid-uLMT5bnPh6 .navbar {
    min-height: 30px;
    max-height: 90px;
  }
}
.cid-uLMT5bnPh6 .navbar.opened {
  transition: all 0.3s;
}
.cid-uLMT5bnPh6 .navbar .dropdown-item {
  padding: 0;
  margin: 8px 0;
}
.cid-uLMT5bnPh6 .navbar .navbar-logo img {
  width: auto;
  object-fit: contain;
  border-radius: 0;
}
.cid-uLMT5bnPh6 .navbar .navbar-collapse {
  justify-content: space-between;
  z-index: 1;
}
.cid-uLMT5bnPh6 .navbar.collapsed {
  justify-content: center;
}
.cid-uLMT5bnPh6 .navbar.collapsed .nav-item .nav-link::before {
  display: none;
}
.cid-uLMT5bnPh6 .navbar.collapsed.opened .dropdown-menu {
  top: 0;
}
.cid-uLMT5bnPh6 .navbar.collapsed .dropdown-menu .dropdown-submenu {
  left: 0 !important;
}
.cid-uLMT5bnPh6 .navbar.collapsed .dropdown-menu .dropdown-item:after {
  right: auto;
}
.cid-uLMT5bnPh6 .navbar.collapsed ul.navbar-nav li {
  margin: auto;
}
.cid-uLMT5bnPh6 .navbar.collapsed .dropdown-menu .dropdown-item {
  padding: 0.25rem 1.5rem;
  text-align: left;
}
.cid-uLMT5bnPh6 .navbar.collapsed .icons-menu {
  padding: 0;
}
@media (max-width: 991px) {
  .cid-uLMT5bnPh6 .navbar .nav-item {
    padding: .5rem 0;
  }
  .cid-uLMT5bnPh6 .navbar .navbar-collapse {
    padding: 34px 0;
    border-radius: 25px;
  }
  .cid-uLMT5bnPh6 .navbar .nav-item .nav-link::before {
    display: none;
  }
  .cid-uLMT5bnPh6 .navbar.opened .dropdown-menu {
    top: 0;
  }
  .cid-uLMT5bnPh6 .navbar .dropdown-menu {
    padding: 6px 0 6px 15px;
  }
  .cid-uLMT5bnPh6 .navbar .dropdown-menu .dropdown-submenu {
    left: 0 !important;
  }
  .cid-uLMT5bnPh6 .navbar .dropdown-menu .dropdown-item:after {
    right: auto;
    margin-top: -0.4rem;
  }
  .cid-uLMT5bnPh6 .navbar .navbar-logo img {
    height: 3rem !important;
  }
  .cid-uLMT5bnPh6 .navbar ul.navbar-nav {
    overflow: hidden;
  }
  .cid-uLMT5bnPh6 .navbar ul.navbar-nav li {
    margin: 0;
  }
  .cid-uLMT5bnPh6 .navbar .dropdown-menu .dropdown-item {
    padding: 0 !important;
    margin: 0;
    margin-top: 8px;
    text-align: left;
  }
  .cid-uLMT5bnPh6 .navbar .navbar-brand {
    flex-shrink: initial;
    flex-basis: auto;
    word-break: break-word;
    padding-right: 2rem;
  }
  .cid-uLMT5bnPh6 .navbar .navbar-toggler {
    flex-basis: auto;
  }
  .cid-uLMT5bnPh6 .navbar .icons-menu {
    padding: 0;
  }
}
.cid-uLMT5bnPh6 .navbar.navbar-short {
  min-height: 60px;
}
.cid-uLMT5bnPh6 .navbar.navbar-short .navbar-logo img {
  height: 2.5rem !important;
}
.cid-uLMT5bnPh6 .navbar.navbar-short .navbar-brand {
  min-height: 60px;
  padding: 0;
}
.cid-uLMT5bnPh6 .navbar-brand {
  min-height: 70px;
  flex-shrink: 0;
  align-items: center;
  margin-right: 0;
  padding: 10px 0;
  transition: all 0.3s;
  word-break: break-word;
  z-index: 1;
}
.cid-uLMT5bnPh6 .navbar-brand .navbar-caption {
  line-height: inherit !important;
}
.cid-uLMT5bnPh6 .navbar-brand .navbar-logo a {
  outline: none;
}
.cid-uLMT5bnPh6 .dropdown-item.active,
.cid-uLMT5bnPh6 .dropdown-item:active {
  background-color: transparent;
}
.cid-uLMT5bnPh6 .navbar-expand-lg .navbar-nav .nav-link {
  padding: 0;
}
.cid-uLMT5bnPh6 .nav-dropdown .link.dropdown-toggle {
  margin-right: 1.667em;
}
.cid-uLMT5bnPh6 .nav-dropdown .link.dropdown-toggle[aria-expanded="true"] {
  margin-right: 0;
  padding: 0.667em 1.667em;
}
.cid-uLMT5bnPh6 .navbar .dropdown.open > .dropdown-menu {
  display: block;
}
.cid-uLMT5bnPh6 ul.navbar-nav {
  flex-wrap: wrap;
  padding: 36px 0;
  border-bottom: 1px solid #0e132f;
}
.cid-uLMT5bnPh6 .navbar-buttons {
  text-align: center;
  min-width: 170px;
}
.cid-uLMT5bnPh6 button.navbar-toggler {
  outline: none;
  width: 48px;
  height: 48px;
  border-radius: 50%;
  cursor: pointer;
  transition: all 0.2s;
  position: relative;
  align-self: center;
  color: #ffffff;
  background: #ffffff;
}
.cid-uLMT5bnPh6 button.navbar-toggler .hamburger span {
  position: absolute;
  right: 10px;
  margin-top: 14px;
  width: 26px;
  height: 2px;
  border-right: 5px;
  background-color: #474747;
}
.cid-uLMT5bnPh6 button.navbar-toggler .hamburger span:nth-child(1) {
  top: 0;
  transition: all 0.2s;
}
.cid-uLMT5bnPh6 button.navbar-toggler .hamburger span:nth-child(2) {
  top: 8px;
  transition: all 0.15s;
}
.cid-uLMT5bnPh6 button.navbar-toggler .hamburger span:nth-child(3) {
  top: 8px;
  transition: all 0.15s;
}
.cid-uLMT5bnPh6 button.navbar-toggler .hamburger span:nth-child(4) {
  top: 16px;
  transition: all 0.2s;
}
.cid-uLMT5bnPh6 nav.opened .hamburger span:nth-child(1) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-uLMT5bnPh6 nav.opened .hamburger span:nth-child(2) {
  transform: rotate(45deg);
  transition: all 0.25s;
}
.cid-uLMT5bnPh6 nav.opened .hamburger span:nth-child(3) {
  transform: rotate(-45deg);
  transition: all 0.25s;
}
.cid-uLMT5bnPh6 nav.opened .hamburger span:nth-child(4) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-uLMT5bnPh6 a.nav-link {
  display: flex;
  align-items: center;
  justify-content: flex-start;
}
.cid-uLMT5bnPh6 .icons-menu {
  flex-wrap: nowrap;
  display: flex;
  justify-content: center;
  padding: 0;
  text-align: center;
  margin-bottom: 35px;
}
@media screen and (-ms-high-contrast: active), (-ms-high-contrast: none) {
  .cid-uLMT5bnPh6 .navbar {
    height: 70px;
  }
  .cid-uLMT5bnPh6 .navbar.opened {
    height: auto;
  }
  .cid-uLMT5bnPh6 .nav-item .nav-link:hover::before {
    width: 175%;
    max-width: calc(100% + 2rem);
    left: -1rem;
  }
}
.cid-uLMT5bnPh6 .navbar-dropdown .navbar-logo {
  margin-right: 15px;
}
@media (min-width: 768px) {
  .cid-uLMT5bnPh6 .container-fluid {
    padding-left: 30px;
    padding-right: 30px;
  }
}
.cid-uLMT5bnPh6 .mbr-section-btn-main {
  padding-top: 5px;
}
.cid-uLMT5bnPh6 .mbr-section-btn-main .btn {
  margin: 0 4px 4px 4px;
}
.cid-uLMT5bnPh6 .navbar-caption:hover {
  color: #2554ab;
}
@media (min-width: 992px) {
  .cid-uLMT5bnPh6 .dropdown-menu.dropdown-submenu {
    left: 175px !important;
    top: -45% !important;
  }
}
.cid-uLMT5bnPh6 .nav-link {
  position: relative;
}
.cid-uLMT5bnPh6 .nav-link:before {
  content: '';
  position: absolute;
  left: -12px;
  width: 6px;
  height: 6px;
  border-radius: 100%;
  background-color: #2554ab;
  transition: all .3s ease;
  opacity: 0;
}
.cid-uLMT5bnPh6 .nav-link:hover:before {
  opacity: 1;
}
.cid-uLMT5bnPh6 .mbr-section-subtitle {
  color: #ffffff;
}
.cid-uLMT5bnPh6 .mbr-text {
  color: #ffffff;
  text-align: center;
}
.cid-uLMT5bnPh6 .text_widget {
  color: #ffffff;
}
.cid-uLMT5bnPh6 .mbr-section-subtitle,
.cid-uLMT5bnPh6 .text_widget,
.cid-uLMT5bnPh6 .mbr-section-btn {
  text-align: center;
}
.cid-uLMT5bnPh6 a[class*="text-"]:not(.nav-link):not(.dropdown-item):not([role]):not(.navbar-caption):hover {
  background-image: none;
}
.cid-uC17iAIdML {
  padding-top: 0rem;
  padding-bottom: 0rem;
  background-color: #ffffff;
}
.cid-uC17iAIdML .item-img {
  position: relative;
  overflow: hidden;
}
.cid-uC17iAIdML .item-img:before {
  content: '';
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
  left: 0;
  background: black;
  opacity: 0.3;
  z-index: 1;
  transition: all 0.3s;
  pointer-events: none;
}
.cid-uC17iAIdML h5 {
  margin-bottom: 1rem;
}
.cid-uC17iAIdML .item-content {
  position: absolute;
  top: 55%;
  right: 0;
  z-index: 2;
  width: 100%;
  transform: translateY(-50%);
  padding: 2rem 8rem;
  display: flex;
  flex-direction: column;
  height: 50%;
}
@media (max-width: 767px) {
  .cid-uC17iAIdML .item-content {
    padding: 0 2rem 1.5rem;
    margin-top: 1rem;
  }
}
.cid-uC17iAIdML img,
.cid-uC17iAIdML .item-img {
  width: 100%;
  transition: all 0.3s;
  height: 100%;
  height: 400px;
  object-fit: cover;
}
.cid-uC17iAIdML .item:focus,
.cid-uC17iAIdML span:focus {
  outline: none;
}
.cid-uC17iAIdML .item {
  margin-bottom: 2rem;
}
@media (max-width: 767px) {
  .cid-uC17iAIdML .item {
    margin-bottom: 1rem;
  }
}
.cid-uC17iAIdML .item-wrapper {
  position: relative;
  border-radius: 15px;
  height: 100%;
  display: flex;
  flex-flow: column nowrap;
}
.cid-uC17iAIdML .mbr-section-title {
  color: #4e423d;
}
.cid-uC17iAIdML .item-title {
  text-align: left;
  color: #ffffff;
}
.cid-uC17iAIdML .item-subtitle {
  text-align: left;
  color: #ffffff;
}
.cid-uC17iAIdML .mbr-text,
.cid-uC17iAIdML .item .mbr-section-btn {
  text-align: left;
  color: #ffffff;
}
.cid-uC17iAIdML .content-head {
  max-width: 800px;
}
.cid-uC17iBrJJT {
  padding-top: 1rem;
  padding-bottom: 5rem;
  background-color: #fafafa;
}
.cid-uC17iBrJJT .mbr-section-title {
  margin-bottom: 1em;
  color: #272727;
}
.cid-uC17iBrJJT .mbr-section-subtitle {
  margin-bottom: 1.5625em;
  color: #272727;
  opacity: 0.4;
}
.cid-uC17iBrJJT .item-row {
  display: grid;
  -webkit-box-align: stretch;
  -webkit-align-items: stretch;
  -ms-flex-align: stretch;
  align-items: stretch;
  grid-auto-columns: 1fr;
  grid-column-gap: 16px;
  grid-row-gap: 16px;
  grid-template-columns: repeat(4, 1fr);
  -ms-grid-rows: auto;
  grid-template-rows: auto;
}
@media (max-width: 1199px) {
  .cid-uC17iBrJJT .item-row {
    grid-template-columns: repeat(2, 1fr);
  }
}
@media (max-width: 767px) {
  .cid-uC17iBrJJT .item-row {
    grid-template-columns: repeat(1, 1fr);
  }
}
.cid-uC17iBrJJT .item {
  padding: 0;
}
.cid-uC17iBrJJT .item-wrapper {
  display: flex;
  flex-direction: column;
  align-items: stretch;
  height: 100%;
  width: 100%;
  border-radius: 10px;
  overflow: hidden;
  transform-style: preserve-3d;
  transition: .3s all;
  border: 2px solid transparent;
}
.cid-uC17iBrJJT .item-wrapper:hover {
  transform: scale3d(1.01, 1.01, 1);
  border-color: #fafafa;
}
.cid-uC17iBrJJT .item-img {
  display: flex;
  align-items: center;
  justify-content: center;
  height: 175px;
}
.cid-uC17iBrJJT .item-img img {
  width: 100%;
  object-fit: cover;
  height: 100%;
}
.cid-uC17iBrJJT .item-content {
  display: flex;
  flex-direction: column;
  align-items: stretch;
  width: 100%;
  padding: 20px 5% 6%;
  flex-grow: 1;
  background-color: #ffffff;
}
.cid-uC17iBrJJT .item-text-wrap {
  width: 100%;
  margin-bottom: 5.3em;
}
@media (max-width: 1199px) {
  .cid-uC17iBrJJT .item-text-wrap {
    margin-bottom: 4em;
  }
}
@media (max-width: 767px) {
  .cid-uC17iBrJJT .item-text-wrap {
    margin-bottom: 2em;
    max-width: 340px;
    margin-right: auto;
  }
}
.cid-uC17iBrJJT .item-title {
  color: #272727;
  margin-bottom: 0.52em;
}
.cid-uC17iBrJJT .item-subtitle {
  color: #272727;
  opacity: 0.52em;
}
.cid-uC17iBrJJT .card-bottom {
  display: flex;
  flex-direction: column;
  align-items: stretch;
  margin-top: auto;
}
.cid-uC17iBrJJT .item-name-wrap {
  display: flex;
  align-items: center;
  width: 100%;
}
.cid-uC17iBrJJT .image-wrapper {
  width: 35px;
  height: 35px;
  margin-right: 10px;
  border-radius: 300px;
  overflow: hidden;
}
.cid-uC17iBrJJT .image-wrapper img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.cid-uC17iBrJJT .mbr-text {
  flex-grow: 1;
  color: #272727;
  text-align: right;
}
.cid-uC17iBrJJT .mbr-section-btn {
  display: flex;
  margin-top: 20px;
  width: auto !important;
}
.cid-uC17iBrJJT .mbr-section-btn .btn {
  width: 100%;
  min-width: auto !important;
}
.cid-uLMRAIzUxG {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-color: #0e132f;
}
.cid-uLMRAIzUxG .mbr-fallback-image.disabled {
  display: none;
}
.cid-uLMRAIzUxG .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-uLMRAIzUxG .container {
    padding: 0 16px;
  }
}
.cid-uLMRAIzUxG .card {
  display: flex;
  flex-direction: column;
  justify-content: space-between;
}
@media (max-width: 992px) {
  .cid-uLMRAIzUxG .card {
    margin-bottom: 40px;
  }
}
.cid-uLMRAIzUxG .card .content-wrapper .title-wrapper .title-wrap {
  display: inline-flex;
  align-items: center;
  margin-bottom: 16px;
}
@media (max-width: 992px) {
  .cid-uLMRAIzUxG .card .content-wrapper .title-wrapper .title-wrap {
    margin-bottom: 40px;
  }
}
.cid-uLMRAIzUxG .card .content-wrapper .title-wrapper .title-wrap img {
  width: 32px;
  height: 32px;
  object-fit: contain;
  margin-right: 1rem;
}
.cid-uLMRAIzUxG .card .content-wrapper .title-wrapper .title-wrap .mbr-section-title {
  margin-bottom: 0;
}
.cid-uLMRAIzUxG .card .content-wrapper .copyright {
  margin-bottom: 20px;
}
@media (max-width: 992px) {
  .cid-uLMRAIzUxG .card .content-wrapper .copyright {
    margin-bottom: 40px;
  }
}
.cid-uLMRAIzUxG .card .social-wrapper .social-wrap {
  display: inline-flex;
  flex-wrap: wrap;
}
.cid-uLMRAIzUxG .card .social-wrapper .social-wrap .mbr-iconfont {
  font-size: 20px;
  margin-right: 48px;
  color: #ffffff;
}
.cid-uLMRAIzUxG .list-wrapper .mbr-card-title {
  margin-bottom: 16px;
}
.cid-uLMRAIzUxG .list-wrapper .list {
  margin: 0;
  padding: 0;
  list-style-type: none;
}
.cid-uLMRAIzUxG .list-wrapper .list .item-wrap {
  margin-bottom: 16px;
}
@media (max-width: 992px) {
  .cid-uLMRAIzUxG .list-wrapper .list {
    margin-bottom: 40px;
  }
}
.cid-uLMRAIzUxG .mbr-section-title {
  color: #ffffff;
}
.cid-uLMRAIzUxG .copyright {
  color: #ffffff;
}
.cid-uLMRAIzUxG .mbr-card-title {
  color: #D4FE00;
}
.cid-uLMRAIzUxG .list {
  color: #ffffff;
}
.cid-uLMT5bnPh6 .navbar-dropdown {
  background-color: #ffffff !important;
  padding: 0;
}
.cid-uLMT5bnPh6 .navbar.navbar-expand-lg .dropdown .dropdown-menu {
  background-color: #ffffff !important;
  background: #ffffff;
}
.cid-uLMT5bnPh6 .navbar.navbar-expand-lg .dropdown .dropdown-menu .dropdown-submenu {
  margin: 0;
  left: 100%;
}
@media (max-width: 991px) {
  .cid-uLMT5bnPh6 .menu_box .navbar.opened,
  .cid-uLMT5bnPh6 .menu_box .navbar-collapse {
    background-color: #ffffff !important;
    transition: all 0s ease 0s;
  }
}
.cid-uLMT5bnPh6 .navbar-dropdown {
  position: relative !important;
}
.cid-uLMT5bnPh6 .btn {
  min-height: auto;
  box-shadow: none;
  margin-top: 0;
}
.cid-uLMT5bnPh6 .btn:hover {
  box-shadow: none;
}
@media (min-width: 992px) {
  .cid-uLMT5bnPh6 .offcanvas_image img {
    width: auto;
    object-fit: cover;
    display: inline-block;
  }
  .cid-uLMT5bnPh6 .offcanvas-header {
    position: relative;
    padding: 0;
  }
  .cid-uLMT5bnPh6 .offcanvas-header .btn-close {
    position: absolute;
    top: -70px;
    right: 0;
    width: 35px;
    height: 30px;
  }
  .cid-uLMT5bnPh6 .offcanvas-body {
    text-align: center;
    padding: 0;
  }
  .cid-uLMT5bnPh6 .offcanvas-body .mbr-text,
  .cid-uLMT5bnPh6 .offcanvas-body .mbr-section-subtitle {
    margin-top: 14px;
  }
  .cid-uLMT5bnPh6 .offcanvas-body .offcanvas_contact {
    margin: 35px 0;
  }
  .cid-uLMT5bnPh6 .offcanvas_box button.btn_offcanvas {
    outline: none;
    width: 40px;
    height: 40px;
    cursor: pointer;
    transition: all 0.2s;
    position: relative;
    align-self: center;
  }
  .cid-uLMT5bnPh6 .offcanvas_box button.btn_offcanvas .hamburger span {
    position: absolute;
    right: 0;
    width: 40px;
    height: 2px;
    border-right: 5px;
    background-color: #474747;
  }
  .cid-uLMT5bnPh6 .offcanvas_box button.btn_offcanvas .hamburger span:nth-child(1) {
    top: 18px;
    transition: all 0.2s;
  }
  .cid-uLMT5bnPh6 .offcanvas_box button.btn_offcanvas .hamburger span:nth-child(2) {
    top: 25px;
    transition: all 0.2s;
  }
  .cid-uLMT5bnPh6 .offcanvas_box button.btn_offcanvas:hover .hamburger span {
    width: 36px;
  }
  .cid-uLMT5bnPh6 .offcanvas_box button.btn_offcanvas:hover .hamburger span:nth-child(2) {
    width: 33px;
    transition-delay: 0.2s;
  }
  .cid-uLMT5bnPh6 ul.navbar-nav {
    padding-bottom: 1.5rem;
  }
  .cid-uLMT5bnPh6 .dropdown-menu .dropdown-toggle[data-toggle="dropdown-submenu"]::after,
  .cid-uLMT5bnPh6 .link.dropdown-toggle::after {
    display: inline-block;
    width: 7px;
    height: 7px;
    margin-left: .5rem;
    margin-bottom: 2px;
    content: "";
    border: 2px solid;
    border-left: none;
    border-top: none;
    transform: rotate(-45deg);
  }
  .cid-uLMT5bnPh6 .link.dropdown-toggle::after {
    padding: 0 !important;
    transform: rotate(45deg);
  }
  .cid-uLMT5bnPh6 li.nav-item {
    position: relative;
    display: inline-block;
    padding: 1px 7px !important;
    vertical-align: middle;
    line-height: 2em !important;
    font-weight: 600 !important;
    text-decoration: none;
    letter-spacing: 0 !important;
    z-index: 1;
  }
  .cid-uLMT5bnPh6 .lg_brand {
    margin: 0 1rem;
  }
}
.cid-uLMT5bnPh6 .nav-item {
  margin: 4px 15px;
}
@media (min-width: 1200px) {
  .cid-uLMT5bnPh6 .nav-item {
    margin: 4px 20px;
  }
}
@media (max-width: 991px) {
  .cid-uLMT5bnPh6 .nav-item {
    margin: 0 !important;
  }
}
.cid-uLMT5bnPh6 .dropdown-menu {
  border-radius: 0;
  box-shadow: none;
  text-align: left;
}
@media (min-width: 992px) {
  .cid-uLMT5bnPh6 .dropdown-menu {
    padding: 18px 34px 22px;
    min-width: 250px;
    top: auto !important;
    left: -40px !important;
  }
  .cid-uLMT5bnPh6 .dropdown-menu.dropdown-submenu {
    left: 215px !important;
    top: -45% !important;
  }
}
@media (max-width: 991px) {
  .cid-uLMT5bnPh6 .dropdown-menu .dropdown-toggle[data-toggle="dropdown-submenu"]::after,
  .cid-uLMT5bnPh6 .link.dropdown-toggle::after {
    display: inline-block;
    width: 7px;
    height: 7px;
    margin-left: .5rem;
    margin-bottom: 2px;
    content: "";
    border: 2px solid;
    border-left: none;
    border-top: none;
    transform: rotate(-45deg);
    right: 15px;
    position: absolute;
    margin-top: -2px;
  }
  .cid-uLMT5bnPh6 .show.dropdown-toggle[aria-expanded="true"]::after {
    transform: rotate(45deg);
    margin-top: -4px;
  }
  .cid-uLMT5bnPh6 .offcanvas_box {
    display: none;
  }
}
.cid-uLMT5bnPh6 .dropdown-item {
  border: none;
  font-weight: 400 !important;
}
.cid-uLMT5bnPh6 .nav-dropdown .link {
  font-weight: 400 !important;
  padding: 0 !important;
  margin: 0 !important;
}
.cid-uLMT5bnPh6 .nav-dropdown .link.dropdown-toggle::after {
  margin-left: 0.5rem;
  margin-top: 0;
}
.cid-uLMT5bnPh6 .container {
  display: flex;
  margin: auto;
}
.cid-uLMT5bnPh6 .iconfont-wrapper {
  color: #e0bdb6;
  font-size: 17px;
  margin-right: 10px;
  margin-bottom: 5px;
  width: 25px;
  height: 25px;
  border-radius: 50%;
  display: flex;
  justify-content: center;
  align-items: center;
  transition: all 0.2s ease-in-out;
}
.cid-uLMT5bnPh6 .iconfont-wrapper:last-child {
  margin-right: 0;
}
.cid-uLMT5bnPh6 .iconfont-wrapper:hover {
  opacity: .5;
}
.cid-uLMT5bnPh6 .navbar-caption {
  color: #747474;
}
.cid-uLMT5bnPh6 .navbar-nav {
  margin: 0 1rem;
}
@media (min-width: 992px) {
  .cid-uLMT5bnPh6 .navbar-nav {
    margin: 0;
  }
}
.cid-uLMT5bnPh6 .dropdown-menu,
.cid-uLMT5bnPh6 .navbar.opened {
  background-color: false !important;
}
.cid-uLMT5bnPh6 .nav-item:focus,
.cid-uLMT5bnPh6 .nav-link:focus {
  outline: none;
}
.cid-uLMT5bnPh6 .dropdown .dropdown-menu .dropdown-item {
  width: auto;
  transition: all 0.25s ease-in-out;
}
.cid-uLMT5bnPh6 .dropdown .dropdown-menu .dropdown-item::after {
  right: 0.5rem;
}
.cid-uLMT5bnPh6 .dropdown .dropdown-menu .dropdown-item .mbr-iconfont {
  margin-right: 0.5rem;
  vertical-align: sub;
}
.cid-uLMT5bnPh6 .dropdown .dropdown-menu .dropdown-item .mbr-iconfont:before {
  display: inline-block;
  transform: scale(1, 1);
  transition: all 0.25s ease-in-out;
}
.cid-uLMT5bnPh6 .collapsed .dropdown-menu .dropdown-item:before {
  display: none;
}
.cid-uLMT5bnPh6 .collapsed .dropdown .dropdown-menu .dropdown-item {
  padding: 0.235em 1.5em 0.235em 1.5em !important;
  transition: none;
  margin: 0 !important;
}
.cid-uLMT5bnPh6 .navbar {
  min-height: 70px;
  padding: 20px 0;
  transition: all 0.3s;
  border-bottom-width: 0px;
}
@media (max-width: 992px) {
  .cid-uLMT5bnPh6 .navbar {
    min-height: 30px;
    max-height: 90px;
  }
}
.cid-uLMT5bnPh6 .navbar.opened {
  transition: all 0.3s;
}
.cid-uLMT5bnPh6 .navbar .dropdown-item {
  padding: 0;
  margin: 8px 0;
}
.cid-uLMT5bnPh6 .navbar .navbar-logo img {
  width: auto;
  object-fit: contain;
  border-radius: 0;
}
.cid-uLMT5bnPh6 .navbar .navbar-collapse {
  justify-content: space-between;
  z-index: 1;
}
.cid-uLMT5bnPh6 .navbar.collapsed {
  justify-content: center;
}
.cid-uLMT5bnPh6 .navbar.collapsed .nav-item .nav-link::before {
  display: none;
}
.cid-uLMT5bnPh6 .navbar.collapsed.opened .dropdown-menu {
  top: 0;
}
.cid-uLMT5bnPh6 .navbar.collapsed .dropdown-menu .dropdown-submenu {
  left: 0 !important;
}
.cid-uLMT5bnPh6 .navbar.collapsed .dropdown-menu .dropdown-item:after {
  right: auto;
}
.cid-uLMT5bnPh6 .navbar.collapsed ul.navbar-nav li {
  margin: auto;
}
.cid-uLMT5bnPh6 .navbar.collapsed .dropdown-menu .dropdown-item {
  padding: 0.25rem 1.5rem;
  text-align: left;
}
.cid-uLMT5bnPh6 .navbar.collapsed .icons-menu {
  padding: 0;
}
@media (max-width: 991px) {
  .cid-uLMT5bnPh6 .navbar .nav-item {
    padding: .5rem 0;
  }
  .cid-uLMT5bnPh6 .navbar .navbar-collapse {
    padding: 34px 0;
    border-radius: 25px;
  }
  .cid-uLMT5bnPh6 .navbar .nav-item .nav-link::before {
    display: none;
  }
  .cid-uLMT5bnPh6 .navbar.opened .dropdown-menu {
    top: 0;
  }
  .cid-uLMT5bnPh6 .navbar .dropdown-menu {
    padding: 6px 0 6px 15px;
  }
  .cid-uLMT5bnPh6 .navbar .dropdown-menu .dropdown-submenu {
    left: 0 !important;
  }
  .cid-uLMT5bnPh6 .navbar .dropdown-menu .dropdown-item:after {
    right: auto;
    margin-top: -0.4rem;
  }
  .cid-uLMT5bnPh6 .navbar .navbar-logo img {
    height: 3rem !important;
  }
  .cid-uLMT5bnPh6 .navbar ul.navbar-nav {
    overflow: hidden;
  }
  .cid-uLMT5bnPh6 .navbar ul.navbar-nav li {
    margin: 0;
  }
  .cid-uLMT5bnPh6 .navbar .dropdown-menu .dropdown-item {
    padding: 0 !important;
    margin: 0;
    margin-top: 8px;
    text-align: left;
  }
  .cid-uLMT5bnPh6 .navbar .navbar-brand {
    flex-shrink: initial;
    flex-basis: auto;
    word-break: break-word;
    padding-right: 2rem;
  }
  .cid-uLMT5bnPh6 .navbar .navbar-toggler {
    flex-basis: auto;
  }
  .cid-uLMT5bnPh6 .navbar .icons-menu {
    padding: 0;
  }
}
.cid-uLMT5bnPh6 .navbar.navbar-short {
  min-height: 60px;
}
.cid-uLMT5bnPh6 .navbar.navbar-short .navbar-logo img {
  height: 2.5rem !important;
}
.cid-uLMT5bnPh6 .navbar.navbar-short .navbar-brand {
  min-height: 60px;
  padding: 0;
}
.cid-uLMT5bnPh6 .navbar-brand {
  min-height: 70px;
  flex-shrink: 0;
  align-items: center;
  margin-right: 0;
  padding: 10px 0;
  transition: all 0.3s;
  word-break: break-word;
  z-index: 1;
}
.cid-uLMT5bnPh6 .navbar-brand .navbar-caption {
  line-height: inherit !important;
}
.cid-uLMT5bnPh6 .navbar-brand .navbar-logo a {
  outline: none;
}
.cid-uLMT5bnPh6 .dropdown-item.active,
.cid-uLMT5bnPh6 .dropdown-item:active {
  background-color: transparent;
}
.cid-uLMT5bnPh6 .navbar-expand-lg .navbar-nav .nav-link {
  padding: 0;
}
.cid-uLMT5bnPh6 .nav-dropdown .link.dropdown-toggle {
  margin-right: 1.667em;
}
.cid-uLMT5bnPh6 .nav-dropdown .link.dropdown-toggle[aria-expanded="true"] {
  margin-right: 0;
  padding: 0.667em 1.667em;
}
.cid-uLMT5bnPh6 .navbar .dropdown.open > .dropdown-menu {
  display: block;
}
.cid-uLMT5bnPh6 ul.navbar-nav {
  flex-wrap: wrap;
  padding: 36px 0;
  border-bottom: 1px solid #0e132f;
}
.cid-uLMT5bnPh6 .navbar-buttons {
  text-align: center;
  min-width: 170px;
}
.cid-uLMT5bnPh6 button.navbar-toggler {
  outline: none;
  width: 48px;
  height: 48px;
  border-radius: 50%;
  cursor: pointer;
  transition: all 0.2s;
  position: relative;
  align-self: center;
  color: #ffffff;
  background: #ffffff;
}
.cid-uLMT5bnPh6 button.navbar-toggler .hamburger span {
  position: absolute;
  right: 10px;
  margin-top: 14px;
  width: 26px;
  height: 2px;
  border-right: 5px;
  background-color: #474747;
}
.cid-uLMT5bnPh6 button.navbar-toggler .hamburger span:nth-child(1) {
  top: 0;
  transition: all 0.2s;
}
.cid-uLMT5bnPh6 button.navbar-toggler .hamburger span:nth-child(2) {
  top: 8px;
  transition: all 0.15s;
}
.cid-uLMT5bnPh6 button.navbar-toggler .hamburger span:nth-child(3) {
  top: 8px;
  transition: all 0.15s;
}
.cid-uLMT5bnPh6 button.navbar-toggler .hamburger span:nth-child(4) {
  top: 16px;
  transition: all 0.2s;
}
.cid-uLMT5bnPh6 nav.opened .hamburger span:nth-child(1) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-uLMT5bnPh6 nav.opened .hamburger span:nth-child(2) {
  transform: rotate(45deg);
  transition: all 0.25s;
}
.cid-uLMT5bnPh6 nav.opened .hamburger span:nth-child(3) {
  transform: rotate(-45deg);
  transition: all 0.25s;
}
.cid-uLMT5bnPh6 nav.opened .hamburger span:nth-child(4) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-uLMT5bnPh6 a.nav-link {
  display: flex;
  align-items: center;
  justify-content: flex-start;
}
.cid-uLMT5bnPh6 .icons-menu {
  flex-wrap: nowrap;
  display: flex;
  justify-content: center;
  padding: 0;
  text-align: center;
  margin-bottom: 35px;
}
@media screen and (-ms-high-contrast: active), (-ms-high-contrast: none) {
  .cid-uLMT5bnPh6 .navbar {
    height: 70px;
  }
  .cid-uLMT5bnPh6 .navbar.opened {
    height: auto;
  }
  .cid-uLMT5bnPh6 .nav-item .nav-link:hover::before {
    width: 175%;
    max-width: calc(100% + 2rem);
    left: -1rem;
  }
}
.cid-uLMT5bnPh6 .navbar-dropdown .navbar-logo {
  margin-right: 15px;
}
@media (min-width: 768px) {
  .cid-uLMT5bnPh6 .container-fluid {
    padding-left: 30px;
    padding-right: 30px;
  }
}
.cid-uLMT5bnPh6 .mbr-section-btn-main {
  padding-top: 5px;
}
.cid-uLMT5bnPh6 .mbr-section-btn-main .btn {
  margin: 0 4px 4px 4px;
}
.cid-uLMT5bnPh6 .navbar-caption:hover {
  color: #2554ab;
}
@media (min-width: 992px) {
  .cid-uLMT5bnPh6 .dropdown-menu.dropdown-submenu {
    left: 175px !important;
    top: -45% !important;
  }
}
.cid-uLMT5bnPh6 .nav-link {
  position: relative;
}
.cid-uLMT5bnPh6 .nav-link:before {
  content: '';
  position: absolute;
  left: -12px;
  width: 6px;
  height: 6px;
  border-radius: 100%;
  background-color: #2554ab;
  transition: all .3s ease;
  opacity: 0;
}
.cid-uLMT5bnPh6 .nav-link:hover:before {
  opacity: 1;
}
.cid-uLMT5bnPh6 .mbr-section-subtitle {
  color: #ffffff;
}
.cid-uLMT5bnPh6 .mbr-text {
  color: #ffffff;
  text-align: center;
}
.cid-uLMT5bnPh6 .text_widget {
  color: #ffffff;
}
.cid-uLMT5bnPh6 .mbr-section-subtitle,
.cid-uLMT5bnPh6 .text_widget,
.cid-uLMT5bnPh6 .mbr-section-btn {
  text-align: center;
}
.cid-uLMT5bnPh6 a[class*="text-"]:not(.nav-link):not(.dropdown-item):not([role]):not(.navbar-caption):hover {
  background-image: none;
}
.cid-uC17clHc6o {
  padding-top: 0rem;
  padding-bottom: 0rem;
  background-color: #ffffff;
}
.cid-uC17clHc6o .item-img {
  position: relative;
  overflow: hidden;
}
.cid-uC17clHc6o .item-img:before {
  content: '';
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
  left: 0;
  background: black;
  opacity: 0.3;
  z-index: 1;
  transition: all 0.3s;
  pointer-events: none;
}
.cid-uC17clHc6o h5 {
  margin-bottom: 1rem;
}
.cid-uC17clHc6o .item-content {
  position: absolute;
  top: 55%;
  right: 0;
  z-index: 2;
  width: 100%;
  transform: translateY(-50%);
  padding: 2rem 8rem;
  display: flex;
  flex-direction: column;
  height: 50%;
}
@media (max-width: 767px) {
  .cid-uC17clHc6o .item-content {
    padding: 0 2rem 1.5rem;
    margin-top: 1rem;
  }
}
.cid-uC17clHc6o img,
.cid-uC17clHc6o .item-img {
  width: 100%;
  transition: all 0.3s;
  height: 100%;
  height: 400px;
  object-fit: cover;
}
.cid-uC17clHc6o .item:focus,
.cid-uC17clHc6o span:focus {
  outline: none;
}
.cid-uC17clHc6o .item {
  margin-bottom: 2rem;
}
@media (max-width: 767px) {
  .cid-uC17clHc6o .item {
    margin-bottom: 1rem;
  }
}
.cid-uC17clHc6o .item-wrapper {
  position: relative;
  border-radius: 15px;
  height: 100%;
  display: flex;
  flex-flow: column nowrap;
}
.cid-uC17clHc6o .mbr-section-title {
  color: #4e423d;
}
.cid-uC17clHc6o .item-title {
  text-align: left;
  color: #ffffff;
}
.cid-uC17clHc6o .item-subtitle {
  text-align: left;
  color: #ffffff;
}
.cid-uC17clHc6o .mbr-text,
.cid-uC17clHc6o .item .mbr-section-btn {
  text-align: left;
  color: #ffffff;
}
.cid-uC17clHc6o .content-head {
  max-width: 800px;
}
.cid-uC17cmAE0p {
  padding-top: 1rem;
  padding-bottom: 5rem;
  background-color: #fafafa;
}
.cid-uC17cmAE0p .mbr-section-title {
  margin-bottom: 1em;
  color: #272727;
}
.cid-uC17cmAE0p .mbr-section-subtitle {
  margin-bottom: 1.5625em;
  color: #272727;
  opacity: 0.4;
}
.cid-uC17cmAE0p .item-row {
  display: grid;
  -webkit-box-align: stretch;
  -webkit-align-items: stretch;
  -ms-flex-align: stretch;
  align-items: stretch;
  grid-auto-columns: 1fr;
  grid-column-gap: 16px;
  grid-row-gap: 16px;
  grid-template-columns: repeat(4, 1fr);
  -ms-grid-rows: auto;
  grid-template-rows: auto;
}
@media (max-width: 1199px) {
  .cid-uC17cmAE0p .item-row {
    grid-template-columns: repeat(2, 1fr);
  }
}
@media (max-width: 767px) {
  .cid-uC17cmAE0p .item-row {
    grid-template-columns: repeat(1, 1fr);
  }
}
.cid-uC17cmAE0p .item {
  padding: 0;
}
.cid-uC17cmAE0p .item-wrapper {
  display: flex;
  flex-direction: column;
  align-items: stretch;
  height: 100%;
  width: 100%;
  border-radius: 10px;
  overflow: hidden;
  transform-style: preserve-3d;
  transition: .3s all;
  border: 2px solid transparent;
}
.cid-uC17cmAE0p .item-wrapper:hover {
  transform: scale3d(1.01, 1.01, 1);
  border-color: #fafafa;
}
.cid-uC17cmAE0p .item-img {
  display: flex;
  align-items: center;
  justify-content: center;
  height: 175px;
}
.cid-uC17cmAE0p .item-img img {
  width: 100%;
  object-fit: cover;
  height: 100%;
}
.cid-uC17cmAE0p .item-content {
  display: flex;
  flex-direction: column;
  align-items: stretch;
  width: 100%;
  padding: 20px 5% 6%;
  flex-grow: 1;
  background-color: #ffffff;
}
.cid-uC17cmAE0p .item-text-wrap {
  width: 100%;
  margin-bottom: 5.3em;
}
@media (max-width: 1199px) {
  .cid-uC17cmAE0p .item-text-wrap {
    margin-bottom: 4em;
  }
}
@media (max-width: 767px) {
  .cid-uC17cmAE0p .item-text-wrap {
    margin-bottom: 2em;
    max-width: 340px;
    margin-right: auto;
  }
}
.cid-uC17cmAE0p .item-title {
  color: #272727;
  margin-bottom: 0.52em;
}
.cid-uC17cmAE0p .item-subtitle {
  color: #272727;
  opacity: 0.52em;
}
.cid-uC17cmAE0p .card-bottom {
  display: flex;
  flex-direction: column;
  align-items: stretch;
  margin-top: auto;
}
.cid-uC17cmAE0p .item-name-wrap {
  display: flex;
  align-items: center;
  width: 100%;
}
.cid-uC17cmAE0p .image-wrapper {
  width: 35px;
  height: 35px;
  margin-right: 10px;
  border-radius: 300px;
  overflow: hidden;
}
.cid-uC17cmAE0p .image-wrapper img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.cid-uC17cmAE0p .mbr-text {
  flex-grow: 1;
  color: #272727;
  text-align: right;
}
.cid-uC17cmAE0p .mbr-section-btn {
  display: flex;
  margin-top: 20px;
  width: auto !important;
}
.cid-uC17cmAE0p .mbr-section-btn .btn {
  width: 100%;
  min-width: auto !important;
}
.cid-uLMRAIzUxG {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-color: #0e132f;
}
.cid-uLMRAIzUxG .mbr-fallback-image.disabled {
  display: none;
}
.cid-uLMRAIzUxG .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-uLMRAIzUxG .container {
    padding: 0 16px;
  }
}
.cid-uLMRAIzUxG .card {
  display: flex;
  flex-direction: column;
  justify-content: space-between;
}
@media (max-width: 992px) {
  .cid-uLMRAIzUxG .card {
    margin-bottom: 40px;
  }
}
.cid-uLMRAIzUxG .card .content-wrapper .title-wrapper .title-wrap {
  display: inline-flex;
  align-items: center;
  margin-bottom: 16px;
}
@media (max-width: 992px) {
  .cid-uLMRAIzUxG .card .content-wrapper .title-wrapper .title-wrap {
    margin-bottom: 40px;
  }
}
.cid-uLMRAIzUxG .card .content-wrapper .title-wrapper .title-wrap img {
  width: 32px;
  height: 32px;
  object-fit: contain;
  margin-right: 1rem;
}
.cid-uLMRAIzUxG .card .content-wrapper .title-wrapper .title-wrap .mbr-section-title {
  margin-bottom: 0;
}
.cid-uLMRAIzUxG .card .content-wrapper .copyright {
  margin-bottom: 20px;
}
@media (max-width: 992px) {
  .cid-uLMRAIzUxG .card .content-wrapper .copyright {
    margin-bottom: 40px;
  }
}
.cid-uLMRAIzUxG .card .social-wrapper .social-wrap {
  display: inline-flex;
  flex-wrap: wrap;
}
.cid-uLMRAIzUxG .card .social-wrapper .social-wrap .mbr-iconfont {
  font-size: 20px;
  margin-right: 48px;
  color: #ffffff;
}
.cid-uLMRAIzUxG .list-wrapper .mbr-card-title {
  margin-bottom: 16px;
}
.cid-uLMRAIzUxG .list-wrapper .list {
  margin: 0;
  padding: 0;
  list-style-type: none;
}
.cid-uLMRAIzUxG .list-wrapper .list .item-wrap {
  margin-bottom: 16px;
}
@media (max-width: 992px) {
  .cid-uLMRAIzUxG .list-wrapper .list {
    margin-bottom: 40px;
  }
}
.cid-uLMRAIzUxG .mbr-section-title {
  color: #ffffff;
}
.cid-uLMRAIzUxG .copyright {
  color: #ffffff;
}
.cid-uLMRAIzUxG .mbr-card-title {
  color: #D4FE00;
}
.cid-uLMRAIzUxG .list {
  color: #ffffff;
}
.cid-uLMT5bnPh6 .navbar-dropdown {
  background-color: #ffffff !important;
  padding: 0;
}
.cid-uLMT5bnPh6 .navbar.navbar-expand-lg .dropdown .dropdown-menu {
  background-color: #ffffff !important;
  background: #ffffff;
}
.cid-uLMT5bnPh6 .navbar.navbar-expand-lg .dropdown .dropdown-menu .dropdown-submenu {
  margin: 0;
  left: 100%;
}
@media (max-width: 991px) {
  .cid-uLMT5bnPh6 .menu_box .navbar.opened,
  .cid-uLMT5bnPh6 .menu_box .navbar-collapse {
    background-color: #ffffff !important;
    transition: all 0s ease 0s;
  }
}
.cid-uLMT5bnPh6 .navbar-dropdown {
  position: relative !important;
}
.cid-uLMT5bnPh6 .btn {
  min-height: auto;
  box-shadow: none;
  margin-top: 0;
}
.cid-uLMT5bnPh6 .btn:hover {
  box-shadow: none;
}
@media (min-width: 992px) {
  .cid-uLMT5bnPh6 .offcanvas_image img {
    width: auto;
    object-fit: cover;
    display: inline-block;
  }
  .cid-uLMT5bnPh6 .offcanvas-header {
    position: relative;
    padding: 0;
  }
  .cid-uLMT5bnPh6 .offcanvas-header .btn-close {
    position: absolute;
    top: -70px;
    right: 0;
    width: 35px;
    height: 30px;
  }
  .cid-uLMT5bnPh6 .offcanvas-body {
    text-align: center;
    padding: 0;
  }
  .cid-uLMT5bnPh6 .offcanvas-body .mbr-text,
  .cid-uLMT5bnPh6 .offcanvas-body .mbr-section-subtitle {
    margin-top: 14px;
  }
  .cid-uLMT5bnPh6 .offcanvas-body .offcanvas_contact {
    margin: 35px 0;
  }
  .cid-uLMT5bnPh6 .offcanvas_box button.btn_offcanvas {
    outline: none;
    width: 40px;
    height: 40px;
    cursor: pointer;
    transition: all 0.2s;
    position: relative;
    align-self: center;
  }
  .cid-uLMT5bnPh6 .offcanvas_box button.btn_offcanvas .hamburger span {
    position: absolute;
    right: 0;
    width: 40px;
    height: 2px;
    border-right: 5px;
    background-color: #474747;
  }
  .cid-uLMT5bnPh6 .offcanvas_box button.btn_offcanvas .hamburger span:nth-child(1) {
    top: 18px;
    transition: all 0.2s;
  }
  .cid-uLMT5bnPh6 .offcanvas_box button.btn_offcanvas .hamburger span:nth-child(2) {
    top: 25px;
    transition: all 0.2s;
  }
  .cid-uLMT5bnPh6 .offcanvas_box button.btn_offcanvas:hover .hamburger span {
    width: 36px;
  }
  .cid-uLMT5bnPh6 .offcanvas_box button.btn_offcanvas:hover .hamburger span:nth-child(2) {
    width: 33px;
    transition-delay: 0.2s;
  }
  .cid-uLMT5bnPh6 ul.navbar-nav {
    padding-bottom: 1.5rem;
  }
  .cid-uLMT5bnPh6 .dropdown-menu .dropdown-toggle[data-toggle="dropdown-submenu"]::after,
  .cid-uLMT5bnPh6 .link.dropdown-toggle::after {
    display: inline-block;
    width: 7px;
    height: 7px;
    margin-left: .5rem;
    margin-bottom: 2px;
    content: "";
    border: 2px solid;
    border-left: none;
    border-top: none;
    transform: rotate(-45deg);
  }
  .cid-uLMT5bnPh6 .link.dropdown-toggle::after {
    padding: 0 !important;
    transform: rotate(45deg);
  }
  .cid-uLMT5bnPh6 li.nav-item {
    position: relative;
    display: inline-block;
    padding: 1px 7px !important;
    vertical-align: middle;
    line-height: 2em !important;
    font-weight: 600 !important;
    text-decoration: none;
    letter-spacing: 0 !important;
    z-index: 1;
  }
  .cid-uLMT5bnPh6 .lg_brand {
    margin: 0 1rem;
  }
}
.cid-uLMT5bnPh6 .nav-item {
  margin: 4px 15px;
}
@media (min-width: 1200px) {
  .cid-uLMT5bnPh6 .nav-item {
    margin: 4px 20px;
  }
}
@media (max-width: 991px) {
  .cid-uLMT5bnPh6 .nav-item {
    margin: 0 !important;
  }
}
.cid-uLMT5bnPh6 .dropdown-menu {
  border-radius: 0;
  box-shadow: none;
  text-align: left;
}
@media (min-width: 992px) {
  .cid-uLMT5bnPh6 .dropdown-menu {
    padding: 18px 34px 22px;
    min-width: 250px;
    top: auto !important;
    left: -40px !important;
  }
  .cid-uLMT5bnPh6 .dropdown-menu.dropdown-submenu {
    left: 215px !important;
    top: -45% !important;
  }
}
@media (max-width: 991px) {
  .cid-uLMT5bnPh6 .dropdown-menu .dropdown-toggle[data-toggle="dropdown-submenu"]::after,
  .cid-uLMT5bnPh6 .link.dropdown-toggle::after {
    display: inline-block;
    width: 7px;
    height: 7px;
    margin-left: .5rem;
    margin-bottom: 2px;
    content: "";
    border: 2px solid;
    border-left: none;
    border-top: none;
    transform: rotate(-45deg);
    right: 15px;
    position: absolute;
    margin-top: -2px;
  }
  .cid-uLMT5bnPh6 .show.dropdown-toggle[aria-expanded="true"]::after {
    transform: rotate(45deg);
    margin-top: -4px;
  }
  .cid-uLMT5bnPh6 .offcanvas_box {
    display: none;
  }
}
.cid-uLMT5bnPh6 .dropdown-item {
  border: none;
  font-weight: 400 !important;
}
.cid-uLMT5bnPh6 .nav-dropdown .link {
  font-weight: 400 !important;
  padding: 0 !important;
  margin: 0 !important;
}
.cid-uLMT5bnPh6 .nav-dropdown .link.dropdown-toggle::after {
  margin-left: 0.5rem;
  margin-top: 0;
}
.cid-uLMT5bnPh6 .container {
  display: flex;
  margin: auto;
}
.cid-uLMT5bnPh6 .iconfont-wrapper {
  color: #e0bdb6;
  font-size: 17px;
  margin-right: 10px;
  margin-bottom: 5px;
  width: 25px;
  height: 25px;
  border-radius: 50%;
  display: flex;
  justify-content: center;
  align-items: center;
  transition: all 0.2s ease-in-out;
}
.cid-uLMT5bnPh6 .iconfont-wrapper:last-child {
  margin-right: 0;
}
.cid-uLMT5bnPh6 .iconfont-wrapper:hover {
  opacity: .5;
}
.cid-uLMT5bnPh6 .navbar-caption {
  color: #747474;
}
.cid-uLMT5bnPh6 .navbar-nav {
  margin: 0 1rem;
}
@media (min-width: 992px) {
  .cid-uLMT5bnPh6 .navbar-nav {
    margin: 0;
  }
}
.cid-uLMT5bnPh6 .dropdown-menu,
.cid-uLMT5bnPh6 .navbar.opened {
  background-color: false !important;
}
.cid-uLMT5bnPh6 .nav-item:focus,
.cid-uLMT5bnPh6 .nav-link:focus {
  outline: none;
}
.cid-uLMT5bnPh6 .dropdown .dropdown-menu .dropdown-item {
  width: auto;
  transition: all 0.25s ease-in-out;
}
.cid-uLMT5bnPh6 .dropdown .dropdown-menu .dropdown-item::after {
  right: 0.5rem;
}
.cid-uLMT5bnPh6 .dropdown .dropdown-menu .dropdown-item .mbr-iconfont {
  margin-right: 0.5rem;
  vertical-align: sub;
}
.cid-uLMT5bnPh6 .dropdown .dropdown-menu .dropdown-item .mbr-iconfont:before {
  display: inline-block;
  transform: scale(1, 1);
  transition: all 0.25s ease-in-out;
}
.cid-uLMT5bnPh6 .collapsed .dropdown-menu .dropdown-item:before {
  display: none;
}
.cid-uLMT5bnPh6 .collapsed .dropdown .dropdown-menu .dropdown-item {
  padding: 0.235em 1.5em 0.235em 1.5em !important;
  transition: none;
  margin: 0 !important;
}
.cid-uLMT5bnPh6 .navbar {
  min-height: 70px;
  padding: 20px 0;
  transition: all 0.3s;
  border-bottom-width: 0px;
}
@media (max-width: 992px) {
  .cid-uLMT5bnPh6 .navbar {
    min-height: 30px;
    max-height: 90px;
  }
}
.cid-uLMT5bnPh6 .navbar.opened {
  transition: all 0.3s;
}
.cid-uLMT5bnPh6 .navbar .dropdown-item {
  padding: 0;
  margin: 8px 0;
}
.cid-uLMT5bnPh6 .navbar .navbar-logo img {
  width: auto;
  object-fit: contain;
  border-radius: 0;
}
.cid-uLMT5bnPh6 .navbar .navbar-collapse {
  justify-content: space-between;
  z-index: 1;
}
.cid-uLMT5bnPh6 .navbar.collapsed {
  justify-content: center;
}
.cid-uLMT5bnPh6 .navbar.collapsed .nav-item .nav-link::before {
  display: none;
}
.cid-uLMT5bnPh6 .navbar.collapsed.opened .dropdown-menu {
  top: 0;
}
.cid-uLMT5bnPh6 .navbar.collapsed .dropdown-menu .dropdown-submenu {
  left: 0 !important;
}
.cid-uLMT5bnPh6 .navbar.collapsed .dropdown-menu .dropdown-item:after {
  right: auto;
}
.cid-uLMT5bnPh6 .navbar.collapsed ul.navbar-nav li {
  margin: auto;
}
.cid-uLMT5bnPh6 .navbar.collapsed .dropdown-menu .dropdown-item {
  padding: 0.25rem 1.5rem;
  text-align: left;
}
.cid-uLMT5bnPh6 .navbar.collapsed .icons-menu {
  padding: 0;
}
@media (max-width: 991px) {
  .cid-uLMT5bnPh6 .navbar .nav-item {
    padding: .5rem 0;
  }
  .cid-uLMT5bnPh6 .navbar .navbar-collapse {
    padding: 34px 0;
    border-radius: 25px;
  }
  .cid-uLMT5bnPh6 .navbar .nav-item .nav-link::before {
    display: none;
  }
  .cid-uLMT5bnPh6 .navbar.opened .dropdown-menu {
    top: 0;
  }
  .cid-uLMT5bnPh6 .navbar .dropdown-menu {
    padding: 6px 0 6px 15px;
  }
  .cid-uLMT5bnPh6 .navbar .dropdown-menu .dropdown-submenu {
    left: 0 !important;
  }
  .cid-uLMT5bnPh6 .navbar .dropdown-menu .dropdown-item:after {
    right: auto;
    margin-top: -0.4rem;
  }
  .cid-uLMT5bnPh6 .navbar .navbar-logo img {
    height: 3rem !important;
  }
  .cid-uLMT5bnPh6 .navbar ul.navbar-nav {
    overflow: hidden;
  }
  .cid-uLMT5bnPh6 .navbar ul.navbar-nav li {
    margin: 0;
  }
  .cid-uLMT5bnPh6 .navbar .dropdown-menu .dropdown-item {
    padding: 0 !important;
    margin: 0;
    margin-top: 8px;
    text-align: left;
  }
  .cid-uLMT5bnPh6 .navbar .navbar-brand {
    flex-shrink: initial;
    flex-basis: auto;
    word-break: break-word;
    padding-right: 2rem;
  }
  .cid-uLMT5bnPh6 .navbar .navbar-toggler {
    flex-basis: auto;
  }
  .cid-uLMT5bnPh6 .navbar .icons-menu {
    padding: 0;
  }
}
.cid-uLMT5bnPh6 .navbar.navbar-short {
  min-height: 60px;
}
.cid-uLMT5bnPh6 .navbar.navbar-short .navbar-logo img {
  height: 2.5rem !important;
}
.cid-uLMT5bnPh6 .navbar.navbar-short .navbar-brand {
  min-height: 60px;
  padding: 0;
}
.cid-uLMT5bnPh6 .navbar-brand {
  min-height: 70px;
  flex-shrink: 0;
  align-items: center;
  margin-right: 0;
  padding: 10px 0;
  transition: all 0.3s;
  word-break: break-word;
  z-index: 1;
}
.cid-uLMT5bnPh6 .navbar-brand .navbar-caption {
  line-height: inherit !important;
}
.cid-uLMT5bnPh6 .navbar-brand .navbar-logo a {
  outline: none;
}
.cid-uLMT5bnPh6 .dropdown-item.active,
.cid-uLMT5bnPh6 .dropdown-item:active {
  background-color: transparent;
}
.cid-uLMT5bnPh6 .navbar-expand-lg .navbar-nav .nav-link {
  padding: 0;
}
.cid-uLMT5bnPh6 .nav-dropdown .link.dropdown-toggle {
  margin-right: 1.667em;
}
.cid-uLMT5bnPh6 .nav-dropdown .link.dropdown-toggle[aria-expanded="true"] {
  margin-right: 0;
  padding: 0.667em 1.667em;
}
.cid-uLMT5bnPh6 .navbar .dropdown.open > .dropdown-menu {
  display: block;
}
.cid-uLMT5bnPh6 ul.navbar-nav {
  flex-wrap: wrap;
  padding: 36px 0;
  border-bottom: 1px solid #0e132f;
}
.cid-uLMT5bnPh6 .navbar-buttons {
  text-align: center;
  min-width: 170px;
}
.cid-uLMT5bnPh6 button.navbar-toggler {
  outline: none;
  width: 48px;
  height: 48px;
  border-radius: 50%;
  cursor: pointer;
  transition: all 0.2s;
  position: relative;
  align-self: center;
  color: #ffffff;
  background: #ffffff;
}
.cid-uLMT5bnPh6 button.navbar-toggler .hamburger span {
  position: absolute;
  right: 10px;
  margin-top: 14px;
  width: 26px;
  height: 2px;
  border-right: 5px;
  background-color: #474747;
}
.cid-uLMT5bnPh6 button.navbar-toggler .hamburger span:nth-child(1) {
  top: 0;
  transition: all 0.2s;
}
.cid-uLMT5bnPh6 button.navbar-toggler .hamburger span:nth-child(2) {
  top: 8px;
  transition: all 0.15s;
}
.cid-uLMT5bnPh6 button.navbar-toggler .hamburger span:nth-child(3) {
  top: 8px;
  transition: all 0.15s;
}
.cid-uLMT5bnPh6 button.navbar-toggler .hamburger span:nth-child(4) {
  top: 16px;
  transition: all 0.2s;
}
.cid-uLMT5bnPh6 nav.opened .hamburger span:nth-child(1) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-uLMT5bnPh6 nav.opened .hamburger span:nth-child(2) {
  transform: rotate(45deg);
  transition: all 0.25s;
}
.cid-uLMT5bnPh6 nav.opened .hamburger span:nth-child(3) {
  transform: rotate(-45deg);
  transition: all 0.25s;
}
.cid-uLMT5bnPh6 nav.opened .hamburger span:nth-child(4) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-uLMT5bnPh6 a.nav-link {
  display: flex;
  align-items: center;
  justify-content: flex-start;
}
.cid-uLMT5bnPh6 .icons-menu {
  flex-wrap: nowrap;
  display: flex;
  justify-content: center;
  padding: 0;
  text-align: center;
  margin-bottom: 35px;
}
@media screen and (-ms-high-contrast: active), (-ms-high-contrast: none) {
  .cid-uLMT5bnPh6 .navbar {
    height: 70px;
  }
  .cid-uLMT5bnPh6 .navbar.opened {
    height: auto;
  }
  .cid-uLMT5bnPh6 .nav-item .nav-link:hover::before {
    width: 175%;
    max-width: calc(100% + 2rem);
    left: -1rem;
  }
}
.cid-uLMT5bnPh6 .navbar-dropdown .navbar-logo {
  margin-right: 15px;
}
@media (min-width: 768px) {
  .cid-uLMT5bnPh6 .container-fluid {
    padding-left: 30px;
    padding-right: 30px;
  }
}
.cid-uLMT5bnPh6 .mbr-section-btn-main {
  padding-top: 5px;
}
.cid-uLMT5bnPh6 .mbr-section-btn-main .btn {
  margin: 0 4px 4px 4px;
}
.cid-uLMT5bnPh6 .navbar-caption:hover {
  color: #2554ab;
}
@media (min-width: 992px) {
  .cid-uLMT5bnPh6 .dropdown-menu.dropdown-submenu {
    left: 175px !important;
    top: -45% !important;
  }
}
.cid-uLMT5bnPh6 .nav-link {
  position: relative;
}
.cid-uLMT5bnPh6 .nav-link:before {
  content: '';
  position: absolute;
  left: -12px;
  width: 6px;
  height: 6px;
  border-radius: 100%;
  background-color: #2554ab;
  transition: all .3s ease;
  opacity: 0;
}
.cid-uLMT5bnPh6 .nav-link:hover:before {
  opacity: 1;
}
.cid-uLMT5bnPh6 .mbr-section-subtitle {
  color: #ffffff;
}
.cid-uLMT5bnPh6 .mbr-text {
  color: #ffffff;
  text-align: center;
}
.cid-uLMT5bnPh6 .text_widget {
  color: #ffffff;
}
.cid-uLMT5bnPh6 .mbr-section-subtitle,
.cid-uLMT5bnPh6 .text_widget,
.cid-uLMT5bnPh6 .mbr-section-btn {
  text-align: center;
}
.cid-uLMT5bnPh6 a[class*="text-"]:not(.nav-link):not(.dropdown-item):not([role]):not(.navbar-caption):hover {
  background-image: none;
}
.cid-uC16Ucf7pT {
  padding-top: 0rem;
  padding-bottom: 0rem;
  background-color: #ffffff;
}
.cid-uC16Ucf7pT .item-img {
  position: relative;
  overflow: hidden;
}
.cid-uC16Ucf7pT .item-img:before {
  content: '';
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
  left: 0;
  background: black;
  opacity: 0.3;
  z-index: 1;
  transition: all 0.3s;
  pointer-events: none;
}
.cid-uC16Ucf7pT h5 {
  margin-bottom: 1rem;
}
.cid-uC16Ucf7pT .item-content {
  position: absolute;
  top: 55%;
  right: 0;
  z-index: 2;
  width: 100%;
  transform: translateY(-50%);
  padding: 2rem 8rem;
  display: flex;
  flex-direction: column;
  height: 50%;
}
@media (max-width: 767px) {
  .cid-uC16Ucf7pT .item-content {
    padding: 0 2rem 1.5rem;
    margin-top: 1rem;
  }
}
.cid-uC16Ucf7pT img,
.cid-uC16Ucf7pT .item-img {
  width: 100%;
  transition: all 0.3s;
  height: 100%;
  height: 400px;
  object-fit: cover;
}
.cid-uC16Ucf7pT .item:focus,
.cid-uC16Ucf7pT span:focus {
  outline: none;
}
.cid-uC16Ucf7pT .item {
  margin-bottom: 2rem;
}
@media (max-width: 767px) {
  .cid-uC16Ucf7pT .item {
    margin-bottom: 1rem;
  }
}
.cid-uC16Ucf7pT .item-wrapper {
  position: relative;
  border-radius: 15px;
  height: 100%;
  display: flex;
  flex-flow: column nowrap;
}
.cid-uC16Ucf7pT .mbr-section-title {
  color: #4e423d;
}
.cid-uC16Ucf7pT .item-title {
  text-align: left;
  color: #ffffff;
}
.cid-uC16Ucf7pT .item-subtitle {
  text-align: left;
  color: #ffffff;
}
.cid-uC16Ucf7pT .mbr-text,
.cid-uC16Ucf7pT .item .mbr-section-btn {
  text-align: left;
  color: #ffffff;
}
.cid-uC16Ucf7pT .content-head {
  max-width: 800px;
}
.cid-uC16UdqPHJ {
  padding-top: 1rem;
  padding-bottom: 5rem;
  background-color: #fafafa;
}
.cid-uC16UdqPHJ .mbr-section-title {
  margin-bottom: 1em;
  color: #272727;
}
.cid-uC16UdqPHJ .mbr-section-subtitle {
  margin-bottom: 1.5625em;
  color: #272727;
  opacity: 0.4;
}
.cid-uC16UdqPHJ .item-row {
  display: grid;
  -webkit-box-align: stretch;
  -webkit-align-items: stretch;
  -ms-flex-align: stretch;
  align-items: stretch;
  grid-auto-columns: 1fr;
  grid-column-gap: 16px;
  grid-row-gap: 16px;
  grid-template-columns: repeat(4, 1fr);
  -ms-grid-rows: auto;
  grid-template-rows: auto;
}
@media (max-width: 1199px) {
  .cid-uC16UdqPHJ .item-row {
    grid-template-columns: repeat(2, 1fr);
  }
}
@media (max-width: 767px) {
  .cid-uC16UdqPHJ .item-row {
    grid-template-columns: repeat(1, 1fr);
  }
}
.cid-uC16UdqPHJ .item {
  padding: 0;
}
.cid-uC16UdqPHJ .item-wrapper {
  display: flex;
  flex-direction: column;
  align-items: stretch;
  height: 100%;
  width: 100%;
  border-radius: 10px;
  overflow: hidden;
  transform-style: preserve-3d;
  transition: .3s all;
  border: 2px solid transparent;
}
.cid-uC16UdqPHJ .item-wrapper:hover {
  transform: scale3d(1.01, 1.01, 1);
  border-color: #fafafa;
}
.cid-uC16UdqPHJ .item-img {
  display: flex;
  align-items: center;
  justify-content: center;
  height: 175px;
}
.cid-uC16UdqPHJ .item-img img {
  width: 100%;
  object-fit: cover;
  height: 100%;
}
.cid-uC16UdqPHJ .item-content {
  display: flex;
  flex-direction: column;
  align-items: stretch;
  width: 100%;
  padding: 20px 5% 6%;
  flex-grow: 1;
  background-color: #ffffff;
}
.cid-uC16UdqPHJ .item-text-wrap {
  width: 100%;
  margin-bottom: 5.3em;
}
@media (max-width: 1199px) {
  .cid-uC16UdqPHJ .item-text-wrap {
    margin-bottom: 4em;
  }
}
@media (max-width: 767px) {
  .cid-uC16UdqPHJ .item-text-wrap {
    margin-bottom: 2em;
    max-width: 340px;
    margin-right: auto;
  }
}
.cid-uC16UdqPHJ .item-title {
  color: #272727;
  margin-bottom: 0.52em;
}
.cid-uC16UdqPHJ .item-subtitle {
  color: #272727;
  opacity: 0.52em;
}
.cid-uC16UdqPHJ .card-bottom {
  display: flex;
  flex-direction: column;
  align-items: stretch;
  margin-top: auto;
}
.cid-uC16UdqPHJ .item-name-wrap {
  display: flex;
  align-items: center;
  width: 100%;
}
.cid-uC16UdqPHJ .image-wrapper {
  width: 35px;
  height: 35px;
  margin-right: 10px;
  border-radius: 300px;
  overflow: hidden;
}
.cid-uC16UdqPHJ .image-wrapper img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.cid-uC16UdqPHJ .mbr-text {
  flex-grow: 1;
  color: #272727;
  text-align: right;
}
.cid-uC16UdqPHJ .mbr-section-btn {
  display: flex;
  margin-top: 20px;
  width: auto !important;
}
.cid-uC16UdqPHJ .mbr-section-btn .btn {
  width: 100%;
  min-width: auto !important;
}
.cid-uLMRAIzUxG {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-color: #0e132f;
}
.cid-uLMRAIzUxG .mbr-fallback-image.disabled {
  display: none;
}
.cid-uLMRAIzUxG .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-uLMRAIzUxG .container {
    padding: 0 16px;
  }
}
.cid-uLMRAIzUxG .card {
  display: flex;
  flex-direction: column;
  justify-content: space-between;
}
@media (max-width: 992px) {
  .cid-uLMRAIzUxG .card {
    margin-bottom: 40px;
  }
}
.cid-uLMRAIzUxG .card .content-wrapper .title-wrapper .title-wrap {
  display: inline-flex;
  align-items: center;
  margin-bottom: 16px;
}
@media (max-width: 992px) {
  .cid-uLMRAIzUxG .card .content-wrapper .title-wrapper .title-wrap {
    margin-bottom: 40px;
  }
}
.cid-uLMRAIzUxG .card .content-wrapper .title-wrapper .title-wrap img {
  width: 32px;
  height: 32px;
  object-fit: contain;
  margin-right: 1rem;
}
.cid-uLMRAIzUxG .card .content-wrapper .title-wrapper .title-wrap .mbr-section-title {
  margin-bottom: 0;
}
.cid-uLMRAIzUxG .card .content-wrapper .copyright {
  margin-bottom: 20px;
}
@media (max-width: 992px) {
  .cid-uLMRAIzUxG .card .content-wrapper .copyright {
    margin-bottom: 40px;
  }
}
.cid-uLMRAIzUxG .card .social-wrapper .social-wrap {
  display: inline-flex;
  flex-wrap: wrap;
}
.cid-uLMRAIzUxG .card .social-wrapper .social-wrap .mbr-iconfont {
  font-size: 20px;
  margin-right: 48px;
  color: #ffffff;
}
.cid-uLMRAIzUxG .list-wrapper .mbr-card-title {
  margin-bottom: 16px;
}
.cid-uLMRAIzUxG .list-wrapper .list {
  margin: 0;
  padding: 0;
  list-style-type: none;
}
.cid-uLMRAIzUxG .list-wrapper .list .item-wrap {
  margin-bottom: 16px;
}
@media (max-width: 992px) {
  .cid-uLMRAIzUxG .list-wrapper .list {
    margin-bottom: 40px;
  }
}
.cid-uLMRAIzUxG .mbr-section-title {
  color: #ffffff;
}
.cid-uLMRAIzUxG .copyright {
  color: #ffffff;
}
.cid-uLMRAIzUxG .mbr-card-title {
  color: #D4FE00;
}
.cid-uLMRAIzUxG .list {
  color: #ffffff;
}
.cid-uLMT5bnPh6 .navbar-dropdown {
  background-color: #ffffff !important;
  padding: 0;
}
.cid-uLMT5bnPh6 .navbar.navbar-expand-lg .dropdown .dropdown-menu {
  background-color: #ffffff !important;
  background: #ffffff;
}
.cid-uLMT5bnPh6 .navbar.navbar-expand-lg .dropdown .dropdown-menu .dropdown-submenu {
  margin: 0;
  left: 100%;
}
@media (max-width: 991px) {
  .cid-uLMT5bnPh6 .menu_box .navbar.opened,
  .cid-uLMT5bnPh6 .menu_box .navbar-collapse {
    background-color: #ffffff !important;
    transition: all 0s ease 0s;
  }
}
.cid-uLMT5bnPh6 .navbar-dropdown {
  position: relative !important;
}
.cid-uLMT5bnPh6 .btn {
  min-height: auto;
  box-shadow: none;
  margin-top: 0;
}
.cid-uLMT5bnPh6 .btn:hover {
  box-shadow: none;
}
@media (min-width: 992px) {
  .cid-uLMT5bnPh6 .offcanvas_image img {
    width: auto;
    object-fit: cover;
    display: inline-block;
  }
  .cid-uLMT5bnPh6 .offcanvas-header {
    position: relative;
    padding: 0;
  }
  .cid-uLMT5bnPh6 .offcanvas-header .btn-close {
    position: absolute;
    top: -70px;
    right: 0;
    width: 35px;
    height: 30px;
  }
  .cid-uLMT5bnPh6 .offcanvas-body {
    text-align: center;
    padding: 0;
  }
  .cid-uLMT5bnPh6 .offcanvas-body .mbr-text,
  .cid-uLMT5bnPh6 .offcanvas-body .mbr-section-subtitle {
    margin-top: 14px;
  }
  .cid-uLMT5bnPh6 .offcanvas-body .offcanvas_contact {
    margin: 35px 0;
  }
  .cid-uLMT5bnPh6 .offcanvas_box button.btn_offcanvas {
    outline: none;
    width: 40px;
    height: 40px;
    cursor: pointer;
    transition: all 0.2s;
    position: relative;
    align-self: center;
  }
  .cid-uLMT5bnPh6 .offcanvas_box button.btn_offcanvas .hamburger span {
    position: absolute;
    right: 0;
    width: 40px;
    height: 2px;
    border-right: 5px;
    background-color: #474747;
  }
  .cid-uLMT5bnPh6 .offcanvas_box button.btn_offcanvas .hamburger span:nth-child(1) {
    top: 18px;
    transition: all 0.2s;
  }
  .cid-uLMT5bnPh6 .offcanvas_box button.btn_offcanvas .hamburger span:nth-child(2) {
    top: 25px;
    transition: all 0.2s;
  }
  .cid-uLMT5bnPh6 .offcanvas_box button.btn_offcanvas:hover .hamburger span {
    width: 36px;
  }
  .cid-uLMT5bnPh6 .offcanvas_box button.btn_offcanvas:hover .hamburger span:nth-child(2) {
    width: 33px;
    transition-delay: 0.2s;
  }
  .cid-uLMT5bnPh6 ul.navbar-nav {
    padding-bottom: 1.5rem;
  }
  .cid-uLMT5bnPh6 .dropdown-menu .dropdown-toggle[data-toggle="dropdown-submenu"]::after,
  .cid-uLMT5bnPh6 .link.dropdown-toggle::after {
    display: inline-block;
    width: 7px;
    height: 7px;
    margin-left: .5rem;
    margin-bottom: 2px;
    content: "";
    border: 2px solid;
    border-left: none;
    border-top: none;
    transform: rotate(-45deg);
  }
  .cid-uLMT5bnPh6 .link.dropdown-toggle::after {
    padding: 0 !important;
    transform: rotate(45deg);
  }
  .cid-uLMT5bnPh6 li.nav-item {
    position: relative;
    display: inline-block;
    padding: 1px 7px !important;
    vertical-align: middle;
    line-height: 2em !important;
    font-weight: 600 !important;
    text-decoration: none;
    letter-spacing: 0 !important;
    z-index: 1;
  }
  .cid-uLMT5bnPh6 .lg_brand {
    margin: 0 1rem;
  }
}
.cid-uLMT5bnPh6 .nav-item {
  margin: 4px 15px;
}
@media (min-width: 1200px) {
  .cid-uLMT5bnPh6 .nav-item {
    margin: 4px 20px;
  }
}
@media (max-width: 991px) {
  .cid-uLMT5bnPh6 .nav-item {
    margin: 0 !important;
  }
}
.cid-uLMT5bnPh6 .dropdown-menu {
  border-radius: 0;
  box-shadow: none;
  text-align: left;
}
@media (min-width: 992px) {
  .cid-uLMT5bnPh6 .dropdown-menu {
    padding: 18px 34px 22px;
    min-width: 250px;
    top: auto !important;
    left: -40px !important;
  }
  .cid-uLMT5bnPh6 .dropdown-menu.dropdown-submenu {
    left: 215px !important;
    top: -45% !important;
  }
}
@media (max-width: 991px) {
  .cid-uLMT5bnPh6 .dropdown-menu .dropdown-toggle[data-toggle="dropdown-submenu"]::after,
  .cid-uLMT5bnPh6 .link.dropdown-toggle::after {
    display: inline-block;
    width: 7px;
    height: 7px;
    margin-left: .5rem;
    margin-bottom: 2px;
    content: "";
    border: 2px solid;
    border-left: none;
    border-top: none;
    transform: rotate(-45deg);
    right: 15px;
    position: absolute;
    margin-top: -2px;
  }
  .cid-uLMT5bnPh6 .show.dropdown-toggle[aria-expanded="true"]::after {
    transform: rotate(45deg);
    margin-top: -4px;
  }
  .cid-uLMT5bnPh6 .offcanvas_box {
    display: none;
  }
}
.cid-uLMT5bnPh6 .dropdown-item {
  border: none;
  font-weight: 400 !important;
}
.cid-uLMT5bnPh6 .nav-dropdown .link {
  font-weight: 400 !important;
  padding: 0 !important;
  margin: 0 !important;
}
.cid-uLMT5bnPh6 .nav-dropdown .link.dropdown-toggle::after {
  margin-left: 0.5rem;
  margin-top: 0;
}
.cid-uLMT5bnPh6 .container {
  display: flex;
  margin: auto;
}
.cid-uLMT5bnPh6 .iconfont-wrapper {
  color: #e0bdb6;
  font-size: 17px;
  margin-right: 10px;
  margin-bottom: 5px;
  width: 25px;
  height: 25px;
  border-radius: 50%;
  display: flex;
  justify-content: center;
  align-items: center;
  transition: all 0.2s ease-in-out;
}
.cid-uLMT5bnPh6 .iconfont-wrapper:last-child {
  margin-right: 0;
}
.cid-uLMT5bnPh6 .iconfont-wrapper:hover {
  opacity: .5;
}
.cid-uLMT5bnPh6 .navbar-caption {
  color: #747474;
}
.cid-uLMT5bnPh6 .navbar-nav {
  margin: 0 1rem;
}
@media (min-width: 992px) {
  .cid-uLMT5bnPh6 .navbar-nav {
    margin: 0;
  }
}
.cid-uLMT5bnPh6 .dropdown-menu,
.cid-uLMT5bnPh6 .navbar.opened {
  background-color: false !important;
}
.cid-uLMT5bnPh6 .nav-item:focus,
.cid-uLMT5bnPh6 .nav-link:focus {
  outline: none;
}
.cid-uLMT5bnPh6 .dropdown .dropdown-menu .dropdown-item {
  width: auto;
  transition: all 0.25s ease-in-out;
}
.cid-uLMT5bnPh6 .dropdown .dropdown-menu .dropdown-item::after {
  right: 0.5rem;
}
.cid-uLMT5bnPh6 .dropdown .dropdown-menu .dropdown-item .mbr-iconfont {
  margin-right: 0.5rem;
  vertical-align: sub;
}
.cid-uLMT5bnPh6 .dropdown .dropdown-menu .dropdown-item .mbr-iconfont:before {
  display: inline-block;
  transform: scale(1, 1);
  transition: all 0.25s ease-in-out;
}
.cid-uLMT5bnPh6 .collapsed .dropdown-menu .dropdown-item:before {
  display: none;
}
.cid-uLMT5bnPh6 .collapsed .dropdown .dropdown-menu .dropdown-item {
  padding: 0.235em 1.5em 0.235em 1.5em !important;
  transition: none;
  margin: 0 !important;
}
.cid-uLMT5bnPh6 .navbar {
  min-height: 70px;
  padding: 20px 0;
  transition: all 0.3s;
  border-bottom-width: 0px;
}
@media (max-width: 992px) {
  .cid-uLMT5bnPh6 .navbar {
    min-height: 30px;
    max-height: 90px;
  }
}
.cid-uLMT5bnPh6 .navbar.opened {
  transition: all 0.3s;
}
.cid-uLMT5bnPh6 .navbar .dropdown-item {
  padding: 0;
  margin: 8px 0;
}
.cid-uLMT5bnPh6 .navbar .navbar-logo img {
  width: auto;
  object-fit: contain;
  border-radius: 0;
}
.cid-uLMT5bnPh6 .navbar .navbar-collapse {
  justify-content: space-between;
  z-index: 1;
}
.cid-uLMT5bnPh6 .navbar.collapsed {
  justify-content: center;
}
.cid-uLMT5bnPh6 .navbar.collapsed .nav-item .nav-link::before {
  display: none;
}
.cid-uLMT5bnPh6 .navbar.collapsed.opened .dropdown-menu {
  top: 0;
}
.cid-uLMT5bnPh6 .navbar.collapsed .dropdown-menu .dropdown-submenu {
  left: 0 !important;
}
.cid-uLMT5bnPh6 .navbar.collapsed .dropdown-menu .dropdown-item:after {
  right: auto;
}
.cid-uLMT5bnPh6 .navbar.collapsed ul.navbar-nav li {
  margin: auto;
}
.cid-uLMT5bnPh6 .navbar.collapsed .dropdown-menu .dropdown-item {
  padding: 0.25rem 1.5rem;
  text-align: left;
}
.cid-uLMT5bnPh6 .navbar.collapsed .icons-menu {
  padding: 0;
}
@media (max-width: 991px) {
  .cid-uLMT5bnPh6 .navbar .nav-item {
    padding: .5rem 0;
  }
  .cid-uLMT5bnPh6 .navbar .navbar-collapse {
    padding: 34px 0;
    border-radius: 25px;
  }
  .cid-uLMT5bnPh6 .navbar .nav-item .nav-link::before {
    display: none;
  }
  .cid-uLMT5bnPh6 .navbar.opened .dropdown-menu {
    top: 0;
  }
  .cid-uLMT5bnPh6 .navbar .dropdown-menu {
    padding: 6px 0 6px 15px;
  }
  .cid-uLMT5bnPh6 .navbar .dropdown-menu .dropdown-submenu {
    left: 0 !important;
  }
  .cid-uLMT5bnPh6 .navbar .dropdown-menu .dropdown-item:after {
    right: auto;
    margin-top: -0.4rem;
  }
  .cid-uLMT5bnPh6 .navbar .navbar-logo img {
    height: 3rem !important;
  }
  .cid-uLMT5bnPh6 .navbar ul.navbar-nav {
    overflow: hidden;
  }
  .cid-uLMT5bnPh6 .navbar ul.navbar-nav li {
    margin: 0;
  }
  .cid-uLMT5bnPh6 .navbar .dropdown-menu .dropdown-item {
    padding: 0 !important;
    margin: 0;
    margin-top: 8px;
    text-align: left;
  }
  .cid-uLMT5bnPh6 .navbar .navbar-brand {
    flex-shrink: initial;
    flex-basis: auto;
    word-break: break-word;
    padding-right: 2rem;
  }
  .cid-uLMT5bnPh6 .navbar .navbar-toggler {
    flex-basis: auto;
  }
  .cid-uLMT5bnPh6 .navbar .icons-menu {
    padding: 0;
  }
}
.cid-uLMT5bnPh6 .navbar.navbar-short {
  min-height: 60px;
}
.cid-uLMT5bnPh6 .navbar.navbar-short .navbar-logo img {
  height: 2.5rem !important;
}
.cid-uLMT5bnPh6 .navbar.navbar-short .navbar-brand {
  min-height: 60px;
  padding: 0;
}
.cid-uLMT5bnPh6 .navbar-brand {
  min-height: 70px;
  flex-shrink: 0;
  align-items: center;
  margin-right: 0;
  padding: 10px 0;
  transition: all 0.3s;
  word-break: break-word;
  z-index: 1;
}
.cid-uLMT5bnPh6 .navbar-brand .navbar-caption {
  line-height: inherit !important;
}
.cid-uLMT5bnPh6 .navbar-brand .navbar-logo a {
  outline: none;
}
.cid-uLMT5bnPh6 .dropdown-item.active,
.cid-uLMT5bnPh6 .dropdown-item:active {
  background-color: transparent;
}
.cid-uLMT5bnPh6 .navbar-expand-lg .navbar-nav .nav-link {
  padding: 0;
}
.cid-uLMT5bnPh6 .nav-dropdown .link.dropdown-toggle {
  margin-right: 1.667em;
}
.cid-uLMT5bnPh6 .nav-dropdown .link.dropdown-toggle[aria-expanded="true"] {
  margin-right: 0;
  padding: 0.667em 1.667em;
}
.cid-uLMT5bnPh6 .navbar .dropdown.open > .dropdown-menu {
  display: block;
}
.cid-uLMT5bnPh6 ul.navbar-nav {
  flex-wrap: wrap;
  padding: 36px 0;
  border-bottom: 1px solid #0e132f;
}
.cid-uLMT5bnPh6 .navbar-buttons {
  text-align: center;
  min-width: 170px;
}
.cid-uLMT5bnPh6 button.navbar-toggler {
  outline: none;
  width: 48px;
  height: 48px;
  border-radius: 50%;
  cursor: pointer;
  transition: all 0.2s;
  position: relative;
  align-self: center;
  color: #ffffff;
  background: #ffffff;
}
.cid-uLMT5bnPh6 button.navbar-toggler .hamburger span {
  position: absolute;
  right: 10px;
  margin-top: 14px;
  width: 26px;
  height: 2px;
  border-right: 5px;
  background-color: #474747;
}
.cid-uLMT5bnPh6 button.navbar-toggler .hamburger span:nth-child(1) {
  top: 0;
  transition: all 0.2s;
}
.cid-uLMT5bnPh6 button.navbar-toggler .hamburger span:nth-child(2) {
  top: 8px;
  transition: all 0.15s;
}
.cid-uLMT5bnPh6 button.navbar-toggler .hamburger span:nth-child(3) {
  top: 8px;
  transition: all 0.15s;
}
.cid-uLMT5bnPh6 button.navbar-toggler .hamburger span:nth-child(4) {
  top: 16px;
  transition: all 0.2s;
}
.cid-uLMT5bnPh6 nav.opened .hamburger span:nth-child(1) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-uLMT5bnPh6 nav.opened .hamburger span:nth-child(2) {
  transform: rotate(45deg);
  transition: all 0.25s;
}
.cid-uLMT5bnPh6 nav.opened .hamburger span:nth-child(3) {
  transform: rotate(-45deg);
  transition: all 0.25s;
}
.cid-uLMT5bnPh6 nav.opened .hamburger span:nth-child(4) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-uLMT5bnPh6 a.nav-link {
  display: flex;
  align-items: center;
  justify-content: flex-start;
}
.cid-uLMT5bnPh6 .icons-menu {
  flex-wrap: nowrap;
  display: flex;
  justify-content: center;
  padding: 0;
  text-align: center;
  margin-bottom: 35px;
}
@media screen and (-ms-high-contrast: active), (-ms-high-contrast: none) {
  .cid-uLMT5bnPh6 .navbar {
    height: 70px;
  }
  .cid-uLMT5bnPh6 .navbar.opened {
    height: auto;
  }
  .cid-uLMT5bnPh6 .nav-item .nav-link:hover::before {
    width: 175%;
    max-width: calc(100% + 2rem);
    left: -1rem;
  }
}
.cid-uLMT5bnPh6 .navbar-dropdown .navbar-logo {
  margin-right: 15px;
}
@media (min-width: 768px) {
  .cid-uLMT5bnPh6 .container-fluid {
    padding-left: 30px;
    padding-right: 30px;
  }
}
.cid-uLMT5bnPh6 .mbr-section-btn-main {
  padding-top: 5px;
}
.cid-uLMT5bnPh6 .mbr-section-btn-main .btn {
  margin: 0 4px 4px 4px;
}
.cid-uLMT5bnPh6 .navbar-caption:hover {
  color: #2554ab;
}
@media (min-width: 992px) {
  .cid-uLMT5bnPh6 .dropdown-menu.dropdown-submenu {
    left: 175px !important;
    top: -45% !important;
  }
}
.cid-uLMT5bnPh6 .nav-link {
  position: relative;
}
.cid-uLMT5bnPh6 .nav-link:before {
  content: '';
  position: absolute;
  left: -12px;
  width: 6px;
  height: 6px;
  border-radius: 100%;
  background-color: #2554ab;
  transition: all .3s ease;
  opacity: 0;
}
.cid-uLMT5bnPh6 .nav-link:hover:before {
  opacity: 1;
}
.cid-uLMT5bnPh6 .mbr-section-subtitle {
  color: #ffffff;
}
.cid-uLMT5bnPh6 .mbr-text {
  color: #ffffff;
  text-align: center;
}
.cid-uLMT5bnPh6 .text_widget {
  color: #ffffff;
}
.cid-uLMT5bnPh6 .mbr-section-subtitle,
.cid-uLMT5bnPh6 .text_widget,
.cid-uLMT5bnPh6 .mbr-section-btn {
  text-align: center;
}
.cid-uLMT5bnPh6 a[class*="text-"]:not(.nav-link):not(.dropdown-item):not([role]):not(.navbar-caption):hover {
  background-image: none;
}
.cid-uC2JyCKNZP {
  padding-top: 0rem;
  padding-bottom: 0rem;
  background-color: #ffffff;
}
.cid-uC2JyCKNZP .item-img {
  position: relative;
  overflow: hidden;
}
.cid-uC2JyCKNZP .item-img:before {
  content: '';
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
  left: 0;
  background: black;
  opacity: 0.3;
  z-index: 1;
  transition: all 0.3s;
  pointer-events: none;
}
.cid-uC2JyCKNZP h5 {
  margin-bottom: 1rem;
}
.cid-uC2JyCKNZP .item-content {
  position: absolute;
  top: 55%;
  right: 0;
  z-index: 2;
  width: 100%;
  transform: translateY(-50%);
  padding: 2rem 8rem;
  display: flex;
  flex-direction: column;
  height: 50%;
}
@media (max-width: 767px) {
  .cid-uC2JyCKNZP .item-content {
    padding: 0 2rem 1.5rem;
    margin-top: 1rem;
  }
}
.cid-uC2JyCKNZP img,
.cid-uC2JyCKNZP .item-img {
  width: 100%;
  transition: all 0.3s;
  height: 100%;
  height: 400px;
  object-fit: cover;
}
.cid-uC2JyCKNZP .item:focus,
.cid-uC2JyCKNZP span:focus {
  outline: none;
}
.cid-uC2JyCKNZP .item {
  margin-bottom: 2rem;
}
@media (max-width: 767px) {
  .cid-uC2JyCKNZP .item {
    margin-bottom: 1rem;
  }
}
.cid-uC2JyCKNZP .item-wrapper {
  position: relative;
  border-radius: 15px;
  height: 100%;
  display: flex;
  flex-flow: column nowrap;
}
.cid-uC2JyCKNZP .mbr-section-title {
  color: #4e423d;
}
.cid-uC2JyCKNZP .item-title {
  text-align: left;
  color: #ffffff;
}
.cid-uC2JyCKNZP .item-subtitle {
  text-align: left;
  color: #ffffff;
}
.cid-uC2JyCKNZP .mbr-text,
.cid-uC2JyCKNZP .item .mbr-section-btn {
  text-align: left;
  color: #ffffff;
}
.cid-uC2JyCKNZP .content-head {
  max-width: 800px;
}
.cid-uC2JyE63Yg {
  padding-top: 1rem;
  padding-bottom: 5rem;
  background-color: #fafafa;
}
.cid-uC2JyE63Yg .mbr-section-title {
  margin-bottom: 1em;
  color: #272727;
}
.cid-uC2JyE63Yg .mbr-section-subtitle {
  margin-bottom: 1.5625em;
  color: #272727;
  opacity: 0.4;
}
.cid-uC2JyE63Yg .item-row {
  display: grid;
  -webkit-box-align: stretch;
  -webkit-align-items: stretch;
  -ms-flex-align: stretch;
  align-items: stretch;
  grid-auto-columns: 1fr;
  grid-column-gap: 16px;
  grid-row-gap: 16px;
  grid-template-columns: repeat(4, 1fr);
  -ms-grid-rows: auto;
  grid-template-rows: auto;
}
@media (max-width: 1199px) {
  .cid-uC2JyE63Yg .item-row {
    grid-template-columns: repeat(2, 1fr);
  }
}
@media (max-width: 767px) {
  .cid-uC2JyE63Yg .item-row {
    grid-template-columns: repeat(1, 1fr);
  }
}
.cid-uC2JyE63Yg .item {
  padding: 0;
}
.cid-uC2JyE63Yg .item-wrapper {
  display: flex;
  flex-direction: column;
  align-items: stretch;
  height: 100%;
  width: 100%;
  border-radius: 10px;
  overflow: hidden;
  transform-style: preserve-3d;
  transition: .3s all;
  border: 2px solid transparent;
}
.cid-uC2JyE63Yg .item-wrapper:hover {
  transform: scale3d(1.01, 1.01, 1);
  border-color: #fafafa;
}
.cid-uC2JyE63Yg .item-img {
  display: flex;
  align-items: center;
  justify-content: center;
  height: 175px;
}
.cid-uC2JyE63Yg .item-img img {
  width: 100%;
  object-fit: cover;
  height: 100%;
}
.cid-uC2JyE63Yg .item-content {
  display: flex;
  flex-direction: column;
  align-items: stretch;
  width: 100%;
  padding: 20px 5% 6%;
  flex-grow: 1;
  background-color: #ffffff;
}
.cid-uC2JyE63Yg .item-text-wrap {
  width: 100%;
  margin-bottom: 5.3em;
}
@media (max-width: 1199px) {
  .cid-uC2JyE63Yg .item-text-wrap {
    margin-bottom: 4em;
  }
}
@media (max-width: 767px) {
  .cid-uC2JyE63Yg .item-text-wrap {
    margin-bottom: 2em;
    max-width: 340px;
    margin-right: auto;
  }
}
.cid-uC2JyE63Yg .item-title {
  color: #272727;
  margin-bottom: 0.52em;
}
.cid-uC2JyE63Yg .item-subtitle {
  color: #272727;
  opacity: 0.52em;
}
.cid-uC2JyE63Yg .card-bottom {
  display: flex;
  flex-direction: column;
  align-items: stretch;
  margin-top: auto;
}
.cid-uC2JyE63Yg .item-name-wrap {
  display: flex;
  align-items: center;
  width: 100%;
}
.cid-uC2JyE63Yg .image-wrapper {
  width: 35px;
  height: 35px;
  margin-right: 10px;
  border-radius: 300px;
  overflow: hidden;
}
.cid-uC2JyE63Yg .image-wrapper img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.cid-uC2JyE63Yg .mbr-text {
  flex-grow: 1;
  color: #272727;
  text-align: right;
}
.cid-uC2JyE63Yg .mbr-section-btn {
  display: flex;
  margin-top: 20px;
  width: auto !important;
}
.cid-uC2JyE63Yg .mbr-section-btn .btn {
  width: 100%;
  min-width: auto !important;
}
.cid-uLMRAIzUxG {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-color: #0e132f;
}
.cid-uLMRAIzUxG .mbr-fallback-image.disabled {
  display: none;
}
.cid-uLMRAIzUxG .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-uLMRAIzUxG .container {
    padding: 0 16px;
  }
}
.cid-uLMRAIzUxG .card {
  display: flex;
  flex-direction: column;
  justify-content: space-between;
}
@media (max-width: 992px) {
  .cid-uLMRAIzUxG .card {
    margin-bottom: 40px;
  }
}
.cid-uLMRAIzUxG .card .content-wrapper .title-wrapper .title-wrap {
  display: inline-flex;
  align-items: center;
  margin-bottom: 16px;
}
@media (max-width: 992px) {
  .cid-uLMRAIzUxG .card .content-wrapper .title-wrapper .title-wrap {
    margin-bottom: 40px;
  }
}
.cid-uLMRAIzUxG .card .content-wrapper .title-wrapper .title-wrap img {
  width: 32px;
  height: 32px;
  object-fit: contain;
  margin-right: 1rem;
}
.cid-uLMRAIzUxG .card .content-wrapper .title-wrapper .title-wrap .mbr-section-title {
  margin-bottom: 0;
}
.cid-uLMRAIzUxG .card .content-wrapper .copyright {
  margin-bottom: 20px;
}
@media (max-width: 992px) {
  .cid-uLMRAIzUxG .card .content-wrapper .copyright {
    margin-bottom: 40px;
  }
}
.cid-uLMRAIzUxG .card .social-wrapper .social-wrap {
  display: inline-flex;
  flex-wrap: wrap;
}
.cid-uLMRAIzUxG .card .social-wrapper .social-wrap .mbr-iconfont {
  font-size: 20px;
  margin-right: 48px;
  color: #ffffff;
}
.cid-uLMRAIzUxG .list-wrapper .mbr-card-title {
  margin-bottom: 16px;
}
.cid-uLMRAIzUxG .list-wrapper .list {
  margin: 0;
  padding: 0;
  list-style-type: none;
}
.cid-uLMRAIzUxG .list-wrapper .list .item-wrap {
  margin-bottom: 16px;
}
@media (max-width: 992px) {
  .cid-uLMRAIzUxG .list-wrapper .list {
    margin-bottom: 40px;
  }
}
.cid-uLMRAIzUxG .mbr-section-title {
  color: #ffffff;
}
.cid-uLMRAIzUxG .copyright {
  color: #ffffff;
}
.cid-uLMRAIzUxG .mbr-card-title {
  color: #D4FE00;
}
.cid-uLMRAIzUxG .list {
  color: #ffffff;
}
.cid-uLMT5bnPh6 .navbar-dropdown {
  background-color: #ffffff !important;
  padding: 0;
}
.cid-uLMT5bnPh6 .navbar.navbar-expand-lg .dropdown .dropdown-menu {
  background-color: #ffffff !important;
  background: #ffffff;
}
.cid-uLMT5bnPh6 .navbar.navbar-expand-lg .dropdown .dropdown-menu .dropdown-submenu {
  margin: 0;
  left: 100%;
}
@media (max-width: 991px) {
  .cid-uLMT5bnPh6 .menu_box .navbar.opened,
  .cid-uLMT5bnPh6 .menu_box .navbar-collapse {
    background-color: #ffffff !important;
    transition: all 0s ease 0s;
  }
}
.cid-uLMT5bnPh6 .navbar-dropdown {
  position: relative !important;
}
.cid-uLMT5bnPh6 .btn {
  min-height: auto;
  box-shadow: none;
  margin-top: 0;
}
.cid-uLMT5bnPh6 .btn:hover {
  box-shadow: none;
}
@media (min-width: 992px) {
  .cid-uLMT5bnPh6 .offcanvas_image img {
    width: auto;
    object-fit: cover;
    display: inline-block;
  }
  .cid-uLMT5bnPh6 .offcanvas-header {
    position: relative;
    padding: 0;
  }
  .cid-uLMT5bnPh6 .offcanvas-header .btn-close {
    position: absolute;
    top: -70px;
    right: 0;
    width: 35px;
    height: 30px;
  }
  .cid-uLMT5bnPh6 .offcanvas-body {
    text-align: center;
    padding: 0;
  }
  .cid-uLMT5bnPh6 .offcanvas-body .mbr-text,
  .cid-uLMT5bnPh6 .offcanvas-body .mbr-section-subtitle {
    margin-top: 14px;
  }
  .cid-uLMT5bnPh6 .offcanvas-body .offcanvas_contact {
    margin: 35px 0;
  }
  .cid-uLMT5bnPh6 .offcanvas_box button.btn_offcanvas {
    outline: none;
    width: 40px;
    height: 40px;
    cursor: pointer;
    transition: all 0.2s;
    position: relative;
    align-self: center;
  }
  .cid-uLMT5bnPh6 .offcanvas_box button.btn_offcanvas .hamburger span {
    position: absolute;
    right: 0;
    width: 40px;
    height: 2px;
    border-right: 5px;
    background-color: #474747;
  }
  .cid-uLMT5bnPh6 .offcanvas_box button.btn_offcanvas .hamburger span:nth-child(1) {
    top: 18px;
    transition: all 0.2s;
  }
  .cid-uLMT5bnPh6 .offcanvas_box button.btn_offcanvas .hamburger span:nth-child(2) {
    top: 25px;
    transition: all 0.2s;
  }
  .cid-uLMT5bnPh6 .offcanvas_box button.btn_offcanvas:hover .hamburger span {
    width: 36px;
  }
  .cid-uLMT5bnPh6 .offcanvas_box button.btn_offcanvas:hover .hamburger span:nth-child(2) {
    width: 33px;
    transition-delay: 0.2s;
  }
  .cid-uLMT5bnPh6 ul.navbar-nav {
    padding-bottom: 1.5rem;
  }
  .cid-uLMT5bnPh6 .dropdown-menu .dropdown-toggle[data-toggle="dropdown-submenu"]::after,
  .cid-uLMT5bnPh6 .link.dropdown-toggle::after {
    display: inline-block;
    width: 7px;
    height: 7px;
    margin-left: .5rem;
    margin-bottom: 2px;
    content: "";
    border: 2px solid;
    border-left: none;
    border-top: none;
    transform: rotate(-45deg);
  }
  .cid-uLMT5bnPh6 .link.dropdown-toggle::after {
    padding: 0 !important;
    transform: rotate(45deg);
  }
  .cid-uLMT5bnPh6 li.nav-item {
    position: relative;
    display: inline-block;
    padding: 1px 7px !important;
    vertical-align: middle;
    line-height: 2em !important;
    font-weight: 600 !important;
    text-decoration: none;
    letter-spacing: 0 !important;
    z-index: 1;
  }
  .cid-uLMT5bnPh6 .lg_brand {
    margin: 0 1rem;
  }
}
.cid-uLMT5bnPh6 .nav-item {
  margin: 4px 15px;
}
@media (min-width: 1200px) {
  .cid-uLMT5bnPh6 .nav-item {
    margin: 4px 20px;
  }
}
@media (max-width: 991px) {
  .cid-uLMT5bnPh6 .nav-item {
    margin: 0 !important;
  }
}
.cid-uLMT5bnPh6 .dropdown-menu {
  border-radius: 0;
  box-shadow: none;
  text-align: left;
}
@media (min-width: 992px) {
  .cid-uLMT5bnPh6 .dropdown-menu {
    padding: 18px 34px 22px;
    min-width: 250px;
    top: auto !important;
    left: -40px !important;
  }
  .cid-uLMT5bnPh6 .dropdown-menu.dropdown-submenu {
    left: 215px !important;
    top: -45% !important;
  }
}
@media (max-width: 991px) {
  .cid-uLMT5bnPh6 .dropdown-menu .dropdown-toggle[data-toggle="dropdown-submenu"]::after,
  .cid-uLMT5bnPh6 .link.dropdown-toggle::after {
    display: inline-block;
    width: 7px;
    height: 7px;
    margin-left: .5rem;
    margin-bottom: 2px;
    content: "";
    border: 2px solid;
    border-left: none;
    border-top: none;
    transform: rotate(-45deg);
    right: 15px;
    position: absolute;
    margin-top: -2px;
  }
  .cid-uLMT5bnPh6 .show.dropdown-toggle[aria-expanded="true"]::after {
    transform: rotate(45deg);
    margin-top: -4px;
  }
  .cid-uLMT5bnPh6 .offcanvas_box {
    display: none;
  }
}
.cid-uLMT5bnPh6 .dropdown-item {
  border: none;
  font-weight: 400 !important;
}
.cid-uLMT5bnPh6 .nav-dropdown .link {
  font-weight: 400 !important;
  padding: 0 !important;
  margin: 0 !important;
}
.cid-uLMT5bnPh6 .nav-dropdown .link.dropdown-toggle::after {
  margin-left: 0.5rem;
  margin-top: 0;
}
.cid-uLMT5bnPh6 .container {
  display: flex;
  margin: auto;
}
.cid-uLMT5bnPh6 .iconfont-wrapper {
  color: #e0bdb6;
  font-size: 17px;
  margin-right: 10px;
  margin-bottom: 5px;
  width: 25px;
  height: 25px;
  border-radius: 50%;
  display: flex;
  justify-content: center;
  align-items: center;
  transition: all 0.2s ease-in-out;
}
.cid-uLMT5bnPh6 .iconfont-wrapper:last-child {
  margin-right: 0;
}
.cid-uLMT5bnPh6 .iconfont-wrapper:hover {
  opacity: .5;
}
.cid-uLMT5bnPh6 .navbar-caption {
  color: #747474;
}
.cid-uLMT5bnPh6 .navbar-nav {
  margin: 0 1rem;
}
@media (min-width: 992px) {
  .cid-uLMT5bnPh6 .navbar-nav {
    margin: 0;
  }
}
.cid-uLMT5bnPh6 .dropdown-menu,
.cid-uLMT5bnPh6 .navbar.opened {
  background-color: false !important;
}
.cid-uLMT5bnPh6 .nav-item:focus,
.cid-uLMT5bnPh6 .nav-link:focus {
  outline: none;
}
.cid-uLMT5bnPh6 .dropdown .dropdown-menu .dropdown-item {
  width: auto;
  transition: all 0.25s ease-in-out;
}
.cid-uLMT5bnPh6 .dropdown .dropdown-menu .dropdown-item::after {
  right: 0.5rem;
}
.cid-uLMT5bnPh6 .dropdown .dropdown-menu .dropdown-item .mbr-iconfont {
  margin-right: 0.5rem;
  vertical-align: sub;
}
.cid-uLMT5bnPh6 .dropdown .dropdown-menu .dropdown-item .mbr-iconfont:before {
  display: inline-block;
  transform: scale(1, 1);
  transition: all 0.25s ease-in-out;
}
.cid-uLMT5bnPh6 .collapsed .dropdown-menu .dropdown-item:before {
  display: none;
}
.cid-uLMT5bnPh6 .collapsed .dropdown .dropdown-menu .dropdown-item {
  padding: 0.235em 1.5em 0.235em 1.5em !important;
  transition: none;
  margin: 0 !important;
}
.cid-uLMT5bnPh6 .navbar {
  min-height: 70px;
  padding: 20px 0;
  transition: all 0.3s;
  border-bottom-width: 0px;
}
@media (max-width: 992px) {
  .cid-uLMT5bnPh6 .navbar {
    min-height: 30px;
    max-height: 90px;
  }
}
.cid-uLMT5bnPh6 .navbar.opened {
  transition: all 0.3s;
}
.cid-uLMT5bnPh6 .navbar .dropdown-item {
  padding: 0;
  margin: 8px 0;
}
.cid-uLMT5bnPh6 .navbar .navbar-logo img {
  width: auto;
  object-fit: contain;
  border-radius: 0;
}
.cid-uLMT5bnPh6 .navbar .navbar-collapse {
  justify-content: space-between;
  z-index: 1;
}
.cid-uLMT5bnPh6 .navbar.collapsed {
  justify-content: center;
}
.cid-uLMT5bnPh6 .navbar.collapsed .nav-item .nav-link::before {
  display: none;
}
.cid-uLMT5bnPh6 .navbar.collapsed.opened .dropdown-menu {
  top: 0;
}
.cid-uLMT5bnPh6 .navbar.collapsed .dropdown-menu .dropdown-submenu {
  left: 0 !important;
}
.cid-uLMT5bnPh6 .navbar.collapsed .dropdown-menu .dropdown-item:after {
  right: auto;
}
.cid-uLMT5bnPh6 .navbar.collapsed ul.navbar-nav li {
  margin: auto;
}
.cid-uLMT5bnPh6 .navbar.collapsed .dropdown-menu .dropdown-item {
  padding: 0.25rem 1.5rem;
  text-align: left;
}
.cid-uLMT5bnPh6 .navbar.collapsed .icons-menu {
  padding: 0;
}
@media (max-width: 991px) {
  .cid-uLMT5bnPh6 .navbar .nav-item {
    padding: .5rem 0;
  }
  .cid-uLMT5bnPh6 .navbar .navbar-collapse {
    padding: 34px 0;
    border-radius: 25px;
  }
  .cid-uLMT5bnPh6 .navbar .nav-item .nav-link::before {
    display: none;
  }
  .cid-uLMT5bnPh6 .navbar.opened .dropdown-menu {
    top: 0;
  }
  .cid-uLMT5bnPh6 .navbar .dropdown-menu {
    padding: 6px 0 6px 15px;
  }
  .cid-uLMT5bnPh6 .navbar .dropdown-menu .dropdown-submenu {
    left: 0 !important;
  }
  .cid-uLMT5bnPh6 .navbar .dropdown-menu .dropdown-item:after {
    right: auto;
    margin-top: -0.4rem;
  }
  .cid-uLMT5bnPh6 .navbar .navbar-logo img {
    height: 3rem !important;
  }
  .cid-uLMT5bnPh6 .navbar ul.navbar-nav {
    overflow: hidden;
  }
  .cid-uLMT5bnPh6 .navbar ul.navbar-nav li {
    margin: 0;
  }
  .cid-uLMT5bnPh6 .navbar .dropdown-menu .dropdown-item {
    padding: 0 !important;
    margin: 0;
    margin-top: 8px;
    text-align: left;
  }
  .cid-uLMT5bnPh6 .navbar .navbar-brand {
    flex-shrink: initial;
    flex-basis: auto;
    word-break: break-word;
    padding-right: 2rem;
  }
  .cid-uLMT5bnPh6 .navbar .navbar-toggler {
    flex-basis: auto;
  }
  .cid-uLMT5bnPh6 .navbar .icons-menu {
    padding: 0;
  }
}
.cid-uLMT5bnPh6 .navbar.navbar-short {
  min-height: 60px;
}
.cid-uLMT5bnPh6 .navbar.navbar-short .navbar-logo img {
  height: 2.5rem !important;
}
.cid-uLMT5bnPh6 .navbar.navbar-short .navbar-brand {
  min-height: 60px;
  padding: 0;
}
.cid-uLMT5bnPh6 .navbar-brand {
  min-height: 70px;
  flex-shrink: 0;
  align-items: center;
  margin-right: 0;
  padding: 10px 0;
  transition: all 0.3s;
  word-break: break-word;
  z-index: 1;
}
.cid-uLMT5bnPh6 .navbar-brand .navbar-caption {
  line-height: inherit !important;
}
.cid-uLMT5bnPh6 .navbar-brand .navbar-logo a {
  outline: none;
}
.cid-uLMT5bnPh6 .dropdown-item.active,
.cid-uLMT5bnPh6 .dropdown-item:active {
  background-color: transparent;
}
.cid-uLMT5bnPh6 .navbar-expand-lg .navbar-nav .nav-link {
  padding: 0;
}
.cid-uLMT5bnPh6 .nav-dropdown .link.dropdown-toggle {
  margin-right: 1.667em;
}
.cid-uLMT5bnPh6 .nav-dropdown .link.dropdown-toggle[aria-expanded="true"] {
  margin-right: 0;
  padding: 0.667em 1.667em;
}
.cid-uLMT5bnPh6 .navbar .dropdown.open > .dropdown-menu {
  display: block;
}
.cid-uLMT5bnPh6 ul.navbar-nav {
  flex-wrap: wrap;
  padding: 36px 0;
  border-bottom: 1px solid #0e132f;
}
.cid-uLMT5bnPh6 .navbar-buttons {
  text-align: center;
  min-width: 170px;
}
.cid-uLMT5bnPh6 button.navbar-toggler {
  outline: none;
  width: 48px;
  height: 48px;
  border-radius: 50%;
  cursor: pointer;
  transition: all 0.2s;
  position: relative;
  align-self: center;
  color: #ffffff;
  background: #ffffff;
}
.cid-uLMT5bnPh6 button.navbar-toggler .hamburger span {
  position: absolute;
  right: 10px;
  margin-top: 14px;
  width: 26px;
  height: 2px;
  border-right: 5px;
  background-color: #474747;
}
.cid-uLMT5bnPh6 button.navbar-toggler .hamburger span:nth-child(1) {
  top: 0;
  transition: all 0.2s;
}
.cid-uLMT5bnPh6 button.navbar-toggler .hamburger span:nth-child(2) {
  top: 8px;
  transition: all 0.15s;
}
.cid-uLMT5bnPh6 button.navbar-toggler .hamburger span:nth-child(3) {
  top: 8px;
  transition: all 0.15s;
}
.cid-uLMT5bnPh6 button.navbar-toggler .hamburger span:nth-child(4) {
  top: 16px;
  transition: all 0.2s;
}
.cid-uLMT5bnPh6 nav.opened .hamburger span:nth-child(1) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-uLMT5bnPh6 nav.opened .hamburger span:nth-child(2) {
  transform: rotate(45deg);
  transition: all 0.25s;
}
.cid-uLMT5bnPh6 nav.opened .hamburger span:nth-child(3) {
  transform: rotate(-45deg);
  transition: all 0.25s;
}
.cid-uLMT5bnPh6 nav.opened .hamburger span:nth-child(4) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-uLMT5bnPh6 a.nav-link {
  display: flex;
  align-items: center;
  justify-content: flex-start;
}
.cid-uLMT5bnPh6 .icons-menu {
  flex-wrap: nowrap;
  display: flex;
  justify-content: center;
  padding: 0;
  text-align: center;
  margin-bottom: 35px;
}
@media screen and (-ms-high-contrast: active), (-ms-high-contrast: none) {
  .cid-uLMT5bnPh6 .navbar {
    height: 70px;
  }
  .cid-uLMT5bnPh6 .navbar.opened {
    height: auto;
  }
  .cid-uLMT5bnPh6 .nav-item .nav-link:hover::before {
    width: 175%;
    max-width: calc(100% + 2rem);
    left: -1rem;
  }
}
.cid-uLMT5bnPh6 .navbar-dropdown .navbar-logo {
  margin-right: 15px;
}
@media (min-width: 768px) {
  .cid-uLMT5bnPh6 .container-fluid {
    padding-left: 30px;
    padding-right: 30px;
  }
}
.cid-uLMT5bnPh6 .mbr-section-btn-main {
  padding-top: 5px;
}
.cid-uLMT5bnPh6 .mbr-section-btn-main .btn {
  margin: 0 4px 4px 4px;
}
.cid-uLMT5bnPh6 .navbar-caption:hover {
  color: #2554ab;
}
@media (min-width: 992px) {
  .cid-uLMT5bnPh6 .dropdown-menu.dropdown-submenu {
    left: 175px !important;
    top: -45% !important;
  }
}
.cid-uLMT5bnPh6 .nav-link {
  position: relative;
}
.cid-uLMT5bnPh6 .nav-link:before {
  content: '';
  position: absolute;
  left: -12px;
  width: 6px;
  height: 6px;
  border-radius: 100%;
  background-color: #2554ab;
  transition: all .3s ease;
  opacity: 0;
}
.cid-uLMT5bnPh6 .nav-link:hover:before {
  opacity: 1;
}
.cid-uLMT5bnPh6 .mbr-section-subtitle {
  color: #ffffff;
}
.cid-uLMT5bnPh6 .mbr-text {
  color: #ffffff;
  text-align: center;
}
.cid-uLMT5bnPh6 .text_widget {
  color: #ffffff;
}
.cid-uLMT5bnPh6 .mbr-section-subtitle,
.cid-uLMT5bnPh6 .text_widget,
.cid-uLMT5bnPh6 .mbr-section-btn {
  text-align: center;
}
.cid-uLMT5bnPh6 a[class*="text-"]:not(.nav-link):not(.dropdown-item):not([role]):not(.navbar-caption):hover {
  background-image: none;
}
.cid-uC2Jw55Ikf {
  padding-top: 0rem;
  padding-bottom: 0rem;
  background-color: #ffffff;
}
.cid-uC2Jw55Ikf .item-img {
  position: relative;
  overflow: hidden;
}
.cid-uC2Jw55Ikf .item-img:before {
  content: '';
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
  left: 0;
  background: black;
  opacity: 0.3;
  z-index: 1;
  transition: all 0.3s;
  pointer-events: none;
}
.cid-uC2Jw55Ikf h5 {
  margin-bottom: 1rem;
}
.cid-uC2Jw55Ikf .item-content {
  position: absolute;
  top: 55%;
  right: 0;
  z-index: 2;
  width: 100%;
  transform: translateY(-50%);
  padding: 2rem 8rem;
  display: flex;
  flex-direction: column;
  height: 50%;
}
@media (max-width: 767px) {
  .cid-uC2Jw55Ikf .item-content {
    padding: 0 2rem 1.5rem;
    margin-top: 1rem;
  }
}
.cid-uC2Jw55Ikf img,
.cid-uC2Jw55Ikf .item-img {
  width: 100%;
  transition: all 0.3s;
  height: 100%;
  height: 400px;
  object-fit: cover;
}
.cid-uC2Jw55Ikf .item:focus,
.cid-uC2Jw55Ikf span:focus {
  outline: none;
}
.cid-uC2Jw55Ikf .item {
  margin-bottom: 2rem;
}
@media (max-width: 767px) {
  .cid-uC2Jw55Ikf .item {
    margin-bottom: 1rem;
  }
}
.cid-uC2Jw55Ikf .item-wrapper {
  position: relative;
  border-radius: 15px;
  height: 100%;
  display: flex;
  flex-flow: column nowrap;
}
.cid-uC2Jw55Ikf .mbr-section-title {
  color: #4e423d;
}
.cid-uC2Jw55Ikf .item-title {
  text-align: left;
  color: #ffffff;
}
.cid-uC2Jw55Ikf .item-subtitle {
  text-align: left;
  color: #ffffff;
}
.cid-uC2Jw55Ikf .mbr-text,
.cid-uC2Jw55Ikf .item .mbr-section-btn {
  text-align: left;
  color: #ffffff;
}
.cid-uC2Jw55Ikf .content-head {
  max-width: 800px;
}
.cid-uC2Jw6yLei {
  padding-top: 1rem;
  padding-bottom: 5rem;
  background-color: #fafafa;
}
.cid-uC2Jw6yLei .mbr-section-title {
  margin-bottom: 1em;
  color: #272727;
}
.cid-uC2Jw6yLei .mbr-section-subtitle {
  margin-bottom: 1.5625em;
  color: #272727;
  opacity: 0.4;
}
.cid-uC2Jw6yLei .item-row {
  display: grid;
  -webkit-box-align: stretch;
  -webkit-align-items: stretch;
  -ms-flex-align: stretch;
  align-items: stretch;
  grid-auto-columns: 1fr;
  grid-column-gap: 16px;
  grid-row-gap: 16px;
  grid-template-columns: repeat(4, 1fr);
  -ms-grid-rows: auto;
  grid-template-rows: auto;
}
@media (max-width: 1199px) {
  .cid-uC2Jw6yLei .item-row {
    grid-template-columns: repeat(2, 1fr);
  }
}
@media (max-width: 767px) {
  .cid-uC2Jw6yLei .item-row {
    grid-template-columns: repeat(1, 1fr);
  }
}
.cid-uC2Jw6yLei .item {
  padding: 0;
}
.cid-uC2Jw6yLei .item-wrapper {
  display: flex;
  flex-direction: column;
  align-items: stretch;
  height: 100%;
  width: 100%;
  border-radius: 10px;
  overflow: hidden;
  transform-style: preserve-3d;
  transition: .3s all;
  border: 2px solid transparent;
}
.cid-uC2Jw6yLei .item-wrapper:hover {
  transform: scale3d(1.01, 1.01, 1);
  border-color: #fafafa;
}
.cid-uC2Jw6yLei .item-img {
  display: flex;
  align-items: center;
  justify-content: center;
  height: 175px;
}
.cid-uC2Jw6yLei .item-img img {
  width: 100%;
  object-fit: cover;
  height: 100%;
}
.cid-uC2Jw6yLei .item-content {
  display: flex;
  flex-direction: column;
  align-items: stretch;
  width: 100%;
  padding: 20px 5% 6%;
  flex-grow: 1;
  background-color: #ffffff;
}
.cid-uC2Jw6yLei .item-text-wrap {
  width: 100%;
  margin-bottom: 5.3em;
}
@media (max-width: 1199px) {
  .cid-uC2Jw6yLei .item-text-wrap {
    margin-bottom: 4em;
  }
}
@media (max-width: 767px) {
  .cid-uC2Jw6yLei .item-text-wrap {
    margin-bottom: 2em;
    max-width: 340px;
    margin-right: auto;
  }
}
.cid-uC2Jw6yLei .item-title {
  color: #272727;
  margin-bottom: 0.52em;
}
.cid-uC2Jw6yLei .item-subtitle {
  color: #272727;
  opacity: 0.52em;
}
.cid-uC2Jw6yLei .card-bottom {
  display: flex;
  flex-direction: column;
  align-items: stretch;
  margin-top: auto;
}
.cid-uC2Jw6yLei .item-name-wrap {
  display: flex;
  align-items: center;
  width: 100%;
}
.cid-uC2Jw6yLei .image-wrapper {
  width: 35px;
  height: 35px;
  margin-right: 10px;
  border-radius: 300px;
  overflow: hidden;
}
.cid-uC2Jw6yLei .image-wrapper img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.cid-uC2Jw6yLei .mbr-text {
  flex-grow: 1;
  color: #272727;
  text-align: right;
}
.cid-uC2Jw6yLei .mbr-section-btn {
  display: flex;
  margin-top: 20px;
  width: auto !important;
}
.cid-uC2Jw6yLei .mbr-section-btn .btn {
  width: 100%;
  min-width: auto !important;
}
.cid-uLMRAIzUxG {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-color: #0e132f;
}
.cid-uLMRAIzUxG .mbr-fallback-image.disabled {
  display: none;
}
.cid-uLMRAIzUxG .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-uLMRAIzUxG .container {
    padding: 0 16px;
  }
}
.cid-uLMRAIzUxG .card {
  display: flex;
  flex-direction: column;
  justify-content: space-between;
}
@media (max-width: 992px) {
  .cid-uLMRAIzUxG .card {
    margin-bottom: 40px;
  }
}
.cid-uLMRAIzUxG .card .content-wrapper .title-wrapper .title-wrap {
  display: inline-flex;
  align-items: center;
  margin-bottom: 16px;
}
@media (max-width: 992px) {
  .cid-uLMRAIzUxG .card .content-wrapper .title-wrapper .title-wrap {
    margin-bottom: 40px;
  }
}
.cid-uLMRAIzUxG .card .content-wrapper .title-wrapper .title-wrap img {
  width: 32px;
  height: 32px;
  object-fit: contain;
  margin-right: 1rem;
}
.cid-uLMRAIzUxG .card .content-wrapper .title-wrapper .title-wrap .mbr-section-title {
  margin-bottom: 0;
}
.cid-uLMRAIzUxG .card .content-wrapper .copyright {
  margin-bottom: 20px;
}
@media (max-width: 992px) {
  .cid-uLMRAIzUxG .card .content-wrapper .copyright {
    margin-bottom: 40px;
  }
}
.cid-uLMRAIzUxG .card .social-wrapper .social-wrap {
  display: inline-flex;
  flex-wrap: wrap;
}
.cid-uLMRAIzUxG .card .social-wrapper .social-wrap .mbr-iconfont {
  font-size: 20px;
  margin-right: 48px;
  color: #ffffff;
}
.cid-uLMRAIzUxG .list-wrapper .mbr-card-title {
  margin-bottom: 16px;
}
.cid-uLMRAIzUxG .list-wrapper .list {
  margin: 0;
  padding: 0;
  list-style-type: none;
}
.cid-uLMRAIzUxG .list-wrapper .list .item-wrap {
  margin-bottom: 16px;
}
@media (max-width: 992px) {
  .cid-uLMRAIzUxG .list-wrapper .list {
    margin-bottom: 40px;
  }
}
.cid-uLMRAIzUxG .mbr-section-title {
  color: #ffffff;
}
.cid-uLMRAIzUxG .copyright {
  color: #ffffff;
}
.cid-uLMRAIzUxG .mbr-card-title {
  color: #D4FE00;
}
.cid-uLMRAIzUxG .list {
  color: #ffffff;
}
.cid-uLMT5bnPh6 .navbar-dropdown {
  background-color: #ffffff !important;
  padding: 0;
}
.cid-uLMT5bnPh6 .navbar.navbar-expand-lg .dropdown .dropdown-menu {
  background-color: #ffffff !important;
  background: #ffffff;
}
.cid-uLMT5bnPh6 .navbar.navbar-expand-lg .dropdown .dropdown-menu .dropdown-submenu {
  margin: 0;
  left: 100%;
}
@media (max-width: 991px) {
  .cid-uLMT5bnPh6 .menu_box .navbar.opened,
  .cid-uLMT5bnPh6 .menu_box .navbar-collapse {
    background-color: #ffffff !important;
    transition: all 0s ease 0s;
  }
}
.cid-uLMT5bnPh6 .navbar-dropdown {
  position: relative !important;
}
.cid-uLMT5bnPh6 .btn {
  min-height: auto;
  box-shadow: none;
  margin-top: 0;
}
.cid-uLMT5bnPh6 .btn:hover {
  box-shadow: none;
}
@media (min-width: 992px) {
  .cid-uLMT5bnPh6 .offcanvas_image img {
    width: auto;
    object-fit: cover;
    display: inline-block;
  }
  .cid-uLMT5bnPh6 .offcanvas-header {
    position: relative;
    padding: 0;
  }
  .cid-uLMT5bnPh6 .offcanvas-header .btn-close {
    position: absolute;
    top: -70px;
    right: 0;
    width: 35px;
    height: 30px;
  }
  .cid-uLMT5bnPh6 .offcanvas-body {
    text-align: center;
    padding: 0;
  }
  .cid-uLMT5bnPh6 .offcanvas-body .mbr-text,
  .cid-uLMT5bnPh6 .offcanvas-body .mbr-section-subtitle {
    margin-top: 14px;
  }
  .cid-uLMT5bnPh6 .offcanvas-body .offcanvas_contact {
    margin: 35px 0;
  }
  .cid-uLMT5bnPh6 .offcanvas_box button.btn_offcanvas {
    outline: none;
    width: 40px;
    height: 40px;
    cursor: pointer;
    transition: all 0.2s;
    position: relative;
    align-self: center;
  }
  .cid-uLMT5bnPh6 .offcanvas_box button.btn_offcanvas .hamburger span {
    position: absolute;
    right: 0;
    width: 40px;
    height: 2px;
    border-right: 5px;
    background-color: #474747;
  }
  .cid-uLMT5bnPh6 .offcanvas_box button.btn_offcanvas .hamburger span:nth-child(1) {
    top: 18px;
    transition: all 0.2s;
  }
  .cid-uLMT5bnPh6 .offcanvas_box button.btn_offcanvas .hamburger span:nth-child(2) {
    top: 25px;
    transition: all 0.2s;
  }
  .cid-uLMT5bnPh6 .offcanvas_box button.btn_offcanvas:hover .hamburger span {
    width: 36px;
  }
  .cid-uLMT5bnPh6 .offcanvas_box button.btn_offcanvas:hover .hamburger span:nth-child(2) {
    width: 33px;
    transition-delay: 0.2s;
  }
  .cid-uLMT5bnPh6 ul.navbar-nav {
    padding-bottom: 1.5rem;
  }
  .cid-uLMT5bnPh6 .dropdown-menu .dropdown-toggle[data-toggle="dropdown-submenu"]::after,
  .cid-uLMT5bnPh6 .link.dropdown-toggle::after {
    display: inline-block;
    width: 7px;
    height: 7px;
    margin-left: .5rem;
    margin-bottom: 2px;
    content: "";
    border: 2px solid;
    border-left: none;
    border-top: none;
    transform: rotate(-45deg);
  }
  .cid-uLMT5bnPh6 .link.dropdown-toggle::after {
    padding: 0 !important;
    transform: rotate(45deg);
  }
  .cid-uLMT5bnPh6 li.nav-item {
    position: relative;
    display: inline-block;
    padding: 1px 7px !important;
    vertical-align: middle;
    line-height: 2em !important;
    font-weight: 600 !important;
    text-decoration: none;
    letter-spacing: 0 !important;
    z-index: 1;
  }
  .cid-uLMT5bnPh6 .lg_brand {
    margin: 0 1rem;
  }
}
.cid-uLMT5bnPh6 .nav-item {
  margin: 4px 15px;
}
@media (min-width: 1200px) {
  .cid-uLMT5bnPh6 .nav-item {
    margin: 4px 20px;
  }
}
@media (max-width: 991px) {
  .cid-uLMT5bnPh6 .nav-item {
    margin: 0 !important;
  }
}
.cid-uLMT5bnPh6 .dropdown-menu {
  border-radius: 0;
  box-shadow: none;
  text-align: left;
}
@media (min-width: 992px) {
  .cid-uLMT5bnPh6 .dropdown-menu {
    padding: 18px 34px 22px;
    min-width: 250px;
    top: auto !important;
    left: -40px !important;
  }
  .cid-uLMT5bnPh6 .dropdown-menu.dropdown-submenu {
    left: 215px !important;
    top: -45% !important;
  }
}
@media (max-width: 991px) {
  .cid-uLMT5bnPh6 .dropdown-menu .dropdown-toggle[data-toggle="dropdown-submenu"]::after,
  .cid-uLMT5bnPh6 .link.dropdown-toggle::after {
    display: inline-block;
    width: 7px;
    height: 7px;
    margin-left: .5rem;
    margin-bottom: 2px;
    content: "";
    border: 2px solid;
    border-left: none;
    border-top: none;
    transform: rotate(-45deg);
    right: 15px;
    position: absolute;
    margin-top: -2px;
  }
  .cid-uLMT5bnPh6 .show.dropdown-toggle[aria-expanded="true"]::after {
    transform: rotate(45deg);
    margin-top: -4px;
  }
  .cid-uLMT5bnPh6 .offcanvas_box {
    display: none;
  }
}
.cid-uLMT5bnPh6 .dropdown-item {
  border: none;
  font-weight: 400 !important;
}
.cid-uLMT5bnPh6 .nav-dropdown .link {
  font-weight: 400 !important;
  padding: 0 !important;
  margin: 0 !important;
}
.cid-uLMT5bnPh6 .nav-dropdown .link.dropdown-toggle::after {
  margin-left: 0.5rem;
  margin-top: 0;
}
.cid-uLMT5bnPh6 .container {
  display: flex;
  margin: auto;
}
.cid-uLMT5bnPh6 .iconfont-wrapper {
  color: #e0bdb6;
  font-size: 17px;
  margin-right: 10px;
  margin-bottom: 5px;
  width: 25px;
  height: 25px;
  border-radius: 50%;
  display: flex;
  justify-content: center;
  align-items: center;
  transition: all 0.2s ease-in-out;
}
.cid-uLMT5bnPh6 .iconfont-wrapper:last-child {
  margin-right: 0;
}
.cid-uLMT5bnPh6 .iconfont-wrapper:hover {
  opacity: .5;
}
.cid-uLMT5bnPh6 .navbar-caption {
  color: #747474;
}
.cid-uLMT5bnPh6 .navbar-nav {
  margin: 0 1rem;
}
@media (min-width: 992px) {
  .cid-uLMT5bnPh6 .navbar-nav {
    margin: 0;
  }
}
.cid-uLMT5bnPh6 .dropdown-menu,
.cid-uLMT5bnPh6 .navbar.opened {
  background-color: false !important;
}
.cid-uLMT5bnPh6 .nav-item:focus,
.cid-uLMT5bnPh6 .nav-link:focus {
  outline: none;
}
.cid-uLMT5bnPh6 .dropdown .dropdown-menu .dropdown-item {
  width: auto;
  transition: all 0.25s ease-in-out;
}
.cid-uLMT5bnPh6 .dropdown .dropdown-menu .dropdown-item::after {
  right: 0.5rem;
}
.cid-uLMT5bnPh6 .dropdown .dropdown-menu .dropdown-item .mbr-iconfont {
  margin-right: 0.5rem;
  vertical-align: sub;
}
.cid-uLMT5bnPh6 .dropdown .dropdown-menu .dropdown-item .mbr-iconfont:before {
  display: inline-block;
  transform: scale(1, 1);
  transition: all 0.25s ease-in-out;
}
.cid-uLMT5bnPh6 .collapsed .dropdown-menu .dropdown-item:before {
  display: none;
}
.cid-uLMT5bnPh6 .collapsed .dropdown .dropdown-menu .dropdown-item {
  padding: 0.235em 1.5em 0.235em 1.5em !important;
  transition: none;
  margin: 0 !important;
}
.cid-uLMT5bnPh6 .navbar {
  min-height: 70px;
  padding: 20px 0;
  transition: all 0.3s;
  border-bottom-width: 0px;
}
@media (max-width: 992px) {
  .cid-uLMT5bnPh6 .navbar {
    min-height: 30px;
    max-height: 90px;
  }
}
.cid-uLMT5bnPh6 .navbar.opened {
  transition: all 0.3s;
}
.cid-uLMT5bnPh6 .navbar .dropdown-item {
  padding: 0;
  margin: 8px 0;
}
.cid-uLMT5bnPh6 .navbar .navbar-logo img {
  width: auto;
  object-fit: contain;
  border-radius: 0;
}
.cid-uLMT5bnPh6 .navbar .navbar-collapse {
  justify-content: space-between;
  z-index: 1;
}
.cid-uLMT5bnPh6 .navbar.collapsed {
  justify-content: center;
}
.cid-uLMT5bnPh6 .navbar.collapsed .nav-item .nav-link::before {
  display: none;
}
.cid-uLMT5bnPh6 .navbar.collapsed.opened .dropdown-menu {
  top: 0;
}
.cid-uLMT5bnPh6 .navbar.collapsed .dropdown-menu .dropdown-submenu {
  left: 0 !important;
}
.cid-uLMT5bnPh6 .navbar.collapsed .dropdown-menu .dropdown-item:after {
  right: auto;
}
.cid-uLMT5bnPh6 .navbar.collapsed ul.navbar-nav li {
  margin: auto;
}
.cid-uLMT5bnPh6 .navbar.collapsed .dropdown-menu .dropdown-item {
  padding: 0.25rem 1.5rem;
  text-align: left;
}
.cid-uLMT5bnPh6 .navbar.collapsed .icons-menu {
  padding: 0;
}
@media (max-width: 991px) {
  .cid-uLMT5bnPh6 .navbar .nav-item {
    padding: .5rem 0;
  }
  .cid-uLMT5bnPh6 .navbar .navbar-collapse {
    padding: 34px 0;
    border-radius: 25px;
  }
  .cid-uLMT5bnPh6 .navbar .nav-item .nav-link::before {
    display: none;
  }
  .cid-uLMT5bnPh6 .navbar.opened .dropdown-menu {
    top: 0;
  }
  .cid-uLMT5bnPh6 .navbar .dropdown-menu {
    padding: 6px 0 6px 15px;
  }
  .cid-uLMT5bnPh6 .navbar .dropdown-menu .dropdown-submenu {
    left: 0 !important;
  }
  .cid-uLMT5bnPh6 .navbar .dropdown-menu .dropdown-item:after {
    right: auto;
    margin-top: -0.4rem;
  }
  .cid-uLMT5bnPh6 .navbar .navbar-logo img {
    height: 3rem !important;
  }
  .cid-uLMT5bnPh6 .navbar ul.navbar-nav {
    overflow: hidden;
  }
  .cid-uLMT5bnPh6 .navbar ul.navbar-nav li {
    margin: 0;
  }
  .cid-uLMT5bnPh6 .navbar .dropdown-menu .dropdown-item {
    padding: 0 !important;
    margin: 0;
    margin-top: 8px;
    text-align: left;
  }
  .cid-uLMT5bnPh6 .navbar .navbar-brand {
    flex-shrink: initial;
    flex-basis: auto;
    word-break: break-word;
    padding-right: 2rem;
  }
  .cid-uLMT5bnPh6 .navbar .navbar-toggler {
    flex-basis: auto;
  }
  .cid-uLMT5bnPh6 .navbar .icons-menu {
    padding: 0;
  }
}
.cid-uLMT5bnPh6 .navbar.navbar-short {
  min-height: 60px;
}
.cid-uLMT5bnPh6 .navbar.navbar-short .navbar-logo img {
  height: 2.5rem !important;
}
.cid-uLMT5bnPh6 .navbar.navbar-short .navbar-brand {
  min-height: 60px;
  padding: 0;
}
.cid-uLMT5bnPh6 .navbar-brand {
  min-height: 70px;
  flex-shrink: 0;
  align-items: center;
  margin-right: 0;
  padding: 10px 0;
  transition: all 0.3s;
  word-break: break-word;
  z-index: 1;
}
.cid-uLMT5bnPh6 .navbar-brand .navbar-caption {
  line-height: inherit !important;
}
.cid-uLMT5bnPh6 .navbar-brand .navbar-logo a {
  outline: none;
}
.cid-uLMT5bnPh6 .dropdown-item.active,
.cid-uLMT5bnPh6 .dropdown-item:active {
  background-color: transparent;
}
.cid-uLMT5bnPh6 .navbar-expand-lg .navbar-nav .nav-link {
  padding: 0;
}
.cid-uLMT5bnPh6 .nav-dropdown .link.dropdown-toggle {
  margin-right: 1.667em;
}
.cid-uLMT5bnPh6 .nav-dropdown .link.dropdown-toggle[aria-expanded="true"] {
  margin-right: 0;
  padding: 0.667em 1.667em;
}
.cid-uLMT5bnPh6 .navbar .dropdown.open > .dropdown-menu {
  display: block;
}
.cid-uLMT5bnPh6 ul.navbar-nav {
  flex-wrap: wrap;
  padding: 36px 0;
  border-bottom: 1px solid #0e132f;
}
.cid-uLMT5bnPh6 .navbar-buttons {
  text-align: center;
  min-width: 170px;
}
.cid-uLMT5bnPh6 button.navbar-toggler {
  outline: none;
  width: 48px;
  height: 48px;
  border-radius: 50%;
  cursor: pointer;
  transition: all 0.2s;
  position: relative;
  align-self: center;
  color: #ffffff;
  background: #ffffff;
}
.cid-uLMT5bnPh6 button.navbar-toggler .hamburger span {
  position: absolute;
  right: 10px;
  margin-top: 14px;
  width: 26px;
  height: 2px;
  border-right: 5px;
  background-color: #474747;
}
.cid-uLMT5bnPh6 button.navbar-toggler .hamburger span:nth-child(1) {
  top: 0;
  transition: all 0.2s;
}
.cid-uLMT5bnPh6 button.navbar-toggler .hamburger span:nth-child(2) {
  top: 8px;
  transition: all 0.15s;
}
.cid-uLMT5bnPh6 button.navbar-toggler .hamburger span:nth-child(3) {
  top: 8px;
  transition: all 0.15s;
}
.cid-uLMT5bnPh6 button.navbar-toggler .hamburger span:nth-child(4) {
  top: 16px;
  transition: all 0.2s;
}
.cid-uLMT5bnPh6 nav.opened .hamburger span:nth-child(1) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-uLMT5bnPh6 nav.opened .hamburger span:nth-child(2) {
  transform: rotate(45deg);
  transition: all 0.25s;
}
.cid-uLMT5bnPh6 nav.opened .hamburger span:nth-child(3) {
  transform: rotate(-45deg);
  transition: all 0.25s;
}
.cid-uLMT5bnPh6 nav.opened .hamburger span:nth-child(4) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-uLMT5bnPh6 a.nav-link {
  display: flex;
  align-items: center;
  justify-content: flex-start;
}
.cid-uLMT5bnPh6 .icons-menu {
  flex-wrap: nowrap;
  display: flex;
  justify-content: center;
  padding: 0;
  text-align: center;
  margin-bottom: 35px;
}
@media screen and (-ms-high-contrast: active), (-ms-high-contrast: none) {
  .cid-uLMT5bnPh6 .navbar {
    height: 70px;
  }
  .cid-uLMT5bnPh6 .navbar.opened {
    height: auto;
  }
  .cid-uLMT5bnPh6 .nav-item .nav-link:hover::before {
    width: 175%;
    max-width: calc(100% + 2rem);
    left: -1rem;
  }
}
.cid-uLMT5bnPh6 .navbar-dropdown .navbar-logo {
  margin-right: 15px;
}
@media (min-width: 768px) {
  .cid-uLMT5bnPh6 .container-fluid {
    padding-left: 30px;
    padding-right: 30px;
  }
}
.cid-uLMT5bnPh6 .mbr-section-btn-main {
  padding-top: 5px;
}
.cid-uLMT5bnPh6 .mbr-section-btn-main .btn {
  margin: 0 4px 4px 4px;
}
.cid-uLMT5bnPh6 .navbar-caption:hover {
  color: #2554ab;
}
@media (min-width: 992px) {
  .cid-uLMT5bnPh6 .dropdown-menu.dropdown-submenu {
    left: 175px !important;
    top: -45% !important;
  }
}
.cid-uLMT5bnPh6 .nav-link {
  position: relative;
}
.cid-uLMT5bnPh6 .nav-link:before {
  content: '';
  position: absolute;
  left: -12px;
  width: 6px;
  height: 6px;
  border-radius: 100%;
  background-color: #2554ab;
  transition: all .3s ease;
  opacity: 0;
}
.cid-uLMT5bnPh6 .nav-link:hover:before {
  opacity: 1;
}
.cid-uLMT5bnPh6 .mbr-section-subtitle {
  color: #ffffff;
}
.cid-uLMT5bnPh6 .mbr-text {
  color: #ffffff;
  text-align: center;
}
.cid-uLMT5bnPh6 .text_widget {
  color: #ffffff;
}
.cid-uLMT5bnPh6 .mbr-section-subtitle,
.cid-uLMT5bnPh6 .text_widget,
.cid-uLMT5bnPh6 .mbr-section-btn {
  text-align: center;
}
.cid-uLMT5bnPh6 a[class*="text-"]:not(.nav-link):not(.dropdown-item):not([role]):not(.navbar-caption):hover {
  background-image: none;
}
.cid-uC2JtnDoSB {
  padding-top: 0rem;
  padding-bottom: 0rem;
  background-color: #ffffff;
}
.cid-uC2JtnDoSB .item-img {
  position: relative;
  overflow: hidden;
}
.cid-uC2JtnDoSB .item-img:before {
  content: '';
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
  left: 0;
  background: black;
  opacity: 0.3;
  z-index: 1;
  transition: all 0.3s;
  pointer-events: none;
}
.cid-uC2JtnDoSB h5 {
  margin-bottom: 1rem;
}
.cid-uC2JtnDoSB .item-content {
  position: absolute;
  top: 55%;
  right: 0;
  z-index: 2;
  width: 100%;
  transform: translateY(-50%);
  padding: 2rem 8rem;
  display: flex;
  flex-direction: column;
  height: 50%;
}
@media (max-width: 767px) {
  .cid-uC2JtnDoSB .item-content {
    padding: 0 2rem 1.5rem;
    margin-top: 1rem;
  }
}
.cid-uC2JtnDoSB img,
.cid-uC2JtnDoSB .item-img {
  width: 100%;
  transition: all 0.3s;
  height: 100%;
  height: 400px;
  object-fit: cover;
}
.cid-uC2JtnDoSB .item:focus,
.cid-uC2JtnDoSB span:focus {
  outline: none;
}
.cid-uC2JtnDoSB .item {
  margin-bottom: 2rem;
}
@media (max-width: 767px) {
  .cid-uC2JtnDoSB .item {
    margin-bottom: 1rem;
  }
}
.cid-uC2JtnDoSB .item-wrapper {
  position: relative;
  border-radius: 15px;
  height: 100%;
  display: flex;
  flex-flow: column nowrap;
}
.cid-uC2JtnDoSB .mbr-section-title {
  color: #4e423d;
}
.cid-uC2JtnDoSB .item-title {
  text-align: left;
  color: #ffffff;
}
.cid-uC2JtnDoSB .item-subtitle {
  text-align: left;
  color: #ffffff;
}
.cid-uC2JtnDoSB .mbr-text,
.cid-uC2JtnDoSB .item .mbr-section-btn {
  text-align: left;
  color: #ffffff;
}
.cid-uC2JtnDoSB .content-head {
  max-width: 800px;
}
.cid-uC2JtoU90U {
  padding-top: 1rem;
  padding-bottom: 5rem;
  background-color: #fafafa;
}
.cid-uC2JtoU90U .mbr-section-title {
  margin-bottom: 1em;
  color: #272727;
}
.cid-uC2JtoU90U .mbr-section-subtitle {
  margin-bottom: 1.5625em;
  color: #272727;
  opacity: 0.4;
}
.cid-uC2JtoU90U .item-row {
  display: grid;
  -webkit-box-align: stretch;
  -webkit-align-items: stretch;
  -ms-flex-align: stretch;
  align-items: stretch;
  grid-auto-columns: 1fr;
  grid-column-gap: 16px;
  grid-row-gap: 16px;
  grid-template-columns: repeat(4, 1fr);
  -ms-grid-rows: auto;
  grid-template-rows: auto;
}
@media (max-width: 1199px) {
  .cid-uC2JtoU90U .item-row {
    grid-template-columns: repeat(2, 1fr);
  }
}
@media (max-width: 767px) {
  .cid-uC2JtoU90U .item-row {
    grid-template-columns: repeat(1, 1fr);
  }
}
.cid-uC2JtoU90U .item {
  padding: 0;
}
.cid-uC2JtoU90U .item-wrapper {
  display: flex;
  flex-direction: column;
  align-items: stretch;
  height: 100%;
  width: 100%;
  border-radius: 10px;
  overflow: hidden;
  transform-style: preserve-3d;
  transition: .3s all;
  border: 2px solid transparent;
}
.cid-uC2JtoU90U .item-wrapper:hover {
  transform: scale3d(1.01, 1.01, 1);
  border-color: #fafafa;
}
.cid-uC2JtoU90U .item-img {
  display: flex;
  align-items: center;
  justify-content: center;
  height: 175px;
}
.cid-uC2JtoU90U .item-img img {
  width: 100%;
  object-fit: cover;
  height: 100%;
}
.cid-uC2JtoU90U .item-content {
  display: flex;
  flex-direction: column;
  align-items: stretch;
  width: 100%;
  padding: 20px 5% 6%;
  flex-grow: 1;
  background-color: #ffffff;
}
.cid-uC2JtoU90U .item-text-wrap {
  width: 100%;
  margin-bottom: 5.3em;
}
@media (max-width: 1199px) {
  .cid-uC2JtoU90U .item-text-wrap {
    margin-bottom: 4em;
  }
}
@media (max-width: 767px) {
  .cid-uC2JtoU90U .item-text-wrap {
    margin-bottom: 2em;
    max-width: 340px;
    margin-right: auto;
  }
}
.cid-uC2JtoU90U .item-title {
  color: #272727;
  margin-bottom: 0.52em;
}
.cid-uC2JtoU90U .item-subtitle {
  color: #272727;
  opacity: 0.52em;
}
.cid-uC2JtoU90U .card-bottom {
  display: flex;
  flex-direction: column;
  align-items: stretch;
  margin-top: auto;
}
.cid-uC2JtoU90U .item-name-wrap {
  display: flex;
  align-items: center;
  width: 100%;
}
.cid-uC2JtoU90U .image-wrapper {
  width: 35px;
  height: 35px;
  margin-right: 10px;
  border-radius: 300px;
  overflow: hidden;
}
.cid-uC2JtoU90U .image-wrapper img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.cid-uC2JtoU90U .mbr-text {
  flex-grow: 1;
  color: #272727;
  text-align: right;
}
.cid-uC2JtoU90U .mbr-section-btn {
  display: flex;
  margin-top: 20px;
  width: auto !important;
}
.cid-uC2JtoU90U .mbr-section-btn .btn {
  width: 100%;
  min-width: auto !important;
}
.cid-uLMRAIzUxG {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-color: #0e132f;
}
.cid-uLMRAIzUxG .mbr-fallback-image.disabled {
  display: none;
}
.cid-uLMRAIzUxG .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-uLMRAIzUxG .container {
    padding: 0 16px;
  }
}
.cid-uLMRAIzUxG .card {
  display: flex;
  flex-direction: column;
  justify-content: space-between;
}
@media (max-width: 992px) {
  .cid-uLMRAIzUxG .card {
    margin-bottom: 40px;
  }
}
.cid-uLMRAIzUxG .card .content-wrapper .title-wrapper .title-wrap {
  display: inline-flex;
  align-items: center;
  margin-bottom: 16px;
}
@media (max-width: 992px) {
  .cid-uLMRAIzUxG .card .content-wrapper .title-wrapper .title-wrap {
    margin-bottom: 40px;
  }
}
.cid-uLMRAIzUxG .card .content-wrapper .title-wrapper .title-wrap img {
  width: 32px;
  height: 32px;
  object-fit: contain;
  margin-right: 1rem;
}
.cid-uLMRAIzUxG .card .content-wrapper .title-wrapper .title-wrap .mbr-section-title {
  margin-bottom: 0;
}
.cid-uLMRAIzUxG .card .content-wrapper .copyright {
  margin-bottom: 20px;
}
@media (max-width: 992px) {
  .cid-uLMRAIzUxG .card .content-wrapper .copyright {
    margin-bottom: 40px;
  }
}
.cid-uLMRAIzUxG .card .social-wrapper .social-wrap {
  display: inline-flex;
  flex-wrap: wrap;
}
.cid-uLMRAIzUxG .card .social-wrapper .social-wrap .mbr-iconfont {
  font-size: 20px;
  margin-right: 48px;
  color: #ffffff;
}
.cid-uLMRAIzUxG .list-wrapper .mbr-card-title {
  margin-bottom: 16px;
}
.cid-uLMRAIzUxG .list-wrapper .list {
  margin: 0;
  padding: 0;
  list-style-type: none;
}
.cid-uLMRAIzUxG .list-wrapper .list .item-wrap {
  margin-bottom: 16px;
}
@media (max-width: 992px) {
  .cid-uLMRAIzUxG .list-wrapper .list {
    margin-bottom: 40px;
  }
}
.cid-uLMRAIzUxG .mbr-section-title {
  color: #ffffff;
}
.cid-uLMRAIzUxG .copyright {
  color: #ffffff;
}
.cid-uLMRAIzUxG .mbr-card-title {
  color: #D4FE00;
}
.cid-uLMRAIzUxG .list {
  color: #ffffff;
}
.cid-uLMT5bnPh6 .navbar-dropdown {
  background-color: #ffffff !important;
  padding: 0;
}
.cid-uLMT5bnPh6 .navbar.navbar-expand-lg .dropdown .dropdown-menu {
  background-color: #ffffff !important;
  background: #ffffff;
}
.cid-uLMT5bnPh6 .navbar.navbar-expand-lg .dropdown .dropdown-menu .dropdown-submenu {
  margin: 0;
  left: 100%;
}
@media (max-width: 991px) {
  .cid-uLMT5bnPh6 .menu_box .navbar.opened,
  .cid-uLMT5bnPh6 .menu_box .navbar-collapse {
    background-color: #ffffff !important;
    transition: all 0s ease 0s;
  }
}
.cid-uLMT5bnPh6 .navbar-dropdown {
  position: relative !important;
}
.cid-uLMT5bnPh6 .btn {
  min-height: auto;
  box-shadow: none;
  margin-top: 0;
}
.cid-uLMT5bnPh6 .btn:hover {
  box-shadow: none;
}
@media (min-width: 992px) {
  .cid-uLMT5bnPh6 .offcanvas_image img {
    width: auto;
    object-fit: cover;
    display: inline-block;
  }
  .cid-uLMT5bnPh6 .offcanvas-header {
    position: relative;
    padding: 0;
  }
  .cid-uLMT5bnPh6 .offcanvas-header .btn-close {
    position: absolute;
    top: -70px;
    right: 0;
    width: 35px;
    height: 30px;
  }
  .cid-uLMT5bnPh6 .offcanvas-body {
    text-align: center;
    padding: 0;
  }
  .cid-uLMT5bnPh6 .offcanvas-body .mbr-text,
  .cid-uLMT5bnPh6 .offcanvas-body .mbr-section-subtitle {
    margin-top: 14px;
  }
  .cid-uLMT5bnPh6 .offcanvas-body .offcanvas_contact {
    margin: 35px 0;
  }
  .cid-uLMT5bnPh6 .offcanvas_box button.btn_offcanvas {
    outline: none;
    width: 40px;
    height: 40px;
    cursor: pointer;
    transition: all 0.2s;
    position: relative;
    align-self: center;
  }
  .cid-uLMT5bnPh6 .offcanvas_box button.btn_offcanvas .hamburger span {
    position: absolute;
    right: 0;
    width: 40px;
    height: 2px;
    border-right: 5px;
    background-color: #474747;
  }
  .cid-uLMT5bnPh6 .offcanvas_box button.btn_offcanvas .hamburger span:nth-child(1) {
    top: 18px;
    transition: all 0.2s;
  }
  .cid-uLMT5bnPh6 .offcanvas_box button.btn_offcanvas .hamburger span:nth-child(2) {
    top: 25px;
    transition: all 0.2s;
  }
  .cid-uLMT5bnPh6 .offcanvas_box button.btn_offcanvas:hover .hamburger span {
    width: 36px;
  }
  .cid-uLMT5bnPh6 .offcanvas_box button.btn_offcanvas:hover .hamburger span:nth-child(2) {
    width: 33px;
    transition-delay: 0.2s;
  }
  .cid-uLMT5bnPh6 ul.navbar-nav {
    padding-bottom: 1.5rem;
  }
  .cid-uLMT5bnPh6 .dropdown-menu .dropdown-toggle[data-toggle="dropdown-submenu"]::after,
  .cid-uLMT5bnPh6 .link.dropdown-toggle::after {
    display: inline-block;
    width: 7px;
    height: 7px;
    margin-left: .5rem;
    margin-bottom: 2px;
    content: "";
    border: 2px solid;
    border-left: none;
    border-top: none;
    transform: rotate(-45deg);
  }
  .cid-uLMT5bnPh6 .link.dropdown-toggle::after {
    padding: 0 !important;
    transform: rotate(45deg);
  }
  .cid-uLMT5bnPh6 li.nav-item {
    position: relative;
    display: inline-block;
    padding: 1px 7px !important;
    vertical-align: middle;
    line-height: 2em !important;
    font-weight: 600 !important;
    text-decoration: none;
    letter-spacing: 0 !important;
    z-index: 1;
  }
  .cid-uLMT5bnPh6 .lg_brand {
    margin: 0 1rem;
  }
}
.cid-uLMT5bnPh6 .nav-item {
  margin: 4px 15px;
}
@media (min-width: 1200px) {
  .cid-uLMT5bnPh6 .nav-item {
    margin: 4px 20px;
  }
}
@media (max-width: 991px) {
  .cid-uLMT5bnPh6 .nav-item {
    margin: 0 !important;
  }
}
.cid-uLMT5bnPh6 .dropdown-menu {
  border-radius: 0;
  box-shadow: none;
  text-align: left;
}
@media (min-width: 992px) {
  .cid-uLMT5bnPh6 .dropdown-menu {
    padding: 18px 34px 22px;
    min-width: 250px;
    top: auto !important;
    left: -40px !important;
  }
  .cid-uLMT5bnPh6 .dropdown-menu.dropdown-submenu {
    left: 215px !important;
    top: -45% !important;
  }
}
@media (max-width: 991px) {
  .cid-uLMT5bnPh6 .dropdown-menu .dropdown-toggle[data-toggle="dropdown-submenu"]::after,
  .cid-uLMT5bnPh6 .link.dropdown-toggle::after {
    display: inline-block;
    width: 7px;
    height: 7px;
    margin-left: .5rem;
    margin-bottom: 2px;
    content: "";
    border: 2px solid;
    border-left: none;
    border-top: none;
    transform: rotate(-45deg);
    right: 15px;
    position: absolute;
    margin-top: -2px;
  }
  .cid-uLMT5bnPh6 .show.dropdown-toggle[aria-expanded="true"]::after {
    transform: rotate(45deg);
    margin-top: -4px;
  }
  .cid-uLMT5bnPh6 .offcanvas_box {
    display: none;
  }
}
.cid-uLMT5bnPh6 .dropdown-item {
  border: none;
  font-weight: 400 !important;
}
.cid-uLMT5bnPh6 .nav-dropdown .link {
  font-weight: 400 !important;
  padding: 0 !important;
  margin: 0 !important;
}
.cid-uLMT5bnPh6 .nav-dropdown .link.dropdown-toggle::after {
  margin-left: 0.5rem;
  margin-top: 0;
}
.cid-uLMT5bnPh6 .container {
  display: flex;
  margin: auto;
}
.cid-uLMT5bnPh6 .iconfont-wrapper {
  color: #e0bdb6;
  font-size: 17px;
  margin-right: 10px;
  margin-bottom: 5px;
  width: 25px;
  height: 25px;
  border-radius: 50%;
  display: flex;
  justify-content: center;
  align-items: center;
  transition: all 0.2s ease-in-out;
}
.cid-uLMT5bnPh6 .iconfont-wrapper:last-child {
  margin-right: 0;
}
.cid-uLMT5bnPh6 .iconfont-wrapper:hover {
  opacity: .5;
}
.cid-uLMT5bnPh6 .navbar-caption {
  color: #747474;
}
.cid-uLMT5bnPh6 .navbar-nav {
  margin: 0 1rem;
}
@media (min-width: 992px) {
  .cid-uLMT5bnPh6 .navbar-nav {
    margin: 0;
  }
}
.cid-uLMT5bnPh6 .dropdown-menu,
.cid-uLMT5bnPh6 .navbar.opened {
  background-color: false !important;
}
.cid-uLMT5bnPh6 .nav-item:focus,
.cid-uLMT5bnPh6 .nav-link:focus {
  outline: none;
}
.cid-uLMT5bnPh6 .dropdown .dropdown-menu .dropdown-item {
  width: auto;
  transition: all 0.25s ease-in-out;
}
.cid-uLMT5bnPh6 .dropdown .dropdown-menu .dropdown-item::after {
  right: 0.5rem;
}
.cid-uLMT5bnPh6 .dropdown .dropdown-menu .dropdown-item .mbr-iconfont {
  margin-right: 0.5rem;
  vertical-align: sub;
}
.cid-uLMT5bnPh6 .dropdown .dropdown-menu .dropdown-item .mbr-iconfont:before {
  display: inline-block;
  transform: scale(1, 1);
  transition: all 0.25s ease-in-out;
}
.cid-uLMT5bnPh6 .collapsed .dropdown-menu .dropdown-item:before {
  display: none;
}
.cid-uLMT5bnPh6 .collapsed .dropdown .dropdown-menu .dropdown-item {
  padding: 0.235em 1.5em 0.235em 1.5em !important;
  transition: none;
  margin: 0 !important;
}
.cid-uLMT5bnPh6 .navbar {
  min-height: 70px;
  padding: 20px 0;
  transition: all 0.3s;
  border-bottom-width: 0px;
}
@media (max-width: 992px) {
  .cid-uLMT5bnPh6 .navbar {
    min-height: 30px;
    max-height: 90px;
  }
}
.cid-uLMT5bnPh6 .navbar.opened {
  transition: all 0.3s;
}
.cid-uLMT5bnPh6 .navbar .dropdown-item {
  padding: 0;
  margin: 8px 0;
}
.cid-uLMT5bnPh6 .navbar .navbar-logo img {
  width: auto;
  object-fit: contain;
  border-radius: 0;
}
.cid-uLMT5bnPh6 .navbar .navbar-collapse {
  justify-content: space-between;
  z-index: 1;
}
.cid-uLMT5bnPh6 .navbar.collapsed {
  justify-content: center;
}
.cid-uLMT5bnPh6 .navbar.collapsed .nav-item .nav-link::before {
  display: none;
}
.cid-uLMT5bnPh6 .navbar.collapsed.opened .dropdown-menu {
  top: 0;
}
.cid-uLMT5bnPh6 .navbar.collapsed .dropdown-menu .dropdown-submenu {
  left: 0 !important;
}
.cid-uLMT5bnPh6 .navbar.collapsed .dropdown-menu .dropdown-item:after {
  right: auto;
}
.cid-uLMT5bnPh6 .navbar.collapsed ul.navbar-nav li {
  margin: auto;
}
.cid-uLMT5bnPh6 .navbar.collapsed .dropdown-menu .dropdown-item {
  padding: 0.25rem 1.5rem;
  text-align: left;
}
.cid-uLMT5bnPh6 .navbar.collapsed .icons-menu {
  padding: 0;
}
@media (max-width: 991px) {
  .cid-uLMT5bnPh6 .navbar .nav-item {
    padding: .5rem 0;
  }
  .cid-uLMT5bnPh6 .navbar .navbar-collapse {
    padding: 34px 0;
    border-radius: 25px;
  }
  .cid-uLMT5bnPh6 .navbar .nav-item .nav-link::before {
    display: none;
  }
  .cid-uLMT5bnPh6 .navbar.opened .dropdown-menu {
    top: 0;
  }
  .cid-uLMT5bnPh6 .navbar .dropdown-menu {
    padding: 6px 0 6px 15px;
  }
  .cid-uLMT5bnPh6 .navbar .dropdown-menu .dropdown-submenu {
    left: 0 !important;
  }
  .cid-uLMT5bnPh6 .navbar .dropdown-menu .dropdown-item:after {
    right: auto;
    margin-top: -0.4rem;
  }
  .cid-uLMT5bnPh6 .navbar .navbar-logo img {
    height: 3rem !important;
  }
  .cid-uLMT5bnPh6 .navbar ul.navbar-nav {
    overflow: hidden;
  }
  .cid-uLMT5bnPh6 .navbar ul.navbar-nav li {
    margin: 0;
  }
  .cid-uLMT5bnPh6 .navbar .dropdown-menu .dropdown-item {
    padding: 0 !important;
    margin: 0;
    margin-top: 8px;
    text-align: left;
  }
  .cid-uLMT5bnPh6 .navbar .navbar-brand {
    flex-shrink: initial;
    flex-basis: auto;
    word-break: break-word;
    padding-right: 2rem;
  }
  .cid-uLMT5bnPh6 .navbar .navbar-toggler {
    flex-basis: auto;
  }
  .cid-uLMT5bnPh6 .navbar .icons-menu {
    padding: 0;
  }
}
.cid-uLMT5bnPh6 .navbar.navbar-short {
  min-height: 60px;
}
.cid-uLMT5bnPh6 .navbar.navbar-short .navbar-logo img {
  height: 2.5rem !important;
}
.cid-uLMT5bnPh6 .navbar.navbar-short .navbar-brand {
  min-height: 60px;
  padding: 0;
}
.cid-uLMT5bnPh6 .navbar-brand {
  min-height: 70px;
  flex-shrink: 0;
  align-items: center;
  margin-right: 0;
  padding: 10px 0;
  transition: all 0.3s;
  word-break: break-word;
  z-index: 1;
}
.cid-uLMT5bnPh6 .navbar-brand .navbar-caption {
  line-height: inherit !important;
}
.cid-uLMT5bnPh6 .navbar-brand .navbar-logo a {
  outline: none;
}
.cid-uLMT5bnPh6 .dropdown-item.active,
.cid-uLMT5bnPh6 .dropdown-item:active {
  background-color: transparent;
}
.cid-uLMT5bnPh6 .navbar-expand-lg .navbar-nav .nav-link {
  padding: 0;
}
.cid-uLMT5bnPh6 .nav-dropdown .link.dropdown-toggle {
  margin-right: 1.667em;
}
.cid-uLMT5bnPh6 .nav-dropdown .link.dropdown-toggle[aria-expanded="true"] {
  margin-right: 0;
  padding: 0.667em 1.667em;
}
.cid-uLMT5bnPh6 .navbar .dropdown.open > .dropdown-menu {
  display: block;
}
.cid-uLMT5bnPh6 ul.navbar-nav {
  flex-wrap: wrap;
  padding: 36px 0;
  border-bottom: 1px solid #0e132f;
}
.cid-uLMT5bnPh6 .navbar-buttons {
  text-align: center;
  min-width: 170px;
}
.cid-uLMT5bnPh6 button.navbar-toggler {
  outline: none;
  width: 48px;
  height: 48px;
  border-radius: 50%;
  cursor: pointer;
  transition: all 0.2s;
  position: relative;
  align-self: center;
  color: #ffffff;
  background: #ffffff;
}
.cid-uLMT5bnPh6 button.navbar-toggler .hamburger span {
  position: absolute;
  right: 10px;
  margin-top: 14px;
  width: 26px;
  height: 2px;
  border-right: 5px;
  background-color: #474747;
}
.cid-uLMT5bnPh6 button.navbar-toggler .hamburger span:nth-child(1) {
  top: 0;
  transition: all 0.2s;
}
.cid-uLMT5bnPh6 button.navbar-toggler .hamburger span:nth-child(2) {
  top: 8px;
  transition: all 0.15s;
}
.cid-uLMT5bnPh6 button.navbar-toggler .hamburger span:nth-child(3) {
  top: 8px;
  transition: all 0.15s;
}
.cid-uLMT5bnPh6 button.navbar-toggler .hamburger span:nth-child(4) {
  top: 16px;
  transition: all 0.2s;
}
.cid-uLMT5bnPh6 nav.opened .hamburger span:nth-child(1) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-uLMT5bnPh6 nav.opened .hamburger span:nth-child(2) {
  transform: rotate(45deg);
  transition: all 0.25s;
}
.cid-uLMT5bnPh6 nav.opened .hamburger span:nth-child(3) {
  transform: rotate(-45deg);
  transition: all 0.25s;
}
.cid-uLMT5bnPh6 nav.opened .hamburger span:nth-child(4) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-uLMT5bnPh6 a.nav-link {
  display: flex;
  align-items: center;
  justify-content: flex-start;
}
.cid-uLMT5bnPh6 .icons-menu {
  flex-wrap: nowrap;
  display: flex;
  justify-content: center;
  padding: 0;
  text-align: center;
  margin-bottom: 35px;
}
@media screen and (-ms-high-contrast: active), (-ms-high-contrast: none) {
  .cid-uLMT5bnPh6 .navbar {
    height: 70px;
  }
  .cid-uLMT5bnPh6 .navbar.opened {
    height: auto;
  }
  .cid-uLMT5bnPh6 .nav-item .nav-link:hover::before {
    width: 175%;
    max-width: calc(100% + 2rem);
    left: -1rem;
  }
}
.cid-uLMT5bnPh6 .navbar-dropdown .navbar-logo {
  margin-right: 15px;
}
@media (min-width: 768px) {
  .cid-uLMT5bnPh6 .container-fluid {
    padding-left: 30px;
    padding-right: 30px;
  }
}
.cid-uLMT5bnPh6 .mbr-section-btn-main {
  padding-top: 5px;
}
.cid-uLMT5bnPh6 .mbr-section-btn-main .btn {
  margin: 0 4px 4px 4px;
}
.cid-uLMT5bnPh6 .navbar-caption:hover {
  color: #2554ab;
}
@media (min-width: 992px) {
  .cid-uLMT5bnPh6 .dropdown-menu.dropdown-submenu {
    left: 175px !important;
    top: -45% !important;
  }
}
.cid-uLMT5bnPh6 .nav-link {
  position: relative;
}
.cid-uLMT5bnPh6 .nav-link:before {
  content: '';
  position: absolute;
  left: -12px;
  width: 6px;
  height: 6px;
  border-radius: 100%;
  background-color: #2554ab;
  transition: all .3s ease;
  opacity: 0;
}
.cid-uLMT5bnPh6 .nav-link:hover:before {
  opacity: 1;
}
.cid-uLMT5bnPh6 .mbr-section-subtitle {
  color: #ffffff;
}
.cid-uLMT5bnPh6 .mbr-text {
  color: #ffffff;
  text-align: center;
}
.cid-uLMT5bnPh6 .text_widget {
  color: #ffffff;
}
.cid-uLMT5bnPh6 .mbr-section-subtitle,
.cid-uLMT5bnPh6 .text_widget,
.cid-uLMT5bnPh6 .mbr-section-btn {
  text-align: center;
}
.cid-uLMT5bnPh6 a[class*="text-"]:not(.nav-link):not(.dropdown-item):not([role]):not(.navbar-caption):hover {
  background-image: none;
}
.cid-uC2JqmMf51 {
  padding-top: 0rem;
  padding-bottom: 0rem;
  background-color: #ffffff;
}
.cid-uC2JqmMf51 .item-img {
  position: relative;
  overflow: hidden;
}
.cid-uC2JqmMf51 .item-img:before {
  content: '';
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
  left: 0;
  background: black;
  opacity: 0.3;
  z-index: 1;
  transition: all 0.3s;
  pointer-events: none;
}
.cid-uC2JqmMf51 h5 {
  margin-bottom: 1rem;
}
.cid-uC2JqmMf51 .item-content {
  position: absolute;
  top: 55%;
  right: 0;
  z-index: 2;
  width: 100%;
  transform: translateY(-50%);
  padding: 2rem 8rem;
  display: flex;
  flex-direction: column;
  height: 50%;
}
@media (max-width: 767px) {
  .cid-uC2JqmMf51 .item-content {
    padding: 0 2rem 1.5rem;
    margin-top: 1rem;
  }
}
.cid-uC2JqmMf51 img,
.cid-uC2JqmMf51 .item-img {
  width: 100%;
  transition: all 0.3s;
  height: 100%;
  height: 400px;
  object-fit: cover;
}
.cid-uC2JqmMf51 .item:focus,
.cid-uC2JqmMf51 span:focus {
  outline: none;
}
.cid-uC2JqmMf51 .item {
  margin-bottom: 2rem;
}
@media (max-width: 767px) {
  .cid-uC2JqmMf51 .item {
    margin-bottom: 1rem;
  }
}
.cid-uC2JqmMf51 .item-wrapper {
  position: relative;
  border-radius: 15px;
  height: 100%;
  display: flex;
  flex-flow: column nowrap;
}
.cid-uC2JqmMf51 .mbr-section-title {
  color: #4e423d;
}
.cid-uC2JqmMf51 .item-title {
  text-align: left;
  color: #ffffff;
}
.cid-uC2JqmMf51 .item-subtitle {
  text-align: left;
  color: #ffffff;
}
.cid-uC2JqmMf51 .mbr-text,
.cid-uC2JqmMf51 .item .mbr-section-btn {
  text-align: left;
  color: #ffffff;
}
.cid-uC2JqmMf51 .content-head {
  max-width: 800px;
}
.cid-uC2Jqophv6 {
  padding-top: 1rem;
  padding-bottom: 5rem;
  background-color: #fafafa;
}
.cid-uC2Jqophv6 .mbr-section-title {
  margin-bottom: 1em;
  color: #272727;
}
.cid-uC2Jqophv6 .mbr-section-subtitle {
  margin-bottom: 1.5625em;
  color: #272727;
  opacity: 0.4;
}
.cid-uC2Jqophv6 .item-row {
  display: grid;
  -webkit-box-align: stretch;
  -webkit-align-items: stretch;
  -ms-flex-align: stretch;
  align-items: stretch;
  grid-auto-columns: 1fr;
  grid-column-gap: 16px;
  grid-row-gap: 16px;
  grid-template-columns: repeat(4, 1fr);
  -ms-grid-rows: auto;
  grid-template-rows: auto;
}
@media (max-width: 1199px) {
  .cid-uC2Jqophv6 .item-row {
    grid-template-columns: repeat(2, 1fr);
  }
}
@media (max-width: 767px) {
  .cid-uC2Jqophv6 .item-row {
    grid-template-columns: repeat(1, 1fr);
  }
}
.cid-uC2Jqophv6 .item {
  padding: 0;
}
.cid-uC2Jqophv6 .item-wrapper {
  display: flex;
  flex-direction: column;
  align-items: stretch;
  height: 100%;
  width: 100%;
  border-radius: 10px;
  overflow: hidden;
  transform-style: preserve-3d;
  transition: .3s all;
  border: 2px solid transparent;
}
.cid-uC2Jqophv6 .item-wrapper:hover {
  transform: scale3d(1.01, 1.01, 1);
  border-color: #fafafa;
}
.cid-uC2Jqophv6 .item-img {
  display: flex;
  align-items: center;
  justify-content: center;
  height: 175px;
}
.cid-uC2Jqophv6 .item-img img {
  width: 100%;
  object-fit: cover;
  height: 100%;
}
.cid-uC2Jqophv6 .item-content {
  display: flex;
  flex-direction: column;
  align-items: stretch;
  width: 100%;
  padding: 20px 5% 6%;
  flex-grow: 1;
  background-color: #ffffff;
}
.cid-uC2Jqophv6 .item-text-wrap {
  width: 100%;
  margin-bottom: 5.3em;
}
@media (max-width: 1199px) {
  .cid-uC2Jqophv6 .item-text-wrap {
    margin-bottom: 4em;
  }
}
@media (max-width: 767px) {
  .cid-uC2Jqophv6 .item-text-wrap {
    margin-bottom: 2em;
    max-width: 340px;
    margin-right: auto;
  }
}
.cid-uC2Jqophv6 .item-title {
  color: #272727;
  margin-bottom: 0.52em;
}
.cid-uC2Jqophv6 .item-subtitle {
  color: #272727;
  opacity: 0.52em;
}
.cid-uC2Jqophv6 .card-bottom {
  display: flex;
  flex-direction: column;
  align-items: stretch;
  margin-top: auto;
}
.cid-uC2Jqophv6 .item-name-wrap {
  display: flex;
  align-items: center;
  width: 100%;
}
.cid-uC2Jqophv6 .image-wrapper {
  width: 35px;
  height: 35px;
  margin-right: 10px;
  border-radius: 300px;
  overflow: hidden;
}
.cid-uC2Jqophv6 .image-wrapper img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.cid-uC2Jqophv6 .mbr-text {
  flex-grow: 1;
  color: #272727;
  text-align: right;
}
.cid-uC2Jqophv6 .mbr-section-btn {
  display: flex;
  margin-top: 20px;
  width: auto !important;
}
.cid-uC2Jqophv6 .mbr-section-btn .btn {
  width: 100%;
  min-width: auto !important;
}
.cid-uLMRAIzUxG {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-color: #0e132f;
}
.cid-uLMRAIzUxG .mbr-fallback-image.disabled {
  display: none;
}
.cid-uLMRAIzUxG .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-uLMRAIzUxG .container {
    padding: 0 16px;
  }
}
.cid-uLMRAIzUxG .card {
  display: flex;
  flex-direction: column;
  justify-content: space-between;
}
@media (max-width: 992px) {
  .cid-uLMRAIzUxG .card {
    margin-bottom: 40px;
  }
}
.cid-uLMRAIzUxG .card .content-wrapper .title-wrapper .title-wrap {
  display: inline-flex;
  align-items: center;
  margin-bottom: 16px;
}
@media (max-width: 992px) {
  .cid-uLMRAIzUxG .card .content-wrapper .title-wrapper .title-wrap {
    margin-bottom: 40px;
  }
}
.cid-uLMRAIzUxG .card .content-wrapper .title-wrapper .title-wrap img {
  width: 32px;
  height: 32px;
  object-fit: contain;
  margin-right: 1rem;
}
.cid-uLMRAIzUxG .card .content-wrapper .title-wrapper .title-wrap .mbr-section-title {
  margin-bottom: 0;
}
.cid-uLMRAIzUxG .card .content-wrapper .copyright {
  margin-bottom: 20px;
}
@media (max-width: 992px) {
  .cid-uLMRAIzUxG .card .content-wrapper .copyright {
    margin-bottom: 40px;
  }
}
.cid-uLMRAIzUxG .card .social-wrapper .social-wrap {
  display: inline-flex;
  flex-wrap: wrap;
}
.cid-uLMRAIzUxG .card .social-wrapper .social-wrap .mbr-iconfont {
  font-size: 20px;
  margin-right: 48px;
  color: #ffffff;
}
.cid-uLMRAIzUxG .list-wrapper .mbr-card-title {
  margin-bottom: 16px;
}
.cid-uLMRAIzUxG .list-wrapper .list {
  margin: 0;
  padding: 0;
  list-style-type: none;
}
.cid-uLMRAIzUxG .list-wrapper .list .item-wrap {
  margin-bottom: 16px;
}
@media (max-width: 992px) {
  .cid-uLMRAIzUxG .list-wrapper .list {
    margin-bottom: 40px;
  }
}
.cid-uLMRAIzUxG .mbr-section-title {
  color: #ffffff;
}
.cid-uLMRAIzUxG .copyright {
  color: #ffffff;
}
.cid-uLMRAIzUxG .mbr-card-title {
  color: #D4FE00;
}
.cid-uLMRAIzUxG .list {
  color: #ffffff;
}
.cid-uLMT5bnPh6 .navbar-dropdown {
  background-color: #ffffff !important;
  padding: 0;
}
.cid-uLMT5bnPh6 .navbar.navbar-expand-lg .dropdown .dropdown-menu {
  background-color: #ffffff !important;
  background: #ffffff;
}
.cid-uLMT5bnPh6 .navbar.navbar-expand-lg .dropdown .dropdown-menu .dropdown-submenu {
  margin: 0;
  left: 100%;
}
@media (max-width: 991px) {
  .cid-uLMT5bnPh6 .menu_box .navbar.opened,
  .cid-uLMT5bnPh6 .menu_box .navbar-collapse {
    background-color: #ffffff !important;
    transition: all 0s ease 0s;
  }
}
.cid-uLMT5bnPh6 .navbar-dropdown {
  position: relative !important;
}
.cid-uLMT5bnPh6 .btn {
  min-height: auto;
  box-shadow: none;
  margin-top: 0;
}
.cid-uLMT5bnPh6 .btn:hover {
  box-shadow: none;
}
@media (min-width: 992px) {
  .cid-uLMT5bnPh6 .offcanvas_image img {
    width: auto;
    object-fit: cover;
    display: inline-block;
  }
  .cid-uLMT5bnPh6 .offcanvas-header {
    position: relative;
    padding: 0;
  }
  .cid-uLMT5bnPh6 .offcanvas-header .btn-close {
    position: absolute;
    top: -70px;
    right: 0;
    width: 35px;
    height: 30px;
  }
  .cid-uLMT5bnPh6 .offcanvas-body {
    text-align: center;
    padding: 0;
  }
  .cid-uLMT5bnPh6 .offcanvas-body .mbr-text,
  .cid-uLMT5bnPh6 .offcanvas-body .mbr-section-subtitle {
    margin-top: 14px;
  }
  .cid-uLMT5bnPh6 .offcanvas-body .offcanvas_contact {
    margin: 35px 0;
  }
  .cid-uLMT5bnPh6 .offcanvas_box button.btn_offcanvas {
    outline: none;
    width: 40px;
    height: 40px;
    cursor: pointer;
    transition: all 0.2s;
    position: relative;
    align-self: center;
  }
  .cid-uLMT5bnPh6 .offcanvas_box button.btn_offcanvas .hamburger span {
    position: absolute;
    right: 0;
    width: 40px;
    height: 2px;
    border-right: 5px;
    background-color: #474747;
  }
  .cid-uLMT5bnPh6 .offcanvas_box button.btn_offcanvas .hamburger span:nth-child(1) {
    top: 18px;
    transition: all 0.2s;
  }
  .cid-uLMT5bnPh6 .offcanvas_box button.btn_offcanvas .hamburger span:nth-child(2) {
    top: 25px;
    transition: all 0.2s;
  }
  .cid-uLMT5bnPh6 .offcanvas_box button.btn_offcanvas:hover .hamburger span {
    width: 36px;
  }
  .cid-uLMT5bnPh6 .offcanvas_box button.btn_offcanvas:hover .hamburger span:nth-child(2) {
    width: 33px;
    transition-delay: 0.2s;
  }
  .cid-uLMT5bnPh6 ul.navbar-nav {
    padding-bottom: 1.5rem;
  }
  .cid-uLMT5bnPh6 .dropdown-menu .dropdown-toggle[data-toggle="dropdown-submenu"]::after,
  .cid-uLMT5bnPh6 .link.dropdown-toggle::after {
    display: inline-block;
    width: 7px;
    height: 7px;
    margin-left: .5rem;
    margin-bottom: 2px;
    content: "";
    border: 2px solid;
    border-left: none;
    border-top: none;
    transform: rotate(-45deg);
  }
  .cid-uLMT5bnPh6 .link.dropdown-toggle::after {
    padding: 0 !important;
    transform: rotate(45deg);
  }
  .cid-uLMT5bnPh6 li.nav-item {
    position: relative;
    display: inline-block;
    padding: 1px 7px !important;
    vertical-align: middle;
    line-height: 2em !important;
    font-weight: 600 !important;
    text-decoration: none;
    letter-spacing: 0 !important;
    z-index: 1;
  }
  .cid-uLMT5bnPh6 .lg_brand {
    margin: 0 1rem;
  }
}
.cid-uLMT5bnPh6 .nav-item {
  margin: 4px 15px;
}
@media (min-width: 1200px) {
  .cid-uLMT5bnPh6 .nav-item {
    margin: 4px 20px;
  }
}
@media (max-width: 991px) {
  .cid-uLMT5bnPh6 .nav-item {
    margin: 0 !important;
  }
}
.cid-uLMT5bnPh6 .dropdown-menu {
  border-radius: 0;
  box-shadow: none;
  text-align: left;
}
@media (min-width: 992px) {
  .cid-uLMT5bnPh6 .dropdown-menu {
    padding: 18px 34px 22px;
    min-width: 250px;
    top: auto !important;
    left: -40px !important;
  }
  .cid-uLMT5bnPh6 .dropdown-menu.dropdown-submenu {
    left: 215px !important;
    top: -45% !important;
  }
}
@media (max-width: 991px) {
  .cid-uLMT5bnPh6 .dropdown-menu .dropdown-toggle[data-toggle="dropdown-submenu"]::after,
  .cid-uLMT5bnPh6 .link.dropdown-toggle::after {
    display: inline-block;
    width: 7px;
    height: 7px;
    margin-left: .5rem;
    margin-bottom: 2px;
    content: "";
    border: 2px solid;
    border-left: none;
    border-top: none;
    transform: rotate(-45deg);
    right: 15px;
    position: absolute;
    margin-top: -2px;
  }
  .cid-uLMT5bnPh6 .show.dropdown-toggle[aria-expanded="true"]::after {
    transform: rotate(45deg);
    margin-top: -4px;
  }
  .cid-uLMT5bnPh6 .offcanvas_box {
    display: none;
  }
}
.cid-uLMT5bnPh6 .dropdown-item {
  border: none;
  font-weight: 400 !important;
}
.cid-uLMT5bnPh6 .nav-dropdown .link {
  font-weight: 400 !important;
  padding: 0 !important;
  margin: 0 !important;
}
.cid-uLMT5bnPh6 .nav-dropdown .link.dropdown-toggle::after {
  margin-left: 0.5rem;
  margin-top: 0;
}
.cid-uLMT5bnPh6 .container {
  display: flex;
  margin: auto;
}
.cid-uLMT5bnPh6 .iconfont-wrapper {
  color: #e0bdb6;
  font-size: 17px;
  margin-right: 10px;
  margin-bottom: 5px;
  width: 25px;
  height: 25px;
  border-radius: 50%;
  display: flex;
  justify-content: center;
  align-items: center;
  transition: all 0.2s ease-in-out;
}
.cid-uLMT5bnPh6 .iconfont-wrapper:last-child {
  margin-right: 0;
}
.cid-uLMT5bnPh6 .iconfont-wrapper:hover {
  opacity: .5;
}
.cid-uLMT5bnPh6 .navbar-caption {
  color: #747474;
}
.cid-uLMT5bnPh6 .navbar-nav {
  margin: 0 1rem;
}
@media (min-width: 992px) {
  .cid-uLMT5bnPh6 .navbar-nav {
    margin: 0;
  }
}
.cid-uLMT5bnPh6 .dropdown-menu,
.cid-uLMT5bnPh6 .navbar.opened {
  background-color: false !important;
}
.cid-uLMT5bnPh6 .nav-item:focus,
.cid-uLMT5bnPh6 .nav-link:focus {
  outline: none;
}
.cid-uLMT5bnPh6 .dropdown .dropdown-menu .dropdown-item {
  width: auto;
  transition: all 0.25s ease-in-out;
}
.cid-uLMT5bnPh6 .dropdown .dropdown-menu .dropdown-item::after {
  right: 0.5rem;
}
.cid-uLMT5bnPh6 .dropdown .dropdown-menu .dropdown-item .mbr-iconfont {
  margin-right: 0.5rem;
  vertical-align: sub;
}
.cid-uLMT5bnPh6 .dropdown .dropdown-menu .dropdown-item .mbr-iconfont:before {
  display: inline-block;
  transform: scale(1, 1);
  transition: all 0.25s ease-in-out;
}
.cid-uLMT5bnPh6 .collapsed .dropdown-menu .dropdown-item:before {
  display: none;
}
.cid-uLMT5bnPh6 .collapsed .dropdown .dropdown-menu .dropdown-item {
  padding: 0.235em 1.5em 0.235em 1.5em !important;
  transition: none;
  margin: 0 !important;
}
.cid-uLMT5bnPh6 .navbar {
  min-height: 70px;
  padding: 20px 0;
  transition: all 0.3s;
  border-bottom-width: 0px;
}
@media (max-width: 992px) {
  .cid-uLMT5bnPh6 .navbar {
    min-height: 30px;
    max-height: 90px;
  }
}
.cid-uLMT5bnPh6 .navbar.opened {
  transition: all 0.3s;
}
.cid-uLMT5bnPh6 .navbar .dropdown-item {
  padding: 0;
  margin: 8px 0;
}
.cid-uLMT5bnPh6 .navbar .navbar-logo img {
  width: auto;
  object-fit: contain;
  border-radius: 0;
}
.cid-uLMT5bnPh6 .navbar .navbar-collapse {
  justify-content: space-between;
  z-index: 1;
}
.cid-uLMT5bnPh6 .navbar.collapsed {
  justify-content: center;
}
.cid-uLMT5bnPh6 .navbar.collapsed .nav-item .nav-link::before {
  display: none;
}
.cid-uLMT5bnPh6 .navbar.collapsed.opened .dropdown-menu {
  top: 0;
}
.cid-uLMT5bnPh6 .navbar.collapsed .dropdown-menu .dropdown-submenu {
  left: 0 !important;
}
.cid-uLMT5bnPh6 .navbar.collapsed .dropdown-menu .dropdown-item:after {
  right: auto;
}
.cid-uLMT5bnPh6 .navbar.collapsed ul.navbar-nav li {
  margin: auto;
}
.cid-uLMT5bnPh6 .navbar.collapsed .dropdown-menu .dropdown-item {
  padding: 0.25rem 1.5rem;
  text-align: left;
}
.cid-uLMT5bnPh6 .navbar.collapsed .icons-menu {
  padding: 0;
}
@media (max-width: 991px) {
  .cid-uLMT5bnPh6 .navbar .nav-item {
    padding: .5rem 0;
  }
  .cid-uLMT5bnPh6 .navbar .navbar-collapse {
    padding: 34px 0;
    border-radius: 25px;
  }
  .cid-uLMT5bnPh6 .navbar .nav-item .nav-link::before {
    display: none;
  }
  .cid-uLMT5bnPh6 .navbar.opened .dropdown-menu {
    top: 0;
  }
  .cid-uLMT5bnPh6 .navbar .dropdown-menu {
    padding: 6px 0 6px 15px;
  }
  .cid-uLMT5bnPh6 .navbar .dropdown-menu .dropdown-submenu {
    left: 0 !important;
  }
  .cid-uLMT5bnPh6 .navbar .dropdown-menu .dropdown-item:after {
    right: auto;
    margin-top: -0.4rem;
  }
  .cid-uLMT5bnPh6 .navbar .navbar-logo img {
    height: 3rem !important;
  }
  .cid-uLMT5bnPh6 .navbar ul.navbar-nav {
    overflow: hidden;
  }
  .cid-uLMT5bnPh6 .navbar ul.navbar-nav li {
    margin: 0;
  }
  .cid-uLMT5bnPh6 .navbar .dropdown-menu .dropdown-item {
    padding: 0 !important;
    margin: 0;
    margin-top: 8px;
    text-align: left;
  }
  .cid-uLMT5bnPh6 .navbar .navbar-brand {
    flex-shrink: initial;
    flex-basis: auto;
    word-break: break-word;
    padding-right: 2rem;
  }
  .cid-uLMT5bnPh6 .navbar .navbar-toggler {
    flex-basis: auto;
  }
  .cid-uLMT5bnPh6 .navbar .icons-menu {
    padding: 0;
  }
}
.cid-uLMT5bnPh6 .navbar.navbar-short {
  min-height: 60px;
}
.cid-uLMT5bnPh6 .navbar.navbar-short .navbar-logo img {
  height: 2.5rem !important;
}
.cid-uLMT5bnPh6 .navbar.navbar-short .navbar-brand {
  min-height: 60px;
  padding: 0;
}
.cid-uLMT5bnPh6 .navbar-brand {
  min-height: 70px;
  flex-shrink: 0;
  align-items: center;
  margin-right: 0;
  padding: 10px 0;
  transition: all 0.3s;
  word-break: break-word;
  z-index: 1;
}
.cid-uLMT5bnPh6 .navbar-brand .navbar-caption {
  line-height: inherit !important;
}
.cid-uLMT5bnPh6 .navbar-brand .navbar-logo a {
  outline: none;
}
.cid-uLMT5bnPh6 .dropdown-item.active,
.cid-uLMT5bnPh6 .dropdown-item:active {
  background-color: transparent;
}
.cid-uLMT5bnPh6 .navbar-expand-lg .navbar-nav .nav-link {
  padding: 0;
}
.cid-uLMT5bnPh6 .nav-dropdown .link.dropdown-toggle {
  margin-right: 1.667em;
}
.cid-uLMT5bnPh6 .nav-dropdown .link.dropdown-toggle[aria-expanded="true"] {
  margin-right: 0;
  padding: 0.667em 1.667em;
}
.cid-uLMT5bnPh6 .navbar .dropdown.open > .dropdown-menu {
  display: block;
}
.cid-uLMT5bnPh6 ul.navbar-nav {
  flex-wrap: wrap;
  padding: 36px 0;
  border-bottom: 1px solid #0e132f;
}
.cid-uLMT5bnPh6 .navbar-buttons {
  text-align: center;
  min-width: 170px;
}
.cid-uLMT5bnPh6 button.navbar-toggler {
  outline: none;
  width: 48px;
  height: 48px;
  border-radius: 50%;
  cursor: pointer;
  transition: all 0.2s;
  position: relative;
  align-self: center;
  color: #ffffff;
  background: #ffffff;
}
.cid-uLMT5bnPh6 button.navbar-toggler .hamburger span {
  position: absolute;
  right: 10px;
  margin-top: 14px;
  width: 26px;
  height: 2px;
  border-right: 5px;
  background-color: #474747;
}
.cid-uLMT5bnPh6 button.navbar-toggler .hamburger span:nth-child(1) {
  top: 0;
  transition: all 0.2s;
}
.cid-uLMT5bnPh6 button.navbar-toggler .hamburger span:nth-child(2) {
  top: 8px;
  transition: all 0.15s;
}
.cid-uLMT5bnPh6 button.navbar-toggler .hamburger span:nth-child(3) {
  top: 8px;
  transition: all 0.15s;
}
.cid-uLMT5bnPh6 button.navbar-toggler .hamburger span:nth-child(4) {
  top: 16px;
  transition: all 0.2s;
}
.cid-uLMT5bnPh6 nav.opened .hamburger span:nth-child(1) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-uLMT5bnPh6 nav.opened .hamburger span:nth-child(2) {
  transform: rotate(45deg);
  transition: all 0.25s;
}
.cid-uLMT5bnPh6 nav.opened .hamburger span:nth-child(3) {
  transform: rotate(-45deg);
  transition: all 0.25s;
}
.cid-uLMT5bnPh6 nav.opened .hamburger span:nth-child(4) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-uLMT5bnPh6 a.nav-link {
  display: flex;
  align-items: center;
  justify-content: flex-start;
}
.cid-uLMT5bnPh6 .icons-menu {
  flex-wrap: nowrap;
  display: flex;
  justify-content: center;
  padding: 0;
  text-align: center;
  margin-bottom: 35px;
}
@media screen and (-ms-high-contrast: active), (-ms-high-contrast: none) {
  .cid-uLMT5bnPh6 .navbar {
    height: 70px;
  }
  .cid-uLMT5bnPh6 .navbar.opened {
    height: auto;
  }
  .cid-uLMT5bnPh6 .nav-item .nav-link:hover::before {
    width: 175%;
    max-width: calc(100% + 2rem);
    left: -1rem;
  }
}
.cid-uLMT5bnPh6 .navbar-dropdown .navbar-logo {
  margin-right: 15px;
}
@media (min-width: 768px) {
  .cid-uLMT5bnPh6 .container-fluid {
    padding-left: 30px;
    padding-right: 30px;
  }
}
.cid-uLMT5bnPh6 .mbr-section-btn-main {
  padding-top: 5px;
}
.cid-uLMT5bnPh6 .mbr-section-btn-main .btn {
  margin: 0 4px 4px 4px;
}
.cid-uLMT5bnPh6 .navbar-caption:hover {
  color: #2554ab;
}
@media (min-width: 992px) {
  .cid-uLMT5bnPh6 .dropdown-menu.dropdown-submenu {
    left: 175px !important;
    top: -45% !important;
  }
}
.cid-uLMT5bnPh6 .nav-link {
  position: relative;
}
.cid-uLMT5bnPh6 .nav-link:before {
  content: '';
  position: absolute;
  left: -12px;
  width: 6px;
  height: 6px;
  border-radius: 100%;
  background-color: #2554ab;
  transition: all .3s ease;
  opacity: 0;
}
.cid-uLMT5bnPh6 .nav-link:hover:before {
  opacity: 1;
}
.cid-uLMT5bnPh6 .mbr-section-subtitle {
  color: #ffffff;
}
.cid-uLMT5bnPh6 .mbr-text {
  color: #ffffff;
  text-align: center;
}
.cid-uLMT5bnPh6 .text_widget {
  color: #ffffff;
}
.cid-uLMT5bnPh6 .mbr-section-subtitle,
.cid-uLMT5bnPh6 .text_widget,
.cid-uLMT5bnPh6 .mbr-section-btn {
  text-align: center;
}
.cid-uLMT5bnPh6 a[class*="text-"]:not(.nav-link):not(.dropdown-item):not([role]):not(.navbar-caption):hover {
  background-image: none;
}
.cid-uC2JnzMJ5q {
  padding-top: 0rem;
  padding-bottom: 0rem;
  background-color: #ffffff;
}
.cid-uC2JnzMJ5q .item-img {
  position: relative;
  overflow: hidden;
}
.cid-uC2JnzMJ5q .item-img:before {
  content: '';
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
  left: 0;
  background: black;
  opacity: 0.3;
  z-index: 1;
  transition: all 0.3s;
  pointer-events: none;
}
.cid-uC2JnzMJ5q h5 {
  margin-bottom: 1rem;
}
.cid-uC2JnzMJ5q .item-content {
  position: absolute;
  top: 55%;
  right: 0;
  z-index: 2;
  width: 100%;
  transform: translateY(-50%);
  padding: 2rem 8rem;
  display: flex;
  flex-direction: column;
  height: 50%;
}
@media (max-width: 767px) {
  .cid-uC2JnzMJ5q .item-content {
    padding: 0 2rem 1.5rem;
    margin-top: 1rem;
  }
}
.cid-uC2JnzMJ5q img,
.cid-uC2JnzMJ5q .item-img {
  width: 100%;
  transition: all 0.3s;
  height: 100%;
  height: 400px;
  object-fit: cover;
}
.cid-uC2JnzMJ5q .item:focus,
.cid-uC2JnzMJ5q span:focus {
  outline: none;
}
.cid-uC2JnzMJ5q .item {
  margin-bottom: 2rem;
}
@media (max-width: 767px) {
  .cid-uC2JnzMJ5q .item {
    margin-bottom: 1rem;
  }
}
.cid-uC2JnzMJ5q .item-wrapper {
  position: relative;
  border-radius: 15px;
  height: 100%;
  display: flex;
  flex-flow: column nowrap;
}
.cid-uC2JnzMJ5q .mbr-section-title {
  color: #4e423d;
}
.cid-uC2JnzMJ5q .item-title {
  text-align: left;
  color: #ffffff;
}
.cid-uC2JnzMJ5q .item-subtitle {
  text-align: left;
  color: #ffffff;
}
.cid-uC2JnzMJ5q .mbr-text,
.cid-uC2JnzMJ5q .item .mbr-section-btn {
  text-align: left;
  color: #ffffff;
}
.cid-uC2JnzMJ5q .content-head {
  max-width: 800px;
}
.cid-uC2JnAKtq0 {
  padding-top: 1rem;
  padding-bottom: 5rem;
  background-color: #fafafa;
}
.cid-uC2JnAKtq0 .mbr-section-title {
  margin-bottom: 1em;
  color: #272727;
}
.cid-uC2JnAKtq0 .mbr-section-subtitle {
  margin-bottom: 1.5625em;
  color: #272727;
  opacity: 0.4;
}
.cid-uC2JnAKtq0 .item-row {
  display: grid;
  -webkit-box-align: stretch;
  -webkit-align-items: stretch;
  -ms-flex-align: stretch;
  align-items: stretch;
  grid-auto-columns: 1fr;
  grid-column-gap: 16px;
  grid-row-gap: 16px;
  grid-template-columns: repeat(4, 1fr);
  -ms-grid-rows: auto;
  grid-template-rows: auto;
}
@media (max-width: 1199px) {
  .cid-uC2JnAKtq0 .item-row {
    grid-template-columns: repeat(2, 1fr);
  }
}
@media (max-width: 767px) {
  .cid-uC2JnAKtq0 .item-row {
    grid-template-columns: repeat(1, 1fr);
  }
}
.cid-uC2JnAKtq0 .item {
  padding: 0;
}
.cid-uC2JnAKtq0 .item-wrapper {
  display: flex;
  flex-direction: column;
  align-items: stretch;
  height: 100%;
  width: 100%;
  border-radius: 10px;
  overflow: hidden;
  transform-style: preserve-3d;
  transition: .3s all;
  border: 2px solid transparent;
}
.cid-uC2JnAKtq0 .item-wrapper:hover {
  transform: scale3d(1.01, 1.01, 1);
  border-color: #fafafa;
}
.cid-uC2JnAKtq0 .item-img {
  display: flex;
  align-items: center;
  justify-content: center;
  height: 175px;
}
.cid-uC2JnAKtq0 .item-img img {
  width: 100%;
  object-fit: cover;
  height: 100%;
}
.cid-uC2JnAKtq0 .item-content {
  display: flex;
  flex-direction: column;
  align-items: stretch;
  width: 100%;
  padding: 20px 5% 6%;
  flex-grow: 1;
  background-color: #ffffff;
}
.cid-uC2JnAKtq0 .item-text-wrap {
  width: 100%;
  margin-bottom: 5.3em;
}
@media (max-width: 1199px) {
  .cid-uC2JnAKtq0 .item-text-wrap {
    margin-bottom: 4em;
  }
}
@media (max-width: 767px) {
  .cid-uC2JnAKtq0 .item-text-wrap {
    margin-bottom: 2em;
    max-width: 340px;
    margin-right: auto;
  }
}
.cid-uC2JnAKtq0 .item-title {
  color: #272727;
  margin-bottom: 0.52em;
}
.cid-uC2JnAKtq0 .item-subtitle {
  color: #272727;
  opacity: 0.52em;
}
.cid-uC2JnAKtq0 .card-bottom {
  display: flex;
  flex-direction: column;
  align-items: stretch;
  margin-top: auto;
}
.cid-uC2JnAKtq0 .item-name-wrap {
  display: flex;
  align-items: center;
  width: 100%;
}
.cid-uC2JnAKtq0 .image-wrapper {
  width: 35px;
  height: 35px;
  margin-right: 10px;
  border-radius: 300px;
  overflow: hidden;
}
.cid-uC2JnAKtq0 .image-wrapper img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.cid-uC2JnAKtq0 .mbr-text {
  flex-grow: 1;
  color: #272727;
  text-align: right;
}
.cid-uC2JnAKtq0 .mbr-section-btn {
  display: flex;
  margin-top: 20px;
  width: auto !important;
}
.cid-uC2JnAKtq0 .mbr-section-btn .btn {
  width: 100%;
  min-width: auto !important;
}
.cid-uLMRAIzUxG {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-color: #0e132f;
}
.cid-uLMRAIzUxG .mbr-fallback-image.disabled {
  display: none;
}
.cid-uLMRAIzUxG .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-uLMRAIzUxG .container {
    padding: 0 16px;
  }
}
.cid-uLMRAIzUxG .card {
  display: flex;
  flex-direction: column;
  justify-content: space-between;
}
@media (max-width: 992px) {
  .cid-uLMRAIzUxG .card {
    margin-bottom: 40px;
  }
}
.cid-uLMRAIzUxG .card .content-wrapper .title-wrapper .title-wrap {
  display: inline-flex;
  align-items: center;
  margin-bottom: 16px;
}
@media (max-width: 992px) {
  .cid-uLMRAIzUxG .card .content-wrapper .title-wrapper .title-wrap {
    margin-bottom: 40px;
  }
}
.cid-uLMRAIzUxG .card .content-wrapper .title-wrapper .title-wrap img {
  width: 32px;
  height: 32px;
  object-fit: contain;
  margin-right: 1rem;
}
.cid-uLMRAIzUxG .card .content-wrapper .title-wrapper .title-wrap .mbr-section-title {
  margin-bottom: 0;
}
.cid-uLMRAIzUxG .card .content-wrapper .copyright {
  margin-bottom: 20px;
}
@media (max-width: 992px) {
  .cid-uLMRAIzUxG .card .content-wrapper .copyright {
    margin-bottom: 40px;
  }
}
.cid-uLMRAIzUxG .card .social-wrapper .social-wrap {
  display: inline-flex;
  flex-wrap: wrap;
}
.cid-uLMRAIzUxG .card .social-wrapper .social-wrap .mbr-iconfont {
  font-size: 20px;
  margin-right: 48px;
  color: #ffffff;
}
.cid-uLMRAIzUxG .list-wrapper .mbr-card-title {
  margin-bottom: 16px;
}
.cid-uLMRAIzUxG .list-wrapper .list {
  margin: 0;
  padding: 0;
  list-style-type: none;
}
.cid-uLMRAIzUxG .list-wrapper .list .item-wrap {
  margin-bottom: 16px;
}
@media (max-width: 992px) {
  .cid-uLMRAIzUxG .list-wrapper .list {
    margin-bottom: 40px;
  }
}
.cid-uLMRAIzUxG .mbr-section-title {
  color: #ffffff;
}
.cid-uLMRAIzUxG .copyright {
  color: #ffffff;
}
.cid-uLMRAIzUxG .mbr-card-title {
  color: #D4FE00;
}
.cid-uLMRAIzUxG .list {
  color: #ffffff;
}
.cid-uLMT5bnPh6 .navbar-dropdown {
  background-color: #ffffff !important;
  padding: 0;
}
.cid-uLMT5bnPh6 .navbar.navbar-expand-lg .dropdown .dropdown-menu {
  background-color: #ffffff !important;
  background: #ffffff;
}
.cid-uLMT5bnPh6 .navbar.navbar-expand-lg .dropdown .dropdown-menu .dropdown-submenu {
  margin: 0;
  left: 100%;
}
@media (max-width: 991px) {
  .cid-uLMT5bnPh6 .menu_box .navbar.opened,
  .cid-uLMT5bnPh6 .menu_box .navbar-collapse {
    background-color: #ffffff !important;
    transition: all 0s ease 0s;
  }
}
.cid-uLMT5bnPh6 .navbar-dropdown {
  position: relative !important;
}
.cid-uLMT5bnPh6 .btn {
  min-height: auto;
  box-shadow: none;
  margin-top: 0;
}
.cid-uLMT5bnPh6 .btn:hover {
  box-shadow: none;
}
@media (min-width: 992px) {
  .cid-uLMT5bnPh6 .offcanvas_image img {
    width: auto;
    object-fit: cover;
    display: inline-block;
  }
  .cid-uLMT5bnPh6 .offcanvas-header {
    position: relative;
    padding: 0;
  }
  .cid-uLMT5bnPh6 .offcanvas-header .btn-close {
    position: absolute;
    top: -70px;
    right: 0;
    width: 35px;
    height: 30px;
  }
  .cid-uLMT5bnPh6 .offcanvas-body {
    text-align: center;
    padding: 0;
  }
  .cid-uLMT5bnPh6 .offcanvas-body .mbr-text,
  .cid-uLMT5bnPh6 .offcanvas-body .mbr-section-subtitle {
    margin-top: 14px;
  }
  .cid-uLMT5bnPh6 .offcanvas-body .offcanvas_contact {
    margin: 35px 0;
  }
  .cid-uLMT5bnPh6 .offcanvas_box button.btn_offcanvas {
    outline: none;
    width: 40px;
    height: 40px;
    cursor: pointer;
    transition: all 0.2s;
    position: relative;
    align-self: center;
  }
  .cid-uLMT5bnPh6 .offcanvas_box button.btn_offcanvas .hamburger span {
    position: absolute;
    right: 0;
    width: 40px;
    height: 2px;
    border-right: 5px;
    background-color: #474747;
  }
  .cid-uLMT5bnPh6 .offcanvas_box button.btn_offcanvas .hamburger span:nth-child(1) {
    top: 18px;
    transition: all 0.2s;
  }
  .cid-uLMT5bnPh6 .offcanvas_box button.btn_offcanvas .hamburger span:nth-child(2) {
    top: 25px;
    transition: all 0.2s;
  }
  .cid-uLMT5bnPh6 .offcanvas_box button.btn_offcanvas:hover .hamburger span {
    width: 36px;
  }
  .cid-uLMT5bnPh6 .offcanvas_box button.btn_offcanvas:hover .hamburger span:nth-child(2) {
    width: 33px;
    transition-delay: 0.2s;
  }
  .cid-uLMT5bnPh6 ul.navbar-nav {
    padding-bottom: 1.5rem;
  }
  .cid-uLMT5bnPh6 .dropdown-menu .dropdown-toggle[data-toggle="dropdown-submenu"]::after,
  .cid-uLMT5bnPh6 .link.dropdown-toggle::after {
    display: inline-block;
    width: 7px;
    height: 7px;
    margin-left: .5rem;
    margin-bottom: 2px;
    content: "";
    border: 2px solid;
    border-left: none;
    border-top: none;
    transform: rotate(-45deg);
  }
  .cid-uLMT5bnPh6 .link.dropdown-toggle::after {
    padding: 0 !important;
    transform: rotate(45deg);
  }
  .cid-uLMT5bnPh6 li.nav-item {
    position: relative;
    display: inline-block;
    padding: 1px 7px !important;
    vertical-align: middle;
    line-height: 2em !important;
    font-weight: 600 !important;
    text-decoration: none;
    letter-spacing: 0 !important;
    z-index: 1;
  }
  .cid-uLMT5bnPh6 .lg_brand {
    margin: 0 1rem;
  }
}
.cid-uLMT5bnPh6 .nav-item {
  margin: 4px 15px;
}
@media (min-width: 1200px) {
  .cid-uLMT5bnPh6 .nav-item {
    margin: 4px 20px;
  }
}
@media (max-width: 991px) {
  .cid-uLMT5bnPh6 .nav-item {
    margin: 0 !important;
  }
}
.cid-uLMT5bnPh6 .dropdown-menu {
  border-radius: 0;
  box-shadow: none;
  text-align: left;
}
@media (min-width: 992px) {
  .cid-uLMT5bnPh6 .dropdown-menu {
    padding: 18px 34px 22px;
    min-width: 250px;
    top: auto !important;
    left: -40px !important;
  }
  .cid-uLMT5bnPh6 .dropdown-menu.dropdown-submenu {
    left: 215px !important;
    top: -45% !important;
  }
}
@media (max-width: 991px) {
  .cid-uLMT5bnPh6 .dropdown-menu .dropdown-toggle[data-toggle="dropdown-submenu"]::after,
  .cid-uLMT5bnPh6 .link.dropdown-toggle::after {
    display: inline-block;
    width: 7px;
    height: 7px;
    margin-left: .5rem;
    margin-bottom: 2px;
    content: "";
    border: 2px solid;
    border-left: none;
    border-top: none;
    transform: rotate(-45deg);
    right: 15px;
    position: absolute;
    margin-top: -2px;
  }
  .cid-uLMT5bnPh6 .show.dropdown-toggle[aria-expanded="true"]::after {
    transform: rotate(45deg);
    margin-top: -4px;
  }
  .cid-uLMT5bnPh6 .offcanvas_box {
    display: none;
  }
}
.cid-uLMT5bnPh6 .dropdown-item {
  border: none;
  font-weight: 400 !important;
}
.cid-uLMT5bnPh6 .nav-dropdown .link {
  font-weight: 400 !important;
  padding: 0 !important;
  margin: 0 !important;
}
.cid-uLMT5bnPh6 .nav-dropdown .link.dropdown-toggle::after {
  margin-left: 0.5rem;
  margin-top: 0;
}
.cid-uLMT5bnPh6 .container {
  display: flex;
  margin: auto;
}
.cid-uLMT5bnPh6 .iconfont-wrapper {
  color: #e0bdb6;
  font-size: 17px;
  margin-right: 10px;
  margin-bottom: 5px;
  width: 25px;
  height: 25px;
  border-radius: 50%;
  display: flex;
  justify-content: center;
  align-items: center;
  transition: all 0.2s ease-in-out;
}
.cid-uLMT5bnPh6 .iconfont-wrapper:last-child {
  margin-right: 0;
}
.cid-uLMT5bnPh6 .iconfont-wrapper:hover {
  opacity: .5;
}
.cid-uLMT5bnPh6 .navbar-caption {
  color: #747474;
}
.cid-uLMT5bnPh6 .navbar-nav {
  margin: 0 1rem;
}
@media (min-width: 992px) {
  .cid-uLMT5bnPh6 .navbar-nav {
    margin: 0;
  }
}
.cid-uLMT5bnPh6 .dropdown-menu,
.cid-uLMT5bnPh6 .navbar.opened {
  background-color: false !important;
}
.cid-uLMT5bnPh6 .nav-item:focus,
.cid-uLMT5bnPh6 .nav-link:focus {
  outline: none;
}
.cid-uLMT5bnPh6 .dropdown .dropdown-menu .dropdown-item {
  width: auto;
  transition: all 0.25s ease-in-out;
}
.cid-uLMT5bnPh6 .dropdown .dropdown-menu .dropdown-item::after {
  right: 0.5rem;
}
.cid-uLMT5bnPh6 .dropdown .dropdown-menu .dropdown-item .mbr-iconfont {
  margin-right: 0.5rem;
  vertical-align: sub;
}
.cid-uLMT5bnPh6 .dropdown .dropdown-menu .dropdown-item .mbr-iconfont:before {
  display: inline-block;
  transform: scale(1, 1);
  transition: all 0.25s ease-in-out;
}
.cid-uLMT5bnPh6 .collapsed .dropdown-menu .dropdown-item:before {
  display: none;
}
.cid-uLMT5bnPh6 .collapsed .dropdown .dropdown-menu .dropdown-item {
  padding: 0.235em 1.5em 0.235em 1.5em !important;
  transition: none;
  margin: 0 !important;
}
.cid-uLMT5bnPh6 .navbar {
  min-height: 70px;
  padding: 20px 0;
  transition: all 0.3s;
  border-bottom-width: 0px;
}
@media (max-width: 992px) {
  .cid-uLMT5bnPh6 .navbar {
    min-height: 30px;
    max-height: 90px;
  }
}
.cid-uLMT5bnPh6 .navbar.opened {
  transition: all 0.3s;
}
.cid-uLMT5bnPh6 .navbar .dropdown-item {
  padding: 0;
  margin: 8px 0;
}
.cid-uLMT5bnPh6 .navbar .navbar-logo img {
  width: auto;
  object-fit: contain;
  border-radius: 0;
}
.cid-uLMT5bnPh6 .navbar .navbar-collapse {
  justify-content: space-between;
  z-index: 1;
}
.cid-uLMT5bnPh6 .navbar.collapsed {
  justify-content: center;
}
.cid-uLMT5bnPh6 .navbar.collapsed .nav-item .nav-link::before {
  display: none;
}
.cid-uLMT5bnPh6 .navbar.collapsed.opened .dropdown-menu {
  top: 0;
}
.cid-uLMT5bnPh6 .navbar.collapsed .dropdown-menu .dropdown-submenu {
  left: 0 !important;
}
.cid-uLMT5bnPh6 .navbar.collapsed .dropdown-menu .dropdown-item:after {
  right: auto;
}
.cid-uLMT5bnPh6 .navbar.collapsed ul.navbar-nav li {
  margin: auto;
}
.cid-uLMT5bnPh6 .navbar.collapsed .dropdown-menu .dropdown-item {
  padding: 0.25rem 1.5rem;
  text-align: left;
}
.cid-uLMT5bnPh6 .navbar.collapsed .icons-menu {
  padding: 0;
}
@media (max-width: 991px) {
  .cid-uLMT5bnPh6 .navbar .nav-item {
    padding: .5rem 0;
  }
  .cid-uLMT5bnPh6 .navbar .navbar-collapse {
    padding: 34px 0;
    border-radius: 25px;
  }
  .cid-uLMT5bnPh6 .navbar .nav-item .nav-link::before {
    display: none;
  }
  .cid-uLMT5bnPh6 .navbar.opened .dropdown-menu {
    top: 0;
  }
  .cid-uLMT5bnPh6 .navbar .dropdown-menu {
    padding: 6px 0 6px 15px;
  }
  .cid-uLMT5bnPh6 .navbar .dropdown-menu .dropdown-submenu {
    left: 0 !important;
  }
  .cid-uLMT5bnPh6 .navbar .dropdown-menu .dropdown-item:after {
    right: auto;
    margin-top: -0.4rem;
  }
  .cid-uLMT5bnPh6 .navbar .navbar-logo img {
    height: 3rem !important;
  }
  .cid-uLMT5bnPh6 .navbar ul.navbar-nav {
    overflow: hidden;
  }
  .cid-uLMT5bnPh6 .navbar ul.navbar-nav li {
    margin: 0;
  }
  .cid-uLMT5bnPh6 .navbar .dropdown-menu .dropdown-item {
    padding: 0 !important;
    margin: 0;
    margin-top: 8px;
    text-align: left;
  }
  .cid-uLMT5bnPh6 .navbar .navbar-brand {
    flex-shrink: initial;
    flex-basis: auto;
    word-break: break-word;
    padding-right: 2rem;
  }
  .cid-uLMT5bnPh6 .navbar .navbar-toggler {
    flex-basis: auto;
  }
  .cid-uLMT5bnPh6 .navbar .icons-menu {
    padding: 0;
  }
}
.cid-uLMT5bnPh6 .navbar.navbar-short {
  min-height: 60px;
}
.cid-uLMT5bnPh6 .navbar.navbar-short .navbar-logo img {
  height: 2.5rem !important;
}
.cid-uLMT5bnPh6 .navbar.navbar-short .navbar-brand {
  min-height: 60px;
  padding: 0;
}
.cid-uLMT5bnPh6 .navbar-brand {
  min-height: 70px;
  flex-shrink: 0;
  align-items: center;
  margin-right: 0;
  padding: 10px 0;
  transition: all 0.3s;
  word-break: break-word;
  z-index: 1;
}
.cid-uLMT5bnPh6 .navbar-brand .navbar-caption {
  line-height: inherit !important;
}
.cid-uLMT5bnPh6 .navbar-brand .navbar-logo a {
  outline: none;
}
.cid-uLMT5bnPh6 .dropdown-item.active,
.cid-uLMT5bnPh6 .dropdown-item:active {
  background-color: transparent;
}
.cid-uLMT5bnPh6 .navbar-expand-lg .navbar-nav .nav-link {
  padding: 0;
}
.cid-uLMT5bnPh6 .nav-dropdown .link.dropdown-toggle {
  margin-right: 1.667em;
}
.cid-uLMT5bnPh6 .nav-dropdown .link.dropdown-toggle[aria-expanded="true"] {
  margin-right: 0;
  padding: 0.667em 1.667em;
}
.cid-uLMT5bnPh6 .navbar .dropdown.open > .dropdown-menu {
  display: block;
}
.cid-uLMT5bnPh6 ul.navbar-nav {
  flex-wrap: wrap;
  padding: 36px 0;
  border-bottom: 1px solid #0e132f;
}
.cid-uLMT5bnPh6 .navbar-buttons {
  text-align: center;
  min-width: 170px;
}
.cid-uLMT5bnPh6 button.navbar-toggler {
  outline: none;
  width: 48px;
  height: 48px;
  border-radius: 50%;
  cursor: pointer;
  transition: all 0.2s;
  position: relative;
  align-self: center;
  color: #ffffff;
  background: #ffffff;
}
.cid-uLMT5bnPh6 button.navbar-toggler .hamburger span {
  position: absolute;
  right: 10px;
  margin-top: 14px;
  width: 26px;
  height: 2px;
  border-right: 5px;
  background-color: #474747;
}
.cid-uLMT5bnPh6 button.navbar-toggler .hamburger span:nth-child(1) {
  top: 0;
  transition: all 0.2s;
}
.cid-uLMT5bnPh6 button.navbar-toggler .hamburger span:nth-child(2) {
  top: 8px;
  transition: all 0.15s;
}
.cid-uLMT5bnPh6 button.navbar-toggler .hamburger span:nth-child(3) {
  top: 8px;
  transition: all 0.15s;
}
.cid-uLMT5bnPh6 button.navbar-toggler .hamburger span:nth-child(4) {
  top: 16px;
  transition: all 0.2s;
}
.cid-uLMT5bnPh6 nav.opened .hamburger span:nth-child(1) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-uLMT5bnPh6 nav.opened .hamburger span:nth-child(2) {
  transform: rotate(45deg);
  transition: all 0.25s;
}
.cid-uLMT5bnPh6 nav.opened .hamburger span:nth-child(3) {
  transform: rotate(-45deg);
  transition: all 0.25s;
}
.cid-uLMT5bnPh6 nav.opened .hamburger span:nth-child(4) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-uLMT5bnPh6 a.nav-link {
  display: flex;
  align-items: center;
  justify-content: flex-start;
}
.cid-uLMT5bnPh6 .icons-menu {
  flex-wrap: nowrap;
  display: flex;
  justify-content: center;
  padding: 0;
  text-align: center;
  margin-bottom: 35px;
}
@media screen and (-ms-high-contrast: active), (-ms-high-contrast: none) {
  .cid-uLMT5bnPh6 .navbar {
    height: 70px;
  }
  .cid-uLMT5bnPh6 .navbar.opened {
    height: auto;
  }
  .cid-uLMT5bnPh6 .nav-item .nav-link:hover::before {
    width: 175%;
    max-width: calc(100% + 2rem);
    left: -1rem;
  }
}
.cid-uLMT5bnPh6 .navbar-dropdown .navbar-logo {
  margin-right: 15px;
}
@media (min-width: 768px) {
  .cid-uLMT5bnPh6 .container-fluid {
    padding-left: 30px;
    padding-right: 30px;
  }
}
.cid-uLMT5bnPh6 .mbr-section-btn-main {
  padding-top: 5px;
}
.cid-uLMT5bnPh6 .mbr-section-btn-main .btn {
  margin: 0 4px 4px 4px;
}
.cid-uLMT5bnPh6 .navbar-caption:hover {
  color: #2554ab;
}
@media (min-width: 992px) {
  .cid-uLMT5bnPh6 .dropdown-menu.dropdown-submenu {
    left: 175px !important;
    top: -45% !important;
  }
}
.cid-uLMT5bnPh6 .nav-link {
  position: relative;
}
.cid-uLMT5bnPh6 .nav-link:before {
  content: '';
  position: absolute;
  left: -12px;
  width: 6px;
  height: 6px;
  border-radius: 100%;
  background-color: #2554ab;
  transition: all .3s ease;
  opacity: 0;
}
.cid-uLMT5bnPh6 .nav-link:hover:before {
  opacity: 1;
}
.cid-uLMT5bnPh6 .mbr-section-subtitle {
  color: #ffffff;
}
.cid-uLMT5bnPh6 .mbr-text {
  color: #ffffff;
  text-align: center;
}
.cid-uLMT5bnPh6 .text_widget {
  color: #ffffff;
}
.cid-uLMT5bnPh6 .mbr-section-subtitle,
.cid-uLMT5bnPh6 .text_widget,
.cid-uLMT5bnPh6 .mbr-section-btn {
  text-align: center;
}
.cid-uLMT5bnPh6 a[class*="text-"]:not(.nav-link):not(.dropdown-item):not([role]):not(.navbar-caption):hover {
  background-image: none;
}
.cid-uC2BxjaOdo {
  padding-top: 0rem;
  padding-bottom: 0rem;
  background-color: #ffffff;
}
.cid-uC2BxjaOdo .item-img {
  position: relative;
  overflow: hidden;
}
.cid-uC2BxjaOdo .item-img:before {
  content: '';
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
  left: 0;
  background: black;
  opacity: 0.3;
  z-index: 1;
  transition: all 0.3s;
  pointer-events: none;
}
.cid-uC2BxjaOdo h5 {
  margin-bottom: 1rem;
}
.cid-uC2BxjaOdo .item-content {
  position: absolute;
  top: 55%;
  right: 0;
  z-index: 2;
  width: 100%;
  transform: translateY(-50%);
  padding: 2rem 8rem;
  display: flex;
  flex-direction: column;
  height: 50%;
}
@media (max-width: 767px) {
  .cid-uC2BxjaOdo .item-content {
    padding: 0 2rem 1.5rem;
    margin-top: 1rem;
  }
}
.cid-uC2BxjaOdo img,
.cid-uC2BxjaOdo .item-img {
  width: 100%;
  transition: all 0.3s;
  height: 100%;
  height: 400px;
  object-fit: cover;
}
.cid-uC2BxjaOdo .item:focus,
.cid-uC2BxjaOdo span:focus {
  outline: none;
}
.cid-uC2BxjaOdo .item {
  margin-bottom: 2rem;
}
@media (max-width: 767px) {
  .cid-uC2BxjaOdo .item {
    margin-bottom: 1rem;
  }
}
.cid-uC2BxjaOdo .item-wrapper {
  position: relative;
  border-radius: 15px;
  height: 100%;
  display: flex;
  flex-flow: column nowrap;
}
.cid-uC2BxjaOdo .mbr-section-title {
  color: #4e423d;
}
.cid-uC2BxjaOdo .item-title {
  text-align: left;
  color: #ffffff;
}
.cid-uC2BxjaOdo .item-subtitle {
  text-align: left;
  color: #ffffff;
}
.cid-uC2BxjaOdo .mbr-text,
.cid-uC2BxjaOdo .item .mbr-section-btn {
  text-align: left;
  color: #ffffff;
}
.cid-uC2BxjaOdo .content-head {
  max-width: 800px;
}
.cid-uC2Bxk0ENt {
  padding-top: 1rem;
  padding-bottom: 5rem;
  background-color: #fafafa;
}
.cid-uC2Bxk0ENt .mbr-section-title {
  margin-bottom: 1em;
  color: #272727;
}
.cid-uC2Bxk0ENt .mbr-section-subtitle {
  margin-bottom: 1.5625em;
  color: #272727;
  opacity: 0.4;
}
.cid-uC2Bxk0ENt .item-row {
  display: grid;
  -webkit-box-align: stretch;
  -webkit-align-items: stretch;
  -ms-flex-align: stretch;
  align-items: stretch;
  grid-auto-columns: 1fr;
  grid-column-gap: 16px;
  grid-row-gap: 16px;
  grid-template-columns: repeat(4, 1fr);
  -ms-grid-rows: auto;
  grid-template-rows: auto;
}
@media (max-width: 1199px) {
  .cid-uC2Bxk0ENt .item-row {
    grid-template-columns: repeat(2, 1fr);
  }
}
@media (max-width: 767px) {
  .cid-uC2Bxk0ENt .item-row {
    grid-template-columns: repeat(1, 1fr);
  }
}
.cid-uC2Bxk0ENt .item {
  padding: 0;
}
.cid-uC2Bxk0ENt .item-wrapper {
  display: flex;
  flex-direction: column;
  align-items: stretch;
  height: 100%;
  width: 100%;
  border-radius: 10px;
  overflow: hidden;
  transform-style: preserve-3d;
  transition: .3s all;
  border: 2px solid transparent;
}
.cid-uC2Bxk0ENt .item-wrapper:hover {
  transform: scale3d(1.01, 1.01, 1);
  border-color: #fafafa;
}
.cid-uC2Bxk0ENt .item-img {
  display: flex;
  align-items: center;
  justify-content: center;
  height: 175px;
}
.cid-uC2Bxk0ENt .item-img img {
  width: 100%;
  object-fit: cover;
  height: 100%;
}
.cid-uC2Bxk0ENt .item-content {
  display: flex;
  flex-direction: column;
  align-items: stretch;
  width: 100%;
  padding: 20px 5% 6%;
  flex-grow: 1;
  background-color: #ffffff;
}
.cid-uC2Bxk0ENt .item-text-wrap {
  width: 100%;
  margin-bottom: 5.3em;
}
@media (max-width: 1199px) {
  .cid-uC2Bxk0ENt .item-text-wrap {
    margin-bottom: 4em;
  }
}
@media (max-width: 767px) {
  .cid-uC2Bxk0ENt .item-text-wrap {
    margin-bottom: 2em;
    max-width: 340px;
    margin-right: auto;
  }
}
.cid-uC2Bxk0ENt .item-title {
  color: #272727;
  margin-bottom: 0.52em;
}
.cid-uC2Bxk0ENt .item-subtitle {
  color: #272727;
  opacity: 0.52em;
}
.cid-uC2Bxk0ENt .card-bottom {
  display: flex;
  flex-direction: column;
  align-items: stretch;
  margin-top: auto;
}
.cid-uC2Bxk0ENt .item-name-wrap {
  display: flex;
  align-items: center;
  width: 100%;
}
.cid-uC2Bxk0ENt .image-wrapper {
  width: 35px;
  height: 35px;
  margin-right: 10px;
  border-radius: 300px;
  overflow: hidden;
}
.cid-uC2Bxk0ENt .image-wrapper img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.cid-uC2Bxk0ENt .mbr-text {
  flex-grow: 1;
  color: #272727;
  text-align: right;
}
.cid-uC2Bxk0ENt .mbr-section-btn {
  display: flex;
  margin-top: 20px;
  width: auto !important;
}
.cid-uC2Bxk0ENt .mbr-section-btn .btn {
  width: 100%;
  min-width: auto !important;
}
.cid-uLMRAIzUxG {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-color: #0e132f;
}
.cid-uLMRAIzUxG .mbr-fallback-image.disabled {
  display: none;
}
.cid-uLMRAIzUxG .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-uLMRAIzUxG .container {
    padding: 0 16px;
  }
}
.cid-uLMRAIzUxG .card {
  display: flex;
  flex-direction: column;
  justify-content: space-between;
}
@media (max-width: 992px) {
  .cid-uLMRAIzUxG .card {
    margin-bottom: 40px;
  }
}
.cid-uLMRAIzUxG .card .content-wrapper .title-wrapper .title-wrap {
  display: inline-flex;
  align-items: center;
  margin-bottom: 16px;
}
@media (max-width: 992px) {
  .cid-uLMRAIzUxG .card .content-wrapper .title-wrapper .title-wrap {
    margin-bottom: 40px;
  }
}
.cid-uLMRAIzUxG .card .content-wrapper .title-wrapper .title-wrap img {
  width: 32px;
  height: 32px;
  object-fit: contain;
  margin-right: 1rem;
}
.cid-uLMRAIzUxG .card .content-wrapper .title-wrapper .title-wrap .mbr-section-title {
  margin-bottom: 0;
}
.cid-uLMRAIzUxG .card .content-wrapper .copyright {
  margin-bottom: 20px;
}
@media (max-width: 992px) {
  .cid-uLMRAIzUxG .card .content-wrapper .copyright {
    margin-bottom: 40px;
  }
}
.cid-uLMRAIzUxG .card .social-wrapper .social-wrap {
  display: inline-flex;
  flex-wrap: wrap;
}
.cid-uLMRAIzUxG .card .social-wrapper .social-wrap .mbr-iconfont {
  font-size: 20px;
  margin-right: 48px;
  color: #ffffff;
}
.cid-uLMRAIzUxG .list-wrapper .mbr-card-title {
  margin-bottom: 16px;
}
.cid-uLMRAIzUxG .list-wrapper .list {
  margin: 0;
  padding: 0;
  list-style-type: none;
}
.cid-uLMRAIzUxG .list-wrapper .list .item-wrap {
  margin-bottom: 16px;
}
@media (max-width: 992px) {
  .cid-uLMRAIzUxG .list-wrapper .list {
    margin-bottom: 40px;
  }
}
.cid-uLMRAIzUxG .mbr-section-title {
  color: #ffffff;
}
.cid-uLMRAIzUxG .copyright {
  color: #ffffff;
}
.cid-uLMRAIzUxG .mbr-card-title {
  color: #D4FE00;
}
.cid-uLMRAIzUxG .list {
  color: #ffffff;
}
.cid-uLMT5bnPh6 .navbar-dropdown {
  background-color: #ffffff !important;
  padding: 0;
}
.cid-uLMT5bnPh6 .navbar.navbar-expand-lg .dropdown .dropdown-menu {
  background-color: #ffffff !important;
  background: #ffffff;
}
.cid-uLMT5bnPh6 .navbar.navbar-expand-lg .dropdown .dropdown-menu .dropdown-submenu {
  margin: 0;
  left: 100%;
}
@media (max-width: 991px) {
  .cid-uLMT5bnPh6 .menu_box .navbar.opened,
  .cid-uLMT5bnPh6 .menu_box .navbar-collapse {
    background-color: #ffffff !important;
    transition: all 0s ease 0s;
  }
}
.cid-uLMT5bnPh6 .navbar-dropdown {
  position: relative !important;
}
.cid-uLMT5bnPh6 .btn {
  min-height: auto;
  box-shadow: none;
  margin-top: 0;
}
.cid-uLMT5bnPh6 .btn:hover {
  box-shadow: none;
}
@media (min-width: 992px) {
  .cid-uLMT5bnPh6 .offcanvas_image img {
    width: auto;
    object-fit: cover;
    display: inline-block;
  }
  .cid-uLMT5bnPh6 .offcanvas-header {
    position: relative;
    padding: 0;
  }
  .cid-uLMT5bnPh6 .offcanvas-header .btn-close {
    position: absolute;
    top: -70px;
    right: 0;
    width: 35px;
    height: 30px;
  }
  .cid-uLMT5bnPh6 .offcanvas-body {
    text-align: center;
    padding: 0;
  }
  .cid-uLMT5bnPh6 .offcanvas-body .mbr-text,
  .cid-uLMT5bnPh6 .offcanvas-body .mbr-section-subtitle {
    margin-top: 14px;
  }
  .cid-uLMT5bnPh6 .offcanvas-body .offcanvas_contact {
    margin: 35px 0;
  }
  .cid-uLMT5bnPh6 .offcanvas_box button.btn_offcanvas {
    outline: none;
    width: 40px;
    height: 40px;
    cursor: pointer;
    transition: all 0.2s;
    position: relative;
    align-self: center;
  }
  .cid-uLMT5bnPh6 .offcanvas_box button.btn_offcanvas .hamburger span {
    position: absolute;
    right: 0;
    width: 40px;
    height: 2px;
    border-right: 5px;
    background-color: #474747;
  }
  .cid-uLMT5bnPh6 .offcanvas_box button.btn_offcanvas .hamburger span:nth-child(1) {
    top: 18px;
    transition: all 0.2s;
  }
  .cid-uLMT5bnPh6 .offcanvas_box button.btn_offcanvas .hamburger span:nth-child(2) {
    top: 25px;
    transition: all 0.2s;
  }
  .cid-uLMT5bnPh6 .offcanvas_box button.btn_offcanvas:hover .hamburger span {
    width: 36px;
  }
  .cid-uLMT5bnPh6 .offcanvas_box button.btn_offcanvas:hover .hamburger span:nth-child(2) {
    width: 33px;
    transition-delay: 0.2s;
  }
  .cid-uLMT5bnPh6 ul.navbar-nav {
    padding-bottom: 1.5rem;
  }
  .cid-uLMT5bnPh6 .dropdown-menu .dropdown-toggle[data-toggle="dropdown-submenu"]::after,
  .cid-uLMT5bnPh6 .link.dropdown-toggle::after {
    display: inline-block;
    width: 7px;
    height: 7px;
    margin-left: .5rem;
    margin-bottom: 2px;
    content: "";
    border: 2px solid;
    border-left: none;
    border-top: none;
    transform: rotate(-45deg);
  }
  .cid-uLMT5bnPh6 .link.dropdown-toggle::after {
    padding: 0 !important;
    transform: rotate(45deg);
  }
  .cid-uLMT5bnPh6 li.nav-item {
    position: relative;
    display: inline-block;
    padding: 1px 7px !important;
    vertical-align: middle;
    line-height: 2em !important;
    font-weight: 600 !important;
    text-decoration: none;
    letter-spacing: 0 !important;
    z-index: 1;
  }
  .cid-uLMT5bnPh6 .lg_brand {
    margin: 0 1rem;
  }
}
.cid-uLMT5bnPh6 .nav-item {
  margin: 4px 15px;
}
@media (min-width: 1200px) {
  .cid-uLMT5bnPh6 .nav-item {
    margin: 4px 20px;
  }
}
@media (max-width: 991px) {
  .cid-uLMT5bnPh6 .nav-item {
    margin: 0 !important;
  }
}
.cid-uLMT5bnPh6 .dropdown-menu {
  border-radius: 0;
  box-shadow: none;
  text-align: left;
}
@media (min-width: 992px) {
  .cid-uLMT5bnPh6 .dropdown-menu {
    padding: 18px 34px 22px;
    min-width: 250px;
    top: auto !important;
    left: -40px !important;
  }
  .cid-uLMT5bnPh6 .dropdown-menu.dropdown-submenu {
    left: 215px !important;
    top: -45% !important;
  }
}
@media (max-width: 991px) {
  .cid-uLMT5bnPh6 .dropdown-menu .dropdown-toggle[data-toggle="dropdown-submenu"]::after,
  .cid-uLMT5bnPh6 .link.dropdown-toggle::after {
    display: inline-block;
    width: 7px;
    height: 7px;
    margin-left: .5rem;
    margin-bottom: 2px;
    content: "";
    border: 2px solid;
    border-left: none;
    border-top: none;
    transform: rotate(-45deg);
    right: 15px;
    position: absolute;
    margin-top: -2px;
  }
  .cid-uLMT5bnPh6 .show.dropdown-toggle[aria-expanded="true"]::after {
    transform: rotate(45deg);
    margin-top: -4px;
  }
  .cid-uLMT5bnPh6 .offcanvas_box {
    display: none;
  }
}
.cid-uLMT5bnPh6 .dropdown-item {
  border: none;
  font-weight: 400 !important;
}
.cid-uLMT5bnPh6 .nav-dropdown .link {
  font-weight: 400 !important;
  padding: 0 !important;
  margin: 0 !important;
}
.cid-uLMT5bnPh6 .nav-dropdown .link.dropdown-toggle::after {
  margin-left: 0.5rem;
  margin-top: 0;
}
.cid-uLMT5bnPh6 .container {
  display: flex;
  margin: auto;
}
.cid-uLMT5bnPh6 .iconfont-wrapper {
  color: #e0bdb6;
  font-size: 17px;
  margin-right: 10px;
  margin-bottom: 5px;
  width: 25px;
  height: 25px;
  border-radius: 50%;
  display: flex;
  justify-content: center;
  align-items: center;
  transition: all 0.2s ease-in-out;
}
.cid-uLMT5bnPh6 .iconfont-wrapper:last-child {
  margin-right: 0;
}
.cid-uLMT5bnPh6 .iconfont-wrapper:hover {
  opacity: .5;
}
.cid-uLMT5bnPh6 .navbar-caption {
  color: #747474;
}
.cid-uLMT5bnPh6 .navbar-nav {
  margin: 0 1rem;
}
@media (min-width: 992px) {
  .cid-uLMT5bnPh6 .navbar-nav {
    margin: 0;
  }
}
.cid-uLMT5bnPh6 .dropdown-menu,
.cid-uLMT5bnPh6 .navbar.opened {
  background-color: false !important;
}
.cid-uLMT5bnPh6 .nav-item:focus,
.cid-uLMT5bnPh6 .nav-link:focus {
  outline: none;
}
.cid-uLMT5bnPh6 .dropdown .dropdown-menu .dropdown-item {
  width: auto;
  transition: all 0.25s ease-in-out;
}
.cid-uLMT5bnPh6 .dropdown .dropdown-menu .dropdown-item::after {
  right: 0.5rem;
}
.cid-uLMT5bnPh6 .dropdown .dropdown-menu .dropdown-item .mbr-iconfont {
  margin-right: 0.5rem;
  vertical-align: sub;
}
.cid-uLMT5bnPh6 .dropdown .dropdown-menu .dropdown-item .mbr-iconfont:before {
  display: inline-block;
  transform: scale(1, 1);
  transition: all 0.25s ease-in-out;
}
.cid-uLMT5bnPh6 .collapsed .dropdown-menu .dropdown-item:before {
  display: none;
}
.cid-uLMT5bnPh6 .collapsed .dropdown .dropdown-menu .dropdown-item {
  padding: 0.235em 1.5em 0.235em 1.5em !important;
  transition: none;
  margin: 0 !important;
}
.cid-uLMT5bnPh6 .navbar {
  min-height: 70px;
  padding: 20px 0;
  transition: all 0.3s;
  border-bottom-width: 0px;
}
@media (max-width: 992px) {
  .cid-uLMT5bnPh6 .navbar {
    min-height: 30px;
    max-height: 90px;
  }
}
.cid-uLMT5bnPh6 .navbar.opened {
  transition: all 0.3s;
}
.cid-uLMT5bnPh6 .navbar .dropdown-item {
  padding: 0;
  margin: 8px 0;
}
.cid-uLMT5bnPh6 .navbar .navbar-logo img {
  width: auto;
  object-fit: contain;
  border-radius: 0;
}
.cid-uLMT5bnPh6 .navbar .navbar-collapse {
  justify-content: space-between;
  z-index: 1;
}
.cid-uLMT5bnPh6 .navbar.collapsed {
  justify-content: center;
}
.cid-uLMT5bnPh6 .navbar.collapsed .nav-item .nav-link::before {
  display: none;
}
.cid-uLMT5bnPh6 .navbar.collapsed.opened .dropdown-menu {
  top: 0;
}
.cid-uLMT5bnPh6 .navbar.collapsed .dropdown-menu .dropdown-submenu {
  left: 0 !important;
}
.cid-uLMT5bnPh6 .navbar.collapsed .dropdown-menu .dropdown-item:after {
  right: auto;
}
.cid-uLMT5bnPh6 .navbar.collapsed ul.navbar-nav li {
  margin: auto;
}
.cid-uLMT5bnPh6 .navbar.collapsed .dropdown-menu .dropdown-item {
  padding: 0.25rem 1.5rem;
  text-align: left;
}
.cid-uLMT5bnPh6 .navbar.collapsed .icons-menu {
  padding: 0;
}
@media (max-width: 991px) {
  .cid-uLMT5bnPh6 .navbar .nav-item {
    padding: .5rem 0;
  }
  .cid-uLMT5bnPh6 .navbar .navbar-collapse {
    padding: 34px 0;
    border-radius: 25px;
  }
  .cid-uLMT5bnPh6 .navbar .nav-item .nav-link::before {
    display: none;
  }
  .cid-uLMT5bnPh6 .navbar.opened .dropdown-menu {
    top: 0;
  }
  .cid-uLMT5bnPh6 .navbar .dropdown-menu {
    padding: 6px 0 6px 15px;
  }
  .cid-uLMT5bnPh6 .navbar .dropdown-menu .dropdown-submenu {
    left: 0 !important;
  }
  .cid-uLMT5bnPh6 .navbar .dropdown-menu .dropdown-item:after {
    right: auto;
    margin-top: -0.4rem;
  }
  .cid-uLMT5bnPh6 .navbar .navbar-logo img {
    height: 3rem !important;
  }
  .cid-uLMT5bnPh6 .navbar ul.navbar-nav {
    overflow: hidden;
  }
  .cid-uLMT5bnPh6 .navbar ul.navbar-nav li {
    margin: 0;
  }
  .cid-uLMT5bnPh6 .navbar .dropdown-menu .dropdown-item {
    padding: 0 !important;
    margin: 0;
    margin-top: 8px;
    text-align: left;
  }
  .cid-uLMT5bnPh6 .navbar .navbar-brand {
    flex-shrink: initial;
    flex-basis: auto;
    word-break: break-word;
    padding-right: 2rem;
  }
  .cid-uLMT5bnPh6 .navbar .navbar-toggler {
    flex-basis: auto;
  }
  .cid-uLMT5bnPh6 .navbar .icons-menu {
    padding: 0;
  }
}
.cid-uLMT5bnPh6 .navbar.navbar-short {
  min-height: 60px;
}
.cid-uLMT5bnPh6 .navbar.navbar-short .navbar-logo img {
  height: 2.5rem !important;
}
.cid-uLMT5bnPh6 .navbar.navbar-short .navbar-brand {
  min-height: 60px;
  padding: 0;
}
.cid-uLMT5bnPh6 .navbar-brand {
  min-height: 70px;
  flex-shrink: 0;
  align-items: center;
  margin-right: 0;
  padding: 10px 0;
  transition: all 0.3s;
  word-break: break-word;
  z-index: 1;
}
.cid-uLMT5bnPh6 .navbar-brand .navbar-caption {
  line-height: inherit !important;
}
.cid-uLMT5bnPh6 .navbar-brand .navbar-logo a {
  outline: none;
}
.cid-uLMT5bnPh6 .dropdown-item.active,
.cid-uLMT5bnPh6 .dropdown-item:active {
  background-color: transparent;
}
.cid-uLMT5bnPh6 .navbar-expand-lg .navbar-nav .nav-link {
  padding: 0;
}
.cid-uLMT5bnPh6 .nav-dropdown .link.dropdown-toggle {
  margin-right: 1.667em;
}
.cid-uLMT5bnPh6 .nav-dropdown .link.dropdown-toggle[aria-expanded="true"] {
  margin-right: 0;
  padding: 0.667em 1.667em;
}
.cid-uLMT5bnPh6 .navbar .dropdown.open > .dropdown-menu {
  display: block;
}
.cid-uLMT5bnPh6 ul.navbar-nav {
  flex-wrap: wrap;
  padding: 36px 0;
  border-bottom: 1px solid #0e132f;
}
.cid-uLMT5bnPh6 .navbar-buttons {
  text-align: center;
  min-width: 170px;
}
.cid-uLMT5bnPh6 button.navbar-toggler {
  outline: none;
  width: 48px;
  height: 48px;
  border-radius: 50%;
  cursor: pointer;
  transition: all 0.2s;
  position: relative;
  align-self: center;
  color: #ffffff;
  background: #ffffff;
}
.cid-uLMT5bnPh6 button.navbar-toggler .hamburger span {
  position: absolute;
  right: 10px;
  margin-top: 14px;
  width: 26px;
  height: 2px;
  border-right: 5px;
  background-color: #474747;
}
.cid-uLMT5bnPh6 button.navbar-toggler .hamburger span:nth-child(1) {
  top: 0;
  transition: all 0.2s;
}
.cid-uLMT5bnPh6 button.navbar-toggler .hamburger span:nth-child(2) {
  top: 8px;
  transition: all 0.15s;
}
.cid-uLMT5bnPh6 button.navbar-toggler .hamburger span:nth-child(3) {
  top: 8px;
  transition: all 0.15s;
}
.cid-uLMT5bnPh6 button.navbar-toggler .hamburger span:nth-child(4) {
  top: 16px;
  transition: all 0.2s;
}
.cid-uLMT5bnPh6 nav.opened .hamburger span:nth-child(1) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-uLMT5bnPh6 nav.opened .hamburger span:nth-child(2) {
  transform: rotate(45deg);
  transition: all 0.25s;
}
.cid-uLMT5bnPh6 nav.opened .hamburger span:nth-child(3) {
  transform: rotate(-45deg);
  transition: all 0.25s;
}
.cid-uLMT5bnPh6 nav.opened .hamburger span:nth-child(4) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-uLMT5bnPh6 a.nav-link {
  display: flex;
  align-items: center;
  justify-content: flex-start;
}
.cid-uLMT5bnPh6 .icons-menu {
  flex-wrap: nowrap;
  display: flex;
  justify-content: center;
  padding: 0;
  text-align: center;
  margin-bottom: 35px;
}
@media screen and (-ms-high-contrast: active), (-ms-high-contrast: none) {
  .cid-uLMT5bnPh6 .navbar {
    height: 70px;
  }
  .cid-uLMT5bnPh6 .navbar.opened {
    height: auto;
  }
  .cid-uLMT5bnPh6 .nav-item .nav-link:hover::before {
    width: 175%;
    max-width: calc(100% + 2rem);
    left: -1rem;
  }
}
.cid-uLMT5bnPh6 .navbar-dropdown .navbar-logo {
  margin-right: 15px;
}
@media (min-width: 768px) {
  .cid-uLMT5bnPh6 .container-fluid {
    padding-left: 30px;
    padding-right: 30px;
  }
}
.cid-uLMT5bnPh6 .mbr-section-btn-main {
  padding-top: 5px;
}
.cid-uLMT5bnPh6 .mbr-section-btn-main .btn {
  margin: 0 4px 4px 4px;
}
.cid-uLMT5bnPh6 .navbar-caption:hover {
  color: #2554ab;
}
@media (min-width: 992px) {
  .cid-uLMT5bnPh6 .dropdown-menu.dropdown-submenu {
    left: 175px !important;
    top: -45% !important;
  }
}
.cid-uLMT5bnPh6 .nav-link {
  position: relative;
}
.cid-uLMT5bnPh6 .nav-link:before {
  content: '';
  position: absolute;
  left: -12px;
  width: 6px;
  height: 6px;
  border-radius: 100%;
  background-color: #2554ab;
  transition: all .3s ease;
  opacity: 0;
}
.cid-uLMT5bnPh6 .nav-link:hover:before {
  opacity: 1;
}
.cid-uLMT5bnPh6 .mbr-section-subtitle {
  color: #ffffff;
}
.cid-uLMT5bnPh6 .mbr-text {
  color: #ffffff;
  text-align: center;
}
.cid-uLMT5bnPh6 .text_widget {
  color: #ffffff;
}
.cid-uLMT5bnPh6 .mbr-section-subtitle,
.cid-uLMT5bnPh6 .text_widget,
.cid-uLMT5bnPh6 .mbr-section-btn {
  text-align: center;
}
.cid-uLMT5bnPh6 a[class*="text-"]:not(.nav-link):not(.dropdown-item):not([role]):not(.navbar-caption):hover {
  background-image: none;
}
.cid-uC2qzGJ93i {
  padding-top: 0rem;
  padding-bottom: 0rem;
  background-color: #ffffff;
}
.cid-uC2qzGJ93i .item-img {
  position: relative;
  overflow: hidden;
}
.cid-uC2qzGJ93i .item-img:before {
  content: '';
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
  left: 0;
  background: black;
  opacity: 0.3;
  z-index: 1;
  transition: all 0.3s;
  pointer-events: none;
}
.cid-uC2qzGJ93i h5 {
  margin-bottom: 1rem;
}
.cid-uC2qzGJ93i .item-content {
  position: absolute;
  top: 55%;
  right: 0;
  z-index: 2;
  width: 100%;
  transform: translateY(-50%);
  padding: 2rem 8rem;
  display: flex;
  flex-direction: column;
  height: 50%;
}
@media (max-width: 767px) {
  .cid-uC2qzGJ93i .item-content {
    padding: 0 2rem 1.5rem;
    margin-top: 1rem;
  }
}
.cid-uC2qzGJ93i img,
.cid-uC2qzGJ93i .item-img {
  width: 100%;
  transition: all 0.3s;
  height: 100%;
  height: 400px;
  object-fit: cover;
}
.cid-uC2qzGJ93i .item:focus,
.cid-uC2qzGJ93i span:focus {
  outline: none;
}
.cid-uC2qzGJ93i .item {
  margin-bottom: 2rem;
}
@media (max-width: 767px) {
  .cid-uC2qzGJ93i .item {
    margin-bottom: 1rem;
  }
}
.cid-uC2qzGJ93i .item-wrapper {
  position: relative;
  border-radius: 15px;
  height: 100%;
  display: flex;
  flex-flow: column nowrap;
}
.cid-uC2qzGJ93i .mbr-section-title {
  color: #4e423d;
}
.cid-uC2qzGJ93i .item-title {
  text-align: left;
  color: #ffffff;
}
.cid-uC2qzGJ93i .item-subtitle {
  text-align: left;
  color: #ffffff;
}
.cid-uC2qzGJ93i .mbr-text,
.cid-uC2qzGJ93i .item .mbr-section-btn {
  text-align: left;
  color: #ffffff;
}
.cid-uC2qzGJ93i .content-head {
  max-width: 800px;
}
.cid-uC2qzI3yDG {
  padding-top: 1rem;
  padding-bottom: 5rem;
  background-color: #fafafa;
}
.cid-uC2qzI3yDG .mbr-section-title {
  margin-bottom: 1em;
  color: #272727;
}
.cid-uC2qzI3yDG .mbr-section-subtitle {
  margin-bottom: 1.5625em;
  color: #272727;
  opacity: 0.4;
}
.cid-uC2qzI3yDG .item-row {
  display: grid;
  -webkit-box-align: stretch;
  -webkit-align-items: stretch;
  -ms-flex-align: stretch;
  align-items: stretch;
  grid-auto-columns: 1fr;
  grid-column-gap: 16px;
  grid-row-gap: 16px;
  grid-template-columns: repeat(4, 1fr);
  -ms-grid-rows: auto;
  grid-template-rows: auto;
}
@media (max-width: 1199px) {
  .cid-uC2qzI3yDG .item-row {
    grid-template-columns: repeat(2, 1fr);
  }
}
@media (max-width: 767px) {
  .cid-uC2qzI3yDG .item-row {
    grid-template-columns: repeat(1, 1fr);
  }
}
.cid-uC2qzI3yDG .item {
  padding: 0;
}
.cid-uC2qzI3yDG .item-wrapper {
  display: flex;
  flex-direction: column;
  align-items: stretch;
  height: 100%;
  width: 100%;
  border-radius: 10px;
  overflow: hidden;
  transform-style: preserve-3d;
  transition: .3s all;
  border: 2px solid transparent;
}
.cid-uC2qzI3yDG .item-wrapper:hover {
  transform: scale3d(1.01, 1.01, 1);
  border-color: #fafafa;
}
.cid-uC2qzI3yDG .item-img {
  display: flex;
  align-items: center;
  justify-content: center;
  height: 175px;
}
.cid-uC2qzI3yDG .item-img img {
  width: 100%;
  object-fit: cover;
  height: 100%;
}
.cid-uC2qzI3yDG .item-content {
  display: flex;
  flex-direction: column;
  align-items: stretch;
  width: 100%;
  padding: 20px 5% 6%;
  flex-grow: 1;
  background-color: #ffffff;
}
.cid-uC2qzI3yDG .item-text-wrap {
  width: 100%;
  margin-bottom: 5.3em;
}
@media (max-width: 1199px) {
  .cid-uC2qzI3yDG .item-text-wrap {
    margin-bottom: 4em;
  }
}
@media (max-width: 767px) {
  .cid-uC2qzI3yDG .item-text-wrap {
    margin-bottom: 2em;
    max-width: 340px;
    margin-right: auto;
  }
}
.cid-uC2qzI3yDG .item-title {
  color: #272727;
  margin-bottom: 0.52em;
}
.cid-uC2qzI3yDG .item-subtitle {
  color: #272727;
  opacity: 0.52em;
}
.cid-uC2qzI3yDG .card-bottom {
  display: flex;
  flex-direction: column;
  align-items: stretch;
  margin-top: auto;
}
.cid-uC2qzI3yDG .item-name-wrap {
  display: flex;
  align-items: center;
  width: 100%;
}
.cid-uC2qzI3yDG .image-wrapper {
  width: 35px;
  height: 35px;
  margin-right: 10px;
  border-radius: 300px;
  overflow: hidden;
}
.cid-uC2qzI3yDG .image-wrapper img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.cid-uC2qzI3yDG .mbr-text {
  flex-grow: 1;
  color: #272727;
  text-align: right;
}
.cid-uC2qzI3yDG .mbr-section-btn {
  display: flex;
  margin-top: 20px;
  width: auto !important;
}
.cid-uC2qzI3yDG .mbr-section-btn .btn {
  width: 100%;
  min-width: auto !important;
}
.cid-uLMRAIzUxG {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-color: #0e132f;
}
.cid-uLMRAIzUxG .mbr-fallback-image.disabled {
  display: none;
}
.cid-uLMRAIzUxG .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-uLMRAIzUxG .container {
    padding: 0 16px;
  }
}
.cid-uLMRAIzUxG .card {
  display: flex;
  flex-direction: column;
  justify-content: space-between;
}
@media (max-width: 992px) {
  .cid-uLMRAIzUxG .card {
    margin-bottom: 40px;
  }
}
.cid-uLMRAIzUxG .card .content-wrapper .title-wrapper .title-wrap {
  display: inline-flex;
  align-items: center;
  margin-bottom: 16px;
}
@media (max-width: 992px) {
  .cid-uLMRAIzUxG .card .content-wrapper .title-wrapper .title-wrap {
    margin-bottom: 40px;
  }
}
.cid-uLMRAIzUxG .card .content-wrapper .title-wrapper .title-wrap img {
  width: 32px;
  height: 32px;
  object-fit: contain;
  margin-right: 1rem;
}
.cid-uLMRAIzUxG .card .content-wrapper .title-wrapper .title-wrap .mbr-section-title {
  margin-bottom: 0;
}
.cid-uLMRAIzUxG .card .content-wrapper .copyright {
  margin-bottom: 20px;
}
@media (max-width: 992px) {
  .cid-uLMRAIzUxG .card .content-wrapper .copyright {
    margin-bottom: 40px;
  }
}
.cid-uLMRAIzUxG .card .social-wrapper .social-wrap {
  display: inline-flex;
  flex-wrap: wrap;
}
.cid-uLMRAIzUxG .card .social-wrapper .social-wrap .mbr-iconfont {
  font-size: 20px;
  margin-right: 48px;
  color: #ffffff;
}
.cid-uLMRAIzUxG .list-wrapper .mbr-card-title {
  margin-bottom: 16px;
}
.cid-uLMRAIzUxG .list-wrapper .list {
  margin: 0;
  padding: 0;
  list-style-type: none;
}
.cid-uLMRAIzUxG .list-wrapper .list .item-wrap {
  margin-bottom: 16px;
}
@media (max-width: 992px) {
  .cid-uLMRAIzUxG .list-wrapper .list {
    margin-bottom: 40px;
  }
}
.cid-uLMRAIzUxG .mbr-section-title {
  color: #ffffff;
}
.cid-uLMRAIzUxG .copyright {
  color: #ffffff;
}
.cid-uLMRAIzUxG .mbr-card-title {
  color: #D4FE00;
}
.cid-uLMRAIzUxG .list {
  color: #ffffff;
}
.cid-uLMT5bnPh6 .navbar-dropdown {
  background-color: #ffffff !important;
  padding: 0;
}
.cid-uLMT5bnPh6 .navbar.navbar-expand-lg .dropdown .dropdown-menu {
  background-color: #ffffff !important;
  background: #ffffff;
}
.cid-uLMT5bnPh6 .navbar.navbar-expand-lg .dropdown .dropdown-menu .dropdown-submenu {
  margin: 0;
  left: 100%;
}
@media (max-width: 991px) {
  .cid-uLMT5bnPh6 .menu_box .navbar.opened,
  .cid-uLMT5bnPh6 .menu_box .navbar-collapse {
    background-color: #ffffff !important;
    transition: all 0s ease 0s;
  }
}
.cid-uLMT5bnPh6 .navbar-dropdown {
  position: relative !important;
}
.cid-uLMT5bnPh6 .btn {
  min-height: auto;
  box-shadow: none;
  margin-top: 0;
}
.cid-uLMT5bnPh6 .btn:hover {
  box-shadow: none;
}
@media (min-width: 992px) {
  .cid-uLMT5bnPh6 .offcanvas_image img {
    width: auto;
    object-fit: cover;
    display: inline-block;
  }
  .cid-uLMT5bnPh6 .offcanvas-header {
    position: relative;
    padding: 0;
  }
  .cid-uLMT5bnPh6 .offcanvas-header .btn-close {
    position: absolute;
    top: -70px;
    right: 0;
    width: 35px;
    height: 30px;
  }
  .cid-uLMT5bnPh6 .offcanvas-body {
    text-align: center;
    padding: 0;
  }
  .cid-uLMT5bnPh6 .offcanvas-body .mbr-text,
  .cid-uLMT5bnPh6 .offcanvas-body .mbr-section-subtitle {
    margin-top: 14px;
  }
  .cid-uLMT5bnPh6 .offcanvas-body .offcanvas_contact {
    margin: 35px 0;
  }
  .cid-uLMT5bnPh6 .offcanvas_box button.btn_offcanvas {
    outline: none;
    width: 40px;
    height: 40px;
    cursor: pointer;
    transition: all 0.2s;
    position: relative;
    align-self: center;
  }
  .cid-uLMT5bnPh6 .offcanvas_box button.btn_offcanvas .hamburger span {
    position: absolute;
    right: 0;
    width: 40px;
    height: 2px;
    border-right: 5px;
    background-color: #474747;
  }
  .cid-uLMT5bnPh6 .offcanvas_box button.btn_offcanvas .hamburger span:nth-child(1) {
    top: 18px;
    transition: all 0.2s;
  }
  .cid-uLMT5bnPh6 .offcanvas_box button.btn_offcanvas .hamburger span:nth-child(2) {
    top: 25px;
    transition: all 0.2s;
  }
  .cid-uLMT5bnPh6 .offcanvas_box button.btn_offcanvas:hover .hamburger span {
    width: 36px;
  }
  .cid-uLMT5bnPh6 .offcanvas_box button.btn_offcanvas:hover .hamburger span:nth-child(2) {
    width: 33px;
    transition-delay: 0.2s;
  }
  .cid-uLMT5bnPh6 ul.navbar-nav {
    padding-bottom: 1.5rem;
  }
  .cid-uLMT5bnPh6 .dropdown-menu .dropdown-toggle[data-toggle="dropdown-submenu"]::after,
  .cid-uLMT5bnPh6 .link.dropdown-toggle::after {
    display: inline-block;
    width: 7px;
    height: 7px;
    margin-left: .5rem;
    margin-bottom: 2px;
    content: "";
    border: 2px solid;
    border-left: none;
    border-top: none;
    transform: rotate(-45deg);
  }
  .cid-uLMT5bnPh6 .link.dropdown-toggle::after {
    padding: 0 !important;
    transform: rotate(45deg);
  }
  .cid-uLMT5bnPh6 li.nav-item {
    position: relative;
    display: inline-block;
    padding: 1px 7px !important;
    vertical-align: middle;
    line-height: 2em !important;
    font-weight: 600 !important;
    text-decoration: none;
    letter-spacing: 0 !important;
    z-index: 1;
  }
  .cid-uLMT5bnPh6 .lg_brand {
    margin: 0 1rem;
  }
}
.cid-uLMT5bnPh6 .nav-item {
  margin: 4px 15px;
}
@media (min-width: 1200px) {
  .cid-uLMT5bnPh6 .nav-item {
    margin: 4px 20px;
  }
}
@media (max-width: 991px) {
  .cid-uLMT5bnPh6 .nav-item {
    margin: 0 !important;
  }
}
.cid-uLMT5bnPh6 .dropdown-menu {
  border-radius: 0;
  box-shadow: none;
  text-align: left;
}
@media (min-width: 992px) {
  .cid-uLMT5bnPh6 .dropdown-menu {
    padding: 18px 34px 22px;
    min-width: 250px;
    top: auto !important;
    left: -40px !important;
  }
  .cid-uLMT5bnPh6 .dropdown-menu.dropdown-submenu {
    left: 215px !important;
    top: -45% !important;
  }
}
@media (max-width: 991px) {
  .cid-uLMT5bnPh6 .dropdown-menu .dropdown-toggle[data-toggle="dropdown-submenu"]::after,
  .cid-uLMT5bnPh6 .link.dropdown-toggle::after {
    display: inline-block;
    width: 7px;
    height: 7px;
    margin-left: .5rem;
    margin-bottom: 2px;
    content: "";
    border: 2px solid;
    border-left: none;
    border-top: none;
    transform: rotate(-45deg);
    right: 15px;
    position: absolute;
    margin-top: -2px;
  }
  .cid-uLMT5bnPh6 .show.dropdown-toggle[aria-expanded="true"]::after {
    transform: rotate(45deg);
    margin-top: -4px;
  }
  .cid-uLMT5bnPh6 .offcanvas_box {
    display: none;
  }
}
.cid-uLMT5bnPh6 .dropdown-item {
  border: none;
  font-weight: 400 !important;
}
.cid-uLMT5bnPh6 .nav-dropdown .link {
  font-weight: 400 !important;
  padding: 0 !important;
  margin: 0 !important;
}
.cid-uLMT5bnPh6 .nav-dropdown .link.dropdown-toggle::after {
  margin-left: 0.5rem;
  margin-top: 0;
}
.cid-uLMT5bnPh6 .container {
  display: flex;
  margin: auto;
}
.cid-uLMT5bnPh6 .iconfont-wrapper {
  color: #e0bdb6;
  font-size: 17px;
  margin-right: 10px;
  margin-bottom: 5px;
  width: 25px;
  height: 25px;
  border-radius: 50%;
  display: flex;
  justify-content: center;
  align-items: center;
  transition: all 0.2s ease-in-out;
}
.cid-uLMT5bnPh6 .iconfont-wrapper:last-child {
  margin-right: 0;
}
.cid-uLMT5bnPh6 .iconfont-wrapper:hover {
  opacity: .5;
}
.cid-uLMT5bnPh6 .navbar-caption {
  color: #747474;
}
.cid-uLMT5bnPh6 .navbar-nav {
  margin: 0 1rem;
}
@media (min-width: 992px) {
  .cid-uLMT5bnPh6 .navbar-nav {
    margin: 0;
  }
}
.cid-uLMT5bnPh6 .dropdown-menu,
.cid-uLMT5bnPh6 .navbar.opened {
  background-color: false !important;
}
.cid-uLMT5bnPh6 .nav-item:focus,
.cid-uLMT5bnPh6 .nav-link:focus {
  outline: none;
}
.cid-uLMT5bnPh6 .dropdown .dropdown-menu .dropdown-item {
  width: auto;
  transition: all 0.25s ease-in-out;
}
.cid-uLMT5bnPh6 .dropdown .dropdown-menu .dropdown-item::after {
  right: 0.5rem;
}
.cid-uLMT5bnPh6 .dropdown .dropdown-menu .dropdown-item .mbr-iconfont {
  margin-right: 0.5rem;
  vertical-align: sub;
}
.cid-uLMT5bnPh6 .dropdown .dropdown-menu .dropdown-item .mbr-iconfont:before {
  display: inline-block;
  transform: scale(1, 1);
  transition: all 0.25s ease-in-out;
}
.cid-uLMT5bnPh6 .collapsed .dropdown-menu .dropdown-item:before {
  display: none;
}
.cid-uLMT5bnPh6 .collapsed .dropdown .dropdown-menu .dropdown-item {
  padding: 0.235em 1.5em 0.235em 1.5em !important;
  transition: none;
  margin: 0 !important;
}
.cid-uLMT5bnPh6 .navbar {
  min-height: 70px;
  padding: 20px 0;
  transition: all 0.3s;
  border-bottom-width: 0px;
}
@media (max-width: 992px) {
  .cid-uLMT5bnPh6 .navbar {
    min-height: 30px;
    max-height: 90px;
  }
}
.cid-uLMT5bnPh6 .navbar.opened {
  transition: all 0.3s;
}
.cid-uLMT5bnPh6 .navbar .dropdown-item {
  padding: 0;
  margin: 8px 0;
}
.cid-uLMT5bnPh6 .navbar .navbar-logo img {
  width: auto;
  object-fit: contain;
  border-radius: 0;
}
.cid-uLMT5bnPh6 .navbar .navbar-collapse {
  justify-content: space-between;
  z-index: 1;
}
.cid-uLMT5bnPh6 .navbar.collapsed {
  justify-content: center;
}
.cid-uLMT5bnPh6 .navbar.collapsed .nav-item .nav-link::before {
  display: none;
}
.cid-uLMT5bnPh6 .navbar.collapsed.opened .dropdown-menu {
  top: 0;
}
.cid-uLMT5bnPh6 .navbar.collapsed .dropdown-menu .dropdown-submenu {
  left: 0 !important;
}
.cid-uLMT5bnPh6 .navbar.collapsed .dropdown-menu .dropdown-item:after {
  right: auto;
}
.cid-uLMT5bnPh6 .navbar.collapsed ul.navbar-nav li {
  margin: auto;
}
.cid-uLMT5bnPh6 .navbar.collapsed .dropdown-menu .dropdown-item {
  padding: 0.25rem 1.5rem;
  text-align: left;
}
.cid-uLMT5bnPh6 .navbar.collapsed .icons-menu {
  padding: 0;
}
@media (max-width: 991px) {
  .cid-uLMT5bnPh6 .navbar .nav-item {
    padding: .5rem 0;
  }
  .cid-uLMT5bnPh6 .navbar .navbar-collapse {
    padding: 34px 0;
    border-radius: 25px;
  }
  .cid-uLMT5bnPh6 .navbar .nav-item .nav-link::before {
    display: none;
  }
  .cid-uLMT5bnPh6 .navbar.opened .dropdown-menu {
    top: 0;
  }
  .cid-uLMT5bnPh6 .navbar .dropdown-menu {
    padding: 6px 0 6px 15px;
  }
  .cid-uLMT5bnPh6 .navbar .dropdown-menu .dropdown-submenu {
    left: 0 !important;
  }
  .cid-uLMT5bnPh6 .navbar .dropdown-menu .dropdown-item:after {
    right: auto;
    margin-top: -0.4rem;
  }
  .cid-uLMT5bnPh6 .navbar .navbar-logo img {
    height: 3rem !important;
  }
  .cid-uLMT5bnPh6 .navbar ul.navbar-nav {
    overflow: hidden;
  }
  .cid-uLMT5bnPh6 .navbar ul.navbar-nav li {
    margin: 0;
  }
  .cid-uLMT5bnPh6 .navbar .dropdown-menu .dropdown-item {
    padding: 0 !important;
    margin: 0;
    margin-top: 8px;
    text-align: left;
  }
  .cid-uLMT5bnPh6 .navbar .navbar-brand {
    flex-shrink: initial;
    flex-basis: auto;
    word-break: break-word;
    padding-right: 2rem;
  }
  .cid-uLMT5bnPh6 .navbar .navbar-toggler {
    flex-basis: auto;
  }
  .cid-uLMT5bnPh6 .navbar .icons-menu {
    padding: 0;
  }
}
.cid-uLMT5bnPh6 .navbar.navbar-short {
  min-height: 60px;
}
.cid-uLMT5bnPh6 .navbar.navbar-short .navbar-logo img {
  height: 2.5rem !important;
}
.cid-uLMT5bnPh6 .navbar.navbar-short .navbar-brand {
  min-height: 60px;
  padding: 0;
}
.cid-uLMT5bnPh6 .navbar-brand {
  min-height: 70px;
  flex-shrink: 0;
  align-items: center;
  margin-right: 0;
  padding: 10px 0;
  transition: all 0.3s;
  word-break: break-word;
  z-index: 1;
}
.cid-uLMT5bnPh6 .navbar-brand .navbar-caption {
  line-height: inherit !important;
}
.cid-uLMT5bnPh6 .navbar-brand .navbar-logo a {
  outline: none;
}
.cid-uLMT5bnPh6 .dropdown-item.active,
.cid-uLMT5bnPh6 .dropdown-item:active {
  background-color: transparent;
}
.cid-uLMT5bnPh6 .navbar-expand-lg .navbar-nav .nav-link {
  padding: 0;
}
.cid-uLMT5bnPh6 .nav-dropdown .link.dropdown-toggle {
  margin-right: 1.667em;
}
.cid-uLMT5bnPh6 .nav-dropdown .link.dropdown-toggle[aria-expanded="true"] {
  margin-right: 0;
  padding: 0.667em 1.667em;
}
.cid-uLMT5bnPh6 .navbar .dropdown.open > .dropdown-menu {
  display: block;
}
.cid-uLMT5bnPh6 ul.navbar-nav {
  flex-wrap: wrap;
  padding: 36px 0;
  border-bottom: 1px solid #0e132f;
}
.cid-uLMT5bnPh6 .navbar-buttons {
  text-align: center;
  min-width: 170px;
}
.cid-uLMT5bnPh6 button.navbar-toggler {
  outline: none;
  width: 48px;
  height: 48px;
  border-radius: 50%;
  cursor: pointer;
  transition: all 0.2s;
  position: relative;
  align-self: center;
  color: #ffffff;
  background: #ffffff;
}
.cid-uLMT5bnPh6 button.navbar-toggler .hamburger span {
  position: absolute;
  right: 10px;
  margin-top: 14px;
  width: 26px;
  height: 2px;
  border-right: 5px;
  background-color: #474747;
}
.cid-uLMT5bnPh6 button.navbar-toggler .hamburger span:nth-child(1) {
  top: 0;
  transition: all 0.2s;
}
.cid-uLMT5bnPh6 button.navbar-toggler .hamburger span:nth-child(2) {
  top: 8px;
  transition: all 0.15s;
}
.cid-uLMT5bnPh6 button.navbar-toggler .hamburger span:nth-child(3) {
  top: 8px;
  transition: all 0.15s;
}
.cid-uLMT5bnPh6 button.navbar-toggler .hamburger span:nth-child(4) {
  top: 16px;
  transition: all 0.2s;
}
.cid-uLMT5bnPh6 nav.opened .hamburger span:nth-child(1) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-uLMT5bnPh6 nav.opened .hamburger span:nth-child(2) {
  transform: rotate(45deg);
  transition: all 0.25s;
}
.cid-uLMT5bnPh6 nav.opened .hamburger span:nth-child(3) {
  transform: rotate(-45deg);
  transition: all 0.25s;
}
.cid-uLMT5bnPh6 nav.opened .hamburger span:nth-child(4) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-uLMT5bnPh6 a.nav-link {
  display: flex;
  align-items: center;
  justify-content: flex-start;
}
.cid-uLMT5bnPh6 .icons-menu {
  flex-wrap: nowrap;
  display: flex;
  justify-content: center;
  padding: 0;
  text-align: center;
  margin-bottom: 35px;
}
@media screen and (-ms-high-contrast: active), (-ms-high-contrast: none) {
  .cid-uLMT5bnPh6 .navbar {
    height: 70px;
  }
  .cid-uLMT5bnPh6 .navbar.opened {
    height: auto;
  }
  .cid-uLMT5bnPh6 .nav-item .nav-link:hover::before {
    width: 175%;
    max-width: calc(100% + 2rem);
    left: -1rem;
  }
}
.cid-uLMT5bnPh6 .navbar-dropdown .navbar-logo {
  margin-right: 15px;
}
@media (min-width: 768px) {
  .cid-uLMT5bnPh6 .container-fluid {
    padding-left: 30px;
    padding-right: 30px;
  }
}
.cid-uLMT5bnPh6 .mbr-section-btn-main {
  padding-top: 5px;
}
.cid-uLMT5bnPh6 .mbr-section-btn-main .btn {
  margin: 0 4px 4px 4px;
}
.cid-uLMT5bnPh6 .navbar-caption:hover {
  color: #2554ab;
}
@media (min-width: 992px) {
  .cid-uLMT5bnPh6 .dropdown-menu.dropdown-submenu {
    left: 175px !important;
    top: -45% !important;
  }
}
.cid-uLMT5bnPh6 .nav-link {
  position: relative;
}
.cid-uLMT5bnPh6 .nav-link:before {
  content: '';
  position: absolute;
  left: -12px;
  width: 6px;
  height: 6px;
  border-radius: 100%;
  background-color: #2554ab;
  transition: all .3s ease;
  opacity: 0;
}
.cid-uLMT5bnPh6 .nav-link:hover:before {
  opacity: 1;
}
.cid-uLMT5bnPh6 .mbr-section-subtitle {
  color: #ffffff;
}
.cid-uLMT5bnPh6 .mbr-text {
  color: #ffffff;
  text-align: center;
}
.cid-uLMT5bnPh6 .text_widget {
  color: #ffffff;
}
.cid-uLMT5bnPh6 .mbr-section-subtitle,
.cid-uLMT5bnPh6 .text_widget,
.cid-uLMT5bnPh6 .mbr-section-btn {
  text-align: center;
}
.cid-uLMT5bnPh6 a[class*="text-"]:not(.nav-link):not(.dropdown-item):not([role]):not(.navbar-caption):hover {
  background-image: none;
}
.cid-uC2qzWGGj1 {
  padding-top: 0rem;
  padding-bottom: 0rem;
  background-color: #ffffff;
}
.cid-uC2qzWGGj1 .item-img {
  position: relative;
  overflow: hidden;
}
.cid-uC2qzWGGj1 .item-img:before {
  content: '';
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
  left: 0;
  background: black;
  opacity: 0.3;
  z-index: 1;
  transition: all 0.3s;
  pointer-events: none;
}
.cid-uC2qzWGGj1 h5 {
  margin-bottom: 1rem;
}
.cid-uC2qzWGGj1 .item-content {
  position: absolute;
  top: 55%;
  right: 0;
  z-index: 2;
  width: 100%;
  transform: translateY(-50%);
  padding: 2rem 8rem;
  display: flex;
  flex-direction: column;
  height: 50%;
}
@media (max-width: 767px) {
  .cid-uC2qzWGGj1 .item-content {
    padding: 0 2rem 1.5rem;
    margin-top: 1rem;
  }
}
.cid-uC2qzWGGj1 img,
.cid-uC2qzWGGj1 .item-img {
  width: 100%;
  transition: all 0.3s;
  height: 100%;
  height: 400px;
  object-fit: cover;
}
.cid-uC2qzWGGj1 .item:focus,
.cid-uC2qzWGGj1 span:focus {
  outline: none;
}
.cid-uC2qzWGGj1 .item {
  margin-bottom: 2rem;
}
@media (max-width: 767px) {
  .cid-uC2qzWGGj1 .item {
    margin-bottom: 1rem;
  }
}
.cid-uC2qzWGGj1 .item-wrapper {
  position: relative;
  border-radius: 15px;
  height: 100%;
  display: flex;
  flex-flow: column nowrap;
}
.cid-uC2qzWGGj1 .mbr-section-title {
  color: #4e423d;
}
.cid-uC2qzWGGj1 .item-title {
  text-align: left;
  color: #ffffff;
}
.cid-uC2qzWGGj1 .item-subtitle {
  text-align: left;
  color: #ffffff;
}
.cid-uC2qzWGGj1 .mbr-text,
.cid-uC2qzWGGj1 .item .mbr-section-btn {
  text-align: left;
  color: #ffffff;
}
.cid-uC2qzWGGj1 .content-head {
  max-width: 800px;
}
.cid-uC2qzXXGVb {
  padding-top: 1rem;
  padding-bottom: 5rem;
  background-color: #fafafa;
}
.cid-uC2qzXXGVb .mbr-section-title {
  margin-bottom: 1em;
  color: #272727;
}
.cid-uC2qzXXGVb .mbr-section-subtitle {
  margin-bottom: 1.5625em;
  color: #272727;
  opacity: 0.4;
}
.cid-uC2qzXXGVb .item-row {
  display: grid;
  -webkit-box-align: stretch;
  -webkit-align-items: stretch;
  -ms-flex-align: stretch;
  align-items: stretch;
  grid-auto-columns: 1fr;
  grid-column-gap: 16px;
  grid-row-gap: 16px;
  grid-template-columns: repeat(4, 1fr);
  -ms-grid-rows: auto;
  grid-template-rows: auto;
}
@media (max-width: 1199px) {
  .cid-uC2qzXXGVb .item-row {
    grid-template-columns: repeat(2, 1fr);
  }
}
@media (max-width: 767px) {
  .cid-uC2qzXXGVb .item-row {
    grid-template-columns: repeat(1, 1fr);
  }
}
.cid-uC2qzXXGVb .item {
  padding: 0;
}
.cid-uC2qzXXGVb .item-wrapper {
  display: flex;
  flex-direction: column;
  align-items: stretch;
  height: 100%;
  width: 100%;
  border-radius: 10px;
  overflow: hidden;
  transform-style: preserve-3d;
  transition: .3s all;
  border: 2px solid transparent;
}
.cid-uC2qzXXGVb .item-wrapper:hover {
  transform: scale3d(1.01, 1.01, 1);
  border-color: #fafafa;
}
.cid-uC2qzXXGVb .item-img {
  display: flex;
  align-items: center;
  justify-content: center;
  height: 175px;
}
.cid-uC2qzXXGVb .item-img img {
  width: 100%;
  object-fit: cover;
  height: 100%;
}
.cid-uC2qzXXGVb .item-content {
  display: flex;
  flex-direction: column;
  align-items: stretch;
  width: 100%;
  padding: 20px 5% 6%;
  flex-grow: 1;
  background-color: #ffffff;
}
.cid-uC2qzXXGVb .item-text-wrap {
  width: 100%;
  margin-bottom: 5.3em;
}
@media (max-width: 1199px) {
  .cid-uC2qzXXGVb .item-text-wrap {
    margin-bottom: 4em;
  }
}
@media (max-width: 767px) {
  .cid-uC2qzXXGVb .item-text-wrap {
    margin-bottom: 2em;
    max-width: 340px;
    margin-right: auto;
  }
}
.cid-uC2qzXXGVb .item-title {
  color: #272727;
  margin-bottom: 0.52em;
}
.cid-uC2qzXXGVb .item-subtitle {
  color: #272727;
  opacity: 0.52em;
}
.cid-uC2qzXXGVb .card-bottom {
  display: flex;
  flex-direction: column;
  align-items: stretch;
  margin-top: auto;
}
.cid-uC2qzXXGVb .item-name-wrap {
  display: flex;
  align-items: center;
  width: 100%;
}
.cid-uC2qzXXGVb .image-wrapper {
  width: 35px;
  height: 35px;
  margin-right: 10px;
  border-radius: 300px;
  overflow: hidden;
}
.cid-uC2qzXXGVb .image-wrapper img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.cid-uC2qzXXGVb .mbr-text {
  flex-grow: 1;
  color: #272727;
  text-align: right;
}
.cid-uC2qzXXGVb .mbr-section-btn {
  display: flex;
  margin-top: 20px;
  width: auto !important;
}
.cid-uC2qzXXGVb .mbr-section-btn .btn {
  width: 100%;
  min-width: auto !important;
}
.cid-uLMRAIzUxG {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-color: #0e132f;
}
.cid-uLMRAIzUxG .mbr-fallback-image.disabled {
  display: none;
}
.cid-uLMRAIzUxG .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-uLMRAIzUxG .container {
    padding: 0 16px;
  }
}
.cid-uLMRAIzUxG .card {
  display: flex;
  flex-direction: column;
  justify-content: space-between;
}
@media (max-width: 992px) {
  .cid-uLMRAIzUxG .card {
    margin-bottom: 40px;
  }
}
.cid-uLMRAIzUxG .card .content-wrapper .title-wrapper .title-wrap {
  display: inline-flex;
  align-items: center;
  margin-bottom: 16px;
}
@media (max-width: 992px) {
  .cid-uLMRAIzUxG .card .content-wrapper .title-wrapper .title-wrap {
    margin-bottom: 40px;
  }
}
.cid-uLMRAIzUxG .card .content-wrapper .title-wrapper .title-wrap img {
  width: 32px;
  height: 32px;
  object-fit: contain;
  margin-right: 1rem;
}
.cid-uLMRAIzUxG .card .content-wrapper .title-wrapper .title-wrap .mbr-section-title {
  margin-bottom: 0;
}
.cid-uLMRAIzUxG .card .content-wrapper .copyright {
  margin-bottom: 20px;
}
@media (max-width: 992px) {
  .cid-uLMRAIzUxG .card .content-wrapper .copyright {
    margin-bottom: 40px;
  }
}
.cid-uLMRAIzUxG .card .social-wrapper .social-wrap {
  display: inline-flex;
  flex-wrap: wrap;
}
.cid-uLMRAIzUxG .card .social-wrapper .social-wrap .mbr-iconfont {
  font-size: 20px;
  margin-right: 48px;
  color: #ffffff;
}
.cid-uLMRAIzUxG .list-wrapper .mbr-card-title {
  margin-bottom: 16px;
}
.cid-uLMRAIzUxG .list-wrapper .list {
  margin: 0;
  padding: 0;
  list-style-type: none;
}
.cid-uLMRAIzUxG .list-wrapper .list .item-wrap {
  margin-bottom: 16px;
}
@media (max-width: 992px) {
  .cid-uLMRAIzUxG .list-wrapper .list {
    margin-bottom: 40px;
  }
}
.cid-uLMRAIzUxG .mbr-section-title {
  color: #ffffff;
}
.cid-uLMRAIzUxG .copyright {
  color: #ffffff;
}
.cid-uLMRAIzUxG .mbr-card-title {
  color: #D4FE00;
}
.cid-uLMRAIzUxG .list {
  color: #ffffff;
}
.cid-uLMT5bnPh6 .navbar-dropdown {
  background-color: #ffffff !important;
  padding: 0;
}
.cid-uLMT5bnPh6 .navbar.navbar-expand-lg .dropdown .dropdown-menu {
  background-color: #ffffff !important;
  background: #ffffff;
}
.cid-uLMT5bnPh6 .navbar.navbar-expand-lg .dropdown .dropdown-menu .dropdown-submenu {
  margin: 0;
  left: 100%;
}
@media (max-width: 991px) {
  .cid-uLMT5bnPh6 .menu_box .navbar.opened,
  .cid-uLMT5bnPh6 .menu_box .navbar-collapse {
    background-color: #ffffff !important;
    transition: all 0s ease 0s;
  }
}
.cid-uLMT5bnPh6 .navbar-dropdown {
  position: relative !important;
}
.cid-uLMT5bnPh6 .btn {
  min-height: auto;
  box-shadow: none;
  margin-top: 0;
}
.cid-uLMT5bnPh6 .btn:hover {
  box-shadow: none;
}
@media (min-width: 992px) {
  .cid-uLMT5bnPh6 .offcanvas_image img {
    width: auto;
    object-fit: cover;
    display: inline-block;
  }
  .cid-uLMT5bnPh6 .offcanvas-header {
    position: relative;
    padding: 0;
  }
  .cid-uLMT5bnPh6 .offcanvas-header .btn-close {
    position: absolute;
    top: -70px;
    right: 0;
    width: 35px;
    height: 30px;
  }
  .cid-uLMT5bnPh6 .offcanvas-body {
    text-align: center;
    padding: 0;
  }
  .cid-uLMT5bnPh6 .offcanvas-body .mbr-text,
  .cid-uLMT5bnPh6 .offcanvas-body .mbr-section-subtitle {
    margin-top: 14px;
  }
  .cid-uLMT5bnPh6 .offcanvas-body .offcanvas_contact {
    margin: 35px 0;
  }
  .cid-uLMT5bnPh6 .offcanvas_box button.btn_offcanvas {
    outline: none;
    width: 40px;
    height: 40px;
    cursor: pointer;
    transition: all 0.2s;
    position: relative;
    align-self: center;
  }
  .cid-uLMT5bnPh6 .offcanvas_box button.btn_offcanvas .hamburger span {
    position: absolute;
    right: 0;
    width: 40px;
    height: 2px;
    border-right: 5px;
    background-color: #474747;
  }
  .cid-uLMT5bnPh6 .offcanvas_box button.btn_offcanvas .hamburger span:nth-child(1) {
    top: 18px;
    transition: all 0.2s;
  }
  .cid-uLMT5bnPh6 .offcanvas_box button.btn_offcanvas .hamburger span:nth-child(2) {
    top: 25px;
    transition: all 0.2s;
  }
  .cid-uLMT5bnPh6 .offcanvas_box button.btn_offcanvas:hover .hamburger span {
    width: 36px;
  }
  .cid-uLMT5bnPh6 .offcanvas_box button.btn_offcanvas:hover .hamburger span:nth-child(2) {
    width: 33px;
    transition-delay: 0.2s;
  }
  .cid-uLMT5bnPh6 ul.navbar-nav {
    padding-bottom: 1.5rem;
  }
  .cid-uLMT5bnPh6 .dropdown-menu .dropdown-toggle[data-toggle="dropdown-submenu"]::after,
  .cid-uLMT5bnPh6 .link.dropdown-toggle::after {
    display: inline-block;
    width: 7px;
    height: 7px;
    margin-left: .5rem;
    margin-bottom: 2px;
    content: "";
    border: 2px solid;
    border-left: none;
    border-top: none;
    transform: rotate(-45deg);
  }
  .cid-uLMT5bnPh6 .link.dropdown-toggle::after {
    padding: 0 !important;
    transform: rotate(45deg);
  }
  .cid-uLMT5bnPh6 li.nav-item {
    position: relative;
    display: inline-block;
    padding: 1px 7px !important;
    vertical-align: middle;
    line-height: 2em !important;
    font-weight: 600 !important;
    text-decoration: none;
    letter-spacing: 0 !important;
    z-index: 1;
  }
  .cid-uLMT5bnPh6 .lg_brand {
    margin: 0 1rem;
  }
}
.cid-uLMT5bnPh6 .nav-item {
  margin: 4px 15px;
}
@media (min-width: 1200px) {
  .cid-uLMT5bnPh6 .nav-item {
    margin: 4px 20px;
  }
}
@media (max-width: 991px) {
  .cid-uLMT5bnPh6 .nav-item {
    margin: 0 !important;
  }
}
.cid-uLMT5bnPh6 .dropdown-menu {
  border-radius: 0;
  box-shadow: none;
  text-align: left;
}
@media (min-width: 992px) {
  .cid-uLMT5bnPh6 .dropdown-menu {
    padding: 18px 34px 22px;
    min-width: 250px;
    top: auto !important;
    left: -40px !important;
  }
  .cid-uLMT5bnPh6 .dropdown-menu.dropdown-submenu {
    left: 215px !important;
    top: -45% !important;
  }
}
@media (max-width: 991px) {
  .cid-uLMT5bnPh6 .dropdown-menu .dropdown-toggle[data-toggle="dropdown-submenu"]::after,
  .cid-uLMT5bnPh6 .link.dropdown-toggle::after {
    display: inline-block;
    width: 7px;
    height: 7px;
    margin-left: .5rem;
    margin-bottom: 2px;
    content: "";
    border: 2px solid;
    border-left: none;
    border-top: none;
    transform: rotate(-45deg);
    right: 15px;
    position: absolute;
    margin-top: -2px;
  }
  .cid-uLMT5bnPh6 .show.dropdown-toggle[aria-expanded="true"]::after {
    transform: rotate(45deg);
    margin-top: -4px;
  }
  .cid-uLMT5bnPh6 .offcanvas_box {
    display: none;
  }
}
.cid-uLMT5bnPh6 .dropdown-item {
  border: none;
  font-weight: 400 !important;
}
.cid-uLMT5bnPh6 .nav-dropdown .link {
  font-weight: 400 !important;
  padding: 0 !important;
  margin: 0 !important;
}
.cid-uLMT5bnPh6 .nav-dropdown .link.dropdown-toggle::after {
  margin-left: 0.5rem;
  margin-top: 0;
}
.cid-uLMT5bnPh6 .container {
  display: flex;
  margin: auto;
}
.cid-uLMT5bnPh6 .iconfont-wrapper {
  color: #e0bdb6;
  font-size: 17px;
  margin-right: 10px;
  margin-bottom: 5px;
  width: 25px;
  height: 25px;
  border-radius: 50%;
  display: flex;
  justify-content: center;
  align-items: center;
  transition: all 0.2s ease-in-out;
}
.cid-uLMT5bnPh6 .iconfont-wrapper:last-child {
  margin-right: 0;
}
.cid-uLMT5bnPh6 .iconfont-wrapper:hover {
  opacity: .5;
}
.cid-uLMT5bnPh6 .navbar-caption {
  color: #747474;
}
.cid-uLMT5bnPh6 .navbar-nav {
  margin: 0 1rem;
}
@media (min-width: 992px) {
  .cid-uLMT5bnPh6 .navbar-nav {
    margin: 0;
  }
}
.cid-uLMT5bnPh6 .dropdown-menu,
.cid-uLMT5bnPh6 .navbar.opened {
  background-color: false !important;
}
.cid-uLMT5bnPh6 .nav-item:focus,
.cid-uLMT5bnPh6 .nav-link:focus {
  outline: none;
}
.cid-uLMT5bnPh6 .dropdown .dropdown-menu .dropdown-item {
  width: auto;
  transition: all 0.25s ease-in-out;
}
.cid-uLMT5bnPh6 .dropdown .dropdown-menu .dropdown-item::after {
  right: 0.5rem;
}
.cid-uLMT5bnPh6 .dropdown .dropdown-menu .dropdown-item .mbr-iconfont {
  margin-right: 0.5rem;
  vertical-align: sub;
}
.cid-uLMT5bnPh6 .dropdown .dropdown-menu .dropdown-item .mbr-iconfont:before {
  display: inline-block;
  transform: scale(1, 1);
  transition: all 0.25s ease-in-out;
}
.cid-uLMT5bnPh6 .collapsed .dropdown-menu .dropdown-item:before {
  display: none;
}
.cid-uLMT5bnPh6 .collapsed .dropdown .dropdown-menu .dropdown-item {
  padding: 0.235em 1.5em 0.235em 1.5em !important;
  transition: none;
  margin: 0 !important;
}
.cid-uLMT5bnPh6 .navbar {
  min-height: 70px;
  padding: 20px 0;
  transition: all 0.3s;
  border-bottom-width: 0px;
}
@media (max-width: 992px) {
  .cid-uLMT5bnPh6 .navbar {
    min-height: 30px;
    max-height: 90px;
  }
}
.cid-uLMT5bnPh6 .navbar.opened {
  transition: all 0.3s;
}
.cid-uLMT5bnPh6 .navbar .dropdown-item {
  padding: 0;
  margin: 8px 0;
}
.cid-uLMT5bnPh6 .navbar .navbar-logo img {
  width: auto;
  object-fit: contain;
  border-radius: 0;
}
.cid-uLMT5bnPh6 .navbar .navbar-collapse {
  justify-content: space-between;
  z-index: 1;
}
.cid-uLMT5bnPh6 .navbar.collapsed {
  justify-content: center;
}
.cid-uLMT5bnPh6 .navbar.collapsed .nav-item .nav-link::before {
  display: none;
}
.cid-uLMT5bnPh6 .navbar.collapsed.opened .dropdown-menu {
  top: 0;
}
.cid-uLMT5bnPh6 .navbar.collapsed .dropdown-menu .dropdown-submenu {
  left: 0 !important;
}
.cid-uLMT5bnPh6 .navbar.collapsed .dropdown-menu .dropdown-item:after {
  right: auto;
}
.cid-uLMT5bnPh6 .navbar.collapsed ul.navbar-nav li {
  margin: auto;
}
.cid-uLMT5bnPh6 .navbar.collapsed .dropdown-menu .dropdown-item {
  padding: 0.25rem 1.5rem;
  text-align: left;
}
.cid-uLMT5bnPh6 .navbar.collapsed .icons-menu {
  padding: 0;
}
@media (max-width: 991px) {
  .cid-uLMT5bnPh6 .navbar .nav-item {
    padding: .5rem 0;
  }
  .cid-uLMT5bnPh6 .navbar .navbar-collapse {
    padding: 34px 0;
    border-radius: 25px;
  }
  .cid-uLMT5bnPh6 .navbar .nav-item .nav-link::before {
    display: none;
  }
  .cid-uLMT5bnPh6 .navbar.opened .dropdown-menu {
    top: 0;
  }
  .cid-uLMT5bnPh6 .navbar .dropdown-menu {
    padding: 6px 0 6px 15px;
  }
  .cid-uLMT5bnPh6 .navbar .dropdown-menu .dropdown-submenu {
    left: 0 !important;
  }
  .cid-uLMT5bnPh6 .navbar .dropdown-menu .dropdown-item:after {
    right: auto;
    margin-top: -0.4rem;
  }
  .cid-uLMT5bnPh6 .navbar .navbar-logo img {
    height: 3rem !important;
  }
  .cid-uLMT5bnPh6 .navbar ul.navbar-nav {
    overflow: hidden;
  }
  .cid-uLMT5bnPh6 .navbar ul.navbar-nav li {
    margin: 0;
  }
  .cid-uLMT5bnPh6 .navbar .dropdown-menu .dropdown-item {
    padding: 0 !important;
    margin: 0;
    margin-top: 8px;
    text-align: left;
  }
  .cid-uLMT5bnPh6 .navbar .navbar-brand {
    flex-shrink: initial;
    flex-basis: auto;
    word-break: break-word;
    padding-right: 2rem;
  }
  .cid-uLMT5bnPh6 .navbar .navbar-toggler {
    flex-basis: auto;
  }
  .cid-uLMT5bnPh6 .navbar .icons-menu {
    padding: 0;
  }
}
.cid-uLMT5bnPh6 .navbar.navbar-short {
  min-height: 60px;
}
.cid-uLMT5bnPh6 .navbar.navbar-short .navbar-logo img {
  height: 2.5rem !important;
}
.cid-uLMT5bnPh6 .navbar.navbar-short .navbar-brand {
  min-height: 60px;
  padding: 0;
}
.cid-uLMT5bnPh6 .navbar-brand {
  min-height: 70px;
  flex-shrink: 0;
  align-items: center;
  margin-right: 0;
  padding: 10px 0;
  transition: all 0.3s;
  word-break: break-word;
  z-index: 1;
}
.cid-uLMT5bnPh6 .navbar-brand .navbar-caption {
  line-height: inherit !important;
}
.cid-uLMT5bnPh6 .navbar-brand .navbar-logo a {
  outline: none;
}
.cid-uLMT5bnPh6 .dropdown-item.active,
.cid-uLMT5bnPh6 .dropdown-item:active {
  background-color: transparent;
}
.cid-uLMT5bnPh6 .navbar-expand-lg .navbar-nav .nav-link {
  padding: 0;
}
.cid-uLMT5bnPh6 .nav-dropdown .link.dropdown-toggle {
  margin-right: 1.667em;
}
.cid-uLMT5bnPh6 .nav-dropdown .link.dropdown-toggle[aria-expanded="true"] {
  margin-right: 0;
  padding: 0.667em 1.667em;
}
.cid-uLMT5bnPh6 .navbar .dropdown.open > .dropdown-menu {
  display: block;
}
.cid-uLMT5bnPh6 ul.navbar-nav {
  flex-wrap: wrap;
  padding: 36px 0;
  border-bottom: 1px solid #0e132f;
}
.cid-uLMT5bnPh6 .navbar-buttons {
  text-align: center;
  min-width: 170px;
}
.cid-uLMT5bnPh6 button.navbar-toggler {
  outline: none;
  width: 48px;
  height: 48px;
  border-radius: 50%;
  cursor: pointer;
  transition: all 0.2s;
  position: relative;
  align-self: center;
  color: #ffffff;
  background: #ffffff;
}
.cid-uLMT5bnPh6 button.navbar-toggler .hamburger span {
  position: absolute;
  right: 10px;
  margin-top: 14px;
  width: 26px;
  height: 2px;
  border-right: 5px;
  background-color: #474747;
}
.cid-uLMT5bnPh6 button.navbar-toggler .hamburger span:nth-child(1) {
  top: 0;
  transition: all 0.2s;
}
.cid-uLMT5bnPh6 button.navbar-toggler .hamburger span:nth-child(2) {
  top: 8px;
  transition: all 0.15s;
}
.cid-uLMT5bnPh6 button.navbar-toggler .hamburger span:nth-child(3) {
  top: 8px;
  transition: all 0.15s;
}
.cid-uLMT5bnPh6 button.navbar-toggler .hamburger span:nth-child(4) {
  top: 16px;
  transition: all 0.2s;
}
.cid-uLMT5bnPh6 nav.opened .hamburger span:nth-child(1) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-uLMT5bnPh6 nav.opened .hamburger span:nth-child(2) {
  transform: rotate(45deg);
  transition: all 0.25s;
}
.cid-uLMT5bnPh6 nav.opened .hamburger span:nth-child(3) {
  transform: rotate(-45deg);
  transition: all 0.25s;
}
.cid-uLMT5bnPh6 nav.opened .hamburger span:nth-child(4) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-uLMT5bnPh6 a.nav-link {
  display: flex;
  align-items: center;
  justify-content: flex-start;
}
.cid-uLMT5bnPh6 .icons-menu {
  flex-wrap: nowrap;
  display: flex;
  justify-content: center;
  padding: 0;
  text-align: center;
  margin-bottom: 35px;
}
@media screen and (-ms-high-contrast: active), (-ms-high-contrast: none) {
  .cid-uLMT5bnPh6 .navbar {
    height: 70px;
  }
  .cid-uLMT5bnPh6 .navbar.opened {
    height: auto;
  }
  .cid-uLMT5bnPh6 .nav-item .nav-link:hover::before {
    width: 175%;
    max-width: calc(100% + 2rem);
    left: -1rem;
  }
}
.cid-uLMT5bnPh6 .navbar-dropdown .navbar-logo {
  margin-right: 15px;
}
@media (min-width: 768px) {
  .cid-uLMT5bnPh6 .container-fluid {
    padding-left: 30px;
    padding-right: 30px;
  }
}
.cid-uLMT5bnPh6 .mbr-section-btn-main {
  padding-top: 5px;
}
.cid-uLMT5bnPh6 .mbr-section-btn-main .btn {
  margin: 0 4px 4px 4px;
}
.cid-uLMT5bnPh6 .navbar-caption:hover {
  color: #2554ab;
}
@media (min-width: 992px) {
  .cid-uLMT5bnPh6 .dropdown-menu.dropdown-submenu {
    left: 175px !important;
    top: -45% !important;
  }
}
.cid-uLMT5bnPh6 .nav-link {
  position: relative;
}
.cid-uLMT5bnPh6 .nav-link:before {
  content: '';
  position: absolute;
  left: -12px;
  width: 6px;
  height: 6px;
  border-radius: 100%;
  background-color: #2554ab;
  transition: all .3s ease;
  opacity: 0;
}
.cid-uLMT5bnPh6 .nav-link:hover:before {
  opacity: 1;
}
.cid-uLMT5bnPh6 .mbr-section-subtitle {
  color: #ffffff;
}
.cid-uLMT5bnPh6 .mbr-text {
  color: #ffffff;
  text-align: center;
}
.cid-uLMT5bnPh6 .text_widget {
  color: #ffffff;
}
.cid-uLMT5bnPh6 .mbr-section-subtitle,
.cid-uLMT5bnPh6 .text_widget,
.cid-uLMT5bnPh6 .mbr-section-btn {
  text-align: center;
}
.cid-uLMT5bnPh6 a[class*="text-"]:not(.nav-link):not(.dropdown-item):not([role]):not(.navbar-caption):hover {
  background-image: none;
}
.cid-uC2qAcs9f9 {
  padding-top: 0rem;
  padding-bottom: 0rem;
  background-color: #ffffff;
}
.cid-uC2qAcs9f9 .item-img {
  position: relative;
  overflow: hidden;
}
.cid-uC2qAcs9f9 .item-img:before {
  content: '';
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
  left: 0;
  background: black;
  opacity: 0.3;
  z-index: 1;
  transition: all 0.3s;
  pointer-events: none;
}
.cid-uC2qAcs9f9 h5 {
  margin-bottom: 1rem;
}
.cid-uC2qAcs9f9 .item-content {
  position: absolute;
  top: 55%;
  right: 0;
  z-index: 2;
  width: 100%;
  transform: translateY(-50%);
  padding: 2rem 8rem;
  display: flex;
  flex-direction: column;
  height: 50%;
}
@media (max-width: 767px) {
  .cid-uC2qAcs9f9 .item-content {
    padding: 0 2rem 1.5rem;
    margin-top: 1rem;
  }
}
.cid-uC2qAcs9f9 img,
.cid-uC2qAcs9f9 .item-img {
  width: 100%;
  transition: all 0.3s;
  height: 100%;
  height: 400px;
  object-fit: cover;
}
.cid-uC2qAcs9f9 .item:focus,
.cid-uC2qAcs9f9 span:focus {
  outline: none;
}
.cid-uC2qAcs9f9 .item {
  margin-bottom: 2rem;
}
@media (max-width: 767px) {
  .cid-uC2qAcs9f9 .item {
    margin-bottom: 1rem;
  }
}
.cid-uC2qAcs9f9 .item-wrapper {
  position: relative;
  border-radius: 15px;
  height: 100%;
  display: flex;
  flex-flow: column nowrap;
}
.cid-uC2qAcs9f9 .mbr-section-title {
  color: #4e423d;
}
.cid-uC2qAcs9f9 .item-title {
  text-align: left;
  color: #ffffff;
}
.cid-uC2qAcs9f9 .item-subtitle {
  text-align: left;
  color: #ffffff;
}
.cid-uC2qAcs9f9 .mbr-text,
.cid-uC2qAcs9f9 .item .mbr-section-btn {
  text-align: left;
  color: #ffffff;
}
.cid-uC2qAcs9f9 .content-head {
  max-width: 800px;
}
.cid-uC2qAdLkLi {
  padding-top: 1rem;
  padding-bottom: 5rem;
  background-color: #fafafa;
}
.cid-uC2qAdLkLi .mbr-section-title {
  margin-bottom: 1em;
  color: #272727;
}
.cid-uC2qAdLkLi .mbr-section-subtitle {
  margin-bottom: 1.5625em;
  color: #272727;
  opacity: 0.4;
}
.cid-uC2qAdLkLi .item-row {
  display: grid;
  -webkit-box-align: stretch;
  -webkit-align-items: stretch;
  -ms-flex-align: stretch;
  align-items: stretch;
  grid-auto-columns: 1fr;
  grid-column-gap: 16px;
  grid-row-gap: 16px;
  grid-template-columns: repeat(4, 1fr);
  -ms-grid-rows: auto;
  grid-template-rows: auto;
}
@media (max-width: 1199px) {
  .cid-uC2qAdLkLi .item-row {
    grid-template-columns: repeat(2, 1fr);
  }
}
@media (max-width: 767px) {
  .cid-uC2qAdLkLi .item-row {
    grid-template-columns: repeat(1, 1fr);
  }
}
.cid-uC2qAdLkLi .item {
  padding: 0;
}
.cid-uC2qAdLkLi .item-wrapper {
  display: flex;
  flex-direction: column;
  align-items: stretch;
  height: 100%;
  width: 100%;
  border-radius: 10px;
  overflow: hidden;
  transform-style: preserve-3d;
  transition: .3s all;
  border: 2px solid transparent;
}
.cid-uC2qAdLkLi .item-wrapper:hover {
  transform: scale3d(1.01, 1.01, 1);
  border-color: #fafafa;
}
.cid-uC2qAdLkLi .item-img {
  display: flex;
  align-items: center;
  justify-content: center;
  height: 175px;
}
.cid-uC2qAdLkLi .item-img img {
  width: 100%;
  object-fit: cover;
  height: 100%;
}
.cid-uC2qAdLkLi .item-content {
  display: flex;
  flex-direction: column;
  align-items: stretch;
  width: 100%;
  padding: 20px 5% 6%;
  flex-grow: 1;
  background-color: #ffffff;
}
.cid-uC2qAdLkLi .item-text-wrap {
  width: 100%;
  margin-bottom: 5.3em;
}
@media (max-width: 1199px) {
  .cid-uC2qAdLkLi .item-text-wrap {
    margin-bottom: 4em;
  }
}
@media (max-width: 767px) {
  .cid-uC2qAdLkLi .item-text-wrap {
    margin-bottom: 2em;
    max-width: 340px;
    margin-right: auto;
  }
}
.cid-uC2qAdLkLi .item-title {
  color: #272727;
  margin-bottom: 0.52em;
}
.cid-uC2qAdLkLi .item-subtitle {
  color: #272727;
  opacity: 0.52em;
}
.cid-uC2qAdLkLi .card-bottom {
  display: flex;
  flex-direction: column;
  align-items: stretch;
  margin-top: auto;
}
.cid-uC2qAdLkLi .item-name-wrap {
  display: flex;
  align-items: center;
  width: 100%;
}
.cid-uC2qAdLkLi .image-wrapper {
  width: 35px;
  height: 35px;
  margin-right: 10px;
  border-radius: 300px;
  overflow: hidden;
}
.cid-uC2qAdLkLi .image-wrapper img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.cid-uC2qAdLkLi .mbr-text {
  flex-grow: 1;
  color: #272727;
  text-align: right;
}
.cid-uC2qAdLkLi .mbr-section-btn {
  display: flex;
  margin-top: 20px;
  width: auto !important;
}
.cid-uC2qAdLkLi .mbr-section-btn .btn {
  width: 100%;
  min-width: auto !important;
}
.cid-uLMRAIzUxG {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-color: #0e132f;
}
.cid-uLMRAIzUxG .mbr-fallback-image.disabled {
  display: none;
}
.cid-uLMRAIzUxG .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-uLMRAIzUxG .container {
    padding: 0 16px;
  }
}
.cid-uLMRAIzUxG .card {
  display: flex;
  flex-direction: column;
  justify-content: space-between;
}
@media (max-width: 992px) {
  .cid-uLMRAIzUxG .card {
    margin-bottom: 40px;
  }
}
.cid-uLMRAIzUxG .card .content-wrapper .title-wrapper .title-wrap {
  display: inline-flex;
  align-items: center;
  margin-bottom: 16px;
}
@media (max-width: 992px) {
  .cid-uLMRAIzUxG .card .content-wrapper .title-wrapper .title-wrap {
    margin-bottom: 40px;
  }
}
.cid-uLMRAIzUxG .card .content-wrapper .title-wrapper .title-wrap img {
  width: 32px;
  height: 32px;
  object-fit: contain;
  margin-right: 1rem;
}
.cid-uLMRAIzUxG .card .content-wrapper .title-wrapper .title-wrap .mbr-section-title {
  margin-bottom: 0;
}
.cid-uLMRAIzUxG .card .content-wrapper .copyright {
  margin-bottom: 20px;
}
@media (max-width: 992px) {
  .cid-uLMRAIzUxG .card .content-wrapper .copyright {
    margin-bottom: 40px;
  }
}
.cid-uLMRAIzUxG .card .social-wrapper .social-wrap {
  display: inline-flex;
  flex-wrap: wrap;
}
.cid-uLMRAIzUxG .card .social-wrapper .social-wrap .mbr-iconfont {
  font-size: 20px;
  margin-right: 48px;
  color: #ffffff;
}
.cid-uLMRAIzUxG .list-wrapper .mbr-card-title {
  margin-bottom: 16px;
}
.cid-uLMRAIzUxG .list-wrapper .list {
  margin: 0;
  padding: 0;
  list-style-type: none;
}
.cid-uLMRAIzUxG .list-wrapper .list .item-wrap {
  margin-bottom: 16px;
}
@media (max-width: 992px) {
  .cid-uLMRAIzUxG .list-wrapper .list {
    margin-bottom: 40px;
  }
}
.cid-uLMRAIzUxG .mbr-section-title {
  color: #ffffff;
}
.cid-uLMRAIzUxG .copyright {
  color: #ffffff;
}
.cid-uLMRAIzUxG .mbr-card-title {
  color: #D4FE00;
}
.cid-uLMRAIzUxG .list {
  color: #ffffff;
}
.cid-uLMT5bnPh6 .navbar-dropdown {
  background-color: #ffffff !important;
  padding: 0;
}
.cid-uLMT5bnPh6 .navbar.navbar-expand-lg .dropdown .dropdown-menu {
  background-color: #ffffff !important;
  background: #ffffff;
}
.cid-uLMT5bnPh6 .navbar.navbar-expand-lg .dropdown .dropdown-menu .dropdown-submenu {
  margin: 0;
  left: 100%;
}
@media (max-width: 991px) {
  .cid-uLMT5bnPh6 .menu_box .navbar.opened,
  .cid-uLMT5bnPh6 .menu_box .navbar-collapse {
    background-color: #ffffff !important;
    transition: all 0s ease 0s;
  }
}
.cid-uLMT5bnPh6 .navbar-dropdown {
  position: relative !important;
}
.cid-uLMT5bnPh6 .btn {
  min-height: auto;
  box-shadow: none;
  margin-top: 0;
}
.cid-uLMT5bnPh6 .btn:hover {
  box-shadow: none;
}
@media (min-width: 992px) {
  .cid-uLMT5bnPh6 .offcanvas_image img {
    width: auto;
    object-fit: cover;
    display: inline-block;
  }
  .cid-uLMT5bnPh6 .offcanvas-header {
    position: relative;
    padding: 0;
  }
  .cid-uLMT5bnPh6 .offcanvas-header .btn-close {
    position: absolute;
    top: -70px;
    right: 0;
    width: 35px;
    height: 30px;
  }
  .cid-uLMT5bnPh6 .offcanvas-body {
    text-align: center;
    padding: 0;
  }
  .cid-uLMT5bnPh6 .offcanvas-body .mbr-text,
  .cid-uLMT5bnPh6 .offcanvas-body .mbr-section-subtitle {
    margin-top: 14px;
  }
  .cid-uLMT5bnPh6 .offcanvas-body .offcanvas_contact {
    margin: 35px 0;
  }
  .cid-uLMT5bnPh6 .offcanvas_box button.btn_offcanvas {
    outline: none;
    width: 40px;
    height: 40px;
    cursor: pointer;
    transition: all 0.2s;
    position: relative;
    align-self: center;
  }
  .cid-uLMT5bnPh6 .offcanvas_box button.btn_offcanvas .hamburger span {
    position: absolute;
    right: 0;
    width: 40px;
    height: 2px;
    border-right: 5px;
    background-color: #474747;
  }
  .cid-uLMT5bnPh6 .offcanvas_box button.btn_offcanvas .hamburger span:nth-child(1) {
    top: 18px;
    transition: all 0.2s;
  }
  .cid-uLMT5bnPh6 .offcanvas_box button.btn_offcanvas .hamburger span:nth-child(2) {
    top: 25px;
    transition: all 0.2s;
  }
  .cid-uLMT5bnPh6 .offcanvas_box button.btn_offcanvas:hover .hamburger span {
    width: 36px;
  }
  .cid-uLMT5bnPh6 .offcanvas_box button.btn_offcanvas:hover .hamburger span:nth-child(2) {
    width: 33px;
    transition-delay: 0.2s;
  }
  .cid-uLMT5bnPh6 ul.navbar-nav {
    padding-bottom: 1.5rem;
  }
  .cid-uLMT5bnPh6 .dropdown-menu .dropdown-toggle[data-toggle="dropdown-submenu"]::after,
  .cid-uLMT5bnPh6 .link.dropdown-toggle::after {
    display: inline-block;
    width: 7px;
    height: 7px;
    margin-left: .5rem;
    margin-bottom: 2px;
    content: "";
    border: 2px solid;
    border-left: none;
    border-top: none;
    transform: rotate(-45deg);
  }
  .cid-uLMT5bnPh6 .link.dropdown-toggle::after {
    padding: 0 !important;
    transform: rotate(45deg);
  }
  .cid-uLMT5bnPh6 li.nav-item {
    position: relative;
    display: inline-block;
    padding: 1px 7px !important;
    vertical-align: middle;
    line-height: 2em !important;
    font-weight: 600 !important;
    text-decoration: none;
    letter-spacing: 0 !important;
    z-index: 1;
  }
  .cid-uLMT5bnPh6 .lg_brand {
    margin: 0 1rem;
  }
}
.cid-uLMT5bnPh6 .nav-item {
  margin: 4px 15px;
}
@media (min-width: 1200px) {
  .cid-uLMT5bnPh6 .nav-item {
    margin: 4px 20px;
  }
}
@media (max-width: 991px) {
  .cid-uLMT5bnPh6 .nav-item {
    margin: 0 !important;
  }
}
.cid-uLMT5bnPh6 .dropdown-menu {
  border-radius: 0;
  box-shadow: none;
  text-align: left;
}
@media (min-width: 992px) {
  .cid-uLMT5bnPh6 .dropdown-menu {
    padding: 18px 34px 22px;
    min-width: 250px;
    top: auto !important;
    left: -40px !important;
  }
  .cid-uLMT5bnPh6 .dropdown-menu.dropdown-submenu {
    left: 215px !important;
    top: -45% !important;
  }
}
@media (max-width: 991px) {
  .cid-uLMT5bnPh6 .dropdown-menu .dropdown-toggle[data-toggle="dropdown-submenu"]::after,
  .cid-uLMT5bnPh6 .link.dropdown-toggle::after {
    display: inline-block;
    width: 7px;
    height: 7px;
    margin-left: .5rem;
    margin-bottom: 2px;
    content: "";
    border: 2px solid;
    border-left: none;
    border-top: none;
    transform: rotate(-45deg);
    right: 15px;
    position: absolute;
    margin-top: -2px;
  }
  .cid-uLMT5bnPh6 .show.dropdown-toggle[aria-expanded="true"]::after {
    transform: rotate(45deg);
    margin-top: -4px;
  }
  .cid-uLMT5bnPh6 .offcanvas_box {
    display: none;
  }
}
.cid-uLMT5bnPh6 .dropdown-item {
  border: none;
  font-weight: 400 !important;
}
.cid-uLMT5bnPh6 .nav-dropdown .link {
  font-weight: 400 !important;
  padding: 0 !important;
  margin: 0 !important;
}
.cid-uLMT5bnPh6 .nav-dropdown .link.dropdown-toggle::after {
  margin-left: 0.5rem;
  margin-top: 0;
}
.cid-uLMT5bnPh6 .container {
  display: flex;
  margin: auto;
}
.cid-uLMT5bnPh6 .iconfont-wrapper {
  color: #e0bdb6;
  font-size: 17px;
  margin-right: 10px;
  margin-bottom: 5px;
  width: 25px;
  height: 25px;
  border-radius: 50%;
  display: flex;
  justify-content: center;
  align-items: center;
  transition: all 0.2s ease-in-out;
}
.cid-uLMT5bnPh6 .iconfont-wrapper:last-child {
  margin-right: 0;
}
.cid-uLMT5bnPh6 .iconfont-wrapper:hover {
  opacity: .5;
}
.cid-uLMT5bnPh6 .navbar-caption {
  color: #747474;
}
.cid-uLMT5bnPh6 .navbar-nav {
  margin: 0 1rem;
}
@media (min-width: 992px) {
  .cid-uLMT5bnPh6 .navbar-nav {
    margin: 0;
  }
}
.cid-uLMT5bnPh6 .dropdown-menu,
.cid-uLMT5bnPh6 .navbar.opened {
  background-color: false !important;
}
.cid-uLMT5bnPh6 .nav-item:focus,
.cid-uLMT5bnPh6 .nav-link:focus {
  outline: none;
}
.cid-uLMT5bnPh6 .dropdown .dropdown-menu .dropdown-item {
  width: auto;
  transition: all 0.25s ease-in-out;
}
.cid-uLMT5bnPh6 .dropdown .dropdown-menu .dropdown-item::after {
  right: 0.5rem;
}
.cid-uLMT5bnPh6 .dropdown .dropdown-menu .dropdown-item .mbr-iconfont {
  margin-right: 0.5rem;
  vertical-align: sub;
}
.cid-uLMT5bnPh6 .dropdown .dropdown-menu .dropdown-item .mbr-iconfont:before {
  display: inline-block;
  transform: scale(1, 1);
  transition: all 0.25s ease-in-out;
}
.cid-uLMT5bnPh6 .collapsed .dropdown-menu .dropdown-item:before {
  display: none;
}
.cid-uLMT5bnPh6 .collapsed .dropdown .dropdown-menu .dropdown-item {
  padding: 0.235em 1.5em 0.235em 1.5em !important;
  transition: none;
  margin: 0 !important;
}
.cid-uLMT5bnPh6 .navbar {
  min-height: 70px;
  padding: 20px 0;
  transition: all 0.3s;
  border-bottom-width: 0px;
}
@media (max-width: 992px) {
  .cid-uLMT5bnPh6 .navbar {
    min-height: 30px;
    max-height: 90px;
  }
}
.cid-uLMT5bnPh6 .navbar.opened {
  transition: all 0.3s;
}
.cid-uLMT5bnPh6 .navbar .dropdown-item {
  padding: 0;
  margin: 8px 0;
}
.cid-uLMT5bnPh6 .navbar .navbar-logo img {
  width: auto;
  object-fit: contain;
  border-radius: 0;
}
.cid-uLMT5bnPh6 .navbar .navbar-collapse {
  justify-content: space-between;
  z-index: 1;
}
.cid-uLMT5bnPh6 .navbar.collapsed {
  justify-content: center;
}
.cid-uLMT5bnPh6 .navbar.collapsed .nav-item .nav-link::before {
  display: none;
}
.cid-uLMT5bnPh6 .navbar.collapsed.opened .dropdown-menu {
  top: 0;
}
.cid-uLMT5bnPh6 .navbar.collapsed .dropdown-menu .dropdown-submenu {
  left: 0 !important;
}
.cid-uLMT5bnPh6 .navbar.collapsed .dropdown-menu .dropdown-item:after {
  right: auto;
}
.cid-uLMT5bnPh6 .navbar.collapsed ul.navbar-nav li {
  margin: auto;
}
.cid-uLMT5bnPh6 .navbar.collapsed .dropdown-menu .dropdown-item {
  padding: 0.25rem 1.5rem;
  text-align: left;
}
.cid-uLMT5bnPh6 .navbar.collapsed .icons-menu {
  padding: 0;
}
@media (max-width: 991px) {
  .cid-uLMT5bnPh6 .navbar .nav-item {
    padding: .5rem 0;
  }
  .cid-uLMT5bnPh6 .navbar .navbar-collapse {
    padding: 34px 0;
    border-radius: 25px;
  }
  .cid-uLMT5bnPh6 .navbar .nav-item .nav-link::before {
    display: none;
  }
  .cid-uLMT5bnPh6 .navbar.opened .dropdown-menu {
    top: 0;
  }
  .cid-uLMT5bnPh6 .navbar .dropdown-menu {
    padding: 6px 0 6px 15px;
  }
  .cid-uLMT5bnPh6 .navbar .dropdown-menu .dropdown-submenu {
    left: 0 !important;
  }
  .cid-uLMT5bnPh6 .navbar .dropdown-menu .dropdown-item:after {
    right: auto;
    margin-top: -0.4rem;
  }
  .cid-uLMT5bnPh6 .navbar .navbar-logo img {
    height: 3rem !important;
  }
  .cid-uLMT5bnPh6 .navbar ul.navbar-nav {
    overflow: hidden;
  }
  .cid-uLMT5bnPh6 .navbar ul.navbar-nav li {
    margin: 0;
  }
  .cid-uLMT5bnPh6 .navbar .dropdown-menu .dropdown-item {
    padding: 0 !important;
    margin: 0;
    margin-top: 8px;
    text-align: left;
  }
  .cid-uLMT5bnPh6 .navbar .navbar-brand {
    flex-shrink: initial;
    flex-basis: auto;
    word-break: break-word;
    padding-right: 2rem;
  }
  .cid-uLMT5bnPh6 .navbar .navbar-toggler {
    flex-basis: auto;
  }
  .cid-uLMT5bnPh6 .navbar .icons-menu {
    padding: 0;
  }
}
.cid-uLMT5bnPh6 .navbar.navbar-short {
  min-height: 60px;
}
.cid-uLMT5bnPh6 .navbar.navbar-short .navbar-logo img {
  height: 2.5rem !important;
}
.cid-uLMT5bnPh6 .navbar.navbar-short .navbar-brand {
  min-height: 60px;
  padding: 0;
}
.cid-uLMT5bnPh6 .navbar-brand {
  min-height: 70px;
  flex-shrink: 0;
  align-items: center;
  margin-right: 0;
  padding: 10px 0;
  transition: all 0.3s;
  word-break: break-word;
  z-index: 1;
}
.cid-uLMT5bnPh6 .navbar-brand .navbar-caption {
  line-height: inherit !important;
}
.cid-uLMT5bnPh6 .navbar-brand .navbar-logo a {
  outline: none;
}
.cid-uLMT5bnPh6 .dropdown-item.active,
.cid-uLMT5bnPh6 .dropdown-item:active {
  background-color: transparent;
}
.cid-uLMT5bnPh6 .navbar-expand-lg .navbar-nav .nav-link {
  padding: 0;
}
.cid-uLMT5bnPh6 .nav-dropdown .link.dropdown-toggle {
  margin-right: 1.667em;
}
.cid-uLMT5bnPh6 .nav-dropdown .link.dropdown-toggle[aria-expanded="true"] {
  margin-right: 0;
  padding: 0.667em 1.667em;
}
.cid-uLMT5bnPh6 .navbar .dropdown.open > .dropdown-menu {
  display: block;
}
.cid-uLMT5bnPh6 ul.navbar-nav {
  flex-wrap: wrap;
  padding: 36px 0;
  border-bottom: 1px solid #0e132f;
}
.cid-uLMT5bnPh6 .navbar-buttons {
  text-align: center;
  min-width: 170px;
}
.cid-uLMT5bnPh6 button.navbar-toggler {
  outline: none;
  width: 48px;
  height: 48px;
  border-radius: 50%;
  cursor: pointer;
  transition: all 0.2s;
  position: relative;
  align-self: center;
  color: #ffffff;
  background: #ffffff;
}
.cid-uLMT5bnPh6 button.navbar-toggler .hamburger span {
  position: absolute;
  right: 10px;
  margin-top: 14px;
  width: 26px;
  height: 2px;
  border-right: 5px;
  background-color: #474747;
}
.cid-uLMT5bnPh6 button.navbar-toggler .hamburger span:nth-child(1) {
  top: 0;
  transition: all 0.2s;
}
.cid-uLMT5bnPh6 button.navbar-toggler .hamburger span:nth-child(2) {
  top: 8px;
  transition: all 0.15s;
}
.cid-uLMT5bnPh6 button.navbar-toggler .hamburger span:nth-child(3) {
  top: 8px;
  transition: all 0.15s;
}
.cid-uLMT5bnPh6 button.navbar-toggler .hamburger span:nth-child(4) {
  top: 16px;
  transition: all 0.2s;
}
.cid-uLMT5bnPh6 nav.opened .hamburger span:nth-child(1) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-uLMT5bnPh6 nav.opened .hamburger span:nth-child(2) {
  transform: rotate(45deg);
  transition: all 0.25s;
}
.cid-uLMT5bnPh6 nav.opened .hamburger span:nth-child(3) {
  transform: rotate(-45deg);
  transition: all 0.25s;
}
.cid-uLMT5bnPh6 nav.opened .hamburger span:nth-child(4) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-uLMT5bnPh6 a.nav-link {
  display: flex;
  align-items: center;
  justify-content: flex-start;
}
.cid-uLMT5bnPh6 .icons-menu {
  flex-wrap: nowrap;
  display: flex;
  justify-content: center;
  padding: 0;
  text-align: center;
  margin-bottom: 35px;
}
@media screen and (-ms-high-contrast: active), (-ms-high-contrast: none) {
  .cid-uLMT5bnPh6 .navbar {
    height: 70px;
  }
  .cid-uLMT5bnPh6 .navbar.opened {
    height: auto;
  }
  .cid-uLMT5bnPh6 .nav-item .nav-link:hover::before {
    width: 175%;
    max-width: calc(100% + 2rem);
    left: -1rem;
  }
}
.cid-uLMT5bnPh6 .navbar-dropdown .navbar-logo {
  margin-right: 15px;
}
@media (min-width: 768px) {
  .cid-uLMT5bnPh6 .container-fluid {
    padding-left: 30px;
    padding-right: 30px;
  }
}
.cid-uLMT5bnPh6 .mbr-section-btn-main {
  padding-top: 5px;
}
.cid-uLMT5bnPh6 .mbr-section-btn-main .btn {
  margin: 0 4px 4px 4px;
}
.cid-uLMT5bnPh6 .navbar-caption:hover {
  color: #2554ab;
}
@media (min-width: 992px) {
  .cid-uLMT5bnPh6 .dropdown-menu.dropdown-submenu {
    left: 175px !important;
    top: -45% !important;
  }
}
.cid-uLMT5bnPh6 .nav-link {
  position: relative;
}
.cid-uLMT5bnPh6 .nav-link:before {
  content: '';
  position: absolute;
  left: -12px;
  width: 6px;
  height: 6px;
  border-radius: 100%;
  background-color: #2554ab;
  transition: all .3s ease;
  opacity: 0;
}
.cid-uLMT5bnPh6 .nav-link:hover:before {
  opacity: 1;
}
.cid-uLMT5bnPh6 .mbr-section-subtitle {
  color: #ffffff;
}
.cid-uLMT5bnPh6 .mbr-text {
  color: #ffffff;
  text-align: center;
}
.cid-uLMT5bnPh6 .text_widget {
  color: #ffffff;
}
.cid-uLMT5bnPh6 .mbr-section-subtitle,
.cid-uLMT5bnPh6 .text_widget,
.cid-uLMT5bnPh6 .mbr-section-btn {
  text-align: center;
}
.cid-uLMT5bnPh6 a[class*="text-"]:not(.nav-link):not(.dropdown-item):not([role]):not(.navbar-caption):hover {
  background-image: none;
}
.cid-uC2qAvLctf {
  padding-top: 0rem;
  padding-bottom: 0rem;
  background-color: #ffffff;
}
.cid-uC2qAvLctf .item-img {
  position: relative;
  overflow: hidden;
}
.cid-uC2qAvLctf .item-img:before {
  content: '';
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
  left: 0;
  background: black;
  opacity: 0.3;
  z-index: 1;
  transition: all 0.3s;
  pointer-events: none;
}
.cid-uC2qAvLctf h5 {
  margin-bottom: 1rem;
}
.cid-uC2qAvLctf .item-content {
  position: absolute;
  top: 55%;
  right: 0;
  z-index: 2;
  width: 100%;
  transform: translateY(-50%);
  padding: 2rem 8rem;
  display: flex;
  flex-direction: column;
  height: 50%;
}
@media (max-width: 767px) {
  .cid-uC2qAvLctf .item-content {
    padding: 0 2rem 1.5rem;
    margin-top: 1rem;
  }
}
.cid-uC2qAvLctf img,
.cid-uC2qAvLctf .item-img {
  width: 100%;
  transition: all 0.3s;
  height: 100%;
  height: 400px;
  object-fit: cover;
}
.cid-uC2qAvLctf .item:focus,
.cid-uC2qAvLctf span:focus {
  outline: none;
}
.cid-uC2qAvLctf .item {
  margin-bottom: 2rem;
}
@media (max-width: 767px) {
  .cid-uC2qAvLctf .item {
    margin-bottom: 1rem;
  }
}
.cid-uC2qAvLctf .item-wrapper {
  position: relative;
  border-radius: 15px;
  height: 100%;
  display: flex;
  flex-flow: column nowrap;
}
.cid-uC2qAvLctf .mbr-section-title {
  color: #4e423d;
}
.cid-uC2qAvLctf .item-title {
  text-align: left;
  color: #ffffff;
}
.cid-uC2qAvLctf .item-subtitle {
  text-align: left;
  color: #ffffff;
}
.cid-uC2qAvLctf .mbr-text,
.cid-uC2qAvLctf .item .mbr-section-btn {
  text-align: left;
  color: #ffffff;
}
.cid-uC2qAvLctf .content-head {
  max-width: 800px;
}
.cid-uC2qAxnfpV {
  padding-top: 1rem;
  padding-bottom: 5rem;
  background-color: #fafafa;
}
.cid-uC2qAxnfpV .mbr-section-title {
  margin-bottom: 1em;
  color: #272727;
}
.cid-uC2qAxnfpV .mbr-section-subtitle {
  margin-bottom: 1.5625em;
  color: #272727;
  opacity: 0.4;
}
.cid-uC2qAxnfpV .item-row {
  display: grid;
  -webkit-box-align: stretch;
  -webkit-align-items: stretch;
  -ms-flex-align: stretch;
  align-items: stretch;
  grid-auto-columns: 1fr;
  grid-column-gap: 16px;
  grid-row-gap: 16px;
  grid-template-columns: repeat(4, 1fr);
  -ms-grid-rows: auto;
  grid-template-rows: auto;
}
@media (max-width: 1199px) {
  .cid-uC2qAxnfpV .item-row {
    grid-template-columns: repeat(2, 1fr);
  }
}
@media (max-width: 767px) {
  .cid-uC2qAxnfpV .item-row {
    grid-template-columns: repeat(1, 1fr);
  }
}
.cid-uC2qAxnfpV .item {
  padding: 0;
}
.cid-uC2qAxnfpV .item-wrapper {
  display: flex;
  flex-direction: column;
  align-items: stretch;
  height: 100%;
  width: 100%;
  border-radius: 10px;
  overflow: hidden;
  transform-style: preserve-3d;
  transition: .3s all;
  border: 2px solid transparent;
}
.cid-uC2qAxnfpV .item-wrapper:hover {
  transform: scale3d(1.01, 1.01, 1);
  border-color: #fafafa;
}
.cid-uC2qAxnfpV .item-img {
  display: flex;
  align-items: center;
  justify-content: center;
  height: 175px;
}
.cid-uC2qAxnfpV .item-img img {
  width: 100%;
  object-fit: cover;
  height: 100%;
}
.cid-uC2qAxnfpV .item-content {
  display: flex;
  flex-direction: column;
  align-items: stretch;
  width: 100%;
  padding: 20px 5% 6%;
  flex-grow: 1;
  background-color: #ffffff;
}
.cid-uC2qAxnfpV .item-text-wrap {
  width: 100%;
  margin-bottom: 5.3em;
}
@media (max-width: 1199px) {
  .cid-uC2qAxnfpV .item-text-wrap {
    margin-bottom: 4em;
  }
}
@media (max-width: 767px) {
  .cid-uC2qAxnfpV .item-text-wrap {
    margin-bottom: 2em;
    max-width: 340px;
    margin-right: auto;
  }
}
.cid-uC2qAxnfpV .item-title {
  color: #272727;
  margin-bottom: 0.52em;
}
.cid-uC2qAxnfpV .item-subtitle {
  color: #272727;
  opacity: 0.52em;
}
.cid-uC2qAxnfpV .card-bottom {
  display: flex;
  flex-direction: column;
  align-items: stretch;
  margin-top: auto;
}
.cid-uC2qAxnfpV .item-name-wrap {
  display: flex;
  align-items: center;
  width: 100%;
}
.cid-uC2qAxnfpV .image-wrapper {
  width: 35px;
  height: 35px;
  margin-right: 10px;
  border-radius: 300px;
  overflow: hidden;
}
.cid-uC2qAxnfpV .image-wrapper img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.cid-uC2qAxnfpV .mbr-text {
  flex-grow: 1;
  color: #272727;
  text-align: right;
}
.cid-uC2qAxnfpV .mbr-section-btn {
  display: flex;
  margin-top: 20px;
  width: auto !important;
}
.cid-uC2qAxnfpV .mbr-section-btn .btn {
  width: 100%;
  min-width: auto !important;
}
.cid-uLMRAIzUxG {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-color: #0e132f;
}
.cid-uLMRAIzUxG .mbr-fallback-image.disabled {
  display: none;
}
.cid-uLMRAIzUxG .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-uLMRAIzUxG .container {
    padding: 0 16px;
  }
}
.cid-uLMRAIzUxG .card {
  display: flex;
  flex-direction: column;
  justify-content: space-between;
}
@media (max-width: 992px) {
  .cid-uLMRAIzUxG .card {
    margin-bottom: 40px;
  }
}
.cid-uLMRAIzUxG .card .content-wrapper .title-wrapper .title-wrap {
  display: inline-flex;
  align-items: center;
  margin-bottom: 16px;
}
@media (max-width: 992px) {
  .cid-uLMRAIzUxG .card .content-wrapper .title-wrapper .title-wrap {
    margin-bottom: 40px;
  }
}
.cid-uLMRAIzUxG .card .content-wrapper .title-wrapper .title-wrap img {
  width: 32px;
  height: 32px;
  object-fit: contain;
  margin-right: 1rem;
}
.cid-uLMRAIzUxG .card .content-wrapper .title-wrapper .title-wrap .mbr-section-title {
  margin-bottom: 0;
}
.cid-uLMRAIzUxG .card .content-wrapper .copyright {
  margin-bottom: 20px;
}
@media (max-width: 992px) {
  .cid-uLMRAIzUxG .card .content-wrapper .copyright {
    margin-bottom: 40px;
  }
}
.cid-uLMRAIzUxG .card .social-wrapper .social-wrap {
  display: inline-flex;
  flex-wrap: wrap;
}
.cid-uLMRAIzUxG .card .social-wrapper .social-wrap .mbr-iconfont {
  font-size: 20px;
  margin-right: 48px;
  color: #ffffff;
}
.cid-uLMRAIzUxG .list-wrapper .mbr-card-title {
  margin-bottom: 16px;
}
.cid-uLMRAIzUxG .list-wrapper .list {
  margin: 0;
  padding: 0;
  list-style-type: none;
}
.cid-uLMRAIzUxG .list-wrapper .list .item-wrap {
  margin-bottom: 16px;
}
@media (max-width: 992px) {
  .cid-uLMRAIzUxG .list-wrapper .list {
    margin-bottom: 40px;
  }
}
.cid-uLMRAIzUxG .mbr-section-title {
  color: #ffffff;
}
.cid-uLMRAIzUxG .copyright {
  color: #ffffff;
}
.cid-uLMRAIzUxG .mbr-card-title {
  color: #D4FE00;
}
.cid-uLMRAIzUxG .list {
  color: #ffffff;
}
.cid-uLMT5bnPh6 .navbar-dropdown {
  background-color: #ffffff !important;
  padding: 0;
}
.cid-uLMT5bnPh6 .navbar.navbar-expand-lg .dropdown .dropdown-menu {
  background-color: #ffffff !important;
  background: #ffffff;
}
.cid-uLMT5bnPh6 .navbar.navbar-expand-lg .dropdown .dropdown-menu .dropdown-submenu {
  margin: 0;
  left: 100%;
}
@media (max-width: 991px) {
  .cid-uLMT5bnPh6 .menu_box .navbar.opened,
  .cid-uLMT5bnPh6 .menu_box .navbar-collapse {
    background-color: #ffffff !important;
    transition: all 0s ease 0s;
  }
}
.cid-uLMT5bnPh6 .navbar-dropdown {
  position: relative !important;
}
.cid-uLMT5bnPh6 .btn {
  min-height: auto;
  box-shadow: none;
  margin-top: 0;
}
.cid-uLMT5bnPh6 .btn:hover {
  box-shadow: none;
}
@media (min-width: 992px) {
  .cid-uLMT5bnPh6 .offcanvas_image img {
    width: auto;
    object-fit: cover;
    display: inline-block;
  }
  .cid-uLMT5bnPh6 .offcanvas-header {
    position: relative;
    padding: 0;
  }
  .cid-uLMT5bnPh6 .offcanvas-header .btn-close {
    position: absolute;
    top: -70px;
    right: 0;
    width: 35px;
    height: 30px;
  }
  .cid-uLMT5bnPh6 .offcanvas-body {
    text-align: center;
    padding: 0;
  }
  .cid-uLMT5bnPh6 .offcanvas-body .mbr-text,
  .cid-uLMT5bnPh6 .offcanvas-body .mbr-section-subtitle {
    margin-top: 14px;
  }
  .cid-uLMT5bnPh6 .offcanvas-body .offcanvas_contact {
    margin: 35px 0;
  }
  .cid-uLMT5bnPh6 .offcanvas_box button.btn_offcanvas {
    outline: none;
    width: 40px;
    height: 40px;
    cursor: pointer;
    transition: all 0.2s;
    position: relative;
    align-self: center;
  }
  .cid-uLMT5bnPh6 .offcanvas_box button.btn_offcanvas .hamburger span {
    position: absolute;
    right: 0;
    width: 40px;
    height: 2px;
    border-right: 5px;
    background-color: #474747;
  }
  .cid-uLMT5bnPh6 .offcanvas_box button.btn_offcanvas .hamburger span:nth-child(1) {
    top: 18px;
    transition: all 0.2s;
  }
  .cid-uLMT5bnPh6 .offcanvas_box button.btn_offcanvas .hamburger span:nth-child(2) {
    top: 25px;
    transition: all 0.2s;
  }
  .cid-uLMT5bnPh6 .offcanvas_box button.btn_offcanvas:hover .hamburger span {
    width: 36px;
  }
  .cid-uLMT5bnPh6 .offcanvas_box button.btn_offcanvas:hover .hamburger span:nth-child(2) {
    width: 33px;
    transition-delay: 0.2s;
  }
  .cid-uLMT5bnPh6 ul.navbar-nav {
    padding-bottom: 1.5rem;
  }
  .cid-uLMT5bnPh6 .dropdown-menu .dropdown-toggle[data-toggle="dropdown-submenu"]::after,
  .cid-uLMT5bnPh6 .link.dropdown-toggle::after {
    display: inline-block;
    width: 7px;
    height: 7px;
    margin-left: .5rem;
    margin-bottom: 2px;
    content: "";
    border: 2px solid;
    border-left: none;
    border-top: none;
    transform: rotate(-45deg);
  }
  .cid-uLMT5bnPh6 .link.dropdown-toggle::after {
    padding: 0 !important;
    transform: rotate(45deg);
  }
  .cid-uLMT5bnPh6 li.nav-item {
    position: relative;
    display: inline-block;
    padding: 1px 7px !important;
    vertical-align: middle;
    line-height: 2em !important;
    font-weight: 600 !important;
    text-decoration: none;
    letter-spacing: 0 !important;
    z-index: 1;
  }
  .cid-uLMT5bnPh6 .lg_brand {
    margin: 0 1rem;
  }
}
.cid-uLMT5bnPh6 .nav-item {
  margin: 4px 15px;
}
@media (min-width: 1200px) {
  .cid-uLMT5bnPh6 .nav-item {
    margin: 4px 20px;
  }
}
@media (max-width: 991px) {
  .cid-uLMT5bnPh6 .nav-item {
    margin: 0 !important;
  }
}
.cid-uLMT5bnPh6 .dropdown-menu {
  border-radius: 0;
  box-shadow: none;
  text-align: left;
}
@media (min-width: 992px) {
  .cid-uLMT5bnPh6 .dropdown-menu {
    padding: 18px 34px 22px;
    min-width: 250px;
    top: auto !important;
    left: -40px !important;
  }
  .cid-uLMT5bnPh6 .dropdown-menu.dropdown-submenu {
    left: 215px !important;
    top: -45% !important;
  }
}
@media (max-width: 991px) {
  .cid-uLMT5bnPh6 .dropdown-menu .dropdown-toggle[data-toggle="dropdown-submenu"]::after,
  .cid-uLMT5bnPh6 .link.dropdown-toggle::after {
    display: inline-block;
    width: 7px;
    height: 7px;
    margin-left: .5rem;
    margin-bottom: 2px;
    content: "";
    border: 2px solid;
    border-left: none;
    border-top: none;
    transform: rotate(-45deg);
    right: 15px;
    position: absolute;
    margin-top: -2px;
  }
  .cid-uLMT5bnPh6 .show.dropdown-toggle[aria-expanded="true"]::after {
    transform: rotate(45deg);
    margin-top: -4px;
  }
  .cid-uLMT5bnPh6 .offcanvas_box {
    display: none;
  }
}
.cid-uLMT5bnPh6 .dropdown-item {
  border: none;
  font-weight: 400 !important;
}
.cid-uLMT5bnPh6 .nav-dropdown .link {
  font-weight: 400 !important;
  padding: 0 !important;
  margin: 0 !important;
}
.cid-uLMT5bnPh6 .nav-dropdown .link.dropdown-toggle::after {
  margin-left: 0.5rem;
  margin-top: 0;
}
.cid-uLMT5bnPh6 .container {
  display: flex;
  margin: auto;
}
.cid-uLMT5bnPh6 .iconfont-wrapper {
  color: #e0bdb6;
  font-size: 17px;
  margin-right: 10px;
  margin-bottom: 5px;
  width: 25px;
  height: 25px;
  border-radius: 50%;
  display: flex;
  justify-content: center;
  align-items: center;
  transition: all 0.2s ease-in-out;
}
.cid-uLMT5bnPh6 .iconfont-wrapper:last-child {
  margin-right: 0;
}
.cid-uLMT5bnPh6 .iconfont-wrapper:hover {
  opacity: .5;
}
.cid-uLMT5bnPh6 .navbar-caption {
  color: #747474;
}
.cid-uLMT5bnPh6 .navbar-nav {
  margin: 0 1rem;
}
@media (min-width: 992px) {
  .cid-uLMT5bnPh6 .navbar-nav {
    margin: 0;
  }
}
.cid-uLMT5bnPh6 .dropdown-menu,
.cid-uLMT5bnPh6 .navbar.opened {
  background-color: false !important;
}
.cid-uLMT5bnPh6 .nav-item:focus,
.cid-uLMT5bnPh6 .nav-link:focus {
  outline: none;
}
.cid-uLMT5bnPh6 .dropdown .dropdown-menu .dropdown-item {
  width: auto;
  transition: all 0.25s ease-in-out;
}
.cid-uLMT5bnPh6 .dropdown .dropdown-menu .dropdown-item::after {
  right: 0.5rem;
}
.cid-uLMT5bnPh6 .dropdown .dropdown-menu .dropdown-item .mbr-iconfont {
  margin-right: 0.5rem;
  vertical-align: sub;
}
.cid-uLMT5bnPh6 .dropdown .dropdown-menu .dropdown-item .mbr-iconfont:before {
  display: inline-block;
  transform: scale(1, 1);
  transition: all 0.25s ease-in-out;
}
.cid-uLMT5bnPh6 .collapsed .dropdown-menu .dropdown-item:before {
  display: none;
}
.cid-uLMT5bnPh6 .collapsed .dropdown .dropdown-menu .dropdown-item {
  padding: 0.235em 1.5em 0.235em 1.5em !important;
  transition: none;
  margin: 0 !important;
}
.cid-uLMT5bnPh6 .navbar {
  min-height: 70px;
  padding: 20px 0;
  transition: all 0.3s;
  border-bottom-width: 0px;
}
@media (max-width: 992px) {
  .cid-uLMT5bnPh6 .navbar {
    min-height: 30px;
    max-height: 90px;
  }
}
.cid-uLMT5bnPh6 .navbar.opened {
  transition: all 0.3s;
}
.cid-uLMT5bnPh6 .navbar .dropdown-item {
  padding: 0;
  margin: 8px 0;
}
.cid-uLMT5bnPh6 .navbar .navbar-logo img {
  width: auto;
  object-fit: contain;
  border-radius: 0;
}
.cid-uLMT5bnPh6 .navbar .navbar-collapse {
  justify-content: space-between;
  z-index: 1;
}
.cid-uLMT5bnPh6 .navbar.collapsed {
  justify-content: center;
}
.cid-uLMT5bnPh6 .navbar.collapsed .nav-item .nav-link::before {
  display: none;
}
.cid-uLMT5bnPh6 .navbar.collapsed.opened .dropdown-menu {
  top: 0;
}
.cid-uLMT5bnPh6 .navbar.collapsed .dropdown-menu .dropdown-submenu {
  left: 0 !important;
}
.cid-uLMT5bnPh6 .navbar.collapsed .dropdown-menu .dropdown-item:after {
  right: auto;
}
.cid-uLMT5bnPh6 .navbar.collapsed ul.navbar-nav li {
  margin: auto;
}
.cid-uLMT5bnPh6 .navbar.collapsed .dropdown-menu .dropdown-item {
  padding: 0.25rem 1.5rem;
  text-align: left;
}
.cid-uLMT5bnPh6 .navbar.collapsed .icons-menu {
  padding: 0;
}
@media (max-width: 991px) {
  .cid-uLMT5bnPh6 .navbar .nav-item {
    padding: .5rem 0;
  }
  .cid-uLMT5bnPh6 .navbar .navbar-collapse {
    padding: 34px 0;
    border-radius: 25px;
  }
  .cid-uLMT5bnPh6 .navbar .nav-item .nav-link::before {
    display: none;
  }
  .cid-uLMT5bnPh6 .navbar.opened .dropdown-menu {
    top: 0;
  }
  .cid-uLMT5bnPh6 .navbar .dropdown-menu {
    padding: 6px 0 6px 15px;
  }
  .cid-uLMT5bnPh6 .navbar .dropdown-menu .dropdown-submenu {
    left: 0 !important;
  }
  .cid-uLMT5bnPh6 .navbar .dropdown-menu .dropdown-item:after {
    right: auto;
    margin-top: -0.4rem;
  }
  .cid-uLMT5bnPh6 .navbar .navbar-logo img {
    height: 3rem !important;
  }
  .cid-uLMT5bnPh6 .navbar ul.navbar-nav {
    overflow: hidden;
  }
  .cid-uLMT5bnPh6 .navbar ul.navbar-nav li {
    margin: 0;
  }
  .cid-uLMT5bnPh6 .navbar .dropdown-menu .dropdown-item {
    padding: 0 !important;
    margin: 0;
    margin-top: 8px;
    text-align: left;
  }
  .cid-uLMT5bnPh6 .navbar .navbar-brand {
    flex-shrink: initial;
    flex-basis: auto;
    word-break: break-word;
    padding-right: 2rem;
  }
  .cid-uLMT5bnPh6 .navbar .navbar-toggler {
    flex-basis: auto;
  }
  .cid-uLMT5bnPh6 .navbar .icons-menu {
    padding: 0;
  }
}
.cid-uLMT5bnPh6 .navbar.navbar-short {
  min-height: 60px;
}
.cid-uLMT5bnPh6 .navbar.navbar-short .navbar-logo img {
  height: 2.5rem !important;
}
.cid-uLMT5bnPh6 .navbar.navbar-short .navbar-brand {
  min-height: 60px;
  padding: 0;
}
.cid-uLMT5bnPh6 .navbar-brand {
  min-height: 70px;
  flex-shrink: 0;
  align-items: center;
  margin-right: 0;
  padding: 10px 0;
  transition: all 0.3s;
  word-break: break-word;
  z-index: 1;
}
.cid-uLMT5bnPh6 .navbar-brand .navbar-caption {
  line-height: inherit !important;
}
.cid-uLMT5bnPh6 .navbar-brand .navbar-logo a {
  outline: none;
}
.cid-uLMT5bnPh6 .dropdown-item.active,
.cid-uLMT5bnPh6 .dropdown-item:active {
  background-color: transparent;
}
.cid-uLMT5bnPh6 .navbar-expand-lg .navbar-nav .nav-link {
  padding: 0;
}
.cid-uLMT5bnPh6 .nav-dropdown .link.dropdown-toggle {
  margin-right: 1.667em;
}
.cid-uLMT5bnPh6 .nav-dropdown .link.dropdown-toggle[aria-expanded="true"] {
  margin-right: 0;
  padding: 0.667em 1.667em;
}
.cid-uLMT5bnPh6 .navbar .dropdown.open > .dropdown-menu {
  display: block;
}
.cid-uLMT5bnPh6 ul.navbar-nav {
  flex-wrap: wrap;
  padding: 36px 0;
  border-bottom: 1px solid #0e132f;
}
.cid-uLMT5bnPh6 .navbar-buttons {
  text-align: center;
  min-width: 170px;
}
.cid-uLMT5bnPh6 button.navbar-toggler {
  outline: none;
  width: 48px;
  height: 48px;
  border-radius: 50%;
  cursor: pointer;
  transition: all 0.2s;
  position: relative;
  align-self: center;
  color: #ffffff;
  background: #ffffff;
}
.cid-uLMT5bnPh6 button.navbar-toggler .hamburger span {
  position: absolute;
  right: 10px;
  margin-top: 14px;
  width: 26px;
  height: 2px;
  border-right: 5px;
  background-color: #474747;
}
.cid-uLMT5bnPh6 button.navbar-toggler .hamburger span:nth-child(1) {
  top: 0;
  transition: all 0.2s;
}
.cid-uLMT5bnPh6 button.navbar-toggler .hamburger span:nth-child(2) {
  top: 8px;
  transition: all 0.15s;
}
.cid-uLMT5bnPh6 button.navbar-toggler .hamburger span:nth-child(3) {
  top: 8px;
  transition: all 0.15s;
}
.cid-uLMT5bnPh6 button.navbar-toggler .hamburger span:nth-child(4) {
  top: 16px;
  transition: all 0.2s;
}
.cid-uLMT5bnPh6 nav.opened .hamburger span:nth-child(1) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-uLMT5bnPh6 nav.opened .hamburger span:nth-child(2) {
  transform: rotate(45deg);
  transition: all 0.25s;
}
.cid-uLMT5bnPh6 nav.opened .hamburger span:nth-child(3) {
  transform: rotate(-45deg);
  transition: all 0.25s;
}
.cid-uLMT5bnPh6 nav.opened .hamburger span:nth-child(4) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-uLMT5bnPh6 a.nav-link {
  display: flex;
  align-items: center;
  justify-content: flex-start;
}
.cid-uLMT5bnPh6 .icons-menu {
  flex-wrap: nowrap;
  display: flex;
  justify-content: center;
  padding: 0;
  text-align: center;
  margin-bottom: 35px;
}
@media screen and (-ms-high-contrast: active), (-ms-high-contrast: none) {
  .cid-uLMT5bnPh6 .navbar {
    height: 70px;
  }
  .cid-uLMT5bnPh6 .navbar.opened {
    height: auto;
  }
  .cid-uLMT5bnPh6 .nav-item .nav-link:hover::before {
    width: 175%;
    max-width: calc(100% + 2rem);
    left: -1rem;
  }
}
.cid-uLMT5bnPh6 .navbar-dropdown .navbar-logo {
  margin-right: 15px;
}
@media (min-width: 768px) {
  .cid-uLMT5bnPh6 .container-fluid {
    padding-left: 30px;
    padding-right: 30px;
  }
}
.cid-uLMT5bnPh6 .mbr-section-btn-main {
  padding-top: 5px;
}
.cid-uLMT5bnPh6 .mbr-section-btn-main .btn {
  margin: 0 4px 4px 4px;
}
.cid-uLMT5bnPh6 .navbar-caption:hover {
  color: #2554ab;
}
@media (min-width: 992px) {
  .cid-uLMT5bnPh6 .dropdown-menu.dropdown-submenu {
    left: 175px !important;
    top: -45% !important;
  }
}
.cid-uLMT5bnPh6 .nav-link {
  position: relative;
}
.cid-uLMT5bnPh6 .nav-link:before {
  content: '';
  position: absolute;
  left: -12px;
  width: 6px;
  height: 6px;
  border-radius: 100%;
  background-color: #2554ab;
  transition: all .3s ease;
  opacity: 0;
}
.cid-uLMT5bnPh6 .nav-link:hover:before {
  opacity: 1;
}
.cid-uLMT5bnPh6 .mbr-section-subtitle {
  color: #ffffff;
}
.cid-uLMT5bnPh6 .mbr-text {
  color: #ffffff;
  text-align: center;
}
.cid-uLMT5bnPh6 .text_widget {
  color: #ffffff;
}
.cid-uLMT5bnPh6 .mbr-section-subtitle,
.cid-uLMT5bnPh6 .text_widget,
.cid-uLMT5bnPh6 .mbr-section-btn {
  text-align: center;
}
.cid-uLMT5bnPh6 a[class*="text-"]:not(.nav-link):not(.dropdown-item):not([role]):not(.navbar-caption):hover {
  background-image: none;
}
.cid-uC2qAOckig {
  padding-top: 0rem;
  padding-bottom: 0rem;
  background-color: #ffffff;
}
.cid-uC2qAOckig .item-img {
  position: relative;
  overflow: hidden;
}
.cid-uC2qAOckig .item-img:before {
  content: '';
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
  left: 0;
  background: black;
  opacity: 0.3;
  z-index: 1;
  transition: all 0.3s;
  pointer-events: none;
}
.cid-uC2qAOckig h5 {
  margin-bottom: 1rem;
}
.cid-uC2qAOckig .item-content {
  position: absolute;
  top: 55%;
  right: 0;
  z-index: 2;
  width: 100%;
  transform: translateY(-50%);
  padding: 2rem 8rem;
  display: flex;
  flex-direction: column;
  height: 50%;
}
@media (max-width: 767px) {
  .cid-uC2qAOckig .item-content {
    padding: 0 2rem 1.5rem;
    margin-top: 1rem;
  }
}
.cid-uC2qAOckig img,
.cid-uC2qAOckig .item-img {
  width: 100%;
  transition: all 0.3s;
  height: 100%;
  height: 400px;
  object-fit: cover;
}
.cid-uC2qAOckig .item:focus,
.cid-uC2qAOckig span:focus {
  outline: none;
}
.cid-uC2qAOckig .item {
  margin-bottom: 2rem;
}
@media (max-width: 767px) {
  .cid-uC2qAOckig .item {
    margin-bottom: 1rem;
  }
}
.cid-uC2qAOckig .item-wrapper {
  position: relative;
  border-radius: 15px;
  height: 100%;
  display: flex;
  flex-flow: column nowrap;
}
.cid-uC2qAOckig .mbr-section-title {
  color: #4e423d;
}
.cid-uC2qAOckig .item-title {
  text-align: left;
  color: #ffffff;
}
.cid-uC2qAOckig .item-subtitle {
  text-align: left;
  color: #ffffff;
}
.cid-uC2qAOckig .mbr-text,
.cid-uC2qAOckig .item .mbr-section-btn {
  text-align: left;
  color: #ffffff;
}
.cid-uC2qAOckig .content-head {
  max-width: 800px;
}
.cid-uC2qAPvcK5 {
  padding-top: 1rem;
  padding-bottom: 5rem;
  background-color: #fafafa;
}
.cid-uC2qAPvcK5 .mbr-section-title {
  margin-bottom: 1em;
  color: #272727;
}
.cid-uC2qAPvcK5 .mbr-section-subtitle {
  margin-bottom: 1.5625em;
  color: #272727;
  opacity: 0.4;
}
.cid-uC2qAPvcK5 .item-row {
  display: grid;
  -webkit-box-align: stretch;
  -webkit-align-items: stretch;
  -ms-flex-align: stretch;
  align-items: stretch;
  grid-auto-columns: 1fr;
  grid-column-gap: 16px;
  grid-row-gap: 16px;
  grid-template-columns: repeat(4, 1fr);
  -ms-grid-rows: auto;
  grid-template-rows: auto;
}
@media (max-width: 1199px) {
  .cid-uC2qAPvcK5 .item-row {
    grid-template-columns: repeat(2, 1fr);
  }
}
@media (max-width: 767px) {
  .cid-uC2qAPvcK5 .item-row {
    grid-template-columns: repeat(1, 1fr);
  }
}
.cid-uC2qAPvcK5 .item {
  padding: 0;
}
.cid-uC2qAPvcK5 .item-wrapper {
  display: flex;
  flex-direction: column;
  align-items: stretch;
  height: 100%;
  width: 100%;
  border-radius: 10px;
  overflow: hidden;
  transform-style: preserve-3d;
  transition: .3s all;
  border: 2px solid transparent;
}
.cid-uC2qAPvcK5 .item-wrapper:hover {
  transform: scale3d(1.01, 1.01, 1);
  border-color: #fafafa;
}
.cid-uC2qAPvcK5 .item-img {
  display: flex;
  align-items: center;
  justify-content: center;
  height: 175px;
}
.cid-uC2qAPvcK5 .item-img img {
  width: 100%;
  object-fit: cover;
  height: 100%;
}
.cid-uC2qAPvcK5 .item-content {
  display: flex;
  flex-direction: column;
  align-items: stretch;
  width: 100%;
  padding: 20px 5% 6%;
  flex-grow: 1;
  background-color: #ffffff;
}
.cid-uC2qAPvcK5 .item-text-wrap {
  width: 100%;
  margin-bottom: 5.3em;
}
@media (max-width: 1199px) {
  .cid-uC2qAPvcK5 .item-text-wrap {
    margin-bottom: 4em;
  }
}
@media (max-width: 767px) {
  .cid-uC2qAPvcK5 .item-text-wrap {
    margin-bottom: 2em;
    max-width: 340px;
    margin-right: auto;
  }
}
.cid-uC2qAPvcK5 .item-title {
  color: #272727;
  margin-bottom: 0.52em;
}
.cid-uC2qAPvcK5 .item-subtitle {
  color: #272727;
  opacity: 0.52em;
}
.cid-uC2qAPvcK5 .card-bottom {
  display: flex;
  flex-direction: column;
  align-items: stretch;
  margin-top: auto;
}
.cid-uC2qAPvcK5 .item-name-wrap {
  display: flex;
  align-items: center;
  width: 100%;
}
.cid-uC2qAPvcK5 .image-wrapper {
  width: 35px;
  height: 35px;
  margin-right: 10px;
  border-radius: 300px;
  overflow: hidden;
}
.cid-uC2qAPvcK5 .image-wrapper img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.cid-uC2qAPvcK5 .mbr-text {
  flex-grow: 1;
  color: #272727;
  text-align: right;
}
.cid-uC2qAPvcK5 .mbr-section-btn {
  display: flex;
  margin-top: 20px;
  width: auto !important;
}
.cid-uC2qAPvcK5 .mbr-section-btn .btn {
  width: 100%;
  min-width: auto !important;
}
.cid-uLMRAIzUxG {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-color: #0e132f;
}
.cid-uLMRAIzUxG .mbr-fallback-image.disabled {
  display: none;
}
.cid-uLMRAIzUxG .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-uLMRAIzUxG .container {
    padding: 0 16px;
  }
}
.cid-uLMRAIzUxG .card {
  display: flex;
  flex-direction: column;
  justify-content: space-between;
}
@media (max-width: 992px) {
  .cid-uLMRAIzUxG .card {
    margin-bottom: 40px;
  }
}
.cid-uLMRAIzUxG .card .content-wrapper .title-wrapper .title-wrap {
  display: inline-flex;
  align-items: center;
  margin-bottom: 16px;
}
@media (max-width: 992px) {
  .cid-uLMRAIzUxG .card .content-wrapper .title-wrapper .title-wrap {
    margin-bottom: 40px;
  }
}
.cid-uLMRAIzUxG .card .content-wrapper .title-wrapper .title-wrap img {
  width: 32px;
  height: 32px;
  object-fit: contain;
  margin-right: 1rem;
}
.cid-uLMRAIzUxG .card .content-wrapper .title-wrapper .title-wrap .mbr-section-title {
  margin-bottom: 0;
}
.cid-uLMRAIzUxG .card .content-wrapper .copyright {
  margin-bottom: 20px;
}
@media (max-width: 992px) {
  .cid-uLMRAIzUxG .card .content-wrapper .copyright {
    margin-bottom: 40px;
  }
}
.cid-uLMRAIzUxG .card .social-wrapper .social-wrap {
  display: inline-flex;
  flex-wrap: wrap;
}
.cid-uLMRAIzUxG .card .social-wrapper .social-wrap .mbr-iconfont {
  font-size: 20px;
  margin-right: 48px;
  color: #ffffff;
}
.cid-uLMRAIzUxG .list-wrapper .mbr-card-title {
  margin-bottom: 16px;
}
.cid-uLMRAIzUxG .list-wrapper .list {
  margin: 0;
  padding: 0;
  list-style-type: none;
}
.cid-uLMRAIzUxG .list-wrapper .list .item-wrap {
  margin-bottom: 16px;
}
@media (max-width: 992px) {
  .cid-uLMRAIzUxG .list-wrapper .list {
    margin-bottom: 40px;
  }
}
.cid-uLMRAIzUxG .mbr-section-title {
  color: #ffffff;
}
.cid-uLMRAIzUxG .copyright {
  color: #ffffff;
}
.cid-uLMRAIzUxG .mbr-card-title {
  color: #D4FE00;
}
.cid-uLMRAIzUxG .list {
  color: #ffffff;
}
.cid-uLMT5bnPh6 .navbar-dropdown {
  background-color: #ffffff !important;
  padding: 0;
}
.cid-uLMT5bnPh6 .navbar.navbar-expand-lg .dropdown .dropdown-menu {
  background-color: #ffffff !important;
  background: #ffffff;
}
.cid-uLMT5bnPh6 .navbar.navbar-expand-lg .dropdown .dropdown-menu .dropdown-submenu {
  margin: 0;
  left: 100%;
}
@media (max-width: 991px) {
  .cid-uLMT5bnPh6 .menu_box .navbar.opened,
  .cid-uLMT5bnPh6 .menu_box .navbar-collapse {
    background-color: #ffffff !important;
    transition: all 0s ease 0s;
  }
}
.cid-uLMT5bnPh6 .navbar-dropdown {
  position: relative !important;
}
.cid-uLMT5bnPh6 .btn {
  min-height: auto;
  box-shadow: none;
  margin-top: 0;
}
.cid-uLMT5bnPh6 .btn:hover {
  box-shadow: none;
}
@media (min-width: 992px) {
  .cid-uLMT5bnPh6 .offcanvas_image img {
    width: auto;
    object-fit: cover;
    display: inline-block;
  }
  .cid-uLMT5bnPh6 .offcanvas-header {
    position: relative;
    padding: 0;
  }
  .cid-uLMT5bnPh6 .offcanvas-header .btn-close {
    position: absolute;
    top: -70px;
    right: 0;
    width: 35px;
    height: 30px;
  }
  .cid-uLMT5bnPh6 .offcanvas-body {
    text-align: center;
    padding: 0;
  }
  .cid-uLMT5bnPh6 .offcanvas-body .mbr-text,
  .cid-uLMT5bnPh6 .offcanvas-body .mbr-section-subtitle {
    margin-top: 14px;
  }
  .cid-uLMT5bnPh6 .offcanvas-body .offcanvas_contact {
    margin: 35px 0;
  }
  .cid-uLMT5bnPh6 .offcanvas_box button.btn_offcanvas {
    outline: none;
    width: 40px;
    height: 40px;
    cursor: pointer;
    transition: all 0.2s;
    position: relative;
    align-self: center;
  }
  .cid-uLMT5bnPh6 .offcanvas_box button.btn_offcanvas .hamburger span {
    position: absolute;
    right: 0;
    width: 40px;
    height: 2px;
    border-right: 5px;
    background-color: #474747;
  }
  .cid-uLMT5bnPh6 .offcanvas_box button.btn_offcanvas .hamburger span:nth-child(1) {
    top: 18px;
    transition: all 0.2s;
  }
  .cid-uLMT5bnPh6 .offcanvas_box button.btn_offcanvas .hamburger span:nth-child(2) {
    top: 25px;
    transition: all 0.2s;
  }
  .cid-uLMT5bnPh6 .offcanvas_box button.btn_offcanvas:hover .hamburger span {
    width: 36px;
  }
  .cid-uLMT5bnPh6 .offcanvas_box button.btn_offcanvas:hover .hamburger span:nth-child(2) {
    width: 33px;
    transition-delay: 0.2s;
  }
  .cid-uLMT5bnPh6 ul.navbar-nav {
    padding-bottom: 1.5rem;
  }
  .cid-uLMT5bnPh6 .dropdown-menu .dropdown-toggle[data-toggle="dropdown-submenu"]::after,
  .cid-uLMT5bnPh6 .link.dropdown-toggle::after {
    display: inline-block;
    width: 7px;
    height: 7px;
    margin-left: .5rem;
    margin-bottom: 2px;
    content: "";
    border: 2px solid;
    border-left: none;
    border-top: none;
    transform: rotate(-45deg);
  }
  .cid-uLMT5bnPh6 .link.dropdown-toggle::after {
    padding: 0 !important;
    transform: rotate(45deg);
  }
  .cid-uLMT5bnPh6 li.nav-item {
    position: relative;
    display: inline-block;
    padding: 1px 7px !important;
    vertical-align: middle;
    line-height: 2em !important;
    font-weight: 600 !important;
    text-decoration: none;
    letter-spacing: 0 !important;
    z-index: 1;
  }
  .cid-uLMT5bnPh6 .lg_brand {
    margin: 0 1rem;
  }
}
.cid-uLMT5bnPh6 .nav-item {
  margin: 4px 15px;
}
@media (min-width: 1200px) {
  .cid-uLMT5bnPh6 .nav-item {
    margin: 4px 20px;
  }
}
@media (max-width: 991px) {
  .cid-uLMT5bnPh6 .nav-item {
    margin: 0 !important;
  }
}
.cid-uLMT5bnPh6 .dropdown-menu {
  border-radius: 0;
  box-shadow: none;
  text-align: left;
}
@media (min-width: 992px) {
  .cid-uLMT5bnPh6 .dropdown-menu {
    padding: 18px 34px 22px;
    min-width: 250px;
    top: auto !important;
    left: -40px !important;
  }
  .cid-uLMT5bnPh6 .dropdown-menu.dropdown-submenu {
    left: 215px !important;
    top: -45% !important;
  }
}
@media (max-width: 991px) {
  .cid-uLMT5bnPh6 .dropdown-menu .dropdown-toggle[data-toggle="dropdown-submenu"]::after,
  .cid-uLMT5bnPh6 .link.dropdown-toggle::after {
    display: inline-block;
    width: 7px;
    height: 7px;
    margin-left: .5rem;
    margin-bottom: 2px;
    content: "";
    border: 2px solid;
    border-left: none;
    border-top: none;
    transform: rotate(-45deg);
    right: 15px;
    position: absolute;
    margin-top: -2px;
  }
  .cid-uLMT5bnPh6 .show.dropdown-toggle[aria-expanded="true"]::after {
    transform: rotate(45deg);
    margin-top: -4px;
  }
  .cid-uLMT5bnPh6 .offcanvas_box {
    display: none;
  }
}
.cid-uLMT5bnPh6 .dropdown-item {
  border: none;
  font-weight: 400 !important;
}
.cid-uLMT5bnPh6 .nav-dropdown .link {
  font-weight: 400 !important;
  padding: 0 !important;
  margin: 0 !important;
}
.cid-uLMT5bnPh6 .nav-dropdown .link.dropdown-toggle::after {
  margin-left: 0.5rem;
  margin-top: 0;
}
.cid-uLMT5bnPh6 .container {
  display: flex;
  margin: auto;
}
.cid-uLMT5bnPh6 .iconfont-wrapper {
  color: #e0bdb6;
  font-size: 17px;
  margin-right: 10px;
  margin-bottom: 5px;
  width: 25px;
  height: 25px;
  border-radius: 50%;
  display: flex;
  justify-content: center;
  align-items: center;
  transition: all 0.2s ease-in-out;
}
.cid-uLMT5bnPh6 .iconfont-wrapper:last-child {
  margin-right: 0;
}
.cid-uLMT5bnPh6 .iconfont-wrapper:hover {
  opacity: .5;
}
.cid-uLMT5bnPh6 .navbar-caption {
  color: #747474;
}
.cid-uLMT5bnPh6 .navbar-nav {
  margin: 0 1rem;
}
@media (min-width: 992px) {
  .cid-uLMT5bnPh6 .navbar-nav {
    margin: 0;
  }
}
.cid-uLMT5bnPh6 .dropdown-menu,
.cid-uLMT5bnPh6 .navbar.opened {
  background-color: false !important;
}
.cid-uLMT5bnPh6 .nav-item:focus,
.cid-uLMT5bnPh6 .nav-link:focus {
  outline: none;
}
.cid-uLMT5bnPh6 .dropdown .dropdown-menu .dropdown-item {
  width: auto;
  transition: all 0.25s ease-in-out;
}
.cid-uLMT5bnPh6 .dropdown .dropdown-menu .dropdown-item::after {
  right: 0.5rem;
}
.cid-uLMT5bnPh6 .dropdown .dropdown-menu .dropdown-item .mbr-iconfont {
  margin-right: 0.5rem;
  vertical-align: sub;
}
.cid-uLMT5bnPh6 .dropdown .dropdown-menu .dropdown-item .mbr-iconfont:before {
  display: inline-block;
  transform: scale(1, 1);
  transition: all 0.25s ease-in-out;
}
.cid-uLMT5bnPh6 .collapsed .dropdown-menu .dropdown-item:before {
  display: none;
}
.cid-uLMT5bnPh6 .collapsed .dropdown .dropdown-menu .dropdown-item {
  padding: 0.235em 1.5em 0.235em 1.5em !important;
  transition: none;
  margin: 0 !important;
}
.cid-uLMT5bnPh6 .navbar {
  min-height: 70px;
  padding: 20px 0;
  transition: all 0.3s;
  border-bottom-width: 0px;
}
@media (max-width: 992px) {
  .cid-uLMT5bnPh6 .navbar {
    min-height: 30px;
    max-height: 90px;
  }
}
.cid-uLMT5bnPh6 .navbar.opened {
  transition: all 0.3s;
}
.cid-uLMT5bnPh6 .navbar .dropdown-item {
  padding: 0;
  margin: 8px 0;
}
.cid-uLMT5bnPh6 .navbar .navbar-logo img {
  width: auto;
  object-fit: contain;
  border-radius: 0;
}
.cid-uLMT5bnPh6 .navbar .navbar-collapse {
  justify-content: space-between;
  z-index: 1;
}
.cid-uLMT5bnPh6 .navbar.collapsed {
  justify-content: center;
}
.cid-uLMT5bnPh6 .navbar.collapsed .nav-item .nav-link::before {
  display: none;
}
.cid-uLMT5bnPh6 .navbar.collapsed.opened .dropdown-menu {
  top: 0;
}
.cid-uLMT5bnPh6 .navbar.collapsed .dropdown-menu .dropdown-submenu {
  left: 0 !important;
}
.cid-uLMT5bnPh6 .navbar.collapsed .dropdown-menu .dropdown-item:after {
  right: auto;
}
.cid-uLMT5bnPh6 .navbar.collapsed ul.navbar-nav li {
  margin: auto;
}
.cid-uLMT5bnPh6 .navbar.collapsed .dropdown-menu .dropdown-item {
  padding: 0.25rem 1.5rem;
  text-align: left;
}
.cid-uLMT5bnPh6 .navbar.collapsed .icons-menu {
  padding: 0;
}
@media (max-width: 991px) {
  .cid-uLMT5bnPh6 .navbar .nav-item {
    padding: .5rem 0;
  }
  .cid-uLMT5bnPh6 .navbar .navbar-collapse {
    padding: 34px 0;
    border-radius: 25px;
  }
  .cid-uLMT5bnPh6 .navbar .nav-item .nav-link::before {
    display: none;
  }
  .cid-uLMT5bnPh6 .navbar.opened .dropdown-menu {
    top: 0;
  }
  .cid-uLMT5bnPh6 .navbar .dropdown-menu {
    padding: 6px 0 6px 15px;
  }
  .cid-uLMT5bnPh6 .navbar .dropdown-menu .dropdown-submenu {
    left: 0 !important;
  }
  .cid-uLMT5bnPh6 .navbar .dropdown-menu .dropdown-item:after {
    right: auto;
    margin-top: -0.4rem;
  }
  .cid-uLMT5bnPh6 .navbar .navbar-logo img {
    height: 3rem !important;
  }
  .cid-uLMT5bnPh6 .navbar ul.navbar-nav {
    overflow: hidden;
  }
  .cid-uLMT5bnPh6 .navbar ul.navbar-nav li {
    margin: 0;
  }
  .cid-uLMT5bnPh6 .navbar .dropdown-menu .dropdown-item {
    padding: 0 !important;
    margin: 0;
    margin-top: 8px;
    text-align: left;
  }
  .cid-uLMT5bnPh6 .navbar .navbar-brand {
    flex-shrink: initial;
    flex-basis: auto;
    word-break: break-word;
    padding-right: 2rem;
  }
  .cid-uLMT5bnPh6 .navbar .navbar-toggler {
    flex-basis: auto;
  }
  .cid-uLMT5bnPh6 .navbar .icons-menu {
    padding: 0;
  }
}
.cid-uLMT5bnPh6 .navbar.navbar-short {
  min-height: 60px;
}
.cid-uLMT5bnPh6 .navbar.navbar-short .navbar-logo img {
  height: 2.5rem !important;
}
.cid-uLMT5bnPh6 .navbar.navbar-short .navbar-brand {
  min-height: 60px;
  padding: 0;
}
.cid-uLMT5bnPh6 .navbar-brand {
  min-height: 70px;
  flex-shrink: 0;
  align-items: center;
  margin-right: 0;
  padding: 10px 0;
  transition: all 0.3s;
  word-break: break-word;
  z-index: 1;
}
.cid-uLMT5bnPh6 .navbar-brand .navbar-caption {
  line-height: inherit !important;
}
.cid-uLMT5bnPh6 .navbar-brand .navbar-logo a {
  outline: none;
}
.cid-uLMT5bnPh6 .dropdown-item.active,
.cid-uLMT5bnPh6 .dropdown-item:active {
  background-color: transparent;
}
.cid-uLMT5bnPh6 .navbar-expand-lg .navbar-nav .nav-link {
  padding: 0;
}
.cid-uLMT5bnPh6 .nav-dropdown .link.dropdown-toggle {
  margin-right: 1.667em;
}
.cid-uLMT5bnPh6 .nav-dropdown .link.dropdown-toggle[aria-expanded="true"] {
  margin-right: 0;
  padding: 0.667em 1.667em;
}
.cid-uLMT5bnPh6 .navbar .dropdown.open > .dropdown-menu {
  display: block;
}
.cid-uLMT5bnPh6 ul.navbar-nav {
  flex-wrap: wrap;
  padding: 36px 0;
  border-bottom: 1px solid #0e132f;
}
.cid-uLMT5bnPh6 .navbar-buttons {
  text-align: center;
  min-width: 170px;
}
.cid-uLMT5bnPh6 button.navbar-toggler {
  outline: none;
  width: 48px;
  height: 48px;
  border-radius: 50%;
  cursor: pointer;
  transition: all 0.2s;
  position: relative;
  align-self: center;
  color: #ffffff;
  background: #ffffff;
}
.cid-uLMT5bnPh6 button.navbar-toggler .hamburger span {
  position: absolute;
  right: 10px;
  margin-top: 14px;
  width: 26px;
  height: 2px;
  border-right: 5px;
  background-color: #474747;
}
.cid-uLMT5bnPh6 button.navbar-toggler .hamburger span:nth-child(1) {
  top: 0;
  transition: all 0.2s;
}
.cid-uLMT5bnPh6 button.navbar-toggler .hamburger span:nth-child(2) {
  top: 8px;
  transition: all 0.15s;
}
.cid-uLMT5bnPh6 button.navbar-toggler .hamburger span:nth-child(3) {
  top: 8px;
  transition: all 0.15s;
}
.cid-uLMT5bnPh6 button.navbar-toggler .hamburger span:nth-child(4) {
  top: 16px;
  transition: all 0.2s;
}
.cid-uLMT5bnPh6 nav.opened .hamburger span:nth-child(1) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-uLMT5bnPh6 nav.opened .hamburger span:nth-child(2) {
  transform: rotate(45deg);
  transition: all 0.25s;
}
.cid-uLMT5bnPh6 nav.opened .hamburger span:nth-child(3) {
  transform: rotate(-45deg);
  transition: all 0.25s;
}
.cid-uLMT5bnPh6 nav.opened .hamburger span:nth-child(4) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-uLMT5bnPh6 a.nav-link {
  display: flex;
  align-items: center;
  justify-content: flex-start;
}
.cid-uLMT5bnPh6 .icons-menu {
  flex-wrap: nowrap;
  display: flex;
  justify-content: center;
  padding: 0;
  text-align: center;
  margin-bottom: 35px;
}
@media screen and (-ms-high-contrast: active), (-ms-high-contrast: none) {
  .cid-uLMT5bnPh6 .navbar {
    height: 70px;
  }
  .cid-uLMT5bnPh6 .navbar.opened {
    height: auto;
  }
  .cid-uLMT5bnPh6 .nav-item .nav-link:hover::before {
    width: 175%;
    max-width: calc(100% + 2rem);
    left: -1rem;
  }
}
.cid-uLMT5bnPh6 .navbar-dropdown .navbar-logo {
  margin-right: 15px;
}
@media (min-width: 768px) {
  .cid-uLMT5bnPh6 .container-fluid {
    padding-left: 30px;
    padding-right: 30px;
  }
}
.cid-uLMT5bnPh6 .mbr-section-btn-main {
  padding-top: 5px;
}
.cid-uLMT5bnPh6 .mbr-section-btn-main .btn {
  margin: 0 4px 4px 4px;
}
.cid-uLMT5bnPh6 .navbar-caption:hover {
  color: #2554ab;
}
@media (min-width: 992px) {
  .cid-uLMT5bnPh6 .dropdown-menu.dropdown-submenu {
    left: 175px !important;
    top: -45% !important;
  }
}
.cid-uLMT5bnPh6 .nav-link {
  position: relative;
}
.cid-uLMT5bnPh6 .nav-link:before {
  content: '';
  position: absolute;
  left: -12px;
  width: 6px;
  height: 6px;
  border-radius: 100%;
  background-color: #2554ab;
  transition: all .3s ease;
  opacity: 0;
}
.cid-uLMT5bnPh6 .nav-link:hover:before {
  opacity: 1;
}
.cid-uLMT5bnPh6 .mbr-section-subtitle {
  color: #ffffff;
}
.cid-uLMT5bnPh6 .mbr-text {
  color: #ffffff;
  text-align: center;
}
.cid-uLMT5bnPh6 .text_widget {
  color: #ffffff;
}
.cid-uLMT5bnPh6 .mbr-section-subtitle,
.cid-uLMT5bnPh6 .text_widget,
.cid-uLMT5bnPh6 .mbr-section-btn {
  text-align: center;
}
.cid-uLMT5bnPh6 a[class*="text-"]:not(.nav-link):not(.dropdown-item):not([role]):not(.navbar-caption):hover {
  background-image: none;
}
.cid-uC2f9eyHH9 {
  padding-top: 0rem;
  padding-bottom: 0rem;
  background-color: #ffffff;
}
.cid-uC2f9eyHH9 .item-img {
  position: relative;
  overflow: hidden;
}
.cid-uC2f9eyHH9 .item-img:before {
  content: '';
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
  left: 0;
  background: black;
  opacity: 0.3;
  z-index: 1;
  transition: all 0.3s;
  pointer-events: none;
}
.cid-uC2f9eyHH9 h5 {
  margin-bottom: 1rem;
}
.cid-uC2f9eyHH9 .item-content {
  position: absolute;
  top: 55%;
  right: 0;
  z-index: 2;
  width: 100%;
  transform: translateY(-50%);
  padding: 2rem 8rem;
  display: flex;
  flex-direction: column;
  height: 50%;
}
@media (max-width: 767px) {
  .cid-uC2f9eyHH9 .item-content {
    padding: 0 2rem 1.5rem;
    margin-top: 1rem;
  }
}
.cid-uC2f9eyHH9 img,
.cid-uC2f9eyHH9 .item-img {
  width: 100%;
  transition: all 0.3s;
  height: 100%;
  height: 400px;
  object-fit: cover;
}
.cid-uC2f9eyHH9 .item:focus,
.cid-uC2f9eyHH9 span:focus {
  outline: none;
}
.cid-uC2f9eyHH9 .item {
  margin-bottom: 2rem;
}
@media (max-width: 767px) {
  .cid-uC2f9eyHH9 .item {
    margin-bottom: 1rem;
  }
}
.cid-uC2f9eyHH9 .item-wrapper {
  position: relative;
  border-radius: 15px;
  height: 100%;
  display: flex;
  flex-flow: column nowrap;
}
.cid-uC2f9eyHH9 .mbr-section-title {
  color: #4e423d;
}
.cid-uC2f9eyHH9 .item-title {
  text-align: left;
  color: #ffffff;
}
.cid-uC2f9eyHH9 .item-subtitle {
  text-align: left;
  color: #ffffff;
}
.cid-uC2f9eyHH9 .mbr-text,
.cid-uC2f9eyHH9 .item .mbr-section-btn {
  text-align: left;
  color: #ffffff;
}
.cid-uC2f9eyHH9 .content-head {
  max-width: 800px;
}
.cid-uC2f9gm2Qw {
  padding-top: 1rem;
  padding-bottom: 5rem;
  background-color: #fafafa;
}
.cid-uC2f9gm2Qw .mbr-section-title {
  margin-bottom: 1em;
  color: #272727;
}
.cid-uC2f9gm2Qw .mbr-section-subtitle {
  margin-bottom: 1.5625em;
  color: #272727;
  opacity: 0.4;
}
.cid-uC2f9gm2Qw .item-row {
  display: grid;
  -webkit-box-align: stretch;
  -webkit-align-items: stretch;
  -ms-flex-align: stretch;
  align-items: stretch;
  grid-auto-columns: 1fr;
  grid-column-gap: 16px;
  grid-row-gap: 16px;
  grid-template-columns: repeat(4, 1fr);
  -ms-grid-rows: auto;
  grid-template-rows: auto;
}
@media (max-width: 1199px) {
  .cid-uC2f9gm2Qw .item-row {
    grid-template-columns: repeat(2, 1fr);
  }
}
@media (max-width: 767px) {
  .cid-uC2f9gm2Qw .item-row {
    grid-template-columns: repeat(1, 1fr);
  }
}
.cid-uC2f9gm2Qw .item {
  padding: 0;
}
.cid-uC2f9gm2Qw .item-wrapper {
  display: flex;
  flex-direction: column;
  align-items: stretch;
  height: 100%;
  width: 100%;
  border-radius: 10px;
  overflow: hidden;
  transform-style: preserve-3d;
  transition: .3s all;
  border: 2px solid transparent;
}
.cid-uC2f9gm2Qw .item-wrapper:hover {
  transform: scale3d(1.01, 1.01, 1);
  border-color: #fafafa;
}
.cid-uC2f9gm2Qw .item-img {
  display: flex;
  align-items: center;
  justify-content: center;
  height: 175px;
}
.cid-uC2f9gm2Qw .item-img img {
  width: 100%;
  object-fit: cover;
  height: 100%;
}
.cid-uC2f9gm2Qw .item-content {
  display: flex;
  flex-direction: column;
  align-items: stretch;
  width: 100%;
  padding: 20px 5% 6%;
  flex-grow: 1;
  background-color: #ffffff;
}
.cid-uC2f9gm2Qw .item-text-wrap {
  width: 100%;
  margin-bottom: 5.3em;
}
@media (max-width: 1199px) {
  .cid-uC2f9gm2Qw .item-text-wrap {
    margin-bottom: 4em;
  }
}
@media (max-width: 767px) {
  .cid-uC2f9gm2Qw .item-text-wrap {
    margin-bottom: 2em;
    max-width: 340px;
    margin-right: auto;
  }
}
.cid-uC2f9gm2Qw .item-title {
  color: #272727;
  margin-bottom: 0.52em;
}
.cid-uC2f9gm2Qw .item-subtitle {
  color: #272727;
  opacity: 0.52em;
}
.cid-uC2f9gm2Qw .card-bottom {
  display: flex;
  flex-direction: column;
  align-items: stretch;
  margin-top: auto;
}
.cid-uC2f9gm2Qw .item-name-wrap {
  display: flex;
  align-items: center;
  width: 100%;
}
.cid-uC2f9gm2Qw .image-wrapper {
  width: 35px;
  height: 35px;
  margin-right: 10px;
  border-radius: 300px;
  overflow: hidden;
}
.cid-uC2f9gm2Qw .image-wrapper img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.cid-uC2f9gm2Qw .mbr-text {
  flex-grow: 1;
  color: #272727;
  text-align: right;
}
.cid-uC2f9gm2Qw .mbr-section-btn {
  display: flex;
  margin-top: 20px;
  width: auto !important;
}
.cid-uC2f9gm2Qw .mbr-section-btn .btn {
  width: 100%;
  min-width: auto !important;
}
.cid-uLMRAIzUxG {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-color: #0e132f;
}
.cid-uLMRAIzUxG .mbr-fallback-image.disabled {
  display: none;
}
.cid-uLMRAIzUxG .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-uLMRAIzUxG .container {
    padding: 0 16px;
  }
}
.cid-uLMRAIzUxG .card {
  display: flex;
  flex-direction: column;
  justify-content: space-between;
}
@media (max-width: 992px) {
  .cid-uLMRAIzUxG .card {
    margin-bottom: 40px;
  }
}
.cid-uLMRAIzUxG .card .content-wrapper .title-wrapper .title-wrap {
  display: inline-flex;
  align-items: center;
  margin-bottom: 16px;
}
@media (max-width: 992px) {
  .cid-uLMRAIzUxG .card .content-wrapper .title-wrapper .title-wrap {
    margin-bottom: 40px;
  }
}
.cid-uLMRAIzUxG .card .content-wrapper .title-wrapper .title-wrap img {
  width: 32px;
  height: 32px;
  object-fit: contain;
  margin-right: 1rem;
}
.cid-uLMRAIzUxG .card .content-wrapper .title-wrapper .title-wrap .mbr-section-title {
  margin-bottom: 0;
}
.cid-uLMRAIzUxG .card .content-wrapper .copyright {
  margin-bottom: 20px;
}
@media (max-width: 992px) {
  .cid-uLMRAIzUxG .card .content-wrapper .copyright {
    margin-bottom: 40px;
  }
}
.cid-uLMRAIzUxG .card .social-wrapper .social-wrap {
  display: inline-flex;
  flex-wrap: wrap;
}
.cid-uLMRAIzUxG .card .social-wrapper .social-wrap .mbr-iconfont {
  font-size: 20px;
  margin-right: 48px;
  color: #ffffff;
}
.cid-uLMRAIzUxG .list-wrapper .mbr-card-title {
  margin-bottom: 16px;
}
.cid-uLMRAIzUxG .list-wrapper .list {
  margin: 0;
  padding: 0;
  list-style-type: none;
}
.cid-uLMRAIzUxG .list-wrapper .list .item-wrap {
  margin-bottom: 16px;
}
@media (max-width: 992px) {
  .cid-uLMRAIzUxG .list-wrapper .list {
    margin-bottom: 40px;
  }
}
.cid-uLMRAIzUxG .mbr-section-title {
  color: #ffffff;
}
.cid-uLMRAIzUxG .copyright {
  color: #ffffff;
}
.cid-uLMRAIzUxG .mbr-card-title {
  color: #D4FE00;
}
.cid-uLMRAIzUxG .list {
  color: #ffffff;
}
.cid-uLMT5bnPh6 .navbar-dropdown {
  background-color: #ffffff !important;
  padding: 0;
}
.cid-uLMT5bnPh6 .navbar.navbar-expand-lg .dropdown .dropdown-menu {
  background-color: #ffffff !important;
  background: #ffffff;
}
.cid-uLMT5bnPh6 .navbar.navbar-expand-lg .dropdown .dropdown-menu .dropdown-submenu {
  margin: 0;
  left: 100%;
}
@media (max-width: 991px) {
  .cid-uLMT5bnPh6 .menu_box .navbar.opened,
  .cid-uLMT5bnPh6 .menu_box .navbar-collapse {
    background-color: #ffffff !important;
    transition: all 0s ease 0s;
  }
}
.cid-uLMT5bnPh6 .navbar-dropdown {
  position: relative !important;
}
.cid-uLMT5bnPh6 .btn {
  min-height: auto;
  box-shadow: none;
  margin-top: 0;
}
.cid-uLMT5bnPh6 .btn:hover {
  box-shadow: none;
}
@media (min-width: 992px) {
  .cid-uLMT5bnPh6 .offcanvas_image img {
    width: auto;
    object-fit: cover;
    display: inline-block;
  }
  .cid-uLMT5bnPh6 .offcanvas-header {
    position: relative;
    padding: 0;
  }
  .cid-uLMT5bnPh6 .offcanvas-header .btn-close {
    position: absolute;
    top: -70px;
    right: 0;
    width: 35px;
    height: 30px;
  }
  .cid-uLMT5bnPh6 .offcanvas-body {
    text-align: center;
    padding: 0;
  }
  .cid-uLMT5bnPh6 .offcanvas-body .mbr-text,
  .cid-uLMT5bnPh6 .offcanvas-body .mbr-section-subtitle {
    margin-top: 14px;
  }
  .cid-uLMT5bnPh6 .offcanvas-body .offcanvas_contact {
    margin: 35px 0;
  }
  .cid-uLMT5bnPh6 .offcanvas_box button.btn_offcanvas {
    outline: none;
    width: 40px;
    height: 40px;
    cursor: pointer;
    transition: all 0.2s;
    position: relative;
    align-self: center;
  }
  .cid-uLMT5bnPh6 .offcanvas_box button.btn_offcanvas .hamburger span {
    position: absolute;
    right: 0;
    width: 40px;
    height: 2px;
    border-right: 5px;
    background-color: #474747;
  }
  .cid-uLMT5bnPh6 .offcanvas_box button.btn_offcanvas .hamburger span:nth-child(1) {
    top: 18px;
    transition: all 0.2s;
  }
  .cid-uLMT5bnPh6 .offcanvas_box button.btn_offcanvas .hamburger span:nth-child(2) {
    top: 25px;
    transition: all 0.2s;
  }
  .cid-uLMT5bnPh6 .offcanvas_box button.btn_offcanvas:hover .hamburger span {
    width: 36px;
  }
  .cid-uLMT5bnPh6 .offcanvas_box button.btn_offcanvas:hover .hamburger span:nth-child(2) {
    width: 33px;
    transition-delay: 0.2s;
  }
  .cid-uLMT5bnPh6 ul.navbar-nav {
    padding-bottom: 1.5rem;
  }
  .cid-uLMT5bnPh6 .dropdown-menu .dropdown-toggle[data-toggle="dropdown-submenu"]::after,
  .cid-uLMT5bnPh6 .link.dropdown-toggle::after {
    display: inline-block;
    width: 7px;
    height: 7px;
    margin-left: .5rem;
    margin-bottom: 2px;
    content: "";
    border: 2px solid;
    border-left: none;
    border-top: none;
    transform: rotate(-45deg);
  }
  .cid-uLMT5bnPh6 .link.dropdown-toggle::after {
    padding: 0 !important;
    transform: rotate(45deg);
  }
  .cid-uLMT5bnPh6 li.nav-item {
    position: relative;
    display: inline-block;
    padding: 1px 7px !important;
    vertical-align: middle;
    line-height: 2em !important;
    font-weight: 600 !important;
    text-decoration: none;
    letter-spacing: 0 !important;
    z-index: 1;
  }
  .cid-uLMT5bnPh6 .lg_brand {
    margin: 0 1rem;
  }
}
.cid-uLMT5bnPh6 .nav-item {
  margin: 4px 15px;
}
@media (min-width: 1200px) {
  .cid-uLMT5bnPh6 .nav-item {
    margin: 4px 20px;
  }
}
@media (max-width: 991px) {
  .cid-uLMT5bnPh6 .nav-item {
    margin: 0 !important;
  }
}
.cid-uLMT5bnPh6 .dropdown-menu {
  border-radius: 0;
  box-shadow: none;
  text-align: left;
}
@media (min-width: 992px) {
  .cid-uLMT5bnPh6 .dropdown-menu {
    padding: 18px 34px 22px;
    min-width: 250px;
    top: auto !important;
    left: -40px !important;
  }
  .cid-uLMT5bnPh6 .dropdown-menu.dropdown-submenu {
    left: 215px !important;
    top: -45% !important;
  }
}
@media (max-width: 991px) {
  .cid-uLMT5bnPh6 .dropdown-menu .dropdown-toggle[data-toggle="dropdown-submenu"]::after,
  .cid-uLMT5bnPh6 .link.dropdown-toggle::after {
    display: inline-block;
    width: 7px;
    height: 7px;
    margin-left: .5rem;
    margin-bottom: 2px;
    content: "";
    border: 2px solid;
    border-left: none;
    border-top: none;
    transform: rotate(-45deg);
    right: 15px;
    position: absolute;
    margin-top: -2px;
  }
  .cid-uLMT5bnPh6 .show.dropdown-toggle[aria-expanded="true"]::after {
    transform: rotate(45deg);
    margin-top: -4px;
  }
  .cid-uLMT5bnPh6 .offcanvas_box {
    display: none;
  }
}
.cid-uLMT5bnPh6 .dropdown-item {
  border: none;
  font-weight: 400 !important;
}
.cid-uLMT5bnPh6 .nav-dropdown .link {
  font-weight: 400 !important;
  padding: 0 !important;
  margin: 0 !important;
}
.cid-uLMT5bnPh6 .nav-dropdown .link.dropdown-toggle::after {
  margin-left: 0.5rem;
  margin-top: 0;
}
.cid-uLMT5bnPh6 .container {
  display: flex;
  margin: auto;
}
.cid-uLMT5bnPh6 .iconfont-wrapper {
  color: #e0bdb6;
  font-size: 17px;
  margin-right: 10px;
  margin-bottom: 5px;
  width: 25px;
  height: 25px;
  border-radius: 50%;
  display: flex;
  justify-content: center;
  align-items: center;
  transition: all 0.2s ease-in-out;
}
.cid-uLMT5bnPh6 .iconfont-wrapper:last-child {
  margin-right: 0;
}
.cid-uLMT5bnPh6 .iconfont-wrapper:hover {
  opacity: .5;
}
.cid-uLMT5bnPh6 .navbar-caption {
  color: #747474;
}
.cid-uLMT5bnPh6 .navbar-nav {
  margin: 0 1rem;
}
@media (min-width: 992px) {
  .cid-uLMT5bnPh6 .navbar-nav {
    margin: 0;
  }
}
.cid-uLMT5bnPh6 .dropdown-menu,
.cid-uLMT5bnPh6 .navbar.opened {
  background-color: false !important;
}
.cid-uLMT5bnPh6 .nav-item:focus,
.cid-uLMT5bnPh6 .nav-link:focus {
  outline: none;
}
.cid-uLMT5bnPh6 .dropdown .dropdown-menu .dropdown-item {
  width: auto;
  transition: all 0.25s ease-in-out;
}
.cid-uLMT5bnPh6 .dropdown .dropdown-menu .dropdown-item::after {
  right: 0.5rem;
}
.cid-uLMT5bnPh6 .dropdown .dropdown-menu .dropdown-item .mbr-iconfont {
  margin-right: 0.5rem;
  vertical-align: sub;
}
.cid-uLMT5bnPh6 .dropdown .dropdown-menu .dropdown-item .mbr-iconfont:before {
  display: inline-block;
  transform: scale(1, 1);
  transition: all 0.25s ease-in-out;
}
.cid-uLMT5bnPh6 .collapsed .dropdown-menu .dropdown-item:before {
  display: none;
}
.cid-uLMT5bnPh6 .collapsed .dropdown .dropdown-menu .dropdown-item {
  padding: 0.235em 1.5em 0.235em 1.5em !important;
  transition: none;
  margin: 0 !important;
}
.cid-uLMT5bnPh6 .navbar {
  min-height: 70px;
  padding: 20px 0;
  transition: all 0.3s;
  border-bottom-width: 0px;
}
@media (max-width: 992px) {
  .cid-uLMT5bnPh6 .navbar {
    min-height: 30px;
    max-height: 90px;
  }
}
.cid-uLMT5bnPh6 .navbar.opened {
  transition: all 0.3s;
}
.cid-uLMT5bnPh6 .navbar .dropdown-item {
  padding: 0;
  margin: 8px 0;
}
.cid-uLMT5bnPh6 .navbar .navbar-logo img {
  width: auto;
  object-fit: contain;
  border-radius: 0;
}
.cid-uLMT5bnPh6 .navbar .navbar-collapse {
  justify-content: space-between;
  z-index: 1;
}
.cid-uLMT5bnPh6 .navbar.collapsed {
  justify-content: center;
}
.cid-uLMT5bnPh6 .navbar.collapsed .nav-item .nav-link::before {
  display: none;
}
.cid-uLMT5bnPh6 .navbar.collapsed.opened .dropdown-menu {
  top: 0;
}
.cid-uLMT5bnPh6 .navbar.collapsed .dropdown-menu .dropdown-submenu {
  left: 0 !important;
}
.cid-uLMT5bnPh6 .navbar.collapsed .dropdown-menu .dropdown-item:after {
  right: auto;
}
.cid-uLMT5bnPh6 .navbar.collapsed ul.navbar-nav li {
  margin: auto;
}
.cid-uLMT5bnPh6 .navbar.collapsed .dropdown-menu .dropdown-item {
  padding: 0.25rem 1.5rem;
  text-align: left;
}
.cid-uLMT5bnPh6 .navbar.collapsed .icons-menu {
  padding: 0;
}
@media (max-width: 991px) {
  .cid-uLMT5bnPh6 .navbar .nav-item {
    padding: .5rem 0;
  }
  .cid-uLMT5bnPh6 .navbar .navbar-collapse {
    padding: 34px 0;
    border-radius: 25px;
  }
  .cid-uLMT5bnPh6 .navbar .nav-item .nav-link::before {
    display: none;
  }
  .cid-uLMT5bnPh6 .navbar.opened .dropdown-menu {
    top: 0;
  }
  .cid-uLMT5bnPh6 .navbar .dropdown-menu {
    padding: 6px 0 6px 15px;
  }
  .cid-uLMT5bnPh6 .navbar .dropdown-menu .dropdown-submenu {
    left: 0 !important;
  }
  .cid-uLMT5bnPh6 .navbar .dropdown-menu .dropdown-item:after {
    right: auto;
    margin-top: -0.4rem;
  }
  .cid-uLMT5bnPh6 .navbar .navbar-logo img {
    height: 3rem !important;
  }
  .cid-uLMT5bnPh6 .navbar ul.navbar-nav {
    overflow: hidden;
  }
  .cid-uLMT5bnPh6 .navbar ul.navbar-nav li {
    margin: 0;
  }
  .cid-uLMT5bnPh6 .navbar .dropdown-menu .dropdown-item {
    padding: 0 !important;
    margin: 0;
    margin-top: 8px;
    text-align: left;
  }
  .cid-uLMT5bnPh6 .navbar .navbar-brand {
    flex-shrink: initial;
    flex-basis: auto;
    word-break: break-word;
    padding-right: 2rem;
  }
  .cid-uLMT5bnPh6 .navbar .navbar-toggler {
    flex-basis: auto;
  }
  .cid-uLMT5bnPh6 .navbar .icons-menu {
    padding: 0;
  }
}
.cid-uLMT5bnPh6 .navbar.navbar-short {
  min-height: 60px;
}
.cid-uLMT5bnPh6 .navbar.navbar-short .navbar-logo img {
  height: 2.5rem !important;
}
.cid-uLMT5bnPh6 .navbar.navbar-short .navbar-brand {
  min-height: 60px;
  padding: 0;
}
.cid-uLMT5bnPh6 .navbar-brand {
  min-height: 70px;
  flex-shrink: 0;
  align-items: center;
  margin-right: 0;
  padding: 10px 0;
  transition: all 0.3s;
  word-break: break-word;
  z-index: 1;
}
.cid-uLMT5bnPh6 .navbar-brand .navbar-caption {
  line-height: inherit !important;
}
.cid-uLMT5bnPh6 .navbar-brand .navbar-logo a {
  outline: none;
}
.cid-uLMT5bnPh6 .dropdown-item.active,
.cid-uLMT5bnPh6 .dropdown-item:active {
  background-color: transparent;
}
.cid-uLMT5bnPh6 .navbar-expand-lg .navbar-nav .nav-link {
  padding: 0;
}
.cid-uLMT5bnPh6 .nav-dropdown .link.dropdown-toggle {
  margin-right: 1.667em;
}
.cid-uLMT5bnPh6 .nav-dropdown .link.dropdown-toggle[aria-expanded="true"] {
  margin-right: 0;
  padding: 0.667em 1.667em;
}
.cid-uLMT5bnPh6 .navbar .dropdown.open > .dropdown-menu {
  display: block;
}
.cid-uLMT5bnPh6 ul.navbar-nav {
  flex-wrap: wrap;
  padding: 36px 0;
  border-bottom: 1px solid #0e132f;
}
.cid-uLMT5bnPh6 .navbar-buttons {
  text-align: center;
  min-width: 170px;
}
.cid-uLMT5bnPh6 button.navbar-toggler {
  outline: none;
  width: 48px;
  height: 48px;
  border-radius: 50%;
  cursor: pointer;
  transition: all 0.2s;
  position: relative;
  align-self: center;
  color: #ffffff;
  background: #ffffff;
}
.cid-uLMT5bnPh6 button.navbar-toggler .hamburger span {
  position: absolute;
  right: 10px;
  margin-top: 14px;
  width: 26px;
  height: 2px;
  border-right: 5px;
  background-color: #474747;
}
.cid-uLMT5bnPh6 button.navbar-toggler .hamburger span:nth-child(1) {
  top: 0;
  transition: all 0.2s;
}
.cid-uLMT5bnPh6 button.navbar-toggler .hamburger span:nth-child(2) {
  top: 8px;
  transition: all 0.15s;
}
.cid-uLMT5bnPh6 button.navbar-toggler .hamburger span:nth-child(3) {
  top: 8px;
  transition: all 0.15s;
}
.cid-uLMT5bnPh6 button.navbar-toggler .hamburger span:nth-child(4) {
  top: 16px;
  transition: all 0.2s;
}
.cid-uLMT5bnPh6 nav.opened .hamburger span:nth-child(1) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-uLMT5bnPh6 nav.opened .hamburger span:nth-child(2) {
  transform: rotate(45deg);
  transition: all 0.25s;
}
.cid-uLMT5bnPh6 nav.opened .hamburger span:nth-child(3) {
  transform: rotate(-45deg);
  transition: all 0.25s;
}
.cid-uLMT5bnPh6 nav.opened .hamburger span:nth-child(4) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-uLMT5bnPh6 a.nav-link {
  display: flex;
  align-items: center;
  justify-content: flex-start;
}
.cid-uLMT5bnPh6 .icons-menu {
  flex-wrap: nowrap;
  display: flex;
  justify-content: center;
  padding: 0;
  text-align: center;
  margin-bottom: 35px;
}
@media screen and (-ms-high-contrast: active), (-ms-high-contrast: none) {
  .cid-uLMT5bnPh6 .navbar {
    height: 70px;
  }
  .cid-uLMT5bnPh6 .navbar.opened {
    height: auto;
  }
  .cid-uLMT5bnPh6 .nav-item .nav-link:hover::before {
    width: 175%;
    max-width: calc(100% + 2rem);
    left: -1rem;
  }
}
.cid-uLMT5bnPh6 .navbar-dropdown .navbar-logo {
  margin-right: 15px;
}
@media (min-width: 768px) {
  .cid-uLMT5bnPh6 .container-fluid {
    padding-left: 30px;
    padding-right: 30px;
  }
}
.cid-uLMT5bnPh6 .mbr-section-btn-main {
  padding-top: 5px;
}
.cid-uLMT5bnPh6 .mbr-section-btn-main .btn {
  margin: 0 4px 4px 4px;
}
.cid-uLMT5bnPh6 .navbar-caption:hover {
  color: #2554ab;
}
@media (min-width: 992px) {
  .cid-uLMT5bnPh6 .dropdown-menu.dropdown-submenu {
    left: 175px !important;
    top: -45% !important;
  }
}
.cid-uLMT5bnPh6 .nav-link {
  position: relative;
}
.cid-uLMT5bnPh6 .nav-link:before {
  content: '';
  position: absolute;
  left: -12px;
  width: 6px;
  height: 6px;
  border-radius: 100%;
  background-color: #2554ab;
  transition: all .3s ease;
  opacity: 0;
}
.cid-uLMT5bnPh6 .nav-link:hover:before {
  opacity: 1;
}
.cid-uLMT5bnPh6 .mbr-section-subtitle {
  color: #ffffff;
}
.cid-uLMT5bnPh6 .mbr-text {
  color: #ffffff;
  text-align: center;
}
.cid-uLMT5bnPh6 .text_widget {
  color: #ffffff;
}
.cid-uLMT5bnPh6 .mbr-section-subtitle,
.cid-uLMT5bnPh6 .text_widget,
.cid-uLMT5bnPh6 .mbr-section-btn {
  text-align: center;
}
.cid-uLMT5bnPh6 a[class*="text-"]:not(.nav-link):not(.dropdown-item):not([role]):not(.navbar-caption):hover {
  background-image: none;
}
.cid-uC2qznRow1 {
  padding-top: 0rem;
  padding-bottom: 0rem;
  background-color: #ffffff;
}
.cid-uC2qznRow1 .item-img {
  position: relative;
  overflow: hidden;
}
.cid-uC2qznRow1 .item-img:before {
  content: '';
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
  left: 0;
  background: black;
  opacity: 0.3;
  z-index: 1;
  transition: all 0.3s;
  pointer-events: none;
}
.cid-uC2qznRow1 h5 {
  margin-bottom: 1rem;
}
.cid-uC2qznRow1 .item-content {
  position: absolute;
  top: 55%;
  right: 0;
  z-index: 2;
  width: 100%;
  transform: translateY(-50%);
  padding: 2rem 8rem;
  display: flex;
  flex-direction: column;
  height: 50%;
}
@media (max-width: 767px) {
  .cid-uC2qznRow1 .item-content {
    padding: 0 2rem 1.5rem;
    margin-top: 1rem;
  }
}
.cid-uC2qznRow1 img,
.cid-uC2qznRow1 .item-img {
  width: 100%;
  transition: all 0.3s;
  height: 100%;
  height: 400px;
  object-fit: cover;
}
.cid-uC2qznRow1 .item:focus,
.cid-uC2qznRow1 span:focus {
  outline: none;
}
.cid-uC2qznRow1 .item {
  margin-bottom: 2rem;
}
@media (max-width: 767px) {
  .cid-uC2qznRow1 .item {
    margin-bottom: 1rem;
  }
}
.cid-uC2qznRow1 .item-wrapper {
  position: relative;
  border-radius: 15px;
  height: 100%;
  display: flex;
  flex-flow: column nowrap;
}
.cid-uC2qznRow1 .mbr-section-title {
  color: #4e423d;
}
.cid-uC2qznRow1 .item-title {
  text-align: left;
  color: #ffffff;
}
.cid-uC2qznRow1 .item-subtitle {
  text-align: left;
  color: #ffffff;
}
.cid-uC2qznRow1 .mbr-text,
.cid-uC2qznRow1 .item .mbr-section-btn {
  text-align: left;
  color: #ffffff;
}
.cid-uC2qznRow1 .content-head {
  max-width: 800px;
}
.cid-uC2qzpohFC {
  padding-top: 1rem;
  padding-bottom: 5rem;
  background-color: #fafafa;
}
.cid-uC2qzpohFC .mbr-section-title {
  margin-bottom: 1em;
  color: #272727;
}
.cid-uC2qzpohFC .mbr-section-subtitle {
  margin-bottom: 1.5625em;
  color: #272727;
  opacity: 0.4;
}
.cid-uC2qzpohFC .item-row {
  display: grid;
  -webkit-box-align: stretch;
  -webkit-align-items: stretch;
  -ms-flex-align: stretch;
  align-items: stretch;
  grid-auto-columns: 1fr;
  grid-column-gap: 16px;
  grid-row-gap: 16px;
  grid-template-columns: repeat(4, 1fr);
  -ms-grid-rows: auto;
  grid-template-rows: auto;
}
@media (max-width: 1199px) {
  .cid-uC2qzpohFC .item-row {
    grid-template-columns: repeat(2, 1fr);
  }
}
@media (max-width: 767px) {
  .cid-uC2qzpohFC .item-row {
    grid-template-columns: repeat(1, 1fr);
  }
}
.cid-uC2qzpohFC .item {
  padding: 0;
}
.cid-uC2qzpohFC .item-wrapper {
  display: flex;
  flex-direction: column;
  align-items: stretch;
  height: 100%;
  width: 100%;
  border-radius: 10px;
  overflow: hidden;
  transform-style: preserve-3d;
  transition: .3s all;
  border: 2px solid transparent;
}
.cid-uC2qzpohFC .item-wrapper:hover {
  transform: scale3d(1.01, 1.01, 1);
  border-color: #fafafa;
}
.cid-uC2qzpohFC .item-img {
  display: flex;
  align-items: center;
  justify-content: center;
  height: 175px;
}
.cid-uC2qzpohFC .item-img img {
  width: 100%;
  object-fit: cover;
  height: 100%;
}
.cid-uC2qzpohFC .item-content {
  display: flex;
  flex-direction: column;
  align-items: stretch;
  width: 100%;
  padding: 20px 5% 6%;
  flex-grow: 1;
  background-color: #ffffff;
}
.cid-uC2qzpohFC .item-text-wrap {
  width: 100%;
  margin-bottom: 5.3em;
}
@media (max-width: 1199px) {
  .cid-uC2qzpohFC .item-text-wrap {
    margin-bottom: 4em;
  }
}
@media (max-width: 767px) {
  .cid-uC2qzpohFC .item-text-wrap {
    margin-bottom: 2em;
    max-width: 340px;
    margin-right: auto;
  }
}
.cid-uC2qzpohFC .item-title {
  color: #272727;
  margin-bottom: 0.52em;
}
.cid-uC2qzpohFC .item-subtitle {
  color: #272727;
  opacity: 0.52em;
}
.cid-uC2qzpohFC .card-bottom {
  display: flex;
  flex-direction: column;
  align-items: stretch;
  margin-top: auto;
}
.cid-uC2qzpohFC .item-name-wrap {
  display: flex;
  align-items: center;
  width: 100%;
}
.cid-uC2qzpohFC .image-wrapper {
  width: 35px;
  height: 35px;
  margin-right: 10px;
  border-radius: 300px;
  overflow: hidden;
}
.cid-uC2qzpohFC .image-wrapper img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.cid-uC2qzpohFC .mbr-text {
  flex-grow: 1;
  color: #272727;
  text-align: right;
}
.cid-uC2qzpohFC .mbr-section-btn {
  display: flex;
  margin-top: 20px;
  width: auto !important;
}
.cid-uC2qzpohFC .mbr-section-btn .btn {
  width: 100%;
  min-width: auto !important;
}
.cid-uLMRAIzUxG {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-color: #0e132f;
}
.cid-uLMRAIzUxG .mbr-fallback-image.disabled {
  display: none;
}
.cid-uLMRAIzUxG .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-uLMRAIzUxG .container {
    padding: 0 16px;
  }
}
.cid-uLMRAIzUxG .card {
  display: flex;
  flex-direction: column;
  justify-content: space-between;
}
@media (max-width: 992px) {
  .cid-uLMRAIzUxG .card {
    margin-bottom: 40px;
  }
}
.cid-uLMRAIzUxG .card .content-wrapper .title-wrapper .title-wrap {
  display: inline-flex;
  align-items: center;
  margin-bottom: 16px;
}
@media (max-width: 992px) {
  .cid-uLMRAIzUxG .card .content-wrapper .title-wrapper .title-wrap {
    margin-bottom: 40px;
  }
}
.cid-uLMRAIzUxG .card .content-wrapper .title-wrapper .title-wrap img {
  width: 32px;
  height: 32px;
  object-fit: contain;
  margin-right: 1rem;
}
.cid-uLMRAIzUxG .card .content-wrapper .title-wrapper .title-wrap .mbr-section-title {
  margin-bottom: 0;
}
.cid-uLMRAIzUxG .card .content-wrapper .copyright {
  margin-bottom: 20px;
}
@media (max-width: 992px) {
  .cid-uLMRAIzUxG .card .content-wrapper .copyright {
    margin-bottom: 40px;
  }
}
.cid-uLMRAIzUxG .card .social-wrapper .social-wrap {
  display: inline-flex;
  flex-wrap: wrap;
}
.cid-uLMRAIzUxG .card .social-wrapper .social-wrap .mbr-iconfont {
  font-size: 20px;
  margin-right: 48px;
  color: #ffffff;
}
.cid-uLMRAIzUxG .list-wrapper .mbr-card-title {
  margin-bottom: 16px;
}
.cid-uLMRAIzUxG .list-wrapper .list {
  margin: 0;
  padding: 0;
  list-style-type: none;
}
.cid-uLMRAIzUxG .list-wrapper .list .item-wrap {
  margin-bottom: 16px;
}
@media (max-width: 992px) {
  .cid-uLMRAIzUxG .list-wrapper .list {
    margin-bottom: 40px;
  }
}
.cid-uLMRAIzUxG .mbr-section-title {
  color: #ffffff;
}
.cid-uLMRAIzUxG .copyright {
  color: #ffffff;
}
.cid-uLMRAIzUxG .mbr-card-title {
  color: #D4FE00;
}
.cid-uLMRAIzUxG .list {
  color: #ffffff;
}
.cid-uLMT5bnPh6 .navbar-dropdown {
  background-color: #ffffff !important;
  padding: 0;
}
.cid-uLMT5bnPh6 .navbar.navbar-expand-lg .dropdown .dropdown-menu {
  background-color: #ffffff !important;
  background: #ffffff;
}
.cid-uLMT5bnPh6 .navbar.navbar-expand-lg .dropdown .dropdown-menu .dropdown-submenu {
  margin: 0;
  left: 100%;
}
@media (max-width: 991px) {
  .cid-uLMT5bnPh6 .menu_box .navbar.opened,
  .cid-uLMT5bnPh6 .menu_box .navbar-collapse {
    background-color: #ffffff !important;
    transition: all 0s ease 0s;
  }
}
.cid-uLMT5bnPh6 .navbar-dropdown {
  position: relative !important;
}
.cid-uLMT5bnPh6 .btn {
  min-height: auto;
  box-shadow: none;
  margin-top: 0;
}
.cid-uLMT5bnPh6 .btn:hover {
  box-shadow: none;
}
@media (min-width: 992px) {
  .cid-uLMT5bnPh6 .offcanvas_image img {
    width: auto;
    object-fit: cover;
    display: inline-block;
  }
  .cid-uLMT5bnPh6 .offcanvas-header {
    position: relative;
    padding: 0;
  }
  .cid-uLMT5bnPh6 .offcanvas-header .btn-close {
    position: absolute;
    top: -70px;
    right: 0;
    width: 35px;
    height: 30px;
  }
  .cid-uLMT5bnPh6 .offcanvas-body {
    text-align: center;
    padding: 0;
  }
  .cid-uLMT5bnPh6 .offcanvas-body .mbr-text,
  .cid-uLMT5bnPh6 .offcanvas-body .mbr-section-subtitle {
    margin-top: 14px;
  }
  .cid-uLMT5bnPh6 .offcanvas-body .offcanvas_contact {
    margin: 35px 0;
  }
  .cid-uLMT5bnPh6 .offcanvas_box button.btn_offcanvas {
    outline: none;
    width: 40px;
    height: 40px;
    cursor: pointer;
    transition: all 0.2s;
    position: relative;
    align-self: center;
  }
  .cid-uLMT5bnPh6 .offcanvas_box button.btn_offcanvas .hamburger span {
    position: absolute;
    right: 0;
    width: 40px;
    height: 2px;
    border-right: 5px;
    background-color: #474747;
  }
  .cid-uLMT5bnPh6 .offcanvas_box button.btn_offcanvas .hamburger span:nth-child(1) {
    top: 18px;
    transition: all 0.2s;
  }
  .cid-uLMT5bnPh6 .offcanvas_box button.btn_offcanvas .hamburger span:nth-child(2) {
    top: 25px;
    transition: all 0.2s;
  }
  .cid-uLMT5bnPh6 .offcanvas_box button.btn_offcanvas:hover .hamburger span {
    width: 36px;
  }
  .cid-uLMT5bnPh6 .offcanvas_box button.btn_offcanvas:hover .hamburger span:nth-child(2) {
    width: 33px;
    transition-delay: 0.2s;
  }
  .cid-uLMT5bnPh6 ul.navbar-nav {
    padding-bottom: 1.5rem;
  }
  .cid-uLMT5bnPh6 .dropdown-menu .dropdown-toggle[data-toggle="dropdown-submenu"]::after,
  .cid-uLMT5bnPh6 .link.dropdown-toggle::after {
    display: inline-block;
    width: 7px;
    height: 7px;
    margin-left: .5rem;
    margin-bottom: 2px;
    content: "";
    border: 2px solid;
    border-left: none;
    border-top: none;
    transform: rotate(-45deg);
  }
  .cid-uLMT5bnPh6 .link.dropdown-toggle::after {
    padding: 0 !important;
    transform: rotate(45deg);
  }
  .cid-uLMT5bnPh6 li.nav-item {
    position: relative;
    display: inline-block;
    padding: 1px 7px !important;
    vertical-align: middle;
    line-height: 2em !important;
    font-weight: 600 !important;
    text-decoration: none;
    letter-spacing: 0 !important;
    z-index: 1;
  }
  .cid-uLMT5bnPh6 .lg_brand {
    margin: 0 1rem;
  }
}
.cid-uLMT5bnPh6 .nav-item {
  margin: 4px 15px;
}
@media (min-width: 1200px) {
  .cid-uLMT5bnPh6 .nav-item {
    margin: 4px 20px;
  }
}
@media (max-width: 991px) {
  .cid-uLMT5bnPh6 .nav-item {
    margin: 0 !important;
  }
}
.cid-uLMT5bnPh6 .dropdown-menu {
  border-radius: 0;
  box-shadow: none;
  text-align: left;
}
@media (min-width: 992px) {
  .cid-uLMT5bnPh6 .dropdown-menu {
    padding: 18px 34px 22px;
    min-width: 250px;
    top: auto !important;
    left: -40px !important;
  }
  .cid-uLMT5bnPh6 .dropdown-menu.dropdown-submenu {
    left: 215px !important;
    top: -45% !important;
  }
}
@media (max-width: 991px) {
  .cid-uLMT5bnPh6 .dropdown-menu .dropdown-toggle[data-toggle="dropdown-submenu"]::after,
  .cid-uLMT5bnPh6 .link.dropdown-toggle::after {
    display: inline-block;
    width: 7px;
    height: 7px;
    margin-left: .5rem;
    margin-bottom: 2px;
    content: "";
    border: 2px solid;
    border-left: none;
    border-top: none;
    transform: rotate(-45deg);
    right: 15px;
    position: absolute;
    margin-top: -2px;
  }
  .cid-uLMT5bnPh6 .show.dropdown-toggle[aria-expanded="true"]::after {
    transform: rotate(45deg);
    margin-top: -4px;
  }
  .cid-uLMT5bnPh6 .offcanvas_box {
    display: none;
  }
}
.cid-uLMT5bnPh6 .dropdown-item {
  border: none;
  font-weight: 400 !important;
}
.cid-uLMT5bnPh6 .nav-dropdown .link {
  font-weight: 400 !important;
  padding: 0 !important;
  margin: 0 !important;
}
.cid-uLMT5bnPh6 .nav-dropdown .link.dropdown-toggle::after {
  margin-left: 0.5rem;
  margin-top: 0;
}
.cid-uLMT5bnPh6 .container {
  display: flex;
  margin: auto;
}
.cid-uLMT5bnPh6 .iconfont-wrapper {
  color: #e0bdb6;
  font-size: 17px;
  margin-right: 10px;
  margin-bottom: 5px;
  width: 25px;
  height: 25px;
  border-radius: 50%;
  display: flex;
  justify-content: center;
  align-items: center;
  transition: all 0.2s ease-in-out;
}
.cid-uLMT5bnPh6 .iconfont-wrapper:last-child {
  margin-right: 0;
}
.cid-uLMT5bnPh6 .iconfont-wrapper:hover {
  opacity: .5;
}
.cid-uLMT5bnPh6 .navbar-caption {
  color: #747474;
}
.cid-uLMT5bnPh6 .navbar-nav {
  margin: 0 1rem;
}
@media (min-width: 992px) {
  .cid-uLMT5bnPh6 .navbar-nav {
    margin: 0;
  }
}
.cid-uLMT5bnPh6 .dropdown-menu,
.cid-uLMT5bnPh6 .navbar.opened {
  background-color: false !important;
}
.cid-uLMT5bnPh6 .nav-item:focus,
.cid-uLMT5bnPh6 .nav-link:focus {
  outline: none;
}
.cid-uLMT5bnPh6 .dropdown .dropdown-menu .dropdown-item {
  width: auto;
  transition: all 0.25s ease-in-out;
}
.cid-uLMT5bnPh6 .dropdown .dropdown-menu .dropdown-item::after {
  right: 0.5rem;
}
.cid-uLMT5bnPh6 .dropdown .dropdown-menu .dropdown-item .mbr-iconfont {
  margin-right: 0.5rem;
  vertical-align: sub;
}
.cid-uLMT5bnPh6 .dropdown .dropdown-menu .dropdown-item .mbr-iconfont:before {
  display: inline-block;
  transform: scale(1, 1);
  transition: all 0.25s ease-in-out;
}
.cid-uLMT5bnPh6 .collapsed .dropdown-menu .dropdown-item:before {
  display: none;
}
.cid-uLMT5bnPh6 .collapsed .dropdown .dropdown-menu .dropdown-item {
  padding: 0.235em 1.5em 0.235em 1.5em !important;
  transition: none;
  margin: 0 !important;
}
.cid-uLMT5bnPh6 .navbar {
  min-height: 70px;
  padding: 20px 0;
  transition: all 0.3s;
  border-bottom-width: 0px;
}
@media (max-width: 992px) {
  .cid-uLMT5bnPh6 .navbar {
    min-height: 30px;
    max-height: 90px;
  }
}
.cid-uLMT5bnPh6 .navbar.opened {
  transition: all 0.3s;
}
.cid-uLMT5bnPh6 .navbar .dropdown-item {
  padding: 0;
  margin: 8px 0;
}
.cid-uLMT5bnPh6 .navbar .navbar-logo img {
  width: auto;
  object-fit: contain;
  border-radius: 0;
}
.cid-uLMT5bnPh6 .navbar .navbar-collapse {
  justify-content: space-between;
  z-index: 1;
}
.cid-uLMT5bnPh6 .navbar.collapsed {
  justify-content: center;
}
.cid-uLMT5bnPh6 .navbar.collapsed .nav-item .nav-link::before {
  display: none;
}
.cid-uLMT5bnPh6 .navbar.collapsed.opened .dropdown-menu {
  top: 0;
}
.cid-uLMT5bnPh6 .navbar.collapsed .dropdown-menu .dropdown-submenu {
  left: 0 !important;
}
.cid-uLMT5bnPh6 .navbar.collapsed .dropdown-menu .dropdown-item:after {
  right: auto;
}
.cid-uLMT5bnPh6 .navbar.collapsed ul.navbar-nav li {
  margin: auto;
}
.cid-uLMT5bnPh6 .navbar.collapsed .dropdown-menu .dropdown-item {
  padding: 0.25rem 1.5rem;
  text-align: left;
}
.cid-uLMT5bnPh6 .navbar.collapsed .icons-menu {
  padding: 0;
}
@media (max-width: 991px) {
  .cid-uLMT5bnPh6 .navbar .nav-item {
    padding: .5rem 0;
  }
  .cid-uLMT5bnPh6 .navbar .navbar-collapse {
    padding: 34px 0;
    border-radius: 25px;
  }
  .cid-uLMT5bnPh6 .navbar .nav-item .nav-link::before {
    display: none;
  }
  .cid-uLMT5bnPh6 .navbar.opened .dropdown-menu {
    top: 0;
  }
  .cid-uLMT5bnPh6 .navbar .dropdown-menu {
    padding: 6px 0 6px 15px;
  }
  .cid-uLMT5bnPh6 .navbar .dropdown-menu .dropdown-submenu {
    left: 0 !important;
  }
  .cid-uLMT5bnPh6 .navbar .dropdown-menu .dropdown-item:after {
    right: auto;
    margin-top: -0.4rem;
  }
  .cid-uLMT5bnPh6 .navbar .navbar-logo img {
    height: 3rem !important;
  }
  .cid-uLMT5bnPh6 .navbar ul.navbar-nav {
    overflow: hidden;
  }
  .cid-uLMT5bnPh6 .navbar ul.navbar-nav li {
    margin: 0;
  }
  .cid-uLMT5bnPh6 .navbar .dropdown-menu .dropdown-item {
    padding: 0 !important;
    margin: 0;
    margin-top: 8px;
    text-align: left;
  }
  .cid-uLMT5bnPh6 .navbar .navbar-brand {
    flex-shrink: initial;
    flex-basis: auto;
    word-break: break-word;
    padding-right: 2rem;
  }
  .cid-uLMT5bnPh6 .navbar .navbar-toggler {
    flex-basis: auto;
  }
  .cid-uLMT5bnPh6 .navbar .icons-menu {
    padding: 0;
  }
}
.cid-uLMT5bnPh6 .navbar.navbar-short {
  min-height: 60px;
}
.cid-uLMT5bnPh6 .navbar.navbar-short .navbar-logo img {
  height: 2.5rem !important;
}
.cid-uLMT5bnPh6 .navbar.navbar-short .navbar-brand {
  min-height: 60px;
  padding: 0;
}
.cid-uLMT5bnPh6 .navbar-brand {
  min-height: 70px;
  flex-shrink: 0;
  align-items: center;
  margin-right: 0;
  padding: 10px 0;
  transition: all 0.3s;
  word-break: break-word;
  z-index: 1;
}
.cid-uLMT5bnPh6 .navbar-brand .navbar-caption {
  line-height: inherit !important;
}
.cid-uLMT5bnPh6 .navbar-brand .navbar-logo a {
  outline: none;
}
.cid-uLMT5bnPh6 .dropdown-item.active,
.cid-uLMT5bnPh6 .dropdown-item:active {
  background-color: transparent;
}
.cid-uLMT5bnPh6 .navbar-expand-lg .navbar-nav .nav-link {
  padding: 0;
}
.cid-uLMT5bnPh6 .nav-dropdown .link.dropdown-toggle {
  margin-right: 1.667em;
}
.cid-uLMT5bnPh6 .nav-dropdown .link.dropdown-toggle[aria-expanded="true"] {
  margin-right: 0;
  padding: 0.667em 1.667em;
}
.cid-uLMT5bnPh6 .navbar .dropdown.open > .dropdown-menu {
  display: block;
}
.cid-uLMT5bnPh6 ul.navbar-nav {
  flex-wrap: wrap;
  padding: 36px 0;
  border-bottom: 1px solid #0e132f;
}
.cid-uLMT5bnPh6 .navbar-buttons {
  text-align: center;
  min-width: 170px;
}
.cid-uLMT5bnPh6 button.navbar-toggler {
  outline: none;
  width: 48px;
  height: 48px;
  border-radius: 50%;
  cursor: pointer;
  transition: all 0.2s;
  position: relative;
  align-self: center;
  color: #ffffff;
  background: #ffffff;
}
.cid-uLMT5bnPh6 button.navbar-toggler .hamburger span {
  position: absolute;
  right: 10px;
  margin-top: 14px;
  width: 26px;
  height: 2px;
  border-right: 5px;
  background-color: #474747;
}
.cid-uLMT5bnPh6 button.navbar-toggler .hamburger span:nth-child(1) {
  top: 0;
  transition: all 0.2s;
}
.cid-uLMT5bnPh6 button.navbar-toggler .hamburger span:nth-child(2) {
  top: 8px;
  transition: all 0.15s;
}
.cid-uLMT5bnPh6 button.navbar-toggler .hamburger span:nth-child(3) {
  top: 8px;
  transition: all 0.15s;
}
.cid-uLMT5bnPh6 button.navbar-toggler .hamburger span:nth-child(4) {
  top: 16px;
  transition: all 0.2s;
}
.cid-uLMT5bnPh6 nav.opened .hamburger span:nth-child(1) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-uLMT5bnPh6 nav.opened .hamburger span:nth-child(2) {
  transform: rotate(45deg);
  transition: all 0.25s;
}
.cid-uLMT5bnPh6 nav.opened .hamburger span:nth-child(3) {
  transform: rotate(-45deg);
  transition: all 0.25s;
}
.cid-uLMT5bnPh6 nav.opened .hamburger span:nth-child(4) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-uLMT5bnPh6 a.nav-link {
  display: flex;
  align-items: center;
  justify-content: flex-start;
}
.cid-uLMT5bnPh6 .icons-menu {
  flex-wrap: nowrap;
  display: flex;
  justify-content: center;
  padding: 0;
  text-align: center;
  margin-bottom: 35px;
}
@media screen and (-ms-high-contrast: active), (-ms-high-contrast: none) {
  .cid-uLMT5bnPh6 .navbar {
    height: 70px;
  }
  .cid-uLMT5bnPh6 .navbar.opened {
    height: auto;
  }
  .cid-uLMT5bnPh6 .nav-item .nav-link:hover::before {
    width: 175%;
    max-width: calc(100% + 2rem);
    left: -1rem;
  }
}
.cid-uLMT5bnPh6 .navbar-dropdown .navbar-logo {
  margin-right: 15px;
}
@media (min-width: 768px) {
  .cid-uLMT5bnPh6 .container-fluid {
    padding-left: 30px;
    padding-right: 30px;
  }
}
.cid-uLMT5bnPh6 .mbr-section-btn-main {
  padding-top: 5px;
}
.cid-uLMT5bnPh6 .mbr-section-btn-main .btn {
  margin: 0 4px 4px 4px;
}
.cid-uLMT5bnPh6 .navbar-caption:hover {
  color: #2554ab;
}
@media (min-width: 992px) {
  .cid-uLMT5bnPh6 .dropdown-menu.dropdown-submenu {
    left: 175px !important;
    top: -45% !important;
  }
}
.cid-uLMT5bnPh6 .nav-link {
  position: relative;
}
.cid-uLMT5bnPh6 .nav-link:before {
  content: '';
  position: absolute;
  left: -12px;
  width: 6px;
  height: 6px;
  border-radius: 100%;
  background-color: #2554ab;
  transition: all .3s ease;
  opacity: 0;
}
.cid-uLMT5bnPh6 .nav-link:hover:before {
  opacity: 1;
}
.cid-uLMT5bnPh6 .mbr-section-subtitle {
  color: #ffffff;
}
.cid-uLMT5bnPh6 .mbr-text {
  color: #ffffff;
  text-align: center;
}
.cid-uLMT5bnPh6 .text_widget {
  color: #ffffff;
}
.cid-uLMT5bnPh6 .mbr-section-subtitle,
.cid-uLMT5bnPh6 .text_widget,
.cid-uLMT5bnPh6 .mbr-section-btn {
  text-align: center;
}
.cid-uLMT5bnPh6 a[class*="text-"]:not(.nav-link):not(.dropdown-item):not([role]):not(.navbar-caption):hover {
  background-image: none;
}
.cid-uC1YLUQlzH {
  padding-top: 0rem;
  padding-bottom: 0rem;
  background-color: #ffffff;
}
.cid-uC1YLUQlzH .item-img {
  position: relative;
  overflow: hidden;
}
.cid-uC1YLUQlzH .item-img:before {
  content: '';
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
  left: 0;
  background: black;
  opacity: 0.3;
  z-index: 1;
  transition: all 0.3s;
  pointer-events: none;
}
.cid-uC1YLUQlzH h5 {
  margin-bottom: 1rem;
}
.cid-uC1YLUQlzH .item-content {
  position: absolute;
  top: 55%;
  right: 0;
  z-index: 2;
  width: 100%;
  transform: translateY(-50%);
  padding: 2rem 8rem;
  display: flex;
  flex-direction: column;
  height: 50%;
}
@media (max-width: 767px) {
  .cid-uC1YLUQlzH .item-content {
    padding: 0 2rem 1.5rem;
    margin-top: 1rem;
  }
}
.cid-uC1YLUQlzH img,
.cid-uC1YLUQlzH .item-img {
  width: 100%;
  transition: all 0.3s;
  height: 100%;
  height: 400px;
  object-fit: cover;
}
.cid-uC1YLUQlzH .item:focus,
.cid-uC1YLUQlzH span:focus {
  outline: none;
}
.cid-uC1YLUQlzH .item {
  margin-bottom: 2rem;
}
@media (max-width: 767px) {
  .cid-uC1YLUQlzH .item {
    margin-bottom: 1rem;
  }
}
.cid-uC1YLUQlzH .item-wrapper {
  position: relative;
  border-radius: 15px;
  height: 100%;
  display: flex;
  flex-flow: column nowrap;
}
.cid-uC1YLUQlzH .mbr-section-title {
  color: #4e423d;
}
.cid-uC1YLUQlzH .item-title {
  text-align: left;
  color: #ffffff;
}
.cid-uC1YLUQlzH .item-subtitle {
  text-align: left;
  color: #ffffff;
}
.cid-uC1YLUQlzH .mbr-text,
.cid-uC1YLUQlzH .item .mbr-section-btn {
  text-align: left;
  color: #ffffff;
}
.cid-uC1YLUQlzH .content-head {
  max-width: 800px;
}
.cid-uC1YLWChWY {
  padding-top: 1rem;
  padding-bottom: 5rem;
  background-color: #fafafa;
}
.cid-uC1YLWChWY .mbr-section-title {
  margin-bottom: 1em;
  color: #272727;
}
.cid-uC1YLWChWY .mbr-section-subtitle {
  margin-bottom: 1.5625em;
  color: #272727;
  opacity: 0.4;
}
.cid-uC1YLWChWY .item-row {
  display: grid;
  -webkit-box-align: stretch;
  -webkit-align-items: stretch;
  -ms-flex-align: stretch;
  align-items: stretch;
  grid-auto-columns: 1fr;
  grid-column-gap: 16px;
  grid-row-gap: 16px;
  grid-template-columns: repeat(4, 1fr);
  -ms-grid-rows: auto;
  grid-template-rows: auto;
}
@media (max-width: 1199px) {
  .cid-uC1YLWChWY .item-row {
    grid-template-columns: repeat(2, 1fr);
  }
}
@media (max-width: 767px) {
  .cid-uC1YLWChWY .item-row {
    grid-template-columns: repeat(1, 1fr);
  }
}
.cid-uC1YLWChWY .item {
  padding: 0;
}
.cid-uC1YLWChWY .item-wrapper {
  display: flex;
  flex-direction: column;
  align-items: stretch;
  height: 100%;
  width: 100%;
  border-radius: 10px;
  overflow: hidden;
  transform-style: preserve-3d;
  transition: .3s all;
  border: 2px solid transparent;
}
.cid-uC1YLWChWY .item-wrapper:hover {
  transform: scale3d(1.01, 1.01, 1);
  border-color: #fafafa;
}
.cid-uC1YLWChWY .item-img {
  display: flex;
  align-items: center;
  justify-content: center;
  height: 175px;
}
.cid-uC1YLWChWY .item-img img {
  width: 100%;
  object-fit: cover;
  height: 100%;
}
.cid-uC1YLWChWY .item-content {
  display: flex;
  flex-direction: column;
  align-items: stretch;
  width: 100%;
  padding: 20px 5% 6%;
  flex-grow: 1;
  background-color: #ffffff;
}
.cid-uC1YLWChWY .item-text-wrap {
  width: 100%;
  margin-bottom: 5.3em;
}
@media (max-width: 1199px) {
  .cid-uC1YLWChWY .item-text-wrap {
    margin-bottom: 4em;
  }
}
@media (max-width: 767px) {
  .cid-uC1YLWChWY .item-text-wrap {
    margin-bottom: 2em;
    max-width: 340px;
    margin-right: auto;
  }
}
.cid-uC1YLWChWY .item-title {
  color: #272727;
  margin-bottom: 0.52em;
}
.cid-uC1YLWChWY .item-subtitle {
  color: #272727;
  opacity: 0.52em;
}
.cid-uC1YLWChWY .card-bottom {
  display: flex;
  flex-direction: column;
  align-items: stretch;
  margin-top: auto;
}
.cid-uC1YLWChWY .item-name-wrap {
  display: flex;
  align-items: center;
  width: 100%;
}
.cid-uC1YLWChWY .image-wrapper {
  width: 35px;
  height: 35px;
  margin-right: 10px;
  border-radius: 300px;
  overflow: hidden;
}
.cid-uC1YLWChWY .image-wrapper img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.cid-uC1YLWChWY .mbr-text {
  flex-grow: 1;
  color: #272727;
  text-align: right;
}
.cid-uC1YLWChWY .mbr-section-btn {
  display: flex;
  margin-top: 20px;
  width: auto !important;
}
.cid-uC1YLWChWY .mbr-section-btn .btn {
  width: 100%;
  min-width: auto !important;
}
.cid-uLMRAIzUxG {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-color: #0e132f;
}
.cid-uLMRAIzUxG .mbr-fallback-image.disabled {
  display: none;
}
.cid-uLMRAIzUxG .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-uLMRAIzUxG .container {
    padding: 0 16px;
  }
}
.cid-uLMRAIzUxG .card {
  display: flex;
  flex-direction: column;
  justify-content: space-between;
}
@media (max-width: 992px) {
  .cid-uLMRAIzUxG .card {
    margin-bottom: 40px;
  }
}
.cid-uLMRAIzUxG .card .content-wrapper .title-wrapper .title-wrap {
  display: inline-flex;
  align-items: center;
  margin-bottom: 16px;
}
@media (max-width: 992px) {
  .cid-uLMRAIzUxG .card .content-wrapper .title-wrapper .title-wrap {
    margin-bottom: 40px;
  }
}
.cid-uLMRAIzUxG .card .content-wrapper .title-wrapper .title-wrap img {
  width: 32px;
  height: 32px;
  object-fit: contain;
  margin-right: 1rem;
}
.cid-uLMRAIzUxG .card .content-wrapper .title-wrapper .title-wrap .mbr-section-title {
  margin-bottom: 0;
}
.cid-uLMRAIzUxG .card .content-wrapper .copyright {
  margin-bottom: 20px;
}
@media (max-width: 992px) {
  .cid-uLMRAIzUxG .card .content-wrapper .copyright {
    margin-bottom: 40px;
  }
}
.cid-uLMRAIzUxG .card .social-wrapper .social-wrap {
  display: inline-flex;
  flex-wrap: wrap;
}
.cid-uLMRAIzUxG .card .social-wrapper .social-wrap .mbr-iconfont {
  font-size: 20px;
  margin-right: 48px;
  color: #ffffff;
}
.cid-uLMRAIzUxG .list-wrapper .mbr-card-title {
  margin-bottom: 16px;
}
.cid-uLMRAIzUxG .list-wrapper .list {
  margin: 0;
  padding: 0;
  list-style-type: none;
}
.cid-uLMRAIzUxG .list-wrapper .list .item-wrap {
  margin-bottom: 16px;
}
@media (max-width: 992px) {
  .cid-uLMRAIzUxG .list-wrapper .list {
    margin-bottom: 40px;
  }
}
.cid-uLMRAIzUxG .mbr-section-title {
  color: #ffffff;
}
.cid-uLMRAIzUxG .copyright {
  color: #ffffff;
}
.cid-uLMRAIzUxG .mbr-card-title {
  color: #D4FE00;
}
.cid-uLMRAIzUxG .list {
  color: #ffffff;
}
.cid-uLMT5bnPh6 .navbar-dropdown {
  background-color: #ffffff !important;
  padding: 0;
}
.cid-uLMT5bnPh6 .navbar.navbar-expand-lg .dropdown .dropdown-menu {
  background-color: #ffffff !important;
  background: #ffffff;
}
.cid-uLMT5bnPh6 .navbar.navbar-expand-lg .dropdown .dropdown-menu .dropdown-submenu {
  margin: 0;
  left: 100%;
}
@media (max-width: 991px) {
  .cid-uLMT5bnPh6 .menu_box .navbar.opened,
  .cid-uLMT5bnPh6 .menu_box .navbar-collapse {
    background-color: #ffffff !important;
    transition: all 0s ease 0s;
  }
}
.cid-uLMT5bnPh6 .navbar-dropdown {
  position: relative !important;
}
.cid-uLMT5bnPh6 .btn {
  min-height: auto;
  box-shadow: none;
  margin-top: 0;
}
.cid-uLMT5bnPh6 .btn:hover {
  box-shadow: none;
}
@media (min-width: 992px) {
  .cid-uLMT5bnPh6 .offcanvas_image img {
    width: auto;
    object-fit: cover;
    display: inline-block;
  }
  .cid-uLMT5bnPh6 .offcanvas-header {
    position: relative;
    padding: 0;
  }
  .cid-uLMT5bnPh6 .offcanvas-header .btn-close {
    position: absolute;
    top: -70px;
    right: 0;
    width: 35px;
    height: 30px;
  }
  .cid-uLMT5bnPh6 .offcanvas-body {
    text-align: center;
    padding: 0;
  }
  .cid-uLMT5bnPh6 .offcanvas-body .mbr-text,
  .cid-uLMT5bnPh6 .offcanvas-body .mbr-section-subtitle {
    margin-top: 14px;
  }
  .cid-uLMT5bnPh6 .offcanvas-body .offcanvas_contact {
    margin: 35px 0;
  }
  .cid-uLMT5bnPh6 .offcanvas_box button.btn_offcanvas {
    outline: none;
    width: 40px;
    height: 40px;
    cursor: pointer;
    transition: all 0.2s;
    position: relative;
    align-self: center;
  }
  .cid-uLMT5bnPh6 .offcanvas_box button.btn_offcanvas .hamburger span {
    position: absolute;
    right: 0;
    width: 40px;
    height: 2px;
    border-right: 5px;
    background-color: #474747;
  }
  .cid-uLMT5bnPh6 .offcanvas_box button.btn_offcanvas .hamburger span:nth-child(1) {
    top: 18px;
    transition: all 0.2s;
  }
  .cid-uLMT5bnPh6 .offcanvas_box button.btn_offcanvas .hamburger span:nth-child(2) {
    top: 25px;
    transition: all 0.2s;
  }
  .cid-uLMT5bnPh6 .offcanvas_box button.btn_offcanvas:hover .hamburger span {
    width: 36px;
  }
  .cid-uLMT5bnPh6 .offcanvas_box button.btn_offcanvas:hover .hamburger span:nth-child(2) {
    width: 33px;
    transition-delay: 0.2s;
  }
  .cid-uLMT5bnPh6 ul.navbar-nav {
    padding-bottom: 1.5rem;
  }
  .cid-uLMT5bnPh6 .dropdown-menu .dropdown-toggle[data-toggle="dropdown-submenu"]::after,
  .cid-uLMT5bnPh6 .link.dropdown-toggle::after {
    display: inline-block;
    width: 7px;
    height: 7px;
    margin-left: .5rem;
    margin-bottom: 2px;
    content: "";
    border: 2px solid;
    border-left: none;
    border-top: none;
    transform: rotate(-45deg);
  }
  .cid-uLMT5bnPh6 .link.dropdown-toggle::after {
    padding: 0 !important;
    transform: rotate(45deg);
  }
  .cid-uLMT5bnPh6 li.nav-item {
    position: relative;
    display: inline-block;
    padding: 1px 7px !important;
    vertical-align: middle;
    line-height: 2em !important;
    font-weight: 600 !important;
    text-decoration: none;
    letter-spacing: 0 !important;
    z-index: 1;
  }
  .cid-uLMT5bnPh6 .lg_brand {
    margin: 0 1rem;
  }
}
.cid-uLMT5bnPh6 .nav-item {
  margin: 4px 15px;
}
@media (min-width: 1200px) {
  .cid-uLMT5bnPh6 .nav-item {
    margin: 4px 20px;
  }
}
@media (max-width: 991px) {
  .cid-uLMT5bnPh6 .nav-item {
    margin: 0 !important;
  }
}
.cid-uLMT5bnPh6 .dropdown-menu {
  border-radius: 0;
  box-shadow: none;
  text-align: left;
}
@media (min-width: 992px) {
  .cid-uLMT5bnPh6 .dropdown-menu {
    padding: 18px 34px 22px;
    min-width: 250px;
    top: auto !important;
    left: -40px !important;
  }
  .cid-uLMT5bnPh6 .dropdown-menu.dropdown-submenu {
    left: 215px !important;
    top: -45% !important;
  }
}
@media (max-width: 991px) {
  .cid-uLMT5bnPh6 .dropdown-menu .dropdown-toggle[data-toggle="dropdown-submenu"]::after,
  .cid-uLMT5bnPh6 .link.dropdown-toggle::after {
    display: inline-block;
    width: 7px;
    height: 7px;
    margin-left: .5rem;
    margin-bottom: 2px;
    content: "";
    border: 2px solid;
    border-left: none;
    border-top: none;
    transform: rotate(-45deg);
    right: 15px;
    position: absolute;
    margin-top: -2px;
  }
  .cid-uLMT5bnPh6 .show.dropdown-toggle[aria-expanded="true"]::after {
    transform: rotate(45deg);
    margin-top: -4px;
  }
  .cid-uLMT5bnPh6 .offcanvas_box {
    display: none;
  }
}
.cid-uLMT5bnPh6 .dropdown-item {
  border: none;
  font-weight: 400 !important;
}
.cid-uLMT5bnPh6 .nav-dropdown .link {
  font-weight: 400 !important;
  padding: 0 !important;
  margin: 0 !important;
}
.cid-uLMT5bnPh6 .nav-dropdown .link.dropdown-toggle::after {
  margin-left: 0.5rem;
  margin-top: 0;
}
.cid-uLMT5bnPh6 .container {
  display: flex;
  margin: auto;
}
.cid-uLMT5bnPh6 .iconfont-wrapper {
  color: #e0bdb6;
  font-size: 17px;
  margin-right: 10px;
  margin-bottom: 5px;
  width: 25px;
  height: 25px;
  border-radius: 50%;
  display: flex;
  justify-content: center;
  align-items: center;
  transition: all 0.2s ease-in-out;
}
.cid-uLMT5bnPh6 .iconfont-wrapper:last-child {
  margin-right: 0;
}
.cid-uLMT5bnPh6 .iconfont-wrapper:hover {
  opacity: .5;
}
.cid-uLMT5bnPh6 .navbar-caption {
  color: #747474;
}
.cid-uLMT5bnPh6 .navbar-nav {
  margin: 0 1rem;
}
@media (min-width: 992px) {
  .cid-uLMT5bnPh6 .navbar-nav {
    margin: 0;
  }
}
.cid-uLMT5bnPh6 .dropdown-menu,
.cid-uLMT5bnPh6 .navbar.opened {
  background-color: false !important;
}
.cid-uLMT5bnPh6 .nav-item:focus,
.cid-uLMT5bnPh6 .nav-link:focus {
  outline: none;
}
.cid-uLMT5bnPh6 .dropdown .dropdown-menu .dropdown-item {
  width: auto;
  transition: all 0.25s ease-in-out;
}
.cid-uLMT5bnPh6 .dropdown .dropdown-menu .dropdown-item::after {
  right: 0.5rem;
}
.cid-uLMT5bnPh6 .dropdown .dropdown-menu .dropdown-item .mbr-iconfont {
  margin-right: 0.5rem;
  vertical-align: sub;
}
.cid-uLMT5bnPh6 .dropdown .dropdown-menu .dropdown-item .mbr-iconfont:before {
  display: inline-block;
  transform: scale(1, 1);
  transition: all 0.25s ease-in-out;
}
.cid-uLMT5bnPh6 .collapsed .dropdown-menu .dropdown-item:before {
  display: none;
}
.cid-uLMT5bnPh6 .collapsed .dropdown .dropdown-menu .dropdown-item {
  padding: 0.235em 1.5em 0.235em 1.5em !important;
  transition: none;
  margin: 0 !important;
}
.cid-uLMT5bnPh6 .navbar {
  min-height: 70px;
  padding: 20px 0;
  transition: all 0.3s;
  border-bottom-width: 0px;
}
@media (max-width: 992px) {
  .cid-uLMT5bnPh6 .navbar {
    min-height: 30px;
    max-height: 90px;
  }
}
.cid-uLMT5bnPh6 .navbar.opened {
  transition: all 0.3s;
}
.cid-uLMT5bnPh6 .navbar .dropdown-item {
  padding: 0;
  margin: 8px 0;
}
.cid-uLMT5bnPh6 .navbar .navbar-logo img {
  width: auto;
  object-fit: contain;
  border-radius: 0;
}
.cid-uLMT5bnPh6 .navbar .navbar-collapse {
  justify-content: space-between;
  z-index: 1;
}
.cid-uLMT5bnPh6 .navbar.collapsed {
  justify-content: center;
}
.cid-uLMT5bnPh6 .navbar.collapsed .nav-item .nav-link::before {
  display: none;
}
.cid-uLMT5bnPh6 .navbar.collapsed.opened .dropdown-menu {
  top: 0;
}
.cid-uLMT5bnPh6 .navbar.collapsed .dropdown-menu .dropdown-submenu {
  left: 0 !important;
}
.cid-uLMT5bnPh6 .navbar.collapsed .dropdown-menu .dropdown-item:after {
  right: auto;
}
.cid-uLMT5bnPh6 .navbar.collapsed ul.navbar-nav li {
  margin: auto;
}
.cid-uLMT5bnPh6 .navbar.collapsed .dropdown-menu .dropdown-item {
  padding: 0.25rem 1.5rem;
  text-align: left;
}
.cid-uLMT5bnPh6 .navbar.collapsed .icons-menu {
  padding: 0;
}
@media (max-width: 991px) {
  .cid-uLMT5bnPh6 .navbar .nav-item {
    padding: .5rem 0;
  }
  .cid-uLMT5bnPh6 .navbar .navbar-collapse {
    padding: 34px 0;
    border-radius: 25px;
  }
  .cid-uLMT5bnPh6 .navbar .nav-item .nav-link::before {
    display: none;
  }
  .cid-uLMT5bnPh6 .navbar.opened .dropdown-menu {
    top: 0;
  }
  .cid-uLMT5bnPh6 .navbar .dropdown-menu {
    padding: 6px 0 6px 15px;
  }
  .cid-uLMT5bnPh6 .navbar .dropdown-menu .dropdown-submenu {
    left: 0 !important;
  }
  .cid-uLMT5bnPh6 .navbar .dropdown-menu .dropdown-item:after {
    right: auto;
    margin-top: -0.4rem;
  }
  .cid-uLMT5bnPh6 .navbar .navbar-logo img {
    height: 3rem !important;
  }
  .cid-uLMT5bnPh6 .navbar ul.navbar-nav {
    overflow: hidden;
  }
  .cid-uLMT5bnPh6 .navbar ul.navbar-nav li {
    margin: 0;
  }
  .cid-uLMT5bnPh6 .navbar .dropdown-menu .dropdown-item {
    padding: 0 !important;
    margin: 0;
    margin-top: 8px;
    text-align: left;
  }
  .cid-uLMT5bnPh6 .navbar .navbar-brand {
    flex-shrink: initial;
    flex-basis: auto;
    word-break: break-word;
    padding-right: 2rem;
  }
  .cid-uLMT5bnPh6 .navbar .navbar-toggler {
    flex-basis: auto;
  }
  .cid-uLMT5bnPh6 .navbar .icons-menu {
    padding: 0;
  }
}
.cid-uLMT5bnPh6 .navbar.navbar-short {
  min-height: 60px;
}
.cid-uLMT5bnPh6 .navbar.navbar-short .navbar-logo img {
  height: 2.5rem !important;
}
.cid-uLMT5bnPh6 .navbar.navbar-short .navbar-brand {
  min-height: 60px;
  padding: 0;
}
.cid-uLMT5bnPh6 .navbar-brand {
  min-height: 70px;
  flex-shrink: 0;
  align-items: center;
  margin-right: 0;
  padding: 10px 0;
  transition: all 0.3s;
  word-break: break-word;
  z-index: 1;
}
.cid-uLMT5bnPh6 .navbar-brand .navbar-caption {
  line-height: inherit !important;
}
.cid-uLMT5bnPh6 .navbar-brand .navbar-logo a {
  outline: none;
}
.cid-uLMT5bnPh6 .dropdown-item.active,
.cid-uLMT5bnPh6 .dropdown-item:active {
  background-color: transparent;
}
.cid-uLMT5bnPh6 .navbar-expand-lg .navbar-nav .nav-link {
  padding: 0;
}
.cid-uLMT5bnPh6 .nav-dropdown .link.dropdown-toggle {
  margin-right: 1.667em;
}
.cid-uLMT5bnPh6 .nav-dropdown .link.dropdown-toggle[aria-expanded="true"] {
  margin-right: 0;
  padding: 0.667em 1.667em;
}
.cid-uLMT5bnPh6 .navbar .dropdown.open > .dropdown-menu {
  display: block;
}
.cid-uLMT5bnPh6 ul.navbar-nav {
  flex-wrap: wrap;
  padding: 36px 0;
  border-bottom: 1px solid #0e132f;
}
.cid-uLMT5bnPh6 .navbar-buttons {
  text-align: center;
  min-width: 170px;
}
.cid-uLMT5bnPh6 button.navbar-toggler {
  outline: none;
  width: 48px;
  height: 48px;
  border-radius: 50%;
  cursor: pointer;
  transition: all 0.2s;
  position: relative;
  align-self: center;
  color: #ffffff;
  background: #ffffff;
}
.cid-uLMT5bnPh6 button.navbar-toggler .hamburger span {
  position: absolute;
  right: 10px;
  margin-top: 14px;
  width: 26px;
  height: 2px;
  border-right: 5px;
  background-color: #474747;
}
.cid-uLMT5bnPh6 button.navbar-toggler .hamburger span:nth-child(1) {
  top: 0;
  transition: all 0.2s;
}
.cid-uLMT5bnPh6 button.navbar-toggler .hamburger span:nth-child(2) {
  top: 8px;
  transition: all 0.15s;
}
.cid-uLMT5bnPh6 button.navbar-toggler .hamburger span:nth-child(3) {
  top: 8px;
  transition: all 0.15s;
}
.cid-uLMT5bnPh6 button.navbar-toggler .hamburger span:nth-child(4) {
  top: 16px;
  transition: all 0.2s;
}
.cid-uLMT5bnPh6 nav.opened .hamburger span:nth-child(1) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-uLMT5bnPh6 nav.opened .hamburger span:nth-child(2) {
  transform: rotate(45deg);
  transition: all 0.25s;
}
.cid-uLMT5bnPh6 nav.opened .hamburger span:nth-child(3) {
  transform: rotate(-45deg);
  transition: all 0.25s;
}
.cid-uLMT5bnPh6 nav.opened .hamburger span:nth-child(4) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-uLMT5bnPh6 a.nav-link {
  display: flex;
  align-items: center;
  justify-content: flex-start;
}
.cid-uLMT5bnPh6 .icons-menu {
  flex-wrap: nowrap;
  display: flex;
  justify-content: center;
  padding: 0;
  text-align: center;
  margin-bottom: 35px;
}
@media screen and (-ms-high-contrast: active), (-ms-high-contrast: none) {
  .cid-uLMT5bnPh6 .navbar {
    height: 70px;
  }
  .cid-uLMT5bnPh6 .navbar.opened {
    height: auto;
  }
  .cid-uLMT5bnPh6 .nav-item .nav-link:hover::before {
    width: 175%;
    max-width: calc(100% + 2rem);
    left: -1rem;
  }
}
.cid-uLMT5bnPh6 .navbar-dropdown .navbar-logo {
  margin-right: 15px;
}
@media (min-width: 768px) {
  .cid-uLMT5bnPh6 .container-fluid {
    padding-left: 30px;
    padding-right: 30px;
  }
}
.cid-uLMT5bnPh6 .mbr-section-btn-main {
  padding-top: 5px;
}
.cid-uLMT5bnPh6 .mbr-section-btn-main .btn {
  margin: 0 4px 4px 4px;
}
.cid-uLMT5bnPh6 .navbar-caption:hover {
  color: #2554ab;
}
@media (min-width: 992px) {
  .cid-uLMT5bnPh6 .dropdown-menu.dropdown-submenu {
    left: 175px !important;
    top: -45% !important;
  }
}
.cid-uLMT5bnPh6 .nav-link {
  position: relative;
}
.cid-uLMT5bnPh6 .nav-link:before {
  content: '';
  position: absolute;
  left: -12px;
  width: 6px;
  height: 6px;
  border-radius: 100%;
  background-color: #2554ab;
  transition: all .3s ease;
  opacity: 0;
}
.cid-uLMT5bnPh6 .nav-link:hover:before {
  opacity: 1;
}
.cid-uLMT5bnPh6 .mbr-section-subtitle {
  color: #ffffff;
}
.cid-uLMT5bnPh6 .mbr-text {
  color: #ffffff;
  text-align: center;
}
.cid-uLMT5bnPh6 .text_widget {
  color: #ffffff;
}
.cid-uLMT5bnPh6 .mbr-section-subtitle,
.cid-uLMT5bnPh6 .text_widget,
.cid-uLMT5bnPh6 .mbr-section-btn {
  text-align: center;
}
.cid-uLMT5bnPh6 a[class*="text-"]:not(.nav-link):not(.dropdown-item):not([role]):not(.navbar-caption):hover {
  background-image: none;
}
.cid-uC2qxHnsLd {
  padding-top: 0rem;
  padding-bottom: 0rem;
  background-color: #ffffff;
}
.cid-uC2qxHnsLd .item-img {
  position: relative;
  overflow: hidden;
}
.cid-uC2qxHnsLd .item-img:before {
  content: '';
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
  left: 0;
  background: black;
  opacity: 0.3;
  z-index: 1;
  transition: all 0.3s;
  pointer-events: none;
}
.cid-uC2qxHnsLd h5 {
  margin-bottom: 1rem;
}
.cid-uC2qxHnsLd .item-content {
  position: absolute;
  top: 55%;
  right: 0;
  z-index: 2;
  width: 100%;
  transform: translateY(-50%);
  padding: 2rem 8rem;
  display: flex;
  flex-direction: column;
  height: 50%;
}
@media (max-width: 767px) {
  .cid-uC2qxHnsLd .item-content {
    padding: 0 2rem 1.5rem;
    margin-top: 1rem;
  }
}
.cid-uC2qxHnsLd img,
.cid-uC2qxHnsLd .item-img {
  width: 100%;
  transition: all 0.3s;
  height: 100%;
  height: 400px;
  object-fit: cover;
}
.cid-uC2qxHnsLd .item:focus,
.cid-uC2qxHnsLd span:focus {
  outline: none;
}
.cid-uC2qxHnsLd .item {
  margin-bottom: 2rem;
}
@media (max-width: 767px) {
  .cid-uC2qxHnsLd .item {
    margin-bottom: 1rem;
  }
}
.cid-uC2qxHnsLd .item-wrapper {
  position: relative;
  border-radius: 15px;
  height: 100%;
  display: flex;
  flex-flow: column nowrap;
}
.cid-uC2qxHnsLd .mbr-section-title {
  color: #4e423d;
}
.cid-uC2qxHnsLd .item-title {
  text-align: left;
  color: #ffffff;
}
.cid-uC2qxHnsLd .item-subtitle {
  text-align: left;
  color: #ffffff;
}
.cid-uC2qxHnsLd .mbr-text,
.cid-uC2qxHnsLd .item .mbr-section-btn {
  text-align: left;
  color: #ffffff;
}
.cid-uC2qxHnsLd .content-head {
  max-width: 800px;
}
.cid-uC2qxIN6iK {
  padding-top: 1rem;
  padding-bottom: 5rem;
  background-color: #fafafa;
}
.cid-uC2qxIN6iK .mbr-section-title {
  margin-bottom: 1em;
  color: #272727;
}
.cid-uC2qxIN6iK .mbr-section-subtitle {
  margin-bottom: 1.5625em;
  color: #272727;
  opacity: 0.4;
}
.cid-uC2qxIN6iK .item-row {
  display: grid;
  -webkit-box-align: stretch;
  -webkit-align-items: stretch;
  -ms-flex-align: stretch;
  align-items: stretch;
  grid-auto-columns: 1fr;
  grid-column-gap: 16px;
  grid-row-gap: 16px;
  grid-template-columns: repeat(4, 1fr);
  -ms-grid-rows: auto;
  grid-template-rows: auto;
}
@media (max-width: 1199px) {
  .cid-uC2qxIN6iK .item-row {
    grid-template-columns: repeat(2, 1fr);
  }
}
@media (max-width: 767px) {
  .cid-uC2qxIN6iK .item-row {
    grid-template-columns: repeat(1, 1fr);
  }
}
.cid-uC2qxIN6iK .item {
  padding: 0;
}
.cid-uC2qxIN6iK .item-wrapper {
  display: flex;
  flex-direction: column;
  align-items: stretch;
  height: 100%;
  width: 100%;
  border-radius: 10px;
  overflow: hidden;
  transform-style: preserve-3d;
  transition: .3s all;
  border: 2px solid transparent;
}
.cid-uC2qxIN6iK .item-wrapper:hover {
  transform: scale3d(1.01, 1.01, 1);
  border-color: #fafafa;
}
.cid-uC2qxIN6iK .item-img {
  display: flex;
  align-items: center;
  justify-content: center;
  height: 175px;
}
.cid-uC2qxIN6iK .item-img img {
  width: 100%;
  object-fit: cover;
  height: 100%;
}
.cid-uC2qxIN6iK .item-content {
  display: flex;
  flex-direction: column;
  align-items: stretch;
  width: 100%;
  padding: 20px 5% 6%;
  flex-grow: 1;
  background-color: #ffffff;
}
.cid-uC2qxIN6iK .item-text-wrap {
  width: 100%;
  margin-bottom: 5.3em;
}
@media (max-width: 1199px) {
  .cid-uC2qxIN6iK .item-text-wrap {
    margin-bottom: 4em;
  }
}
@media (max-width: 767px) {
  .cid-uC2qxIN6iK .item-text-wrap {
    margin-bottom: 2em;
    max-width: 340px;
    margin-right: auto;
  }
}
.cid-uC2qxIN6iK .item-title {
  color: #272727;
  margin-bottom: 0.52em;
}
.cid-uC2qxIN6iK .item-subtitle {
  color: #272727;
  opacity: 0.52em;
}
.cid-uC2qxIN6iK .card-bottom {
  display: flex;
  flex-direction: column;
  align-items: stretch;
  margin-top: auto;
}
.cid-uC2qxIN6iK .item-name-wrap {
  display: flex;
  align-items: center;
  width: 100%;
}
.cid-uC2qxIN6iK .image-wrapper {
  width: 35px;
  height: 35px;
  margin-right: 10px;
  border-radius: 300px;
  overflow: hidden;
}
.cid-uC2qxIN6iK .image-wrapper img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.cid-uC2qxIN6iK .mbr-text {
  flex-grow: 1;
  color: #272727;
  text-align: right;
}
.cid-uC2qxIN6iK .mbr-section-btn {
  display: flex;
  margin-top: 20px;
  width: auto !important;
}
.cid-uC2qxIN6iK .mbr-section-btn .btn {
  width: 100%;
  min-width: auto !important;
}
.cid-uLMRAIzUxG {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-color: #0e132f;
}
.cid-uLMRAIzUxG .mbr-fallback-image.disabled {
  display: none;
}
.cid-uLMRAIzUxG .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-uLMRAIzUxG .container {
    padding: 0 16px;
  }
}
.cid-uLMRAIzUxG .card {
  display: flex;
  flex-direction: column;
  justify-content: space-between;
}
@media (max-width: 992px) {
  .cid-uLMRAIzUxG .card {
    margin-bottom: 40px;
  }
}
.cid-uLMRAIzUxG .card .content-wrapper .title-wrapper .title-wrap {
  display: inline-flex;
  align-items: center;
  margin-bottom: 16px;
}
@media (max-width: 992px) {
  .cid-uLMRAIzUxG .card .content-wrapper .title-wrapper .title-wrap {
    margin-bottom: 40px;
  }
}
.cid-uLMRAIzUxG .card .content-wrapper .title-wrapper .title-wrap img {
  width: 32px;
  height: 32px;
  object-fit: contain;
  margin-right: 1rem;
}
.cid-uLMRAIzUxG .card .content-wrapper .title-wrapper .title-wrap .mbr-section-title {
  margin-bottom: 0;
}
.cid-uLMRAIzUxG .card .content-wrapper .copyright {
  margin-bottom: 20px;
}
@media (max-width: 992px) {
  .cid-uLMRAIzUxG .card .content-wrapper .copyright {
    margin-bottom: 40px;
  }
}
.cid-uLMRAIzUxG .card .social-wrapper .social-wrap {
  display: inline-flex;
  flex-wrap: wrap;
}
.cid-uLMRAIzUxG .card .social-wrapper .social-wrap .mbr-iconfont {
  font-size: 20px;
  margin-right: 48px;
  color: #ffffff;
}
.cid-uLMRAIzUxG .list-wrapper .mbr-card-title {
  margin-bottom: 16px;
}
.cid-uLMRAIzUxG .list-wrapper .list {
  margin: 0;
  padding: 0;
  list-style-type: none;
}
.cid-uLMRAIzUxG .list-wrapper .list .item-wrap {
  margin-bottom: 16px;
}
@media (max-width: 992px) {
  .cid-uLMRAIzUxG .list-wrapper .list {
    margin-bottom: 40px;
  }
}
.cid-uLMRAIzUxG .mbr-section-title {
  color: #ffffff;
}
.cid-uLMRAIzUxG .copyright {
  color: #ffffff;
}
.cid-uLMRAIzUxG .mbr-card-title {
  color: #D4FE00;
}
.cid-uLMRAIzUxG .list {
  color: #ffffff;
}
.cid-uLMT5bnPh6 .navbar-dropdown {
  background-color: #ffffff !important;
  padding: 0;
}
.cid-uLMT5bnPh6 .navbar.navbar-expand-lg .dropdown .dropdown-menu {
  background-color: #ffffff !important;
  background: #ffffff;
}
.cid-uLMT5bnPh6 .navbar.navbar-expand-lg .dropdown .dropdown-menu .dropdown-submenu {
  margin: 0;
  left: 100%;
}
@media (max-width: 991px) {
  .cid-uLMT5bnPh6 .menu_box .navbar.opened,
  .cid-uLMT5bnPh6 .menu_box .navbar-collapse {
    background-color: #ffffff !important;
    transition: all 0s ease 0s;
  }
}
.cid-uLMT5bnPh6 .navbar-dropdown {
  position: relative !important;
}
.cid-uLMT5bnPh6 .btn {
  min-height: auto;
  box-shadow: none;
  margin-top: 0;
}
.cid-uLMT5bnPh6 .btn:hover {
  box-shadow: none;
}
@media (min-width: 992px) {
  .cid-uLMT5bnPh6 .offcanvas_image img {
    width: auto;
    object-fit: cover;
    display: inline-block;
  }
  .cid-uLMT5bnPh6 .offcanvas-header {
    position: relative;
    padding: 0;
  }
  .cid-uLMT5bnPh6 .offcanvas-header .btn-close {
    position: absolute;
    top: -70px;
    right: 0;
    width: 35px;
    height: 30px;
  }
  .cid-uLMT5bnPh6 .offcanvas-body {
    text-align: center;
    padding: 0;
  }
  .cid-uLMT5bnPh6 .offcanvas-body .mbr-text,
  .cid-uLMT5bnPh6 .offcanvas-body .mbr-section-subtitle {
    margin-top: 14px;
  }
  .cid-uLMT5bnPh6 .offcanvas-body .offcanvas_contact {
    margin: 35px 0;
  }
  .cid-uLMT5bnPh6 .offcanvas_box button.btn_offcanvas {
    outline: none;
    width: 40px;
    height: 40px;
    cursor: pointer;
    transition: all 0.2s;
    position: relative;
    align-self: center;
  }
  .cid-uLMT5bnPh6 .offcanvas_box button.btn_offcanvas .hamburger span {
    position: absolute;
    right: 0;
    width: 40px;
    height: 2px;
    border-right: 5px;
    background-color: #474747;
  }
  .cid-uLMT5bnPh6 .offcanvas_box button.btn_offcanvas .hamburger span:nth-child(1) {
    top: 18px;
    transition: all 0.2s;
  }
  .cid-uLMT5bnPh6 .offcanvas_box button.btn_offcanvas .hamburger span:nth-child(2) {
    top: 25px;
    transition: all 0.2s;
  }
  .cid-uLMT5bnPh6 .offcanvas_box button.btn_offcanvas:hover .hamburger span {
    width: 36px;
  }
  .cid-uLMT5bnPh6 .offcanvas_box button.btn_offcanvas:hover .hamburger span:nth-child(2) {
    width: 33px;
    transition-delay: 0.2s;
  }
  .cid-uLMT5bnPh6 ul.navbar-nav {
    padding-bottom: 1.5rem;
  }
  .cid-uLMT5bnPh6 .dropdown-menu .dropdown-toggle[data-toggle="dropdown-submenu"]::after,
  .cid-uLMT5bnPh6 .link.dropdown-toggle::after {
    display: inline-block;
    width: 7px;
    height: 7px;
    margin-left: .5rem;
    margin-bottom: 2px;
    content: "";
    border: 2px solid;
    border-left: none;
    border-top: none;
    transform: rotate(-45deg);
  }
  .cid-uLMT5bnPh6 .link.dropdown-toggle::after {
    padding: 0 !important;
    transform: rotate(45deg);
  }
  .cid-uLMT5bnPh6 li.nav-item {
    position: relative;
    display: inline-block;
    padding: 1px 7px !important;
    vertical-align: middle;
    line-height: 2em !important;
    font-weight: 600 !important;
    text-decoration: none;
    letter-spacing: 0 !important;
    z-index: 1;
  }
  .cid-uLMT5bnPh6 .lg_brand {
    margin: 0 1rem;
  }
}
.cid-uLMT5bnPh6 .nav-item {
  margin: 4px 15px;
}
@media (min-width: 1200px) {
  .cid-uLMT5bnPh6 .nav-item {
    margin: 4px 20px;
  }
}
@media (max-width: 991px) {
  .cid-uLMT5bnPh6 .nav-item {
    margin: 0 !important;
  }
}
.cid-uLMT5bnPh6 .dropdown-menu {
  border-radius: 0;
  box-shadow: none;
  text-align: left;
}
@media (min-width: 992px) {
  .cid-uLMT5bnPh6 .dropdown-menu {
    padding: 18px 34px 22px;
    min-width: 250px;
    top: auto !important;
    left: -40px !important;
  }
  .cid-uLMT5bnPh6 .dropdown-menu.dropdown-submenu {
    left: 215px !important;
    top: -45% !important;
  }
}
@media (max-width: 991px) {
  .cid-uLMT5bnPh6 .dropdown-menu .dropdown-toggle[data-toggle="dropdown-submenu"]::after,
  .cid-uLMT5bnPh6 .link.dropdown-toggle::after {
    display: inline-block;
    width: 7px;
    height: 7px;
    margin-left: .5rem;
    margin-bottom: 2px;
    content: "";
    border: 2px solid;
    border-left: none;
    border-top: none;
    transform: rotate(-45deg);
    right: 15px;
    position: absolute;
    margin-top: -2px;
  }
  .cid-uLMT5bnPh6 .show.dropdown-toggle[aria-expanded="true"]::after {
    transform: rotate(45deg);
    margin-top: -4px;
  }
  .cid-uLMT5bnPh6 .offcanvas_box {
    display: none;
  }
}
.cid-uLMT5bnPh6 .dropdown-item {
  border: none;
  font-weight: 400 !important;
}
.cid-uLMT5bnPh6 .nav-dropdown .link {
  font-weight: 400 !important;
  padding: 0 !important;
  margin: 0 !important;
}
.cid-uLMT5bnPh6 .nav-dropdown .link.dropdown-toggle::after {
  margin-left: 0.5rem;
  margin-top: 0;
}
.cid-uLMT5bnPh6 .container {
  display: flex;
  margin: auto;
}
.cid-uLMT5bnPh6 .iconfont-wrapper {
  color: #e0bdb6;
  font-size: 17px;
  margin-right: 10px;
  margin-bottom: 5px;
  width: 25px;
  height: 25px;
  border-radius: 50%;
  display: flex;
  justify-content: center;
  align-items: center;
  transition: all 0.2s ease-in-out;
}
.cid-uLMT5bnPh6 .iconfont-wrapper:last-child {
  margin-right: 0;
}
.cid-uLMT5bnPh6 .iconfont-wrapper:hover {
  opacity: .5;
}
.cid-uLMT5bnPh6 .navbar-caption {
  color: #747474;
}
.cid-uLMT5bnPh6 .navbar-nav {
  margin: 0 1rem;
}
@media (min-width: 992px) {
  .cid-uLMT5bnPh6 .navbar-nav {
    margin: 0;
  }
}
.cid-uLMT5bnPh6 .dropdown-menu,
.cid-uLMT5bnPh6 .navbar.opened {
  background-color: false !important;
}
.cid-uLMT5bnPh6 .nav-item:focus,
.cid-uLMT5bnPh6 .nav-link:focus {
  outline: none;
}
.cid-uLMT5bnPh6 .dropdown .dropdown-menu .dropdown-item {
  width: auto;
  transition: all 0.25s ease-in-out;
}
.cid-uLMT5bnPh6 .dropdown .dropdown-menu .dropdown-item::after {
  right: 0.5rem;
}
.cid-uLMT5bnPh6 .dropdown .dropdown-menu .dropdown-item .mbr-iconfont {
  margin-right: 0.5rem;
  vertical-align: sub;
}
.cid-uLMT5bnPh6 .dropdown .dropdown-menu .dropdown-item .mbr-iconfont:before {
  display: inline-block;
  transform: scale(1, 1);
  transition: all 0.25s ease-in-out;
}
.cid-uLMT5bnPh6 .collapsed .dropdown-menu .dropdown-item:before {
  display: none;
}
.cid-uLMT5bnPh6 .collapsed .dropdown .dropdown-menu .dropdown-item {
  padding: 0.235em 1.5em 0.235em 1.5em !important;
  transition: none;
  margin: 0 !important;
}
.cid-uLMT5bnPh6 .navbar {
  min-height: 70px;
  padding: 20px 0;
  transition: all 0.3s;
  border-bottom-width: 0px;
}
@media (max-width: 992px) {
  .cid-uLMT5bnPh6 .navbar {
    min-height: 30px;
    max-height: 90px;
  }
}
.cid-uLMT5bnPh6 .navbar.opened {
  transition: all 0.3s;
}
.cid-uLMT5bnPh6 .navbar .dropdown-item {
  padding: 0;
  margin: 8px 0;
}
.cid-uLMT5bnPh6 .navbar .navbar-logo img {
  width: auto;
  object-fit: contain;
  border-radius: 0;
}
.cid-uLMT5bnPh6 .navbar .navbar-collapse {
  justify-content: space-between;
  z-index: 1;
}
.cid-uLMT5bnPh6 .navbar.collapsed {
  justify-content: center;
}
.cid-uLMT5bnPh6 .navbar.collapsed .nav-item .nav-link::before {
  display: none;
}
.cid-uLMT5bnPh6 .navbar.collapsed.opened .dropdown-menu {
  top: 0;
}
.cid-uLMT5bnPh6 .navbar.collapsed .dropdown-menu .dropdown-submenu {
  left: 0 !important;
}
.cid-uLMT5bnPh6 .navbar.collapsed .dropdown-menu .dropdown-item:after {
  right: auto;
}
.cid-uLMT5bnPh6 .navbar.collapsed ul.navbar-nav li {
  margin: auto;
}
.cid-uLMT5bnPh6 .navbar.collapsed .dropdown-menu .dropdown-item {
  padding: 0.25rem 1.5rem;
  text-align: left;
}
.cid-uLMT5bnPh6 .navbar.collapsed .icons-menu {
  padding: 0;
}
@media (max-width: 991px) {
  .cid-uLMT5bnPh6 .navbar .nav-item {
    padding: .5rem 0;
  }
  .cid-uLMT5bnPh6 .navbar .navbar-collapse {
    padding: 34px 0;
    border-radius: 25px;
  }
  .cid-uLMT5bnPh6 .navbar .nav-item .nav-link::before {
    display: none;
  }
  .cid-uLMT5bnPh6 .navbar.opened .dropdown-menu {
    top: 0;
  }
  .cid-uLMT5bnPh6 .navbar .dropdown-menu {
    padding: 6px 0 6px 15px;
  }
  .cid-uLMT5bnPh6 .navbar .dropdown-menu .dropdown-submenu {
    left: 0 !important;
  }
  .cid-uLMT5bnPh6 .navbar .dropdown-menu .dropdown-item:after {
    right: auto;
    margin-top: -0.4rem;
  }
  .cid-uLMT5bnPh6 .navbar .navbar-logo img {
    height: 3rem !important;
  }
  .cid-uLMT5bnPh6 .navbar ul.navbar-nav {
    overflow: hidden;
  }
  .cid-uLMT5bnPh6 .navbar ul.navbar-nav li {
    margin: 0;
  }
  .cid-uLMT5bnPh6 .navbar .dropdown-menu .dropdown-item {
    padding: 0 !important;
    margin: 0;
    margin-top: 8px;
    text-align: left;
  }
  .cid-uLMT5bnPh6 .navbar .navbar-brand {
    flex-shrink: initial;
    flex-basis: auto;
    word-break: break-word;
    padding-right: 2rem;
  }
  .cid-uLMT5bnPh6 .navbar .navbar-toggler {
    flex-basis: auto;
  }
  .cid-uLMT5bnPh6 .navbar .icons-menu {
    padding: 0;
  }
}
.cid-uLMT5bnPh6 .navbar.navbar-short {
  min-height: 60px;
}
.cid-uLMT5bnPh6 .navbar.navbar-short .navbar-logo img {
  height: 2.5rem !important;
}
.cid-uLMT5bnPh6 .navbar.navbar-short .navbar-brand {
  min-height: 60px;
  padding: 0;
}
.cid-uLMT5bnPh6 .navbar-brand {
  min-height: 70px;
  flex-shrink: 0;
  align-items: center;
  margin-right: 0;
  padding: 10px 0;
  transition: all 0.3s;
  word-break: break-word;
  z-index: 1;
}
.cid-uLMT5bnPh6 .navbar-brand .navbar-caption {
  line-height: inherit !important;
}
.cid-uLMT5bnPh6 .navbar-brand .navbar-logo a {
  outline: none;
}
.cid-uLMT5bnPh6 .dropdown-item.active,
.cid-uLMT5bnPh6 .dropdown-item:active {
  background-color: transparent;
}
.cid-uLMT5bnPh6 .navbar-expand-lg .navbar-nav .nav-link {
  padding: 0;
}
.cid-uLMT5bnPh6 .nav-dropdown .link.dropdown-toggle {
  margin-right: 1.667em;
}
.cid-uLMT5bnPh6 .nav-dropdown .link.dropdown-toggle[aria-expanded="true"] {
  margin-right: 0;
  padding: 0.667em 1.667em;
}
.cid-uLMT5bnPh6 .navbar .dropdown.open > .dropdown-menu {
  display: block;
}
.cid-uLMT5bnPh6 ul.navbar-nav {
  flex-wrap: wrap;
  padding: 36px 0;
  border-bottom: 1px solid #0e132f;
}
.cid-uLMT5bnPh6 .navbar-buttons {
  text-align: center;
  min-width: 170px;
}
.cid-uLMT5bnPh6 button.navbar-toggler {
  outline: none;
  width: 48px;
  height: 48px;
  border-radius: 50%;
  cursor: pointer;
  transition: all 0.2s;
  position: relative;
  align-self: center;
  color: #ffffff;
  background: #ffffff;
}
.cid-uLMT5bnPh6 button.navbar-toggler .hamburger span {
  position: absolute;
  right: 10px;
  margin-top: 14px;
  width: 26px;
  height: 2px;
  border-right: 5px;
  background-color: #474747;
}
.cid-uLMT5bnPh6 button.navbar-toggler .hamburger span:nth-child(1) {
  top: 0;
  transition: all 0.2s;
}
.cid-uLMT5bnPh6 button.navbar-toggler .hamburger span:nth-child(2) {
  top: 8px;
  transition: all 0.15s;
}
.cid-uLMT5bnPh6 button.navbar-toggler .hamburger span:nth-child(3) {
  top: 8px;
  transition: all 0.15s;
}
.cid-uLMT5bnPh6 button.navbar-toggler .hamburger span:nth-child(4) {
  top: 16px;
  transition: all 0.2s;
}
.cid-uLMT5bnPh6 nav.opened .hamburger span:nth-child(1) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-uLMT5bnPh6 nav.opened .hamburger span:nth-child(2) {
  transform: rotate(45deg);
  transition: all 0.25s;
}
.cid-uLMT5bnPh6 nav.opened .hamburger span:nth-child(3) {
  transform: rotate(-45deg);
  transition: all 0.25s;
}
.cid-uLMT5bnPh6 nav.opened .hamburger span:nth-child(4) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-uLMT5bnPh6 a.nav-link {
  display: flex;
  align-items: center;
  justify-content: flex-start;
}
.cid-uLMT5bnPh6 .icons-menu {
  flex-wrap: nowrap;
  display: flex;
  justify-content: center;
  padding: 0;
  text-align: center;
  margin-bottom: 35px;
}
@media screen and (-ms-high-contrast: active), (-ms-high-contrast: none) {
  .cid-uLMT5bnPh6 .navbar {
    height: 70px;
  }
  .cid-uLMT5bnPh6 .navbar.opened {
    height: auto;
  }
  .cid-uLMT5bnPh6 .nav-item .nav-link:hover::before {
    width: 175%;
    max-width: calc(100% + 2rem);
    left: -1rem;
  }
}
.cid-uLMT5bnPh6 .navbar-dropdown .navbar-logo {
  margin-right: 15px;
}
@media (min-width: 768px) {
  .cid-uLMT5bnPh6 .container-fluid {
    padding-left: 30px;
    padding-right: 30px;
  }
}
.cid-uLMT5bnPh6 .mbr-section-btn-main {
  padding-top: 5px;
}
.cid-uLMT5bnPh6 .mbr-section-btn-main .btn {
  margin: 0 4px 4px 4px;
}
.cid-uLMT5bnPh6 .navbar-caption:hover {
  color: #2554ab;
}
@media (min-width: 992px) {
  .cid-uLMT5bnPh6 .dropdown-menu.dropdown-submenu {
    left: 175px !important;
    top: -45% !important;
  }
}
.cid-uLMT5bnPh6 .nav-link {
  position: relative;
}
.cid-uLMT5bnPh6 .nav-link:before {
  content: '';
  position: absolute;
  left: -12px;
  width: 6px;
  height: 6px;
  border-radius: 100%;
  background-color: #2554ab;
  transition: all .3s ease;
  opacity: 0;
}
.cid-uLMT5bnPh6 .nav-link:hover:before {
  opacity: 1;
}
.cid-uLMT5bnPh6 .mbr-section-subtitle {
  color: #ffffff;
}
.cid-uLMT5bnPh6 .mbr-text {
  color: #ffffff;
  text-align: center;
}
.cid-uLMT5bnPh6 .text_widget {
  color: #ffffff;
}
.cid-uLMT5bnPh6 .mbr-section-subtitle,
.cid-uLMT5bnPh6 .text_widget,
.cid-uLMT5bnPh6 .mbr-section-btn {
  text-align: center;
}
.cid-uLMT5bnPh6 a[class*="text-"]:not(.nav-link):not(.dropdown-item):not([role]):not(.navbar-caption):hover {
  background-image: none;
}
.cid-uC2qxYVAsu {
  padding-top: 0rem;
  padding-bottom: 0rem;
  background-color: #ffffff;
}
.cid-uC2qxYVAsu .item-img {
  position: relative;
  overflow: hidden;
}
.cid-uC2qxYVAsu .item-img:before {
  content: '';
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
  left: 0;
  background: black;
  opacity: 0.3;
  z-index: 1;
  transition: all 0.3s;
  pointer-events: none;
}
.cid-uC2qxYVAsu h5 {
  margin-bottom: 1rem;
}
.cid-uC2qxYVAsu .item-content {
  position: absolute;
  top: 55%;
  right: 0;
  z-index: 2;
  width: 100%;
  transform: translateY(-50%);
  padding: 2rem 8rem;
  display: flex;
  flex-direction: column;
  height: 50%;
}
@media (max-width: 767px) {
  .cid-uC2qxYVAsu .item-content {
    padding: 0 2rem 1.5rem;
    margin-top: 1rem;
  }
}
.cid-uC2qxYVAsu img,
.cid-uC2qxYVAsu .item-img {
  width: 100%;
  transition: all 0.3s;
  height: 100%;
  height: 400px;
  object-fit: cover;
}
.cid-uC2qxYVAsu .item:focus,
.cid-uC2qxYVAsu span:focus {
  outline: none;
}
.cid-uC2qxYVAsu .item {
  margin-bottom: 2rem;
}
@media (max-width: 767px) {
  .cid-uC2qxYVAsu .item {
    margin-bottom: 1rem;
  }
}
.cid-uC2qxYVAsu .item-wrapper {
  position: relative;
  border-radius: 15px;
  height: 100%;
  display: flex;
  flex-flow: column nowrap;
}
.cid-uC2qxYVAsu .mbr-section-title {
  color: #4e423d;
}
.cid-uC2qxYVAsu .item-title {
  text-align: left;
  color: #ffffff;
}
.cid-uC2qxYVAsu .item-subtitle {
  text-align: left;
  color: #ffffff;
}
.cid-uC2qxYVAsu .mbr-text,
.cid-uC2qxYVAsu .item .mbr-section-btn {
  text-align: left;
  color: #ffffff;
}
.cid-uC2qxYVAsu .content-head {
  max-width: 800px;
}
.cid-uC2qy0ilGQ {
  padding-top: 1rem;
  padding-bottom: 5rem;
  background-color: #fafafa;
}
.cid-uC2qy0ilGQ .mbr-section-title {
  margin-bottom: 1em;
  color: #272727;
}
.cid-uC2qy0ilGQ .mbr-section-subtitle {
  margin-bottom: 1.5625em;
  color: #272727;
  opacity: 0.4;
}
.cid-uC2qy0ilGQ .item-row {
  display: grid;
  -webkit-box-align: stretch;
  -webkit-align-items: stretch;
  -ms-flex-align: stretch;
  align-items: stretch;
  grid-auto-columns: 1fr;
  grid-column-gap: 16px;
  grid-row-gap: 16px;
  grid-template-columns: repeat(4, 1fr);
  -ms-grid-rows: auto;
  grid-template-rows: auto;
}
@media (max-width: 1199px) {
  .cid-uC2qy0ilGQ .item-row {
    grid-template-columns: repeat(2, 1fr);
  }
}
@media (max-width: 767px) {
  .cid-uC2qy0ilGQ .item-row {
    grid-template-columns: repeat(1, 1fr);
  }
}
.cid-uC2qy0ilGQ .item {
  padding: 0;
}
.cid-uC2qy0ilGQ .item-wrapper {
  display: flex;
  flex-direction: column;
  align-items: stretch;
  height: 100%;
  width: 100%;
  border-radius: 10px;
  overflow: hidden;
  transform-style: preserve-3d;
  transition: .3s all;
  border: 2px solid transparent;
}
.cid-uC2qy0ilGQ .item-wrapper:hover {
  transform: scale3d(1.01, 1.01, 1);
  border-color: #fafafa;
}
.cid-uC2qy0ilGQ .item-img {
  display: flex;
  align-items: center;
  justify-content: center;
  height: 175px;
}
.cid-uC2qy0ilGQ .item-img img {
  width: 100%;
  object-fit: cover;
  height: 100%;
}
.cid-uC2qy0ilGQ .item-content {
  display: flex;
  flex-direction: column;
  align-items: stretch;
  width: 100%;
  padding: 20px 5% 6%;
  flex-grow: 1;
  background-color: #ffffff;
}
.cid-uC2qy0ilGQ .item-text-wrap {
  width: 100%;
  margin-bottom: 5.3em;
}
@media (max-width: 1199px) {
  .cid-uC2qy0ilGQ .item-text-wrap {
    margin-bottom: 4em;
  }
}
@media (max-width: 767px) {
  .cid-uC2qy0ilGQ .item-text-wrap {
    margin-bottom: 2em;
    max-width: 340px;
    margin-right: auto;
  }
}
.cid-uC2qy0ilGQ .item-title {
  color: #272727;
  margin-bottom: 0.52em;
}
.cid-uC2qy0ilGQ .item-subtitle {
  color: #272727;
  opacity: 0.52em;
}
.cid-uC2qy0ilGQ .card-bottom {
  display: flex;
  flex-direction: column;
  align-items: stretch;
  margin-top: auto;
}
.cid-uC2qy0ilGQ .item-name-wrap {
  display: flex;
  align-items: center;
  width: 100%;
}
.cid-uC2qy0ilGQ .image-wrapper {
  width: 35px;
  height: 35px;
  margin-right: 10px;
  border-radius: 300px;
  overflow: hidden;
}
.cid-uC2qy0ilGQ .image-wrapper img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.cid-uC2qy0ilGQ .mbr-text {
  flex-grow: 1;
  color: #272727;
  text-align: right;
}
.cid-uC2qy0ilGQ .mbr-section-btn {
  display: flex;
  margin-top: 20px;
  width: auto !important;
}
.cid-uC2qy0ilGQ .mbr-section-btn .btn {
  width: 100%;
  min-width: auto !important;
}
.cid-uLMRAIzUxG {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-color: #0e132f;
}
.cid-uLMRAIzUxG .mbr-fallback-image.disabled {
  display: none;
}
.cid-uLMRAIzUxG .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-uLMRAIzUxG .container {
    padding: 0 16px;
  }
}
.cid-uLMRAIzUxG .card {
  display: flex;
  flex-direction: column;
  justify-content: space-between;
}
@media (max-width: 992px) {
  .cid-uLMRAIzUxG .card {
    margin-bottom: 40px;
  }
}
.cid-uLMRAIzUxG .card .content-wrapper .title-wrapper .title-wrap {
  display: inline-flex;
  align-items: center;
  margin-bottom: 16px;
}
@media (max-width: 992px) {
  .cid-uLMRAIzUxG .card .content-wrapper .title-wrapper .title-wrap {
    margin-bottom: 40px;
  }
}
.cid-uLMRAIzUxG .card .content-wrapper .title-wrapper .title-wrap img {
  width: 32px;
  height: 32px;
  object-fit: contain;
  margin-right: 1rem;
}
.cid-uLMRAIzUxG .card .content-wrapper .title-wrapper .title-wrap .mbr-section-title {
  margin-bottom: 0;
}
.cid-uLMRAIzUxG .card .content-wrapper .copyright {
  margin-bottom: 20px;
}
@media (max-width: 992px) {
  .cid-uLMRAIzUxG .card .content-wrapper .copyright {
    margin-bottom: 40px;
  }
}
.cid-uLMRAIzUxG .card .social-wrapper .social-wrap {
  display: inline-flex;
  flex-wrap: wrap;
}
.cid-uLMRAIzUxG .card .social-wrapper .social-wrap .mbr-iconfont {
  font-size: 20px;
  margin-right: 48px;
  color: #ffffff;
}
.cid-uLMRAIzUxG .list-wrapper .mbr-card-title {
  margin-bottom: 16px;
}
.cid-uLMRAIzUxG .list-wrapper .list {
  margin: 0;
  padding: 0;
  list-style-type: none;
}
.cid-uLMRAIzUxG .list-wrapper .list .item-wrap {
  margin-bottom: 16px;
}
@media (max-width: 992px) {
  .cid-uLMRAIzUxG .list-wrapper .list {
    margin-bottom: 40px;
  }
}
.cid-uLMRAIzUxG .mbr-section-title {
  color: #ffffff;
}
.cid-uLMRAIzUxG .copyright {
  color: #ffffff;
}
.cid-uLMRAIzUxG .mbr-card-title {
  color: #D4FE00;
}
.cid-uLMRAIzUxG .list {
  color: #ffffff;
}
.cid-uLMT5bnPh6 .navbar-dropdown {
  background-color: #ffffff !important;
  padding: 0;
}
.cid-uLMT5bnPh6 .navbar.navbar-expand-lg .dropdown .dropdown-menu {
  background-color: #ffffff !important;
  background: #ffffff;
}
.cid-uLMT5bnPh6 .navbar.navbar-expand-lg .dropdown .dropdown-menu .dropdown-submenu {
  margin: 0;
  left: 100%;
}
@media (max-width: 991px) {
  .cid-uLMT5bnPh6 .menu_box .navbar.opened,
  .cid-uLMT5bnPh6 .menu_box .navbar-collapse {
    background-color: #ffffff !important;
    transition: all 0s ease 0s;
  }
}
.cid-uLMT5bnPh6 .navbar-dropdown {
  position: relative !important;
}
.cid-uLMT5bnPh6 .btn {
  min-height: auto;
  box-shadow: none;
  margin-top: 0;
}
.cid-uLMT5bnPh6 .btn:hover {
  box-shadow: none;
}
@media (min-width: 992px) {
  .cid-uLMT5bnPh6 .offcanvas_image img {
    width: auto;
    object-fit: cover;
    display: inline-block;
  }
  .cid-uLMT5bnPh6 .offcanvas-header {
    position: relative;
    padding: 0;
  }
  .cid-uLMT5bnPh6 .offcanvas-header .btn-close {
    position: absolute;
    top: -70px;
    right: 0;
    width: 35px;
    height: 30px;
  }
  .cid-uLMT5bnPh6 .offcanvas-body {
    text-align: center;
    padding: 0;
  }
  .cid-uLMT5bnPh6 .offcanvas-body .mbr-text,
  .cid-uLMT5bnPh6 .offcanvas-body .mbr-section-subtitle {
    margin-top: 14px;
  }
  .cid-uLMT5bnPh6 .offcanvas-body .offcanvas_contact {
    margin: 35px 0;
  }
  .cid-uLMT5bnPh6 .offcanvas_box button.btn_offcanvas {
    outline: none;
    width: 40px;
    height: 40px;
    cursor: pointer;
    transition: all 0.2s;
    position: relative;
    align-self: center;
  }
  .cid-uLMT5bnPh6 .offcanvas_box button.btn_offcanvas .hamburger span {
    position: absolute;
    right: 0;
    width: 40px;
    height: 2px;
    border-right: 5px;
    background-color: #474747;
  }
  .cid-uLMT5bnPh6 .offcanvas_box button.btn_offcanvas .hamburger span:nth-child(1) {
    top: 18px;
    transition: all 0.2s;
  }
  .cid-uLMT5bnPh6 .offcanvas_box button.btn_offcanvas .hamburger span:nth-child(2) {
    top: 25px;
    transition: all 0.2s;
  }
  .cid-uLMT5bnPh6 .offcanvas_box button.btn_offcanvas:hover .hamburger span {
    width: 36px;
  }
  .cid-uLMT5bnPh6 .offcanvas_box button.btn_offcanvas:hover .hamburger span:nth-child(2) {
    width: 33px;
    transition-delay: 0.2s;
  }
  .cid-uLMT5bnPh6 ul.navbar-nav {
    padding-bottom: 1.5rem;
  }
  .cid-uLMT5bnPh6 .dropdown-menu .dropdown-toggle[data-toggle="dropdown-submenu"]::after,
  .cid-uLMT5bnPh6 .link.dropdown-toggle::after {
    display: inline-block;
    width: 7px;
    height: 7px;
    margin-left: .5rem;
    margin-bottom: 2px;
    content: "";
    border: 2px solid;
    border-left: none;
    border-top: none;
    transform: rotate(-45deg);
  }
  .cid-uLMT5bnPh6 .link.dropdown-toggle::after {
    padding: 0 !important;
    transform: rotate(45deg);
  }
  .cid-uLMT5bnPh6 li.nav-item {
    position: relative;
    display: inline-block;
    padding: 1px 7px !important;
    vertical-align: middle;
    line-height: 2em !important;
    font-weight: 600 !important;
    text-decoration: none;
    letter-spacing: 0 !important;
    z-index: 1;
  }
  .cid-uLMT5bnPh6 .lg_brand {
    margin: 0 1rem;
  }
}
.cid-uLMT5bnPh6 .nav-item {
  margin: 4px 15px;
}
@media (min-width: 1200px) {
  .cid-uLMT5bnPh6 .nav-item {
    margin: 4px 20px;
  }
}
@media (max-width: 991px) {
  .cid-uLMT5bnPh6 .nav-item {
    margin: 0 !important;
  }
}
.cid-uLMT5bnPh6 .dropdown-menu {
  border-radius: 0;
  box-shadow: none;
  text-align: left;
}
@media (min-width: 992px) {
  .cid-uLMT5bnPh6 .dropdown-menu {
    padding: 18px 34px 22px;
    min-width: 250px;
    top: auto !important;
    left: -40px !important;
  }
  .cid-uLMT5bnPh6 .dropdown-menu.dropdown-submenu {
    left: 215px !important;
    top: -45% !important;
  }
}
@media (max-width: 991px) {
  .cid-uLMT5bnPh6 .dropdown-menu .dropdown-toggle[data-toggle="dropdown-submenu"]::after,
  .cid-uLMT5bnPh6 .link.dropdown-toggle::after {
    display: inline-block;
    width: 7px;
    height: 7px;
    margin-left: .5rem;
    margin-bottom: 2px;
    content: "";
    border: 2px solid;
    border-left: none;
    border-top: none;
    transform: rotate(-45deg);
    right: 15px;
    position: absolute;
    margin-top: -2px;
  }
  .cid-uLMT5bnPh6 .show.dropdown-toggle[aria-expanded="true"]::after {
    transform: rotate(45deg);
    margin-top: -4px;
  }
  .cid-uLMT5bnPh6 .offcanvas_box {
    display: none;
  }
}
.cid-uLMT5bnPh6 .dropdown-item {
  border: none;
  font-weight: 400 !important;
}
.cid-uLMT5bnPh6 .nav-dropdown .link {
  font-weight: 400 !important;
  padding: 0 !important;
  margin: 0 !important;
}
.cid-uLMT5bnPh6 .nav-dropdown .link.dropdown-toggle::after {
  margin-left: 0.5rem;
  margin-top: 0;
}
.cid-uLMT5bnPh6 .container {
  display: flex;
  margin: auto;
}
.cid-uLMT5bnPh6 .iconfont-wrapper {
  color: #e0bdb6;
  font-size: 17px;
  margin-right: 10px;
  margin-bottom: 5px;
  width: 25px;
  height: 25px;
  border-radius: 50%;
  display: flex;
  justify-content: center;
  align-items: center;
  transition: all 0.2s ease-in-out;
}
.cid-uLMT5bnPh6 .iconfont-wrapper:last-child {
  margin-right: 0;
}
.cid-uLMT5bnPh6 .iconfont-wrapper:hover {
  opacity: .5;
}
.cid-uLMT5bnPh6 .navbar-caption {
  color: #747474;
}
.cid-uLMT5bnPh6 .navbar-nav {
  margin: 0 1rem;
}
@media (min-width: 992px) {
  .cid-uLMT5bnPh6 .navbar-nav {
    margin: 0;
  }
}
.cid-uLMT5bnPh6 .dropdown-menu,
.cid-uLMT5bnPh6 .navbar.opened {
  background-color: false !important;
}
.cid-uLMT5bnPh6 .nav-item:focus,
.cid-uLMT5bnPh6 .nav-link:focus {
  outline: none;
}
.cid-uLMT5bnPh6 .dropdown .dropdown-menu .dropdown-item {
  width: auto;
  transition: all 0.25s ease-in-out;
}
.cid-uLMT5bnPh6 .dropdown .dropdown-menu .dropdown-item::after {
  right: 0.5rem;
}
.cid-uLMT5bnPh6 .dropdown .dropdown-menu .dropdown-item .mbr-iconfont {
  margin-right: 0.5rem;
  vertical-align: sub;
}
.cid-uLMT5bnPh6 .dropdown .dropdown-menu .dropdown-item .mbr-iconfont:before {
  display: inline-block;
  transform: scale(1, 1);
  transition: all 0.25s ease-in-out;
}
.cid-uLMT5bnPh6 .collapsed .dropdown-menu .dropdown-item:before {
  display: none;
}
.cid-uLMT5bnPh6 .collapsed .dropdown .dropdown-menu .dropdown-item {
  padding: 0.235em 1.5em 0.235em 1.5em !important;
  transition: none;
  margin: 0 !important;
}
.cid-uLMT5bnPh6 .navbar {
  min-height: 70px;
  padding: 20px 0;
  transition: all 0.3s;
  border-bottom-width: 0px;
}
@media (max-width: 992px) {
  .cid-uLMT5bnPh6 .navbar {
    min-height: 30px;
    max-height: 90px;
  }
}
.cid-uLMT5bnPh6 .navbar.opened {
  transition: all 0.3s;
}
.cid-uLMT5bnPh6 .navbar .dropdown-item {
  padding: 0;
  margin: 8px 0;
}
.cid-uLMT5bnPh6 .navbar .navbar-logo img {
  width: auto;
  object-fit: contain;
  border-radius: 0;
}
.cid-uLMT5bnPh6 .navbar .navbar-collapse {
  justify-content: space-between;
  z-index: 1;
}
.cid-uLMT5bnPh6 .navbar.collapsed {
  justify-content: center;
}
.cid-uLMT5bnPh6 .navbar.collapsed .nav-item .nav-link::before {
  display: none;
}
.cid-uLMT5bnPh6 .navbar.collapsed.opened .dropdown-menu {
  top: 0;
}
.cid-uLMT5bnPh6 .navbar.collapsed .dropdown-menu .dropdown-submenu {
  left: 0 !important;
}
.cid-uLMT5bnPh6 .navbar.collapsed .dropdown-menu .dropdown-item:after {
  right: auto;
}
.cid-uLMT5bnPh6 .navbar.collapsed ul.navbar-nav li {
  margin: auto;
}
.cid-uLMT5bnPh6 .navbar.collapsed .dropdown-menu .dropdown-item {
  padding: 0.25rem 1.5rem;
  text-align: left;
}
.cid-uLMT5bnPh6 .navbar.collapsed .icons-menu {
  padding: 0;
}
@media (max-width: 991px) {
  .cid-uLMT5bnPh6 .navbar .nav-item {
    padding: .5rem 0;
  }
  .cid-uLMT5bnPh6 .navbar .navbar-collapse {
    padding: 34px 0;
    border-radius: 25px;
  }
  .cid-uLMT5bnPh6 .navbar .nav-item .nav-link::before {
    display: none;
  }
  .cid-uLMT5bnPh6 .navbar.opened .dropdown-menu {
    top: 0;
  }
  .cid-uLMT5bnPh6 .navbar .dropdown-menu {
    padding: 6px 0 6px 15px;
  }
  .cid-uLMT5bnPh6 .navbar .dropdown-menu .dropdown-submenu {
    left: 0 !important;
  }
  .cid-uLMT5bnPh6 .navbar .dropdown-menu .dropdown-item:after {
    right: auto;
    margin-top: -0.4rem;
  }
  .cid-uLMT5bnPh6 .navbar .navbar-logo img {
    height: 3rem !important;
  }
  .cid-uLMT5bnPh6 .navbar ul.navbar-nav {
    overflow: hidden;
  }
  .cid-uLMT5bnPh6 .navbar ul.navbar-nav li {
    margin: 0;
  }
  .cid-uLMT5bnPh6 .navbar .dropdown-menu .dropdown-item {
    padding: 0 !important;
    margin: 0;
    margin-top: 8px;
    text-align: left;
  }
  .cid-uLMT5bnPh6 .navbar .navbar-brand {
    flex-shrink: initial;
    flex-basis: auto;
    word-break: break-word;
    padding-right: 2rem;
  }
  .cid-uLMT5bnPh6 .navbar .navbar-toggler {
    flex-basis: auto;
  }
  .cid-uLMT5bnPh6 .navbar .icons-menu {
    padding: 0;
  }
}
.cid-uLMT5bnPh6 .navbar.navbar-short {
  min-height: 60px;
}
.cid-uLMT5bnPh6 .navbar.navbar-short .navbar-logo img {
  height: 2.5rem !important;
}
.cid-uLMT5bnPh6 .navbar.navbar-short .navbar-brand {
  min-height: 60px;
  padding: 0;
}
.cid-uLMT5bnPh6 .navbar-brand {
  min-height: 70px;
  flex-shrink: 0;
  align-items: center;
  margin-right: 0;
  padding: 10px 0;
  transition: all 0.3s;
  word-break: break-word;
  z-index: 1;
}
.cid-uLMT5bnPh6 .navbar-brand .navbar-caption {
  line-height: inherit !important;
}
.cid-uLMT5bnPh6 .navbar-brand .navbar-logo a {
  outline: none;
}
.cid-uLMT5bnPh6 .dropdown-item.active,
.cid-uLMT5bnPh6 .dropdown-item:active {
  background-color: transparent;
}
.cid-uLMT5bnPh6 .navbar-expand-lg .navbar-nav .nav-link {
  padding: 0;
}
.cid-uLMT5bnPh6 .nav-dropdown .link.dropdown-toggle {
  margin-right: 1.667em;
}
.cid-uLMT5bnPh6 .nav-dropdown .link.dropdown-toggle[aria-expanded="true"] {
  margin-right: 0;
  padding: 0.667em 1.667em;
}
.cid-uLMT5bnPh6 .navbar .dropdown.open > .dropdown-menu {
  display: block;
}
.cid-uLMT5bnPh6 ul.navbar-nav {
  flex-wrap: wrap;
  padding: 36px 0;
  border-bottom: 1px solid #0e132f;
}
.cid-uLMT5bnPh6 .navbar-buttons {
  text-align: center;
  min-width: 170px;
}
.cid-uLMT5bnPh6 button.navbar-toggler {
  outline: none;
  width: 48px;
  height: 48px;
  border-radius: 50%;
  cursor: pointer;
  transition: all 0.2s;
  position: relative;
  align-self: center;
  color: #ffffff;
  background: #ffffff;
}
.cid-uLMT5bnPh6 button.navbar-toggler .hamburger span {
  position: absolute;
  right: 10px;
  margin-top: 14px;
  width: 26px;
  height: 2px;
  border-right: 5px;
  background-color: #474747;
}
.cid-uLMT5bnPh6 button.navbar-toggler .hamburger span:nth-child(1) {
  top: 0;
  transition: all 0.2s;
}
.cid-uLMT5bnPh6 button.navbar-toggler .hamburger span:nth-child(2) {
  top: 8px;
  transition: all 0.15s;
}
.cid-uLMT5bnPh6 button.navbar-toggler .hamburger span:nth-child(3) {
  top: 8px;
  transition: all 0.15s;
}
.cid-uLMT5bnPh6 button.navbar-toggler .hamburger span:nth-child(4) {
  top: 16px;
  transition: all 0.2s;
}
.cid-uLMT5bnPh6 nav.opened .hamburger span:nth-child(1) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-uLMT5bnPh6 nav.opened .hamburger span:nth-child(2) {
  transform: rotate(45deg);
  transition: all 0.25s;
}
.cid-uLMT5bnPh6 nav.opened .hamburger span:nth-child(3) {
  transform: rotate(-45deg);
  transition: all 0.25s;
}
.cid-uLMT5bnPh6 nav.opened .hamburger span:nth-child(4) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-uLMT5bnPh6 a.nav-link {
  display: flex;
  align-items: center;
  justify-content: flex-start;
}
.cid-uLMT5bnPh6 .icons-menu {
  flex-wrap: nowrap;
  display: flex;
  justify-content: center;
  padding: 0;
  text-align: center;
  margin-bottom: 35px;
}
@media screen and (-ms-high-contrast: active), (-ms-high-contrast: none) {
  .cid-uLMT5bnPh6 .navbar {
    height: 70px;
  }
  .cid-uLMT5bnPh6 .navbar.opened {
    height: auto;
  }
  .cid-uLMT5bnPh6 .nav-item .nav-link:hover::before {
    width: 175%;
    max-width: calc(100% + 2rem);
    left: -1rem;
  }
}
.cid-uLMT5bnPh6 .navbar-dropdown .navbar-logo {
  margin-right: 15px;
}
@media (min-width: 768px) {
  .cid-uLMT5bnPh6 .container-fluid {
    padding-left: 30px;
    padding-right: 30px;
  }
}
.cid-uLMT5bnPh6 .mbr-section-btn-main {
  padding-top: 5px;
}
.cid-uLMT5bnPh6 .mbr-section-btn-main .btn {
  margin: 0 4px 4px 4px;
}
.cid-uLMT5bnPh6 .navbar-caption:hover {
  color: #2554ab;
}
@media (min-width: 992px) {
  .cid-uLMT5bnPh6 .dropdown-menu.dropdown-submenu {
    left: 175px !important;
    top: -45% !important;
  }
}
.cid-uLMT5bnPh6 .nav-link {
  position: relative;
}
.cid-uLMT5bnPh6 .nav-link:before {
  content: '';
  position: absolute;
  left: -12px;
  width: 6px;
  height: 6px;
  border-radius: 100%;
  background-color: #2554ab;
  transition: all .3s ease;
  opacity: 0;
}
.cid-uLMT5bnPh6 .nav-link:hover:before {
  opacity: 1;
}
.cid-uLMT5bnPh6 .mbr-section-subtitle {
  color: #ffffff;
}
.cid-uLMT5bnPh6 .mbr-text {
  color: #ffffff;
  text-align: center;
}
.cid-uLMT5bnPh6 .text_widget {
  color: #ffffff;
}
.cid-uLMT5bnPh6 .mbr-section-subtitle,
.cid-uLMT5bnPh6 .text_widget,
.cid-uLMT5bnPh6 .mbr-section-btn {
  text-align: center;
}
.cid-uLMT5bnPh6 a[class*="text-"]:not(.nav-link):not(.dropdown-item):not([role]):not(.navbar-caption):hover {
  background-image: none;
}
.cid-uC2qym48uP {
  padding-top: 0rem;
  padding-bottom: 0rem;
  background-color: #ffffff;
}
.cid-uC2qym48uP .item-img {
  position: relative;
  overflow: hidden;
}
.cid-uC2qym48uP .item-img:before {
  content: '';
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
  left: 0;
  background: black;
  opacity: 0.3;
  z-index: 1;
  transition: all 0.3s;
  pointer-events: none;
}
.cid-uC2qym48uP h5 {
  margin-bottom: 1rem;
}
.cid-uC2qym48uP .item-content {
  position: absolute;
  top: 55%;
  right: 0;
  z-index: 2;
  width: 100%;
  transform: translateY(-50%);
  padding: 2rem 8rem;
  display: flex;
  flex-direction: column;
  height: 50%;
}
@media (max-width: 767px) {
  .cid-uC2qym48uP .item-content {
    padding: 0 2rem 1.5rem;
    margin-top: 1rem;
  }
}
.cid-uC2qym48uP img,
.cid-uC2qym48uP .item-img {
  width: 100%;
  transition: all 0.3s;
  height: 100%;
  height: 400px;
  object-fit: cover;
}
.cid-uC2qym48uP .item:focus,
.cid-uC2qym48uP span:focus {
  outline: none;
}
.cid-uC2qym48uP .item {
  margin-bottom: 2rem;
}
@media (max-width: 767px) {
  .cid-uC2qym48uP .item {
    margin-bottom: 1rem;
  }
}
.cid-uC2qym48uP .item-wrapper {
  position: relative;
  border-radius: 15px;
  height: 100%;
  display: flex;
  flex-flow: column nowrap;
}
.cid-uC2qym48uP .mbr-section-title {
  color: #4e423d;
}
.cid-uC2qym48uP .item-title {
  text-align: left;
  color: #ffffff;
}
.cid-uC2qym48uP .item-subtitle {
  text-align: left;
  color: #ffffff;
}
.cid-uC2qym48uP .mbr-text,
.cid-uC2qym48uP .item .mbr-section-btn {
  text-align: left;
  color: #ffffff;
}
.cid-uC2qym48uP .content-head {
  max-width: 800px;
}
.cid-uC2qynyM6B {
  padding-top: 1rem;
  padding-bottom: 5rem;
  background-color: #fafafa;
}
.cid-uC2qynyM6B .mbr-section-title {
  margin-bottom: 1em;
  color: #272727;
}
.cid-uC2qynyM6B .mbr-section-subtitle {
  margin-bottom: 1.5625em;
  color: #272727;
  opacity: 0.4;
}
.cid-uC2qynyM6B .item-row {
  display: grid;
  -webkit-box-align: stretch;
  -webkit-align-items: stretch;
  -ms-flex-align: stretch;
  align-items: stretch;
  grid-auto-columns: 1fr;
  grid-column-gap: 16px;
  grid-row-gap: 16px;
  grid-template-columns: repeat(4, 1fr);
  -ms-grid-rows: auto;
  grid-template-rows: auto;
}
@media (max-width: 1199px) {
  .cid-uC2qynyM6B .item-row {
    grid-template-columns: repeat(2, 1fr);
  }
}
@media (max-width: 767px) {
  .cid-uC2qynyM6B .item-row {
    grid-template-columns: repeat(1, 1fr);
  }
}
.cid-uC2qynyM6B .item {
  padding: 0;
}
.cid-uC2qynyM6B .item-wrapper {
  display: flex;
  flex-direction: column;
  align-items: stretch;
  height: 100%;
  width: 100%;
  border-radius: 10px;
  overflow: hidden;
  transform-style: preserve-3d;
  transition: .3s all;
  border: 2px solid transparent;
}
.cid-uC2qynyM6B .item-wrapper:hover {
  transform: scale3d(1.01, 1.01, 1);
  border-color: #fafafa;
}
.cid-uC2qynyM6B .item-img {
  display: flex;
  align-items: center;
  justify-content: center;
  height: 175px;
}
.cid-uC2qynyM6B .item-img img {
  width: 100%;
  object-fit: cover;
  height: 100%;
}
.cid-uC2qynyM6B .item-content {
  display: flex;
  flex-direction: column;
  align-items: stretch;
  width: 100%;
  padding: 20px 5% 6%;
  flex-grow: 1;
  background-color: #ffffff;
}
.cid-uC2qynyM6B .item-text-wrap {
  width: 100%;
  margin-bottom: 5.3em;
}
@media (max-width: 1199px) {
  .cid-uC2qynyM6B .item-text-wrap {
    margin-bottom: 4em;
  }
}
@media (max-width: 767px) {
  .cid-uC2qynyM6B .item-text-wrap {
    margin-bottom: 2em;
    max-width: 340px;
    margin-right: auto;
  }
}
.cid-uC2qynyM6B .item-title {
  color: #272727;
  margin-bottom: 0.52em;
}
.cid-uC2qynyM6B .item-subtitle {
  color: #272727;
  opacity: 0.52em;
}
.cid-uC2qynyM6B .card-bottom {
  display: flex;
  flex-direction: column;
  align-items: stretch;
  margin-top: auto;
}
.cid-uC2qynyM6B .item-name-wrap {
  display: flex;
  align-items: center;
  width: 100%;
}
.cid-uC2qynyM6B .image-wrapper {
  width: 35px;
  height: 35px;
  margin-right: 10px;
  border-radius: 300px;
  overflow: hidden;
}
.cid-uC2qynyM6B .image-wrapper img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.cid-uC2qynyM6B .mbr-text {
  flex-grow: 1;
  color: #272727;
  text-align: right;
}
.cid-uC2qynyM6B .mbr-section-btn {
  display: flex;
  margin-top: 20px;
  width: auto !important;
}
.cid-uC2qynyM6B .mbr-section-btn .btn {
  width: 100%;
  min-width: auto !important;
}
.cid-uLMRAIzUxG {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-color: #0e132f;
}
.cid-uLMRAIzUxG .mbr-fallback-image.disabled {
  display: none;
}
.cid-uLMRAIzUxG .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-uLMRAIzUxG .container {
    padding: 0 16px;
  }
}
.cid-uLMRAIzUxG .card {
  display: flex;
  flex-direction: column;
  justify-content: space-between;
}
@media (max-width: 992px) {
  .cid-uLMRAIzUxG .card {
    margin-bottom: 40px;
  }
}
.cid-uLMRAIzUxG .card .content-wrapper .title-wrapper .title-wrap {
  display: inline-flex;
  align-items: center;
  margin-bottom: 16px;
}
@media (max-width: 992px) {
  .cid-uLMRAIzUxG .card .content-wrapper .title-wrapper .title-wrap {
    margin-bottom: 40px;
  }
}
.cid-uLMRAIzUxG .card .content-wrapper .title-wrapper .title-wrap img {
  width: 32px;
  height: 32px;
  object-fit: contain;
  margin-right: 1rem;
}
.cid-uLMRAIzUxG .card .content-wrapper .title-wrapper .title-wrap .mbr-section-title {
  margin-bottom: 0;
}
.cid-uLMRAIzUxG .card .content-wrapper .copyright {
  margin-bottom: 20px;
}
@media (max-width: 992px) {
  .cid-uLMRAIzUxG .card .content-wrapper .copyright {
    margin-bottom: 40px;
  }
}
.cid-uLMRAIzUxG .card .social-wrapper .social-wrap {
  display: inline-flex;
  flex-wrap: wrap;
}
.cid-uLMRAIzUxG .card .social-wrapper .social-wrap .mbr-iconfont {
  font-size: 20px;
  margin-right: 48px;
  color: #ffffff;
}
.cid-uLMRAIzUxG .list-wrapper .mbr-card-title {
  margin-bottom: 16px;
}
.cid-uLMRAIzUxG .list-wrapper .list {
  margin: 0;
  padding: 0;
  list-style-type: none;
}
.cid-uLMRAIzUxG .list-wrapper .list .item-wrap {
  margin-bottom: 16px;
}
@media (max-width: 992px) {
  .cid-uLMRAIzUxG .list-wrapper .list {
    margin-bottom: 40px;
  }
}
.cid-uLMRAIzUxG .mbr-section-title {
  color: #ffffff;
}
.cid-uLMRAIzUxG .copyright {
  color: #ffffff;
}
.cid-uLMRAIzUxG .mbr-card-title {
  color: #D4FE00;
}
.cid-uLMRAIzUxG .list {
  color: #ffffff;
}
.cid-uLMT5bnPh6 .navbar-dropdown {
  background-color: #ffffff !important;
  padding: 0;
}
.cid-uLMT5bnPh6 .navbar.navbar-expand-lg .dropdown .dropdown-menu {
  background-color: #ffffff !important;
  background: #ffffff;
}
.cid-uLMT5bnPh6 .navbar.navbar-expand-lg .dropdown .dropdown-menu .dropdown-submenu {
  margin: 0;
  left: 100%;
}
@media (max-width: 991px) {
  .cid-uLMT5bnPh6 .menu_box .navbar.opened,
  .cid-uLMT5bnPh6 .menu_box .navbar-collapse {
    background-color: #ffffff !important;
    transition: all 0s ease 0s;
  }
}
.cid-uLMT5bnPh6 .navbar-dropdown {
  position: relative !important;
}
.cid-uLMT5bnPh6 .btn {
  min-height: auto;
  box-shadow: none;
  margin-top: 0;
}
.cid-uLMT5bnPh6 .btn:hover {
  box-shadow: none;
}
@media (min-width: 992px) {
  .cid-uLMT5bnPh6 .offcanvas_image img {
    width: auto;
    object-fit: cover;
    display: inline-block;
  }
  .cid-uLMT5bnPh6 .offcanvas-header {
    position: relative;
    padding: 0;
  }
  .cid-uLMT5bnPh6 .offcanvas-header .btn-close {
    position: absolute;
    top: -70px;
    right: 0;
    width: 35px;
    height: 30px;
  }
  .cid-uLMT5bnPh6 .offcanvas-body {
    text-align: center;
    padding: 0;
  }
  .cid-uLMT5bnPh6 .offcanvas-body .mbr-text,
  .cid-uLMT5bnPh6 .offcanvas-body .mbr-section-subtitle {
    margin-top: 14px;
  }
  .cid-uLMT5bnPh6 .offcanvas-body .offcanvas_contact {
    margin: 35px 0;
  }
  .cid-uLMT5bnPh6 .offcanvas_box button.btn_offcanvas {
    outline: none;
    width: 40px;
    height: 40px;
    cursor: pointer;
    transition: all 0.2s;
    position: relative;
    align-self: center;
  }
  .cid-uLMT5bnPh6 .offcanvas_box button.btn_offcanvas .hamburger span {
    position: absolute;
    right: 0;
    width: 40px;
    height: 2px;
    border-right: 5px;
    background-color: #474747;
  }
  .cid-uLMT5bnPh6 .offcanvas_box button.btn_offcanvas .hamburger span:nth-child(1) {
    top: 18px;
    transition: all 0.2s;
  }
  .cid-uLMT5bnPh6 .offcanvas_box button.btn_offcanvas .hamburger span:nth-child(2) {
    top: 25px;
    transition: all 0.2s;
  }
  .cid-uLMT5bnPh6 .offcanvas_box button.btn_offcanvas:hover .hamburger span {
    width: 36px;
  }
  .cid-uLMT5bnPh6 .offcanvas_box button.btn_offcanvas:hover .hamburger span:nth-child(2) {
    width: 33px;
    transition-delay: 0.2s;
  }
  .cid-uLMT5bnPh6 ul.navbar-nav {
    padding-bottom: 1.5rem;
  }
  .cid-uLMT5bnPh6 .dropdown-menu .dropdown-toggle[data-toggle="dropdown-submenu"]::after,
  .cid-uLMT5bnPh6 .link.dropdown-toggle::after {
    display: inline-block;
    width: 7px;
    height: 7px;
    margin-left: .5rem;
    margin-bottom: 2px;
    content: "";
    border: 2px solid;
    border-left: none;
    border-top: none;
    transform: rotate(-45deg);
  }
  .cid-uLMT5bnPh6 .link.dropdown-toggle::after {
    padding: 0 !important;
    transform: rotate(45deg);
  }
  .cid-uLMT5bnPh6 li.nav-item {
    position: relative;
    display: inline-block;
    padding: 1px 7px !important;
    vertical-align: middle;
    line-height: 2em !important;
    font-weight: 600 !important;
    text-decoration: none;
    letter-spacing: 0 !important;
    z-index: 1;
  }
  .cid-uLMT5bnPh6 .lg_brand {
    margin: 0 1rem;
  }
}
.cid-uLMT5bnPh6 .nav-item {
  margin: 4px 15px;
}
@media (min-width: 1200px) {
  .cid-uLMT5bnPh6 .nav-item {
    margin: 4px 20px;
  }
}
@media (max-width: 991px) {
  .cid-uLMT5bnPh6 .nav-item {
    margin: 0 !important;
  }
}
.cid-uLMT5bnPh6 .dropdown-menu {
  border-radius: 0;
  box-shadow: none;
  text-align: left;
}
@media (min-width: 992px) {
  .cid-uLMT5bnPh6 .dropdown-menu {
    padding: 18px 34px 22px;
    min-width: 250px;
    top: auto !important;
    left: -40px !important;
  }
  .cid-uLMT5bnPh6 .dropdown-menu.dropdown-submenu {
    left: 215px !important;
    top: -45% !important;
  }
}
@media (max-width: 991px) {
  .cid-uLMT5bnPh6 .dropdown-menu .dropdown-toggle[data-toggle="dropdown-submenu"]::after,
  .cid-uLMT5bnPh6 .link.dropdown-toggle::after {
    display: inline-block;
    width: 7px;
    height: 7px;
    margin-left: .5rem;
    margin-bottom: 2px;
    content: "";
    border: 2px solid;
    border-left: none;
    border-top: none;
    transform: rotate(-45deg);
    right: 15px;
    position: absolute;
    margin-top: -2px;
  }
  .cid-uLMT5bnPh6 .show.dropdown-toggle[aria-expanded="true"]::after {
    transform: rotate(45deg);
    margin-top: -4px;
  }
  .cid-uLMT5bnPh6 .offcanvas_box {
    display: none;
  }
}
.cid-uLMT5bnPh6 .dropdown-item {
  border: none;
  font-weight: 400 !important;
}
.cid-uLMT5bnPh6 .nav-dropdown .link {
  font-weight: 400 !important;
  padding: 0 !important;
  margin: 0 !important;
}
.cid-uLMT5bnPh6 .nav-dropdown .link.dropdown-toggle::after {
  margin-left: 0.5rem;
  margin-top: 0;
}
.cid-uLMT5bnPh6 .container {
  display: flex;
  margin: auto;
}
.cid-uLMT5bnPh6 .iconfont-wrapper {
  color: #e0bdb6;
  font-size: 17px;
  margin-right: 10px;
  margin-bottom: 5px;
  width: 25px;
  height: 25px;
  border-radius: 50%;
  display: flex;
  justify-content: center;
  align-items: center;
  transition: all 0.2s ease-in-out;
}
.cid-uLMT5bnPh6 .iconfont-wrapper:last-child {
  margin-right: 0;
}
.cid-uLMT5bnPh6 .iconfont-wrapper:hover {
  opacity: .5;
}
.cid-uLMT5bnPh6 .navbar-caption {
  color: #747474;
}
.cid-uLMT5bnPh6 .navbar-nav {
  margin: 0 1rem;
}
@media (min-width: 992px) {
  .cid-uLMT5bnPh6 .navbar-nav {
    margin: 0;
  }
}
.cid-uLMT5bnPh6 .dropdown-menu,
.cid-uLMT5bnPh6 .navbar.opened {
  background-color: false !important;
}
.cid-uLMT5bnPh6 .nav-item:focus,
.cid-uLMT5bnPh6 .nav-link:focus {
  outline: none;
}
.cid-uLMT5bnPh6 .dropdown .dropdown-menu .dropdown-item {
  width: auto;
  transition: all 0.25s ease-in-out;
}
.cid-uLMT5bnPh6 .dropdown .dropdown-menu .dropdown-item::after {
  right: 0.5rem;
}
.cid-uLMT5bnPh6 .dropdown .dropdown-menu .dropdown-item .mbr-iconfont {
  margin-right: 0.5rem;
  vertical-align: sub;
}
.cid-uLMT5bnPh6 .dropdown .dropdown-menu .dropdown-item .mbr-iconfont:before {
  display: inline-block;
  transform: scale(1, 1);
  transition: all 0.25s ease-in-out;
}
.cid-uLMT5bnPh6 .collapsed .dropdown-menu .dropdown-item:before {
  display: none;
}
.cid-uLMT5bnPh6 .collapsed .dropdown .dropdown-menu .dropdown-item {
  padding: 0.235em 1.5em 0.235em 1.5em !important;
  transition: none;
  margin: 0 !important;
}
.cid-uLMT5bnPh6 .navbar {
  min-height: 70px;
  padding: 20px 0;
  transition: all 0.3s;
  border-bottom-width: 0px;
}
@media (max-width: 992px) {
  .cid-uLMT5bnPh6 .navbar {
    min-height: 30px;
    max-height: 90px;
  }
}
.cid-uLMT5bnPh6 .navbar.opened {
  transition: all 0.3s;
}
.cid-uLMT5bnPh6 .navbar .dropdown-item {
  padding: 0;
  margin: 8px 0;
}
.cid-uLMT5bnPh6 .navbar .navbar-logo img {
  width: auto;
  object-fit: contain;
  border-radius: 0;
}
.cid-uLMT5bnPh6 .navbar .navbar-collapse {
  justify-content: space-between;
  z-index: 1;
}
.cid-uLMT5bnPh6 .navbar.collapsed {
  justify-content: center;
}
.cid-uLMT5bnPh6 .navbar.collapsed .nav-item .nav-link::before {
  display: none;
}
.cid-uLMT5bnPh6 .navbar.collapsed.opened .dropdown-menu {
  top: 0;
}
.cid-uLMT5bnPh6 .navbar.collapsed .dropdown-menu .dropdown-submenu {
  left: 0 !important;
}
.cid-uLMT5bnPh6 .navbar.collapsed .dropdown-menu .dropdown-item:after {
  right: auto;
}
.cid-uLMT5bnPh6 .navbar.collapsed ul.navbar-nav li {
  margin: auto;
}
.cid-uLMT5bnPh6 .navbar.collapsed .dropdown-menu .dropdown-item {
  padding: 0.25rem 1.5rem;
  text-align: left;
}
.cid-uLMT5bnPh6 .navbar.collapsed .icons-menu {
  padding: 0;
}
@media (max-width: 991px) {
  .cid-uLMT5bnPh6 .navbar .nav-item {
    padding: .5rem 0;
  }
  .cid-uLMT5bnPh6 .navbar .navbar-collapse {
    padding: 34px 0;
    border-radius: 25px;
  }
  .cid-uLMT5bnPh6 .navbar .nav-item .nav-link::before {
    display: none;
  }
  .cid-uLMT5bnPh6 .navbar.opened .dropdown-menu {
    top: 0;
  }
  .cid-uLMT5bnPh6 .navbar .dropdown-menu {
    padding: 6px 0 6px 15px;
  }
  .cid-uLMT5bnPh6 .navbar .dropdown-menu .dropdown-submenu {
    left: 0 !important;
  }
  .cid-uLMT5bnPh6 .navbar .dropdown-menu .dropdown-item:after {
    right: auto;
    margin-top: -0.4rem;
  }
  .cid-uLMT5bnPh6 .navbar .navbar-logo img {
    height: 3rem !important;
  }
  .cid-uLMT5bnPh6 .navbar ul.navbar-nav {
    overflow: hidden;
  }
  .cid-uLMT5bnPh6 .navbar ul.navbar-nav li {
    margin: 0;
  }
  .cid-uLMT5bnPh6 .navbar .dropdown-menu .dropdown-item {
    padding: 0 !important;
    margin: 0;
    margin-top: 8px;
    text-align: left;
  }
  .cid-uLMT5bnPh6 .navbar .navbar-brand {
    flex-shrink: initial;
    flex-basis: auto;
    word-break: break-word;
    padding-right: 2rem;
  }
  .cid-uLMT5bnPh6 .navbar .navbar-toggler {
    flex-basis: auto;
  }
  .cid-uLMT5bnPh6 .navbar .icons-menu {
    padding: 0;
  }
}
.cid-uLMT5bnPh6 .navbar.navbar-short {
  min-height: 60px;
}
.cid-uLMT5bnPh6 .navbar.navbar-short .navbar-logo img {
  height: 2.5rem !important;
}
.cid-uLMT5bnPh6 .navbar.navbar-short .navbar-brand {
  min-height: 60px;
  padding: 0;
}
.cid-uLMT5bnPh6 .navbar-brand {
  min-height: 70px;
  flex-shrink: 0;
  align-items: center;
  margin-right: 0;
  padding: 10px 0;
  transition: all 0.3s;
  word-break: break-word;
  z-index: 1;
}
.cid-uLMT5bnPh6 .navbar-brand .navbar-caption {
  line-height: inherit !important;
}
.cid-uLMT5bnPh6 .navbar-brand .navbar-logo a {
  outline: none;
}
.cid-uLMT5bnPh6 .dropdown-item.active,
.cid-uLMT5bnPh6 .dropdown-item:active {
  background-color: transparent;
}
.cid-uLMT5bnPh6 .navbar-expand-lg .navbar-nav .nav-link {
  padding: 0;
}
.cid-uLMT5bnPh6 .nav-dropdown .link.dropdown-toggle {
  margin-right: 1.667em;
}
.cid-uLMT5bnPh6 .nav-dropdown .link.dropdown-toggle[aria-expanded="true"] {
  margin-right: 0;
  padding: 0.667em 1.667em;
}
.cid-uLMT5bnPh6 .navbar .dropdown.open > .dropdown-menu {
  display: block;
}
.cid-uLMT5bnPh6 ul.navbar-nav {
  flex-wrap: wrap;
  padding: 36px 0;
  border-bottom: 1px solid #0e132f;
}
.cid-uLMT5bnPh6 .navbar-buttons {
  text-align: center;
  min-width: 170px;
}
.cid-uLMT5bnPh6 button.navbar-toggler {
  outline: none;
  width: 48px;
  height: 48px;
  border-radius: 50%;
  cursor: pointer;
  transition: all 0.2s;
  position: relative;
  align-self: center;
  color: #ffffff;
  background: #ffffff;
}
.cid-uLMT5bnPh6 button.navbar-toggler .hamburger span {
  position: absolute;
  right: 10px;
  margin-top: 14px;
  width: 26px;
  height: 2px;
  border-right: 5px;
  background-color: #474747;
}
.cid-uLMT5bnPh6 button.navbar-toggler .hamburger span:nth-child(1) {
  top: 0;
  transition: all 0.2s;
}
.cid-uLMT5bnPh6 button.navbar-toggler .hamburger span:nth-child(2) {
  top: 8px;
  transition: all 0.15s;
}
.cid-uLMT5bnPh6 button.navbar-toggler .hamburger span:nth-child(3) {
  top: 8px;
  transition: all 0.15s;
}
.cid-uLMT5bnPh6 button.navbar-toggler .hamburger span:nth-child(4) {
  top: 16px;
  transition: all 0.2s;
}
.cid-uLMT5bnPh6 nav.opened .hamburger span:nth-child(1) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-uLMT5bnPh6 nav.opened .hamburger span:nth-child(2) {
  transform: rotate(45deg);
  transition: all 0.25s;
}
.cid-uLMT5bnPh6 nav.opened .hamburger span:nth-child(3) {
  transform: rotate(-45deg);
  transition: all 0.25s;
}
.cid-uLMT5bnPh6 nav.opened .hamburger span:nth-child(4) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-uLMT5bnPh6 a.nav-link {
  display: flex;
  align-items: center;
  justify-content: flex-start;
}
.cid-uLMT5bnPh6 .icons-menu {
  flex-wrap: nowrap;
  display: flex;
  justify-content: center;
  padding: 0;
  text-align: center;
  margin-bottom: 35px;
}
@media screen and (-ms-high-contrast: active), (-ms-high-contrast: none) {
  .cid-uLMT5bnPh6 .navbar {
    height: 70px;
  }
  .cid-uLMT5bnPh6 .navbar.opened {
    height: auto;
  }
  .cid-uLMT5bnPh6 .nav-item .nav-link:hover::before {
    width: 175%;
    max-width: calc(100% + 2rem);
    left: -1rem;
  }
}
.cid-uLMT5bnPh6 .navbar-dropdown .navbar-logo {
  margin-right: 15px;
}
@media (min-width: 768px) {
  .cid-uLMT5bnPh6 .container-fluid {
    padding-left: 30px;
    padding-right: 30px;
  }
}
.cid-uLMT5bnPh6 .mbr-section-btn-main {
  padding-top: 5px;
}
.cid-uLMT5bnPh6 .mbr-section-btn-main .btn {
  margin: 0 4px 4px 4px;
}
.cid-uLMT5bnPh6 .navbar-caption:hover {
  color: #2554ab;
}
@media (min-width: 992px) {
  .cid-uLMT5bnPh6 .dropdown-menu.dropdown-submenu {
    left: 175px !important;
    top: -45% !important;
  }
}
.cid-uLMT5bnPh6 .nav-link {
  position: relative;
}
.cid-uLMT5bnPh6 .nav-link:before {
  content: '';
  position: absolute;
  left: -12px;
  width: 6px;
  height: 6px;
  border-radius: 100%;
  background-color: #2554ab;
  transition: all .3s ease;
  opacity: 0;
}
.cid-uLMT5bnPh6 .nav-link:hover:before {
  opacity: 1;
}
.cid-uLMT5bnPh6 .mbr-section-subtitle {
  color: #ffffff;
}
.cid-uLMT5bnPh6 .mbr-text {
  color: #ffffff;
  text-align: center;
}
.cid-uLMT5bnPh6 .text_widget {
  color: #ffffff;
}
.cid-uLMT5bnPh6 .mbr-section-subtitle,
.cid-uLMT5bnPh6 .text_widget,
.cid-uLMT5bnPh6 .mbr-section-btn {
  text-align: center;
}
.cid-uLMT5bnPh6 a[class*="text-"]:not(.nav-link):not(.dropdown-item):not([role]):not(.navbar-caption):hover {
  background-image: none;
}
.cid-uC2qyF7kLk {
  padding-top: 0rem;
  padding-bottom: 0rem;
  background-color: #ffffff;
}
.cid-uC2qyF7kLk .item-img {
  position: relative;
  overflow: hidden;
}
.cid-uC2qyF7kLk .item-img:before {
  content: '';
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
  left: 0;
  background: black;
  opacity: 0.3;
  z-index: 1;
  transition: all 0.3s;
  pointer-events: none;
}
.cid-uC2qyF7kLk h5 {
  margin-bottom: 1rem;
}
.cid-uC2qyF7kLk .item-content {
  position: absolute;
  top: 55%;
  right: 0;
  z-index: 2;
  width: 100%;
  transform: translateY(-50%);
  padding: 2rem 8rem;
  display: flex;
  flex-direction: column;
  height: 50%;
}
@media (max-width: 767px) {
  .cid-uC2qyF7kLk .item-content {
    padding: 0 2rem 1.5rem;
    margin-top: 1rem;
  }
}
.cid-uC2qyF7kLk img,
.cid-uC2qyF7kLk .item-img {
  width: 100%;
  transition: all 0.3s;
  height: 100%;
  height: 400px;
  object-fit: cover;
}
.cid-uC2qyF7kLk .item:focus,
.cid-uC2qyF7kLk span:focus {
  outline: none;
}
.cid-uC2qyF7kLk .item {
  margin-bottom: 2rem;
}
@media (max-width: 767px) {
  .cid-uC2qyF7kLk .item {
    margin-bottom: 1rem;
  }
}
.cid-uC2qyF7kLk .item-wrapper {
  position: relative;
  border-radius: 15px;
  height: 100%;
  display: flex;
  flex-flow: column nowrap;
}
.cid-uC2qyF7kLk .mbr-section-title {
  color: #4e423d;
}
.cid-uC2qyF7kLk .item-title {
  text-align: left;
  color: #ffffff;
}
.cid-uC2qyF7kLk .item-subtitle {
  text-align: left;
  color: #ffffff;
}
.cid-uC2qyF7kLk .mbr-text,
.cid-uC2qyF7kLk .item .mbr-section-btn {
  text-align: left;
  color: #ffffff;
}
.cid-uC2qyF7kLk .content-head {
  max-width: 800px;
}
.cid-uC2qyGx1s8 {
  padding-top: 1rem;
  padding-bottom: 5rem;
  background-color: #fafafa;
}
.cid-uC2qyGx1s8 .mbr-section-title {
  margin-bottom: 1em;
  color: #272727;
}
.cid-uC2qyGx1s8 .mbr-section-subtitle {
  margin-bottom: 1.5625em;
  color: #272727;
  opacity: 0.4;
}
.cid-uC2qyGx1s8 .item-row {
  display: grid;
  -webkit-box-align: stretch;
  -webkit-align-items: stretch;
  -ms-flex-align: stretch;
  align-items: stretch;
  grid-auto-columns: 1fr;
  grid-column-gap: 16px;
  grid-row-gap: 16px;
  grid-template-columns: repeat(4, 1fr);
  -ms-grid-rows: auto;
  grid-template-rows: auto;
}
@media (max-width: 1199px) {
  .cid-uC2qyGx1s8 .item-row {
    grid-template-columns: repeat(2, 1fr);
  }
}
@media (max-width: 767px) {
  .cid-uC2qyGx1s8 .item-row {
    grid-template-columns: repeat(1, 1fr);
  }
}
.cid-uC2qyGx1s8 .item {
  padding: 0;
}
.cid-uC2qyGx1s8 .item-wrapper {
  display: flex;
  flex-direction: column;
  align-items: stretch;
  height: 100%;
  width: 100%;
  border-radius: 10px;
  overflow: hidden;
  transform-style: preserve-3d;
  transition: .3s all;
  border: 2px solid transparent;
}
.cid-uC2qyGx1s8 .item-wrapper:hover {
  transform: scale3d(1.01, 1.01, 1);
  border-color: #fafafa;
}
.cid-uC2qyGx1s8 .item-img {
  display: flex;
  align-items: center;
  justify-content: center;
  height: 175px;
}
.cid-uC2qyGx1s8 .item-img img {
  width: 100%;
  object-fit: cover;
  height: 100%;
}
.cid-uC2qyGx1s8 .item-content {
  display: flex;
  flex-direction: column;
  align-items: stretch;
  width: 100%;
  padding: 20px 5% 6%;
  flex-grow: 1;
  background-color: #ffffff;
}
.cid-uC2qyGx1s8 .item-text-wrap {
  width: 100%;
  margin-bottom: 5.3em;
}
@media (max-width: 1199px) {
  .cid-uC2qyGx1s8 .item-text-wrap {
    margin-bottom: 4em;
  }
}
@media (max-width: 767px) {
  .cid-uC2qyGx1s8 .item-text-wrap {
    margin-bottom: 2em;
    max-width: 340px;
    margin-right: auto;
  }
}
.cid-uC2qyGx1s8 .item-title {
  color: #272727;
  margin-bottom: 0.52em;
}
.cid-uC2qyGx1s8 .item-subtitle {
  color: #272727;
  opacity: 0.52em;
}
.cid-uC2qyGx1s8 .card-bottom {
  display: flex;
  flex-direction: column;
  align-items: stretch;
  margin-top: auto;
}
.cid-uC2qyGx1s8 .item-name-wrap {
  display: flex;
  align-items: center;
  width: 100%;
}
.cid-uC2qyGx1s8 .image-wrapper {
  width: 35px;
  height: 35px;
  margin-right: 10px;
  border-radius: 300px;
  overflow: hidden;
}
.cid-uC2qyGx1s8 .image-wrapper img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.cid-uC2qyGx1s8 .mbr-text {
  flex-grow: 1;
  color: #272727;
  text-align: right;
}
.cid-uC2qyGx1s8 .mbr-section-btn {
  display: flex;
  margin-top: 20px;
  width: auto !important;
}
.cid-uC2qyGx1s8 .mbr-section-btn .btn {
  width: 100%;
  min-width: auto !important;
}
.cid-uLMRAIzUxG {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-color: #0e132f;
}
.cid-uLMRAIzUxG .mbr-fallback-image.disabled {
  display: none;
}
.cid-uLMRAIzUxG .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-uLMRAIzUxG .container {
    padding: 0 16px;
  }
}
.cid-uLMRAIzUxG .card {
  display: flex;
  flex-direction: column;
  justify-content: space-between;
}
@media (max-width: 992px) {
  .cid-uLMRAIzUxG .card {
    margin-bottom: 40px;
  }
}
.cid-uLMRAIzUxG .card .content-wrapper .title-wrapper .title-wrap {
  display: inline-flex;
  align-items: center;
  margin-bottom: 16px;
}
@media (max-width: 992px) {
  .cid-uLMRAIzUxG .card .content-wrapper .title-wrapper .title-wrap {
    margin-bottom: 40px;
  }
}
.cid-uLMRAIzUxG .card .content-wrapper .title-wrapper .title-wrap img {
  width: 32px;
  height: 32px;
  object-fit: contain;
  margin-right: 1rem;
}
.cid-uLMRAIzUxG .card .content-wrapper .title-wrapper .title-wrap .mbr-section-title {
  margin-bottom: 0;
}
.cid-uLMRAIzUxG .card .content-wrapper .copyright {
  margin-bottom: 20px;
}
@media (max-width: 992px) {
  .cid-uLMRAIzUxG .card .content-wrapper .copyright {
    margin-bottom: 40px;
  }
}
.cid-uLMRAIzUxG .card .social-wrapper .social-wrap {
  display: inline-flex;
  flex-wrap: wrap;
}
.cid-uLMRAIzUxG .card .social-wrapper .social-wrap .mbr-iconfont {
  font-size: 20px;
  margin-right: 48px;
  color: #ffffff;
}
.cid-uLMRAIzUxG .list-wrapper .mbr-card-title {
  margin-bottom: 16px;
}
.cid-uLMRAIzUxG .list-wrapper .list {
  margin: 0;
  padding: 0;
  list-style-type: none;
}
.cid-uLMRAIzUxG .list-wrapper .list .item-wrap {
  margin-bottom: 16px;
}
@media (max-width: 992px) {
  .cid-uLMRAIzUxG .list-wrapper .list {
    margin-bottom: 40px;
  }
}
.cid-uLMRAIzUxG .mbr-section-title {
  color: #ffffff;
}
.cid-uLMRAIzUxG .copyright {
  color: #ffffff;
}
.cid-uLMRAIzUxG .mbr-card-title {
  color: #D4FE00;
}
.cid-uLMRAIzUxG .list {
  color: #ffffff;
}
.cid-uLMT5bnPh6 .navbar-dropdown {
  background-color: #ffffff !important;
  padding: 0;
}
.cid-uLMT5bnPh6 .navbar.navbar-expand-lg .dropdown .dropdown-menu {
  background-color: #ffffff !important;
  background: #ffffff;
}
.cid-uLMT5bnPh6 .navbar.navbar-expand-lg .dropdown .dropdown-menu .dropdown-submenu {
  margin: 0;
  left: 100%;
}
@media (max-width: 991px) {
  .cid-uLMT5bnPh6 .menu_box .navbar.opened,
  .cid-uLMT5bnPh6 .menu_box .navbar-collapse {
    background-color: #ffffff !important;
    transition: all 0s ease 0s;
  }
}
.cid-uLMT5bnPh6 .navbar-dropdown {
  position: relative !important;
}
.cid-uLMT5bnPh6 .btn {
  min-height: auto;
  box-shadow: none;
  margin-top: 0;
}
.cid-uLMT5bnPh6 .btn:hover {
  box-shadow: none;
}
@media (min-width: 992px) {
  .cid-uLMT5bnPh6 .offcanvas_image img {
    width: auto;
    object-fit: cover;
    display: inline-block;
  }
  .cid-uLMT5bnPh6 .offcanvas-header {
    position: relative;
    padding: 0;
  }
  .cid-uLMT5bnPh6 .offcanvas-header .btn-close {
    position: absolute;
    top: -70px;
    right: 0;
    width: 35px;
    height: 30px;
  }
  .cid-uLMT5bnPh6 .offcanvas-body {
    text-align: center;
    padding: 0;
  }
  .cid-uLMT5bnPh6 .offcanvas-body .mbr-text,
  .cid-uLMT5bnPh6 .offcanvas-body .mbr-section-subtitle {
    margin-top: 14px;
  }
  .cid-uLMT5bnPh6 .offcanvas-body .offcanvas_contact {
    margin: 35px 0;
  }
  .cid-uLMT5bnPh6 .offcanvas_box button.btn_offcanvas {
    outline: none;
    width: 40px;
    height: 40px;
    cursor: pointer;
    transition: all 0.2s;
    position: relative;
    align-self: center;
  }
  .cid-uLMT5bnPh6 .offcanvas_box button.btn_offcanvas .hamburger span {
    position: absolute;
    right: 0;
    width: 40px;
    height: 2px;
    border-right: 5px;
    background-color: #474747;
  }
  .cid-uLMT5bnPh6 .offcanvas_box button.btn_offcanvas .hamburger span:nth-child(1) {
    top: 18px;
    transition: all 0.2s;
  }
  .cid-uLMT5bnPh6 .offcanvas_box button.btn_offcanvas .hamburger span:nth-child(2) {
    top: 25px;
    transition: all 0.2s;
  }
  .cid-uLMT5bnPh6 .offcanvas_box button.btn_offcanvas:hover .hamburger span {
    width: 36px;
  }
  .cid-uLMT5bnPh6 .offcanvas_box button.btn_offcanvas:hover .hamburger span:nth-child(2) {
    width: 33px;
    transition-delay: 0.2s;
  }
  .cid-uLMT5bnPh6 ul.navbar-nav {
    padding-bottom: 1.5rem;
  }
  .cid-uLMT5bnPh6 .dropdown-menu .dropdown-toggle[data-toggle="dropdown-submenu"]::after,
  .cid-uLMT5bnPh6 .link.dropdown-toggle::after {
    display: inline-block;
    width: 7px;
    height: 7px;
    margin-left: .5rem;
    margin-bottom: 2px;
    content: "";
    border: 2px solid;
    border-left: none;
    border-top: none;
    transform: rotate(-45deg);
  }
  .cid-uLMT5bnPh6 .link.dropdown-toggle::after {
    padding: 0 !important;
    transform: rotate(45deg);
  }
  .cid-uLMT5bnPh6 li.nav-item {
    position: relative;
    display: inline-block;
    padding: 1px 7px !important;
    vertical-align: middle;
    line-height: 2em !important;
    font-weight: 600 !important;
    text-decoration: none;
    letter-spacing: 0 !important;
    z-index: 1;
  }
  .cid-uLMT5bnPh6 .lg_brand {
    margin: 0 1rem;
  }
}
.cid-uLMT5bnPh6 .nav-item {
  margin: 4px 15px;
}
@media (min-width: 1200px) {
  .cid-uLMT5bnPh6 .nav-item {
    margin: 4px 20px;
  }
}
@media (max-width: 991px) {
  .cid-uLMT5bnPh6 .nav-item {
    margin: 0 !important;
  }
}
.cid-uLMT5bnPh6 .dropdown-menu {
  border-radius: 0;
  box-shadow: none;
  text-align: left;
}
@media (min-width: 992px) {
  .cid-uLMT5bnPh6 .dropdown-menu {
    padding: 18px 34px 22px;
    min-width: 250px;
    top: auto !important;
    left: -40px !important;
  }
  .cid-uLMT5bnPh6 .dropdown-menu.dropdown-submenu {
    left: 215px !important;
    top: -45% !important;
  }
}
@media (max-width: 991px) {
  .cid-uLMT5bnPh6 .dropdown-menu .dropdown-toggle[data-toggle="dropdown-submenu"]::after,
  .cid-uLMT5bnPh6 .link.dropdown-toggle::after {
    display: inline-block;
    width: 7px;
    height: 7px;
    margin-left: .5rem;
    margin-bottom: 2px;
    content: "";
    border: 2px solid;
    border-left: none;
    border-top: none;
    transform: rotate(-45deg);
    right: 15px;
    position: absolute;
    margin-top: -2px;
  }
  .cid-uLMT5bnPh6 .show.dropdown-toggle[aria-expanded="true"]::after {
    transform: rotate(45deg);
    margin-top: -4px;
  }
  .cid-uLMT5bnPh6 .offcanvas_box {
    display: none;
  }
}
.cid-uLMT5bnPh6 .dropdown-item {
  border: none;
  font-weight: 400 !important;
}
.cid-uLMT5bnPh6 .nav-dropdown .link {
  font-weight: 400 !important;
  padding: 0 !important;
  margin: 0 !important;
}
.cid-uLMT5bnPh6 .nav-dropdown .link.dropdown-toggle::after {
  margin-left: 0.5rem;
  margin-top: 0;
}
.cid-uLMT5bnPh6 .container {
  display: flex;
  margin: auto;
}
.cid-uLMT5bnPh6 .iconfont-wrapper {
  color: #e0bdb6;
  font-size: 17px;
  margin-right: 10px;
  margin-bottom: 5px;
  width: 25px;
  height: 25px;
  border-radius: 50%;
  display: flex;
  justify-content: center;
  align-items: center;
  transition: all 0.2s ease-in-out;
}
.cid-uLMT5bnPh6 .iconfont-wrapper:last-child {
  margin-right: 0;
}
.cid-uLMT5bnPh6 .iconfont-wrapper:hover {
  opacity: .5;
}
.cid-uLMT5bnPh6 .navbar-caption {
  color: #747474;
}
.cid-uLMT5bnPh6 .navbar-nav {
  margin: 0 1rem;
}
@media (min-width: 992px) {
  .cid-uLMT5bnPh6 .navbar-nav {
    margin: 0;
  }
}
.cid-uLMT5bnPh6 .dropdown-menu,
.cid-uLMT5bnPh6 .navbar.opened {
  background-color: false !important;
}
.cid-uLMT5bnPh6 .nav-item:focus,
.cid-uLMT5bnPh6 .nav-link:focus {
  outline: none;
}
.cid-uLMT5bnPh6 .dropdown .dropdown-menu .dropdown-item {
  width: auto;
  transition: all 0.25s ease-in-out;
}
.cid-uLMT5bnPh6 .dropdown .dropdown-menu .dropdown-item::after {
  right: 0.5rem;
}
.cid-uLMT5bnPh6 .dropdown .dropdown-menu .dropdown-item .mbr-iconfont {
  margin-right: 0.5rem;
  vertical-align: sub;
}
.cid-uLMT5bnPh6 .dropdown .dropdown-menu .dropdown-item .mbr-iconfont:before {
  display: inline-block;
  transform: scale(1, 1);
  transition: all 0.25s ease-in-out;
}
.cid-uLMT5bnPh6 .collapsed .dropdown-menu .dropdown-item:before {
  display: none;
}
.cid-uLMT5bnPh6 .collapsed .dropdown .dropdown-menu .dropdown-item {
  padding: 0.235em 1.5em 0.235em 1.5em !important;
  transition: none;
  margin: 0 !important;
}
.cid-uLMT5bnPh6 .navbar {
  min-height: 70px;
  padding: 20px 0;
  transition: all 0.3s;
  border-bottom-width: 0px;
}
@media (max-width: 992px) {
  .cid-uLMT5bnPh6 .navbar {
    min-height: 30px;
    max-height: 90px;
  }
}
.cid-uLMT5bnPh6 .navbar.opened {
  transition: all 0.3s;
}
.cid-uLMT5bnPh6 .navbar .dropdown-item {
  padding: 0;
  margin: 8px 0;
}
.cid-uLMT5bnPh6 .navbar .navbar-logo img {
  width: auto;
  object-fit: contain;
  border-radius: 0;
}
.cid-uLMT5bnPh6 .navbar .navbar-collapse {
  justify-content: space-between;
  z-index: 1;
}
.cid-uLMT5bnPh6 .navbar.collapsed {
  justify-content: center;
}
.cid-uLMT5bnPh6 .navbar.collapsed .nav-item .nav-link::before {
  display: none;
}
.cid-uLMT5bnPh6 .navbar.collapsed.opened .dropdown-menu {
  top: 0;
}
.cid-uLMT5bnPh6 .navbar.collapsed .dropdown-menu .dropdown-submenu {
  left: 0 !important;
}
.cid-uLMT5bnPh6 .navbar.collapsed .dropdown-menu .dropdown-item:after {
  right: auto;
}
.cid-uLMT5bnPh6 .navbar.collapsed ul.navbar-nav li {
  margin: auto;
}
.cid-uLMT5bnPh6 .navbar.collapsed .dropdown-menu .dropdown-item {
  padding: 0.25rem 1.5rem;
  text-align: left;
}
.cid-uLMT5bnPh6 .navbar.collapsed .icons-menu {
  padding: 0;
}
@media (max-width: 991px) {
  .cid-uLMT5bnPh6 .navbar .nav-item {
    padding: .5rem 0;
  }
  .cid-uLMT5bnPh6 .navbar .navbar-collapse {
    padding: 34px 0;
    border-radius: 25px;
  }
  .cid-uLMT5bnPh6 .navbar .nav-item .nav-link::before {
    display: none;
  }
  .cid-uLMT5bnPh6 .navbar.opened .dropdown-menu {
    top: 0;
  }
  .cid-uLMT5bnPh6 .navbar .dropdown-menu {
    padding: 6px 0 6px 15px;
  }
  .cid-uLMT5bnPh6 .navbar .dropdown-menu .dropdown-submenu {
    left: 0 !important;
  }
  .cid-uLMT5bnPh6 .navbar .dropdown-menu .dropdown-item:after {
    right: auto;
    margin-top: -0.4rem;
  }
  .cid-uLMT5bnPh6 .navbar .navbar-logo img {
    height: 3rem !important;
  }
  .cid-uLMT5bnPh6 .navbar ul.navbar-nav {
    overflow: hidden;
  }
  .cid-uLMT5bnPh6 .navbar ul.navbar-nav li {
    margin: 0;
  }
  .cid-uLMT5bnPh6 .navbar .dropdown-menu .dropdown-item {
    padding: 0 !important;
    margin: 0;
    margin-top: 8px;
    text-align: left;
  }
  .cid-uLMT5bnPh6 .navbar .navbar-brand {
    flex-shrink: initial;
    flex-basis: auto;
    word-break: break-word;
    padding-right: 2rem;
  }
  .cid-uLMT5bnPh6 .navbar .navbar-toggler {
    flex-basis: auto;
  }
  .cid-uLMT5bnPh6 .navbar .icons-menu {
    padding: 0;
  }
}
.cid-uLMT5bnPh6 .navbar.navbar-short {
  min-height: 60px;
}
.cid-uLMT5bnPh6 .navbar.navbar-short .navbar-logo img {
  height: 2.5rem !important;
}
.cid-uLMT5bnPh6 .navbar.navbar-short .navbar-brand {
  min-height: 60px;
  padding: 0;
}
.cid-uLMT5bnPh6 .navbar-brand {
  min-height: 70px;
  flex-shrink: 0;
  align-items: center;
  margin-right: 0;
  padding: 10px 0;
  transition: all 0.3s;
  word-break: break-word;
  z-index: 1;
}
.cid-uLMT5bnPh6 .navbar-brand .navbar-caption {
  line-height: inherit !important;
}
.cid-uLMT5bnPh6 .navbar-brand .navbar-logo a {
  outline: none;
}
.cid-uLMT5bnPh6 .dropdown-item.active,
.cid-uLMT5bnPh6 .dropdown-item:active {
  background-color: transparent;
}
.cid-uLMT5bnPh6 .navbar-expand-lg .navbar-nav .nav-link {
  padding: 0;
}
.cid-uLMT5bnPh6 .nav-dropdown .link.dropdown-toggle {
  margin-right: 1.667em;
}
.cid-uLMT5bnPh6 .nav-dropdown .link.dropdown-toggle[aria-expanded="true"] {
  margin-right: 0;
  padding: 0.667em 1.667em;
}
.cid-uLMT5bnPh6 .navbar .dropdown.open > .dropdown-menu {
  display: block;
}
.cid-uLMT5bnPh6 ul.navbar-nav {
  flex-wrap: wrap;
  padding: 36px 0;
  border-bottom: 1px solid #0e132f;
}
.cid-uLMT5bnPh6 .navbar-buttons {
  text-align: center;
  min-width: 170px;
}
.cid-uLMT5bnPh6 button.navbar-toggler {
  outline: none;
  width: 48px;
  height: 48px;
  border-radius: 50%;
  cursor: pointer;
  transition: all 0.2s;
  position: relative;
  align-self: center;
  color: #ffffff;
  background: #ffffff;
}
.cid-uLMT5bnPh6 button.navbar-toggler .hamburger span {
  position: absolute;
  right: 10px;
  margin-top: 14px;
  width: 26px;
  height: 2px;
  border-right: 5px;
  background-color: #474747;
}
.cid-uLMT5bnPh6 button.navbar-toggler .hamburger span:nth-child(1) {
  top: 0;
  transition: all 0.2s;
}
.cid-uLMT5bnPh6 button.navbar-toggler .hamburger span:nth-child(2) {
  top: 8px;
  transition: all 0.15s;
}
.cid-uLMT5bnPh6 button.navbar-toggler .hamburger span:nth-child(3) {
  top: 8px;
  transition: all 0.15s;
}
.cid-uLMT5bnPh6 button.navbar-toggler .hamburger span:nth-child(4) {
  top: 16px;
  transition: all 0.2s;
}
.cid-uLMT5bnPh6 nav.opened .hamburger span:nth-child(1) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-uLMT5bnPh6 nav.opened .hamburger span:nth-child(2) {
  transform: rotate(45deg);
  transition: all 0.25s;
}
.cid-uLMT5bnPh6 nav.opened .hamburger span:nth-child(3) {
  transform: rotate(-45deg);
  transition: all 0.25s;
}
.cid-uLMT5bnPh6 nav.opened .hamburger span:nth-child(4) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-uLMT5bnPh6 a.nav-link {
  display: flex;
  align-items: center;
  justify-content: flex-start;
}
.cid-uLMT5bnPh6 .icons-menu {
  flex-wrap: nowrap;
  display: flex;
  justify-content: center;
  padding: 0;
  text-align: center;
  margin-bottom: 35px;
}
@media screen and (-ms-high-contrast: active), (-ms-high-contrast: none) {
  .cid-uLMT5bnPh6 .navbar {
    height: 70px;
  }
  .cid-uLMT5bnPh6 .navbar.opened {
    height: auto;
  }
  .cid-uLMT5bnPh6 .nav-item .nav-link:hover::before {
    width: 175%;
    max-width: calc(100% + 2rem);
    left: -1rem;
  }
}
.cid-uLMT5bnPh6 .navbar-dropdown .navbar-logo {
  margin-right: 15px;
}
@media (min-width: 768px) {
  .cid-uLMT5bnPh6 .container-fluid {
    padding-left: 30px;
    padding-right: 30px;
  }
}
.cid-uLMT5bnPh6 .mbr-section-btn-main {
  padding-top: 5px;
}
.cid-uLMT5bnPh6 .mbr-section-btn-main .btn {
  margin: 0 4px 4px 4px;
}
.cid-uLMT5bnPh6 .navbar-caption:hover {
  color: #2554ab;
}
@media (min-width: 992px) {
  .cid-uLMT5bnPh6 .dropdown-menu.dropdown-submenu {
    left: 175px !important;
    top: -45% !important;
  }
}
.cid-uLMT5bnPh6 .nav-link {
  position: relative;
}
.cid-uLMT5bnPh6 .nav-link:before {
  content: '';
  position: absolute;
  left: -12px;
  width: 6px;
  height: 6px;
  border-radius: 100%;
  background-color: #2554ab;
  transition: all .3s ease;
  opacity: 0;
}
.cid-uLMT5bnPh6 .nav-link:hover:before {
  opacity: 1;
}
.cid-uLMT5bnPh6 .mbr-section-subtitle {
  color: #ffffff;
}
.cid-uLMT5bnPh6 .mbr-text {
  color: #ffffff;
  text-align: center;
}
.cid-uLMT5bnPh6 .text_widget {
  color: #ffffff;
}
.cid-uLMT5bnPh6 .mbr-section-subtitle,
.cid-uLMT5bnPh6 .text_widget,
.cid-uLMT5bnPh6 .mbr-section-btn {
  text-align: center;
}
.cid-uLMT5bnPh6 a[class*="text-"]:not(.nav-link):not(.dropdown-item):not([role]):not(.navbar-caption):hover {
  background-image: none;
}
.cid-uC1WuedvR9 {
  padding-top: 0rem;
  padding-bottom: 0rem;
  background-color: #ffffff;
}
.cid-uC1WuedvR9 .item-img {
  position: relative;
  overflow: hidden;
}
.cid-uC1WuedvR9 .item-img:before {
  content: '';
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
  left: 0;
  background: black;
  opacity: 0.3;
  z-index: 1;
  transition: all 0.3s;
  pointer-events: none;
}
.cid-uC1WuedvR9 h5 {
  margin-bottom: 1rem;
}
.cid-uC1WuedvR9 .item-content {
  position: absolute;
  top: 55%;
  right: 0;
  z-index: 2;
  width: 100%;
  transform: translateY(-50%);
  padding: 2rem 8rem;
  display: flex;
  flex-direction: column;
  height: 50%;
}
@media (max-width: 767px) {
  .cid-uC1WuedvR9 .item-content {
    padding: 0 2rem 1.5rem;
    margin-top: 1rem;
  }
}
.cid-uC1WuedvR9 img,
.cid-uC1WuedvR9 .item-img {
  width: 100%;
  transition: all 0.3s;
  height: 100%;
  height: 400px;
  object-fit: cover;
}
.cid-uC1WuedvR9 .item:focus,
.cid-uC1WuedvR9 span:focus {
  outline: none;
}
.cid-uC1WuedvR9 .item {
  margin-bottom: 2rem;
}
@media (max-width: 767px) {
  .cid-uC1WuedvR9 .item {
    margin-bottom: 1rem;
  }
}
.cid-uC1WuedvR9 .item-wrapper {
  position: relative;
  border-radius: 15px;
  height: 100%;
  display: flex;
  flex-flow: column nowrap;
}
.cid-uC1WuedvR9 .mbr-section-title {
  color: #4e423d;
}
.cid-uC1WuedvR9 .item-title {
  text-align: left;
  color: #ffffff;
}
.cid-uC1WuedvR9 .item-subtitle {
  text-align: left;
  color: #ffffff;
}
.cid-uC1WuedvR9 .mbr-text,
.cid-uC1WuedvR9 .item .mbr-section-btn {
  text-align: left;
  color: #ffffff;
}
.cid-uC1WuedvR9 .content-head {
  max-width: 800px;
}
.cid-uC1WufgkCu {
  padding-top: 1rem;
  padding-bottom: 5rem;
  background-color: #fafafa;
}
.cid-uC1WufgkCu .mbr-section-title {
  margin-bottom: 1em;
  color: #272727;
}
.cid-uC1WufgkCu .mbr-section-subtitle {
  margin-bottom: 1.5625em;
  color: #272727;
  opacity: 0.4;
}
.cid-uC1WufgkCu .item-row {
  display: grid;
  -webkit-box-align: stretch;
  -webkit-align-items: stretch;
  -ms-flex-align: stretch;
  align-items: stretch;
  grid-auto-columns: 1fr;
  grid-column-gap: 16px;
  grid-row-gap: 16px;
  grid-template-columns: repeat(4, 1fr);
  -ms-grid-rows: auto;
  grid-template-rows: auto;
}
@media (max-width: 1199px) {
  .cid-uC1WufgkCu .item-row {
    grid-template-columns: repeat(2, 1fr);
  }
}
@media (max-width: 767px) {
  .cid-uC1WufgkCu .item-row {
    grid-template-columns: repeat(1, 1fr);
  }
}
.cid-uC1WufgkCu .item {
  padding: 0;
}
.cid-uC1WufgkCu .item-wrapper {
  display: flex;
  flex-direction: column;
  align-items: stretch;
  height: 100%;
  width: 100%;
  border-radius: 10px;
  overflow: hidden;
  transform-style: preserve-3d;
  transition: .3s all;
  border: 2px solid transparent;
}
.cid-uC1WufgkCu .item-wrapper:hover {
  transform: scale3d(1.01, 1.01, 1);
  border-color: #fafafa;
}
.cid-uC1WufgkCu .item-img {
  display: flex;
  align-items: center;
  justify-content: center;
  height: 175px;
}
.cid-uC1WufgkCu .item-img img {
  width: 100%;
  object-fit: cover;
  height: 100%;
}
.cid-uC1WufgkCu .item-content {
  display: flex;
  flex-direction: column;
  align-items: stretch;
  width: 100%;
  padding: 20px 5% 6%;
  flex-grow: 1;
  background-color: #ffffff;
}
.cid-uC1WufgkCu .item-text-wrap {
  width: 100%;
  margin-bottom: 5.3em;
}
@media (max-width: 1199px) {
  .cid-uC1WufgkCu .item-text-wrap {
    margin-bottom: 4em;
  }
}
@media (max-width: 767px) {
  .cid-uC1WufgkCu .item-text-wrap {
    margin-bottom: 2em;
    max-width: 340px;
    margin-right: auto;
  }
}
.cid-uC1WufgkCu .item-title {
  color: #272727;
  margin-bottom: 0.52em;
}
.cid-uC1WufgkCu .item-subtitle {
  color: #272727;
  opacity: 0.52em;
}
.cid-uC1WufgkCu .card-bottom {
  display: flex;
  flex-direction: column;
  align-items: stretch;
  margin-top: auto;
}
.cid-uC1WufgkCu .item-name-wrap {
  display: flex;
  align-items: center;
  width: 100%;
}
.cid-uC1WufgkCu .image-wrapper {
  width: 35px;
  height: 35px;
  margin-right: 10px;
  border-radius: 300px;
  overflow: hidden;
}
.cid-uC1WufgkCu .image-wrapper img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.cid-uC1WufgkCu .mbr-text {
  flex-grow: 1;
  color: #272727;
  text-align: right;
}
.cid-uC1WufgkCu .mbr-section-btn {
  display: flex;
  margin-top: 20px;
  width: auto !important;
}
.cid-uC1WufgkCu .mbr-section-btn .btn {
  width: 100%;
  min-width: auto !important;
}
.cid-uLMRAIzUxG {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-color: #0e132f;
}
.cid-uLMRAIzUxG .mbr-fallback-image.disabled {
  display: none;
}
.cid-uLMRAIzUxG .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-uLMRAIzUxG .container {
    padding: 0 16px;
  }
}
.cid-uLMRAIzUxG .card {
  display: flex;
  flex-direction: column;
  justify-content: space-between;
}
@media (max-width: 992px) {
  .cid-uLMRAIzUxG .card {
    margin-bottom: 40px;
  }
}
.cid-uLMRAIzUxG .card .content-wrapper .title-wrapper .title-wrap {
  display: inline-flex;
  align-items: center;
  margin-bottom: 16px;
}
@media (max-width: 992px) {
  .cid-uLMRAIzUxG .card .content-wrapper .title-wrapper .title-wrap {
    margin-bottom: 40px;
  }
}
.cid-uLMRAIzUxG .card .content-wrapper .title-wrapper .title-wrap img {
  width: 32px;
  height: 32px;
  object-fit: contain;
  margin-right: 1rem;
}
.cid-uLMRAIzUxG .card .content-wrapper .title-wrapper .title-wrap .mbr-section-title {
  margin-bottom: 0;
}
.cid-uLMRAIzUxG .card .content-wrapper .copyright {
  margin-bottom: 20px;
}
@media (max-width: 992px) {
  .cid-uLMRAIzUxG .card .content-wrapper .copyright {
    margin-bottom: 40px;
  }
}
.cid-uLMRAIzUxG .card .social-wrapper .social-wrap {
  display: inline-flex;
  flex-wrap: wrap;
}
.cid-uLMRAIzUxG .card .social-wrapper .social-wrap .mbr-iconfont {
  font-size: 20px;
  margin-right: 48px;
  color: #ffffff;
}
.cid-uLMRAIzUxG .list-wrapper .mbr-card-title {
  margin-bottom: 16px;
}
.cid-uLMRAIzUxG .list-wrapper .list {
  margin: 0;
  padding: 0;
  list-style-type: none;
}
.cid-uLMRAIzUxG .list-wrapper .list .item-wrap {
  margin-bottom: 16px;
}
@media (max-width: 992px) {
  .cid-uLMRAIzUxG .list-wrapper .list {
    margin-bottom: 40px;
  }
}
.cid-uLMRAIzUxG .mbr-section-title {
  color: #ffffff;
}
.cid-uLMRAIzUxG .copyright {
  color: #ffffff;
}
.cid-uLMRAIzUxG .mbr-card-title {
  color: #D4FE00;
}
.cid-uLMRAIzUxG .list {
  color: #ffffff;
}
.cid-uLMT5bnPh6 .navbar-dropdown {
  background-color: #ffffff !important;
  padding: 0;
}
.cid-uLMT5bnPh6 .navbar.navbar-expand-lg .dropdown .dropdown-menu {
  background-color: #ffffff !important;
  background: #ffffff;
}
.cid-uLMT5bnPh6 .navbar.navbar-expand-lg .dropdown .dropdown-menu .dropdown-submenu {
  margin: 0;
  left: 100%;
}
@media (max-width: 991px) {
  .cid-uLMT5bnPh6 .menu_box .navbar.opened,
  .cid-uLMT5bnPh6 .menu_box .navbar-collapse {
    background-color: #ffffff !important;
    transition: all 0s ease 0s;
  }
}
.cid-uLMT5bnPh6 .navbar-dropdown {
  position: relative !important;
}
.cid-uLMT5bnPh6 .btn {
  min-height: auto;
  box-shadow: none;
  margin-top: 0;
}
.cid-uLMT5bnPh6 .btn:hover {
  box-shadow: none;
}
@media (min-width: 992px) {
  .cid-uLMT5bnPh6 .offcanvas_image img {
    width: auto;
    object-fit: cover;
    display: inline-block;
  }
  .cid-uLMT5bnPh6 .offcanvas-header {
    position: relative;
    padding: 0;
  }
  .cid-uLMT5bnPh6 .offcanvas-header .btn-close {
    position: absolute;
    top: -70px;
    right: 0;
    width: 35px;
    height: 30px;
  }
  .cid-uLMT5bnPh6 .offcanvas-body {
    text-align: center;
    padding: 0;
  }
  .cid-uLMT5bnPh6 .offcanvas-body .mbr-text,
  .cid-uLMT5bnPh6 .offcanvas-body .mbr-section-subtitle {
    margin-top: 14px;
  }
  .cid-uLMT5bnPh6 .offcanvas-body .offcanvas_contact {
    margin: 35px 0;
  }
  .cid-uLMT5bnPh6 .offcanvas_box button.btn_offcanvas {
    outline: none;
    width: 40px;
    height: 40px;
    cursor: pointer;
    transition: all 0.2s;
    position: relative;
    align-self: center;
  }
  .cid-uLMT5bnPh6 .offcanvas_box button.btn_offcanvas .hamburger span {
    position: absolute;
    right: 0;
    width: 40px;
    height: 2px;
    border-right: 5px;
    background-color: #474747;
  }
  .cid-uLMT5bnPh6 .offcanvas_box button.btn_offcanvas .hamburger span:nth-child(1) {
    top: 18px;
    transition: all 0.2s;
  }
  .cid-uLMT5bnPh6 .offcanvas_box button.btn_offcanvas .hamburger span:nth-child(2) {
    top: 25px;
    transition: all 0.2s;
  }
  .cid-uLMT5bnPh6 .offcanvas_box button.btn_offcanvas:hover .hamburger span {
    width: 36px;
  }
  .cid-uLMT5bnPh6 .offcanvas_box button.btn_offcanvas:hover .hamburger span:nth-child(2) {
    width: 33px;
    transition-delay: 0.2s;
  }
  .cid-uLMT5bnPh6 ul.navbar-nav {
    padding-bottom: 1.5rem;
  }
  .cid-uLMT5bnPh6 .dropdown-menu .dropdown-toggle[data-toggle="dropdown-submenu"]::after,
  .cid-uLMT5bnPh6 .link.dropdown-toggle::after {
    display: inline-block;
    width: 7px;
    height: 7px;
    margin-left: .5rem;
    margin-bottom: 2px;
    content: "";
    border: 2px solid;
    border-left: none;
    border-top: none;
    transform: rotate(-45deg);
  }
  .cid-uLMT5bnPh6 .link.dropdown-toggle::after {
    padding: 0 !important;
    transform: rotate(45deg);
  }
  .cid-uLMT5bnPh6 li.nav-item {
    position: relative;
    display: inline-block;
    padding: 1px 7px !important;
    vertical-align: middle;
    line-height: 2em !important;
    font-weight: 600 !important;
    text-decoration: none;
    letter-spacing: 0 !important;
    z-index: 1;
  }
  .cid-uLMT5bnPh6 .lg_brand {
    margin: 0 1rem;
  }
}
.cid-uLMT5bnPh6 .nav-item {
  margin: 4px 15px;
}
@media (min-width: 1200px) {
  .cid-uLMT5bnPh6 .nav-item {
    margin: 4px 20px;
  }
}
@media (max-width: 991px) {
  .cid-uLMT5bnPh6 .nav-item {
    margin: 0 !important;
  }
}
.cid-uLMT5bnPh6 .dropdown-menu {
  border-radius: 0;
  box-shadow: none;
  text-align: left;
}
@media (min-width: 992px) {
  .cid-uLMT5bnPh6 .dropdown-menu {
    padding: 18px 34px 22px;
    min-width: 250px;
    top: auto !important;
    left: -40px !important;
  }
  .cid-uLMT5bnPh6 .dropdown-menu.dropdown-submenu {
    left: 215px !important;
    top: -45% !important;
  }
}
@media (max-width: 991px) {
  .cid-uLMT5bnPh6 .dropdown-menu .dropdown-toggle[data-toggle="dropdown-submenu"]::after,
  .cid-uLMT5bnPh6 .link.dropdown-toggle::after {
    display: inline-block;
    width: 7px;
    height: 7px;
    margin-left: .5rem;
    margin-bottom: 2px;
    content: "";
    border: 2px solid;
    border-left: none;
    border-top: none;
    transform: rotate(-45deg);
    right: 15px;
    position: absolute;
    margin-top: -2px;
  }
  .cid-uLMT5bnPh6 .show.dropdown-toggle[aria-expanded="true"]::after {
    transform: rotate(45deg);
    margin-top: -4px;
  }
  .cid-uLMT5bnPh6 .offcanvas_box {
    display: none;
  }
}
.cid-uLMT5bnPh6 .dropdown-item {
  border: none;
  font-weight: 400 !important;
}
.cid-uLMT5bnPh6 .nav-dropdown .link {
  font-weight: 400 !important;
  padding: 0 !important;
  margin: 0 !important;
}
.cid-uLMT5bnPh6 .nav-dropdown .link.dropdown-toggle::after {
  margin-left: 0.5rem;
  margin-top: 0;
}
.cid-uLMT5bnPh6 .container {
  display: flex;
  margin: auto;
}
.cid-uLMT5bnPh6 .iconfont-wrapper {
  color: #e0bdb6;
  font-size: 17px;
  margin-right: 10px;
  margin-bottom: 5px;
  width: 25px;
  height: 25px;
  border-radius: 50%;
  display: flex;
  justify-content: center;
  align-items: center;
  transition: all 0.2s ease-in-out;
}
.cid-uLMT5bnPh6 .iconfont-wrapper:last-child {
  margin-right: 0;
}
.cid-uLMT5bnPh6 .iconfont-wrapper:hover {
  opacity: .5;
}
.cid-uLMT5bnPh6 .navbar-caption {
  color: #747474;
}
.cid-uLMT5bnPh6 .navbar-nav {
  margin: 0 1rem;
}
@media (min-width: 992px) {
  .cid-uLMT5bnPh6 .navbar-nav {
    margin: 0;
  }
}
.cid-uLMT5bnPh6 .dropdown-menu,
.cid-uLMT5bnPh6 .navbar.opened {
  background-color: false !important;
}
.cid-uLMT5bnPh6 .nav-item:focus,
.cid-uLMT5bnPh6 .nav-link:focus {
  outline: none;
}
.cid-uLMT5bnPh6 .dropdown .dropdown-menu .dropdown-item {
  width: auto;
  transition: all 0.25s ease-in-out;
}
.cid-uLMT5bnPh6 .dropdown .dropdown-menu .dropdown-item::after {
  right: 0.5rem;
}
.cid-uLMT5bnPh6 .dropdown .dropdown-menu .dropdown-item .mbr-iconfont {
  margin-right: 0.5rem;
  vertical-align: sub;
}
.cid-uLMT5bnPh6 .dropdown .dropdown-menu .dropdown-item .mbr-iconfont:before {
  display: inline-block;
  transform: scale(1, 1);
  transition: all 0.25s ease-in-out;
}
.cid-uLMT5bnPh6 .collapsed .dropdown-menu .dropdown-item:before {
  display: none;
}
.cid-uLMT5bnPh6 .collapsed .dropdown .dropdown-menu .dropdown-item {
  padding: 0.235em 1.5em 0.235em 1.5em !important;
  transition: none;
  margin: 0 !important;
}
.cid-uLMT5bnPh6 .navbar {
  min-height: 70px;
  padding: 20px 0;
  transition: all 0.3s;
  border-bottom-width: 0px;
}
@media (max-width: 992px) {
  .cid-uLMT5bnPh6 .navbar {
    min-height: 30px;
    max-height: 90px;
  }
}
.cid-uLMT5bnPh6 .navbar.opened {
  transition: all 0.3s;
}
.cid-uLMT5bnPh6 .navbar .dropdown-item {
  padding: 0;
  margin: 8px 0;
}
.cid-uLMT5bnPh6 .navbar .navbar-logo img {
  width: auto;
  object-fit: contain;
  border-radius: 0;
}
.cid-uLMT5bnPh6 .navbar .navbar-collapse {
  justify-content: space-between;
  z-index: 1;
}
.cid-uLMT5bnPh6 .navbar.collapsed {
  justify-content: center;
}
.cid-uLMT5bnPh6 .navbar.collapsed .nav-item .nav-link::before {
  display: none;
}
.cid-uLMT5bnPh6 .navbar.collapsed.opened .dropdown-menu {
  top: 0;
}
.cid-uLMT5bnPh6 .navbar.collapsed .dropdown-menu .dropdown-submenu {
  left: 0 !important;
}
.cid-uLMT5bnPh6 .navbar.collapsed .dropdown-menu .dropdown-item:after {
  right: auto;
}
.cid-uLMT5bnPh6 .navbar.collapsed ul.navbar-nav li {
  margin: auto;
}
.cid-uLMT5bnPh6 .navbar.collapsed .dropdown-menu .dropdown-item {
  padding: 0.25rem 1.5rem;
  text-align: left;
}
.cid-uLMT5bnPh6 .navbar.collapsed .icons-menu {
  padding: 0;
}
@media (max-width: 991px) {
  .cid-uLMT5bnPh6 .navbar .nav-item {
    padding: .5rem 0;
  }
  .cid-uLMT5bnPh6 .navbar .navbar-collapse {
    padding: 34px 0;
    border-radius: 25px;
  }
  .cid-uLMT5bnPh6 .navbar .nav-item .nav-link::before {
    display: none;
  }
  .cid-uLMT5bnPh6 .navbar.opened .dropdown-menu {
    top: 0;
  }
  .cid-uLMT5bnPh6 .navbar .dropdown-menu {
    padding: 6px 0 6px 15px;
  }
  .cid-uLMT5bnPh6 .navbar .dropdown-menu .dropdown-submenu {
    left: 0 !important;
  }
  .cid-uLMT5bnPh6 .navbar .dropdown-menu .dropdown-item:after {
    right: auto;
    margin-top: -0.4rem;
  }
  .cid-uLMT5bnPh6 .navbar .navbar-logo img {
    height: 3rem !important;
  }
  .cid-uLMT5bnPh6 .navbar ul.navbar-nav {
    overflow: hidden;
  }
  .cid-uLMT5bnPh6 .navbar ul.navbar-nav li {
    margin: 0;
  }
  .cid-uLMT5bnPh6 .navbar .dropdown-menu .dropdown-item {
    padding: 0 !important;
    margin: 0;
    margin-top: 8px;
    text-align: left;
  }
  .cid-uLMT5bnPh6 .navbar .navbar-brand {
    flex-shrink: initial;
    flex-basis: auto;
    word-break: break-word;
    padding-right: 2rem;
  }
  .cid-uLMT5bnPh6 .navbar .navbar-toggler {
    flex-basis: auto;
  }
  .cid-uLMT5bnPh6 .navbar .icons-menu {
    padding: 0;
  }
}
.cid-uLMT5bnPh6 .navbar.navbar-short {
  min-height: 60px;
}
.cid-uLMT5bnPh6 .navbar.navbar-short .navbar-logo img {
  height: 2.5rem !important;
}
.cid-uLMT5bnPh6 .navbar.navbar-short .navbar-brand {
  min-height: 60px;
  padding: 0;
}
.cid-uLMT5bnPh6 .navbar-brand {
  min-height: 70px;
  flex-shrink: 0;
  align-items: center;
  margin-right: 0;
  padding: 10px 0;
  transition: all 0.3s;
  word-break: break-word;
  z-index: 1;
}
.cid-uLMT5bnPh6 .navbar-brand .navbar-caption {
  line-height: inherit !important;
}
.cid-uLMT5bnPh6 .navbar-brand .navbar-logo a {
  outline: none;
}
.cid-uLMT5bnPh6 .dropdown-item.active,
.cid-uLMT5bnPh6 .dropdown-item:active {
  background-color: transparent;
}
.cid-uLMT5bnPh6 .navbar-expand-lg .navbar-nav .nav-link {
  padding: 0;
}
.cid-uLMT5bnPh6 .nav-dropdown .link.dropdown-toggle {
  margin-right: 1.667em;
}
.cid-uLMT5bnPh6 .nav-dropdown .link.dropdown-toggle[aria-expanded="true"] {
  margin-right: 0;
  padding: 0.667em 1.667em;
}
.cid-uLMT5bnPh6 .navbar .dropdown.open > .dropdown-menu {
  display: block;
}
.cid-uLMT5bnPh6 ul.navbar-nav {
  flex-wrap: wrap;
  padding: 36px 0;
  border-bottom: 1px solid #0e132f;
}
.cid-uLMT5bnPh6 .navbar-buttons {
  text-align: center;
  min-width: 170px;
}
.cid-uLMT5bnPh6 button.navbar-toggler {
  outline: none;
  width: 48px;
  height: 48px;
  border-radius: 50%;
  cursor: pointer;
  transition: all 0.2s;
  position: relative;
  align-self: center;
  color: #ffffff;
  background: #ffffff;
}
.cid-uLMT5bnPh6 button.navbar-toggler .hamburger span {
  position: absolute;
  right: 10px;
  margin-top: 14px;
  width: 26px;
  height: 2px;
  border-right: 5px;
  background-color: #474747;
}
.cid-uLMT5bnPh6 button.navbar-toggler .hamburger span:nth-child(1) {
  top: 0;
  transition: all 0.2s;
}
.cid-uLMT5bnPh6 button.navbar-toggler .hamburger span:nth-child(2) {
  top: 8px;
  transition: all 0.15s;
}
.cid-uLMT5bnPh6 button.navbar-toggler .hamburger span:nth-child(3) {
  top: 8px;
  transition: all 0.15s;
}
.cid-uLMT5bnPh6 button.navbar-toggler .hamburger span:nth-child(4) {
  top: 16px;
  transition: all 0.2s;
}
.cid-uLMT5bnPh6 nav.opened .hamburger span:nth-child(1) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-uLMT5bnPh6 nav.opened .hamburger span:nth-child(2) {
  transform: rotate(45deg);
  transition: all 0.25s;
}
.cid-uLMT5bnPh6 nav.opened .hamburger span:nth-child(3) {
  transform: rotate(-45deg);
  transition: all 0.25s;
}
.cid-uLMT5bnPh6 nav.opened .hamburger span:nth-child(4) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-uLMT5bnPh6 a.nav-link {
  display: flex;
  align-items: center;
  justify-content: flex-start;
}
.cid-uLMT5bnPh6 .icons-menu {
  flex-wrap: nowrap;
  display: flex;
  justify-content: center;
  padding: 0;
  text-align: center;
  margin-bottom: 35px;
}
@media screen and (-ms-high-contrast: active), (-ms-high-contrast: none) {
  .cid-uLMT5bnPh6 .navbar {
    height: 70px;
  }
  .cid-uLMT5bnPh6 .navbar.opened {
    height: auto;
  }
  .cid-uLMT5bnPh6 .nav-item .nav-link:hover::before {
    width: 175%;
    max-width: calc(100% + 2rem);
    left: -1rem;
  }
}
.cid-uLMT5bnPh6 .navbar-dropdown .navbar-logo {
  margin-right: 15px;
}
@media (min-width: 768px) {
  .cid-uLMT5bnPh6 .container-fluid {
    padding-left: 30px;
    padding-right: 30px;
  }
}
.cid-uLMT5bnPh6 .mbr-section-btn-main {
  padding-top: 5px;
}
.cid-uLMT5bnPh6 .mbr-section-btn-main .btn {
  margin: 0 4px 4px 4px;
}
.cid-uLMT5bnPh6 .navbar-caption:hover {
  color: #2554ab;
}
@media (min-width: 992px) {
  .cid-uLMT5bnPh6 .dropdown-menu.dropdown-submenu {
    left: 175px !important;
    top: -45% !important;
  }
}
.cid-uLMT5bnPh6 .nav-link {
  position: relative;
}
.cid-uLMT5bnPh6 .nav-link:before {
  content: '';
  position: absolute;
  left: -12px;
  width: 6px;
  height: 6px;
  border-radius: 100%;
  background-color: #2554ab;
  transition: all .3s ease;
  opacity: 0;
}
.cid-uLMT5bnPh6 .nav-link:hover:before {
  opacity: 1;
}
.cid-uLMT5bnPh6 .mbr-section-subtitle {
  color: #ffffff;
}
.cid-uLMT5bnPh6 .mbr-text {
  color: #ffffff;
  text-align: center;
}
.cid-uLMT5bnPh6 .text_widget {
  color: #ffffff;
}
.cid-uLMT5bnPh6 .mbr-section-subtitle,
.cid-uLMT5bnPh6 .text_widget,
.cid-uLMT5bnPh6 .mbr-section-btn {
  text-align: center;
}
.cid-uLMT5bnPh6 a[class*="text-"]:not(.nav-link):not(.dropdown-item):not([role]):not(.navbar-caption):hover {
  background-image: none;
}
.cid-uC1PHYFtWl {
  padding-top: 0rem;
  padding-bottom: 0rem;
  background-color: #ffffff;
}
.cid-uC1PHYFtWl .item-img {
  position: relative;
  overflow: hidden;
}
.cid-uC1PHYFtWl .item-img:before {
  content: '';
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
  left: 0;
  background: black;
  opacity: 0.3;
  z-index: 1;
  transition: all 0.3s;
  pointer-events: none;
}
.cid-uC1PHYFtWl h5 {
  margin-bottom: 1rem;
}
.cid-uC1PHYFtWl .item-content {
  position: absolute;
  top: 55%;
  right: 0;
  z-index: 2;
  width: 100%;
  transform: translateY(-50%);
  padding: 2rem 8rem;
  display: flex;
  flex-direction: column;
  height: 50%;
}
@media (max-width: 767px) {
  .cid-uC1PHYFtWl .item-content {
    padding: 0 2rem 1.5rem;
    margin-top: 1rem;
  }
}
.cid-uC1PHYFtWl img,
.cid-uC1PHYFtWl .item-img {
  width: 100%;
  transition: all 0.3s;
  height: 100%;
  height: 400px;
  object-fit: cover;
}
.cid-uC1PHYFtWl .item:focus,
.cid-uC1PHYFtWl span:focus {
  outline: none;
}
.cid-uC1PHYFtWl .item {
  margin-bottom: 2rem;
}
@media (max-width: 767px) {
  .cid-uC1PHYFtWl .item {
    margin-bottom: 1rem;
  }
}
.cid-uC1PHYFtWl .item-wrapper {
  position: relative;
  border-radius: 15px;
  height: 100%;
  display: flex;
  flex-flow: column nowrap;
}
.cid-uC1PHYFtWl .mbr-section-title {
  color: #4e423d;
}
.cid-uC1PHYFtWl .item-title {
  text-align: left;
  color: #ffffff;
}
.cid-uC1PHYFtWl .item-subtitle {
  text-align: left;
  color: #ffffff;
}
.cid-uC1PHYFtWl .mbr-text,
.cid-uC1PHYFtWl .item .mbr-section-btn {
  text-align: left;
  color: #ffffff;
}
.cid-uC1PHYFtWl .content-head {
  max-width: 800px;
}
.cid-uC1PHZgs44 {
  padding-top: 1rem;
  padding-bottom: 5rem;
  background-color: #fafafa;
}
.cid-uC1PHZgs44 .mbr-section-title {
  margin-bottom: 1em;
  color: #272727;
}
.cid-uC1PHZgs44 .mbr-section-subtitle {
  margin-bottom: 1.5625em;
  color: #272727;
  opacity: 0.4;
}
.cid-uC1PHZgs44 .item-row {
  display: grid;
  -webkit-box-align: stretch;
  -webkit-align-items: stretch;
  -ms-flex-align: stretch;
  align-items: stretch;
  grid-auto-columns: 1fr;
  grid-column-gap: 16px;
  grid-row-gap: 16px;
  grid-template-columns: repeat(4, 1fr);
  -ms-grid-rows: auto;
  grid-template-rows: auto;
}
@media (max-width: 1199px) {
  .cid-uC1PHZgs44 .item-row {
    grid-template-columns: repeat(2, 1fr);
  }
}
@media (max-width: 767px) {
  .cid-uC1PHZgs44 .item-row {
    grid-template-columns: repeat(1, 1fr);
  }
}
.cid-uC1PHZgs44 .item {
  padding: 0;
}
.cid-uC1PHZgs44 .item-wrapper {
  display: flex;
  flex-direction: column;
  align-items: stretch;
  height: 100%;
  width: 100%;
  border-radius: 10px;
  overflow: hidden;
  transform-style: preserve-3d;
  transition: .3s all;
  border: 2px solid transparent;
}
.cid-uC1PHZgs44 .item-wrapper:hover {
  transform: scale3d(1.01, 1.01, 1);
  border-color: #fafafa;
}
.cid-uC1PHZgs44 .item-img {
  display: flex;
  align-items: center;
  justify-content: center;
  height: 175px;
}
.cid-uC1PHZgs44 .item-img img {
  width: 100%;
  object-fit: cover;
  height: 100%;
}
.cid-uC1PHZgs44 .item-content {
  display: flex;
  flex-direction: column;
  align-items: stretch;
  width: 100%;
  padding: 20px 5% 6%;
  flex-grow: 1;
  background-color: #ffffff;
}
.cid-uC1PHZgs44 .item-text-wrap {
  width: 100%;
  margin-bottom: 5.3em;
}
@media (max-width: 1199px) {
  .cid-uC1PHZgs44 .item-text-wrap {
    margin-bottom: 4em;
  }
}
@media (max-width: 767px) {
  .cid-uC1PHZgs44 .item-text-wrap {
    margin-bottom: 2em;
    max-width: 340px;
    margin-right: auto;
  }
}
.cid-uC1PHZgs44 .item-title {
  color: #272727;
  margin-bottom: 0.52em;
}
.cid-uC1PHZgs44 .item-subtitle {
  color: #272727;
  opacity: 0.52em;
}
.cid-uC1PHZgs44 .card-bottom {
  display: flex;
  flex-direction: column;
  align-items: stretch;
  margin-top: auto;
}
.cid-uC1PHZgs44 .item-name-wrap {
  display: flex;
  align-items: center;
  width: 100%;
}
.cid-uC1PHZgs44 .image-wrapper {
  width: 35px;
  height: 35px;
  margin-right: 10px;
  border-radius: 300px;
  overflow: hidden;
}
.cid-uC1PHZgs44 .image-wrapper img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.cid-uC1PHZgs44 .mbr-text {
  flex-grow: 1;
  color: #272727;
  text-align: right;
}
.cid-uC1PHZgs44 .mbr-section-btn {
  display: flex;
  margin-top: 20px;
  width: auto !important;
}
.cid-uC1PHZgs44 .mbr-section-btn .btn {
  width: 100%;
  min-width: auto !important;
}
.cid-uLMRAIzUxG {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-color: #0e132f;
}
.cid-uLMRAIzUxG .mbr-fallback-image.disabled {
  display: none;
}
.cid-uLMRAIzUxG .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-uLMRAIzUxG .container {
    padding: 0 16px;
  }
}
.cid-uLMRAIzUxG .card {
  display: flex;
  flex-direction: column;
  justify-content: space-between;
}
@media (max-width: 992px) {
  .cid-uLMRAIzUxG .card {
    margin-bottom: 40px;
  }
}
.cid-uLMRAIzUxG .card .content-wrapper .title-wrapper .title-wrap {
  display: inline-flex;
  align-items: center;
  margin-bottom: 16px;
}
@media (max-width: 992px) {
  .cid-uLMRAIzUxG .card .content-wrapper .title-wrapper .title-wrap {
    margin-bottom: 40px;
  }
}
.cid-uLMRAIzUxG .card .content-wrapper .title-wrapper .title-wrap img {
  width: 32px;
  height: 32px;
  object-fit: contain;
  margin-right: 1rem;
}
.cid-uLMRAIzUxG .card .content-wrapper .title-wrapper .title-wrap .mbr-section-title {
  margin-bottom: 0;
}
.cid-uLMRAIzUxG .card .content-wrapper .copyright {
  margin-bottom: 20px;
}
@media (max-width: 992px) {
  .cid-uLMRAIzUxG .card .content-wrapper .copyright {
    margin-bottom: 40px;
  }
}
.cid-uLMRAIzUxG .card .social-wrapper .social-wrap {
  display: inline-flex;
  flex-wrap: wrap;
}
.cid-uLMRAIzUxG .card .social-wrapper .social-wrap .mbr-iconfont {
  font-size: 20px;
  margin-right: 48px;
  color: #ffffff;
}
.cid-uLMRAIzUxG .list-wrapper .mbr-card-title {
  margin-bottom: 16px;
}
.cid-uLMRAIzUxG .list-wrapper .list {
  margin: 0;
  padding: 0;
  list-style-type: none;
}
.cid-uLMRAIzUxG .list-wrapper .list .item-wrap {
  margin-bottom: 16px;
}
@media (max-width: 992px) {
  .cid-uLMRAIzUxG .list-wrapper .list {
    margin-bottom: 40px;
  }
}
.cid-uLMRAIzUxG .mbr-section-title {
  color: #ffffff;
}
.cid-uLMRAIzUxG .copyright {
  color: #ffffff;
}
.cid-uLMRAIzUxG .mbr-card-title {
  color: #D4FE00;
}
.cid-uLMRAIzUxG .list {
  color: #ffffff;
}
.cid-uLMT5bnPh6 .navbar-dropdown {
  background-color: #ffffff !important;
  padding: 0;
}
.cid-uLMT5bnPh6 .navbar.navbar-expand-lg .dropdown .dropdown-menu {
  background-color: #ffffff !important;
  background: #ffffff;
}
.cid-uLMT5bnPh6 .navbar.navbar-expand-lg .dropdown .dropdown-menu .dropdown-submenu {
  margin: 0;
  left: 100%;
}
@media (max-width: 991px) {
  .cid-uLMT5bnPh6 .menu_box .navbar.opened,
  .cid-uLMT5bnPh6 .menu_box .navbar-collapse {
    background-color: #ffffff !important;
    transition: all 0s ease 0s;
  }
}
.cid-uLMT5bnPh6 .navbar-dropdown {
  position: relative !important;
}
.cid-uLMT5bnPh6 .btn {
  min-height: auto;
  box-shadow: none;
  margin-top: 0;
}
.cid-uLMT5bnPh6 .btn:hover {
  box-shadow: none;
}
@media (min-width: 992px) {
  .cid-uLMT5bnPh6 .offcanvas_image img {
    width: auto;
    object-fit: cover;
    display: inline-block;
  }
  .cid-uLMT5bnPh6 .offcanvas-header {
    position: relative;
    padding: 0;
  }
  .cid-uLMT5bnPh6 .offcanvas-header .btn-close {
    position: absolute;
    top: -70px;
    right: 0;
    width: 35px;
    height: 30px;
  }
  .cid-uLMT5bnPh6 .offcanvas-body {
    text-align: center;
    padding: 0;
  }
  .cid-uLMT5bnPh6 .offcanvas-body .mbr-text,
  .cid-uLMT5bnPh6 .offcanvas-body .mbr-section-subtitle {
    margin-top: 14px;
  }
  .cid-uLMT5bnPh6 .offcanvas-body .offcanvas_contact {
    margin: 35px 0;
  }
  .cid-uLMT5bnPh6 .offcanvas_box button.btn_offcanvas {
    outline: none;
    width: 40px;
    height: 40px;
    cursor: pointer;
    transition: all 0.2s;
    position: relative;
    align-self: center;
  }
  .cid-uLMT5bnPh6 .offcanvas_box button.btn_offcanvas .hamburger span {
    position: absolute;
    right: 0;
    width: 40px;
    height: 2px;
    border-right: 5px;
    background-color: #474747;
  }
  .cid-uLMT5bnPh6 .offcanvas_box button.btn_offcanvas .hamburger span:nth-child(1) {
    top: 18px;
    transition: all 0.2s;
  }
  .cid-uLMT5bnPh6 .offcanvas_box button.btn_offcanvas .hamburger span:nth-child(2) {
    top: 25px;
    transition: all 0.2s;
  }
  .cid-uLMT5bnPh6 .offcanvas_box button.btn_offcanvas:hover .hamburger span {
    width: 36px;
  }
  .cid-uLMT5bnPh6 .offcanvas_box button.btn_offcanvas:hover .hamburger span:nth-child(2) {
    width: 33px;
    transition-delay: 0.2s;
  }
  .cid-uLMT5bnPh6 ul.navbar-nav {
    padding-bottom: 1.5rem;
  }
  .cid-uLMT5bnPh6 .dropdown-menu .dropdown-toggle[data-toggle="dropdown-submenu"]::after,
  .cid-uLMT5bnPh6 .link.dropdown-toggle::after {
    display: inline-block;
    width: 7px;
    height: 7px;
    margin-left: .5rem;
    margin-bottom: 2px;
    content: "";
    border: 2px solid;
    border-left: none;
    border-top: none;
    transform: rotate(-45deg);
  }
  .cid-uLMT5bnPh6 .link.dropdown-toggle::after {
    padding: 0 !important;
    transform: rotate(45deg);
  }
  .cid-uLMT5bnPh6 li.nav-item {
    position: relative;
    display: inline-block;
    padding: 1px 7px !important;
    vertical-align: middle;
    line-height: 2em !important;
    font-weight: 600 !important;
    text-decoration: none;
    letter-spacing: 0 !important;
    z-index: 1;
  }
  .cid-uLMT5bnPh6 .lg_brand {
    margin: 0 1rem;
  }
}
.cid-uLMT5bnPh6 .nav-item {
  margin: 4px 15px;
}
@media (min-width: 1200px) {
  .cid-uLMT5bnPh6 .nav-item {
    margin: 4px 20px;
  }
}
@media (max-width: 991px) {
  .cid-uLMT5bnPh6 .nav-item {
    margin: 0 !important;
  }
}
.cid-uLMT5bnPh6 .dropdown-menu {
  border-radius: 0;
  box-shadow: none;
  text-align: left;
}
@media (min-width: 992px) {
  .cid-uLMT5bnPh6 .dropdown-menu {
    padding: 18px 34px 22px;
    min-width: 250px;
    top: auto !important;
    left: -40px !important;
  }
  .cid-uLMT5bnPh6 .dropdown-menu.dropdown-submenu {
    left: 215px !important;
    top: -45% !important;
  }
}
@media (max-width: 991px) {
  .cid-uLMT5bnPh6 .dropdown-menu .dropdown-toggle[data-toggle="dropdown-submenu"]::after,
  .cid-uLMT5bnPh6 .link.dropdown-toggle::after {
    display: inline-block;
    width: 7px;
    height: 7px;
    margin-left: .5rem;
    margin-bottom: 2px;
    content: "";
    border: 2px solid;
    border-left: none;
    border-top: none;
    transform: rotate(-45deg);
    right: 15px;
    position: absolute;
    margin-top: -2px;
  }
  .cid-uLMT5bnPh6 .show.dropdown-toggle[aria-expanded="true"]::after {
    transform: rotate(45deg);
    margin-top: -4px;
  }
  .cid-uLMT5bnPh6 .offcanvas_box {
    display: none;
  }
}
.cid-uLMT5bnPh6 .dropdown-item {
  border: none;
  font-weight: 400 !important;
}
.cid-uLMT5bnPh6 .nav-dropdown .link {
  font-weight: 400 !important;
  padding: 0 !important;
  margin: 0 !important;
}
.cid-uLMT5bnPh6 .nav-dropdown .link.dropdown-toggle::after {
  margin-left: 0.5rem;
  margin-top: 0;
}
.cid-uLMT5bnPh6 .container {
  display: flex;
  margin: auto;
}
.cid-uLMT5bnPh6 .iconfont-wrapper {
  color: #e0bdb6;
  font-size: 17px;
  margin-right: 10px;
  margin-bottom: 5px;
  width: 25px;
  height: 25px;
  border-radius: 50%;
  display: flex;
  justify-content: center;
  align-items: center;
  transition: all 0.2s ease-in-out;
}
.cid-uLMT5bnPh6 .iconfont-wrapper:last-child {
  margin-right: 0;
}
.cid-uLMT5bnPh6 .iconfont-wrapper:hover {
  opacity: .5;
}
.cid-uLMT5bnPh6 .navbar-caption {
  color: #747474;
}
.cid-uLMT5bnPh6 .navbar-nav {
  margin: 0 1rem;
}
@media (min-width: 992px) {
  .cid-uLMT5bnPh6 .navbar-nav {
    margin: 0;
  }
}
.cid-uLMT5bnPh6 .dropdown-menu,
.cid-uLMT5bnPh6 .navbar.opened {
  background-color: false !important;
}
.cid-uLMT5bnPh6 .nav-item:focus,
.cid-uLMT5bnPh6 .nav-link:focus {
  outline: none;
}
.cid-uLMT5bnPh6 .dropdown .dropdown-menu .dropdown-item {
  width: auto;
  transition: all 0.25s ease-in-out;
}
.cid-uLMT5bnPh6 .dropdown .dropdown-menu .dropdown-item::after {
  right: 0.5rem;
}
.cid-uLMT5bnPh6 .dropdown .dropdown-menu .dropdown-item .mbr-iconfont {
  margin-right: 0.5rem;
  vertical-align: sub;
}
.cid-uLMT5bnPh6 .dropdown .dropdown-menu .dropdown-item .mbr-iconfont:before {
  display: inline-block;
  transform: scale(1, 1);
  transition: all 0.25s ease-in-out;
}
.cid-uLMT5bnPh6 .collapsed .dropdown-menu .dropdown-item:before {
  display: none;
}
.cid-uLMT5bnPh6 .collapsed .dropdown .dropdown-menu .dropdown-item {
  padding: 0.235em 1.5em 0.235em 1.5em !important;
  transition: none;
  margin: 0 !important;
}
.cid-uLMT5bnPh6 .navbar {
  min-height: 70px;
  padding: 20px 0;
  transition: all 0.3s;
  border-bottom-width: 0px;
}
@media (max-width: 992px) {
  .cid-uLMT5bnPh6 .navbar {
    min-height: 30px;
    max-height: 90px;
  }
}
.cid-uLMT5bnPh6 .navbar.opened {
  transition: all 0.3s;
}
.cid-uLMT5bnPh6 .navbar .dropdown-item {
  padding: 0;
  margin: 8px 0;
}
.cid-uLMT5bnPh6 .navbar .navbar-logo img {
  width: auto;
  object-fit: contain;
  border-radius: 0;
}
.cid-uLMT5bnPh6 .navbar .navbar-collapse {
  justify-content: space-between;
  z-index: 1;
}
.cid-uLMT5bnPh6 .navbar.collapsed {
  justify-content: center;
}
.cid-uLMT5bnPh6 .navbar.collapsed .nav-item .nav-link::before {
  display: none;
}
.cid-uLMT5bnPh6 .navbar.collapsed.opened .dropdown-menu {
  top: 0;
}
.cid-uLMT5bnPh6 .navbar.collapsed .dropdown-menu .dropdown-submenu {
  left: 0 !important;
}
.cid-uLMT5bnPh6 .navbar.collapsed .dropdown-menu .dropdown-item:after {
  right: auto;
}
.cid-uLMT5bnPh6 .navbar.collapsed ul.navbar-nav li {
  margin: auto;
}
.cid-uLMT5bnPh6 .navbar.collapsed .dropdown-menu .dropdown-item {
  padding: 0.25rem 1.5rem;
  text-align: left;
}
.cid-uLMT5bnPh6 .navbar.collapsed .icons-menu {
  padding: 0;
}
@media (max-width: 991px) {
  .cid-uLMT5bnPh6 .navbar .nav-item {
    padding: .5rem 0;
  }
  .cid-uLMT5bnPh6 .navbar .navbar-collapse {
    padding: 34px 0;
    border-radius: 25px;
  }
  .cid-uLMT5bnPh6 .navbar .nav-item .nav-link::before {
    display: none;
  }
  .cid-uLMT5bnPh6 .navbar.opened .dropdown-menu {
    top: 0;
  }
  .cid-uLMT5bnPh6 .navbar .dropdown-menu {
    padding: 6px 0 6px 15px;
  }
  .cid-uLMT5bnPh6 .navbar .dropdown-menu .dropdown-submenu {
    left: 0 !important;
  }
  .cid-uLMT5bnPh6 .navbar .dropdown-menu .dropdown-item:after {
    right: auto;
    margin-top: -0.4rem;
  }
  .cid-uLMT5bnPh6 .navbar .navbar-logo img {
    height: 3rem !important;
  }
  .cid-uLMT5bnPh6 .navbar ul.navbar-nav {
    overflow: hidden;
  }
  .cid-uLMT5bnPh6 .navbar ul.navbar-nav li {
    margin: 0;
  }
  .cid-uLMT5bnPh6 .navbar .dropdown-menu .dropdown-item {
    padding: 0 !important;
    margin: 0;
    margin-top: 8px;
    text-align: left;
  }
  .cid-uLMT5bnPh6 .navbar .navbar-brand {
    flex-shrink: initial;
    flex-basis: auto;
    word-break: break-word;
    padding-right: 2rem;
  }
  .cid-uLMT5bnPh6 .navbar .navbar-toggler {
    flex-basis: auto;
  }
  .cid-uLMT5bnPh6 .navbar .icons-menu {
    padding: 0;
  }
}
.cid-uLMT5bnPh6 .navbar.navbar-short {
  min-height: 60px;
}
.cid-uLMT5bnPh6 .navbar.navbar-short .navbar-logo img {
  height: 2.5rem !important;
}
.cid-uLMT5bnPh6 .navbar.navbar-short .navbar-brand {
  min-height: 60px;
  padding: 0;
}
.cid-uLMT5bnPh6 .navbar-brand {
  min-height: 70px;
  flex-shrink: 0;
  align-items: center;
  margin-right: 0;
  padding: 10px 0;
  transition: all 0.3s;
  word-break: break-word;
  z-index: 1;
}
.cid-uLMT5bnPh6 .navbar-brand .navbar-caption {
  line-height: inherit !important;
}
.cid-uLMT5bnPh6 .navbar-brand .navbar-logo a {
  outline: none;
}
.cid-uLMT5bnPh6 .dropdown-item.active,
.cid-uLMT5bnPh6 .dropdown-item:active {
  background-color: transparent;
}
.cid-uLMT5bnPh6 .navbar-expand-lg .navbar-nav .nav-link {
  padding: 0;
}
.cid-uLMT5bnPh6 .nav-dropdown .link.dropdown-toggle {
  margin-right: 1.667em;
}
.cid-uLMT5bnPh6 .nav-dropdown .link.dropdown-toggle[aria-expanded="true"] {
  margin-right: 0;
  padding: 0.667em 1.667em;
}
.cid-uLMT5bnPh6 .navbar .dropdown.open > .dropdown-menu {
  display: block;
}
.cid-uLMT5bnPh6 ul.navbar-nav {
  flex-wrap: wrap;
  padding: 36px 0;
  border-bottom: 1px solid #0e132f;
}
.cid-uLMT5bnPh6 .navbar-buttons {
  text-align: center;
  min-width: 170px;
}
.cid-uLMT5bnPh6 button.navbar-toggler {
  outline: none;
  width: 48px;
  height: 48px;
  border-radius: 50%;
  cursor: pointer;
  transition: all 0.2s;
  position: relative;
  align-self: center;
  color: #ffffff;
  background: #ffffff;
}
.cid-uLMT5bnPh6 button.navbar-toggler .hamburger span {
  position: absolute;
  right: 10px;
  margin-top: 14px;
  width: 26px;
  height: 2px;
  border-right: 5px;
  background-color: #474747;
}
.cid-uLMT5bnPh6 button.navbar-toggler .hamburger span:nth-child(1) {
  top: 0;
  transition: all 0.2s;
}
.cid-uLMT5bnPh6 button.navbar-toggler .hamburger span:nth-child(2) {
  top: 8px;
  transition: all 0.15s;
}
.cid-uLMT5bnPh6 button.navbar-toggler .hamburger span:nth-child(3) {
  top: 8px;
  transition: all 0.15s;
}
.cid-uLMT5bnPh6 button.navbar-toggler .hamburger span:nth-child(4) {
  top: 16px;
  transition: all 0.2s;
}
.cid-uLMT5bnPh6 nav.opened .hamburger span:nth-child(1) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-uLMT5bnPh6 nav.opened .hamburger span:nth-child(2) {
  transform: rotate(45deg);
  transition: all 0.25s;
}
.cid-uLMT5bnPh6 nav.opened .hamburger span:nth-child(3) {
  transform: rotate(-45deg);
  transition: all 0.25s;
}
.cid-uLMT5bnPh6 nav.opened .hamburger span:nth-child(4) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-uLMT5bnPh6 a.nav-link {
  display: flex;
  align-items: center;
  justify-content: flex-start;
}
.cid-uLMT5bnPh6 .icons-menu {
  flex-wrap: nowrap;
  display: flex;
  justify-content: center;
  padding: 0;
  text-align: center;
  margin-bottom: 35px;
}
@media screen and (-ms-high-contrast: active), (-ms-high-contrast: none) {
  .cid-uLMT5bnPh6 .navbar {
    height: 70px;
  }
  .cid-uLMT5bnPh6 .navbar.opened {
    height: auto;
  }
  .cid-uLMT5bnPh6 .nav-item .nav-link:hover::before {
    width: 175%;
    max-width: calc(100% + 2rem);
    left: -1rem;
  }
}
.cid-uLMT5bnPh6 .navbar-dropdown .navbar-logo {
  margin-right: 15px;
}
@media (min-width: 768px) {
  .cid-uLMT5bnPh6 .container-fluid {
    padding-left: 30px;
    padding-right: 30px;
  }
}
.cid-uLMT5bnPh6 .mbr-section-btn-main {
  padding-top: 5px;
}
.cid-uLMT5bnPh6 .mbr-section-btn-main .btn {
  margin: 0 4px 4px 4px;
}
.cid-uLMT5bnPh6 .navbar-caption:hover {
  color: #2554ab;
}
@media (min-width: 992px) {
  .cid-uLMT5bnPh6 .dropdown-menu.dropdown-submenu {
    left: 175px !important;
    top: -45% !important;
  }
}
.cid-uLMT5bnPh6 .nav-link {
  position: relative;
}
.cid-uLMT5bnPh6 .nav-link:before {
  content: '';
  position: absolute;
  left: -12px;
  width: 6px;
  height: 6px;
  border-radius: 100%;
  background-color: #2554ab;
  transition: all .3s ease;
  opacity: 0;
}
.cid-uLMT5bnPh6 .nav-link:hover:before {
  opacity: 1;
}
.cid-uLMT5bnPh6 .mbr-section-subtitle {
  color: #ffffff;
}
.cid-uLMT5bnPh6 .mbr-text {
  color: #ffffff;
  text-align: center;
}
.cid-uLMT5bnPh6 .text_widget {
  color: #ffffff;
}
.cid-uLMT5bnPh6 .mbr-section-subtitle,
.cid-uLMT5bnPh6 .text_widget,
.cid-uLMT5bnPh6 .mbr-section-btn {
  text-align: center;
}
.cid-uLMT5bnPh6 a[class*="text-"]:not(.nav-link):not(.dropdown-item):not([role]):not(.navbar-caption):hover {
  background-image: none;
}
.cid-uC2qwzE5K2 {
  padding-top: 0rem;
  padding-bottom: 0rem;
  background-color: #ffffff;
}
.cid-uC2qwzE5K2 .item-img {
  position: relative;
  overflow: hidden;
}
.cid-uC2qwzE5K2 .item-img:before {
  content: '';
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
  left: 0;
  background: black;
  opacity: 0.3;
  z-index: 1;
  transition: all 0.3s;
  pointer-events: none;
}
.cid-uC2qwzE5K2 h5 {
  margin-bottom: 1rem;
}
.cid-uC2qwzE5K2 .item-content {
  position: absolute;
  top: 55%;
  right: 0;
  z-index: 2;
  width: 100%;
  transform: translateY(-50%);
  padding: 2rem 8rem;
  display: flex;
  flex-direction: column;
  height: 50%;
}
@media (max-width: 767px) {
  .cid-uC2qwzE5K2 .item-content {
    padding: 0 2rem 1.5rem;
    margin-top: 1rem;
  }
}
.cid-uC2qwzE5K2 img,
.cid-uC2qwzE5K2 .item-img {
  width: 100%;
  transition: all 0.3s;
  height: 100%;
  height: 400px;
  object-fit: cover;
}
.cid-uC2qwzE5K2 .item:focus,
.cid-uC2qwzE5K2 span:focus {
  outline: none;
}
.cid-uC2qwzE5K2 .item {
  margin-bottom: 2rem;
}
@media (max-width: 767px) {
  .cid-uC2qwzE5K2 .item {
    margin-bottom: 1rem;
  }
}
.cid-uC2qwzE5K2 .item-wrapper {
  position: relative;
  border-radius: 15px;
  height: 100%;
  display: flex;
  flex-flow: column nowrap;
}
.cid-uC2qwzE5K2 .mbr-section-title {
  color: #4e423d;
}
.cid-uC2qwzE5K2 .item-title {
  text-align: left;
  color: #ffffff;
}
.cid-uC2qwzE5K2 .item-subtitle {
  text-align: left;
  color: #ffffff;
}
.cid-uC2qwzE5K2 .mbr-text,
.cid-uC2qwzE5K2 .item .mbr-section-btn {
  text-align: left;
  color: #ffffff;
}
.cid-uC2qwzE5K2 .content-head {
  max-width: 800px;
}
.cid-uC2qwAQSkh {
  padding-top: 1rem;
  padding-bottom: 5rem;
  background-color: #fafafa;
}
.cid-uC2qwAQSkh .mbr-section-title {
  margin-bottom: 1em;
  color: #272727;
}
.cid-uC2qwAQSkh .mbr-section-subtitle {
  margin-bottom: 1.5625em;
  color: #272727;
  opacity: 0.4;
}
.cid-uC2qwAQSkh .item-row {
  display: grid;
  -webkit-box-align: stretch;
  -webkit-align-items: stretch;
  -ms-flex-align: stretch;
  align-items: stretch;
  grid-auto-columns: 1fr;
  grid-column-gap: 16px;
  grid-row-gap: 16px;
  grid-template-columns: repeat(4, 1fr);
  -ms-grid-rows: auto;
  grid-template-rows: auto;
}
@media (max-width: 1199px) {
  .cid-uC2qwAQSkh .item-row {
    grid-template-columns: repeat(2, 1fr);
  }
}
@media (max-width: 767px) {
  .cid-uC2qwAQSkh .item-row {
    grid-template-columns: repeat(1, 1fr);
  }
}
.cid-uC2qwAQSkh .item {
  padding: 0;
}
.cid-uC2qwAQSkh .item-wrapper {
  display: flex;
  flex-direction: column;
  align-items: stretch;
  height: 100%;
  width: 100%;
  border-radius: 10px;
  overflow: hidden;
  transform-style: preserve-3d;
  transition: .3s all;
  border: 2px solid transparent;
}
.cid-uC2qwAQSkh .item-wrapper:hover {
  transform: scale3d(1.01, 1.01, 1);
  border-color: #fafafa;
}
.cid-uC2qwAQSkh .item-img {
  display: flex;
  align-items: center;
  justify-content: center;
  height: 175px;
}
.cid-uC2qwAQSkh .item-img img {
  width: 100%;
  object-fit: cover;
  height: 100%;
}
.cid-uC2qwAQSkh .item-content {
  display: flex;
  flex-direction: column;
  align-items: stretch;
  width: 100%;
  padding: 20px 5% 6%;
  flex-grow: 1;
  background-color: #ffffff;
}
.cid-uC2qwAQSkh .item-text-wrap {
  width: 100%;
  margin-bottom: 5.3em;
}
@media (max-width: 1199px) {
  .cid-uC2qwAQSkh .item-text-wrap {
    margin-bottom: 4em;
  }
}
@media (max-width: 767px) {
  .cid-uC2qwAQSkh .item-text-wrap {
    margin-bottom: 2em;
    max-width: 340px;
    margin-right: auto;
  }
}
.cid-uC2qwAQSkh .item-title {
  color: #272727;
  margin-bottom: 0.52em;
}
.cid-uC2qwAQSkh .item-subtitle {
  color: #272727;
  opacity: 0.52em;
}
.cid-uC2qwAQSkh .card-bottom {
  display: flex;
  flex-direction: column;
  align-items: stretch;
  margin-top: auto;
}
.cid-uC2qwAQSkh .item-name-wrap {
  display: flex;
  align-items: center;
  width: 100%;
}
.cid-uC2qwAQSkh .image-wrapper {
  width: 35px;
  height: 35px;
  margin-right: 10px;
  border-radius: 300px;
  overflow: hidden;
}
.cid-uC2qwAQSkh .image-wrapper img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.cid-uC2qwAQSkh .mbr-text {
  flex-grow: 1;
  color: #272727;
  text-align: right;
}
.cid-uC2qwAQSkh .mbr-section-btn {
  display: flex;
  margin-top: 20px;
  width: auto !important;
}
.cid-uC2qwAQSkh .mbr-section-btn .btn {
  width: 100%;
  min-width: auto !important;
}
.cid-uLMRAIzUxG {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-color: #0e132f;
}
.cid-uLMRAIzUxG .mbr-fallback-image.disabled {
  display: none;
}
.cid-uLMRAIzUxG .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-uLMRAIzUxG .container {
    padding: 0 16px;
  }
}
.cid-uLMRAIzUxG .card {
  display: flex;
  flex-direction: column;
  justify-content: space-between;
}
@media (max-width: 992px) {
  .cid-uLMRAIzUxG .card {
    margin-bottom: 40px;
  }
}
.cid-uLMRAIzUxG .card .content-wrapper .title-wrapper .title-wrap {
  display: inline-flex;
  align-items: center;
  margin-bottom: 16px;
}
@media (max-width: 992px) {
  .cid-uLMRAIzUxG .card .content-wrapper .title-wrapper .title-wrap {
    margin-bottom: 40px;
  }
}
.cid-uLMRAIzUxG .card .content-wrapper .title-wrapper .title-wrap img {
  width: 32px;
  height: 32px;
  object-fit: contain;
  margin-right: 1rem;
}
.cid-uLMRAIzUxG .card .content-wrapper .title-wrapper .title-wrap .mbr-section-title {
  margin-bottom: 0;
}
.cid-uLMRAIzUxG .card .content-wrapper .copyright {
  margin-bottom: 20px;
}
@media (max-width: 992px) {
  .cid-uLMRAIzUxG .card .content-wrapper .copyright {
    margin-bottom: 40px;
  }
}
.cid-uLMRAIzUxG .card .social-wrapper .social-wrap {
  display: inline-flex;
  flex-wrap: wrap;
}
.cid-uLMRAIzUxG .card .social-wrapper .social-wrap .mbr-iconfont {
  font-size: 20px;
  margin-right: 48px;
  color: #ffffff;
}
.cid-uLMRAIzUxG .list-wrapper .mbr-card-title {
  margin-bottom: 16px;
}
.cid-uLMRAIzUxG .list-wrapper .list {
  margin: 0;
  padding: 0;
  list-style-type: none;
}
.cid-uLMRAIzUxG .list-wrapper .list .item-wrap {
  margin-bottom: 16px;
}
@media (max-width: 992px) {
  .cid-uLMRAIzUxG .list-wrapper .list {
    margin-bottom: 40px;
  }
}
.cid-uLMRAIzUxG .mbr-section-title {
  color: #ffffff;
}
.cid-uLMRAIzUxG .copyright {
  color: #ffffff;
}
.cid-uLMRAIzUxG .mbr-card-title {
  color: #D4FE00;
}
.cid-uLMRAIzUxG .list {
  color: #ffffff;
}
.cid-uLMT5bnPh6 .navbar-dropdown {
  background-color: #ffffff !important;
  padding: 0;
}
.cid-uLMT5bnPh6 .navbar.navbar-expand-lg .dropdown .dropdown-menu {
  background-color: #ffffff !important;
  background: #ffffff;
}
.cid-uLMT5bnPh6 .navbar.navbar-expand-lg .dropdown .dropdown-menu .dropdown-submenu {
  margin: 0;
  left: 100%;
}
@media (max-width: 991px) {
  .cid-uLMT5bnPh6 .menu_box .navbar.opened,
  .cid-uLMT5bnPh6 .menu_box .navbar-collapse {
    background-color: #ffffff !important;
    transition: all 0s ease 0s;
  }
}
.cid-uLMT5bnPh6 .navbar-dropdown {
  position: relative !important;
}
.cid-uLMT5bnPh6 .btn {
  min-height: auto;
  box-shadow: none;
  margin-top: 0;
}
.cid-uLMT5bnPh6 .btn:hover {
  box-shadow: none;
}
@media (min-width: 992px) {
  .cid-uLMT5bnPh6 .offcanvas_image img {
    width: auto;
    object-fit: cover;
    display: inline-block;
  }
  .cid-uLMT5bnPh6 .offcanvas-header {
    position: relative;
    padding: 0;
  }
  .cid-uLMT5bnPh6 .offcanvas-header .btn-close {
    position: absolute;
    top: -70px;
    right: 0;
    width: 35px;
    height: 30px;
  }
  .cid-uLMT5bnPh6 .offcanvas-body {
    text-align: center;
    padding: 0;
  }
  .cid-uLMT5bnPh6 .offcanvas-body .mbr-text,
  .cid-uLMT5bnPh6 .offcanvas-body .mbr-section-subtitle {
    margin-top: 14px;
  }
  .cid-uLMT5bnPh6 .offcanvas-body .offcanvas_contact {
    margin: 35px 0;
  }
  .cid-uLMT5bnPh6 .offcanvas_box button.btn_offcanvas {
    outline: none;
    width: 40px;
    height: 40px;
    cursor: pointer;
    transition: all 0.2s;
    position: relative;
    align-self: center;
  }
  .cid-uLMT5bnPh6 .offcanvas_box button.btn_offcanvas .hamburger span {
    position: absolute;
    right: 0;
    width: 40px;
    height: 2px;
    border-right: 5px;
    background-color: #474747;
  }
  .cid-uLMT5bnPh6 .offcanvas_box button.btn_offcanvas .hamburger span:nth-child(1) {
    top: 18px;
    transition: all 0.2s;
  }
  .cid-uLMT5bnPh6 .offcanvas_box button.btn_offcanvas .hamburger span:nth-child(2) {
    top: 25px;
    transition: all 0.2s;
  }
  .cid-uLMT5bnPh6 .offcanvas_box button.btn_offcanvas:hover .hamburger span {
    width: 36px;
  }
  .cid-uLMT5bnPh6 .offcanvas_box button.btn_offcanvas:hover .hamburger span:nth-child(2) {
    width: 33px;
    transition-delay: 0.2s;
  }
  .cid-uLMT5bnPh6 ul.navbar-nav {
    padding-bottom: 1.5rem;
  }
  .cid-uLMT5bnPh6 .dropdown-menu .dropdown-toggle[data-toggle="dropdown-submenu"]::after,
  .cid-uLMT5bnPh6 .link.dropdown-toggle::after {
    display: inline-block;
    width: 7px;
    height: 7px;
    margin-left: .5rem;
    margin-bottom: 2px;
    content: "";
    border: 2px solid;
    border-left: none;
    border-top: none;
    transform: rotate(-45deg);
  }
  .cid-uLMT5bnPh6 .link.dropdown-toggle::after {
    padding: 0 !important;
    transform: rotate(45deg);
  }
  .cid-uLMT5bnPh6 li.nav-item {
    position: relative;
    display: inline-block;
    padding: 1px 7px !important;
    vertical-align: middle;
    line-height: 2em !important;
    font-weight: 600 !important;
    text-decoration: none;
    letter-spacing: 0 !important;
    z-index: 1;
  }
  .cid-uLMT5bnPh6 .lg_brand {
    margin: 0 1rem;
  }
}
.cid-uLMT5bnPh6 .nav-item {
  margin: 4px 15px;
}
@media (min-width: 1200px) {
  .cid-uLMT5bnPh6 .nav-item {
    margin: 4px 20px;
  }
}
@media (max-width: 991px) {
  .cid-uLMT5bnPh6 .nav-item {
    margin: 0 !important;
  }
}
.cid-uLMT5bnPh6 .dropdown-menu {
  border-radius: 0;
  box-shadow: none;
  text-align: left;
}
@media (min-width: 992px) {
  .cid-uLMT5bnPh6 .dropdown-menu {
    padding: 18px 34px 22px;
    min-width: 250px;
    top: auto !important;
    left: -40px !important;
  }
  .cid-uLMT5bnPh6 .dropdown-menu.dropdown-submenu {
    left: 215px !important;
    top: -45% !important;
  }
}
@media (max-width: 991px) {
  .cid-uLMT5bnPh6 .dropdown-menu .dropdown-toggle[data-toggle="dropdown-submenu"]::after,
  .cid-uLMT5bnPh6 .link.dropdown-toggle::after {
    display: inline-block;
    width: 7px;
    height: 7px;
    margin-left: .5rem;
    margin-bottom: 2px;
    content: "";
    border: 2px solid;
    border-left: none;
    border-top: none;
    transform: rotate(-45deg);
    right: 15px;
    position: absolute;
    margin-top: -2px;
  }
  .cid-uLMT5bnPh6 .show.dropdown-toggle[aria-expanded="true"]::after {
    transform: rotate(45deg);
    margin-top: -4px;
  }
  .cid-uLMT5bnPh6 .offcanvas_box {
    display: none;
  }
}
.cid-uLMT5bnPh6 .dropdown-item {
  border: none;
  font-weight: 400 !important;
}
.cid-uLMT5bnPh6 .nav-dropdown .link {
  font-weight: 400 !important;
  padding: 0 !important;
  margin: 0 !important;
}
.cid-uLMT5bnPh6 .nav-dropdown .link.dropdown-toggle::after {
  margin-left: 0.5rem;
  margin-top: 0;
}
.cid-uLMT5bnPh6 .container {
  display: flex;
  margin: auto;
}
.cid-uLMT5bnPh6 .iconfont-wrapper {
  color: #e0bdb6;
  font-size: 17px;
  margin-right: 10px;
  margin-bottom: 5px;
  width: 25px;
  height: 25px;
  border-radius: 50%;
  display: flex;
  justify-content: center;
  align-items: center;
  transition: all 0.2s ease-in-out;
}
.cid-uLMT5bnPh6 .iconfont-wrapper:last-child {
  margin-right: 0;
}
.cid-uLMT5bnPh6 .iconfont-wrapper:hover {
  opacity: .5;
}
.cid-uLMT5bnPh6 .navbar-caption {
  color: #747474;
}
.cid-uLMT5bnPh6 .navbar-nav {
  margin: 0 1rem;
}
@media (min-width: 992px) {
  .cid-uLMT5bnPh6 .navbar-nav {
    margin: 0;
  }
}
.cid-uLMT5bnPh6 .dropdown-menu,
.cid-uLMT5bnPh6 .navbar.opened {
  background-color: false !important;
}
.cid-uLMT5bnPh6 .nav-item:focus,
.cid-uLMT5bnPh6 .nav-link:focus {
  outline: none;
}
.cid-uLMT5bnPh6 .dropdown .dropdown-menu .dropdown-item {
  width: auto;
  transition: all 0.25s ease-in-out;
}
.cid-uLMT5bnPh6 .dropdown .dropdown-menu .dropdown-item::after {
  right: 0.5rem;
}
.cid-uLMT5bnPh6 .dropdown .dropdown-menu .dropdown-item .mbr-iconfont {
  margin-right: 0.5rem;
  vertical-align: sub;
}
.cid-uLMT5bnPh6 .dropdown .dropdown-menu .dropdown-item .mbr-iconfont:before {
  display: inline-block;
  transform: scale(1, 1);
  transition: all 0.25s ease-in-out;
}
.cid-uLMT5bnPh6 .collapsed .dropdown-menu .dropdown-item:before {
  display: none;
}
.cid-uLMT5bnPh6 .collapsed .dropdown .dropdown-menu .dropdown-item {
  padding: 0.235em 1.5em 0.235em 1.5em !important;
  transition: none;
  margin: 0 !important;
}
.cid-uLMT5bnPh6 .navbar {
  min-height: 70px;
  padding: 20px 0;
  transition: all 0.3s;
  border-bottom-width: 0px;
}
@media (max-width: 992px) {
  .cid-uLMT5bnPh6 .navbar {
    min-height: 30px;
    max-height: 90px;
  }
}
.cid-uLMT5bnPh6 .navbar.opened {
  transition: all 0.3s;
}
.cid-uLMT5bnPh6 .navbar .dropdown-item {
  padding: 0;
  margin: 8px 0;
}
.cid-uLMT5bnPh6 .navbar .navbar-logo img {
  width: auto;
  object-fit: contain;
  border-radius: 0;
}
.cid-uLMT5bnPh6 .navbar .navbar-collapse {
  justify-content: space-between;
  z-index: 1;
}
.cid-uLMT5bnPh6 .navbar.collapsed {
  justify-content: center;
}
.cid-uLMT5bnPh6 .navbar.collapsed .nav-item .nav-link::before {
  display: none;
}
.cid-uLMT5bnPh6 .navbar.collapsed.opened .dropdown-menu {
  top: 0;
}
.cid-uLMT5bnPh6 .navbar.collapsed .dropdown-menu .dropdown-submenu {
  left: 0 !important;
}
.cid-uLMT5bnPh6 .navbar.collapsed .dropdown-menu .dropdown-item:after {
  right: auto;
}
.cid-uLMT5bnPh6 .navbar.collapsed ul.navbar-nav li {
  margin: auto;
}
.cid-uLMT5bnPh6 .navbar.collapsed .dropdown-menu .dropdown-item {
  padding: 0.25rem 1.5rem;
  text-align: left;
}
.cid-uLMT5bnPh6 .navbar.collapsed .icons-menu {
  padding: 0;
}
@media (max-width: 991px) {
  .cid-uLMT5bnPh6 .navbar .nav-item {
    padding: .5rem 0;
  }
  .cid-uLMT5bnPh6 .navbar .navbar-collapse {
    padding: 34px 0;
    border-radius: 25px;
  }
  .cid-uLMT5bnPh6 .navbar .nav-item .nav-link::before {
    display: none;
  }
  .cid-uLMT5bnPh6 .navbar.opened .dropdown-menu {
    top: 0;
  }
  .cid-uLMT5bnPh6 .navbar .dropdown-menu {
    padding: 6px 0 6px 15px;
  }
  .cid-uLMT5bnPh6 .navbar .dropdown-menu .dropdown-submenu {
    left: 0 !important;
  }
  .cid-uLMT5bnPh6 .navbar .dropdown-menu .dropdown-item:after {
    right: auto;
    margin-top: -0.4rem;
  }
  .cid-uLMT5bnPh6 .navbar .navbar-logo img {
    height: 3rem !important;
  }
  .cid-uLMT5bnPh6 .navbar ul.navbar-nav {
    overflow: hidden;
  }
  .cid-uLMT5bnPh6 .navbar ul.navbar-nav li {
    margin: 0;
  }
  .cid-uLMT5bnPh6 .navbar .dropdown-menu .dropdown-item {
    padding: 0 !important;
    margin: 0;
    margin-top: 8px;
    text-align: left;
  }
  .cid-uLMT5bnPh6 .navbar .navbar-brand {
    flex-shrink: initial;
    flex-basis: auto;
    word-break: break-word;
    padding-right: 2rem;
  }
  .cid-uLMT5bnPh6 .navbar .navbar-toggler {
    flex-basis: auto;
  }
  .cid-uLMT5bnPh6 .navbar .icons-menu {
    padding: 0;
  }
}
.cid-uLMT5bnPh6 .navbar.navbar-short {
  min-height: 60px;
}
.cid-uLMT5bnPh6 .navbar.navbar-short .navbar-logo img {
  height: 2.5rem !important;
}
.cid-uLMT5bnPh6 .navbar.navbar-short .navbar-brand {
  min-height: 60px;
  padding: 0;
}
.cid-uLMT5bnPh6 .navbar-brand {
  min-height: 70px;
  flex-shrink: 0;
  align-items: center;
  margin-right: 0;
  padding: 10px 0;
  transition: all 0.3s;
  word-break: break-word;
  z-index: 1;
}
.cid-uLMT5bnPh6 .navbar-brand .navbar-caption {
  line-height: inherit !important;
}
.cid-uLMT5bnPh6 .navbar-brand .navbar-logo a {
  outline: none;
}
.cid-uLMT5bnPh6 .dropdown-item.active,
.cid-uLMT5bnPh6 .dropdown-item:active {
  background-color: transparent;
}
.cid-uLMT5bnPh6 .navbar-expand-lg .navbar-nav .nav-link {
  padding: 0;
}
.cid-uLMT5bnPh6 .nav-dropdown .link.dropdown-toggle {
  margin-right: 1.667em;
}
.cid-uLMT5bnPh6 .nav-dropdown .link.dropdown-toggle[aria-expanded="true"] {
  margin-right: 0;
  padding: 0.667em 1.667em;
}
.cid-uLMT5bnPh6 .navbar .dropdown.open > .dropdown-menu {
  display: block;
}
.cid-uLMT5bnPh6 ul.navbar-nav {
  flex-wrap: wrap;
  padding: 36px 0;
  border-bottom: 1px solid #0e132f;
}
.cid-uLMT5bnPh6 .navbar-buttons {
  text-align: center;
  min-width: 170px;
}
.cid-uLMT5bnPh6 button.navbar-toggler {
  outline: none;
  width: 48px;
  height: 48px;
  border-radius: 50%;
  cursor: pointer;
  transition: all 0.2s;
  position: relative;
  align-self: center;
  color: #ffffff;
  background: #ffffff;
}
.cid-uLMT5bnPh6 button.navbar-toggler .hamburger span {
  position: absolute;
  right: 10px;
  margin-top: 14px;
  width: 26px;
  height: 2px;
  border-right: 5px;
  background-color: #474747;
}
.cid-uLMT5bnPh6 button.navbar-toggler .hamburger span:nth-child(1) {
  top: 0;
  transition: all 0.2s;
}
.cid-uLMT5bnPh6 button.navbar-toggler .hamburger span:nth-child(2) {
  top: 8px;
  transition: all 0.15s;
}
.cid-uLMT5bnPh6 button.navbar-toggler .hamburger span:nth-child(3) {
  top: 8px;
  transition: all 0.15s;
}
.cid-uLMT5bnPh6 button.navbar-toggler .hamburger span:nth-child(4) {
  top: 16px;
  transition: all 0.2s;
}
.cid-uLMT5bnPh6 nav.opened .hamburger span:nth-child(1) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-uLMT5bnPh6 nav.opened .hamburger span:nth-child(2) {
  transform: rotate(45deg);
  transition: all 0.25s;
}
.cid-uLMT5bnPh6 nav.opened .hamburger span:nth-child(3) {
  transform: rotate(-45deg);
  transition: all 0.25s;
}
.cid-uLMT5bnPh6 nav.opened .hamburger span:nth-child(4) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-uLMT5bnPh6 a.nav-link {
  display: flex;
  align-items: center;
  justify-content: flex-start;
}
.cid-uLMT5bnPh6 .icons-menu {
  flex-wrap: nowrap;
  display: flex;
  justify-content: center;
  padding: 0;
  text-align: center;
  margin-bottom: 35px;
}
@media screen and (-ms-high-contrast: active), (-ms-high-contrast: none) {
  .cid-uLMT5bnPh6 .navbar {
    height: 70px;
  }
  .cid-uLMT5bnPh6 .navbar.opened {
    height: auto;
  }
  .cid-uLMT5bnPh6 .nav-item .nav-link:hover::before {
    width: 175%;
    max-width: calc(100% + 2rem);
    left: -1rem;
  }
}
.cid-uLMT5bnPh6 .navbar-dropdown .navbar-logo {
  margin-right: 15px;
}
@media (min-width: 768px) {
  .cid-uLMT5bnPh6 .container-fluid {
    padding-left: 30px;
    padding-right: 30px;
  }
}
.cid-uLMT5bnPh6 .mbr-section-btn-main {
  padding-top: 5px;
}
.cid-uLMT5bnPh6 .mbr-section-btn-main .btn {
  margin: 0 4px 4px 4px;
}
.cid-uLMT5bnPh6 .navbar-caption:hover {
  color: #2554ab;
}
@media (min-width: 992px) {
  .cid-uLMT5bnPh6 .dropdown-menu.dropdown-submenu {
    left: 175px !important;
    top: -45% !important;
  }
}
.cid-uLMT5bnPh6 .nav-link {
  position: relative;
}
.cid-uLMT5bnPh6 .nav-link:before {
  content: '';
  position: absolute;
  left: -12px;
  width: 6px;
  height: 6px;
  border-radius: 100%;
  background-color: #2554ab;
  transition: all .3s ease;
  opacity: 0;
}
.cid-uLMT5bnPh6 .nav-link:hover:before {
  opacity: 1;
}
.cid-uLMT5bnPh6 .mbr-section-subtitle {
  color: #ffffff;
}
.cid-uLMT5bnPh6 .mbr-text {
  color: #ffffff;
  text-align: center;
}
.cid-uLMT5bnPh6 .text_widget {
  color: #ffffff;
}
.cid-uLMT5bnPh6 .mbr-section-subtitle,
.cid-uLMT5bnPh6 .text_widget,
.cid-uLMT5bnPh6 .mbr-section-btn {
  text-align: center;
}
.cid-uLMT5bnPh6 a[class*="text-"]:not(.nav-link):not(.dropdown-item):not([role]):not(.navbar-caption):hover {
  background-image: none;
}
.cid-uC2qwS3cUw {
  padding-top: 0rem;
  padding-bottom: 0rem;
  background-color: #ffffff;
}
.cid-uC2qwS3cUw .item-img {
  position: relative;
  overflow: hidden;
}
.cid-uC2qwS3cUw .item-img:before {
  content: '';
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
  left: 0;
  background: black;
  opacity: 0.3;
  z-index: 1;
  transition: all 0.3s;
  pointer-events: none;
}
.cid-uC2qwS3cUw h5 {
  margin-bottom: 1rem;
}
.cid-uC2qwS3cUw .item-content {
  position: absolute;
  top: 55%;
  right: 0;
  z-index: 2;
  width: 100%;
  transform: translateY(-50%);
  padding: 2rem 8rem;
  display: flex;
  flex-direction: column;
  height: 50%;
}
@media (max-width: 767px) {
  .cid-uC2qwS3cUw .item-content {
    padding: 0 2rem 1.5rem;
    margin-top: 1rem;
  }
}
.cid-uC2qwS3cUw img,
.cid-uC2qwS3cUw .item-img {
  width: 100%;
  transition: all 0.3s;
  height: 100%;
  height: 400px;
  object-fit: cover;
}
.cid-uC2qwS3cUw .item:focus,
.cid-uC2qwS3cUw span:focus {
  outline: none;
}
.cid-uC2qwS3cUw .item {
  margin-bottom: 2rem;
}
@media (max-width: 767px) {
  .cid-uC2qwS3cUw .item {
    margin-bottom: 1rem;
  }
}
.cid-uC2qwS3cUw .item-wrapper {
  position: relative;
  border-radius: 15px;
  height: 100%;
  display: flex;
  flex-flow: column nowrap;
}
.cid-uC2qwS3cUw .mbr-section-title {
  color: #4e423d;
}
.cid-uC2qwS3cUw .item-title {
  text-align: left;
  color: #ffffff;
}
.cid-uC2qwS3cUw .item-subtitle {
  text-align: left;
  color: #ffffff;
}
.cid-uC2qwS3cUw .mbr-text,
.cid-uC2qwS3cUw .item .mbr-section-btn {
  text-align: left;
  color: #ffffff;
}
.cid-uC2qwS3cUw .content-head {
  max-width: 800px;
}
.cid-uC2qwTbsTK {
  padding-top: 1rem;
  padding-bottom: 5rem;
  background-color: #fafafa;
}
.cid-uC2qwTbsTK .mbr-section-title {
  margin-bottom: 1em;
  color: #272727;
}
.cid-uC2qwTbsTK .mbr-section-subtitle {
  margin-bottom: 1.5625em;
  color: #272727;
  opacity: 0.4;
}
.cid-uC2qwTbsTK .item-row {
  display: grid;
  -webkit-box-align: stretch;
  -webkit-align-items: stretch;
  -ms-flex-align: stretch;
  align-items: stretch;
  grid-auto-columns: 1fr;
  grid-column-gap: 16px;
  grid-row-gap: 16px;
  grid-template-columns: repeat(4, 1fr);
  -ms-grid-rows: auto;
  grid-template-rows: auto;
}
@media (max-width: 1199px) {
  .cid-uC2qwTbsTK .item-row {
    grid-template-columns: repeat(2, 1fr);
  }
}
@media (max-width: 767px) {
  .cid-uC2qwTbsTK .item-row {
    grid-template-columns: repeat(1, 1fr);
  }
}
.cid-uC2qwTbsTK .item {
  padding: 0;
}
.cid-uC2qwTbsTK .item-wrapper {
  display: flex;
  flex-direction: column;
  align-items: stretch;
  height: 100%;
  width: 100%;
  border-radius: 10px;
  overflow: hidden;
  transform-style: preserve-3d;
  transition: .3s all;
  border: 2px solid transparent;
}
.cid-uC2qwTbsTK .item-wrapper:hover {
  transform: scale3d(1.01, 1.01, 1);
  border-color: #fafafa;
}
.cid-uC2qwTbsTK .item-img {
  display: flex;
  align-items: center;
  justify-content: center;
  height: 175px;
}
.cid-uC2qwTbsTK .item-img img {
  width: 100%;
  object-fit: cover;
  height: 100%;
}
.cid-uC2qwTbsTK .item-content {
  display: flex;
  flex-direction: column;
  align-items: stretch;
  width: 100%;
  padding: 20px 5% 6%;
  flex-grow: 1;
  background-color: #ffffff;
}
.cid-uC2qwTbsTK .item-text-wrap {
  width: 100%;
  margin-bottom: 5.3em;
}
@media (max-width: 1199px) {
  .cid-uC2qwTbsTK .item-text-wrap {
    margin-bottom: 4em;
  }
}
@media (max-width: 767px) {
  .cid-uC2qwTbsTK .item-text-wrap {
    margin-bottom: 2em;
    max-width: 340px;
    margin-right: auto;
  }
}
.cid-uC2qwTbsTK .item-title {
  color: #272727;
  margin-bottom: 0.52em;
}
.cid-uC2qwTbsTK .item-subtitle {
  color: #272727;
  opacity: 0.52em;
}
.cid-uC2qwTbsTK .card-bottom {
  display: flex;
  flex-direction: column;
  align-items: stretch;
  margin-top: auto;
}
.cid-uC2qwTbsTK .item-name-wrap {
  display: flex;
  align-items: center;
  width: 100%;
}
.cid-uC2qwTbsTK .image-wrapper {
  width: 35px;
  height: 35px;
  margin-right: 10px;
  border-radius: 300px;
  overflow: hidden;
}
.cid-uC2qwTbsTK .image-wrapper img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.cid-uC2qwTbsTK .mbr-text {
  flex-grow: 1;
  color: #272727;
  text-align: right;
}
.cid-uC2qwTbsTK .mbr-section-btn {
  display: flex;
  margin-top: 20px;
  width: auto !important;
}
.cid-uC2qwTbsTK .mbr-section-btn .btn {
  width: 100%;
  min-width: auto !important;
}
.cid-uLMRAIzUxG {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-color: #0e132f;
}
.cid-uLMRAIzUxG .mbr-fallback-image.disabled {
  display: none;
}
.cid-uLMRAIzUxG .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-uLMRAIzUxG .container {
    padding: 0 16px;
  }
}
.cid-uLMRAIzUxG .card {
  display: flex;
  flex-direction: column;
  justify-content: space-between;
}
@media (max-width: 992px) {
  .cid-uLMRAIzUxG .card {
    margin-bottom: 40px;
  }
}
.cid-uLMRAIzUxG .card .content-wrapper .title-wrapper .title-wrap {
  display: inline-flex;
  align-items: center;
  margin-bottom: 16px;
}
@media (max-width: 992px) {
  .cid-uLMRAIzUxG .card .content-wrapper .title-wrapper .title-wrap {
    margin-bottom: 40px;
  }
}
.cid-uLMRAIzUxG .card .content-wrapper .title-wrapper .title-wrap img {
  width: 32px;
  height: 32px;
  object-fit: contain;
  margin-right: 1rem;
}
.cid-uLMRAIzUxG .card .content-wrapper .title-wrapper .title-wrap .mbr-section-title {
  margin-bottom: 0;
}
.cid-uLMRAIzUxG .card .content-wrapper .copyright {
  margin-bottom: 20px;
}
@media (max-width: 992px) {
  .cid-uLMRAIzUxG .card .content-wrapper .copyright {
    margin-bottom: 40px;
  }
}
.cid-uLMRAIzUxG .card .social-wrapper .social-wrap {
  display: inline-flex;
  flex-wrap: wrap;
}
.cid-uLMRAIzUxG .card .social-wrapper .social-wrap .mbr-iconfont {
  font-size: 20px;
  margin-right: 48px;
  color: #ffffff;
}
.cid-uLMRAIzUxG .list-wrapper .mbr-card-title {
  margin-bottom: 16px;
}
.cid-uLMRAIzUxG .list-wrapper .list {
  margin: 0;
  padding: 0;
  list-style-type: none;
}
.cid-uLMRAIzUxG .list-wrapper .list .item-wrap {
  margin-bottom: 16px;
}
@media (max-width: 992px) {
  .cid-uLMRAIzUxG .list-wrapper .list {
    margin-bottom: 40px;
  }
}
.cid-uLMRAIzUxG .mbr-section-title {
  color: #ffffff;
}
.cid-uLMRAIzUxG .copyright {
  color: #ffffff;
}
.cid-uLMRAIzUxG .mbr-card-title {
  color: #D4FE00;
}
.cid-uLMRAIzUxG .list {
  color: #ffffff;
}
.cid-uLMT5bnPh6 .navbar-dropdown {
  background-color: #ffffff !important;
  padding: 0;
}
.cid-uLMT5bnPh6 .navbar.navbar-expand-lg .dropdown .dropdown-menu {
  background-color: #ffffff !important;
  background: #ffffff;
}
.cid-uLMT5bnPh6 .navbar.navbar-expand-lg .dropdown .dropdown-menu .dropdown-submenu {
  margin: 0;
  left: 100%;
}
@media (max-width: 991px) {
  .cid-uLMT5bnPh6 .menu_box .navbar.opened,
  .cid-uLMT5bnPh6 .menu_box .navbar-collapse {
    background-color: #ffffff !important;
    transition: all 0s ease 0s;
  }
}
.cid-uLMT5bnPh6 .navbar-dropdown {
  position: relative !important;
}
.cid-uLMT5bnPh6 .btn {
  min-height: auto;
  box-shadow: none;
  margin-top: 0;
}
.cid-uLMT5bnPh6 .btn:hover {
  box-shadow: none;
}
@media (min-width: 992px) {
  .cid-uLMT5bnPh6 .offcanvas_image img {
    width: auto;
    object-fit: cover;
    display: inline-block;
  }
  .cid-uLMT5bnPh6 .offcanvas-header {
    position: relative;
    padding: 0;
  }
  .cid-uLMT5bnPh6 .offcanvas-header .btn-close {
    position: absolute;
    top: -70px;
    right: 0;
    width: 35px;
    height: 30px;
  }
  .cid-uLMT5bnPh6 .offcanvas-body {
    text-align: center;
    padding: 0;
  }
  .cid-uLMT5bnPh6 .offcanvas-body .mbr-text,
  .cid-uLMT5bnPh6 .offcanvas-body .mbr-section-subtitle {
    margin-top: 14px;
  }
  .cid-uLMT5bnPh6 .offcanvas-body .offcanvas_contact {
    margin: 35px 0;
  }
  .cid-uLMT5bnPh6 .offcanvas_box button.btn_offcanvas {
    outline: none;
    width: 40px;
    height: 40px;
    cursor: pointer;
    transition: all 0.2s;
    position: relative;
    align-self: center;
  }
  .cid-uLMT5bnPh6 .offcanvas_box button.btn_offcanvas .hamburger span {
    position: absolute;
    right: 0;
    width: 40px;
    height: 2px;
    border-right: 5px;
    background-color: #474747;
  }
  .cid-uLMT5bnPh6 .offcanvas_box button.btn_offcanvas .hamburger span:nth-child(1) {
    top: 18px;
    transition: all 0.2s;
  }
  .cid-uLMT5bnPh6 .offcanvas_box button.btn_offcanvas .hamburger span:nth-child(2) {
    top: 25px;
    transition: all 0.2s;
  }
  .cid-uLMT5bnPh6 .offcanvas_box button.btn_offcanvas:hover .hamburger span {
    width: 36px;
  }
  .cid-uLMT5bnPh6 .offcanvas_box button.btn_offcanvas:hover .hamburger span:nth-child(2) {
    width: 33px;
    transition-delay: 0.2s;
  }
  .cid-uLMT5bnPh6 ul.navbar-nav {
    padding-bottom: 1.5rem;
  }
  .cid-uLMT5bnPh6 .dropdown-menu .dropdown-toggle[data-toggle="dropdown-submenu"]::after,
  .cid-uLMT5bnPh6 .link.dropdown-toggle::after {
    display: inline-block;
    width: 7px;
    height: 7px;
    margin-left: .5rem;
    margin-bottom: 2px;
    content: "";
    border: 2px solid;
    border-left: none;
    border-top: none;
    transform: rotate(-45deg);
  }
  .cid-uLMT5bnPh6 .link.dropdown-toggle::after {
    padding: 0 !important;
    transform: rotate(45deg);
  }
  .cid-uLMT5bnPh6 li.nav-item {
    position: relative;
    display: inline-block;
    padding: 1px 7px !important;
    vertical-align: middle;
    line-height: 2em !important;
    font-weight: 600 !important;
    text-decoration: none;
    letter-spacing: 0 !important;
    z-index: 1;
  }
  .cid-uLMT5bnPh6 .lg_brand {
    margin: 0 1rem;
  }
}
.cid-uLMT5bnPh6 .nav-item {
  margin: 4px 15px;
}
@media (min-width: 1200px) {
  .cid-uLMT5bnPh6 .nav-item {
    margin: 4px 20px;
  }
}
@media (max-width: 991px) {
  .cid-uLMT5bnPh6 .nav-item {
    margin: 0 !important;
  }
}
.cid-uLMT5bnPh6 .dropdown-menu {
  border-radius: 0;
  box-shadow: none;
  text-align: left;
}
@media (min-width: 992px) {
  .cid-uLMT5bnPh6 .dropdown-menu {
    padding: 18px 34px 22px;
    min-width: 250px;
    top: auto !important;
    left: -40px !important;
  }
  .cid-uLMT5bnPh6 .dropdown-menu.dropdown-submenu {
    left: 215px !important;
    top: -45% !important;
  }
}
@media (max-width: 991px) {
  .cid-uLMT5bnPh6 .dropdown-menu .dropdown-toggle[data-toggle="dropdown-submenu"]::after,
  .cid-uLMT5bnPh6 .link.dropdown-toggle::after {
    display: inline-block;
    width: 7px;
    height: 7px;
    margin-left: .5rem;
    margin-bottom: 2px;
    content: "";
    border: 2px solid;
    border-left: none;
    border-top: none;
    transform: rotate(-45deg);
    right: 15px;
    position: absolute;
    margin-top: -2px;
  }
  .cid-uLMT5bnPh6 .show.dropdown-toggle[aria-expanded="true"]::after {
    transform: rotate(45deg);
    margin-top: -4px;
  }
  .cid-uLMT5bnPh6 .offcanvas_box {
    display: none;
  }
}
.cid-uLMT5bnPh6 .dropdown-item {
  border: none;
  font-weight: 400 !important;
}
.cid-uLMT5bnPh6 .nav-dropdown .link {
  font-weight: 400 !important;
  padding: 0 !important;
  margin: 0 !important;
}
.cid-uLMT5bnPh6 .nav-dropdown .link.dropdown-toggle::after {
  margin-left: 0.5rem;
  margin-top: 0;
}
.cid-uLMT5bnPh6 .container {
  display: flex;
  margin: auto;
}
.cid-uLMT5bnPh6 .iconfont-wrapper {
  color: #e0bdb6;
  font-size: 17px;
  margin-right: 10px;
  margin-bottom: 5px;
  width: 25px;
  height: 25px;
  border-radius: 50%;
  display: flex;
  justify-content: center;
  align-items: center;
  transition: all 0.2s ease-in-out;
}
.cid-uLMT5bnPh6 .iconfont-wrapper:last-child {
  margin-right: 0;
}
.cid-uLMT5bnPh6 .iconfont-wrapper:hover {
  opacity: .5;
}
.cid-uLMT5bnPh6 .navbar-caption {
  color: #747474;
}
.cid-uLMT5bnPh6 .navbar-nav {
  margin: 0 1rem;
}
@media (min-width: 992px) {
  .cid-uLMT5bnPh6 .navbar-nav {
    margin: 0;
  }
}
.cid-uLMT5bnPh6 .dropdown-menu,
.cid-uLMT5bnPh6 .navbar.opened {
  background-color: false !important;
}
.cid-uLMT5bnPh6 .nav-item:focus,
.cid-uLMT5bnPh6 .nav-link:focus {
  outline: none;
}
.cid-uLMT5bnPh6 .dropdown .dropdown-menu .dropdown-item {
  width: auto;
  transition: all 0.25s ease-in-out;
}
.cid-uLMT5bnPh6 .dropdown .dropdown-menu .dropdown-item::after {
  right: 0.5rem;
}
.cid-uLMT5bnPh6 .dropdown .dropdown-menu .dropdown-item .mbr-iconfont {
  margin-right: 0.5rem;
  vertical-align: sub;
}
.cid-uLMT5bnPh6 .dropdown .dropdown-menu .dropdown-item .mbr-iconfont:before {
  display: inline-block;
  transform: scale(1, 1);
  transition: all 0.25s ease-in-out;
}
.cid-uLMT5bnPh6 .collapsed .dropdown-menu .dropdown-item:before {
  display: none;
}
.cid-uLMT5bnPh6 .collapsed .dropdown .dropdown-menu .dropdown-item {
  padding: 0.235em 1.5em 0.235em 1.5em !important;
  transition: none;
  margin: 0 !important;
}
.cid-uLMT5bnPh6 .navbar {
  min-height: 70px;
  padding: 20px 0;
  transition: all 0.3s;
  border-bottom-width: 0px;
}
@media (max-width: 992px) {
  .cid-uLMT5bnPh6 .navbar {
    min-height: 30px;
    max-height: 90px;
  }
}
.cid-uLMT5bnPh6 .navbar.opened {
  transition: all 0.3s;
}
.cid-uLMT5bnPh6 .navbar .dropdown-item {
  padding: 0;
  margin: 8px 0;
}
.cid-uLMT5bnPh6 .navbar .navbar-logo img {
  width: auto;
  object-fit: contain;
  border-radius: 0;
}
.cid-uLMT5bnPh6 .navbar .navbar-collapse {
  justify-content: space-between;
  z-index: 1;
}
.cid-uLMT5bnPh6 .navbar.collapsed {
  justify-content: center;
}
.cid-uLMT5bnPh6 .navbar.collapsed .nav-item .nav-link::before {
  display: none;
}
.cid-uLMT5bnPh6 .navbar.collapsed.opened .dropdown-menu {
  top: 0;
}
.cid-uLMT5bnPh6 .navbar.collapsed .dropdown-menu .dropdown-submenu {
  left: 0 !important;
}
.cid-uLMT5bnPh6 .navbar.collapsed .dropdown-menu .dropdown-item:after {
  right: auto;
}
.cid-uLMT5bnPh6 .navbar.collapsed ul.navbar-nav li {
  margin: auto;
}
.cid-uLMT5bnPh6 .navbar.collapsed .dropdown-menu .dropdown-item {
  padding: 0.25rem 1.5rem;
  text-align: left;
}
.cid-uLMT5bnPh6 .navbar.collapsed .icons-menu {
  padding: 0;
}
@media (max-width: 991px) {
  .cid-uLMT5bnPh6 .navbar .nav-item {
    padding: .5rem 0;
  }
  .cid-uLMT5bnPh6 .navbar .navbar-collapse {
    padding: 34px 0;
    border-radius: 25px;
  }
  .cid-uLMT5bnPh6 .navbar .nav-item .nav-link::before {
    display: none;
  }
  .cid-uLMT5bnPh6 .navbar.opened .dropdown-menu {
    top: 0;
  }
  .cid-uLMT5bnPh6 .navbar .dropdown-menu {
    padding: 6px 0 6px 15px;
  }
  .cid-uLMT5bnPh6 .navbar .dropdown-menu .dropdown-submenu {
    left: 0 !important;
  }
  .cid-uLMT5bnPh6 .navbar .dropdown-menu .dropdown-item:after {
    right: auto;
    margin-top: -0.4rem;
  }
  .cid-uLMT5bnPh6 .navbar .navbar-logo img {
    height: 3rem !important;
  }
  .cid-uLMT5bnPh6 .navbar ul.navbar-nav {
    overflow: hidden;
  }
  .cid-uLMT5bnPh6 .navbar ul.navbar-nav li {
    margin: 0;
  }
  .cid-uLMT5bnPh6 .navbar .dropdown-menu .dropdown-item {
    padding: 0 !important;
    margin: 0;
    margin-top: 8px;
    text-align: left;
  }
  .cid-uLMT5bnPh6 .navbar .navbar-brand {
    flex-shrink: initial;
    flex-basis: auto;
    word-break: break-word;
    padding-right: 2rem;
  }
  .cid-uLMT5bnPh6 .navbar .navbar-toggler {
    flex-basis: auto;
  }
  .cid-uLMT5bnPh6 .navbar .icons-menu {
    padding: 0;
  }
}
.cid-uLMT5bnPh6 .navbar.navbar-short {
  min-height: 60px;
}
.cid-uLMT5bnPh6 .navbar.navbar-short .navbar-logo img {
  height: 2.5rem !important;
}
.cid-uLMT5bnPh6 .navbar.navbar-short .navbar-brand {
  min-height: 60px;
  padding: 0;
}
.cid-uLMT5bnPh6 .navbar-brand {
  min-height: 70px;
  flex-shrink: 0;
  align-items: center;
  margin-right: 0;
  padding: 10px 0;
  transition: all 0.3s;
  word-break: break-word;
  z-index: 1;
}
.cid-uLMT5bnPh6 .navbar-brand .navbar-caption {
  line-height: inherit !important;
}
.cid-uLMT5bnPh6 .navbar-brand .navbar-logo a {
  outline: none;
}
.cid-uLMT5bnPh6 .dropdown-item.active,
.cid-uLMT5bnPh6 .dropdown-item:active {
  background-color: transparent;
}
.cid-uLMT5bnPh6 .navbar-expand-lg .navbar-nav .nav-link {
  padding: 0;
}
.cid-uLMT5bnPh6 .nav-dropdown .link.dropdown-toggle {
  margin-right: 1.667em;
}
.cid-uLMT5bnPh6 .nav-dropdown .link.dropdown-toggle[aria-expanded="true"] {
  margin-right: 0;
  padding: 0.667em 1.667em;
}
.cid-uLMT5bnPh6 .navbar .dropdown.open > .dropdown-menu {
  display: block;
}
.cid-uLMT5bnPh6 ul.navbar-nav {
  flex-wrap: wrap;
  padding: 36px 0;
  border-bottom: 1px solid #0e132f;
}
.cid-uLMT5bnPh6 .navbar-buttons {
  text-align: center;
  min-width: 170px;
}
.cid-uLMT5bnPh6 button.navbar-toggler {
  outline: none;
  width: 48px;
  height: 48px;
  border-radius: 50%;
  cursor: pointer;
  transition: all 0.2s;
  position: relative;
  align-self: center;
  color: #ffffff;
  background: #ffffff;
}
.cid-uLMT5bnPh6 button.navbar-toggler .hamburger span {
  position: absolute;
  right: 10px;
  margin-top: 14px;
  width: 26px;
  height: 2px;
  border-right: 5px;
  background-color: #474747;
}
.cid-uLMT5bnPh6 button.navbar-toggler .hamburger span:nth-child(1) {
  top: 0;
  transition: all 0.2s;
}
.cid-uLMT5bnPh6 button.navbar-toggler .hamburger span:nth-child(2) {
  top: 8px;
  transition: all 0.15s;
}
.cid-uLMT5bnPh6 button.navbar-toggler .hamburger span:nth-child(3) {
  top: 8px;
  transition: all 0.15s;
}
.cid-uLMT5bnPh6 button.navbar-toggler .hamburger span:nth-child(4) {
  top: 16px;
  transition: all 0.2s;
}
.cid-uLMT5bnPh6 nav.opened .hamburger span:nth-child(1) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-uLMT5bnPh6 nav.opened .hamburger span:nth-child(2) {
  transform: rotate(45deg);
  transition: all 0.25s;
}
.cid-uLMT5bnPh6 nav.opened .hamburger span:nth-child(3) {
  transform: rotate(-45deg);
  transition: all 0.25s;
}
.cid-uLMT5bnPh6 nav.opened .hamburger span:nth-child(4) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-uLMT5bnPh6 a.nav-link {
  display: flex;
  align-items: center;
  justify-content: flex-start;
}
.cid-uLMT5bnPh6 .icons-menu {
  flex-wrap: nowrap;
  display: flex;
  justify-content: center;
  padding: 0;
  text-align: center;
  margin-bottom: 35px;
}
@media screen and (-ms-high-contrast: active), (-ms-high-contrast: none) {
  .cid-uLMT5bnPh6 .navbar {
    height: 70px;
  }
  .cid-uLMT5bnPh6 .navbar.opened {
    height: auto;
  }
  .cid-uLMT5bnPh6 .nav-item .nav-link:hover::before {
    width: 175%;
    max-width: calc(100% + 2rem);
    left: -1rem;
  }
}
.cid-uLMT5bnPh6 .navbar-dropdown .navbar-logo {
  margin-right: 15px;
}
@media (min-width: 768px) {
  .cid-uLMT5bnPh6 .container-fluid {
    padding-left: 30px;
    padding-right: 30px;
  }
}
.cid-uLMT5bnPh6 .mbr-section-btn-main {
  padding-top: 5px;
}
.cid-uLMT5bnPh6 .mbr-section-btn-main .btn {
  margin: 0 4px 4px 4px;
}
.cid-uLMT5bnPh6 .navbar-caption:hover {
  color: #2554ab;
}
@media (min-width: 992px) {
  .cid-uLMT5bnPh6 .dropdown-menu.dropdown-submenu {
    left: 175px !important;
    top: -45% !important;
  }
}
.cid-uLMT5bnPh6 .nav-link {
  position: relative;
}
.cid-uLMT5bnPh6 .nav-link:before {
  content: '';
  position: absolute;
  left: -12px;
  width: 6px;
  height: 6px;
  border-radius: 100%;
  background-color: #2554ab;
  transition: all .3s ease;
  opacity: 0;
}
.cid-uLMT5bnPh6 .nav-link:hover:before {
  opacity: 1;
}
.cid-uLMT5bnPh6 .mbr-section-subtitle {
  color: #ffffff;
}
.cid-uLMT5bnPh6 .mbr-text {
  color: #ffffff;
  text-align: center;
}
.cid-uLMT5bnPh6 .text_widget {
  color: #ffffff;
}
.cid-uLMT5bnPh6 .mbr-section-subtitle,
.cid-uLMT5bnPh6 .text_widget,
.cid-uLMT5bnPh6 .mbr-section-btn {
  text-align: center;
}
.cid-uLMT5bnPh6 a[class*="text-"]:not(.nav-link):not(.dropdown-item):not([role]):not(.navbar-caption):hover {
  background-image: none;
}
.cid-uC2qxa9BwU {
  padding-top: 0rem;
  padding-bottom: 0rem;
  background-color: #ffffff;
}
.cid-uC2qxa9BwU .item-img {
  position: relative;
  overflow: hidden;
}
.cid-uC2qxa9BwU .item-img:before {
  content: '';
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
  left: 0;
  background: black;
  opacity: 0.3;
  z-index: 1;
  transition: all 0.3s;
  pointer-events: none;
}
.cid-uC2qxa9BwU h5 {
  margin-bottom: 1rem;
}
.cid-uC2qxa9BwU .item-content {
  position: absolute;
  top: 55%;
  right: 0;
  z-index: 2;
  width: 100%;
  transform: translateY(-50%);
  padding: 2rem 8rem;
  display: flex;
  flex-direction: column;
  height: 50%;
}
@media (max-width: 767px) {
  .cid-uC2qxa9BwU .item-content {
    padding: 0 2rem 1.5rem;
    margin-top: 1rem;
  }
}
.cid-uC2qxa9BwU img,
.cid-uC2qxa9BwU .item-img {
  width: 100%;
  transition: all 0.3s;
  height: 100%;
  height: 400px;
  object-fit: cover;
}
.cid-uC2qxa9BwU .item:focus,
.cid-uC2qxa9BwU span:focus {
  outline: none;
}
.cid-uC2qxa9BwU .item {
  margin-bottom: 2rem;
}
@media (max-width: 767px) {
  .cid-uC2qxa9BwU .item {
    margin-bottom: 1rem;
  }
}
.cid-uC2qxa9BwU .item-wrapper {
  position: relative;
  border-radius: 15px;
  height: 100%;
  display: flex;
  flex-flow: column nowrap;
}
.cid-uC2qxa9BwU .mbr-section-title {
  color: #4e423d;
}
.cid-uC2qxa9BwU .item-title {
  text-align: left;
  color: #ffffff;
}
.cid-uC2qxa9BwU .item-subtitle {
  text-align: left;
  color: #ffffff;
}
.cid-uC2qxa9BwU .mbr-text,
.cid-uC2qxa9BwU .item .mbr-section-btn {
  text-align: left;
  color: #ffffff;
}
.cid-uC2qxa9BwU .content-head {
  max-width: 800px;
}
.cid-uC2qxbuSOv {
  padding-top: 1rem;
  padding-bottom: 5rem;
  background-color: #fafafa;
}
.cid-uC2qxbuSOv .mbr-section-title {
  margin-bottom: 1em;
  color: #272727;
}
.cid-uC2qxbuSOv .mbr-section-subtitle {
  margin-bottom: 1.5625em;
  color: #272727;
  opacity: 0.4;
}
.cid-uC2qxbuSOv .item-row {
  display: grid;
  -webkit-box-align: stretch;
  -webkit-align-items: stretch;
  -ms-flex-align: stretch;
  align-items: stretch;
  grid-auto-columns: 1fr;
  grid-column-gap: 16px;
  grid-row-gap: 16px;
  grid-template-columns: repeat(4, 1fr);
  -ms-grid-rows: auto;
  grid-template-rows: auto;
}
@media (max-width: 1199px) {
  .cid-uC2qxbuSOv .item-row {
    grid-template-columns: repeat(2, 1fr);
  }
}
@media (max-width: 767px) {
  .cid-uC2qxbuSOv .item-row {
    grid-template-columns: repeat(1, 1fr);
  }
}
.cid-uC2qxbuSOv .item {
  padding: 0;
}
.cid-uC2qxbuSOv .item-wrapper {
  display: flex;
  flex-direction: column;
  align-items: stretch;
  height: 100%;
  width: 100%;
  border-radius: 10px;
  overflow: hidden;
  transform-style: preserve-3d;
  transition: .3s all;
  border: 2px solid transparent;
}
.cid-uC2qxbuSOv .item-wrapper:hover {
  transform: scale3d(1.01, 1.01, 1);
  border-color: #fafafa;
}
.cid-uC2qxbuSOv .item-img {
  display: flex;
  align-items: center;
  justify-content: center;
  height: 175px;
}
.cid-uC2qxbuSOv .item-img img {
  width: 100%;
  object-fit: cover;
  height: 100%;
}
.cid-uC2qxbuSOv .item-content {
  display: flex;
  flex-direction: column;
  align-items: stretch;
  width: 100%;
  padding: 20px 5% 6%;
  flex-grow: 1;
  background-color: #ffffff;
}
.cid-uC2qxbuSOv .item-text-wrap {
  width: 100%;
  margin-bottom: 5.3em;
}
@media (max-width: 1199px) {
  .cid-uC2qxbuSOv .item-text-wrap {
    margin-bottom: 4em;
  }
}
@media (max-width: 767px) {
  .cid-uC2qxbuSOv .item-text-wrap {
    margin-bottom: 2em;
    max-width: 340px;
    margin-right: auto;
  }
}
.cid-uC2qxbuSOv .item-title {
  color: #272727;
  margin-bottom: 0.52em;
}
.cid-uC2qxbuSOv .item-subtitle {
  color: #272727;
  opacity: 0.52em;
}
.cid-uC2qxbuSOv .card-bottom {
  display: flex;
  flex-direction: column;
  align-items: stretch;
  margin-top: auto;
}
.cid-uC2qxbuSOv .item-name-wrap {
  display: flex;
  align-items: center;
  width: 100%;
}
.cid-uC2qxbuSOv .image-wrapper {
  width: 35px;
  height: 35px;
  margin-right: 10px;
  border-radius: 300px;
  overflow: hidden;
}
.cid-uC2qxbuSOv .image-wrapper img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.cid-uC2qxbuSOv .mbr-text {
  flex-grow: 1;
  color: #272727;
  text-align: right;
}
.cid-uC2qxbuSOv .mbr-section-btn {
  display: flex;
  margin-top: 20px;
  width: auto !important;
}
.cid-uC2qxbuSOv .mbr-section-btn .btn {
  width: 100%;
  min-width: auto !important;
}
.cid-uLMRAIzUxG {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-color: #0e132f;
}
.cid-uLMRAIzUxG .mbr-fallback-image.disabled {
  display: none;
}
.cid-uLMRAIzUxG .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-uLMRAIzUxG .container {
    padding: 0 16px;
  }
}
.cid-uLMRAIzUxG .card {
  display: flex;
  flex-direction: column;
  justify-content: space-between;
}
@media (max-width: 992px) {
  .cid-uLMRAIzUxG .card {
    margin-bottom: 40px;
  }
}
.cid-uLMRAIzUxG .card .content-wrapper .title-wrapper .title-wrap {
  display: inline-flex;
  align-items: center;
  margin-bottom: 16px;
}
@media (max-width: 992px) {
  .cid-uLMRAIzUxG .card .content-wrapper .title-wrapper .title-wrap {
    margin-bottom: 40px;
  }
}
.cid-uLMRAIzUxG .card .content-wrapper .title-wrapper .title-wrap img {
  width: 32px;
  height: 32px;
  object-fit: contain;
  margin-right: 1rem;
}
.cid-uLMRAIzUxG .card .content-wrapper .title-wrapper .title-wrap .mbr-section-title {
  margin-bottom: 0;
}
.cid-uLMRAIzUxG .card .content-wrapper .copyright {
  margin-bottom: 20px;
}
@media (max-width: 992px) {
  .cid-uLMRAIzUxG .card .content-wrapper .copyright {
    margin-bottom: 40px;
  }
}
.cid-uLMRAIzUxG .card .social-wrapper .social-wrap {
  display: inline-flex;
  flex-wrap: wrap;
}
.cid-uLMRAIzUxG .card .social-wrapper .social-wrap .mbr-iconfont {
  font-size: 20px;
  margin-right: 48px;
  color: #ffffff;
}
.cid-uLMRAIzUxG .list-wrapper .mbr-card-title {
  margin-bottom: 16px;
}
.cid-uLMRAIzUxG .list-wrapper .list {
  margin: 0;
  padding: 0;
  list-style-type: none;
}
.cid-uLMRAIzUxG .list-wrapper .list .item-wrap {
  margin-bottom: 16px;
}
@media (max-width: 992px) {
  .cid-uLMRAIzUxG .list-wrapper .list {
    margin-bottom: 40px;
  }
}
.cid-uLMRAIzUxG .mbr-section-title {
  color: #ffffff;
}
.cid-uLMRAIzUxG .copyright {
  color: #ffffff;
}
.cid-uLMRAIzUxG .mbr-card-title {
  color: #D4FE00;
}
.cid-uLMRAIzUxG .list {
  color: #ffffff;
}
.cid-uLMT5bnPh6 .navbar-dropdown {
  background-color: #ffffff !important;
  padding: 0;
}
.cid-uLMT5bnPh6 .navbar.navbar-expand-lg .dropdown .dropdown-menu {
  background-color: #ffffff !important;
  background: #ffffff;
}
.cid-uLMT5bnPh6 .navbar.navbar-expand-lg .dropdown .dropdown-menu .dropdown-submenu {
  margin: 0;
  left: 100%;
}
@media (max-width: 991px) {
  .cid-uLMT5bnPh6 .menu_box .navbar.opened,
  .cid-uLMT5bnPh6 .menu_box .navbar-collapse {
    background-color: #ffffff !important;
    transition: all 0s ease 0s;
  }
}
.cid-uLMT5bnPh6 .navbar-dropdown {
  position: relative !important;
}
.cid-uLMT5bnPh6 .btn {
  min-height: auto;
  box-shadow: none;
  margin-top: 0;
}
.cid-uLMT5bnPh6 .btn:hover {
  box-shadow: none;
}
@media (min-width: 992px) {
  .cid-uLMT5bnPh6 .offcanvas_image img {
    width: auto;
    object-fit: cover;
    display: inline-block;
  }
  .cid-uLMT5bnPh6 .offcanvas-header {
    position: relative;
    padding: 0;
  }
  .cid-uLMT5bnPh6 .offcanvas-header .btn-close {
    position: absolute;
    top: -70px;
    right: 0;
    width: 35px;
    height: 30px;
  }
  .cid-uLMT5bnPh6 .offcanvas-body {
    text-align: center;
    padding: 0;
  }
  .cid-uLMT5bnPh6 .offcanvas-body .mbr-text,
  .cid-uLMT5bnPh6 .offcanvas-body .mbr-section-subtitle {
    margin-top: 14px;
  }
  .cid-uLMT5bnPh6 .offcanvas-body .offcanvas_contact {
    margin: 35px 0;
  }
  .cid-uLMT5bnPh6 .offcanvas_box button.btn_offcanvas {
    outline: none;
    width: 40px;
    height: 40px;
    cursor: pointer;
    transition: all 0.2s;
    position: relative;
    align-self: center;
  }
  .cid-uLMT5bnPh6 .offcanvas_box button.btn_offcanvas .hamburger span {
    position: absolute;
    right: 0;
    width: 40px;
    height: 2px;
    border-right: 5px;
    background-color: #474747;
  }
  .cid-uLMT5bnPh6 .offcanvas_box button.btn_offcanvas .hamburger span:nth-child(1) {
    top: 18px;
    transition: all 0.2s;
  }
  .cid-uLMT5bnPh6 .offcanvas_box button.btn_offcanvas .hamburger span:nth-child(2) {
    top: 25px;
    transition: all 0.2s;
  }
  .cid-uLMT5bnPh6 .offcanvas_box button.btn_offcanvas:hover .hamburger span {
    width: 36px;
  }
  .cid-uLMT5bnPh6 .offcanvas_box button.btn_offcanvas:hover .hamburger span:nth-child(2) {
    width: 33px;
    transition-delay: 0.2s;
  }
  .cid-uLMT5bnPh6 ul.navbar-nav {
    padding-bottom: 1.5rem;
  }
  .cid-uLMT5bnPh6 .dropdown-menu .dropdown-toggle[data-toggle="dropdown-submenu"]::after,
  .cid-uLMT5bnPh6 .link.dropdown-toggle::after {
    display: inline-block;
    width: 7px;
    height: 7px;
    margin-left: .5rem;
    margin-bottom: 2px;
    content: "";
    border: 2px solid;
    border-left: none;
    border-top: none;
    transform: rotate(-45deg);
  }
  .cid-uLMT5bnPh6 .link.dropdown-toggle::after {
    padding: 0 !important;
    transform: rotate(45deg);
  }
  .cid-uLMT5bnPh6 li.nav-item {
    position: relative;
    display: inline-block;
    padding: 1px 7px !important;
    vertical-align: middle;
    line-height: 2em !important;
    font-weight: 600 !important;
    text-decoration: none;
    letter-spacing: 0 !important;
    z-index: 1;
  }
  .cid-uLMT5bnPh6 .lg_brand {
    margin: 0 1rem;
  }
}
.cid-uLMT5bnPh6 .nav-item {
  margin: 4px 15px;
}
@media (min-width: 1200px) {
  .cid-uLMT5bnPh6 .nav-item {
    margin: 4px 20px;
  }
}
@media (max-width: 991px) {
  .cid-uLMT5bnPh6 .nav-item {
    margin: 0 !important;
  }
}
.cid-uLMT5bnPh6 .dropdown-menu {
  border-radius: 0;
  box-shadow: none;
  text-align: left;
}
@media (min-width: 992px) {
  .cid-uLMT5bnPh6 .dropdown-menu {
    padding: 18px 34px 22px;
    min-width: 250px;
    top: auto !important;
    left: -40px !important;
  }
  .cid-uLMT5bnPh6 .dropdown-menu.dropdown-submenu {
    left: 215px !important;
    top: -45% !important;
  }
}
@media (max-width: 991px) {
  .cid-uLMT5bnPh6 .dropdown-menu .dropdown-toggle[data-toggle="dropdown-submenu"]::after,
  .cid-uLMT5bnPh6 .link.dropdown-toggle::after {
    display: inline-block;
    width: 7px;
    height: 7px;
    margin-left: .5rem;
    margin-bottom: 2px;
    content: "";
    border: 2px solid;
    border-left: none;
    border-top: none;
    transform: rotate(-45deg);
    right: 15px;
    position: absolute;
    margin-top: -2px;
  }
  .cid-uLMT5bnPh6 .show.dropdown-toggle[aria-expanded="true"]::after {
    transform: rotate(45deg);
    margin-top: -4px;
  }
  .cid-uLMT5bnPh6 .offcanvas_box {
    display: none;
  }
}
.cid-uLMT5bnPh6 .dropdown-item {
  border: none;
  font-weight: 400 !important;
}
.cid-uLMT5bnPh6 .nav-dropdown .link {
  font-weight: 400 !important;
  padding: 0 !important;
  margin: 0 !important;
}
.cid-uLMT5bnPh6 .nav-dropdown .link.dropdown-toggle::after {
  margin-left: 0.5rem;
  margin-top: 0;
}
.cid-uLMT5bnPh6 .container {
  display: flex;
  margin: auto;
}
.cid-uLMT5bnPh6 .iconfont-wrapper {
  color: #e0bdb6;
  font-size: 17px;
  margin-right: 10px;
  margin-bottom: 5px;
  width: 25px;
  height: 25px;
  border-radius: 50%;
  display: flex;
  justify-content: center;
  align-items: center;
  transition: all 0.2s ease-in-out;
}
.cid-uLMT5bnPh6 .iconfont-wrapper:last-child {
  margin-right: 0;
}
.cid-uLMT5bnPh6 .iconfont-wrapper:hover {
  opacity: .5;
}
.cid-uLMT5bnPh6 .navbar-caption {
  color: #747474;
}
.cid-uLMT5bnPh6 .navbar-nav {
  margin: 0 1rem;
}
@media (min-width: 992px) {
  .cid-uLMT5bnPh6 .navbar-nav {
    margin: 0;
  }
}
.cid-uLMT5bnPh6 .dropdown-menu,
.cid-uLMT5bnPh6 .navbar.opened {
  background-color: false !important;
}
.cid-uLMT5bnPh6 .nav-item:focus,
.cid-uLMT5bnPh6 .nav-link:focus {
  outline: none;
}
.cid-uLMT5bnPh6 .dropdown .dropdown-menu .dropdown-item {
  width: auto;
  transition: all 0.25s ease-in-out;
}
.cid-uLMT5bnPh6 .dropdown .dropdown-menu .dropdown-item::after {
  right: 0.5rem;
}
.cid-uLMT5bnPh6 .dropdown .dropdown-menu .dropdown-item .mbr-iconfont {
  margin-right: 0.5rem;
  vertical-align: sub;
}
.cid-uLMT5bnPh6 .dropdown .dropdown-menu .dropdown-item .mbr-iconfont:before {
  display: inline-block;
  transform: scale(1, 1);
  transition: all 0.25s ease-in-out;
}
.cid-uLMT5bnPh6 .collapsed .dropdown-menu .dropdown-item:before {
  display: none;
}
.cid-uLMT5bnPh6 .collapsed .dropdown .dropdown-menu .dropdown-item {
  padding: 0.235em 1.5em 0.235em 1.5em !important;
  transition: none;
  margin: 0 !important;
}
.cid-uLMT5bnPh6 .navbar {
  min-height: 70px;
  padding: 20px 0;
  transition: all 0.3s;
  border-bottom-width: 0px;
}
@media (max-width: 992px) {
  .cid-uLMT5bnPh6 .navbar {
    min-height: 30px;
    max-height: 90px;
  }
}
.cid-uLMT5bnPh6 .navbar.opened {
  transition: all 0.3s;
}
.cid-uLMT5bnPh6 .navbar .dropdown-item {
  padding: 0;
  margin: 8px 0;
}
.cid-uLMT5bnPh6 .navbar .navbar-logo img {
  width: auto;
  object-fit: contain;
  border-radius: 0;
}
.cid-uLMT5bnPh6 .navbar .navbar-collapse {
  justify-content: space-between;
  z-index: 1;
}
.cid-uLMT5bnPh6 .navbar.collapsed {
  justify-content: center;
}
.cid-uLMT5bnPh6 .navbar.collapsed .nav-item .nav-link::before {
  display: none;
}
.cid-uLMT5bnPh6 .navbar.collapsed.opened .dropdown-menu {
  top: 0;
}
.cid-uLMT5bnPh6 .navbar.collapsed .dropdown-menu .dropdown-submenu {
  left: 0 !important;
}
.cid-uLMT5bnPh6 .navbar.collapsed .dropdown-menu .dropdown-item:after {
  right: auto;
}
.cid-uLMT5bnPh6 .navbar.collapsed ul.navbar-nav li {
  margin: auto;
}
.cid-uLMT5bnPh6 .navbar.collapsed .dropdown-menu .dropdown-item {
  padding: 0.25rem 1.5rem;
  text-align: left;
}
.cid-uLMT5bnPh6 .navbar.collapsed .icons-menu {
  padding: 0;
}
@media (max-width: 991px) {
  .cid-uLMT5bnPh6 .navbar .nav-item {
    padding: .5rem 0;
  }
  .cid-uLMT5bnPh6 .navbar .navbar-collapse {
    padding: 34px 0;
    border-radius: 25px;
  }
  .cid-uLMT5bnPh6 .navbar .nav-item .nav-link::before {
    display: none;
  }
  .cid-uLMT5bnPh6 .navbar.opened .dropdown-menu {
    top: 0;
  }
  .cid-uLMT5bnPh6 .navbar .dropdown-menu {
    padding: 6px 0 6px 15px;
  }
  .cid-uLMT5bnPh6 .navbar .dropdown-menu .dropdown-submenu {
    left: 0 !important;
  }
  .cid-uLMT5bnPh6 .navbar .dropdown-menu .dropdown-item:after {
    right: auto;
    margin-top: -0.4rem;
  }
  .cid-uLMT5bnPh6 .navbar .navbar-logo img {
    height: 3rem !important;
  }
  .cid-uLMT5bnPh6 .navbar ul.navbar-nav {
    overflow: hidden;
  }
  .cid-uLMT5bnPh6 .navbar ul.navbar-nav li {
    margin: 0;
  }
  .cid-uLMT5bnPh6 .navbar .dropdown-menu .dropdown-item {
    padding: 0 !important;
    margin: 0;
    margin-top: 8px;
    text-align: left;
  }
  .cid-uLMT5bnPh6 .navbar .navbar-brand {
    flex-shrink: initial;
    flex-basis: auto;
    word-break: break-word;
    padding-right: 2rem;
  }
  .cid-uLMT5bnPh6 .navbar .navbar-toggler {
    flex-basis: auto;
  }
  .cid-uLMT5bnPh6 .navbar .icons-menu {
    padding: 0;
  }
}
.cid-uLMT5bnPh6 .navbar.navbar-short {
  min-height: 60px;
}
.cid-uLMT5bnPh6 .navbar.navbar-short .navbar-logo img {
  height: 2.5rem !important;
}
.cid-uLMT5bnPh6 .navbar.navbar-short .navbar-brand {
  min-height: 60px;
  padding: 0;
}
.cid-uLMT5bnPh6 .navbar-brand {
  min-height: 70px;
  flex-shrink: 0;
  align-items: center;
  margin-right: 0;
  padding: 10px 0;
  transition: all 0.3s;
  word-break: break-word;
  z-index: 1;
}
.cid-uLMT5bnPh6 .navbar-brand .navbar-caption {
  line-height: inherit !important;
}
.cid-uLMT5bnPh6 .navbar-brand .navbar-logo a {
  outline: none;
}
.cid-uLMT5bnPh6 .dropdown-item.active,
.cid-uLMT5bnPh6 .dropdown-item:active {
  background-color: transparent;
}
.cid-uLMT5bnPh6 .navbar-expand-lg .navbar-nav .nav-link {
  padding: 0;
}
.cid-uLMT5bnPh6 .nav-dropdown .link.dropdown-toggle {
  margin-right: 1.667em;
}
.cid-uLMT5bnPh6 .nav-dropdown .link.dropdown-toggle[aria-expanded="true"] {
  margin-right: 0;
  padding: 0.667em 1.667em;
}
.cid-uLMT5bnPh6 .navbar .dropdown.open > .dropdown-menu {
  display: block;
}
.cid-uLMT5bnPh6 ul.navbar-nav {
  flex-wrap: wrap;
  padding: 36px 0;
  border-bottom: 1px solid #0e132f;
}
.cid-uLMT5bnPh6 .navbar-buttons {
  text-align: center;
  min-width: 170px;
}
.cid-uLMT5bnPh6 button.navbar-toggler {
  outline: none;
  width: 48px;
  height: 48px;
  border-radius: 50%;
  cursor: pointer;
  transition: all 0.2s;
  position: relative;
  align-self: center;
  color: #ffffff;
  background: #ffffff;
}
.cid-uLMT5bnPh6 button.navbar-toggler .hamburger span {
  position: absolute;
  right: 10px;
  margin-top: 14px;
  width: 26px;
  height: 2px;
  border-right: 5px;
  background-color: #474747;
}
.cid-uLMT5bnPh6 button.navbar-toggler .hamburger span:nth-child(1) {
  top: 0;
  transition: all 0.2s;
}
.cid-uLMT5bnPh6 button.navbar-toggler .hamburger span:nth-child(2) {
  top: 8px;
  transition: all 0.15s;
}
.cid-uLMT5bnPh6 button.navbar-toggler .hamburger span:nth-child(3) {
  top: 8px;
  transition: all 0.15s;
}
.cid-uLMT5bnPh6 button.navbar-toggler .hamburger span:nth-child(4) {
  top: 16px;
  transition: all 0.2s;
}
.cid-uLMT5bnPh6 nav.opened .hamburger span:nth-child(1) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-uLMT5bnPh6 nav.opened .hamburger span:nth-child(2) {
  transform: rotate(45deg);
  transition: all 0.25s;
}
.cid-uLMT5bnPh6 nav.opened .hamburger span:nth-child(3) {
  transform: rotate(-45deg);
  transition: all 0.25s;
}
.cid-uLMT5bnPh6 nav.opened .hamburger span:nth-child(4) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-uLMT5bnPh6 a.nav-link {
  display: flex;
  align-items: center;
  justify-content: flex-start;
}
.cid-uLMT5bnPh6 .icons-menu {
  flex-wrap: nowrap;
  display: flex;
  justify-content: center;
  padding: 0;
  text-align: center;
  margin-bottom: 35px;
}
@media screen and (-ms-high-contrast: active), (-ms-high-contrast: none) {
  .cid-uLMT5bnPh6 .navbar {
    height: 70px;
  }
  .cid-uLMT5bnPh6 .navbar.opened {
    height: auto;
  }
  .cid-uLMT5bnPh6 .nav-item .nav-link:hover::before {
    width: 175%;
    max-width: calc(100% + 2rem);
    left: -1rem;
  }
}
.cid-uLMT5bnPh6 .navbar-dropdown .navbar-logo {
  margin-right: 15px;
}
@media (min-width: 768px) {
  .cid-uLMT5bnPh6 .container-fluid {
    padding-left: 30px;
    padding-right: 30px;
  }
}
.cid-uLMT5bnPh6 .mbr-section-btn-main {
  padding-top: 5px;
}
.cid-uLMT5bnPh6 .mbr-section-btn-main .btn {
  margin: 0 4px 4px 4px;
}
.cid-uLMT5bnPh6 .navbar-caption:hover {
  color: #2554ab;
}
@media (min-width: 992px) {
  .cid-uLMT5bnPh6 .dropdown-menu.dropdown-submenu {
    left: 175px !important;
    top: -45% !important;
  }
}
.cid-uLMT5bnPh6 .nav-link {
  position: relative;
}
.cid-uLMT5bnPh6 .nav-link:before {
  content: '';
  position: absolute;
  left: -12px;
  width: 6px;
  height: 6px;
  border-radius: 100%;
  background-color: #2554ab;
  transition: all .3s ease;
  opacity: 0;
}
.cid-uLMT5bnPh6 .nav-link:hover:before {
  opacity: 1;
}
.cid-uLMT5bnPh6 .mbr-section-subtitle {
  color: #ffffff;
}
.cid-uLMT5bnPh6 .mbr-text {
  color: #ffffff;
  text-align: center;
}
.cid-uLMT5bnPh6 .text_widget {
  color: #ffffff;
}
.cid-uLMT5bnPh6 .mbr-section-subtitle,
.cid-uLMT5bnPh6 .text_widget,
.cid-uLMT5bnPh6 .mbr-section-btn {
  text-align: center;
}
.cid-uLMT5bnPh6 a[class*="text-"]:not(.nav-link):not(.dropdown-item):not([role]):not(.navbar-caption):hover {
  background-image: none;
}
.cid-uC3IJX5fVZ {
  padding-top: 0rem;
  padding-bottom: 0rem;
  background-color: #ffffff;
}
.cid-uC3IJX5fVZ .item-img {
  position: relative;
  overflow: hidden;
}
.cid-uC3IJX5fVZ .item-img:before {
  content: '';
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
  left: 0;
  background: black;
  opacity: 0.3;
  z-index: 1;
  transition: all 0.3s;
  pointer-events: none;
}
.cid-uC3IJX5fVZ h5 {
  margin-bottom: 1rem;
}
.cid-uC3IJX5fVZ .item-content {
  position: absolute;
  top: 55%;
  right: 0;
  z-index: 2;
  width: 100%;
  transform: translateY(-50%);
  padding: 2rem 8rem;
  display: flex;
  flex-direction: column;
  height: 50%;
}
@media (max-width: 767px) {
  .cid-uC3IJX5fVZ .item-content {
    padding: 0 2rem 1.5rem;
    margin-top: 1rem;
  }
}
.cid-uC3IJX5fVZ img,
.cid-uC3IJX5fVZ .item-img {
  width: 100%;
  transition: all 0.3s;
  height: 100%;
  height: 400px;
  object-fit: cover;
}
.cid-uC3IJX5fVZ .item:focus,
.cid-uC3IJX5fVZ span:focus {
  outline: none;
}
.cid-uC3IJX5fVZ .item {
  margin-bottom: 2rem;
}
@media (max-width: 767px) {
  .cid-uC3IJX5fVZ .item {
    margin-bottom: 1rem;
  }
}
.cid-uC3IJX5fVZ .item-wrapper {
  position: relative;
  border-radius: 15px;
  height: 100%;
  display: flex;
  flex-flow: column nowrap;
}
.cid-uC3IJX5fVZ .mbr-section-title {
  color: #4e423d;
}
.cid-uC3IJX5fVZ .item-title {
  text-align: left;
  color: #ffffff;
}
.cid-uC3IJX5fVZ .item-subtitle {
  text-align: left;
  color: #ffffff;
}
.cid-uC3IJX5fVZ .mbr-text,
.cid-uC3IJX5fVZ .item .mbr-section-btn {
  text-align: left;
  color: #ffffff;
}
.cid-uC3IJX5fVZ .content-head {
  max-width: 800px;
}
.cid-uC3IK13Krw {
  padding-top: 1rem;
  padding-bottom: 5rem;
  background-color: #fafafa;
}
.cid-uC3IK13Krw .mbr-section-title {
  margin-bottom: 1em;
  color: #272727;
}
.cid-uC3IK13Krw .mbr-section-subtitle {
  margin-bottom: 1.5625em;
  color: #272727;
  opacity: 0.4;
}
.cid-uC3IK13Krw .item-row {
  display: grid;
  -webkit-box-align: stretch;
  -webkit-align-items: stretch;
  -ms-flex-align: stretch;
  align-items: stretch;
  grid-auto-columns: 1fr;
  grid-column-gap: 16px;
  grid-row-gap: 16px;
  grid-template-columns: repeat(4, 1fr);
  -ms-grid-rows: auto;
  grid-template-rows: auto;
}
@media (max-width: 1199px) {
  .cid-uC3IK13Krw .item-row {
    grid-template-columns: repeat(2, 1fr);
  }
}
@media (max-width: 767px) {
  .cid-uC3IK13Krw .item-row {
    grid-template-columns: repeat(1, 1fr);
  }
}
.cid-uC3IK13Krw .item {
  padding: 0;
}
.cid-uC3IK13Krw .item-wrapper {
  display: flex;
  flex-direction: column;
  align-items: stretch;
  height: 100%;
  width: 100%;
  border-radius: 10px;
  overflow: hidden;
  transform-style: preserve-3d;
  transition: .3s all;
  border: 2px solid transparent;
}
.cid-uC3IK13Krw .item-wrapper:hover {
  transform: scale3d(1.01, 1.01, 1);
  border-color: #fafafa;
}
.cid-uC3IK13Krw .item-img {
  display: flex;
  align-items: center;
  justify-content: center;
  height: 175px;
}
.cid-uC3IK13Krw .item-img img {
  width: 100%;
  object-fit: cover;
  height: 100%;
}
.cid-uC3IK13Krw .item-content {
  display: flex;
  flex-direction: column;
  align-items: stretch;
  width: 100%;
  padding: 20px 5% 6%;
  flex-grow: 1;
  background-color: #ffffff;
}
.cid-uC3IK13Krw .item-text-wrap {
  width: 100%;
  margin-bottom: 5.3em;
}
@media (max-width: 1199px) {
  .cid-uC3IK13Krw .item-text-wrap {
    margin-bottom: 4em;
  }
}
@media (max-width: 767px) {
  .cid-uC3IK13Krw .item-text-wrap {
    margin-bottom: 2em;
    max-width: 340px;
    margin-right: auto;
  }
}
.cid-uC3IK13Krw .item-title {
  color: #272727;
  margin-bottom: 0.52em;
}
.cid-uC3IK13Krw .item-subtitle {
  color: #272727;
  opacity: 0.52em;
}
.cid-uC3IK13Krw .card-bottom {
  display: flex;
  flex-direction: column;
  align-items: stretch;
  margin-top: auto;
}
.cid-uC3IK13Krw .item-name-wrap {
  display: flex;
  align-items: center;
  width: 100%;
}
.cid-uC3IK13Krw .image-wrapper {
  width: 35px;
  height: 35px;
  margin-right: 10px;
  border-radius: 300px;
  overflow: hidden;
}
.cid-uC3IK13Krw .image-wrapper img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.cid-uC3IK13Krw .mbr-text {
  flex-grow: 1;
  color: #272727;
  text-align: right;
}
.cid-uC3IK13Krw .mbr-section-btn {
  display: flex;
  margin-top: 20px;
  width: auto !important;
}
.cid-uC3IK13Krw .mbr-section-btn .btn {
  width: 100%;
  min-width: auto !important;
}
.cid-uLMRAIzUxG {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-color: #0e132f;
}
.cid-uLMRAIzUxG .mbr-fallback-image.disabled {
  display: none;
}
.cid-uLMRAIzUxG .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-uLMRAIzUxG .container {
    padding: 0 16px;
  }
}
.cid-uLMRAIzUxG .card {
  display: flex;
  flex-direction: column;
  justify-content: space-between;
}
@media (max-width: 992px) {
  .cid-uLMRAIzUxG .card {
    margin-bottom: 40px;
  }
}
.cid-uLMRAIzUxG .card .content-wrapper .title-wrapper .title-wrap {
  display: inline-flex;
  align-items: center;
  margin-bottom: 16px;
}
@media (max-width: 992px) {
  .cid-uLMRAIzUxG .card .content-wrapper .title-wrapper .title-wrap {
    margin-bottom: 40px;
  }
}
.cid-uLMRAIzUxG .card .content-wrapper .title-wrapper .title-wrap img {
  width: 32px;
  height: 32px;
  object-fit: contain;
  margin-right: 1rem;
}
.cid-uLMRAIzUxG .card .content-wrapper .title-wrapper .title-wrap .mbr-section-title {
  margin-bottom: 0;
}
.cid-uLMRAIzUxG .card .content-wrapper .copyright {
  margin-bottom: 20px;
}
@media (max-width: 992px) {
  .cid-uLMRAIzUxG .card .content-wrapper .copyright {
    margin-bottom: 40px;
  }
}
.cid-uLMRAIzUxG .card .social-wrapper .social-wrap {
  display: inline-flex;
  flex-wrap: wrap;
}
.cid-uLMRAIzUxG .card .social-wrapper .social-wrap .mbr-iconfont {
  font-size: 20px;
  margin-right: 48px;
  color: #ffffff;
}
.cid-uLMRAIzUxG .list-wrapper .mbr-card-title {
  margin-bottom: 16px;
}
.cid-uLMRAIzUxG .list-wrapper .list {
  margin: 0;
  padding: 0;
  list-style-type: none;
}
.cid-uLMRAIzUxG .list-wrapper .list .item-wrap {
  margin-bottom: 16px;
}
@media (max-width: 992px) {
  .cid-uLMRAIzUxG .list-wrapper .list {
    margin-bottom: 40px;
  }
}
.cid-uLMRAIzUxG .mbr-section-title {
  color: #ffffff;
}
.cid-uLMRAIzUxG .copyright {
  color: #ffffff;
}
.cid-uLMRAIzUxG .mbr-card-title {
  color: #D4FE00;
}
.cid-uLMRAIzUxG .list {
  color: #ffffff;
}
.cid-uLMT5bnPh6 .navbar-dropdown {
  background-color: #ffffff !important;
  padding: 0;
}
.cid-uLMT5bnPh6 .navbar.navbar-expand-lg .dropdown .dropdown-menu {
  background-color: #ffffff !important;
  background: #ffffff;
}
.cid-uLMT5bnPh6 .navbar.navbar-expand-lg .dropdown .dropdown-menu .dropdown-submenu {
  margin: 0;
  left: 100%;
}
@media (max-width: 991px) {
  .cid-uLMT5bnPh6 .menu_box .navbar.opened,
  .cid-uLMT5bnPh6 .menu_box .navbar-collapse {
    background-color: #ffffff !important;
    transition: all 0s ease 0s;
  }
}
.cid-uLMT5bnPh6 .navbar-dropdown {
  position: relative !important;
}
.cid-uLMT5bnPh6 .btn {
  min-height: auto;
  box-shadow: none;
  margin-top: 0;
}
.cid-uLMT5bnPh6 .btn:hover {
  box-shadow: none;
}
@media (min-width: 992px) {
  .cid-uLMT5bnPh6 .offcanvas_image img {
    width: auto;
    object-fit: cover;
    display: inline-block;
  }
  .cid-uLMT5bnPh6 .offcanvas-header {
    position: relative;
    padding: 0;
  }
  .cid-uLMT5bnPh6 .offcanvas-header .btn-close {
    position: absolute;
    top: -70px;
    right: 0;
    width: 35px;
    height: 30px;
  }
  .cid-uLMT5bnPh6 .offcanvas-body {
    text-align: center;
    padding: 0;
  }
  .cid-uLMT5bnPh6 .offcanvas-body .mbr-text,
  .cid-uLMT5bnPh6 .offcanvas-body .mbr-section-subtitle {
    margin-top: 14px;
  }
  .cid-uLMT5bnPh6 .offcanvas-body .offcanvas_contact {
    margin: 35px 0;
  }
  .cid-uLMT5bnPh6 .offcanvas_box button.btn_offcanvas {
    outline: none;
    width: 40px;
    height: 40px;
    cursor: pointer;
    transition: all 0.2s;
    position: relative;
    align-self: center;
  }
  .cid-uLMT5bnPh6 .offcanvas_box button.btn_offcanvas .hamburger span {
    position: absolute;
    right: 0;
    width: 40px;
    height: 2px;
    border-right: 5px;
    background-color: #474747;
  }
  .cid-uLMT5bnPh6 .offcanvas_box button.btn_offcanvas .hamburger span:nth-child(1) {
    top: 18px;
    transition: all 0.2s;
  }
  .cid-uLMT5bnPh6 .offcanvas_box button.btn_offcanvas .hamburger span:nth-child(2) {
    top: 25px;
    transition: all 0.2s;
  }
  .cid-uLMT5bnPh6 .offcanvas_box button.btn_offcanvas:hover .hamburger span {
    width: 36px;
  }
  .cid-uLMT5bnPh6 .offcanvas_box button.btn_offcanvas:hover .hamburger span:nth-child(2) {
    width: 33px;
    transition-delay: 0.2s;
  }
  .cid-uLMT5bnPh6 ul.navbar-nav {
    padding-bottom: 1.5rem;
  }
  .cid-uLMT5bnPh6 .dropdown-menu .dropdown-toggle[data-toggle="dropdown-submenu"]::after,
  .cid-uLMT5bnPh6 .link.dropdown-toggle::after {
    display: inline-block;
    width: 7px;
    height: 7px;
    margin-left: .5rem;
    margin-bottom: 2px;
    content: "";
    border: 2px solid;
    border-left: none;
    border-top: none;
    transform: rotate(-45deg);
  }
  .cid-uLMT5bnPh6 .link.dropdown-toggle::after {
    padding: 0 !important;
    transform: rotate(45deg);
  }
  .cid-uLMT5bnPh6 li.nav-item {
    position: relative;
    display: inline-block;
    padding: 1px 7px !important;
    vertical-align: middle;
    line-height: 2em !important;
    font-weight: 600 !important;
    text-decoration: none;
    letter-spacing: 0 !important;
    z-index: 1;
  }
  .cid-uLMT5bnPh6 .lg_brand {
    margin: 0 1rem;
  }
}
.cid-uLMT5bnPh6 .nav-item {
  margin: 4px 15px;
}
@media (min-width: 1200px) {
  .cid-uLMT5bnPh6 .nav-item {
    margin: 4px 20px;
  }
}
@media (max-width: 991px) {
  .cid-uLMT5bnPh6 .nav-item {
    margin: 0 !important;
  }
}
.cid-uLMT5bnPh6 .dropdown-menu {
  border-radius: 0;
  box-shadow: none;
  text-align: left;
}
@media (min-width: 992px) {
  .cid-uLMT5bnPh6 .dropdown-menu {
    padding: 18px 34px 22px;
    min-width: 250px;
    top: auto !important;
    left: -40px !important;
  }
  .cid-uLMT5bnPh6 .dropdown-menu.dropdown-submenu {
    left: 215px !important;
    top: -45% !important;
  }
}
@media (max-width: 991px) {
  .cid-uLMT5bnPh6 .dropdown-menu .dropdown-toggle[data-toggle="dropdown-submenu"]::after,
  .cid-uLMT5bnPh6 .link.dropdown-toggle::after {
    display: inline-block;
    width: 7px;
    height: 7px;
    margin-left: .5rem;
    margin-bottom: 2px;
    content: "";
    border: 2px solid;
    border-left: none;
    border-top: none;
    transform: rotate(-45deg);
    right: 15px;
    position: absolute;
    margin-top: -2px;
  }
  .cid-uLMT5bnPh6 .show.dropdown-toggle[aria-expanded="true"]::after {
    transform: rotate(45deg);
    margin-top: -4px;
  }
  .cid-uLMT5bnPh6 .offcanvas_box {
    display: none;
  }
}
.cid-uLMT5bnPh6 .dropdown-item {
  border: none;
  font-weight: 400 !important;
}
.cid-uLMT5bnPh6 .nav-dropdown .link {
  font-weight: 400 !important;
  padding: 0 !important;
  margin: 0 !important;
}
.cid-uLMT5bnPh6 .nav-dropdown .link.dropdown-toggle::after {
  margin-left: 0.5rem;
  margin-top: 0;
}
.cid-uLMT5bnPh6 .container {
  display: flex;
  margin: auto;
}
.cid-uLMT5bnPh6 .iconfont-wrapper {
  color: #e0bdb6;
  font-size: 17px;
  margin-right: 10px;
  margin-bottom: 5px;
  width: 25px;
  height: 25px;
  border-radius: 50%;
  display: flex;
  justify-content: center;
  align-items: center;
  transition: all 0.2s ease-in-out;
}
.cid-uLMT5bnPh6 .iconfont-wrapper:last-child {
  margin-right: 0;
}
.cid-uLMT5bnPh6 .iconfont-wrapper:hover {
  opacity: .5;
}
.cid-uLMT5bnPh6 .navbar-caption {
  color: #747474;
}
.cid-uLMT5bnPh6 .navbar-nav {
  margin: 0 1rem;
}
@media (min-width: 992px) {
  .cid-uLMT5bnPh6 .navbar-nav {
    margin: 0;
  }
}
.cid-uLMT5bnPh6 .dropdown-menu,
.cid-uLMT5bnPh6 .navbar.opened {
  background-color: false !important;
}
.cid-uLMT5bnPh6 .nav-item:focus,
.cid-uLMT5bnPh6 .nav-link:focus {
  outline: none;
}
.cid-uLMT5bnPh6 .dropdown .dropdown-menu .dropdown-item {
  width: auto;
  transition: all 0.25s ease-in-out;
}
.cid-uLMT5bnPh6 .dropdown .dropdown-menu .dropdown-item::after {
  right: 0.5rem;
}
.cid-uLMT5bnPh6 .dropdown .dropdown-menu .dropdown-item .mbr-iconfont {
  margin-right: 0.5rem;
  vertical-align: sub;
}
.cid-uLMT5bnPh6 .dropdown .dropdown-menu .dropdown-item .mbr-iconfont:before {
  display: inline-block;
  transform: scale(1, 1);
  transition: all 0.25s ease-in-out;
}
.cid-uLMT5bnPh6 .collapsed .dropdown-menu .dropdown-item:before {
  display: none;
}
.cid-uLMT5bnPh6 .collapsed .dropdown .dropdown-menu .dropdown-item {
  padding: 0.235em 1.5em 0.235em 1.5em !important;
  transition: none;
  margin: 0 !important;
}
.cid-uLMT5bnPh6 .navbar {
  min-height: 70px;
  padding: 20px 0;
  transition: all 0.3s;
  border-bottom-width: 0px;
}
@media (max-width: 992px) {
  .cid-uLMT5bnPh6 .navbar {
    min-height: 30px;
    max-height: 90px;
  }
}
.cid-uLMT5bnPh6 .navbar.opened {
  transition: all 0.3s;
}
.cid-uLMT5bnPh6 .navbar .dropdown-item {
  padding: 0;
  margin: 8px 0;
}
.cid-uLMT5bnPh6 .navbar .navbar-logo img {
  width: auto;
  object-fit: contain;
  border-radius: 0;
}
.cid-uLMT5bnPh6 .navbar .navbar-collapse {
  justify-content: space-between;
  z-index: 1;
}
.cid-uLMT5bnPh6 .navbar.collapsed {
  justify-content: center;
}
.cid-uLMT5bnPh6 .navbar.collapsed .nav-item .nav-link::before {
  display: none;
}
.cid-uLMT5bnPh6 .navbar.collapsed.opened .dropdown-menu {
  top: 0;
}
.cid-uLMT5bnPh6 .navbar.collapsed .dropdown-menu .dropdown-submenu {
  left: 0 !important;
}
.cid-uLMT5bnPh6 .navbar.collapsed .dropdown-menu .dropdown-item:after {
  right: auto;
}
.cid-uLMT5bnPh6 .navbar.collapsed ul.navbar-nav li {
  margin: auto;
}
.cid-uLMT5bnPh6 .navbar.collapsed .dropdown-menu .dropdown-item {
  padding: 0.25rem 1.5rem;
  text-align: left;
}
.cid-uLMT5bnPh6 .navbar.collapsed .icons-menu {
  padding: 0;
}
@media (max-width: 991px) {
  .cid-uLMT5bnPh6 .navbar .nav-item {
    padding: .5rem 0;
  }
  .cid-uLMT5bnPh6 .navbar .navbar-collapse {
    padding: 34px 0;
    border-radius: 25px;
  }
  .cid-uLMT5bnPh6 .navbar .nav-item .nav-link::before {
    display: none;
  }
  .cid-uLMT5bnPh6 .navbar.opened .dropdown-menu {
    top: 0;
  }
  .cid-uLMT5bnPh6 .navbar .dropdown-menu {
    padding: 6px 0 6px 15px;
  }
  .cid-uLMT5bnPh6 .navbar .dropdown-menu .dropdown-submenu {
    left: 0 !important;
  }
  .cid-uLMT5bnPh6 .navbar .dropdown-menu .dropdown-item:after {
    right: auto;
    margin-top: -0.4rem;
  }
  .cid-uLMT5bnPh6 .navbar .navbar-logo img {
    height: 3rem !important;
  }
  .cid-uLMT5bnPh6 .navbar ul.navbar-nav {
    overflow: hidden;
  }
  .cid-uLMT5bnPh6 .navbar ul.navbar-nav li {
    margin: 0;
  }
  .cid-uLMT5bnPh6 .navbar .dropdown-menu .dropdown-item {
    padding: 0 !important;
    margin: 0;
    margin-top: 8px;
    text-align: left;
  }
  .cid-uLMT5bnPh6 .navbar .navbar-brand {
    flex-shrink: initial;
    flex-basis: auto;
    word-break: break-word;
    padding-right: 2rem;
  }
  .cid-uLMT5bnPh6 .navbar .navbar-toggler {
    flex-basis: auto;
  }
  .cid-uLMT5bnPh6 .navbar .icons-menu {
    padding: 0;
  }
}
.cid-uLMT5bnPh6 .navbar.navbar-short {
  min-height: 60px;
}
.cid-uLMT5bnPh6 .navbar.navbar-short .navbar-logo img {
  height: 2.5rem !important;
}
.cid-uLMT5bnPh6 .navbar.navbar-short .navbar-brand {
  min-height: 60px;
  padding: 0;
}
.cid-uLMT5bnPh6 .navbar-brand {
  min-height: 70px;
  flex-shrink: 0;
  align-items: center;
  margin-right: 0;
  padding: 10px 0;
  transition: all 0.3s;
  word-break: break-word;
  z-index: 1;
}
.cid-uLMT5bnPh6 .navbar-brand .navbar-caption {
  line-height: inherit !important;
}
.cid-uLMT5bnPh6 .navbar-brand .navbar-logo a {
  outline: none;
}
.cid-uLMT5bnPh6 .dropdown-item.active,
.cid-uLMT5bnPh6 .dropdown-item:active {
  background-color: transparent;
}
.cid-uLMT5bnPh6 .navbar-expand-lg .navbar-nav .nav-link {
  padding: 0;
}
.cid-uLMT5bnPh6 .nav-dropdown .link.dropdown-toggle {
  margin-right: 1.667em;
}
.cid-uLMT5bnPh6 .nav-dropdown .link.dropdown-toggle[aria-expanded="true"] {
  margin-right: 0;
  padding: 0.667em 1.667em;
}
.cid-uLMT5bnPh6 .navbar .dropdown.open > .dropdown-menu {
  display: block;
}
.cid-uLMT5bnPh6 ul.navbar-nav {
  flex-wrap: wrap;
  padding: 36px 0;
  border-bottom: 1px solid #0e132f;
}
.cid-uLMT5bnPh6 .navbar-buttons {
  text-align: center;
  min-width: 170px;
}
.cid-uLMT5bnPh6 button.navbar-toggler {
  outline: none;
  width: 48px;
  height: 48px;
  border-radius: 50%;
  cursor: pointer;
  transition: all 0.2s;
  position: relative;
  align-self: center;
  color: #ffffff;
  background: #ffffff;
}
.cid-uLMT5bnPh6 button.navbar-toggler .hamburger span {
  position: absolute;
  right: 10px;
  margin-top: 14px;
  width: 26px;
  height: 2px;
  border-right: 5px;
  background-color: #474747;
}
.cid-uLMT5bnPh6 button.navbar-toggler .hamburger span:nth-child(1) {
  top: 0;
  transition: all 0.2s;
}
.cid-uLMT5bnPh6 button.navbar-toggler .hamburger span:nth-child(2) {
  top: 8px;
  transition: all 0.15s;
}
.cid-uLMT5bnPh6 button.navbar-toggler .hamburger span:nth-child(3) {
  top: 8px;
  transition: all 0.15s;
}
.cid-uLMT5bnPh6 button.navbar-toggler .hamburger span:nth-child(4) {
  top: 16px;
  transition: all 0.2s;
}
.cid-uLMT5bnPh6 nav.opened .hamburger span:nth-child(1) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-uLMT5bnPh6 nav.opened .hamburger span:nth-child(2) {
  transform: rotate(45deg);
  transition: all 0.25s;
}
.cid-uLMT5bnPh6 nav.opened .hamburger span:nth-child(3) {
  transform: rotate(-45deg);
  transition: all 0.25s;
}
.cid-uLMT5bnPh6 nav.opened .hamburger span:nth-child(4) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-uLMT5bnPh6 a.nav-link {
  display: flex;
  align-items: center;
  justify-content: flex-start;
}
.cid-uLMT5bnPh6 .icons-menu {
  flex-wrap: nowrap;
  display: flex;
  justify-content: center;
  padding: 0;
  text-align: center;
  margin-bottom: 35px;
}
@media screen and (-ms-high-contrast: active), (-ms-high-contrast: none) {
  .cid-uLMT5bnPh6 .navbar {
    height: 70px;
  }
  .cid-uLMT5bnPh6 .navbar.opened {
    height: auto;
  }
  .cid-uLMT5bnPh6 .nav-item .nav-link:hover::before {
    width: 175%;
    max-width: calc(100% + 2rem);
    left: -1rem;
  }
}
.cid-uLMT5bnPh6 .navbar-dropdown .navbar-logo {
  margin-right: 15px;
}
@media (min-width: 768px) {
  .cid-uLMT5bnPh6 .container-fluid {
    padding-left: 30px;
    padding-right: 30px;
  }
}
.cid-uLMT5bnPh6 .mbr-section-btn-main {
  padding-top: 5px;
}
.cid-uLMT5bnPh6 .mbr-section-btn-main .btn {
  margin: 0 4px 4px 4px;
}
.cid-uLMT5bnPh6 .navbar-caption:hover {
  color: #2554ab;
}
@media (min-width: 992px) {
  .cid-uLMT5bnPh6 .dropdown-menu.dropdown-submenu {
    left: 175px !important;
    top: -45% !important;
  }
}
.cid-uLMT5bnPh6 .nav-link {
  position: relative;
}
.cid-uLMT5bnPh6 .nav-link:before {
  content: '';
  position: absolute;
  left: -12px;
  width: 6px;
  height: 6px;
  border-radius: 100%;
  background-color: #2554ab;
  transition: all .3s ease;
  opacity: 0;
}
.cid-uLMT5bnPh6 .nav-link:hover:before {
  opacity: 1;
}
.cid-uLMT5bnPh6 .mbr-section-subtitle {
  color: #ffffff;
}
.cid-uLMT5bnPh6 .mbr-text {
  color: #ffffff;
  text-align: center;
}
.cid-uLMT5bnPh6 .text_widget {
  color: #ffffff;
}
.cid-uLMT5bnPh6 .mbr-section-subtitle,
.cid-uLMT5bnPh6 .text_widget,
.cid-uLMT5bnPh6 .mbr-section-btn {
  text-align: center;
}
.cid-uLMT5bnPh6 a[class*="text-"]:not(.nav-link):not(.dropdown-item):not([role]):not(.navbar-caption):hover {
  background-image: none;
}
.cid-uC4oX8q0no {
  padding-top: 0rem;
  padding-bottom: 0rem;
  background-color: #ffffff;
}
.cid-uC4oX8q0no .item-img {
  position: relative;
  overflow: hidden;
}
.cid-uC4oX8q0no .item-img:before {
  content: '';
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
  left: 0;
  background: black;
  opacity: 0.3;
  z-index: 1;
  transition: all 0.3s;
  pointer-events: none;
}
.cid-uC4oX8q0no h5 {
  margin-bottom: 1rem;
}
.cid-uC4oX8q0no .item-content {
  position: absolute;
  top: 55%;
  right: 0;
  z-index: 2;
  width: 100%;
  transform: translateY(-50%);
  padding: 2rem 8rem;
  display: flex;
  flex-direction: column;
  height: 50%;
}
@media (max-width: 767px) {
  .cid-uC4oX8q0no .item-content {
    padding: 0 2rem 1.5rem;
    margin-top: 1rem;
  }
}
.cid-uC4oX8q0no img,
.cid-uC4oX8q0no .item-img {
  width: 100%;
  transition: all 0.3s;
  height: 100%;
  height: 400px;
  object-fit: cover;
}
.cid-uC4oX8q0no .item:focus,
.cid-uC4oX8q0no span:focus {
  outline: none;
}
.cid-uC4oX8q0no .item {
  margin-bottom: 2rem;
}
@media (max-width: 767px) {
  .cid-uC4oX8q0no .item {
    margin-bottom: 1rem;
  }
}
.cid-uC4oX8q0no .item-wrapper {
  position: relative;
  border-radius: 15px;
  height: 100%;
  display: flex;
  flex-flow: column nowrap;
}
.cid-uC4oX8q0no .mbr-section-title {
  color: #4e423d;
}
.cid-uC4oX8q0no .item-title {
  text-align: left;
  color: #ffffff;
}
.cid-uC4oX8q0no .item-subtitle {
  text-align: left;
  color: #ffffff;
}
.cid-uC4oX8q0no .mbr-text,
.cid-uC4oX8q0no .item .mbr-section-btn {
  text-align: left;
  color: #ffffff;
}
.cid-uC4oX8q0no .content-head {
  max-width: 800px;
}
.cid-uC4oX9VVQW {
  padding-top: 1rem;
  padding-bottom: 5rem;
  background-color: #fafafa;
}
.cid-uC4oX9VVQW .mbr-section-title {
  margin-bottom: 1em;
  color: #272727;
}
.cid-uC4oX9VVQW .mbr-section-subtitle {
  margin-bottom: 1.5625em;
  color: #272727;
  opacity: 0.4;
}
.cid-uC4oX9VVQW .item-row {
  display: grid;
  -webkit-box-align: stretch;
  -webkit-align-items: stretch;
  -ms-flex-align: stretch;
  align-items: stretch;
  grid-auto-columns: 1fr;
  grid-column-gap: 16px;
  grid-row-gap: 16px;
  grid-template-columns: repeat(4, 1fr);
  -ms-grid-rows: auto;
  grid-template-rows: auto;
}
@media (max-width: 1199px) {
  .cid-uC4oX9VVQW .item-row {
    grid-template-columns: repeat(2, 1fr);
  }
}
@media (max-width: 767px) {
  .cid-uC4oX9VVQW .item-row {
    grid-template-columns: repeat(1, 1fr);
  }
}
.cid-uC4oX9VVQW .item {
  padding: 0;
}
.cid-uC4oX9VVQW .item-wrapper {
  display: flex;
  flex-direction: column;
  align-items: stretch;
  height: 100%;
  width: 100%;
  border-radius: 10px;
  overflow: hidden;
  transform-style: preserve-3d;
  transition: .3s all;
  border: 2px solid transparent;
}
.cid-uC4oX9VVQW .item-wrapper:hover {
  transform: scale3d(1.01, 1.01, 1);
  border-color: #fafafa;
}
.cid-uC4oX9VVQW .item-img {
  display: flex;
  align-items: center;
  justify-content: center;
  height: 175px;
}
.cid-uC4oX9VVQW .item-img img {
  width: 100%;
  object-fit: cover;
  height: 100%;
}
.cid-uC4oX9VVQW .item-content {
  display: flex;
  flex-direction: column;
  align-items: stretch;
  width: 100%;
  padding: 20px 5% 6%;
  flex-grow: 1;
  background-color: #ffffff;
}
.cid-uC4oX9VVQW .item-text-wrap {
  width: 100%;
  margin-bottom: 5.3em;
}
@media (max-width: 1199px) {
  .cid-uC4oX9VVQW .item-text-wrap {
    margin-bottom: 4em;
  }
}
@media (max-width: 767px) {
  .cid-uC4oX9VVQW .item-text-wrap {
    margin-bottom: 2em;
    max-width: 340px;
    margin-right: auto;
  }
}
.cid-uC4oX9VVQW .item-title {
  color: #272727;
  margin-bottom: 0.52em;
}
.cid-uC4oX9VVQW .item-subtitle {
  color: #272727;
  opacity: 0.52em;
}
.cid-uC4oX9VVQW .card-bottom {
  display: flex;
  flex-direction: column;
  align-items: stretch;
  margin-top: auto;
}
.cid-uC4oX9VVQW .item-name-wrap {
  display: flex;
  align-items: center;
  width: 100%;
}
.cid-uC4oX9VVQW .image-wrapper {
  width: 35px;
  height: 35px;
  margin-right: 10px;
  border-radius: 300px;
  overflow: hidden;
}
.cid-uC4oX9VVQW .image-wrapper img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.cid-uC4oX9VVQW .mbr-text {
  flex-grow: 1;
  color: #272727;
  text-align: right;
}
.cid-uC4oX9VVQW .mbr-section-btn {
  display: flex;
  margin-top: 20px;
  width: auto !important;
}
.cid-uC4oX9VVQW .mbr-section-btn .btn {
  width: 100%;
  min-width: auto !important;
}
.cid-uLMRAIzUxG {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-color: #0e132f;
}
.cid-uLMRAIzUxG .mbr-fallback-image.disabled {
  display: none;
}
.cid-uLMRAIzUxG .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-uLMRAIzUxG .container {
    padding: 0 16px;
  }
}
.cid-uLMRAIzUxG .card {
  display: flex;
  flex-direction: column;
  justify-content: space-between;
}
@media (max-width: 992px) {
  .cid-uLMRAIzUxG .card {
    margin-bottom: 40px;
  }
}
.cid-uLMRAIzUxG .card .content-wrapper .title-wrapper .title-wrap {
  display: inline-flex;
  align-items: center;
  margin-bottom: 16px;
}
@media (max-width: 992px) {
  .cid-uLMRAIzUxG .card .content-wrapper .title-wrapper .title-wrap {
    margin-bottom: 40px;
  }
}
.cid-uLMRAIzUxG .card .content-wrapper .title-wrapper .title-wrap img {
  width: 32px;
  height: 32px;
  object-fit: contain;
  margin-right: 1rem;
}
.cid-uLMRAIzUxG .card .content-wrapper .title-wrapper .title-wrap .mbr-section-title {
  margin-bottom: 0;
}
.cid-uLMRAIzUxG .card .content-wrapper .copyright {
  margin-bottom: 20px;
}
@media (max-width: 992px) {
  .cid-uLMRAIzUxG .card .content-wrapper .copyright {
    margin-bottom: 40px;
  }
}
.cid-uLMRAIzUxG .card .social-wrapper .social-wrap {
  display: inline-flex;
  flex-wrap: wrap;
}
.cid-uLMRAIzUxG .card .social-wrapper .social-wrap .mbr-iconfont {
  font-size: 20px;
  margin-right: 48px;
  color: #ffffff;
}
.cid-uLMRAIzUxG .list-wrapper .mbr-card-title {
  margin-bottom: 16px;
}
.cid-uLMRAIzUxG .list-wrapper .list {
  margin: 0;
  padding: 0;
  list-style-type: none;
}
.cid-uLMRAIzUxG .list-wrapper .list .item-wrap {
  margin-bottom: 16px;
}
@media (max-width: 992px) {
  .cid-uLMRAIzUxG .list-wrapper .list {
    margin-bottom: 40px;
  }
}
.cid-uLMRAIzUxG .mbr-section-title {
  color: #ffffff;
}
.cid-uLMRAIzUxG .copyright {
  color: #ffffff;
}
.cid-uLMRAIzUxG .mbr-card-title {
  color: #D4FE00;
}
.cid-uLMRAIzUxG .list {
  color: #ffffff;
}
.cid-uLMT5bnPh6 .navbar-dropdown {
  background-color: #ffffff !important;
  padding: 0;
}
.cid-uLMT5bnPh6 .navbar.navbar-expand-lg .dropdown .dropdown-menu {
  background-color: #ffffff !important;
  background: #ffffff;
}
.cid-uLMT5bnPh6 .navbar.navbar-expand-lg .dropdown .dropdown-menu .dropdown-submenu {
  margin: 0;
  left: 100%;
}
@media (max-width: 991px) {
  .cid-uLMT5bnPh6 .menu_box .navbar.opened,
  .cid-uLMT5bnPh6 .menu_box .navbar-collapse {
    background-color: #ffffff !important;
    transition: all 0s ease 0s;
  }
}
.cid-uLMT5bnPh6 .navbar-dropdown {
  position: relative !important;
}
.cid-uLMT5bnPh6 .btn {
  min-height: auto;
  box-shadow: none;
  margin-top: 0;
}
.cid-uLMT5bnPh6 .btn:hover {
  box-shadow: none;
}
@media (min-width: 992px) {
  .cid-uLMT5bnPh6 .offcanvas_image img {
    width: auto;
    object-fit: cover;
    display: inline-block;
  }
  .cid-uLMT5bnPh6 .offcanvas-header {
    position: relative;
    padding: 0;
  }
  .cid-uLMT5bnPh6 .offcanvas-header .btn-close {
    position: absolute;
    top: -70px;
    right: 0;
    width: 35px;
    height: 30px;
  }
  .cid-uLMT5bnPh6 .offcanvas-body {
    text-align: center;
    padding: 0;
  }
  .cid-uLMT5bnPh6 .offcanvas-body .mbr-text,
  .cid-uLMT5bnPh6 .offcanvas-body .mbr-section-subtitle {
    margin-top: 14px;
  }
  .cid-uLMT5bnPh6 .offcanvas-body .offcanvas_contact {
    margin: 35px 0;
  }
  .cid-uLMT5bnPh6 .offcanvas_box button.btn_offcanvas {
    outline: none;
    width: 40px;
    height: 40px;
    cursor: pointer;
    transition: all 0.2s;
    position: relative;
    align-self: center;
  }
  .cid-uLMT5bnPh6 .offcanvas_box button.btn_offcanvas .hamburger span {
    position: absolute;
    right: 0;
    width: 40px;
    height: 2px;
    border-right: 5px;
    background-color: #474747;
  }
  .cid-uLMT5bnPh6 .offcanvas_box button.btn_offcanvas .hamburger span:nth-child(1) {
    top: 18px;
    transition: all 0.2s;
  }
  .cid-uLMT5bnPh6 .offcanvas_box button.btn_offcanvas .hamburger span:nth-child(2) {
    top: 25px;
    transition: all 0.2s;
  }
  .cid-uLMT5bnPh6 .offcanvas_box button.btn_offcanvas:hover .hamburger span {
    width: 36px;
  }
  .cid-uLMT5bnPh6 .offcanvas_box button.btn_offcanvas:hover .hamburger span:nth-child(2) {
    width: 33px;
    transition-delay: 0.2s;
  }
  .cid-uLMT5bnPh6 ul.navbar-nav {
    padding-bottom: 1.5rem;
  }
  .cid-uLMT5bnPh6 .dropdown-menu .dropdown-toggle[data-toggle="dropdown-submenu"]::after,
  .cid-uLMT5bnPh6 .link.dropdown-toggle::after {
    display: inline-block;
    width: 7px;
    height: 7px;
    margin-left: .5rem;
    margin-bottom: 2px;
    content: "";
    border: 2px solid;
    border-left: none;
    border-top: none;
    transform: rotate(-45deg);
  }
  .cid-uLMT5bnPh6 .link.dropdown-toggle::after {
    padding: 0 !important;
    transform: rotate(45deg);
  }
  .cid-uLMT5bnPh6 li.nav-item {
    position: relative;
    display: inline-block;
    padding: 1px 7px !important;
    vertical-align: middle;
    line-height: 2em !important;
    font-weight: 600 !important;
    text-decoration: none;
    letter-spacing: 0 !important;
    z-index: 1;
  }
  .cid-uLMT5bnPh6 .lg_brand {
    margin: 0 1rem;
  }
}
.cid-uLMT5bnPh6 .nav-item {
  margin: 4px 15px;
}
@media (min-width: 1200px) {
  .cid-uLMT5bnPh6 .nav-item {
    margin: 4px 20px;
  }
}
@media (max-width: 991px) {
  .cid-uLMT5bnPh6 .nav-item {
    margin: 0 !important;
  }
}
.cid-uLMT5bnPh6 .dropdown-menu {
  border-radius: 0;
  box-shadow: none;
  text-align: left;
}
@media (min-width: 992px) {
  .cid-uLMT5bnPh6 .dropdown-menu {
    padding: 18px 34px 22px;
    min-width: 250px;
    top: auto !important;
    left: -40px !important;
  }
  .cid-uLMT5bnPh6 .dropdown-menu.dropdown-submenu {
    left: 215px !important;
    top: -45% !important;
  }
}
@media (max-width: 991px) {
  .cid-uLMT5bnPh6 .dropdown-menu .dropdown-toggle[data-toggle="dropdown-submenu"]::after,
  .cid-uLMT5bnPh6 .link.dropdown-toggle::after {
    display: inline-block;
    width: 7px;
    height: 7px;
    margin-left: .5rem;
    margin-bottom: 2px;
    content: "";
    border: 2px solid;
    border-left: none;
    border-top: none;
    transform: rotate(-45deg);
    right: 15px;
    position: absolute;
    margin-top: -2px;
  }
  .cid-uLMT5bnPh6 .show.dropdown-toggle[aria-expanded="true"]::after {
    transform: rotate(45deg);
    margin-top: -4px;
  }
  .cid-uLMT5bnPh6 .offcanvas_box {
    display: none;
  }
}
.cid-uLMT5bnPh6 .dropdown-item {
  border: none;
  font-weight: 400 !important;
}
.cid-uLMT5bnPh6 .nav-dropdown .link {
  font-weight: 400 !important;
  padding: 0 !important;
  margin: 0 !important;
}
.cid-uLMT5bnPh6 .nav-dropdown .link.dropdown-toggle::after {
  margin-left: 0.5rem;
  margin-top: 0;
}
.cid-uLMT5bnPh6 .container {
  display: flex;
  margin: auto;
}
.cid-uLMT5bnPh6 .iconfont-wrapper {
  color: #e0bdb6;
  font-size: 17px;
  margin-right: 10px;
  margin-bottom: 5px;
  width: 25px;
  height: 25px;
  border-radius: 50%;
  display: flex;
  justify-content: center;
  align-items: center;
  transition: all 0.2s ease-in-out;
}
.cid-uLMT5bnPh6 .iconfont-wrapper:last-child {
  margin-right: 0;
}
.cid-uLMT5bnPh6 .iconfont-wrapper:hover {
  opacity: .5;
}
.cid-uLMT5bnPh6 .navbar-caption {
  color: #747474;
}
.cid-uLMT5bnPh6 .navbar-nav {
  margin: 0 1rem;
}
@media (min-width: 992px) {
  .cid-uLMT5bnPh6 .navbar-nav {
    margin: 0;
  }
}
.cid-uLMT5bnPh6 .dropdown-menu,
.cid-uLMT5bnPh6 .navbar.opened {
  background-color: false !important;
}
.cid-uLMT5bnPh6 .nav-item:focus,
.cid-uLMT5bnPh6 .nav-link:focus {
  outline: none;
}
.cid-uLMT5bnPh6 .dropdown .dropdown-menu .dropdown-item {
  width: auto;
  transition: all 0.25s ease-in-out;
}
.cid-uLMT5bnPh6 .dropdown .dropdown-menu .dropdown-item::after {
  right: 0.5rem;
}
.cid-uLMT5bnPh6 .dropdown .dropdown-menu .dropdown-item .mbr-iconfont {
  margin-right: 0.5rem;
  vertical-align: sub;
}
.cid-uLMT5bnPh6 .dropdown .dropdown-menu .dropdown-item .mbr-iconfont:before {
  display: inline-block;
  transform: scale(1, 1);
  transition: all 0.25s ease-in-out;
}
.cid-uLMT5bnPh6 .collapsed .dropdown-menu .dropdown-item:before {
  display: none;
}
.cid-uLMT5bnPh6 .collapsed .dropdown .dropdown-menu .dropdown-item {
  padding: 0.235em 1.5em 0.235em 1.5em !important;
  transition: none;
  margin: 0 !important;
}
.cid-uLMT5bnPh6 .navbar {
  min-height: 70px;
  padding: 20px 0;
  transition: all 0.3s;
  border-bottom-width: 0px;
}
@media (max-width: 992px) {
  .cid-uLMT5bnPh6 .navbar {
    min-height: 30px;
    max-height: 90px;
  }
}
.cid-uLMT5bnPh6 .navbar.opened {
  transition: all 0.3s;
}
.cid-uLMT5bnPh6 .navbar .dropdown-item {
  padding: 0;
  margin: 8px 0;
}
.cid-uLMT5bnPh6 .navbar .navbar-logo img {
  width: auto;
  object-fit: contain;
  border-radius: 0;
}
.cid-uLMT5bnPh6 .navbar .navbar-collapse {
  justify-content: space-between;
  z-index: 1;
}
.cid-uLMT5bnPh6 .navbar.collapsed {
  justify-content: center;
}
.cid-uLMT5bnPh6 .navbar.collapsed .nav-item .nav-link::before {
  display: none;
}
.cid-uLMT5bnPh6 .navbar.collapsed.opened .dropdown-menu {
  top: 0;
}
.cid-uLMT5bnPh6 .navbar.collapsed .dropdown-menu .dropdown-submenu {
  left: 0 !important;
}
.cid-uLMT5bnPh6 .navbar.collapsed .dropdown-menu .dropdown-item:after {
  right: auto;
}
.cid-uLMT5bnPh6 .navbar.collapsed ul.navbar-nav li {
  margin: auto;
}
.cid-uLMT5bnPh6 .navbar.collapsed .dropdown-menu .dropdown-item {
  padding: 0.25rem 1.5rem;
  text-align: left;
}
.cid-uLMT5bnPh6 .navbar.collapsed .icons-menu {
  padding: 0;
}
@media (max-width: 991px) {
  .cid-uLMT5bnPh6 .navbar .nav-item {
    padding: .5rem 0;
  }
  .cid-uLMT5bnPh6 .navbar .navbar-collapse {
    padding: 34px 0;
    border-radius: 25px;
  }
  .cid-uLMT5bnPh6 .navbar .nav-item .nav-link::before {
    display: none;
  }
  .cid-uLMT5bnPh6 .navbar.opened .dropdown-menu {
    top: 0;
  }
  .cid-uLMT5bnPh6 .navbar .dropdown-menu {
    padding: 6px 0 6px 15px;
  }
  .cid-uLMT5bnPh6 .navbar .dropdown-menu .dropdown-submenu {
    left: 0 !important;
  }
  .cid-uLMT5bnPh6 .navbar .dropdown-menu .dropdown-item:after {
    right: auto;
    margin-top: -0.4rem;
  }
  .cid-uLMT5bnPh6 .navbar .navbar-logo img {
    height: 3rem !important;
  }
  .cid-uLMT5bnPh6 .navbar ul.navbar-nav {
    overflow: hidden;
  }
  .cid-uLMT5bnPh6 .navbar ul.navbar-nav li {
    margin: 0;
  }
  .cid-uLMT5bnPh6 .navbar .dropdown-menu .dropdown-item {
    padding: 0 !important;
    margin: 0;
    margin-top: 8px;
    text-align: left;
  }
  .cid-uLMT5bnPh6 .navbar .navbar-brand {
    flex-shrink: initial;
    flex-basis: auto;
    word-break: break-word;
    padding-right: 2rem;
  }
  .cid-uLMT5bnPh6 .navbar .navbar-toggler {
    flex-basis: auto;
  }
  .cid-uLMT5bnPh6 .navbar .icons-menu {
    padding: 0;
  }
}
.cid-uLMT5bnPh6 .navbar.navbar-short {
  min-height: 60px;
}
.cid-uLMT5bnPh6 .navbar.navbar-short .navbar-logo img {
  height: 2.5rem !important;
}
.cid-uLMT5bnPh6 .navbar.navbar-short .navbar-brand {
  min-height: 60px;
  padding: 0;
}
.cid-uLMT5bnPh6 .navbar-brand {
  min-height: 70px;
  flex-shrink: 0;
  align-items: center;
  margin-right: 0;
  padding: 10px 0;
  transition: all 0.3s;
  word-break: break-word;
  z-index: 1;
}
.cid-uLMT5bnPh6 .navbar-brand .navbar-caption {
  line-height: inherit !important;
}
.cid-uLMT5bnPh6 .navbar-brand .navbar-logo a {
  outline: none;
}
.cid-uLMT5bnPh6 .dropdown-item.active,
.cid-uLMT5bnPh6 .dropdown-item:active {
  background-color: transparent;
}
.cid-uLMT5bnPh6 .navbar-expand-lg .navbar-nav .nav-link {
  padding: 0;
}
.cid-uLMT5bnPh6 .nav-dropdown .link.dropdown-toggle {
  margin-right: 1.667em;
}
.cid-uLMT5bnPh6 .nav-dropdown .link.dropdown-toggle[aria-expanded="true"] {
  margin-right: 0;
  padding: 0.667em 1.667em;
}
.cid-uLMT5bnPh6 .navbar .dropdown.open > .dropdown-menu {
  display: block;
}
.cid-uLMT5bnPh6 ul.navbar-nav {
  flex-wrap: wrap;
  padding: 36px 0;
  border-bottom: 1px solid #0e132f;
}
.cid-uLMT5bnPh6 .navbar-buttons {
  text-align: center;
  min-width: 170px;
}
.cid-uLMT5bnPh6 button.navbar-toggler {
  outline: none;
  width: 48px;
  height: 48px;
  border-radius: 50%;
  cursor: pointer;
  transition: all 0.2s;
  position: relative;
  align-self: center;
  color: #ffffff;
  background: #ffffff;
}
.cid-uLMT5bnPh6 button.navbar-toggler .hamburger span {
  position: absolute;
  right: 10px;
  margin-top: 14px;
  width: 26px;
  height: 2px;
  border-right: 5px;
  background-color: #474747;
}
.cid-uLMT5bnPh6 button.navbar-toggler .hamburger span:nth-child(1) {
  top: 0;
  transition: all 0.2s;
}
.cid-uLMT5bnPh6 button.navbar-toggler .hamburger span:nth-child(2) {
  top: 8px;
  transition: all 0.15s;
}
.cid-uLMT5bnPh6 button.navbar-toggler .hamburger span:nth-child(3) {
  top: 8px;
  transition: all 0.15s;
}
.cid-uLMT5bnPh6 button.navbar-toggler .hamburger span:nth-child(4) {
  top: 16px;
  transition: all 0.2s;
}
.cid-uLMT5bnPh6 nav.opened .hamburger span:nth-child(1) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-uLMT5bnPh6 nav.opened .hamburger span:nth-child(2) {
  transform: rotate(45deg);
  transition: all 0.25s;
}
.cid-uLMT5bnPh6 nav.opened .hamburger span:nth-child(3) {
  transform: rotate(-45deg);
  transition: all 0.25s;
}
.cid-uLMT5bnPh6 nav.opened .hamburger span:nth-child(4) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-uLMT5bnPh6 a.nav-link {
  display: flex;
  align-items: center;
  justify-content: flex-start;
}
.cid-uLMT5bnPh6 .icons-menu {
  flex-wrap: nowrap;
  display: flex;
  justify-content: center;
  padding: 0;
  text-align: center;
  margin-bottom: 35px;
}
@media screen and (-ms-high-contrast: active), (-ms-high-contrast: none) {
  .cid-uLMT5bnPh6 .navbar {
    height: 70px;
  }
  .cid-uLMT5bnPh6 .navbar.opened {
    height: auto;
  }
  .cid-uLMT5bnPh6 .nav-item .nav-link:hover::before {
    width: 175%;
    max-width: calc(100% + 2rem);
    left: -1rem;
  }
}
.cid-uLMT5bnPh6 .navbar-dropdown .navbar-logo {
  margin-right: 15px;
}
@media (min-width: 768px) {
  .cid-uLMT5bnPh6 .container-fluid {
    padding-left: 30px;
    padding-right: 30px;
  }
}
.cid-uLMT5bnPh6 .mbr-section-btn-main {
  padding-top: 5px;
}
.cid-uLMT5bnPh6 .mbr-section-btn-main .btn {
  margin: 0 4px 4px 4px;
}
.cid-uLMT5bnPh6 .navbar-caption:hover {
  color: #2554ab;
}
@media (min-width: 992px) {
  .cid-uLMT5bnPh6 .dropdown-menu.dropdown-submenu {
    left: 175px !important;
    top: -45% !important;
  }
}
.cid-uLMT5bnPh6 .nav-link {
  position: relative;
}
.cid-uLMT5bnPh6 .nav-link:before {
  content: '';
  position: absolute;
  left: -12px;
  width: 6px;
  height: 6px;
  border-radius: 100%;
  background-color: #2554ab;
  transition: all .3s ease;
  opacity: 0;
}
.cid-uLMT5bnPh6 .nav-link:hover:before {
  opacity: 1;
}
.cid-uLMT5bnPh6 .mbr-section-subtitle {
  color: #ffffff;
}
.cid-uLMT5bnPh6 .mbr-text {
  color: #ffffff;
  text-align: center;
}
.cid-uLMT5bnPh6 .text_widget {
  color: #ffffff;
}
.cid-uLMT5bnPh6 .mbr-section-subtitle,
.cid-uLMT5bnPh6 .text_widget,
.cid-uLMT5bnPh6 .mbr-section-btn {
  text-align: center;
}
.cid-uLMT5bnPh6 a[class*="text-"]:not(.nav-link):not(.dropdown-item):not([role]):not(.navbar-caption):hover {
  background-image: none;
}
.cid-uC4oXsYPax {
  padding-top: 0rem;
  padding-bottom: 0rem;
  background-color: #ffffff;
}
.cid-uC4oXsYPax .item-img {
  position: relative;
  overflow: hidden;
}
.cid-uC4oXsYPax .item-img:before {
  content: '';
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
  left: 0;
  background: black;
  opacity: 0.3;
  z-index: 1;
  transition: all 0.3s;
  pointer-events: none;
}
.cid-uC4oXsYPax h5 {
  margin-bottom: 1rem;
}
.cid-uC4oXsYPax .item-content {
  position: absolute;
  top: 55%;
  right: 0;
  z-index: 2;
  width: 100%;
  transform: translateY(-50%);
  padding: 2rem 8rem;
  display: flex;
  flex-direction: column;
  height: 50%;
}
@media (max-width: 767px) {
  .cid-uC4oXsYPax .item-content {
    padding: 0 2rem 1.5rem;
    margin-top: 1rem;
  }
}
.cid-uC4oXsYPax img,
.cid-uC4oXsYPax .item-img {
  width: 100%;
  transition: all 0.3s;
  height: 100%;
  height: 400px;
  object-fit: cover;
}
.cid-uC4oXsYPax .item:focus,
.cid-uC4oXsYPax span:focus {
  outline: none;
}
.cid-uC4oXsYPax .item {
  margin-bottom: 2rem;
}
@media (max-width: 767px) {
  .cid-uC4oXsYPax .item {
    margin-bottom: 1rem;
  }
}
.cid-uC4oXsYPax .item-wrapper {
  position: relative;
  border-radius: 15px;
  height: 100%;
  display: flex;
  flex-flow: column nowrap;
}
.cid-uC4oXsYPax .mbr-section-title {
  color: #4e423d;
}
.cid-uC4oXsYPax .item-title {
  text-align: left;
  color: #ffffff;
}
.cid-uC4oXsYPax .item-subtitle {
  text-align: left;
  color: #ffffff;
}
.cid-uC4oXsYPax .mbr-text,
.cid-uC4oXsYPax .item .mbr-section-btn {
  text-align: left;
  color: #ffffff;
}
.cid-uC4oXsYPax .content-head {
  max-width: 800px;
}
.cid-uC4oXusMdE {
  padding-top: 1rem;
  padding-bottom: 5rem;
  background-color: #fafafa;
}
.cid-uC4oXusMdE .mbr-section-title {
  margin-bottom: 1em;
  color: #272727;
}
.cid-uC4oXusMdE .mbr-section-subtitle {
  margin-bottom: 1.5625em;
  color: #272727;
  opacity: 0.4;
}
.cid-uC4oXusMdE .item-row {
  display: grid;
  -webkit-box-align: stretch;
  -webkit-align-items: stretch;
  -ms-flex-align: stretch;
  align-items: stretch;
  grid-auto-columns: 1fr;
  grid-column-gap: 16px;
  grid-row-gap: 16px;
  grid-template-columns: repeat(4, 1fr);
  -ms-grid-rows: auto;
  grid-template-rows: auto;
}
@media (max-width: 1199px) {
  .cid-uC4oXusMdE .item-row {
    grid-template-columns: repeat(2, 1fr);
  }
}
@media (max-width: 767px) {
  .cid-uC4oXusMdE .item-row {
    grid-template-columns: repeat(1, 1fr);
  }
}
.cid-uC4oXusMdE .item {
  padding: 0;
}
.cid-uC4oXusMdE .item-wrapper {
  display: flex;
  flex-direction: column;
  align-items: stretch;
  height: 100%;
  width: 100%;
  border-radius: 10px;
  overflow: hidden;
  transform-style: preserve-3d;
  transition: .3s all;
  border: 2px solid transparent;
}
.cid-uC4oXusMdE .item-wrapper:hover {
  transform: scale3d(1.01, 1.01, 1);
  border-color: #fafafa;
}
.cid-uC4oXusMdE .item-img {
  display: flex;
  align-items: center;
  justify-content: center;
  height: 175px;
}
.cid-uC4oXusMdE .item-img img {
  width: 100%;
  object-fit: cover;
  height: 100%;
}
.cid-uC4oXusMdE .item-content {
  display: flex;
  flex-direction: column;
  align-items: stretch;
  width: 100%;
  padding: 20px 5% 6%;
  flex-grow: 1;
  background-color: #ffffff;
}
.cid-uC4oXusMdE .item-text-wrap {
  width: 100%;
  margin-bottom: 5.3em;
}
@media (max-width: 1199px) {
  .cid-uC4oXusMdE .item-text-wrap {
    margin-bottom: 4em;
  }
}
@media (max-width: 767px) {
  .cid-uC4oXusMdE .item-text-wrap {
    margin-bottom: 2em;
    max-width: 340px;
    margin-right: auto;
  }
}
.cid-uC4oXusMdE .item-title {
  color: #272727;
  margin-bottom: 0.52em;
}
.cid-uC4oXusMdE .item-subtitle {
  color: #272727;
  opacity: 0.52em;
}
.cid-uC4oXusMdE .card-bottom {
  display: flex;
  flex-direction: column;
  align-items: stretch;
  margin-top: auto;
}
.cid-uC4oXusMdE .item-name-wrap {
  display: flex;
  align-items: center;
  width: 100%;
}
.cid-uC4oXusMdE .image-wrapper {
  width: 35px;
  height: 35px;
  margin-right: 10px;
  border-radius: 300px;
  overflow: hidden;
}
.cid-uC4oXusMdE .image-wrapper img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.cid-uC4oXusMdE .mbr-text {
  flex-grow: 1;
  color: #272727;
  text-align: right;
}
.cid-uC4oXusMdE .mbr-section-btn {
  display: flex;
  margin-top: 20px;
  width: auto !important;
}
.cid-uC4oXusMdE .mbr-section-btn .btn {
  width: 100%;
  min-width: auto !important;
}
.cid-uLMRAIzUxG {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-color: #0e132f;
}
.cid-uLMRAIzUxG .mbr-fallback-image.disabled {
  display: none;
}
.cid-uLMRAIzUxG .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-uLMRAIzUxG .container {
    padding: 0 16px;
  }
}
.cid-uLMRAIzUxG .card {
  display: flex;
  flex-direction: column;
  justify-content: space-between;
}
@media (max-width: 992px) {
  .cid-uLMRAIzUxG .card {
    margin-bottom: 40px;
  }
}
.cid-uLMRAIzUxG .card .content-wrapper .title-wrapper .title-wrap {
  display: inline-flex;
  align-items: center;
  margin-bottom: 16px;
}
@media (max-width: 992px) {
  .cid-uLMRAIzUxG .card .content-wrapper .title-wrapper .title-wrap {
    margin-bottom: 40px;
  }
}
.cid-uLMRAIzUxG .card .content-wrapper .title-wrapper .title-wrap img {
  width: 32px;
  height: 32px;
  object-fit: contain;
  margin-right: 1rem;
}
.cid-uLMRAIzUxG .card .content-wrapper .title-wrapper .title-wrap .mbr-section-title {
  margin-bottom: 0;
}
.cid-uLMRAIzUxG .card .content-wrapper .copyright {
  margin-bottom: 20px;
}
@media (max-width: 992px) {
  .cid-uLMRAIzUxG .card .content-wrapper .copyright {
    margin-bottom: 40px;
  }
}
.cid-uLMRAIzUxG .card .social-wrapper .social-wrap {
  display: inline-flex;
  flex-wrap: wrap;
}
.cid-uLMRAIzUxG .card .social-wrapper .social-wrap .mbr-iconfont {
  font-size: 20px;
  margin-right: 48px;
  color: #ffffff;
}
.cid-uLMRAIzUxG .list-wrapper .mbr-card-title {
  margin-bottom: 16px;
}
.cid-uLMRAIzUxG .list-wrapper .list {
  margin: 0;
  padding: 0;
  list-style-type: none;
}
.cid-uLMRAIzUxG .list-wrapper .list .item-wrap {
  margin-bottom: 16px;
}
@media (max-width: 992px) {
  .cid-uLMRAIzUxG .list-wrapper .list {
    margin-bottom: 40px;
  }
}
.cid-uLMRAIzUxG .mbr-section-title {
  color: #ffffff;
}
.cid-uLMRAIzUxG .copyright {
  color: #ffffff;
}
.cid-uLMRAIzUxG .mbr-card-title {
  color: #D4FE00;
}
.cid-uLMRAIzUxG .list {
  color: #ffffff;
}
.cid-uLMT5bnPh6 .navbar-dropdown {
  background-color: #ffffff !important;
  padding: 0;
}
.cid-uLMT5bnPh6 .navbar.navbar-expand-lg .dropdown .dropdown-menu {
  background-color: #ffffff !important;
  background: #ffffff;
}
.cid-uLMT5bnPh6 .navbar.navbar-expand-lg .dropdown .dropdown-menu .dropdown-submenu {
  margin: 0;
  left: 100%;
}
@media (max-width: 991px) {
  .cid-uLMT5bnPh6 .menu_box .navbar.opened,
  .cid-uLMT5bnPh6 .menu_box .navbar-collapse {
    background-color: #ffffff !important;
    transition: all 0s ease 0s;
  }
}
.cid-uLMT5bnPh6 .navbar-dropdown {
  position: relative !important;
}
.cid-uLMT5bnPh6 .btn {
  min-height: auto;
  box-shadow: none;
  margin-top: 0;
}
.cid-uLMT5bnPh6 .btn:hover {
  box-shadow: none;
}
@media (min-width: 992px) {
  .cid-uLMT5bnPh6 .offcanvas_image img {
    width: auto;
    object-fit: cover;
    display: inline-block;
  }
  .cid-uLMT5bnPh6 .offcanvas-header {
    position: relative;
    padding: 0;
  }
  .cid-uLMT5bnPh6 .offcanvas-header .btn-close {
    position: absolute;
    top: -70px;
    right: 0;
    width: 35px;
    height: 30px;
  }
  .cid-uLMT5bnPh6 .offcanvas-body {
    text-align: center;
    padding: 0;
  }
  .cid-uLMT5bnPh6 .offcanvas-body .mbr-text,
  .cid-uLMT5bnPh6 .offcanvas-body .mbr-section-subtitle {
    margin-top: 14px;
  }
  .cid-uLMT5bnPh6 .offcanvas-body .offcanvas_contact {
    margin: 35px 0;
  }
  .cid-uLMT5bnPh6 .offcanvas_box button.btn_offcanvas {
    outline: none;
    width: 40px;
    height: 40px;
    cursor: pointer;
    transition: all 0.2s;
    position: relative;
    align-self: center;
  }
  .cid-uLMT5bnPh6 .offcanvas_box button.btn_offcanvas .hamburger span {
    position: absolute;
    right: 0;
    width: 40px;
    height: 2px;
    border-right: 5px;
    background-color: #474747;
  }
  .cid-uLMT5bnPh6 .offcanvas_box button.btn_offcanvas .hamburger span:nth-child(1) {
    top: 18px;
    transition: all 0.2s;
  }
  .cid-uLMT5bnPh6 .offcanvas_box button.btn_offcanvas .hamburger span:nth-child(2) {
    top: 25px;
    transition: all 0.2s;
  }
  .cid-uLMT5bnPh6 .offcanvas_box button.btn_offcanvas:hover .hamburger span {
    width: 36px;
  }
  .cid-uLMT5bnPh6 .offcanvas_box button.btn_offcanvas:hover .hamburger span:nth-child(2) {
    width: 33px;
    transition-delay: 0.2s;
  }
  .cid-uLMT5bnPh6 ul.navbar-nav {
    padding-bottom: 1.5rem;
  }
  .cid-uLMT5bnPh6 .dropdown-menu .dropdown-toggle[data-toggle="dropdown-submenu"]::after,
  .cid-uLMT5bnPh6 .link.dropdown-toggle::after {
    display: inline-block;
    width: 7px;
    height: 7px;
    margin-left: .5rem;
    margin-bottom: 2px;
    content: "";
    border: 2px solid;
    border-left: none;
    border-top: none;
    transform: rotate(-45deg);
  }
  .cid-uLMT5bnPh6 .link.dropdown-toggle::after {
    padding: 0 !important;
    transform: rotate(45deg);
  }
  .cid-uLMT5bnPh6 li.nav-item {
    position: relative;
    display: inline-block;
    padding: 1px 7px !important;
    vertical-align: middle;
    line-height: 2em !important;
    font-weight: 600 !important;
    text-decoration: none;
    letter-spacing: 0 !important;
    z-index: 1;
  }
  .cid-uLMT5bnPh6 .lg_brand {
    margin: 0 1rem;
  }
}
.cid-uLMT5bnPh6 .nav-item {
  margin: 4px 15px;
}
@media (min-width: 1200px) {
  .cid-uLMT5bnPh6 .nav-item {
    margin: 4px 20px;
  }
}
@media (max-width: 991px) {
  .cid-uLMT5bnPh6 .nav-item {
    margin: 0 !important;
  }
}
.cid-uLMT5bnPh6 .dropdown-menu {
  border-radius: 0;
  box-shadow: none;
  text-align: left;
}
@media (min-width: 992px) {
  .cid-uLMT5bnPh6 .dropdown-menu {
    padding: 18px 34px 22px;
    min-width: 250px;
    top: auto !important;
    left: -40px !important;
  }
  .cid-uLMT5bnPh6 .dropdown-menu.dropdown-submenu {
    left: 215px !important;
    top: -45% !important;
  }
}
@media (max-width: 991px) {
  .cid-uLMT5bnPh6 .dropdown-menu .dropdown-toggle[data-toggle="dropdown-submenu"]::after,
  .cid-uLMT5bnPh6 .link.dropdown-toggle::after {
    display: inline-block;
    width: 7px;
    height: 7px;
    margin-left: .5rem;
    margin-bottom: 2px;
    content: "";
    border: 2px solid;
    border-left: none;
    border-top: none;
    transform: rotate(-45deg);
    right: 15px;
    position: absolute;
    margin-top: -2px;
  }
  .cid-uLMT5bnPh6 .show.dropdown-toggle[aria-expanded="true"]::after {
    transform: rotate(45deg);
    margin-top: -4px;
  }
  .cid-uLMT5bnPh6 .offcanvas_box {
    display: none;
  }
}
.cid-uLMT5bnPh6 .dropdown-item {
  border: none;
  font-weight: 400 !important;
}
.cid-uLMT5bnPh6 .nav-dropdown .link {
  font-weight: 400 !important;
  padding: 0 !important;
  margin: 0 !important;
}
.cid-uLMT5bnPh6 .nav-dropdown .link.dropdown-toggle::after {
  margin-left: 0.5rem;
  margin-top: 0;
}
.cid-uLMT5bnPh6 .container {
  display: flex;
  margin: auto;
}
.cid-uLMT5bnPh6 .iconfont-wrapper {
  color: #e0bdb6;
  font-size: 17px;
  margin-right: 10px;
  margin-bottom: 5px;
  width: 25px;
  height: 25px;
  border-radius: 50%;
  display: flex;
  justify-content: center;
  align-items: center;
  transition: all 0.2s ease-in-out;
}
.cid-uLMT5bnPh6 .iconfont-wrapper:last-child {
  margin-right: 0;
}
.cid-uLMT5bnPh6 .iconfont-wrapper:hover {
  opacity: .5;
}
.cid-uLMT5bnPh6 .navbar-caption {
  color: #747474;
}
.cid-uLMT5bnPh6 .navbar-nav {
  margin: 0 1rem;
}
@media (min-width: 992px) {
  .cid-uLMT5bnPh6 .navbar-nav {
    margin: 0;
  }
}
.cid-uLMT5bnPh6 .dropdown-menu,
.cid-uLMT5bnPh6 .navbar.opened {
  background-color: false !important;
}
.cid-uLMT5bnPh6 .nav-item:focus,
.cid-uLMT5bnPh6 .nav-link:focus {
  outline: none;
}
.cid-uLMT5bnPh6 .dropdown .dropdown-menu .dropdown-item {
  width: auto;
  transition: all 0.25s ease-in-out;
}
.cid-uLMT5bnPh6 .dropdown .dropdown-menu .dropdown-item::after {
  right: 0.5rem;
}
.cid-uLMT5bnPh6 .dropdown .dropdown-menu .dropdown-item .mbr-iconfont {
  margin-right: 0.5rem;
  vertical-align: sub;
}
.cid-uLMT5bnPh6 .dropdown .dropdown-menu .dropdown-item .mbr-iconfont:before {
  display: inline-block;
  transform: scale(1, 1);
  transition: all 0.25s ease-in-out;
}
.cid-uLMT5bnPh6 .collapsed .dropdown-menu .dropdown-item:before {
  display: none;
}
.cid-uLMT5bnPh6 .collapsed .dropdown .dropdown-menu .dropdown-item {
  padding: 0.235em 1.5em 0.235em 1.5em !important;
  transition: none;
  margin: 0 !important;
}
.cid-uLMT5bnPh6 .navbar {
  min-height: 70px;
  padding: 20px 0;
  transition: all 0.3s;
  border-bottom-width: 0px;
}
@media (max-width: 992px) {
  .cid-uLMT5bnPh6 .navbar {
    min-height: 30px;
    max-height: 90px;
  }
}
.cid-uLMT5bnPh6 .navbar.opened {
  transition: all 0.3s;
}
.cid-uLMT5bnPh6 .navbar .dropdown-item {
  padding: 0;
  margin: 8px 0;
}
.cid-uLMT5bnPh6 .navbar .navbar-logo img {
  width: auto;
  object-fit: contain;
  border-radius: 0;
}
.cid-uLMT5bnPh6 .navbar .navbar-collapse {
  justify-content: space-between;
  z-index: 1;
}
.cid-uLMT5bnPh6 .navbar.collapsed {
  justify-content: center;
}
.cid-uLMT5bnPh6 .navbar.collapsed .nav-item .nav-link::before {
  display: none;
}
.cid-uLMT5bnPh6 .navbar.collapsed.opened .dropdown-menu {
  top: 0;
}
.cid-uLMT5bnPh6 .navbar.collapsed .dropdown-menu .dropdown-submenu {
  left: 0 !important;
}
.cid-uLMT5bnPh6 .navbar.collapsed .dropdown-menu .dropdown-item:after {
  right: auto;
}
.cid-uLMT5bnPh6 .navbar.collapsed ul.navbar-nav li {
  margin: auto;
}
.cid-uLMT5bnPh6 .navbar.collapsed .dropdown-menu .dropdown-item {
  padding: 0.25rem 1.5rem;
  text-align: left;
}
.cid-uLMT5bnPh6 .navbar.collapsed .icons-menu {
  padding: 0;
}
@media (max-width: 991px) {
  .cid-uLMT5bnPh6 .navbar .nav-item {
    padding: .5rem 0;
  }
  .cid-uLMT5bnPh6 .navbar .navbar-collapse {
    padding: 34px 0;
    border-radius: 25px;
  }
  .cid-uLMT5bnPh6 .navbar .nav-item .nav-link::before {
    display: none;
  }
  .cid-uLMT5bnPh6 .navbar.opened .dropdown-menu {
    top: 0;
  }
  .cid-uLMT5bnPh6 .navbar .dropdown-menu {
    padding: 6px 0 6px 15px;
  }
  .cid-uLMT5bnPh6 .navbar .dropdown-menu .dropdown-submenu {
    left: 0 !important;
  }
  .cid-uLMT5bnPh6 .navbar .dropdown-menu .dropdown-item:after {
    right: auto;
    margin-top: -0.4rem;
  }
  .cid-uLMT5bnPh6 .navbar .navbar-logo img {
    height: 3rem !important;
  }
  .cid-uLMT5bnPh6 .navbar ul.navbar-nav {
    overflow: hidden;
  }
  .cid-uLMT5bnPh6 .navbar ul.navbar-nav li {
    margin: 0;
  }
  .cid-uLMT5bnPh6 .navbar .dropdown-menu .dropdown-item {
    padding: 0 !important;
    margin: 0;
    margin-top: 8px;
    text-align: left;
  }
  .cid-uLMT5bnPh6 .navbar .navbar-brand {
    flex-shrink: initial;
    flex-basis: auto;
    word-break: break-word;
    padding-right: 2rem;
  }
  .cid-uLMT5bnPh6 .navbar .navbar-toggler {
    flex-basis: auto;
  }
  .cid-uLMT5bnPh6 .navbar .icons-menu {
    padding: 0;
  }
}
.cid-uLMT5bnPh6 .navbar.navbar-short {
  min-height: 60px;
}
.cid-uLMT5bnPh6 .navbar.navbar-short .navbar-logo img {
  height: 2.5rem !important;
}
.cid-uLMT5bnPh6 .navbar.navbar-short .navbar-brand {
  min-height: 60px;
  padding: 0;
}
.cid-uLMT5bnPh6 .navbar-brand {
  min-height: 70px;
  flex-shrink: 0;
  align-items: center;
  margin-right: 0;
  padding: 10px 0;
  transition: all 0.3s;
  word-break: break-word;
  z-index: 1;
}
.cid-uLMT5bnPh6 .navbar-brand .navbar-caption {
  line-height: inherit !important;
}
.cid-uLMT5bnPh6 .navbar-brand .navbar-logo a {
  outline: none;
}
.cid-uLMT5bnPh6 .dropdown-item.active,
.cid-uLMT5bnPh6 .dropdown-item:active {
  background-color: transparent;
}
.cid-uLMT5bnPh6 .navbar-expand-lg .navbar-nav .nav-link {
  padding: 0;
}
.cid-uLMT5bnPh6 .nav-dropdown .link.dropdown-toggle {
  margin-right: 1.667em;
}
.cid-uLMT5bnPh6 .nav-dropdown .link.dropdown-toggle[aria-expanded="true"] {
  margin-right: 0;
  padding: 0.667em 1.667em;
}
.cid-uLMT5bnPh6 .navbar .dropdown.open > .dropdown-menu {
  display: block;
}
.cid-uLMT5bnPh6 ul.navbar-nav {
  flex-wrap: wrap;
  padding: 36px 0;
  border-bottom: 1px solid #0e132f;
}
.cid-uLMT5bnPh6 .navbar-buttons {
  text-align: center;
  min-width: 170px;
}
.cid-uLMT5bnPh6 button.navbar-toggler {
  outline: none;
  width: 48px;
  height: 48px;
  border-radius: 50%;
  cursor: pointer;
  transition: all 0.2s;
  position: relative;
  align-self: center;
  color: #ffffff;
  background: #ffffff;
}
.cid-uLMT5bnPh6 button.navbar-toggler .hamburger span {
  position: absolute;
  right: 10px;
  margin-top: 14px;
  width: 26px;
  height: 2px;
  border-right: 5px;
  background-color: #474747;
}
.cid-uLMT5bnPh6 button.navbar-toggler .hamburger span:nth-child(1) {
  top: 0;
  transition: all 0.2s;
}
.cid-uLMT5bnPh6 button.navbar-toggler .hamburger span:nth-child(2) {
  top: 8px;
  transition: all 0.15s;
}
.cid-uLMT5bnPh6 button.navbar-toggler .hamburger span:nth-child(3) {
  top: 8px;
  transition: all 0.15s;
}
.cid-uLMT5bnPh6 button.navbar-toggler .hamburger span:nth-child(4) {
  top: 16px;
  transition: all 0.2s;
}
.cid-uLMT5bnPh6 nav.opened .hamburger span:nth-child(1) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-uLMT5bnPh6 nav.opened .hamburger span:nth-child(2) {
  transform: rotate(45deg);
  transition: all 0.25s;
}
.cid-uLMT5bnPh6 nav.opened .hamburger span:nth-child(3) {
  transform: rotate(-45deg);
  transition: all 0.25s;
}
.cid-uLMT5bnPh6 nav.opened .hamburger span:nth-child(4) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-uLMT5bnPh6 a.nav-link {
  display: flex;
  align-items: center;
  justify-content: flex-start;
}
.cid-uLMT5bnPh6 .icons-menu {
  flex-wrap: nowrap;
  display: flex;
  justify-content: center;
  padding: 0;
  text-align: center;
  margin-bottom: 35px;
}
@media screen and (-ms-high-contrast: active), (-ms-high-contrast: none) {
  .cid-uLMT5bnPh6 .navbar {
    height: 70px;
  }
  .cid-uLMT5bnPh6 .navbar.opened {
    height: auto;
  }
  .cid-uLMT5bnPh6 .nav-item .nav-link:hover::before {
    width: 175%;
    max-width: calc(100% + 2rem);
    left: -1rem;
  }
}
.cid-uLMT5bnPh6 .navbar-dropdown .navbar-logo {
  margin-right: 15px;
}
@media (min-width: 768px) {
  .cid-uLMT5bnPh6 .container-fluid {
    padding-left: 30px;
    padding-right: 30px;
  }
}
.cid-uLMT5bnPh6 .mbr-section-btn-main {
  padding-top: 5px;
}
.cid-uLMT5bnPh6 .mbr-section-btn-main .btn {
  margin: 0 4px 4px 4px;
}
.cid-uLMT5bnPh6 .navbar-caption:hover {
  color: #2554ab;
}
@media (min-width: 992px) {
  .cid-uLMT5bnPh6 .dropdown-menu.dropdown-submenu {
    left: 175px !important;
    top: -45% !important;
  }
}
.cid-uLMT5bnPh6 .nav-link {
  position: relative;
}
.cid-uLMT5bnPh6 .nav-link:before {
  content: '';
  position: absolute;
  left: -12px;
  width: 6px;
  height: 6px;
  border-radius: 100%;
  background-color: #2554ab;
  transition: all .3s ease;
  opacity: 0;
}
.cid-uLMT5bnPh6 .nav-link:hover:before {
  opacity: 1;
}
.cid-uLMT5bnPh6 .mbr-section-subtitle {
  color: #ffffff;
}
.cid-uLMT5bnPh6 .mbr-text {
  color: #ffffff;
  text-align: center;
}
.cid-uLMT5bnPh6 .text_widget {
  color: #ffffff;
}
.cid-uLMT5bnPh6 .mbr-section-subtitle,
.cid-uLMT5bnPh6 .text_widget,
.cid-uLMT5bnPh6 .mbr-section-btn {
  text-align: center;
}
.cid-uLMT5bnPh6 a[class*="text-"]:not(.nav-link):not(.dropdown-item):not([role]):not(.navbar-caption):hover {
  background-image: none;
}
.cid-uC3AGNKibc {
  padding-top: 0rem;
  padding-bottom: 0rem;
  background-color: #ffffff;
}
.cid-uC3AGNKibc .item-img {
  position: relative;
  overflow: hidden;
}
.cid-uC3AGNKibc .item-img:before {
  content: '';
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
  left: 0;
  background: black;
  opacity: 0.3;
  z-index: 1;
  transition: all 0.3s;
  pointer-events: none;
}
.cid-uC3AGNKibc h5 {
  margin-bottom: 1rem;
}
.cid-uC3AGNKibc .item-content {
  position: absolute;
  top: 55%;
  right: 0;
  z-index: 2;
  width: 100%;
  transform: translateY(-50%);
  padding: 2rem 8rem;
  display: flex;
  flex-direction: column;
  height: 50%;
}
@media (max-width: 767px) {
  .cid-uC3AGNKibc .item-content {
    padding: 0 2rem 1.5rem;
    margin-top: 1rem;
  }
}
.cid-uC3AGNKibc img,
.cid-uC3AGNKibc .item-img {
  width: 100%;
  transition: all 0.3s;
  height: 100%;
  height: 400px;
  object-fit: cover;
}
.cid-uC3AGNKibc .item:focus,
.cid-uC3AGNKibc span:focus {
  outline: none;
}
.cid-uC3AGNKibc .item {
  margin-bottom: 2rem;
}
@media (max-width: 767px) {
  .cid-uC3AGNKibc .item {
    margin-bottom: 1rem;
  }
}
.cid-uC3AGNKibc .item-wrapper {
  position: relative;
  border-radius: 15px;
  height: 100%;
  display: flex;
  flex-flow: column nowrap;
}
.cid-uC3AGNKibc .mbr-section-title {
  color: #4e423d;
}
.cid-uC3AGNKibc .item-title {
  text-align: left;
  color: #ffffff;
}
.cid-uC3AGNKibc .item-subtitle {
  text-align: left;
  color: #ffffff;
}
.cid-uC3AGNKibc .mbr-text,
.cid-uC3AGNKibc .item .mbr-section-btn {
  text-align: left;
  color: #ffffff;
}
.cid-uC3AGNKibc .content-head {
  max-width: 800px;
}
.cid-uC3AGQufhf {
  padding-top: 1rem;
  padding-bottom: 5rem;
  background-color: #fafafa;
}
.cid-uC3AGQufhf .mbr-section-title {
  margin-bottom: 1em;
  color: #272727;
}
.cid-uC3AGQufhf .mbr-section-subtitle {
  margin-bottom: 1.5625em;
  color: #272727;
  opacity: 0.4;
}
.cid-uC3AGQufhf .item-row {
  display: grid;
  -webkit-box-align: stretch;
  -webkit-align-items: stretch;
  -ms-flex-align: stretch;
  align-items: stretch;
  grid-auto-columns: 1fr;
  grid-column-gap: 16px;
  grid-row-gap: 16px;
  grid-template-columns: repeat(4, 1fr);
  -ms-grid-rows: auto;
  grid-template-rows: auto;
}
@media (max-width: 1199px) {
  .cid-uC3AGQufhf .item-row {
    grid-template-columns: repeat(2, 1fr);
  }
}
@media (max-width: 767px) {
  .cid-uC3AGQufhf .item-row {
    grid-template-columns: repeat(1, 1fr);
  }
}
.cid-uC3AGQufhf .item {
  padding: 0;
}
.cid-uC3AGQufhf .item-wrapper {
  display: flex;
  flex-direction: column;
  align-items: stretch;
  height: 100%;
  width: 100%;
  border-radius: 10px;
  overflow: hidden;
  transform-style: preserve-3d;
  transition: .3s all;
  border: 2px solid transparent;
}
.cid-uC3AGQufhf .item-wrapper:hover {
  transform: scale3d(1.01, 1.01, 1);
  border-color: #fafafa;
}
.cid-uC3AGQufhf .item-img {
  display: flex;
  align-items: center;
  justify-content: center;
  height: 175px;
}
.cid-uC3AGQufhf .item-img img {
  width: 100%;
  object-fit: cover;
  height: 100%;
}
.cid-uC3AGQufhf .item-content {
  display: flex;
  flex-direction: column;
  align-items: stretch;
  width: 100%;
  padding: 20px 5% 6%;
  flex-grow: 1;
  background-color: #ffffff;
}
.cid-uC3AGQufhf .item-text-wrap {
  width: 100%;
  margin-bottom: 5.3em;
}
@media (max-width: 1199px) {
  .cid-uC3AGQufhf .item-text-wrap {
    margin-bottom: 4em;
  }
}
@media (max-width: 767px) {
  .cid-uC3AGQufhf .item-text-wrap {
    margin-bottom: 2em;
    max-width: 340px;
    margin-right: auto;
  }
}
.cid-uC3AGQufhf .item-title {
  color: #272727;
  margin-bottom: 0.52em;
}
.cid-uC3AGQufhf .item-subtitle {
  color: #272727;
  opacity: 0.52em;
}
.cid-uC3AGQufhf .card-bottom {
  display: flex;
  flex-direction: column;
  align-items: stretch;
  margin-top: auto;
}
.cid-uC3AGQufhf .item-name-wrap {
  display: flex;
  align-items: center;
  width: 100%;
}
.cid-uC3AGQufhf .image-wrapper {
  width: 35px;
  height: 35px;
  margin-right: 10px;
  border-radius: 300px;
  overflow: hidden;
}
.cid-uC3AGQufhf .image-wrapper img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.cid-uC3AGQufhf .mbr-text {
  flex-grow: 1;
  color: #272727;
  text-align: right;
}
.cid-uC3AGQufhf .mbr-section-btn {
  display: flex;
  margin-top: 20px;
  width: auto !important;
}
.cid-uC3AGQufhf .mbr-section-btn .btn {
  width: 100%;
  min-width: auto !important;
}
.cid-uLMRAIzUxG {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-color: #0e132f;
}
.cid-uLMRAIzUxG .mbr-fallback-image.disabled {
  display: none;
}
.cid-uLMRAIzUxG .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-uLMRAIzUxG .container {
    padding: 0 16px;
  }
}
.cid-uLMRAIzUxG .card {
  display: flex;
  flex-direction: column;
  justify-content: space-between;
}
@media (max-width: 992px) {
  .cid-uLMRAIzUxG .card {
    margin-bottom: 40px;
  }
}
.cid-uLMRAIzUxG .card .content-wrapper .title-wrapper .title-wrap {
  display: inline-flex;
  align-items: center;
  margin-bottom: 16px;
}
@media (max-width: 992px) {
  .cid-uLMRAIzUxG .card .content-wrapper .title-wrapper .title-wrap {
    margin-bottom: 40px;
  }
}
.cid-uLMRAIzUxG .card .content-wrapper .title-wrapper .title-wrap img {
  width: 32px;
  height: 32px;
  object-fit: contain;
  margin-right: 1rem;
}
.cid-uLMRAIzUxG .card .content-wrapper .title-wrapper .title-wrap .mbr-section-title {
  margin-bottom: 0;
}
.cid-uLMRAIzUxG .card .content-wrapper .copyright {
  margin-bottom: 20px;
}
@media (max-width: 992px) {
  .cid-uLMRAIzUxG .card .content-wrapper .copyright {
    margin-bottom: 40px;
  }
}
.cid-uLMRAIzUxG .card .social-wrapper .social-wrap {
  display: inline-flex;
  flex-wrap: wrap;
}
.cid-uLMRAIzUxG .card .social-wrapper .social-wrap .mbr-iconfont {
  font-size: 20px;
  margin-right: 48px;
  color: #ffffff;
}
.cid-uLMRAIzUxG .list-wrapper .mbr-card-title {
  margin-bottom: 16px;
}
.cid-uLMRAIzUxG .list-wrapper .list {
  margin: 0;
  padding: 0;
  list-style-type: none;
}
.cid-uLMRAIzUxG .list-wrapper .list .item-wrap {
  margin-bottom: 16px;
}
@media (max-width: 992px) {
  .cid-uLMRAIzUxG .list-wrapper .list {
    margin-bottom: 40px;
  }
}
.cid-uLMRAIzUxG .mbr-section-title {
  color: #ffffff;
}
.cid-uLMRAIzUxG .copyright {
  color: #ffffff;
}
.cid-uLMRAIzUxG .mbr-card-title {
  color: #D4FE00;
}
.cid-uLMRAIzUxG .list {
  color: #ffffff;
}
.cid-uLMT5bnPh6 .navbar-dropdown {
  background-color: #ffffff !important;
  padding: 0;
}
.cid-uLMT5bnPh6 .navbar.navbar-expand-lg .dropdown .dropdown-menu {
  background-color: #ffffff !important;
  background: #ffffff;
}
.cid-uLMT5bnPh6 .navbar.navbar-expand-lg .dropdown .dropdown-menu .dropdown-submenu {
  margin: 0;
  left: 100%;
}
@media (max-width: 991px) {
  .cid-uLMT5bnPh6 .menu_box .navbar.opened,
  .cid-uLMT5bnPh6 .menu_box .navbar-collapse {
    background-color: #ffffff !important;
    transition: all 0s ease 0s;
  }
}
.cid-uLMT5bnPh6 .navbar-dropdown {
  position: relative !important;
}
.cid-uLMT5bnPh6 .btn {
  min-height: auto;
  box-shadow: none;
  margin-top: 0;
}
.cid-uLMT5bnPh6 .btn:hover {
  box-shadow: none;
}
@media (min-width: 992px) {
  .cid-uLMT5bnPh6 .offcanvas_image img {
    width: auto;
    object-fit: cover;
    display: inline-block;
  }
  .cid-uLMT5bnPh6 .offcanvas-header {
    position: relative;
    padding: 0;
  }
  .cid-uLMT5bnPh6 .offcanvas-header .btn-close {
    position: absolute;
    top: -70px;
    right: 0;
    width: 35px;
    height: 30px;
  }
  .cid-uLMT5bnPh6 .offcanvas-body {
    text-align: center;
    padding: 0;
  }
  .cid-uLMT5bnPh6 .offcanvas-body .mbr-text,
  .cid-uLMT5bnPh6 .offcanvas-body .mbr-section-subtitle {
    margin-top: 14px;
  }
  .cid-uLMT5bnPh6 .offcanvas-body .offcanvas_contact {
    margin: 35px 0;
  }
  .cid-uLMT5bnPh6 .offcanvas_box button.btn_offcanvas {
    outline: none;
    width: 40px;
    height: 40px;
    cursor: pointer;
    transition: all 0.2s;
    position: relative;
    align-self: center;
  }
  .cid-uLMT5bnPh6 .offcanvas_box button.btn_offcanvas .hamburger span {
    position: absolute;
    right: 0;
    width: 40px;
    height: 2px;
    border-right: 5px;
    background-color: #474747;
  }
  .cid-uLMT5bnPh6 .offcanvas_box button.btn_offcanvas .hamburger span:nth-child(1) {
    top: 18px;
    transition: all 0.2s;
  }
  .cid-uLMT5bnPh6 .offcanvas_box button.btn_offcanvas .hamburger span:nth-child(2) {
    top: 25px;
    transition: all 0.2s;
  }
  .cid-uLMT5bnPh6 .offcanvas_box button.btn_offcanvas:hover .hamburger span {
    width: 36px;
  }
  .cid-uLMT5bnPh6 .offcanvas_box button.btn_offcanvas:hover .hamburger span:nth-child(2) {
    width: 33px;
    transition-delay: 0.2s;
  }
  .cid-uLMT5bnPh6 ul.navbar-nav {
    padding-bottom: 1.5rem;
  }
  .cid-uLMT5bnPh6 .dropdown-menu .dropdown-toggle[data-toggle="dropdown-submenu"]::after,
  .cid-uLMT5bnPh6 .link.dropdown-toggle::after {
    display: inline-block;
    width: 7px;
    height: 7px;
    margin-left: .5rem;
    margin-bottom: 2px;
    content: "";
    border: 2px solid;
    border-left: none;
    border-top: none;
    transform: rotate(-45deg);
  }
  .cid-uLMT5bnPh6 .link.dropdown-toggle::after {
    padding: 0 !important;
    transform: rotate(45deg);
  }
  .cid-uLMT5bnPh6 li.nav-item {
    position: relative;
    display: inline-block;
    padding: 1px 7px !important;
    vertical-align: middle;
    line-height: 2em !important;
    font-weight: 600 !important;
    text-decoration: none;
    letter-spacing: 0 !important;
    z-index: 1;
  }
  .cid-uLMT5bnPh6 .lg_brand {
    margin: 0 1rem;
  }
}
.cid-uLMT5bnPh6 .nav-item {
  margin: 4px 15px;
}
@media (min-width: 1200px) {
  .cid-uLMT5bnPh6 .nav-item {
    margin: 4px 20px;
  }
}
@media (max-width: 991px) {
  .cid-uLMT5bnPh6 .nav-item {
    margin: 0 !important;
  }
}
.cid-uLMT5bnPh6 .dropdown-menu {
  border-radius: 0;
  box-shadow: none;
  text-align: left;
}
@media (min-width: 992px) {
  .cid-uLMT5bnPh6 .dropdown-menu {
    padding: 18px 34px 22px;
    min-width: 250px;
    top: auto !important;
    left: -40px !important;
  }
  .cid-uLMT5bnPh6 .dropdown-menu.dropdown-submenu {
    left: 215px !important;
    top: -45% !important;
  }
}
@media (max-width: 991px) {
  .cid-uLMT5bnPh6 .dropdown-menu .dropdown-toggle[data-toggle="dropdown-submenu"]::after,
  .cid-uLMT5bnPh6 .link.dropdown-toggle::after {
    display: inline-block;
    width: 7px;
    height: 7px;
    margin-left: .5rem;
    margin-bottom: 2px;
    content: "";
    border: 2px solid;
    border-left: none;
    border-top: none;
    transform: rotate(-45deg);
    right: 15px;
    position: absolute;
    margin-top: -2px;
  }
  .cid-uLMT5bnPh6 .show.dropdown-toggle[aria-expanded="true"]::after {
    transform: rotate(45deg);
    margin-top: -4px;
  }
  .cid-uLMT5bnPh6 .offcanvas_box {
    display: none;
  }
}
.cid-uLMT5bnPh6 .dropdown-item {
  border: none;
  font-weight: 400 !important;
}
.cid-uLMT5bnPh6 .nav-dropdown .link {
  font-weight: 400 !important;
  padding: 0 !important;
  margin: 0 !important;
}
.cid-uLMT5bnPh6 .nav-dropdown .link.dropdown-toggle::after {
  margin-left: 0.5rem;
  margin-top: 0;
}
.cid-uLMT5bnPh6 .container {
  display: flex;
  margin: auto;
}
.cid-uLMT5bnPh6 .iconfont-wrapper {
  color: #e0bdb6;
  font-size: 17px;
  margin-right: 10px;
  margin-bottom: 5px;
  width: 25px;
  height: 25px;
  border-radius: 50%;
  display: flex;
  justify-content: center;
  align-items: center;
  transition: all 0.2s ease-in-out;
}
.cid-uLMT5bnPh6 .iconfont-wrapper:last-child {
  margin-right: 0;
}
.cid-uLMT5bnPh6 .iconfont-wrapper:hover {
  opacity: .5;
}
.cid-uLMT5bnPh6 .navbar-caption {
  color: #747474;
}
.cid-uLMT5bnPh6 .navbar-nav {
  margin: 0 1rem;
}
@media (min-width: 992px) {
  .cid-uLMT5bnPh6 .navbar-nav {
    margin: 0;
  }
}
.cid-uLMT5bnPh6 .dropdown-menu,
.cid-uLMT5bnPh6 .navbar.opened {
  background-color: false !important;
}
.cid-uLMT5bnPh6 .nav-item:focus,
.cid-uLMT5bnPh6 .nav-link:focus {
  outline: none;
}
.cid-uLMT5bnPh6 .dropdown .dropdown-menu .dropdown-item {
  width: auto;
  transition: all 0.25s ease-in-out;
}
.cid-uLMT5bnPh6 .dropdown .dropdown-menu .dropdown-item::after {
  right: 0.5rem;
}
.cid-uLMT5bnPh6 .dropdown .dropdown-menu .dropdown-item .mbr-iconfont {
  margin-right: 0.5rem;
  vertical-align: sub;
}
.cid-uLMT5bnPh6 .dropdown .dropdown-menu .dropdown-item .mbr-iconfont:before {
  display: inline-block;
  transform: scale(1, 1);
  transition: all 0.25s ease-in-out;
}
.cid-uLMT5bnPh6 .collapsed .dropdown-menu .dropdown-item:before {
  display: none;
}
.cid-uLMT5bnPh6 .collapsed .dropdown .dropdown-menu .dropdown-item {
  padding: 0.235em 1.5em 0.235em 1.5em !important;
  transition: none;
  margin: 0 !important;
}
.cid-uLMT5bnPh6 .navbar {
  min-height: 70px;
  padding: 20px 0;
  transition: all 0.3s;
  border-bottom-width: 0px;
}
@media (max-width: 992px) {
  .cid-uLMT5bnPh6 .navbar {
    min-height: 30px;
    max-height: 90px;
  }
}
.cid-uLMT5bnPh6 .navbar.opened {
  transition: all 0.3s;
}
.cid-uLMT5bnPh6 .navbar .dropdown-item {
  padding: 0;
  margin: 8px 0;
}
.cid-uLMT5bnPh6 .navbar .navbar-logo img {
  width: auto;
  object-fit: contain;
  border-radius: 0;
}
.cid-uLMT5bnPh6 .navbar .navbar-collapse {
  justify-content: space-between;
  z-index: 1;
}
.cid-uLMT5bnPh6 .navbar.collapsed {
  justify-content: center;
}
.cid-uLMT5bnPh6 .navbar.collapsed .nav-item .nav-link::before {
  display: none;
}
.cid-uLMT5bnPh6 .navbar.collapsed.opened .dropdown-menu {
  top: 0;
}
.cid-uLMT5bnPh6 .navbar.collapsed .dropdown-menu .dropdown-submenu {
  left: 0 !important;
}
.cid-uLMT5bnPh6 .navbar.collapsed .dropdown-menu .dropdown-item:after {
  right: auto;
}
.cid-uLMT5bnPh6 .navbar.collapsed ul.navbar-nav li {
  margin: auto;
}
.cid-uLMT5bnPh6 .navbar.collapsed .dropdown-menu .dropdown-item {
  padding: 0.25rem 1.5rem;
  text-align: left;
}
.cid-uLMT5bnPh6 .navbar.collapsed .icons-menu {
  padding: 0;
}
@media (max-width: 991px) {
  .cid-uLMT5bnPh6 .navbar .nav-item {
    padding: .5rem 0;
  }
  .cid-uLMT5bnPh6 .navbar .navbar-collapse {
    padding: 34px 0;
    border-radius: 25px;
  }
  .cid-uLMT5bnPh6 .navbar .nav-item .nav-link::before {
    display: none;
  }
  .cid-uLMT5bnPh6 .navbar.opened .dropdown-menu {
    top: 0;
  }
  .cid-uLMT5bnPh6 .navbar .dropdown-menu {
    padding: 6px 0 6px 15px;
  }
  .cid-uLMT5bnPh6 .navbar .dropdown-menu .dropdown-submenu {
    left: 0 !important;
  }
  .cid-uLMT5bnPh6 .navbar .dropdown-menu .dropdown-item:after {
    right: auto;
    margin-top: -0.4rem;
  }
  .cid-uLMT5bnPh6 .navbar .navbar-logo img {
    height: 3rem !important;
  }
  .cid-uLMT5bnPh6 .navbar ul.navbar-nav {
    overflow: hidden;
  }
  .cid-uLMT5bnPh6 .navbar ul.navbar-nav li {
    margin: 0;
  }
  .cid-uLMT5bnPh6 .navbar .dropdown-menu .dropdown-item {
    padding: 0 !important;
    margin: 0;
    margin-top: 8px;
    text-align: left;
  }
  .cid-uLMT5bnPh6 .navbar .navbar-brand {
    flex-shrink: initial;
    flex-basis: auto;
    word-break: break-word;
    padding-right: 2rem;
  }
  .cid-uLMT5bnPh6 .navbar .navbar-toggler {
    flex-basis: auto;
  }
  .cid-uLMT5bnPh6 .navbar .icons-menu {
    padding: 0;
  }
}
.cid-uLMT5bnPh6 .navbar.navbar-short {
  min-height: 60px;
}
.cid-uLMT5bnPh6 .navbar.navbar-short .navbar-logo img {
  height: 2.5rem !important;
}
.cid-uLMT5bnPh6 .navbar.navbar-short .navbar-brand {
  min-height: 60px;
  padding: 0;
}
.cid-uLMT5bnPh6 .navbar-brand {
  min-height: 70px;
  flex-shrink: 0;
  align-items: center;
  margin-right: 0;
  padding: 10px 0;
  transition: all 0.3s;
  word-break: break-word;
  z-index: 1;
}
.cid-uLMT5bnPh6 .navbar-brand .navbar-caption {
  line-height: inherit !important;
}
.cid-uLMT5bnPh6 .navbar-brand .navbar-logo a {
  outline: none;
}
.cid-uLMT5bnPh6 .dropdown-item.active,
.cid-uLMT5bnPh6 .dropdown-item:active {
  background-color: transparent;
}
.cid-uLMT5bnPh6 .navbar-expand-lg .navbar-nav .nav-link {
  padding: 0;
}
.cid-uLMT5bnPh6 .nav-dropdown .link.dropdown-toggle {
  margin-right: 1.667em;
}
.cid-uLMT5bnPh6 .nav-dropdown .link.dropdown-toggle[aria-expanded="true"] {
  margin-right: 0;
  padding: 0.667em 1.667em;
}
.cid-uLMT5bnPh6 .navbar .dropdown.open > .dropdown-menu {
  display: block;
}
.cid-uLMT5bnPh6 ul.navbar-nav {
  flex-wrap: wrap;
  padding: 36px 0;
  border-bottom: 1px solid #0e132f;
}
.cid-uLMT5bnPh6 .navbar-buttons {
  text-align: center;
  min-width: 170px;
}
.cid-uLMT5bnPh6 button.navbar-toggler {
  outline: none;
  width: 48px;
  height: 48px;
  border-radius: 50%;
  cursor: pointer;
  transition: all 0.2s;
  position: relative;
  align-self: center;
  color: #ffffff;
  background: #ffffff;
}
.cid-uLMT5bnPh6 button.navbar-toggler .hamburger span {
  position: absolute;
  right: 10px;
  margin-top: 14px;
  width: 26px;
  height: 2px;
  border-right: 5px;
  background-color: #474747;
}
.cid-uLMT5bnPh6 button.navbar-toggler .hamburger span:nth-child(1) {
  top: 0;
  transition: all 0.2s;
}
.cid-uLMT5bnPh6 button.navbar-toggler .hamburger span:nth-child(2) {
  top: 8px;
  transition: all 0.15s;
}
.cid-uLMT5bnPh6 button.navbar-toggler .hamburger span:nth-child(3) {
  top: 8px;
  transition: all 0.15s;
}
.cid-uLMT5bnPh6 button.navbar-toggler .hamburger span:nth-child(4) {
  top: 16px;
  transition: all 0.2s;
}
.cid-uLMT5bnPh6 nav.opened .hamburger span:nth-child(1) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-uLMT5bnPh6 nav.opened .hamburger span:nth-child(2) {
  transform: rotate(45deg);
  transition: all 0.25s;
}
.cid-uLMT5bnPh6 nav.opened .hamburger span:nth-child(3) {
  transform: rotate(-45deg);
  transition: all 0.25s;
}
.cid-uLMT5bnPh6 nav.opened .hamburger span:nth-child(4) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-uLMT5bnPh6 a.nav-link {
  display: flex;
  align-items: center;
  justify-content: flex-start;
}
.cid-uLMT5bnPh6 .icons-menu {
  flex-wrap: nowrap;
  display: flex;
  justify-content: center;
  padding: 0;
  text-align: center;
  margin-bottom: 35px;
}
@media screen and (-ms-high-contrast: active), (-ms-high-contrast: none) {
  .cid-uLMT5bnPh6 .navbar {
    height: 70px;
  }
  .cid-uLMT5bnPh6 .navbar.opened {
    height: auto;
  }
  .cid-uLMT5bnPh6 .nav-item .nav-link:hover::before {
    width: 175%;
    max-width: calc(100% + 2rem);
    left: -1rem;
  }
}
.cid-uLMT5bnPh6 .navbar-dropdown .navbar-logo {
  margin-right: 15px;
}
@media (min-width: 768px) {
  .cid-uLMT5bnPh6 .container-fluid {
    padding-left: 30px;
    padding-right: 30px;
  }
}
.cid-uLMT5bnPh6 .mbr-section-btn-main {
  padding-top: 5px;
}
.cid-uLMT5bnPh6 .mbr-section-btn-main .btn {
  margin: 0 4px 4px 4px;
}
.cid-uLMT5bnPh6 .navbar-caption:hover {
  color: #2554ab;
}
@media (min-width: 992px) {
  .cid-uLMT5bnPh6 .dropdown-menu.dropdown-submenu {
    left: 175px !important;
    top: -45% !important;
  }
}
.cid-uLMT5bnPh6 .nav-link {
  position: relative;
}
.cid-uLMT5bnPh6 .nav-link:before {
  content: '';
  position: absolute;
  left: -12px;
  width: 6px;
  height: 6px;
  border-radius: 100%;
  background-color: #2554ab;
  transition: all .3s ease;
  opacity: 0;
}
.cid-uLMT5bnPh6 .nav-link:hover:before {
  opacity: 1;
}
.cid-uLMT5bnPh6 .mbr-section-subtitle {
  color: #ffffff;
}
.cid-uLMT5bnPh6 .mbr-text {
  color: #ffffff;
  text-align: center;
}
.cid-uLMT5bnPh6 .text_widget {
  color: #ffffff;
}
.cid-uLMT5bnPh6 .mbr-section-subtitle,
.cid-uLMT5bnPh6 .text_widget,
.cid-uLMT5bnPh6 .mbr-section-btn {
  text-align: center;
}
.cid-uLMT5bnPh6 a[class*="text-"]:not(.nav-link):not(.dropdown-item):not([role]):not(.navbar-caption):hover {
  background-image: none;
}
.cid-uC4oVz0wRr {
  padding-top: 0rem;
  padding-bottom: 0rem;
  background-color: #ffffff;
}
.cid-uC4oVz0wRr .item-img {
  position: relative;
  overflow: hidden;
}
.cid-uC4oVz0wRr .item-img:before {
  content: '';
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
  left: 0;
  background: black;
  opacity: 0.3;
  z-index: 1;
  transition: all 0.3s;
  pointer-events: none;
}
.cid-uC4oVz0wRr h5 {
  margin-bottom: 1rem;
}
.cid-uC4oVz0wRr .item-content {
  position: absolute;
  top: 55%;
  right: 0;
  z-index: 2;
  width: 100%;
  transform: translateY(-50%);
  padding: 2rem 8rem;
  display: flex;
  flex-direction: column;
  height: 50%;
}
@media (max-width: 767px) {
  .cid-uC4oVz0wRr .item-content {
    padding: 0 2rem 1.5rem;
    margin-top: 1rem;
  }
}
.cid-uC4oVz0wRr img,
.cid-uC4oVz0wRr .item-img {
  width: 100%;
  transition: all 0.3s;
  height: 100%;
  height: 400px;
  object-fit: cover;
}
.cid-uC4oVz0wRr .item:focus,
.cid-uC4oVz0wRr span:focus {
  outline: none;
}
.cid-uC4oVz0wRr .item {
  margin-bottom: 2rem;
}
@media (max-width: 767px) {
  .cid-uC4oVz0wRr .item {
    margin-bottom: 1rem;
  }
}
.cid-uC4oVz0wRr .item-wrapper {
  position: relative;
  border-radius: 15px;
  height: 100%;
  display: flex;
  flex-flow: column nowrap;
}
.cid-uC4oVz0wRr .mbr-section-title {
  color: #4e423d;
}
.cid-uC4oVz0wRr .item-title {
  text-align: left;
  color: #ffffff;
}
.cid-uC4oVz0wRr .item-subtitle {
  text-align: left;
  color: #ffffff;
}
.cid-uC4oVz0wRr .mbr-text,
.cid-uC4oVz0wRr .item .mbr-section-btn {
  text-align: left;
  color: #ffffff;
}
.cid-uC4oVz0wRr .content-head {
  max-width: 800px;
}
.cid-uC4oVAntgM {
  padding-top: 1rem;
  padding-bottom: 5rem;
  background-color: #fafafa;
}
.cid-uC4oVAntgM .mbr-section-title {
  margin-bottom: 1em;
  color: #272727;
}
.cid-uC4oVAntgM .mbr-section-subtitle {
  margin-bottom: 1.5625em;
  color: #272727;
  opacity: 0.4;
}
.cid-uC4oVAntgM .item-row {
  display: grid;
  -webkit-box-align: stretch;
  -webkit-align-items: stretch;
  -ms-flex-align: stretch;
  align-items: stretch;
  grid-auto-columns: 1fr;
  grid-column-gap: 16px;
  grid-row-gap: 16px;
  grid-template-columns: repeat(4, 1fr);
  -ms-grid-rows: auto;
  grid-template-rows: auto;
}
@media (max-width: 1199px) {
  .cid-uC4oVAntgM .item-row {
    grid-template-columns: repeat(2, 1fr);
  }
}
@media (max-width: 767px) {
  .cid-uC4oVAntgM .item-row {
    grid-template-columns: repeat(1, 1fr);
  }
}
.cid-uC4oVAntgM .item {
  padding: 0;
}
.cid-uC4oVAntgM .item-wrapper {
  display: flex;
  flex-direction: column;
  align-items: stretch;
  height: 100%;
  width: 100%;
  border-radius: 10px;
  overflow: hidden;
  transform-style: preserve-3d;
  transition: .3s all;
  border: 2px solid transparent;
}
.cid-uC4oVAntgM .item-wrapper:hover {
  transform: scale3d(1.01, 1.01, 1);
  border-color: #fafafa;
}
.cid-uC4oVAntgM .item-img {
  display: flex;
  align-items: center;
  justify-content: center;
  height: 175px;
}
.cid-uC4oVAntgM .item-img img {
  width: 100%;
  object-fit: cover;
  height: 100%;
}
.cid-uC4oVAntgM .item-content {
  display: flex;
  flex-direction: column;
  align-items: stretch;
  width: 100%;
  padding: 20px 5% 6%;
  flex-grow: 1;
  background-color: #ffffff;
}
.cid-uC4oVAntgM .item-text-wrap {
  width: 100%;
  margin-bottom: 5.3em;
}
@media (max-width: 1199px) {
  .cid-uC4oVAntgM .item-text-wrap {
    margin-bottom: 4em;
  }
}
@media (max-width: 767px) {
  .cid-uC4oVAntgM .item-text-wrap {
    margin-bottom: 2em;
    max-width: 340px;
    margin-right: auto;
  }
}
.cid-uC4oVAntgM .item-title {
  color: #272727;
  margin-bottom: 0.52em;
}
.cid-uC4oVAntgM .item-subtitle {
  color: #272727;
  opacity: 0.52em;
}
.cid-uC4oVAntgM .card-bottom {
  display: flex;
  flex-direction: column;
  align-items: stretch;
  margin-top: auto;
}
.cid-uC4oVAntgM .item-name-wrap {
  display: flex;
  align-items: center;
  width: 100%;
}
.cid-uC4oVAntgM .image-wrapper {
  width: 35px;
  height: 35px;
  margin-right: 10px;
  border-radius: 300px;
  overflow: hidden;
}
.cid-uC4oVAntgM .image-wrapper img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.cid-uC4oVAntgM .mbr-text {
  flex-grow: 1;
  color: #272727;
  text-align: right;
}
.cid-uC4oVAntgM .mbr-section-btn {
  display: flex;
  margin-top: 20px;
  width: auto !important;
}
.cid-uC4oVAntgM .mbr-section-btn .btn {
  width: 100%;
  min-width: auto !important;
}
.cid-uLMRAIzUxG {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-color: #0e132f;
}
.cid-uLMRAIzUxG .mbr-fallback-image.disabled {
  display: none;
}
.cid-uLMRAIzUxG .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-uLMRAIzUxG .container {
    padding: 0 16px;
  }
}
.cid-uLMRAIzUxG .card {
  display: flex;
  flex-direction: column;
  justify-content: space-between;
}
@media (max-width: 992px) {
  .cid-uLMRAIzUxG .card {
    margin-bottom: 40px;
  }
}
.cid-uLMRAIzUxG .card .content-wrapper .title-wrapper .title-wrap {
  display: inline-flex;
  align-items: center;
  margin-bottom: 16px;
}
@media (max-width: 992px) {
  .cid-uLMRAIzUxG .card .content-wrapper .title-wrapper .title-wrap {
    margin-bottom: 40px;
  }
}
.cid-uLMRAIzUxG .card .content-wrapper .title-wrapper .title-wrap img {
  width: 32px;
  height: 32px;
  object-fit: contain;
  margin-right: 1rem;
}
.cid-uLMRAIzUxG .card .content-wrapper .title-wrapper .title-wrap .mbr-section-title {
  margin-bottom: 0;
}
.cid-uLMRAIzUxG .card .content-wrapper .copyright {
  margin-bottom: 20px;
}
@media (max-width: 992px) {
  .cid-uLMRAIzUxG .card .content-wrapper .copyright {
    margin-bottom: 40px;
  }
}
.cid-uLMRAIzUxG .card .social-wrapper .social-wrap {
  display: inline-flex;
  flex-wrap: wrap;
}
.cid-uLMRAIzUxG .card .social-wrapper .social-wrap .mbr-iconfont {
  font-size: 20px;
  margin-right: 48px;
  color: #ffffff;
}
.cid-uLMRAIzUxG .list-wrapper .mbr-card-title {
  margin-bottom: 16px;
}
.cid-uLMRAIzUxG .list-wrapper .list {
  margin: 0;
  padding: 0;
  list-style-type: none;
}
.cid-uLMRAIzUxG .list-wrapper .list .item-wrap {
  margin-bottom: 16px;
}
@media (max-width: 992px) {
  .cid-uLMRAIzUxG .list-wrapper .list {
    margin-bottom: 40px;
  }
}
.cid-uLMRAIzUxG .mbr-section-title {
  color: #ffffff;
}
.cid-uLMRAIzUxG .copyright {
  color: #ffffff;
}
.cid-uLMRAIzUxG .mbr-card-title {
  color: #D4FE00;
}
.cid-uLMRAIzUxG .list {
  color: #ffffff;
}
.cid-uLMT5bnPh6 .navbar-dropdown {
  background-color: #ffffff !important;
  padding: 0;
}
.cid-uLMT5bnPh6 .navbar.navbar-expand-lg .dropdown .dropdown-menu {
  background-color: #ffffff !important;
  background: #ffffff;
}
.cid-uLMT5bnPh6 .navbar.navbar-expand-lg .dropdown .dropdown-menu .dropdown-submenu {
  margin: 0;
  left: 100%;
}
@media (max-width: 991px) {
  .cid-uLMT5bnPh6 .menu_box .navbar.opened,
  .cid-uLMT5bnPh6 .menu_box .navbar-collapse {
    background-color: #ffffff !important;
    transition: all 0s ease 0s;
  }
}
.cid-uLMT5bnPh6 .navbar-dropdown {
  position: relative !important;
}
.cid-uLMT5bnPh6 .btn {
  min-height: auto;
  box-shadow: none;
  margin-top: 0;
}
.cid-uLMT5bnPh6 .btn:hover {
  box-shadow: none;
}
@media (min-width: 992px) {
  .cid-uLMT5bnPh6 .offcanvas_image img {
    width: auto;
    object-fit: cover;
    display: inline-block;
  }
  .cid-uLMT5bnPh6 .offcanvas-header {
    position: relative;
    padding: 0;
  }
  .cid-uLMT5bnPh6 .offcanvas-header .btn-close {
    position: absolute;
    top: -70px;
    right: 0;
    width: 35px;
    height: 30px;
  }
  .cid-uLMT5bnPh6 .offcanvas-body {
    text-align: center;
    padding: 0;
  }
  .cid-uLMT5bnPh6 .offcanvas-body .mbr-text,
  .cid-uLMT5bnPh6 .offcanvas-body .mbr-section-subtitle {
    margin-top: 14px;
  }
  .cid-uLMT5bnPh6 .offcanvas-body .offcanvas_contact {
    margin: 35px 0;
  }
  .cid-uLMT5bnPh6 .offcanvas_box button.btn_offcanvas {
    outline: none;
    width: 40px;
    height: 40px;
    cursor: pointer;
    transition: all 0.2s;
    position: relative;
    align-self: center;
  }
  .cid-uLMT5bnPh6 .offcanvas_box button.btn_offcanvas .hamburger span {
    position: absolute;
    right: 0;
    width: 40px;
    height: 2px;
    border-right: 5px;
    background-color: #474747;
  }
  .cid-uLMT5bnPh6 .offcanvas_box button.btn_offcanvas .hamburger span:nth-child(1) {
    top: 18px;
    transition: all 0.2s;
  }
  .cid-uLMT5bnPh6 .offcanvas_box button.btn_offcanvas .hamburger span:nth-child(2) {
    top: 25px;
    transition: all 0.2s;
  }
  .cid-uLMT5bnPh6 .offcanvas_box button.btn_offcanvas:hover .hamburger span {
    width: 36px;
  }
  .cid-uLMT5bnPh6 .offcanvas_box button.btn_offcanvas:hover .hamburger span:nth-child(2) {
    width: 33px;
    transition-delay: 0.2s;
  }
  .cid-uLMT5bnPh6 ul.navbar-nav {
    padding-bottom: 1.5rem;
  }
  .cid-uLMT5bnPh6 .dropdown-menu .dropdown-toggle[data-toggle="dropdown-submenu"]::after,
  .cid-uLMT5bnPh6 .link.dropdown-toggle::after {
    display: inline-block;
    width: 7px;
    height: 7px;
    margin-left: .5rem;
    margin-bottom: 2px;
    content: "";
    border: 2px solid;
    border-left: none;
    border-top: none;
    transform: rotate(-45deg);
  }
  .cid-uLMT5bnPh6 .link.dropdown-toggle::after {
    padding: 0 !important;
    transform: rotate(45deg);
  }
  .cid-uLMT5bnPh6 li.nav-item {
    position: relative;
    display: inline-block;
    padding: 1px 7px !important;
    vertical-align: middle;
    line-height: 2em !important;
    font-weight: 600 !important;
    text-decoration: none;
    letter-spacing: 0 !important;
    z-index: 1;
  }
  .cid-uLMT5bnPh6 .lg_brand {
    margin: 0 1rem;
  }
}
.cid-uLMT5bnPh6 .nav-item {
  margin: 4px 15px;
}
@media (min-width: 1200px) {
  .cid-uLMT5bnPh6 .nav-item {
    margin: 4px 20px;
  }
}
@media (max-width: 991px) {
  .cid-uLMT5bnPh6 .nav-item {
    margin: 0 !important;
  }
}
.cid-uLMT5bnPh6 .dropdown-menu {
  border-radius: 0;
  box-shadow: none;
  text-align: left;
}
@media (min-width: 992px) {
  .cid-uLMT5bnPh6 .dropdown-menu {
    padding: 18px 34px 22px;
    min-width: 250px;
    top: auto !important;
    left: -40px !important;
  }
  .cid-uLMT5bnPh6 .dropdown-menu.dropdown-submenu {
    left: 215px !important;
    top: -45% !important;
  }
}
@media (max-width: 991px) {
  .cid-uLMT5bnPh6 .dropdown-menu .dropdown-toggle[data-toggle="dropdown-submenu"]::after,
  .cid-uLMT5bnPh6 .link.dropdown-toggle::after {
    display: inline-block;
    width: 7px;
    height: 7px;
    margin-left: .5rem;
    margin-bottom: 2px;
    content: "";
    border: 2px solid;
    border-left: none;
    border-top: none;
    transform: rotate(-45deg);
    right: 15px;
    position: absolute;
    margin-top: -2px;
  }
  .cid-uLMT5bnPh6 .show.dropdown-toggle[aria-expanded="true"]::after {
    transform: rotate(45deg);
    margin-top: -4px;
  }
  .cid-uLMT5bnPh6 .offcanvas_box {
    display: none;
  }
}
.cid-uLMT5bnPh6 .dropdown-item {
  border: none;
  font-weight: 400 !important;
}
.cid-uLMT5bnPh6 .nav-dropdown .link {
  font-weight: 400 !important;
  padding: 0 !important;
  margin: 0 !important;
}
.cid-uLMT5bnPh6 .nav-dropdown .link.dropdown-toggle::after {
  margin-left: 0.5rem;
  margin-top: 0;
}
.cid-uLMT5bnPh6 .container {
  display: flex;
  margin: auto;
}
.cid-uLMT5bnPh6 .iconfont-wrapper {
  color: #e0bdb6;
  font-size: 17px;
  margin-right: 10px;
  margin-bottom: 5px;
  width: 25px;
  height: 25px;
  border-radius: 50%;
  display: flex;
  justify-content: center;
  align-items: center;
  transition: all 0.2s ease-in-out;
}
.cid-uLMT5bnPh6 .iconfont-wrapper:last-child {
  margin-right: 0;
}
.cid-uLMT5bnPh6 .iconfont-wrapper:hover {
  opacity: .5;
}
.cid-uLMT5bnPh6 .navbar-caption {
  color: #747474;
}
.cid-uLMT5bnPh6 .navbar-nav {
  margin: 0 1rem;
}
@media (min-width: 992px) {
  .cid-uLMT5bnPh6 .navbar-nav {
    margin: 0;
  }
}
.cid-uLMT5bnPh6 .dropdown-menu,
.cid-uLMT5bnPh6 .navbar.opened {
  background-color: false !important;
}
.cid-uLMT5bnPh6 .nav-item:focus,
.cid-uLMT5bnPh6 .nav-link:focus {
  outline: none;
}
.cid-uLMT5bnPh6 .dropdown .dropdown-menu .dropdown-item {
  width: auto;
  transition: all 0.25s ease-in-out;
}
.cid-uLMT5bnPh6 .dropdown .dropdown-menu .dropdown-item::after {
  right: 0.5rem;
}
.cid-uLMT5bnPh6 .dropdown .dropdown-menu .dropdown-item .mbr-iconfont {
  margin-right: 0.5rem;
  vertical-align: sub;
}
.cid-uLMT5bnPh6 .dropdown .dropdown-menu .dropdown-item .mbr-iconfont:before {
  display: inline-block;
  transform: scale(1, 1);
  transition: all 0.25s ease-in-out;
}
.cid-uLMT5bnPh6 .collapsed .dropdown-menu .dropdown-item:before {
  display: none;
}
.cid-uLMT5bnPh6 .collapsed .dropdown .dropdown-menu .dropdown-item {
  padding: 0.235em 1.5em 0.235em 1.5em !important;
  transition: none;
  margin: 0 !important;
}
.cid-uLMT5bnPh6 .navbar {
  min-height: 70px;
  padding: 20px 0;
  transition: all 0.3s;
  border-bottom-width: 0px;
}
@media (max-width: 992px) {
  .cid-uLMT5bnPh6 .navbar {
    min-height: 30px;
    max-height: 90px;
  }
}
.cid-uLMT5bnPh6 .navbar.opened {
  transition: all 0.3s;
}
.cid-uLMT5bnPh6 .navbar .dropdown-item {
  padding: 0;
  margin: 8px 0;
}
.cid-uLMT5bnPh6 .navbar .navbar-logo img {
  width: auto;
  object-fit: contain;
  border-radius: 0;
}
.cid-uLMT5bnPh6 .navbar .navbar-collapse {
  justify-content: space-between;
  z-index: 1;
}
.cid-uLMT5bnPh6 .navbar.collapsed {
  justify-content: center;
}
.cid-uLMT5bnPh6 .navbar.collapsed .nav-item .nav-link::before {
  display: none;
}
.cid-uLMT5bnPh6 .navbar.collapsed.opened .dropdown-menu {
  top: 0;
}
.cid-uLMT5bnPh6 .navbar.collapsed .dropdown-menu .dropdown-submenu {
  left: 0 !important;
}
.cid-uLMT5bnPh6 .navbar.collapsed .dropdown-menu .dropdown-item:after {
  right: auto;
}
.cid-uLMT5bnPh6 .navbar.collapsed ul.navbar-nav li {
  margin: auto;
}
.cid-uLMT5bnPh6 .navbar.collapsed .dropdown-menu .dropdown-item {
  padding: 0.25rem 1.5rem;
  text-align: left;
}
.cid-uLMT5bnPh6 .navbar.collapsed .icons-menu {
  padding: 0;
}
@media (max-width: 991px) {
  .cid-uLMT5bnPh6 .navbar .nav-item {
    padding: .5rem 0;
  }
  .cid-uLMT5bnPh6 .navbar .navbar-collapse {
    padding: 34px 0;
    border-radius: 25px;
  }
  .cid-uLMT5bnPh6 .navbar .nav-item .nav-link::before {
    display: none;
  }
  .cid-uLMT5bnPh6 .navbar.opened .dropdown-menu {
    top: 0;
  }
  .cid-uLMT5bnPh6 .navbar .dropdown-menu {
    padding: 6px 0 6px 15px;
  }
  .cid-uLMT5bnPh6 .navbar .dropdown-menu .dropdown-submenu {
    left: 0 !important;
  }
  .cid-uLMT5bnPh6 .navbar .dropdown-menu .dropdown-item:after {
    right: auto;
    margin-top: -0.4rem;
  }
  .cid-uLMT5bnPh6 .navbar .navbar-logo img {
    height: 3rem !important;
  }
  .cid-uLMT5bnPh6 .navbar ul.navbar-nav {
    overflow: hidden;
  }
  .cid-uLMT5bnPh6 .navbar ul.navbar-nav li {
    margin: 0;
  }
  .cid-uLMT5bnPh6 .navbar .dropdown-menu .dropdown-item {
    padding: 0 !important;
    margin: 0;
    margin-top: 8px;
    text-align: left;
  }
  .cid-uLMT5bnPh6 .navbar .navbar-brand {
    flex-shrink: initial;
    flex-basis: auto;
    word-break: break-word;
    padding-right: 2rem;
  }
  .cid-uLMT5bnPh6 .navbar .navbar-toggler {
    flex-basis: auto;
  }
  .cid-uLMT5bnPh6 .navbar .icons-menu {
    padding: 0;
  }
}
.cid-uLMT5bnPh6 .navbar.navbar-short {
  min-height: 60px;
}
.cid-uLMT5bnPh6 .navbar.navbar-short .navbar-logo img {
  height: 2.5rem !important;
}
.cid-uLMT5bnPh6 .navbar.navbar-short .navbar-brand {
  min-height: 60px;
  padding: 0;
}
.cid-uLMT5bnPh6 .navbar-brand {
  min-height: 70px;
  flex-shrink: 0;
  align-items: center;
  margin-right: 0;
  padding: 10px 0;
  transition: all 0.3s;
  word-break: break-word;
  z-index: 1;
}
.cid-uLMT5bnPh6 .navbar-brand .navbar-caption {
  line-height: inherit !important;
}
.cid-uLMT5bnPh6 .navbar-brand .navbar-logo a {
  outline: none;
}
.cid-uLMT5bnPh6 .dropdown-item.active,
.cid-uLMT5bnPh6 .dropdown-item:active {
  background-color: transparent;
}
.cid-uLMT5bnPh6 .navbar-expand-lg .navbar-nav .nav-link {
  padding: 0;
}
.cid-uLMT5bnPh6 .nav-dropdown .link.dropdown-toggle {
  margin-right: 1.667em;
}
.cid-uLMT5bnPh6 .nav-dropdown .link.dropdown-toggle[aria-expanded="true"] {
  margin-right: 0;
  padding: 0.667em 1.667em;
}
.cid-uLMT5bnPh6 .navbar .dropdown.open > .dropdown-menu {
  display: block;
}
.cid-uLMT5bnPh6 ul.navbar-nav {
  flex-wrap: wrap;
  padding: 36px 0;
  border-bottom: 1px solid #0e132f;
}
.cid-uLMT5bnPh6 .navbar-buttons {
  text-align: center;
  min-width: 170px;
}
.cid-uLMT5bnPh6 button.navbar-toggler {
  outline: none;
  width: 48px;
  height: 48px;
  border-radius: 50%;
  cursor: pointer;
  transition: all 0.2s;
  position: relative;
  align-self: center;
  color: #ffffff;
  background: #ffffff;
}
.cid-uLMT5bnPh6 button.navbar-toggler .hamburger span {
  position: absolute;
  right: 10px;
  margin-top: 14px;
  width: 26px;
  height: 2px;
  border-right: 5px;
  background-color: #474747;
}
.cid-uLMT5bnPh6 button.navbar-toggler .hamburger span:nth-child(1) {
  top: 0;
  transition: all 0.2s;
}
.cid-uLMT5bnPh6 button.navbar-toggler .hamburger span:nth-child(2) {
  top: 8px;
  transition: all 0.15s;
}
.cid-uLMT5bnPh6 button.navbar-toggler .hamburger span:nth-child(3) {
  top: 8px;
  transition: all 0.15s;
}
.cid-uLMT5bnPh6 button.navbar-toggler .hamburger span:nth-child(4) {
  top: 16px;
  transition: all 0.2s;
}
.cid-uLMT5bnPh6 nav.opened .hamburger span:nth-child(1) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-uLMT5bnPh6 nav.opened .hamburger span:nth-child(2) {
  transform: rotate(45deg);
  transition: all 0.25s;
}
.cid-uLMT5bnPh6 nav.opened .hamburger span:nth-child(3) {
  transform: rotate(-45deg);
  transition: all 0.25s;
}
.cid-uLMT5bnPh6 nav.opened .hamburger span:nth-child(4) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-uLMT5bnPh6 a.nav-link {
  display: flex;
  align-items: center;
  justify-content: flex-start;
}
.cid-uLMT5bnPh6 .icons-menu {
  flex-wrap: nowrap;
  display: flex;
  justify-content: center;
  padding: 0;
  text-align: center;
  margin-bottom: 35px;
}
@media screen and (-ms-high-contrast: active), (-ms-high-contrast: none) {
  .cid-uLMT5bnPh6 .navbar {
    height: 70px;
  }
  .cid-uLMT5bnPh6 .navbar.opened {
    height: auto;
  }
  .cid-uLMT5bnPh6 .nav-item .nav-link:hover::before {
    width: 175%;
    max-width: calc(100% + 2rem);
    left: -1rem;
  }
}
.cid-uLMT5bnPh6 .navbar-dropdown .navbar-logo {
  margin-right: 15px;
}
@media (min-width: 768px) {
  .cid-uLMT5bnPh6 .container-fluid {
    padding-left: 30px;
    padding-right: 30px;
  }
}
.cid-uLMT5bnPh6 .mbr-section-btn-main {
  padding-top: 5px;
}
.cid-uLMT5bnPh6 .mbr-section-btn-main .btn {
  margin: 0 4px 4px 4px;
}
.cid-uLMT5bnPh6 .navbar-caption:hover {
  color: #2554ab;
}
@media (min-width: 992px) {
  .cid-uLMT5bnPh6 .dropdown-menu.dropdown-submenu {
    left: 175px !important;
    top: -45% !important;
  }
}
.cid-uLMT5bnPh6 .nav-link {
  position: relative;
}
.cid-uLMT5bnPh6 .nav-link:before {
  content: '';
  position: absolute;
  left: -12px;
  width: 6px;
  height: 6px;
  border-radius: 100%;
  background-color: #2554ab;
  transition: all .3s ease;
  opacity: 0;
}
.cid-uLMT5bnPh6 .nav-link:hover:before {
  opacity: 1;
}
.cid-uLMT5bnPh6 .mbr-section-subtitle {
  color: #ffffff;
}
.cid-uLMT5bnPh6 .mbr-text {
  color: #ffffff;
  text-align: center;
}
.cid-uLMT5bnPh6 .text_widget {
  color: #ffffff;
}
.cid-uLMT5bnPh6 .mbr-section-subtitle,
.cid-uLMT5bnPh6 .text_widget,
.cid-uLMT5bnPh6 .mbr-section-btn {
  text-align: center;
}
.cid-uLMT5bnPh6 a[class*="text-"]:not(.nav-link):not(.dropdown-item):not([role]):not(.navbar-caption):hover {
  background-image: none;
}
.cid-uC4oVRqLDu {
  padding-top: 0rem;
  padding-bottom: 0rem;
  background-color: #ffffff;
}
.cid-uC4oVRqLDu .item-img {
  position: relative;
  overflow: hidden;
}
.cid-uC4oVRqLDu .item-img:before {
  content: '';
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
  left: 0;
  background: black;
  opacity: 0.3;
  z-index: 1;
  transition: all 0.3s;
  pointer-events: none;
}
.cid-uC4oVRqLDu h5 {
  margin-bottom: 1rem;
}
.cid-uC4oVRqLDu .item-content {
  position: absolute;
  top: 55%;
  right: 0;
  z-index: 2;
  width: 100%;
  transform: translateY(-50%);
  padding: 2rem 8rem;
  display: flex;
  flex-direction: column;
  height: 50%;
}
@media (max-width: 767px) {
  .cid-uC4oVRqLDu .item-content {
    padding: 0 2rem 1.5rem;
    margin-top: 1rem;
  }
}
.cid-uC4oVRqLDu img,
.cid-uC4oVRqLDu .item-img {
  width: 100%;
  transition: all 0.3s;
  height: 100%;
  height: 400px;
  object-fit: cover;
}
.cid-uC4oVRqLDu .item:focus,
.cid-uC4oVRqLDu span:focus {
  outline: none;
}
.cid-uC4oVRqLDu .item {
  margin-bottom: 2rem;
}
@media (max-width: 767px) {
  .cid-uC4oVRqLDu .item {
    margin-bottom: 1rem;
  }
}
.cid-uC4oVRqLDu .item-wrapper {
  position: relative;
  border-radius: 15px;
  height: 100%;
  display: flex;
  flex-flow: column nowrap;
}
.cid-uC4oVRqLDu .mbr-section-title {
  color: #4e423d;
}
.cid-uC4oVRqLDu .item-title {
  text-align: left;
  color: #ffffff;
}
.cid-uC4oVRqLDu .item-subtitle {
  text-align: left;
  color: #ffffff;
}
.cid-uC4oVRqLDu .mbr-text,
.cid-uC4oVRqLDu .item .mbr-section-btn {
  text-align: left;
  color: #ffffff;
}
.cid-uC4oVRqLDu .content-head {
  max-width: 800px;
}
.cid-uC4oVSR6aA {
  padding-top: 1rem;
  padding-bottom: 5rem;
  background-color: #fafafa;
}
.cid-uC4oVSR6aA .mbr-section-title {
  margin-bottom: 1em;
  color: #272727;
}
.cid-uC4oVSR6aA .mbr-section-subtitle {
  margin-bottom: 1.5625em;
  color: #272727;
  opacity: 0.4;
}
.cid-uC4oVSR6aA .item-row {
  display: grid;
  -webkit-box-align: stretch;
  -webkit-align-items: stretch;
  -ms-flex-align: stretch;
  align-items: stretch;
  grid-auto-columns: 1fr;
  grid-column-gap: 16px;
  grid-row-gap: 16px;
  grid-template-columns: repeat(4, 1fr);
  -ms-grid-rows: auto;
  grid-template-rows: auto;
}
@media (max-width: 1199px) {
  .cid-uC4oVSR6aA .item-row {
    grid-template-columns: repeat(2, 1fr);
  }
}
@media (max-width: 767px) {
  .cid-uC4oVSR6aA .item-row {
    grid-template-columns: repeat(1, 1fr);
  }
}
.cid-uC4oVSR6aA .item {
  padding: 0;
}
.cid-uC4oVSR6aA .item-wrapper {
  display: flex;
  flex-direction: column;
  align-items: stretch;
  height: 100%;
  width: 100%;
  border-radius: 10px;
  overflow: hidden;
  transform-style: preserve-3d;
  transition: .3s all;
  border: 2px solid transparent;
}
.cid-uC4oVSR6aA .item-wrapper:hover {
  transform: scale3d(1.01, 1.01, 1);
  border-color: #fafafa;
}
.cid-uC4oVSR6aA .item-img {
  display: flex;
  align-items: center;
  justify-content: center;
  height: 175px;
}
.cid-uC4oVSR6aA .item-img img {
  width: 100%;
  object-fit: cover;
  height: 100%;
}
.cid-uC4oVSR6aA .item-content {
  display: flex;
  flex-direction: column;
  align-items: stretch;
  width: 100%;
  padding: 20px 5% 6%;
  flex-grow: 1;
  background-color: #ffffff;
}
.cid-uC4oVSR6aA .item-text-wrap {
  width: 100%;
  margin-bottom: 5.3em;
}
@media (max-width: 1199px) {
  .cid-uC4oVSR6aA .item-text-wrap {
    margin-bottom: 4em;
  }
}
@media (max-width: 767px) {
  .cid-uC4oVSR6aA .item-text-wrap {
    margin-bottom: 2em;
    max-width: 340px;
    margin-right: auto;
  }
}
.cid-uC4oVSR6aA .item-title {
  color: #272727;
  margin-bottom: 0.52em;
}
.cid-uC4oVSR6aA .item-subtitle {
  color: #272727;
  opacity: 0.52em;
}
.cid-uC4oVSR6aA .card-bottom {
  display: flex;
  flex-direction: column;
  align-items: stretch;
  margin-top: auto;
}
.cid-uC4oVSR6aA .item-name-wrap {
  display: flex;
  align-items: center;
  width: 100%;
}
.cid-uC4oVSR6aA .image-wrapper {
  width: 35px;
  height: 35px;
  margin-right: 10px;
  border-radius: 300px;
  overflow: hidden;
}
.cid-uC4oVSR6aA .image-wrapper img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.cid-uC4oVSR6aA .mbr-text {
  flex-grow: 1;
  color: #272727;
  text-align: right;
}
.cid-uC4oVSR6aA .mbr-section-btn {
  display: flex;
  margin-top: 20px;
  width: auto !important;
}
.cid-uC4oVSR6aA .mbr-section-btn .btn {
  width: 100%;
  min-width: auto !important;
}
.cid-uLMRAIzUxG {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-color: #0e132f;
}
.cid-uLMRAIzUxG .mbr-fallback-image.disabled {
  display: none;
}
.cid-uLMRAIzUxG .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-uLMRAIzUxG .container {
    padding: 0 16px;
  }
}
.cid-uLMRAIzUxG .card {
  display: flex;
  flex-direction: column;
  justify-content: space-between;
}
@media (max-width: 992px) {
  .cid-uLMRAIzUxG .card {
    margin-bottom: 40px;
  }
}
.cid-uLMRAIzUxG .card .content-wrapper .title-wrapper .title-wrap {
  display: inline-flex;
  align-items: center;
  margin-bottom: 16px;
}
@media (max-width: 992px) {
  .cid-uLMRAIzUxG .card .content-wrapper .title-wrapper .title-wrap {
    margin-bottom: 40px;
  }
}
.cid-uLMRAIzUxG .card .content-wrapper .title-wrapper .title-wrap img {
  width: 32px;
  height: 32px;
  object-fit: contain;
  margin-right: 1rem;
}
.cid-uLMRAIzUxG .card .content-wrapper .title-wrapper .title-wrap .mbr-section-title {
  margin-bottom: 0;
}
.cid-uLMRAIzUxG .card .content-wrapper .copyright {
  margin-bottom: 20px;
}
@media (max-width: 992px) {
  .cid-uLMRAIzUxG .card .content-wrapper .copyright {
    margin-bottom: 40px;
  }
}
.cid-uLMRAIzUxG .card .social-wrapper .social-wrap {
  display: inline-flex;
  flex-wrap: wrap;
}
.cid-uLMRAIzUxG .card .social-wrapper .social-wrap .mbr-iconfont {
  font-size: 20px;
  margin-right: 48px;
  color: #ffffff;
}
.cid-uLMRAIzUxG .list-wrapper .mbr-card-title {
  margin-bottom: 16px;
}
.cid-uLMRAIzUxG .list-wrapper .list {
  margin: 0;
  padding: 0;
  list-style-type: none;
}
.cid-uLMRAIzUxG .list-wrapper .list .item-wrap {
  margin-bottom: 16px;
}
@media (max-width: 992px) {
  .cid-uLMRAIzUxG .list-wrapper .list {
    margin-bottom: 40px;
  }
}
.cid-uLMRAIzUxG .mbr-section-title {
  color: #ffffff;
}
.cid-uLMRAIzUxG .copyright {
  color: #ffffff;
}
.cid-uLMRAIzUxG .mbr-card-title {
  color: #D4FE00;
}
.cid-uLMRAIzUxG .list {
  color: #ffffff;
}
.cid-uLMT5bnPh6 .navbar-dropdown {
  background-color: #ffffff !important;
  padding: 0;
}
.cid-uLMT5bnPh6 .navbar.navbar-expand-lg .dropdown .dropdown-menu {
  background-color: #ffffff !important;
  background: #ffffff;
}
.cid-uLMT5bnPh6 .navbar.navbar-expand-lg .dropdown .dropdown-menu .dropdown-submenu {
  margin: 0;
  left: 100%;
}
@media (max-width: 991px) {
  .cid-uLMT5bnPh6 .menu_box .navbar.opened,
  .cid-uLMT5bnPh6 .menu_box .navbar-collapse {
    background-color: #ffffff !important;
    transition: all 0s ease 0s;
  }
}
.cid-uLMT5bnPh6 .navbar-dropdown {
  position: relative !important;
}
.cid-uLMT5bnPh6 .btn {
  min-height: auto;
  box-shadow: none;
  margin-top: 0;
}
.cid-uLMT5bnPh6 .btn:hover {
  box-shadow: none;
}
@media (min-width: 992px) {
  .cid-uLMT5bnPh6 .offcanvas_image img {
    width: auto;
    object-fit: cover;
    display: inline-block;
  }
  .cid-uLMT5bnPh6 .offcanvas-header {
    position: relative;
    padding: 0;
  }
  .cid-uLMT5bnPh6 .offcanvas-header .btn-close {
    position: absolute;
    top: -70px;
    right: 0;
    width: 35px;
    height: 30px;
  }
  .cid-uLMT5bnPh6 .offcanvas-body {
    text-align: center;
    padding: 0;
  }
  .cid-uLMT5bnPh6 .offcanvas-body .mbr-text,
  .cid-uLMT5bnPh6 .offcanvas-body .mbr-section-subtitle {
    margin-top: 14px;
  }
  .cid-uLMT5bnPh6 .offcanvas-body .offcanvas_contact {
    margin: 35px 0;
  }
  .cid-uLMT5bnPh6 .offcanvas_box button.btn_offcanvas {
    outline: none;
    width: 40px;
    height: 40px;
    cursor: pointer;
    transition: all 0.2s;
    position: relative;
    align-self: center;
  }
  .cid-uLMT5bnPh6 .offcanvas_box button.btn_offcanvas .hamburger span {
    position: absolute;
    right: 0;
    width: 40px;
    height: 2px;
    border-right: 5px;
    background-color: #474747;
  }
  .cid-uLMT5bnPh6 .offcanvas_box button.btn_offcanvas .hamburger span:nth-child(1) {
    top: 18px;
    transition: all 0.2s;
  }
  .cid-uLMT5bnPh6 .offcanvas_box button.btn_offcanvas .hamburger span:nth-child(2) {
    top: 25px;
    transition: all 0.2s;
  }
  .cid-uLMT5bnPh6 .offcanvas_box button.btn_offcanvas:hover .hamburger span {
    width: 36px;
  }
  .cid-uLMT5bnPh6 .offcanvas_box button.btn_offcanvas:hover .hamburger span:nth-child(2) {
    width: 33px;
    transition-delay: 0.2s;
  }
  .cid-uLMT5bnPh6 ul.navbar-nav {
    padding-bottom: 1.5rem;
  }
  .cid-uLMT5bnPh6 .dropdown-menu .dropdown-toggle[data-toggle="dropdown-submenu"]::after,
  .cid-uLMT5bnPh6 .link.dropdown-toggle::after {
    display: inline-block;
    width: 7px;
    height: 7px;
    margin-left: .5rem;
    margin-bottom: 2px;
    content: "";
    border: 2px solid;
    border-left: none;
    border-top: none;
    transform: rotate(-45deg);
  }
  .cid-uLMT5bnPh6 .link.dropdown-toggle::after {
    padding: 0 !important;
    transform: rotate(45deg);
  }
  .cid-uLMT5bnPh6 li.nav-item {
    position: relative;
    display: inline-block;
    padding: 1px 7px !important;
    vertical-align: middle;
    line-height: 2em !important;
    font-weight: 600 !important;
    text-decoration: none;
    letter-spacing: 0 !important;
    z-index: 1;
  }
  .cid-uLMT5bnPh6 .lg_brand {
    margin: 0 1rem;
  }
}
.cid-uLMT5bnPh6 .nav-item {
  margin: 4px 15px;
}
@media (min-width: 1200px) {
  .cid-uLMT5bnPh6 .nav-item {
    margin: 4px 20px;
  }
}
@media (max-width: 991px) {
  .cid-uLMT5bnPh6 .nav-item {
    margin: 0 !important;
  }
}
.cid-uLMT5bnPh6 .dropdown-menu {
  border-radius: 0;
  box-shadow: none;
  text-align: left;
}
@media (min-width: 992px) {
  .cid-uLMT5bnPh6 .dropdown-menu {
    padding: 18px 34px 22px;
    min-width: 250px;
    top: auto !important;
    left: -40px !important;
  }
  .cid-uLMT5bnPh6 .dropdown-menu.dropdown-submenu {
    left: 215px !important;
    top: -45% !important;
  }
}
@media (max-width: 991px) {
  .cid-uLMT5bnPh6 .dropdown-menu .dropdown-toggle[data-toggle="dropdown-submenu"]::after,
  .cid-uLMT5bnPh6 .link.dropdown-toggle::after {
    display: inline-block;
    width: 7px;
    height: 7px;
    margin-left: .5rem;
    margin-bottom: 2px;
    content: "";
    border: 2px solid;
    border-left: none;
    border-top: none;
    transform: rotate(-45deg);
    right: 15px;
    position: absolute;
    margin-top: -2px;
  }
  .cid-uLMT5bnPh6 .show.dropdown-toggle[aria-expanded="true"]::after {
    transform: rotate(45deg);
    margin-top: -4px;
  }
  .cid-uLMT5bnPh6 .offcanvas_box {
    display: none;
  }
}
.cid-uLMT5bnPh6 .dropdown-item {
  border: none;
  font-weight: 400 !important;
}
.cid-uLMT5bnPh6 .nav-dropdown .link {
  font-weight: 400 !important;
  padding: 0 !important;
  margin: 0 !important;
}
.cid-uLMT5bnPh6 .nav-dropdown .link.dropdown-toggle::after {
  margin-left: 0.5rem;
  margin-top: 0;
}
.cid-uLMT5bnPh6 .container {
  display: flex;
  margin: auto;
}
.cid-uLMT5bnPh6 .iconfont-wrapper {
  color: #e0bdb6;
  font-size: 17px;
  margin-right: 10px;
  margin-bottom: 5px;
  width: 25px;
  height: 25px;
  border-radius: 50%;
  display: flex;
  justify-content: center;
  align-items: center;
  transition: all 0.2s ease-in-out;
}
.cid-uLMT5bnPh6 .iconfont-wrapper:last-child {
  margin-right: 0;
}
.cid-uLMT5bnPh6 .iconfont-wrapper:hover {
  opacity: .5;
}
.cid-uLMT5bnPh6 .navbar-caption {
  color: #747474;
}
.cid-uLMT5bnPh6 .navbar-nav {
  margin: 0 1rem;
}
@media (min-width: 992px) {
  .cid-uLMT5bnPh6 .navbar-nav {
    margin: 0;
  }
}
.cid-uLMT5bnPh6 .dropdown-menu,
.cid-uLMT5bnPh6 .navbar.opened {
  background-color: false !important;
}
.cid-uLMT5bnPh6 .nav-item:focus,
.cid-uLMT5bnPh6 .nav-link:focus {
  outline: none;
}
.cid-uLMT5bnPh6 .dropdown .dropdown-menu .dropdown-item {
  width: auto;
  transition: all 0.25s ease-in-out;
}
.cid-uLMT5bnPh6 .dropdown .dropdown-menu .dropdown-item::after {
  right: 0.5rem;
}
.cid-uLMT5bnPh6 .dropdown .dropdown-menu .dropdown-item .mbr-iconfont {
  margin-right: 0.5rem;
  vertical-align: sub;
}
.cid-uLMT5bnPh6 .dropdown .dropdown-menu .dropdown-item .mbr-iconfont:before {
  display: inline-block;
  transform: scale(1, 1);
  transition: all 0.25s ease-in-out;
}
.cid-uLMT5bnPh6 .collapsed .dropdown-menu .dropdown-item:before {
  display: none;
}
.cid-uLMT5bnPh6 .collapsed .dropdown .dropdown-menu .dropdown-item {
  padding: 0.235em 1.5em 0.235em 1.5em !important;
  transition: none;
  margin: 0 !important;
}
.cid-uLMT5bnPh6 .navbar {
  min-height: 70px;
  padding: 20px 0;
  transition: all 0.3s;
  border-bottom-width: 0px;
}
@media (max-width: 992px) {
  .cid-uLMT5bnPh6 .navbar {
    min-height: 30px;
    max-height: 90px;
  }
}
.cid-uLMT5bnPh6 .navbar.opened {
  transition: all 0.3s;
}
.cid-uLMT5bnPh6 .navbar .dropdown-item {
  padding: 0;
  margin: 8px 0;
}
.cid-uLMT5bnPh6 .navbar .navbar-logo img {
  width: auto;
  object-fit: contain;
  border-radius: 0;
}
.cid-uLMT5bnPh6 .navbar .navbar-collapse {
  justify-content: space-between;
  z-index: 1;
}
.cid-uLMT5bnPh6 .navbar.collapsed {
  justify-content: center;
}
.cid-uLMT5bnPh6 .navbar.collapsed .nav-item .nav-link::before {
  display: none;
}
.cid-uLMT5bnPh6 .navbar.collapsed.opened .dropdown-menu {
  top: 0;
}
.cid-uLMT5bnPh6 .navbar.collapsed .dropdown-menu .dropdown-submenu {
  left: 0 !important;
}
.cid-uLMT5bnPh6 .navbar.collapsed .dropdown-menu .dropdown-item:after {
  right: auto;
}
.cid-uLMT5bnPh6 .navbar.collapsed ul.navbar-nav li {
  margin: auto;
}
.cid-uLMT5bnPh6 .navbar.collapsed .dropdown-menu .dropdown-item {
  padding: 0.25rem 1.5rem;
  text-align: left;
}
.cid-uLMT5bnPh6 .navbar.collapsed .icons-menu {
  padding: 0;
}
@media (max-width: 991px) {
  .cid-uLMT5bnPh6 .navbar .nav-item {
    padding: .5rem 0;
  }
  .cid-uLMT5bnPh6 .navbar .navbar-collapse {
    padding: 34px 0;
    border-radius: 25px;
  }
  .cid-uLMT5bnPh6 .navbar .nav-item .nav-link::before {
    display: none;
  }
  .cid-uLMT5bnPh6 .navbar.opened .dropdown-menu {
    top: 0;
  }
  .cid-uLMT5bnPh6 .navbar .dropdown-menu {
    padding: 6px 0 6px 15px;
  }
  .cid-uLMT5bnPh6 .navbar .dropdown-menu .dropdown-submenu {
    left: 0 !important;
  }
  .cid-uLMT5bnPh6 .navbar .dropdown-menu .dropdown-item:after {
    right: auto;
    margin-top: -0.4rem;
  }
  .cid-uLMT5bnPh6 .navbar .navbar-logo img {
    height: 3rem !important;
  }
  .cid-uLMT5bnPh6 .navbar ul.navbar-nav {
    overflow: hidden;
  }
  .cid-uLMT5bnPh6 .navbar ul.navbar-nav li {
    margin: 0;
  }
  .cid-uLMT5bnPh6 .navbar .dropdown-menu .dropdown-item {
    padding: 0 !important;
    margin: 0;
    margin-top: 8px;
    text-align: left;
  }
  .cid-uLMT5bnPh6 .navbar .navbar-brand {
    flex-shrink: initial;
    flex-basis: auto;
    word-break: break-word;
    padding-right: 2rem;
  }
  .cid-uLMT5bnPh6 .navbar .navbar-toggler {
    flex-basis: auto;
  }
  .cid-uLMT5bnPh6 .navbar .icons-menu {
    padding: 0;
  }
}
.cid-uLMT5bnPh6 .navbar.navbar-short {
  min-height: 60px;
}
.cid-uLMT5bnPh6 .navbar.navbar-short .navbar-logo img {
  height: 2.5rem !important;
}
.cid-uLMT5bnPh6 .navbar.navbar-short .navbar-brand {
  min-height: 60px;
  padding: 0;
}
.cid-uLMT5bnPh6 .navbar-brand {
  min-height: 70px;
  flex-shrink: 0;
  align-items: center;
  margin-right: 0;
  padding: 10px 0;
  transition: all 0.3s;
  word-break: break-word;
  z-index: 1;
}
.cid-uLMT5bnPh6 .navbar-brand .navbar-caption {
  line-height: inherit !important;
}
.cid-uLMT5bnPh6 .navbar-brand .navbar-logo a {
  outline: none;
}
.cid-uLMT5bnPh6 .dropdown-item.active,
.cid-uLMT5bnPh6 .dropdown-item:active {
  background-color: transparent;
}
.cid-uLMT5bnPh6 .navbar-expand-lg .navbar-nav .nav-link {
  padding: 0;
}
.cid-uLMT5bnPh6 .nav-dropdown .link.dropdown-toggle {
  margin-right: 1.667em;
}
.cid-uLMT5bnPh6 .nav-dropdown .link.dropdown-toggle[aria-expanded="true"] {
  margin-right: 0;
  padding: 0.667em 1.667em;
}
.cid-uLMT5bnPh6 .navbar .dropdown.open > .dropdown-menu {
  display: block;
}
.cid-uLMT5bnPh6 ul.navbar-nav {
  flex-wrap: wrap;
  padding: 36px 0;
  border-bottom: 1px solid #0e132f;
}
.cid-uLMT5bnPh6 .navbar-buttons {
  text-align: center;
  min-width: 170px;
}
.cid-uLMT5bnPh6 button.navbar-toggler {
  outline: none;
  width: 48px;
  height: 48px;
  border-radius: 50%;
  cursor: pointer;
  transition: all 0.2s;
  position: relative;
  align-self: center;
  color: #ffffff;
  background: #ffffff;
}
.cid-uLMT5bnPh6 button.navbar-toggler .hamburger span {
  position: absolute;
  right: 10px;
  margin-top: 14px;
  width: 26px;
  height: 2px;
  border-right: 5px;
  background-color: #474747;
}
.cid-uLMT5bnPh6 button.navbar-toggler .hamburger span:nth-child(1) {
  top: 0;
  transition: all 0.2s;
}
.cid-uLMT5bnPh6 button.navbar-toggler .hamburger span:nth-child(2) {
  top: 8px;
  transition: all 0.15s;
}
.cid-uLMT5bnPh6 button.navbar-toggler .hamburger span:nth-child(3) {
  top: 8px;
  transition: all 0.15s;
}
.cid-uLMT5bnPh6 button.navbar-toggler .hamburger span:nth-child(4) {
  top: 16px;
  transition: all 0.2s;
}
.cid-uLMT5bnPh6 nav.opened .hamburger span:nth-child(1) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-uLMT5bnPh6 nav.opened .hamburger span:nth-child(2) {
  transform: rotate(45deg);
  transition: all 0.25s;
}
.cid-uLMT5bnPh6 nav.opened .hamburger span:nth-child(3) {
  transform: rotate(-45deg);
  transition: all 0.25s;
}
.cid-uLMT5bnPh6 nav.opened .hamburger span:nth-child(4) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-uLMT5bnPh6 a.nav-link {
  display: flex;
  align-items: center;
  justify-content: flex-start;
}
.cid-uLMT5bnPh6 .icons-menu {
  flex-wrap: nowrap;
  display: flex;
  justify-content: center;
  padding: 0;
  text-align: center;
  margin-bottom: 35px;
}
@media screen and (-ms-high-contrast: active), (-ms-high-contrast: none) {
  .cid-uLMT5bnPh6 .navbar {
    height: 70px;
  }
  .cid-uLMT5bnPh6 .navbar.opened {
    height: auto;
  }
  .cid-uLMT5bnPh6 .nav-item .nav-link:hover::before {
    width: 175%;
    max-width: calc(100% + 2rem);
    left: -1rem;
  }
}
.cid-uLMT5bnPh6 .navbar-dropdown .navbar-logo {
  margin-right: 15px;
}
@media (min-width: 768px) {
  .cid-uLMT5bnPh6 .container-fluid {
    padding-left: 30px;
    padding-right: 30px;
  }
}
.cid-uLMT5bnPh6 .mbr-section-btn-main {
  padding-top: 5px;
}
.cid-uLMT5bnPh6 .mbr-section-btn-main .btn {
  margin: 0 4px 4px 4px;
}
.cid-uLMT5bnPh6 .navbar-caption:hover {
  color: #2554ab;
}
@media (min-width: 992px) {
  .cid-uLMT5bnPh6 .dropdown-menu.dropdown-submenu {
    left: 175px !important;
    top: -45% !important;
  }
}
.cid-uLMT5bnPh6 .nav-link {
  position: relative;
}
.cid-uLMT5bnPh6 .nav-link:before {
  content: '';
  position: absolute;
  left: -12px;
  width: 6px;
  height: 6px;
  border-radius: 100%;
  background-color: #2554ab;
  transition: all .3s ease;
  opacity: 0;
}
.cid-uLMT5bnPh6 .nav-link:hover:before {
  opacity: 1;
}
.cid-uLMT5bnPh6 .mbr-section-subtitle {
  color: #ffffff;
}
.cid-uLMT5bnPh6 .mbr-text {
  color: #ffffff;
  text-align: center;
}
.cid-uLMT5bnPh6 .text_widget {
  color: #ffffff;
}
.cid-uLMT5bnPh6 .mbr-section-subtitle,
.cid-uLMT5bnPh6 .text_widget,
.cid-uLMT5bnPh6 .mbr-section-btn {
  text-align: center;
}
.cid-uLMT5bnPh6 a[class*="text-"]:not(.nav-link):not(.dropdown-item):not([role]):not(.navbar-caption):hover {
  background-image: none;
}
.cid-uC4oWb8eMo {
  padding-top: 0rem;
  padding-bottom: 0rem;
  background-color: #ffffff;
}
.cid-uC4oWb8eMo .item-img {
  position: relative;
  overflow: hidden;
}
.cid-uC4oWb8eMo .item-img:before {
  content: '';
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
  left: 0;
  background: black;
  opacity: 0.3;
  z-index: 1;
  transition: all 0.3s;
  pointer-events: none;
}
.cid-uC4oWb8eMo h5 {
  margin-bottom: 1rem;
}
.cid-uC4oWb8eMo .item-content {
  position: absolute;
  top: 55%;
  right: 0;
  z-index: 2;
  width: 100%;
  transform: translateY(-50%);
  padding: 2rem 8rem;
  display: flex;
  flex-direction: column;
  height: 50%;
}
@media (max-width: 767px) {
  .cid-uC4oWb8eMo .item-content {
    padding: 0 2rem 1.5rem;
    margin-top: 1rem;
  }
}
.cid-uC4oWb8eMo img,
.cid-uC4oWb8eMo .item-img {
  width: 100%;
  transition: all 0.3s;
  height: 100%;
  height: 400px;
  object-fit: cover;
}
.cid-uC4oWb8eMo .item:focus,
.cid-uC4oWb8eMo span:focus {
  outline: none;
}
.cid-uC4oWb8eMo .item {
  margin-bottom: 2rem;
}
@media (max-width: 767px) {
  .cid-uC4oWb8eMo .item {
    margin-bottom: 1rem;
  }
}
.cid-uC4oWb8eMo .item-wrapper {
  position: relative;
  border-radius: 15px;
  height: 100%;
  display: flex;
  flex-flow: column nowrap;
}
.cid-uC4oWb8eMo .mbr-section-title {
  color: #4e423d;
}
.cid-uC4oWb8eMo .item-title {
  text-align: left;
  color: #ffffff;
}
.cid-uC4oWb8eMo .item-subtitle {
  text-align: left;
  color: #ffffff;
}
.cid-uC4oWb8eMo .mbr-text,
.cid-uC4oWb8eMo .item .mbr-section-btn {
  text-align: left;
  color: #ffffff;
}
.cid-uC4oWb8eMo .content-head {
  max-width: 800px;
}
.cid-uC4oWcoa53 {
  padding-top: 1rem;
  padding-bottom: 5rem;
  background-color: #fafafa;
}
.cid-uC4oWcoa53 .mbr-section-title {
  margin-bottom: 1em;
  color: #272727;
}
.cid-uC4oWcoa53 .mbr-section-subtitle {
  margin-bottom: 1.5625em;
  color: #272727;
  opacity: 0.4;
}
.cid-uC4oWcoa53 .item-row {
  display: grid;
  -webkit-box-align: stretch;
  -webkit-align-items: stretch;
  -ms-flex-align: stretch;
  align-items: stretch;
  grid-auto-columns: 1fr;
  grid-column-gap: 16px;
  grid-row-gap: 16px;
  grid-template-columns: repeat(4, 1fr);
  -ms-grid-rows: auto;
  grid-template-rows: auto;
}
@media (max-width: 1199px) {
  .cid-uC4oWcoa53 .item-row {
    grid-template-columns: repeat(2, 1fr);
  }
}
@media (max-width: 767px) {
  .cid-uC4oWcoa53 .item-row {
    grid-template-columns: repeat(1, 1fr);
  }
}
.cid-uC4oWcoa53 .item {
  padding: 0;
}
.cid-uC4oWcoa53 .item-wrapper {
  display: flex;
  flex-direction: column;
  align-items: stretch;
  height: 100%;
  width: 100%;
  border-radius: 10px;
  overflow: hidden;
  transform-style: preserve-3d;
  transition: .3s all;
  border: 2px solid transparent;
}
.cid-uC4oWcoa53 .item-wrapper:hover {
  transform: scale3d(1.01, 1.01, 1);
  border-color: #fafafa;
}
.cid-uC4oWcoa53 .item-img {
  display: flex;
  align-items: center;
  justify-content: center;
  height: 175px;
}
.cid-uC4oWcoa53 .item-img img {
  width: 100%;
  object-fit: cover;
  height: 100%;
}
.cid-uC4oWcoa53 .item-content {
  display: flex;
  flex-direction: column;
  align-items: stretch;
  width: 100%;
  padding: 20px 5% 6%;
  flex-grow: 1;
  background-color: #ffffff;
}
.cid-uC4oWcoa53 .item-text-wrap {
  width: 100%;
  margin-bottom: 5.3em;
}
@media (max-width: 1199px) {
  .cid-uC4oWcoa53 .item-text-wrap {
    margin-bottom: 4em;
  }
}
@media (max-width: 767px) {
  .cid-uC4oWcoa53 .item-text-wrap {
    margin-bottom: 2em;
    max-width: 340px;
    margin-right: auto;
  }
}
.cid-uC4oWcoa53 .item-title {
  color: #272727;
  margin-bottom: 0.52em;
}
.cid-uC4oWcoa53 .item-subtitle {
  color: #272727;
  opacity: 0.52em;
}
.cid-uC4oWcoa53 .card-bottom {
  display: flex;
  flex-direction: column;
  align-items: stretch;
  margin-top: auto;
}
.cid-uC4oWcoa53 .item-name-wrap {
  display: flex;
  align-items: center;
  width: 100%;
}
.cid-uC4oWcoa53 .image-wrapper {
  width: 35px;
  height: 35px;
  margin-right: 10px;
  border-radius: 300px;
  overflow: hidden;
}
.cid-uC4oWcoa53 .image-wrapper img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.cid-uC4oWcoa53 .mbr-text {
  flex-grow: 1;
  color: #272727;
  text-align: right;
}
.cid-uC4oWcoa53 .mbr-section-btn {
  display: flex;
  margin-top: 20px;
  width: auto !important;
}
.cid-uC4oWcoa53 .mbr-section-btn .btn {
  width: 100%;
  min-width: auto !important;
}
.cid-uLMRAIzUxG {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-color: #0e132f;
}
.cid-uLMRAIzUxG .mbr-fallback-image.disabled {
  display: none;
}
.cid-uLMRAIzUxG .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-uLMRAIzUxG .container {
    padding: 0 16px;
  }
}
.cid-uLMRAIzUxG .card {
  display: flex;
  flex-direction: column;
  justify-content: space-between;
}
@media (max-width: 992px) {
  .cid-uLMRAIzUxG .card {
    margin-bottom: 40px;
  }
}
.cid-uLMRAIzUxG .card .content-wrapper .title-wrapper .title-wrap {
  display: inline-flex;
  align-items: center;
  margin-bottom: 16px;
}
@media (max-width: 992px) {
  .cid-uLMRAIzUxG .card .content-wrapper .title-wrapper .title-wrap {
    margin-bottom: 40px;
  }
}
.cid-uLMRAIzUxG .card .content-wrapper .title-wrapper .title-wrap img {
  width: 32px;
  height: 32px;
  object-fit: contain;
  margin-right: 1rem;
}
.cid-uLMRAIzUxG .card .content-wrapper .title-wrapper .title-wrap .mbr-section-title {
  margin-bottom: 0;
}
.cid-uLMRAIzUxG .card .content-wrapper .copyright {
  margin-bottom: 20px;
}
@media (max-width: 992px) {
  .cid-uLMRAIzUxG .card .content-wrapper .copyright {
    margin-bottom: 40px;
  }
}
.cid-uLMRAIzUxG .card .social-wrapper .social-wrap {
  display: inline-flex;
  flex-wrap: wrap;
}
.cid-uLMRAIzUxG .card .social-wrapper .social-wrap .mbr-iconfont {
  font-size: 20px;
  margin-right: 48px;
  color: #ffffff;
}
.cid-uLMRAIzUxG .list-wrapper .mbr-card-title {
  margin-bottom: 16px;
}
.cid-uLMRAIzUxG .list-wrapper .list {
  margin: 0;
  padding: 0;
  list-style-type: none;
}
.cid-uLMRAIzUxG .list-wrapper .list .item-wrap {
  margin-bottom: 16px;
}
@media (max-width: 992px) {
  .cid-uLMRAIzUxG .list-wrapper .list {
    margin-bottom: 40px;
  }
}
.cid-uLMRAIzUxG .mbr-section-title {
  color: #ffffff;
}
.cid-uLMRAIzUxG .copyright {
  color: #ffffff;
}
.cid-uLMRAIzUxG .mbr-card-title {
  color: #D4FE00;
}
.cid-uLMRAIzUxG .list {
  color: #ffffff;
}
.cid-uLMT5bnPh6 .navbar-dropdown {
  background-color: #ffffff !important;
  padding: 0;
}
.cid-uLMT5bnPh6 .navbar.navbar-expand-lg .dropdown .dropdown-menu {
  background-color: #ffffff !important;
  background: #ffffff;
}
.cid-uLMT5bnPh6 .navbar.navbar-expand-lg .dropdown .dropdown-menu .dropdown-submenu {
  margin: 0;
  left: 100%;
}
@media (max-width: 991px) {
  .cid-uLMT5bnPh6 .menu_box .navbar.opened,
  .cid-uLMT5bnPh6 .menu_box .navbar-collapse {
    background-color: #ffffff !important;
    transition: all 0s ease 0s;
  }
}
.cid-uLMT5bnPh6 .navbar-dropdown {
  position: relative !important;
}
.cid-uLMT5bnPh6 .btn {
  min-height: auto;
  box-shadow: none;
  margin-top: 0;
}
.cid-uLMT5bnPh6 .btn:hover {
  box-shadow: none;
}
@media (min-width: 992px) {
  .cid-uLMT5bnPh6 .offcanvas_image img {
    width: auto;
    object-fit: cover;
    display: inline-block;
  }
  .cid-uLMT5bnPh6 .offcanvas-header {
    position: relative;
    padding: 0;
  }
  .cid-uLMT5bnPh6 .offcanvas-header .btn-close {
    position: absolute;
    top: -70px;
    right: 0;
    width: 35px;
    height: 30px;
  }
  .cid-uLMT5bnPh6 .offcanvas-body {
    text-align: center;
    padding: 0;
  }
  .cid-uLMT5bnPh6 .offcanvas-body .mbr-text,
  .cid-uLMT5bnPh6 .offcanvas-body .mbr-section-subtitle {
    margin-top: 14px;
  }
  .cid-uLMT5bnPh6 .offcanvas-body .offcanvas_contact {
    margin: 35px 0;
  }
  .cid-uLMT5bnPh6 .offcanvas_box button.btn_offcanvas {
    outline: none;
    width: 40px;
    height: 40px;
    cursor: pointer;
    transition: all 0.2s;
    position: relative;
    align-self: center;
  }
  .cid-uLMT5bnPh6 .offcanvas_box button.btn_offcanvas .hamburger span {
    position: absolute;
    right: 0;
    width: 40px;
    height: 2px;
    border-right: 5px;
    background-color: #474747;
  }
  .cid-uLMT5bnPh6 .offcanvas_box button.btn_offcanvas .hamburger span:nth-child(1) {
    top: 18px;
    transition: all 0.2s;
  }
  .cid-uLMT5bnPh6 .offcanvas_box button.btn_offcanvas .hamburger span:nth-child(2) {
    top: 25px;
    transition: all 0.2s;
  }
  .cid-uLMT5bnPh6 .offcanvas_box button.btn_offcanvas:hover .hamburger span {
    width: 36px;
  }
  .cid-uLMT5bnPh6 .offcanvas_box button.btn_offcanvas:hover .hamburger span:nth-child(2) {
    width: 33px;
    transition-delay: 0.2s;
  }
  .cid-uLMT5bnPh6 ul.navbar-nav {
    padding-bottom: 1.5rem;
  }
  .cid-uLMT5bnPh6 .dropdown-menu .dropdown-toggle[data-toggle="dropdown-submenu"]::after,
  .cid-uLMT5bnPh6 .link.dropdown-toggle::after {
    display: inline-block;
    width: 7px;
    height: 7px;
    margin-left: .5rem;
    margin-bottom: 2px;
    content: "";
    border: 2px solid;
    border-left: none;
    border-top: none;
    transform: rotate(-45deg);
  }
  .cid-uLMT5bnPh6 .link.dropdown-toggle::after {
    padding: 0 !important;
    transform: rotate(45deg);
  }
  .cid-uLMT5bnPh6 li.nav-item {
    position: relative;
    display: inline-block;
    padding: 1px 7px !important;
    vertical-align: middle;
    line-height: 2em !important;
    font-weight: 600 !important;
    text-decoration: none;
    letter-spacing: 0 !important;
    z-index: 1;
  }
  .cid-uLMT5bnPh6 .lg_brand {
    margin: 0 1rem;
  }
}
.cid-uLMT5bnPh6 .nav-item {
  margin: 4px 15px;
}
@media (min-width: 1200px) {
  .cid-uLMT5bnPh6 .nav-item {
    margin: 4px 20px;
  }
}
@media (max-width: 991px) {
  .cid-uLMT5bnPh6 .nav-item {
    margin: 0 !important;
  }
}
.cid-uLMT5bnPh6 .dropdown-menu {
  border-radius: 0;
  box-shadow: none;
  text-align: left;
}
@media (min-width: 992px) {
  .cid-uLMT5bnPh6 .dropdown-menu {
    padding: 18px 34px 22px;
    min-width: 250px;
    top: auto !important;
    left: -40px !important;
  }
  .cid-uLMT5bnPh6 .dropdown-menu.dropdown-submenu {
    left: 215px !important;
    top: -45% !important;
  }
}
@media (max-width: 991px) {
  .cid-uLMT5bnPh6 .dropdown-menu .dropdown-toggle[data-toggle="dropdown-submenu"]::after,
  .cid-uLMT5bnPh6 .link.dropdown-toggle::after {
    display: inline-block;
    width: 7px;
    height: 7px;
    margin-left: .5rem;
    margin-bottom: 2px;
    content: "";
    border: 2px solid;
    border-left: none;
    border-top: none;
    transform: rotate(-45deg);
    right: 15px;
    position: absolute;
    margin-top: -2px;
  }
  .cid-uLMT5bnPh6 .show.dropdown-toggle[aria-expanded="true"]::after {
    transform: rotate(45deg);
    margin-top: -4px;
  }
  .cid-uLMT5bnPh6 .offcanvas_box {
    display: none;
  }
}
.cid-uLMT5bnPh6 .dropdown-item {
  border: none;
  font-weight: 400 !important;
}
.cid-uLMT5bnPh6 .nav-dropdown .link {
  font-weight: 400 !important;
  padding: 0 !important;
  margin: 0 !important;
}
.cid-uLMT5bnPh6 .nav-dropdown .link.dropdown-toggle::after {
  margin-left: 0.5rem;
  margin-top: 0;
}
.cid-uLMT5bnPh6 .container {
  display: flex;
  margin: auto;
}
.cid-uLMT5bnPh6 .iconfont-wrapper {
  color: #e0bdb6;
  font-size: 17px;
  margin-right: 10px;
  margin-bottom: 5px;
  width: 25px;
  height: 25px;
  border-radius: 50%;
  display: flex;
  justify-content: center;
  align-items: center;
  transition: all 0.2s ease-in-out;
}
.cid-uLMT5bnPh6 .iconfont-wrapper:last-child {
  margin-right: 0;
}
.cid-uLMT5bnPh6 .iconfont-wrapper:hover {
  opacity: .5;
}
.cid-uLMT5bnPh6 .navbar-caption {
  color: #747474;
}
.cid-uLMT5bnPh6 .navbar-nav {
  margin: 0 1rem;
}
@media (min-width: 992px) {
  .cid-uLMT5bnPh6 .navbar-nav {
    margin: 0;
  }
}
.cid-uLMT5bnPh6 .dropdown-menu,
.cid-uLMT5bnPh6 .navbar.opened {
  background-color: false !important;
}
.cid-uLMT5bnPh6 .nav-item:focus,
.cid-uLMT5bnPh6 .nav-link:focus {
  outline: none;
}
.cid-uLMT5bnPh6 .dropdown .dropdown-menu .dropdown-item {
  width: auto;
  transition: all 0.25s ease-in-out;
}
.cid-uLMT5bnPh6 .dropdown .dropdown-menu .dropdown-item::after {
  right: 0.5rem;
}
.cid-uLMT5bnPh6 .dropdown .dropdown-menu .dropdown-item .mbr-iconfont {
  margin-right: 0.5rem;
  vertical-align: sub;
}
.cid-uLMT5bnPh6 .dropdown .dropdown-menu .dropdown-item .mbr-iconfont:before {
  display: inline-block;
  transform: scale(1, 1);
  transition: all 0.25s ease-in-out;
}
.cid-uLMT5bnPh6 .collapsed .dropdown-menu .dropdown-item:before {
  display: none;
}
.cid-uLMT5bnPh6 .collapsed .dropdown .dropdown-menu .dropdown-item {
  padding: 0.235em 1.5em 0.235em 1.5em !important;
  transition: none;
  margin: 0 !important;
}
.cid-uLMT5bnPh6 .navbar {
  min-height: 70px;
  padding: 20px 0;
  transition: all 0.3s;
  border-bottom-width: 0px;
}
@media (max-width: 992px) {
  .cid-uLMT5bnPh6 .navbar {
    min-height: 30px;
    max-height: 90px;
  }
}
.cid-uLMT5bnPh6 .navbar.opened {
  transition: all 0.3s;
}
.cid-uLMT5bnPh6 .navbar .dropdown-item {
  padding: 0;
  margin: 8px 0;
}
.cid-uLMT5bnPh6 .navbar .navbar-logo img {
  width: auto;
  object-fit: contain;
  border-radius: 0;
}
.cid-uLMT5bnPh6 .navbar .navbar-collapse {
  justify-content: space-between;
  z-index: 1;
}
.cid-uLMT5bnPh6 .navbar.collapsed {
  justify-content: center;
}
.cid-uLMT5bnPh6 .navbar.collapsed .nav-item .nav-link::before {
  display: none;
}
.cid-uLMT5bnPh6 .navbar.collapsed.opened .dropdown-menu {
  top: 0;
}
.cid-uLMT5bnPh6 .navbar.collapsed .dropdown-menu .dropdown-submenu {
  left: 0 !important;
}
.cid-uLMT5bnPh6 .navbar.collapsed .dropdown-menu .dropdown-item:after {
  right: auto;
}
.cid-uLMT5bnPh6 .navbar.collapsed ul.navbar-nav li {
  margin: auto;
}
.cid-uLMT5bnPh6 .navbar.collapsed .dropdown-menu .dropdown-item {
  padding: 0.25rem 1.5rem;
  text-align: left;
}
.cid-uLMT5bnPh6 .navbar.collapsed .icons-menu {
  padding: 0;
}
@media (max-width: 991px) {
  .cid-uLMT5bnPh6 .navbar .nav-item {
    padding: .5rem 0;
  }
  .cid-uLMT5bnPh6 .navbar .navbar-collapse {
    padding: 34px 0;
    border-radius: 25px;
  }
  .cid-uLMT5bnPh6 .navbar .nav-item .nav-link::before {
    display: none;
  }
  .cid-uLMT5bnPh6 .navbar.opened .dropdown-menu {
    top: 0;
  }
  .cid-uLMT5bnPh6 .navbar .dropdown-menu {
    padding: 6px 0 6px 15px;
  }
  .cid-uLMT5bnPh6 .navbar .dropdown-menu .dropdown-submenu {
    left: 0 !important;
  }
  .cid-uLMT5bnPh6 .navbar .dropdown-menu .dropdown-item:after {
    right: auto;
    margin-top: -0.4rem;
  }
  .cid-uLMT5bnPh6 .navbar .navbar-logo img {
    height: 3rem !important;
  }
  .cid-uLMT5bnPh6 .navbar ul.navbar-nav {
    overflow: hidden;
  }
  .cid-uLMT5bnPh6 .navbar ul.navbar-nav li {
    margin: 0;
  }
  .cid-uLMT5bnPh6 .navbar .dropdown-menu .dropdown-item {
    padding: 0 !important;
    margin: 0;
    margin-top: 8px;
    text-align: left;
  }
  .cid-uLMT5bnPh6 .navbar .navbar-brand {
    flex-shrink: initial;
    flex-basis: auto;
    word-break: break-word;
    padding-right: 2rem;
  }
  .cid-uLMT5bnPh6 .navbar .navbar-toggler {
    flex-basis: auto;
  }
  .cid-uLMT5bnPh6 .navbar .icons-menu {
    padding: 0;
  }
}
.cid-uLMT5bnPh6 .navbar.navbar-short {
  min-height: 60px;
}
.cid-uLMT5bnPh6 .navbar.navbar-short .navbar-logo img {
  height: 2.5rem !important;
}
.cid-uLMT5bnPh6 .navbar.navbar-short .navbar-brand {
  min-height: 60px;
  padding: 0;
}
.cid-uLMT5bnPh6 .navbar-brand {
  min-height: 70px;
  flex-shrink: 0;
  align-items: center;
  margin-right: 0;
  padding: 10px 0;
  transition: all 0.3s;
  word-break: break-word;
  z-index: 1;
}
.cid-uLMT5bnPh6 .navbar-brand .navbar-caption {
  line-height: inherit !important;
}
.cid-uLMT5bnPh6 .navbar-brand .navbar-logo a {
  outline: none;
}
.cid-uLMT5bnPh6 .dropdown-item.active,
.cid-uLMT5bnPh6 .dropdown-item:active {
  background-color: transparent;
}
.cid-uLMT5bnPh6 .navbar-expand-lg .navbar-nav .nav-link {
  padding: 0;
}
.cid-uLMT5bnPh6 .nav-dropdown .link.dropdown-toggle {
  margin-right: 1.667em;
}
.cid-uLMT5bnPh6 .nav-dropdown .link.dropdown-toggle[aria-expanded="true"] {
  margin-right: 0;
  padding: 0.667em 1.667em;
}
.cid-uLMT5bnPh6 .navbar .dropdown.open > .dropdown-menu {
  display: block;
}
.cid-uLMT5bnPh6 ul.navbar-nav {
  flex-wrap: wrap;
  padding: 36px 0;
  border-bottom: 1px solid #0e132f;
}
.cid-uLMT5bnPh6 .navbar-buttons {
  text-align: center;
  min-width: 170px;
}
.cid-uLMT5bnPh6 button.navbar-toggler {
  outline: none;
  width: 48px;
  height: 48px;
  border-radius: 50%;
  cursor: pointer;
  transition: all 0.2s;
  position: relative;
  align-self: center;
  color: #ffffff;
  background: #ffffff;
}
.cid-uLMT5bnPh6 button.navbar-toggler .hamburger span {
  position: absolute;
  right: 10px;
  margin-top: 14px;
  width: 26px;
  height: 2px;
  border-right: 5px;
  background-color: #474747;
}
.cid-uLMT5bnPh6 button.navbar-toggler .hamburger span:nth-child(1) {
  top: 0;
  transition: all 0.2s;
}
.cid-uLMT5bnPh6 button.navbar-toggler .hamburger span:nth-child(2) {
  top: 8px;
  transition: all 0.15s;
}
.cid-uLMT5bnPh6 button.navbar-toggler .hamburger span:nth-child(3) {
  top: 8px;
  transition: all 0.15s;
}
.cid-uLMT5bnPh6 button.navbar-toggler .hamburger span:nth-child(4) {
  top: 16px;
  transition: all 0.2s;
}
.cid-uLMT5bnPh6 nav.opened .hamburger span:nth-child(1) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-uLMT5bnPh6 nav.opened .hamburger span:nth-child(2) {
  transform: rotate(45deg);
  transition: all 0.25s;
}
.cid-uLMT5bnPh6 nav.opened .hamburger span:nth-child(3) {
  transform: rotate(-45deg);
  transition: all 0.25s;
}
.cid-uLMT5bnPh6 nav.opened .hamburger span:nth-child(4) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-uLMT5bnPh6 a.nav-link {
  display: flex;
  align-items: center;
  justify-content: flex-start;
}
.cid-uLMT5bnPh6 .icons-menu {
  flex-wrap: nowrap;
  display: flex;
  justify-content: center;
  padding: 0;
  text-align: center;
  margin-bottom: 35px;
}
@media screen and (-ms-high-contrast: active), (-ms-high-contrast: none) {
  .cid-uLMT5bnPh6 .navbar {
    height: 70px;
  }
  .cid-uLMT5bnPh6 .navbar.opened {
    height: auto;
  }
  .cid-uLMT5bnPh6 .nav-item .nav-link:hover::before {
    width: 175%;
    max-width: calc(100% + 2rem);
    left: -1rem;
  }
}
.cid-uLMT5bnPh6 .navbar-dropdown .navbar-logo {
  margin-right: 15px;
}
@media (min-width: 768px) {
  .cid-uLMT5bnPh6 .container-fluid {
    padding-left: 30px;
    padding-right: 30px;
  }
}
.cid-uLMT5bnPh6 .mbr-section-btn-main {
  padding-top: 5px;
}
.cid-uLMT5bnPh6 .mbr-section-btn-main .btn {
  margin: 0 4px 4px 4px;
}
.cid-uLMT5bnPh6 .navbar-caption:hover {
  color: #2554ab;
}
@media (min-width: 992px) {
  .cid-uLMT5bnPh6 .dropdown-menu.dropdown-submenu {
    left: 175px !important;
    top: -45% !important;
  }
}
.cid-uLMT5bnPh6 .nav-link {
  position: relative;
}
.cid-uLMT5bnPh6 .nav-link:before {
  content: '';
  position: absolute;
  left: -12px;
  width: 6px;
  height: 6px;
  border-radius: 100%;
  background-color: #2554ab;
  transition: all .3s ease;
  opacity: 0;
}
.cid-uLMT5bnPh6 .nav-link:hover:before {
  opacity: 1;
}
.cid-uLMT5bnPh6 .mbr-section-subtitle {
  color: #ffffff;
}
.cid-uLMT5bnPh6 .mbr-text {
  color: #ffffff;
  text-align: center;
}
.cid-uLMT5bnPh6 .text_widget {
  color: #ffffff;
}
.cid-uLMT5bnPh6 .mbr-section-subtitle,
.cid-uLMT5bnPh6 .text_widget,
.cid-uLMT5bnPh6 .mbr-section-btn {
  text-align: center;
}
.cid-uLMT5bnPh6 a[class*="text-"]:not(.nav-link):not(.dropdown-item):not([role]):not(.navbar-caption):hover {
  background-image: none;
}
.cid-uC4oWu9IEV {
  padding-top: 0rem;
  padding-bottom: 0rem;
  background-color: #ffffff;
}
.cid-uC4oWu9IEV .item-img {
  position: relative;
  overflow: hidden;
}
.cid-uC4oWu9IEV .item-img:before {
  content: '';
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
  left: 0;
  background: black;
  opacity: 0.3;
  z-index: 1;
  transition: all 0.3s;
  pointer-events: none;
}
.cid-uC4oWu9IEV h5 {
  margin-bottom: 1rem;
}
.cid-uC4oWu9IEV .item-content {
  position: absolute;
  top: 55%;
  right: 0;
  z-index: 2;
  width: 100%;
  transform: translateY(-50%);
  padding: 2rem 8rem;
  display: flex;
  flex-direction: column;
  height: 50%;
}
@media (max-width: 767px) {
  .cid-uC4oWu9IEV .item-content {
    padding: 0 2rem 1.5rem;
    margin-top: 1rem;
  }
}
.cid-uC4oWu9IEV img,
.cid-uC4oWu9IEV .item-img {
  width: 100%;
  transition: all 0.3s;
  height: 100%;
  height: 400px;
  object-fit: cover;
}
.cid-uC4oWu9IEV .item:focus,
.cid-uC4oWu9IEV span:focus {
  outline: none;
}
.cid-uC4oWu9IEV .item {
  margin-bottom: 2rem;
}
@media (max-width: 767px) {
  .cid-uC4oWu9IEV .item {
    margin-bottom: 1rem;
  }
}
.cid-uC4oWu9IEV .item-wrapper {
  position: relative;
  border-radius: 15px;
  height: 100%;
  display: flex;
  flex-flow: column nowrap;
}
.cid-uC4oWu9IEV .mbr-section-title {
  color: #4e423d;
}
.cid-uC4oWu9IEV .item-title {
  text-align: left;
  color: #ffffff;
}
.cid-uC4oWu9IEV .item-subtitle {
  text-align: left;
  color: #ffffff;
}
.cid-uC4oWu9IEV .mbr-text,
.cid-uC4oWu9IEV .item .mbr-section-btn {
  text-align: left;
  color: #ffffff;
}
.cid-uC4oWu9IEV .content-head {
  max-width: 800px;
}
.cid-uC4oWvJpVS {
  padding-top: 1rem;
  padding-bottom: 5rem;
  background-color: #fafafa;
}
.cid-uC4oWvJpVS .mbr-section-title {
  margin-bottom: 1em;
  color: #272727;
}
.cid-uC4oWvJpVS .mbr-section-subtitle {
  margin-bottom: 1.5625em;
  color: #272727;
  opacity: 0.4;
}
.cid-uC4oWvJpVS .item-row {
  display: grid;
  -webkit-box-align: stretch;
  -webkit-align-items: stretch;
  -ms-flex-align: stretch;
  align-items: stretch;
  grid-auto-columns: 1fr;
  grid-column-gap: 16px;
  grid-row-gap: 16px;
  grid-template-columns: repeat(4, 1fr);
  -ms-grid-rows: auto;
  grid-template-rows: auto;
}
@media (max-width: 1199px) {
  .cid-uC4oWvJpVS .item-row {
    grid-template-columns: repeat(2, 1fr);
  }
}
@media (max-width: 767px) {
  .cid-uC4oWvJpVS .item-row {
    grid-template-columns: repeat(1, 1fr);
  }
}
.cid-uC4oWvJpVS .item {
  padding: 0;
}
.cid-uC4oWvJpVS .item-wrapper {
  display: flex;
  flex-direction: column;
  align-items: stretch;
  height: 100%;
  width: 100%;
  border-radius: 10px;
  overflow: hidden;
  transform-style: preserve-3d;
  transition: .3s all;
  border: 2px solid transparent;
}
.cid-uC4oWvJpVS .item-wrapper:hover {
  transform: scale3d(1.01, 1.01, 1);
  border-color: #fafafa;
}
.cid-uC4oWvJpVS .item-img {
  display: flex;
  align-items: center;
  justify-content: center;
  height: 175px;
}
.cid-uC4oWvJpVS .item-img img {
  width: 100%;
  object-fit: cover;
  height: 100%;
}
.cid-uC4oWvJpVS .item-content {
  display: flex;
  flex-direction: column;
  align-items: stretch;
  width: 100%;
  padding: 20px 5% 6%;
  flex-grow: 1;
  background-color: #ffffff;
}
.cid-uC4oWvJpVS .item-text-wrap {
  width: 100%;
  margin-bottom: 5.3em;
}
@media (max-width: 1199px) {
  .cid-uC4oWvJpVS .item-text-wrap {
    margin-bottom: 4em;
  }
}
@media (max-width: 767px) {
  .cid-uC4oWvJpVS .item-text-wrap {
    margin-bottom: 2em;
    max-width: 340px;
    margin-right: auto;
  }
}
.cid-uC4oWvJpVS .item-title {
  color: #272727;
  margin-bottom: 0.52em;
}
.cid-uC4oWvJpVS .item-subtitle {
  color: #272727;
  opacity: 0.52em;
}
.cid-uC4oWvJpVS .card-bottom {
  display: flex;
  flex-direction: column;
  align-items: stretch;
  margin-top: auto;
}
.cid-uC4oWvJpVS .item-name-wrap {
  display: flex;
  align-items: center;
  width: 100%;
}
.cid-uC4oWvJpVS .image-wrapper {
  width: 35px;
  height: 35px;
  margin-right: 10px;
  border-radius: 300px;
  overflow: hidden;
}
.cid-uC4oWvJpVS .image-wrapper img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.cid-uC4oWvJpVS .mbr-text {
  flex-grow: 1;
  color: #272727;
  text-align: right;
}
.cid-uC4oWvJpVS .mbr-section-btn {
  display: flex;
  margin-top: 20px;
  width: auto !important;
}
.cid-uC4oWvJpVS .mbr-section-btn .btn {
  width: 100%;
  min-width: auto !important;
}
.cid-uLMRAIzUxG {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-color: #0e132f;
}
.cid-uLMRAIzUxG .mbr-fallback-image.disabled {
  display: none;
}
.cid-uLMRAIzUxG .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-uLMRAIzUxG .container {
    padding: 0 16px;
  }
}
.cid-uLMRAIzUxG .card {
  display: flex;
  flex-direction: column;
  justify-content: space-between;
}
@media (max-width: 992px) {
  .cid-uLMRAIzUxG .card {
    margin-bottom: 40px;
  }
}
.cid-uLMRAIzUxG .card .content-wrapper .title-wrapper .title-wrap {
  display: inline-flex;
  align-items: center;
  margin-bottom: 16px;
}
@media (max-width: 992px) {
  .cid-uLMRAIzUxG .card .content-wrapper .title-wrapper .title-wrap {
    margin-bottom: 40px;
  }
}
.cid-uLMRAIzUxG .card .content-wrapper .title-wrapper .title-wrap img {
  width: 32px;
  height: 32px;
  object-fit: contain;
  margin-right: 1rem;
}
.cid-uLMRAIzUxG .card .content-wrapper .title-wrapper .title-wrap .mbr-section-title {
  margin-bottom: 0;
}
.cid-uLMRAIzUxG .card .content-wrapper .copyright {
  margin-bottom: 20px;
}
@media (max-width: 992px) {
  .cid-uLMRAIzUxG .card .content-wrapper .copyright {
    margin-bottom: 40px;
  }
}
.cid-uLMRAIzUxG .card .social-wrapper .social-wrap {
  display: inline-flex;
  flex-wrap: wrap;
}
.cid-uLMRAIzUxG .card .social-wrapper .social-wrap .mbr-iconfont {
  font-size: 20px;
  margin-right: 48px;
  color: #ffffff;
}
.cid-uLMRAIzUxG .list-wrapper .mbr-card-title {
  margin-bottom: 16px;
}
.cid-uLMRAIzUxG .list-wrapper .list {
  margin: 0;
  padding: 0;
  list-style-type: none;
}
.cid-uLMRAIzUxG .list-wrapper .list .item-wrap {
  margin-bottom: 16px;
}
@media (max-width: 992px) {
  .cid-uLMRAIzUxG .list-wrapper .list {
    margin-bottom: 40px;
  }
}
.cid-uLMRAIzUxG .mbr-section-title {
  color: #ffffff;
}
.cid-uLMRAIzUxG .copyright {
  color: #ffffff;
}
.cid-uLMRAIzUxG .mbr-card-title {
  color: #D4FE00;
}
.cid-uLMRAIzUxG .list {
  color: #ffffff;
}
.cid-uLMT5bnPh6 .navbar-dropdown {
  background-color: #ffffff !important;
  padding: 0;
}
.cid-uLMT5bnPh6 .navbar.navbar-expand-lg .dropdown .dropdown-menu {
  background-color: #ffffff !important;
  background: #ffffff;
}
.cid-uLMT5bnPh6 .navbar.navbar-expand-lg .dropdown .dropdown-menu .dropdown-submenu {
  margin: 0;
  left: 100%;
}
@media (max-width: 991px) {
  .cid-uLMT5bnPh6 .menu_box .navbar.opened,
  .cid-uLMT5bnPh6 .menu_box .navbar-collapse {
    background-color: #ffffff !important;
    transition: all 0s ease 0s;
  }
}
.cid-uLMT5bnPh6 .navbar-dropdown {
  position: relative !important;
}
.cid-uLMT5bnPh6 .btn {
  min-height: auto;
  box-shadow: none;
  margin-top: 0;
}
.cid-uLMT5bnPh6 .btn:hover {
  box-shadow: none;
}
@media (min-width: 992px) {
  .cid-uLMT5bnPh6 .offcanvas_image img {
    width: auto;
    object-fit: cover;
    display: inline-block;
  }
  .cid-uLMT5bnPh6 .offcanvas-header {
    position: relative;
    padding: 0;
  }
  .cid-uLMT5bnPh6 .offcanvas-header .btn-close {
    position: absolute;
    top: -70px;
    right: 0;
    width: 35px;
    height: 30px;
  }
  .cid-uLMT5bnPh6 .offcanvas-body {
    text-align: center;
    padding: 0;
  }
  .cid-uLMT5bnPh6 .offcanvas-body .mbr-text,
  .cid-uLMT5bnPh6 .offcanvas-body .mbr-section-subtitle {
    margin-top: 14px;
  }
  .cid-uLMT5bnPh6 .offcanvas-body .offcanvas_contact {
    margin: 35px 0;
  }
  .cid-uLMT5bnPh6 .offcanvas_box button.btn_offcanvas {
    outline: none;
    width: 40px;
    height: 40px;
    cursor: pointer;
    transition: all 0.2s;
    position: relative;
    align-self: center;
  }
  .cid-uLMT5bnPh6 .offcanvas_box button.btn_offcanvas .hamburger span {
    position: absolute;
    right: 0;
    width: 40px;
    height: 2px;
    border-right: 5px;
    background-color: #474747;
  }
  .cid-uLMT5bnPh6 .offcanvas_box button.btn_offcanvas .hamburger span:nth-child(1) {
    top: 18px;
    transition: all 0.2s;
  }
  .cid-uLMT5bnPh6 .offcanvas_box button.btn_offcanvas .hamburger span:nth-child(2) {
    top: 25px;
    transition: all 0.2s;
  }
  .cid-uLMT5bnPh6 .offcanvas_box button.btn_offcanvas:hover .hamburger span {
    width: 36px;
  }
  .cid-uLMT5bnPh6 .offcanvas_box button.btn_offcanvas:hover .hamburger span:nth-child(2) {
    width: 33px;
    transition-delay: 0.2s;
  }
  .cid-uLMT5bnPh6 ul.navbar-nav {
    padding-bottom: 1.5rem;
  }
  .cid-uLMT5bnPh6 .dropdown-menu .dropdown-toggle[data-toggle="dropdown-submenu"]::after,
  .cid-uLMT5bnPh6 .link.dropdown-toggle::after {
    display: inline-block;
    width: 7px;
    height: 7px;
    margin-left: .5rem;
    margin-bottom: 2px;
    content: "";
    border: 2px solid;
    border-left: none;
    border-top: none;
    transform: rotate(-45deg);
  }
  .cid-uLMT5bnPh6 .link.dropdown-toggle::after {
    padding: 0 !important;
    transform: rotate(45deg);
  }
  .cid-uLMT5bnPh6 li.nav-item {
    position: relative;
    display: inline-block;
    padding: 1px 7px !important;
    vertical-align: middle;
    line-height: 2em !important;
    font-weight: 600 !important;
    text-decoration: none;
    letter-spacing: 0 !important;
    z-index: 1;
  }
  .cid-uLMT5bnPh6 .lg_brand {
    margin: 0 1rem;
  }
}
.cid-uLMT5bnPh6 .nav-item {
  margin: 4px 15px;
}
@media (min-width: 1200px) {
  .cid-uLMT5bnPh6 .nav-item {
    margin: 4px 20px;
  }
}
@media (max-width: 991px) {
  .cid-uLMT5bnPh6 .nav-item {
    margin: 0 !important;
  }
}
.cid-uLMT5bnPh6 .dropdown-menu {
  border-radius: 0;
  box-shadow: none;
  text-align: left;
}
@media (min-width: 992px) {
  .cid-uLMT5bnPh6 .dropdown-menu {
    padding: 18px 34px 22px;
    min-width: 250px;
    top: auto !important;
    left: -40px !important;
  }
  .cid-uLMT5bnPh6 .dropdown-menu.dropdown-submenu {
    left: 215px !important;
    top: -45% !important;
  }
}
@media (max-width: 991px) {
  .cid-uLMT5bnPh6 .dropdown-menu .dropdown-toggle[data-toggle="dropdown-submenu"]::after,
  .cid-uLMT5bnPh6 .link.dropdown-toggle::after {
    display: inline-block;
    width: 7px;
    height: 7px;
    margin-left: .5rem;
    margin-bottom: 2px;
    content: "";
    border: 2px solid;
    border-left: none;
    border-top: none;
    transform: rotate(-45deg);
    right: 15px;
    position: absolute;
    margin-top: -2px;
  }
  .cid-uLMT5bnPh6 .show.dropdown-toggle[aria-expanded="true"]::after {
    transform: rotate(45deg);
    margin-top: -4px;
  }
  .cid-uLMT5bnPh6 .offcanvas_box {
    display: none;
  }
}
.cid-uLMT5bnPh6 .dropdown-item {
  border: none;
  font-weight: 400 !important;
}
.cid-uLMT5bnPh6 .nav-dropdown .link {
  font-weight: 400 !important;
  padding: 0 !important;
  margin: 0 !important;
}
.cid-uLMT5bnPh6 .nav-dropdown .link.dropdown-toggle::after {
  margin-left: 0.5rem;
  margin-top: 0;
}
.cid-uLMT5bnPh6 .container {
  display: flex;
  margin: auto;
}
.cid-uLMT5bnPh6 .iconfont-wrapper {
  color: #e0bdb6;
  font-size: 17px;
  margin-right: 10px;
  margin-bottom: 5px;
  width: 25px;
  height: 25px;
  border-radius: 50%;
  display: flex;
  justify-content: center;
  align-items: center;
  transition: all 0.2s ease-in-out;
}
.cid-uLMT5bnPh6 .iconfont-wrapper:last-child {
  margin-right: 0;
}
.cid-uLMT5bnPh6 .iconfont-wrapper:hover {
  opacity: .5;
}
.cid-uLMT5bnPh6 .navbar-caption {
  color: #747474;
}
.cid-uLMT5bnPh6 .navbar-nav {
  margin: 0 1rem;
}
@media (min-width: 992px) {
  .cid-uLMT5bnPh6 .navbar-nav {
    margin: 0;
  }
}
.cid-uLMT5bnPh6 .dropdown-menu,
.cid-uLMT5bnPh6 .navbar.opened {
  background-color: false !important;
}
.cid-uLMT5bnPh6 .nav-item:focus,
.cid-uLMT5bnPh6 .nav-link:focus {
  outline: none;
}
.cid-uLMT5bnPh6 .dropdown .dropdown-menu .dropdown-item {
  width: auto;
  transition: all 0.25s ease-in-out;
}
.cid-uLMT5bnPh6 .dropdown .dropdown-menu .dropdown-item::after {
  right: 0.5rem;
}
.cid-uLMT5bnPh6 .dropdown .dropdown-menu .dropdown-item .mbr-iconfont {
  margin-right: 0.5rem;
  vertical-align: sub;
}
.cid-uLMT5bnPh6 .dropdown .dropdown-menu .dropdown-item .mbr-iconfont:before {
  display: inline-block;
  transform: scale(1, 1);
  transition: all 0.25s ease-in-out;
}
.cid-uLMT5bnPh6 .collapsed .dropdown-menu .dropdown-item:before {
  display: none;
}
.cid-uLMT5bnPh6 .collapsed .dropdown .dropdown-menu .dropdown-item {
  padding: 0.235em 1.5em 0.235em 1.5em !important;
  transition: none;
  margin: 0 !important;
}
.cid-uLMT5bnPh6 .navbar {
  min-height: 70px;
  padding: 20px 0;
  transition: all 0.3s;
  border-bottom-width: 0px;
}
@media (max-width: 992px) {
  .cid-uLMT5bnPh6 .navbar {
    min-height: 30px;
    max-height: 90px;
  }
}
.cid-uLMT5bnPh6 .navbar.opened {
  transition: all 0.3s;
}
.cid-uLMT5bnPh6 .navbar .dropdown-item {
  padding: 0;
  margin: 8px 0;
}
.cid-uLMT5bnPh6 .navbar .navbar-logo img {
  width: auto;
  object-fit: contain;
  border-radius: 0;
}
.cid-uLMT5bnPh6 .navbar .navbar-collapse {
  justify-content: space-between;
  z-index: 1;
}
.cid-uLMT5bnPh6 .navbar.collapsed {
  justify-content: center;
}
.cid-uLMT5bnPh6 .navbar.collapsed .nav-item .nav-link::before {
  display: none;
}
.cid-uLMT5bnPh6 .navbar.collapsed.opened .dropdown-menu {
  top: 0;
}
.cid-uLMT5bnPh6 .navbar.collapsed .dropdown-menu .dropdown-submenu {
  left: 0 !important;
}
.cid-uLMT5bnPh6 .navbar.collapsed .dropdown-menu .dropdown-item:after {
  right: auto;
}
.cid-uLMT5bnPh6 .navbar.collapsed ul.navbar-nav li {
  margin: auto;
}
.cid-uLMT5bnPh6 .navbar.collapsed .dropdown-menu .dropdown-item {
  padding: 0.25rem 1.5rem;
  text-align: left;
}
.cid-uLMT5bnPh6 .navbar.collapsed .icons-menu {
  padding: 0;
}
@media (max-width: 991px) {
  .cid-uLMT5bnPh6 .navbar .nav-item {
    padding: .5rem 0;
  }
  .cid-uLMT5bnPh6 .navbar .navbar-collapse {
    padding: 34px 0;
    border-radius: 25px;
  }
  .cid-uLMT5bnPh6 .navbar .nav-item .nav-link::before {
    display: none;
  }
  .cid-uLMT5bnPh6 .navbar.opened .dropdown-menu {
    top: 0;
  }
  .cid-uLMT5bnPh6 .navbar .dropdown-menu {
    padding: 6px 0 6px 15px;
  }
  .cid-uLMT5bnPh6 .navbar .dropdown-menu .dropdown-submenu {
    left: 0 !important;
  }
  .cid-uLMT5bnPh6 .navbar .dropdown-menu .dropdown-item:after {
    right: auto;
    margin-top: -0.4rem;
  }
  .cid-uLMT5bnPh6 .navbar .navbar-logo img {
    height: 3rem !important;
  }
  .cid-uLMT5bnPh6 .navbar ul.navbar-nav {
    overflow: hidden;
  }
  .cid-uLMT5bnPh6 .navbar ul.navbar-nav li {
    margin: 0;
  }
  .cid-uLMT5bnPh6 .navbar .dropdown-menu .dropdown-item {
    padding: 0 !important;
    margin: 0;
    margin-top: 8px;
    text-align: left;
  }
  .cid-uLMT5bnPh6 .navbar .navbar-brand {
    flex-shrink: initial;
    flex-basis: auto;
    word-break: break-word;
    padding-right: 2rem;
  }
  .cid-uLMT5bnPh6 .navbar .navbar-toggler {
    flex-basis: auto;
  }
  .cid-uLMT5bnPh6 .navbar .icons-menu {
    padding: 0;
  }
}
.cid-uLMT5bnPh6 .navbar.navbar-short {
  min-height: 60px;
}
.cid-uLMT5bnPh6 .navbar.navbar-short .navbar-logo img {
  height: 2.5rem !important;
}
.cid-uLMT5bnPh6 .navbar.navbar-short .navbar-brand {
  min-height: 60px;
  padding: 0;
}
.cid-uLMT5bnPh6 .navbar-brand {
  min-height: 70px;
  flex-shrink: 0;
  align-items: center;
  margin-right: 0;
  padding: 10px 0;
  transition: all 0.3s;
  word-break: break-word;
  z-index: 1;
}
.cid-uLMT5bnPh6 .navbar-brand .navbar-caption {
  line-height: inherit !important;
}
.cid-uLMT5bnPh6 .navbar-brand .navbar-logo a {
  outline: none;
}
.cid-uLMT5bnPh6 .dropdown-item.active,
.cid-uLMT5bnPh6 .dropdown-item:active {
  background-color: transparent;
}
.cid-uLMT5bnPh6 .navbar-expand-lg .navbar-nav .nav-link {
  padding: 0;
}
.cid-uLMT5bnPh6 .nav-dropdown .link.dropdown-toggle {
  margin-right: 1.667em;
}
.cid-uLMT5bnPh6 .nav-dropdown .link.dropdown-toggle[aria-expanded="true"] {
  margin-right: 0;
  padding: 0.667em 1.667em;
}
.cid-uLMT5bnPh6 .navbar .dropdown.open > .dropdown-menu {
  display: block;
}
.cid-uLMT5bnPh6 ul.navbar-nav {
  flex-wrap: wrap;
  padding: 36px 0;
  border-bottom: 1px solid #0e132f;
}
.cid-uLMT5bnPh6 .navbar-buttons {
  text-align: center;
  min-width: 170px;
}
.cid-uLMT5bnPh6 button.navbar-toggler {
  outline: none;
  width: 48px;
  height: 48px;
  border-radius: 50%;
  cursor: pointer;
  transition: all 0.2s;
  position: relative;
  align-self: center;
  color: #ffffff;
  background: #ffffff;
}
.cid-uLMT5bnPh6 button.navbar-toggler .hamburger span {
  position: absolute;
  right: 10px;
  margin-top: 14px;
  width: 26px;
  height: 2px;
  border-right: 5px;
  background-color: #474747;
}
.cid-uLMT5bnPh6 button.navbar-toggler .hamburger span:nth-child(1) {
  top: 0;
  transition: all 0.2s;
}
.cid-uLMT5bnPh6 button.navbar-toggler .hamburger span:nth-child(2) {
  top: 8px;
  transition: all 0.15s;
}
.cid-uLMT5bnPh6 button.navbar-toggler .hamburger span:nth-child(3) {
  top: 8px;
  transition: all 0.15s;
}
.cid-uLMT5bnPh6 button.navbar-toggler .hamburger span:nth-child(4) {
  top: 16px;
  transition: all 0.2s;
}
.cid-uLMT5bnPh6 nav.opened .hamburger span:nth-child(1) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-uLMT5bnPh6 nav.opened .hamburger span:nth-child(2) {
  transform: rotate(45deg);
  transition: all 0.25s;
}
.cid-uLMT5bnPh6 nav.opened .hamburger span:nth-child(3) {
  transform: rotate(-45deg);
  transition: all 0.25s;
}
.cid-uLMT5bnPh6 nav.opened .hamburger span:nth-child(4) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-uLMT5bnPh6 a.nav-link {
  display: flex;
  align-items: center;
  justify-content: flex-start;
}
.cid-uLMT5bnPh6 .icons-menu {
  flex-wrap: nowrap;
  display: flex;
  justify-content: center;
  padding: 0;
  text-align: center;
  margin-bottom: 35px;
}
@media screen and (-ms-high-contrast: active), (-ms-high-contrast: none) {
  .cid-uLMT5bnPh6 .navbar {
    height: 70px;
  }
  .cid-uLMT5bnPh6 .navbar.opened {
    height: auto;
  }
  .cid-uLMT5bnPh6 .nav-item .nav-link:hover::before {
    width: 175%;
    max-width: calc(100% + 2rem);
    left: -1rem;
  }
}
.cid-uLMT5bnPh6 .navbar-dropdown .navbar-logo {
  margin-right: 15px;
}
@media (min-width: 768px) {
  .cid-uLMT5bnPh6 .container-fluid {
    padding-left: 30px;
    padding-right: 30px;
  }
}
.cid-uLMT5bnPh6 .mbr-section-btn-main {
  padding-top: 5px;
}
.cid-uLMT5bnPh6 .mbr-section-btn-main .btn {
  margin: 0 4px 4px 4px;
}
.cid-uLMT5bnPh6 .navbar-caption:hover {
  color: #2554ab;
}
@media (min-width: 992px) {
  .cid-uLMT5bnPh6 .dropdown-menu.dropdown-submenu {
    left: 175px !important;
    top: -45% !important;
  }
}
.cid-uLMT5bnPh6 .nav-link {
  position: relative;
}
.cid-uLMT5bnPh6 .nav-link:before {
  content: '';
  position: absolute;
  left: -12px;
  width: 6px;
  height: 6px;
  border-radius: 100%;
  background-color: #2554ab;
  transition: all .3s ease;
  opacity: 0;
}
.cid-uLMT5bnPh6 .nav-link:hover:before {
  opacity: 1;
}
.cid-uLMT5bnPh6 .mbr-section-subtitle {
  color: #ffffff;
}
.cid-uLMT5bnPh6 .mbr-text {
  color: #ffffff;
  text-align: center;
}
.cid-uLMT5bnPh6 .text_widget {
  color: #ffffff;
}
.cid-uLMT5bnPh6 .mbr-section-subtitle,
.cid-uLMT5bnPh6 .text_widget,
.cid-uLMT5bnPh6 .mbr-section-btn {
  text-align: center;
}
.cid-uLMT5bnPh6 a[class*="text-"]:not(.nav-link):not(.dropdown-item):not([role]):not(.navbar-caption):hover {
  background-image: none;
}
.cid-uC3rHkedSj {
  padding-top: 0rem;
  padding-bottom: 0rem;
  background-color: #ffffff;
}
.cid-uC3rHkedSj .item-img {
  position: relative;
  overflow: hidden;
}
.cid-uC3rHkedSj .item-img:before {
  content: '';
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
  left: 0;
  background: black;
  opacity: 0.3;
  z-index: 1;
  transition: all 0.3s;
  pointer-events: none;
}
.cid-uC3rHkedSj h5 {
  margin-bottom: 1rem;
}
.cid-uC3rHkedSj .item-content {
  position: absolute;
  top: 55%;
  right: 0;
  z-index: 2;
  width: 100%;
  transform: translateY(-50%);
  padding: 2rem 8rem;
  display: flex;
  flex-direction: column;
  height: 50%;
}
@media (max-width: 767px) {
  .cid-uC3rHkedSj .item-content {
    padding: 0 2rem 1.5rem;
    margin-top: 1rem;
  }
}
.cid-uC3rHkedSj img,
.cid-uC3rHkedSj .item-img {
  width: 100%;
  transition: all 0.3s;
  height: 100%;
  height: 400px;
  object-fit: cover;
}
.cid-uC3rHkedSj .item:focus,
.cid-uC3rHkedSj span:focus {
  outline: none;
}
.cid-uC3rHkedSj .item {
  margin-bottom: 2rem;
}
@media (max-width: 767px) {
  .cid-uC3rHkedSj .item {
    margin-bottom: 1rem;
  }
}
.cid-uC3rHkedSj .item-wrapper {
  position: relative;
  border-radius: 15px;
  height: 100%;
  display: flex;
  flex-flow: column nowrap;
}
.cid-uC3rHkedSj .mbr-section-title {
  color: #4e423d;
}
.cid-uC3rHkedSj .item-title {
  text-align: left;
  color: #ffffff;
}
.cid-uC3rHkedSj .item-subtitle {
  text-align: left;
  color: #ffffff;
}
.cid-uC3rHkedSj .mbr-text,
.cid-uC3rHkedSj .item .mbr-section-btn {
  text-align: left;
  color: #ffffff;
}
.cid-uC3rHkedSj .content-head {
  max-width: 800px;
}
.cid-uC3rHttvvW {
  padding-top: 1rem;
  padding-bottom: 5rem;
  background-color: #fafafa;
}
.cid-uC3rHttvvW .mbr-section-title {
  margin-bottom: 1em;
  color: #272727;
}
.cid-uC3rHttvvW .mbr-section-subtitle {
  margin-bottom: 1.5625em;
  color: #272727;
  opacity: 0.4;
}
.cid-uC3rHttvvW .item-row {
  display: grid;
  -webkit-box-align: stretch;
  -webkit-align-items: stretch;
  -ms-flex-align: stretch;
  align-items: stretch;
  grid-auto-columns: 1fr;
  grid-column-gap: 16px;
  grid-row-gap: 16px;
  grid-template-columns: repeat(4, 1fr);
  -ms-grid-rows: auto;
  grid-template-rows: auto;
}
@media (max-width: 1199px) {
  .cid-uC3rHttvvW .item-row {
    grid-template-columns: repeat(2, 1fr);
  }
}
@media (max-width: 767px) {
  .cid-uC3rHttvvW .item-row {
    grid-template-columns: repeat(1, 1fr);
  }
}
.cid-uC3rHttvvW .item {
  padding: 0;
}
.cid-uC3rHttvvW .item-wrapper {
  display: flex;
  flex-direction: column;
  align-items: stretch;
  height: 100%;
  width: 100%;
  border-radius: 10px;
  overflow: hidden;
  transform-style: preserve-3d;
  transition: .3s all;
  border: 2px solid transparent;
}
.cid-uC3rHttvvW .item-wrapper:hover {
  transform: scale3d(1.01, 1.01, 1);
  border-color: #fafafa;
}
.cid-uC3rHttvvW .item-img {
  display: flex;
  align-items: center;
  justify-content: center;
  height: 175px;
}
.cid-uC3rHttvvW .item-img img {
  width: 100%;
  object-fit: cover;
  height: 100%;
}
.cid-uC3rHttvvW .item-content {
  display: flex;
  flex-direction: column;
  align-items: stretch;
  width: 100%;
  padding: 20px 5% 6%;
  flex-grow: 1;
  background-color: #ffffff;
}
.cid-uC3rHttvvW .item-text-wrap {
  width: 100%;
  margin-bottom: 5.3em;
}
@media (max-width: 1199px) {
  .cid-uC3rHttvvW .item-text-wrap {
    margin-bottom: 4em;
  }
}
@media (max-width: 767px) {
  .cid-uC3rHttvvW .item-text-wrap {
    margin-bottom: 2em;
    max-width: 340px;
    margin-right: auto;
  }
}
.cid-uC3rHttvvW .item-title {
  color: #272727;
  margin-bottom: 0.52em;
}
.cid-uC3rHttvvW .item-subtitle {
  color: #272727;
  opacity: 0.52em;
}
.cid-uC3rHttvvW .card-bottom {
  display: flex;
  flex-direction: column;
  align-items: stretch;
  margin-top: auto;
}
.cid-uC3rHttvvW .item-name-wrap {
  display: flex;
  align-items: center;
  width: 100%;
}
.cid-uC3rHttvvW .image-wrapper {
  width: 35px;
  height: 35px;
  margin-right: 10px;
  border-radius: 300px;
  overflow: hidden;
}
.cid-uC3rHttvvW .image-wrapper img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.cid-uC3rHttvvW .mbr-text {
  flex-grow: 1;
  color: #272727;
  text-align: right;
}
.cid-uC3rHttvvW .mbr-section-btn {
  display: flex;
  margin-top: 20px;
  width: auto !important;
}
.cid-uC3rHttvvW .mbr-section-btn .btn {
  width: 100%;
  min-width: auto !important;
}
.cid-uLMRAIzUxG {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-color: #0e132f;
}
.cid-uLMRAIzUxG .mbr-fallback-image.disabled {
  display: none;
}
.cid-uLMRAIzUxG .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-uLMRAIzUxG .container {
    padding: 0 16px;
  }
}
.cid-uLMRAIzUxG .card {
  display: flex;
  flex-direction: column;
  justify-content: space-between;
}
@media (max-width: 992px) {
  .cid-uLMRAIzUxG .card {
    margin-bottom: 40px;
  }
}
.cid-uLMRAIzUxG .card .content-wrapper .title-wrapper .title-wrap {
  display: inline-flex;
  align-items: center;
  margin-bottom: 16px;
}
@media (max-width: 992px) {
  .cid-uLMRAIzUxG .card .content-wrapper .title-wrapper .title-wrap {
    margin-bottom: 40px;
  }
}
.cid-uLMRAIzUxG .card .content-wrapper .title-wrapper .title-wrap img {
  width: 32px;
  height: 32px;
  object-fit: contain;
  margin-right: 1rem;
}
.cid-uLMRAIzUxG .card .content-wrapper .title-wrapper .title-wrap .mbr-section-title {
  margin-bottom: 0;
}
.cid-uLMRAIzUxG .card .content-wrapper .copyright {
  margin-bottom: 20px;
}
@media (max-width: 992px) {
  .cid-uLMRAIzUxG .card .content-wrapper .copyright {
    margin-bottom: 40px;
  }
}
.cid-uLMRAIzUxG .card .social-wrapper .social-wrap {
  display: inline-flex;
  flex-wrap: wrap;
}
.cid-uLMRAIzUxG .card .social-wrapper .social-wrap .mbr-iconfont {
  font-size: 20px;
  margin-right: 48px;
  color: #ffffff;
}
.cid-uLMRAIzUxG .list-wrapper .mbr-card-title {
  margin-bottom: 16px;
}
.cid-uLMRAIzUxG .list-wrapper .list {
  margin: 0;
  padding: 0;
  list-style-type: none;
}
.cid-uLMRAIzUxG .list-wrapper .list .item-wrap {
  margin-bottom: 16px;
}
@media (max-width: 992px) {
  .cid-uLMRAIzUxG .list-wrapper .list {
    margin-bottom: 40px;
  }
}
.cid-uLMRAIzUxG .mbr-section-title {
  color: #ffffff;
}
.cid-uLMRAIzUxG .copyright {
  color: #ffffff;
}
.cid-uLMRAIzUxG .mbr-card-title {
  color: #D4FE00;
}
.cid-uLMRAIzUxG .list {
  color: #ffffff;
}
.cid-uLMT5bnPh6 .navbar-dropdown {
  background-color: #ffffff !important;
  padding: 0;
}
.cid-uLMT5bnPh6 .navbar.navbar-expand-lg .dropdown .dropdown-menu {
  background-color: #ffffff !important;
  background: #ffffff;
}
.cid-uLMT5bnPh6 .navbar.navbar-expand-lg .dropdown .dropdown-menu .dropdown-submenu {
  margin: 0;
  left: 100%;
}
@media (max-width: 991px) {
  .cid-uLMT5bnPh6 .menu_box .navbar.opened,
  .cid-uLMT5bnPh6 .menu_box .navbar-collapse {
    background-color: #ffffff !important;
    transition: all 0s ease 0s;
  }
}
.cid-uLMT5bnPh6 .navbar-dropdown {
  position: relative !important;
}
.cid-uLMT5bnPh6 .btn {
  min-height: auto;
  box-shadow: none;
  margin-top: 0;
}
.cid-uLMT5bnPh6 .btn:hover {
  box-shadow: none;
}
@media (min-width: 992px) {
  .cid-uLMT5bnPh6 .offcanvas_image img {
    width: auto;
    object-fit: cover;
    display: inline-block;
  }
  .cid-uLMT5bnPh6 .offcanvas-header {
    position: relative;
    padding: 0;
  }
  .cid-uLMT5bnPh6 .offcanvas-header .btn-close {
    position: absolute;
    top: -70px;
    right: 0;
    width: 35px;
    height: 30px;
  }
  .cid-uLMT5bnPh6 .offcanvas-body {
    text-align: center;
    padding: 0;
  }
  .cid-uLMT5bnPh6 .offcanvas-body .mbr-text,
  .cid-uLMT5bnPh6 .offcanvas-body .mbr-section-subtitle {
    margin-top: 14px;
  }
  .cid-uLMT5bnPh6 .offcanvas-body .offcanvas_contact {
    margin: 35px 0;
  }
  .cid-uLMT5bnPh6 .offcanvas_box button.btn_offcanvas {
    outline: none;
    width: 40px;
    height: 40px;
    cursor: pointer;
    transition: all 0.2s;
    position: relative;
    align-self: center;
  }
  .cid-uLMT5bnPh6 .offcanvas_box button.btn_offcanvas .hamburger span {
    position: absolute;
    right: 0;
    width: 40px;
    height: 2px;
    border-right: 5px;
    background-color: #474747;
  }
  .cid-uLMT5bnPh6 .offcanvas_box button.btn_offcanvas .hamburger span:nth-child(1) {
    top: 18px;
    transition: all 0.2s;
  }
  .cid-uLMT5bnPh6 .offcanvas_box button.btn_offcanvas .hamburger span:nth-child(2) {
    top: 25px;
    transition: all 0.2s;
  }
  .cid-uLMT5bnPh6 .offcanvas_box button.btn_offcanvas:hover .hamburger span {
    width: 36px;
  }
  .cid-uLMT5bnPh6 .offcanvas_box button.btn_offcanvas:hover .hamburger span:nth-child(2) {
    width: 33px;
    transition-delay: 0.2s;
  }
  .cid-uLMT5bnPh6 ul.navbar-nav {
    padding-bottom: 1.5rem;
  }
  .cid-uLMT5bnPh6 .dropdown-menu .dropdown-toggle[data-toggle="dropdown-submenu"]::after,
  .cid-uLMT5bnPh6 .link.dropdown-toggle::after {
    display: inline-block;
    width: 7px;
    height: 7px;
    margin-left: .5rem;
    margin-bottom: 2px;
    content: "";
    border: 2px solid;
    border-left: none;
    border-top: none;
    transform: rotate(-45deg);
  }
  .cid-uLMT5bnPh6 .link.dropdown-toggle::after {
    padding: 0 !important;
    transform: rotate(45deg);
  }
  .cid-uLMT5bnPh6 li.nav-item {
    position: relative;
    display: inline-block;
    padding: 1px 7px !important;
    vertical-align: middle;
    line-height: 2em !important;
    font-weight: 600 !important;
    text-decoration: none;
    letter-spacing: 0 !important;
    z-index: 1;
  }
  .cid-uLMT5bnPh6 .lg_brand {
    margin: 0 1rem;
  }
}
.cid-uLMT5bnPh6 .nav-item {
  margin: 4px 15px;
}
@media (min-width: 1200px) {
  .cid-uLMT5bnPh6 .nav-item {
    margin: 4px 20px;
  }
}
@media (max-width: 991px) {
  .cid-uLMT5bnPh6 .nav-item {
    margin: 0 !important;
  }
}
.cid-uLMT5bnPh6 .dropdown-menu {
  border-radius: 0;
  box-shadow: none;
  text-align: left;
}
@media (min-width: 992px) {
  .cid-uLMT5bnPh6 .dropdown-menu {
    padding: 18px 34px 22px;
    min-width: 250px;
    top: auto !important;
    left: -40px !important;
  }
  .cid-uLMT5bnPh6 .dropdown-menu.dropdown-submenu {
    left: 215px !important;
    top: -45% !important;
  }
}
@media (max-width: 991px) {
  .cid-uLMT5bnPh6 .dropdown-menu .dropdown-toggle[data-toggle="dropdown-submenu"]::after,
  .cid-uLMT5bnPh6 .link.dropdown-toggle::after {
    display: inline-block;
    width: 7px;
    height: 7px;
    margin-left: .5rem;
    margin-bottom: 2px;
    content: "";
    border: 2px solid;
    border-left: none;
    border-top: none;
    transform: rotate(-45deg);
    right: 15px;
    position: absolute;
    margin-top: -2px;
  }
  .cid-uLMT5bnPh6 .show.dropdown-toggle[aria-expanded="true"]::after {
    transform: rotate(45deg);
    margin-top: -4px;
  }
  .cid-uLMT5bnPh6 .offcanvas_box {
    display: none;
  }
}
.cid-uLMT5bnPh6 .dropdown-item {
  border: none;
  font-weight: 400 !important;
}
.cid-uLMT5bnPh6 .nav-dropdown .link {
  font-weight: 400 !important;
  padding: 0 !important;
  margin: 0 !important;
}
.cid-uLMT5bnPh6 .nav-dropdown .link.dropdown-toggle::after {
  margin-left: 0.5rem;
  margin-top: 0;
}
.cid-uLMT5bnPh6 .container {
  display: flex;
  margin: auto;
}
.cid-uLMT5bnPh6 .iconfont-wrapper {
  color: #e0bdb6;
  font-size: 17px;
  margin-right: 10px;
  margin-bottom: 5px;
  width: 25px;
  height: 25px;
  border-radius: 50%;
  display: flex;
  justify-content: center;
  align-items: center;
  transition: all 0.2s ease-in-out;
}
.cid-uLMT5bnPh6 .iconfont-wrapper:last-child {
  margin-right: 0;
}
.cid-uLMT5bnPh6 .iconfont-wrapper:hover {
  opacity: .5;
}
.cid-uLMT5bnPh6 .navbar-caption {
  color: #747474;
}
.cid-uLMT5bnPh6 .navbar-nav {
  margin: 0 1rem;
}
@media (min-width: 992px) {
  .cid-uLMT5bnPh6 .navbar-nav {
    margin: 0;
  }
}
.cid-uLMT5bnPh6 .dropdown-menu,
.cid-uLMT5bnPh6 .navbar.opened {
  background-color: false !important;
}
.cid-uLMT5bnPh6 .nav-item:focus,
.cid-uLMT5bnPh6 .nav-link:focus {
  outline: none;
}
.cid-uLMT5bnPh6 .dropdown .dropdown-menu .dropdown-item {
  width: auto;
  transition: all 0.25s ease-in-out;
}
.cid-uLMT5bnPh6 .dropdown .dropdown-menu .dropdown-item::after {
  right: 0.5rem;
}
.cid-uLMT5bnPh6 .dropdown .dropdown-menu .dropdown-item .mbr-iconfont {
  margin-right: 0.5rem;
  vertical-align: sub;
}
.cid-uLMT5bnPh6 .dropdown .dropdown-menu .dropdown-item .mbr-iconfont:before {
  display: inline-block;
  transform: scale(1, 1);
  transition: all 0.25s ease-in-out;
}
.cid-uLMT5bnPh6 .collapsed .dropdown-menu .dropdown-item:before {
  display: none;
}
.cid-uLMT5bnPh6 .collapsed .dropdown .dropdown-menu .dropdown-item {
  padding: 0.235em 1.5em 0.235em 1.5em !important;
  transition: none;
  margin: 0 !important;
}
.cid-uLMT5bnPh6 .navbar {
  min-height: 70px;
  padding: 20px 0;
  transition: all 0.3s;
  border-bottom-width: 0px;
}
@media (max-width: 992px) {
  .cid-uLMT5bnPh6 .navbar {
    min-height: 30px;
    max-height: 90px;
  }
}
.cid-uLMT5bnPh6 .navbar.opened {
  transition: all 0.3s;
}
.cid-uLMT5bnPh6 .navbar .dropdown-item {
  padding: 0;
  margin: 8px 0;
}
.cid-uLMT5bnPh6 .navbar .navbar-logo img {
  width: auto;
  object-fit: contain;
  border-radius: 0;
}
.cid-uLMT5bnPh6 .navbar .navbar-collapse {
  justify-content: space-between;
  z-index: 1;
}
.cid-uLMT5bnPh6 .navbar.collapsed {
  justify-content: center;
}
.cid-uLMT5bnPh6 .navbar.collapsed .nav-item .nav-link::before {
  display: none;
}
.cid-uLMT5bnPh6 .navbar.collapsed.opened .dropdown-menu {
  top: 0;
}
.cid-uLMT5bnPh6 .navbar.collapsed .dropdown-menu .dropdown-submenu {
  left: 0 !important;
}
.cid-uLMT5bnPh6 .navbar.collapsed .dropdown-menu .dropdown-item:after {
  right: auto;
}
.cid-uLMT5bnPh6 .navbar.collapsed ul.navbar-nav li {
  margin: auto;
}
.cid-uLMT5bnPh6 .navbar.collapsed .dropdown-menu .dropdown-item {
  padding: 0.25rem 1.5rem;
  text-align: left;
}
.cid-uLMT5bnPh6 .navbar.collapsed .icons-menu {
  padding: 0;
}
@media (max-width: 991px) {
  .cid-uLMT5bnPh6 .navbar .nav-item {
    padding: .5rem 0;
  }
  .cid-uLMT5bnPh6 .navbar .navbar-collapse {
    padding: 34px 0;
    border-radius: 25px;
  }
  .cid-uLMT5bnPh6 .navbar .nav-item .nav-link::before {
    display: none;
  }
  .cid-uLMT5bnPh6 .navbar.opened .dropdown-menu {
    top: 0;
  }
  .cid-uLMT5bnPh6 .navbar .dropdown-menu {
    padding: 6px 0 6px 15px;
  }
  .cid-uLMT5bnPh6 .navbar .dropdown-menu .dropdown-submenu {
    left: 0 !important;
  }
  .cid-uLMT5bnPh6 .navbar .dropdown-menu .dropdown-item:after {
    right: auto;
    margin-top: -0.4rem;
  }
  .cid-uLMT5bnPh6 .navbar .navbar-logo img {
    height: 3rem !important;
  }
  .cid-uLMT5bnPh6 .navbar ul.navbar-nav {
    overflow: hidden;
  }
  .cid-uLMT5bnPh6 .navbar ul.navbar-nav li {
    margin: 0;
  }
  .cid-uLMT5bnPh6 .navbar .dropdown-menu .dropdown-item {
    padding: 0 !important;
    margin: 0;
    margin-top: 8px;
    text-align: left;
  }
  .cid-uLMT5bnPh6 .navbar .navbar-brand {
    flex-shrink: initial;
    flex-basis: auto;
    word-break: break-word;
    padding-right: 2rem;
  }
  .cid-uLMT5bnPh6 .navbar .navbar-toggler {
    flex-basis: auto;
  }
  .cid-uLMT5bnPh6 .navbar .icons-menu {
    padding: 0;
  }
}
.cid-uLMT5bnPh6 .navbar.navbar-short {
  min-height: 60px;
}
.cid-uLMT5bnPh6 .navbar.navbar-short .navbar-logo img {
  height: 2.5rem !important;
}
.cid-uLMT5bnPh6 .navbar.navbar-short .navbar-brand {
  min-height: 60px;
  padding: 0;
}
.cid-uLMT5bnPh6 .navbar-brand {
  min-height: 70px;
  flex-shrink: 0;
  align-items: center;
  margin-right: 0;
  padding: 10px 0;
  transition: all 0.3s;
  word-break: break-word;
  z-index: 1;
}
.cid-uLMT5bnPh6 .navbar-brand .navbar-caption {
  line-height: inherit !important;
}
.cid-uLMT5bnPh6 .navbar-brand .navbar-logo a {
  outline: none;
}
.cid-uLMT5bnPh6 .dropdown-item.active,
.cid-uLMT5bnPh6 .dropdown-item:active {
  background-color: transparent;
}
.cid-uLMT5bnPh6 .navbar-expand-lg .navbar-nav .nav-link {
  padding: 0;
}
.cid-uLMT5bnPh6 .nav-dropdown .link.dropdown-toggle {
  margin-right: 1.667em;
}
.cid-uLMT5bnPh6 .nav-dropdown .link.dropdown-toggle[aria-expanded="true"] {
  margin-right: 0;
  padding: 0.667em 1.667em;
}
.cid-uLMT5bnPh6 .navbar .dropdown.open > .dropdown-menu {
  display: block;
}
.cid-uLMT5bnPh6 ul.navbar-nav {
  flex-wrap: wrap;
  padding: 36px 0;
  border-bottom: 1px solid #0e132f;
}
.cid-uLMT5bnPh6 .navbar-buttons {
  text-align: center;
  min-width: 170px;
}
.cid-uLMT5bnPh6 button.navbar-toggler {
  outline: none;
  width: 48px;
  height: 48px;
  border-radius: 50%;
  cursor: pointer;
  transition: all 0.2s;
  position: relative;
  align-self: center;
  color: #ffffff;
  background: #ffffff;
}
.cid-uLMT5bnPh6 button.navbar-toggler .hamburger span {
  position: absolute;
  right: 10px;
  margin-top: 14px;
  width: 26px;
  height: 2px;
  border-right: 5px;
  background-color: #474747;
}
.cid-uLMT5bnPh6 button.navbar-toggler .hamburger span:nth-child(1) {
  top: 0;
  transition: all 0.2s;
}
.cid-uLMT5bnPh6 button.navbar-toggler .hamburger span:nth-child(2) {
  top: 8px;
  transition: all 0.15s;
}
.cid-uLMT5bnPh6 button.navbar-toggler .hamburger span:nth-child(3) {
  top: 8px;
  transition: all 0.15s;
}
.cid-uLMT5bnPh6 button.navbar-toggler .hamburger span:nth-child(4) {
  top: 16px;
  transition: all 0.2s;
}
.cid-uLMT5bnPh6 nav.opened .hamburger span:nth-child(1) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-uLMT5bnPh6 nav.opened .hamburger span:nth-child(2) {
  transform: rotate(45deg);
  transition: all 0.25s;
}
.cid-uLMT5bnPh6 nav.opened .hamburger span:nth-child(3) {
  transform: rotate(-45deg);
  transition: all 0.25s;
}
.cid-uLMT5bnPh6 nav.opened .hamburger span:nth-child(4) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-uLMT5bnPh6 a.nav-link {
  display: flex;
  align-items: center;
  justify-content: flex-start;
}
.cid-uLMT5bnPh6 .icons-menu {
  flex-wrap: nowrap;
  display: flex;
  justify-content: center;
  padding: 0;
  text-align: center;
  margin-bottom: 35px;
}
@media screen and (-ms-high-contrast: active), (-ms-high-contrast: none) {
  .cid-uLMT5bnPh6 .navbar {
    height: 70px;
  }
  .cid-uLMT5bnPh6 .navbar.opened {
    height: auto;
  }
  .cid-uLMT5bnPh6 .nav-item .nav-link:hover::before {
    width: 175%;
    max-width: calc(100% + 2rem);
    left: -1rem;
  }
}
.cid-uLMT5bnPh6 .navbar-dropdown .navbar-logo {
  margin-right: 15px;
}
@media (min-width: 768px) {
  .cid-uLMT5bnPh6 .container-fluid {
    padding-left: 30px;
    padding-right: 30px;
  }
}
.cid-uLMT5bnPh6 .mbr-section-btn-main {
  padding-top: 5px;
}
.cid-uLMT5bnPh6 .mbr-section-btn-main .btn {
  margin: 0 4px 4px 4px;
}
.cid-uLMT5bnPh6 .navbar-caption:hover {
  color: #2554ab;
}
@media (min-width: 992px) {
  .cid-uLMT5bnPh6 .dropdown-menu.dropdown-submenu {
    left: 175px !important;
    top: -45% !important;
  }
}
.cid-uLMT5bnPh6 .nav-link {
  position: relative;
}
.cid-uLMT5bnPh6 .nav-link:before {
  content: '';
  position: absolute;
  left: -12px;
  width: 6px;
  height: 6px;
  border-radius: 100%;
  background-color: #2554ab;
  transition: all .3s ease;
  opacity: 0;
}
.cid-uLMT5bnPh6 .nav-link:hover:before {
  opacity: 1;
}
.cid-uLMT5bnPh6 .mbr-section-subtitle {
  color: #ffffff;
}
.cid-uLMT5bnPh6 .mbr-text {
  color: #ffffff;
  text-align: center;
}
.cid-uLMT5bnPh6 .text_widget {
  color: #ffffff;
}
.cid-uLMT5bnPh6 .mbr-section-subtitle,
.cid-uLMT5bnPh6 .text_widget,
.cid-uLMT5bnPh6 .mbr-section-btn {
  text-align: center;
}
.cid-uLMT5bnPh6 a[class*="text-"]:not(.nav-link):not(.dropdown-item):not([role]):not(.navbar-caption):hover {
  background-image: none;
}
.cid-uC4oTZpPop {
  padding-top: 0rem;
  padding-bottom: 0rem;
  background-color: #ffffff;
}
.cid-uC4oTZpPop .item-img {
  position: relative;
  overflow: hidden;
}
.cid-uC4oTZpPop .item-img:before {
  content: '';
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
  left: 0;
  background: black;
  opacity: 0.3;
  z-index: 1;
  transition: all 0.3s;
  pointer-events: none;
}
.cid-uC4oTZpPop h5 {
  margin-bottom: 1rem;
}
.cid-uC4oTZpPop .item-content {
  position: absolute;
  top: 55%;
  right: 0;
  z-index: 2;
  width: 100%;
  transform: translateY(-50%);
  padding: 2rem 8rem;
  display: flex;
  flex-direction: column;
  height: 50%;
}
@media (max-width: 767px) {
  .cid-uC4oTZpPop .item-content {
    padding: 0 2rem 1.5rem;
    margin-top: 1rem;
  }
}
.cid-uC4oTZpPop img,
.cid-uC4oTZpPop .item-img {
  width: 100%;
  transition: all 0.3s;
  height: 100%;
  height: 400px;
  object-fit: cover;
}
.cid-uC4oTZpPop .item:focus,
.cid-uC4oTZpPop span:focus {
  outline: none;
}
.cid-uC4oTZpPop .item {
  margin-bottom: 2rem;
}
@media (max-width: 767px) {
  .cid-uC4oTZpPop .item {
    margin-bottom: 1rem;
  }
}
.cid-uC4oTZpPop .item-wrapper {
  position: relative;
  border-radius: 15px;
  height: 100%;
  display: flex;
  flex-flow: column nowrap;
}
.cid-uC4oTZpPop .mbr-section-title {
  color: #4e423d;
}
.cid-uC4oTZpPop .item-title {
  text-align: left;
  color: #ffffff;
}
.cid-uC4oTZpPop .item-subtitle {
  text-align: left;
  color: #ffffff;
}
.cid-uC4oTZpPop .mbr-text,
.cid-uC4oTZpPop .item .mbr-section-btn {
  text-align: left;
  color: #ffffff;
}
.cid-uC4oTZpPop .content-head {
  max-width: 800px;
}
.cid-uC4oU0JyF2 {
  padding-top: 1rem;
  padding-bottom: 5rem;
  background-color: #fafafa;
}
.cid-uC4oU0JyF2 .mbr-section-title {
  margin-bottom: 1em;
  color: #272727;
}
.cid-uC4oU0JyF2 .mbr-section-subtitle {
  margin-bottom: 1.5625em;
  color: #272727;
  opacity: 0.4;
}
.cid-uC4oU0JyF2 .item-row {
  display: grid;
  -webkit-box-align: stretch;
  -webkit-align-items: stretch;
  -ms-flex-align: stretch;
  align-items: stretch;
  grid-auto-columns: 1fr;
  grid-column-gap: 16px;
  grid-row-gap: 16px;
  grid-template-columns: repeat(4, 1fr);
  -ms-grid-rows: auto;
  grid-template-rows: auto;
}
@media (max-width: 1199px) {
  .cid-uC4oU0JyF2 .item-row {
    grid-template-columns: repeat(2, 1fr);
  }
}
@media (max-width: 767px) {
  .cid-uC4oU0JyF2 .item-row {
    grid-template-columns: repeat(1, 1fr);
  }
}
.cid-uC4oU0JyF2 .item {
  padding: 0;
}
.cid-uC4oU0JyF2 .item-wrapper {
  display: flex;
  flex-direction: column;
  align-items: stretch;
  height: 100%;
  width: 100%;
  border-radius: 10px;
  overflow: hidden;
  transform-style: preserve-3d;
  transition: .3s all;
  border: 2px solid transparent;
}
.cid-uC4oU0JyF2 .item-wrapper:hover {
  transform: scale3d(1.01, 1.01, 1);
  border-color: #fafafa;
}
.cid-uC4oU0JyF2 .item-img {
  display: flex;
  align-items: center;
  justify-content: center;
  height: 175px;
}
.cid-uC4oU0JyF2 .item-img img {
  width: 100%;
  object-fit: cover;
  height: 100%;
}
.cid-uC4oU0JyF2 .item-content {
  display: flex;
  flex-direction: column;
  align-items: stretch;
  width: 100%;
  padding: 20px 5% 6%;
  flex-grow: 1;
  background-color: #ffffff;
}
.cid-uC4oU0JyF2 .item-text-wrap {
  width: 100%;
  margin-bottom: 5.3em;
}
@media (max-width: 1199px) {
  .cid-uC4oU0JyF2 .item-text-wrap {
    margin-bottom: 4em;
  }
}
@media (max-width: 767px) {
  .cid-uC4oU0JyF2 .item-text-wrap {
    margin-bottom: 2em;
    max-width: 340px;
    margin-right: auto;
  }
}
.cid-uC4oU0JyF2 .item-title {
  color: #272727;
  margin-bottom: 0.52em;
}
.cid-uC4oU0JyF2 .item-subtitle {
  color: #272727;
  opacity: 0.52em;
}
.cid-uC4oU0JyF2 .card-bottom {
  display: flex;
  flex-direction: column;
  align-items: stretch;
  margin-top: auto;
}
.cid-uC4oU0JyF2 .item-name-wrap {
  display: flex;
  align-items: center;
  width: 100%;
}
.cid-uC4oU0JyF2 .image-wrapper {
  width: 35px;
  height: 35px;
  margin-right: 10px;
  border-radius: 300px;
  overflow: hidden;
}
.cid-uC4oU0JyF2 .image-wrapper img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.cid-uC4oU0JyF2 .mbr-text {
  flex-grow: 1;
  color: #272727;
  text-align: right;
}
.cid-uC4oU0JyF2 .mbr-section-btn {
  display: flex;
  margin-top: 20px;
  width: auto !important;
}
.cid-uC4oU0JyF2 .mbr-section-btn .btn {
  width: 100%;
  min-width: auto !important;
}
.cid-uLMRAIzUxG {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-color: #0e132f;
}
.cid-uLMRAIzUxG .mbr-fallback-image.disabled {
  display: none;
}
.cid-uLMRAIzUxG .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-uLMRAIzUxG .container {
    padding: 0 16px;
  }
}
.cid-uLMRAIzUxG .card {
  display: flex;
  flex-direction: column;
  justify-content: space-between;
}
@media (max-width: 992px) {
  .cid-uLMRAIzUxG .card {
    margin-bottom: 40px;
  }
}
.cid-uLMRAIzUxG .card .content-wrapper .title-wrapper .title-wrap {
  display: inline-flex;
  align-items: center;
  margin-bottom: 16px;
}
@media (max-width: 992px) {
  .cid-uLMRAIzUxG .card .content-wrapper .title-wrapper .title-wrap {
    margin-bottom: 40px;
  }
}
.cid-uLMRAIzUxG .card .content-wrapper .title-wrapper .title-wrap img {
  width: 32px;
  height: 32px;
  object-fit: contain;
  margin-right: 1rem;
}
.cid-uLMRAIzUxG .card .content-wrapper .title-wrapper .title-wrap .mbr-section-title {
  margin-bottom: 0;
}
.cid-uLMRAIzUxG .card .content-wrapper .copyright {
  margin-bottom: 20px;
}
@media (max-width: 992px) {
  .cid-uLMRAIzUxG .card .content-wrapper .copyright {
    margin-bottom: 40px;
  }
}
.cid-uLMRAIzUxG .card .social-wrapper .social-wrap {
  display: inline-flex;
  flex-wrap: wrap;
}
.cid-uLMRAIzUxG .card .social-wrapper .social-wrap .mbr-iconfont {
  font-size: 20px;
  margin-right: 48px;
  color: #ffffff;
}
.cid-uLMRAIzUxG .list-wrapper .mbr-card-title {
  margin-bottom: 16px;
}
.cid-uLMRAIzUxG .list-wrapper .list {
  margin: 0;
  padding: 0;
  list-style-type: none;
}
.cid-uLMRAIzUxG .list-wrapper .list .item-wrap {
  margin-bottom: 16px;
}
@media (max-width: 992px) {
  .cid-uLMRAIzUxG .list-wrapper .list {
    margin-bottom: 40px;
  }
}
.cid-uLMRAIzUxG .mbr-section-title {
  color: #ffffff;
}
.cid-uLMRAIzUxG .copyright {
  color: #ffffff;
}
.cid-uLMRAIzUxG .mbr-card-title {
  color: #D4FE00;
}
.cid-uLMRAIzUxG .list {
  color: #ffffff;
}
.cid-uLMT5bnPh6 .navbar-dropdown {
  background-color: #ffffff !important;
  padding: 0;
}
.cid-uLMT5bnPh6 .navbar.navbar-expand-lg .dropdown .dropdown-menu {
  background-color: #ffffff !important;
  background: #ffffff;
}
.cid-uLMT5bnPh6 .navbar.navbar-expand-lg .dropdown .dropdown-menu .dropdown-submenu {
  margin: 0;
  left: 100%;
}
@media (max-width: 991px) {
  .cid-uLMT5bnPh6 .menu_box .navbar.opened,
  .cid-uLMT5bnPh6 .menu_box .navbar-collapse {
    background-color: #ffffff !important;
    transition: all 0s ease 0s;
  }
}
.cid-uLMT5bnPh6 .navbar-dropdown {
  position: relative !important;
}
.cid-uLMT5bnPh6 .btn {
  min-height: auto;
  box-shadow: none;
  margin-top: 0;
}
.cid-uLMT5bnPh6 .btn:hover {
  box-shadow: none;
}
@media (min-width: 992px) {
  .cid-uLMT5bnPh6 .offcanvas_image img {
    width: auto;
    object-fit: cover;
    display: inline-block;
  }
  .cid-uLMT5bnPh6 .offcanvas-header {
    position: relative;
    padding: 0;
  }
  .cid-uLMT5bnPh6 .offcanvas-header .btn-close {
    position: absolute;
    top: -70px;
    right: 0;
    width: 35px;
    height: 30px;
  }
  .cid-uLMT5bnPh6 .offcanvas-body {
    text-align: center;
    padding: 0;
  }
  .cid-uLMT5bnPh6 .offcanvas-body .mbr-text,
  .cid-uLMT5bnPh6 .offcanvas-body .mbr-section-subtitle {
    margin-top: 14px;
  }
  .cid-uLMT5bnPh6 .offcanvas-body .offcanvas_contact {
    margin: 35px 0;
  }
  .cid-uLMT5bnPh6 .offcanvas_box button.btn_offcanvas {
    outline: none;
    width: 40px;
    height: 40px;
    cursor: pointer;
    transition: all 0.2s;
    position: relative;
    align-self: center;
  }
  .cid-uLMT5bnPh6 .offcanvas_box button.btn_offcanvas .hamburger span {
    position: absolute;
    right: 0;
    width: 40px;
    height: 2px;
    border-right: 5px;
    background-color: #474747;
  }
  .cid-uLMT5bnPh6 .offcanvas_box button.btn_offcanvas .hamburger span:nth-child(1) {
    top: 18px;
    transition: all 0.2s;
  }
  .cid-uLMT5bnPh6 .offcanvas_box button.btn_offcanvas .hamburger span:nth-child(2) {
    top: 25px;
    transition: all 0.2s;
  }
  .cid-uLMT5bnPh6 .offcanvas_box button.btn_offcanvas:hover .hamburger span {
    width: 36px;
  }
  .cid-uLMT5bnPh6 .offcanvas_box button.btn_offcanvas:hover .hamburger span:nth-child(2) {
    width: 33px;
    transition-delay: 0.2s;
  }
  .cid-uLMT5bnPh6 ul.navbar-nav {
    padding-bottom: 1.5rem;
  }
  .cid-uLMT5bnPh6 .dropdown-menu .dropdown-toggle[data-toggle="dropdown-submenu"]::after,
  .cid-uLMT5bnPh6 .link.dropdown-toggle::after {
    display: inline-block;
    width: 7px;
    height: 7px;
    margin-left: .5rem;
    margin-bottom: 2px;
    content: "";
    border: 2px solid;
    border-left: none;
    border-top: none;
    transform: rotate(-45deg);
  }
  .cid-uLMT5bnPh6 .link.dropdown-toggle::after {
    padding: 0 !important;
    transform: rotate(45deg);
  }
  .cid-uLMT5bnPh6 li.nav-item {
    position: relative;
    display: inline-block;
    padding: 1px 7px !important;
    vertical-align: middle;
    line-height: 2em !important;
    font-weight: 600 !important;
    text-decoration: none;
    letter-spacing: 0 !important;
    z-index: 1;
  }
  .cid-uLMT5bnPh6 .lg_brand {
    margin: 0 1rem;
  }
}
.cid-uLMT5bnPh6 .nav-item {
  margin: 4px 15px;
}
@media (min-width: 1200px) {
  .cid-uLMT5bnPh6 .nav-item {
    margin: 4px 20px;
  }
}
@media (max-width: 991px) {
  .cid-uLMT5bnPh6 .nav-item {
    margin: 0 !important;
  }
}
.cid-uLMT5bnPh6 .dropdown-menu {
  border-radius: 0;
  box-shadow: none;
  text-align: left;
}
@media (min-width: 992px) {
  .cid-uLMT5bnPh6 .dropdown-menu {
    padding: 18px 34px 22px;
    min-width: 250px;
    top: auto !important;
    left: -40px !important;
  }
  .cid-uLMT5bnPh6 .dropdown-menu.dropdown-submenu {
    left: 215px !important;
    top: -45% !important;
  }
}
@media (max-width: 991px) {
  .cid-uLMT5bnPh6 .dropdown-menu .dropdown-toggle[data-toggle="dropdown-submenu"]::after,
  .cid-uLMT5bnPh6 .link.dropdown-toggle::after {
    display: inline-block;
    width: 7px;
    height: 7px;
    margin-left: .5rem;
    margin-bottom: 2px;
    content: "";
    border: 2px solid;
    border-left: none;
    border-top: none;
    transform: rotate(-45deg);
    right: 15px;
    position: absolute;
    margin-top: -2px;
  }
  .cid-uLMT5bnPh6 .show.dropdown-toggle[aria-expanded="true"]::after {
    transform: rotate(45deg);
    margin-top: -4px;
  }
  .cid-uLMT5bnPh6 .offcanvas_box {
    display: none;
  }
}
.cid-uLMT5bnPh6 .dropdown-item {
  border: none;
  font-weight: 400 !important;
}
.cid-uLMT5bnPh6 .nav-dropdown .link {
  font-weight: 400 !important;
  padding: 0 !important;
  margin: 0 !important;
}
.cid-uLMT5bnPh6 .nav-dropdown .link.dropdown-toggle::after {
  margin-left: 0.5rem;
  margin-top: 0;
}
.cid-uLMT5bnPh6 .container {
  display: flex;
  margin: auto;
}
.cid-uLMT5bnPh6 .iconfont-wrapper {
  color: #e0bdb6;
  font-size: 17px;
  margin-right: 10px;
  margin-bottom: 5px;
  width: 25px;
  height: 25px;
  border-radius: 50%;
  display: flex;
  justify-content: center;
  align-items: center;
  transition: all 0.2s ease-in-out;
}
.cid-uLMT5bnPh6 .iconfont-wrapper:last-child {
  margin-right: 0;
}
.cid-uLMT5bnPh6 .iconfont-wrapper:hover {
  opacity: .5;
}
.cid-uLMT5bnPh6 .navbar-caption {
  color: #747474;
}
.cid-uLMT5bnPh6 .navbar-nav {
  margin: 0 1rem;
}
@media (min-width: 992px) {
  .cid-uLMT5bnPh6 .navbar-nav {
    margin: 0;
  }
}
.cid-uLMT5bnPh6 .dropdown-menu,
.cid-uLMT5bnPh6 .navbar.opened {
  background-color: false !important;
}
.cid-uLMT5bnPh6 .nav-item:focus,
.cid-uLMT5bnPh6 .nav-link:focus {
  outline: none;
}
.cid-uLMT5bnPh6 .dropdown .dropdown-menu .dropdown-item {
  width: auto;
  transition: all 0.25s ease-in-out;
}
.cid-uLMT5bnPh6 .dropdown .dropdown-menu .dropdown-item::after {
  right: 0.5rem;
}
.cid-uLMT5bnPh6 .dropdown .dropdown-menu .dropdown-item .mbr-iconfont {
  margin-right: 0.5rem;
  vertical-align: sub;
}
.cid-uLMT5bnPh6 .dropdown .dropdown-menu .dropdown-item .mbr-iconfont:before {
  display: inline-block;
  transform: scale(1, 1);
  transition: all 0.25s ease-in-out;
}
.cid-uLMT5bnPh6 .collapsed .dropdown-menu .dropdown-item:before {
  display: none;
}
.cid-uLMT5bnPh6 .collapsed .dropdown .dropdown-menu .dropdown-item {
  padding: 0.235em 1.5em 0.235em 1.5em !important;
  transition: none;
  margin: 0 !important;
}
.cid-uLMT5bnPh6 .navbar {
  min-height: 70px;
  padding: 20px 0;
  transition: all 0.3s;
  border-bottom-width: 0px;
}
@media (max-width: 992px) {
  .cid-uLMT5bnPh6 .navbar {
    min-height: 30px;
    max-height: 90px;
  }
}
.cid-uLMT5bnPh6 .navbar.opened {
  transition: all 0.3s;
}
.cid-uLMT5bnPh6 .navbar .dropdown-item {
  padding: 0;
  margin: 8px 0;
}
.cid-uLMT5bnPh6 .navbar .navbar-logo img {
  width: auto;
  object-fit: contain;
  border-radius: 0;
}
.cid-uLMT5bnPh6 .navbar .navbar-collapse {
  justify-content: space-between;
  z-index: 1;
}
.cid-uLMT5bnPh6 .navbar.collapsed {
  justify-content: center;
}
.cid-uLMT5bnPh6 .navbar.collapsed .nav-item .nav-link::before {
  display: none;
}
.cid-uLMT5bnPh6 .navbar.collapsed.opened .dropdown-menu {
  top: 0;
}
.cid-uLMT5bnPh6 .navbar.collapsed .dropdown-menu .dropdown-submenu {
  left: 0 !important;
}
.cid-uLMT5bnPh6 .navbar.collapsed .dropdown-menu .dropdown-item:after {
  right: auto;
}
.cid-uLMT5bnPh6 .navbar.collapsed ul.navbar-nav li {
  margin: auto;
}
.cid-uLMT5bnPh6 .navbar.collapsed .dropdown-menu .dropdown-item {
  padding: 0.25rem 1.5rem;
  text-align: left;
}
.cid-uLMT5bnPh6 .navbar.collapsed .icons-menu {
  padding: 0;
}
@media (max-width: 991px) {
  .cid-uLMT5bnPh6 .navbar .nav-item {
    padding: .5rem 0;
  }
  .cid-uLMT5bnPh6 .navbar .navbar-collapse {
    padding: 34px 0;
    border-radius: 25px;
  }
  .cid-uLMT5bnPh6 .navbar .nav-item .nav-link::before {
    display: none;
  }
  .cid-uLMT5bnPh6 .navbar.opened .dropdown-menu {
    top: 0;
  }
  .cid-uLMT5bnPh6 .navbar .dropdown-menu {
    padding: 6px 0 6px 15px;
  }
  .cid-uLMT5bnPh6 .navbar .dropdown-menu .dropdown-submenu {
    left: 0 !important;
  }
  .cid-uLMT5bnPh6 .navbar .dropdown-menu .dropdown-item:after {
    right: auto;
    margin-top: -0.4rem;
  }
  .cid-uLMT5bnPh6 .navbar .navbar-logo img {
    height: 3rem !important;
  }
  .cid-uLMT5bnPh6 .navbar ul.navbar-nav {
    overflow: hidden;
  }
  .cid-uLMT5bnPh6 .navbar ul.navbar-nav li {
    margin: 0;
  }
  .cid-uLMT5bnPh6 .navbar .dropdown-menu .dropdown-item {
    padding: 0 !important;
    margin: 0;
    margin-top: 8px;
    text-align: left;
  }
  .cid-uLMT5bnPh6 .navbar .navbar-brand {
    flex-shrink: initial;
    flex-basis: auto;
    word-break: break-word;
    padding-right: 2rem;
  }
  .cid-uLMT5bnPh6 .navbar .navbar-toggler {
    flex-basis: auto;
  }
  .cid-uLMT5bnPh6 .navbar .icons-menu {
    padding: 0;
  }
}
.cid-uLMT5bnPh6 .navbar.navbar-short {
  min-height: 60px;
}
.cid-uLMT5bnPh6 .navbar.navbar-short .navbar-logo img {
  height: 2.5rem !important;
}
.cid-uLMT5bnPh6 .navbar.navbar-short .navbar-brand {
  min-height: 60px;
  padding: 0;
}
.cid-uLMT5bnPh6 .navbar-brand {
  min-height: 70px;
  flex-shrink: 0;
  align-items: center;
  margin-right: 0;
  padding: 10px 0;
  transition: all 0.3s;
  word-break: break-word;
  z-index: 1;
}
.cid-uLMT5bnPh6 .navbar-brand .navbar-caption {
  line-height: inherit !important;
}
.cid-uLMT5bnPh6 .navbar-brand .navbar-logo a {
  outline: none;
}
.cid-uLMT5bnPh6 .dropdown-item.active,
.cid-uLMT5bnPh6 .dropdown-item:active {
  background-color: transparent;
}
.cid-uLMT5bnPh6 .navbar-expand-lg .navbar-nav .nav-link {
  padding: 0;
}
.cid-uLMT5bnPh6 .nav-dropdown .link.dropdown-toggle {
  margin-right: 1.667em;
}
.cid-uLMT5bnPh6 .nav-dropdown .link.dropdown-toggle[aria-expanded="true"] {
  margin-right: 0;
  padding: 0.667em 1.667em;
}
.cid-uLMT5bnPh6 .navbar .dropdown.open > .dropdown-menu {
  display: block;
}
.cid-uLMT5bnPh6 ul.navbar-nav {
  flex-wrap: wrap;
  padding: 36px 0;
  border-bottom: 1px solid #0e132f;
}
.cid-uLMT5bnPh6 .navbar-buttons {
  text-align: center;
  min-width: 170px;
}
.cid-uLMT5bnPh6 button.navbar-toggler {
  outline: none;
  width: 48px;
  height: 48px;
  border-radius: 50%;
  cursor: pointer;
  transition: all 0.2s;
  position: relative;
  align-self: center;
  color: #ffffff;
  background: #ffffff;
}
.cid-uLMT5bnPh6 button.navbar-toggler .hamburger span {
  position: absolute;
  right: 10px;
  margin-top: 14px;
  width: 26px;
  height: 2px;
  border-right: 5px;
  background-color: #474747;
}
.cid-uLMT5bnPh6 button.navbar-toggler .hamburger span:nth-child(1) {
  top: 0;
  transition: all 0.2s;
}
.cid-uLMT5bnPh6 button.navbar-toggler .hamburger span:nth-child(2) {
  top: 8px;
  transition: all 0.15s;
}
.cid-uLMT5bnPh6 button.navbar-toggler .hamburger span:nth-child(3) {
  top: 8px;
  transition: all 0.15s;
}
.cid-uLMT5bnPh6 button.navbar-toggler .hamburger span:nth-child(4) {
  top: 16px;
  transition: all 0.2s;
}
.cid-uLMT5bnPh6 nav.opened .hamburger span:nth-child(1) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-uLMT5bnPh6 nav.opened .hamburger span:nth-child(2) {
  transform: rotate(45deg);
  transition: all 0.25s;
}
.cid-uLMT5bnPh6 nav.opened .hamburger span:nth-child(3) {
  transform: rotate(-45deg);
  transition: all 0.25s;
}
.cid-uLMT5bnPh6 nav.opened .hamburger span:nth-child(4) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-uLMT5bnPh6 a.nav-link {
  display: flex;
  align-items: center;
  justify-content: flex-start;
}
.cid-uLMT5bnPh6 .icons-menu {
  flex-wrap: nowrap;
  display: flex;
  justify-content: center;
  padding: 0;
  text-align: center;
  margin-bottom: 35px;
}
@media screen and (-ms-high-contrast: active), (-ms-high-contrast: none) {
  .cid-uLMT5bnPh6 .navbar {
    height: 70px;
  }
  .cid-uLMT5bnPh6 .navbar.opened {
    height: auto;
  }
  .cid-uLMT5bnPh6 .nav-item .nav-link:hover::before {
    width: 175%;
    max-width: calc(100% + 2rem);
    left: -1rem;
  }
}
.cid-uLMT5bnPh6 .navbar-dropdown .navbar-logo {
  margin-right: 15px;
}
@media (min-width: 768px) {
  .cid-uLMT5bnPh6 .container-fluid {
    padding-left: 30px;
    padding-right: 30px;
  }
}
.cid-uLMT5bnPh6 .mbr-section-btn-main {
  padding-top: 5px;
}
.cid-uLMT5bnPh6 .mbr-section-btn-main .btn {
  margin: 0 4px 4px 4px;
}
.cid-uLMT5bnPh6 .navbar-caption:hover {
  color: #2554ab;
}
@media (min-width: 992px) {
  .cid-uLMT5bnPh6 .dropdown-menu.dropdown-submenu {
    left: 175px !important;
    top: -45% !important;
  }
}
.cid-uLMT5bnPh6 .nav-link {
  position: relative;
}
.cid-uLMT5bnPh6 .nav-link:before {
  content: '';
  position: absolute;
  left: -12px;
  width: 6px;
  height: 6px;
  border-radius: 100%;
  background-color: #2554ab;
  transition: all .3s ease;
  opacity: 0;
}
.cid-uLMT5bnPh6 .nav-link:hover:before {
  opacity: 1;
}
.cid-uLMT5bnPh6 .mbr-section-subtitle {
  color: #ffffff;
}
.cid-uLMT5bnPh6 .mbr-text {
  color: #ffffff;
  text-align: center;
}
.cid-uLMT5bnPh6 .text_widget {
  color: #ffffff;
}
.cid-uLMT5bnPh6 .mbr-section-subtitle,
.cid-uLMT5bnPh6 .text_widget,
.cid-uLMT5bnPh6 .mbr-section-btn {
  text-align: center;
}
.cid-uLMT5bnPh6 a[class*="text-"]:not(.nav-link):not(.dropdown-item):not([role]):not(.navbar-caption):hover {
  background-image: none;
}
.cid-uC4oUiJtAb {
  padding-top: 0rem;
  padding-bottom: 0rem;
  background-color: #ffffff;
}
.cid-uC4oUiJtAb .item-img {
  position: relative;
  overflow: hidden;
}
.cid-uC4oUiJtAb .item-img:before {
  content: '';
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
  left: 0;
  background: black;
  opacity: 0.3;
  z-index: 1;
  transition: all 0.3s;
  pointer-events: none;
}
.cid-uC4oUiJtAb h5 {
  margin-bottom: 1rem;
}
.cid-uC4oUiJtAb .item-content {
  position: absolute;
  top: 55%;
  right: 0;
  z-index: 2;
  width: 100%;
  transform: translateY(-50%);
  padding: 2rem 8rem;
  display: flex;
  flex-direction: column;
  height: 50%;
}
@media (max-width: 767px) {
  .cid-uC4oUiJtAb .item-content {
    padding: 0 2rem 1.5rem;
    margin-top: 1rem;
  }
}
.cid-uC4oUiJtAb img,
.cid-uC4oUiJtAb .item-img {
  width: 100%;
  transition: all 0.3s;
  height: 100%;
  height: 400px;
  object-fit: cover;
}
.cid-uC4oUiJtAb .item:focus,
.cid-uC4oUiJtAb span:focus {
  outline: none;
}
.cid-uC4oUiJtAb .item {
  margin-bottom: 2rem;
}
@media (max-width: 767px) {
  .cid-uC4oUiJtAb .item {
    margin-bottom: 1rem;
  }
}
.cid-uC4oUiJtAb .item-wrapper {
  position: relative;
  border-radius: 15px;
  height: 100%;
  display: flex;
  flex-flow: column nowrap;
}
.cid-uC4oUiJtAb .mbr-section-title {
  color: #4e423d;
}
.cid-uC4oUiJtAb .item-title {
  text-align: left;
  color: #ffffff;
}
.cid-uC4oUiJtAb .item-subtitle {
  text-align: left;
  color: #ffffff;
}
.cid-uC4oUiJtAb .mbr-text,
.cid-uC4oUiJtAb .item .mbr-section-btn {
  text-align: left;
  color: #ffffff;
}
.cid-uC4oUiJtAb .content-head {
  max-width: 800px;
}
.cid-uC4oUk7nzr {
  padding-top: 1rem;
  padding-bottom: 5rem;
  background-color: #fafafa;
}
.cid-uC4oUk7nzr .mbr-section-title {
  margin-bottom: 1em;
  color: #272727;
}
.cid-uC4oUk7nzr .mbr-section-subtitle {
  margin-bottom: 1.5625em;
  color: #272727;
  opacity: 0.4;
}
.cid-uC4oUk7nzr .item-row {
  display: grid;
  -webkit-box-align: stretch;
  -webkit-align-items: stretch;
  -ms-flex-align: stretch;
  align-items: stretch;
  grid-auto-columns: 1fr;
  grid-column-gap: 16px;
  grid-row-gap: 16px;
  grid-template-columns: repeat(4, 1fr);
  -ms-grid-rows: auto;
  grid-template-rows: auto;
}
@media (max-width: 1199px) {
  .cid-uC4oUk7nzr .item-row {
    grid-template-columns: repeat(2, 1fr);
  }
}
@media (max-width: 767px) {
  .cid-uC4oUk7nzr .item-row {
    grid-template-columns: repeat(1, 1fr);
  }
}
.cid-uC4oUk7nzr .item {
  padding: 0;
}
.cid-uC4oUk7nzr .item-wrapper {
  display: flex;
  flex-direction: column;
  align-items: stretch;
  height: 100%;
  width: 100%;
  border-radius: 10px;
  overflow: hidden;
  transform-style: preserve-3d;
  transition: .3s all;
  border: 2px solid transparent;
}
.cid-uC4oUk7nzr .item-wrapper:hover {
  transform: scale3d(1.01, 1.01, 1);
  border-color: #fafafa;
}
.cid-uC4oUk7nzr .item-img {
  display: flex;
  align-items: center;
  justify-content: center;
  height: 175px;
}
.cid-uC4oUk7nzr .item-img img {
  width: 100%;
  object-fit: cover;
  height: 100%;
}
.cid-uC4oUk7nzr .item-content {
  display: flex;
  flex-direction: column;
  align-items: stretch;
  width: 100%;
  padding: 20px 5% 6%;
  flex-grow: 1;
  background-color: #ffffff;
}
.cid-uC4oUk7nzr .item-text-wrap {
  width: 100%;
  margin-bottom: 5.3em;
}
@media (max-width: 1199px) {
  .cid-uC4oUk7nzr .item-text-wrap {
    margin-bottom: 4em;
  }
}
@media (max-width: 767px) {
  .cid-uC4oUk7nzr .item-text-wrap {
    margin-bottom: 2em;
    max-width: 340px;
    margin-right: auto;
  }
}
.cid-uC4oUk7nzr .item-title {
  color: #272727;
  margin-bottom: 0.52em;
}
.cid-uC4oUk7nzr .item-subtitle {
  color: #272727;
  opacity: 0.52em;
}
.cid-uC4oUk7nzr .card-bottom {
  display: flex;
  flex-direction: column;
  align-items: stretch;
  margin-top: auto;
}
.cid-uC4oUk7nzr .item-name-wrap {
  display: flex;
  align-items: center;
  width: 100%;
}
.cid-uC4oUk7nzr .image-wrapper {
  width: 35px;
  height: 35px;
  margin-right: 10px;
  border-radius: 300px;
  overflow: hidden;
}
.cid-uC4oUk7nzr .image-wrapper img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.cid-uC4oUk7nzr .mbr-text {
  flex-grow: 1;
  color: #272727;
  text-align: right;
}
.cid-uC4oUk7nzr .mbr-section-btn {
  display: flex;
  margin-top: 20px;
  width: auto !important;
}
.cid-uC4oUk7nzr .mbr-section-btn .btn {
  width: 100%;
  min-width: auto !important;
}
.cid-uLMRAIzUxG {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-color: #0e132f;
}
.cid-uLMRAIzUxG .mbr-fallback-image.disabled {
  display: none;
}
.cid-uLMRAIzUxG .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-uLMRAIzUxG .container {
    padding: 0 16px;
  }
}
.cid-uLMRAIzUxG .card {
  display: flex;
  flex-direction: column;
  justify-content: space-between;
}
@media (max-width: 992px) {
  .cid-uLMRAIzUxG .card {
    margin-bottom: 40px;
  }
}
.cid-uLMRAIzUxG .card .content-wrapper .title-wrapper .title-wrap {
  display: inline-flex;
  align-items: center;
  margin-bottom: 16px;
}
@media (max-width: 992px) {
  .cid-uLMRAIzUxG .card .content-wrapper .title-wrapper .title-wrap {
    margin-bottom: 40px;
  }
}
.cid-uLMRAIzUxG .card .content-wrapper .title-wrapper .title-wrap img {
  width: 32px;
  height: 32px;
  object-fit: contain;
  margin-right: 1rem;
}
.cid-uLMRAIzUxG .card .content-wrapper .title-wrapper .title-wrap .mbr-section-title {
  margin-bottom: 0;
}
.cid-uLMRAIzUxG .card .content-wrapper .copyright {
  margin-bottom: 20px;
}
@media (max-width: 992px) {
  .cid-uLMRAIzUxG .card .content-wrapper .copyright {
    margin-bottom: 40px;
  }
}
.cid-uLMRAIzUxG .card .social-wrapper .social-wrap {
  display: inline-flex;
  flex-wrap: wrap;
}
.cid-uLMRAIzUxG .card .social-wrapper .social-wrap .mbr-iconfont {
  font-size: 20px;
  margin-right: 48px;
  color: #ffffff;
}
.cid-uLMRAIzUxG .list-wrapper .mbr-card-title {
  margin-bottom: 16px;
}
.cid-uLMRAIzUxG .list-wrapper .list {
  margin: 0;
  padding: 0;
  list-style-type: none;
}
.cid-uLMRAIzUxG .list-wrapper .list .item-wrap {
  margin-bottom: 16px;
}
@media (max-width: 992px) {
  .cid-uLMRAIzUxG .list-wrapper .list {
    margin-bottom: 40px;
  }
}
.cid-uLMRAIzUxG .mbr-section-title {
  color: #ffffff;
}
.cid-uLMRAIzUxG .copyright {
  color: #ffffff;
}
.cid-uLMRAIzUxG .mbr-card-title {
  color: #D4FE00;
}
.cid-uLMRAIzUxG .list {
  color: #ffffff;
}
.cid-uLMT5bnPh6 .navbar-dropdown {
  background-color: #ffffff !important;
  padding: 0;
}
.cid-uLMT5bnPh6 .navbar.navbar-expand-lg .dropdown .dropdown-menu {
  background-color: #ffffff !important;
  background: #ffffff;
}
.cid-uLMT5bnPh6 .navbar.navbar-expand-lg .dropdown .dropdown-menu .dropdown-submenu {
  margin: 0;
  left: 100%;
}
@media (max-width: 991px) {
  .cid-uLMT5bnPh6 .menu_box .navbar.opened,
  .cid-uLMT5bnPh6 .menu_box .navbar-collapse {
    background-color: #ffffff !important;
    transition: all 0s ease 0s;
  }
}
.cid-uLMT5bnPh6 .navbar-dropdown {
  position: relative !important;
}
.cid-uLMT5bnPh6 .btn {
  min-height: auto;
  box-shadow: none;
  margin-top: 0;
}
.cid-uLMT5bnPh6 .btn:hover {
  box-shadow: none;
}
@media (min-width: 992px) {
  .cid-uLMT5bnPh6 .offcanvas_image img {
    width: auto;
    object-fit: cover;
    display: inline-block;
  }
  .cid-uLMT5bnPh6 .offcanvas-header {
    position: relative;
    padding: 0;
  }
  .cid-uLMT5bnPh6 .offcanvas-header .btn-close {
    position: absolute;
    top: -70px;
    right: 0;
    width: 35px;
    height: 30px;
  }
  .cid-uLMT5bnPh6 .offcanvas-body {
    text-align: center;
    padding: 0;
  }
  .cid-uLMT5bnPh6 .offcanvas-body .mbr-text,
  .cid-uLMT5bnPh6 .offcanvas-body .mbr-section-subtitle {
    margin-top: 14px;
  }
  .cid-uLMT5bnPh6 .offcanvas-body .offcanvas_contact {
    margin: 35px 0;
  }
  .cid-uLMT5bnPh6 .offcanvas_box button.btn_offcanvas {
    outline: none;
    width: 40px;
    height: 40px;
    cursor: pointer;
    transition: all 0.2s;
    position: relative;
    align-self: center;
  }
  .cid-uLMT5bnPh6 .offcanvas_box button.btn_offcanvas .hamburger span {
    position: absolute;
    right: 0;
    width: 40px;
    height: 2px;
    border-right: 5px;
    background-color: #474747;
  }
  .cid-uLMT5bnPh6 .offcanvas_box button.btn_offcanvas .hamburger span:nth-child(1) {
    top: 18px;
    transition: all 0.2s;
  }
  .cid-uLMT5bnPh6 .offcanvas_box button.btn_offcanvas .hamburger span:nth-child(2) {
    top: 25px;
    transition: all 0.2s;
  }
  .cid-uLMT5bnPh6 .offcanvas_box button.btn_offcanvas:hover .hamburger span {
    width: 36px;
  }
  .cid-uLMT5bnPh6 .offcanvas_box button.btn_offcanvas:hover .hamburger span:nth-child(2) {
    width: 33px;
    transition-delay: 0.2s;
  }
  .cid-uLMT5bnPh6 ul.navbar-nav {
    padding-bottom: 1.5rem;
  }
  .cid-uLMT5bnPh6 .dropdown-menu .dropdown-toggle[data-toggle="dropdown-submenu"]::after,
  .cid-uLMT5bnPh6 .link.dropdown-toggle::after {
    display: inline-block;
    width: 7px;
    height: 7px;
    margin-left: .5rem;
    margin-bottom: 2px;
    content: "";
    border: 2px solid;
    border-left: none;
    border-top: none;
    transform: rotate(-45deg);
  }
  .cid-uLMT5bnPh6 .link.dropdown-toggle::after {
    padding: 0 !important;
    transform: rotate(45deg);
  }
  .cid-uLMT5bnPh6 li.nav-item {
    position: relative;
    display: inline-block;
    padding: 1px 7px !important;
    vertical-align: middle;
    line-height: 2em !important;
    font-weight: 600 !important;
    text-decoration: none;
    letter-spacing: 0 !important;
    z-index: 1;
  }
  .cid-uLMT5bnPh6 .lg_brand {
    margin: 0 1rem;
  }
}
.cid-uLMT5bnPh6 .nav-item {
  margin: 4px 15px;
}
@media (min-width: 1200px) {
  .cid-uLMT5bnPh6 .nav-item {
    margin: 4px 20px;
  }
}
@media (max-width: 991px) {
  .cid-uLMT5bnPh6 .nav-item {
    margin: 0 !important;
  }
}
.cid-uLMT5bnPh6 .dropdown-menu {
  border-radius: 0;
  box-shadow: none;
  text-align: left;
}
@media (min-width: 992px) {
  .cid-uLMT5bnPh6 .dropdown-menu {
    padding: 18px 34px 22px;
    min-width: 250px;
    top: auto !important;
    left: -40px !important;
  }
  .cid-uLMT5bnPh6 .dropdown-menu.dropdown-submenu {
    left: 215px !important;
    top: -45% !important;
  }
}
@media (max-width: 991px) {
  .cid-uLMT5bnPh6 .dropdown-menu .dropdown-toggle[data-toggle="dropdown-submenu"]::after,
  .cid-uLMT5bnPh6 .link.dropdown-toggle::after {
    display: inline-block;
    width: 7px;
    height: 7px;
    margin-left: .5rem;
    margin-bottom: 2px;
    content: "";
    border: 2px solid;
    border-left: none;
    border-top: none;
    transform: rotate(-45deg);
    right: 15px;
    position: absolute;
    margin-top: -2px;
  }
  .cid-uLMT5bnPh6 .show.dropdown-toggle[aria-expanded="true"]::after {
    transform: rotate(45deg);
    margin-top: -4px;
  }
  .cid-uLMT5bnPh6 .offcanvas_box {
    display: none;
  }
}
.cid-uLMT5bnPh6 .dropdown-item {
  border: none;
  font-weight: 400 !important;
}
.cid-uLMT5bnPh6 .nav-dropdown .link {
  font-weight: 400 !important;
  padding: 0 !important;
  margin: 0 !important;
}
.cid-uLMT5bnPh6 .nav-dropdown .link.dropdown-toggle::after {
  margin-left: 0.5rem;
  margin-top: 0;
}
.cid-uLMT5bnPh6 .container {
  display: flex;
  margin: auto;
}
.cid-uLMT5bnPh6 .iconfont-wrapper {
  color: #e0bdb6;
  font-size: 17px;
  margin-right: 10px;
  margin-bottom: 5px;
  width: 25px;
  height: 25px;
  border-radius: 50%;
  display: flex;
  justify-content: center;
  align-items: center;
  transition: all 0.2s ease-in-out;
}
.cid-uLMT5bnPh6 .iconfont-wrapper:last-child {
  margin-right: 0;
}
.cid-uLMT5bnPh6 .iconfont-wrapper:hover {
  opacity: .5;
}
.cid-uLMT5bnPh6 .navbar-caption {
  color: #747474;
}
.cid-uLMT5bnPh6 .navbar-nav {
  margin: 0 1rem;
}
@media (min-width: 992px) {
  .cid-uLMT5bnPh6 .navbar-nav {
    margin: 0;
  }
}
.cid-uLMT5bnPh6 .dropdown-menu,
.cid-uLMT5bnPh6 .navbar.opened {
  background-color: false !important;
}
.cid-uLMT5bnPh6 .nav-item:focus,
.cid-uLMT5bnPh6 .nav-link:focus {
  outline: none;
}
.cid-uLMT5bnPh6 .dropdown .dropdown-menu .dropdown-item {
  width: auto;
  transition: all 0.25s ease-in-out;
}
.cid-uLMT5bnPh6 .dropdown .dropdown-menu .dropdown-item::after {
  right: 0.5rem;
}
.cid-uLMT5bnPh6 .dropdown .dropdown-menu .dropdown-item .mbr-iconfont {
  margin-right: 0.5rem;
  vertical-align: sub;
}
.cid-uLMT5bnPh6 .dropdown .dropdown-menu .dropdown-item .mbr-iconfont:before {
  display: inline-block;
  transform: scale(1, 1);
  transition: all 0.25s ease-in-out;
}
.cid-uLMT5bnPh6 .collapsed .dropdown-menu .dropdown-item:before {
  display: none;
}
.cid-uLMT5bnPh6 .collapsed .dropdown .dropdown-menu .dropdown-item {
  padding: 0.235em 1.5em 0.235em 1.5em !important;
  transition: none;
  margin: 0 !important;
}
.cid-uLMT5bnPh6 .navbar {
  min-height: 70px;
  padding: 20px 0;
  transition: all 0.3s;
  border-bottom-width: 0px;
}
@media (max-width: 992px) {
  .cid-uLMT5bnPh6 .navbar {
    min-height: 30px;
    max-height: 90px;
  }
}
.cid-uLMT5bnPh6 .navbar.opened {
  transition: all 0.3s;
}
.cid-uLMT5bnPh6 .navbar .dropdown-item {
  padding: 0;
  margin: 8px 0;
}
.cid-uLMT5bnPh6 .navbar .navbar-logo img {
  width: auto;
  object-fit: contain;
  border-radius: 0;
}
.cid-uLMT5bnPh6 .navbar .navbar-collapse {
  justify-content: space-between;
  z-index: 1;
}
.cid-uLMT5bnPh6 .navbar.collapsed {
  justify-content: center;
}
.cid-uLMT5bnPh6 .navbar.collapsed .nav-item .nav-link::before {
  display: none;
}
.cid-uLMT5bnPh6 .navbar.collapsed.opened .dropdown-menu {
  top: 0;
}
.cid-uLMT5bnPh6 .navbar.collapsed .dropdown-menu .dropdown-submenu {
  left: 0 !important;
}
.cid-uLMT5bnPh6 .navbar.collapsed .dropdown-menu .dropdown-item:after {
  right: auto;
}
.cid-uLMT5bnPh6 .navbar.collapsed ul.navbar-nav li {
  margin: auto;
}
.cid-uLMT5bnPh6 .navbar.collapsed .dropdown-menu .dropdown-item {
  padding: 0.25rem 1.5rem;
  text-align: left;
}
.cid-uLMT5bnPh6 .navbar.collapsed .icons-menu {
  padding: 0;
}
@media (max-width: 991px) {
  .cid-uLMT5bnPh6 .navbar .nav-item {
    padding: .5rem 0;
  }
  .cid-uLMT5bnPh6 .navbar .navbar-collapse {
    padding: 34px 0;
    border-radius: 25px;
  }
  .cid-uLMT5bnPh6 .navbar .nav-item .nav-link::before {
    display: none;
  }
  .cid-uLMT5bnPh6 .navbar.opened .dropdown-menu {
    top: 0;
  }
  .cid-uLMT5bnPh6 .navbar .dropdown-menu {
    padding: 6px 0 6px 15px;
  }
  .cid-uLMT5bnPh6 .navbar .dropdown-menu .dropdown-submenu {
    left: 0 !important;
  }
  .cid-uLMT5bnPh6 .navbar .dropdown-menu .dropdown-item:after {
    right: auto;
    margin-top: -0.4rem;
  }
  .cid-uLMT5bnPh6 .navbar .navbar-logo img {
    height: 3rem !important;
  }
  .cid-uLMT5bnPh6 .navbar ul.navbar-nav {
    overflow: hidden;
  }
  .cid-uLMT5bnPh6 .navbar ul.navbar-nav li {
    margin: 0;
  }
  .cid-uLMT5bnPh6 .navbar .dropdown-menu .dropdown-item {
    padding: 0 !important;
    margin: 0;
    margin-top: 8px;
    text-align: left;
  }
  .cid-uLMT5bnPh6 .navbar .navbar-brand {
    flex-shrink: initial;
    flex-basis: auto;
    word-break: break-word;
    padding-right: 2rem;
  }
  .cid-uLMT5bnPh6 .navbar .navbar-toggler {
    flex-basis: auto;
  }
  .cid-uLMT5bnPh6 .navbar .icons-menu {
    padding: 0;
  }
}
.cid-uLMT5bnPh6 .navbar.navbar-short {
  min-height: 60px;
}
.cid-uLMT5bnPh6 .navbar.navbar-short .navbar-logo img {
  height: 2.5rem !important;
}
.cid-uLMT5bnPh6 .navbar.navbar-short .navbar-brand {
  min-height: 60px;
  padding: 0;
}
.cid-uLMT5bnPh6 .navbar-brand {
  min-height: 70px;
  flex-shrink: 0;
  align-items: center;
  margin-right: 0;
  padding: 10px 0;
  transition: all 0.3s;
  word-break: break-word;
  z-index: 1;
}
.cid-uLMT5bnPh6 .navbar-brand .navbar-caption {
  line-height: inherit !important;
}
.cid-uLMT5bnPh6 .navbar-brand .navbar-logo a {
  outline: none;
}
.cid-uLMT5bnPh6 .dropdown-item.active,
.cid-uLMT5bnPh6 .dropdown-item:active {
  background-color: transparent;
}
.cid-uLMT5bnPh6 .navbar-expand-lg .navbar-nav .nav-link {
  padding: 0;
}
.cid-uLMT5bnPh6 .nav-dropdown .link.dropdown-toggle {
  margin-right: 1.667em;
}
.cid-uLMT5bnPh6 .nav-dropdown .link.dropdown-toggle[aria-expanded="true"] {
  margin-right: 0;
  padding: 0.667em 1.667em;
}
.cid-uLMT5bnPh6 .navbar .dropdown.open > .dropdown-menu {
  display: block;
}
.cid-uLMT5bnPh6 ul.navbar-nav {
  flex-wrap: wrap;
  padding: 36px 0;
  border-bottom: 1px solid #0e132f;
}
.cid-uLMT5bnPh6 .navbar-buttons {
  text-align: center;
  min-width: 170px;
}
.cid-uLMT5bnPh6 button.navbar-toggler {
  outline: none;
  width: 48px;
  height: 48px;
  border-radius: 50%;
  cursor: pointer;
  transition: all 0.2s;
  position: relative;
  align-self: center;
  color: #ffffff;
  background: #ffffff;
}
.cid-uLMT5bnPh6 button.navbar-toggler .hamburger span {
  position: absolute;
  right: 10px;
  margin-top: 14px;
  width: 26px;
  height: 2px;
  border-right: 5px;
  background-color: #474747;
}
.cid-uLMT5bnPh6 button.navbar-toggler .hamburger span:nth-child(1) {
  top: 0;
  transition: all 0.2s;
}
.cid-uLMT5bnPh6 button.navbar-toggler .hamburger span:nth-child(2) {
  top: 8px;
  transition: all 0.15s;
}
.cid-uLMT5bnPh6 button.navbar-toggler .hamburger span:nth-child(3) {
  top: 8px;
  transition: all 0.15s;
}
.cid-uLMT5bnPh6 button.navbar-toggler .hamburger span:nth-child(4) {
  top: 16px;
  transition: all 0.2s;
}
.cid-uLMT5bnPh6 nav.opened .hamburger span:nth-child(1) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-uLMT5bnPh6 nav.opened .hamburger span:nth-child(2) {
  transform: rotate(45deg);
  transition: all 0.25s;
}
.cid-uLMT5bnPh6 nav.opened .hamburger span:nth-child(3) {
  transform: rotate(-45deg);
  transition: all 0.25s;
}
.cid-uLMT5bnPh6 nav.opened .hamburger span:nth-child(4) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-uLMT5bnPh6 a.nav-link {
  display: flex;
  align-items: center;
  justify-content: flex-start;
}
.cid-uLMT5bnPh6 .icons-menu {
  flex-wrap: nowrap;
  display: flex;
  justify-content: center;
  padding: 0;
  text-align: center;
  margin-bottom: 35px;
}
@media screen and (-ms-high-contrast: active), (-ms-high-contrast: none) {
  .cid-uLMT5bnPh6 .navbar {
    height: 70px;
  }
  .cid-uLMT5bnPh6 .navbar.opened {
    height: auto;
  }
  .cid-uLMT5bnPh6 .nav-item .nav-link:hover::before {
    width: 175%;
    max-width: calc(100% + 2rem);
    left: -1rem;
  }
}
.cid-uLMT5bnPh6 .navbar-dropdown .navbar-logo {
  margin-right: 15px;
}
@media (min-width: 768px) {
  .cid-uLMT5bnPh6 .container-fluid {
    padding-left: 30px;
    padding-right: 30px;
  }
}
.cid-uLMT5bnPh6 .mbr-section-btn-main {
  padding-top: 5px;
}
.cid-uLMT5bnPh6 .mbr-section-btn-main .btn {
  margin: 0 4px 4px 4px;
}
.cid-uLMT5bnPh6 .navbar-caption:hover {
  color: #2554ab;
}
@media (min-width: 992px) {
  .cid-uLMT5bnPh6 .dropdown-menu.dropdown-submenu {
    left: 175px !important;
    top: -45% !important;
  }
}
.cid-uLMT5bnPh6 .nav-link {
  position: relative;
}
.cid-uLMT5bnPh6 .nav-link:before {
  content: '';
  position: absolute;
  left: -12px;
  width: 6px;
  height: 6px;
  border-radius: 100%;
  background-color: #2554ab;
  transition: all .3s ease;
  opacity: 0;
}
.cid-uLMT5bnPh6 .nav-link:hover:before {
  opacity: 1;
}
.cid-uLMT5bnPh6 .mbr-section-subtitle {
  color: #ffffff;
}
.cid-uLMT5bnPh6 .mbr-text {
  color: #ffffff;
  text-align: center;
}
.cid-uLMT5bnPh6 .text_widget {
  color: #ffffff;
}
.cid-uLMT5bnPh6 .mbr-section-subtitle,
.cid-uLMT5bnPh6 .text_widget,
.cid-uLMT5bnPh6 .mbr-section-btn {
  text-align: center;
}
.cid-uLMT5bnPh6 a[class*="text-"]:not(.nav-link):not(.dropdown-item):not([role]):not(.navbar-caption):hover {
  background-image: none;
}
.cid-uC4oUCgBJm {
  padding-top: 0rem;
  padding-bottom: 0rem;
  background-color: #ffffff;
}
.cid-uC4oUCgBJm .item-img {
  position: relative;
  overflow: hidden;
}
.cid-uC4oUCgBJm .item-img:before {
  content: '';
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
  left: 0;
  background: black;
  opacity: 0.3;
  z-index: 1;
  transition: all 0.3s;
  pointer-events: none;
}
.cid-uC4oUCgBJm h5 {
  margin-bottom: 1rem;
}
.cid-uC4oUCgBJm .item-content {
  position: absolute;
  top: 55%;
  right: 0;
  z-index: 2;
  width: 100%;
  transform: translateY(-50%);
  padding: 2rem 8rem;
  display: flex;
  flex-direction: column;
  height: 50%;
}
@media (max-width: 767px) {
  .cid-uC4oUCgBJm .item-content {
    padding: 0 2rem 1.5rem;
    margin-top: 1rem;
  }
}
.cid-uC4oUCgBJm img,
.cid-uC4oUCgBJm .item-img {
  width: 100%;
  transition: all 0.3s;
  height: 100%;
  height: 400px;
  object-fit: cover;
}
.cid-uC4oUCgBJm .item:focus,
.cid-uC4oUCgBJm span:focus {
  outline: none;
}
.cid-uC4oUCgBJm .item {
  margin-bottom: 2rem;
}
@media (max-width: 767px) {
  .cid-uC4oUCgBJm .item {
    margin-bottom: 1rem;
  }
}
.cid-uC4oUCgBJm .item-wrapper {
  position: relative;
  border-radius: 15px;
  height: 100%;
  display: flex;
  flex-flow: column nowrap;
}
.cid-uC4oUCgBJm .mbr-section-title {
  color: #4e423d;
}
.cid-uC4oUCgBJm .item-title {
  text-align: left;
  color: #ffffff;
}
.cid-uC4oUCgBJm .item-subtitle {
  text-align: left;
  color: #ffffff;
}
.cid-uC4oUCgBJm .mbr-text,
.cid-uC4oUCgBJm .item .mbr-section-btn {
  text-align: left;
  color: #ffffff;
}
.cid-uC4oUCgBJm .content-head {
  max-width: 800px;
}
.cid-uC4oUDIO6v {
  padding-top: 1rem;
  padding-bottom: 5rem;
  background-color: #fafafa;
}
.cid-uC4oUDIO6v .mbr-section-title {
  margin-bottom: 1em;
  color: #272727;
}
.cid-uC4oUDIO6v .mbr-section-subtitle {
  margin-bottom: 1.5625em;
  color: #272727;
  opacity: 0.4;
}
.cid-uC4oUDIO6v .item-row {
  display: grid;
  -webkit-box-align: stretch;
  -webkit-align-items: stretch;
  -ms-flex-align: stretch;
  align-items: stretch;
  grid-auto-columns: 1fr;
  grid-column-gap: 16px;
  grid-row-gap: 16px;
  grid-template-columns: repeat(4, 1fr);
  -ms-grid-rows: auto;
  grid-template-rows: auto;
}
@media (max-width: 1199px) {
  .cid-uC4oUDIO6v .item-row {
    grid-template-columns: repeat(2, 1fr);
  }
}
@media (max-width: 767px) {
  .cid-uC4oUDIO6v .item-row {
    grid-template-columns: repeat(1, 1fr);
  }
}
.cid-uC4oUDIO6v .item {
  padding: 0;
}
.cid-uC4oUDIO6v .item-wrapper {
  display: flex;
  flex-direction: column;
  align-items: stretch;
  height: 100%;
  width: 100%;
  border-radius: 10px;
  overflow: hidden;
  transform-style: preserve-3d;
  transition: .3s all;
  border: 2px solid transparent;
}
.cid-uC4oUDIO6v .item-wrapper:hover {
  transform: scale3d(1.01, 1.01, 1);
  border-color: #fafafa;
}
.cid-uC4oUDIO6v .item-img {
  display: flex;
  align-items: center;
  justify-content: center;
  height: 175px;
}
.cid-uC4oUDIO6v .item-img img {
  width: 100%;
  object-fit: cover;
  height: 100%;
}
.cid-uC4oUDIO6v .item-content {
  display: flex;
  flex-direction: column;
  align-items: stretch;
  width: 100%;
  padding: 20px 5% 6%;
  flex-grow: 1;
  background-color: #ffffff;
}
.cid-uC4oUDIO6v .item-text-wrap {
  width: 100%;
  margin-bottom: 5.3em;
}
@media (max-width: 1199px) {
  .cid-uC4oUDIO6v .item-text-wrap {
    margin-bottom: 4em;
  }
}
@media (max-width: 767px) {
  .cid-uC4oUDIO6v .item-text-wrap {
    margin-bottom: 2em;
    max-width: 340px;
    margin-right: auto;
  }
}
.cid-uC4oUDIO6v .item-title {
  color: #272727;
  margin-bottom: 0.52em;
}
.cid-uC4oUDIO6v .item-subtitle {
  color: #272727;
  opacity: 0.52em;
}
.cid-uC4oUDIO6v .card-bottom {
  display: flex;
  flex-direction: column;
  align-items: stretch;
  margin-top: auto;
}
.cid-uC4oUDIO6v .item-name-wrap {
  display: flex;
  align-items: center;
  width: 100%;
}
.cid-uC4oUDIO6v .image-wrapper {
  width: 35px;
  height: 35px;
  margin-right: 10px;
  border-radius: 300px;
  overflow: hidden;
}
.cid-uC4oUDIO6v .image-wrapper img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.cid-uC4oUDIO6v .mbr-text {
  flex-grow: 1;
  color: #272727;
  text-align: right;
}
.cid-uC4oUDIO6v .mbr-section-btn {
  display: flex;
  margin-top: 20px;
  width: auto !important;
}
.cid-uC4oUDIO6v .mbr-section-btn .btn {
  width: 100%;
  min-width: auto !important;
}
.cid-uLMRAIzUxG {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-color: #0e132f;
}
.cid-uLMRAIzUxG .mbr-fallback-image.disabled {
  display: none;
}
.cid-uLMRAIzUxG .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-uLMRAIzUxG .container {
    padding: 0 16px;
  }
}
.cid-uLMRAIzUxG .card {
  display: flex;
  flex-direction: column;
  justify-content: space-between;
}
@media (max-width: 992px) {
  .cid-uLMRAIzUxG .card {
    margin-bottom: 40px;
  }
}
.cid-uLMRAIzUxG .card .content-wrapper .title-wrapper .title-wrap {
  display: inline-flex;
  align-items: center;
  margin-bottom: 16px;
}
@media (max-width: 992px) {
  .cid-uLMRAIzUxG .card .content-wrapper .title-wrapper .title-wrap {
    margin-bottom: 40px;
  }
}
.cid-uLMRAIzUxG .card .content-wrapper .title-wrapper .title-wrap img {
  width: 32px;
  height: 32px;
  object-fit: contain;
  margin-right: 1rem;
}
.cid-uLMRAIzUxG .card .content-wrapper .title-wrapper .title-wrap .mbr-section-title {
  margin-bottom: 0;
}
.cid-uLMRAIzUxG .card .content-wrapper .copyright {
  margin-bottom: 20px;
}
@media (max-width: 992px) {
  .cid-uLMRAIzUxG .card .content-wrapper .copyright {
    margin-bottom: 40px;
  }
}
.cid-uLMRAIzUxG .card .social-wrapper .social-wrap {
  display: inline-flex;
  flex-wrap: wrap;
}
.cid-uLMRAIzUxG .card .social-wrapper .social-wrap .mbr-iconfont {
  font-size: 20px;
  margin-right: 48px;
  color: #ffffff;
}
.cid-uLMRAIzUxG .list-wrapper .mbr-card-title {
  margin-bottom: 16px;
}
.cid-uLMRAIzUxG .list-wrapper .list {
  margin: 0;
  padding: 0;
  list-style-type: none;
}
.cid-uLMRAIzUxG .list-wrapper .list .item-wrap {
  margin-bottom: 16px;
}
@media (max-width: 992px) {
  .cid-uLMRAIzUxG .list-wrapper .list {
    margin-bottom: 40px;
  }
}
.cid-uLMRAIzUxG .mbr-section-title {
  color: #ffffff;
}
.cid-uLMRAIzUxG .copyright {
  color: #ffffff;
}
.cid-uLMRAIzUxG .mbr-card-title {
  color: #D4FE00;
}
.cid-uLMRAIzUxG .list {
  color: #ffffff;
}
.cid-uLMT5bnPh6 .navbar-dropdown {
  background-color: #ffffff !important;
  padding: 0;
}
.cid-uLMT5bnPh6 .navbar.navbar-expand-lg .dropdown .dropdown-menu {
  background-color: #ffffff !important;
  background: #ffffff;
}
.cid-uLMT5bnPh6 .navbar.navbar-expand-lg .dropdown .dropdown-menu .dropdown-submenu {
  margin: 0;
  left: 100%;
}
@media (max-width: 991px) {
  .cid-uLMT5bnPh6 .menu_box .navbar.opened,
  .cid-uLMT5bnPh6 .menu_box .navbar-collapse {
    background-color: #ffffff !important;
    transition: all 0s ease 0s;
  }
}
.cid-uLMT5bnPh6 .navbar-dropdown {
  position: relative !important;
}
.cid-uLMT5bnPh6 .btn {
  min-height: auto;
  box-shadow: none;
  margin-top: 0;
}
.cid-uLMT5bnPh6 .btn:hover {
  box-shadow: none;
}
@media (min-width: 992px) {
  .cid-uLMT5bnPh6 .offcanvas_image img {
    width: auto;
    object-fit: cover;
    display: inline-block;
  }
  .cid-uLMT5bnPh6 .offcanvas-header {
    position: relative;
    padding: 0;
  }
  .cid-uLMT5bnPh6 .offcanvas-header .btn-close {
    position: absolute;
    top: -70px;
    right: 0;
    width: 35px;
    height: 30px;
  }
  .cid-uLMT5bnPh6 .offcanvas-body {
    text-align: center;
    padding: 0;
  }
  .cid-uLMT5bnPh6 .offcanvas-body .mbr-text,
  .cid-uLMT5bnPh6 .offcanvas-body .mbr-section-subtitle {
    margin-top: 14px;
  }
  .cid-uLMT5bnPh6 .offcanvas-body .offcanvas_contact {
    margin: 35px 0;
  }
  .cid-uLMT5bnPh6 .offcanvas_box button.btn_offcanvas {
    outline: none;
    width: 40px;
    height: 40px;
    cursor: pointer;
    transition: all 0.2s;
    position: relative;
    align-self: center;
  }
  .cid-uLMT5bnPh6 .offcanvas_box button.btn_offcanvas .hamburger span {
    position: absolute;
    right: 0;
    width: 40px;
    height: 2px;
    border-right: 5px;
    background-color: #474747;
  }
  .cid-uLMT5bnPh6 .offcanvas_box button.btn_offcanvas .hamburger span:nth-child(1) {
    top: 18px;
    transition: all 0.2s;
  }
  .cid-uLMT5bnPh6 .offcanvas_box button.btn_offcanvas .hamburger span:nth-child(2) {
    top: 25px;
    transition: all 0.2s;
  }
  .cid-uLMT5bnPh6 .offcanvas_box button.btn_offcanvas:hover .hamburger span {
    width: 36px;
  }
  .cid-uLMT5bnPh6 .offcanvas_box button.btn_offcanvas:hover .hamburger span:nth-child(2) {
    width: 33px;
    transition-delay: 0.2s;
  }
  .cid-uLMT5bnPh6 ul.navbar-nav {
    padding-bottom: 1.5rem;
  }
  .cid-uLMT5bnPh6 .dropdown-menu .dropdown-toggle[data-toggle="dropdown-submenu"]::after,
  .cid-uLMT5bnPh6 .link.dropdown-toggle::after {
    display: inline-block;
    width: 7px;
    height: 7px;
    margin-left: .5rem;
    margin-bottom: 2px;
    content: "";
    border: 2px solid;
    border-left: none;
    border-top: none;
    transform: rotate(-45deg);
  }
  .cid-uLMT5bnPh6 .link.dropdown-toggle::after {
    padding: 0 !important;
    transform: rotate(45deg);
  }
  .cid-uLMT5bnPh6 li.nav-item {
    position: relative;
    display: inline-block;
    padding: 1px 7px !important;
    vertical-align: middle;
    line-height: 2em !important;
    font-weight: 600 !important;
    text-decoration: none;
    letter-spacing: 0 !important;
    z-index: 1;
  }
  .cid-uLMT5bnPh6 .lg_brand {
    margin: 0 1rem;
  }
}
.cid-uLMT5bnPh6 .nav-item {
  margin: 4px 15px;
}
@media (min-width: 1200px) {
  .cid-uLMT5bnPh6 .nav-item {
    margin: 4px 20px;
  }
}
@media (max-width: 991px) {
  .cid-uLMT5bnPh6 .nav-item {
    margin: 0 !important;
  }
}
.cid-uLMT5bnPh6 .dropdown-menu {
  border-radius: 0;
  box-shadow: none;
  text-align: left;
}
@media (min-width: 992px) {
  .cid-uLMT5bnPh6 .dropdown-menu {
    padding: 18px 34px 22px;
    min-width: 250px;
    top: auto !important;
    left: -40px !important;
  }
  .cid-uLMT5bnPh6 .dropdown-menu.dropdown-submenu {
    left: 215px !important;
    top: -45% !important;
  }
}
@media (max-width: 991px) {
  .cid-uLMT5bnPh6 .dropdown-menu .dropdown-toggle[data-toggle="dropdown-submenu"]::after,
  .cid-uLMT5bnPh6 .link.dropdown-toggle::after {
    display: inline-block;
    width: 7px;
    height: 7px;
    margin-left: .5rem;
    margin-bottom: 2px;
    content: "";
    border: 2px solid;
    border-left: none;
    border-top: none;
    transform: rotate(-45deg);
    right: 15px;
    position: absolute;
    margin-top: -2px;
  }
  .cid-uLMT5bnPh6 .show.dropdown-toggle[aria-expanded="true"]::after {
    transform: rotate(45deg);
    margin-top: -4px;
  }
  .cid-uLMT5bnPh6 .offcanvas_box {
    display: none;
  }
}
.cid-uLMT5bnPh6 .dropdown-item {
  border: none;
  font-weight: 400 !important;
}
.cid-uLMT5bnPh6 .nav-dropdown .link {
  font-weight: 400 !important;
  padding: 0 !important;
  margin: 0 !important;
}
.cid-uLMT5bnPh6 .nav-dropdown .link.dropdown-toggle::after {
  margin-left: 0.5rem;
  margin-top: 0;
}
.cid-uLMT5bnPh6 .container {
  display: flex;
  margin: auto;
}
.cid-uLMT5bnPh6 .iconfont-wrapper {
  color: #e0bdb6;
  font-size: 17px;
  margin-right: 10px;
  margin-bottom: 5px;
  width: 25px;
  height: 25px;
  border-radius: 50%;
  display: flex;
  justify-content: center;
  align-items: center;
  transition: all 0.2s ease-in-out;
}
.cid-uLMT5bnPh6 .iconfont-wrapper:last-child {
  margin-right: 0;
}
.cid-uLMT5bnPh6 .iconfont-wrapper:hover {
  opacity: .5;
}
.cid-uLMT5bnPh6 .navbar-caption {
  color: #747474;
}
.cid-uLMT5bnPh6 .navbar-nav {
  margin: 0 1rem;
}
@media (min-width: 992px) {
  .cid-uLMT5bnPh6 .navbar-nav {
    margin: 0;
  }
}
.cid-uLMT5bnPh6 .dropdown-menu,
.cid-uLMT5bnPh6 .navbar.opened {
  background-color: false !important;
}
.cid-uLMT5bnPh6 .nav-item:focus,
.cid-uLMT5bnPh6 .nav-link:focus {
  outline: none;
}
.cid-uLMT5bnPh6 .dropdown .dropdown-menu .dropdown-item {
  width: auto;
  transition: all 0.25s ease-in-out;
}
.cid-uLMT5bnPh6 .dropdown .dropdown-menu .dropdown-item::after {
  right: 0.5rem;
}
.cid-uLMT5bnPh6 .dropdown .dropdown-menu .dropdown-item .mbr-iconfont {
  margin-right: 0.5rem;
  vertical-align: sub;
}
.cid-uLMT5bnPh6 .dropdown .dropdown-menu .dropdown-item .mbr-iconfont:before {
  display: inline-block;
  transform: scale(1, 1);
  transition: all 0.25s ease-in-out;
}
.cid-uLMT5bnPh6 .collapsed .dropdown-menu .dropdown-item:before {
  display: none;
}
.cid-uLMT5bnPh6 .collapsed .dropdown .dropdown-menu .dropdown-item {
  padding: 0.235em 1.5em 0.235em 1.5em !important;
  transition: none;
  margin: 0 !important;
}
.cid-uLMT5bnPh6 .navbar {
  min-height: 70px;
  padding: 20px 0;
  transition: all 0.3s;
  border-bottom-width: 0px;
}
@media (max-width: 992px) {
  .cid-uLMT5bnPh6 .navbar {
    min-height: 30px;
    max-height: 90px;
  }
}
.cid-uLMT5bnPh6 .navbar.opened {
  transition: all 0.3s;
}
.cid-uLMT5bnPh6 .navbar .dropdown-item {
  padding: 0;
  margin: 8px 0;
}
.cid-uLMT5bnPh6 .navbar .navbar-logo img {
  width: auto;
  object-fit: contain;
  border-radius: 0;
}
.cid-uLMT5bnPh6 .navbar .navbar-collapse {
  justify-content: space-between;
  z-index: 1;
}
.cid-uLMT5bnPh6 .navbar.collapsed {
  justify-content: center;
}
.cid-uLMT5bnPh6 .navbar.collapsed .nav-item .nav-link::before {
  display: none;
}
.cid-uLMT5bnPh6 .navbar.collapsed.opened .dropdown-menu {
  top: 0;
}
.cid-uLMT5bnPh6 .navbar.collapsed .dropdown-menu .dropdown-submenu {
  left: 0 !important;
}
.cid-uLMT5bnPh6 .navbar.collapsed .dropdown-menu .dropdown-item:after {
  right: auto;
}
.cid-uLMT5bnPh6 .navbar.collapsed ul.navbar-nav li {
  margin: auto;
}
.cid-uLMT5bnPh6 .navbar.collapsed .dropdown-menu .dropdown-item {
  padding: 0.25rem 1.5rem;
  text-align: left;
}
.cid-uLMT5bnPh6 .navbar.collapsed .icons-menu {
  padding: 0;
}
@media (max-width: 991px) {
  .cid-uLMT5bnPh6 .navbar .nav-item {
    padding: .5rem 0;
  }
  .cid-uLMT5bnPh6 .navbar .navbar-collapse {
    padding: 34px 0;
    border-radius: 25px;
  }
  .cid-uLMT5bnPh6 .navbar .nav-item .nav-link::before {
    display: none;
  }
  .cid-uLMT5bnPh6 .navbar.opened .dropdown-menu {
    top: 0;
  }
  .cid-uLMT5bnPh6 .navbar .dropdown-menu {
    padding: 6px 0 6px 15px;
  }
  .cid-uLMT5bnPh6 .navbar .dropdown-menu .dropdown-submenu {
    left: 0 !important;
  }
  .cid-uLMT5bnPh6 .navbar .dropdown-menu .dropdown-item:after {
    right: auto;
    margin-top: -0.4rem;
  }
  .cid-uLMT5bnPh6 .navbar .navbar-logo img {
    height: 3rem !important;
  }
  .cid-uLMT5bnPh6 .navbar ul.navbar-nav {
    overflow: hidden;
  }
  .cid-uLMT5bnPh6 .navbar ul.navbar-nav li {
    margin: 0;
  }
  .cid-uLMT5bnPh6 .navbar .dropdown-menu .dropdown-item {
    padding: 0 !important;
    margin: 0;
    margin-top: 8px;
    text-align: left;
  }
  .cid-uLMT5bnPh6 .navbar .navbar-brand {
    flex-shrink: initial;
    flex-basis: auto;
    word-break: break-word;
    padding-right: 2rem;
  }
  .cid-uLMT5bnPh6 .navbar .navbar-toggler {
    flex-basis: auto;
  }
  .cid-uLMT5bnPh6 .navbar .icons-menu {
    padding: 0;
  }
}
.cid-uLMT5bnPh6 .navbar.navbar-short {
  min-height: 60px;
}
.cid-uLMT5bnPh6 .navbar.navbar-short .navbar-logo img {
  height: 2.5rem !important;
}
.cid-uLMT5bnPh6 .navbar.navbar-short .navbar-brand {
  min-height: 60px;
  padding: 0;
}
.cid-uLMT5bnPh6 .navbar-brand {
  min-height: 70px;
  flex-shrink: 0;
  align-items: center;
  margin-right: 0;
  padding: 10px 0;
  transition: all 0.3s;
  word-break: break-word;
  z-index: 1;
}
.cid-uLMT5bnPh6 .navbar-brand .navbar-caption {
  line-height: inherit !important;
}
.cid-uLMT5bnPh6 .navbar-brand .navbar-logo a {
  outline: none;
}
.cid-uLMT5bnPh6 .dropdown-item.active,
.cid-uLMT5bnPh6 .dropdown-item:active {
  background-color: transparent;
}
.cid-uLMT5bnPh6 .navbar-expand-lg .navbar-nav .nav-link {
  padding: 0;
}
.cid-uLMT5bnPh6 .nav-dropdown .link.dropdown-toggle {
  margin-right: 1.667em;
}
.cid-uLMT5bnPh6 .nav-dropdown .link.dropdown-toggle[aria-expanded="true"] {
  margin-right: 0;
  padding: 0.667em 1.667em;
}
.cid-uLMT5bnPh6 .navbar .dropdown.open > .dropdown-menu {
  display: block;
}
.cid-uLMT5bnPh6 ul.navbar-nav {
  flex-wrap: wrap;
  padding: 36px 0;
  border-bottom: 1px solid #0e132f;
}
.cid-uLMT5bnPh6 .navbar-buttons {
  text-align: center;
  min-width: 170px;
}
.cid-uLMT5bnPh6 button.navbar-toggler {
  outline: none;
  width: 48px;
  height: 48px;
  border-radius: 50%;
  cursor: pointer;
  transition: all 0.2s;
  position: relative;
  align-self: center;
  color: #ffffff;
  background: #ffffff;
}
.cid-uLMT5bnPh6 button.navbar-toggler .hamburger span {
  position: absolute;
  right: 10px;
  margin-top: 14px;
  width: 26px;
  height: 2px;
  border-right: 5px;
  background-color: #474747;
}
.cid-uLMT5bnPh6 button.navbar-toggler .hamburger span:nth-child(1) {
  top: 0;
  transition: all 0.2s;
}
.cid-uLMT5bnPh6 button.navbar-toggler .hamburger span:nth-child(2) {
  top: 8px;
  transition: all 0.15s;
}
.cid-uLMT5bnPh6 button.navbar-toggler .hamburger span:nth-child(3) {
  top: 8px;
  transition: all 0.15s;
}
.cid-uLMT5bnPh6 button.navbar-toggler .hamburger span:nth-child(4) {
  top: 16px;
  transition: all 0.2s;
}
.cid-uLMT5bnPh6 nav.opened .hamburger span:nth-child(1) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-uLMT5bnPh6 nav.opened .hamburger span:nth-child(2) {
  transform: rotate(45deg);
  transition: all 0.25s;
}
.cid-uLMT5bnPh6 nav.opened .hamburger span:nth-child(3) {
  transform: rotate(-45deg);
  transition: all 0.25s;
}
.cid-uLMT5bnPh6 nav.opened .hamburger span:nth-child(4) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-uLMT5bnPh6 a.nav-link {
  display: flex;
  align-items: center;
  justify-content: flex-start;
}
.cid-uLMT5bnPh6 .icons-menu {
  flex-wrap: nowrap;
  display: flex;
  justify-content: center;
  padding: 0;
  text-align: center;
  margin-bottom: 35px;
}
@media screen and (-ms-high-contrast: active), (-ms-high-contrast: none) {
  .cid-uLMT5bnPh6 .navbar {
    height: 70px;
  }
  .cid-uLMT5bnPh6 .navbar.opened {
    height: auto;
  }
  .cid-uLMT5bnPh6 .nav-item .nav-link:hover::before {
    width: 175%;
    max-width: calc(100% + 2rem);
    left: -1rem;
  }
}
.cid-uLMT5bnPh6 .navbar-dropdown .navbar-logo {
  margin-right: 15px;
}
@media (min-width: 768px) {
  .cid-uLMT5bnPh6 .container-fluid {
    padding-left: 30px;
    padding-right: 30px;
  }
}
.cid-uLMT5bnPh6 .mbr-section-btn-main {
  padding-top: 5px;
}
.cid-uLMT5bnPh6 .mbr-section-btn-main .btn {
  margin: 0 4px 4px 4px;
}
.cid-uLMT5bnPh6 .navbar-caption:hover {
  color: #2554ab;
}
@media (min-width: 992px) {
  .cid-uLMT5bnPh6 .dropdown-menu.dropdown-submenu {
    left: 175px !important;
    top: -45% !important;
  }
}
.cid-uLMT5bnPh6 .nav-link {
  position: relative;
}
.cid-uLMT5bnPh6 .nav-link:before {
  content: '';
  position: absolute;
  left: -12px;
  width: 6px;
  height: 6px;
  border-radius: 100%;
  background-color: #2554ab;
  transition: all .3s ease;
  opacity: 0;
}
.cid-uLMT5bnPh6 .nav-link:hover:before {
  opacity: 1;
}
.cid-uLMT5bnPh6 .mbr-section-subtitle {
  color: #ffffff;
}
.cid-uLMT5bnPh6 .mbr-text {
  color: #ffffff;
  text-align: center;
}
.cid-uLMT5bnPh6 .text_widget {
  color: #ffffff;
}
.cid-uLMT5bnPh6 .mbr-section-subtitle,
.cid-uLMT5bnPh6 .text_widget,
.cid-uLMT5bnPh6 .mbr-section-btn {
  text-align: center;
}
.cid-uLMT5bnPh6 a[class*="text-"]:not(.nav-link):not(.dropdown-item):not([role]):not(.navbar-caption):hover {
  background-image: none;
}
.cid-uC4oUWyryz {
  padding-top: 0rem;
  padding-bottom: 0rem;
  background-color: #ffffff;
}
.cid-uC4oUWyryz .item-img {
  position: relative;
  overflow: hidden;
}
.cid-uC4oUWyryz .item-img:before {
  content: '';
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
  left: 0;
  background: black;
  opacity: 0.3;
  z-index: 1;
  transition: all 0.3s;
  pointer-events: none;
}
.cid-uC4oUWyryz h5 {
  margin-bottom: 1rem;
}
.cid-uC4oUWyryz .item-content {
  position: absolute;
  top: 55%;
  right: 0;
  z-index: 2;
  width: 100%;
  transform: translateY(-50%);
  padding: 2rem 8rem;
  display: flex;
  flex-direction: column;
  height: 50%;
}
@media (max-width: 767px) {
  .cid-uC4oUWyryz .item-content {
    padding: 0 2rem 1.5rem;
    margin-top: 1rem;
  }
}
.cid-uC4oUWyryz img,
.cid-uC4oUWyryz .item-img {
  width: 100%;
  transition: all 0.3s;
  height: 100%;
  height: 400px;
  object-fit: cover;
}
.cid-uC4oUWyryz .item:focus,
.cid-uC4oUWyryz span:focus {
  outline: none;
}
.cid-uC4oUWyryz .item {
  margin-bottom: 2rem;
}
@media (max-width: 767px) {
  .cid-uC4oUWyryz .item {
    margin-bottom: 1rem;
  }
}
.cid-uC4oUWyryz .item-wrapper {
  position: relative;
  border-radius: 15px;
  height: 100%;
  display: flex;
  flex-flow: column nowrap;
}
.cid-uC4oUWyryz .mbr-section-title {
  color: #4e423d;
}
.cid-uC4oUWyryz .item-title {
  text-align: left;
  color: #ffffff;
}
.cid-uC4oUWyryz .item-subtitle {
  text-align: left;
  color: #ffffff;
}
.cid-uC4oUWyryz .mbr-text,
.cid-uC4oUWyryz .item .mbr-section-btn {
  text-align: left;
  color: #ffffff;
}
.cid-uC4oUWyryz .content-head {
  max-width: 800px;
}
.cid-uC4oUY6aIw {
  padding-top: 1rem;
  padding-bottom: 5rem;
  background-color: #fafafa;
}
.cid-uC4oUY6aIw .mbr-section-title {
  margin-bottom: 1em;
  color: #272727;
}
.cid-uC4oUY6aIw .mbr-section-subtitle {
  margin-bottom: 1.5625em;
  color: #272727;
  opacity: 0.4;
}
.cid-uC4oUY6aIw .item-row {
  display: grid;
  -webkit-box-align: stretch;
  -webkit-align-items: stretch;
  -ms-flex-align: stretch;
  align-items: stretch;
  grid-auto-columns: 1fr;
  grid-column-gap: 16px;
  grid-row-gap: 16px;
  grid-template-columns: repeat(4, 1fr);
  -ms-grid-rows: auto;
  grid-template-rows: auto;
}
@media (max-width: 1199px) {
  .cid-uC4oUY6aIw .item-row {
    grid-template-columns: repeat(2, 1fr);
  }
}
@media (max-width: 767px) {
  .cid-uC4oUY6aIw .item-row {
    grid-template-columns: repeat(1, 1fr);
  }
}
.cid-uC4oUY6aIw .item {
  padding: 0;
}
.cid-uC4oUY6aIw .item-wrapper {
  display: flex;
  flex-direction: column;
  align-items: stretch;
  height: 100%;
  width: 100%;
  border-radius: 10px;
  overflow: hidden;
  transform-style: preserve-3d;
  transition: .3s all;
  border: 2px solid transparent;
}
.cid-uC4oUY6aIw .item-wrapper:hover {
  transform: scale3d(1.01, 1.01, 1);
  border-color: #fafafa;
}
.cid-uC4oUY6aIw .item-img {
  display: flex;
  align-items: center;
  justify-content: center;
  height: 175px;
}
.cid-uC4oUY6aIw .item-img img {
  width: 100%;
  object-fit: cover;
  height: 100%;
}
.cid-uC4oUY6aIw .item-content {
  display: flex;
  flex-direction: column;
  align-items: stretch;
  width: 100%;
  padding: 20px 5% 6%;
  flex-grow: 1;
  background-color: #ffffff;
}
.cid-uC4oUY6aIw .item-text-wrap {
  width: 100%;
  margin-bottom: 5.3em;
}
@media (max-width: 1199px) {
  .cid-uC4oUY6aIw .item-text-wrap {
    margin-bottom: 4em;
  }
}
@media (max-width: 767px) {
  .cid-uC4oUY6aIw .item-text-wrap {
    margin-bottom: 2em;
    max-width: 340px;
    margin-right: auto;
  }
}
.cid-uC4oUY6aIw .item-title {
  color: #272727;
  margin-bottom: 0.52em;
}
.cid-uC4oUY6aIw .item-subtitle {
  color: #272727;
  opacity: 0.52em;
}
.cid-uC4oUY6aIw .card-bottom {
  display: flex;
  flex-direction: column;
  align-items: stretch;
  margin-top: auto;
}
.cid-uC4oUY6aIw .item-name-wrap {
  display: flex;
  align-items: center;
  width: 100%;
}
.cid-uC4oUY6aIw .image-wrapper {
  width: 35px;
  height: 35px;
  margin-right: 10px;
  border-radius: 300px;
  overflow: hidden;
}
.cid-uC4oUY6aIw .image-wrapper img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.cid-uC4oUY6aIw .mbr-text {
  flex-grow: 1;
  color: #272727;
  text-align: right;
}
.cid-uC4oUY6aIw .mbr-section-btn {
  display: flex;
  margin-top: 20px;
  width: auto !important;
}
.cid-uC4oUY6aIw .mbr-section-btn .btn {
  width: 100%;
  min-width: auto !important;
}
.cid-uLMRAIzUxG {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-color: #0e132f;
}
.cid-uLMRAIzUxG .mbr-fallback-image.disabled {
  display: none;
}
.cid-uLMRAIzUxG .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-uLMRAIzUxG .container {
    padding: 0 16px;
  }
}
.cid-uLMRAIzUxG .card {
  display: flex;
  flex-direction: column;
  justify-content: space-between;
}
@media (max-width: 992px) {
  .cid-uLMRAIzUxG .card {
    margin-bottom: 40px;
  }
}
.cid-uLMRAIzUxG .card .content-wrapper .title-wrapper .title-wrap {
  display: inline-flex;
  align-items: center;
  margin-bottom: 16px;
}
@media (max-width: 992px) {
  .cid-uLMRAIzUxG .card .content-wrapper .title-wrapper .title-wrap {
    margin-bottom: 40px;
  }
}
.cid-uLMRAIzUxG .card .content-wrapper .title-wrapper .title-wrap img {
  width: 32px;
  height: 32px;
  object-fit: contain;
  margin-right: 1rem;
}
.cid-uLMRAIzUxG .card .content-wrapper .title-wrapper .title-wrap .mbr-section-title {
  margin-bottom: 0;
}
.cid-uLMRAIzUxG .card .content-wrapper .copyright {
  margin-bottom: 20px;
}
@media (max-width: 992px) {
  .cid-uLMRAIzUxG .card .content-wrapper .copyright {
    margin-bottom: 40px;
  }
}
.cid-uLMRAIzUxG .card .social-wrapper .social-wrap {
  display: inline-flex;
  flex-wrap: wrap;
}
.cid-uLMRAIzUxG .card .social-wrapper .social-wrap .mbr-iconfont {
  font-size: 20px;
  margin-right: 48px;
  color: #ffffff;
}
.cid-uLMRAIzUxG .list-wrapper .mbr-card-title {
  margin-bottom: 16px;
}
.cid-uLMRAIzUxG .list-wrapper .list {
  margin: 0;
  padding: 0;
  list-style-type: none;
}
.cid-uLMRAIzUxG .list-wrapper .list .item-wrap {
  margin-bottom: 16px;
}
@media (max-width: 992px) {
  .cid-uLMRAIzUxG .list-wrapper .list {
    margin-bottom: 40px;
  }
}
.cid-uLMRAIzUxG .mbr-section-title {
  color: #ffffff;
}
.cid-uLMRAIzUxG .copyright {
  color: #ffffff;
}
.cid-uLMRAIzUxG .mbr-card-title {
  color: #D4FE00;
}
.cid-uLMRAIzUxG .list {
  color: #ffffff;
}
.cid-uLMT5bnPh6 .navbar-dropdown {
  background-color: #ffffff !important;
  padding: 0;
}
.cid-uLMT5bnPh6 .navbar.navbar-expand-lg .dropdown .dropdown-menu {
  background-color: #ffffff !important;
  background: #ffffff;
}
.cid-uLMT5bnPh6 .navbar.navbar-expand-lg .dropdown .dropdown-menu .dropdown-submenu {
  margin: 0;
  left: 100%;
}
@media (max-width: 991px) {
  .cid-uLMT5bnPh6 .menu_box .navbar.opened,
  .cid-uLMT5bnPh6 .menu_box .navbar-collapse {
    background-color: #ffffff !important;
    transition: all 0s ease 0s;
  }
}
.cid-uLMT5bnPh6 .navbar-dropdown {
  position: relative !important;
}
.cid-uLMT5bnPh6 .btn {
  min-height: auto;
  box-shadow: none;
  margin-top: 0;
}
.cid-uLMT5bnPh6 .btn:hover {
  box-shadow: none;
}
@media (min-width: 992px) {
  .cid-uLMT5bnPh6 .offcanvas_image img {
    width: auto;
    object-fit: cover;
    display: inline-block;
  }
  .cid-uLMT5bnPh6 .offcanvas-header {
    position: relative;
    padding: 0;
  }
  .cid-uLMT5bnPh6 .offcanvas-header .btn-close {
    position: absolute;
    top: -70px;
    right: 0;
    width: 35px;
    height: 30px;
  }
  .cid-uLMT5bnPh6 .offcanvas-body {
    text-align: center;
    padding: 0;
  }
  .cid-uLMT5bnPh6 .offcanvas-body .mbr-text,
  .cid-uLMT5bnPh6 .offcanvas-body .mbr-section-subtitle {
    margin-top: 14px;
  }
  .cid-uLMT5bnPh6 .offcanvas-body .offcanvas_contact {
    margin: 35px 0;
  }
  .cid-uLMT5bnPh6 .offcanvas_box button.btn_offcanvas {
    outline: none;
    width: 40px;
    height: 40px;
    cursor: pointer;
    transition: all 0.2s;
    position: relative;
    align-self: center;
  }
  .cid-uLMT5bnPh6 .offcanvas_box button.btn_offcanvas .hamburger span {
    position: absolute;
    right: 0;
    width: 40px;
    height: 2px;
    border-right: 5px;
    background-color: #474747;
  }
  .cid-uLMT5bnPh6 .offcanvas_box button.btn_offcanvas .hamburger span:nth-child(1) {
    top: 18px;
    transition: all 0.2s;
  }
  .cid-uLMT5bnPh6 .offcanvas_box button.btn_offcanvas .hamburger span:nth-child(2) {
    top: 25px;
    transition: all 0.2s;
  }
  .cid-uLMT5bnPh6 .offcanvas_box button.btn_offcanvas:hover .hamburger span {
    width: 36px;
  }
  .cid-uLMT5bnPh6 .offcanvas_box button.btn_offcanvas:hover .hamburger span:nth-child(2) {
    width: 33px;
    transition-delay: 0.2s;
  }
  .cid-uLMT5bnPh6 ul.navbar-nav {
    padding-bottom: 1.5rem;
  }
  .cid-uLMT5bnPh6 .dropdown-menu .dropdown-toggle[data-toggle="dropdown-submenu"]::after,
  .cid-uLMT5bnPh6 .link.dropdown-toggle::after {
    display: inline-block;
    width: 7px;
    height: 7px;
    margin-left: .5rem;
    margin-bottom: 2px;
    content: "";
    border: 2px solid;
    border-left: none;
    border-top: none;
    transform: rotate(-45deg);
  }
  .cid-uLMT5bnPh6 .link.dropdown-toggle::after {
    padding: 0 !important;
    transform: rotate(45deg);
  }
  .cid-uLMT5bnPh6 li.nav-item {
    position: relative;
    display: inline-block;
    padding: 1px 7px !important;
    vertical-align: middle;
    line-height: 2em !important;
    font-weight: 600 !important;
    text-decoration: none;
    letter-spacing: 0 !important;
    z-index: 1;
  }
  .cid-uLMT5bnPh6 .lg_brand {
    margin: 0 1rem;
  }
}
.cid-uLMT5bnPh6 .nav-item {
  margin: 4px 15px;
}
@media (min-width: 1200px) {
  .cid-uLMT5bnPh6 .nav-item {
    margin: 4px 20px;
  }
}
@media (max-width: 991px) {
  .cid-uLMT5bnPh6 .nav-item {
    margin: 0 !important;
  }
}
.cid-uLMT5bnPh6 .dropdown-menu {
  border-radius: 0;
  box-shadow: none;
  text-align: left;
}
@media (min-width: 992px) {
  .cid-uLMT5bnPh6 .dropdown-menu {
    padding: 18px 34px 22px;
    min-width: 250px;
    top: auto !important;
    left: -40px !important;
  }
  .cid-uLMT5bnPh6 .dropdown-menu.dropdown-submenu {
    left: 215px !important;
    top: -45% !important;
  }
}
@media (max-width: 991px) {
  .cid-uLMT5bnPh6 .dropdown-menu .dropdown-toggle[data-toggle="dropdown-submenu"]::after,
  .cid-uLMT5bnPh6 .link.dropdown-toggle::after {
    display: inline-block;
    width: 7px;
    height: 7px;
    margin-left: .5rem;
    margin-bottom: 2px;
    content: "";
    border: 2px solid;
    border-left: none;
    border-top: none;
    transform: rotate(-45deg);
    right: 15px;
    position: absolute;
    margin-top: -2px;
  }
  .cid-uLMT5bnPh6 .show.dropdown-toggle[aria-expanded="true"]::after {
    transform: rotate(45deg);
    margin-top: -4px;
  }
  .cid-uLMT5bnPh6 .offcanvas_box {
    display: none;
  }
}
.cid-uLMT5bnPh6 .dropdown-item {
  border: none;
  font-weight: 400 !important;
}
.cid-uLMT5bnPh6 .nav-dropdown .link {
  font-weight: 400 !important;
  padding: 0 !important;
  margin: 0 !important;
}
.cid-uLMT5bnPh6 .nav-dropdown .link.dropdown-toggle::after {
  margin-left: 0.5rem;
  margin-top: 0;
}
.cid-uLMT5bnPh6 .container {
  display: flex;
  margin: auto;
}
.cid-uLMT5bnPh6 .iconfont-wrapper {
  color: #e0bdb6;
  font-size: 17px;
  margin-right: 10px;
  margin-bottom: 5px;
  width: 25px;
  height: 25px;
  border-radius: 50%;
  display: flex;
  justify-content: center;
  align-items: center;
  transition: all 0.2s ease-in-out;
}
.cid-uLMT5bnPh6 .iconfont-wrapper:last-child {
  margin-right: 0;
}
.cid-uLMT5bnPh6 .iconfont-wrapper:hover {
  opacity: .5;
}
.cid-uLMT5bnPh6 .navbar-caption {
  color: #747474;
}
.cid-uLMT5bnPh6 .navbar-nav {
  margin: 0 1rem;
}
@media (min-width: 992px) {
  .cid-uLMT5bnPh6 .navbar-nav {
    margin: 0;
  }
}
.cid-uLMT5bnPh6 .dropdown-menu,
.cid-uLMT5bnPh6 .navbar.opened {
  background-color: false !important;
}
.cid-uLMT5bnPh6 .nav-item:focus,
.cid-uLMT5bnPh6 .nav-link:focus {
  outline: none;
}
.cid-uLMT5bnPh6 .dropdown .dropdown-menu .dropdown-item {
  width: auto;
  transition: all 0.25s ease-in-out;
}
.cid-uLMT5bnPh6 .dropdown .dropdown-menu .dropdown-item::after {
  right: 0.5rem;
}
.cid-uLMT5bnPh6 .dropdown .dropdown-menu .dropdown-item .mbr-iconfont {
  margin-right: 0.5rem;
  vertical-align: sub;
}
.cid-uLMT5bnPh6 .dropdown .dropdown-menu .dropdown-item .mbr-iconfont:before {
  display: inline-block;
  transform: scale(1, 1);
  transition: all 0.25s ease-in-out;
}
.cid-uLMT5bnPh6 .collapsed .dropdown-menu .dropdown-item:before {
  display: none;
}
.cid-uLMT5bnPh6 .collapsed .dropdown .dropdown-menu .dropdown-item {
  padding: 0.235em 1.5em 0.235em 1.5em !important;
  transition: none;
  margin: 0 !important;
}
.cid-uLMT5bnPh6 .navbar {
  min-height: 70px;
  padding: 20px 0;
  transition: all 0.3s;
  border-bottom-width: 0px;
}
@media (max-width: 992px) {
  .cid-uLMT5bnPh6 .navbar {
    min-height: 30px;
    max-height: 90px;
  }
}
.cid-uLMT5bnPh6 .navbar.opened {
  transition: all 0.3s;
}
.cid-uLMT5bnPh6 .navbar .dropdown-item {
  padding: 0;
  margin: 8px 0;
}
.cid-uLMT5bnPh6 .navbar .navbar-logo img {
  width: auto;
  object-fit: contain;
  border-radius: 0;
}
.cid-uLMT5bnPh6 .navbar .navbar-collapse {
  justify-content: space-between;
  z-index: 1;
}
.cid-uLMT5bnPh6 .navbar.collapsed {
  justify-content: center;
}
.cid-uLMT5bnPh6 .navbar.collapsed .nav-item .nav-link::before {
  display: none;
}
.cid-uLMT5bnPh6 .navbar.collapsed.opened .dropdown-menu {
  top: 0;
}
.cid-uLMT5bnPh6 .navbar.collapsed .dropdown-menu .dropdown-submenu {
  left: 0 !important;
}
.cid-uLMT5bnPh6 .navbar.collapsed .dropdown-menu .dropdown-item:after {
  right: auto;
}
.cid-uLMT5bnPh6 .navbar.collapsed ul.navbar-nav li {
  margin: auto;
}
.cid-uLMT5bnPh6 .navbar.collapsed .dropdown-menu .dropdown-item {
  padding: 0.25rem 1.5rem;
  text-align: left;
}
.cid-uLMT5bnPh6 .navbar.collapsed .icons-menu {
  padding: 0;
}
@media (max-width: 991px) {
  .cid-uLMT5bnPh6 .navbar .nav-item {
    padding: .5rem 0;
  }
  .cid-uLMT5bnPh6 .navbar .navbar-collapse {
    padding: 34px 0;
    border-radius: 25px;
  }
  .cid-uLMT5bnPh6 .navbar .nav-item .nav-link::before {
    display: none;
  }
  .cid-uLMT5bnPh6 .navbar.opened .dropdown-menu {
    top: 0;
  }
  .cid-uLMT5bnPh6 .navbar .dropdown-menu {
    padding: 6px 0 6px 15px;
  }
  .cid-uLMT5bnPh6 .navbar .dropdown-menu .dropdown-submenu {
    left: 0 !important;
  }
  .cid-uLMT5bnPh6 .navbar .dropdown-menu .dropdown-item:after {
    right: auto;
    margin-top: -0.4rem;
  }
  .cid-uLMT5bnPh6 .navbar .navbar-logo img {
    height: 3rem !important;
  }
  .cid-uLMT5bnPh6 .navbar ul.navbar-nav {
    overflow: hidden;
  }
  .cid-uLMT5bnPh6 .navbar ul.navbar-nav li {
    margin: 0;
  }
  .cid-uLMT5bnPh6 .navbar .dropdown-menu .dropdown-item {
    padding: 0 !important;
    margin: 0;
    margin-top: 8px;
    text-align: left;
  }
  .cid-uLMT5bnPh6 .navbar .navbar-brand {
    flex-shrink: initial;
    flex-basis: auto;
    word-break: break-word;
    padding-right: 2rem;
  }
  .cid-uLMT5bnPh6 .navbar .navbar-toggler {
    flex-basis: auto;
  }
  .cid-uLMT5bnPh6 .navbar .icons-menu {
    padding: 0;
  }
}
.cid-uLMT5bnPh6 .navbar.navbar-short {
  min-height: 60px;
}
.cid-uLMT5bnPh6 .navbar.navbar-short .navbar-logo img {
  height: 2.5rem !important;
}
.cid-uLMT5bnPh6 .navbar.navbar-short .navbar-brand {
  min-height: 60px;
  padding: 0;
}
.cid-uLMT5bnPh6 .navbar-brand {
  min-height: 70px;
  flex-shrink: 0;
  align-items: center;
  margin-right: 0;
  padding: 10px 0;
  transition: all 0.3s;
  word-break: break-word;
  z-index: 1;
}
.cid-uLMT5bnPh6 .navbar-brand .navbar-caption {
  line-height: inherit !important;
}
.cid-uLMT5bnPh6 .navbar-brand .navbar-logo a {
  outline: none;
}
.cid-uLMT5bnPh6 .dropdown-item.active,
.cid-uLMT5bnPh6 .dropdown-item:active {
  background-color: transparent;
}
.cid-uLMT5bnPh6 .navbar-expand-lg .navbar-nav .nav-link {
  padding: 0;
}
.cid-uLMT5bnPh6 .nav-dropdown .link.dropdown-toggle {
  margin-right: 1.667em;
}
.cid-uLMT5bnPh6 .nav-dropdown .link.dropdown-toggle[aria-expanded="true"] {
  margin-right: 0;
  padding: 0.667em 1.667em;
}
.cid-uLMT5bnPh6 .navbar .dropdown.open > .dropdown-menu {
  display: block;
}
.cid-uLMT5bnPh6 ul.navbar-nav {
  flex-wrap: wrap;
  padding: 36px 0;
  border-bottom: 1px solid #0e132f;
}
.cid-uLMT5bnPh6 .navbar-buttons {
  text-align: center;
  min-width: 170px;
}
.cid-uLMT5bnPh6 button.navbar-toggler {
  outline: none;
  width: 48px;
  height: 48px;
  border-radius: 50%;
  cursor: pointer;
  transition: all 0.2s;
  position: relative;
  align-self: center;
  color: #ffffff;
  background: #ffffff;
}
.cid-uLMT5bnPh6 button.navbar-toggler .hamburger span {
  position: absolute;
  right: 10px;
  margin-top: 14px;
  width: 26px;
  height: 2px;
  border-right: 5px;
  background-color: #474747;
}
.cid-uLMT5bnPh6 button.navbar-toggler .hamburger span:nth-child(1) {
  top: 0;
  transition: all 0.2s;
}
.cid-uLMT5bnPh6 button.navbar-toggler .hamburger span:nth-child(2) {
  top: 8px;
  transition: all 0.15s;
}
.cid-uLMT5bnPh6 button.navbar-toggler .hamburger span:nth-child(3) {
  top: 8px;
  transition: all 0.15s;
}
.cid-uLMT5bnPh6 button.navbar-toggler .hamburger span:nth-child(4) {
  top: 16px;
  transition: all 0.2s;
}
.cid-uLMT5bnPh6 nav.opened .hamburger span:nth-child(1) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-uLMT5bnPh6 nav.opened .hamburger span:nth-child(2) {
  transform: rotate(45deg);
  transition: all 0.25s;
}
.cid-uLMT5bnPh6 nav.opened .hamburger span:nth-child(3) {
  transform: rotate(-45deg);
  transition: all 0.25s;
}
.cid-uLMT5bnPh6 nav.opened .hamburger span:nth-child(4) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-uLMT5bnPh6 a.nav-link {
  display: flex;
  align-items: center;
  justify-content: flex-start;
}
.cid-uLMT5bnPh6 .icons-menu {
  flex-wrap: nowrap;
  display: flex;
  justify-content: center;
  padding: 0;
  text-align: center;
  margin-bottom: 35px;
}
@media screen and (-ms-high-contrast: active), (-ms-high-contrast: none) {
  .cid-uLMT5bnPh6 .navbar {
    height: 70px;
  }
  .cid-uLMT5bnPh6 .navbar.opened {
    height: auto;
  }
  .cid-uLMT5bnPh6 .nav-item .nav-link:hover::before {
    width: 175%;
    max-width: calc(100% + 2rem);
    left: -1rem;
  }
}
.cid-uLMT5bnPh6 .navbar-dropdown .navbar-logo {
  margin-right: 15px;
}
@media (min-width: 768px) {
  .cid-uLMT5bnPh6 .container-fluid {
    padding-left: 30px;
    padding-right: 30px;
  }
}
.cid-uLMT5bnPh6 .mbr-section-btn-main {
  padding-top: 5px;
}
.cid-uLMT5bnPh6 .mbr-section-btn-main .btn {
  margin: 0 4px 4px 4px;
}
.cid-uLMT5bnPh6 .navbar-caption:hover {
  color: #2554ab;
}
@media (min-width: 992px) {
  .cid-uLMT5bnPh6 .dropdown-menu.dropdown-submenu {
    left: 175px !important;
    top: -45% !important;
  }
}
.cid-uLMT5bnPh6 .nav-link {
  position: relative;
}
.cid-uLMT5bnPh6 .nav-link:before {
  content: '';
  position: absolute;
  left: -12px;
  width: 6px;
  height: 6px;
  border-radius: 100%;
  background-color: #2554ab;
  transition: all .3s ease;
  opacity: 0;
}
.cid-uLMT5bnPh6 .nav-link:hover:before {
  opacity: 1;
}
.cid-uLMT5bnPh6 .mbr-section-subtitle {
  color: #ffffff;
}
.cid-uLMT5bnPh6 .mbr-text {
  color: #ffffff;
  text-align: center;
}
.cid-uLMT5bnPh6 .text_widget {
  color: #ffffff;
}
.cid-uLMT5bnPh6 .mbr-section-subtitle,
.cid-uLMT5bnPh6 .text_widget,
.cid-uLMT5bnPh6 .mbr-section-btn {
  text-align: center;
}
.cid-uLMT5bnPh6 a[class*="text-"]:not(.nav-link):not(.dropdown-item):not([role]):not(.navbar-caption):hover {
  background-image: none;
}
.cid-uC3cwPGSv7 {
  padding-top: 0rem;
  padding-bottom: 0rem;
  background-color: #ffffff;
}
.cid-uC3cwPGSv7 .item-img {
  position: relative;
  overflow: hidden;
}
.cid-uC3cwPGSv7 .item-img:before {
  content: '';
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
  left: 0;
  background: black;
  opacity: 0.3;
  z-index: 1;
  transition: all 0.3s;
  pointer-events: none;
}
.cid-uC3cwPGSv7 h5 {
  margin-bottom: 1rem;
}
.cid-uC3cwPGSv7 .item-content {
  position: absolute;
  top: 55%;
  right: 0;
  z-index: 2;
  width: 100%;
  transform: translateY(-50%);
  padding: 2rem 8rem;
  display: flex;
  flex-direction: column;
  height: 50%;
}
@media (max-width: 767px) {
  .cid-uC3cwPGSv7 .item-content {
    padding: 0 2rem 1.5rem;
    margin-top: 1rem;
  }
}
.cid-uC3cwPGSv7 img,
.cid-uC3cwPGSv7 .item-img {
  width: 100%;
  transition: all 0.3s;
  height: 100%;
  height: 400px;
  object-fit: cover;
}
.cid-uC3cwPGSv7 .item:focus,
.cid-uC3cwPGSv7 span:focus {
  outline: none;
}
.cid-uC3cwPGSv7 .item {
  margin-bottom: 2rem;
}
@media (max-width: 767px) {
  .cid-uC3cwPGSv7 .item {
    margin-bottom: 1rem;
  }
}
.cid-uC3cwPGSv7 .item-wrapper {
  position: relative;
  border-radius: 15px;
  height: 100%;
  display: flex;
  flex-flow: column nowrap;
}
.cid-uC3cwPGSv7 .mbr-section-title {
  color: #4e423d;
}
.cid-uC3cwPGSv7 .item-title {
  text-align: left;
  color: #ffffff;
}
.cid-uC3cwPGSv7 .item-subtitle {
  text-align: left;
  color: #ffffff;
}
.cid-uC3cwPGSv7 .mbr-text,
.cid-uC3cwPGSv7 .item .mbr-section-btn {
  text-align: left;
  color: #ffffff;
}
.cid-uC3cwPGSv7 .content-head {
  max-width: 800px;
}
.cid-uC3cwV64oE {
  padding-top: 1rem;
  padding-bottom: 5rem;
  background-color: #fafafa;
}
.cid-uC3cwV64oE .mbr-section-title {
  margin-bottom: 1em;
  color: #272727;
}
.cid-uC3cwV64oE .mbr-section-subtitle {
  margin-bottom: 1.5625em;
  color: #272727;
  opacity: 0.4;
}
.cid-uC3cwV64oE .item-row {
  display: grid;
  -webkit-box-align: stretch;
  -webkit-align-items: stretch;
  -ms-flex-align: stretch;
  align-items: stretch;
  grid-auto-columns: 1fr;
  grid-column-gap: 16px;
  grid-row-gap: 16px;
  grid-template-columns: repeat(4, 1fr);
  -ms-grid-rows: auto;
  grid-template-rows: auto;
}
@media (max-width: 1199px) {
  .cid-uC3cwV64oE .item-row {
    grid-template-columns: repeat(2, 1fr);
  }
}
@media (max-width: 767px) {
  .cid-uC3cwV64oE .item-row {
    grid-template-columns: repeat(1, 1fr);
  }
}
.cid-uC3cwV64oE .item {
  padding: 0;
}
.cid-uC3cwV64oE .item-wrapper {
  display: flex;
  flex-direction: column;
  align-items: stretch;
  height: 100%;
  width: 100%;
  border-radius: 10px;
  overflow: hidden;
  transform-style: preserve-3d;
  transition: .3s all;
  border: 2px solid transparent;
}
.cid-uC3cwV64oE .item-wrapper:hover {
  transform: scale3d(1.01, 1.01, 1);
  border-color: #fafafa;
}
.cid-uC3cwV64oE .item-img {
  display: flex;
  align-items: center;
  justify-content: center;
  height: 175px;
}
.cid-uC3cwV64oE .item-img img {
  width: 100%;
  object-fit: cover;
  height: 100%;
}
.cid-uC3cwV64oE .item-content {
  display: flex;
  flex-direction: column;
  align-items: stretch;
  width: 100%;
  padding: 20px 5% 6%;
  flex-grow: 1;
  background-color: #ffffff;
}
.cid-uC3cwV64oE .item-text-wrap {
  width: 100%;
  margin-bottom: 5.3em;
}
@media (max-width: 1199px) {
  .cid-uC3cwV64oE .item-text-wrap {
    margin-bottom: 4em;
  }
}
@media (max-width: 767px) {
  .cid-uC3cwV64oE .item-text-wrap {
    margin-bottom: 2em;
    max-width: 340px;
    margin-right: auto;
  }
}
.cid-uC3cwV64oE .item-title {
  color: #272727;
  margin-bottom: 0.52em;
}
.cid-uC3cwV64oE .item-subtitle {
  color: #272727;
  opacity: 0.52em;
}
.cid-uC3cwV64oE .card-bottom {
  display: flex;
  flex-direction: column;
  align-items: stretch;
  margin-top: auto;
}
.cid-uC3cwV64oE .item-name-wrap {
  display: flex;
  align-items: center;
  width: 100%;
}
.cid-uC3cwV64oE .image-wrapper {
  width: 35px;
  height: 35px;
  margin-right: 10px;
  border-radius: 300px;
  overflow: hidden;
}
.cid-uC3cwV64oE .image-wrapper img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.cid-uC3cwV64oE .mbr-text {
  flex-grow: 1;
  color: #272727;
  text-align: right;
}
.cid-uC3cwV64oE .mbr-section-btn {
  display: flex;
  margin-top: 20px;
  width: auto !important;
}
.cid-uC3cwV64oE .mbr-section-btn .btn {
  width: 100%;
  min-width: auto !important;
}
.cid-uLMRAIzUxG {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-color: #0e132f;
}
.cid-uLMRAIzUxG .mbr-fallback-image.disabled {
  display: none;
}
.cid-uLMRAIzUxG .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-uLMRAIzUxG .container {
    padding: 0 16px;
  }
}
.cid-uLMRAIzUxG .card {
  display: flex;
  flex-direction: column;
  justify-content: space-between;
}
@media (max-width: 992px) {
  .cid-uLMRAIzUxG .card {
    margin-bottom: 40px;
  }
}
.cid-uLMRAIzUxG .card .content-wrapper .title-wrapper .title-wrap {
  display: inline-flex;
  align-items: center;
  margin-bottom: 16px;
}
@media (max-width: 992px) {
  .cid-uLMRAIzUxG .card .content-wrapper .title-wrapper .title-wrap {
    margin-bottom: 40px;
  }
}
.cid-uLMRAIzUxG .card .content-wrapper .title-wrapper .title-wrap img {
  width: 32px;
  height: 32px;
  object-fit: contain;
  margin-right: 1rem;
}
.cid-uLMRAIzUxG .card .content-wrapper .title-wrapper .title-wrap .mbr-section-title {
  margin-bottom: 0;
}
.cid-uLMRAIzUxG .card .content-wrapper .copyright {
  margin-bottom: 20px;
}
@media (max-width: 992px) {
  .cid-uLMRAIzUxG .card .content-wrapper .copyright {
    margin-bottom: 40px;
  }
}
.cid-uLMRAIzUxG .card .social-wrapper .social-wrap {
  display: inline-flex;
  flex-wrap: wrap;
}
.cid-uLMRAIzUxG .card .social-wrapper .social-wrap .mbr-iconfont {
  font-size: 20px;
  margin-right: 48px;
  color: #ffffff;
}
.cid-uLMRAIzUxG .list-wrapper .mbr-card-title {
  margin-bottom: 16px;
}
.cid-uLMRAIzUxG .list-wrapper .list {
  margin: 0;
  padding: 0;
  list-style-type: none;
}
.cid-uLMRAIzUxG .list-wrapper .list .item-wrap {
  margin-bottom: 16px;
}
@media (max-width: 992px) {
  .cid-uLMRAIzUxG .list-wrapper .list {
    margin-bottom: 40px;
  }
}
.cid-uLMRAIzUxG .mbr-section-title {
  color: #ffffff;
}
.cid-uLMRAIzUxG .copyright {
  color: #ffffff;
}
.cid-uLMRAIzUxG .mbr-card-title {
  color: #D4FE00;
}
.cid-uLMRAIzUxG .list {
  color: #ffffff;
}
.cid-uLMT5bnPh6 .navbar-dropdown {
  background-color: #ffffff !important;
  padding: 0;
}
.cid-uLMT5bnPh6 .navbar.navbar-expand-lg .dropdown .dropdown-menu {
  background-color: #ffffff !important;
  background: #ffffff;
}
.cid-uLMT5bnPh6 .navbar.navbar-expand-lg .dropdown .dropdown-menu .dropdown-submenu {
  margin: 0;
  left: 100%;
}
@media (max-width: 991px) {
  .cid-uLMT5bnPh6 .menu_box .navbar.opened,
  .cid-uLMT5bnPh6 .menu_box .navbar-collapse {
    background-color: #ffffff !important;
    transition: all 0s ease 0s;
  }
}
.cid-uLMT5bnPh6 .navbar-dropdown {
  position: relative !important;
}
.cid-uLMT5bnPh6 .btn {
  min-height: auto;
  box-shadow: none;
  margin-top: 0;
}
.cid-uLMT5bnPh6 .btn:hover {
  box-shadow: none;
}
@media (min-width: 992px) {
  .cid-uLMT5bnPh6 .offcanvas_image img {
    width: auto;
    object-fit: cover;
    display: inline-block;
  }
  .cid-uLMT5bnPh6 .offcanvas-header {
    position: relative;
    padding: 0;
  }
  .cid-uLMT5bnPh6 .offcanvas-header .btn-close {
    position: absolute;
    top: -70px;
    right: 0;
    width: 35px;
    height: 30px;
  }
  .cid-uLMT5bnPh6 .offcanvas-body {
    text-align: center;
    padding: 0;
  }
  .cid-uLMT5bnPh6 .offcanvas-body .mbr-text,
  .cid-uLMT5bnPh6 .offcanvas-body .mbr-section-subtitle {
    margin-top: 14px;
  }
  .cid-uLMT5bnPh6 .offcanvas-body .offcanvas_contact {
    margin: 35px 0;
  }
  .cid-uLMT5bnPh6 .offcanvas_box button.btn_offcanvas {
    outline: none;
    width: 40px;
    height: 40px;
    cursor: pointer;
    transition: all 0.2s;
    position: relative;
    align-self: center;
  }
  .cid-uLMT5bnPh6 .offcanvas_box button.btn_offcanvas .hamburger span {
    position: absolute;
    right: 0;
    width: 40px;
    height: 2px;
    border-right: 5px;
    background-color: #474747;
  }
  .cid-uLMT5bnPh6 .offcanvas_box button.btn_offcanvas .hamburger span:nth-child(1) {
    top: 18px;
    transition: all 0.2s;
  }
  .cid-uLMT5bnPh6 .offcanvas_box button.btn_offcanvas .hamburger span:nth-child(2) {
    top: 25px;
    transition: all 0.2s;
  }
  .cid-uLMT5bnPh6 .offcanvas_box button.btn_offcanvas:hover .hamburger span {
    width: 36px;
  }
  .cid-uLMT5bnPh6 .offcanvas_box button.btn_offcanvas:hover .hamburger span:nth-child(2) {
    width: 33px;
    transition-delay: 0.2s;
  }
  .cid-uLMT5bnPh6 ul.navbar-nav {
    padding-bottom: 1.5rem;
  }
  .cid-uLMT5bnPh6 .dropdown-menu .dropdown-toggle[data-toggle="dropdown-submenu"]::after,
  .cid-uLMT5bnPh6 .link.dropdown-toggle::after {
    display: inline-block;
    width: 7px;
    height: 7px;
    margin-left: .5rem;
    margin-bottom: 2px;
    content: "";
    border: 2px solid;
    border-left: none;
    border-top: none;
    transform: rotate(-45deg);
  }
  .cid-uLMT5bnPh6 .link.dropdown-toggle::after {
    padding: 0 !important;
    transform: rotate(45deg);
  }
  .cid-uLMT5bnPh6 li.nav-item {
    position: relative;
    display: inline-block;
    padding: 1px 7px !important;
    vertical-align: middle;
    line-height: 2em !important;
    font-weight: 600 !important;
    text-decoration: none;
    letter-spacing: 0 !important;
    z-index: 1;
  }
  .cid-uLMT5bnPh6 .lg_brand {
    margin: 0 1rem;
  }
}
.cid-uLMT5bnPh6 .nav-item {
  margin: 4px 15px;
}
@media (min-width: 1200px) {
  .cid-uLMT5bnPh6 .nav-item {
    margin: 4px 20px;
  }
}
@media (max-width: 991px) {
  .cid-uLMT5bnPh6 .nav-item {
    margin: 0 !important;
  }
}
.cid-uLMT5bnPh6 .dropdown-menu {
  border-radius: 0;
  box-shadow: none;
  text-align: left;
}
@media (min-width: 992px) {
  .cid-uLMT5bnPh6 .dropdown-menu {
    padding: 18px 34px 22px;
    min-width: 250px;
    top: auto !important;
    left: -40px !important;
  }
  .cid-uLMT5bnPh6 .dropdown-menu.dropdown-submenu {
    left: 215px !important;
    top: -45% !important;
  }
}
@media (max-width: 991px) {
  .cid-uLMT5bnPh6 .dropdown-menu .dropdown-toggle[data-toggle="dropdown-submenu"]::after,
  .cid-uLMT5bnPh6 .link.dropdown-toggle::after {
    display: inline-block;
    width: 7px;
    height: 7px;
    margin-left: .5rem;
    margin-bottom: 2px;
    content: "";
    border: 2px solid;
    border-left: none;
    border-top: none;
    transform: rotate(-45deg);
    right: 15px;
    position: absolute;
    margin-top: -2px;
  }
  .cid-uLMT5bnPh6 .show.dropdown-toggle[aria-expanded="true"]::after {
    transform: rotate(45deg);
    margin-top: -4px;
  }
  .cid-uLMT5bnPh6 .offcanvas_box {
    display: none;
  }
}
.cid-uLMT5bnPh6 .dropdown-item {
  border: none;
  font-weight: 400 !important;
}
.cid-uLMT5bnPh6 .nav-dropdown .link {
  font-weight: 400 !important;
  padding: 0 !important;
  margin: 0 !important;
}
.cid-uLMT5bnPh6 .nav-dropdown .link.dropdown-toggle::after {
  margin-left: 0.5rem;
  margin-top: 0;
}
.cid-uLMT5bnPh6 .container {
  display: flex;
  margin: auto;
}
.cid-uLMT5bnPh6 .iconfont-wrapper {
  color: #e0bdb6;
  font-size: 17px;
  margin-right: 10px;
  margin-bottom: 5px;
  width: 25px;
  height: 25px;
  border-radius: 50%;
  display: flex;
  justify-content: center;
  align-items: center;
  transition: all 0.2s ease-in-out;
}
.cid-uLMT5bnPh6 .iconfont-wrapper:last-child {
  margin-right: 0;
}
.cid-uLMT5bnPh6 .iconfont-wrapper:hover {
  opacity: .5;
}
.cid-uLMT5bnPh6 .navbar-caption {
  color: #747474;
}
.cid-uLMT5bnPh6 .navbar-nav {
  margin: 0 1rem;
}
@media (min-width: 992px) {
  .cid-uLMT5bnPh6 .navbar-nav {
    margin: 0;
  }
}
.cid-uLMT5bnPh6 .dropdown-menu,
.cid-uLMT5bnPh6 .navbar.opened {
  background-color: false !important;
}
.cid-uLMT5bnPh6 .nav-item:focus,
.cid-uLMT5bnPh6 .nav-link:focus {
  outline: none;
}
.cid-uLMT5bnPh6 .dropdown .dropdown-menu .dropdown-item {
  width: auto;
  transition: all 0.25s ease-in-out;
}
.cid-uLMT5bnPh6 .dropdown .dropdown-menu .dropdown-item::after {
  right: 0.5rem;
}
.cid-uLMT5bnPh6 .dropdown .dropdown-menu .dropdown-item .mbr-iconfont {
  margin-right: 0.5rem;
  vertical-align: sub;
}
.cid-uLMT5bnPh6 .dropdown .dropdown-menu .dropdown-item .mbr-iconfont:before {
  display: inline-block;
  transform: scale(1, 1);
  transition: all 0.25s ease-in-out;
}
.cid-uLMT5bnPh6 .collapsed .dropdown-menu .dropdown-item:before {
  display: none;
}
.cid-uLMT5bnPh6 .collapsed .dropdown .dropdown-menu .dropdown-item {
  padding: 0.235em 1.5em 0.235em 1.5em !important;
  transition: none;
  margin: 0 !important;
}
.cid-uLMT5bnPh6 .navbar {
  min-height: 70px;
  padding: 20px 0;
  transition: all 0.3s;
  border-bottom-width: 0px;
}
@media (max-width: 992px) {
  .cid-uLMT5bnPh6 .navbar {
    min-height: 30px;
    max-height: 90px;
  }
}
.cid-uLMT5bnPh6 .navbar.opened {
  transition: all 0.3s;
}
.cid-uLMT5bnPh6 .navbar .dropdown-item {
  padding: 0;
  margin: 8px 0;
}
.cid-uLMT5bnPh6 .navbar .navbar-logo img {
  width: auto;
  object-fit: contain;
  border-radius: 0;
}
.cid-uLMT5bnPh6 .navbar .navbar-collapse {
  justify-content: space-between;
  z-index: 1;
}
.cid-uLMT5bnPh6 .navbar.collapsed {
  justify-content: center;
}
.cid-uLMT5bnPh6 .navbar.collapsed .nav-item .nav-link::before {
  display: none;
}
.cid-uLMT5bnPh6 .navbar.collapsed.opened .dropdown-menu {
  top: 0;
}
.cid-uLMT5bnPh6 .navbar.collapsed .dropdown-menu .dropdown-submenu {
  left: 0 !important;
}
.cid-uLMT5bnPh6 .navbar.collapsed .dropdown-menu .dropdown-item:after {
  right: auto;
}
.cid-uLMT5bnPh6 .navbar.collapsed ul.navbar-nav li {
  margin: auto;
}
.cid-uLMT5bnPh6 .navbar.collapsed .dropdown-menu .dropdown-item {
  padding: 0.25rem 1.5rem;
  text-align: left;
}
.cid-uLMT5bnPh6 .navbar.collapsed .icons-menu {
  padding: 0;
}
@media (max-width: 991px) {
  .cid-uLMT5bnPh6 .navbar .nav-item {
    padding: .5rem 0;
  }
  .cid-uLMT5bnPh6 .navbar .navbar-collapse {
    padding: 34px 0;
    border-radius: 25px;
  }
  .cid-uLMT5bnPh6 .navbar .nav-item .nav-link::before {
    display: none;
  }
  .cid-uLMT5bnPh6 .navbar.opened .dropdown-menu {
    top: 0;
  }
  .cid-uLMT5bnPh6 .navbar .dropdown-menu {
    padding: 6px 0 6px 15px;
  }
  .cid-uLMT5bnPh6 .navbar .dropdown-menu .dropdown-submenu {
    left: 0 !important;
  }
  .cid-uLMT5bnPh6 .navbar .dropdown-menu .dropdown-item:after {
    right: auto;
    margin-top: -0.4rem;
  }
  .cid-uLMT5bnPh6 .navbar .navbar-logo img {
    height: 3rem !important;
  }
  .cid-uLMT5bnPh6 .navbar ul.navbar-nav {
    overflow: hidden;
  }
  .cid-uLMT5bnPh6 .navbar ul.navbar-nav li {
    margin: 0;
  }
  .cid-uLMT5bnPh6 .navbar .dropdown-menu .dropdown-item {
    padding: 0 !important;
    margin: 0;
    margin-top: 8px;
    text-align: left;
  }
  .cid-uLMT5bnPh6 .navbar .navbar-brand {
    flex-shrink: initial;
    flex-basis: auto;
    word-break: break-word;
    padding-right: 2rem;
  }
  .cid-uLMT5bnPh6 .navbar .navbar-toggler {
    flex-basis: auto;
  }
  .cid-uLMT5bnPh6 .navbar .icons-menu {
    padding: 0;
  }
}
.cid-uLMT5bnPh6 .navbar.navbar-short {
  min-height: 60px;
}
.cid-uLMT5bnPh6 .navbar.navbar-short .navbar-logo img {
  height: 2.5rem !important;
}
.cid-uLMT5bnPh6 .navbar.navbar-short .navbar-brand {
  min-height: 60px;
  padding: 0;
}
.cid-uLMT5bnPh6 .navbar-brand {
  min-height: 70px;
  flex-shrink: 0;
  align-items: center;
  margin-right: 0;
  padding: 10px 0;
  transition: all 0.3s;
  word-break: break-word;
  z-index: 1;
}
.cid-uLMT5bnPh6 .navbar-brand .navbar-caption {
  line-height: inherit !important;
}
.cid-uLMT5bnPh6 .navbar-brand .navbar-logo a {
  outline: none;
}
.cid-uLMT5bnPh6 .dropdown-item.active,
.cid-uLMT5bnPh6 .dropdown-item:active {
  background-color: transparent;
}
.cid-uLMT5bnPh6 .navbar-expand-lg .navbar-nav .nav-link {
  padding: 0;
}
.cid-uLMT5bnPh6 .nav-dropdown .link.dropdown-toggle {
  margin-right: 1.667em;
}
.cid-uLMT5bnPh6 .nav-dropdown .link.dropdown-toggle[aria-expanded="true"] {
  margin-right: 0;
  padding: 0.667em 1.667em;
}
.cid-uLMT5bnPh6 .navbar .dropdown.open > .dropdown-menu {
  display: block;
}
.cid-uLMT5bnPh6 ul.navbar-nav {
  flex-wrap: wrap;
  padding: 36px 0;
  border-bottom: 1px solid #0e132f;
}
.cid-uLMT5bnPh6 .navbar-buttons {
  text-align: center;
  min-width: 170px;
}
.cid-uLMT5bnPh6 button.navbar-toggler {
  outline: none;
  width: 48px;
  height: 48px;
  border-radius: 50%;
  cursor: pointer;
  transition: all 0.2s;
  position: relative;
  align-self: center;
  color: #ffffff;
  background: #ffffff;
}
.cid-uLMT5bnPh6 button.navbar-toggler .hamburger span {
  position: absolute;
  right: 10px;
  margin-top: 14px;
  width: 26px;
  height: 2px;
  border-right: 5px;
  background-color: #474747;
}
.cid-uLMT5bnPh6 button.navbar-toggler .hamburger span:nth-child(1) {
  top: 0;
  transition: all 0.2s;
}
.cid-uLMT5bnPh6 button.navbar-toggler .hamburger span:nth-child(2) {
  top: 8px;
  transition: all 0.15s;
}
.cid-uLMT5bnPh6 button.navbar-toggler .hamburger span:nth-child(3) {
  top: 8px;
  transition: all 0.15s;
}
.cid-uLMT5bnPh6 button.navbar-toggler .hamburger span:nth-child(4) {
  top: 16px;
  transition: all 0.2s;
}
.cid-uLMT5bnPh6 nav.opened .hamburger span:nth-child(1) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-uLMT5bnPh6 nav.opened .hamburger span:nth-child(2) {
  transform: rotate(45deg);
  transition: all 0.25s;
}
.cid-uLMT5bnPh6 nav.opened .hamburger span:nth-child(3) {
  transform: rotate(-45deg);
  transition: all 0.25s;
}
.cid-uLMT5bnPh6 nav.opened .hamburger span:nth-child(4) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-uLMT5bnPh6 a.nav-link {
  display: flex;
  align-items: center;
  justify-content: flex-start;
}
.cid-uLMT5bnPh6 .icons-menu {
  flex-wrap: nowrap;
  display: flex;
  justify-content: center;
  padding: 0;
  text-align: center;
  margin-bottom: 35px;
}
@media screen and (-ms-high-contrast: active), (-ms-high-contrast: none) {
  .cid-uLMT5bnPh6 .navbar {
    height: 70px;
  }
  .cid-uLMT5bnPh6 .navbar.opened {
    height: auto;
  }
  .cid-uLMT5bnPh6 .nav-item .nav-link:hover::before {
    width: 175%;
    max-width: calc(100% + 2rem);
    left: -1rem;
  }
}
.cid-uLMT5bnPh6 .navbar-dropdown .navbar-logo {
  margin-right: 15px;
}
@media (min-width: 768px) {
  .cid-uLMT5bnPh6 .container-fluid {
    padding-left: 30px;
    padding-right: 30px;
  }
}
.cid-uLMT5bnPh6 .mbr-section-btn-main {
  padding-top: 5px;
}
.cid-uLMT5bnPh6 .mbr-section-btn-main .btn {
  margin: 0 4px 4px 4px;
}
.cid-uLMT5bnPh6 .navbar-caption:hover {
  color: #2554ab;
}
@media (min-width: 992px) {
  .cid-uLMT5bnPh6 .dropdown-menu.dropdown-submenu {
    left: 175px !important;
    top: -45% !important;
  }
}
.cid-uLMT5bnPh6 .nav-link {
  position: relative;
}
.cid-uLMT5bnPh6 .nav-link:before {
  content: '';
  position: absolute;
  left: -12px;
  width: 6px;
  height: 6px;
  border-radius: 100%;
  background-color: #2554ab;
  transition: all .3s ease;
  opacity: 0;
}
.cid-uLMT5bnPh6 .nav-link:hover:before {
  opacity: 1;
}
.cid-uLMT5bnPh6 .mbr-section-subtitle {
  color: #ffffff;
}
.cid-uLMT5bnPh6 .mbr-text {
  color: #ffffff;
  text-align: center;
}
.cid-uLMT5bnPh6 .text_widget {
  color: #ffffff;
}
.cid-uLMT5bnPh6 .mbr-section-subtitle,
.cid-uLMT5bnPh6 .text_widget,
.cid-uLMT5bnPh6 .mbr-section-btn {
  text-align: center;
}
.cid-uLMT5bnPh6 a[class*="text-"]:not(.nav-link):not(.dropdown-item):not([role]):not(.navbar-caption):hover {
  background-image: none;
}
.cid-uC38G5VU1o {
  padding-top: 0rem;
  padding-bottom: 0rem;
  background-color: #ffffff;
}
.cid-uC38G5VU1o .item-img {
  position: relative;
  overflow: hidden;
}
.cid-uC38G5VU1o .item-img:before {
  content: '';
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
  left: 0;
  background: black;
  opacity: 0.3;
  z-index: 1;
  transition: all 0.3s;
  pointer-events: none;
}
.cid-uC38G5VU1o h5 {
  margin-bottom: 1rem;
}
.cid-uC38G5VU1o .item-content {
  position: absolute;
  top: 55%;
  right: 0;
  z-index: 2;
  width: 100%;
  transform: translateY(-50%);
  padding: 2rem 8rem;
  display: flex;
  flex-direction: column;
  height: 50%;
}
@media (max-width: 767px) {
  .cid-uC38G5VU1o .item-content {
    padding: 0 2rem 1.5rem;
    margin-top: 1rem;
  }
}
.cid-uC38G5VU1o img,
.cid-uC38G5VU1o .item-img {
  width: 100%;
  transition: all 0.3s;
  height: 100%;
  height: 400px;
  object-fit: cover;
}
.cid-uC38G5VU1o .item:focus,
.cid-uC38G5VU1o span:focus {
  outline: none;
}
.cid-uC38G5VU1o .item {
  margin-bottom: 2rem;
}
@media (max-width: 767px) {
  .cid-uC38G5VU1o .item {
    margin-bottom: 1rem;
  }
}
.cid-uC38G5VU1o .item-wrapper {
  position: relative;
  border-radius: 15px;
  height: 100%;
  display: flex;
  flex-flow: column nowrap;
}
.cid-uC38G5VU1o .mbr-section-title {
  color: #4e423d;
}
.cid-uC38G5VU1o .item-title {
  text-align: left;
  color: #ffffff;
}
.cid-uC38G5VU1o .item-subtitle {
  text-align: left;
  color: #ffffff;
}
.cid-uC38G5VU1o .mbr-text,
.cid-uC38G5VU1o .item .mbr-section-btn {
  text-align: left;
  color: #ffffff;
}
.cid-uC38G5VU1o .content-head {
  max-width: 800px;
}
.cid-uC38G7xwxe {
  padding-top: 1rem;
  padding-bottom: 5rem;
  background-color: #fafafa;
}
.cid-uC38G7xwxe .mbr-section-title {
  margin-bottom: 1em;
  color: #272727;
}
.cid-uC38G7xwxe .mbr-section-subtitle {
  margin-bottom: 1.5625em;
  color: #272727;
  opacity: 0.4;
}
.cid-uC38G7xwxe .item-row {
  display: grid;
  -webkit-box-align: stretch;
  -webkit-align-items: stretch;
  -ms-flex-align: stretch;
  align-items: stretch;
  grid-auto-columns: 1fr;
  grid-column-gap: 16px;
  grid-row-gap: 16px;
  grid-template-columns: repeat(4, 1fr);
  -ms-grid-rows: auto;
  grid-template-rows: auto;
}
@media (max-width: 1199px) {
  .cid-uC38G7xwxe .item-row {
    grid-template-columns: repeat(2, 1fr);
  }
}
@media (max-width: 767px) {
  .cid-uC38G7xwxe .item-row {
    grid-template-columns: repeat(1, 1fr);
  }
}
.cid-uC38G7xwxe .item {
  padding: 0;
}
.cid-uC38G7xwxe .item-wrapper {
  display: flex;
  flex-direction: column;
  align-items: stretch;
  height: 100%;
  width: 100%;
  border-radius: 10px;
  overflow: hidden;
  transform-style: preserve-3d;
  transition: .3s all;
  border: 2px solid transparent;
}
.cid-uC38G7xwxe .item-wrapper:hover {
  transform: scale3d(1.01, 1.01, 1);
  border-color: #fafafa;
}
.cid-uC38G7xwxe .item-img {
  display: flex;
  align-items: center;
  justify-content: center;
  height: 175px;
}
.cid-uC38G7xwxe .item-img img {
  width: 100%;
  object-fit: cover;
  height: 100%;
}
.cid-uC38G7xwxe .item-content {
  display: flex;
  flex-direction: column;
  align-items: stretch;
  width: 100%;
  padding: 20px 5% 6%;
  flex-grow: 1;
  background-color: #ffffff;
}
.cid-uC38G7xwxe .item-text-wrap {
  width: 100%;
  margin-bottom: 5.3em;
}
@media (max-width: 1199px) {
  .cid-uC38G7xwxe .item-text-wrap {
    margin-bottom: 4em;
  }
}
@media (max-width: 767px) {
  .cid-uC38G7xwxe .item-text-wrap {
    margin-bottom: 2em;
    max-width: 340px;
    margin-right: auto;
  }
}
.cid-uC38G7xwxe .item-title {
  color: #272727;
  margin-bottom: 0.52em;
}
.cid-uC38G7xwxe .item-subtitle {
  color: #272727;
  opacity: 0.52em;
}
.cid-uC38G7xwxe .card-bottom {
  display: flex;
  flex-direction: column;
  align-items: stretch;
  margin-top: auto;
}
.cid-uC38G7xwxe .item-name-wrap {
  display: flex;
  align-items: center;
  width: 100%;
}
.cid-uC38G7xwxe .image-wrapper {
  width: 35px;
  height: 35px;
  margin-right: 10px;
  border-radius: 300px;
  overflow: hidden;
}
.cid-uC38G7xwxe .image-wrapper img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.cid-uC38G7xwxe .mbr-text {
  flex-grow: 1;
  color: #272727;
  text-align: right;
}
.cid-uC38G7xwxe .mbr-section-btn {
  display: flex;
  margin-top: 20px;
  width: auto !important;
}
.cid-uC38G7xwxe .mbr-section-btn .btn {
  width: 100%;
  min-width: auto !important;
}
.cid-uLMRAIzUxG {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-color: #0e132f;
}
.cid-uLMRAIzUxG .mbr-fallback-image.disabled {
  display: none;
}
.cid-uLMRAIzUxG .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-uLMRAIzUxG .container {
    padding: 0 16px;
  }
}
.cid-uLMRAIzUxG .card {
  display: flex;
  flex-direction: column;
  justify-content: space-between;
}
@media (max-width: 992px) {
  .cid-uLMRAIzUxG .card {
    margin-bottom: 40px;
  }
}
.cid-uLMRAIzUxG .card .content-wrapper .title-wrapper .title-wrap {
  display: inline-flex;
  align-items: center;
  margin-bottom: 16px;
}
@media (max-width: 992px) {
  .cid-uLMRAIzUxG .card .content-wrapper .title-wrapper .title-wrap {
    margin-bottom: 40px;
  }
}
.cid-uLMRAIzUxG .card .content-wrapper .title-wrapper .title-wrap img {
  width: 32px;
  height: 32px;
  object-fit: contain;
  margin-right: 1rem;
}
.cid-uLMRAIzUxG .card .content-wrapper .title-wrapper .title-wrap .mbr-section-title {
  margin-bottom: 0;
}
.cid-uLMRAIzUxG .card .content-wrapper .copyright {
  margin-bottom: 20px;
}
@media (max-width: 992px) {
  .cid-uLMRAIzUxG .card .content-wrapper .copyright {
    margin-bottom: 40px;
  }
}
.cid-uLMRAIzUxG .card .social-wrapper .social-wrap {
  display: inline-flex;
  flex-wrap: wrap;
}
.cid-uLMRAIzUxG .card .social-wrapper .social-wrap .mbr-iconfont {
  font-size: 20px;
  margin-right: 48px;
  color: #ffffff;
}
.cid-uLMRAIzUxG .list-wrapper .mbr-card-title {
  margin-bottom: 16px;
}
.cid-uLMRAIzUxG .list-wrapper .list {
  margin: 0;
  padding: 0;
  list-style-type: none;
}
.cid-uLMRAIzUxG .list-wrapper .list .item-wrap {
  margin-bottom: 16px;
}
@media (max-width: 992px) {
  .cid-uLMRAIzUxG .list-wrapper .list {
    margin-bottom: 40px;
  }
}
.cid-uLMRAIzUxG .mbr-section-title {
  color: #ffffff;
}
.cid-uLMRAIzUxG .copyright {
  color: #ffffff;
}
.cid-uLMRAIzUxG .mbr-card-title {
  color: #D4FE00;
}
.cid-uLMRAIzUxG .list {
  color: #ffffff;
}
.cid-uLMT5bnPh6 .navbar-dropdown {
  background-color: #ffffff !important;
  padding: 0;
}
.cid-uLMT5bnPh6 .navbar.navbar-expand-lg .dropdown .dropdown-menu {
  background-color: #ffffff !important;
  background: #ffffff;
}
.cid-uLMT5bnPh6 .navbar.navbar-expand-lg .dropdown .dropdown-menu .dropdown-submenu {
  margin: 0;
  left: 100%;
}
@media (max-width: 991px) {
  .cid-uLMT5bnPh6 .menu_box .navbar.opened,
  .cid-uLMT5bnPh6 .menu_box .navbar-collapse {
    background-color: #ffffff !important;
    transition: all 0s ease 0s;
  }
}
.cid-uLMT5bnPh6 .navbar-dropdown {
  position: relative !important;
}
.cid-uLMT5bnPh6 .btn {
  min-height: auto;
  box-shadow: none;
  margin-top: 0;
}
.cid-uLMT5bnPh6 .btn:hover {
  box-shadow: none;
}
@media (min-width: 992px) {
  .cid-uLMT5bnPh6 .offcanvas_image img {
    width: auto;
    object-fit: cover;
    display: inline-block;
  }
  .cid-uLMT5bnPh6 .offcanvas-header {
    position: relative;
    padding: 0;
  }
  .cid-uLMT5bnPh6 .offcanvas-header .btn-close {
    position: absolute;
    top: -70px;
    right: 0;
    width: 35px;
    height: 30px;
  }
  .cid-uLMT5bnPh6 .offcanvas-body {
    text-align: center;
    padding: 0;
  }
  .cid-uLMT5bnPh6 .offcanvas-body .mbr-text,
  .cid-uLMT5bnPh6 .offcanvas-body .mbr-section-subtitle {
    margin-top: 14px;
  }
  .cid-uLMT5bnPh6 .offcanvas-body .offcanvas_contact {
    margin: 35px 0;
  }
  .cid-uLMT5bnPh6 .offcanvas_box button.btn_offcanvas {
    outline: none;
    width: 40px;
    height: 40px;
    cursor: pointer;
    transition: all 0.2s;
    position: relative;
    align-self: center;
  }
  .cid-uLMT5bnPh6 .offcanvas_box button.btn_offcanvas .hamburger span {
    position: absolute;
    right: 0;
    width: 40px;
    height: 2px;
    border-right: 5px;
    background-color: #474747;
  }
  .cid-uLMT5bnPh6 .offcanvas_box button.btn_offcanvas .hamburger span:nth-child(1) {
    top: 18px;
    transition: all 0.2s;
  }
  .cid-uLMT5bnPh6 .offcanvas_box button.btn_offcanvas .hamburger span:nth-child(2) {
    top: 25px;
    transition: all 0.2s;
  }
  .cid-uLMT5bnPh6 .offcanvas_box button.btn_offcanvas:hover .hamburger span {
    width: 36px;
  }
  .cid-uLMT5bnPh6 .offcanvas_box button.btn_offcanvas:hover .hamburger span:nth-child(2) {
    width: 33px;
    transition-delay: 0.2s;
  }
  .cid-uLMT5bnPh6 ul.navbar-nav {
    padding-bottom: 1.5rem;
  }
  .cid-uLMT5bnPh6 .dropdown-menu .dropdown-toggle[data-toggle="dropdown-submenu"]::after,
  .cid-uLMT5bnPh6 .link.dropdown-toggle::after {
    display: inline-block;
    width: 7px;
    height: 7px;
    margin-left: .5rem;
    margin-bottom: 2px;
    content: "";
    border: 2px solid;
    border-left: none;
    border-top: none;
    transform: rotate(-45deg);
  }
  .cid-uLMT5bnPh6 .link.dropdown-toggle::after {
    padding: 0 !important;
    transform: rotate(45deg);
  }
  .cid-uLMT5bnPh6 li.nav-item {
    position: relative;
    display: inline-block;
    padding: 1px 7px !important;
    vertical-align: middle;
    line-height: 2em !important;
    font-weight: 600 !important;
    text-decoration: none;
    letter-spacing: 0 !important;
    z-index: 1;
  }
  .cid-uLMT5bnPh6 .lg_brand {
    margin: 0 1rem;
  }
}
.cid-uLMT5bnPh6 .nav-item {
  margin: 4px 15px;
}
@media (min-width: 1200px) {
  .cid-uLMT5bnPh6 .nav-item {
    margin: 4px 20px;
  }
}
@media (max-width: 991px) {
  .cid-uLMT5bnPh6 .nav-item {
    margin: 0 !important;
  }
}
.cid-uLMT5bnPh6 .dropdown-menu {
  border-radius: 0;
  box-shadow: none;
  text-align: left;
}
@media (min-width: 992px) {
  .cid-uLMT5bnPh6 .dropdown-menu {
    padding: 18px 34px 22px;
    min-width: 250px;
    top: auto !important;
    left: -40px !important;
  }
  .cid-uLMT5bnPh6 .dropdown-menu.dropdown-submenu {
    left: 215px !important;
    top: -45% !important;
  }
}
@media (max-width: 991px) {
  .cid-uLMT5bnPh6 .dropdown-menu .dropdown-toggle[data-toggle="dropdown-submenu"]::after,
  .cid-uLMT5bnPh6 .link.dropdown-toggle::after {
    display: inline-block;
    width: 7px;
    height: 7px;
    margin-left: .5rem;
    margin-bottom: 2px;
    content: "";
    border: 2px solid;
    border-left: none;
    border-top: none;
    transform: rotate(-45deg);
    right: 15px;
    position: absolute;
    margin-top: -2px;
  }
  .cid-uLMT5bnPh6 .show.dropdown-toggle[aria-expanded="true"]::after {
    transform: rotate(45deg);
    margin-top: -4px;
  }
  .cid-uLMT5bnPh6 .offcanvas_box {
    display: none;
  }
}
.cid-uLMT5bnPh6 .dropdown-item {
  border: none;
  font-weight: 400 !important;
}
.cid-uLMT5bnPh6 .nav-dropdown .link {
  font-weight: 400 !important;
  padding: 0 !important;
  margin: 0 !important;
}
.cid-uLMT5bnPh6 .nav-dropdown .link.dropdown-toggle::after {
  margin-left: 0.5rem;
  margin-top: 0;
}
.cid-uLMT5bnPh6 .container {
  display: flex;
  margin: auto;
}
.cid-uLMT5bnPh6 .iconfont-wrapper {
  color: #e0bdb6;
  font-size: 17px;
  margin-right: 10px;
  margin-bottom: 5px;
  width: 25px;
  height: 25px;
  border-radius: 50%;
  display: flex;
  justify-content: center;
  align-items: center;
  transition: all 0.2s ease-in-out;
}
.cid-uLMT5bnPh6 .iconfont-wrapper:last-child {
  margin-right: 0;
}
.cid-uLMT5bnPh6 .iconfont-wrapper:hover {
  opacity: .5;
}
.cid-uLMT5bnPh6 .navbar-caption {
  color: #747474;
}
.cid-uLMT5bnPh6 .navbar-nav {
  margin: 0 1rem;
}
@media (min-width: 992px) {
  .cid-uLMT5bnPh6 .navbar-nav {
    margin: 0;
  }
}
.cid-uLMT5bnPh6 .dropdown-menu,
.cid-uLMT5bnPh6 .navbar.opened {
  background-color: false !important;
}
.cid-uLMT5bnPh6 .nav-item:focus,
.cid-uLMT5bnPh6 .nav-link:focus {
  outline: none;
}
.cid-uLMT5bnPh6 .dropdown .dropdown-menu .dropdown-item {
  width: auto;
  transition: all 0.25s ease-in-out;
}
.cid-uLMT5bnPh6 .dropdown .dropdown-menu .dropdown-item::after {
  right: 0.5rem;
}
.cid-uLMT5bnPh6 .dropdown .dropdown-menu .dropdown-item .mbr-iconfont {
  margin-right: 0.5rem;
  vertical-align: sub;
}
.cid-uLMT5bnPh6 .dropdown .dropdown-menu .dropdown-item .mbr-iconfont:before {
  display: inline-block;
  transform: scale(1, 1);
  transition: all 0.25s ease-in-out;
}
.cid-uLMT5bnPh6 .collapsed .dropdown-menu .dropdown-item:before {
  display: none;
}
.cid-uLMT5bnPh6 .collapsed .dropdown .dropdown-menu .dropdown-item {
  padding: 0.235em 1.5em 0.235em 1.5em !important;
  transition: none;
  margin: 0 !important;
}
.cid-uLMT5bnPh6 .navbar {
  min-height: 70px;
  padding: 20px 0;
  transition: all 0.3s;
  border-bottom-width: 0px;
}
@media (max-width: 992px) {
  .cid-uLMT5bnPh6 .navbar {
    min-height: 30px;
    max-height: 90px;
  }
}
.cid-uLMT5bnPh6 .navbar.opened {
  transition: all 0.3s;
}
.cid-uLMT5bnPh6 .navbar .dropdown-item {
  padding: 0;
  margin: 8px 0;
}
.cid-uLMT5bnPh6 .navbar .navbar-logo img {
  width: auto;
  object-fit: contain;
  border-radius: 0;
}
.cid-uLMT5bnPh6 .navbar .navbar-collapse {
  justify-content: space-between;
  z-index: 1;
}
.cid-uLMT5bnPh6 .navbar.collapsed {
  justify-content: center;
}
.cid-uLMT5bnPh6 .navbar.collapsed .nav-item .nav-link::before {
  display: none;
}
.cid-uLMT5bnPh6 .navbar.collapsed.opened .dropdown-menu {
  top: 0;
}
.cid-uLMT5bnPh6 .navbar.collapsed .dropdown-menu .dropdown-submenu {
  left: 0 !important;
}
.cid-uLMT5bnPh6 .navbar.collapsed .dropdown-menu .dropdown-item:after {
  right: auto;
}
.cid-uLMT5bnPh6 .navbar.collapsed ul.navbar-nav li {
  margin: auto;
}
.cid-uLMT5bnPh6 .navbar.collapsed .dropdown-menu .dropdown-item {
  padding: 0.25rem 1.5rem;
  text-align: left;
}
.cid-uLMT5bnPh6 .navbar.collapsed .icons-menu {
  padding: 0;
}
@media (max-width: 991px) {
  .cid-uLMT5bnPh6 .navbar .nav-item {
    padding: .5rem 0;
  }
  .cid-uLMT5bnPh6 .navbar .navbar-collapse {
    padding: 34px 0;
    border-radius: 25px;
  }
  .cid-uLMT5bnPh6 .navbar .nav-item .nav-link::before {
    display: none;
  }
  .cid-uLMT5bnPh6 .navbar.opened .dropdown-menu {
    top: 0;
  }
  .cid-uLMT5bnPh6 .navbar .dropdown-menu {
    padding: 6px 0 6px 15px;
  }
  .cid-uLMT5bnPh6 .navbar .dropdown-menu .dropdown-submenu {
    left: 0 !important;
  }
  .cid-uLMT5bnPh6 .navbar .dropdown-menu .dropdown-item:after {
    right: auto;
    margin-top: -0.4rem;
  }
  .cid-uLMT5bnPh6 .navbar .navbar-logo img {
    height: 3rem !important;
  }
  .cid-uLMT5bnPh6 .navbar ul.navbar-nav {
    overflow: hidden;
  }
  .cid-uLMT5bnPh6 .navbar ul.navbar-nav li {
    margin: 0;
  }
  .cid-uLMT5bnPh6 .navbar .dropdown-menu .dropdown-item {
    padding: 0 !important;
    margin: 0;
    margin-top: 8px;
    text-align: left;
  }
  .cid-uLMT5bnPh6 .navbar .navbar-brand {
    flex-shrink: initial;
    flex-basis: auto;
    word-break: break-word;
    padding-right: 2rem;
  }
  .cid-uLMT5bnPh6 .navbar .navbar-toggler {
    flex-basis: auto;
  }
  .cid-uLMT5bnPh6 .navbar .icons-menu {
    padding: 0;
  }
}
.cid-uLMT5bnPh6 .navbar.navbar-short {
  min-height: 60px;
}
.cid-uLMT5bnPh6 .navbar.navbar-short .navbar-logo img {
  height: 2.5rem !important;
}
.cid-uLMT5bnPh6 .navbar.navbar-short .navbar-brand {
  min-height: 60px;
  padding: 0;
}
.cid-uLMT5bnPh6 .navbar-brand {
  min-height: 70px;
  flex-shrink: 0;
  align-items: center;
  margin-right: 0;
  padding: 10px 0;
  transition: all 0.3s;
  word-break: break-word;
  z-index: 1;
}
.cid-uLMT5bnPh6 .navbar-brand .navbar-caption {
  line-height: inherit !important;
}
.cid-uLMT5bnPh6 .navbar-brand .navbar-logo a {
  outline: none;
}
.cid-uLMT5bnPh6 .dropdown-item.active,
.cid-uLMT5bnPh6 .dropdown-item:active {
  background-color: transparent;
}
.cid-uLMT5bnPh6 .navbar-expand-lg .navbar-nav .nav-link {
  padding: 0;
}
.cid-uLMT5bnPh6 .nav-dropdown .link.dropdown-toggle {
  margin-right: 1.667em;
}
.cid-uLMT5bnPh6 .nav-dropdown .link.dropdown-toggle[aria-expanded="true"] {
  margin-right: 0;
  padding: 0.667em 1.667em;
}
.cid-uLMT5bnPh6 .navbar .dropdown.open > .dropdown-menu {
  display: block;
}
.cid-uLMT5bnPh6 ul.navbar-nav {
  flex-wrap: wrap;
  padding: 36px 0;
  border-bottom: 1px solid #0e132f;
}
.cid-uLMT5bnPh6 .navbar-buttons {
  text-align: center;
  min-width: 170px;
}
.cid-uLMT5bnPh6 button.navbar-toggler {
  outline: none;
  width: 48px;
  height: 48px;
  border-radius: 50%;
  cursor: pointer;
  transition: all 0.2s;
  position: relative;
  align-self: center;
  color: #ffffff;
  background: #ffffff;
}
.cid-uLMT5bnPh6 button.navbar-toggler .hamburger span {
  position: absolute;
  right: 10px;
  margin-top: 14px;
  width: 26px;
  height: 2px;
  border-right: 5px;
  background-color: #474747;
}
.cid-uLMT5bnPh6 button.navbar-toggler .hamburger span:nth-child(1) {
  top: 0;
  transition: all 0.2s;
}
.cid-uLMT5bnPh6 button.navbar-toggler .hamburger span:nth-child(2) {
  top: 8px;
  transition: all 0.15s;
}
.cid-uLMT5bnPh6 button.navbar-toggler .hamburger span:nth-child(3) {
  top: 8px;
  transition: all 0.15s;
}
.cid-uLMT5bnPh6 button.navbar-toggler .hamburger span:nth-child(4) {
  top: 16px;
  transition: all 0.2s;
}
.cid-uLMT5bnPh6 nav.opened .hamburger span:nth-child(1) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-uLMT5bnPh6 nav.opened .hamburger span:nth-child(2) {
  transform: rotate(45deg);
  transition: all 0.25s;
}
.cid-uLMT5bnPh6 nav.opened .hamburger span:nth-child(3) {
  transform: rotate(-45deg);
  transition: all 0.25s;
}
.cid-uLMT5bnPh6 nav.opened .hamburger span:nth-child(4) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-uLMT5bnPh6 a.nav-link {
  display: flex;
  align-items: center;
  justify-content: flex-start;
}
.cid-uLMT5bnPh6 .icons-menu {
  flex-wrap: nowrap;
  display: flex;
  justify-content: center;
  padding: 0;
  text-align: center;
  margin-bottom: 35px;
}
@media screen and (-ms-high-contrast: active), (-ms-high-contrast: none) {
  .cid-uLMT5bnPh6 .navbar {
    height: 70px;
  }
  .cid-uLMT5bnPh6 .navbar.opened {
    height: auto;
  }
  .cid-uLMT5bnPh6 .nav-item .nav-link:hover::before {
    width: 175%;
    max-width: calc(100% + 2rem);
    left: -1rem;
  }
}
.cid-uLMT5bnPh6 .navbar-dropdown .navbar-logo {
  margin-right: 15px;
}
@media (min-width: 768px) {
  .cid-uLMT5bnPh6 .container-fluid {
    padding-left: 30px;
    padding-right: 30px;
  }
}
.cid-uLMT5bnPh6 .mbr-section-btn-main {
  padding-top: 5px;
}
.cid-uLMT5bnPh6 .mbr-section-btn-main .btn {
  margin: 0 4px 4px 4px;
}
.cid-uLMT5bnPh6 .navbar-caption:hover {
  color: #2554ab;
}
@media (min-width: 992px) {
  .cid-uLMT5bnPh6 .dropdown-menu.dropdown-submenu {
    left: 175px !important;
    top: -45% !important;
  }
}
.cid-uLMT5bnPh6 .nav-link {
  position: relative;
}
.cid-uLMT5bnPh6 .nav-link:before {
  content: '';
  position: absolute;
  left: -12px;
  width: 6px;
  height: 6px;
  border-radius: 100%;
  background-color: #2554ab;
  transition: all .3s ease;
  opacity: 0;
}
.cid-uLMT5bnPh6 .nav-link:hover:before {
  opacity: 1;
}
.cid-uLMT5bnPh6 .mbr-section-subtitle {
  color: #ffffff;
}
.cid-uLMT5bnPh6 .mbr-text {
  color: #ffffff;
  text-align: center;
}
.cid-uLMT5bnPh6 .text_widget {
  color: #ffffff;
}
.cid-uLMT5bnPh6 .mbr-section-subtitle,
.cid-uLMT5bnPh6 .text_widget,
.cid-uLMT5bnPh6 .mbr-section-btn {
  text-align: center;
}
.cid-uLMT5bnPh6 a[class*="text-"]:not(.nav-link):not(.dropdown-item):not([role]):not(.navbar-caption):hover {
  background-image: none;
}
.cid-uC4oQbD2Xm {
  padding-top: 0rem;
  padding-bottom: 0rem;
  background-color: #ffffff;
}
.cid-uC4oQbD2Xm .item-img {
  position: relative;
  overflow: hidden;
}
.cid-uC4oQbD2Xm .item-img:before {
  content: '';
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
  left: 0;
  background: black;
  opacity: 0.3;
  z-index: 1;
  transition: all 0.3s;
  pointer-events: none;
}
.cid-uC4oQbD2Xm h5 {
  margin-bottom: 1rem;
}
.cid-uC4oQbD2Xm .item-content {
  position: absolute;
  top: 55%;
  right: 0;
  z-index: 2;
  width: 100%;
  transform: translateY(-50%);
  padding: 2rem 8rem;
  display: flex;
  flex-direction: column;
  height: 50%;
}
@media (max-width: 767px) {
  .cid-uC4oQbD2Xm .item-content {
    padding: 0 2rem 1.5rem;
    margin-top: 1rem;
  }
}
.cid-uC4oQbD2Xm img,
.cid-uC4oQbD2Xm .item-img {
  width: 100%;
  transition: all 0.3s;
  height: 100%;
  height: 400px;
  object-fit: cover;
}
.cid-uC4oQbD2Xm .item:focus,
.cid-uC4oQbD2Xm span:focus {
  outline: none;
}
.cid-uC4oQbD2Xm .item {
  margin-bottom: 2rem;
}
@media (max-width: 767px) {
  .cid-uC4oQbD2Xm .item {
    margin-bottom: 1rem;
  }
}
.cid-uC4oQbD2Xm .item-wrapper {
  position: relative;
  border-radius: 15px;
  height: 100%;
  display: flex;
  flex-flow: column nowrap;
}
.cid-uC4oQbD2Xm .mbr-section-title {
  color: #4e423d;
}
.cid-uC4oQbD2Xm .item-title {
  text-align: left;
  color: #ffffff;
}
.cid-uC4oQbD2Xm .item-subtitle {
  text-align: left;
  color: #ffffff;
}
.cid-uC4oQbD2Xm .mbr-text,
.cid-uC4oQbD2Xm .item .mbr-section-btn {
  text-align: left;
  color: #ffffff;
}
.cid-uC4oQbD2Xm .content-head {
  max-width: 800px;
}
.cid-uC4oQd0thW {
  padding-top: 1rem;
  padding-bottom: 5rem;
  background-color: #fafafa;
}
.cid-uC4oQd0thW .mbr-section-title {
  margin-bottom: 1em;
  color: #272727;
}
.cid-uC4oQd0thW .mbr-section-subtitle {
  margin-bottom: 1.5625em;
  color: #272727;
  opacity: 0.4;
}
.cid-uC4oQd0thW .item-row {
  display: grid;
  -webkit-box-align: stretch;
  -webkit-align-items: stretch;
  -ms-flex-align: stretch;
  align-items: stretch;
  grid-auto-columns: 1fr;
  grid-column-gap: 16px;
  grid-row-gap: 16px;
  grid-template-columns: repeat(4, 1fr);
  -ms-grid-rows: auto;
  grid-template-rows: auto;
}
@media (max-width: 1199px) {
  .cid-uC4oQd0thW .item-row {
    grid-template-columns: repeat(2, 1fr);
  }
}
@media (max-width: 767px) {
  .cid-uC4oQd0thW .item-row {
    grid-template-columns: repeat(1, 1fr);
  }
}
.cid-uC4oQd0thW .item {
  padding: 0;
}
.cid-uC4oQd0thW .item-wrapper {
  display: flex;
  flex-direction: column;
  align-items: stretch;
  height: 100%;
  width: 100%;
  border-radius: 10px;
  overflow: hidden;
  transform-style: preserve-3d;
  transition: .3s all;
  border: 2px solid transparent;
}
.cid-uC4oQd0thW .item-wrapper:hover {
  transform: scale3d(1.01, 1.01, 1);
  border-color: #fafafa;
}
.cid-uC4oQd0thW .item-img {
  display: flex;
  align-items: center;
  justify-content: center;
  height: 175px;
}
.cid-uC4oQd0thW .item-img img {
  width: 100%;
  object-fit: cover;
  height: 100%;
}
.cid-uC4oQd0thW .item-content {
  display: flex;
  flex-direction: column;
  align-items: stretch;
  width: 100%;
  padding: 20px 5% 6%;
  flex-grow: 1;
  background-color: #ffffff;
}
.cid-uC4oQd0thW .item-text-wrap {
  width: 100%;
  margin-bottom: 5.3em;
}
@media (max-width: 1199px) {
  .cid-uC4oQd0thW .item-text-wrap {
    margin-bottom: 4em;
  }
}
@media (max-width: 767px) {
  .cid-uC4oQd0thW .item-text-wrap {
    margin-bottom: 2em;
    max-width: 340px;
    margin-right: auto;
  }
}
.cid-uC4oQd0thW .item-title {
  color: #272727;
  margin-bottom: 0.52em;
}
.cid-uC4oQd0thW .item-subtitle {
  color: #272727;
  opacity: 0.52em;
}
.cid-uC4oQd0thW .card-bottom {
  display: flex;
  flex-direction: column;
  align-items: stretch;
  margin-top: auto;
}
.cid-uC4oQd0thW .item-name-wrap {
  display: flex;
  align-items: center;
  width: 100%;
}
.cid-uC4oQd0thW .image-wrapper {
  width: 35px;
  height: 35px;
  margin-right: 10px;
  border-radius: 300px;
  overflow: hidden;
}
.cid-uC4oQd0thW .image-wrapper img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.cid-uC4oQd0thW .mbr-text {
  flex-grow: 1;
  color: #272727;
  text-align: right;
}
.cid-uC4oQd0thW .mbr-section-btn {
  display: flex;
  margin-top: 20px;
  width: auto !important;
}
.cid-uC4oQd0thW .mbr-section-btn .btn {
  width: 100%;
  min-width: auto !important;
}
.cid-uLMRAIzUxG {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-color: #0e132f;
}
.cid-uLMRAIzUxG .mbr-fallback-image.disabled {
  display: none;
}
.cid-uLMRAIzUxG .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-uLMRAIzUxG .container {
    padding: 0 16px;
  }
}
.cid-uLMRAIzUxG .card {
  display: flex;
  flex-direction: column;
  justify-content: space-between;
}
@media (max-width: 992px) {
  .cid-uLMRAIzUxG .card {
    margin-bottom: 40px;
  }
}
.cid-uLMRAIzUxG .card .content-wrapper .title-wrapper .title-wrap {
  display: inline-flex;
  align-items: center;
  margin-bottom: 16px;
}
@media (max-width: 992px) {
  .cid-uLMRAIzUxG .card .content-wrapper .title-wrapper .title-wrap {
    margin-bottom: 40px;
  }
}
.cid-uLMRAIzUxG .card .content-wrapper .title-wrapper .title-wrap img {
  width: 32px;
  height: 32px;
  object-fit: contain;
  margin-right: 1rem;
}
.cid-uLMRAIzUxG .card .content-wrapper .title-wrapper .title-wrap .mbr-section-title {
  margin-bottom: 0;
}
.cid-uLMRAIzUxG .card .content-wrapper .copyright {
  margin-bottom: 20px;
}
@media (max-width: 992px) {
  .cid-uLMRAIzUxG .card .content-wrapper .copyright {
    margin-bottom: 40px;
  }
}
.cid-uLMRAIzUxG .card .social-wrapper .social-wrap {
  display: inline-flex;
  flex-wrap: wrap;
}
.cid-uLMRAIzUxG .card .social-wrapper .social-wrap .mbr-iconfont {
  font-size: 20px;
  margin-right: 48px;
  color: #ffffff;
}
.cid-uLMRAIzUxG .list-wrapper .mbr-card-title {
  margin-bottom: 16px;
}
.cid-uLMRAIzUxG .list-wrapper .list {
  margin: 0;
  padding: 0;
  list-style-type: none;
}
.cid-uLMRAIzUxG .list-wrapper .list .item-wrap {
  margin-bottom: 16px;
}
@media (max-width: 992px) {
  .cid-uLMRAIzUxG .list-wrapper .list {
    margin-bottom: 40px;
  }
}
.cid-uLMRAIzUxG .mbr-section-title {
  color: #ffffff;
}
.cid-uLMRAIzUxG .copyright {
  color: #ffffff;
}
.cid-uLMRAIzUxG .mbr-card-title {
  color: #D4FE00;
}
.cid-uLMRAIzUxG .list {
  color: #ffffff;
}
.cid-uLMT5bnPh6 .navbar-dropdown {
  background-color: #ffffff !important;
  padding: 0;
}
.cid-uLMT5bnPh6 .navbar.navbar-expand-lg .dropdown .dropdown-menu {
  background-color: #ffffff !important;
  background: #ffffff;
}
.cid-uLMT5bnPh6 .navbar.navbar-expand-lg .dropdown .dropdown-menu .dropdown-submenu {
  margin: 0;
  left: 100%;
}
@media (max-width: 991px) {
  .cid-uLMT5bnPh6 .menu_box .navbar.opened,
  .cid-uLMT5bnPh6 .menu_box .navbar-collapse {
    background-color: #ffffff !important;
    transition: all 0s ease 0s;
  }
}
.cid-uLMT5bnPh6 .navbar-dropdown {
  position: relative !important;
}
.cid-uLMT5bnPh6 .btn {
  min-height: auto;
  box-shadow: none;
  margin-top: 0;
}
.cid-uLMT5bnPh6 .btn:hover {
  box-shadow: none;
}
@media (min-width: 992px) {
  .cid-uLMT5bnPh6 .offcanvas_image img {
    width: auto;
    object-fit: cover;
    display: inline-block;
  }
  .cid-uLMT5bnPh6 .offcanvas-header {
    position: relative;
    padding: 0;
  }
  .cid-uLMT5bnPh6 .offcanvas-header .btn-close {
    position: absolute;
    top: -70px;
    right: 0;
    width: 35px;
    height: 30px;
  }
  .cid-uLMT5bnPh6 .offcanvas-body {
    text-align: center;
    padding: 0;
  }
  .cid-uLMT5bnPh6 .offcanvas-body .mbr-text,
  .cid-uLMT5bnPh6 .offcanvas-body .mbr-section-subtitle {
    margin-top: 14px;
  }
  .cid-uLMT5bnPh6 .offcanvas-body .offcanvas_contact {
    margin: 35px 0;
  }
  .cid-uLMT5bnPh6 .offcanvas_box button.btn_offcanvas {
    outline: none;
    width: 40px;
    height: 40px;
    cursor: pointer;
    transition: all 0.2s;
    position: relative;
    align-self: center;
  }
  .cid-uLMT5bnPh6 .offcanvas_box button.btn_offcanvas .hamburger span {
    position: absolute;
    right: 0;
    width: 40px;
    height: 2px;
    border-right: 5px;
    background-color: #474747;
  }
  .cid-uLMT5bnPh6 .offcanvas_box button.btn_offcanvas .hamburger span:nth-child(1) {
    top: 18px;
    transition: all 0.2s;
  }
  .cid-uLMT5bnPh6 .offcanvas_box button.btn_offcanvas .hamburger span:nth-child(2) {
    top: 25px;
    transition: all 0.2s;
  }
  .cid-uLMT5bnPh6 .offcanvas_box button.btn_offcanvas:hover .hamburger span {
    width: 36px;
  }
  .cid-uLMT5bnPh6 .offcanvas_box button.btn_offcanvas:hover .hamburger span:nth-child(2) {
    width: 33px;
    transition-delay: 0.2s;
  }
  .cid-uLMT5bnPh6 ul.navbar-nav {
    padding-bottom: 1.5rem;
  }
  .cid-uLMT5bnPh6 .dropdown-menu .dropdown-toggle[data-toggle="dropdown-submenu"]::after,
  .cid-uLMT5bnPh6 .link.dropdown-toggle::after {
    display: inline-block;
    width: 7px;
    height: 7px;
    margin-left: .5rem;
    margin-bottom: 2px;
    content: "";
    border: 2px solid;
    border-left: none;
    border-top: none;
    transform: rotate(-45deg);
  }
  .cid-uLMT5bnPh6 .link.dropdown-toggle::after {
    padding: 0 !important;
    transform: rotate(45deg);
  }
  .cid-uLMT5bnPh6 li.nav-item {
    position: relative;
    display: inline-block;
    padding: 1px 7px !important;
    vertical-align: middle;
    line-height: 2em !important;
    font-weight: 600 !important;
    text-decoration: none;
    letter-spacing: 0 !important;
    z-index: 1;
  }
  .cid-uLMT5bnPh6 .lg_brand {
    margin: 0 1rem;
  }
}
.cid-uLMT5bnPh6 .nav-item {
  margin: 4px 15px;
}
@media (min-width: 1200px) {
  .cid-uLMT5bnPh6 .nav-item {
    margin: 4px 20px;
  }
}
@media (max-width: 991px) {
  .cid-uLMT5bnPh6 .nav-item {
    margin: 0 !important;
  }
}
.cid-uLMT5bnPh6 .dropdown-menu {
  border-radius: 0;
  box-shadow: none;
  text-align: left;
}
@media (min-width: 992px) {
  .cid-uLMT5bnPh6 .dropdown-menu {
    padding: 18px 34px 22px;
    min-width: 250px;
    top: auto !important;
    left: -40px !important;
  }
  .cid-uLMT5bnPh6 .dropdown-menu.dropdown-submenu {
    left: 215px !important;
    top: -45% !important;
  }
}
@media (max-width: 991px) {
  .cid-uLMT5bnPh6 .dropdown-menu .dropdown-toggle[data-toggle="dropdown-submenu"]::after,
  .cid-uLMT5bnPh6 .link.dropdown-toggle::after {
    display: inline-block;
    width: 7px;
    height: 7px;
    margin-left: .5rem;
    margin-bottom: 2px;
    content: "";
    border: 2px solid;
    border-left: none;
    border-top: none;
    transform: rotate(-45deg);
    right: 15px;
    position: absolute;
    margin-top: -2px;
  }
  .cid-uLMT5bnPh6 .show.dropdown-toggle[aria-expanded="true"]::after {
    transform: rotate(45deg);
    margin-top: -4px;
  }
  .cid-uLMT5bnPh6 .offcanvas_box {
    display: none;
  }
}
.cid-uLMT5bnPh6 .dropdown-item {
  border: none;
  font-weight: 400 !important;
}
.cid-uLMT5bnPh6 .nav-dropdown .link {
  font-weight: 400 !important;
  padding: 0 !important;
  margin: 0 !important;
}
.cid-uLMT5bnPh6 .nav-dropdown .link.dropdown-toggle::after {
  margin-left: 0.5rem;
  margin-top: 0;
}
.cid-uLMT5bnPh6 .container {
  display: flex;
  margin: auto;
}
.cid-uLMT5bnPh6 .iconfont-wrapper {
  color: #e0bdb6;
  font-size: 17px;
  margin-right: 10px;
  margin-bottom: 5px;
  width: 25px;
  height: 25px;
  border-radius: 50%;
  display: flex;
  justify-content: center;
  align-items: center;
  transition: all 0.2s ease-in-out;
}
.cid-uLMT5bnPh6 .iconfont-wrapper:last-child {
  margin-right: 0;
}
.cid-uLMT5bnPh6 .iconfont-wrapper:hover {
  opacity: .5;
}
.cid-uLMT5bnPh6 .navbar-caption {
  color: #747474;
}
.cid-uLMT5bnPh6 .navbar-nav {
  margin: 0 1rem;
}
@media (min-width: 992px) {
  .cid-uLMT5bnPh6 .navbar-nav {
    margin: 0;
  }
}
.cid-uLMT5bnPh6 .dropdown-menu,
.cid-uLMT5bnPh6 .navbar.opened {
  background-color: false !important;
}
.cid-uLMT5bnPh6 .nav-item:focus,
.cid-uLMT5bnPh6 .nav-link:focus {
  outline: none;
}
.cid-uLMT5bnPh6 .dropdown .dropdown-menu .dropdown-item {
  width: auto;
  transition: all 0.25s ease-in-out;
}
.cid-uLMT5bnPh6 .dropdown .dropdown-menu .dropdown-item::after {
  right: 0.5rem;
}
.cid-uLMT5bnPh6 .dropdown .dropdown-menu .dropdown-item .mbr-iconfont {
  margin-right: 0.5rem;
  vertical-align: sub;
}
.cid-uLMT5bnPh6 .dropdown .dropdown-menu .dropdown-item .mbr-iconfont:before {
  display: inline-block;
  transform: scale(1, 1);
  transition: all 0.25s ease-in-out;
}
.cid-uLMT5bnPh6 .collapsed .dropdown-menu .dropdown-item:before {
  display: none;
}
.cid-uLMT5bnPh6 .collapsed .dropdown .dropdown-menu .dropdown-item {
  padding: 0.235em 1.5em 0.235em 1.5em !important;
  transition: none;
  margin: 0 !important;
}
.cid-uLMT5bnPh6 .navbar {
  min-height: 70px;
  padding: 20px 0;
  transition: all 0.3s;
  border-bottom-width: 0px;
}
@media (max-width: 992px) {
  .cid-uLMT5bnPh6 .navbar {
    min-height: 30px;
    max-height: 90px;
  }
}
.cid-uLMT5bnPh6 .navbar.opened {
  transition: all 0.3s;
}
.cid-uLMT5bnPh6 .navbar .dropdown-item {
  padding: 0;
  margin: 8px 0;
}
.cid-uLMT5bnPh6 .navbar .navbar-logo img {
  width: auto;
  object-fit: contain;
  border-radius: 0;
}
.cid-uLMT5bnPh6 .navbar .navbar-collapse {
  justify-content: space-between;
  z-index: 1;
}
.cid-uLMT5bnPh6 .navbar.collapsed {
  justify-content: center;
}
.cid-uLMT5bnPh6 .navbar.collapsed .nav-item .nav-link::before {
  display: none;
}
.cid-uLMT5bnPh6 .navbar.collapsed.opened .dropdown-menu {
  top: 0;
}
.cid-uLMT5bnPh6 .navbar.collapsed .dropdown-menu .dropdown-submenu {
  left: 0 !important;
}
.cid-uLMT5bnPh6 .navbar.collapsed .dropdown-menu .dropdown-item:after {
  right: auto;
}
.cid-uLMT5bnPh6 .navbar.collapsed ul.navbar-nav li {
  margin: auto;
}
.cid-uLMT5bnPh6 .navbar.collapsed .dropdown-menu .dropdown-item {
  padding: 0.25rem 1.5rem;
  text-align: left;
}
.cid-uLMT5bnPh6 .navbar.collapsed .icons-menu {
  padding: 0;
}
@media (max-width: 991px) {
  .cid-uLMT5bnPh6 .navbar .nav-item {
    padding: .5rem 0;
  }
  .cid-uLMT5bnPh6 .navbar .navbar-collapse {
    padding: 34px 0;
    border-radius: 25px;
  }
  .cid-uLMT5bnPh6 .navbar .nav-item .nav-link::before {
    display: none;
  }
  .cid-uLMT5bnPh6 .navbar.opened .dropdown-menu {
    top: 0;
  }
  .cid-uLMT5bnPh6 .navbar .dropdown-menu {
    padding: 6px 0 6px 15px;
  }
  .cid-uLMT5bnPh6 .navbar .dropdown-menu .dropdown-submenu {
    left: 0 !important;
  }
  .cid-uLMT5bnPh6 .navbar .dropdown-menu .dropdown-item:after {
    right: auto;
    margin-top: -0.4rem;
  }
  .cid-uLMT5bnPh6 .navbar .navbar-logo img {
    height: 3rem !important;
  }
  .cid-uLMT5bnPh6 .navbar ul.navbar-nav {
    overflow: hidden;
  }
  .cid-uLMT5bnPh6 .navbar ul.navbar-nav li {
    margin: 0;
  }
  .cid-uLMT5bnPh6 .navbar .dropdown-menu .dropdown-item {
    padding: 0 !important;
    margin: 0;
    margin-top: 8px;
    text-align: left;
  }
  .cid-uLMT5bnPh6 .navbar .navbar-brand {
    flex-shrink: initial;
    flex-basis: auto;
    word-break: break-word;
    padding-right: 2rem;
  }
  .cid-uLMT5bnPh6 .navbar .navbar-toggler {
    flex-basis: auto;
  }
  .cid-uLMT5bnPh6 .navbar .icons-menu {
    padding: 0;
  }
}
.cid-uLMT5bnPh6 .navbar.navbar-short {
  min-height: 60px;
}
.cid-uLMT5bnPh6 .navbar.navbar-short .navbar-logo img {
  height: 2.5rem !important;
}
.cid-uLMT5bnPh6 .navbar.navbar-short .navbar-brand {
  min-height: 60px;
  padding: 0;
}
.cid-uLMT5bnPh6 .navbar-brand {
  min-height: 70px;
  flex-shrink: 0;
  align-items: center;
  margin-right: 0;
  padding: 10px 0;
  transition: all 0.3s;
  word-break: break-word;
  z-index: 1;
}
.cid-uLMT5bnPh6 .navbar-brand .navbar-caption {
  line-height: inherit !important;
}
.cid-uLMT5bnPh6 .navbar-brand .navbar-logo a {
  outline: none;
}
.cid-uLMT5bnPh6 .dropdown-item.active,
.cid-uLMT5bnPh6 .dropdown-item:active {
  background-color: transparent;
}
.cid-uLMT5bnPh6 .navbar-expand-lg .navbar-nav .nav-link {
  padding: 0;
}
.cid-uLMT5bnPh6 .nav-dropdown .link.dropdown-toggle {
  margin-right: 1.667em;
}
.cid-uLMT5bnPh6 .nav-dropdown .link.dropdown-toggle[aria-expanded="true"] {
  margin-right: 0;
  padding: 0.667em 1.667em;
}
.cid-uLMT5bnPh6 .navbar .dropdown.open > .dropdown-menu {
  display: block;
}
.cid-uLMT5bnPh6 ul.navbar-nav {
  flex-wrap: wrap;
  padding: 36px 0;
  border-bottom: 1px solid #0e132f;
}
.cid-uLMT5bnPh6 .navbar-buttons {
  text-align: center;
  min-width: 170px;
}
.cid-uLMT5bnPh6 button.navbar-toggler {
  outline: none;
  width: 48px;
  height: 48px;
  border-radius: 50%;
  cursor: pointer;
  transition: all 0.2s;
  position: relative;
  align-self: center;
  color: #ffffff;
  background: #ffffff;
}
.cid-uLMT5bnPh6 button.navbar-toggler .hamburger span {
  position: absolute;
  right: 10px;
  margin-top: 14px;
  width: 26px;
  height: 2px;
  border-right: 5px;
  background-color: #474747;
}
.cid-uLMT5bnPh6 button.navbar-toggler .hamburger span:nth-child(1) {
  top: 0;
  transition: all 0.2s;
}
.cid-uLMT5bnPh6 button.navbar-toggler .hamburger span:nth-child(2) {
  top: 8px;
  transition: all 0.15s;
}
.cid-uLMT5bnPh6 button.navbar-toggler .hamburger span:nth-child(3) {
  top: 8px;
  transition: all 0.15s;
}
.cid-uLMT5bnPh6 button.navbar-toggler .hamburger span:nth-child(4) {
  top: 16px;
  transition: all 0.2s;
}
.cid-uLMT5bnPh6 nav.opened .hamburger span:nth-child(1) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-uLMT5bnPh6 nav.opened .hamburger span:nth-child(2) {
  transform: rotate(45deg);
  transition: all 0.25s;
}
.cid-uLMT5bnPh6 nav.opened .hamburger span:nth-child(3) {
  transform: rotate(-45deg);
  transition: all 0.25s;
}
.cid-uLMT5bnPh6 nav.opened .hamburger span:nth-child(4) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-uLMT5bnPh6 a.nav-link {
  display: flex;
  align-items: center;
  justify-content: flex-start;
}
.cid-uLMT5bnPh6 .icons-menu {
  flex-wrap: nowrap;
  display: flex;
  justify-content: center;
  padding: 0;
  text-align: center;
  margin-bottom: 35px;
}
@media screen and (-ms-high-contrast: active), (-ms-high-contrast: none) {
  .cid-uLMT5bnPh6 .navbar {
    height: 70px;
  }
  .cid-uLMT5bnPh6 .navbar.opened {
    height: auto;
  }
  .cid-uLMT5bnPh6 .nav-item .nav-link:hover::before {
    width: 175%;
    max-width: calc(100% + 2rem);
    left: -1rem;
  }
}
.cid-uLMT5bnPh6 .navbar-dropdown .navbar-logo {
  margin-right: 15px;
}
@media (min-width: 768px) {
  .cid-uLMT5bnPh6 .container-fluid {
    padding-left: 30px;
    padding-right: 30px;
  }
}
.cid-uLMT5bnPh6 .mbr-section-btn-main {
  padding-top: 5px;
}
.cid-uLMT5bnPh6 .mbr-section-btn-main .btn {
  margin: 0 4px 4px 4px;
}
.cid-uLMT5bnPh6 .navbar-caption:hover {
  color: #2554ab;
}
@media (min-width: 992px) {
  .cid-uLMT5bnPh6 .dropdown-menu.dropdown-submenu {
    left: 175px !important;
    top: -45% !important;
  }
}
.cid-uLMT5bnPh6 .nav-link {
  position: relative;
}
.cid-uLMT5bnPh6 .nav-link:before {
  content: '';
  position: absolute;
  left: -12px;
  width: 6px;
  height: 6px;
  border-radius: 100%;
  background-color: #2554ab;
  transition: all .3s ease;
  opacity: 0;
}
.cid-uLMT5bnPh6 .nav-link:hover:before {
  opacity: 1;
}
.cid-uLMT5bnPh6 .mbr-section-subtitle {
  color: #ffffff;
}
.cid-uLMT5bnPh6 .mbr-text {
  color: #ffffff;
  text-align: center;
}
.cid-uLMT5bnPh6 .text_widget {
  color: #ffffff;
}
.cid-uLMT5bnPh6 .mbr-section-subtitle,
.cid-uLMT5bnPh6 .text_widget,
.cid-uLMT5bnPh6 .mbr-section-btn {
  text-align: center;
}
.cid-uLMT5bnPh6 a[class*="text-"]:not(.nav-link):not(.dropdown-item):not([role]):not(.navbar-caption):hover {
  background-image: none;
}
.cid-uC4oQv4BPM {
  padding-top: 0rem;
  padding-bottom: 0rem;
  background-color: #ffffff;
}
.cid-uC4oQv4BPM .item-img {
  position: relative;
  overflow: hidden;
}
.cid-uC4oQv4BPM .item-img:before {
  content: '';
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
  left: 0;
  background: black;
  opacity: 0.3;
  z-index: 1;
  transition: all 0.3s;
  pointer-events: none;
}
.cid-uC4oQv4BPM h5 {
  margin-bottom: 1rem;
}
.cid-uC4oQv4BPM .item-content {
  position: absolute;
  top: 55%;
  right: 0;
  z-index: 2;
  width: 100%;
  transform: translateY(-50%);
  padding: 2rem 8rem;
  display: flex;
  flex-direction: column;
  height: 50%;
}
@media (max-width: 767px) {
  .cid-uC4oQv4BPM .item-content {
    padding: 0 2rem 1.5rem;
    margin-top: 1rem;
  }
}
.cid-uC4oQv4BPM img,
.cid-uC4oQv4BPM .item-img {
  width: 100%;
  transition: all 0.3s;
  height: 100%;
  height: 400px;
  object-fit: cover;
}
.cid-uC4oQv4BPM .item:focus,
.cid-uC4oQv4BPM span:focus {
  outline: none;
}
.cid-uC4oQv4BPM .item {
  margin-bottom: 2rem;
}
@media (max-width: 767px) {
  .cid-uC4oQv4BPM .item {
    margin-bottom: 1rem;
  }
}
.cid-uC4oQv4BPM .item-wrapper {
  position: relative;
  border-radius: 15px;
  height: 100%;
  display: flex;
  flex-flow: column nowrap;
}
.cid-uC4oQv4BPM .mbr-section-title {
  color: #4e423d;
}
.cid-uC4oQv4BPM .item-title {
  text-align: left;
  color: #ffffff;
}
.cid-uC4oQv4BPM .item-subtitle {
  text-align: left;
  color: #ffffff;
}
.cid-uC4oQv4BPM .mbr-text,
.cid-uC4oQv4BPM .item .mbr-section-btn {
  text-align: left;
  color: #ffffff;
}
.cid-uC4oQv4BPM .content-head {
  max-width: 800px;
}
.cid-uC4oQwvGs9 {
  padding-top: 1rem;
  padding-bottom: 5rem;
  background-color: #fafafa;
}
.cid-uC4oQwvGs9 .mbr-section-title {
  margin-bottom: 1em;
  color: #272727;
}
.cid-uC4oQwvGs9 .mbr-section-subtitle {
  margin-bottom: 1.5625em;
  color: #272727;
  opacity: 0.4;
}
.cid-uC4oQwvGs9 .item-row {
  display: grid;
  -webkit-box-align: stretch;
  -webkit-align-items: stretch;
  -ms-flex-align: stretch;
  align-items: stretch;
  grid-auto-columns: 1fr;
  grid-column-gap: 16px;
  grid-row-gap: 16px;
  grid-template-columns: repeat(4, 1fr);
  -ms-grid-rows: auto;
  grid-template-rows: auto;
}
@media (max-width: 1199px) {
  .cid-uC4oQwvGs9 .item-row {
    grid-template-columns: repeat(2, 1fr);
  }
}
@media (max-width: 767px) {
  .cid-uC4oQwvGs9 .item-row {
    grid-template-columns: repeat(1, 1fr);
  }
}
.cid-uC4oQwvGs9 .item {
  padding: 0;
}
.cid-uC4oQwvGs9 .item-wrapper {
  display: flex;
  flex-direction: column;
  align-items: stretch;
  height: 100%;
  width: 100%;
  border-radius: 10px;
  overflow: hidden;
  transform-style: preserve-3d;
  transition: .3s all;
  border: 2px solid transparent;
}
.cid-uC4oQwvGs9 .item-wrapper:hover {
  transform: scale3d(1.01, 1.01, 1);
  border-color: #fafafa;
}
.cid-uC4oQwvGs9 .item-img {
  display: flex;
  align-items: center;
  justify-content: center;
  height: 175px;
}
.cid-uC4oQwvGs9 .item-img img {
  width: 100%;
  object-fit: cover;
  height: 100%;
}
.cid-uC4oQwvGs9 .item-content {
  display: flex;
  flex-direction: column;
  align-items: stretch;
  width: 100%;
  padding: 20px 5% 6%;
  flex-grow: 1;
  background-color: #ffffff;
}
.cid-uC4oQwvGs9 .item-text-wrap {
  width: 100%;
  margin-bottom: 5.3em;
}
@media (max-width: 1199px) {
  .cid-uC4oQwvGs9 .item-text-wrap {
    margin-bottom: 4em;
  }
}
@media (max-width: 767px) {
  .cid-uC4oQwvGs9 .item-text-wrap {
    margin-bottom: 2em;
    max-width: 340px;
    margin-right: auto;
  }
}
.cid-uC4oQwvGs9 .item-title {
  color: #272727;
  margin-bottom: 0.52em;
}
.cid-uC4oQwvGs9 .item-subtitle {
  color: #272727;
  opacity: 0.52em;
}
.cid-uC4oQwvGs9 .card-bottom {
  display: flex;
  flex-direction: column;
  align-items: stretch;
  margin-top: auto;
}
.cid-uC4oQwvGs9 .item-name-wrap {
  display: flex;
  align-items: center;
  width: 100%;
}
.cid-uC4oQwvGs9 .image-wrapper {
  width: 35px;
  height: 35px;
  margin-right: 10px;
  border-radius: 300px;
  overflow: hidden;
}
.cid-uC4oQwvGs9 .image-wrapper img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.cid-uC4oQwvGs9 .mbr-text {
  flex-grow: 1;
  color: #272727;
  text-align: right;
}
.cid-uC4oQwvGs9 .mbr-section-btn {
  display: flex;
  margin-top: 20px;
  width: auto !important;
}
.cid-uC4oQwvGs9 .mbr-section-btn .btn {
  width: 100%;
  min-width: auto !important;
}
.cid-uLMRAIzUxG {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-color: #0e132f;
}
.cid-uLMRAIzUxG .mbr-fallback-image.disabled {
  display: none;
}
.cid-uLMRAIzUxG .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-uLMRAIzUxG .container {
    padding: 0 16px;
  }
}
.cid-uLMRAIzUxG .card {
  display: flex;
  flex-direction: column;
  justify-content: space-between;
}
@media (max-width: 992px) {
  .cid-uLMRAIzUxG .card {
    margin-bottom: 40px;
  }
}
.cid-uLMRAIzUxG .card .content-wrapper .title-wrapper .title-wrap {
  display: inline-flex;
  align-items: center;
  margin-bottom: 16px;
}
@media (max-width: 992px) {
  .cid-uLMRAIzUxG .card .content-wrapper .title-wrapper .title-wrap {
    margin-bottom: 40px;
  }
}
.cid-uLMRAIzUxG .card .content-wrapper .title-wrapper .title-wrap img {
  width: 32px;
  height: 32px;
  object-fit: contain;
  margin-right: 1rem;
}
.cid-uLMRAIzUxG .card .content-wrapper .title-wrapper .title-wrap .mbr-section-title {
  margin-bottom: 0;
}
.cid-uLMRAIzUxG .card .content-wrapper .copyright {
  margin-bottom: 20px;
}
@media (max-width: 992px) {
  .cid-uLMRAIzUxG .card .content-wrapper .copyright {
    margin-bottom: 40px;
  }
}
.cid-uLMRAIzUxG .card .social-wrapper .social-wrap {
  display: inline-flex;
  flex-wrap: wrap;
}
.cid-uLMRAIzUxG .card .social-wrapper .social-wrap .mbr-iconfont {
  font-size: 20px;
  margin-right: 48px;
  color: #ffffff;
}
.cid-uLMRAIzUxG .list-wrapper .mbr-card-title {
  margin-bottom: 16px;
}
.cid-uLMRAIzUxG .list-wrapper .list {
  margin: 0;
  padding: 0;
  list-style-type: none;
}
.cid-uLMRAIzUxG .list-wrapper .list .item-wrap {
  margin-bottom: 16px;
}
@media (max-width: 992px) {
  .cid-uLMRAIzUxG .list-wrapper .list {
    margin-bottom: 40px;
  }
}
.cid-uLMRAIzUxG .mbr-section-title {
  color: #ffffff;
}
.cid-uLMRAIzUxG .copyright {
  color: #ffffff;
}
.cid-uLMRAIzUxG .mbr-card-title {
  color: #D4FE00;
}
.cid-uLMRAIzUxG .list {
  color: #ffffff;
}
.cid-uLMT5bnPh6 .navbar-dropdown {
  background-color: #ffffff !important;
  padding: 0;
}
.cid-uLMT5bnPh6 .navbar.navbar-expand-lg .dropdown .dropdown-menu {
  background-color: #ffffff !important;
  background: #ffffff;
}
.cid-uLMT5bnPh6 .navbar.navbar-expand-lg .dropdown .dropdown-menu .dropdown-submenu {
  margin: 0;
  left: 100%;
}
@media (max-width: 991px) {
  .cid-uLMT5bnPh6 .menu_box .navbar.opened,
  .cid-uLMT5bnPh6 .menu_box .navbar-collapse {
    background-color: #ffffff !important;
    transition: all 0s ease 0s;
  }
}
.cid-uLMT5bnPh6 .navbar-dropdown {
  position: relative !important;
}
.cid-uLMT5bnPh6 .btn {
  min-height: auto;
  box-shadow: none;
  margin-top: 0;
}
.cid-uLMT5bnPh6 .btn:hover {
  box-shadow: none;
}
@media (min-width: 992px) {
  .cid-uLMT5bnPh6 .offcanvas_image img {
    width: auto;
    object-fit: cover;
    display: inline-block;
  }
  .cid-uLMT5bnPh6 .offcanvas-header {
    position: relative;
    padding: 0;
  }
  .cid-uLMT5bnPh6 .offcanvas-header .btn-close {
    position: absolute;
    top: -70px;
    right: 0;
    width: 35px;
    height: 30px;
  }
  .cid-uLMT5bnPh6 .offcanvas-body {
    text-align: center;
    padding: 0;
  }
  .cid-uLMT5bnPh6 .offcanvas-body .mbr-text,
  .cid-uLMT5bnPh6 .offcanvas-body .mbr-section-subtitle {
    margin-top: 14px;
  }
  .cid-uLMT5bnPh6 .offcanvas-body .offcanvas_contact {
    margin: 35px 0;
  }
  .cid-uLMT5bnPh6 .offcanvas_box button.btn_offcanvas {
    outline: none;
    width: 40px;
    height: 40px;
    cursor: pointer;
    transition: all 0.2s;
    position: relative;
    align-self: center;
  }
  .cid-uLMT5bnPh6 .offcanvas_box button.btn_offcanvas .hamburger span {
    position: absolute;
    right: 0;
    width: 40px;
    height: 2px;
    border-right: 5px;
    background-color: #474747;
  }
  .cid-uLMT5bnPh6 .offcanvas_box button.btn_offcanvas .hamburger span:nth-child(1) {
    top: 18px;
    transition: all 0.2s;
  }
  .cid-uLMT5bnPh6 .offcanvas_box button.btn_offcanvas .hamburger span:nth-child(2) {
    top: 25px;
    transition: all 0.2s;
  }
  .cid-uLMT5bnPh6 .offcanvas_box button.btn_offcanvas:hover .hamburger span {
    width: 36px;
  }
  .cid-uLMT5bnPh6 .offcanvas_box button.btn_offcanvas:hover .hamburger span:nth-child(2) {
    width: 33px;
    transition-delay: 0.2s;
  }
  .cid-uLMT5bnPh6 ul.navbar-nav {
    padding-bottom: 1.5rem;
  }
  .cid-uLMT5bnPh6 .dropdown-menu .dropdown-toggle[data-toggle="dropdown-submenu"]::after,
  .cid-uLMT5bnPh6 .link.dropdown-toggle::after {
    display: inline-block;
    width: 7px;
    height: 7px;
    margin-left: .5rem;
    margin-bottom: 2px;
    content: "";
    border: 2px solid;
    border-left: none;
    border-top: none;
    transform: rotate(-45deg);
  }
  .cid-uLMT5bnPh6 .link.dropdown-toggle::after {
    padding: 0 !important;
    transform: rotate(45deg);
  }
  .cid-uLMT5bnPh6 li.nav-item {
    position: relative;
    display: inline-block;
    padding: 1px 7px !important;
    vertical-align: middle;
    line-height: 2em !important;
    font-weight: 600 !important;
    text-decoration: none;
    letter-spacing: 0 !important;
    z-index: 1;
  }
  .cid-uLMT5bnPh6 .lg_brand {
    margin: 0 1rem;
  }
}
.cid-uLMT5bnPh6 .nav-item {
  margin: 4px 15px;
}
@media (min-width: 1200px) {
  .cid-uLMT5bnPh6 .nav-item {
    margin: 4px 20px;
  }
}
@media (max-width: 991px) {
  .cid-uLMT5bnPh6 .nav-item {
    margin: 0 !important;
  }
}
.cid-uLMT5bnPh6 .dropdown-menu {
  border-radius: 0;
  box-shadow: none;
  text-align: left;
}
@media (min-width: 992px) {
  .cid-uLMT5bnPh6 .dropdown-menu {
    padding: 18px 34px 22px;
    min-width: 250px;
    top: auto !important;
    left: -40px !important;
  }
  .cid-uLMT5bnPh6 .dropdown-menu.dropdown-submenu {
    left: 215px !important;
    top: -45% !important;
  }
}
@media (max-width: 991px) {
  .cid-uLMT5bnPh6 .dropdown-menu .dropdown-toggle[data-toggle="dropdown-submenu"]::after,
  .cid-uLMT5bnPh6 .link.dropdown-toggle::after {
    display: inline-block;
    width: 7px;
    height: 7px;
    margin-left: .5rem;
    margin-bottom: 2px;
    content: "";
    border: 2px solid;
    border-left: none;
    border-top: none;
    transform: rotate(-45deg);
    right: 15px;
    position: absolute;
    margin-top: -2px;
  }
  .cid-uLMT5bnPh6 .show.dropdown-toggle[aria-expanded="true"]::after {
    transform: rotate(45deg);
    margin-top: -4px;
  }
  .cid-uLMT5bnPh6 .offcanvas_box {
    display: none;
  }
}
.cid-uLMT5bnPh6 .dropdown-item {
  border: none;
  font-weight: 400 !important;
}
.cid-uLMT5bnPh6 .nav-dropdown .link {
  font-weight: 400 !important;
  padding: 0 !important;
  margin: 0 !important;
}
.cid-uLMT5bnPh6 .nav-dropdown .link.dropdown-toggle::after {
  margin-left: 0.5rem;
  margin-top: 0;
}
.cid-uLMT5bnPh6 .container {
  display: flex;
  margin: auto;
}
.cid-uLMT5bnPh6 .iconfont-wrapper {
  color: #e0bdb6;
  font-size: 17px;
  margin-right: 10px;
  margin-bottom: 5px;
  width: 25px;
  height: 25px;
  border-radius: 50%;
  display: flex;
  justify-content: center;
  align-items: center;
  transition: all 0.2s ease-in-out;
}
.cid-uLMT5bnPh6 .iconfont-wrapper:last-child {
  margin-right: 0;
}
.cid-uLMT5bnPh6 .iconfont-wrapper:hover {
  opacity: .5;
}
.cid-uLMT5bnPh6 .navbar-caption {
  color: #747474;
}
.cid-uLMT5bnPh6 .navbar-nav {
  margin: 0 1rem;
}
@media (min-width: 992px) {
  .cid-uLMT5bnPh6 .navbar-nav {
    margin: 0;
  }
}
.cid-uLMT5bnPh6 .dropdown-menu,
.cid-uLMT5bnPh6 .navbar.opened {
  background-color: false !important;
}
.cid-uLMT5bnPh6 .nav-item:focus,
.cid-uLMT5bnPh6 .nav-link:focus {
  outline: none;
}
.cid-uLMT5bnPh6 .dropdown .dropdown-menu .dropdown-item {
  width: auto;
  transition: all 0.25s ease-in-out;
}
.cid-uLMT5bnPh6 .dropdown .dropdown-menu .dropdown-item::after {
  right: 0.5rem;
}
.cid-uLMT5bnPh6 .dropdown .dropdown-menu .dropdown-item .mbr-iconfont {
  margin-right: 0.5rem;
  vertical-align: sub;
}
.cid-uLMT5bnPh6 .dropdown .dropdown-menu .dropdown-item .mbr-iconfont:before {
  display: inline-block;
  transform: scale(1, 1);
  transition: all 0.25s ease-in-out;
}
.cid-uLMT5bnPh6 .collapsed .dropdown-menu .dropdown-item:before {
  display: none;
}
.cid-uLMT5bnPh6 .collapsed .dropdown .dropdown-menu .dropdown-item {
  padding: 0.235em 1.5em 0.235em 1.5em !important;
  transition: none;
  margin: 0 !important;
}
.cid-uLMT5bnPh6 .navbar {
  min-height: 70px;
  padding: 20px 0;
  transition: all 0.3s;
  border-bottom-width: 0px;
}
@media (max-width: 992px) {
  .cid-uLMT5bnPh6 .navbar {
    min-height: 30px;
    max-height: 90px;
  }
}
.cid-uLMT5bnPh6 .navbar.opened {
  transition: all 0.3s;
}
.cid-uLMT5bnPh6 .navbar .dropdown-item {
  padding: 0;
  margin: 8px 0;
}
.cid-uLMT5bnPh6 .navbar .navbar-logo img {
  width: auto;
  object-fit: contain;
  border-radius: 0;
}
.cid-uLMT5bnPh6 .navbar .navbar-collapse {
  justify-content: space-between;
  z-index: 1;
}
.cid-uLMT5bnPh6 .navbar.collapsed {
  justify-content: center;
}
.cid-uLMT5bnPh6 .navbar.collapsed .nav-item .nav-link::before {
  display: none;
}
.cid-uLMT5bnPh6 .navbar.collapsed.opened .dropdown-menu {
  top: 0;
}
.cid-uLMT5bnPh6 .navbar.collapsed .dropdown-menu .dropdown-submenu {
  left: 0 !important;
}
.cid-uLMT5bnPh6 .navbar.collapsed .dropdown-menu .dropdown-item:after {
  right: auto;
}
.cid-uLMT5bnPh6 .navbar.collapsed ul.navbar-nav li {
  margin: auto;
}
.cid-uLMT5bnPh6 .navbar.collapsed .dropdown-menu .dropdown-item {
  padding: 0.25rem 1.5rem;
  text-align: left;
}
.cid-uLMT5bnPh6 .navbar.collapsed .icons-menu {
  padding: 0;
}
@media (max-width: 991px) {
  .cid-uLMT5bnPh6 .navbar .nav-item {
    padding: .5rem 0;
  }
  .cid-uLMT5bnPh6 .navbar .navbar-collapse {
    padding: 34px 0;
    border-radius: 25px;
  }
  .cid-uLMT5bnPh6 .navbar .nav-item .nav-link::before {
    display: none;
  }
  .cid-uLMT5bnPh6 .navbar.opened .dropdown-menu {
    top: 0;
  }
  .cid-uLMT5bnPh6 .navbar .dropdown-menu {
    padding: 6px 0 6px 15px;
  }
  .cid-uLMT5bnPh6 .navbar .dropdown-menu .dropdown-submenu {
    left: 0 !important;
  }
  .cid-uLMT5bnPh6 .navbar .dropdown-menu .dropdown-item:after {
    right: auto;
    margin-top: -0.4rem;
  }
  .cid-uLMT5bnPh6 .navbar .navbar-logo img {
    height: 3rem !important;
  }
  .cid-uLMT5bnPh6 .navbar ul.navbar-nav {
    overflow: hidden;
  }
  .cid-uLMT5bnPh6 .navbar ul.navbar-nav li {
    margin: 0;
  }
  .cid-uLMT5bnPh6 .navbar .dropdown-menu .dropdown-item {
    padding: 0 !important;
    margin: 0;
    margin-top: 8px;
    text-align: left;
  }
  .cid-uLMT5bnPh6 .navbar .navbar-brand {
    flex-shrink: initial;
    flex-basis: auto;
    word-break: break-word;
    padding-right: 2rem;
  }
  .cid-uLMT5bnPh6 .navbar .navbar-toggler {
    flex-basis: auto;
  }
  .cid-uLMT5bnPh6 .navbar .icons-menu {
    padding: 0;
  }
}
.cid-uLMT5bnPh6 .navbar.navbar-short {
  min-height: 60px;
}
.cid-uLMT5bnPh6 .navbar.navbar-short .navbar-logo img {
  height: 2.5rem !important;
}
.cid-uLMT5bnPh6 .navbar.navbar-short .navbar-brand {
  min-height: 60px;
  padding: 0;
}
.cid-uLMT5bnPh6 .navbar-brand {
  min-height: 70px;
  flex-shrink: 0;
  align-items: center;
  margin-right: 0;
  padding: 10px 0;
  transition: all 0.3s;
  word-break: break-word;
  z-index: 1;
}
.cid-uLMT5bnPh6 .navbar-brand .navbar-caption {
  line-height: inherit !important;
}
.cid-uLMT5bnPh6 .navbar-brand .navbar-logo a {
  outline: none;
}
.cid-uLMT5bnPh6 .dropdown-item.active,
.cid-uLMT5bnPh6 .dropdown-item:active {
  background-color: transparent;
}
.cid-uLMT5bnPh6 .navbar-expand-lg .navbar-nav .nav-link {
  padding: 0;
}
.cid-uLMT5bnPh6 .nav-dropdown .link.dropdown-toggle {
  margin-right: 1.667em;
}
.cid-uLMT5bnPh6 .nav-dropdown .link.dropdown-toggle[aria-expanded="true"] {
  margin-right: 0;
  padding: 0.667em 1.667em;
}
.cid-uLMT5bnPh6 .navbar .dropdown.open > .dropdown-menu {
  display: block;
}
.cid-uLMT5bnPh6 ul.navbar-nav {
  flex-wrap: wrap;
  padding: 36px 0;
  border-bottom: 1px solid #0e132f;
}
.cid-uLMT5bnPh6 .navbar-buttons {
  text-align: center;
  min-width: 170px;
}
.cid-uLMT5bnPh6 button.navbar-toggler {
  outline: none;
  width: 48px;
  height: 48px;
  border-radius: 50%;
  cursor: pointer;
  transition: all 0.2s;
  position: relative;
  align-self: center;
  color: #ffffff;
  background: #ffffff;
}
.cid-uLMT5bnPh6 button.navbar-toggler .hamburger span {
  position: absolute;
  right: 10px;
  margin-top: 14px;
  width: 26px;
  height: 2px;
  border-right: 5px;
  background-color: #474747;
}
.cid-uLMT5bnPh6 button.navbar-toggler .hamburger span:nth-child(1) {
  top: 0;
  transition: all 0.2s;
}
.cid-uLMT5bnPh6 button.navbar-toggler .hamburger span:nth-child(2) {
  top: 8px;
  transition: all 0.15s;
}
.cid-uLMT5bnPh6 button.navbar-toggler .hamburger span:nth-child(3) {
  top: 8px;
  transition: all 0.15s;
}
.cid-uLMT5bnPh6 button.navbar-toggler .hamburger span:nth-child(4) {
  top: 16px;
  transition: all 0.2s;
}
.cid-uLMT5bnPh6 nav.opened .hamburger span:nth-child(1) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-uLMT5bnPh6 nav.opened .hamburger span:nth-child(2) {
  transform: rotate(45deg);
  transition: all 0.25s;
}
.cid-uLMT5bnPh6 nav.opened .hamburger span:nth-child(3) {
  transform: rotate(-45deg);
  transition: all 0.25s;
}
.cid-uLMT5bnPh6 nav.opened .hamburger span:nth-child(4) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-uLMT5bnPh6 a.nav-link {
  display: flex;
  align-items: center;
  justify-content: flex-start;
}
.cid-uLMT5bnPh6 .icons-menu {
  flex-wrap: nowrap;
  display: flex;
  justify-content: center;
  padding: 0;
  text-align: center;
  margin-bottom: 35px;
}
@media screen and (-ms-high-contrast: active), (-ms-high-contrast: none) {
  .cid-uLMT5bnPh6 .navbar {
    height: 70px;
  }
  .cid-uLMT5bnPh6 .navbar.opened {
    height: auto;
  }
  .cid-uLMT5bnPh6 .nav-item .nav-link:hover::before {
    width: 175%;
    max-width: calc(100% + 2rem);
    left: -1rem;
  }
}
.cid-uLMT5bnPh6 .navbar-dropdown .navbar-logo {
  margin-right: 15px;
}
@media (min-width: 768px) {
  .cid-uLMT5bnPh6 .container-fluid {
    padding-left: 30px;
    padding-right: 30px;
  }
}
.cid-uLMT5bnPh6 .mbr-section-btn-main {
  padding-top: 5px;
}
.cid-uLMT5bnPh6 .mbr-section-btn-main .btn {
  margin: 0 4px 4px 4px;
}
.cid-uLMT5bnPh6 .navbar-caption:hover {
  color: #2554ab;
}
@media (min-width: 992px) {
  .cid-uLMT5bnPh6 .dropdown-menu.dropdown-submenu {
    left: 175px !important;
    top: -45% !important;
  }
}
.cid-uLMT5bnPh6 .nav-link {
  position: relative;
}
.cid-uLMT5bnPh6 .nav-link:before {
  content: '';
  position: absolute;
  left: -12px;
  width: 6px;
  height: 6px;
  border-radius: 100%;
  background-color: #2554ab;
  transition: all .3s ease;
  opacity: 0;
}
.cid-uLMT5bnPh6 .nav-link:hover:before {
  opacity: 1;
}
.cid-uLMT5bnPh6 .mbr-section-subtitle {
  color: #ffffff;
}
.cid-uLMT5bnPh6 .mbr-text {
  color: #ffffff;
  text-align: center;
}
.cid-uLMT5bnPh6 .text_widget {
  color: #ffffff;
}
.cid-uLMT5bnPh6 .mbr-section-subtitle,
.cid-uLMT5bnPh6 .text_widget,
.cid-uLMT5bnPh6 .mbr-section-btn {
  text-align: center;
}
.cid-uLMT5bnPh6 a[class*="text-"]:not(.nav-link):not(.dropdown-item):not([role]):not(.navbar-caption):hover {
  background-image: none;
}
.cid-uC4oQQiREK {
  padding-top: 0rem;
  padding-bottom: 0rem;
  background-color: #ffffff;
}
.cid-uC4oQQiREK .item-img {
  position: relative;
  overflow: hidden;
}
.cid-uC4oQQiREK .item-img:before {
  content: '';
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
  left: 0;
  background: black;
  opacity: 0.3;
  z-index: 1;
  transition: all 0.3s;
  pointer-events: none;
}
.cid-uC4oQQiREK h5 {
  margin-bottom: 1rem;
}
.cid-uC4oQQiREK .item-content {
  position: absolute;
  top: 55%;
  right: 0;
  z-index: 2;
  width: 100%;
  transform: translateY(-50%);
  padding: 2rem 8rem;
  display: flex;
  flex-direction: column;
  height: 50%;
}
@media (max-width: 767px) {
  .cid-uC4oQQiREK .item-content {
    padding: 0 2rem 1.5rem;
    margin-top: 1rem;
  }
}
.cid-uC4oQQiREK img,
.cid-uC4oQQiREK .item-img {
  width: 100%;
  transition: all 0.3s;
  height: 100%;
  height: 400px;
  object-fit: cover;
}
.cid-uC4oQQiREK .item:focus,
.cid-uC4oQQiREK span:focus {
  outline: none;
}
.cid-uC4oQQiREK .item {
  margin-bottom: 2rem;
}
@media (max-width: 767px) {
  .cid-uC4oQQiREK .item {
    margin-bottom: 1rem;
  }
}
.cid-uC4oQQiREK .item-wrapper {
  position: relative;
  border-radius: 15px;
  height: 100%;
  display: flex;
  flex-flow: column nowrap;
}
.cid-uC4oQQiREK .mbr-section-title {
  color: #4e423d;
}
.cid-uC4oQQiREK .item-title {
  text-align: left;
  color: #ffffff;
}
.cid-uC4oQQiREK .item-subtitle {
  text-align: left;
  color: #ffffff;
}
.cid-uC4oQQiREK .mbr-text,
.cid-uC4oQQiREK .item .mbr-section-btn {
  text-align: left;
  color: #ffffff;
}
.cid-uC4oQQiREK .content-head {
  max-width: 800px;
}
.cid-uC4oQRAplM {
  padding-top: 1rem;
  padding-bottom: 5rem;
  background-color: #fafafa;
}
.cid-uC4oQRAplM .mbr-section-title {
  margin-bottom: 1em;
  color: #272727;
}
.cid-uC4oQRAplM .mbr-section-subtitle {
  margin-bottom: 1.5625em;
  color: #272727;
  opacity: 0.4;
}
.cid-uC4oQRAplM .item-row {
  display: grid;
  -webkit-box-align: stretch;
  -webkit-align-items: stretch;
  -ms-flex-align: stretch;
  align-items: stretch;
  grid-auto-columns: 1fr;
  grid-column-gap: 16px;
  grid-row-gap: 16px;
  grid-template-columns: repeat(4, 1fr);
  -ms-grid-rows: auto;
  grid-template-rows: auto;
}
@media (max-width: 1199px) {
  .cid-uC4oQRAplM .item-row {
    grid-template-columns: repeat(2, 1fr);
  }
}
@media (max-width: 767px) {
  .cid-uC4oQRAplM .item-row {
    grid-template-columns: repeat(1, 1fr);
  }
}
.cid-uC4oQRAplM .item {
  padding: 0;
}
.cid-uC4oQRAplM .item-wrapper {
  display: flex;
  flex-direction: column;
  align-items: stretch;
  height: 100%;
  width: 100%;
  border-radius: 10px;
  overflow: hidden;
  transform-style: preserve-3d;
  transition: .3s all;
  border: 2px solid transparent;
}
.cid-uC4oQRAplM .item-wrapper:hover {
  transform: scale3d(1.01, 1.01, 1);
  border-color: #fafafa;
}
.cid-uC4oQRAplM .item-img {
  display: flex;
  align-items: center;
  justify-content: center;
  height: 175px;
}
.cid-uC4oQRAplM .item-img img {
  width: 100%;
  object-fit: cover;
  height: 100%;
}
.cid-uC4oQRAplM .item-content {
  display: flex;
  flex-direction: column;
  align-items: stretch;
  width: 100%;
  padding: 20px 5% 6%;
  flex-grow: 1;
  background-color: #ffffff;
}
.cid-uC4oQRAplM .item-text-wrap {
  width: 100%;
  margin-bottom: 5.3em;
}
@media (max-width: 1199px) {
  .cid-uC4oQRAplM .item-text-wrap {
    margin-bottom: 4em;
  }
}
@media (max-width: 767px) {
  .cid-uC4oQRAplM .item-text-wrap {
    margin-bottom: 2em;
    max-width: 340px;
    margin-right: auto;
  }
}
.cid-uC4oQRAplM .item-title {
  color: #272727;
  margin-bottom: 0.52em;
}
.cid-uC4oQRAplM .item-subtitle {
  color: #272727;
  opacity: 0.52em;
}
.cid-uC4oQRAplM .card-bottom {
  display: flex;
  flex-direction: column;
  align-items: stretch;
  margin-top: auto;
}
.cid-uC4oQRAplM .item-name-wrap {
  display: flex;
  align-items: center;
  width: 100%;
}
.cid-uC4oQRAplM .image-wrapper {
  width: 35px;
  height: 35px;
  margin-right: 10px;
  border-radius: 300px;
  overflow: hidden;
}
.cid-uC4oQRAplM .image-wrapper img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.cid-uC4oQRAplM .mbr-text {
  flex-grow: 1;
  color: #272727;
  text-align: right;
}
.cid-uC4oQRAplM .mbr-section-btn {
  display: flex;
  margin-top: 20px;
  width: auto !important;
}
.cid-uC4oQRAplM .mbr-section-btn .btn {
  width: 100%;
  min-width: auto !important;
}
.cid-uLMRAIzUxG {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-color: #0e132f;
}
.cid-uLMRAIzUxG .mbr-fallback-image.disabled {
  display: none;
}
.cid-uLMRAIzUxG .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-uLMRAIzUxG .container {
    padding: 0 16px;
  }
}
.cid-uLMRAIzUxG .card {
  display: flex;
  flex-direction: column;
  justify-content: space-between;
}
@media (max-width: 992px) {
  .cid-uLMRAIzUxG .card {
    margin-bottom: 40px;
  }
}
.cid-uLMRAIzUxG .card .content-wrapper .title-wrapper .title-wrap {
  display: inline-flex;
  align-items: center;
  margin-bottom: 16px;
}
@media (max-width: 992px) {
  .cid-uLMRAIzUxG .card .content-wrapper .title-wrapper .title-wrap {
    margin-bottom: 40px;
  }
}
.cid-uLMRAIzUxG .card .content-wrapper .title-wrapper .title-wrap img {
  width: 32px;
  height: 32px;
  object-fit: contain;
  margin-right: 1rem;
}
.cid-uLMRAIzUxG .card .content-wrapper .title-wrapper .title-wrap .mbr-section-title {
  margin-bottom: 0;
}
.cid-uLMRAIzUxG .card .content-wrapper .copyright {
  margin-bottom: 20px;
}
@media (max-width: 992px) {
  .cid-uLMRAIzUxG .card .content-wrapper .copyright {
    margin-bottom: 40px;
  }
}
.cid-uLMRAIzUxG .card .social-wrapper .social-wrap {
  display: inline-flex;
  flex-wrap: wrap;
}
.cid-uLMRAIzUxG .card .social-wrapper .social-wrap .mbr-iconfont {
  font-size: 20px;
  margin-right: 48px;
  color: #ffffff;
}
.cid-uLMRAIzUxG .list-wrapper .mbr-card-title {
  margin-bottom: 16px;
}
.cid-uLMRAIzUxG .list-wrapper .list {
  margin: 0;
  padding: 0;
  list-style-type: none;
}
.cid-uLMRAIzUxG .list-wrapper .list .item-wrap {
  margin-bottom: 16px;
}
@media (max-width: 992px) {
  .cid-uLMRAIzUxG .list-wrapper .list {
    margin-bottom: 40px;
  }
}
.cid-uLMRAIzUxG .mbr-section-title {
  color: #ffffff;
}
.cid-uLMRAIzUxG .copyright {
  color: #ffffff;
}
.cid-uLMRAIzUxG .mbr-card-title {
  color: #D4FE00;
}
.cid-uLMRAIzUxG .list {
  color: #ffffff;
}
.cid-uLMT5bnPh6 .navbar-dropdown {
  background-color: #ffffff !important;
  padding: 0;
}
.cid-uLMT5bnPh6 .navbar.navbar-expand-lg .dropdown .dropdown-menu {
  background-color: #ffffff !important;
  background: #ffffff;
}
.cid-uLMT5bnPh6 .navbar.navbar-expand-lg .dropdown .dropdown-menu .dropdown-submenu {
  margin: 0;
  left: 100%;
}
@media (max-width: 991px) {
  .cid-uLMT5bnPh6 .menu_box .navbar.opened,
  .cid-uLMT5bnPh6 .menu_box .navbar-collapse {
    background-color: #ffffff !important;
    transition: all 0s ease 0s;
  }
}
.cid-uLMT5bnPh6 .navbar-dropdown {
  position: relative !important;
}
.cid-uLMT5bnPh6 .btn {
  min-height: auto;
  box-shadow: none;
  margin-top: 0;
}
.cid-uLMT5bnPh6 .btn:hover {
  box-shadow: none;
}
@media (min-width: 992px) {
  .cid-uLMT5bnPh6 .offcanvas_image img {
    width: auto;
    object-fit: cover;
    display: inline-block;
  }
  .cid-uLMT5bnPh6 .offcanvas-header {
    position: relative;
    padding: 0;
  }
  .cid-uLMT5bnPh6 .offcanvas-header .btn-close {
    position: absolute;
    top: -70px;
    right: 0;
    width: 35px;
    height: 30px;
  }
  .cid-uLMT5bnPh6 .offcanvas-body {
    text-align: center;
    padding: 0;
  }
  .cid-uLMT5bnPh6 .offcanvas-body .mbr-text,
  .cid-uLMT5bnPh6 .offcanvas-body .mbr-section-subtitle {
    margin-top: 14px;
  }
  .cid-uLMT5bnPh6 .offcanvas-body .offcanvas_contact {
    margin: 35px 0;
  }
  .cid-uLMT5bnPh6 .offcanvas_box button.btn_offcanvas {
    outline: none;
    width: 40px;
    height: 40px;
    cursor: pointer;
    transition: all 0.2s;
    position: relative;
    align-self: center;
  }
  .cid-uLMT5bnPh6 .offcanvas_box button.btn_offcanvas .hamburger span {
    position: absolute;
    right: 0;
    width: 40px;
    height: 2px;
    border-right: 5px;
    background-color: #474747;
  }
  .cid-uLMT5bnPh6 .offcanvas_box button.btn_offcanvas .hamburger span:nth-child(1) {
    top: 18px;
    transition: all 0.2s;
  }
  .cid-uLMT5bnPh6 .offcanvas_box button.btn_offcanvas .hamburger span:nth-child(2) {
    top: 25px;
    transition: all 0.2s;
  }
  .cid-uLMT5bnPh6 .offcanvas_box button.btn_offcanvas:hover .hamburger span {
    width: 36px;
  }
  .cid-uLMT5bnPh6 .offcanvas_box button.btn_offcanvas:hover .hamburger span:nth-child(2) {
    width: 33px;
    transition-delay: 0.2s;
  }
  .cid-uLMT5bnPh6 ul.navbar-nav {
    padding-bottom: 1.5rem;
  }
  .cid-uLMT5bnPh6 .dropdown-menu .dropdown-toggle[data-toggle="dropdown-submenu"]::after,
  .cid-uLMT5bnPh6 .link.dropdown-toggle::after {
    display: inline-block;
    width: 7px;
    height: 7px;
    margin-left: .5rem;
    margin-bottom: 2px;
    content: "";
    border: 2px solid;
    border-left: none;
    border-top: none;
    transform: rotate(-45deg);
  }
  .cid-uLMT5bnPh6 .link.dropdown-toggle::after {
    padding: 0 !important;
    transform: rotate(45deg);
  }
  .cid-uLMT5bnPh6 li.nav-item {
    position: relative;
    display: inline-block;
    padding: 1px 7px !important;
    vertical-align: middle;
    line-height: 2em !important;
    font-weight: 600 !important;
    text-decoration: none;
    letter-spacing: 0 !important;
    z-index: 1;
  }
  .cid-uLMT5bnPh6 .lg_brand {
    margin: 0 1rem;
  }
}
.cid-uLMT5bnPh6 .nav-item {
  margin: 4px 15px;
}
@media (min-width: 1200px) {
  .cid-uLMT5bnPh6 .nav-item {
    margin: 4px 20px;
  }
}
@media (max-width: 991px) {
  .cid-uLMT5bnPh6 .nav-item {
    margin: 0 !important;
  }
}
.cid-uLMT5bnPh6 .dropdown-menu {
  border-radius: 0;
  box-shadow: none;
  text-align: left;
}
@media (min-width: 992px) {
  .cid-uLMT5bnPh6 .dropdown-menu {
    padding: 18px 34px 22px;
    min-width: 250px;
    top: auto !important;
    left: -40px !important;
  }
  .cid-uLMT5bnPh6 .dropdown-menu.dropdown-submenu {
    left: 215px !important;
    top: -45% !important;
  }
}
@media (max-width: 991px) {
  .cid-uLMT5bnPh6 .dropdown-menu .dropdown-toggle[data-toggle="dropdown-submenu"]::after,
  .cid-uLMT5bnPh6 .link.dropdown-toggle::after {
    display: inline-block;
    width: 7px;
    height: 7px;
    margin-left: .5rem;
    margin-bottom: 2px;
    content: "";
    border: 2px solid;
    border-left: none;
    border-top: none;
    transform: rotate(-45deg);
    right: 15px;
    position: absolute;
    margin-top: -2px;
  }
  .cid-uLMT5bnPh6 .show.dropdown-toggle[aria-expanded="true"]::after {
    transform: rotate(45deg);
    margin-top: -4px;
  }
  .cid-uLMT5bnPh6 .offcanvas_box {
    display: none;
  }
}
.cid-uLMT5bnPh6 .dropdown-item {
  border: none;
  font-weight: 400 !important;
}
.cid-uLMT5bnPh6 .nav-dropdown .link {
  font-weight: 400 !important;
  padding: 0 !important;
  margin: 0 !important;
}
.cid-uLMT5bnPh6 .nav-dropdown .link.dropdown-toggle::after {
  margin-left: 0.5rem;
  margin-top: 0;
}
.cid-uLMT5bnPh6 .container {
  display: flex;
  margin: auto;
}
.cid-uLMT5bnPh6 .iconfont-wrapper {
  color: #e0bdb6;
  font-size: 17px;
  margin-right: 10px;
  margin-bottom: 5px;
  width: 25px;
  height: 25px;
  border-radius: 50%;
  display: flex;
  justify-content: center;
  align-items: center;
  transition: all 0.2s ease-in-out;
}
.cid-uLMT5bnPh6 .iconfont-wrapper:last-child {
  margin-right: 0;
}
.cid-uLMT5bnPh6 .iconfont-wrapper:hover {
  opacity: .5;
}
.cid-uLMT5bnPh6 .navbar-caption {
  color: #747474;
}
.cid-uLMT5bnPh6 .navbar-nav {
  margin: 0 1rem;
}
@media (min-width: 992px) {
  .cid-uLMT5bnPh6 .navbar-nav {
    margin: 0;
  }
}
.cid-uLMT5bnPh6 .dropdown-menu,
.cid-uLMT5bnPh6 .navbar.opened {
  background-color: false !important;
}
.cid-uLMT5bnPh6 .nav-item:focus,
.cid-uLMT5bnPh6 .nav-link:focus {
  outline: none;
}
.cid-uLMT5bnPh6 .dropdown .dropdown-menu .dropdown-item {
  width: auto;
  transition: all 0.25s ease-in-out;
}
.cid-uLMT5bnPh6 .dropdown .dropdown-menu .dropdown-item::after {
  right: 0.5rem;
}
.cid-uLMT5bnPh6 .dropdown .dropdown-menu .dropdown-item .mbr-iconfont {
  margin-right: 0.5rem;
  vertical-align: sub;
}
.cid-uLMT5bnPh6 .dropdown .dropdown-menu .dropdown-item .mbr-iconfont:before {
  display: inline-block;
  transform: scale(1, 1);
  transition: all 0.25s ease-in-out;
}
.cid-uLMT5bnPh6 .collapsed .dropdown-menu .dropdown-item:before {
  display: none;
}
.cid-uLMT5bnPh6 .collapsed .dropdown .dropdown-menu .dropdown-item {
  padding: 0.235em 1.5em 0.235em 1.5em !important;
  transition: none;
  margin: 0 !important;
}
.cid-uLMT5bnPh6 .navbar {
  min-height: 70px;
  padding: 20px 0;
  transition: all 0.3s;
  border-bottom-width: 0px;
}
@media (max-width: 992px) {
  .cid-uLMT5bnPh6 .navbar {
    min-height: 30px;
    max-height: 90px;
  }
}
.cid-uLMT5bnPh6 .navbar.opened {
  transition: all 0.3s;
}
.cid-uLMT5bnPh6 .navbar .dropdown-item {
  padding: 0;
  margin: 8px 0;
}
.cid-uLMT5bnPh6 .navbar .navbar-logo img {
  width: auto;
  object-fit: contain;
  border-radius: 0;
}
.cid-uLMT5bnPh6 .navbar .navbar-collapse {
  justify-content: space-between;
  z-index: 1;
}
.cid-uLMT5bnPh6 .navbar.collapsed {
  justify-content: center;
}
.cid-uLMT5bnPh6 .navbar.collapsed .nav-item .nav-link::before {
  display: none;
}
.cid-uLMT5bnPh6 .navbar.collapsed.opened .dropdown-menu {
  top: 0;
}
.cid-uLMT5bnPh6 .navbar.collapsed .dropdown-menu .dropdown-submenu {
  left: 0 !important;
}
.cid-uLMT5bnPh6 .navbar.collapsed .dropdown-menu .dropdown-item:after {
  right: auto;
}
.cid-uLMT5bnPh6 .navbar.collapsed ul.navbar-nav li {
  margin: auto;
}
.cid-uLMT5bnPh6 .navbar.collapsed .dropdown-menu .dropdown-item {
  padding: 0.25rem 1.5rem;
  text-align: left;
}
.cid-uLMT5bnPh6 .navbar.collapsed .icons-menu {
  padding: 0;
}
@media (max-width: 991px) {
  .cid-uLMT5bnPh6 .navbar .nav-item {
    padding: .5rem 0;
  }
  .cid-uLMT5bnPh6 .navbar .navbar-collapse {
    padding: 34px 0;
    border-radius: 25px;
  }
  .cid-uLMT5bnPh6 .navbar .nav-item .nav-link::before {
    display: none;
  }
  .cid-uLMT5bnPh6 .navbar.opened .dropdown-menu {
    top: 0;
  }
  .cid-uLMT5bnPh6 .navbar .dropdown-menu {
    padding: 6px 0 6px 15px;
  }
  .cid-uLMT5bnPh6 .navbar .dropdown-menu .dropdown-submenu {
    left: 0 !important;
  }
  .cid-uLMT5bnPh6 .navbar .dropdown-menu .dropdown-item:after {
    right: auto;
    margin-top: -0.4rem;
  }
  .cid-uLMT5bnPh6 .navbar .navbar-logo img {
    height: 3rem !important;
  }
  .cid-uLMT5bnPh6 .navbar ul.navbar-nav {
    overflow: hidden;
  }
  .cid-uLMT5bnPh6 .navbar ul.navbar-nav li {
    margin: 0;
  }
  .cid-uLMT5bnPh6 .navbar .dropdown-menu .dropdown-item {
    padding: 0 !important;
    margin: 0;
    margin-top: 8px;
    text-align: left;
  }
  .cid-uLMT5bnPh6 .navbar .navbar-brand {
    flex-shrink: initial;
    flex-basis: auto;
    word-break: break-word;
    padding-right: 2rem;
  }
  .cid-uLMT5bnPh6 .navbar .navbar-toggler {
    flex-basis: auto;
  }
  .cid-uLMT5bnPh6 .navbar .icons-menu {
    padding: 0;
  }
}
.cid-uLMT5bnPh6 .navbar.navbar-short {
  min-height: 60px;
}
.cid-uLMT5bnPh6 .navbar.navbar-short .navbar-logo img {
  height: 2.5rem !important;
}
.cid-uLMT5bnPh6 .navbar.navbar-short .navbar-brand {
  min-height: 60px;
  padding: 0;
}
.cid-uLMT5bnPh6 .navbar-brand {
  min-height: 70px;
  flex-shrink: 0;
  align-items: center;
  margin-right: 0;
  padding: 10px 0;
  transition: all 0.3s;
  word-break: break-word;
  z-index: 1;
}
.cid-uLMT5bnPh6 .navbar-brand .navbar-caption {
  line-height: inherit !important;
}
.cid-uLMT5bnPh6 .navbar-brand .navbar-logo a {
  outline: none;
}
.cid-uLMT5bnPh6 .dropdown-item.active,
.cid-uLMT5bnPh6 .dropdown-item:active {
  background-color: transparent;
}
.cid-uLMT5bnPh6 .navbar-expand-lg .navbar-nav .nav-link {
  padding: 0;
}
.cid-uLMT5bnPh6 .nav-dropdown .link.dropdown-toggle {
  margin-right: 1.667em;
}
.cid-uLMT5bnPh6 .nav-dropdown .link.dropdown-toggle[aria-expanded="true"] {
  margin-right: 0;
  padding: 0.667em 1.667em;
}
.cid-uLMT5bnPh6 .navbar .dropdown.open > .dropdown-menu {
  display: block;
}
.cid-uLMT5bnPh6 ul.navbar-nav {
  flex-wrap: wrap;
  padding: 36px 0;
  border-bottom: 1px solid #0e132f;
}
.cid-uLMT5bnPh6 .navbar-buttons {
  text-align: center;
  min-width: 170px;
}
.cid-uLMT5bnPh6 button.navbar-toggler {
  outline: none;
  width: 48px;
  height: 48px;
  border-radius: 50%;
  cursor: pointer;
  transition: all 0.2s;
  position: relative;
  align-self: center;
  color: #ffffff;
  background: #ffffff;
}
.cid-uLMT5bnPh6 button.navbar-toggler .hamburger span {
  position: absolute;
  right: 10px;
  margin-top: 14px;
  width: 26px;
  height: 2px;
  border-right: 5px;
  background-color: #474747;
}
.cid-uLMT5bnPh6 button.navbar-toggler .hamburger span:nth-child(1) {
  top: 0;
  transition: all 0.2s;
}
.cid-uLMT5bnPh6 button.navbar-toggler .hamburger span:nth-child(2) {
  top: 8px;
  transition: all 0.15s;
}
.cid-uLMT5bnPh6 button.navbar-toggler .hamburger span:nth-child(3) {
  top: 8px;
  transition: all 0.15s;
}
.cid-uLMT5bnPh6 button.navbar-toggler .hamburger span:nth-child(4) {
  top: 16px;
  transition: all 0.2s;
}
.cid-uLMT5bnPh6 nav.opened .hamburger span:nth-child(1) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-uLMT5bnPh6 nav.opened .hamburger span:nth-child(2) {
  transform: rotate(45deg);
  transition: all 0.25s;
}
.cid-uLMT5bnPh6 nav.opened .hamburger span:nth-child(3) {
  transform: rotate(-45deg);
  transition: all 0.25s;
}
.cid-uLMT5bnPh6 nav.opened .hamburger span:nth-child(4) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-uLMT5bnPh6 a.nav-link {
  display: flex;
  align-items: center;
  justify-content: flex-start;
}
.cid-uLMT5bnPh6 .icons-menu {
  flex-wrap: nowrap;
  display: flex;
  justify-content: center;
  padding: 0;
  text-align: center;
  margin-bottom: 35px;
}
@media screen and (-ms-high-contrast: active), (-ms-high-contrast: none) {
  .cid-uLMT5bnPh6 .navbar {
    height: 70px;
  }
  .cid-uLMT5bnPh6 .navbar.opened {
    height: auto;
  }
  .cid-uLMT5bnPh6 .nav-item .nav-link:hover::before {
    width: 175%;
    max-width: calc(100% + 2rem);
    left: -1rem;
  }
}
.cid-uLMT5bnPh6 .navbar-dropdown .navbar-logo {
  margin-right: 15px;
}
@media (min-width: 768px) {
  .cid-uLMT5bnPh6 .container-fluid {
    padding-left: 30px;
    padding-right: 30px;
  }
}
.cid-uLMT5bnPh6 .mbr-section-btn-main {
  padding-top: 5px;
}
.cid-uLMT5bnPh6 .mbr-section-btn-main .btn {
  margin: 0 4px 4px 4px;
}
.cid-uLMT5bnPh6 .navbar-caption:hover {
  color: #2554ab;
}
@media (min-width: 992px) {
  .cid-uLMT5bnPh6 .dropdown-menu.dropdown-submenu {
    left: 175px !important;
    top: -45% !important;
  }
}
.cid-uLMT5bnPh6 .nav-link {
  position: relative;
}
.cid-uLMT5bnPh6 .nav-link:before {
  content: '';
  position: absolute;
  left: -12px;
  width: 6px;
  height: 6px;
  border-radius: 100%;
  background-color: #2554ab;
  transition: all .3s ease;
  opacity: 0;
}
.cid-uLMT5bnPh6 .nav-link:hover:before {
  opacity: 1;
}
.cid-uLMT5bnPh6 .mbr-section-subtitle {
  color: #ffffff;
}
.cid-uLMT5bnPh6 .mbr-text {
  color: #ffffff;
  text-align: center;
}
.cid-uLMT5bnPh6 .text_widget {
  color: #ffffff;
}
.cid-uLMT5bnPh6 .mbr-section-subtitle,
.cid-uLMT5bnPh6 .text_widget,
.cid-uLMT5bnPh6 .mbr-section-btn {
  text-align: center;
}
.cid-uLMT5bnPh6 a[class*="text-"]:not(.nav-link):not(.dropdown-item):not([role]):not(.navbar-caption):hover {
  background-image: none;
}
.cid-uC4oR9wSJC {
  padding-top: 0rem;
  padding-bottom: 0rem;
  background-color: #ffffff;
}
.cid-uC4oR9wSJC .item-img {
  position: relative;
  overflow: hidden;
}
.cid-uC4oR9wSJC .item-img:before {
  content: '';
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
  left: 0;
  background: black;
  opacity: 0.3;
  z-index: 1;
  transition: all 0.3s;
  pointer-events: none;
}
.cid-uC4oR9wSJC h5 {
  margin-bottom: 1rem;
}
.cid-uC4oR9wSJC .item-content {
  position: absolute;
  top: 55%;
  right: 0;
  z-index: 2;
  width: 100%;
  transform: translateY(-50%);
  padding: 2rem 8rem;
  display: flex;
  flex-direction: column;
  height: 50%;
}
@media (max-width: 767px) {
  .cid-uC4oR9wSJC .item-content {
    padding: 0 2rem 1.5rem;
    margin-top: 1rem;
  }
}
.cid-uC4oR9wSJC img,
.cid-uC4oR9wSJC .item-img {
  width: 100%;
  transition: all 0.3s;
  height: 100%;
  height: 400px;
  object-fit: cover;
}
.cid-uC4oR9wSJC .item:focus,
.cid-uC4oR9wSJC span:focus {
  outline: none;
}
.cid-uC4oR9wSJC .item {
  margin-bottom: 2rem;
}
@media (max-width: 767px) {
  .cid-uC4oR9wSJC .item {
    margin-bottom: 1rem;
  }
}
.cid-uC4oR9wSJC .item-wrapper {
  position: relative;
  border-radius: 15px;
  height: 100%;
  display: flex;
  flex-flow: column nowrap;
}
.cid-uC4oR9wSJC .mbr-section-title {
  color: #4e423d;
}
.cid-uC4oR9wSJC .item-title {
  text-align: left;
  color: #ffffff;
}
.cid-uC4oR9wSJC .item-subtitle {
  text-align: left;
  color: #ffffff;
}
.cid-uC4oR9wSJC .mbr-text,
.cid-uC4oR9wSJC .item .mbr-section-btn {
  text-align: left;
  color: #ffffff;
}
.cid-uC4oR9wSJC .content-head {
  max-width: 800px;
}
.cid-uC4oRaPIID {
  padding-top: 1rem;
  padding-bottom: 5rem;
  background-color: #fafafa;
}
.cid-uC4oRaPIID .mbr-section-title {
  margin-bottom: 1em;
  color: #272727;
}
.cid-uC4oRaPIID .mbr-section-subtitle {
  margin-bottom: 1.5625em;
  color: #272727;
  opacity: 0.4;
}
.cid-uC4oRaPIID .item-row {
  display: grid;
  -webkit-box-align: stretch;
  -webkit-align-items: stretch;
  -ms-flex-align: stretch;
  align-items: stretch;
  grid-auto-columns: 1fr;
  grid-column-gap: 16px;
  grid-row-gap: 16px;
  grid-template-columns: repeat(4, 1fr);
  -ms-grid-rows: auto;
  grid-template-rows: auto;
}
@media (max-width: 1199px) {
  .cid-uC4oRaPIID .item-row {
    grid-template-columns: repeat(2, 1fr);
  }
}
@media (max-width: 767px) {
  .cid-uC4oRaPIID .item-row {
    grid-template-columns: repeat(1, 1fr);
  }
}
.cid-uC4oRaPIID .item {
  padding: 0;
}
.cid-uC4oRaPIID .item-wrapper {
  display: flex;
  flex-direction: column;
  align-items: stretch;
  height: 100%;
  width: 100%;
  border-radius: 10px;
  overflow: hidden;
  transform-style: preserve-3d;
  transition: .3s all;
  border: 2px solid transparent;
}
.cid-uC4oRaPIID .item-wrapper:hover {
  transform: scale3d(1.01, 1.01, 1);
  border-color: #fafafa;
}
.cid-uC4oRaPIID .item-img {
  display: flex;
  align-items: center;
  justify-content: center;
  height: 175px;
}
.cid-uC4oRaPIID .item-img img {
  width: 100%;
  object-fit: cover;
  height: 100%;
}
.cid-uC4oRaPIID .item-content {
  display: flex;
  flex-direction: column;
  align-items: stretch;
  width: 100%;
  padding: 20px 5% 6%;
  flex-grow: 1;
  background-color: #ffffff;
}
.cid-uC4oRaPIID .item-text-wrap {
  width: 100%;
  margin-bottom: 5.3em;
}
@media (max-width: 1199px) {
  .cid-uC4oRaPIID .item-text-wrap {
    margin-bottom: 4em;
  }
}
@media (max-width: 767px) {
  .cid-uC4oRaPIID .item-text-wrap {
    margin-bottom: 2em;
    max-width: 340px;
    margin-right: auto;
  }
}
.cid-uC4oRaPIID .item-title {
  color: #272727;
  margin-bottom: 0.52em;
}
.cid-uC4oRaPIID .item-subtitle {
  color: #272727;
  opacity: 0.52em;
}
.cid-uC4oRaPIID .card-bottom {
  display: flex;
  flex-direction: column;
  align-items: stretch;
  margin-top: auto;
}
.cid-uC4oRaPIID .item-name-wrap {
  display: flex;
  align-items: center;
  width: 100%;
}
.cid-uC4oRaPIID .image-wrapper {
  width: 35px;
  height: 35px;
  margin-right: 10px;
  border-radius: 300px;
  overflow: hidden;
}
.cid-uC4oRaPIID .image-wrapper img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.cid-uC4oRaPIID .mbr-text {
  flex-grow: 1;
  color: #272727;
  text-align: right;
}
.cid-uC4oRaPIID .mbr-section-btn {
  display: flex;
  margin-top: 20px;
  width: auto !important;
}
.cid-uC4oRaPIID .mbr-section-btn .btn {
  width: 100%;
  min-width: auto !important;
}
.cid-uLMRAIzUxG {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-color: #0e132f;
}
.cid-uLMRAIzUxG .mbr-fallback-image.disabled {
  display: none;
}
.cid-uLMRAIzUxG .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-uLMRAIzUxG .container {
    padding: 0 16px;
  }
}
.cid-uLMRAIzUxG .card {
  display: flex;
  flex-direction: column;
  justify-content: space-between;
}
@media (max-width: 992px) {
  .cid-uLMRAIzUxG .card {
    margin-bottom: 40px;
  }
}
.cid-uLMRAIzUxG .card .content-wrapper .title-wrapper .title-wrap {
  display: inline-flex;
  align-items: center;
  margin-bottom: 16px;
}
@media (max-width: 992px) {
  .cid-uLMRAIzUxG .card .content-wrapper .title-wrapper .title-wrap {
    margin-bottom: 40px;
  }
}
.cid-uLMRAIzUxG .card .content-wrapper .title-wrapper .title-wrap img {
  width: 32px;
  height: 32px;
  object-fit: contain;
  margin-right: 1rem;
}
.cid-uLMRAIzUxG .card .content-wrapper .title-wrapper .title-wrap .mbr-section-title {
  margin-bottom: 0;
}
.cid-uLMRAIzUxG .card .content-wrapper .copyright {
  margin-bottom: 20px;
}
@media (max-width: 992px) {
  .cid-uLMRAIzUxG .card .content-wrapper .copyright {
    margin-bottom: 40px;
  }
}
.cid-uLMRAIzUxG .card .social-wrapper .social-wrap {
  display: inline-flex;
  flex-wrap: wrap;
}
.cid-uLMRAIzUxG .card .social-wrapper .social-wrap .mbr-iconfont {
  font-size: 20px;
  margin-right: 48px;
  color: #ffffff;
}
.cid-uLMRAIzUxG .list-wrapper .mbr-card-title {
  margin-bottom: 16px;
}
.cid-uLMRAIzUxG .list-wrapper .list {
  margin: 0;
  padding: 0;
  list-style-type: none;
}
.cid-uLMRAIzUxG .list-wrapper .list .item-wrap {
  margin-bottom: 16px;
}
@media (max-width: 992px) {
  .cid-uLMRAIzUxG .list-wrapper .list {
    margin-bottom: 40px;
  }
}
.cid-uLMRAIzUxG .mbr-section-title {
  color: #ffffff;
}
.cid-uLMRAIzUxG .copyright {
  color: #ffffff;
}
.cid-uLMRAIzUxG .mbr-card-title {
  color: #D4FE00;
}
.cid-uLMRAIzUxG .list {
  color: #ffffff;
}
.cid-uLMT5bnPh6 .navbar-dropdown {
  background-color: #ffffff !important;
  padding: 0;
}
.cid-uLMT5bnPh6 .navbar.navbar-expand-lg .dropdown .dropdown-menu {
  background-color: #ffffff !important;
  background: #ffffff;
}
.cid-uLMT5bnPh6 .navbar.navbar-expand-lg .dropdown .dropdown-menu .dropdown-submenu {
  margin: 0;
  left: 100%;
}
@media (max-width: 991px) {
  .cid-uLMT5bnPh6 .menu_box .navbar.opened,
  .cid-uLMT5bnPh6 .menu_box .navbar-collapse {
    background-color: #ffffff !important;
    transition: all 0s ease 0s;
  }
}
.cid-uLMT5bnPh6 .navbar-dropdown {
  position: relative !important;
}
.cid-uLMT5bnPh6 .btn {
  min-height: auto;
  box-shadow: none;
  margin-top: 0;
}
.cid-uLMT5bnPh6 .btn:hover {
  box-shadow: none;
}
@media (min-width: 992px) {
  .cid-uLMT5bnPh6 .offcanvas_image img {
    width: auto;
    object-fit: cover;
    display: inline-block;
  }
  .cid-uLMT5bnPh6 .offcanvas-header {
    position: relative;
    padding: 0;
  }
  .cid-uLMT5bnPh6 .offcanvas-header .btn-close {
    position: absolute;
    top: -70px;
    right: 0;
    width: 35px;
    height: 30px;
  }
  .cid-uLMT5bnPh6 .offcanvas-body {
    text-align: center;
    padding: 0;
  }
  .cid-uLMT5bnPh6 .offcanvas-body .mbr-text,
  .cid-uLMT5bnPh6 .offcanvas-body .mbr-section-subtitle {
    margin-top: 14px;
  }
  .cid-uLMT5bnPh6 .offcanvas-body .offcanvas_contact {
    margin: 35px 0;
  }
  .cid-uLMT5bnPh6 .offcanvas_box button.btn_offcanvas {
    outline: none;
    width: 40px;
    height: 40px;
    cursor: pointer;
    transition: all 0.2s;
    position: relative;
    align-self: center;
  }
  .cid-uLMT5bnPh6 .offcanvas_box button.btn_offcanvas .hamburger span {
    position: absolute;
    right: 0;
    width: 40px;
    height: 2px;
    border-right: 5px;
    background-color: #474747;
  }
  .cid-uLMT5bnPh6 .offcanvas_box button.btn_offcanvas .hamburger span:nth-child(1) {
    top: 18px;
    transition: all 0.2s;
  }
  .cid-uLMT5bnPh6 .offcanvas_box button.btn_offcanvas .hamburger span:nth-child(2) {
    top: 25px;
    transition: all 0.2s;
  }
  .cid-uLMT5bnPh6 .offcanvas_box button.btn_offcanvas:hover .hamburger span {
    width: 36px;
  }
  .cid-uLMT5bnPh6 .offcanvas_box button.btn_offcanvas:hover .hamburger span:nth-child(2) {
    width: 33px;
    transition-delay: 0.2s;
  }
  .cid-uLMT5bnPh6 ul.navbar-nav {
    padding-bottom: 1.5rem;
  }
  .cid-uLMT5bnPh6 .dropdown-menu .dropdown-toggle[data-toggle="dropdown-submenu"]::after,
  .cid-uLMT5bnPh6 .link.dropdown-toggle::after {
    display: inline-block;
    width: 7px;
    height: 7px;
    margin-left: .5rem;
    margin-bottom: 2px;
    content: "";
    border: 2px solid;
    border-left: none;
    border-top: none;
    transform: rotate(-45deg);
  }
  .cid-uLMT5bnPh6 .link.dropdown-toggle::after {
    padding: 0 !important;
    transform: rotate(45deg);
  }
  .cid-uLMT5bnPh6 li.nav-item {
    position: relative;
    display: inline-block;
    padding: 1px 7px !important;
    vertical-align: middle;
    line-height: 2em !important;
    font-weight: 600 !important;
    text-decoration: none;
    letter-spacing: 0 !important;
    z-index: 1;
  }
  .cid-uLMT5bnPh6 .lg_brand {
    margin: 0 1rem;
  }
}
.cid-uLMT5bnPh6 .nav-item {
  margin: 4px 15px;
}
@media (min-width: 1200px) {
  .cid-uLMT5bnPh6 .nav-item {
    margin: 4px 20px;
  }
}
@media (max-width: 991px) {
  .cid-uLMT5bnPh6 .nav-item {
    margin: 0 !important;
  }
}
.cid-uLMT5bnPh6 .dropdown-menu {
  border-radius: 0;
  box-shadow: none;
  text-align: left;
}
@media (min-width: 992px) {
  .cid-uLMT5bnPh6 .dropdown-menu {
    padding: 18px 34px 22px;
    min-width: 250px;
    top: auto !important;
    left: -40px !important;
  }
  .cid-uLMT5bnPh6 .dropdown-menu.dropdown-submenu {
    left: 215px !important;
    top: -45% !important;
  }
}
@media (max-width: 991px) {
  .cid-uLMT5bnPh6 .dropdown-menu .dropdown-toggle[data-toggle="dropdown-submenu"]::after,
  .cid-uLMT5bnPh6 .link.dropdown-toggle::after {
    display: inline-block;
    width: 7px;
    height: 7px;
    margin-left: .5rem;
    margin-bottom: 2px;
    content: "";
    border: 2px solid;
    border-left: none;
    border-top: none;
    transform: rotate(-45deg);
    right: 15px;
    position: absolute;
    margin-top: -2px;
  }
  .cid-uLMT5bnPh6 .show.dropdown-toggle[aria-expanded="true"]::after {
    transform: rotate(45deg);
    margin-top: -4px;
  }
  .cid-uLMT5bnPh6 .offcanvas_box {
    display: none;
  }
}
.cid-uLMT5bnPh6 .dropdown-item {
  border: none;
  font-weight: 400 !important;
}
.cid-uLMT5bnPh6 .nav-dropdown .link {
  font-weight: 400 !important;
  padding: 0 !important;
  margin: 0 !important;
}
.cid-uLMT5bnPh6 .nav-dropdown .link.dropdown-toggle::after {
  margin-left: 0.5rem;
  margin-top: 0;
}
.cid-uLMT5bnPh6 .container {
  display: flex;
  margin: auto;
}
.cid-uLMT5bnPh6 .iconfont-wrapper {
  color: #e0bdb6;
  font-size: 17px;
  margin-right: 10px;
  margin-bottom: 5px;
  width: 25px;
  height: 25px;
  border-radius: 50%;
  display: flex;
  justify-content: center;
  align-items: center;
  transition: all 0.2s ease-in-out;
}
.cid-uLMT5bnPh6 .iconfont-wrapper:last-child {
  margin-right: 0;
}
.cid-uLMT5bnPh6 .iconfont-wrapper:hover {
  opacity: .5;
}
.cid-uLMT5bnPh6 .navbar-caption {
  color: #747474;
}
.cid-uLMT5bnPh6 .navbar-nav {
  margin: 0 1rem;
}
@media (min-width: 992px) {
  .cid-uLMT5bnPh6 .navbar-nav {
    margin: 0;
  }
}
.cid-uLMT5bnPh6 .dropdown-menu,
.cid-uLMT5bnPh6 .navbar.opened {
  background-color: false !important;
}
.cid-uLMT5bnPh6 .nav-item:focus,
.cid-uLMT5bnPh6 .nav-link:focus {
  outline: none;
}
.cid-uLMT5bnPh6 .dropdown .dropdown-menu .dropdown-item {
  width: auto;
  transition: all 0.25s ease-in-out;
}
.cid-uLMT5bnPh6 .dropdown .dropdown-menu .dropdown-item::after {
  right: 0.5rem;
}
.cid-uLMT5bnPh6 .dropdown .dropdown-menu .dropdown-item .mbr-iconfont {
  margin-right: 0.5rem;
  vertical-align: sub;
}
.cid-uLMT5bnPh6 .dropdown .dropdown-menu .dropdown-item .mbr-iconfont:before {
  display: inline-block;
  transform: scale(1, 1);
  transition: all 0.25s ease-in-out;
}
.cid-uLMT5bnPh6 .collapsed .dropdown-menu .dropdown-item:before {
  display: none;
}
.cid-uLMT5bnPh6 .collapsed .dropdown .dropdown-menu .dropdown-item {
  padding: 0.235em 1.5em 0.235em 1.5em !important;
  transition: none;
  margin: 0 !important;
}
.cid-uLMT5bnPh6 .navbar {
  min-height: 70px;
  padding: 20px 0;
  transition: all 0.3s;
  border-bottom-width: 0px;
}
@media (max-width: 992px) {
  .cid-uLMT5bnPh6 .navbar {
    min-height: 30px;
    max-height: 90px;
  }
}
.cid-uLMT5bnPh6 .navbar.opened {
  transition: all 0.3s;
}
.cid-uLMT5bnPh6 .navbar .dropdown-item {
  padding: 0;
  margin: 8px 0;
}
.cid-uLMT5bnPh6 .navbar .navbar-logo img {
  width: auto;
  object-fit: contain;
  border-radius: 0;
}
.cid-uLMT5bnPh6 .navbar .navbar-collapse {
  justify-content: space-between;
  z-index: 1;
}
.cid-uLMT5bnPh6 .navbar.collapsed {
  justify-content: center;
}
.cid-uLMT5bnPh6 .navbar.collapsed .nav-item .nav-link::before {
  display: none;
}
.cid-uLMT5bnPh6 .navbar.collapsed.opened .dropdown-menu {
  top: 0;
}
.cid-uLMT5bnPh6 .navbar.collapsed .dropdown-menu .dropdown-submenu {
  left: 0 !important;
}
.cid-uLMT5bnPh6 .navbar.collapsed .dropdown-menu .dropdown-item:after {
  right: auto;
}
.cid-uLMT5bnPh6 .navbar.collapsed ul.navbar-nav li {
  margin: auto;
}
.cid-uLMT5bnPh6 .navbar.collapsed .dropdown-menu .dropdown-item {
  padding: 0.25rem 1.5rem;
  text-align: left;
}
.cid-uLMT5bnPh6 .navbar.collapsed .icons-menu {
  padding: 0;
}
@media (max-width: 991px) {
  .cid-uLMT5bnPh6 .navbar .nav-item {
    padding: .5rem 0;
  }
  .cid-uLMT5bnPh6 .navbar .navbar-collapse {
    padding: 34px 0;
    border-radius: 25px;
  }
  .cid-uLMT5bnPh6 .navbar .nav-item .nav-link::before {
    display: none;
  }
  .cid-uLMT5bnPh6 .navbar.opened .dropdown-menu {
    top: 0;
  }
  .cid-uLMT5bnPh6 .navbar .dropdown-menu {
    padding: 6px 0 6px 15px;
  }
  .cid-uLMT5bnPh6 .navbar .dropdown-menu .dropdown-submenu {
    left: 0 !important;
  }
  .cid-uLMT5bnPh6 .navbar .dropdown-menu .dropdown-item:after {
    right: auto;
    margin-top: -0.4rem;
  }
  .cid-uLMT5bnPh6 .navbar .navbar-logo img {
    height: 3rem !important;
  }
  .cid-uLMT5bnPh6 .navbar ul.navbar-nav {
    overflow: hidden;
  }
  .cid-uLMT5bnPh6 .navbar ul.navbar-nav li {
    margin: 0;
  }
  .cid-uLMT5bnPh6 .navbar .dropdown-menu .dropdown-item {
    padding: 0 !important;
    margin: 0;
    margin-top: 8px;
    text-align: left;
  }
  .cid-uLMT5bnPh6 .navbar .navbar-brand {
    flex-shrink: initial;
    flex-basis: auto;
    word-break: break-word;
    padding-right: 2rem;
  }
  .cid-uLMT5bnPh6 .navbar .navbar-toggler {
    flex-basis: auto;
  }
  .cid-uLMT5bnPh6 .navbar .icons-menu {
    padding: 0;
  }
}
.cid-uLMT5bnPh6 .navbar.navbar-short {
  min-height: 60px;
}
.cid-uLMT5bnPh6 .navbar.navbar-short .navbar-logo img {
  height: 2.5rem !important;
}
.cid-uLMT5bnPh6 .navbar.navbar-short .navbar-brand {
  min-height: 60px;
  padding: 0;
}
.cid-uLMT5bnPh6 .navbar-brand {
  min-height: 70px;
  flex-shrink: 0;
  align-items: center;
  margin-right: 0;
  padding: 10px 0;
  transition: all 0.3s;
  word-break: break-word;
  z-index: 1;
}
.cid-uLMT5bnPh6 .navbar-brand .navbar-caption {
  line-height: inherit !important;
}
.cid-uLMT5bnPh6 .navbar-brand .navbar-logo a {
  outline: none;
}
.cid-uLMT5bnPh6 .dropdown-item.active,
.cid-uLMT5bnPh6 .dropdown-item:active {
  background-color: transparent;
}
.cid-uLMT5bnPh6 .navbar-expand-lg .navbar-nav .nav-link {
  padding: 0;
}
.cid-uLMT5bnPh6 .nav-dropdown .link.dropdown-toggle {
  margin-right: 1.667em;
}
.cid-uLMT5bnPh6 .nav-dropdown .link.dropdown-toggle[aria-expanded="true"] {
  margin-right: 0;
  padding: 0.667em 1.667em;
}
.cid-uLMT5bnPh6 .navbar .dropdown.open > .dropdown-menu {
  display: block;
}
.cid-uLMT5bnPh6 ul.navbar-nav {
  flex-wrap: wrap;
  padding: 36px 0;
  border-bottom: 1px solid #0e132f;
}
.cid-uLMT5bnPh6 .navbar-buttons {
  text-align: center;
  min-width: 170px;
}
.cid-uLMT5bnPh6 button.navbar-toggler {
  outline: none;
  width: 48px;
  height: 48px;
  border-radius: 50%;
  cursor: pointer;
  transition: all 0.2s;
  position: relative;
  align-self: center;
  color: #ffffff;
  background: #ffffff;
}
.cid-uLMT5bnPh6 button.navbar-toggler .hamburger span {
  position: absolute;
  right: 10px;
  margin-top: 14px;
  width: 26px;
  height: 2px;
  border-right: 5px;
  background-color: #474747;
}
.cid-uLMT5bnPh6 button.navbar-toggler .hamburger span:nth-child(1) {
  top: 0;
  transition: all 0.2s;
}
.cid-uLMT5bnPh6 button.navbar-toggler .hamburger span:nth-child(2) {
  top: 8px;
  transition: all 0.15s;
}
.cid-uLMT5bnPh6 button.navbar-toggler .hamburger span:nth-child(3) {
  top: 8px;
  transition: all 0.15s;
}
.cid-uLMT5bnPh6 button.navbar-toggler .hamburger span:nth-child(4) {
  top: 16px;
  transition: all 0.2s;
}
.cid-uLMT5bnPh6 nav.opened .hamburger span:nth-child(1) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-uLMT5bnPh6 nav.opened .hamburger span:nth-child(2) {
  transform: rotate(45deg);
  transition: all 0.25s;
}
.cid-uLMT5bnPh6 nav.opened .hamburger span:nth-child(3) {
  transform: rotate(-45deg);
  transition: all 0.25s;
}
.cid-uLMT5bnPh6 nav.opened .hamburger span:nth-child(4) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-uLMT5bnPh6 a.nav-link {
  display: flex;
  align-items: center;
  justify-content: flex-start;
}
.cid-uLMT5bnPh6 .icons-menu {
  flex-wrap: nowrap;
  display: flex;
  justify-content: center;
  padding: 0;
  text-align: center;
  margin-bottom: 35px;
}
@media screen and (-ms-high-contrast: active), (-ms-high-contrast: none) {
  .cid-uLMT5bnPh6 .navbar {
    height: 70px;
  }
  .cid-uLMT5bnPh6 .navbar.opened {
    height: auto;
  }
  .cid-uLMT5bnPh6 .nav-item .nav-link:hover::before {
    width: 175%;
    max-width: calc(100% + 2rem);
    left: -1rem;
  }
}
.cid-uLMT5bnPh6 .navbar-dropdown .navbar-logo {
  margin-right: 15px;
}
@media (min-width: 768px) {
  .cid-uLMT5bnPh6 .container-fluid {
    padding-left: 30px;
    padding-right: 30px;
  }
}
.cid-uLMT5bnPh6 .mbr-section-btn-main {
  padding-top: 5px;
}
.cid-uLMT5bnPh6 .mbr-section-btn-main .btn {
  margin: 0 4px 4px 4px;
}
.cid-uLMT5bnPh6 .navbar-caption:hover {
  color: #2554ab;
}
@media (min-width: 992px) {
  .cid-uLMT5bnPh6 .dropdown-menu.dropdown-submenu {
    left: 175px !important;
    top: -45% !important;
  }
}
.cid-uLMT5bnPh6 .nav-link {
  position: relative;
}
.cid-uLMT5bnPh6 .nav-link:before {
  content: '';
  position: absolute;
  left: -12px;
  width: 6px;
  height: 6px;
  border-radius: 100%;
  background-color: #2554ab;
  transition: all .3s ease;
  opacity: 0;
}
.cid-uLMT5bnPh6 .nav-link:hover:before {
  opacity: 1;
}
.cid-uLMT5bnPh6 .mbr-section-subtitle {
  color: #ffffff;
}
.cid-uLMT5bnPh6 .mbr-text {
  color: #ffffff;
  text-align: center;
}
.cid-uLMT5bnPh6 .text_widget {
  color: #ffffff;
}
.cid-uLMT5bnPh6 .mbr-section-subtitle,
.cid-uLMT5bnPh6 .text_widget,
.cid-uLMT5bnPh6 .mbr-section-btn {
  text-align: center;
}
.cid-uLMT5bnPh6 a[class*="text-"]:not(.nav-link):not(.dropdown-item):not([role]):not(.navbar-caption):hover {
  background-image: none;
}
.cid-uC4oRsu8Jf {
  padding-top: 0rem;
  padding-bottom: 0rem;
  background-color: #ffffff;
}
.cid-uC4oRsu8Jf .item-img {
  position: relative;
  overflow: hidden;
}
.cid-uC4oRsu8Jf .item-img:before {
  content: '';
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
  left: 0;
  background: black;
  opacity: 0.3;
  z-index: 1;
  transition: all 0.3s;
  pointer-events: none;
}
.cid-uC4oRsu8Jf h5 {
  margin-bottom: 1rem;
}
.cid-uC4oRsu8Jf .item-content {
  position: absolute;
  top: 55%;
  right: 0;
  z-index: 2;
  width: 100%;
  transform: translateY(-50%);
  padding: 2rem 8rem;
  display: flex;
  flex-direction: column;
  height: 50%;
}
@media (max-width: 767px) {
  .cid-uC4oRsu8Jf .item-content {
    padding: 0 2rem 1.5rem;
    margin-top: 1rem;
  }
}
.cid-uC4oRsu8Jf img,
.cid-uC4oRsu8Jf .item-img {
  width: 100%;
  transition: all 0.3s;
  height: 100%;
  height: 400px;
  object-fit: cover;
}
.cid-uC4oRsu8Jf .item:focus,
.cid-uC4oRsu8Jf span:focus {
  outline: none;
}
.cid-uC4oRsu8Jf .item {
  margin-bottom: 2rem;
}
@media (max-width: 767px) {
  .cid-uC4oRsu8Jf .item {
    margin-bottom: 1rem;
  }
}
.cid-uC4oRsu8Jf .item-wrapper {
  position: relative;
  border-radius: 15px;
  height: 100%;
  display: flex;
  flex-flow: column nowrap;
}
.cid-uC4oRsu8Jf .mbr-section-title {
  color: #4e423d;
}
.cid-uC4oRsu8Jf .item-title {
  text-align: left;
  color: #ffffff;
}
.cid-uC4oRsu8Jf .item-subtitle {
  text-align: left;
  color: #ffffff;
}
.cid-uC4oRsu8Jf .mbr-text,
.cid-uC4oRsu8Jf .item .mbr-section-btn {
  text-align: left;
  color: #ffffff;
}
.cid-uC4oRsu8Jf .content-head {
  max-width: 800px;
}
.cid-uC4oRtRKWX {
  padding-top: 1rem;
  padding-bottom: 5rem;
  background-color: #fafafa;
}
.cid-uC4oRtRKWX .mbr-section-title {
  margin-bottom: 1em;
  color: #272727;
}
.cid-uC4oRtRKWX .mbr-section-subtitle {
  margin-bottom: 1.5625em;
  color: #272727;
  opacity: 0.4;
}
.cid-uC4oRtRKWX .item-row {
  display: grid;
  -webkit-box-align: stretch;
  -webkit-align-items: stretch;
  -ms-flex-align: stretch;
  align-items: stretch;
  grid-auto-columns: 1fr;
  grid-column-gap: 16px;
  grid-row-gap: 16px;
  grid-template-columns: repeat(4, 1fr);
  -ms-grid-rows: auto;
  grid-template-rows: auto;
}
@media (max-width: 1199px) {
  .cid-uC4oRtRKWX .item-row {
    grid-template-columns: repeat(2, 1fr);
  }
}
@media (max-width: 767px) {
  .cid-uC4oRtRKWX .item-row {
    grid-template-columns: repeat(1, 1fr);
  }
}
.cid-uC4oRtRKWX .item {
  padding: 0;
}
.cid-uC4oRtRKWX .item-wrapper {
  display: flex;
  flex-direction: column;
  align-items: stretch;
  height: 100%;
  width: 100%;
  border-radius: 10px;
  overflow: hidden;
  transform-style: preserve-3d;
  transition: .3s all;
  border: 2px solid transparent;
}
.cid-uC4oRtRKWX .item-wrapper:hover {
  transform: scale3d(1.01, 1.01, 1);
  border-color: #fafafa;
}
.cid-uC4oRtRKWX .item-img {
  display: flex;
  align-items: center;
  justify-content: center;
  height: 175px;
}
.cid-uC4oRtRKWX .item-img img {
  width: 100%;
  object-fit: cover;
  height: 100%;
}
.cid-uC4oRtRKWX .item-content {
  display: flex;
  flex-direction: column;
  align-items: stretch;
  width: 100%;
  padding: 20px 5% 6%;
  flex-grow: 1;
  background-color: #ffffff;
}
.cid-uC4oRtRKWX .item-text-wrap {
  width: 100%;
  margin-bottom: 5.3em;
}
@media (max-width: 1199px) {
  .cid-uC4oRtRKWX .item-text-wrap {
    margin-bottom: 4em;
  }
}
@media (max-width: 767px) {
  .cid-uC4oRtRKWX .item-text-wrap {
    margin-bottom: 2em;
    max-width: 340px;
    margin-right: auto;
  }
}
.cid-uC4oRtRKWX .item-title {
  color: #272727;
  margin-bottom: 0.52em;
}
.cid-uC4oRtRKWX .item-subtitle {
  color: #272727;
  opacity: 0.52em;
}
.cid-uC4oRtRKWX .card-bottom {
  display: flex;
  flex-direction: column;
  align-items: stretch;
  margin-top: auto;
}
.cid-uC4oRtRKWX .item-name-wrap {
  display: flex;
  align-items: center;
  width: 100%;
}
.cid-uC4oRtRKWX .image-wrapper {
  width: 35px;
  height: 35px;
  margin-right: 10px;
  border-radius: 300px;
  overflow: hidden;
}
.cid-uC4oRtRKWX .image-wrapper img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.cid-uC4oRtRKWX .mbr-text {
  flex-grow: 1;
  color: #272727;
  text-align: right;
}
.cid-uC4oRtRKWX .mbr-section-btn {
  display: flex;
  margin-top: 20px;
  width: auto !important;
}
.cid-uC4oRtRKWX .mbr-section-btn .btn {
  width: 100%;
  min-width: auto !important;
}
.cid-uLMRAIzUxG {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-color: #0e132f;
}
.cid-uLMRAIzUxG .mbr-fallback-image.disabled {
  display: none;
}
.cid-uLMRAIzUxG .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-uLMRAIzUxG .container {
    padding: 0 16px;
  }
}
.cid-uLMRAIzUxG .card {
  display: flex;
  flex-direction: column;
  justify-content: space-between;
}
@media (max-width: 992px) {
  .cid-uLMRAIzUxG .card {
    margin-bottom: 40px;
  }
}
.cid-uLMRAIzUxG .card .content-wrapper .title-wrapper .title-wrap {
  display: inline-flex;
  align-items: center;
  margin-bottom: 16px;
}
@media (max-width: 992px) {
  .cid-uLMRAIzUxG .card .content-wrapper .title-wrapper .title-wrap {
    margin-bottom: 40px;
  }
}
.cid-uLMRAIzUxG .card .content-wrapper .title-wrapper .title-wrap img {
  width: 32px;
  height: 32px;
  object-fit: contain;
  margin-right: 1rem;
}
.cid-uLMRAIzUxG .card .content-wrapper .title-wrapper .title-wrap .mbr-section-title {
  margin-bottom: 0;
}
.cid-uLMRAIzUxG .card .content-wrapper .copyright {
  margin-bottom: 20px;
}
@media (max-width: 992px) {
  .cid-uLMRAIzUxG .card .content-wrapper .copyright {
    margin-bottom: 40px;
  }
}
.cid-uLMRAIzUxG .card .social-wrapper .social-wrap {
  display: inline-flex;
  flex-wrap: wrap;
}
.cid-uLMRAIzUxG .card .social-wrapper .social-wrap .mbr-iconfont {
  font-size: 20px;
  margin-right: 48px;
  color: #ffffff;
}
.cid-uLMRAIzUxG .list-wrapper .mbr-card-title {
  margin-bottom: 16px;
}
.cid-uLMRAIzUxG .list-wrapper .list {
  margin: 0;
  padding: 0;
  list-style-type: none;
}
.cid-uLMRAIzUxG .list-wrapper .list .item-wrap {
  margin-bottom: 16px;
}
@media (max-width: 992px) {
  .cid-uLMRAIzUxG .list-wrapper .list {
    margin-bottom: 40px;
  }
}
.cid-uLMRAIzUxG .mbr-section-title {
  color: #ffffff;
}
.cid-uLMRAIzUxG .copyright {
  color: #ffffff;
}
.cid-uLMRAIzUxG .mbr-card-title {
  color: #D4FE00;
}
.cid-uLMRAIzUxG .list {
  color: #ffffff;
}
.cid-uLMT5bnPh6 .navbar-dropdown {
  background-color: #ffffff !important;
  padding: 0;
}
.cid-uLMT5bnPh6 .navbar.navbar-expand-lg .dropdown .dropdown-menu {
  background-color: #ffffff !important;
  background: #ffffff;
}
.cid-uLMT5bnPh6 .navbar.navbar-expand-lg .dropdown .dropdown-menu .dropdown-submenu {
  margin: 0;
  left: 100%;
}
@media (max-width: 991px) {
  .cid-uLMT5bnPh6 .menu_box .navbar.opened,
  .cid-uLMT5bnPh6 .menu_box .navbar-collapse {
    background-color: #ffffff !important;
    transition: all 0s ease 0s;
  }
}
.cid-uLMT5bnPh6 .navbar-dropdown {
  position: relative !important;
}
.cid-uLMT5bnPh6 .btn {
  min-height: auto;
  box-shadow: none;
  margin-top: 0;
}
.cid-uLMT5bnPh6 .btn:hover {
  box-shadow: none;
}
@media (min-width: 992px) {
  .cid-uLMT5bnPh6 .offcanvas_image img {
    width: auto;
    object-fit: cover;
    display: inline-block;
  }
  .cid-uLMT5bnPh6 .offcanvas-header {
    position: relative;
    padding: 0;
  }
  .cid-uLMT5bnPh6 .offcanvas-header .btn-close {
    position: absolute;
    top: -70px;
    right: 0;
    width: 35px;
    height: 30px;
  }
  .cid-uLMT5bnPh6 .offcanvas-body {
    text-align: center;
    padding: 0;
  }
  .cid-uLMT5bnPh6 .offcanvas-body .mbr-text,
  .cid-uLMT5bnPh6 .offcanvas-body .mbr-section-subtitle {
    margin-top: 14px;
  }
  .cid-uLMT5bnPh6 .offcanvas-body .offcanvas_contact {
    margin: 35px 0;
  }
  .cid-uLMT5bnPh6 .offcanvas_box button.btn_offcanvas {
    outline: none;
    width: 40px;
    height: 40px;
    cursor: pointer;
    transition: all 0.2s;
    position: relative;
    align-self: center;
  }
  .cid-uLMT5bnPh6 .offcanvas_box button.btn_offcanvas .hamburger span {
    position: absolute;
    right: 0;
    width: 40px;
    height: 2px;
    border-right: 5px;
    background-color: #474747;
  }
  .cid-uLMT5bnPh6 .offcanvas_box button.btn_offcanvas .hamburger span:nth-child(1) {
    top: 18px;
    transition: all 0.2s;
  }
  .cid-uLMT5bnPh6 .offcanvas_box button.btn_offcanvas .hamburger span:nth-child(2) {
    top: 25px;
    transition: all 0.2s;
  }
  .cid-uLMT5bnPh6 .offcanvas_box button.btn_offcanvas:hover .hamburger span {
    width: 36px;
  }
  .cid-uLMT5bnPh6 .offcanvas_box button.btn_offcanvas:hover .hamburger span:nth-child(2) {
    width: 33px;
    transition-delay: 0.2s;
  }
  .cid-uLMT5bnPh6 ul.navbar-nav {
    padding-bottom: 1.5rem;
  }
  .cid-uLMT5bnPh6 .dropdown-menu .dropdown-toggle[data-toggle="dropdown-submenu"]::after,
  .cid-uLMT5bnPh6 .link.dropdown-toggle::after {
    display: inline-block;
    width: 7px;
    height: 7px;
    margin-left: .5rem;
    margin-bottom: 2px;
    content: "";
    border: 2px solid;
    border-left: none;
    border-top: none;
    transform: rotate(-45deg);
  }
  .cid-uLMT5bnPh6 .link.dropdown-toggle::after {
    padding: 0 !important;
    transform: rotate(45deg);
  }
  .cid-uLMT5bnPh6 li.nav-item {
    position: relative;
    display: inline-block;
    padding: 1px 7px !important;
    vertical-align: middle;
    line-height: 2em !important;
    font-weight: 600 !important;
    text-decoration: none;
    letter-spacing: 0 !important;
    z-index: 1;
  }
  .cid-uLMT5bnPh6 .lg_brand {
    margin: 0 1rem;
  }
}
.cid-uLMT5bnPh6 .nav-item {
  margin: 4px 15px;
}
@media (min-width: 1200px) {
  .cid-uLMT5bnPh6 .nav-item {
    margin: 4px 20px;
  }
}
@media (max-width: 991px) {
  .cid-uLMT5bnPh6 .nav-item {
    margin: 0 !important;
  }
}
.cid-uLMT5bnPh6 .dropdown-menu {
  border-radius: 0;
  box-shadow: none;
  text-align: left;
}
@media (min-width: 992px) {
  .cid-uLMT5bnPh6 .dropdown-menu {
    padding: 18px 34px 22px;
    min-width: 250px;
    top: auto !important;
    left: -40px !important;
  }
  .cid-uLMT5bnPh6 .dropdown-menu.dropdown-submenu {
    left: 215px !important;
    top: -45% !important;
  }
}
@media (max-width: 991px) {
  .cid-uLMT5bnPh6 .dropdown-menu .dropdown-toggle[data-toggle="dropdown-submenu"]::after,
  .cid-uLMT5bnPh6 .link.dropdown-toggle::after {
    display: inline-block;
    width: 7px;
    height: 7px;
    margin-left: .5rem;
    margin-bottom: 2px;
    content: "";
    border: 2px solid;
    border-left: none;
    border-top: none;
    transform: rotate(-45deg);
    right: 15px;
    position: absolute;
    margin-top: -2px;
  }
  .cid-uLMT5bnPh6 .show.dropdown-toggle[aria-expanded="true"]::after {
    transform: rotate(45deg);
    margin-top: -4px;
  }
  .cid-uLMT5bnPh6 .offcanvas_box {
    display: none;
  }
}
.cid-uLMT5bnPh6 .dropdown-item {
  border: none;
  font-weight: 400 !important;
}
.cid-uLMT5bnPh6 .nav-dropdown .link {
  font-weight: 400 !important;
  padding: 0 !important;
  margin: 0 !important;
}
.cid-uLMT5bnPh6 .nav-dropdown .link.dropdown-toggle::after {
  margin-left: 0.5rem;
  margin-top: 0;
}
.cid-uLMT5bnPh6 .container {
  display: flex;
  margin: auto;
}
.cid-uLMT5bnPh6 .iconfont-wrapper {
  color: #e0bdb6;
  font-size: 17px;
  margin-right: 10px;
  margin-bottom: 5px;
  width: 25px;
  height: 25px;
  border-radius: 50%;
  display: flex;
  justify-content: center;
  align-items: center;
  transition: all 0.2s ease-in-out;
}
.cid-uLMT5bnPh6 .iconfont-wrapper:last-child {
  margin-right: 0;
}
.cid-uLMT5bnPh6 .iconfont-wrapper:hover {
  opacity: .5;
}
.cid-uLMT5bnPh6 .navbar-caption {
  color: #747474;
}
.cid-uLMT5bnPh6 .navbar-nav {
  margin: 0 1rem;
}
@media (min-width: 992px) {
  .cid-uLMT5bnPh6 .navbar-nav {
    margin: 0;
  }
}
.cid-uLMT5bnPh6 .dropdown-menu,
.cid-uLMT5bnPh6 .navbar.opened {
  background-color: false !important;
}
.cid-uLMT5bnPh6 .nav-item:focus,
.cid-uLMT5bnPh6 .nav-link:focus {
  outline: none;
}
.cid-uLMT5bnPh6 .dropdown .dropdown-menu .dropdown-item {
  width: auto;
  transition: all 0.25s ease-in-out;
}
.cid-uLMT5bnPh6 .dropdown .dropdown-menu .dropdown-item::after {
  right: 0.5rem;
}
.cid-uLMT5bnPh6 .dropdown .dropdown-menu .dropdown-item .mbr-iconfont {
  margin-right: 0.5rem;
  vertical-align: sub;
}
.cid-uLMT5bnPh6 .dropdown .dropdown-menu .dropdown-item .mbr-iconfont:before {
  display: inline-block;
  transform: scale(1, 1);
  transition: all 0.25s ease-in-out;
}
.cid-uLMT5bnPh6 .collapsed .dropdown-menu .dropdown-item:before {
  display: none;
}
.cid-uLMT5bnPh6 .collapsed .dropdown .dropdown-menu .dropdown-item {
  padding: 0.235em 1.5em 0.235em 1.5em !important;
  transition: none;
  margin: 0 !important;
}
.cid-uLMT5bnPh6 .navbar {
  min-height: 70px;
  padding: 20px 0;
  transition: all 0.3s;
  border-bottom-width: 0px;
}
@media (max-width: 992px) {
  .cid-uLMT5bnPh6 .navbar {
    min-height: 30px;
    max-height: 90px;
  }
}
.cid-uLMT5bnPh6 .navbar.opened {
  transition: all 0.3s;
}
.cid-uLMT5bnPh6 .navbar .dropdown-item {
  padding: 0;
  margin: 8px 0;
}
.cid-uLMT5bnPh6 .navbar .navbar-logo img {
  width: auto;
  object-fit: contain;
  border-radius: 0;
}
.cid-uLMT5bnPh6 .navbar .navbar-collapse {
  justify-content: space-between;
  z-index: 1;
}
.cid-uLMT5bnPh6 .navbar.collapsed {
  justify-content: center;
}
.cid-uLMT5bnPh6 .navbar.collapsed .nav-item .nav-link::before {
  display: none;
}
.cid-uLMT5bnPh6 .navbar.collapsed.opened .dropdown-menu {
  top: 0;
}
.cid-uLMT5bnPh6 .navbar.collapsed .dropdown-menu .dropdown-submenu {
  left: 0 !important;
}
.cid-uLMT5bnPh6 .navbar.collapsed .dropdown-menu .dropdown-item:after {
  right: auto;
}
.cid-uLMT5bnPh6 .navbar.collapsed ul.navbar-nav li {
  margin: auto;
}
.cid-uLMT5bnPh6 .navbar.collapsed .dropdown-menu .dropdown-item {
  padding: 0.25rem 1.5rem;
  text-align: left;
}
.cid-uLMT5bnPh6 .navbar.collapsed .icons-menu {
  padding: 0;
}
@media (max-width: 991px) {
  .cid-uLMT5bnPh6 .navbar .nav-item {
    padding: .5rem 0;
  }
  .cid-uLMT5bnPh6 .navbar .navbar-collapse {
    padding: 34px 0;
    border-radius: 25px;
  }
  .cid-uLMT5bnPh6 .navbar .nav-item .nav-link::before {
    display: none;
  }
  .cid-uLMT5bnPh6 .navbar.opened .dropdown-menu {
    top: 0;
  }
  .cid-uLMT5bnPh6 .navbar .dropdown-menu {
    padding: 6px 0 6px 15px;
  }
  .cid-uLMT5bnPh6 .navbar .dropdown-menu .dropdown-submenu {
    left: 0 !important;
  }
  .cid-uLMT5bnPh6 .navbar .dropdown-menu .dropdown-item:after {
    right: auto;
    margin-top: -0.4rem;
  }
  .cid-uLMT5bnPh6 .navbar .navbar-logo img {
    height: 3rem !important;
  }
  .cid-uLMT5bnPh6 .navbar ul.navbar-nav {
    overflow: hidden;
  }
  .cid-uLMT5bnPh6 .navbar ul.navbar-nav li {
    margin: 0;
  }
  .cid-uLMT5bnPh6 .navbar .dropdown-menu .dropdown-item {
    padding: 0 !important;
    margin: 0;
    margin-top: 8px;
    text-align: left;
  }
  .cid-uLMT5bnPh6 .navbar .navbar-brand {
    flex-shrink: initial;
    flex-basis: auto;
    word-break: break-word;
    padding-right: 2rem;
  }
  .cid-uLMT5bnPh6 .navbar .navbar-toggler {
    flex-basis: auto;
  }
  .cid-uLMT5bnPh6 .navbar .icons-menu {
    padding: 0;
  }
}
.cid-uLMT5bnPh6 .navbar.navbar-short {
  min-height: 60px;
}
.cid-uLMT5bnPh6 .navbar.navbar-short .navbar-logo img {
  height: 2.5rem !important;
}
.cid-uLMT5bnPh6 .navbar.navbar-short .navbar-brand {
  min-height: 60px;
  padding: 0;
}
.cid-uLMT5bnPh6 .navbar-brand {
  min-height: 70px;
  flex-shrink: 0;
  align-items: center;
  margin-right: 0;
  padding: 10px 0;
  transition: all 0.3s;
  word-break: break-word;
  z-index: 1;
}
.cid-uLMT5bnPh6 .navbar-brand .navbar-caption {
  line-height: inherit !important;
}
.cid-uLMT5bnPh6 .navbar-brand .navbar-logo a {
  outline: none;
}
.cid-uLMT5bnPh6 .dropdown-item.active,
.cid-uLMT5bnPh6 .dropdown-item:active {
  background-color: transparent;
}
.cid-uLMT5bnPh6 .navbar-expand-lg .navbar-nav .nav-link {
  padding: 0;
}
.cid-uLMT5bnPh6 .nav-dropdown .link.dropdown-toggle {
  margin-right: 1.667em;
}
.cid-uLMT5bnPh6 .nav-dropdown .link.dropdown-toggle[aria-expanded="true"] {
  margin-right: 0;
  padding: 0.667em 1.667em;
}
.cid-uLMT5bnPh6 .navbar .dropdown.open > .dropdown-menu {
  display: block;
}
.cid-uLMT5bnPh6 ul.navbar-nav {
  flex-wrap: wrap;
  padding: 36px 0;
  border-bottom: 1px solid #0e132f;
}
.cid-uLMT5bnPh6 .navbar-buttons {
  text-align: center;
  min-width: 170px;
}
.cid-uLMT5bnPh6 button.navbar-toggler {
  outline: none;
  width: 48px;
  height: 48px;
  border-radius: 50%;
  cursor: pointer;
  transition: all 0.2s;
  position: relative;
  align-self: center;
  color: #ffffff;
  background: #ffffff;
}
.cid-uLMT5bnPh6 button.navbar-toggler .hamburger span {
  position: absolute;
  right: 10px;
  margin-top: 14px;
  width: 26px;
  height: 2px;
  border-right: 5px;
  background-color: #474747;
}
.cid-uLMT5bnPh6 button.navbar-toggler .hamburger span:nth-child(1) {
  top: 0;
  transition: all 0.2s;
}
.cid-uLMT5bnPh6 button.navbar-toggler .hamburger span:nth-child(2) {
  top: 8px;
  transition: all 0.15s;
}
.cid-uLMT5bnPh6 button.navbar-toggler .hamburger span:nth-child(3) {
  top: 8px;
  transition: all 0.15s;
}
.cid-uLMT5bnPh6 button.navbar-toggler .hamburger span:nth-child(4) {
  top: 16px;
  transition: all 0.2s;
}
.cid-uLMT5bnPh6 nav.opened .hamburger span:nth-child(1) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-uLMT5bnPh6 nav.opened .hamburger span:nth-child(2) {
  transform: rotate(45deg);
  transition: all 0.25s;
}
.cid-uLMT5bnPh6 nav.opened .hamburger span:nth-child(3) {
  transform: rotate(-45deg);
  transition: all 0.25s;
}
.cid-uLMT5bnPh6 nav.opened .hamburger span:nth-child(4) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-uLMT5bnPh6 a.nav-link {
  display: flex;
  align-items: center;
  justify-content: flex-start;
}
.cid-uLMT5bnPh6 .icons-menu {
  flex-wrap: nowrap;
  display: flex;
  justify-content: center;
  padding: 0;
  text-align: center;
  margin-bottom: 35px;
}
@media screen and (-ms-high-contrast: active), (-ms-high-contrast: none) {
  .cid-uLMT5bnPh6 .navbar {
    height: 70px;
  }
  .cid-uLMT5bnPh6 .navbar.opened {
    height: auto;
  }
  .cid-uLMT5bnPh6 .nav-item .nav-link:hover::before {
    width: 175%;
    max-width: calc(100% + 2rem);
    left: -1rem;
  }
}
.cid-uLMT5bnPh6 .navbar-dropdown .navbar-logo {
  margin-right: 15px;
}
@media (min-width: 768px) {
  .cid-uLMT5bnPh6 .container-fluid {
    padding-left: 30px;
    padding-right: 30px;
  }
}
.cid-uLMT5bnPh6 .mbr-section-btn-main {
  padding-top: 5px;
}
.cid-uLMT5bnPh6 .mbr-section-btn-main .btn {
  margin: 0 4px 4px 4px;
}
.cid-uLMT5bnPh6 .navbar-caption:hover {
  color: #2554ab;
}
@media (min-width: 992px) {
  .cid-uLMT5bnPh6 .dropdown-menu.dropdown-submenu {
    left: 175px !important;
    top: -45% !important;
  }
}
.cid-uLMT5bnPh6 .nav-link {
  position: relative;
}
.cid-uLMT5bnPh6 .nav-link:before {
  content: '';
  position: absolute;
  left: -12px;
  width: 6px;
  height: 6px;
  border-radius: 100%;
  background-color: #2554ab;
  transition: all .3s ease;
  opacity: 0;
}
.cid-uLMT5bnPh6 .nav-link:hover:before {
  opacity: 1;
}
.cid-uLMT5bnPh6 .mbr-section-subtitle {
  color: #ffffff;
}
.cid-uLMT5bnPh6 .mbr-text {
  color: #ffffff;
  text-align: center;
}
.cid-uLMT5bnPh6 .text_widget {
  color: #ffffff;
}
.cid-uLMT5bnPh6 .mbr-section-subtitle,
.cid-uLMT5bnPh6 .text_widget,
.cid-uLMT5bnPh6 .mbr-section-btn {
  text-align: center;
}
.cid-uLMT5bnPh6 a[class*="text-"]:not(.nav-link):not(.dropdown-item):not([role]):not(.navbar-caption):hover {
  background-image: none;
}
.cid-uC4oRMfBUo {
  padding-top: 0rem;
  padding-bottom: 0rem;
  background-color: #ffffff;
}
.cid-uC4oRMfBUo .item-img {
  position: relative;
  overflow: hidden;
}
.cid-uC4oRMfBUo .item-img:before {
  content: '';
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
  left: 0;
  background: black;
  opacity: 0.3;
  z-index: 1;
  transition: all 0.3s;
  pointer-events: none;
}
.cid-uC4oRMfBUo h5 {
  margin-bottom: 1rem;
}
.cid-uC4oRMfBUo .item-content {
  position: absolute;
  top: 55%;
  right: 0;
  z-index: 2;
  width: 100%;
  transform: translateY(-50%);
  padding: 2rem 8rem;
  display: flex;
  flex-direction: column;
  height: 50%;
}
@media (max-width: 767px) {
  .cid-uC4oRMfBUo .item-content {
    padding: 0 2rem 1.5rem;
    margin-top: 1rem;
  }
}
.cid-uC4oRMfBUo img,
.cid-uC4oRMfBUo .item-img {
  width: 100%;
  transition: all 0.3s;
  height: 100%;
  height: 400px;
  object-fit: cover;
}
.cid-uC4oRMfBUo .item:focus,
.cid-uC4oRMfBUo span:focus {
  outline: none;
}
.cid-uC4oRMfBUo .item {
  margin-bottom: 2rem;
}
@media (max-width: 767px) {
  .cid-uC4oRMfBUo .item {
    margin-bottom: 1rem;
  }
}
.cid-uC4oRMfBUo .item-wrapper {
  position: relative;
  border-radius: 15px;
  height: 100%;
  display: flex;
  flex-flow: column nowrap;
}
.cid-uC4oRMfBUo .mbr-section-title {
  color: #4e423d;
}
.cid-uC4oRMfBUo .item-title {
  text-align: left;
  color: #ffffff;
}
.cid-uC4oRMfBUo .item-subtitle {
  text-align: left;
  color: #ffffff;
}
.cid-uC4oRMfBUo .mbr-text,
.cid-uC4oRMfBUo .item .mbr-section-btn {
  text-align: left;
  color: #ffffff;
}
.cid-uC4oRMfBUo .content-head {
  max-width: 800px;
}
.cid-uC4oRNJksD {
  padding-top: 1rem;
  padding-bottom: 5rem;
  background-color: #fafafa;
}
.cid-uC4oRNJksD .mbr-section-title {
  margin-bottom: 1em;
  color: #272727;
}
.cid-uC4oRNJksD .mbr-section-subtitle {
  margin-bottom: 1.5625em;
  color: #272727;
  opacity: 0.4;
}
.cid-uC4oRNJksD .item-row {
  display: grid;
  -webkit-box-align: stretch;
  -webkit-align-items: stretch;
  -ms-flex-align: stretch;
  align-items: stretch;
  grid-auto-columns: 1fr;
  grid-column-gap: 16px;
  grid-row-gap: 16px;
  grid-template-columns: repeat(4, 1fr);
  -ms-grid-rows: auto;
  grid-template-rows: auto;
}
@media (max-width: 1199px) {
  .cid-uC4oRNJksD .item-row {
    grid-template-columns: repeat(2, 1fr);
  }
}
@media (max-width: 767px) {
  .cid-uC4oRNJksD .item-row {
    grid-template-columns: repeat(1, 1fr);
  }
}
.cid-uC4oRNJksD .item {
  padding: 0;
}
.cid-uC4oRNJksD .item-wrapper {
  display: flex;
  flex-direction: column;
  align-items: stretch;
  height: 100%;
  width: 100%;
  border-radius: 10px;
  overflow: hidden;
  transform-style: preserve-3d;
  transition: .3s all;
  border: 2px solid transparent;
}
.cid-uC4oRNJksD .item-wrapper:hover {
  transform: scale3d(1.01, 1.01, 1);
  border-color: #fafafa;
}
.cid-uC4oRNJksD .item-img {
  display: flex;
  align-items: center;
  justify-content: center;
  height: 175px;
}
.cid-uC4oRNJksD .item-img img {
  width: 100%;
  object-fit: cover;
  height: 100%;
}
.cid-uC4oRNJksD .item-content {
  display: flex;
  flex-direction: column;
  align-items: stretch;
  width: 100%;
  padding: 20px 5% 6%;
  flex-grow: 1;
  background-color: #ffffff;
}
.cid-uC4oRNJksD .item-text-wrap {
  width: 100%;
  margin-bottom: 5.3em;
}
@media (max-width: 1199px) {
  .cid-uC4oRNJksD .item-text-wrap {
    margin-bottom: 4em;
  }
}
@media (max-width: 767px) {
  .cid-uC4oRNJksD .item-text-wrap {
    margin-bottom: 2em;
    max-width: 340px;
    margin-right: auto;
  }
}
.cid-uC4oRNJksD .item-title {
  color: #272727;
  margin-bottom: 0.52em;
}
.cid-uC4oRNJksD .item-subtitle {
  color: #272727;
  opacity: 0.52em;
}
.cid-uC4oRNJksD .card-bottom {
  display: flex;
  flex-direction: column;
  align-items: stretch;
  margin-top: auto;
}
.cid-uC4oRNJksD .item-name-wrap {
  display: flex;
  align-items: center;
  width: 100%;
}
.cid-uC4oRNJksD .image-wrapper {
  width: 35px;
  height: 35px;
  margin-right: 10px;
  border-radius: 300px;
  overflow: hidden;
}
.cid-uC4oRNJksD .image-wrapper img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.cid-uC4oRNJksD .mbr-text {
  flex-grow: 1;
  color: #272727;
  text-align: right;
}
.cid-uC4oRNJksD .mbr-section-btn {
  display: flex;
  margin-top: 20px;
  width: auto !important;
}
.cid-uC4oRNJksD .mbr-section-btn .btn {
  width: 100%;
  min-width: auto !important;
}
.cid-uLMRAIzUxG {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-color: #0e132f;
}
.cid-uLMRAIzUxG .mbr-fallback-image.disabled {
  display: none;
}
.cid-uLMRAIzUxG .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-uLMRAIzUxG .container {
    padding: 0 16px;
  }
}
.cid-uLMRAIzUxG .card {
  display: flex;
  flex-direction: column;
  justify-content: space-between;
}
@media (max-width: 992px) {
  .cid-uLMRAIzUxG .card {
    margin-bottom: 40px;
  }
}
.cid-uLMRAIzUxG .card .content-wrapper .title-wrapper .title-wrap {
  display: inline-flex;
  align-items: center;
  margin-bottom: 16px;
}
@media (max-width: 992px) {
  .cid-uLMRAIzUxG .card .content-wrapper .title-wrapper .title-wrap {
    margin-bottom: 40px;
  }
}
.cid-uLMRAIzUxG .card .content-wrapper .title-wrapper .title-wrap img {
  width: 32px;
  height: 32px;
  object-fit: contain;
  margin-right: 1rem;
}
.cid-uLMRAIzUxG .card .content-wrapper .title-wrapper .title-wrap .mbr-section-title {
  margin-bottom: 0;
}
.cid-uLMRAIzUxG .card .content-wrapper .copyright {
  margin-bottom: 20px;
}
@media (max-width: 992px) {
  .cid-uLMRAIzUxG .card .content-wrapper .copyright {
    margin-bottom: 40px;
  }
}
.cid-uLMRAIzUxG .card .social-wrapper .social-wrap {
  display: inline-flex;
  flex-wrap: wrap;
}
.cid-uLMRAIzUxG .card .social-wrapper .social-wrap .mbr-iconfont {
  font-size: 20px;
  margin-right: 48px;
  color: #ffffff;
}
.cid-uLMRAIzUxG .list-wrapper .mbr-card-title {
  margin-bottom: 16px;
}
.cid-uLMRAIzUxG .list-wrapper .list {
  margin: 0;
  padding: 0;
  list-style-type: none;
}
.cid-uLMRAIzUxG .list-wrapper .list .item-wrap {
  margin-bottom: 16px;
}
@media (max-width: 992px) {
  .cid-uLMRAIzUxG .list-wrapper .list {
    margin-bottom: 40px;
  }
}
.cid-uLMRAIzUxG .mbr-section-title {
  color: #ffffff;
}
.cid-uLMRAIzUxG .copyright {
  color: #ffffff;
}
.cid-uLMRAIzUxG .mbr-card-title {
  color: #D4FE00;
}
.cid-uLMRAIzUxG .list {
  color: #ffffff;
}
.cid-uLMT5bnPh6 .navbar-dropdown {
  background-color: #ffffff !important;
  padding: 0;
}
.cid-uLMT5bnPh6 .navbar.navbar-expand-lg .dropdown .dropdown-menu {
  background-color: #ffffff !important;
  background: #ffffff;
}
.cid-uLMT5bnPh6 .navbar.navbar-expand-lg .dropdown .dropdown-menu .dropdown-submenu {
  margin: 0;
  left: 100%;
}
@media (max-width: 991px) {
  .cid-uLMT5bnPh6 .menu_box .navbar.opened,
  .cid-uLMT5bnPh6 .menu_box .navbar-collapse {
    background-color: #ffffff !important;
    transition: all 0s ease 0s;
  }
}
.cid-uLMT5bnPh6 .navbar-dropdown {
  position: relative !important;
}
.cid-uLMT5bnPh6 .btn {
  min-height: auto;
  box-shadow: none;
  margin-top: 0;
}
.cid-uLMT5bnPh6 .btn:hover {
  box-shadow: none;
}
@media (min-width: 992px) {
  .cid-uLMT5bnPh6 .offcanvas_image img {
    width: auto;
    object-fit: cover;
    display: inline-block;
  }
  .cid-uLMT5bnPh6 .offcanvas-header {
    position: relative;
    padding: 0;
  }
  .cid-uLMT5bnPh6 .offcanvas-header .btn-close {
    position: absolute;
    top: -70px;
    right: 0;
    width: 35px;
    height: 30px;
  }
  .cid-uLMT5bnPh6 .offcanvas-body {
    text-align: center;
    padding: 0;
  }
  .cid-uLMT5bnPh6 .offcanvas-body .mbr-text,
  .cid-uLMT5bnPh6 .offcanvas-body .mbr-section-subtitle {
    margin-top: 14px;
  }
  .cid-uLMT5bnPh6 .offcanvas-body .offcanvas_contact {
    margin: 35px 0;
  }
  .cid-uLMT5bnPh6 .offcanvas_box button.btn_offcanvas {
    outline: none;
    width: 40px;
    height: 40px;
    cursor: pointer;
    transition: all 0.2s;
    position: relative;
    align-self: center;
  }
  .cid-uLMT5bnPh6 .offcanvas_box button.btn_offcanvas .hamburger span {
    position: absolute;
    right: 0;
    width: 40px;
    height: 2px;
    border-right: 5px;
    background-color: #474747;
  }
  .cid-uLMT5bnPh6 .offcanvas_box button.btn_offcanvas .hamburger span:nth-child(1) {
    top: 18px;
    transition: all 0.2s;
  }
  .cid-uLMT5bnPh6 .offcanvas_box button.btn_offcanvas .hamburger span:nth-child(2) {
    top: 25px;
    transition: all 0.2s;
  }
  .cid-uLMT5bnPh6 .offcanvas_box button.btn_offcanvas:hover .hamburger span {
    width: 36px;
  }
  .cid-uLMT5bnPh6 .offcanvas_box button.btn_offcanvas:hover .hamburger span:nth-child(2) {
    width: 33px;
    transition-delay: 0.2s;
  }
  .cid-uLMT5bnPh6 ul.navbar-nav {
    padding-bottom: 1.5rem;
  }
  .cid-uLMT5bnPh6 .dropdown-menu .dropdown-toggle[data-toggle="dropdown-submenu"]::after,
  .cid-uLMT5bnPh6 .link.dropdown-toggle::after {
    display: inline-block;
    width: 7px;
    height: 7px;
    margin-left: .5rem;
    margin-bottom: 2px;
    content: "";
    border: 2px solid;
    border-left: none;
    border-top: none;
    transform: rotate(-45deg);
  }
  .cid-uLMT5bnPh6 .link.dropdown-toggle::after {
    padding: 0 !important;
    transform: rotate(45deg);
  }
  .cid-uLMT5bnPh6 li.nav-item {
    position: relative;
    display: inline-block;
    padding: 1px 7px !important;
    vertical-align: middle;
    line-height: 2em !important;
    font-weight: 600 !important;
    text-decoration: none;
    letter-spacing: 0 !important;
    z-index: 1;
  }
  .cid-uLMT5bnPh6 .lg_brand {
    margin: 0 1rem;
  }
}
.cid-uLMT5bnPh6 .nav-item {
  margin: 4px 15px;
}
@media (min-width: 1200px) {
  .cid-uLMT5bnPh6 .nav-item {
    margin: 4px 20px;
  }
}
@media (max-width: 991px) {
  .cid-uLMT5bnPh6 .nav-item {
    margin: 0 !important;
  }
}
.cid-uLMT5bnPh6 .dropdown-menu {
  border-radius: 0;
  box-shadow: none;
  text-align: left;
}
@media (min-width: 992px) {
  .cid-uLMT5bnPh6 .dropdown-menu {
    padding: 18px 34px 22px;
    min-width: 250px;
    top: auto !important;
    left: -40px !important;
  }
  .cid-uLMT5bnPh6 .dropdown-menu.dropdown-submenu {
    left: 215px !important;
    top: -45% !important;
  }
}
@media (max-width: 991px) {
  .cid-uLMT5bnPh6 .dropdown-menu .dropdown-toggle[data-toggle="dropdown-submenu"]::after,
  .cid-uLMT5bnPh6 .link.dropdown-toggle::after {
    display: inline-block;
    width: 7px;
    height: 7px;
    margin-left: .5rem;
    margin-bottom: 2px;
    content: "";
    border: 2px solid;
    border-left: none;
    border-top: none;
    transform: rotate(-45deg);
    right: 15px;
    position: absolute;
    margin-top: -2px;
  }
  .cid-uLMT5bnPh6 .show.dropdown-toggle[aria-expanded="true"]::after {
    transform: rotate(45deg);
    margin-top: -4px;
  }
  .cid-uLMT5bnPh6 .offcanvas_box {
    display: none;
  }
}
.cid-uLMT5bnPh6 .dropdown-item {
  border: none;
  font-weight: 400 !important;
}
.cid-uLMT5bnPh6 .nav-dropdown .link {
  font-weight: 400 !important;
  padding: 0 !important;
  margin: 0 !important;
}
.cid-uLMT5bnPh6 .nav-dropdown .link.dropdown-toggle::after {
  margin-left: 0.5rem;
  margin-top: 0;
}
.cid-uLMT5bnPh6 .container {
  display: flex;
  margin: auto;
}
.cid-uLMT5bnPh6 .iconfont-wrapper {
  color: #e0bdb6;
  font-size: 17px;
  margin-right: 10px;
  margin-bottom: 5px;
  width: 25px;
  height: 25px;
  border-radius: 50%;
  display: flex;
  justify-content: center;
  align-items: center;
  transition: all 0.2s ease-in-out;
}
.cid-uLMT5bnPh6 .iconfont-wrapper:last-child {
  margin-right: 0;
}
.cid-uLMT5bnPh6 .iconfont-wrapper:hover {
  opacity: .5;
}
.cid-uLMT5bnPh6 .navbar-caption {
  color: #747474;
}
.cid-uLMT5bnPh6 .navbar-nav {
  margin: 0 1rem;
}
@media (min-width: 992px) {
  .cid-uLMT5bnPh6 .navbar-nav {
    margin: 0;
  }
}
.cid-uLMT5bnPh6 .dropdown-menu,
.cid-uLMT5bnPh6 .navbar.opened {
  background-color: false !important;
}
.cid-uLMT5bnPh6 .nav-item:focus,
.cid-uLMT5bnPh6 .nav-link:focus {
  outline: none;
}
.cid-uLMT5bnPh6 .dropdown .dropdown-menu .dropdown-item {
  width: auto;
  transition: all 0.25s ease-in-out;
}
.cid-uLMT5bnPh6 .dropdown .dropdown-menu .dropdown-item::after {
  right: 0.5rem;
}
.cid-uLMT5bnPh6 .dropdown .dropdown-menu .dropdown-item .mbr-iconfont {
  margin-right: 0.5rem;
  vertical-align: sub;
}
.cid-uLMT5bnPh6 .dropdown .dropdown-menu .dropdown-item .mbr-iconfont:before {
  display: inline-block;
  transform: scale(1, 1);
  transition: all 0.25s ease-in-out;
}
.cid-uLMT5bnPh6 .collapsed .dropdown-menu .dropdown-item:before {
  display: none;
}
.cid-uLMT5bnPh6 .collapsed .dropdown .dropdown-menu .dropdown-item {
  padding: 0.235em 1.5em 0.235em 1.5em !important;
  transition: none;
  margin: 0 !important;
}
.cid-uLMT5bnPh6 .navbar {
  min-height: 70px;
  padding: 20px 0;
  transition: all 0.3s;
  border-bottom-width: 0px;
}
@media (max-width: 992px) {
  .cid-uLMT5bnPh6 .navbar {
    min-height: 30px;
    max-height: 90px;
  }
}
.cid-uLMT5bnPh6 .navbar.opened {
  transition: all 0.3s;
}
.cid-uLMT5bnPh6 .navbar .dropdown-item {
  padding: 0;
  margin: 8px 0;
}
.cid-uLMT5bnPh6 .navbar .navbar-logo img {
  width: auto;
  object-fit: contain;
  border-radius: 0;
}
.cid-uLMT5bnPh6 .navbar .navbar-collapse {
  justify-content: space-between;
  z-index: 1;
}
.cid-uLMT5bnPh6 .navbar.collapsed {
  justify-content: center;
}
.cid-uLMT5bnPh6 .navbar.collapsed .nav-item .nav-link::before {
  display: none;
}
.cid-uLMT5bnPh6 .navbar.collapsed.opened .dropdown-menu {
  top: 0;
}
.cid-uLMT5bnPh6 .navbar.collapsed .dropdown-menu .dropdown-submenu {
  left: 0 !important;
}
.cid-uLMT5bnPh6 .navbar.collapsed .dropdown-menu .dropdown-item:after {
  right: auto;
}
.cid-uLMT5bnPh6 .navbar.collapsed ul.navbar-nav li {
  margin: auto;
}
.cid-uLMT5bnPh6 .navbar.collapsed .dropdown-menu .dropdown-item {
  padding: 0.25rem 1.5rem;
  text-align: left;
}
.cid-uLMT5bnPh6 .navbar.collapsed .icons-menu {
  padding: 0;
}
@media (max-width: 991px) {
  .cid-uLMT5bnPh6 .navbar .nav-item {
    padding: .5rem 0;
  }
  .cid-uLMT5bnPh6 .navbar .navbar-collapse {
    padding: 34px 0;
    border-radius: 25px;
  }
  .cid-uLMT5bnPh6 .navbar .nav-item .nav-link::before {
    display: none;
  }
  .cid-uLMT5bnPh6 .navbar.opened .dropdown-menu {
    top: 0;
  }
  .cid-uLMT5bnPh6 .navbar .dropdown-menu {
    padding: 6px 0 6px 15px;
  }
  .cid-uLMT5bnPh6 .navbar .dropdown-menu .dropdown-submenu {
    left: 0 !important;
  }
  .cid-uLMT5bnPh6 .navbar .dropdown-menu .dropdown-item:after {
    right: auto;
    margin-top: -0.4rem;
  }
  .cid-uLMT5bnPh6 .navbar .navbar-logo img {
    height: 3rem !important;
  }
  .cid-uLMT5bnPh6 .navbar ul.navbar-nav {
    overflow: hidden;
  }
  .cid-uLMT5bnPh6 .navbar ul.navbar-nav li {
    margin: 0;
  }
  .cid-uLMT5bnPh6 .navbar .dropdown-menu .dropdown-item {
    padding: 0 !important;
    margin: 0;
    margin-top: 8px;
    text-align: left;
  }
  .cid-uLMT5bnPh6 .navbar .navbar-brand {
    flex-shrink: initial;
    flex-basis: auto;
    word-break: break-word;
    padding-right: 2rem;
  }
  .cid-uLMT5bnPh6 .navbar .navbar-toggler {
    flex-basis: auto;
  }
  .cid-uLMT5bnPh6 .navbar .icons-menu {
    padding: 0;
  }
}
.cid-uLMT5bnPh6 .navbar.navbar-short {
  min-height: 60px;
}
.cid-uLMT5bnPh6 .navbar.navbar-short .navbar-logo img {
  height: 2.5rem !important;
}
.cid-uLMT5bnPh6 .navbar.navbar-short .navbar-brand {
  min-height: 60px;
  padding: 0;
}
.cid-uLMT5bnPh6 .navbar-brand {
  min-height: 70px;
  flex-shrink: 0;
  align-items: center;
  margin-right: 0;
  padding: 10px 0;
  transition: all 0.3s;
  word-break: break-word;
  z-index: 1;
}
.cid-uLMT5bnPh6 .navbar-brand .navbar-caption {
  line-height: inherit !important;
}
.cid-uLMT5bnPh6 .navbar-brand .navbar-logo a {
  outline: none;
}
.cid-uLMT5bnPh6 .dropdown-item.active,
.cid-uLMT5bnPh6 .dropdown-item:active {
  background-color: transparent;
}
.cid-uLMT5bnPh6 .navbar-expand-lg .navbar-nav .nav-link {
  padding: 0;
}
.cid-uLMT5bnPh6 .nav-dropdown .link.dropdown-toggle {
  margin-right: 1.667em;
}
.cid-uLMT5bnPh6 .nav-dropdown .link.dropdown-toggle[aria-expanded="true"] {
  margin-right: 0;
  padding: 0.667em 1.667em;
}
.cid-uLMT5bnPh6 .navbar .dropdown.open > .dropdown-menu {
  display: block;
}
.cid-uLMT5bnPh6 ul.navbar-nav {
  flex-wrap: wrap;
  padding: 36px 0;
  border-bottom: 1px solid #0e132f;
}
.cid-uLMT5bnPh6 .navbar-buttons {
  text-align: center;
  min-width: 170px;
}
.cid-uLMT5bnPh6 button.navbar-toggler {
  outline: none;
  width: 48px;
  height: 48px;
  border-radius: 50%;
  cursor: pointer;
  transition: all 0.2s;
  position: relative;
  align-self: center;
  color: #ffffff;
  background: #ffffff;
}
.cid-uLMT5bnPh6 button.navbar-toggler .hamburger span {
  position: absolute;
  right: 10px;
  margin-top: 14px;
  width: 26px;
  height: 2px;
  border-right: 5px;
  background-color: #474747;
}
.cid-uLMT5bnPh6 button.navbar-toggler .hamburger span:nth-child(1) {
  top: 0;
  transition: all 0.2s;
}
.cid-uLMT5bnPh6 button.navbar-toggler .hamburger span:nth-child(2) {
  top: 8px;
  transition: all 0.15s;
}
.cid-uLMT5bnPh6 button.navbar-toggler .hamburger span:nth-child(3) {
  top: 8px;
  transition: all 0.15s;
}
.cid-uLMT5bnPh6 button.navbar-toggler .hamburger span:nth-child(4) {
  top: 16px;
  transition: all 0.2s;
}
.cid-uLMT5bnPh6 nav.opened .hamburger span:nth-child(1) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-uLMT5bnPh6 nav.opened .hamburger span:nth-child(2) {
  transform: rotate(45deg);
  transition: all 0.25s;
}
.cid-uLMT5bnPh6 nav.opened .hamburger span:nth-child(3) {
  transform: rotate(-45deg);
  transition: all 0.25s;
}
.cid-uLMT5bnPh6 nav.opened .hamburger span:nth-child(4) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-uLMT5bnPh6 a.nav-link {
  display: flex;
  align-items: center;
  justify-content: flex-start;
}
.cid-uLMT5bnPh6 .icons-menu {
  flex-wrap: nowrap;
  display: flex;
  justify-content: center;
  padding: 0;
  text-align: center;
  margin-bottom: 35px;
}
@media screen and (-ms-high-contrast: active), (-ms-high-contrast: none) {
  .cid-uLMT5bnPh6 .navbar {
    height: 70px;
  }
  .cid-uLMT5bnPh6 .navbar.opened {
    height: auto;
  }
  .cid-uLMT5bnPh6 .nav-item .nav-link:hover::before {
    width: 175%;
    max-width: calc(100% + 2rem);
    left: -1rem;
  }
}
.cid-uLMT5bnPh6 .navbar-dropdown .navbar-logo {
  margin-right: 15px;
}
@media (min-width: 768px) {
  .cid-uLMT5bnPh6 .container-fluid {
    padding-left: 30px;
    padding-right: 30px;
  }
}
.cid-uLMT5bnPh6 .mbr-section-btn-main {
  padding-top: 5px;
}
.cid-uLMT5bnPh6 .mbr-section-btn-main .btn {
  margin: 0 4px 4px 4px;
}
.cid-uLMT5bnPh6 .navbar-caption:hover {
  color: #2554ab;
}
@media (min-width: 992px) {
  .cid-uLMT5bnPh6 .dropdown-menu.dropdown-submenu {
    left: 175px !important;
    top: -45% !important;
  }
}
.cid-uLMT5bnPh6 .nav-link {
  position: relative;
}
.cid-uLMT5bnPh6 .nav-link:before {
  content: '';
  position: absolute;
  left: -12px;
  width: 6px;
  height: 6px;
  border-radius: 100%;
  background-color: #2554ab;
  transition: all .3s ease;
  opacity: 0;
}
.cid-uLMT5bnPh6 .nav-link:hover:before {
  opacity: 1;
}
.cid-uLMT5bnPh6 .mbr-section-subtitle {
  color: #ffffff;
}
.cid-uLMT5bnPh6 .mbr-text {
  color: #ffffff;
  text-align: center;
}
.cid-uLMT5bnPh6 .text_widget {
  color: #ffffff;
}
.cid-uLMT5bnPh6 .mbr-section-subtitle,
.cid-uLMT5bnPh6 .text_widget,
.cid-uLMT5bnPh6 .mbr-section-btn {
  text-align: center;
}
.cid-uLMT5bnPh6 a[class*="text-"]:not(.nav-link):not(.dropdown-item):not([role]):not(.navbar-caption):hover {
  background-image: none;
}
.cid-uC4oS55BHi {
  padding-top: 0rem;
  padding-bottom: 0rem;
  background-color: #ffffff;
}
.cid-uC4oS55BHi .item-img {
  position: relative;
  overflow: hidden;
}
.cid-uC4oS55BHi .item-img:before {
  content: '';
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
  left: 0;
  background: black;
  opacity: 0.3;
  z-index: 1;
  transition: all 0.3s;
  pointer-events: none;
}
.cid-uC4oS55BHi h5 {
  margin-bottom: 1rem;
}
.cid-uC4oS55BHi .item-content {
  position: absolute;
  top: 55%;
  right: 0;
  z-index: 2;
  width: 100%;
  transform: translateY(-50%);
  padding: 2rem 8rem;
  display: flex;
  flex-direction: column;
  height: 50%;
}
@media (max-width: 767px) {
  .cid-uC4oS55BHi .item-content {
    padding: 0 2rem 1.5rem;
    margin-top: 1rem;
  }
}
.cid-uC4oS55BHi img,
.cid-uC4oS55BHi .item-img {
  width: 100%;
  transition: all 0.3s;
  height: 100%;
  height: 400px;
  object-fit: cover;
}
.cid-uC4oS55BHi .item:focus,
.cid-uC4oS55BHi span:focus {
  outline: none;
}
.cid-uC4oS55BHi .item {
  margin-bottom: 2rem;
}
@media (max-width: 767px) {
  .cid-uC4oS55BHi .item {
    margin-bottom: 1rem;
  }
}
.cid-uC4oS55BHi .item-wrapper {
  position: relative;
  border-radius: 15px;
  height: 100%;
  display: flex;
  flex-flow: column nowrap;
}
.cid-uC4oS55BHi .mbr-section-title {
  color: #4e423d;
}
.cid-uC4oS55BHi .item-title {
  text-align: left;
  color: #ffffff;
}
.cid-uC4oS55BHi .item-subtitle {
  text-align: left;
  color: #ffffff;
}
.cid-uC4oS55BHi .mbr-text,
.cid-uC4oS55BHi .item .mbr-section-btn {
  text-align: left;
  color: #ffffff;
}
.cid-uC4oS55BHi .content-head {
  max-width: 800px;
}
.cid-uC4oS6qThC {
  padding-top: 1rem;
  padding-bottom: 5rem;
  background-color: #fafafa;
}
.cid-uC4oS6qThC .mbr-section-title {
  margin-bottom: 1em;
  color: #272727;
}
.cid-uC4oS6qThC .mbr-section-subtitle {
  margin-bottom: 1.5625em;
  color: #272727;
  opacity: 0.4;
}
.cid-uC4oS6qThC .item-row {
  display: grid;
  -webkit-box-align: stretch;
  -webkit-align-items: stretch;
  -ms-flex-align: stretch;
  align-items: stretch;
  grid-auto-columns: 1fr;
  grid-column-gap: 16px;
  grid-row-gap: 16px;
  grid-template-columns: repeat(4, 1fr);
  -ms-grid-rows: auto;
  grid-template-rows: auto;
}
@media (max-width: 1199px) {
  .cid-uC4oS6qThC .item-row {
    grid-template-columns: repeat(2, 1fr);
  }
}
@media (max-width: 767px) {
  .cid-uC4oS6qThC .item-row {
    grid-template-columns: repeat(1, 1fr);
  }
}
.cid-uC4oS6qThC .item {
  padding: 0;
}
.cid-uC4oS6qThC .item-wrapper {
  display: flex;
  flex-direction: column;
  align-items: stretch;
  height: 100%;
  width: 100%;
  border-radius: 10px;
  overflow: hidden;
  transform-style: preserve-3d;
  transition: .3s all;
  border: 2px solid transparent;
}
.cid-uC4oS6qThC .item-wrapper:hover {
  transform: scale3d(1.01, 1.01, 1);
  border-color: #fafafa;
}
.cid-uC4oS6qThC .item-img {
  display: flex;
  align-items: center;
  justify-content: center;
  height: 175px;
}
.cid-uC4oS6qThC .item-img img {
  width: 100%;
  object-fit: cover;
  height: 100%;
}
.cid-uC4oS6qThC .item-content {
  display: flex;
  flex-direction: column;
  align-items: stretch;
  width: 100%;
  padding: 20px 5% 6%;
  flex-grow: 1;
  background-color: #ffffff;
}
.cid-uC4oS6qThC .item-text-wrap {
  width: 100%;
  margin-bottom: 5.3em;
}
@media (max-width: 1199px) {
  .cid-uC4oS6qThC .item-text-wrap {
    margin-bottom: 4em;
  }
}
@media (max-width: 767px) {
  .cid-uC4oS6qThC .item-text-wrap {
    margin-bottom: 2em;
    max-width: 340px;
    margin-right: auto;
  }
}
.cid-uC4oS6qThC .item-title {
  color: #272727;
  margin-bottom: 0.52em;
}
.cid-uC4oS6qThC .item-subtitle {
  color: #272727;
  opacity: 0.52em;
}
.cid-uC4oS6qThC .card-bottom {
  display: flex;
  flex-direction: column;
  align-items: stretch;
  margin-top: auto;
}
.cid-uC4oS6qThC .item-name-wrap {
  display: flex;
  align-items: center;
  width: 100%;
}
.cid-uC4oS6qThC .image-wrapper {
  width: 35px;
  height: 35px;
  margin-right: 10px;
  border-radius: 300px;
  overflow: hidden;
}
.cid-uC4oS6qThC .image-wrapper img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.cid-uC4oS6qThC .mbr-text {
  flex-grow: 1;
  color: #272727;
  text-align: right;
}
.cid-uC4oS6qThC .mbr-section-btn {
  display: flex;
  margin-top: 20px;
  width: auto !important;
}
.cid-uC4oS6qThC .mbr-section-btn .btn {
  width: 100%;
  min-width: auto !important;
}
.cid-uLMRAIzUxG {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-color: #0e132f;
}
.cid-uLMRAIzUxG .mbr-fallback-image.disabled {
  display: none;
}
.cid-uLMRAIzUxG .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-uLMRAIzUxG .container {
    padding: 0 16px;
  }
}
.cid-uLMRAIzUxG .card {
  display: flex;
  flex-direction: column;
  justify-content: space-between;
}
@media (max-width: 992px) {
  .cid-uLMRAIzUxG .card {
    margin-bottom: 40px;
  }
}
.cid-uLMRAIzUxG .card .content-wrapper .title-wrapper .title-wrap {
  display: inline-flex;
  align-items: center;
  margin-bottom: 16px;
}
@media (max-width: 992px) {
  .cid-uLMRAIzUxG .card .content-wrapper .title-wrapper .title-wrap {
    margin-bottom: 40px;
  }
}
.cid-uLMRAIzUxG .card .content-wrapper .title-wrapper .title-wrap img {
  width: 32px;
  height: 32px;
  object-fit: contain;
  margin-right: 1rem;
}
.cid-uLMRAIzUxG .card .content-wrapper .title-wrapper .title-wrap .mbr-section-title {
  margin-bottom: 0;
}
.cid-uLMRAIzUxG .card .content-wrapper .copyright {
  margin-bottom: 20px;
}
@media (max-width: 992px) {
  .cid-uLMRAIzUxG .card .content-wrapper .copyright {
    margin-bottom: 40px;
  }
}
.cid-uLMRAIzUxG .card .social-wrapper .social-wrap {
  display: inline-flex;
  flex-wrap: wrap;
}
.cid-uLMRAIzUxG .card .social-wrapper .social-wrap .mbr-iconfont {
  font-size: 20px;
  margin-right: 48px;
  color: #ffffff;
}
.cid-uLMRAIzUxG .list-wrapper .mbr-card-title {
  margin-bottom: 16px;
}
.cid-uLMRAIzUxG .list-wrapper .list {
  margin: 0;
  padding: 0;
  list-style-type: none;
}
.cid-uLMRAIzUxG .list-wrapper .list .item-wrap {
  margin-bottom: 16px;
}
@media (max-width: 992px) {
  .cid-uLMRAIzUxG .list-wrapper .list {
    margin-bottom: 40px;
  }
}
.cid-uLMRAIzUxG .mbr-section-title {
  color: #ffffff;
}
.cid-uLMRAIzUxG .copyright {
  color: #ffffff;
}
.cid-uLMRAIzUxG .mbr-card-title {
  color: #D4FE00;
}
.cid-uLMRAIzUxG .list {
  color: #ffffff;
}
.cid-uLMT5bnPh6 .navbar-dropdown {
  background-color: #ffffff !important;
  padding: 0;
}
.cid-uLMT5bnPh6 .navbar.navbar-expand-lg .dropdown .dropdown-menu {
  background-color: #ffffff !important;
  background: #ffffff;
}
.cid-uLMT5bnPh6 .navbar.navbar-expand-lg .dropdown .dropdown-menu .dropdown-submenu {
  margin: 0;
  left: 100%;
}
@media (max-width: 991px) {
  .cid-uLMT5bnPh6 .menu_box .navbar.opened,
  .cid-uLMT5bnPh6 .menu_box .navbar-collapse {
    background-color: #ffffff !important;
    transition: all 0s ease 0s;
  }
}
.cid-uLMT5bnPh6 .navbar-dropdown {
  position: relative !important;
}
.cid-uLMT5bnPh6 .btn {
  min-height: auto;
  box-shadow: none;
  margin-top: 0;
}
.cid-uLMT5bnPh6 .btn:hover {
  box-shadow: none;
}
@media (min-width: 992px) {
  .cid-uLMT5bnPh6 .offcanvas_image img {
    width: auto;
    object-fit: cover;
    display: inline-block;
  }
  .cid-uLMT5bnPh6 .offcanvas-header {
    position: relative;
    padding: 0;
  }
  .cid-uLMT5bnPh6 .offcanvas-header .btn-close {
    position: absolute;
    top: -70px;
    right: 0;
    width: 35px;
    height: 30px;
  }
  .cid-uLMT5bnPh6 .offcanvas-body {
    text-align: center;
    padding: 0;
  }
  .cid-uLMT5bnPh6 .offcanvas-body .mbr-text,
  .cid-uLMT5bnPh6 .offcanvas-body .mbr-section-subtitle {
    margin-top: 14px;
  }
  .cid-uLMT5bnPh6 .offcanvas-body .offcanvas_contact {
    margin: 35px 0;
  }
  .cid-uLMT5bnPh6 .offcanvas_box button.btn_offcanvas {
    outline: none;
    width: 40px;
    height: 40px;
    cursor: pointer;
    transition: all 0.2s;
    position: relative;
    align-self: center;
  }
  .cid-uLMT5bnPh6 .offcanvas_box button.btn_offcanvas .hamburger span {
    position: absolute;
    right: 0;
    width: 40px;
    height: 2px;
    border-right: 5px;
    background-color: #474747;
  }
  .cid-uLMT5bnPh6 .offcanvas_box button.btn_offcanvas .hamburger span:nth-child(1) {
    top: 18px;
    transition: all 0.2s;
  }
  .cid-uLMT5bnPh6 .offcanvas_box button.btn_offcanvas .hamburger span:nth-child(2) {
    top: 25px;
    transition: all 0.2s;
  }
  .cid-uLMT5bnPh6 .offcanvas_box button.btn_offcanvas:hover .hamburger span {
    width: 36px;
  }
  .cid-uLMT5bnPh6 .offcanvas_box button.btn_offcanvas:hover .hamburger span:nth-child(2) {
    width: 33px;
    transition-delay: 0.2s;
  }
  .cid-uLMT5bnPh6 ul.navbar-nav {
    padding-bottom: 1.5rem;
  }
  .cid-uLMT5bnPh6 .dropdown-menu .dropdown-toggle[data-toggle="dropdown-submenu"]::after,
  .cid-uLMT5bnPh6 .link.dropdown-toggle::after {
    display: inline-block;
    width: 7px;
    height: 7px;
    margin-left: .5rem;
    margin-bottom: 2px;
    content: "";
    border: 2px solid;
    border-left: none;
    border-top: none;
    transform: rotate(-45deg);
  }
  .cid-uLMT5bnPh6 .link.dropdown-toggle::after {
    padding: 0 !important;
    transform: rotate(45deg);
  }
  .cid-uLMT5bnPh6 li.nav-item {
    position: relative;
    display: inline-block;
    padding: 1px 7px !important;
    vertical-align: middle;
    line-height: 2em !important;
    font-weight: 600 !important;
    text-decoration: none;
    letter-spacing: 0 !important;
    z-index: 1;
  }
  .cid-uLMT5bnPh6 .lg_brand {
    margin: 0 1rem;
  }
}
.cid-uLMT5bnPh6 .nav-item {
  margin: 4px 15px;
}
@media (min-width: 1200px) {
  .cid-uLMT5bnPh6 .nav-item {
    margin: 4px 20px;
  }
}
@media (max-width: 991px) {
  .cid-uLMT5bnPh6 .nav-item {
    margin: 0 !important;
  }
}
.cid-uLMT5bnPh6 .dropdown-menu {
  border-radius: 0;
  box-shadow: none;
  text-align: left;
}
@media (min-width: 992px) {
  .cid-uLMT5bnPh6 .dropdown-menu {
    padding: 18px 34px 22px;
    min-width: 250px;
    top: auto !important;
    left: -40px !important;
  }
  .cid-uLMT5bnPh6 .dropdown-menu.dropdown-submenu {
    left: 215px !important;
    top: -45% !important;
  }
}
@media (max-width: 991px) {
  .cid-uLMT5bnPh6 .dropdown-menu .dropdown-toggle[data-toggle="dropdown-submenu"]::after,
  .cid-uLMT5bnPh6 .link.dropdown-toggle::after {
    display: inline-block;
    width: 7px;
    height: 7px;
    margin-left: .5rem;
    margin-bottom: 2px;
    content: "";
    border: 2px solid;
    border-left: none;
    border-top: none;
    transform: rotate(-45deg);
    right: 15px;
    position: absolute;
    margin-top: -2px;
  }
  .cid-uLMT5bnPh6 .show.dropdown-toggle[aria-expanded="true"]::after {
    transform: rotate(45deg);
    margin-top: -4px;
  }
  .cid-uLMT5bnPh6 .offcanvas_box {
    display: none;
  }
}
.cid-uLMT5bnPh6 .dropdown-item {
  border: none;
  font-weight: 400 !important;
}
.cid-uLMT5bnPh6 .nav-dropdown .link {
  font-weight: 400 !important;
  padding: 0 !important;
  margin: 0 !important;
}
.cid-uLMT5bnPh6 .nav-dropdown .link.dropdown-toggle::after {
  margin-left: 0.5rem;
  margin-top: 0;
}
.cid-uLMT5bnPh6 .container {
  display: flex;
  margin: auto;
}
.cid-uLMT5bnPh6 .iconfont-wrapper {
  color: #e0bdb6;
  font-size: 17px;
  margin-right: 10px;
  margin-bottom: 5px;
  width: 25px;
  height: 25px;
  border-radius: 50%;
  display: flex;
  justify-content: center;
  align-items: center;
  transition: all 0.2s ease-in-out;
}
.cid-uLMT5bnPh6 .iconfont-wrapper:last-child {
  margin-right: 0;
}
.cid-uLMT5bnPh6 .iconfont-wrapper:hover {
  opacity: .5;
}
.cid-uLMT5bnPh6 .navbar-caption {
  color: #747474;
}
.cid-uLMT5bnPh6 .navbar-nav {
  margin: 0 1rem;
}
@media (min-width: 992px) {
  .cid-uLMT5bnPh6 .navbar-nav {
    margin: 0;
  }
}
.cid-uLMT5bnPh6 .dropdown-menu,
.cid-uLMT5bnPh6 .navbar.opened {
  background-color: false !important;
}
.cid-uLMT5bnPh6 .nav-item:focus,
.cid-uLMT5bnPh6 .nav-link:focus {
  outline: none;
}
.cid-uLMT5bnPh6 .dropdown .dropdown-menu .dropdown-item {
  width: auto;
  transition: all 0.25s ease-in-out;
}
.cid-uLMT5bnPh6 .dropdown .dropdown-menu .dropdown-item::after {
  right: 0.5rem;
}
.cid-uLMT5bnPh6 .dropdown .dropdown-menu .dropdown-item .mbr-iconfont {
  margin-right: 0.5rem;
  vertical-align: sub;
}
.cid-uLMT5bnPh6 .dropdown .dropdown-menu .dropdown-item .mbr-iconfont:before {
  display: inline-block;
  transform: scale(1, 1);
  transition: all 0.25s ease-in-out;
}
.cid-uLMT5bnPh6 .collapsed .dropdown-menu .dropdown-item:before {
  display: none;
}
.cid-uLMT5bnPh6 .collapsed .dropdown .dropdown-menu .dropdown-item {
  padding: 0.235em 1.5em 0.235em 1.5em !important;
  transition: none;
  margin: 0 !important;
}
.cid-uLMT5bnPh6 .navbar {
  min-height: 70px;
  padding: 20px 0;
  transition: all 0.3s;
  border-bottom-width: 0px;
}
@media (max-width: 992px) {
  .cid-uLMT5bnPh6 .navbar {
    min-height: 30px;
    max-height: 90px;
  }
}
.cid-uLMT5bnPh6 .navbar.opened {
  transition: all 0.3s;
}
.cid-uLMT5bnPh6 .navbar .dropdown-item {
  padding: 0;
  margin: 8px 0;
}
.cid-uLMT5bnPh6 .navbar .navbar-logo img {
  width: auto;
  object-fit: contain;
  border-radius: 0;
}
.cid-uLMT5bnPh6 .navbar .navbar-collapse {
  justify-content: space-between;
  z-index: 1;
}
.cid-uLMT5bnPh6 .navbar.collapsed {
  justify-content: center;
}
.cid-uLMT5bnPh6 .navbar.collapsed .nav-item .nav-link::before {
  display: none;
}
.cid-uLMT5bnPh6 .navbar.collapsed.opened .dropdown-menu {
  top: 0;
}
.cid-uLMT5bnPh6 .navbar.collapsed .dropdown-menu .dropdown-submenu {
  left: 0 !important;
}
.cid-uLMT5bnPh6 .navbar.collapsed .dropdown-menu .dropdown-item:after {
  right: auto;
}
.cid-uLMT5bnPh6 .navbar.collapsed ul.navbar-nav li {
  margin: auto;
}
.cid-uLMT5bnPh6 .navbar.collapsed .dropdown-menu .dropdown-item {
  padding: 0.25rem 1.5rem;
  text-align: left;
}
.cid-uLMT5bnPh6 .navbar.collapsed .icons-menu {
  padding: 0;
}
@media (max-width: 991px) {
  .cid-uLMT5bnPh6 .navbar .nav-item {
    padding: .5rem 0;
  }
  .cid-uLMT5bnPh6 .navbar .navbar-collapse {
    padding: 34px 0;
    border-radius: 25px;
  }
  .cid-uLMT5bnPh6 .navbar .nav-item .nav-link::before {
    display: none;
  }
  .cid-uLMT5bnPh6 .navbar.opened .dropdown-menu {
    top: 0;
  }
  .cid-uLMT5bnPh6 .navbar .dropdown-menu {
    padding: 6px 0 6px 15px;
  }
  .cid-uLMT5bnPh6 .navbar .dropdown-menu .dropdown-submenu {
    left: 0 !important;
  }
  .cid-uLMT5bnPh6 .navbar .dropdown-menu .dropdown-item:after {
    right: auto;
    margin-top: -0.4rem;
  }
  .cid-uLMT5bnPh6 .navbar .navbar-logo img {
    height: 3rem !important;
  }
  .cid-uLMT5bnPh6 .navbar ul.navbar-nav {
    overflow: hidden;
  }
  .cid-uLMT5bnPh6 .navbar ul.navbar-nav li {
    margin: 0;
  }
  .cid-uLMT5bnPh6 .navbar .dropdown-menu .dropdown-item {
    padding: 0 !important;
    margin: 0;
    margin-top: 8px;
    text-align: left;
  }
  .cid-uLMT5bnPh6 .navbar .navbar-brand {
    flex-shrink: initial;
    flex-basis: auto;
    word-break: break-word;
    padding-right: 2rem;
  }
  .cid-uLMT5bnPh6 .navbar .navbar-toggler {
    flex-basis: auto;
  }
  .cid-uLMT5bnPh6 .navbar .icons-menu {
    padding: 0;
  }
}
.cid-uLMT5bnPh6 .navbar.navbar-short {
  min-height: 60px;
}
.cid-uLMT5bnPh6 .navbar.navbar-short .navbar-logo img {
  height: 2.5rem !important;
}
.cid-uLMT5bnPh6 .navbar.navbar-short .navbar-brand {
  min-height: 60px;
  padding: 0;
}
.cid-uLMT5bnPh6 .navbar-brand {
  min-height: 70px;
  flex-shrink: 0;
  align-items: center;
  margin-right: 0;
  padding: 10px 0;
  transition: all 0.3s;
  word-break: break-word;
  z-index: 1;
}
.cid-uLMT5bnPh6 .navbar-brand .navbar-caption {
  line-height: inherit !important;
}
.cid-uLMT5bnPh6 .navbar-brand .navbar-logo a {
  outline: none;
}
.cid-uLMT5bnPh6 .dropdown-item.active,
.cid-uLMT5bnPh6 .dropdown-item:active {
  background-color: transparent;
}
.cid-uLMT5bnPh6 .navbar-expand-lg .navbar-nav .nav-link {
  padding: 0;
}
.cid-uLMT5bnPh6 .nav-dropdown .link.dropdown-toggle {
  margin-right: 1.667em;
}
.cid-uLMT5bnPh6 .nav-dropdown .link.dropdown-toggle[aria-expanded="true"] {
  margin-right: 0;
  padding: 0.667em 1.667em;
}
.cid-uLMT5bnPh6 .navbar .dropdown.open > .dropdown-menu {
  display: block;
}
.cid-uLMT5bnPh6 ul.navbar-nav {
  flex-wrap: wrap;
  padding: 36px 0;
  border-bottom: 1px solid #0e132f;
}
.cid-uLMT5bnPh6 .navbar-buttons {
  text-align: center;
  min-width: 170px;
}
.cid-uLMT5bnPh6 button.navbar-toggler {
  outline: none;
  width: 48px;
  height: 48px;
  border-radius: 50%;
  cursor: pointer;
  transition: all 0.2s;
  position: relative;
  align-self: center;
  color: #ffffff;
  background: #ffffff;
}
.cid-uLMT5bnPh6 button.navbar-toggler .hamburger span {
  position: absolute;
  right: 10px;
  margin-top: 14px;
  width: 26px;
  height: 2px;
  border-right: 5px;
  background-color: #474747;
}
.cid-uLMT5bnPh6 button.navbar-toggler .hamburger span:nth-child(1) {
  top: 0;
  transition: all 0.2s;
}
.cid-uLMT5bnPh6 button.navbar-toggler .hamburger span:nth-child(2) {
  top: 8px;
  transition: all 0.15s;
}
.cid-uLMT5bnPh6 button.navbar-toggler .hamburger span:nth-child(3) {
  top: 8px;
  transition: all 0.15s;
}
.cid-uLMT5bnPh6 button.navbar-toggler .hamburger span:nth-child(4) {
  top: 16px;
  transition: all 0.2s;
}
.cid-uLMT5bnPh6 nav.opened .hamburger span:nth-child(1) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-uLMT5bnPh6 nav.opened .hamburger span:nth-child(2) {
  transform: rotate(45deg);
  transition: all 0.25s;
}
.cid-uLMT5bnPh6 nav.opened .hamburger span:nth-child(3) {
  transform: rotate(-45deg);
  transition: all 0.25s;
}
.cid-uLMT5bnPh6 nav.opened .hamburger span:nth-child(4) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-uLMT5bnPh6 a.nav-link {
  display: flex;
  align-items: center;
  justify-content: flex-start;
}
.cid-uLMT5bnPh6 .icons-menu {
  flex-wrap: nowrap;
  display: flex;
  justify-content: center;
  padding: 0;
  text-align: center;
  margin-bottom: 35px;
}
@media screen and (-ms-high-contrast: active), (-ms-high-contrast: none) {
  .cid-uLMT5bnPh6 .navbar {
    height: 70px;
  }
  .cid-uLMT5bnPh6 .navbar.opened {
    height: auto;
  }
  .cid-uLMT5bnPh6 .nav-item .nav-link:hover::before {
    width: 175%;
    max-width: calc(100% + 2rem);
    left: -1rem;
  }
}
.cid-uLMT5bnPh6 .navbar-dropdown .navbar-logo {
  margin-right: 15px;
}
@media (min-width: 768px) {
  .cid-uLMT5bnPh6 .container-fluid {
    padding-left: 30px;
    padding-right: 30px;
  }
}
.cid-uLMT5bnPh6 .mbr-section-btn-main {
  padding-top: 5px;
}
.cid-uLMT5bnPh6 .mbr-section-btn-main .btn {
  margin: 0 4px 4px 4px;
}
.cid-uLMT5bnPh6 .navbar-caption:hover {
  color: #2554ab;
}
@media (min-width: 992px) {
  .cid-uLMT5bnPh6 .dropdown-menu.dropdown-submenu {
    left: 175px !important;
    top: -45% !important;
  }
}
.cid-uLMT5bnPh6 .nav-link {
  position: relative;
}
.cid-uLMT5bnPh6 .nav-link:before {
  content: '';
  position: absolute;
  left: -12px;
  width: 6px;
  height: 6px;
  border-radius: 100%;
  background-color: #2554ab;
  transition: all .3s ease;
  opacity: 0;
}
.cid-uLMT5bnPh6 .nav-link:hover:before {
  opacity: 1;
}
.cid-uLMT5bnPh6 .mbr-section-subtitle {
  color: #ffffff;
}
.cid-uLMT5bnPh6 .mbr-text {
  color: #ffffff;
  text-align: center;
}
.cid-uLMT5bnPh6 .text_widget {
  color: #ffffff;
}
.cid-uLMT5bnPh6 .mbr-section-subtitle,
.cid-uLMT5bnPh6 .text_widget,
.cid-uLMT5bnPh6 .mbr-section-btn {
  text-align: center;
}
.cid-uLMT5bnPh6 a[class*="text-"]:not(.nav-link):not(.dropdown-item):not([role]):not(.navbar-caption):hover {
  background-image: none;
}
.cid-uC4oSoO7A7 {
  padding-top: 0rem;
  padding-bottom: 0rem;
  background-color: #ffffff;
}
.cid-uC4oSoO7A7 .item-img {
  position: relative;
  overflow: hidden;
}
.cid-uC4oSoO7A7 .item-img:before {
  content: '';
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
  left: 0;
  background: black;
  opacity: 0.3;
  z-index: 1;
  transition: all 0.3s;
  pointer-events: none;
}
.cid-uC4oSoO7A7 h5 {
  margin-bottom: 1rem;
}
.cid-uC4oSoO7A7 .item-content {
  position: absolute;
  top: 55%;
  right: 0;
  z-index: 2;
  width: 100%;
  transform: translateY(-50%);
  padding: 2rem 8rem;
  display: flex;
  flex-direction: column;
  height: 50%;
}
@media (max-width: 767px) {
  .cid-uC4oSoO7A7 .item-content {
    padding: 0 2rem 1.5rem;
    margin-top: 1rem;
  }
}
.cid-uC4oSoO7A7 img,
.cid-uC4oSoO7A7 .item-img {
  width: 100%;
  transition: all 0.3s;
  height: 100%;
  height: 400px;
  object-fit: cover;
}
.cid-uC4oSoO7A7 .item:focus,
.cid-uC4oSoO7A7 span:focus {
  outline: none;
}
.cid-uC4oSoO7A7 .item {
  margin-bottom: 2rem;
}
@media (max-width: 767px) {
  .cid-uC4oSoO7A7 .item {
    margin-bottom: 1rem;
  }
}
.cid-uC4oSoO7A7 .item-wrapper {
  position: relative;
  border-radius: 15px;
  height: 100%;
  display: flex;
  flex-flow: column nowrap;
}
.cid-uC4oSoO7A7 .mbr-section-title {
  color: #4e423d;
}
.cid-uC4oSoO7A7 .item-title {
  text-align: left;
  color: #ffffff;
}
.cid-uC4oSoO7A7 .item-subtitle {
  text-align: left;
  color: #ffffff;
}
.cid-uC4oSoO7A7 .mbr-text,
.cid-uC4oSoO7A7 .item .mbr-section-btn {
  text-align: left;
  color: #ffffff;
}
.cid-uC4oSoO7A7 .content-head {
  max-width: 800px;
}
.cid-uC4oSq7po8 {
  padding-top: 1rem;
  padding-bottom: 5rem;
  background-color: #fafafa;
}
.cid-uC4oSq7po8 .mbr-section-title {
  margin-bottom: 1em;
  color: #272727;
}
.cid-uC4oSq7po8 .mbr-section-subtitle {
  margin-bottom: 1.5625em;
  color: #272727;
  opacity: 0.4;
}
.cid-uC4oSq7po8 .item-row {
  display: grid;
  -webkit-box-align: stretch;
  -webkit-align-items: stretch;
  -ms-flex-align: stretch;
  align-items: stretch;
  grid-auto-columns: 1fr;
  grid-column-gap: 16px;
  grid-row-gap: 16px;
  grid-template-columns: repeat(4, 1fr);
  -ms-grid-rows: auto;
  grid-template-rows: auto;
}
@media (max-width: 1199px) {
  .cid-uC4oSq7po8 .item-row {
    grid-template-columns: repeat(2, 1fr);
  }
}
@media (max-width: 767px) {
  .cid-uC4oSq7po8 .item-row {
    grid-template-columns: repeat(1, 1fr);
  }
}
.cid-uC4oSq7po8 .item {
  padding: 0;
}
.cid-uC4oSq7po8 .item-wrapper {
  display: flex;
  flex-direction: column;
  align-items: stretch;
  height: 100%;
  width: 100%;
  border-radius: 10px;
  overflow: hidden;
  transform-style: preserve-3d;
  transition: .3s all;
  border: 2px solid transparent;
}
.cid-uC4oSq7po8 .item-wrapper:hover {
  transform: scale3d(1.01, 1.01, 1);
  border-color: #fafafa;
}
.cid-uC4oSq7po8 .item-img {
  display: flex;
  align-items: center;
  justify-content: center;
  height: 175px;
}
.cid-uC4oSq7po8 .item-img img {
  width: 100%;
  object-fit: cover;
  height: 100%;
}
.cid-uC4oSq7po8 .item-content {
  display: flex;
  flex-direction: column;
  align-items: stretch;
  width: 100%;
  padding: 20px 5% 6%;
  flex-grow: 1;
  background-color: #ffffff;
}
.cid-uC4oSq7po8 .item-text-wrap {
  width: 100%;
  margin-bottom: 5.3em;
}
@media (max-width: 1199px) {
  .cid-uC4oSq7po8 .item-text-wrap {
    margin-bottom: 4em;
  }
}
@media (max-width: 767px) {
  .cid-uC4oSq7po8 .item-text-wrap {
    margin-bottom: 2em;
    max-width: 340px;
    margin-right: auto;
  }
}
.cid-uC4oSq7po8 .item-title {
  color: #272727;
  margin-bottom: 0.52em;
}
.cid-uC4oSq7po8 .item-subtitle {
  color: #272727;
  opacity: 0.52em;
}
.cid-uC4oSq7po8 .card-bottom {
  display: flex;
  flex-direction: column;
  align-items: stretch;
  margin-top: auto;
}
.cid-uC4oSq7po8 .item-name-wrap {
  display: flex;
  align-items: center;
  width: 100%;
}
.cid-uC4oSq7po8 .image-wrapper {
  width: 35px;
  height: 35px;
  margin-right: 10px;
  border-radius: 300px;
  overflow: hidden;
}
.cid-uC4oSq7po8 .image-wrapper img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.cid-uC4oSq7po8 .mbr-text {
  flex-grow: 1;
  color: #272727;
  text-align: right;
}
.cid-uC4oSq7po8 .mbr-section-btn {
  display: flex;
  margin-top: 20px;
  width: auto !important;
}
.cid-uC4oSq7po8 .mbr-section-btn .btn {
  width: 100%;
  min-width: auto !important;
}
.cid-uLMRAIzUxG {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-color: #0e132f;
}
.cid-uLMRAIzUxG .mbr-fallback-image.disabled {
  display: none;
}
.cid-uLMRAIzUxG .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-uLMRAIzUxG .container {
    padding: 0 16px;
  }
}
.cid-uLMRAIzUxG .card {
  display: flex;
  flex-direction: column;
  justify-content: space-between;
}
@media (max-width: 992px) {
  .cid-uLMRAIzUxG .card {
    margin-bottom: 40px;
  }
}
.cid-uLMRAIzUxG .card .content-wrapper .title-wrapper .title-wrap {
  display: inline-flex;
  align-items: center;
  margin-bottom: 16px;
}
@media (max-width: 992px) {
  .cid-uLMRAIzUxG .card .content-wrapper .title-wrapper .title-wrap {
    margin-bottom: 40px;
  }
}
.cid-uLMRAIzUxG .card .content-wrapper .title-wrapper .title-wrap img {
  width: 32px;
  height: 32px;
  object-fit: contain;
  margin-right: 1rem;
}
.cid-uLMRAIzUxG .card .content-wrapper .title-wrapper .title-wrap .mbr-section-title {
  margin-bottom: 0;
}
.cid-uLMRAIzUxG .card .content-wrapper .copyright {
  margin-bottom: 20px;
}
@media (max-width: 992px) {
  .cid-uLMRAIzUxG .card .content-wrapper .copyright {
    margin-bottom: 40px;
  }
}
.cid-uLMRAIzUxG .card .social-wrapper .social-wrap {
  display: inline-flex;
  flex-wrap: wrap;
}
.cid-uLMRAIzUxG .card .social-wrapper .social-wrap .mbr-iconfont {
  font-size: 20px;
  margin-right: 48px;
  color: #ffffff;
}
.cid-uLMRAIzUxG .list-wrapper .mbr-card-title {
  margin-bottom: 16px;
}
.cid-uLMRAIzUxG .list-wrapper .list {
  margin: 0;
  padding: 0;
  list-style-type: none;
}
.cid-uLMRAIzUxG .list-wrapper .list .item-wrap {
  margin-bottom: 16px;
}
@media (max-width: 992px) {
  .cid-uLMRAIzUxG .list-wrapper .list {
    margin-bottom: 40px;
  }
}
.cid-uLMRAIzUxG .mbr-section-title {
  color: #ffffff;
}
.cid-uLMRAIzUxG .copyright {
  color: #ffffff;
}
.cid-uLMRAIzUxG .mbr-card-title {
  color: #D4FE00;
}
.cid-uLMRAIzUxG .list {
  color: #ffffff;
}
.cid-uLMT5bnPh6 .navbar-dropdown {
  background-color: #ffffff !important;
  padding: 0;
}
.cid-uLMT5bnPh6 .navbar.navbar-expand-lg .dropdown .dropdown-menu {
  background-color: #ffffff !important;
  background: #ffffff;
}
.cid-uLMT5bnPh6 .navbar.navbar-expand-lg .dropdown .dropdown-menu .dropdown-submenu {
  margin: 0;
  left: 100%;
}
@media (max-width: 991px) {
  .cid-uLMT5bnPh6 .menu_box .navbar.opened,
  .cid-uLMT5bnPh6 .menu_box .navbar-collapse {
    background-color: #ffffff !important;
    transition: all 0s ease 0s;
  }
}
.cid-uLMT5bnPh6 .navbar-dropdown {
  position: relative !important;
}
.cid-uLMT5bnPh6 .btn {
  min-height: auto;
  box-shadow: none;
  margin-top: 0;
}
.cid-uLMT5bnPh6 .btn:hover {
  box-shadow: none;
}
@media (min-width: 992px) {
  .cid-uLMT5bnPh6 .offcanvas_image img {
    width: auto;
    object-fit: cover;
    display: inline-block;
  }
  .cid-uLMT5bnPh6 .offcanvas-header {
    position: relative;
    padding: 0;
  }
  .cid-uLMT5bnPh6 .offcanvas-header .btn-close {
    position: absolute;
    top: -70px;
    right: 0;
    width: 35px;
    height: 30px;
  }
  .cid-uLMT5bnPh6 .offcanvas-body {
    text-align: center;
    padding: 0;
  }
  .cid-uLMT5bnPh6 .offcanvas-body .mbr-text,
  .cid-uLMT5bnPh6 .offcanvas-body .mbr-section-subtitle {
    margin-top: 14px;
  }
  .cid-uLMT5bnPh6 .offcanvas-body .offcanvas_contact {
    margin: 35px 0;
  }
  .cid-uLMT5bnPh6 .offcanvas_box button.btn_offcanvas {
    outline: none;
    width: 40px;
    height: 40px;
    cursor: pointer;
    transition: all 0.2s;
    position: relative;
    align-self: center;
  }
  .cid-uLMT5bnPh6 .offcanvas_box button.btn_offcanvas .hamburger span {
    position: absolute;
    right: 0;
    width: 40px;
    height: 2px;
    border-right: 5px;
    background-color: #474747;
  }
  .cid-uLMT5bnPh6 .offcanvas_box button.btn_offcanvas .hamburger span:nth-child(1) {
    top: 18px;
    transition: all 0.2s;
  }
  .cid-uLMT5bnPh6 .offcanvas_box button.btn_offcanvas .hamburger span:nth-child(2) {
    top: 25px;
    transition: all 0.2s;
  }
  .cid-uLMT5bnPh6 .offcanvas_box button.btn_offcanvas:hover .hamburger span {
    width: 36px;
  }
  .cid-uLMT5bnPh6 .offcanvas_box button.btn_offcanvas:hover .hamburger span:nth-child(2) {
    width: 33px;
    transition-delay: 0.2s;
  }
  .cid-uLMT5bnPh6 ul.navbar-nav {
    padding-bottom: 1.5rem;
  }
  .cid-uLMT5bnPh6 .dropdown-menu .dropdown-toggle[data-toggle="dropdown-submenu"]::after,
  .cid-uLMT5bnPh6 .link.dropdown-toggle::after {
    display: inline-block;
    width: 7px;
    height: 7px;
    margin-left: .5rem;
    margin-bottom: 2px;
    content: "";
    border: 2px solid;
    border-left: none;
    border-top: none;
    transform: rotate(-45deg);
  }
  .cid-uLMT5bnPh6 .link.dropdown-toggle::after {
    padding: 0 !important;
    transform: rotate(45deg);
  }
  .cid-uLMT5bnPh6 li.nav-item {
    position: relative;
    display: inline-block;
    padding: 1px 7px !important;
    vertical-align: middle;
    line-height: 2em !important;
    font-weight: 600 !important;
    text-decoration: none;
    letter-spacing: 0 !important;
    z-index: 1;
  }
  .cid-uLMT5bnPh6 .lg_brand {
    margin: 0 1rem;
  }
}
.cid-uLMT5bnPh6 .nav-item {
  margin: 4px 15px;
}
@media (min-width: 1200px) {
  .cid-uLMT5bnPh6 .nav-item {
    margin: 4px 20px;
  }
}
@media (max-width: 991px) {
  .cid-uLMT5bnPh6 .nav-item {
    margin: 0 !important;
  }
}
.cid-uLMT5bnPh6 .dropdown-menu {
  border-radius: 0;
  box-shadow: none;
  text-align: left;
}
@media (min-width: 992px) {
  .cid-uLMT5bnPh6 .dropdown-menu {
    padding: 18px 34px 22px;
    min-width: 250px;
    top: auto !important;
    left: -40px !important;
  }
  .cid-uLMT5bnPh6 .dropdown-menu.dropdown-submenu {
    left: 215px !important;
    top: -45% !important;
  }
}
@media (max-width: 991px) {
  .cid-uLMT5bnPh6 .dropdown-menu .dropdown-toggle[data-toggle="dropdown-submenu"]::after,
  .cid-uLMT5bnPh6 .link.dropdown-toggle::after {
    display: inline-block;
    width: 7px;
    height: 7px;
    margin-left: .5rem;
    margin-bottom: 2px;
    content: "";
    border: 2px solid;
    border-left: none;
    border-top: none;
    transform: rotate(-45deg);
    right: 15px;
    position: absolute;
    margin-top: -2px;
  }
  .cid-uLMT5bnPh6 .show.dropdown-toggle[aria-expanded="true"]::after {
    transform: rotate(45deg);
    margin-top: -4px;
  }
  .cid-uLMT5bnPh6 .offcanvas_box {
    display: none;
  }
}
.cid-uLMT5bnPh6 .dropdown-item {
  border: none;
  font-weight: 400 !important;
}
.cid-uLMT5bnPh6 .nav-dropdown .link {
  font-weight: 400 !important;
  padding: 0 !important;
  margin: 0 !important;
}
.cid-uLMT5bnPh6 .nav-dropdown .link.dropdown-toggle::after {
  margin-left: 0.5rem;
  margin-top: 0;
}
.cid-uLMT5bnPh6 .container {
  display: flex;
  margin: auto;
}
.cid-uLMT5bnPh6 .iconfont-wrapper {
  color: #e0bdb6;
  font-size: 17px;
  margin-right: 10px;
  margin-bottom: 5px;
  width: 25px;
  height: 25px;
  border-radius: 50%;
  display: flex;
  justify-content: center;
  align-items: center;
  transition: all 0.2s ease-in-out;
}
.cid-uLMT5bnPh6 .iconfont-wrapper:last-child {
  margin-right: 0;
}
.cid-uLMT5bnPh6 .iconfont-wrapper:hover {
  opacity: .5;
}
.cid-uLMT5bnPh6 .navbar-caption {
  color: #747474;
}
.cid-uLMT5bnPh6 .navbar-nav {
  margin: 0 1rem;
}
@media (min-width: 992px) {
  .cid-uLMT5bnPh6 .navbar-nav {
    margin: 0;
  }
}
.cid-uLMT5bnPh6 .dropdown-menu,
.cid-uLMT5bnPh6 .navbar.opened {
  background-color: false !important;
}
.cid-uLMT5bnPh6 .nav-item:focus,
.cid-uLMT5bnPh6 .nav-link:focus {
  outline: none;
}
.cid-uLMT5bnPh6 .dropdown .dropdown-menu .dropdown-item {
  width: auto;
  transition: all 0.25s ease-in-out;
}
.cid-uLMT5bnPh6 .dropdown .dropdown-menu .dropdown-item::after {
  right: 0.5rem;
}
.cid-uLMT5bnPh6 .dropdown .dropdown-menu .dropdown-item .mbr-iconfont {
  margin-right: 0.5rem;
  vertical-align: sub;
}
.cid-uLMT5bnPh6 .dropdown .dropdown-menu .dropdown-item .mbr-iconfont:before {
  display: inline-block;
  transform: scale(1, 1);
  transition: all 0.25s ease-in-out;
}
.cid-uLMT5bnPh6 .collapsed .dropdown-menu .dropdown-item:before {
  display: none;
}
.cid-uLMT5bnPh6 .collapsed .dropdown .dropdown-menu .dropdown-item {
  padding: 0.235em 1.5em 0.235em 1.5em !important;
  transition: none;
  margin: 0 !important;
}
.cid-uLMT5bnPh6 .navbar {
  min-height: 70px;
  padding: 20px 0;
  transition: all 0.3s;
  border-bottom-width: 0px;
}
@media (max-width: 992px) {
  .cid-uLMT5bnPh6 .navbar {
    min-height: 30px;
    max-height: 90px;
  }
}
.cid-uLMT5bnPh6 .navbar.opened {
  transition: all 0.3s;
}
.cid-uLMT5bnPh6 .navbar .dropdown-item {
  padding: 0;
  margin: 8px 0;
}
.cid-uLMT5bnPh6 .navbar .navbar-logo img {
  width: auto;
  object-fit: contain;
  border-radius: 0;
}
.cid-uLMT5bnPh6 .navbar .navbar-collapse {
  justify-content: space-between;
  z-index: 1;
}
.cid-uLMT5bnPh6 .navbar.collapsed {
  justify-content: center;
}
.cid-uLMT5bnPh6 .navbar.collapsed .nav-item .nav-link::before {
  display: none;
}
.cid-uLMT5bnPh6 .navbar.collapsed.opened .dropdown-menu {
  top: 0;
}
.cid-uLMT5bnPh6 .navbar.collapsed .dropdown-menu .dropdown-submenu {
  left: 0 !important;
}
.cid-uLMT5bnPh6 .navbar.collapsed .dropdown-menu .dropdown-item:after {
  right: auto;
}
.cid-uLMT5bnPh6 .navbar.collapsed ul.navbar-nav li {
  margin: auto;
}
.cid-uLMT5bnPh6 .navbar.collapsed .dropdown-menu .dropdown-item {
  padding: 0.25rem 1.5rem;
  text-align: left;
}
.cid-uLMT5bnPh6 .navbar.collapsed .icons-menu {
  padding: 0;
}
@media (max-width: 991px) {
  .cid-uLMT5bnPh6 .navbar .nav-item {
    padding: .5rem 0;
  }
  .cid-uLMT5bnPh6 .navbar .navbar-collapse {
    padding: 34px 0;
    border-radius: 25px;
  }
  .cid-uLMT5bnPh6 .navbar .nav-item .nav-link::before {
    display: none;
  }
  .cid-uLMT5bnPh6 .navbar.opened .dropdown-menu {
    top: 0;
  }
  .cid-uLMT5bnPh6 .navbar .dropdown-menu {
    padding: 6px 0 6px 15px;
  }
  .cid-uLMT5bnPh6 .navbar .dropdown-menu .dropdown-submenu {
    left: 0 !important;
  }
  .cid-uLMT5bnPh6 .navbar .dropdown-menu .dropdown-item:after {
    right: auto;
    margin-top: -0.4rem;
  }
  .cid-uLMT5bnPh6 .navbar .navbar-logo img {
    height: 3rem !important;
  }
  .cid-uLMT5bnPh6 .navbar ul.navbar-nav {
    overflow: hidden;
  }
  .cid-uLMT5bnPh6 .navbar ul.navbar-nav li {
    margin: 0;
  }
  .cid-uLMT5bnPh6 .navbar .dropdown-menu .dropdown-item {
    padding: 0 !important;
    margin: 0;
    margin-top: 8px;
    text-align: left;
  }
  .cid-uLMT5bnPh6 .navbar .navbar-brand {
    flex-shrink: initial;
    flex-basis: auto;
    word-break: break-word;
    padding-right: 2rem;
  }
  .cid-uLMT5bnPh6 .navbar .navbar-toggler {
    flex-basis: auto;
  }
  .cid-uLMT5bnPh6 .navbar .icons-menu {
    padding: 0;
  }
}
.cid-uLMT5bnPh6 .navbar.navbar-short {
  min-height: 60px;
}
.cid-uLMT5bnPh6 .navbar.navbar-short .navbar-logo img {
  height: 2.5rem !important;
}
.cid-uLMT5bnPh6 .navbar.navbar-short .navbar-brand {
  min-height: 60px;
  padding: 0;
}
.cid-uLMT5bnPh6 .navbar-brand {
  min-height: 70px;
  flex-shrink: 0;
  align-items: center;
  margin-right: 0;
  padding: 10px 0;
  transition: all 0.3s;
  word-break: break-word;
  z-index: 1;
}
.cid-uLMT5bnPh6 .navbar-brand .navbar-caption {
  line-height: inherit !important;
}
.cid-uLMT5bnPh6 .navbar-brand .navbar-logo a {
  outline: none;
}
.cid-uLMT5bnPh6 .dropdown-item.active,
.cid-uLMT5bnPh6 .dropdown-item:active {
  background-color: transparent;
}
.cid-uLMT5bnPh6 .navbar-expand-lg .navbar-nav .nav-link {
  padding: 0;
}
.cid-uLMT5bnPh6 .nav-dropdown .link.dropdown-toggle {
  margin-right: 1.667em;
}
.cid-uLMT5bnPh6 .nav-dropdown .link.dropdown-toggle[aria-expanded="true"] {
  margin-right: 0;
  padding: 0.667em 1.667em;
}
.cid-uLMT5bnPh6 .navbar .dropdown.open > .dropdown-menu {
  display: block;
}
.cid-uLMT5bnPh6 ul.navbar-nav {
  flex-wrap: wrap;
  padding: 36px 0;
  border-bottom: 1px solid #0e132f;
}
.cid-uLMT5bnPh6 .navbar-buttons {
  text-align: center;
  min-width: 170px;
}
.cid-uLMT5bnPh6 button.navbar-toggler {
  outline: none;
  width: 48px;
  height: 48px;
  border-radius: 50%;
  cursor: pointer;
  transition: all 0.2s;
  position: relative;
  align-self: center;
  color: #ffffff;
  background: #ffffff;
}
.cid-uLMT5bnPh6 button.navbar-toggler .hamburger span {
  position: absolute;
  right: 10px;
  margin-top: 14px;
  width: 26px;
  height: 2px;
  border-right: 5px;
  background-color: #474747;
}
.cid-uLMT5bnPh6 button.navbar-toggler .hamburger span:nth-child(1) {
  top: 0;
  transition: all 0.2s;
}
.cid-uLMT5bnPh6 button.navbar-toggler .hamburger span:nth-child(2) {
  top: 8px;
  transition: all 0.15s;
}
.cid-uLMT5bnPh6 button.navbar-toggler .hamburger span:nth-child(3) {
  top: 8px;
  transition: all 0.15s;
}
.cid-uLMT5bnPh6 button.navbar-toggler .hamburger span:nth-child(4) {
  top: 16px;
  transition: all 0.2s;
}
.cid-uLMT5bnPh6 nav.opened .hamburger span:nth-child(1) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-uLMT5bnPh6 nav.opened .hamburger span:nth-child(2) {
  transform: rotate(45deg);
  transition: all 0.25s;
}
.cid-uLMT5bnPh6 nav.opened .hamburger span:nth-child(3) {
  transform: rotate(-45deg);
  transition: all 0.25s;
}
.cid-uLMT5bnPh6 nav.opened .hamburger span:nth-child(4) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-uLMT5bnPh6 a.nav-link {
  display: flex;
  align-items: center;
  justify-content: flex-start;
}
.cid-uLMT5bnPh6 .icons-menu {
  flex-wrap: nowrap;
  display: flex;
  justify-content: center;
  padding: 0;
  text-align: center;
  margin-bottom: 35px;
}
@media screen and (-ms-high-contrast: active), (-ms-high-contrast: none) {
  .cid-uLMT5bnPh6 .navbar {
    height: 70px;
  }
  .cid-uLMT5bnPh6 .navbar.opened {
    height: auto;
  }
  .cid-uLMT5bnPh6 .nav-item .nav-link:hover::before {
    width: 175%;
    max-width: calc(100% + 2rem);
    left: -1rem;
  }
}
.cid-uLMT5bnPh6 .navbar-dropdown .navbar-logo {
  margin-right: 15px;
}
@media (min-width: 768px) {
  .cid-uLMT5bnPh6 .container-fluid {
    padding-left: 30px;
    padding-right: 30px;
  }
}
.cid-uLMT5bnPh6 .mbr-section-btn-main {
  padding-top: 5px;
}
.cid-uLMT5bnPh6 .mbr-section-btn-main .btn {
  margin: 0 4px 4px 4px;
}
.cid-uLMT5bnPh6 .navbar-caption:hover {
  color: #2554ab;
}
@media (min-width: 992px) {
  .cid-uLMT5bnPh6 .dropdown-menu.dropdown-submenu {
    left: 175px !important;
    top: -45% !important;
  }
}
.cid-uLMT5bnPh6 .nav-link {
  position: relative;
}
.cid-uLMT5bnPh6 .nav-link:before {
  content: '';
  position: absolute;
  left: -12px;
  width: 6px;
  height: 6px;
  border-radius: 100%;
  background-color: #2554ab;
  transition: all .3s ease;
  opacity: 0;
}
.cid-uLMT5bnPh6 .nav-link:hover:before {
  opacity: 1;
}
.cid-uLMT5bnPh6 .mbr-section-subtitle {
  color: #ffffff;
}
.cid-uLMT5bnPh6 .mbr-text {
  color: #ffffff;
  text-align: center;
}
.cid-uLMT5bnPh6 .text_widget {
  color: #ffffff;
}
.cid-uLMT5bnPh6 .mbr-section-subtitle,
.cid-uLMT5bnPh6 .text_widget,
.cid-uLMT5bnPh6 .mbr-section-btn {
  text-align: center;
}
.cid-uLMT5bnPh6 a[class*="text-"]:not(.nav-link):not(.dropdown-item):not([role]):not(.navbar-caption):hover {
  background-image: none;
}
.cid-uC4oSJynqS {
  padding-top: 0rem;
  padding-bottom: 0rem;
  background-color: #ffffff;
}
.cid-uC4oSJynqS .item-img {
  position: relative;
  overflow: hidden;
}
.cid-uC4oSJynqS .item-img:before {
  content: '';
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
  left: 0;
  background: black;
  opacity: 0.3;
  z-index: 1;
  transition: all 0.3s;
  pointer-events: none;
}
.cid-uC4oSJynqS h5 {
  margin-bottom: 1rem;
}
.cid-uC4oSJynqS .item-content {
  position: absolute;
  top: 55%;
  right: 0;
  z-index: 2;
  width: 100%;
  transform: translateY(-50%);
  padding: 2rem 8rem;
  display: flex;
  flex-direction: column;
  height: 50%;
}
@media (max-width: 767px) {
  .cid-uC4oSJynqS .item-content {
    padding: 0 2rem 1.5rem;
    margin-top: 1rem;
  }
}
.cid-uC4oSJynqS img,
.cid-uC4oSJynqS .item-img {
  width: 100%;
  transition: all 0.3s;
  height: 100%;
  height: 400px;
  object-fit: cover;
}
.cid-uC4oSJynqS .item:focus,
.cid-uC4oSJynqS span:focus {
  outline: none;
}
.cid-uC4oSJynqS .item {
  margin-bottom: 2rem;
}
@media (max-width: 767px) {
  .cid-uC4oSJynqS .item {
    margin-bottom: 1rem;
  }
}
.cid-uC4oSJynqS .item-wrapper {
  position: relative;
  border-radius: 15px;
  height: 100%;
  display: flex;
  flex-flow: column nowrap;
}
.cid-uC4oSJynqS .mbr-section-title {
  color: #4e423d;
}
.cid-uC4oSJynqS .item-title {
  text-align: left;
  color: #ffffff;
}
.cid-uC4oSJynqS .item-subtitle {
  text-align: left;
  color: #ffffff;
}
.cid-uC4oSJynqS .mbr-text,
.cid-uC4oSJynqS .item .mbr-section-btn {
  text-align: left;
  color: #ffffff;
}
.cid-uC4oSJynqS .content-head {
  max-width: 800px;
}
.cid-uC4oSKS8O8 {
  padding-top: 1rem;
  padding-bottom: 5rem;
  background-color: #fafafa;
}
.cid-uC4oSKS8O8 .mbr-section-title {
  margin-bottom: 1em;
  color: #272727;
}
.cid-uC4oSKS8O8 .mbr-section-subtitle {
  margin-bottom: 1.5625em;
  color: #272727;
  opacity: 0.4;
}
.cid-uC4oSKS8O8 .item-row {
  display: grid;
  -webkit-box-align: stretch;
  -webkit-align-items: stretch;
  -ms-flex-align: stretch;
  align-items: stretch;
  grid-auto-columns: 1fr;
  grid-column-gap: 16px;
  grid-row-gap: 16px;
  grid-template-columns: repeat(4, 1fr);
  -ms-grid-rows: auto;
  grid-template-rows: auto;
}
@media (max-width: 1199px) {
  .cid-uC4oSKS8O8 .item-row {
    grid-template-columns: repeat(2, 1fr);
  }
}
@media (max-width: 767px) {
  .cid-uC4oSKS8O8 .item-row {
    grid-template-columns: repeat(1, 1fr);
  }
}
.cid-uC4oSKS8O8 .item {
  padding: 0;
}
.cid-uC4oSKS8O8 .item-wrapper {
  display: flex;
  flex-direction: column;
  align-items: stretch;
  height: 100%;
  width: 100%;
  border-radius: 10px;
  overflow: hidden;
  transform-style: preserve-3d;
  transition: .3s all;
  border: 2px solid transparent;
}
.cid-uC4oSKS8O8 .item-wrapper:hover {
  transform: scale3d(1.01, 1.01, 1);
  border-color: #fafafa;
}
.cid-uC4oSKS8O8 .item-img {
  display: flex;
  align-items: center;
  justify-content: center;
  height: 175px;
}
.cid-uC4oSKS8O8 .item-img img {
  width: 100%;
  object-fit: cover;
  height: 100%;
}
.cid-uC4oSKS8O8 .item-content {
  display: flex;
  flex-direction: column;
  align-items: stretch;
  width: 100%;
  padding: 20px 5% 6%;
  flex-grow: 1;
  background-color: #ffffff;
}
.cid-uC4oSKS8O8 .item-text-wrap {
  width: 100%;
  margin-bottom: 5.3em;
}
@media (max-width: 1199px) {
  .cid-uC4oSKS8O8 .item-text-wrap {
    margin-bottom: 4em;
  }
}
@media (max-width: 767px) {
  .cid-uC4oSKS8O8 .item-text-wrap {
    margin-bottom: 2em;
    max-width: 340px;
    margin-right: auto;
  }
}
.cid-uC4oSKS8O8 .item-title {
  color: #272727;
  margin-bottom: 0.52em;
}
.cid-uC4oSKS8O8 .item-subtitle {
  color: #272727;
  opacity: 0.52em;
}
.cid-uC4oSKS8O8 .card-bottom {
  display: flex;
  flex-direction: column;
  align-items: stretch;
  margin-top: auto;
}
.cid-uC4oSKS8O8 .item-name-wrap {
  display: flex;
  align-items: center;
  width: 100%;
}
.cid-uC4oSKS8O8 .image-wrapper {
  width: 35px;
  height: 35px;
  margin-right: 10px;
  border-radius: 300px;
  overflow: hidden;
}
.cid-uC4oSKS8O8 .image-wrapper img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.cid-uC4oSKS8O8 .mbr-text {
  flex-grow: 1;
  color: #272727;
  text-align: right;
}
.cid-uC4oSKS8O8 .mbr-section-btn {
  display: flex;
  margin-top: 20px;
  width: auto !important;
}
.cid-uC4oSKS8O8 .mbr-section-btn .btn {
  width: 100%;
  min-width: auto !important;
}
.cid-uLMRAIzUxG {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-color: #0e132f;
}
.cid-uLMRAIzUxG .mbr-fallback-image.disabled {
  display: none;
}
.cid-uLMRAIzUxG .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-uLMRAIzUxG .container {
    padding: 0 16px;
  }
}
.cid-uLMRAIzUxG .card {
  display: flex;
  flex-direction: column;
  justify-content: space-between;
}
@media (max-width: 992px) {
  .cid-uLMRAIzUxG .card {
    margin-bottom: 40px;
  }
}
.cid-uLMRAIzUxG .card .content-wrapper .title-wrapper .title-wrap {
  display: inline-flex;
  align-items: center;
  margin-bottom: 16px;
}
@media (max-width: 992px) {
  .cid-uLMRAIzUxG .card .content-wrapper .title-wrapper .title-wrap {
    margin-bottom: 40px;
  }
}
.cid-uLMRAIzUxG .card .content-wrapper .title-wrapper .title-wrap img {
  width: 32px;
  height: 32px;
  object-fit: contain;
  margin-right: 1rem;
}
.cid-uLMRAIzUxG .card .content-wrapper .title-wrapper .title-wrap .mbr-section-title {
  margin-bottom: 0;
}
.cid-uLMRAIzUxG .card .content-wrapper .copyright {
  margin-bottom: 20px;
}
@media (max-width: 992px) {
  .cid-uLMRAIzUxG .card .content-wrapper .copyright {
    margin-bottom: 40px;
  }
}
.cid-uLMRAIzUxG .card .social-wrapper .social-wrap {
  display: inline-flex;
  flex-wrap: wrap;
}
.cid-uLMRAIzUxG .card .social-wrapper .social-wrap .mbr-iconfont {
  font-size: 20px;
  margin-right: 48px;
  color: #ffffff;
}
.cid-uLMRAIzUxG .list-wrapper .mbr-card-title {
  margin-bottom: 16px;
}
.cid-uLMRAIzUxG .list-wrapper .list {
  margin: 0;
  padding: 0;
  list-style-type: none;
}
.cid-uLMRAIzUxG .list-wrapper .list .item-wrap {
  margin-bottom: 16px;
}
@media (max-width: 992px) {
  .cid-uLMRAIzUxG .list-wrapper .list {
    margin-bottom: 40px;
  }
}
.cid-uLMRAIzUxG .mbr-section-title {
  color: #ffffff;
}
.cid-uLMRAIzUxG .copyright {
  color: #ffffff;
}
.cid-uLMRAIzUxG .mbr-card-title {
  color: #D4FE00;
}
.cid-uLMRAIzUxG .list {
  color: #ffffff;
}
.cid-uLMT5bnPh6 .navbar-dropdown {
  background-color: #ffffff !important;
  padding: 0;
}
.cid-uLMT5bnPh6 .navbar.navbar-expand-lg .dropdown .dropdown-menu {
  background-color: #ffffff !important;
  background: #ffffff;
}
.cid-uLMT5bnPh6 .navbar.navbar-expand-lg .dropdown .dropdown-menu .dropdown-submenu {
  margin: 0;
  left: 100%;
}
@media (max-width: 991px) {
  .cid-uLMT5bnPh6 .menu_box .navbar.opened,
  .cid-uLMT5bnPh6 .menu_box .navbar-collapse {
    background-color: #ffffff !important;
    transition: all 0s ease 0s;
  }
}
.cid-uLMT5bnPh6 .navbar-dropdown {
  position: relative !important;
}
.cid-uLMT5bnPh6 .btn {
  min-height: auto;
  box-shadow: none;
  margin-top: 0;
}
.cid-uLMT5bnPh6 .btn:hover {
  box-shadow: none;
}
@media (min-width: 992px) {
  .cid-uLMT5bnPh6 .offcanvas_image img {
    width: auto;
    object-fit: cover;
    display: inline-block;
  }
  .cid-uLMT5bnPh6 .offcanvas-header {
    position: relative;
    padding: 0;
  }
  .cid-uLMT5bnPh6 .offcanvas-header .btn-close {
    position: absolute;
    top: -70px;
    right: 0;
    width: 35px;
    height: 30px;
  }
  .cid-uLMT5bnPh6 .offcanvas-body {
    text-align: center;
    padding: 0;
  }
  .cid-uLMT5bnPh6 .offcanvas-body .mbr-text,
  .cid-uLMT5bnPh6 .offcanvas-body .mbr-section-subtitle {
    margin-top: 14px;
  }
  .cid-uLMT5bnPh6 .offcanvas-body .offcanvas_contact {
    margin: 35px 0;
  }
  .cid-uLMT5bnPh6 .offcanvas_box button.btn_offcanvas {
    outline: none;
    width: 40px;
    height: 40px;
    cursor: pointer;
    transition: all 0.2s;
    position: relative;
    align-self: center;
  }
  .cid-uLMT5bnPh6 .offcanvas_box button.btn_offcanvas .hamburger span {
    position: absolute;
    right: 0;
    width: 40px;
    height: 2px;
    border-right: 5px;
    background-color: #474747;
  }
  .cid-uLMT5bnPh6 .offcanvas_box button.btn_offcanvas .hamburger span:nth-child(1) {
    top: 18px;
    transition: all 0.2s;
  }
  .cid-uLMT5bnPh6 .offcanvas_box button.btn_offcanvas .hamburger span:nth-child(2) {
    top: 25px;
    transition: all 0.2s;
  }
  .cid-uLMT5bnPh6 .offcanvas_box button.btn_offcanvas:hover .hamburger span {
    width: 36px;
  }
  .cid-uLMT5bnPh6 .offcanvas_box button.btn_offcanvas:hover .hamburger span:nth-child(2) {
    width: 33px;
    transition-delay: 0.2s;
  }
  .cid-uLMT5bnPh6 ul.navbar-nav {
    padding-bottom: 1.5rem;
  }
  .cid-uLMT5bnPh6 .dropdown-menu .dropdown-toggle[data-toggle="dropdown-submenu"]::after,
  .cid-uLMT5bnPh6 .link.dropdown-toggle::after {
    display: inline-block;
    width: 7px;
    height: 7px;
    margin-left: .5rem;
    margin-bottom: 2px;
    content: "";
    border: 2px solid;
    border-left: none;
    border-top: none;
    transform: rotate(-45deg);
  }
  .cid-uLMT5bnPh6 .link.dropdown-toggle::after {
    padding: 0 !important;
    transform: rotate(45deg);
  }
  .cid-uLMT5bnPh6 li.nav-item {
    position: relative;
    display: inline-block;
    padding: 1px 7px !important;
    vertical-align: middle;
    line-height: 2em !important;
    font-weight: 600 !important;
    text-decoration: none;
    letter-spacing: 0 !important;
    z-index: 1;
  }
  .cid-uLMT5bnPh6 .lg_brand {
    margin: 0 1rem;
  }
}
.cid-uLMT5bnPh6 .nav-item {
  margin: 4px 15px;
}
@media (min-width: 1200px) {
  .cid-uLMT5bnPh6 .nav-item {
    margin: 4px 20px;
  }
}
@media (max-width: 991px) {
  .cid-uLMT5bnPh6 .nav-item {
    margin: 0 !important;
  }
}
.cid-uLMT5bnPh6 .dropdown-menu {
  border-radius: 0;
  box-shadow: none;
  text-align: left;
}
@media (min-width: 992px) {
  .cid-uLMT5bnPh6 .dropdown-menu {
    padding: 18px 34px 22px;
    min-width: 250px;
    top: auto !important;
    left: -40px !important;
  }
  .cid-uLMT5bnPh6 .dropdown-menu.dropdown-submenu {
    left: 215px !important;
    top: -45% !important;
  }
}
@media (max-width: 991px) {
  .cid-uLMT5bnPh6 .dropdown-menu .dropdown-toggle[data-toggle="dropdown-submenu"]::after,
  .cid-uLMT5bnPh6 .link.dropdown-toggle::after {
    display: inline-block;
    width: 7px;
    height: 7px;
    margin-left: .5rem;
    margin-bottom: 2px;
    content: "";
    border: 2px solid;
    border-left: none;
    border-top: none;
    transform: rotate(-45deg);
    right: 15px;
    position: absolute;
    margin-top: -2px;
  }
  .cid-uLMT5bnPh6 .show.dropdown-toggle[aria-expanded="true"]::after {
    transform: rotate(45deg);
    margin-top: -4px;
  }
  .cid-uLMT5bnPh6 .offcanvas_box {
    display: none;
  }
}
.cid-uLMT5bnPh6 .dropdown-item {
  border: none;
  font-weight: 400 !important;
}
.cid-uLMT5bnPh6 .nav-dropdown .link {
  font-weight: 400 !important;
  padding: 0 !important;
  margin: 0 !important;
}
.cid-uLMT5bnPh6 .nav-dropdown .link.dropdown-toggle::after {
  margin-left: 0.5rem;
  margin-top: 0;
}
.cid-uLMT5bnPh6 .container {
  display: flex;
  margin: auto;
}
.cid-uLMT5bnPh6 .iconfont-wrapper {
  color: #e0bdb6;
  font-size: 17px;
  margin-right: 10px;
  margin-bottom: 5px;
  width: 25px;
  height: 25px;
  border-radius: 50%;
  display: flex;
  justify-content: center;
  align-items: center;
  transition: all 0.2s ease-in-out;
}
.cid-uLMT5bnPh6 .iconfont-wrapper:last-child {
  margin-right: 0;
}
.cid-uLMT5bnPh6 .iconfont-wrapper:hover {
  opacity: .5;
}
.cid-uLMT5bnPh6 .navbar-caption {
  color: #747474;
}
.cid-uLMT5bnPh6 .navbar-nav {
  margin: 0 1rem;
}
@media (min-width: 992px) {
  .cid-uLMT5bnPh6 .navbar-nav {
    margin: 0;
  }
}
.cid-uLMT5bnPh6 .dropdown-menu,
.cid-uLMT5bnPh6 .navbar.opened {
  background-color: false !important;
}
.cid-uLMT5bnPh6 .nav-item:focus,
.cid-uLMT5bnPh6 .nav-link:focus {
  outline: none;
}
.cid-uLMT5bnPh6 .dropdown .dropdown-menu .dropdown-item {
  width: auto;
  transition: all 0.25s ease-in-out;
}
.cid-uLMT5bnPh6 .dropdown .dropdown-menu .dropdown-item::after {
  right: 0.5rem;
}
.cid-uLMT5bnPh6 .dropdown .dropdown-menu .dropdown-item .mbr-iconfont {
  margin-right: 0.5rem;
  vertical-align: sub;
}
.cid-uLMT5bnPh6 .dropdown .dropdown-menu .dropdown-item .mbr-iconfont:before {
  display: inline-block;
  transform: scale(1, 1);
  transition: all 0.25s ease-in-out;
}
.cid-uLMT5bnPh6 .collapsed .dropdown-menu .dropdown-item:before {
  display: none;
}
.cid-uLMT5bnPh6 .collapsed .dropdown .dropdown-menu .dropdown-item {
  padding: 0.235em 1.5em 0.235em 1.5em !important;
  transition: none;
  margin: 0 !important;
}
.cid-uLMT5bnPh6 .navbar {
  min-height: 70px;
  padding: 20px 0;
  transition: all 0.3s;
  border-bottom-width: 0px;
}
@media (max-width: 992px) {
  .cid-uLMT5bnPh6 .navbar {
    min-height: 30px;
    max-height: 90px;
  }
}
.cid-uLMT5bnPh6 .navbar.opened {
  transition: all 0.3s;
}
.cid-uLMT5bnPh6 .navbar .dropdown-item {
  padding: 0;
  margin: 8px 0;
}
.cid-uLMT5bnPh6 .navbar .navbar-logo img {
  width: auto;
  object-fit: contain;
  border-radius: 0;
}
.cid-uLMT5bnPh6 .navbar .navbar-collapse {
  justify-content: space-between;
  z-index: 1;
}
.cid-uLMT5bnPh6 .navbar.collapsed {
  justify-content: center;
}
.cid-uLMT5bnPh6 .navbar.collapsed .nav-item .nav-link::before {
  display: none;
}
.cid-uLMT5bnPh6 .navbar.collapsed.opened .dropdown-menu {
  top: 0;
}
.cid-uLMT5bnPh6 .navbar.collapsed .dropdown-menu .dropdown-submenu {
  left: 0 !important;
}
.cid-uLMT5bnPh6 .navbar.collapsed .dropdown-menu .dropdown-item:after {
  right: auto;
}
.cid-uLMT5bnPh6 .navbar.collapsed ul.navbar-nav li {
  margin: auto;
}
.cid-uLMT5bnPh6 .navbar.collapsed .dropdown-menu .dropdown-item {
  padding: 0.25rem 1.5rem;
  text-align: left;
}
.cid-uLMT5bnPh6 .navbar.collapsed .icons-menu {
  padding: 0;
}
@media (max-width: 991px) {
  .cid-uLMT5bnPh6 .navbar .nav-item {
    padding: .5rem 0;
  }
  .cid-uLMT5bnPh6 .navbar .navbar-collapse {
    padding: 34px 0;
    border-radius: 25px;
  }
  .cid-uLMT5bnPh6 .navbar .nav-item .nav-link::before {
    display: none;
  }
  .cid-uLMT5bnPh6 .navbar.opened .dropdown-menu {
    top: 0;
  }
  .cid-uLMT5bnPh6 .navbar .dropdown-menu {
    padding: 6px 0 6px 15px;
  }
  .cid-uLMT5bnPh6 .navbar .dropdown-menu .dropdown-submenu {
    left: 0 !important;
  }
  .cid-uLMT5bnPh6 .navbar .dropdown-menu .dropdown-item:after {
    right: auto;
    margin-top: -0.4rem;
  }
  .cid-uLMT5bnPh6 .navbar .navbar-logo img {
    height: 3rem !important;
  }
  .cid-uLMT5bnPh6 .navbar ul.navbar-nav {
    overflow: hidden;
  }
  .cid-uLMT5bnPh6 .navbar ul.navbar-nav li {
    margin: 0;
  }
  .cid-uLMT5bnPh6 .navbar .dropdown-menu .dropdown-item {
    padding: 0 !important;
    margin: 0;
    margin-top: 8px;
    text-align: left;
  }
  .cid-uLMT5bnPh6 .navbar .navbar-brand {
    flex-shrink: initial;
    flex-basis: auto;
    word-break: break-word;
    padding-right: 2rem;
  }
  .cid-uLMT5bnPh6 .navbar .navbar-toggler {
    flex-basis: auto;
  }
  .cid-uLMT5bnPh6 .navbar .icons-menu {
    padding: 0;
  }
}
.cid-uLMT5bnPh6 .navbar.navbar-short {
  min-height: 60px;
}
.cid-uLMT5bnPh6 .navbar.navbar-short .navbar-logo img {
  height: 2.5rem !important;
}
.cid-uLMT5bnPh6 .navbar.navbar-short .navbar-brand {
  min-height: 60px;
  padding: 0;
}
.cid-uLMT5bnPh6 .navbar-brand {
  min-height: 70px;
  flex-shrink: 0;
  align-items: center;
  margin-right: 0;
  padding: 10px 0;
  transition: all 0.3s;
  word-break: break-word;
  z-index: 1;
}
.cid-uLMT5bnPh6 .navbar-brand .navbar-caption {
  line-height: inherit !important;
}
.cid-uLMT5bnPh6 .navbar-brand .navbar-logo a {
  outline: none;
}
.cid-uLMT5bnPh6 .dropdown-item.active,
.cid-uLMT5bnPh6 .dropdown-item:active {
  background-color: transparent;
}
.cid-uLMT5bnPh6 .navbar-expand-lg .navbar-nav .nav-link {
  padding: 0;
}
.cid-uLMT5bnPh6 .nav-dropdown .link.dropdown-toggle {
  margin-right: 1.667em;
}
.cid-uLMT5bnPh6 .nav-dropdown .link.dropdown-toggle[aria-expanded="true"] {
  margin-right: 0;
  padding: 0.667em 1.667em;
}
.cid-uLMT5bnPh6 .navbar .dropdown.open > .dropdown-menu {
  display: block;
}
.cid-uLMT5bnPh6 ul.navbar-nav {
  flex-wrap: wrap;
  padding: 36px 0;
  border-bottom: 1px solid #0e132f;
}
.cid-uLMT5bnPh6 .navbar-buttons {
  text-align: center;
  min-width: 170px;
}
.cid-uLMT5bnPh6 button.navbar-toggler {
  outline: none;
  width: 48px;
  height: 48px;
  border-radius: 50%;
  cursor: pointer;
  transition: all 0.2s;
  position: relative;
  align-self: center;
  color: #ffffff;
  background: #ffffff;
}
.cid-uLMT5bnPh6 button.navbar-toggler .hamburger span {
  position: absolute;
  right: 10px;
  margin-top: 14px;
  width: 26px;
  height: 2px;
  border-right: 5px;
  background-color: #474747;
}
.cid-uLMT5bnPh6 button.navbar-toggler .hamburger span:nth-child(1) {
  top: 0;
  transition: all 0.2s;
}
.cid-uLMT5bnPh6 button.navbar-toggler .hamburger span:nth-child(2) {
  top: 8px;
  transition: all 0.15s;
}
.cid-uLMT5bnPh6 button.navbar-toggler .hamburger span:nth-child(3) {
  top: 8px;
  transition: all 0.15s;
}
.cid-uLMT5bnPh6 button.navbar-toggler .hamburger span:nth-child(4) {
  top: 16px;
  transition: all 0.2s;
}
.cid-uLMT5bnPh6 nav.opened .hamburger span:nth-child(1) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-uLMT5bnPh6 nav.opened .hamburger span:nth-child(2) {
  transform: rotate(45deg);
  transition: all 0.25s;
}
.cid-uLMT5bnPh6 nav.opened .hamburger span:nth-child(3) {
  transform: rotate(-45deg);
  transition: all 0.25s;
}
.cid-uLMT5bnPh6 nav.opened .hamburger span:nth-child(4) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-uLMT5bnPh6 a.nav-link {
  display: flex;
  align-items: center;
  justify-content: flex-start;
}
.cid-uLMT5bnPh6 .icons-menu {
  flex-wrap: nowrap;
  display: flex;
  justify-content: center;
  padding: 0;
  text-align: center;
  margin-bottom: 35px;
}
@media screen and (-ms-high-contrast: active), (-ms-high-contrast: none) {
  .cid-uLMT5bnPh6 .navbar {
    height: 70px;
  }
  .cid-uLMT5bnPh6 .navbar.opened {
    height: auto;
  }
  .cid-uLMT5bnPh6 .nav-item .nav-link:hover::before {
    width: 175%;
    max-width: calc(100% + 2rem);
    left: -1rem;
  }
}
.cid-uLMT5bnPh6 .navbar-dropdown .navbar-logo {
  margin-right: 15px;
}
@media (min-width: 768px) {
  .cid-uLMT5bnPh6 .container-fluid {
    padding-left: 30px;
    padding-right: 30px;
  }
}
.cid-uLMT5bnPh6 .mbr-section-btn-main {
  padding-top: 5px;
}
.cid-uLMT5bnPh6 .mbr-section-btn-main .btn {
  margin: 0 4px 4px 4px;
}
.cid-uLMT5bnPh6 .navbar-caption:hover {
  color: #2554ab;
}
@media (min-width: 992px) {
  .cid-uLMT5bnPh6 .dropdown-menu.dropdown-submenu {
    left: 175px !important;
    top: -45% !important;
  }
}
.cid-uLMT5bnPh6 .nav-link {
  position: relative;
}
.cid-uLMT5bnPh6 .nav-link:before {
  content: '';
  position: absolute;
  left: -12px;
  width: 6px;
  height: 6px;
  border-radius: 100%;
  background-color: #2554ab;
  transition: all .3s ease;
  opacity: 0;
}
.cid-uLMT5bnPh6 .nav-link:hover:before {
  opacity: 1;
}
.cid-uLMT5bnPh6 .mbr-section-subtitle {
  color: #ffffff;
}
.cid-uLMT5bnPh6 .mbr-text {
  color: #ffffff;
  text-align: center;
}
.cid-uLMT5bnPh6 .text_widget {
  color: #ffffff;
}
.cid-uLMT5bnPh6 .mbr-section-subtitle,
.cid-uLMT5bnPh6 .text_widget,
.cid-uLMT5bnPh6 .mbr-section-btn {
  text-align: center;
}
.cid-uLMT5bnPh6 a[class*="text-"]:not(.nav-link):not(.dropdown-item):not([role]):not(.navbar-caption):hover {
  background-image: none;
}
.cid-uC37IVXBQ7 {
  padding-top: 0rem;
  padding-bottom: 0rem;
  background-color: #ffffff;
}
.cid-uC37IVXBQ7 .item-img {
  position: relative;
  overflow: hidden;
}
.cid-uC37IVXBQ7 .item-img:before {
  content: '';
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
  left: 0;
  background: black;
  opacity: 0.3;
  z-index: 1;
  transition: all 0.3s;
  pointer-events: none;
}
.cid-uC37IVXBQ7 h5 {
  margin-bottom: 1rem;
}
.cid-uC37IVXBQ7 .item-content {
  position: absolute;
  top: 55%;
  right: 0;
  z-index: 2;
  width: 100%;
  transform: translateY(-50%);
  padding: 2rem 8rem;
  display: flex;
  flex-direction: column;
  height: 50%;
}
@media (max-width: 767px) {
  .cid-uC37IVXBQ7 .item-content {
    padding: 0 2rem 1.5rem;
    margin-top: 1rem;
  }
}
.cid-uC37IVXBQ7 img,
.cid-uC37IVXBQ7 .item-img {
  width: 100%;
  transition: all 0.3s;
  height: 100%;
  height: 400px;
  object-fit: cover;
}
.cid-uC37IVXBQ7 .item:focus,
.cid-uC37IVXBQ7 span:focus {
  outline: none;
}
.cid-uC37IVXBQ7 .item {
  margin-bottom: 2rem;
}
@media (max-width: 767px) {
  .cid-uC37IVXBQ7 .item {
    margin-bottom: 1rem;
  }
}
.cid-uC37IVXBQ7 .item-wrapper {
  position: relative;
  border-radius: 15px;
  height: 100%;
  display: flex;
  flex-flow: column nowrap;
}
.cid-uC37IVXBQ7 .mbr-section-title {
  color: #4e423d;
}
.cid-uC37IVXBQ7 .item-title {
  text-align: left;
  color: #ffffff;
}
.cid-uC37IVXBQ7 .item-subtitle {
  text-align: left;
  color: #ffffff;
}
.cid-uC37IVXBQ7 .mbr-text,
.cid-uC37IVXBQ7 .item .mbr-section-btn {
  text-align: left;
  color: #ffffff;
}
.cid-uC37IVXBQ7 .content-head {
  max-width: 800px;
}
.cid-uC37IWXAOp {
  padding-top: 1rem;
  padding-bottom: 5rem;
  background-color: #fafafa;
}
.cid-uC37IWXAOp .mbr-section-title {
  margin-bottom: 1em;
  color: #272727;
}
.cid-uC37IWXAOp .mbr-section-subtitle {
  margin-bottom: 1.5625em;
  color: #272727;
  opacity: 0.4;
}
.cid-uC37IWXAOp .item-row {
  display: grid;
  -webkit-box-align: stretch;
  -webkit-align-items: stretch;
  -ms-flex-align: stretch;
  align-items: stretch;
  grid-auto-columns: 1fr;
  grid-column-gap: 16px;
  grid-row-gap: 16px;
  grid-template-columns: repeat(4, 1fr);
  -ms-grid-rows: auto;
  grid-template-rows: auto;
}
@media (max-width: 1199px) {
  .cid-uC37IWXAOp .item-row {
    grid-template-columns: repeat(2, 1fr);
  }
}
@media (max-width: 767px) {
  .cid-uC37IWXAOp .item-row {
    grid-template-columns: repeat(1, 1fr);
  }
}
.cid-uC37IWXAOp .item {
  padding: 0;
}
.cid-uC37IWXAOp .item-wrapper {
  display: flex;
  flex-direction: column;
  align-items: stretch;
  height: 100%;
  width: 100%;
  border-radius: 10px;
  overflow: hidden;
  transform-style: preserve-3d;
  transition: .3s all;
  border: 2px solid transparent;
}
.cid-uC37IWXAOp .item-wrapper:hover {
  transform: scale3d(1.01, 1.01, 1);
  border-color: #fafafa;
}
.cid-uC37IWXAOp .item-img {
  display: flex;
  align-items: center;
  justify-content: center;
  height: 175px;
}
.cid-uC37IWXAOp .item-img img {
  width: 100%;
  object-fit: cover;
  height: 100%;
}
.cid-uC37IWXAOp .item-content {
  display: flex;
  flex-direction: column;
  align-items: stretch;
  width: 100%;
  padding: 20px 5% 6%;
  flex-grow: 1;
  background-color: #ffffff;
}
.cid-uC37IWXAOp .item-text-wrap {
  width: 100%;
  margin-bottom: 5.3em;
}
@media (max-width: 1199px) {
  .cid-uC37IWXAOp .item-text-wrap {
    margin-bottom: 4em;
  }
}
@media (max-width: 767px) {
  .cid-uC37IWXAOp .item-text-wrap {
    margin-bottom: 2em;
    max-width: 340px;
    margin-right: auto;
  }
}
.cid-uC37IWXAOp .item-title {
  color: #272727;
  margin-bottom: 0.52em;
}
.cid-uC37IWXAOp .item-subtitle {
  color: #272727;
  opacity: 0.52em;
}
.cid-uC37IWXAOp .card-bottom {
  display: flex;
  flex-direction: column;
  align-items: stretch;
  margin-top: auto;
}
.cid-uC37IWXAOp .item-name-wrap {
  display: flex;
  align-items: center;
  width: 100%;
}
.cid-uC37IWXAOp .image-wrapper {
  width: 35px;
  height: 35px;
  margin-right: 10px;
  border-radius: 300px;
  overflow: hidden;
}
.cid-uC37IWXAOp .image-wrapper img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.cid-uC37IWXAOp .mbr-text {
  flex-grow: 1;
  color: #272727;
  text-align: right;
}
.cid-uC37IWXAOp .mbr-section-btn {
  display: flex;
  margin-top: 20px;
  width: auto !important;
}
.cid-uC37IWXAOp .mbr-section-btn .btn {
  width: 100%;
  min-width: auto !important;
}
.cid-uLMRAIzUxG {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-color: #0e132f;
}
.cid-uLMRAIzUxG .mbr-fallback-image.disabled {
  display: none;
}
.cid-uLMRAIzUxG .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-uLMRAIzUxG .container {
    padding: 0 16px;
  }
}
.cid-uLMRAIzUxG .card {
  display: flex;
  flex-direction: column;
  justify-content: space-between;
}
@media (max-width: 992px) {
  .cid-uLMRAIzUxG .card {
    margin-bottom: 40px;
  }
}
.cid-uLMRAIzUxG .card .content-wrapper .title-wrapper .title-wrap {
  display: inline-flex;
  align-items: center;
  margin-bottom: 16px;
}
@media (max-width: 992px) {
  .cid-uLMRAIzUxG .card .content-wrapper .title-wrapper .title-wrap {
    margin-bottom: 40px;
  }
}
.cid-uLMRAIzUxG .card .content-wrapper .title-wrapper .title-wrap img {
  width: 32px;
  height: 32px;
  object-fit: contain;
  margin-right: 1rem;
}
.cid-uLMRAIzUxG .card .content-wrapper .title-wrapper .title-wrap .mbr-section-title {
  margin-bottom: 0;
}
.cid-uLMRAIzUxG .card .content-wrapper .copyright {
  margin-bottom: 20px;
}
@media (max-width: 992px) {
  .cid-uLMRAIzUxG .card .content-wrapper .copyright {
    margin-bottom: 40px;
  }
}
.cid-uLMRAIzUxG .card .social-wrapper .social-wrap {
  display: inline-flex;
  flex-wrap: wrap;
}
.cid-uLMRAIzUxG .card .social-wrapper .social-wrap .mbr-iconfont {
  font-size: 20px;
  margin-right: 48px;
  color: #ffffff;
}
.cid-uLMRAIzUxG .list-wrapper .mbr-card-title {
  margin-bottom: 16px;
}
.cid-uLMRAIzUxG .list-wrapper .list {
  margin: 0;
  padding: 0;
  list-style-type: none;
}
.cid-uLMRAIzUxG .list-wrapper .list .item-wrap {
  margin-bottom: 16px;
}
@media (max-width: 992px) {
  .cid-uLMRAIzUxG .list-wrapper .list {
    margin-bottom: 40px;
  }
}
.cid-uLMRAIzUxG .mbr-section-title {
  color: #ffffff;
}
.cid-uLMRAIzUxG .copyright {
  color: #ffffff;
}
.cid-uLMRAIzUxG .mbr-card-title {
  color: #D4FE00;
}
.cid-uLMRAIzUxG .list {
  color: #ffffff;
}
.cid-uLMT5bnPh6 .navbar-dropdown {
  background-color: #ffffff !important;
  padding: 0;
}
.cid-uLMT5bnPh6 .navbar.navbar-expand-lg .dropdown .dropdown-menu {
  background-color: #ffffff !important;
  background: #ffffff;
}
.cid-uLMT5bnPh6 .navbar.navbar-expand-lg .dropdown .dropdown-menu .dropdown-submenu {
  margin: 0;
  left: 100%;
}
@media (max-width: 991px) {
  .cid-uLMT5bnPh6 .menu_box .navbar.opened,
  .cid-uLMT5bnPh6 .menu_box .navbar-collapse {
    background-color: #ffffff !important;
    transition: all 0s ease 0s;
  }
}
.cid-uLMT5bnPh6 .navbar-dropdown {
  position: relative !important;
}
.cid-uLMT5bnPh6 .btn {
  min-height: auto;
  box-shadow: none;
  margin-top: 0;
}
.cid-uLMT5bnPh6 .btn:hover {
  box-shadow: none;
}
@media (min-width: 992px) {
  .cid-uLMT5bnPh6 .offcanvas_image img {
    width: auto;
    object-fit: cover;
    display: inline-block;
  }
  .cid-uLMT5bnPh6 .offcanvas-header {
    position: relative;
    padding: 0;
  }
  .cid-uLMT5bnPh6 .offcanvas-header .btn-close {
    position: absolute;
    top: -70px;
    right: 0;
    width: 35px;
    height: 30px;
  }
  .cid-uLMT5bnPh6 .offcanvas-body {
    text-align: center;
    padding: 0;
  }
  .cid-uLMT5bnPh6 .offcanvas-body .mbr-text,
  .cid-uLMT5bnPh6 .offcanvas-body .mbr-section-subtitle {
    margin-top: 14px;
  }
  .cid-uLMT5bnPh6 .offcanvas-body .offcanvas_contact {
    margin: 35px 0;
  }
  .cid-uLMT5bnPh6 .offcanvas_box button.btn_offcanvas {
    outline: none;
    width: 40px;
    height: 40px;
    cursor: pointer;
    transition: all 0.2s;
    position: relative;
    align-self: center;
  }
  .cid-uLMT5bnPh6 .offcanvas_box button.btn_offcanvas .hamburger span {
    position: absolute;
    right: 0;
    width: 40px;
    height: 2px;
    border-right: 5px;
    background-color: #474747;
  }
  .cid-uLMT5bnPh6 .offcanvas_box button.btn_offcanvas .hamburger span:nth-child(1) {
    top: 18px;
    transition: all 0.2s;
  }
  .cid-uLMT5bnPh6 .offcanvas_box button.btn_offcanvas .hamburger span:nth-child(2) {
    top: 25px;
    transition: all 0.2s;
  }
  .cid-uLMT5bnPh6 .offcanvas_box button.btn_offcanvas:hover .hamburger span {
    width: 36px;
  }
  .cid-uLMT5bnPh6 .offcanvas_box button.btn_offcanvas:hover .hamburger span:nth-child(2) {
    width: 33px;
    transition-delay: 0.2s;
  }
  .cid-uLMT5bnPh6 ul.navbar-nav {
    padding-bottom: 1.5rem;
  }
  .cid-uLMT5bnPh6 .dropdown-menu .dropdown-toggle[data-toggle="dropdown-submenu"]::after,
  .cid-uLMT5bnPh6 .link.dropdown-toggle::after {
    display: inline-block;
    width: 7px;
    height: 7px;
    margin-left: .5rem;
    margin-bottom: 2px;
    content: "";
    border: 2px solid;
    border-left: none;
    border-top: none;
    transform: rotate(-45deg);
  }
  .cid-uLMT5bnPh6 .link.dropdown-toggle::after {
    padding: 0 !important;
    transform: rotate(45deg);
  }
  .cid-uLMT5bnPh6 li.nav-item {
    position: relative;
    display: inline-block;
    padding: 1px 7px !important;
    vertical-align: middle;
    line-height: 2em !important;
    font-weight: 600 !important;
    text-decoration: none;
    letter-spacing: 0 !important;
    z-index: 1;
  }
  .cid-uLMT5bnPh6 .lg_brand {
    margin: 0 1rem;
  }
}
.cid-uLMT5bnPh6 .nav-item {
  margin: 4px 15px;
}
@media (min-width: 1200px) {
  .cid-uLMT5bnPh6 .nav-item {
    margin: 4px 20px;
  }
}
@media (max-width: 991px) {
  .cid-uLMT5bnPh6 .nav-item {
    margin: 0 !important;
  }
}
.cid-uLMT5bnPh6 .dropdown-menu {
  border-radius: 0;
  box-shadow: none;
  text-align: left;
}
@media (min-width: 992px) {
  .cid-uLMT5bnPh6 .dropdown-menu {
    padding: 18px 34px 22px;
    min-width: 250px;
    top: auto !important;
    left: -40px !important;
  }
  .cid-uLMT5bnPh6 .dropdown-menu.dropdown-submenu {
    left: 215px !important;
    top: -45% !important;
  }
}
@media (max-width: 991px) {
  .cid-uLMT5bnPh6 .dropdown-menu .dropdown-toggle[data-toggle="dropdown-submenu"]::after,
  .cid-uLMT5bnPh6 .link.dropdown-toggle::after {
    display: inline-block;
    width: 7px;
    height: 7px;
    margin-left: .5rem;
    margin-bottom: 2px;
    content: "";
    border: 2px solid;
    border-left: none;
    border-top: none;
    transform: rotate(-45deg);
    right: 15px;
    position: absolute;
    margin-top: -2px;
  }
  .cid-uLMT5bnPh6 .show.dropdown-toggle[aria-expanded="true"]::after {
    transform: rotate(45deg);
    margin-top: -4px;
  }
  .cid-uLMT5bnPh6 .offcanvas_box {
    display: none;
  }
}
.cid-uLMT5bnPh6 .dropdown-item {
  border: none;
  font-weight: 400 !important;
}
.cid-uLMT5bnPh6 .nav-dropdown .link {
  font-weight: 400 !important;
  padding: 0 !important;
  margin: 0 !important;
}
.cid-uLMT5bnPh6 .nav-dropdown .link.dropdown-toggle::after {
  margin-left: 0.5rem;
  margin-top: 0;
}
.cid-uLMT5bnPh6 .container {
  display: flex;
  margin: auto;
}
.cid-uLMT5bnPh6 .iconfont-wrapper {
  color: #e0bdb6;
  font-size: 17px;
  margin-right: 10px;
  margin-bottom: 5px;
  width: 25px;
  height: 25px;
  border-radius: 50%;
  display: flex;
  justify-content: center;
  align-items: center;
  transition: all 0.2s ease-in-out;
}
.cid-uLMT5bnPh6 .iconfont-wrapper:last-child {
  margin-right: 0;
}
.cid-uLMT5bnPh6 .iconfont-wrapper:hover {
  opacity: .5;
}
.cid-uLMT5bnPh6 .navbar-caption {
  color: #747474;
}
.cid-uLMT5bnPh6 .navbar-nav {
  margin: 0 1rem;
}
@media (min-width: 992px) {
  .cid-uLMT5bnPh6 .navbar-nav {
    margin: 0;
  }
}
.cid-uLMT5bnPh6 .dropdown-menu,
.cid-uLMT5bnPh6 .navbar.opened {
  background-color: false !important;
}
.cid-uLMT5bnPh6 .nav-item:focus,
.cid-uLMT5bnPh6 .nav-link:focus {
  outline: none;
}
.cid-uLMT5bnPh6 .dropdown .dropdown-menu .dropdown-item {
  width: auto;
  transition: all 0.25s ease-in-out;
}
.cid-uLMT5bnPh6 .dropdown .dropdown-menu .dropdown-item::after {
  right: 0.5rem;
}
.cid-uLMT5bnPh6 .dropdown .dropdown-menu .dropdown-item .mbr-iconfont {
  margin-right: 0.5rem;
  vertical-align: sub;
}
.cid-uLMT5bnPh6 .dropdown .dropdown-menu .dropdown-item .mbr-iconfont:before {
  display: inline-block;
  transform: scale(1, 1);
  transition: all 0.25s ease-in-out;
}
.cid-uLMT5bnPh6 .collapsed .dropdown-menu .dropdown-item:before {
  display: none;
}
.cid-uLMT5bnPh6 .collapsed .dropdown .dropdown-menu .dropdown-item {
  padding: 0.235em 1.5em 0.235em 1.5em !important;
  transition: none;
  margin: 0 !important;
}
.cid-uLMT5bnPh6 .navbar {
  min-height: 70px;
  padding: 20px 0;
  transition: all 0.3s;
  border-bottom-width: 0px;
}
@media (max-width: 992px) {
  .cid-uLMT5bnPh6 .navbar {
    min-height: 30px;
    max-height: 90px;
  }
}
.cid-uLMT5bnPh6 .navbar.opened {
  transition: all 0.3s;
}
.cid-uLMT5bnPh6 .navbar .dropdown-item {
  padding: 0;
  margin: 8px 0;
}
.cid-uLMT5bnPh6 .navbar .navbar-logo img {
  width: auto;
  object-fit: contain;
  border-radius: 0;
}
.cid-uLMT5bnPh6 .navbar .navbar-collapse {
  justify-content: space-between;
  z-index: 1;
}
.cid-uLMT5bnPh6 .navbar.collapsed {
  justify-content: center;
}
.cid-uLMT5bnPh6 .navbar.collapsed .nav-item .nav-link::before {
  display: none;
}
.cid-uLMT5bnPh6 .navbar.collapsed.opened .dropdown-menu {
  top: 0;
}
.cid-uLMT5bnPh6 .navbar.collapsed .dropdown-menu .dropdown-submenu {
  left: 0 !important;
}
.cid-uLMT5bnPh6 .navbar.collapsed .dropdown-menu .dropdown-item:after {
  right: auto;
}
.cid-uLMT5bnPh6 .navbar.collapsed ul.navbar-nav li {
  margin: auto;
}
.cid-uLMT5bnPh6 .navbar.collapsed .dropdown-menu .dropdown-item {
  padding: 0.25rem 1.5rem;
  text-align: left;
}
.cid-uLMT5bnPh6 .navbar.collapsed .icons-menu {
  padding: 0;
}
@media (max-width: 991px) {
  .cid-uLMT5bnPh6 .navbar .nav-item {
    padding: .5rem 0;
  }
  .cid-uLMT5bnPh6 .navbar .navbar-collapse {
    padding: 34px 0;
    border-radius: 25px;
  }
  .cid-uLMT5bnPh6 .navbar .nav-item .nav-link::before {
    display: none;
  }
  .cid-uLMT5bnPh6 .navbar.opened .dropdown-menu {
    top: 0;
  }
  .cid-uLMT5bnPh6 .navbar .dropdown-menu {
    padding: 6px 0 6px 15px;
  }
  .cid-uLMT5bnPh6 .navbar .dropdown-menu .dropdown-submenu {
    left: 0 !important;
  }
  .cid-uLMT5bnPh6 .navbar .dropdown-menu .dropdown-item:after {
    right: auto;
    margin-top: -0.4rem;
  }
  .cid-uLMT5bnPh6 .navbar .navbar-logo img {
    height: 3rem !important;
  }
  .cid-uLMT5bnPh6 .navbar ul.navbar-nav {
    overflow: hidden;
  }
  .cid-uLMT5bnPh6 .navbar ul.navbar-nav li {
    margin: 0;
  }
  .cid-uLMT5bnPh6 .navbar .dropdown-menu .dropdown-item {
    padding: 0 !important;
    margin: 0;
    margin-top: 8px;
    text-align: left;
  }
  .cid-uLMT5bnPh6 .navbar .navbar-brand {
    flex-shrink: initial;
    flex-basis: auto;
    word-break: break-word;
    padding-right: 2rem;
  }
  .cid-uLMT5bnPh6 .navbar .navbar-toggler {
    flex-basis: auto;
  }
  .cid-uLMT5bnPh6 .navbar .icons-menu {
    padding: 0;
  }
}
.cid-uLMT5bnPh6 .navbar.navbar-short {
  min-height: 60px;
}
.cid-uLMT5bnPh6 .navbar.navbar-short .navbar-logo img {
  height: 2.5rem !important;
}
.cid-uLMT5bnPh6 .navbar.navbar-short .navbar-brand {
  min-height: 60px;
  padding: 0;
}
.cid-uLMT5bnPh6 .navbar-brand {
  min-height: 70px;
  flex-shrink: 0;
  align-items: center;
  margin-right: 0;
  padding: 10px 0;
  transition: all 0.3s;
  word-break: break-word;
  z-index: 1;
}
.cid-uLMT5bnPh6 .navbar-brand .navbar-caption {
  line-height: inherit !important;
}
.cid-uLMT5bnPh6 .navbar-brand .navbar-logo a {
  outline: none;
}
.cid-uLMT5bnPh6 .dropdown-item.active,
.cid-uLMT5bnPh6 .dropdown-item:active {
  background-color: transparent;
}
.cid-uLMT5bnPh6 .navbar-expand-lg .navbar-nav .nav-link {
  padding: 0;
}
.cid-uLMT5bnPh6 .nav-dropdown .link.dropdown-toggle {
  margin-right: 1.667em;
}
.cid-uLMT5bnPh6 .nav-dropdown .link.dropdown-toggle[aria-expanded="true"] {
  margin-right: 0;
  padding: 0.667em 1.667em;
}
.cid-uLMT5bnPh6 .navbar .dropdown.open > .dropdown-menu {
  display: block;
}
.cid-uLMT5bnPh6 ul.navbar-nav {
  flex-wrap: wrap;
  padding: 36px 0;
  border-bottom: 1px solid #0e132f;
}
.cid-uLMT5bnPh6 .navbar-buttons {
  text-align: center;
  min-width: 170px;
}
.cid-uLMT5bnPh6 button.navbar-toggler {
  outline: none;
  width: 48px;
  height: 48px;
  border-radius: 50%;
  cursor: pointer;
  transition: all 0.2s;
  position: relative;
  align-self: center;
  color: #ffffff;
  background: #ffffff;
}
.cid-uLMT5bnPh6 button.navbar-toggler .hamburger span {
  position: absolute;
  right: 10px;
  margin-top: 14px;
  width: 26px;
  height: 2px;
  border-right: 5px;
  background-color: #474747;
}
.cid-uLMT5bnPh6 button.navbar-toggler .hamburger span:nth-child(1) {
  top: 0;
  transition: all 0.2s;
}
.cid-uLMT5bnPh6 button.navbar-toggler .hamburger span:nth-child(2) {
  top: 8px;
  transition: all 0.15s;
}
.cid-uLMT5bnPh6 button.navbar-toggler .hamburger span:nth-child(3) {
  top: 8px;
  transition: all 0.15s;
}
.cid-uLMT5bnPh6 button.navbar-toggler .hamburger span:nth-child(4) {
  top: 16px;
  transition: all 0.2s;
}
.cid-uLMT5bnPh6 nav.opened .hamburger span:nth-child(1) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-uLMT5bnPh6 nav.opened .hamburger span:nth-child(2) {
  transform: rotate(45deg);
  transition: all 0.25s;
}
.cid-uLMT5bnPh6 nav.opened .hamburger span:nth-child(3) {
  transform: rotate(-45deg);
  transition: all 0.25s;
}
.cid-uLMT5bnPh6 nav.opened .hamburger span:nth-child(4) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-uLMT5bnPh6 a.nav-link {
  display: flex;
  align-items: center;
  justify-content: flex-start;
}
.cid-uLMT5bnPh6 .icons-menu {
  flex-wrap: nowrap;
  display: flex;
  justify-content: center;
  padding: 0;
  text-align: center;
  margin-bottom: 35px;
}
@media screen and (-ms-high-contrast: active), (-ms-high-contrast: none) {
  .cid-uLMT5bnPh6 .navbar {
    height: 70px;
  }
  .cid-uLMT5bnPh6 .navbar.opened {
    height: auto;
  }
  .cid-uLMT5bnPh6 .nav-item .nav-link:hover::before {
    width: 175%;
    max-width: calc(100% + 2rem);
    left: -1rem;
  }
}
.cid-uLMT5bnPh6 .navbar-dropdown .navbar-logo {
  margin-right: 15px;
}
@media (min-width: 768px) {
  .cid-uLMT5bnPh6 .container-fluid {
    padding-left: 30px;
    padding-right: 30px;
  }
}
.cid-uLMT5bnPh6 .mbr-section-btn-main {
  padding-top: 5px;
}
.cid-uLMT5bnPh6 .mbr-section-btn-main .btn {
  margin: 0 4px 4px 4px;
}
.cid-uLMT5bnPh6 .navbar-caption:hover {
  color: #2554ab;
}
@media (min-width: 992px) {
  .cid-uLMT5bnPh6 .dropdown-menu.dropdown-submenu {
    left: 175px !important;
    top: -45% !important;
  }
}
.cid-uLMT5bnPh6 .nav-link {
  position: relative;
}
.cid-uLMT5bnPh6 .nav-link:before {
  content: '';
  position: absolute;
  left: -12px;
  width: 6px;
  height: 6px;
  border-radius: 100%;
  background-color: #2554ab;
  transition: all .3s ease;
  opacity: 0;
}
.cid-uLMT5bnPh6 .nav-link:hover:before {
  opacity: 1;
}
.cid-uLMT5bnPh6 .mbr-section-subtitle {
  color: #ffffff;
}
.cid-uLMT5bnPh6 .mbr-text {
  color: #ffffff;
  text-align: center;
}
.cid-uLMT5bnPh6 .text_widget {
  color: #ffffff;
}
.cid-uLMT5bnPh6 .mbr-section-subtitle,
.cid-uLMT5bnPh6 .text_widget,
.cid-uLMT5bnPh6 .mbr-section-btn {
  text-align: center;
}
.cid-uLMT5bnPh6 a[class*="text-"]:not(.nav-link):not(.dropdown-item):not([role]):not(.navbar-caption):hover {
  background-image: none;
}
.cid-uC4oOjjPIW {
  padding-top: 0rem;
  padding-bottom: 0rem;
  background-color: #ffffff;
}
.cid-uC4oOjjPIW .item-img {
  position: relative;
  overflow: hidden;
}
.cid-uC4oOjjPIW .item-img:before {
  content: '';
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
  left: 0;
  background: black;
  opacity: 0.3;
  z-index: 1;
  transition: all 0.3s;
  pointer-events: none;
}
.cid-uC4oOjjPIW h5 {
  margin-bottom: 1rem;
}
.cid-uC4oOjjPIW .item-content {
  position: absolute;
  top: 55%;
  right: 0;
  z-index: 2;
  width: 100%;
  transform: translateY(-50%);
  padding: 2rem 8rem;
  display: flex;
  flex-direction: column;
  height: 50%;
}
@media (max-width: 767px) {
  .cid-uC4oOjjPIW .item-content {
    padding: 0 2rem 1.5rem;
    margin-top: 1rem;
  }
}
.cid-uC4oOjjPIW img,
.cid-uC4oOjjPIW .item-img {
  width: 100%;
  transition: all 0.3s;
  height: 100%;
  height: 400px;
  object-fit: cover;
}
.cid-uC4oOjjPIW .item:focus,
.cid-uC4oOjjPIW span:focus {
  outline: none;
}
.cid-uC4oOjjPIW .item {
  margin-bottom: 2rem;
}
@media (max-width: 767px) {
  .cid-uC4oOjjPIW .item {
    margin-bottom: 1rem;
  }
}
.cid-uC4oOjjPIW .item-wrapper {
  position: relative;
  border-radius: 15px;
  height: 100%;
  display: flex;
  flex-flow: column nowrap;
}
.cid-uC4oOjjPIW .mbr-section-title {
  color: #4e423d;
}
.cid-uC4oOjjPIW .item-title {
  text-align: left;
  color: #ffffff;
}
.cid-uC4oOjjPIW .item-subtitle {
  text-align: left;
  color: #ffffff;
}
.cid-uC4oOjjPIW .mbr-text,
.cid-uC4oOjjPIW .item .mbr-section-btn {
  text-align: left;
  color: #ffffff;
}
.cid-uC4oOjjPIW .content-head {
  max-width: 800px;
}
.cid-uC4oOkDLdM {
  padding-top: 1rem;
  padding-bottom: 5rem;
  background-color: #fafafa;
}
.cid-uC4oOkDLdM .mbr-section-title {
  margin-bottom: 1em;
  color: #272727;
}
.cid-uC4oOkDLdM .mbr-section-subtitle {
  margin-bottom: 1.5625em;
  color: #272727;
  opacity: 0.4;
}
.cid-uC4oOkDLdM .item-row {
  display: grid;
  -webkit-box-align: stretch;
  -webkit-align-items: stretch;
  -ms-flex-align: stretch;
  align-items: stretch;
  grid-auto-columns: 1fr;
  grid-column-gap: 16px;
  grid-row-gap: 16px;
  grid-template-columns: repeat(4, 1fr);
  -ms-grid-rows: auto;
  grid-template-rows: auto;
}
@media (max-width: 1199px) {
  .cid-uC4oOkDLdM .item-row {
    grid-template-columns: repeat(2, 1fr);
  }
}
@media (max-width: 767px) {
  .cid-uC4oOkDLdM .item-row {
    grid-template-columns: repeat(1, 1fr);
  }
}
.cid-uC4oOkDLdM .item {
  padding: 0;
}
.cid-uC4oOkDLdM .item-wrapper {
  display: flex;
  flex-direction: column;
  align-items: stretch;
  height: 100%;
  width: 100%;
  border-radius: 10px;
  overflow: hidden;
  transform-style: preserve-3d;
  transition: .3s all;
  border: 2px solid transparent;
}
.cid-uC4oOkDLdM .item-wrapper:hover {
  transform: scale3d(1.01, 1.01, 1);
  border-color: #fafafa;
}
.cid-uC4oOkDLdM .item-img {
  display: flex;
  align-items: center;
  justify-content: center;
  height: 175px;
}
.cid-uC4oOkDLdM .item-img img {
  width: 100%;
  object-fit: cover;
  height: 100%;
}
.cid-uC4oOkDLdM .item-content {
  display: flex;
  flex-direction: column;
  align-items: stretch;
  width: 100%;
  padding: 20px 5% 6%;
  flex-grow: 1;
  background-color: #ffffff;
}
.cid-uC4oOkDLdM .item-text-wrap {
  width: 100%;
  margin-bottom: 5.3em;
}
@media (max-width: 1199px) {
  .cid-uC4oOkDLdM .item-text-wrap {
    margin-bottom: 4em;
  }
}
@media (max-width: 767px) {
  .cid-uC4oOkDLdM .item-text-wrap {
    margin-bottom: 2em;
    max-width: 340px;
    margin-right: auto;
  }
}
.cid-uC4oOkDLdM .item-title {
  color: #272727;
  margin-bottom: 0.52em;
}
.cid-uC4oOkDLdM .item-subtitle {
  color: #272727;
  opacity: 0.52em;
}
.cid-uC4oOkDLdM .card-bottom {
  display: flex;
  flex-direction: column;
  align-items: stretch;
  margin-top: auto;
}
.cid-uC4oOkDLdM .item-name-wrap {
  display: flex;
  align-items: center;
  width: 100%;
}
.cid-uC4oOkDLdM .image-wrapper {
  width: 35px;
  height: 35px;
  margin-right: 10px;
  border-radius: 300px;
  overflow: hidden;
}
.cid-uC4oOkDLdM .image-wrapper img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.cid-uC4oOkDLdM .mbr-text {
  flex-grow: 1;
  color: #272727;
  text-align: right;
}
.cid-uC4oOkDLdM .mbr-section-btn {
  display: flex;
  margin-top: 20px;
  width: auto !important;
}
.cid-uC4oOkDLdM .mbr-section-btn .btn {
  width: 100%;
  min-width: auto !important;
}
.cid-uLMRAIzUxG {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-color: #0e132f;
}
.cid-uLMRAIzUxG .mbr-fallback-image.disabled {
  display: none;
}
.cid-uLMRAIzUxG .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-uLMRAIzUxG .container {
    padding: 0 16px;
  }
}
.cid-uLMRAIzUxG .card {
  display: flex;
  flex-direction: column;
  justify-content: space-between;
}
@media (max-width: 992px) {
  .cid-uLMRAIzUxG .card {
    margin-bottom: 40px;
  }
}
.cid-uLMRAIzUxG .card .content-wrapper .title-wrapper .title-wrap {
  display: inline-flex;
  align-items: center;
  margin-bottom: 16px;
}
@media (max-width: 992px) {
  .cid-uLMRAIzUxG .card .content-wrapper .title-wrapper .title-wrap {
    margin-bottom: 40px;
  }
}
.cid-uLMRAIzUxG .card .content-wrapper .title-wrapper .title-wrap img {
  width: 32px;
  height: 32px;
  object-fit: contain;
  margin-right: 1rem;
}
.cid-uLMRAIzUxG .card .content-wrapper .title-wrapper .title-wrap .mbr-section-title {
  margin-bottom: 0;
}
.cid-uLMRAIzUxG .card .content-wrapper .copyright {
  margin-bottom: 20px;
}
@media (max-width: 992px) {
  .cid-uLMRAIzUxG .card .content-wrapper .copyright {
    margin-bottom: 40px;
  }
}
.cid-uLMRAIzUxG .card .social-wrapper .social-wrap {
  display: inline-flex;
  flex-wrap: wrap;
}
.cid-uLMRAIzUxG .card .social-wrapper .social-wrap .mbr-iconfont {
  font-size: 20px;
  margin-right: 48px;
  color: #ffffff;
}
.cid-uLMRAIzUxG .list-wrapper .mbr-card-title {
  margin-bottom: 16px;
}
.cid-uLMRAIzUxG .list-wrapper .list {
  margin: 0;
  padding: 0;
  list-style-type: none;
}
.cid-uLMRAIzUxG .list-wrapper .list .item-wrap {
  margin-bottom: 16px;
}
@media (max-width: 992px) {
  .cid-uLMRAIzUxG .list-wrapper .list {
    margin-bottom: 40px;
  }
}
.cid-uLMRAIzUxG .mbr-section-title {
  color: #ffffff;
}
.cid-uLMRAIzUxG .copyright {
  color: #ffffff;
}
.cid-uLMRAIzUxG .mbr-card-title {
  color: #D4FE00;
}
.cid-uLMRAIzUxG .list {
  color: #ffffff;
}
.cid-uLMT5bnPh6 .navbar-dropdown {
  background-color: #ffffff !important;
  padding: 0;
}
.cid-uLMT5bnPh6 .navbar.navbar-expand-lg .dropdown .dropdown-menu {
  background-color: #ffffff !important;
  background: #ffffff;
}
.cid-uLMT5bnPh6 .navbar.navbar-expand-lg .dropdown .dropdown-menu .dropdown-submenu {
  margin: 0;
  left: 100%;
}
@media (max-width: 991px) {
  .cid-uLMT5bnPh6 .menu_box .navbar.opened,
  .cid-uLMT5bnPh6 .menu_box .navbar-collapse {
    background-color: #ffffff !important;
    transition: all 0s ease 0s;
  }
}
.cid-uLMT5bnPh6 .navbar-dropdown {
  position: relative !important;
}
.cid-uLMT5bnPh6 .btn {
  min-height: auto;
  box-shadow: none;
  margin-top: 0;
}
.cid-uLMT5bnPh6 .btn:hover {
  box-shadow: none;
}
@media (min-width: 992px) {
  .cid-uLMT5bnPh6 .offcanvas_image img {
    width: auto;
    object-fit: cover;
    display: inline-block;
  }
  .cid-uLMT5bnPh6 .offcanvas-header {
    position: relative;
    padding: 0;
  }
  .cid-uLMT5bnPh6 .offcanvas-header .btn-close {
    position: absolute;
    top: -70px;
    right: 0;
    width: 35px;
    height: 30px;
  }
  .cid-uLMT5bnPh6 .offcanvas-body {
    text-align: center;
    padding: 0;
  }
  .cid-uLMT5bnPh6 .offcanvas-body .mbr-text,
  .cid-uLMT5bnPh6 .offcanvas-body .mbr-section-subtitle {
    margin-top: 14px;
  }
  .cid-uLMT5bnPh6 .offcanvas-body .offcanvas_contact {
    margin: 35px 0;
  }
  .cid-uLMT5bnPh6 .offcanvas_box button.btn_offcanvas {
    outline: none;
    width: 40px;
    height: 40px;
    cursor: pointer;
    transition: all 0.2s;
    position: relative;
    align-self: center;
  }
  .cid-uLMT5bnPh6 .offcanvas_box button.btn_offcanvas .hamburger span {
    position: absolute;
    right: 0;
    width: 40px;
    height: 2px;
    border-right: 5px;
    background-color: #474747;
  }
  .cid-uLMT5bnPh6 .offcanvas_box button.btn_offcanvas .hamburger span:nth-child(1) {
    top: 18px;
    transition: all 0.2s;
  }
  .cid-uLMT5bnPh6 .offcanvas_box button.btn_offcanvas .hamburger span:nth-child(2) {
    top: 25px;
    transition: all 0.2s;
  }
  .cid-uLMT5bnPh6 .offcanvas_box button.btn_offcanvas:hover .hamburger span {
    width: 36px;
  }
  .cid-uLMT5bnPh6 .offcanvas_box button.btn_offcanvas:hover .hamburger span:nth-child(2) {
    width: 33px;
    transition-delay: 0.2s;
  }
  .cid-uLMT5bnPh6 ul.navbar-nav {
    padding-bottom: 1.5rem;
  }
  .cid-uLMT5bnPh6 .dropdown-menu .dropdown-toggle[data-toggle="dropdown-submenu"]::after,
  .cid-uLMT5bnPh6 .link.dropdown-toggle::after {
    display: inline-block;
    width: 7px;
    height: 7px;
    margin-left: .5rem;
    margin-bottom: 2px;
    content: "";
    border: 2px solid;
    border-left: none;
    border-top: none;
    transform: rotate(-45deg);
  }
  .cid-uLMT5bnPh6 .link.dropdown-toggle::after {
    padding: 0 !important;
    transform: rotate(45deg);
  }
  .cid-uLMT5bnPh6 li.nav-item {
    position: relative;
    display: inline-block;
    padding: 1px 7px !important;
    vertical-align: middle;
    line-height: 2em !important;
    font-weight: 600 !important;
    text-decoration: none;
    letter-spacing: 0 !important;
    z-index: 1;
  }
  .cid-uLMT5bnPh6 .lg_brand {
    margin: 0 1rem;
  }
}
.cid-uLMT5bnPh6 .nav-item {
  margin: 4px 15px;
}
@media (min-width: 1200px) {
  .cid-uLMT5bnPh6 .nav-item {
    margin: 4px 20px;
  }
}
@media (max-width: 991px) {
  .cid-uLMT5bnPh6 .nav-item {
    margin: 0 !important;
  }
}
.cid-uLMT5bnPh6 .dropdown-menu {
  border-radius: 0;
  box-shadow: none;
  text-align: left;
}
@media (min-width: 992px) {
  .cid-uLMT5bnPh6 .dropdown-menu {
    padding: 18px 34px 22px;
    min-width: 250px;
    top: auto !important;
    left: -40px !important;
  }
  .cid-uLMT5bnPh6 .dropdown-menu.dropdown-submenu {
    left: 215px !important;
    top: -45% !important;
  }
}
@media (max-width: 991px) {
  .cid-uLMT5bnPh6 .dropdown-menu .dropdown-toggle[data-toggle="dropdown-submenu"]::after,
  .cid-uLMT5bnPh6 .link.dropdown-toggle::after {
    display: inline-block;
    width: 7px;
    height: 7px;
    margin-left: .5rem;
    margin-bottom: 2px;
    content: "";
    border: 2px solid;
    border-left: none;
    border-top: none;
    transform: rotate(-45deg);
    right: 15px;
    position: absolute;
    margin-top: -2px;
  }
  .cid-uLMT5bnPh6 .show.dropdown-toggle[aria-expanded="true"]::after {
    transform: rotate(45deg);
    margin-top: -4px;
  }
  .cid-uLMT5bnPh6 .offcanvas_box {
    display: none;
  }
}
.cid-uLMT5bnPh6 .dropdown-item {
  border: none;
  font-weight: 400 !important;
}
.cid-uLMT5bnPh6 .nav-dropdown .link {
  font-weight: 400 !important;
  padding: 0 !important;
  margin: 0 !important;
}
.cid-uLMT5bnPh6 .nav-dropdown .link.dropdown-toggle::after {
  margin-left: 0.5rem;
  margin-top: 0;
}
.cid-uLMT5bnPh6 .container {
  display: flex;
  margin: auto;
}
.cid-uLMT5bnPh6 .iconfont-wrapper {
  color: #e0bdb6;
  font-size: 17px;
  margin-right: 10px;
  margin-bottom: 5px;
  width: 25px;
  height: 25px;
  border-radius: 50%;
  display: flex;
  justify-content: center;
  align-items: center;
  transition: all 0.2s ease-in-out;
}
.cid-uLMT5bnPh6 .iconfont-wrapper:last-child {
  margin-right: 0;
}
.cid-uLMT5bnPh6 .iconfont-wrapper:hover {
  opacity: .5;
}
.cid-uLMT5bnPh6 .navbar-caption {
  color: #747474;
}
.cid-uLMT5bnPh6 .navbar-nav {
  margin: 0 1rem;
}
@media (min-width: 992px) {
  .cid-uLMT5bnPh6 .navbar-nav {
    margin: 0;
  }
}
.cid-uLMT5bnPh6 .dropdown-menu,
.cid-uLMT5bnPh6 .navbar.opened {
  background-color: false !important;
}
.cid-uLMT5bnPh6 .nav-item:focus,
.cid-uLMT5bnPh6 .nav-link:focus {
  outline: none;
}
.cid-uLMT5bnPh6 .dropdown .dropdown-menu .dropdown-item {
  width: auto;
  transition: all 0.25s ease-in-out;
}
.cid-uLMT5bnPh6 .dropdown .dropdown-menu .dropdown-item::after {
  right: 0.5rem;
}
.cid-uLMT5bnPh6 .dropdown .dropdown-menu .dropdown-item .mbr-iconfont {
  margin-right: 0.5rem;
  vertical-align: sub;
}
.cid-uLMT5bnPh6 .dropdown .dropdown-menu .dropdown-item .mbr-iconfont:before {
  display: inline-block;
  transform: scale(1, 1);
  transition: all 0.25s ease-in-out;
}
.cid-uLMT5bnPh6 .collapsed .dropdown-menu .dropdown-item:before {
  display: none;
}
.cid-uLMT5bnPh6 .collapsed .dropdown .dropdown-menu .dropdown-item {
  padding: 0.235em 1.5em 0.235em 1.5em !important;
  transition: none;
  margin: 0 !important;
}
.cid-uLMT5bnPh6 .navbar {
  min-height: 70px;
  padding: 20px 0;
  transition: all 0.3s;
  border-bottom-width: 0px;
}
@media (max-width: 992px) {
  .cid-uLMT5bnPh6 .navbar {
    min-height: 30px;
    max-height: 90px;
  }
}
.cid-uLMT5bnPh6 .navbar.opened {
  transition: all 0.3s;
}
.cid-uLMT5bnPh6 .navbar .dropdown-item {
  padding: 0;
  margin: 8px 0;
}
.cid-uLMT5bnPh6 .navbar .navbar-logo img {
  width: auto;
  object-fit: contain;
  border-radius: 0;
}
.cid-uLMT5bnPh6 .navbar .navbar-collapse {
  justify-content: space-between;
  z-index: 1;
}
.cid-uLMT5bnPh6 .navbar.collapsed {
  justify-content: center;
}
.cid-uLMT5bnPh6 .navbar.collapsed .nav-item .nav-link::before {
  display: none;
}
.cid-uLMT5bnPh6 .navbar.collapsed.opened .dropdown-menu {
  top: 0;
}
.cid-uLMT5bnPh6 .navbar.collapsed .dropdown-menu .dropdown-submenu {
  left: 0 !important;
}
.cid-uLMT5bnPh6 .navbar.collapsed .dropdown-menu .dropdown-item:after {
  right: auto;
}
.cid-uLMT5bnPh6 .navbar.collapsed ul.navbar-nav li {
  margin: auto;
}
.cid-uLMT5bnPh6 .navbar.collapsed .dropdown-menu .dropdown-item {
  padding: 0.25rem 1.5rem;
  text-align: left;
}
.cid-uLMT5bnPh6 .navbar.collapsed .icons-menu {
  padding: 0;
}
@media (max-width: 991px) {
  .cid-uLMT5bnPh6 .navbar .nav-item {
    padding: .5rem 0;
  }
  .cid-uLMT5bnPh6 .navbar .navbar-collapse {
    padding: 34px 0;
    border-radius: 25px;
  }
  .cid-uLMT5bnPh6 .navbar .nav-item .nav-link::before {
    display: none;
  }
  .cid-uLMT5bnPh6 .navbar.opened .dropdown-menu {
    top: 0;
  }
  .cid-uLMT5bnPh6 .navbar .dropdown-menu {
    padding: 6px 0 6px 15px;
  }
  .cid-uLMT5bnPh6 .navbar .dropdown-menu .dropdown-submenu {
    left: 0 !important;
  }
  .cid-uLMT5bnPh6 .navbar .dropdown-menu .dropdown-item:after {
    right: auto;
    margin-top: -0.4rem;
  }
  .cid-uLMT5bnPh6 .navbar .navbar-logo img {
    height: 3rem !important;
  }
  .cid-uLMT5bnPh6 .navbar ul.navbar-nav {
    overflow: hidden;
  }
  .cid-uLMT5bnPh6 .navbar ul.navbar-nav li {
    margin: 0;
  }
  .cid-uLMT5bnPh6 .navbar .dropdown-menu .dropdown-item {
    padding: 0 !important;
    margin: 0;
    margin-top: 8px;
    text-align: left;
  }
  .cid-uLMT5bnPh6 .navbar .navbar-brand {
    flex-shrink: initial;
    flex-basis: auto;
    word-break: break-word;
    padding-right: 2rem;
  }
  .cid-uLMT5bnPh6 .navbar .navbar-toggler {
    flex-basis: auto;
  }
  .cid-uLMT5bnPh6 .navbar .icons-menu {
    padding: 0;
  }
}
.cid-uLMT5bnPh6 .navbar.navbar-short {
  min-height: 60px;
}
.cid-uLMT5bnPh6 .navbar.navbar-short .navbar-logo img {
  height: 2.5rem !important;
}
.cid-uLMT5bnPh6 .navbar.navbar-short .navbar-brand {
  min-height: 60px;
  padding: 0;
}
.cid-uLMT5bnPh6 .navbar-brand {
  min-height: 70px;
  flex-shrink: 0;
  align-items: center;
  margin-right: 0;
  padding: 10px 0;
  transition: all 0.3s;
  word-break: break-word;
  z-index: 1;
}
.cid-uLMT5bnPh6 .navbar-brand .navbar-caption {
  line-height: inherit !important;
}
.cid-uLMT5bnPh6 .navbar-brand .navbar-logo a {
  outline: none;
}
.cid-uLMT5bnPh6 .dropdown-item.active,
.cid-uLMT5bnPh6 .dropdown-item:active {
  background-color: transparent;
}
.cid-uLMT5bnPh6 .navbar-expand-lg .navbar-nav .nav-link {
  padding: 0;
}
.cid-uLMT5bnPh6 .nav-dropdown .link.dropdown-toggle {
  margin-right: 1.667em;
}
.cid-uLMT5bnPh6 .nav-dropdown .link.dropdown-toggle[aria-expanded="true"] {
  margin-right: 0;
  padding: 0.667em 1.667em;
}
.cid-uLMT5bnPh6 .navbar .dropdown.open > .dropdown-menu {
  display: block;
}
.cid-uLMT5bnPh6 ul.navbar-nav {
  flex-wrap: wrap;
  padding: 36px 0;
  border-bottom: 1px solid #0e132f;
}
.cid-uLMT5bnPh6 .navbar-buttons {
  text-align: center;
  min-width: 170px;
}
.cid-uLMT5bnPh6 button.navbar-toggler {
  outline: none;
  width: 48px;
  height: 48px;
  border-radius: 50%;
  cursor: pointer;
  transition: all 0.2s;
  position: relative;
  align-self: center;
  color: #ffffff;
  background: #ffffff;
}
.cid-uLMT5bnPh6 button.navbar-toggler .hamburger span {
  position: absolute;
  right: 10px;
  margin-top: 14px;
  width: 26px;
  height: 2px;
  border-right: 5px;
  background-color: #474747;
}
.cid-uLMT5bnPh6 button.navbar-toggler .hamburger span:nth-child(1) {
  top: 0;
  transition: all 0.2s;
}
.cid-uLMT5bnPh6 button.navbar-toggler .hamburger span:nth-child(2) {
  top: 8px;
  transition: all 0.15s;
}
.cid-uLMT5bnPh6 button.navbar-toggler .hamburger span:nth-child(3) {
  top: 8px;
  transition: all 0.15s;
}
.cid-uLMT5bnPh6 button.navbar-toggler .hamburger span:nth-child(4) {
  top: 16px;
  transition: all 0.2s;
}
.cid-uLMT5bnPh6 nav.opened .hamburger span:nth-child(1) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-uLMT5bnPh6 nav.opened .hamburger span:nth-child(2) {
  transform: rotate(45deg);
  transition: all 0.25s;
}
.cid-uLMT5bnPh6 nav.opened .hamburger span:nth-child(3) {
  transform: rotate(-45deg);
  transition: all 0.25s;
}
.cid-uLMT5bnPh6 nav.opened .hamburger span:nth-child(4) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-uLMT5bnPh6 a.nav-link {
  display: flex;
  align-items: center;
  justify-content: flex-start;
}
.cid-uLMT5bnPh6 .icons-menu {
  flex-wrap: nowrap;
  display: flex;
  justify-content: center;
  padding: 0;
  text-align: center;
  margin-bottom: 35px;
}
@media screen and (-ms-high-contrast: active), (-ms-high-contrast: none) {
  .cid-uLMT5bnPh6 .navbar {
    height: 70px;
  }
  .cid-uLMT5bnPh6 .navbar.opened {
    height: auto;
  }
  .cid-uLMT5bnPh6 .nav-item .nav-link:hover::before {
    width: 175%;
    max-width: calc(100% + 2rem);
    left: -1rem;
  }
}
.cid-uLMT5bnPh6 .navbar-dropdown .navbar-logo {
  margin-right: 15px;
}
@media (min-width: 768px) {
  .cid-uLMT5bnPh6 .container-fluid {
    padding-left: 30px;
    padding-right: 30px;
  }
}
.cid-uLMT5bnPh6 .mbr-section-btn-main {
  padding-top: 5px;
}
.cid-uLMT5bnPh6 .mbr-section-btn-main .btn {
  margin: 0 4px 4px 4px;
}
.cid-uLMT5bnPh6 .navbar-caption:hover {
  color: #2554ab;
}
@media (min-width: 992px) {
  .cid-uLMT5bnPh6 .dropdown-menu.dropdown-submenu {
    left: 175px !important;
    top: -45% !important;
  }
}
.cid-uLMT5bnPh6 .nav-link {
  position: relative;
}
.cid-uLMT5bnPh6 .nav-link:before {
  content: '';
  position: absolute;
  left: -12px;
  width: 6px;
  height: 6px;
  border-radius: 100%;
  background-color: #2554ab;
  transition: all .3s ease;
  opacity: 0;
}
.cid-uLMT5bnPh6 .nav-link:hover:before {
  opacity: 1;
}
.cid-uLMT5bnPh6 .mbr-section-subtitle {
  color: #ffffff;
}
.cid-uLMT5bnPh6 .mbr-text {
  color: #ffffff;
  text-align: center;
}
.cid-uLMT5bnPh6 .text_widget {
  color: #ffffff;
}
.cid-uLMT5bnPh6 .mbr-section-subtitle,
.cid-uLMT5bnPh6 .text_widget,
.cid-uLMT5bnPh6 .mbr-section-btn {
  text-align: center;
}
.cid-uLMT5bnPh6 a[class*="text-"]:not(.nav-link):not(.dropdown-item):not([role]):not(.navbar-caption):hover {
  background-image: none;
}
.cid-uC4oOCBy0T {
  padding-top: 0rem;
  padding-bottom: 0rem;
  background-color: #ffffff;
}
.cid-uC4oOCBy0T .item-img {
  position: relative;
  overflow: hidden;
}
.cid-uC4oOCBy0T .item-img:before {
  content: '';
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
  left: 0;
  background: black;
  opacity: 0.3;
  z-index: 1;
  transition: all 0.3s;
  pointer-events: none;
}
.cid-uC4oOCBy0T h5 {
  margin-bottom: 1rem;
}
.cid-uC4oOCBy0T .item-content {
  position: absolute;
  top: 55%;
  right: 0;
  z-index: 2;
  width: 100%;
  transform: translateY(-50%);
  padding: 2rem 8rem;
  display: flex;
  flex-direction: column;
  height: 50%;
}
@media (max-width: 767px) {
  .cid-uC4oOCBy0T .item-content {
    padding: 0 2rem 1.5rem;
    margin-top: 1rem;
  }
}
.cid-uC4oOCBy0T img,
.cid-uC4oOCBy0T .item-img {
  width: 100%;
  transition: all 0.3s;
  height: 100%;
  height: 400px;
  object-fit: cover;
}
.cid-uC4oOCBy0T .item:focus,
.cid-uC4oOCBy0T span:focus {
  outline: none;
}
.cid-uC4oOCBy0T .item {
  margin-bottom: 2rem;
}
@media (max-width: 767px) {
  .cid-uC4oOCBy0T .item {
    margin-bottom: 1rem;
  }
}
.cid-uC4oOCBy0T .item-wrapper {
  position: relative;
  border-radius: 15px;
  height: 100%;
  display: flex;
  flex-flow: column nowrap;
}
.cid-uC4oOCBy0T .mbr-section-title {
  color: #4e423d;
}
.cid-uC4oOCBy0T .item-title {
  text-align: left;
  color: #ffffff;
}
.cid-uC4oOCBy0T .item-subtitle {
  text-align: left;
  color: #ffffff;
}
.cid-uC4oOCBy0T .mbr-text,
.cid-uC4oOCBy0T .item .mbr-section-btn {
  text-align: left;
  color: #ffffff;
}
.cid-uC4oOCBy0T .content-head {
  max-width: 800px;
}
.cid-uC4oODVjfd {
  padding-top: 1rem;
  padding-bottom: 5rem;
  background-color: #fafafa;
}
.cid-uC4oODVjfd .mbr-section-title {
  margin-bottom: 1em;
  color: #272727;
}
.cid-uC4oODVjfd .mbr-section-subtitle {
  margin-bottom: 1.5625em;
  color: #272727;
  opacity: 0.4;
}
.cid-uC4oODVjfd .item-row {
  display: grid;
  -webkit-box-align: stretch;
  -webkit-align-items: stretch;
  -ms-flex-align: stretch;
  align-items: stretch;
  grid-auto-columns: 1fr;
  grid-column-gap: 16px;
  grid-row-gap: 16px;
  grid-template-columns: repeat(4, 1fr);
  -ms-grid-rows: auto;
  grid-template-rows: auto;
}
@media (max-width: 1199px) {
  .cid-uC4oODVjfd .item-row {
    grid-template-columns: repeat(2, 1fr);
  }
}
@media (max-width: 767px) {
  .cid-uC4oODVjfd .item-row {
    grid-template-columns: repeat(1, 1fr);
  }
}
.cid-uC4oODVjfd .item {
  padding: 0;
}
.cid-uC4oODVjfd .item-wrapper {
  display: flex;
  flex-direction: column;
  align-items: stretch;
  height: 100%;
  width: 100%;
  border-radius: 10px;
  overflow: hidden;
  transform-style: preserve-3d;
  transition: .3s all;
  border: 2px solid transparent;
}
.cid-uC4oODVjfd .item-wrapper:hover {
  transform: scale3d(1.01, 1.01, 1);
  border-color: #fafafa;
}
.cid-uC4oODVjfd .item-img {
  display: flex;
  align-items: center;
  justify-content: center;
  height: 175px;
}
.cid-uC4oODVjfd .item-img img {
  width: 100%;
  object-fit: cover;
  height: 100%;
}
.cid-uC4oODVjfd .item-content {
  display: flex;
  flex-direction: column;
  align-items: stretch;
  width: 100%;
  padding: 20px 5% 6%;
  flex-grow: 1;
  background-color: #ffffff;
}
.cid-uC4oODVjfd .item-text-wrap {
  width: 100%;
  margin-bottom: 5.3em;
}
@media (max-width: 1199px) {
  .cid-uC4oODVjfd .item-text-wrap {
    margin-bottom: 4em;
  }
}
@media (max-width: 767px) {
  .cid-uC4oODVjfd .item-text-wrap {
    margin-bottom: 2em;
    max-width: 340px;
    margin-right: auto;
  }
}
.cid-uC4oODVjfd .item-title {
  color: #272727;
  margin-bottom: 0.52em;
}
.cid-uC4oODVjfd .item-subtitle {
  color: #272727;
  opacity: 0.52em;
}
.cid-uC4oODVjfd .card-bottom {
  display: flex;
  flex-direction: column;
  align-items: stretch;
  margin-top: auto;
}
.cid-uC4oODVjfd .item-name-wrap {
  display: flex;
  align-items: center;
  width: 100%;
}
.cid-uC4oODVjfd .image-wrapper {
  width: 35px;
  height: 35px;
  margin-right: 10px;
  border-radius: 300px;
  overflow: hidden;
}
.cid-uC4oODVjfd .image-wrapper img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.cid-uC4oODVjfd .mbr-text {
  flex-grow: 1;
  color: #272727;
  text-align: right;
}
.cid-uC4oODVjfd .mbr-section-btn {
  display: flex;
  margin-top: 20px;
  width: auto !important;
}
.cid-uC4oODVjfd .mbr-section-btn .btn {
  width: 100%;
  min-width: auto !important;
}
.cid-uLMRAIzUxG {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-color: #0e132f;
}
.cid-uLMRAIzUxG .mbr-fallback-image.disabled {
  display: none;
}
.cid-uLMRAIzUxG .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-uLMRAIzUxG .container {
    padding: 0 16px;
  }
}
.cid-uLMRAIzUxG .card {
  display: flex;
  flex-direction: column;
  justify-content: space-between;
}
@media (max-width: 992px) {
  .cid-uLMRAIzUxG .card {
    margin-bottom: 40px;
  }
}
.cid-uLMRAIzUxG .card .content-wrapper .title-wrapper .title-wrap {
  display: inline-flex;
  align-items: center;
  margin-bottom: 16px;
}
@media (max-width: 992px) {
  .cid-uLMRAIzUxG .card .content-wrapper .title-wrapper .title-wrap {
    margin-bottom: 40px;
  }
}
.cid-uLMRAIzUxG .card .content-wrapper .title-wrapper .title-wrap img {
  width: 32px;
  height: 32px;
  object-fit: contain;
  margin-right: 1rem;
}
.cid-uLMRAIzUxG .card .content-wrapper .title-wrapper .title-wrap .mbr-section-title {
  margin-bottom: 0;
}
.cid-uLMRAIzUxG .card .content-wrapper .copyright {
  margin-bottom: 20px;
}
@media (max-width: 992px) {
  .cid-uLMRAIzUxG .card .content-wrapper .copyright {
    margin-bottom: 40px;
  }
}
.cid-uLMRAIzUxG .card .social-wrapper .social-wrap {
  display: inline-flex;
  flex-wrap: wrap;
}
.cid-uLMRAIzUxG .card .social-wrapper .social-wrap .mbr-iconfont {
  font-size: 20px;
  margin-right: 48px;
  color: #ffffff;
}
.cid-uLMRAIzUxG .list-wrapper .mbr-card-title {
  margin-bottom: 16px;
}
.cid-uLMRAIzUxG .list-wrapper .list {
  margin: 0;
  padding: 0;
  list-style-type: none;
}
.cid-uLMRAIzUxG .list-wrapper .list .item-wrap {
  margin-bottom: 16px;
}
@media (max-width: 992px) {
  .cid-uLMRAIzUxG .list-wrapper .list {
    margin-bottom: 40px;
  }
}
.cid-uLMRAIzUxG .mbr-section-title {
  color: #ffffff;
}
.cid-uLMRAIzUxG .copyright {
  color: #ffffff;
}
.cid-uLMRAIzUxG .mbr-card-title {
  color: #D4FE00;
}
.cid-uLMRAIzUxG .list {
  color: #ffffff;
}
.cid-uLMT5bnPh6 .navbar-dropdown {
  background-color: #ffffff !important;
  padding: 0;
}
.cid-uLMT5bnPh6 .navbar.navbar-expand-lg .dropdown .dropdown-menu {
  background-color: #ffffff !important;
  background: #ffffff;
}
.cid-uLMT5bnPh6 .navbar.navbar-expand-lg .dropdown .dropdown-menu .dropdown-submenu {
  margin: 0;
  left: 100%;
}
@media (max-width: 991px) {
  .cid-uLMT5bnPh6 .menu_box .navbar.opened,
  .cid-uLMT5bnPh6 .menu_box .navbar-collapse {
    background-color: #ffffff !important;
    transition: all 0s ease 0s;
  }
}
.cid-uLMT5bnPh6 .navbar-dropdown {
  position: relative !important;
}
.cid-uLMT5bnPh6 .btn {
  min-height: auto;
  box-shadow: none;
  margin-top: 0;
}
.cid-uLMT5bnPh6 .btn:hover {
  box-shadow: none;
}
@media (min-width: 992px) {
  .cid-uLMT5bnPh6 .offcanvas_image img {
    width: auto;
    object-fit: cover;
    display: inline-block;
  }
  .cid-uLMT5bnPh6 .offcanvas-header {
    position: relative;
    padding: 0;
  }
  .cid-uLMT5bnPh6 .offcanvas-header .btn-close {
    position: absolute;
    top: -70px;
    right: 0;
    width: 35px;
    height: 30px;
  }
  .cid-uLMT5bnPh6 .offcanvas-body {
    text-align: center;
    padding: 0;
  }
  .cid-uLMT5bnPh6 .offcanvas-body .mbr-text,
  .cid-uLMT5bnPh6 .offcanvas-body .mbr-section-subtitle {
    margin-top: 14px;
  }
  .cid-uLMT5bnPh6 .offcanvas-body .offcanvas_contact {
    margin: 35px 0;
  }
  .cid-uLMT5bnPh6 .offcanvas_box button.btn_offcanvas {
    outline: none;
    width: 40px;
    height: 40px;
    cursor: pointer;
    transition: all 0.2s;
    position: relative;
    align-self: center;
  }
  .cid-uLMT5bnPh6 .offcanvas_box button.btn_offcanvas .hamburger span {
    position: absolute;
    right: 0;
    width: 40px;
    height: 2px;
    border-right: 5px;
    background-color: #474747;
  }
  .cid-uLMT5bnPh6 .offcanvas_box button.btn_offcanvas .hamburger span:nth-child(1) {
    top: 18px;
    transition: all 0.2s;
  }
  .cid-uLMT5bnPh6 .offcanvas_box button.btn_offcanvas .hamburger span:nth-child(2) {
    top: 25px;
    transition: all 0.2s;
  }
  .cid-uLMT5bnPh6 .offcanvas_box button.btn_offcanvas:hover .hamburger span {
    width: 36px;
  }
  .cid-uLMT5bnPh6 .offcanvas_box button.btn_offcanvas:hover .hamburger span:nth-child(2) {
    width: 33px;
    transition-delay: 0.2s;
  }
  .cid-uLMT5bnPh6 ul.navbar-nav {
    padding-bottom: 1.5rem;
  }
  .cid-uLMT5bnPh6 .dropdown-menu .dropdown-toggle[data-toggle="dropdown-submenu"]::after,
  .cid-uLMT5bnPh6 .link.dropdown-toggle::after {
    display: inline-block;
    width: 7px;
    height: 7px;
    margin-left: .5rem;
    margin-bottom: 2px;
    content: "";
    border: 2px solid;
    border-left: none;
    border-top: none;
    transform: rotate(-45deg);
  }
  .cid-uLMT5bnPh6 .link.dropdown-toggle::after {
    padding: 0 !important;
    transform: rotate(45deg);
  }
  .cid-uLMT5bnPh6 li.nav-item {
    position: relative;
    display: inline-block;
    padding: 1px 7px !important;
    vertical-align: middle;
    line-height: 2em !important;
    font-weight: 600 !important;
    text-decoration: none;
    letter-spacing: 0 !important;
    z-index: 1;
  }
  .cid-uLMT5bnPh6 .lg_brand {
    margin: 0 1rem;
  }
}
.cid-uLMT5bnPh6 .nav-item {
  margin: 4px 15px;
}
@media (min-width: 1200px) {
  .cid-uLMT5bnPh6 .nav-item {
    margin: 4px 20px;
  }
}
@media (max-width: 991px) {
  .cid-uLMT5bnPh6 .nav-item {
    margin: 0 !important;
  }
}
.cid-uLMT5bnPh6 .dropdown-menu {
  border-radius: 0;
  box-shadow: none;
  text-align: left;
}
@media (min-width: 992px) {
  .cid-uLMT5bnPh6 .dropdown-menu {
    padding: 18px 34px 22px;
    min-width: 250px;
    top: auto !important;
    left: -40px !important;
  }
  .cid-uLMT5bnPh6 .dropdown-menu.dropdown-submenu {
    left: 215px !important;
    top: -45% !important;
  }
}
@media (max-width: 991px) {
  .cid-uLMT5bnPh6 .dropdown-menu .dropdown-toggle[data-toggle="dropdown-submenu"]::after,
  .cid-uLMT5bnPh6 .link.dropdown-toggle::after {
    display: inline-block;
    width: 7px;
    height: 7px;
    margin-left: .5rem;
    margin-bottom: 2px;
    content: "";
    border: 2px solid;
    border-left: none;
    border-top: none;
    transform: rotate(-45deg);
    right: 15px;
    position: absolute;
    margin-top: -2px;
  }
  .cid-uLMT5bnPh6 .show.dropdown-toggle[aria-expanded="true"]::after {
    transform: rotate(45deg);
    margin-top: -4px;
  }
  .cid-uLMT5bnPh6 .offcanvas_box {
    display: none;
  }
}
.cid-uLMT5bnPh6 .dropdown-item {
  border: none;
  font-weight: 400 !important;
}
.cid-uLMT5bnPh6 .nav-dropdown .link {
  font-weight: 400 !important;
  padding: 0 !important;
  margin: 0 !important;
}
.cid-uLMT5bnPh6 .nav-dropdown .link.dropdown-toggle::after {
  margin-left: 0.5rem;
  margin-top: 0;
}
.cid-uLMT5bnPh6 .container {
  display: flex;
  margin: auto;
}
.cid-uLMT5bnPh6 .iconfont-wrapper {
  color: #e0bdb6;
  font-size: 17px;
  margin-right: 10px;
  margin-bottom: 5px;
  width: 25px;
  height: 25px;
  border-radius: 50%;
  display: flex;
  justify-content: center;
  align-items: center;
  transition: all 0.2s ease-in-out;
}
.cid-uLMT5bnPh6 .iconfont-wrapper:last-child {
  margin-right: 0;
}
.cid-uLMT5bnPh6 .iconfont-wrapper:hover {
  opacity: .5;
}
.cid-uLMT5bnPh6 .navbar-caption {
  color: #747474;
}
.cid-uLMT5bnPh6 .navbar-nav {
  margin: 0 1rem;
}
@media (min-width: 992px) {
  .cid-uLMT5bnPh6 .navbar-nav {
    margin: 0;
  }
}
.cid-uLMT5bnPh6 .dropdown-menu,
.cid-uLMT5bnPh6 .navbar.opened {
  background-color: false !important;
}
.cid-uLMT5bnPh6 .nav-item:focus,
.cid-uLMT5bnPh6 .nav-link:focus {
  outline: none;
}
.cid-uLMT5bnPh6 .dropdown .dropdown-menu .dropdown-item {
  width: auto;
  transition: all 0.25s ease-in-out;
}
.cid-uLMT5bnPh6 .dropdown .dropdown-menu .dropdown-item::after {
  right: 0.5rem;
}
.cid-uLMT5bnPh6 .dropdown .dropdown-menu .dropdown-item .mbr-iconfont {
  margin-right: 0.5rem;
  vertical-align: sub;
}
.cid-uLMT5bnPh6 .dropdown .dropdown-menu .dropdown-item .mbr-iconfont:before {
  display: inline-block;
  transform: scale(1, 1);
  transition: all 0.25s ease-in-out;
}
.cid-uLMT5bnPh6 .collapsed .dropdown-menu .dropdown-item:before {
  display: none;
}
.cid-uLMT5bnPh6 .collapsed .dropdown .dropdown-menu .dropdown-item {
  padding: 0.235em 1.5em 0.235em 1.5em !important;
  transition: none;
  margin: 0 !important;
}
.cid-uLMT5bnPh6 .navbar {
  min-height: 70px;
  padding: 20px 0;
  transition: all 0.3s;
  border-bottom-width: 0px;
}
@media (max-width: 992px) {
  .cid-uLMT5bnPh6 .navbar {
    min-height: 30px;
    max-height: 90px;
  }
}
.cid-uLMT5bnPh6 .navbar.opened {
  transition: all 0.3s;
}
.cid-uLMT5bnPh6 .navbar .dropdown-item {
  padding: 0;
  margin: 8px 0;
}
.cid-uLMT5bnPh6 .navbar .navbar-logo img {
  width: auto;
  object-fit: contain;
  border-radius: 0;
}
.cid-uLMT5bnPh6 .navbar .navbar-collapse {
  justify-content: space-between;
  z-index: 1;
}
.cid-uLMT5bnPh6 .navbar.collapsed {
  justify-content: center;
}
.cid-uLMT5bnPh6 .navbar.collapsed .nav-item .nav-link::before {
  display: none;
}
.cid-uLMT5bnPh6 .navbar.collapsed.opened .dropdown-menu {
  top: 0;
}
.cid-uLMT5bnPh6 .navbar.collapsed .dropdown-menu .dropdown-submenu {
  left: 0 !important;
}
.cid-uLMT5bnPh6 .navbar.collapsed .dropdown-menu .dropdown-item:after {
  right: auto;
}
.cid-uLMT5bnPh6 .navbar.collapsed ul.navbar-nav li {
  margin: auto;
}
.cid-uLMT5bnPh6 .navbar.collapsed .dropdown-menu .dropdown-item {
  padding: 0.25rem 1.5rem;
  text-align: left;
}
.cid-uLMT5bnPh6 .navbar.collapsed .icons-menu {
  padding: 0;
}
@media (max-width: 991px) {
  .cid-uLMT5bnPh6 .navbar .nav-item {
    padding: .5rem 0;
  }
  .cid-uLMT5bnPh6 .navbar .navbar-collapse {
    padding: 34px 0;
    border-radius: 25px;
  }
  .cid-uLMT5bnPh6 .navbar .nav-item .nav-link::before {
    display: none;
  }
  .cid-uLMT5bnPh6 .navbar.opened .dropdown-menu {
    top: 0;
  }
  .cid-uLMT5bnPh6 .navbar .dropdown-menu {
    padding: 6px 0 6px 15px;
  }
  .cid-uLMT5bnPh6 .navbar .dropdown-menu .dropdown-submenu {
    left: 0 !important;
  }
  .cid-uLMT5bnPh6 .navbar .dropdown-menu .dropdown-item:after {
    right: auto;
    margin-top: -0.4rem;
  }
  .cid-uLMT5bnPh6 .navbar .navbar-logo img {
    height: 3rem !important;
  }
  .cid-uLMT5bnPh6 .navbar ul.navbar-nav {
    overflow: hidden;
  }
  .cid-uLMT5bnPh6 .navbar ul.navbar-nav li {
    margin: 0;
  }
  .cid-uLMT5bnPh6 .navbar .dropdown-menu .dropdown-item {
    padding: 0 !important;
    margin: 0;
    margin-top: 8px;
    text-align: left;
  }
  .cid-uLMT5bnPh6 .navbar .navbar-brand {
    flex-shrink: initial;
    flex-basis: auto;
    word-break: break-word;
    padding-right: 2rem;
  }
  .cid-uLMT5bnPh6 .navbar .navbar-toggler {
    flex-basis: auto;
  }
  .cid-uLMT5bnPh6 .navbar .icons-menu {
    padding: 0;
  }
}
.cid-uLMT5bnPh6 .navbar.navbar-short {
  min-height: 60px;
}
.cid-uLMT5bnPh6 .navbar.navbar-short .navbar-logo img {
  height: 2.5rem !important;
}
.cid-uLMT5bnPh6 .navbar.navbar-short .navbar-brand {
  min-height: 60px;
  padding: 0;
}
.cid-uLMT5bnPh6 .navbar-brand {
  min-height: 70px;
  flex-shrink: 0;
  align-items: center;
  margin-right: 0;
  padding: 10px 0;
  transition: all 0.3s;
  word-break: break-word;
  z-index: 1;
}
.cid-uLMT5bnPh6 .navbar-brand .navbar-caption {
  line-height: inherit !important;
}
.cid-uLMT5bnPh6 .navbar-brand .navbar-logo a {
  outline: none;
}
.cid-uLMT5bnPh6 .dropdown-item.active,
.cid-uLMT5bnPh6 .dropdown-item:active {
  background-color: transparent;
}
.cid-uLMT5bnPh6 .navbar-expand-lg .navbar-nav .nav-link {
  padding: 0;
}
.cid-uLMT5bnPh6 .nav-dropdown .link.dropdown-toggle {
  margin-right: 1.667em;
}
.cid-uLMT5bnPh6 .nav-dropdown .link.dropdown-toggle[aria-expanded="true"] {
  margin-right: 0;
  padding: 0.667em 1.667em;
}
.cid-uLMT5bnPh6 .navbar .dropdown.open > .dropdown-menu {
  display: block;
}
.cid-uLMT5bnPh6 ul.navbar-nav {
  flex-wrap: wrap;
  padding: 36px 0;
  border-bottom: 1px solid #0e132f;
}
.cid-uLMT5bnPh6 .navbar-buttons {
  text-align: center;
  min-width: 170px;
}
.cid-uLMT5bnPh6 button.navbar-toggler {
  outline: none;
  width: 48px;
  height: 48px;
  border-radius: 50%;
  cursor: pointer;
  transition: all 0.2s;
  position: relative;
  align-self: center;
  color: #ffffff;
  background: #ffffff;
}
.cid-uLMT5bnPh6 button.navbar-toggler .hamburger span {
  position: absolute;
  right: 10px;
  margin-top: 14px;
  width: 26px;
  height: 2px;
  border-right: 5px;
  background-color: #474747;
}
.cid-uLMT5bnPh6 button.navbar-toggler .hamburger span:nth-child(1) {
  top: 0;
  transition: all 0.2s;
}
.cid-uLMT5bnPh6 button.navbar-toggler .hamburger span:nth-child(2) {
  top: 8px;
  transition: all 0.15s;
}
.cid-uLMT5bnPh6 button.navbar-toggler .hamburger span:nth-child(3) {
  top: 8px;
  transition: all 0.15s;
}
.cid-uLMT5bnPh6 button.navbar-toggler .hamburger span:nth-child(4) {
  top: 16px;
  transition: all 0.2s;
}
.cid-uLMT5bnPh6 nav.opened .hamburger span:nth-child(1) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-uLMT5bnPh6 nav.opened .hamburger span:nth-child(2) {
  transform: rotate(45deg);
  transition: all 0.25s;
}
.cid-uLMT5bnPh6 nav.opened .hamburger span:nth-child(3) {
  transform: rotate(-45deg);
  transition: all 0.25s;
}
.cid-uLMT5bnPh6 nav.opened .hamburger span:nth-child(4) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-uLMT5bnPh6 a.nav-link {
  display: flex;
  align-items: center;
  justify-content: flex-start;
}
.cid-uLMT5bnPh6 .icons-menu {
  flex-wrap: nowrap;
  display: flex;
  justify-content: center;
  padding: 0;
  text-align: center;
  margin-bottom: 35px;
}
@media screen and (-ms-high-contrast: active), (-ms-high-contrast: none) {
  .cid-uLMT5bnPh6 .navbar {
    height: 70px;
  }
  .cid-uLMT5bnPh6 .navbar.opened {
    height: auto;
  }
  .cid-uLMT5bnPh6 .nav-item .nav-link:hover::before {
    width: 175%;
    max-width: calc(100% + 2rem);
    left: -1rem;
  }
}
.cid-uLMT5bnPh6 .navbar-dropdown .navbar-logo {
  margin-right: 15px;
}
@media (min-width: 768px) {
  .cid-uLMT5bnPh6 .container-fluid {
    padding-left: 30px;
    padding-right: 30px;
  }
}
.cid-uLMT5bnPh6 .mbr-section-btn-main {
  padding-top: 5px;
}
.cid-uLMT5bnPh6 .mbr-section-btn-main .btn {
  margin: 0 4px 4px 4px;
}
.cid-uLMT5bnPh6 .navbar-caption:hover {
  color: #2554ab;
}
@media (min-width: 992px) {
  .cid-uLMT5bnPh6 .dropdown-menu.dropdown-submenu {
    left: 175px !important;
    top: -45% !important;
  }
}
.cid-uLMT5bnPh6 .nav-link {
  position: relative;
}
.cid-uLMT5bnPh6 .nav-link:before {
  content: '';
  position: absolute;
  left: -12px;
  width: 6px;
  height: 6px;
  border-radius: 100%;
  background-color: #2554ab;
  transition: all .3s ease;
  opacity: 0;
}
.cid-uLMT5bnPh6 .nav-link:hover:before {
  opacity: 1;
}
.cid-uLMT5bnPh6 .mbr-section-subtitle {
  color: #ffffff;
}
.cid-uLMT5bnPh6 .mbr-text {
  color: #ffffff;
  text-align: center;
}
.cid-uLMT5bnPh6 .text_widget {
  color: #ffffff;
}
.cid-uLMT5bnPh6 .mbr-section-subtitle,
.cid-uLMT5bnPh6 .text_widget,
.cid-uLMT5bnPh6 .mbr-section-btn {
  text-align: center;
}
.cid-uLMT5bnPh6 a[class*="text-"]:not(.nav-link):not(.dropdown-item):not([role]):not(.navbar-caption):hover {
  background-image: none;
}
.cid-uC4oOVaQHf {
  padding-top: 0rem;
  padding-bottom: 0rem;
  background-color: #ffffff;
}
.cid-uC4oOVaQHf .item-img {
  position: relative;
  overflow: hidden;
}
.cid-uC4oOVaQHf .item-img:before {
  content: '';
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
  left: 0;
  background: black;
  opacity: 0.3;
  z-index: 1;
  transition: all 0.3s;
  pointer-events: none;
}
.cid-uC4oOVaQHf h5 {
  margin-bottom: 1rem;
}
.cid-uC4oOVaQHf .item-content {
  position: absolute;
  top: 55%;
  right: 0;
  z-index: 2;
  width: 100%;
  transform: translateY(-50%);
  padding: 2rem 8rem;
  display: flex;
  flex-direction: column;
  height: 50%;
}
@media (max-width: 767px) {
  .cid-uC4oOVaQHf .item-content {
    padding: 0 2rem 1.5rem;
    margin-top: 1rem;
  }
}
.cid-uC4oOVaQHf img,
.cid-uC4oOVaQHf .item-img {
  width: 100%;
  transition: all 0.3s;
  height: 100%;
  height: 400px;
  object-fit: cover;
}
.cid-uC4oOVaQHf .item:focus,
.cid-uC4oOVaQHf span:focus {
  outline: none;
}
.cid-uC4oOVaQHf .item {
  margin-bottom: 2rem;
}
@media (max-width: 767px) {
  .cid-uC4oOVaQHf .item {
    margin-bottom: 1rem;
  }
}
.cid-uC4oOVaQHf .item-wrapper {
  position: relative;
  border-radius: 15px;
  height: 100%;
  display: flex;
  flex-flow: column nowrap;
}
.cid-uC4oOVaQHf .mbr-section-title {
  color: #4e423d;
}
.cid-uC4oOVaQHf .item-title {
  text-align: left;
  color: #ffffff;
}
.cid-uC4oOVaQHf .item-subtitle {
  text-align: left;
  color: #ffffff;
}
.cid-uC4oOVaQHf .mbr-text,
.cid-uC4oOVaQHf .item .mbr-section-btn {
  text-align: left;
  color: #ffffff;
}
.cid-uC4oOVaQHf .content-head {
  max-width: 800px;
}
.cid-uC4oOWDdEo {
  padding-top: 1rem;
  padding-bottom: 5rem;
  background-color: #fafafa;
}
.cid-uC4oOWDdEo .mbr-section-title {
  margin-bottom: 1em;
  color: #272727;
}
.cid-uC4oOWDdEo .mbr-section-subtitle {
  margin-bottom: 1.5625em;
  color: #272727;
  opacity: 0.4;
}
.cid-uC4oOWDdEo .item-row {
  display: grid;
  -webkit-box-align: stretch;
  -webkit-align-items: stretch;
  -ms-flex-align: stretch;
  align-items: stretch;
  grid-auto-columns: 1fr;
  grid-column-gap: 16px;
  grid-row-gap: 16px;
  grid-template-columns: repeat(4, 1fr);
  -ms-grid-rows: auto;
  grid-template-rows: auto;
}
@media (max-width: 1199px) {
  .cid-uC4oOWDdEo .item-row {
    grid-template-columns: repeat(2, 1fr);
  }
}
@media (max-width: 767px) {
  .cid-uC4oOWDdEo .item-row {
    grid-template-columns: repeat(1, 1fr);
  }
}
.cid-uC4oOWDdEo .item {
  padding: 0;
}
.cid-uC4oOWDdEo .item-wrapper {
  display: flex;
  flex-direction: column;
  align-items: stretch;
  height: 100%;
  width: 100%;
  border-radius: 10px;
  overflow: hidden;
  transform-style: preserve-3d;
  transition: .3s all;
  border: 2px solid transparent;
}
.cid-uC4oOWDdEo .item-wrapper:hover {
  transform: scale3d(1.01, 1.01, 1);
  border-color: #fafafa;
}
.cid-uC4oOWDdEo .item-img {
  display: flex;
  align-items: center;
  justify-content: center;
  height: 175px;
}
.cid-uC4oOWDdEo .item-img img {
  width: 100%;
  object-fit: cover;
  height: 100%;
}
.cid-uC4oOWDdEo .item-content {
  display: flex;
  flex-direction: column;
  align-items: stretch;
  width: 100%;
  padding: 20px 5% 6%;
  flex-grow: 1;
  background-color: #ffffff;
}
.cid-uC4oOWDdEo .item-text-wrap {
  width: 100%;
  margin-bottom: 5.3em;
}
@media (max-width: 1199px) {
  .cid-uC4oOWDdEo .item-text-wrap {
    margin-bottom: 4em;
  }
}
@media (max-width: 767px) {
  .cid-uC4oOWDdEo .item-text-wrap {
    margin-bottom: 2em;
    max-width: 340px;
    margin-right: auto;
  }
}
.cid-uC4oOWDdEo .item-title {
  color: #272727;
  margin-bottom: 0.52em;
}
.cid-uC4oOWDdEo .item-subtitle {
  color: #272727;
  opacity: 0.52em;
}
.cid-uC4oOWDdEo .card-bottom {
  display: flex;
  flex-direction: column;
  align-items: stretch;
  margin-top: auto;
}
.cid-uC4oOWDdEo .item-name-wrap {
  display: flex;
  align-items: center;
  width: 100%;
}
.cid-uC4oOWDdEo .image-wrapper {
  width: 35px;
  height: 35px;
  margin-right: 10px;
  border-radius: 300px;
  overflow: hidden;
}
.cid-uC4oOWDdEo .image-wrapper img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.cid-uC4oOWDdEo .mbr-text {
  flex-grow: 1;
  color: #272727;
  text-align: right;
}
.cid-uC4oOWDdEo .mbr-section-btn {
  display: flex;
  margin-top: 20px;
  width: auto !important;
}
.cid-uC4oOWDdEo .mbr-section-btn .btn {
  width: 100%;
  min-width: auto !important;
}
.cid-uLMRAIzUxG {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-color: #0e132f;
}
.cid-uLMRAIzUxG .mbr-fallback-image.disabled {
  display: none;
}
.cid-uLMRAIzUxG .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-uLMRAIzUxG .container {
    padding: 0 16px;
  }
}
.cid-uLMRAIzUxG .card {
  display: flex;
  flex-direction: column;
  justify-content: space-between;
}
@media (max-width: 992px) {
  .cid-uLMRAIzUxG .card {
    margin-bottom: 40px;
  }
}
.cid-uLMRAIzUxG .card .content-wrapper .title-wrapper .title-wrap {
  display: inline-flex;
  align-items: center;
  margin-bottom: 16px;
}
@media (max-width: 992px) {
  .cid-uLMRAIzUxG .card .content-wrapper .title-wrapper .title-wrap {
    margin-bottom: 40px;
  }
}
.cid-uLMRAIzUxG .card .content-wrapper .title-wrapper .title-wrap img {
  width: 32px;
  height: 32px;
  object-fit: contain;
  margin-right: 1rem;
}
.cid-uLMRAIzUxG .card .content-wrapper .title-wrapper .title-wrap .mbr-section-title {
  margin-bottom: 0;
}
.cid-uLMRAIzUxG .card .content-wrapper .copyright {
  margin-bottom: 20px;
}
@media (max-width: 992px) {
  .cid-uLMRAIzUxG .card .content-wrapper .copyright {
    margin-bottom: 40px;
  }
}
.cid-uLMRAIzUxG .card .social-wrapper .social-wrap {
  display: inline-flex;
  flex-wrap: wrap;
}
.cid-uLMRAIzUxG .card .social-wrapper .social-wrap .mbr-iconfont {
  font-size: 20px;
  margin-right: 48px;
  color: #ffffff;
}
.cid-uLMRAIzUxG .list-wrapper .mbr-card-title {
  margin-bottom: 16px;
}
.cid-uLMRAIzUxG .list-wrapper .list {
  margin: 0;
  padding: 0;
  list-style-type: none;
}
.cid-uLMRAIzUxG .list-wrapper .list .item-wrap {
  margin-bottom: 16px;
}
@media (max-width: 992px) {
  .cid-uLMRAIzUxG .list-wrapper .list {
    margin-bottom: 40px;
  }
}
.cid-uLMRAIzUxG .mbr-section-title {
  color: #ffffff;
}
.cid-uLMRAIzUxG .copyright {
  color: #ffffff;
}
.cid-uLMRAIzUxG .mbr-card-title {
  color: #D4FE00;
}
.cid-uLMRAIzUxG .list {
  color: #ffffff;
}
.cid-uLMT5bnPh6 .navbar-dropdown {
  background-color: #ffffff !important;
  padding: 0;
}
.cid-uLMT5bnPh6 .navbar.navbar-expand-lg .dropdown .dropdown-menu {
  background-color: #ffffff !important;
  background: #ffffff;
}
.cid-uLMT5bnPh6 .navbar.navbar-expand-lg .dropdown .dropdown-menu .dropdown-submenu {
  margin: 0;
  left: 100%;
}
@media (max-width: 991px) {
  .cid-uLMT5bnPh6 .menu_box .navbar.opened,
  .cid-uLMT5bnPh6 .menu_box .navbar-collapse {
    background-color: #ffffff !important;
    transition: all 0s ease 0s;
  }
}
.cid-uLMT5bnPh6 .navbar-dropdown {
  position: relative !important;
}
.cid-uLMT5bnPh6 .btn {
  min-height: auto;
  box-shadow: none;
  margin-top: 0;
}
.cid-uLMT5bnPh6 .btn:hover {
  box-shadow: none;
}
@media (min-width: 992px) {
  .cid-uLMT5bnPh6 .offcanvas_image img {
    width: auto;
    object-fit: cover;
    display: inline-block;
  }
  .cid-uLMT5bnPh6 .offcanvas-header {
    position: relative;
    padding: 0;
  }
  .cid-uLMT5bnPh6 .offcanvas-header .btn-close {
    position: absolute;
    top: -70px;
    right: 0;
    width: 35px;
    height: 30px;
  }
  .cid-uLMT5bnPh6 .offcanvas-body {
    text-align: center;
    padding: 0;
  }
  .cid-uLMT5bnPh6 .offcanvas-body .mbr-text,
  .cid-uLMT5bnPh6 .offcanvas-body .mbr-section-subtitle {
    margin-top: 14px;
  }
  .cid-uLMT5bnPh6 .offcanvas-body .offcanvas_contact {
    margin: 35px 0;
  }
  .cid-uLMT5bnPh6 .offcanvas_box button.btn_offcanvas {
    outline: none;
    width: 40px;
    height: 40px;
    cursor: pointer;
    transition: all 0.2s;
    position: relative;
    align-self: center;
  }
  .cid-uLMT5bnPh6 .offcanvas_box button.btn_offcanvas .hamburger span {
    position: absolute;
    right: 0;
    width: 40px;
    height: 2px;
    border-right: 5px;
    background-color: #474747;
  }
  .cid-uLMT5bnPh6 .offcanvas_box button.btn_offcanvas .hamburger span:nth-child(1) {
    top: 18px;
    transition: all 0.2s;
  }
  .cid-uLMT5bnPh6 .offcanvas_box button.btn_offcanvas .hamburger span:nth-child(2) {
    top: 25px;
    transition: all 0.2s;
  }
  .cid-uLMT5bnPh6 .offcanvas_box button.btn_offcanvas:hover .hamburger span {
    width: 36px;
  }
  .cid-uLMT5bnPh6 .offcanvas_box button.btn_offcanvas:hover .hamburger span:nth-child(2) {
    width: 33px;
    transition-delay: 0.2s;
  }
  .cid-uLMT5bnPh6 ul.navbar-nav {
    padding-bottom: 1.5rem;
  }
  .cid-uLMT5bnPh6 .dropdown-menu .dropdown-toggle[data-toggle="dropdown-submenu"]::after,
  .cid-uLMT5bnPh6 .link.dropdown-toggle::after {
    display: inline-block;
    width: 7px;
    height: 7px;
    margin-left: .5rem;
    margin-bottom: 2px;
    content: "";
    border: 2px solid;
    border-left: none;
    border-top: none;
    transform: rotate(-45deg);
  }
  .cid-uLMT5bnPh6 .link.dropdown-toggle::after {
    padding: 0 !important;
    transform: rotate(45deg);
  }
  .cid-uLMT5bnPh6 li.nav-item {
    position: relative;
    display: inline-block;
    padding: 1px 7px !important;
    vertical-align: middle;
    line-height: 2em !important;
    font-weight: 600 !important;
    text-decoration: none;
    letter-spacing: 0 !important;
    z-index: 1;
  }
  .cid-uLMT5bnPh6 .lg_brand {
    margin: 0 1rem;
  }
}
.cid-uLMT5bnPh6 .nav-item {
  margin: 4px 15px;
}
@media (min-width: 1200px) {
  .cid-uLMT5bnPh6 .nav-item {
    margin: 4px 20px;
  }
}
@media (max-width: 991px) {
  .cid-uLMT5bnPh6 .nav-item {
    margin: 0 !important;
  }
}
.cid-uLMT5bnPh6 .dropdown-menu {
  border-radius: 0;
  box-shadow: none;
  text-align: left;
}
@media (min-width: 992px) {
  .cid-uLMT5bnPh6 .dropdown-menu {
    padding: 18px 34px 22px;
    min-width: 250px;
    top: auto !important;
    left: -40px !important;
  }
  .cid-uLMT5bnPh6 .dropdown-menu.dropdown-submenu {
    left: 215px !important;
    top: -45% !important;
  }
}
@media (max-width: 991px) {
  .cid-uLMT5bnPh6 .dropdown-menu .dropdown-toggle[data-toggle="dropdown-submenu"]::after,
  .cid-uLMT5bnPh6 .link.dropdown-toggle::after {
    display: inline-block;
    width: 7px;
    height: 7px;
    margin-left: .5rem;
    margin-bottom: 2px;
    content: "";
    border: 2px solid;
    border-left: none;
    border-top: none;
    transform: rotate(-45deg);
    right: 15px;
    position: absolute;
    margin-top: -2px;
  }
  .cid-uLMT5bnPh6 .show.dropdown-toggle[aria-expanded="true"]::after {
    transform: rotate(45deg);
    margin-top: -4px;
  }
  .cid-uLMT5bnPh6 .offcanvas_box {
    display: none;
  }
}
.cid-uLMT5bnPh6 .dropdown-item {
  border: none;
  font-weight: 400 !important;
}
.cid-uLMT5bnPh6 .nav-dropdown .link {
  font-weight: 400 !important;
  padding: 0 !important;
  margin: 0 !important;
}
.cid-uLMT5bnPh6 .nav-dropdown .link.dropdown-toggle::after {
  margin-left: 0.5rem;
  margin-top: 0;
}
.cid-uLMT5bnPh6 .container {
  display: flex;
  margin: auto;
}
.cid-uLMT5bnPh6 .iconfont-wrapper {
  color: #e0bdb6;
  font-size: 17px;
  margin-right: 10px;
  margin-bottom: 5px;
  width: 25px;
  height: 25px;
  border-radius: 50%;
  display: flex;
  justify-content: center;
  align-items: center;
  transition: all 0.2s ease-in-out;
}
.cid-uLMT5bnPh6 .iconfont-wrapper:last-child {
  margin-right: 0;
}
.cid-uLMT5bnPh6 .iconfont-wrapper:hover {
  opacity: .5;
}
.cid-uLMT5bnPh6 .navbar-caption {
  color: #747474;
}
.cid-uLMT5bnPh6 .navbar-nav {
  margin: 0 1rem;
}
@media (min-width: 992px) {
  .cid-uLMT5bnPh6 .navbar-nav {
    margin: 0;
  }
}
.cid-uLMT5bnPh6 .dropdown-menu,
.cid-uLMT5bnPh6 .navbar.opened {
  background-color: false !important;
}
.cid-uLMT5bnPh6 .nav-item:focus,
.cid-uLMT5bnPh6 .nav-link:focus {
  outline: none;
}
.cid-uLMT5bnPh6 .dropdown .dropdown-menu .dropdown-item {
  width: auto;
  transition: all 0.25s ease-in-out;
}
.cid-uLMT5bnPh6 .dropdown .dropdown-menu .dropdown-item::after {
  right: 0.5rem;
}
.cid-uLMT5bnPh6 .dropdown .dropdown-menu .dropdown-item .mbr-iconfont {
  margin-right: 0.5rem;
  vertical-align: sub;
}
.cid-uLMT5bnPh6 .dropdown .dropdown-menu .dropdown-item .mbr-iconfont:before {
  display: inline-block;
  transform: scale(1, 1);
  transition: all 0.25s ease-in-out;
}
.cid-uLMT5bnPh6 .collapsed .dropdown-menu .dropdown-item:before {
  display: none;
}
.cid-uLMT5bnPh6 .collapsed .dropdown .dropdown-menu .dropdown-item {
  padding: 0.235em 1.5em 0.235em 1.5em !important;
  transition: none;
  margin: 0 !important;
}
.cid-uLMT5bnPh6 .navbar {
  min-height: 70px;
  padding: 20px 0;
  transition: all 0.3s;
  border-bottom-width: 0px;
}
@media (max-width: 992px) {
  .cid-uLMT5bnPh6 .navbar {
    min-height: 30px;
    max-height: 90px;
  }
}
.cid-uLMT5bnPh6 .navbar.opened {
  transition: all 0.3s;
}
.cid-uLMT5bnPh6 .navbar .dropdown-item {
  padding: 0;
  margin: 8px 0;
}
.cid-uLMT5bnPh6 .navbar .navbar-logo img {
  width: auto;
  object-fit: contain;
  border-radius: 0;
}
.cid-uLMT5bnPh6 .navbar .navbar-collapse {
  justify-content: space-between;
  z-index: 1;
}
.cid-uLMT5bnPh6 .navbar.collapsed {
  justify-content: center;
}
.cid-uLMT5bnPh6 .navbar.collapsed .nav-item .nav-link::before {
  display: none;
}
.cid-uLMT5bnPh6 .navbar.collapsed.opened .dropdown-menu {
  top: 0;
}
.cid-uLMT5bnPh6 .navbar.collapsed .dropdown-menu .dropdown-submenu {
  left: 0 !important;
}
.cid-uLMT5bnPh6 .navbar.collapsed .dropdown-menu .dropdown-item:after {
  right: auto;
}
.cid-uLMT5bnPh6 .navbar.collapsed ul.navbar-nav li {
  margin: auto;
}
.cid-uLMT5bnPh6 .navbar.collapsed .dropdown-menu .dropdown-item {
  padding: 0.25rem 1.5rem;
  text-align: left;
}
.cid-uLMT5bnPh6 .navbar.collapsed .icons-menu {
  padding: 0;
}
@media (max-width: 991px) {
  .cid-uLMT5bnPh6 .navbar .nav-item {
    padding: .5rem 0;
  }
  .cid-uLMT5bnPh6 .navbar .navbar-collapse {
    padding: 34px 0;
    border-radius: 25px;
  }
  .cid-uLMT5bnPh6 .navbar .nav-item .nav-link::before {
    display: none;
  }
  .cid-uLMT5bnPh6 .navbar.opened .dropdown-menu {
    top: 0;
  }
  .cid-uLMT5bnPh6 .navbar .dropdown-menu {
    padding: 6px 0 6px 15px;
  }
  .cid-uLMT5bnPh6 .navbar .dropdown-menu .dropdown-submenu {
    left: 0 !important;
  }
  .cid-uLMT5bnPh6 .navbar .dropdown-menu .dropdown-item:after {
    right: auto;
    margin-top: -0.4rem;
  }
  .cid-uLMT5bnPh6 .navbar .navbar-logo img {
    height: 3rem !important;
  }
  .cid-uLMT5bnPh6 .navbar ul.navbar-nav {
    overflow: hidden;
  }
  .cid-uLMT5bnPh6 .navbar ul.navbar-nav li {
    margin: 0;
  }
  .cid-uLMT5bnPh6 .navbar .dropdown-menu .dropdown-item {
    padding: 0 !important;
    margin: 0;
    margin-top: 8px;
    text-align: left;
  }
  .cid-uLMT5bnPh6 .navbar .navbar-brand {
    flex-shrink: initial;
    flex-basis: auto;
    word-break: break-word;
    padding-right: 2rem;
  }
  .cid-uLMT5bnPh6 .navbar .navbar-toggler {
    flex-basis: auto;
  }
  .cid-uLMT5bnPh6 .navbar .icons-menu {
    padding: 0;
  }
}
.cid-uLMT5bnPh6 .navbar.navbar-short {
  min-height: 60px;
}
.cid-uLMT5bnPh6 .navbar.navbar-short .navbar-logo img {
  height: 2.5rem !important;
}
.cid-uLMT5bnPh6 .navbar.navbar-short .navbar-brand {
  min-height: 60px;
  padding: 0;
}
.cid-uLMT5bnPh6 .navbar-brand {
  min-height: 70px;
  flex-shrink: 0;
  align-items: center;
  margin-right: 0;
  padding: 10px 0;
  transition: all 0.3s;
  word-break: break-word;
  z-index: 1;
}
.cid-uLMT5bnPh6 .navbar-brand .navbar-caption {
  line-height: inherit !important;
}
.cid-uLMT5bnPh6 .navbar-brand .navbar-logo a {
  outline: none;
}
.cid-uLMT5bnPh6 .dropdown-item.active,
.cid-uLMT5bnPh6 .dropdown-item:active {
  background-color: transparent;
}
.cid-uLMT5bnPh6 .navbar-expand-lg .navbar-nav .nav-link {
  padding: 0;
}
.cid-uLMT5bnPh6 .nav-dropdown .link.dropdown-toggle {
  margin-right: 1.667em;
}
.cid-uLMT5bnPh6 .nav-dropdown .link.dropdown-toggle[aria-expanded="true"] {
  margin-right: 0;
  padding: 0.667em 1.667em;
}
.cid-uLMT5bnPh6 .navbar .dropdown.open > .dropdown-menu {
  display: block;
}
.cid-uLMT5bnPh6 ul.navbar-nav {
  flex-wrap: wrap;
  padding: 36px 0;
  border-bottom: 1px solid #0e132f;
}
.cid-uLMT5bnPh6 .navbar-buttons {
  text-align: center;
  min-width: 170px;
}
.cid-uLMT5bnPh6 button.navbar-toggler {
  outline: none;
  width: 48px;
  height: 48px;
  border-radius: 50%;
  cursor: pointer;
  transition: all 0.2s;
  position: relative;
  align-self: center;
  color: #ffffff;
  background: #ffffff;
}
.cid-uLMT5bnPh6 button.navbar-toggler .hamburger span {
  position: absolute;
  right: 10px;
  margin-top: 14px;
  width: 26px;
  height: 2px;
  border-right: 5px;
  background-color: #474747;
}
.cid-uLMT5bnPh6 button.navbar-toggler .hamburger span:nth-child(1) {
  top: 0;
  transition: all 0.2s;
}
.cid-uLMT5bnPh6 button.navbar-toggler .hamburger span:nth-child(2) {
  top: 8px;
  transition: all 0.15s;
}
.cid-uLMT5bnPh6 button.navbar-toggler .hamburger span:nth-child(3) {
  top: 8px;
  transition: all 0.15s;
}
.cid-uLMT5bnPh6 button.navbar-toggler .hamburger span:nth-child(4) {
  top: 16px;
  transition: all 0.2s;
}
.cid-uLMT5bnPh6 nav.opened .hamburger span:nth-child(1) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-uLMT5bnPh6 nav.opened .hamburger span:nth-child(2) {
  transform: rotate(45deg);
  transition: all 0.25s;
}
.cid-uLMT5bnPh6 nav.opened .hamburger span:nth-child(3) {
  transform: rotate(-45deg);
  transition: all 0.25s;
}
.cid-uLMT5bnPh6 nav.opened .hamburger span:nth-child(4) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-uLMT5bnPh6 a.nav-link {
  display: flex;
  align-items: center;
  justify-content: flex-start;
}
.cid-uLMT5bnPh6 .icons-menu {
  flex-wrap: nowrap;
  display: flex;
  justify-content: center;
  padding: 0;
  text-align: center;
  margin-bottom: 35px;
}
@media screen and (-ms-high-contrast: active), (-ms-high-contrast: none) {
  .cid-uLMT5bnPh6 .navbar {
    height: 70px;
  }
  .cid-uLMT5bnPh6 .navbar.opened {
    height: auto;
  }
  .cid-uLMT5bnPh6 .nav-item .nav-link:hover::before {
    width: 175%;
    max-width: calc(100% + 2rem);
    left: -1rem;
  }
}
.cid-uLMT5bnPh6 .navbar-dropdown .navbar-logo {
  margin-right: 15px;
}
@media (min-width: 768px) {
  .cid-uLMT5bnPh6 .container-fluid {
    padding-left: 30px;
    padding-right: 30px;
  }
}
.cid-uLMT5bnPh6 .mbr-section-btn-main {
  padding-top: 5px;
}
.cid-uLMT5bnPh6 .mbr-section-btn-main .btn {
  margin: 0 4px 4px 4px;
}
.cid-uLMT5bnPh6 .navbar-caption:hover {
  color: #2554ab;
}
@media (min-width: 992px) {
  .cid-uLMT5bnPh6 .dropdown-menu.dropdown-submenu {
    left: 175px !important;
    top: -45% !important;
  }
}
.cid-uLMT5bnPh6 .nav-link {
  position: relative;
}
.cid-uLMT5bnPh6 .nav-link:before {
  content: '';
  position: absolute;
  left: -12px;
  width: 6px;
  height: 6px;
  border-radius: 100%;
  background-color: #2554ab;
  transition: all .3s ease;
  opacity: 0;
}
.cid-uLMT5bnPh6 .nav-link:hover:before {
  opacity: 1;
}
.cid-uLMT5bnPh6 .mbr-section-subtitle {
  color: #ffffff;
}
.cid-uLMT5bnPh6 .mbr-text {
  color: #ffffff;
  text-align: center;
}
.cid-uLMT5bnPh6 .text_widget {
  color: #ffffff;
}
.cid-uLMT5bnPh6 .mbr-section-subtitle,
.cid-uLMT5bnPh6 .text_widget,
.cid-uLMT5bnPh6 .mbr-section-btn {
  text-align: center;
}
.cid-uLMT5bnPh6 a[class*="text-"]:not(.nav-link):not(.dropdown-item):not([role]):not(.navbar-caption):hover {
  background-image: none;
}
.cid-uC4oPf5rKI {
  padding-top: 0rem;
  padding-bottom: 0rem;
  background-color: #ffffff;
}
.cid-uC4oPf5rKI .item-img {
  position: relative;
  overflow: hidden;
}
.cid-uC4oPf5rKI .item-img:before {
  content: '';
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
  left: 0;
  background: black;
  opacity: 0.3;
  z-index: 1;
  transition: all 0.3s;
  pointer-events: none;
}
.cid-uC4oPf5rKI h5 {
  margin-bottom: 1rem;
}
.cid-uC4oPf5rKI .item-content {
  position: absolute;
  top: 55%;
  right: 0;
  z-index: 2;
  width: 100%;
  transform: translateY(-50%);
  padding: 2rem 8rem;
  display: flex;
  flex-direction: column;
  height: 50%;
}
@media (max-width: 767px) {
  .cid-uC4oPf5rKI .item-content {
    padding: 0 2rem 1.5rem;
    margin-top: 1rem;
  }
}
.cid-uC4oPf5rKI img,
.cid-uC4oPf5rKI .item-img {
  width: 100%;
  transition: all 0.3s;
  height: 100%;
  height: 400px;
  object-fit: cover;
}
.cid-uC4oPf5rKI .item:focus,
.cid-uC4oPf5rKI span:focus {
  outline: none;
}
.cid-uC4oPf5rKI .item {
  margin-bottom: 2rem;
}
@media (max-width: 767px) {
  .cid-uC4oPf5rKI .item {
    margin-bottom: 1rem;
  }
}
.cid-uC4oPf5rKI .item-wrapper {
  position: relative;
  border-radius: 15px;
  height: 100%;
  display: flex;
  flex-flow: column nowrap;
}
.cid-uC4oPf5rKI .mbr-section-title {
  color: #4e423d;
}
.cid-uC4oPf5rKI .item-title {
  text-align: left;
  color: #ffffff;
}
.cid-uC4oPf5rKI .item-subtitle {
  text-align: left;
  color: #ffffff;
}
.cid-uC4oPf5rKI .mbr-text,
.cid-uC4oPf5rKI .item .mbr-section-btn {
  text-align: left;
  color: #ffffff;
}
.cid-uC4oPf5rKI .content-head {
  max-width: 800px;
}
.cid-uC4oPgn774 {
  padding-top: 1rem;
  padding-bottom: 5rem;
  background-color: #fafafa;
}
.cid-uC4oPgn774 .mbr-section-title {
  margin-bottom: 1em;
  color: #272727;
}
.cid-uC4oPgn774 .mbr-section-subtitle {
  margin-bottom: 1.5625em;
  color: #272727;
  opacity: 0.4;
}
.cid-uC4oPgn774 .item-row {
  display: grid;
  -webkit-box-align: stretch;
  -webkit-align-items: stretch;
  -ms-flex-align: stretch;
  align-items: stretch;
  grid-auto-columns: 1fr;
  grid-column-gap: 16px;
  grid-row-gap: 16px;
  grid-template-columns: repeat(4, 1fr);
  -ms-grid-rows: auto;
  grid-template-rows: auto;
}
@media (max-width: 1199px) {
  .cid-uC4oPgn774 .item-row {
    grid-template-columns: repeat(2, 1fr);
  }
}
@media (max-width: 767px) {
  .cid-uC4oPgn774 .item-row {
    grid-template-columns: repeat(1, 1fr);
  }
}
.cid-uC4oPgn774 .item {
  padding: 0;
}
.cid-uC4oPgn774 .item-wrapper {
  display: flex;
  flex-direction: column;
  align-items: stretch;
  height: 100%;
  width: 100%;
  border-radius: 10px;
  overflow: hidden;
  transform-style: preserve-3d;
  transition: .3s all;
  border: 2px solid transparent;
}
.cid-uC4oPgn774 .item-wrapper:hover {
  transform: scale3d(1.01, 1.01, 1);
  border-color: #fafafa;
}
.cid-uC4oPgn774 .item-img {
  display: flex;
  align-items: center;
  justify-content: center;
  height: 175px;
}
.cid-uC4oPgn774 .item-img img {
  width: 100%;
  object-fit: cover;
  height: 100%;
}
.cid-uC4oPgn774 .item-content {
  display: flex;
  flex-direction: column;
  align-items: stretch;
  width: 100%;
  padding: 20px 5% 6%;
  flex-grow: 1;
  background-color: #ffffff;
}
.cid-uC4oPgn774 .item-text-wrap {
  width: 100%;
  margin-bottom: 5.3em;
}
@media (max-width: 1199px) {
  .cid-uC4oPgn774 .item-text-wrap {
    margin-bottom: 4em;
  }
}
@media (max-width: 767px) {
  .cid-uC4oPgn774 .item-text-wrap {
    margin-bottom: 2em;
    max-width: 340px;
    margin-right: auto;
  }
}
.cid-uC4oPgn774 .item-title {
  color: #272727;
  margin-bottom: 0.52em;
}
.cid-uC4oPgn774 .item-subtitle {
  color: #272727;
  opacity: 0.52em;
}
.cid-uC4oPgn774 .card-bottom {
  display: flex;
  flex-direction: column;
  align-items: stretch;
  margin-top: auto;
}
.cid-uC4oPgn774 .item-name-wrap {
  display: flex;
  align-items: center;
  width: 100%;
}
.cid-uC4oPgn774 .image-wrapper {
  width: 35px;
  height: 35px;
  margin-right: 10px;
  border-radius: 300px;
  overflow: hidden;
}
.cid-uC4oPgn774 .image-wrapper img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.cid-uC4oPgn774 .mbr-text {
  flex-grow: 1;
  color: #272727;
  text-align: right;
}
.cid-uC4oPgn774 .mbr-section-btn {
  display: flex;
  margin-top: 20px;
  width: auto !important;
}
.cid-uC4oPgn774 .mbr-section-btn .btn {
  width: 100%;
  min-width: auto !important;
}
.cid-uLMRAIzUxG {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-color: #0e132f;
}
.cid-uLMRAIzUxG .mbr-fallback-image.disabled {
  display: none;
}
.cid-uLMRAIzUxG .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-uLMRAIzUxG .container {
    padding: 0 16px;
  }
}
.cid-uLMRAIzUxG .card {
  display: flex;
  flex-direction: column;
  justify-content: space-between;
}
@media (max-width: 992px) {
  .cid-uLMRAIzUxG .card {
    margin-bottom: 40px;
  }
}
.cid-uLMRAIzUxG .card .content-wrapper .title-wrapper .title-wrap {
  display: inline-flex;
  align-items: center;
  margin-bottom: 16px;
}
@media (max-width: 992px) {
  .cid-uLMRAIzUxG .card .content-wrapper .title-wrapper .title-wrap {
    margin-bottom: 40px;
  }
}
.cid-uLMRAIzUxG .card .content-wrapper .title-wrapper .title-wrap img {
  width: 32px;
  height: 32px;
  object-fit: contain;
  margin-right: 1rem;
}
.cid-uLMRAIzUxG .card .content-wrapper .title-wrapper .title-wrap .mbr-section-title {
  margin-bottom: 0;
}
.cid-uLMRAIzUxG .card .content-wrapper .copyright {
  margin-bottom: 20px;
}
@media (max-width: 992px) {
  .cid-uLMRAIzUxG .card .content-wrapper .copyright {
    margin-bottom: 40px;
  }
}
.cid-uLMRAIzUxG .card .social-wrapper .social-wrap {
  display: inline-flex;
  flex-wrap: wrap;
}
.cid-uLMRAIzUxG .card .social-wrapper .social-wrap .mbr-iconfont {
  font-size: 20px;
  margin-right: 48px;
  color: #ffffff;
}
.cid-uLMRAIzUxG .list-wrapper .mbr-card-title {
  margin-bottom: 16px;
}
.cid-uLMRAIzUxG .list-wrapper .list {
  margin: 0;
  padding: 0;
  list-style-type: none;
}
.cid-uLMRAIzUxG .list-wrapper .list .item-wrap {
  margin-bottom: 16px;
}
@media (max-width: 992px) {
  .cid-uLMRAIzUxG .list-wrapper .list {
    margin-bottom: 40px;
  }
}
.cid-uLMRAIzUxG .mbr-section-title {
  color: #ffffff;
}
.cid-uLMRAIzUxG .copyright {
  color: #ffffff;
}
.cid-uLMRAIzUxG .mbr-card-title {
  color: #D4FE00;
}
.cid-uLMRAIzUxG .list {
  color: #ffffff;
}
.cid-uLMT5bnPh6 .navbar-dropdown {
  background-color: #ffffff !important;
  padding: 0;
}
.cid-uLMT5bnPh6 .navbar.navbar-expand-lg .dropdown .dropdown-menu {
  background-color: #ffffff !important;
  background: #ffffff;
}
.cid-uLMT5bnPh6 .navbar.navbar-expand-lg .dropdown .dropdown-menu .dropdown-submenu {
  margin: 0;
  left: 100%;
}
@media (max-width: 991px) {
  .cid-uLMT5bnPh6 .menu_box .navbar.opened,
  .cid-uLMT5bnPh6 .menu_box .navbar-collapse {
    background-color: #ffffff !important;
    transition: all 0s ease 0s;
  }
}
.cid-uLMT5bnPh6 .navbar-dropdown {
  position: relative !important;
}
.cid-uLMT5bnPh6 .btn {
  min-height: auto;
  box-shadow: none;
  margin-top: 0;
}
.cid-uLMT5bnPh6 .btn:hover {
  box-shadow: none;
}
@media (min-width: 992px) {
  .cid-uLMT5bnPh6 .offcanvas_image img {
    width: auto;
    object-fit: cover;
    display: inline-block;
  }
  .cid-uLMT5bnPh6 .offcanvas-header {
    position: relative;
    padding: 0;
  }
  .cid-uLMT5bnPh6 .offcanvas-header .btn-close {
    position: absolute;
    top: -70px;
    right: 0;
    width: 35px;
    height: 30px;
  }
  .cid-uLMT5bnPh6 .offcanvas-body {
    text-align: center;
    padding: 0;
  }
  .cid-uLMT5bnPh6 .offcanvas-body .mbr-text,
  .cid-uLMT5bnPh6 .offcanvas-body .mbr-section-subtitle {
    margin-top: 14px;
  }
  .cid-uLMT5bnPh6 .offcanvas-body .offcanvas_contact {
    margin: 35px 0;
  }
  .cid-uLMT5bnPh6 .offcanvas_box button.btn_offcanvas {
    outline: none;
    width: 40px;
    height: 40px;
    cursor: pointer;
    transition: all 0.2s;
    position: relative;
    align-self: center;
  }
  .cid-uLMT5bnPh6 .offcanvas_box button.btn_offcanvas .hamburger span {
    position: absolute;
    right: 0;
    width: 40px;
    height: 2px;
    border-right: 5px;
    background-color: #474747;
  }
  .cid-uLMT5bnPh6 .offcanvas_box button.btn_offcanvas .hamburger span:nth-child(1) {
    top: 18px;
    transition: all 0.2s;
  }
  .cid-uLMT5bnPh6 .offcanvas_box button.btn_offcanvas .hamburger span:nth-child(2) {
    top: 25px;
    transition: all 0.2s;
  }
  .cid-uLMT5bnPh6 .offcanvas_box button.btn_offcanvas:hover .hamburger span {
    width: 36px;
  }
  .cid-uLMT5bnPh6 .offcanvas_box button.btn_offcanvas:hover .hamburger span:nth-child(2) {
    width: 33px;
    transition-delay: 0.2s;
  }
  .cid-uLMT5bnPh6 ul.navbar-nav {
    padding-bottom: 1.5rem;
  }
  .cid-uLMT5bnPh6 .dropdown-menu .dropdown-toggle[data-toggle="dropdown-submenu"]::after,
  .cid-uLMT5bnPh6 .link.dropdown-toggle::after {
    display: inline-block;
    width: 7px;
    height: 7px;
    margin-left: .5rem;
    margin-bottom: 2px;
    content: "";
    border: 2px solid;
    border-left: none;
    border-top: none;
    transform: rotate(-45deg);
  }
  .cid-uLMT5bnPh6 .link.dropdown-toggle::after {
    padding: 0 !important;
    transform: rotate(45deg);
  }
  .cid-uLMT5bnPh6 li.nav-item {
    position: relative;
    display: inline-block;
    padding: 1px 7px !important;
    vertical-align: middle;
    line-height: 2em !important;
    font-weight: 600 !important;
    text-decoration: none;
    letter-spacing: 0 !important;
    z-index: 1;
  }
  .cid-uLMT5bnPh6 .lg_brand {
    margin: 0 1rem;
  }
}
.cid-uLMT5bnPh6 .nav-item {
  margin: 4px 15px;
}
@media (min-width: 1200px) {
  .cid-uLMT5bnPh6 .nav-item {
    margin: 4px 20px;
  }
}
@media (max-width: 991px) {
  .cid-uLMT5bnPh6 .nav-item {
    margin: 0 !important;
  }
}
.cid-uLMT5bnPh6 .dropdown-menu {
  border-radius: 0;
  box-shadow: none;
  text-align: left;
}
@media (min-width: 992px) {
  .cid-uLMT5bnPh6 .dropdown-menu {
    padding: 18px 34px 22px;
    min-width: 250px;
    top: auto !important;
    left: -40px !important;
  }
  .cid-uLMT5bnPh6 .dropdown-menu.dropdown-submenu {
    left: 215px !important;
    top: -45% !important;
  }
}
@media (max-width: 991px) {
  .cid-uLMT5bnPh6 .dropdown-menu .dropdown-toggle[data-toggle="dropdown-submenu"]::after,
  .cid-uLMT5bnPh6 .link.dropdown-toggle::after {
    display: inline-block;
    width: 7px;
    height: 7px;
    margin-left: .5rem;
    margin-bottom: 2px;
    content: "";
    border: 2px solid;
    border-left: none;
    border-top: none;
    transform: rotate(-45deg);
    right: 15px;
    position: absolute;
    margin-top: -2px;
  }
  .cid-uLMT5bnPh6 .show.dropdown-toggle[aria-expanded="true"]::after {
    transform: rotate(45deg);
    margin-top: -4px;
  }
  .cid-uLMT5bnPh6 .offcanvas_box {
    display: none;
  }
}
.cid-uLMT5bnPh6 .dropdown-item {
  border: none;
  font-weight: 400 !important;
}
.cid-uLMT5bnPh6 .nav-dropdown .link {
  font-weight: 400 !important;
  padding: 0 !important;
  margin: 0 !important;
}
.cid-uLMT5bnPh6 .nav-dropdown .link.dropdown-toggle::after {
  margin-left: 0.5rem;
  margin-top: 0;
}
.cid-uLMT5bnPh6 .container {
  display: flex;
  margin: auto;
}
.cid-uLMT5bnPh6 .iconfont-wrapper {
  color: #e0bdb6;
  font-size: 17px;
  margin-right: 10px;
  margin-bottom: 5px;
  width: 25px;
  height: 25px;
  border-radius: 50%;
  display: flex;
  justify-content: center;
  align-items: center;
  transition: all 0.2s ease-in-out;
}
.cid-uLMT5bnPh6 .iconfont-wrapper:last-child {
  margin-right: 0;
}
.cid-uLMT5bnPh6 .iconfont-wrapper:hover {
  opacity: .5;
}
.cid-uLMT5bnPh6 .navbar-caption {
  color: #747474;
}
.cid-uLMT5bnPh6 .navbar-nav {
  margin: 0 1rem;
}
@media (min-width: 992px) {
  .cid-uLMT5bnPh6 .navbar-nav {
    margin: 0;
  }
}
.cid-uLMT5bnPh6 .dropdown-menu,
.cid-uLMT5bnPh6 .navbar.opened {
  background-color: false !important;
}
.cid-uLMT5bnPh6 .nav-item:focus,
.cid-uLMT5bnPh6 .nav-link:focus {
  outline: none;
}
.cid-uLMT5bnPh6 .dropdown .dropdown-menu .dropdown-item {
  width: auto;
  transition: all 0.25s ease-in-out;
}
.cid-uLMT5bnPh6 .dropdown .dropdown-menu .dropdown-item::after {
  right: 0.5rem;
}
.cid-uLMT5bnPh6 .dropdown .dropdown-menu .dropdown-item .mbr-iconfont {
  margin-right: 0.5rem;
  vertical-align: sub;
}
.cid-uLMT5bnPh6 .dropdown .dropdown-menu .dropdown-item .mbr-iconfont:before {
  display: inline-block;
  transform: scale(1, 1);
  transition: all 0.25s ease-in-out;
}
.cid-uLMT5bnPh6 .collapsed .dropdown-menu .dropdown-item:before {
  display: none;
}
.cid-uLMT5bnPh6 .collapsed .dropdown .dropdown-menu .dropdown-item {
  padding: 0.235em 1.5em 0.235em 1.5em !important;
  transition: none;
  margin: 0 !important;
}
.cid-uLMT5bnPh6 .navbar {
  min-height: 70px;
  padding: 20px 0;
  transition: all 0.3s;
  border-bottom-width: 0px;
}
@media (max-width: 992px) {
  .cid-uLMT5bnPh6 .navbar {
    min-height: 30px;
    max-height: 90px;
  }
}
.cid-uLMT5bnPh6 .navbar.opened {
  transition: all 0.3s;
}
.cid-uLMT5bnPh6 .navbar .dropdown-item {
  padding: 0;
  margin: 8px 0;
}
.cid-uLMT5bnPh6 .navbar .navbar-logo img {
  width: auto;
  object-fit: contain;
  border-radius: 0;
}
.cid-uLMT5bnPh6 .navbar .navbar-collapse {
  justify-content: space-between;
  z-index: 1;
}
.cid-uLMT5bnPh6 .navbar.collapsed {
  justify-content: center;
}
.cid-uLMT5bnPh6 .navbar.collapsed .nav-item .nav-link::before {
  display: none;
}
.cid-uLMT5bnPh6 .navbar.collapsed.opened .dropdown-menu {
  top: 0;
}
.cid-uLMT5bnPh6 .navbar.collapsed .dropdown-menu .dropdown-submenu {
  left: 0 !important;
}
.cid-uLMT5bnPh6 .navbar.collapsed .dropdown-menu .dropdown-item:after {
  right: auto;
}
.cid-uLMT5bnPh6 .navbar.collapsed ul.navbar-nav li {
  margin: auto;
}
.cid-uLMT5bnPh6 .navbar.collapsed .dropdown-menu .dropdown-item {
  padding: 0.25rem 1.5rem;
  text-align: left;
}
.cid-uLMT5bnPh6 .navbar.collapsed .icons-menu {
  padding: 0;
}
@media (max-width: 991px) {
  .cid-uLMT5bnPh6 .navbar .nav-item {
    padding: .5rem 0;
  }
  .cid-uLMT5bnPh6 .navbar .navbar-collapse {
    padding: 34px 0;
    border-radius: 25px;
  }
  .cid-uLMT5bnPh6 .navbar .nav-item .nav-link::before {
    display: none;
  }
  .cid-uLMT5bnPh6 .navbar.opened .dropdown-menu {
    top: 0;
  }
  .cid-uLMT5bnPh6 .navbar .dropdown-menu {
    padding: 6px 0 6px 15px;
  }
  .cid-uLMT5bnPh6 .navbar .dropdown-menu .dropdown-submenu {
    left: 0 !important;
  }
  .cid-uLMT5bnPh6 .navbar .dropdown-menu .dropdown-item:after {
    right: auto;
    margin-top: -0.4rem;
  }
  .cid-uLMT5bnPh6 .navbar .navbar-logo img {
    height: 3rem !important;
  }
  .cid-uLMT5bnPh6 .navbar ul.navbar-nav {
    overflow: hidden;
  }
  .cid-uLMT5bnPh6 .navbar ul.navbar-nav li {
    margin: 0;
  }
  .cid-uLMT5bnPh6 .navbar .dropdown-menu .dropdown-item {
    padding: 0 !important;
    margin: 0;
    margin-top: 8px;
    text-align: left;
  }
  .cid-uLMT5bnPh6 .navbar .navbar-brand {
    flex-shrink: initial;
    flex-basis: auto;
    word-break: break-word;
    padding-right: 2rem;
  }
  .cid-uLMT5bnPh6 .navbar .navbar-toggler {
    flex-basis: auto;
  }
  .cid-uLMT5bnPh6 .navbar .icons-menu {
    padding: 0;
  }
}
.cid-uLMT5bnPh6 .navbar.navbar-short {
  min-height: 60px;
}
.cid-uLMT5bnPh6 .navbar.navbar-short .navbar-logo img {
  height: 2.5rem !important;
}
.cid-uLMT5bnPh6 .navbar.navbar-short .navbar-brand {
  min-height: 60px;
  padding: 0;
}
.cid-uLMT5bnPh6 .navbar-brand {
  min-height: 70px;
  flex-shrink: 0;
  align-items: center;
  margin-right: 0;
  padding: 10px 0;
  transition: all 0.3s;
  word-break: break-word;
  z-index: 1;
}
.cid-uLMT5bnPh6 .navbar-brand .navbar-caption {
  line-height: inherit !important;
}
.cid-uLMT5bnPh6 .navbar-brand .navbar-logo a {
  outline: none;
}
.cid-uLMT5bnPh6 .dropdown-item.active,
.cid-uLMT5bnPh6 .dropdown-item:active {
  background-color: transparent;
}
.cid-uLMT5bnPh6 .navbar-expand-lg .navbar-nav .nav-link {
  padding: 0;
}
.cid-uLMT5bnPh6 .nav-dropdown .link.dropdown-toggle {
  margin-right: 1.667em;
}
.cid-uLMT5bnPh6 .nav-dropdown .link.dropdown-toggle[aria-expanded="true"] {
  margin-right: 0;
  padding: 0.667em 1.667em;
}
.cid-uLMT5bnPh6 .navbar .dropdown.open > .dropdown-menu {
  display: block;
}
.cid-uLMT5bnPh6 ul.navbar-nav {
  flex-wrap: wrap;
  padding: 36px 0;
  border-bottom: 1px solid #0e132f;
}
.cid-uLMT5bnPh6 .navbar-buttons {
  text-align: center;
  min-width: 170px;
}
.cid-uLMT5bnPh6 button.navbar-toggler {
  outline: none;
  width: 48px;
  height: 48px;
  border-radius: 50%;
  cursor: pointer;
  transition: all 0.2s;
  position: relative;
  align-self: center;
  color: #ffffff;
  background: #ffffff;
}
.cid-uLMT5bnPh6 button.navbar-toggler .hamburger span {
  position: absolute;
  right: 10px;
  margin-top: 14px;
  width: 26px;
  height: 2px;
  border-right: 5px;
  background-color: #474747;
}
.cid-uLMT5bnPh6 button.navbar-toggler .hamburger span:nth-child(1) {
  top: 0;
  transition: all 0.2s;
}
.cid-uLMT5bnPh6 button.navbar-toggler .hamburger span:nth-child(2) {
  top: 8px;
  transition: all 0.15s;
}
.cid-uLMT5bnPh6 button.navbar-toggler .hamburger span:nth-child(3) {
  top: 8px;
  transition: all 0.15s;
}
.cid-uLMT5bnPh6 button.navbar-toggler .hamburger span:nth-child(4) {
  top: 16px;
  transition: all 0.2s;
}
.cid-uLMT5bnPh6 nav.opened .hamburger span:nth-child(1) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-uLMT5bnPh6 nav.opened .hamburger span:nth-child(2) {
  transform: rotate(45deg);
  transition: all 0.25s;
}
.cid-uLMT5bnPh6 nav.opened .hamburger span:nth-child(3) {
  transform: rotate(-45deg);
  transition: all 0.25s;
}
.cid-uLMT5bnPh6 nav.opened .hamburger span:nth-child(4) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-uLMT5bnPh6 a.nav-link {
  display: flex;
  align-items: center;
  justify-content: flex-start;
}
.cid-uLMT5bnPh6 .icons-menu {
  flex-wrap: nowrap;
  display: flex;
  justify-content: center;
  padding: 0;
  text-align: center;
  margin-bottom: 35px;
}
@media screen and (-ms-high-contrast: active), (-ms-high-contrast: none) {
  .cid-uLMT5bnPh6 .navbar {
    height: 70px;
  }
  .cid-uLMT5bnPh6 .navbar.opened {
    height: auto;
  }
  .cid-uLMT5bnPh6 .nav-item .nav-link:hover::before {
    width: 175%;
    max-width: calc(100% + 2rem);
    left: -1rem;
  }
}
.cid-uLMT5bnPh6 .navbar-dropdown .navbar-logo {
  margin-right: 15px;
}
@media (min-width: 768px) {
  .cid-uLMT5bnPh6 .container-fluid {
    padding-left: 30px;
    padding-right: 30px;
  }
}
.cid-uLMT5bnPh6 .mbr-section-btn-main {
  padding-top: 5px;
}
.cid-uLMT5bnPh6 .mbr-section-btn-main .btn {
  margin: 0 4px 4px 4px;
}
.cid-uLMT5bnPh6 .navbar-caption:hover {
  color: #2554ab;
}
@media (min-width: 992px) {
  .cid-uLMT5bnPh6 .dropdown-menu.dropdown-submenu {
    left: 175px !important;
    top: -45% !important;
  }
}
.cid-uLMT5bnPh6 .nav-link {
  position: relative;
}
.cid-uLMT5bnPh6 .nav-link:before {
  content: '';
  position: absolute;
  left: -12px;
  width: 6px;
  height: 6px;
  border-radius: 100%;
  background-color: #2554ab;
  transition: all .3s ease;
  opacity: 0;
}
.cid-uLMT5bnPh6 .nav-link:hover:before {
  opacity: 1;
}
.cid-uLMT5bnPh6 .mbr-section-subtitle {
  color: #ffffff;
}
.cid-uLMT5bnPh6 .mbr-text {
  color: #ffffff;
  text-align: center;
}
.cid-uLMT5bnPh6 .text_widget {
  color: #ffffff;
}
.cid-uLMT5bnPh6 .mbr-section-subtitle,
.cid-uLMT5bnPh6 .text_widget,
.cid-uLMT5bnPh6 .mbr-section-btn {
  text-align: center;
}
.cid-uLMT5bnPh6 a[class*="text-"]:not(.nav-link):not(.dropdown-item):not([role]):not(.navbar-caption):hover {
  background-image: none;
}
.cid-uC4mzcBBNf {
  padding-top: 0rem;
  padding-bottom: 0rem;
  background-color: #ffffff;
}
.cid-uC4mzcBBNf .item-img {
  position: relative;
  overflow: hidden;
}
.cid-uC4mzcBBNf .item-img:before {
  content: '';
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
  left: 0;
  background: black;
  opacity: 0.3;
  z-index: 1;
  transition: all 0.3s;
  pointer-events: none;
}
.cid-uC4mzcBBNf h5 {
  margin-bottom: 1rem;
}
.cid-uC4mzcBBNf .item-content {
  position: absolute;
  top: 55%;
  right: 0;
  z-index: 2;
  width: 100%;
  transform: translateY(-50%);
  padding: 2rem 8rem;
  display: flex;
  flex-direction: column;
  height: 50%;
}
@media (max-width: 767px) {
  .cid-uC4mzcBBNf .item-content {
    padding: 0 2rem 1.5rem;
    margin-top: 1rem;
  }
}
.cid-uC4mzcBBNf img,
.cid-uC4mzcBBNf .item-img {
  width: 100%;
  transition: all 0.3s;
  height: 100%;
  height: 400px;
  object-fit: cover;
}
.cid-uC4mzcBBNf .item:focus,
.cid-uC4mzcBBNf span:focus {
  outline: none;
}
.cid-uC4mzcBBNf .item {
  margin-bottom: 2rem;
}
@media (max-width: 767px) {
  .cid-uC4mzcBBNf .item {
    margin-bottom: 1rem;
  }
}
.cid-uC4mzcBBNf .item-wrapper {
  position: relative;
  border-radius: 15px;
  height: 100%;
  display: flex;
  flex-flow: column nowrap;
}
.cid-uC4mzcBBNf .mbr-section-title {
  color: #4e423d;
}
.cid-uC4mzcBBNf .item-title {
  text-align: left;
  color: #ffffff;
}
.cid-uC4mzcBBNf .item-subtitle {
  text-align: left;
  color: #ffffff;
}
.cid-uC4mzcBBNf .mbr-text,
.cid-uC4mzcBBNf .item .mbr-section-btn {
  text-align: left;
  color: #ffffff;
}
.cid-uC4mzcBBNf .content-head {
  max-width: 800px;
}
.cid-uC4mzen34K {
  padding-top: 1rem;
  padding-bottom: 5rem;
  background-color: #fafafa;
}
.cid-uC4mzen34K .mbr-section-title {
  margin-bottom: 1em;
  color: #272727;
}
.cid-uC4mzen34K .mbr-section-subtitle {
  margin-bottom: 1.5625em;
  color: #272727;
  opacity: 0.4;
}
.cid-uC4mzen34K .item-row {
  display: grid;
  -webkit-box-align: stretch;
  -webkit-align-items: stretch;
  -ms-flex-align: stretch;
  align-items: stretch;
  grid-auto-columns: 1fr;
  grid-column-gap: 16px;
  grid-row-gap: 16px;
  grid-template-columns: repeat(4, 1fr);
  -ms-grid-rows: auto;
  grid-template-rows: auto;
}
@media (max-width: 1199px) {
  .cid-uC4mzen34K .item-row {
    grid-template-columns: repeat(2, 1fr);
  }
}
@media (max-width: 767px) {
  .cid-uC4mzen34K .item-row {
    grid-template-columns: repeat(1, 1fr);
  }
}
.cid-uC4mzen34K .item {
  padding: 0;
}
.cid-uC4mzen34K .item-wrapper {
  display: flex;
  flex-direction: column;
  align-items: stretch;
  height: 100%;
  width: 100%;
  border-radius: 10px;
  overflow: hidden;
  transform-style: preserve-3d;
  transition: .3s all;
  border: 2px solid transparent;
}
.cid-uC4mzen34K .item-wrapper:hover {
  transform: scale3d(1.01, 1.01, 1);
  border-color: #fafafa;
}
.cid-uC4mzen34K .item-img {
  display: flex;
  align-items: center;
  justify-content: center;
  height: 175px;
}
.cid-uC4mzen34K .item-img img {
  width: 100%;
  object-fit: cover;
  height: 100%;
}
.cid-uC4mzen34K .item-content {
  display: flex;
  flex-direction: column;
  align-items: stretch;
  width: 100%;
  padding: 20px 5% 6%;
  flex-grow: 1;
  background-color: #ffffff;
}
.cid-uC4mzen34K .item-text-wrap {
  width: 100%;
  margin-bottom: 5.3em;
}
@media (max-width: 1199px) {
  .cid-uC4mzen34K .item-text-wrap {
    margin-bottom: 4em;
  }
}
@media (max-width: 767px) {
  .cid-uC4mzen34K .item-text-wrap {
    margin-bottom: 2em;
    max-width: 340px;
    margin-right: auto;
  }
}
.cid-uC4mzen34K .item-title {
  color: #272727;
  margin-bottom: 0.52em;
}
.cid-uC4mzen34K .item-subtitle {
  color: #272727;
  opacity: 0.52em;
}
.cid-uC4mzen34K .card-bottom {
  display: flex;
  flex-direction: column;
  align-items: stretch;
  margin-top: auto;
}
.cid-uC4mzen34K .item-name-wrap {
  display: flex;
  align-items: center;
  width: 100%;
}
.cid-uC4mzen34K .image-wrapper {
  width: 35px;
  height: 35px;
  margin-right: 10px;
  border-radius: 300px;
  overflow: hidden;
}
.cid-uC4mzen34K .image-wrapper img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.cid-uC4mzen34K .mbr-text {
  flex-grow: 1;
  color: #272727;
  text-align: right;
}
.cid-uC4mzen34K .mbr-section-btn {
  display: flex;
  margin-top: 20px;
  width: auto !important;
}
.cid-uC4mzen34K .mbr-section-btn .btn {
  width: 100%;
  min-width: auto !important;
}
.cid-uLMRAIzUxG {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-color: #0e132f;
}
.cid-uLMRAIzUxG .mbr-fallback-image.disabled {
  display: none;
}
.cid-uLMRAIzUxG .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-uLMRAIzUxG .container {
    padding: 0 16px;
  }
}
.cid-uLMRAIzUxG .card {
  display: flex;
  flex-direction: column;
  justify-content: space-between;
}
@media (max-width: 992px) {
  .cid-uLMRAIzUxG .card {
    margin-bottom: 40px;
  }
}
.cid-uLMRAIzUxG .card .content-wrapper .title-wrapper .title-wrap {
  display: inline-flex;
  align-items: center;
  margin-bottom: 16px;
}
@media (max-width: 992px) {
  .cid-uLMRAIzUxG .card .content-wrapper .title-wrapper .title-wrap {
    margin-bottom: 40px;
  }
}
.cid-uLMRAIzUxG .card .content-wrapper .title-wrapper .title-wrap img {
  width: 32px;
  height: 32px;
  object-fit: contain;
  margin-right: 1rem;
}
.cid-uLMRAIzUxG .card .content-wrapper .title-wrapper .title-wrap .mbr-section-title {
  margin-bottom: 0;
}
.cid-uLMRAIzUxG .card .content-wrapper .copyright {
  margin-bottom: 20px;
}
@media (max-width: 992px) {
  .cid-uLMRAIzUxG .card .content-wrapper .copyright {
    margin-bottom: 40px;
  }
}
.cid-uLMRAIzUxG .card .social-wrapper .social-wrap {
  display: inline-flex;
  flex-wrap: wrap;
}
.cid-uLMRAIzUxG .card .social-wrapper .social-wrap .mbr-iconfont {
  font-size: 20px;
  margin-right: 48px;
  color: #ffffff;
}
.cid-uLMRAIzUxG .list-wrapper .mbr-card-title {
  margin-bottom: 16px;
}
.cid-uLMRAIzUxG .list-wrapper .list {
  margin: 0;
  padding: 0;
  list-style-type: none;
}
.cid-uLMRAIzUxG .list-wrapper .list .item-wrap {
  margin-bottom: 16px;
}
@media (max-width: 992px) {
  .cid-uLMRAIzUxG .list-wrapper .list {
    margin-bottom: 40px;
  }
}
.cid-uLMRAIzUxG .mbr-section-title {
  color: #ffffff;
}
.cid-uLMRAIzUxG .copyright {
  color: #ffffff;
}
.cid-uLMRAIzUxG .mbr-card-title {
  color: #D4FE00;
}
.cid-uLMRAIzUxG .list {
  color: #ffffff;
}
.cid-uLMT5bnPh6 .navbar-dropdown {
  background-color: #ffffff !important;
  padding: 0;
}
.cid-uLMT5bnPh6 .navbar.navbar-expand-lg .dropdown .dropdown-menu {
  background-color: #ffffff !important;
  background: #ffffff;
}
.cid-uLMT5bnPh6 .navbar.navbar-expand-lg .dropdown .dropdown-menu .dropdown-submenu {
  margin: 0;
  left: 100%;
}
@media (max-width: 991px) {
  .cid-uLMT5bnPh6 .menu_box .navbar.opened,
  .cid-uLMT5bnPh6 .menu_box .navbar-collapse {
    background-color: #ffffff !important;
    transition: all 0s ease 0s;
  }
}
.cid-uLMT5bnPh6 .navbar-dropdown {
  position: relative !important;
}
.cid-uLMT5bnPh6 .btn {
  min-height: auto;
  box-shadow: none;
  margin-top: 0;
}
.cid-uLMT5bnPh6 .btn:hover {
  box-shadow: none;
}
@media (min-width: 992px) {
  .cid-uLMT5bnPh6 .offcanvas_image img {
    width: auto;
    object-fit: cover;
    display: inline-block;
  }
  .cid-uLMT5bnPh6 .offcanvas-header {
    position: relative;
    padding: 0;
  }
  .cid-uLMT5bnPh6 .offcanvas-header .btn-close {
    position: absolute;
    top: -70px;
    right: 0;
    width: 35px;
    height: 30px;
  }
  .cid-uLMT5bnPh6 .offcanvas-body {
    text-align: center;
    padding: 0;
  }
  .cid-uLMT5bnPh6 .offcanvas-body .mbr-text,
  .cid-uLMT5bnPh6 .offcanvas-body .mbr-section-subtitle {
    margin-top: 14px;
  }
  .cid-uLMT5bnPh6 .offcanvas-body .offcanvas_contact {
    margin: 35px 0;
  }
  .cid-uLMT5bnPh6 .offcanvas_box button.btn_offcanvas {
    outline: none;
    width: 40px;
    height: 40px;
    cursor: pointer;
    transition: all 0.2s;
    position: relative;
    align-self: center;
  }
  .cid-uLMT5bnPh6 .offcanvas_box button.btn_offcanvas .hamburger span {
    position: absolute;
    right: 0;
    width: 40px;
    height: 2px;
    border-right: 5px;
    background-color: #474747;
  }
  .cid-uLMT5bnPh6 .offcanvas_box button.btn_offcanvas .hamburger span:nth-child(1) {
    top: 18px;
    transition: all 0.2s;
  }
  .cid-uLMT5bnPh6 .offcanvas_box button.btn_offcanvas .hamburger span:nth-child(2) {
    top: 25px;
    transition: all 0.2s;
  }
  .cid-uLMT5bnPh6 .offcanvas_box button.btn_offcanvas:hover .hamburger span {
    width: 36px;
  }
  .cid-uLMT5bnPh6 .offcanvas_box button.btn_offcanvas:hover .hamburger span:nth-child(2) {
    width: 33px;
    transition-delay: 0.2s;
  }
  .cid-uLMT5bnPh6 ul.navbar-nav {
    padding-bottom: 1.5rem;
  }
  .cid-uLMT5bnPh6 .dropdown-menu .dropdown-toggle[data-toggle="dropdown-submenu"]::after,
  .cid-uLMT5bnPh6 .link.dropdown-toggle::after {
    display: inline-block;
    width: 7px;
    height: 7px;
    margin-left: .5rem;
    margin-bottom: 2px;
    content: "";
    border: 2px solid;
    border-left: none;
    border-top: none;
    transform: rotate(-45deg);
  }
  .cid-uLMT5bnPh6 .link.dropdown-toggle::after {
    padding: 0 !important;
    transform: rotate(45deg);
  }
  .cid-uLMT5bnPh6 li.nav-item {
    position: relative;
    display: inline-block;
    padding: 1px 7px !important;
    vertical-align: middle;
    line-height: 2em !important;
    font-weight: 600 !important;
    text-decoration: none;
    letter-spacing: 0 !important;
    z-index: 1;
  }
  .cid-uLMT5bnPh6 .lg_brand {
    margin: 0 1rem;
  }
}
.cid-uLMT5bnPh6 .nav-item {
  margin: 4px 15px;
}
@media (min-width: 1200px) {
  .cid-uLMT5bnPh6 .nav-item {
    margin: 4px 20px;
  }
}
@media (max-width: 991px) {
  .cid-uLMT5bnPh6 .nav-item {
    margin: 0 !important;
  }
}
.cid-uLMT5bnPh6 .dropdown-menu {
  border-radius: 0;
  box-shadow: none;
  text-align: left;
}
@media (min-width: 992px) {
  .cid-uLMT5bnPh6 .dropdown-menu {
    padding: 18px 34px 22px;
    min-width: 250px;
    top: auto !important;
    left: -40px !important;
  }
  .cid-uLMT5bnPh6 .dropdown-menu.dropdown-submenu {
    left: 215px !important;
    top: -45% !important;
  }
}
@media (max-width: 991px) {
  .cid-uLMT5bnPh6 .dropdown-menu .dropdown-toggle[data-toggle="dropdown-submenu"]::after,
  .cid-uLMT5bnPh6 .link.dropdown-toggle::after {
    display: inline-block;
    width: 7px;
    height: 7px;
    margin-left: .5rem;
    margin-bottom: 2px;
    content: "";
    border: 2px solid;
    border-left: none;
    border-top: none;
    transform: rotate(-45deg);
    right: 15px;
    position: absolute;
    margin-top: -2px;
  }
  .cid-uLMT5bnPh6 .show.dropdown-toggle[aria-expanded="true"]::after {
    transform: rotate(45deg);
    margin-top: -4px;
  }
  .cid-uLMT5bnPh6 .offcanvas_box {
    display: none;
  }
}
.cid-uLMT5bnPh6 .dropdown-item {
  border: none;
  font-weight: 400 !important;
}
.cid-uLMT5bnPh6 .nav-dropdown .link {
  font-weight: 400 !important;
  padding: 0 !important;
  margin: 0 !important;
}
.cid-uLMT5bnPh6 .nav-dropdown .link.dropdown-toggle::after {
  margin-left: 0.5rem;
  margin-top: 0;
}
.cid-uLMT5bnPh6 .container {
  display: flex;
  margin: auto;
}
.cid-uLMT5bnPh6 .iconfont-wrapper {
  color: #e0bdb6;
  font-size: 17px;
  margin-right: 10px;
  margin-bottom: 5px;
  width: 25px;
  height: 25px;
  border-radius: 50%;
  display: flex;
  justify-content: center;
  align-items: center;
  transition: all 0.2s ease-in-out;
}
.cid-uLMT5bnPh6 .iconfont-wrapper:last-child {
  margin-right: 0;
}
.cid-uLMT5bnPh6 .iconfont-wrapper:hover {
  opacity: .5;
}
.cid-uLMT5bnPh6 .navbar-caption {
  color: #747474;
}
.cid-uLMT5bnPh6 .navbar-nav {
  margin: 0 1rem;
}
@media (min-width: 992px) {
  .cid-uLMT5bnPh6 .navbar-nav {
    margin: 0;
  }
}
.cid-uLMT5bnPh6 .dropdown-menu,
.cid-uLMT5bnPh6 .navbar.opened {
  background-color: false !important;
}
.cid-uLMT5bnPh6 .nav-item:focus,
.cid-uLMT5bnPh6 .nav-link:focus {
  outline: none;
}
.cid-uLMT5bnPh6 .dropdown .dropdown-menu .dropdown-item {
  width: auto;
  transition: all 0.25s ease-in-out;
}
.cid-uLMT5bnPh6 .dropdown .dropdown-menu .dropdown-item::after {
  right: 0.5rem;
}
.cid-uLMT5bnPh6 .dropdown .dropdown-menu .dropdown-item .mbr-iconfont {
  margin-right: 0.5rem;
  vertical-align: sub;
}
.cid-uLMT5bnPh6 .dropdown .dropdown-menu .dropdown-item .mbr-iconfont:before {
  display: inline-block;
  transform: scale(1, 1);
  transition: all 0.25s ease-in-out;
}
.cid-uLMT5bnPh6 .collapsed .dropdown-menu .dropdown-item:before {
  display: none;
}
.cid-uLMT5bnPh6 .collapsed .dropdown .dropdown-menu .dropdown-item {
  padding: 0.235em 1.5em 0.235em 1.5em !important;
  transition: none;
  margin: 0 !important;
}
.cid-uLMT5bnPh6 .navbar {
  min-height: 70px;
  padding: 20px 0;
  transition: all 0.3s;
  border-bottom-width: 0px;
}
@media (max-width: 992px) {
  .cid-uLMT5bnPh6 .navbar {
    min-height: 30px;
    max-height: 90px;
  }
}
.cid-uLMT5bnPh6 .navbar.opened {
  transition: all 0.3s;
}
.cid-uLMT5bnPh6 .navbar .dropdown-item {
  padding: 0;
  margin: 8px 0;
}
.cid-uLMT5bnPh6 .navbar .navbar-logo img {
  width: auto;
  object-fit: contain;
  border-radius: 0;
}
.cid-uLMT5bnPh6 .navbar .navbar-collapse {
  justify-content: space-between;
  z-index: 1;
}
.cid-uLMT5bnPh6 .navbar.collapsed {
  justify-content: center;
}
.cid-uLMT5bnPh6 .navbar.collapsed .nav-item .nav-link::before {
  display: none;
}
.cid-uLMT5bnPh6 .navbar.collapsed.opened .dropdown-menu {
  top: 0;
}
.cid-uLMT5bnPh6 .navbar.collapsed .dropdown-menu .dropdown-submenu {
  left: 0 !important;
}
.cid-uLMT5bnPh6 .navbar.collapsed .dropdown-menu .dropdown-item:after {
  right: auto;
}
.cid-uLMT5bnPh6 .navbar.collapsed ul.navbar-nav li {
  margin: auto;
}
.cid-uLMT5bnPh6 .navbar.collapsed .dropdown-menu .dropdown-item {
  padding: 0.25rem 1.5rem;
  text-align: left;
}
.cid-uLMT5bnPh6 .navbar.collapsed .icons-menu {
  padding: 0;
}
@media (max-width: 991px) {
  .cid-uLMT5bnPh6 .navbar .nav-item {
    padding: .5rem 0;
  }
  .cid-uLMT5bnPh6 .navbar .navbar-collapse {
    padding: 34px 0;
    border-radius: 25px;
  }
  .cid-uLMT5bnPh6 .navbar .nav-item .nav-link::before {
    display: none;
  }
  .cid-uLMT5bnPh6 .navbar.opened .dropdown-menu {
    top: 0;
  }
  .cid-uLMT5bnPh6 .navbar .dropdown-menu {
    padding: 6px 0 6px 15px;
  }
  .cid-uLMT5bnPh6 .navbar .dropdown-menu .dropdown-submenu {
    left: 0 !important;
  }
  .cid-uLMT5bnPh6 .navbar .dropdown-menu .dropdown-item:after {
    right: auto;
    margin-top: -0.4rem;
  }
  .cid-uLMT5bnPh6 .navbar .navbar-logo img {
    height: 3rem !important;
  }
  .cid-uLMT5bnPh6 .navbar ul.navbar-nav {
    overflow: hidden;
  }
  .cid-uLMT5bnPh6 .navbar ul.navbar-nav li {
    margin: 0;
  }
  .cid-uLMT5bnPh6 .navbar .dropdown-menu .dropdown-item {
    padding: 0 !important;
    margin: 0;
    margin-top: 8px;
    text-align: left;
  }
  .cid-uLMT5bnPh6 .navbar .navbar-brand {
    flex-shrink: initial;
    flex-basis: auto;
    word-break: break-word;
    padding-right: 2rem;
  }
  .cid-uLMT5bnPh6 .navbar .navbar-toggler {
    flex-basis: auto;
  }
  .cid-uLMT5bnPh6 .navbar .icons-menu {
    padding: 0;
  }
}
.cid-uLMT5bnPh6 .navbar.navbar-short {
  min-height: 60px;
}
.cid-uLMT5bnPh6 .navbar.navbar-short .navbar-logo img {
  height: 2.5rem !important;
}
.cid-uLMT5bnPh6 .navbar.navbar-short .navbar-brand {
  min-height: 60px;
  padding: 0;
}
.cid-uLMT5bnPh6 .navbar-brand {
  min-height: 70px;
  flex-shrink: 0;
  align-items: center;
  margin-right: 0;
  padding: 10px 0;
  transition: all 0.3s;
  word-break: break-word;
  z-index: 1;
}
.cid-uLMT5bnPh6 .navbar-brand .navbar-caption {
  line-height: inherit !important;
}
.cid-uLMT5bnPh6 .navbar-brand .navbar-logo a {
  outline: none;
}
.cid-uLMT5bnPh6 .dropdown-item.active,
.cid-uLMT5bnPh6 .dropdown-item:active {
  background-color: transparent;
}
.cid-uLMT5bnPh6 .navbar-expand-lg .navbar-nav .nav-link {
  padding: 0;
}
.cid-uLMT5bnPh6 .nav-dropdown .link.dropdown-toggle {
  margin-right: 1.667em;
}
.cid-uLMT5bnPh6 .nav-dropdown .link.dropdown-toggle[aria-expanded="true"] {
  margin-right: 0;
  padding: 0.667em 1.667em;
}
.cid-uLMT5bnPh6 .navbar .dropdown.open > .dropdown-menu {
  display: block;
}
.cid-uLMT5bnPh6 ul.navbar-nav {
  flex-wrap: wrap;
  padding: 36px 0;
  border-bottom: 1px solid #0e132f;
}
.cid-uLMT5bnPh6 .navbar-buttons {
  text-align: center;
  min-width: 170px;
}
.cid-uLMT5bnPh6 button.navbar-toggler {
  outline: none;
  width: 48px;
  height: 48px;
  border-radius: 50%;
  cursor: pointer;
  transition: all 0.2s;
  position: relative;
  align-self: center;
  color: #ffffff;
  background: #ffffff;
}
.cid-uLMT5bnPh6 button.navbar-toggler .hamburger span {
  position: absolute;
  right: 10px;
  margin-top: 14px;
  width: 26px;
  height: 2px;
  border-right: 5px;
  background-color: #474747;
}
.cid-uLMT5bnPh6 button.navbar-toggler .hamburger span:nth-child(1) {
  top: 0;
  transition: all 0.2s;
}
.cid-uLMT5bnPh6 button.navbar-toggler .hamburger span:nth-child(2) {
  top: 8px;
  transition: all 0.15s;
}
.cid-uLMT5bnPh6 button.navbar-toggler .hamburger span:nth-child(3) {
  top: 8px;
  transition: all 0.15s;
}
.cid-uLMT5bnPh6 button.navbar-toggler .hamburger span:nth-child(4) {
  top: 16px;
  transition: all 0.2s;
}
.cid-uLMT5bnPh6 nav.opened .hamburger span:nth-child(1) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-uLMT5bnPh6 nav.opened .hamburger span:nth-child(2) {
  transform: rotate(45deg);
  transition: all 0.25s;
}
.cid-uLMT5bnPh6 nav.opened .hamburger span:nth-child(3) {
  transform: rotate(-45deg);
  transition: all 0.25s;
}
.cid-uLMT5bnPh6 nav.opened .hamburger span:nth-child(4) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-uLMT5bnPh6 a.nav-link {
  display: flex;
  align-items: center;
  justify-content: flex-start;
}
.cid-uLMT5bnPh6 .icons-menu {
  flex-wrap: nowrap;
  display: flex;
  justify-content: center;
  padding: 0;
  text-align: center;
  margin-bottom: 35px;
}
@media screen and (-ms-high-contrast: active), (-ms-high-contrast: none) {
  .cid-uLMT5bnPh6 .navbar {
    height: 70px;
  }
  .cid-uLMT5bnPh6 .navbar.opened {
    height: auto;
  }
  .cid-uLMT5bnPh6 .nav-item .nav-link:hover::before {
    width: 175%;
    max-width: calc(100% + 2rem);
    left: -1rem;
  }
}
.cid-uLMT5bnPh6 .navbar-dropdown .navbar-logo {
  margin-right: 15px;
}
@media (min-width: 768px) {
  .cid-uLMT5bnPh6 .container-fluid {
    padding-left: 30px;
    padding-right: 30px;
  }
}
.cid-uLMT5bnPh6 .mbr-section-btn-main {
  padding-top: 5px;
}
.cid-uLMT5bnPh6 .mbr-section-btn-main .btn {
  margin: 0 4px 4px 4px;
}
.cid-uLMT5bnPh6 .navbar-caption:hover {
  color: #2554ab;
}
@media (min-width: 992px) {
  .cid-uLMT5bnPh6 .dropdown-menu.dropdown-submenu {
    left: 175px !important;
    top: -45% !important;
  }
}
.cid-uLMT5bnPh6 .nav-link {
  position: relative;
}
.cid-uLMT5bnPh6 .nav-link:before {
  content: '';
  position: absolute;
  left: -12px;
  width: 6px;
  height: 6px;
  border-radius: 100%;
  background-color: #2554ab;
  transition: all .3s ease;
  opacity: 0;
}
.cid-uLMT5bnPh6 .nav-link:hover:before {
  opacity: 1;
}
.cid-uLMT5bnPh6 .mbr-section-subtitle {
  color: #ffffff;
}
.cid-uLMT5bnPh6 .mbr-text {
  color: #ffffff;
  text-align: center;
}
.cid-uLMT5bnPh6 .text_widget {
  color: #ffffff;
}
.cid-uLMT5bnPh6 .mbr-section-subtitle,
.cid-uLMT5bnPh6 .text_widget,
.cid-uLMT5bnPh6 .mbr-section-btn {
  text-align: center;
}
.cid-uLMT5bnPh6 a[class*="text-"]:not(.nav-link):not(.dropdown-item):not([role]):not(.navbar-caption):hover {
  background-image: none;
}
.cid-uC5nld1QVg {
  padding-top: 0rem;
  padding-bottom: 0rem;
  background-color: #ffffff;
}
.cid-uC5nld1QVg .item-img {
  position: relative;
  overflow: hidden;
}
.cid-uC5nld1QVg .item-img:before {
  content: '';
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
  left: 0;
  background: black;
  opacity: 0.3;
  z-index: 1;
  transition: all 0.3s;
  pointer-events: none;
}
.cid-uC5nld1QVg h5 {
  margin-bottom: 1rem;
}
.cid-uC5nld1QVg .item-content {
  position: absolute;
  top: 55%;
  right: 0;
  z-index: 2;
  width: 100%;
  transform: translateY(-50%);
  padding: 2rem 8rem;
  display: flex;
  flex-direction: column;
  height: 50%;
}
@media (max-width: 767px) {
  .cid-uC5nld1QVg .item-content {
    padding: 0 2rem 1.5rem;
    margin-top: 1rem;
  }
}
.cid-uC5nld1QVg img,
.cid-uC5nld1QVg .item-img {
  width: 100%;
  transition: all 0.3s;
  height: 100%;
  height: 400px;
  object-fit: cover;
}
.cid-uC5nld1QVg .item:focus,
.cid-uC5nld1QVg span:focus {
  outline: none;
}
.cid-uC5nld1QVg .item {
  margin-bottom: 2rem;
}
@media (max-width: 767px) {
  .cid-uC5nld1QVg .item {
    margin-bottom: 1rem;
  }
}
.cid-uC5nld1QVg .item-wrapper {
  position: relative;
  border-radius: 15px;
  height: 100%;
  display: flex;
  flex-flow: column nowrap;
}
.cid-uC5nld1QVg .mbr-section-title {
  color: #4e423d;
}
.cid-uC5nld1QVg .item-title {
  text-align: left;
  color: #ffffff;
}
.cid-uC5nld1QVg .item-subtitle {
  text-align: left;
  color: #ffffff;
}
.cid-uC5nld1QVg .mbr-text,
.cid-uC5nld1QVg .item .mbr-section-btn {
  text-align: left;
  color: #ffffff;
}
.cid-uC5nld1QVg .content-head {
  max-width: 800px;
}
.cid-uC5nldkX01 {
  padding-top: 1rem;
  padding-bottom: 5rem;
  background-color: #fafafa;
}
.cid-uC5nldkX01 .mbr-section-title {
  margin-bottom: 1em;
  color: #272727;
}
.cid-uC5nldkX01 .mbr-section-subtitle {
  margin-bottom: 1.5625em;
  color: #272727;
  opacity: 0.4;
}
.cid-uC5nldkX01 .item-row {
  display: grid;
  -webkit-box-align: stretch;
  -webkit-align-items: stretch;
  -ms-flex-align: stretch;
  align-items: stretch;
  grid-auto-columns: 1fr;
  grid-column-gap: 16px;
  grid-row-gap: 16px;
  grid-template-columns: repeat(4, 1fr);
  -ms-grid-rows: auto;
  grid-template-rows: auto;
}
@media (max-width: 1199px) {
  .cid-uC5nldkX01 .item-row {
    grid-template-columns: repeat(2, 1fr);
  }
}
@media (max-width: 767px) {
  .cid-uC5nldkX01 .item-row {
    grid-template-columns: repeat(1, 1fr);
  }
}
.cid-uC5nldkX01 .item {
  padding: 0;
}
.cid-uC5nldkX01 .item-wrapper {
  display: flex;
  flex-direction: column;
  align-items: stretch;
  height: 100%;
  width: 100%;
  border-radius: 10px;
  overflow: hidden;
  transform-style: preserve-3d;
  transition: .3s all;
  border: 2px solid transparent;
}
.cid-uC5nldkX01 .item-wrapper:hover {
  transform: scale3d(1.01, 1.01, 1);
  border-color: #fafafa;
}
.cid-uC5nldkX01 .item-img {
  display: flex;
  align-items: center;
  justify-content: center;
  height: 175px;
}
.cid-uC5nldkX01 .item-img img {
  width: 100%;
  object-fit: cover;
  height: 100%;
}
.cid-uC5nldkX01 .item-content {
  display: flex;
  flex-direction: column;
  align-items: stretch;
  width: 100%;
  padding: 20px 5% 6%;
  flex-grow: 1;
  background-color: #ffffff;
}
.cid-uC5nldkX01 .item-text-wrap {
  width: 100%;
  margin-bottom: 5.3em;
}
@media (max-width: 1199px) {
  .cid-uC5nldkX01 .item-text-wrap {
    margin-bottom: 4em;
  }
}
@media (max-width: 767px) {
  .cid-uC5nldkX01 .item-text-wrap {
    margin-bottom: 2em;
    max-width: 340px;
    margin-right: auto;
  }
}
.cid-uC5nldkX01 .item-title {
  color: #272727;
  margin-bottom: 0.52em;
}
.cid-uC5nldkX01 .item-subtitle {
  color: #272727;
  opacity: 0.52em;
}
.cid-uC5nldkX01 .card-bottom {
  display: flex;
  flex-direction: column;
  align-items: stretch;
  margin-top: auto;
}
.cid-uC5nldkX01 .item-name-wrap {
  display: flex;
  align-items: center;
  width: 100%;
}
.cid-uC5nldkX01 .image-wrapper {
  width: 35px;
  height: 35px;
  margin-right: 10px;
  border-radius: 300px;
  overflow: hidden;
}
.cid-uC5nldkX01 .image-wrapper img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.cid-uC5nldkX01 .mbr-text {
  flex-grow: 1;
  color: #272727;
  text-align: right;
}
.cid-uC5nldkX01 .mbr-section-btn {
  display: flex;
  margin-top: 20px;
  width: auto !important;
}
.cid-uC5nldkX01 .mbr-section-btn .btn {
  width: 100%;
  min-width: auto !important;
}
.cid-uLMRAIzUxG {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-color: #0e132f;
}
.cid-uLMRAIzUxG .mbr-fallback-image.disabled {
  display: none;
}
.cid-uLMRAIzUxG .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-uLMRAIzUxG .container {
    padding: 0 16px;
  }
}
.cid-uLMRAIzUxG .card {
  display: flex;
  flex-direction: column;
  justify-content: space-between;
}
@media (max-width: 992px) {
  .cid-uLMRAIzUxG .card {
    margin-bottom: 40px;
  }
}
.cid-uLMRAIzUxG .card .content-wrapper .title-wrapper .title-wrap {
  display: inline-flex;
  align-items: center;
  margin-bottom: 16px;
}
@media (max-width: 992px) {
  .cid-uLMRAIzUxG .card .content-wrapper .title-wrapper .title-wrap {
    margin-bottom: 40px;
  }
}
.cid-uLMRAIzUxG .card .content-wrapper .title-wrapper .title-wrap img {
  width: 32px;
  height: 32px;
  object-fit: contain;
  margin-right: 1rem;
}
.cid-uLMRAIzUxG .card .content-wrapper .title-wrapper .title-wrap .mbr-section-title {
  margin-bottom: 0;
}
.cid-uLMRAIzUxG .card .content-wrapper .copyright {
  margin-bottom: 20px;
}
@media (max-width: 992px) {
  .cid-uLMRAIzUxG .card .content-wrapper .copyright {
    margin-bottom: 40px;
  }
}
.cid-uLMRAIzUxG .card .social-wrapper .social-wrap {
  display: inline-flex;
  flex-wrap: wrap;
}
.cid-uLMRAIzUxG .card .social-wrapper .social-wrap .mbr-iconfont {
  font-size: 20px;
  margin-right: 48px;
  color: #ffffff;
}
.cid-uLMRAIzUxG .list-wrapper .mbr-card-title {
  margin-bottom: 16px;
}
.cid-uLMRAIzUxG .list-wrapper .list {
  margin: 0;
  padding: 0;
  list-style-type: none;
}
.cid-uLMRAIzUxG .list-wrapper .list .item-wrap {
  margin-bottom: 16px;
}
@media (max-width: 992px) {
  .cid-uLMRAIzUxG .list-wrapper .list {
    margin-bottom: 40px;
  }
}
.cid-uLMRAIzUxG .mbr-section-title {
  color: #ffffff;
}
.cid-uLMRAIzUxG .copyright {
  color: #ffffff;
}
.cid-uLMRAIzUxG .mbr-card-title {
  color: #D4FE00;
}
.cid-uLMRAIzUxG .list {
  color: #ffffff;
}
.cid-uLMT5bnPh6 .navbar-dropdown {
  background-color: #ffffff !important;
  padding: 0;
}
.cid-uLMT5bnPh6 .navbar.navbar-expand-lg .dropdown .dropdown-menu {
  background-color: #ffffff !important;
  background: #ffffff;
}
.cid-uLMT5bnPh6 .navbar.navbar-expand-lg .dropdown .dropdown-menu .dropdown-submenu {
  margin: 0;
  left: 100%;
}
@media (max-width: 991px) {
  .cid-uLMT5bnPh6 .menu_box .navbar.opened,
  .cid-uLMT5bnPh6 .menu_box .navbar-collapse {
    background-color: #ffffff !important;
    transition: all 0s ease 0s;
  }
}
.cid-uLMT5bnPh6 .navbar-dropdown {
  position: relative !important;
}
.cid-uLMT5bnPh6 .btn {
  min-height: auto;
  box-shadow: none;
  margin-top: 0;
}
.cid-uLMT5bnPh6 .btn:hover {
  box-shadow: none;
}
@media (min-width: 992px) {
  .cid-uLMT5bnPh6 .offcanvas_image img {
    width: auto;
    object-fit: cover;
    display: inline-block;
  }
  .cid-uLMT5bnPh6 .offcanvas-header {
    position: relative;
    padding: 0;
  }
  .cid-uLMT5bnPh6 .offcanvas-header .btn-close {
    position: absolute;
    top: -70px;
    right: 0;
    width: 35px;
    height: 30px;
  }
  .cid-uLMT5bnPh6 .offcanvas-body {
    text-align: center;
    padding: 0;
  }
  .cid-uLMT5bnPh6 .offcanvas-body .mbr-text,
  .cid-uLMT5bnPh6 .offcanvas-body .mbr-section-subtitle {
    margin-top: 14px;
  }
  .cid-uLMT5bnPh6 .offcanvas-body .offcanvas_contact {
    margin: 35px 0;
  }
  .cid-uLMT5bnPh6 .offcanvas_box button.btn_offcanvas {
    outline: none;
    width: 40px;
    height: 40px;
    cursor: pointer;
    transition: all 0.2s;
    position: relative;
    align-self: center;
  }
  .cid-uLMT5bnPh6 .offcanvas_box button.btn_offcanvas .hamburger span {
    position: absolute;
    right: 0;
    width: 40px;
    height: 2px;
    border-right: 5px;
    background-color: #474747;
  }
  .cid-uLMT5bnPh6 .offcanvas_box button.btn_offcanvas .hamburger span:nth-child(1) {
    top: 18px;
    transition: all 0.2s;
  }
  .cid-uLMT5bnPh6 .offcanvas_box button.btn_offcanvas .hamburger span:nth-child(2) {
    top: 25px;
    transition: all 0.2s;
  }
  .cid-uLMT5bnPh6 .offcanvas_box button.btn_offcanvas:hover .hamburger span {
    width: 36px;
  }
  .cid-uLMT5bnPh6 .offcanvas_box button.btn_offcanvas:hover .hamburger span:nth-child(2) {
    width: 33px;
    transition-delay: 0.2s;
  }
  .cid-uLMT5bnPh6 ul.navbar-nav {
    padding-bottom: 1.5rem;
  }
  .cid-uLMT5bnPh6 .dropdown-menu .dropdown-toggle[data-toggle="dropdown-submenu"]::after,
  .cid-uLMT5bnPh6 .link.dropdown-toggle::after {
    display: inline-block;
    width: 7px;
    height: 7px;
    margin-left: .5rem;
    margin-bottom: 2px;
    content: "";
    border: 2px solid;
    border-left: none;
    border-top: none;
    transform: rotate(-45deg);
  }
  .cid-uLMT5bnPh6 .link.dropdown-toggle::after {
    padding: 0 !important;
    transform: rotate(45deg);
  }
  .cid-uLMT5bnPh6 li.nav-item {
    position: relative;
    display: inline-block;
    padding: 1px 7px !important;
    vertical-align: middle;
    line-height: 2em !important;
    font-weight: 600 !important;
    text-decoration: none;
    letter-spacing: 0 !important;
    z-index: 1;
  }
  .cid-uLMT5bnPh6 .lg_brand {
    margin: 0 1rem;
  }
}
.cid-uLMT5bnPh6 .nav-item {
  margin: 4px 15px;
}
@media (min-width: 1200px) {
  .cid-uLMT5bnPh6 .nav-item {
    margin: 4px 20px;
  }
}
@media (max-width: 991px) {
  .cid-uLMT5bnPh6 .nav-item {
    margin: 0 !important;
  }
}
.cid-uLMT5bnPh6 .dropdown-menu {
  border-radius: 0;
  box-shadow: none;
  text-align: left;
}
@media (min-width: 992px) {
  .cid-uLMT5bnPh6 .dropdown-menu {
    padding: 18px 34px 22px;
    min-width: 250px;
    top: auto !important;
    left: -40px !important;
  }
  .cid-uLMT5bnPh6 .dropdown-menu.dropdown-submenu {
    left: 215px !important;
    top: -45% !important;
  }
}
@media (max-width: 991px) {
  .cid-uLMT5bnPh6 .dropdown-menu .dropdown-toggle[data-toggle="dropdown-submenu"]::after,
  .cid-uLMT5bnPh6 .link.dropdown-toggle::after {
    display: inline-block;
    width: 7px;
    height: 7px;
    margin-left: .5rem;
    margin-bottom: 2px;
    content: "";
    border: 2px solid;
    border-left: none;
    border-top: none;
    transform: rotate(-45deg);
    right: 15px;
    position: absolute;
    margin-top: -2px;
  }
  .cid-uLMT5bnPh6 .show.dropdown-toggle[aria-expanded="true"]::after {
    transform: rotate(45deg);
    margin-top: -4px;
  }
  .cid-uLMT5bnPh6 .offcanvas_box {
    display: none;
  }
}
.cid-uLMT5bnPh6 .dropdown-item {
  border: none;
  font-weight: 400 !important;
}
.cid-uLMT5bnPh6 .nav-dropdown .link {
  font-weight: 400 !important;
  padding: 0 !important;
  margin: 0 !important;
}
.cid-uLMT5bnPh6 .nav-dropdown .link.dropdown-toggle::after {
  margin-left: 0.5rem;
  margin-top: 0;
}
.cid-uLMT5bnPh6 .container {
  display: flex;
  margin: auto;
}
.cid-uLMT5bnPh6 .iconfont-wrapper {
  color: #e0bdb6;
  font-size: 17px;
  margin-right: 10px;
  margin-bottom: 5px;
  width: 25px;
  height: 25px;
  border-radius: 50%;
  display: flex;
  justify-content: center;
  align-items: center;
  transition: all 0.2s ease-in-out;
}
.cid-uLMT5bnPh6 .iconfont-wrapper:last-child {
  margin-right: 0;
}
.cid-uLMT5bnPh6 .iconfont-wrapper:hover {
  opacity: .5;
}
.cid-uLMT5bnPh6 .navbar-caption {
  color: #747474;
}
.cid-uLMT5bnPh6 .navbar-nav {
  margin: 0 1rem;
}
@media (min-width: 992px) {
  .cid-uLMT5bnPh6 .navbar-nav {
    margin: 0;
  }
}
.cid-uLMT5bnPh6 .dropdown-menu,
.cid-uLMT5bnPh6 .navbar.opened {
  background-color: false !important;
}
.cid-uLMT5bnPh6 .nav-item:focus,
.cid-uLMT5bnPh6 .nav-link:focus {
  outline: none;
}
.cid-uLMT5bnPh6 .dropdown .dropdown-menu .dropdown-item {
  width: auto;
  transition: all 0.25s ease-in-out;
}
.cid-uLMT5bnPh6 .dropdown .dropdown-menu .dropdown-item::after {
  right: 0.5rem;
}
.cid-uLMT5bnPh6 .dropdown .dropdown-menu .dropdown-item .mbr-iconfont {
  margin-right: 0.5rem;
  vertical-align: sub;
}
.cid-uLMT5bnPh6 .dropdown .dropdown-menu .dropdown-item .mbr-iconfont:before {
  display: inline-block;
  transform: scale(1, 1);
  transition: all 0.25s ease-in-out;
}
.cid-uLMT5bnPh6 .collapsed .dropdown-menu .dropdown-item:before {
  display: none;
}
.cid-uLMT5bnPh6 .collapsed .dropdown .dropdown-menu .dropdown-item {
  padding: 0.235em 1.5em 0.235em 1.5em !important;
  transition: none;
  margin: 0 !important;
}
.cid-uLMT5bnPh6 .navbar {
  min-height: 70px;
  padding: 20px 0;
  transition: all 0.3s;
  border-bottom-width: 0px;
}
@media (max-width: 992px) {
  .cid-uLMT5bnPh6 .navbar {
    min-height: 30px;
    max-height: 90px;
  }
}
.cid-uLMT5bnPh6 .navbar.opened {
  transition: all 0.3s;
}
.cid-uLMT5bnPh6 .navbar .dropdown-item {
  padding: 0;
  margin: 8px 0;
}
.cid-uLMT5bnPh6 .navbar .navbar-logo img {
  width: auto;
  object-fit: contain;
  border-radius: 0;
}
.cid-uLMT5bnPh6 .navbar .navbar-collapse {
  justify-content: space-between;
  z-index: 1;
}
.cid-uLMT5bnPh6 .navbar.collapsed {
  justify-content: center;
}
.cid-uLMT5bnPh6 .navbar.collapsed .nav-item .nav-link::before {
  display: none;
}
.cid-uLMT5bnPh6 .navbar.collapsed.opened .dropdown-menu {
  top: 0;
}
.cid-uLMT5bnPh6 .navbar.collapsed .dropdown-menu .dropdown-submenu {
  left: 0 !important;
}
.cid-uLMT5bnPh6 .navbar.collapsed .dropdown-menu .dropdown-item:after {
  right: auto;
}
.cid-uLMT5bnPh6 .navbar.collapsed ul.navbar-nav li {
  margin: auto;
}
.cid-uLMT5bnPh6 .navbar.collapsed .dropdown-menu .dropdown-item {
  padding: 0.25rem 1.5rem;
  text-align: left;
}
.cid-uLMT5bnPh6 .navbar.collapsed .icons-menu {
  padding: 0;
}
@media (max-width: 991px) {
  .cid-uLMT5bnPh6 .navbar .nav-item {
    padding: .5rem 0;
  }
  .cid-uLMT5bnPh6 .navbar .navbar-collapse {
    padding: 34px 0;
    border-radius: 25px;
  }
  .cid-uLMT5bnPh6 .navbar .nav-item .nav-link::before {
    display: none;
  }
  .cid-uLMT5bnPh6 .navbar.opened .dropdown-menu {
    top: 0;
  }
  .cid-uLMT5bnPh6 .navbar .dropdown-menu {
    padding: 6px 0 6px 15px;
  }
  .cid-uLMT5bnPh6 .navbar .dropdown-menu .dropdown-submenu {
    left: 0 !important;
  }
  .cid-uLMT5bnPh6 .navbar .dropdown-menu .dropdown-item:after {
    right: auto;
    margin-top: -0.4rem;
  }
  .cid-uLMT5bnPh6 .navbar .navbar-logo img {
    height: 3rem !important;
  }
  .cid-uLMT5bnPh6 .navbar ul.navbar-nav {
    overflow: hidden;
  }
  .cid-uLMT5bnPh6 .navbar ul.navbar-nav li {
    margin: 0;
  }
  .cid-uLMT5bnPh6 .navbar .dropdown-menu .dropdown-item {
    padding: 0 !important;
    margin: 0;
    margin-top: 8px;
    text-align: left;
  }
  .cid-uLMT5bnPh6 .navbar .navbar-brand {
    flex-shrink: initial;
    flex-basis: auto;
    word-break: break-word;
    padding-right: 2rem;
  }
  .cid-uLMT5bnPh6 .navbar .navbar-toggler {
    flex-basis: auto;
  }
  .cid-uLMT5bnPh6 .navbar .icons-menu {
    padding: 0;
  }
}
.cid-uLMT5bnPh6 .navbar.navbar-short {
  min-height: 60px;
}
.cid-uLMT5bnPh6 .navbar.navbar-short .navbar-logo img {
  height: 2.5rem !important;
}
.cid-uLMT5bnPh6 .navbar.navbar-short .navbar-brand {
  min-height: 60px;
  padding: 0;
}
.cid-uLMT5bnPh6 .navbar-brand {
  min-height: 70px;
  flex-shrink: 0;
  align-items: center;
  margin-right: 0;
  padding: 10px 0;
  transition: all 0.3s;
  word-break: break-word;
  z-index: 1;
}
.cid-uLMT5bnPh6 .navbar-brand .navbar-caption {
  line-height: inherit !important;
}
.cid-uLMT5bnPh6 .navbar-brand .navbar-logo a {
  outline: none;
}
.cid-uLMT5bnPh6 .dropdown-item.active,
.cid-uLMT5bnPh6 .dropdown-item:active {
  background-color: transparent;
}
.cid-uLMT5bnPh6 .navbar-expand-lg .navbar-nav .nav-link {
  padding: 0;
}
.cid-uLMT5bnPh6 .nav-dropdown .link.dropdown-toggle {
  margin-right: 1.667em;
}
.cid-uLMT5bnPh6 .nav-dropdown .link.dropdown-toggle[aria-expanded="true"] {
  margin-right: 0;
  padding: 0.667em 1.667em;
}
.cid-uLMT5bnPh6 .navbar .dropdown.open > .dropdown-menu {
  display: block;
}
.cid-uLMT5bnPh6 ul.navbar-nav {
  flex-wrap: wrap;
  padding: 36px 0;
  border-bottom: 1px solid #0e132f;
}
.cid-uLMT5bnPh6 .navbar-buttons {
  text-align: center;
  min-width: 170px;
}
.cid-uLMT5bnPh6 button.navbar-toggler {
  outline: none;
  width: 48px;
  height: 48px;
  border-radius: 50%;
  cursor: pointer;
  transition: all 0.2s;
  position: relative;
  align-self: center;
  color: #ffffff;
  background: #ffffff;
}
.cid-uLMT5bnPh6 button.navbar-toggler .hamburger span {
  position: absolute;
  right: 10px;
  margin-top: 14px;
  width: 26px;
  height: 2px;
  border-right: 5px;
  background-color: #474747;
}
.cid-uLMT5bnPh6 button.navbar-toggler .hamburger span:nth-child(1) {
  top: 0;
  transition: all 0.2s;
}
.cid-uLMT5bnPh6 button.navbar-toggler .hamburger span:nth-child(2) {
  top: 8px;
  transition: all 0.15s;
}
.cid-uLMT5bnPh6 button.navbar-toggler .hamburger span:nth-child(3) {
  top: 8px;
  transition: all 0.15s;
}
.cid-uLMT5bnPh6 button.navbar-toggler .hamburger span:nth-child(4) {
  top: 16px;
  transition: all 0.2s;
}
.cid-uLMT5bnPh6 nav.opened .hamburger span:nth-child(1) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-uLMT5bnPh6 nav.opened .hamburger span:nth-child(2) {
  transform: rotate(45deg);
  transition: all 0.25s;
}
.cid-uLMT5bnPh6 nav.opened .hamburger span:nth-child(3) {
  transform: rotate(-45deg);
  transition: all 0.25s;
}
.cid-uLMT5bnPh6 nav.opened .hamburger span:nth-child(4) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-uLMT5bnPh6 a.nav-link {
  display: flex;
  align-items: center;
  justify-content: flex-start;
}
.cid-uLMT5bnPh6 .icons-menu {
  flex-wrap: nowrap;
  display: flex;
  justify-content: center;
  padding: 0;
  text-align: center;
  margin-bottom: 35px;
}
@media screen and (-ms-high-contrast: active), (-ms-high-contrast: none) {
  .cid-uLMT5bnPh6 .navbar {
    height: 70px;
  }
  .cid-uLMT5bnPh6 .navbar.opened {
    height: auto;
  }
  .cid-uLMT5bnPh6 .nav-item .nav-link:hover::before {
    width: 175%;
    max-width: calc(100% + 2rem);
    left: -1rem;
  }
}
.cid-uLMT5bnPh6 .navbar-dropdown .navbar-logo {
  margin-right: 15px;
}
@media (min-width: 768px) {
  .cid-uLMT5bnPh6 .container-fluid {
    padding-left: 30px;
    padding-right: 30px;
  }
}
.cid-uLMT5bnPh6 .mbr-section-btn-main {
  padding-top: 5px;
}
.cid-uLMT5bnPh6 .mbr-section-btn-main .btn {
  margin: 0 4px 4px 4px;
}
.cid-uLMT5bnPh6 .navbar-caption:hover {
  color: #2554ab;
}
@media (min-width: 992px) {
  .cid-uLMT5bnPh6 .dropdown-menu.dropdown-submenu {
    left: 175px !important;
    top: -45% !important;
  }
}
.cid-uLMT5bnPh6 .nav-link {
  position: relative;
}
.cid-uLMT5bnPh6 .nav-link:before {
  content: '';
  position: absolute;
  left: -12px;
  width: 6px;
  height: 6px;
  border-radius: 100%;
  background-color: #2554ab;
  transition: all .3s ease;
  opacity: 0;
}
.cid-uLMT5bnPh6 .nav-link:hover:before {
  opacity: 1;
}
.cid-uLMT5bnPh6 .mbr-section-subtitle {
  color: #ffffff;
}
.cid-uLMT5bnPh6 .mbr-text {
  color: #ffffff;
  text-align: center;
}
.cid-uLMT5bnPh6 .text_widget {
  color: #ffffff;
}
.cid-uLMT5bnPh6 .mbr-section-subtitle,
.cid-uLMT5bnPh6 .text_widget,
.cid-uLMT5bnPh6 .mbr-section-btn {
  text-align: center;
}
.cid-uLMT5bnPh6 a[class*="text-"]:not(.nav-link):not(.dropdown-item):not([role]):not(.navbar-caption):hover {
  background-image: none;
}
.cid-uC5mVMJpLo {
  padding-top: 0rem;
  padding-bottom: 0rem;
  background-color: #ffffff;
}
.cid-uC5mVMJpLo .item-img {
  position: relative;
  overflow: hidden;
}
.cid-uC5mVMJpLo .item-img:before {
  content: '';
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
  left: 0;
  background: black;
  opacity: 0.3;
  z-index: 1;
  transition: all 0.3s;
  pointer-events: none;
}
.cid-uC5mVMJpLo h5 {
  margin-bottom: 1rem;
}
.cid-uC5mVMJpLo .item-content {
  position: absolute;
  top: 55%;
  right: 0;
  z-index: 2;
  width: 100%;
  transform: translateY(-50%);
  padding: 2rem 8rem;
  display: flex;
  flex-direction: column;
  height: 50%;
}
@media (max-width: 767px) {
  .cid-uC5mVMJpLo .item-content {
    padding: 0 2rem 1.5rem;
    margin-top: 1rem;
  }
}
.cid-uC5mVMJpLo img,
.cid-uC5mVMJpLo .item-img {
  width: 100%;
  transition: all 0.3s;
  height: 100%;
  height: 400px;
  object-fit: cover;
}
.cid-uC5mVMJpLo .item:focus,
.cid-uC5mVMJpLo span:focus {
  outline: none;
}
.cid-uC5mVMJpLo .item {
  margin-bottom: 2rem;
}
@media (max-width: 767px) {
  .cid-uC5mVMJpLo .item {
    margin-bottom: 1rem;
  }
}
.cid-uC5mVMJpLo .item-wrapper {
  position: relative;
  border-radius: 15px;
  height: 100%;
  display: flex;
  flex-flow: column nowrap;
}
.cid-uC5mVMJpLo .mbr-section-title {
  color: #4e423d;
}
.cid-uC5mVMJpLo .item-title {
  text-align: left;
  color: #ffffff;
}
.cid-uC5mVMJpLo .item-subtitle {
  text-align: left;
  color: #ffffff;
}
.cid-uC5mVMJpLo .mbr-text,
.cid-uC5mVMJpLo .item .mbr-section-btn {
  text-align: left;
  color: #ffffff;
}
.cid-uC5mVMJpLo .content-head {
  max-width: 800px;
}
.cid-uC5mVNg4Dv {
  padding-top: 1rem;
  padding-bottom: 5rem;
  background-color: #fafafa;
}
.cid-uC5mVNg4Dv .mbr-section-title {
  margin-bottom: 1em;
  color: #272727;
}
.cid-uC5mVNg4Dv .mbr-section-subtitle {
  margin-bottom: 1.5625em;
  color: #272727;
  opacity: 0.4;
}
.cid-uC5mVNg4Dv .item-row {
  display: grid;
  -webkit-box-align: stretch;
  -webkit-align-items: stretch;
  -ms-flex-align: stretch;
  align-items: stretch;
  grid-auto-columns: 1fr;
  grid-column-gap: 16px;
  grid-row-gap: 16px;
  grid-template-columns: repeat(4, 1fr);
  -ms-grid-rows: auto;
  grid-template-rows: auto;
}
@media (max-width: 1199px) {
  .cid-uC5mVNg4Dv .item-row {
    grid-template-columns: repeat(2, 1fr);
  }
}
@media (max-width: 767px) {
  .cid-uC5mVNg4Dv .item-row {
    grid-template-columns: repeat(1, 1fr);
  }
}
.cid-uC5mVNg4Dv .item {
  padding: 0;
}
.cid-uC5mVNg4Dv .item-wrapper {
  display: flex;
  flex-direction: column;
  align-items: stretch;
  height: 100%;
  width: 100%;
  border-radius: 10px;
  overflow: hidden;
  transform-style: preserve-3d;
  transition: .3s all;
  border: 2px solid transparent;
}
.cid-uC5mVNg4Dv .item-wrapper:hover {
  transform: scale3d(1.01, 1.01, 1);
  border-color: #fafafa;
}
.cid-uC5mVNg4Dv .item-img {
  display: flex;
  align-items: center;
  justify-content: center;
  height: 175px;
}
.cid-uC5mVNg4Dv .item-img img {
  width: 100%;
  object-fit: cover;
  height: 100%;
}
.cid-uC5mVNg4Dv .item-content {
  display: flex;
  flex-direction: column;
  align-items: stretch;
  width: 100%;
  padding: 20px 5% 6%;
  flex-grow: 1;
  background-color: #ffffff;
}
.cid-uC5mVNg4Dv .item-text-wrap {
  width: 100%;
  margin-bottom: 5.3em;
}
@media (max-width: 1199px) {
  .cid-uC5mVNg4Dv .item-text-wrap {
    margin-bottom: 4em;
  }
}
@media (max-width: 767px) {
  .cid-uC5mVNg4Dv .item-text-wrap {
    margin-bottom: 2em;
    max-width: 340px;
    margin-right: auto;
  }
}
.cid-uC5mVNg4Dv .item-title {
  color: #272727;
  margin-bottom: 0.52em;
}
.cid-uC5mVNg4Dv .item-subtitle {
  color: #272727;
  opacity: 0.52em;
}
.cid-uC5mVNg4Dv .card-bottom {
  display: flex;
  flex-direction: column;
  align-items: stretch;
  margin-top: auto;
}
.cid-uC5mVNg4Dv .item-name-wrap {
  display: flex;
  align-items: center;
  width: 100%;
}
.cid-uC5mVNg4Dv .image-wrapper {
  width: 35px;
  height: 35px;
  margin-right: 10px;
  border-radius: 300px;
  overflow: hidden;
}
.cid-uC5mVNg4Dv .image-wrapper img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.cid-uC5mVNg4Dv .mbr-text {
  flex-grow: 1;
  color: #272727;
  text-align: right;
}
.cid-uC5mVNg4Dv .mbr-section-btn {
  display: flex;
  margin-top: 20px;
  width: auto !important;
}
.cid-uC5mVNg4Dv .mbr-section-btn .btn {
  width: 100%;
  min-width: auto !important;
}
.cid-uLMRAIzUxG {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-color: #0e132f;
}
.cid-uLMRAIzUxG .mbr-fallback-image.disabled {
  display: none;
}
.cid-uLMRAIzUxG .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-uLMRAIzUxG .container {
    padding: 0 16px;
  }
}
.cid-uLMRAIzUxG .card {
  display: flex;
  flex-direction: column;
  justify-content: space-between;
}
@media (max-width: 992px) {
  .cid-uLMRAIzUxG .card {
    margin-bottom: 40px;
  }
}
.cid-uLMRAIzUxG .card .content-wrapper .title-wrapper .title-wrap {
  display: inline-flex;
  align-items: center;
  margin-bottom: 16px;
}
@media (max-width: 992px) {
  .cid-uLMRAIzUxG .card .content-wrapper .title-wrapper .title-wrap {
    margin-bottom: 40px;
  }
}
.cid-uLMRAIzUxG .card .content-wrapper .title-wrapper .title-wrap img {
  width: 32px;
  height: 32px;
  object-fit: contain;
  margin-right: 1rem;
}
.cid-uLMRAIzUxG .card .content-wrapper .title-wrapper .title-wrap .mbr-section-title {
  margin-bottom: 0;
}
.cid-uLMRAIzUxG .card .content-wrapper .copyright {
  margin-bottom: 20px;
}
@media (max-width: 992px) {
  .cid-uLMRAIzUxG .card .content-wrapper .copyright {
    margin-bottom: 40px;
  }
}
.cid-uLMRAIzUxG .card .social-wrapper .social-wrap {
  display: inline-flex;
  flex-wrap: wrap;
}
.cid-uLMRAIzUxG .card .social-wrapper .social-wrap .mbr-iconfont {
  font-size: 20px;
  margin-right: 48px;
  color: #ffffff;
}
.cid-uLMRAIzUxG .list-wrapper .mbr-card-title {
  margin-bottom: 16px;
}
.cid-uLMRAIzUxG .list-wrapper .list {
  margin: 0;
  padding: 0;
  list-style-type: none;
}
.cid-uLMRAIzUxG .list-wrapper .list .item-wrap {
  margin-bottom: 16px;
}
@media (max-width: 992px) {
  .cid-uLMRAIzUxG .list-wrapper .list {
    margin-bottom: 40px;
  }
}
.cid-uLMRAIzUxG .mbr-section-title {
  color: #ffffff;
}
.cid-uLMRAIzUxG .copyright {
  color: #ffffff;
}
.cid-uLMRAIzUxG .mbr-card-title {
  color: #D4FE00;
}
.cid-uLMRAIzUxG .list {
  color: #ffffff;
}
.cid-uLMT5bnPh6 .navbar-dropdown {
  background-color: #ffffff !important;
  padding: 0;
}
.cid-uLMT5bnPh6 .navbar.navbar-expand-lg .dropdown .dropdown-menu {
  background-color: #ffffff !important;
  background: #ffffff;
}
.cid-uLMT5bnPh6 .navbar.navbar-expand-lg .dropdown .dropdown-menu .dropdown-submenu {
  margin: 0;
  left: 100%;
}
@media (max-width: 991px) {
  .cid-uLMT5bnPh6 .menu_box .navbar.opened,
  .cid-uLMT5bnPh6 .menu_box .navbar-collapse {
    background-color: #ffffff !important;
    transition: all 0s ease 0s;
  }
}
.cid-uLMT5bnPh6 .navbar-dropdown {
  position: relative !important;
}
.cid-uLMT5bnPh6 .btn {
  min-height: auto;
  box-shadow: none;
  margin-top: 0;
}
.cid-uLMT5bnPh6 .btn:hover {
  box-shadow: none;
}
@media (min-width: 992px) {
  .cid-uLMT5bnPh6 .offcanvas_image img {
    width: auto;
    object-fit: cover;
    display: inline-block;
  }
  .cid-uLMT5bnPh6 .offcanvas-header {
    position: relative;
    padding: 0;
  }
  .cid-uLMT5bnPh6 .offcanvas-header .btn-close {
    position: absolute;
    top: -70px;
    right: 0;
    width: 35px;
    height: 30px;
  }
  .cid-uLMT5bnPh6 .offcanvas-body {
    text-align: center;
    padding: 0;
  }
  .cid-uLMT5bnPh6 .offcanvas-body .mbr-text,
  .cid-uLMT5bnPh6 .offcanvas-body .mbr-section-subtitle {
    margin-top: 14px;
  }
  .cid-uLMT5bnPh6 .offcanvas-body .offcanvas_contact {
    margin: 35px 0;
  }
  .cid-uLMT5bnPh6 .offcanvas_box button.btn_offcanvas {
    outline: none;
    width: 40px;
    height: 40px;
    cursor: pointer;
    transition: all 0.2s;
    position: relative;
    align-self: center;
  }
  .cid-uLMT5bnPh6 .offcanvas_box button.btn_offcanvas .hamburger span {
    position: absolute;
    right: 0;
    width: 40px;
    height: 2px;
    border-right: 5px;
    background-color: #474747;
  }
  .cid-uLMT5bnPh6 .offcanvas_box button.btn_offcanvas .hamburger span:nth-child(1) {
    top: 18px;
    transition: all 0.2s;
  }
  .cid-uLMT5bnPh6 .offcanvas_box button.btn_offcanvas .hamburger span:nth-child(2) {
    top: 25px;
    transition: all 0.2s;
  }
  .cid-uLMT5bnPh6 .offcanvas_box button.btn_offcanvas:hover .hamburger span {
    width: 36px;
  }
  .cid-uLMT5bnPh6 .offcanvas_box button.btn_offcanvas:hover .hamburger span:nth-child(2) {
    width: 33px;
    transition-delay: 0.2s;
  }
  .cid-uLMT5bnPh6 ul.navbar-nav {
    padding-bottom: 1.5rem;
  }
  .cid-uLMT5bnPh6 .dropdown-menu .dropdown-toggle[data-toggle="dropdown-submenu"]::after,
  .cid-uLMT5bnPh6 .link.dropdown-toggle::after {
    display: inline-block;
    width: 7px;
    height: 7px;
    margin-left: .5rem;
    margin-bottom: 2px;
    content: "";
    border: 2px solid;
    border-left: none;
    border-top: none;
    transform: rotate(-45deg);
  }
  .cid-uLMT5bnPh6 .link.dropdown-toggle::after {
    padding: 0 !important;
    transform: rotate(45deg);
  }
  .cid-uLMT5bnPh6 li.nav-item {
    position: relative;
    display: inline-block;
    padding: 1px 7px !important;
    vertical-align: middle;
    line-height: 2em !important;
    font-weight: 600 !important;
    text-decoration: none;
    letter-spacing: 0 !important;
    z-index: 1;
  }
  .cid-uLMT5bnPh6 .lg_brand {
    margin: 0 1rem;
  }
}
.cid-uLMT5bnPh6 .nav-item {
  margin: 4px 15px;
}
@media (min-width: 1200px) {
  .cid-uLMT5bnPh6 .nav-item {
    margin: 4px 20px;
  }
}
@media (max-width: 991px) {
  .cid-uLMT5bnPh6 .nav-item {
    margin: 0 !important;
  }
}
.cid-uLMT5bnPh6 .dropdown-menu {
  border-radius: 0;
  box-shadow: none;
  text-align: left;
}
@media (min-width: 992px) {
  .cid-uLMT5bnPh6 .dropdown-menu {
    padding: 18px 34px 22px;
    min-width: 250px;
    top: auto !important;
    left: -40px !important;
  }
  .cid-uLMT5bnPh6 .dropdown-menu.dropdown-submenu {
    left: 215px !important;
    top: -45% !important;
  }
}
@media (max-width: 991px) {
  .cid-uLMT5bnPh6 .dropdown-menu .dropdown-toggle[data-toggle="dropdown-submenu"]::after,
  .cid-uLMT5bnPh6 .link.dropdown-toggle::after {
    display: inline-block;
    width: 7px;
    height: 7px;
    margin-left: .5rem;
    margin-bottom: 2px;
    content: "";
    border: 2px solid;
    border-left: none;
    border-top: none;
    transform: rotate(-45deg);
    right: 15px;
    position: absolute;
    margin-top: -2px;
  }
  .cid-uLMT5bnPh6 .show.dropdown-toggle[aria-expanded="true"]::after {
    transform: rotate(45deg);
    margin-top: -4px;
  }
  .cid-uLMT5bnPh6 .offcanvas_box {
    display: none;
  }
}
.cid-uLMT5bnPh6 .dropdown-item {
  border: none;
  font-weight: 400 !important;
}
.cid-uLMT5bnPh6 .nav-dropdown .link {
  font-weight: 400 !important;
  padding: 0 !important;
  margin: 0 !important;
}
.cid-uLMT5bnPh6 .nav-dropdown .link.dropdown-toggle::after {
  margin-left: 0.5rem;
  margin-top: 0;
}
.cid-uLMT5bnPh6 .container {
  display: flex;
  margin: auto;
}
.cid-uLMT5bnPh6 .iconfont-wrapper {
  color: #e0bdb6;
  font-size: 17px;
  margin-right: 10px;
  margin-bottom: 5px;
  width: 25px;
  height: 25px;
  border-radius: 50%;
  display: flex;
  justify-content: center;
  align-items: center;
  transition: all 0.2s ease-in-out;
}
.cid-uLMT5bnPh6 .iconfont-wrapper:last-child {
  margin-right: 0;
}
.cid-uLMT5bnPh6 .iconfont-wrapper:hover {
  opacity: .5;
}
.cid-uLMT5bnPh6 .navbar-caption {
  color: #747474;
}
.cid-uLMT5bnPh6 .navbar-nav {
  margin: 0 1rem;
}
@media (min-width: 992px) {
  .cid-uLMT5bnPh6 .navbar-nav {
    margin: 0;
  }
}
.cid-uLMT5bnPh6 .dropdown-menu,
.cid-uLMT5bnPh6 .navbar.opened {
  background-color: false !important;
}
.cid-uLMT5bnPh6 .nav-item:focus,
.cid-uLMT5bnPh6 .nav-link:focus {
  outline: none;
}
.cid-uLMT5bnPh6 .dropdown .dropdown-menu .dropdown-item {
  width: auto;
  transition: all 0.25s ease-in-out;
}
.cid-uLMT5bnPh6 .dropdown .dropdown-menu .dropdown-item::after {
  right: 0.5rem;
}
.cid-uLMT5bnPh6 .dropdown .dropdown-menu .dropdown-item .mbr-iconfont {
  margin-right: 0.5rem;
  vertical-align: sub;
}
.cid-uLMT5bnPh6 .dropdown .dropdown-menu .dropdown-item .mbr-iconfont:before {
  display: inline-block;
  transform: scale(1, 1);
  transition: all 0.25s ease-in-out;
}
.cid-uLMT5bnPh6 .collapsed .dropdown-menu .dropdown-item:before {
  display: none;
}
.cid-uLMT5bnPh6 .collapsed .dropdown .dropdown-menu .dropdown-item {
  padding: 0.235em 1.5em 0.235em 1.5em !important;
  transition: none;
  margin: 0 !important;
}
.cid-uLMT5bnPh6 .navbar {
  min-height: 70px;
  padding: 20px 0;
  transition: all 0.3s;
  border-bottom-width: 0px;
}
@media (max-width: 992px) {
  .cid-uLMT5bnPh6 .navbar {
    min-height: 30px;
    max-height: 90px;
  }
}
.cid-uLMT5bnPh6 .navbar.opened {
  transition: all 0.3s;
}
.cid-uLMT5bnPh6 .navbar .dropdown-item {
  padding: 0;
  margin: 8px 0;
}
.cid-uLMT5bnPh6 .navbar .navbar-logo img {
  width: auto;
  object-fit: contain;
  border-radius: 0;
}
.cid-uLMT5bnPh6 .navbar .navbar-collapse {
  justify-content: space-between;
  z-index: 1;
}
.cid-uLMT5bnPh6 .navbar.collapsed {
  justify-content: center;
}
.cid-uLMT5bnPh6 .navbar.collapsed .nav-item .nav-link::before {
  display: none;
}
.cid-uLMT5bnPh6 .navbar.collapsed.opened .dropdown-menu {
  top: 0;
}
.cid-uLMT5bnPh6 .navbar.collapsed .dropdown-menu .dropdown-submenu {
  left: 0 !important;
}
.cid-uLMT5bnPh6 .navbar.collapsed .dropdown-menu .dropdown-item:after {
  right: auto;
}
.cid-uLMT5bnPh6 .navbar.collapsed ul.navbar-nav li {
  margin: auto;
}
.cid-uLMT5bnPh6 .navbar.collapsed .dropdown-menu .dropdown-item {
  padding: 0.25rem 1.5rem;
  text-align: left;
}
.cid-uLMT5bnPh6 .navbar.collapsed .icons-menu {
  padding: 0;
}
@media (max-width: 991px) {
  .cid-uLMT5bnPh6 .navbar .nav-item {
    padding: .5rem 0;
  }
  .cid-uLMT5bnPh6 .navbar .navbar-collapse {
    padding: 34px 0;
    border-radius: 25px;
  }
  .cid-uLMT5bnPh6 .navbar .nav-item .nav-link::before {
    display: none;
  }
  .cid-uLMT5bnPh6 .navbar.opened .dropdown-menu {
    top: 0;
  }
  .cid-uLMT5bnPh6 .navbar .dropdown-menu {
    padding: 6px 0 6px 15px;
  }
  .cid-uLMT5bnPh6 .navbar .dropdown-menu .dropdown-submenu {
    left: 0 !important;
  }
  .cid-uLMT5bnPh6 .navbar .dropdown-menu .dropdown-item:after {
    right: auto;
    margin-top: -0.4rem;
  }
  .cid-uLMT5bnPh6 .navbar .navbar-logo img {
    height: 3rem !important;
  }
  .cid-uLMT5bnPh6 .navbar ul.navbar-nav {
    overflow: hidden;
  }
  .cid-uLMT5bnPh6 .navbar ul.navbar-nav li {
    margin: 0;
  }
  .cid-uLMT5bnPh6 .navbar .dropdown-menu .dropdown-item {
    padding: 0 !important;
    margin: 0;
    margin-top: 8px;
    text-align: left;
  }
  .cid-uLMT5bnPh6 .navbar .navbar-brand {
    flex-shrink: initial;
    flex-basis: auto;
    word-break: break-word;
    padding-right: 2rem;
  }
  .cid-uLMT5bnPh6 .navbar .navbar-toggler {
    flex-basis: auto;
  }
  .cid-uLMT5bnPh6 .navbar .icons-menu {
    padding: 0;
  }
}
.cid-uLMT5bnPh6 .navbar.navbar-short {
  min-height: 60px;
}
.cid-uLMT5bnPh6 .navbar.navbar-short .navbar-logo img {
  height: 2.5rem !important;
}
.cid-uLMT5bnPh6 .navbar.navbar-short .navbar-brand {
  min-height: 60px;
  padding: 0;
}
.cid-uLMT5bnPh6 .navbar-brand {
  min-height: 70px;
  flex-shrink: 0;
  align-items: center;
  margin-right: 0;
  padding: 10px 0;
  transition: all 0.3s;
  word-break: break-word;
  z-index: 1;
}
.cid-uLMT5bnPh6 .navbar-brand .navbar-caption {
  line-height: inherit !important;
}
.cid-uLMT5bnPh6 .navbar-brand .navbar-logo a {
  outline: none;
}
.cid-uLMT5bnPh6 .dropdown-item.active,
.cid-uLMT5bnPh6 .dropdown-item:active {
  background-color: transparent;
}
.cid-uLMT5bnPh6 .navbar-expand-lg .navbar-nav .nav-link {
  padding: 0;
}
.cid-uLMT5bnPh6 .nav-dropdown .link.dropdown-toggle {
  margin-right: 1.667em;
}
.cid-uLMT5bnPh6 .nav-dropdown .link.dropdown-toggle[aria-expanded="true"] {
  margin-right: 0;
  padding: 0.667em 1.667em;
}
.cid-uLMT5bnPh6 .navbar .dropdown.open > .dropdown-menu {
  display: block;
}
.cid-uLMT5bnPh6 ul.navbar-nav {
  flex-wrap: wrap;
  padding: 36px 0;
  border-bottom: 1px solid #0e132f;
}
.cid-uLMT5bnPh6 .navbar-buttons {
  text-align: center;
  min-width: 170px;
}
.cid-uLMT5bnPh6 button.navbar-toggler {
  outline: none;
  width: 48px;
  height: 48px;
  border-radius: 50%;
  cursor: pointer;
  transition: all 0.2s;
  position: relative;
  align-self: center;
  color: #ffffff;
  background: #ffffff;
}
.cid-uLMT5bnPh6 button.navbar-toggler .hamburger span {
  position: absolute;
  right: 10px;
  margin-top: 14px;
  width: 26px;
  height: 2px;
  border-right: 5px;
  background-color: #474747;
}
.cid-uLMT5bnPh6 button.navbar-toggler .hamburger span:nth-child(1) {
  top: 0;
  transition: all 0.2s;
}
.cid-uLMT5bnPh6 button.navbar-toggler .hamburger span:nth-child(2) {
  top: 8px;
  transition: all 0.15s;
}
.cid-uLMT5bnPh6 button.navbar-toggler .hamburger span:nth-child(3) {
  top: 8px;
  transition: all 0.15s;
}
.cid-uLMT5bnPh6 button.navbar-toggler .hamburger span:nth-child(4) {
  top: 16px;
  transition: all 0.2s;
}
.cid-uLMT5bnPh6 nav.opened .hamburger span:nth-child(1) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-uLMT5bnPh6 nav.opened .hamburger span:nth-child(2) {
  transform: rotate(45deg);
  transition: all 0.25s;
}
.cid-uLMT5bnPh6 nav.opened .hamburger span:nth-child(3) {
  transform: rotate(-45deg);
  transition: all 0.25s;
}
.cid-uLMT5bnPh6 nav.opened .hamburger span:nth-child(4) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-uLMT5bnPh6 a.nav-link {
  display: flex;
  align-items: center;
  justify-content: flex-start;
}
.cid-uLMT5bnPh6 .icons-menu {
  flex-wrap: nowrap;
  display: flex;
  justify-content: center;
  padding: 0;
  text-align: center;
  margin-bottom: 35px;
}
@media screen and (-ms-high-contrast: active), (-ms-high-contrast: none) {
  .cid-uLMT5bnPh6 .navbar {
    height: 70px;
  }
  .cid-uLMT5bnPh6 .navbar.opened {
    height: auto;
  }
  .cid-uLMT5bnPh6 .nav-item .nav-link:hover::before {
    width: 175%;
    max-width: calc(100% + 2rem);
    left: -1rem;
  }
}
.cid-uLMT5bnPh6 .navbar-dropdown .navbar-logo {
  margin-right: 15px;
}
@media (min-width: 768px) {
  .cid-uLMT5bnPh6 .container-fluid {
    padding-left: 30px;
    padding-right: 30px;
  }
}
.cid-uLMT5bnPh6 .mbr-section-btn-main {
  padding-top: 5px;
}
.cid-uLMT5bnPh6 .mbr-section-btn-main .btn {
  margin: 0 4px 4px 4px;
}
.cid-uLMT5bnPh6 .navbar-caption:hover {
  color: #2554ab;
}
@media (min-width: 992px) {
  .cid-uLMT5bnPh6 .dropdown-menu.dropdown-submenu {
    left: 175px !important;
    top: -45% !important;
  }
}
.cid-uLMT5bnPh6 .nav-link {
  position: relative;
}
.cid-uLMT5bnPh6 .nav-link:before {
  content: '';
  position: absolute;
  left: -12px;
  width: 6px;
  height: 6px;
  border-radius: 100%;
  background-color: #2554ab;
  transition: all .3s ease;
  opacity: 0;
}
.cid-uLMT5bnPh6 .nav-link:hover:before {
  opacity: 1;
}
.cid-uLMT5bnPh6 .mbr-section-subtitle {
  color: #ffffff;
}
.cid-uLMT5bnPh6 .mbr-text {
  color: #ffffff;
  text-align: center;
}
.cid-uLMT5bnPh6 .text_widget {
  color: #ffffff;
}
.cid-uLMT5bnPh6 .mbr-section-subtitle,
.cid-uLMT5bnPh6 .text_widget,
.cid-uLMT5bnPh6 .mbr-section-btn {
  text-align: center;
}
.cid-uLMT5bnPh6 a[class*="text-"]:not(.nav-link):not(.dropdown-item):not([role]):not(.navbar-caption):hover {
  background-image: none;
}
.cid-uC5mRhtdr7 {
  padding-top: 0rem;
  padding-bottom: 0rem;
  background-color: #ffffff;
}
.cid-uC5mRhtdr7 .item-img {
  position: relative;
  overflow: hidden;
}
.cid-uC5mRhtdr7 .item-img:before {
  content: '';
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
  left: 0;
  background: black;
  opacity: 0.3;
  z-index: 1;
  transition: all 0.3s;
  pointer-events: none;
}
.cid-uC5mRhtdr7 h5 {
  margin-bottom: 1rem;
}
.cid-uC5mRhtdr7 .item-content {
  position: absolute;
  top: 55%;
  right: 0;
  z-index: 2;
  width: 100%;
  transform: translateY(-50%);
  padding: 2rem 8rem;
  display: flex;
  flex-direction: column;
  height: 50%;
}
@media (max-width: 767px) {
  .cid-uC5mRhtdr7 .item-content {
    padding: 0 2rem 1.5rem;
    margin-top: 1rem;
  }
}
.cid-uC5mRhtdr7 img,
.cid-uC5mRhtdr7 .item-img {
  width: 100%;
  transition: all 0.3s;
  height: 100%;
  height: 400px;
  object-fit: cover;
}
.cid-uC5mRhtdr7 .item:focus,
.cid-uC5mRhtdr7 span:focus {
  outline: none;
}
.cid-uC5mRhtdr7 .item {
  margin-bottom: 2rem;
}
@media (max-width: 767px) {
  .cid-uC5mRhtdr7 .item {
    margin-bottom: 1rem;
  }
}
.cid-uC5mRhtdr7 .item-wrapper {
  position: relative;
  border-radius: 15px;
  height: 100%;
  display: flex;
  flex-flow: column nowrap;
}
.cid-uC5mRhtdr7 .mbr-section-title {
  color: #4e423d;
}
.cid-uC5mRhtdr7 .item-title {
  text-align: left;
  color: #ffffff;
}
.cid-uC5mRhtdr7 .item-subtitle {
  text-align: left;
  color: #ffffff;
}
.cid-uC5mRhtdr7 .mbr-text,
.cid-uC5mRhtdr7 .item .mbr-section-btn {
  text-align: left;
  color: #ffffff;
}
.cid-uC5mRhtdr7 .content-head {
  max-width: 800px;
}
.cid-uC5mRhQGdk {
  padding-top: 1rem;
  padding-bottom: 5rem;
  background-color: #fafafa;
}
.cid-uC5mRhQGdk .mbr-section-title {
  margin-bottom: 1em;
  color: #272727;
}
.cid-uC5mRhQGdk .mbr-section-subtitle {
  margin-bottom: 1.5625em;
  color: #272727;
  opacity: 0.4;
}
.cid-uC5mRhQGdk .item-row {
  display: grid;
  -webkit-box-align: stretch;
  -webkit-align-items: stretch;
  -ms-flex-align: stretch;
  align-items: stretch;
  grid-auto-columns: 1fr;
  grid-column-gap: 16px;
  grid-row-gap: 16px;
  grid-template-columns: repeat(4, 1fr);
  -ms-grid-rows: auto;
  grid-template-rows: auto;
}
@media (max-width: 1199px) {
  .cid-uC5mRhQGdk .item-row {
    grid-template-columns: repeat(2, 1fr);
  }
}
@media (max-width: 767px) {
  .cid-uC5mRhQGdk .item-row {
    grid-template-columns: repeat(1, 1fr);
  }
}
.cid-uC5mRhQGdk .item {
  padding: 0;
}
.cid-uC5mRhQGdk .item-wrapper {
  display: flex;
  flex-direction: column;
  align-items: stretch;
  height: 100%;
  width: 100%;
  border-radius: 10px;
  overflow: hidden;
  transform-style: preserve-3d;
  transition: .3s all;
  border: 2px solid transparent;
}
.cid-uC5mRhQGdk .item-wrapper:hover {
  transform: scale3d(1.01, 1.01, 1);
  border-color: #fafafa;
}
.cid-uC5mRhQGdk .item-img {
  display: flex;
  align-items: center;
  justify-content: center;
  height: 175px;
}
.cid-uC5mRhQGdk .item-img img {
  width: 100%;
  object-fit: cover;
  height: 100%;
}
.cid-uC5mRhQGdk .item-content {
  display: flex;
  flex-direction: column;
  align-items: stretch;
  width: 100%;
  padding: 20px 5% 6%;
  flex-grow: 1;
  background-color: #ffffff;
}
.cid-uC5mRhQGdk .item-text-wrap {
  width: 100%;
  margin-bottom: 5.3em;
}
@media (max-width: 1199px) {
  .cid-uC5mRhQGdk .item-text-wrap {
    margin-bottom: 4em;
  }
}
@media (max-width: 767px) {
  .cid-uC5mRhQGdk .item-text-wrap {
    margin-bottom: 2em;
    max-width: 340px;
    margin-right: auto;
  }
}
.cid-uC5mRhQGdk .item-title {
  color: #272727;
  margin-bottom: 0.52em;
}
.cid-uC5mRhQGdk .item-subtitle {
  color: #272727;
  opacity: 0.52em;
}
.cid-uC5mRhQGdk .card-bottom {
  display: flex;
  flex-direction: column;
  align-items: stretch;
  margin-top: auto;
}
.cid-uC5mRhQGdk .item-name-wrap {
  display: flex;
  align-items: center;
  width: 100%;
}
.cid-uC5mRhQGdk .image-wrapper {
  width: 35px;
  height: 35px;
  margin-right: 10px;
  border-radius: 300px;
  overflow: hidden;
}
.cid-uC5mRhQGdk .image-wrapper img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.cid-uC5mRhQGdk .mbr-text {
  flex-grow: 1;
  color: #272727;
  text-align: right;
}
.cid-uC5mRhQGdk .mbr-section-btn {
  display: flex;
  margin-top: 20px;
  width: auto !important;
}
.cid-uC5mRhQGdk .mbr-section-btn .btn {
  width: 100%;
  min-width: auto !important;
}
.cid-uLMRAIzUxG {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-color: #0e132f;
}
.cid-uLMRAIzUxG .mbr-fallback-image.disabled {
  display: none;
}
.cid-uLMRAIzUxG .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-uLMRAIzUxG .container {
    padding: 0 16px;
  }
}
.cid-uLMRAIzUxG .card {
  display: flex;
  flex-direction: column;
  justify-content: space-between;
}
@media (max-width: 992px) {
  .cid-uLMRAIzUxG .card {
    margin-bottom: 40px;
  }
}
.cid-uLMRAIzUxG .card .content-wrapper .title-wrapper .title-wrap {
  display: inline-flex;
  align-items: center;
  margin-bottom: 16px;
}
@media (max-width: 992px) {
  .cid-uLMRAIzUxG .card .content-wrapper .title-wrapper .title-wrap {
    margin-bottom: 40px;
  }
}
.cid-uLMRAIzUxG .card .content-wrapper .title-wrapper .title-wrap img {
  width: 32px;
  height: 32px;
  object-fit: contain;
  margin-right: 1rem;
}
.cid-uLMRAIzUxG .card .content-wrapper .title-wrapper .title-wrap .mbr-section-title {
  margin-bottom: 0;
}
.cid-uLMRAIzUxG .card .content-wrapper .copyright {
  margin-bottom: 20px;
}
@media (max-width: 992px) {
  .cid-uLMRAIzUxG .card .content-wrapper .copyright {
    margin-bottom: 40px;
  }
}
.cid-uLMRAIzUxG .card .social-wrapper .social-wrap {
  display: inline-flex;
  flex-wrap: wrap;
}
.cid-uLMRAIzUxG .card .social-wrapper .social-wrap .mbr-iconfont {
  font-size: 20px;
  margin-right: 48px;
  color: #ffffff;
}
.cid-uLMRAIzUxG .list-wrapper .mbr-card-title {
  margin-bottom: 16px;
}
.cid-uLMRAIzUxG .list-wrapper .list {
  margin: 0;
  padding: 0;
  list-style-type: none;
}
.cid-uLMRAIzUxG .list-wrapper .list .item-wrap {
  margin-bottom: 16px;
}
@media (max-width: 992px) {
  .cid-uLMRAIzUxG .list-wrapper .list {
    margin-bottom: 40px;
  }
}
.cid-uLMRAIzUxG .mbr-section-title {
  color: #ffffff;
}
.cid-uLMRAIzUxG .copyright {
  color: #ffffff;
}
.cid-uLMRAIzUxG .mbr-card-title {
  color: #D4FE00;
}
.cid-uLMRAIzUxG .list {
  color: #ffffff;
}
.cid-uLMT5bnPh6 .navbar-dropdown {
  background-color: #ffffff !important;
  padding: 0;
}
.cid-uLMT5bnPh6 .navbar.navbar-expand-lg .dropdown .dropdown-menu {
  background-color: #ffffff !important;
  background: #ffffff;
}
.cid-uLMT5bnPh6 .navbar.navbar-expand-lg .dropdown .dropdown-menu .dropdown-submenu {
  margin: 0;
  left: 100%;
}
@media (max-width: 991px) {
  .cid-uLMT5bnPh6 .menu_box .navbar.opened,
  .cid-uLMT5bnPh6 .menu_box .navbar-collapse {
    background-color: #ffffff !important;
    transition: all 0s ease 0s;
  }
}
.cid-uLMT5bnPh6 .navbar-dropdown {
  position: relative !important;
}
.cid-uLMT5bnPh6 .btn {
  min-height: auto;
  box-shadow: none;
  margin-top: 0;
}
.cid-uLMT5bnPh6 .btn:hover {
  box-shadow: none;
}
@media (min-width: 992px) {
  .cid-uLMT5bnPh6 .offcanvas_image img {
    width: auto;
    object-fit: cover;
    display: inline-block;
  }
  .cid-uLMT5bnPh6 .offcanvas-header {
    position: relative;
    padding: 0;
  }
  .cid-uLMT5bnPh6 .offcanvas-header .btn-close {
    position: absolute;
    top: -70px;
    right: 0;
    width: 35px;
    height: 30px;
  }
  .cid-uLMT5bnPh6 .offcanvas-body {
    text-align: center;
    padding: 0;
  }
  .cid-uLMT5bnPh6 .offcanvas-body .mbr-text,
  .cid-uLMT5bnPh6 .offcanvas-body .mbr-section-subtitle {
    margin-top: 14px;
  }
  .cid-uLMT5bnPh6 .offcanvas-body .offcanvas_contact {
    margin: 35px 0;
  }
  .cid-uLMT5bnPh6 .offcanvas_box button.btn_offcanvas {
    outline: none;
    width: 40px;
    height: 40px;
    cursor: pointer;
    transition: all 0.2s;
    position: relative;
    align-self: center;
  }
  .cid-uLMT5bnPh6 .offcanvas_box button.btn_offcanvas .hamburger span {
    position: absolute;
    right: 0;
    width: 40px;
    height: 2px;
    border-right: 5px;
    background-color: #474747;
  }
  .cid-uLMT5bnPh6 .offcanvas_box button.btn_offcanvas .hamburger span:nth-child(1) {
    top: 18px;
    transition: all 0.2s;
  }
  .cid-uLMT5bnPh6 .offcanvas_box button.btn_offcanvas .hamburger span:nth-child(2) {
    top: 25px;
    transition: all 0.2s;
  }
  .cid-uLMT5bnPh6 .offcanvas_box button.btn_offcanvas:hover .hamburger span {
    width: 36px;
  }
  .cid-uLMT5bnPh6 .offcanvas_box button.btn_offcanvas:hover .hamburger span:nth-child(2) {
    width: 33px;
    transition-delay: 0.2s;
  }
  .cid-uLMT5bnPh6 ul.navbar-nav {
    padding-bottom: 1.5rem;
  }
  .cid-uLMT5bnPh6 .dropdown-menu .dropdown-toggle[data-toggle="dropdown-submenu"]::after,
  .cid-uLMT5bnPh6 .link.dropdown-toggle::after {
    display: inline-block;
    width: 7px;
    height: 7px;
    margin-left: .5rem;
    margin-bottom: 2px;
    content: "";
    border: 2px solid;
    border-left: none;
    border-top: none;
    transform: rotate(-45deg);
  }
  .cid-uLMT5bnPh6 .link.dropdown-toggle::after {
    padding: 0 !important;
    transform: rotate(45deg);
  }
  .cid-uLMT5bnPh6 li.nav-item {
    position: relative;
    display: inline-block;
    padding: 1px 7px !important;
    vertical-align: middle;
    line-height: 2em !important;
    font-weight: 600 !important;
    text-decoration: none;
    letter-spacing: 0 !important;
    z-index: 1;
  }
  .cid-uLMT5bnPh6 .lg_brand {
    margin: 0 1rem;
  }
}
.cid-uLMT5bnPh6 .nav-item {
  margin: 4px 15px;
}
@media (min-width: 1200px) {
  .cid-uLMT5bnPh6 .nav-item {
    margin: 4px 20px;
  }
}
@media (max-width: 991px) {
  .cid-uLMT5bnPh6 .nav-item {
    margin: 0 !important;
  }
}
.cid-uLMT5bnPh6 .dropdown-menu {
  border-radius: 0;
  box-shadow: none;
  text-align: left;
}
@media (min-width: 992px) {
  .cid-uLMT5bnPh6 .dropdown-menu {
    padding: 18px 34px 22px;
    min-width: 250px;
    top: auto !important;
    left: -40px !important;
  }
  .cid-uLMT5bnPh6 .dropdown-menu.dropdown-submenu {
    left: 215px !important;
    top: -45% !important;
  }
}
@media (max-width: 991px) {
  .cid-uLMT5bnPh6 .dropdown-menu .dropdown-toggle[data-toggle="dropdown-submenu"]::after,
  .cid-uLMT5bnPh6 .link.dropdown-toggle::after {
    display: inline-block;
    width: 7px;
    height: 7px;
    margin-left: .5rem;
    margin-bottom: 2px;
    content: "";
    border: 2px solid;
    border-left: none;
    border-top: none;
    transform: rotate(-45deg);
    right: 15px;
    position: absolute;
    margin-top: -2px;
  }
  .cid-uLMT5bnPh6 .show.dropdown-toggle[aria-expanded="true"]::after {
    transform: rotate(45deg);
    margin-top: -4px;
  }
  .cid-uLMT5bnPh6 .offcanvas_box {
    display: none;
  }
}
.cid-uLMT5bnPh6 .dropdown-item {
  border: none;
  font-weight: 400 !important;
}
.cid-uLMT5bnPh6 .nav-dropdown .link {
  font-weight: 400 !important;
  padding: 0 !important;
  margin: 0 !important;
}
.cid-uLMT5bnPh6 .nav-dropdown .link.dropdown-toggle::after {
  margin-left: 0.5rem;
  margin-top: 0;
}
.cid-uLMT5bnPh6 .container {
  display: flex;
  margin: auto;
}
.cid-uLMT5bnPh6 .iconfont-wrapper {
  color: #e0bdb6;
  font-size: 17px;
  margin-right: 10px;
  margin-bottom: 5px;
  width: 25px;
  height: 25px;
  border-radius: 50%;
  display: flex;
  justify-content: center;
  align-items: center;
  transition: all 0.2s ease-in-out;
}
.cid-uLMT5bnPh6 .iconfont-wrapper:last-child {
  margin-right: 0;
}
.cid-uLMT5bnPh6 .iconfont-wrapper:hover {
  opacity: .5;
}
.cid-uLMT5bnPh6 .navbar-caption {
  color: #747474;
}
.cid-uLMT5bnPh6 .navbar-nav {
  margin: 0 1rem;
}
@media (min-width: 992px) {
  .cid-uLMT5bnPh6 .navbar-nav {
    margin: 0;
  }
}
.cid-uLMT5bnPh6 .dropdown-menu,
.cid-uLMT5bnPh6 .navbar.opened {
  background-color: false !important;
}
.cid-uLMT5bnPh6 .nav-item:focus,
.cid-uLMT5bnPh6 .nav-link:focus {
  outline: none;
}
.cid-uLMT5bnPh6 .dropdown .dropdown-menu .dropdown-item {
  width: auto;
  transition: all 0.25s ease-in-out;
}
.cid-uLMT5bnPh6 .dropdown .dropdown-menu .dropdown-item::after {
  right: 0.5rem;
}
.cid-uLMT5bnPh6 .dropdown .dropdown-menu .dropdown-item .mbr-iconfont {
  margin-right: 0.5rem;
  vertical-align: sub;
}
.cid-uLMT5bnPh6 .dropdown .dropdown-menu .dropdown-item .mbr-iconfont:before {
  display: inline-block;
  transform: scale(1, 1);
  transition: all 0.25s ease-in-out;
}
.cid-uLMT5bnPh6 .collapsed .dropdown-menu .dropdown-item:before {
  display: none;
}
.cid-uLMT5bnPh6 .collapsed .dropdown .dropdown-menu .dropdown-item {
  padding: 0.235em 1.5em 0.235em 1.5em !important;
  transition: none;
  margin: 0 !important;
}
.cid-uLMT5bnPh6 .navbar {
  min-height: 70px;
  padding: 20px 0;
  transition: all 0.3s;
  border-bottom-width: 0px;
}
@media (max-width: 992px) {
  .cid-uLMT5bnPh6 .navbar {
    min-height: 30px;
    max-height: 90px;
  }
}
.cid-uLMT5bnPh6 .navbar.opened {
  transition: all 0.3s;
}
.cid-uLMT5bnPh6 .navbar .dropdown-item {
  padding: 0;
  margin: 8px 0;
}
.cid-uLMT5bnPh6 .navbar .navbar-logo img {
  width: auto;
  object-fit: contain;
  border-radius: 0;
}
.cid-uLMT5bnPh6 .navbar .navbar-collapse {
  justify-content: space-between;
  z-index: 1;
}
.cid-uLMT5bnPh6 .navbar.collapsed {
  justify-content: center;
}
.cid-uLMT5bnPh6 .navbar.collapsed .nav-item .nav-link::before {
  display: none;
}
.cid-uLMT5bnPh6 .navbar.collapsed.opened .dropdown-menu {
  top: 0;
}
.cid-uLMT5bnPh6 .navbar.collapsed .dropdown-menu .dropdown-submenu {
  left: 0 !important;
}
.cid-uLMT5bnPh6 .navbar.collapsed .dropdown-menu .dropdown-item:after {
  right: auto;
}
.cid-uLMT5bnPh6 .navbar.collapsed ul.navbar-nav li {
  margin: auto;
}
.cid-uLMT5bnPh6 .navbar.collapsed .dropdown-menu .dropdown-item {
  padding: 0.25rem 1.5rem;
  text-align: left;
}
.cid-uLMT5bnPh6 .navbar.collapsed .icons-menu {
  padding: 0;
}
@media (max-width: 991px) {
  .cid-uLMT5bnPh6 .navbar .nav-item {
    padding: .5rem 0;
  }
  .cid-uLMT5bnPh6 .navbar .navbar-collapse {
    padding: 34px 0;
    border-radius: 25px;
  }
  .cid-uLMT5bnPh6 .navbar .nav-item .nav-link::before {
    display: none;
  }
  .cid-uLMT5bnPh6 .navbar.opened .dropdown-menu {
    top: 0;
  }
  .cid-uLMT5bnPh6 .navbar .dropdown-menu {
    padding: 6px 0 6px 15px;
  }
  .cid-uLMT5bnPh6 .navbar .dropdown-menu .dropdown-submenu {
    left: 0 !important;
  }
  .cid-uLMT5bnPh6 .navbar .dropdown-menu .dropdown-item:after {
    right: auto;
    margin-top: -0.4rem;
  }
  .cid-uLMT5bnPh6 .navbar .navbar-logo img {
    height: 3rem !important;
  }
  .cid-uLMT5bnPh6 .navbar ul.navbar-nav {
    overflow: hidden;
  }
  .cid-uLMT5bnPh6 .navbar ul.navbar-nav li {
    margin: 0;
  }
  .cid-uLMT5bnPh6 .navbar .dropdown-menu .dropdown-item {
    padding: 0 !important;
    margin: 0;
    margin-top: 8px;
    text-align: left;
  }
  .cid-uLMT5bnPh6 .navbar .navbar-brand {
    flex-shrink: initial;
    flex-basis: auto;
    word-break: break-word;
    padding-right: 2rem;
  }
  .cid-uLMT5bnPh6 .navbar .navbar-toggler {
    flex-basis: auto;
  }
  .cid-uLMT5bnPh6 .navbar .icons-menu {
    padding: 0;
  }
}
.cid-uLMT5bnPh6 .navbar.navbar-short {
  min-height: 60px;
}
.cid-uLMT5bnPh6 .navbar.navbar-short .navbar-logo img {
  height: 2.5rem !important;
}
.cid-uLMT5bnPh6 .navbar.navbar-short .navbar-brand {
  min-height: 60px;
  padding: 0;
}
.cid-uLMT5bnPh6 .navbar-brand {
  min-height: 70px;
  flex-shrink: 0;
  align-items: center;
  margin-right: 0;
  padding: 10px 0;
  transition: all 0.3s;
  word-break: break-word;
  z-index: 1;
}
.cid-uLMT5bnPh6 .navbar-brand .navbar-caption {
  line-height: inherit !important;
}
.cid-uLMT5bnPh6 .navbar-brand .navbar-logo a {
  outline: none;
}
.cid-uLMT5bnPh6 .dropdown-item.active,
.cid-uLMT5bnPh6 .dropdown-item:active {
  background-color: transparent;
}
.cid-uLMT5bnPh6 .navbar-expand-lg .navbar-nav .nav-link {
  padding: 0;
}
.cid-uLMT5bnPh6 .nav-dropdown .link.dropdown-toggle {
  margin-right: 1.667em;
}
.cid-uLMT5bnPh6 .nav-dropdown .link.dropdown-toggle[aria-expanded="true"] {
  margin-right: 0;
  padding: 0.667em 1.667em;
}
.cid-uLMT5bnPh6 .navbar .dropdown.open > .dropdown-menu {
  display: block;
}
.cid-uLMT5bnPh6 ul.navbar-nav {
  flex-wrap: wrap;
  padding: 36px 0;
  border-bottom: 1px solid #0e132f;
}
.cid-uLMT5bnPh6 .navbar-buttons {
  text-align: center;
  min-width: 170px;
}
.cid-uLMT5bnPh6 button.navbar-toggler {
  outline: none;
  width: 48px;
  height: 48px;
  border-radius: 50%;
  cursor: pointer;
  transition: all 0.2s;
  position: relative;
  align-self: center;
  color: #ffffff;
  background: #ffffff;
}
.cid-uLMT5bnPh6 button.navbar-toggler .hamburger span {
  position: absolute;
  right: 10px;
  margin-top: 14px;
  width: 26px;
  height: 2px;
  border-right: 5px;
  background-color: #474747;
}
.cid-uLMT5bnPh6 button.navbar-toggler .hamburger span:nth-child(1) {
  top: 0;
  transition: all 0.2s;
}
.cid-uLMT5bnPh6 button.navbar-toggler .hamburger span:nth-child(2) {
  top: 8px;
  transition: all 0.15s;
}
.cid-uLMT5bnPh6 button.navbar-toggler .hamburger span:nth-child(3) {
  top: 8px;
  transition: all 0.15s;
}
.cid-uLMT5bnPh6 button.navbar-toggler .hamburger span:nth-child(4) {
  top: 16px;
  transition: all 0.2s;
}
.cid-uLMT5bnPh6 nav.opened .hamburger span:nth-child(1) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-uLMT5bnPh6 nav.opened .hamburger span:nth-child(2) {
  transform: rotate(45deg);
  transition: all 0.25s;
}
.cid-uLMT5bnPh6 nav.opened .hamburger span:nth-child(3) {
  transform: rotate(-45deg);
  transition: all 0.25s;
}
.cid-uLMT5bnPh6 nav.opened .hamburger span:nth-child(4) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-uLMT5bnPh6 a.nav-link {
  display: flex;
  align-items: center;
  justify-content: flex-start;
}
.cid-uLMT5bnPh6 .icons-menu {
  flex-wrap: nowrap;
  display: flex;
  justify-content: center;
  padding: 0;
  text-align: center;
  margin-bottom: 35px;
}
@media screen and (-ms-high-contrast: active), (-ms-high-contrast: none) {
  .cid-uLMT5bnPh6 .navbar {
    height: 70px;
  }
  .cid-uLMT5bnPh6 .navbar.opened {
    height: auto;
  }
  .cid-uLMT5bnPh6 .nav-item .nav-link:hover::before {
    width: 175%;
    max-width: calc(100% + 2rem);
    left: -1rem;
  }
}
.cid-uLMT5bnPh6 .navbar-dropdown .navbar-logo {
  margin-right: 15px;
}
@media (min-width: 768px) {
  .cid-uLMT5bnPh6 .container-fluid {
    padding-left: 30px;
    padding-right: 30px;
  }
}
.cid-uLMT5bnPh6 .mbr-section-btn-main {
  padding-top: 5px;
}
.cid-uLMT5bnPh6 .mbr-section-btn-main .btn {
  margin: 0 4px 4px 4px;
}
.cid-uLMT5bnPh6 .navbar-caption:hover {
  color: #2554ab;
}
@media (min-width: 992px) {
  .cid-uLMT5bnPh6 .dropdown-menu.dropdown-submenu {
    left: 175px !important;
    top: -45% !important;
  }
}
.cid-uLMT5bnPh6 .nav-link {
  position: relative;
}
.cid-uLMT5bnPh6 .nav-link:before {
  content: '';
  position: absolute;
  left: -12px;
  width: 6px;
  height: 6px;
  border-radius: 100%;
  background-color: #2554ab;
  transition: all .3s ease;
  opacity: 0;
}
.cid-uLMT5bnPh6 .nav-link:hover:before {
  opacity: 1;
}
.cid-uLMT5bnPh6 .mbr-section-subtitle {
  color: #ffffff;
}
.cid-uLMT5bnPh6 .mbr-text {
  color: #ffffff;
  text-align: center;
}
.cid-uLMT5bnPh6 .text_widget {
  color: #ffffff;
}
.cid-uLMT5bnPh6 .mbr-section-subtitle,
.cid-uLMT5bnPh6 .text_widget,
.cid-uLMT5bnPh6 .mbr-section-btn {
  text-align: center;
}
.cid-uLMT5bnPh6 a[class*="text-"]:not(.nav-link):not(.dropdown-item):not([role]):not(.navbar-caption):hover {
  background-image: none;
}
.cid-uC5mOJN7IQ {
  padding-top: 0rem;
  padding-bottom: 0rem;
  background-color: #ffffff;
}
.cid-uC5mOJN7IQ .item-img {
  position: relative;
  overflow: hidden;
}
.cid-uC5mOJN7IQ .item-img:before {
  content: '';
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
  left: 0;
  background: black;
  opacity: 0.3;
  z-index: 1;
  transition: all 0.3s;
  pointer-events: none;
}
.cid-uC5mOJN7IQ h5 {
  margin-bottom: 1rem;
}
.cid-uC5mOJN7IQ .item-content {
  position: absolute;
  top: 55%;
  right: 0;
  z-index: 2;
  width: 100%;
  transform: translateY(-50%);
  padding: 2rem 8rem;
  display: flex;
  flex-direction: column;
  height: 50%;
}
@media (max-width: 767px) {
  .cid-uC5mOJN7IQ .item-content {
    padding: 0 2rem 1.5rem;
    margin-top: 1rem;
  }
}
.cid-uC5mOJN7IQ img,
.cid-uC5mOJN7IQ .item-img {
  width: 100%;
  transition: all 0.3s;
  height: 100%;
  height: 400px;
  object-fit: cover;
}
.cid-uC5mOJN7IQ .item:focus,
.cid-uC5mOJN7IQ span:focus {
  outline: none;
}
.cid-uC5mOJN7IQ .item {
  margin-bottom: 2rem;
}
@media (max-width: 767px) {
  .cid-uC5mOJN7IQ .item {
    margin-bottom: 1rem;
  }
}
.cid-uC5mOJN7IQ .item-wrapper {
  position: relative;
  border-radius: 15px;
  height: 100%;
  display: flex;
  flex-flow: column nowrap;
}
.cid-uC5mOJN7IQ .mbr-section-title {
  color: #4e423d;
}
.cid-uC5mOJN7IQ .item-title {
  text-align: left;
  color: #ffffff;
}
.cid-uC5mOJN7IQ .item-subtitle {
  text-align: left;
  color: #ffffff;
}
.cid-uC5mOJN7IQ .mbr-text,
.cid-uC5mOJN7IQ .item .mbr-section-btn {
  text-align: left;
  color: #ffffff;
}
.cid-uC5mOJN7IQ .content-head {
  max-width: 800px;
}
.cid-uC5mOKhCxO {
  padding-top: 1rem;
  padding-bottom: 5rem;
  background-color: #fafafa;
}
.cid-uC5mOKhCxO .mbr-section-title {
  margin-bottom: 1em;
  color: #272727;
}
.cid-uC5mOKhCxO .mbr-section-subtitle {
  margin-bottom: 1.5625em;
  color: #272727;
  opacity: 0.4;
}
.cid-uC5mOKhCxO .item-row {
  display: grid;
  -webkit-box-align: stretch;
  -webkit-align-items: stretch;
  -ms-flex-align: stretch;
  align-items: stretch;
  grid-auto-columns: 1fr;
  grid-column-gap: 16px;
  grid-row-gap: 16px;
  grid-template-columns: repeat(4, 1fr);
  -ms-grid-rows: auto;
  grid-template-rows: auto;
}
@media (max-width: 1199px) {
  .cid-uC5mOKhCxO .item-row {
    grid-template-columns: repeat(2, 1fr);
  }
}
@media (max-width: 767px) {
  .cid-uC5mOKhCxO .item-row {
    grid-template-columns: repeat(1, 1fr);
  }
}
.cid-uC5mOKhCxO .item {
  padding: 0;
}
.cid-uC5mOKhCxO .item-wrapper {
  display: flex;
  flex-direction: column;
  align-items: stretch;
  height: 100%;
  width: 100%;
  border-radius: 10px;
  overflow: hidden;
  transform-style: preserve-3d;
  transition: .3s all;
  border: 2px solid transparent;
}
.cid-uC5mOKhCxO .item-wrapper:hover {
  transform: scale3d(1.01, 1.01, 1);
  border-color: #fafafa;
}
.cid-uC5mOKhCxO .item-img {
  display: flex;
  align-items: center;
  justify-content: center;
  height: 175px;
}
.cid-uC5mOKhCxO .item-img img {
  width: 100%;
  object-fit: cover;
  height: 100%;
}
.cid-uC5mOKhCxO .item-content {
  display: flex;
  flex-direction: column;
  align-items: stretch;
  width: 100%;
  padding: 20px 5% 6%;
  flex-grow: 1;
  background-color: #ffffff;
}
.cid-uC5mOKhCxO .item-text-wrap {
  width: 100%;
  margin-bottom: 5.3em;
}
@media (max-width: 1199px) {
  .cid-uC5mOKhCxO .item-text-wrap {
    margin-bottom: 4em;
  }
}
@media (max-width: 767px) {
  .cid-uC5mOKhCxO .item-text-wrap {
    margin-bottom: 2em;
    max-width: 340px;
    margin-right: auto;
  }
}
.cid-uC5mOKhCxO .item-title {
  color: #272727;
  margin-bottom: 0.52em;
}
.cid-uC5mOKhCxO .item-subtitle {
  color: #272727;
  opacity: 0.52em;
}
.cid-uC5mOKhCxO .card-bottom {
  display: flex;
  flex-direction: column;
  align-items: stretch;
  margin-top: auto;
}
.cid-uC5mOKhCxO .item-name-wrap {
  display: flex;
  align-items: center;
  width: 100%;
}
.cid-uC5mOKhCxO .image-wrapper {
  width: 35px;
  height: 35px;
  margin-right: 10px;
  border-radius: 300px;
  overflow: hidden;
}
.cid-uC5mOKhCxO .image-wrapper img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.cid-uC5mOKhCxO .mbr-text {
  flex-grow: 1;
  color: #272727;
  text-align: right;
}
.cid-uC5mOKhCxO .mbr-section-btn {
  display: flex;
  margin-top: 20px;
  width: auto !important;
}
.cid-uC5mOKhCxO .mbr-section-btn .btn {
  width: 100%;
  min-width: auto !important;
}
.cid-uLMRAIzUxG {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-color: #0e132f;
}
.cid-uLMRAIzUxG .mbr-fallback-image.disabled {
  display: none;
}
.cid-uLMRAIzUxG .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-uLMRAIzUxG .container {
    padding: 0 16px;
  }
}
.cid-uLMRAIzUxG .card {
  display: flex;
  flex-direction: column;
  justify-content: space-between;
}
@media (max-width: 992px) {
  .cid-uLMRAIzUxG .card {
    margin-bottom: 40px;
  }
}
.cid-uLMRAIzUxG .card .content-wrapper .title-wrapper .title-wrap {
  display: inline-flex;
  align-items: center;
  margin-bottom: 16px;
}
@media (max-width: 992px) {
  .cid-uLMRAIzUxG .card .content-wrapper .title-wrapper .title-wrap {
    margin-bottom: 40px;
  }
}
.cid-uLMRAIzUxG .card .content-wrapper .title-wrapper .title-wrap img {
  width: 32px;
  height: 32px;
  object-fit: contain;
  margin-right: 1rem;
}
.cid-uLMRAIzUxG .card .content-wrapper .title-wrapper .title-wrap .mbr-section-title {
  margin-bottom: 0;
}
.cid-uLMRAIzUxG .card .content-wrapper .copyright {
  margin-bottom: 20px;
}
@media (max-width: 992px) {
  .cid-uLMRAIzUxG .card .content-wrapper .copyright {
    margin-bottom: 40px;
  }
}
.cid-uLMRAIzUxG .card .social-wrapper .social-wrap {
  display: inline-flex;
  flex-wrap: wrap;
}
.cid-uLMRAIzUxG .card .social-wrapper .social-wrap .mbr-iconfont {
  font-size: 20px;
  margin-right: 48px;
  color: #ffffff;
}
.cid-uLMRAIzUxG .list-wrapper .mbr-card-title {
  margin-bottom: 16px;
}
.cid-uLMRAIzUxG .list-wrapper .list {
  margin: 0;
  padding: 0;
  list-style-type: none;
}
.cid-uLMRAIzUxG .list-wrapper .list .item-wrap {
  margin-bottom: 16px;
}
@media (max-width: 992px) {
  .cid-uLMRAIzUxG .list-wrapper .list {
    margin-bottom: 40px;
  }
}
.cid-uLMRAIzUxG .mbr-section-title {
  color: #ffffff;
}
.cid-uLMRAIzUxG .copyright {
  color: #ffffff;
}
.cid-uLMRAIzUxG .mbr-card-title {
  color: #D4FE00;
}
.cid-uLMRAIzUxG .list {
  color: #ffffff;
}
.cid-uLMT5bnPh6 .navbar-dropdown {
  background-color: #ffffff !important;
  padding: 0;
}
.cid-uLMT5bnPh6 .navbar.navbar-expand-lg .dropdown .dropdown-menu {
  background-color: #ffffff !important;
  background: #ffffff;
}
.cid-uLMT5bnPh6 .navbar.navbar-expand-lg .dropdown .dropdown-menu .dropdown-submenu {
  margin: 0;
  left: 100%;
}
@media (max-width: 991px) {
  .cid-uLMT5bnPh6 .menu_box .navbar.opened,
  .cid-uLMT5bnPh6 .menu_box .navbar-collapse {
    background-color: #ffffff !important;
    transition: all 0s ease 0s;
  }
}
.cid-uLMT5bnPh6 .navbar-dropdown {
  position: relative !important;
}
.cid-uLMT5bnPh6 .btn {
  min-height: auto;
  box-shadow: none;
  margin-top: 0;
}
.cid-uLMT5bnPh6 .btn:hover {
  box-shadow: none;
}
@media (min-width: 992px) {
  .cid-uLMT5bnPh6 .offcanvas_image img {
    width: auto;
    object-fit: cover;
    display: inline-block;
  }
  .cid-uLMT5bnPh6 .offcanvas-header {
    position: relative;
    padding: 0;
  }
  .cid-uLMT5bnPh6 .offcanvas-header .btn-close {
    position: absolute;
    top: -70px;
    right: 0;
    width: 35px;
    height: 30px;
  }
  .cid-uLMT5bnPh6 .offcanvas-body {
    text-align: center;
    padding: 0;
  }
  .cid-uLMT5bnPh6 .offcanvas-body .mbr-text,
  .cid-uLMT5bnPh6 .offcanvas-body .mbr-section-subtitle {
    margin-top: 14px;
  }
  .cid-uLMT5bnPh6 .offcanvas-body .offcanvas_contact {
    margin: 35px 0;
  }
  .cid-uLMT5bnPh6 .offcanvas_box button.btn_offcanvas {
    outline: none;
    width: 40px;
    height: 40px;
    cursor: pointer;
    transition: all 0.2s;
    position: relative;
    align-self: center;
  }
  .cid-uLMT5bnPh6 .offcanvas_box button.btn_offcanvas .hamburger span {
    position: absolute;
    right: 0;
    width: 40px;
    height: 2px;
    border-right: 5px;
    background-color: #474747;
  }
  .cid-uLMT5bnPh6 .offcanvas_box button.btn_offcanvas .hamburger span:nth-child(1) {
    top: 18px;
    transition: all 0.2s;
  }
  .cid-uLMT5bnPh6 .offcanvas_box button.btn_offcanvas .hamburger span:nth-child(2) {
    top: 25px;
    transition: all 0.2s;
  }
  .cid-uLMT5bnPh6 .offcanvas_box button.btn_offcanvas:hover .hamburger span {
    width: 36px;
  }
  .cid-uLMT5bnPh6 .offcanvas_box button.btn_offcanvas:hover .hamburger span:nth-child(2) {
    width: 33px;
    transition-delay: 0.2s;
  }
  .cid-uLMT5bnPh6 ul.navbar-nav {
    padding-bottom: 1.5rem;
  }
  .cid-uLMT5bnPh6 .dropdown-menu .dropdown-toggle[data-toggle="dropdown-submenu"]::after,
  .cid-uLMT5bnPh6 .link.dropdown-toggle::after {
    display: inline-block;
    width: 7px;
    height: 7px;
    margin-left: .5rem;
    margin-bottom: 2px;
    content: "";
    border: 2px solid;
    border-left: none;
    border-top: none;
    transform: rotate(-45deg);
  }
  .cid-uLMT5bnPh6 .link.dropdown-toggle::after {
    padding: 0 !important;
    transform: rotate(45deg);
  }
  .cid-uLMT5bnPh6 li.nav-item {
    position: relative;
    display: inline-block;
    padding: 1px 7px !important;
    vertical-align: middle;
    line-height: 2em !important;
    font-weight: 600 !important;
    text-decoration: none;
    letter-spacing: 0 !important;
    z-index: 1;
  }
  .cid-uLMT5bnPh6 .lg_brand {
    margin: 0 1rem;
  }
}
.cid-uLMT5bnPh6 .nav-item {
  margin: 4px 15px;
}
@media (min-width: 1200px) {
  .cid-uLMT5bnPh6 .nav-item {
    margin: 4px 20px;
  }
}
@media (max-width: 991px) {
  .cid-uLMT5bnPh6 .nav-item {
    margin: 0 !important;
  }
}
.cid-uLMT5bnPh6 .dropdown-menu {
  border-radius: 0;
  box-shadow: none;
  text-align: left;
}
@media (min-width: 992px) {
  .cid-uLMT5bnPh6 .dropdown-menu {
    padding: 18px 34px 22px;
    min-width: 250px;
    top: auto !important;
    left: -40px !important;
  }
  .cid-uLMT5bnPh6 .dropdown-menu.dropdown-submenu {
    left: 215px !important;
    top: -45% !important;
  }
}
@media (max-width: 991px) {
  .cid-uLMT5bnPh6 .dropdown-menu .dropdown-toggle[data-toggle="dropdown-submenu"]::after,
  .cid-uLMT5bnPh6 .link.dropdown-toggle::after {
    display: inline-block;
    width: 7px;
    height: 7px;
    margin-left: .5rem;
    margin-bottom: 2px;
    content: "";
    border: 2px solid;
    border-left: none;
    border-top: none;
    transform: rotate(-45deg);
    right: 15px;
    position: absolute;
    margin-top: -2px;
  }
  .cid-uLMT5bnPh6 .show.dropdown-toggle[aria-expanded="true"]::after {
    transform: rotate(45deg);
    margin-top: -4px;
  }
  .cid-uLMT5bnPh6 .offcanvas_box {
    display: none;
  }
}
.cid-uLMT5bnPh6 .dropdown-item {
  border: none;
  font-weight: 400 !important;
}
.cid-uLMT5bnPh6 .nav-dropdown .link {
  font-weight: 400 !important;
  padding: 0 !important;
  margin: 0 !important;
}
.cid-uLMT5bnPh6 .nav-dropdown .link.dropdown-toggle::after {
  margin-left: 0.5rem;
  margin-top: 0;
}
.cid-uLMT5bnPh6 .container {
  display: flex;
  margin: auto;
}
.cid-uLMT5bnPh6 .iconfont-wrapper {
  color: #e0bdb6;
  font-size: 17px;
  margin-right: 10px;
  margin-bottom: 5px;
  width: 25px;
  height: 25px;
  border-radius: 50%;
  display: flex;
  justify-content: center;
  align-items: center;
  transition: all 0.2s ease-in-out;
}
.cid-uLMT5bnPh6 .iconfont-wrapper:last-child {
  margin-right: 0;
}
.cid-uLMT5bnPh6 .iconfont-wrapper:hover {
  opacity: .5;
}
.cid-uLMT5bnPh6 .navbar-caption {
  color: #747474;
}
.cid-uLMT5bnPh6 .navbar-nav {
  margin: 0 1rem;
}
@media (min-width: 992px) {
  .cid-uLMT5bnPh6 .navbar-nav {
    margin: 0;
  }
}
.cid-uLMT5bnPh6 .dropdown-menu,
.cid-uLMT5bnPh6 .navbar.opened {
  background-color: false !important;
}
.cid-uLMT5bnPh6 .nav-item:focus,
.cid-uLMT5bnPh6 .nav-link:focus {
  outline: none;
}
.cid-uLMT5bnPh6 .dropdown .dropdown-menu .dropdown-item {
  width: auto;
  transition: all 0.25s ease-in-out;
}
.cid-uLMT5bnPh6 .dropdown .dropdown-menu .dropdown-item::after {
  right: 0.5rem;
}
.cid-uLMT5bnPh6 .dropdown .dropdown-menu .dropdown-item .mbr-iconfont {
  margin-right: 0.5rem;
  vertical-align: sub;
}
.cid-uLMT5bnPh6 .dropdown .dropdown-menu .dropdown-item .mbr-iconfont:before {
  display: inline-block;
  transform: scale(1, 1);
  transition: all 0.25s ease-in-out;
}
.cid-uLMT5bnPh6 .collapsed .dropdown-menu .dropdown-item:before {
  display: none;
}
.cid-uLMT5bnPh6 .collapsed .dropdown .dropdown-menu .dropdown-item {
  padding: 0.235em 1.5em 0.235em 1.5em !important;
  transition: none;
  margin: 0 !important;
}
.cid-uLMT5bnPh6 .navbar {
  min-height: 70px;
  padding: 20px 0;
  transition: all 0.3s;
  border-bottom-width: 0px;
}
@media (max-width: 992px) {
  .cid-uLMT5bnPh6 .navbar {
    min-height: 30px;
    max-height: 90px;
  }
}
.cid-uLMT5bnPh6 .navbar.opened {
  transition: all 0.3s;
}
.cid-uLMT5bnPh6 .navbar .dropdown-item {
  padding: 0;
  margin: 8px 0;
}
.cid-uLMT5bnPh6 .navbar .navbar-logo img {
  width: auto;
  object-fit: contain;
  border-radius: 0;
}
.cid-uLMT5bnPh6 .navbar .navbar-collapse {
  justify-content: space-between;
  z-index: 1;
}
.cid-uLMT5bnPh6 .navbar.collapsed {
  justify-content: center;
}
.cid-uLMT5bnPh6 .navbar.collapsed .nav-item .nav-link::before {
  display: none;
}
.cid-uLMT5bnPh6 .navbar.collapsed.opened .dropdown-menu {
  top: 0;
}
.cid-uLMT5bnPh6 .navbar.collapsed .dropdown-menu .dropdown-submenu {
  left: 0 !important;
}
.cid-uLMT5bnPh6 .navbar.collapsed .dropdown-menu .dropdown-item:after {
  right: auto;
}
.cid-uLMT5bnPh6 .navbar.collapsed ul.navbar-nav li {
  margin: auto;
}
.cid-uLMT5bnPh6 .navbar.collapsed .dropdown-menu .dropdown-item {
  padding: 0.25rem 1.5rem;
  text-align: left;
}
.cid-uLMT5bnPh6 .navbar.collapsed .icons-menu {
  padding: 0;
}
@media (max-width: 991px) {
  .cid-uLMT5bnPh6 .navbar .nav-item {
    padding: .5rem 0;
  }
  .cid-uLMT5bnPh6 .navbar .navbar-collapse {
    padding: 34px 0;
    border-radius: 25px;
  }
  .cid-uLMT5bnPh6 .navbar .nav-item .nav-link::before {
    display: none;
  }
  .cid-uLMT5bnPh6 .navbar.opened .dropdown-menu {
    top: 0;
  }
  .cid-uLMT5bnPh6 .navbar .dropdown-menu {
    padding: 6px 0 6px 15px;
  }
  .cid-uLMT5bnPh6 .navbar .dropdown-menu .dropdown-submenu {
    left: 0 !important;
  }
  .cid-uLMT5bnPh6 .navbar .dropdown-menu .dropdown-item:after {
    right: auto;
    margin-top: -0.4rem;
  }
  .cid-uLMT5bnPh6 .navbar .navbar-logo img {
    height: 3rem !important;
  }
  .cid-uLMT5bnPh6 .navbar ul.navbar-nav {
    overflow: hidden;
  }
  .cid-uLMT5bnPh6 .navbar ul.navbar-nav li {
    margin: 0;
  }
  .cid-uLMT5bnPh6 .navbar .dropdown-menu .dropdown-item {
    padding: 0 !important;
    margin: 0;
    margin-top: 8px;
    text-align: left;
  }
  .cid-uLMT5bnPh6 .navbar .navbar-brand {
    flex-shrink: initial;
    flex-basis: auto;
    word-break: break-word;
    padding-right: 2rem;
  }
  .cid-uLMT5bnPh6 .navbar .navbar-toggler {
    flex-basis: auto;
  }
  .cid-uLMT5bnPh6 .navbar .icons-menu {
    padding: 0;
  }
}
.cid-uLMT5bnPh6 .navbar.navbar-short {
  min-height: 60px;
}
.cid-uLMT5bnPh6 .navbar.navbar-short .navbar-logo img {
  height: 2.5rem !important;
}
.cid-uLMT5bnPh6 .navbar.navbar-short .navbar-brand {
  min-height: 60px;
  padding: 0;
}
.cid-uLMT5bnPh6 .navbar-brand {
  min-height: 70px;
  flex-shrink: 0;
  align-items: center;
  margin-right: 0;
  padding: 10px 0;
  transition: all 0.3s;
  word-break: break-word;
  z-index: 1;
}
.cid-uLMT5bnPh6 .navbar-brand .navbar-caption {
  line-height: inherit !important;
}
.cid-uLMT5bnPh6 .navbar-brand .navbar-logo a {
  outline: none;
}
.cid-uLMT5bnPh6 .dropdown-item.active,
.cid-uLMT5bnPh6 .dropdown-item:active {
  background-color: transparent;
}
.cid-uLMT5bnPh6 .navbar-expand-lg .navbar-nav .nav-link {
  padding: 0;
}
.cid-uLMT5bnPh6 .nav-dropdown .link.dropdown-toggle {
  margin-right: 1.667em;
}
.cid-uLMT5bnPh6 .nav-dropdown .link.dropdown-toggle[aria-expanded="true"] {
  margin-right: 0;
  padding: 0.667em 1.667em;
}
.cid-uLMT5bnPh6 .navbar .dropdown.open > .dropdown-menu {
  display: block;
}
.cid-uLMT5bnPh6 ul.navbar-nav {
  flex-wrap: wrap;
  padding: 36px 0;
  border-bottom: 1px solid #0e132f;
}
.cid-uLMT5bnPh6 .navbar-buttons {
  text-align: center;
  min-width: 170px;
}
.cid-uLMT5bnPh6 button.navbar-toggler {
  outline: none;
  width: 48px;
  height: 48px;
  border-radius: 50%;
  cursor: pointer;
  transition: all 0.2s;
  position: relative;
  align-self: center;
  color: #ffffff;
  background: #ffffff;
}
.cid-uLMT5bnPh6 button.navbar-toggler .hamburger span {
  position: absolute;
  right: 10px;
  margin-top: 14px;
  width: 26px;
  height: 2px;
  border-right: 5px;
  background-color: #474747;
}
.cid-uLMT5bnPh6 button.navbar-toggler .hamburger span:nth-child(1) {
  top: 0;
  transition: all 0.2s;
}
.cid-uLMT5bnPh6 button.navbar-toggler .hamburger span:nth-child(2) {
  top: 8px;
  transition: all 0.15s;
}
.cid-uLMT5bnPh6 button.navbar-toggler .hamburger span:nth-child(3) {
  top: 8px;
  transition: all 0.15s;
}
.cid-uLMT5bnPh6 button.navbar-toggler .hamburger span:nth-child(4) {
  top: 16px;
  transition: all 0.2s;
}
.cid-uLMT5bnPh6 nav.opened .hamburger span:nth-child(1) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-uLMT5bnPh6 nav.opened .hamburger span:nth-child(2) {
  transform: rotate(45deg);
  transition: all 0.25s;
}
.cid-uLMT5bnPh6 nav.opened .hamburger span:nth-child(3) {
  transform: rotate(-45deg);
  transition: all 0.25s;
}
.cid-uLMT5bnPh6 nav.opened .hamburger span:nth-child(4) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-uLMT5bnPh6 a.nav-link {
  display: flex;
  align-items: center;
  justify-content: flex-start;
}
.cid-uLMT5bnPh6 .icons-menu {
  flex-wrap: nowrap;
  display: flex;
  justify-content: center;
  padding: 0;
  text-align: center;
  margin-bottom: 35px;
}
@media screen and (-ms-high-contrast: active), (-ms-high-contrast: none) {
  .cid-uLMT5bnPh6 .navbar {
    height: 70px;
  }
  .cid-uLMT5bnPh6 .navbar.opened {
    height: auto;
  }
  .cid-uLMT5bnPh6 .nav-item .nav-link:hover::before {
    width: 175%;
    max-width: calc(100% + 2rem);
    left: -1rem;
  }
}
.cid-uLMT5bnPh6 .navbar-dropdown .navbar-logo {
  margin-right: 15px;
}
@media (min-width: 768px) {
  .cid-uLMT5bnPh6 .container-fluid {
    padding-left: 30px;
    padding-right: 30px;
  }
}
.cid-uLMT5bnPh6 .mbr-section-btn-main {
  padding-top: 5px;
}
.cid-uLMT5bnPh6 .mbr-section-btn-main .btn {
  margin: 0 4px 4px 4px;
}
.cid-uLMT5bnPh6 .navbar-caption:hover {
  color: #2554ab;
}
@media (min-width: 992px) {
  .cid-uLMT5bnPh6 .dropdown-menu.dropdown-submenu {
    left: 175px !important;
    top: -45% !important;
  }
}
.cid-uLMT5bnPh6 .nav-link {
  position: relative;
}
.cid-uLMT5bnPh6 .nav-link:before {
  content: '';
  position: absolute;
  left: -12px;
  width: 6px;
  height: 6px;
  border-radius: 100%;
  background-color: #2554ab;
  transition: all .3s ease;
  opacity: 0;
}
.cid-uLMT5bnPh6 .nav-link:hover:before {
  opacity: 1;
}
.cid-uLMT5bnPh6 .mbr-section-subtitle {
  color: #ffffff;
}
.cid-uLMT5bnPh6 .mbr-text {
  color: #ffffff;
  text-align: center;
}
.cid-uLMT5bnPh6 .text_widget {
  color: #ffffff;
}
.cid-uLMT5bnPh6 .mbr-section-subtitle,
.cid-uLMT5bnPh6 .text_widget,
.cid-uLMT5bnPh6 .mbr-section-btn {
  text-align: center;
}
.cid-uLMT5bnPh6 a[class*="text-"]:not(.nav-link):not(.dropdown-item):not([role]):not(.navbar-caption):hover {
  background-image: none;
}
.cid-uC5mLF2uxq {
  padding-top: 0rem;
  padding-bottom: 0rem;
  background-color: #ffffff;
}
.cid-uC5mLF2uxq .item-img {
  position: relative;
  overflow: hidden;
}
.cid-uC5mLF2uxq .item-img:before {
  content: '';
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
  left: 0;
  background: black;
  opacity: 0.3;
  z-index: 1;
  transition: all 0.3s;
  pointer-events: none;
}
.cid-uC5mLF2uxq h5 {
  margin-bottom: 1rem;
}
.cid-uC5mLF2uxq .item-content {
  position: absolute;
  top: 55%;
  right: 0;
  z-index: 2;
  width: 100%;
  transform: translateY(-50%);
  padding: 2rem 8rem;
  display: flex;
  flex-direction: column;
  height: 50%;
}
@media (max-width: 767px) {
  .cid-uC5mLF2uxq .item-content {
    padding: 0 2rem 1.5rem;
    margin-top: 1rem;
  }
}
.cid-uC5mLF2uxq img,
.cid-uC5mLF2uxq .item-img {
  width: 100%;
  transition: all 0.3s;
  height: 100%;
  height: 400px;
  object-fit: cover;
}
.cid-uC5mLF2uxq .item:focus,
.cid-uC5mLF2uxq span:focus {
  outline: none;
}
.cid-uC5mLF2uxq .item {
  margin-bottom: 2rem;
}
@media (max-width: 767px) {
  .cid-uC5mLF2uxq .item {
    margin-bottom: 1rem;
  }
}
.cid-uC5mLF2uxq .item-wrapper {
  position: relative;
  border-radius: 15px;
  height: 100%;
  display: flex;
  flex-flow: column nowrap;
}
.cid-uC5mLF2uxq .mbr-section-title {
  color: #4e423d;
}
.cid-uC5mLF2uxq .item-title {
  text-align: left;
  color: #ffffff;
}
.cid-uC5mLF2uxq .item-subtitle {
  text-align: left;
  color: #ffffff;
}
.cid-uC5mLF2uxq .mbr-text,
.cid-uC5mLF2uxq .item .mbr-section-btn {
  text-align: left;
  color: #ffffff;
}
.cid-uC5mLF2uxq .content-head {
  max-width: 800px;
}
.cid-uC5mLFCqgm {
  padding-top: 1rem;
  padding-bottom: 5rem;
  background-color: #fafafa;
}
.cid-uC5mLFCqgm .mbr-section-title {
  margin-bottom: 1em;
  color: #272727;
}
.cid-uC5mLFCqgm .mbr-section-subtitle {
  margin-bottom: 1.5625em;
  color: #272727;
  opacity: 0.4;
}
.cid-uC5mLFCqgm .item-row {
  display: grid;
  -webkit-box-align: stretch;
  -webkit-align-items: stretch;
  -ms-flex-align: stretch;
  align-items: stretch;
  grid-auto-columns: 1fr;
  grid-column-gap: 16px;
  grid-row-gap: 16px;
  grid-template-columns: repeat(4, 1fr);
  -ms-grid-rows: auto;
  grid-template-rows: auto;
}
@media (max-width: 1199px) {
  .cid-uC5mLFCqgm .item-row {
    grid-template-columns: repeat(2, 1fr);
  }
}
@media (max-width: 767px) {
  .cid-uC5mLFCqgm .item-row {
    grid-template-columns: repeat(1, 1fr);
  }
}
.cid-uC5mLFCqgm .item {
  padding: 0;
}
.cid-uC5mLFCqgm .item-wrapper {
  display: flex;
  flex-direction: column;
  align-items: stretch;
  height: 100%;
  width: 100%;
  border-radius: 10px;
  overflow: hidden;
  transform-style: preserve-3d;
  transition: .3s all;
  border: 2px solid transparent;
}
.cid-uC5mLFCqgm .item-wrapper:hover {
  transform: scale3d(1.01, 1.01, 1);
  border-color: #fafafa;
}
.cid-uC5mLFCqgm .item-img {
  display: flex;
  align-items: center;
  justify-content: center;
  height: 175px;
}
.cid-uC5mLFCqgm .item-img img {
  width: 100%;
  object-fit: cover;
  height: 100%;
}
.cid-uC5mLFCqgm .item-content {
  display: flex;
  flex-direction: column;
  align-items: stretch;
  width: 100%;
  padding: 20px 5% 6%;
  flex-grow: 1;
  background-color: #ffffff;
}
.cid-uC5mLFCqgm .item-text-wrap {
  width: 100%;
  margin-bottom: 5.3em;
}
@media (max-width: 1199px) {
  .cid-uC5mLFCqgm .item-text-wrap {
    margin-bottom: 4em;
  }
}
@media (max-width: 767px) {
  .cid-uC5mLFCqgm .item-text-wrap {
    margin-bottom: 2em;
    max-width: 340px;
    margin-right: auto;
  }
}
.cid-uC5mLFCqgm .item-title {
  color: #272727;
  margin-bottom: 0.52em;
}
.cid-uC5mLFCqgm .item-subtitle {
  color: #272727;
  opacity: 0.52em;
}
.cid-uC5mLFCqgm .card-bottom {
  display: flex;
  flex-direction: column;
  align-items: stretch;
  margin-top: auto;
}
.cid-uC5mLFCqgm .item-name-wrap {
  display: flex;
  align-items: center;
  width: 100%;
}
.cid-uC5mLFCqgm .image-wrapper {
  width: 35px;
  height: 35px;
  margin-right: 10px;
  border-radius: 300px;
  overflow: hidden;
}
.cid-uC5mLFCqgm .image-wrapper img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.cid-uC5mLFCqgm .mbr-text {
  flex-grow: 1;
  color: #272727;
  text-align: right;
}
.cid-uC5mLFCqgm .mbr-section-btn {
  display: flex;
  margin-top: 20px;
  width: auto !important;
}
.cid-uC5mLFCqgm .mbr-section-btn .btn {
  width: 100%;
  min-width: auto !important;
}
.cid-uLMRAIzUxG {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-color: #0e132f;
}
.cid-uLMRAIzUxG .mbr-fallback-image.disabled {
  display: none;
}
.cid-uLMRAIzUxG .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-uLMRAIzUxG .container {
    padding: 0 16px;
  }
}
.cid-uLMRAIzUxG .card {
  display: flex;
  flex-direction: column;
  justify-content: space-between;
}
@media (max-width: 992px) {
  .cid-uLMRAIzUxG .card {
    margin-bottom: 40px;
  }
}
.cid-uLMRAIzUxG .card .content-wrapper .title-wrapper .title-wrap {
  display: inline-flex;
  align-items: center;
  margin-bottom: 16px;
}
@media (max-width: 992px) {
  .cid-uLMRAIzUxG .card .content-wrapper .title-wrapper .title-wrap {
    margin-bottom: 40px;
  }
}
.cid-uLMRAIzUxG .card .content-wrapper .title-wrapper .title-wrap img {
  width: 32px;
  height: 32px;
  object-fit: contain;
  margin-right: 1rem;
}
.cid-uLMRAIzUxG .card .content-wrapper .title-wrapper .title-wrap .mbr-section-title {
  margin-bottom: 0;
}
.cid-uLMRAIzUxG .card .content-wrapper .copyright {
  margin-bottom: 20px;
}
@media (max-width: 992px) {
  .cid-uLMRAIzUxG .card .content-wrapper .copyright {
    margin-bottom: 40px;
  }
}
.cid-uLMRAIzUxG .card .social-wrapper .social-wrap {
  display: inline-flex;
  flex-wrap: wrap;
}
.cid-uLMRAIzUxG .card .social-wrapper .social-wrap .mbr-iconfont {
  font-size: 20px;
  margin-right: 48px;
  color: #ffffff;
}
.cid-uLMRAIzUxG .list-wrapper .mbr-card-title {
  margin-bottom: 16px;
}
.cid-uLMRAIzUxG .list-wrapper .list {
  margin: 0;
  padding: 0;
  list-style-type: none;
}
.cid-uLMRAIzUxG .list-wrapper .list .item-wrap {
  margin-bottom: 16px;
}
@media (max-width: 992px) {
  .cid-uLMRAIzUxG .list-wrapper .list {
    margin-bottom: 40px;
  }
}
.cid-uLMRAIzUxG .mbr-section-title {
  color: #ffffff;
}
.cid-uLMRAIzUxG .copyright {
  color: #ffffff;
}
.cid-uLMRAIzUxG .mbr-card-title {
  color: #D4FE00;
}
.cid-uLMRAIzUxG .list {
  color: #ffffff;
}
.cid-uLMT5bnPh6 .navbar-dropdown {
  background-color: #ffffff !important;
  padding: 0;
}
.cid-uLMT5bnPh6 .navbar.navbar-expand-lg .dropdown .dropdown-menu {
  background-color: #ffffff !important;
  background: #ffffff;
}
.cid-uLMT5bnPh6 .navbar.navbar-expand-lg .dropdown .dropdown-menu .dropdown-submenu {
  margin: 0;
  left: 100%;
}
@media (max-width: 991px) {
  .cid-uLMT5bnPh6 .menu_box .navbar.opened,
  .cid-uLMT5bnPh6 .menu_box .navbar-collapse {
    background-color: #ffffff !important;
    transition: all 0s ease 0s;
  }
}
.cid-uLMT5bnPh6 .navbar-dropdown {
  position: relative !important;
}
.cid-uLMT5bnPh6 .btn {
  min-height: auto;
  box-shadow: none;
  margin-top: 0;
}
.cid-uLMT5bnPh6 .btn:hover {
  box-shadow: none;
}
@media (min-width: 992px) {
  .cid-uLMT5bnPh6 .offcanvas_image img {
    width: auto;
    object-fit: cover;
    display: inline-block;
  }
  .cid-uLMT5bnPh6 .offcanvas-header {
    position: relative;
    padding: 0;
  }
  .cid-uLMT5bnPh6 .offcanvas-header .btn-close {
    position: absolute;
    top: -70px;
    right: 0;
    width: 35px;
    height: 30px;
  }
  .cid-uLMT5bnPh6 .offcanvas-body {
    text-align: center;
    padding: 0;
  }
  .cid-uLMT5bnPh6 .offcanvas-body .mbr-text,
  .cid-uLMT5bnPh6 .offcanvas-body .mbr-section-subtitle {
    margin-top: 14px;
  }
  .cid-uLMT5bnPh6 .offcanvas-body .offcanvas_contact {
    margin: 35px 0;
  }
  .cid-uLMT5bnPh6 .offcanvas_box button.btn_offcanvas {
    outline: none;
    width: 40px;
    height: 40px;
    cursor: pointer;
    transition: all 0.2s;
    position: relative;
    align-self: center;
  }
  .cid-uLMT5bnPh6 .offcanvas_box button.btn_offcanvas .hamburger span {
    position: absolute;
    right: 0;
    width: 40px;
    height: 2px;
    border-right: 5px;
    background-color: #474747;
  }
  .cid-uLMT5bnPh6 .offcanvas_box button.btn_offcanvas .hamburger span:nth-child(1) {
    top: 18px;
    transition: all 0.2s;
  }
  .cid-uLMT5bnPh6 .offcanvas_box button.btn_offcanvas .hamburger span:nth-child(2) {
    top: 25px;
    transition: all 0.2s;
  }
  .cid-uLMT5bnPh6 .offcanvas_box button.btn_offcanvas:hover .hamburger span {
    width: 36px;
  }
  .cid-uLMT5bnPh6 .offcanvas_box button.btn_offcanvas:hover .hamburger span:nth-child(2) {
    width: 33px;
    transition-delay: 0.2s;
  }
  .cid-uLMT5bnPh6 ul.navbar-nav {
    padding-bottom: 1.5rem;
  }
  .cid-uLMT5bnPh6 .dropdown-menu .dropdown-toggle[data-toggle="dropdown-submenu"]::after,
  .cid-uLMT5bnPh6 .link.dropdown-toggle::after {
    display: inline-block;
    width: 7px;
    height: 7px;
    margin-left: .5rem;
    margin-bottom: 2px;
    content: "";
    border: 2px solid;
    border-left: none;
    border-top: none;
    transform: rotate(-45deg);
  }
  .cid-uLMT5bnPh6 .link.dropdown-toggle::after {
    padding: 0 !important;
    transform: rotate(45deg);
  }
  .cid-uLMT5bnPh6 li.nav-item {
    position: relative;
    display: inline-block;
    padding: 1px 7px !important;
    vertical-align: middle;
    line-height: 2em !important;
    font-weight: 600 !important;
    text-decoration: none;
    letter-spacing: 0 !important;
    z-index: 1;
  }
  .cid-uLMT5bnPh6 .lg_brand {
    margin: 0 1rem;
  }
}
.cid-uLMT5bnPh6 .nav-item {
  margin: 4px 15px;
}
@media (min-width: 1200px) {
  .cid-uLMT5bnPh6 .nav-item {
    margin: 4px 20px;
  }
}
@media (max-width: 991px) {
  .cid-uLMT5bnPh6 .nav-item {
    margin: 0 !important;
  }
}
.cid-uLMT5bnPh6 .dropdown-menu {
  border-radius: 0;
  box-shadow: none;
  text-align: left;
}
@media (min-width: 992px) {
  .cid-uLMT5bnPh6 .dropdown-menu {
    padding: 18px 34px 22px;
    min-width: 250px;
    top: auto !important;
    left: -40px !important;
  }
  .cid-uLMT5bnPh6 .dropdown-menu.dropdown-submenu {
    left: 215px !important;
    top: -45% !important;
  }
}
@media (max-width: 991px) {
  .cid-uLMT5bnPh6 .dropdown-menu .dropdown-toggle[data-toggle="dropdown-submenu"]::after,
  .cid-uLMT5bnPh6 .link.dropdown-toggle::after {
    display: inline-block;
    width: 7px;
    height: 7px;
    margin-left: .5rem;
    margin-bottom: 2px;
    content: "";
    border: 2px solid;
    border-left: none;
    border-top: none;
    transform: rotate(-45deg);
    right: 15px;
    position: absolute;
    margin-top: -2px;
  }
  .cid-uLMT5bnPh6 .show.dropdown-toggle[aria-expanded="true"]::after {
    transform: rotate(45deg);
    margin-top: -4px;
  }
  .cid-uLMT5bnPh6 .offcanvas_box {
    display: none;
  }
}
.cid-uLMT5bnPh6 .dropdown-item {
  border: none;
  font-weight: 400 !important;
}
.cid-uLMT5bnPh6 .nav-dropdown .link {
  font-weight: 400 !important;
  padding: 0 !important;
  margin: 0 !important;
}
.cid-uLMT5bnPh6 .nav-dropdown .link.dropdown-toggle::after {
  margin-left: 0.5rem;
  margin-top: 0;
}
.cid-uLMT5bnPh6 .container {
  display: flex;
  margin: auto;
}
.cid-uLMT5bnPh6 .iconfont-wrapper {
  color: #e0bdb6;
  font-size: 17px;
  margin-right: 10px;
  margin-bottom: 5px;
  width: 25px;
  height: 25px;
  border-radius: 50%;
  display: flex;
  justify-content: center;
  align-items: center;
  transition: all 0.2s ease-in-out;
}
.cid-uLMT5bnPh6 .iconfont-wrapper:last-child {
  margin-right: 0;
}
.cid-uLMT5bnPh6 .iconfont-wrapper:hover {
  opacity: .5;
}
.cid-uLMT5bnPh6 .navbar-caption {
  color: #747474;
}
.cid-uLMT5bnPh6 .navbar-nav {
  margin: 0 1rem;
}
@media (min-width: 992px) {
  .cid-uLMT5bnPh6 .navbar-nav {
    margin: 0;
  }
}
.cid-uLMT5bnPh6 .dropdown-menu,
.cid-uLMT5bnPh6 .navbar.opened {
  background-color: false !important;
}
.cid-uLMT5bnPh6 .nav-item:focus,
.cid-uLMT5bnPh6 .nav-link:focus {
  outline: none;
}
.cid-uLMT5bnPh6 .dropdown .dropdown-menu .dropdown-item {
  width: auto;
  transition: all 0.25s ease-in-out;
}
.cid-uLMT5bnPh6 .dropdown .dropdown-menu .dropdown-item::after {
  right: 0.5rem;
}
.cid-uLMT5bnPh6 .dropdown .dropdown-menu .dropdown-item .mbr-iconfont {
  margin-right: 0.5rem;
  vertical-align: sub;
}
.cid-uLMT5bnPh6 .dropdown .dropdown-menu .dropdown-item .mbr-iconfont:before {
  display: inline-block;
  transform: scale(1, 1);
  transition: all 0.25s ease-in-out;
}
.cid-uLMT5bnPh6 .collapsed .dropdown-menu .dropdown-item:before {
  display: none;
}
.cid-uLMT5bnPh6 .collapsed .dropdown .dropdown-menu .dropdown-item {
  padding: 0.235em 1.5em 0.235em 1.5em !important;
  transition: none;
  margin: 0 !important;
}
.cid-uLMT5bnPh6 .navbar {
  min-height: 70px;
  padding: 20px 0;
  transition: all 0.3s;
  border-bottom-width: 0px;
}
@media (max-width: 992px) {
  .cid-uLMT5bnPh6 .navbar {
    min-height: 30px;
    max-height: 90px;
  }
}
.cid-uLMT5bnPh6 .navbar.opened {
  transition: all 0.3s;
}
.cid-uLMT5bnPh6 .navbar .dropdown-item {
  padding: 0;
  margin: 8px 0;
}
.cid-uLMT5bnPh6 .navbar .navbar-logo img {
  width: auto;
  object-fit: contain;
  border-radius: 0;
}
.cid-uLMT5bnPh6 .navbar .navbar-collapse {
  justify-content: space-between;
  z-index: 1;
}
.cid-uLMT5bnPh6 .navbar.collapsed {
  justify-content: center;
}
.cid-uLMT5bnPh6 .navbar.collapsed .nav-item .nav-link::before {
  display: none;
}
.cid-uLMT5bnPh6 .navbar.collapsed.opened .dropdown-menu {
  top: 0;
}
.cid-uLMT5bnPh6 .navbar.collapsed .dropdown-menu .dropdown-submenu {
  left: 0 !important;
}
.cid-uLMT5bnPh6 .navbar.collapsed .dropdown-menu .dropdown-item:after {
  right: auto;
}
.cid-uLMT5bnPh6 .navbar.collapsed ul.navbar-nav li {
  margin: auto;
}
.cid-uLMT5bnPh6 .navbar.collapsed .dropdown-menu .dropdown-item {
  padding: 0.25rem 1.5rem;
  text-align: left;
}
.cid-uLMT5bnPh6 .navbar.collapsed .icons-menu {
  padding: 0;
}
@media (max-width: 991px) {
  .cid-uLMT5bnPh6 .navbar .nav-item {
    padding: .5rem 0;
  }
  .cid-uLMT5bnPh6 .navbar .navbar-collapse {
    padding: 34px 0;
    border-radius: 25px;
  }
  .cid-uLMT5bnPh6 .navbar .nav-item .nav-link::before {
    display: none;
  }
  .cid-uLMT5bnPh6 .navbar.opened .dropdown-menu {
    top: 0;
  }
  .cid-uLMT5bnPh6 .navbar .dropdown-menu {
    padding: 6px 0 6px 15px;
  }
  .cid-uLMT5bnPh6 .navbar .dropdown-menu .dropdown-submenu {
    left: 0 !important;
  }
  .cid-uLMT5bnPh6 .navbar .dropdown-menu .dropdown-item:after {
    right: auto;
    margin-top: -0.4rem;
  }
  .cid-uLMT5bnPh6 .navbar .navbar-logo img {
    height: 3rem !important;
  }
  .cid-uLMT5bnPh6 .navbar ul.navbar-nav {
    overflow: hidden;
  }
  .cid-uLMT5bnPh6 .navbar ul.navbar-nav li {
    margin: 0;
  }
  .cid-uLMT5bnPh6 .navbar .dropdown-menu .dropdown-item {
    padding: 0 !important;
    margin: 0;
    margin-top: 8px;
    text-align: left;
  }
  .cid-uLMT5bnPh6 .navbar .navbar-brand {
    flex-shrink: initial;
    flex-basis: auto;
    word-break: break-word;
    padding-right: 2rem;
  }
  .cid-uLMT5bnPh6 .navbar .navbar-toggler {
    flex-basis: auto;
  }
  .cid-uLMT5bnPh6 .navbar .icons-menu {
    padding: 0;
  }
}
.cid-uLMT5bnPh6 .navbar.navbar-short {
  min-height: 60px;
}
.cid-uLMT5bnPh6 .navbar.navbar-short .navbar-logo img {
  height: 2.5rem !important;
}
.cid-uLMT5bnPh6 .navbar.navbar-short .navbar-brand {
  min-height: 60px;
  padding: 0;
}
.cid-uLMT5bnPh6 .navbar-brand {
  min-height: 70px;
  flex-shrink: 0;
  align-items: center;
  margin-right: 0;
  padding: 10px 0;
  transition: all 0.3s;
  word-break: break-word;
  z-index: 1;
}
.cid-uLMT5bnPh6 .navbar-brand .navbar-caption {
  line-height: inherit !important;
}
.cid-uLMT5bnPh6 .navbar-brand .navbar-logo a {
  outline: none;
}
.cid-uLMT5bnPh6 .dropdown-item.active,
.cid-uLMT5bnPh6 .dropdown-item:active {
  background-color: transparent;
}
.cid-uLMT5bnPh6 .navbar-expand-lg .navbar-nav .nav-link {
  padding: 0;
}
.cid-uLMT5bnPh6 .nav-dropdown .link.dropdown-toggle {
  margin-right: 1.667em;
}
.cid-uLMT5bnPh6 .nav-dropdown .link.dropdown-toggle[aria-expanded="true"] {
  margin-right: 0;
  padding: 0.667em 1.667em;
}
.cid-uLMT5bnPh6 .navbar .dropdown.open > .dropdown-menu {
  display: block;
}
.cid-uLMT5bnPh6 ul.navbar-nav {
  flex-wrap: wrap;
  padding: 36px 0;
  border-bottom: 1px solid #0e132f;
}
.cid-uLMT5bnPh6 .navbar-buttons {
  text-align: center;
  min-width: 170px;
}
.cid-uLMT5bnPh6 button.navbar-toggler {
  outline: none;
  width: 48px;
  height: 48px;
  border-radius: 50%;
  cursor: pointer;
  transition: all 0.2s;
  position: relative;
  align-self: center;
  color: #ffffff;
  background: #ffffff;
}
.cid-uLMT5bnPh6 button.navbar-toggler .hamburger span {
  position: absolute;
  right: 10px;
  margin-top: 14px;
  width: 26px;
  height: 2px;
  border-right: 5px;
  background-color: #474747;
}
.cid-uLMT5bnPh6 button.navbar-toggler .hamburger span:nth-child(1) {
  top: 0;
  transition: all 0.2s;
}
.cid-uLMT5bnPh6 button.navbar-toggler .hamburger span:nth-child(2) {
  top: 8px;
  transition: all 0.15s;
}
.cid-uLMT5bnPh6 button.navbar-toggler .hamburger span:nth-child(3) {
  top: 8px;
  transition: all 0.15s;
}
.cid-uLMT5bnPh6 button.navbar-toggler .hamburger span:nth-child(4) {
  top: 16px;
  transition: all 0.2s;
}
.cid-uLMT5bnPh6 nav.opened .hamburger span:nth-child(1) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-uLMT5bnPh6 nav.opened .hamburger span:nth-child(2) {
  transform: rotate(45deg);
  transition: all 0.25s;
}
.cid-uLMT5bnPh6 nav.opened .hamburger span:nth-child(3) {
  transform: rotate(-45deg);
  transition: all 0.25s;
}
.cid-uLMT5bnPh6 nav.opened .hamburger span:nth-child(4) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-uLMT5bnPh6 a.nav-link {
  display: flex;
  align-items: center;
  justify-content: flex-start;
}
.cid-uLMT5bnPh6 .icons-menu {
  flex-wrap: nowrap;
  display: flex;
  justify-content: center;
  padding: 0;
  text-align: center;
  margin-bottom: 35px;
}
@media screen and (-ms-high-contrast: active), (-ms-high-contrast: none) {
  .cid-uLMT5bnPh6 .navbar {
    height: 70px;
  }
  .cid-uLMT5bnPh6 .navbar.opened {
    height: auto;
  }
  .cid-uLMT5bnPh6 .nav-item .nav-link:hover::before {
    width: 175%;
    max-width: calc(100% + 2rem);
    left: -1rem;
  }
}
.cid-uLMT5bnPh6 .navbar-dropdown .navbar-logo {
  margin-right: 15px;
}
@media (min-width: 768px) {
  .cid-uLMT5bnPh6 .container-fluid {
    padding-left: 30px;
    padding-right: 30px;
  }
}
.cid-uLMT5bnPh6 .mbr-section-btn-main {
  padding-top: 5px;
}
.cid-uLMT5bnPh6 .mbr-section-btn-main .btn {
  margin: 0 4px 4px 4px;
}
.cid-uLMT5bnPh6 .navbar-caption:hover {
  color: #2554ab;
}
@media (min-width: 992px) {
  .cid-uLMT5bnPh6 .dropdown-menu.dropdown-submenu {
    left: 175px !important;
    top: -45% !important;
  }
}
.cid-uLMT5bnPh6 .nav-link {
  position: relative;
}
.cid-uLMT5bnPh6 .nav-link:before {
  content: '';
  position: absolute;
  left: -12px;
  width: 6px;
  height: 6px;
  border-radius: 100%;
  background-color: #2554ab;
  transition: all .3s ease;
  opacity: 0;
}
.cid-uLMT5bnPh6 .nav-link:hover:before {
  opacity: 1;
}
.cid-uLMT5bnPh6 .mbr-section-subtitle {
  color: #ffffff;
}
.cid-uLMT5bnPh6 .mbr-text {
  color: #ffffff;
  text-align: center;
}
.cid-uLMT5bnPh6 .text_widget {
  color: #ffffff;
}
.cid-uLMT5bnPh6 .mbr-section-subtitle,
.cid-uLMT5bnPh6 .text_widget,
.cid-uLMT5bnPh6 .mbr-section-btn {
  text-align: center;
}
.cid-uLMT5bnPh6 a[class*="text-"]:not(.nav-link):not(.dropdown-item):not([role]):not(.navbar-caption):hover {
  background-image: none;
}
.cid-uC5mIqKdl8 {
  padding-top: 0rem;
  padding-bottom: 0rem;
  background-color: #ffffff;
}
.cid-uC5mIqKdl8 .item-img {
  position: relative;
  overflow: hidden;
}
.cid-uC5mIqKdl8 .item-img:before {
  content: '';
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
  left: 0;
  background: black;
  opacity: 0.3;
  z-index: 1;
  transition: all 0.3s;
  pointer-events: none;
}
.cid-uC5mIqKdl8 h5 {
  margin-bottom: 1rem;
}
.cid-uC5mIqKdl8 .item-content {
  position: absolute;
  top: 55%;
  right: 0;
  z-index: 2;
  width: 100%;
  transform: translateY(-50%);
  padding: 2rem 8rem;
  display: flex;
  flex-direction: column;
  height: 50%;
}
@media (max-width: 767px) {
  .cid-uC5mIqKdl8 .item-content {
    padding: 0 2rem 1.5rem;
    margin-top: 1rem;
  }
}
.cid-uC5mIqKdl8 img,
.cid-uC5mIqKdl8 .item-img {
  width: 100%;
  transition: all 0.3s;
  height: 100%;
  height: 400px;
  object-fit: cover;
}
.cid-uC5mIqKdl8 .item:focus,
.cid-uC5mIqKdl8 span:focus {
  outline: none;
}
.cid-uC5mIqKdl8 .item {
  margin-bottom: 2rem;
}
@media (max-width: 767px) {
  .cid-uC5mIqKdl8 .item {
    margin-bottom: 1rem;
  }
}
.cid-uC5mIqKdl8 .item-wrapper {
  position: relative;
  border-radius: 15px;
  height: 100%;
  display: flex;
  flex-flow: column nowrap;
}
.cid-uC5mIqKdl8 .mbr-section-title {
  color: #4e423d;
}
.cid-uC5mIqKdl8 .item-title {
  text-align: left;
  color: #ffffff;
}
.cid-uC5mIqKdl8 .item-subtitle {
  text-align: left;
  color: #ffffff;
}
.cid-uC5mIqKdl8 .mbr-text,
.cid-uC5mIqKdl8 .item .mbr-section-btn {
  text-align: left;
  color: #ffffff;
}
.cid-uC5mIqKdl8 .content-head {
  max-width: 800px;
}
.cid-uC5mIrg6jS {
  padding-top: 1rem;
  padding-bottom: 5rem;
  background-color: #fafafa;
}
.cid-uC5mIrg6jS .mbr-section-title {
  margin-bottom: 1em;
  color: #272727;
}
.cid-uC5mIrg6jS .mbr-section-subtitle {
  margin-bottom: 1.5625em;
  color: #272727;
  opacity: 0.4;
}
.cid-uC5mIrg6jS .item-row {
  display: grid;
  -webkit-box-align: stretch;
  -webkit-align-items: stretch;
  -ms-flex-align: stretch;
  align-items: stretch;
  grid-auto-columns: 1fr;
  grid-column-gap: 16px;
  grid-row-gap: 16px;
  grid-template-columns: repeat(4, 1fr);
  -ms-grid-rows: auto;
  grid-template-rows: auto;
}
@media (max-width: 1199px) {
  .cid-uC5mIrg6jS .item-row {
    grid-template-columns: repeat(2, 1fr);
  }
}
@media (max-width: 767px) {
  .cid-uC5mIrg6jS .item-row {
    grid-template-columns: repeat(1, 1fr);
  }
}
.cid-uC5mIrg6jS .item {
  padding: 0;
}
.cid-uC5mIrg6jS .item-wrapper {
  display: flex;
  flex-direction: column;
  align-items: stretch;
  height: 100%;
  width: 100%;
  border-radius: 10px;
  overflow: hidden;
  transform-style: preserve-3d;
  transition: .3s all;
  border: 2px solid transparent;
}
.cid-uC5mIrg6jS .item-wrapper:hover {
  transform: scale3d(1.01, 1.01, 1);
  border-color: #fafafa;
}
.cid-uC5mIrg6jS .item-img {
  display: flex;
  align-items: center;
  justify-content: center;
  height: 175px;
}
.cid-uC5mIrg6jS .item-img img {
  width: 100%;
  object-fit: cover;
  height: 100%;
}
.cid-uC5mIrg6jS .item-content {
  display: flex;
  flex-direction: column;
  align-items: stretch;
  width: 100%;
  padding: 20px 5% 6%;
  flex-grow: 1;
  background-color: #ffffff;
}
.cid-uC5mIrg6jS .item-text-wrap {
  width: 100%;
  margin-bottom: 5.3em;
}
@media (max-width: 1199px) {
  .cid-uC5mIrg6jS .item-text-wrap {
    margin-bottom: 4em;
  }
}
@media (max-width: 767px) {
  .cid-uC5mIrg6jS .item-text-wrap {
    margin-bottom: 2em;
    max-width: 340px;
    margin-right: auto;
  }
}
.cid-uC5mIrg6jS .item-title {
  color: #272727;
  margin-bottom: 0.52em;
}
.cid-uC5mIrg6jS .item-subtitle {
  color: #272727;
  opacity: 0.52em;
}
.cid-uC5mIrg6jS .card-bottom {
  display: flex;
  flex-direction: column;
  align-items: stretch;
  margin-top: auto;
}
.cid-uC5mIrg6jS .item-name-wrap {
  display: flex;
  align-items: center;
  width: 100%;
}
.cid-uC5mIrg6jS .image-wrapper {
  width: 35px;
  height: 35px;
  margin-right: 10px;
  border-radius: 300px;
  overflow: hidden;
}
.cid-uC5mIrg6jS .image-wrapper img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.cid-uC5mIrg6jS .mbr-text {
  flex-grow: 1;
  color: #272727;
  text-align: right;
}
.cid-uC5mIrg6jS .mbr-section-btn {
  display: flex;
  margin-top: 20px;
  width: auto !important;
}
.cid-uC5mIrg6jS .mbr-section-btn .btn {
  width: 100%;
  min-width: auto !important;
}
.cid-uLMRAIzUxG {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-color: #0e132f;
}
.cid-uLMRAIzUxG .mbr-fallback-image.disabled {
  display: none;
}
.cid-uLMRAIzUxG .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-uLMRAIzUxG .container {
    padding: 0 16px;
  }
}
.cid-uLMRAIzUxG .card {
  display: flex;
  flex-direction: column;
  justify-content: space-between;
}
@media (max-width: 992px) {
  .cid-uLMRAIzUxG .card {
    margin-bottom: 40px;
  }
}
.cid-uLMRAIzUxG .card .content-wrapper .title-wrapper .title-wrap {
  display: inline-flex;
  align-items: center;
  margin-bottom: 16px;
}
@media (max-width: 992px) {
  .cid-uLMRAIzUxG .card .content-wrapper .title-wrapper .title-wrap {
    margin-bottom: 40px;
  }
}
.cid-uLMRAIzUxG .card .content-wrapper .title-wrapper .title-wrap img {
  width: 32px;
  height: 32px;
  object-fit: contain;
  margin-right: 1rem;
}
.cid-uLMRAIzUxG .card .content-wrapper .title-wrapper .title-wrap .mbr-section-title {
  margin-bottom: 0;
}
.cid-uLMRAIzUxG .card .content-wrapper .copyright {
  margin-bottom: 20px;
}
@media (max-width: 992px) {
  .cid-uLMRAIzUxG .card .content-wrapper .copyright {
    margin-bottom: 40px;
  }
}
.cid-uLMRAIzUxG .card .social-wrapper .social-wrap {
  display: inline-flex;
  flex-wrap: wrap;
}
.cid-uLMRAIzUxG .card .social-wrapper .social-wrap .mbr-iconfont {
  font-size: 20px;
  margin-right: 48px;
  color: #ffffff;
}
.cid-uLMRAIzUxG .list-wrapper .mbr-card-title {
  margin-bottom: 16px;
}
.cid-uLMRAIzUxG .list-wrapper .list {
  margin: 0;
  padding: 0;
  list-style-type: none;
}
.cid-uLMRAIzUxG .list-wrapper .list .item-wrap {
  margin-bottom: 16px;
}
@media (max-width: 992px) {
  .cid-uLMRAIzUxG .list-wrapper .list {
    margin-bottom: 40px;
  }
}
.cid-uLMRAIzUxG .mbr-section-title {
  color: #ffffff;
}
.cid-uLMRAIzUxG .copyright {
  color: #ffffff;
}
.cid-uLMRAIzUxG .mbr-card-title {
  color: #D4FE00;
}
.cid-uLMRAIzUxG .list {
  color: #ffffff;
}
.cid-uLMT5bnPh6 .navbar-dropdown {
  background-color: #ffffff !important;
  padding: 0;
}
.cid-uLMT5bnPh6 .navbar.navbar-expand-lg .dropdown .dropdown-menu {
  background-color: #ffffff !important;
  background: #ffffff;
}
.cid-uLMT5bnPh6 .navbar.navbar-expand-lg .dropdown .dropdown-menu .dropdown-submenu {
  margin: 0;
  left: 100%;
}
@media (max-width: 991px) {
  .cid-uLMT5bnPh6 .menu_box .navbar.opened,
  .cid-uLMT5bnPh6 .menu_box .navbar-collapse {
    background-color: #ffffff !important;
    transition: all 0s ease 0s;
  }
}
.cid-uLMT5bnPh6 .navbar-dropdown {
  position: relative !important;
}
.cid-uLMT5bnPh6 .btn {
  min-height: auto;
  box-shadow: none;
  margin-top: 0;
}
.cid-uLMT5bnPh6 .btn:hover {
  box-shadow: none;
}
@media (min-width: 992px) {
  .cid-uLMT5bnPh6 .offcanvas_image img {
    width: auto;
    object-fit: cover;
    display: inline-block;
  }
  .cid-uLMT5bnPh6 .offcanvas-header {
    position: relative;
    padding: 0;
  }
  .cid-uLMT5bnPh6 .offcanvas-header .btn-close {
    position: absolute;
    top: -70px;
    right: 0;
    width: 35px;
    height: 30px;
  }
  .cid-uLMT5bnPh6 .offcanvas-body {
    text-align: center;
    padding: 0;
  }
  .cid-uLMT5bnPh6 .offcanvas-body .mbr-text,
  .cid-uLMT5bnPh6 .offcanvas-body .mbr-section-subtitle {
    margin-top: 14px;
  }
  .cid-uLMT5bnPh6 .offcanvas-body .offcanvas_contact {
    margin: 35px 0;
  }
  .cid-uLMT5bnPh6 .offcanvas_box button.btn_offcanvas {
    outline: none;
    width: 40px;
    height: 40px;
    cursor: pointer;
    transition: all 0.2s;
    position: relative;
    align-self: center;
  }
  .cid-uLMT5bnPh6 .offcanvas_box button.btn_offcanvas .hamburger span {
    position: absolute;
    right: 0;
    width: 40px;
    height: 2px;
    border-right: 5px;
    background-color: #474747;
  }
  .cid-uLMT5bnPh6 .offcanvas_box button.btn_offcanvas .hamburger span:nth-child(1) {
    top: 18px;
    transition: all 0.2s;
  }
  .cid-uLMT5bnPh6 .offcanvas_box button.btn_offcanvas .hamburger span:nth-child(2) {
    top: 25px;
    transition: all 0.2s;
  }
  .cid-uLMT5bnPh6 .offcanvas_box button.btn_offcanvas:hover .hamburger span {
    width: 36px;
  }
  .cid-uLMT5bnPh6 .offcanvas_box button.btn_offcanvas:hover .hamburger span:nth-child(2) {
    width: 33px;
    transition-delay: 0.2s;
  }
  .cid-uLMT5bnPh6 ul.navbar-nav {
    padding-bottom: 1.5rem;
  }
  .cid-uLMT5bnPh6 .dropdown-menu .dropdown-toggle[data-toggle="dropdown-submenu"]::after,
  .cid-uLMT5bnPh6 .link.dropdown-toggle::after {
    display: inline-block;
    width: 7px;
    height: 7px;
    margin-left: .5rem;
    margin-bottom: 2px;
    content: "";
    border: 2px solid;
    border-left: none;
    border-top: none;
    transform: rotate(-45deg);
  }
  .cid-uLMT5bnPh6 .link.dropdown-toggle::after {
    padding: 0 !important;
    transform: rotate(45deg);
  }
  .cid-uLMT5bnPh6 li.nav-item {
    position: relative;
    display: inline-block;
    padding: 1px 7px !important;
    vertical-align: middle;
    line-height: 2em !important;
    font-weight: 600 !important;
    text-decoration: none;
    letter-spacing: 0 !important;
    z-index: 1;
  }
  .cid-uLMT5bnPh6 .lg_brand {
    margin: 0 1rem;
  }
}
.cid-uLMT5bnPh6 .nav-item {
  margin: 4px 15px;
}
@media (min-width: 1200px) {
  .cid-uLMT5bnPh6 .nav-item {
    margin: 4px 20px;
  }
}
@media (max-width: 991px) {
  .cid-uLMT5bnPh6 .nav-item {
    margin: 0 !important;
  }
}
.cid-uLMT5bnPh6 .dropdown-menu {
  border-radius: 0;
  box-shadow: none;
  text-align: left;
}
@media (min-width: 992px) {
  .cid-uLMT5bnPh6 .dropdown-menu {
    padding: 18px 34px 22px;
    min-width: 250px;
    top: auto !important;
    left: -40px !important;
  }
  .cid-uLMT5bnPh6 .dropdown-menu.dropdown-submenu {
    left: 215px !important;
    top: -45% !important;
  }
}
@media (max-width: 991px) {
  .cid-uLMT5bnPh6 .dropdown-menu .dropdown-toggle[data-toggle="dropdown-submenu"]::after,
  .cid-uLMT5bnPh6 .link.dropdown-toggle::after {
    display: inline-block;
    width: 7px;
    height: 7px;
    margin-left: .5rem;
    margin-bottom: 2px;
    content: "";
    border: 2px solid;
    border-left: none;
    border-top: none;
    transform: rotate(-45deg);
    right: 15px;
    position: absolute;
    margin-top: -2px;
  }
  .cid-uLMT5bnPh6 .show.dropdown-toggle[aria-expanded="true"]::after {
    transform: rotate(45deg);
    margin-top: -4px;
  }
  .cid-uLMT5bnPh6 .offcanvas_box {
    display: none;
  }
}
.cid-uLMT5bnPh6 .dropdown-item {
  border: none;
  font-weight: 400 !important;
}
.cid-uLMT5bnPh6 .nav-dropdown .link {
  font-weight: 400 !important;
  padding: 0 !important;
  margin: 0 !important;
}
.cid-uLMT5bnPh6 .nav-dropdown .link.dropdown-toggle::after {
  margin-left: 0.5rem;
  margin-top: 0;
}
.cid-uLMT5bnPh6 .container {
  display: flex;
  margin: auto;
}
.cid-uLMT5bnPh6 .iconfont-wrapper {
  color: #e0bdb6;
  font-size: 17px;
  margin-right: 10px;
  margin-bottom: 5px;
  width: 25px;
  height: 25px;
  border-radius: 50%;
  display: flex;
  justify-content: center;
  align-items: center;
  transition: all 0.2s ease-in-out;
}
.cid-uLMT5bnPh6 .iconfont-wrapper:last-child {
  margin-right: 0;
}
.cid-uLMT5bnPh6 .iconfont-wrapper:hover {
  opacity: .5;
}
.cid-uLMT5bnPh6 .navbar-caption {
  color: #747474;
}
.cid-uLMT5bnPh6 .navbar-nav {
  margin: 0 1rem;
}
@media (min-width: 992px) {
  .cid-uLMT5bnPh6 .navbar-nav {
    margin: 0;
  }
}
.cid-uLMT5bnPh6 .dropdown-menu,
.cid-uLMT5bnPh6 .navbar.opened {
  background-color: false !important;
}
.cid-uLMT5bnPh6 .nav-item:focus,
.cid-uLMT5bnPh6 .nav-link:focus {
  outline: none;
}
.cid-uLMT5bnPh6 .dropdown .dropdown-menu .dropdown-item {
  width: auto;
  transition: all 0.25s ease-in-out;
}
.cid-uLMT5bnPh6 .dropdown .dropdown-menu .dropdown-item::after {
  right: 0.5rem;
}
.cid-uLMT5bnPh6 .dropdown .dropdown-menu .dropdown-item .mbr-iconfont {
  margin-right: 0.5rem;
  vertical-align: sub;
}
.cid-uLMT5bnPh6 .dropdown .dropdown-menu .dropdown-item .mbr-iconfont:before {
  display: inline-block;
  transform: scale(1, 1);
  transition: all 0.25s ease-in-out;
}
.cid-uLMT5bnPh6 .collapsed .dropdown-menu .dropdown-item:before {
  display: none;
}
.cid-uLMT5bnPh6 .collapsed .dropdown .dropdown-menu .dropdown-item {
  padding: 0.235em 1.5em 0.235em 1.5em !important;
  transition: none;
  margin: 0 !important;
}
.cid-uLMT5bnPh6 .navbar {
  min-height: 70px;
  padding: 20px 0;
  transition: all 0.3s;
  border-bottom-width: 0px;
}
@media (max-width: 992px) {
  .cid-uLMT5bnPh6 .navbar {
    min-height: 30px;
    max-height: 90px;
  }
}
.cid-uLMT5bnPh6 .navbar.opened {
  transition: all 0.3s;
}
.cid-uLMT5bnPh6 .navbar .dropdown-item {
  padding: 0;
  margin: 8px 0;
}
.cid-uLMT5bnPh6 .navbar .navbar-logo img {
  width: auto;
  object-fit: contain;
  border-radius: 0;
}
.cid-uLMT5bnPh6 .navbar .navbar-collapse {
  justify-content: space-between;
  z-index: 1;
}
.cid-uLMT5bnPh6 .navbar.collapsed {
  justify-content: center;
}
.cid-uLMT5bnPh6 .navbar.collapsed .nav-item .nav-link::before {
  display: none;
}
.cid-uLMT5bnPh6 .navbar.collapsed.opened .dropdown-menu {
  top: 0;
}
.cid-uLMT5bnPh6 .navbar.collapsed .dropdown-menu .dropdown-submenu {
  left: 0 !important;
}
.cid-uLMT5bnPh6 .navbar.collapsed .dropdown-menu .dropdown-item:after {
  right: auto;
}
.cid-uLMT5bnPh6 .navbar.collapsed ul.navbar-nav li {
  margin: auto;
}
.cid-uLMT5bnPh6 .navbar.collapsed .dropdown-menu .dropdown-item {
  padding: 0.25rem 1.5rem;
  text-align: left;
}
.cid-uLMT5bnPh6 .navbar.collapsed .icons-menu {
  padding: 0;
}
@media (max-width: 991px) {
  .cid-uLMT5bnPh6 .navbar .nav-item {
    padding: .5rem 0;
  }
  .cid-uLMT5bnPh6 .navbar .navbar-collapse {
    padding: 34px 0;
    border-radius: 25px;
  }
  .cid-uLMT5bnPh6 .navbar .nav-item .nav-link::before {
    display: none;
  }
  .cid-uLMT5bnPh6 .navbar.opened .dropdown-menu {
    top: 0;
  }
  .cid-uLMT5bnPh6 .navbar .dropdown-menu {
    padding: 6px 0 6px 15px;
  }
  .cid-uLMT5bnPh6 .navbar .dropdown-menu .dropdown-submenu {
    left: 0 !important;
  }
  .cid-uLMT5bnPh6 .navbar .dropdown-menu .dropdown-item:after {
    right: auto;
    margin-top: -0.4rem;
  }
  .cid-uLMT5bnPh6 .navbar .navbar-logo img {
    height: 3rem !important;
  }
  .cid-uLMT5bnPh6 .navbar ul.navbar-nav {
    overflow: hidden;
  }
  .cid-uLMT5bnPh6 .navbar ul.navbar-nav li {
    margin: 0;
  }
  .cid-uLMT5bnPh6 .navbar .dropdown-menu .dropdown-item {
    padding: 0 !important;
    margin: 0;
    margin-top: 8px;
    text-align: left;
  }
  .cid-uLMT5bnPh6 .navbar .navbar-brand {
    flex-shrink: initial;
    flex-basis: auto;
    word-break: break-word;
    padding-right: 2rem;
  }
  .cid-uLMT5bnPh6 .navbar .navbar-toggler {
    flex-basis: auto;
  }
  .cid-uLMT5bnPh6 .navbar .icons-menu {
    padding: 0;
  }
}
.cid-uLMT5bnPh6 .navbar.navbar-short {
  min-height: 60px;
}
.cid-uLMT5bnPh6 .navbar.navbar-short .navbar-logo img {
  height: 2.5rem !important;
}
.cid-uLMT5bnPh6 .navbar.navbar-short .navbar-brand {
  min-height: 60px;
  padding: 0;
}
.cid-uLMT5bnPh6 .navbar-brand {
  min-height: 70px;
  flex-shrink: 0;
  align-items: center;
  margin-right: 0;
  padding: 10px 0;
  transition: all 0.3s;
  word-break: break-word;
  z-index: 1;
}
.cid-uLMT5bnPh6 .navbar-brand .navbar-caption {
  line-height: inherit !important;
}
.cid-uLMT5bnPh6 .navbar-brand .navbar-logo a {
  outline: none;
}
.cid-uLMT5bnPh6 .dropdown-item.active,
.cid-uLMT5bnPh6 .dropdown-item:active {
  background-color: transparent;
}
.cid-uLMT5bnPh6 .navbar-expand-lg .navbar-nav .nav-link {
  padding: 0;
}
.cid-uLMT5bnPh6 .nav-dropdown .link.dropdown-toggle {
  margin-right: 1.667em;
}
.cid-uLMT5bnPh6 .nav-dropdown .link.dropdown-toggle[aria-expanded="true"] {
  margin-right: 0;
  padding: 0.667em 1.667em;
}
.cid-uLMT5bnPh6 .navbar .dropdown.open > .dropdown-menu {
  display: block;
}
.cid-uLMT5bnPh6 ul.navbar-nav {
  flex-wrap: wrap;
  padding: 36px 0;
  border-bottom: 1px solid #0e132f;
}
.cid-uLMT5bnPh6 .navbar-buttons {
  text-align: center;
  min-width: 170px;
}
.cid-uLMT5bnPh6 button.navbar-toggler {
  outline: none;
  width: 48px;
  height: 48px;
  border-radius: 50%;
  cursor: pointer;
  transition: all 0.2s;
  position: relative;
  align-self: center;
  color: #ffffff;
  background: #ffffff;
}
.cid-uLMT5bnPh6 button.navbar-toggler .hamburger span {
  position: absolute;
  right: 10px;
  margin-top: 14px;
  width: 26px;
  height: 2px;
  border-right: 5px;
  background-color: #474747;
}
.cid-uLMT5bnPh6 button.navbar-toggler .hamburger span:nth-child(1) {
  top: 0;
  transition: all 0.2s;
}
.cid-uLMT5bnPh6 button.navbar-toggler .hamburger span:nth-child(2) {
  top: 8px;
  transition: all 0.15s;
}
.cid-uLMT5bnPh6 button.navbar-toggler .hamburger span:nth-child(3) {
  top: 8px;
  transition: all 0.15s;
}
.cid-uLMT5bnPh6 button.navbar-toggler .hamburger span:nth-child(4) {
  top: 16px;
  transition: all 0.2s;
}
.cid-uLMT5bnPh6 nav.opened .hamburger span:nth-child(1) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-uLMT5bnPh6 nav.opened .hamburger span:nth-child(2) {
  transform: rotate(45deg);
  transition: all 0.25s;
}
.cid-uLMT5bnPh6 nav.opened .hamburger span:nth-child(3) {
  transform: rotate(-45deg);
  transition: all 0.25s;
}
.cid-uLMT5bnPh6 nav.opened .hamburger span:nth-child(4) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-uLMT5bnPh6 a.nav-link {
  display: flex;
  align-items: center;
  justify-content: flex-start;
}
.cid-uLMT5bnPh6 .icons-menu {
  flex-wrap: nowrap;
  display: flex;
  justify-content: center;
  padding: 0;
  text-align: center;
  margin-bottom: 35px;
}
@media screen and (-ms-high-contrast: active), (-ms-high-contrast: none) {
  .cid-uLMT5bnPh6 .navbar {
    height: 70px;
  }
  .cid-uLMT5bnPh6 .navbar.opened {
    height: auto;
  }
  .cid-uLMT5bnPh6 .nav-item .nav-link:hover::before {
    width: 175%;
    max-width: calc(100% + 2rem);
    left: -1rem;
  }
}
.cid-uLMT5bnPh6 .navbar-dropdown .navbar-logo {
  margin-right: 15px;
}
@media (min-width: 768px) {
  .cid-uLMT5bnPh6 .container-fluid {
    padding-left: 30px;
    padding-right: 30px;
  }
}
.cid-uLMT5bnPh6 .mbr-section-btn-main {
  padding-top: 5px;
}
.cid-uLMT5bnPh6 .mbr-section-btn-main .btn {
  margin: 0 4px 4px 4px;
}
.cid-uLMT5bnPh6 .navbar-caption:hover {
  color: #2554ab;
}
@media (min-width: 992px) {
  .cid-uLMT5bnPh6 .dropdown-menu.dropdown-submenu {
    left: 175px !important;
    top: -45% !important;
  }
}
.cid-uLMT5bnPh6 .nav-link {
  position: relative;
}
.cid-uLMT5bnPh6 .nav-link:before {
  content: '';
  position: absolute;
  left: -12px;
  width: 6px;
  height: 6px;
  border-radius: 100%;
  background-color: #2554ab;
  transition: all .3s ease;
  opacity: 0;
}
.cid-uLMT5bnPh6 .nav-link:hover:before {
  opacity: 1;
}
.cid-uLMT5bnPh6 .mbr-section-subtitle {
  color: #ffffff;
}
.cid-uLMT5bnPh6 .mbr-text {
  color: #ffffff;
  text-align: center;
}
.cid-uLMT5bnPh6 .text_widget {
  color: #ffffff;
}
.cid-uLMT5bnPh6 .mbr-section-subtitle,
.cid-uLMT5bnPh6 .text_widget,
.cid-uLMT5bnPh6 .mbr-section-btn {
  text-align: center;
}
.cid-uLMT5bnPh6 a[class*="text-"]:not(.nav-link):not(.dropdown-item):not([role]):not(.navbar-caption):hover {
  background-image: none;
}
.cid-uC5m4o5L0j {
  padding-top: 0rem;
  padding-bottom: 0rem;
  background-color: #ffffff;
}
.cid-uC5m4o5L0j .item-img {
  position: relative;
  overflow: hidden;
}
.cid-uC5m4o5L0j .item-img:before {
  content: '';
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
  left: 0;
  background: black;
  opacity: 0.3;
  z-index: 1;
  transition: all 0.3s;
  pointer-events: none;
}
.cid-uC5m4o5L0j h5 {
  margin-bottom: 1rem;
}
.cid-uC5m4o5L0j .item-content {
  position: absolute;
  top: 55%;
  right: 0;
  z-index: 2;
  width: 100%;
  transform: translateY(-50%);
  padding: 2rem 8rem;
  display: flex;
  flex-direction: column;
  height: 50%;
}
@media (max-width: 767px) {
  .cid-uC5m4o5L0j .item-content {
    padding: 0 2rem 1.5rem;
    margin-top: 1rem;
  }
}
.cid-uC5m4o5L0j img,
.cid-uC5m4o5L0j .item-img {
  width: 100%;
  transition: all 0.3s;
  height: 100%;
  height: 400px;
  object-fit: cover;
}
.cid-uC5m4o5L0j .item:focus,
.cid-uC5m4o5L0j span:focus {
  outline: none;
}
.cid-uC5m4o5L0j .item {
  margin-bottom: 2rem;
}
@media (max-width: 767px) {
  .cid-uC5m4o5L0j .item {
    margin-bottom: 1rem;
  }
}
.cid-uC5m4o5L0j .item-wrapper {
  position: relative;
  border-radius: 15px;
  height: 100%;
  display: flex;
  flex-flow: column nowrap;
}
.cid-uC5m4o5L0j .mbr-section-title {
  color: #4e423d;
}
.cid-uC5m4o5L0j .item-title {
  text-align: left;
  color: #ffffff;
}
.cid-uC5m4o5L0j .item-subtitle {
  text-align: left;
  color: #ffffff;
}
.cid-uC5m4o5L0j .mbr-text,
.cid-uC5m4o5L0j .item .mbr-section-btn {
  text-align: left;
  color: #ffffff;
}
.cid-uC5m4o5L0j .content-head {
  max-width: 800px;
}
.cid-uC5m4oSQd3 {
  padding-top: 1rem;
  padding-bottom: 5rem;
  background-color: #fafafa;
}
.cid-uC5m4oSQd3 .mbr-section-title {
  margin-bottom: 1em;
  color: #272727;
}
.cid-uC5m4oSQd3 .mbr-section-subtitle {
  margin-bottom: 1.5625em;
  color: #272727;
  opacity: 0.4;
}
.cid-uC5m4oSQd3 .item-row {
  display: grid;
  -webkit-box-align: stretch;
  -webkit-align-items: stretch;
  -ms-flex-align: stretch;
  align-items: stretch;
  grid-auto-columns: 1fr;
  grid-column-gap: 16px;
  grid-row-gap: 16px;
  grid-template-columns: repeat(4, 1fr);
  -ms-grid-rows: auto;
  grid-template-rows: auto;
}
@media (max-width: 1199px) {
  .cid-uC5m4oSQd3 .item-row {
    grid-template-columns: repeat(2, 1fr);
  }
}
@media (max-width: 767px) {
  .cid-uC5m4oSQd3 .item-row {
    grid-template-columns: repeat(1, 1fr);
  }
}
.cid-uC5m4oSQd3 .item {
  padding: 0;
}
.cid-uC5m4oSQd3 .item-wrapper {
  display: flex;
  flex-direction: column;
  align-items: stretch;
  height: 100%;
  width: 100%;
  border-radius: 10px;
  overflow: hidden;
  transform-style: preserve-3d;
  transition: .3s all;
  border: 2px solid transparent;
}
.cid-uC5m4oSQd3 .item-wrapper:hover {
  transform: scale3d(1.01, 1.01, 1);
  border-color: #fafafa;
}
.cid-uC5m4oSQd3 .item-img {
  display: flex;
  align-items: center;
  justify-content: center;
  height: 175px;
}
.cid-uC5m4oSQd3 .item-img img {
  width: 100%;
  object-fit: cover;
  height: 100%;
}
.cid-uC5m4oSQd3 .item-content {
  display: flex;
  flex-direction: column;
  align-items: stretch;
  width: 100%;
  padding: 20px 5% 6%;
  flex-grow: 1;
  background-color: #ffffff;
}
.cid-uC5m4oSQd3 .item-text-wrap {
  width: 100%;
  margin-bottom: 5.3em;
}
@media (max-width: 1199px) {
  .cid-uC5m4oSQd3 .item-text-wrap {
    margin-bottom: 4em;
  }
}
@media (max-width: 767px) {
  .cid-uC5m4oSQd3 .item-text-wrap {
    margin-bottom: 2em;
    max-width: 340px;
    margin-right: auto;
  }
}
.cid-uC5m4oSQd3 .item-title {
  color: #272727;
  margin-bottom: 0.52em;
}
.cid-uC5m4oSQd3 .item-subtitle {
  color: #272727;
  opacity: 0.52em;
}
.cid-uC5m4oSQd3 .card-bottom {
  display: flex;
  flex-direction: column;
  align-items: stretch;
  margin-top: auto;
}
.cid-uC5m4oSQd3 .item-name-wrap {
  display: flex;
  align-items: center;
  width: 100%;
}
.cid-uC5m4oSQd3 .image-wrapper {
  width: 35px;
  height: 35px;
  margin-right: 10px;
  border-radius: 300px;
  overflow: hidden;
}
.cid-uC5m4oSQd3 .image-wrapper img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.cid-uC5m4oSQd3 .mbr-text {
  flex-grow: 1;
  color: #272727;
  text-align: right;
}
.cid-uC5m4oSQd3 .mbr-section-btn {
  display: flex;
  margin-top: 20px;
  width: auto !important;
}
.cid-uC5m4oSQd3 .mbr-section-btn .btn {
  width: 100%;
  min-width: auto !important;
}
.cid-uLMRAIzUxG {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-color: #0e132f;
}
.cid-uLMRAIzUxG .mbr-fallback-image.disabled {
  display: none;
}
.cid-uLMRAIzUxG .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-uLMRAIzUxG .container {
    padding: 0 16px;
  }
}
.cid-uLMRAIzUxG .card {
  display: flex;
  flex-direction: column;
  justify-content: space-between;
}
@media (max-width: 992px) {
  .cid-uLMRAIzUxG .card {
    margin-bottom: 40px;
  }
}
.cid-uLMRAIzUxG .card .content-wrapper .title-wrapper .title-wrap {
  display: inline-flex;
  align-items: center;
  margin-bottom: 16px;
}
@media (max-width: 992px) {
  .cid-uLMRAIzUxG .card .content-wrapper .title-wrapper .title-wrap {
    margin-bottom: 40px;
  }
}
.cid-uLMRAIzUxG .card .content-wrapper .title-wrapper .title-wrap img {
  width: 32px;
  height: 32px;
  object-fit: contain;
  margin-right: 1rem;
}
.cid-uLMRAIzUxG .card .content-wrapper .title-wrapper .title-wrap .mbr-section-title {
  margin-bottom: 0;
}
.cid-uLMRAIzUxG .card .content-wrapper .copyright {
  margin-bottom: 20px;
}
@media (max-width: 992px) {
  .cid-uLMRAIzUxG .card .content-wrapper .copyright {
    margin-bottom: 40px;
  }
}
.cid-uLMRAIzUxG .card .social-wrapper .social-wrap {
  display: inline-flex;
  flex-wrap: wrap;
}
.cid-uLMRAIzUxG .card .social-wrapper .social-wrap .mbr-iconfont {
  font-size: 20px;
  margin-right: 48px;
  color: #ffffff;
}
.cid-uLMRAIzUxG .list-wrapper .mbr-card-title {
  margin-bottom: 16px;
}
.cid-uLMRAIzUxG .list-wrapper .list {
  margin: 0;
  padding: 0;
  list-style-type: none;
}
.cid-uLMRAIzUxG .list-wrapper .list .item-wrap {
  margin-bottom: 16px;
}
@media (max-width: 992px) {
  .cid-uLMRAIzUxG .list-wrapper .list {
    margin-bottom: 40px;
  }
}
.cid-uLMRAIzUxG .mbr-section-title {
  color: #ffffff;
}
.cid-uLMRAIzUxG .copyright {
  color: #ffffff;
}
.cid-uLMRAIzUxG .mbr-card-title {
  color: #D4FE00;
}
.cid-uLMRAIzUxG .list {
  color: #ffffff;
}
.cid-uLMT5bnPh6 .navbar-dropdown {
  background-color: #ffffff !important;
  padding: 0;
}
.cid-uLMT5bnPh6 .navbar.navbar-expand-lg .dropdown .dropdown-menu {
  background-color: #ffffff !important;
  background: #ffffff;
}
.cid-uLMT5bnPh6 .navbar.navbar-expand-lg .dropdown .dropdown-menu .dropdown-submenu {
  margin: 0;
  left: 100%;
}
@media (max-width: 991px) {
  .cid-uLMT5bnPh6 .menu_box .navbar.opened,
  .cid-uLMT5bnPh6 .menu_box .navbar-collapse {
    background-color: #ffffff !important;
    transition: all 0s ease 0s;
  }
}
.cid-uLMT5bnPh6 .navbar-dropdown {
  position: relative !important;
}
.cid-uLMT5bnPh6 .btn {
  min-height: auto;
  box-shadow: none;
  margin-top: 0;
}
.cid-uLMT5bnPh6 .btn:hover {
  box-shadow: none;
}
@media (min-width: 992px) {
  .cid-uLMT5bnPh6 .offcanvas_image img {
    width: auto;
    object-fit: cover;
    display: inline-block;
  }
  .cid-uLMT5bnPh6 .offcanvas-header {
    position: relative;
    padding: 0;
  }
  .cid-uLMT5bnPh6 .offcanvas-header .btn-close {
    position: absolute;
    top: -70px;
    right: 0;
    width: 35px;
    height: 30px;
  }
  .cid-uLMT5bnPh6 .offcanvas-body {
    text-align: center;
    padding: 0;
  }
  .cid-uLMT5bnPh6 .offcanvas-body .mbr-text,
  .cid-uLMT5bnPh6 .offcanvas-body .mbr-section-subtitle {
    margin-top: 14px;
  }
  .cid-uLMT5bnPh6 .offcanvas-body .offcanvas_contact {
    margin: 35px 0;
  }
  .cid-uLMT5bnPh6 .offcanvas_box button.btn_offcanvas {
    outline: none;
    width: 40px;
    height: 40px;
    cursor: pointer;
    transition: all 0.2s;
    position: relative;
    align-self: center;
  }
  .cid-uLMT5bnPh6 .offcanvas_box button.btn_offcanvas .hamburger span {
    position: absolute;
    right: 0;
    width: 40px;
    height: 2px;
    border-right: 5px;
    background-color: #474747;
  }
  .cid-uLMT5bnPh6 .offcanvas_box button.btn_offcanvas .hamburger span:nth-child(1) {
    top: 18px;
    transition: all 0.2s;
  }
  .cid-uLMT5bnPh6 .offcanvas_box button.btn_offcanvas .hamburger span:nth-child(2) {
    top: 25px;
    transition: all 0.2s;
  }
  .cid-uLMT5bnPh6 .offcanvas_box button.btn_offcanvas:hover .hamburger span {
    width: 36px;
  }
  .cid-uLMT5bnPh6 .offcanvas_box button.btn_offcanvas:hover .hamburger span:nth-child(2) {
    width: 33px;
    transition-delay: 0.2s;
  }
  .cid-uLMT5bnPh6 ul.navbar-nav {
    padding-bottom: 1.5rem;
  }
  .cid-uLMT5bnPh6 .dropdown-menu .dropdown-toggle[data-toggle="dropdown-submenu"]::after,
  .cid-uLMT5bnPh6 .link.dropdown-toggle::after {
    display: inline-block;
    width: 7px;
    height: 7px;
    margin-left: .5rem;
    margin-bottom: 2px;
    content: "";
    border: 2px solid;
    border-left: none;
    border-top: none;
    transform: rotate(-45deg);
  }
  .cid-uLMT5bnPh6 .link.dropdown-toggle::after {
    padding: 0 !important;
    transform: rotate(45deg);
  }
  .cid-uLMT5bnPh6 li.nav-item {
    position: relative;
    display: inline-block;
    padding: 1px 7px !important;
    vertical-align: middle;
    line-height: 2em !important;
    font-weight: 600 !important;
    text-decoration: none;
    letter-spacing: 0 !important;
    z-index: 1;
  }
  .cid-uLMT5bnPh6 .lg_brand {
    margin: 0 1rem;
  }
}
.cid-uLMT5bnPh6 .nav-item {
  margin: 4px 15px;
}
@media (min-width: 1200px) {
  .cid-uLMT5bnPh6 .nav-item {
    margin: 4px 20px;
  }
}
@media (max-width: 991px) {
  .cid-uLMT5bnPh6 .nav-item {
    margin: 0 !important;
  }
}
.cid-uLMT5bnPh6 .dropdown-menu {
  border-radius: 0;
  box-shadow: none;
  text-align: left;
}
@media (min-width: 992px) {
  .cid-uLMT5bnPh6 .dropdown-menu {
    padding: 18px 34px 22px;
    min-width: 250px;
    top: auto !important;
    left: -40px !important;
  }
  .cid-uLMT5bnPh6 .dropdown-menu.dropdown-submenu {
    left: 215px !important;
    top: -45% !important;
  }
}
@media (max-width: 991px) {
  .cid-uLMT5bnPh6 .dropdown-menu .dropdown-toggle[data-toggle="dropdown-submenu"]::after,
  .cid-uLMT5bnPh6 .link.dropdown-toggle::after {
    display: inline-block;
    width: 7px;
    height: 7px;
    margin-left: .5rem;
    margin-bottom: 2px;
    content: "";
    border: 2px solid;
    border-left: none;
    border-top: none;
    transform: rotate(-45deg);
    right: 15px;
    position: absolute;
    margin-top: -2px;
  }
  .cid-uLMT5bnPh6 .show.dropdown-toggle[aria-expanded="true"]::after {
    transform: rotate(45deg);
    margin-top: -4px;
  }
  .cid-uLMT5bnPh6 .offcanvas_box {
    display: none;
  }
}
.cid-uLMT5bnPh6 .dropdown-item {
  border: none;
  font-weight: 400 !important;
}
.cid-uLMT5bnPh6 .nav-dropdown .link {
  font-weight: 400 !important;
  padding: 0 !important;
  margin: 0 !important;
}
.cid-uLMT5bnPh6 .nav-dropdown .link.dropdown-toggle::after {
  margin-left: 0.5rem;
  margin-top: 0;
}
.cid-uLMT5bnPh6 .container {
  display: flex;
  margin: auto;
}
.cid-uLMT5bnPh6 .iconfont-wrapper {
  color: #e0bdb6;
  font-size: 17px;
  margin-right: 10px;
  margin-bottom: 5px;
  width: 25px;
  height: 25px;
  border-radius: 50%;
  display: flex;
  justify-content: center;
  align-items: center;
  transition: all 0.2s ease-in-out;
}
.cid-uLMT5bnPh6 .iconfont-wrapper:last-child {
  margin-right: 0;
}
.cid-uLMT5bnPh6 .iconfont-wrapper:hover {
  opacity: .5;
}
.cid-uLMT5bnPh6 .navbar-caption {
  color: #747474;
}
.cid-uLMT5bnPh6 .navbar-nav {
  margin: 0 1rem;
}
@media (min-width: 992px) {
  .cid-uLMT5bnPh6 .navbar-nav {
    margin: 0;
  }
}
.cid-uLMT5bnPh6 .dropdown-menu,
.cid-uLMT5bnPh6 .navbar.opened {
  background-color: false !important;
}
.cid-uLMT5bnPh6 .nav-item:focus,
.cid-uLMT5bnPh6 .nav-link:focus {
  outline: none;
}
.cid-uLMT5bnPh6 .dropdown .dropdown-menu .dropdown-item {
  width: auto;
  transition: all 0.25s ease-in-out;
}
.cid-uLMT5bnPh6 .dropdown .dropdown-menu .dropdown-item::after {
  right: 0.5rem;
}
.cid-uLMT5bnPh6 .dropdown .dropdown-menu .dropdown-item .mbr-iconfont {
  margin-right: 0.5rem;
  vertical-align: sub;
}
.cid-uLMT5bnPh6 .dropdown .dropdown-menu .dropdown-item .mbr-iconfont:before {
  display: inline-block;
  transform: scale(1, 1);
  transition: all 0.25s ease-in-out;
}
.cid-uLMT5bnPh6 .collapsed .dropdown-menu .dropdown-item:before {
  display: none;
}
.cid-uLMT5bnPh6 .collapsed .dropdown .dropdown-menu .dropdown-item {
  padding: 0.235em 1.5em 0.235em 1.5em !important;
  transition: none;
  margin: 0 !important;
}
.cid-uLMT5bnPh6 .navbar {
  min-height: 70px;
  padding: 20px 0;
  transition: all 0.3s;
  border-bottom-width: 0px;
}
@media (max-width: 992px) {
  .cid-uLMT5bnPh6 .navbar {
    min-height: 30px;
    max-height: 90px;
  }
}
.cid-uLMT5bnPh6 .navbar.opened {
  transition: all 0.3s;
}
.cid-uLMT5bnPh6 .navbar .dropdown-item {
  padding: 0;
  margin: 8px 0;
}
.cid-uLMT5bnPh6 .navbar .navbar-logo img {
  width: auto;
  object-fit: contain;
  border-radius: 0;
}
.cid-uLMT5bnPh6 .navbar .navbar-collapse {
  justify-content: space-between;
  z-index: 1;
}
.cid-uLMT5bnPh6 .navbar.collapsed {
  justify-content: center;
}
.cid-uLMT5bnPh6 .navbar.collapsed .nav-item .nav-link::before {
  display: none;
}
.cid-uLMT5bnPh6 .navbar.collapsed.opened .dropdown-menu {
  top: 0;
}
.cid-uLMT5bnPh6 .navbar.collapsed .dropdown-menu .dropdown-submenu {
  left: 0 !important;
}
.cid-uLMT5bnPh6 .navbar.collapsed .dropdown-menu .dropdown-item:after {
  right: auto;
}
.cid-uLMT5bnPh6 .navbar.collapsed ul.navbar-nav li {
  margin: auto;
}
.cid-uLMT5bnPh6 .navbar.collapsed .dropdown-menu .dropdown-item {
  padding: 0.25rem 1.5rem;
  text-align: left;
}
.cid-uLMT5bnPh6 .navbar.collapsed .icons-menu {
  padding: 0;
}
@media (max-width: 991px) {
  .cid-uLMT5bnPh6 .navbar .nav-item {
    padding: .5rem 0;
  }
  .cid-uLMT5bnPh6 .navbar .navbar-collapse {
    padding: 34px 0;
    border-radius: 25px;
  }
  .cid-uLMT5bnPh6 .navbar .nav-item .nav-link::before {
    display: none;
  }
  .cid-uLMT5bnPh6 .navbar.opened .dropdown-menu {
    top: 0;
  }
  .cid-uLMT5bnPh6 .navbar .dropdown-menu {
    padding: 6px 0 6px 15px;
  }
  .cid-uLMT5bnPh6 .navbar .dropdown-menu .dropdown-submenu {
    left: 0 !important;
  }
  .cid-uLMT5bnPh6 .navbar .dropdown-menu .dropdown-item:after {
    right: auto;
    margin-top: -0.4rem;
  }
  .cid-uLMT5bnPh6 .navbar .navbar-logo img {
    height: 3rem !important;
  }
  .cid-uLMT5bnPh6 .navbar ul.navbar-nav {
    overflow: hidden;
  }
  .cid-uLMT5bnPh6 .navbar ul.navbar-nav li {
    margin: 0;
  }
  .cid-uLMT5bnPh6 .navbar .dropdown-menu .dropdown-item {
    padding: 0 !important;
    margin: 0;
    margin-top: 8px;
    text-align: left;
  }
  .cid-uLMT5bnPh6 .navbar .navbar-brand {
    flex-shrink: initial;
    flex-basis: auto;
    word-break: break-word;
    padding-right: 2rem;
  }
  .cid-uLMT5bnPh6 .navbar .navbar-toggler {
    flex-basis: auto;
  }
  .cid-uLMT5bnPh6 .navbar .icons-menu {
    padding: 0;
  }
}
.cid-uLMT5bnPh6 .navbar.navbar-short {
  min-height: 60px;
}
.cid-uLMT5bnPh6 .navbar.navbar-short .navbar-logo img {
  height: 2.5rem !important;
}
.cid-uLMT5bnPh6 .navbar.navbar-short .navbar-brand {
  min-height: 60px;
  padding: 0;
}
.cid-uLMT5bnPh6 .navbar-brand {
  min-height: 70px;
  flex-shrink: 0;
  align-items: center;
  margin-right: 0;
  padding: 10px 0;
  transition: all 0.3s;
  word-break: break-word;
  z-index: 1;
}
.cid-uLMT5bnPh6 .navbar-brand .navbar-caption {
  line-height: inherit !important;
}
.cid-uLMT5bnPh6 .navbar-brand .navbar-logo a {
  outline: none;
}
.cid-uLMT5bnPh6 .dropdown-item.active,
.cid-uLMT5bnPh6 .dropdown-item:active {
  background-color: transparent;
}
.cid-uLMT5bnPh6 .navbar-expand-lg .navbar-nav .nav-link {
  padding: 0;
}
.cid-uLMT5bnPh6 .nav-dropdown .link.dropdown-toggle {
  margin-right: 1.667em;
}
.cid-uLMT5bnPh6 .nav-dropdown .link.dropdown-toggle[aria-expanded="true"] {
  margin-right: 0;
  padding: 0.667em 1.667em;
}
.cid-uLMT5bnPh6 .navbar .dropdown.open > .dropdown-menu {
  display: block;
}
.cid-uLMT5bnPh6 ul.navbar-nav {
  flex-wrap: wrap;
  padding: 36px 0;
  border-bottom: 1px solid #0e132f;
}
.cid-uLMT5bnPh6 .navbar-buttons {
  text-align: center;
  min-width: 170px;
}
.cid-uLMT5bnPh6 button.navbar-toggler {
  outline: none;
  width: 48px;
  height: 48px;
  border-radius: 50%;
  cursor: pointer;
  transition: all 0.2s;
  position: relative;
  align-self: center;
  color: #ffffff;
  background: #ffffff;
}
.cid-uLMT5bnPh6 button.navbar-toggler .hamburger span {
  position: absolute;
  right: 10px;
  margin-top: 14px;
  width: 26px;
  height: 2px;
  border-right: 5px;
  background-color: #474747;
}
.cid-uLMT5bnPh6 button.navbar-toggler .hamburger span:nth-child(1) {
  top: 0;
  transition: all 0.2s;
}
.cid-uLMT5bnPh6 button.navbar-toggler .hamburger span:nth-child(2) {
  top: 8px;
  transition: all 0.15s;
}
.cid-uLMT5bnPh6 button.navbar-toggler .hamburger span:nth-child(3) {
  top: 8px;
  transition: all 0.15s;
}
.cid-uLMT5bnPh6 button.navbar-toggler .hamburger span:nth-child(4) {
  top: 16px;
  transition: all 0.2s;
}
.cid-uLMT5bnPh6 nav.opened .hamburger span:nth-child(1) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-uLMT5bnPh6 nav.opened .hamburger span:nth-child(2) {
  transform: rotate(45deg);
  transition: all 0.25s;
}
.cid-uLMT5bnPh6 nav.opened .hamburger span:nth-child(3) {
  transform: rotate(-45deg);
  transition: all 0.25s;
}
.cid-uLMT5bnPh6 nav.opened .hamburger span:nth-child(4) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-uLMT5bnPh6 a.nav-link {
  display: flex;
  align-items: center;
  justify-content: flex-start;
}
.cid-uLMT5bnPh6 .icons-menu {
  flex-wrap: nowrap;
  display: flex;
  justify-content: center;
  padding: 0;
  text-align: center;
  margin-bottom: 35px;
}
@media screen and (-ms-high-contrast: active), (-ms-high-contrast: none) {
  .cid-uLMT5bnPh6 .navbar {
    height: 70px;
  }
  .cid-uLMT5bnPh6 .navbar.opened {
    height: auto;
  }
  .cid-uLMT5bnPh6 .nav-item .nav-link:hover::before {
    width: 175%;
    max-width: calc(100% + 2rem);
    left: -1rem;
  }
}
.cid-uLMT5bnPh6 .navbar-dropdown .navbar-logo {
  margin-right: 15px;
}
@media (min-width: 768px) {
  .cid-uLMT5bnPh6 .container-fluid {
    padding-left: 30px;
    padding-right: 30px;
  }
}
.cid-uLMT5bnPh6 .mbr-section-btn-main {
  padding-top: 5px;
}
.cid-uLMT5bnPh6 .mbr-section-btn-main .btn {
  margin: 0 4px 4px 4px;
}
.cid-uLMT5bnPh6 .navbar-caption:hover {
  color: #2554ab;
}
@media (min-width: 992px) {
  .cid-uLMT5bnPh6 .dropdown-menu.dropdown-submenu {
    left: 175px !important;
    top: -45% !important;
  }
}
.cid-uLMT5bnPh6 .nav-link {
  position: relative;
}
.cid-uLMT5bnPh6 .nav-link:before {
  content: '';
  position: absolute;
  left: -12px;
  width: 6px;
  height: 6px;
  border-radius: 100%;
  background-color: #2554ab;
  transition: all .3s ease;
  opacity: 0;
}
.cid-uLMT5bnPh6 .nav-link:hover:before {
  opacity: 1;
}
.cid-uLMT5bnPh6 .mbr-section-subtitle {
  color: #ffffff;
}
.cid-uLMT5bnPh6 .mbr-text {
  color: #ffffff;
  text-align: center;
}
.cid-uLMT5bnPh6 .text_widget {
  color: #ffffff;
}
.cid-uLMT5bnPh6 .mbr-section-subtitle,
.cid-uLMT5bnPh6 .text_widget,
.cid-uLMT5bnPh6 .mbr-section-btn {
  text-align: center;
}
.cid-uLMT5bnPh6 a[class*="text-"]:not(.nav-link):not(.dropdown-item):not([role]):not(.navbar-caption):hover {
  background-image: none;
}
.cid-uC5mDkPKMN {
  padding-top: 0rem;
  padding-bottom: 0rem;
  background-color: #ffffff;
}
.cid-uC5mDkPKMN .item-img {
  position: relative;
  overflow: hidden;
}
.cid-uC5mDkPKMN .item-img:before {
  content: '';
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
  left: 0;
  background: black;
  opacity: 0.3;
  z-index: 1;
  transition: all 0.3s;
  pointer-events: none;
}
.cid-uC5mDkPKMN h5 {
  margin-bottom: 1rem;
}
.cid-uC5mDkPKMN .item-content {
  position: absolute;
  top: 55%;
  right: 0;
  z-index: 2;
  width: 100%;
  transform: translateY(-50%);
  padding: 2rem 8rem;
  display: flex;
  flex-direction: column;
  height: 50%;
}
@media (max-width: 767px) {
  .cid-uC5mDkPKMN .item-content {
    padding: 0 2rem 1.5rem;
    margin-top: 1rem;
  }
}
.cid-uC5mDkPKMN img,
.cid-uC5mDkPKMN .item-img {
  width: 100%;
  transition: all 0.3s;
  height: 100%;
  height: 400px;
  object-fit: cover;
}
.cid-uC5mDkPKMN .item:focus,
.cid-uC5mDkPKMN span:focus {
  outline: none;
}
.cid-uC5mDkPKMN .item {
  margin-bottom: 2rem;
}
@media (max-width: 767px) {
  .cid-uC5mDkPKMN .item {
    margin-bottom: 1rem;
  }
}
.cid-uC5mDkPKMN .item-wrapper {
  position: relative;
  border-radius: 15px;
  height: 100%;
  display: flex;
  flex-flow: column nowrap;
}
.cid-uC5mDkPKMN .mbr-section-title {
  color: #4e423d;
}
.cid-uC5mDkPKMN .item-title {
  text-align: left;
  color: #ffffff;
}
.cid-uC5mDkPKMN .item-subtitle {
  text-align: left;
  color: #ffffff;
}
.cid-uC5mDkPKMN .mbr-text,
.cid-uC5mDkPKMN .item .mbr-section-btn {
  text-align: left;
  color: #ffffff;
}
.cid-uC5mDkPKMN .content-head {
  max-width: 800px;
}
.cid-uC5mDlm3uR {
  padding-top: 1rem;
  padding-bottom: 5rem;
  background-color: #fafafa;
}
.cid-uC5mDlm3uR .mbr-section-title {
  margin-bottom: 1em;
  color: #272727;
}
.cid-uC5mDlm3uR .mbr-section-subtitle {
  margin-bottom: 1.5625em;
  color: #272727;
  opacity: 0.4;
}
.cid-uC5mDlm3uR .item-row {
  display: grid;
  -webkit-box-align: stretch;
  -webkit-align-items: stretch;
  -ms-flex-align: stretch;
  align-items: stretch;
  grid-auto-columns: 1fr;
  grid-column-gap: 16px;
  grid-row-gap: 16px;
  grid-template-columns: repeat(4, 1fr);
  -ms-grid-rows: auto;
  grid-template-rows: auto;
}
@media (max-width: 1199px) {
  .cid-uC5mDlm3uR .item-row {
    grid-template-columns: repeat(2, 1fr);
  }
}
@media (max-width: 767px) {
  .cid-uC5mDlm3uR .item-row {
    grid-template-columns: repeat(1, 1fr);
  }
}
.cid-uC5mDlm3uR .item {
  padding: 0;
}
.cid-uC5mDlm3uR .item-wrapper {
  display: flex;
  flex-direction: column;
  align-items: stretch;
  height: 100%;
  width: 100%;
  border-radius: 10px;
  overflow: hidden;
  transform-style: preserve-3d;
  transition: .3s all;
  border: 2px solid transparent;
}
.cid-uC5mDlm3uR .item-wrapper:hover {
  transform: scale3d(1.01, 1.01, 1);
  border-color: #fafafa;
}
.cid-uC5mDlm3uR .item-img {
  display: flex;
  align-items: center;
  justify-content: center;
  height: 175px;
}
.cid-uC5mDlm3uR .item-img img {
  width: 100%;
  object-fit: cover;
  height: 100%;
}
.cid-uC5mDlm3uR .item-content {
  display: flex;
  flex-direction: column;
  align-items: stretch;
  width: 100%;
  padding: 20px 5% 6%;
  flex-grow: 1;
  background-color: #ffffff;
}
.cid-uC5mDlm3uR .item-text-wrap {
  width: 100%;
  margin-bottom: 5.3em;
}
@media (max-width: 1199px) {
  .cid-uC5mDlm3uR .item-text-wrap {
    margin-bottom: 4em;
  }
}
@media (max-width: 767px) {
  .cid-uC5mDlm3uR .item-text-wrap {
    margin-bottom: 2em;
    max-width: 340px;
    margin-right: auto;
  }
}
.cid-uC5mDlm3uR .item-title {
  color: #272727;
  margin-bottom: 0.52em;
}
.cid-uC5mDlm3uR .item-subtitle {
  color: #272727;
  opacity: 0.52em;
}
.cid-uC5mDlm3uR .card-bottom {
  display: flex;
  flex-direction: column;
  align-items: stretch;
  margin-top: auto;
}
.cid-uC5mDlm3uR .item-name-wrap {
  display: flex;
  align-items: center;
  width: 100%;
}
.cid-uC5mDlm3uR .image-wrapper {
  width: 35px;
  height: 35px;
  margin-right: 10px;
  border-radius: 300px;
  overflow: hidden;
}
.cid-uC5mDlm3uR .image-wrapper img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.cid-uC5mDlm3uR .mbr-text {
  flex-grow: 1;
  color: #272727;
  text-align: right;
}
.cid-uC5mDlm3uR .mbr-section-btn {
  display: flex;
  margin-top: 20px;
  width: auto !important;
}
.cid-uC5mDlm3uR .mbr-section-btn .btn {
  width: 100%;
  min-width: auto !important;
}
.cid-uLMRAIzUxG {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-color: #0e132f;
}
.cid-uLMRAIzUxG .mbr-fallback-image.disabled {
  display: none;
}
.cid-uLMRAIzUxG .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-uLMRAIzUxG .container {
    padding: 0 16px;
  }
}
.cid-uLMRAIzUxG .card {
  display: flex;
  flex-direction: column;
  justify-content: space-between;
}
@media (max-width: 992px) {
  .cid-uLMRAIzUxG .card {
    margin-bottom: 40px;
  }
}
.cid-uLMRAIzUxG .card .content-wrapper .title-wrapper .title-wrap {
  display: inline-flex;
  align-items: center;
  margin-bottom: 16px;
}
@media (max-width: 992px) {
  .cid-uLMRAIzUxG .card .content-wrapper .title-wrapper .title-wrap {
    margin-bottom: 40px;
  }
}
.cid-uLMRAIzUxG .card .content-wrapper .title-wrapper .title-wrap img {
  width: 32px;
  height: 32px;
  object-fit: contain;
  margin-right: 1rem;
}
.cid-uLMRAIzUxG .card .content-wrapper .title-wrapper .title-wrap .mbr-section-title {
  margin-bottom: 0;
}
.cid-uLMRAIzUxG .card .content-wrapper .copyright {
  margin-bottom: 20px;
}
@media (max-width: 992px) {
  .cid-uLMRAIzUxG .card .content-wrapper .copyright {
    margin-bottom: 40px;
  }
}
.cid-uLMRAIzUxG .card .social-wrapper .social-wrap {
  display: inline-flex;
  flex-wrap: wrap;
}
.cid-uLMRAIzUxG .card .social-wrapper .social-wrap .mbr-iconfont {
  font-size: 20px;
  margin-right: 48px;
  color: #ffffff;
}
.cid-uLMRAIzUxG .list-wrapper .mbr-card-title {
  margin-bottom: 16px;
}
.cid-uLMRAIzUxG .list-wrapper .list {
  margin: 0;
  padding: 0;
  list-style-type: none;
}
.cid-uLMRAIzUxG .list-wrapper .list .item-wrap {
  margin-bottom: 16px;
}
@media (max-width: 992px) {
  .cid-uLMRAIzUxG .list-wrapper .list {
    margin-bottom: 40px;
  }
}
.cid-uLMRAIzUxG .mbr-section-title {
  color: #ffffff;
}
.cid-uLMRAIzUxG .copyright {
  color: #ffffff;
}
.cid-uLMRAIzUxG .mbr-card-title {
  color: #D4FE00;
}
.cid-uLMRAIzUxG .list {
  color: #ffffff;
}
.cid-uLMT5bnPh6 .navbar-dropdown {
  background-color: #ffffff !important;
  padding: 0;
}
.cid-uLMT5bnPh6 .navbar.navbar-expand-lg .dropdown .dropdown-menu {
  background-color: #ffffff !important;
  background: #ffffff;
}
.cid-uLMT5bnPh6 .navbar.navbar-expand-lg .dropdown .dropdown-menu .dropdown-submenu {
  margin: 0;
  left: 100%;
}
@media (max-width: 991px) {
  .cid-uLMT5bnPh6 .menu_box .navbar.opened,
  .cid-uLMT5bnPh6 .menu_box .navbar-collapse {
    background-color: #ffffff !important;
    transition: all 0s ease 0s;
  }
}
.cid-uLMT5bnPh6 .navbar-dropdown {
  position: relative !important;
}
.cid-uLMT5bnPh6 .btn {
  min-height: auto;
  box-shadow: none;
  margin-top: 0;
}
.cid-uLMT5bnPh6 .btn:hover {
  box-shadow: none;
}
@media (min-width: 992px) {
  .cid-uLMT5bnPh6 .offcanvas_image img {
    width: auto;
    object-fit: cover;
    display: inline-block;
  }
  .cid-uLMT5bnPh6 .offcanvas-header {
    position: relative;
    padding: 0;
  }
  .cid-uLMT5bnPh6 .offcanvas-header .btn-close {
    position: absolute;
    top: -70px;
    right: 0;
    width: 35px;
    height: 30px;
  }
  .cid-uLMT5bnPh6 .offcanvas-body {
    text-align: center;
    padding: 0;
  }
  .cid-uLMT5bnPh6 .offcanvas-body .mbr-text,
  .cid-uLMT5bnPh6 .offcanvas-body .mbr-section-subtitle {
    margin-top: 14px;
  }
  .cid-uLMT5bnPh6 .offcanvas-body .offcanvas_contact {
    margin: 35px 0;
  }
  .cid-uLMT5bnPh6 .offcanvas_box button.btn_offcanvas {
    outline: none;
    width: 40px;
    height: 40px;
    cursor: pointer;
    transition: all 0.2s;
    position: relative;
    align-self: center;
  }
  .cid-uLMT5bnPh6 .offcanvas_box button.btn_offcanvas .hamburger span {
    position: absolute;
    right: 0;
    width: 40px;
    height: 2px;
    border-right: 5px;
    background-color: #474747;
  }
  .cid-uLMT5bnPh6 .offcanvas_box button.btn_offcanvas .hamburger span:nth-child(1) {
    top: 18px;
    transition: all 0.2s;
  }
  .cid-uLMT5bnPh6 .offcanvas_box button.btn_offcanvas .hamburger span:nth-child(2) {
    top: 25px;
    transition: all 0.2s;
  }
  .cid-uLMT5bnPh6 .offcanvas_box button.btn_offcanvas:hover .hamburger span {
    width: 36px;
  }
  .cid-uLMT5bnPh6 .offcanvas_box button.btn_offcanvas:hover .hamburger span:nth-child(2) {
    width: 33px;
    transition-delay: 0.2s;
  }
  .cid-uLMT5bnPh6 ul.navbar-nav {
    padding-bottom: 1.5rem;
  }
  .cid-uLMT5bnPh6 .dropdown-menu .dropdown-toggle[data-toggle="dropdown-submenu"]::after,
  .cid-uLMT5bnPh6 .link.dropdown-toggle::after {
    display: inline-block;
    width: 7px;
    height: 7px;
    margin-left: .5rem;
    margin-bottom: 2px;
    content: "";
    border: 2px solid;
    border-left: none;
    border-top: none;
    transform: rotate(-45deg);
  }
  .cid-uLMT5bnPh6 .link.dropdown-toggle::after {
    padding: 0 !important;
    transform: rotate(45deg);
  }
  .cid-uLMT5bnPh6 li.nav-item {
    position: relative;
    display: inline-block;
    padding: 1px 7px !important;
    vertical-align: middle;
    line-height: 2em !important;
    font-weight: 600 !important;
    text-decoration: none;
    letter-spacing: 0 !important;
    z-index: 1;
  }
  .cid-uLMT5bnPh6 .lg_brand {
    margin: 0 1rem;
  }
}
.cid-uLMT5bnPh6 .nav-item {
  margin: 4px 15px;
}
@media (min-width: 1200px) {
  .cid-uLMT5bnPh6 .nav-item {
    margin: 4px 20px;
  }
}
@media (max-width: 991px) {
  .cid-uLMT5bnPh6 .nav-item {
    margin: 0 !important;
  }
}
.cid-uLMT5bnPh6 .dropdown-menu {
  border-radius: 0;
  box-shadow: none;
  text-align: left;
}
@media (min-width: 992px) {
  .cid-uLMT5bnPh6 .dropdown-menu {
    padding: 18px 34px 22px;
    min-width: 250px;
    top: auto !important;
    left: -40px !important;
  }
  .cid-uLMT5bnPh6 .dropdown-menu.dropdown-submenu {
    left: 215px !important;
    top: -45% !important;
  }
}
@media (max-width: 991px) {
  .cid-uLMT5bnPh6 .dropdown-menu .dropdown-toggle[data-toggle="dropdown-submenu"]::after,
  .cid-uLMT5bnPh6 .link.dropdown-toggle::after {
    display: inline-block;
    width: 7px;
    height: 7px;
    margin-left: .5rem;
    margin-bottom: 2px;
    content: "";
    border: 2px solid;
    border-left: none;
    border-top: none;
    transform: rotate(-45deg);
    right: 15px;
    position: absolute;
    margin-top: -2px;
  }
  .cid-uLMT5bnPh6 .show.dropdown-toggle[aria-expanded="true"]::after {
    transform: rotate(45deg);
    margin-top: -4px;
  }
  .cid-uLMT5bnPh6 .offcanvas_box {
    display: none;
  }
}
.cid-uLMT5bnPh6 .dropdown-item {
  border: none;
  font-weight: 400 !important;
}
.cid-uLMT5bnPh6 .nav-dropdown .link {
  font-weight: 400 !important;
  padding: 0 !important;
  margin: 0 !important;
}
.cid-uLMT5bnPh6 .nav-dropdown .link.dropdown-toggle::after {
  margin-left: 0.5rem;
  margin-top: 0;
}
.cid-uLMT5bnPh6 .container {
  display: flex;
  margin: auto;
}
.cid-uLMT5bnPh6 .iconfont-wrapper {
  color: #e0bdb6;
  font-size: 17px;
  margin-right: 10px;
  margin-bottom: 5px;
  width: 25px;
  height: 25px;
  border-radius: 50%;
  display: flex;
  justify-content: center;
  align-items: center;
  transition: all 0.2s ease-in-out;
}
.cid-uLMT5bnPh6 .iconfont-wrapper:last-child {
  margin-right: 0;
}
.cid-uLMT5bnPh6 .iconfont-wrapper:hover {
  opacity: .5;
}
.cid-uLMT5bnPh6 .navbar-caption {
  color: #747474;
}
.cid-uLMT5bnPh6 .navbar-nav {
  margin: 0 1rem;
}
@media (min-width: 992px) {
  .cid-uLMT5bnPh6 .navbar-nav {
    margin: 0;
  }
}
.cid-uLMT5bnPh6 .dropdown-menu,
.cid-uLMT5bnPh6 .navbar.opened {
  background-color: false !important;
}
.cid-uLMT5bnPh6 .nav-item:focus,
.cid-uLMT5bnPh6 .nav-link:focus {
  outline: none;
}
.cid-uLMT5bnPh6 .dropdown .dropdown-menu .dropdown-item {
  width: auto;
  transition: all 0.25s ease-in-out;
}
.cid-uLMT5bnPh6 .dropdown .dropdown-menu .dropdown-item::after {
  right: 0.5rem;
}
.cid-uLMT5bnPh6 .dropdown .dropdown-menu .dropdown-item .mbr-iconfont {
  margin-right: 0.5rem;
  vertical-align: sub;
}
.cid-uLMT5bnPh6 .dropdown .dropdown-menu .dropdown-item .mbr-iconfont:before {
  display: inline-block;
  transform: scale(1, 1);
  transition: all 0.25s ease-in-out;
}
.cid-uLMT5bnPh6 .collapsed .dropdown-menu .dropdown-item:before {
  display: none;
}
.cid-uLMT5bnPh6 .collapsed .dropdown .dropdown-menu .dropdown-item {
  padding: 0.235em 1.5em 0.235em 1.5em !important;
  transition: none;
  margin: 0 !important;
}
.cid-uLMT5bnPh6 .navbar {
  min-height: 70px;
  padding: 20px 0;
  transition: all 0.3s;
  border-bottom-width: 0px;
}
@media (max-width: 992px) {
  .cid-uLMT5bnPh6 .navbar {
    min-height: 30px;
    max-height: 90px;
  }
}
.cid-uLMT5bnPh6 .navbar.opened {
  transition: all 0.3s;
}
.cid-uLMT5bnPh6 .navbar .dropdown-item {
  padding: 0;
  margin: 8px 0;
}
.cid-uLMT5bnPh6 .navbar .navbar-logo img {
  width: auto;
  object-fit: contain;
  border-radius: 0;
}
.cid-uLMT5bnPh6 .navbar .navbar-collapse {
  justify-content: space-between;
  z-index: 1;
}
.cid-uLMT5bnPh6 .navbar.collapsed {
  justify-content: center;
}
.cid-uLMT5bnPh6 .navbar.collapsed .nav-item .nav-link::before {
  display: none;
}
.cid-uLMT5bnPh6 .navbar.collapsed.opened .dropdown-menu {
  top: 0;
}
.cid-uLMT5bnPh6 .navbar.collapsed .dropdown-menu .dropdown-submenu {
  left: 0 !important;
}
.cid-uLMT5bnPh6 .navbar.collapsed .dropdown-menu .dropdown-item:after {
  right: auto;
}
.cid-uLMT5bnPh6 .navbar.collapsed ul.navbar-nav li {
  margin: auto;
}
.cid-uLMT5bnPh6 .navbar.collapsed .dropdown-menu .dropdown-item {
  padding: 0.25rem 1.5rem;
  text-align: left;
}
.cid-uLMT5bnPh6 .navbar.collapsed .icons-menu {
  padding: 0;
}
@media (max-width: 991px) {
  .cid-uLMT5bnPh6 .navbar .nav-item {
    padding: .5rem 0;
  }
  .cid-uLMT5bnPh6 .navbar .navbar-collapse {
    padding: 34px 0;
    border-radius: 25px;
  }
  .cid-uLMT5bnPh6 .navbar .nav-item .nav-link::before {
    display: none;
  }
  .cid-uLMT5bnPh6 .navbar.opened .dropdown-menu {
    top: 0;
  }
  .cid-uLMT5bnPh6 .navbar .dropdown-menu {
    padding: 6px 0 6px 15px;
  }
  .cid-uLMT5bnPh6 .navbar .dropdown-menu .dropdown-submenu {
    left: 0 !important;
  }
  .cid-uLMT5bnPh6 .navbar .dropdown-menu .dropdown-item:after {
    right: auto;
    margin-top: -0.4rem;
  }
  .cid-uLMT5bnPh6 .navbar .navbar-logo img {
    height: 3rem !important;
  }
  .cid-uLMT5bnPh6 .navbar ul.navbar-nav {
    overflow: hidden;
  }
  .cid-uLMT5bnPh6 .navbar ul.navbar-nav li {
    margin: 0;
  }
  .cid-uLMT5bnPh6 .navbar .dropdown-menu .dropdown-item {
    padding: 0 !important;
    margin: 0;
    margin-top: 8px;
    text-align: left;
  }
  .cid-uLMT5bnPh6 .navbar .navbar-brand {
    flex-shrink: initial;
    flex-basis: auto;
    word-break: break-word;
    padding-right: 2rem;
  }
  .cid-uLMT5bnPh6 .navbar .navbar-toggler {
    flex-basis: auto;
  }
  .cid-uLMT5bnPh6 .navbar .icons-menu {
    padding: 0;
  }
}
.cid-uLMT5bnPh6 .navbar.navbar-short {
  min-height: 60px;
}
.cid-uLMT5bnPh6 .navbar.navbar-short .navbar-logo img {
  height: 2.5rem !important;
}
.cid-uLMT5bnPh6 .navbar.navbar-short .navbar-brand {
  min-height: 60px;
  padding: 0;
}
.cid-uLMT5bnPh6 .navbar-brand {
  min-height: 70px;
  flex-shrink: 0;
  align-items: center;
  margin-right: 0;
  padding: 10px 0;
  transition: all 0.3s;
  word-break: break-word;
  z-index: 1;
}
.cid-uLMT5bnPh6 .navbar-brand .navbar-caption {
  line-height: inherit !important;
}
.cid-uLMT5bnPh6 .navbar-brand .navbar-logo a {
  outline: none;
}
.cid-uLMT5bnPh6 .dropdown-item.active,
.cid-uLMT5bnPh6 .dropdown-item:active {
  background-color: transparent;
}
.cid-uLMT5bnPh6 .navbar-expand-lg .navbar-nav .nav-link {
  padding: 0;
}
.cid-uLMT5bnPh6 .nav-dropdown .link.dropdown-toggle {
  margin-right: 1.667em;
}
.cid-uLMT5bnPh6 .nav-dropdown .link.dropdown-toggle[aria-expanded="true"] {
  margin-right: 0;
  padding: 0.667em 1.667em;
}
.cid-uLMT5bnPh6 .navbar .dropdown.open > .dropdown-menu {
  display: block;
}
.cid-uLMT5bnPh6 ul.navbar-nav {
  flex-wrap: wrap;
  padding: 36px 0;
  border-bottom: 1px solid #0e132f;
}
.cid-uLMT5bnPh6 .navbar-buttons {
  text-align: center;
  min-width: 170px;
}
.cid-uLMT5bnPh6 button.navbar-toggler {
  outline: none;
  width: 48px;
  height: 48px;
  border-radius: 50%;
  cursor: pointer;
  transition: all 0.2s;
  position: relative;
  align-self: center;
  color: #ffffff;
  background: #ffffff;
}
.cid-uLMT5bnPh6 button.navbar-toggler .hamburger span {
  position: absolute;
  right: 10px;
  margin-top: 14px;
  width: 26px;
  height: 2px;
  border-right: 5px;
  background-color: #474747;
}
.cid-uLMT5bnPh6 button.navbar-toggler .hamburger span:nth-child(1) {
  top: 0;
  transition: all 0.2s;
}
.cid-uLMT5bnPh6 button.navbar-toggler .hamburger span:nth-child(2) {
  top: 8px;
  transition: all 0.15s;
}
.cid-uLMT5bnPh6 button.navbar-toggler .hamburger span:nth-child(3) {
  top: 8px;
  transition: all 0.15s;
}
.cid-uLMT5bnPh6 button.navbar-toggler .hamburger span:nth-child(4) {
  top: 16px;
  transition: all 0.2s;
}
.cid-uLMT5bnPh6 nav.opened .hamburger span:nth-child(1) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-uLMT5bnPh6 nav.opened .hamburger span:nth-child(2) {
  transform: rotate(45deg);
  transition: all 0.25s;
}
.cid-uLMT5bnPh6 nav.opened .hamburger span:nth-child(3) {
  transform: rotate(-45deg);
  transition: all 0.25s;
}
.cid-uLMT5bnPh6 nav.opened .hamburger span:nth-child(4) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-uLMT5bnPh6 a.nav-link {
  display: flex;
  align-items: center;
  justify-content: flex-start;
}
.cid-uLMT5bnPh6 .icons-menu {
  flex-wrap: nowrap;
  display: flex;
  justify-content: center;
  padding: 0;
  text-align: center;
  margin-bottom: 35px;
}
@media screen and (-ms-high-contrast: active), (-ms-high-contrast: none) {
  .cid-uLMT5bnPh6 .navbar {
    height: 70px;
  }
  .cid-uLMT5bnPh6 .navbar.opened {
    height: auto;
  }
  .cid-uLMT5bnPh6 .nav-item .nav-link:hover::before {
    width: 175%;
    max-width: calc(100% + 2rem);
    left: -1rem;
  }
}
.cid-uLMT5bnPh6 .navbar-dropdown .navbar-logo {
  margin-right: 15px;
}
@media (min-width: 768px) {
  .cid-uLMT5bnPh6 .container-fluid {
    padding-left: 30px;
    padding-right: 30px;
  }
}
.cid-uLMT5bnPh6 .mbr-section-btn-main {
  padding-top: 5px;
}
.cid-uLMT5bnPh6 .mbr-section-btn-main .btn {
  margin: 0 4px 4px 4px;
}
.cid-uLMT5bnPh6 .navbar-caption:hover {
  color: #2554ab;
}
@media (min-width: 992px) {
  .cid-uLMT5bnPh6 .dropdown-menu.dropdown-submenu {
    left: 175px !important;
    top: -45% !important;
  }
}
.cid-uLMT5bnPh6 .nav-link {
  position: relative;
}
.cid-uLMT5bnPh6 .nav-link:before {
  content: '';
  position: absolute;
  left: -12px;
  width: 6px;
  height: 6px;
  border-radius: 100%;
  background-color: #2554ab;
  transition: all .3s ease;
  opacity: 0;
}
.cid-uLMT5bnPh6 .nav-link:hover:before {
  opacity: 1;
}
.cid-uLMT5bnPh6 .mbr-section-subtitle {
  color: #ffffff;
}
.cid-uLMT5bnPh6 .mbr-text {
  color: #ffffff;
  text-align: center;
}
.cid-uLMT5bnPh6 .text_widget {
  color: #ffffff;
}
.cid-uLMT5bnPh6 .mbr-section-subtitle,
.cid-uLMT5bnPh6 .text_widget,
.cid-uLMT5bnPh6 .mbr-section-btn {
  text-align: center;
}
.cid-uLMT5bnPh6 a[class*="text-"]:not(.nav-link):not(.dropdown-item):not([role]):not(.navbar-caption):hover {
  background-image: none;
}
.cid-uC5mABvqFS {
  padding-top: 0rem;
  padding-bottom: 0rem;
  background-color: #ffffff;
}
.cid-uC5mABvqFS .item-img {
  position: relative;
  overflow: hidden;
}
.cid-uC5mABvqFS .item-img:before {
  content: '';
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
  left: 0;
  background: black;
  opacity: 0.3;
  z-index: 1;
  transition: all 0.3s;
  pointer-events: none;
}
.cid-uC5mABvqFS h5 {
  margin-bottom: 1rem;
}
.cid-uC5mABvqFS .item-content {
  position: absolute;
  top: 55%;
  right: 0;
  z-index: 2;
  width: 100%;
  transform: translateY(-50%);
  padding: 2rem 8rem;
  display: flex;
  flex-direction: column;
  height: 50%;
}
@media (max-width: 767px) {
  .cid-uC5mABvqFS .item-content {
    padding: 0 2rem 1.5rem;
    margin-top: 1rem;
  }
}
.cid-uC5mABvqFS img,
.cid-uC5mABvqFS .item-img {
  width: 100%;
  transition: all 0.3s;
  height: 100%;
  height: 400px;
  object-fit: cover;
}
.cid-uC5mABvqFS .item:focus,
.cid-uC5mABvqFS span:focus {
  outline: none;
}
.cid-uC5mABvqFS .item {
  margin-bottom: 2rem;
}
@media (max-width: 767px) {
  .cid-uC5mABvqFS .item {
    margin-bottom: 1rem;
  }
}
.cid-uC5mABvqFS .item-wrapper {
  position: relative;
  border-radius: 15px;
  height: 100%;
  display: flex;
  flex-flow: column nowrap;
}
.cid-uC5mABvqFS .mbr-section-title {
  color: #4e423d;
}
.cid-uC5mABvqFS .item-title {
  text-align: left;
  color: #ffffff;
}
.cid-uC5mABvqFS .item-subtitle {
  text-align: left;
  color: #ffffff;
}
.cid-uC5mABvqFS .mbr-text,
.cid-uC5mABvqFS .item .mbr-section-btn {
  text-align: left;
  color: #ffffff;
}
.cid-uC5mABvqFS .content-head {
  max-width: 800px;
}
.cid-uC5mABZqHg {
  padding-top: 1rem;
  padding-bottom: 5rem;
  background-color: #fafafa;
}
.cid-uC5mABZqHg .mbr-section-title {
  margin-bottom: 1em;
  color: #272727;
}
.cid-uC5mABZqHg .mbr-section-subtitle {
  margin-bottom: 1.5625em;
  color: #272727;
  opacity: 0.4;
}
.cid-uC5mABZqHg .item-row {
  display: grid;
  -webkit-box-align: stretch;
  -webkit-align-items: stretch;
  -ms-flex-align: stretch;
  align-items: stretch;
  grid-auto-columns: 1fr;
  grid-column-gap: 16px;
  grid-row-gap: 16px;
  grid-template-columns: repeat(4, 1fr);
  -ms-grid-rows: auto;
  grid-template-rows: auto;
}
@media (max-width: 1199px) {
  .cid-uC5mABZqHg .item-row {
    grid-template-columns: repeat(2, 1fr);
  }
}
@media (max-width: 767px) {
  .cid-uC5mABZqHg .item-row {
    grid-template-columns: repeat(1, 1fr);
  }
}
.cid-uC5mABZqHg .item {
  padding: 0;
}
.cid-uC5mABZqHg .item-wrapper {
  display: flex;
  flex-direction: column;
  align-items: stretch;
  height: 100%;
  width: 100%;
  border-radius: 10px;
  overflow: hidden;
  transform-style: preserve-3d;
  transition: .3s all;
  border: 2px solid transparent;
}
.cid-uC5mABZqHg .item-wrapper:hover {
  transform: scale3d(1.01, 1.01, 1);
  border-color: #fafafa;
}
.cid-uC5mABZqHg .item-img {
  display: flex;
  align-items: center;
  justify-content: center;
  height: 175px;
}
.cid-uC5mABZqHg .item-img img {
  width: 100%;
  object-fit: cover;
  height: 100%;
}
.cid-uC5mABZqHg .item-content {
  display: flex;
  flex-direction: column;
  align-items: stretch;
  width: 100%;
  padding: 20px 5% 6%;
  flex-grow: 1;
  background-color: #ffffff;
}
.cid-uC5mABZqHg .item-text-wrap {
  width: 100%;
  margin-bottom: 5.3em;
}
@media (max-width: 1199px) {
  .cid-uC5mABZqHg .item-text-wrap {
    margin-bottom: 4em;
  }
}
@media (max-width: 767px) {
  .cid-uC5mABZqHg .item-text-wrap {
    margin-bottom: 2em;
    max-width: 340px;
    margin-right: auto;
  }
}
.cid-uC5mABZqHg .item-title {
  color: #272727;
  margin-bottom: 0.52em;
}
.cid-uC5mABZqHg .item-subtitle {
  color: #272727;
  opacity: 0.52em;
}
.cid-uC5mABZqHg .card-bottom {
  display: flex;
  flex-direction: column;
  align-items: stretch;
  margin-top: auto;
}
.cid-uC5mABZqHg .item-name-wrap {
  display: flex;
  align-items: center;
  width: 100%;
}
.cid-uC5mABZqHg .image-wrapper {
  width: 35px;
  height: 35px;
  margin-right: 10px;
  border-radius: 300px;
  overflow: hidden;
}
.cid-uC5mABZqHg .image-wrapper img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.cid-uC5mABZqHg .mbr-text {
  flex-grow: 1;
  color: #272727;
  text-align: right;
}
.cid-uC5mABZqHg .mbr-section-btn {
  display: flex;
  margin-top: 20px;
  width: auto !important;
}
.cid-uC5mABZqHg .mbr-section-btn .btn {
  width: 100%;
  min-width: auto !important;
}
.cid-uLMRAIzUxG {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-color: #0e132f;
}
.cid-uLMRAIzUxG .mbr-fallback-image.disabled {
  display: none;
}
.cid-uLMRAIzUxG .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-uLMRAIzUxG .container {
    padding: 0 16px;
  }
}
.cid-uLMRAIzUxG .card {
  display: flex;
  flex-direction: column;
  justify-content: space-between;
}
@media (max-width: 992px) {
  .cid-uLMRAIzUxG .card {
    margin-bottom: 40px;
  }
}
.cid-uLMRAIzUxG .card .content-wrapper .title-wrapper .title-wrap {
  display: inline-flex;
  align-items: center;
  margin-bottom: 16px;
}
@media (max-width: 992px) {
  .cid-uLMRAIzUxG .card .content-wrapper .title-wrapper .title-wrap {
    margin-bottom: 40px;
  }
}
.cid-uLMRAIzUxG .card .content-wrapper .title-wrapper .title-wrap img {
  width: 32px;
  height: 32px;
  object-fit: contain;
  margin-right: 1rem;
}
.cid-uLMRAIzUxG .card .content-wrapper .title-wrapper .title-wrap .mbr-section-title {
  margin-bottom: 0;
}
.cid-uLMRAIzUxG .card .content-wrapper .copyright {
  margin-bottom: 20px;
}
@media (max-width: 992px) {
  .cid-uLMRAIzUxG .card .content-wrapper .copyright {
    margin-bottom: 40px;
  }
}
.cid-uLMRAIzUxG .card .social-wrapper .social-wrap {
  display: inline-flex;
  flex-wrap: wrap;
}
.cid-uLMRAIzUxG .card .social-wrapper .social-wrap .mbr-iconfont {
  font-size: 20px;
  margin-right: 48px;
  color: #ffffff;
}
.cid-uLMRAIzUxG .list-wrapper .mbr-card-title {
  margin-bottom: 16px;
}
.cid-uLMRAIzUxG .list-wrapper .list {
  margin: 0;
  padding: 0;
  list-style-type: none;
}
.cid-uLMRAIzUxG .list-wrapper .list .item-wrap {
  margin-bottom: 16px;
}
@media (max-width: 992px) {
  .cid-uLMRAIzUxG .list-wrapper .list {
    margin-bottom: 40px;
  }
}
.cid-uLMRAIzUxG .mbr-section-title {
  color: #ffffff;
}
.cid-uLMRAIzUxG .copyright {
  color: #ffffff;
}
.cid-uLMRAIzUxG .mbr-card-title {
  color: #D4FE00;
}
.cid-uLMRAIzUxG .list {
  color: #ffffff;
}
.cid-uLMT5bnPh6 .navbar-dropdown {
  background-color: #ffffff !important;
  padding: 0;
}
.cid-uLMT5bnPh6 .navbar.navbar-expand-lg .dropdown .dropdown-menu {
  background-color: #ffffff !important;
  background: #ffffff;
}
.cid-uLMT5bnPh6 .navbar.navbar-expand-lg .dropdown .dropdown-menu .dropdown-submenu {
  margin: 0;
  left: 100%;
}
@media (max-width: 991px) {
  .cid-uLMT5bnPh6 .menu_box .navbar.opened,
  .cid-uLMT5bnPh6 .menu_box .navbar-collapse {
    background-color: #ffffff !important;
    transition: all 0s ease 0s;
  }
}
.cid-uLMT5bnPh6 .navbar-dropdown {
  position: relative !important;
}
.cid-uLMT5bnPh6 .btn {
  min-height: auto;
  box-shadow: none;
  margin-top: 0;
}
.cid-uLMT5bnPh6 .btn:hover {
  box-shadow: none;
}
@media (min-width: 992px) {
  .cid-uLMT5bnPh6 .offcanvas_image img {
    width: auto;
    object-fit: cover;
    display: inline-block;
  }
  .cid-uLMT5bnPh6 .offcanvas-header {
    position: relative;
    padding: 0;
  }
  .cid-uLMT5bnPh6 .offcanvas-header .btn-close {
    position: absolute;
    top: -70px;
    right: 0;
    width: 35px;
    height: 30px;
  }
  .cid-uLMT5bnPh6 .offcanvas-body {
    text-align: center;
    padding: 0;
  }
  .cid-uLMT5bnPh6 .offcanvas-body .mbr-text,
  .cid-uLMT5bnPh6 .offcanvas-body .mbr-section-subtitle {
    margin-top: 14px;
  }
  .cid-uLMT5bnPh6 .offcanvas-body .offcanvas_contact {
    margin: 35px 0;
  }
  .cid-uLMT5bnPh6 .offcanvas_box button.btn_offcanvas {
    outline: none;
    width: 40px;
    height: 40px;
    cursor: pointer;
    transition: all 0.2s;
    position: relative;
    align-self: center;
  }
  .cid-uLMT5bnPh6 .offcanvas_box button.btn_offcanvas .hamburger span {
    position: absolute;
    right: 0;
    width: 40px;
    height: 2px;
    border-right: 5px;
    background-color: #474747;
  }
  .cid-uLMT5bnPh6 .offcanvas_box button.btn_offcanvas .hamburger span:nth-child(1) {
    top: 18px;
    transition: all 0.2s;
  }
  .cid-uLMT5bnPh6 .offcanvas_box button.btn_offcanvas .hamburger span:nth-child(2) {
    top: 25px;
    transition: all 0.2s;
  }
  .cid-uLMT5bnPh6 .offcanvas_box button.btn_offcanvas:hover .hamburger span {
    width: 36px;
  }
  .cid-uLMT5bnPh6 .offcanvas_box button.btn_offcanvas:hover .hamburger span:nth-child(2) {
    width: 33px;
    transition-delay: 0.2s;
  }
  .cid-uLMT5bnPh6 ul.navbar-nav {
    padding-bottom: 1.5rem;
  }
  .cid-uLMT5bnPh6 .dropdown-menu .dropdown-toggle[data-toggle="dropdown-submenu"]::after,
  .cid-uLMT5bnPh6 .link.dropdown-toggle::after {
    display: inline-block;
    width: 7px;
    height: 7px;
    margin-left: .5rem;
    margin-bottom: 2px;
    content: "";
    border: 2px solid;
    border-left: none;
    border-top: none;
    transform: rotate(-45deg);
  }
  .cid-uLMT5bnPh6 .link.dropdown-toggle::after {
    padding: 0 !important;
    transform: rotate(45deg);
  }
  .cid-uLMT5bnPh6 li.nav-item {
    position: relative;
    display: inline-block;
    padding: 1px 7px !important;
    vertical-align: middle;
    line-height: 2em !important;
    font-weight: 600 !important;
    text-decoration: none;
    letter-spacing: 0 !important;
    z-index: 1;
  }
  .cid-uLMT5bnPh6 .lg_brand {
    margin: 0 1rem;
  }
}
.cid-uLMT5bnPh6 .nav-item {
  margin: 4px 15px;
}
@media (min-width: 1200px) {
  .cid-uLMT5bnPh6 .nav-item {
    margin: 4px 20px;
  }
}
@media (max-width: 991px) {
  .cid-uLMT5bnPh6 .nav-item {
    margin: 0 !important;
  }
}
.cid-uLMT5bnPh6 .dropdown-menu {
  border-radius: 0;
  box-shadow: none;
  text-align: left;
}
@media (min-width: 992px) {
  .cid-uLMT5bnPh6 .dropdown-menu {
    padding: 18px 34px 22px;
    min-width: 250px;
    top: auto !important;
    left: -40px !important;
  }
  .cid-uLMT5bnPh6 .dropdown-menu.dropdown-submenu {
    left: 215px !important;
    top: -45% !important;
  }
}
@media (max-width: 991px) {
  .cid-uLMT5bnPh6 .dropdown-menu .dropdown-toggle[data-toggle="dropdown-submenu"]::after,
  .cid-uLMT5bnPh6 .link.dropdown-toggle::after {
    display: inline-block;
    width: 7px;
    height: 7px;
    margin-left: .5rem;
    margin-bottom: 2px;
    content: "";
    border: 2px solid;
    border-left: none;
    border-top: none;
    transform: rotate(-45deg);
    right: 15px;
    position: absolute;
    margin-top: -2px;
  }
  .cid-uLMT5bnPh6 .show.dropdown-toggle[aria-expanded="true"]::after {
    transform: rotate(45deg);
    margin-top: -4px;
  }
  .cid-uLMT5bnPh6 .offcanvas_box {
    display: none;
  }
}
.cid-uLMT5bnPh6 .dropdown-item {
  border: none;
  font-weight: 400 !important;
}
.cid-uLMT5bnPh6 .nav-dropdown .link {
  font-weight: 400 !important;
  padding: 0 !important;
  margin: 0 !important;
}
.cid-uLMT5bnPh6 .nav-dropdown .link.dropdown-toggle::after {
  margin-left: 0.5rem;
  margin-top: 0;
}
.cid-uLMT5bnPh6 .container {
  display: flex;
  margin: auto;
}
.cid-uLMT5bnPh6 .iconfont-wrapper {
  color: #e0bdb6;
  font-size: 17px;
  margin-right: 10px;
  margin-bottom: 5px;
  width: 25px;
  height: 25px;
  border-radius: 50%;
  display: flex;
  justify-content: center;
  align-items: center;
  transition: all 0.2s ease-in-out;
}
.cid-uLMT5bnPh6 .iconfont-wrapper:last-child {
  margin-right: 0;
}
.cid-uLMT5bnPh6 .iconfont-wrapper:hover {
  opacity: .5;
}
.cid-uLMT5bnPh6 .navbar-caption {
  color: #747474;
}
.cid-uLMT5bnPh6 .navbar-nav {
  margin: 0 1rem;
}
@media (min-width: 992px) {
  .cid-uLMT5bnPh6 .navbar-nav {
    margin: 0;
  }
}
.cid-uLMT5bnPh6 .dropdown-menu,
.cid-uLMT5bnPh6 .navbar.opened {
  background-color: false !important;
}
.cid-uLMT5bnPh6 .nav-item:focus,
.cid-uLMT5bnPh6 .nav-link:focus {
  outline: none;
}
.cid-uLMT5bnPh6 .dropdown .dropdown-menu .dropdown-item {
  width: auto;
  transition: all 0.25s ease-in-out;
}
.cid-uLMT5bnPh6 .dropdown .dropdown-menu .dropdown-item::after {
  right: 0.5rem;
}
.cid-uLMT5bnPh6 .dropdown .dropdown-menu .dropdown-item .mbr-iconfont {
  margin-right: 0.5rem;
  vertical-align: sub;
}
.cid-uLMT5bnPh6 .dropdown .dropdown-menu .dropdown-item .mbr-iconfont:before {
  display: inline-block;
  transform: scale(1, 1);
  transition: all 0.25s ease-in-out;
}
.cid-uLMT5bnPh6 .collapsed .dropdown-menu .dropdown-item:before {
  display: none;
}
.cid-uLMT5bnPh6 .collapsed .dropdown .dropdown-menu .dropdown-item {
  padding: 0.235em 1.5em 0.235em 1.5em !important;
  transition: none;
  margin: 0 !important;
}
.cid-uLMT5bnPh6 .navbar {
  min-height: 70px;
  padding: 20px 0;
  transition: all 0.3s;
  border-bottom-width: 0px;
}
@media (max-width: 992px) {
  .cid-uLMT5bnPh6 .navbar {
    min-height: 30px;
    max-height: 90px;
  }
}
.cid-uLMT5bnPh6 .navbar.opened {
  transition: all 0.3s;
}
.cid-uLMT5bnPh6 .navbar .dropdown-item {
  padding: 0;
  margin: 8px 0;
}
.cid-uLMT5bnPh6 .navbar .navbar-logo img {
  width: auto;
  object-fit: contain;
  border-radius: 0;
}
.cid-uLMT5bnPh6 .navbar .navbar-collapse {
  justify-content: space-between;
  z-index: 1;
}
.cid-uLMT5bnPh6 .navbar.collapsed {
  justify-content: center;
}
.cid-uLMT5bnPh6 .navbar.collapsed .nav-item .nav-link::before {
  display: none;
}
.cid-uLMT5bnPh6 .navbar.collapsed.opened .dropdown-menu {
  top: 0;
}
.cid-uLMT5bnPh6 .navbar.collapsed .dropdown-menu .dropdown-submenu {
  left: 0 !important;
}
.cid-uLMT5bnPh6 .navbar.collapsed .dropdown-menu .dropdown-item:after {
  right: auto;
}
.cid-uLMT5bnPh6 .navbar.collapsed ul.navbar-nav li {
  margin: auto;
}
.cid-uLMT5bnPh6 .navbar.collapsed .dropdown-menu .dropdown-item {
  padding: 0.25rem 1.5rem;
  text-align: left;
}
.cid-uLMT5bnPh6 .navbar.collapsed .icons-menu {
  padding: 0;
}
@media (max-width: 991px) {
  .cid-uLMT5bnPh6 .navbar .nav-item {
    padding: .5rem 0;
  }
  .cid-uLMT5bnPh6 .navbar .navbar-collapse {
    padding: 34px 0;
    border-radius: 25px;
  }
  .cid-uLMT5bnPh6 .navbar .nav-item .nav-link::before {
    display: none;
  }
  .cid-uLMT5bnPh6 .navbar.opened .dropdown-menu {
    top: 0;
  }
  .cid-uLMT5bnPh6 .navbar .dropdown-menu {
    padding: 6px 0 6px 15px;
  }
  .cid-uLMT5bnPh6 .navbar .dropdown-menu .dropdown-submenu {
    left: 0 !important;
  }
  .cid-uLMT5bnPh6 .navbar .dropdown-menu .dropdown-item:after {
    right: auto;
    margin-top: -0.4rem;
  }
  .cid-uLMT5bnPh6 .navbar .navbar-logo img {
    height: 3rem !important;
  }
  .cid-uLMT5bnPh6 .navbar ul.navbar-nav {
    overflow: hidden;
  }
  .cid-uLMT5bnPh6 .navbar ul.navbar-nav li {
    margin: 0;
  }
  .cid-uLMT5bnPh6 .navbar .dropdown-menu .dropdown-item {
    padding: 0 !important;
    margin: 0;
    margin-top: 8px;
    text-align: left;
  }
  .cid-uLMT5bnPh6 .navbar .navbar-brand {
    flex-shrink: initial;
    flex-basis: auto;
    word-break: break-word;
    padding-right: 2rem;
  }
  .cid-uLMT5bnPh6 .navbar .navbar-toggler {
    flex-basis: auto;
  }
  .cid-uLMT5bnPh6 .navbar .icons-menu {
    padding: 0;
  }
}
.cid-uLMT5bnPh6 .navbar.navbar-short {
  min-height: 60px;
}
.cid-uLMT5bnPh6 .navbar.navbar-short .navbar-logo img {
  height: 2.5rem !important;
}
.cid-uLMT5bnPh6 .navbar.navbar-short .navbar-brand {
  min-height: 60px;
  padding: 0;
}
.cid-uLMT5bnPh6 .navbar-brand {
  min-height: 70px;
  flex-shrink: 0;
  align-items: center;
  margin-right: 0;
  padding: 10px 0;
  transition: all 0.3s;
  word-break: break-word;
  z-index: 1;
}
.cid-uLMT5bnPh6 .navbar-brand .navbar-caption {
  line-height: inherit !important;
}
.cid-uLMT5bnPh6 .navbar-brand .navbar-logo a {
  outline: none;
}
.cid-uLMT5bnPh6 .dropdown-item.active,
.cid-uLMT5bnPh6 .dropdown-item:active {
  background-color: transparent;
}
.cid-uLMT5bnPh6 .navbar-expand-lg .navbar-nav .nav-link {
  padding: 0;
}
.cid-uLMT5bnPh6 .nav-dropdown .link.dropdown-toggle {
  margin-right: 1.667em;
}
.cid-uLMT5bnPh6 .nav-dropdown .link.dropdown-toggle[aria-expanded="true"] {
  margin-right: 0;
  padding: 0.667em 1.667em;
}
.cid-uLMT5bnPh6 .navbar .dropdown.open > .dropdown-menu {
  display: block;
}
.cid-uLMT5bnPh6 ul.navbar-nav {
  flex-wrap: wrap;
  padding: 36px 0;
  border-bottom: 1px solid #0e132f;
}
.cid-uLMT5bnPh6 .navbar-buttons {
  text-align: center;
  min-width: 170px;
}
.cid-uLMT5bnPh6 button.navbar-toggler {
  outline: none;
  width: 48px;
  height: 48px;
  border-radius: 50%;
  cursor: pointer;
  transition: all 0.2s;
  position: relative;
  align-self: center;
  color: #ffffff;
  background: #ffffff;
}
.cid-uLMT5bnPh6 button.navbar-toggler .hamburger span {
  position: absolute;
  right: 10px;
  margin-top: 14px;
  width: 26px;
  height: 2px;
  border-right: 5px;
  background-color: #474747;
}
.cid-uLMT5bnPh6 button.navbar-toggler .hamburger span:nth-child(1) {
  top: 0;
  transition: all 0.2s;
}
.cid-uLMT5bnPh6 button.navbar-toggler .hamburger span:nth-child(2) {
  top: 8px;
  transition: all 0.15s;
}
.cid-uLMT5bnPh6 button.navbar-toggler .hamburger span:nth-child(3) {
  top: 8px;
  transition: all 0.15s;
}
.cid-uLMT5bnPh6 button.navbar-toggler .hamburger span:nth-child(4) {
  top: 16px;
  transition: all 0.2s;
}
.cid-uLMT5bnPh6 nav.opened .hamburger span:nth-child(1) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-uLMT5bnPh6 nav.opened .hamburger span:nth-child(2) {
  transform: rotate(45deg);
  transition: all 0.25s;
}
.cid-uLMT5bnPh6 nav.opened .hamburger span:nth-child(3) {
  transform: rotate(-45deg);
  transition: all 0.25s;
}
.cid-uLMT5bnPh6 nav.opened .hamburger span:nth-child(4) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-uLMT5bnPh6 a.nav-link {
  display: flex;
  align-items: center;
  justify-content: flex-start;
}
.cid-uLMT5bnPh6 .icons-menu {
  flex-wrap: nowrap;
  display: flex;
  justify-content: center;
  padding: 0;
  text-align: center;
  margin-bottom: 35px;
}
@media screen and (-ms-high-contrast: active), (-ms-high-contrast: none) {
  .cid-uLMT5bnPh6 .navbar {
    height: 70px;
  }
  .cid-uLMT5bnPh6 .navbar.opened {
    height: auto;
  }
  .cid-uLMT5bnPh6 .nav-item .nav-link:hover::before {
    width: 175%;
    max-width: calc(100% + 2rem);
    left: -1rem;
  }
}
.cid-uLMT5bnPh6 .navbar-dropdown .navbar-logo {
  margin-right: 15px;
}
@media (min-width: 768px) {
  .cid-uLMT5bnPh6 .container-fluid {
    padding-left: 30px;
    padding-right: 30px;
  }
}
.cid-uLMT5bnPh6 .mbr-section-btn-main {
  padding-top: 5px;
}
.cid-uLMT5bnPh6 .mbr-section-btn-main .btn {
  margin: 0 4px 4px 4px;
}
.cid-uLMT5bnPh6 .navbar-caption:hover {
  color: #2554ab;
}
@media (min-width: 992px) {
  .cid-uLMT5bnPh6 .dropdown-menu.dropdown-submenu {
    left: 175px !important;
    top: -45% !important;
  }
}
.cid-uLMT5bnPh6 .nav-link {
  position: relative;
}
.cid-uLMT5bnPh6 .nav-link:before {
  content: '';
  position: absolute;
  left: -12px;
  width: 6px;
  height: 6px;
  border-radius: 100%;
  background-color: #2554ab;
  transition: all .3s ease;
  opacity: 0;
}
.cid-uLMT5bnPh6 .nav-link:hover:before {
  opacity: 1;
}
.cid-uLMT5bnPh6 .mbr-section-subtitle {
  color: #ffffff;
}
.cid-uLMT5bnPh6 .mbr-text {
  color: #ffffff;
  text-align: center;
}
.cid-uLMT5bnPh6 .text_widget {
  color: #ffffff;
}
.cid-uLMT5bnPh6 .mbr-section-subtitle,
.cid-uLMT5bnPh6 .text_widget,
.cid-uLMT5bnPh6 .mbr-section-btn {
  text-align: center;
}
.cid-uLMT5bnPh6 a[class*="text-"]:not(.nav-link):not(.dropdown-item):not([role]):not(.navbar-caption):hover {
  background-image: none;
}
.cid-uC5mxt1gXV {
  padding-top: 0rem;
  padding-bottom: 0rem;
  background-color: #ffffff;
}
.cid-uC5mxt1gXV .item-img {
  position: relative;
  overflow: hidden;
}
.cid-uC5mxt1gXV .item-img:before {
  content: '';
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
  left: 0;
  background: black;
  opacity: 0.3;
  z-index: 1;
  transition: all 0.3s;
  pointer-events: none;
}
.cid-uC5mxt1gXV h5 {
  margin-bottom: 1rem;
}
.cid-uC5mxt1gXV .item-content {
  position: absolute;
  top: 55%;
  right: 0;
  z-index: 2;
  width: 100%;
  transform: translateY(-50%);
  padding: 2rem 8rem;
  display: flex;
  flex-direction: column;
  height: 50%;
}
@media (max-width: 767px) {
  .cid-uC5mxt1gXV .item-content {
    padding: 0 2rem 1.5rem;
    margin-top: 1rem;
  }
}
.cid-uC5mxt1gXV img,
.cid-uC5mxt1gXV .item-img {
  width: 100%;
  transition: all 0.3s;
  height: 100%;
  height: 400px;
  object-fit: cover;
}
.cid-uC5mxt1gXV .item:focus,
.cid-uC5mxt1gXV span:focus {
  outline: none;
}
.cid-uC5mxt1gXV .item {
  margin-bottom: 2rem;
}
@media (max-width: 767px) {
  .cid-uC5mxt1gXV .item {
    margin-bottom: 1rem;
  }
}
.cid-uC5mxt1gXV .item-wrapper {
  position: relative;
  border-radius: 15px;
  height: 100%;
  display: flex;
  flex-flow: column nowrap;
}
.cid-uC5mxt1gXV .mbr-section-title {
  color: #4e423d;
}
.cid-uC5mxt1gXV .item-title {
  text-align: left;
  color: #ffffff;
}
.cid-uC5mxt1gXV .item-subtitle {
  text-align: left;
  color: #ffffff;
}
.cid-uC5mxt1gXV .mbr-text,
.cid-uC5mxt1gXV .item .mbr-section-btn {
  text-align: left;
  color: #ffffff;
}
.cid-uC5mxt1gXV .content-head {
  max-width: 800px;
}
.cid-uC5mxtuO8g {
  padding-top: 1rem;
  padding-bottom: 5rem;
  background-color: #fafafa;
}
.cid-uC5mxtuO8g .mbr-section-title {
  margin-bottom: 1em;
  color: #272727;
}
.cid-uC5mxtuO8g .mbr-section-subtitle {
  margin-bottom: 1.5625em;
  color: #272727;
  opacity: 0.4;
}
.cid-uC5mxtuO8g .item-row {
  display: grid;
  -webkit-box-align: stretch;
  -webkit-align-items: stretch;
  -ms-flex-align: stretch;
  align-items: stretch;
  grid-auto-columns: 1fr;
  grid-column-gap: 16px;
  grid-row-gap: 16px;
  grid-template-columns: repeat(4, 1fr);
  -ms-grid-rows: auto;
  grid-template-rows: auto;
}
@media (max-width: 1199px) {
  .cid-uC5mxtuO8g .item-row {
    grid-template-columns: repeat(2, 1fr);
  }
}
@media (max-width: 767px) {
  .cid-uC5mxtuO8g .item-row {
    grid-template-columns: repeat(1, 1fr);
  }
}
.cid-uC5mxtuO8g .item {
  padding: 0;
}
.cid-uC5mxtuO8g .item-wrapper {
  display: flex;
  flex-direction: column;
  align-items: stretch;
  height: 100%;
  width: 100%;
  border-radius: 10px;
  overflow: hidden;
  transform-style: preserve-3d;
  transition: .3s all;
  border: 2px solid transparent;
}
.cid-uC5mxtuO8g .item-wrapper:hover {
  transform: scale3d(1.01, 1.01, 1);
  border-color: #fafafa;
}
.cid-uC5mxtuO8g .item-img {
  display: flex;
  align-items: center;
  justify-content: center;
  height: 175px;
}
.cid-uC5mxtuO8g .item-img img {
  width: 100%;
  object-fit: cover;
  height: 100%;
}
.cid-uC5mxtuO8g .item-content {
  display: flex;
  flex-direction: column;
  align-items: stretch;
  width: 100%;
  padding: 20px 5% 6%;
  flex-grow: 1;
  background-color: #ffffff;
}
.cid-uC5mxtuO8g .item-text-wrap {
  width: 100%;
  margin-bottom: 5.3em;
}
@media (max-width: 1199px) {
  .cid-uC5mxtuO8g .item-text-wrap {
    margin-bottom: 4em;
  }
}
@media (max-width: 767px) {
  .cid-uC5mxtuO8g .item-text-wrap {
    margin-bottom: 2em;
    max-width: 340px;
    margin-right: auto;
  }
}
.cid-uC5mxtuO8g .item-title {
  color: #272727;
  margin-bottom: 0.52em;
}
.cid-uC5mxtuO8g .item-subtitle {
  color: #272727;
  opacity: 0.52em;
}
.cid-uC5mxtuO8g .card-bottom {
  display: flex;
  flex-direction: column;
  align-items: stretch;
  margin-top: auto;
}
.cid-uC5mxtuO8g .item-name-wrap {
  display: flex;
  align-items: center;
  width: 100%;
}
.cid-uC5mxtuO8g .image-wrapper {
  width: 35px;
  height: 35px;
  margin-right: 10px;
  border-radius: 300px;
  overflow: hidden;
}
.cid-uC5mxtuO8g .image-wrapper img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.cid-uC5mxtuO8g .mbr-text {
  flex-grow: 1;
  color: #272727;
  text-align: right;
}
.cid-uC5mxtuO8g .mbr-section-btn {
  display: flex;
  margin-top: 20px;
  width: auto !important;
}
.cid-uC5mxtuO8g .mbr-section-btn .btn {
  width: 100%;
  min-width: auto !important;
}
.cid-uLMRAIzUxG {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-color: #0e132f;
}
.cid-uLMRAIzUxG .mbr-fallback-image.disabled {
  display: none;
}
.cid-uLMRAIzUxG .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-uLMRAIzUxG .container {
    padding: 0 16px;
  }
}
.cid-uLMRAIzUxG .card {
  display: flex;
  flex-direction: column;
  justify-content: space-between;
}
@media (max-width: 992px) {
  .cid-uLMRAIzUxG .card {
    margin-bottom: 40px;
  }
}
.cid-uLMRAIzUxG .card .content-wrapper .title-wrapper .title-wrap {
  display: inline-flex;
  align-items: center;
  margin-bottom: 16px;
}
@media (max-width: 992px) {
  .cid-uLMRAIzUxG .card .content-wrapper .title-wrapper .title-wrap {
    margin-bottom: 40px;
  }
}
.cid-uLMRAIzUxG .card .content-wrapper .title-wrapper .title-wrap img {
  width: 32px;
  height: 32px;
  object-fit: contain;
  margin-right: 1rem;
}
.cid-uLMRAIzUxG .card .content-wrapper .title-wrapper .title-wrap .mbr-section-title {
  margin-bottom: 0;
}
.cid-uLMRAIzUxG .card .content-wrapper .copyright {
  margin-bottom: 20px;
}
@media (max-width: 992px) {
  .cid-uLMRAIzUxG .card .content-wrapper .copyright {
    margin-bottom: 40px;
  }
}
.cid-uLMRAIzUxG .card .social-wrapper .social-wrap {
  display: inline-flex;
  flex-wrap: wrap;
}
.cid-uLMRAIzUxG .card .social-wrapper .social-wrap .mbr-iconfont {
  font-size: 20px;
  margin-right: 48px;
  color: #ffffff;
}
.cid-uLMRAIzUxG .list-wrapper .mbr-card-title {
  margin-bottom: 16px;
}
.cid-uLMRAIzUxG .list-wrapper .list {
  margin: 0;
  padding: 0;
  list-style-type: none;
}
.cid-uLMRAIzUxG .list-wrapper .list .item-wrap {
  margin-bottom: 16px;
}
@media (max-width: 992px) {
  .cid-uLMRAIzUxG .list-wrapper .list {
    margin-bottom: 40px;
  }
}
.cid-uLMRAIzUxG .mbr-section-title {
  color: #ffffff;
}
.cid-uLMRAIzUxG .copyright {
  color: #ffffff;
}
.cid-uLMRAIzUxG .mbr-card-title {
  color: #D4FE00;
}
.cid-uLMRAIzUxG .list {
  color: #ffffff;
}
.cid-uLMT5bnPh6 .navbar-dropdown {
  background-color: #ffffff !important;
  padding: 0;
}
.cid-uLMT5bnPh6 .navbar.navbar-expand-lg .dropdown .dropdown-menu {
  background-color: #ffffff !important;
  background: #ffffff;
}
.cid-uLMT5bnPh6 .navbar.navbar-expand-lg .dropdown .dropdown-menu .dropdown-submenu {
  margin: 0;
  left: 100%;
}
@media (max-width: 991px) {
  .cid-uLMT5bnPh6 .menu_box .navbar.opened,
  .cid-uLMT5bnPh6 .menu_box .navbar-collapse {
    background-color: #ffffff !important;
    transition: all 0s ease 0s;
  }
}
.cid-uLMT5bnPh6 .navbar-dropdown {
  position: relative !important;
}
.cid-uLMT5bnPh6 .btn {
  min-height: auto;
  box-shadow: none;
  margin-top: 0;
}
.cid-uLMT5bnPh6 .btn:hover {
  box-shadow: none;
}
@media (min-width: 992px) {
  .cid-uLMT5bnPh6 .offcanvas_image img {
    width: auto;
    object-fit: cover;
    display: inline-block;
  }
  .cid-uLMT5bnPh6 .offcanvas-header {
    position: relative;
    padding: 0;
  }
  .cid-uLMT5bnPh6 .offcanvas-header .btn-close {
    position: absolute;
    top: -70px;
    right: 0;
    width: 35px;
    height: 30px;
  }
  .cid-uLMT5bnPh6 .offcanvas-body {
    text-align: center;
    padding: 0;
  }
  .cid-uLMT5bnPh6 .offcanvas-body .mbr-text,
  .cid-uLMT5bnPh6 .offcanvas-body .mbr-section-subtitle {
    margin-top: 14px;
  }
  .cid-uLMT5bnPh6 .offcanvas-body .offcanvas_contact {
    margin: 35px 0;
  }
  .cid-uLMT5bnPh6 .offcanvas_box button.btn_offcanvas {
    outline: none;
    width: 40px;
    height: 40px;
    cursor: pointer;
    transition: all 0.2s;
    position: relative;
    align-self: center;
  }
  .cid-uLMT5bnPh6 .offcanvas_box button.btn_offcanvas .hamburger span {
    position: absolute;
    right: 0;
    width: 40px;
    height: 2px;
    border-right: 5px;
    background-color: #474747;
  }
  .cid-uLMT5bnPh6 .offcanvas_box button.btn_offcanvas .hamburger span:nth-child(1) {
    top: 18px;
    transition: all 0.2s;
  }
  .cid-uLMT5bnPh6 .offcanvas_box button.btn_offcanvas .hamburger span:nth-child(2) {
    top: 25px;
    transition: all 0.2s;
  }
  .cid-uLMT5bnPh6 .offcanvas_box button.btn_offcanvas:hover .hamburger span {
    width: 36px;
  }
  .cid-uLMT5bnPh6 .offcanvas_box button.btn_offcanvas:hover .hamburger span:nth-child(2) {
    width: 33px;
    transition-delay: 0.2s;
  }
  .cid-uLMT5bnPh6 ul.navbar-nav {
    padding-bottom: 1.5rem;
  }
  .cid-uLMT5bnPh6 .dropdown-menu .dropdown-toggle[data-toggle="dropdown-submenu"]::after,
  .cid-uLMT5bnPh6 .link.dropdown-toggle::after {
    display: inline-block;
    width: 7px;
    height: 7px;
    margin-left: .5rem;
    margin-bottom: 2px;
    content: "";
    border: 2px solid;
    border-left: none;
    border-top: none;
    transform: rotate(-45deg);
  }
  .cid-uLMT5bnPh6 .link.dropdown-toggle::after {
    padding: 0 !important;
    transform: rotate(45deg);
  }
  .cid-uLMT5bnPh6 li.nav-item {
    position: relative;
    display: inline-block;
    padding: 1px 7px !important;
    vertical-align: middle;
    line-height: 2em !important;
    font-weight: 600 !important;
    text-decoration: none;
    letter-spacing: 0 !important;
    z-index: 1;
  }
  .cid-uLMT5bnPh6 .lg_brand {
    margin: 0 1rem;
  }
}
.cid-uLMT5bnPh6 .nav-item {
  margin: 4px 15px;
}
@media (min-width: 1200px) {
  .cid-uLMT5bnPh6 .nav-item {
    margin: 4px 20px;
  }
}
@media (max-width: 991px) {
  .cid-uLMT5bnPh6 .nav-item {
    margin: 0 !important;
  }
}
.cid-uLMT5bnPh6 .dropdown-menu {
  border-radius: 0;
  box-shadow: none;
  text-align: left;
}
@media (min-width: 992px) {
  .cid-uLMT5bnPh6 .dropdown-menu {
    padding: 18px 34px 22px;
    min-width: 250px;
    top: auto !important;
    left: -40px !important;
  }
  .cid-uLMT5bnPh6 .dropdown-menu.dropdown-submenu {
    left: 215px !important;
    top: -45% !important;
  }
}
@media (max-width: 991px) {
  .cid-uLMT5bnPh6 .dropdown-menu .dropdown-toggle[data-toggle="dropdown-submenu"]::after,
  .cid-uLMT5bnPh6 .link.dropdown-toggle::after {
    display: inline-block;
    width: 7px;
    height: 7px;
    margin-left: .5rem;
    margin-bottom: 2px;
    content: "";
    border: 2px solid;
    border-left: none;
    border-top: none;
    transform: rotate(-45deg);
    right: 15px;
    position: absolute;
    margin-top: -2px;
  }
  .cid-uLMT5bnPh6 .show.dropdown-toggle[aria-expanded="true"]::after {
    transform: rotate(45deg);
    margin-top: -4px;
  }
  .cid-uLMT5bnPh6 .offcanvas_box {
    display: none;
  }
}
.cid-uLMT5bnPh6 .dropdown-item {
  border: none;
  font-weight: 400 !important;
}
.cid-uLMT5bnPh6 .nav-dropdown .link {
  font-weight: 400 !important;
  padding: 0 !important;
  margin: 0 !important;
}
.cid-uLMT5bnPh6 .nav-dropdown .link.dropdown-toggle::after {
  margin-left: 0.5rem;
  margin-top: 0;
}
.cid-uLMT5bnPh6 .container {
  display: flex;
  margin: auto;
}
.cid-uLMT5bnPh6 .iconfont-wrapper {
  color: #e0bdb6;
  font-size: 17px;
  margin-right: 10px;
  margin-bottom: 5px;
  width: 25px;
  height: 25px;
  border-radius: 50%;
  display: flex;
  justify-content: center;
  align-items: center;
  transition: all 0.2s ease-in-out;
}
.cid-uLMT5bnPh6 .iconfont-wrapper:last-child {
  margin-right: 0;
}
.cid-uLMT5bnPh6 .iconfont-wrapper:hover {
  opacity: .5;
}
.cid-uLMT5bnPh6 .navbar-caption {
  color: #747474;
}
.cid-uLMT5bnPh6 .navbar-nav {
  margin: 0 1rem;
}
@media (min-width: 992px) {
  .cid-uLMT5bnPh6 .navbar-nav {
    margin: 0;
  }
}
.cid-uLMT5bnPh6 .dropdown-menu,
.cid-uLMT5bnPh6 .navbar.opened {
  background-color: false !important;
}
.cid-uLMT5bnPh6 .nav-item:focus,
.cid-uLMT5bnPh6 .nav-link:focus {
  outline: none;
}
.cid-uLMT5bnPh6 .dropdown .dropdown-menu .dropdown-item {
  width: auto;
  transition: all 0.25s ease-in-out;
}
.cid-uLMT5bnPh6 .dropdown .dropdown-menu .dropdown-item::after {
  right: 0.5rem;
}
.cid-uLMT5bnPh6 .dropdown .dropdown-menu .dropdown-item .mbr-iconfont {
  margin-right: 0.5rem;
  vertical-align: sub;
}
.cid-uLMT5bnPh6 .dropdown .dropdown-menu .dropdown-item .mbr-iconfont:before {
  display: inline-block;
  transform: scale(1, 1);
  transition: all 0.25s ease-in-out;
}
.cid-uLMT5bnPh6 .collapsed .dropdown-menu .dropdown-item:before {
  display: none;
}
.cid-uLMT5bnPh6 .collapsed .dropdown .dropdown-menu .dropdown-item {
  padding: 0.235em 1.5em 0.235em 1.5em !important;
  transition: none;
  margin: 0 !important;
}
.cid-uLMT5bnPh6 .navbar {
  min-height: 70px;
  padding: 20px 0;
  transition: all 0.3s;
  border-bottom-width: 0px;
}
@media (max-width: 992px) {
  .cid-uLMT5bnPh6 .navbar {
    min-height: 30px;
    max-height: 90px;
  }
}
.cid-uLMT5bnPh6 .navbar.opened {
  transition: all 0.3s;
}
.cid-uLMT5bnPh6 .navbar .dropdown-item {
  padding: 0;
  margin: 8px 0;
}
.cid-uLMT5bnPh6 .navbar .navbar-logo img {
  width: auto;
  object-fit: contain;
  border-radius: 0;
}
.cid-uLMT5bnPh6 .navbar .navbar-collapse {
  justify-content: space-between;
  z-index: 1;
}
.cid-uLMT5bnPh6 .navbar.collapsed {
  justify-content: center;
}
.cid-uLMT5bnPh6 .navbar.collapsed .nav-item .nav-link::before {
  display: none;
}
.cid-uLMT5bnPh6 .navbar.collapsed.opened .dropdown-menu {
  top: 0;
}
.cid-uLMT5bnPh6 .navbar.collapsed .dropdown-menu .dropdown-submenu {
  left: 0 !important;
}
.cid-uLMT5bnPh6 .navbar.collapsed .dropdown-menu .dropdown-item:after {
  right: auto;
}
.cid-uLMT5bnPh6 .navbar.collapsed ul.navbar-nav li {
  margin: auto;
}
.cid-uLMT5bnPh6 .navbar.collapsed .dropdown-menu .dropdown-item {
  padding: 0.25rem 1.5rem;
  text-align: left;
}
.cid-uLMT5bnPh6 .navbar.collapsed .icons-menu {
  padding: 0;
}
@media (max-width: 991px) {
  .cid-uLMT5bnPh6 .navbar .nav-item {
    padding: .5rem 0;
  }
  .cid-uLMT5bnPh6 .navbar .navbar-collapse {
    padding: 34px 0;
    border-radius: 25px;
  }
  .cid-uLMT5bnPh6 .navbar .nav-item .nav-link::before {
    display: none;
  }
  .cid-uLMT5bnPh6 .navbar.opened .dropdown-menu {
    top: 0;
  }
  .cid-uLMT5bnPh6 .navbar .dropdown-menu {
    padding: 6px 0 6px 15px;
  }
  .cid-uLMT5bnPh6 .navbar .dropdown-menu .dropdown-submenu {
    left: 0 !important;
  }
  .cid-uLMT5bnPh6 .navbar .dropdown-menu .dropdown-item:after {
    right: auto;
    margin-top: -0.4rem;
  }
  .cid-uLMT5bnPh6 .navbar .navbar-logo img {
    height: 3rem !important;
  }
  .cid-uLMT5bnPh6 .navbar ul.navbar-nav {
    overflow: hidden;
  }
  .cid-uLMT5bnPh6 .navbar ul.navbar-nav li {
    margin: 0;
  }
  .cid-uLMT5bnPh6 .navbar .dropdown-menu .dropdown-item {
    padding: 0 !important;
    margin: 0;
    margin-top: 8px;
    text-align: left;
  }
  .cid-uLMT5bnPh6 .navbar .navbar-brand {
    flex-shrink: initial;
    flex-basis: auto;
    word-break: break-word;
    padding-right: 2rem;
  }
  .cid-uLMT5bnPh6 .navbar .navbar-toggler {
    flex-basis: auto;
  }
  .cid-uLMT5bnPh6 .navbar .icons-menu {
    padding: 0;
  }
}
.cid-uLMT5bnPh6 .navbar.navbar-short {
  min-height: 60px;
}
.cid-uLMT5bnPh6 .navbar.navbar-short .navbar-logo img {
  height: 2.5rem !important;
}
.cid-uLMT5bnPh6 .navbar.navbar-short .navbar-brand {
  min-height: 60px;
  padding: 0;
}
.cid-uLMT5bnPh6 .navbar-brand {
  min-height: 70px;
  flex-shrink: 0;
  align-items: center;
  margin-right: 0;
  padding: 10px 0;
  transition: all 0.3s;
  word-break: break-word;
  z-index: 1;
}
.cid-uLMT5bnPh6 .navbar-brand .navbar-caption {
  line-height: inherit !important;
}
.cid-uLMT5bnPh6 .navbar-brand .navbar-logo a {
  outline: none;
}
.cid-uLMT5bnPh6 .dropdown-item.active,
.cid-uLMT5bnPh6 .dropdown-item:active {
  background-color: transparent;
}
.cid-uLMT5bnPh6 .navbar-expand-lg .navbar-nav .nav-link {
  padding: 0;
}
.cid-uLMT5bnPh6 .nav-dropdown .link.dropdown-toggle {
  margin-right: 1.667em;
}
.cid-uLMT5bnPh6 .nav-dropdown .link.dropdown-toggle[aria-expanded="true"] {
  margin-right: 0;
  padding: 0.667em 1.667em;
}
.cid-uLMT5bnPh6 .navbar .dropdown.open > .dropdown-menu {
  display: block;
}
.cid-uLMT5bnPh6 ul.navbar-nav {
  flex-wrap: wrap;
  padding: 36px 0;
  border-bottom: 1px solid #0e132f;
}
.cid-uLMT5bnPh6 .navbar-buttons {
  text-align: center;
  min-width: 170px;
}
.cid-uLMT5bnPh6 button.navbar-toggler {
  outline: none;
  width: 48px;
  height: 48px;
  border-radius: 50%;
  cursor: pointer;
  transition: all 0.2s;
  position: relative;
  align-self: center;
  color: #ffffff;
  background: #ffffff;
}
.cid-uLMT5bnPh6 button.navbar-toggler .hamburger span {
  position: absolute;
  right: 10px;
  margin-top: 14px;
  width: 26px;
  height: 2px;
  border-right: 5px;
  background-color: #474747;
}
.cid-uLMT5bnPh6 button.navbar-toggler .hamburger span:nth-child(1) {
  top: 0;
  transition: all 0.2s;
}
.cid-uLMT5bnPh6 button.navbar-toggler .hamburger span:nth-child(2) {
  top: 8px;
  transition: all 0.15s;
}
.cid-uLMT5bnPh6 button.navbar-toggler .hamburger span:nth-child(3) {
  top: 8px;
  transition: all 0.15s;
}
.cid-uLMT5bnPh6 button.navbar-toggler .hamburger span:nth-child(4) {
  top: 16px;
  transition: all 0.2s;
}
.cid-uLMT5bnPh6 nav.opened .hamburger span:nth-child(1) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-uLMT5bnPh6 nav.opened .hamburger span:nth-child(2) {
  transform: rotate(45deg);
  transition: all 0.25s;
}
.cid-uLMT5bnPh6 nav.opened .hamburger span:nth-child(3) {
  transform: rotate(-45deg);
  transition: all 0.25s;
}
.cid-uLMT5bnPh6 nav.opened .hamburger span:nth-child(4) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-uLMT5bnPh6 a.nav-link {
  display: flex;
  align-items: center;
  justify-content: flex-start;
}
.cid-uLMT5bnPh6 .icons-menu {
  flex-wrap: nowrap;
  display: flex;
  justify-content: center;
  padding: 0;
  text-align: center;
  margin-bottom: 35px;
}
@media screen and (-ms-high-contrast: active), (-ms-high-contrast: none) {
  .cid-uLMT5bnPh6 .navbar {
    height: 70px;
  }
  .cid-uLMT5bnPh6 .navbar.opened {
    height: auto;
  }
  .cid-uLMT5bnPh6 .nav-item .nav-link:hover::before {
    width: 175%;
    max-width: calc(100% + 2rem);
    left: -1rem;
  }
}
.cid-uLMT5bnPh6 .navbar-dropdown .navbar-logo {
  margin-right: 15px;
}
@media (min-width: 768px) {
  .cid-uLMT5bnPh6 .container-fluid {
    padding-left: 30px;
    padding-right: 30px;
  }
}
.cid-uLMT5bnPh6 .mbr-section-btn-main {
  padding-top: 5px;
}
.cid-uLMT5bnPh6 .mbr-section-btn-main .btn {
  margin: 0 4px 4px 4px;
}
.cid-uLMT5bnPh6 .navbar-caption:hover {
  color: #2554ab;
}
@media (min-width: 992px) {
  .cid-uLMT5bnPh6 .dropdown-menu.dropdown-submenu {
    left: 175px !important;
    top: -45% !important;
  }
}
.cid-uLMT5bnPh6 .nav-link {
  position: relative;
}
.cid-uLMT5bnPh6 .nav-link:before {
  content: '';
  position: absolute;
  left: -12px;
  width: 6px;
  height: 6px;
  border-radius: 100%;
  background-color: #2554ab;
  transition: all .3s ease;
  opacity: 0;
}
.cid-uLMT5bnPh6 .nav-link:hover:before {
  opacity: 1;
}
.cid-uLMT5bnPh6 .mbr-section-subtitle {
  color: #ffffff;
}
.cid-uLMT5bnPh6 .mbr-text {
  color: #ffffff;
  text-align: center;
}
.cid-uLMT5bnPh6 .text_widget {
  color: #ffffff;
}
.cid-uLMT5bnPh6 .mbr-section-subtitle,
.cid-uLMT5bnPh6 .text_widget,
.cid-uLMT5bnPh6 .mbr-section-btn {
  text-align: center;
}
.cid-uLMT5bnPh6 a[class*="text-"]:not(.nav-link):not(.dropdown-item):not([role]):not(.navbar-caption):hover {
  background-image: none;
}
.cid-uC5muQMa4Z {
  padding-top: 0rem;
  padding-bottom: 0rem;
  background-color: #ffffff;
}
.cid-uC5muQMa4Z .item-img {
  position: relative;
  overflow: hidden;
}
.cid-uC5muQMa4Z .item-img:before {
  content: '';
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
  left: 0;
  background: black;
  opacity: 0.3;
  z-index: 1;
  transition: all 0.3s;
  pointer-events: none;
}
.cid-uC5muQMa4Z h5 {
  margin-bottom: 1rem;
}
.cid-uC5muQMa4Z .item-content {
  position: absolute;
  top: 55%;
  right: 0;
  z-index: 2;
  width: 100%;
  transform: translateY(-50%);
  padding: 2rem 8rem;
  display: flex;
  flex-direction: column;
  height: 50%;
}
@media (max-width: 767px) {
  .cid-uC5muQMa4Z .item-content {
    padding: 0 2rem 1.5rem;
    margin-top: 1rem;
  }
}
.cid-uC5muQMa4Z img,
.cid-uC5muQMa4Z .item-img {
  width: 100%;
  transition: all 0.3s;
  height: 100%;
  height: 400px;
  object-fit: cover;
}
.cid-uC5muQMa4Z .item:focus,
.cid-uC5muQMa4Z span:focus {
  outline: none;
}
.cid-uC5muQMa4Z .item {
  margin-bottom: 2rem;
}
@media (max-width: 767px) {
  .cid-uC5muQMa4Z .item {
    margin-bottom: 1rem;
  }
}
.cid-uC5muQMa4Z .item-wrapper {
  position: relative;
  border-radius: 15px;
  height: 100%;
  display: flex;
  flex-flow: column nowrap;
}
.cid-uC5muQMa4Z .mbr-section-title {
  color: #4e423d;
}
.cid-uC5muQMa4Z .item-title {
  text-align: left;
  color: #ffffff;
}
.cid-uC5muQMa4Z .item-subtitle {
  text-align: left;
  color: #ffffff;
}
.cid-uC5muQMa4Z .mbr-text,
.cid-uC5muQMa4Z .item .mbr-section-btn {
  text-align: left;
  color: #ffffff;
}
.cid-uC5muQMa4Z .content-head {
  max-width: 800px;
}
.cid-uC5muRl4TT {
  padding-top: 1rem;
  padding-bottom: 5rem;
  background-color: #fafafa;
}
.cid-uC5muRl4TT .mbr-section-title {
  margin-bottom: 1em;
  color: #272727;
}
.cid-uC5muRl4TT .mbr-section-subtitle {
  margin-bottom: 1.5625em;
  color: #272727;
  opacity: 0.4;
}
.cid-uC5muRl4TT .item-row {
  display: grid;
  -webkit-box-align: stretch;
  -webkit-align-items: stretch;
  -ms-flex-align: stretch;
  align-items: stretch;
  grid-auto-columns: 1fr;
  grid-column-gap: 16px;
  grid-row-gap: 16px;
  grid-template-columns: repeat(4, 1fr);
  -ms-grid-rows: auto;
  grid-template-rows: auto;
}
@media (max-width: 1199px) {
  .cid-uC5muRl4TT .item-row {
    grid-template-columns: repeat(2, 1fr);
  }
}
@media (max-width: 767px) {
  .cid-uC5muRl4TT .item-row {
    grid-template-columns: repeat(1, 1fr);
  }
}
.cid-uC5muRl4TT .item {
  padding: 0;
}
.cid-uC5muRl4TT .item-wrapper {
  display: flex;
  flex-direction: column;
  align-items: stretch;
  height: 100%;
  width: 100%;
  border-radius: 10px;
  overflow: hidden;
  transform-style: preserve-3d;
  transition: .3s all;
  border: 2px solid transparent;
}
.cid-uC5muRl4TT .item-wrapper:hover {
  transform: scale3d(1.01, 1.01, 1);
  border-color: #fafafa;
}
.cid-uC5muRl4TT .item-img {
  display: flex;
  align-items: center;
  justify-content: center;
  height: 175px;
}
.cid-uC5muRl4TT .item-img img {
  width: 100%;
  object-fit: cover;
  height: 100%;
}
.cid-uC5muRl4TT .item-content {
  display: flex;
  flex-direction: column;
  align-items: stretch;
  width: 100%;
  padding: 20px 5% 6%;
  flex-grow: 1;
  background-color: #ffffff;
}
.cid-uC5muRl4TT .item-text-wrap {
  width: 100%;
  margin-bottom: 5.3em;
}
@media (max-width: 1199px) {
  .cid-uC5muRl4TT .item-text-wrap {
    margin-bottom: 4em;
  }
}
@media (max-width: 767px) {
  .cid-uC5muRl4TT .item-text-wrap {
    margin-bottom: 2em;
    max-width: 340px;
    margin-right: auto;
  }
}
.cid-uC5muRl4TT .item-title {
  color: #272727;
  margin-bottom: 0.52em;
}
.cid-uC5muRl4TT .item-subtitle {
  color: #272727;
  opacity: 0.52em;
}
.cid-uC5muRl4TT .card-bottom {
  display: flex;
  flex-direction: column;
  align-items: stretch;
  margin-top: auto;
}
.cid-uC5muRl4TT .item-name-wrap {
  display: flex;
  align-items: center;
  width: 100%;
}
.cid-uC5muRl4TT .image-wrapper {
  width: 35px;
  height: 35px;
  margin-right: 10px;
  border-radius: 300px;
  overflow: hidden;
}
.cid-uC5muRl4TT .image-wrapper img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.cid-uC5muRl4TT .mbr-text {
  flex-grow: 1;
  color: #272727;
  text-align: right;
}
.cid-uC5muRl4TT .mbr-section-btn {
  display: flex;
  margin-top: 20px;
  width: auto !important;
}
.cid-uC5muRl4TT .mbr-section-btn .btn {
  width: 100%;
  min-width: auto !important;
}
.cid-uLMRAIzUxG {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-color: #0e132f;
}
.cid-uLMRAIzUxG .mbr-fallback-image.disabled {
  display: none;
}
.cid-uLMRAIzUxG .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-uLMRAIzUxG .container {
    padding: 0 16px;
  }
}
.cid-uLMRAIzUxG .card {
  display: flex;
  flex-direction: column;
  justify-content: space-between;
}
@media (max-width: 992px) {
  .cid-uLMRAIzUxG .card {
    margin-bottom: 40px;
  }
}
.cid-uLMRAIzUxG .card .content-wrapper .title-wrapper .title-wrap {
  display: inline-flex;
  align-items: center;
  margin-bottom: 16px;
}
@media (max-width: 992px) {
  .cid-uLMRAIzUxG .card .content-wrapper .title-wrapper .title-wrap {
    margin-bottom: 40px;
  }
}
.cid-uLMRAIzUxG .card .content-wrapper .title-wrapper .title-wrap img {
  width: 32px;
  height: 32px;
  object-fit: contain;
  margin-right: 1rem;
}
.cid-uLMRAIzUxG .card .content-wrapper .title-wrapper .title-wrap .mbr-section-title {
  margin-bottom: 0;
}
.cid-uLMRAIzUxG .card .content-wrapper .copyright {
  margin-bottom: 20px;
}
@media (max-width: 992px) {
  .cid-uLMRAIzUxG .card .content-wrapper .copyright {
    margin-bottom: 40px;
  }
}
.cid-uLMRAIzUxG .card .social-wrapper .social-wrap {
  display: inline-flex;
  flex-wrap: wrap;
}
.cid-uLMRAIzUxG .card .social-wrapper .social-wrap .mbr-iconfont {
  font-size: 20px;
  margin-right: 48px;
  color: #ffffff;
}
.cid-uLMRAIzUxG .list-wrapper .mbr-card-title {
  margin-bottom: 16px;
}
.cid-uLMRAIzUxG .list-wrapper .list {
  margin: 0;
  padding: 0;
  list-style-type: none;
}
.cid-uLMRAIzUxG .list-wrapper .list .item-wrap {
  margin-bottom: 16px;
}
@media (max-width: 992px) {
  .cid-uLMRAIzUxG .list-wrapper .list {
    margin-bottom: 40px;
  }
}
.cid-uLMRAIzUxG .mbr-section-title {
  color: #ffffff;
}
.cid-uLMRAIzUxG .copyright {
  color: #ffffff;
}
.cid-uLMRAIzUxG .mbr-card-title {
  color: #D4FE00;
}
.cid-uLMRAIzUxG .list {
  color: #ffffff;
}
.cid-uLMT5bnPh6 .navbar-dropdown {
  background-color: #ffffff !important;
  padding: 0;
}
.cid-uLMT5bnPh6 .navbar.navbar-expand-lg .dropdown .dropdown-menu {
  background-color: #ffffff !important;
  background: #ffffff;
}
.cid-uLMT5bnPh6 .navbar.navbar-expand-lg .dropdown .dropdown-menu .dropdown-submenu {
  margin: 0;
  left: 100%;
}
@media (max-width: 991px) {
  .cid-uLMT5bnPh6 .menu_box .navbar.opened,
  .cid-uLMT5bnPh6 .menu_box .navbar-collapse {
    background-color: #ffffff !important;
    transition: all 0s ease 0s;
  }
}
.cid-uLMT5bnPh6 .navbar-dropdown {
  position: relative !important;
}
.cid-uLMT5bnPh6 .btn {
  min-height: auto;
  box-shadow: none;
  margin-top: 0;
}
.cid-uLMT5bnPh6 .btn:hover {
  box-shadow: none;
}
@media (min-width: 992px) {
  .cid-uLMT5bnPh6 .offcanvas_image img {
    width: auto;
    object-fit: cover;
    display: inline-block;
  }
  .cid-uLMT5bnPh6 .offcanvas-header {
    position: relative;
    padding: 0;
  }
  .cid-uLMT5bnPh6 .offcanvas-header .btn-close {
    position: absolute;
    top: -70px;
    right: 0;
    width: 35px;
    height: 30px;
  }
  .cid-uLMT5bnPh6 .offcanvas-body {
    text-align: center;
    padding: 0;
  }
  .cid-uLMT5bnPh6 .offcanvas-body .mbr-text,
  .cid-uLMT5bnPh6 .offcanvas-body .mbr-section-subtitle {
    margin-top: 14px;
  }
  .cid-uLMT5bnPh6 .offcanvas-body .offcanvas_contact {
    margin: 35px 0;
  }
  .cid-uLMT5bnPh6 .offcanvas_box button.btn_offcanvas {
    outline: none;
    width: 40px;
    height: 40px;
    cursor: pointer;
    transition: all 0.2s;
    position: relative;
    align-self: center;
  }
  .cid-uLMT5bnPh6 .offcanvas_box button.btn_offcanvas .hamburger span {
    position: absolute;
    right: 0;
    width: 40px;
    height: 2px;
    border-right: 5px;
    background-color: #474747;
  }
  .cid-uLMT5bnPh6 .offcanvas_box button.btn_offcanvas .hamburger span:nth-child(1) {
    top: 18px;
    transition: all 0.2s;
  }
  .cid-uLMT5bnPh6 .offcanvas_box button.btn_offcanvas .hamburger span:nth-child(2) {
    top: 25px;
    transition: all 0.2s;
  }
  .cid-uLMT5bnPh6 .offcanvas_box button.btn_offcanvas:hover .hamburger span {
    width: 36px;
  }
  .cid-uLMT5bnPh6 .offcanvas_box button.btn_offcanvas:hover .hamburger span:nth-child(2) {
    width: 33px;
    transition-delay: 0.2s;
  }
  .cid-uLMT5bnPh6 ul.navbar-nav {
    padding-bottom: 1.5rem;
  }
  .cid-uLMT5bnPh6 .dropdown-menu .dropdown-toggle[data-toggle="dropdown-submenu"]::after,
  .cid-uLMT5bnPh6 .link.dropdown-toggle::after {
    display: inline-block;
    width: 7px;
    height: 7px;
    margin-left: .5rem;
    margin-bottom: 2px;
    content: "";
    border: 2px solid;
    border-left: none;
    border-top: none;
    transform: rotate(-45deg);
  }
  .cid-uLMT5bnPh6 .link.dropdown-toggle::after {
    padding: 0 !important;
    transform: rotate(45deg);
  }
  .cid-uLMT5bnPh6 li.nav-item {
    position: relative;
    display: inline-block;
    padding: 1px 7px !important;
    vertical-align: middle;
    line-height: 2em !important;
    font-weight: 600 !important;
    text-decoration: none;
    letter-spacing: 0 !important;
    z-index: 1;
  }
  .cid-uLMT5bnPh6 .lg_brand {
    margin: 0 1rem;
  }
}
.cid-uLMT5bnPh6 .nav-item {
  margin: 4px 15px;
}
@media (min-width: 1200px) {
  .cid-uLMT5bnPh6 .nav-item {
    margin: 4px 20px;
  }
}
@media (max-width: 991px) {
  .cid-uLMT5bnPh6 .nav-item {
    margin: 0 !important;
  }
}
.cid-uLMT5bnPh6 .dropdown-menu {
  border-radius: 0;
  box-shadow: none;
  text-align: left;
}
@media (min-width: 992px) {
  .cid-uLMT5bnPh6 .dropdown-menu {
    padding: 18px 34px 22px;
    min-width: 250px;
    top: auto !important;
    left: -40px !important;
  }
  .cid-uLMT5bnPh6 .dropdown-menu.dropdown-submenu {
    left: 215px !important;
    top: -45% !important;
  }
}
@media (max-width: 991px) {
  .cid-uLMT5bnPh6 .dropdown-menu .dropdown-toggle[data-toggle="dropdown-submenu"]::after,
  .cid-uLMT5bnPh6 .link.dropdown-toggle::after {
    display: inline-block;
    width: 7px;
    height: 7px;
    margin-left: .5rem;
    margin-bottom: 2px;
    content: "";
    border: 2px solid;
    border-left: none;
    border-top: none;
    transform: rotate(-45deg);
    right: 15px;
    position: absolute;
    margin-top: -2px;
  }
  .cid-uLMT5bnPh6 .show.dropdown-toggle[aria-expanded="true"]::after {
    transform: rotate(45deg);
    margin-top: -4px;
  }
  .cid-uLMT5bnPh6 .offcanvas_box {
    display: none;
  }
}
.cid-uLMT5bnPh6 .dropdown-item {
  border: none;
  font-weight: 400 !important;
}
.cid-uLMT5bnPh6 .nav-dropdown .link {
  font-weight: 400 !important;
  padding: 0 !important;
  margin: 0 !important;
}
.cid-uLMT5bnPh6 .nav-dropdown .link.dropdown-toggle::after {
  margin-left: 0.5rem;
  margin-top: 0;
}
.cid-uLMT5bnPh6 .container {
  display: flex;
  margin: auto;
}
.cid-uLMT5bnPh6 .iconfont-wrapper {
  color: #e0bdb6;
  font-size: 17px;
  margin-right: 10px;
  margin-bottom: 5px;
  width: 25px;
  height: 25px;
  border-radius: 50%;
  display: flex;
  justify-content: center;
  align-items: center;
  transition: all 0.2s ease-in-out;
}
.cid-uLMT5bnPh6 .iconfont-wrapper:last-child {
  margin-right: 0;
}
.cid-uLMT5bnPh6 .iconfont-wrapper:hover {
  opacity: .5;
}
.cid-uLMT5bnPh6 .navbar-caption {
  color: #747474;
}
.cid-uLMT5bnPh6 .navbar-nav {
  margin: 0 1rem;
}
@media (min-width: 992px) {
  .cid-uLMT5bnPh6 .navbar-nav {
    margin: 0;
  }
}
.cid-uLMT5bnPh6 .dropdown-menu,
.cid-uLMT5bnPh6 .navbar.opened {
  background-color: false !important;
}
.cid-uLMT5bnPh6 .nav-item:focus,
.cid-uLMT5bnPh6 .nav-link:focus {
  outline: none;
}
.cid-uLMT5bnPh6 .dropdown .dropdown-menu .dropdown-item {
  width: auto;
  transition: all 0.25s ease-in-out;
}
.cid-uLMT5bnPh6 .dropdown .dropdown-menu .dropdown-item::after {
  right: 0.5rem;
}
.cid-uLMT5bnPh6 .dropdown .dropdown-menu .dropdown-item .mbr-iconfont {
  margin-right: 0.5rem;
  vertical-align: sub;
}
.cid-uLMT5bnPh6 .dropdown .dropdown-menu .dropdown-item .mbr-iconfont:before {
  display: inline-block;
  transform: scale(1, 1);
  transition: all 0.25s ease-in-out;
}
.cid-uLMT5bnPh6 .collapsed .dropdown-menu .dropdown-item:before {
  display: none;
}
.cid-uLMT5bnPh6 .collapsed .dropdown .dropdown-menu .dropdown-item {
  padding: 0.235em 1.5em 0.235em 1.5em !important;
  transition: none;
  margin: 0 !important;
}
.cid-uLMT5bnPh6 .navbar {
  min-height: 70px;
  padding: 20px 0;
  transition: all 0.3s;
  border-bottom-width: 0px;
}
@media (max-width: 992px) {
  .cid-uLMT5bnPh6 .navbar {
    min-height: 30px;
    max-height: 90px;
  }
}
.cid-uLMT5bnPh6 .navbar.opened {
  transition: all 0.3s;
}
.cid-uLMT5bnPh6 .navbar .dropdown-item {
  padding: 0;
  margin: 8px 0;
}
.cid-uLMT5bnPh6 .navbar .navbar-logo img {
  width: auto;
  object-fit: contain;
  border-radius: 0;
}
.cid-uLMT5bnPh6 .navbar .navbar-collapse {
  justify-content: space-between;
  z-index: 1;
}
.cid-uLMT5bnPh6 .navbar.collapsed {
  justify-content: center;
}
.cid-uLMT5bnPh6 .navbar.collapsed .nav-item .nav-link::before {
  display: none;
}
.cid-uLMT5bnPh6 .navbar.collapsed.opened .dropdown-menu {
  top: 0;
}
.cid-uLMT5bnPh6 .navbar.collapsed .dropdown-menu .dropdown-submenu {
  left: 0 !important;
}
.cid-uLMT5bnPh6 .navbar.collapsed .dropdown-menu .dropdown-item:after {
  right: auto;
}
.cid-uLMT5bnPh6 .navbar.collapsed ul.navbar-nav li {
  margin: auto;
}
.cid-uLMT5bnPh6 .navbar.collapsed .dropdown-menu .dropdown-item {
  padding: 0.25rem 1.5rem;
  text-align: left;
}
.cid-uLMT5bnPh6 .navbar.collapsed .icons-menu {
  padding: 0;
}
@media (max-width: 991px) {
  .cid-uLMT5bnPh6 .navbar .nav-item {
    padding: .5rem 0;
  }
  .cid-uLMT5bnPh6 .navbar .navbar-collapse {
    padding: 34px 0;
    border-radius: 25px;
  }
  .cid-uLMT5bnPh6 .navbar .nav-item .nav-link::before {
    display: none;
  }
  .cid-uLMT5bnPh6 .navbar.opened .dropdown-menu {
    top: 0;
  }
  .cid-uLMT5bnPh6 .navbar .dropdown-menu {
    padding: 6px 0 6px 15px;
  }
  .cid-uLMT5bnPh6 .navbar .dropdown-menu .dropdown-submenu {
    left: 0 !important;
  }
  .cid-uLMT5bnPh6 .navbar .dropdown-menu .dropdown-item:after {
    right: auto;
    margin-top: -0.4rem;
  }
  .cid-uLMT5bnPh6 .navbar .navbar-logo img {
    height: 3rem !important;
  }
  .cid-uLMT5bnPh6 .navbar ul.navbar-nav {
    overflow: hidden;
  }
  .cid-uLMT5bnPh6 .navbar ul.navbar-nav li {
    margin: 0;
  }
  .cid-uLMT5bnPh6 .navbar .dropdown-menu .dropdown-item {
    padding: 0 !important;
    margin: 0;
    margin-top: 8px;
    text-align: left;
  }
  .cid-uLMT5bnPh6 .navbar .navbar-brand {
    flex-shrink: initial;
    flex-basis: auto;
    word-break: break-word;
    padding-right: 2rem;
  }
  .cid-uLMT5bnPh6 .navbar .navbar-toggler {
    flex-basis: auto;
  }
  .cid-uLMT5bnPh6 .navbar .icons-menu {
    padding: 0;
  }
}
.cid-uLMT5bnPh6 .navbar.navbar-short {
  min-height: 60px;
}
.cid-uLMT5bnPh6 .navbar.navbar-short .navbar-logo img {
  height: 2.5rem !important;
}
.cid-uLMT5bnPh6 .navbar.navbar-short .navbar-brand {
  min-height: 60px;
  padding: 0;
}
.cid-uLMT5bnPh6 .navbar-brand {
  min-height: 70px;
  flex-shrink: 0;
  align-items: center;
  margin-right: 0;
  padding: 10px 0;
  transition: all 0.3s;
  word-break: break-word;
  z-index: 1;
}
.cid-uLMT5bnPh6 .navbar-brand .navbar-caption {
  line-height: inherit !important;
}
.cid-uLMT5bnPh6 .navbar-brand .navbar-logo a {
  outline: none;
}
.cid-uLMT5bnPh6 .dropdown-item.active,
.cid-uLMT5bnPh6 .dropdown-item:active {
  background-color: transparent;
}
.cid-uLMT5bnPh6 .navbar-expand-lg .navbar-nav .nav-link {
  padding: 0;
}
.cid-uLMT5bnPh6 .nav-dropdown .link.dropdown-toggle {
  margin-right: 1.667em;
}
.cid-uLMT5bnPh6 .nav-dropdown .link.dropdown-toggle[aria-expanded="true"] {
  margin-right: 0;
  padding: 0.667em 1.667em;
}
.cid-uLMT5bnPh6 .navbar .dropdown.open > .dropdown-menu {
  display: block;
}
.cid-uLMT5bnPh6 ul.navbar-nav {
  flex-wrap: wrap;
  padding: 36px 0;
  border-bottom: 1px solid #0e132f;
}
.cid-uLMT5bnPh6 .navbar-buttons {
  text-align: center;
  min-width: 170px;
}
.cid-uLMT5bnPh6 button.navbar-toggler {
  outline: none;
  width: 48px;
  height: 48px;
  border-radius: 50%;
  cursor: pointer;
  transition: all 0.2s;
  position: relative;
  align-self: center;
  color: #ffffff;
  background: #ffffff;
}
.cid-uLMT5bnPh6 button.navbar-toggler .hamburger span {
  position: absolute;
  right: 10px;
  margin-top: 14px;
  width: 26px;
  height: 2px;
  border-right: 5px;
  background-color: #474747;
}
.cid-uLMT5bnPh6 button.navbar-toggler .hamburger span:nth-child(1) {
  top: 0;
  transition: all 0.2s;
}
.cid-uLMT5bnPh6 button.navbar-toggler .hamburger span:nth-child(2) {
  top: 8px;
  transition: all 0.15s;
}
.cid-uLMT5bnPh6 button.navbar-toggler .hamburger span:nth-child(3) {
  top: 8px;
  transition: all 0.15s;
}
.cid-uLMT5bnPh6 button.navbar-toggler .hamburger span:nth-child(4) {
  top: 16px;
  transition: all 0.2s;
}
.cid-uLMT5bnPh6 nav.opened .hamburger span:nth-child(1) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-uLMT5bnPh6 nav.opened .hamburger span:nth-child(2) {
  transform: rotate(45deg);
  transition: all 0.25s;
}
.cid-uLMT5bnPh6 nav.opened .hamburger span:nth-child(3) {
  transform: rotate(-45deg);
  transition: all 0.25s;
}
.cid-uLMT5bnPh6 nav.opened .hamburger span:nth-child(4) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-uLMT5bnPh6 a.nav-link {
  display: flex;
  align-items: center;
  justify-content: flex-start;
}
.cid-uLMT5bnPh6 .icons-menu {
  flex-wrap: nowrap;
  display: flex;
  justify-content: center;
  padding: 0;
  text-align: center;
  margin-bottom: 35px;
}
@media screen and (-ms-high-contrast: active), (-ms-high-contrast: none) {
  .cid-uLMT5bnPh6 .navbar {
    height: 70px;
  }
  .cid-uLMT5bnPh6 .navbar.opened {
    height: auto;
  }
  .cid-uLMT5bnPh6 .nav-item .nav-link:hover::before {
    width: 175%;
    max-width: calc(100% + 2rem);
    left: -1rem;
  }
}
.cid-uLMT5bnPh6 .navbar-dropdown .navbar-logo {
  margin-right: 15px;
}
@media (min-width: 768px) {
  .cid-uLMT5bnPh6 .container-fluid {
    padding-left: 30px;
    padding-right: 30px;
  }
}
.cid-uLMT5bnPh6 .mbr-section-btn-main {
  padding-top: 5px;
}
.cid-uLMT5bnPh6 .mbr-section-btn-main .btn {
  margin: 0 4px 4px 4px;
}
.cid-uLMT5bnPh6 .navbar-caption:hover {
  color: #2554ab;
}
@media (min-width: 992px) {
  .cid-uLMT5bnPh6 .dropdown-menu.dropdown-submenu {
    left: 175px !important;
    top: -45% !important;
  }
}
.cid-uLMT5bnPh6 .nav-link {
  position: relative;
}
.cid-uLMT5bnPh6 .nav-link:before {
  content: '';
  position: absolute;
  left: -12px;
  width: 6px;
  height: 6px;
  border-radius: 100%;
  background-color: #2554ab;
  transition: all .3s ease;
  opacity: 0;
}
.cid-uLMT5bnPh6 .nav-link:hover:before {
  opacity: 1;
}
.cid-uLMT5bnPh6 .mbr-section-subtitle {
  color: #ffffff;
}
.cid-uLMT5bnPh6 .mbr-text {
  color: #ffffff;
  text-align: center;
}
.cid-uLMT5bnPh6 .text_widget {
  color: #ffffff;
}
.cid-uLMT5bnPh6 .mbr-section-subtitle,
.cid-uLMT5bnPh6 .text_widget,
.cid-uLMT5bnPh6 .mbr-section-btn {
  text-align: center;
}
.cid-uLMT5bnPh6 a[class*="text-"]:not(.nav-link):not(.dropdown-item):not([role]):not(.navbar-caption):hover {
  background-image: none;
}
.cid-uC5mkp8r10 {
  padding-top: 0rem;
  padding-bottom: 0rem;
  background-color: #ffffff;
}
.cid-uC5mkp8r10 .item-img {
  position: relative;
  overflow: hidden;
}
.cid-uC5mkp8r10 .item-img:before {
  content: '';
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
  left: 0;
  background: black;
  opacity: 0.3;
  z-index: 1;
  transition: all 0.3s;
  pointer-events: none;
}
.cid-uC5mkp8r10 h5 {
  margin-bottom: 1rem;
}
.cid-uC5mkp8r10 .item-content {
  position: absolute;
  top: 55%;
  right: 0;
  z-index: 2;
  width: 100%;
  transform: translateY(-50%);
  padding: 2rem 8rem;
  display: flex;
  flex-direction: column;
  height: 50%;
}
@media (max-width: 767px) {
  .cid-uC5mkp8r10 .item-content {
    padding: 0 2rem 1.5rem;
    margin-top: 1rem;
  }
}
.cid-uC5mkp8r10 img,
.cid-uC5mkp8r10 .item-img {
  width: 100%;
  transition: all 0.3s;
  height: 100%;
  height: 400px;
  object-fit: cover;
}
.cid-uC5mkp8r10 .item:focus,
.cid-uC5mkp8r10 span:focus {
  outline: none;
}
.cid-uC5mkp8r10 .item {
  margin-bottom: 2rem;
}
@media (max-width: 767px) {
  .cid-uC5mkp8r10 .item {
    margin-bottom: 1rem;
  }
}
.cid-uC5mkp8r10 .item-wrapper {
  position: relative;
  border-radius: 15px;
  height: 100%;
  display: flex;
  flex-flow: column nowrap;
}
.cid-uC5mkp8r10 .mbr-section-title {
  color: #4e423d;
}
.cid-uC5mkp8r10 .item-title {
  text-align: left;
  color: #ffffff;
}
.cid-uC5mkp8r10 .item-subtitle {
  text-align: left;
  color: #ffffff;
}
.cid-uC5mkp8r10 .mbr-text,
.cid-uC5mkp8r10 .item .mbr-section-btn {
  text-align: left;
  color: #ffffff;
}
.cid-uC5mkp8r10 .content-head {
  max-width: 800px;
}
.cid-uC5mkpzFpC {
  padding-top: 1rem;
  padding-bottom: 5rem;
  background-color: #fafafa;
}
.cid-uC5mkpzFpC .mbr-section-title {
  margin-bottom: 1em;
  color: #272727;
}
.cid-uC5mkpzFpC .mbr-section-subtitle {
  margin-bottom: 1.5625em;
  color: #272727;
  opacity: 0.4;
}
.cid-uC5mkpzFpC .item-row {
  display: grid;
  -webkit-box-align: stretch;
  -webkit-align-items: stretch;
  -ms-flex-align: stretch;
  align-items: stretch;
  grid-auto-columns: 1fr;
  grid-column-gap: 16px;
  grid-row-gap: 16px;
  grid-template-columns: repeat(4, 1fr);
  -ms-grid-rows: auto;
  grid-template-rows: auto;
}
@media (max-width: 1199px) {
  .cid-uC5mkpzFpC .item-row {
    grid-template-columns: repeat(2, 1fr);
  }
}
@media (max-width: 767px) {
  .cid-uC5mkpzFpC .item-row {
    grid-template-columns: repeat(1, 1fr);
  }
}
.cid-uC5mkpzFpC .item {
  padding: 0;
}
.cid-uC5mkpzFpC .item-wrapper {
  display: flex;
  flex-direction: column;
  align-items: stretch;
  height: 100%;
  width: 100%;
  border-radius: 10px;
  overflow: hidden;
  transform-style: preserve-3d;
  transition: .3s all;
  border: 2px solid transparent;
}
.cid-uC5mkpzFpC .item-wrapper:hover {
  transform: scale3d(1.01, 1.01, 1);
  border-color: #fafafa;
}
.cid-uC5mkpzFpC .item-img {
  display: flex;
  align-items: center;
  justify-content: center;
  height: 175px;
}
.cid-uC5mkpzFpC .item-img img {
  width: 100%;
  object-fit: cover;
  height: 100%;
}
.cid-uC5mkpzFpC .item-content {
  display: flex;
  flex-direction: column;
  align-items: stretch;
  width: 100%;
  padding: 20px 5% 6%;
  flex-grow: 1;
  background-color: #ffffff;
}
.cid-uC5mkpzFpC .item-text-wrap {
  width: 100%;
  margin-bottom: 5.3em;
}
@media (max-width: 1199px) {
  .cid-uC5mkpzFpC .item-text-wrap {
    margin-bottom: 4em;
  }
}
@media (max-width: 767px) {
  .cid-uC5mkpzFpC .item-text-wrap {
    margin-bottom: 2em;
    max-width: 340px;
    margin-right: auto;
  }
}
.cid-uC5mkpzFpC .item-title {
  color: #272727;
  margin-bottom: 0.52em;
}
.cid-uC5mkpzFpC .item-subtitle {
  color: #272727;
  opacity: 0.52em;
}
.cid-uC5mkpzFpC .card-bottom {
  display: flex;
  flex-direction: column;
  align-items: stretch;
  margin-top: auto;
}
.cid-uC5mkpzFpC .item-name-wrap {
  display: flex;
  align-items: center;
  width: 100%;
}
.cid-uC5mkpzFpC .image-wrapper {
  width: 35px;
  height: 35px;
  margin-right: 10px;
  border-radius: 300px;
  overflow: hidden;
}
.cid-uC5mkpzFpC .image-wrapper img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.cid-uC5mkpzFpC .mbr-text {
  flex-grow: 1;
  color: #272727;
  text-align: right;
}
.cid-uC5mkpzFpC .mbr-section-btn {
  display: flex;
  margin-top: 20px;
  width: auto !important;
}
.cid-uC5mkpzFpC .mbr-section-btn .btn {
  width: 100%;
  min-width: auto !important;
}
.cid-uLMRAIzUxG {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-color: #0e132f;
}
.cid-uLMRAIzUxG .mbr-fallback-image.disabled {
  display: none;
}
.cid-uLMRAIzUxG .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-uLMRAIzUxG .container {
    padding: 0 16px;
  }
}
.cid-uLMRAIzUxG .card {
  display: flex;
  flex-direction: column;
  justify-content: space-between;
}
@media (max-width: 992px) {
  .cid-uLMRAIzUxG .card {
    margin-bottom: 40px;
  }
}
.cid-uLMRAIzUxG .card .content-wrapper .title-wrapper .title-wrap {
  display: inline-flex;
  align-items: center;
  margin-bottom: 16px;
}
@media (max-width: 992px) {
  .cid-uLMRAIzUxG .card .content-wrapper .title-wrapper .title-wrap {
    margin-bottom: 40px;
  }
}
.cid-uLMRAIzUxG .card .content-wrapper .title-wrapper .title-wrap img {
  width: 32px;
  height: 32px;
  object-fit: contain;
  margin-right: 1rem;
}
.cid-uLMRAIzUxG .card .content-wrapper .title-wrapper .title-wrap .mbr-section-title {
  margin-bottom: 0;
}
.cid-uLMRAIzUxG .card .content-wrapper .copyright {
  margin-bottom: 20px;
}
@media (max-width: 992px) {
  .cid-uLMRAIzUxG .card .content-wrapper .copyright {
    margin-bottom: 40px;
  }
}
.cid-uLMRAIzUxG .card .social-wrapper .social-wrap {
  display: inline-flex;
  flex-wrap: wrap;
}
.cid-uLMRAIzUxG .card .social-wrapper .social-wrap .mbr-iconfont {
  font-size: 20px;
  margin-right: 48px;
  color: #ffffff;
}
.cid-uLMRAIzUxG .list-wrapper .mbr-card-title {
  margin-bottom: 16px;
}
.cid-uLMRAIzUxG .list-wrapper .list {
  margin: 0;
  padding: 0;
  list-style-type: none;
}
.cid-uLMRAIzUxG .list-wrapper .list .item-wrap {
  margin-bottom: 16px;
}
@media (max-width: 992px) {
  .cid-uLMRAIzUxG .list-wrapper .list {
    margin-bottom: 40px;
  }
}
.cid-uLMRAIzUxG .mbr-section-title {
  color: #ffffff;
}
.cid-uLMRAIzUxG .copyright {
  color: #ffffff;
}
.cid-uLMRAIzUxG .mbr-card-title {
  color: #D4FE00;
}
.cid-uLMRAIzUxG .list {
  color: #ffffff;
}
.cid-uLMT5bnPh6 .navbar-dropdown {
  background-color: #ffffff !important;
  padding: 0;
}
.cid-uLMT5bnPh6 .navbar.navbar-expand-lg .dropdown .dropdown-menu {
  background-color: #ffffff !important;
  background: #ffffff;
}
.cid-uLMT5bnPh6 .navbar.navbar-expand-lg .dropdown .dropdown-menu .dropdown-submenu {
  margin: 0;
  left: 100%;
}
@media (max-width: 991px) {
  .cid-uLMT5bnPh6 .menu_box .navbar.opened,
  .cid-uLMT5bnPh6 .menu_box .navbar-collapse {
    background-color: #ffffff !important;
    transition: all 0s ease 0s;
  }
}
.cid-uLMT5bnPh6 .navbar-dropdown {
  position: relative !important;
}
.cid-uLMT5bnPh6 .btn {
  min-height: auto;
  box-shadow: none;
  margin-top: 0;
}
.cid-uLMT5bnPh6 .btn:hover {
  box-shadow: none;
}
@media (min-width: 992px) {
  .cid-uLMT5bnPh6 .offcanvas_image img {
    width: auto;
    object-fit: cover;
    display: inline-block;
  }
  .cid-uLMT5bnPh6 .offcanvas-header {
    position: relative;
    padding: 0;
  }
  .cid-uLMT5bnPh6 .offcanvas-header .btn-close {
    position: absolute;
    top: -70px;
    right: 0;
    width: 35px;
    height: 30px;
  }
  .cid-uLMT5bnPh6 .offcanvas-body {
    text-align: center;
    padding: 0;
  }
  .cid-uLMT5bnPh6 .offcanvas-body .mbr-text,
  .cid-uLMT5bnPh6 .offcanvas-body .mbr-section-subtitle {
    margin-top: 14px;
  }
  .cid-uLMT5bnPh6 .offcanvas-body .offcanvas_contact {
    margin: 35px 0;
  }
  .cid-uLMT5bnPh6 .offcanvas_box button.btn_offcanvas {
    outline: none;
    width: 40px;
    height: 40px;
    cursor: pointer;
    transition: all 0.2s;
    position: relative;
    align-self: center;
  }
  .cid-uLMT5bnPh6 .offcanvas_box button.btn_offcanvas .hamburger span {
    position: absolute;
    right: 0;
    width: 40px;
    height: 2px;
    border-right: 5px;
    background-color: #474747;
  }
  .cid-uLMT5bnPh6 .offcanvas_box button.btn_offcanvas .hamburger span:nth-child(1) {
    top: 18px;
    transition: all 0.2s;
  }
  .cid-uLMT5bnPh6 .offcanvas_box button.btn_offcanvas .hamburger span:nth-child(2) {
    top: 25px;
    transition: all 0.2s;
  }
  .cid-uLMT5bnPh6 .offcanvas_box button.btn_offcanvas:hover .hamburger span {
    width: 36px;
  }
  .cid-uLMT5bnPh6 .offcanvas_box button.btn_offcanvas:hover .hamburger span:nth-child(2) {
    width: 33px;
    transition-delay: 0.2s;
  }
  .cid-uLMT5bnPh6 ul.navbar-nav {
    padding-bottom: 1.5rem;
  }
  .cid-uLMT5bnPh6 .dropdown-menu .dropdown-toggle[data-toggle="dropdown-submenu"]::after,
  .cid-uLMT5bnPh6 .link.dropdown-toggle::after {
    display: inline-block;
    width: 7px;
    height: 7px;
    margin-left: .5rem;
    margin-bottom: 2px;
    content: "";
    border: 2px solid;
    border-left: none;
    border-top: none;
    transform: rotate(-45deg);
  }
  .cid-uLMT5bnPh6 .link.dropdown-toggle::after {
    padding: 0 !important;
    transform: rotate(45deg);
  }
  .cid-uLMT5bnPh6 li.nav-item {
    position: relative;
    display: inline-block;
    padding: 1px 7px !important;
    vertical-align: middle;
    line-height: 2em !important;
    font-weight: 600 !important;
    text-decoration: none;
    letter-spacing: 0 !important;
    z-index: 1;
  }
  .cid-uLMT5bnPh6 .lg_brand {
    margin: 0 1rem;
  }
}
.cid-uLMT5bnPh6 .nav-item {
  margin: 4px 15px;
}
@media (min-width: 1200px) {
  .cid-uLMT5bnPh6 .nav-item {
    margin: 4px 20px;
  }
}
@media (max-width: 991px) {
  .cid-uLMT5bnPh6 .nav-item {
    margin: 0 !important;
  }
}
.cid-uLMT5bnPh6 .dropdown-menu {
  border-radius: 0;
  box-shadow: none;
  text-align: left;
}
@media (min-width: 992px) {
  .cid-uLMT5bnPh6 .dropdown-menu {
    padding: 18px 34px 22px;
    min-width: 250px;
    top: auto !important;
    left: -40px !important;
  }
  .cid-uLMT5bnPh6 .dropdown-menu.dropdown-submenu {
    left: 215px !important;
    top: -45% !important;
  }
}
@media (max-width: 991px) {
  .cid-uLMT5bnPh6 .dropdown-menu .dropdown-toggle[data-toggle="dropdown-submenu"]::after,
  .cid-uLMT5bnPh6 .link.dropdown-toggle::after {
    display: inline-block;
    width: 7px;
    height: 7px;
    margin-left: .5rem;
    margin-bottom: 2px;
    content: "";
    border: 2px solid;
    border-left: none;
    border-top: none;
    transform: rotate(-45deg);
    right: 15px;
    position: absolute;
    margin-top: -2px;
  }
  .cid-uLMT5bnPh6 .show.dropdown-toggle[aria-expanded="true"]::after {
    transform: rotate(45deg);
    margin-top: -4px;
  }
  .cid-uLMT5bnPh6 .offcanvas_box {
    display: none;
  }
}
.cid-uLMT5bnPh6 .dropdown-item {
  border: none;
  font-weight: 400 !important;
}
.cid-uLMT5bnPh6 .nav-dropdown .link {
  font-weight: 400 !important;
  padding: 0 !important;
  margin: 0 !important;
}
.cid-uLMT5bnPh6 .nav-dropdown .link.dropdown-toggle::after {
  margin-left: 0.5rem;
  margin-top: 0;
}
.cid-uLMT5bnPh6 .container {
  display: flex;
  margin: auto;
}
.cid-uLMT5bnPh6 .iconfont-wrapper {
  color: #e0bdb6;
  font-size: 17px;
  margin-right: 10px;
  margin-bottom: 5px;
  width: 25px;
  height: 25px;
  border-radius: 50%;
  display: flex;
  justify-content: center;
  align-items: center;
  transition: all 0.2s ease-in-out;
}
.cid-uLMT5bnPh6 .iconfont-wrapper:last-child {
  margin-right: 0;
}
.cid-uLMT5bnPh6 .iconfont-wrapper:hover {
  opacity: .5;
}
.cid-uLMT5bnPh6 .navbar-caption {
  color: #747474;
}
.cid-uLMT5bnPh6 .navbar-nav {
  margin: 0 1rem;
}
@media (min-width: 992px) {
  .cid-uLMT5bnPh6 .navbar-nav {
    margin: 0;
  }
}
.cid-uLMT5bnPh6 .dropdown-menu,
.cid-uLMT5bnPh6 .navbar.opened {
  background-color: false !important;
}
.cid-uLMT5bnPh6 .nav-item:focus,
.cid-uLMT5bnPh6 .nav-link:focus {
  outline: none;
}
.cid-uLMT5bnPh6 .dropdown .dropdown-menu .dropdown-item {
  width: auto;
  transition: all 0.25s ease-in-out;
}
.cid-uLMT5bnPh6 .dropdown .dropdown-menu .dropdown-item::after {
  right: 0.5rem;
}
.cid-uLMT5bnPh6 .dropdown .dropdown-menu .dropdown-item .mbr-iconfont {
  margin-right: 0.5rem;
  vertical-align: sub;
}
.cid-uLMT5bnPh6 .dropdown .dropdown-menu .dropdown-item .mbr-iconfont:before {
  display: inline-block;
  transform: scale(1, 1);
  transition: all 0.25s ease-in-out;
}
.cid-uLMT5bnPh6 .collapsed .dropdown-menu .dropdown-item:before {
  display: none;
}
.cid-uLMT5bnPh6 .collapsed .dropdown .dropdown-menu .dropdown-item {
  padding: 0.235em 1.5em 0.235em 1.5em !important;
  transition: none;
  margin: 0 !important;
}
.cid-uLMT5bnPh6 .navbar {
  min-height: 70px;
  padding: 20px 0;
  transition: all 0.3s;
  border-bottom-width: 0px;
}
@media (max-width: 992px) {
  .cid-uLMT5bnPh6 .navbar {
    min-height: 30px;
    max-height: 90px;
  }
}
.cid-uLMT5bnPh6 .navbar.opened {
  transition: all 0.3s;
}
.cid-uLMT5bnPh6 .navbar .dropdown-item {
  padding: 0;
  margin: 8px 0;
}
.cid-uLMT5bnPh6 .navbar .navbar-logo img {
  width: auto;
  object-fit: contain;
  border-radius: 0;
}
.cid-uLMT5bnPh6 .navbar .navbar-collapse {
  justify-content: space-between;
  z-index: 1;
}
.cid-uLMT5bnPh6 .navbar.collapsed {
  justify-content: center;
}
.cid-uLMT5bnPh6 .navbar.collapsed .nav-item .nav-link::before {
  display: none;
}
.cid-uLMT5bnPh6 .navbar.collapsed.opened .dropdown-menu {
  top: 0;
}
.cid-uLMT5bnPh6 .navbar.collapsed .dropdown-menu .dropdown-submenu {
  left: 0 !important;
}
.cid-uLMT5bnPh6 .navbar.collapsed .dropdown-menu .dropdown-item:after {
  right: auto;
}
.cid-uLMT5bnPh6 .navbar.collapsed ul.navbar-nav li {
  margin: auto;
}
.cid-uLMT5bnPh6 .navbar.collapsed .dropdown-menu .dropdown-item {
  padding: 0.25rem 1.5rem;
  text-align: left;
}
.cid-uLMT5bnPh6 .navbar.collapsed .icons-menu {
  padding: 0;
}
@media (max-width: 991px) {
  .cid-uLMT5bnPh6 .navbar .nav-item {
    padding: .5rem 0;
  }
  .cid-uLMT5bnPh6 .navbar .navbar-collapse {
    padding: 34px 0;
    border-radius: 25px;
  }
  .cid-uLMT5bnPh6 .navbar .nav-item .nav-link::before {
    display: none;
  }
  .cid-uLMT5bnPh6 .navbar.opened .dropdown-menu {
    top: 0;
  }
  .cid-uLMT5bnPh6 .navbar .dropdown-menu {
    padding: 6px 0 6px 15px;
  }
  .cid-uLMT5bnPh6 .navbar .dropdown-menu .dropdown-submenu {
    left: 0 !important;
  }
  .cid-uLMT5bnPh6 .navbar .dropdown-menu .dropdown-item:after {
    right: auto;
    margin-top: -0.4rem;
  }
  .cid-uLMT5bnPh6 .navbar .navbar-logo img {
    height: 3rem !important;
  }
  .cid-uLMT5bnPh6 .navbar ul.navbar-nav {
    overflow: hidden;
  }
  .cid-uLMT5bnPh6 .navbar ul.navbar-nav li {
    margin: 0;
  }
  .cid-uLMT5bnPh6 .navbar .dropdown-menu .dropdown-item {
    padding: 0 !important;
    margin: 0;
    margin-top: 8px;
    text-align: left;
  }
  .cid-uLMT5bnPh6 .navbar .navbar-brand {
    flex-shrink: initial;
    flex-basis: auto;
    word-break: break-word;
    padding-right: 2rem;
  }
  .cid-uLMT5bnPh6 .navbar .navbar-toggler {
    flex-basis: auto;
  }
  .cid-uLMT5bnPh6 .navbar .icons-menu {
    padding: 0;
  }
}
.cid-uLMT5bnPh6 .navbar.navbar-short {
  min-height: 60px;
}
.cid-uLMT5bnPh6 .navbar.navbar-short .navbar-logo img {
  height: 2.5rem !important;
}
.cid-uLMT5bnPh6 .navbar.navbar-short .navbar-brand {
  min-height: 60px;
  padding: 0;
}
.cid-uLMT5bnPh6 .navbar-brand {
  min-height: 70px;
  flex-shrink: 0;
  align-items: center;
  margin-right: 0;
  padding: 10px 0;
  transition: all 0.3s;
  word-break: break-word;
  z-index: 1;
}
.cid-uLMT5bnPh6 .navbar-brand .navbar-caption {
  line-height: inherit !important;
}
.cid-uLMT5bnPh6 .navbar-brand .navbar-logo a {
  outline: none;
}
.cid-uLMT5bnPh6 .dropdown-item.active,
.cid-uLMT5bnPh6 .dropdown-item:active {
  background-color: transparent;
}
.cid-uLMT5bnPh6 .navbar-expand-lg .navbar-nav .nav-link {
  padding: 0;
}
.cid-uLMT5bnPh6 .nav-dropdown .link.dropdown-toggle {
  margin-right: 1.667em;
}
.cid-uLMT5bnPh6 .nav-dropdown .link.dropdown-toggle[aria-expanded="true"] {
  margin-right: 0;
  padding: 0.667em 1.667em;
}
.cid-uLMT5bnPh6 .navbar .dropdown.open > .dropdown-menu {
  display: block;
}
.cid-uLMT5bnPh6 ul.navbar-nav {
  flex-wrap: wrap;
  padding: 36px 0;
  border-bottom: 1px solid #0e132f;
}
.cid-uLMT5bnPh6 .navbar-buttons {
  text-align: center;
  min-width: 170px;
}
.cid-uLMT5bnPh6 button.navbar-toggler {
  outline: none;
  width: 48px;
  height: 48px;
  border-radius: 50%;
  cursor: pointer;
  transition: all 0.2s;
  position: relative;
  align-self: center;
  color: #ffffff;
  background: #ffffff;
}
.cid-uLMT5bnPh6 button.navbar-toggler .hamburger span {
  position: absolute;
  right: 10px;
  margin-top: 14px;
  width: 26px;
  height: 2px;
  border-right: 5px;
  background-color: #474747;
}
.cid-uLMT5bnPh6 button.navbar-toggler .hamburger span:nth-child(1) {
  top: 0;
  transition: all 0.2s;
}
.cid-uLMT5bnPh6 button.navbar-toggler .hamburger span:nth-child(2) {
  top: 8px;
  transition: all 0.15s;
}
.cid-uLMT5bnPh6 button.navbar-toggler .hamburger span:nth-child(3) {
  top: 8px;
  transition: all 0.15s;
}
.cid-uLMT5bnPh6 button.navbar-toggler .hamburger span:nth-child(4) {
  top: 16px;
  transition: all 0.2s;
}
.cid-uLMT5bnPh6 nav.opened .hamburger span:nth-child(1) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-uLMT5bnPh6 nav.opened .hamburger span:nth-child(2) {
  transform: rotate(45deg);
  transition: all 0.25s;
}
.cid-uLMT5bnPh6 nav.opened .hamburger span:nth-child(3) {
  transform: rotate(-45deg);
  transition: all 0.25s;
}
.cid-uLMT5bnPh6 nav.opened .hamburger span:nth-child(4) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-uLMT5bnPh6 a.nav-link {
  display: flex;
  align-items: center;
  justify-content: flex-start;
}
.cid-uLMT5bnPh6 .icons-menu {
  flex-wrap: nowrap;
  display: flex;
  justify-content: center;
  padding: 0;
  text-align: center;
  margin-bottom: 35px;
}
@media screen and (-ms-high-contrast: active), (-ms-high-contrast: none) {
  .cid-uLMT5bnPh6 .navbar {
    height: 70px;
  }
  .cid-uLMT5bnPh6 .navbar.opened {
    height: auto;
  }
  .cid-uLMT5bnPh6 .nav-item .nav-link:hover::before {
    width: 175%;
    max-width: calc(100% + 2rem);
    left: -1rem;
  }
}
.cid-uLMT5bnPh6 .navbar-dropdown .navbar-logo {
  margin-right: 15px;
}
@media (min-width: 768px) {
  .cid-uLMT5bnPh6 .container-fluid {
    padding-left: 30px;
    padding-right: 30px;
  }
}
.cid-uLMT5bnPh6 .mbr-section-btn-main {
  padding-top: 5px;
}
.cid-uLMT5bnPh6 .mbr-section-btn-main .btn {
  margin: 0 4px 4px 4px;
}
.cid-uLMT5bnPh6 .navbar-caption:hover {
  color: #2554ab;
}
@media (min-width: 992px) {
  .cid-uLMT5bnPh6 .dropdown-menu.dropdown-submenu {
    left: 175px !important;
    top: -45% !important;
  }
}
.cid-uLMT5bnPh6 .nav-link {
  position: relative;
}
.cid-uLMT5bnPh6 .nav-link:before {
  content: '';
  position: absolute;
  left: -12px;
  width: 6px;
  height: 6px;
  border-radius: 100%;
  background-color: #2554ab;
  transition: all .3s ease;
  opacity: 0;
}
.cid-uLMT5bnPh6 .nav-link:hover:before {
  opacity: 1;
}
.cid-uLMT5bnPh6 .mbr-section-subtitle {
  color: #ffffff;
}
.cid-uLMT5bnPh6 .mbr-text {
  color: #ffffff;
  text-align: center;
}
.cid-uLMT5bnPh6 .text_widget {
  color: #ffffff;
}
.cid-uLMT5bnPh6 .mbr-section-subtitle,
.cid-uLMT5bnPh6 .text_widget,
.cid-uLMT5bnPh6 .mbr-section-btn {
  text-align: center;
}
.cid-uLMT5bnPh6 a[class*="text-"]:not(.nav-link):not(.dropdown-item):not([role]):not(.navbar-caption):hover {
  background-image: none;
}
.cid-uC569zt82N {
  padding-top: 0rem;
  padding-bottom: 0rem;
  background-color: #ffffff;
}
.cid-uC569zt82N .item-img {
  position: relative;
  overflow: hidden;
}
.cid-uC569zt82N .item-img:before {
  content: '';
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
  left: 0;
  background: black;
  opacity: 0.3;
  z-index: 1;
  transition: all 0.3s;
  pointer-events: none;
}
.cid-uC569zt82N h5 {
  margin-bottom: 1rem;
}
.cid-uC569zt82N .item-content {
  position: absolute;
  top: 55%;
  right: 0;
  z-index: 2;
  width: 100%;
  transform: translateY(-50%);
  padding: 2rem 8rem;
  display: flex;
  flex-direction: column;
  height: 50%;
}
@media (max-width: 767px) {
  .cid-uC569zt82N .item-content {
    padding: 0 2rem 1.5rem;
    margin-top: 1rem;
  }
}
.cid-uC569zt82N img,
.cid-uC569zt82N .item-img {
  width: 100%;
  transition: all 0.3s;
  height: 100%;
  height: 400px;
  object-fit: cover;
}
.cid-uC569zt82N .item:focus,
.cid-uC569zt82N span:focus {
  outline: none;
}
.cid-uC569zt82N .item {
  margin-bottom: 2rem;
}
@media (max-width: 767px) {
  .cid-uC569zt82N .item {
    margin-bottom: 1rem;
  }
}
.cid-uC569zt82N .item-wrapper {
  position: relative;
  border-radius: 15px;
  height: 100%;
  display: flex;
  flex-flow: column nowrap;
}
.cid-uC569zt82N .mbr-section-title {
  color: #4e423d;
}
.cid-uC569zt82N .item-title {
  text-align: left;
  color: #ffffff;
}
.cid-uC569zt82N .item-subtitle {
  text-align: left;
  color: #ffffff;
}
.cid-uC569zt82N .mbr-text,
.cid-uC569zt82N .item .mbr-section-btn {
  text-align: left;
  color: #ffffff;
}
.cid-uC569zt82N .content-head {
  max-width: 800px;
}
.cid-uC569A6alC {
  padding-top: 1rem;
  padding-bottom: 5rem;
  background-color: #fafafa;
}
.cid-uC569A6alC .mbr-section-title {
  margin-bottom: 1em;
  color: #272727;
}
.cid-uC569A6alC .mbr-section-subtitle {
  margin-bottom: 1.5625em;
  color: #272727;
  opacity: 0.4;
}
.cid-uC569A6alC .item-row {
  display: grid;
  -webkit-box-align: stretch;
  -webkit-align-items: stretch;
  -ms-flex-align: stretch;
  align-items: stretch;
  grid-auto-columns: 1fr;
  grid-column-gap: 16px;
  grid-row-gap: 16px;
  grid-template-columns: repeat(4, 1fr);
  -ms-grid-rows: auto;
  grid-template-rows: auto;
}
@media (max-width: 1199px) {
  .cid-uC569A6alC .item-row {
    grid-template-columns: repeat(2, 1fr);
  }
}
@media (max-width: 767px) {
  .cid-uC569A6alC .item-row {
    grid-template-columns: repeat(1, 1fr);
  }
}
.cid-uC569A6alC .item {
  padding: 0;
}
.cid-uC569A6alC .item-wrapper {
  display: flex;
  flex-direction: column;
  align-items: stretch;
  height: 100%;
  width: 100%;
  border-radius: 10px;
  overflow: hidden;
  transform-style: preserve-3d;
  transition: .3s all;
  border: 2px solid transparent;
}
.cid-uC569A6alC .item-wrapper:hover {
  transform: scale3d(1.01, 1.01, 1);
  border-color: #fafafa;
}
.cid-uC569A6alC .item-img {
  display: flex;
  align-items: center;
  justify-content: center;
  height: 175px;
}
.cid-uC569A6alC .item-img img {
  width: 100%;
  object-fit: cover;
  height: 100%;
}
.cid-uC569A6alC .item-content {
  display: flex;
  flex-direction: column;
  align-items: stretch;
  width: 100%;
  padding: 20px 5% 6%;
  flex-grow: 1;
  background-color: #ffffff;
}
.cid-uC569A6alC .item-text-wrap {
  width: 100%;
  margin-bottom: 5.3em;
}
@media (max-width: 1199px) {
  .cid-uC569A6alC .item-text-wrap {
    margin-bottom: 4em;
  }
}
@media (max-width: 767px) {
  .cid-uC569A6alC .item-text-wrap {
    margin-bottom: 2em;
    max-width: 340px;
    margin-right: auto;
  }
}
.cid-uC569A6alC .item-title {
  color: #272727;
  margin-bottom: 0.52em;
}
.cid-uC569A6alC .item-subtitle {
  color: #272727;
  opacity: 0.52em;
}
.cid-uC569A6alC .card-bottom {
  display: flex;
  flex-direction: column;
  align-items: stretch;
  margin-top: auto;
}
.cid-uC569A6alC .item-name-wrap {
  display: flex;
  align-items: center;
  width: 100%;
}
.cid-uC569A6alC .image-wrapper {
  width: 35px;
  height: 35px;
  margin-right: 10px;
  border-radius: 300px;
  overflow: hidden;
}
.cid-uC569A6alC .image-wrapper img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.cid-uC569A6alC .mbr-text {
  flex-grow: 1;
  color: #272727;
  text-align: right;
}
.cid-uC569A6alC .mbr-section-btn {
  display: flex;
  margin-top: 20px;
  width: auto !important;
}
.cid-uC569A6alC .mbr-section-btn .btn {
  width: 100%;
  min-width: auto !important;
}
.cid-uLMRAIzUxG {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-color: #0e132f;
}
.cid-uLMRAIzUxG .mbr-fallback-image.disabled {
  display: none;
}
.cid-uLMRAIzUxG .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-uLMRAIzUxG .container {
    padding: 0 16px;
  }
}
.cid-uLMRAIzUxG .card {
  display: flex;
  flex-direction: column;
  justify-content: space-between;
}
@media (max-width: 992px) {
  .cid-uLMRAIzUxG .card {
    margin-bottom: 40px;
  }
}
.cid-uLMRAIzUxG .card .content-wrapper .title-wrapper .title-wrap {
  display: inline-flex;
  align-items: center;
  margin-bottom: 16px;
}
@media (max-width: 992px) {
  .cid-uLMRAIzUxG .card .content-wrapper .title-wrapper .title-wrap {
    margin-bottom: 40px;
  }
}
.cid-uLMRAIzUxG .card .content-wrapper .title-wrapper .title-wrap img {
  width: 32px;
  height: 32px;
  object-fit: contain;
  margin-right: 1rem;
}
.cid-uLMRAIzUxG .card .content-wrapper .title-wrapper .title-wrap .mbr-section-title {
  margin-bottom: 0;
}
.cid-uLMRAIzUxG .card .content-wrapper .copyright {
  margin-bottom: 20px;
}
@media (max-width: 992px) {
  .cid-uLMRAIzUxG .card .content-wrapper .copyright {
    margin-bottom: 40px;
  }
}
.cid-uLMRAIzUxG .card .social-wrapper .social-wrap {
  display: inline-flex;
  flex-wrap: wrap;
}
.cid-uLMRAIzUxG .card .social-wrapper .social-wrap .mbr-iconfont {
  font-size: 20px;
  margin-right: 48px;
  color: #ffffff;
}
.cid-uLMRAIzUxG .list-wrapper .mbr-card-title {
  margin-bottom: 16px;
}
.cid-uLMRAIzUxG .list-wrapper .list {
  margin: 0;
  padding: 0;
  list-style-type: none;
}
.cid-uLMRAIzUxG .list-wrapper .list .item-wrap {
  margin-bottom: 16px;
}
@media (max-width: 992px) {
  .cid-uLMRAIzUxG .list-wrapper .list {
    margin-bottom: 40px;
  }
}
.cid-uLMRAIzUxG .mbr-section-title {
  color: #ffffff;
}
.cid-uLMRAIzUxG .copyright {
  color: #ffffff;
}
.cid-uLMRAIzUxG .mbr-card-title {
  color: #D4FE00;
}
.cid-uLMRAIzUxG .list {
  color: #ffffff;
}
.cid-uLMT5bnPh6 .navbar-dropdown {
  background-color: #ffffff !important;
  padding: 0;
}
.cid-uLMT5bnPh6 .navbar.navbar-expand-lg .dropdown .dropdown-menu {
  background-color: #ffffff !important;
  background: #ffffff;
}
.cid-uLMT5bnPh6 .navbar.navbar-expand-lg .dropdown .dropdown-menu .dropdown-submenu {
  margin: 0;
  left: 100%;
}
@media (max-width: 991px) {
  .cid-uLMT5bnPh6 .menu_box .navbar.opened,
  .cid-uLMT5bnPh6 .menu_box .navbar-collapse {
    background-color: #ffffff !important;
    transition: all 0s ease 0s;
  }
}
.cid-uLMT5bnPh6 .navbar-dropdown {
  position: relative !important;
}
.cid-uLMT5bnPh6 .btn {
  min-height: auto;
  box-shadow: none;
  margin-top: 0;
}
.cid-uLMT5bnPh6 .btn:hover {
  box-shadow: none;
}
@media (min-width: 992px) {
  .cid-uLMT5bnPh6 .offcanvas_image img {
    width: auto;
    object-fit: cover;
    display: inline-block;
  }
  .cid-uLMT5bnPh6 .offcanvas-header {
    position: relative;
    padding: 0;
  }
  .cid-uLMT5bnPh6 .offcanvas-header .btn-close {
    position: absolute;
    top: -70px;
    right: 0;
    width: 35px;
    height: 30px;
  }
  .cid-uLMT5bnPh6 .offcanvas-body {
    text-align: center;
    padding: 0;
  }
  .cid-uLMT5bnPh6 .offcanvas-body .mbr-text,
  .cid-uLMT5bnPh6 .offcanvas-body .mbr-section-subtitle {
    margin-top: 14px;
  }
  .cid-uLMT5bnPh6 .offcanvas-body .offcanvas_contact {
    margin: 35px 0;
  }
  .cid-uLMT5bnPh6 .offcanvas_box button.btn_offcanvas {
    outline: none;
    width: 40px;
    height: 40px;
    cursor: pointer;
    transition: all 0.2s;
    position: relative;
    align-self: center;
  }
  .cid-uLMT5bnPh6 .offcanvas_box button.btn_offcanvas .hamburger span {
    position: absolute;
    right: 0;
    width: 40px;
    height: 2px;
    border-right: 5px;
    background-color: #474747;
  }
  .cid-uLMT5bnPh6 .offcanvas_box button.btn_offcanvas .hamburger span:nth-child(1) {
    top: 18px;
    transition: all 0.2s;
  }
  .cid-uLMT5bnPh6 .offcanvas_box button.btn_offcanvas .hamburger span:nth-child(2) {
    top: 25px;
    transition: all 0.2s;
  }
  .cid-uLMT5bnPh6 .offcanvas_box button.btn_offcanvas:hover .hamburger span {
    width: 36px;
  }
  .cid-uLMT5bnPh6 .offcanvas_box button.btn_offcanvas:hover .hamburger span:nth-child(2) {
    width: 33px;
    transition-delay: 0.2s;
  }
  .cid-uLMT5bnPh6 ul.navbar-nav {
    padding-bottom: 1.5rem;
  }
  .cid-uLMT5bnPh6 .dropdown-menu .dropdown-toggle[data-toggle="dropdown-submenu"]::after,
  .cid-uLMT5bnPh6 .link.dropdown-toggle::after {
    display: inline-block;
    width: 7px;
    height: 7px;
    margin-left: .5rem;
    margin-bottom: 2px;
    content: "";
    border: 2px solid;
    border-left: none;
    border-top: none;
    transform: rotate(-45deg);
  }
  .cid-uLMT5bnPh6 .link.dropdown-toggle::after {
    padding: 0 !important;
    transform: rotate(45deg);
  }
  .cid-uLMT5bnPh6 li.nav-item {
    position: relative;
    display: inline-block;
    padding: 1px 7px !important;
    vertical-align: middle;
    line-height: 2em !important;
    font-weight: 600 !important;
    text-decoration: none;
    letter-spacing: 0 !important;
    z-index: 1;
  }
  .cid-uLMT5bnPh6 .lg_brand {
    margin: 0 1rem;
  }
}
.cid-uLMT5bnPh6 .nav-item {
  margin: 4px 15px;
}
@media (min-width: 1200px) {
  .cid-uLMT5bnPh6 .nav-item {
    margin: 4px 20px;
  }
}
@media (max-width: 991px) {
  .cid-uLMT5bnPh6 .nav-item {
    margin: 0 !important;
  }
}
.cid-uLMT5bnPh6 .dropdown-menu {
  border-radius: 0;
  box-shadow: none;
  text-align: left;
}
@media (min-width: 992px) {
  .cid-uLMT5bnPh6 .dropdown-menu {
    padding: 18px 34px 22px;
    min-width: 250px;
    top: auto !important;
    left: -40px !important;
  }
  .cid-uLMT5bnPh6 .dropdown-menu.dropdown-submenu {
    left: 215px !important;
    top: -45% !important;
  }
}
@media (max-width: 991px) {
  .cid-uLMT5bnPh6 .dropdown-menu .dropdown-toggle[data-toggle="dropdown-submenu"]::after,
  .cid-uLMT5bnPh6 .link.dropdown-toggle::after {
    display: inline-block;
    width: 7px;
    height: 7px;
    margin-left: .5rem;
    margin-bottom: 2px;
    content: "";
    border: 2px solid;
    border-left: none;
    border-top: none;
    transform: rotate(-45deg);
    right: 15px;
    position: absolute;
    margin-top: -2px;
  }
  .cid-uLMT5bnPh6 .show.dropdown-toggle[aria-expanded="true"]::after {
    transform: rotate(45deg);
    margin-top: -4px;
  }
  .cid-uLMT5bnPh6 .offcanvas_box {
    display: none;
  }
}
.cid-uLMT5bnPh6 .dropdown-item {
  border: none;
  font-weight: 400 !important;
}
.cid-uLMT5bnPh6 .nav-dropdown .link {
  font-weight: 400 !important;
  padding: 0 !important;
  margin: 0 !important;
}
.cid-uLMT5bnPh6 .nav-dropdown .link.dropdown-toggle::after {
  margin-left: 0.5rem;
  margin-top: 0;
}
.cid-uLMT5bnPh6 .container {
  display: flex;
  margin: auto;
}
.cid-uLMT5bnPh6 .iconfont-wrapper {
  color: #e0bdb6;
  font-size: 17px;
  margin-right: 10px;
  margin-bottom: 5px;
  width: 25px;
  height: 25px;
  border-radius: 50%;
  display: flex;
  justify-content: center;
  align-items: center;
  transition: all 0.2s ease-in-out;
}
.cid-uLMT5bnPh6 .iconfont-wrapper:last-child {
  margin-right: 0;
}
.cid-uLMT5bnPh6 .iconfont-wrapper:hover {
  opacity: .5;
}
.cid-uLMT5bnPh6 .navbar-caption {
  color: #747474;
}
.cid-uLMT5bnPh6 .navbar-nav {
  margin: 0 1rem;
}
@media (min-width: 992px) {
  .cid-uLMT5bnPh6 .navbar-nav {
    margin: 0;
  }
}
.cid-uLMT5bnPh6 .dropdown-menu,
.cid-uLMT5bnPh6 .navbar.opened {
  background-color: false !important;
}
.cid-uLMT5bnPh6 .nav-item:focus,
.cid-uLMT5bnPh6 .nav-link:focus {
  outline: none;
}
.cid-uLMT5bnPh6 .dropdown .dropdown-menu .dropdown-item {
  width: auto;
  transition: all 0.25s ease-in-out;
}
.cid-uLMT5bnPh6 .dropdown .dropdown-menu .dropdown-item::after {
  right: 0.5rem;
}
.cid-uLMT5bnPh6 .dropdown .dropdown-menu .dropdown-item .mbr-iconfont {
  margin-right: 0.5rem;
  vertical-align: sub;
}
.cid-uLMT5bnPh6 .dropdown .dropdown-menu .dropdown-item .mbr-iconfont:before {
  display: inline-block;
  transform: scale(1, 1);
  transition: all 0.25s ease-in-out;
}
.cid-uLMT5bnPh6 .collapsed .dropdown-menu .dropdown-item:before {
  display: none;
}
.cid-uLMT5bnPh6 .collapsed .dropdown .dropdown-menu .dropdown-item {
  padding: 0.235em 1.5em 0.235em 1.5em !important;
  transition: none;
  margin: 0 !important;
}
.cid-uLMT5bnPh6 .navbar {
  min-height: 70px;
  padding: 20px 0;
  transition: all 0.3s;
  border-bottom-width: 0px;
}
@media (max-width: 992px) {
  .cid-uLMT5bnPh6 .navbar {
    min-height: 30px;
    max-height: 90px;
  }
}
.cid-uLMT5bnPh6 .navbar.opened {
  transition: all 0.3s;
}
.cid-uLMT5bnPh6 .navbar .dropdown-item {
  padding: 0;
  margin: 8px 0;
}
.cid-uLMT5bnPh6 .navbar .navbar-logo img {
  width: auto;
  object-fit: contain;
  border-radius: 0;
}
.cid-uLMT5bnPh6 .navbar .navbar-collapse {
  justify-content: space-between;
  z-index: 1;
}
.cid-uLMT5bnPh6 .navbar.collapsed {
  justify-content: center;
}
.cid-uLMT5bnPh6 .navbar.collapsed .nav-item .nav-link::before {
  display: none;
}
.cid-uLMT5bnPh6 .navbar.collapsed.opened .dropdown-menu {
  top: 0;
}
.cid-uLMT5bnPh6 .navbar.collapsed .dropdown-menu .dropdown-submenu {
  left: 0 !important;
}
.cid-uLMT5bnPh6 .navbar.collapsed .dropdown-menu .dropdown-item:after {
  right: auto;
}
.cid-uLMT5bnPh6 .navbar.collapsed ul.navbar-nav li {
  margin: auto;
}
.cid-uLMT5bnPh6 .navbar.collapsed .dropdown-menu .dropdown-item {
  padding: 0.25rem 1.5rem;
  text-align: left;
}
.cid-uLMT5bnPh6 .navbar.collapsed .icons-menu {
  padding: 0;
}
@media (max-width: 991px) {
  .cid-uLMT5bnPh6 .navbar .nav-item {
    padding: .5rem 0;
  }
  .cid-uLMT5bnPh6 .navbar .navbar-collapse {
    padding: 34px 0;
    border-radius: 25px;
  }
  .cid-uLMT5bnPh6 .navbar .nav-item .nav-link::before {
    display: none;
  }
  .cid-uLMT5bnPh6 .navbar.opened .dropdown-menu {
    top: 0;
  }
  .cid-uLMT5bnPh6 .navbar .dropdown-menu {
    padding: 6px 0 6px 15px;
  }
  .cid-uLMT5bnPh6 .navbar .dropdown-menu .dropdown-submenu {
    left: 0 !important;
  }
  .cid-uLMT5bnPh6 .navbar .dropdown-menu .dropdown-item:after {
    right: auto;
    margin-top: -0.4rem;
  }
  .cid-uLMT5bnPh6 .navbar .navbar-logo img {
    height: 3rem !important;
  }
  .cid-uLMT5bnPh6 .navbar ul.navbar-nav {
    overflow: hidden;
  }
  .cid-uLMT5bnPh6 .navbar ul.navbar-nav li {
    margin: 0;
  }
  .cid-uLMT5bnPh6 .navbar .dropdown-menu .dropdown-item {
    padding: 0 !important;
    margin: 0;
    margin-top: 8px;
    text-align: left;
  }
  .cid-uLMT5bnPh6 .navbar .navbar-brand {
    flex-shrink: initial;
    flex-basis: auto;
    word-break: break-word;
    padding-right: 2rem;
  }
  .cid-uLMT5bnPh6 .navbar .navbar-toggler {
    flex-basis: auto;
  }
  .cid-uLMT5bnPh6 .navbar .icons-menu {
    padding: 0;
  }
}
.cid-uLMT5bnPh6 .navbar.navbar-short {
  min-height: 60px;
}
.cid-uLMT5bnPh6 .navbar.navbar-short .navbar-logo img {
  height: 2.5rem !important;
}
.cid-uLMT5bnPh6 .navbar.navbar-short .navbar-brand {
  min-height: 60px;
  padding: 0;
}
.cid-uLMT5bnPh6 .navbar-brand {
  min-height: 70px;
  flex-shrink: 0;
  align-items: center;
  margin-right: 0;
  padding: 10px 0;
  transition: all 0.3s;
  word-break: break-word;
  z-index: 1;
}
.cid-uLMT5bnPh6 .navbar-brand .navbar-caption {
  line-height: inherit !important;
}
.cid-uLMT5bnPh6 .navbar-brand .navbar-logo a {
  outline: none;
}
.cid-uLMT5bnPh6 .dropdown-item.active,
.cid-uLMT5bnPh6 .dropdown-item:active {
  background-color: transparent;
}
.cid-uLMT5bnPh6 .navbar-expand-lg .navbar-nav .nav-link {
  padding: 0;
}
.cid-uLMT5bnPh6 .nav-dropdown .link.dropdown-toggle {
  margin-right: 1.667em;
}
.cid-uLMT5bnPh6 .nav-dropdown .link.dropdown-toggle[aria-expanded="true"] {
  margin-right: 0;
  padding: 0.667em 1.667em;
}
.cid-uLMT5bnPh6 .navbar .dropdown.open > .dropdown-menu {
  display: block;
}
.cid-uLMT5bnPh6 ul.navbar-nav {
  flex-wrap: wrap;
  padding: 36px 0;
  border-bottom: 1px solid #0e132f;
}
.cid-uLMT5bnPh6 .navbar-buttons {
  text-align: center;
  min-width: 170px;
}
.cid-uLMT5bnPh6 button.navbar-toggler {
  outline: none;
  width: 48px;
  height: 48px;
  border-radius: 50%;
  cursor: pointer;
  transition: all 0.2s;
  position: relative;
  align-self: center;
  color: #ffffff;
  background: #ffffff;
}
.cid-uLMT5bnPh6 button.navbar-toggler .hamburger span {
  position: absolute;
  right: 10px;
  margin-top: 14px;
  width: 26px;
  height: 2px;
  border-right: 5px;
  background-color: #474747;
}
.cid-uLMT5bnPh6 button.navbar-toggler .hamburger span:nth-child(1) {
  top: 0;
  transition: all 0.2s;
}
.cid-uLMT5bnPh6 button.navbar-toggler .hamburger span:nth-child(2) {
  top: 8px;
  transition: all 0.15s;
}
.cid-uLMT5bnPh6 button.navbar-toggler .hamburger span:nth-child(3) {
  top: 8px;
  transition: all 0.15s;
}
.cid-uLMT5bnPh6 button.navbar-toggler .hamburger span:nth-child(4) {
  top: 16px;
  transition: all 0.2s;
}
.cid-uLMT5bnPh6 nav.opened .hamburger span:nth-child(1) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-uLMT5bnPh6 nav.opened .hamburger span:nth-child(2) {
  transform: rotate(45deg);
  transition: all 0.25s;
}
.cid-uLMT5bnPh6 nav.opened .hamburger span:nth-child(3) {
  transform: rotate(-45deg);
  transition: all 0.25s;
}
.cid-uLMT5bnPh6 nav.opened .hamburger span:nth-child(4) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-uLMT5bnPh6 a.nav-link {
  display: flex;
  align-items: center;
  justify-content: flex-start;
}
.cid-uLMT5bnPh6 .icons-menu {
  flex-wrap: nowrap;
  display: flex;
  justify-content: center;
  padding: 0;
  text-align: center;
  margin-bottom: 35px;
}
@media screen and (-ms-high-contrast: active), (-ms-high-contrast: none) {
  .cid-uLMT5bnPh6 .navbar {
    height: 70px;
  }
  .cid-uLMT5bnPh6 .navbar.opened {
    height: auto;
  }
  .cid-uLMT5bnPh6 .nav-item .nav-link:hover::before {
    width: 175%;
    max-width: calc(100% + 2rem);
    left: -1rem;
  }
}
.cid-uLMT5bnPh6 .navbar-dropdown .navbar-logo {
  margin-right: 15px;
}
@media (min-width: 768px) {
  .cid-uLMT5bnPh6 .container-fluid {
    padding-left: 30px;
    padding-right: 30px;
  }
}
.cid-uLMT5bnPh6 .mbr-section-btn-main {
  padding-top: 5px;
}
.cid-uLMT5bnPh6 .mbr-section-btn-main .btn {
  margin: 0 4px 4px 4px;
}
.cid-uLMT5bnPh6 .navbar-caption:hover {
  color: #2554ab;
}
@media (min-width: 992px) {
  .cid-uLMT5bnPh6 .dropdown-menu.dropdown-submenu {
    left: 175px !important;
    top: -45% !important;
  }
}
.cid-uLMT5bnPh6 .nav-link {
  position: relative;
}
.cid-uLMT5bnPh6 .nav-link:before {
  content: '';
  position: absolute;
  left: -12px;
  width: 6px;
  height: 6px;
  border-radius: 100%;
  background-color: #2554ab;
  transition: all .3s ease;
  opacity: 0;
}
.cid-uLMT5bnPh6 .nav-link:hover:before {
  opacity: 1;
}
.cid-uLMT5bnPh6 .mbr-section-subtitle {
  color: #ffffff;
}
.cid-uLMT5bnPh6 .mbr-text {
  color: #ffffff;
  text-align: center;
}
.cid-uLMT5bnPh6 .text_widget {
  color: #ffffff;
}
.cid-uLMT5bnPh6 .mbr-section-subtitle,
.cid-uLMT5bnPh6 .text_widget,
.cid-uLMT5bnPh6 .mbr-section-btn {
  text-align: center;
}
.cid-uLMT5bnPh6 a[class*="text-"]:not(.nav-link):not(.dropdown-item):not([role]):not(.navbar-caption):hover {
  background-image: none;
}
.cid-uC59C8xQ9S {
  padding-top: 0rem;
  padding-bottom: 0rem;
  background-color: #ffffff;
}
.cid-uC59C8xQ9S .item-img {
  position: relative;
  overflow: hidden;
}
.cid-uC59C8xQ9S .item-img:before {
  content: '';
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
  left: 0;
  background: black;
  opacity: 0.3;
  z-index: 1;
  transition: all 0.3s;
  pointer-events: none;
}
.cid-uC59C8xQ9S h5 {
  margin-bottom: 1rem;
}
.cid-uC59C8xQ9S .item-content {
  position: absolute;
  top: 55%;
  right: 0;
  z-index: 2;
  width: 100%;
  transform: translateY(-50%);
  padding: 2rem 8rem;
  display: flex;
  flex-direction: column;
  height: 50%;
}
@media (max-width: 767px) {
  .cid-uC59C8xQ9S .item-content {
    padding: 0 2rem 1.5rem;
    margin-top: 1rem;
  }
}
.cid-uC59C8xQ9S img,
.cid-uC59C8xQ9S .item-img {
  width: 100%;
  transition: all 0.3s;
  height: 100%;
  height: 400px;
  object-fit: cover;
}
.cid-uC59C8xQ9S .item:focus,
.cid-uC59C8xQ9S span:focus {
  outline: none;
}
.cid-uC59C8xQ9S .item {
  margin-bottom: 2rem;
}
@media (max-width: 767px) {
  .cid-uC59C8xQ9S .item {
    margin-bottom: 1rem;
  }
}
.cid-uC59C8xQ9S .item-wrapper {
  position: relative;
  border-radius: 15px;
  height: 100%;
  display: flex;
  flex-flow: column nowrap;
}
.cid-uC59C8xQ9S .mbr-section-title {
  color: #4e423d;
}
.cid-uC59C8xQ9S .item-title {
  text-align: left;
  color: #ffffff;
}
.cid-uC59C8xQ9S .item-subtitle {
  text-align: left;
  color: #ffffff;
}
.cid-uC59C8xQ9S .mbr-text,
.cid-uC59C8xQ9S .item .mbr-section-btn {
  text-align: left;
  color: #ffffff;
}
.cid-uC59C8xQ9S .content-head {
  max-width: 800px;
}
.cid-uC59C9htqR {
  padding-top: 1rem;
  padding-bottom: 5rem;
  background-color: #fafafa;
}
.cid-uC59C9htqR .mbr-section-title {
  margin-bottom: 1em;
  color: #272727;
}
.cid-uC59C9htqR .mbr-section-subtitle {
  margin-bottom: 1.5625em;
  color: #272727;
  opacity: 0.4;
}
.cid-uC59C9htqR .item-row {
  display: grid;
  -webkit-box-align: stretch;
  -webkit-align-items: stretch;
  -ms-flex-align: stretch;
  align-items: stretch;
  grid-auto-columns: 1fr;
  grid-column-gap: 16px;
  grid-row-gap: 16px;
  grid-template-columns: repeat(4, 1fr);
  -ms-grid-rows: auto;
  grid-template-rows: auto;
}
@media (max-width: 1199px) {
  .cid-uC59C9htqR .item-row {
    grid-template-columns: repeat(2, 1fr);
  }
}
@media (max-width: 767px) {
  .cid-uC59C9htqR .item-row {
    grid-template-columns: repeat(1, 1fr);
  }
}
.cid-uC59C9htqR .item {
  padding: 0;
}
.cid-uC59C9htqR .item-wrapper {
  display: flex;
  flex-direction: column;
  align-items: stretch;
  height: 100%;
  width: 100%;
  border-radius: 10px;
  overflow: hidden;
  transform-style: preserve-3d;
  transition: .3s all;
  border: 2px solid transparent;
}
.cid-uC59C9htqR .item-wrapper:hover {
  transform: scale3d(1.01, 1.01, 1);
  border-color: #fafafa;
}
.cid-uC59C9htqR .item-img {
  display: flex;
  align-items: center;
  justify-content: center;
  height: 175px;
}
.cid-uC59C9htqR .item-img img {
  width: 100%;
  object-fit: cover;
  height: 100%;
}
.cid-uC59C9htqR .item-content {
  display: flex;
  flex-direction: column;
  align-items: stretch;
  width: 100%;
  padding: 20px 5% 6%;
  flex-grow: 1;
  background-color: #ffffff;
}
.cid-uC59C9htqR .item-text-wrap {
  width: 100%;
  margin-bottom: 5.3em;
}
@media (max-width: 1199px) {
  .cid-uC59C9htqR .item-text-wrap {
    margin-bottom: 4em;
  }
}
@media (max-width: 767px) {
  .cid-uC59C9htqR .item-text-wrap {
    margin-bottom: 2em;
    max-width: 340px;
    margin-right: auto;
  }
}
.cid-uC59C9htqR .item-title {
  color: #272727;
  margin-bottom: 0.52em;
}
.cid-uC59C9htqR .item-subtitle {
  color: #272727;
  opacity: 0.52em;
}
.cid-uC59C9htqR .card-bottom {
  display: flex;
  flex-direction: column;
  align-items: stretch;
  margin-top: auto;
}
.cid-uC59C9htqR .item-name-wrap {
  display: flex;
  align-items: center;
  width: 100%;
}
.cid-uC59C9htqR .image-wrapper {
  width: 35px;
  height: 35px;
  margin-right: 10px;
  border-radius: 300px;
  overflow: hidden;
}
.cid-uC59C9htqR .image-wrapper img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.cid-uC59C9htqR .mbr-text {
  flex-grow: 1;
  color: #272727;
  text-align: right;
}
.cid-uC59C9htqR .mbr-section-btn {
  display: flex;
  margin-top: 20px;
  width: auto !important;
}
.cid-uC59C9htqR .mbr-section-btn .btn {
  width: 100%;
  min-width: auto !important;
}
.cid-uLMRAIzUxG {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-color: #0e132f;
}
.cid-uLMRAIzUxG .mbr-fallback-image.disabled {
  display: none;
}
.cid-uLMRAIzUxG .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-uLMRAIzUxG .container {
    padding: 0 16px;
  }
}
.cid-uLMRAIzUxG .card {
  display: flex;
  flex-direction: column;
  justify-content: space-between;
}
@media (max-width: 992px) {
  .cid-uLMRAIzUxG .card {
    margin-bottom: 40px;
  }
}
.cid-uLMRAIzUxG .card .content-wrapper .title-wrapper .title-wrap {
  display: inline-flex;
  align-items: center;
  margin-bottom: 16px;
}
@media (max-width: 992px) {
  .cid-uLMRAIzUxG .card .content-wrapper .title-wrapper .title-wrap {
    margin-bottom: 40px;
  }
}
.cid-uLMRAIzUxG .card .content-wrapper .title-wrapper .title-wrap img {
  width: 32px;
  height: 32px;
  object-fit: contain;
  margin-right: 1rem;
}
.cid-uLMRAIzUxG .card .content-wrapper .title-wrapper .title-wrap .mbr-section-title {
  margin-bottom: 0;
}
.cid-uLMRAIzUxG .card .content-wrapper .copyright {
  margin-bottom: 20px;
}
@media (max-width: 992px) {
  .cid-uLMRAIzUxG .card .content-wrapper .copyright {
    margin-bottom: 40px;
  }
}
.cid-uLMRAIzUxG .card .social-wrapper .social-wrap {
  display: inline-flex;
  flex-wrap: wrap;
}
.cid-uLMRAIzUxG .card .social-wrapper .social-wrap .mbr-iconfont {
  font-size: 20px;
  margin-right: 48px;
  color: #ffffff;
}
.cid-uLMRAIzUxG .list-wrapper .mbr-card-title {
  margin-bottom: 16px;
}
.cid-uLMRAIzUxG .list-wrapper .list {
  margin: 0;
  padding: 0;
  list-style-type: none;
}
.cid-uLMRAIzUxG .list-wrapper .list .item-wrap {
  margin-bottom: 16px;
}
@media (max-width: 992px) {
  .cid-uLMRAIzUxG .list-wrapper .list {
    margin-bottom: 40px;
  }
}
.cid-uLMRAIzUxG .mbr-section-title {
  color: #ffffff;
}
.cid-uLMRAIzUxG .copyright {
  color: #ffffff;
}
.cid-uLMRAIzUxG .mbr-card-title {
  color: #D4FE00;
}
.cid-uLMRAIzUxG .list {
  color: #ffffff;
}
.cid-uLMT5bnPh6 .navbar-dropdown {
  background-color: #ffffff !important;
  padding: 0;
}
.cid-uLMT5bnPh6 .navbar.navbar-expand-lg .dropdown .dropdown-menu {
  background-color: #ffffff !important;
  background: #ffffff;
}
.cid-uLMT5bnPh6 .navbar.navbar-expand-lg .dropdown .dropdown-menu .dropdown-submenu {
  margin: 0;
  left: 100%;
}
@media (max-width: 991px) {
  .cid-uLMT5bnPh6 .menu_box .navbar.opened,
  .cid-uLMT5bnPh6 .menu_box .navbar-collapse {
    background-color: #ffffff !important;
    transition: all 0s ease 0s;
  }
}
.cid-uLMT5bnPh6 .navbar-dropdown {
  position: relative !important;
}
.cid-uLMT5bnPh6 .btn {
  min-height: auto;
  box-shadow: none;
  margin-top: 0;
}
.cid-uLMT5bnPh6 .btn:hover {
  box-shadow: none;
}
@media (min-width: 992px) {
  .cid-uLMT5bnPh6 .offcanvas_image img {
    width: auto;
    object-fit: cover;
    display: inline-block;
  }
  .cid-uLMT5bnPh6 .offcanvas-header {
    position: relative;
    padding: 0;
  }
  .cid-uLMT5bnPh6 .offcanvas-header .btn-close {
    position: absolute;
    top: -70px;
    right: 0;
    width: 35px;
    height: 30px;
  }
  .cid-uLMT5bnPh6 .offcanvas-body {
    text-align: center;
    padding: 0;
  }
  .cid-uLMT5bnPh6 .offcanvas-body .mbr-text,
  .cid-uLMT5bnPh6 .offcanvas-body .mbr-section-subtitle {
    margin-top: 14px;
  }
  .cid-uLMT5bnPh6 .offcanvas-body .offcanvas_contact {
    margin: 35px 0;
  }
  .cid-uLMT5bnPh6 .offcanvas_box button.btn_offcanvas {
    outline: none;
    width: 40px;
    height: 40px;
    cursor: pointer;
    transition: all 0.2s;
    position: relative;
    align-self: center;
  }
  .cid-uLMT5bnPh6 .offcanvas_box button.btn_offcanvas .hamburger span {
    position: absolute;
    right: 0;
    width: 40px;
    height: 2px;
    border-right: 5px;
    background-color: #474747;
  }
  .cid-uLMT5bnPh6 .offcanvas_box button.btn_offcanvas .hamburger span:nth-child(1) {
    top: 18px;
    transition: all 0.2s;
  }
  .cid-uLMT5bnPh6 .offcanvas_box button.btn_offcanvas .hamburger span:nth-child(2) {
    top: 25px;
    transition: all 0.2s;
  }
  .cid-uLMT5bnPh6 .offcanvas_box button.btn_offcanvas:hover .hamburger span {
    width: 36px;
  }
  .cid-uLMT5bnPh6 .offcanvas_box button.btn_offcanvas:hover .hamburger span:nth-child(2) {
    width: 33px;
    transition-delay: 0.2s;
  }
  .cid-uLMT5bnPh6 ul.navbar-nav {
    padding-bottom: 1.5rem;
  }
  .cid-uLMT5bnPh6 .dropdown-menu .dropdown-toggle[data-toggle="dropdown-submenu"]::after,
  .cid-uLMT5bnPh6 .link.dropdown-toggle::after {
    display: inline-block;
    width: 7px;
    height: 7px;
    margin-left: .5rem;
    margin-bottom: 2px;
    content: "";
    border: 2px solid;
    border-left: none;
    border-top: none;
    transform: rotate(-45deg);
  }
  .cid-uLMT5bnPh6 .link.dropdown-toggle::after {
    padding: 0 !important;
    transform: rotate(45deg);
  }
  .cid-uLMT5bnPh6 li.nav-item {
    position: relative;
    display: inline-block;
    padding: 1px 7px !important;
    vertical-align: middle;
    line-height: 2em !important;
    font-weight: 600 !important;
    text-decoration: none;
    letter-spacing: 0 !important;
    z-index: 1;
  }
  .cid-uLMT5bnPh6 .lg_brand {
    margin: 0 1rem;
  }
}
.cid-uLMT5bnPh6 .nav-item {
  margin: 4px 15px;
}
@media (min-width: 1200px) {
  .cid-uLMT5bnPh6 .nav-item {
    margin: 4px 20px;
  }
}
@media (max-width: 991px) {
  .cid-uLMT5bnPh6 .nav-item {
    margin: 0 !important;
  }
}
.cid-uLMT5bnPh6 .dropdown-menu {
  border-radius: 0;
  box-shadow: none;
  text-align: left;
}
@media (min-width: 992px) {
  .cid-uLMT5bnPh6 .dropdown-menu {
    padding: 18px 34px 22px;
    min-width: 250px;
    top: auto !important;
    left: -40px !important;
  }
  .cid-uLMT5bnPh6 .dropdown-menu.dropdown-submenu {
    left: 215px !important;
    top: -45% !important;
  }
}
@media (max-width: 991px) {
  .cid-uLMT5bnPh6 .dropdown-menu .dropdown-toggle[data-toggle="dropdown-submenu"]::after,
  .cid-uLMT5bnPh6 .link.dropdown-toggle::after {
    display: inline-block;
    width: 7px;
    height: 7px;
    margin-left: .5rem;
    margin-bottom: 2px;
    content: "";
    border: 2px solid;
    border-left: none;
    border-top: none;
    transform: rotate(-45deg);
    right: 15px;
    position: absolute;
    margin-top: -2px;
  }
  .cid-uLMT5bnPh6 .show.dropdown-toggle[aria-expanded="true"]::after {
    transform: rotate(45deg);
    margin-top: -4px;
  }
  .cid-uLMT5bnPh6 .offcanvas_box {
    display: none;
  }
}
.cid-uLMT5bnPh6 .dropdown-item {
  border: none;
  font-weight: 400 !important;
}
.cid-uLMT5bnPh6 .nav-dropdown .link {
  font-weight: 400 !important;
  padding: 0 !important;
  margin: 0 !important;
}
.cid-uLMT5bnPh6 .nav-dropdown .link.dropdown-toggle::after {
  margin-left: 0.5rem;
  margin-top: 0;
}
.cid-uLMT5bnPh6 .container {
  display: flex;
  margin: auto;
}
.cid-uLMT5bnPh6 .iconfont-wrapper {
  color: #e0bdb6;
  font-size: 17px;
  margin-right: 10px;
  margin-bottom: 5px;
  width: 25px;
  height: 25px;
  border-radius: 50%;
  display: flex;
  justify-content: center;
  align-items: center;
  transition: all 0.2s ease-in-out;
}
.cid-uLMT5bnPh6 .iconfont-wrapper:last-child {
  margin-right: 0;
}
.cid-uLMT5bnPh6 .iconfont-wrapper:hover {
  opacity: .5;
}
.cid-uLMT5bnPh6 .navbar-caption {
  color: #747474;
}
.cid-uLMT5bnPh6 .navbar-nav {
  margin: 0 1rem;
}
@media (min-width: 992px) {
  .cid-uLMT5bnPh6 .navbar-nav {
    margin: 0;
  }
}
.cid-uLMT5bnPh6 .dropdown-menu,
.cid-uLMT5bnPh6 .navbar.opened {
  background-color: false !important;
}
.cid-uLMT5bnPh6 .nav-item:focus,
.cid-uLMT5bnPh6 .nav-link:focus {
  outline: none;
}
.cid-uLMT5bnPh6 .dropdown .dropdown-menu .dropdown-item {
  width: auto;
  transition: all 0.25s ease-in-out;
}
.cid-uLMT5bnPh6 .dropdown .dropdown-menu .dropdown-item::after {
  right: 0.5rem;
}
.cid-uLMT5bnPh6 .dropdown .dropdown-menu .dropdown-item .mbr-iconfont {
  margin-right: 0.5rem;
  vertical-align: sub;
}
.cid-uLMT5bnPh6 .dropdown .dropdown-menu .dropdown-item .mbr-iconfont:before {
  display: inline-block;
  transform: scale(1, 1);
  transition: all 0.25s ease-in-out;
}
.cid-uLMT5bnPh6 .collapsed .dropdown-menu .dropdown-item:before {
  display: none;
}
.cid-uLMT5bnPh6 .collapsed .dropdown .dropdown-menu .dropdown-item {
  padding: 0.235em 1.5em 0.235em 1.5em !important;
  transition: none;
  margin: 0 !important;
}
.cid-uLMT5bnPh6 .navbar {
  min-height: 70px;
  padding: 20px 0;
  transition: all 0.3s;
  border-bottom-width: 0px;
}
@media (max-width: 992px) {
  .cid-uLMT5bnPh6 .navbar {
    min-height: 30px;
    max-height: 90px;
  }
}
.cid-uLMT5bnPh6 .navbar.opened {
  transition: all 0.3s;
}
.cid-uLMT5bnPh6 .navbar .dropdown-item {
  padding: 0;
  margin: 8px 0;
}
.cid-uLMT5bnPh6 .navbar .navbar-logo img {
  width: auto;
  object-fit: contain;
  border-radius: 0;
}
.cid-uLMT5bnPh6 .navbar .navbar-collapse {
  justify-content: space-between;
  z-index: 1;
}
.cid-uLMT5bnPh6 .navbar.collapsed {
  justify-content: center;
}
.cid-uLMT5bnPh6 .navbar.collapsed .nav-item .nav-link::before {
  display: none;
}
.cid-uLMT5bnPh6 .navbar.collapsed.opened .dropdown-menu {
  top: 0;
}
.cid-uLMT5bnPh6 .navbar.collapsed .dropdown-menu .dropdown-submenu {
  left: 0 !important;
}
.cid-uLMT5bnPh6 .navbar.collapsed .dropdown-menu .dropdown-item:after {
  right: auto;
}
.cid-uLMT5bnPh6 .navbar.collapsed ul.navbar-nav li {
  margin: auto;
}
.cid-uLMT5bnPh6 .navbar.collapsed .dropdown-menu .dropdown-item {
  padding: 0.25rem 1.5rem;
  text-align: left;
}
.cid-uLMT5bnPh6 .navbar.collapsed .icons-menu {
  padding: 0;
}
@media (max-width: 991px) {
  .cid-uLMT5bnPh6 .navbar .nav-item {
    padding: .5rem 0;
  }
  .cid-uLMT5bnPh6 .navbar .navbar-collapse {
    padding: 34px 0;
    border-radius: 25px;
  }
  .cid-uLMT5bnPh6 .navbar .nav-item .nav-link::before {
    display: none;
  }
  .cid-uLMT5bnPh6 .navbar.opened .dropdown-menu {
    top: 0;
  }
  .cid-uLMT5bnPh6 .navbar .dropdown-menu {
    padding: 6px 0 6px 15px;
  }
  .cid-uLMT5bnPh6 .navbar .dropdown-menu .dropdown-submenu {
    left: 0 !important;
  }
  .cid-uLMT5bnPh6 .navbar .dropdown-menu .dropdown-item:after {
    right: auto;
    margin-top: -0.4rem;
  }
  .cid-uLMT5bnPh6 .navbar .navbar-logo img {
    height: 3rem !important;
  }
  .cid-uLMT5bnPh6 .navbar ul.navbar-nav {
    overflow: hidden;
  }
  .cid-uLMT5bnPh6 .navbar ul.navbar-nav li {
    margin: 0;
  }
  .cid-uLMT5bnPh6 .navbar .dropdown-menu .dropdown-item {
    padding: 0 !important;
    margin: 0;
    margin-top: 8px;
    text-align: left;
  }
  .cid-uLMT5bnPh6 .navbar .navbar-brand {
    flex-shrink: initial;
    flex-basis: auto;
    word-break: break-word;
    padding-right: 2rem;
  }
  .cid-uLMT5bnPh6 .navbar .navbar-toggler {
    flex-basis: auto;
  }
  .cid-uLMT5bnPh6 .navbar .icons-menu {
    padding: 0;
  }
}
.cid-uLMT5bnPh6 .navbar.navbar-short {
  min-height: 60px;
}
.cid-uLMT5bnPh6 .navbar.navbar-short .navbar-logo img {
  height: 2.5rem !important;
}
.cid-uLMT5bnPh6 .navbar.navbar-short .navbar-brand {
  min-height: 60px;
  padding: 0;
}
.cid-uLMT5bnPh6 .navbar-brand {
  min-height: 70px;
  flex-shrink: 0;
  align-items: center;
  margin-right: 0;
  padding: 10px 0;
  transition: all 0.3s;
  word-break: break-word;
  z-index: 1;
}
.cid-uLMT5bnPh6 .navbar-brand .navbar-caption {
  line-height: inherit !important;
}
.cid-uLMT5bnPh6 .navbar-brand .navbar-logo a {
  outline: none;
}
.cid-uLMT5bnPh6 .dropdown-item.active,
.cid-uLMT5bnPh6 .dropdown-item:active {
  background-color: transparent;
}
.cid-uLMT5bnPh6 .navbar-expand-lg .navbar-nav .nav-link {
  padding: 0;
}
.cid-uLMT5bnPh6 .nav-dropdown .link.dropdown-toggle {
  margin-right: 1.667em;
}
.cid-uLMT5bnPh6 .nav-dropdown .link.dropdown-toggle[aria-expanded="true"] {
  margin-right: 0;
  padding: 0.667em 1.667em;
}
.cid-uLMT5bnPh6 .navbar .dropdown.open > .dropdown-menu {
  display: block;
}
.cid-uLMT5bnPh6 ul.navbar-nav {
  flex-wrap: wrap;
  padding: 36px 0;
  border-bottom: 1px solid #0e132f;
}
.cid-uLMT5bnPh6 .navbar-buttons {
  text-align: center;
  min-width: 170px;
}
.cid-uLMT5bnPh6 button.navbar-toggler {
  outline: none;
  width: 48px;
  height: 48px;
  border-radius: 50%;
  cursor: pointer;
  transition: all 0.2s;
  position: relative;
  align-self: center;
  color: #ffffff;
  background: #ffffff;
}
.cid-uLMT5bnPh6 button.navbar-toggler .hamburger span {
  position: absolute;
  right: 10px;
  margin-top: 14px;
  width: 26px;
  height: 2px;
  border-right: 5px;
  background-color: #474747;
}
.cid-uLMT5bnPh6 button.navbar-toggler .hamburger span:nth-child(1) {
  top: 0;
  transition: all 0.2s;
}
.cid-uLMT5bnPh6 button.navbar-toggler .hamburger span:nth-child(2) {
  top: 8px;
  transition: all 0.15s;
}
.cid-uLMT5bnPh6 button.navbar-toggler .hamburger span:nth-child(3) {
  top: 8px;
  transition: all 0.15s;
}
.cid-uLMT5bnPh6 button.navbar-toggler .hamburger span:nth-child(4) {
  top: 16px;
  transition: all 0.2s;
}
.cid-uLMT5bnPh6 nav.opened .hamburger span:nth-child(1) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-uLMT5bnPh6 nav.opened .hamburger span:nth-child(2) {
  transform: rotate(45deg);
  transition: all 0.25s;
}
.cid-uLMT5bnPh6 nav.opened .hamburger span:nth-child(3) {
  transform: rotate(-45deg);
  transition: all 0.25s;
}
.cid-uLMT5bnPh6 nav.opened .hamburger span:nth-child(4) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-uLMT5bnPh6 a.nav-link {
  display: flex;
  align-items: center;
  justify-content: flex-start;
}
.cid-uLMT5bnPh6 .icons-menu {
  flex-wrap: nowrap;
  display: flex;
  justify-content: center;
  padding: 0;
  text-align: center;
  margin-bottom: 35px;
}
@media screen and (-ms-high-contrast: active), (-ms-high-contrast: none) {
  .cid-uLMT5bnPh6 .navbar {
    height: 70px;
  }
  .cid-uLMT5bnPh6 .navbar.opened {
    height: auto;
  }
  .cid-uLMT5bnPh6 .nav-item .nav-link:hover::before {
    width: 175%;
    max-width: calc(100% + 2rem);
    left: -1rem;
  }
}
.cid-uLMT5bnPh6 .navbar-dropdown .navbar-logo {
  margin-right: 15px;
}
@media (min-width: 768px) {
  .cid-uLMT5bnPh6 .container-fluid {
    padding-left: 30px;
    padding-right: 30px;
  }
}
.cid-uLMT5bnPh6 .mbr-section-btn-main {
  padding-top: 5px;
}
.cid-uLMT5bnPh6 .mbr-section-btn-main .btn {
  margin: 0 4px 4px 4px;
}
.cid-uLMT5bnPh6 .navbar-caption:hover {
  color: #2554ab;
}
@media (min-width: 992px) {
  .cid-uLMT5bnPh6 .dropdown-menu.dropdown-submenu {
    left: 175px !important;
    top: -45% !important;
  }
}
.cid-uLMT5bnPh6 .nav-link {
  position: relative;
}
.cid-uLMT5bnPh6 .nav-link:before {
  content: '';
  position: absolute;
  left: -12px;
  width: 6px;
  height: 6px;
  border-radius: 100%;
  background-color: #2554ab;
  transition: all .3s ease;
  opacity: 0;
}
.cid-uLMT5bnPh6 .nav-link:hover:before {
  opacity: 1;
}
.cid-uLMT5bnPh6 .mbr-section-subtitle {
  color: #ffffff;
}
.cid-uLMT5bnPh6 .mbr-text {
  color: #ffffff;
  text-align: center;
}
.cid-uLMT5bnPh6 .text_widget {
  color: #ffffff;
}
.cid-uLMT5bnPh6 .mbr-section-subtitle,
.cid-uLMT5bnPh6 .text_widget,
.cid-uLMT5bnPh6 .mbr-section-btn {
  text-align: center;
}
.cid-uLMT5bnPh6 a[class*="text-"]:not(.nav-link):not(.dropdown-item):not([role]):not(.navbar-caption):hover {
  background-image: none;
}
.cid-uC59rmdhxc {
  padding-top: 0rem;
  padding-bottom: 0rem;
  background-color: #ffffff;
}
.cid-uC59rmdhxc .item-img {
  position: relative;
  overflow: hidden;
}
.cid-uC59rmdhxc .item-img:before {
  content: '';
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
  left: 0;
  background: black;
  opacity: 0.3;
  z-index: 1;
  transition: all 0.3s;
  pointer-events: none;
}
.cid-uC59rmdhxc h5 {
  margin-bottom: 1rem;
}
.cid-uC59rmdhxc .item-content {
  position: absolute;
  top: 55%;
  right: 0;
  z-index: 2;
  width: 100%;
  transform: translateY(-50%);
  padding: 2rem 8rem;
  display: flex;
  flex-direction: column;
  height: 50%;
}
@media (max-width: 767px) {
  .cid-uC59rmdhxc .item-content {
    padding: 0 2rem 1.5rem;
    margin-top: 1rem;
  }
}
.cid-uC59rmdhxc img,
.cid-uC59rmdhxc .item-img {
  width: 100%;
  transition: all 0.3s;
  height: 100%;
  height: 400px;
  object-fit: cover;
}
.cid-uC59rmdhxc .item:focus,
.cid-uC59rmdhxc span:focus {
  outline: none;
}
.cid-uC59rmdhxc .item {
  margin-bottom: 2rem;
}
@media (max-width: 767px) {
  .cid-uC59rmdhxc .item {
    margin-bottom: 1rem;
  }
}
.cid-uC59rmdhxc .item-wrapper {
  position: relative;
  border-radius: 15px;
  height: 100%;
  display: flex;
  flex-flow: column nowrap;
}
.cid-uC59rmdhxc .mbr-section-title {
  color: #4e423d;
}
.cid-uC59rmdhxc .item-title {
  text-align: left;
  color: #ffffff;
}
.cid-uC59rmdhxc .item-subtitle {
  text-align: left;
  color: #ffffff;
}
.cid-uC59rmdhxc .mbr-text,
.cid-uC59rmdhxc .item .mbr-section-btn {
  text-align: left;
  color: #ffffff;
}
.cid-uC59rmdhxc .content-head {
  max-width: 800px;
}
.cid-uC59rmUw9Y {
  padding-top: 1rem;
  padding-bottom: 5rem;
  background-color: #fafafa;
}
.cid-uC59rmUw9Y .mbr-section-title {
  margin-bottom: 1em;
  color: #272727;
}
.cid-uC59rmUw9Y .mbr-section-subtitle {
  margin-bottom: 1.5625em;
  color: #272727;
  opacity: 0.4;
}
.cid-uC59rmUw9Y .item-row {
  display: grid;
  -webkit-box-align: stretch;
  -webkit-align-items: stretch;
  -ms-flex-align: stretch;
  align-items: stretch;
  grid-auto-columns: 1fr;
  grid-column-gap: 16px;
  grid-row-gap: 16px;
  grid-template-columns: repeat(4, 1fr);
  -ms-grid-rows: auto;
  grid-template-rows: auto;
}
@media (max-width: 1199px) {
  .cid-uC59rmUw9Y .item-row {
    grid-template-columns: repeat(2, 1fr);
  }
}
@media (max-width: 767px) {
  .cid-uC59rmUw9Y .item-row {
    grid-template-columns: repeat(1, 1fr);
  }
}
.cid-uC59rmUw9Y .item {
  padding: 0;
}
.cid-uC59rmUw9Y .item-wrapper {
  display: flex;
  flex-direction: column;
  align-items: stretch;
  height: 100%;
  width: 100%;
  border-radius: 10px;
  overflow: hidden;
  transform-style: preserve-3d;
  transition: .3s all;
  border: 2px solid transparent;
}
.cid-uC59rmUw9Y .item-wrapper:hover {
  transform: scale3d(1.01, 1.01, 1);
  border-color: #fafafa;
}
.cid-uC59rmUw9Y .item-img {
  display: flex;
  align-items: center;
  justify-content: center;
  height: 175px;
}
.cid-uC59rmUw9Y .item-img img {
  width: 100%;
  object-fit: cover;
  height: 100%;
}
.cid-uC59rmUw9Y .item-content {
  display: flex;
  flex-direction: column;
  align-items: stretch;
  width: 100%;
  padding: 20px 5% 6%;
  flex-grow: 1;
  background-color: #ffffff;
}
.cid-uC59rmUw9Y .item-text-wrap {
  width: 100%;
  margin-bottom: 5.3em;
}
@media (max-width: 1199px) {
  .cid-uC59rmUw9Y .item-text-wrap {
    margin-bottom: 4em;
  }
}
@media (max-width: 767px) {
  .cid-uC59rmUw9Y .item-text-wrap {
    margin-bottom: 2em;
    max-width: 340px;
    margin-right: auto;
  }
}
.cid-uC59rmUw9Y .item-title {
  color: #272727;
  margin-bottom: 0.52em;
}
.cid-uC59rmUw9Y .item-subtitle {
  color: #272727;
  opacity: 0.52em;
}
.cid-uC59rmUw9Y .card-bottom {
  display: flex;
  flex-direction: column;
  align-items: stretch;
  margin-top: auto;
}
.cid-uC59rmUw9Y .item-name-wrap {
  display: flex;
  align-items: center;
  width: 100%;
}
.cid-uC59rmUw9Y .image-wrapper {
  width: 35px;
  height: 35px;
  margin-right: 10px;
  border-radius: 300px;
  overflow: hidden;
}
.cid-uC59rmUw9Y .image-wrapper img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.cid-uC59rmUw9Y .mbr-text {
  flex-grow: 1;
  color: #272727;
  text-align: right;
}
.cid-uC59rmUw9Y .mbr-section-btn {
  display: flex;
  margin-top: 20px;
  width: auto !important;
}
.cid-uC59rmUw9Y .mbr-section-btn .btn {
  width: 100%;
  min-width: auto !important;
}
.cid-uLMRAIzUxG {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-color: #0e132f;
}
.cid-uLMRAIzUxG .mbr-fallback-image.disabled {
  display: none;
}
.cid-uLMRAIzUxG .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-uLMRAIzUxG .container {
    padding: 0 16px;
  }
}
.cid-uLMRAIzUxG .card {
  display: flex;
  flex-direction: column;
  justify-content: space-between;
}
@media (max-width: 992px) {
  .cid-uLMRAIzUxG .card {
    margin-bottom: 40px;
  }
}
.cid-uLMRAIzUxG .card .content-wrapper .title-wrapper .title-wrap {
  display: inline-flex;
  align-items: center;
  margin-bottom: 16px;
}
@media (max-width: 992px) {
  .cid-uLMRAIzUxG .card .content-wrapper .title-wrapper .title-wrap {
    margin-bottom: 40px;
  }
}
.cid-uLMRAIzUxG .card .content-wrapper .title-wrapper .title-wrap img {
  width: 32px;
  height: 32px;
  object-fit: contain;
  margin-right: 1rem;
}
.cid-uLMRAIzUxG .card .content-wrapper .title-wrapper .title-wrap .mbr-section-title {
  margin-bottom: 0;
}
.cid-uLMRAIzUxG .card .content-wrapper .copyright {
  margin-bottom: 20px;
}
@media (max-width: 992px) {
  .cid-uLMRAIzUxG .card .content-wrapper .copyright {
    margin-bottom: 40px;
  }
}
.cid-uLMRAIzUxG .card .social-wrapper .social-wrap {
  display: inline-flex;
  flex-wrap: wrap;
}
.cid-uLMRAIzUxG .card .social-wrapper .social-wrap .mbr-iconfont {
  font-size: 20px;
  margin-right: 48px;
  color: #ffffff;
}
.cid-uLMRAIzUxG .list-wrapper .mbr-card-title {
  margin-bottom: 16px;
}
.cid-uLMRAIzUxG .list-wrapper .list {
  margin: 0;
  padding: 0;
  list-style-type: none;
}
.cid-uLMRAIzUxG .list-wrapper .list .item-wrap {
  margin-bottom: 16px;
}
@media (max-width: 992px) {
  .cid-uLMRAIzUxG .list-wrapper .list {
    margin-bottom: 40px;
  }
}
.cid-uLMRAIzUxG .mbr-section-title {
  color: #ffffff;
}
.cid-uLMRAIzUxG .copyright {
  color: #ffffff;
}
.cid-uLMRAIzUxG .mbr-card-title {
  color: #D4FE00;
}
.cid-uLMRAIzUxG .list {
  color: #ffffff;
}
.cid-uLMT5bnPh6 .navbar-dropdown {
  background-color: #ffffff !important;
  padding: 0;
}
.cid-uLMT5bnPh6 .navbar.navbar-expand-lg .dropdown .dropdown-menu {
  background-color: #ffffff !important;
  background: #ffffff;
}
.cid-uLMT5bnPh6 .navbar.navbar-expand-lg .dropdown .dropdown-menu .dropdown-submenu {
  margin: 0;
  left: 100%;
}
@media (max-width: 991px) {
  .cid-uLMT5bnPh6 .menu_box .navbar.opened,
  .cid-uLMT5bnPh6 .menu_box .navbar-collapse {
    background-color: #ffffff !important;
    transition: all 0s ease 0s;
  }
}
.cid-uLMT5bnPh6 .navbar-dropdown {
  position: relative !important;
}
.cid-uLMT5bnPh6 .btn {
  min-height: auto;
  box-shadow: none;
  margin-top: 0;
}
.cid-uLMT5bnPh6 .btn:hover {
  box-shadow: none;
}
@media (min-width: 992px) {
  .cid-uLMT5bnPh6 .offcanvas_image img {
    width: auto;
    object-fit: cover;
    display: inline-block;
  }
  .cid-uLMT5bnPh6 .offcanvas-header {
    position: relative;
    padding: 0;
  }
  .cid-uLMT5bnPh6 .offcanvas-header .btn-close {
    position: absolute;
    top: -70px;
    right: 0;
    width: 35px;
    height: 30px;
  }
  .cid-uLMT5bnPh6 .offcanvas-body {
    text-align: center;
    padding: 0;
  }
  .cid-uLMT5bnPh6 .offcanvas-body .mbr-text,
  .cid-uLMT5bnPh6 .offcanvas-body .mbr-section-subtitle {
    margin-top: 14px;
  }
  .cid-uLMT5bnPh6 .offcanvas-body .offcanvas_contact {
    margin: 35px 0;
  }
  .cid-uLMT5bnPh6 .offcanvas_box button.btn_offcanvas {
    outline: none;
    width: 40px;
    height: 40px;
    cursor: pointer;
    transition: all 0.2s;
    position: relative;
    align-self: center;
  }
  .cid-uLMT5bnPh6 .offcanvas_box button.btn_offcanvas .hamburger span {
    position: absolute;
    right: 0;
    width: 40px;
    height: 2px;
    border-right: 5px;
    background-color: #474747;
  }
  .cid-uLMT5bnPh6 .offcanvas_box button.btn_offcanvas .hamburger span:nth-child(1) {
    top: 18px;
    transition: all 0.2s;
  }
  .cid-uLMT5bnPh6 .offcanvas_box button.btn_offcanvas .hamburger span:nth-child(2) {
    top: 25px;
    transition: all 0.2s;
  }
  .cid-uLMT5bnPh6 .offcanvas_box button.btn_offcanvas:hover .hamburger span {
    width: 36px;
  }
  .cid-uLMT5bnPh6 .offcanvas_box button.btn_offcanvas:hover .hamburger span:nth-child(2) {
    width: 33px;
    transition-delay: 0.2s;
  }
  .cid-uLMT5bnPh6 ul.navbar-nav {
    padding-bottom: 1.5rem;
  }
  .cid-uLMT5bnPh6 .dropdown-menu .dropdown-toggle[data-toggle="dropdown-submenu"]::after,
  .cid-uLMT5bnPh6 .link.dropdown-toggle::after {
    display: inline-block;
    width: 7px;
    height: 7px;
    margin-left: .5rem;
    margin-bottom: 2px;
    content: "";
    border: 2px solid;
    border-left: none;
    border-top: none;
    transform: rotate(-45deg);
  }
  .cid-uLMT5bnPh6 .link.dropdown-toggle::after {
    padding: 0 !important;
    transform: rotate(45deg);
  }
  .cid-uLMT5bnPh6 li.nav-item {
    position: relative;
    display: inline-block;
    padding: 1px 7px !important;
    vertical-align: middle;
    line-height: 2em !important;
    font-weight: 600 !important;
    text-decoration: none;
    letter-spacing: 0 !important;
    z-index: 1;
  }
  .cid-uLMT5bnPh6 .lg_brand {
    margin: 0 1rem;
  }
}
.cid-uLMT5bnPh6 .nav-item {
  margin: 4px 15px;
}
@media (min-width: 1200px) {
  .cid-uLMT5bnPh6 .nav-item {
    margin: 4px 20px;
  }
}
@media (max-width: 991px) {
  .cid-uLMT5bnPh6 .nav-item {
    margin: 0 !important;
  }
}
.cid-uLMT5bnPh6 .dropdown-menu {
  border-radius: 0;
  box-shadow: none;
  text-align: left;
}
@media (min-width: 992px) {
  .cid-uLMT5bnPh6 .dropdown-menu {
    padding: 18px 34px 22px;
    min-width: 250px;
    top: auto !important;
    left: -40px !important;
  }
  .cid-uLMT5bnPh6 .dropdown-menu.dropdown-submenu {
    left: 215px !important;
    top: -45% !important;
  }
}
@media (max-width: 991px) {
  .cid-uLMT5bnPh6 .dropdown-menu .dropdown-toggle[data-toggle="dropdown-submenu"]::after,
  .cid-uLMT5bnPh6 .link.dropdown-toggle::after {
    display: inline-block;
    width: 7px;
    height: 7px;
    margin-left: .5rem;
    margin-bottom: 2px;
    content: "";
    border: 2px solid;
    border-left: none;
    border-top: none;
    transform: rotate(-45deg);
    right: 15px;
    position: absolute;
    margin-top: -2px;
  }
  .cid-uLMT5bnPh6 .show.dropdown-toggle[aria-expanded="true"]::after {
    transform: rotate(45deg);
    margin-top: -4px;
  }
  .cid-uLMT5bnPh6 .offcanvas_box {
    display: none;
  }
}
.cid-uLMT5bnPh6 .dropdown-item {
  border: none;
  font-weight: 400 !important;
}
.cid-uLMT5bnPh6 .nav-dropdown .link {
  font-weight: 400 !important;
  padding: 0 !important;
  margin: 0 !important;
}
.cid-uLMT5bnPh6 .nav-dropdown .link.dropdown-toggle::after {
  margin-left: 0.5rem;
  margin-top: 0;
}
.cid-uLMT5bnPh6 .container {
  display: flex;
  margin: auto;
}
.cid-uLMT5bnPh6 .iconfont-wrapper {
  color: #e0bdb6;
  font-size: 17px;
  margin-right: 10px;
  margin-bottom: 5px;
  width: 25px;
  height: 25px;
  border-radius: 50%;
  display: flex;
  justify-content: center;
  align-items: center;
  transition: all 0.2s ease-in-out;
}
.cid-uLMT5bnPh6 .iconfont-wrapper:last-child {
  margin-right: 0;
}
.cid-uLMT5bnPh6 .iconfont-wrapper:hover {
  opacity: .5;
}
.cid-uLMT5bnPh6 .navbar-caption {
  color: #747474;
}
.cid-uLMT5bnPh6 .navbar-nav {
  margin: 0 1rem;
}
@media (min-width: 992px) {
  .cid-uLMT5bnPh6 .navbar-nav {
    margin: 0;
  }
}
.cid-uLMT5bnPh6 .dropdown-menu,
.cid-uLMT5bnPh6 .navbar.opened {
  background-color: false !important;
}
.cid-uLMT5bnPh6 .nav-item:focus,
.cid-uLMT5bnPh6 .nav-link:focus {
  outline: none;
}
.cid-uLMT5bnPh6 .dropdown .dropdown-menu .dropdown-item {
  width: auto;
  transition: all 0.25s ease-in-out;
}
.cid-uLMT5bnPh6 .dropdown .dropdown-menu .dropdown-item::after {
  right: 0.5rem;
}
.cid-uLMT5bnPh6 .dropdown .dropdown-menu .dropdown-item .mbr-iconfont {
  margin-right: 0.5rem;
  vertical-align: sub;
}
.cid-uLMT5bnPh6 .dropdown .dropdown-menu .dropdown-item .mbr-iconfont:before {
  display: inline-block;
  transform: scale(1, 1);
  transition: all 0.25s ease-in-out;
}
.cid-uLMT5bnPh6 .collapsed .dropdown-menu .dropdown-item:before {
  display: none;
}
.cid-uLMT5bnPh6 .collapsed .dropdown .dropdown-menu .dropdown-item {
  padding: 0.235em 1.5em 0.235em 1.5em !important;
  transition: none;
  margin: 0 !important;
}
.cid-uLMT5bnPh6 .navbar {
  min-height: 70px;
  padding: 20px 0;
  transition: all 0.3s;
  border-bottom-width: 0px;
}
@media (max-width: 992px) {
  .cid-uLMT5bnPh6 .navbar {
    min-height: 30px;
    max-height: 90px;
  }
}
.cid-uLMT5bnPh6 .navbar.opened {
  transition: all 0.3s;
}
.cid-uLMT5bnPh6 .navbar .dropdown-item {
  padding: 0;
  margin: 8px 0;
}
.cid-uLMT5bnPh6 .navbar .navbar-logo img {
  width: auto;
  object-fit: contain;
  border-radius: 0;
}
.cid-uLMT5bnPh6 .navbar .navbar-collapse {
  justify-content: space-between;
  z-index: 1;
}
.cid-uLMT5bnPh6 .navbar.collapsed {
  justify-content: center;
}
.cid-uLMT5bnPh6 .navbar.collapsed .nav-item .nav-link::before {
  display: none;
}
.cid-uLMT5bnPh6 .navbar.collapsed.opened .dropdown-menu {
  top: 0;
}
.cid-uLMT5bnPh6 .navbar.collapsed .dropdown-menu .dropdown-submenu {
  left: 0 !important;
}
.cid-uLMT5bnPh6 .navbar.collapsed .dropdown-menu .dropdown-item:after {
  right: auto;
}
.cid-uLMT5bnPh6 .navbar.collapsed ul.navbar-nav li {
  margin: auto;
}
.cid-uLMT5bnPh6 .navbar.collapsed .dropdown-menu .dropdown-item {
  padding: 0.25rem 1.5rem;
  text-align: left;
}
.cid-uLMT5bnPh6 .navbar.collapsed .icons-menu {
  padding: 0;
}
@media (max-width: 991px) {
  .cid-uLMT5bnPh6 .navbar .nav-item {
    padding: .5rem 0;
  }
  .cid-uLMT5bnPh6 .navbar .navbar-collapse {
    padding: 34px 0;
    border-radius: 25px;
  }
  .cid-uLMT5bnPh6 .navbar .nav-item .nav-link::before {
    display: none;
  }
  .cid-uLMT5bnPh6 .navbar.opened .dropdown-menu {
    top: 0;
  }
  .cid-uLMT5bnPh6 .navbar .dropdown-menu {
    padding: 6px 0 6px 15px;
  }
  .cid-uLMT5bnPh6 .navbar .dropdown-menu .dropdown-submenu {
    left: 0 !important;
  }
  .cid-uLMT5bnPh6 .navbar .dropdown-menu .dropdown-item:after {
    right: auto;
    margin-top: -0.4rem;
  }
  .cid-uLMT5bnPh6 .navbar .navbar-logo img {
    height: 3rem !important;
  }
  .cid-uLMT5bnPh6 .navbar ul.navbar-nav {
    overflow: hidden;
  }
  .cid-uLMT5bnPh6 .navbar ul.navbar-nav li {
    margin: 0;
  }
  .cid-uLMT5bnPh6 .navbar .dropdown-menu .dropdown-item {
    padding: 0 !important;
    margin: 0;
    margin-top: 8px;
    text-align: left;
  }
  .cid-uLMT5bnPh6 .navbar .navbar-brand {
    flex-shrink: initial;
    flex-basis: auto;
    word-break: break-word;
    padding-right: 2rem;
  }
  .cid-uLMT5bnPh6 .navbar .navbar-toggler {
    flex-basis: auto;
  }
  .cid-uLMT5bnPh6 .navbar .icons-menu {
    padding: 0;
  }
}
.cid-uLMT5bnPh6 .navbar.navbar-short {
  min-height: 60px;
}
.cid-uLMT5bnPh6 .navbar.navbar-short .navbar-logo img {
  height: 2.5rem !important;
}
.cid-uLMT5bnPh6 .navbar.navbar-short .navbar-brand {
  min-height: 60px;
  padding: 0;
}
.cid-uLMT5bnPh6 .navbar-brand {
  min-height: 70px;
  flex-shrink: 0;
  align-items: center;
  margin-right: 0;
  padding: 10px 0;
  transition: all 0.3s;
  word-break: break-word;
  z-index: 1;
}
.cid-uLMT5bnPh6 .navbar-brand .navbar-caption {
  line-height: inherit !important;
}
.cid-uLMT5bnPh6 .navbar-brand .navbar-logo a {
  outline: none;
}
.cid-uLMT5bnPh6 .dropdown-item.active,
.cid-uLMT5bnPh6 .dropdown-item:active {
  background-color: transparent;
}
.cid-uLMT5bnPh6 .navbar-expand-lg .navbar-nav .nav-link {
  padding: 0;
}
.cid-uLMT5bnPh6 .nav-dropdown .link.dropdown-toggle {
  margin-right: 1.667em;
}
.cid-uLMT5bnPh6 .nav-dropdown .link.dropdown-toggle[aria-expanded="true"] {
  margin-right: 0;
  padding: 0.667em 1.667em;
}
.cid-uLMT5bnPh6 .navbar .dropdown.open > .dropdown-menu {
  display: block;
}
.cid-uLMT5bnPh6 ul.navbar-nav {
  flex-wrap: wrap;
  padding: 36px 0;
  border-bottom: 1px solid #0e132f;
}
.cid-uLMT5bnPh6 .navbar-buttons {
  text-align: center;
  min-width: 170px;
}
.cid-uLMT5bnPh6 button.navbar-toggler {
  outline: none;
  width: 48px;
  height: 48px;
  border-radius: 50%;
  cursor: pointer;
  transition: all 0.2s;
  position: relative;
  align-self: center;
  color: #ffffff;
  background: #ffffff;
}
.cid-uLMT5bnPh6 button.navbar-toggler .hamburger span {
  position: absolute;
  right: 10px;
  margin-top: 14px;
  width: 26px;
  height: 2px;
  border-right: 5px;
  background-color: #474747;
}
.cid-uLMT5bnPh6 button.navbar-toggler .hamburger span:nth-child(1) {
  top: 0;
  transition: all 0.2s;
}
.cid-uLMT5bnPh6 button.navbar-toggler .hamburger span:nth-child(2) {
  top: 8px;
  transition: all 0.15s;
}
.cid-uLMT5bnPh6 button.navbar-toggler .hamburger span:nth-child(3) {
  top: 8px;
  transition: all 0.15s;
}
.cid-uLMT5bnPh6 button.navbar-toggler .hamburger span:nth-child(4) {
  top: 16px;
  transition: all 0.2s;
}
.cid-uLMT5bnPh6 nav.opened .hamburger span:nth-child(1) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-uLMT5bnPh6 nav.opened .hamburger span:nth-child(2) {
  transform: rotate(45deg);
  transition: all 0.25s;
}
.cid-uLMT5bnPh6 nav.opened .hamburger span:nth-child(3) {
  transform: rotate(-45deg);
  transition: all 0.25s;
}
.cid-uLMT5bnPh6 nav.opened .hamburger span:nth-child(4) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-uLMT5bnPh6 a.nav-link {
  display: flex;
  align-items: center;
  justify-content: flex-start;
}
.cid-uLMT5bnPh6 .icons-menu {
  flex-wrap: nowrap;
  display: flex;
  justify-content: center;
  padding: 0;
  text-align: center;
  margin-bottom: 35px;
}
@media screen and (-ms-high-contrast: active), (-ms-high-contrast: none) {
  .cid-uLMT5bnPh6 .navbar {
    height: 70px;
  }
  .cid-uLMT5bnPh6 .navbar.opened {
    height: auto;
  }
  .cid-uLMT5bnPh6 .nav-item .nav-link:hover::before {
    width: 175%;
    max-width: calc(100% + 2rem);
    left: -1rem;
  }
}
.cid-uLMT5bnPh6 .navbar-dropdown .navbar-logo {
  margin-right: 15px;
}
@media (min-width: 768px) {
  .cid-uLMT5bnPh6 .container-fluid {
    padding-left: 30px;
    padding-right: 30px;
  }
}
.cid-uLMT5bnPh6 .mbr-section-btn-main {
  padding-top: 5px;
}
.cid-uLMT5bnPh6 .mbr-section-btn-main .btn {
  margin: 0 4px 4px 4px;
}
.cid-uLMT5bnPh6 .navbar-caption:hover {
  color: #2554ab;
}
@media (min-width: 992px) {
  .cid-uLMT5bnPh6 .dropdown-menu.dropdown-submenu {
    left: 175px !important;
    top: -45% !important;
  }
}
.cid-uLMT5bnPh6 .nav-link {
  position: relative;
}
.cid-uLMT5bnPh6 .nav-link:before {
  content: '';
  position: absolute;
  left: -12px;
  width: 6px;
  height: 6px;
  border-radius: 100%;
  background-color: #2554ab;
  transition: all .3s ease;
  opacity: 0;
}
.cid-uLMT5bnPh6 .nav-link:hover:before {
  opacity: 1;
}
.cid-uLMT5bnPh6 .mbr-section-subtitle {
  color: #ffffff;
}
.cid-uLMT5bnPh6 .mbr-text {
  color: #ffffff;
  text-align: center;
}
.cid-uLMT5bnPh6 .text_widget {
  color: #ffffff;
}
.cid-uLMT5bnPh6 .mbr-section-subtitle,
.cid-uLMT5bnPh6 .text_widget,
.cid-uLMT5bnPh6 .mbr-section-btn {
  text-align: center;
}
.cid-uLMT5bnPh6 a[class*="text-"]:not(.nav-link):not(.dropdown-item):not([role]):not(.navbar-caption):hover {
  background-image: none;
}
.cid-uC59ivlJHg {
  padding-top: 0rem;
  padding-bottom: 0rem;
  background-color: #ffffff;
}
.cid-uC59ivlJHg .item-img {
  position: relative;
  overflow: hidden;
}
.cid-uC59ivlJHg .item-img:before {
  content: '';
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
  left: 0;
  background: black;
  opacity: 0.3;
  z-index: 1;
  transition: all 0.3s;
  pointer-events: none;
}
.cid-uC59ivlJHg h5 {
  margin-bottom: 1rem;
}
.cid-uC59ivlJHg .item-content {
  position: absolute;
  top: 55%;
  right: 0;
  z-index: 2;
  width: 100%;
  transform: translateY(-50%);
  padding: 2rem 8rem;
  display: flex;
  flex-direction: column;
  height: 50%;
}
@media (max-width: 767px) {
  .cid-uC59ivlJHg .item-content {
    padding: 0 2rem 1.5rem;
    margin-top: 1rem;
  }
}
.cid-uC59ivlJHg img,
.cid-uC59ivlJHg .item-img {
  width: 100%;
  transition: all 0.3s;
  height: 100%;
  height: 400px;
  object-fit: cover;
}
.cid-uC59ivlJHg .item:focus,
.cid-uC59ivlJHg span:focus {
  outline: none;
}
.cid-uC59ivlJHg .item {
  margin-bottom: 2rem;
}
@media (max-width: 767px) {
  .cid-uC59ivlJHg .item {
    margin-bottom: 1rem;
  }
}
.cid-uC59ivlJHg .item-wrapper {
  position: relative;
  border-radius: 15px;
  height: 100%;
  display: flex;
  flex-flow: column nowrap;
}
.cid-uC59ivlJHg .mbr-section-title {
  color: #4e423d;
}
.cid-uC59ivlJHg .item-title {
  text-align: left;
  color: #ffffff;
}
.cid-uC59ivlJHg .item-subtitle {
  text-align: left;
  color: #ffffff;
}
.cid-uC59ivlJHg .mbr-text,
.cid-uC59ivlJHg .item .mbr-section-btn {
  text-align: left;
  color: #ffffff;
}
.cid-uC59ivlJHg .content-head {
  max-width: 800px;
}
.cid-uC59iw6q7i {
  padding-top: 1rem;
  padding-bottom: 5rem;
  background-color: #fafafa;
}
.cid-uC59iw6q7i .mbr-section-title {
  margin-bottom: 1em;
  color: #272727;
}
.cid-uC59iw6q7i .mbr-section-subtitle {
  margin-bottom: 1.5625em;
  color: #272727;
  opacity: 0.4;
}
.cid-uC59iw6q7i .item-row {
  display: grid;
  -webkit-box-align: stretch;
  -webkit-align-items: stretch;
  -ms-flex-align: stretch;
  align-items: stretch;
  grid-auto-columns: 1fr;
  grid-column-gap: 16px;
  grid-row-gap: 16px;
  grid-template-columns: repeat(4, 1fr);
  -ms-grid-rows: auto;
  grid-template-rows: auto;
}
@media (max-width: 1199px) {
  .cid-uC59iw6q7i .item-row {
    grid-template-columns: repeat(2, 1fr);
  }
}
@media (max-width: 767px) {
  .cid-uC59iw6q7i .item-row {
    grid-template-columns: repeat(1, 1fr);
  }
}
.cid-uC59iw6q7i .item {
  padding: 0;
}
.cid-uC59iw6q7i .item-wrapper {
  display: flex;
  flex-direction: column;
  align-items: stretch;
  height: 100%;
  width: 100%;
  border-radius: 10px;
  overflow: hidden;
  transform-style: preserve-3d;
  transition: .3s all;
  border: 2px solid transparent;
}
.cid-uC59iw6q7i .item-wrapper:hover {
  transform: scale3d(1.01, 1.01, 1);
  border-color: #fafafa;
}
.cid-uC59iw6q7i .item-img {
  display: flex;
  align-items: center;
  justify-content: center;
  height: 175px;
}
.cid-uC59iw6q7i .item-img img {
  width: 100%;
  object-fit: cover;
  height: 100%;
}
.cid-uC59iw6q7i .item-content {
  display: flex;
  flex-direction: column;
  align-items: stretch;
  width: 100%;
  padding: 20px 5% 6%;
  flex-grow: 1;
  background-color: #ffffff;
}
.cid-uC59iw6q7i .item-text-wrap {
  width: 100%;
  margin-bottom: 5.3em;
}
@media (max-width: 1199px) {
  .cid-uC59iw6q7i .item-text-wrap {
    margin-bottom: 4em;
  }
}
@media (max-width: 767px) {
  .cid-uC59iw6q7i .item-text-wrap {
    margin-bottom: 2em;
    max-width: 340px;
    margin-right: auto;
  }
}
.cid-uC59iw6q7i .item-title {
  color: #272727;
  margin-bottom: 0.52em;
}
.cid-uC59iw6q7i .item-subtitle {
  color: #272727;
  opacity: 0.52em;
}
.cid-uC59iw6q7i .card-bottom {
  display: flex;
  flex-direction: column;
  align-items: stretch;
  margin-top: auto;
}
.cid-uC59iw6q7i .item-name-wrap {
  display: flex;
  align-items: center;
  width: 100%;
}
.cid-uC59iw6q7i .image-wrapper {
  width: 35px;
  height: 35px;
  margin-right: 10px;
  border-radius: 300px;
  overflow: hidden;
}
.cid-uC59iw6q7i .image-wrapper img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.cid-uC59iw6q7i .mbr-text {
  flex-grow: 1;
  color: #272727;
  text-align: right;
}
.cid-uC59iw6q7i .mbr-section-btn {
  display: flex;
  margin-top: 20px;
  width: auto !important;
}
.cid-uC59iw6q7i .mbr-section-btn .btn {
  width: 100%;
  min-width: auto !important;
}
.cid-uLMRAIzUxG {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-color: #0e132f;
}
.cid-uLMRAIzUxG .mbr-fallback-image.disabled {
  display: none;
}
.cid-uLMRAIzUxG .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-uLMRAIzUxG .container {
    padding: 0 16px;
  }
}
.cid-uLMRAIzUxG .card {
  display: flex;
  flex-direction: column;
  justify-content: space-between;
}
@media (max-width: 992px) {
  .cid-uLMRAIzUxG .card {
    margin-bottom: 40px;
  }
}
.cid-uLMRAIzUxG .card .content-wrapper .title-wrapper .title-wrap {
  display: inline-flex;
  align-items: center;
  margin-bottom: 16px;
}
@media (max-width: 992px) {
  .cid-uLMRAIzUxG .card .content-wrapper .title-wrapper .title-wrap {
    margin-bottom: 40px;
  }
}
.cid-uLMRAIzUxG .card .content-wrapper .title-wrapper .title-wrap img {
  width: 32px;
  height: 32px;
  object-fit: contain;
  margin-right: 1rem;
}
.cid-uLMRAIzUxG .card .content-wrapper .title-wrapper .title-wrap .mbr-section-title {
  margin-bottom: 0;
}
.cid-uLMRAIzUxG .card .content-wrapper .copyright {
  margin-bottom: 20px;
}
@media (max-width: 992px) {
  .cid-uLMRAIzUxG .card .content-wrapper .copyright {
    margin-bottom: 40px;
  }
}
.cid-uLMRAIzUxG .card .social-wrapper .social-wrap {
  display: inline-flex;
  flex-wrap: wrap;
}
.cid-uLMRAIzUxG .card .social-wrapper .social-wrap .mbr-iconfont {
  font-size: 20px;
  margin-right: 48px;
  color: #ffffff;
}
.cid-uLMRAIzUxG .list-wrapper .mbr-card-title {
  margin-bottom: 16px;
}
.cid-uLMRAIzUxG .list-wrapper .list {
  margin: 0;
  padding: 0;
  list-style-type: none;
}
.cid-uLMRAIzUxG .list-wrapper .list .item-wrap {
  margin-bottom: 16px;
}
@media (max-width: 992px) {
  .cid-uLMRAIzUxG .list-wrapper .list {
    margin-bottom: 40px;
  }
}
.cid-uLMRAIzUxG .mbr-section-title {
  color: #ffffff;
}
.cid-uLMRAIzUxG .copyright {
  color: #ffffff;
}
.cid-uLMRAIzUxG .mbr-card-title {
  color: #D4FE00;
}
.cid-uLMRAIzUxG .list {
  color: #ffffff;
}
.cid-uLMT5bnPh6 .navbar-dropdown {
  background-color: #ffffff !important;
  padding: 0;
}
.cid-uLMT5bnPh6 .navbar.navbar-expand-lg .dropdown .dropdown-menu {
  background-color: #ffffff !important;
  background: #ffffff;
}
.cid-uLMT5bnPh6 .navbar.navbar-expand-lg .dropdown .dropdown-menu .dropdown-submenu {
  margin: 0;
  left: 100%;
}
@media (max-width: 991px) {
  .cid-uLMT5bnPh6 .menu_box .navbar.opened,
  .cid-uLMT5bnPh6 .menu_box .navbar-collapse {
    background-color: #ffffff !important;
    transition: all 0s ease 0s;
  }
}
.cid-uLMT5bnPh6 .navbar-dropdown {
  position: relative !important;
}
.cid-uLMT5bnPh6 .btn {
  min-height: auto;
  box-shadow: none;
  margin-top: 0;
}
.cid-uLMT5bnPh6 .btn:hover {
  box-shadow: none;
}
@media (min-width: 992px) {
  .cid-uLMT5bnPh6 .offcanvas_image img {
    width: auto;
    object-fit: cover;
    display: inline-block;
  }
  .cid-uLMT5bnPh6 .offcanvas-header {
    position: relative;
    padding: 0;
  }
  .cid-uLMT5bnPh6 .offcanvas-header .btn-close {
    position: absolute;
    top: -70px;
    right: 0;
    width: 35px;
    height: 30px;
  }
  .cid-uLMT5bnPh6 .offcanvas-body {
    text-align: center;
    padding: 0;
  }
  .cid-uLMT5bnPh6 .offcanvas-body .mbr-text,
  .cid-uLMT5bnPh6 .offcanvas-body .mbr-section-subtitle {
    margin-top: 14px;
  }
  .cid-uLMT5bnPh6 .offcanvas-body .offcanvas_contact {
    margin: 35px 0;
  }
  .cid-uLMT5bnPh6 .offcanvas_box button.btn_offcanvas {
    outline: none;
    width: 40px;
    height: 40px;
    cursor: pointer;
    transition: all 0.2s;
    position: relative;
    align-self: center;
  }
  .cid-uLMT5bnPh6 .offcanvas_box button.btn_offcanvas .hamburger span {
    position: absolute;
    right: 0;
    width: 40px;
    height: 2px;
    border-right: 5px;
    background-color: #474747;
  }
  .cid-uLMT5bnPh6 .offcanvas_box button.btn_offcanvas .hamburger span:nth-child(1) {
    top: 18px;
    transition: all 0.2s;
  }
  .cid-uLMT5bnPh6 .offcanvas_box button.btn_offcanvas .hamburger span:nth-child(2) {
    top: 25px;
    transition: all 0.2s;
  }
  .cid-uLMT5bnPh6 .offcanvas_box button.btn_offcanvas:hover .hamburger span {
    width: 36px;
  }
  .cid-uLMT5bnPh6 .offcanvas_box button.btn_offcanvas:hover .hamburger span:nth-child(2) {
    width: 33px;
    transition-delay: 0.2s;
  }
  .cid-uLMT5bnPh6 ul.navbar-nav {
    padding-bottom: 1.5rem;
  }
  .cid-uLMT5bnPh6 .dropdown-menu .dropdown-toggle[data-toggle="dropdown-submenu"]::after,
  .cid-uLMT5bnPh6 .link.dropdown-toggle::after {
    display: inline-block;
    width: 7px;
    height: 7px;
    margin-left: .5rem;
    margin-bottom: 2px;
    content: "";
    border: 2px solid;
    border-left: none;
    border-top: none;
    transform: rotate(-45deg);
  }
  .cid-uLMT5bnPh6 .link.dropdown-toggle::after {
    padding: 0 !important;
    transform: rotate(45deg);
  }
  .cid-uLMT5bnPh6 li.nav-item {
    position: relative;
    display: inline-block;
    padding: 1px 7px !important;
    vertical-align: middle;
    line-height: 2em !important;
    font-weight: 600 !important;
    text-decoration: none;
    letter-spacing: 0 !important;
    z-index: 1;
  }
  .cid-uLMT5bnPh6 .lg_brand {
    margin: 0 1rem;
  }
}
.cid-uLMT5bnPh6 .nav-item {
  margin: 4px 15px;
}
@media (min-width: 1200px) {
  .cid-uLMT5bnPh6 .nav-item {
    margin: 4px 20px;
  }
}
@media (max-width: 991px) {
  .cid-uLMT5bnPh6 .nav-item {
    margin: 0 !important;
  }
}
.cid-uLMT5bnPh6 .dropdown-menu {
  border-radius: 0;
  box-shadow: none;
  text-align: left;
}
@media (min-width: 992px) {
  .cid-uLMT5bnPh6 .dropdown-menu {
    padding: 18px 34px 22px;
    min-width: 250px;
    top: auto !important;
    left: -40px !important;
  }
  .cid-uLMT5bnPh6 .dropdown-menu.dropdown-submenu {
    left: 215px !important;
    top: -45% !important;
  }
}
@media (max-width: 991px) {
  .cid-uLMT5bnPh6 .dropdown-menu .dropdown-toggle[data-toggle="dropdown-submenu"]::after,
  .cid-uLMT5bnPh6 .link.dropdown-toggle::after {
    display: inline-block;
    width: 7px;
    height: 7px;
    margin-left: .5rem;
    margin-bottom: 2px;
    content: "";
    border: 2px solid;
    border-left: none;
    border-top: none;
    transform: rotate(-45deg);
    right: 15px;
    position: absolute;
    margin-top: -2px;
  }
  .cid-uLMT5bnPh6 .show.dropdown-toggle[aria-expanded="true"]::after {
    transform: rotate(45deg);
    margin-top: -4px;
  }
  .cid-uLMT5bnPh6 .offcanvas_box {
    display: none;
  }
}
.cid-uLMT5bnPh6 .dropdown-item {
  border: none;
  font-weight: 400 !important;
}
.cid-uLMT5bnPh6 .nav-dropdown .link {
  font-weight: 400 !important;
  padding: 0 !important;
  margin: 0 !important;
}
.cid-uLMT5bnPh6 .nav-dropdown .link.dropdown-toggle::after {
  margin-left: 0.5rem;
  margin-top: 0;
}
.cid-uLMT5bnPh6 .container {
  display: flex;
  margin: auto;
}
.cid-uLMT5bnPh6 .iconfont-wrapper {
  color: #e0bdb6;
  font-size: 17px;
  margin-right: 10px;
  margin-bottom: 5px;
  width: 25px;
  height: 25px;
  border-radius: 50%;
  display: flex;
  justify-content: center;
  align-items: center;
  transition: all 0.2s ease-in-out;
}
.cid-uLMT5bnPh6 .iconfont-wrapper:last-child {
  margin-right: 0;
}
.cid-uLMT5bnPh6 .iconfont-wrapper:hover {
  opacity: .5;
}
.cid-uLMT5bnPh6 .navbar-caption {
  color: #747474;
}
.cid-uLMT5bnPh6 .navbar-nav {
  margin: 0 1rem;
}
@media (min-width: 992px) {
  .cid-uLMT5bnPh6 .navbar-nav {
    margin: 0;
  }
}
.cid-uLMT5bnPh6 .dropdown-menu,
.cid-uLMT5bnPh6 .navbar.opened {
  background-color: false !important;
}
.cid-uLMT5bnPh6 .nav-item:focus,
.cid-uLMT5bnPh6 .nav-link:focus {
  outline: none;
}
.cid-uLMT5bnPh6 .dropdown .dropdown-menu .dropdown-item {
  width: auto;
  transition: all 0.25s ease-in-out;
}
.cid-uLMT5bnPh6 .dropdown .dropdown-menu .dropdown-item::after {
  right: 0.5rem;
}
.cid-uLMT5bnPh6 .dropdown .dropdown-menu .dropdown-item .mbr-iconfont {
  margin-right: 0.5rem;
  vertical-align: sub;
}
.cid-uLMT5bnPh6 .dropdown .dropdown-menu .dropdown-item .mbr-iconfont:before {
  display: inline-block;
  transform: scale(1, 1);
  transition: all 0.25s ease-in-out;
}
.cid-uLMT5bnPh6 .collapsed .dropdown-menu .dropdown-item:before {
  display: none;
}
.cid-uLMT5bnPh6 .collapsed .dropdown .dropdown-menu .dropdown-item {
  padding: 0.235em 1.5em 0.235em 1.5em !important;
  transition: none;
  margin: 0 !important;
}
.cid-uLMT5bnPh6 .navbar {
  min-height: 70px;
  padding: 20px 0;
  transition: all 0.3s;
  border-bottom-width: 0px;
}
@media (max-width: 992px) {
  .cid-uLMT5bnPh6 .navbar {
    min-height: 30px;
    max-height: 90px;
  }
}
.cid-uLMT5bnPh6 .navbar.opened {
  transition: all 0.3s;
}
.cid-uLMT5bnPh6 .navbar .dropdown-item {
  padding: 0;
  margin: 8px 0;
}
.cid-uLMT5bnPh6 .navbar .navbar-logo img {
  width: auto;
  object-fit: contain;
  border-radius: 0;
}
.cid-uLMT5bnPh6 .navbar .navbar-collapse {
  justify-content: space-between;
  z-index: 1;
}
.cid-uLMT5bnPh6 .navbar.collapsed {
  justify-content: center;
}
.cid-uLMT5bnPh6 .navbar.collapsed .nav-item .nav-link::before {
  display: none;
}
.cid-uLMT5bnPh6 .navbar.collapsed.opened .dropdown-menu {
  top: 0;
}
.cid-uLMT5bnPh6 .navbar.collapsed .dropdown-menu .dropdown-submenu {
  left: 0 !important;
}
.cid-uLMT5bnPh6 .navbar.collapsed .dropdown-menu .dropdown-item:after {
  right: auto;
}
.cid-uLMT5bnPh6 .navbar.collapsed ul.navbar-nav li {
  margin: auto;
}
.cid-uLMT5bnPh6 .navbar.collapsed .dropdown-menu .dropdown-item {
  padding: 0.25rem 1.5rem;
  text-align: left;
}
.cid-uLMT5bnPh6 .navbar.collapsed .icons-menu {
  padding: 0;
}
@media (max-width: 991px) {
  .cid-uLMT5bnPh6 .navbar .nav-item {
    padding: .5rem 0;
  }
  .cid-uLMT5bnPh6 .navbar .navbar-collapse {
    padding: 34px 0;
    border-radius: 25px;
  }
  .cid-uLMT5bnPh6 .navbar .nav-item .nav-link::before {
    display: none;
  }
  .cid-uLMT5bnPh6 .navbar.opened .dropdown-menu {
    top: 0;
  }
  .cid-uLMT5bnPh6 .navbar .dropdown-menu {
    padding: 6px 0 6px 15px;
  }
  .cid-uLMT5bnPh6 .navbar .dropdown-menu .dropdown-submenu {
    left: 0 !important;
  }
  .cid-uLMT5bnPh6 .navbar .dropdown-menu .dropdown-item:after {
    right: auto;
    margin-top: -0.4rem;
  }
  .cid-uLMT5bnPh6 .navbar .navbar-logo img {
    height: 3rem !important;
  }
  .cid-uLMT5bnPh6 .navbar ul.navbar-nav {
    overflow: hidden;
  }
  .cid-uLMT5bnPh6 .navbar ul.navbar-nav li {
    margin: 0;
  }
  .cid-uLMT5bnPh6 .navbar .dropdown-menu .dropdown-item {
    padding: 0 !important;
    margin: 0;
    margin-top: 8px;
    text-align: left;
  }
  .cid-uLMT5bnPh6 .navbar .navbar-brand {
    flex-shrink: initial;
    flex-basis: auto;
    word-break: break-word;
    padding-right: 2rem;
  }
  .cid-uLMT5bnPh6 .navbar .navbar-toggler {
    flex-basis: auto;
  }
  .cid-uLMT5bnPh6 .navbar .icons-menu {
    padding: 0;
  }
}
.cid-uLMT5bnPh6 .navbar.navbar-short {
  min-height: 60px;
}
.cid-uLMT5bnPh6 .navbar.navbar-short .navbar-logo img {
  height: 2.5rem !important;
}
.cid-uLMT5bnPh6 .navbar.navbar-short .navbar-brand {
  min-height: 60px;
  padding: 0;
}
.cid-uLMT5bnPh6 .navbar-brand {
  min-height: 70px;
  flex-shrink: 0;
  align-items: center;
  margin-right: 0;
  padding: 10px 0;
  transition: all 0.3s;
  word-break: break-word;
  z-index: 1;
}
.cid-uLMT5bnPh6 .navbar-brand .navbar-caption {
  line-height: inherit !important;
}
.cid-uLMT5bnPh6 .navbar-brand .navbar-logo a {
  outline: none;
}
.cid-uLMT5bnPh6 .dropdown-item.active,
.cid-uLMT5bnPh6 .dropdown-item:active {
  background-color: transparent;
}
.cid-uLMT5bnPh6 .navbar-expand-lg .navbar-nav .nav-link {
  padding: 0;
}
.cid-uLMT5bnPh6 .nav-dropdown .link.dropdown-toggle {
  margin-right: 1.667em;
}
.cid-uLMT5bnPh6 .nav-dropdown .link.dropdown-toggle[aria-expanded="true"] {
  margin-right: 0;
  padding: 0.667em 1.667em;
}
.cid-uLMT5bnPh6 .navbar .dropdown.open > .dropdown-menu {
  display: block;
}
.cid-uLMT5bnPh6 ul.navbar-nav {
  flex-wrap: wrap;
  padding: 36px 0;
  border-bottom: 1px solid #0e132f;
}
.cid-uLMT5bnPh6 .navbar-buttons {
  text-align: center;
  min-width: 170px;
}
.cid-uLMT5bnPh6 button.navbar-toggler {
  outline: none;
  width: 48px;
  height: 48px;
  border-radius: 50%;
  cursor: pointer;
  transition: all 0.2s;
  position: relative;
  align-self: center;
  color: #ffffff;
  background: #ffffff;
}
.cid-uLMT5bnPh6 button.navbar-toggler .hamburger span {
  position: absolute;
  right: 10px;
  margin-top: 14px;
  width: 26px;
  height: 2px;
  border-right: 5px;
  background-color: #474747;
}
.cid-uLMT5bnPh6 button.navbar-toggler .hamburger span:nth-child(1) {
  top: 0;
  transition: all 0.2s;
}
.cid-uLMT5bnPh6 button.navbar-toggler .hamburger span:nth-child(2) {
  top: 8px;
  transition: all 0.15s;
}
.cid-uLMT5bnPh6 button.navbar-toggler .hamburger span:nth-child(3) {
  top: 8px;
  transition: all 0.15s;
}
.cid-uLMT5bnPh6 button.navbar-toggler .hamburger span:nth-child(4) {
  top: 16px;
  transition: all 0.2s;
}
.cid-uLMT5bnPh6 nav.opened .hamburger span:nth-child(1) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-uLMT5bnPh6 nav.opened .hamburger span:nth-child(2) {
  transform: rotate(45deg);
  transition: all 0.25s;
}
.cid-uLMT5bnPh6 nav.opened .hamburger span:nth-child(3) {
  transform: rotate(-45deg);
  transition: all 0.25s;
}
.cid-uLMT5bnPh6 nav.opened .hamburger span:nth-child(4) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-uLMT5bnPh6 a.nav-link {
  display: flex;
  align-items: center;
  justify-content: flex-start;
}
.cid-uLMT5bnPh6 .icons-menu {
  flex-wrap: nowrap;
  display: flex;
  justify-content: center;
  padding: 0;
  text-align: center;
  margin-bottom: 35px;
}
@media screen and (-ms-high-contrast: active), (-ms-high-contrast: none) {
  .cid-uLMT5bnPh6 .navbar {
    height: 70px;
  }
  .cid-uLMT5bnPh6 .navbar.opened {
    height: auto;
  }
  .cid-uLMT5bnPh6 .nav-item .nav-link:hover::before {
    width: 175%;
    max-width: calc(100% + 2rem);
    left: -1rem;
  }
}
.cid-uLMT5bnPh6 .navbar-dropdown .navbar-logo {
  margin-right: 15px;
}
@media (min-width: 768px) {
  .cid-uLMT5bnPh6 .container-fluid {
    padding-left: 30px;
    padding-right: 30px;
  }
}
.cid-uLMT5bnPh6 .mbr-section-btn-main {
  padding-top: 5px;
}
.cid-uLMT5bnPh6 .mbr-section-btn-main .btn {
  margin: 0 4px 4px 4px;
}
.cid-uLMT5bnPh6 .navbar-caption:hover {
  color: #2554ab;
}
@media (min-width: 992px) {
  .cid-uLMT5bnPh6 .dropdown-menu.dropdown-submenu {
    left: 175px !important;
    top: -45% !important;
  }
}
.cid-uLMT5bnPh6 .nav-link {
  position: relative;
}
.cid-uLMT5bnPh6 .nav-link:before {
  content: '';
  position: absolute;
  left: -12px;
  width: 6px;
  height: 6px;
  border-radius: 100%;
  background-color: #2554ab;
  transition: all .3s ease;
  opacity: 0;
}
.cid-uLMT5bnPh6 .nav-link:hover:before {
  opacity: 1;
}
.cid-uLMT5bnPh6 .mbr-section-subtitle {
  color: #ffffff;
}
.cid-uLMT5bnPh6 .mbr-text {
  color: #ffffff;
  text-align: center;
}
.cid-uLMT5bnPh6 .text_widget {
  color: #ffffff;
}
.cid-uLMT5bnPh6 .mbr-section-subtitle,
.cid-uLMT5bnPh6 .text_widget,
.cid-uLMT5bnPh6 .mbr-section-btn {
  text-align: center;
}
.cid-uLMT5bnPh6 a[class*="text-"]:not(.nav-link):not(.dropdown-item):not([role]):not(.navbar-caption):hover {
  background-image: none;
}
.cid-uC590gS0OH {
  padding-top: 0rem;
  padding-bottom: 0rem;
  background-color: #ffffff;
}
.cid-uC590gS0OH .item-img {
  position: relative;
  overflow: hidden;
}
.cid-uC590gS0OH .item-img:before {
  content: '';
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
  left: 0;
  background: black;
  opacity: 0.3;
  z-index: 1;
  transition: all 0.3s;
  pointer-events: none;
}
.cid-uC590gS0OH h5 {
  margin-bottom: 1rem;
}
.cid-uC590gS0OH .item-content {
  position: absolute;
  top: 55%;
  right: 0;
  z-index: 2;
  width: 100%;
  transform: translateY(-50%);
  padding: 2rem 8rem;
  display: flex;
  flex-direction: column;
  height: 50%;
}
@media (max-width: 767px) {
  .cid-uC590gS0OH .item-content {
    padding: 0 2rem 1.5rem;
    margin-top: 1rem;
  }
}
.cid-uC590gS0OH img,
.cid-uC590gS0OH .item-img {
  width: 100%;
  transition: all 0.3s;
  height: 100%;
  height: 400px;
  object-fit: cover;
}
.cid-uC590gS0OH .item:focus,
.cid-uC590gS0OH span:focus {
  outline: none;
}
.cid-uC590gS0OH .item {
  margin-bottom: 2rem;
}
@media (max-width: 767px) {
  .cid-uC590gS0OH .item {
    margin-bottom: 1rem;
  }
}
.cid-uC590gS0OH .item-wrapper {
  position: relative;
  border-radius: 15px;
  height: 100%;
  display: flex;
  flex-flow: column nowrap;
}
.cid-uC590gS0OH .mbr-section-title {
  color: #4e423d;
}
.cid-uC590gS0OH .item-title {
  text-align: left;
  color: #ffffff;
}
.cid-uC590gS0OH .item-subtitle {
  text-align: left;
  color: #ffffff;
}
.cid-uC590gS0OH .mbr-text,
.cid-uC590gS0OH .item .mbr-section-btn {
  text-align: left;
  color: #ffffff;
}
.cid-uC590gS0OH .content-head {
  max-width: 800px;
}
.cid-uC590iVEyg {
  padding-top: 1rem;
  padding-bottom: 5rem;
  background-color: #fafafa;
}
.cid-uC590iVEyg .mbr-section-title {
  margin-bottom: 1em;
  color: #272727;
}
.cid-uC590iVEyg .mbr-section-subtitle {
  margin-bottom: 1.5625em;
  color: #272727;
  opacity: 0.4;
}
.cid-uC590iVEyg .item-row {
  display: grid;
  -webkit-box-align: stretch;
  -webkit-align-items: stretch;
  -ms-flex-align: stretch;
  align-items: stretch;
  grid-auto-columns: 1fr;
  grid-column-gap: 16px;
  grid-row-gap: 16px;
  grid-template-columns: repeat(4, 1fr);
  -ms-grid-rows: auto;
  grid-template-rows: auto;
}
@media (max-width: 1199px) {
  .cid-uC590iVEyg .item-row {
    grid-template-columns: repeat(2, 1fr);
  }
}
@media (max-width: 767px) {
  .cid-uC590iVEyg .item-row {
    grid-template-columns: repeat(1, 1fr);
  }
}
.cid-uC590iVEyg .item {
  padding: 0;
}
.cid-uC590iVEyg .item-wrapper {
  display: flex;
  flex-direction: column;
  align-items: stretch;
  height: 100%;
  width: 100%;
  border-radius: 10px;
  overflow: hidden;
  transform-style: preserve-3d;
  transition: .3s all;
  border: 2px solid transparent;
}
.cid-uC590iVEyg .item-wrapper:hover {
  transform: scale3d(1.01, 1.01, 1);
  border-color: #fafafa;
}
.cid-uC590iVEyg .item-img {
  display: flex;
  align-items: center;
  justify-content: center;
  height: 175px;
}
.cid-uC590iVEyg .item-img img {
  width: 100%;
  object-fit: cover;
  height: 100%;
}
.cid-uC590iVEyg .item-content {
  display: flex;
  flex-direction: column;
  align-items: stretch;
  width: 100%;
  padding: 20px 5% 6%;
  flex-grow: 1;
  background-color: #ffffff;
}
.cid-uC590iVEyg .item-text-wrap {
  width: 100%;
  margin-bottom: 5.3em;
}
@media (max-width: 1199px) {
  .cid-uC590iVEyg .item-text-wrap {
    margin-bottom: 4em;
  }
}
@media (max-width: 767px) {
  .cid-uC590iVEyg .item-text-wrap {
    margin-bottom: 2em;
    max-width: 340px;
    margin-right: auto;
  }
}
.cid-uC590iVEyg .item-title {
  color: #272727;
  margin-bottom: 0.52em;
}
.cid-uC590iVEyg .item-subtitle {
  color: #272727;
  opacity: 0.52em;
}
.cid-uC590iVEyg .card-bottom {
  display: flex;
  flex-direction: column;
  align-items: stretch;
  margin-top: auto;
}
.cid-uC590iVEyg .item-name-wrap {
  display: flex;
  align-items: center;
  width: 100%;
}
.cid-uC590iVEyg .image-wrapper {
  width: 35px;
  height: 35px;
  margin-right: 10px;
  border-radius: 300px;
  overflow: hidden;
}
.cid-uC590iVEyg .image-wrapper img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.cid-uC590iVEyg .mbr-text {
  flex-grow: 1;
  color: #272727;
  text-align: right;
}
.cid-uC590iVEyg .mbr-section-btn {
  display: flex;
  margin-top: 20px;
  width: auto !important;
}
.cid-uC590iVEyg .mbr-section-btn .btn {
  width: 100%;
  min-width: auto !important;
}
.cid-uLMRAIzUxG {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-color: #0e132f;
}
.cid-uLMRAIzUxG .mbr-fallback-image.disabled {
  display: none;
}
.cid-uLMRAIzUxG .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-uLMRAIzUxG .container {
    padding: 0 16px;
  }
}
.cid-uLMRAIzUxG .card {
  display: flex;
  flex-direction: column;
  justify-content: space-between;
}
@media (max-width: 992px) {
  .cid-uLMRAIzUxG .card {
    margin-bottom: 40px;
  }
}
.cid-uLMRAIzUxG .card .content-wrapper .title-wrapper .title-wrap {
  display: inline-flex;
  align-items: center;
  margin-bottom: 16px;
}
@media (max-width: 992px) {
  .cid-uLMRAIzUxG .card .content-wrapper .title-wrapper .title-wrap {
    margin-bottom: 40px;
  }
}
.cid-uLMRAIzUxG .card .content-wrapper .title-wrapper .title-wrap img {
  width: 32px;
  height: 32px;
  object-fit: contain;
  margin-right: 1rem;
}
.cid-uLMRAIzUxG .card .content-wrapper .title-wrapper .title-wrap .mbr-section-title {
  margin-bottom: 0;
}
.cid-uLMRAIzUxG .card .content-wrapper .copyright {
  margin-bottom: 20px;
}
@media (max-width: 992px) {
  .cid-uLMRAIzUxG .card .content-wrapper .copyright {
    margin-bottom: 40px;
  }
}
.cid-uLMRAIzUxG .card .social-wrapper .social-wrap {
  display: inline-flex;
  flex-wrap: wrap;
}
.cid-uLMRAIzUxG .card .social-wrapper .social-wrap .mbr-iconfont {
  font-size: 20px;
  margin-right: 48px;
  color: #ffffff;
}
.cid-uLMRAIzUxG .list-wrapper .mbr-card-title {
  margin-bottom: 16px;
}
.cid-uLMRAIzUxG .list-wrapper .list {
  margin: 0;
  padding: 0;
  list-style-type: none;
}
.cid-uLMRAIzUxG .list-wrapper .list .item-wrap {
  margin-bottom: 16px;
}
@media (max-width: 992px) {
  .cid-uLMRAIzUxG .list-wrapper .list {
    margin-bottom: 40px;
  }
}
.cid-uLMRAIzUxG .mbr-section-title {
  color: #ffffff;
}
.cid-uLMRAIzUxG .copyright {
  color: #ffffff;
}
.cid-uLMRAIzUxG .mbr-card-title {
  color: #D4FE00;
}
.cid-uLMRAIzUxG .list {
  color: #ffffff;
}
.cid-uLMT5bnPh6 .navbar-dropdown {
  background-color: #ffffff !important;
  padding: 0;
}
.cid-uLMT5bnPh6 .navbar.navbar-expand-lg .dropdown .dropdown-menu {
  background-color: #ffffff !important;
  background: #ffffff;
}
.cid-uLMT5bnPh6 .navbar.navbar-expand-lg .dropdown .dropdown-menu .dropdown-submenu {
  margin: 0;
  left: 100%;
}
@media (max-width: 991px) {
  .cid-uLMT5bnPh6 .menu_box .navbar.opened,
  .cid-uLMT5bnPh6 .menu_box .navbar-collapse {
    background-color: #ffffff !important;
    transition: all 0s ease 0s;
  }
}
.cid-uLMT5bnPh6 .navbar-dropdown {
  position: relative !important;
}
.cid-uLMT5bnPh6 .btn {
  min-height: auto;
  box-shadow: none;
  margin-top: 0;
}
.cid-uLMT5bnPh6 .btn:hover {
  box-shadow: none;
}
@media (min-width: 992px) {
  .cid-uLMT5bnPh6 .offcanvas_image img {
    width: auto;
    object-fit: cover;
    display: inline-block;
  }
  .cid-uLMT5bnPh6 .offcanvas-header {
    position: relative;
    padding: 0;
  }
  .cid-uLMT5bnPh6 .offcanvas-header .btn-close {
    position: absolute;
    top: -70px;
    right: 0;
    width: 35px;
    height: 30px;
  }
  .cid-uLMT5bnPh6 .offcanvas-body {
    text-align: center;
    padding: 0;
  }
  .cid-uLMT5bnPh6 .offcanvas-body .mbr-text,
  .cid-uLMT5bnPh6 .offcanvas-body .mbr-section-subtitle {
    margin-top: 14px;
  }
  .cid-uLMT5bnPh6 .offcanvas-body .offcanvas_contact {
    margin: 35px 0;
  }
  .cid-uLMT5bnPh6 .offcanvas_box button.btn_offcanvas {
    outline: none;
    width: 40px;
    height: 40px;
    cursor: pointer;
    transition: all 0.2s;
    position: relative;
    align-self: center;
  }
  .cid-uLMT5bnPh6 .offcanvas_box button.btn_offcanvas .hamburger span {
    position: absolute;
    right: 0;
    width: 40px;
    height: 2px;
    border-right: 5px;
    background-color: #474747;
  }
  .cid-uLMT5bnPh6 .offcanvas_box button.btn_offcanvas .hamburger span:nth-child(1) {
    top: 18px;
    transition: all 0.2s;
  }
  .cid-uLMT5bnPh6 .offcanvas_box button.btn_offcanvas .hamburger span:nth-child(2) {
    top: 25px;
    transition: all 0.2s;
  }
  .cid-uLMT5bnPh6 .offcanvas_box button.btn_offcanvas:hover .hamburger span {
    width: 36px;
  }
  .cid-uLMT5bnPh6 .offcanvas_box button.btn_offcanvas:hover .hamburger span:nth-child(2) {
    width: 33px;
    transition-delay: 0.2s;
  }
  .cid-uLMT5bnPh6 ul.navbar-nav {
    padding-bottom: 1.5rem;
  }
  .cid-uLMT5bnPh6 .dropdown-menu .dropdown-toggle[data-toggle="dropdown-submenu"]::after,
  .cid-uLMT5bnPh6 .link.dropdown-toggle::after {
    display: inline-block;
    width: 7px;
    height: 7px;
    margin-left: .5rem;
    margin-bottom: 2px;
    content: "";
    border: 2px solid;
    border-left: none;
    border-top: none;
    transform: rotate(-45deg);
  }
  .cid-uLMT5bnPh6 .link.dropdown-toggle::after {
    padding: 0 !important;
    transform: rotate(45deg);
  }
  .cid-uLMT5bnPh6 li.nav-item {
    position: relative;
    display: inline-block;
    padding: 1px 7px !important;
    vertical-align: middle;
    line-height: 2em !important;
    font-weight: 600 !important;
    text-decoration: none;
    letter-spacing: 0 !important;
    z-index: 1;
  }
  .cid-uLMT5bnPh6 .lg_brand {
    margin: 0 1rem;
  }
}
.cid-uLMT5bnPh6 .nav-item {
  margin: 4px 15px;
}
@media (min-width: 1200px) {
  .cid-uLMT5bnPh6 .nav-item {
    margin: 4px 20px;
  }
}
@media (max-width: 991px) {
  .cid-uLMT5bnPh6 .nav-item {
    margin: 0 !important;
  }
}
.cid-uLMT5bnPh6 .dropdown-menu {
  border-radius: 0;
  box-shadow: none;
  text-align: left;
}
@media (min-width: 992px) {
  .cid-uLMT5bnPh6 .dropdown-menu {
    padding: 18px 34px 22px;
    min-width: 250px;
    top: auto !important;
    left: -40px !important;
  }
  .cid-uLMT5bnPh6 .dropdown-menu.dropdown-submenu {
    left: 215px !important;
    top: -45% !important;
  }
}
@media (max-width: 991px) {
  .cid-uLMT5bnPh6 .dropdown-menu .dropdown-toggle[data-toggle="dropdown-submenu"]::after,
  .cid-uLMT5bnPh6 .link.dropdown-toggle::after {
    display: inline-block;
    width: 7px;
    height: 7px;
    margin-left: .5rem;
    margin-bottom: 2px;
    content: "";
    border: 2px solid;
    border-left: none;
    border-top: none;
    transform: rotate(-45deg);
    right: 15px;
    position: absolute;
    margin-top: -2px;
  }
  .cid-uLMT5bnPh6 .show.dropdown-toggle[aria-expanded="true"]::after {
    transform: rotate(45deg);
    margin-top: -4px;
  }
  .cid-uLMT5bnPh6 .offcanvas_box {
    display: none;
  }
}
.cid-uLMT5bnPh6 .dropdown-item {
  border: none;
  font-weight: 400 !important;
}
.cid-uLMT5bnPh6 .nav-dropdown .link {
  font-weight: 400 !important;
  padding: 0 !important;
  margin: 0 !important;
}
.cid-uLMT5bnPh6 .nav-dropdown .link.dropdown-toggle::after {
  margin-left: 0.5rem;
  margin-top: 0;
}
.cid-uLMT5bnPh6 .container {
  display: flex;
  margin: auto;
}
.cid-uLMT5bnPh6 .iconfont-wrapper {
  color: #e0bdb6;
  font-size: 17px;
  margin-right: 10px;
  margin-bottom: 5px;
  width: 25px;
  height: 25px;
  border-radius: 50%;
  display: flex;
  justify-content: center;
  align-items: center;
  transition: all 0.2s ease-in-out;
}
.cid-uLMT5bnPh6 .iconfont-wrapper:last-child {
  margin-right: 0;
}
.cid-uLMT5bnPh6 .iconfont-wrapper:hover {
  opacity: .5;
}
.cid-uLMT5bnPh6 .navbar-caption {
  color: #747474;
}
.cid-uLMT5bnPh6 .navbar-nav {
  margin: 0 1rem;
}
@media (min-width: 992px) {
  .cid-uLMT5bnPh6 .navbar-nav {
    margin: 0;
  }
}
.cid-uLMT5bnPh6 .dropdown-menu,
.cid-uLMT5bnPh6 .navbar.opened {
  background-color: false !important;
}
.cid-uLMT5bnPh6 .nav-item:focus,
.cid-uLMT5bnPh6 .nav-link:focus {
  outline: none;
}
.cid-uLMT5bnPh6 .dropdown .dropdown-menu .dropdown-item {
  width: auto;
  transition: all 0.25s ease-in-out;
}
.cid-uLMT5bnPh6 .dropdown .dropdown-menu .dropdown-item::after {
  right: 0.5rem;
}
.cid-uLMT5bnPh6 .dropdown .dropdown-menu .dropdown-item .mbr-iconfont {
  margin-right: 0.5rem;
  vertical-align: sub;
}
.cid-uLMT5bnPh6 .dropdown .dropdown-menu .dropdown-item .mbr-iconfont:before {
  display: inline-block;
  transform: scale(1, 1);
  transition: all 0.25s ease-in-out;
}
.cid-uLMT5bnPh6 .collapsed .dropdown-menu .dropdown-item:before {
  display: none;
}
.cid-uLMT5bnPh6 .collapsed .dropdown .dropdown-menu .dropdown-item {
  padding: 0.235em 1.5em 0.235em 1.5em !important;
  transition: none;
  margin: 0 !important;
}
.cid-uLMT5bnPh6 .navbar {
  min-height: 70px;
  padding: 20px 0;
  transition: all 0.3s;
  border-bottom-width: 0px;
}
@media (max-width: 992px) {
  .cid-uLMT5bnPh6 .navbar {
    min-height: 30px;
    max-height: 90px;
  }
}
.cid-uLMT5bnPh6 .navbar.opened {
  transition: all 0.3s;
}
.cid-uLMT5bnPh6 .navbar .dropdown-item {
  padding: 0;
  margin: 8px 0;
}
.cid-uLMT5bnPh6 .navbar .navbar-logo img {
  width: auto;
  object-fit: contain;
  border-radius: 0;
}
.cid-uLMT5bnPh6 .navbar .navbar-collapse {
  justify-content: space-between;
  z-index: 1;
}
.cid-uLMT5bnPh6 .navbar.collapsed {
  justify-content: center;
}
.cid-uLMT5bnPh6 .navbar.collapsed .nav-item .nav-link::before {
  display: none;
}
.cid-uLMT5bnPh6 .navbar.collapsed.opened .dropdown-menu {
  top: 0;
}
.cid-uLMT5bnPh6 .navbar.collapsed .dropdown-menu .dropdown-submenu {
  left: 0 !important;
}
.cid-uLMT5bnPh6 .navbar.collapsed .dropdown-menu .dropdown-item:after {
  right: auto;
}
.cid-uLMT5bnPh6 .navbar.collapsed ul.navbar-nav li {
  margin: auto;
}
.cid-uLMT5bnPh6 .navbar.collapsed .dropdown-menu .dropdown-item {
  padding: 0.25rem 1.5rem;
  text-align: left;
}
.cid-uLMT5bnPh6 .navbar.collapsed .icons-menu {
  padding: 0;
}
@media (max-width: 991px) {
  .cid-uLMT5bnPh6 .navbar .nav-item {
    padding: .5rem 0;
  }
  .cid-uLMT5bnPh6 .navbar .navbar-collapse {
    padding: 34px 0;
    border-radius: 25px;
  }
  .cid-uLMT5bnPh6 .navbar .nav-item .nav-link::before {
    display: none;
  }
  .cid-uLMT5bnPh6 .navbar.opened .dropdown-menu {
    top: 0;
  }
  .cid-uLMT5bnPh6 .navbar .dropdown-menu {
    padding: 6px 0 6px 15px;
  }
  .cid-uLMT5bnPh6 .navbar .dropdown-menu .dropdown-submenu {
    left: 0 !important;
  }
  .cid-uLMT5bnPh6 .navbar .dropdown-menu .dropdown-item:after {
    right: auto;
    margin-top: -0.4rem;
  }
  .cid-uLMT5bnPh6 .navbar .navbar-logo img {
    height: 3rem !important;
  }
  .cid-uLMT5bnPh6 .navbar ul.navbar-nav {
    overflow: hidden;
  }
  .cid-uLMT5bnPh6 .navbar ul.navbar-nav li {
    margin: 0;
  }
  .cid-uLMT5bnPh6 .navbar .dropdown-menu .dropdown-item {
    padding: 0 !important;
    margin: 0;
    margin-top: 8px;
    text-align: left;
  }
  .cid-uLMT5bnPh6 .navbar .navbar-brand {
    flex-shrink: initial;
    flex-basis: auto;
    word-break: break-word;
    padding-right: 2rem;
  }
  .cid-uLMT5bnPh6 .navbar .navbar-toggler {
    flex-basis: auto;
  }
  .cid-uLMT5bnPh6 .navbar .icons-menu {
    padding: 0;
  }
}
.cid-uLMT5bnPh6 .navbar.navbar-short {
  min-height: 60px;
}
.cid-uLMT5bnPh6 .navbar.navbar-short .navbar-logo img {
  height: 2.5rem !important;
}
.cid-uLMT5bnPh6 .navbar.navbar-short .navbar-brand {
  min-height: 60px;
  padding: 0;
}
.cid-uLMT5bnPh6 .navbar-brand {
  min-height: 70px;
  flex-shrink: 0;
  align-items: center;
  margin-right: 0;
  padding: 10px 0;
  transition: all 0.3s;
  word-break: break-word;
  z-index: 1;
}
.cid-uLMT5bnPh6 .navbar-brand .navbar-caption {
  line-height: inherit !important;
}
.cid-uLMT5bnPh6 .navbar-brand .navbar-logo a {
  outline: none;
}
.cid-uLMT5bnPh6 .dropdown-item.active,
.cid-uLMT5bnPh6 .dropdown-item:active {
  background-color: transparent;
}
.cid-uLMT5bnPh6 .navbar-expand-lg .navbar-nav .nav-link {
  padding: 0;
}
.cid-uLMT5bnPh6 .nav-dropdown .link.dropdown-toggle {
  margin-right: 1.667em;
}
.cid-uLMT5bnPh6 .nav-dropdown .link.dropdown-toggle[aria-expanded="true"] {
  margin-right: 0;
  padding: 0.667em 1.667em;
}
.cid-uLMT5bnPh6 .navbar .dropdown.open > .dropdown-menu {
  display: block;
}
.cid-uLMT5bnPh6 ul.navbar-nav {
  flex-wrap: wrap;
  padding: 36px 0;
  border-bottom: 1px solid #0e132f;
}
.cid-uLMT5bnPh6 .navbar-buttons {
  text-align: center;
  min-width: 170px;
}
.cid-uLMT5bnPh6 button.navbar-toggler {
  outline: none;
  width: 48px;
  height: 48px;
  border-radius: 50%;
  cursor: pointer;
  transition: all 0.2s;
  position: relative;
  align-self: center;
  color: #ffffff;
  background: #ffffff;
}
.cid-uLMT5bnPh6 button.navbar-toggler .hamburger span {
  position: absolute;
  right: 10px;
  margin-top: 14px;
  width: 26px;
  height: 2px;
  border-right: 5px;
  background-color: #474747;
}
.cid-uLMT5bnPh6 button.navbar-toggler .hamburger span:nth-child(1) {
  top: 0;
  transition: all 0.2s;
}
.cid-uLMT5bnPh6 button.navbar-toggler .hamburger span:nth-child(2) {
  top: 8px;
  transition: all 0.15s;
}
.cid-uLMT5bnPh6 button.navbar-toggler .hamburger span:nth-child(3) {
  top: 8px;
  transition: all 0.15s;
}
.cid-uLMT5bnPh6 button.navbar-toggler .hamburger span:nth-child(4) {
  top: 16px;
  transition: all 0.2s;
}
.cid-uLMT5bnPh6 nav.opened .hamburger span:nth-child(1) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-uLMT5bnPh6 nav.opened .hamburger span:nth-child(2) {
  transform: rotate(45deg);
  transition: all 0.25s;
}
.cid-uLMT5bnPh6 nav.opened .hamburger span:nth-child(3) {
  transform: rotate(-45deg);
  transition: all 0.25s;
}
.cid-uLMT5bnPh6 nav.opened .hamburger span:nth-child(4) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-uLMT5bnPh6 a.nav-link {
  display: flex;
  align-items: center;
  justify-content: flex-start;
}
.cid-uLMT5bnPh6 .icons-menu {
  flex-wrap: nowrap;
  display: flex;
  justify-content: center;
  padding: 0;
  text-align: center;
  margin-bottom: 35px;
}
@media screen and (-ms-high-contrast: active), (-ms-high-contrast: none) {
  .cid-uLMT5bnPh6 .navbar {
    height: 70px;
  }
  .cid-uLMT5bnPh6 .navbar.opened {
    height: auto;
  }
  .cid-uLMT5bnPh6 .nav-item .nav-link:hover::before {
    width: 175%;
    max-width: calc(100% + 2rem);
    left: -1rem;
  }
}
.cid-uLMT5bnPh6 .navbar-dropdown .navbar-logo {
  margin-right: 15px;
}
@media (min-width: 768px) {
  .cid-uLMT5bnPh6 .container-fluid {
    padding-left: 30px;
    padding-right: 30px;
  }
}
.cid-uLMT5bnPh6 .mbr-section-btn-main {
  padding-top: 5px;
}
.cid-uLMT5bnPh6 .mbr-section-btn-main .btn {
  margin: 0 4px 4px 4px;
}
.cid-uLMT5bnPh6 .navbar-caption:hover {
  color: #2554ab;
}
@media (min-width: 992px) {
  .cid-uLMT5bnPh6 .dropdown-menu.dropdown-submenu {
    left: 175px !important;
    top: -45% !important;
  }
}
.cid-uLMT5bnPh6 .nav-link {
  position: relative;
}
.cid-uLMT5bnPh6 .nav-link:before {
  content: '';
  position: absolute;
  left: -12px;
  width: 6px;
  height: 6px;
  border-radius: 100%;
  background-color: #2554ab;
  transition: all .3s ease;
  opacity: 0;
}
.cid-uLMT5bnPh6 .nav-link:hover:before {
  opacity: 1;
}
.cid-uLMT5bnPh6 .mbr-section-subtitle {
  color: #ffffff;
}
.cid-uLMT5bnPh6 .mbr-text {
  color: #ffffff;
  text-align: center;
}
.cid-uLMT5bnPh6 .text_widget {
  color: #ffffff;
}
.cid-uLMT5bnPh6 .mbr-section-subtitle,
.cid-uLMT5bnPh6 .text_widget,
.cid-uLMT5bnPh6 .mbr-section-btn {
  text-align: center;
}
.cid-uLMT5bnPh6 a[class*="text-"]:not(.nav-link):not(.dropdown-item):not([role]):not(.navbar-caption):hover {
  background-image: none;
}
.cid-uC5siiggms {
  padding-top: 0rem;
  padding-bottom: 0rem;
  background-color: #ffffff;
}
.cid-uC5siiggms .item-img {
  position: relative;
  overflow: hidden;
}
.cid-uC5siiggms .item-img:before {
  content: '';
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
  left: 0;
  background: black;
  opacity: 0.3;
  z-index: 1;
  transition: all 0.3s;
  pointer-events: none;
}
.cid-uC5siiggms h5 {
  margin-bottom: 1rem;
}
.cid-uC5siiggms .item-content {
  position: absolute;
  top: 55%;
  right: 0;
  z-index: 2;
  width: 100%;
  transform: translateY(-50%);
  padding: 2rem 8rem;
  display: flex;
  flex-direction: column;
  height: 50%;
}
@media (max-width: 767px) {
  .cid-uC5siiggms .item-content {
    padding: 0 2rem 1.5rem;
    margin-top: 1rem;
  }
}
.cid-uC5siiggms img,
.cid-uC5siiggms .item-img {
  width: 100%;
  transition: all 0.3s;
  height: 100%;
  height: 400px;
  object-fit: cover;
}
.cid-uC5siiggms .item:focus,
.cid-uC5siiggms span:focus {
  outline: none;
}
.cid-uC5siiggms .item {
  margin-bottom: 2rem;
}
@media (max-width: 767px) {
  .cid-uC5siiggms .item {
    margin-bottom: 1rem;
  }
}
.cid-uC5siiggms .item-wrapper {
  position: relative;
  border-radius: 15px;
  height: 100%;
  display: flex;
  flex-flow: column nowrap;
}
.cid-uC5siiggms .mbr-section-title {
  color: #4e423d;
}
.cid-uC5siiggms .item-title {
  text-align: left;
  color: #ffffff;
}
.cid-uC5siiggms .item-subtitle {
  text-align: left;
  color: #ffffff;
}
.cid-uC5siiggms .mbr-text,
.cid-uC5siiggms .item .mbr-section-btn {
  text-align: left;
  color: #ffffff;
}
.cid-uC5siiggms .content-head {
  max-width: 800px;
}
.cid-uC5siiIYWB {
  padding-top: 1rem;
  padding-bottom: 5rem;
  background-color: #fafafa;
}
.cid-uC5siiIYWB .mbr-section-title {
  margin-bottom: 1em;
  color: #272727;
}
.cid-uC5siiIYWB .mbr-section-subtitle {
  margin-bottom: 1.5625em;
  color: #272727;
  opacity: 0.4;
}
.cid-uC5siiIYWB .item-row {
  display: grid;
  -webkit-box-align: stretch;
  -webkit-align-items: stretch;
  -ms-flex-align: stretch;
  align-items: stretch;
  grid-auto-columns: 1fr;
  grid-column-gap: 16px;
  grid-row-gap: 16px;
  grid-template-columns: repeat(4, 1fr);
  -ms-grid-rows: auto;
  grid-template-rows: auto;
}
@media (max-width: 1199px) {
  .cid-uC5siiIYWB .item-row {
    grid-template-columns: repeat(2, 1fr);
  }
}
@media (max-width: 767px) {
  .cid-uC5siiIYWB .item-row {
    grid-template-columns: repeat(1, 1fr);
  }
}
.cid-uC5siiIYWB .item {
  padding: 0;
}
.cid-uC5siiIYWB .item-wrapper {
  display: flex;
  flex-direction: column;
  align-items: stretch;
  height: 100%;
  width: 100%;
  border-radius: 10px;
  overflow: hidden;
  transform-style: preserve-3d;
  transition: .3s all;
  border: 2px solid transparent;
}
.cid-uC5siiIYWB .item-wrapper:hover {
  transform: scale3d(1.01, 1.01, 1);
  border-color: #fafafa;
}
.cid-uC5siiIYWB .item-img {
  display: flex;
  align-items: center;
  justify-content: center;
  height: 175px;
}
.cid-uC5siiIYWB .item-img img {
  width: 100%;
  object-fit: cover;
  height: 100%;
}
.cid-uC5siiIYWB .item-content {
  display: flex;
  flex-direction: column;
  align-items: stretch;
  width: 100%;
  padding: 20px 5% 6%;
  flex-grow: 1;
  background-color: #ffffff;
}
.cid-uC5siiIYWB .item-text-wrap {
  width: 100%;
  margin-bottom: 5.3em;
}
@media (max-width: 1199px) {
  .cid-uC5siiIYWB .item-text-wrap {
    margin-bottom: 4em;
  }
}
@media (max-width: 767px) {
  .cid-uC5siiIYWB .item-text-wrap {
    margin-bottom: 2em;
    max-width: 340px;
    margin-right: auto;
  }
}
.cid-uC5siiIYWB .item-title {
  color: #272727;
  margin-bottom: 0.52em;
}
.cid-uC5siiIYWB .item-subtitle {
  color: #272727;
  opacity: 0.52em;
}
.cid-uC5siiIYWB .card-bottom {
  display: flex;
  flex-direction: column;
  align-items: stretch;
  margin-top: auto;
}
.cid-uC5siiIYWB .item-name-wrap {
  display: flex;
  align-items: center;
  width: 100%;
}
.cid-uC5siiIYWB .image-wrapper {
  width: 35px;
  height: 35px;
  margin-right: 10px;
  border-radius: 300px;
  overflow: hidden;
}
.cid-uC5siiIYWB .image-wrapper img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.cid-uC5siiIYWB .mbr-text {
  flex-grow: 1;
  color: #272727;
  text-align: right;
}
.cid-uC5siiIYWB .mbr-section-btn {
  display: flex;
  margin-top: 20px;
  width: auto !important;
}
.cid-uC5siiIYWB .mbr-section-btn .btn {
  width: 100%;
  min-width: auto !important;
}
.cid-uLMRAIzUxG {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-color: #0e132f;
}
.cid-uLMRAIzUxG .mbr-fallback-image.disabled {
  display: none;
}
.cid-uLMRAIzUxG .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-uLMRAIzUxG .container {
    padding: 0 16px;
  }
}
.cid-uLMRAIzUxG .card {
  display: flex;
  flex-direction: column;
  justify-content: space-between;
}
@media (max-width: 992px) {
  .cid-uLMRAIzUxG .card {
    margin-bottom: 40px;
  }
}
.cid-uLMRAIzUxG .card .content-wrapper .title-wrapper .title-wrap {
  display: inline-flex;
  align-items: center;
  margin-bottom: 16px;
}
@media (max-width: 992px) {
  .cid-uLMRAIzUxG .card .content-wrapper .title-wrapper .title-wrap {
    margin-bottom: 40px;
  }
}
.cid-uLMRAIzUxG .card .content-wrapper .title-wrapper .title-wrap img {
  width: 32px;
  height: 32px;
  object-fit: contain;
  margin-right: 1rem;
}
.cid-uLMRAIzUxG .card .content-wrapper .title-wrapper .title-wrap .mbr-section-title {
  margin-bottom: 0;
}
.cid-uLMRAIzUxG .card .content-wrapper .copyright {
  margin-bottom: 20px;
}
@media (max-width: 992px) {
  .cid-uLMRAIzUxG .card .content-wrapper .copyright {
    margin-bottom: 40px;
  }
}
.cid-uLMRAIzUxG .card .social-wrapper .social-wrap {
  display: inline-flex;
  flex-wrap: wrap;
}
.cid-uLMRAIzUxG .card .social-wrapper .social-wrap .mbr-iconfont {
  font-size: 20px;
  margin-right: 48px;
  color: #ffffff;
}
.cid-uLMRAIzUxG .list-wrapper .mbr-card-title {
  margin-bottom: 16px;
}
.cid-uLMRAIzUxG .list-wrapper .list {
  margin: 0;
  padding: 0;
  list-style-type: none;
}
.cid-uLMRAIzUxG .list-wrapper .list .item-wrap {
  margin-bottom: 16px;
}
@media (max-width: 992px) {
  .cid-uLMRAIzUxG .list-wrapper .list {
    margin-bottom: 40px;
  }
}
.cid-uLMRAIzUxG .mbr-section-title {
  color: #ffffff;
}
.cid-uLMRAIzUxG .copyright {
  color: #ffffff;
}
.cid-uLMRAIzUxG .mbr-card-title {
  color: #D4FE00;
}
.cid-uLMRAIzUxG .list {
  color: #ffffff;
}
.cid-uLMT5bnPh6 .navbar-dropdown {
  background-color: #ffffff !important;
  padding: 0;
}
.cid-uLMT5bnPh6 .navbar.navbar-expand-lg .dropdown .dropdown-menu {
  background-color: #ffffff !important;
  background: #ffffff;
}
.cid-uLMT5bnPh6 .navbar.navbar-expand-lg .dropdown .dropdown-menu .dropdown-submenu {
  margin: 0;
  left: 100%;
}
@media (max-width: 991px) {
  .cid-uLMT5bnPh6 .menu_box .navbar.opened,
  .cid-uLMT5bnPh6 .menu_box .navbar-collapse {
    background-color: #ffffff !important;
    transition: all 0s ease 0s;
  }
}
.cid-uLMT5bnPh6 .navbar-dropdown {
  position: relative !important;
}
.cid-uLMT5bnPh6 .btn {
  min-height: auto;
  box-shadow: none;
  margin-top: 0;
}
.cid-uLMT5bnPh6 .btn:hover {
  box-shadow: none;
}
@media (min-width: 992px) {
  .cid-uLMT5bnPh6 .offcanvas_image img {
    width: auto;
    object-fit: cover;
    display: inline-block;
  }
  .cid-uLMT5bnPh6 .offcanvas-header {
    position: relative;
    padding: 0;
  }
  .cid-uLMT5bnPh6 .offcanvas-header .btn-close {
    position: absolute;
    top: -70px;
    right: 0;
    width: 35px;
    height: 30px;
  }
  .cid-uLMT5bnPh6 .offcanvas-body {
    text-align: center;
    padding: 0;
  }
  .cid-uLMT5bnPh6 .offcanvas-body .mbr-text,
  .cid-uLMT5bnPh6 .offcanvas-body .mbr-section-subtitle {
    margin-top: 14px;
  }
  .cid-uLMT5bnPh6 .offcanvas-body .offcanvas_contact {
    margin: 35px 0;
  }
  .cid-uLMT5bnPh6 .offcanvas_box button.btn_offcanvas {
    outline: none;
    width: 40px;
    height: 40px;
    cursor: pointer;
    transition: all 0.2s;
    position: relative;
    align-self: center;
  }
  .cid-uLMT5bnPh6 .offcanvas_box button.btn_offcanvas .hamburger span {
    position: absolute;
    right: 0;
    width: 40px;
    height: 2px;
    border-right: 5px;
    background-color: #474747;
  }
  .cid-uLMT5bnPh6 .offcanvas_box button.btn_offcanvas .hamburger span:nth-child(1) {
    top: 18px;
    transition: all 0.2s;
  }
  .cid-uLMT5bnPh6 .offcanvas_box button.btn_offcanvas .hamburger span:nth-child(2) {
    top: 25px;
    transition: all 0.2s;
  }
  .cid-uLMT5bnPh6 .offcanvas_box button.btn_offcanvas:hover .hamburger span {
    width: 36px;
  }
  .cid-uLMT5bnPh6 .offcanvas_box button.btn_offcanvas:hover .hamburger span:nth-child(2) {
    width: 33px;
    transition-delay: 0.2s;
  }
  .cid-uLMT5bnPh6 ul.navbar-nav {
    padding-bottom: 1.5rem;
  }
  .cid-uLMT5bnPh6 .dropdown-menu .dropdown-toggle[data-toggle="dropdown-submenu"]::after,
  .cid-uLMT5bnPh6 .link.dropdown-toggle::after {
    display: inline-block;
    width: 7px;
    height: 7px;
    margin-left: .5rem;
    margin-bottom: 2px;
    content: "";
    border: 2px solid;
    border-left: none;
    border-top: none;
    transform: rotate(-45deg);
  }
  .cid-uLMT5bnPh6 .link.dropdown-toggle::after {
    padding: 0 !important;
    transform: rotate(45deg);
  }
  .cid-uLMT5bnPh6 li.nav-item {
    position: relative;
    display: inline-block;
    padding: 1px 7px !important;
    vertical-align: middle;
    line-height: 2em !important;
    font-weight: 600 !important;
    text-decoration: none;
    letter-spacing: 0 !important;
    z-index: 1;
  }
  .cid-uLMT5bnPh6 .lg_brand {
    margin: 0 1rem;
  }
}
.cid-uLMT5bnPh6 .nav-item {
  margin: 4px 15px;
}
@media (min-width: 1200px) {
  .cid-uLMT5bnPh6 .nav-item {
    margin: 4px 20px;
  }
}
@media (max-width: 991px) {
  .cid-uLMT5bnPh6 .nav-item {
    margin: 0 !important;
  }
}
.cid-uLMT5bnPh6 .dropdown-menu {
  border-radius: 0;
  box-shadow: none;
  text-align: left;
}
@media (min-width: 992px) {
  .cid-uLMT5bnPh6 .dropdown-menu {
    padding: 18px 34px 22px;
    min-width: 250px;
    top: auto !important;
    left: -40px !important;
  }
  .cid-uLMT5bnPh6 .dropdown-menu.dropdown-submenu {
    left: 215px !important;
    top: -45% !important;
  }
}
@media (max-width: 991px) {
  .cid-uLMT5bnPh6 .dropdown-menu .dropdown-toggle[data-toggle="dropdown-submenu"]::after,
  .cid-uLMT5bnPh6 .link.dropdown-toggle::after {
    display: inline-block;
    width: 7px;
    height: 7px;
    margin-left: .5rem;
    margin-bottom: 2px;
    content: "";
    border: 2px solid;
    border-left: none;
    border-top: none;
    transform: rotate(-45deg);
    right: 15px;
    position: absolute;
    margin-top: -2px;
  }
  .cid-uLMT5bnPh6 .show.dropdown-toggle[aria-expanded="true"]::after {
    transform: rotate(45deg);
    margin-top: -4px;
  }
  .cid-uLMT5bnPh6 .offcanvas_box {
    display: none;
  }
}
.cid-uLMT5bnPh6 .dropdown-item {
  border: none;
  font-weight: 400 !important;
}
.cid-uLMT5bnPh6 .nav-dropdown .link {
  font-weight: 400 !important;
  padding: 0 !important;
  margin: 0 !important;
}
.cid-uLMT5bnPh6 .nav-dropdown .link.dropdown-toggle::after {
  margin-left: 0.5rem;
  margin-top: 0;
}
.cid-uLMT5bnPh6 .container {
  display: flex;
  margin: auto;
}
.cid-uLMT5bnPh6 .iconfont-wrapper {
  color: #e0bdb6;
  font-size: 17px;
  margin-right: 10px;
  margin-bottom: 5px;
  width: 25px;
  height: 25px;
  border-radius: 50%;
  display: flex;
  justify-content: center;
  align-items: center;
  transition: all 0.2s ease-in-out;
}
.cid-uLMT5bnPh6 .iconfont-wrapper:last-child {
  margin-right: 0;
}
.cid-uLMT5bnPh6 .iconfont-wrapper:hover {
  opacity: .5;
}
.cid-uLMT5bnPh6 .navbar-caption {
  color: #747474;
}
.cid-uLMT5bnPh6 .navbar-nav {
  margin: 0 1rem;
}
@media (min-width: 992px) {
  .cid-uLMT5bnPh6 .navbar-nav {
    margin: 0;
  }
}
.cid-uLMT5bnPh6 .dropdown-menu,
.cid-uLMT5bnPh6 .navbar.opened {
  background-color: false !important;
}
.cid-uLMT5bnPh6 .nav-item:focus,
.cid-uLMT5bnPh6 .nav-link:focus {
  outline: none;
}
.cid-uLMT5bnPh6 .dropdown .dropdown-menu .dropdown-item {
  width: auto;
  transition: all 0.25s ease-in-out;
}
.cid-uLMT5bnPh6 .dropdown .dropdown-menu .dropdown-item::after {
  right: 0.5rem;
}
.cid-uLMT5bnPh6 .dropdown .dropdown-menu .dropdown-item .mbr-iconfont {
  margin-right: 0.5rem;
  vertical-align: sub;
}
.cid-uLMT5bnPh6 .dropdown .dropdown-menu .dropdown-item .mbr-iconfont:before {
  display: inline-block;
  transform: scale(1, 1);
  transition: all 0.25s ease-in-out;
}
.cid-uLMT5bnPh6 .collapsed .dropdown-menu .dropdown-item:before {
  display: none;
}
.cid-uLMT5bnPh6 .collapsed .dropdown .dropdown-menu .dropdown-item {
  padding: 0.235em 1.5em 0.235em 1.5em !important;
  transition: none;
  margin: 0 !important;
}
.cid-uLMT5bnPh6 .navbar {
  min-height: 70px;
  padding: 20px 0;
  transition: all 0.3s;
  border-bottom-width: 0px;
}
@media (max-width: 992px) {
  .cid-uLMT5bnPh6 .navbar {
    min-height: 30px;
    max-height: 90px;
  }
}
.cid-uLMT5bnPh6 .navbar.opened {
  transition: all 0.3s;
}
.cid-uLMT5bnPh6 .navbar .dropdown-item {
  padding: 0;
  margin: 8px 0;
}
.cid-uLMT5bnPh6 .navbar .navbar-logo img {
  width: auto;
  object-fit: contain;
  border-radius: 0;
}
.cid-uLMT5bnPh6 .navbar .navbar-collapse {
  justify-content: space-between;
  z-index: 1;
}
.cid-uLMT5bnPh6 .navbar.collapsed {
  justify-content: center;
}
.cid-uLMT5bnPh6 .navbar.collapsed .nav-item .nav-link::before {
  display: none;
}
.cid-uLMT5bnPh6 .navbar.collapsed.opened .dropdown-menu {
  top: 0;
}
.cid-uLMT5bnPh6 .navbar.collapsed .dropdown-menu .dropdown-submenu {
  left: 0 !important;
}
.cid-uLMT5bnPh6 .navbar.collapsed .dropdown-menu .dropdown-item:after {
  right: auto;
}
.cid-uLMT5bnPh6 .navbar.collapsed ul.navbar-nav li {
  margin: auto;
}
.cid-uLMT5bnPh6 .navbar.collapsed .dropdown-menu .dropdown-item {
  padding: 0.25rem 1.5rem;
  text-align: left;
}
.cid-uLMT5bnPh6 .navbar.collapsed .icons-menu {
  padding: 0;
}
@media (max-width: 991px) {
  .cid-uLMT5bnPh6 .navbar .nav-item {
    padding: .5rem 0;
  }
  .cid-uLMT5bnPh6 .navbar .navbar-collapse {
    padding: 34px 0;
    border-radius: 25px;
  }
  .cid-uLMT5bnPh6 .navbar .nav-item .nav-link::before {
    display: none;
  }
  .cid-uLMT5bnPh6 .navbar.opened .dropdown-menu {
    top: 0;
  }
  .cid-uLMT5bnPh6 .navbar .dropdown-menu {
    padding: 6px 0 6px 15px;
  }
  .cid-uLMT5bnPh6 .navbar .dropdown-menu .dropdown-submenu {
    left: 0 !important;
  }
  .cid-uLMT5bnPh6 .navbar .dropdown-menu .dropdown-item:after {
    right: auto;
    margin-top: -0.4rem;
  }
  .cid-uLMT5bnPh6 .navbar .navbar-logo img {
    height: 3rem !important;
  }
  .cid-uLMT5bnPh6 .navbar ul.navbar-nav {
    overflow: hidden;
  }
  .cid-uLMT5bnPh6 .navbar ul.navbar-nav li {
    margin: 0;
  }
  .cid-uLMT5bnPh6 .navbar .dropdown-menu .dropdown-item {
    padding: 0 !important;
    margin: 0;
    margin-top: 8px;
    text-align: left;
  }
  .cid-uLMT5bnPh6 .navbar .navbar-brand {
    flex-shrink: initial;
    flex-basis: auto;
    word-break: break-word;
    padding-right: 2rem;
  }
  .cid-uLMT5bnPh6 .navbar .navbar-toggler {
    flex-basis: auto;
  }
  .cid-uLMT5bnPh6 .navbar .icons-menu {
    padding: 0;
  }
}
.cid-uLMT5bnPh6 .navbar.navbar-short {
  min-height: 60px;
}
.cid-uLMT5bnPh6 .navbar.navbar-short .navbar-logo img {
  height: 2.5rem !important;
}
.cid-uLMT5bnPh6 .navbar.navbar-short .navbar-brand {
  min-height: 60px;
  padding: 0;
}
.cid-uLMT5bnPh6 .navbar-brand {
  min-height: 70px;
  flex-shrink: 0;
  align-items: center;
  margin-right: 0;
  padding: 10px 0;
  transition: all 0.3s;
  word-break: break-word;
  z-index: 1;
}
.cid-uLMT5bnPh6 .navbar-brand .navbar-caption {
  line-height: inherit !important;
}
.cid-uLMT5bnPh6 .navbar-brand .navbar-logo a {
  outline: none;
}
.cid-uLMT5bnPh6 .dropdown-item.active,
.cid-uLMT5bnPh6 .dropdown-item:active {
  background-color: transparent;
}
.cid-uLMT5bnPh6 .navbar-expand-lg .navbar-nav .nav-link {
  padding: 0;
}
.cid-uLMT5bnPh6 .nav-dropdown .link.dropdown-toggle {
  margin-right: 1.667em;
}
.cid-uLMT5bnPh6 .nav-dropdown .link.dropdown-toggle[aria-expanded="true"] {
  margin-right: 0;
  padding: 0.667em 1.667em;
}
.cid-uLMT5bnPh6 .navbar .dropdown.open > .dropdown-menu {
  display: block;
}
.cid-uLMT5bnPh6 ul.navbar-nav {
  flex-wrap: wrap;
  padding: 36px 0;
  border-bottom: 1px solid #0e132f;
}
.cid-uLMT5bnPh6 .navbar-buttons {
  text-align: center;
  min-width: 170px;
}
.cid-uLMT5bnPh6 button.navbar-toggler {
  outline: none;
  width: 48px;
  height: 48px;
  border-radius: 50%;
  cursor: pointer;
  transition: all 0.2s;
  position: relative;
  align-self: center;
  color: #ffffff;
  background: #ffffff;
}
.cid-uLMT5bnPh6 button.navbar-toggler .hamburger span {
  position: absolute;
  right: 10px;
  margin-top: 14px;
  width: 26px;
  height: 2px;
  border-right: 5px;
  background-color: #474747;
}
.cid-uLMT5bnPh6 button.navbar-toggler .hamburger span:nth-child(1) {
  top: 0;
  transition: all 0.2s;
}
.cid-uLMT5bnPh6 button.navbar-toggler .hamburger span:nth-child(2) {
  top: 8px;
  transition: all 0.15s;
}
.cid-uLMT5bnPh6 button.navbar-toggler .hamburger span:nth-child(3) {
  top: 8px;
  transition: all 0.15s;
}
.cid-uLMT5bnPh6 button.navbar-toggler .hamburger span:nth-child(4) {
  top: 16px;
  transition: all 0.2s;
}
.cid-uLMT5bnPh6 nav.opened .hamburger span:nth-child(1) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-uLMT5bnPh6 nav.opened .hamburger span:nth-child(2) {
  transform: rotate(45deg);
  transition: all 0.25s;
}
.cid-uLMT5bnPh6 nav.opened .hamburger span:nth-child(3) {
  transform: rotate(-45deg);
  transition: all 0.25s;
}
.cid-uLMT5bnPh6 nav.opened .hamburger span:nth-child(4) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-uLMT5bnPh6 a.nav-link {
  display: flex;
  align-items: center;
  justify-content: flex-start;
}
.cid-uLMT5bnPh6 .icons-menu {
  flex-wrap: nowrap;
  display: flex;
  justify-content: center;
  padding: 0;
  text-align: center;
  margin-bottom: 35px;
}
@media screen and (-ms-high-contrast: active), (-ms-high-contrast: none) {
  .cid-uLMT5bnPh6 .navbar {
    height: 70px;
  }
  .cid-uLMT5bnPh6 .navbar.opened {
    height: auto;
  }
  .cid-uLMT5bnPh6 .nav-item .nav-link:hover::before {
    width: 175%;
    max-width: calc(100% + 2rem);
    left: -1rem;
  }
}
.cid-uLMT5bnPh6 .navbar-dropdown .navbar-logo {
  margin-right: 15px;
}
@media (min-width: 768px) {
  .cid-uLMT5bnPh6 .container-fluid {
    padding-left: 30px;
    padding-right: 30px;
  }
}
.cid-uLMT5bnPh6 .mbr-section-btn-main {
  padding-top: 5px;
}
.cid-uLMT5bnPh6 .mbr-section-btn-main .btn {
  margin: 0 4px 4px 4px;
}
.cid-uLMT5bnPh6 .navbar-caption:hover {
  color: #2554ab;
}
@media (min-width: 992px) {
  .cid-uLMT5bnPh6 .dropdown-menu.dropdown-submenu {
    left: 175px !important;
    top: -45% !important;
  }
}
.cid-uLMT5bnPh6 .nav-link {
  position: relative;
}
.cid-uLMT5bnPh6 .nav-link:before {
  content: '';
  position: absolute;
  left: -12px;
  width: 6px;
  height: 6px;
  border-radius: 100%;
  background-color: #2554ab;
  transition: all .3s ease;
  opacity: 0;
}
.cid-uLMT5bnPh6 .nav-link:hover:before {
  opacity: 1;
}
.cid-uLMT5bnPh6 .mbr-section-subtitle {
  color: #ffffff;
}
.cid-uLMT5bnPh6 .mbr-text {
  color: #ffffff;
  text-align: center;
}
.cid-uLMT5bnPh6 .text_widget {
  color: #ffffff;
}
.cid-uLMT5bnPh6 .mbr-section-subtitle,
.cid-uLMT5bnPh6 .text_widget,
.cid-uLMT5bnPh6 .mbr-section-btn {
  text-align: center;
}
.cid-uLMT5bnPh6 a[class*="text-"]:not(.nav-link):not(.dropdown-item):not([role]):not(.navbar-caption):hover {
  background-image: none;
}
.cid-uC5u25ZYQn {
  padding-top: 0rem;
  padding-bottom: 0rem;
  background-color: #ffffff;
}
.cid-uC5u25ZYQn .item-img {
  position: relative;
  overflow: hidden;
}
.cid-uC5u25ZYQn .item-img:before {
  content: '';
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
  left: 0;
  background: black;
  opacity: 0.3;
  z-index: 1;
  transition: all 0.3s;
  pointer-events: none;
}
.cid-uC5u25ZYQn h5 {
  margin-bottom: 1rem;
}
.cid-uC5u25ZYQn .item-content {
  position: absolute;
  top: 55%;
  right: 0;
  z-index: 2;
  width: 100%;
  transform: translateY(-50%);
  padding: 2rem 8rem;
  display: flex;
  flex-direction: column;
  height: 50%;
}
@media (max-width: 767px) {
  .cid-uC5u25ZYQn .item-content {
    padding: 0 2rem 1.5rem;
    margin-top: 1rem;
  }
}
.cid-uC5u25ZYQn img,
.cid-uC5u25ZYQn .item-img {
  width: 100%;
  transition: all 0.3s;
  height: 100%;
  height: 400px;
  object-fit: cover;
}
.cid-uC5u25ZYQn .item:focus,
.cid-uC5u25ZYQn span:focus {
  outline: none;
}
.cid-uC5u25ZYQn .item {
  margin-bottom: 2rem;
}
@media (max-width: 767px) {
  .cid-uC5u25ZYQn .item {
    margin-bottom: 1rem;
  }
}
.cid-uC5u25ZYQn .item-wrapper {
  position: relative;
  border-radius: 15px;
  height: 100%;
  display: flex;
  flex-flow: column nowrap;
}
.cid-uC5u25ZYQn .mbr-section-title {
  color: #4e423d;
}
.cid-uC5u25ZYQn .item-title {
  text-align: left;
  color: #ffffff;
}
.cid-uC5u25ZYQn .item-subtitle {
  text-align: left;
  color: #ffffff;
}
.cid-uC5u25ZYQn .mbr-text,
.cid-uC5u25ZYQn .item .mbr-section-btn {
  text-align: left;
  color: #ffffff;
}
.cid-uC5u25ZYQn .content-head {
  max-width: 800px;
}
.cid-uC5u26rV25 {
  padding-top: 1rem;
  padding-bottom: 5rem;
  background-color: #fafafa;
}
.cid-uC5u26rV25 .mbr-section-title {
  margin-bottom: 1em;
  color: #272727;
}
.cid-uC5u26rV25 .mbr-section-subtitle {
  margin-bottom: 1.5625em;
  color: #272727;
  opacity: 0.4;
}
.cid-uC5u26rV25 .item-row {
  display: grid;
  -webkit-box-align: stretch;
  -webkit-align-items: stretch;
  -ms-flex-align: stretch;
  align-items: stretch;
  grid-auto-columns: 1fr;
  grid-column-gap: 16px;
  grid-row-gap: 16px;
  grid-template-columns: repeat(4, 1fr);
  -ms-grid-rows: auto;
  grid-template-rows: auto;
}
@media (max-width: 1199px) {
  .cid-uC5u26rV25 .item-row {
    grid-template-columns: repeat(2, 1fr);
  }
}
@media (max-width: 767px) {
  .cid-uC5u26rV25 .item-row {
    grid-template-columns: repeat(1, 1fr);
  }
}
.cid-uC5u26rV25 .item {
  padding: 0;
}
.cid-uC5u26rV25 .item-wrapper {
  display: flex;
  flex-direction: column;
  align-items: stretch;
  height: 100%;
  width: 100%;
  border-radius: 10px;
  overflow: hidden;
  transform-style: preserve-3d;
  transition: .3s all;
  border: 2px solid transparent;
}
.cid-uC5u26rV25 .item-wrapper:hover {
  transform: scale3d(1.01, 1.01, 1);
  border-color: #fafafa;
}
.cid-uC5u26rV25 .item-img {
  display: flex;
  align-items: center;
  justify-content: center;
  height: 175px;
}
.cid-uC5u26rV25 .item-img img {
  width: 100%;
  object-fit: cover;
  height: 100%;
}
.cid-uC5u26rV25 .item-content {
  display: flex;
  flex-direction: column;
  align-items: stretch;
  width: 100%;
  padding: 20px 5% 6%;
  flex-grow: 1;
  background-color: #ffffff;
}
.cid-uC5u26rV25 .item-text-wrap {
  width: 100%;
  margin-bottom: 5.3em;
}
@media (max-width: 1199px) {
  .cid-uC5u26rV25 .item-text-wrap {
    margin-bottom: 4em;
  }
}
@media (max-width: 767px) {
  .cid-uC5u26rV25 .item-text-wrap {
    margin-bottom: 2em;
    max-width: 340px;
    margin-right: auto;
  }
}
.cid-uC5u26rV25 .item-title {
  color: #272727;
  margin-bottom: 0.52em;
}
.cid-uC5u26rV25 .item-subtitle {
  color: #272727;
  opacity: 0.52em;
}
.cid-uC5u26rV25 .card-bottom {
  display: flex;
  flex-direction: column;
  align-items: stretch;
  margin-top: auto;
}
.cid-uC5u26rV25 .item-name-wrap {
  display: flex;
  align-items: center;
  width: 100%;
}
.cid-uC5u26rV25 .image-wrapper {
  width: 35px;
  height: 35px;
  margin-right: 10px;
  border-radius: 300px;
  overflow: hidden;
}
.cid-uC5u26rV25 .image-wrapper img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.cid-uC5u26rV25 .mbr-text {
  flex-grow: 1;
  color: #272727;
  text-align: right;
}
.cid-uC5u26rV25 .mbr-section-btn {
  display: flex;
  margin-top: 20px;
  width: auto !important;
}
.cid-uC5u26rV25 .mbr-section-btn .btn {
  width: 100%;
  min-width: auto !important;
}
.cid-uLMRAIzUxG {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-color: #0e132f;
}
.cid-uLMRAIzUxG .mbr-fallback-image.disabled {
  display: none;
}
.cid-uLMRAIzUxG .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-uLMRAIzUxG .container {
    padding: 0 16px;
  }
}
.cid-uLMRAIzUxG .card {
  display: flex;
  flex-direction: column;
  justify-content: space-between;
}
@media (max-width: 992px) {
  .cid-uLMRAIzUxG .card {
    margin-bottom: 40px;
  }
}
.cid-uLMRAIzUxG .card .content-wrapper .title-wrapper .title-wrap {
  display: inline-flex;
  align-items: center;
  margin-bottom: 16px;
}
@media (max-width: 992px) {
  .cid-uLMRAIzUxG .card .content-wrapper .title-wrapper .title-wrap {
    margin-bottom: 40px;
  }
}
.cid-uLMRAIzUxG .card .content-wrapper .title-wrapper .title-wrap img {
  width: 32px;
  height: 32px;
  object-fit: contain;
  margin-right: 1rem;
}
.cid-uLMRAIzUxG .card .content-wrapper .title-wrapper .title-wrap .mbr-section-title {
  margin-bottom: 0;
}
.cid-uLMRAIzUxG .card .content-wrapper .copyright {
  margin-bottom: 20px;
}
@media (max-width: 992px) {
  .cid-uLMRAIzUxG .card .content-wrapper .copyright {
    margin-bottom: 40px;
  }
}
.cid-uLMRAIzUxG .card .social-wrapper .social-wrap {
  display: inline-flex;
  flex-wrap: wrap;
}
.cid-uLMRAIzUxG .card .social-wrapper .social-wrap .mbr-iconfont {
  font-size: 20px;
  margin-right: 48px;
  color: #ffffff;
}
.cid-uLMRAIzUxG .list-wrapper .mbr-card-title {
  margin-bottom: 16px;
}
.cid-uLMRAIzUxG .list-wrapper .list {
  margin: 0;
  padding: 0;
  list-style-type: none;
}
.cid-uLMRAIzUxG .list-wrapper .list .item-wrap {
  margin-bottom: 16px;
}
@media (max-width: 992px) {
  .cid-uLMRAIzUxG .list-wrapper .list {
    margin-bottom: 40px;
  }
}
.cid-uLMRAIzUxG .mbr-section-title {
  color: #ffffff;
}
.cid-uLMRAIzUxG .copyright {
  color: #ffffff;
}
.cid-uLMRAIzUxG .mbr-card-title {
  color: #D4FE00;
}
.cid-uLMRAIzUxG .list {
  color: #ffffff;
}
.cid-uLMT5bnPh6 .navbar-dropdown {
  background-color: #ffffff !important;
  padding: 0;
}
.cid-uLMT5bnPh6 .navbar.navbar-expand-lg .dropdown .dropdown-menu {
  background-color: #ffffff !important;
  background: #ffffff;
}
.cid-uLMT5bnPh6 .navbar.navbar-expand-lg .dropdown .dropdown-menu .dropdown-submenu {
  margin: 0;
  left: 100%;
}
@media (max-width: 991px) {
  .cid-uLMT5bnPh6 .menu_box .navbar.opened,
  .cid-uLMT5bnPh6 .menu_box .navbar-collapse {
    background-color: #ffffff !important;
    transition: all 0s ease 0s;
  }
}
.cid-uLMT5bnPh6 .navbar-dropdown {
  position: relative !important;
}
.cid-uLMT5bnPh6 .btn {
  min-height: auto;
  box-shadow: none;
  margin-top: 0;
}
.cid-uLMT5bnPh6 .btn:hover {
  box-shadow: none;
}
@media (min-width: 992px) {
  .cid-uLMT5bnPh6 .offcanvas_image img {
    width: auto;
    object-fit: cover;
    display: inline-block;
  }
  .cid-uLMT5bnPh6 .offcanvas-header {
    position: relative;
    padding: 0;
  }
  .cid-uLMT5bnPh6 .offcanvas-header .btn-close {
    position: absolute;
    top: -70px;
    right: 0;
    width: 35px;
    height: 30px;
  }
  .cid-uLMT5bnPh6 .offcanvas-body {
    text-align: center;
    padding: 0;
  }
  .cid-uLMT5bnPh6 .offcanvas-body .mbr-text,
  .cid-uLMT5bnPh6 .offcanvas-body .mbr-section-subtitle {
    margin-top: 14px;
  }
  .cid-uLMT5bnPh6 .offcanvas-body .offcanvas_contact {
    margin: 35px 0;
  }
  .cid-uLMT5bnPh6 .offcanvas_box button.btn_offcanvas {
    outline: none;
    width: 40px;
    height: 40px;
    cursor: pointer;
    transition: all 0.2s;
    position: relative;
    align-self: center;
  }
  .cid-uLMT5bnPh6 .offcanvas_box button.btn_offcanvas .hamburger span {
    position: absolute;
    right: 0;
    width: 40px;
    height: 2px;
    border-right: 5px;
    background-color: #474747;
  }
  .cid-uLMT5bnPh6 .offcanvas_box button.btn_offcanvas .hamburger span:nth-child(1) {
    top: 18px;
    transition: all 0.2s;
  }
  .cid-uLMT5bnPh6 .offcanvas_box button.btn_offcanvas .hamburger span:nth-child(2) {
    top: 25px;
    transition: all 0.2s;
  }
  .cid-uLMT5bnPh6 .offcanvas_box button.btn_offcanvas:hover .hamburger span {
    width: 36px;
  }
  .cid-uLMT5bnPh6 .offcanvas_box button.btn_offcanvas:hover .hamburger span:nth-child(2) {
    width: 33px;
    transition-delay: 0.2s;
  }
  .cid-uLMT5bnPh6 ul.navbar-nav {
    padding-bottom: 1.5rem;
  }
  .cid-uLMT5bnPh6 .dropdown-menu .dropdown-toggle[data-toggle="dropdown-submenu"]::after,
  .cid-uLMT5bnPh6 .link.dropdown-toggle::after {
    display: inline-block;
    width: 7px;
    height: 7px;
    margin-left: .5rem;
    margin-bottom: 2px;
    content: "";
    border: 2px solid;
    border-left: none;
    border-top: none;
    transform: rotate(-45deg);
  }
  .cid-uLMT5bnPh6 .link.dropdown-toggle::after {
    padding: 0 !important;
    transform: rotate(45deg);
  }
  .cid-uLMT5bnPh6 li.nav-item {
    position: relative;
    display: inline-block;
    padding: 1px 7px !important;
    vertical-align: middle;
    line-height: 2em !important;
    font-weight: 600 !important;
    text-decoration: none;
    letter-spacing: 0 !important;
    z-index: 1;
  }
  .cid-uLMT5bnPh6 .lg_brand {
    margin: 0 1rem;
  }
}
.cid-uLMT5bnPh6 .nav-item {
  margin: 4px 15px;
}
@media (min-width: 1200px) {
  .cid-uLMT5bnPh6 .nav-item {
    margin: 4px 20px;
  }
}
@media (max-width: 991px) {
  .cid-uLMT5bnPh6 .nav-item {
    margin: 0 !important;
  }
}
.cid-uLMT5bnPh6 .dropdown-menu {
  border-radius: 0;
  box-shadow: none;
  text-align: left;
}
@media (min-width: 992px) {
  .cid-uLMT5bnPh6 .dropdown-menu {
    padding: 18px 34px 22px;
    min-width: 250px;
    top: auto !important;
    left: -40px !important;
  }
  .cid-uLMT5bnPh6 .dropdown-menu.dropdown-submenu {
    left: 215px !important;
    top: -45% !important;
  }
}
@media (max-width: 991px) {
  .cid-uLMT5bnPh6 .dropdown-menu .dropdown-toggle[data-toggle="dropdown-submenu"]::after,
  .cid-uLMT5bnPh6 .link.dropdown-toggle::after {
    display: inline-block;
    width: 7px;
    height: 7px;
    margin-left: .5rem;
    margin-bottom: 2px;
    content: "";
    border: 2px solid;
    border-left: none;
    border-top: none;
    transform: rotate(-45deg);
    right: 15px;
    position: absolute;
    margin-top: -2px;
  }
  .cid-uLMT5bnPh6 .show.dropdown-toggle[aria-expanded="true"]::after {
    transform: rotate(45deg);
    margin-top: -4px;
  }
  .cid-uLMT5bnPh6 .offcanvas_box {
    display: none;
  }
}
.cid-uLMT5bnPh6 .dropdown-item {
  border: none;
  font-weight: 400 !important;
}
.cid-uLMT5bnPh6 .nav-dropdown .link {
  font-weight: 400 !important;
  padding: 0 !important;
  margin: 0 !important;
}
.cid-uLMT5bnPh6 .nav-dropdown .link.dropdown-toggle::after {
  margin-left: 0.5rem;
  margin-top: 0;
}
.cid-uLMT5bnPh6 .container {
  display: flex;
  margin: auto;
}
.cid-uLMT5bnPh6 .iconfont-wrapper {
  color: #e0bdb6;
  font-size: 17px;
  margin-right: 10px;
  margin-bottom: 5px;
  width: 25px;
  height: 25px;
  border-radius: 50%;
  display: flex;
  justify-content: center;
  align-items: center;
  transition: all 0.2s ease-in-out;
}
.cid-uLMT5bnPh6 .iconfont-wrapper:last-child {
  margin-right: 0;
}
.cid-uLMT5bnPh6 .iconfont-wrapper:hover {
  opacity: .5;
}
.cid-uLMT5bnPh6 .navbar-caption {
  color: #747474;
}
.cid-uLMT5bnPh6 .navbar-nav {
  margin: 0 1rem;
}
@media (min-width: 992px) {
  .cid-uLMT5bnPh6 .navbar-nav {
    margin: 0;
  }
}
.cid-uLMT5bnPh6 .dropdown-menu,
.cid-uLMT5bnPh6 .navbar.opened {
  background-color: false !important;
}
.cid-uLMT5bnPh6 .nav-item:focus,
.cid-uLMT5bnPh6 .nav-link:focus {
  outline: none;
}
.cid-uLMT5bnPh6 .dropdown .dropdown-menu .dropdown-item {
  width: auto;
  transition: all 0.25s ease-in-out;
}
.cid-uLMT5bnPh6 .dropdown .dropdown-menu .dropdown-item::after {
  right: 0.5rem;
}
.cid-uLMT5bnPh6 .dropdown .dropdown-menu .dropdown-item .mbr-iconfont {
  margin-right: 0.5rem;
  vertical-align: sub;
}
.cid-uLMT5bnPh6 .dropdown .dropdown-menu .dropdown-item .mbr-iconfont:before {
  display: inline-block;
  transform: scale(1, 1);
  transition: all 0.25s ease-in-out;
}
.cid-uLMT5bnPh6 .collapsed .dropdown-menu .dropdown-item:before {
  display: none;
}
.cid-uLMT5bnPh6 .collapsed .dropdown .dropdown-menu .dropdown-item {
  padding: 0.235em 1.5em 0.235em 1.5em !important;
  transition: none;
  margin: 0 !important;
}
.cid-uLMT5bnPh6 .navbar {
  min-height: 70px;
  padding: 20px 0;
  transition: all 0.3s;
  border-bottom-width: 0px;
}
@media (max-width: 992px) {
  .cid-uLMT5bnPh6 .navbar {
    min-height: 30px;
    max-height: 90px;
  }
}
.cid-uLMT5bnPh6 .navbar.opened {
  transition: all 0.3s;
}
.cid-uLMT5bnPh6 .navbar .dropdown-item {
  padding: 0;
  margin: 8px 0;
}
.cid-uLMT5bnPh6 .navbar .navbar-logo img {
  width: auto;
  object-fit: contain;
  border-radius: 0;
}
.cid-uLMT5bnPh6 .navbar .navbar-collapse {
  justify-content: space-between;
  z-index: 1;
}
.cid-uLMT5bnPh6 .navbar.collapsed {
  justify-content: center;
}
.cid-uLMT5bnPh6 .navbar.collapsed .nav-item .nav-link::before {
  display: none;
}
.cid-uLMT5bnPh6 .navbar.collapsed.opened .dropdown-menu {
  top: 0;
}
.cid-uLMT5bnPh6 .navbar.collapsed .dropdown-menu .dropdown-submenu {
  left: 0 !important;
}
.cid-uLMT5bnPh6 .navbar.collapsed .dropdown-menu .dropdown-item:after {
  right: auto;
}
.cid-uLMT5bnPh6 .navbar.collapsed ul.navbar-nav li {
  margin: auto;
}
.cid-uLMT5bnPh6 .navbar.collapsed .dropdown-menu .dropdown-item {
  padding: 0.25rem 1.5rem;
  text-align: left;
}
.cid-uLMT5bnPh6 .navbar.collapsed .icons-menu {
  padding: 0;
}
@media (max-width: 991px) {
  .cid-uLMT5bnPh6 .navbar .nav-item {
    padding: .5rem 0;
  }
  .cid-uLMT5bnPh6 .navbar .navbar-collapse {
    padding: 34px 0;
    border-radius: 25px;
  }
  .cid-uLMT5bnPh6 .navbar .nav-item .nav-link::before {
    display: none;
  }
  .cid-uLMT5bnPh6 .navbar.opened .dropdown-menu {
    top: 0;
  }
  .cid-uLMT5bnPh6 .navbar .dropdown-menu {
    padding: 6px 0 6px 15px;
  }
  .cid-uLMT5bnPh6 .navbar .dropdown-menu .dropdown-submenu {
    left: 0 !important;
  }
  .cid-uLMT5bnPh6 .navbar .dropdown-menu .dropdown-item:after {
    right: auto;
    margin-top: -0.4rem;
  }
  .cid-uLMT5bnPh6 .navbar .navbar-logo img {
    height: 3rem !important;
  }
  .cid-uLMT5bnPh6 .navbar ul.navbar-nav {
    overflow: hidden;
  }
  .cid-uLMT5bnPh6 .navbar ul.navbar-nav li {
    margin: 0;
  }
  .cid-uLMT5bnPh6 .navbar .dropdown-menu .dropdown-item {
    padding: 0 !important;
    margin: 0;
    margin-top: 8px;
    text-align: left;
  }
  .cid-uLMT5bnPh6 .navbar .navbar-brand {
    flex-shrink: initial;
    flex-basis: auto;
    word-break: break-word;
    padding-right: 2rem;
  }
  .cid-uLMT5bnPh6 .navbar .navbar-toggler {
    flex-basis: auto;
  }
  .cid-uLMT5bnPh6 .navbar .icons-menu {
    padding: 0;
  }
}
.cid-uLMT5bnPh6 .navbar.navbar-short {
  min-height: 60px;
}
.cid-uLMT5bnPh6 .navbar.navbar-short .navbar-logo img {
  height: 2.5rem !important;
}
.cid-uLMT5bnPh6 .navbar.navbar-short .navbar-brand {
  min-height: 60px;
  padding: 0;
}
.cid-uLMT5bnPh6 .navbar-brand {
  min-height: 70px;
  flex-shrink: 0;
  align-items: center;
  margin-right: 0;
  padding: 10px 0;
  transition: all 0.3s;
  word-break: break-word;
  z-index: 1;
}
.cid-uLMT5bnPh6 .navbar-brand .navbar-caption {
  line-height: inherit !important;
}
.cid-uLMT5bnPh6 .navbar-brand .navbar-logo a {
  outline: none;
}
.cid-uLMT5bnPh6 .dropdown-item.active,
.cid-uLMT5bnPh6 .dropdown-item:active {
  background-color: transparent;
}
.cid-uLMT5bnPh6 .navbar-expand-lg .navbar-nav .nav-link {
  padding: 0;
}
.cid-uLMT5bnPh6 .nav-dropdown .link.dropdown-toggle {
  margin-right: 1.667em;
}
.cid-uLMT5bnPh6 .nav-dropdown .link.dropdown-toggle[aria-expanded="true"] {
  margin-right: 0;
  padding: 0.667em 1.667em;
}
.cid-uLMT5bnPh6 .navbar .dropdown.open > .dropdown-menu {
  display: block;
}
.cid-uLMT5bnPh6 ul.navbar-nav {
  flex-wrap: wrap;
  padding: 36px 0;
  border-bottom: 1px solid #0e132f;
}
.cid-uLMT5bnPh6 .navbar-buttons {
  text-align: center;
  min-width: 170px;
}
.cid-uLMT5bnPh6 button.navbar-toggler {
  outline: none;
  width: 48px;
  height: 48px;
  border-radius: 50%;
  cursor: pointer;
  transition: all 0.2s;
  position: relative;
  align-self: center;
  color: #ffffff;
  background: #ffffff;
}
.cid-uLMT5bnPh6 button.navbar-toggler .hamburger span {
  position: absolute;
  right: 10px;
  margin-top: 14px;
  width: 26px;
  height: 2px;
  border-right: 5px;
  background-color: #474747;
}
.cid-uLMT5bnPh6 button.navbar-toggler .hamburger span:nth-child(1) {
  top: 0;
  transition: all 0.2s;
}
.cid-uLMT5bnPh6 button.navbar-toggler .hamburger span:nth-child(2) {
  top: 8px;
  transition: all 0.15s;
}
.cid-uLMT5bnPh6 button.navbar-toggler .hamburger span:nth-child(3) {
  top: 8px;
  transition: all 0.15s;
}
.cid-uLMT5bnPh6 button.navbar-toggler .hamburger span:nth-child(4) {
  top: 16px;
  transition: all 0.2s;
}
.cid-uLMT5bnPh6 nav.opened .hamburger span:nth-child(1) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-uLMT5bnPh6 nav.opened .hamburger span:nth-child(2) {
  transform: rotate(45deg);
  transition: all 0.25s;
}
.cid-uLMT5bnPh6 nav.opened .hamburger span:nth-child(3) {
  transform: rotate(-45deg);
  transition: all 0.25s;
}
.cid-uLMT5bnPh6 nav.opened .hamburger span:nth-child(4) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-uLMT5bnPh6 a.nav-link {
  display: flex;
  align-items: center;
  justify-content: flex-start;
}
.cid-uLMT5bnPh6 .icons-menu {
  flex-wrap: nowrap;
  display: flex;
  justify-content: center;
  padding: 0;
  text-align: center;
  margin-bottom: 35px;
}
@media screen and (-ms-high-contrast: active), (-ms-high-contrast: none) {
  .cid-uLMT5bnPh6 .navbar {
    height: 70px;
  }
  .cid-uLMT5bnPh6 .navbar.opened {
    height: auto;
  }
  .cid-uLMT5bnPh6 .nav-item .nav-link:hover::before {
    width: 175%;
    max-width: calc(100% + 2rem);
    left: -1rem;
  }
}
.cid-uLMT5bnPh6 .navbar-dropdown .navbar-logo {
  margin-right: 15px;
}
@media (min-width: 768px) {
  .cid-uLMT5bnPh6 .container-fluid {
    padding-left: 30px;
    padding-right: 30px;
  }
}
.cid-uLMT5bnPh6 .mbr-section-btn-main {
  padding-top: 5px;
}
.cid-uLMT5bnPh6 .mbr-section-btn-main .btn {
  margin: 0 4px 4px 4px;
}
.cid-uLMT5bnPh6 .navbar-caption:hover {
  color: #2554ab;
}
@media (min-width: 992px) {
  .cid-uLMT5bnPh6 .dropdown-menu.dropdown-submenu {
    left: 175px !important;
    top: -45% !important;
  }
}
.cid-uLMT5bnPh6 .nav-link {
  position: relative;
}
.cid-uLMT5bnPh6 .nav-link:before {
  content: '';
  position: absolute;
  left: -12px;
  width: 6px;
  height: 6px;
  border-radius: 100%;
  background-color: #2554ab;
  transition: all .3s ease;
  opacity: 0;
}
.cid-uLMT5bnPh6 .nav-link:hover:before {
  opacity: 1;
}
.cid-uLMT5bnPh6 .mbr-section-subtitle {
  color: #ffffff;
}
.cid-uLMT5bnPh6 .mbr-text {
  color: #ffffff;
  text-align: center;
}
.cid-uLMT5bnPh6 .text_widget {
  color: #ffffff;
}
.cid-uLMT5bnPh6 .mbr-section-subtitle,
.cid-uLMT5bnPh6 .text_widget,
.cid-uLMT5bnPh6 .mbr-section-btn {
  text-align: center;
}
.cid-uLMT5bnPh6 a[class*="text-"]:not(.nav-link):not(.dropdown-item):not([role]):not(.navbar-caption):hover {
  background-image: none;
}
.cid-uC18i8AO2k {
  padding-top: 1rem;
  padding-bottom: 0rem;
  background-color: #ffffff;
}
.cid-uC18i8AO2k .item-img {
  position: relative;
  overflow: hidden;
}
.cid-uC18i8AO2k .item-img:before {
  content: '';
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
  left: 0;
  background: black;
  opacity: 0.3;
  z-index: 1;
  transition: all 0.3s;
  pointer-events: none;
}
.cid-uC18i8AO2k h5 {
  margin-bottom: 1rem;
}
.cid-uC18i8AO2k .item-content {
  position: absolute;
  top: 55%;
  right: 0;
  z-index: 2;
  width: 100%;
  transform: translateY(-50%);
  padding: 2rem 8rem;
  display: flex;
  flex-direction: column;
  height: 50%;
}
@media (max-width: 767px) {
  .cid-uC18i8AO2k .item-content {
    padding: 0 2rem 1.5rem;
    margin-top: 1rem;
  }
}
.cid-uC18i8AO2k img,
.cid-uC18i8AO2k .item-img {
  width: 100%;
  transition: all 0.3s;
  height: 100%;
  height: 400px;
  object-fit: cover;
}
.cid-uC18i8AO2k .item:focus,
.cid-uC18i8AO2k span:focus {
  outline: none;
}
.cid-uC18i8AO2k .item {
  margin-bottom: 2rem;
}
@media (max-width: 767px) {
  .cid-uC18i8AO2k .item {
    margin-bottom: 1rem;
  }
}
.cid-uC18i8AO2k .item-wrapper {
  position: relative;
  border-radius: 15px;
  height: 100%;
  display: flex;
  flex-flow: column nowrap;
}
.cid-uC18i8AO2k .mbr-section-title {
  color: #4e423d;
}
.cid-uC18i8AO2k .item-title {
  text-align: left;
  color: #ffffff;
}
.cid-uC18i8AO2k .item-subtitle {
  text-align: left;
  color: #ffffff;
}
.cid-uC18i8AO2k .mbr-text,
.cid-uC18i8AO2k .item .mbr-section-btn {
  text-align: left;
  color: #ffffff;
}
.cid-uC18i8AO2k .content-head {
  max-width: 800px;
}
.cid-uC18i9uGI8 {
  padding-top: 1rem;
  padding-bottom: 5rem;
  background-color: #fafafa;
}
.cid-uC18i9uGI8 .mbr-section-title {
  margin-bottom: 1em;
  color: #272727;
}
.cid-uC18i9uGI8 .mbr-section-subtitle {
  margin-bottom: 1.5625em;
  color: #272727;
  opacity: 0.4;
}
.cid-uC18i9uGI8 .item-row {
  display: grid;
  -webkit-box-align: stretch;
  -webkit-align-items: stretch;
  -ms-flex-align: stretch;
  align-items: stretch;
  grid-auto-columns: 1fr;
  grid-column-gap: 16px;
  grid-row-gap: 16px;
  grid-template-columns: repeat(4, 1fr);
  -ms-grid-rows: auto;
  grid-template-rows: auto;
}
@media (max-width: 1199px) {
  .cid-uC18i9uGI8 .item-row {
    grid-template-columns: repeat(2, 1fr);
  }
}
@media (max-width: 767px) {
  .cid-uC18i9uGI8 .item-row {
    grid-template-columns: repeat(1, 1fr);
  }
}
.cid-uC18i9uGI8 .item {
  padding: 0;
}
.cid-uC18i9uGI8 .item-wrapper {
  display: flex;
  flex-direction: column;
  align-items: stretch;
  height: 100%;
  width: 100%;
  border-radius: 10px;
  overflow: hidden;
  transform-style: preserve-3d;
  transition: .3s all;
  border: 2px solid transparent;
}
.cid-uC18i9uGI8 .item-wrapper:hover {
  transform: scale3d(1.01, 1.01, 1);
  border-color: #fafafa;
}
.cid-uC18i9uGI8 .item-img {
  display: flex;
  align-items: center;
  justify-content: center;
  height: 175px;
}
.cid-uC18i9uGI8 .item-img img {
  width: 100%;
  object-fit: cover;
  height: 100%;
}
.cid-uC18i9uGI8 .item-content {
  display: flex;
  flex-direction: column;
  align-items: stretch;
  width: 100%;
  padding: 20px 5% 6%;
  flex-grow: 1;
  background-color: #ffffff;
}
.cid-uC18i9uGI8 .item-text-wrap {
  width: 100%;
  margin-bottom: 5.3em;
}
@media (max-width: 1199px) {
  .cid-uC18i9uGI8 .item-text-wrap {
    margin-bottom: 4em;
  }
}
@media (max-width: 767px) {
  .cid-uC18i9uGI8 .item-text-wrap {
    margin-bottom: 2em;
    max-width: 340px;
    margin-right: auto;
  }
}
.cid-uC18i9uGI8 .item-title {
  color: #272727;
  margin-bottom: 0.52em;
}
.cid-uC18i9uGI8 .item-subtitle {
  color: #272727;
  opacity: 0.52em;
}
.cid-uC18i9uGI8 .card-bottom {
  display: flex;
  flex-direction: column;
  align-items: stretch;
  margin-top: auto;
}
.cid-uC18i9uGI8 .item-name-wrap {
  display: flex;
  align-items: center;
  width: 100%;
}
.cid-uC18i9uGI8 .image-wrapper {
  width: 35px;
  height: 35px;
  margin-right: 10px;
  border-radius: 300px;
  overflow: hidden;
}
.cid-uC18i9uGI8 .image-wrapper img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.cid-uC18i9uGI8 .mbr-text {
  flex-grow: 1;
  color: #272727;
  text-align: right;
}
.cid-uC18i9uGI8 .mbr-section-btn {
  display: flex;
  margin-top: 20px;
  width: auto !important;
}
.cid-uC18i9uGI8 .mbr-section-btn .btn {
  width: 100%;
  min-width: auto !important;
}
.cid-uLMRAIzUxG {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-color: #0e132f;
}
.cid-uLMRAIzUxG .mbr-fallback-image.disabled {
  display: none;
}
.cid-uLMRAIzUxG .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-uLMRAIzUxG .container {
    padding: 0 16px;
  }
}
.cid-uLMRAIzUxG .card {
  display: flex;
  flex-direction: column;
  justify-content: space-between;
}
@media (max-width: 992px) {
  .cid-uLMRAIzUxG .card {
    margin-bottom: 40px;
  }
}
.cid-uLMRAIzUxG .card .content-wrapper .title-wrapper .title-wrap {
  display: inline-flex;
  align-items: center;
  margin-bottom: 16px;
}
@media (max-width: 992px) {
  .cid-uLMRAIzUxG .card .content-wrapper .title-wrapper .title-wrap {
    margin-bottom: 40px;
  }
}
.cid-uLMRAIzUxG .card .content-wrapper .title-wrapper .title-wrap img {
  width: 32px;
  height: 32px;
  object-fit: contain;
  margin-right: 1rem;
}
.cid-uLMRAIzUxG .card .content-wrapper .title-wrapper .title-wrap .mbr-section-title {
  margin-bottom: 0;
}
.cid-uLMRAIzUxG .card .content-wrapper .copyright {
  margin-bottom: 20px;
}
@media (max-width: 992px) {
  .cid-uLMRAIzUxG .card .content-wrapper .copyright {
    margin-bottom: 40px;
  }
}
.cid-uLMRAIzUxG .card .social-wrapper .social-wrap {
  display: inline-flex;
  flex-wrap: wrap;
}
.cid-uLMRAIzUxG .card .social-wrapper .social-wrap .mbr-iconfont {
  font-size: 20px;
  margin-right: 48px;
  color: #ffffff;
}
.cid-uLMRAIzUxG .list-wrapper .mbr-card-title {
  margin-bottom: 16px;
}
.cid-uLMRAIzUxG .list-wrapper .list {
  margin: 0;
  padding: 0;
  list-style-type: none;
}
.cid-uLMRAIzUxG .list-wrapper .list .item-wrap {
  margin-bottom: 16px;
}
@media (max-width: 992px) {
  .cid-uLMRAIzUxG .list-wrapper .list {
    margin-bottom: 40px;
  }
}
.cid-uLMRAIzUxG .mbr-section-title {
  color: #ffffff;
}
.cid-uLMRAIzUxG .copyright {
  color: #ffffff;
}
.cid-uLMRAIzUxG .mbr-card-title {
  color: #D4FE00;
}
.cid-uLMRAIzUxG .list {
  color: #ffffff;
}
.cid-uLMT5bnPh6 .navbar-dropdown {
  background-color: #ffffff !important;
  padding: 0;
}
.cid-uLMT5bnPh6 .navbar.navbar-expand-lg .dropdown .dropdown-menu {
  background-color: #ffffff !important;
  background: #ffffff;
}
.cid-uLMT5bnPh6 .navbar.navbar-expand-lg .dropdown .dropdown-menu .dropdown-submenu {
  margin: 0;
  left: 100%;
}
@media (max-width: 991px) {
  .cid-uLMT5bnPh6 .menu_box .navbar.opened,
  .cid-uLMT5bnPh6 .menu_box .navbar-collapse {
    background-color: #ffffff !important;
    transition: all 0s ease 0s;
  }
}
.cid-uLMT5bnPh6 .navbar-dropdown {
  position: relative !important;
}
.cid-uLMT5bnPh6 .btn {
  min-height: auto;
  box-shadow: none;
  margin-top: 0;
}
.cid-uLMT5bnPh6 .btn:hover {
  box-shadow: none;
}
@media (min-width: 992px) {
  .cid-uLMT5bnPh6 .offcanvas_image img {
    width: auto;
    object-fit: cover;
    display: inline-block;
  }
  .cid-uLMT5bnPh6 .offcanvas-header {
    position: relative;
    padding: 0;
  }
  .cid-uLMT5bnPh6 .offcanvas-header .btn-close {
    position: absolute;
    top: -70px;
    right: 0;
    width: 35px;
    height: 30px;
  }
  .cid-uLMT5bnPh6 .offcanvas-body {
    text-align: center;
    padding: 0;
  }
  .cid-uLMT5bnPh6 .offcanvas-body .mbr-text,
  .cid-uLMT5bnPh6 .offcanvas-body .mbr-section-subtitle {
    margin-top: 14px;
  }
  .cid-uLMT5bnPh6 .offcanvas-body .offcanvas_contact {
    margin: 35px 0;
  }
  .cid-uLMT5bnPh6 .offcanvas_box button.btn_offcanvas {
    outline: none;
    width: 40px;
    height: 40px;
    cursor: pointer;
    transition: all 0.2s;
    position: relative;
    align-self: center;
  }
  .cid-uLMT5bnPh6 .offcanvas_box button.btn_offcanvas .hamburger span {
    position: absolute;
    right: 0;
    width: 40px;
    height: 2px;
    border-right: 5px;
    background-color: #474747;
  }
  .cid-uLMT5bnPh6 .offcanvas_box button.btn_offcanvas .hamburger span:nth-child(1) {
    top: 18px;
    transition: all 0.2s;
  }
  .cid-uLMT5bnPh6 .offcanvas_box button.btn_offcanvas .hamburger span:nth-child(2) {
    top: 25px;
    transition: all 0.2s;
  }
  .cid-uLMT5bnPh6 .offcanvas_box button.btn_offcanvas:hover .hamburger span {
    width: 36px;
  }
  .cid-uLMT5bnPh6 .offcanvas_box button.btn_offcanvas:hover .hamburger span:nth-child(2) {
    width: 33px;
    transition-delay: 0.2s;
  }
  .cid-uLMT5bnPh6 ul.navbar-nav {
    padding-bottom: 1.5rem;
  }
  .cid-uLMT5bnPh6 .dropdown-menu .dropdown-toggle[data-toggle="dropdown-submenu"]::after,
  .cid-uLMT5bnPh6 .link.dropdown-toggle::after {
    display: inline-block;
    width: 7px;
    height: 7px;
    margin-left: .5rem;
    margin-bottom: 2px;
    content: "";
    border: 2px solid;
    border-left: none;
    border-top: none;
    transform: rotate(-45deg);
  }
  .cid-uLMT5bnPh6 .link.dropdown-toggle::after {
    padding: 0 !important;
    transform: rotate(45deg);
  }
  .cid-uLMT5bnPh6 li.nav-item {
    position: relative;
    display: inline-block;
    padding: 1px 7px !important;
    vertical-align: middle;
    line-height: 2em !important;
    font-weight: 600 !important;
    text-decoration: none;
    letter-spacing: 0 !important;
    z-index: 1;
  }
  .cid-uLMT5bnPh6 .lg_brand {
    margin: 0 1rem;
  }
}
.cid-uLMT5bnPh6 .nav-item {
  margin: 4px 15px;
}
@media (min-width: 1200px) {
  .cid-uLMT5bnPh6 .nav-item {
    margin: 4px 20px;
  }
}
@media (max-width: 991px) {
  .cid-uLMT5bnPh6 .nav-item {
    margin: 0 !important;
  }
}
.cid-uLMT5bnPh6 .dropdown-menu {
  border-radius: 0;
  box-shadow: none;
  text-align: left;
}
@media (min-width: 992px) {
  .cid-uLMT5bnPh6 .dropdown-menu {
    padding: 18px 34px 22px;
    min-width: 250px;
    top: auto !important;
    left: -40px !important;
  }
  .cid-uLMT5bnPh6 .dropdown-menu.dropdown-submenu {
    left: 215px !important;
    top: -45% !important;
  }
}
@media (max-width: 991px) {
  .cid-uLMT5bnPh6 .dropdown-menu .dropdown-toggle[data-toggle="dropdown-submenu"]::after,
  .cid-uLMT5bnPh6 .link.dropdown-toggle::after {
    display: inline-block;
    width: 7px;
    height: 7px;
    margin-left: .5rem;
    margin-bottom: 2px;
    content: "";
    border: 2px solid;
    border-left: none;
    border-top: none;
    transform: rotate(-45deg);
    right: 15px;
    position: absolute;
    margin-top: -2px;
  }
  .cid-uLMT5bnPh6 .show.dropdown-toggle[aria-expanded="true"]::after {
    transform: rotate(45deg);
    margin-top: -4px;
  }
  .cid-uLMT5bnPh6 .offcanvas_box {
    display: none;
  }
}
.cid-uLMT5bnPh6 .dropdown-item {
  border: none;
  font-weight: 400 !important;
}
.cid-uLMT5bnPh6 .nav-dropdown .link {
  font-weight: 400 !important;
  padding: 0 !important;
  margin: 0 !important;
}
.cid-uLMT5bnPh6 .nav-dropdown .link.dropdown-toggle::after {
  margin-left: 0.5rem;
  margin-top: 0;
}
.cid-uLMT5bnPh6 .container {
  display: flex;
  margin: auto;
}
.cid-uLMT5bnPh6 .iconfont-wrapper {
  color: #e0bdb6;
  font-size: 17px;
  margin-right: 10px;
  margin-bottom: 5px;
  width: 25px;
  height: 25px;
  border-radius: 50%;
  display: flex;
  justify-content: center;
  align-items: center;
  transition: all 0.2s ease-in-out;
}
.cid-uLMT5bnPh6 .iconfont-wrapper:last-child {
  margin-right: 0;
}
.cid-uLMT5bnPh6 .iconfont-wrapper:hover {
  opacity: .5;
}
.cid-uLMT5bnPh6 .navbar-caption {
  color: #747474;
}
.cid-uLMT5bnPh6 .navbar-nav {
  margin: 0 1rem;
}
@media (min-width: 992px) {
  .cid-uLMT5bnPh6 .navbar-nav {
    margin: 0;
  }
}
.cid-uLMT5bnPh6 .dropdown-menu,
.cid-uLMT5bnPh6 .navbar.opened {
  background-color: false !important;
}
.cid-uLMT5bnPh6 .nav-item:focus,
.cid-uLMT5bnPh6 .nav-link:focus {
  outline: none;
}
.cid-uLMT5bnPh6 .dropdown .dropdown-menu .dropdown-item {
  width: auto;
  transition: all 0.25s ease-in-out;
}
.cid-uLMT5bnPh6 .dropdown .dropdown-menu .dropdown-item::after {
  right: 0.5rem;
}
.cid-uLMT5bnPh6 .dropdown .dropdown-menu .dropdown-item .mbr-iconfont {
  margin-right: 0.5rem;
  vertical-align: sub;
}
.cid-uLMT5bnPh6 .dropdown .dropdown-menu .dropdown-item .mbr-iconfont:before {
  display: inline-block;
  transform: scale(1, 1);
  transition: all 0.25s ease-in-out;
}
.cid-uLMT5bnPh6 .collapsed .dropdown-menu .dropdown-item:before {
  display: none;
}
.cid-uLMT5bnPh6 .collapsed .dropdown .dropdown-menu .dropdown-item {
  padding: 0.235em 1.5em 0.235em 1.5em !important;
  transition: none;
  margin: 0 !important;
}
.cid-uLMT5bnPh6 .navbar {
  min-height: 70px;
  padding: 20px 0;
  transition: all 0.3s;
  border-bottom-width: 0px;
}
@media (max-width: 992px) {
  .cid-uLMT5bnPh6 .navbar {
    min-height: 30px;
    max-height: 90px;
  }
}
.cid-uLMT5bnPh6 .navbar.opened {
  transition: all 0.3s;
}
.cid-uLMT5bnPh6 .navbar .dropdown-item {
  padding: 0;
  margin: 8px 0;
}
.cid-uLMT5bnPh6 .navbar .navbar-logo img {
  width: auto;
  object-fit: contain;
  border-radius: 0;
}
.cid-uLMT5bnPh6 .navbar .navbar-collapse {
  justify-content: space-between;
  z-index: 1;
}
.cid-uLMT5bnPh6 .navbar.collapsed {
  justify-content: center;
}
.cid-uLMT5bnPh6 .navbar.collapsed .nav-item .nav-link::before {
  display: none;
}
.cid-uLMT5bnPh6 .navbar.collapsed.opened .dropdown-menu {
  top: 0;
}
.cid-uLMT5bnPh6 .navbar.collapsed .dropdown-menu .dropdown-submenu {
  left: 0 !important;
}
.cid-uLMT5bnPh6 .navbar.collapsed .dropdown-menu .dropdown-item:after {
  right: auto;
}
.cid-uLMT5bnPh6 .navbar.collapsed ul.navbar-nav li {
  margin: auto;
}
.cid-uLMT5bnPh6 .navbar.collapsed .dropdown-menu .dropdown-item {
  padding: 0.25rem 1.5rem;
  text-align: left;
}
.cid-uLMT5bnPh6 .navbar.collapsed .icons-menu {
  padding: 0;
}
@media (max-width: 991px) {
  .cid-uLMT5bnPh6 .navbar .nav-item {
    padding: .5rem 0;
  }
  .cid-uLMT5bnPh6 .navbar .navbar-collapse {
    padding: 34px 0;
    border-radius: 25px;
  }
  .cid-uLMT5bnPh6 .navbar .nav-item .nav-link::before {
    display: none;
  }
  .cid-uLMT5bnPh6 .navbar.opened .dropdown-menu {
    top: 0;
  }
  .cid-uLMT5bnPh6 .navbar .dropdown-menu {
    padding: 6px 0 6px 15px;
  }
  .cid-uLMT5bnPh6 .navbar .dropdown-menu .dropdown-submenu {
    left: 0 !important;
  }
  .cid-uLMT5bnPh6 .navbar .dropdown-menu .dropdown-item:after {
    right: auto;
    margin-top: -0.4rem;
  }
  .cid-uLMT5bnPh6 .navbar .navbar-logo img {
    height: 3rem !important;
  }
  .cid-uLMT5bnPh6 .navbar ul.navbar-nav {
    overflow: hidden;
  }
  .cid-uLMT5bnPh6 .navbar ul.navbar-nav li {
    margin: 0;
  }
  .cid-uLMT5bnPh6 .navbar .dropdown-menu .dropdown-item {
    padding: 0 !important;
    margin: 0;
    margin-top: 8px;
    text-align: left;
  }
  .cid-uLMT5bnPh6 .navbar .navbar-brand {
    flex-shrink: initial;
    flex-basis: auto;
    word-break: break-word;
    padding-right: 2rem;
  }
  .cid-uLMT5bnPh6 .navbar .navbar-toggler {
    flex-basis: auto;
  }
  .cid-uLMT5bnPh6 .navbar .icons-menu {
    padding: 0;
  }
}
.cid-uLMT5bnPh6 .navbar.navbar-short {
  min-height: 60px;
}
.cid-uLMT5bnPh6 .navbar.navbar-short .navbar-logo img {
  height: 2.5rem !important;
}
.cid-uLMT5bnPh6 .navbar.navbar-short .navbar-brand {
  min-height: 60px;
  padding: 0;
}
.cid-uLMT5bnPh6 .navbar-brand {
  min-height: 70px;
  flex-shrink: 0;
  align-items: center;
  margin-right: 0;
  padding: 10px 0;
  transition: all 0.3s;
  word-break: break-word;
  z-index: 1;
}
.cid-uLMT5bnPh6 .navbar-brand .navbar-caption {
  line-height: inherit !important;
}
.cid-uLMT5bnPh6 .navbar-brand .navbar-logo a {
  outline: none;
}
.cid-uLMT5bnPh6 .dropdown-item.active,
.cid-uLMT5bnPh6 .dropdown-item:active {
  background-color: transparent;
}
.cid-uLMT5bnPh6 .navbar-expand-lg .navbar-nav .nav-link {
  padding: 0;
}
.cid-uLMT5bnPh6 .nav-dropdown .link.dropdown-toggle {
  margin-right: 1.667em;
}
.cid-uLMT5bnPh6 .nav-dropdown .link.dropdown-toggle[aria-expanded="true"] {
  margin-right: 0;
  padding: 0.667em 1.667em;
}
.cid-uLMT5bnPh6 .navbar .dropdown.open > .dropdown-menu {
  display: block;
}
.cid-uLMT5bnPh6 ul.navbar-nav {
  flex-wrap: wrap;
  padding: 36px 0;
  border-bottom: 1px solid #0e132f;
}
.cid-uLMT5bnPh6 .navbar-buttons {
  text-align: center;
  min-width: 170px;
}
.cid-uLMT5bnPh6 button.navbar-toggler {
  outline: none;
  width: 48px;
  height: 48px;
  border-radius: 50%;
  cursor: pointer;
  transition: all 0.2s;
  position: relative;
  align-self: center;
  color: #ffffff;
  background: #ffffff;
}
.cid-uLMT5bnPh6 button.navbar-toggler .hamburger span {
  position: absolute;
  right: 10px;
  margin-top: 14px;
  width: 26px;
  height: 2px;
  border-right: 5px;
  background-color: #474747;
}
.cid-uLMT5bnPh6 button.navbar-toggler .hamburger span:nth-child(1) {
  top: 0;
  transition: all 0.2s;
}
.cid-uLMT5bnPh6 button.navbar-toggler .hamburger span:nth-child(2) {
  top: 8px;
  transition: all 0.15s;
}
.cid-uLMT5bnPh6 button.navbar-toggler .hamburger span:nth-child(3) {
  top: 8px;
  transition: all 0.15s;
}
.cid-uLMT5bnPh6 button.navbar-toggler .hamburger span:nth-child(4) {
  top: 16px;
  transition: all 0.2s;
}
.cid-uLMT5bnPh6 nav.opened .hamburger span:nth-child(1) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-uLMT5bnPh6 nav.opened .hamburger span:nth-child(2) {
  transform: rotate(45deg);
  transition: all 0.25s;
}
.cid-uLMT5bnPh6 nav.opened .hamburger span:nth-child(3) {
  transform: rotate(-45deg);
  transition: all 0.25s;
}
.cid-uLMT5bnPh6 nav.opened .hamburger span:nth-child(4) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-uLMT5bnPh6 a.nav-link {
  display: flex;
  align-items: center;
  justify-content: flex-start;
}
.cid-uLMT5bnPh6 .icons-menu {
  flex-wrap: nowrap;
  display: flex;
  justify-content: center;
  padding: 0;
  text-align: center;
  margin-bottom: 35px;
}
@media screen and (-ms-high-contrast: active), (-ms-high-contrast: none) {
  .cid-uLMT5bnPh6 .navbar {
    height: 70px;
  }
  .cid-uLMT5bnPh6 .navbar.opened {
    height: auto;
  }
  .cid-uLMT5bnPh6 .nav-item .nav-link:hover::before {
    width: 175%;
    max-width: calc(100% + 2rem);
    left: -1rem;
  }
}
.cid-uLMT5bnPh6 .navbar-dropdown .navbar-logo {
  margin-right: 15px;
}
@media (min-width: 768px) {
  .cid-uLMT5bnPh6 .container-fluid {
    padding-left: 30px;
    padding-right: 30px;
  }
}
.cid-uLMT5bnPh6 .mbr-section-btn-main {
  padding-top: 5px;
}
.cid-uLMT5bnPh6 .mbr-section-btn-main .btn {
  margin: 0 4px 4px 4px;
}
.cid-uLMT5bnPh6 .navbar-caption:hover {
  color: #2554ab;
}
@media (min-width: 992px) {
  .cid-uLMT5bnPh6 .dropdown-menu.dropdown-submenu {
    left: 175px !important;
    top: -45% !important;
  }
}
.cid-uLMT5bnPh6 .nav-link {
  position: relative;
}
.cid-uLMT5bnPh6 .nav-link:before {
  content: '';
  position: absolute;
  left: -12px;
  width: 6px;
  height: 6px;
  border-radius: 100%;
  background-color: #2554ab;
  transition: all .3s ease;
  opacity: 0;
}
.cid-uLMT5bnPh6 .nav-link:hover:before {
  opacity: 1;
}
.cid-uLMT5bnPh6 .mbr-section-subtitle {
  color: #ffffff;
}
.cid-uLMT5bnPh6 .mbr-text {
  color: #ffffff;
  text-align: center;
}
.cid-uLMT5bnPh6 .text_widget {
  color: #ffffff;
}
.cid-uLMT5bnPh6 .mbr-section-subtitle,
.cid-uLMT5bnPh6 .text_widget,
.cid-uLMT5bnPh6 .mbr-section-btn {
  text-align: center;
}
.cid-uLMT5bnPh6 a[class*="text-"]:not(.nav-link):not(.dropdown-item):not([role]):not(.navbar-caption):hover {
  background-image: none;
}
.cid-uC2JfVaCyj {
  padding-top: 0rem;
  padding-bottom: 0rem;
  background-color: #ffffff;
}
.cid-uC2JfVaCyj .item-img {
  position: relative;
  overflow: hidden;
}
.cid-uC2JfVaCyj .item-img:before {
  content: '';
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
  left: 0;
  background: black;
  opacity: 0.3;
  z-index: 1;
  transition: all 0.3s;
  pointer-events: none;
}
.cid-uC2JfVaCyj h5 {
  margin-bottom: 1rem;
}
.cid-uC2JfVaCyj .item-content {
  position: absolute;
  top: 55%;
  right: 0;
  z-index: 2;
  width: 100%;
  transform: translateY(-50%);
  padding: 2rem 8rem;
  display: flex;
  flex-direction: column;
  height: 50%;
}
@media (max-width: 767px) {
  .cid-uC2JfVaCyj .item-content {
    padding: 0 2rem 1.5rem;
    margin-top: 1rem;
  }
}
.cid-uC2JfVaCyj img,
.cid-uC2JfVaCyj .item-img {
  width: 100%;
  transition: all 0.3s;
  height: 100%;
  height: 400px;
  object-fit: cover;
}
.cid-uC2JfVaCyj .item:focus,
.cid-uC2JfVaCyj span:focus {
  outline: none;
}
.cid-uC2JfVaCyj .item {
  margin-bottom: 2rem;
}
@media (max-width: 767px) {
  .cid-uC2JfVaCyj .item {
    margin-bottom: 1rem;
  }
}
.cid-uC2JfVaCyj .item-wrapper {
  position: relative;
  border-radius: 15px;
  height: 100%;
  display: flex;
  flex-flow: column nowrap;
}
.cid-uC2JfVaCyj .mbr-section-title {
  color: #4e423d;
}
.cid-uC2JfVaCyj .item-title {
  text-align: left;
  color: #ffffff;
}
.cid-uC2JfVaCyj .item-subtitle {
  text-align: left;
  color: #ffffff;
}
.cid-uC2JfVaCyj .mbr-text,
.cid-uC2JfVaCyj .item .mbr-section-btn {
  text-align: left;
  color: #ffffff;
}
.cid-uC2JfVaCyj .content-head {
  max-width: 800px;
}
.cid-uC2JfW6sk4 {
  padding-top: 1rem;
  padding-bottom: 5rem;
  background-color: #fafafa;
}
.cid-uC2JfW6sk4 .mbr-section-title {
  margin-bottom: 1em;
  color: #272727;
}
.cid-uC2JfW6sk4 .mbr-section-subtitle {
  margin-bottom: 1.5625em;
  color: #272727;
  opacity: 0.4;
}
.cid-uC2JfW6sk4 .item-row {
  display: grid;
  -webkit-box-align: stretch;
  -webkit-align-items: stretch;
  -ms-flex-align: stretch;
  align-items: stretch;
  grid-auto-columns: 1fr;
  grid-column-gap: 16px;
  grid-row-gap: 16px;
  grid-template-columns: repeat(4, 1fr);
  -ms-grid-rows: auto;
  grid-template-rows: auto;
}
@media (max-width: 1199px) {
  .cid-uC2JfW6sk4 .item-row {
    grid-template-columns: repeat(2, 1fr);
  }
}
@media (max-width: 767px) {
  .cid-uC2JfW6sk4 .item-row {
    grid-template-columns: repeat(1, 1fr);
  }
}
.cid-uC2JfW6sk4 .item {
  padding: 0;
}
.cid-uC2JfW6sk4 .item-wrapper {
  display: flex;
  flex-direction: column;
  align-items: stretch;
  height: 100%;
  width: 100%;
  border-radius: 10px;
  overflow: hidden;
  transform-style: preserve-3d;
  transition: .3s all;
  border: 2px solid transparent;
}
.cid-uC2JfW6sk4 .item-wrapper:hover {
  transform: scale3d(1.01, 1.01, 1);
  border-color: #fafafa;
}
.cid-uC2JfW6sk4 .item-img {
  display: flex;
  align-items: center;
  justify-content: center;
  height: 175px;
}
.cid-uC2JfW6sk4 .item-img img {
  width: 100%;
  object-fit: cover;
  height: 100%;
}
.cid-uC2JfW6sk4 .item-content {
  display: flex;
  flex-direction: column;
  align-items: stretch;
  width: 100%;
  padding: 20px 5% 6%;
  flex-grow: 1;
  background-color: #ffffff;
}
.cid-uC2JfW6sk4 .item-text-wrap {
  width: 100%;
  margin-bottom: 5.3em;
}
@media (max-width: 1199px) {
  .cid-uC2JfW6sk4 .item-text-wrap {
    margin-bottom: 4em;
  }
}
@media (max-width: 767px) {
  .cid-uC2JfW6sk4 .item-text-wrap {
    margin-bottom: 2em;
    max-width: 340px;
    margin-right: auto;
  }
}
.cid-uC2JfW6sk4 .item-title {
  color: #272727;
  margin-bottom: 0.52em;
}
.cid-uC2JfW6sk4 .item-subtitle {
  color: #272727;
  opacity: 0.52em;
}
.cid-uC2JfW6sk4 .card-bottom {
  display: flex;
  flex-direction: column;
  align-items: stretch;
  margin-top: auto;
}
.cid-uC2JfW6sk4 .item-name-wrap {
  display: flex;
  align-items: center;
  width: 100%;
}
.cid-uC2JfW6sk4 .image-wrapper {
  width: 35px;
  height: 35px;
  margin-right: 10px;
  border-radius: 300px;
  overflow: hidden;
}
.cid-uC2JfW6sk4 .image-wrapper img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.cid-uC2JfW6sk4 .mbr-text {
  flex-grow: 1;
  color: #272727;
  text-align: right;
}
.cid-uC2JfW6sk4 .mbr-section-btn {
  display: flex;
  margin-top: 20px;
  width: auto !important;
}
.cid-uC2JfW6sk4 .mbr-section-btn .btn {
  width: 100%;
  min-width: auto !important;
}
.cid-uLMRAIzUxG {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-color: #0e132f;
}
.cid-uLMRAIzUxG .mbr-fallback-image.disabled {
  display: none;
}
.cid-uLMRAIzUxG .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-uLMRAIzUxG .container {
    padding: 0 16px;
  }
}
.cid-uLMRAIzUxG .card {
  display: flex;
  flex-direction: column;
  justify-content: space-between;
}
@media (max-width: 992px) {
  .cid-uLMRAIzUxG .card {
    margin-bottom: 40px;
  }
}
.cid-uLMRAIzUxG .card .content-wrapper .title-wrapper .title-wrap {
  display: inline-flex;
  align-items: center;
  margin-bottom: 16px;
}
@media (max-width: 992px) {
  .cid-uLMRAIzUxG .card .content-wrapper .title-wrapper .title-wrap {
    margin-bottom: 40px;
  }
}
.cid-uLMRAIzUxG .card .content-wrapper .title-wrapper .title-wrap img {
  width: 32px;
  height: 32px;
  object-fit: contain;
  margin-right: 1rem;
}
.cid-uLMRAIzUxG .card .content-wrapper .title-wrapper .title-wrap .mbr-section-title {
  margin-bottom: 0;
}
.cid-uLMRAIzUxG .card .content-wrapper .copyright {
  margin-bottom: 20px;
}
@media (max-width: 992px) {
  .cid-uLMRAIzUxG .card .content-wrapper .copyright {
    margin-bottom: 40px;
  }
}
.cid-uLMRAIzUxG .card .social-wrapper .social-wrap {
  display: inline-flex;
  flex-wrap: wrap;
}
.cid-uLMRAIzUxG .card .social-wrapper .social-wrap .mbr-iconfont {
  font-size: 20px;
  margin-right: 48px;
  color: #ffffff;
}
.cid-uLMRAIzUxG .list-wrapper .mbr-card-title {
  margin-bottom: 16px;
}
.cid-uLMRAIzUxG .list-wrapper .list {
  margin: 0;
  padding: 0;
  list-style-type: none;
}
.cid-uLMRAIzUxG .list-wrapper .list .item-wrap {
  margin-bottom: 16px;
}
@media (max-width: 992px) {
  .cid-uLMRAIzUxG .list-wrapper .list {
    margin-bottom: 40px;
  }
}
.cid-uLMRAIzUxG .mbr-section-title {
  color: #ffffff;
}
.cid-uLMRAIzUxG .copyright {
  color: #ffffff;
}
.cid-uLMRAIzUxG .mbr-card-title {
  color: #D4FE00;
}
.cid-uLMRAIzUxG .list {
  color: #ffffff;
}
.cid-uLPEFyMKg1 .navbar-dropdown {
  background-color: #ffffff !important;
  padding: 0;
}
.cid-uLPEFyMKg1 .navbar.navbar-expand-lg .dropdown .dropdown-menu {
  background-color: #ffffff !important;
  background: #ffffff;
}
.cid-uLPEFyMKg1 .navbar.navbar-expand-lg .dropdown .dropdown-menu .dropdown-submenu {
  margin: 0;
  left: 100%;
}
@media (max-width: 991px) {
  .cid-uLPEFyMKg1 .menu_box .navbar.opened,
  .cid-uLPEFyMKg1 .menu_box .navbar-collapse {
    background-color: #ffffff !important;
    transition: all 0s ease 0s;
  }
}
.cid-uLPEFyMKg1 .navbar-dropdown {
  position: relative !important;
}
.cid-uLPEFyMKg1 .btn {
  min-height: auto;
  box-shadow: none;
  margin-top: 0;
}
.cid-uLPEFyMKg1 .btn:hover {
  box-shadow: none;
}
@media (min-width: 992px) {
  .cid-uLPEFyMKg1 .offcanvas_image img {
    width: auto;
    object-fit: cover;
    display: inline-block;
  }
  .cid-uLPEFyMKg1 .offcanvas-header {
    position: relative;
    padding: 0;
  }
  .cid-uLPEFyMKg1 .offcanvas-header .btn-close {
    position: absolute;
    top: -70px;
    right: 0;
    width: 35px;
    height: 30px;
  }
  .cid-uLPEFyMKg1 .offcanvas-body {
    text-align: center;
    padding: 0;
  }
  .cid-uLPEFyMKg1 .offcanvas-body .mbr-text,
  .cid-uLPEFyMKg1 .offcanvas-body .mbr-section-subtitle {
    margin-top: 14px;
  }
  .cid-uLPEFyMKg1 .offcanvas-body .offcanvas_contact {
    margin: 35px 0;
  }
  .cid-uLPEFyMKg1 .offcanvas_box button.btn_offcanvas {
    outline: none;
    width: 40px;
    height: 40px;
    cursor: pointer;
    transition: all 0.2s;
    position: relative;
    align-self: center;
  }
  .cid-uLPEFyMKg1 .offcanvas_box button.btn_offcanvas .hamburger span {
    position: absolute;
    right: 0;
    width: 40px;
    height: 2px;
    border-right: 5px;
    background-color: #474747;
  }
  .cid-uLPEFyMKg1 .offcanvas_box button.btn_offcanvas .hamburger span:nth-child(1) {
    top: 18px;
    transition: all 0.2s;
  }
  .cid-uLPEFyMKg1 .offcanvas_box button.btn_offcanvas .hamburger span:nth-child(2) {
    top: 25px;
    transition: all 0.2s;
  }
  .cid-uLPEFyMKg1 .offcanvas_box button.btn_offcanvas:hover .hamburger span {
    width: 36px;
  }
  .cid-uLPEFyMKg1 .offcanvas_box button.btn_offcanvas:hover .hamburger span:nth-child(2) {
    width: 33px;
    transition-delay: 0.2s;
  }
  .cid-uLPEFyMKg1 ul.navbar-nav {
    padding-bottom: 1.5rem;
  }
  .cid-uLPEFyMKg1 .dropdown-menu .dropdown-toggle[data-toggle="dropdown-submenu"]::after,
  .cid-uLPEFyMKg1 .link.dropdown-toggle::after {
    display: inline-block;
    width: 7px;
    height: 7px;
    margin-left: .5rem;
    margin-bottom: 2px;
    content: "";
    border: 2px solid;
    border-left: none;
    border-top: none;
    transform: rotate(-45deg);
  }
  .cid-uLPEFyMKg1 .link.dropdown-toggle::after {
    padding: 0 !important;
    transform: rotate(45deg);
  }
  .cid-uLPEFyMKg1 li.nav-item {
    position: relative;
    display: inline-block;
    padding: 1px 7px !important;
    vertical-align: middle;
    line-height: 2em !important;
    font-weight: 600 !important;
    text-decoration: none;
    letter-spacing: 0 !important;
    z-index: 1;
  }
  .cid-uLPEFyMKg1 .lg_brand {
    margin: 0 1rem;
  }
}
.cid-uLPEFyMKg1 .nav-item {
  margin: 4px 15px;
}
@media (min-width: 1200px) {
  .cid-uLPEFyMKg1 .nav-item {
    margin: 4px 20px;
  }
}
@media (max-width: 991px) {
  .cid-uLPEFyMKg1 .nav-item {
    margin: 0 !important;
  }
}
.cid-uLPEFyMKg1 .dropdown-menu {
  border-radius: 0;
  box-shadow: none;
  text-align: left;
}
@media (min-width: 992px) {
  .cid-uLPEFyMKg1 .dropdown-menu {
    padding: 18px 34px 22px;
    min-width: 250px;
    top: auto !important;
    left: -40px !important;
  }
  .cid-uLPEFyMKg1 .dropdown-menu.dropdown-submenu {
    left: 215px !important;
    top: -45% !important;
  }
}
@media (max-width: 991px) {
  .cid-uLPEFyMKg1 .dropdown-menu .dropdown-toggle[data-toggle="dropdown-submenu"]::after,
  .cid-uLPEFyMKg1 .link.dropdown-toggle::after {
    display: inline-block;
    width: 7px;
    height: 7px;
    margin-left: .5rem;
    margin-bottom: 2px;
    content: "";
    border: 2px solid;
    border-left: none;
    border-top: none;
    transform: rotate(-45deg);
    right: 15px;
    position: absolute;
    margin-top: -2px;
  }
  .cid-uLPEFyMKg1 .show.dropdown-toggle[aria-expanded="true"]::after {
    transform: rotate(45deg);
    margin-top: -4px;
  }
  .cid-uLPEFyMKg1 .offcanvas_box {
    display: none;
  }
}
.cid-uLPEFyMKg1 .dropdown-item {
  border: none;
  font-weight: 400 !important;
}
.cid-uLPEFyMKg1 .nav-dropdown .link {
  font-weight: 400 !important;
  padding: 0 !important;
  margin: 0 !important;
}
.cid-uLPEFyMKg1 .nav-dropdown .link.dropdown-toggle::after {
  margin-left: 0.5rem;
  margin-top: 0;
}
.cid-uLPEFyMKg1 .container {
  display: flex;
  margin: auto;
}
.cid-uLPEFyMKg1 .iconfont-wrapper {
  color: #e0bdb6;
  font-size: 17px;
  margin-right: 10px;
  margin-bottom: 5px;
  width: 25px;
  height: 25px;
  border-radius: 50%;
  display: flex;
  justify-content: center;
  align-items: center;
  transition: all 0.2s ease-in-out;
}
.cid-uLPEFyMKg1 .iconfont-wrapper:last-child {
  margin-right: 0;
}
.cid-uLPEFyMKg1 .iconfont-wrapper:hover {
  opacity: .5;
}
.cid-uLPEFyMKg1 .navbar-caption {
  color: #747474;
}
.cid-uLPEFyMKg1 .navbar-nav {
  margin: 0 1rem;
}
@media (min-width: 992px) {
  .cid-uLPEFyMKg1 .navbar-nav {
    margin: 0;
  }
}
.cid-uLPEFyMKg1 .dropdown-menu,
.cid-uLPEFyMKg1 .navbar.opened {
  background-color: false !important;
}
.cid-uLPEFyMKg1 .nav-item:focus,
.cid-uLPEFyMKg1 .nav-link:focus {
  outline: none;
}
.cid-uLPEFyMKg1 .dropdown .dropdown-menu .dropdown-item {
  width: auto;
  transition: all 0.25s ease-in-out;
}
.cid-uLPEFyMKg1 .dropdown .dropdown-menu .dropdown-item::after {
  right: 0.5rem;
}
.cid-uLPEFyMKg1 .dropdown .dropdown-menu .dropdown-item .mbr-iconfont {
  margin-right: 0.5rem;
  vertical-align: sub;
}
.cid-uLPEFyMKg1 .dropdown .dropdown-menu .dropdown-item .mbr-iconfont:before {
  display: inline-block;
  transform: scale(1, 1);
  transition: all 0.25s ease-in-out;
}
.cid-uLPEFyMKg1 .collapsed .dropdown-menu .dropdown-item:before {
  display: none;
}
.cid-uLPEFyMKg1 .collapsed .dropdown .dropdown-menu .dropdown-item {
  padding: 0.235em 1.5em 0.235em 1.5em !important;
  transition: none;
  margin: 0 !important;
}
.cid-uLPEFyMKg1 .navbar {
  min-height: 70px;
  padding: 20px 0;
  transition: all 0.3s;
  border-bottom-width: 0px;
}
@media (max-width: 992px) {
  .cid-uLPEFyMKg1 .navbar {
    min-height: 30px;
    max-height: 90px;
  }
}
.cid-uLPEFyMKg1 .navbar.opened {
  transition: all 0.3s;
}
.cid-uLPEFyMKg1 .navbar .dropdown-item {
  padding: 0;
  margin: 8px 0;
}
.cid-uLPEFyMKg1 .navbar .navbar-logo img {
  width: auto;
  object-fit: contain;
  border-radius: 0;
}
.cid-uLPEFyMKg1 .navbar .navbar-collapse {
  justify-content: space-between;
  z-index: 1;
}
.cid-uLPEFyMKg1 .navbar.collapsed {
  justify-content: center;
}
.cid-uLPEFyMKg1 .navbar.collapsed .nav-item .nav-link::before {
  display: none;
}
.cid-uLPEFyMKg1 .navbar.collapsed.opened .dropdown-menu {
  top: 0;
}
.cid-uLPEFyMKg1 .navbar.collapsed .dropdown-menu .dropdown-submenu {
  left: 0 !important;
}
.cid-uLPEFyMKg1 .navbar.collapsed .dropdown-menu .dropdown-item:after {
  right: auto;
}
.cid-uLPEFyMKg1 .navbar.collapsed ul.navbar-nav li {
  margin: auto;
}
.cid-uLPEFyMKg1 .navbar.collapsed .dropdown-menu .dropdown-item {
  padding: 0.25rem 1.5rem;
  text-align: left;
}
.cid-uLPEFyMKg1 .navbar.collapsed .icons-menu {
  padding: 0;
}
@media (max-width: 991px) {
  .cid-uLPEFyMKg1 .navbar .nav-item {
    padding: .5rem 0;
  }
  .cid-uLPEFyMKg1 .navbar .navbar-collapse {
    padding: 34px 0;
    border-radius: 25px;
  }
  .cid-uLPEFyMKg1 .navbar .nav-item .nav-link::before {
    display: none;
  }
  .cid-uLPEFyMKg1 .navbar.opened .dropdown-menu {
    top: 0;
  }
  .cid-uLPEFyMKg1 .navbar .dropdown-menu {
    padding: 6px 0 6px 15px;
  }
  .cid-uLPEFyMKg1 .navbar .dropdown-menu .dropdown-submenu {
    left: 0 !important;
  }
  .cid-uLPEFyMKg1 .navbar .dropdown-menu .dropdown-item:after {
    right: auto;
    margin-top: -0.4rem;
  }
  .cid-uLPEFyMKg1 .navbar .navbar-logo img {
    height: 3rem !important;
  }
  .cid-uLPEFyMKg1 .navbar ul.navbar-nav {
    overflow: hidden;
  }
  .cid-uLPEFyMKg1 .navbar ul.navbar-nav li {
    margin: 0;
  }
  .cid-uLPEFyMKg1 .navbar .dropdown-menu .dropdown-item {
    padding: 0 !important;
    margin: 0;
    margin-top: 8px;
    text-align: left;
  }
  .cid-uLPEFyMKg1 .navbar .navbar-brand {
    flex-shrink: initial;
    flex-basis: auto;
    word-break: break-word;
    padding-right: 2rem;
  }
  .cid-uLPEFyMKg1 .navbar .navbar-toggler {
    flex-basis: auto;
  }
  .cid-uLPEFyMKg1 .navbar .icons-menu {
    padding: 0;
  }
}
.cid-uLPEFyMKg1 .navbar.navbar-short {
  min-height: 60px;
}
.cid-uLPEFyMKg1 .navbar.navbar-short .navbar-logo img {
  height: 2.5rem !important;
}
.cid-uLPEFyMKg1 .navbar.navbar-short .navbar-brand {
  min-height: 60px;
  padding: 0;
}
.cid-uLPEFyMKg1 .navbar-brand {
  min-height: 70px;
  flex-shrink: 0;
  align-items: center;
  margin-right: 0;
  padding: 10px 0;
  transition: all 0.3s;
  word-break: break-word;
  z-index: 1;
}
.cid-uLPEFyMKg1 .navbar-brand .navbar-caption {
  line-height: inherit !important;
}
.cid-uLPEFyMKg1 .navbar-brand .navbar-logo a {
  outline: none;
}
.cid-uLPEFyMKg1 .dropdown-item.active,
.cid-uLPEFyMKg1 .dropdown-item:active {
  background-color: transparent;
}
.cid-uLPEFyMKg1 .navbar-expand-lg .navbar-nav .nav-link {
  padding: 0;
}
.cid-uLPEFyMKg1 .nav-dropdown .link.dropdown-toggle {
  margin-right: 1.667em;
}
.cid-uLPEFyMKg1 .nav-dropdown .link.dropdown-toggle[aria-expanded="true"] {
  margin-right: 0;
  padding: 0.667em 1.667em;
}
.cid-uLPEFyMKg1 .navbar .dropdown.open > .dropdown-menu {
  display: block;
}
.cid-uLPEFyMKg1 ul.navbar-nav {
  flex-wrap: wrap;
  padding: 36px 0;
  border-bottom: 1px solid #0e132f;
}
.cid-uLPEFyMKg1 .navbar-buttons {
  text-align: center;
  min-width: 170px;
}
.cid-uLPEFyMKg1 button.navbar-toggler {
  outline: none;
  width: 48px;
  height: 48px;
  border-radius: 50%;
  cursor: pointer;
  transition: all 0.2s;
  position: relative;
  align-self: center;
  color: #ffffff;
  background: #ffffff;
}
.cid-uLPEFyMKg1 button.navbar-toggler .hamburger span {
  position: absolute;
  right: 10px;
  margin-top: 14px;
  width: 26px;
  height: 2px;
  border-right: 5px;
  background-color: #474747;
}
.cid-uLPEFyMKg1 button.navbar-toggler .hamburger span:nth-child(1) {
  top: 0;
  transition: all 0.2s;
}
.cid-uLPEFyMKg1 button.navbar-toggler .hamburger span:nth-child(2) {
  top: 8px;
  transition: all 0.15s;
}
.cid-uLPEFyMKg1 button.navbar-toggler .hamburger span:nth-child(3) {
  top: 8px;
  transition: all 0.15s;
}
.cid-uLPEFyMKg1 button.navbar-toggler .hamburger span:nth-child(4) {
  top: 16px;
  transition: all 0.2s;
}
.cid-uLPEFyMKg1 nav.opened .hamburger span:nth-child(1) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-uLPEFyMKg1 nav.opened .hamburger span:nth-child(2) {
  transform: rotate(45deg);
  transition: all 0.25s;
}
.cid-uLPEFyMKg1 nav.opened .hamburger span:nth-child(3) {
  transform: rotate(-45deg);
  transition: all 0.25s;
}
.cid-uLPEFyMKg1 nav.opened .hamburger span:nth-child(4) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-uLPEFyMKg1 a.nav-link {
  display: flex;
  align-items: center;
  justify-content: flex-start;
}
.cid-uLPEFyMKg1 .icons-menu {
  flex-wrap: nowrap;
  display: flex;
  justify-content: center;
  padding: 0;
  text-align: center;
  margin-bottom: 35px;
}
@media screen and (-ms-high-contrast: active), (-ms-high-contrast: none) {
  .cid-uLPEFyMKg1 .navbar {
    height: 70px;
  }
  .cid-uLPEFyMKg1 .navbar.opened {
    height: auto;
  }
  .cid-uLPEFyMKg1 .nav-item .nav-link:hover::before {
    width: 175%;
    max-width: calc(100% + 2rem);
    left: -1rem;
  }
}
.cid-uLPEFyMKg1 .navbar-dropdown .navbar-logo {
  margin-right: 15px;
}
@media (min-width: 768px) {
  .cid-uLPEFyMKg1 .container-fluid {
    padding-left: 30px;
    padding-right: 30px;
  }
}
.cid-uLPEFyMKg1 .mbr-section-btn-main {
  padding-top: 5px;
}
.cid-uLPEFyMKg1 .mbr-section-btn-main .btn {
  margin: 0 4px 4px 4px;
}
.cid-uLPEFyMKg1 .navbar-caption:hover {
  color: #2554ab;
}
@media (min-width: 992px) {
  .cid-uLPEFyMKg1 .dropdown-menu.dropdown-submenu {
    left: 175px !important;
    top: -45% !important;
  }
}
.cid-uLPEFyMKg1 .nav-link {
  position: relative;
}
.cid-uLPEFyMKg1 .nav-link:before {
  content: '';
  position: absolute;
  left: -12px;
  width: 6px;
  height: 6px;
  border-radius: 100%;
  background-color: #2554ab;
  transition: all .3s ease;
  opacity: 0;
}
.cid-uLPEFyMKg1 .nav-link:hover:before {
  opacity: 1;
}
.cid-uLPEFyMKg1 .mbr-section-subtitle {
  color: #ffffff;
}
.cid-uLPEFyMKg1 .mbr-text {
  color: #ffffff;
  text-align: center;
}
.cid-uLPEFyMKg1 .text_widget {
  color: #ffffff;
}
.cid-uLPEFyMKg1 .mbr-section-subtitle,
.cid-uLPEFyMKg1 .text_widget,
.cid-uLPEFyMKg1 .mbr-section-btn {
  text-align: center;
}
.cid-uLPEFyMKg1 a[class*="text-"]:not(.nav-link):not(.dropdown-item):not([role]):not(.navbar-caption):hover {
  background-image: none;
}
.cid-uLPEFzcNl8 {
  padding-top: 0rem;
  padding-bottom: 0rem;
  background-color: #ffffff;
}
.cid-uLPEFzcNl8 .item-img {
  position: relative;
  overflow: hidden;
}
.cid-uLPEFzcNl8 .item-img:before {
  content: '';
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
  left: 0;
  background: black;
  opacity: 0.3;
  z-index: 1;
  transition: all 0.3s;
  pointer-events: none;
}
.cid-uLPEFzcNl8 h5 {
  margin-bottom: 1rem;
}
.cid-uLPEFzcNl8 .item-content {
  position: absolute;
  top: 55%;
  right: 0;
  z-index: 2;
  width: 100%;
  transform: translateY(-50%);
  padding: 2rem 8rem;
  display: flex;
  flex-direction: column;
  height: 50%;
}
@media (max-width: 767px) {
  .cid-uLPEFzcNl8 .item-content {
    padding: 0 2rem 1.5rem;
    margin-top: 1rem;
  }
}
.cid-uLPEFzcNl8 img,
.cid-uLPEFzcNl8 .item-img {
  width: 100%;
  transition: all 0.3s;
  height: 100%;
  height: 400px;
  object-fit: cover;
}
.cid-uLPEFzcNl8 .item:focus,
.cid-uLPEFzcNl8 span:focus {
  outline: none;
}
.cid-uLPEFzcNl8 .item {
  margin-bottom: 2rem;
}
@media (max-width: 767px) {
  .cid-uLPEFzcNl8 .item {
    margin-bottom: 1rem;
  }
}
.cid-uLPEFzcNl8 .item-wrapper {
  position: relative;
  border-radius: 15px;
  height: 100%;
  display: flex;
  flex-flow: column nowrap;
}
.cid-uLPEFzcNl8 .mbr-section-title {
  color: #4e423d;
}
.cid-uLPEFzcNl8 .item-title {
  text-align: left;
  color: #ffffff;
}
.cid-uLPEFzcNl8 .item-subtitle {
  text-align: left;
  color: #ffffff;
}
.cid-uLPEFzcNl8 .mbr-text,
.cid-uLPEFzcNl8 .item .mbr-section-btn {
  text-align: left;
  color: #ffffff;
}
.cid-uLPEFzcNl8 .content-head {
  max-width: 800px;
}
.cid-uLPEFzxhT2 {
  padding-top: 1rem;
  padding-bottom: 5rem;
  background-color: #fafafa;
}
.cid-uLPEFzxhT2 .mbr-section-title {
  margin-bottom: 1em;
  color: #272727;
}
.cid-uLPEFzxhT2 .mbr-section-subtitle {
  margin-bottom: 1.5625em;
  color: #272727;
  opacity: 0.4;
}
.cid-uLPEFzxhT2 .item-row {
  display: grid;
  -webkit-box-align: stretch;
  -webkit-align-items: stretch;
  -ms-flex-align: stretch;
  align-items: stretch;
  grid-auto-columns: 1fr;
  grid-column-gap: 16px;
  grid-row-gap: 16px;
  grid-template-columns: repeat(4, 1fr);
  -ms-grid-rows: auto;
  grid-template-rows: auto;
}
@media (max-width: 1199px) {
  .cid-uLPEFzxhT2 .item-row {
    grid-template-columns: repeat(2, 1fr);
  }
}
@media (max-width: 767px) {
  .cid-uLPEFzxhT2 .item-row {
    grid-template-columns: repeat(1, 1fr);
  }
}
.cid-uLPEFzxhT2 .item {
  padding: 0;
}
.cid-uLPEFzxhT2 .item-wrapper {
  display: flex;
  flex-direction: column;
  align-items: stretch;
  height: 100%;
  width: 100%;
  border-radius: 10px;
  overflow: hidden;
  transform-style: preserve-3d;
  transition: .3s all;
  border: 2px solid transparent;
}
.cid-uLPEFzxhT2 .item-wrapper:hover {
  transform: scale3d(1.01, 1.01, 1);
  border-color: #fafafa;
}
.cid-uLPEFzxhT2 .item-img {
  display: flex;
  align-items: center;
  justify-content: center;
  height: 175px;
}
.cid-uLPEFzxhT2 .item-img img {
  width: 100%;
  object-fit: cover;
  height: 100%;
}
.cid-uLPEFzxhT2 .item-content {
  display: flex;
  flex-direction: column;
  align-items: stretch;
  width: 100%;
  padding: 20px 5% 6%;
  flex-grow: 1;
  background-color: #ffffff;
}
.cid-uLPEFzxhT2 .item-text-wrap {
  width: 100%;
  margin-bottom: 5.3em;
}
@media (max-width: 1199px) {
  .cid-uLPEFzxhT2 .item-text-wrap {
    margin-bottom: 4em;
  }
}
@media (max-width: 767px) {
  .cid-uLPEFzxhT2 .item-text-wrap {
    margin-bottom: 2em;
    max-width: 340px;
    margin-right: auto;
  }
}
.cid-uLPEFzxhT2 .item-title {
  color: #272727;
  margin-bottom: 0.52em;
}
.cid-uLPEFzxhT2 .item-subtitle {
  color: #272727;
  opacity: 0.52em;
}
.cid-uLPEFzxhT2 .card-bottom {
  display: flex;
  flex-direction: column;
  align-items: stretch;
  margin-top: auto;
}
.cid-uLPEFzxhT2 .item-name-wrap {
  display: flex;
  align-items: center;
  width: 100%;
}
.cid-uLPEFzxhT2 .image-wrapper {
  width: 35px;
  height: 35px;
  margin-right: 10px;
  border-radius: 300px;
  overflow: hidden;
}
.cid-uLPEFzxhT2 .image-wrapper img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.cid-uLPEFzxhT2 .mbr-text {
  flex-grow: 1;
  color: #272727;
  text-align: right;
}
.cid-uLPEFzxhT2 .mbr-section-btn {
  display: flex;
  margin-top: 20px;
  width: auto !important;
}
.cid-uLPEFzxhT2 .mbr-section-btn .btn {
  width: 100%;
  min-width: auto !important;
}
.cid-uLPEFzQPWf {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-color: #0e132f;
}
.cid-uLPEFzQPWf .mbr-fallback-image.disabled {
  display: none;
}
.cid-uLPEFzQPWf .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-uLPEFzQPWf .container {
    padding: 0 16px;
  }
}
.cid-uLPEFzQPWf .card {
  display: flex;
  flex-direction: column;
  justify-content: space-between;
}
@media (max-width: 992px) {
  .cid-uLPEFzQPWf .card {
    margin-bottom: 40px;
  }
}
.cid-uLPEFzQPWf .card .content-wrapper .title-wrapper .title-wrap {
  display: inline-flex;
  align-items: center;
  margin-bottom: 16px;
}
@media (max-width: 992px) {
  .cid-uLPEFzQPWf .card .content-wrapper .title-wrapper .title-wrap {
    margin-bottom: 40px;
  }
}
.cid-uLPEFzQPWf .card .content-wrapper .title-wrapper .title-wrap img {
  width: 32px;
  height: 32px;
  object-fit: contain;
  margin-right: 1rem;
}
.cid-uLPEFzQPWf .card .content-wrapper .title-wrapper .title-wrap .mbr-section-title {
  margin-bottom: 0;
}
.cid-uLPEFzQPWf .card .content-wrapper .copyright {
  margin-bottom: 20px;
}
@media (max-width: 992px) {
  .cid-uLPEFzQPWf .card .content-wrapper .copyright {
    margin-bottom: 40px;
  }
}
.cid-uLPEFzQPWf .card .social-wrapper .social-wrap {
  display: inline-flex;
  flex-wrap: wrap;
}
.cid-uLPEFzQPWf .card .social-wrapper .social-wrap .mbr-iconfont {
  font-size: 20px;
  margin-right: 48px;
  color: #ffffff;
}
.cid-uLPEFzQPWf .list-wrapper .mbr-card-title {
  margin-bottom: 16px;
}
.cid-uLPEFzQPWf .list-wrapper .list {
  margin: 0;
  padding: 0;
  list-style-type: none;
}
.cid-uLPEFzQPWf .list-wrapper .list .item-wrap {
  margin-bottom: 16px;
}
@media (max-width: 992px) {
  .cid-uLPEFzQPWf .list-wrapper .list {
    margin-bottom: 40px;
  }
}
.cid-uLPEFzQPWf .mbr-section-title {
  color: #ffffff;
}
.cid-uLPEFzQPWf .copyright {
  color: #ffffff;
}
.cid-uLPEFzQPWf .mbr-card-title {
  color: #D4FE00;
}
.cid-uLPEFzQPWf .list {
  color: #ffffff;
}
.cid-uLPKaEHwRR .navbar-dropdown {
  background-color: #ffffff !important;
  padding: 0;
}
.cid-uLPKaEHwRR .navbar.navbar-expand-lg .dropdown .dropdown-menu {
  background-color: #ffffff !important;
  background: #ffffff;
}
.cid-uLPKaEHwRR .navbar.navbar-expand-lg .dropdown .dropdown-menu .dropdown-submenu {
  margin: 0;
  left: 100%;
}
@media (max-width: 991px) {
  .cid-uLPKaEHwRR .menu_box .navbar.opened,
  .cid-uLPKaEHwRR .menu_box .navbar-collapse {
    background-color: #ffffff !important;
    transition: all 0s ease 0s;
  }
}
.cid-uLPKaEHwRR .navbar-dropdown {
  position: relative !important;
}
.cid-uLPKaEHwRR .btn {
  min-height: auto;
  box-shadow: none;
  margin-top: 0;
}
.cid-uLPKaEHwRR .btn:hover {
  box-shadow: none;
}
@media (min-width: 992px) {
  .cid-uLPKaEHwRR .offcanvas_image img {
    width: auto;
    object-fit: cover;
    display: inline-block;
  }
  .cid-uLPKaEHwRR .offcanvas-header {
    position: relative;
    padding: 0;
  }
  .cid-uLPKaEHwRR .offcanvas-header .btn-close {
    position: absolute;
    top: -70px;
    right: 0;
    width: 35px;
    height: 30px;
  }
  .cid-uLPKaEHwRR .offcanvas-body {
    text-align: center;
    padding: 0;
  }
  .cid-uLPKaEHwRR .offcanvas-body .mbr-text,
  .cid-uLPKaEHwRR .offcanvas-body .mbr-section-subtitle {
    margin-top: 14px;
  }
  .cid-uLPKaEHwRR .offcanvas-body .offcanvas_contact {
    margin: 35px 0;
  }
  .cid-uLPKaEHwRR .offcanvas_box button.btn_offcanvas {
    outline: none;
    width: 40px;
    height: 40px;
    cursor: pointer;
    transition: all 0.2s;
    position: relative;
    align-self: center;
  }
  .cid-uLPKaEHwRR .offcanvas_box button.btn_offcanvas .hamburger span {
    position: absolute;
    right: 0;
    width: 40px;
    height: 2px;
    border-right: 5px;
    background-color: #474747;
  }
  .cid-uLPKaEHwRR .offcanvas_box button.btn_offcanvas .hamburger span:nth-child(1) {
    top: 18px;
    transition: all 0.2s;
  }
  .cid-uLPKaEHwRR .offcanvas_box button.btn_offcanvas .hamburger span:nth-child(2) {
    top: 25px;
    transition: all 0.2s;
  }
  .cid-uLPKaEHwRR .offcanvas_box button.btn_offcanvas:hover .hamburger span {
    width: 36px;
  }
  .cid-uLPKaEHwRR .offcanvas_box button.btn_offcanvas:hover .hamburger span:nth-child(2) {
    width: 33px;
    transition-delay: 0.2s;
  }
  .cid-uLPKaEHwRR ul.navbar-nav {
    padding-bottom: 1.5rem;
  }
  .cid-uLPKaEHwRR .dropdown-menu .dropdown-toggle[data-toggle="dropdown-submenu"]::after,
  .cid-uLPKaEHwRR .link.dropdown-toggle::after {
    display: inline-block;
    width: 7px;
    height: 7px;
    margin-left: .5rem;
    margin-bottom: 2px;
    content: "";
    border: 2px solid;
    border-left: none;
    border-top: none;
    transform: rotate(-45deg);
  }
  .cid-uLPKaEHwRR .link.dropdown-toggle::after {
    padding: 0 !important;
    transform: rotate(45deg);
  }
  .cid-uLPKaEHwRR li.nav-item {
    position: relative;
    display: inline-block;
    padding: 1px 7px !important;
    vertical-align: middle;
    line-height: 2em !important;
    font-weight: 600 !important;
    text-decoration: none;
    letter-spacing: 0 !important;
    z-index: 1;
  }
  .cid-uLPKaEHwRR .lg_brand {
    margin: 0 1rem;
  }
}
.cid-uLPKaEHwRR .nav-item {
  margin: 4px 15px;
}
@media (min-width: 1200px) {
  .cid-uLPKaEHwRR .nav-item {
    margin: 4px 20px;
  }
}
@media (max-width: 991px) {
  .cid-uLPKaEHwRR .nav-item {
    margin: 0 !important;
  }
}
.cid-uLPKaEHwRR .dropdown-menu {
  border-radius: 0;
  box-shadow: none;
  text-align: left;
}
@media (min-width: 992px) {
  .cid-uLPKaEHwRR .dropdown-menu {
    padding: 18px 34px 22px;
    min-width: 250px;
    top: auto !important;
    left: -40px !important;
  }
  .cid-uLPKaEHwRR .dropdown-menu.dropdown-submenu {
    left: 215px !important;
    top: -45% !important;
  }
}
@media (max-width: 991px) {
  .cid-uLPKaEHwRR .dropdown-menu .dropdown-toggle[data-toggle="dropdown-submenu"]::after,
  .cid-uLPKaEHwRR .link.dropdown-toggle::after {
    display: inline-block;
    width: 7px;
    height: 7px;
    margin-left: .5rem;
    margin-bottom: 2px;
    content: "";
    border: 2px solid;
    border-left: none;
    border-top: none;
    transform: rotate(-45deg);
    right: 15px;
    position: absolute;
    margin-top: -2px;
  }
  .cid-uLPKaEHwRR .show.dropdown-toggle[aria-expanded="true"]::after {
    transform: rotate(45deg);
    margin-top: -4px;
  }
  .cid-uLPKaEHwRR .offcanvas_box {
    display: none;
  }
}
.cid-uLPKaEHwRR .dropdown-item {
  border: none;
  font-weight: 400 !important;
}
.cid-uLPKaEHwRR .nav-dropdown .link {
  font-weight: 400 !important;
  padding: 0 !important;
  margin: 0 !important;
}
.cid-uLPKaEHwRR .nav-dropdown .link.dropdown-toggle::after {
  margin-left: 0.5rem;
  margin-top: 0;
}
.cid-uLPKaEHwRR .container {
  display: flex;
  margin: auto;
}
.cid-uLPKaEHwRR .iconfont-wrapper {
  color: #e0bdb6;
  font-size: 17px;
  margin-right: 10px;
  margin-bottom: 5px;
  width: 25px;
  height: 25px;
  border-radius: 50%;
  display: flex;
  justify-content: center;
  align-items: center;
  transition: all 0.2s ease-in-out;
}
.cid-uLPKaEHwRR .iconfont-wrapper:last-child {
  margin-right: 0;
}
.cid-uLPKaEHwRR .iconfont-wrapper:hover {
  opacity: .5;
}
.cid-uLPKaEHwRR .navbar-caption {
  color: #747474;
}
.cid-uLPKaEHwRR .navbar-nav {
  margin: 0 1rem;
}
@media (min-width: 992px) {
  .cid-uLPKaEHwRR .navbar-nav {
    margin: 0;
  }
}
.cid-uLPKaEHwRR .dropdown-menu,
.cid-uLPKaEHwRR .navbar.opened {
  background-color: false !important;
}
.cid-uLPKaEHwRR .nav-item:focus,
.cid-uLPKaEHwRR .nav-link:focus {
  outline: none;
}
.cid-uLPKaEHwRR .dropdown .dropdown-menu .dropdown-item {
  width: auto;
  transition: all 0.25s ease-in-out;
}
.cid-uLPKaEHwRR .dropdown .dropdown-menu .dropdown-item::after {
  right: 0.5rem;
}
.cid-uLPKaEHwRR .dropdown .dropdown-menu .dropdown-item .mbr-iconfont {
  margin-right: 0.5rem;
  vertical-align: sub;
}
.cid-uLPKaEHwRR .dropdown .dropdown-menu .dropdown-item .mbr-iconfont:before {
  display: inline-block;
  transform: scale(1, 1);
  transition: all 0.25s ease-in-out;
}
.cid-uLPKaEHwRR .collapsed .dropdown-menu .dropdown-item:before {
  display: none;
}
.cid-uLPKaEHwRR .collapsed .dropdown .dropdown-menu .dropdown-item {
  padding: 0.235em 1.5em 0.235em 1.5em !important;
  transition: none;
  margin: 0 !important;
}
.cid-uLPKaEHwRR .navbar {
  min-height: 70px;
  padding: 20px 0;
  transition: all 0.3s;
  border-bottom-width: 0px;
}
@media (max-width: 992px) {
  .cid-uLPKaEHwRR .navbar {
    min-height: 30px;
    max-height: 90px;
  }
}
.cid-uLPKaEHwRR .navbar.opened {
  transition: all 0.3s;
}
.cid-uLPKaEHwRR .navbar .dropdown-item {
  padding: 0;
  margin: 8px 0;
}
.cid-uLPKaEHwRR .navbar .navbar-logo img {
  width: auto;
  object-fit: contain;
  border-radius: 0;
}
.cid-uLPKaEHwRR .navbar .navbar-collapse {
  justify-content: space-between;
  z-index: 1;
}
.cid-uLPKaEHwRR .navbar.collapsed {
  justify-content: center;
}
.cid-uLPKaEHwRR .navbar.collapsed .nav-item .nav-link::before {
  display: none;
}
.cid-uLPKaEHwRR .navbar.collapsed.opened .dropdown-menu {
  top: 0;
}
.cid-uLPKaEHwRR .navbar.collapsed .dropdown-menu .dropdown-submenu {
  left: 0 !important;
}
.cid-uLPKaEHwRR .navbar.collapsed .dropdown-menu .dropdown-item:after {
  right: auto;
}
.cid-uLPKaEHwRR .navbar.collapsed ul.navbar-nav li {
  margin: auto;
}
.cid-uLPKaEHwRR .navbar.collapsed .dropdown-menu .dropdown-item {
  padding: 0.25rem 1.5rem;
  text-align: left;
}
.cid-uLPKaEHwRR .navbar.collapsed .icons-menu {
  padding: 0;
}
@media (max-width: 991px) {
  .cid-uLPKaEHwRR .navbar .nav-item {
    padding: .5rem 0;
  }
  .cid-uLPKaEHwRR .navbar .navbar-collapse {
    padding: 34px 0;
    border-radius: 25px;
  }
  .cid-uLPKaEHwRR .navbar .nav-item .nav-link::before {
    display: none;
  }
  .cid-uLPKaEHwRR .navbar.opened .dropdown-menu {
    top: 0;
  }
  .cid-uLPKaEHwRR .navbar .dropdown-menu {
    padding: 6px 0 6px 15px;
  }
  .cid-uLPKaEHwRR .navbar .dropdown-menu .dropdown-submenu {
    left: 0 !important;
  }
  .cid-uLPKaEHwRR .navbar .dropdown-menu .dropdown-item:after {
    right: auto;
    margin-top: -0.4rem;
  }
  .cid-uLPKaEHwRR .navbar .navbar-logo img {
    height: 3rem !important;
  }
  .cid-uLPKaEHwRR .navbar ul.navbar-nav {
    overflow: hidden;
  }
  .cid-uLPKaEHwRR .navbar ul.navbar-nav li {
    margin: 0;
  }
  .cid-uLPKaEHwRR .navbar .dropdown-menu .dropdown-item {
    padding: 0 !important;
    margin: 0;
    margin-top: 8px;
    text-align: left;
  }
  .cid-uLPKaEHwRR .navbar .navbar-brand {
    flex-shrink: initial;
    flex-basis: auto;
    word-break: break-word;
    padding-right: 2rem;
  }
  .cid-uLPKaEHwRR .navbar .navbar-toggler {
    flex-basis: auto;
  }
  .cid-uLPKaEHwRR .navbar .icons-menu {
    padding: 0;
  }
}
.cid-uLPKaEHwRR .navbar.navbar-short {
  min-height: 60px;
}
.cid-uLPKaEHwRR .navbar.navbar-short .navbar-logo img {
  height: 2.5rem !important;
}
.cid-uLPKaEHwRR .navbar.navbar-short .navbar-brand {
  min-height: 60px;
  padding: 0;
}
.cid-uLPKaEHwRR .navbar-brand {
  min-height: 70px;
  flex-shrink: 0;
  align-items: center;
  margin-right: 0;
  padding: 10px 0;
  transition: all 0.3s;
  word-break: break-word;
  z-index: 1;
}
.cid-uLPKaEHwRR .navbar-brand .navbar-caption {
  line-height: inherit !important;
}
.cid-uLPKaEHwRR .navbar-brand .navbar-logo a {
  outline: none;
}
.cid-uLPKaEHwRR .dropdown-item.active,
.cid-uLPKaEHwRR .dropdown-item:active {
  background-color: transparent;
}
.cid-uLPKaEHwRR .navbar-expand-lg .navbar-nav .nav-link {
  padding: 0;
}
.cid-uLPKaEHwRR .nav-dropdown .link.dropdown-toggle {
  margin-right: 1.667em;
}
.cid-uLPKaEHwRR .nav-dropdown .link.dropdown-toggle[aria-expanded="true"] {
  margin-right: 0;
  padding: 0.667em 1.667em;
}
.cid-uLPKaEHwRR .navbar .dropdown.open > .dropdown-menu {
  display: block;
}
.cid-uLPKaEHwRR ul.navbar-nav {
  flex-wrap: wrap;
  padding: 36px 0;
  border-bottom: 1px solid #0e132f;
}
.cid-uLPKaEHwRR .navbar-buttons {
  text-align: center;
  min-width: 170px;
}
.cid-uLPKaEHwRR button.navbar-toggler {
  outline: none;
  width: 48px;
  height: 48px;
  border-radius: 50%;
  cursor: pointer;
  transition: all 0.2s;
  position: relative;
  align-self: center;
  color: #ffffff;
  background: #ffffff;
}
.cid-uLPKaEHwRR button.navbar-toggler .hamburger span {
  position: absolute;
  right: 10px;
  margin-top: 14px;
  width: 26px;
  height: 2px;
  border-right: 5px;
  background-color: #474747;
}
.cid-uLPKaEHwRR button.navbar-toggler .hamburger span:nth-child(1) {
  top: 0;
  transition: all 0.2s;
}
.cid-uLPKaEHwRR button.navbar-toggler .hamburger span:nth-child(2) {
  top: 8px;
  transition: all 0.15s;
}
.cid-uLPKaEHwRR button.navbar-toggler .hamburger span:nth-child(3) {
  top: 8px;
  transition: all 0.15s;
}
.cid-uLPKaEHwRR button.navbar-toggler .hamburger span:nth-child(4) {
  top: 16px;
  transition: all 0.2s;
}
.cid-uLPKaEHwRR nav.opened .hamburger span:nth-child(1) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-uLPKaEHwRR nav.opened .hamburger span:nth-child(2) {
  transform: rotate(45deg);
  transition: all 0.25s;
}
.cid-uLPKaEHwRR nav.opened .hamburger span:nth-child(3) {
  transform: rotate(-45deg);
  transition: all 0.25s;
}
.cid-uLPKaEHwRR nav.opened .hamburger span:nth-child(4) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-uLPKaEHwRR a.nav-link {
  display: flex;
  align-items: center;
  justify-content: flex-start;
}
.cid-uLPKaEHwRR .icons-menu {
  flex-wrap: nowrap;
  display: flex;
  justify-content: center;
  padding: 0;
  text-align: center;
  margin-bottom: 35px;
}
@media screen and (-ms-high-contrast: active), (-ms-high-contrast: none) {
  .cid-uLPKaEHwRR .navbar {
    height: 70px;
  }
  .cid-uLPKaEHwRR .navbar.opened {
    height: auto;
  }
  .cid-uLPKaEHwRR .nav-item .nav-link:hover::before {
    width: 175%;
    max-width: calc(100% + 2rem);
    left: -1rem;
  }
}
.cid-uLPKaEHwRR .navbar-dropdown .navbar-logo {
  margin-right: 15px;
}
@media (min-width: 768px) {
  .cid-uLPKaEHwRR .container-fluid {
    padding-left: 30px;
    padding-right: 30px;
  }
}
.cid-uLPKaEHwRR .mbr-section-btn-main {
  padding-top: 5px;
}
.cid-uLPKaEHwRR .mbr-section-btn-main .btn {
  margin: 0 4px 4px 4px;
}
.cid-uLPKaEHwRR .navbar-caption:hover {
  color: #2554ab;
}
@media (min-width: 992px) {
  .cid-uLPKaEHwRR .dropdown-menu.dropdown-submenu {
    left: 175px !important;
    top: -45% !important;
  }
}
.cid-uLPKaEHwRR .nav-link {
  position: relative;
}
.cid-uLPKaEHwRR .nav-link:before {
  content: '';
  position: absolute;
  left: -12px;
  width: 6px;
  height: 6px;
  border-radius: 100%;
  background-color: #2554ab;
  transition: all .3s ease;
  opacity: 0;
}
.cid-uLPKaEHwRR .nav-link:hover:before {
  opacity: 1;
}
.cid-uLPKaEHwRR .mbr-section-subtitle {
  color: #ffffff;
}
.cid-uLPKaEHwRR .mbr-text {
  color: #ffffff;
  text-align: center;
}
.cid-uLPKaEHwRR .text_widget {
  color: #ffffff;
}
.cid-uLPKaEHwRR .mbr-section-subtitle,
.cid-uLPKaEHwRR .text_widget,
.cid-uLPKaEHwRR .mbr-section-btn {
  text-align: center;
}
.cid-uLPKaEHwRR a[class*="text-"]:not(.nav-link):not(.dropdown-item):not([role]):not(.navbar-caption):hover {
  background-image: none;
}
.cid-uLPKaFd1Yx {
  padding-top: 0rem;
  padding-bottom: 0rem;
  background-color: #ffffff;
}
.cid-uLPKaFd1Yx .item-img {
  position: relative;
  overflow: hidden;
}
.cid-uLPKaFd1Yx .item-img:before {
  content: '';
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
  left: 0;
  background: black;
  opacity: 0.3;
  z-index: 1;
  transition: all 0.3s;
  pointer-events: none;
}
.cid-uLPKaFd1Yx h5 {
  margin-bottom: 1rem;
}
.cid-uLPKaFd1Yx .item-content {
  position: absolute;
  top: 55%;
  right: 0;
  z-index: 2;
  width: 100%;
  transform: translateY(-50%);
  padding: 2rem 8rem;
  display: flex;
  flex-direction: column;
  height: 50%;
}
@media (max-width: 767px) {
  .cid-uLPKaFd1Yx .item-content {
    padding: 0 2rem 1.5rem;
    margin-top: 1rem;
  }
}
.cid-uLPKaFd1Yx img,
.cid-uLPKaFd1Yx .item-img {
  width: 100%;
  transition: all 0.3s;
  height: 100%;
  height: 400px;
  object-fit: cover;
}
.cid-uLPKaFd1Yx .item:focus,
.cid-uLPKaFd1Yx span:focus {
  outline: none;
}
.cid-uLPKaFd1Yx .item {
  margin-bottom: 2rem;
}
@media (max-width: 767px) {
  .cid-uLPKaFd1Yx .item {
    margin-bottom: 1rem;
  }
}
.cid-uLPKaFd1Yx .item-wrapper {
  position: relative;
  border-radius: 15px;
  height: 100%;
  display: flex;
  flex-flow: column nowrap;
}
.cid-uLPKaFd1Yx .mbr-section-title {
  color: #4e423d;
}
.cid-uLPKaFd1Yx .item-title {
  text-align: left;
  color: #ffffff;
}
.cid-uLPKaFd1Yx .item-subtitle {
  text-align: left;
  color: #ffffff;
}
.cid-uLPKaFd1Yx .mbr-text,
.cid-uLPKaFd1Yx .item .mbr-section-btn {
  text-align: left;
  color: #ffffff;
}
.cid-uLPKaFd1Yx .content-head {
  max-width: 800px;
}
.cid-uLPKaFC9wd {
  padding-top: 1rem;
  padding-bottom: 5rem;
  background-color: #fafafa;
}
.cid-uLPKaFC9wd .mbr-section-title {
  margin-bottom: 1em;
  color: #272727;
}
.cid-uLPKaFC9wd .mbr-section-subtitle {
  margin-bottom: 1.5625em;
  color: #272727;
  opacity: 0.4;
}
.cid-uLPKaFC9wd .item-row {
  display: grid;
  -webkit-box-align: stretch;
  -webkit-align-items: stretch;
  -ms-flex-align: stretch;
  align-items: stretch;
  grid-auto-columns: 1fr;
  grid-column-gap: 16px;
  grid-row-gap: 16px;
  grid-template-columns: repeat(4, 1fr);
  -ms-grid-rows: auto;
  grid-template-rows: auto;
}
@media (max-width: 1199px) {
  .cid-uLPKaFC9wd .item-row {
    grid-template-columns: repeat(2, 1fr);
  }
}
@media (max-width: 767px) {
  .cid-uLPKaFC9wd .item-row {
    grid-template-columns: repeat(1, 1fr);
  }
}
.cid-uLPKaFC9wd .item {
  padding: 0;
}
.cid-uLPKaFC9wd .item-wrapper {
  display: flex;
  flex-direction: column;
  align-items: stretch;
  height: 100%;
  width: 100%;
  border-radius: 10px;
  overflow: hidden;
  transform-style: preserve-3d;
  transition: .3s all;
  border: 2px solid transparent;
}
.cid-uLPKaFC9wd .item-wrapper:hover {
  transform: scale3d(1.01, 1.01, 1);
  border-color: #fafafa;
}
.cid-uLPKaFC9wd .item-img {
  display: flex;
  align-items: center;
  justify-content: center;
  height: 175px;
}
.cid-uLPKaFC9wd .item-img img {
  width: 100%;
  object-fit: cover;
  height: 100%;
}
.cid-uLPKaFC9wd .item-content {
  display: flex;
  flex-direction: column;
  align-items: stretch;
  width: 100%;
  padding: 20px 5% 6%;
  flex-grow: 1;
  background-color: #ffffff;
}
.cid-uLPKaFC9wd .item-text-wrap {
  width: 100%;
  margin-bottom: 5.3em;
}
@media (max-width: 1199px) {
  .cid-uLPKaFC9wd .item-text-wrap {
    margin-bottom: 4em;
  }
}
@media (max-width: 767px) {
  .cid-uLPKaFC9wd .item-text-wrap {
    margin-bottom: 2em;
    max-width: 340px;
    margin-right: auto;
  }
}
.cid-uLPKaFC9wd .item-title {
  color: #272727;
  margin-bottom: 0.52em;
}
.cid-uLPKaFC9wd .item-subtitle {
  color: #272727;
  opacity: 0.52em;
}
.cid-uLPKaFC9wd .card-bottom {
  display: flex;
  flex-direction: column;
  align-items: stretch;
  margin-top: auto;
}
.cid-uLPKaFC9wd .item-name-wrap {
  display: flex;
  align-items: center;
  width: 100%;
}
.cid-uLPKaFC9wd .image-wrapper {
  width: 35px;
  height: 35px;
  margin-right: 10px;
  border-radius: 300px;
  overflow: hidden;
}
.cid-uLPKaFC9wd .image-wrapper img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.cid-uLPKaFC9wd .mbr-text {
  flex-grow: 1;
  color: #272727;
  text-align: right;
}
.cid-uLPKaFC9wd .mbr-section-btn {
  display: flex;
  margin-top: 20px;
  width: auto !important;
}
.cid-uLPKaFC9wd .mbr-section-btn .btn {
  width: 100%;
  min-width: auto !important;
}
.cid-uLPKaFZkSg {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-color: #0e132f;
}
.cid-uLPKaFZkSg .mbr-fallback-image.disabled {
  display: none;
}
.cid-uLPKaFZkSg .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-uLPKaFZkSg .container {
    padding: 0 16px;
  }
}
.cid-uLPKaFZkSg .card {
  display: flex;
  flex-direction: column;
  justify-content: space-between;
}
@media (max-width: 992px) {
  .cid-uLPKaFZkSg .card {
    margin-bottom: 40px;
  }
}
.cid-uLPKaFZkSg .card .content-wrapper .title-wrapper .title-wrap {
  display: inline-flex;
  align-items: center;
  margin-bottom: 16px;
}
@media (max-width: 992px) {
  .cid-uLPKaFZkSg .card .content-wrapper .title-wrapper .title-wrap {
    margin-bottom: 40px;
  }
}
.cid-uLPKaFZkSg .card .content-wrapper .title-wrapper .title-wrap img {
  width: 32px;
  height: 32px;
  object-fit: contain;
  margin-right: 1rem;
}
.cid-uLPKaFZkSg .card .content-wrapper .title-wrapper .title-wrap .mbr-section-title {
  margin-bottom: 0;
}
.cid-uLPKaFZkSg .card .content-wrapper .copyright {
  margin-bottom: 20px;
}
@media (max-width: 992px) {
  .cid-uLPKaFZkSg .card .content-wrapper .copyright {
    margin-bottom: 40px;
  }
}
.cid-uLPKaFZkSg .card .social-wrapper .social-wrap {
  display: inline-flex;
  flex-wrap: wrap;
}
.cid-uLPKaFZkSg .card .social-wrapper .social-wrap .mbr-iconfont {
  font-size: 20px;
  margin-right: 48px;
  color: #ffffff;
}
.cid-uLPKaFZkSg .list-wrapper .mbr-card-title {
  margin-bottom: 16px;
}
.cid-uLPKaFZkSg .list-wrapper .list {
  margin: 0;
  padding: 0;
  list-style-type: none;
}
.cid-uLPKaFZkSg .list-wrapper .list .item-wrap {
  margin-bottom: 16px;
}
@media (max-width: 992px) {
  .cid-uLPKaFZkSg .list-wrapper .list {
    margin-bottom: 40px;
  }
}
.cid-uLPKaFZkSg .mbr-section-title {
  color: #ffffff;
}
.cid-uLPKaFZkSg .copyright {
  color: #ffffff;
}
.cid-uLPKaFZkSg .mbr-card-title {
  color: #D4FE00;
}
.cid-uLPKaFZkSg .list {
  color: #ffffff;
}
