body {
  font-family: Roboto;
}
.display-1 {
  font-family: 'Comfortaa', display;
  font-size: 3rem;
}
.display-1 > .mbr-iconfont {
  font-size: 4.8rem;
}
.display-2 {
  font-family: 'Comfortaa', display;
  font-size: 2rem;
}
.display-2 > .mbr-iconfont {
  font-size: 3.2rem;
}
.display-4 {
  font-family: 'Comfortaa', display;
  font-size: 0.9rem;
}
.display-4 > .mbr-iconfont {
  font-size: 1.44rem;
}
.display-5 {
  font-family: 'Comfortaa', display;
  font-size: 1.5rem;
}
.display-5 > .mbr-iconfont {
  font-size: 2.4rem;
}
.display-7 {
  font-family: 'Comfortaa', display;
  font-size: 1rem;
}
.display-7 > .mbr-iconfont {
  font-size: 1.6rem;
}
/* ---- 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: 768px) {
  .display-1 {
    font-size: 2.4rem;
    font-size: calc( 1.7rem + (3 - 1.7) * ((100vw - 20rem) / (48 - 20)));
    line-height: calc( 1.4 * (1.7rem + (3 - 1.7) * ((100vw - 20rem) / (48 - 20))));
  }
  .display-2 {
    font-size: 1.6rem;
    font-size: calc( 1.35rem + (2 - 1.35) * ((100vw - 20rem) / (48 - 20)));
    line-height: calc( 1.4 * (1.35rem + (2 - 1.35) * ((100vw - 20rem) / (48 - 20))));
  }
  .display-5 {
    font-size: 1.2rem;
    font-size: calc( 1.175rem + (1.5 - 1.175) * ((100vw - 20rem) / (48 - 20)));
    line-height: calc( 1.4 * (1.175rem + (1.5 - 1.175) * ((100vw - 20rem) / (48 - 20))));
  }
}
/* Buttons */
.btn {
  padding: 10px 15px;
  border-radius: 0px;
}
.btn-sm {
  padding: 5px 10px;
  border-radius: 0px;
}
.btn-md {
  padding: 10px 15px;
  border-radius: 0px;
}
.btn-lg {
  padding: 10px 15px;
  border-radius: 0px;
}
.bg-primary {
  background-color: #d8853b !important;
}
.bg-success {
  background-color: #92bda3 !important;
}
.bg-info {
  background-color: #2c5a7d !important;
}
.bg-warning {
  background-color: #a7a89f !important;
}
.bg-danger {
  background-color: #d37158 !important;
}
.btn-primary,
.btn-primary:active,
.btn-primary.active {
  background-color: #d8853b !important;
  border-color: #d8853b !important;
  color: #ffffff !important;
}
.btn-primary:hover,
.btn-primary:focus,
.btn-primary.focus {
  color: #ffffff !important;
  background-color: #a65f21 !important;
  border-color: #a65f21 !important;
}
.btn-primary.disabled,
.btn-primary:disabled {
  color: #ffffff !important;
  background-color: #a65f21 !important;
  border-color: #a65f21 !important;
}
.btn-secondary,
.btn-secondary:active,
.btn-secondary.active {
  background-color: #3e4043 !important;
  border-color: #3e4043 !important;
  color: #ffffff !important;
}
.btn-secondary:hover,
.btn-secondary:focus,
.btn-secondary.focus {
  color: #ffffff !important;
  background-color: #191a1b !important;
  border-color: #191a1b !important;
}
.btn-secondary.disabled,
.btn-secondary:disabled {
  color: #ffffff !important;
  background-color: #191a1b !important;
  border-color: #191a1b !important;
}
.btn-info,
.btn-info:active,
.btn-info.active {
  background-color: #2c5a7d !important;
  border-color: #2c5a7d !important;
  color: #ffffff !important;
}
.btn-info:hover,
.btn-info:focus,
.btn-info.focus {
  color: #ffffff !important;
  background-color: #183144 !important;
  border-color: #183144 !important;
}
.btn-info.disabled,
.btn-info:disabled {
  color: #ffffff !important;
  background-color: #183144 !important;
  border-color: #183144 !important;
}
.btn-success,
.btn-success:active,
.btn-success.active {
  background-color: #92bda3 !important;
  border-color: #92bda3 !important;
  color: #ffffff !important;
}
.btn-success:hover,
.btn-success:focus,
.btn-success.focus {
  color: #ffffff !important;
  background-color: #62a07b !important;
  border-color: #62a07b !important;
}
.btn-success.disabled,
.btn-success:disabled {
  color: #ffffff !important;
  background-color: #62a07b !important;
  border-color: #62a07b !important;
}
.btn-warning,
.btn-warning:active,
.btn-warning.active {
  background-color: #a7a89f !important;
  border-color: #a7a89f !important;
  color: #ffffff !important;
}
.btn-warning:hover,
.btn-warning:focus,
.btn-warning.focus {
  color: #ffffff !important;
  background-color: #828377 !important;
  border-color: #828377 !important;
}
.btn-warning.disabled,
.btn-warning:disabled {
  color: #ffffff !important;
  background-color: #828377 !important;
  border-color: #828377 !important;
}
.btn-danger,
.btn-danger:active,
.btn-danger.active {
  background-color: #d37158 !important;
  border-color: #d37158 !important;
  color: #ffffff !important;
}
.btn-danger:hover,
.btn-danger:focus,
.btn-danger.focus {
  color: #ffffff !important;
  background-color: #b0492e !important;
  border-color: #b0492e !important;
}
.btn-danger.disabled,
.btn-danger:disabled {
  color: #ffffff !important;
  background-color: #b0492e !important;
  border-color: #b0492e !important;
}
.btn-white {
  color: #333333 !important;
}
.btn-white,
.btn-white:active,
.btn-white.active {
  background-color: #ffffff;
  border-color: #ffffff;
  color: #808080;
}
.btn-white:hover,
.btn-white:focus,
.btn-white.focus {
  color: #808080;
  background-color: #d9d9d9;
  border-color: #d9d9d9;
}
.btn-white.disabled,
.btn-white:disabled {
  color: #808080 !important;
  background-color: #d9d9d9 !important;
  border-color: #d9d9d9 !important;
}
.btn-black,
.btn-black:active,
.btn-black.active {
  background-color: #000000;
  border-color: #000000;
  color: #ffffff;
}
.btn-black:hover,
.btn-black:focus,
.btn-black.focus {
  color: #ffffff;
  background-color: #000000;
  border-color: #000000;
}
.btn-black.disabled,
.btn-black:disabled {
  color: #ffffff !important;
  background-color: #000000 !important;
  border-color: #000000 !important;
}
.btn-primary-outline,
.btn-primary-outline:active,
.btn-primary-outline.active {
  background: none !important;
  border-color: #90531d !important;
  color: #90531d !important;
}
.btn-primary-outline:hover,
.btn-primary-outline:focus,
.btn-primary-outline.focus {
  color: #ffffff !important;
  background-color: #d8853b !important;
  border-color: #d8853b !important;
}
.btn-primary-outline.disabled,
.btn-primary-outline:disabled {
  color: #ffffff !important;
  background-color: #d8853b !important;
  border-color: #d8853b !important;
}
.btn-secondary-outline,
.btn-secondary-outline:active,
.btn-secondary-outline.active {
  background: none !important;
  border-color: #0d0d0e !important;
  color: #0d0d0e !important;
}
.btn-secondary-outline:hover,
.btn-secondary-outline:focus,
.btn-secondary-outline.focus {
  color: #ffffff !important;
  background-color: #3e4043 !important;
  border-color: #3e4043 !important;
}
.btn-secondary-outline.disabled,
.btn-secondary-outline:disabled {
  color: #ffffff !important;
  background-color: #3e4043 !important;
  border-color: #3e4043 !important;
}
.btn-info-outline,
.btn-info-outline:active,
.btn-info-outline.active {
  background: none !important;
  border-color: #112432 !important;
  color: #112432 !important;
}
.btn-info-outline:hover,
.btn-info-outline:focus,
.btn-info-outline.focus {
  color: #ffffff !important;
  background-color: #2c5a7d !important;
  border-color: #2c5a7d !important;
}
.btn-info-outline.disabled,
.btn-info-outline:disabled {
  color: #ffffff !important;
  background-color: #2c5a7d !important;
  border-color: #2c5a7d !important;
}
.btn-success-outline,
.btn-success-outline:active,
.btn-success-outline.active {
  background: none !important;
  border-color: #58916f !important;
  color: #58916f !important;
}
.btn-success-outline:hover,
.btn-success-outline:focus,
.btn-success-outline.focus {
  color: #ffffff !important;
  background-color: #92bda3 !important;
  border-color: #92bda3 !important;
}
.btn-success-outline.disabled,
.btn-success-outline:disabled {
  color: #ffffff !important;
  background-color: #92bda3 !important;
  border-color: #92bda3 !important;
}
.btn-warning-outline,
.btn-warning-outline:active,
.btn-warning-outline.active {
  background: none !important;
  border-color: #75766b !important;
  color: #75766b !important;
}
.btn-warning-outline:hover,
.btn-warning-outline:focus,
.btn-warning-outline.focus {
  color: #ffffff !important;
  background-color: #a7a89f !important;
  border-color: #a7a89f !important;
}
.btn-warning-outline.disabled,
.btn-warning-outline:disabled {
  color: #ffffff !important;
  background-color: #a7a89f !important;
  border-color: #a7a89f !important;
}
.btn-danger-outline,
.btn-danger-outline:active,
.btn-danger-outline.active {
  background: none !important;
  border-color: #9c4029 !important;
  color: #9c4029 !important;
}
.btn-danger-outline:hover,
.btn-danger-outline:focus,
.btn-danger-outline.focus {
  color: #ffffff !important;
  background-color: #d37158 !important;
  border-color: #d37158 !important;
}
.btn-danger-outline.disabled,
.btn-danger-outline:disabled {
  color: #ffffff !important;
  background-color: #d37158 !important;
  border-color: #d37158 !important;
}
.btn-black-outline,
.btn-black-outline:active,
.btn-black-outline.active {
  background: none !important;
  border-color: #000000 !important;
  color: #000000 !important;
}
.btn-black-outline:hover,
.btn-black-outline:focus,
.btn-black-outline.focus {
  color: #ffffff !important;
  background-color: #000000 !important;
  border-color: #000000 !important;
}
.btn-black-outline.disabled,
.btn-black-outline:disabled {
  color: #ffffff !important;
  background-color: #000000 !important;
  border-color: #000000 !important;
}
.btn-white-outline,
.btn-white-outline:active,
.btn-white-outline.active {
  background: none;
  border-color: #ffffff;
  color: #ffffff;
}
.btn-white-outline:hover,
.btn-white-outline:focus,
.btn-white-outline.focus {
  color: #333333;
  background-color: #ffffff;
  border-color: #ffffff;
}
.text-primary {
  color: #d8853b !important;
}
.text-secondary {
  color: #3e4043 !important;
}
.text-success {
  color: #92bda3 !important;
}
.text-info {
  color: #2c5a7d !important;
}
.text-warning {
  color: #a7a89f !important;
}
.text-danger {
  color: #d37158 !important;
}
.text-white {
  color: #ffffff !important;
}
.text-black {
  color: #000000 !important;
}
a.text-primary:hover,
a.text-primary:focus {
  color: #90531d !important;
}
a.text-secondary:hover,
a.text-secondary:focus {
  color: #0d0d0e !important;
}
a.text-success:hover,
a.text-success:focus {
  color: #58916f !important;
}
a.text-info:hover,
a.text-info:focus {
  color: #112432 !important;
}
a.text-warning:hover,
a.text-warning:focus {
  color: #75766b !important;
}
a.text-danger:hover,
a.text-danger:focus {
  color: #9c4029 !important;
}
a.text-white:hover,
a.text-white:focus {
  color: #b3b3b3 !important;
}
a.text-black:hover,
a.text-black:focus {
  color: #4d4d4d !important;
}
.alert-success {
  background-color: #70c770;
}
.alert-info {
  background-color: #2c5a7d;
}
.alert-warning {
  background-color: #a7a89f;
}
.alert-danger {
  background-color: #d37158;
}
.mbr-section-btn a.btn:not(.btn-form):hover,
.mbr-section-btn a.btn:not(.btn-form):focus {
  box-shadow: none !important;
}
.mbr-gallery-filter li.active .btn {
  background-color: #d8853b;
  border-color: #d8853b;
  color: #ffffff;
}
.mbr-gallery-filter li.active .btn:focus {
  box-shadow: none;
}
a,
a:hover {
  color: #d8853b;
}
.mbr-plan-header.bg-primary .mbr-plan-subtitle,
.mbr-plan-header.bg-primary .mbr-plan-price-desc {
  color: #faefe5;
}
.mbr-plan-header.bg-success .mbr-plan-subtitle,
.mbr-plan-header.bg-success .mbr-plan-price-desc {
  color: #e1ede6;
}
.mbr-plan-header.bg-info .mbr-plan-subtitle,
.mbr-plan-header.bg-info .mbr-plan-price-desc {
  color: #619bc7;
}
.mbr-plan-header.bg-warning .mbr-plan-subtitle,
.mbr-plan-header.bg-warning .mbr-plan-price-desc {
  color: #e4e5e2;
}
.mbr-plan-header.bg-danger .mbr-plan-subtitle,
.mbr-plan-header.bg-danger .mbr-plan-price-desc {
  color: #fefaf9;
}
/* Scroll to top button*/
.form-control {
  font-family: 'Comfortaa', display;
  font-size: 1rem;
}
.form-control > .mbr-iconfont {
  font-size: 1.6rem;
}
blockquote {
  border-color: #d8853b;
}
/* Forms */
.mbr-form .btn {
  margin: .4rem 0;
}
@media (max-width: 767px) {
  .btn {
    font-size: .75rem !important;
  }
  .btn .mbr-iconfont {
    font-size: 1rem !important;
  }
}
/* Footer */
.mbr-footer-content li::before,
.mbr-footer .mbr-contacts li::before {
  background: #d8853b;
}
.mbr-footer-content li a:hover,
.mbr-footer .mbr-contacts li a:hover {
  color: #d8853b;
}
.up-z-index {
  z-index: 1000 !important;
}
.jq-selectbox li:hover,
.jq-selectbox li.selected {
  background-color: #d8853b;
  color: #ffffff;
}
.jq-selectbox .jq-selectbox__trigger-arrow,
.jq-number__spin.minus:after,
.jq-number__spin.plus:after {
  transition: 0.4s;
  border-top-color: currentColor;
  border-bottom-color: currentColor;
}
.jq-selectbox:hover .jq-selectbox__trigger-arrow,
.jq-number__spin.minus:hover:after,
.jq-number__spin.plus:hover:after {
  border-top-color: #d8853b;
  border-bottom-color: #d8853b;
}
.xdsoft_datetimepicker .xdsoft_calendar td.xdsoft_default,
.xdsoft_datetimepicker .xdsoft_calendar td.xdsoft_current,
.xdsoft_datetimepicker .xdsoft_timepicker .xdsoft_time_box > div > div.xdsoft_current {
  color: #000000 !important;
  background-color: #d8853b !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: #3e4043 !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%;
}
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='%23d8853b' %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;
}
.cid-tIRkwGJYkf {
  padding-top: 1rem;
  padding-bottom: 0rem;
  background-color: #ffffff;
}
.cid-tIRkwGJYkf .mbr-section-title {
  color: #2c5a7d;
  text-align: left;
}
.cid-tIRkwGJYkf .mbr-text {
  color: #2c5a7d;
}
.cid-tIRtDT83vI {
  padding-top: 120px;
  padding-bottom: 120px;
  background-image: url("../../../assets/images/img-8571-wide-1.webp");
}
.cid-tIRtDT83vI .mbr-arrow {
  background: #000000 !important;
  opacity: 0.7;
}
.cid-tIRtDT83vI .mbr-arrow i {
  color: #ffffff !important;
}
.cid-tIRtDT83vI .btn-wrap {
  width: 100%;
}
.cid-tIRtDT83vI #section1 a {
  padding-top: 70px;
}
.cid-tIRtDT83vI #section1 a span {
  position: absolute;
  top: 0;
  left: 50%;
  width: 24px;
  height: 24px;
  margin-left: -12px;
  border-left: 1px solid #fff;
  border-bottom: 1px solid #fff;
  -webkit-transform: rotate(-45deg);
  transform: rotate(-45deg);
  -webkit-animation: sdb05 1.5s infinite;
  animation: sdb05 1.5s infinite;
  box-sizing: border-box;
}
@-webkit-keyframes sdb05 {
  0% {
    -webkit-transform: rotate(-45deg) translate(0, 0);
    opacity: 0;
  }
  50% {
    opacity: 1;
  }
  100% {
    -webkit-transform: rotate(-45deg) translate(-20px, 20px);
    opacity: 0;
  }
}
@keyframes sdb05 {
  0% {
    transform: rotate(-45deg) translate(0, 0);
    opacity: 0;
  }
  50% {
    opacity: 1;
  }
  100% {
    transform: rotate(-45deg) translate(-20px, 20px);
    opacity: 0;
  }
}
.cid-tIRtDT83vI .mbr-media.show-modal {
  cursor: pointer;
  display: inline-block;
  height: 4em;
  width: 4em;
}
.cid-tIRtDT83vI .modalWindow {
  position: fixed;
  z-index: 5000;
  left: 0;
  top: 0;
  background-color: rgba(61, 61, 61, 0.65);
  width: 100%;
  height: 100%;
}
.cid-tIRtDT83vI .modalWindow .modalWindow-container {
  display: table-cell;
  vertical-align: middle;
}
.cid-tIRtDT83vI .modalWindow .modalWindow-video {
  height: calc(44.9943757vw);
  width: 80vw;
  margin: 0 auto;
}
.cid-tIRtDT83vI a.close {
  position: absolute;
  right: 4vw;
  top: 4vh;
  color: #ffffff;
  z-index: 5000000;
  font-size: 37px;
  background: #000;
  padding: 20px;
  border-radius: 50%;
}
.cid-tIRtDT83vI a.close:hover {
  color: #ffffff;
}
.cid-tIRtDT83vI .mbr-fallback-image.disabled {
  display: none;
}
.cid-tIRtDT83vI .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-tKgM0YKGKo {
  padding-top: 15px;
  padding-bottom: 15px;
  background-color: #ffffff;
}
.cid-tKgM0YKGKo .mbr-section-subtitle {
  color: #767676;
}
.cid-tKgM0YKGKo .item-image {
  position: relative;
}
@media (min-width: 992px) {
  .cid-tKgM0YKGKo .container {
    max-width: 1600px;
  }
}
.cid-tKgM0YKGKo .mbr-iconfont {
  color: #ffffff !important;
}
.cid-tKgM0YKGKo .item-caption {
  padding: 3rem;
  padding-bottom: 1rem;
}
.cid-tKgM0YKGKo .item-social {
  position: absolute;
  left: 50%;
  align-items: center;
  right: 50%;
  transform: translate(-50%, -50%);
  bottom: -5rem;
  opacity: 0;
  transition: all 0.3s;
  width: 100%;
  background: linear-gradient(to bottom, rgba(0, 0, 0, 0) 20%, #000000 200%);
  height: 10rem;
}
.cid-tKgM0YKGKo .team-item {
  padding-top: 1rem;
  padding-bottom: 1rem;
  height: fit-content;
  transition: all 0.2s;
  margin-bottom: 0rem;
}
.cid-tKgM0YKGKo .team-item:hover .item-social {
  opacity: 1;
}
.cid-tKgM0YKGKo .team-item .item-image img {
  width: 100%;
}
.cid-tKgM0YKGKo .team-item .item-name p {
  margin-bottom: 0;
}
.cid-tKgM0YKGKo .team-item .item-role p {
  margin-bottom: 0;
}
.cid-tKgM0YKGKo .team-item .item-social {
  display: -webkit-flex;
  flex-wrap: wrap;
  justify-content: center;
  -webkit-flex-wrap: wrap;
  -webkit-justify-content: center;
}
.cid-tKgM0YKGKo .team-item .item-social .socicon {
  color: #232323;
  font-size: 17px;
}
.cid-tKgM0YKGKo .media-row {
  display: -webkit-flex;
  justify-content: center;
  -webkit-justify-content: center;
}
.cid-tKgM0YKGKo .item-text {
  color: #2c5a7d;
}
@media (max-width: 992px) {
  .cid-tKgM0YKGKo .item-caption {
    padding: 1rem 0;
  }
}
@media (max-width: 767px) {
  .cid-tKgM0YKGKo .item-caption {
    padding: 2rem 1rem;
  }
  .cid-tKgM0YKGKo .item-social {
    opacity: 1;
  }
}
.cid-tKgM0YKGKo .item-name {
  color: #2c5a7d;
}
.cid-tKgM0YKGKo .item-role {
  color: #d37158;
}
.cid-tKcD7jwv6G {
  padding-top: 1rem;
  padding-bottom: 1rem;
  background: #ffffff;
}
.cid-tKcD7jwv6G .team-card {
  margin-bottom: 2rem;
  transition: all 0.3s;
}
.cid-tKcD7jwv6G .team-card:hover {
  transform: translateY(-10px);
}
.cid-tKcD7jwv6G .card-wrap {
  background: #ffffff;
  border-radius: 20px;
  overflow: hidden;
  border: 1px solid #efefef;
}
@media (max-width: 991px) {
  .cid-tKcD7jwv6G .card-wrap {
    margin-bottom: 2rem;
  }
}
.cid-tKcD7jwv6G .card-wrap .image-wrap img {
  width: 100%;
  height: 500px;
  object-fit: cover;
}
.cid-tKcD7jwv6G .card-wrap .content-wrap {
  padding: 1rem;
}
.cid-tKcD7jwv6G .card-text {
  padding-bottom: 1rem;
}
.cid-tKcD7jwv6G .social-row {
  text-align: justify;
}
.cid-tKcD7jwv6G .social-row .soc-item {
  display: inline-block;
  text-align: justify;
  border-radius: 12px;
  margin-right: 0.6rem;
  margin-bottom: 1rem;
  padding: 0.8rem;
  background: #403f83;
  transition: all 0.3s;
  border: 2px solid transparent;
}
.cid-tKcD7jwv6G .social-row .soc-item .mbr-iconfont {
  transition: all 0.3s;
  display: flex;
  justify-content: center;
  align-content: center;
  color: #ffffff;
  font-size: 1.2rem;
}
.cid-tKcD7jwv6G .social-row .soc-item:hover {
  background: #ffffff;
  border: 2px solid #403f83;
}
.cid-tKcD7jwv6G .social-row .soc-item:hover .mbr-iconfont {
  color: #403f83;
}
.cid-tKcD7jwv6G .card-title,
.cid-tKcD7jwv6G .social-row {
  color: #283f51;
}
.cid-tKcD7jwv6G .mbr-role,
.cid-tKcD7jwv6G .social-row {
  color: #e9775a;
}
.cid-tKcD7jwv6G .card-text,
.cid-tKcD7jwv6G .mbr-section-btn,
.cid-tKcD7jwv6G .social-row {
  color: #283f51;
  text-align: center;
}
.cid-tKcD7jwv6G .mbr-fallback-image.disabled {
  display: none;
}
.cid-tKcD7jwv6G .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-v4noSbFIzF {
  padding-top: 1rem;
  padding-bottom: 1rem;
  background: #ffffff;
}
.cid-v4noSbFIzF .team-card {
  margin-bottom: 2rem;
  transition: all 0.3s;
}
.cid-v4noSbFIzF .team-card:hover {
  transform: translateY(-10px);
}
.cid-v4noSbFIzF .card-wrap {
  background: #ffffff;
  border-radius: 20px;
  overflow: hidden;
  border: 1px solid #efefef;
}
@media (max-width: 800px) {
  .cid-v4noSbFIzF .card-wrap {
    margin-bottom: 2rem;
  }
}
.cid-v4noSbFIzF .card-wrap .image-wrap img {
  width: 100%;
  height: 500px;
  object-fit: cover;
}
.cid-v4noSbFIzF .card-wrap .content-wrap {
  padding: 1rem;
}
.cid-v4noSbFIzF .card-text {
  padding-bottom: 1rem;
}
.cid-v4noSbFIzF .social-row {
  text-align: center;
}
.cid-v4noSbFIzF .social-row .soc-item {
  display: inline-block;
  text-align: center;
  border-radius: 12px;
  margin-right: 0.6rem;
  margin-bottom: 1rem;
  padding: 0.8rem;
  background: #403f83;
  transition: all 0.3s;
  border: 2px solid transparent;
}
.cid-v4noSbFIzF .social-row .soc-item .mbr-iconfont {
  transition: all 0.3s;
  display: flex;
  justify-content: center;
  align-content: center;
  color: #ffffff;
  font-size: 1.2rem;
}
.cid-v4noSbFIzF .social-row .soc-item:hover {
  background: #ffffff;
  border: 2px solid #403f83;
}
.cid-v4noSbFIzF .social-row .soc-item:hover .mbr-iconfont {
  color: #403f83;
}
.cid-v4noSbFIzF .card-title,
.cid-v4noSbFIzF .social-row {
  color: #283f51;
}
.cid-v4noSbFIzF .mbr-role,
.cid-v4noSbFIzF .social-row {
  color: #e9775a;
}
.cid-v4noSbFIzF .card-text,
.cid-v4noSbFIzF .mbr-section-btn,
.cid-v4noSbFIzF .social-row {
  color: #283f51;
}
.cid-v4noSbFIzF .mbr-fallback-image.disabled {
  display: none;
}
.cid-v4noSbFIzF .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-v4npJxRMpp {
  padding-top: 1rem;
  padding-bottom: 1rem;
  background: #ffffff;
}
.cid-v4npJxRMpp .team-card {
  margin-bottom: 2rem;
  transition: all 0.3s;
}
.cid-v4npJxRMpp .team-card:hover {
  transform: translateY(-10px);
}
.cid-v4npJxRMpp .card-wrap {
  background: #ffffff;
  border-radius: 20px;
  overflow: hidden;
  border: 1px solid #efefef;
}
@media (max-width: 800px) {
  .cid-v4npJxRMpp .card-wrap {
    margin-bottom: 2rem;
  }
}
.cid-v4npJxRMpp .card-wrap .image-wrap img {
  width: 100%;
  height: 500px;
  object-fit: cover;
}
.cid-v4npJxRMpp .card-wrap .content-wrap {
  padding: 1rem;
}
.cid-v4npJxRMpp .card-text {
  padding-bottom: 1rem;
}
.cid-v4npJxRMpp .social-row {
  text-align: center;
}
.cid-v4npJxRMpp .social-row .soc-item {
  display: inline-block;
  text-align: center;
  border-radius: 12px;
  margin-right: 0.6rem;
  margin-bottom: 1rem;
  padding: 0.8rem;
  background: #403f83;
  transition: all 0.3s;
  border: 2px solid transparent;
}
.cid-v4npJxRMpp .social-row .soc-item .mbr-iconfont {
  transition: all 0.3s;
  display: flex;
  justify-content: center;
  align-content: center;
  color: #ffffff;
  font-size: 1.2rem;
}
.cid-v4npJxRMpp .social-row .soc-item:hover {
  background: #ffffff;
  border: 2px solid #403f83;
}
.cid-v4npJxRMpp .social-row .soc-item:hover .mbr-iconfont {
  color: #403f83;
}
.cid-v4npJxRMpp .card-title,
.cid-v4npJxRMpp .social-row {
  color: #283f51;
}
.cid-v4npJxRMpp .mbr-role,
.cid-v4npJxRMpp .social-row {
  color: #e9775a;
}
.cid-v4npJxRMpp .card-text,
.cid-v4npJxRMpp .mbr-section-btn,
.cid-v4npJxRMpp .social-row {
  color: #283f51;
}
.cid-v4npJxRMpp .mbr-fallback-image.disabled {
  display: none;
}
.cid-v4npJxRMpp .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-tKcD8czRxT {
  padding-top: 1rem;
  padding-bottom: 1rem;
  background: #ffffff;
}
.cid-tKcD8czRxT .team-card {
  margin-bottom: 2rem;
  transition: all 0.3s;
}
.cid-tKcD8czRxT .team-card:hover {
  transform: translateY(-10px);
}
.cid-tKcD8czRxT .card-wrap {
  background: #ffffff;
  border-radius: 20px;
  overflow: hidden;
  border: 1px solid #efefef;
}
@media (max-width: 800px) {
  .cid-tKcD8czRxT .card-wrap {
    margin-bottom: 2rem;
  }
}
.cid-tKcD8czRxT .card-wrap .image-wrap img {
  width: 100%;
  height: 500px;
  object-fit: cover;
}
.cid-tKcD8czRxT .card-wrap .content-wrap {
  padding: 1rem;
}
.cid-tKcD8czRxT .card-text {
  padding-bottom: 1rem;
}
.cid-tKcD8czRxT .social-row {
  text-align: center;
}
.cid-tKcD8czRxT .social-row .soc-item {
  display: inline-block;
  text-align: center;
  border-radius: 12px;
  margin-right: 0.6rem;
  margin-bottom: 1rem;
  padding: 0.8rem;
  background: #403f83;
  transition: all 0.3s;
  border: 2px solid transparent;
}
.cid-tKcD8czRxT .social-row .soc-item .mbr-iconfont {
  transition: all 0.3s;
  display: flex;
  justify-content: center;
  align-content: center;
  color: #ffffff;
  font-size: 1.2rem;
}
.cid-tKcD8czRxT .social-row .soc-item:hover {
  background: #ffffff;
  border: 2px solid #403f83;
}
.cid-tKcD8czRxT .social-row .soc-item:hover .mbr-iconfont {
  color: #403f83;
}
.cid-tKcD8czRxT .card-title,
.cid-tKcD8czRxT .social-row {
  color: #283f51;
}
.cid-tKcD8czRxT .mbr-role,
.cid-tKcD8czRxT .social-row {
  color: #e9775a;
}
.cid-tKcD8czRxT .card-text,
.cid-tKcD8czRxT .mbr-section-btn,
.cid-tKcD8czRxT .social-row {
  color: #283f51;
}
.cid-tKcD8czRxT .mbr-fallback-image.disabled {
  display: none;
}
.cid-tKcD8czRxT .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-tKe5GqVT40 {
  padding-top: 3rem;
  padding-bottom: 3rem;
  background-color: #ffffff;
}
.cid-tKe5GqVT40 .mbr-fallback-image.disabled {
  display: none;
}
.cid-tKe5GqVT40 .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-tKe5GqVT40 .mbr-section-head {
  margin-bottom: 32px;
}
.cid-tKe5GqVT40 .mbr-section-title {
  color: #24262b;
}
.cid-tKe5GqVT40 .mbr-section-subtitle {
  color: #24262b;
}
.cid-tKe5GqVT40 .items-row {
  row-gap: 32px;
}
.cid-tKe5GqVT40 .item-wrapper {
  position: relative;
  overflow: hidden;
}
.cid-tKe5GqVT40 .item-wrapper img {
  width: 100%;
  aspect-ratio: calc(8 / (1 * 5));
  object-fit: cover;
  transition: all 0.3s;
}
.cid-tKe5GqVT40 .item-wrapper .icon-wrapper {
  pointer-events: none;
  position: absolute;
  z-index: 3;
  width: 60px;
  height: 60px;
  font-size: 22px;
  left: 50%;
  top: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
  border: none;
  border-radius: 50%;
  opacity: 0;
  color: #24262b;
  transform: translateX(-50%) translateY(-50%);
  background-color: #FFFFFF;
  transition: 0.3s;
}
.cid-tKe5GqVT40 .item-wrapper .img-overlay {
  position: absolute;
  pointer-events: none;
  transition: all 0.3s;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: #33363b;
  opacity: 0;
  z-index: 2;
}
.cid-tKe5GqVT40 .item-wrapper:hover img {
  transform: scale(1.05);
}
.cid-tKe5GqVT40 .item-wrapper:hover .icon-wrapper {
  opacity: 1;
}
.cid-tKe5GqVT40 .item-wrapper:hover .img-overlay {
  opacity: 0.3;
}
.cid-tKe5GqVT40 .mbr-item-subtitle {
  color: #24262b;
}
.cid-tKe5GqVT40 .carousel-control,
.cid-tKe5GqVT40 .close {
  background: #1b1b1b;
}
.cid-tKe5GqVT40 .carousel-control-prev {
  margin-left: 2.5rem;
}
.cid-tKe5GqVT40 .carousel-control-prev span {
  margin-right: 5px;
}
.cid-tKe5GqVT40 .carousel-control-next {
  margin-right: 2.5rem;
}
.cid-tKe5GqVT40 .carousel-control-next span {
  margin-left: 5px;
}
.cid-tKe5GqVT40 .close {
  position: fixed;
  opacity: 0.5;
  font-size: 22px;
  font-weight: 300;
  width: 60px;
  height: 60px;
  border-radius: 50%;
  color: #fff;
  top: 2.5rem;
  right: 2.5rem;
  border: 2px solid #fff;
  text-shadow: none;
  z-index: 5;
  transition: opacity 0.3s ease;
  font-family: 'Moririse2';
  align-items: center;
  justify-content: center;
  display: flex;
}
.cid-tKe5GqVT40 .close::before {
  content: '\e91a';
}
.cid-tKe5GqVT40 .close:hover {
  opacity: 1;
  background: #000;
  color: #fff;
}
.cid-tKe5GqVT40 .carousel-control {
  display: flex;
  top: 50%;
  width: 60px;
  height: 60px;
  margin-top: -1.5rem;
  font-size: 22px;
  background-color: rgba(0, 0, 0, 0.5);
  border: 2px solid #fff;
  border-radius: 50%;
  transition: all 0.3s;
}
.cid-tKe5GqVT40 .carousel-control.carousel-control-prev {
  left: 0;
  margin-left: 2.5rem;
}
.cid-tKe5GqVT40 .carousel-control.carousel-control-next {
  right: 0;
  margin-right: 2.5rem;
}
@media (max-width: 767px) {
  .cid-tKe5GqVT40 .carousel-control {
    top: auto;
    bottom: 1rem;
  }
}
.cid-tKe5GqVT40 .carousel-indicators {
  position: absolute;
  bottom: 0;
  margin-bottom: 3px;
}
.cid-tKe5GqVT40 .carousel-indicators li {
  max-width: 15px;
  height: 15px;
  width: 15px;
  max-height: 15px;
  margin: 3px;
  background-color: rgba(0, 0, 0, 0.5);
  border: 2px solid #fff;
  border-radius: 50%;
  opacity: 0.5;
  transition: all 0.3s;
}
.cid-tKe5GqVT40 .carousel-indicators li.active,
.cid-tKe5GqVT40 .carousel-indicators li:hover {
  opacity: 0.9;
}
.cid-tKe5GqVT40 .carousel-indicators li::after,
.cid-tKe5GqVT40 .carousel-indicators li::before {
  content: none;
}
.cid-tKe5GqVT40 .carousel-indicators.ie-fix {
  left: 50%;
  display: block;
  width: 60%;
  margin-left: -30%;
  text-align: center;
}
@media (max-width: 768px) {
  .cid-tKe5GqVT40 .carousel-indicators {
    display: none !important;
  }
}
@media (max-width: 991px) {
  .cid-tKe5GqVT40 .carousel-indicators {
    margin-bottom: 3.625rem !important;
    padding-left: 2.5rem;
    padding-right: 2.5rem;
  }
}
@media (max-width: 767px) {
  .cid-tKe5GqVT40 .carousel-indicators {
    display: none;
  }
}
.cid-tKe5GqVT40 .carousel-inner {
  display: flex;
  align-items: center;
}
.cid-tKe5GqVT40 .carousel-inner > .active {
  display: block;
}
.cid-tKe5GqVT40 .carousel-control.left {
  left: 0;
  margin-left: 2.5rem;
}
.cid-tKe5GqVT40 .carousel-control.right {
  right: 0;
  margin-right: 2.5rem;
}
.cid-tKe5GqVT40 .carousel-control:hover {
  background: #1b1b1b;
  color: #fff;
  opacity: 1;
}
@media (max-width: 768px) {
  .cid-tKe5GqVT40 .carousel-control,
  .cid-tKe5GqVT40 .carousel-indicators,
  .cid-tKe5GqVT40 .modal .close {
    position: fixed;
  }
}
@media (max-width: 767px) {
  .cid-tKe5GqVT40 .mbr-slider .carousel-control {
    top: auto;
    bottom: 20px;
  }
  .cid-tKe5GqVT40 .mbr-slider > .container .carousel-control {
    margin-bottom: 0;
  }
}
.cid-tKe5GqVT40 .carousel-indicators .active,
.cid-tKe5GqVT40 .carousel-indicators li {
  width: 7px;
  height: 7px;
  margin: 3px;
  background: #000000;
  opacity: 0.5;
  border: 4px solid #000000;
}
.cid-tKe5GqVT40 .carousel-indicators .active {
  background: #fff;
}
.cid-tKe5GqVT40 .carousel-indicators li {
  max-width: 15px;
  max-height: 15px;
  border-radius: 50%;
}
.cid-tKe5GqVT40 .modal {
  padding-left: 0 !important;
  position: fixed;
  overflow: hidden;
  padding-right: 0 !important;
}
.cid-tKe5GqVT40 .modal-dialog {
  margin: 0 auto;
  max-width: 100%;
  padding-left: 1rem;
  padding-right: 1rem;
}
.cid-tKe5GqVT40 .modal-content {
  border-radius: 0;
  border: none;
  background: transparent;
}
.cid-tKe5GqVT40 .modal-body {
  padding: 0;
  display: flex;
  align-items: center;
}
.cid-tKe5GqVT40 .modal-body img {
  width: 100%;
  object-fit: contain;
  max-height: calc(100vh - 1.75rem);
}
.cid-tKe5GqVT40 .carousel {
  width: 100%;
}
.cid-tKe5GqVT40 .modal-backdrop.in {
  opacity: 0.8;
}
.cid-tKe5GqVT40 .modal.fade .modal-dialog {
  transition: margin-top 0.3s ease-out;
}
.cid-tKe5GqVT40 .modal.fade .modal-dialog,
.cid-tKe5GqVT40 .modal.in .modal-dialog {
  transform: none;
}
.cid-tKe5GqVT40 .mbr-gallery .item-wrapper {
  cursor: pointer;
}
.cid-tKe5GqVT40 H6 {
  text-align: center;
}
.cid-tIRkwHKI0R {
  padding-top: 45px;
  padding-bottom: 15px;
  background-color: #2c5a7d;
}
@media (max-width: 767px) {
  .cid-tIRkwHKI0R .content {
    text-align: center;
  }
  .cid-tIRkwHKI0R .content > div:not(:last-child) {
    margin-bottom: 2rem;
  }
}
.cid-tIRkwHKI0R .map {
  height: 18rem;
}
@media (max-width: 767px) {
  .cid-tIRkwHKI0R .footer-lower .copyright {
    margin-bottom: 1rem;
    text-align: center;
  }
}
.cid-tIRkwHKI0R .footer-lower hr {
  margin: 1rem 0;
  border-color: #fff;
  opacity: 0.05;
}
.cid-tIRkwHKI0R .google-map {
  height: 23rem;
  position: relative;
}
.cid-tIRkwHKI0R .google-map iframe {
  height: 90%;
  width: 90%;
}
.cid-tIRkwHKI0R .google-map [data-state-details] {
  color: #6b6763;
  font-family: Montserrat;
  height: 1.5em;
  margin-top: -0.75em;
  padding-left: 1.25rem;
  padding-right: 1.25rem;
  position: absolute;
  text-align: center;
  top: 50%;
  width: 100%;
}
.cid-tIRkwHKI0R .google-map[data-state] {
  background: #e9e5dc;
}
.cid-tIRkwHKI0R .google-map[data-state="loading"] [data-state-details] {
  display: none;
}
.cid-tIRkwHKI0R .social-list {
  padding-left: 0;
  margin-bottom: 0;
  margin-left: -7px;
  list-style: none;
  display: flex;
  -webkit-justify-content: flex-start;
  justify-content: flex-start;
  -webkit-flex-wrap: wrap;
  flex-wrap: wrap;
}
.cid-tIRkwHKI0R .social-list .mbr-iconfont-social {
  font-size: 1.3rem;
  color: #fff;
}
.cid-tIRkwHKI0R .social-list .soc-item {
  margin: 0 0.5rem;
}
.cid-tIRkwHKI0R .social-list a {
  margin: 0;
  opacity: 0.5;
  -webkit-transition: 0.2s linear;
  transition: 0.2s linear;
}
.cid-tIRkwHKI0R .social-list a:hover {
  opacity: 1;
}
@media (max-width: 767px) {
  .cid-tIRkwHKI0R .social-list {
    -webkit-justify-content: center;
    justify-content: center;
  }
}
.cid-tIRkwHKI0R .list {
  list-style-type: none;
  padding: 0;
}
.cid-tIRkwHKI0R H5 {
  color: #d37158;
  text-align: left;
}
.cid-tIRkwHKI0R .mbr-text {
  color: #ffffff;
}
.cid-tKtrAlUtrj {
  z-index: 1000;
  width: 100%;
  position: relative;
}
.cid-tKtrAlUtrj nav.navbar {
  position: fixed;
}
.cid-tKtrAlUtrj .icon54-v2-telephone {
  font-size: 20px;
  position: relative;
}
.cid-tKtrAlUtrj .icon54-v2-telephone:hover {
  color: #d8853b;
  transition-duration: 0.2s;
}
.cid-tKtrAlUtrj .imind-email {
  font-size: 20px;
  position: relative;
}
.cid-tKtrAlUtrj .imind-email:hover {
  color: #d8853b;
  transition-duration: 0.2s;
}
.cid-tKtrAlUtrj .mobi-mbri-map-pin {
  font-size: 20px;
  position: relative;
}
.cid-tKtrAlUtrj .mobi-mbri-map-pin:hover {
  color: #d8853b;
  transition-duration: 0.2s;
}
.cid-tKtrAlUtrj .socicon-facebook {
  font-size: 20px;
  position: relative;
}
.cid-tKtrAlUtrj .socicon-facebook:hover {
  color: #d8853b;
  transition-duration: 0.2s;
}
.cid-tKtrAlUtrj .dropdown-item:before {
  font-family: Moririse2 !important;
  content: "\e966";
  display: inline-block;
  width: 0;
  position: absolute;
  left: 1rem;
  top: 0.5rem;
  margin-right: 0.5rem;
  line-height: 1;
  font-size: inherit;
  vertical-align: middle;
  text-align: center;
  overflow: hidden;
  transform: scale(0, 1);
  transition: all 0.25s ease-in-out;
}
.cid-tKtrAlUtrj .dropdown-menu {
  padding: 0;
  box-shadow: none !important;
  border-radius: 0 !important;
}
.cid-tKtrAlUtrj .dropdown-menu .dropdown-item {
  border: none !important;
  border-radius: 0 !important;
  padding: 13px 20px 13px 28px !important;
  line-height: 1 !important;
}
.cid-tKtrAlUtrj .dropdown-menu .dropdown-item:hover {
  background-color: #d8853b !important;
  color: #FFFFFF !important;
}
.cid-tKtrAlUtrj .dropdown-item:hover,
.cid-tKtrAlUtrj .dropdown-item:focus {
  background: #d8853b !important;
  color: white !important;
}
.cid-tKtrAlUtrj .dropdown-item:hover span {
  color: white;
}
.cid-tKtrAlUtrj .dropdown-item:first-child {
  border-top-left-radius: 4px;
  border-top-right-radius: 4px;
}
.cid-tKtrAlUtrj .dropdown-item:last-child {
  border-bottom: none;
  border-bottom-left-radius: 4px;
  border-bottom-right-radius: 4px;
}
.cid-tKtrAlUtrj .nav-dropdown .link {
  padding: 0 0.3em !important;
  margin: 0.667em 1em !important;
}
.cid-tKtrAlUtrj .nav-dropdown .link.dropdown-toggle::after {
  margin-left: 0.5rem;
  margin-top: 0.2rem;
}
.cid-tKtrAlUtrj .nav-link {
  position: relative;
}
.cid-tKtrAlUtrj .container {
  display: flex;
  margin: auto;
  max-width: 100%;
  width: 100%;
  padding: 0 3.4rem !important;
  min-height: 60px;
}
@media (min-width: 992px) {
  .cid-tKtrAlUtrj .container {
    flex-wrap: nowrap;
  }
}
.cid-tKtrAlUtrj .iconfont-wrapper {
  color: #e7f2fa !important;
  font-size: 1.5rem;
  padding-right: 0.3rem;
}
.cid-tKtrAlUtrj .navbar-nav {
  padding: 5px !important;
}
.cid-tKtrAlUtrj .navbar-nav .nav-item {
  margin: 0 5px !important;
  padding: 0 !important;
}
.cid-tKtrAlUtrj .navbar-nav .nav-item .nav-link {
  margin: 0 !important;
  padding: 13px 8px !important;
  font-weight: 400 !important;
}
.cid-tKtrAlUtrj .dropdown-menu,
.cid-tKtrAlUtrj .navbar.opened {
  background: #e7f2fa !important;
}
.cid-tKtrAlUtrj .nav-item:focus,
.cid-tKtrAlUtrj .nav-link:focus {
  outline: none;
}
.cid-tKtrAlUtrj .dropdown .dropdown-menu .dropdown-item {
  width: auto;
  transition: all 0.25s ease-in-out;
}
.cid-tKtrAlUtrj .dropdown .dropdown-menu .dropdown-item::after {
  right: 0.5rem;
}
.cid-tKtrAlUtrj .dropdown .dropdown-menu .dropdown-item .mbr-iconfont {
  margin-right: 0.5rem;
  vertical-align: sub;
}
.cid-tKtrAlUtrj .dropdown .dropdown-menu .dropdown-item .mbr-iconfont:before {
  display: inline-block;
  transform: scale(1, 1);
  transition: all 0.25s ease-in-out;
}
.cid-tKtrAlUtrj .collapsed .dropdown-menu .dropdown-item:before {
  display: none;
}
.cid-tKtrAlUtrj .collapsed .dropdown .dropdown-menu .dropdown-item {
  padding: 0.235em 1.5em 0.235em 1.5em !important;
  transition: none;
  margin: 0 !important;
}
.cid-tKtrAlUtrj .navbar {
  transition: all 0.3s;
  border-bottom: 1px solid transparent;
  box-shadow: 0 1px 3px 0 rgba(0, 0, 0, 0.1);
  background: #e7f2fa;
  padding: 0 !important;
  border: none !important;
}
.cid-tKtrAlUtrj .navbar.opened {
  transition: all 0.3s;
}
.cid-tKtrAlUtrj .navbar .dropdown-item {
  padding: 0.5rem 1.8rem;
  font-weight: 400 !important;
}
.cid-tKtrAlUtrj .navbar .navbar-logo img {
  width: auto;
}
.cid-tKtrAlUtrj .navbar .navbar-collapse {
  justify-content: flex-end;
  z-index: 1;
}
.cid-tKtrAlUtrj .navbar.collapsed {
  justify-content: center;
}
.cid-tKtrAlUtrj .navbar.collapsed .nav-item .nav-link::before {
  display: none;
}
.cid-tKtrAlUtrj .navbar.collapsed.opened .dropdown-menu {
  top: 0;
}
@media (min-width: 992px) {
  .cid-tKtrAlUtrj .navbar.collapsed.opened:not(.navbar-short) .navbar-collapse {
    max-height: calc(98.5vh - 3.9rem);
  }
}
.cid-tKtrAlUtrj .navbar.collapsed .dropdown-menu .dropdown-submenu {
  left: 0 !important;
}
.cid-tKtrAlUtrj .navbar.collapsed .dropdown-menu .dropdown-item:after {
  right: auto;
}
.cid-tKtrAlUtrj .navbar.collapsed .dropdown-menu .dropdown-toggle[data-toggle="dropdown-submenu"]:after {
  margin-left: 0.5rem;
  margin-top: 0.2rem;
  border-top: 0.35em solid;
  border-right: 0.35em solid transparent;
  border-left: 0.35em solid transparent;
  border-bottom: 0;
  top: 41%;
}
.cid-tKtrAlUtrj .navbar.collapsed ul.navbar-nav li {
  margin: auto;
}
.cid-tKtrAlUtrj .navbar.collapsed .dropdown-menu .dropdown-item {
  padding: 0.25rem 1.5rem;
  text-align: center;
}
.cid-tKtrAlUtrj .navbar.collapsed .icons-menu {
  padding-left: 0;
  padding-right: 0;
  padding-top: 0.5rem;
  padding-bottom: 0.5rem;
}
@media (max-width: 991px) {
  .cid-tKtrAlUtrj .navbar .nav-item .nav-link::before {
    display: none;
  }
  .cid-tKtrAlUtrj .navbar.opened .dropdown-menu {
    top: 0;
  }
  .cid-tKtrAlUtrj .navbar .dropdown-menu .dropdown-submenu {
    left: 0 !important;
  }
  .cid-tKtrAlUtrj .navbar .dropdown-menu .dropdown-item:after {
    right: auto;
  }
  .cid-tKtrAlUtrj .navbar .dropdown-menu .dropdown-toggle[data-toggle="dropdown-submenu"]:after {
    margin-left: 0.5rem;
    margin-top: 0.2rem;
    border-top: 0.35em solid;
    border-right: 0.35em solid transparent;
    border-left: 0.35em solid transparent;
    border-bottom: 0;
    top: 40%;
  }
  .cid-tKtrAlUtrj .navbar .navbar-logo img {
    height: 3rem !important;
  }
  .cid-tKtrAlUtrj .navbar ul.navbar-nav li {
    margin: auto;
  }
  .cid-tKtrAlUtrj .navbar .dropdown-menu .dropdown-item {
    padding: 0.25rem 1.5rem !important;
    text-align: center;
  }
  .cid-tKtrAlUtrj .navbar .navbar-brand {
    flex-shrink: initial;
    flex-basis: auto;
    word-break: break-word;
    padding-right: 2rem;
  }
  .cid-tKtrAlUtrj .navbar .navbar-toggler {
    flex-basis: auto;
  }
  .cid-tKtrAlUtrj .navbar .icons-menu {
    padding-left: 0;
    padding-top: 0.5rem;
    padding-bottom: 0.5rem;
  }
}
@media (max-width: 991px) and (max-width: 767px) {
  .cid-tKtrAlUtrj .navbar .navbar-brand {
    width: calc(100% - 31px);
  }
}
.cid-tKtrAlUtrj .navbar.navbar-short .navbar-logo img {
  height: 2.5rem !important;
}
.cid-tKtrAlUtrj .navbar.navbar-short .navbar-brand {
  padding: 0;
}
.cid-tKtrAlUtrj .navbar-brand {
  flex-shrink: 0;
  align-items: center;
  margin-right: 0;
  padding: 5px !important;
  transition: all 0.3s;
  word-break: break-word;
  z-index: 1;
}
.cid-tKtrAlUtrj .navbar-brand .navbar-caption {
  line-height: inherit !important;
}
.cid-tKtrAlUtrj .navbar-brand .navbar-logo a {
  outline: none;
}
.cid-tKtrAlUtrj .dropdown-item.active,
.cid-tKtrAlUtrj .dropdown-item:active {
  background-color: transparent;
}
.cid-tKtrAlUtrj .navbar-expand-lg .navbar-nav .nav-link {
  padding: 0;
}
.cid-tKtrAlUtrj .nav-dropdown .link.dropdown-toggle {
  margin-right: 1.667em;
}
.cid-tKtrAlUtrj .nav-dropdown .link.dropdown-toggle[aria-expanded="true"] {
  margin-right: 0;
  padding: 0.667em 1.667em;
}
.cid-tKtrAlUtrj .navbar.navbar-expand-lg .dropdown .dropdown-menu {
  background: #e7f2fa;
}
.cid-tKtrAlUtrj .navbar.navbar-expand-lg .dropdown .dropdown-menu .dropdown-submenu {
  margin: 0;
  left: 100%;
}
.cid-tKtrAlUtrj .navbar .dropdown.open > .dropdown-menu {
  display: block;
}
.cid-tKtrAlUtrj ul.navbar-nav {
  flex-wrap: wrap;
}
.cid-tKtrAlUtrj .navbar-buttons {
  text-align: center;
  min-width: 150px;
}
.cid-tKtrAlUtrj button.navbar-toggler {
  outline: none;
  width: 10px;
  height: 20px;
  cursor: pointer;
  transition: all 0.5s;
  position: relative;
  align-self: center;
}
.cid-tKtrAlUtrj button.navbar-toggler .hamburger span {
  position: absolute;
  right: 0;
  width: 30px;
  height: 2px;
  border-right: 5px;
  background-color: #112b6d;
}
.cid-tKtrAlUtrj button.navbar-toggler .hamburger span:nth-child(1) {
  top: 0;
  transition: all 0.2s;
}
.cid-tKtrAlUtrj button.navbar-toggler .hamburger span:nth-child(2) {
  top: 8px;
  transition: all 0.15s;
}
.cid-tKtrAlUtrj button.navbar-toggler .hamburger span:nth-child(3) {
  top: 8px;
  transition: all 0.15s;
}
.cid-tKtrAlUtrj button.navbar-toggler .hamburger span:nth-child(4) {
  top: 8px;
  transition: all 0.2s;
}
.cid-tKtrAlUtrj nav.opened .hamburger span:nth-child(1) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-tKtrAlUtrj nav.opened .hamburger span:nth-child(2) {
  transform: rotate(45deg);
  transition: all 0.25s;
}
.cid-tKtrAlUtrj nav.opened .hamburger span:nth-child(3) {
  transform: rotate(-45deg);
  transition: all 0.25s;
}
.cid-tKtrAlUtrj nav.opened .hamburger span:nth-child(4) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-tKtrAlUtrj .navbar-dropdown {
  padding: 0 1rem;
  position: fixed;
}
.cid-tKtrAlUtrj a.nav-link {
  display: flex;
  align-items: center;
  justify-content: center;
}
.cid-tKtrAlUtrj .icons-menu {
  flex-wrap: nowrap;
  display: flex;
  justify-content: center;
  padding-left: 1rem;
  padding-right: 1rem;
  padding-top: 0.3rem;
  text-align: center;
}
@media screen and (-ms-high-contrast: active), (-ms-high-contrast: none) {
  .cid-tKtrAlUtrj .navbar {
    height: 70px;
  }
  .cid-tKtrAlUtrj .navbar.opened {
    height: auto;
  }
  .cid-tKtrAlUtrj .nav-item .nav-link:hover::before {
    width: 175%;
    max-width: calc(100% + 2rem);
    left: -1rem;
  }
}
.cid-tKtrAlUtrj .container-head {
  width: 100%;
  min-height: 60px;
  padding-top: 5px !important;
  padding-bottom: 5px !important;
  background-color: #2c5a7d;
}
.cid-tKtrAlUtrj .mbr-section-title {
  color: #112B6D;
  max-width: 50%;
  margin-right: auto;
}
.cid-tKtrAlUtrj .mbr-section-btn {
  max-width: 50%;
  text-align: right;
  margin-left: auto;
}
.cid-tKtrAlUtrj .mbr-section-btn .btn {
  font-weight: 500 !important;
}
.cid-tKtrAlUtrj .mbr-section-btn .btn:hover {
  transform: scale3d(1.1, 1.1, 1.1);
}
@media (max-width: 991px) {
  .cid-tKtrAlUtrj .container-head {
    padding-top: 10px !important;
    padding-bottom: 10px !important;
  }
  .cid-tKtrAlUtrj .container {
    overflow: hidden;
  }
  .cid-tKtrAlUtrj .mbr-section-title {
    max-width: 100%;
    width: 100%;
    margin-right: 0;
    text-align: center !important;
  }
  .cid-tKtrAlUtrj .mbr-section-btn {
    max-width: 100%;
    width: 100%;
    text-align: center !important;
    margin-left: 0;
  }
  .cid-tKtrAlUtrj .icons-menu {
    margin: 0 auto;
    padding-right: 0;
  }
  .cid-tKtrAlUtrj .navbar-collapse {
    box-shadow: 0 0 10px 0 rgba(0, 0, 0, 0.5);
    margin: 0 -3.4rem;
  }
  .cid-tKtrAlUtrj .navbar-nav {
    padding: 0 !important;
  }
  .cid-tKtrAlUtrj .navbar-nav .nav-item {
    margin: 0  !important;
    padding: 0 !important;
  }
  .cid-tKtrAlUtrj .navbar-nav .nav-item .nav-link {
    justify-content: flex-start !important;
    margin: 0 !important;
    padding: 10px 20px !important;
    font-weight: 400 !important;
  }
  .cid-tKtrAlUtrj .navbar-nav .nav-item .nav-link:hover {
    background-color: #112B6D !important;
    color: #FFFFFF !important;
  }
  .cid-tKtrAlUtrj .navbar-nav .nav-item .dropdown-menu .dropdown-item {
    text-align: left !important;
    border: none !important;
    border-radius: 0 !important;
    padding: 13px 20px 13px 28px !important;
    line-height: 1 !important;
  }
  .cid-tKtrAlUtrj .navbar-nav .nav-item .dropdown-menu .dropdown-item:hover {
    background-color: #112B6D !important;
    color: #FFFFFF !important;
  }
  .cid-tKtrAlUtrj .navbar-nav .dropdown-menu .dropdown-submenu {
    margin-left: 0 !important;
  }
}
@media (max-width: 767px) {
  .cid-tKtrAlUtrj .container {
    padding: 25px 15px !important;
  }
  .cid-tKtrAlUtrj .container-head {
    padding: 10px !important;
  }
  .cid-tKtrAlUtrj .navbar-collapse {
    margin: 0 -15px -25px !important;
  }
  .cid-tKtrAlUtrj .navbar .navbar-brand {
    width: auto !important;
    max-width: 60%;
  }
  .cid-tKtrAlUtrj .navbar-toggler {
    margin-right: 6%;
    max-width: 40%;
  }
}
.cid-tKtrAlUtrj P {
  color: #ffffff;
  font-size: 10px;
}
.cid-tIRR24Vcf0 {
  padding-top: 1rem;
  padding-bottom: 0rem;
  background-color: #ffffff;
}
.cid-tIRR24Vcf0 .mbr-section-title {
  color: #2c5a7d;
  text-align: left;
}
.cid-tIRR24Vcf0 .mbr-text {
  color: #2c5a7d;
}
.cid-tIRR25pbMx {
  padding-top: 120px;
  padding-bottom: 120px;
  background-image: url("../../../assets/images/img-8600.webp");
}
.cid-tIRR25pbMx .mbr-arrow {
  background: #000000 !important;
  opacity: 0.7;
}
.cid-tIRR25pbMx .mbr-arrow i {
  color: #ffffff !important;
}
.cid-tIRR25pbMx .btn-wrap {
  width: 100%;
}
.cid-tIRR25pbMx #section1 a {
  padding-top: 70px;
}
.cid-tIRR25pbMx #section1 a span {
  position: absolute;
  top: 0;
  left: 50%;
  width: 24px;
  height: 24px;
  margin-left: -12px;
  border-left: 1px solid #fff;
  border-bottom: 1px solid #fff;
  -webkit-transform: rotate(-45deg);
  transform: rotate(-45deg);
  -webkit-animation: sdb05 1.5s infinite;
  animation: sdb05 1.5s infinite;
  box-sizing: border-box;
}
@-webkit-keyframes sdb05 {
  0% {
    -webkit-transform: rotate(-45deg) translate(0, 0);
    opacity: 0;
  }
  50% {
    opacity: 1;
  }
  100% {
    -webkit-transform: rotate(-45deg) translate(-20px, 20px);
    opacity: 0;
  }
}
@keyframes sdb05 {
  0% {
    transform: rotate(-45deg) translate(0, 0);
    opacity: 0;
  }
  50% {
    opacity: 1;
  }
  100% {
    transform: rotate(-45deg) translate(-20px, 20px);
    opacity: 0;
  }
}
.cid-tIRR25pbMx .mbr-media.show-modal {
  cursor: pointer;
  display: inline-block;
  height: 4em;
  width: 4em;
}
.cid-tIRR25pbMx .modalWindow {
  position: fixed;
  z-index: 5000;
  left: 0;
  top: 0;
  background-color: rgba(61, 61, 61, 0.65);
  width: 100%;
  height: 100%;
}
.cid-tIRR25pbMx .modalWindow .modalWindow-container {
  display: table-cell;
  vertical-align: middle;
}
.cid-tIRR25pbMx .modalWindow .modalWindow-video {
  height: calc(44.9943757vw);
  width: 80vw;
  margin: 0 auto;
}
.cid-tIRR25pbMx a.close {
  position: absolute;
  right: 4vw;
  top: 4vh;
  color: #ffffff;
  z-index: 5000000;
  font-size: 37px;
  background: #000;
  padding: 20px;
  border-radius: 50%;
}
.cid-tIRR25pbMx a.close:hover {
  color: #ffffff;
}
.cid-tIRR25pbMx .mbr-fallback-image.disabled {
  display: none;
}
.cid-tIRR25pbMx .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-tIRSmr2Yn1 {
  padding-top: 60px;
  padding-bottom: 15px;
  background-color: #ffffff;
}
.cid-tIRSmr2Yn1 .underline .line {
  width: 2rem;
  height: 1px;
  background: #878787;
  display: inline-block;
}
.cid-tIRSmr2Yn1 .mbr-text {
  margin: 0;
}
@media (max-width: 767px) {
  .cid-tIRSmr2Yn1 .title {
    width: 100% !important;
  }
}
.cid-tIRSmr2Yn1 .mbr-section-title {
  text-align: left;
  color: #e9775a;
}
.cid-tIRSy2pJ73 {
  padding-top: 15px;
  padding-bottom: 0px;
  background-color: #ffffff;
}
.cid-tIRSy2pJ73 blockquote {
  border-color: #2c5a7d !important;
}
.cid-tIRSy2pJ73 P {
  text-align: Justify;
}
.cid-tIRZPosLQz {
  padding-top: 1rem;
  padding-bottom: 1rem;
  background-color: #283f51;
}
.cid-tIRZPosLQz .mbr-fallback-image.disabled {
  display: none;
}
.cid-tIRZPosLQz .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-tIRZPosLQz .container-fluid {
  padding: 0;
}
@media (max-width: 750px) {
  .cid-tIRZPosLQz .container-fluid {
    padding: 0;
  }
}
@media (max-width: 750px) {
  .cid-tIRZPosLQz .container {
    padding: 0;
  }
}
.cid-tIRZPosLQz .row {
  margin: 0;
}
.cid-tIRZPosLQz .card {
  padding: 0;
}
.cid-tIRZPosLQz .card .image-wrapper {
  display: flex;
  align-items: center;
  height: 100%;
}
.cid-tIRZPosLQz .card .image-wrapper img {
  height: 450px;
  object-fit: cover;
}
@media (max-width: 550px) {
  .cid-tIRZPosLQz .card .image-wrapper img {
    height: 250px;
  }
}
.cid-tIRZPosLQz .card .title-wrapper {
  padding: 0 150px;
  display: flex;
  flex-direction: column;
  justify-content: center;
  height: 100%;
}
.cid-tIRZPosLQz .card .title-wrapper .title-wrap .mbr-section-title {
  margin-bottom: 30px;
}
.cid-tIRZPosLQz .card .title-wrapper .title-wrap .mbr-text {
  margin-bottom: 40px;
}
@media (max-width: 750px) {
  .cid-tIRZPosLQz .card .title-wrapper {
    padding: 40px 16px;
  }
}
.cid-tIRZPosLQz .mbr-section-title {
  color: #ffffff;
}
.cid-tIRZPosLQz .mbr-text {
  color: #d8d7d7;
}
.cid-tIRZPosLQz .mbr-section-title,
.cid-tIRZPosLQz .mbr-section-btn {
  color: #e9775a;
}
.cid-tManWFDbCB {
  padding-top: 45px;
  padding-bottom: 45px;
  background-color: #ffffff;
}
.cid-tManWFDbCB img {
  object-fit: cover;
  width: 90%;
}
@media (max-width: 992px) {
  .cid-tManWFDbCB img {
    width: 100%;
  }
}
.cid-tManWFDbCB .mbr-section-subtitle {
  color: #e9775a;
}
.cid-tManWFDbCB .mbr-text,
.cid-tManWFDbCB .mbr-section-btn {
  color: #283f51;
}
.cid-tManWFDbCB P {
  text-align: Justify;
}
.cid-tKcMpAOosb {
  padding-top: 4rem;
  padding-bottom: 5rem;
  overflow: hidden;
  border-top: 1px solid #e9775a;
  border-bottom: 1px solid #e9775a;
  background-image: url("../../../assets/images/img-8570.webp");
}
.cid-tKcMpAOosb .mbr-fallback-image.disabled {
  display: none;
}
.cid-tKcMpAOosb P {
  text-align: Justify;
}
.cid-tKcMpAOosb .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-tKcMpAOosb .container-fluid {
  padding: 0;
}
@media (max-width: 768px) {
  .cid-tKcMpAOosb .container-fluid {
    padding: 0;
  }
}
@media (max-width: 768px) {
  .cid-tKcMpAOosb .container {
    padding: 0 26px;
  }
}
@media (max-width: 992px) {
  .cid-tKcMpAOosb .image-wrapper {
    margin-bottom: 50px;
  }
}
.cid-tKcMpAOosb .image-wrapper img {
  height: 620px;
  object-fit: cover;
  transform: rotate(20deg);
  margin-left: -6rem;
}
@media (max-width: 992px) {
  .cid-tKcMpAOosb .image-wrapper img {
    height: 300px;
    transform: rotate(0);
  }
}
.cid-tKcMpAOosb .title-wrapper {
  height: 100%;
  display: flex;
  flex-direction: column;
  justify-content: center;
  padding: 0 120px;
}
@media (max-width: 768px) {
  .cid-tKcMpAOosb .title-wrapper {
    padding: 0 26px;
  }
}
.cid-tKcMpAOosb .title-wrapper .title-wrap .mbr-section-subtitle {
  margin-bottom: 18px;
}
.cid-tKcMpAOosb .title-wrapper .title-wrap .mbr-section-title {
  margin-bottom: 18px;
}
.cid-tKcMpAOosb .title-wrapper .title-wrap .mbr-text {
  margin-bottom: 0;
}
.cid-tKcMpAOosb .title-wrapper .title-wrap .mbr-section-btn {
  margin-top: 40px;
}
.cid-tKcMpAOosb .mbr-section-title {
  color: #ffffff;
}
.cid-tKcMpAOosb .mbr-section-subtitle {
  color: #ffffff;
  text-align: justify;
}
.cid-tKcMpAOosb .mbr-text {
  color: #cacaca;
  text-align: right;
}
.cid-tKcMpAOosb .mbr-section-title,
.cid-tKcMpAOosb .mbr-section-btn {
  text-align: right;
  color: #e9775a;
}
.cid-tMapK8n00i {
  padding-top: 45px;
  padding-bottom: 45px;
  background-color: #ffffff;
}
.cid-tMapK8n00i img {
  object-fit: cover;
  width: 90%;
}
@media (max-width: 992px) {
  .cid-tMapK8n00i img {
    width: 100%;
  }
}
.cid-tMapK8n00i .mbr-section-subtitle {
  color: #e9775a;
}
.cid-tMapK8n00i .mbr-text,
.cid-tMapK8n00i .mbr-section-btn {
  color: #283f51;
}
.cid-tMapK8n00i P {
  text-align: Justify;
}
.cid-tKcOR6vQ1C {
  padding-top: 1rem;
  padding-bottom: 1rem;
  background-color: #283f51;
}
.cid-tKcOR6vQ1C .mbr-fallback-image.disabled {
  display: none;
}
.cid-tKcOR6vQ1C .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 8%;
  height: 80%;
  position: relative;
  top: 0;
}
.cid-tKcOR6vQ1C .container-fluid {
  padding: 0;
}
@media (max-width: 768px) {
  .cid-tKcOR6vQ1C .container-fluid {
    padding: 0;
  }
}
@media (max-width: 768px) {
  .cid-tKcOR6vQ1C .container {
    padding: 0 26px;
  }
}
.cid-tKcOR6vQ1C .image-wrapper img {
  height: 400px;
  object-fit: cover;
}
@media (max-width: 850px) {
  .cid-tKcOR6vQ1C .image-wrapper img {
    height: 400px;
  }
}
.cid-tKcOR6vQ1C P {
  text-align: left;
}
.cid-tKcOR6vQ1C .title-wrapper {
  padding: 0 98px 0 120px;
}
@media (max-width: 992px) {
  .cid-tKcOR6vQ1C .title-wrapper {
    padding: 0 120px;
    margin-bottom: 50px;
  }
}
@media (max-width: 768px) {
  .cid-tKcOR6vQ1C .title-wrapper {
    padding: 0 26px;
  }
}
.cid-tKcOR6vQ1C .title-wrapper .mbr-section-subtitle {
  margin-bottom: 18px;
}
.cid-tKcOR6vQ1C .title-wrapper .mbr-section-title {
  margin-bottom: 18px;
}
.cid-tKcOR6vQ1C .title-wrapper .mbr-text {
  margin-bottom: 0;
}
.cid-tKcOR6vQ1C .mbr-section-title {
  color: #e9775a;
}
.cid-tKcOR6vQ1C .mbr-section-subtitle {
  color: #ffffff;
}
.cid-tKcOR6vQ1C .mbr-text {
  color: #ffffff;
  text-align: left;
}
.cid-tMarOSYo6z {
  padding-top: 45px;
  padding-bottom: 45px;
  background-color: #ffffff;
}
.cid-tMarOSYo6z img {
  object-fit: cover;
  width: 90%;
}
@media (max-width: 992px) {
  .cid-tMarOSYo6z img {
    width: 100%;
  }
}
.cid-tMarOSYo6z .mbr-section-subtitle {
  color: #e9775a;
}
.cid-tMarOSYo6z .mbr-text,
.cid-tMarOSYo6z .mbr-section-btn {
  color: #283f51;
}
.cid-tMarOSYo6z P {
  text-align: Justify;
}
.cid-tKcVxC6JeX {
  padding-top: 4rem;
  padding-bottom: 5rem;
  overflow: hidden;
  border-top: 1px solid #e9775a;
  border-bottom: 1px solid #e9775a;
  background-image: url("../../../assets/images/img-8562.webp");
}
.cid-tKcVxC6JeX .mbr-fallback-image.disabled {
  display: none;
}
.cid-tKcVxC6JeX .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-tKcVxC6JeX .container-fluid {
  padding: 0;
}
@media (max-width: 768px) {
  .cid-tKcVxC6JeX .container-fluid {
    padding: 0;
  }
}
@media (max-width: 768px) {
  .cid-tKcVxC6JeX .container {
    padding: 0 26px;
  }
}
@media (max-width: 992px) {
  .cid-tKcVxC6JeX .image-wrapper {
    margin-bottom: 50px;
  }
}
.cid-tKcVxC6JeX .image-wrapper img {
  height: 620px;
  object-fit: cover;
  transform: rotate(20deg);
  margin-left: -6rem;
}
@media (max-width: 992px) {
  .cid-tKcVxC6JeX .image-wrapper img {
    height: 300px;
    transform: rotate(0);
  }
}
.cid-tKcVxC6JeX .title-wrapper {
  height: 100%;
  display: flex;
  flex-direction: column;
  justify-content: center;
  padding: 0 120px;
}
@media (max-width: 768px) {
  .cid-tKcVxC6JeX .title-wrapper {
    padding: 0 26px;
  }
}
.cid-tKcVxC6JeX .title-wrapper .title-wrap .mbr-section-subtitle {
  margin-bottom: 18px;
}
.cid-tKcVxC6JeX .title-wrapper .title-wrap .mbr-section-title {
  margin-bottom: 18px;
}
.cid-tKcVxC6JeX .title-wrapper .title-wrap .mbr-text {
  margin-bottom: 0;
}
.cid-tKcVxC6JeX .title-wrapper .title-wrap .mbr-section-btn {
  margin-top: 40px;
}
.cid-tKcVxC6JeX .mbr-section-title {
  color: #ffffff;
}
.cid-tKcVxC6JeX .mbr-section-subtitle {
  color: #ffffff;
  text-align: justify;
}
.cid-tKcVxC6JeX .mbr-text {
  color: #cacaca;
  text-align: justify;
}
.cid-tKcVxC6JeX .mbr-section-title,
.cid-tKcVxC6JeX .mbr-section-btn {
  text-align: right;
}
.cid-tKdNZFspZq {
  padding-top: 45px;
  padding-bottom: 45px;
  overflow: hidden;
  box-sizing: border-box;
  background-color: #ffffff;
}
.cid-tKdNZFspZq .underline .line {
  width: 2rem;
  height: 1px;
  background: #2c5a7d;
  display: inline-block;
}
.cid-tKdNZFspZq .mbr-section-title,
.cid-tKdNZFspZq .mbr-section-subtitle,
.cid-tKdNZFspZq .underline {
  padding-left: 1rem;
  padding-right: 1rem;
}
.cid-tKdNZFspZq .mbr-slider .carousel-control {
  background: #1b1b1b;
}
.cid-tKdNZFspZq .mbr-slider .carousel-control-prev {
  left: 0;
  margin-left: 2.5rem;
}
.cid-tKdNZFspZq .mbr-slider .carousel-control-next {
  right: 0;
  margin-right: 2.5rem;
}
.cid-tKdNZFspZq .mbr-slider .modal-body .close {
  background: #1b1b1b;
}
.cid-tKdNZFspZq .mbr-gallery-item > div::before {
  content: '';
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  background-color: #cfeaff;
  opacity: 0;
  -webkit-transition: 0.2s opacity ease-in-out;
  transition: 0.2s opacity ease-in-out;
  background: linear-gradient(180deg, #cfeaff, #2c5a7d);
}
.cid-tKdNZFspZq .icon-focus {
  display: none;
}
.cid-tKdNZFspZq .mbr-gallery-title {
  transition: all 0.5s ease;
  position: absolute;
  text-align: center;
  display: none;
  width: 100%;
  bottom: 0;
  right: 0;
  padding: 1rem;
  color: #ffffff;
  background: transparent;
  -webkit-transition: all 0.5s ease;
  -moz-transition: all 0.5s ease;
  -o-transition: all 0.5s ease;
  -ms-transition: all 0.5s ease;
}
.cid-tKdNZFspZq ul {
  font-size: 0;
}
.cid-tKdNZFspZq .mbr-gallery-filter ul li .btn {
  border: none;
  background-color: transparent;
  color: #2c5a7d !important;
  padding: 0.5rem 1rem 0.6rem;
  border-radius: 0;
  margin: 0 !important;
  transition: padding, border 0s, transform 0.2s;
}
.cid-tKdNZFspZq .mbr-gallery-filter ul li.active .btn {
  padding: 0.5rem 1rem 0.5rem;
  border-radius: 0 !important;
  position: relative;
}
.cid-tKdNZFspZq .mbr-gallery-filter ul li.active .btn:after {
  content: '';
  position: absolute;
  bottom: 0;
  left: 0;
  width: 100%;
  height: 3px;
  background: #d37158;
}
.cid-tKdNZFspZq .mbr-gallery-filter ul li {
  padding: 0;
}
.cid-tKdNZFspZq .mbr-gallery-item > div:hover .mbr-gallery-title {
  padding-bottom: 1.5rem;
  display: block;
}
.cid-tKdNZFspZq .mbr-gallery-item > div:hover:before {
  opacity: 0.8 !important;
}
.cid-tKdNZFspZq .btn {
  background: none;
  border-radius: 0 !important;
}
.cid-tKdNZFspZq .btn:hover {
  background: transparent !important;
}
.cid-tKdNZFspZq .btn:hover:before {
  background: transparent !important;
}
.cid-tKdNZFspZq .btn:before {
  background-color: transparent !important;
}
.cid-tKdNZFspZq .btn:focus {
  box-shadow: none;
  background: transparent !important;
}
.cid-tKdNZFspZq .mbr-section-subtitle,
.cid-tKdNZFspZq .underline {
  color: #d37158;
}
.cid-tIRR27vApx {
  padding-top: 45px;
  padding-bottom: 15px;
  background-color: #2c5a7d;
}
@media (max-width: 767px) {
  .cid-tIRR27vApx .content {
    text-align: center;
  }
  .cid-tIRR27vApx .content > div:not(:last-child) {
    margin-bottom: 2rem;
  }
}
.cid-tIRR27vApx .map {
  height: 18rem;
}
@media (max-width: 767px) {
  .cid-tIRR27vApx .footer-lower .copyright {
    margin-bottom: 1rem;
    text-align: center;
  }
}
.cid-tIRR27vApx .footer-lower hr {
  margin: 1rem 0;
  border-color: #fff;
  opacity: 0.05;
}
.cid-tIRR27vApx .google-map {
  height: 23rem;
  position: relative;
}
.cid-tIRR27vApx .google-map iframe {
  height: 90%;
  width: 90%;
}
.cid-tIRR27vApx .google-map [data-state-details] {
  color: #6b6763;
  font-family: Montserrat;
  height: 1.5em;
  margin-top: -0.75em;
  padding-left: 1.25rem;
  padding-right: 1.25rem;
  position: absolute;
  text-align: center;
  top: 50%;
  width: 100%;
}
.cid-tIRR27vApx .google-map[data-state] {
  background: #e9e5dc;
}
.cid-tIRR27vApx .google-map[data-state="loading"] [data-state-details] {
  display: none;
}
.cid-tIRR27vApx .social-list {
  padding-left: 0;
  margin-bottom: 0;
  margin-left: -7px;
  list-style: none;
  display: flex;
  -webkit-justify-content: flex-start;
  justify-content: flex-start;
  -webkit-flex-wrap: wrap;
  flex-wrap: wrap;
}
.cid-tIRR27vApx .social-list .mbr-iconfont-social {
  font-size: 1.3rem;
  color: #fff;
}
.cid-tIRR27vApx .social-list .soc-item {
  margin: 0 0.5rem;
}
.cid-tIRR27vApx .social-list a {
  margin: 0;
  opacity: 0.5;
  -webkit-transition: 0.2s linear;
  transition: 0.2s linear;
}
.cid-tIRR27vApx .social-list a:hover {
  opacity: 1;
}
@media (max-width: 767px) {
  .cid-tIRR27vApx .social-list {
    -webkit-justify-content: center;
    justify-content: center;
  }
}
.cid-tIRR27vApx .list {
  list-style-type: none;
  padding: 0;
}
.cid-tIRR27vApx H5 {
  color: #d37158;
  text-align: left;
}
.cid-tIRR27vApx .mbr-text {
  color: #ffffff;
}
.cid-tIRR27VmPk {
  padding-top: 15px;
  padding-bottom: 15px;
  background-color: #2c5a7d;
}
.cid-tIRR27VmPk .mbr-text {
  color: #a7a89f;
}
.cid-tKtrAlUtrj {
  z-index: 1000;
  width: 100%;
  position: relative;
}
.cid-tKtrAlUtrj nav.navbar {
  position: fixed;
}
.cid-tKtrAlUtrj .icon54-v2-telephone {
  font-size: 20px;
  position: relative;
}
.cid-tKtrAlUtrj .icon54-v2-telephone:hover {
  color: #d8853b;
  transition-duration: 0.2s;
}
.cid-tKtrAlUtrj .imind-email {
  font-size: 20px;
  position: relative;
}
.cid-tKtrAlUtrj .imind-email:hover {
  color: #d8853b;
  transition-duration: 0.2s;
}
.cid-tKtrAlUtrj .mobi-mbri-map-pin {
  font-size: 20px;
  position: relative;
}
.cid-tKtrAlUtrj .mobi-mbri-map-pin:hover {
  color: #d8853b;
  transition-duration: 0.2s;
}
.cid-tKtrAlUtrj .socicon-facebook {
  font-size: 20px;
  position: relative;
}
.cid-tKtrAlUtrj .socicon-facebook:hover {
  color: #d8853b;
  transition-duration: 0.2s;
}
.cid-tKtrAlUtrj .dropdown-item:before {
  font-family: Moririse2 !important;
  content: "\e966";
  display: inline-block;
  width: 0;
  position: absolute;
  left: 1rem;
  top: 0.5rem;
  margin-right: 0.5rem;
  line-height: 1;
  font-size: inherit;
  vertical-align: middle;
  text-align: center;
  overflow: hidden;
  transform: scale(0, 1);
  transition: all 0.25s ease-in-out;
}
.cid-tKtrAlUtrj .dropdown-menu {
  padding: 0;
  box-shadow: none !important;
  border-radius: 0 !important;
}
.cid-tKtrAlUtrj .dropdown-menu .dropdown-item {
  border: none !important;
  border-radius: 0 !important;
  padding: 13px 20px 13px 28px !important;
  line-height: 1 !important;
}
.cid-tKtrAlUtrj .dropdown-menu .dropdown-item:hover {
  background-color: #d8853b !important;
  color: #FFFFFF !important;
}
.cid-tKtrAlUtrj .dropdown-item:hover,
.cid-tKtrAlUtrj .dropdown-item:focus {
  background: #d8853b !important;
  color: white !important;
}
.cid-tKtrAlUtrj .dropdown-item:hover span {
  color: white;
}
.cid-tKtrAlUtrj .dropdown-item:first-child {
  border-top-left-radius: 4px;
  border-top-right-radius: 4px;
}
.cid-tKtrAlUtrj .dropdown-item:last-child {
  border-bottom: none;
  border-bottom-left-radius: 4px;
  border-bottom-right-radius: 4px;
}
.cid-tKtrAlUtrj .nav-dropdown .link {
  padding: 0 0.3em !important;
  margin: 0.667em 1em !important;
}
.cid-tKtrAlUtrj .nav-dropdown .link.dropdown-toggle::after {
  margin-left: 0.5rem;
  margin-top: 0.2rem;
}
.cid-tKtrAlUtrj .nav-link {
  position: relative;
}
.cid-tKtrAlUtrj .container {
  display: flex;
  margin: auto;
  max-width: 100%;
  width: 100%;
  padding: 0 3.4rem !important;
  min-height: 60px;
}
@media (min-width: 992px) {
  .cid-tKtrAlUtrj .container {
    flex-wrap: nowrap;
  }
}
.cid-tKtrAlUtrj .iconfont-wrapper {
  color: #e7f2fa !important;
  font-size: 1.5rem;
  padding-right: 0.3rem;
}
.cid-tKtrAlUtrj .navbar-nav {
  padding: 5px !important;
}
.cid-tKtrAlUtrj .navbar-nav .nav-item {
  margin: 0 5px !important;
  padding: 0 !important;
}
.cid-tKtrAlUtrj .navbar-nav .nav-item .nav-link {
  margin: 0 !important;
  padding: 13px 8px !important;
  font-weight: 400 !important;
}
.cid-tKtrAlUtrj .dropdown-menu,
.cid-tKtrAlUtrj .navbar.opened {
  background: #e7f2fa !important;
}
.cid-tKtrAlUtrj .nav-item:focus,
.cid-tKtrAlUtrj .nav-link:focus {
  outline: none;
}
.cid-tKtrAlUtrj .dropdown .dropdown-menu .dropdown-item {
  width: auto;
  transition: all 0.25s ease-in-out;
}
.cid-tKtrAlUtrj .dropdown .dropdown-menu .dropdown-item::after {
  right: 0.5rem;
}
.cid-tKtrAlUtrj .dropdown .dropdown-menu .dropdown-item .mbr-iconfont {
  margin-right: 0.5rem;
  vertical-align: sub;
}
.cid-tKtrAlUtrj .dropdown .dropdown-menu .dropdown-item .mbr-iconfont:before {
  display: inline-block;
  transform: scale(1, 1);
  transition: all 0.25s ease-in-out;
}
.cid-tKtrAlUtrj .collapsed .dropdown-menu .dropdown-item:before {
  display: none;
}
.cid-tKtrAlUtrj .collapsed .dropdown .dropdown-menu .dropdown-item {
  padding: 0.235em 1.5em 0.235em 1.5em !important;
  transition: none;
  margin: 0 !important;
}
.cid-tKtrAlUtrj .navbar {
  transition: all 0.3s;
  border-bottom: 1px solid transparent;
  box-shadow: 0 1px 3px 0 rgba(0, 0, 0, 0.1);
  background: #e7f2fa;
  padding: 0 !important;
  border: none !important;
}
.cid-tKtrAlUtrj .navbar.opened {
  transition: all 0.3s;
}
.cid-tKtrAlUtrj .navbar .dropdown-item {
  padding: 0.5rem 1.8rem;
  font-weight: 400 !important;
}
.cid-tKtrAlUtrj .navbar .navbar-logo img {
  width: auto;
}
.cid-tKtrAlUtrj .navbar .navbar-collapse {
  justify-content: flex-end;
  z-index: 1;
}
.cid-tKtrAlUtrj .navbar.collapsed {
  justify-content: center;
}
.cid-tKtrAlUtrj .navbar.collapsed .nav-item .nav-link::before {
  display: none;
}
.cid-tKtrAlUtrj .navbar.collapsed.opened .dropdown-menu {
  top: 0;
}
@media (min-width: 992px) {
  .cid-tKtrAlUtrj .navbar.collapsed.opened:not(.navbar-short) .navbar-collapse {
    max-height: calc(98.5vh - 3.9rem);
  }
}
.cid-tKtrAlUtrj .navbar.collapsed .dropdown-menu .dropdown-submenu {
  left: 0 !important;
}
.cid-tKtrAlUtrj .navbar.collapsed .dropdown-menu .dropdown-item:after {
  right: auto;
}
.cid-tKtrAlUtrj .navbar.collapsed .dropdown-menu .dropdown-toggle[data-toggle="dropdown-submenu"]:after {
  margin-left: 0.5rem;
  margin-top: 0.2rem;
  border-top: 0.35em solid;
  border-right: 0.35em solid transparent;
  border-left: 0.35em solid transparent;
  border-bottom: 0;
  top: 41%;
}
.cid-tKtrAlUtrj .navbar.collapsed ul.navbar-nav li {
  margin: auto;
}
.cid-tKtrAlUtrj .navbar.collapsed .dropdown-menu .dropdown-item {
  padding: 0.25rem 1.5rem;
  text-align: center;
}
.cid-tKtrAlUtrj .navbar.collapsed .icons-menu {
  padding-left: 0;
  padding-right: 0;
  padding-top: 0.5rem;
  padding-bottom: 0.5rem;
}
@media (max-width: 991px) {
  .cid-tKtrAlUtrj .navbar .nav-item .nav-link::before {
    display: none;
  }
  .cid-tKtrAlUtrj .navbar.opened .dropdown-menu {
    top: 0;
  }
  .cid-tKtrAlUtrj .navbar .dropdown-menu .dropdown-submenu {
    left: 0 !important;
  }
  .cid-tKtrAlUtrj .navbar .dropdown-menu .dropdown-item:after {
    right: auto;
  }
  .cid-tKtrAlUtrj .navbar .dropdown-menu .dropdown-toggle[data-toggle="dropdown-submenu"]:after {
    margin-left: 0.5rem;
    margin-top: 0.2rem;
    border-top: 0.35em solid;
    border-right: 0.35em solid transparent;
    border-left: 0.35em solid transparent;
    border-bottom: 0;
    top: 40%;
  }
  .cid-tKtrAlUtrj .navbar .navbar-logo img {
    height: 3rem !important;
  }
  .cid-tKtrAlUtrj .navbar ul.navbar-nav li {
    margin: auto;
  }
  .cid-tKtrAlUtrj .navbar .dropdown-menu .dropdown-item {
    padding: 0.25rem 1.5rem !important;
    text-align: center;
  }
  .cid-tKtrAlUtrj .navbar .navbar-brand {
    flex-shrink: initial;
    flex-basis: auto;
    word-break: break-word;
    padding-right: 2rem;
  }
  .cid-tKtrAlUtrj .navbar .navbar-toggler {
    flex-basis: auto;
  }
  .cid-tKtrAlUtrj .navbar .icons-menu {
    padding-left: 0;
    padding-top: 0.5rem;
    padding-bottom: 0.5rem;
  }
}
@media (max-width: 991px) and (max-width: 767px) {
  .cid-tKtrAlUtrj .navbar .navbar-brand {
    width: calc(100% - 31px);
  }
}
.cid-tKtrAlUtrj .navbar.navbar-short .navbar-logo img {
  height: 2.5rem !important;
}
.cid-tKtrAlUtrj .navbar.navbar-short .navbar-brand {
  padding: 0;
}
.cid-tKtrAlUtrj .navbar-brand {
  flex-shrink: 0;
  align-items: center;
  margin-right: 0;
  padding: 5px !important;
  transition: all 0.3s;
  word-break: break-word;
  z-index: 1;
}
.cid-tKtrAlUtrj .navbar-brand .navbar-caption {
  line-height: inherit !important;
}
.cid-tKtrAlUtrj .navbar-brand .navbar-logo a {
  outline: none;
}
.cid-tKtrAlUtrj .dropdown-item.active,
.cid-tKtrAlUtrj .dropdown-item:active {
  background-color: transparent;
}
.cid-tKtrAlUtrj .navbar-expand-lg .navbar-nav .nav-link {
  padding: 0;
}
.cid-tKtrAlUtrj .nav-dropdown .link.dropdown-toggle {
  margin-right: 1.667em;
}
.cid-tKtrAlUtrj .nav-dropdown .link.dropdown-toggle[aria-expanded="true"] {
  margin-right: 0;
  padding: 0.667em 1.667em;
}
.cid-tKtrAlUtrj .navbar.navbar-expand-lg .dropdown .dropdown-menu {
  background: #e7f2fa;
}
.cid-tKtrAlUtrj .navbar.navbar-expand-lg .dropdown .dropdown-menu .dropdown-submenu {
  margin: 0;
  left: 100%;
}
.cid-tKtrAlUtrj .navbar .dropdown.open > .dropdown-menu {
  display: block;
}
.cid-tKtrAlUtrj ul.navbar-nav {
  flex-wrap: wrap;
}
.cid-tKtrAlUtrj .navbar-buttons {
  text-align: center;
  min-width: 150px;
}
.cid-tKtrAlUtrj button.navbar-toggler {
  outline: none;
  width: 10px;
  height: 20px;
  cursor: pointer;
  transition: all 0.5s;
  position: relative;
  align-self: center;
}
.cid-tKtrAlUtrj button.navbar-toggler .hamburger span {
  position: absolute;
  right: 0;
  width: 30px;
  height: 2px;
  border-right: 5px;
  background-color: #112b6d;
}
.cid-tKtrAlUtrj button.navbar-toggler .hamburger span:nth-child(1) {
  top: 0;
  transition: all 0.2s;
}
.cid-tKtrAlUtrj button.navbar-toggler .hamburger span:nth-child(2) {
  top: 8px;
  transition: all 0.15s;
}
.cid-tKtrAlUtrj button.navbar-toggler .hamburger span:nth-child(3) {
  top: 8px;
  transition: all 0.15s;
}
.cid-tKtrAlUtrj button.navbar-toggler .hamburger span:nth-child(4) {
  top: 8px;
  transition: all 0.2s;
}
.cid-tKtrAlUtrj nav.opened .hamburger span:nth-child(1) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-tKtrAlUtrj nav.opened .hamburger span:nth-child(2) {
  transform: rotate(45deg);
  transition: all 0.25s;
}
.cid-tKtrAlUtrj nav.opened .hamburger span:nth-child(3) {
  transform: rotate(-45deg);
  transition: all 0.25s;
}
.cid-tKtrAlUtrj nav.opened .hamburger span:nth-child(4) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-tKtrAlUtrj .navbar-dropdown {
  padding: 0 1rem;
  position: fixed;
}
.cid-tKtrAlUtrj a.nav-link {
  display: flex;
  align-items: center;
  justify-content: center;
}
.cid-tKtrAlUtrj .icons-menu {
  flex-wrap: nowrap;
  display: flex;
  justify-content: center;
  padding-left: 1rem;
  padding-right: 1rem;
  padding-top: 0.3rem;
  text-align: center;
}
@media screen and (-ms-high-contrast: active), (-ms-high-contrast: none) {
  .cid-tKtrAlUtrj .navbar {
    height: 70px;
  }
  .cid-tKtrAlUtrj .navbar.opened {
    height: auto;
  }
  .cid-tKtrAlUtrj .nav-item .nav-link:hover::before {
    width: 175%;
    max-width: calc(100% + 2rem);
    left: -1rem;
  }
}
.cid-tKtrAlUtrj .container-head {
  width: 100%;
  min-height: 60px;
  padding-top: 5px !important;
  padding-bottom: 5px !important;
  background-color: #2c5a7d;
}
.cid-tKtrAlUtrj .mbr-section-title {
  color: #112B6D;
  max-width: 50%;
  margin-right: auto;
}
.cid-tKtrAlUtrj .mbr-section-btn {
  max-width: 50%;
  text-align: right;
  margin-left: auto;
}
.cid-tKtrAlUtrj .mbr-section-btn .btn {
  font-weight: 500 !important;
}
.cid-tKtrAlUtrj .mbr-section-btn .btn:hover {
  transform: scale3d(1.1, 1.1, 1.1);
}
@media (max-width: 991px) {
  .cid-tKtrAlUtrj .container-head {
    padding-top: 10px !important;
    padding-bottom: 10px !important;
  }
  .cid-tKtrAlUtrj .container {
    overflow: hidden;
  }
  .cid-tKtrAlUtrj .mbr-section-title {
    max-width: 100%;
    width: 100%;
    margin-right: 0;
    text-align: center !important;
  }
  .cid-tKtrAlUtrj .mbr-section-btn {
    max-width: 100%;
    width: 100%;
    text-align: center !important;
    margin-left: 0;
  }
  .cid-tKtrAlUtrj .icons-menu {
    margin: 0 auto;
    padding-right: 0;
  }
  .cid-tKtrAlUtrj .navbar-collapse {
    box-shadow: 0 0 10px 0 rgba(0, 0, 0, 0.5);
    margin: 0 -3.4rem;
  }
  .cid-tKtrAlUtrj .navbar-nav {
    padding: 0 !important;
  }
  .cid-tKtrAlUtrj .navbar-nav .nav-item {
    margin: 0  !important;
    padding: 0 !important;
  }
  .cid-tKtrAlUtrj .navbar-nav .nav-item .nav-link {
    justify-content: flex-start !important;
    margin: 0 !important;
    padding: 10px 20px !important;
    font-weight: 400 !important;
  }
  .cid-tKtrAlUtrj .navbar-nav .nav-item .nav-link:hover {
    background-color: #112B6D !important;
    color: #FFFFFF !important;
  }
  .cid-tKtrAlUtrj .navbar-nav .nav-item .dropdown-menu .dropdown-item {
    text-align: left !important;
    border: none !important;
    border-radius: 0 !important;
    padding: 13px 20px 13px 28px !important;
    line-height: 1 !important;
  }
  .cid-tKtrAlUtrj .navbar-nav .nav-item .dropdown-menu .dropdown-item:hover {
    background-color: #112B6D !important;
    color: #FFFFFF !important;
  }
  .cid-tKtrAlUtrj .navbar-nav .dropdown-menu .dropdown-submenu {
    margin-left: 0 !important;
  }
}
@media (max-width: 767px) {
  .cid-tKtrAlUtrj .container {
    padding: 25px 15px !important;
  }
  .cid-tKtrAlUtrj .container-head {
    padding: 10px !important;
  }
  .cid-tKtrAlUtrj .navbar-collapse {
    margin: 0 -15px -25px !important;
  }
  .cid-tKtrAlUtrj .navbar .navbar-brand {
    width: auto !important;
    max-width: 60%;
  }
  .cid-tKtrAlUtrj .navbar-toggler {
    margin-right: 6%;
    max-width: 40%;
  }
}
.cid-tKtrAlUtrj P {
  color: #ffffff;
  font-size: 10px;
}
.cid-tIRR4Iq5HJ {
  padding-top: 1rem;
  padding-bottom: 0rem;
  background-color: #ffffff;
}
.cid-tIRR4Iq5HJ .mbr-section-title {
  color: #2c5a7d;
  text-align: left;
}
.cid-tIRR4Iq5HJ .mbr-text {
  color: #2c5a7d;
}
.cid-tIRR4IKT2Z {
  padding-top: 90px;
  padding-bottom: 90px;
  background-image: url("../../../assets/images/img-9343.webp");
}
.cid-tIRR4IKT2Z #section1 a {
  padding-top: 70px;
}
.cid-tIRR4IKT2Z #section1 a span {
  position: absolute;
  top: 0;
  left: 50%;
  width: 24px;
  height: 24px;
  margin-left: -12px;
  border-left: 1px solid #fff;
  border-bottom: 1px solid #fff;
  -webkit-transform: rotate(-45deg);
  transform: rotate(-45deg);
  -webkit-animation: sdb05 1.5s infinite;
  animation: sdb05 1.5s infinite;
  box-sizing: border-box;
}
@-webkit-keyframes sdb05 {
  0% {
    -webkit-transform: rotate(-45deg) translate(0, 0);
    opacity: 0;
  }
  50% {
    opacity: 1;
  }
  100% {
    -webkit-transform: rotate(-45deg) translate(-20px, 20px);
    opacity: 0;
  }
}
@keyframes sdb05 {
  0% {
    transform: rotate(-45deg) translate(0, 0);
    opacity: 0;
  }
  50% {
    opacity: 1;
  }
  100% {
    transform: rotate(-45deg) translate(-20px, 20px);
    opacity: 0;
  }
}
.cid-tIRR4IKT2Z .mbr-arrow {
  background: #000000 !important;
  opacity: 0.7;
}
.cid-tIRR4IKT2Z .mbr-arrow i {
  color: #e9775a !important;
}
.cid-tIRR4IKT2Z .btn-wrap {
  width: 100%;
}
.cid-tIRR4IKT2Z .mbr-media.show-modal {
  cursor: pointer;
  display: inline-block;
  height: 4em;
  width: 4em;
}
.cid-tIRR4IKT2Z .modalWindow {
  position: fixed;
  z-index: 5000;
  left: 0;
  top: 0;
  background-color: rgba(61, 61, 61, 0.65);
  width: 100%;
  height: 100%;
}
.cid-tIRR4IKT2Z .modalWindow .modalWindow-container {
  display: table-cell;
  vertical-align: middle;
}
.cid-tIRR4IKT2Z .modalWindow .modalWindow-video {
  height: calc(44.9943757vw);
  width: 80vw;
  margin: 0 auto;
}
.cid-tIRR4IKT2Z a.close {
  position: absolute;
  right: 4vw;
  top: 4vh;
  color: #ffffff;
  z-index: 5000000;
  font-size: 37px;
  background: #000;
  padding: 20px;
  border-radius: 50%;
}
.cid-tIRR4IKT2Z a.close:hover {
  color: #ffffff;
}
.cid-tIRR4IKT2Z .mbr-fallback-image.disabled {
  display: none;
}
.cid-tIRR4IKT2Z .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-tIRR4IKT2Z .mbr-text,
.cid-tIRR4IKT2Z .btn-wrap {
  color: #fcfcfc;
}
.cid-tKcXt25IiT {
  padding-top: 45px;
  padding-bottom: 0px;
  background-color: #ffffff;
}
.cid-tKcXt25IiT .card .card-img {
  padding-bottom: 1.5rem;
}
.cid-tKcXt25IiT .card .card-img span {
  color: #e9775a;
  font-size: 45px;
}
.cid-tKcXt25IiT .card .card-title {
  letter-spacing: 1px;
}
.cid-tKcXt25IiT .card-title {
  margin: 0;
}
.cid-tKcXt25IiT .mbr-text,
.cid-tKcXt25IiT .card-title {
  color: #878787;
}
.cid-tKcXt25IiT .mbr-fallback-image.disabled {
  display: none;
}
.cid-tKcXt25IiT .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-tKcXt25IiT .card-title,
.cid-tKcXt25IiT .card-img {
  color: #2c5a7d;
}
.cid-tKd0pZjAzU {
  padding-top: 0px;
  padding-bottom: 0px;
  background-color: #ffffff;
}
.cid-tKd0pZjAzU .card .card-img {
  padding-bottom: 1.5rem;
}
.cid-tKd0pZjAzU .card .card-img span {
  color: #e9775a;
  font-size: 45px;
}
.cid-tKd0pZjAzU .card .card-title {
  letter-spacing: 1px;
}
.cid-tKd0pZjAzU .card-title {
  margin: 0;
}
.cid-tKd0pZjAzU .mbr-text,
.cid-tKd0pZjAzU .card-title {
  color: #878787;
}
.cid-tKd0pZjAzU .mbr-fallback-image.disabled {
  display: none;
}
.cid-tKd0pZjAzU .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-tKd0pZjAzU .card-title,
.cid-tKd0pZjAzU .card-img {
  color: #2c5a7d;
}
.cid-tKd0CkBTTY {
  padding-top: 0px;
  padding-bottom: 0px;
  background-color: #ffffff;
}
.cid-tKd0CkBTTY .card .card-img {
  padding-bottom: 1.5rem;
}
.cid-tKd0CkBTTY .card .card-img span {
  color: #e9775a;
  font-size: 45px;
}
.cid-tKd0CkBTTY .card .card-title {
  letter-spacing: 1px;
}
.cid-tKd0CkBTTY .card-title {
  margin: 0;
}
.cid-tKd0CkBTTY .mbr-text,
.cid-tKd0CkBTTY .card-title {
  color: #878787;
}
.cid-tKd0CkBTTY .mbr-fallback-image.disabled {
  display: none;
}
.cid-tKd0CkBTTY .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-tKd0CkBTTY .card-title,
.cid-tKd0CkBTTY .card-img {
  color: #2c5a7d;
}
.cid-tIRR4KIdmP {
  padding-top: 45px;
  padding-bottom: 15px;
  background-color: #2c5a7d;
}
@media (max-width: 767px) {
  .cid-tIRR4KIdmP .content {
    text-align: center;
  }
  .cid-tIRR4KIdmP .content > div:not(:last-child) {
    margin-bottom: 2rem;
  }
}
.cid-tIRR4KIdmP .map {
  height: 18rem;
}
@media (max-width: 767px) {
  .cid-tIRR4KIdmP .footer-lower .copyright {
    margin-bottom: 1rem;
    text-align: center;
  }
}
.cid-tIRR4KIdmP .footer-lower hr {
  margin: 1rem 0;
  border-color: #fff;
  opacity: 0.05;
}
.cid-tIRR4KIdmP .google-map {
  height: 23rem;
  position: relative;
}
.cid-tIRR4KIdmP .google-map iframe {
  height: 90%;
  width: 90%;
}
.cid-tIRR4KIdmP .google-map [data-state-details] {
  color: #6b6763;
  font-family: Montserrat;
  height: 1.5em;
  margin-top: -0.75em;
  padding-left: 1.25rem;
  padding-right: 1.25rem;
  position: absolute;
  text-align: center;
  top: 50%;
  width: 100%;
}
.cid-tIRR4KIdmP .google-map[data-state] {
  background: #e9e5dc;
}
.cid-tIRR4KIdmP .google-map[data-state="loading"] [data-state-details] {
  display: none;
}
.cid-tIRR4KIdmP .social-list {
  padding-left: 0;
  margin-bottom: 0;
  margin-left: -7px;
  list-style: none;
  display: flex;
  -webkit-justify-content: flex-start;
  justify-content: flex-start;
  -webkit-flex-wrap: wrap;
  flex-wrap: wrap;
}
.cid-tIRR4KIdmP .social-list .mbr-iconfont-social {
  font-size: 1.3rem;
  color: #fff;
}
.cid-tIRR4KIdmP .social-list .soc-item {
  margin: 0 0.5rem;
}
.cid-tIRR4KIdmP .social-list a {
  margin: 0;
  opacity: 0.5;
  -webkit-transition: 0.2s linear;
  transition: 0.2s linear;
}
.cid-tIRR4KIdmP .social-list a:hover {
  opacity: 1;
}
@media (max-width: 767px) {
  .cid-tIRR4KIdmP .social-list {
    -webkit-justify-content: center;
    justify-content: center;
  }
}
.cid-tIRR4KIdmP .list {
  list-style-type: none;
  padding: 0;
}
.cid-tIRR4KIdmP H5 {
  color: #d37158;
  text-align: left;
}
.cid-tIRR4KIdmP .mbr-text {
  color: #ffffff;
}
.cid-tIRR4L8tOW {
  padding-top: 15px;
  padding-bottom: 15px;
  background-color: #2c5a7d;
}
.cid-tIRR4L8tOW .mbr-text {
  color: #a7a89f;
}
.cid-tKtrAlUtrj {
  z-index: 1000;
  width: 100%;
  position: relative;
}
.cid-tKtrAlUtrj nav.navbar {
  position: fixed;
}
.cid-tKtrAlUtrj .icon54-v2-telephone {
  font-size: 20px;
  position: relative;
}
.cid-tKtrAlUtrj .icon54-v2-telephone:hover {
  color: #d8853b;
  transition-duration: 0.2s;
}
.cid-tKtrAlUtrj .imind-email {
  font-size: 20px;
  position: relative;
}
.cid-tKtrAlUtrj .imind-email:hover {
  color: #d8853b;
  transition-duration: 0.2s;
}
.cid-tKtrAlUtrj .mobi-mbri-map-pin {
  font-size: 20px;
  position: relative;
}
.cid-tKtrAlUtrj .mobi-mbri-map-pin:hover {
  color: #d8853b;
  transition-duration: 0.2s;
}
.cid-tKtrAlUtrj .socicon-facebook {
  font-size: 20px;
  position: relative;
}
.cid-tKtrAlUtrj .socicon-facebook:hover {
  color: #d8853b;
  transition-duration: 0.2s;
}
.cid-tKtrAlUtrj .dropdown-item:before {
  font-family: Moririse2 !important;
  content: "\e966";
  display: inline-block;
  width: 0;
  position: absolute;
  left: 1rem;
  top: 0.5rem;
  margin-right: 0.5rem;
  line-height: 1;
  font-size: inherit;
  vertical-align: middle;
  text-align: center;
  overflow: hidden;
  transform: scale(0, 1);
  transition: all 0.25s ease-in-out;
}
.cid-tKtrAlUtrj .dropdown-menu {
  padding: 0;
  box-shadow: none !important;
  border-radius: 0 !important;
}
.cid-tKtrAlUtrj .dropdown-menu .dropdown-item {
  border: none !important;
  border-radius: 0 !important;
  padding: 13px 20px 13px 28px !important;
  line-height: 1 !important;
}
.cid-tKtrAlUtrj .dropdown-menu .dropdown-item:hover {
  background-color: #d8853b !important;
  color: #FFFFFF !important;
}
.cid-tKtrAlUtrj .dropdown-item:hover,
.cid-tKtrAlUtrj .dropdown-item:focus {
  background: #d8853b !important;
  color: white !important;
}
.cid-tKtrAlUtrj .dropdown-item:hover span {
  color: white;
}
.cid-tKtrAlUtrj .dropdown-item:first-child {
  border-top-left-radius: 4px;
  border-top-right-radius: 4px;
}
.cid-tKtrAlUtrj .dropdown-item:last-child {
  border-bottom: none;
  border-bottom-left-radius: 4px;
  border-bottom-right-radius: 4px;
}
.cid-tKtrAlUtrj .nav-dropdown .link {
  padding: 0 0.3em !important;
  margin: 0.667em 1em !important;
}
.cid-tKtrAlUtrj .nav-dropdown .link.dropdown-toggle::after {
  margin-left: 0.5rem;
  margin-top: 0.2rem;
}
.cid-tKtrAlUtrj .nav-link {
  position: relative;
}
.cid-tKtrAlUtrj .container {
  display: flex;
  margin: auto;
  max-width: 100%;
  width: 100%;
  padding: 0 3.4rem !important;
  min-height: 60px;
}
@media (min-width: 992px) {
  .cid-tKtrAlUtrj .container {
    flex-wrap: nowrap;
  }
}
.cid-tKtrAlUtrj .iconfont-wrapper {
  color: #e7f2fa !important;
  font-size: 1.5rem;
  padding-right: 0.3rem;
}
.cid-tKtrAlUtrj .navbar-nav {
  padding: 5px !important;
}
.cid-tKtrAlUtrj .navbar-nav .nav-item {
  margin: 0 5px !important;
  padding: 0 !important;
}
.cid-tKtrAlUtrj .navbar-nav .nav-item .nav-link {
  margin: 0 !important;
  padding: 13px 8px !important;
  font-weight: 400 !important;
}
.cid-tKtrAlUtrj .dropdown-menu,
.cid-tKtrAlUtrj .navbar.opened {
  background: #e7f2fa !important;
}
.cid-tKtrAlUtrj .nav-item:focus,
.cid-tKtrAlUtrj .nav-link:focus {
  outline: none;
}
.cid-tKtrAlUtrj .dropdown .dropdown-menu .dropdown-item {
  width: auto;
  transition: all 0.25s ease-in-out;
}
.cid-tKtrAlUtrj .dropdown .dropdown-menu .dropdown-item::after {
  right: 0.5rem;
}
.cid-tKtrAlUtrj .dropdown .dropdown-menu .dropdown-item .mbr-iconfont {
  margin-right: 0.5rem;
  vertical-align: sub;
}
.cid-tKtrAlUtrj .dropdown .dropdown-menu .dropdown-item .mbr-iconfont:before {
  display: inline-block;
  transform: scale(1, 1);
  transition: all 0.25s ease-in-out;
}
.cid-tKtrAlUtrj .collapsed .dropdown-menu .dropdown-item:before {
  display: none;
}
.cid-tKtrAlUtrj .collapsed .dropdown .dropdown-menu .dropdown-item {
  padding: 0.235em 1.5em 0.235em 1.5em !important;
  transition: none;
  margin: 0 !important;
}
.cid-tKtrAlUtrj .navbar {
  transition: all 0.3s;
  border-bottom: 1px solid transparent;
  box-shadow: 0 1px 3px 0 rgba(0, 0, 0, 0.1);
  background: #e7f2fa;
  padding: 0 !important;
  border: none !important;
}
.cid-tKtrAlUtrj .navbar.opened {
  transition: all 0.3s;
}
.cid-tKtrAlUtrj .navbar .dropdown-item {
  padding: 0.5rem 1.8rem;
  font-weight: 400 !important;
}
.cid-tKtrAlUtrj .navbar .navbar-logo img {
  width: auto;
}
.cid-tKtrAlUtrj .navbar .navbar-collapse {
  justify-content: flex-end;
  z-index: 1;
}
.cid-tKtrAlUtrj .navbar.collapsed {
  justify-content: center;
}
.cid-tKtrAlUtrj .navbar.collapsed .nav-item .nav-link::before {
  display: none;
}
.cid-tKtrAlUtrj .navbar.collapsed.opened .dropdown-menu {
  top: 0;
}
@media (min-width: 992px) {
  .cid-tKtrAlUtrj .navbar.collapsed.opened:not(.navbar-short) .navbar-collapse {
    max-height: calc(98.5vh - 3.9rem);
  }
}
.cid-tKtrAlUtrj .navbar.collapsed .dropdown-menu .dropdown-submenu {
  left: 0 !important;
}
.cid-tKtrAlUtrj .navbar.collapsed .dropdown-menu .dropdown-item:after {
  right: auto;
}
.cid-tKtrAlUtrj .navbar.collapsed .dropdown-menu .dropdown-toggle[data-toggle="dropdown-submenu"]:after {
  margin-left: 0.5rem;
  margin-top: 0.2rem;
  border-top: 0.35em solid;
  border-right: 0.35em solid transparent;
  border-left: 0.35em solid transparent;
  border-bottom: 0;
  top: 41%;
}
.cid-tKtrAlUtrj .navbar.collapsed ul.navbar-nav li {
  margin: auto;
}
.cid-tKtrAlUtrj .navbar.collapsed .dropdown-menu .dropdown-item {
  padding: 0.25rem 1.5rem;
  text-align: center;
}
.cid-tKtrAlUtrj .navbar.collapsed .icons-menu {
  padding-left: 0;
  padding-right: 0;
  padding-top: 0.5rem;
  padding-bottom: 0.5rem;
}
@media (max-width: 991px) {
  .cid-tKtrAlUtrj .navbar .nav-item .nav-link::before {
    display: none;
  }
  .cid-tKtrAlUtrj .navbar.opened .dropdown-menu {
    top: 0;
  }
  .cid-tKtrAlUtrj .navbar .dropdown-menu .dropdown-submenu {
    left: 0 !important;
  }
  .cid-tKtrAlUtrj .navbar .dropdown-menu .dropdown-item:after {
    right: auto;
  }
  .cid-tKtrAlUtrj .navbar .dropdown-menu .dropdown-toggle[data-toggle="dropdown-submenu"]:after {
    margin-left: 0.5rem;
    margin-top: 0.2rem;
    border-top: 0.35em solid;
    border-right: 0.35em solid transparent;
    border-left: 0.35em solid transparent;
    border-bottom: 0;
    top: 40%;
  }
  .cid-tKtrAlUtrj .navbar .navbar-logo img {
    height: 3rem !important;
  }
  .cid-tKtrAlUtrj .navbar ul.navbar-nav li {
    margin: auto;
  }
  .cid-tKtrAlUtrj .navbar .dropdown-menu .dropdown-item {
    padding: 0.25rem 1.5rem !important;
    text-align: center;
  }
  .cid-tKtrAlUtrj .navbar .navbar-brand {
    flex-shrink: initial;
    flex-basis: auto;
    word-break: break-word;
    padding-right: 2rem;
  }
  .cid-tKtrAlUtrj .navbar .navbar-toggler {
    flex-basis: auto;
  }
  .cid-tKtrAlUtrj .navbar .icons-menu {
    padding-left: 0;
    padding-top: 0.5rem;
    padding-bottom: 0.5rem;
  }
}
@media (max-width: 991px) and (max-width: 767px) {
  .cid-tKtrAlUtrj .navbar .navbar-brand {
    width: calc(100% - 31px);
  }
}
.cid-tKtrAlUtrj .navbar.navbar-short .navbar-logo img {
  height: 2.5rem !important;
}
.cid-tKtrAlUtrj .navbar.navbar-short .navbar-brand {
  padding: 0;
}
.cid-tKtrAlUtrj .navbar-brand {
  flex-shrink: 0;
  align-items: center;
  margin-right: 0;
  padding: 5px !important;
  transition: all 0.3s;
  word-break: break-word;
  z-index: 1;
}
.cid-tKtrAlUtrj .navbar-brand .navbar-caption {
  line-height: inherit !important;
}
.cid-tKtrAlUtrj .navbar-brand .navbar-logo a {
  outline: none;
}
.cid-tKtrAlUtrj .dropdown-item.active,
.cid-tKtrAlUtrj .dropdown-item:active {
  background-color: transparent;
}
.cid-tKtrAlUtrj .navbar-expand-lg .navbar-nav .nav-link {
  padding: 0;
}
.cid-tKtrAlUtrj .nav-dropdown .link.dropdown-toggle {
  margin-right: 1.667em;
}
.cid-tKtrAlUtrj .nav-dropdown .link.dropdown-toggle[aria-expanded="true"] {
  margin-right: 0;
  padding: 0.667em 1.667em;
}
.cid-tKtrAlUtrj .navbar.navbar-expand-lg .dropdown .dropdown-menu {
  background: #e7f2fa;
}
.cid-tKtrAlUtrj .navbar.navbar-expand-lg .dropdown .dropdown-menu .dropdown-submenu {
  margin: 0;
  left: 100%;
}
.cid-tKtrAlUtrj .navbar .dropdown.open > .dropdown-menu {
  display: block;
}
.cid-tKtrAlUtrj ul.navbar-nav {
  flex-wrap: wrap;
}
.cid-tKtrAlUtrj .navbar-buttons {
  text-align: center;
  min-width: 150px;
}
.cid-tKtrAlUtrj button.navbar-toggler {
  outline: none;
  width: 10px;
  height: 20px;
  cursor: pointer;
  transition: all 0.5s;
  position: relative;
  align-self: center;
}
.cid-tKtrAlUtrj button.navbar-toggler .hamburger span {
  position: absolute;
  right: 0;
  width: 30px;
  height: 2px;
  border-right: 5px;
  background-color: #112b6d;
}
.cid-tKtrAlUtrj button.navbar-toggler .hamburger span:nth-child(1) {
  top: 0;
  transition: all 0.2s;
}
.cid-tKtrAlUtrj button.navbar-toggler .hamburger span:nth-child(2) {
  top: 8px;
  transition: all 0.15s;
}
.cid-tKtrAlUtrj button.navbar-toggler .hamburger span:nth-child(3) {
  top: 8px;
  transition: all 0.15s;
}
.cid-tKtrAlUtrj button.navbar-toggler .hamburger span:nth-child(4) {
  top: 8px;
  transition: all 0.2s;
}
.cid-tKtrAlUtrj nav.opened .hamburger span:nth-child(1) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-tKtrAlUtrj nav.opened .hamburger span:nth-child(2) {
  transform: rotate(45deg);
  transition: all 0.25s;
}
.cid-tKtrAlUtrj nav.opened .hamburger span:nth-child(3) {
  transform: rotate(-45deg);
  transition: all 0.25s;
}
.cid-tKtrAlUtrj nav.opened .hamburger span:nth-child(4) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-tKtrAlUtrj .navbar-dropdown {
  padding: 0 1rem;
  position: fixed;
}
.cid-tKtrAlUtrj a.nav-link {
  display: flex;
  align-items: center;
  justify-content: center;
}
.cid-tKtrAlUtrj .icons-menu {
  flex-wrap: nowrap;
  display: flex;
  justify-content: center;
  padding-left: 1rem;
  padding-right: 1rem;
  padding-top: 0.3rem;
  text-align: center;
}
@media screen and (-ms-high-contrast: active), (-ms-high-contrast: none) {
  .cid-tKtrAlUtrj .navbar {
    height: 70px;
  }
  .cid-tKtrAlUtrj .navbar.opened {
    height: auto;
  }
  .cid-tKtrAlUtrj .nav-item .nav-link:hover::before {
    width: 175%;
    max-width: calc(100% + 2rem);
    left: -1rem;
  }
}
.cid-tKtrAlUtrj .container-head {
  width: 100%;
  min-height: 60px;
  padding-top: 5px !important;
  padding-bottom: 5px !important;
  background-color: #2c5a7d;
}
.cid-tKtrAlUtrj .mbr-section-title {
  color: #112B6D;
  max-width: 50%;
  margin-right: auto;
}
.cid-tKtrAlUtrj .mbr-section-btn {
  max-width: 50%;
  text-align: right;
  margin-left: auto;
}
.cid-tKtrAlUtrj .mbr-section-btn .btn {
  font-weight: 500 !important;
}
.cid-tKtrAlUtrj .mbr-section-btn .btn:hover {
  transform: scale3d(1.1, 1.1, 1.1);
}
@media (max-width: 991px) {
  .cid-tKtrAlUtrj .container-head {
    padding-top: 10px !important;
    padding-bottom: 10px !important;
  }
  .cid-tKtrAlUtrj .container {
    overflow: hidden;
  }
  .cid-tKtrAlUtrj .mbr-section-title {
    max-width: 100%;
    width: 100%;
    margin-right: 0;
    text-align: center !important;
  }
  .cid-tKtrAlUtrj .mbr-section-btn {
    max-width: 100%;
    width: 100%;
    text-align: center !important;
    margin-left: 0;
  }
  .cid-tKtrAlUtrj .icons-menu {
    margin: 0 auto;
    padding-right: 0;
  }
  .cid-tKtrAlUtrj .navbar-collapse {
    box-shadow: 0 0 10px 0 rgba(0, 0, 0, 0.5);
    margin: 0 -3.4rem;
  }
  .cid-tKtrAlUtrj .navbar-nav {
    padding: 0 !important;
  }
  .cid-tKtrAlUtrj .navbar-nav .nav-item {
    margin: 0  !important;
    padding: 0 !important;
  }
  .cid-tKtrAlUtrj .navbar-nav .nav-item .nav-link {
    justify-content: flex-start !important;
    margin: 0 !important;
    padding: 10px 20px !important;
    font-weight: 400 !important;
  }
  .cid-tKtrAlUtrj .navbar-nav .nav-item .nav-link:hover {
    background-color: #112B6D !important;
    color: #FFFFFF !important;
  }
  .cid-tKtrAlUtrj .navbar-nav .nav-item .dropdown-menu .dropdown-item {
    text-align: left !important;
    border: none !important;
    border-radius: 0 !important;
    padding: 13px 20px 13px 28px !important;
    line-height: 1 !important;
  }
  .cid-tKtrAlUtrj .navbar-nav .nav-item .dropdown-menu .dropdown-item:hover {
    background-color: #112B6D !important;
    color: #FFFFFF !important;
  }
  .cid-tKtrAlUtrj .navbar-nav .dropdown-menu .dropdown-submenu {
    margin-left: 0 !important;
  }
}
@media (max-width: 767px) {
  .cid-tKtrAlUtrj .container {
    padding: 25px 15px !important;
  }
  .cid-tKtrAlUtrj .container-head {
    padding: 10px !important;
  }
  .cid-tKtrAlUtrj .navbar-collapse {
    margin: 0 -15px -25px !important;
  }
  .cid-tKtrAlUtrj .navbar .navbar-brand {
    width: auto !important;
    max-width: 60%;
  }
  .cid-tKtrAlUtrj .navbar-toggler {
    margin-right: 6%;
    max-width: 40%;
  }
}
.cid-tKtrAlUtrj P {
  color: #ffffff;
  font-size: 10px;
}
.cid-tIRR69GSjr {
  padding-top: 1rem;
  padding-bottom: 0rem;
  background-color: #ffffff;
}
.cid-tIRR69GSjr .mbr-section-title {
  color: #2c5a7d;
  text-align: left;
}
.cid-tIRR69GSjr .mbr-text {
  color: #2c5a7d;
}
.cid-tKdEDzxgUp {
  padding-top: 10rem;
  padding-bottom: 7rem;
  background-image: url("../../../assets/images/img-8571-wide-3.webp");
}
.cid-tKdEDzxgUp .card-title {
  color: #d37158;
}
.cid-tKdEDzxgUp .map-wrapper {
  margin-bottom: 70px;
}
.cid-tKdEDzxgUp .google-map {
  height: 540px;
  position: relative;
}
.cid-tKdEDzxgUp .google-map iframe {
  height: 100%;
  width: 100%;
}
.cid-tKdEDzxgUp .google-map [data-state-details] {
  color: #6b6763;
  height: 1.5em;
  margin-top: -0.75em;
  padding-left: 1.25rem;
  padding-right: 1.25rem;
  position: absolute;
  text-align: center;
  top: 50%;
  width: 100%;
}
.cid-tKdEDzxgUp .google-map[data-state] {
  background: #e9e5dc;
}
.cid-tKdEDzxgUp .google-map[data-state="loading"] [data-state-details] {
  display: none;
}
.cid-tKdEDzxgUp .contact_content {
  display: flex;
  align-items: center;
  margin: 10px 0;
}
@media (max-width: 767px) {
  .cid-tKdEDzxgUp .contact_content {
    margin: 7px 0 15px;
  }
}
.cid-tKdEDzxgUp .card_text {
  width: 100%;
  color: #2c5a7d;
  text-align: left;
}
@media (min-width: 992px) {
  .cid-tKdEDzxgUp .card_box {
    padding: 0 2rem;
  }
}
.cid-tKdEDzxgUp .iconfont-wrapper {
  margin-right: 15px;
  display: inline-flex;
  justify-content: center;
  align-items: center;
  width: 19px;
  height: 19px;
  font-size: 19px;
  color: #202020;
}
.cid-tIRR6bZQH7 {
  padding-top: 45px;
  padding-bottom: 15px;
  background-color: #2c5a7d;
}
@media (max-width: 767px) {
  .cid-tIRR6bZQH7 .content {
    text-align: center;
  }
  .cid-tIRR6bZQH7 .content > div:not(:last-child) {
    margin-bottom: 2rem;
  }
}
.cid-tIRR6bZQH7 .map {
  height: 18rem;
}
@media (max-width: 767px) {
  .cid-tIRR6bZQH7 .footer-lower .copyright {
    margin-bottom: 1rem;
    text-align: center;
  }
}
.cid-tIRR6bZQH7 .footer-lower hr {
  margin: 1rem 0;
  border-color: #fff;
  opacity: 0.05;
}
.cid-tIRR6bZQH7 .google-map {
  height: 23rem;
  position: relative;
}
.cid-tIRR6bZQH7 .google-map iframe {
  height: 90%;
  width: 90%;
}
.cid-tIRR6bZQH7 .google-map [data-state-details] {
  color: #6b6763;
  font-family: Montserrat;
  height: 1.5em;
  margin-top: -0.75em;
  padding-left: 1.25rem;
  padding-right: 1.25rem;
  position: absolute;
  text-align: center;
  top: 50%;
  width: 100%;
}
.cid-tIRR6bZQH7 .google-map[data-state] {
  background: #e9e5dc;
}
.cid-tIRR6bZQH7 .google-map[data-state="loading"] [data-state-details] {
  display: none;
}
.cid-tIRR6bZQH7 .social-list {
  padding-left: 0;
  margin-bottom: 0;
  margin-left: -7px;
  list-style: none;
  display: flex;
  -webkit-justify-content: flex-start;
  justify-content: flex-start;
  -webkit-flex-wrap: wrap;
  flex-wrap: wrap;
}
.cid-tIRR6bZQH7 .social-list .mbr-iconfont-social {
  font-size: 1.3rem;
  color: #fff;
}
.cid-tIRR6bZQH7 .social-list .soc-item {
  margin: 0 0.5rem;
}
.cid-tIRR6bZQH7 .social-list a {
  margin: 0;
  opacity: 0.5;
  -webkit-transition: 0.2s linear;
  transition: 0.2s linear;
}
.cid-tIRR6bZQH7 .social-list a:hover {
  opacity: 1;
}
@media (max-width: 767px) {
  .cid-tIRR6bZQH7 .social-list {
    -webkit-justify-content: center;
    justify-content: center;
  }
}
.cid-tIRR6bZQH7 .list {
  list-style-type: none;
  padding: 0;
}
.cid-tIRR6bZQH7 H5 {
  color: #d37158;
  text-align: left;
}
.cid-tIRR6bZQH7 .mbr-text {
  color: #ffffff;
}
.cid-tIRR6com7U {
  padding-top: 15px;
  padding-bottom: 15px;
  background-color: #2c5a7d;
}
.cid-tIRR6com7U .mbr-text {
  color: #a7a89f;
}
.cid-tKtrAlUtrj {
  z-index: 1000;
  width: 100%;
  position: relative;
}
.cid-tKtrAlUtrj nav.navbar {
  position: fixed;
}
.cid-tKtrAlUtrj .icon54-v2-telephone {
  font-size: 20px;
  position: relative;
}
.cid-tKtrAlUtrj .icon54-v2-telephone:hover {
  color: #d8853b;
  transition-duration: 0.2s;
}
.cid-tKtrAlUtrj .imind-email {
  font-size: 20px;
  position: relative;
}
.cid-tKtrAlUtrj .imind-email:hover {
  color: #d8853b;
  transition-duration: 0.2s;
}
.cid-tKtrAlUtrj .mobi-mbri-map-pin {
  font-size: 20px;
  position: relative;
}
.cid-tKtrAlUtrj .mobi-mbri-map-pin:hover {
  color: #d8853b;
  transition-duration: 0.2s;
}
.cid-tKtrAlUtrj .socicon-facebook {
  font-size: 20px;
  position: relative;
}
.cid-tKtrAlUtrj .socicon-facebook:hover {
  color: #d8853b;
  transition-duration: 0.2s;
}
.cid-tKtrAlUtrj .dropdown-item:before {
  font-family: Moririse2 !important;
  content: "\e966";
  display: inline-block;
  width: 0;
  position: absolute;
  left: 1rem;
  top: 0.5rem;
  margin-right: 0.5rem;
  line-height: 1;
  font-size: inherit;
  vertical-align: middle;
  text-align: center;
  overflow: hidden;
  transform: scale(0, 1);
  transition: all 0.25s ease-in-out;
}
.cid-tKtrAlUtrj .dropdown-menu {
  padding: 0;
  box-shadow: none !important;
  border-radius: 0 !important;
}
.cid-tKtrAlUtrj .dropdown-menu .dropdown-item {
  border: none !important;
  border-radius: 0 !important;
  padding: 13px 20px 13px 28px !important;
  line-height: 1 !important;
}
.cid-tKtrAlUtrj .dropdown-menu .dropdown-item:hover {
  background-color: #d8853b !important;
  color: #FFFFFF !important;
}
.cid-tKtrAlUtrj .dropdown-item:hover,
.cid-tKtrAlUtrj .dropdown-item:focus {
  background: #d8853b !important;
  color: white !important;
}
.cid-tKtrAlUtrj .dropdown-item:hover span {
  color: white;
}
.cid-tKtrAlUtrj .dropdown-item:first-child {
  border-top-left-radius: 4px;
  border-top-right-radius: 4px;
}
.cid-tKtrAlUtrj .dropdown-item:last-child {
  border-bottom: none;
  border-bottom-left-radius: 4px;
  border-bottom-right-radius: 4px;
}
.cid-tKtrAlUtrj .nav-dropdown .link {
  padding: 0 0.3em !important;
  margin: 0.667em 1em !important;
}
.cid-tKtrAlUtrj .nav-dropdown .link.dropdown-toggle::after {
  margin-left: 0.5rem;
  margin-top: 0.2rem;
}
.cid-tKtrAlUtrj .nav-link {
  position: relative;
}
.cid-tKtrAlUtrj .container {
  display: flex;
  margin: auto;
  max-width: 100%;
  width: 100%;
  padding: 0 3.4rem !important;
  min-height: 60px;
}
@media (min-width: 992px) {
  .cid-tKtrAlUtrj .container {
    flex-wrap: nowrap;
  }
}
.cid-tKtrAlUtrj .iconfont-wrapper {
  color: #e7f2fa !important;
  font-size: 1.5rem;
  padding-right: 0.3rem;
}
.cid-tKtrAlUtrj .navbar-nav {
  padding: 5px !important;
}
.cid-tKtrAlUtrj .navbar-nav .nav-item {
  margin: 0 5px !important;
  padding: 0 !important;
}
.cid-tKtrAlUtrj .navbar-nav .nav-item .nav-link {
  margin: 0 !important;
  padding: 13px 8px !important;
  font-weight: 400 !important;
}
.cid-tKtrAlUtrj .dropdown-menu,
.cid-tKtrAlUtrj .navbar.opened {
  background: #e7f2fa !important;
}
.cid-tKtrAlUtrj .nav-item:focus,
.cid-tKtrAlUtrj .nav-link:focus {
  outline: none;
}
.cid-tKtrAlUtrj .dropdown .dropdown-menu .dropdown-item {
  width: auto;
  transition: all 0.25s ease-in-out;
}
.cid-tKtrAlUtrj .dropdown .dropdown-menu .dropdown-item::after {
  right: 0.5rem;
}
.cid-tKtrAlUtrj .dropdown .dropdown-menu .dropdown-item .mbr-iconfont {
  margin-right: 0.5rem;
  vertical-align: sub;
}
.cid-tKtrAlUtrj .dropdown .dropdown-menu .dropdown-item .mbr-iconfont:before {
  display: inline-block;
  transform: scale(1, 1);
  transition: all 0.25s ease-in-out;
}
.cid-tKtrAlUtrj .collapsed .dropdown-menu .dropdown-item:before {
  display: none;
}
.cid-tKtrAlUtrj .collapsed .dropdown .dropdown-menu .dropdown-item {
  padding: 0.235em 1.5em 0.235em 1.5em !important;
  transition: none;
  margin: 0 !important;
}
.cid-tKtrAlUtrj .navbar {
  transition: all 0.3s;
  border-bottom: 1px solid transparent;
  box-shadow: 0 1px 3px 0 rgba(0, 0, 0, 0.1);
  background: #e7f2fa;
  padding: 0 !important;
  border: none !important;
}
.cid-tKtrAlUtrj .navbar.opened {
  transition: all 0.3s;
}
.cid-tKtrAlUtrj .navbar .dropdown-item {
  padding: 0.5rem 1.8rem;
  font-weight: 400 !important;
}
.cid-tKtrAlUtrj .navbar .navbar-logo img {
  width: auto;
}
.cid-tKtrAlUtrj .navbar .navbar-collapse {
  justify-content: flex-end;
  z-index: 1;
}
.cid-tKtrAlUtrj .navbar.collapsed {
  justify-content: center;
}
.cid-tKtrAlUtrj .navbar.collapsed .nav-item .nav-link::before {
  display: none;
}
.cid-tKtrAlUtrj .navbar.collapsed.opened .dropdown-menu {
  top: 0;
}
@media (min-width: 992px) {
  .cid-tKtrAlUtrj .navbar.collapsed.opened:not(.navbar-short) .navbar-collapse {
    max-height: calc(98.5vh - 3.9rem);
  }
}
.cid-tKtrAlUtrj .navbar.collapsed .dropdown-menu .dropdown-submenu {
  left: 0 !important;
}
.cid-tKtrAlUtrj .navbar.collapsed .dropdown-menu .dropdown-item:after {
  right: auto;
}
.cid-tKtrAlUtrj .navbar.collapsed .dropdown-menu .dropdown-toggle[data-toggle="dropdown-submenu"]:after {
  margin-left: 0.5rem;
  margin-top: 0.2rem;
  border-top: 0.35em solid;
  border-right: 0.35em solid transparent;
  border-left: 0.35em solid transparent;
  border-bottom: 0;
  top: 41%;
}
.cid-tKtrAlUtrj .navbar.collapsed ul.navbar-nav li {
  margin: auto;
}
.cid-tKtrAlUtrj .navbar.collapsed .dropdown-menu .dropdown-item {
  padding: 0.25rem 1.5rem;
  text-align: center;
}
.cid-tKtrAlUtrj .navbar.collapsed .icons-menu {
  padding-left: 0;
  padding-right: 0;
  padding-top: 0.5rem;
  padding-bottom: 0.5rem;
}
@media (max-width: 991px) {
  .cid-tKtrAlUtrj .navbar .nav-item .nav-link::before {
    display: none;
  }
  .cid-tKtrAlUtrj .navbar.opened .dropdown-menu {
    top: 0;
  }
  .cid-tKtrAlUtrj .navbar .dropdown-menu .dropdown-submenu {
    left: 0 !important;
  }
  .cid-tKtrAlUtrj .navbar .dropdown-menu .dropdown-item:after {
    right: auto;
  }
  .cid-tKtrAlUtrj .navbar .dropdown-menu .dropdown-toggle[data-toggle="dropdown-submenu"]:after {
    margin-left: 0.5rem;
    margin-top: 0.2rem;
    border-top: 0.35em solid;
    border-right: 0.35em solid transparent;
    border-left: 0.35em solid transparent;
    border-bottom: 0;
    top: 40%;
  }
  .cid-tKtrAlUtrj .navbar .navbar-logo img {
    height: 3rem !important;
  }
  .cid-tKtrAlUtrj .navbar ul.navbar-nav li {
    margin: auto;
  }
  .cid-tKtrAlUtrj .navbar .dropdown-menu .dropdown-item {
    padding: 0.25rem 1.5rem !important;
    text-align: center;
  }
  .cid-tKtrAlUtrj .navbar .navbar-brand {
    flex-shrink: initial;
    flex-basis: auto;
    word-break: break-word;
    padding-right: 2rem;
  }
  .cid-tKtrAlUtrj .navbar .navbar-toggler {
    flex-basis: auto;
  }
  .cid-tKtrAlUtrj .navbar .icons-menu {
    padding-left: 0;
    padding-top: 0.5rem;
    padding-bottom: 0.5rem;
  }
}
@media (max-width: 991px) and (max-width: 767px) {
  .cid-tKtrAlUtrj .navbar .navbar-brand {
    width: calc(100% - 31px);
  }
}
.cid-tKtrAlUtrj .navbar.navbar-short .navbar-logo img {
  height: 2.5rem !important;
}
.cid-tKtrAlUtrj .navbar.navbar-short .navbar-brand {
  padding: 0;
}
.cid-tKtrAlUtrj .navbar-brand {
  flex-shrink: 0;
  align-items: center;
  margin-right: 0;
  padding: 5px !important;
  transition: all 0.3s;
  word-break: break-word;
  z-index: 1;
}
.cid-tKtrAlUtrj .navbar-brand .navbar-caption {
  line-height: inherit !important;
}
.cid-tKtrAlUtrj .navbar-brand .navbar-logo a {
  outline: none;
}
.cid-tKtrAlUtrj .dropdown-item.active,
.cid-tKtrAlUtrj .dropdown-item:active {
  background-color: transparent;
}
.cid-tKtrAlUtrj .navbar-expand-lg .navbar-nav .nav-link {
  padding: 0;
}
.cid-tKtrAlUtrj .nav-dropdown .link.dropdown-toggle {
  margin-right: 1.667em;
}
.cid-tKtrAlUtrj .nav-dropdown .link.dropdown-toggle[aria-expanded="true"] {
  margin-right: 0;
  padding: 0.667em 1.667em;
}
.cid-tKtrAlUtrj .navbar.navbar-expand-lg .dropdown .dropdown-menu {
  background: #e7f2fa;
}
.cid-tKtrAlUtrj .navbar.navbar-expand-lg .dropdown .dropdown-menu .dropdown-submenu {
  margin: 0;
  left: 100%;
}
.cid-tKtrAlUtrj .navbar .dropdown.open > .dropdown-menu {
  display: block;
}
.cid-tKtrAlUtrj ul.navbar-nav {
  flex-wrap: wrap;
}
.cid-tKtrAlUtrj .navbar-buttons {
  text-align: center;
  min-width: 150px;
}
.cid-tKtrAlUtrj button.navbar-toggler {
  outline: none;
  width: 10px;
  height: 20px;
  cursor: pointer;
  transition: all 0.5s;
  position: relative;
  align-self: center;
}
.cid-tKtrAlUtrj button.navbar-toggler .hamburger span {
  position: absolute;
  right: 0;
  width: 30px;
  height: 2px;
  border-right: 5px;
  background-color: #112b6d;
}
.cid-tKtrAlUtrj button.navbar-toggler .hamburger span:nth-child(1) {
  top: 0;
  transition: all 0.2s;
}
.cid-tKtrAlUtrj button.navbar-toggler .hamburger span:nth-child(2) {
  top: 8px;
  transition: all 0.15s;
}
.cid-tKtrAlUtrj button.navbar-toggler .hamburger span:nth-child(3) {
  top: 8px;
  transition: all 0.15s;
}
.cid-tKtrAlUtrj button.navbar-toggler .hamburger span:nth-child(4) {
  top: 8px;
  transition: all 0.2s;
}
.cid-tKtrAlUtrj nav.opened .hamburger span:nth-child(1) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-tKtrAlUtrj nav.opened .hamburger span:nth-child(2) {
  transform: rotate(45deg);
  transition: all 0.25s;
}
.cid-tKtrAlUtrj nav.opened .hamburger span:nth-child(3) {
  transform: rotate(-45deg);
  transition: all 0.25s;
}
.cid-tKtrAlUtrj nav.opened .hamburger span:nth-child(4) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-tKtrAlUtrj .navbar-dropdown {
  padding: 0 1rem;
  position: fixed;
}
.cid-tKtrAlUtrj a.nav-link {
  display: flex;
  align-items: center;
  justify-content: center;
}
.cid-tKtrAlUtrj .icons-menu {
  flex-wrap: nowrap;
  display: flex;
  justify-content: center;
  padding-left: 1rem;
  padding-right: 1rem;
  padding-top: 0.3rem;
  text-align: center;
}
@media screen and (-ms-high-contrast: active), (-ms-high-contrast: none) {
  .cid-tKtrAlUtrj .navbar {
    height: 70px;
  }
  .cid-tKtrAlUtrj .navbar.opened {
    height: auto;
  }
  .cid-tKtrAlUtrj .nav-item .nav-link:hover::before {
    width: 175%;
    max-width: calc(100% + 2rem);
    left: -1rem;
  }
}
.cid-tKtrAlUtrj .container-head {
  width: 100%;
  min-height: 60px;
  padding-top: 5px !important;
  padding-bottom: 5px !important;
  background-color: #2c5a7d;
}
.cid-tKtrAlUtrj .mbr-section-title {
  color: #112B6D;
  max-width: 50%;
  margin-right: auto;
}
.cid-tKtrAlUtrj .mbr-section-btn {
  max-width: 50%;
  text-align: right;
  margin-left: auto;
}
.cid-tKtrAlUtrj .mbr-section-btn .btn {
  font-weight: 500 !important;
}
.cid-tKtrAlUtrj .mbr-section-btn .btn:hover {
  transform: scale3d(1.1, 1.1, 1.1);
}
@media (max-width: 991px) {
  .cid-tKtrAlUtrj .container-head {
    padding-top: 10px !important;
    padding-bottom: 10px !important;
  }
  .cid-tKtrAlUtrj .container {
    overflow: hidden;
  }
  .cid-tKtrAlUtrj .mbr-section-title {
    max-width: 100%;
    width: 100%;
    margin-right: 0;
    text-align: center !important;
  }
  .cid-tKtrAlUtrj .mbr-section-btn {
    max-width: 100%;
    width: 100%;
    text-align: center !important;
    margin-left: 0;
  }
  .cid-tKtrAlUtrj .icons-menu {
    margin: 0 auto;
    padding-right: 0;
  }
  .cid-tKtrAlUtrj .navbar-collapse {
    box-shadow: 0 0 10px 0 rgba(0, 0, 0, 0.5);
    margin: 0 -3.4rem;
  }
  .cid-tKtrAlUtrj .navbar-nav {
    padding: 0 !important;
  }
  .cid-tKtrAlUtrj .navbar-nav .nav-item {
    margin: 0  !important;
    padding: 0 !important;
  }
  .cid-tKtrAlUtrj .navbar-nav .nav-item .nav-link {
    justify-content: flex-start !important;
    margin: 0 !important;
    padding: 10px 20px !important;
    font-weight: 400 !important;
  }
  .cid-tKtrAlUtrj .navbar-nav .nav-item .nav-link:hover {
    background-color: #112B6D !important;
    color: #FFFFFF !important;
  }
  .cid-tKtrAlUtrj .navbar-nav .nav-item .dropdown-menu .dropdown-item {
    text-align: left !important;
    border: none !important;
    border-radius: 0 !important;
    padding: 13px 20px 13px 28px !important;
    line-height: 1 !important;
  }
  .cid-tKtrAlUtrj .navbar-nav .nav-item .dropdown-menu .dropdown-item:hover {
    background-color: #112B6D !important;
    color: #FFFFFF !important;
  }
  .cid-tKtrAlUtrj .navbar-nav .dropdown-menu .dropdown-submenu {
    margin-left: 0 !important;
  }
}
@media (max-width: 767px) {
  .cid-tKtrAlUtrj .container {
    padding: 25px 15px !important;
  }
  .cid-tKtrAlUtrj .container-head {
    padding: 10px !important;
  }
  .cid-tKtrAlUtrj .navbar-collapse {
    margin: 0 -15px -25px !important;
  }
  .cid-tKtrAlUtrj .navbar .navbar-brand {
    width: auto !important;
    max-width: 60%;
  }
  .cid-tKtrAlUtrj .navbar-toggler {
    margin-right: 6%;
    max-width: 40%;
  }
}
.cid-tKtrAlUtrj P {
  color: #ffffff;
  font-size: 10px;
}
.cid-tIwaVpg2IQ {
  padding-top: 9rem;
  padding-bottom: 5rem;
  background-color: #2c5a7d;
}
.cid-tIwaVpg2IQ .mbr-overlay {
  z-index: 1;
}
.cid-tIwaVpg2IQ #section1 a {
  padding-top: 70px;
}
.cid-tIwaVpg2IQ #section1 a span {
  position: absolute;
  top: 0;
  left: 50%;
  width: 24px;
  height: 24px;
  margin-left: -12px;
  border-left: 1px solid #fff;
  border-bottom: 1px solid #fff;
  -webkit-transform: rotate(-45deg);
  transform: rotate(-45deg);
  -webkit-animation: sdb05 1.5s infinite;
  animation: sdb05 1.5s infinite;
  box-sizing: border-box;
}
@-webkit-keyframes sdb05 {
  0% {
    -webkit-transform: rotate(-45deg) translate(0, 0);
    opacity: 0;
  }
  50% {
    opacity: 1;
  }
  100% {
    -webkit-transform: rotate(-45deg) translate(-20px, 20px);
    opacity: 0;
  }
}
@keyframes sdb05 {
  0% {
    transform: rotate(-45deg) translate(0, 0);
    opacity: 0;
  }
  50% {
    opacity: 1;
  }
  100% {
    transform: rotate(-45deg) translate(-20px, 20px);
    opacity: 0;
  }
}
@media (min-width: 992px) {
  .cid-tIwaVpg2IQ .carousel {
    min-height: 700px;
  }
  .cid-tIwaVpg2IQ .carousel img {
    max-height: 700px;
    object-fit: contain;
  }
}
@media (max-width: 991px) and (min-width: 768px) {
  .cid-tIwaVpg2IQ .carousel {
    min-height: 455px;
  }
  .cid-tIwaVpg2IQ .carousel img {
    max-height: 455px;
    object-fit: contain;
  }
}
@media (max-width: 767px) {
  .cid-tIwaVpg2IQ .carousel {
    min-height: 385px;
  }
  .cid-tIwaVpg2IQ .carousel img {
    max-height: 385px;
    object-fit: contain;
  }
  .cid-tIwaVpg2IQ .container .carousel-control {
    margin-bottom: 0;
  }
  .cid-tIwaVpg2IQ .content-slider-wrap {
    width: 100% !important;
  }
}
.cid-tIwaVpg2IQ .carousel,
.cid-tIwaVpg2IQ .carousel-inner {
  display: flex;
  align-items: center;
}
.cid-tIwaVpg2IQ .item-wrapper {
  width: 100%;
}
.cid-tIwaVpg2IQ .carousel-caption {
  bottom: 40px;
}
.cid-tIwaVpg2IQ .carousel-control:hover {
  background: #1b1b1b;
  color: #fff;
  opacity: 1;
}
.cid-tIwaVpg2IQ .mobi-mbri-arrow-next {
  margin-left: 5px;
}
.cid-tIwaVpg2IQ .mobi-mbri-arrow-prev {
  margin-right: 5px;
}
.cid-tIwaVpg2IQ .container .carousel-indicators {
  margin-bottom: 3px;
}
.cid-tIwaVpg2IQ .carousel-control {
  top: 50%;
  width: 60px;
  height: 60px;
  margin-top: -1.5rem;
  font-size: 22px;
  background-color: rgba(0, 0, 0, 0.5);
  border: 2px solid #fff;
  border-radius: 50%;
  transition: all 0.3s;
}
.cid-tIwaVpg2IQ .carousel-control.carousel-control-prev {
  left: 0;
  margin-left: 2.5rem;
}
.cid-tIwaVpg2IQ .carousel-control.carousel-control-next {
  right: 0;
  margin-right: 2.5rem;
}
@media (max-width: 767px) {
  .cid-tIwaVpg2IQ .carousel-control {
    top: auto;
    bottom: 1rem;
  }
}
.cid-tIwaVpg2IQ .carousel-indicators {
  position: absolute;
  bottom: 0;
  margin-bottom: 1.5rem !important;
}
.cid-tIwaVpg2IQ .carousel-indicators li {
  max-width: 15px;
  height: 15px;
  width: 15px;
  max-height: 15px;
  margin: 3px;
  background-color: rgba(0, 0, 0, 0.5);
  border: 2px solid #fff;
  border-radius: 50%;
  opacity: 0.5;
  transition: all 0.3s;
}
.cid-tIwaVpg2IQ .carousel-indicators li.active,
.cid-tIwaVpg2IQ .carousel-indicators li:hover {
  opacity: 0.9;
}
.cid-tIwaVpg2IQ .carousel-indicators li::after,
.cid-tIwaVpg2IQ .carousel-indicators li::before {
  content: none;
}
.cid-tIwaVpg2IQ .carousel-indicators.ie-fix {
  left: 50%;
  display: block;
  width: 60%;
  margin-left: -30%;
  text-align: center;
}
@media (max-width: 768px) {
  .cid-tIwaVpg2IQ .carousel-indicators {
    display: none !important;
  }
}
.cid-tIwi7HHtdC {
  padding-top: 75px;
  padding-bottom: 105px;
  background-image: url("../../../assets/images/img-8536.webp");
}
.cid-tIwi7HHtdC .card {
  -webkit-align-items: center;
  align-items: center;
}
.cid-tIwi7HHtdC .card-box {
  width: 100%;
}
.cid-tIwi7HHtdC .card-img {
  padding: 1rem;
  border: 2px solid #e15a38;
  border-radius: 100%;
  height: 120px;
  width: 120px;
  -webkit-align-items: center;
  align-items: center;
  -webkit-justify-content: center;
  justify-content: center;
  display: flex;
}
.cid-tIwi7HHtdC .card-img span {
  color: #e15a38;
  font-size: 3.2rem;
}
.cid-tIwi7HHtdC p {
  margin: 0;
}
@media (max-width: 576px) {
  .cid-tIwi7HHtdC .card {
    margin-bottom: 2rem;
  }
}
.cid-tIwi7HHtdC .mbr-section-tag {
  color: #d8d7d7;
  margin-bottom: 0.4375rem;
}
.cid-tIwi7HHtdC .mbr-section-title {
  margin-bottom: 1rem;
  text-align: center;
  color: #44367b;
}
.cid-tIwi7HHtdC .mbr-section-title b:last-child,
.cid-tIwi7HHtdC .mbr-section-title strong:last-child {
  color: #d8d7d7;
}
.cid-tIwi7HHtdC .mbr-section-subtitle {
  margin-bottom: 0.625rem;
}
.cid-tIwi7HHtdC .mbr-fallback-image.disabled {
  display: none;
}
.cid-tIwi7HHtdC .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-tIwi7HHtdC .card-title,
.cid-tIwi7HHtdC .card-img {
  color: #ffffff;
}
.cid-tIwi7HHtdC .mbr-text {
  color: #d1654a;
}
.cid-tIwi7HHtdC P {
  color: #d8d7d7;
}
.cid-tIIlTIGU0t {
  padding-top: 4rem;
  padding-bottom: 4rem;
  background-color: #efefef;
}
.cid-tIIlTIGU0t .card-wrapper {
  display: flex;
  overflow: visible;
}
.cid-tIIlTIGU0t .icon {
  font-size: 5rem;
  color: #ffd96a;
  padding-right: 0rem;
  margin-top: -1rem;
  display: block;
}
.cid-tIIlTIGU0t .card-box {
  margin-left: -1rem;
}
.cid-tIIlTIGU0t .card-title {
  color: #2c5a7d;
}
.cid-tIIlTIGU0t .card-text {
  color: #2c5a7d;
}
@media (max-width: 767px) {
  .cid-tIIlTIGU0t .align-right,
  .cid-tIIlTIGU0t .align-left {
    text-align: center;
  }
  .cid-tIIlTIGU0t .card-wrapper {
    flex-direction: column;
  }
  .cid-tIIlTIGU0t .icon,
  .cid-tIIlTIGU0t .card-box {
    margin: 0rem;
  }
  .cid-tIIlTIGU0t .icon {
    margin: auto;
    margin-bottom: 1rem;
  }
}
.cid-tIIlTIGU0t .mbr-fallback-image.disabled {
  display: none;
}
.cid-tIIlTIGU0t .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-tJmdqpXlnT {
  padding-top: 8rem;
  padding-bottom: 8rem;
  background-image: url("../../../assets/images/img-8570.webp");
}
.cid-tJmdqpXlnT .card-wrapper {
  display: flex;
  overflow: visible;
}
.cid-tJmdqpXlnT .icon {
  font-size: 5rem;
  color: #ffd96a;
  padding-right: 0rem;
  margin-top: -1rem;
  display: block;
}
.cid-tJmdqpXlnT .card-box {
  margin-left: -1rem;
}
.cid-tJmdqpXlnT .card-title {
  color: #fcfcfc;
}
.cid-tJmdqpXlnT .card-text {
  color: #fcfcfc;
}
@media (max-width: 767px) {
  .cid-tJmdqpXlnT .align-right,
  .cid-tJmdqpXlnT .align-left {
    text-align: center;
  }
  .cid-tJmdqpXlnT .card-wrapper {
    flex-direction: column;
  }
  .cid-tJmdqpXlnT .icon,
  .cid-tJmdqpXlnT .card-box {
    margin: 0rem;
  }
  .cid-tJmdqpXlnT .icon {
    margin: auto;
    margin-bottom: 1rem;
  }
}
.cid-tJmdqpXlnT .mbr-fallback-image.disabled {
  display: none;
}
.cid-tJmdqpXlnT .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-tIImpGasoH {
  padding-top: 4rem;
  padding-bottom: 4rem;
  background-color: #efefef;
}
.cid-tIImpGasoH .card-wrapper {
  display: flex;
  overflow: visible;
}
.cid-tIImpGasoH .icon {
  font-size: 5rem;
  color: #ffd96a;
  padding-right: 0rem;
  margin-top: -1rem;
  display: block;
}
.cid-tIImpGasoH .card-box {
  margin-left: -1rem;
}
.cid-tIImpGasoH .card-title {
  color: #2c5a7d;
}
.cid-tIImpGasoH .card-text {
  color: #2c5a7d;
}
@media (max-width: 767px) {
  .cid-tIImpGasoH .align-right,
  .cid-tIImpGasoH .align-left {
    text-align: center;
  }
  .cid-tIImpGasoH .card-wrapper {
    flex-direction: column;
  }
  .cid-tIImpGasoH .icon,
  .cid-tIImpGasoH .card-box {
    margin: 0rem;
  }
  .cid-tIImpGasoH .icon {
    margin: auto;
    margin-bottom: 1rem;
  }
}
.cid-tIImpGasoH .mbr-fallback-image.disabled {
  display: none;
}
.cid-tIImpGasoH .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-tIIl3aj6Fv {
  padding-top: 9rem;
  padding-bottom: 9rem;
  background-image: url("../../../assets/images/img-8571-wide-1900x820.webp");
}
.cid-tIIl3aj6Fv .card-wrapper {
  display: flex;
  overflow: visible;
}
.cid-tIIl3aj6Fv .icon {
  font-size: 5rem;
  color: #ffd96a;
  padding-right: 0rem;
  margin-top: -1rem;
  display: block;
}
.cid-tIIl3aj6Fv .card-box {
  margin-left: -1rem;
}
.cid-tIIl3aj6Fv .card-title {
  color: #fcfcfc;
}
.cid-tIIl3aj6Fv .card-text {
  color: #efefef;
}
@media (max-width: 767px) {
  .cid-tIIl3aj6Fv .align-right,
  .cid-tIIl3aj6Fv .align-left {
    text-align: center;
  }
  .cid-tIIl3aj6Fv .card-wrapper {
    flex-direction: column;
  }
  .cid-tIIl3aj6Fv .icon,
  .cid-tIIl3aj6Fv .card-box {
    margin: 0rem;
  }
  .cid-tIIl3aj6Fv .icon {
    margin: auto;
    margin-bottom: 1rem;
  }
}
.cid-tIIl3aj6Fv .mbr-fallback-image.disabled {
  display: none;
}
.cid-tIIl3aj6Fv .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-tIIBNxpjNi {
  padding-top: 45px;
  padding-bottom: 15px;
  background-color: #2c5a7d;
}
@media (max-width: 767px) {
  .cid-tIIBNxpjNi .content {
    text-align: center;
  }
  .cid-tIIBNxpjNi .content > div:not(:last-child) {
    margin-bottom: 2rem;
  }
}
.cid-tIIBNxpjNi .map {
  height: 18rem;
}
@media (max-width: 767px) {
  .cid-tIIBNxpjNi .footer-lower .copyright {
    margin-bottom: 1rem;
    text-align: center;
  }
}
.cid-tIIBNxpjNi .footer-lower hr {
  margin: 1rem 0;
  border-color: #fff;
  opacity: 0.05;
}
.cid-tIIBNxpjNi .google-map {
  height: 23rem;
  position: relative;
}
.cid-tIIBNxpjNi .google-map iframe {
  height: 90%;
  width: 90%;
}
.cid-tIIBNxpjNi .google-map [data-state-details] {
  color: #6b6763;
  font-family: Montserrat;
  height: 1.5em;
  margin-top: -0.75em;
  padding-left: 1.25rem;
  padding-right: 1.25rem;
  position: absolute;
  text-align: center;
  top: 50%;
  width: 100%;
}
.cid-tIIBNxpjNi .google-map[data-state] {
  background: #e9e5dc;
}
.cid-tIIBNxpjNi .google-map[data-state="loading"] [data-state-details] {
  display: none;
}
.cid-tIIBNxpjNi .social-list {
  padding-left: 0;
  margin-bottom: 0;
  margin-left: -7px;
  list-style: none;
  display: flex;
  -webkit-justify-content: flex-start;
  justify-content: flex-start;
  -webkit-flex-wrap: wrap;
  flex-wrap: wrap;
}
.cid-tIIBNxpjNi .social-list .mbr-iconfont-social {
  font-size: 1.3rem;
  color: #fff;
}
.cid-tIIBNxpjNi .social-list .soc-item {
  margin: 0 0.5rem;
}
.cid-tIIBNxpjNi .social-list a {
  margin: 0;
  opacity: 0.5;
  -webkit-transition: 0.2s linear;
  transition: 0.2s linear;
}
.cid-tIIBNxpjNi .social-list a:hover {
  opacity: 1;
}
@media (max-width: 767px) {
  .cid-tIIBNxpjNi .social-list {
    -webkit-justify-content: center;
    justify-content: center;
  }
}
.cid-tIIBNxpjNi .list {
  list-style-type: none;
  padding: 0;
}
.cid-tIIBNxpjNi H5 {
  color: #d37158;
  text-align: left;
}
.cid-tIIBNxpjNi .mbr-text {
  color: #ffffff;
}
.cid-rzMi9GHrgW {
  padding-top: 15px;
  padding-bottom: 15px;
  background-color: #2c5a7d;
}
.cid-rzMi9GHrgW .mbr-text {
  color: #a7a89f;
}
.cid-tKtrAlUtrj {
  z-index: 1000;
  width: 100%;
  position: relative;
}
.cid-tKtrAlUtrj nav.navbar {
  position: fixed;
}
.cid-tKtrAlUtrj .icon54-v2-telephone {
  font-size: 20px;
  position: relative;
}
.cid-tKtrAlUtrj .icon54-v2-telephone:hover {
  color: #d8853b;
  transition-duration: 0.2s;
}
.cid-tKtrAlUtrj .imind-email {
  font-size: 20px;
  position: relative;
}
.cid-tKtrAlUtrj .imind-email:hover {
  color: #d8853b;
  transition-duration: 0.2s;
}
.cid-tKtrAlUtrj .mobi-mbri-map-pin {
  font-size: 20px;
  position: relative;
}
.cid-tKtrAlUtrj .mobi-mbri-map-pin:hover {
  color: #d8853b;
  transition-duration: 0.2s;
}
.cid-tKtrAlUtrj .socicon-facebook {
  font-size: 20px;
  position: relative;
}
.cid-tKtrAlUtrj .socicon-facebook:hover {
  color: #d8853b;
  transition-duration: 0.2s;
}
.cid-tKtrAlUtrj .dropdown-item:before {
  font-family: Moririse2 !important;
  content: "\e966";
  display: inline-block;
  width: 0;
  position: absolute;
  left: 1rem;
  top: 0.5rem;
  margin-right: 0.5rem;
  line-height: 1;
  font-size: inherit;
  vertical-align: middle;
  text-align: center;
  overflow: hidden;
  transform: scale(0, 1);
  transition: all 0.25s ease-in-out;
}
.cid-tKtrAlUtrj .dropdown-menu {
  padding: 0;
  box-shadow: none !important;
  border-radius: 0 !important;
}
.cid-tKtrAlUtrj .dropdown-menu .dropdown-item {
  border: none !important;
  border-radius: 0 !important;
  padding: 13px 20px 13px 28px !important;
  line-height: 1 !important;
}
.cid-tKtrAlUtrj .dropdown-menu .dropdown-item:hover {
  background-color: #d8853b !important;
  color: #FFFFFF !important;
}
.cid-tKtrAlUtrj .dropdown-item:hover,
.cid-tKtrAlUtrj .dropdown-item:focus {
  background: #d8853b !important;
  color: white !important;
}
.cid-tKtrAlUtrj .dropdown-item:hover span {
  color: white;
}
.cid-tKtrAlUtrj .dropdown-item:first-child {
  border-top-left-radius: 4px;
  border-top-right-radius: 4px;
}
.cid-tKtrAlUtrj .dropdown-item:last-child {
  border-bottom: none;
  border-bottom-left-radius: 4px;
  border-bottom-right-radius: 4px;
}
.cid-tKtrAlUtrj .nav-dropdown .link {
  padding: 0 0.3em !important;
  margin: 0.667em 1em !important;
}
.cid-tKtrAlUtrj .nav-dropdown .link.dropdown-toggle::after {
  margin-left: 0.5rem;
  margin-top: 0.2rem;
}
.cid-tKtrAlUtrj .nav-link {
  position: relative;
}
.cid-tKtrAlUtrj .container {
  display: flex;
  margin: auto;
  max-width: 100%;
  width: 100%;
  padding: 0 3.4rem !important;
  min-height: 60px;
}
@media (min-width: 992px) {
  .cid-tKtrAlUtrj .container {
    flex-wrap: nowrap;
  }
}
.cid-tKtrAlUtrj .iconfont-wrapper {
  color: #e7f2fa !important;
  font-size: 1.5rem;
  padding-right: 0.3rem;
}
.cid-tKtrAlUtrj .navbar-nav {
  padding: 5px !important;
}
.cid-tKtrAlUtrj .navbar-nav .nav-item {
  margin: 0 5px !important;
  padding: 0 !important;
}
.cid-tKtrAlUtrj .navbar-nav .nav-item .nav-link {
  margin: 0 !important;
  padding: 13px 8px !important;
  font-weight: 400 !important;
}
.cid-tKtrAlUtrj .dropdown-menu,
.cid-tKtrAlUtrj .navbar.opened {
  background: #e7f2fa !important;
}
.cid-tKtrAlUtrj .nav-item:focus,
.cid-tKtrAlUtrj .nav-link:focus {
  outline: none;
}
.cid-tKtrAlUtrj .dropdown .dropdown-menu .dropdown-item {
  width: auto;
  transition: all 0.25s ease-in-out;
}
.cid-tKtrAlUtrj .dropdown .dropdown-menu .dropdown-item::after {
  right: 0.5rem;
}
.cid-tKtrAlUtrj .dropdown .dropdown-menu .dropdown-item .mbr-iconfont {
  margin-right: 0.5rem;
  vertical-align: sub;
}
.cid-tKtrAlUtrj .dropdown .dropdown-menu .dropdown-item .mbr-iconfont:before {
  display: inline-block;
  transform: scale(1, 1);
  transition: all 0.25s ease-in-out;
}
.cid-tKtrAlUtrj .collapsed .dropdown-menu .dropdown-item:before {
  display: none;
}
.cid-tKtrAlUtrj .collapsed .dropdown .dropdown-menu .dropdown-item {
  padding: 0.235em 1.5em 0.235em 1.5em !important;
  transition: none;
  margin: 0 !important;
}
.cid-tKtrAlUtrj .navbar {
  transition: all 0.3s;
  border-bottom: 1px solid transparent;
  box-shadow: 0 1px 3px 0 rgba(0, 0, 0, 0.1);
  background: #e7f2fa;
  padding: 0 !important;
  border: none !important;
}
.cid-tKtrAlUtrj .navbar.opened {
  transition: all 0.3s;
}
.cid-tKtrAlUtrj .navbar .dropdown-item {
  padding: 0.5rem 1.8rem;
  font-weight: 400 !important;
}
.cid-tKtrAlUtrj .navbar .navbar-logo img {
  width: auto;
}
.cid-tKtrAlUtrj .navbar .navbar-collapse {
  justify-content: flex-end;
  z-index: 1;
}
.cid-tKtrAlUtrj .navbar.collapsed {
  justify-content: center;
}
.cid-tKtrAlUtrj .navbar.collapsed .nav-item .nav-link::before {
  display: none;
}
.cid-tKtrAlUtrj .navbar.collapsed.opened .dropdown-menu {
  top: 0;
}
@media (min-width: 992px) {
  .cid-tKtrAlUtrj .navbar.collapsed.opened:not(.navbar-short) .navbar-collapse {
    max-height: calc(98.5vh - 3.9rem);
  }
}
.cid-tKtrAlUtrj .navbar.collapsed .dropdown-menu .dropdown-submenu {
  left: 0 !important;
}
.cid-tKtrAlUtrj .navbar.collapsed .dropdown-menu .dropdown-item:after {
  right: auto;
}
.cid-tKtrAlUtrj .navbar.collapsed .dropdown-menu .dropdown-toggle[data-toggle="dropdown-submenu"]:after {
  margin-left: 0.5rem;
  margin-top: 0.2rem;
  border-top: 0.35em solid;
  border-right: 0.35em solid transparent;
  border-left: 0.35em solid transparent;
  border-bottom: 0;
  top: 41%;
}
.cid-tKtrAlUtrj .navbar.collapsed ul.navbar-nav li {
  margin: auto;
}
.cid-tKtrAlUtrj .navbar.collapsed .dropdown-menu .dropdown-item {
  padding: 0.25rem 1.5rem;
  text-align: center;
}
.cid-tKtrAlUtrj .navbar.collapsed .icons-menu {
  padding-left: 0;
  padding-right: 0;
  padding-top: 0.5rem;
  padding-bottom: 0.5rem;
}
@media (max-width: 991px) {
  .cid-tKtrAlUtrj .navbar .nav-item .nav-link::before {
    display: none;
  }
  .cid-tKtrAlUtrj .navbar.opened .dropdown-menu {
    top: 0;
  }
  .cid-tKtrAlUtrj .navbar .dropdown-menu .dropdown-submenu {
    left: 0 !important;
  }
  .cid-tKtrAlUtrj .navbar .dropdown-menu .dropdown-item:after {
    right: auto;
  }
  .cid-tKtrAlUtrj .navbar .dropdown-menu .dropdown-toggle[data-toggle="dropdown-submenu"]:after {
    margin-left: 0.5rem;
    margin-top: 0.2rem;
    border-top: 0.35em solid;
    border-right: 0.35em solid transparent;
    border-left: 0.35em solid transparent;
    border-bottom: 0;
    top: 40%;
  }
  .cid-tKtrAlUtrj .navbar .navbar-logo img {
    height: 3rem !important;
  }
  .cid-tKtrAlUtrj .navbar ul.navbar-nav li {
    margin: auto;
  }
  .cid-tKtrAlUtrj .navbar .dropdown-menu .dropdown-item {
    padding: 0.25rem 1.5rem !important;
    text-align: center;
  }
  .cid-tKtrAlUtrj .navbar .navbar-brand {
    flex-shrink: initial;
    flex-basis: auto;
    word-break: break-word;
    padding-right: 2rem;
  }
  .cid-tKtrAlUtrj .navbar .navbar-toggler {
    flex-basis: auto;
  }
  .cid-tKtrAlUtrj .navbar .icons-menu {
    padding-left: 0;
    padding-top: 0.5rem;
    padding-bottom: 0.5rem;
  }
}
@media (max-width: 991px) and (max-width: 767px) {
  .cid-tKtrAlUtrj .navbar .navbar-brand {
    width: calc(100% - 31px);
  }
}
.cid-tKtrAlUtrj .navbar.navbar-short .navbar-logo img {
  height: 2.5rem !important;
}
.cid-tKtrAlUtrj .navbar.navbar-short .navbar-brand {
  padding: 0;
}
.cid-tKtrAlUtrj .navbar-brand {
  flex-shrink: 0;
  align-items: center;
  margin-right: 0;
  padding: 5px !important;
  transition: all 0.3s;
  word-break: break-word;
  z-index: 1;
}
.cid-tKtrAlUtrj .navbar-brand .navbar-caption {
  line-height: inherit !important;
}
.cid-tKtrAlUtrj .navbar-brand .navbar-logo a {
  outline: none;
}
.cid-tKtrAlUtrj .dropdown-item.active,
.cid-tKtrAlUtrj .dropdown-item:active {
  background-color: transparent;
}
.cid-tKtrAlUtrj .navbar-expand-lg .navbar-nav .nav-link {
  padding: 0;
}
.cid-tKtrAlUtrj .nav-dropdown .link.dropdown-toggle {
  margin-right: 1.667em;
}
.cid-tKtrAlUtrj .nav-dropdown .link.dropdown-toggle[aria-expanded="true"] {
  margin-right: 0;
  padding: 0.667em 1.667em;
}
.cid-tKtrAlUtrj .navbar.navbar-expand-lg .dropdown .dropdown-menu {
  background: #e7f2fa;
}
.cid-tKtrAlUtrj .navbar.navbar-expand-lg .dropdown .dropdown-menu .dropdown-submenu {
  margin: 0;
  left: 100%;
}
.cid-tKtrAlUtrj .navbar .dropdown.open > .dropdown-menu {
  display: block;
}
.cid-tKtrAlUtrj ul.navbar-nav {
  flex-wrap: wrap;
}
.cid-tKtrAlUtrj .navbar-buttons {
  text-align: center;
  min-width: 150px;
}
.cid-tKtrAlUtrj button.navbar-toggler {
  outline: none;
  width: 10px;
  height: 20px;
  cursor: pointer;
  transition: all 0.5s;
  position: relative;
  align-self: center;
}
.cid-tKtrAlUtrj button.navbar-toggler .hamburger span {
  position: absolute;
  right: 0;
  width: 30px;
  height: 2px;
  border-right: 5px;
  background-color: #112b6d;
}
.cid-tKtrAlUtrj button.navbar-toggler .hamburger span:nth-child(1) {
  top: 0;
  transition: all 0.2s;
}
.cid-tKtrAlUtrj button.navbar-toggler .hamburger span:nth-child(2) {
  top: 8px;
  transition: all 0.15s;
}
.cid-tKtrAlUtrj button.navbar-toggler .hamburger span:nth-child(3) {
  top: 8px;
  transition: all 0.15s;
}
.cid-tKtrAlUtrj button.navbar-toggler .hamburger span:nth-child(4) {
  top: 8px;
  transition: all 0.2s;
}
.cid-tKtrAlUtrj nav.opened .hamburger span:nth-child(1) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-tKtrAlUtrj nav.opened .hamburger span:nth-child(2) {
  transform: rotate(45deg);
  transition: all 0.25s;
}
.cid-tKtrAlUtrj nav.opened .hamburger span:nth-child(3) {
  transform: rotate(-45deg);
  transition: all 0.25s;
}
.cid-tKtrAlUtrj nav.opened .hamburger span:nth-child(4) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-tKtrAlUtrj .navbar-dropdown {
  padding: 0 1rem;
  position: fixed;
}
.cid-tKtrAlUtrj a.nav-link {
  display: flex;
  align-items: center;
  justify-content: center;
}
.cid-tKtrAlUtrj .icons-menu {
  flex-wrap: nowrap;
  display: flex;
  justify-content: center;
  padding-left: 1rem;
  padding-right: 1rem;
  padding-top: 0.3rem;
  text-align: center;
}
@media screen and (-ms-high-contrast: active), (-ms-high-contrast: none) {
  .cid-tKtrAlUtrj .navbar {
    height: 70px;
  }
  .cid-tKtrAlUtrj .navbar.opened {
    height: auto;
  }
  .cid-tKtrAlUtrj .nav-item .nav-link:hover::before {
    width: 175%;
    max-width: calc(100% + 2rem);
    left: -1rem;
  }
}
.cid-tKtrAlUtrj .container-head {
  width: 100%;
  min-height: 60px;
  padding-top: 5px !important;
  padding-bottom: 5px !important;
  background-color: #2c5a7d;
}
.cid-tKtrAlUtrj .mbr-section-title {
  color: #112B6D;
  max-width: 50%;
  margin-right: auto;
}
.cid-tKtrAlUtrj .mbr-section-btn {
  max-width: 50%;
  text-align: right;
  margin-left: auto;
}
.cid-tKtrAlUtrj .mbr-section-btn .btn {
  font-weight: 500 !important;
}
.cid-tKtrAlUtrj .mbr-section-btn .btn:hover {
  transform: scale3d(1.1, 1.1, 1.1);
}
@media (max-width: 991px) {
  .cid-tKtrAlUtrj .container-head {
    padding-top: 10px !important;
    padding-bottom: 10px !important;
  }
  .cid-tKtrAlUtrj .container {
    overflow: hidden;
  }
  .cid-tKtrAlUtrj .mbr-section-title {
    max-width: 100%;
    width: 100%;
    margin-right: 0;
    text-align: center !important;
  }
  .cid-tKtrAlUtrj .mbr-section-btn {
    max-width: 100%;
    width: 100%;
    text-align: center !important;
    margin-left: 0;
  }
  .cid-tKtrAlUtrj .icons-menu {
    margin: 0 auto;
    padding-right: 0;
  }
  .cid-tKtrAlUtrj .navbar-collapse {
    box-shadow: 0 0 10px 0 rgba(0, 0, 0, 0.5);
    margin: 0 -3.4rem;
  }
  .cid-tKtrAlUtrj .navbar-nav {
    padding: 0 !important;
  }
  .cid-tKtrAlUtrj .navbar-nav .nav-item {
    margin: 0  !important;
    padding: 0 !important;
  }
  .cid-tKtrAlUtrj .navbar-nav .nav-item .nav-link {
    justify-content: flex-start !important;
    margin: 0 !important;
    padding: 10px 20px !important;
    font-weight: 400 !important;
  }
  .cid-tKtrAlUtrj .navbar-nav .nav-item .nav-link:hover {
    background-color: #112B6D !important;
    color: #FFFFFF !important;
  }
  .cid-tKtrAlUtrj .navbar-nav .nav-item .dropdown-menu .dropdown-item {
    text-align: left !important;
    border: none !important;
    border-radius: 0 !important;
    padding: 13px 20px 13px 28px !important;
    line-height: 1 !important;
  }
  .cid-tKtrAlUtrj .navbar-nav .nav-item .dropdown-menu .dropdown-item:hover {
    background-color: #112B6D !important;
    color: #FFFFFF !important;
  }
  .cid-tKtrAlUtrj .navbar-nav .dropdown-menu .dropdown-submenu {
    margin-left: 0 !important;
  }
}
@media (max-width: 767px) {
  .cid-tKtrAlUtrj .container {
    padding: 25px 15px !important;
  }
  .cid-tKtrAlUtrj .container-head {
    padding: 10px !important;
  }
  .cid-tKtrAlUtrj .navbar-collapse {
    margin: 0 -15px -25px !important;
  }
  .cid-tKtrAlUtrj .navbar .navbar-brand {
    width: auto !important;
    max-width: 60%;
  }
  .cid-tKtrAlUtrj .navbar-toggler {
    margin-right: 6%;
    max-width: 40%;
  }
}
.cid-tKtrAlUtrj P {
  color: #ffffff;
  font-size: 10px;
}
