body {
  font-family: DM Sans;
}
.display-1 {
  font-family: 'PT Sans', sans-serif;
  font-size: 3rem;
  line-height: 86px;
}
.display-1 > .mbr-iconfont {
  font-size: 4.8rem;
}
.display-2 {
  font-family: 'PT Sans', sans-serif;
  font-size: 2.3rem;
  line-height: 70px;
}
.display-2 > .mbr-iconfont {
  font-size: 3.68rem;
}
.display-4 {
  font-family: 'PT Sans', sans-serif;
  font-weight: 400;
  font-size: 1rem;
  line-height: 26px;
}
.display-4 > .mbr-iconfont {
  font-size: 1rem;
}
.display-5 {
  font-family: 'PT Sans', sans-serif;
  font-size: 1.3rem;
  line-height: 52px;
}
.display-5 > .mbr-iconfont {
  font-size: 2.08rem;
}
.display-7 {
  font-family: 'PT Sans', sans-serif;
  font-size: 1.15rem;
  line-height: 32px;
}
.display-7 > .mbr-iconfont {
  font-size: 1.84rem;
}
/* ---- 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.84rem;
    font-size: calc( 1.455rem + (2.3 - 1.455) * ((100vw - 20rem) / (48 - 20)));
    line-height: calc( 1.4 * (1.455rem + (2.3 - 1.455) * ((100vw - 20rem) / (48 - 20))));
  }
  .display-5 {
    font-size: 1.04rem;
    font-size: calc( 1.105rem + (1.3 - 1.105) * ((100vw - 20rem) / (48 - 20)));
    line-height: calc( 1.4 * (1.105rem + (1.3 - 1.105) * ((100vw - 20rem) / (48 - 20))));
  }
  .display-7 {
    font-size: 0.92rem;
    font-size: calc( 1.0525rem + (1.15 - 1.0525) * ((100vw - 20rem) / (48 - 20)));
    line-height: calc( 1.4 * (1.0525rem + (1.15 - 1.0525) * ((100vw - 20rem) / (48 - 20))));
  }
}
/* Buttons */
.btn-md.display-4 {
  font-size: 1.125rem;
}
.btn-lg.display-7 {
  font-size: 1.025rem;
}
.btn {
  padding: 0 30px;
  border-radius: 0;
}
.btn-sm {
  padding: 0 15px;
  border-radius: 0;
}
.btn-md {
  padding: 0 25px;
  border-radius: 0;
}
.btn-lg {
  padding: 0 40px;
  border-radius: 0;
}
.bg-primary {
  background-color: #000000 !important;
}
.bg-success {
  background-color: #7fa8d7 !important;
}
.bg-info {
  background-color: #482be7 !important;
}
.bg-warning {
  background-color: #2ecc71 !important;
}
.bg-danger {
  background-color: #40b0bf !important;
}
.btn-primary,
.btn-primary:active {
  background-color: #000000 !important;
  border-color: #000000 !important;
  color: #ffffff !important;
}
.btn-primary:hover,
.btn-primary:focus,
.btn-primary.focus,
.btn-primary.active {
  color: #ffffff !important;
  background-color: #000000;
  border-color: #000000;
}
.btn-primary.disabled,
.btn-primary:disabled {
  color: #ffffff !important;
  background-color: #000000 !important;
  border-color: #000000 !important;
}
.btn-primary:hover {
  background-color: #000000 !important;
  border-color: #000000 !important;
}
.btn-secondary,
.btn-secondary:active {
  background-color: #1b1a1a !important;
  border-color: #1b1a1a !important;
  color: #ffffff !important;
}
.btn-secondary:hover,
.btn-secondary:focus,
.btn-secondary.focus,
.btn-secondary.active {
  color: #ffffff !important;
  background-color: #1b1a1a;
  border-color: #1b1a1a;
}
.btn-secondary.disabled,
.btn-secondary:disabled {
  color: #ffffff !important;
  background-color: #1b1a1a !important;
  border-color: #1b1a1a !important;
}
.btn-secondary:hover {
  background-color: #010101 !important;
  border-color: #010101 !important;
}
.btn-info,
.btn-info:active {
  background-color: #482be7 !important;
  border-color: #482be7 !important;
  color: #ffffff !important;
}
.btn-info:hover,
.btn-info:focus,
.btn-info.focus,
.btn-info.active {
  color: #ffffff !important;
  background-color: #482be7;
  border-color: #482be7;
}
.btn-info.disabled,
.btn-info:disabled {
  color: #ffffff !important;
  background-color: #482be7 !important;
  border-color: #482be7 !important;
}
.btn-info:hover {
  background-color: #3217c8 !important;
  border-color: #3217c8 !important;
}
.btn-success,
.btn-success:active {
  background-color: #7fa8d7 !important;
  border-color: #7fa8d7 !important;
  color: #ffffff !important;
}
.btn-success:hover,
.btn-success:focus,
.btn-success.focus,
.btn-success.active {
  color: #ffffff !important;
  background-color: #7fa8d7;
  border-color: #7fa8d7;
}
.btn-success.disabled,
.btn-success:disabled {
  color: #ffffff !important;
  background-color: #7fa8d7 !important;
  border-color: #7fa8d7 !important;
}
.btn-success:hover {
  background-color: #588ecb !important;
  border-color: #588ecb !important;
}
.btn-warning,
.btn-warning:active {
  background-color: #2ecc71 !important;
  border-color: #2ecc71 !important;
  color: #ffffff !important;
}
.btn-warning:hover,
.btn-warning:focus,
.btn-warning.focus,
.btn-warning.active {
  color: #ffffff !important;
  background-color: #2ecc71;
  border-color: #2ecc71;
}
.btn-warning.disabled,
.btn-warning:disabled {
  color: #ffffff !important;
  background-color: #2ecc71 !important;
  border-color: #2ecc71 !important;
}
.btn-warning:hover {
  background-color: #25a25a !important;
  border-color: #25a25a !important;
}
.btn-danger,
.btn-danger:active {
  background-color: #40b0bf !important;
  border-color: #40b0bf !important;
  color: #ffffff !important;
}
.btn-danger:hover,
.btn-danger:focus,
.btn-danger.focus,
.btn-danger.active {
  color: #ffffff !important;
  background-color: #40b0bf;
  border-color: #40b0bf;
}
.btn-danger.disabled,
.btn-danger:disabled {
  color: #ffffff !important;
  background-color: #40b0bf !important;
  border-color: #40b0bf !important;
}
.btn-danger:hover {
  background-color: #338d99 !important;
  border-color: #338d99 !important;
}
.btn-white,
.btn-white:active {
  background-color: #ffffff !important;
  border-color: #ffffff !important;
  color: #808080 !important;
}
.btn-white:hover,
.btn-white:focus,
.btn-white.focus,
.btn-white.active {
  color: #808080 !important;
  background-color: #ffffff;
  border-color: #ffffff;
}
.btn-white.disabled,
.btn-white:disabled {
  color: #808080 !important;
  background-color: #ffffff !important;
  border-color: #ffffff !important;
}
.btn-white.btn {
  color: #1e0e62 !important;
}
.btn-white:active,
.btn-white:focus {
  color: #1e0e62 !important;
}
.btn-white:hover {
  background-color: #cccccc !important;
  border-color: #cccccc !important;
  color: #1e0e62 !important;
}
.btn-black,
.btn-black:active {
  background-color: #333333 !important;
  border-color: #333333 !important;
  color: #ffffff !important;
}
.btn-black:hover,
.btn-black:focus,
.btn-black.focus,
.btn-black.active {
  color: #ffffff !important;
  background-color: #333333;
  border-color: #333333;
}
.btn-black.disabled,
.btn-black:disabled {
  color: #ffffff !important;
  background-color: #333333 !important;
  border-color: #333333 !important;
}
.btn-black:hover {
  background-color: #4d4d4d !important;
  border-color: #4d4d4d !important;
}
.btn-primary-outline {
  border: 2px solid;
}
.btn-primary-outline,
.btn-primary-outline:active {
  background: none;
  border-color: #000000;
  color: #000000;
}
.btn-primary-outline:hover,
.btn-primary-outline:focus,
.btn-primary-outline.focus,
.btn-primary-outline.active {
  color: #ffffff !important;
  background: #000000 !important;
  border-color: #000000;
}
.btn-primary-outline.disabled,
.btn-primary-outline:disabled {
  color: #ffffff !important;
  background-color: #000000 !important;
  border-color: #000000 !important;
}
.btn-secondary-outline {
  border: 2px solid;
}
.btn-secondary-outline,
.btn-secondary-outline:active {
  background: none;
  border-color: #1b1a1a;
  color: #1b1a1a;
}
.btn-secondary-outline:hover,
.btn-secondary-outline:focus,
.btn-secondary-outline.focus,
.btn-secondary-outline.active {
  color: #ffffff !important;
  background: #1b1a1a !important;
  border-color: #1b1a1a;
}
.btn-secondary-outline.disabled,
.btn-secondary-outline:disabled {
  color: #ffffff !important;
  background-color: #1b1a1a !important;
  border-color: #1b1a1a !important;
}
.btn-info-outline {
  border: 2px solid;
}
.btn-info-outline,
.btn-info-outline:active {
  background: none;
  border-color: #482be7;
  color: #482be7;
}
.btn-info-outline:hover,
.btn-info-outline:focus,
.btn-info-outline.focus,
.btn-info-outline.active {
  color: #ffffff !important;
  background: #482be7 !important;
  border-color: #482be7;
}
.btn-info-outline.disabled,
.btn-info-outline:disabled {
  color: #ffffff !important;
  background-color: #482be7 !important;
  border-color: #482be7 !important;
}
.btn-success-outline {
  border: 2px solid;
}
.btn-success-outline,
.btn-success-outline:active {
  background: none;
  border-color: #7fa8d7;
  color: #7fa8d7;
}
.btn-success-outline:hover,
.btn-success-outline:focus,
.btn-success-outline.focus,
.btn-success-outline.active {
  color: #ffffff !important;
  background: #7fa8d7 !important;
  border-color: #7fa8d7;
}
.btn-success-outline.disabled,
.btn-success-outline:disabled {
  color: #ffffff !important;
  background-color: #7fa8d7 !important;
  border-color: #7fa8d7 !important;
}
.btn-warning-outline {
  border: 2px solid;
}
.btn-warning-outline,
.btn-warning-outline:active {
  background: none;
  border-color: #2ecc71;
  color: #2ecc71;
}
.btn-warning-outline:hover,
.btn-warning-outline:focus,
.btn-warning-outline.focus,
.btn-warning-outline.active {
  color: #ffffff !important;
  background: #2ecc71 !important;
  border-color: #2ecc71;
}
.btn-warning-outline.disabled,
.btn-warning-outline:disabled {
  color: #ffffff !important;
  background-color: #2ecc71 !important;
  border-color: #2ecc71 !important;
}
.btn-warning-outline.btn {
  color: #202020 !important;
  border-color: #ebeaed !important;
}
.btn-warning-outline:hover,
.btn-warning-outline:active,
.btn-warning-outline:focus {
  background-color: transparent !important;
  border-color: #2ecc71 !important;
}
.btn-danger-outline {
  border: 2px solid;
}
.btn-danger-outline,
.btn-danger-outline:active {
  background: none;
  border-color: #40b0bf;
  color: #40b0bf;
}
.btn-danger-outline:hover,
.btn-danger-outline:focus,
.btn-danger-outline.focus,
.btn-danger-outline.active {
  color: #ffffff !important;
  background: #40b0bf !important;
  border-color: #40b0bf;
}
.btn-danger-outline.disabled,
.btn-danger-outline:disabled {
  color: #ffffff !important;
  background-color: #40b0bf !important;
  border-color: #40b0bf !important;
}
.btn-black-outline {
  border: 2px solid;
}
.btn-black-outline,
.btn-black-outline:active {
  background: none;
  border-color: #333333;
  color: #333333;
}
.btn-black-outline:hover,
.btn-black-outline:focus,
.btn-black-outline.focus,
.btn-black-outline.active {
  color: #ffffff !important;
  background: #333333 !important;
  border-color: #333333;
}
.btn-black-outline.disabled,
.btn-black-outline:disabled {
  color: #ffffff !important;
  background-color: #333333 !important;
  border-color: #333333 !important;
}
.btn-white-outline {
  border: 2px solid;
}
.btn-white-outline,
.btn-white-outline:active {
  background: none;
  border-color: #ffffff;
  color: #ffffff;
}
.btn-white-outline:hover,
.btn-white-outline:focus,
.btn-white-outline.focus,
.btn-white-outline.active {
  color: #808080 !important;
  background: #ffffff !important;
  border-color: #ffffff;
}
.btn-white-outline.disabled,
.btn-white-outline:disabled {
  color: #808080 !important;
  background-color: #ffffff !important;
  border-color: #ffffff !important;
}
.text-primary {
  color: #000000 !important;
}
.text-secondary {
  color: #1b1a1a !important;
}
.text-success {
  color: #7fa8d7 !important;
}
.text-info {
  color: #482be7 !important;
}
.text-warning {
  color: #2ecc71 !important;
}
.text-danger {
  color: #40b0bf !important;
}
.text-white {
  color: #ffffff !important;
}
.text-black {
  color: #000000 !important;
}
a.text-primary:hover,
a.text-primary:focus {
  color: #000000 !important;
}
a.text-secondary:hover,
a.text-secondary:focus {
  color: #000000 !important;
}
a.text-success:hover,
a.text-success:focus {
  color: #3974b7 !important;
}
a.text-info:hover,
a.text-info:focus {
  color: #27119b !important;
}
a.text-warning:hover,
a.text-warning:focus {
  color: #1b7943 !important;
}
a.text-danger:hover,
a.text-danger:focus {
  color: #266a73 !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: #7fa8d7;
}
.alert-info {
  background-color: #482be7;
}
.alert-warning {
  background-color: #2ecc71;
}
.alert-danger {
  background-color: #40b0bf;
}
.mbr-section-btn a.btn:not(.btn-form):hover,
.mbr-section-btn a.btn:not(.btn-form):focus {
  box-shadow: none;
}
.mbr-gallery-filter li.active .btn {
  background-color: #000000;
  border-color: #000000;
  color: #ffffff;
}
.mbr-gallery-filter li.active .btn:focus {
  box-shadow: none;
}
a,
a:hover {
  color: #000000;
}
.mbr-plan-header.bg-primary .mbr-plan-subtitle,
.mbr-plan-header.bg-primary .mbr-plan-price-desc {
  color: #b3b3b3;
}
.mbr-plan-header.bg-success .mbr-plan-subtitle,
.mbr-plan-header.bg-success .mbr-plan-price-desc {
  color: #ffffff;
}
.mbr-plan-header.bg-info .mbr-plan-subtitle,
.mbr-plan-header.bg-info .mbr-plan-price-desc {
  color: #e6e2fc;
}
.mbr-plan-header.bg-warning .mbr-plan-subtitle,
.mbr-plan-header.bg-warning .mbr-plan-price-desc {
  color: #d1f5e0;
}
.mbr-plan-header.bg-danger .mbr-plan-subtitle,
.mbr-plan-header.bg-danger .mbr-plan-price-desc {
  color: #a0d8df;
}
/* Scroll to top button*/
.scrollToTop_wraper {
  display: none;
}
.form-control {
  font-family: 'PT Sans', sans-serif;
  font-size: 1.15rem;
  line-height: 32px;
}
.form-control > .mbr-iconfont {
  font-size: 1.84rem;
}
blockquote {
  border-color: #000000;
}
/* Forms */
.mbr-form .btn {
  margin: .4rem 0;
}
.jq-selectbox li:hover,
.jq-selectbox li.selected {
  background-color: #000000;
  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: #000000;
  border-bottom-color: #000000;
}
.xdsoft_datetimepicker .xdsoft_calendar td.xdsoft_default,
.xdsoft_datetimepicker .xdsoft_calendar td.xdsoft_current,
.xdsoft_datetimepicker .xdsoft_timepicker .xdsoft_time_box > div > div.xdsoft_current {
  color: #ffffff !important;
  background-color: #000000 !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: #1b1a1a !important;
  box-shadow: none !important;
}
.sidebar-block .mbr-gallery-item .galleryItem .onsale {
  top: 0px;
}
.sidebar-block .mbr-gallery-item .galleryItem .sidebar_wraper {
  bottom: -35px;
  margin-left: 1rem;
}
.cid-sCyuLmhWkQ {
  padding-top: 0px;
  padding-bottom: 0px;
  background-color: #101010;
}
@media (max-width: 992px) {
  .cid-sCyuLmhWkQ {
    padding-top: 0px;
    padding-bottom: 0px;
  }
  .cid-sCyuLmhWkQ .box {
    margin-top: 2.5rem;
    height: 300px;
  }
  .cid-sCyuLmhWkQ .video-block {
    padding: 0rem;
  }
  .cid-sCyuLmhWkQ .row {
    padding: 0rem;
  }
  .cid-sCyuLmhWkQ .left-block {
    padding: 2rem 1rem;
  }
}
.cid-sCyuLmhWkQ .btn {
  margin-left: 0rem;
}
.cid-sCyuLmhWkQ .box {
  background-image: url("../../../assets/images/donny-jiang-42gfagdiuc8-unsplash-2000x3000.webp");
  background-size: cover;
  background-position: center;
  display: flex;
  align-items: center;
  justify-content: center;
}
.cid-sCyuLmhWkQ .icon-wrap {
  border: 3px solid #ffffff !important;
  background-color: #ffffff;
  border-radius: 50%;
  width: 100px;
  height: 100px;
  margin: auto;
  display: flex;
  justify-content: center;
  align-items: center;
  overflow: hidden;
  cursor: pointer;
  position: relative;
  transform: perspective(1px) translateZ(0);
  transition: all 0.3s ease-in-out !important;
}
.cid-sCyuLmhWkQ .icon-wrap:hover span {
  color: #ffffff;
}
.cid-sCyuLmhWkQ .icon-wrap::before {
  content: '';
  position: absolute;
  z-index: -1;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  transform: scaleY(0);
  transform-origin: 50% 0;
  transition-property: transform;
  transition: 0.6s;
  transition-timing-function: cubic-bezier(0.4, 0.67, 0, 1.01);
}
.cid-sCyuLmhWkQ .icon-wrap:hover::before {
  background-color: #40b0bf;
  transform: scaleY(1);
}
.cid-sCyuLmhWkQ .mbr-media span {
  font-size: 16px;
  cursor: pointer;
  position: relative;
  display: inline-block;
  transition: all 0.25s;
  color: #e9204f;
}
.cid-sCyuLmhWkQ .mbr-media span.mbri-play:before {
  position: absolute;
  left: 50%;
  transform: translateX(-35%);
}
.cid-sCyuLmhWkQ .modalWindow {
  position: fixed;
  z-index: 5000;
  left: 0;
  top: 0;
  background-color: rgba(61, 61, 61, 0.65);
  width: 100%;
  height: 100%;
}
.cid-sCyuLmhWkQ .modalWindow .modalWindow-container {
  display: table-cell;
  vertical-align: middle;
}
.cid-sCyuLmhWkQ .modalWindow .modalWindow-video {
  height: calc(44.9943757vw);
  width: 80vw;
  margin: 0 auto;
}
.cid-sCyuLmhWkQ a.close {
  position: absolute;
  right: 4vw;
  top: 4vh;
  color: #ffffff;
  z-index: 5000000;
  font-size: 37px;
  background: #000;
  padding: 20px;
  border-radius: 50%;
}
.cid-sCyuLmhWkQ a.close:hover {
  color: #ffffff;
}
@media (max-width: 576px) {
  .cid-sCyuLmhWkQ {
    padding-top: 0px;
    padding-bottom: 0px;
  }
}
.cid-sCyuLmhWkQ .mbr-text {
  margin-bottom: 2rem;
}
.cid-sCyuLmhWkQ .mbr-section-title {
  margin-bottom: 2rem;
}
@media (min-width: 767px) and (max-width: 992px) {
  .cid-sCyuLmhWkQ .left-block {
    padding: 5rem 2rem;
  }
}
@media (min-width: 992px) {
  .cid-sCyuLmhWkQ .video-block {
    padding-right: 0rem;
  }
  .cid-sCyuLmhWkQ .row {
    padding-right: 0rem;
  }
  .cid-sCyuLmhWkQ .left-block {
    padding: 7.5rem 5.5rem 7.5rem 5rem;
  }
  .cid-sCyuLmhWkQ .box {
    height: 100%;
  }
}
.cid-sCyuLmhWkQ .mbr-text,
.cid-sCyuLmhWkQ .mbr-section-btn {
  text-align: justify;
}
.cid-sOwa8aMUKg.popup-builder {
  background-color: #ffffff;
}
.cid-sOwa8aMUKg.popup-builder .modal {
  position: relative;
  display: block;
  z-index: 1;
}
.cid-sOwa8aMUKg.popup-builder .modal-dialog {
  margin-top: 60px;
  margin-bottom: 60px;
}
.cid-sOwa8aMUKg .modal-content,
.cid-sOwa8aMUKg .modal-dialog {
  height: auto;
}
.cid-sOwa8aMUKg .form-wrapper .input-group-btn {
  margin-right: auto;
  margin-left: auto;
}
.cid-sOwa8aMUKg .form-wrapper .input-group-btn .btn {
  margin: 0 !important;
}
@media (min-width: 769px) {
  .cid-sOwa8aMUKg .form-wrapper .mbr-form .form-group,
  .cid-sOwa8aMUKg .form-wrapper .mbr-form .input-group-btn {
    padding: 0 .5rem;
  }
}
.cid-sOwa8aMUKg .card-img {
  width: 100%;
  margin: auto;
  border-radius: 0;
}
.cid-sOwa8aMUKg .mbr-figure img {
  display: block;
  width: 100%;
  -ms-flex-item-align: center;
  -ms-grid-row-align: center;
  -webkit-align-self: center;
  align-self: center;
}
.cid-sOwa8aMUKg .mbr-text {
  text-align: justify;
  font-size: 15px;
  line-height: 1.5rem;
}
.cid-sOwa8aMUKg .pt-0 {
  padding-top: 0 !important;
}
.cid-sOwa8aMUKg .pb-0 {
  padding-bottom: 0 !important;
}
.cid-sOwa8aMUKg .form-content {
  -ms-flex-pack: center;
  justify-content: center;
  text-align: center;
}
.cid-sOwa8aMUKg .mbr-overlay {
  bottom: 0;
  left: 0;
  position: absolute;
  right: 0;
  top: 0;
  z-index: 0;
  pointer-events: none;
}
.cid-sOwa8aMUKg .modal-open {
  overflow: hidden;
}
.cid-sOwa8aMUKg .modal-open .modal {
  overflow-x: hidden;
  overflow-y: auto;
}
.cid-sOwa8aMUKg .modal {
  position: fixed;
  top: 0;
  left: 0;
  z-index: 1050;
  display: none;
  width: 100%;
  height: 100%;
  overflow: hidden;
  outline: 0;
}
.cid-sOwa8aMUKg .modal-dialog {
  position: relative;
  width: auto;
  margin: .5rem;
  pointer-events: none;
}
.cid-sOwa8aMUKg .modal.fade .modal-dialog {
  transition: transform 0.3s ease-out, -webkit-transform 0.3s ease-out;
  -webkit-transform: translate(0, -50px);
  transform: translate(0, -50px);
}
.cid-sOwa8aMUKg .modal.show .modal-dialog {
  -webkit-transform: none;
  transform: none;
}
.cid-sOwa8aMUKg .modal-dialog-centered {
  display: flex;
  -ms-flex-align: center;
  align-items: center;
  min-height: calc(100% - (.5rem * 2));
}
.cid-sOwa8aMUKg .modal-dialog-centered::before {
  display: block;
  height: calc(100vh - (.5rem * 2));
  content: "";
}
.cid-sOwa8aMUKg .modal-content {
  background: #ffffff;
  position: relative;
  display: flex;
  -ms-flex-direction: column;
  flex-direction: column;
  width: 100%;
  pointer-events: auto;
  background-clip: padding-box;
  border: none;
  outline: 0;
  -webkit-box-shadow: 0 10px 40px 0 rgba(0, 0, 0, 0.2);
  box-shadow: 0 10px 40px 0 rgba(0, 0, 0, 0.2);
}
.cid-sOwa8aMUKg .modal-backdrop {
  position: fixed;
  top: 0;
  left: 0;
  z-index: 1040;
  width: 100vw;
  height: 100vh;
  background-color: #000;
}
.cid-sOwa8aMUKg .modal-backdrop.fade {
  opacity: 0;
}
.cid-sOwa8aMUKg .modal-backdrop.show {
  opacity: .5;
}
.cid-sOwa8aMUKg .modal-header {
  display: flex;
  -ms-flex-align: start;
  align-items: flex-start;
  -ms-flex-pack: justify;
  justify-content: space-between;
  border-bottom: none;
}
@media (min-width: 992px) {
  .cid-sOwa8aMUKg .modal-header {
    padding: 2rem 2rem 1rem;
  }
}
@media (max-width: 991px) {
  .cid-sOwa8aMUKg .modal-header {
    padding: 1rem;
  }
}
.cid-sOwa8aMUKg .modal-header .close {
  position: absolute;
  top: 1rem;
  right: 1rem;
  margin: -1rem -1rem -1rem auto;
  padding: 1rem;
  opacity: .75;
}
.cid-sOwa8aMUKg .modal-header .close svg {
  fill: #353535;
}
.cid-sOwa8aMUKg .modal-header .close:hover {
  opacity: 1;
}
.cid-sOwa8aMUKg .modal-header .close:focus {
  outline: none;
}
.cid-sOwa8aMUKg .modal-title {
  line-height: 1.5;
  width: 100%;
  margin: 0;
  text-align: left;
}
.cid-sOwa8aMUKg .modal-body {
  position: relative;
  -ms-flex: 1 1 auto;
  flex: 1 1 auto;
}
@media (min-width: 992px) {
  .cid-sOwa8aMUKg .modal-body {
    padding: 1rem 2rem 2rem;
  }
}
@media (max-width: 991px) {
  .cid-sOwa8aMUKg .modal-body {
    padding: 1rem;
  }
}
.cid-sOwa8aMUKg .modal-footer {
  display: flex;
  -ms-flex-align: center;
  align-items: center;
  -ms-flex-pack: center;
  justify-content: center;
  border-top: none;
  text-align: center;
}
@media (min-width: 992px) {
  .cid-sOwa8aMUKg .modal-footer {
    padding: 0rem 2rem 2rem;
  }
}
@media (max-width: 991px) {
  .cid-sOwa8aMUKg .modal-footer {
    padding: 1rem;
  }
}
.cid-sOwa8aMUKg .modal-scrollbar-measure {
  position: absolute;
  top: -9999px;
  width: 50px;
  height: 50px;
  overflow: scroll;
}
@media (min-width: 576px) {
  .cid-sOwa8aMUKg .modal-dialog {
    max-width: 500px;
    margin: 1.75rem auto;
  }
  .cid-sOwa8aMUKg .modal-dialog-centered {
    min-height: calc(100% - (1.75rem * 2));
  }
  .cid-sOwa8aMUKg .modal-dialog-centered::before {
    height: calc(100vh - (1.75rem * 2));
  }
  .cid-sOwa8aMUKg .modal-sm {
    max-width: 300px;
  }
}
@media (min-width: 992px) {
  .cid-sOwa8aMUKg .modal-lg,
  .cid-sOwa8aMUKg .modal-xl {
    max-width: 800px;
  }
}
@media (min-width: 1200px) {
  .cid-sOwa8aMUKg .modal-xl {
    max-width: 1140px;
  }
}
.cid-sOwa8aMUKg .row {
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  margin-right: -15px;
  margin-left: -15px;
}
.cid-sOwa8aMUKg .col-md-4 {
  position: relative;
  width: 100%;
  padding-right: 15px;
  padding-left: 15px;
  -ms-flex: 0 0 33.333333%;
  flex: 0 0 33.333333%;
  max-width: 33.333333%;
}
.cid-sOwa8aMUKg .form-group {
  margin-bottom: 1rem;
}
.cid-sOwa8aMUKg .form-control {
  display: block;
  width: 100%;
  font-size: 1rem;
  font-weight: 400;
  line-height: 1.5;
}
.cid-sOwa8aMUKg .col {
  -ms-flex-preferred-size: 0;
  flex-basis: 0;
  -ms-flex-positive: 1;
  flex-grow: 1;
  max-width: 100%;
}
.cid-sOwa8aMUKg .col-md-auto {
  position: relative;
  padding-right: 15px;
  padding-left: 15px;
  -ms-flex: 0 0 auto;
  flex: 0 0 auto;
  width: auto;
  max-width: 100%;
}
.cid-sOwa8aMUKg .mbr-section-btn {
  margin: 0;
}
.cid-sOwa8aMUKg .mbr-section-btn .btn {
  margin: 18;
}
.cid-sOwa8aMUKg .display-4 {
  font-size: 15px;
}
.cid-sCysnhdlBj {
  padding-top: 3rem;
  padding-bottom: 3rem;
  background-color: #ffffff;
}
.cid-sCysnhdlBj .mbr-section-subtitle,
.cid-sCysnhdlBj .item-subtitle,
.cid-sCysnhdlBj .item-title {
  margin-bottom: 12px;
  transition: all .2s;
}
@media (min-width: 992px) {
  .cid-sCysnhdlBj .main_title {
    padding-right: 1rem;
  }
}
.cid-sCysnhdlBj .card_item {
  margin-bottom: 60px;
}
@media (min-width: 991px) {
  .cid-sCysnhdlBj .card_item:nth-child(2n+2) {
    margin-bottom: 0;
  }
  .cid-sCysnhdlBj .card_item:nth-child(3n+3) {
    margin-bottom: 0;
  }
}
.cid-sCysnhdlBj .card_item:hover .card_wrapper:before {
  height: 100%;
}
.cid-sCysnhdlBj .card_wrapper {
  position: relative;
  padding-left: 50px;
  border-left: 1px solid #010a44;
}
.cid-sCysnhdlBj .card_wrapper:before {
  content: '';
  position: absolute;
  width: 1px;
  height: 0;
  top: 0;
  left: -1px;
  background: #1b1a1a;
  transition: all cubic-bezier(0.4, 0, 0.2, 1) 0.4s;
}
.cid-sCysnhdlBj .card_wrapper:hover .item-title a {
  color: #1b1a1a !important;
}
.cid-sCysnhdlBj .mbr-section-btn .btn-secondary-outline {
  padding: 3px 0;
  margin-bottom: 0;
  border: none !important;
  background-color: transparent !important;
}
.cid-sCysnhdlBj .mbr-section-btn .btn-secondary-outline:hover,
.cid-sCysnhdlBj .mbr-section-btn .btn-secondary-outline .active,
.cid-sCysnhdlBj .mbr-section-btn .btn-secondary-outline:focus {
  color: #000000 !important;
}
@media (max-width: 991px) {
  .cid-sCysnhdlBj .main_title {
    margin-bottom: 50px;
  }
  .cid-sCysnhdlBj .card_item:last-child {
    margin-bottom: 0;
  }
}
@media (max-width: 767px) {
  .cid-sCysnhdlBj .card_wrapper {
    padding-left: 20px;
  }
  .cid-sCysnhdlBj .card_item {
    margin-bottom: 30px;
  }
}
.cid-sCysnhdlBj .mbr-section-title DIV {
  text-align: justify;
}
.cid-sCysnhdlBj .mbr-section-title {
  text-align: justify;
}
.cid-sCysnhdlBj .mbr-text,
.cid-sCysnhdlBj .mbr-section-btn {
  text-align: justify;
}
.cid-sCyGkWlE1l {
  padding-top: 90px;
  padding-bottom: 90px;
  background-image: url("../../../assets/images/sean-pollock-phyq704ffda-unsplash-1920x1280.webp");
}
.cid-sCyGkWlE1l .mbr-text {
  margin-bottom: 3.2rem;
}
@media (max-width: 767px) {
  .cid-sCyGkWlE1l .align-center {
    text-align: center;
  }
}
.cid-sIe3fDaUgU {
  padding-top: 3rem;
  padding-bottom: 0rem;
  background-color: #ffffff;
}
.cid-sIe3fDaUgU .mbr-section-title {
  margin-bottom: 20px;
}
.cid-sIe3fDaUgU .mbr-section-subtitle {
  opacity: 0.8;
  margin-bottom: 15px;
}
.cid-sIe3fDaUgU .mbr-text {
  margin: 10px 0;
}
.cid-sIe3fDaUgU .divider {
  background-color: #191f23;
  width: 100%;
  height: 1px;
  margin: 15px;
  opacity: 0.6;
}
.cid-sIe3fDaUgU .btn-primary:hover {
  background-color: #1b1a1a !important;
  border-color: #1b1a1a !important;
}
@media (max-width: 767px) {
  .cid-sIe3fDaUgU .mbr-section-btn {
    margin-top: 0;
    text-align: left;
  }
}
.cid-sIe3fDaUgU .btn:hover .mbr-iconfont {
  animation: animBtn ease-out 0.3s;
}
@keyframes animBtn {
  0% {
    transform: translateX(0px);
  }
  51% {
    transform: translateX(20px);
    opacity: 1;
  }
  52% {
    opacity: 0;
    transform: translateX(-20px);
  }
  53% {
    opacity: 0;
  }
  54% {
    opacity: 1;
  }
  100% {
    transform: translateX(0px);
  }
}
.cid-ta8VOTJb3Z {
  padding-top: 0rem;
  padding-bottom: 0rem;
  background-color: #ffffff;
}
@media (min-width: 1500px) {
  .cid-ta8VOTJb3Z .container {
    max-width: 1400px;
  }
}
.cid-ta8VOTJb3Z .row {
  justify-content: center;
}
.cid-ta8VOTJb3Z .mbr-section-tag {
  color: #000000;
}
.cid-ta8VOTJb3Z .card-title {
  margin-bottom: 0.875rem;
}
.cid-ta8VOTJb3Z .card {
  margin-top: 3rem;
}
.cid-ta8VOTJb3Z .card-wrapper {
  padding-left: 2.0625rem;
  border-left: 2px solid #606060;
}
.cid-ta8VOTJb3Z .mbr-section-btn .btn {
  margin-top: 0.5625rem !important;
  margin-right: 2rem;
  outline: none;
}
.cid-ta8VOTJb3Z .card-text,
.cid-ta8VOTJb3Z .mbr-section-btn {
  text-align: left;
}
.cid-ta8VPLOaef {
  padding-top: 1rem;
  padding-bottom: 5rem;
  background-color: #ffffff;
}
@media (min-width: 1500px) {
  .cid-ta8VPLOaef .container {
    max-width: 1400px;
  }
}
.cid-ta8VPLOaef .row {
  justify-content: center;
}
.cid-ta8VPLOaef .mbr-section-tag {
  color: #000000;
}
.cid-ta8VPLOaef .card-title {
  margin-bottom: 0.875rem;
}
.cid-ta8VPLOaef .card {
  margin-top: 3rem;
}
.cid-ta8VPLOaef .card-wrapper {
  padding-left: 2.0625rem;
  border-left: 2px solid #606060;
}
.cid-ta8VPLOaef .mbr-section-btn .btn {
  margin-top: 0.5625rem !important;
  margin-right: 2rem;
  outline: none;
}
.cid-sxQyxKM2Fg {
  padding-top: 5rem;
  padding-bottom: 1rem;
  background-color: #000000;
}
.cid-sxQyxKM2Fg .container {
  max-width: 1750px;
}
.cid-sxQyxKM2Fg .card-wrapper {
  border-top: 1px solid #ffffff;
  padding-top: 2rem;
}
.cid-sxQyxKM2Fg img {
  width: 150px;
  display: inline-block;
}
.cid-sxQyxKM2Fg p {
  line-height: 1.8;
}
.cid-sxQyxKM2Fg .mbr-section-title {
  color: #ffffff;
}
.cid-sxQyxKM2Fg .mbr-text {
  color: #ffffff;
}
.cid-syun7RURp1 {
  padding-top: 1rem;
  padding-bottom: 0rem;
  background-color: #000000;
}
.cid-syun7RURp1 .mbr-section-subtitle {
  color: #36187d;
}
.cid-syun7RURp1 .mbr-text {
  color: #ffffff;
  font-size: 15px;
  text-align: justify;
  line-height: 23px;
}
.cid-sxKCEtrLYE {
  z-index: 1000;
  width: 100%;
  position: relative;
  min-height: 60px;
}
.cid-sxKCEtrLYE .menu-text {
  padding: 0 2rem;
  color: #5b6c8f;
}
@media (max-width: 992px) {
  .cid-sxKCEtrLYE .menu-text {
    text-align: center;
    padding: 0.5rem 1rem;
  }
}
.cid-sxKCEtrLYE .iconfont-wrapper {
  color: #103178 !important;
  font-size: 1.5rem;
  padding-right: 0.5rem;
}
@media (max-width: 992px) {
  .cid-sxKCEtrLYE .iconfont-wrapper {
    padding: 0 0.25rem;
  }
}
.cid-sxKCEtrLYE .container {
  display: flex;
  margin: auto;
}
@media (max-width: 767px) {
  .cid-sxKCEtrLYE .container {
    padding: 0 1rem;
  }
}
.cid-sxKCEtrLYE .menu-tite {
  background: #000000;
  width: 100%;
  padding: 0.4rem 1rem;
  text-align: right;
  font-size: 13px;
  color: #ffffff;
}
.cid-sxKCEtrLYE .nav-link {
  position: relative;
}
.cid-sxKCEtrLYE .nav-link:hover {
  color: #17a2b8 !important;
}
.cid-sxKCEtrLYE nav.navbar {
  position: fixed;
}
.cid-sxKCEtrLYE .navbar {
  padding: 0!important;
  min-height: 70px;
  transition: all 0.3s;
  border-bottom: 1px solid transparent;
  box-shadow: 0 1px 3px 0 rgba(0, 0, 0, 0.1);
  background: #ffffff;
}
.cid-sxKCEtrLYE .navbar.opened {
  transition: all 0.3s;
}
.cid-sxKCEtrLYE .navbar .dropdown-item {
  padding: 0.5rem 1.8rem;
}
.cid-sxKCEtrLYE .navbar .navbar-logo img {
  width: auto;
}
.cid-sxKCEtrLYE .navbar .navbar-collapse {
  justify-content: flex-end;
  z-index: 1;
}
.cid-sxKCEtrLYE .navbar.collapsed {
  justify-content: center;
}
.cid-sxKCEtrLYE .navbar.collapsed .nav-item .nav-link::before {
  display: none;
}
.cid-sxKCEtrLYE .navbar.collapsed.opened .dropdown-menu {
  top: 0;
}
@media (min-width: 992px) {
  .cid-sxKCEtrLYE .navbar.collapsed.opened:not(.navbar-short) .navbar-collapse {
    max-height: calc(98.5vh - 3.7rem);
  }
}
.cid-sxKCEtrLYE .navbar.collapsed .dropdown-menu .dropdown-submenu {
  left: 0 !important;
}
.cid-sxKCEtrLYE .navbar.collapsed .dropdown-menu .dropdown-item:after {
  right: auto;
}
.cid-sxKCEtrLYE .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-sxKCEtrLYE .navbar.collapsed ul.navbar-nav li {
  margin: auto;
}
.cid-sxKCEtrLYE .navbar.collapsed .dropdown-menu .dropdown-item {
  padding: 0.25rem 1.5rem;
  text-align: center;
}
.cid-sxKCEtrLYE .navbar.collapsed .icons-menu {
  padding-left: 0;
  padding-right: 0;
  padding-top: 0.5rem;
  padding-bottom: 0.5rem;
}
@media (max-width: 991px) {
  .cid-sxKCEtrLYE .navbar .nav-item .nav-link::before {
    display: none;
  }
  .cid-sxKCEtrLYE .navbar.opened .dropdown-menu {
    top: 0;
  }
  .cid-sxKCEtrLYE .navbar .dropdown-menu .dropdown-submenu {
    left: 0 !important;
  }
  .cid-sxKCEtrLYE .navbar .dropdown-menu .dropdown-item:after {
    right: auto;
  }
  .cid-sxKCEtrLYE .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-sxKCEtrLYE .navbar .navbar-logo img {
    height: 3rem !important;
  }
  .cid-sxKCEtrLYE .navbar ul.navbar-nav li {
    margin: auto;
  }
  .cid-sxKCEtrLYE .navbar .dropdown-menu .dropdown-item {
    padding: 0.25rem 1.5rem !important;
    text-align: center;
  }
  .cid-sxKCEtrLYE .navbar .navbar-brand {
    flex-shrink: initial;
    flex-basis: auto;
    word-break: break-word;
    padding-right: 2rem;
  }
  .cid-sxKCEtrLYE .navbar .navbar-toggler {
    flex-basis: auto;
  }
  .cid-sxKCEtrLYE .navbar .icons-menu {
    padding-left: 0;
    padding-top: 0.5rem;
    padding-bottom: 0.5rem;
  }
}
.cid-sxKCEtrLYE .navbar.navbar-short {
  min-height: 60px;
}
.cid-sxKCEtrLYE .navbar.navbar-short .navbar-logo img {
  height: 2.5rem !important;
}
.cid-sxKCEtrLYE .navbar.navbar-short .navbar-brand {
  min-height: 60px;
  padding: 0;
}
.cid-sxKCEtrLYE .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-sxKCEtrLYE .dropdown-menu {
  padding: 0;
  border-radius: 4px;
  box-shadow: 0 1px 3px 0 rgba(0, 0, 0, 0.1);
}
.cid-sxKCEtrLYE .dropdown-item {
  border-bottom: 1px solid #e6e6e6;
}
.cid-sxKCEtrLYE .dropdown-item:hover,
.cid-sxKCEtrLYE .dropdown-item:focus {
  background: #000000 !important;
  color: white !important;
}
.cid-sxKCEtrLYE .dropdown-item:first-child {
  border-top-left-radius: 4px;
  border-top-right-radius: 4px;
}
.cid-sxKCEtrLYE .dropdown-item:last-child {
  border-bottom: none;
  border-bottom-left-radius: 4px;
  border-bottom-right-radius: 4px;
}
.cid-sxKCEtrLYE .nav-dropdown .link {
  padding: 0 0.3em !important;
  margin: 0.667em 0.5em !important;
}
.cid-sxKCEtrLYE .nav-dropdown .link.dropdown-toggle::after {
  margin-left: 0.5rem;
  margin-top: 0.2rem;
}
.cid-sxKCEtrLYE .dropdown-menu,
.cid-sxKCEtrLYE .navbar.opened {
  background: #ffffff !important;
}
.cid-sxKCEtrLYE .nav-item:focus,
.cid-sxKCEtrLYE .nav-link:focus {
  outline: none;
}
.cid-sxKCEtrLYE .dropdown .dropdown-menu .dropdown-item {
  width: auto;
  transition: all 0.25s ease-in-out;
}
.cid-sxKCEtrLYE .dropdown .dropdown-menu .dropdown-item::after {
  right: 0.5rem;
}
.cid-sxKCEtrLYE .dropdown .dropdown-menu .dropdown-item .mbr-iconfont {
  margin-right: 0.5rem;
  vertical-align: sub;
}
.cid-sxKCEtrLYE .dropdown .dropdown-menu .dropdown-item .mbr-iconfont:before {
  display: inline-block;
  transform: scale(1, 1);
  transition: all 0.25s ease-in-out;
}
.cid-sxKCEtrLYE .collapsed .dropdown-menu .dropdown-item:before {
  display: none;
}
.cid-sxKCEtrLYE .collapsed .dropdown .dropdown-menu .dropdown-item {
  padding: 0.235em 1.5em 0.235em 1.5em !important;
  transition: none;
  margin: 0 !important;
}
.cid-sxKCEtrLYE .navbar-brand {
  min-height: 70px;
  flex-shrink: 0;
  align-items: center;
  margin-right: 0;
  padding: 0;
  transition: all 0.3s;
  word-break: break-word;
  z-index: 1;
}
.cid-sxKCEtrLYE .navbar-brand .navbar-caption {
  line-height: inherit !important;
}
.cid-sxKCEtrLYE .navbar-brand .navbar-logo a {
  outline: none;
}
.cid-sxKCEtrLYE .dropdown-item.active,
.cid-sxKCEtrLYE .dropdown-item:active {
  background-color: transparent;
}
.cid-sxKCEtrLYE .navbar-expand-lg .navbar-nav .nav-link {
  padding: 0;
}
.cid-sxKCEtrLYE .nav-dropdown .link.dropdown-toggle {
  margin-right: 1.667em;
}
.cid-sxKCEtrLYE .nav-dropdown .link.dropdown-toggle[aria-expanded="true"] {
  margin-right: 0;
  padding: 0.667em 1.667em;
}
.cid-sxKCEtrLYE .navbar.navbar-expand-lg .dropdown .dropdown-menu {
  background: #ffffff;
}
.cid-sxKCEtrLYE .navbar.navbar-expand-lg .dropdown .dropdown-menu .dropdown-submenu {
  margin: 0;
  left: 100%;
}
.cid-sxKCEtrLYE .navbar .dropdown.open > .dropdown-menu {
  display: block;
}
.cid-sxKCEtrLYE ul.navbar-nav {
  flex-wrap: wrap;
}
.cid-sxKCEtrLYE .navbar-buttons {
  text-align: center;
  min-width: 170px;
}
.cid-sxKCEtrLYE button.navbar-toggler {
  outline: none;
  width: 31px;
  height: 20px;
  cursor: pointer;
  transition: all 0.2s;
  position: relative;
  align-self: center;
}
.cid-sxKCEtrLYE button.navbar-toggler .hamburger span {
  position: absolute;
  right: 0;
  width: 30px;
  height: 2px;
  border-right: 5px;
  background-color: #000000;
}
.cid-sxKCEtrLYE button.navbar-toggler .hamburger span:nth-child(1) {
  top: 0;
  transition: all 0.2s;
}
.cid-sxKCEtrLYE button.navbar-toggler .hamburger span:nth-child(2) {
  top: 8px;
  transition: all 0.15s;
}
.cid-sxKCEtrLYE button.navbar-toggler .hamburger span:nth-child(3) {
  top: 8px;
  transition: all 0.15s;
}
.cid-sxKCEtrLYE button.navbar-toggler .hamburger span:nth-child(4) {
  top: 16px;
  transition: all 0.2s;
}
.cid-sxKCEtrLYE nav.opened .hamburger span:nth-child(1) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-sxKCEtrLYE nav.opened .hamburger span:nth-child(2) {
  transform: rotate(45deg);
  transition: all 0.25s;
}
.cid-sxKCEtrLYE nav.opened .hamburger span:nth-child(3) {
  transform: rotate(-45deg);
  transition: all 0.25s;
}
.cid-sxKCEtrLYE nav.opened .hamburger span:nth-child(4) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-sxKCEtrLYE .navbar-dropdown {
  padding: 0 1rem;
  position: fixed;
}
.cid-sxKCEtrLYE a.nav-link {
  display: flex;
  align-items: center;
  justify-content: center;
}
.cid-sxKCEtrLYE .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-sxKCEtrLYE .navbar {
    height: 70px;
  }
  .cid-sxKCEtrLYE .navbar.opened {
    height: auto;
  }
  .cid-sxKCEtrLYE .nav-item .nav-link:hover::before {
    width: 175%;
    max-width: calc(100% + 2rem);
    left: -1rem;
  }
}
.cid-sxQQswX4vB {
  padding-top: 1rem;
  padding-bottom: 1rem;
  background-color: #000000;
}
.cid-sxQQswX4vB .mbr-section-subtitle {
  color: #36187d;
}
.cid-sxQQswX4vB .mbr-text {
  color: #ffffff;
  font-size: 13px;
}
.cid-s5hiDkTYnm {
  background-image: url("../../../assets/images/sps-universal-mnpf-0dtq5c-unsplash-1-2000x1335.webp");
}
.cid-s5hiDkTYnm .slider-text-two {
  background: rgba(255, 255, 255, 0.8) none repeat scroll 0 0;
  outline: 1px solid rgba(0, 0, 0, 0.2);
  outline-offset: -15px;
  padding: 65px 50px;
}
.cid-s5hiDkTYnm .mbr-section-title {
  color: #262626;
}
.cid-s5hiDkTYnm .mbr-text {
  color: #232323;
  letter-spacing: 5px;
  font-weight: 100;
}
@media screen and (-ms-high-contrast: active), (-ms-high-contrast: none) {
  .cid-s5hiDkTYnm .slider-text-two {
    outline: 15px solid rgba(255, 255, 255, 0.8);
    border: 1px solid rgba(0, 0, 0, 0.2);
  }
}
.cid-sIeHayMleJ {
  padding-top: 45px;
  padding-bottom: 0px;
  background-color: #ffffff;
}
.cid-sIeHayMleJ .card-title {
  line-height: 1.6;
  margin: 0;
  text-align: center;
}
.cid-sIeHayMleJ .card {
  margin-bottom: 25px;
  overflow: hidden;
}
.cid-sIeHayMleJ .card .card-img {
  height: 100%;
}
.cid-sIeHayMleJ .card:hover .card-img {
  -webkit-transform: scale(1.05);
  transform: scale(1.05);
}
.cid-sIeHayMleJ .card:hover .card-wrapper:before {
  opacity: 0.8;
  background: #7a848f;
}
.cid-sIeHayMleJ .card img {
  height: 100%;
  object-fit: cover;
  object-position: center;
}
.cid-sIeHayMleJ .line-wrap {
  display: inline-block;
  width: 100%;
}
.cid-sIeHayMleJ .line {
  display: inline-block;
  width: 80px;
  height: 4px;
  background-color: #000000;
  margin-top: 0.5rem;
  margin-bottom: 1.5rem;
}
.cid-sIeHayMleJ .card-wrapper {
  overflow: hidden;
  position: relative;
}
.cid-sIeHayMleJ .card-wrapper:before {
  content: '';
  display: block;
  position: absolute;
  top: 0;
  left: 0;
  height: 100%;
  width: 100%;
  transition: all 0.3s;
  background: #232323;
  opacity: 0.4;
  z-index: 10;
  pointer-events: none;
}
.cid-sIeHayMleJ .card-img {
  overflow: hidden;
  transition: transform 0.3s;
  position: relative;
}
.cid-sIeHayMleJ .card-box {
  position: absolute;
  overflow: hidden;
  height: fit-content;
  margin: auto;
  bottom: 0;
  top: 0;
  left: 0;
  right: 0;
  padding: 1rem;
  z-index: 100;
  -webkit-justify-content: center;
  justify-content: center;
  display: flex;
  -webkit-flex-direction: column;
  flex-direction: column;
}
.cid-sIeHayMleJ .mbr-section-title {
  color: #232323;
  text-align: center;
}
.cid-sIeHayMleJ .card-sub-title {
  text-align: center;
  font-weight: 500;
}
.cid-sIeHayMleJ .mbr-section-sub-title {
  text-align: center;
  color: #767676;
}
.cid-sIeHayMleJ .mbr-section-title,
.cid-sIeHayMleJ .line-wrap {
  color: #232323;
  text-align: left;
}
.cid-sIeHayMleJ .mbr-text {
  text-align: left;
  color: #000000;
}
@media (max-width: 992px) {
  .cid-sIeHayMleJ .card-big {
    height: 200px;
  }
  .cid-sIeHayMleJ .card-img {
    margin-top: -15%;
  }
}
.cid-sIeHNCYBEn {
  padding-top: 0px;
  padding-bottom: 0px;
  background-color: #ffffff;
}
.cid-sIeHNCYBEn .mbr-text {
  position: relative;
  text-align: justify;
}
@media (max-width: 767px) {
  .cid-sIeHNCYBEn .mbr-text:after,
  .cid-sIeHNCYBEn .mbr-text:before {
    display: none;
  }
}
.cid-sIeHNCYBEn .mbr-section-title,
.cid-sIeHNCYBEn .logo {
  text-align: left;
}
.cid-ss6hbqMn6Q {
  padding-top: 0px;
  padding-bottom: 45px;
  background-color: #ffffff;
}
.cid-ss6hbqMn6Q .mbr-section-title {
  text-align: left;
}
.cid-ss6hbqMn6Q .mbr-section-subtitle {
  margin-top: 1.5rem;
  text-align: justify;
}
.cid-ss6hbqMn6Q .mbr-section-btn {
  padding-top: 2rem;
}
.cid-ss6hbqMn6Q .section-header {
  margin-bottom: 3rem;
}
.cid-ss6hbqMn6Q .item-wrapper {
  margin-bottom: 1.5rem;
}
.cid-ss6hbqMn6Q .row-item {
  padding: 3rem;
  padding-top: 3.7rem;
  height: 100%;
}
.cid-ss6hbqMn6Q .row-item.card1 {
  background: #ebeaed;
}
.cid-ss6hbqMn6Q .row-item.card2 {
  background: #f5f5f5;
}
.cid-ss6hbqMn6Q .row-item.card3 {
  background: #c1bebe;
}
.cid-ss6hbqMn6Q .row-item.card4 {
  background: #bcd9df;
}
@media (max-width: 1024px) {
  .cid-ss6hbqMn6Q .row-item {
    padding: 2rem;
  }
}
.cid-ss6hbqMn6Q .mbr-card-title {
  margin-bottom: 1rem;
}
@media (max-width: 767px) {
  .cid-ss6hbqMn6Q .card-img,
  .cid-ss6hbqMn6Q .mbr-text,
  .cid-ss6hbqMn6Q .mbr-card-title,
  .cid-ss6hbqMn6Q .mbr-section-subtitle,
  .cid-ss6hbqMn6Q .mbr-section-title,
  .cid-ss6hbqMn6Q .underline {
    text-align: justify !important;
  }
}
.cid-ss6hbqMn6Q .mbr-iconfont {
  background-color: #2fb5c7;
  font-size: 30px;
  height: 56px;
  min-width: 56px;
  padding: .7rem;
  color: #fff;
  border: 1px solid #2fb5c7;
  border-radius: 50%;
}
.cid-ss6hbqMn6Q .card-img {
  margin-bottom: 1.7rem;
  text-align: left;
}
.cid-ss6hbqMn6Q .card2 > .mbr-text,
.cid-ss6hbqMn6Q .card2 > .mbr-section-btn {
  text-align: justify;
}
.cid-ss6hbqMn6Q .card1 > .mbr-text,
.cid-ss6hbqMn6Q .card1 > .mbr-section-btn {
  text-align: justify;
}
.cid-ss6hbqMn6Q .card3 > .mbr-text,
.cid-ss6hbqMn6Q .card3 > .mbr-section-btn {
  text-align: left;
}
.cid-ss6hbqMn6Q .card4 > .mbr-text,
.cid-ss6hbqMn6Q .card4 > .mbr-section-btn {
  text-align: left;
}
.cid-ss6hbqMn6Q .card2 > .mbr-card-title,
.cid-ss6hbqMn6Q .card2 > .card-img {
  color: #000000;
}
.cid-ss6hbqMn6Q .card2 > .mbr-text,
.cid-ss6hbqMn6Q .card2 > .mbr-section-btn {
  color: #000000;
}
.cid-sIeFoQwo06 {
  background-color: #202020;
}
.cid-sIeFoQwo06 .img-wrap {
  width: 100% !important;
  height: 100% !important;
}
.cid-sIeFoQwo06 .underline .line {
  width: 2rem;
  height: 1px;
  background: #ffffff;
  display: inline-block;
}
.cid-sIeFoQwo06 .image-element {
  display: flex;
  -webkit-justify-content: center;
  justify-content: center;
  -webkit-align-items: center;
  align-items: center;
}
.cid-sIeFoQwo06 .image-element img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  object-position: center center;
}
@media (min-width: 1200px) {
  .cid-sIeFoQwo06 .image-element {
    padding-left: 0;
  }
}
.cid-sIeFoQwo06 .text-element {
  display: flex;
  -webkit-flex-direction: column;
  flex-direction: column;
  -webkit-justify-content: center;
  justify-content: center;
  padding: 2rem;
}
.cid-sIeFoQwo06 .mbr-text {
  color: #878787;
  line-height: 27px;
}
.cid-sIeFoQwo06 .brown {
  color: #c19b76;
}
.cid-sIeFoQwo06 .paragraphs-wrapper {
  display: flex;
  -webkit-flex-direction: row;
  flex-direction: row;
  -webkit-justify-content: center;
  justify-content: center;
  -webkit-align-items: center;
  align-items: center;
}
.cid-sIeFoQwo06 .paragraphs-wrapper .first-paragraph,
.cid-sIeFoQwo06 .paragraphs-wrapper .second-paragraph {
  margin: 0;
}
@media (max-width: 991px) {
  .cid-sIeFoQwo06 .image-element {
    padding-top: 1rem;
  }
  .cid-sIeFoQwo06 .paragraphs-wrapper {
    -webkit-flex-direction: column;
    flex-direction: column;
  }
  .cid-sIeFoQwo06 .paragraphs-wrapper .first-paragraph,
  .cid-sIeFoQwo06 .paragraphs-wrapper .second-paragraph {
    width: 100%;
    padding: 0;
  }
}
@media (min-width: 768px) {
  .cid-sIeFoQwo06 .first-paragraph,
  .cid-sIeFoQwo06 .second-paragraph {
    width: 50%;
  }
  .cid-sIeFoQwo06 .first-paragraph {
    padding-right: 0.5rem;
  }
  .cid-sIeFoQwo06 .second-paragraph {
    padding-left: 0.5rem;
  }
  .cid-sIeFoQwo06 .text-element {
    padding: 6rem;
  }
}
@media (max-width: 767px) {
  .cid-sIeFoQwo06 .mbr-section-title,
  .cid-sIeFoQwo06 .mbr-section-btn {
    text-align: left;
  }
}
.cid-sIeFoQwo06 .mbr-text,
.cid-sIeFoQwo06 .mbr-section-btn {
  color: #ffffff;
}
.cid-sIeBzXaoWD {
  padding-top: 45px;
  padding-bottom: 0px;
  background-color: #ffffff;
}
.cid-sIeBzXaoWD .card-title {
  line-height: 1.6;
  margin: 0;
  text-align: center;
}
.cid-sIeBzXaoWD .card {
  margin-bottom: 25px;
  overflow: hidden;
}
.cid-sIeBzXaoWD .card .card-img {
  height: 100%;
}
.cid-sIeBzXaoWD .card:hover .card-img {
  -webkit-transform: scale(1.05);
  transform: scale(1.05);
}
.cid-sIeBzXaoWD .card:hover .card-wrapper:before {
  opacity: 0.8;
  background: #7a848f;
}
.cid-sIeBzXaoWD .card img {
  height: 100%;
  object-fit: cover;
  object-position: center;
}
.cid-sIeBzXaoWD .line-wrap {
  display: inline-block;
  width: 100%;
}
.cid-sIeBzXaoWD .line {
  display: inline-block;
  width: 80px;
  height: 4px;
  background-color: #000000;
  margin-top: 0.5rem;
  margin-bottom: 1.5rem;
}
.cid-sIeBzXaoWD .card-wrapper {
  overflow: hidden;
  position: relative;
}
.cid-sIeBzXaoWD .card-wrapper:before {
  content: '';
  display: block;
  position: absolute;
  top: 0;
  left: 0;
  height: 100%;
  width: 100%;
  transition: all 0.3s;
  background: #232323;
  opacity: 0.4;
  z-index: 10;
  pointer-events: none;
}
.cid-sIeBzXaoWD .card-img {
  overflow: hidden;
  transition: transform 0.3s;
  position: relative;
}
.cid-sIeBzXaoWD .card-box {
  position: absolute;
  overflow: hidden;
  height: fit-content;
  margin: auto;
  bottom: 0;
  top: 0;
  left: 0;
  right: 0;
  padding: 1rem;
  z-index: 100;
  -webkit-justify-content: center;
  justify-content: center;
  display: flex;
  -webkit-flex-direction: column;
  flex-direction: column;
}
.cid-sIeBzXaoWD .mbr-section-title {
  color: #232323;
  text-align: center;
}
.cid-sIeBzXaoWD .card-sub-title {
  text-align: center;
  font-weight: 500;
}
.cid-sIeBzXaoWD .mbr-section-sub-title {
  text-align: center;
  color: #767676;
}
.cid-sIeBzXaoWD .mbr-section-title,
.cid-sIeBzXaoWD .line-wrap {
  color: #232323;
  text-align: left;
}
.cid-sIeBzXaoWD .mbr-text {
  text-align: left;
  color: #000000;
}
@media (max-width: 992px) {
  .cid-sIeBzXaoWD .card-big {
    height: 200px;
  }
  .cid-sIeBzXaoWD .card-img {
    margin-top: -15%;
  }
}
.cid-ssngsEHg3M {
  padding-top: 0rem;
  padding-bottom: 2rem;
  background-color: #ffffff;
}
.cid-ssngsEHg3M .card-title {
  position: relative;
  width: 100%;
  cursor: pointer;
  display: block;
  margin-right: 1rem;
  margin-bottom: .75rem;
}
.cid-ssngsEHg3M .card {
  margin-bottom: 1.5rem;
}
.cid-ssngsEHg3M .card-wrapper {
  overflow: visible;
  padding: 2.5rem 1.5rem;
  border-bottom: 8px solid grey;
  background-color: #fafafa;
}
@media (max-width: 767px) {
  .cid-ssngsEHg3M .card-wrapper {
    padding: 2rem 1rem;
  }
}
.cid-ssngsEHg3M .card-wrapper-1 {
  border-color: #919dab;
}
.cid-ssngsEHg3M .card-wrapper-2 {
  border-color: #cccccc;
}
.cid-ssngsEHg3M .card-wrapper-3 {
  border-color: #eec39c;
}
.cid-ssngsEHg3M .card-wrapper-4 {
  border-color: #eec39c;
}
.cid-ssngsEHg3M .card-wrapper-5 {
  border-color: #d4e7eb;
}
.cid-ssngsEHg3M .card-wrapper-6 {
  border-color: #67beb0;
}
.cid-ssngsEHg3M .card-text {
  text-align: left;
}
.cid-ssngsEHg3M .card-number {
  color: #000000;
  text-align: left;
  margin-bottom: 1.5rem;
}
@media (max-width: 767px) {
  .cid-ssngsEHg3M .card-number {
    text-align: center;
  }
}
.cid-ssngsEHg3M .mbr-section-title {
  text-align: left;
}
.cid-ssngsEHg3M .mbr-section-title {
  margin-bottom: 1.5rem;
}
.cid-ssnrr3ok68 {
  padding-top: 0rem;
  padding-bottom: 2rem;
  background-color: #ffffff;
}
.cid-ssnrr3ok68 .card-title {
  position: relative;
  width: 100%;
  cursor: pointer;
  display: block;
  margin-right: 1rem;
  margin-bottom: .75rem;
}
.cid-ssnrr3ok68 .card {
  margin-bottom: 1.5rem;
}
.cid-ssnrr3ok68 .card-wrapper {
  overflow: visible;
  padding: 2.5rem 1.5rem;
  border-bottom: 8px solid grey;
  background-color: #f5f5f5;
}
@media (max-width: 767px) {
  .cid-ssnrr3ok68 .card-wrapper {
    padding: 2rem 1rem;
  }
}
.cid-ssnrr3ok68 .card-wrapper-1 {
  border-color: #cccccc;
}
.cid-ssnrr3ok68 .card-wrapper-2 {
  border-color: #919dab;
}
.cid-ssnrr3ok68 .card-wrapper-3 {
  border-color: #eec39c;
}
.cid-ssnrr3ok68 .card-wrapper-4 {
  border-color: #eec39c;
}
.cid-ssnrr3ok68 .card-wrapper-5 {
  border-color: #d4e7eb;
}
.cid-ssnrr3ok68 .card-wrapper-6 {
  border-color: #67beb0;
}
.cid-ssnrr3ok68 .card-text {
  text-align: left;
}
.cid-ssnrr3ok68 .card-number {
  color: #000000;
  text-align: left;
  margin-bottom: 1.5rem;
}
@media (max-width: 767px) {
  .cid-ssnrr3ok68 .card-number {
    text-align: center;
  }
}
.cid-ssnrr3ok68 .mbr-section-title {
  text-align: left;
}
.cid-sxKCEtrLYE {
  z-index: 1000;
  width: 100%;
  position: relative;
  min-height: 60px;
}
.cid-sxKCEtrLYE .menu-text {
  padding: 0 2rem;
  color: #5b6c8f;
}
@media (max-width: 992px) {
  .cid-sxKCEtrLYE .menu-text {
    text-align: center;
    padding: 0.5rem 1rem;
  }
}
.cid-sxKCEtrLYE .iconfont-wrapper {
  color: #103178 !important;
  font-size: 1.5rem;
  padding-right: 0.5rem;
}
@media (max-width: 992px) {
  .cid-sxKCEtrLYE .iconfont-wrapper {
    padding: 0 0.25rem;
  }
}
.cid-sxKCEtrLYE .container {
  display: flex;
  margin: auto;
}
@media (max-width: 767px) {
  .cid-sxKCEtrLYE .container {
    padding: 0 1rem;
  }
}
.cid-sxKCEtrLYE .menu-tite {
  background: #000000;
  width: 100%;
  padding: 0.4rem 1rem;
  text-align: right;
  font-size: 13px;
  color: #ffffff;
}
.cid-sxKCEtrLYE .nav-link {
  position: relative;
}
.cid-sxKCEtrLYE .nav-link:hover {
  color: #17a2b8 !important;
}
.cid-sxKCEtrLYE nav.navbar {
  position: fixed;
}
.cid-sxKCEtrLYE .navbar {
  padding: 0!important;
  min-height: 70px;
  transition: all 0.3s;
  border-bottom: 1px solid transparent;
  box-shadow: 0 1px 3px 0 rgba(0, 0, 0, 0.1);
  background: #ffffff;
}
.cid-sxKCEtrLYE .navbar.opened {
  transition: all 0.3s;
}
.cid-sxKCEtrLYE .navbar .dropdown-item {
  padding: 0.5rem 1.8rem;
}
.cid-sxKCEtrLYE .navbar .navbar-logo img {
  width: auto;
}
.cid-sxKCEtrLYE .navbar .navbar-collapse {
  justify-content: flex-end;
  z-index: 1;
}
.cid-sxKCEtrLYE .navbar.collapsed {
  justify-content: center;
}
.cid-sxKCEtrLYE .navbar.collapsed .nav-item .nav-link::before {
  display: none;
}
.cid-sxKCEtrLYE .navbar.collapsed.opened .dropdown-menu {
  top: 0;
}
@media (min-width: 992px) {
  .cid-sxKCEtrLYE .navbar.collapsed.opened:not(.navbar-short) .navbar-collapse {
    max-height: calc(98.5vh - 3.7rem);
  }
}
.cid-sxKCEtrLYE .navbar.collapsed .dropdown-menu .dropdown-submenu {
  left: 0 !important;
}
.cid-sxKCEtrLYE .navbar.collapsed .dropdown-menu .dropdown-item:after {
  right: auto;
}
.cid-sxKCEtrLYE .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-sxKCEtrLYE .navbar.collapsed ul.navbar-nav li {
  margin: auto;
}
.cid-sxKCEtrLYE .navbar.collapsed .dropdown-menu .dropdown-item {
  padding: 0.25rem 1.5rem;
  text-align: center;
}
.cid-sxKCEtrLYE .navbar.collapsed .icons-menu {
  padding-left: 0;
  padding-right: 0;
  padding-top: 0.5rem;
  padding-bottom: 0.5rem;
}
@media (max-width: 991px) {
  .cid-sxKCEtrLYE .navbar .nav-item .nav-link::before {
    display: none;
  }
  .cid-sxKCEtrLYE .navbar.opened .dropdown-menu {
    top: 0;
  }
  .cid-sxKCEtrLYE .navbar .dropdown-menu .dropdown-submenu {
    left: 0 !important;
  }
  .cid-sxKCEtrLYE .navbar .dropdown-menu .dropdown-item:after {
    right: auto;
  }
  .cid-sxKCEtrLYE .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-sxKCEtrLYE .navbar .navbar-logo img {
    height: 3rem !important;
  }
  .cid-sxKCEtrLYE .navbar ul.navbar-nav li {
    margin: auto;
  }
  .cid-sxKCEtrLYE .navbar .dropdown-menu .dropdown-item {
    padding: 0.25rem 1.5rem !important;
    text-align: center;
  }
  .cid-sxKCEtrLYE .navbar .navbar-brand {
    flex-shrink: initial;
    flex-basis: auto;
    word-break: break-word;
    padding-right: 2rem;
  }
  .cid-sxKCEtrLYE .navbar .navbar-toggler {
    flex-basis: auto;
  }
  .cid-sxKCEtrLYE .navbar .icons-menu {
    padding-left: 0;
    padding-top: 0.5rem;
    padding-bottom: 0.5rem;
  }
}
.cid-sxKCEtrLYE .navbar.navbar-short {
  min-height: 60px;
}
.cid-sxKCEtrLYE .navbar.navbar-short .navbar-logo img {
  height: 2.5rem !important;
}
.cid-sxKCEtrLYE .navbar.navbar-short .navbar-brand {
  min-height: 60px;
  padding: 0;
}
.cid-sxKCEtrLYE .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-sxKCEtrLYE .dropdown-menu {
  padding: 0;
  border-radius: 4px;
  box-shadow: 0 1px 3px 0 rgba(0, 0, 0, 0.1);
}
.cid-sxKCEtrLYE .dropdown-item {
  border-bottom: 1px solid #e6e6e6;
}
.cid-sxKCEtrLYE .dropdown-item:hover,
.cid-sxKCEtrLYE .dropdown-item:focus {
  background: #000000 !important;
  color: white !important;
}
.cid-sxKCEtrLYE .dropdown-item:first-child {
  border-top-left-radius: 4px;
  border-top-right-radius: 4px;
}
.cid-sxKCEtrLYE .dropdown-item:last-child {
  border-bottom: none;
  border-bottom-left-radius: 4px;
  border-bottom-right-radius: 4px;
}
.cid-sxKCEtrLYE .nav-dropdown .link {
  padding: 0 0.3em !important;
  margin: 0.667em 0.5em !important;
}
.cid-sxKCEtrLYE .nav-dropdown .link.dropdown-toggle::after {
  margin-left: 0.5rem;
  margin-top: 0.2rem;
}
.cid-sxKCEtrLYE .dropdown-menu,
.cid-sxKCEtrLYE .navbar.opened {
  background: #ffffff !important;
}
.cid-sxKCEtrLYE .nav-item:focus,
.cid-sxKCEtrLYE .nav-link:focus {
  outline: none;
}
.cid-sxKCEtrLYE .dropdown .dropdown-menu .dropdown-item {
  width: auto;
  transition: all 0.25s ease-in-out;
}
.cid-sxKCEtrLYE .dropdown .dropdown-menu .dropdown-item::after {
  right: 0.5rem;
}
.cid-sxKCEtrLYE .dropdown .dropdown-menu .dropdown-item .mbr-iconfont {
  margin-right: 0.5rem;
  vertical-align: sub;
}
.cid-sxKCEtrLYE .dropdown .dropdown-menu .dropdown-item .mbr-iconfont:before {
  display: inline-block;
  transform: scale(1, 1);
  transition: all 0.25s ease-in-out;
}
.cid-sxKCEtrLYE .collapsed .dropdown-menu .dropdown-item:before {
  display: none;
}
.cid-sxKCEtrLYE .collapsed .dropdown .dropdown-menu .dropdown-item {
  padding: 0.235em 1.5em 0.235em 1.5em !important;
  transition: none;
  margin: 0 !important;
}
.cid-sxKCEtrLYE .navbar-brand {
  min-height: 70px;
  flex-shrink: 0;
  align-items: center;
  margin-right: 0;
  padding: 0;
  transition: all 0.3s;
  word-break: break-word;
  z-index: 1;
}
.cid-sxKCEtrLYE .navbar-brand .navbar-caption {
  line-height: inherit !important;
}
.cid-sxKCEtrLYE .navbar-brand .navbar-logo a {
  outline: none;
}
.cid-sxKCEtrLYE .dropdown-item.active,
.cid-sxKCEtrLYE .dropdown-item:active {
  background-color: transparent;
}
.cid-sxKCEtrLYE .navbar-expand-lg .navbar-nav .nav-link {
  padding: 0;
}
.cid-sxKCEtrLYE .nav-dropdown .link.dropdown-toggle {
  margin-right: 1.667em;
}
.cid-sxKCEtrLYE .nav-dropdown .link.dropdown-toggle[aria-expanded="true"] {
  margin-right: 0;
  padding: 0.667em 1.667em;
}
.cid-sxKCEtrLYE .navbar.navbar-expand-lg .dropdown .dropdown-menu {
  background: #ffffff;
}
.cid-sxKCEtrLYE .navbar.navbar-expand-lg .dropdown .dropdown-menu .dropdown-submenu {
  margin: 0;
  left: 100%;
}
.cid-sxKCEtrLYE .navbar .dropdown.open > .dropdown-menu {
  display: block;
}
.cid-sxKCEtrLYE ul.navbar-nav {
  flex-wrap: wrap;
}
.cid-sxKCEtrLYE .navbar-buttons {
  text-align: center;
  min-width: 170px;
}
.cid-sxKCEtrLYE button.navbar-toggler {
  outline: none;
  width: 31px;
  height: 20px;
  cursor: pointer;
  transition: all 0.2s;
  position: relative;
  align-self: center;
}
.cid-sxKCEtrLYE button.navbar-toggler .hamburger span {
  position: absolute;
  right: 0;
  width: 30px;
  height: 2px;
  border-right: 5px;
  background-color: #000000;
}
.cid-sxKCEtrLYE button.navbar-toggler .hamburger span:nth-child(1) {
  top: 0;
  transition: all 0.2s;
}
.cid-sxKCEtrLYE button.navbar-toggler .hamburger span:nth-child(2) {
  top: 8px;
  transition: all 0.15s;
}
.cid-sxKCEtrLYE button.navbar-toggler .hamburger span:nth-child(3) {
  top: 8px;
  transition: all 0.15s;
}
.cid-sxKCEtrLYE button.navbar-toggler .hamburger span:nth-child(4) {
  top: 16px;
  transition: all 0.2s;
}
.cid-sxKCEtrLYE nav.opened .hamburger span:nth-child(1) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-sxKCEtrLYE nav.opened .hamburger span:nth-child(2) {
  transform: rotate(45deg);
  transition: all 0.25s;
}
.cid-sxKCEtrLYE nav.opened .hamburger span:nth-child(3) {
  transform: rotate(-45deg);
  transition: all 0.25s;
}
.cid-sxKCEtrLYE nav.opened .hamburger span:nth-child(4) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-sxKCEtrLYE .navbar-dropdown {
  padding: 0 1rem;
  position: fixed;
}
.cid-sxKCEtrLYE a.nav-link {
  display: flex;
  align-items: center;
  justify-content: center;
}
.cid-sxKCEtrLYE .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-sxKCEtrLYE .navbar {
    height: 70px;
  }
  .cid-sxKCEtrLYE .navbar.opened {
    height: auto;
  }
  .cid-sxKCEtrLYE .nav-item .nav-link:hover::before {
    width: 175%;
    max-width: calc(100% + 2rem);
    left: -1rem;
  }
}
.cid-sAuo9aZp0j {
  padding-top: 45px;
  padding-bottom: 90px;
  background: #ffffff;
}
.cid-sAuo9aZp0j .team-card {
  overflow: hidden;
}
.cid-sAuo9aZp0j .team-card:hover img {
  transform: scale(1.2);
}
.cid-sAuo9aZp0j .mbr-section-subtitle {
  opacity: 0.7;
}
.cid-sAuo9aZp0j .team-card {
  padding: 0rem;
  position: relative;
  transition: all 0.3s;
}
.cid-sAuo9aZp0j .content-wrap {
  position: relative;
}
.cid-sAuo9aZp0j .content-wrap .mbr-section-btn {
  padding-top: 1rem;
}
.cid-sAuo9aZp0j .card-wrap {
  position: relative;
  color: #ffffff;
  text-align: center;
}
.cid-sAuo9aZp0j img {
  transition: 1s;
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  object-fit: cover;
  object-position: top center;
}
.cid-sAuo9aZp0j .main-heading {
  margin-bottom: 2.2rem;
}
.cid-sAuo9aZp0j .btn {
  margin-top: 3rem;
}
.cid-sAuo9aZp0j .mbr-text {
  color: #777777;
}
@media (max-width: 767px) {
  .cid-sAuo9aZp0j .card-wrap {
    padding: 2rem 1rem;
  }
}
@media (min-width: 767px) and (max-width: 992px) {
  .cid-sAuo9aZp0j .card-wrap {
    padding: 2rem 2rem;
  }
}
@media (min-width: 992px) {
  .cid-sAuo9aZp0j .card-wrap {
    padding: 4.5rem 6rem 3.5rem;
  }
}
.cid-sAuo9aZp0j .mbr-role,
.cid-sAuo9aZp0j .mbr-section-subtitle {
  text-align: left;
}
.cid-sxQyxKM2Fg {
  padding-top: 5rem;
  padding-bottom: 1rem;
  background-color: #000000;
}
.cid-sxQyxKM2Fg .container {
  max-width: 1750px;
}
.cid-sxQyxKM2Fg .card-wrapper {
  border-top: 1px solid #ffffff;
  padding-top: 2rem;
}
.cid-sxQyxKM2Fg img {
  width: 150px;
  display: inline-block;
}
.cid-sxQyxKM2Fg p {
  line-height: 1.8;
}
.cid-sxQyxKM2Fg .mbr-section-title {
  color: #ffffff;
}
.cid-sxQyxKM2Fg .mbr-text {
  color: #ffffff;
}
.cid-sKcO6aZRXK {
  padding-top: 1rem;
  padding-bottom: 0rem;
  background-color: #000000;
}
.cid-sKcO6aZRXK .mbr-section-subtitle {
  color: #36187d;
}
.cid-sKcO6aZRXK .mbr-text {
  color: #ffffff;
  font-size: 15px;
  text-align: justify;
}
.cid-sKcO70Rq9d {
  padding-top: 1rem;
  padding-bottom: 1rem;
  background-color: #000000;
}
.cid-sKcO70Rq9d .mbr-section-subtitle {
  color: #36187d;
}
.cid-sKcO70Rq9d .mbr-text {
  color: #ffffff;
  font-size: 13px;
}
.cid-sst7rC7GSg {
  background-image: url("../../../assets/images/antenna-cw-cj-nfa14-unsplash-2000x1333.webp");
}
.cid-sst7rC7GSg .text-content {
  padding-top: 120px;
  padding-bottom: 30px;
}
.cid-sst7rC7GSg .text-content .btn-bgr {
  z-index: 0;
}
.cid-sst7rC7GSg .mbr-overlay {
  background: linear-gradient(90deg, #000000, #202020);
}
.cid-sst7rC7GSg H3 {
  color: #000000;
  font-weight: 300;
}
.cid-sst7rC7GSg P {
  color: #767676;
}
.cid-sst7rC7GSg H2 {
  color: #000000;
}
.cid-sst7rC7GSg .media-container-row {
  padding-left: 3rem;
  padding-right: 3rem;
}
@media (max-width: 767px) {
  .cid-sst7rC7GSg .media-container-row {
    padding-left: 0 !important;
    padding-right: 0 !important;
  }
}
.cid-sst7rC7GSg .text-content {
  padding-left: 1rem;
  padding-right: 1rem;
  width: 50%;
  opacity: 80%;
  background-color: #000000;
}
@media (max-width: 991px) {
  .cid-sst7rC7GSg .text-content {
    width: 80%;
  }
}
@media (max-width: 599px) {
  .cid-sst7rC7GSg .text-content {
    width: 100%;
  }
}
.cid-sst7rC7GSg .media-content {
  padding-right: 1.5rem;
  padding-left: 0;
}
.cid-sst7rC7GSg .mbr-section-btn {
  margin-left: -0.8rem;
}
@media (max-width: 767px) {
  .cid-sst7rC7GSg .mbr-text {
    text-align: center;
  }
}
.cid-sst7rC7GSg .mbr-section-btn,
.cid-sst7rC7GSg .mbr-section-title {
  text-align: left;
  color: #ffffff;
}
.cid-sst7rC7GSg .mbr-section-subtitle {
  text-align: justify;
  color: #ffffff;
}
.cid-sIeJFFO85T {
  padding-top: 45px;
  padding-bottom: 0px;
  background-color: #ffffff;
}
.cid-sIeJFFO85T .card-title {
  line-height: 1.6;
  margin: 0;
  text-align: center;
}
.cid-sIeJFFO85T .card {
  margin-bottom: 25px;
  overflow: hidden;
}
.cid-sIeJFFO85T .card .card-img {
  height: 100%;
}
.cid-sIeJFFO85T .card:hover .card-img {
  -webkit-transform: scale(1.05);
  transform: scale(1.05);
}
.cid-sIeJFFO85T .card:hover .card-wrapper:before {
  opacity: 0.8;
  background: #7a848f;
}
.cid-sIeJFFO85T .card img {
  height: 100%;
  object-fit: cover;
  object-position: center;
}
.cid-sIeJFFO85T .line-wrap {
  display: inline-block;
  width: 100%;
}
.cid-sIeJFFO85T .line {
  display: inline-block;
  width: 80px;
  height: 4px;
  background-color: #000000;
  margin-top: 0.5rem;
  margin-bottom: 1.5rem;
}
.cid-sIeJFFO85T .card-wrapper {
  overflow: hidden;
  position: relative;
}
.cid-sIeJFFO85T .card-wrapper:before {
  content: '';
  display: block;
  position: absolute;
  top: 0;
  left: 0;
  height: 100%;
  width: 100%;
  transition: all 0.3s;
  background: #232323;
  opacity: 0.4;
  z-index: 10;
  pointer-events: none;
}
.cid-sIeJFFO85T .card-img {
  overflow: hidden;
  transition: transform 0.3s;
  position: relative;
}
.cid-sIeJFFO85T .card-box {
  position: absolute;
  overflow: hidden;
  height: fit-content;
  margin: auto;
  bottom: 0;
  top: 0;
  left: 0;
  right: 0;
  padding: 1rem;
  z-index: 100;
  -webkit-justify-content: center;
  justify-content: center;
  display: flex;
  -webkit-flex-direction: column;
  flex-direction: column;
}
.cid-sIeJFFO85T .mbr-section-title {
  color: #232323;
  text-align: center;
}
.cid-sIeJFFO85T .card-sub-title {
  text-align: center;
  font-weight: 500;
}
.cid-sIeJFFO85T .mbr-section-sub-title {
  text-align: center;
  color: #767676;
}
.cid-sIeJFFO85T .mbr-section-title,
.cid-sIeJFFO85T .line-wrap {
  color: #232323;
  text-align: left;
}
.cid-sIeJFFO85T .mbr-text {
  text-align: left;
  color: #000000;
}
@media (max-width: 992px) {
  .cid-sIeJFFO85T .card-big {
    height: 200px;
  }
  .cid-sIeJFFO85T .card-img {
    margin-top: -15%;
  }
}
.cid-sxF4ADgWLF {
  padding-top: 0rem;
  padding-bottom: 2rem;
  background-color: #ffffff;
}
.cid-sxF4ADgWLF .item {
  position: relative;
  display: flex;
  padding-bottom: 2rem;
}
.cid-sxF4ADgWLF .item:last-child .icon-box:before {
  display: none;
}
.cid-sxF4ADgWLF .item::before {
  content: "";
  width: 2px;
  height: 100%;
  left: 40px;
  position: absolute;
  top: 0;
  background: #000000;
  transform: translate(-50%, 0);
}
.cid-sxF4ADgWLF .last:before {
  display: none;
}
.cid-sxF4ADgWLF .icon-box {
  width: 80px;
  min-width: 80px;
  height: 80px;
  border-radius: 50%;
  background: #ffffff;
  box-shadow: 0.6em 0.6em 1.2em #d2dce9, -0.5em -0.5em 1em #ffffff;
  margin-right: 2rem;
  display: flex;
  justify-content: center;
  align-items: center;
  position: relative;
}
@media (max-width: 768px) {
  .cid-sxF4ADgWLF .icon-box {
    margin-right: 1rem;
  }
}
.cid-sxF4ADgWLF span {
  font-size: 2rem;
}
@media (max-width: 991px) {
  .cid-sxF4ADgWLF span .card {
    margin-bottom: 2rem;
  }
  .cid-sxF4ADgWLF span .card-wrapper {
    margin-bottom: 2rem;
  }
  .cid-sxF4ADgWLF span .icon-box::before {
    top: 141%;
  }
}
@media (max-width: 768px) {
  .cid-sxF4ADgWLF .icon-box::before {
    top: 114%;
  }
}
.cid-sxF4ADgWLF SPAN {
  color: #000000;
  font-size: 18px;
  text-align: center;
}
.cid-sxF4ADgWLF .icon-text {
  color: #000000;
}
.cid-sxF4ADgWLF .icon-title {
  color: #000000;
}
.cid-sxF4ADgWLF .icon-subtitle {
  color: #36187d;
}
.cid-sxF4ADgWLF .main-title {
  color: #000000;
}
.cid-sstuZkfqKp {
  padding-top: 75px;
  padding-bottom: 75px;
  background-image: url("../../../assets/images/weston-mackinnon-jox-q3-pwbi-unsplash-2000x1333.webp");
}
.cid-sstuZkfqKp .row {
  justify-content: flex-end;
}
.cid-sstuZkfqKp .back {
  position: absolute;
  top: 0;
  right: 0;
  width: 100%;
  height: 30%;
  background-color: #fcfcfc;
}
.cid-sstuZkfqKp .block {
  background-color: #2fb5c7;
}
.cid-sstuZkfqKp img {
  width: 100%;
}
.cid-sstuZkfqKp .content-wrapper {
  margin: auto;
  position: relative;
  padding: 10rem 16rem;
}
.cid-sstuZkfqKp .content {
  max-width: 600px;
}
.cid-sstuZkfqKp h4 {
  position: absolute;
  transform: rotate(-270deg);
  transform-origin: bottom right;
  width: fit-content;
  padding: 0;
  margin: 0;
  right: 19rem;
  bottom: 35%;
}
@media (max-width: 1600px) {
  .cid-sstuZkfqKp .content-wrapper {
    padding: 6rem 4rem;
  }
  .cid-sstuZkfqKp h4 {
    right: 6rem;
  }
}
@media (max-width: 767px) {
  .cid-sstuZkfqKp .content-wrapper {
    padding: 4rem 0rem;
  }
  .cid-sstuZkfqKp h4 {
    right: 2rem;
    bottom: 30%;
  }
}
.cid-sstuZkfqKp .mbr-text,
.cid-sstuZkfqKp .mbr-section-btn {
  text-align: justify;
  color: #ffffff;
}
.cid-sstuZkfqKp H1 {
  color: #ffffff;
}
.cid-sxF2F0KVXp {
  padding-top: 5rem;
  padding-bottom: 0rem;
  background-color: #ffffff;
}
.cid-sxF2F0KVXp .wrap {
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  padding: 40px;
  border-radius: 4px;
  transition: all cubic-bezier(0.4, 0, 0.2, 1) 0.4s;
  background: #fafafa;
  height: 100%;
}
@media (max-width: 767px) {
  .cid-sxF2F0KVXp .wrap {
    padding: 30px 15px;
  }
}
.cid-sxF2F0KVXp .wrap:hover .item-title a {
  color: #1b1a1a !important;
}
.cid-sxF2F0KVXp .icon_block,
.cid-sxF2F0KVXp .item-title {
  margin-bottom: 12px;
}
.cid-sxF2F0KVXp .icon_block .mbr-iconfont {
  font-size: 40px;
  margin-right: 10px;
  color: #ffffff;
}
.cid-sxF2F0KVXp .item {
  margin-bottom: 0;
  padding-top: 10px;
}
.cid-sxF2F0KVXp .item:before {
  content: "\e95e";
  font-family: 'Moririse2';
  margin-right: 10px;
  font-size: 13px;
  vertical-align: middle;
  color: #ffffff;
}
.cid-sxF2F0KVXp .mbr-section-btn {
  margin-top: 25px;
}
.cid-sxF2F0KVXp .mbr-section-btn .btn-white-outline {
  padding: 3px 0;
  margin-bottom: 0;
  border: none !important;
  background-color: transparent !important;
}
.cid-sxF2F0KVXp .item-title,
.cid-sxF2F0KVXp .icon_block {
  color: #000000;
}
.cid-sxF2F0KVXp .mbr-text,
.cid-sxF2F0KVXp .mbr-section-btn {
  color: #000000;
  text-align: justify;
}
.cid-sxF3euyxS1 {
  padding-top: 2rem;
  padding-bottom: 5rem;
  background-color: #ffffff;
}
.cid-sxF3euyxS1 .wrap {
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  padding: 40px;
  border-radius: 4px;
  transition: all cubic-bezier(0.4, 0, 0.2, 1) 0.4s;
  background: #fafafa;
  height: 100%;
}
@media (max-width: 767px) {
  .cid-sxF3euyxS1 .wrap {
    padding: 30px 15px;
  }
}
.cid-sxF3euyxS1 .wrap:hover .item-title a {
  color: #1b1a1a !important;
}
.cid-sxF3euyxS1 .icon_block,
.cid-sxF3euyxS1 .item-title {
  margin-bottom: 12px;
}
.cid-sxF3euyxS1 .icon_block .mbr-iconfont {
  font-size: 40px;
  margin-right: 10px;
  color: #ffffff;
}
.cid-sxF3euyxS1 .item {
  margin-bottom: 0;
  padding-top: 10px;
}
.cid-sxF3euyxS1 .item:before {
  content: "\e95e";
  font-family: 'Moririse2';
  margin-right: 10px;
  font-size: 13px;
  vertical-align: middle;
  color: #ffffff;
}
.cid-sxF3euyxS1 .mbr-section-btn {
  margin-top: 25px;
}
.cid-sxF3euyxS1 .mbr-section-btn .btn-white-outline {
  padding: 3px 0;
  margin-bottom: 0;
  border: none !important;
  background-color: transparent !important;
}
.cid-sxF3euyxS1 .item-title,
.cid-sxF3euyxS1 .icon_block {
  color: #000000;
}
.cid-sxF3euyxS1 .mbr-text,
.cid-sxF3euyxS1 .mbr-section-btn {
  color: #000000;
  text-align: justify;
}
.cid-sxKCEtrLYE {
  z-index: 1000;
  width: 100%;
  position: relative;
  min-height: 60px;
}
.cid-sxKCEtrLYE .menu-text {
  padding: 0 2rem;
  color: #5b6c8f;
}
@media (max-width: 992px) {
  .cid-sxKCEtrLYE .menu-text {
    text-align: center;
    padding: 0.5rem 1rem;
  }
}
.cid-sxKCEtrLYE .iconfont-wrapper {
  color: #103178 !important;
  font-size: 1.5rem;
  padding-right: 0.5rem;
}
@media (max-width: 992px) {
  .cid-sxKCEtrLYE .iconfont-wrapper {
    padding: 0 0.25rem;
  }
}
.cid-sxKCEtrLYE .container {
  display: flex;
  margin: auto;
}
@media (max-width: 767px) {
  .cid-sxKCEtrLYE .container {
    padding: 0 1rem;
  }
}
.cid-sxKCEtrLYE .menu-tite {
  background: #000000;
  width: 100%;
  padding: 0.4rem 1rem;
  text-align: right;
  font-size: 13px;
  color: #ffffff;
}
.cid-sxKCEtrLYE .nav-link {
  position: relative;
}
.cid-sxKCEtrLYE .nav-link:hover {
  color: #17a2b8 !important;
}
.cid-sxKCEtrLYE nav.navbar {
  position: fixed;
}
.cid-sxKCEtrLYE .navbar {
  padding: 0!important;
  min-height: 70px;
  transition: all 0.3s;
  border-bottom: 1px solid transparent;
  box-shadow: 0 1px 3px 0 rgba(0, 0, 0, 0.1);
  background: #ffffff;
}
.cid-sxKCEtrLYE .navbar.opened {
  transition: all 0.3s;
}
.cid-sxKCEtrLYE .navbar .dropdown-item {
  padding: 0.5rem 1.8rem;
}
.cid-sxKCEtrLYE .navbar .navbar-logo img {
  width: auto;
}
.cid-sxKCEtrLYE .navbar .navbar-collapse {
  justify-content: flex-end;
  z-index: 1;
}
.cid-sxKCEtrLYE .navbar.collapsed {
  justify-content: center;
}
.cid-sxKCEtrLYE .navbar.collapsed .nav-item .nav-link::before {
  display: none;
}
.cid-sxKCEtrLYE .navbar.collapsed.opened .dropdown-menu {
  top: 0;
}
@media (min-width: 992px) {
  .cid-sxKCEtrLYE .navbar.collapsed.opened:not(.navbar-short) .navbar-collapse {
    max-height: calc(98.5vh - 3.7rem);
  }
}
.cid-sxKCEtrLYE .navbar.collapsed .dropdown-menu .dropdown-submenu {
  left: 0 !important;
}
.cid-sxKCEtrLYE .navbar.collapsed .dropdown-menu .dropdown-item:after {
  right: auto;
}
.cid-sxKCEtrLYE .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-sxKCEtrLYE .navbar.collapsed ul.navbar-nav li {
  margin: auto;
}
.cid-sxKCEtrLYE .navbar.collapsed .dropdown-menu .dropdown-item {
  padding: 0.25rem 1.5rem;
  text-align: center;
}
.cid-sxKCEtrLYE .navbar.collapsed .icons-menu {
  padding-left: 0;
  padding-right: 0;
  padding-top: 0.5rem;
  padding-bottom: 0.5rem;
}
@media (max-width: 991px) {
  .cid-sxKCEtrLYE .navbar .nav-item .nav-link::before {
    display: none;
  }
  .cid-sxKCEtrLYE .navbar.opened .dropdown-menu {
    top: 0;
  }
  .cid-sxKCEtrLYE .navbar .dropdown-menu .dropdown-submenu {
    left: 0 !important;
  }
  .cid-sxKCEtrLYE .navbar .dropdown-menu .dropdown-item:after {
    right: auto;
  }
  .cid-sxKCEtrLYE .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-sxKCEtrLYE .navbar .navbar-logo img {
    height: 3rem !important;
  }
  .cid-sxKCEtrLYE .navbar ul.navbar-nav li {
    margin: auto;
  }
  .cid-sxKCEtrLYE .navbar .dropdown-menu .dropdown-item {
    padding: 0.25rem 1.5rem !important;
    text-align: center;
  }
  .cid-sxKCEtrLYE .navbar .navbar-brand {
    flex-shrink: initial;
    flex-basis: auto;
    word-break: break-word;
    padding-right: 2rem;
  }
  .cid-sxKCEtrLYE .navbar .navbar-toggler {
    flex-basis: auto;
  }
  .cid-sxKCEtrLYE .navbar .icons-menu {
    padding-left: 0;
    padding-top: 0.5rem;
    padding-bottom: 0.5rem;
  }
}
.cid-sxKCEtrLYE .navbar.navbar-short {
  min-height: 60px;
}
.cid-sxKCEtrLYE .navbar.navbar-short .navbar-logo img {
  height: 2.5rem !important;
}
.cid-sxKCEtrLYE .navbar.navbar-short .navbar-brand {
  min-height: 60px;
  padding: 0;
}
.cid-sxKCEtrLYE .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-sxKCEtrLYE .dropdown-menu {
  padding: 0;
  border-radius: 4px;
  box-shadow: 0 1px 3px 0 rgba(0, 0, 0, 0.1);
}
.cid-sxKCEtrLYE .dropdown-item {
  border-bottom: 1px solid #e6e6e6;
}
.cid-sxKCEtrLYE .dropdown-item:hover,
.cid-sxKCEtrLYE .dropdown-item:focus {
  background: #000000 !important;
  color: white !important;
}
.cid-sxKCEtrLYE .dropdown-item:first-child {
  border-top-left-radius: 4px;
  border-top-right-radius: 4px;
}
.cid-sxKCEtrLYE .dropdown-item:last-child {
  border-bottom: none;
  border-bottom-left-radius: 4px;
  border-bottom-right-radius: 4px;
}
.cid-sxKCEtrLYE .nav-dropdown .link {
  padding: 0 0.3em !important;
  margin: 0.667em 0.5em !important;
}
.cid-sxKCEtrLYE .nav-dropdown .link.dropdown-toggle::after {
  margin-left: 0.5rem;
  margin-top: 0.2rem;
}
.cid-sxKCEtrLYE .dropdown-menu,
.cid-sxKCEtrLYE .navbar.opened {
  background: #ffffff !important;
}
.cid-sxKCEtrLYE .nav-item:focus,
.cid-sxKCEtrLYE .nav-link:focus {
  outline: none;
}
.cid-sxKCEtrLYE .dropdown .dropdown-menu .dropdown-item {
  width: auto;
  transition: all 0.25s ease-in-out;
}
.cid-sxKCEtrLYE .dropdown .dropdown-menu .dropdown-item::after {
  right: 0.5rem;
}
.cid-sxKCEtrLYE .dropdown .dropdown-menu .dropdown-item .mbr-iconfont {
  margin-right: 0.5rem;
  vertical-align: sub;
}
.cid-sxKCEtrLYE .dropdown .dropdown-menu .dropdown-item .mbr-iconfont:before {
  display: inline-block;
  transform: scale(1, 1);
  transition: all 0.25s ease-in-out;
}
.cid-sxKCEtrLYE .collapsed .dropdown-menu .dropdown-item:before {
  display: none;
}
.cid-sxKCEtrLYE .collapsed .dropdown .dropdown-menu .dropdown-item {
  padding: 0.235em 1.5em 0.235em 1.5em !important;
  transition: none;
  margin: 0 !important;
}
.cid-sxKCEtrLYE .navbar-brand {
  min-height: 70px;
  flex-shrink: 0;
  align-items: center;
  margin-right: 0;
  padding: 0;
  transition: all 0.3s;
  word-break: break-word;
  z-index: 1;
}
.cid-sxKCEtrLYE .navbar-brand .navbar-caption {
  line-height: inherit !important;
}
.cid-sxKCEtrLYE .navbar-brand .navbar-logo a {
  outline: none;
}
.cid-sxKCEtrLYE .dropdown-item.active,
.cid-sxKCEtrLYE .dropdown-item:active {
  background-color: transparent;
}
.cid-sxKCEtrLYE .navbar-expand-lg .navbar-nav .nav-link {
  padding: 0;
}
.cid-sxKCEtrLYE .nav-dropdown .link.dropdown-toggle {
  margin-right: 1.667em;
}
.cid-sxKCEtrLYE .nav-dropdown .link.dropdown-toggle[aria-expanded="true"] {
  margin-right: 0;
  padding: 0.667em 1.667em;
}
.cid-sxKCEtrLYE .navbar.navbar-expand-lg .dropdown .dropdown-menu {
  background: #ffffff;
}
.cid-sxKCEtrLYE .navbar.navbar-expand-lg .dropdown .dropdown-menu .dropdown-submenu {
  margin: 0;
  left: 100%;
}
.cid-sxKCEtrLYE .navbar .dropdown.open > .dropdown-menu {
  display: block;
}
.cid-sxKCEtrLYE ul.navbar-nav {
  flex-wrap: wrap;
}
.cid-sxKCEtrLYE .navbar-buttons {
  text-align: center;
  min-width: 170px;
}
.cid-sxKCEtrLYE button.navbar-toggler {
  outline: none;
  width: 31px;
  height: 20px;
  cursor: pointer;
  transition: all 0.2s;
  position: relative;
  align-self: center;
}
.cid-sxKCEtrLYE button.navbar-toggler .hamburger span {
  position: absolute;
  right: 0;
  width: 30px;
  height: 2px;
  border-right: 5px;
  background-color: #000000;
}
.cid-sxKCEtrLYE button.navbar-toggler .hamburger span:nth-child(1) {
  top: 0;
  transition: all 0.2s;
}
.cid-sxKCEtrLYE button.navbar-toggler .hamburger span:nth-child(2) {
  top: 8px;
  transition: all 0.15s;
}
.cid-sxKCEtrLYE button.navbar-toggler .hamburger span:nth-child(3) {
  top: 8px;
  transition: all 0.15s;
}
.cid-sxKCEtrLYE button.navbar-toggler .hamburger span:nth-child(4) {
  top: 16px;
  transition: all 0.2s;
}
.cid-sxKCEtrLYE nav.opened .hamburger span:nth-child(1) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-sxKCEtrLYE nav.opened .hamburger span:nth-child(2) {
  transform: rotate(45deg);
  transition: all 0.25s;
}
.cid-sxKCEtrLYE nav.opened .hamburger span:nth-child(3) {
  transform: rotate(-45deg);
  transition: all 0.25s;
}
.cid-sxKCEtrLYE nav.opened .hamburger span:nth-child(4) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-sxKCEtrLYE .navbar-dropdown {
  padding: 0 1rem;
  position: fixed;
}
.cid-sxKCEtrLYE a.nav-link {
  display: flex;
  align-items: center;
  justify-content: center;
}
.cid-sxKCEtrLYE .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-sxKCEtrLYE .navbar {
    height: 70px;
  }
  .cid-sxKCEtrLYE .navbar.opened {
    height: auto;
  }
  .cid-sxKCEtrLYE .nav-item .nav-link:hover::before {
    width: 175%;
    max-width: calc(100% + 2rem);
    left: -1rem;
  }
}
.cid-sxQyxKM2Fg {
  padding-top: 5rem;
  padding-bottom: 1rem;
  background-color: #000000;
}
.cid-sxQyxKM2Fg .container {
  max-width: 1750px;
}
.cid-sxQyxKM2Fg .card-wrapper {
  border-top: 1px solid #ffffff;
  padding-top: 2rem;
}
.cid-sxQyxKM2Fg img {
  width: 150px;
  display: inline-block;
}
.cid-sxQyxKM2Fg p {
  line-height: 1.8;
}
.cid-sxQyxKM2Fg .mbr-section-title {
  color: #ffffff;
}
.cid-sxQyxKM2Fg .mbr-text {
  color: #ffffff;
}
.cid-sKcOtfldy2 {
  padding-top: 1rem;
  padding-bottom: 0rem;
  background-color: #000000;
}
.cid-sKcOtfldy2 .mbr-section-subtitle {
  color: #36187d;
}
.cid-sKcOtfldy2 .mbr-text {
  color: #ffffff;
  font-size: 15px;
  text-align: justify;
}
.cid-sKcOtFyxTj {
  padding-top: 1rem;
  padding-bottom: 1rem;
  background-color: #000000;
}
.cid-sKcOtFyxTj .mbr-section-subtitle {
  color: #36187d;
}
.cid-sKcOtFyxTj .mbr-text {
  color: #ffffff;
  font-size: 13px;
}
.cid-ssnFFk7wRx {
  background-image: url("../../../assets/images/proteam1-1920x1280.webp");
}
.cid-ssnFFk7wRx .text-content {
  padding-top: 120px;
  padding-bottom: 30px;
}
.cid-ssnFFk7wRx .text-content .btn-bgr {
  z-index: 0;
}
.cid-ssnFFk7wRx .mbr-overlay {
  background: linear-gradient(90deg, #000000, #202020);
}
.cid-ssnFFk7wRx H3 {
  color: #000000;
  font-weight: 300;
}
.cid-ssnFFk7wRx P {
  color: #767676;
}
.cid-ssnFFk7wRx H2 {
  color: #000000;
}
.cid-ssnFFk7wRx .media-container-row {
  padding-left: 3rem;
  padding-right: 3rem;
}
@media (max-width: 767px) {
  .cid-ssnFFk7wRx .media-container-row {
    padding-left: 0 !important;
    padding-right: 0 !important;
  }
}
.cid-ssnFFk7wRx .text-content {
  padding-left: 1rem;
  padding-right: 1rem;
  width: 50%;
  opacity: 80%;
  background-color: #000000;
}
@media (max-width: 991px) {
  .cid-ssnFFk7wRx .text-content {
    width: 80%;
  }
}
@media (max-width: 599px) {
  .cid-ssnFFk7wRx .text-content {
    width: 100%;
  }
}
.cid-ssnFFk7wRx .media-content {
  padding-right: 1.5rem;
  padding-left: 0;
}
.cid-ssnFFk7wRx .mbr-section-btn {
  margin-left: -0.8rem;
}
@media (max-width: 767px) {
  .cid-ssnFFk7wRx .mbr-text {
    text-align: center;
  }
}
.cid-ssnFFk7wRx .mbr-section-btn,
.cid-ssnFFk7wRx .mbr-section-title {
  text-align: left;
  color: #ffffff;
}
.cid-ssnFFk7wRx .mbr-section-subtitle {
  text-align: justify;
  color: #ffffff;
}
.cid-sIeHqJs00l {
  padding-top: 45px;
  padding-bottom: 0px;
  background-color: #ffffff;
}
.cid-sIeHqJs00l .card-title {
  line-height: 1.6;
  margin: 0;
  text-align: center;
}
.cid-sIeHqJs00l .card {
  margin-bottom: 25px;
  overflow: hidden;
}
.cid-sIeHqJs00l .card .card-img {
  height: 100%;
}
.cid-sIeHqJs00l .card:hover .card-img {
  -webkit-transform: scale(1.05);
  transform: scale(1.05);
}
.cid-sIeHqJs00l .card:hover .card-wrapper:before {
  opacity: 0.8;
  background: #7a848f;
}
.cid-sIeHqJs00l .card img {
  height: 100%;
  object-fit: cover;
  object-position: center;
}
.cid-sIeHqJs00l .line-wrap {
  display: inline-block;
  width: 100%;
}
.cid-sIeHqJs00l .line {
  display: inline-block;
  width: 80px;
  height: 4px;
  background-color: #000000;
  margin-top: 0.5rem;
  margin-bottom: 1.5rem;
}
.cid-sIeHqJs00l .card-wrapper {
  overflow: hidden;
  position: relative;
}
.cid-sIeHqJs00l .card-wrapper:before {
  content: '';
  display: block;
  position: absolute;
  top: 0;
  left: 0;
  height: 100%;
  width: 100%;
  transition: all 0.3s;
  background: #232323;
  opacity: 0.4;
  z-index: 10;
  pointer-events: none;
}
.cid-sIeHqJs00l .card-img {
  overflow: hidden;
  transition: transform 0.3s;
  position: relative;
}
.cid-sIeHqJs00l .card-box {
  position: absolute;
  overflow: hidden;
  height: fit-content;
  margin: auto;
  bottom: 0;
  top: 0;
  left: 0;
  right: 0;
  padding: 1rem;
  z-index: 100;
  -webkit-justify-content: center;
  justify-content: center;
  display: flex;
  -webkit-flex-direction: column;
  flex-direction: column;
}
.cid-sIeHqJs00l .mbr-section-title {
  color: #232323;
  text-align: center;
}
.cid-sIeHqJs00l .card-sub-title {
  text-align: center;
  font-weight: 500;
}
.cid-sIeHqJs00l .mbr-section-sub-title {
  text-align: center;
  color: #767676;
}
.cid-sIeHqJs00l .mbr-section-title,
.cid-sIeHqJs00l .line-wrap {
  color: #232323;
  text-align: left;
}
.cid-sIeHqJs00l .mbr-text {
  text-align: left;
  color: #000000;
}
@media (max-width: 992px) {
  .cid-sIeHqJs00l .card-big {
    height: 200px;
  }
  .cid-sIeHqJs00l .card-img {
    margin-top: -15%;
  }
}
.cid-ssnJXSv8tX {
  padding-top: 0px;
  padding-bottom: 45px;
  background-color: #ffffff;
}
.cid-ssnJXSv8tX .mbr-text {
  position: relative;
  text-align: justify;
}
@media (max-width: 767px) {
  .cid-ssnJXSv8tX .mbr-text:after,
  .cid-ssnJXSv8tX .mbr-text:before {
    display: none;
  }
}
.cid-ssnJXSv8tX .mbr-section-title,
.cid-ssnJXSv8tX .logo {
  text-align: left;
}
.cid-sssXN14Pra {
  padding-top: 210px;
  padding-bottom: 210px;
  background-image: url("../../../assets/images/researchteam1-2000x1335.webp");
}
@media (max-width: 768px) {
  .cid-sssXN14Pra .mbr-text,
  .cid-sssXN14Pra .mbr-section-subtitle,
  .cid-sssXN14Pra .mbr-section-title {
    text-align: center !important;
  }
}
.cid-sst1HbqC45 {
  padding-top: 3rem;
  padding-bottom: 3rem;
  background-color: #ffffff;
}
.cid-sst1HbqC45 .title__block {
  margin-bottom: 30px;
}
.cid-sst1HbqC45 .mbr-section-title {
  margin-bottom: 20px;
}
.cid-sst1HbqC45 .mbr-section-subtitle,
.cid-sst1HbqC45 .card__subtitle {
  opacity: 0.8;
  margin-bottom: 0;
}
.cid-sst1HbqC45 .divider {
  background-color: #191f23;
  width: 100%;
  height: 1px;
  margin: 20px 0;
  opacity: 0.6;
}
.cid-sst1HbqC45 .card__wrap {
  margin-bottom: 50px;
  padding: 0 20px;
}
@media (max-width: 767px) {
  .cid-sst1HbqC45 .card__wrap {
    margin-bottom: 30px;
    padding: 0 15px;
  }
}
.cid-sst1HbqC45 .card__title {
  margin-bottom: 20px;
}
.cid-sst1HbqC45 .mbr-text {
  margin-bottom: 0;
  text-align: left;
}
.cid-sst1HbqC45 .mbr-section-title,
.cid-sst1HbqC45 .mbr-section-btn {
  text-align: justify;
  color: #202020;
}
.cid-sst1HbqC45 .mbr-section-subtitle {
  color: #000000;
}
.cid-sst1HbqC45 .card__subtitle {
  color: #000000;
}
.cid-sxKCEtrLYE {
  z-index: 1000;
  width: 100%;
  position: relative;
  min-height: 60px;
}
.cid-sxKCEtrLYE .menu-text {
  padding: 0 2rem;
  color: #5b6c8f;
}
@media (max-width: 992px) {
  .cid-sxKCEtrLYE .menu-text {
    text-align: center;
    padding: 0.5rem 1rem;
  }
}
.cid-sxKCEtrLYE .iconfont-wrapper {
  color: #103178 !important;
  font-size: 1.5rem;
  padding-right: 0.5rem;
}
@media (max-width: 992px) {
  .cid-sxKCEtrLYE .iconfont-wrapper {
    padding: 0 0.25rem;
  }
}
.cid-sxKCEtrLYE .container {
  display: flex;
  margin: auto;
}
@media (max-width: 767px) {
  .cid-sxKCEtrLYE .container {
    padding: 0 1rem;
  }
}
.cid-sxKCEtrLYE .menu-tite {
  background: #000000;
  width: 100%;
  padding: 0.4rem 1rem;
  text-align: right;
  font-size: 13px;
  color: #ffffff;
}
.cid-sxKCEtrLYE .nav-link {
  position: relative;
}
.cid-sxKCEtrLYE .nav-link:hover {
  color: #17a2b8 !important;
}
.cid-sxKCEtrLYE nav.navbar {
  position: fixed;
}
.cid-sxKCEtrLYE .navbar {
  padding: 0!important;
  min-height: 70px;
  transition: all 0.3s;
  border-bottom: 1px solid transparent;
  box-shadow: 0 1px 3px 0 rgba(0, 0, 0, 0.1);
  background: #ffffff;
}
.cid-sxKCEtrLYE .navbar.opened {
  transition: all 0.3s;
}
.cid-sxKCEtrLYE .navbar .dropdown-item {
  padding: 0.5rem 1.8rem;
}
.cid-sxKCEtrLYE .navbar .navbar-logo img {
  width: auto;
}
.cid-sxKCEtrLYE .navbar .navbar-collapse {
  justify-content: flex-end;
  z-index: 1;
}
.cid-sxKCEtrLYE .navbar.collapsed {
  justify-content: center;
}
.cid-sxKCEtrLYE .navbar.collapsed .nav-item .nav-link::before {
  display: none;
}
.cid-sxKCEtrLYE .navbar.collapsed.opened .dropdown-menu {
  top: 0;
}
@media (min-width: 992px) {
  .cid-sxKCEtrLYE .navbar.collapsed.opened:not(.navbar-short) .navbar-collapse {
    max-height: calc(98.5vh - 3.7rem);
  }
}
.cid-sxKCEtrLYE .navbar.collapsed .dropdown-menu .dropdown-submenu {
  left: 0 !important;
}
.cid-sxKCEtrLYE .navbar.collapsed .dropdown-menu .dropdown-item:after {
  right: auto;
}
.cid-sxKCEtrLYE .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-sxKCEtrLYE .navbar.collapsed ul.navbar-nav li {
  margin: auto;
}
.cid-sxKCEtrLYE .navbar.collapsed .dropdown-menu .dropdown-item {
  padding: 0.25rem 1.5rem;
  text-align: center;
}
.cid-sxKCEtrLYE .navbar.collapsed .icons-menu {
  padding-left: 0;
  padding-right: 0;
  padding-top: 0.5rem;
  padding-bottom: 0.5rem;
}
@media (max-width: 991px) {
  .cid-sxKCEtrLYE .navbar .nav-item .nav-link::before {
    display: none;
  }
  .cid-sxKCEtrLYE .navbar.opened .dropdown-menu {
    top: 0;
  }
  .cid-sxKCEtrLYE .navbar .dropdown-menu .dropdown-submenu {
    left: 0 !important;
  }
  .cid-sxKCEtrLYE .navbar .dropdown-menu .dropdown-item:after {
    right: auto;
  }
  .cid-sxKCEtrLYE .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-sxKCEtrLYE .navbar .navbar-logo img {
    height: 3rem !important;
  }
  .cid-sxKCEtrLYE .navbar ul.navbar-nav li {
    margin: auto;
  }
  .cid-sxKCEtrLYE .navbar .dropdown-menu .dropdown-item {
    padding: 0.25rem 1.5rem !important;
    text-align: center;
  }
  .cid-sxKCEtrLYE .navbar .navbar-brand {
    flex-shrink: initial;
    flex-basis: auto;
    word-break: break-word;
    padding-right: 2rem;
  }
  .cid-sxKCEtrLYE .navbar .navbar-toggler {
    flex-basis: auto;
  }
  .cid-sxKCEtrLYE .navbar .icons-menu {
    padding-left: 0;
    padding-top: 0.5rem;
    padding-bottom: 0.5rem;
  }
}
.cid-sxKCEtrLYE .navbar.navbar-short {
  min-height: 60px;
}
.cid-sxKCEtrLYE .navbar.navbar-short .navbar-logo img {
  height: 2.5rem !important;
}
.cid-sxKCEtrLYE .navbar.navbar-short .navbar-brand {
  min-height: 60px;
  padding: 0;
}
.cid-sxKCEtrLYE .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-sxKCEtrLYE .dropdown-menu {
  padding: 0;
  border-radius: 4px;
  box-shadow: 0 1px 3px 0 rgba(0, 0, 0, 0.1);
}
.cid-sxKCEtrLYE .dropdown-item {
  border-bottom: 1px solid #e6e6e6;
}
.cid-sxKCEtrLYE .dropdown-item:hover,
.cid-sxKCEtrLYE .dropdown-item:focus {
  background: #000000 !important;
  color: white !important;
}
.cid-sxKCEtrLYE .dropdown-item:first-child {
  border-top-left-radius: 4px;
  border-top-right-radius: 4px;
}
.cid-sxKCEtrLYE .dropdown-item:last-child {
  border-bottom: none;
  border-bottom-left-radius: 4px;
  border-bottom-right-radius: 4px;
}
.cid-sxKCEtrLYE .nav-dropdown .link {
  padding: 0 0.3em !important;
  margin: 0.667em 0.5em !important;
}
.cid-sxKCEtrLYE .nav-dropdown .link.dropdown-toggle::after {
  margin-left: 0.5rem;
  margin-top: 0.2rem;
}
.cid-sxKCEtrLYE .dropdown-menu,
.cid-sxKCEtrLYE .navbar.opened {
  background: #ffffff !important;
}
.cid-sxKCEtrLYE .nav-item:focus,
.cid-sxKCEtrLYE .nav-link:focus {
  outline: none;
}
.cid-sxKCEtrLYE .dropdown .dropdown-menu .dropdown-item {
  width: auto;
  transition: all 0.25s ease-in-out;
}
.cid-sxKCEtrLYE .dropdown .dropdown-menu .dropdown-item::after {
  right: 0.5rem;
}
.cid-sxKCEtrLYE .dropdown .dropdown-menu .dropdown-item .mbr-iconfont {
  margin-right: 0.5rem;
  vertical-align: sub;
}
.cid-sxKCEtrLYE .dropdown .dropdown-menu .dropdown-item .mbr-iconfont:before {
  display: inline-block;
  transform: scale(1, 1);
  transition: all 0.25s ease-in-out;
}
.cid-sxKCEtrLYE .collapsed .dropdown-menu .dropdown-item:before {
  display: none;
}
.cid-sxKCEtrLYE .collapsed .dropdown .dropdown-menu .dropdown-item {
  padding: 0.235em 1.5em 0.235em 1.5em !important;
  transition: none;
  margin: 0 !important;
}
.cid-sxKCEtrLYE .navbar-brand {
  min-height: 70px;
  flex-shrink: 0;
  align-items: center;
  margin-right: 0;
  padding: 0;
  transition: all 0.3s;
  word-break: break-word;
  z-index: 1;
}
.cid-sxKCEtrLYE .navbar-brand .navbar-caption {
  line-height: inherit !important;
}
.cid-sxKCEtrLYE .navbar-brand .navbar-logo a {
  outline: none;
}
.cid-sxKCEtrLYE .dropdown-item.active,
.cid-sxKCEtrLYE .dropdown-item:active {
  background-color: transparent;
}
.cid-sxKCEtrLYE .navbar-expand-lg .navbar-nav .nav-link {
  padding: 0;
}
.cid-sxKCEtrLYE .nav-dropdown .link.dropdown-toggle {
  margin-right: 1.667em;
}
.cid-sxKCEtrLYE .nav-dropdown .link.dropdown-toggle[aria-expanded="true"] {
  margin-right: 0;
  padding: 0.667em 1.667em;
}
.cid-sxKCEtrLYE .navbar.navbar-expand-lg .dropdown .dropdown-menu {
  background: #ffffff;
}
.cid-sxKCEtrLYE .navbar.navbar-expand-lg .dropdown .dropdown-menu .dropdown-submenu {
  margin: 0;
  left: 100%;
}
.cid-sxKCEtrLYE .navbar .dropdown.open > .dropdown-menu {
  display: block;
}
.cid-sxKCEtrLYE ul.navbar-nav {
  flex-wrap: wrap;
}
.cid-sxKCEtrLYE .navbar-buttons {
  text-align: center;
  min-width: 170px;
}
.cid-sxKCEtrLYE button.navbar-toggler {
  outline: none;
  width: 31px;
  height: 20px;
  cursor: pointer;
  transition: all 0.2s;
  position: relative;
  align-self: center;
}
.cid-sxKCEtrLYE button.navbar-toggler .hamburger span {
  position: absolute;
  right: 0;
  width: 30px;
  height: 2px;
  border-right: 5px;
  background-color: #000000;
}
.cid-sxKCEtrLYE button.navbar-toggler .hamburger span:nth-child(1) {
  top: 0;
  transition: all 0.2s;
}
.cid-sxKCEtrLYE button.navbar-toggler .hamburger span:nth-child(2) {
  top: 8px;
  transition: all 0.15s;
}
.cid-sxKCEtrLYE button.navbar-toggler .hamburger span:nth-child(3) {
  top: 8px;
  transition: all 0.15s;
}
.cid-sxKCEtrLYE button.navbar-toggler .hamburger span:nth-child(4) {
  top: 16px;
  transition: all 0.2s;
}
.cid-sxKCEtrLYE nav.opened .hamburger span:nth-child(1) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-sxKCEtrLYE nav.opened .hamburger span:nth-child(2) {
  transform: rotate(45deg);
  transition: all 0.25s;
}
.cid-sxKCEtrLYE nav.opened .hamburger span:nth-child(3) {
  transform: rotate(-45deg);
  transition: all 0.25s;
}
.cid-sxKCEtrLYE nav.opened .hamburger span:nth-child(4) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-sxKCEtrLYE .navbar-dropdown {
  padding: 0 1rem;
  position: fixed;
}
.cid-sxKCEtrLYE a.nav-link {
  display: flex;
  align-items: center;
  justify-content: center;
}
.cid-sxKCEtrLYE .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-sxKCEtrLYE .navbar {
    height: 70px;
  }
  .cid-sxKCEtrLYE .navbar.opened {
    height: auto;
  }
  .cid-sxKCEtrLYE .nav-item .nav-link:hover::before {
    width: 175%;
    max-width: calc(100% + 2rem);
    left: -1rem;
  }
}
.cid-sxQyxKM2Fg {
  padding-top: 5rem;
  padding-bottom: 1rem;
  background-color: #000000;
}
.cid-sxQyxKM2Fg .container {
  max-width: 1750px;
}
.cid-sxQyxKM2Fg .card-wrapper {
  border-top: 1px solid #ffffff;
  padding-top: 2rem;
}
.cid-sxQyxKM2Fg img {
  width: 150px;
  display: inline-block;
}
.cid-sxQyxKM2Fg p {
  line-height: 1.8;
}
.cid-sxQyxKM2Fg .mbr-section-title {
  color: #ffffff;
}
.cid-sxQyxKM2Fg .mbr-text {
  color: #ffffff;
}
.cid-sKcOnhe1Et {
  padding-top: 1rem;
  padding-bottom: 0rem;
  background-color: #000000;
}
.cid-sKcOnhe1Et .mbr-section-subtitle {
  color: #36187d;
}
.cid-sKcOnhe1Et .mbr-text {
  color: #ffffff;
  font-size: 15px;
  text-align: justify;
}
.cid-sKcOdTM1wI {
  padding-top: 1rem;
  padding-bottom: 1rem;
  background-color: #000000;
}
.cid-sKcOdTM1wI .mbr-section-subtitle {
  color: #36187d;
}
.cid-sKcOdTM1wI .mbr-text {
  color: #ffffff;
  font-size: 13px;
}
.cid-sstyhbwVPi {
  background-image: url("../../../assets/images/pic4-2000x1333.webp");
}
.cid-sstyhbwVPi .text-content {
  padding-top: 120px;
  padding-bottom: 30px;
}
.cid-sstyhbwVPi .text-content .btn-bgr {
  z-index: 0;
}
.cid-sstyhbwVPi .mbr-overlay {
  background: linear-gradient(90deg, #000000, #202020);
}
.cid-sstyhbwVPi H3 {
  color: #000000;
  font-weight: 300;
}
.cid-sstyhbwVPi P {
  color: #767676;
}
.cid-sstyhbwVPi H2 {
  color: #000000;
}
.cid-sstyhbwVPi .media-container-row {
  padding-left: 3rem;
  padding-right: 3rem;
}
@media (max-width: 767px) {
  .cid-sstyhbwVPi .media-container-row {
    padding-left: 0 !important;
    padding-right: 0 !important;
  }
}
.cid-sstyhbwVPi .text-content {
  padding-left: 1rem;
  padding-right: 1rem;
  width: 50%;
  opacity: 80%;
  background-color: #000000;
}
@media (max-width: 991px) {
  .cid-sstyhbwVPi .text-content {
    width: 80%;
  }
}
@media (max-width: 599px) {
  .cid-sstyhbwVPi .text-content {
    width: 100%;
  }
}
.cid-sstyhbwVPi .media-content {
  padding-right: 1.5rem;
  padding-left: 0;
}
.cid-sstyhbwVPi .mbr-section-btn {
  margin-left: -0.8rem;
}
@media (max-width: 767px) {
  .cid-sstyhbwVPi .mbr-text {
    text-align: center;
  }
}
.cid-sstyhbwVPi .mbr-section-btn,
.cid-sstyhbwVPi .mbr-section-title {
  text-align: left;
  color: #ffffff;
}
.cid-sstyhbwVPi .mbr-section-subtitle {
  text-align: justify;
  color: #ffffff;
}
.cid-sIeM2UCpvj {
  padding-top: 45px;
  padding-bottom: 0px;
  background-color: #ffffff;
}
.cid-sIeM2UCpvj .card-title {
  line-height: 1.6;
  margin: 0;
  text-align: center;
}
.cid-sIeM2UCpvj .card {
  margin-bottom: 25px;
  overflow: hidden;
}
.cid-sIeM2UCpvj .card .card-img {
  height: 100%;
}
.cid-sIeM2UCpvj .card:hover .card-img {
  -webkit-transform: scale(1.05);
  transform: scale(1.05);
}
.cid-sIeM2UCpvj .card:hover .card-wrapper:before {
  opacity: 0.8;
  background: #7a848f;
}
.cid-sIeM2UCpvj .card img {
  height: 100%;
  object-fit: cover;
  object-position: center;
}
.cid-sIeM2UCpvj .line-wrap {
  display: inline-block;
  width: 100%;
}
.cid-sIeM2UCpvj .line {
  display: inline-block;
  width: 80px;
  height: 4px;
  background-color: #000000;
  margin-top: 0.5rem;
  margin-bottom: 1.5rem;
}
.cid-sIeM2UCpvj .card-wrapper {
  overflow: hidden;
  position: relative;
}
.cid-sIeM2UCpvj .card-wrapper:before {
  content: '';
  display: block;
  position: absolute;
  top: 0;
  left: 0;
  height: 100%;
  width: 100%;
  transition: all 0.3s;
  background: #232323;
  opacity: 0.4;
  z-index: 10;
  pointer-events: none;
}
.cid-sIeM2UCpvj .card-img {
  overflow: hidden;
  transition: transform 0.3s;
  position: relative;
}
.cid-sIeM2UCpvj .card-box {
  position: absolute;
  overflow: hidden;
  height: fit-content;
  margin: auto;
  bottom: 0;
  top: 0;
  left: 0;
  right: 0;
  padding: 1rem;
  z-index: 100;
  -webkit-justify-content: center;
  justify-content: center;
  display: flex;
  -webkit-flex-direction: column;
  flex-direction: column;
}
.cid-sIeM2UCpvj .mbr-section-title {
  color: #232323;
  text-align: center;
}
.cid-sIeM2UCpvj .card-sub-title {
  text-align: center;
  font-weight: 500;
}
.cid-sIeM2UCpvj .mbr-section-sub-title {
  text-align: center;
  color: #767676;
}
.cid-sIeM2UCpvj .mbr-section-title,
.cid-sIeM2UCpvj .line-wrap {
  color: #232323;
  text-align: left;
}
.cid-sIeM2UCpvj .mbr-text {
  text-align: left;
  color: #000000;
}
@media (max-width: 992px) {
  .cid-sIeM2UCpvj .card-big {
    height: 200px;
  }
  .cid-sIeM2UCpvj .card-img {
    margin-top: -15%;
  }
}
.cid-sstCTyvPhe {
  padding-top: 0px;
  padding-bottom: 30px;
  background-color: #ffffff;
}
.cid-sstCTyvPhe .mbr-text {
  position: relative;
  text-align: justify;
}
@media (max-width: 767px) {
  .cid-sstCTyvPhe .mbr-text:after,
  .cid-sstCTyvPhe .mbr-text:before {
    display: none;
  }
}
.cid-sstCTyvPhe .mbr-section-title,
.cid-sstCTyvPhe .logo {
  text-align: left;
}
.cid-ssu2u7KNdy {
  padding-top: 0px;
  padding-bottom: 45px;
  background-color: #ffffff;
}
.cid-ssu2u7KNdy .nav-tabs .nav-item.open .nav-link:focus,
.cid-ssu2u7KNdy .nav-tabs .nav-link.active:focus {
  outline: none;
}
.cid-ssu2u7KNdy .nav-tabs {
  -webkit-flex-wrap: wrap;
  flex-wrap: wrap;
  border-bottom: 1px solid #000000;
}
.cid-ssu2u7KNdy .nav-tabs .nav-item {
  padding: .5rem;
}
.cid-ssu2u7KNdy .first {
  margin-left: -24px;
}
.cid-ssu2u7KNdy .nav-tabs .nav-link {
  color: #000000;
  font-style: normal;
  font-weight: 500;
  transition: all .5s;
  border: none;
}
.cid-ssu2u7KNdy .nav-tabs .nav-link:hover {
  cursor: pointer;
  color: #2fb5c7;
}
.cid-ssu2u7KNdy .nav-tabs .nav-link.active {
  font-weight: 500;
  color: #2fb5c7;
  font-style: normal;
}
.cid-ssu2u7KNdy P {
  color: #000000;
  text-align: justify;
}
@media (max-width: 576px) {
  .cid-ssu2u7KNdy .nav-tabs {
    flex-direction: column;
    justify-content: center;
  }
  .cid-ssu2u7KNdy .mbr-text,
  .cid-ssu2u7KNdy .nav-link {
    text-align: center;
  }
}
.cid-sxKCEtrLYE {
  z-index: 1000;
  width: 100%;
  position: relative;
  min-height: 60px;
}
.cid-sxKCEtrLYE .menu-text {
  padding: 0 2rem;
  color: #5b6c8f;
}
@media (max-width: 992px) {
  .cid-sxKCEtrLYE .menu-text {
    text-align: center;
    padding: 0.5rem 1rem;
  }
}
.cid-sxKCEtrLYE .iconfont-wrapper {
  color: #103178 !important;
  font-size: 1.5rem;
  padding-right: 0.5rem;
}
@media (max-width: 992px) {
  .cid-sxKCEtrLYE .iconfont-wrapper {
    padding: 0 0.25rem;
  }
}
.cid-sxKCEtrLYE .container {
  display: flex;
  margin: auto;
}
@media (max-width: 767px) {
  .cid-sxKCEtrLYE .container {
    padding: 0 1rem;
  }
}
.cid-sxKCEtrLYE .menu-tite {
  background: #000000;
  width: 100%;
  padding: 0.4rem 1rem;
  text-align: right;
  font-size: 13px;
  color: #ffffff;
}
.cid-sxKCEtrLYE .nav-link {
  position: relative;
}
.cid-sxKCEtrLYE .nav-link:hover {
  color: #17a2b8 !important;
}
.cid-sxKCEtrLYE nav.navbar {
  position: fixed;
}
.cid-sxKCEtrLYE .navbar {
  padding: 0!important;
  min-height: 70px;
  transition: all 0.3s;
  border-bottom: 1px solid transparent;
  box-shadow: 0 1px 3px 0 rgba(0, 0, 0, 0.1);
  background: #ffffff;
}
.cid-sxKCEtrLYE .navbar.opened {
  transition: all 0.3s;
}
.cid-sxKCEtrLYE .navbar .dropdown-item {
  padding: 0.5rem 1.8rem;
}
.cid-sxKCEtrLYE .navbar .navbar-logo img {
  width: auto;
}
.cid-sxKCEtrLYE .navbar .navbar-collapse {
  justify-content: flex-end;
  z-index: 1;
}
.cid-sxKCEtrLYE .navbar.collapsed {
  justify-content: center;
}
.cid-sxKCEtrLYE .navbar.collapsed .nav-item .nav-link::before {
  display: none;
}
.cid-sxKCEtrLYE .navbar.collapsed.opened .dropdown-menu {
  top: 0;
}
@media (min-width: 992px) {
  .cid-sxKCEtrLYE .navbar.collapsed.opened:not(.navbar-short) .navbar-collapse {
    max-height: calc(98.5vh - 3.7rem);
  }
}
.cid-sxKCEtrLYE .navbar.collapsed .dropdown-menu .dropdown-submenu {
  left: 0 !important;
}
.cid-sxKCEtrLYE .navbar.collapsed .dropdown-menu .dropdown-item:after {
  right: auto;
}
.cid-sxKCEtrLYE .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-sxKCEtrLYE .navbar.collapsed ul.navbar-nav li {
  margin: auto;
}
.cid-sxKCEtrLYE .navbar.collapsed .dropdown-menu .dropdown-item {
  padding: 0.25rem 1.5rem;
  text-align: center;
}
.cid-sxKCEtrLYE .navbar.collapsed .icons-menu {
  padding-left: 0;
  padding-right: 0;
  padding-top: 0.5rem;
  padding-bottom: 0.5rem;
}
@media (max-width: 991px) {
  .cid-sxKCEtrLYE .navbar .nav-item .nav-link::before {
    display: none;
  }
  .cid-sxKCEtrLYE .navbar.opened .dropdown-menu {
    top: 0;
  }
  .cid-sxKCEtrLYE .navbar .dropdown-menu .dropdown-submenu {
    left: 0 !important;
  }
  .cid-sxKCEtrLYE .navbar .dropdown-menu .dropdown-item:after {
    right: auto;
  }
  .cid-sxKCEtrLYE .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-sxKCEtrLYE .navbar .navbar-logo img {
    height: 3rem !important;
  }
  .cid-sxKCEtrLYE .navbar ul.navbar-nav li {
    margin: auto;
  }
  .cid-sxKCEtrLYE .navbar .dropdown-menu .dropdown-item {
    padding: 0.25rem 1.5rem !important;
    text-align: center;
  }
  .cid-sxKCEtrLYE .navbar .navbar-brand {
    flex-shrink: initial;
    flex-basis: auto;
    word-break: break-word;
    padding-right: 2rem;
  }
  .cid-sxKCEtrLYE .navbar .navbar-toggler {
    flex-basis: auto;
  }
  .cid-sxKCEtrLYE .navbar .icons-menu {
    padding-left: 0;
    padding-top: 0.5rem;
    padding-bottom: 0.5rem;
  }
}
.cid-sxKCEtrLYE .navbar.navbar-short {
  min-height: 60px;
}
.cid-sxKCEtrLYE .navbar.navbar-short .navbar-logo img {
  height: 2.5rem !important;
}
.cid-sxKCEtrLYE .navbar.navbar-short .navbar-brand {
  min-height: 60px;
  padding: 0;
}
.cid-sxKCEtrLYE .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-sxKCEtrLYE .dropdown-menu {
  padding: 0;
  border-radius: 4px;
  box-shadow: 0 1px 3px 0 rgba(0, 0, 0, 0.1);
}
.cid-sxKCEtrLYE .dropdown-item {
  border-bottom: 1px solid #e6e6e6;
}
.cid-sxKCEtrLYE .dropdown-item:hover,
.cid-sxKCEtrLYE .dropdown-item:focus {
  background: #000000 !important;
  color: white !important;
}
.cid-sxKCEtrLYE .dropdown-item:first-child {
  border-top-left-radius: 4px;
  border-top-right-radius: 4px;
}
.cid-sxKCEtrLYE .dropdown-item:last-child {
  border-bottom: none;
  border-bottom-left-radius: 4px;
  border-bottom-right-radius: 4px;
}
.cid-sxKCEtrLYE .nav-dropdown .link {
  padding: 0 0.3em !important;
  margin: 0.667em 0.5em !important;
}
.cid-sxKCEtrLYE .nav-dropdown .link.dropdown-toggle::after {
  margin-left: 0.5rem;
  margin-top: 0.2rem;
}
.cid-sxKCEtrLYE .dropdown-menu,
.cid-sxKCEtrLYE .navbar.opened {
  background: #ffffff !important;
}
.cid-sxKCEtrLYE .nav-item:focus,
.cid-sxKCEtrLYE .nav-link:focus {
  outline: none;
}
.cid-sxKCEtrLYE .dropdown .dropdown-menu .dropdown-item {
  width: auto;
  transition: all 0.25s ease-in-out;
}
.cid-sxKCEtrLYE .dropdown .dropdown-menu .dropdown-item::after {
  right: 0.5rem;
}
.cid-sxKCEtrLYE .dropdown .dropdown-menu .dropdown-item .mbr-iconfont {
  margin-right: 0.5rem;
  vertical-align: sub;
}
.cid-sxKCEtrLYE .dropdown .dropdown-menu .dropdown-item .mbr-iconfont:before {
  display: inline-block;
  transform: scale(1, 1);
  transition: all 0.25s ease-in-out;
}
.cid-sxKCEtrLYE .collapsed .dropdown-menu .dropdown-item:before {
  display: none;
}
.cid-sxKCEtrLYE .collapsed .dropdown .dropdown-menu .dropdown-item {
  padding: 0.235em 1.5em 0.235em 1.5em !important;
  transition: none;
  margin: 0 !important;
}
.cid-sxKCEtrLYE .navbar-brand {
  min-height: 70px;
  flex-shrink: 0;
  align-items: center;
  margin-right: 0;
  padding: 0;
  transition: all 0.3s;
  word-break: break-word;
  z-index: 1;
}
.cid-sxKCEtrLYE .navbar-brand .navbar-caption {
  line-height: inherit !important;
}
.cid-sxKCEtrLYE .navbar-brand .navbar-logo a {
  outline: none;
}
.cid-sxKCEtrLYE .dropdown-item.active,
.cid-sxKCEtrLYE .dropdown-item:active {
  background-color: transparent;
}
.cid-sxKCEtrLYE .navbar-expand-lg .navbar-nav .nav-link {
  padding: 0;
}
.cid-sxKCEtrLYE .nav-dropdown .link.dropdown-toggle {
  margin-right: 1.667em;
}
.cid-sxKCEtrLYE .nav-dropdown .link.dropdown-toggle[aria-expanded="true"] {
  margin-right: 0;
  padding: 0.667em 1.667em;
}
.cid-sxKCEtrLYE .navbar.navbar-expand-lg .dropdown .dropdown-menu {
  background: #ffffff;
}
.cid-sxKCEtrLYE .navbar.navbar-expand-lg .dropdown .dropdown-menu .dropdown-submenu {
  margin: 0;
  left: 100%;
}
.cid-sxKCEtrLYE .navbar .dropdown.open > .dropdown-menu {
  display: block;
}
.cid-sxKCEtrLYE ul.navbar-nav {
  flex-wrap: wrap;
}
.cid-sxKCEtrLYE .navbar-buttons {
  text-align: center;
  min-width: 170px;
}
.cid-sxKCEtrLYE button.navbar-toggler {
  outline: none;
  width: 31px;
  height: 20px;
  cursor: pointer;
  transition: all 0.2s;
  position: relative;
  align-self: center;
}
.cid-sxKCEtrLYE button.navbar-toggler .hamburger span {
  position: absolute;
  right: 0;
  width: 30px;
  height: 2px;
  border-right: 5px;
  background-color: #000000;
}
.cid-sxKCEtrLYE button.navbar-toggler .hamburger span:nth-child(1) {
  top: 0;
  transition: all 0.2s;
}
.cid-sxKCEtrLYE button.navbar-toggler .hamburger span:nth-child(2) {
  top: 8px;
  transition: all 0.15s;
}
.cid-sxKCEtrLYE button.navbar-toggler .hamburger span:nth-child(3) {
  top: 8px;
  transition: all 0.15s;
}
.cid-sxKCEtrLYE button.navbar-toggler .hamburger span:nth-child(4) {
  top: 16px;
  transition: all 0.2s;
}
.cid-sxKCEtrLYE nav.opened .hamburger span:nth-child(1) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-sxKCEtrLYE nav.opened .hamburger span:nth-child(2) {
  transform: rotate(45deg);
  transition: all 0.25s;
}
.cid-sxKCEtrLYE nav.opened .hamburger span:nth-child(3) {
  transform: rotate(-45deg);
  transition: all 0.25s;
}
.cid-sxKCEtrLYE nav.opened .hamburger span:nth-child(4) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-sxKCEtrLYE .navbar-dropdown {
  padding: 0 1rem;
  position: fixed;
}
.cid-sxKCEtrLYE a.nav-link {
  display: flex;
  align-items: center;
  justify-content: center;
}
.cid-sxKCEtrLYE .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-sxKCEtrLYE .navbar {
    height: 70px;
  }
  .cid-sxKCEtrLYE .navbar.opened {
    height: auto;
  }
  .cid-sxKCEtrLYE .nav-item .nav-link:hover::before {
    width: 175%;
    max-width: calc(100% + 2rem);
    left: -1rem;
  }
}
.cid-sxQyxKM2Fg {
  padding-top: 5rem;
  padding-bottom: 1rem;
  background-color: #000000;
}
.cid-sxQyxKM2Fg .container {
  max-width: 1750px;
}
.cid-sxQyxKM2Fg .card-wrapper {
  border-top: 1px solid #ffffff;
  padding-top: 2rem;
}
.cid-sxQyxKM2Fg img {
  width: 150px;
  display: inline-block;
}
.cid-sxQyxKM2Fg p {
  line-height: 1.8;
}
.cid-sxQyxKM2Fg .mbr-section-title {
  color: #ffffff;
}
.cid-sxQyxKM2Fg .mbr-text {
  color: #ffffff;
}
.cid-sKcODN5N31 {
  padding-top: 1rem;
  padding-bottom: 0rem;
  background-color: #000000;
}
.cid-sKcODN5N31 .mbr-section-subtitle {
  color: #36187d;
}
.cid-sKcODN5N31 .mbr-text {
  color: #ffffff;
  font-size: 15px;
  text-align: justify;
}
.cid-sKcOEaRXhY {
  padding-top: 1rem;
  padding-bottom: 1rem;
  background-color: #000000;
}
.cid-sKcOEaRXhY .mbr-section-subtitle {
  color: #36187d;
}
.cid-sKcOEaRXhY .mbr-text {
  color: #ffffff;
  font-size: 13px;
}
.cid-ssuepc9rQT {
  background-image: url("../../../assets/images/pic3-2000x1333.webp");
}
.cid-ssuepc9rQT .text-content {
  padding-top: 120px;
  padding-bottom: 30px;
}
.cid-ssuepc9rQT .text-content .btn-bgr {
  z-index: 0;
}
.cid-ssuepc9rQT .mbr-overlay {
  background: linear-gradient(90deg, #000000, #202020);
}
.cid-ssuepc9rQT H3 {
  color: #000000;
  font-weight: 300;
}
.cid-ssuepc9rQT P {
  color: #767676;
}
.cid-ssuepc9rQT H2 {
  color: #000000;
}
.cid-ssuepc9rQT .media-container-row {
  padding-left: 3rem;
  padding-right: 3rem;
}
@media (max-width: 767px) {
  .cid-ssuepc9rQT .media-container-row {
    padding-left: 0 !important;
    padding-right: 0 !important;
  }
}
.cid-ssuepc9rQT .text-content {
  padding-left: 1rem;
  padding-right: 1rem;
  width: 50%;
  opacity: 80%;
  background-color: #000000;
}
@media (max-width: 991px) {
  .cid-ssuepc9rQT .text-content {
    width: 80%;
  }
}
@media (max-width: 599px) {
  .cid-ssuepc9rQT .text-content {
    width: 100%;
  }
}
.cid-ssuepc9rQT .media-content {
  padding-right: 1.5rem;
  padding-left: 0;
}
.cid-ssuepc9rQT .mbr-section-btn {
  margin-left: -0.8rem;
}
@media (max-width: 767px) {
  .cid-ssuepc9rQT .mbr-text {
    text-align: center;
  }
}
.cid-ssuepc9rQT .mbr-section-btn,
.cid-ssuepc9rQT .mbr-section-title {
  text-align: left;
  color: #ffffff;
}
.cid-ssuepc9rQT .mbr-section-subtitle {
  text-align: justify;
  color: #ffffff;
}
.cid-sIeLC0zB6a {
  padding-top: 45px;
  padding-bottom: 0px;
  background-color: #ffffff;
}
.cid-sIeLC0zB6a .card-title {
  line-height: 1.6;
  margin: 0;
  text-align: center;
}
.cid-sIeLC0zB6a .card {
  margin-bottom: 25px;
  overflow: hidden;
}
.cid-sIeLC0zB6a .card .card-img {
  height: 100%;
}
.cid-sIeLC0zB6a .card:hover .card-img {
  -webkit-transform: scale(1.05);
  transform: scale(1.05);
}
.cid-sIeLC0zB6a .card:hover .card-wrapper:before {
  opacity: 0.8;
  background: #7a848f;
}
.cid-sIeLC0zB6a .card img {
  height: 100%;
  object-fit: cover;
  object-position: center;
}
.cid-sIeLC0zB6a .line-wrap {
  display: inline-block;
  width: 100%;
}
.cid-sIeLC0zB6a .line {
  display: inline-block;
  width: 80px;
  height: 4px;
  background-color: #000000;
  margin-top: 0.5rem;
  margin-bottom: 1.5rem;
}
.cid-sIeLC0zB6a .card-wrapper {
  overflow: hidden;
  position: relative;
}
.cid-sIeLC0zB6a .card-wrapper:before {
  content: '';
  display: block;
  position: absolute;
  top: 0;
  left: 0;
  height: 100%;
  width: 100%;
  transition: all 0.3s;
  background: #232323;
  opacity: 0.4;
  z-index: 10;
  pointer-events: none;
}
.cid-sIeLC0zB6a .card-img {
  overflow: hidden;
  transition: transform 0.3s;
  position: relative;
}
.cid-sIeLC0zB6a .card-box {
  position: absolute;
  overflow: hidden;
  height: fit-content;
  margin: auto;
  bottom: 0;
  top: 0;
  left: 0;
  right: 0;
  padding: 1rem;
  z-index: 100;
  -webkit-justify-content: center;
  justify-content: center;
  display: flex;
  -webkit-flex-direction: column;
  flex-direction: column;
}
.cid-sIeLC0zB6a .mbr-section-title {
  color: #232323;
  text-align: center;
}
.cid-sIeLC0zB6a .card-sub-title {
  text-align: center;
  font-weight: 500;
}
.cid-sIeLC0zB6a .mbr-section-sub-title {
  text-align: center;
  color: #767676;
}
.cid-sIeLC0zB6a .mbr-section-title,
.cid-sIeLC0zB6a .line-wrap {
  color: #232323;
  text-align: left;
}
.cid-sIeLC0zB6a .mbr-text {
  text-align: left;
  color: #000000;
}
@media (max-width: 992px) {
  .cid-sIeLC0zB6a .card-big {
    height: 200px;
  }
  .cid-sIeLC0zB6a .card-img {
    margin-top: -15%;
  }
}
.cid-ssueysh5Ug {
  padding-top: 0px;
  padding-bottom: 15px;
  background-color: #ffffff;
}
.cid-ssueysh5Ug .mbr-text {
  position: relative;
  text-align: justify;
}
@media (max-width: 767px) {
  .cid-ssueysh5Ug .mbr-text:after,
  .cid-ssueysh5Ug .mbr-text:before {
    display: none;
  }
}
.cid-ssueysh5Ug .mbr-section-title,
.cid-ssueysh5Ug .logo {
  text-align: left;
}
.cid-sxEF38cndm {
  padding-top: 0px;
  padding-bottom: 45px;
  background-color: #ffffff;
}
.cid-sxEF38cndm .nav-tabs .nav-item.open .nav-link:focus,
.cid-sxEF38cndm .nav-tabs .nav-link.active:focus {
  outline: none;
}
.cid-sxEF38cndm .nav-tabs {
  -webkit-flex-wrap: wrap;
  flex-wrap: wrap;
  border-bottom: 1px solid #000000;
}
.cid-sxEF38cndm .nav-tabs .nav-item {
  padding: .5rem;
}
.cid-sxEF38cndm .first {
  margin-left: -24px;
}
.cid-sxEF38cndm .nav-tabs .nav-link {
  color: #000000;
  font-style: normal;
  font-weight: 500;
  transition: all .5s;
  border: none;
}
.cid-sxEF38cndm .nav-tabs .nav-link:hover {
  cursor: pointer;
  color: #2fb5c7;
}
.cid-sxEF38cndm .nav-tabs .nav-link.active {
  font-weight: 500;
  color: #2fb5c7;
  font-style: normal;
}
.cid-sxEF38cndm P {
  color: #000000;
  text-align: justify;
}
@media (max-width: 576px) {
  .cid-sxEF38cndm .nav-tabs {
    flex-direction: column;
    justify-content: center;
  }
  .cid-sxEF38cndm .mbr-text,
  .cid-sxEF38cndm .nav-link {
    text-align: center;
  }
}
.cid-sxKCEtrLYE {
  z-index: 1000;
  width: 100%;
  position: relative;
  min-height: 60px;
}
.cid-sxKCEtrLYE .menu-text {
  padding: 0 2rem;
  color: #5b6c8f;
}
@media (max-width: 992px) {
  .cid-sxKCEtrLYE .menu-text {
    text-align: center;
    padding: 0.5rem 1rem;
  }
}
.cid-sxKCEtrLYE .iconfont-wrapper {
  color: #103178 !important;
  font-size: 1.5rem;
  padding-right: 0.5rem;
}
@media (max-width: 992px) {
  .cid-sxKCEtrLYE .iconfont-wrapper {
    padding: 0 0.25rem;
  }
}
.cid-sxKCEtrLYE .container {
  display: flex;
  margin: auto;
}
@media (max-width: 767px) {
  .cid-sxKCEtrLYE .container {
    padding: 0 1rem;
  }
}
.cid-sxKCEtrLYE .menu-tite {
  background: #000000;
  width: 100%;
  padding: 0.4rem 1rem;
  text-align: right;
  font-size: 13px;
  color: #ffffff;
}
.cid-sxKCEtrLYE .nav-link {
  position: relative;
}
.cid-sxKCEtrLYE .nav-link:hover {
  color: #17a2b8 !important;
}
.cid-sxKCEtrLYE nav.navbar {
  position: fixed;
}
.cid-sxKCEtrLYE .navbar {
  padding: 0!important;
  min-height: 70px;
  transition: all 0.3s;
  border-bottom: 1px solid transparent;
  box-shadow: 0 1px 3px 0 rgba(0, 0, 0, 0.1);
  background: #ffffff;
}
.cid-sxKCEtrLYE .navbar.opened {
  transition: all 0.3s;
}
.cid-sxKCEtrLYE .navbar .dropdown-item {
  padding: 0.5rem 1.8rem;
}
.cid-sxKCEtrLYE .navbar .navbar-logo img {
  width: auto;
}
.cid-sxKCEtrLYE .navbar .navbar-collapse {
  justify-content: flex-end;
  z-index: 1;
}
.cid-sxKCEtrLYE .navbar.collapsed {
  justify-content: center;
}
.cid-sxKCEtrLYE .navbar.collapsed .nav-item .nav-link::before {
  display: none;
}
.cid-sxKCEtrLYE .navbar.collapsed.opened .dropdown-menu {
  top: 0;
}
@media (min-width: 992px) {
  .cid-sxKCEtrLYE .navbar.collapsed.opened:not(.navbar-short) .navbar-collapse {
    max-height: calc(98.5vh - 3.7rem);
  }
}
.cid-sxKCEtrLYE .navbar.collapsed .dropdown-menu .dropdown-submenu {
  left: 0 !important;
}
.cid-sxKCEtrLYE .navbar.collapsed .dropdown-menu .dropdown-item:after {
  right: auto;
}
.cid-sxKCEtrLYE .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-sxKCEtrLYE .navbar.collapsed ul.navbar-nav li {
  margin: auto;
}
.cid-sxKCEtrLYE .navbar.collapsed .dropdown-menu .dropdown-item {
  padding: 0.25rem 1.5rem;
  text-align: center;
}
.cid-sxKCEtrLYE .navbar.collapsed .icons-menu {
  padding-left: 0;
  padding-right: 0;
  padding-top: 0.5rem;
  padding-bottom: 0.5rem;
}
@media (max-width: 991px) {
  .cid-sxKCEtrLYE .navbar .nav-item .nav-link::before {
    display: none;
  }
  .cid-sxKCEtrLYE .navbar.opened .dropdown-menu {
    top: 0;
  }
  .cid-sxKCEtrLYE .navbar .dropdown-menu .dropdown-submenu {
    left: 0 !important;
  }
  .cid-sxKCEtrLYE .navbar .dropdown-menu .dropdown-item:after {
    right: auto;
  }
  .cid-sxKCEtrLYE .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-sxKCEtrLYE .navbar .navbar-logo img {
    height: 3rem !important;
  }
  .cid-sxKCEtrLYE .navbar ul.navbar-nav li {
    margin: auto;
  }
  .cid-sxKCEtrLYE .navbar .dropdown-menu .dropdown-item {
    padding: 0.25rem 1.5rem !important;
    text-align: center;
  }
  .cid-sxKCEtrLYE .navbar .navbar-brand {
    flex-shrink: initial;
    flex-basis: auto;
    word-break: break-word;
    padding-right: 2rem;
  }
  .cid-sxKCEtrLYE .navbar .navbar-toggler {
    flex-basis: auto;
  }
  .cid-sxKCEtrLYE .navbar .icons-menu {
    padding-left: 0;
    padding-top: 0.5rem;
    padding-bottom: 0.5rem;
  }
}
.cid-sxKCEtrLYE .navbar.navbar-short {
  min-height: 60px;
}
.cid-sxKCEtrLYE .navbar.navbar-short .navbar-logo img {
  height: 2.5rem !important;
}
.cid-sxKCEtrLYE .navbar.navbar-short .navbar-brand {
  min-height: 60px;
  padding: 0;
}
.cid-sxKCEtrLYE .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-sxKCEtrLYE .dropdown-menu {
  padding: 0;
  border-radius: 4px;
  box-shadow: 0 1px 3px 0 rgba(0, 0, 0, 0.1);
}
.cid-sxKCEtrLYE .dropdown-item {
  border-bottom: 1px solid #e6e6e6;
}
.cid-sxKCEtrLYE .dropdown-item:hover,
.cid-sxKCEtrLYE .dropdown-item:focus {
  background: #000000 !important;
  color: white !important;
}
.cid-sxKCEtrLYE .dropdown-item:first-child {
  border-top-left-radius: 4px;
  border-top-right-radius: 4px;
}
.cid-sxKCEtrLYE .dropdown-item:last-child {
  border-bottom: none;
  border-bottom-left-radius: 4px;
  border-bottom-right-radius: 4px;
}
.cid-sxKCEtrLYE .nav-dropdown .link {
  padding: 0 0.3em !important;
  margin: 0.667em 0.5em !important;
}
.cid-sxKCEtrLYE .nav-dropdown .link.dropdown-toggle::after {
  margin-left: 0.5rem;
  margin-top: 0.2rem;
}
.cid-sxKCEtrLYE .dropdown-menu,
.cid-sxKCEtrLYE .navbar.opened {
  background: #ffffff !important;
}
.cid-sxKCEtrLYE .nav-item:focus,
.cid-sxKCEtrLYE .nav-link:focus {
  outline: none;
}
.cid-sxKCEtrLYE .dropdown .dropdown-menu .dropdown-item {
  width: auto;
  transition: all 0.25s ease-in-out;
}
.cid-sxKCEtrLYE .dropdown .dropdown-menu .dropdown-item::after {
  right: 0.5rem;
}
.cid-sxKCEtrLYE .dropdown .dropdown-menu .dropdown-item .mbr-iconfont {
  margin-right: 0.5rem;
  vertical-align: sub;
}
.cid-sxKCEtrLYE .dropdown .dropdown-menu .dropdown-item .mbr-iconfont:before {
  display: inline-block;
  transform: scale(1, 1);
  transition: all 0.25s ease-in-out;
}
.cid-sxKCEtrLYE .collapsed .dropdown-menu .dropdown-item:before {
  display: none;
}
.cid-sxKCEtrLYE .collapsed .dropdown .dropdown-menu .dropdown-item {
  padding: 0.235em 1.5em 0.235em 1.5em !important;
  transition: none;
  margin: 0 !important;
}
.cid-sxKCEtrLYE .navbar-brand {
  min-height: 70px;
  flex-shrink: 0;
  align-items: center;
  margin-right: 0;
  padding: 0;
  transition: all 0.3s;
  word-break: break-word;
  z-index: 1;
}
.cid-sxKCEtrLYE .navbar-brand .navbar-caption {
  line-height: inherit !important;
}
.cid-sxKCEtrLYE .navbar-brand .navbar-logo a {
  outline: none;
}
.cid-sxKCEtrLYE .dropdown-item.active,
.cid-sxKCEtrLYE .dropdown-item:active {
  background-color: transparent;
}
.cid-sxKCEtrLYE .navbar-expand-lg .navbar-nav .nav-link {
  padding: 0;
}
.cid-sxKCEtrLYE .nav-dropdown .link.dropdown-toggle {
  margin-right: 1.667em;
}
.cid-sxKCEtrLYE .nav-dropdown .link.dropdown-toggle[aria-expanded="true"] {
  margin-right: 0;
  padding: 0.667em 1.667em;
}
.cid-sxKCEtrLYE .navbar.navbar-expand-lg .dropdown .dropdown-menu {
  background: #ffffff;
}
.cid-sxKCEtrLYE .navbar.navbar-expand-lg .dropdown .dropdown-menu .dropdown-submenu {
  margin: 0;
  left: 100%;
}
.cid-sxKCEtrLYE .navbar .dropdown.open > .dropdown-menu {
  display: block;
}
.cid-sxKCEtrLYE ul.navbar-nav {
  flex-wrap: wrap;
}
.cid-sxKCEtrLYE .navbar-buttons {
  text-align: center;
  min-width: 170px;
}
.cid-sxKCEtrLYE button.navbar-toggler {
  outline: none;
  width: 31px;
  height: 20px;
  cursor: pointer;
  transition: all 0.2s;
  position: relative;
  align-self: center;
}
.cid-sxKCEtrLYE button.navbar-toggler .hamburger span {
  position: absolute;
  right: 0;
  width: 30px;
  height: 2px;
  border-right: 5px;
  background-color: #000000;
}
.cid-sxKCEtrLYE button.navbar-toggler .hamburger span:nth-child(1) {
  top: 0;
  transition: all 0.2s;
}
.cid-sxKCEtrLYE button.navbar-toggler .hamburger span:nth-child(2) {
  top: 8px;
  transition: all 0.15s;
}
.cid-sxKCEtrLYE button.navbar-toggler .hamburger span:nth-child(3) {
  top: 8px;
  transition: all 0.15s;
}
.cid-sxKCEtrLYE button.navbar-toggler .hamburger span:nth-child(4) {
  top: 16px;
  transition: all 0.2s;
}
.cid-sxKCEtrLYE nav.opened .hamburger span:nth-child(1) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-sxKCEtrLYE nav.opened .hamburger span:nth-child(2) {
  transform: rotate(45deg);
  transition: all 0.25s;
}
.cid-sxKCEtrLYE nav.opened .hamburger span:nth-child(3) {
  transform: rotate(-45deg);
  transition: all 0.25s;
}
.cid-sxKCEtrLYE nav.opened .hamburger span:nth-child(4) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-sxKCEtrLYE .navbar-dropdown {
  padding: 0 1rem;
  position: fixed;
}
.cid-sxKCEtrLYE a.nav-link {
  display: flex;
  align-items: center;
  justify-content: center;
}
.cid-sxKCEtrLYE .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-sxKCEtrLYE .navbar {
    height: 70px;
  }
  .cid-sxKCEtrLYE .navbar.opened {
    height: auto;
  }
  .cid-sxKCEtrLYE .nav-item .nav-link:hover::before {
    width: 175%;
    max-width: calc(100% + 2rem);
    left: -1rem;
  }
}
.cid-sxQyxKM2Fg {
  padding-top: 5rem;
  padding-bottom: 1rem;
  background-color: #000000;
}
.cid-sxQyxKM2Fg .container {
  max-width: 1750px;
}
.cid-sxQyxKM2Fg .card-wrapper {
  border-top: 1px solid #ffffff;
  padding-top: 2rem;
}
.cid-sxQyxKM2Fg img {
  width: 150px;
  display: inline-block;
}
.cid-sxQyxKM2Fg p {
  line-height: 1.8;
}
.cid-sxQyxKM2Fg .mbr-section-title {
  color: #ffffff;
}
.cid-sxQyxKM2Fg .mbr-text {
  color: #ffffff;
}
.cid-sKcOyMzhIM {
  padding-top: 1rem;
  padding-bottom: 0rem;
  background-color: #000000;
}
.cid-sKcOyMzhIM .mbr-section-subtitle {
  color: #36187d;
}
.cid-sKcOyMzhIM .mbr-text {
  color: #ffffff;
  font-size: 15px;
  text-align: justify;
}
.cid-sKcOz29LJz {
  padding-top: 1rem;
  padding-bottom: 1rem;
  background-color: #000000;
}
.cid-sKcOz29LJz .mbr-section-subtitle {
  color: #36187d;
}
.cid-sKcOz29LJz .mbr-text {
  color: #ffffff;
  font-size: 13px;
}
.cid-sxEUJs5ALq {
  background-image: url("../../../assets/images/mbr-1920x1309.webp");
}
.cid-sxEUJs5ALq .mbr-section-title {
  letter-spacing: .1em;
}
.cid-sxEUJs5ALq .mbr-text {
  letter-spacing: 0.03rem;
}
.cid-sxEUJs5ALq .card-img span {
  font-size: 100px;
}
.cid-sxEUJs5ALq .mbr-text,
.cid-sxEUJs5ALq .mbr-section-btn {
  color: #efefef;
}
.cid-su4oRfARjM {
  padding-top: 3rem;
  padding-bottom: 2rem;
  background-color: #ffffff;
}
.cid-su4oRfARjM .mbr-section-title {
  margin-bottom: 25px;
}
.cid-su4oRfARjM .mbr-text {
  margin-bottom: 0;
  color: #919dab;
}
.cid-su4oRfARjM .mbr-section-btn {
  margin-top: 60px;
}
@media (max-width: 991px) {
  .cid-su4oRfARjM .mbr-section-btn {
    margin-top: 30px;
  }
}
.cid-su4oRfARjM .mbr-section-btn .btn-lg {
  font-weight: 700;
}
.cid-su4oRfARjM .mbr-section-btn .btn-sm {
  font-weight: 500;
}
.cid-su4oRfARjM .image {
  margin-top: 50px;
}
.cid-su4oRfARjM .image img {
  border-radius: 10px;
  max-width: 100%;
  object-fit: cover;
}
.cid-su4oRfARjM .wrapper__products {
  margin-top: 70px;
}
@media (max-width: 767px) {
  .cid-su4oRfARjM .wrapper__products {
    margin-top: 20px;
  }
}
.cid-su4oRfARjM .card__product {
  margin-top: 50px;
}
.cid-su4oRfARjM .image__card img {
  transition: all .25s;
  border-radius: 10px;
  max-width: 120px;
  max-height: 200px;
}
.cid-su4oRfARjM .image__card img:hover {
  opacity: .8;
}
.cid-su4oRfARjM .content__card {
  width: 100%;
  height: 100%;
  padding-bottom: 60px;
  margin-left: 40px;
  position: relative;
}
.cid-su4oRfARjM .card__btn {
  margin-left: -0.8rem;
  margin-right: -0.8rem;
  font-size: 0;
  margin-top: 0;
  width: 105%;
  position: absolute;
  bottom: 0;
}
.cid-su4oRfARjM .card__btn .btn {
  height: 40px;
  padding: 0 15px;
  margin-right: 0;
}
.cid-su4oRfARjM .card__title {
  margin-bottom: 0;
  letter-spacing: 2px;
}
.cid-su4oRfARjM .card__text {
  margin-bottom: 0;
  color: #919dab;
  margin-top: 4px;
}
.cid-su4oRfARjM .mbr-text,
.cid-su4oRfARjM .mbr-section-btn {
  color: #000000;
  text-align: justify;
}
.cid-sIeMB7fUfD {
  padding-top: 0rem;
  padding-bottom: 0rem;
  background-color: #ffffff;
}
.cid-sIeMB7fUfD .line {
  border-top: 1px solid #000000;
  width: 100%;
  margin: 0 1rem;
  margin-top: 2rem;
}
.cid-sIeMB7fUfD .container-fluid {
  max-width: 1400px;
}
.cid-sIeMB7fUfD .mbr-section-title,
.cid-sIeMB7fUfD .mbr-text {
  max-width: 1200px;
}
.cid-sIeMB7fUfD img {
  width: 140px;
}
@media (max-width: 767px) {
  .cid-sIeMB7fUfD img {
    margin: auto;
  }
}
.cid-sIeMB7fUfD .mbr-text {
  color: #818181;
}
.cid-sxEdUyLqRT {
  padding-top: 3rem;
  padding-bottom: 2rem;
  background-color: #ffffff;
}
.cid-sxEdUyLqRT img {
  width: 90%;
  border-radius: 10px;
}
@media (max-width: 992px) {
  .cid-sxEdUyLqRT img {
    width: 100%;
  }
}
.cid-sxEdUyLqRT .btn span {
  order: 0;
  margin-right: 0.6rem;
  margin-left: 0;
}
.cid-sxEdUyLqRT .counter-container ul {
  margin: 0;
  list-style: none;
  padding-left: 2.4rem;
}
.cid-sxEdUyLqRT .counter-container ul li {
  margin-bottom: 2rem;
  list-style: none;
  position: relative;
  padding-left: 1rem;
}
.cid-sxEdUyLqRT .counter-container ul li:before {
  position: absolute;
  top: -5px;
  left: -40px;
  content: "";
  display: flex;
  justify-content: center;
  align-items: center;
  color: #ffffff;
  background-color: #000000;
  width: 40px;
  height: 40px;
  border-radius: 50%;
  background: none;
  border: 1px solid #000000;
  color: #000000;
  content: "✓";
}
.cid-sxEdUyLqRT .mbr-text,
.cid-sxEdUyLqRT .mbr-section-btn {
  color: #000000;
  text-align: justify;
}
.cid-sxEdUyLqRT .mbr-section-subtitle {
  color: #777777;
}
.cid-sxEdUyLqRT .mbr-list {
  color: #000000;
}
.cid-sxEhcbGvD7 {
  padding-top: 6rem;
  padding-bottom: 6rem;
  background-image: url("../../../assets/images/mbr-1920x1280.webp");
}
@media (max-width: 1000px) {
  .cid-sxEhcbGvD7 {
    padding-top: 3rem;
    padding-bottom: 3rem;
  }
}
.cid-sxEhcbGvD7 .card-wrapper {
  margin: 0 auto;
  background: #ffffff;
  opacity: 1;
}
@media (max-width: 767px) {
  .cid-sxEhcbGvD7 .card-wrapper {
    padding: 1rem;
  }
}
@media (min-width: 768px) and (max-width: 991px) {
  .cid-sxEhcbGvD7 .card-wrapper {
    padding: 1rem;
  }
}
@media (min-width: 992px) {
  .cid-sxEhcbGvD7 .card-wrapper {
    padding: 2rem 6rem;
  }
}
.cid-sxEhcbGvD7 .card-box {
  display: inline-flex;
  justify-content: center;
  align-items: center;
}
.cid-sxEhcbGvD7 .card-title {
  margin-right: 1rem;
  opacity: 1;
}
.cid-sxEhcbGvD7 .btn {
  padding: 0.5rem 0.7rem;
  line-height: 22px;
}
.cid-sxEhcbGvD7 .btn:after {
  content: url("data:image/svg+xml; utf8, <svg class='icon' xmlns='http://www.w3.org/2000/svg' width='14' height='8' viewBox='0 0 14 8'><path fill='black' fill-rule='nonzero' d='M.146 3.611a.606.606 0 0 1 .437-.177h11.412L9.515.994C9.225.736 9.219.47 9.498.2c.28-.271.553-.265.82.018l3.5 3.394a.343.343 0 0 1 .147.177.65.65 0 0 1 0 .424.343.343 0 0 1-.146.177l-3.5 3.394c-.268.283-.541.29-.82.018-.28-.271-.274-.536.018-.796l2.479-2.44H.583a.577.577 0 0 1-.419-.158A.542.542 0 0 1 0 4c0-.165.049-.295.146-.389z'></path></svg>");
  margin-bottom: 3px;
}
.cid-sxEhcbGvD7 .mbr-text,
.cid-sxEhcbGvD7 .mbr-section-btn {
  color: #ffffff;
}
.cid-sxEhcbGvD7 .card-title,
.cid-sxEhcbGvD7 .card-box {
  text-align: center;
  color: #000000;
}
.cid-sypRXPAzHl {
  padding-top: 60px;
  padding-bottom: 60px;
  background-color: #ffffff;
}
.cid-sypRXPAzHl .feature .card {
  border-left: 10px solid #5d6a79;
  background-color: #f5f5f5;
  height: 100%;
  padding: 2rem 40px;
  border-radius: 0;
}
.cid-sypRXPAzHl .feature:last-child .card {
  border-color: #464646;
}
.cid-sypRXPAzHl .feature .mbr-section-title {
  line-height: 1;
  padding-bottom: 20px;
}
@media (max-width: 767px) {
  .cid-sypRXPAzHl .feature:last-child {
    margin-top: 2rem;
  }
}
.cid-sypRXPAzHl .mbr-section-text {
  text-align: left;
  color: #000000;
}
.cid-sypRXPAzHl .card .mbr-text {
  color: #000000;
}
.cid-sypSmsEene {
  padding-top: 15px;
  padding-bottom: 75px;
  background-color: #ffffff;
}
.cid-sypSmsEene .feature .card {
  border-left: 10px solid #606060;
  background-color: #f5f5f5;
  height: 100%;
  padding: 2rem 40px;
  border-radius: 0;
}
.cid-sypSmsEene .feature:last-child .card {
  border-color: #606060;
}
.cid-sypSmsEene .feature .mbr-section-title {
  line-height: 1;
  padding-bottom: 20px;
}
@media (max-width: 767px) {
  .cid-sypSmsEene .feature:last-child {
    margin-top: 2rem;
  }
}
.cid-sypSmsEene .mbr-section-text {
  text-align: left;
}
.cid-sypSmsEene .card .mbr-text {
  color: #000000;
}
.cid-sxKCEtrLYE {
  z-index: 1000;
  width: 100%;
  position: relative;
  min-height: 60px;
}
.cid-sxKCEtrLYE .menu-text {
  padding: 0 2rem;
  color: #5b6c8f;
}
@media (max-width: 992px) {
  .cid-sxKCEtrLYE .menu-text {
    text-align: center;
    padding: 0.5rem 1rem;
  }
}
.cid-sxKCEtrLYE .iconfont-wrapper {
  color: #103178 !important;
  font-size: 1.5rem;
  padding-right: 0.5rem;
}
@media (max-width: 992px) {
  .cid-sxKCEtrLYE .iconfont-wrapper {
    padding: 0 0.25rem;
  }
}
.cid-sxKCEtrLYE .container {
  display: flex;
  margin: auto;
}
@media (max-width: 767px) {
  .cid-sxKCEtrLYE .container {
    padding: 0 1rem;
  }
}
.cid-sxKCEtrLYE .menu-tite {
  background: #000000;
  width: 100%;
  padding: 0.4rem 1rem;
  text-align: right;
  font-size: 13px;
  color: #ffffff;
}
.cid-sxKCEtrLYE .nav-link {
  position: relative;
}
.cid-sxKCEtrLYE .nav-link:hover {
  color: #17a2b8 !important;
}
.cid-sxKCEtrLYE nav.navbar {
  position: fixed;
}
.cid-sxKCEtrLYE .navbar {
  padding: 0!important;
  min-height: 70px;
  transition: all 0.3s;
  border-bottom: 1px solid transparent;
  box-shadow: 0 1px 3px 0 rgba(0, 0, 0, 0.1);
  background: #ffffff;
}
.cid-sxKCEtrLYE .navbar.opened {
  transition: all 0.3s;
}
.cid-sxKCEtrLYE .navbar .dropdown-item {
  padding: 0.5rem 1.8rem;
}
.cid-sxKCEtrLYE .navbar .navbar-logo img {
  width: auto;
}
.cid-sxKCEtrLYE .navbar .navbar-collapse {
  justify-content: flex-end;
  z-index: 1;
}
.cid-sxKCEtrLYE .navbar.collapsed {
  justify-content: center;
}
.cid-sxKCEtrLYE .navbar.collapsed .nav-item .nav-link::before {
  display: none;
}
.cid-sxKCEtrLYE .navbar.collapsed.opened .dropdown-menu {
  top: 0;
}
@media (min-width: 992px) {
  .cid-sxKCEtrLYE .navbar.collapsed.opened:not(.navbar-short) .navbar-collapse {
    max-height: calc(98.5vh - 3.7rem);
  }
}
.cid-sxKCEtrLYE .navbar.collapsed .dropdown-menu .dropdown-submenu {
  left: 0 !important;
}
.cid-sxKCEtrLYE .navbar.collapsed .dropdown-menu .dropdown-item:after {
  right: auto;
}
.cid-sxKCEtrLYE .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-sxKCEtrLYE .navbar.collapsed ul.navbar-nav li {
  margin: auto;
}
.cid-sxKCEtrLYE .navbar.collapsed .dropdown-menu .dropdown-item {
  padding: 0.25rem 1.5rem;
  text-align: center;
}
.cid-sxKCEtrLYE .navbar.collapsed .icons-menu {
  padding-left: 0;
  padding-right: 0;
  padding-top: 0.5rem;
  padding-bottom: 0.5rem;
}
@media (max-width: 991px) {
  .cid-sxKCEtrLYE .navbar .nav-item .nav-link::before {
    display: none;
  }
  .cid-sxKCEtrLYE .navbar.opened .dropdown-menu {
    top: 0;
  }
  .cid-sxKCEtrLYE .navbar .dropdown-menu .dropdown-submenu {
    left: 0 !important;
  }
  .cid-sxKCEtrLYE .navbar .dropdown-menu .dropdown-item:after {
    right: auto;
  }
  .cid-sxKCEtrLYE .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-sxKCEtrLYE .navbar .navbar-logo img {
    height: 3rem !important;
  }
  .cid-sxKCEtrLYE .navbar ul.navbar-nav li {
    margin: auto;
  }
  .cid-sxKCEtrLYE .navbar .dropdown-menu .dropdown-item {
    padding: 0.25rem 1.5rem !important;
    text-align: center;
  }
  .cid-sxKCEtrLYE .navbar .navbar-brand {
    flex-shrink: initial;
    flex-basis: auto;
    word-break: break-word;
    padding-right: 2rem;
  }
  .cid-sxKCEtrLYE .navbar .navbar-toggler {
    flex-basis: auto;
  }
  .cid-sxKCEtrLYE .navbar .icons-menu {
    padding-left: 0;
    padding-top: 0.5rem;
    padding-bottom: 0.5rem;
  }
}
.cid-sxKCEtrLYE .navbar.navbar-short {
  min-height: 60px;
}
.cid-sxKCEtrLYE .navbar.navbar-short .navbar-logo img {
  height: 2.5rem !important;
}
.cid-sxKCEtrLYE .navbar.navbar-short .navbar-brand {
  min-height: 60px;
  padding: 0;
}
.cid-sxKCEtrLYE .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-sxKCEtrLYE .dropdown-menu {
  padding: 0;
  border-radius: 4px;
  box-shadow: 0 1px 3px 0 rgba(0, 0, 0, 0.1);
}
.cid-sxKCEtrLYE .dropdown-item {
  border-bottom: 1px solid #e6e6e6;
}
.cid-sxKCEtrLYE .dropdown-item:hover,
.cid-sxKCEtrLYE .dropdown-item:focus {
  background: #000000 !important;
  color: white !important;
}
.cid-sxKCEtrLYE .dropdown-item:first-child {
  border-top-left-radius: 4px;
  border-top-right-radius: 4px;
}
.cid-sxKCEtrLYE .dropdown-item:last-child {
  border-bottom: none;
  border-bottom-left-radius: 4px;
  border-bottom-right-radius: 4px;
}
.cid-sxKCEtrLYE .nav-dropdown .link {
  padding: 0 0.3em !important;
  margin: 0.667em 0.5em !important;
}
.cid-sxKCEtrLYE .nav-dropdown .link.dropdown-toggle::after {
  margin-left: 0.5rem;
  margin-top: 0.2rem;
}
.cid-sxKCEtrLYE .dropdown-menu,
.cid-sxKCEtrLYE .navbar.opened {
  background: #ffffff !important;
}
.cid-sxKCEtrLYE .nav-item:focus,
.cid-sxKCEtrLYE .nav-link:focus {
  outline: none;
}
.cid-sxKCEtrLYE .dropdown .dropdown-menu .dropdown-item {
  width: auto;
  transition: all 0.25s ease-in-out;
}
.cid-sxKCEtrLYE .dropdown .dropdown-menu .dropdown-item::after {
  right: 0.5rem;
}
.cid-sxKCEtrLYE .dropdown .dropdown-menu .dropdown-item .mbr-iconfont {
  margin-right: 0.5rem;
  vertical-align: sub;
}
.cid-sxKCEtrLYE .dropdown .dropdown-menu .dropdown-item .mbr-iconfont:before {
  display: inline-block;
  transform: scale(1, 1);
  transition: all 0.25s ease-in-out;
}
.cid-sxKCEtrLYE .collapsed .dropdown-menu .dropdown-item:before {
  display: none;
}
.cid-sxKCEtrLYE .collapsed .dropdown .dropdown-menu .dropdown-item {
  padding: 0.235em 1.5em 0.235em 1.5em !important;
  transition: none;
  margin: 0 !important;
}
.cid-sxKCEtrLYE .navbar-brand {
  min-height: 70px;
  flex-shrink: 0;
  align-items: center;
  margin-right: 0;
  padding: 0;
  transition: all 0.3s;
  word-break: break-word;
  z-index: 1;
}
.cid-sxKCEtrLYE .navbar-brand .navbar-caption {
  line-height: inherit !important;
}
.cid-sxKCEtrLYE .navbar-brand .navbar-logo a {
  outline: none;
}
.cid-sxKCEtrLYE .dropdown-item.active,
.cid-sxKCEtrLYE .dropdown-item:active {
  background-color: transparent;
}
.cid-sxKCEtrLYE .navbar-expand-lg .navbar-nav .nav-link {
  padding: 0;
}
.cid-sxKCEtrLYE .nav-dropdown .link.dropdown-toggle {
  margin-right: 1.667em;
}
.cid-sxKCEtrLYE .nav-dropdown .link.dropdown-toggle[aria-expanded="true"] {
  margin-right: 0;
  padding: 0.667em 1.667em;
}
.cid-sxKCEtrLYE .navbar.navbar-expand-lg .dropdown .dropdown-menu {
  background: #ffffff;
}
.cid-sxKCEtrLYE .navbar.navbar-expand-lg .dropdown .dropdown-menu .dropdown-submenu {
  margin: 0;
  left: 100%;
}
.cid-sxKCEtrLYE .navbar .dropdown.open > .dropdown-menu {
  display: block;
}
.cid-sxKCEtrLYE ul.navbar-nav {
  flex-wrap: wrap;
}
.cid-sxKCEtrLYE .navbar-buttons {
  text-align: center;
  min-width: 170px;
}
.cid-sxKCEtrLYE button.navbar-toggler {
  outline: none;
  width: 31px;
  height: 20px;
  cursor: pointer;
  transition: all 0.2s;
  position: relative;
  align-self: center;
}
.cid-sxKCEtrLYE button.navbar-toggler .hamburger span {
  position: absolute;
  right: 0;
  width: 30px;
  height: 2px;
  border-right: 5px;
  background-color: #000000;
}
.cid-sxKCEtrLYE button.navbar-toggler .hamburger span:nth-child(1) {
  top: 0;
  transition: all 0.2s;
}
.cid-sxKCEtrLYE button.navbar-toggler .hamburger span:nth-child(2) {
  top: 8px;
  transition: all 0.15s;
}
.cid-sxKCEtrLYE button.navbar-toggler .hamburger span:nth-child(3) {
  top: 8px;
  transition: all 0.15s;
}
.cid-sxKCEtrLYE button.navbar-toggler .hamburger span:nth-child(4) {
  top: 16px;
  transition: all 0.2s;
}
.cid-sxKCEtrLYE nav.opened .hamburger span:nth-child(1) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-sxKCEtrLYE nav.opened .hamburger span:nth-child(2) {
  transform: rotate(45deg);
  transition: all 0.25s;
}
.cid-sxKCEtrLYE nav.opened .hamburger span:nth-child(3) {
  transform: rotate(-45deg);
  transition: all 0.25s;
}
.cid-sxKCEtrLYE nav.opened .hamburger span:nth-child(4) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-sxKCEtrLYE .navbar-dropdown {
  padding: 0 1rem;
  position: fixed;
}
.cid-sxKCEtrLYE a.nav-link {
  display: flex;
  align-items: center;
  justify-content: center;
}
.cid-sxKCEtrLYE .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-sxKCEtrLYE .navbar {
    height: 70px;
  }
  .cid-sxKCEtrLYE .navbar.opened {
    height: auto;
  }
  .cid-sxKCEtrLYE .nav-item .nav-link:hover::before {
    width: 175%;
    max-width: calc(100% + 2rem);
    left: -1rem;
  }
}
.cid-sxQyxKM2Fg {
  padding-top: 5rem;
  padding-bottom: 1rem;
  background-color: #000000;
}
.cid-sxQyxKM2Fg .container {
  max-width: 1750px;
}
.cid-sxQyxKM2Fg .card-wrapper {
  border-top: 1px solid #ffffff;
  padding-top: 2rem;
}
.cid-sxQyxKM2Fg img {
  width: 150px;
  display: inline-block;
}
.cid-sxQyxKM2Fg p {
  line-height: 1.8;
}
.cid-sxQyxKM2Fg .mbr-section-title {
  color: #ffffff;
}
.cid-sxQyxKM2Fg .mbr-text {
  color: #ffffff;
}
.cid-sKcOIRj4XF {
  padding-top: 1rem;
  padding-bottom: 0rem;
  background-color: #000000;
}
.cid-sKcOIRj4XF .mbr-section-subtitle {
  color: #36187d;
}
.cid-sKcOIRj4XF .mbr-text {
  color: #ffffff;
  font-size: 15px;
  text-align: justify;
}
.cid-sKcOJ8Z2IC {
  padding-top: 1rem;
  padding-bottom: 1rem;
  background-color: #000000;
}
.cid-sKcOJ8Z2IC .mbr-section-subtitle {
  color: #36187d;
}
.cid-sKcOJ8Z2IC .mbr-text {
  color: #ffffff;
  font-size: 13px;
}
.cid-sxEZxicfGt {
  background-image: url("../../../assets/images/building2-2000x1333.webp");
}
.cid-sxEZxicfGt .mbr-section-title {
  text-align: center;
  color: #ffffff;
}
.cid-sxEZxicfGt .mbr-text,
.cid-sxEZxicfGt .mbr-section-btn {
  text-align: center;
  color: #f2f3f7;
}
.cid-sIeNl10L4W {
  padding-top: 45px;
  padding-bottom: 0px;
  background-color: #ffffff;
}
.cid-sIeNl10L4W .card-title {
  line-height: 1.6;
  margin: 0;
  text-align: center;
}
.cid-sIeNl10L4W .card {
  margin-bottom: 25px;
  overflow: hidden;
}
.cid-sIeNl10L4W .card .card-img {
  height: 100%;
}
.cid-sIeNl10L4W .card:hover .card-img {
  -webkit-transform: scale(1.05);
  transform: scale(1.05);
}
.cid-sIeNl10L4W .card:hover .card-wrapper:before {
  opacity: 0.8;
  background: #7a848f;
}
.cid-sIeNl10L4W .card img {
  height: 100%;
  object-fit: cover;
  object-position: center;
}
.cid-sIeNl10L4W .line-wrap {
  display: inline-block;
  width: 100%;
}
.cid-sIeNl10L4W .line {
  display: inline-block;
  width: 80px;
  height: 4px;
  background-color: #000000;
  margin-top: 0.5rem;
  margin-bottom: 1.5rem;
}
.cid-sIeNl10L4W .card-wrapper {
  overflow: hidden;
  position: relative;
}
.cid-sIeNl10L4W .card-wrapper:before {
  content: '';
  display: block;
  position: absolute;
  top: 0;
  left: 0;
  height: 100%;
  width: 100%;
  transition: all 0.3s;
  background: #232323;
  opacity: 0.4;
  z-index: 10;
  pointer-events: none;
}
.cid-sIeNl10L4W .card-img {
  overflow: hidden;
  transition: transform 0.3s;
  position: relative;
}
.cid-sIeNl10L4W .card-box {
  position: absolute;
  overflow: hidden;
  height: fit-content;
  margin: auto;
  bottom: 0;
  top: 0;
  left: 0;
  right: 0;
  padding: 1rem;
  z-index: 100;
  -webkit-justify-content: center;
  justify-content: center;
  display: flex;
  -webkit-flex-direction: column;
  flex-direction: column;
}
.cid-sIeNl10L4W .mbr-section-title {
  color: #232323;
  text-align: center;
}
.cid-sIeNl10L4W .card-sub-title {
  text-align: center;
  font-weight: 500;
}
.cid-sIeNl10L4W .mbr-section-sub-title {
  text-align: center;
  color: #767676;
}
.cid-sIeNl10L4W .mbr-section-title,
.cid-sIeNl10L4W .line-wrap {
  color: #232323;
  text-align: left;
}
.cid-sIeNl10L4W .mbr-text {
  text-align: left;
  color: #000000;
}
@media (max-width: 992px) {
  .cid-sIeNl10L4W .card-big {
    height: 200px;
  }
  .cid-sIeNl10L4W .card-img {
    margin-top: -15%;
  }
}
.cid-sJa9b8FJoO {
  padding-top: 0px;
  padding-bottom: 0px;
  background-color: #ffffff;
}
.cid-sJa9b8FJoO .mbr-text {
  position: relative;
  text-align: justify;
}
@media (max-width: 767px) {
  .cid-sJa9b8FJoO .mbr-text:after,
  .cid-sJa9b8FJoO .mbr-text:before {
    display: none;
  }
}
.cid-sJa9b8FJoO .mbr-section-title,
.cid-sJa9b8FJoO .logo {
  text-align: left;
}
.cid-sAhH4UIjZs {
  padding-top: 0rem;
  padding-bottom: 1rem;
  background-color: #ffffff;
}
@media (min-width: 1500px) {
  .cid-sAhH4UIjZs .container {
    max-width: 1150px;
  }
}
.cid-sAhH4UIjZs .row {
  justify-content: center;
}
.cid-sAhH4UIjZs .mbr-section-tag {
  color: #4f87fb;
}
.cid-sAhH4UIjZs .card-title {
  margin-bottom: 0.875rem;
}
.cid-sAhH4UIjZs .card {
  margin-top: 3rem;
}
.cid-sAhH4UIjZs .card-wrapper {
  padding-left: 2.0625rem;
  border-left: 2px solid #606060;
}
.cid-sAhH4UIjZs .mbr-section-btn .btn {
  margin-top: 0.5625rem !important;
  margin-right: 2rem;
  outline: none;
}
.cid-sAhH4UIjZs .mbr-section-title {
  text-align: left;
}
.cid-sAhH4UIjZs .mbr-section-subtitle {
  text-align: justify;
}
.cid-sAhH4UIjZs .card-text,
.cid-sAhH4UIjZs .mbr-section-btn {
  text-align: justify;
}
.cid-sAhHGMMfSF {
  padding-top: 0rem;
  padding-bottom: 2rem;
  background-color: #ffffff;
}
@media (min-width: 1500px) {
  .cid-sAhHGMMfSF .container {
    max-width: 1150px;
  }
}
.cid-sAhHGMMfSF .row {
  justify-content: center;
}
.cid-sAhHGMMfSF .mbr-section-tag {
  color: #4f87fb;
}
.cid-sAhHGMMfSF .card-title {
  margin-bottom: 0.875rem;
}
.cid-sAhHGMMfSF .card {
  margin-top: 3rem;
}
.cid-sAhHGMMfSF .card-wrapper {
  padding-left: 2.0625rem;
  border-left: 2px solid #606060;
}
.cid-sAhHGMMfSF .mbr-section-btn .btn {
  margin-top: 0.5625rem !important;
  margin-right: 2rem;
  outline: none;
}
.cid-sAhHGMMfSF .card-text,
.cid-sAhHGMMfSF .mbr-section-btn {
  text-align: justify;
}
.cid-sIiIQMzjqL {
  padding-top: 0rem;
  padding-bottom: 0rem;
  background-color: #ffffff;
}
.cid-sIiIQMzjqL .line {
  border-top: 1px solid #000000;
  width: 100%;
  margin: 0 1rem;
  margin-top: 2rem;
}
.cid-sIiIQMzjqL .container-fluid {
  max-width: 1400px;
}
.cid-sIiIQMzjqL .mbr-section-title,
.cid-sIiIQMzjqL .mbr-text {
  max-width: 1200px;
}
.cid-sIiIQMzjqL img {
  width: 140px;
}
@media (max-width: 767px) {
  .cid-sIiIQMzjqL img {
    margin: auto;
  }
}
.cid-sIiIQMzjqL .mbr-text {
  color: #818181;
}
.cid-sAtORwn4gt {
  padding-top: 2rem;
  padding-bottom: 0rem;
  background-color: #ffffff;
}
.cid-sAtORwn4gt .mbr-section-subtitle {
  color: #000000;
}
.cid-sAtORwn4gt .mbr-text {
  color: #000000;
}
.cid-sAtQNGKett {
  padding-top: 2rem;
  padding-bottom: 3rem;
  background-color: #ffffff;
}
.cid-sAtQNGKett .card-wrapper {
  background: none;
}
.cid-sAtQNGKett .row {
  align-items: center;
  justify-content: center;
}
@media (max-width: 767px) {
  .cid-sAtQNGKett .row .row {
    flex-direction: column-reverse;
  }
  .cid-sAtQNGKett .row .row .img-wrapper {
    margin-bottom: 2rem;
  }
}
.cid-sAtQNGKett .img-wrapper img {
  width: 100%;
  object-fit: cover;
}
.cid-sAtQNGKett .img-wrapper {
  margin-bottom: 0 !important;
}
.cid-sAtQNGKett .mbr-text {
  color: #000000;
  text-align: justify;
}
.cid-sAtQNGKett .mbr-section-title {
  margin: 0;
}
@media (min-width: 601px) and (max-width: 990px) {
  .cid-sAtQNGKett .img-wrapper {
    padding-bottom: 0px;
  }
  .cid-sAtQNGKett .top {
    margin-top: 20px;
  }
}
@media (max-width: 600px) {
  .cid-sAtQNGKett .top {
    margin-top: 40px;
  }
  .cid-sAtQNGKett .img-wrapper {
    padding-bottom: 16px;
  }
}
.cid-sAtQNGKett .card-title {
  color: #000000;
}
.cid-sAtR93nWRL {
  padding-top: 0rem;
  padding-bottom: 2rem;
  background-color: #ffffff;
}
.cid-sAtR93nWRL .card-wrapper {
  background: none;
}
.cid-sAtR93nWRL .row {
  align-items: center;
  justify-content: center;
}
@media (max-width: 767px) {
  .cid-sAtR93nWRL .row .row {
    flex-direction: column-reverse;
  }
  .cid-sAtR93nWRL .row .row .img-wrapper {
    margin-bottom: 2rem;
  }
}
.cid-sAtR93nWRL .img-wrapper img {
  width: 100%;
  object-fit: cover;
}
.cid-sAtR93nWRL .img-wrapper {
  margin-bottom: 0 !important;
}
.cid-sAtR93nWRL .mbr-text {
  color: #000000;
  text-align: justify;
}
.cid-sAtR93nWRL .mbr-section-title {
  margin: 0;
}
@media (min-width: 601px) and (max-width: 990px) {
  .cid-sAtR93nWRL .img-wrapper {
    padding-bottom: 0px;
  }
  .cid-sAtR93nWRL .top {
    margin-top: 20px;
  }
}
@media (max-width: 600px) {
  .cid-sAtR93nWRL .top {
    margin-top: 40px;
  }
  .cid-sAtR93nWRL .img-wrapper {
    padding-bottom: 16px;
  }
}
.cid-sIiJ0V1QOm {
  padding-top: 0rem;
  padding-bottom: 1rem;
  background-color: #ffffff;
}
.cid-sIiJ0V1QOm .line {
  border-top: 1px solid #000000;
  width: 100%;
  margin: 0 1rem;
  margin-top: 2rem;
}
.cid-sIiJ0V1QOm .container-fluid {
  max-width: 1400px;
}
.cid-sIiJ0V1QOm .mbr-section-title,
.cid-sIiJ0V1QOm .mbr-text {
  max-width: 1200px;
}
.cid-sIiJ0V1QOm img {
  width: 140px;
}
@media (max-width: 767px) {
  .cid-sIiJ0V1QOm img {
    margin: auto;
  }
}
.cid-sIiJ0V1QOm .mbr-text {
  color: #818181;
}
.cid-sAi0Vi1jbv {
  padding-top: 3rem;
  padding-bottom: 0rem;
  background-color: #ffffff;
}
.cid-sAi0Vi1jbv .mbr-section-btn .btn-secondary-outline {
  padding: 3px 0;
  margin-bottom: 0;
  border: none !important;
  background-color: transparent !important;
}
.cid-sAi0Vi1jbv .mbr-section-btn .btn-secondary-outline:hover,
.cid-sAi0Vi1jbv .mbr-section-btn .btn-secondary-outline .active,
.cid-sAi0Vi1jbv .mbr-section-btn .btn-secondary-outline:focus {
  color: #000000 !important;
}
.cid-sAi0Vi1jbv img,
.cid-sAi0Vi1jbv .item-img {
  border-radius: 4px;
}
.cid-sAi0Vi1jbv .item-img {
  position: absolute;
  top: 0;
  left: 0;
  bottom: 0;
  right: 0;
  z-index: 0;
  overflow: hidden;
}
.cid-sAi0Vi1jbv .item-img img {
  transition: all cubic-bezier(0.4, 0, 0.2, 1) 0.6s;
  height: 100%;
  object-fit: cover;
  border-radius: 4px;
  will-change: transform;
}
.cid-sAi0Vi1jbv .item-img:before {
  content: "";
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  opacity: .45;
  background-color: #000000;
  z-index: 5;
  pointer-events: none;
  border-radius: 4px;
}
.cid-sAi0Vi1jbv .item:focus,
.cid-sAi0Vi1jbv span:focus {
  outline: none;
}
.cid-sAi0Vi1jbv .item {
  margin-bottom: 3rem;
}
@media (max-width: 991px) {
  .cid-sAi0Vi1jbv .item:last-child {
    margin-bottom: 0;
  }
}
.cid-sAi0Vi1jbv .item-wrapper {
  position: relative;
  border-radius: 4px;
  display: flex;
  flex-flow: column nowrap;
  overflow: hidden;
}
.cid-sAi0Vi1jbv .item-wrapper:hover .item-img img {
  transform: scale3d(1.2, 1.2, 1);
}
.cid-sAi0Vi1jbv .item-wrapper:hover .post_wrap {
  opacity: 1;
  background: linear-gradient(0deg, rgba(23, 22, 26, 0), rgba(23, 22, 26, 0.4));
  transform: translateY(0);
}
.cid-sAi0Vi1jbv .item-wrapper .mbr-section-btn .btn-white-outline {
  padding: 3px 0;
  margin-bottom: 0;
  border: none !important;
  background-color: transparent !important;
}
.cid-sAi0Vi1jbv .card_post {
  display: inline-flex;
  align-items: center;
  padding: 40px;
  padding-bottom: 0;
}
.cid-sAi0Vi1jbv .post_wrap {
  position: relative;
  z-index: 5;
  background: linear-gradient(0deg, rgba(23, 22, 26, 0), rgba(23, 22, 26, 0.4));
}
@media (min-width: 991px) {
  .cid-sAi0Vi1jbv .post_wrap {
    opacity: 0;
    transform: translateY(-10px);
    transition: all cubic-bezier(0.4, 0, 0.2, 1) 0.4s;
  }
}
.cid-sAi0Vi1jbv .image_post {
  display: inline-block;
  height: 46px;
  width: 46px;
  min-width: 46px;
  box-shadow: 0 2px 4px rgba(0, 0, 0, 0.07);
  margin-right: 15px;
  border-radius: 50%;
}
.cid-sAi0Vi1jbv .image_post img {
  width: 100%;
  height: 100%;
  border-radius: 50%;
}
.cid-sAi0Vi1jbv .author_post {
  display: inline-block;
  white-space: nowrap;
}
.cid-sAi0Vi1jbv .item-content {
  padding: 40px;
  height: 100%;
  min-height: 200px;
  display: flex;
  flex-direction: column;
  justify-content: flex-end;
}
.cid-sAi0Vi1jbv .item-content > div {
  position: relative;
  z-index: 5;
}
.cid-sAi0Vi1jbv .category_content {
  opacity: .8;
}
.cid-sAi0Vi1jbv .mbr-section-subtitle,
.cid-sAi0Vi1jbv .card_topic {
  margin-bottom: 12px;
}
.cid-sAi0Vi1jbv .mbr-text {
  margin: 25px 0;
  padding-left: 25px;
  border-left: 5px solid #40b0bf;
}
.cid-sAi0Vi1jbv .card_topic .mbr-iconfont {
  font-size: 1rem;
  color: #ffffff;
  margin-left: 10px;
  margin-right: 3px;
}
@media (max-width: 767px) {
  .cid-sAi0Vi1jbv .item-content,
  .cid-sAi0Vi1jbv .card_post {
    padding: 20px;
  }
}
.cid-sIeO3LXj1u {
  padding-top: 0rem;
  padding-bottom: 0rem;
  background-color: #ffffff;
}
.cid-sIeO3LXj1u .line {
  border-top: 1px solid #000000;
  width: 100%;
  margin: 0 1rem;
  margin-top: 2rem;
}
.cid-sIeO3LXj1u .container-fluid {
  max-width: 1400px;
}
.cid-sIeO3LXj1u .mbr-section-title,
.cid-sIeO3LXj1u .mbr-text {
  max-width: 1200px;
}
.cid-sIeO3LXj1u img {
  width: 140px;
}
@media (max-width: 767px) {
  .cid-sIeO3LXj1u img {
    margin: auto;
  }
}
.cid-sIeO3LXj1u .mbr-text {
  color: #818181;
}
.cid-sxKCEtrLYE {
  z-index: 1000;
  width: 100%;
  position: relative;
  min-height: 60px;
}
.cid-sxKCEtrLYE .menu-text {
  padding: 0 2rem;
  color: #5b6c8f;
}
@media (max-width: 992px) {
  .cid-sxKCEtrLYE .menu-text {
    text-align: center;
    padding: 0.5rem 1rem;
  }
}
.cid-sxKCEtrLYE .iconfont-wrapper {
  color: #103178 !important;
  font-size: 1.5rem;
  padding-right: 0.5rem;
}
@media (max-width: 992px) {
  .cid-sxKCEtrLYE .iconfont-wrapper {
    padding: 0 0.25rem;
  }
}
.cid-sxKCEtrLYE .container {
  display: flex;
  margin: auto;
}
@media (max-width: 767px) {
  .cid-sxKCEtrLYE .container {
    padding: 0 1rem;
  }
}
.cid-sxKCEtrLYE .menu-tite {
  background: #000000;
  width: 100%;
  padding: 0.4rem 1rem;
  text-align: right;
  font-size: 13px;
  color: #ffffff;
}
.cid-sxKCEtrLYE .nav-link {
  position: relative;
}
.cid-sxKCEtrLYE .nav-link:hover {
  color: #17a2b8 !important;
}
.cid-sxKCEtrLYE nav.navbar {
  position: fixed;
}
.cid-sxKCEtrLYE .navbar {
  padding: 0!important;
  min-height: 70px;
  transition: all 0.3s;
  border-bottom: 1px solid transparent;
  box-shadow: 0 1px 3px 0 rgba(0, 0, 0, 0.1);
  background: #ffffff;
}
.cid-sxKCEtrLYE .navbar.opened {
  transition: all 0.3s;
}
.cid-sxKCEtrLYE .navbar .dropdown-item {
  padding: 0.5rem 1.8rem;
}
.cid-sxKCEtrLYE .navbar .navbar-logo img {
  width: auto;
}
.cid-sxKCEtrLYE .navbar .navbar-collapse {
  justify-content: flex-end;
  z-index: 1;
}
.cid-sxKCEtrLYE .navbar.collapsed {
  justify-content: center;
}
.cid-sxKCEtrLYE .navbar.collapsed .nav-item .nav-link::before {
  display: none;
}
.cid-sxKCEtrLYE .navbar.collapsed.opened .dropdown-menu {
  top: 0;
}
@media (min-width: 992px) {
  .cid-sxKCEtrLYE .navbar.collapsed.opened:not(.navbar-short) .navbar-collapse {
    max-height: calc(98.5vh - 3.7rem);
  }
}
.cid-sxKCEtrLYE .navbar.collapsed .dropdown-menu .dropdown-submenu {
  left: 0 !important;
}
.cid-sxKCEtrLYE .navbar.collapsed .dropdown-menu .dropdown-item:after {
  right: auto;
}
.cid-sxKCEtrLYE .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-sxKCEtrLYE .navbar.collapsed ul.navbar-nav li {
  margin: auto;
}
.cid-sxKCEtrLYE .navbar.collapsed .dropdown-menu .dropdown-item {
  padding: 0.25rem 1.5rem;
  text-align: center;
}
.cid-sxKCEtrLYE .navbar.collapsed .icons-menu {
  padding-left: 0;
  padding-right: 0;
  padding-top: 0.5rem;
  padding-bottom: 0.5rem;
}
@media (max-width: 991px) {
  .cid-sxKCEtrLYE .navbar .nav-item .nav-link::before {
    display: none;
  }
  .cid-sxKCEtrLYE .navbar.opened .dropdown-menu {
    top: 0;
  }
  .cid-sxKCEtrLYE .navbar .dropdown-menu .dropdown-submenu {
    left: 0 !important;
  }
  .cid-sxKCEtrLYE .navbar .dropdown-menu .dropdown-item:after {
    right: auto;
  }
  .cid-sxKCEtrLYE .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-sxKCEtrLYE .navbar .navbar-logo img {
    height: 3rem !important;
  }
  .cid-sxKCEtrLYE .navbar ul.navbar-nav li {
    margin: auto;
  }
  .cid-sxKCEtrLYE .navbar .dropdown-menu .dropdown-item {
    padding: 0.25rem 1.5rem !important;
    text-align: center;
  }
  .cid-sxKCEtrLYE .navbar .navbar-brand {
    flex-shrink: initial;
    flex-basis: auto;
    word-break: break-word;
    padding-right: 2rem;
  }
  .cid-sxKCEtrLYE .navbar .navbar-toggler {
    flex-basis: auto;
  }
  .cid-sxKCEtrLYE .navbar .icons-menu {
    padding-left: 0;
    padding-top: 0.5rem;
    padding-bottom: 0.5rem;
  }
}
.cid-sxKCEtrLYE .navbar.navbar-short {
  min-height: 60px;
}
.cid-sxKCEtrLYE .navbar.navbar-short .navbar-logo img {
  height: 2.5rem !important;
}
.cid-sxKCEtrLYE .navbar.navbar-short .navbar-brand {
  min-height: 60px;
  padding: 0;
}
.cid-sxKCEtrLYE .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-sxKCEtrLYE .dropdown-menu {
  padding: 0;
  border-radius: 4px;
  box-shadow: 0 1px 3px 0 rgba(0, 0, 0, 0.1);
}
.cid-sxKCEtrLYE .dropdown-item {
  border-bottom: 1px solid #e6e6e6;
}
.cid-sxKCEtrLYE .dropdown-item:hover,
.cid-sxKCEtrLYE .dropdown-item:focus {
  background: #000000 !important;
  color: white !important;
}
.cid-sxKCEtrLYE .dropdown-item:first-child {
  border-top-left-radius: 4px;
  border-top-right-radius: 4px;
}
.cid-sxKCEtrLYE .dropdown-item:last-child {
  border-bottom: none;
  border-bottom-left-radius: 4px;
  border-bottom-right-radius: 4px;
}
.cid-sxKCEtrLYE .nav-dropdown .link {
  padding: 0 0.3em !important;
  margin: 0.667em 0.5em !important;
}
.cid-sxKCEtrLYE .nav-dropdown .link.dropdown-toggle::after {
  margin-left: 0.5rem;
  margin-top: 0.2rem;
}
.cid-sxKCEtrLYE .dropdown-menu,
.cid-sxKCEtrLYE .navbar.opened {
  background: #ffffff !important;
}
.cid-sxKCEtrLYE .nav-item:focus,
.cid-sxKCEtrLYE .nav-link:focus {
  outline: none;
}
.cid-sxKCEtrLYE .dropdown .dropdown-menu .dropdown-item {
  width: auto;
  transition: all 0.25s ease-in-out;
}
.cid-sxKCEtrLYE .dropdown .dropdown-menu .dropdown-item::after {
  right: 0.5rem;
}
.cid-sxKCEtrLYE .dropdown .dropdown-menu .dropdown-item .mbr-iconfont {
  margin-right: 0.5rem;
  vertical-align: sub;
}
.cid-sxKCEtrLYE .dropdown .dropdown-menu .dropdown-item .mbr-iconfont:before {
  display: inline-block;
  transform: scale(1, 1);
  transition: all 0.25s ease-in-out;
}
.cid-sxKCEtrLYE .collapsed .dropdown-menu .dropdown-item:before {
  display: none;
}
.cid-sxKCEtrLYE .collapsed .dropdown .dropdown-menu .dropdown-item {
  padding: 0.235em 1.5em 0.235em 1.5em !important;
  transition: none;
  margin: 0 !important;
}
.cid-sxKCEtrLYE .navbar-brand {
  min-height: 70px;
  flex-shrink: 0;
  align-items: center;
  margin-right: 0;
  padding: 0;
  transition: all 0.3s;
  word-break: break-word;
  z-index: 1;
}
.cid-sxKCEtrLYE .navbar-brand .navbar-caption {
  line-height: inherit !important;
}
.cid-sxKCEtrLYE .navbar-brand .navbar-logo a {
  outline: none;
}
.cid-sxKCEtrLYE .dropdown-item.active,
.cid-sxKCEtrLYE .dropdown-item:active {
  background-color: transparent;
}
.cid-sxKCEtrLYE .navbar-expand-lg .navbar-nav .nav-link {
  padding: 0;
}
.cid-sxKCEtrLYE .nav-dropdown .link.dropdown-toggle {
  margin-right: 1.667em;
}
.cid-sxKCEtrLYE .nav-dropdown .link.dropdown-toggle[aria-expanded="true"] {
  margin-right: 0;
  padding: 0.667em 1.667em;
}
.cid-sxKCEtrLYE .navbar.navbar-expand-lg .dropdown .dropdown-menu {
  background: #ffffff;
}
.cid-sxKCEtrLYE .navbar.navbar-expand-lg .dropdown .dropdown-menu .dropdown-submenu {
  margin: 0;
  left: 100%;
}
.cid-sxKCEtrLYE .navbar .dropdown.open > .dropdown-menu {
  display: block;
}
.cid-sxKCEtrLYE ul.navbar-nav {
  flex-wrap: wrap;
}
.cid-sxKCEtrLYE .navbar-buttons {
  text-align: center;
  min-width: 170px;
}
.cid-sxKCEtrLYE button.navbar-toggler {
  outline: none;
  width: 31px;
  height: 20px;
  cursor: pointer;
  transition: all 0.2s;
  position: relative;
  align-self: center;
}
.cid-sxKCEtrLYE button.navbar-toggler .hamburger span {
  position: absolute;
  right: 0;
  width: 30px;
  height: 2px;
  border-right: 5px;
  background-color: #000000;
}
.cid-sxKCEtrLYE button.navbar-toggler .hamburger span:nth-child(1) {
  top: 0;
  transition: all 0.2s;
}
.cid-sxKCEtrLYE button.navbar-toggler .hamburger span:nth-child(2) {
  top: 8px;
  transition: all 0.15s;
}
.cid-sxKCEtrLYE button.navbar-toggler .hamburger span:nth-child(3) {
  top: 8px;
  transition: all 0.15s;
}
.cid-sxKCEtrLYE button.navbar-toggler .hamburger span:nth-child(4) {
  top: 16px;
  transition: all 0.2s;
}
.cid-sxKCEtrLYE nav.opened .hamburger span:nth-child(1) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-sxKCEtrLYE nav.opened .hamburger span:nth-child(2) {
  transform: rotate(45deg);
  transition: all 0.25s;
}
.cid-sxKCEtrLYE nav.opened .hamburger span:nth-child(3) {
  transform: rotate(-45deg);
  transition: all 0.25s;
}
.cid-sxKCEtrLYE nav.opened .hamburger span:nth-child(4) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-sxKCEtrLYE .navbar-dropdown {
  padding: 0 1rem;
  position: fixed;
}
.cid-sxKCEtrLYE a.nav-link {
  display: flex;
  align-items: center;
  justify-content: center;
}
.cid-sxKCEtrLYE .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-sxKCEtrLYE .navbar {
    height: 70px;
  }
  .cid-sxKCEtrLYE .navbar.opened {
    height: auto;
  }
  .cid-sxKCEtrLYE .nav-item .nav-link:hover::before {
    width: 175%;
    max-width: calc(100% + 2rem);
    left: -1rem;
  }
}
.cid-sKcaPEBQJt {
  padding-top: 3rem;
  padding-bottom: 3rem;
  background-color: #ffffff;
}
.cid-sKcaPEBQJt .mbr-section-subtitle {
  color: #14191e;
}
.cid-sKcaPEBQJt .mbr-text {
  color: #000000;
  text-align: justify;
}
.cid-sKcaPEBQJt .mb-3 {
  margin-bottom: 0.2rem!important;
}
.cid-sxQyxKM2Fg {
  padding-top: 5rem;
  padding-bottom: 1rem;
  background-color: #000000;
}
.cid-sxQyxKM2Fg .container {
  max-width: 1750px;
}
.cid-sxQyxKM2Fg .card-wrapper {
  border-top: 1px solid #ffffff;
  padding-top: 2rem;
}
.cid-sxQyxKM2Fg img {
  width: 150px;
  display: inline-block;
}
.cid-sxQyxKM2Fg p {
  line-height: 1.8;
}
.cid-sxQyxKM2Fg .mbr-section-title {
  color: #ffffff;
}
.cid-sxQyxKM2Fg .mbr-text {
  color: #ffffff;
}
.cid-sKcOOkFuft {
  padding-top: 1rem;
  padding-bottom: 0rem;
  background-color: #000000;
}
.cid-sKcOOkFuft .mbr-section-subtitle {
  color: #36187d;
}
.cid-sKcOOkFuft .mbr-text {
  color: #ffffff;
  font-size: 15px;
  text-align: justify;
}
.cid-sKcOOAHUwn {
  padding-top: 1rem;
  padding-bottom: 1rem;
  background-color: #000000;
}
.cid-sKcOOAHUwn .mbr-section-subtitle {
  color: #36187d;
}
.cid-sKcOOAHUwn .mbr-text {
  color: #ffffff;
  font-size: 13px;
}
.cid-sxKCEtrLYE {
  z-index: 1000;
  width: 100%;
  position: relative;
  min-height: 60px;
}
.cid-sxKCEtrLYE .menu-text {
  padding: 0 2rem;
  color: #5b6c8f;
}
@media (max-width: 992px) {
  .cid-sxKCEtrLYE .menu-text {
    text-align: center;
    padding: 0.5rem 1rem;
  }
}
.cid-sxKCEtrLYE .iconfont-wrapper {
  color: #103178 !important;
  font-size: 1.5rem;
  padding-right: 0.5rem;
}
@media (max-width: 992px) {
  .cid-sxKCEtrLYE .iconfont-wrapper {
    padding: 0 0.25rem;
  }
}
.cid-sxKCEtrLYE .container {
  display: flex;
  margin: auto;
}
@media (max-width: 767px) {
  .cid-sxKCEtrLYE .container {
    padding: 0 1rem;
  }
}
.cid-sxKCEtrLYE .menu-tite {
  background: #000000;
  width: 100%;
  padding: 0.4rem 1rem;
  text-align: right;
  font-size: 13px;
  color: #ffffff;
}
.cid-sxKCEtrLYE .nav-link {
  position: relative;
}
.cid-sxKCEtrLYE .nav-link:hover {
  color: #17a2b8 !important;
}
.cid-sxKCEtrLYE nav.navbar {
  position: fixed;
}
.cid-sxKCEtrLYE .navbar {
  padding: 0!important;
  min-height: 70px;
  transition: all 0.3s;
  border-bottom: 1px solid transparent;
  box-shadow: 0 1px 3px 0 rgba(0, 0, 0, 0.1);
  background: #ffffff;
}
.cid-sxKCEtrLYE .navbar.opened {
  transition: all 0.3s;
}
.cid-sxKCEtrLYE .navbar .dropdown-item {
  padding: 0.5rem 1.8rem;
}
.cid-sxKCEtrLYE .navbar .navbar-logo img {
  width: auto;
}
.cid-sxKCEtrLYE .navbar .navbar-collapse {
  justify-content: flex-end;
  z-index: 1;
}
.cid-sxKCEtrLYE .navbar.collapsed {
  justify-content: center;
}
.cid-sxKCEtrLYE .navbar.collapsed .nav-item .nav-link::before {
  display: none;
}
.cid-sxKCEtrLYE .navbar.collapsed.opened .dropdown-menu {
  top: 0;
}
@media (min-width: 992px) {
  .cid-sxKCEtrLYE .navbar.collapsed.opened:not(.navbar-short) .navbar-collapse {
    max-height: calc(98.5vh - 3.7rem);
  }
}
.cid-sxKCEtrLYE .navbar.collapsed .dropdown-menu .dropdown-submenu {
  left: 0 !important;
}
.cid-sxKCEtrLYE .navbar.collapsed .dropdown-menu .dropdown-item:after {
  right: auto;
}
.cid-sxKCEtrLYE .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-sxKCEtrLYE .navbar.collapsed ul.navbar-nav li {
  margin: auto;
}
.cid-sxKCEtrLYE .navbar.collapsed .dropdown-menu .dropdown-item {
  padding: 0.25rem 1.5rem;
  text-align: center;
}
.cid-sxKCEtrLYE .navbar.collapsed .icons-menu {
  padding-left: 0;
  padding-right: 0;
  padding-top: 0.5rem;
  padding-bottom: 0.5rem;
}
@media (max-width: 991px) {
  .cid-sxKCEtrLYE .navbar .nav-item .nav-link::before {
    display: none;
  }
  .cid-sxKCEtrLYE .navbar.opened .dropdown-menu {
    top: 0;
  }
  .cid-sxKCEtrLYE .navbar .dropdown-menu .dropdown-submenu {
    left: 0 !important;
  }
  .cid-sxKCEtrLYE .navbar .dropdown-menu .dropdown-item:after {
    right: auto;
  }
  .cid-sxKCEtrLYE .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-sxKCEtrLYE .navbar .navbar-logo img {
    height: 3rem !important;
  }
  .cid-sxKCEtrLYE .navbar ul.navbar-nav li {
    margin: auto;
  }
  .cid-sxKCEtrLYE .navbar .dropdown-menu .dropdown-item {
    padding: 0.25rem 1.5rem !important;
    text-align: center;
  }
  .cid-sxKCEtrLYE .navbar .navbar-brand {
    flex-shrink: initial;
    flex-basis: auto;
    word-break: break-word;
    padding-right: 2rem;
  }
  .cid-sxKCEtrLYE .navbar .navbar-toggler {
    flex-basis: auto;
  }
  .cid-sxKCEtrLYE .navbar .icons-menu {
    padding-left: 0;
    padding-top: 0.5rem;
    padding-bottom: 0.5rem;
  }
}
.cid-sxKCEtrLYE .navbar.navbar-short {
  min-height: 60px;
}
.cid-sxKCEtrLYE .navbar.navbar-short .navbar-logo img {
  height: 2.5rem !important;
}
.cid-sxKCEtrLYE .navbar.navbar-short .navbar-brand {
  min-height: 60px;
  padding: 0;
}
.cid-sxKCEtrLYE .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-sxKCEtrLYE .dropdown-menu {
  padding: 0;
  border-radius: 4px;
  box-shadow: 0 1px 3px 0 rgba(0, 0, 0, 0.1);
}
.cid-sxKCEtrLYE .dropdown-item {
  border-bottom: 1px solid #e6e6e6;
}
.cid-sxKCEtrLYE .dropdown-item:hover,
.cid-sxKCEtrLYE .dropdown-item:focus {
  background: #000000 !important;
  color: white !important;
}
.cid-sxKCEtrLYE .dropdown-item:first-child {
  border-top-left-radius: 4px;
  border-top-right-radius: 4px;
}
.cid-sxKCEtrLYE .dropdown-item:last-child {
  border-bottom: none;
  border-bottom-left-radius: 4px;
  border-bottom-right-radius: 4px;
}
.cid-sxKCEtrLYE .nav-dropdown .link {
  padding: 0 0.3em !important;
  margin: 0.667em 0.5em !important;
}
.cid-sxKCEtrLYE .nav-dropdown .link.dropdown-toggle::after {
  margin-left: 0.5rem;
  margin-top: 0.2rem;
}
.cid-sxKCEtrLYE .dropdown-menu,
.cid-sxKCEtrLYE .navbar.opened {
  background: #ffffff !important;
}
.cid-sxKCEtrLYE .nav-item:focus,
.cid-sxKCEtrLYE .nav-link:focus {
  outline: none;
}
.cid-sxKCEtrLYE .dropdown .dropdown-menu .dropdown-item {
  width: auto;
  transition: all 0.25s ease-in-out;
}
.cid-sxKCEtrLYE .dropdown .dropdown-menu .dropdown-item::after {
  right: 0.5rem;
}
.cid-sxKCEtrLYE .dropdown .dropdown-menu .dropdown-item .mbr-iconfont {
  margin-right: 0.5rem;
  vertical-align: sub;
}
.cid-sxKCEtrLYE .dropdown .dropdown-menu .dropdown-item .mbr-iconfont:before {
  display: inline-block;
  transform: scale(1, 1);
  transition: all 0.25s ease-in-out;
}
.cid-sxKCEtrLYE .collapsed .dropdown-menu .dropdown-item:before {
  display: none;
}
.cid-sxKCEtrLYE .collapsed .dropdown .dropdown-menu .dropdown-item {
  padding: 0.235em 1.5em 0.235em 1.5em !important;
  transition: none;
  margin: 0 !important;
}
.cid-sxKCEtrLYE .navbar-brand {
  min-height: 70px;
  flex-shrink: 0;
  align-items: center;
  margin-right: 0;
  padding: 0;
  transition: all 0.3s;
  word-break: break-word;
  z-index: 1;
}
.cid-sxKCEtrLYE .navbar-brand .navbar-caption {
  line-height: inherit !important;
}
.cid-sxKCEtrLYE .navbar-brand .navbar-logo a {
  outline: none;
}
.cid-sxKCEtrLYE .dropdown-item.active,
.cid-sxKCEtrLYE .dropdown-item:active {
  background-color: transparent;
}
.cid-sxKCEtrLYE .navbar-expand-lg .navbar-nav .nav-link {
  padding: 0;
}
.cid-sxKCEtrLYE .nav-dropdown .link.dropdown-toggle {
  margin-right: 1.667em;
}
.cid-sxKCEtrLYE .nav-dropdown .link.dropdown-toggle[aria-expanded="true"] {
  margin-right: 0;
  padding: 0.667em 1.667em;
}
.cid-sxKCEtrLYE .navbar.navbar-expand-lg .dropdown .dropdown-menu {
  background: #ffffff;
}
.cid-sxKCEtrLYE .navbar.navbar-expand-lg .dropdown .dropdown-menu .dropdown-submenu {
  margin: 0;
  left: 100%;
}
.cid-sxKCEtrLYE .navbar .dropdown.open > .dropdown-menu {
  display: block;
}
.cid-sxKCEtrLYE ul.navbar-nav {
  flex-wrap: wrap;
}
.cid-sxKCEtrLYE .navbar-buttons {
  text-align: center;
  min-width: 170px;
}
.cid-sxKCEtrLYE button.navbar-toggler {
  outline: none;
  width: 31px;
  height: 20px;
  cursor: pointer;
  transition: all 0.2s;
  position: relative;
  align-self: center;
}
.cid-sxKCEtrLYE button.navbar-toggler .hamburger span {
  position: absolute;
  right: 0;
  width: 30px;
  height: 2px;
  border-right: 5px;
  background-color: #000000;
}
.cid-sxKCEtrLYE button.navbar-toggler .hamburger span:nth-child(1) {
  top: 0;
  transition: all 0.2s;
}
.cid-sxKCEtrLYE button.navbar-toggler .hamburger span:nth-child(2) {
  top: 8px;
  transition: all 0.15s;
}
.cid-sxKCEtrLYE button.navbar-toggler .hamburger span:nth-child(3) {
  top: 8px;
  transition: all 0.15s;
}
.cid-sxKCEtrLYE button.navbar-toggler .hamburger span:nth-child(4) {
  top: 16px;
  transition: all 0.2s;
}
.cid-sxKCEtrLYE nav.opened .hamburger span:nth-child(1) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-sxKCEtrLYE nav.opened .hamburger span:nth-child(2) {
  transform: rotate(45deg);
  transition: all 0.25s;
}
.cid-sxKCEtrLYE nav.opened .hamburger span:nth-child(3) {
  transform: rotate(-45deg);
  transition: all 0.25s;
}
.cid-sxKCEtrLYE nav.opened .hamburger span:nth-child(4) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-sxKCEtrLYE .navbar-dropdown {
  padding: 0 1rem;
  position: fixed;
}
.cid-sxKCEtrLYE a.nav-link {
  display: flex;
  align-items: center;
  justify-content: center;
}
.cid-sxKCEtrLYE .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-sxKCEtrLYE .navbar {
    height: 70px;
  }
  .cid-sxKCEtrLYE .navbar.opened {
    height: auto;
  }
  .cid-sxKCEtrLYE .nav-item .nav-link:hover::before {
    width: 175%;
    max-width: calc(100% + 2rem);
    left: -1rem;
  }
}
.cid-syj9Kh0tai {
  background-image: url("../../../assets/images/mbr-2-1920x1276.webp");
}
.cid-syj9Kh0tai .text-content {
  padding-top: 120px;
  padding-bottom: 45px;
}
.cid-syj9Kh0tai .text-content .btn-bgr {
  z-index: 0;
}
.cid-syj9Kh0tai .mbr-overlay {
  background: linear-gradient(90deg, #000000, #202020);
}
.cid-syj9Kh0tai H3 {
  color: #000000;
  font-weight: 300;
}
.cid-syj9Kh0tai P {
  color: #767676;
}
.cid-syj9Kh0tai H2 {
  color: #000000;
}
.cid-syj9Kh0tai .media-container-row {
  padding-left: 3rem;
  padding-right: 3rem;
}
@media (max-width: 767px) {
  .cid-syj9Kh0tai .media-container-row {
    padding-left: 0 !important;
    padding-right: 0 !important;
  }
}
.cid-syj9Kh0tai .text-content {
  padding-left: 1rem;
  padding-right: 1rem;
  width: 50%;
  opacity: 80%;
  background-color: #000000;
}
@media (max-width: 991px) {
  .cid-syj9Kh0tai .text-content {
    width: 80%;
  }
}
@media (max-width: 599px) {
  .cid-syj9Kh0tai .text-content {
    width: 100%;
  }
}
.cid-syj9Kh0tai .media-content {
  padding-right: 1.5rem;
  padding-left: 0;
}
.cid-syj9Kh0tai .mbr-section-btn {
  margin-left: -0.8rem;
}
@media (max-width: 767px) {
  .cid-syj9Kh0tai .mbr-text {
    text-align: center;
  }
}
.cid-syj9Kh0tai .mbr-section-btn,
.cid-syj9Kh0tai .mbr-section-title {
  text-align: left;
  color: #ffffff;
}
.cid-syj9Kh0tai .mbr-section-subtitle {
  text-align: justify;
  color: #ffffff;
}
.cid-ta8Yf72ILO {
  padding-top: 4rem;
  padding-bottom: 0rem;
  background-color: #ffffff;
}
.cid-ta8Yf72ILO .item-wrapper {
  margin-bottom: 50px;
}
@media (max-width: 767px) {
  .cid-ta8Yf72ILO .item-wrapper {
    margin-bottom: 30px;
  }
}
.cid-ta8Yf72ILO .item {
  margin-bottom: 3rem;
}
@media (max-width: 991px) {
  .cid-ta8Yf72ILO .item:last-child {
    margin-bottom: 0;
  }
}
.cid-ta8Yf72ILO .item:hover .mbr-section-title a {
  color: #1b1a1a !important;
}
.cid-ta8Yf72ILO .mbr-section-title,
.cid-ta8Yf72ILO .card_topic,
.cid-ta8Yf72ILO .mbr-section-subtitle {
  margin-bottom: 12px;
}
.cid-ta8Yf72ILO .author_post {
  margin-right: 25px;
  display: inline-block;
  white-space: nowrap;
}
.cid-ta8Yf72ILO .card_post {
  display: inline-flex;
  align-items: center;
  position: relative;
  margin-top: 30px;
}
@media (max-width: 767px) {
  .cid-ta8Yf72ILO .card_post {
    margin-top: 15px;
  }
}
.cid-ta8Yf72ILO .image_post {
  display: inline-block;
  height: 50px;
  width: 50px;
  min-width: 50px;
  box-shadow: 0 2px 4px rgba(0, 0, 0, 0.07);
  margin-right: 15px;
  border-radius: 50%;
}
.cid-ta8Yf72ILO .image_post img {
  width: 100%;
  height: 100%;
  border-radius: 50%;
}
.cid-ta8Yf72ILO .category_content,
.cid-ta8Yf72ILO .date,
.cid-ta8Yf72ILO .name_author {
  opacity: .8;
}
.cid-ta8Yf72ILO .card_topic .mbr-iconfont {
  font-size: 1rem;
  color: #1b1a1a;
  margin-left: 10px;
  margin-right: 3px;
}
.cid-ta8Yf72ILO .mbr-section-btn .btn-secondary-outline {
  padding: 3px 0;
  margin-bottom: 0;
  border: none !important;
  background-color: transparent !important;
}
.cid-ta8Yf72ILO .mbr-section-btn .btn-secondary-outline:hover,
.cid-ta8Yf72ILO .mbr-section-btn .btn-secondary-outline .active,
.cid-ta8Yf72ILO .mbr-section-btn .btn-secondary-outline:focus {
  color: #000000 !important;
}
.cid-ta8Yf72ILO .item-img {
  margin-bottom: 40px;
}
@media (max-width: 767px) {
  .cid-ta8Yf72ILO .item-img {
    margin-bottom: 20px;
  }
}
.cid-ta8Yf72ILO img,
.cid-ta8Yf72ILO .item-img {
  width: 100%;
  border-radius: 4px;
  height: 100%;
  height: 300px;
  object-fit: cover;
}
.cid-ta8Yf72ILO .item:focus,
.cid-ta8Yf72ILO span:focus {
  outline: none;
}
.cid-ta8Yf72ILO .mbr-text,
.cid-ta8Yf72ILO .mbr-section-btn {
  color: #000000;
  text-align: justify;
}
.cid-ta8Yf72ILO .category_content,
.cid-ta8Yf72ILO .card_topic {
  color: #202020;
}
.cid-sJ9Xp5f4oN {
  padding-top: 0rem;
  padding-bottom: 0rem;
  background-color: #ffffff;
}
.cid-sJ9Xp5f4oN .line {
  border-top: 1px solid #000000;
  width: 100%;
  margin: 0 1rem;
  margin-top: 2rem;
}
.cid-sJ9Xp5f4oN .container-fluid {
  max-width: 1400px;
}
.cid-sJ9Xp5f4oN .mbr-section-title,
.cid-sJ9Xp5f4oN .mbr-text {
  max-width: 1200px;
}
.cid-sJ9Xp5f4oN img {
  width: 140px;
}
@media (max-width: 767px) {
  .cid-sJ9Xp5f4oN img {
    margin: auto;
  }
}
.cid-sJ9Xp5f4oN .mbr-text {
  color: #818181;
}
.cid-ta8YZ1Unbc {
  padding-top: 2rem;
  padding-bottom: 0rem;
  background-color: #ffffff;
}
@media (min-width: 1500px) {
  .cid-ta8YZ1Unbc .container {
    max-width: 1400px;
  }
}
.cid-ta8YZ1Unbc .row {
  justify-content: center;
}
.cid-ta8YZ1Unbc .mbr-section-tag {
  color: #000000;
}
.cid-ta8YZ1Unbc .card-title {
  margin-bottom: 0.875rem;
}
.cid-ta8YZ1Unbc .card {
  margin-top: 3rem;
}
.cid-ta8YZ1Unbc .card-wrapper {
  padding-left: 2.0625rem;
  border-left: 2px solid #606060;
}
.cid-ta8YZ1Unbc .mbr-section-btn .btn {
  margin-top: 0.5625rem !important;
  margin-right: 2rem;
  outline: none;
}
.cid-ta8Z0iMxOj {
  padding-top: 2rem;
  padding-bottom: 0rem;
  background-color: #ffffff;
}
@media (min-width: 1500px) {
  .cid-ta8Z0iMxOj .container {
    max-width: 1400px;
  }
}
.cid-ta8Z0iMxOj .row {
  justify-content: center;
}
.cid-ta8Z0iMxOj .mbr-section-tag {
  color: #000000;
}
.cid-ta8Z0iMxOj .card-title {
  margin-bottom: 0.875rem;
}
.cid-ta8Z0iMxOj .card {
  margin-top: 3rem;
}
.cid-ta8Z0iMxOj .card-wrapper {
  padding-left: 2.0625rem;
  border-left: 2px solid #606060;
}
.cid-ta8Z0iMxOj .mbr-section-btn .btn {
  margin-top: 0.5625rem !important;
  margin-right: 2rem;
  outline: none;
}
.cid-t6JIUz6NQ4 {
  padding-top: 2rem;
  padding-bottom: 0rem;
  background-color: #ffffff;
}
@media (min-width: 1500px) {
  .cid-t6JIUz6NQ4 .container {
    max-width: 1400px;
  }
}
.cid-t6JIUz6NQ4 .row {
  justify-content: center;
}
.cid-t6JIUz6NQ4 .mbr-section-tag {
  color: #000000;
}
.cid-t6JIUz6NQ4 .card-title {
  margin-bottom: 0.875rem;
}
.cid-t6JIUz6NQ4 .card {
  margin-top: 3rem;
}
.cid-t6JIUz6NQ4 .card-wrapper {
  padding-left: 2.0625rem;
  border-left: 2px solid #606060;
}
.cid-t6JIUz6NQ4 .mbr-section-btn .btn {
  margin-top: 0.5625rem !important;
  margin-right: 2rem;
  outline: none;
}
.cid-t6JHeRjJCx {
  padding-top: 2rem;
  padding-bottom: 0rem;
  background-color: #ffffff;
}
@media (min-width: 1500px) {
  .cid-t6JHeRjJCx .container {
    max-width: 1400px;
  }
}
.cid-t6JHeRjJCx .row {
  justify-content: center;
}
.cid-t6JHeRjJCx .mbr-section-tag {
  color: #000000;
}
.cid-t6JHeRjJCx .card-title {
  margin-bottom: 0.875rem;
}
.cid-t6JHeRjJCx .card {
  margin-top: 3rem;
}
.cid-t6JHeRjJCx .card-wrapper {
  padding-left: 2.0625rem;
  border-left: 2px solid #606060;
}
.cid-t6JHeRjJCx .mbr-section-btn .btn {
  margin-top: 0.5625rem !important;
  margin-right: 2rem;
  outline: none;
}
.cid-t6JG65Q49U {
  padding-top: 2rem;
  padding-bottom: 0rem;
  background-color: #ffffff;
}
@media (min-width: 1500px) {
  .cid-t6JG65Q49U .container {
    max-width: 1400px;
  }
}
.cid-t6JG65Q49U .row {
  justify-content: center;
}
.cid-t6JG65Q49U .mbr-section-tag {
  color: #000000;
}
.cid-t6JG65Q49U .card-title {
  margin-bottom: 0.875rem;
}
.cid-t6JG65Q49U .card {
  margin-top: 3rem;
}
.cid-t6JG65Q49U .card-wrapper {
  padding-left: 2.0625rem;
  border-left: 2px solid #606060;
}
.cid-t6JG65Q49U .mbr-section-btn .btn {
  margin-top: 0.5625rem !important;
  margin-right: 2rem;
  outline: none;
}
.cid-t0SgTz9Glx {
  padding-top: 2rem;
  padding-bottom: 0rem;
  background-color: #ffffff;
}
@media (min-width: 1500px) {
  .cid-t0SgTz9Glx .container {
    max-width: 1400px;
  }
}
.cid-t0SgTz9Glx .row {
  justify-content: center;
}
.cid-t0SgTz9Glx .mbr-section-tag {
  color: #000000;
}
.cid-t0SgTz9Glx .card-title {
  margin-bottom: 0.875rem;
}
.cid-t0SgTz9Glx .card {
  margin-top: 3rem;
}
.cid-t0SgTz9Glx .card-wrapper {
  padding-left: 2.0625rem;
  border-left: 2px solid #606060;
}
.cid-t0SgTz9Glx .mbr-section-btn .btn {
  margin-top: 0.5625rem !important;
  margin-right: 2rem;
  outline: none;
}
.cid-t0NIJLkwVP {
  padding-top: 2rem;
  padding-bottom: 0rem;
  background-color: #ffffff;
}
@media (min-width: 1500px) {
  .cid-t0NIJLkwVP .container {
    max-width: 1400px;
  }
}
.cid-t0NIJLkwVP .row {
  justify-content: center;
}
.cid-t0NIJLkwVP .mbr-section-tag {
  color: #000000;
}
.cid-t0NIJLkwVP .card-title {
  margin-bottom: 0.875rem;
}
.cid-t0NIJLkwVP .card {
  margin-top: 3rem;
}
.cid-t0NIJLkwVP .card-wrapper {
  padding-left: 2.0625rem;
  border-left: 2px solid #606060;
}
.cid-t0NIJLkwVP .mbr-section-btn .btn {
  margin-top: 0.5625rem !important;
  margin-right: 2rem;
  outline: none;
}
.cid-t0NHjhjNMb {
  padding-top: 2rem;
  padding-bottom: 0rem;
  background-color: #ffffff;
}
@media (min-width: 1500px) {
  .cid-t0NHjhjNMb .container {
    max-width: 1400px;
  }
}
.cid-t0NHjhjNMb .row {
  justify-content: center;
}
.cid-t0NHjhjNMb .mbr-section-tag {
  color: #000000;
}
.cid-t0NHjhjNMb .card-title {
  margin-bottom: 0.875rem;
}
.cid-t0NHjhjNMb .card {
  margin-top: 3rem;
}
.cid-t0NHjhjNMb .card-wrapper {
  padding-left: 2.0625rem;
  border-left: 2px solid #606060;
}
.cid-t0NHjhjNMb .mbr-section-btn .btn {
  margin-top: 0.5625rem !important;
  margin-right: 2rem;
  outline: none;
}
.cid-sVuZncCPsz {
  padding-top: 2rem;
  padding-bottom: 0rem;
  background-color: #ffffff;
}
@media (min-width: 1500px) {
  .cid-sVuZncCPsz .container {
    max-width: 1400px;
  }
}
.cid-sVuZncCPsz .row {
  justify-content: center;
}
.cid-sVuZncCPsz .mbr-section-tag {
  color: #000000;
}
.cid-sVuZncCPsz .card-title {
  margin-bottom: 0.875rem;
}
.cid-sVuZncCPsz .card {
  margin-top: 3rem;
}
.cid-sVuZncCPsz .card-wrapper {
  padding-left: 2.0625rem;
  border-left: 2px solid #606060;
}
.cid-sVuZncCPsz .mbr-section-btn .btn {
  margin-top: 0.5625rem !important;
  margin-right: 2rem;
  outline: none;
}
.cid-sVuWekGOIt {
  padding-top: 2rem;
  padding-bottom: 0rem;
  background-color: #ffffff;
}
@media (min-width: 1500px) {
  .cid-sVuWekGOIt .container {
    max-width: 1400px;
  }
}
.cid-sVuWekGOIt .row {
  justify-content: center;
}
.cid-sVuWekGOIt .mbr-section-tag {
  color: #000000;
}
.cid-sVuWekGOIt .card-title {
  margin-bottom: 0.875rem;
}
.cid-sVuWekGOIt .card {
  margin-top: 3rem;
}
.cid-sVuWekGOIt .card-wrapper {
  padding-left: 2.0625rem;
  border-left: 2px solid #606060;
}
.cid-sVuWekGOIt .mbr-section-btn .btn {
  margin-top: 0.5625rem !important;
  margin-right: 2rem;
  outline: none;
}
.cid-sT3RTbSrgl {
  padding-top: 2rem;
  padding-bottom: 0rem;
  background-color: #ffffff;
}
@media (min-width: 1500px) {
  .cid-sT3RTbSrgl .container {
    max-width: 1400px;
  }
}
.cid-sT3RTbSrgl .row {
  justify-content: center;
}
.cid-sT3RTbSrgl .mbr-section-tag {
  color: #000000;
}
.cid-sT3RTbSrgl .card-title {
  margin-bottom: 0.875rem;
}
.cid-sT3RTbSrgl .card {
  margin-top: 3rem;
}
.cid-sT3RTbSrgl .card-wrapper {
  padding-left: 2.0625rem;
  border-left: 2px solid #606060;
}
.cid-sT3RTbSrgl .mbr-section-btn .btn {
  margin-top: 0.5625rem !important;
  margin-right: 2rem;
  outline: none;
}
.cid-sT3SXF5Phk {
  padding-top: 2rem;
  padding-bottom: 0rem;
  background-color: #ffffff;
}
@media (min-width: 1500px) {
  .cid-sT3SXF5Phk .container {
    max-width: 1400px;
  }
}
.cid-sT3SXF5Phk .row {
  justify-content: center;
}
.cid-sT3SXF5Phk .mbr-section-tag {
  color: #000000;
}
.cid-sT3SXF5Phk .card-title {
  margin-bottom: 0.875rem;
}
.cid-sT3SXF5Phk .card {
  margin-top: 3rem;
}
.cid-sT3SXF5Phk .card-wrapper {
  padding-left: 2.0625rem;
  border-left: 2px solid #606060;
}
.cid-sT3SXF5Phk .mbr-section-btn .btn {
  margin-top: 0.5625rem !important;
  margin-right: 2rem;
  outline: none;
}
.cid-sOrzvFYOeC {
  padding-top: 2rem;
  padding-bottom: 0rem;
  background-color: #ffffff;
}
@media (min-width: 1500px) {
  .cid-sOrzvFYOeC .container {
    max-width: 1400px;
  }
}
.cid-sOrzvFYOeC .row {
  justify-content: center;
}
.cid-sOrzvFYOeC .mbr-section-tag {
  color: #000000;
}
.cid-sOrzvFYOeC .card-title {
  margin-bottom: 0.875rem;
}
.cid-sOrzvFYOeC .card {
  margin-top: 3rem;
}
.cid-sOrzvFYOeC .card-wrapper {
  padding-left: 2.0625rem;
  border-left: 2px solid #606060;
}
.cid-sOrzvFYOeC .mbr-section-btn .btn {
  margin-top: 0.5625rem !important;
  margin-right: 2rem;
  outline: none;
}
.cid-sOrxevve00 {
  padding-top: 1rem;
  padding-bottom: 0rem;
  background-color: #ffffff;
}
@media (min-width: 1500px) {
  .cid-sOrxevve00 .container {
    max-width: 1400px;
  }
}
.cid-sOrxevve00 .row {
  justify-content: center;
}
.cid-sOrxevve00 .mbr-section-tag {
  color: #000000;
}
.cid-sOrxevve00 .card-title {
  margin-bottom: 0.875rem;
}
.cid-sOrxevve00 .card {
  margin-top: 3rem;
}
.cid-sOrxevve00 .card-wrapper {
  padding-left: 2.0625rem;
  border-left: 2px solid #606060;
}
.cid-sOrxevve00 .mbr-section-btn .btn {
  margin-top: 0.5625rem !important;
  margin-right: 2rem;
  outline: none;
}
.cid-sJa2W1uAJ2 {
  padding-top: 1rem;
  padding-bottom: 1rem;
  background-color: #ffffff;
}
@media (min-width: 1500px) {
  .cid-sJa2W1uAJ2 .container {
    max-width: 1400px;
  }
}
.cid-sJa2W1uAJ2 .row {
  justify-content: center;
}
.cid-sJa2W1uAJ2 .mbr-section-tag {
  color: #000000;
}
.cid-sJa2W1uAJ2 .card-title {
  margin-bottom: 0.875rem;
}
.cid-sJa2W1uAJ2 .card {
  margin-top: 3rem;
}
.cid-sJa2W1uAJ2 .card-wrapper {
  padding-left: 2.0625rem;
  border-left: 2px solid #606060;
}
.cid-sJa2W1uAJ2 .mbr-section-btn .btn {
  margin-top: 0.5625rem !important;
  margin-right: 2rem;
  outline: none;
}
.cid-sJa1xn1B35 {
  padding-top: 0rem;
  padding-bottom: 1rem;
  background-color: #ffffff;
}
@media (min-width: 1500px) {
  .cid-sJa1xn1B35 .container {
    max-width: 1400px;
  }
}
.cid-sJa1xn1B35 .row {
  justify-content: center;
}
.cid-sJa1xn1B35 .mbr-section-tag {
  color: #000000;
}
.cid-sJa1xn1B35 .card-title {
  margin-bottom: 0.875rem;
}
.cid-sJa1xn1B35 .card {
  margin-top: 3rem;
}
.cid-sJa1xn1B35 .card-wrapper {
  padding-left: 2.0625rem;
  border-left: 2px solid #606060;
}
.cid-sJa1xn1B35 .mbr-section-btn .btn {
  margin-top: 0.5625rem !important;
  margin-right: 2rem;
  outline: none;
}
.cid-sJ9UkzeL1F {
  padding-top: 0rem;
  padding-bottom: 1rem;
  background-color: #ffffff;
}
@media (min-width: 1500px) {
  .cid-sJ9UkzeL1F .container {
    max-width: 1400px;
  }
}
.cid-sJ9UkzeL1F .row {
  justify-content: center;
}
.cid-sJ9UkzeL1F .mbr-section-tag {
  color: #000000;
}
.cid-sJ9UkzeL1F .card-title {
  margin-bottom: 0.875rem;
}
.cid-sJ9UkzeL1F .card {
  margin-top: 3rem;
}
.cid-sJ9UkzeL1F .card-wrapper {
  padding-left: 2.0625rem;
  border-left: 2px solid #606060;
}
.cid-sJ9UkzeL1F .mbr-section-btn .btn {
  margin-top: 0.5625rem !important;
  margin-right: 2rem;
  outline: none;
}
.cid-sAvYIPutTP {
  padding-top: 0rem;
  padding-bottom: 1rem;
  background-color: #ffffff;
}
@media (min-width: 1500px) {
  .cid-sAvYIPutTP .container {
    max-width: 1400px;
  }
}
.cid-sAvYIPutTP .row {
  justify-content: center;
}
.cid-sAvYIPutTP .mbr-section-tag {
  color: #000000;
}
.cid-sAvYIPutTP .card-title {
  margin-bottom: 0.875rem;
}
.cid-sAvYIPutTP .card {
  margin-top: 3rem;
}
.cid-sAvYIPutTP .card-wrapper {
  padding-left: 2.0625rem;
  border-left: 2px solid #606060;
}
.cid-sAvYIPutTP .mbr-section-btn .btn {
  margin-top: 0.5625rem !important;
  margin-right: 2rem;
  outline: none;
}
.cid-sAzO4wPlSU {
  padding-top: 0rem;
  padding-bottom: 1rem;
  background-color: #ffffff;
}
@media (min-width: 1500px) {
  .cid-sAzO4wPlSU .container {
    max-width: 1400px;
  }
}
.cid-sAzO4wPlSU .row {
  justify-content: center;
}
.cid-sAzO4wPlSU .mbr-section-tag {
  color: #000000;
}
.cid-sAzO4wPlSU .card-title {
  margin-bottom: 0.875rem;
}
.cid-sAzO4wPlSU .card {
  margin-top: 3rem;
}
.cid-sAzO4wPlSU .card-wrapper {
  padding-left: 2.0625rem;
  border-left: 2px solid #606060;
}
.cid-sAzO4wPlSU .mbr-section-btn .btn {
  margin-top: 0.5625rem !important;
  margin-right: 2rem;
  outline: none;
}
.cid-sAvZC4eWQx {
  padding-top: 0rem;
  padding-bottom: 5rem;
  background-color: #ffffff;
}
@media (min-width: 1500px) {
  .cid-sAvZC4eWQx .container {
    max-width: 1400px;
  }
}
.cid-sAvZC4eWQx .row {
  justify-content: center;
}
.cid-sAvZC4eWQx .mbr-section-tag {
  color: #000000;
}
.cid-sAvZC4eWQx .card-title {
  margin-bottom: 0.875rem;
}
.cid-sAvZC4eWQx .card {
  margin-top: 3rem;
}
.cid-sAvZC4eWQx .card-wrapper {
  padding-left: 2.0625rem;
  border-left: 2px solid #606060;
}
.cid-sAvZC4eWQx .mbr-section-btn .btn {
  margin-top: 0.5625rem !important;
  margin-right: 2rem;
  outline: none;
}
.cid-sxQyxKM2Fg {
  padding-top: 5rem;
  padding-bottom: 1rem;
  background-color: #000000;
}
.cid-sxQyxKM2Fg .container {
  max-width: 1750px;
}
.cid-sxQyxKM2Fg .card-wrapper {
  border-top: 1px solid #ffffff;
  padding-top: 2rem;
}
.cid-sxQyxKM2Fg img {
  width: 150px;
  display: inline-block;
}
.cid-sxQyxKM2Fg p {
  line-height: 1.8;
}
.cid-sxQyxKM2Fg .mbr-section-title {
  color: #ffffff;
}
.cid-sxQyxKM2Fg .mbr-text {
  color: #ffffff;
}
.cid-sKcP57t6X0 {
  padding-top: 1rem;
  padding-bottom: 0rem;
  background-color: #000000;
}
.cid-sKcP57t6X0 .mbr-section-subtitle {
  color: #36187d;
}
.cid-sKcP57t6X0 .mbr-text {
  color: #ffffff;
  font-size: 15px;
  text-align: justify;
}
.cid-sKcP5r6UcT {
  padding-top: 1rem;
  padding-bottom: 1rem;
  background-color: #000000;
}
.cid-sKcP5r6UcT .mbr-section-subtitle {
  color: #36187d;
}
.cid-sKcP5r6UcT .mbr-text {
  color: #ffffff;
  font-size: 13px;
}
.cid-sxV2tOt1Lw {
  z-index: 1000;
  width: 100%;
  position: relative;
  min-height: 60px;
}
.cid-sxV2tOt1Lw .menu-text {
  padding: 0 2rem;
  color: #5b6c8f;
}
@media (max-width: 992px) {
  .cid-sxV2tOt1Lw .menu-text {
    text-align: center;
    padding: 0.5rem 1rem;
  }
}
.cid-sxV2tOt1Lw .iconfont-wrapper {
  color: #103178 !important;
  font-size: 1.5rem;
  padding-right: 0.5rem;
}
@media (max-width: 992px) {
  .cid-sxV2tOt1Lw .iconfont-wrapper {
    padding: 0 0.25rem;
  }
}
.cid-sxV2tOt1Lw .container {
  display: flex;
  margin: auto;
}
@media (max-width: 767px) {
  .cid-sxV2tOt1Lw .container {
    padding: 0 1rem;
  }
}
.cid-sxV2tOt1Lw .menu-tite {
  background: #000000;
  width: 100%;
  padding: 0.4rem 1rem;
  text-align: right;
  font-size: 13px;
  color: #ffffff;
}
.cid-sxV2tOt1Lw .nav-link {
  position: relative;
}
.cid-sxV2tOt1Lw .nav-link:hover {
  color: #17a2b8 !important;
}
.cid-sxV2tOt1Lw nav.navbar {
  position: fixed;
}
.cid-sxV2tOt1Lw .navbar {
  padding: 0!important;
  min-height: 70px;
  transition: all 0.3s;
  border-bottom: 1px solid transparent;
  box-shadow: 0 1px 3px 0 rgba(0, 0, 0, 0.1);
  background: #ffffff;
}
.cid-sxV2tOt1Lw .navbar.opened {
  transition: all 0.3s;
}
.cid-sxV2tOt1Lw .navbar .dropdown-item {
  padding: 0.5rem 1.8rem;
}
.cid-sxV2tOt1Lw .navbar .navbar-logo img {
  width: auto;
}
.cid-sxV2tOt1Lw .navbar .navbar-collapse {
  justify-content: flex-end;
  z-index: 1;
}
.cid-sxV2tOt1Lw .navbar.collapsed {
  justify-content: center;
}
.cid-sxV2tOt1Lw .navbar.collapsed .nav-item .nav-link::before {
  display: none;
}
.cid-sxV2tOt1Lw .navbar.collapsed.opened .dropdown-menu {
  top: 0;
}
@media (min-width: 992px) {
  .cid-sxV2tOt1Lw .navbar.collapsed.opened:not(.navbar-short) .navbar-collapse {
    max-height: calc(98.5vh - 3.7rem);
  }
}
.cid-sxV2tOt1Lw .navbar.collapsed .dropdown-menu .dropdown-submenu {
  left: 0 !important;
}
.cid-sxV2tOt1Lw .navbar.collapsed .dropdown-menu .dropdown-item:after {
  right: auto;
}
.cid-sxV2tOt1Lw .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-sxV2tOt1Lw .navbar.collapsed ul.navbar-nav li {
  margin: auto;
}
.cid-sxV2tOt1Lw .navbar.collapsed .dropdown-menu .dropdown-item {
  padding: 0.25rem 1.5rem;
  text-align: center;
}
.cid-sxV2tOt1Lw .navbar.collapsed .icons-menu {
  padding-left: 0;
  padding-right: 0;
  padding-top: 0.5rem;
  padding-bottom: 0.5rem;
}
@media (max-width: 991px) {
  .cid-sxV2tOt1Lw .navbar .nav-item .nav-link::before {
    display: none;
  }
  .cid-sxV2tOt1Lw .navbar.opened .dropdown-menu {
    top: 0;
  }
  .cid-sxV2tOt1Lw .navbar .dropdown-menu .dropdown-submenu {
    left: 0 !important;
  }
  .cid-sxV2tOt1Lw .navbar .dropdown-menu .dropdown-item:after {
    right: auto;
  }
  .cid-sxV2tOt1Lw .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-sxV2tOt1Lw .navbar .navbar-logo img {
    height: 3rem !important;
  }
  .cid-sxV2tOt1Lw .navbar ul.navbar-nav li {
    margin: auto;
  }
  .cid-sxV2tOt1Lw .navbar .dropdown-menu .dropdown-item {
    padding: 0.25rem 1.5rem !important;
    text-align: center;
  }
  .cid-sxV2tOt1Lw .navbar .navbar-brand {
    flex-shrink: initial;
    flex-basis: auto;
    word-break: break-word;
    padding-right: 2rem;
  }
  .cid-sxV2tOt1Lw .navbar .navbar-toggler {
    flex-basis: auto;
  }
  .cid-sxV2tOt1Lw .navbar .icons-menu {
    padding-left: 0;
    padding-top: 0.5rem;
    padding-bottom: 0.5rem;
  }
}
.cid-sxV2tOt1Lw .navbar.navbar-short {
  min-height: 60px;
}
.cid-sxV2tOt1Lw .navbar.navbar-short .navbar-logo img {
  height: 2.5rem !important;
}
.cid-sxV2tOt1Lw .navbar.navbar-short .navbar-brand {
  min-height: 60px;
  padding: 0;
}
.cid-sxV2tOt1Lw .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-sxV2tOt1Lw .dropdown-menu {
  padding: 0;
  border-radius: 4px;
  box-shadow: 0 1px 3px 0 rgba(0, 0, 0, 0.1);
}
.cid-sxV2tOt1Lw .dropdown-item {
  border-bottom: 1px solid #e6e6e6;
}
.cid-sxV2tOt1Lw .dropdown-item:hover,
.cid-sxV2tOt1Lw .dropdown-item:focus {
  background: #000000 !important;
  color: white !important;
}
.cid-sxV2tOt1Lw .dropdown-item:first-child {
  border-top-left-radius: 4px;
  border-top-right-radius: 4px;
}
.cid-sxV2tOt1Lw .dropdown-item:last-child {
  border-bottom: none;
  border-bottom-left-radius: 4px;
  border-bottom-right-radius: 4px;
}
.cid-sxV2tOt1Lw .nav-dropdown .link {
  padding: 0 0.3em !important;
  margin: 0.667em 0.5em !important;
}
.cid-sxV2tOt1Lw .nav-dropdown .link.dropdown-toggle::after {
  margin-left: 0.5rem;
  margin-top: 0.2rem;
}
.cid-sxV2tOt1Lw .dropdown-menu,
.cid-sxV2tOt1Lw .navbar.opened {
  background: #ffffff !important;
}
.cid-sxV2tOt1Lw .nav-item:focus,
.cid-sxV2tOt1Lw .nav-link:focus {
  outline: none;
}
.cid-sxV2tOt1Lw .dropdown .dropdown-menu .dropdown-item {
  width: auto;
  transition: all 0.25s ease-in-out;
}
.cid-sxV2tOt1Lw .dropdown .dropdown-menu .dropdown-item::after {
  right: 0.5rem;
}
.cid-sxV2tOt1Lw .dropdown .dropdown-menu .dropdown-item .mbr-iconfont {
  margin-right: 0.5rem;
  vertical-align: sub;
}
.cid-sxV2tOt1Lw .dropdown .dropdown-menu .dropdown-item .mbr-iconfont:before {
  display: inline-block;
  transform: scale(1, 1);
  transition: all 0.25s ease-in-out;
}
.cid-sxV2tOt1Lw .collapsed .dropdown-menu .dropdown-item:before {
  display: none;
}
.cid-sxV2tOt1Lw .collapsed .dropdown .dropdown-menu .dropdown-item {
  padding: 0.235em 1.5em 0.235em 1.5em !important;
  transition: none;
  margin: 0 !important;
}
.cid-sxV2tOt1Lw .navbar-brand {
  min-height: 70px;
  flex-shrink: 0;
  align-items: center;
  margin-right: 0;
  padding: 0;
  transition: all 0.3s;
  word-break: break-word;
  z-index: 1;
}
.cid-sxV2tOt1Lw .navbar-brand .navbar-caption {
  line-height: inherit !important;
}
.cid-sxV2tOt1Lw .navbar-brand .navbar-logo a {
  outline: none;
}
.cid-sxV2tOt1Lw .dropdown-item.active,
.cid-sxV2tOt1Lw .dropdown-item:active {
  background-color: transparent;
}
.cid-sxV2tOt1Lw .navbar-expand-lg .navbar-nav .nav-link {
  padding: 0;
}
.cid-sxV2tOt1Lw .nav-dropdown .link.dropdown-toggle {
  margin-right: 1.667em;
}
.cid-sxV2tOt1Lw .nav-dropdown .link.dropdown-toggle[aria-expanded="true"] {
  margin-right: 0;
  padding: 0.667em 1.667em;
}
.cid-sxV2tOt1Lw .navbar.navbar-expand-lg .dropdown .dropdown-menu {
  background: #ffffff;
}
.cid-sxV2tOt1Lw .navbar.navbar-expand-lg .dropdown .dropdown-menu .dropdown-submenu {
  margin: 0;
  left: 100%;
}
.cid-sxV2tOt1Lw .navbar .dropdown.open > .dropdown-menu {
  display: block;
}
.cid-sxV2tOt1Lw ul.navbar-nav {
  flex-wrap: wrap;
}
.cid-sxV2tOt1Lw .navbar-buttons {
  text-align: center;
  min-width: 170px;
}
.cid-sxV2tOt1Lw button.navbar-toggler {
  outline: none;
  width: 31px;
  height: 20px;
  cursor: pointer;
  transition: all 0.2s;
  position: relative;
  align-self: center;
}
.cid-sxV2tOt1Lw button.navbar-toggler .hamburger span {
  position: absolute;
  right: 0;
  width: 30px;
  height: 2px;
  border-right: 5px;
  background-color: #000000;
}
.cid-sxV2tOt1Lw button.navbar-toggler .hamburger span:nth-child(1) {
  top: 0;
  transition: all 0.2s;
}
.cid-sxV2tOt1Lw button.navbar-toggler .hamburger span:nth-child(2) {
  top: 8px;
  transition: all 0.15s;
}
.cid-sxV2tOt1Lw button.navbar-toggler .hamburger span:nth-child(3) {
  top: 8px;
  transition: all 0.15s;
}
.cid-sxV2tOt1Lw button.navbar-toggler .hamburger span:nth-child(4) {
  top: 16px;
  transition: all 0.2s;
}
.cid-sxV2tOt1Lw nav.opened .hamburger span:nth-child(1) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-sxV2tOt1Lw nav.opened .hamburger span:nth-child(2) {
  transform: rotate(45deg);
  transition: all 0.25s;
}
.cid-sxV2tOt1Lw nav.opened .hamburger span:nth-child(3) {
  transform: rotate(-45deg);
  transition: all 0.25s;
}
.cid-sxV2tOt1Lw nav.opened .hamburger span:nth-child(4) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-sxV2tOt1Lw .navbar-dropdown {
  padding: 0 1rem;
  position: fixed;
}
.cid-sxV2tOt1Lw a.nav-link {
  display: flex;
  align-items: center;
  justify-content: center;
}
.cid-sxV2tOt1Lw .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-sxV2tOt1Lw .navbar {
    height: 70px;
  }
  .cid-sxV2tOt1Lw .navbar.opened {
    height: auto;
  }
  .cid-sxV2tOt1Lw .nav-item .nav-link:hover::before {
    width: 175%;
    max-width: calc(100% + 2rem);
    left: -1rem;
  }
}
.cid-sIiLXD04bb {
  padding-top: 7rem;
  padding-bottom: 4rem;
  background-color: #202020;
}
.cid-sIiLXD04bb .mbr-section-title {
  color: #36187d;
}
.cid-sIiLXD04bb .mbr-section-subtitle {
  color: #0196e3;
}
.cid-sIiLXD04bb .mbr-text {
  color: #ffffff;
}
.cid-sIiLXD04bb .title-col {
  border-right: 3px solid currentColor;
  color: #0196e3;
  margin-right: 3rem;
  align-items: center;
  display: inline-flex;
  width: 100%;
}
@media (max-width: 992px) {
  .cid-sIiLXD04bb .title-col {
    margin-right: 0;
    border-right: 0;
  }
}
.cid-sIiLXD04bb .text-col {
  align-items: center;
  display: flex;
}
.cid-sIiLXD04bb .mbr-section-subtitle,
.cid-sIiLXD04bb .title-col {
  width: 100%;
  color: #ffffff;
}
.cid-sxWrEJdNaD {
  padding-top: 3rem;
  padding-bottom: 3rem;
  background-color: #ffffff;
}
.cid-sxWrEJdNaD .mbr-section-subtitle {
  color: #36187d;
}
.cid-sxWrEJdNaD .mbr-text {
  color: #000000;
  text-align: justify;
}
.cid-sxV2tP2fNq {
  padding-top: 5rem;
  padding-bottom: 1rem;
  background-color: #000000;
}
.cid-sxV2tP2fNq .container {
  max-width: 1750px;
}
.cid-sxV2tP2fNq .card-wrapper {
  border-top: 1px solid #ffffff;
  padding-top: 2rem;
}
.cid-sxV2tP2fNq img {
  width: 150px;
  display: inline-block;
}
.cid-sxV2tP2fNq p {
  line-height: 1.8;
}
.cid-sxV2tP2fNq .mbr-section-title {
  color: #ffffff;
}
.cid-sxV2tP2fNq .mbr-text {
  color: #ffffff;
}
.cid-sKcPjAKPPs {
  padding-top: 1rem;
  padding-bottom: 0rem;
  background-color: #000000;
}
.cid-sKcPjAKPPs .mbr-section-subtitle {
  color: #36187d;
}
.cid-sKcPjAKPPs .mbr-text {
  color: #ffffff;
  font-size: 15px;
  text-align: justify;
}
.cid-sKcPjZP6KV {
  padding-top: 1rem;
  padding-bottom: 1rem;
  background-color: #000000;
}
.cid-sKcPjZP6KV .mbr-section-subtitle {
  color: #36187d;
}
.cid-sKcPjZP6KV .mbr-text {
  color: #ffffff;
  font-size: 13px;
}
.cid-sxV4XwmBKs {
  z-index: 1000;
  width: 100%;
  position: relative;
  min-height: 60px;
}
.cid-sxV4XwmBKs .menu-text {
  padding: 0 2rem;
  color: #5b6c8f;
}
@media (max-width: 992px) {
  .cid-sxV4XwmBKs .menu-text {
    text-align: center;
    padding: 0.5rem 1rem;
  }
}
.cid-sxV4XwmBKs .iconfont-wrapper {
  color: #103178 !important;
  font-size: 1.5rem;
  padding-right: 0.5rem;
}
@media (max-width: 992px) {
  .cid-sxV4XwmBKs .iconfont-wrapper {
    padding: 0 0.25rem;
  }
}
.cid-sxV4XwmBKs .container {
  display: flex;
  margin: auto;
}
@media (max-width: 767px) {
  .cid-sxV4XwmBKs .container {
    padding: 0 1rem;
  }
}
.cid-sxV4XwmBKs .menu-tite {
  background: #000000;
  width: 100%;
  padding: 0.4rem 1rem;
  text-align: right;
  font-size: 13px;
  color: #ffffff;
}
.cid-sxV4XwmBKs .nav-link {
  position: relative;
}
.cid-sxV4XwmBKs .nav-link:hover {
  color: #17a2b8 !important;
}
.cid-sxV4XwmBKs nav.navbar {
  position: fixed;
}
.cid-sxV4XwmBKs .navbar {
  padding: 0!important;
  min-height: 70px;
  transition: all 0.3s;
  border-bottom: 1px solid transparent;
  box-shadow: 0 1px 3px 0 rgba(0, 0, 0, 0.1);
  background: #ffffff;
}
.cid-sxV4XwmBKs .navbar.opened {
  transition: all 0.3s;
}
.cid-sxV4XwmBKs .navbar .dropdown-item {
  padding: 0.5rem 1.8rem;
}
.cid-sxV4XwmBKs .navbar .navbar-logo img {
  width: auto;
}
.cid-sxV4XwmBKs .navbar .navbar-collapse {
  justify-content: flex-end;
  z-index: 1;
}
.cid-sxV4XwmBKs .navbar.collapsed {
  justify-content: center;
}
.cid-sxV4XwmBKs .navbar.collapsed .nav-item .nav-link::before {
  display: none;
}
.cid-sxV4XwmBKs .navbar.collapsed.opened .dropdown-menu {
  top: 0;
}
@media (min-width: 992px) {
  .cid-sxV4XwmBKs .navbar.collapsed.opened:not(.navbar-short) .navbar-collapse {
    max-height: calc(98.5vh - 3.7rem);
  }
}
.cid-sxV4XwmBKs .navbar.collapsed .dropdown-menu .dropdown-submenu {
  left: 0 !important;
}
.cid-sxV4XwmBKs .navbar.collapsed .dropdown-menu .dropdown-item:after {
  right: auto;
}
.cid-sxV4XwmBKs .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-sxV4XwmBKs .navbar.collapsed ul.navbar-nav li {
  margin: auto;
}
.cid-sxV4XwmBKs .navbar.collapsed .dropdown-menu .dropdown-item {
  padding: 0.25rem 1.5rem;
  text-align: center;
}
.cid-sxV4XwmBKs .navbar.collapsed .icons-menu {
  padding-left: 0;
  padding-right: 0;
  padding-top: 0.5rem;
  padding-bottom: 0.5rem;
}
@media (max-width: 991px) {
  .cid-sxV4XwmBKs .navbar .nav-item .nav-link::before {
    display: none;
  }
  .cid-sxV4XwmBKs .navbar.opened .dropdown-menu {
    top: 0;
  }
  .cid-sxV4XwmBKs .navbar .dropdown-menu .dropdown-submenu {
    left: 0 !important;
  }
  .cid-sxV4XwmBKs .navbar .dropdown-menu .dropdown-item:after {
    right: auto;
  }
  .cid-sxV4XwmBKs .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-sxV4XwmBKs .navbar .navbar-logo img {
    height: 3rem !important;
  }
  .cid-sxV4XwmBKs .navbar ul.navbar-nav li {
    margin: auto;
  }
  .cid-sxV4XwmBKs .navbar .dropdown-menu .dropdown-item {
    padding: 0.25rem 1.5rem !important;
    text-align: center;
  }
  .cid-sxV4XwmBKs .navbar .navbar-brand {
    flex-shrink: initial;
    flex-basis: auto;
    word-break: break-word;
    padding-right: 2rem;
  }
  .cid-sxV4XwmBKs .navbar .navbar-toggler {
    flex-basis: auto;
  }
  .cid-sxV4XwmBKs .navbar .icons-menu {
    padding-left: 0;
    padding-top: 0.5rem;
    padding-bottom: 0.5rem;
  }
}
.cid-sxV4XwmBKs .navbar.navbar-short {
  min-height: 60px;
}
.cid-sxV4XwmBKs .navbar.navbar-short .navbar-logo img {
  height: 2.5rem !important;
}
.cid-sxV4XwmBKs .navbar.navbar-short .navbar-brand {
  min-height: 60px;
  padding: 0;
}
.cid-sxV4XwmBKs .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-sxV4XwmBKs .dropdown-menu {
  padding: 0;
  border-radius: 4px;
  box-shadow: 0 1px 3px 0 rgba(0, 0, 0, 0.1);
}
.cid-sxV4XwmBKs .dropdown-item {
  border-bottom: 1px solid #e6e6e6;
}
.cid-sxV4XwmBKs .dropdown-item:hover,
.cid-sxV4XwmBKs .dropdown-item:focus {
  background: #000000 !important;
  color: white !important;
}
.cid-sxV4XwmBKs .dropdown-item:first-child {
  border-top-left-radius: 4px;
  border-top-right-radius: 4px;
}
.cid-sxV4XwmBKs .dropdown-item:last-child {
  border-bottom: none;
  border-bottom-left-radius: 4px;
  border-bottom-right-radius: 4px;
}
.cid-sxV4XwmBKs .nav-dropdown .link {
  padding: 0 0.3em !important;
  margin: 0.667em 0.5em !important;
}
.cid-sxV4XwmBKs .nav-dropdown .link.dropdown-toggle::after {
  margin-left: 0.5rem;
  margin-top: 0.2rem;
}
.cid-sxV4XwmBKs .dropdown-menu,
.cid-sxV4XwmBKs .navbar.opened {
  background: #ffffff !important;
}
.cid-sxV4XwmBKs .nav-item:focus,
.cid-sxV4XwmBKs .nav-link:focus {
  outline: none;
}
.cid-sxV4XwmBKs .dropdown .dropdown-menu .dropdown-item {
  width: auto;
  transition: all 0.25s ease-in-out;
}
.cid-sxV4XwmBKs .dropdown .dropdown-menu .dropdown-item::after {
  right: 0.5rem;
}
.cid-sxV4XwmBKs .dropdown .dropdown-menu .dropdown-item .mbr-iconfont {
  margin-right: 0.5rem;
  vertical-align: sub;
}
.cid-sxV4XwmBKs .dropdown .dropdown-menu .dropdown-item .mbr-iconfont:before {
  display: inline-block;
  transform: scale(1, 1);
  transition: all 0.25s ease-in-out;
}
.cid-sxV4XwmBKs .collapsed .dropdown-menu .dropdown-item:before {
  display: none;
}
.cid-sxV4XwmBKs .collapsed .dropdown .dropdown-menu .dropdown-item {
  padding: 0.235em 1.5em 0.235em 1.5em !important;
  transition: none;
  margin: 0 !important;
}
.cid-sxV4XwmBKs .navbar-brand {
  min-height: 70px;
  flex-shrink: 0;
  align-items: center;
  margin-right: 0;
  padding: 0;
  transition: all 0.3s;
  word-break: break-word;
  z-index: 1;
}
.cid-sxV4XwmBKs .navbar-brand .navbar-caption {
  line-height: inherit !important;
}
.cid-sxV4XwmBKs .navbar-brand .navbar-logo a {
  outline: none;
}
.cid-sxV4XwmBKs .dropdown-item.active,
.cid-sxV4XwmBKs .dropdown-item:active {
  background-color: transparent;
}
.cid-sxV4XwmBKs .navbar-expand-lg .navbar-nav .nav-link {
  padding: 0;
}
.cid-sxV4XwmBKs .nav-dropdown .link.dropdown-toggle {
  margin-right: 1.667em;
}
.cid-sxV4XwmBKs .nav-dropdown .link.dropdown-toggle[aria-expanded="true"] {
  margin-right: 0;
  padding: 0.667em 1.667em;
}
.cid-sxV4XwmBKs .navbar.navbar-expand-lg .dropdown .dropdown-menu {
  background: #ffffff;
}
.cid-sxV4XwmBKs .navbar.navbar-expand-lg .dropdown .dropdown-menu .dropdown-submenu {
  margin: 0;
  left: 100%;
}
.cid-sxV4XwmBKs .navbar .dropdown.open > .dropdown-menu {
  display: block;
}
.cid-sxV4XwmBKs ul.navbar-nav {
  flex-wrap: wrap;
}
.cid-sxV4XwmBKs .navbar-buttons {
  text-align: center;
  min-width: 170px;
}
.cid-sxV4XwmBKs button.navbar-toggler {
  outline: none;
  width: 31px;
  height: 20px;
  cursor: pointer;
  transition: all 0.2s;
  position: relative;
  align-self: center;
}
.cid-sxV4XwmBKs button.navbar-toggler .hamburger span {
  position: absolute;
  right: 0;
  width: 30px;
  height: 2px;
  border-right: 5px;
  background-color: #000000;
}
.cid-sxV4XwmBKs button.navbar-toggler .hamburger span:nth-child(1) {
  top: 0;
  transition: all 0.2s;
}
.cid-sxV4XwmBKs button.navbar-toggler .hamburger span:nth-child(2) {
  top: 8px;
  transition: all 0.15s;
}
.cid-sxV4XwmBKs button.navbar-toggler .hamburger span:nth-child(3) {
  top: 8px;
  transition: all 0.15s;
}
.cid-sxV4XwmBKs button.navbar-toggler .hamburger span:nth-child(4) {
  top: 16px;
  transition: all 0.2s;
}
.cid-sxV4XwmBKs nav.opened .hamburger span:nth-child(1) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-sxV4XwmBKs nav.opened .hamburger span:nth-child(2) {
  transform: rotate(45deg);
  transition: all 0.25s;
}
.cid-sxV4XwmBKs nav.opened .hamburger span:nth-child(3) {
  transform: rotate(-45deg);
  transition: all 0.25s;
}
.cid-sxV4XwmBKs nav.opened .hamburger span:nth-child(4) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-sxV4XwmBKs .navbar-dropdown {
  padding: 0 1rem;
  position: fixed;
}
.cid-sxV4XwmBKs a.nav-link {
  display: flex;
  align-items: center;
  justify-content: center;
}
.cid-sxV4XwmBKs .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-sxV4XwmBKs .navbar {
    height: 70px;
  }
  .cid-sxV4XwmBKs .navbar.opened {
    height: auto;
  }
  .cid-sxV4XwmBKs .nav-item .nav-link:hover::before {
    width: 175%;
    max-width: calc(100% + 2rem);
    left: -1rem;
  }
}
.cid-sIiLsLMXAl {
  padding-top: 7rem;
  padding-bottom: 4rem;
  background-color: #202020;
}
.cid-sIiLsLMXAl .mbr-section-title {
  color: #36187d;
}
.cid-sIiLsLMXAl .mbr-section-subtitle {
  color: #0196e3;
}
.cid-sIiLsLMXAl .mbr-text {
  color: #ffffff;
}
.cid-sIiLsLMXAl .title-col {
  border-right: 3px solid currentColor;
  color: #0196e3;
  margin-right: 3rem;
  align-items: center;
  display: inline-flex;
  width: 100%;
}
@media (max-width: 992px) {
  .cid-sIiLsLMXAl .title-col {
    margin-right: 0;
    border-right: 0;
  }
}
.cid-sIiLsLMXAl .text-col {
  align-items: center;
  display: flex;
}
.cid-sIiLsLMXAl .mbr-section-subtitle,
.cid-sIiLsLMXAl .title-col {
  width: 100%;
  color: #ffffff;
}
.cid-sxV5wuGHCM {
  padding-top: 3rem;
  padding-bottom: 3rem;
  background-color: #ffffff;
}
.cid-sxV5wuGHCM img {
  border-radius: 0px;
}
.cid-sxV5wuGHCM .mbr-section-title {
  color: #000000;
  text-align: left;
  padding-top: 0.4rem;
}
.cid-sxV5wuGHCM .date {
  text-transform: uppercase;
  color: #000000;
  text-align: left;
  padding-top: 1rem;
}
.cid-sxV5wuGHCM .author {
  color: #626262;
  text-align: left;
  padding-top: 0.8rem;
}
.cid-sxV5wuGHCM .heading {
  text-align: center;
  padding: 0;
  margin: 0;
  padding-bottom: 100px;
}
.cid-sxV5wuGHCM .right {
  display: flex;
  flex-direction: column;
}
.cid-sxV5wuGHCM .mbr-section-btn {
  border: 2px solid #000000;
  width: auto;
}
.cid-sxV5wuGHCM .mbr-section-btn:hover {
  background-color: #000000;
  border: 2px solid #000000;
}
.cid-sxV5wuGHCM .card-heading {
  padding-top: 0;
}
.cid-sxV5wuGHCM .mbr-text {
  padding-top: 10px;
  color: #000000;
  text-align: justify;
}
.cid-sxV4XxKoS5 {
  padding-top: 5rem;
  padding-bottom: 1rem;
  background-color: #000000;
}
.cid-sxV4XxKoS5 .container {
  max-width: 1750px;
}
.cid-sxV4XxKoS5 .card-wrapper {
  border-top: 1px solid #ffffff;
  padding-top: 2rem;
}
.cid-sxV4XxKoS5 img {
  width: 150px;
  display: inline-block;
}
.cid-sxV4XxKoS5 p {
  line-height: 1.8;
}
.cid-sxV4XxKoS5 .mbr-section-title {
  color: #ffffff;
}
.cid-sxV4XxKoS5 .mbr-text {
  color: #ffffff;
}
.cid-sKcPoVZMJq {
  padding-top: 1rem;
  padding-bottom: 0rem;
  background-color: #000000;
}
.cid-sKcPoVZMJq .mbr-section-subtitle {
  color: #36187d;
}
.cid-sKcPoVZMJq .mbr-text {
  color: #ffffff;
  font-size: 15px;
  text-align: justify;
}
.cid-sKcPpmyKGv {
  padding-top: 1rem;
  padding-bottom: 1rem;
  background-color: #000000;
}
.cid-sKcPpmyKGv .mbr-section-subtitle {
  color: #36187d;
}
.cid-sKcPpmyKGv .mbr-text {
  color: #ffffff;
  font-size: 13px;
}
.cid-sxV6BL1pDQ {
  z-index: 1000;
  width: 100%;
  position: relative;
  min-height: 60px;
}
.cid-sxV6BL1pDQ .menu-text {
  padding: 0 2rem;
  color: #5b6c8f;
}
@media (max-width: 992px) {
  .cid-sxV6BL1pDQ .menu-text {
    text-align: center;
    padding: 0.5rem 1rem;
  }
}
.cid-sxV6BL1pDQ .iconfont-wrapper {
  color: #103178 !important;
  font-size: 1.5rem;
  padding-right: 0.5rem;
}
@media (max-width: 992px) {
  .cid-sxV6BL1pDQ .iconfont-wrapper {
    padding: 0 0.25rem;
  }
}
.cid-sxV6BL1pDQ .container {
  display: flex;
  margin: auto;
}
@media (max-width: 767px) {
  .cid-sxV6BL1pDQ .container {
    padding: 0 1rem;
  }
}
.cid-sxV6BL1pDQ .menu-tite {
  background: #000000;
  width: 100%;
  padding: 0.4rem 1rem;
  text-align: right;
  font-size: 13px;
  color: #ffffff;
}
.cid-sxV6BL1pDQ .nav-link {
  position: relative;
}
.cid-sxV6BL1pDQ .nav-link:hover {
  color: #17a2b8 !important;
}
.cid-sxV6BL1pDQ nav.navbar {
  position: fixed;
}
.cid-sxV6BL1pDQ .navbar {
  padding: 0!important;
  min-height: 70px;
  transition: all 0.3s;
  border-bottom: 1px solid transparent;
  box-shadow: 0 1px 3px 0 rgba(0, 0, 0, 0.1);
  background: #ffffff;
}
.cid-sxV6BL1pDQ .navbar.opened {
  transition: all 0.3s;
}
.cid-sxV6BL1pDQ .navbar .dropdown-item {
  padding: 0.5rem 1.8rem;
}
.cid-sxV6BL1pDQ .navbar .navbar-logo img {
  width: auto;
}
.cid-sxV6BL1pDQ .navbar .navbar-collapse {
  justify-content: flex-end;
  z-index: 1;
}
.cid-sxV6BL1pDQ .navbar.collapsed {
  justify-content: center;
}
.cid-sxV6BL1pDQ .navbar.collapsed .nav-item .nav-link::before {
  display: none;
}
.cid-sxV6BL1pDQ .navbar.collapsed.opened .dropdown-menu {
  top: 0;
}
@media (min-width: 992px) {
  .cid-sxV6BL1pDQ .navbar.collapsed.opened:not(.navbar-short) .navbar-collapse {
    max-height: calc(98.5vh - 3.7rem);
  }
}
.cid-sxV6BL1pDQ .navbar.collapsed .dropdown-menu .dropdown-submenu {
  left: 0 !important;
}
.cid-sxV6BL1pDQ .navbar.collapsed .dropdown-menu .dropdown-item:after {
  right: auto;
}
.cid-sxV6BL1pDQ .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-sxV6BL1pDQ .navbar.collapsed ul.navbar-nav li {
  margin: auto;
}
.cid-sxV6BL1pDQ .navbar.collapsed .dropdown-menu .dropdown-item {
  padding: 0.25rem 1.5rem;
  text-align: center;
}
.cid-sxV6BL1pDQ .navbar.collapsed .icons-menu {
  padding-left: 0;
  padding-right: 0;
  padding-top: 0.5rem;
  padding-bottom: 0.5rem;
}
@media (max-width: 991px) {
  .cid-sxV6BL1pDQ .navbar .nav-item .nav-link::before {
    display: none;
  }
  .cid-sxV6BL1pDQ .navbar.opened .dropdown-menu {
    top: 0;
  }
  .cid-sxV6BL1pDQ .navbar .dropdown-menu .dropdown-submenu {
    left: 0 !important;
  }
  .cid-sxV6BL1pDQ .navbar .dropdown-menu .dropdown-item:after {
    right: auto;
  }
  .cid-sxV6BL1pDQ .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-sxV6BL1pDQ .navbar .navbar-logo img {
    height: 3rem !important;
  }
  .cid-sxV6BL1pDQ .navbar ul.navbar-nav li {
    margin: auto;
  }
  .cid-sxV6BL1pDQ .navbar .dropdown-menu .dropdown-item {
    padding: 0.25rem 1.5rem !important;
    text-align: center;
  }
  .cid-sxV6BL1pDQ .navbar .navbar-brand {
    flex-shrink: initial;
    flex-basis: auto;
    word-break: break-word;
    padding-right: 2rem;
  }
  .cid-sxV6BL1pDQ .navbar .navbar-toggler {
    flex-basis: auto;
  }
  .cid-sxV6BL1pDQ .navbar .icons-menu {
    padding-left: 0;
    padding-top: 0.5rem;
    padding-bottom: 0.5rem;
  }
}
.cid-sxV6BL1pDQ .navbar.navbar-short {
  min-height: 60px;
}
.cid-sxV6BL1pDQ .navbar.navbar-short .navbar-logo img {
  height: 2.5rem !important;
}
.cid-sxV6BL1pDQ .navbar.navbar-short .navbar-brand {
  min-height: 60px;
  padding: 0;
}
.cid-sxV6BL1pDQ .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-sxV6BL1pDQ .dropdown-menu {
  padding: 0;
  border-radius: 4px;
  box-shadow: 0 1px 3px 0 rgba(0, 0, 0, 0.1);
}
.cid-sxV6BL1pDQ .dropdown-item {
  border-bottom: 1px solid #e6e6e6;
}
.cid-sxV6BL1pDQ .dropdown-item:hover,
.cid-sxV6BL1pDQ .dropdown-item:focus {
  background: #000000 !important;
  color: white !important;
}
.cid-sxV6BL1pDQ .dropdown-item:first-child {
  border-top-left-radius: 4px;
  border-top-right-radius: 4px;
}
.cid-sxV6BL1pDQ .dropdown-item:last-child {
  border-bottom: none;
  border-bottom-left-radius: 4px;
  border-bottom-right-radius: 4px;
}
.cid-sxV6BL1pDQ .nav-dropdown .link {
  padding: 0 0.3em !important;
  margin: 0.667em 0.5em !important;
}
.cid-sxV6BL1pDQ .nav-dropdown .link.dropdown-toggle::after {
  margin-left: 0.5rem;
  margin-top: 0.2rem;
}
.cid-sxV6BL1pDQ .dropdown-menu,
.cid-sxV6BL1pDQ .navbar.opened {
  background: #ffffff !important;
}
.cid-sxV6BL1pDQ .nav-item:focus,
.cid-sxV6BL1pDQ .nav-link:focus {
  outline: none;
}
.cid-sxV6BL1pDQ .dropdown .dropdown-menu .dropdown-item {
  width: auto;
  transition: all 0.25s ease-in-out;
}
.cid-sxV6BL1pDQ .dropdown .dropdown-menu .dropdown-item::after {
  right: 0.5rem;
}
.cid-sxV6BL1pDQ .dropdown .dropdown-menu .dropdown-item .mbr-iconfont {
  margin-right: 0.5rem;
  vertical-align: sub;
}
.cid-sxV6BL1pDQ .dropdown .dropdown-menu .dropdown-item .mbr-iconfont:before {
  display: inline-block;
  transform: scale(1, 1);
  transition: all 0.25s ease-in-out;
}
.cid-sxV6BL1pDQ .collapsed .dropdown-menu .dropdown-item:before {
  display: none;
}
.cid-sxV6BL1pDQ .collapsed .dropdown .dropdown-menu .dropdown-item {
  padding: 0.235em 1.5em 0.235em 1.5em !important;
  transition: none;
  margin: 0 !important;
}
.cid-sxV6BL1pDQ .navbar-brand {
  min-height: 70px;
  flex-shrink: 0;
  align-items: center;
  margin-right: 0;
  padding: 0;
  transition: all 0.3s;
  word-break: break-word;
  z-index: 1;
}
.cid-sxV6BL1pDQ .navbar-brand .navbar-caption {
  line-height: inherit !important;
}
.cid-sxV6BL1pDQ .navbar-brand .navbar-logo a {
  outline: none;
}
.cid-sxV6BL1pDQ .dropdown-item.active,
.cid-sxV6BL1pDQ .dropdown-item:active {
  background-color: transparent;
}
.cid-sxV6BL1pDQ .navbar-expand-lg .navbar-nav .nav-link {
  padding: 0;
}
.cid-sxV6BL1pDQ .nav-dropdown .link.dropdown-toggle {
  margin-right: 1.667em;
}
.cid-sxV6BL1pDQ .nav-dropdown .link.dropdown-toggle[aria-expanded="true"] {
  margin-right: 0;
  padding: 0.667em 1.667em;
}
.cid-sxV6BL1pDQ .navbar.navbar-expand-lg .dropdown .dropdown-menu {
  background: #ffffff;
}
.cid-sxV6BL1pDQ .navbar.navbar-expand-lg .dropdown .dropdown-menu .dropdown-submenu {
  margin: 0;
  left: 100%;
}
.cid-sxV6BL1pDQ .navbar .dropdown.open > .dropdown-menu {
  display: block;
}
.cid-sxV6BL1pDQ ul.navbar-nav {
  flex-wrap: wrap;
}
.cid-sxV6BL1pDQ .navbar-buttons {
  text-align: center;
  min-width: 170px;
}
.cid-sxV6BL1pDQ button.navbar-toggler {
  outline: none;
  width: 31px;
  height: 20px;
  cursor: pointer;
  transition: all 0.2s;
  position: relative;
  align-self: center;
}
.cid-sxV6BL1pDQ button.navbar-toggler .hamburger span {
  position: absolute;
  right: 0;
  width: 30px;
  height: 2px;
  border-right: 5px;
  background-color: #000000;
}
.cid-sxV6BL1pDQ button.navbar-toggler .hamburger span:nth-child(1) {
  top: 0;
  transition: all 0.2s;
}
.cid-sxV6BL1pDQ button.navbar-toggler .hamburger span:nth-child(2) {
  top: 8px;
  transition: all 0.15s;
}
.cid-sxV6BL1pDQ button.navbar-toggler .hamburger span:nth-child(3) {
  top: 8px;
  transition: all 0.15s;
}
.cid-sxV6BL1pDQ button.navbar-toggler .hamburger span:nth-child(4) {
  top: 16px;
  transition: all 0.2s;
}
.cid-sxV6BL1pDQ nav.opened .hamburger span:nth-child(1) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-sxV6BL1pDQ nav.opened .hamburger span:nth-child(2) {
  transform: rotate(45deg);
  transition: all 0.25s;
}
.cid-sxV6BL1pDQ nav.opened .hamburger span:nth-child(3) {
  transform: rotate(-45deg);
  transition: all 0.25s;
}
.cid-sxV6BL1pDQ nav.opened .hamburger span:nth-child(4) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-sxV6BL1pDQ .navbar-dropdown {
  padding: 0 1rem;
  position: fixed;
}
.cid-sxV6BL1pDQ a.nav-link {
  display: flex;
  align-items: center;
  justify-content: center;
}
.cid-sxV6BL1pDQ .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-sxV6BL1pDQ .navbar {
    height: 70px;
  }
  .cid-sxV6BL1pDQ .navbar.opened {
    height: auto;
  }
  .cid-sxV6BL1pDQ .nav-item .nav-link:hover::before {
    width: 175%;
    max-width: calc(100% + 2rem);
    left: -1rem;
  }
}
.cid-sIiM2AilMR {
  padding-top: 7rem;
  padding-bottom: 4rem;
  background-color: #202020;
}
.cid-sIiM2AilMR .mbr-section-title {
  color: #36187d;
}
.cid-sIiM2AilMR .mbr-section-subtitle {
  color: #0196e3;
}
.cid-sIiM2AilMR .mbr-text {
  color: #ffffff;
}
.cid-sIiM2AilMR .title-col {
  border-right: 3px solid currentColor;
  color: #0196e3;
  margin-right: 3rem;
  align-items: center;
  display: inline-flex;
  width: 100%;
}
@media (max-width: 992px) {
  .cid-sIiM2AilMR .title-col {
    margin-right: 0;
    border-right: 0;
  }
}
.cid-sIiM2AilMR .text-col {
  align-items: center;
  display: flex;
}
.cid-sIiM2AilMR .mbr-section-subtitle,
.cid-sIiM2AilMR .title-col {
  width: 100%;
  color: #ffffff;
}
.cid-sxV6BLXhiX {
  padding-top: 3rem;
  padding-bottom: 3rem;
  background-color: #ffffff;
}
.cid-sxV6BLXhiX img {
  border-radius: 0px;
}
.cid-sxV6BLXhiX .mbr-section-title {
  color: #000000;
  text-align: left;
  padding-top: 0.4rem;
}
.cid-sxV6BLXhiX .date {
  text-transform: uppercase;
  color: #000000;
  text-align: left;
  padding-top: 1rem;
}
.cid-sxV6BLXhiX .author {
  color: #626262;
  text-align: left;
  padding-top: 0.8rem;
}
.cid-sxV6BLXhiX .heading {
  text-align: center;
  padding: 0;
  margin: 0;
  padding-bottom: 100px;
}
.cid-sxV6BLXhiX .right {
  display: flex;
  flex-direction: column;
}
.cid-sxV6BLXhiX .mbr-section-btn {
  border: 2px solid #000000;
  width: auto;
}
.cid-sxV6BLXhiX .mbr-section-btn:hover {
  background-color: #000000;
  border: 2px solid #000000;
}
.cid-sxV6BLXhiX .card-heading {
  padding-top: 0;
}
.cid-sxV6BLXhiX .mbr-text {
  padding-top: 10px;
  color: #000000;
  text-align: justify;
}
.cid-sxV6BMsLir {
  padding-top: 5rem;
  padding-bottom: 1rem;
  background-color: #000000;
}
.cid-sxV6BMsLir .container {
  max-width: 1750px;
}
.cid-sxV6BMsLir .card-wrapper {
  border-top: 1px solid #ffffff;
  padding-top: 2rem;
}
.cid-sxV6BMsLir img {
  width: 150px;
  display: inline-block;
}
.cid-sxV6BMsLir p {
  line-height: 1.8;
}
.cid-sxV6BMsLir .mbr-section-title {
  color: #ffffff;
}
.cid-sxV6BMsLir .mbr-text {
  color: #ffffff;
}
.cid-sKcPuo1vEa {
  padding-top: 1rem;
  padding-bottom: 0rem;
  background-color: #000000;
}
.cid-sKcPuo1vEa .mbr-section-subtitle {
  color: #36187d;
}
.cid-sKcPuo1vEa .mbr-text {
  color: #ffffff;
  font-size: 15px;
  text-align: justify;
}
.cid-sKcPuJ82nw {
  padding-top: 1rem;
  padding-bottom: 1rem;
  background-color: #000000;
}
.cid-sKcPuJ82nw .mbr-section-subtitle {
  color: #36187d;
}
.cid-sKcPuJ82nw .mbr-text {
  color: #ffffff;
  font-size: 13px;
}
.cid-sxV9sfyhsV {
  z-index: 1000;
  width: 100%;
  position: relative;
  min-height: 60px;
}
.cid-sxV9sfyhsV .menu-text {
  padding: 0 2rem;
  color: #5b6c8f;
}
@media (max-width: 992px) {
  .cid-sxV9sfyhsV .menu-text {
    text-align: center;
    padding: 0.5rem 1rem;
  }
}
.cid-sxV9sfyhsV .iconfont-wrapper {
  color: #103178 !important;
  font-size: 1.5rem;
  padding-right: 0.5rem;
}
@media (max-width: 992px) {
  .cid-sxV9sfyhsV .iconfont-wrapper {
    padding: 0 0.25rem;
  }
}
.cid-sxV9sfyhsV .container {
  display: flex;
  margin: auto;
}
@media (max-width: 767px) {
  .cid-sxV9sfyhsV .container {
    padding: 0 1rem;
  }
}
.cid-sxV9sfyhsV .menu-tite {
  background: #000000;
  width: 100%;
  padding: 0.4rem 1rem;
  text-align: right;
  font-size: 13px;
  color: #ffffff;
}
.cid-sxV9sfyhsV .nav-link {
  position: relative;
}
.cid-sxV9sfyhsV .nav-link:hover {
  color: #17a2b8 !important;
}
.cid-sxV9sfyhsV nav.navbar {
  position: fixed;
}
.cid-sxV9sfyhsV .navbar {
  padding: 0!important;
  min-height: 70px;
  transition: all 0.3s;
  border-bottom: 1px solid transparent;
  box-shadow: 0 1px 3px 0 rgba(0, 0, 0, 0.1);
  background: #ffffff;
}
.cid-sxV9sfyhsV .navbar.opened {
  transition: all 0.3s;
}
.cid-sxV9sfyhsV .navbar .dropdown-item {
  padding: 0.5rem 1.8rem;
}
.cid-sxV9sfyhsV .navbar .navbar-logo img {
  width: auto;
}
.cid-sxV9sfyhsV .navbar .navbar-collapse {
  justify-content: flex-end;
  z-index: 1;
}
.cid-sxV9sfyhsV .navbar.collapsed {
  justify-content: center;
}
.cid-sxV9sfyhsV .navbar.collapsed .nav-item .nav-link::before {
  display: none;
}
.cid-sxV9sfyhsV .navbar.collapsed.opened .dropdown-menu {
  top: 0;
}
@media (min-width: 992px) {
  .cid-sxV9sfyhsV .navbar.collapsed.opened:not(.navbar-short) .navbar-collapse {
    max-height: calc(98.5vh - 3.7rem);
  }
}
.cid-sxV9sfyhsV .navbar.collapsed .dropdown-menu .dropdown-submenu {
  left: 0 !important;
}
.cid-sxV9sfyhsV .navbar.collapsed .dropdown-menu .dropdown-item:after {
  right: auto;
}
.cid-sxV9sfyhsV .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-sxV9sfyhsV .navbar.collapsed ul.navbar-nav li {
  margin: auto;
}
.cid-sxV9sfyhsV .navbar.collapsed .dropdown-menu .dropdown-item {
  padding: 0.25rem 1.5rem;
  text-align: center;
}
.cid-sxV9sfyhsV .navbar.collapsed .icons-menu {
  padding-left: 0;
  padding-right: 0;
  padding-top: 0.5rem;
  padding-bottom: 0.5rem;
}
@media (max-width: 991px) {
  .cid-sxV9sfyhsV .navbar .nav-item .nav-link::before {
    display: none;
  }
  .cid-sxV9sfyhsV .navbar.opened .dropdown-menu {
    top: 0;
  }
  .cid-sxV9sfyhsV .navbar .dropdown-menu .dropdown-submenu {
    left: 0 !important;
  }
  .cid-sxV9sfyhsV .navbar .dropdown-menu .dropdown-item:after {
    right: auto;
  }
  .cid-sxV9sfyhsV .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-sxV9sfyhsV .navbar .navbar-logo img {
    height: 3rem !important;
  }
  .cid-sxV9sfyhsV .navbar ul.navbar-nav li {
    margin: auto;
  }
  .cid-sxV9sfyhsV .navbar .dropdown-menu .dropdown-item {
    padding: 0.25rem 1.5rem !important;
    text-align: center;
  }
  .cid-sxV9sfyhsV .navbar .navbar-brand {
    flex-shrink: initial;
    flex-basis: auto;
    word-break: break-word;
    padding-right: 2rem;
  }
  .cid-sxV9sfyhsV .navbar .navbar-toggler {
    flex-basis: auto;
  }
  .cid-sxV9sfyhsV .navbar .icons-menu {
    padding-left: 0;
    padding-top: 0.5rem;
    padding-bottom: 0.5rem;
  }
}
.cid-sxV9sfyhsV .navbar.navbar-short {
  min-height: 60px;
}
.cid-sxV9sfyhsV .navbar.navbar-short .navbar-logo img {
  height: 2.5rem !important;
}
.cid-sxV9sfyhsV .navbar.navbar-short .navbar-brand {
  min-height: 60px;
  padding: 0;
}
.cid-sxV9sfyhsV .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-sxV9sfyhsV .dropdown-menu {
  padding: 0;
  border-radius: 4px;
  box-shadow: 0 1px 3px 0 rgba(0, 0, 0, 0.1);
}
.cid-sxV9sfyhsV .dropdown-item {
  border-bottom: 1px solid #e6e6e6;
}
.cid-sxV9sfyhsV .dropdown-item:hover,
.cid-sxV9sfyhsV .dropdown-item:focus {
  background: #000000 !important;
  color: white !important;
}
.cid-sxV9sfyhsV .dropdown-item:first-child {
  border-top-left-radius: 4px;
  border-top-right-radius: 4px;
}
.cid-sxV9sfyhsV .dropdown-item:last-child {
  border-bottom: none;
  border-bottom-left-radius: 4px;
  border-bottom-right-radius: 4px;
}
.cid-sxV9sfyhsV .nav-dropdown .link {
  padding: 0 0.3em !important;
  margin: 0.667em 0.5em !important;
}
.cid-sxV9sfyhsV .nav-dropdown .link.dropdown-toggle::after {
  margin-left: 0.5rem;
  margin-top: 0.2rem;
}
.cid-sxV9sfyhsV .dropdown-menu,
.cid-sxV9sfyhsV .navbar.opened {
  background: #ffffff !important;
}
.cid-sxV9sfyhsV .nav-item:focus,
.cid-sxV9sfyhsV .nav-link:focus {
  outline: none;
}
.cid-sxV9sfyhsV .dropdown .dropdown-menu .dropdown-item {
  width: auto;
  transition: all 0.25s ease-in-out;
}
.cid-sxV9sfyhsV .dropdown .dropdown-menu .dropdown-item::after {
  right: 0.5rem;
}
.cid-sxV9sfyhsV .dropdown .dropdown-menu .dropdown-item .mbr-iconfont {
  margin-right: 0.5rem;
  vertical-align: sub;
}
.cid-sxV9sfyhsV .dropdown .dropdown-menu .dropdown-item .mbr-iconfont:before {
  display: inline-block;
  transform: scale(1, 1);
  transition: all 0.25s ease-in-out;
}
.cid-sxV9sfyhsV .collapsed .dropdown-menu .dropdown-item:before {
  display: none;
}
.cid-sxV9sfyhsV .collapsed .dropdown .dropdown-menu .dropdown-item {
  padding: 0.235em 1.5em 0.235em 1.5em !important;
  transition: none;
  margin: 0 !important;
}
.cid-sxV9sfyhsV .navbar-brand {
  min-height: 70px;
  flex-shrink: 0;
  align-items: center;
  margin-right: 0;
  padding: 0;
  transition: all 0.3s;
  word-break: break-word;
  z-index: 1;
}
.cid-sxV9sfyhsV .navbar-brand .navbar-caption {
  line-height: inherit !important;
}
.cid-sxV9sfyhsV .navbar-brand .navbar-logo a {
  outline: none;
}
.cid-sxV9sfyhsV .dropdown-item.active,
.cid-sxV9sfyhsV .dropdown-item:active {
  background-color: transparent;
}
.cid-sxV9sfyhsV .navbar-expand-lg .navbar-nav .nav-link {
  padding: 0;
}
.cid-sxV9sfyhsV .nav-dropdown .link.dropdown-toggle {
  margin-right: 1.667em;
}
.cid-sxV9sfyhsV .nav-dropdown .link.dropdown-toggle[aria-expanded="true"] {
  margin-right: 0;
  padding: 0.667em 1.667em;
}
.cid-sxV9sfyhsV .navbar.navbar-expand-lg .dropdown .dropdown-menu {
  background: #ffffff;
}
.cid-sxV9sfyhsV .navbar.navbar-expand-lg .dropdown .dropdown-menu .dropdown-submenu {
  margin: 0;
  left: 100%;
}
.cid-sxV9sfyhsV .navbar .dropdown.open > .dropdown-menu {
  display: block;
}
.cid-sxV9sfyhsV ul.navbar-nav {
  flex-wrap: wrap;
}
.cid-sxV9sfyhsV .navbar-buttons {
  text-align: center;
  min-width: 170px;
}
.cid-sxV9sfyhsV button.navbar-toggler {
  outline: none;
  width: 31px;
  height: 20px;
  cursor: pointer;
  transition: all 0.2s;
  position: relative;
  align-self: center;
}
.cid-sxV9sfyhsV button.navbar-toggler .hamburger span {
  position: absolute;
  right: 0;
  width: 30px;
  height: 2px;
  border-right: 5px;
  background-color: #000000;
}
.cid-sxV9sfyhsV button.navbar-toggler .hamburger span:nth-child(1) {
  top: 0;
  transition: all 0.2s;
}
.cid-sxV9sfyhsV button.navbar-toggler .hamburger span:nth-child(2) {
  top: 8px;
  transition: all 0.15s;
}
.cid-sxV9sfyhsV button.navbar-toggler .hamburger span:nth-child(3) {
  top: 8px;
  transition: all 0.15s;
}
.cid-sxV9sfyhsV button.navbar-toggler .hamburger span:nth-child(4) {
  top: 16px;
  transition: all 0.2s;
}
.cid-sxV9sfyhsV nav.opened .hamburger span:nth-child(1) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-sxV9sfyhsV nav.opened .hamburger span:nth-child(2) {
  transform: rotate(45deg);
  transition: all 0.25s;
}
.cid-sxV9sfyhsV nav.opened .hamburger span:nth-child(3) {
  transform: rotate(-45deg);
  transition: all 0.25s;
}
.cid-sxV9sfyhsV nav.opened .hamburger span:nth-child(4) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-sxV9sfyhsV .navbar-dropdown {
  padding: 0 1rem;
  position: fixed;
}
.cid-sxV9sfyhsV a.nav-link {
  display: flex;
  align-items: center;
  justify-content: center;
}
.cid-sxV9sfyhsV .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-sxV9sfyhsV .navbar {
    height: 70px;
  }
  .cid-sxV9sfyhsV .navbar.opened {
    height: auto;
  }
  .cid-sxV9sfyhsV .nav-item .nav-link:hover::before {
    width: 175%;
    max-width: calc(100% + 2rem);
    left: -1rem;
  }
}
.cid-sIiM7ipO3d {
  padding-top: 7rem;
  padding-bottom: 4rem;
  background-color: #202020;
}
.cid-sIiM7ipO3d .mbr-section-title {
  color: #36187d;
}
.cid-sIiM7ipO3d .mbr-section-subtitle {
  color: #0196e3;
}
.cid-sIiM7ipO3d .mbr-text {
  color: #ffffff;
}
.cid-sIiM7ipO3d .title-col {
  border-right: 3px solid currentColor;
  color: #0196e3;
  margin-right: 3rem;
  align-items: center;
  display: inline-flex;
  width: 100%;
}
@media (max-width: 992px) {
  .cid-sIiM7ipO3d .title-col {
    margin-right: 0;
    border-right: 0;
  }
}
.cid-sIiM7ipO3d .text-col {
  align-items: center;
  display: flex;
}
.cid-sIiM7ipO3d .mbr-section-subtitle,
.cid-sIiM7ipO3d .title-col {
  width: 100%;
  color: #ffffff;
}
.cid-sxV9sgohI2 {
  padding-top: 3rem;
  padding-bottom: 3rem;
  background-color: #ffffff;
}
.cid-sxV9sgohI2 img {
  border-radius: 0px;
}
.cid-sxV9sgohI2 .mbr-section-title {
  color: #000000;
  text-align: left;
  padding-top: 0.4rem;
}
.cid-sxV9sgohI2 .date {
  text-transform: uppercase;
  color: #000000;
  text-align: left;
  padding-top: 1rem;
}
.cid-sxV9sgohI2 .author {
  color: #626262;
  text-align: left;
  padding-top: 0.8rem;
}
.cid-sxV9sgohI2 .heading {
  text-align: center;
  padding: 0;
  margin: 0;
  padding-bottom: 100px;
}
.cid-sxV9sgohI2 .right {
  display: flex;
  flex-direction: column;
}
.cid-sxV9sgohI2 .mbr-section-btn {
  border: 2px solid #000000;
  width: auto;
}
.cid-sxV9sgohI2 .mbr-section-btn:hover {
  background-color: #000000;
  border: 2px solid #000000;
}
.cid-sxV9sgohI2 .card-heading {
  padding-top: 0;
}
.cid-sxV9sgohI2 .mbr-text {
  padding-top: 10px;
  color: #000000;
  text-align: justify;
}
.cid-sxV9sgXQRt {
  padding-top: 5rem;
  padding-bottom: 1rem;
  background-color: #000000;
}
.cid-sxV9sgXQRt .container {
  max-width: 1750px;
}
.cid-sxV9sgXQRt .card-wrapper {
  border-top: 1px solid #ffffff;
  padding-top: 2rem;
}
.cid-sxV9sgXQRt img {
  width: 150px;
  display: inline-block;
}
.cid-sxV9sgXQRt p {
  line-height: 1.8;
}
.cid-sxV9sgXQRt .mbr-section-title {
  color: #ffffff;
}
.cid-sxV9sgXQRt .mbr-text {
  color: #ffffff;
}
.cid-sKcPyKhEfH {
  padding-top: 1rem;
  padding-bottom: 0rem;
  background-color: #000000;
}
.cid-sKcPyKhEfH .mbr-section-subtitle {
  color: #36187d;
}
.cid-sKcPyKhEfH .mbr-text {
  color: #ffffff;
  font-size: 15px;
  text-align: justify;
}
.cid-sKcPz5kPoG {
  padding-top: 1rem;
  padding-bottom: 1rem;
  background-color: #000000;
}
.cid-sKcPz5kPoG .mbr-section-subtitle {
  color: #36187d;
}
.cid-sKcPz5kPoG .mbr-text {
  color: #ffffff;
  font-size: 13px;
}
.cid-sy1FuutTGS {
  background-image: url("../../../assets/images/family1-1920x1280.webp");
}
.cid-sy1FuutTGS .text-content {
  padding-top: 120px;
  padding-bottom: 30px;
}
.cid-sy1FuutTGS .text-content .btn-bgr {
  z-index: 0;
}
.cid-sy1FuutTGS .mbr-overlay {
  background: linear-gradient(90deg, #000000, #202020);
}
.cid-sy1FuutTGS H3 {
  color: #000000;
  font-weight: 300;
}
.cid-sy1FuutTGS P {
  color: #767676;
}
.cid-sy1FuutTGS H2 {
  color: #000000;
}
.cid-sy1FuutTGS .media-container-row {
  padding-left: 3rem;
  padding-right: 3rem;
}
@media (max-width: 767px) {
  .cid-sy1FuutTGS .media-container-row {
    padding-left: 0 !important;
    padding-right: 0 !important;
  }
}
.cid-sy1FuutTGS .text-content {
  padding-left: 1rem;
  padding-right: 1rem;
  width: 50%;
  opacity: 80%;
  background-color: #000000;
}
@media (max-width: 991px) {
  .cid-sy1FuutTGS .text-content {
    width: 80%;
  }
}
@media (max-width: 599px) {
  .cid-sy1FuutTGS .text-content {
    width: 100%;
  }
}
.cid-sy1FuutTGS .media-content {
  padding-right: 1.5rem;
  padding-left: 0;
}
.cid-sy1FuutTGS .mbr-section-btn {
  margin-left: -0.8rem;
}
@media (max-width: 767px) {
  .cid-sy1FuutTGS .mbr-text {
    text-align: center;
  }
}
.cid-sy1FuutTGS .mbr-section-btn,
.cid-sy1FuutTGS .mbr-section-title {
  text-align: left;
  color: #ffffff;
}
.cid-sy1FuutTGS .mbr-section-subtitle {
  text-align: justify;
  color: #ffffff;
}
.cid-sy1rRe6Xxs {
  padding-top: 75px;
  padding-bottom: 45px;
  background-color: #ffffff;
}
.cid-sy1rRe6Xxs h2 {
  margin-bottom: 10px;
  color: #130947;
  line-height: 1.2;
  letter-spacing: -0.5px;
  font-weight: 700;
}
.cid-sy1rRe6Xxs .nav-tabs .nav-item.open .nav-link:focus,
.cid-sy1rRe6Xxs .nav-tabs .nav-link.active:focus {
  outline: none;
}
.cid-sy1rRe6Xxs .nav-link.active {
  background: #202020;
}
.cid-sy1rRe6Xxs .nav-link {
  background: white;
  -webkit-transition: all 0.3s;
  transition: all 0.3s;
  padding: 16px 25px;
  line-height: 1.5;
  border-radius: 0;
  text-align: left;
  margin: 0px;
  font-weight: 700 !important;
  position: relative;
}
.cid-sy1rRe6Xxs .nav-link:hover {
  background: #202020;
}
.cid-sy1rRe6Xxs .nav-link .mbr-iconfont {
  font-weight: bold;
  position: absolute;
  top: 13px;
  right: 20px;
  width: 30px;
  height: 30px;
  background-color: #f2f3f7;
  line-height: 1.9;
  text-align: center;
  border-radius: 50%;
  color: #000000;
  font-size: 17px;
}
.cid-sy1rRe6Xxs .nav-link .mbr-iconfont:before {
  margin-left: 3px;
}
.cid-sy1rRe6Xxs .nav-link.display-4 {
  font-size: 15px;
}
.cid-sy1rRe6Xxs .nav-tabs {
  flex-wrap: wrap;
  border-bottom: 1px solid #e5e8ef;
  -webkit-box-pack: center;
  justify-content: center;
  border: 1px solid #e5e8ef;
}
.cid-sy1rRe6Xxs .nav-tabs .nav-item {
  padding: 0;
  -webkit-box-flex: 1;
  flex: 1 1 100%;
}
.cid-sy1rRe6Xxs .nav-tabs .nav-link {
  color: #000000;
  font-style: normal;
  font-weight: 500;
  -webkit-transition: all 0.5s;
  transition: all 0.5s;
  border: none;
}
.cid-sy1rRe6Xxs .nav-tabs .nav-link:hover {
  cursor: pointer;
  color: #ffffff;
}
.cid-sy1rRe6Xxs .nav-tabs .nav-link.active {
  font-weight: 500;
  color: #ffffff;
  font-style: normal;
}
.cid-sy1rRe6Xxs .widget {
  margin-top: 30px;
  background-color: #202020;
  border-radius: 4px;
}
.cid-sy1rRe6Xxs .widget .textwidget .single-service-contact {
  position: relative;
  overflow: hidden;
  line-height: 1.5;
  color: #fff;
}
.cid-sy1rRe6Xxs .widget .textwidget .single-service-contact .img-wrap {
  margin: 0 0 25px;
}
.cid-sy1rRe6Xxs .widget .textwidget .single-service-contact .img-wrap img {
  max-width: 100%;
  height: auto;
  vertical-align: middle;
  border-radius: 4px;
}
.cid-sy1rRe6Xxs .widget .textwidget .single-service-contact-inner {
  text-align: center;
  color: #fff;
  padding: 0 30px 15px;
  position: relative;
}
.cid-sy1rRe6Xxs .widget .textwidget .single-service-contact-inner::before {
  content: '';
  position: absolute;
  width: 0;
  height: 0;
  border-top: 13px solid transparent;
  border-left: 344px solid white;
  border-bottom: 0 solid transparent;
  left: -10px;
  top: -57px;
  -webkit-transform: rotate(-7deg);
  transform: rotate(-7deg);
}
.cid-sy1rRe6Xxs .widget .textwidget .single-service-contact-inner::after {
  border-right-color: #202020;
  content: '';
  position: absolute;
  width: 0;
  height: 0;
  border-top: 73px solid transparent;
  border-right: 382px solid #202020;
  border-bottom: 0 solid transparent;
  left: -9px;
  top: -83px;
  -webkit-transform: rotate(4deg);
  transform: rotate(4deg);
}
.cid-sy1rRe6Xxs .widget .textwidget .single-service-contact-inner .iconbox {
  margin-bottom: 30px;
}
.cid-sy1rRe6Xxs .widget .textwidget .single-service-contact-inner .iconbox span {
  font-size: 60px;
  line-height: 1;
}
.cid-sy1rRe6Xxs .widget .textwidget .single-service-contact-inner h2 {
  color: #fff;
  font-weight: 700;
  margin-bottom: 20px;
}
.cid-sy1rRe6Xxs .widget .textwidget .single-service-contact-inner h2.display-2 {
  font-size: 22px;
  line-height: 1.09;
  letter-spacing: -0.5px;
}
.cid-sy1rRe6Xxs .widget .textwidget .single-service-contact-inner .mbr-text.display-7 {
  font-size: 16px;
  line-height: 1.5;
}
.cid-sy1rRe6Xxs .widget .textwidget .single-service-contact-inner .mbr-text {
  font-weight: 400;
}
.cid-sy1rRe6Xxs .widget .textwidget .single-service-contact-inner .mbr-section-btn {
  margin-bottom: 25px;
}
.cid-sy1rRe6Xxs .widget .textwidget .single-service-contact-inner .mbr-section-btn .btn {
  line-height: 2;
  letter-spacing: 1px;
  font-weight: 700;
  font-style: normal;
  padding-top: 12px;
  padding-bottom: 12px;
  padding-left: 40px;
  padding-right: 40px;
  margin-top: 20px;
  border-radius: 2em;
  display: inline-block;
}
.cid-sy1rRe6Xxs .widget .textwidget .single-service-contact-inner .mbr-section-btn .btn.display-4 {
  font-size: 12px;
}
.cid-sy1rRe6Xxs .tab-pane img {
  display: block;
  box-shadow: 0 0 50px rgba(79, 110, 173, 0.1);
  border-radius: 4px;
  max-width: 100%;
  height: auto;
  vertical-align: middle;
  margin-bottom: 50px;
}
.cid-sy1rRe6Xxs .tab-pane .mbr-section-title {
  color: #130947;
  font-weight: 700;
}
.cid-sy1rRe6Xxs .tab-pane .mbr-section-title.display-5 {
  line-height: 1.2;
  letter-spacing: -0.5px;
}
.cid-sy1rRe6Xxs .tab-pane .mbr-text {
  color: #6d7a8c;
}
.cid-sy1rRe6Xxs .tab-pane .mbr-text.display-7 {
  font-size: 16px;
  line-height: 1.5;
}
.cid-sy1rRe6Xxs .tab-pane .wrapper {
  border-radius: 0.25rem;
  padding: 1rem;
  background: #ffffff;
}
.cid-sy1rRe6Xxs .tab-pane .wrapper .img {
  margin-bottom: 20px;
}
.cid-sy1rRe6Xxs .tab-pane .wrapper .img .mbr-iconfont {
  font-size: 50px;
  top: 0;
  color: #4f87fb;
  border-radius: 50%;
}
.cid-sy1rRe6Xxs .tab-pane .wrapper .mbr-card-title {
  font-weight: 700;
  padding-bottom: 14px;
  margin-bottom: 10px;
  color: #130947;
}
.cid-sy1rRe6Xxs .tab-pane .wrapper .mbr-card-title.display-7 {
  line-height: 1.4;
  letter-spacing: -0.5px;
  font-size: 20px;
}
.cid-sy1rRe6Xxs .tab-pane .wrapper .mbr-text {
  margin-top: 20px;
  margin-bottom: 20px;
  color: #6d7a8c;
  font-weight: 400;
}
.cid-sy1rRe6Xxs .tab-pane .wrapper .mbr-text.display-4 {
  font-size: 16px;
  line-height: 1.5;
}
@media (max-width: 992px) {
  .cid-sy1rRe6Xxs .nav-tabs {
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    flex-direction: row;
    -webkit-box-pack: center;
    justify-content: center;
    border-right: 0px;
    padding-right: 0rem;
  }
}
@media (max-width: 767px) {
  .cid-sy1rRe6Xxs .mbr-text,
  .cid-sy1rRe6Xxs .nav-link,
  .cid-sy1rRe6Xxs .mbr-card-title,
  .cid-sy1rRe6Xxs .mbr-section-title {
    text-align: left;
  }
  .cid-sy1rRe6Xxs .nav-tabs {
    border-right: 0px;
    padding-right: 0rem;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    flex-direction: column;
  }
  .cid-sy1rRe6Xxs .single-service-contact-inner .mbr-text {
    text-align: left;
  }
}
.cid-sy1rRe6Xxs .tab-content .tab-pane .mbr-text {
  color: #000000;
  text-align: justify;
}
.cid-sy1rRe6Xxs .tab-content .tab-pane .mbr-section-title {
  color: #000000;
}
.cid-sy1rRe6Xxs H2 {
  color: #000000;
}
.cid-sAk4cbnAoK {
  padding-top: 6rem;
  padding-bottom: 6rem;
  background-color: #1b2026;
}
.cid-sAk4cbnAoK .container > .row,
.cid-sAk4cbnAoK .container-fluid > .row {
  background-color: #ffffff;
  border-radius: 10px;
}
@media (min-width: 1200px) {
  .cid-sAk4cbnAoK .container > .row,
  .cid-sAk4cbnAoK .container-fluid > .row {
    padding: 90px 100px;
  }
}
@media (max-width: 1199px) {
  .cid-sAk4cbnAoK .container > .row,
  .cid-sAk4cbnAoK .container-fluid > .row {
    padding: 50px 20px;
  }
}
@media (max-width: 767px) {
  .cid-sAk4cbnAoK .container > .row,
  .cid-sAk4cbnAoK .container-fluid > .row {
    padding: 40px 0;
    margin: 0;
  }
}
.cid-sAk4cbnAoK .mbr-section-subtitle {
  margin-bottom: 12px;
  color: #606060;
}
.cid-sAk4cbnAoK .icon_wrapper {
  border: 1px solid #5d6a79;
  border-radius: 50%;
  width: 60px;
  height: 60px;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  transition: all .4s;
}
.cid-sAk4cbnAoK .icon_wrapper .mbr-iconfont {
  transition: all .4s;
  color: #ffffff;
}
.cid-sAk4cbnAoK .item_wrapper {
  padding: 0 20px 40px;
}
@media (max-width: 767px) {
  .cid-sAk4cbnAoK .item_wrapper {
    padding-bottom: 20px;
  }
}
.cid-sAk4cbnAoK .item_wrapper:hover .item_title a {
  color: #1b1a1a !important;
}
.cid-sAk4cbnAoK .item_wrapper:hover .icon_wrapper a span {
  color: #1b1a1a !important;
}
.cid-sAk4cbnAoK .item_content {
  margin-top: 20px;
  width: 100%;
}
.cid-sAk4cbnAoK .item_title {
  margin-bottom: 10px;
  transition: all .4s;
}
.cid-sAk4cbnAoK .item_text {
  margin-bottom: 0;
  color: #000000;
  text-align: justify;
}
.cid-sAk4cbnAoK .divider {
  border-left: 1px solid #5d6a79;
}
.cid-sAk4cbnAoK .mbr-section-btn .btn-white-outline {
  padding: 3px 0;
  border: none !important;
  background-color: transparent !important;
}
@media (max-width: 991px) {
  .cid-sAk4cbnAoK .icons__block {
    margin-top: 40px;
  }
}
.cid-sAk4cbnAoK .mbr-text,
.cid-sAk4cbnAoK .mbr-section-btn {
  text-align: left;
  color: #000000;
}
.cid-sAk4cbnAoK .mbr-section-title {
  color: #000000;
}
.cid-sAk4cbnAoK .item_title,
.cid-sAk4cbnAoK .icons {
  color: #000000;
}
.cid-sKcyyCnq2J {
  padding-top: 3rem;
  padding-bottom: 3rem;
  background-color: #ffffff;
}
.cid-sKcyyCnq2J .mbr-section-subtitle {
  color: #14191e;
}
.cid-sKcyyCnq2J .mbr-text {
  color: #000000;
  text-align: justify;
}
.cid-sKcyyCnq2J .mb-3 {
  margin-bottom: 0.2rem!important;
}
.cid-sy1rRjiqyy {
  z-index: 1000;
  width: 100%;
  position: relative;
  min-height: 60px;
}
.cid-sy1rRjiqyy .menu-text {
  padding: 0 2rem;
  color: #5b6c8f;
}
@media (max-width: 992px) {
  .cid-sy1rRjiqyy .menu-text {
    text-align: center;
    padding: 0.5rem 1rem;
  }
}
.cid-sy1rRjiqyy .iconfont-wrapper {
  color: #103178 !important;
  font-size: 1.5rem;
  padding-right: 0.5rem;
}
@media (max-width: 992px) {
  .cid-sy1rRjiqyy .iconfont-wrapper {
    padding: 0 0.25rem;
  }
}
.cid-sy1rRjiqyy .container {
  display: flex;
  margin: auto;
}
@media (max-width: 767px) {
  .cid-sy1rRjiqyy .container {
    padding: 0 1rem;
  }
}
.cid-sy1rRjiqyy .menu-tite {
  background: #000000;
  width: 100%;
  padding: 0.4rem 1rem;
  text-align: right;
  font-size: 13px;
  color: #ffffff;
}
.cid-sy1rRjiqyy .nav-link {
  position: relative;
}
.cid-sy1rRjiqyy .nav-link:hover {
  color: #17a2b8 !important;
}
.cid-sy1rRjiqyy nav.navbar {
  position: fixed;
}
.cid-sy1rRjiqyy .navbar {
  padding: 0!important;
  min-height: 70px;
  transition: all 0.3s;
  border-bottom: 1px solid transparent;
  box-shadow: 0 1px 3px 0 rgba(0, 0, 0, 0.1);
  background: #ffffff;
}
.cid-sy1rRjiqyy .navbar.opened {
  transition: all 0.3s;
}
.cid-sy1rRjiqyy .navbar .dropdown-item {
  padding: 0.5rem 1.8rem;
}
.cid-sy1rRjiqyy .navbar .navbar-logo img {
  width: auto;
}
.cid-sy1rRjiqyy .navbar .navbar-collapse {
  justify-content: flex-end;
  z-index: 1;
}
.cid-sy1rRjiqyy .navbar.collapsed {
  justify-content: center;
}
.cid-sy1rRjiqyy .navbar.collapsed .nav-item .nav-link::before {
  display: none;
}
.cid-sy1rRjiqyy .navbar.collapsed.opened .dropdown-menu {
  top: 0;
}
@media (min-width: 992px) {
  .cid-sy1rRjiqyy .navbar.collapsed.opened:not(.navbar-short) .navbar-collapse {
    max-height: calc(98.5vh - 3.7rem);
  }
}
.cid-sy1rRjiqyy .navbar.collapsed .dropdown-menu .dropdown-submenu {
  left: 0 !important;
}
.cid-sy1rRjiqyy .navbar.collapsed .dropdown-menu .dropdown-item:after {
  right: auto;
}
.cid-sy1rRjiqyy .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-sy1rRjiqyy .navbar.collapsed ul.navbar-nav li {
  margin: auto;
}
.cid-sy1rRjiqyy .navbar.collapsed .dropdown-menu .dropdown-item {
  padding: 0.25rem 1.5rem;
  text-align: center;
}
.cid-sy1rRjiqyy .navbar.collapsed .icons-menu {
  padding-left: 0;
  padding-right: 0;
  padding-top: 0.5rem;
  padding-bottom: 0.5rem;
}
@media (max-width: 991px) {
  .cid-sy1rRjiqyy .navbar .nav-item .nav-link::before {
    display: none;
  }
  .cid-sy1rRjiqyy .navbar.opened .dropdown-menu {
    top: 0;
  }
  .cid-sy1rRjiqyy .navbar .dropdown-menu .dropdown-submenu {
    left: 0 !important;
  }
  .cid-sy1rRjiqyy .navbar .dropdown-menu .dropdown-item:after {
    right: auto;
  }
  .cid-sy1rRjiqyy .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-sy1rRjiqyy .navbar .navbar-logo img {
    height: 3rem !important;
  }
  .cid-sy1rRjiqyy .navbar ul.navbar-nav li {
    margin: auto;
  }
  .cid-sy1rRjiqyy .navbar .dropdown-menu .dropdown-item {
    padding: 0.25rem 1.5rem !important;
    text-align: center;
  }
  .cid-sy1rRjiqyy .navbar .navbar-brand {
    flex-shrink: initial;
    flex-basis: auto;
    word-break: break-word;
    padding-right: 2rem;
  }
  .cid-sy1rRjiqyy .navbar .navbar-toggler {
    flex-basis: auto;
  }
  .cid-sy1rRjiqyy .navbar .icons-menu {
    padding-left: 0;
    padding-top: 0.5rem;
    padding-bottom: 0.5rem;
  }
}
.cid-sy1rRjiqyy .navbar.navbar-short {
  min-height: 60px;
}
.cid-sy1rRjiqyy .navbar.navbar-short .navbar-logo img {
  height: 2.5rem !important;
}
.cid-sy1rRjiqyy .navbar.navbar-short .navbar-brand {
  min-height: 60px;
  padding: 0;
}
.cid-sy1rRjiqyy .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-sy1rRjiqyy .dropdown-menu {
  padding: 0;
  border-radius: 4px;
  box-shadow: 0 1px 3px 0 rgba(0, 0, 0, 0.1);
}
.cid-sy1rRjiqyy .dropdown-item {
  border-bottom: 1px solid #e6e6e6;
}
.cid-sy1rRjiqyy .dropdown-item:hover,
.cid-sy1rRjiqyy .dropdown-item:focus {
  background: #000000 !important;
  color: white !important;
}
.cid-sy1rRjiqyy .dropdown-item:first-child {
  border-top-left-radius: 4px;
  border-top-right-radius: 4px;
}
.cid-sy1rRjiqyy .dropdown-item:last-child {
  border-bottom: none;
  border-bottom-left-radius: 4px;
  border-bottom-right-radius: 4px;
}
.cid-sy1rRjiqyy .nav-dropdown .link {
  padding: 0 0.3em !important;
  margin: 0.667em 0.5em !important;
}
.cid-sy1rRjiqyy .nav-dropdown .link.dropdown-toggle::after {
  margin-left: 0.5rem;
  margin-top: 0.2rem;
}
.cid-sy1rRjiqyy .dropdown-menu,
.cid-sy1rRjiqyy .navbar.opened {
  background: #ffffff !important;
}
.cid-sy1rRjiqyy .nav-item:focus,
.cid-sy1rRjiqyy .nav-link:focus {
  outline: none;
}
.cid-sy1rRjiqyy .dropdown .dropdown-menu .dropdown-item {
  width: auto;
  transition: all 0.25s ease-in-out;
}
.cid-sy1rRjiqyy .dropdown .dropdown-menu .dropdown-item::after {
  right: 0.5rem;
}
.cid-sy1rRjiqyy .dropdown .dropdown-menu .dropdown-item .mbr-iconfont {
  margin-right: 0.5rem;
  vertical-align: sub;
}
.cid-sy1rRjiqyy .dropdown .dropdown-menu .dropdown-item .mbr-iconfont:before {
  display: inline-block;
  transform: scale(1, 1);
  transition: all 0.25s ease-in-out;
}
.cid-sy1rRjiqyy .collapsed .dropdown-menu .dropdown-item:before {
  display: none;
}
.cid-sy1rRjiqyy .collapsed .dropdown .dropdown-menu .dropdown-item {
  padding: 0.235em 1.5em 0.235em 1.5em !important;
  transition: none;
  margin: 0 !important;
}
.cid-sy1rRjiqyy .navbar-brand {
  min-height: 70px;
  flex-shrink: 0;
  align-items: center;
  margin-right: 0;
  padding: 0;
  transition: all 0.3s;
  word-break: break-word;
  z-index: 1;
}
.cid-sy1rRjiqyy .navbar-brand .navbar-caption {
  line-height: inherit !important;
}
.cid-sy1rRjiqyy .navbar-brand .navbar-logo a {
  outline: none;
}
.cid-sy1rRjiqyy .dropdown-item.active,
.cid-sy1rRjiqyy .dropdown-item:active {
  background-color: transparent;
}
.cid-sy1rRjiqyy .navbar-expand-lg .navbar-nav .nav-link {
  padding: 0;
}
.cid-sy1rRjiqyy .nav-dropdown .link.dropdown-toggle {
  margin-right: 1.667em;
}
.cid-sy1rRjiqyy .nav-dropdown .link.dropdown-toggle[aria-expanded="true"] {
  margin-right: 0;
  padding: 0.667em 1.667em;
}
.cid-sy1rRjiqyy .navbar.navbar-expand-lg .dropdown .dropdown-menu {
  background: #ffffff;
}
.cid-sy1rRjiqyy .navbar.navbar-expand-lg .dropdown .dropdown-menu .dropdown-submenu {
  margin: 0;
  left: 100%;
}
.cid-sy1rRjiqyy .navbar .dropdown.open > .dropdown-menu {
  display: block;
}
.cid-sy1rRjiqyy ul.navbar-nav {
  flex-wrap: wrap;
}
.cid-sy1rRjiqyy .navbar-buttons {
  text-align: center;
  min-width: 170px;
}
.cid-sy1rRjiqyy button.navbar-toggler {
  outline: none;
  width: 31px;
  height: 20px;
  cursor: pointer;
  transition: all 0.2s;
  position: relative;
  align-self: center;
}
.cid-sy1rRjiqyy button.navbar-toggler .hamburger span {
  position: absolute;
  right: 0;
  width: 30px;
  height: 2px;
  border-right: 5px;
  background-color: #000000;
}
.cid-sy1rRjiqyy button.navbar-toggler .hamburger span:nth-child(1) {
  top: 0;
  transition: all 0.2s;
}
.cid-sy1rRjiqyy button.navbar-toggler .hamburger span:nth-child(2) {
  top: 8px;
  transition: all 0.15s;
}
.cid-sy1rRjiqyy button.navbar-toggler .hamburger span:nth-child(3) {
  top: 8px;
  transition: all 0.15s;
}
.cid-sy1rRjiqyy button.navbar-toggler .hamburger span:nth-child(4) {
  top: 16px;
  transition: all 0.2s;
}
.cid-sy1rRjiqyy nav.opened .hamburger span:nth-child(1) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-sy1rRjiqyy nav.opened .hamburger span:nth-child(2) {
  transform: rotate(45deg);
  transition: all 0.25s;
}
.cid-sy1rRjiqyy nav.opened .hamburger span:nth-child(3) {
  transform: rotate(-45deg);
  transition: all 0.25s;
}
.cid-sy1rRjiqyy nav.opened .hamburger span:nth-child(4) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-sy1rRjiqyy .navbar-dropdown {
  padding: 0 1rem;
  position: fixed;
}
.cid-sy1rRjiqyy a.nav-link {
  display: flex;
  align-items: center;
  justify-content: center;
}
.cid-sy1rRjiqyy .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-sy1rRjiqyy .navbar {
    height: 70px;
  }
  .cid-sy1rRjiqyy .navbar.opened {
    height: auto;
  }
  .cid-sy1rRjiqyy .nav-item .nav-link:hover::before {
    width: 175%;
    max-width: calc(100% + 2rem);
    left: -1rem;
  }
}
.cid-sy1rRk4wdl {
  padding-top: 5rem;
  padding-bottom: 1rem;
  background-color: #000000;
}
.cid-sy1rRk4wdl .container {
  max-width: 1750px;
}
.cid-sy1rRk4wdl .card-wrapper {
  border-top: 1px solid #ffffff;
  padding-top: 2rem;
}
.cid-sy1rRk4wdl img {
  width: 150px;
  display: inline-block;
}
.cid-sy1rRk4wdl p {
  line-height: 1.8;
}
.cid-sy1rRk4wdl .mbr-section-title {
  color: #ffffff;
}
.cid-sy1rRk4wdl .mbr-text {
  color: #ffffff;
}
.cid-sKcOUfUAhr {
  padding-top: 1rem;
  padding-bottom: 0rem;
  background-color: #000000;
}
.cid-sKcOUfUAhr .mbr-section-subtitle {
  color: #36187d;
}
.cid-sKcOUfUAhr .mbr-text {
  color: #ffffff;
  font-size: 15px;
  text-align: justify;
}
.cid-sKcOUDYSro {
  padding-top: 1rem;
  padding-bottom: 1rem;
  background-color: #000000;
}
.cid-sKcOUDYSro .mbr-section-subtitle {
  color: #36187d;
}
.cid-sKcOUDYSro .mbr-text {
  color: #ffffff;
  font-size: 13px;
}
.cid-sy1FHEKINt {
  background-image: url("../../../assets/images/surfing3-1-2000x1328.webp");
}
.cid-sy1FHEKINt .text-content {
  padding-top: 120px;
  padding-bottom: 30px;
}
.cid-sy1FHEKINt .text-content .btn-bgr {
  z-index: 0;
}
.cid-sy1FHEKINt .mbr-overlay {
  background: linear-gradient(90deg, #000000, #202020);
}
.cid-sy1FHEKINt H3 {
  color: #000000;
  font-weight: 300;
}
.cid-sy1FHEKINt P {
  color: #767676;
}
.cid-sy1FHEKINt H2 {
  color: #000000;
}
.cid-sy1FHEKINt .media-container-row {
  padding-left: 3rem;
  padding-right: 3rem;
}
@media (max-width: 767px) {
  .cid-sy1FHEKINt .media-container-row {
    padding-left: 0 !important;
    padding-right: 0 !important;
  }
}
.cid-sy1FHEKINt .text-content {
  padding-left: 1rem;
  padding-right: 1rem;
  width: 50%;
  opacity: 80%;
  background-color: #000000;
}
@media (max-width: 991px) {
  .cid-sy1FHEKINt .text-content {
    width: 80%;
  }
}
@media (max-width: 599px) {
  .cid-sy1FHEKINt .text-content {
    width: 100%;
  }
}
.cid-sy1FHEKINt .media-content {
  padding-right: 1.5rem;
  padding-left: 0;
}
.cid-sy1FHEKINt .mbr-section-btn {
  margin-left: -0.8rem;
}
@media (max-width: 767px) {
  .cid-sy1FHEKINt .mbr-text {
    text-align: center;
  }
}
.cid-sy1FHEKINt .mbr-section-btn,
.cid-sy1FHEKINt .mbr-section-title {
  text-align: left;
  color: #ffffff;
}
.cid-sy1FHEKINt .mbr-section-subtitle {
  text-align: justify;
  color: #ffffff;
}
.cid-sy1Eggt211 {
  padding-top: 60px;
  padding-bottom: 45px;
  background-color: #ffffff;
}
.cid-sy1Eggt211 h2 {
  margin-bottom: 10px;
  color: #130947;
  line-height: 1.2;
  letter-spacing: -0.5px;
  font-weight: 700;
}
.cid-sy1Eggt211 .nav-tabs .nav-item.open .nav-link:focus,
.cid-sy1Eggt211 .nav-tabs .nav-link.active:focus {
  outline: none;
}
.cid-sy1Eggt211 .nav-link.active {
  background: #202020;
}
.cid-sy1Eggt211 .nav-link {
  background: white;
  -webkit-transition: all 0.3s;
  transition: all 0.3s;
  padding: 16px 25px;
  line-height: 1.5;
  border-radius: 0;
  text-align: left;
  margin: 0px;
  font-weight: 700 !important;
  position: relative;
}
.cid-sy1Eggt211 .nav-link:hover {
  background: #202020;
}
.cid-sy1Eggt211 .nav-link .mbr-iconfont {
  font-weight: bold;
  position: absolute;
  top: 13px;
  right: 20px;
  width: 30px;
  height: 30px;
  background-color: #f2f3f7;
  line-height: 1.9;
  text-align: center;
  border-radius: 50%;
  color: #000000;
  font-size: 17px;
}
.cid-sy1Eggt211 .nav-link .mbr-iconfont:before {
  margin-left: 3px;
}
.cid-sy1Eggt211 .nav-link.display-4 {
  font-size: 15px;
}
.cid-sy1Eggt211 .nav-tabs {
  flex-wrap: wrap;
  border-bottom: 1px solid #e5e8ef;
  -webkit-box-pack: center;
  justify-content: center;
  border: 1px solid #e5e8ef;
}
.cid-sy1Eggt211 .nav-tabs .nav-item {
  padding: 0;
  -webkit-box-flex: 1;
  flex: 1 1 100%;
}
.cid-sy1Eggt211 .nav-tabs .nav-link {
  color: #000000;
  font-style: normal;
  font-weight: 500;
  -webkit-transition: all 0.5s;
  transition: all 0.5s;
  border: none;
}
.cid-sy1Eggt211 .nav-tabs .nav-link:hover {
  cursor: pointer;
  color: #ffffff;
}
.cid-sy1Eggt211 .nav-tabs .nav-link.active {
  font-weight: 500;
  color: #ffffff;
  font-style: normal;
}
.cid-sy1Eggt211 .widget {
  margin-top: 30px;
  background-color: #202020;
  border-radius: 4px;
}
.cid-sy1Eggt211 .widget .textwidget .single-service-contact {
  position: relative;
  overflow: hidden;
  line-height: 1.5;
  color: #fff;
}
.cid-sy1Eggt211 .widget .textwidget .single-service-contact .img-wrap {
  margin: 0 0 25px;
}
.cid-sy1Eggt211 .widget .textwidget .single-service-contact .img-wrap img {
  max-width: 100%;
  height: auto;
  vertical-align: middle;
  border-radius: 4px;
}
.cid-sy1Eggt211 .widget .textwidget .single-service-contact-inner {
  text-align: center;
  color: #fff;
  padding: 0 30px 15px;
  position: relative;
}
.cid-sy1Eggt211 .widget .textwidget .single-service-contact-inner::before {
  content: '';
  position: absolute;
  width: 0;
  height: 0;
  border-top: 13px solid transparent;
  border-left: 344px solid white;
  border-bottom: 0 solid transparent;
  left: -10px;
  top: -57px;
  -webkit-transform: rotate(-7deg);
  transform: rotate(-7deg);
}
.cid-sy1Eggt211 .widget .textwidget .single-service-contact-inner::after {
  border-right-color: #202020;
  content: '';
  position: absolute;
  width: 0;
  height: 0;
  border-top: 73px solid transparent;
  border-right: 382px solid #202020;
  border-bottom: 0 solid transparent;
  left: -9px;
  top: -83px;
  -webkit-transform: rotate(4deg);
  transform: rotate(4deg);
}
.cid-sy1Eggt211 .widget .textwidget .single-service-contact-inner .iconbox {
  margin-bottom: 30px;
}
.cid-sy1Eggt211 .widget .textwidget .single-service-contact-inner .iconbox span {
  font-size: 60px;
  line-height: 1;
}
.cid-sy1Eggt211 .widget .textwidget .single-service-contact-inner h2 {
  color: #fff;
  font-weight: 700;
  margin-bottom: 20px;
}
.cid-sy1Eggt211 .widget .textwidget .single-service-contact-inner h2.display-2 {
  font-size: 22px;
  line-height: 1.09;
  letter-spacing: -0.5px;
}
.cid-sy1Eggt211 .widget .textwidget .single-service-contact-inner .mbr-text.display-7 {
  font-size: 16px;
  line-height: 1.5;
}
.cid-sy1Eggt211 .widget .textwidget .single-service-contact-inner .mbr-text {
  font-weight: 400;
}
.cid-sy1Eggt211 .widget .textwidget .single-service-contact-inner .mbr-section-btn {
  margin-bottom: 25px;
}
.cid-sy1Eggt211 .widget .textwidget .single-service-contact-inner .mbr-section-btn .btn {
  line-height: 2;
  letter-spacing: 1px;
  font-weight: 700;
  font-style: normal;
  padding-top: 12px;
  padding-bottom: 12px;
  padding-left: 40px;
  padding-right: 40px;
  margin-top: 20px;
  border-radius: 2em;
  display: inline-block;
}
.cid-sy1Eggt211 .widget .textwidget .single-service-contact-inner .mbr-section-btn .btn.display-4 {
  font-size: 12px;
}
.cid-sy1Eggt211 .tab-pane img {
  display: block;
  box-shadow: 0 0 50px rgba(79, 110, 173, 0.1);
  border-radius: 4px;
  max-width: 100%;
  height: auto;
  vertical-align: middle;
  margin-bottom: 50px;
}
.cid-sy1Eggt211 .tab-pane .mbr-section-title {
  color: #130947;
  font-weight: 700;
}
.cid-sy1Eggt211 .tab-pane .mbr-section-title.display-5 {
  line-height: 1.2;
  letter-spacing: -0.5px;
}
.cid-sy1Eggt211 .tab-pane .mbr-text {
  color: #6d7a8c;
}
.cid-sy1Eggt211 .tab-pane .mbr-text.display-7 {
  font-size: 16px;
  line-height: 1.5;
}
.cid-sy1Eggt211 .tab-pane .wrapper {
  border-radius: 0.25rem;
  padding: 1rem;
  background: #ffffff;
}
.cid-sy1Eggt211 .tab-pane .wrapper .img {
  margin-bottom: 20px;
}
.cid-sy1Eggt211 .tab-pane .wrapper .img .mbr-iconfont {
  font-size: 50px;
  top: 0;
  color: #4f87fb;
  border-radius: 50%;
}
.cid-sy1Eggt211 .tab-pane .wrapper .mbr-card-title {
  font-weight: 700;
  padding-bottom: 14px;
  margin-bottom: 10px;
  color: #130947;
}
.cid-sy1Eggt211 .tab-pane .wrapper .mbr-card-title.display-7 {
  line-height: 1.4;
  letter-spacing: -0.5px;
  font-size: 20px;
}
.cid-sy1Eggt211 .tab-pane .wrapper .mbr-text {
  margin-top: 20px;
  margin-bottom: 20px;
  color: #6d7a8c;
  font-weight: 400;
}
.cid-sy1Eggt211 .tab-pane .wrapper .mbr-text.display-4 {
  font-size: 16px;
  line-height: 1.5;
}
@media (max-width: 992px) {
  .cid-sy1Eggt211 .nav-tabs {
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    flex-direction: row;
    -webkit-box-pack: center;
    justify-content: center;
    border-right: 0px;
    padding-right: 0rem;
  }
}
@media (max-width: 767px) {
  .cid-sy1Eggt211 .mbr-text,
  .cid-sy1Eggt211 .nav-link,
  .cid-sy1Eggt211 .mbr-card-title,
  .cid-sy1Eggt211 .mbr-section-title {
    text-align: left;
  }
  .cid-sy1Eggt211 .nav-tabs {
    border-right: 0px;
    padding-right: 0rem;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    flex-direction: column;
  }
  .cid-sy1Eggt211 .single-service-contact-inner .mbr-text {
    text-align: left;
  }
}
.cid-sy1Eggt211 .tab-content .tab-pane .mbr-text {
  color: #000000;
  text-align: justify;
}
.cid-sy1Eggt211 .tab-content .tab-pane .mbr-section-title {
  color: #000000;
}
.cid-sy1Eggt211 H2 {
  color: #000000;
}
.cid-sAkixH4SnF {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-color: #1b2026;
}
.cid-sAkixH4SnF .container > .row,
.cid-sAkixH4SnF .container-fluid > .row {
  background-color: #ffffff;
  border-radius: 10px;
}
@media (min-width: 1200px) {
  .cid-sAkixH4SnF .container > .row,
  .cid-sAkixH4SnF .container-fluid > .row {
    padding: 90px 100px;
  }
}
@media (max-width: 1199px) {
  .cid-sAkixH4SnF .container > .row,
  .cid-sAkixH4SnF .container-fluid > .row {
    padding: 50px 20px;
  }
}
@media (max-width: 767px) {
  .cid-sAkixH4SnF .container > .row,
  .cid-sAkixH4SnF .container-fluid > .row {
    padding: 40px 0;
    margin: 0;
  }
}
.cid-sAkixH4SnF .mbr-section-subtitle {
  margin-bottom: 12px;
  color: #606060;
}
.cid-sAkixH4SnF .icon_wrapper {
  border: 1px solid #5d6a79;
  border-radius: 50%;
  width: 60px;
  height: 60px;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  transition: all .4s;
}
.cid-sAkixH4SnF .icon_wrapper .mbr-iconfont {
  transition: all .4s;
  color: #ffffff;
}
.cid-sAkixH4SnF .item_wrapper {
  padding: 0 20px 40px;
}
@media (max-width: 767px) {
  .cid-sAkixH4SnF .item_wrapper {
    padding-bottom: 20px;
  }
}
.cid-sAkixH4SnF .item_wrapper:hover .item_title a {
  color: #1b1a1a !important;
}
.cid-sAkixH4SnF .item_wrapper:hover .icon_wrapper a span {
  color: #1b1a1a !important;
}
.cid-sAkixH4SnF .item_content {
  margin-top: 20px;
  width: 100%;
}
.cid-sAkixH4SnF .item_title {
  margin-bottom: 10px;
  transition: all .4s;
}
.cid-sAkixH4SnF .item_text {
  margin-bottom: 0;
  color: #000000;
  text-align: justify;
}
.cid-sAkixH4SnF .divider {
  border-left: 1px solid #5d6a79;
}
.cid-sAkixH4SnF .mbr-section-btn .btn-white-outline {
  padding: 3px 0;
  border: none !important;
  background-color: transparent !important;
}
@media (max-width: 991px) {
  .cid-sAkixH4SnF .icons__block {
    margin-top: 40px;
  }
}
.cid-sAkixH4SnF .mbr-text,
.cid-sAkixH4SnF .mbr-section-btn {
  text-align: left;
  color: #000000;
}
.cid-sAkixH4SnF .mbr-section-title {
  color: #000000;
}
.cid-sAkixH4SnF .item_title,
.cid-sAkixH4SnF .icons {
  color: #000000;
}
.cid-sKcyByMApC {
  padding-top: 3rem;
  padding-bottom: 3rem;
  background-color: #ffffff;
}
.cid-sKcyByMApC .mbr-section-subtitle {
  color: #14191e;
}
.cid-sKcyByMApC .mbr-text {
  color: #000000;
  text-align: justify;
}
.cid-sKcyByMApC .mb-3 {
  margin-bottom: 0.2rem!important;
}
.cid-sy1EglMu36 {
  z-index: 1000;
  width: 100%;
  position: relative;
  min-height: 60px;
}
.cid-sy1EglMu36 .menu-text {
  padding: 0 2rem;
  color: #5b6c8f;
}
@media (max-width: 992px) {
  .cid-sy1EglMu36 .menu-text {
    text-align: center;
    padding: 0.5rem 1rem;
  }
}
.cid-sy1EglMu36 .iconfont-wrapper {
  color: #103178 !important;
  font-size: 1.5rem;
  padding-right: 0.5rem;
}
@media (max-width: 992px) {
  .cid-sy1EglMu36 .iconfont-wrapper {
    padding: 0 0.25rem;
  }
}
.cid-sy1EglMu36 .container {
  display: flex;
  margin: auto;
}
@media (max-width: 767px) {
  .cid-sy1EglMu36 .container {
    padding: 0 1rem;
  }
}
.cid-sy1EglMu36 .menu-tite {
  background: #000000;
  width: 100%;
  padding: 0.4rem 1rem;
  text-align: right;
  font-size: 13px;
  color: #ffffff;
}
.cid-sy1EglMu36 .nav-link {
  position: relative;
}
.cid-sy1EglMu36 .nav-link:hover {
  color: #17a2b8 !important;
}
.cid-sy1EglMu36 nav.navbar {
  position: fixed;
}
.cid-sy1EglMu36 .navbar {
  padding: 0!important;
  min-height: 70px;
  transition: all 0.3s;
  border-bottom: 1px solid transparent;
  box-shadow: 0 1px 3px 0 rgba(0, 0, 0, 0.1);
  background: #ffffff;
}
.cid-sy1EglMu36 .navbar.opened {
  transition: all 0.3s;
}
.cid-sy1EglMu36 .navbar .dropdown-item {
  padding: 0.5rem 1.8rem;
}
.cid-sy1EglMu36 .navbar .navbar-logo img {
  width: auto;
}
.cid-sy1EglMu36 .navbar .navbar-collapse {
  justify-content: flex-end;
  z-index: 1;
}
.cid-sy1EglMu36 .navbar.collapsed {
  justify-content: center;
}
.cid-sy1EglMu36 .navbar.collapsed .nav-item .nav-link::before {
  display: none;
}
.cid-sy1EglMu36 .navbar.collapsed.opened .dropdown-menu {
  top: 0;
}
@media (min-width: 992px) {
  .cid-sy1EglMu36 .navbar.collapsed.opened:not(.navbar-short) .navbar-collapse {
    max-height: calc(98.5vh - 3.7rem);
  }
}
.cid-sy1EglMu36 .navbar.collapsed .dropdown-menu .dropdown-submenu {
  left: 0 !important;
}
.cid-sy1EglMu36 .navbar.collapsed .dropdown-menu .dropdown-item:after {
  right: auto;
}
.cid-sy1EglMu36 .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-sy1EglMu36 .navbar.collapsed ul.navbar-nav li {
  margin: auto;
}
.cid-sy1EglMu36 .navbar.collapsed .dropdown-menu .dropdown-item {
  padding: 0.25rem 1.5rem;
  text-align: center;
}
.cid-sy1EglMu36 .navbar.collapsed .icons-menu {
  padding-left: 0;
  padding-right: 0;
  padding-top: 0.5rem;
  padding-bottom: 0.5rem;
}
@media (max-width: 991px) {
  .cid-sy1EglMu36 .navbar .nav-item .nav-link::before {
    display: none;
  }
  .cid-sy1EglMu36 .navbar.opened .dropdown-menu {
    top: 0;
  }
  .cid-sy1EglMu36 .navbar .dropdown-menu .dropdown-submenu {
    left: 0 !important;
  }
  .cid-sy1EglMu36 .navbar .dropdown-menu .dropdown-item:after {
    right: auto;
  }
  .cid-sy1EglMu36 .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-sy1EglMu36 .navbar .navbar-logo img {
    height: 3rem !important;
  }
  .cid-sy1EglMu36 .navbar ul.navbar-nav li {
    margin: auto;
  }
  .cid-sy1EglMu36 .navbar .dropdown-menu .dropdown-item {
    padding: 0.25rem 1.5rem !important;
    text-align: center;
  }
  .cid-sy1EglMu36 .navbar .navbar-brand {
    flex-shrink: initial;
    flex-basis: auto;
    word-break: break-word;
    padding-right: 2rem;
  }
  .cid-sy1EglMu36 .navbar .navbar-toggler {
    flex-basis: auto;
  }
  .cid-sy1EglMu36 .navbar .icons-menu {
    padding-left: 0;
    padding-top: 0.5rem;
    padding-bottom: 0.5rem;
  }
}
.cid-sy1EglMu36 .navbar.navbar-short {
  min-height: 60px;
}
.cid-sy1EglMu36 .navbar.navbar-short .navbar-logo img {
  height: 2.5rem !important;
}
.cid-sy1EglMu36 .navbar.navbar-short .navbar-brand {
  min-height: 60px;
  padding: 0;
}
.cid-sy1EglMu36 .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-sy1EglMu36 .dropdown-menu {
  padding: 0;
  border-radius: 4px;
  box-shadow: 0 1px 3px 0 rgba(0, 0, 0, 0.1);
}
.cid-sy1EglMu36 .dropdown-item {
  border-bottom: 1px solid #e6e6e6;
}
.cid-sy1EglMu36 .dropdown-item:hover,
.cid-sy1EglMu36 .dropdown-item:focus {
  background: #000000 !important;
  color: white !important;
}
.cid-sy1EglMu36 .dropdown-item:first-child {
  border-top-left-radius: 4px;
  border-top-right-radius: 4px;
}
.cid-sy1EglMu36 .dropdown-item:last-child {
  border-bottom: none;
  border-bottom-left-radius: 4px;
  border-bottom-right-radius: 4px;
}
.cid-sy1EglMu36 .nav-dropdown .link {
  padding: 0 0.3em !important;
  margin: 0.667em 0.5em !important;
}
.cid-sy1EglMu36 .nav-dropdown .link.dropdown-toggle::after {
  margin-left: 0.5rem;
  margin-top: 0.2rem;
}
.cid-sy1EglMu36 .dropdown-menu,
.cid-sy1EglMu36 .navbar.opened {
  background: #ffffff !important;
}
.cid-sy1EglMu36 .nav-item:focus,
.cid-sy1EglMu36 .nav-link:focus {
  outline: none;
}
.cid-sy1EglMu36 .dropdown .dropdown-menu .dropdown-item {
  width: auto;
  transition: all 0.25s ease-in-out;
}
.cid-sy1EglMu36 .dropdown .dropdown-menu .dropdown-item::after {
  right: 0.5rem;
}
.cid-sy1EglMu36 .dropdown .dropdown-menu .dropdown-item .mbr-iconfont {
  margin-right: 0.5rem;
  vertical-align: sub;
}
.cid-sy1EglMu36 .dropdown .dropdown-menu .dropdown-item .mbr-iconfont:before {
  display: inline-block;
  transform: scale(1, 1);
  transition: all 0.25s ease-in-out;
}
.cid-sy1EglMu36 .collapsed .dropdown-menu .dropdown-item:before {
  display: none;
}
.cid-sy1EglMu36 .collapsed .dropdown .dropdown-menu .dropdown-item {
  padding: 0.235em 1.5em 0.235em 1.5em !important;
  transition: none;
  margin: 0 !important;
}
.cid-sy1EglMu36 .navbar-brand {
  min-height: 70px;
  flex-shrink: 0;
  align-items: center;
  margin-right: 0;
  padding: 0;
  transition: all 0.3s;
  word-break: break-word;
  z-index: 1;
}
.cid-sy1EglMu36 .navbar-brand .navbar-caption {
  line-height: inherit !important;
}
.cid-sy1EglMu36 .navbar-brand .navbar-logo a {
  outline: none;
}
.cid-sy1EglMu36 .dropdown-item.active,
.cid-sy1EglMu36 .dropdown-item:active {
  background-color: transparent;
}
.cid-sy1EglMu36 .navbar-expand-lg .navbar-nav .nav-link {
  padding: 0;
}
.cid-sy1EglMu36 .nav-dropdown .link.dropdown-toggle {
  margin-right: 1.667em;
}
.cid-sy1EglMu36 .nav-dropdown .link.dropdown-toggle[aria-expanded="true"] {
  margin-right: 0;
  padding: 0.667em 1.667em;
}
.cid-sy1EglMu36 .navbar.navbar-expand-lg .dropdown .dropdown-menu {
  background: #ffffff;
}
.cid-sy1EglMu36 .navbar.navbar-expand-lg .dropdown .dropdown-menu .dropdown-submenu {
  margin: 0;
  left: 100%;
}
.cid-sy1EglMu36 .navbar .dropdown.open > .dropdown-menu {
  display: block;
}
.cid-sy1EglMu36 ul.navbar-nav {
  flex-wrap: wrap;
}
.cid-sy1EglMu36 .navbar-buttons {
  text-align: center;
  min-width: 170px;
}
.cid-sy1EglMu36 button.navbar-toggler {
  outline: none;
  width: 31px;
  height: 20px;
  cursor: pointer;
  transition: all 0.2s;
  position: relative;
  align-self: center;
}
.cid-sy1EglMu36 button.navbar-toggler .hamburger span {
  position: absolute;
  right: 0;
  width: 30px;
  height: 2px;
  border-right: 5px;
  background-color: #000000;
}
.cid-sy1EglMu36 button.navbar-toggler .hamburger span:nth-child(1) {
  top: 0;
  transition: all 0.2s;
}
.cid-sy1EglMu36 button.navbar-toggler .hamburger span:nth-child(2) {
  top: 8px;
  transition: all 0.15s;
}
.cid-sy1EglMu36 button.navbar-toggler .hamburger span:nth-child(3) {
  top: 8px;
  transition: all 0.15s;
}
.cid-sy1EglMu36 button.navbar-toggler .hamburger span:nth-child(4) {
  top: 16px;
  transition: all 0.2s;
}
.cid-sy1EglMu36 nav.opened .hamburger span:nth-child(1) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-sy1EglMu36 nav.opened .hamburger span:nth-child(2) {
  transform: rotate(45deg);
  transition: all 0.25s;
}
.cid-sy1EglMu36 nav.opened .hamburger span:nth-child(3) {
  transform: rotate(-45deg);
  transition: all 0.25s;
}
.cid-sy1EglMu36 nav.opened .hamburger span:nth-child(4) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-sy1EglMu36 .navbar-dropdown {
  padding: 0 1rem;
  position: fixed;
}
.cid-sy1EglMu36 a.nav-link {
  display: flex;
  align-items: center;
  justify-content: center;
}
.cid-sy1EglMu36 .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-sy1EglMu36 .navbar {
    height: 70px;
  }
  .cid-sy1EglMu36 .navbar.opened {
    height: auto;
  }
  .cid-sy1EglMu36 .nav-item .nav-link:hover::before {
    width: 175%;
    max-width: calc(100% + 2rem);
    left: -1rem;
  }
}
.cid-sy1EgmxQUa {
  padding-top: 5rem;
  padding-bottom: 1rem;
  background-color: #000000;
}
.cid-sy1EgmxQUa .container {
  max-width: 1750px;
}
.cid-sy1EgmxQUa .card-wrapper {
  border-top: 1px solid #ffffff;
  padding-top: 2rem;
}
.cid-sy1EgmxQUa img {
  width: 150px;
  display: inline-block;
}
.cid-sy1EgmxQUa p {
  line-height: 1.8;
}
.cid-sy1EgmxQUa .mbr-section-title {
  color: #ffffff;
}
.cid-sy1EgmxQUa .mbr-text {
  color: #ffffff;
}
.cid-sKcOZucB3a {
  padding-top: 1rem;
  padding-bottom: 0rem;
  background-color: #000000;
}
.cid-sKcOZucB3a .mbr-section-subtitle {
  color: #36187d;
}
.cid-sKcOZucB3a .mbr-text {
  color: #ffffff;
  font-size: 15px;
  text-align: justify;
}
.cid-sKcOZOkl7m {
  padding-top: 1rem;
  padding-bottom: 1rem;
  background-color: #000000;
}
.cid-sKcOZOkl7m .mbr-section-subtitle {
  color: #36187d;
}
.cid-sKcOZOkl7m .mbr-text {
  color: #ffffff;
  font-size: 13px;
}
.cid-sypiMkWvWC {
  z-index: 1000;
  width: 100%;
  position: relative;
  min-height: 60px;
}
.cid-sypiMkWvWC .menu-text {
  padding: 0 2rem;
  color: #5b6c8f;
}
@media (max-width: 992px) {
  .cid-sypiMkWvWC .menu-text {
    text-align: center;
    padding: 0.5rem 1rem;
  }
}
.cid-sypiMkWvWC .iconfont-wrapper {
  color: #103178 !important;
  font-size: 1.5rem;
  padding-right: 0.5rem;
}
@media (max-width: 992px) {
  .cid-sypiMkWvWC .iconfont-wrapper {
    padding: 0 0.25rem;
  }
}
.cid-sypiMkWvWC .container {
  display: flex;
  margin: auto;
}
@media (max-width: 767px) {
  .cid-sypiMkWvWC .container {
    padding: 0 1rem;
  }
}
.cid-sypiMkWvWC .menu-tite {
  background: #000000;
  width: 100%;
  padding: 0.4rem 1rem;
  text-align: right;
  font-size: 13px;
  color: #ffffff;
}
.cid-sypiMkWvWC .nav-link {
  position: relative;
}
.cid-sypiMkWvWC .nav-link:hover {
  color: #17a2b8 !important;
}
.cid-sypiMkWvWC nav.navbar {
  position: fixed;
}
.cid-sypiMkWvWC .navbar {
  padding: 0!important;
  min-height: 70px;
  transition: all 0.3s;
  border-bottom: 1px solid transparent;
  box-shadow: 0 1px 3px 0 rgba(0, 0, 0, 0.1);
  background: #ffffff;
}
.cid-sypiMkWvWC .navbar.opened {
  transition: all 0.3s;
}
.cid-sypiMkWvWC .navbar .dropdown-item {
  padding: 0.5rem 1.8rem;
}
.cid-sypiMkWvWC .navbar .navbar-logo img {
  width: auto;
}
.cid-sypiMkWvWC .navbar .navbar-collapse {
  justify-content: flex-end;
  z-index: 1;
}
.cid-sypiMkWvWC .navbar.collapsed {
  justify-content: center;
}
.cid-sypiMkWvWC .navbar.collapsed .nav-item .nav-link::before {
  display: none;
}
.cid-sypiMkWvWC .navbar.collapsed.opened .dropdown-menu {
  top: 0;
}
@media (min-width: 992px) {
  .cid-sypiMkWvWC .navbar.collapsed.opened:not(.navbar-short) .navbar-collapse {
    max-height: calc(98.5vh - 3.7rem);
  }
}
.cid-sypiMkWvWC .navbar.collapsed .dropdown-menu .dropdown-submenu {
  left: 0 !important;
}
.cid-sypiMkWvWC .navbar.collapsed .dropdown-menu .dropdown-item:after {
  right: auto;
}
.cid-sypiMkWvWC .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-sypiMkWvWC .navbar.collapsed ul.navbar-nav li {
  margin: auto;
}
.cid-sypiMkWvWC .navbar.collapsed .dropdown-menu .dropdown-item {
  padding: 0.25rem 1.5rem;
  text-align: center;
}
.cid-sypiMkWvWC .navbar.collapsed .icons-menu {
  padding-left: 0;
  padding-right: 0;
  padding-top: 0.5rem;
  padding-bottom: 0.5rem;
}
@media (max-width: 991px) {
  .cid-sypiMkWvWC .navbar .nav-item .nav-link::before {
    display: none;
  }
  .cid-sypiMkWvWC .navbar.opened .dropdown-menu {
    top: 0;
  }
  .cid-sypiMkWvWC .navbar .dropdown-menu .dropdown-submenu {
    left: 0 !important;
  }
  .cid-sypiMkWvWC .navbar .dropdown-menu .dropdown-item:after {
    right: auto;
  }
  .cid-sypiMkWvWC .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-sypiMkWvWC .navbar .navbar-logo img {
    height: 3rem !important;
  }
  .cid-sypiMkWvWC .navbar ul.navbar-nav li {
    margin: auto;
  }
  .cid-sypiMkWvWC .navbar .dropdown-menu .dropdown-item {
    padding: 0.25rem 1.5rem !important;
    text-align: center;
  }
  .cid-sypiMkWvWC .navbar .navbar-brand {
    flex-shrink: initial;
    flex-basis: auto;
    word-break: break-word;
    padding-right: 2rem;
  }
  .cid-sypiMkWvWC .navbar .navbar-toggler {
    flex-basis: auto;
  }
  .cid-sypiMkWvWC .navbar .icons-menu {
    padding-left: 0;
    padding-top: 0.5rem;
    padding-bottom: 0.5rem;
  }
}
.cid-sypiMkWvWC .navbar.navbar-short {
  min-height: 60px;
}
.cid-sypiMkWvWC .navbar.navbar-short .navbar-logo img {
  height: 2.5rem !important;
}
.cid-sypiMkWvWC .navbar.navbar-short .navbar-brand {
  min-height: 60px;
  padding: 0;
}
.cid-sypiMkWvWC .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-sypiMkWvWC .dropdown-menu {
  padding: 0;
  border-radius: 4px;
  box-shadow: 0 1px 3px 0 rgba(0, 0, 0, 0.1);
}
.cid-sypiMkWvWC .dropdown-item {
  border-bottom: 1px solid #e6e6e6;
}
.cid-sypiMkWvWC .dropdown-item:hover,
.cid-sypiMkWvWC .dropdown-item:focus {
  background: #000000 !important;
  color: white !important;
}
.cid-sypiMkWvWC .dropdown-item:first-child {
  border-top-left-radius: 4px;
  border-top-right-radius: 4px;
}
.cid-sypiMkWvWC .dropdown-item:last-child {
  border-bottom: none;
  border-bottom-left-radius: 4px;
  border-bottom-right-radius: 4px;
}
.cid-sypiMkWvWC .nav-dropdown .link {
  padding: 0 0.3em !important;
  margin: 0.667em 0.5em !important;
}
.cid-sypiMkWvWC .nav-dropdown .link.dropdown-toggle::after {
  margin-left: 0.5rem;
  margin-top: 0.2rem;
}
.cid-sypiMkWvWC .dropdown-menu,
.cid-sypiMkWvWC .navbar.opened {
  background: #ffffff !important;
}
.cid-sypiMkWvWC .nav-item:focus,
.cid-sypiMkWvWC .nav-link:focus {
  outline: none;
}
.cid-sypiMkWvWC .dropdown .dropdown-menu .dropdown-item {
  width: auto;
  transition: all 0.25s ease-in-out;
}
.cid-sypiMkWvWC .dropdown .dropdown-menu .dropdown-item::after {
  right: 0.5rem;
}
.cid-sypiMkWvWC .dropdown .dropdown-menu .dropdown-item .mbr-iconfont {
  margin-right: 0.5rem;
  vertical-align: sub;
}
.cid-sypiMkWvWC .dropdown .dropdown-menu .dropdown-item .mbr-iconfont:before {
  display: inline-block;
  transform: scale(1, 1);
  transition: all 0.25s ease-in-out;
}
.cid-sypiMkWvWC .collapsed .dropdown-menu .dropdown-item:before {
  display: none;
}
.cid-sypiMkWvWC .collapsed .dropdown .dropdown-menu .dropdown-item {
  padding: 0.235em 1.5em 0.235em 1.5em !important;
  transition: none;
  margin: 0 !important;
}
.cid-sypiMkWvWC .navbar-brand {
  min-height: 70px;
  flex-shrink: 0;
  align-items: center;
  margin-right: 0;
  padding: 0;
  transition: all 0.3s;
  word-break: break-word;
  z-index: 1;
}
.cid-sypiMkWvWC .navbar-brand .navbar-caption {
  line-height: inherit !important;
}
.cid-sypiMkWvWC .navbar-brand .navbar-logo a {
  outline: none;
}
.cid-sypiMkWvWC .dropdown-item.active,
.cid-sypiMkWvWC .dropdown-item:active {
  background-color: transparent;
}
.cid-sypiMkWvWC .navbar-expand-lg .navbar-nav .nav-link {
  padding: 0;
}
.cid-sypiMkWvWC .nav-dropdown .link.dropdown-toggle {
  margin-right: 1.667em;
}
.cid-sypiMkWvWC .nav-dropdown .link.dropdown-toggle[aria-expanded="true"] {
  margin-right: 0;
  padding: 0.667em 1.667em;
}
.cid-sypiMkWvWC .navbar.navbar-expand-lg .dropdown .dropdown-menu {
  background: #ffffff;
}
.cid-sypiMkWvWC .navbar.navbar-expand-lg .dropdown .dropdown-menu .dropdown-submenu {
  margin: 0;
  left: 100%;
}
.cid-sypiMkWvWC .navbar .dropdown.open > .dropdown-menu {
  display: block;
}
.cid-sypiMkWvWC ul.navbar-nav {
  flex-wrap: wrap;
}
.cid-sypiMkWvWC .navbar-buttons {
  text-align: center;
  min-width: 170px;
}
.cid-sypiMkWvWC button.navbar-toggler {
  outline: none;
  width: 31px;
  height: 20px;
  cursor: pointer;
  transition: all 0.2s;
  position: relative;
  align-self: center;
}
.cid-sypiMkWvWC button.navbar-toggler .hamburger span {
  position: absolute;
  right: 0;
  width: 30px;
  height: 2px;
  border-right: 5px;
  background-color: #000000;
}
.cid-sypiMkWvWC button.navbar-toggler .hamburger span:nth-child(1) {
  top: 0;
  transition: all 0.2s;
}
.cid-sypiMkWvWC button.navbar-toggler .hamburger span:nth-child(2) {
  top: 8px;
  transition: all 0.15s;
}
.cid-sypiMkWvWC button.navbar-toggler .hamburger span:nth-child(3) {
  top: 8px;
  transition: all 0.15s;
}
.cid-sypiMkWvWC button.navbar-toggler .hamburger span:nth-child(4) {
  top: 16px;
  transition: all 0.2s;
}
.cid-sypiMkWvWC nav.opened .hamburger span:nth-child(1) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-sypiMkWvWC nav.opened .hamburger span:nth-child(2) {
  transform: rotate(45deg);
  transition: all 0.25s;
}
.cid-sypiMkWvWC nav.opened .hamburger span:nth-child(3) {
  transform: rotate(-45deg);
  transition: all 0.25s;
}
.cid-sypiMkWvWC nav.opened .hamburger span:nth-child(4) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-sypiMkWvWC .navbar-dropdown {
  padding: 0 1rem;
  position: fixed;
}
.cid-sypiMkWvWC a.nav-link {
  display: flex;
  align-items: center;
  justify-content: center;
}
.cid-sypiMkWvWC .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-sypiMkWvWC .navbar {
    height: 70px;
  }
  .cid-sypiMkWvWC .navbar.opened {
    height: auto;
  }
  .cid-sypiMkWvWC .nav-item .nav-link:hover::before {
    width: 175%;
    max-width: calc(100% + 2rem);
    left: -1rem;
  }
}
.cid-sypiVbqvsi {
  background-image: url("../../../assets/images/contact-us-page-2000x1335.webp");
}
.cid-sypiVbqvsi .text-content {
  padding-top: 120px;
  padding-bottom: 30px;
}
.cid-sypiVbqvsi .text-content .btn-bgr {
  z-index: 0;
}
.cid-sypiVbqvsi .mbr-overlay {
  background: linear-gradient(90deg, #000000, #202020);
}
.cid-sypiVbqvsi H3 {
  color: #000000;
  font-weight: 300;
}
.cid-sypiVbqvsi P {
  color: #767676;
}
.cid-sypiVbqvsi H2 {
  color: #000000;
}
.cid-sypiVbqvsi .media-container-row {
  padding-left: 3rem;
  padding-right: 3rem;
}
@media (max-width: 767px) {
  .cid-sypiVbqvsi .media-container-row {
    padding-left: 0 !important;
    padding-right: 0 !important;
  }
}
.cid-sypiVbqvsi .text-content {
  padding-left: 1rem;
  padding-right: 1rem;
  width: 50%;
  opacity: 80%;
  background-color: #000000;
}
@media (max-width: 991px) {
  .cid-sypiVbqvsi .text-content {
    width: 80%;
  }
}
@media (max-width: 599px) {
  .cid-sypiVbqvsi .text-content {
    width: 100%;
  }
}
.cid-sypiVbqvsi .media-content {
  padding-right: 1.5rem;
  padding-left: 0;
}
.cid-sypiVbqvsi .mbr-section-btn {
  margin-left: -0.8rem;
}
@media (max-width: 767px) {
  .cid-sypiVbqvsi .mbr-text {
    text-align: center;
  }
}
.cid-sypiVbqvsi .mbr-section-btn,
.cid-sypiVbqvsi .mbr-section-title {
  text-align: left;
  color: #ffffff;
}
.cid-sypiVbqvsi .mbr-section-subtitle {
  text-align: justify;
  color: #ffffff;
}
.cid-sypiVbqvsi .alert-success {
  background-color: #202020;
}
.cid-sKcbSvhNMj {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-color: #ffffff;
}
.cid-sKcbSvhNMj .contacts-name {
  padding-bottom: 5px;
  margin: 0;
  color: #000000;
}
.cid-sKcbSvhNMj .contacts-info {
  padding-bottom: 20px;
  color: #202020;
  margin: 0;
}
.cid-sKcbSvhNMj .margin {
  margin-bottom: 10px;
}
.cid-sKcbSvhNMj .mbr-section-title {
  color: #000000;
  margin-bottom: 30px;
  padding: 0;
}
.cid-sKcbSvhNMj .description {
  color: #000000;
  margin-bottom: 30px;
  padding: 0;
}
.cid-sKcbSvhNMj .title {
  font-size: 20px;
}
.cid-sKcbSvhNMj .form-heading {
  margin-bottom: 10px;
}
.cid-sKcbSvhNMj label {
  color: #ffffff;
  margin-bottom: 5px;
}
.cid-sKcbSvhNMj input,
.cid-sKcbSvhNMj textarea {
  background-color: #e2e1e1;
  margin-bottom: 30px;
  font-size: 14px;
  color: #080808;
}
.cid-sKcbSvhNMj .gray-button {
  margin: 0;
  background-color: #3F424E;
  color: #ffffff;
}
.cid-sKcbSvhNMj .mbr-section-btn {
  margin: 0;
  padding: 0;
}
.cid-sKcbSvhNMj .form-group {
  padding: 0 5px;
  margin: 0;
  border-radius: 10px;
}
.cid-sKcbSvhNMj .left-side {
  padding: 0;
}
@media (max-width: 1000px) {
  .cid-sKcbSvhNMj .gray-button {
    margin-bottom: 50px;
    margin-top: 0px;
  }
}
.cid-sKcbSvhNMj .gray-button:hover {
  background-color: #5e6068;
}
.cid-sKcbSvhNMj ::placeholder {
  color: #a3a6b2;
}
.cid-sKcbSvhNMj LABEL {
  color: #000000;
}
.cid-sKcbSvhNMj .form-control {
  border-radius: 10px;
  height: 50px;
  color: #080808;
}
.cid-sKcbSvhNMj .display-5 {
  line-height: 35px;
}
.cid-sKcbSvhNMj .alert-success {
  background-color: #202020;
}
.cid-sKcbSvhNMj .alert {
  font-size: 15px;
  font-family: 'PT Sans', sans-serif;
}
.cid-sypUVAa2fb {
  padding-top: 75px;
  padding-bottom: 75px;
  background-color: #202020;
}
.cid-sypUVAa2fb .mail-col {
  display: flex;
  justify-content: flex-end;
  align-items: flex-end;
}
.cid-sypUVAa2fb .mail {
  position: relative;
  cursor: pointer;
  letter-spacing: 1px;
  width: fit-content;
  color: #ffffff;
  text-align: center;
}
.cid-sypUVAa2fb .mail:after {
  content: "";
  position: absolute;
  height: 1px;
  width: 100%;
  background: currentColor;
  bottom: -6px;
  opacity: 0.1;
  left: 0;
}
.cid-sypUVAa2fb .mail:before {
  content: "";
  position: absolute;
  height: 1px;
  width: 0;
  transition: all 0.4s ease-in-out;
  background: currentColor;
  bottom: -6px;
  left: auto;
  right: 0;
}
.cid-sypUVAa2fb .mail:hover:before {
  width: 100%;
  right: auto;
  left: 0;
}
.cid-sypUVAa2fb H4 {
  color: #ffffff;
}
.cid-sypUVAa2fb .mbr-text,
.cid-sypUVAa2fb .mbr-section-btn {
  color: #ffffff;
}
@media (max-width: 767px) {
  .cid-sypUVAa2fb .mail-col {
    justify-content: center;
    padding-top: 1rem;
  }
}
.cid-sypUVAa2fb H3 {
  color: #ffffff;
}
.cid-sKcAIpAO1b {
  padding-top: 45px;
  padding-bottom: 45px;
  background-color: #ffffff;
}
.cid-sKcAIpAO1b .mbr-overlay {
  background-color: #ffffff;
  opacity: 0.4;
}
.cid-sKcAIpAO1b .form-control,
.cid-sKcAIpAO1b .field-input {
  padding: 1rem;
  font-size: 14px;
}
.cid-sKcAIpAO1b .form-row > .col,
.cid-sKcAIpAO1b .col-auto {
  padding-right: 8px;
  padding-left: 8px;
}
.cid-sKcAIpAO1b .btn {
  margin: 0 !important;
  height: 56px;
  border-radius: 3px !important;
  padding: 0 1.5rem;
}
.cid-sKcAIpAO1b .btn span {
  font-size: 1rem;
}
.cid-sKcAIpAO1b .form-control,
.cid-sKcAIpAO1b .field-input {
  padding: 1rem;
  background-color: #e2e1e1;
  border-color: #999999;
  color: #ffffff;
  transition: 0.4s;
  box-shadow: none;
  outline: none;
}
.cid-sKcAIpAO1b .form-control::-webkit-input-placeholder,
.cid-sKcAIpAO1b .field-input::-webkit-input-placeholder,
.cid-sKcAIpAO1b .form-control::-webkit-input-placeholder,
.cid-sKcAIpAO1b .field-input::-webkit-input-placeholder {
  color: #999999;
}
.cid-sKcAIpAO1b .form-control:-moz-placeholder,
.cid-sKcAIpAO1b .field-input:-moz-placeholder,
.cid-sKcAIpAO1b .form-control:-moz-placeholder,
.cid-sKcAIpAO1b .field-input:-moz-placeholder {
  color: #999999;
}
.cid-sKcAIpAO1b .form-control:hover,
.cid-sKcAIpAO1b .field-input:hover,
.cid-sKcAIpAO1b .form-control:focus,
.cid-sKcAIpAO1b .field-input:focus {
  background-color: #fafafa;
  border-color: #999999;
  color: #ffffff;
  box-shadow: none;
  outline: none;
}
.cid-sKcAIpAO1b .form-control:hover::-webkit-input-placeholder,
.cid-sKcAIpAO1b .field-input:hover::-webkit-input-placeholder,
.cid-sKcAIpAO1b .form-control:focus::-webkit-input-placeholder,
.cid-sKcAIpAO1b .field-input:focus::-webkit-input-placeholder,
.cid-sKcAIpAO1b .form-control:hover::-webkit-input-placeholder,
.cid-sKcAIpAO1b .field-input:hover::-webkit-input-placeholder,
.cid-sKcAIpAO1b .form-control:focus::-webkit-input-placeholder,
.cid-sKcAIpAO1b .field-input:focus::-webkit-input-placeholder {
  color: #999999;
}
.cid-sKcAIpAO1b .form-control:hover:-moz-placeholder,
.cid-sKcAIpAO1b .field-input:hover:-moz-placeholder,
.cid-sKcAIpAO1b .form-control:focus:-moz-placeholder,
.cid-sKcAIpAO1b .field-input:focus:-moz-placeholder,
.cid-sKcAIpAO1b .form-control:hover:-moz-placeholder,
.cid-sKcAIpAO1b .field-input:hover:-moz-placeholder,
.cid-sKcAIpAO1b .form-control:focus:-moz-placeholder,
.cid-sKcAIpAO1b .field-input:focus:-moz-placeholder {
  color: #999999;
}
.cid-sKcAIpAO1b .jq-number__spin:hover,
.cid-sKcAIpAO1b .jq-number__spin:focus {
  background-color: #fafafa;
  border-color: #999999;
  color: #000000;
  box-shadow: none;
  outline: none;
}
.cid-sKcAIpAO1b .jq-number__spin {
  background-color: #e2e1e1;
  border-color: #999999;
  color: #ffffff;
  transition: 0.4s;
  box-shadow: none;
  outline: none;
}
.cid-sKcAIpAO1b .jq-selectbox li,
.cid-sKcAIpAO1b .jq-selectbox li {
  background-color: #e2e1e1;
  color: #000000;
}
.cid-sKcAIpAO1b .jq-selectbox li:hover,
.cid-sKcAIpAO1b .jq-selectbox li.selected {
  background-color: #fafafa;
  color: #000000;
}
.cid-sKcAIpAO1b .jq-selectbox:hover .jq-selectbox__trigger-arrow,
.cid-sKcAIpAO1b .jq-number__spin.minus:hover:after,
.cid-sKcAIpAO1b .jq-number__spin.plus:hover:after {
  border-top-color: #e2e1e1;
  border-bottom-color: #e2e1e1;
}
.cid-sKcAIpAO1b .jq-selectbox .jq-selectbox__trigger-arrow,
.cid-sKcAIpAO1b .jq-number__spin.minus:after,
.cid-sKcAIpAO1b .jq-number__spin.plus:after {
  border-top-color: #fafafa;
  border-bottom-color: #fafafa;
}
.cid-sKcAIpAO1b input::-webkit-clear-button {
  display: none;
}
.cid-sKcAIpAO1b input::-webkit-inner-spin-button {
  display: none;
}
.cid-sKcAIpAO1b input::-webkit-outer-spin-button {
  display: none;
}
.cid-sKcAIpAO1b input::-webkit-calendar-picker-indicator {
  display: none;
}
.cid-sKcAIpAO1b H4 {
  text-align: center;
  color: #000000;
}
.cid-sKcAIpAO1b P {
  text-align: center;
  color: #000000;
}
@media (max-width: 767px) {
  .cid-sKcAIpAO1b .col {
    min-width: 100%;
  }
  .cid-sKcAIpAO1b .col-auto {
    margin: auto;
  }
}
.cid-sypiMoc8E6 {
  padding-top: 5rem;
  padding-bottom: 1rem;
  background-color: #000000;
}
.cid-sypiMoc8E6 .container {
  max-width: 1750px;
}
.cid-sypiMoc8E6 .card-wrapper {
  border-top: 1px solid #ffffff;
  padding-top: 2rem;
}
.cid-sypiMoc8E6 img {
  width: 150px;
  display: inline-block;
}
.cid-sypiMoc8E6 p {
  line-height: 1.8;
}
.cid-sypiMoc8E6 .mbr-section-title {
  color: #ffffff;
}
.cid-sypiMoc8E6 .mbr-text {
  color: #ffffff;
}
.cid-syHAeXSAD8 {
  padding-top: 1rem;
  padding-bottom: 0rem;
  background-color: #000000;
}
.cid-syHAeXSAD8 .mbr-section-subtitle {
  color: #36187d;
}
.cid-syHAeXSAD8 .mbr-text {
  color: #ffffff;
  font-size: 15px;
  text-align: justify;
}
.cid-sypiMoukxI {
  padding-top: 1rem;
  padding-bottom: 1rem;
  background-color: #000000;
}
.cid-sypiMoukxI .mbr-section-subtitle {
  color: #36187d;
}
.cid-sypiMoukxI .mbr-text {
  color: #ffffff;
  font-size: 13px;
}
