body {
  font-family: Space Grotesk;
}
.display-1 {
  font-family: 'Lato', sans-serif;
  font-size: 3.3rem;
  line-height: 1.1;
}
.display-1 > .mbr-iconfont {
  font-size: 4.125rem;
}
.display-2 {
  font-family: 'Lato', sans-serif;
  font-size: 2.4rem;
  line-height: 1.1;
}
.display-2 > .mbr-iconfont {
  font-size: 3rem;
}
.display-4 {
  font-family: 'Lato', sans-serif;
  font-size: 1.3rem;
  line-height: 1.3;
}
.display-4 > .mbr-iconfont {
  font-size: 1.625rem;
}
.display-5 {
  font-family: 'Lato', sans-serif;
  font-size: 2rem;
  line-height: 1.2;
}
.display-5 > .mbr-iconfont {
  font-size: 2.5rem;
}
.display-7 {
  font-family: 'Lato', sans-serif;
  font-size: 1.4rem;
  line-height: 1.4;
}
.display-7 > .mbr-iconfont {
  font-size: 1.75rem;
}
/* ---- Fluid typography for mobile devices ---- */
/* 1.4 - font scale ratio ( bootstrap == 1.42857 ) */
/* 100vw - current viewport width */
/* (48 - 20)  48 == 48rem == 768px, 20 == 20rem == 320px(minimal supported viewport) */
/* 0.65 - min scale variable, may vary */
@media (max-width: 992px) {
  .display-1 {
    font-size: 2.64rem;
  }
}
@media (max-width: 768px) {
  .display-1 {
    font-size: 2.31rem;
    font-size: calc( 1.805rem + (3.3 - 1.805) * ((100vw - 20rem) / (48 - 20)));
    line-height: calc( 1.1 * (1.805rem + (3.3 - 1.805) * ((100vw - 20rem) / (48 - 20))));
  }
  .display-2 {
    font-size: 1.92rem;
    font-size: calc( 1.49rem + (2.4 - 1.49) * ((100vw - 20rem) / (48 - 20)));
    line-height: calc( 1.3 * (1.49rem + (2.4 - 1.49) * ((100vw - 20rem) / (48 - 20))));
  }
  .display-4 {
    font-size: 1.04rem;
    font-size: calc( 1.105rem + (1.3 - 1.105) * ((100vw - 20rem) / (48 - 20)));
    line-height: calc( 1.3 * (1.105rem + (1.3 - 1.105) * ((100vw - 20rem) / (48 - 20))));
  }
  .display-5 {
    font-size: 1.6rem;
    font-size: calc( 1.35rem + (2 - 1.35) * ((100vw - 20rem) / (48 - 20)));
    line-height: calc( 1.2 * (1.35rem + (2 - 1.35) * ((100vw - 20rem) / (48 - 20))));
  }
  .display-7 {
    font-size: 1.12rem;
    font-size: calc( 1.14rem + (1.4 - 1.14) * ((100vw - 20rem) / (48 - 20)));
    line-height: calc( 1.4 * (1.14rem + (1.4 - 1.14) * ((100vw - 20rem) / (48 - 20))));
  }
}
/* Buttons */
.btn {
  padding: 0.6rem 1.2rem;
  border-radius: 4px;
}
.btn-sm {
  padding: 0.6rem 1.2rem;
  border-radius: 4px;
}
.btn-md {
  padding: 0.6rem 1.2rem;
  border-radius: 4px;
}
.btn-lg {
  padding: 1rem 2.6rem;
  border-radius: 4px;
}
.bg-primary {
  background-color: #1a2269 !important;
}
.bg-success {
  background-color: #fc9d4f !important;
}
.bg-info {
  background-color: #ca408e !important;
}
.bg-warning {
  background-color: #3fca3f !important;
}
.bg-danger {
  background-color: #099c09 !important;
}
.btn-primary,
.btn-primary:active {
  background-color: #1a2269 !important;
  border-color: #1a2269 !important;
  color: #ffffff !important;
}
.btn-primary:hover,
.btn-primary:focus,
.btn-primary.focus,
.btn-primary.active {
  color: #ef2e2e !important;
  background-color: #ffffff !important;
  border-color: #1a2269 !important;
}
.btn-primary.disabled,
.btn-primary:disabled {
  color: #ffffff !important;
  background-color: #ffffff !important;
  border-color: #ffffff !important;
}
.btn-secondary,
.btn-secondary:active {
  background-color: #f5961d !important;
  border-color: #f5961d !important;
  color: #ffffff !important;
}
.btn-secondary:hover,
.btn-secondary:focus,
.btn-secondary.focus,
.btn-secondary.active {
  color: #ef2e2e !important;
  background-color: #ffffff !important;
  border-color: #f5961d !important;
}
.btn-secondary.disabled,
.btn-secondary:disabled {
  color: #ffffff !important;
  background-color: #ffffff !important;
  border-color: #ffffff !important;
}
.btn-info,
.btn-info:active {
  background-color: #ca408e !important;
  border-color: #ca408e !important;
  color: #ffffff !important;
}
.btn-info:hover,
.btn-info:focus,
.btn-info.focus,
.btn-info.active {
  color: #ef2e2e !important;
  background-color: #ffffff !important;
  border-color: #ca408e !important;
}
.btn-info.disabled,
.btn-info:disabled {
  color: #ffffff !important;
  background-color: #ffffff !important;
  border-color: #ffffff !important;
}
.btn-success,
.btn-success:active {
  background-color: #fc9d4f !important;
  border-color: #fc9d4f !important;
  color: #ffffff !important;
}
.btn-success:hover,
.btn-success:focus,
.btn-success.focus,
.btn-success.active {
  color: #ef2e2e !important;
  background-color: #ffffff !important;
  border-color: #fc9d4f !important;
}
.btn-success.disabled,
.btn-success:disabled {
  color: #ffffff !important;
  background-color: #ffffff !important;
  border-color: #ffffff !important;
}
.btn-warning,
.btn-warning:active {
  background-color: #3fca3f !important;
  border-color: #3fca3f !important;
  color: #ffffff !important;
}
.btn-warning:hover,
.btn-warning:focus,
.btn-warning.focus,
.btn-warning.active {
  color: #ef2e2e !important;
  background-color: #ffffff !important;
  border-color: #3fca3f !important;
}
.btn-warning.disabled,
.btn-warning:disabled {
  color: #ffffff !important;
  background-color: #ffffff !important;
  border-color: #ffffff !important;
}
.btn-danger,
.btn-danger:active {
  background-color: #099c09 !important;
  border-color: #099c09 !important;
  color: #ffffff !important;
}
.btn-danger:hover,
.btn-danger:focus,
.btn-danger.focus,
.btn-danger.active {
  color: #ef2e2e !important;
  background-color: #ffffff !important;
  border-color: #099c09 !important;
}
.btn-danger.disabled,
.btn-danger:disabled {
  color: #ffffff !important;
  background-color: #ffffff !important;
  border-color: #ffffff !important;
}
.btn-white,
.btn-white:active {
  background-color: #fbfbfb !important;
  border-color: #fbfbfb !important;
  color: #ffffff !important;
}
.btn-white:hover,
.btn-white:focus,
.btn-white.focus,
.btn-white.active {
  color: #ef2e2e !important;
  background-color: #ffffff !important;
  border-color: #fbfbfb !important;
}
.btn-white.disabled,
.btn-white:disabled {
  color: #ffffff !important;
  background-color: #ffffff !important;
  border-color: #ffffff !important;
}
.btn-white {
  color: #1a2269 !important;
}
.btn-black,
.btn-black:active {
  background-color: #000000 !important;
  border-color: #000000 !important;
  color: #fafafa !important;
}
.btn-black:hover,
.btn-black:focus,
.btn-black.focus,
.btn-black.active {
  color: #ef2525 !important;
  background-color: #fafafa !important;
  border-color: #000000 !important;
}
.btn-black.disabled,
.btn-black:disabled {
  color: #fafafa !important;
  background-color: #fafafa !important;
  border-color: #fafafa !important;
}
.btn-primary-outline,
.btn-primary-outline:active {
  background-color: transparent !important;
  border-color: transparent !important;
  color: #1a2269;
}
.btn-primary-outline:hover,
.btn-primary-outline:focus,
.btn-primary-outline.focus,
.btn-primary-outline.active {
  color: #090b24 !important;
  background-color: transparent!important;
  border-color: transparent !important;
  box-shadow: none!important;
}
.btn-primary-outline.disabled,
.btn-primary-outline:disabled {
  color: #ffffff !important;
  background-color: #1a2269 !important;
  border-color: #1a2269 !important;
}
.btn-secondary-outline,
.btn-secondary-outline:active {
  background-color: transparent !important;
  border-color: transparent !important;
  color: #f5961d;
}
.btn-secondary-outline:hover,
.btn-secondary-outline:focus,
.btn-secondary-outline.focus,
.btn-secondary-outline.active {
  color: #b36808 !important;
  background-color: transparent!important;
  border-color: transparent !important;
  box-shadow: none!important;
}
.btn-secondary-outline.disabled,
.btn-secondary-outline:disabled {
  color: #ffffff !important;
  background-color: #f5961d !important;
  border-color: #f5961d !important;
}
.btn-info-outline,
.btn-info-outline:active {
  background-color: transparent !important;
  border-color: transparent !important;
  color: #ca408e;
}
.btn-info-outline:hover,
.btn-info-outline:focus,
.btn-info-outline.focus,
.btn-info-outline.active {
  color: #8c2760 !important;
  background-color: transparent!important;
  border-color: transparent !important;
  box-shadow: none!important;
}
.btn-info-outline.disabled,
.btn-info-outline:disabled {
  color: #ffffff !important;
  background-color: #ca408e !important;
  border-color: #ca408e !important;
}
.btn-success-outline,
.btn-success-outline:active {
  background-color: transparent !important;
  border-color: transparent !important;
  color: #fc9d4f;
}
.btn-success-outline:hover,
.btn-success-outline:focus,
.btn-success-outline.focus,
.btn-success-outline.active {
  color: #f06f04 !important;
  background-color: transparent!important;
  border-color: transparent !important;
  box-shadow: none!important;
}
.btn-success-outline.disabled,
.btn-success-outline:disabled {
  color: #ffffff !important;
  background-color: #fc9d4f !important;
  border-color: #fc9d4f !important;
}
.btn-warning-outline,
.btn-warning-outline:active {
  background-color: transparent !important;
  border-color: transparent !important;
  color: #3fca3f;
}
.btn-warning-outline:hover,
.btn-warning-outline:focus,
.btn-warning-outline.focus,
.btn-warning-outline.active {
  color: #278c27 !important;
  background-color: transparent!important;
  border-color: transparent !important;
  box-shadow: none!important;
}
.btn-warning-outline.disabled,
.btn-warning-outline:disabled {
  color: #ffffff !important;
  background-color: #3fca3f !important;
  border-color: #3fca3f !important;
}
.btn-danger-outline,
.btn-danger-outline:active {
  background-color: transparent !important;
  border-color: transparent !important;
  color: #099c09;
}
.btn-danger-outline:hover,
.btn-danger-outline:focus,
.btn-danger-outline.focus,
.btn-danger-outline.active {
  color: #044a04 !important;
  background-color: transparent!important;
  border-color: transparent !important;
  box-shadow: none!important;
}
.btn-danger-outline.disabled,
.btn-danger-outline:disabled {
  color: #ffffff !important;
  background-color: #099c09 !important;
  border-color: #099c09 !important;
}
.btn-black-outline,
.btn-black-outline:active {
  background-color: transparent !important;
  border-color: transparent !important;
  color: #000000;
}
.btn-black-outline:hover,
.btn-black-outline:focus,
.btn-black-outline.focus,
.btn-black-outline.active {
  color: #000000 !important;
  background-color: transparent!important;
  border-color: transparent !important;
  box-shadow: none!important;
}
.btn-black-outline.disabled,
.btn-black-outline:disabled {
  color: #ffffff !important;
  background-color: #000000 !important;
  border-color: #000000 !important;
}
.btn-white-outline,
.btn-white-outline:active {
  background-color: transparent !important;
  border-color: transparent !important;
  color: #fbfbfb;
}
.btn-white-outline:hover,
.btn-white-outline:focus,
.btn-white-outline.focus,
.btn-white-outline.active {
  color: #d0d0d0 !important;
  background-color: transparent!important;
  border-color: transparent !important;
  box-shadow: none!important;
}
.btn-white-outline.disabled,
.btn-white-outline:disabled {
  color: #7b7b7b !important;
  background-color: #fbfbfb !important;
  border-color: #fbfbfb !important;
}
.text-primary {
  color: #1a2269 !important;
}
.text-secondary {
  color: #f5961d !important;
}
.text-success {
  color: #fc9d4f !important;
}
.text-info {
  color: #ca408e !important;
}
.text-warning {
  color: #3fca3f !important;
}
.text-danger {
  color: #099c09 !important;
}
.text-white {
  color: #fbfbfb !important;
}
.text-black {
  color: #000000 !important;
}
a.text-primary:hover,
a.text-primary:focus,
a.text-primary.active {
  color: #060817 !important;
}
a.text-secondary:hover,
a.text-secondary:focus,
a.text-secondary.active {
  color: #a55f07 !important;
}
a.text-success:hover,
a.text-success:focus,
a.text-success.active {
  color: #e16804 !important;
}
a.text-info:hover,
a.text-info:focus,
a.text-info.active {
  color: #802458 !important;
}
a.text-warning:hover,
a.text-warning:focus,
a.text-warning.active {
  color: #238023 !important;
}
a.text-danger:hover,
a.text-danger:focus,
a.text-danger.active {
  color: #033c03 !important;
}
a.text-white:hover,
a.text-white:focus,
a.text-white.active {
  color: #c8c8c8 !important;
}
a.text-black:hover,
a.text-black:focus,
a.text-black.active {
  color: #000000 !important;
}
a[class*="text-"]:not(.nav-link):not(.dropdown-item):not([role]):not(.navbar-caption) {
  position: relative;
  background-image: transparent;
  background-size: 10000px 2px;
  background-repeat: no-repeat;
  background-position: 0px 1.2em;
  background-position: -10000px 1.2em;
}
a[class*="text-"]:not(.nav-link):not(.dropdown-item):not([role]):not(.navbar-caption):hover {
  transition: background-position 2s ease-in-out;
  background-image: linear-gradient(currentColor 50%, currentColor 50%);
  background-position: 0px 1.2em;
}
.nav-tabs .nav-link.active {
  color: #1a2269;
}
.nav-tabs .nav-link:not(.active) {
  color: #000000;
}
.alert-success {
  background-color: #70c770;
}
.alert-info {
  background-color: #ca408e;
}
.alert-warning {
  background-color: #3fca3f;
}
.alert-danger {
  background-color: #099c09;
}
.mbr-gallery-filter li.active .btn {
  background-color: #1a2269;
  border-color: #1a2269;
  color: #ffffff;
}
.mbr-gallery-filter li.active .btn:focus {
  box-shadow: none;
}
a,
a:hover {
  color: #1a2269;
}
.mbr-plan-header.bg-primary .mbr-plan-subtitle,
.mbr-plan-header.bg-primary .mbr-plan-price-desc {
  color: #3545cd;
}
.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: #f6e0ec;
}
.mbr-plan-header.bg-warning .mbr-plan-subtitle,
.mbr-plan-header.bg-warning .mbr-plan-price-desc {
  color: #dff6df;
}
.mbr-plan-header.bg-danger .mbr-plan-subtitle,
.mbr-plan-header.bg-danger .mbr-plan-price-desc {
  color: #31f331;
}
/* Scroll to top button*/
.scrollToTop_wraper {
  display: none;
}
.form-control {
  font-family: 'Lato', sans-serif;
  font-size: 1.3rem;
  line-height: 1.3;
  font-weight: 400;
}
.form-control > .mbr-iconfont {
  font-size: 1.625rem;
}
.form-control:hover,
.form-control:focus {
  box-shadow: rgba(0, 0, 0, 0.07) 0px 1px 1px 0px, rgba(0, 0, 0, 0.07) 0px 1px 3px 0px, rgba(0, 0, 0, 0.03) 0px 0px 0px 1px;
  border-color: #1a2269 !important;
}
.form-control:-webkit-input-placeholder {
  font-family: 'Lato', sans-serif;
  font-size: 1.3rem;
  line-height: 1.3;
  font-weight: 400;
}
.form-control:-webkit-input-placeholder > .mbr-iconfont {
  font-size: 1.625rem;
}
blockquote {
  border-color: #1a2269;
}
/* Forms */
.jq-selectbox li:hover,
.jq-selectbox li.selected {
  background-color: #1a2269;
  color: #ffffff;
}
.jq-number__spin {
  transition: 0.25s ease;
}
.jq-number__spin:hover {
  border-color: #1a2269;
}
.jq-selectbox .jq-selectbox__trigger-arrow,
.jq-number__spin.minus:after,
.jq-number__spin.plus:after {
  transition: 0.4s;
  border-top-color: #353535;
  border-bottom-color: #353535;
}
.jq-selectbox:hover .jq-selectbox__trigger-arrow,
.jq-number__spin.minus:hover:after,
.jq-number__spin.plus:hover:after {
  border-top-color: #1a2269;
  border-bottom-color: #1a2269;
}
.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: #1a2269 !important;
  box-shadow: none !important;
}
.xdsoft_datetimepicker .xdsoft_calendar td:hover,
.xdsoft_datetimepicker .xdsoft_timepicker .xdsoft_time_box > div > div:hover {
  color: #000000 !important;
  background: #f5961d !important;
  box-shadow: none !important;
}
.lazy-bg {
  background-image: none !important;
}
.lazy-placeholder:not(section),
.lazy-none {
  display: block;
  position: relative;
  padding-bottom: 56.25%;
  width: 100%;
  height: auto;
}
iframe.lazy-placeholder,
.lazy-placeholder:after {
  content: '';
  position: absolute;
  width: 200px;
  height: 200px;
  background: transparent no-repeat center;
  background-size: contain;
  top: 50%;
  left: 50%;
  transform: translateX(-50%) translateY(-50%);
  background-image: url("data:image/svg+xml;charset=UTF-8,%3csvg width='32' height='32' viewBox='0 0 64 64' xmlns='http://www.w3.org/2000/svg' stroke='%231a2269' %3e%3cg fill='none' fill-rule='evenodd'%3e%3cg transform='translate(16 16)' stroke-width='2'%3e%3ccircle stroke-opacity='.5' cx='16' cy='16' r='16'/%3e%3cpath d='M32 16c0-9.94-8.06-16-16-16'%3e%3canimateTransform attributeName='transform' type='rotate' from='0 16 16' to='360 16 16' dur='1s' repeatCount='indefinite'/%3e%3c/path%3e%3c/g%3e%3c/g%3e%3c/svg%3e");
}
section.lazy-placeholder:after {
  opacity: 0.5;
}
html,
body {
  overflow-x: hidden;
}
a {
  transition: color 0.6s;
}
a:hover {
  background-image: none !important;
}
.container {
  width: 100%;
  margin-right: auto;
  margin-left: auto;
  padding-left: 0;
  padding-right: 0;
  min-width: auto !important;
  max-width: 95% !important;
}
.row {
  margin-left: 0;
  margin-right: 0;
  justify-content: center;
}
.row > [class*="col"] {
  padding-left: 0;
  padding-right: 0;
}
.mbr-section-btn .btn {
  min-width: 100px;
  border-radius: 0;
  padding: 1em 3em;
  line-height: 1.25;
  font-weight: 400 !important;
  box-shadow: none !important;
  border: 2px solid currentColor;
  position: relative;
  overflow: hidden;
}
.mbr-section-btn .btn .mbr-iconfont {
  position: relative;
  z-index: 1000;
}
.mbr-section-btn .btn-transform {
  position: relative;
  overflow: hidden;
  transition: 0.1s all !important;
}
.mbr-section-btn .btn-transform .btn-transform-1 {
  transform: translate3d(0px, 0%, 0px) scale3d(1, 1, 1) rotateX(0deg) rotateY(0deg) rotateZ(0deg) skew(0deg, 0deg);
  transform-style: preserve-3d;
  transition: 0.1s all !important;
  animation: btn-move-out 0.3s ease-in-out;
}
.mbr-section-btn .btn {
  transition: 0.1s all !important;
}
.mbr-section-btn .btn:hover .btn-transform .btn-transform-1 {
  animation: btn-move 0.3s ease-in-out;
}
.mbr-section-btn .btn-primary:hover,
.mbr-section-btn .btn-primary-outline:hover,
.mbr-section-btn .btn-primary:focus,
.mbr-section-btn .btn-primary-outline:focus,
.mbr-section-btn .btn-primary:active,
.mbr-section-btn .btn-primary-outline:active {
  color: #1a2269 !important;
}
@media (max-width: 575px) {
  .mbr-section-btn .btn {
    padding: 12px 36px;
    width: 100%;
    box-shadow: none !important;
  }
}
b {
  font-weight: 600 !important;
}
@keyframes btn-move {
  0% {
    transform: translate3d(0px, 0%, 0px) scale3d(1, 1, 1) rotateX(0deg) rotateY(0deg) rotateZ(0deg) skew(0deg, 0deg);
  }
  49% {
    transform: translate3d(0px, -100%, 0px) scale3d(1, 1, 1) rotateX(0deg) rotateY(0deg) rotateZ(0deg) skew(0deg, 0deg);
  }
  50% {
    transform: translate3d(0px, -100%, 0px) scale3d(1, 0, 1) rotateX(0deg) rotateY(0deg) rotateZ(0deg) skew(0deg, 0deg);
  }
  51% {
    transform: translate3d(0px, 100%, 0px) scale3d(1, 0, 1) rotateX(0deg) rotateY(0deg) rotateZ(0deg) skew(0deg, 0deg);
  }
  52% {
    transform: translate3d(0px, 100%, 0px) scale3d(1, 1, 1) rotateX(0deg) rotateY(0deg) rotateZ(0deg) skew(0deg, 0deg);
  }
  100% {
    transform: translate3d(0px, 0%, 0px) scale3d(1, 1, 1) rotateX(0deg) rotateY(0deg) rotateZ(0deg) skew(0deg, 0deg);
  }
}
@keyframes btn-move-out {
  0% {
    transform: translate3d(0px, 0%, 0px) scale3d(1, 1, 1) rotateX(0deg) rotateY(0deg) rotateZ(0deg) skew(0deg, 0deg);
  }
  49% {
    transform: translate3d(0px, 100%, 0px) scale3d(1, 1, 1) rotateX(0deg) rotateY(0deg) rotateZ(0deg) skew(0deg, 0deg);
  }
  50% {
    transform: translate3d(0px, 100%, 0px) scale3d(1, 0, 1) rotateX(0deg) rotateY(0deg) rotateZ(0deg) skew(0deg, 0deg);
  }
  51% {
    transform: translate3d(0px, -100%, 0px) scale3d(1, 0, 1) rotateX(0deg) rotateY(0deg) rotateZ(0deg) skew(0deg, 0deg);
  }
  52% {
    transform: translate3d(0px, -100%, 0px) scale3d(1, 1, 1) rotateX(0deg) rotateY(0deg) rotateZ(0deg) skew(0deg, 0deg);
  }
  100% {
    transform: translate3d(0px, 0%, 0px) scale3d(1, 1, 1) rotateX(0deg) rotateY(0deg) rotateZ(0deg) skew(0deg, 0deg);
  }
}
*:focus-visible {
  outline: red solid 2px !important;
  outline-offset: 2px !important;
  transition: outline 0.2s ease-in-out;
}
.cid-t4i8Hyj5dV {
  z-index: 1000;
  width: 100%;
  position: relative;
  min-height: 60px;
}
.cid-t4i8Hyj5dV nav.navbar {
  position: fixed;
}
.cid-t4i8Hyj5dV .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-t4i8Hyj5dV .dropdown-menu {
  padding: 0;
  border-radius: 4px;
  box-shadow: 0 1px 3px 0 rgba(0, 0, 0, 0.1);
}
.cid-t4i8Hyj5dV .dropdown-menu .dropdown-submenu {
  left: 100% !important;
}
.cid-t4i8Hyj5dV .dropdown-item {
  border-bottom: 1px solid #e6e6e6;
}
.cid-t4i8Hyj5dV .dropdown-item:hover,
.cid-t4i8Hyj5dV .dropdown-item:focus {
  background: #1a2269 !important;
  color: white !important;
}
.cid-t4i8Hyj5dV .dropdown-item:hover span {
  color: white;
}
.cid-t4i8Hyj5dV .dropdown-item:first-child {
  border-top-left-radius: 4px;
  border-top-right-radius: 4px;
}
.cid-t4i8Hyj5dV .dropdown-item:last-child {
  border-bottom: none;
  border-bottom-left-radius: 4px;
  border-bottom-right-radius: 4px;
}
.cid-t4i8Hyj5dV .nav-dropdown .link {
  padding: 0 0.3em !important;
  margin: 0.667em 1em !important;
}
.cid-t4i8Hyj5dV .nav-dropdown .link.dropdown-toggle::after {
  margin-left: 0.5rem;
  margin-top: 0.2rem;
}
.cid-t4i8Hyj5dV .nav-link {
  position: relative;
}
.cid-t4i8Hyj5dV .container {
  display: flex;
  margin: auto;
  flex-wrap: wrap;
  max-width: 100% !important;
}
.cid-t4i8Hyj5dV .dropdown-menu,
.cid-t4i8Hyj5dV .navbar.opened {
  background: #fbfbfb !important;
}
.cid-t4i8Hyj5dV .nav-item:focus,
.cid-t4i8Hyj5dV .nav-link:focus {
  outline: none;
}
.cid-t4i8Hyj5dV .dropdown .dropdown-menu .dropdown-item {
  width: auto;
  transition: all 0.25s ease-in-out;
}
.cid-t4i8Hyj5dV .dropdown .dropdown-menu .dropdown-item::after {
  right: 0.5rem;
}
.cid-t4i8Hyj5dV .dropdown .dropdown-menu .dropdown-item .mbr-iconfont {
  margin-right: 0.5rem;
  vertical-align: sub;
}
.cid-t4i8Hyj5dV .dropdown .dropdown-menu .dropdown-item .mbr-iconfont:before {
  display: inline-block;
  transform: scale(1, 1);
  transition: all 0.25s ease-in-out;
}
.cid-t4i8Hyj5dV .collapsed .dropdown-menu .dropdown-item:before {
  display: none;
}
.cid-t4i8Hyj5dV .collapsed .dropdown .dropdown-menu .dropdown-item {
  padding: 0.235em 1.5em 0.235em 1.5em !important;
  transition: none;
  margin: 0 !important;
}
.cid-t4i8Hyj5dV .navbar {
  min-height: 64px !important;
  transition: .5s all !important;
  border-bottom: 1px solid #000000;
  background: #fbfbfb;
  padding: 0 !important;
  border-radius: 0 !important;
  display: flex;
  flex-direction: column;
}
.cid-t4i8Hyj5dV .navbar.opened {
  transition: all 0.3s;
}
.cid-t4i8Hyj5dV .navbar.opened .dropdown-menu {
  top: 0;
}
.cid-t4i8Hyj5dV .navbar .dropdown-item {
  padding: 0.5rem 1.8rem;
}
.cid-t4i8Hyj5dV .navbar .navbar-logo img {
  width: auto;
}
.cid-t4i8Hyj5dV .navbar .navbar-collapse {
  justify-content: flex-end;
  z-index: 1;
  transition: .5s all !important;
}
.cid-t4i8Hyj5dV .navbar.collapsed {
  justify-content: center;
}
.cid-t4i8Hyj5dV .navbar.collapsed .nav-item .nav-link::before {
  display: none;
}
.cid-t4i8Hyj5dV .navbar.collapsed.opened .dropdown-menu {
  top: 0;
}
@media (min-width: 992px) {
  .cid-t4i8Hyj5dV .navbar.collapsed.opened:not(.navbar-short) .navbar-collapse {
    max-height: calc(98.5vh - 8rem);
  }
}
.cid-t4i8Hyj5dV .navbar.collapsed .dropdown-menu .dropdown-submenu {
  left: 0 !important;
}
.cid-t4i8Hyj5dV .navbar.collapsed .dropdown-menu .dropdown-item:after {
  right: auto;
}
.cid-t4i8Hyj5dV .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-t4i8Hyj5dV .navbar.collapsed ul.navbar-nav li {
  margin: auto;
}
.cid-t4i8Hyj5dV .navbar.collapsed .dropdown-menu .dropdown-item {
  padding: 0.25rem 1.5rem;
  text-align: center;
}
.cid-t4i8Hyj5dV .navbar.collapsed .icons-menu {
  padding-left: 0;
  padding-right: 0;
  padding-top: 0.5rem;
  padding-bottom: 0.5rem;
}
.cid-t4i8Hyj5dV .navbar .nav-item .nav-link::before {
  display: none;
}
.cid-t4i8Hyj5dV .navbar .dropdown-menu .dropdown-submenu {
  left: 0 !important;
}
.cid-t4i8Hyj5dV .navbar .dropdown-menu .dropdown-item:after {
  right: auto;
}
.cid-t4i8Hyj5dV .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-t4i8Hyj5dV .navbar .navbar-logo img {
  height: 3rem !important;
}
.cid-t4i8Hyj5dV .navbar ul.navbar-nav li {
  margin: auto;
}
.cid-t4i8Hyj5dV .navbar .dropdown-menu .dropdown-item {
  padding: 0.25rem 1.5rem !important;
  text-align: center;
}
.cid-t4i8Hyj5dV .navbar .navbar-brand {
  flex-shrink: initial;
  flex-basis: auto;
  word-break: break-word;
  padding-right: 2rem;
}
.cid-t4i8Hyj5dV .navbar .navbar-toggler {
  flex-basis: auto;
}
.cid-t4i8Hyj5dV .navbar.navbar-short {
  min-height: 64px;
}
.cid-t4i8Hyj5dV .navbar.navbar-short .navbar-logo img {
  height: 2.5rem !important;
}
.cid-t4i8Hyj5dV .navbar.navbar-short .navbar-brand {
  min-height: auto;
}
@media (min-width: 1600px) {
  .cid-t4i8Hyj5dV .navbar {
    min-height: 140px !important;
  }
}
.cid-t4i8Hyj5dV .navbar .container {
  flex-grow: 1;
  transition: .5s all !important;
}
.cid-t4i8Hyj5dV .navbar-brand {
  flex-shrink: 0;
  align-items: center;
  margin-right: 0;
  padding: 10px 0;
  transition: all 0.3s;
  word-break: break-word;
  z-index: 1;
}
.cid-t4i8Hyj5dV .navbar-brand .navbar-caption {
  line-height: inherit !important;
}
.cid-t4i8Hyj5dV .navbar-brand .navbar-logo a {
  outline: none;
}
.cid-t4i8Hyj5dV .dropdown-item.active,
.cid-t4i8Hyj5dV .dropdown-item:active {
  background-color: transparent;
}
.cid-t4i8Hyj5dV .navbar-expand-lg .navbar-nav .nav-link {
  padding: 0;
}
.cid-t4i8Hyj5dV .nav-dropdown .link.dropdown-toggle {
  margin-right: 1.667em;
}
.cid-t4i8Hyj5dV .nav-dropdown .link.dropdown-toggle[aria-expanded="true"] {
  margin-right: 0;
  padding: 0.667em 1.667em;
}
.cid-t4i8Hyj5dV .navbar.navbar-expand-lg .dropdown .dropdown-menu {
  background: #fbfbfb;
}
.cid-t4i8Hyj5dV .navbar.navbar-expand-lg .dropdown .dropdown-menu .dropdown-submenu {
  margin: 0;
  left: 100%;
}
.cid-t4i8Hyj5dV .navbar .dropdown.open > .dropdown-menu {
  display: block;
}
.cid-t4i8Hyj5dV ul.navbar-nav {
  flex-wrap: wrap;
}
.cid-t4i8Hyj5dV .navbar-buttons {
  text-align: center;
  min-width: 170px;
}
.cid-t4i8Hyj5dV button.navbar-toggler {
  outline: none;
  width: 31px;
  height: 20px;
  cursor: pointer;
  transition: all 0.2s;
  position: relative;
  align-self: center;
}
.cid-t4i8Hyj5dV button.navbar-toggler .hamburger span {
  position: absolute;
  right: 0;
  width: 30px;
  height: 2px;
  border-right: 5px;
  background-color: #f5961d;
}
.cid-t4i8Hyj5dV button.navbar-toggler .hamburger span:nth-child(1) {
  top: 0;
  transition: all 0.2s;
}
.cid-t4i8Hyj5dV button.navbar-toggler .hamburger span:nth-child(2) {
  top: 8px;
  transition: all 0.15s;
}
.cid-t4i8Hyj5dV button.navbar-toggler .hamburger span:nth-child(3) {
  top: 8px;
  transition: all 0.15s;
}
.cid-t4i8Hyj5dV button.navbar-toggler .hamburger span:nth-child(4) {
  top: 16px;
  transition: all 0.2s;
}
.cid-t4i8Hyj5dV nav.opened .hamburger span:nth-child(1) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-t4i8Hyj5dV nav.opened .hamburger span:nth-child(2) {
  transform: rotate(45deg);
  transition: all 0.25s;
}
.cid-t4i8Hyj5dV nav.opened .hamburger span:nth-child(3) {
  transform: rotate(-45deg);
  transition: all 0.25s;
}
.cid-t4i8Hyj5dV nav.opened .hamburger span:nth-child(4) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-t4i8Hyj5dV .navbar-dropdown {
  padding: 0 1rem;
  position: fixed;
}
.cid-t4i8Hyj5dV a.nav-link {
  display: flex;
  align-items: center;
  justify-content: center;
}
.cid-t4i8Hyj5dV .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-t4i8Hyj5dV .navbar {
    height: 70px;
  }
  .cid-t4i8Hyj5dV .navbar.opened {
    height: auto;
  }
  .cid-t4i8Hyj5dV .nav-item .nav-link:hover::before {
    width: 175%;
    max-width: calc(100% + 2rem);
    left: -1rem;
  }
}
.cid-t4i8Hyj5dV .nav-head {
  display: flex;
  flex-wrap: nowrap;
  justify-content: space-between;
  align-items: center;
  width: 100%;
  padding: 0.5rem 30px !important;
}
.cid-t4i8Hyj5dV .main-navbar-nav {
  display: flex;
  flex-direction: row;
  flex-wrap: wrap;
}
.cid-t4i8Hyj5dV .main-navbar-nav .nav-item {
  display: flex;
  flex-wrap: wrap;
}
.cid-t4i8Hyj5dV .main-navbar-nav .nav-link {
  padding: 1rem;
}
@media (max-width: 991px) {
  .cid-t4i8Hyj5dV .main-navbar-nav {
    display: none;
  }
}
.cid-t4i8Hyj5dV .navbar-nav .dropdown-menu {
  position: absolute !important;
}
.cid-t4i8Hyj5dV .navbar.navbar-short {
  min-height: 64px !important;
}
@media (min-width: 1600px) {
  .cid-t4i8Hyj5dV .navbar.navbar-short {
    min-height: 140px !important;
  }
}
.cid-t4i8Hyj5dV .navbar-collapse {
  height: 100%;
  flex-grow: 1;
  width: 100%;
  padding: 1rem 4rem;
  display: none;
  flex-wrap: nowrap;
  align-items: stretch;
}
@media (max-width: 767px) {
  .cid-t4i8Hyj5dV .navbar-collapse {
    flex-direction: column;
    flex-wrap: wrap;
    padding: 1rem 30px 1rem;
  }
}
.cid-t4i8Hyj5dV .navbar-collapse .navbar-nav {
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: flex-start;
  width: 33.33333333%;
  flex-grow: 1;
  border: 1px solid #000000;
  border-right: none;
  max-height: 80vh;
  overflow: auto;
}
.cid-t4i8Hyj5dV .navbar-collapse .navbar-nav:nth-child(3) {
  border-right: 1px solid #000000;
}
@media (max-width: 767px) {
  .cid-t4i8Hyj5dV .navbar-collapse .navbar-nav {
    width: 100%;
    height: 100%;
    max-height: 40vh;
    border: 1px solid #000000 !important;
  }
  .cid-t4i8Hyj5dV .navbar-collapse .navbar-nav:nth-child(3) {
    display: none;
  }
}
.cid-t4i8Hyj5dV .navbar-collapse .navbar-nav .nav-item {
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: stretch;
  width: 100%;
  margin: 0;
  padding: 1rem;
  flex-grow: 1;
}
.cid-t4i8Hyj5dV .navbar-collapse .navbar-nav .nav-item .nav-link {
  justify-content: flex-start;
  width: 100%;
  padding: 0.5rem 0;
  margin-top: 0.5rem;
  margin-bottom: 0;
}
.cid-t4i8Hyj5dV .navbar-collapse .main-navbar-nav .nav-link:hover {
  color: #1a2269 !important;
}
.cid-t4i8Hyj5dV .navbar.opened {
  min-height: 100vh !important;
  max-height: 100vh !important;
}
.cid-t4i8Hyj5dV .navbar.opened .container {
  display: flex;
  flex-direction: column;
  align-items: stretch;
  flex-wrap: nowrap;
}
.cid-t4i8Hyj5dV .navbar.opened .nav-head {
  margin-bottom: auto;
}
.cid-t4i8Hyj5dV .navbar.opened .navbar-collapse.show {
  display: flex;
  align-items: stretch;
  justify-content: flex-start;
  flex-grow: 1;
  max-height: none;
}
.cid-t4i8IzxUtg {
  background-image: url("../../../assets/images/3-35myzq1rrry3ytpo5whmgw-270x152.jpg");
  border-bottom: 1px solid #000000;
}
.cid-t4i8IzxUtg .mbr-fallback-image.disabled {
  display: none;
}
.cid-t4i8IzxUtg .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-t4i8IzxUtg .row {
  justify-content: flex-start;
}
.cid-t4i8IzxUtg .mbr-section-title {
  color: #000000;
  width: 100%;
}
.cid-t4i8IzxUtg .colored-text {
  line-height: inherit;
  font-weight: inherit;
  color: inherit;
}
.cid-t4i8IzxUtg .mbr-section-subtitle {
  color: #ffffff;
  width: 100%;
}
.cid-t4i8IzxUtg .mbr-text {
  color: #000000;
  width: 100%;
}
.cid-t4i8IzxUtg .mbr-section-btn {
  margin-top: 2.4rem;
}
.cid-t4i8IzxUtg .mbr-section-title,
.cid-t4i8IzxUtg .mbr-section-btn {
  color: #ffb639;
}
.cid-u2YP6NkCgr {
  padding-top: 4rem;
  padding-bottom: 6rem;
  background-color: #ffffff;
}
.cid-u2YP6NkCgr .mbr-text {
  color: #000000;
}
.cid-u2YP6NkCgr .mbr-section-subtitle {
  color: #000000;
  text-align: center;
}
.cid-u2YP6NkCgr .mbr-section-title {
  color: #000000;
  text-align: center;
}
.cid-u2YP6NkCgr .img-wrapper img {
  width: 180px;
  height: 180px;
  object-fit: cover;
  border-radius: 40% !important;
}
@media (min-width: 768px) and (max-width: 991px) {
  .cid-u2YP6NkCgr .img-wrapper img {
    width: 120px;
    height: 120px;
  }
}
.cid-u2YP6NkCgr p {
  line-height: 1.3;
}
.cid-u2YP6NkCgr .mbr-iconfont {
  font-size: 5rem;
  color: #1a2269;
  opacity: 0.2;
}
@media (max-width: 992px) {
  .cid-u2YP6NkCgr .mbr-iconfont {
    display: none;
  }
}
.cid-u2YP6NkCgr .wrapper {
  position: relative;
}
.cid-u2YP6NkCgr .wrapper .icon1 {
  position: absolute;
  left: -100px;
  top: -60px;
}
.cid-u2YP6NkCgr .wrapper .icon2 {
  position: absolute;
  right: -100px;
  bottom: -30px;
}
.cid-u2YP6NkCgr .img-wrapper {
  display: flex;
}
.cid-u2YP6NkCgr .card-text {
  text-align: center;
}
.cid-u2YP6NkCgr .card-title,
.cid-u2YP6NkCgr .img-wrapper {
  text-align: center;
  color: #f0466a;
}
.cid-u2YP6NkCgr .saludo {
  text-align: center;
}
.cid-uTAXdqdXaR {
  background-image: url("../../../assets/images/u5331253161-mexican-doctors-professional-international-medica-c51620b1-f06c-4afd-ab01-6980c1268746-1-1536x768.png");
}
.cid-uTAXdqdXaR .mbr-fallback-image.disabled {
  display: none;
}
.cid-uTAXdqdXaR .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uTAXdqdXaR .row {
  justify-content: center;
}
.cid-uTAXdqdXaR .content-wrapper {
  position: relative;
  z-index: 2;
}
.cid-uTAXdqdXaR .content-wrapper .mbr-section-title {
  margin-bottom: 22px;
  background-image: linear-gradient(0deg, #f5961d, #f5961d 50%);
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
}
.cid-uTAXdqdXaR .content-wrapper .mbr-text {
  margin-bottom: 22px;
}
.cid-uTAXdqdXaR .mbr-section-title {
  color: #ffffff;
}
.cid-uTAXdqdXaR .mbr-text {
  color: #ffb639;
  text-align: center;
}
.cid-uTAXdqdXaR .mbr-section-title,
.cid-uTAXdqdXaR .mbr-section-btn {
  text-align: center;
  color: #f5961d;
}
.cid-uNbzFvLETO {
  padding-top: 6rem;
  padding-bottom: 1rem;
  background-color: #ffffff;
}
.cid-uNbzFvLETO .container {
  max-width: 1040px;
}
@media (max-width: 575px) {
  .cid-uNbzFvLETO .row {
    text-align: center!important;
  }
}
.cid-uNbzFvLETO .mbr-section-title {
  color: #000000;
}
@media (max-width: 575px) {
  .cid-uNbzFvLETO .mbr-section-title {
    text-align: center;
  }
}
.cid-uNbzFvLETO .mbr-text {
  color: #0972bb;
  margin-top: 20px;
}
.cid-uNbzFvLETO .mbr-text a:hover {
  text-decoration: underline;
}
.cid-uNbzFvLETO .mbr-section-btn {
  margin-top: 20px;
}
.cid-uNbzFvLETO .mbr-section-btn .btn {
  border-radius: 50px;
}
@media (max-width: 575px) {
  .cid-uNbzFvLETO .mbr-section-btn {
    display: flex;
    flex-wrap: wrap;
  }
  .cid-uNbzFvLETO .mbr-section-btn .btn {
    width: 100%;
  }
}
.cid-uNbzFvLETO .mbr-fallback-image.disabled {
  display: none;
}
.cid-uNbzFvLETO .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uNbzFvLETO .mbr-section-title,
.cid-uNbzFvLETO .mbr-section-btn {
  color: #727272;
}
.cid-uue2VBV20J {
  padding-top: 5rem;
  padding-bottom: 5rem;
  overflow: hidden;
  background-color: #f7f5f6;
}
.cid-uue2VBV20J .container-fluid {
  padding: 0 60px;
}
@media (max-width: 992px) {
  .cid-uue2VBV20J .container-fluid {
    padding: 0 15px;
  }
}
@media (max-width: 992px) {
  .cid-uue2VBV20J .container {
    padding: 0 15px;
  }
}
.cid-uue2VBV20J .content-wrapper {
  padding-left: 76px;
}
@media (max-width: 1200px) {
  .cid-uue2VBV20J .content-wrapper {
    padding-left: 54px;
  }
}
@media (max-width: 992px) {
  .cid-uue2VBV20J .content-wrapper {
    padding-left: 0;
  }
}
.cid-uue2VBV20J .content-wrapper .mbr-section-title {
  margin-bottom: 30px;
}
.cid-uue2VBV20J .content-wrapper .mbr-text {
  margin-bottom: 40px;
}
.cid-uue2VBV20J .embla__slide {
  display: flex;
  justify-content: center;
  position: relative;
  min-width: 395px;
  max-width: 395px;
}
@media (max-width: 767px) {
  .cid-uue2VBV20J .embla__slide {
    min-width: 100%;
    max-width: 100%;
  }
}
.cid-uue2VBV20J .embla__slide:nth-child(2n) .slide-content .item-wrapper .item-img img {
  height: 290px;
}
.cid-uue2VBV20J .embla__slide .slide-content {
  width: 100%;
}
.cid-uue2VBV20J .embla__slide .slide-content .item-wrapper {
  height: 100%;
  display: flex;
  align-items: center;
}
.cid-uue2VBV20J .embla__slide .slide-content .item-wrapper .item-img {
  width: 100%;
  position: relative;
  z-index: 1;
}
.cid-uue2VBV20J .embla__slide .slide-content .item-wrapper .item-img img {
  height: 390px;
  object-fit: cover;
  transition: all 0.8s ease-in-out;
}
.cid-uue2VBV20J .embla__button--next,
.cid-uue2VBV20J .embla__button--prev {
  display: flex;
}
.cid-uue2VBV20J .embla__button {
  bottom: 0;
  width: 50px;
  height: 50px;
  margin-top: -1.5rem;
  font-size: 20px;
  background-color: transparent !important;
  color: #f5961d !important;
  border: 2px solid #f5961d !important;
  border-radius: 100%;
  transition: all 0.3s;
  position: absolute;
  display: flex;
  justify-content: center;
  align-items: center;
  opacity: 1 !important;
  display: none;
}
.cid-uue2VBV20J .embla__button:hover {
  opacity: .5 !important;
}
.cid-uue2VBV20J .embla__button.embla__button--prev {
  left: 0;
}
.cid-uue2VBV20J .embla__button.embla__button--next {
  right: 0;
}
.cid-uue2VBV20J .embla {
  position: relative;
  width: 100%;
}
.cid-uue2VBV20J .embla__viewport {
  width: 100%;
  margin-right: 1rem;
}
.cid-uue2VBV20J .embla__viewport.is-draggable {
  cursor: grab;
}
.cid-uue2VBV20J .embla__viewport.is-dragging {
  cursor: grabbing;
}
.cid-uue2VBV20J .embla__container {
  display: flex;
  user-select: none;
  -webkit-touch-callout: none;
  -khtml-user-select: none;
  -webkit-tap-highlight-color: transparent;
}
.cid-uue24mi4Mq {
  padding-top: 6rem;
  padding-bottom: 1rem;
  background-color: #ffffff;
}
.cid-uue24mi4Mq .container {
  max-width: 1040px;
}
@media (max-width: 575px) {
  .cid-uue24mi4Mq .row {
    text-align: center!important;
  }
}
.cid-uue24mi4Mq .mbr-section-title {
  color: #000000;
}
@media (max-width: 575px) {
  .cid-uue24mi4Mq .mbr-section-title {
    text-align: center;
  }
}
.cid-uue24mi4Mq .mbr-text {
  color: #ffb639;
  margin-top: 20px;
}
.cid-uue24mi4Mq .mbr-text a:hover {
  text-decoration: underline;
}
.cid-uue24mi4Mq .mbr-section-btn {
  margin-top: 20px;
}
.cid-uue24mi4Mq .mbr-section-btn .btn {
  border-radius: 50px;
}
@media (max-width: 575px) {
  .cid-uue24mi4Mq .mbr-section-btn {
    display: flex;
    flex-wrap: wrap;
  }
  .cid-uue24mi4Mq .mbr-section-btn .btn {
    width: 100%;
  }
}
.cid-uue24mi4Mq .mbr-fallback-image.disabled {
  display: none;
}
.cid-uue24mi4Mq .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uue24mi4Mq .mbr-section-title,
.cid-uue24mi4Mq .mbr-section-btn {
  color: #727272;
}
.cid-uNbAgyKlZV {
  padding-top: 5rem;
  padding-bottom: 5rem;
  overflow: hidden;
  background-color: #f7f5f6;
}
.cid-uNbAgyKlZV .container-fluid {
  padding: 0 60px;
}
@media (max-width: 992px) {
  .cid-uNbAgyKlZV .container-fluid {
    padding: 0 15px;
  }
}
@media (max-width: 992px) {
  .cid-uNbAgyKlZV .container {
    padding: 0 15px;
  }
}
.cid-uNbAgyKlZV .content-wrapper {
  padding-left: 76px;
}
@media (max-width: 1200px) {
  .cid-uNbAgyKlZV .content-wrapper {
    padding-left: 54px;
  }
}
@media (max-width: 992px) {
  .cid-uNbAgyKlZV .content-wrapper {
    padding-left: 0;
  }
}
.cid-uNbAgyKlZV .content-wrapper .mbr-section-title {
  margin-bottom: 30px;
}
.cid-uNbAgyKlZV .content-wrapper .mbr-text {
  margin-bottom: 40px;
}
.cid-uNbAgyKlZV .embla__slide {
  display: flex;
  justify-content: center;
  position: relative;
  min-width: 395px;
  max-width: 395px;
}
@media (max-width: 767px) {
  .cid-uNbAgyKlZV .embla__slide {
    min-width: 100%;
    max-width: 100%;
  }
}
.cid-uNbAgyKlZV .embla__slide:nth-child(2n) .slide-content .item-wrapper .item-img img {
  height: 290px;
}
.cid-uNbAgyKlZV .embla__slide .slide-content {
  width: 100%;
}
.cid-uNbAgyKlZV .embla__slide .slide-content .item-wrapper {
  height: 100%;
  display: flex;
  align-items: center;
}
.cid-uNbAgyKlZV .embla__slide .slide-content .item-wrapper .item-img {
  width: 100%;
  position: relative;
  z-index: 1;
}
.cid-uNbAgyKlZV .embla__slide .slide-content .item-wrapper .item-img img {
  height: 390px;
  object-fit: cover;
  transition: all 0.8s ease-in-out;
}
.cid-uNbAgyKlZV .embla__button--next,
.cid-uNbAgyKlZV .embla__button--prev {
  display: flex;
}
.cid-uNbAgyKlZV .embla__button {
  bottom: 0;
  width: 50px;
  height: 50px;
  margin-top: -1.5rem;
  font-size: 20px;
  background-color: transparent !important;
  color: #f5961d !important;
  border: 2px solid #f5961d !important;
  border-radius: 100%;
  transition: all 0.3s;
  position: absolute;
  display: flex;
  justify-content: center;
  align-items: center;
  opacity: 1 !important;
  display: none;
}
.cid-uNbAgyKlZV .embla__button:hover {
  opacity: .5 !important;
}
.cid-uNbAgyKlZV .embla__button.embla__button--prev {
  left: 0;
}
.cid-uNbAgyKlZV .embla__button.embla__button--next {
  right: 0;
}
.cid-uNbAgyKlZV .embla {
  position: relative;
  width: 100%;
}
.cid-uNbAgyKlZV .embla__viewport {
  width: 100%;
  margin-right: 1rem;
}
.cid-uNbAgyKlZV .embla__viewport.is-draggable {
  cursor: grab;
}
.cid-uNbAgyKlZV .embla__viewport.is-dragging {
  cursor: grabbing;
}
.cid-uNbAgyKlZV .embla__container {
  display: flex;
  user-select: none;
  -webkit-touch-callout: none;
  -khtml-user-select: none;
  -webkit-tap-highlight-color: transparent;
}
.cid-uue68NLtnM {
  padding-top: 6rem;
  padding-bottom: 6rem;
  background-color: #ffffff;
}
.cid-uue68NLtnM .mbr-fallback-image.disabled {
  display: none;
}
.cid-uue68NLtnM .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uue68NLtnM .row {
  justify-content: center;
}
.cid-uue68NLtnM .row {
  padding: 0 80px;
}
@media (max-width: 992px) {
  .cid-uue68NLtnM .row {
    padding: 0 35px;
  }
}
@media (max-width: 425px) {
  .cid-uue68NLtnM .row {
    padding: 0 24px;
  }
}
.cid-uue68NLtnM .video-wrapper iframe {
  width: 100%;
}
.cid-uue68NLtnM .title-wrapper {
  margin-bottom: 32px;
}
.cid-uue68NLtnM .title-wrapper .mbr-section-title {
  margin-bottom: 0;
}
.cid-uue68NLtnM .title-wrapper .mbr-section-title span {
  position: relative;
  z-index: 1;
}
.cid-uue68NLtnM .title-wrapper .mbr-section-title span::before {
  content: '';
  position: absolute;
  bottom: 22%;
  left: 0;
  width: 100%;
  height: 18px;
  background-color: #ca41ec;
  z-index: -1;
}
.cid-uue68NLtnM .video-block {
  max-height: 300px;
}
@media (max-width: 992px) {
  .cid-uue68NLtnM .video-block {
    margin-bottom: 24px;
  }
}
.cid-uue68NLtnM .mbr-figure__img {
  max-height: 300px;
  object-fit: cover;
}
.cid-uue68NLtnM .mbr-section-title {
  color: #f5961d;
  text-align: center;
}
.cid-tWgNIcFhAv {
  padding-top: 6rem;
  padding-bottom: 1rem;
  background-color: #ffffff;
}
.cid-tWgNIcFhAv .container {
  max-width: 1040px;
}
@media (max-width: 575px) {
  .cid-tWgNIcFhAv .row {
    text-align: center!important;
  }
}
.cid-tWgNIcFhAv .mbr-section-title {
  color: #000000;
}
@media (max-width: 575px) {
  .cid-tWgNIcFhAv .mbr-section-title {
    text-align: center;
  }
}
.cid-tWgNIcFhAv .mbr-text {
  color: #ffb639;
  margin-top: 20px;
}
.cid-tWgNIcFhAv .mbr-text a:hover {
  text-decoration: underline;
}
.cid-tWgNIcFhAv .mbr-section-btn {
  margin-top: 20px;
}
.cid-tWgNIcFhAv .mbr-section-btn .btn {
  border-radius: 50px;
}
@media (max-width: 575px) {
  .cid-tWgNIcFhAv .mbr-section-btn {
    display: flex;
    flex-wrap: wrap;
  }
  .cid-tWgNIcFhAv .mbr-section-btn .btn {
    width: 100%;
  }
}
.cid-tWgNIcFhAv .mbr-fallback-image.disabled {
  display: none;
}
.cid-tWgNIcFhAv .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-tWgNIcFhAv .mbr-section-title,
.cid-tWgNIcFhAv .mbr-section-btn {
  color: #727272;
}
.cid-tWgQHxu7DC {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-image: url("../../../assets/images/cosas-que-hacer-tijuana-1000x659.jpg");
}
.cid-tWgQHxu7DC .item:focus,
.cid-tWgQHxu7DC span:focus {
  outline: none;
}
.cid-tWgQHxu7DC .item-wrapper {
  position: relative;
}
.cid-tWgQHxu7DC .container-fluid {
  padding: 0;
}
@media (max-width: 992px) {
  .cid-tWgQHxu7DC .container-fluid {
    padding: 0 24px;
  }
}
@media (max-width: 992px) and (max-width: 992px) {
  .cid-tWgQHxu7DC .container {
    padding: 0 24px;
  }
}
.cid-tWgQHxu7DC .embla__slide {
  display: flex;
  justify-content: center;
  position: relative;
  min-width: 570px;
  max-width: 570px;
}
@media (max-width: 767px) {
  .cid-tWgQHxu7DC .embla__slide {
    min-width: 100%;
    max-width: 100%;
  }
}
.cid-tWgQHxu7DC .embla__slide .slide-content {
  width: 100%;
}
.cid-tWgQHxu7DC .embla__slide .slide-content .item-wrapper {
  padding: 30px;
  border-radius: .5rem !important;
  position: relative;
  overflow: hidden;
}
.cid-tWgQHxu7DC .embla__slide .slide-content .item-wrapper::before {
  content: '';
  position: absolute;
  top: 0;
  left: 0;
  background-color: #ffffff;
  opacity: .2;
  width: 100%;
  height: 100%;
}
.cid-tWgQHxu7DC .embla__slide .slide-content .item-wrapper .item-img {
  position: relative;
  z-index: 1;
}
.cid-tWgQHxu7DC .embla__slide .slide-content .item-wrapper .item-img img {
  height: 400px;
  object-fit: contain;
}
.cid-tWgQHxu7DC .embla__button--next,
.cid-tWgQHxu7DC .embla__button--prev {
  display: flex;
}
.cid-tWgQHxu7DC .embla__button {
  bottom: 0;
  width: 60px;
  height: 60px;
  margin-top: -1.5rem;
  font-size: 21px;
  background-color: #f5961d !important;
  color: #fc9d4f;
  border: none;
  border-radius: 50%;
  transition: all 0.3s;
  position: absolute;
  display: flex;
  justify-content: center;
  align-items: center;
  opacity: 1 !important;
  display: none;
}
.cid-tWgQHxu7DC .embla__button:disabled {
  cursor: default;
  display: none;
}
.cid-tWgQHxu7DC .embla__button:hover {
  opacity: .85 !important;
  color: #1a2269 !important;
}
.cid-tWgQHxu7DC .embla__button.embla__button--prev {
  left: 32px;
}
.cid-tWgQHxu7DC .embla__button.embla__button--next {
  right: 32px;
}
.cid-tWgQHxu7DC .embla {
  position: relative;
  width: 100%;
}
.cid-tWgQHxu7DC .embla__viewport {
  overflow: hidden;
  width: 100%;
  margin-right: 1rem;
}
.cid-tWgQHxu7DC .embla__viewport.is-draggable {
  cursor: grab;
}
.cid-tWgQHxu7DC .embla__viewport.is-dragging {
  cursor: grabbing;
}
.cid-tWgQHxu7DC .embla__container {
  display: flex;
  user-select: none;
  -webkit-touch-callout: none;
  -khtml-user-select: none;
  -webkit-tap-highlight-color: transparent;
}
.cid-tWgOvQOWwA {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-image: url("../../../assets/images/tijuana-mx-640x360.jpg");
}
.cid-tWgOvQOWwA .item:focus,
.cid-tWgOvQOWwA span:focus {
  outline: none;
}
.cid-tWgOvQOWwA .item-wrapper {
  position: relative;
}
@media (max-width: 992px) and (max-width: 992px) {
  .cid-tWgOvQOWwA .container {
    padding: 0 24px;
  }
}
.cid-tWgOvQOWwA .embla__slide {
  display: flex;
  justify-content: center;
  position: relative;
  min-width: 570px;
  max-width: 570px;
}
@media (max-width: 767px) {
  .cid-tWgOvQOWwA .embla__slide {
    min-width: 100%;
    max-width: 100%;
  }
}
.cid-tWgOvQOWwA .embla__slide .slide-content {
  width: 100%;
}
.cid-tWgOvQOWwA .embla__slide .slide-content .item-wrapper {
  padding: 30px;
  border-radius: .5rem !important;
  position: relative;
  overflow: hidden;
}
.cid-tWgOvQOWwA .embla__slide .slide-content .item-wrapper::before {
  content: '';
  position: absolute;
  top: 0;
  left: 0;
  background-color: #ffffff;
  opacity: .2;
  width: 100%;
  height: 100%;
}
.cid-tWgOvQOWwA .embla__slide .slide-content .item-wrapper .item-img {
  position: relative;
  z-index: 1;
}
.cid-tWgOvQOWwA .embla__slide .slide-content .item-wrapper .item-img img {
  height: 400px;
  object-fit: contain;
}
.cid-tWgOvQOWwA .embla__button--next,
.cid-tWgOvQOWwA .embla__button--prev {
  display: flex;
}
.cid-tWgOvQOWwA .embla__button {
  bottom: 0;
  width: 60px;
  height: 60px;
  margin-top: -1.5rem;
  font-size: 21px;
  background-color: #f5961d !important;
  color: #fc9d4f;
  border: none;
  border-radius: 50%;
  transition: all 0.3s;
  position: absolute;
  display: flex;
  justify-content: center;
  align-items: center;
  opacity: 1 !important;
  display: none;
}
@media (max-width: 768px) {
  .cid-tWgOvQOWwA .embla__button {
    display: none;
  }
}
.cid-tWgOvQOWwA .embla__button:disabled {
  cursor: default;
  display: none;
}
.cid-tWgOvQOWwA .embla__button:hover {
  opacity: .85 !important;
  color: #1a2269 !important;
}
.cid-tWgOvQOWwA .embla__button.embla__button--prev {
  left: 32px;
}
.cid-tWgOvQOWwA .embla__button.embla__button--next {
  right: 32px;
}
.cid-tWgOvQOWwA .embla {
  position: relative;
  width: 100%;
}
.cid-tWgOvQOWwA .embla__viewport {
  overflow: hidden;
  width: 100%;
  margin-right: 1rem;
}
.cid-tWgOvQOWwA .embla__viewport.is-draggable {
  cursor: grab;
}
.cid-tWgOvQOWwA .embla__viewport.is-dragging {
  cursor: grabbing;
}
.cid-tWgOvQOWwA .embla__container {
  display: flex;
  user-select: none;
  -webkit-touch-callout: none;
  -khtml-user-select: none;
  -webkit-tap-highlight-color: transparent;
}
.cid-tkXhSsMiOj {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-color: #ffffff;
}
.cid-tkXhSsMiOj .card {
  height: auto;
  background-color: transparent;
  box-shadow: 0px 10px 20px 0px rgba(29, 29, 27, 0.2);
  transition: all 0.6s ease;
}
.cid-tkXhSsMiOj .card:hover {
  transform: scale(1.03);
}
.cid-tkXhSsMiOj .card-padding {
  padding: 0.72rem 0.75rem;
}
.cid-tkXhSsMiOj .title-section {
  margin-bottom: 1.5rem;
}
@media (min-width: 992px) {
  .cid-tkXhSsMiOj .title-section {
    padding: 0 6rem;
    margin-bottom: 4rem;
  }
}
.cid-tkXhSsMiOj .img-container {
  display: flex;
  justify-content: center;
}
.cid-tkXhSsMiOj .card-img-top {
  width: 230px;
  height: 230px;
  border-radius: 50%;
  object-fit: cover;
}
.cid-tkXhSsMiOj .mbr-section-subtitle {
  text-align: center;
}
.cid-tkXhSsMiOj .mbr-text {
  text-align: center;
}
.cid-tkXhSsMiOj .mbr-fallback-image.disabled {
  display: none;
}
.cid-tkXhSsMiOj .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-tkXhSsMiOj .mbr-section-title {
  text-align: center;
}
.cid-tjSY6VFxKS {
  padding-top: 0rem;
  padding-bottom: 0rem;
  background: #fafafa;
}
.cid-tjSY6VFxKS .wrapp {
  border-radius: 10px;
}
@media (max-width: 991px) {
  .cid-tjSY6VFxKS .wrapp {
    padding: 0;
  }
}
@media (min-width: 992px) {
  .cid-tjSY6VFxKS .wrapp {
    padding: 4rem 6rem;
  }
}
.cid-tjSY6VFxKS .wrapper {
  height: 100%;
}
.cid-tjSY6VFxKS img {
  width: 80%;
  margin: 0 auto;
  border-radius: 30px;
}
.cid-tjSY6VFxKS .mbr-text {
  text-align: center;
}
.cid-tjSY6VFxKS .card-title {
  text-align: center;
}
.cid-tjSZoW0Klu {
  padding-top: 0rem;
  padding-bottom: 0rem;
  background: #fafafa;
}
.cid-tjSZoW0Klu .wrapp {
  border-radius: 10px;
}
@media (max-width: 991px) {
  .cid-tjSZoW0Klu .wrapp {
    padding: 0;
  }
}
@media (min-width: 992px) {
  .cid-tjSZoW0Klu .wrapp {
    padding: 4rem 6rem;
  }
}
.cid-tjSZoW0Klu .wrapper {
  height: 100%;
}
.cid-tjSZoW0Klu img {
  width: 80%;
  margin: 0 auto;
  border-radius: 30px;
}
.cid-tjSZoW0Klu .mbr-text {
  text-align: center;
}
.cid-tjSZoW0Klu .card-title {
  text-align: center;
}
.cid-tjXP07L9SC {
  padding-top: 0rem;
  padding-bottom: 0rem;
  background: #fafafa;
}
.cid-tjXP07L9SC .wrapp {
  border-radius: 10px;
}
@media (max-width: 991px) {
  .cid-tjXP07L9SC .wrapp {
    padding: 0;
  }
}
@media (min-width: 992px) {
  .cid-tjXP07L9SC .wrapp {
    padding: 4rem 6rem;
  }
}
.cid-tjXP07L9SC .wrapper {
  height: 100%;
}
.cid-tjXP07L9SC img {
  width: 80%;
  margin: 0 auto;
  border-radius: 30px;
}
.cid-tjXP07L9SC .mbr-text {
  text-align: center;
}
.cid-tjXP07L9SC .card-title {
  text-align: center;
}
.cid-tnMDOWpsQm {
  padding-top: 0rem;
  padding-bottom: 0rem;
  background: #fafafa;
}
.cid-tnMDOWpsQm .wrapp {
  border-radius: 10px;
}
@media (max-width: 991px) {
  .cid-tnMDOWpsQm .wrapp {
    padding: 0;
  }
}
@media (min-width: 992px) {
  .cid-tnMDOWpsQm .wrapp {
    padding: 4rem 6rem;
  }
}
.cid-tnMDOWpsQm .wrapper {
  height: 100%;
}
.cid-tnMDOWpsQm img {
  width: 80%;
  margin: 0 auto;
  border-radius: 30px;
}
.cid-tnMDOWpsQm .mbr-text {
  text-align: center;
}
.cid-tnMDOWpsQm .card-title {
  text-align: center;
}
.cid-tjY6L9SoR5 {
  padding-top: 0rem;
  padding-bottom: 1rem;
  background: #fafafa;
}
.cid-tjY6L9SoR5 .wrapp {
  border-radius: 10px;
}
@media (max-width: 991px) {
  .cid-tjY6L9SoR5 .wrapp {
    padding: 0;
  }
}
@media (min-width: 992px) {
  .cid-tjY6L9SoR5 .wrapp {
    padding: 4rem 6rem;
  }
}
.cid-tjY6L9SoR5 .wrapper {
  height: 100%;
}
.cid-tjY6L9SoR5 img {
  width: 80%;
  margin: 0 auto;
  border-radius: 30px;
}
.cid-tjY6L9SoR5 .mbr-text {
  text-align: center;
}
.cid-tjY6L9SoR5 .card-title {
  text-align: center;
}
.cid-u2YMehYAiK {
  padding-top: 0rem;
  padding-bottom: 3rem;
  background: #fafafa;
}
.cid-u2YMehYAiK .wrapp {
  border-radius: 10px;
}
@media (max-width: 991px) {
  .cid-u2YMehYAiK .wrapp {
    padding: 0;
  }
}
@media (min-width: 992px) {
  .cid-u2YMehYAiK .wrapp {
    padding: 4rem 6rem;
  }
}
.cid-u2YMehYAiK .wrapper {
  height: 100%;
}
.cid-u2YMehYAiK img {
  width: 80%;
  margin: 0 auto;
  border-radius: 30px;
}
.cid-u2YMehYAiK .mbr-text {
  text-align: center;
}
.cid-u2YMehYAiK .card-title {
  text-align: center;
}
.cid-t4ina83k8P {
  padding-top: 2rem;
  padding-bottom: 3rem;
  background-image: url("../../../assets/images/mbr-1920x836.jpg");
}
.cid-t4ina83k8P .mbr-fallback-image.disabled {
  display: none;
}
.cid-t4ina83k8P .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-t4ina83k8P .row {
  justify-content: flex-start;
}
.cid-t4ina83k8P .main-col {
  display: flex;
  align-items: stretch;
  min-height: 20rem;
  border: 1px solid #000000;
}
@media (max-width: 767px) {
  .cid-t4ina83k8P .main-col {
    flex-wrap: wrap;
    min-height: auto;
  }
}
.cid-t4ina83k8P .title-container {
  display: flex;
  align-items: center;
  width: 50%;
  padding: 2rem;
  border-right: 1px solid #000000;
}
@media (max-width: 767px) {
  .cid-t4ina83k8P .title-container {
    width: 100%;
    border-right: none !important;
    border-left: none !important;
    padding: 12px 24px;
    border-bottom: 1px solid #000000;
  }
}
@media (max-width: 575px) {
  .cid-t4ina83k8P .title-container {
    padding: 12px;
  }
}
.cid-t4ina83k8P .content-container {
  display: flex;
  align-items: center;
  flex-wrap: wrap;
  width: 50%;
  padding: 2rem 3rem;
  flex-grow: 1;
}
@media (max-width: 767px) {
  .cid-t4ina83k8P .content-container {
    width: 100%;
    padding: 24px 36px 24px 24px;
  }
}
@media (max-width: 575px) {
  .cid-t4ina83k8P .content-container {
    padding: 24px 12px;
  }
}
.cid-t4ina83k8P .mbr-section-title {
  color: #ffffff;
  width: 100%;
}
.cid-t4ina83k8P .mbr-text {
  color: #ffffff;
  width: 100%;
  text-align: justify;
}
.cid-t4ina83k8P .mbr-section-btn {
  margin-top: 2.4rem;
  flex-grow: 1;
}
@media (max-width: 991px) {
  .cid-t4ina83k8P .mbr-section-btn {
    margin-top: 1rem;
    text-align: left !important;
  }
}
.cid-tmU1OkifaX {
  padding-top: 4rem;
  padding-bottom: 0rem;
  background-color: #ffffff;
}
.cid-tmU1OkifaX .mbr-fallback-image.disabled {
  display: none;
}
.cid-tmU1OkifaX .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-tmU1OkifaX .container {
  max-width: 900px;
}
.cid-tmU1OkifaX .content-container {
  display: flex;
  align-items: stretch;
}
@media (max-width: 767px) {
  .cid-tmU1OkifaX .content-container {
    flex-direction: column;
    justify-content: flex-start;
  }
}
.cid-tmU1OkifaX .card-wrapper {
  display: flex;
  flex-direction: column;
  justify-content: center;
  width: 45%;
  padding-left: 40px;
}
@media (max-width: 991px) {
  .cid-tmU1OkifaX .card-wrapper {
    padding-left: 32px;
  }
}
@media (max-width: 767px) {
  .cid-tmU1OkifaX .card-wrapper {
    width: 100%;
    padding: 0;
    margin-top: 40px;
  }
}
.cid-tmU1OkifaX .card-box {
  width: 100%;
}
.cid-tmU1OkifaX .card-title {
  width: 100%;
  color: #192732;
  margin-bottom: 40px;
}
@media (max-width: 767px) {
  .cid-tmU1OkifaX .card-title {
    margin-bottom: 24px;
    text-align: center !important;
  }
}
.cid-tmU1OkifaX .mbr-text {
  width: 100%;
  color: #192732;
}
@media (max-width: 767px) {
  .cid-tmU1OkifaX .mbr-text {
    text-align: center !important;
  }
}
.cid-tmU1OkifaX .mbr-section-btn {
  margin-top: 20px;
}
@media (max-width: 767px) {
  .cid-tmU1OkifaX .mbr-section-btn {
    text-align: center !important;
  }
}
.cid-tmU1OkifaX .img-container {
  width: 55%;
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  padding-right: 40px;
}
@media (max-width: 991px) {
  .cid-tmU1OkifaX .img-container {
    padding-right: 32px;
  }
}
@media (max-width: 767px) {
  .cid-tmU1OkifaX .img-container {
    width: 100%;
    padding: 0;
  }
}
.cid-tmU1OkifaX .image-wrapper {
  display: flex;
  justify-content: center;
  width: 100%;
}
.cid-tmU1OkifaX .image-wrapper img {
  object-fit: cover;
  max-height: 100vh;
}
.cid-ti0lI41Qm6 {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-color: #ffffff;
}
.cid-ti0lI41Qm6 .card {
  background-color: transparent;
  box-shadow: 0px 10px 20px 0px rgba(29, 29, 27, 0.2);
}
.cid-ti0lI41Qm6 .title-section .mbr-section-title {
  text-align: center;
}
.cid-ti0lI41Qm6 .card-title {
  flex: 1 1 auto;
}
.cid-ti0lI41Qm6 .accordion-body {
  padding-top: 1rem;
  padding-bottom: 3rem;
  text-align: justify;
}
.cid-ti0lI41Qm6 .heading-acc[aria-expanded="true"] .acc-button {
  transform: rotate(-45deg);
}
.cid-ti0lI41Qm6 .heading-acc:hover .acc-button {
  background-color: #ff0066;
}
.cid-ti0lI41Qm6 .heading-acc:hover .acc-button .acc-button-line1,
.cid-ti0lI41Qm6 .heading-acc:hover .acc-button .acc-button-line2 {
  background-color: white;
}
.cid-ti0lI41Qm6 .acc-button-container .acc-button {
  width: 40px;
  height: 40px;
  border-radius: 50%;
  position: relative;
  transition: 0.3s linear;
}
.cid-ti0lI41Qm6 .acc-button-container .acc-button .acc-button-line1,
.cid-ti0lI41Qm6 .acc-button-container .acc-button .acc-button-line2 {
  transition: 0.3s linear;
  position: absolute;
  top: 50%;
  left: 50%;
  display: block;
  background-color: black;
  width: 2px;
  height: 22px;
  transform: translate(-50%, -50%);
}
.cid-ti0lI41Qm6 .acc-button-container .acc-button .acc-button-line1 {
  transform: translate(-50%, -50%) rotate(90deg);
}
.cid-ti0lI41Qm6 .mbr-fallback-image.disabled {
  display: none;
}
.cid-ti0lI41Qm6 .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-t4icwsIiQ6 {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-color: #f5961d;
}
.cid-t4icwsIiQ6 .mbr-fallback-image.disabled {
  display: none;
}
.cid-t4icwsIiQ6 .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-t4icwsIiQ6 .row {
  justify-content: flex-start;
}
.cid-t4icwsIiQ6 .mbr-section-title {
  color: #000000;
  width: 100%;
}
.cid-t4icwsIiQ6 .colored-text {
  line-height: inherit;
  font-weight: inherit;
  color: inherit;
}
.cid-t4icwsIiQ6 .mbr-section-subtitle {
  color: #000000;
  width: 100%;
}
.cid-t4icwsIiQ6 .mbr-text {
  color: #000000;
  width: 100%;
}
.cid-t4icwsIiQ6 .mbr-section-btn {
  margin-top: 2.4rem;
}
.cid-t4icwsIiQ6 .mbr-section-title,
.cid-t4icwsIiQ6 .mbr-section-btn {
  color: #ffffff;
}
.cid-tnMBVeR4Yh {
  padding-top: 4rem;
  padding-bottom: 0rem;
  background-color: #ffffff;
}
.cid-tnMBVeR4Yh img,
.cid-tnMBVeR4Yh .item-img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.cid-tnMBVeR4Yh .item:focus,
.cid-tnMBVeR4Yh span:focus {
  outline: none;
}
.cid-tnMBVeR4Yh .item {
  cursor: pointer;
  margin-bottom: 2rem;
}
.cid-tnMBVeR4Yh .row {
  margin-left: 0;
  margin-right: 0;
}
.cid-tnMBVeR4Yh .item {
  padding: 0;
  margin: 0;
}
.cid-tnMBVeR4Yh .item-wrapper {
  position: relative;
  background: #649afc;
  height: 100%;
  display: flex;
  flex-flow: column nowrap;
}
.cid-tnMBVeR4Yh .item-content {
  padding: 25px 1rem 0;
}
.cid-tnMBVeR4Yh .item-content a:not(.btn):hover {
  color: #1a2269 !important;
  background-image: none !important;
}
.cid-tnMBVeR4Yh .item-wrapper {
  background: transparent;
}
.cid-tnMBVeR4Yh .item-content {
  padding-left: 0 !important;
  padding-right: 0 !important;
}
.cid-tnMBVeR4Yh .mbr-section-btn {
  margin-top: auto !important;
}
.cid-tnMBVeR4Yh .mbr-section-title,
.cid-tnMBVeR4Yh .mbr-section-subtitle {
  color: #111111;
}
.cid-tnMBVeR4Yh .mbr-text,
.cid-tnMBVeR4Yh .mbr-section-btn {
  text-align: left;
}
.cid-tnMBVeR4Yh .item-title {
  text-align: left;
}
.cid-tnMBVeR4Yh .item-subtitle {
  text-align: center;
}
.cid-tnMBVeR4Yh .item-img {
  overflow: hidden;
}
.cid-tnMBVeR4Yh .item-img img {
  width: 100%;
  transform: scale3d(1, 1, 1);
  transform-style: preserve-3d;
  transition: 1s;
}
.cid-tnMBVeR4Yh .item-img:hover img {
  transform: scale3d(1.1, 1.1, 1.1) translateZ(0);
}
.cid-tnMBVeR4Yh .mbr-section-head {
  margin-bottom: 30px;
}
@media (min-width: 992px) {
  .cid-tnMBVeR4Yh .mbr-section-head {
    margin-bottom: 60px;
  }
}
.cid-tnMCbT2M3d {
  padding-top: 0rem;
  padding-bottom: 0rem;
  background-color: #ffffff;
}
.cid-tnMCbT2M3d img,
.cid-tnMCbT2M3d .item-img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.cid-tnMCbT2M3d .item:focus,
.cid-tnMCbT2M3d span:focus {
  outline: none;
}
.cid-tnMCbT2M3d .item {
  cursor: pointer;
  margin-bottom: 2rem;
}
.cid-tnMCbT2M3d .row {
  margin-left: 0;
  margin-right: 0;
}
.cid-tnMCbT2M3d .item {
  padding: 0;
  margin: 0;
}
.cid-tnMCbT2M3d .item-wrapper {
  position: relative;
  background: #649afc;
  height: 100%;
  display: flex;
  flex-flow: column nowrap;
}
.cid-tnMCbT2M3d .item-content {
  padding: 25px 1rem 0;
}
.cid-tnMCbT2M3d .item-content a:not(.btn):hover {
  color: #1a2269 !important;
  background-image: none !important;
}
.cid-tnMCbT2M3d .item-wrapper {
  background: transparent;
}
.cid-tnMCbT2M3d .item-content {
  padding-left: 0 !important;
  padding-right: 0 !important;
}
.cid-tnMCbT2M3d .mbr-section-btn {
  margin-top: auto !important;
}
.cid-tnMCbT2M3d .mbr-section-title,
.cid-tnMCbT2M3d .mbr-section-subtitle {
  color: #111111;
}
.cid-tnMCbT2M3d .mbr-text,
.cid-tnMCbT2M3d .mbr-section-btn {
  text-align: left;
}
.cid-tnMCbT2M3d .item-title {
  text-align: left;
}
.cid-tnMCbT2M3d .item-subtitle {
  text-align: center;
}
.cid-tnMCbT2M3d .item-img {
  overflow: hidden;
}
.cid-tnMCbT2M3d .item-img img {
  width: 100%;
  transform: scale3d(1, 1, 1);
  transform-style: preserve-3d;
  transition: 1s;
}
.cid-tnMCbT2M3d .item-img:hover img {
  transform: scale3d(1.1, 1.1, 1.1) translateZ(0);
}
.cid-tnMCbT2M3d .mbr-section-head {
  margin-bottom: 30px;
}
@media (min-width: 992px) {
  .cid-tnMCbT2M3d .mbr-section-head {
    margin-bottom: 60px;
  }
}
.cid-tk4fa0CWkW {
  padding-top: 3rem;
  padding-bottom: 0rem;
  background-color: #ffffff;
}
.cid-tk4fa0CWkW img,
.cid-tk4fa0CWkW .item-img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.cid-tk4fa0CWkW .item:focus,
.cid-tk4fa0CWkW span:focus {
  outline: none;
}
.cid-tk4fa0CWkW .item {
  cursor: pointer;
  margin-bottom: 2rem;
}
.cid-tk4fa0CWkW .row {
  margin-left: 0;
  margin-right: 0;
}
.cid-tk4fa0CWkW .item {
  padding: 0;
  margin: 0;
}
.cid-tk4fa0CWkW .item-wrapper {
  position: relative;
  background: #649afc;
  height: 100%;
  display: flex;
  flex-flow: column nowrap;
}
.cid-tk4fa0CWkW .item-content {
  padding: 25px 1rem 0;
}
.cid-tk4fa0CWkW .item-content a:not(.btn):hover {
  color: #1a2269 !important;
  background-image: none !important;
}
.cid-tk4fa0CWkW .item-wrapper {
  background: transparent;
}
.cid-tk4fa0CWkW .item-content {
  padding-left: 0 !important;
  padding-right: 0 !important;
}
.cid-tk4fa0CWkW .mbr-section-btn {
  margin-top: auto !important;
}
.cid-tk4fa0CWkW .mbr-section-title,
.cid-tk4fa0CWkW .mbr-section-subtitle {
  color: #111111;
}
.cid-tk4fa0CWkW .mbr-text,
.cid-tk4fa0CWkW .mbr-section-btn {
  text-align: left;
}
.cid-tk4fa0CWkW .item-title {
  text-align: left;
}
.cid-tk4fa0CWkW .item-subtitle {
  text-align: center;
}
.cid-tk4fa0CWkW .item-img {
  overflow: hidden;
}
.cid-tk4fa0CWkW .item-img img {
  width: 100%;
  transform: scale3d(1, 1, 1);
  transform-style: preserve-3d;
  transition: 1s;
}
.cid-tk4fa0CWkW .item-img:hover img {
  transform: scale3d(1.1, 1.1, 1.1) translateZ(0);
}
.cid-tk4fa0CWkW .mbr-section-head {
  margin-bottom: 30px;
}
@media (min-width: 992px) {
  .cid-tk4fa0CWkW .mbr-section-head {
    margin-bottom: 60px;
  }
}
.cid-tk4fJ13JOL {
  padding-top: 0rem;
  padding-bottom: 4rem;
  background-color: #ffffff;
}
.cid-tk4fJ13JOL img,
.cid-tk4fJ13JOL .item-img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.cid-tk4fJ13JOL .item:focus,
.cid-tk4fJ13JOL span:focus {
  outline: none;
}
.cid-tk4fJ13JOL .item {
  cursor: pointer;
  margin-bottom: 2rem;
}
.cid-tk4fJ13JOL .row {
  margin-left: 0;
  margin-right: 0;
}
.cid-tk4fJ13JOL .item {
  padding: 0;
  margin: 0;
}
.cid-tk4fJ13JOL .item-wrapper {
  position: relative;
  background: #649afc;
  height: 100%;
  display: flex;
  flex-flow: column nowrap;
}
.cid-tk4fJ13JOL .item-content {
  padding: 25px 1rem 0;
}
.cid-tk4fJ13JOL .item-content a:not(.btn):hover {
  color: #1a2269 !important;
  background-image: none !important;
}
.cid-tk4fJ13JOL .item-wrapper {
  background: transparent;
}
.cid-tk4fJ13JOL .item-content {
  padding-left: 0 !important;
  padding-right: 0 !important;
}
.cid-tk4fJ13JOL .mbr-section-btn {
  margin-top: auto !important;
}
.cid-tk4fJ13JOL .mbr-section-title,
.cid-tk4fJ13JOL .mbr-section-subtitle {
  color: #111111;
}
.cid-tk4fJ13JOL .mbr-text,
.cid-tk4fJ13JOL .mbr-section-btn {
  text-align: left;
}
.cid-tk4fJ13JOL .item-title {
  text-align: left;
}
.cid-tk4fJ13JOL .item-subtitle {
  text-align: center;
}
.cid-tk4fJ13JOL .item-img {
  overflow: hidden;
}
.cid-tk4fJ13JOL .item-img img {
  width: 100%;
  transform: scale3d(1, 1, 1);
  transform-style: preserve-3d;
  transition: 1s;
}
.cid-tk4fJ13JOL .item-img:hover img {
  transform: scale3d(1.1, 1.1, 1.1) translateZ(0);
}
.cid-tk4fJ13JOL .mbr-section-head {
  margin-bottom: 30px;
}
@media (min-width: 992px) {
  .cid-tk4fJ13JOL .mbr-section-head {
    margin-bottom: 60px;
  }
}
.cid-t4il7tpSrM {
  padding-top: 90px;
  padding-bottom: 0px;
  background-color: #fbfbfb;
}
.cid-t4il7tpSrM .mbr-fallback-image.disabled {
  display: none;
}
.cid-t4il7tpSrM .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-t4il7tpSrM .row {
  display: flex;
  flex-wrap: nowrap;
  justify-content: flex-start;
  align-items: center;
}
@media (max-width: 767px) {
  .cid-t4il7tpSrM .row {
    flex-wrap: wrap;
  }
}
.cid-t4il7tpSrM .text-container {
  display: flex;
  align-items: flex-start;
  flex-wrap: wrap;
}
.cid-t4il7tpSrM .contacts-container {
  display: flex;
  justify-content: flex-start;
  width: 100%;
  align-items: stretch;
  padding: 2rem 0;
}
.cid-t4il7tpSrM .email-container {
  max-width: 49%;
  margin-right: auto;
}
.cid-t4il7tpSrM .phone-container {
  max-width: 49%;
}
.cid-t4il7tpSrM .mbr-text {
  color: #727272;
  margin-bottom: 22px;
}
.cid-t4il7tpSrM .link-text {
  color: #000000;
  margin-bottom: 0;
}
.cid-t4il7tpSrM .mbr-section-title {
  color: #000000;
  width: 100%;
  text-align: center;
}
.cid-t4il7tpSrM .colored-text {
  line-height: inherit;
  font-weight: inherit;
  color: inherit;
  color: #fc4f4f;
}
.cid-t4imIm3ylH {
  padding-top: 2rem;
  padding-bottom: 5rem;
  background-color: #fbfbfb;
}
.cid-t4imIm3ylH .row {
  align-items: center;
  width: 100%;
}
.cid-t4imIm3ylH .title-container {
  width: 100%;
  padding: 0 !important;
  margin-bottom: 2rem;
}
.cid-t4imIm3ylH .title-text {
  width: 100%;
}
.cid-t4imIm3ylH .main-title {
  color: #727272;
}
.cid-t4imIm3ylH .main-subtitle {
  color: #727272;
}
.cid-t4imIm3ylH form .dragArea.row {
  justify-content: flex-start;
  width: auto !important;
}
.cid-t4imIm3ylH form .mbr-section-btn {
  margin-top: 20px;
  margin-right: 100%;
}
.cid-t4imIm3ylH form .mbr-section-btn .btn {
  width: max-content;
  min-width: 120px;
}
.cid-t4imIm3ylH form .form-group {
  margin-top: 32px !important;
  margin-bottom: 10px !important;
}
@media (max-width: 767px) {
  .cid-t4imIm3ylH form .form-group {
    margin-top: 1rem!important;
  }
}
.cid-t4imIm3ylH form .form-control {
  border: 1px solid #000000 !important;
  box-shadow: none !important;
  border-radius: 0 !important;
  margin-bottom: 0;
  padding: 12px;
  font-size: 16px;
  line-height: 24px;
  color: #939292;
  font-weight: 400;
}
.cid-t4imIm3ylH form .form-control::-webkit-input-placeholder {
  color: #939292;
}
.cid-t4imIm3ylH form .form-control::-moz-placeholder {
  color: #939292;
}
.cid-t4imIm3ylH form .form-control:-moz-placeholder {
  color: #939292;
}
.cid-t4imIm3ylH form .form-control:-ms-input-placeholder {
  color: #939292;
}
.cid-t4imIm3ylH form select {
  color: #000000 !important;
}
.cid-t4imIm3ylH form textarea {
  height: 100px;
}
.cid-t4imIm3ylH form input,
.cid-t4imIm3ylH form textarea {
  background-color: transparent !important;
}
.cid-t4imIm3ylH form input:active,
.cid-t4imIm3ylH form textarea:active,
.cid-t4imIm3ylH form input:focus,
.cid-t4imIm3ylH form textarea:focus {
  border-color: #1a2269 !important;
}
.cid-t4imIm3ylH form input:active::-webkit-input-placeholder,
.cid-t4imIm3ylH form textarea:active::-webkit-input-placeholder,
.cid-t4imIm3ylH form input:focus::-webkit-input-placeholder,
.cid-t4imIm3ylH form textarea:focus::-webkit-input-placeholder {
  color: #939292;
}
.cid-t4imIm3ylH form input:active::-moz-placeholder,
.cid-t4imIm3ylH form textarea:active::-moz-placeholder,
.cid-t4imIm3ylH form input:focus::-moz-placeholder,
.cid-t4imIm3ylH form textarea:focus::-moz-placeholder {
  color: #939292;
}
.cid-t4imIm3ylH form input:active:-moz-placeholder,
.cid-t4imIm3ylH form textarea:active:-moz-placeholder,
.cid-t4imIm3ylH form input:focus:-moz-placeholder,
.cid-t4imIm3ylH form textarea:focus:-moz-placeholder {
  color: #939292;
}
.cid-t4imIm3ylH form input:active:-ms-input-placeholder,
.cid-t4imIm3ylH form textarea:active:-ms-input-placeholder,
.cid-t4imIm3ylH form input:focus:-ms-input-placeholder,
.cid-t4imIm3ylH form textarea:focus:-ms-input-placeholder {
  color: #939292;
}
.cid-t4imIm3ylH form .row {
  margin-left: -2% !important;
  margin-right: -2% !important;
}
.cid-t4imIm3ylH form .row [class*=col] {
  padding-left: 2% !important;
  padding-right: 2% !important;
}
.cid-t4imIm3ylH form label {
  width: 100%;
  color: #000000;
  margin-bottom: 1rem;
}
.cid-t4imIm3ylH form .form-check-input {
  border-color: #000000 !important;
  outline: none !important;
  box-shadow: none !important;
}
.cid-t4imIm3ylH form .form-check-input:focus,
.cid-t4imIm3ylH form .form-check-input:hover {
  border-color: #1a2269 !important;
}
.cid-t4imIm3ylH form .form-check-input:checked {
  border-color: #1a2269 !important;
  background-color: #1a2269 !important;
}
.cid-t4inu0HNl0 {
  padding-top: 2rem;
  padding-bottom: 2rem;
  background-color: #f5961d;
}
.cid-t4inu0HNl0 .mbr-fallback-image.disabled {
  display: none;
}
.cid-t4inu0HNl0 .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-t4inu0HNl0 .logo-container {
  max-width: 33.33333333%;
  padding-right: 1rem;
  margin-right: auto;
}
@media (max-width: 767px) {
  .cid-t4inu0HNl0 .logo-container {
    width: 100%;
    padding-right: 0;
    max-width: 100%;
    order: 3;
    justify-content: center !important;
  }
}
.cid-t4inu0HNl0 .navbar-brand {
  display: flex;
  flex-basis: auto;
  word-break: break-word;
  flex-shrink: 0;
  align-items: center;
  margin-right: 0;
  margin-bottom: 0;
  padding: 0;
  transition: all 0.3s;
  z-index: 1;
  white-space: normal;
}
.cid-t4inu0HNl0 .navbar-brand .navbar-logo {
  margin-right: 0.5rem;
}
.cid-t4inu0HNl0 .navbar-brand .navbar-logo img {
  width: auto;
}
.cid-t4inu0HNl0 .navbar-brand .navbar-caption {
  line-height: inherit !important;
  font-weight: 500;
}
.cid-t4inu0HNl0 .navbar-brand .navbar-logo a {
  outline: none;
}
@media (max-width: 767px) {
  .cid-t4inu0HNl0 .navbar-brand {
    justify-content: center !important;
  }
}
.cid-t4inu0HNl0 .social-row {
  display: flex;
  flex-wrap: wrap;
  margin-top: 0;
  padding-left: 1rem;
  margin-left: auto;
  max-width: 33.33333333%;
}
@media (max-width: 768px) {
  .cid-t4inu0HNl0 .social-row {
    width: 100%;
    max-width: 100%;
    margin-bottom: 1rem;
    padding-left: 0;
    justify-content: center;
    order: 1;
    margin-left: -0.75rem;
  }
}
.cid-t4inu0HNl0 .soc-item {
  display: flex;
  align-items: center;
  justify-content: center;
  margin-left: 0.75rem;
}
.cid-t4inu0HNl0 .mbr-iconfont {
  color: #000000;
  font-size: 18px;
}
.cid-t4inu0HNl0 .copyright-col {
  display: flex;
  justify-content: space-between;
  align-items: center;
}
@media (max-width: 768px) {
  .cid-t4inu0HNl0 .copyright-col {
    flex-direction: column;
  }
}
.cid-t4inu0HNl0 .copyright {
  color: #000000;
  flex-grow: 1;
  text-align: center;
}
@media (max-width: 768px) {
  .cid-t4inu0HNl0 .copyright {
    width: 100%;
    max-width: 100%;
    margin-bottom: 1rem !important;
    order: 2;
    text-align: center;
  }
}
.cid-tmmNNF2SlT {
  z-index: 1000;
  width: 100%;
  position: relative;
  min-height: 60px;
}
.cid-tmmNNF2SlT nav.navbar {
  position: fixed;
}
.cid-tmmNNF2SlT .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-tmmNNF2SlT .dropdown-menu {
  padding: 0;
  border-radius: 4px;
  box-shadow: 0 1px 3px 0 rgba(0, 0, 0, 0.1);
}
.cid-tmmNNF2SlT .dropdown-menu .dropdown-submenu {
  left: 100% !important;
}
.cid-tmmNNF2SlT .dropdown-item {
  border-bottom: 1px solid #e6e6e6;
}
.cid-tmmNNF2SlT .dropdown-item:hover,
.cid-tmmNNF2SlT .dropdown-item:focus {
  background: #1a2269 !important;
  color: white !important;
}
.cid-tmmNNF2SlT .dropdown-item:hover span {
  color: white;
}
.cid-tmmNNF2SlT .dropdown-item:first-child {
  border-top-left-radius: 4px;
  border-top-right-radius: 4px;
}
.cid-tmmNNF2SlT .dropdown-item:last-child {
  border-bottom: none;
  border-bottom-left-radius: 4px;
  border-bottom-right-radius: 4px;
}
.cid-tmmNNF2SlT .nav-dropdown .link {
  padding: 0 0.3em !important;
  margin: 0.667em 1em !important;
}
.cid-tmmNNF2SlT .nav-dropdown .link.dropdown-toggle::after {
  margin-left: 0.5rem;
  margin-top: 0.2rem;
}
.cid-tmmNNF2SlT .nav-link {
  position: relative;
}
.cid-tmmNNF2SlT .container {
  display: flex;
  margin: auto;
  flex-wrap: wrap;
  max-width: 100% !important;
}
.cid-tmmNNF2SlT .dropdown-menu,
.cid-tmmNNF2SlT .navbar.opened {
  background: #fbfbfb !important;
}
.cid-tmmNNF2SlT .nav-item:focus,
.cid-tmmNNF2SlT .nav-link:focus {
  outline: none;
}
.cid-tmmNNF2SlT .dropdown .dropdown-menu .dropdown-item {
  width: auto;
  transition: all 0.25s ease-in-out;
}
.cid-tmmNNF2SlT .dropdown .dropdown-menu .dropdown-item::after {
  right: 0.5rem;
}
.cid-tmmNNF2SlT .dropdown .dropdown-menu .dropdown-item .mbr-iconfont {
  margin-right: 0.5rem;
  vertical-align: sub;
}
.cid-tmmNNF2SlT .dropdown .dropdown-menu .dropdown-item .mbr-iconfont:before {
  display: inline-block;
  transform: scale(1, 1);
  transition: all 0.25s ease-in-out;
}
.cid-tmmNNF2SlT .collapsed .dropdown-menu .dropdown-item:before {
  display: none;
}
.cid-tmmNNF2SlT .collapsed .dropdown .dropdown-menu .dropdown-item {
  padding: 0.235em 1.5em 0.235em 1.5em !important;
  transition: none;
  margin: 0 !important;
}
.cid-tmmNNF2SlT .navbar {
  min-height: 64px !important;
  transition: .5s all !important;
  border-bottom: 1px solid #000000;
  background: #fbfbfb;
  padding: 0 !important;
  border-radius: 0 !important;
  display: flex;
  flex-direction: column;
}
.cid-tmmNNF2SlT .navbar.opened {
  transition: all 0.3s;
}
.cid-tmmNNF2SlT .navbar.opened .dropdown-menu {
  top: 0;
}
.cid-tmmNNF2SlT .navbar .dropdown-item {
  padding: 0.5rem 1.8rem;
}
.cid-tmmNNF2SlT .navbar .navbar-logo img {
  width: auto;
}
.cid-tmmNNF2SlT .navbar .navbar-collapse {
  justify-content: flex-end;
  z-index: 1;
  transition: .5s all !important;
}
.cid-tmmNNF2SlT .navbar.collapsed {
  justify-content: center;
}
.cid-tmmNNF2SlT .navbar.collapsed .nav-item .nav-link::before {
  display: none;
}
.cid-tmmNNF2SlT .navbar.collapsed.opened .dropdown-menu {
  top: 0;
}
@media (min-width: 992px) {
  .cid-tmmNNF2SlT .navbar.collapsed.opened:not(.navbar-short) .navbar-collapse {
    max-height: calc(98.5vh - 8rem);
  }
}
.cid-tmmNNF2SlT .navbar.collapsed .dropdown-menu .dropdown-submenu {
  left: 0 !important;
}
.cid-tmmNNF2SlT .navbar.collapsed .dropdown-menu .dropdown-item:after {
  right: auto;
}
.cid-tmmNNF2SlT .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-tmmNNF2SlT .navbar.collapsed ul.navbar-nav li {
  margin: auto;
}
.cid-tmmNNF2SlT .navbar.collapsed .dropdown-menu .dropdown-item {
  padding: 0.25rem 1.5rem;
  text-align: center;
}
.cid-tmmNNF2SlT .navbar.collapsed .icons-menu {
  padding-left: 0;
  padding-right: 0;
  padding-top: 0.5rem;
  padding-bottom: 0.5rem;
}
.cid-tmmNNF2SlT .navbar .nav-item .nav-link::before {
  display: none;
}
.cid-tmmNNF2SlT .navbar .dropdown-menu .dropdown-submenu {
  left: 0 !important;
}
.cid-tmmNNF2SlT .navbar .dropdown-menu .dropdown-item:after {
  right: auto;
}
.cid-tmmNNF2SlT .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-tmmNNF2SlT .navbar .navbar-logo img {
  height: 3rem !important;
}
.cid-tmmNNF2SlT .navbar ul.navbar-nav li {
  margin: auto;
}
.cid-tmmNNF2SlT .navbar .dropdown-menu .dropdown-item {
  padding: 0.25rem 1.5rem !important;
  text-align: center;
}
.cid-tmmNNF2SlT .navbar .navbar-brand {
  flex-shrink: initial;
  flex-basis: auto;
  word-break: break-word;
  padding-right: 2rem;
}
.cid-tmmNNF2SlT .navbar .navbar-toggler {
  flex-basis: auto;
}
.cid-tmmNNF2SlT .navbar.navbar-short {
  min-height: 64px;
}
.cid-tmmNNF2SlT .navbar.navbar-short .navbar-logo img {
  height: 2.5rem !important;
}
.cid-tmmNNF2SlT .navbar.navbar-short .navbar-brand {
  min-height: auto;
}
@media (min-width: 1600px) {
  .cid-tmmNNF2SlT .navbar {
    min-height: 140px !important;
  }
}
.cid-tmmNNF2SlT .navbar .container {
  flex-grow: 1;
  transition: .5s all !important;
}
.cid-tmmNNF2SlT .navbar-brand {
  flex-shrink: 0;
  align-items: center;
  margin-right: 0;
  padding: 10px 0;
  transition: all 0.3s;
  word-break: break-word;
  z-index: 1;
}
.cid-tmmNNF2SlT .navbar-brand .navbar-caption {
  line-height: inherit !important;
}
.cid-tmmNNF2SlT .navbar-brand .navbar-logo a {
  outline: none;
}
.cid-tmmNNF2SlT .dropdown-item.active,
.cid-tmmNNF2SlT .dropdown-item:active {
  background-color: transparent;
}
.cid-tmmNNF2SlT .navbar-expand-lg .navbar-nav .nav-link {
  padding: 0;
}
.cid-tmmNNF2SlT .nav-dropdown .link.dropdown-toggle {
  margin-right: 1.667em;
}
.cid-tmmNNF2SlT .nav-dropdown .link.dropdown-toggle[aria-expanded="true"] {
  margin-right: 0;
  padding: 0.667em 1.667em;
}
.cid-tmmNNF2SlT .navbar.navbar-expand-lg .dropdown .dropdown-menu {
  background: #fbfbfb;
}
.cid-tmmNNF2SlT .navbar.navbar-expand-lg .dropdown .dropdown-menu .dropdown-submenu {
  margin: 0;
  left: 100%;
}
.cid-tmmNNF2SlT .navbar .dropdown.open > .dropdown-menu {
  display: block;
}
.cid-tmmNNF2SlT ul.navbar-nav {
  flex-wrap: wrap;
}
.cid-tmmNNF2SlT .navbar-buttons {
  text-align: center;
  min-width: 170px;
}
.cid-tmmNNF2SlT button.navbar-toggler {
  outline: none;
  width: 31px;
  height: 20px;
  cursor: pointer;
  transition: all 0.2s;
  position: relative;
  align-self: center;
}
.cid-tmmNNF2SlT button.navbar-toggler .hamburger span {
  position: absolute;
  right: 0;
  width: 30px;
  height: 2px;
  border-right: 5px;
  background-color: #f5961d;
}
.cid-tmmNNF2SlT button.navbar-toggler .hamburger span:nth-child(1) {
  top: 0;
  transition: all 0.2s;
}
.cid-tmmNNF2SlT button.navbar-toggler .hamburger span:nth-child(2) {
  top: 8px;
  transition: all 0.15s;
}
.cid-tmmNNF2SlT button.navbar-toggler .hamburger span:nth-child(3) {
  top: 8px;
  transition: all 0.15s;
}
.cid-tmmNNF2SlT button.navbar-toggler .hamburger span:nth-child(4) {
  top: 16px;
  transition: all 0.2s;
}
.cid-tmmNNF2SlT nav.opened .hamburger span:nth-child(1) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-tmmNNF2SlT nav.opened .hamburger span:nth-child(2) {
  transform: rotate(45deg);
  transition: all 0.25s;
}
.cid-tmmNNF2SlT nav.opened .hamburger span:nth-child(3) {
  transform: rotate(-45deg);
  transition: all 0.25s;
}
.cid-tmmNNF2SlT nav.opened .hamburger span:nth-child(4) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-tmmNNF2SlT .navbar-dropdown {
  padding: 0 1rem;
  position: fixed;
}
.cid-tmmNNF2SlT a.nav-link {
  display: flex;
  align-items: center;
  justify-content: center;
}
.cid-tmmNNF2SlT .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-tmmNNF2SlT .navbar {
    height: 70px;
  }
  .cid-tmmNNF2SlT .navbar.opened {
    height: auto;
  }
  .cid-tmmNNF2SlT .nav-item .nav-link:hover::before {
    width: 175%;
    max-width: calc(100% + 2rem);
    left: -1rem;
  }
}
.cid-tmmNNF2SlT .nav-head {
  display: flex;
  flex-wrap: nowrap;
  justify-content: space-between;
  align-items: center;
  width: 100%;
  padding: 0.5rem 30px !important;
}
.cid-tmmNNF2SlT .main-navbar-nav {
  display: flex;
  flex-direction: row;
  flex-wrap: wrap;
}
.cid-tmmNNF2SlT .main-navbar-nav .nav-item {
  display: flex;
  flex-wrap: wrap;
}
.cid-tmmNNF2SlT .main-navbar-nav .nav-link {
  padding: 1rem;
}
@media (max-width: 991px) {
  .cid-tmmNNF2SlT .main-navbar-nav {
    display: none;
  }
}
.cid-tmmNNF2SlT .navbar-nav .dropdown-menu {
  position: absolute !important;
}
.cid-tmmNNF2SlT .navbar.navbar-short {
  min-height: 64px !important;
}
@media (min-width: 1600px) {
  .cid-tmmNNF2SlT .navbar.navbar-short {
    min-height: 140px !important;
  }
}
.cid-tmmNNF2SlT .navbar-collapse {
  height: 100%;
  flex-grow: 1;
  width: 100%;
  padding: 1rem 4rem;
  display: none;
  flex-wrap: nowrap;
  align-items: stretch;
}
@media (max-width: 767px) {
  .cid-tmmNNF2SlT .navbar-collapse {
    flex-direction: column;
    flex-wrap: wrap;
    padding: 1rem 30px 1rem;
  }
}
.cid-tmmNNF2SlT .navbar-collapse .navbar-nav {
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: flex-start;
  width: 33.33333333%;
  flex-grow: 1;
  border: 1px solid #000000;
  border-right: none;
  max-height: 80vh;
  overflow: auto;
}
.cid-tmmNNF2SlT .navbar-collapse .navbar-nav:nth-child(3) {
  border-right: 1px solid #000000;
}
@media (max-width: 767px) {
  .cid-tmmNNF2SlT .navbar-collapse .navbar-nav {
    width: 100%;
    height: 100%;
    max-height: 40vh;
    border: 1px solid #000000 !important;
  }
  .cid-tmmNNF2SlT .navbar-collapse .navbar-nav:nth-child(3) {
    display: none;
  }
}
.cid-tmmNNF2SlT .navbar-collapse .navbar-nav .nav-item {
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: stretch;
  width: 100%;
  margin: 0;
  padding: 1rem;
  flex-grow: 1;
}
.cid-tmmNNF2SlT .navbar-collapse .navbar-nav .nav-item .nav-link {
  justify-content: flex-start;
  width: 100%;
  padding: 0.5rem 0;
  margin-top: 0.5rem;
  margin-bottom: 0;
}
.cid-tmmNNF2SlT .navbar-collapse .main-navbar-nav .nav-link:hover {
  color: #1a2269 !important;
}
.cid-tmmNNF2SlT .navbar.opened {
  min-height: 100vh !important;
  max-height: 100vh !important;
}
.cid-tmmNNF2SlT .navbar.opened .container {
  display: flex;
  flex-direction: column;
  align-items: stretch;
  flex-wrap: nowrap;
}
.cid-tmmNNF2SlT .navbar.opened .nav-head {
  margin-bottom: auto;
}
.cid-tmmNNF2SlT .navbar.opened .navbar-collapse.show {
  display: flex;
  align-items: stretch;
  justify-content: flex-start;
  flex-grow: 1;
  max-height: none;
}
.cid-tmmUoT09C6 {
  padding-top: 5rem;
  padding-bottom: 5rem;
  overflow: hidden;
  background-color: #f8f6f2;
}
.cid-tmmUoT09C6 .mbr-fallback-image.disabled {
  display: none;
}
.cid-tmmUoT09C6 .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-tmmUoT09C6 .container {
  max-width: 100%;
  width: 100%;
}
.cid-tmmUoT09C6 .row {
  justify-content: center;
}
.cid-tmmUoT09C6 .img-container {
  margin: 0 auto;
  padding: 0 !important;
}
.cid-tmmUoT09C6 .image-wrapper {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 100%;
  overflow: hidden;
}
.cid-tmmUoT09C6 .image-wrapper img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  max-height: 100vh;
}
.cid-tmmOidlA7p {
  padding-top: 3rem;
  padding-bottom: 1rem;
  background-color: #fbfbfb;
}
.cid-tmmOidlA7p .mbr-fallback-image.disabled {
  display: none;
}
.cid-tmmOidlA7p .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
@media (max-width: 991px) {
  .cid-tmmOidlA7p .image-wrapper {
    margin-bottom: 1rem;
  }
}
.cid-tmmOidlA7p .row {
  flex-direction: row-reverse;
}
.cid-tmmOidlA7p .mbr-description {
  color: #000000;
  width: 100%;
}
.cid-tmmOidlA7p .image-wrapper {
  position: relative;
}
.cid-tmmOidlA7p img {
  width: 100%;
  height: auto;
  filter: saturate(35%);
  object-fit: cover;
}
@media (max-width: 991px) {
  .cid-tmmOidlA7p img {
    height: 540px;
  }
}
.cid-tmmOidlA7p .img-center-container {
  transform: translate(-50%, -50%);
  position: absolute;
  left: 50%;
  top: 50%;
  transition: .5s all;
}
.cid-tmmOidlA7p .img-center-container .img-center-wrap {
  display: flex;
  justify-content: center;
  align-items: center;
  width: 8em;
  height: 8em;
  padding: 1em;
  border-radius: 50%;
  overflow: hidden;
  background-color: transparent;
  transition: .5s all;
  transform: scale(1);
  background-color: #ee2524;
}
.cid-tmmOidlA7p .img-center-container img {
  width: 100%;
  height: 100%;
  border-radius: 50%;
  transition: .5s all;
  object-fit: cover;
  filter: saturate(100%);
}
@media (max-width: 991px) {
  .cid-tmmOidlA7p .img-center-container img {
    height: 100%;
  }
}
.cid-tmmOidlA7p .img-center-container:hover .img-center-wrap {
  transform: scale(1.3);
}
.cid-tmmOidlA7p .img-center-container:hover img {
  transform: rotate(90deg);
}
.cid-tmmOsAmJuh {
  padding-top: 2rem;
  padding-bottom: 6rem;
  background-color: #fbfbfb;
}
.cid-tmmOsAmJuh .mbr-fallback-image.disabled {
  display: none;
}
.cid-tmmOsAmJuh .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
@media (max-width: 991px) {
  .cid-tmmOsAmJuh .image-wrapper {
    margin-bottom: 1rem;
  }
}
.cid-tmmOsAmJuh .row {
  flex-direction: row-reverse;
}
.cid-tmmOsAmJuh .mbr-description {
  color: #000000;
  width: 100%;
}
.cid-tmmOsAmJuh .image-wrapper {
  position: relative;
}
.cid-tmmOsAmJuh img {
  width: 100%;
  height: auto;
  filter: saturate(35%);
  object-fit: cover;
}
@media (max-width: 991px) {
  .cid-tmmOsAmJuh img {
    height: 540px;
  }
}
.cid-tmmOsAmJuh .img-center-container {
  transform: translate(-50%, -50%);
  position: absolute;
  left: 50%;
  top: 50%;
  transition: .5s all;
}
.cid-tmmOsAmJuh .img-center-container .img-center-wrap {
  display: flex;
  justify-content: center;
  align-items: center;
  width: 8em;
  height: 8em;
  padding: 1em;
  border-radius: 50%;
  overflow: hidden;
  background-color: transparent;
  transition: .5s all;
  transform: scale(1);
  background-color: #ee2524;
}
.cid-tmmOsAmJuh .img-center-container img {
  width: 100%;
  height: 100%;
  border-radius: 50%;
  transition: .5s all;
  object-fit: cover;
  filter: saturate(100%);
}
@media (max-width: 991px) {
  .cid-tmmOsAmJuh .img-center-container img {
    height: 100%;
  }
}
.cid-tmmOsAmJuh .img-center-container:hover .img-center-wrap {
  transform: scale(1.3);
}
.cid-tmmOsAmJuh .img-center-container:hover img {
  transform: rotate(90deg);
}
.cid-tmmNNVMrBV {
  padding-top: 2rem;
  padding-bottom: 2rem;
  background-color: #f5961d;
}
.cid-tmmNNVMrBV .mbr-fallback-image.disabled {
  display: none;
}
.cid-tmmNNVMrBV .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-tmmNNVMrBV .logo-container {
  max-width: 33.33333333%;
  padding-right: 1rem;
  margin-right: auto;
}
@media (max-width: 767px) {
  .cid-tmmNNVMrBV .logo-container {
    width: 100%;
    padding-right: 0;
    max-width: 100%;
    order: 3;
    justify-content: center !important;
  }
}
.cid-tmmNNVMrBV .navbar-brand {
  display: flex;
  flex-basis: auto;
  word-break: break-word;
  flex-shrink: 0;
  align-items: center;
  margin-right: 0;
  margin-bottom: 0;
  padding: 0;
  transition: all 0.3s;
  z-index: 1;
  white-space: normal;
}
.cid-tmmNNVMrBV .navbar-brand .navbar-logo {
  margin-right: 0.5rem;
}
.cid-tmmNNVMrBV .navbar-brand .navbar-logo img {
  width: auto;
}
.cid-tmmNNVMrBV .navbar-brand .navbar-caption {
  line-height: inherit !important;
  font-weight: 500;
}
.cid-tmmNNVMrBV .navbar-brand .navbar-logo a {
  outline: none;
}
@media (max-width: 767px) {
  .cid-tmmNNVMrBV .navbar-brand {
    justify-content: center !important;
  }
}
.cid-tmmNNVMrBV .social-row {
  display: flex;
  flex-wrap: wrap;
  margin-top: 0;
  padding-left: 1rem;
  margin-left: auto;
  max-width: 33.33333333%;
}
@media (max-width: 768px) {
  .cid-tmmNNVMrBV .social-row {
    width: 100%;
    max-width: 100%;
    margin-bottom: 1rem;
    padding-left: 0;
    justify-content: center;
    order: 1;
    margin-left: -0.75rem;
  }
}
.cid-tmmNNVMrBV .soc-item {
  display: flex;
  align-items: center;
  justify-content: center;
  margin-left: 0.75rem;
}
.cid-tmmNNVMrBV .mbr-iconfont {
  color: #000000;
  font-size: 18px;
}
.cid-tmmNNVMrBV .copyright-col {
  display: flex;
  justify-content: space-between;
  align-items: center;
}
@media (max-width: 768px) {
  .cid-tmmNNVMrBV .copyright-col {
    flex-direction: column;
  }
}
.cid-tmmNNVMrBV .copyright {
  color: #000000;
  flex-grow: 1;
  text-align: center;
}
@media (max-width: 768px) {
  .cid-tmmNNVMrBV .copyright {
    width: 100%;
    max-width: 100%;
    margin-bottom: 1rem !important;
    order: 2;
    text-align: center;
  }
}
.cid-tIAMnPKrxU {
  z-index: 1000;
  width: 100%;
  position: relative;
  min-height: 60px;
}
.cid-tIAMnPKrxU nav.navbar {
  position: fixed;
}
.cid-tIAMnPKrxU .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-tIAMnPKrxU .dropdown-menu {
  padding: 0;
  border-radius: 4px;
  box-shadow: 0 1px 3px 0 rgba(0, 0, 0, 0.1);
}
.cid-tIAMnPKrxU .dropdown-menu .dropdown-submenu {
  left: 100% !important;
}
.cid-tIAMnPKrxU .dropdown-item {
  border-bottom: 1px solid #e6e6e6;
}
.cid-tIAMnPKrxU .dropdown-item:hover,
.cid-tIAMnPKrxU .dropdown-item:focus {
  background: #1a2269 !important;
  color: white !important;
}
.cid-tIAMnPKrxU .dropdown-item:hover span {
  color: white;
}
.cid-tIAMnPKrxU .dropdown-item:first-child {
  border-top-left-radius: 4px;
  border-top-right-radius: 4px;
}
.cid-tIAMnPKrxU .dropdown-item:last-child {
  border-bottom: none;
  border-bottom-left-radius: 4px;
  border-bottom-right-radius: 4px;
}
.cid-tIAMnPKrxU .nav-dropdown .link {
  padding: 0 0.3em !important;
  margin: 0.667em 1em !important;
}
.cid-tIAMnPKrxU .nav-dropdown .link.dropdown-toggle::after {
  margin-left: 0.5rem;
  margin-top: 0.2rem;
}
.cid-tIAMnPKrxU .nav-link {
  position: relative;
}
.cid-tIAMnPKrxU .container {
  display: flex;
  margin: auto;
  flex-wrap: wrap;
  max-width: 100% !important;
}
.cid-tIAMnPKrxU .dropdown-menu,
.cid-tIAMnPKrxU .navbar.opened {
  background: #fbfbfb !important;
}
.cid-tIAMnPKrxU .nav-item:focus,
.cid-tIAMnPKrxU .nav-link:focus {
  outline: none;
}
.cid-tIAMnPKrxU .dropdown .dropdown-menu .dropdown-item {
  width: auto;
  transition: all 0.25s ease-in-out;
}
.cid-tIAMnPKrxU .dropdown .dropdown-menu .dropdown-item::after {
  right: 0.5rem;
}
.cid-tIAMnPKrxU .dropdown .dropdown-menu .dropdown-item .mbr-iconfont {
  margin-right: 0.5rem;
  vertical-align: sub;
}
.cid-tIAMnPKrxU .dropdown .dropdown-menu .dropdown-item .mbr-iconfont:before {
  display: inline-block;
  transform: scale(1, 1);
  transition: all 0.25s ease-in-out;
}
.cid-tIAMnPKrxU .collapsed .dropdown-menu .dropdown-item:before {
  display: none;
}
.cid-tIAMnPKrxU .collapsed .dropdown .dropdown-menu .dropdown-item {
  padding: 0.235em 1.5em 0.235em 1.5em !important;
  transition: none;
  margin: 0 !important;
}
.cid-tIAMnPKrxU .navbar {
  min-height: 64px !important;
  transition: .5s all !important;
  border-bottom: 1px solid #000000;
  background: #fbfbfb;
  padding: 0 !important;
  border-radius: 0 !important;
  display: flex;
  flex-direction: column;
}
.cid-tIAMnPKrxU .navbar.opened {
  transition: all 0.3s;
}
.cid-tIAMnPKrxU .navbar.opened .dropdown-menu {
  top: 0;
}
.cid-tIAMnPKrxU .navbar .dropdown-item {
  padding: 0.5rem 1.8rem;
}
.cid-tIAMnPKrxU .navbar .navbar-logo img {
  width: auto;
}
.cid-tIAMnPKrxU .navbar .navbar-collapse {
  justify-content: flex-end;
  z-index: 1;
  transition: .5s all !important;
}
.cid-tIAMnPKrxU .navbar.collapsed {
  justify-content: center;
}
.cid-tIAMnPKrxU .navbar.collapsed .nav-item .nav-link::before {
  display: none;
}
.cid-tIAMnPKrxU .navbar.collapsed.opened .dropdown-menu {
  top: 0;
}
@media (min-width: 992px) {
  .cid-tIAMnPKrxU .navbar.collapsed.opened:not(.navbar-short) .navbar-collapse {
    max-height: calc(98.5vh - 8rem);
  }
}
.cid-tIAMnPKrxU .navbar.collapsed .dropdown-menu .dropdown-submenu {
  left: 0 !important;
}
.cid-tIAMnPKrxU .navbar.collapsed .dropdown-menu .dropdown-item:after {
  right: auto;
}
.cid-tIAMnPKrxU .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-tIAMnPKrxU .navbar.collapsed ul.navbar-nav li {
  margin: auto;
}
.cid-tIAMnPKrxU .navbar.collapsed .dropdown-menu .dropdown-item {
  padding: 0.25rem 1.5rem;
  text-align: center;
}
.cid-tIAMnPKrxU .navbar.collapsed .icons-menu {
  padding-left: 0;
  padding-right: 0;
  padding-top: 0.5rem;
  padding-bottom: 0.5rem;
}
.cid-tIAMnPKrxU .navbar .nav-item .nav-link::before {
  display: none;
}
.cid-tIAMnPKrxU .navbar .dropdown-menu .dropdown-submenu {
  left: 0 !important;
}
.cid-tIAMnPKrxU .navbar .dropdown-menu .dropdown-item:after {
  right: auto;
}
.cid-tIAMnPKrxU .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-tIAMnPKrxU .navbar .navbar-logo img {
  height: 3rem !important;
}
.cid-tIAMnPKrxU .navbar ul.navbar-nav li {
  margin: auto;
}
.cid-tIAMnPKrxU .navbar .dropdown-menu .dropdown-item {
  padding: 0.25rem 1.5rem !important;
  text-align: center;
}
.cid-tIAMnPKrxU .navbar .navbar-brand {
  flex-shrink: initial;
  flex-basis: auto;
  word-break: break-word;
  padding-right: 2rem;
}
.cid-tIAMnPKrxU .navbar .navbar-toggler {
  flex-basis: auto;
}
.cid-tIAMnPKrxU .navbar.navbar-short {
  min-height: 64px;
}
.cid-tIAMnPKrxU .navbar.navbar-short .navbar-logo img {
  height: 2.5rem !important;
}
.cid-tIAMnPKrxU .navbar.navbar-short .navbar-brand {
  min-height: auto;
}
@media (min-width: 1600px) {
  .cid-tIAMnPKrxU .navbar {
    min-height: 140px !important;
  }
}
.cid-tIAMnPKrxU .navbar .container {
  flex-grow: 1;
  transition: .5s all !important;
}
.cid-tIAMnPKrxU .navbar-brand {
  flex-shrink: 0;
  align-items: center;
  margin-right: 0;
  padding: 10px 0;
  transition: all 0.3s;
  word-break: break-word;
  z-index: 1;
}
.cid-tIAMnPKrxU .navbar-brand .navbar-caption {
  line-height: inherit !important;
}
.cid-tIAMnPKrxU .navbar-brand .navbar-logo a {
  outline: none;
}
.cid-tIAMnPKrxU .dropdown-item.active,
.cid-tIAMnPKrxU .dropdown-item:active {
  background-color: transparent;
}
.cid-tIAMnPKrxU .navbar-expand-lg .navbar-nav .nav-link {
  padding: 0;
}
.cid-tIAMnPKrxU .nav-dropdown .link.dropdown-toggle {
  margin-right: 1.667em;
}
.cid-tIAMnPKrxU .nav-dropdown .link.dropdown-toggle[aria-expanded="true"] {
  margin-right: 0;
  padding: 0.667em 1.667em;
}
.cid-tIAMnPKrxU .navbar.navbar-expand-lg .dropdown .dropdown-menu {
  background: #fbfbfb;
}
.cid-tIAMnPKrxU .navbar.navbar-expand-lg .dropdown .dropdown-menu .dropdown-submenu {
  margin: 0;
  left: 100%;
}
.cid-tIAMnPKrxU .navbar .dropdown.open > .dropdown-menu {
  display: block;
}
.cid-tIAMnPKrxU ul.navbar-nav {
  flex-wrap: wrap;
}
.cid-tIAMnPKrxU .navbar-buttons {
  text-align: center;
  min-width: 170px;
}
.cid-tIAMnPKrxU button.navbar-toggler {
  outline: none;
  width: 31px;
  height: 20px;
  cursor: pointer;
  transition: all 0.2s;
  position: relative;
  align-self: center;
}
.cid-tIAMnPKrxU button.navbar-toggler .hamburger span {
  position: absolute;
  right: 0;
  width: 30px;
  height: 2px;
  border-right: 5px;
  background-color: #f5961d;
}
.cid-tIAMnPKrxU button.navbar-toggler .hamburger span:nth-child(1) {
  top: 0;
  transition: all 0.2s;
}
.cid-tIAMnPKrxU button.navbar-toggler .hamburger span:nth-child(2) {
  top: 8px;
  transition: all 0.15s;
}
.cid-tIAMnPKrxU button.navbar-toggler .hamburger span:nth-child(3) {
  top: 8px;
  transition: all 0.15s;
}
.cid-tIAMnPKrxU button.navbar-toggler .hamburger span:nth-child(4) {
  top: 16px;
  transition: all 0.2s;
}
.cid-tIAMnPKrxU nav.opened .hamburger span:nth-child(1) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-tIAMnPKrxU nav.opened .hamburger span:nth-child(2) {
  transform: rotate(45deg);
  transition: all 0.25s;
}
.cid-tIAMnPKrxU nav.opened .hamburger span:nth-child(3) {
  transform: rotate(-45deg);
  transition: all 0.25s;
}
.cid-tIAMnPKrxU nav.opened .hamburger span:nth-child(4) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-tIAMnPKrxU .navbar-dropdown {
  padding: 0 1rem;
  position: fixed;
}
.cid-tIAMnPKrxU a.nav-link {
  display: flex;
  align-items: center;
  justify-content: center;
}
.cid-tIAMnPKrxU .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-tIAMnPKrxU .navbar {
    height: 70px;
  }
  .cid-tIAMnPKrxU .navbar.opened {
    height: auto;
  }
  .cid-tIAMnPKrxU .nav-item .nav-link:hover::before {
    width: 175%;
    max-width: calc(100% + 2rem);
    left: -1rem;
  }
}
.cid-tIAMnPKrxU .nav-head {
  display: flex;
  flex-wrap: nowrap;
  justify-content: space-between;
  align-items: center;
  width: 100%;
  padding: 0.5rem 30px !important;
}
.cid-tIAMnPKrxU .main-navbar-nav {
  display: flex;
  flex-direction: row;
  flex-wrap: wrap;
}
.cid-tIAMnPKrxU .main-navbar-nav .nav-item {
  display: flex;
  flex-wrap: wrap;
}
.cid-tIAMnPKrxU .main-navbar-nav .nav-link {
  padding: 1rem;
}
@media (max-width: 991px) {
  .cid-tIAMnPKrxU .main-navbar-nav {
    display: none;
  }
}
.cid-tIAMnPKrxU .navbar-nav .dropdown-menu {
  position: absolute !important;
}
.cid-tIAMnPKrxU .navbar.navbar-short {
  min-height: 64px !important;
}
@media (min-width: 1600px) {
  .cid-tIAMnPKrxU .navbar.navbar-short {
    min-height: 140px !important;
  }
}
.cid-tIAMnPKrxU .navbar-collapse {
  height: 100%;
  flex-grow: 1;
  width: 100%;
  padding: 1rem 4rem;
  display: none;
  flex-wrap: nowrap;
  align-items: stretch;
}
@media (max-width: 767px) {
  .cid-tIAMnPKrxU .navbar-collapse {
    flex-direction: column;
    flex-wrap: wrap;
    padding: 1rem 30px 1rem;
  }
}
.cid-tIAMnPKrxU .navbar-collapse .navbar-nav {
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: flex-start;
  width: 33.33333333%;
  flex-grow: 1;
  border: 1px solid #000000;
  border-right: none;
  max-height: 80vh;
  overflow: auto;
}
.cid-tIAMnPKrxU .navbar-collapse .navbar-nav:nth-child(3) {
  border-right: 1px solid #000000;
}
@media (max-width: 767px) {
  .cid-tIAMnPKrxU .navbar-collapse .navbar-nav {
    width: 100%;
    height: 100%;
    max-height: 40vh;
    border: 1px solid #000000 !important;
  }
  .cid-tIAMnPKrxU .navbar-collapse .navbar-nav:nth-child(3) {
    display: none;
  }
}
.cid-tIAMnPKrxU .navbar-collapse .navbar-nav .nav-item {
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: stretch;
  width: 100%;
  margin: 0;
  padding: 1rem;
  flex-grow: 1;
}
.cid-tIAMnPKrxU .navbar-collapse .navbar-nav .nav-item .nav-link {
  justify-content: flex-start;
  width: 100%;
  padding: 0.5rem 0;
  margin-top: 0.5rem;
  margin-bottom: 0;
}
.cid-tIAMnPKrxU .navbar-collapse .main-navbar-nav .nav-link:hover {
  color: #1a2269 !important;
}
.cid-tIAMnPKrxU .navbar.opened {
  min-height: 100vh !important;
  max-height: 100vh !important;
}
.cid-tIAMnPKrxU .navbar.opened .container {
  display: flex;
  flex-direction: column;
  align-items: stretch;
  flex-wrap: nowrap;
}
.cid-tIAMnPKrxU .navbar.opened .nav-head {
  margin-bottom: auto;
}
.cid-tIAMnPKrxU .navbar.opened .navbar-collapse.show {
  display: flex;
  align-items: stretch;
  justify-content: flex-start;
  flex-grow: 1;
  max-height: none;
}
.cid-tIAOxViPMG {
  background-image: url("../../../assets/images/mbr-1-1920x836.jpg");
}
.cid-tIAOxViPMG .mbr-fallback-image.disabled {
  display: none;
}
.cid-tIAOxViPMG .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
@media (max-width: 992px) {
  .cid-tIAOxViPMG .container {
    padding: 0;
  }
}
.cid-tIAOxViPMG .title-wrapper {
  padding: 0 16px;
}
.cid-tIAOxViPMG .title-wrapper .mbr-section-title {
  margin-bottom: 0;
}
.cid-tIAOxViPMG .title-wrapper .mbr-text {
  margin: 25px 0 0 0;
}
.cid-tIAOxViPMG .title-wrapper .mbr-section-btn {
  margin-top: 100px;
}
@media (max-width: 992px) {
  .cid-tIAOxViPMG .title-wrapper .mbr-section-btn {
    margin-top: 40px;
  }
}
.cid-tIAOxViPMG .mbr-section-title {
  color: #ffffff;
}
.cid-tIAOxViPMG .mbr-text {
  color: #ffffff;
  text-align: center;
}
.cid-tIAOxViPMG .mbr-section-title,
.cid-tIAOxViPMG .mbr-section-btn {
  text-align: center;
}
.cid-tIAPMzn7Re {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-color: #f4fcf9;
}
.cid-tIAPMzn7Re .mbr-fallback-image.disabled {
  display: none;
}
.cid-tIAPMzn7Re .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
@media (max-width: 992px) {
  .cid-tIAPMzn7Re .container {
    padding: 0 16px;
  }
}
.cid-tIAPMzn7Re .title-wrapper .mbr-section-title {
  margin-bottom: 70px;
}
@media (max-width: 992px) {
  .cid-tIAPMzn7Re .title-wrapper .mbr-section-title {
    margin-bottom: 40px;
  }
}
.cid-tIAPMzn7Re .title-wrapper .mbr-section-title span {
  color: #1a2269;
}
.cid-tIAPMzn7Re .text-wrapper .mbr-text {
  margin-bottom: 0;
}
@media (max-width: 992px) {
  .cid-tIAPMzn7Re .text-wrapper .mbr-text {
    margin-bottom: 24px;
  }
}
.cid-tIAPMzn7Re .mbr-section-title {
  color: #f5961d;
}
.cid-tIAPMzn7Re .mbr-text {
  color: #232323;
  text-align: justify;
  padding: 0 14px;
}
.cid-tIAMobirdc {
  padding-top: 90px;
  padding-bottom: 0px;
  background-color: #fbfbfb;
}
.cid-tIAMobirdc .mbr-fallback-image.disabled {
  display: none;
}
.cid-tIAMobirdc .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-tIAMobirdc .row {
  display: flex;
  flex-wrap: nowrap;
  justify-content: flex-start;
  align-items: center;
}
@media (max-width: 767px) {
  .cid-tIAMobirdc .row {
    flex-wrap: wrap;
  }
}
.cid-tIAMobirdc .text-container {
  display: flex;
  align-items: flex-start;
  flex-wrap: wrap;
}
.cid-tIAMobirdc .contacts-container {
  display: flex;
  justify-content: flex-start;
  width: 100%;
  align-items: stretch;
  padding: 2rem 0;
}
.cid-tIAMobirdc .email-container {
  max-width: 49%;
  margin-right: auto;
}
.cid-tIAMobirdc .phone-container {
  max-width: 49%;
}
.cid-tIAMobirdc .mbr-text {
  color: #727272;
  margin-bottom: 22px;
}
.cid-tIAMobirdc .link-text {
  color: #000000;
  margin-bottom: 0;
}
.cid-tIAMobirdc .mbr-section-title {
  color: #000000;
  width: 100%;
  text-align: center;
}
.cid-tIAMobirdc .colored-text {
  line-height: inherit;
  font-weight: inherit;
  color: inherit;
  color: #fc4f4f;
}
.cid-tIAMoch44E {
  padding-top: 2rem;
  padding-bottom: 5rem;
  background-color: #fbfbfb;
}
.cid-tIAMoch44E .row {
  align-items: center;
  width: 100%;
}
.cid-tIAMoch44E .title-container {
  width: 100%;
  padding: 0 !important;
  margin-bottom: 2rem;
}
.cid-tIAMoch44E .title-text {
  width: 100%;
}
.cid-tIAMoch44E .main-title {
  color: #727272;
}
.cid-tIAMoch44E .main-subtitle {
  color: #727272;
}
.cid-tIAMoch44E form .dragArea.row {
  justify-content: flex-start;
  width: auto !important;
}
.cid-tIAMoch44E form .mbr-section-btn {
  margin-top: 20px;
  margin-right: 100%;
}
.cid-tIAMoch44E form .mbr-section-btn .btn {
  width: max-content;
  min-width: 120px;
}
.cid-tIAMoch44E form .form-group {
  margin-top: 32px !important;
  margin-bottom: 10px !important;
}
@media (max-width: 767px) {
  .cid-tIAMoch44E form .form-group {
    margin-top: 1rem!important;
  }
}
.cid-tIAMoch44E form .form-control {
  border: 1px solid #000000 !important;
  box-shadow: none !important;
  border-radius: 0 !important;
  margin-bottom: 0;
  padding: 12px;
  font-size: 16px;
  line-height: 24px;
  color: #939292;
  font-weight: 400;
}
.cid-tIAMoch44E form .form-control::-webkit-input-placeholder {
  color: #939292;
}
.cid-tIAMoch44E form .form-control::-moz-placeholder {
  color: #939292;
}
.cid-tIAMoch44E form .form-control:-moz-placeholder {
  color: #939292;
}
.cid-tIAMoch44E form .form-control:-ms-input-placeholder {
  color: #939292;
}
.cid-tIAMoch44E form select {
  color: #000000 !important;
}
.cid-tIAMoch44E form textarea {
  height: 100px;
}
.cid-tIAMoch44E form input,
.cid-tIAMoch44E form textarea {
  background-color: transparent !important;
}
.cid-tIAMoch44E form input:active,
.cid-tIAMoch44E form textarea:active,
.cid-tIAMoch44E form input:focus,
.cid-tIAMoch44E form textarea:focus {
  border-color: #1a2269 !important;
}
.cid-tIAMoch44E form input:active::-webkit-input-placeholder,
.cid-tIAMoch44E form textarea:active::-webkit-input-placeholder,
.cid-tIAMoch44E form input:focus::-webkit-input-placeholder,
.cid-tIAMoch44E form textarea:focus::-webkit-input-placeholder {
  color: #939292;
}
.cid-tIAMoch44E form input:active::-moz-placeholder,
.cid-tIAMoch44E form textarea:active::-moz-placeholder,
.cid-tIAMoch44E form input:focus::-moz-placeholder,
.cid-tIAMoch44E form textarea:focus::-moz-placeholder {
  color: #939292;
}
.cid-tIAMoch44E form input:active:-moz-placeholder,
.cid-tIAMoch44E form textarea:active:-moz-placeholder,
.cid-tIAMoch44E form input:focus:-moz-placeholder,
.cid-tIAMoch44E form textarea:focus:-moz-placeholder {
  color: #939292;
}
.cid-tIAMoch44E form input:active:-ms-input-placeholder,
.cid-tIAMoch44E form textarea:active:-ms-input-placeholder,
.cid-tIAMoch44E form input:focus:-ms-input-placeholder,
.cid-tIAMoch44E form textarea:focus:-ms-input-placeholder {
  color: #939292;
}
.cid-tIAMoch44E form .row {
  margin-left: -2% !important;
  margin-right: -2% !important;
}
.cid-tIAMoch44E form .row [class*=col] {
  padding-left: 2% !important;
  padding-right: 2% !important;
}
.cid-tIAMoch44E form label {
  width: 100%;
  color: #000000;
  margin-bottom: 1rem;
}
.cid-tIAMoch44E form .form-check-input {
  border-color: #000000 !important;
  outline: none !important;
  box-shadow: none !important;
}
.cid-tIAMoch44E form .form-check-input:focus,
.cid-tIAMoch44E form .form-check-input:hover {
  border-color: #1a2269 !important;
}
.cid-tIAMoch44E form .form-check-input:checked {
  border-color: #1a2269 !important;
  background-color: #1a2269 !important;
}
.cid-tIAModgYjk {
  padding-top: 2rem;
  padding-bottom: 2rem;
  background-color: #f5961d;
}
.cid-tIAModgYjk .mbr-fallback-image.disabled {
  display: none;
}
.cid-tIAModgYjk .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-tIAModgYjk .logo-container {
  max-width: 33.33333333%;
  padding-right: 1rem;
  margin-right: auto;
}
@media (max-width: 767px) {
  .cid-tIAModgYjk .logo-container {
    width: 100%;
    padding-right: 0;
    max-width: 100%;
    order: 3;
    justify-content: center !important;
  }
}
.cid-tIAModgYjk .navbar-brand {
  display: flex;
  flex-basis: auto;
  word-break: break-word;
  flex-shrink: 0;
  align-items: center;
  margin-right: 0;
  margin-bottom: 0;
  padding: 0;
  transition: all 0.3s;
  z-index: 1;
  white-space: normal;
}
.cid-tIAModgYjk .navbar-brand .navbar-logo {
  margin-right: 0.5rem;
}
.cid-tIAModgYjk .navbar-brand .navbar-logo img {
  width: auto;
}
.cid-tIAModgYjk .navbar-brand .navbar-caption {
  line-height: inherit !important;
  font-weight: 500;
}
.cid-tIAModgYjk .navbar-brand .navbar-logo a {
  outline: none;
}
@media (max-width: 767px) {
  .cid-tIAModgYjk .navbar-brand {
    justify-content: center !important;
  }
}
.cid-tIAModgYjk .social-row {
  display: flex;
  flex-wrap: wrap;
  margin-top: 0;
  padding-left: 1rem;
  margin-left: auto;
  max-width: 33.33333333%;
}
@media (max-width: 768px) {
  .cid-tIAModgYjk .social-row {
    width: 100%;
    max-width: 100%;
    margin-bottom: 1rem;
    padding-left: 0;
    justify-content: center;
    order: 1;
    margin-left: -0.75rem;
  }
}
.cid-tIAModgYjk .soc-item {
  display: flex;
  align-items: center;
  justify-content: center;
  margin-left: 0.75rem;
}
.cid-tIAModgYjk .mbr-iconfont {
  color: #000000;
  font-size: 18px;
}
.cid-tIAModgYjk .copyright-col {
  display: flex;
  justify-content: space-between;
  align-items: center;
}
@media (max-width: 768px) {
  .cid-tIAModgYjk .copyright-col {
    flex-direction: column;
  }
}
.cid-tIAModgYjk .copyright {
  color: #000000;
  flex-grow: 1;
  text-align: center;
}
@media (max-width: 768px) {
  .cid-tIAModgYjk .copyright {
    width: 100%;
    max-width: 100%;
    margin-bottom: 1rem !important;
    order: 2;
    text-align: center;
  }
}
.cid-u2YFtRDXKD {
  z-index: 1000;
  width: 100%;
  position: relative;
  min-height: 60px;
}
.cid-u2YFtRDXKD nav.navbar {
  position: fixed;
}
.cid-u2YFtRDXKD .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-u2YFtRDXKD .dropdown-menu {
  padding: 0;
  border-radius: 4px;
  box-shadow: 0 1px 3px 0 rgba(0, 0, 0, 0.1);
}
.cid-u2YFtRDXKD .dropdown-menu .dropdown-submenu {
  left: 100% !important;
}
.cid-u2YFtRDXKD .dropdown-item {
  border-bottom: 1px solid #e6e6e6;
}
.cid-u2YFtRDXKD .dropdown-item:hover,
.cid-u2YFtRDXKD .dropdown-item:focus {
  background: #1a2269 !important;
  color: white !important;
}
.cid-u2YFtRDXKD .dropdown-item:hover span {
  color: white;
}
.cid-u2YFtRDXKD .dropdown-item:first-child {
  border-top-left-radius: 4px;
  border-top-right-radius: 4px;
}
.cid-u2YFtRDXKD .dropdown-item:last-child {
  border-bottom: none;
  border-bottom-left-radius: 4px;
  border-bottom-right-radius: 4px;
}
.cid-u2YFtRDXKD .nav-dropdown .link {
  padding: 0 0.3em !important;
  margin: 0.667em 1em !important;
}
.cid-u2YFtRDXKD .nav-dropdown .link.dropdown-toggle::after {
  margin-left: 0.5rem;
  margin-top: 0.2rem;
}
.cid-u2YFtRDXKD .nav-link {
  position: relative;
}
.cid-u2YFtRDXKD .container {
  display: flex;
  margin: auto;
  flex-wrap: wrap;
  max-width: 100% !important;
}
.cid-u2YFtRDXKD .dropdown-menu,
.cid-u2YFtRDXKD .navbar.opened {
  background: #fbfbfb !important;
}
.cid-u2YFtRDXKD .nav-item:focus,
.cid-u2YFtRDXKD .nav-link:focus {
  outline: none;
}
.cid-u2YFtRDXKD .dropdown .dropdown-menu .dropdown-item {
  width: auto;
  transition: all 0.25s ease-in-out;
}
.cid-u2YFtRDXKD .dropdown .dropdown-menu .dropdown-item::after {
  right: 0.5rem;
}
.cid-u2YFtRDXKD .dropdown .dropdown-menu .dropdown-item .mbr-iconfont {
  margin-right: 0.5rem;
  vertical-align: sub;
}
.cid-u2YFtRDXKD .dropdown .dropdown-menu .dropdown-item .mbr-iconfont:before {
  display: inline-block;
  transform: scale(1, 1);
  transition: all 0.25s ease-in-out;
}
.cid-u2YFtRDXKD .collapsed .dropdown-menu .dropdown-item:before {
  display: none;
}
.cid-u2YFtRDXKD .collapsed .dropdown .dropdown-menu .dropdown-item {
  padding: 0.235em 1.5em 0.235em 1.5em !important;
  transition: none;
  margin: 0 !important;
}
.cid-u2YFtRDXKD .navbar {
  min-height: 64px !important;
  transition: .5s all !important;
  border-bottom: 1px solid #000000;
  background: #fbfbfb;
  padding: 0 !important;
  border-radius: 0 !important;
  display: flex;
  flex-direction: column;
}
.cid-u2YFtRDXKD .navbar.opened {
  transition: all 0.3s;
}
.cid-u2YFtRDXKD .navbar.opened .dropdown-menu {
  top: 0;
}
.cid-u2YFtRDXKD .navbar .dropdown-item {
  padding: 0.5rem 1.8rem;
}
.cid-u2YFtRDXKD .navbar .navbar-logo img {
  width: auto;
}
.cid-u2YFtRDXKD .navbar .navbar-collapse {
  justify-content: flex-end;
  z-index: 1;
  transition: .5s all !important;
}
.cid-u2YFtRDXKD .navbar.collapsed {
  justify-content: center;
}
.cid-u2YFtRDXKD .navbar.collapsed .nav-item .nav-link::before {
  display: none;
}
.cid-u2YFtRDXKD .navbar.collapsed.opened .dropdown-menu {
  top: 0;
}
@media (min-width: 992px) {
  .cid-u2YFtRDXKD .navbar.collapsed.opened:not(.navbar-short) .navbar-collapse {
    max-height: calc(98.5vh - 8rem);
  }
}
.cid-u2YFtRDXKD .navbar.collapsed .dropdown-menu .dropdown-submenu {
  left: 0 !important;
}
.cid-u2YFtRDXKD .navbar.collapsed .dropdown-menu .dropdown-item:after {
  right: auto;
}
.cid-u2YFtRDXKD .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-u2YFtRDXKD .navbar.collapsed ul.navbar-nav li {
  margin: auto;
}
.cid-u2YFtRDXKD .navbar.collapsed .dropdown-menu .dropdown-item {
  padding: 0.25rem 1.5rem;
  text-align: center;
}
.cid-u2YFtRDXKD .navbar.collapsed .icons-menu {
  padding-left: 0;
  padding-right: 0;
  padding-top: 0.5rem;
  padding-bottom: 0.5rem;
}
.cid-u2YFtRDXKD .navbar .nav-item .nav-link::before {
  display: none;
}
.cid-u2YFtRDXKD .navbar .dropdown-menu .dropdown-submenu {
  left: 0 !important;
}
.cid-u2YFtRDXKD .navbar .dropdown-menu .dropdown-item:after {
  right: auto;
}
.cid-u2YFtRDXKD .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-u2YFtRDXKD .navbar .navbar-logo img {
  height: 3rem !important;
}
.cid-u2YFtRDXKD .navbar ul.navbar-nav li {
  margin: auto;
}
.cid-u2YFtRDXKD .navbar .dropdown-menu .dropdown-item {
  padding: 0.25rem 1.5rem !important;
  text-align: center;
}
.cid-u2YFtRDXKD .navbar .navbar-brand {
  flex-shrink: initial;
  flex-basis: auto;
  word-break: break-word;
  padding-right: 2rem;
}
.cid-u2YFtRDXKD .navbar .navbar-toggler {
  flex-basis: auto;
}
.cid-u2YFtRDXKD .navbar.navbar-short {
  min-height: 64px;
}
.cid-u2YFtRDXKD .navbar.navbar-short .navbar-logo img {
  height: 2.5rem !important;
}
.cid-u2YFtRDXKD .navbar.navbar-short .navbar-brand {
  min-height: auto;
}
@media (min-width: 1600px) {
  .cid-u2YFtRDXKD .navbar {
    min-height: 140px !important;
  }
}
.cid-u2YFtRDXKD .navbar .container {
  flex-grow: 1;
  transition: .5s all !important;
}
.cid-u2YFtRDXKD .navbar-brand {
  flex-shrink: 0;
  align-items: center;
  margin-right: 0;
  padding: 10px 0;
  transition: all 0.3s;
  word-break: break-word;
  z-index: 1;
}
.cid-u2YFtRDXKD .navbar-brand .navbar-caption {
  line-height: inherit !important;
}
.cid-u2YFtRDXKD .navbar-brand .navbar-logo a {
  outline: none;
}
.cid-u2YFtRDXKD .dropdown-item.active,
.cid-u2YFtRDXKD .dropdown-item:active {
  background-color: transparent;
}
.cid-u2YFtRDXKD .navbar-expand-lg .navbar-nav .nav-link {
  padding: 0;
}
.cid-u2YFtRDXKD .nav-dropdown .link.dropdown-toggle {
  margin-right: 1.667em;
}
.cid-u2YFtRDXKD .nav-dropdown .link.dropdown-toggle[aria-expanded="true"] {
  margin-right: 0;
  padding: 0.667em 1.667em;
}
.cid-u2YFtRDXKD .navbar.navbar-expand-lg .dropdown .dropdown-menu {
  background: #fbfbfb;
}
.cid-u2YFtRDXKD .navbar.navbar-expand-lg .dropdown .dropdown-menu .dropdown-submenu {
  margin: 0;
  left: 100%;
}
.cid-u2YFtRDXKD .navbar .dropdown.open > .dropdown-menu {
  display: block;
}
.cid-u2YFtRDXKD ul.navbar-nav {
  flex-wrap: wrap;
}
.cid-u2YFtRDXKD .navbar-buttons {
  text-align: center;
  min-width: 170px;
}
.cid-u2YFtRDXKD button.navbar-toggler {
  outline: none;
  width: 31px;
  height: 20px;
  cursor: pointer;
  transition: all 0.2s;
  position: relative;
  align-self: center;
}
.cid-u2YFtRDXKD button.navbar-toggler .hamburger span {
  position: absolute;
  right: 0;
  width: 30px;
  height: 2px;
  border-right: 5px;
  background-color: #f5961d;
}
.cid-u2YFtRDXKD button.navbar-toggler .hamburger span:nth-child(1) {
  top: 0;
  transition: all 0.2s;
}
.cid-u2YFtRDXKD button.navbar-toggler .hamburger span:nth-child(2) {
  top: 8px;
  transition: all 0.15s;
}
.cid-u2YFtRDXKD button.navbar-toggler .hamburger span:nth-child(3) {
  top: 8px;
  transition: all 0.15s;
}
.cid-u2YFtRDXKD button.navbar-toggler .hamburger span:nth-child(4) {
  top: 16px;
  transition: all 0.2s;
}
.cid-u2YFtRDXKD nav.opened .hamburger span:nth-child(1) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-u2YFtRDXKD nav.opened .hamburger span:nth-child(2) {
  transform: rotate(45deg);
  transition: all 0.25s;
}
.cid-u2YFtRDXKD nav.opened .hamburger span:nth-child(3) {
  transform: rotate(-45deg);
  transition: all 0.25s;
}
.cid-u2YFtRDXKD nav.opened .hamburger span:nth-child(4) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-u2YFtRDXKD .navbar-dropdown {
  padding: 0 1rem;
  position: fixed;
}
.cid-u2YFtRDXKD a.nav-link {
  display: flex;
  align-items: center;
  justify-content: center;
}
.cid-u2YFtRDXKD .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-u2YFtRDXKD .navbar {
    height: 70px;
  }
  .cid-u2YFtRDXKD .navbar.opened {
    height: auto;
  }
  .cid-u2YFtRDXKD .nav-item .nav-link:hover::before {
    width: 175%;
    max-width: calc(100% + 2rem);
    left: -1rem;
  }
}
.cid-u2YFtRDXKD .nav-head {
  display: flex;
  flex-wrap: nowrap;
  justify-content: space-between;
  align-items: center;
  width: 100%;
  padding: 0.5rem 30px !important;
}
.cid-u2YFtRDXKD .main-navbar-nav {
  display: flex;
  flex-direction: row;
  flex-wrap: wrap;
}
.cid-u2YFtRDXKD .main-navbar-nav .nav-item {
  display: flex;
  flex-wrap: wrap;
}
.cid-u2YFtRDXKD .main-navbar-nav .nav-link {
  padding: 1rem;
}
@media (max-width: 991px) {
  .cid-u2YFtRDXKD .main-navbar-nav {
    display: none;
  }
}
.cid-u2YFtRDXKD .navbar-nav .dropdown-menu {
  position: absolute !important;
}
.cid-u2YFtRDXKD .navbar.navbar-short {
  min-height: 64px !important;
}
@media (min-width: 1600px) {
  .cid-u2YFtRDXKD .navbar.navbar-short {
    min-height: 140px !important;
  }
}
.cid-u2YFtRDXKD .navbar-collapse {
  height: 100%;
  flex-grow: 1;
  width: 100%;
  padding: 1rem 4rem;
  display: none;
  flex-wrap: nowrap;
  align-items: stretch;
}
@media (max-width: 767px) {
  .cid-u2YFtRDXKD .navbar-collapse {
    flex-direction: column;
    flex-wrap: wrap;
    padding: 1rem 30px 1rem;
  }
}
.cid-u2YFtRDXKD .navbar-collapse .navbar-nav {
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: flex-start;
  width: 33.33333333%;
  flex-grow: 1;
  border: 1px solid #000000;
  border-right: none;
  max-height: 80vh;
  overflow: auto;
}
.cid-u2YFtRDXKD .navbar-collapse .navbar-nav:nth-child(3) {
  border-right: 1px solid #000000;
}
@media (max-width: 767px) {
  .cid-u2YFtRDXKD .navbar-collapse .navbar-nav {
    width: 100%;
    height: 100%;
    max-height: 40vh;
    border: 1px solid #000000 !important;
  }
  .cid-u2YFtRDXKD .navbar-collapse .navbar-nav:nth-child(3) {
    display: none;
  }
}
.cid-u2YFtRDXKD .navbar-collapse .navbar-nav .nav-item {
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: stretch;
  width: 100%;
  margin: 0;
  padding: 1rem;
  flex-grow: 1;
}
.cid-u2YFtRDXKD .navbar-collapse .navbar-nav .nav-item .nav-link {
  justify-content: flex-start;
  width: 100%;
  padding: 0.5rem 0;
  margin-top: 0.5rem;
  margin-bottom: 0;
}
.cid-u2YFtRDXKD .navbar-collapse .main-navbar-nav .nav-link:hover {
  color: #1a2269 !important;
}
.cid-u2YFtRDXKD .navbar.opened {
  min-height: 100vh !important;
  max-height: 100vh !important;
}
.cid-u2YFtRDXKD .navbar.opened .container {
  display: flex;
  flex-direction: column;
  align-items: stretch;
  flex-wrap: nowrap;
}
.cid-u2YFtRDXKD .navbar.opened .nav-head {
  margin-bottom: auto;
}
.cid-u2YFtRDXKD .navbar.opened .navbar-collapse.show {
  display: flex;
  align-items: stretch;
  justify-content: flex-start;
  flex-grow: 1;
  max-height: none;
}
.cid-u2YFtSBfDT {
  background-image: url("../../../assets/images/3-35myzq1rrry3ytpo5whmgw-270x152.jpg");
  border-bottom: 1px solid #000000;
}
.cid-u2YFtSBfDT .mbr-fallback-image.disabled {
  display: none;
}
.cid-u2YFtSBfDT .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-u2YFtSBfDT .row {
  justify-content: flex-start;
}
.cid-u2YFtSBfDT .mbr-section-title {
  color: #000000;
  width: 100%;
}
.cid-u2YFtSBfDT .colored-text {
  line-height: inherit;
  font-weight: inherit;
  color: inherit;
}
.cid-u2YFtSBfDT .mbr-section-subtitle {
  color: #000000;
  width: 100%;
}
.cid-u2YFtSBfDT .mbr-text {
  color: #000000;
  width: 100%;
}
.cid-u2YFtSBfDT .mbr-section-btn {
  margin-top: 2.4rem;
}
.cid-u2YFtVo5xd {
  padding-top: 6rem;
  padding-bottom: 1rem;
  background-color: #ffffff;
}
.cid-u2YFtVo5xd .container {
  max-width: 1040px;
}
@media (max-width: 575px) {
  .cid-u2YFtVo5xd .row {
    text-align: center!important;
  }
}
.cid-u2YFtVo5xd .mbr-section-title {
  color: #000000;
}
@media (max-width: 575px) {
  .cid-u2YFtVo5xd .mbr-section-title {
    text-align: center;
  }
}
.cid-u2YFtVo5xd .mbr-text {
  color: #ffb639;
  margin-top: 20px;
}
.cid-u2YFtVo5xd .mbr-text a:hover {
  text-decoration: underline;
}
.cid-u2YFtVo5xd .mbr-section-btn {
  margin-top: 20px;
}
.cid-u2YFtVo5xd .mbr-section-btn .btn {
  border-radius: 50px;
}
@media (max-width: 575px) {
  .cid-u2YFtVo5xd .mbr-section-btn {
    display: flex;
    flex-wrap: wrap;
  }
  .cid-u2YFtVo5xd .mbr-section-btn .btn {
    width: 100%;
  }
}
.cid-u2YFtVo5xd .mbr-fallback-image.disabled {
  display: none;
}
.cid-u2YFtVo5xd .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-u2YFtVo5xd .mbr-section-title,
.cid-u2YFtVo5xd .mbr-section-btn {
  color: #727272;
}
.cid-u2YFtWENUh {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-image: url("../../../assets/images/cosas-que-hacer-tijuana-1000x659.jpg");
}
.cid-u2YFtWENUh .item:focus,
.cid-u2YFtWENUh span:focus {
  outline: none;
}
.cid-u2YFtWENUh .item-wrapper {
  position: relative;
}
.cid-u2YFtWENUh .container-fluid {
  padding: 0;
}
@media (max-width: 992px) {
  .cid-u2YFtWENUh .container-fluid {
    padding: 0 24px;
  }
}
@media (max-width: 992px) and (max-width: 992px) {
  .cid-u2YFtWENUh .container {
    padding: 0 24px;
  }
}
.cid-u2YFtWENUh .embla__slide {
  display: flex;
  justify-content: center;
  position: relative;
  min-width: 570px;
  max-width: 570px;
}
@media (max-width: 767px) {
  .cid-u2YFtWENUh .embla__slide {
    min-width: 100%;
    max-width: 100%;
  }
}
.cid-u2YFtWENUh .embla__slide .slide-content {
  width: 100%;
}
.cid-u2YFtWENUh .embla__slide .slide-content .item-wrapper {
  padding: 30px;
  border-radius: .5rem !important;
  position: relative;
  overflow: hidden;
}
.cid-u2YFtWENUh .embla__slide .slide-content .item-wrapper::before {
  content: '';
  position: absolute;
  top: 0;
  left: 0;
  background-color: #ffffff;
  opacity: .2;
  width: 100%;
  height: 100%;
}
.cid-u2YFtWENUh .embla__slide .slide-content .item-wrapper .item-img {
  position: relative;
  z-index: 1;
}
.cid-u2YFtWENUh .embla__slide .slide-content .item-wrapper .item-img img {
  height: 400px;
  object-fit: contain;
}
.cid-u2YFtWENUh .embla__button--next,
.cid-u2YFtWENUh .embla__button--prev {
  display: flex;
}
.cid-u2YFtWENUh .embla__button {
  bottom: 0;
  width: 60px;
  height: 60px;
  margin-top: -1.5rem;
  font-size: 21px;
  background-color: #f5961d !important;
  color: #fc9d4f;
  border: none;
  border-radius: 50%;
  transition: all 0.3s;
  position: absolute;
  display: flex;
  justify-content: center;
  align-items: center;
  opacity: 1 !important;
  display: none;
}
.cid-u2YFtWENUh .embla__button:disabled {
  cursor: default;
  display: none;
}
.cid-u2YFtWENUh .embla__button:hover {
  opacity: .85 !important;
  color: #1a2269 !important;
}
.cid-u2YFtWENUh .embla__button.embla__button--prev {
  left: 32px;
}
.cid-u2YFtWENUh .embla__button.embla__button--next {
  right: 32px;
}
.cid-u2YFtWENUh .embla {
  position: relative;
  width: 100%;
}
.cid-u2YFtWENUh .embla__viewport {
  overflow: hidden;
  width: 100%;
  margin-right: 1rem;
}
.cid-u2YFtWENUh .embla__viewport.is-draggable {
  cursor: grab;
}
.cid-u2YFtWENUh .embla__viewport.is-dragging {
  cursor: grabbing;
}
.cid-u2YFtWENUh .embla__container {
  display: flex;
  user-select: none;
  -webkit-touch-callout: none;
  -khtml-user-select: none;
  -webkit-tap-highlight-color: transparent;
}
.cid-u2YFtXW1dj {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-image: url("../../../assets/images/tijuana-mx-640x360.jpg");
}
.cid-u2YFtXW1dj .item:focus,
.cid-u2YFtXW1dj span:focus {
  outline: none;
}
.cid-u2YFtXW1dj .item-wrapper {
  position: relative;
}
@media (max-width: 992px) and (max-width: 992px) {
  .cid-u2YFtXW1dj .container {
    padding: 0 24px;
  }
}
.cid-u2YFtXW1dj .embla__slide {
  display: flex;
  justify-content: center;
  position: relative;
  min-width: 570px;
  max-width: 570px;
}
@media (max-width: 767px) {
  .cid-u2YFtXW1dj .embla__slide {
    min-width: 100%;
    max-width: 100%;
  }
}
.cid-u2YFtXW1dj .embla__slide .slide-content {
  width: 100%;
}
.cid-u2YFtXW1dj .embla__slide .slide-content .item-wrapper {
  padding: 30px;
  border-radius: .5rem !important;
  position: relative;
  overflow: hidden;
}
.cid-u2YFtXW1dj .embla__slide .slide-content .item-wrapper::before {
  content: '';
  position: absolute;
  top: 0;
  left: 0;
  background-color: #ffffff;
  opacity: .2;
  width: 100%;
  height: 100%;
}
.cid-u2YFtXW1dj .embla__slide .slide-content .item-wrapper .item-img {
  position: relative;
  z-index: 1;
}
.cid-u2YFtXW1dj .embla__slide .slide-content .item-wrapper .item-img img {
  height: 400px;
  object-fit: contain;
}
.cid-u2YFtXW1dj .embla__button--next,
.cid-u2YFtXW1dj .embla__button--prev {
  display: flex;
}
.cid-u2YFtXW1dj .embla__button {
  bottom: 0;
  width: 60px;
  height: 60px;
  margin-top: -1.5rem;
  font-size: 21px;
  background-color: #f5961d !important;
  color: #fc9d4f;
  border: none;
  border-radius: 50%;
  transition: all 0.3s;
  position: absolute;
  display: flex;
  justify-content: center;
  align-items: center;
  opacity: 1 !important;
  display: none;
}
@media (max-width: 768px) {
  .cid-u2YFtXW1dj .embla__button {
    display: none;
  }
}
.cid-u2YFtXW1dj .embla__button:disabled {
  cursor: default;
  display: none;
}
.cid-u2YFtXW1dj .embla__button:hover {
  opacity: .85 !important;
  color: #1a2269 !important;
}
.cid-u2YFtXW1dj .embla__button.embla__button--prev {
  left: 32px;
}
.cid-u2YFtXW1dj .embla__button.embla__button--next {
  right: 32px;
}
.cid-u2YFtXW1dj .embla {
  position: relative;
  width: 100%;
}
.cid-u2YFtXW1dj .embla__viewport {
  overflow: hidden;
  width: 100%;
  margin-right: 1rem;
}
.cid-u2YFtXW1dj .embla__viewport.is-draggable {
  cursor: grab;
}
.cid-u2YFtXW1dj .embla__viewport.is-dragging {
  cursor: grabbing;
}
.cid-u2YFtXW1dj .embla__container {
  display: flex;
  user-select: none;
  -webkit-touch-callout: none;
  -khtml-user-select: none;
  -webkit-tap-highlight-color: transparent;
}
.cid-u2YFtZlh7J {
  padding-top: 6rem;
  padding-bottom: 1rem;
  background-color: #ffffff;
}
.cid-u2YFtZlh7J .container {
  max-width: 1040px;
}
@media (max-width: 575px) {
  .cid-u2YFtZlh7J .row {
    text-align: center!important;
  }
}
.cid-u2YFtZlh7J .mbr-section-title {
  color: #000000;
}
@media (max-width: 575px) {
  .cid-u2YFtZlh7J .mbr-section-title {
    text-align: center;
  }
}
.cid-u2YFtZlh7J .mbr-text {
  color: #5f5e5e;
  margin-top: 20px;
}
.cid-u2YFtZlh7J .mbr-text a:hover {
  text-decoration: underline;
}
.cid-u2YFtZlh7J .mbr-section-btn {
  margin-top: 20px;
}
.cid-u2YFtZlh7J .mbr-section-btn .btn {
  border-radius: 50px;
}
@media (max-width: 575px) {
  .cid-u2YFtZlh7J .mbr-section-btn {
    display: flex;
    flex-wrap: wrap;
  }
  .cid-u2YFtZlh7J .mbr-section-btn .btn {
    width: 100%;
  }
}
.cid-u2YFtZlh7J .mbr-fallback-image.disabled {
  display: none;
}
.cid-u2YFtZlh7J .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-u2YFtZlh7J .mbr-section-title,
.cid-u2YFtZlh7J .mbr-section-btn {
  color: #ffb639;
}
.cid-u2YFu0BOyu {
  padding-top: 0rem;
  padding-bottom: 0rem;
  background-color: #ffffff;
}
.cid-u2YFu0BOyu .mbr-fallback-image.disabled {
  display: none;
}
.cid-u2YFu0BOyu .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-u2YFu0BOyu .row {
  justify-content: center;
}
.cid-u2YFu0BOyu .row {
  padding: 0 1rem;
}
@media (max-width: 992px) {
  .cid-u2YFu0BOyu .row {
    padding: 0 12px;
  }
}
.cid-u2YFu0BOyu .item-wrap {
  z-index: 1;
}
.cid-u2YFu0BOyu .img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.cid-u2YFu1fk4o {
  padding-top: 0rem;
  padding-bottom: 0rem;
  background-color: #ffffff;
}
.cid-u2YFu1fk4o .mbr-fallback-image.disabled {
  display: none;
}
.cid-u2YFu1fk4o .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-u2YFu1fk4o .row {
  justify-content: center;
}
.cid-u2YFu1fk4o .row {
  padding: 0 1rem;
}
@media (max-width: 992px) {
  .cid-u2YFu1fk4o .row {
    padding: 0 12px;
  }
}
.cid-u2YFu1fk4o .item-wrap {
  z-index: 1;
}
.cid-u2YFu1fk4o .img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.cid-u2YFu1SYWy {
  padding-top: 0rem;
  padding-bottom: 0rem;
  background-color: #ffffff;
}
.cid-u2YFu1SYWy .mbr-fallback-image.disabled {
  display: none;
}
.cid-u2YFu1SYWy .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-u2YFu1SYWy .row {
  justify-content: center;
}
.cid-u2YFu1SYWy .row {
  padding: 0 1rem;
}
@media (max-width: 992px) {
  .cid-u2YFu1SYWy .row {
    padding: 0 12px;
  }
}
.cid-u2YFu1SYWy .item-wrap {
  z-index: 1;
}
.cid-u2YFu1SYWy .img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.cid-u2YFu2wb01 {
  padding-top: 0rem;
  padding-bottom: 0rem;
  background-color: #ffffff;
}
.cid-u2YFu2wb01 .mbr-fallback-image.disabled {
  display: none;
}
.cid-u2YFu2wb01 .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-u2YFu2wb01 .row {
  justify-content: center;
}
.cid-u2YFu2wb01 .row {
  padding: 0 1rem;
}
@media (max-width: 992px) {
  .cid-u2YFu2wb01 .row {
    padding: 0 12px;
  }
}
.cid-u2YFu2wb01 .item-wrap {
  z-index: 1;
}
.cid-u2YFu2wb01 .img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.cid-u2YFu3bYri {
  padding-top: 9rem;
  padding-bottom: 1rem;
  background-color: #ffffff;
}
.cid-u2YFu3bYri .container {
  max-width: 1040px;
}
@media (max-width: 575px) {
  .cid-u2YFu3bYri .row {
    text-align: center!important;
  }
}
.cid-u2YFu3bYri .mbr-section-title {
  color: #000000;
}
@media (max-width: 575px) {
  .cid-u2YFu3bYri .mbr-section-title {
    text-align: center;
  }
}
.cid-u2YFu3bYri .mbr-text {
  color: #5f5e5e;
  margin-top: 20px;
}
.cid-u2YFu3bYri .mbr-text a:hover {
  text-decoration: underline;
}
.cid-u2YFu3bYri .mbr-section-btn {
  margin-top: 20px;
}
.cid-u2YFu3bYri .mbr-section-btn .btn {
  border-radius: 50px;
}
@media (max-width: 575px) {
  .cid-u2YFu3bYri .mbr-section-btn {
    display: flex;
    flex-wrap: wrap;
  }
  .cid-u2YFu3bYri .mbr-section-btn .btn {
    width: 100%;
  }
}
.cid-u2YFu3bYri .mbr-fallback-image.disabled {
  display: none;
}
.cid-u2YFu3bYri .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-u2YFu3bYri .mbr-section-title,
.cid-u2YFu3bYri .mbr-section-btn {
  color: #ffb639;
}
.cid-u2YFu3RGia {
  padding-top: 0rem;
  padding-bottom: 0rem;
  background-color: #ffffff;
}
.cid-u2YFu3RGia .mbr-fallback-image.disabled {
  display: none;
}
.cid-u2YFu3RGia .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-u2YFu3RGia .row {
  justify-content: center;
}
.cid-u2YFu3RGia .row {
  padding: 0 1rem;
}
@media (max-width: 992px) {
  .cid-u2YFu3RGia .row {
    padding: 0 12px;
  }
}
.cid-u2YFu3RGia .item-wrap {
  z-index: 1;
}
.cid-u2YFu3RGia .img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.cid-u2YFu4vL8d {
  padding-top: 0rem;
  padding-bottom: 0rem;
  background-color: #ffffff;
}
.cid-u2YFu4vL8d .mbr-fallback-image.disabled {
  display: none;
}
.cid-u2YFu4vL8d .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-u2YFu4vL8d .row {
  justify-content: center;
}
.cid-u2YFu4vL8d .row {
  padding: 0 1rem;
}
@media (max-width: 992px) {
  .cid-u2YFu4vL8d .row {
    padding: 0 12px;
  }
}
.cid-u2YFu4vL8d .item-wrap {
  z-index: 1;
}
.cid-u2YFu4vL8d .img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.cid-u2YFu592ug {
  padding-top: 0rem;
  padding-bottom: 0rem;
  background-color: #ffffff;
}
.cid-u2YFu592ug .mbr-fallback-image.disabled {
  display: none;
}
.cid-u2YFu592ug .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-u2YFu592ug .row {
  justify-content: center;
}
.cid-u2YFu592ug .row {
  padding: 0 1rem;
}
@media (max-width: 992px) {
  .cid-u2YFu592ug .row {
    padding: 0 12px;
  }
}
.cid-u2YFu592ug .item-wrap {
  z-index: 1;
}
.cid-u2YFu592ug .img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.cid-u2YFu5OvQP {
  padding-top: 0rem;
  padding-bottom: 0rem;
  background-color: #ffffff;
}
.cid-u2YFu5OvQP .mbr-fallback-image.disabled {
  display: none;
}
.cid-u2YFu5OvQP .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-u2YFu5OvQP .row {
  justify-content: center;
}
.cid-u2YFu5OvQP .row {
  padding: 0 1rem;
}
@media (max-width: 992px) {
  .cid-u2YFu5OvQP .row {
    padding: 0 12px;
  }
}
.cid-u2YFu5OvQP .item-wrap {
  z-index: 1;
}
.cid-u2YFu5OvQP .img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.cid-u2YFu6tHJN {
  padding-top: 0rem;
  padding-bottom: 0rem;
  background-color: #ffffff;
}
.cid-u2YFu6tHJN .mbr-fallback-image.disabled {
  display: none;
}
.cid-u2YFu6tHJN .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-u2YFu6tHJN .row {
  justify-content: center;
}
.cid-u2YFu6tHJN .row {
  padding: 0 1rem;
}
@media (max-width: 992px) {
  .cid-u2YFu6tHJN .row {
    padding: 0 12px;
  }
}
.cid-u2YFu6tHJN .item-wrap {
  z-index: 1;
}
.cid-u2YFu6tHJN .img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.cid-u2YFu7amsi {
  padding-top: 0rem;
  padding-bottom: 0rem;
  background-color: #ffffff;
}
.cid-u2YFu7amsi .mbr-fallback-image.disabled {
  display: none;
}
.cid-u2YFu7amsi .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-u2YFu7amsi .row {
  justify-content: center;
}
.cid-u2YFu7amsi .row {
  padding: 0 1rem;
}
@media (max-width: 992px) {
  .cid-u2YFu7amsi .row {
    padding: 0 12px;
  }
}
.cid-u2YFu7amsi .item-wrap {
  z-index: 1;
}
.cid-u2YFu7amsi .img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.cid-u2YFu7WVNc {
  padding-top: 0rem;
  padding-bottom: 0rem;
  background-color: #ffffff;
}
.cid-u2YFu7WVNc .mbr-fallback-image.disabled {
  display: none;
}
.cid-u2YFu7WVNc .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-u2YFu7WVNc .row {
  justify-content: center;
}
.cid-u2YFu7WVNc .row {
  padding: 0 1rem;
}
@media (max-width: 992px) {
  .cid-u2YFu7WVNc .row {
    padding: 0 12px;
  }
}
.cid-u2YFu7WVNc .item-wrap {
  z-index: 1;
}
.cid-u2YFu7WVNc .img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.cid-u2YFu8BDxc {
  padding-top: 0rem;
  padding-bottom: 0rem;
  background-color: #ffffff;
}
.cid-u2YFu8BDxc .mbr-fallback-image.disabled {
  display: none;
}
.cid-u2YFu8BDxc .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-u2YFu8BDxc .row {
  justify-content: center;
}
.cid-u2YFu8BDxc .row {
  padding: 0 1rem;
}
@media (max-width: 992px) {
  .cid-u2YFu8BDxc .row {
    padding: 0 12px;
  }
}
.cid-u2YFu8BDxc .item-wrap {
  z-index: 1;
}
.cid-u2YFu8BDxc .img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.cid-u2YFu9g0V5 {
  padding-top: 6rem;
  padding-bottom: 1rem;
  background-color: #ffffff;
}
.cid-u2YFu9g0V5 .container {
  max-width: 1040px;
}
@media (max-width: 575px) {
  .cid-u2YFu9g0V5 .row {
    text-align: center!important;
  }
}
.cid-u2YFu9g0V5 .mbr-section-title {
  color: #000000;
}
@media (max-width: 575px) {
  .cid-u2YFu9g0V5 .mbr-section-title {
    text-align: center;
  }
}
.cid-u2YFu9g0V5 .mbr-text {
  color: #5f5e5e;
  margin-top: 20px;
}
.cid-u2YFu9g0V5 .mbr-text a:hover {
  text-decoration: underline;
}
.cid-u2YFu9g0V5 .mbr-section-btn {
  margin-top: 20px;
}
.cid-u2YFu9g0V5 .mbr-section-btn .btn {
  border-radius: 50px;
}
@media (max-width: 575px) {
  .cid-u2YFu9g0V5 .mbr-section-btn {
    display: flex;
    flex-wrap: wrap;
  }
  .cid-u2YFu9g0V5 .mbr-section-btn .btn {
    width: 100%;
  }
}
.cid-u2YFu9g0V5 .mbr-fallback-image.disabled {
  display: none;
}
.cid-u2YFu9g0V5 .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-u2YFu9g0V5 .mbr-section-title,
.cid-u2YFu9g0V5 .mbr-section-btn {
  color: #ffb639;
}
.cid-u2YFu9Yplq {
  padding-top: 0rem;
  padding-bottom: 0rem;
  background-color: #ffffff;
}
.cid-u2YFu9Yplq .mbr-fallback-image.disabled {
  display: none;
}
.cid-u2YFu9Yplq .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-u2YFu9Yplq .row {
  justify-content: center;
}
.cid-u2YFu9Yplq .row {
  padding: 0 1rem;
}
@media (max-width: 992px) {
  .cid-u2YFu9Yplq .row {
    padding: 0 12px;
  }
}
.cid-u2YFu9Yplq .item-wrap {
  z-index: 1;
}
.cid-u2YFu9Yplq .img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.cid-u2YFuaETj1 {
  padding-top: 5rem;
  padding-bottom: 3rem;
  background-color: #181818;
}
.cid-u2YFuaETj1 .mbr-fallback-image.disabled {
  display: none;
}
.cid-u2YFuaETj1 .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-u2YFuaETj1 .row {
  justify-content: center;
}
.cid-u2YFuaETj1 .row {
  padding: 0 1rem;
}
@media (max-width: 992px) {
  .cid-u2YFuaETj1 .row {
    padding: 0 12px;
  }
}
.cid-u2YFuaETj1 .item-wrap {
  z-index: 1;
}
.cid-u2YFuaETj1 .img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.cid-u2YFubnYen {
  padding-top: 5rem;
  padding-bottom: 3rem;
  background-color: #181818;
}
.cid-u2YFubnYen .mbr-fallback-image.disabled {
  display: none;
}
.cid-u2YFubnYen .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-u2YFubnYen .row {
  justify-content: center;
}
.cid-u2YFubnYen .row {
  padding: 0 1rem;
}
@media (max-width: 992px) {
  .cid-u2YFubnYen .row {
    padding: 0 12px;
  }
}
.cid-u2YFubnYen .item-wrap {
  z-index: 1;
}
.cid-u2YFubnYen .img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.cid-u2YFuc4rLq {
  padding-top: 7rem;
  padding-bottom: 0rem;
  background-color: #f0f0f0;
}
.cid-u2YFuc4rLq .mbr-fallback-image.disabled {
  display: none;
}
.cid-u2YFuc4rLq .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-u2YFuc4rLq .mbr-section-title {
  margin-bottom: 32px;
}
.cid-u2YFuc4rLq .mbr-section-title,
.cid-u2YFuc4rLq .mbr-section-btn {
  color: #f5961d;
}
.cid-u2YFucNVdn {
  padding-top: 2rem;
  padding-bottom: 5rem;
  background: #f0f0f0;
}
.cid-u2YFucNVdn .mbr-fallback-image.disabled {
  display: none;
}
.cid-u2YFucNVdn .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-u2YFucNVdn .container-fluid {
  padding: 0 22px;
}
@media (max-width: 992px) {
  .cid-u2YFucNVdn .container-fluid {
    padding: 0 16px;
  }
}
.cid-u2YFucNVdn .container-fluid .row {
  padding: 0;
}
.cid-u2YFucNVdn .embla__slide {
  display: flex;
  justify-content: center;
  position: relative;
  min-width: 710px;
  max-width: 710px;
}
@media (max-width: 768px) {
  .cid-u2YFucNVdn .embla__slide {
    min-width: 70%;
    max-width: initial;
    margin-left: 1rem !important;
    margin-right: 1rem !important;
  }
}
.cid-u2YFucNVdn .embla__slide .card-wrap .item-wrapper .image-wrap {
  display: flex;
  justify-content: center;
  align-items: center;
  padding: 96px 80px;
  background-color: #f1f2f4;
}
@media (max-width: 992px) {
  .cid-u2YFucNVdn .embla__slide .card-wrap .item-wrapper .image-wrap {
    padding: 20px;
  }
}
.cid-u2YFucNVdn .embla__slide .card-wrap .item-wrapper .image-wrap img {
  height: 360px;
  object-fit: cover;
}
@media (max-width: 992px) {
  .cid-u2YFucNVdn .embla__slide .card-wrap .item-wrapper .image-wrap img {
    height: 280px;
  }
}
@media (max-width: 769px) {
  .cid-u2YFucNVdn .embla__slide .card-wrap .item-wrapper .image-wrap img {
    height: 180px;
  }
}
.cid-u2YFucNVdn .embla__button--next,
.cid-u2YFucNVdn .embla__button--prev {
  display: flex;
}
.cid-u2YFucNVdn .embla__button {
  top: 50%;
  width: 60px;
  height: 60px;
  margin-top: -1.5rem;
  font-size: 22px;
  background-color: transparent;
  color: #ca408e;
  border: 2px solid #1a2269;
  border-radius: 50%;
  transition: all 0.3s;
  position: absolute;
  display: flex;
  justify-content: center;
  align-items: center;
  display: none;
}
@media (max-width: 768px) {
  .cid-u2YFucNVdn .embla__button {
    display: none;
  }
}
.cid-u2YFucNVdn .embla__button:disabled {
  cursor: default;
  display: none;
}
.cid-u2YFucNVdn .embla__button:hover {
  background: transparent;
  color: #ca408e;
  opacity: .5;
}
.cid-u2YFucNVdn .embla__button.embla__button--prev {
  left: 0;
  margin-left: 2.5rem;
}
.cid-u2YFucNVdn .embla__button.embla__button--next {
  right: 0;
  margin-right: 2.5rem;
}
@media (max-width: 767px) {
  .cid-u2YFucNVdn .embla__button {
    top: auto;
    bottom: 0;
  }
}
.cid-u2YFucNVdn .embla {
  position: relative;
  width: 100%;
}
.cid-u2YFucNVdn .embla__viewport {
  overflow: hidden;
  width: 100%;
}
.cid-u2YFucNVdn .embla__viewport.is-draggable {
  cursor: grab;
}
.cid-u2YFucNVdn .embla__viewport.is-dragging {
  cursor: grabbing;
}
.cid-u2YFucNVdn .embla__container {
  display: flex;
  user-select: none;
  -webkit-touch-callout: none;
  -khtml-user-select: none;
  -webkit-tap-highlight-color: transparent;
}
.cid-u2YFudINOb {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-color: #ffffff;
}
.cid-u2YFudINOb .mbr-fallback-image.disabled {
  display: none;
}
.cid-u2YFudINOb .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-u2YFudINOb .col-12 {
  position: relative;
}
.cid-u2YFudINOb img {
  margin: auto;
}
.cid-u2YFudINOb .text-wrapper {
  position: absolute;
  width: 100%;
  left: 50%;
  top: 50%;
  transform: translate(-50%, -50%);
}
@media (min-width: 992px) {
  .cid-u2YFudINOb .text-wrapper {
    padding: 0 2rem;
  }
}
.cid-u2YFudINOb .row {
  align-items: center;
}
@media (max-width: 991px) {
  .cid-u2YFudINOb .image-wrapper {
    padding: 1rem;
  }
}
.cid-u2YFudINOb .mbr-section-title {
  color: #ffffff;
}
.cid-u2YFudINOb .mbr-text,
.cid-u2YFudINOb .mbr-section-btn {
  color: #ffffff;
}
.cid-u2YFuetVpL {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-color: #ffffff;
}
.cid-u2YFuetVpL .mbr-fallback-image.disabled {
  display: none;
}
.cid-u2YFuetVpL .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-u2YFuetVpL .col-12 {
  position: relative;
}
.cid-u2YFuetVpL img {
  margin: auto;
}
.cid-u2YFuetVpL .text-wrapper {
  position: absolute;
  width: 100%;
  left: 50%;
  top: 50%;
  transform: translate(-50%, -50%);
}
@media (min-width: 992px) {
  .cid-u2YFuetVpL .text-wrapper {
    padding: 0 2rem;
  }
}
.cid-u2YFuetVpL .row {
  align-items: center;
}
@media (max-width: 991px) {
  .cid-u2YFuetVpL .image-wrapper {
    padding: 1rem;
  }
}
.cid-u2YFuetVpL .mbr-section-title {
  color: #ffffff;
}
.cid-u2YFuetVpL .mbr-text,
.cid-u2YFuetVpL .mbr-section-btn {
  color: #ffffff;
}
.cid-u2YFufme9d {
  padding-top: 5rem;
  padding-bottom: 3rem;
  background-color: #181818;
}
.cid-u2YFufme9d .mbr-fallback-image.disabled {
  display: none;
}
.cid-u2YFufme9d .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-u2YFufme9d .row {
  justify-content: center;
}
.cid-u2YFufme9d .row {
  padding: 0 1rem;
}
@media (max-width: 992px) {
  .cid-u2YFufme9d .row {
    padding: 0 12px;
  }
}
.cid-u2YFufme9d .item-wrap {
  z-index: 1;
}
.cid-u2YFufme9d .img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.cid-u2YFugeSru {
  padding-top: 5rem;
  padding-bottom: 3rem;
  background-color: #181818;
}
.cid-u2YFugeSru .mbr-fallback-image.disabled {
  display: none;
}
.cid-u2YFugeSru .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-u2YFugeSru .row {
  justify-content: center;
}
.cid-u2YFugeSru .row {
  padding: 0 1rem;
}
@media (max-width: 992px) {
  .cid-u2YFugeSru .row {
    padding: 0 12px;
  }
}
.cid-u2YFugeSru .item-wrap {
  z-index: 1;
}
.cid-u2YFugeSru .img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}
#custom-html-50 {
  /* Type valid CSS here */
}
#custom-html-50 div {
  heigth: auto;
  padding: 80px 0;
  color: #777;
  text-align: center;
}
#custom-html-50 p {
  font-size: 60px;
  color: #777;
}
#custom-html-50 .video-face {
  margin: 0 auto;
  heigth: 520px;
  width: 330px;
}
.cid-u2YFuhEPva {
  padding-top: 5rem;
  padding-bottom: 3rem;
  background-color: #181818;
}
.cid-u2YFuhEPva .mbr-fallback-image.disabled {
  display: none;
}
.cid-u2YFuhEPva .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-u2YFuhEPva .row {
  justify-content: center;
}
.cid-u2YFuhEPva .row {
  padding: 0 1rem;
}
@media (max-width: 992px) {
  .cid-u2YFuhEPva .row {
    padding: 0 12px;
  }
}
.cid-u2YFuhEPva .item-wrap {
  z-index: 1;
}
.cid-u2YFuhEPva .img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.cid-u2YFuiIGaD {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-color: #ffffff;
}
.cid-u2YFuiIGaD .card {
  height: auto;
  background-color: transparent;
  box-shadow: 0px 10px 20px 0px rgba(29, 29, 27, 0.2);
  transition: all 0.6s ease;
}
.cid-u2YFuiIGaD .card:hover {
  transform: scale(1.03);
}
.cid-u2YFuiIGaD .card-padding {
  padding: 0.72rem 0.75rem;
}
.cid-u2YFuiIGaD .title-section {
  margin-bottom: 1.5rem;
}
@media (min-width: 992px) {
  .cid-u2YFuiIGaD .title-section {
    padding: 0 6rem;
    margin-bottom: 4rem;
  }
}
.cid-u2YFuiIGaD .img-container {
  display: flex;
  justify-content: center;
}
.cid-u2YFuiIGaD .card-img-top {
  width: 230px;
  height: 230px;
  border-radius: 50%;
  object-fit: cover;
}
.cid-u2YFuiIGaD .mbr-section-subtitle {
  text-align: center;
}
.cid-u2YFuiIGaD .mbr-text {
  text-align: center;
}
.cid-u2YFuiIGaD .mbr-fallback-image.disabled {
  display: none;
}
.cid-u2YFuiIGaD .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-u2YFuiIGaD .mbr-section-title {
  text-align: center;
}
.cid-u2YFujJPuw {
  padding-top: 0rem;
  padding-bottom: 0rem;
  background: #fafafa;
}
.cid-u2YFujJPuw .wrapp {
  border-radius: 10px;
}
@media (max-width: 991px) {
  .cid-u2YFujJPuw .wrapp {
    padding: 0;
  }
}
@media (min-width: 992px) {
  .cid-u2YFujJPuw .wrapp {
    padding: 4rem 6rem;
  }
}
.cid-u2YFujJPuw .wrapper {
  height: 100%;
}
.cid-u2YFujJPuw img {
  width: 80%;
  margin: 0 auto;
  border-radius: 30px;
}
.cid-u2YFujJPuw .mbr-text {
  text-align: center;
}
.cid-u2YFujJPuw .card-title {
  text-align: center;
}
.cid-u2YFul0whC {
  padding-top: 0rem;
  padding-bottom: 0rem;
  background: #fafafa;
}
.cid-u2YFul0whC .wrapp {
  border-radius: 10px;
}
@media (max-width: 991px) {
  .cid-u2YFul0whC .wrapp {
    padding: 0;
  }
}
@media (min-width: 992px) {
  .cid-u2YFul0whC .wrapp {
    padding: 4rem 6rem;
  }
}
.cid-u2YFul0whC .wrapper {
  height: 100%;
}
.cid-u2YFul0whC img {
  width: 80%;
  margin: 0 auto;
  border-radius: 30px;
}
.cid-u2YFul0whC .mbr-text {
  text-align: center;
}
.cid-u2YFul0whC .card-title {
  text-align: center;
}
.cid-u2YFumiurd {
  padding-top: 0rem;
  padding-bottom: 0rem;
  background: #fafafa;
}
.cid-u2YFumiurd .wrapp {
  border-radius: 10px;
}
@media (max-width: 991px) {
  .cid-u2YFumiurd .wrapp {
    padding: 0;
  }
}
@media (min-width: 992px) {
  .cid-u2YFumiurd .wrapp {
    padding: 4rem 6rem;
  }
}
.cid-u2YFumiurd .wrapper {
  height: 100%;
}
.cid-u2YFumiurd img {
  width: 80%;
  margin: 0 auto;
  border-radius: 30px;
}
.cid-u2YFumiurd .mbr-text {
  text-align: center;
}
.cid-u2YFumiurd .card-title {
  text-align: center;
}
.cid-u2YFunoalX {
  padding-top: 0rem;
  padding-bottom: 0rem;
  background: #fafafa;
}
.cid-u2YFunoalX .wrapp {
  border-radius: 10px;
}
@media (max-width: 991px) {
  .cid-u2YFunoalX .wrapp {
    padding: 0;
  }
}
@media (min-width: 992px) {
  .cid-u2YFunoalX .wrapp {
    padding: 4rem 6rem;
  }
}
.cid-u2YFunoalX .wrapper {
  height: 100%;
}
.cid-u2YFunoalX img {
  width: 80%;
  margin: 0 auto;
  border-radius: 30px;
}
.cid-u2YFunoalX .mbr-text {
  text-align: center;
}
.cid-u2YFunoalX .card-title {
  text-align: center;
}
.cid-u2YFuoDiUG {
  padding-top: 0rem;
  padding-bottom: 0rem;
  background: #fafafa;
}
.cid-u2YFuoDiUG .wrapp {
  border-radius: 10px;
}
@media (max-width: 991px) {
  .cid-u2YFuoDiUG .wrapp {
    padding: 0;
  }
}
@media (min-width: 992px) {
  .cid-u2YFuoDiUG .wrapp {
    padding: 4rem 6rem;
  }
}
.cid-u2YFuoDiUG .wrapper {
  height: 100%;
}
.cid-u2YFuoDiUG img {
  width: 80%;
  margin: 0 auto;
  border-radius: 30px;
}
.cid-u2YFuoDiUG .mbr-text {
  text-align: center;
}
.cid-u2YFuoDiUG .card-title {
  text-align: center;
}
.cid-u2YFupQn4d {
  padding-top: 0rem;
  padding-bottom: 6rem;
  background: #fafafa;
}
.cid-u2YFupQn4d .wrapp {
  border-radius: 10px;
}
@media (max-width: 991px) {
  .cid-u2YFupQn4d .wrapp {
    padding: 0;
  }
}
@media (min-width: 992px) {
  .cid-u2YFupQn4d .wrapp {
    padding: 4rem 6rem;
  }
}
.cid-u2YFupQn4d .wrapper {
  height: 100%;
}
.cid-u2YFupQn4d img {
  width: 80%;
  margin: 0 auto;
  border-radius: 30px;
}
.cid-u2YFupQn4d .mbr-text {
  text-align: center;
}
.cid-u2YFupQn4d .card-title {
  text-align: center;
}
.cid-u2YFurqQok {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-color: #f5961d;
}
.cid-u2YFurqQok .mbr-fallback-image.disabled {
  display: none;
}
.cid-u2YFurqQok .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-u2YFurqQok .row {
  justify-content: flex-start;
}
.cid-u2YFurqQok .mbr-section-title {
  color: #000000;
  width: 100%;
}
.cid-u2YFurqQok .colored-text {
  line-height: inherit;
  font-weight: inherit;
  color: inherit;
}
.cid-u2YFurqQok .mbr-section-subtitle {
  color: #000000;
  width: 100%;
}
.cid-u2YFurqQok .mbr-text {
  color: #000000;
  width: 100%;
}
.cid-u2YFurqQok .mbr-section-btn {
  margin-top: 2.4rem;
}
.cid-u2YFurqQok .mbr-section-title,
.cid-u2YFurqQok .mbr-section-btn {
  color: #ffffff;
}
.cid-u2YFusKvGb {
  padding-top: 4rem;
  padding-bottom: 0rem;
  background-color: #ffffff;
}
.cid-u2YFusKvGb img,
.cid-u2YFusKvGb .item-img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.cid-u2YFusKvGb .item:focus,
.cid-u2YFusKvGb span:focus {
  outline: none;
}
.cid-u2YFusKvGb .item {
  cursor: pointer;
  margin-bottom: 2rem;
}
.cid-u2YFusKvGb .row {
  margin-left: 0;
  margin-right: 0;
}
.cid-u2YFusKvGb .item {
  padding: 0;
  margin: 0;
}
.cid-u2YFusKvGb .item-wrapper {
  position: relative;
  background: #649afc;
  height: 100%;
  display: flex;
  flex-flow: column nowrap;
}
.cid-u2YFusKvGb .item-content {
  padding: 25px 1rem 0;
}
.cid-u2YFusKvGb .item-content a:not(.btn):hover {
  color: #1a2269 !important;
  background-image: none !important;
}
.cid-u2YFusKvGb .item-wrapper {
  background: transparent;
}
.cid-u2YFusKvGb .item-content {
  padding-left: 0 !important;
  padding-right: 0 !important;
}
.cid-u2YFusKvGb .mbr-section-btn {
  margin-top: auto !important;
}
.cid-u2YFusKvGb .mbr-section-title,
.cid-u2YFusKvGb .mbr-section-subtitle {
  color: #111111;
}
.cid-u2YFusKvGb .mbr-text,
.cid-u2YFusKvGb .mbr-section-btn {
  text-align: left;
}
.cid-u2YFusKvGb .item-title {
  text-align: left;
}
.cid-u2YFusKvGb .item-subtitle {
  text-align: center;
}
.cid-u2YFusKvGb .item-img {
  overflow: hidden;
}
.cid-u2YFusKvGb .item-img img {
  width: 100%;
  transform: scale3d(1, 1, 1);
  transform-style: preserve-3d;
  transition: 1s;
}
.cid-u2YFusKvGb .item-img:hover img {
  transform: scale3d(1.1, 1.1, 1.1) translateZ(0);
}
.cid-u2YFusKvGb .mbr-section-head {
  margin-bottom: 30px;
}
@media (min-width: 992px) {
  .cid-u2YFusKvGb .mbr-section-head {
    margin-bottom: 60px;
  }
}
.cid-u2YFuucZTy {
  padding-top: 0rem;
  padding-bottom: 0rem;
  background-color: #ffffff;
}
.cid-u2YFuucZTy img,
.cid-u2YFuucZTy .item-img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.cid-u2YFuucZTy .item:focus,
.cid-u2YFuucZTy span:focus {
  outline: none;
}
.cid-u2YFuucZTy .item {
  cursor: pointer;
  margin-bottom: 2rem;
}
.cid-u2YFuucZTy .row {
  margin-left: 0;
  margin-right: 0;
}
.cid-u2YFuucZTy .item {
  padding: 0;
  margin: 0;
}
.cid-u2YFuucZTy .item-wrapper {
  position: relative;
  background: #649afc;
  height: 100%;
  display: flex;
  flex-flow: column nowrap;
}
.cid-u2YFuucZTy .item-content {
  padding: 25px 1rem 0;
}
.cid-u2YFuucZTy .item-content a:not(.btn):hover {
  color: #1a2269 !important;
  background-image: none !important;
}
.cid-u2YFuucZTy .item-wrapper {
  background: transparent;
}
.cid-u2YFuucZTy .item-content {
  padding-left: 0 !important;
  padding-right: 0 !important;
}
.cid-u2YFuucZTy .mbr-section-btn {
  margin-top: auto !important;
}
.cid-u2YFuucZTy .mbr-section-title,
.cid-u2YFuucZTy .mbr-section-subtitle {
  color: #111111;
}
.cid-u2YFuucZTy .mbr-text,
.cid-u2YFuucZTy .mbr-section-btn {
  text-align: left;
}
.cid-u2YFuucZTy .item-title {
  text-align: left;
}
.cid-u2YFuucZTy .item-subtitle {
  text-align: center;
}
.cid-u2YFuucZTy .item-img {
  overflow: hidden;
}
.cid-u2YFuucZTy .item-img img {
  width: 100%;
  transform: scale3d(1, 1, 1);
  transform-style: preserve-3d;
  transition: 1s;
}
.cid-u2YFuucZTy .item-img:hover img {
  transform: scale3d(1.1, 1.1, 1.1) translateZ(0);
}
.cid-u2YFuucZTy .mbr-section-head {
  margin-bottom: 30px;
}
@media (min-width: 992px) {
  .cid-u2YFuucZTy .mbr-section-head {
    margin-bottom: 60px;
  }
}
.cid-u2YFuvDXpK {
  padding-top: 3rem;
  padding-bottom: 0rem;
  background-color: #ffffff;
}
.cid-u2YFuvDXpK img,
.cid-u2YFuvDXpK .item-img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.cid-u2YFuvDXpK .item:focus,
.cid-u2YFuvDXpK span:focus {
  outline: none;
}
.cid-u2YFuvDXpK .item {
  cursor: pointer;
  margin-bottom: 2rem;
}
.cid-u2YFuvDXpK .row {
  margin-left: 0;
  margin-right: 0;
}
.cid-u2YFuvDXpK .item {
  padding: 0;
  margin: 0;
}
.cid-u2YFuvDXpK .item-wrapper {
  position: relative;
  background: #649afc;
  height: 100%;
  display: flex;
  flex-flow: column nowrap;
}
.cid-u2YFuvDXpK .item-content {
  padding: 25px 1rem 0;
}
.cid-u2YFuvDXpK .item-content a:not(.btn):hover {
  color: #1a2269 !important;
  background-image: none !important;
}
.cid-u2YFuvDXpK .item-wrapper {
  background: transparent;
}
.cid-u2YFuvDXpK .item-content {
  padding-left: 0 !important;
  padding-right: 0 !important;
}
.cid-u2YFuvDXpK .mbr-section-btn {
  margin-top: auto !important;
}
.cid-u2YFuvDXpK .mbr-section-title,
.cid-u2YFuvDXpK .mbr-section-subtitle {
  color: #111111;
}
.cid-u2YFuvDXpK .mbr-text,
.cid-u2YFuvDXpK .mbr-section-btn {
  text-align: left;
}
.cid-u2YFuvDXpK .item-title {
  text-align: left;
}
.cid-u2YFuvDXpK .item-subtitle {
  text-align: center;
}
.cid-u2YFuvDXpK .item-img {
  overflow: hidden;
}
.cid-u2YFuvDXpK .item-img img {
  width: 100%;
  transform: scale3d(1, 1, 1);
  transform-style: preserve-3d;
  transition: 1s;
}
.cid-u2YFuvDXpK .item-img:hover img {
  transform: scale3d(1.1, 1.1, 1.1) translateZ(0);
}
.cid-u2YFuvDXpK .mbr-section-head {
  margin-bottom: 30px;
}
@media (min-width: 992px) {
  .cid-u2YFuvDXpK .mbr-section-head {
    margin-bottom: 60px;
  }
}
.cid-u2YFuxdNpC {
  padding-top: 0rem;
  padding-bottom: 4rem;
  background-color: #ffffff;
}
.cid-u2YFuxdNpC img,
.cid-u2YFuxdNpC .item-img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.cid-u2YFuxdNpC .item:focus,
.cid-u2YFuxdNpC span:focus {
  outline: none;
}
.cid-u2YFuxdNpC .item {
  cursor: pointer;
  margin-bottom: 2rem;
}
.cid-u2YFuxdNpC .row {
  margin-left: 0;
  margin-right: 0;
}
.cid-u2YFuxdNpC .item {
  padding: 0;
  margin: 0;
}
.cid-u2YFuxdNpC .item-wrapper {
  position: relative;
  background: #649afc;
  height: 100%;
  display: flex;
  flex-flow: column nowrap;
}
.cid-u2YFuxdNpC .item-content {
  padding: 25px 1rem 0;
}
.cid-u2YFuxdNpC .item-content a:not(.btn):hover {
  color: #1a2269 !important;
  background-image: none !important;
}
.cid-u2YFuxdNpC .item-wrapper {
  background: transparent;
}
.cid-u2YFuxdNpC .item-content {
  padding-left: 0 !important;
  padding-right: 0 !important;
}
.cid-u2YFuxdNpC .mbr-section-btn {
  margin-top: auto !important;
}
.cid-u2YFuxdNpC .mbr-section-title,
.cid-u2YFuxdNpC .mbr-section-subtitle {
  color: #111111;
}
.cid-u2YFuxdNpC .mbr-text,
.cid-u2YFuxdNpC .mbr-section-btn {
  text-align: left;
}
.cid-u2YFuxdNpC .item-title {
  text-align: left;
}
.cid-u2YFuxdNpC .item-subtitle {
  text-align: center;
}
.cid-u2YFuxdNpC .item-img {
  overflow: hidden;
}
.cid-u2YFuxdNpC .item-img img {
  width: 100%;
  transform: scale3d(1, 1, 1);
  transform-style: preserve-3d;
  transition: 1s;
}
.cid-u2YFuxdNpC .item-img:hover img {
  transform: scale3d(1.1, 1.1, 1.1) translateZ(0);
}
.cid-u2YFuxdNpC .mbr-section-head {
  margin-bottom: 30px;
}
@media (min-width: 992px) {
  .cid-u2YFuxdNpC .mbr-section-head {
    margin-bottom: 60px;
  }
}
.cid-u2YFuyBXBP {
  padding-top: 2rem;
  padding-bottom: 3rem;
  background-image: url("../../../assets/images/mbr-1920x836.jpg");
}
.cid-u2YFuyBXBP .mbr-fallback-image.disabled {
  display: none;
}
.cid-u2YFuyBXBP .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-u2YFuyBXBP .row {
  justify-content: flex-start;
}
.cid-u2YFuyBXBP .main-col {
  display: flex;
  align-items: stretch;
  min-height: 20rem;
  border: 1px solid #000000;
}
@media (max-width: 767px) {
  .cid-u2YFuyBXBP .main-col {
    flex-wrap: wrap;
    min-height: auto;
  }
}
.cid-u2YFuyBXBP .title-container {
  display: flex;
  align-items: center;
  width: 50%;
  padding: 2rem;
  border-right: 1px solid #000000;
}
@media (max-width: 767px) {
  .cid-u2YFuyBXBP .title-container {
    width: 100%;
    border-right: none !important;
    border-left: none !important;
    padding: 12px 24px;
    border-bottom: 1px solid #000000;
  }
}
@media (max-width: 575px) {
  .cid-u2YFuyBXBP .title-container {
    padding: 12px;
  }
}
.cid-u2YFuyBXBP .content-container {
  display: flex;
  align-items: center;
  flex-wrap: wrap;
  width: 50%;
  padding: 2rem 3rem;
  flex-grow: 1;
}
@media (max-width: 767px) {
  .cid-u2YFuyBXBP .content-container {
    width: 100%;
    padding: 24px 36px 24px 24px;
  }
}
@media (max-width: 575px) {
  .cid-u2YFuyBXBP .content-container {
    padding: 24px 12px;
  }
}
.cid-u2YFuyBXBP .mbr-section-title {
  color: #ffffff;
  width: 100%;
}
.cid-u2YFuyBXBP .mbr-text {
  color: #ffffff;
  width: 100%;
  text-align: justify;
}
.cid-u2YFuyBXBP .mbr-section-btn {
  margin-top: 2.4rem;
  flex-grow: 1;
}
@media (max-width: 991px) {
  .cid-u2YFuyBXBP .mbr-section-btn {
    margin-top: 1rem;
    text-align: left !important;
  }
}
.cid-u2YFuzO4JR {
  padding-top: 4rem;
  padding-bottom: 0rem;
  background-color: #ffffff;
}
.cid-u2YFuzO4JR .mbr-fallback-image.disabled {
  display: none;
}
.cid-u2YFuzO4JR .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-u2YFuzO4JR .container {
  max-width: 900px;
}
.cid-u2YFuzO4JR .content-container {
  display: flex;
  align-items: stretch;
}
@media (max-width: 767px) {
  .cid-u2YFuzO4JR .content-container {
    flex-direction: column;
    justify-content: flex-start;
  }
}
.cid-u2YFuzO4JR .card-wrapper {
  display: flex;
  flex-direction: column;
  justify-content: center;
  width: 45%;
  padding-left: 40px;
}
@media (max-width: 991px) {
  .cid-u2YFuzO4JR .card-wrapper {
    padding-left: 32px;
  }
}
@media (max-width: 767px) {
  .cid-u2YFuzO4JR .card-wrapper {
    width: 100%;
    padding: 0;
    margin-top: 40px;
  }
}
.cid-u2YFuzO4JR .card-box {
  width: 100%;
}
.cid-u2YFuzO4JR .card-title {
  width: 100%;
  color: #192732;
  margin-bottom: 40px;
}
@media (max-width: 767px) {
  .cid-u2YFuzO4JR .card-title {
    margin-bottom: 24px;
    text-align: center !important;
  }
}
.cid-u2YFuzO4JR .mbr-text {
  width: 100%;
  color: #192732;
}
@media (max-width: 767px) {
  .cid-u2YFuzO4JR .mbr-text {
    text-align: center !important;
  }
}
.cid-u2YFuzO4JR .mbr-section-btn {
  margin-top: 20px;
}
@media (max-width: 767px) {
  .cid-u2YFuzO4JR .mbr-section-btn {
    text-align: center !important;
  }
}
.cid-u2YFuzO4JR .img-container {
  width: 55%;
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  padding-right: 40px;
}
@media (max-width: 991px) {
  .cid-u2YFuzO4JR .img-container {
    padding-right: 32px;
  }
}
@media (max-width: 767px) {
  .cid-u2YFuzO4JR .img-container {
    width: 100%;
    padding: 0;
  }
}
.cid-u2YFuzO4JR .image-wrapper {
  display: flex;
  justify-content: center;
  width: 100%;
}
.cid-u2YFuzO4JR .image-wrapper img {
  object-fit: cover;
  max-height: 100vh;
}
.cid-u2YFuBjbJQ {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-color: #ffffff;
}
.cid-u2YFuBjbJQ .card {
  background-color: transparent;
  box-shadow: 0px 10px 20px 0px rgba(29, 29, 27, 0.2);
}
.cid-u2YFuBjbJQ .title-section .mbr-section-title {
  text-align: center;
}
.cid-u2YFuBjbJQ .card-title {
  flex: 1 1 auto;
}
.cid-u2YFuBjbJQ .accordion-body {
  padding-top: 1rem;
  padding-bottom: 3rem;
  text-align: justify;
}
.cid-u2YFuBjbJQ .heading-acc[aria-expanded="true"] .acc-button {
  transform: rotate(-45deg);
}
.cid-u2YFuBjbJQ .heading-acc:hover .acc-button {
  background-color: #ff0066;
}
.cid-u2YFuBjbJQ .heading-acc:hover .acc-button .acc-button-line1,
.cid-u2YFuBjbJQ .heading-acc:hover .acc-button .acc-button-line2 {
  background-color: white;
}
.cid-u2YFuBjbJQ .acc-button-container .acc-button {
  width: 40px;
  height: 40px;
  border-radius: 50%;
  position: relative;
  transition: 0.3s linear;
}
.cid-u2YFuBjbJQ .acc-button-container .acc-button .acc-button-line1,
.cid-u2YFuBjbJQ .acc-button-container .acc-button .acc-button-line2 {
  transition: 0.3s linear;
  position: absolute;
  top: 50%;
  left: 50%;
  display: block;
  background-color: black;
  width: 2px;
  height: 22px;
  transform: translate(-50%, -50%);
}
.cid-u2YFuBjbJQ .acc-button-container .acc-button .acc-button-line1 {
  transform: translate(-50%, -50%) rotate(90deg);
}
.cid-u2YFuBjbJQ .mbr-fallback-image.disabled {
  display: none;
}
.cid-u2YFuBjbJQ .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-u2YFuD8J8A {
  padding-top: 90px;
  padding-bottom: 0px;
  background-color: #fbfbfb;
}
.cid-u2YFuD8J8A .mbr-fallback-image.disabled {
  display: none;
}
.cid-u2YFuD8J8A .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-u2YFuD8J8A .row {
  display: flex;
  flex-wrap: nowrap;
  justify-content: flex-start;
  align-items: center;
}
@media (max-width: 767px) {
  .cid-u2YFuD8J8A .row {
    flex-wrap: wrap;
  }
}
.cid-u2YFuD8J8A .text-container {
  display: flex;
  align-items: flex-start;
  flex-wrap: wrap;
}
.cid-u2YFuD8J8A .contacts-container {
  display: flex;
  justify-content: flex-start;
  width: 100%;
  align-items: stretch;
  padding: 2rem 0;
}
.cid-u2YFuD8J8A .email-container {
  max-width: 49%;
  margin-right: auto;
}
.cid-u2YFuD8J8A .phone-container {
  max-width: 49%;
}
.cid-u2YFuD8J8A .mbr-text {
  color: #727272;
  margin-bottom: 22px;
}
.cid-u2YFuD8J8A .link-text {
  color: #000000;
  margin-bottom: 0;
}
.cid-u2YFuD8J8A .mbr-section-title {
  color: #000000;
  width: 100%;
  text-align: center;
}
.cid-u2YFuD8J8A .colored-text {
  line-height: inherit;
  font-weight: inherit;
  color: inherit;
  color: #fc4f4f;
}
.cid-u2YFuED52u {
  padding-top: 2rem;
  padding-bottom: 5rem;
  background-color: #fbfbfb;
}
.cid-u2YFuED52u .row {
  align-items: center;
  width: 100%;
}
.cid-u2YFuED52u .title-container {
  width: 100%;
  padding: 0 !important;
  margin-bottom: 2rem;
}
.cid-u2YFuED52u .title-text {
  width: 100%;
}
.cid-u2YFuED52u .main-title {
  color: #727272;
}
.cid-u2YFuED52u .main-subtitle {
  color: #727272;
}
.cid-u2YFuED52u form .dragArea.row {
  justify-content: flex-start;
  width: auto !important;
}
.cid-u2YFuED52u form .mbr-section-btn {
  margin-top: 20px;
  margin-right: 100%;
}
.cid-u2YFuED52u form .mbr-section-btn .btn {
  width: max-content;
  min-width: 120px;
}
.cid-u2YFuED52u form .form-group {
  margin-top: 32px !important;
  margin-bottom: 10px !important;
}
@media (max-width: 767px) {
  .cid-u2YFuED52u form .form-group {
    margin-top: 1rem!important;
  }
}
.cid-u2YFuED52u form .form-control {
  border: 1px solid #000000 !important;
  box-shadow: none !important;
  border-radius: 0 !important;
  margin-bottom: 0;
  padding: 12px;
  font-size: 16px;
  line-height: 24px;
  color: #939292;
  font-weight: 400;
}
.cid-u2YFuED52u form .form-control::-webkit-input-placeholder {
  color: #939292;
}
.cid-u2YFuED52u form .form-control::-moz-placeholder {
  color: #939292;
}
.cid-u2YFuED52u form .form-control:-moz-placeholder {
  color: #939292;
}
.cid-u2YFuED52u form .form-control:-ms-input-placeholder {
  color: #939292;
}
.cid-u2YFuED52u form select {
  color: #000000 !important;
}
.cid-u2YFuED52u form textarea {
  height: 100px;
}
.cid-u2YFuED52u form input,
.cid-u2YFuED52u form textarea {
  background-color: transparent !important;
}
.cid-u2YFuED52u form input:active,
.cid-u2YFuED52u form textarea:active,
.cid-u2YFuED52u form input:focus,
.cid-u2YFuED52u form textarea:focus {
  border-color: #1a2269 !important;
}
.cid-u2YFuED52u form input:active::-webkit-input-placeholder,
.cid-u2YFuED52u form textarea:active::-webkit-input-placeholder,
.cid-u2YFuED52u form input:focus::-webkit-input-placeholder,
.cid-u2YFuED52u form textarea:focus::-webkit-input-placeholder {
  color: #939292;
}
.cid-u2YFuED52u form input:active::-moz-placeholder,
.cid-u2YFuED52u form textarea:active::-moz-placeholder,
.cid-u2YFuED52u form input:focus::-moz-placeholder,
.cid-u2YFuED52u form textarea:focus::-moz-placeholder {
  color: #939292;
}
.cid-u2YFuED52u form input:active:-moz-placeholder,
.cid-u2YFuED52u form textarea:active:-moz-placeholder,
.cid-u2YFuED52u form input:focus:-moz-placeholder,
.cid-u2YFuED52u form textarea:focus:-moz-placeholder {
  color: #939292;
}
.cid-u2YFuED52u form input:active:-ms-input-placeholder,
.cid-u2YFuED52u form textarea:active:-ms-input-placeholder,
.cid-u2YFuED52u form input:focus:-ms-input-placeholder,
.cid-u2YFuED52u form textarea:focus:-ms-input-placeholder {
  color: #939292;
}
.cid-u2YFuED52u form .row {
  margin-left: -2% !important;
  margin-right: -2% !important;
}
.cid-u2YFuED52u form .row [class*=col] {
  padding-left: 2% !important;
  padding-right: 2% !important;
}
.cid-u2YFuED52u form label {
  width: 100%;
  color: #000000;
  margin-bottom: 1rem;
}
.cid-u2YFuED52u form .form-check-input {
  border-color: #000000 !important;
  outline: none !important;
  box-shadow: none !important;
}
.cid-u2YFuED52u form .form-check-input:focus,
.cid-u2YFuED52u form .form-check-input:hover {
  border-color: #1a2269 !important;
}
.cid-u2YFuED52u form .form-check-input:checked {
  border-color: #1a2269 !important;
  background-color: #1a2269 !important;
}
.cid-u2YFuGqI9N {
  padding-top: 2rem;
  padding-bottom: 2rem;
  background-color: #f5961d;
}
.cid-u2YFuGqI9N .mbr-fallback-image.disabled {
  display: none;
}
.cid-u2YFuGqI9N .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-u2YFuGqI9N .logo-container {
  max-width: 33.33333333%;
  padding-right: 1rem;
  margin-right: auto;
}
@media (max-width: 767px) {
  .cid-u2YFuGqI9N .logo-container {
    width: 100%;
    padding-right: 0;
    max-width: 100%;
    order: 3;
    justify-content: center !important;
  }
}
.cid-u2YFuGqI9N .navbar-brand {
  display: flex;
  flex-basis: auto;
  word-break: break-word;
  flex-shrink: 0;
  align-items: center;
  margin-right: 0;
  margin-bottom: 0;
  padding: 0;
  transition: all 0.3s;
  z-index: 1;
  white-space: normal;
}
.cid-u2YFuGqI9N .navbar-brand .navbar-logo {
  margin-right: 0.5rem;
}
.cid-u2YFuGqI9N .navbar-brand .navbar-logo img {
  width: auto;
}
.cid-u2YFuGqI9N .navbar-brand .navbar-caption {
  line-height: inherit !important;
  font-weight: 500;
}
.cid-u2YFuGqI9N .navbar-brand .navbar-logo a {
  outline: none;
}
@media (max-width: 767px) {
  .cid-u2YFuGqI9N .navbar-brand {
    justify-content: center !important;
  }
}
.cid-u2YFuGqI9N .social-row {
  display: flex;
  flex-wrap: wrap;
  margin-top: 0;
  padding-left: 1rem;
  margin-left: auto;
  max-width: 33.33333333%;
}
@media (max-width: 768px) {
  .cid-u2YFuGqI9N .social-row {
    width: 100%;
    max-width: 100%;
    margin-bottom: 1rem;
    padding-left: 0;
    justify-content: center;
    order: 1;
    margin-left: -0.75rem;
  }
}
.cid-u2YFuGqI9N .soc-item {
  display: flex;
  align-items: center;
  justify-content: center;
  margin-left: 0.75rem;
}
.cid-u2YFuGqI9N .mbr-iconfont {
  color: #000000;
  font-size: 18px;
}
.cid-u2YFuGqI9N .copyright-col {
  display: flex;
  justify-content: space-between;
  align-items: center;
}
@media (max-width: 768px) {
  .cid-u2YFuGqI9N .copyright-col {
    flex-direction: column;
  }
}
.cid-u2YFuGqI9N .copyright {
  color: #000000;
  flex-grow: 1;
  text-align: center;
}
@media (max-width: 768px) {
  .cid-u2YFuGqI9N .copyright {
    width: 100%;
    max-width: 100%;
    margin-bottom: 1rem !important;
    order: 2;
    text-align: center;
  }
}
.cid-u2YFuHP6gU.popup-builder {
  background-color: #ffffff;
}
.cid-u2YFuHP6gU.popup-builder .modal {
  position: relative;
  display: block;
  z-index: 1;
}
.cid-u2YFuHP6gU.popup-builder .modal-dialog {
  margin-top: 60px;
  margin-bottom: 60px;
}
.cid-u2YFuHP6gU .modal-content,
.cid-u2YFuHP6gU .modal-dialog {
  height: auto;
}
.cid-u2YFuHP6gU .form-wrapper .input-group-btn {
  margin-right: auto;
  margin-left: auto;
}
.cid-u2YFuHP6gU .form-wrapper .input-group-btn .btn {
  margin: 0 !important;
}
@media (min-width: 769px) {
  .cid-u2YFuHP6gU .form-wrapper .mbr-form .form-group,
  .cid-u2YFuHP6gU .form-wrapper .mbr-form .input-group-btn {
    padding: 0 .5rem;
  }
}
.cid-u2YFuHP6gU .card-img {
  width: 100%;
  margin: auto;
  border-radius: 0;
}
.cid-u2YFuHP6gU .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-u2YFuHP6gU .mbr-text {
  text-align: center;
}
.cid-u2YFuHP6gU .pt-0 {
  padding-top: 0 !important;
}
.cid-u2YFuHP6gU .pb-0 {
  padding-bottom: 0 !important;
}
.cid-u2YFuHP6gU .form-content {
  -ms-flex-pack: center;
  justify-content: center;
  text-align: center;
}
.cid-u2YFuHP6gU .mbr-overlay {
  bottom: 0;
  left: 0;
  position: absolute;
  right: 0;
  top: 0;
  z-index: 0;
  pointer-events: none;
}
.cid-u2YFuHP6gU .modal-open {
  overflow: hidden;
}
.cid-u2YFuHP6gU .modal-open .modal {
  overflow-x: hidden;
  overflow-y: auto;
}
.cid-u2YFuHP6gU .modal {
  position: fixed;
  top: 0;
  left: 0;
  z-index: 1050;
  display: none;
  width: 100%;
  height: 100%;
  overflow: hidden;
  outline: 0;
}
.cid-u2YFuHP6gU .modal-dialog {
  position: relative;
  width: auto;
  margin: .5rem;
  pointer-events: none;
}
.cid-u2YFuHP6gU .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-u2YFuHP6gU .modal.show .modal-dialog {
  -webkit-transform: none;
  transform: none;
}
.cid-u2YFuHP6gU .modal-dialog-centered {
  display: flex;
  -ms-flex-align: center;
  align-items: center;
  min-height: calc(100% - (.5rem * 2));
}
.cid-u2YFuHP6gU .modal-dialog-centered::before {
  display: block;
  height: calc(100vh - (.5rem * 2));
  content: "";
}
.cid-u2YFuHP6gU .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-u2YFuHP6gU .margin-center-pos {
  margin-top: auto;
  margin-bottom: auto;
}
.cid-u2YFuHP6gU .modal-backdrop {
  position: fixed;
  top: 0;
  left: 0;
  z-index: 1040;
  width: 100vw;
  height: 100vh;
  background-color: #000;
}
.cid-u2YFuHP6gU .modal-backdrop.fade {
  opacity: 0;
}
.cid-u2YFuHP6gU .modal-backdrop.show {
  opacity: .5;
}
.cid-u2YFuHP6gU .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-u2YFuHP6gU .modal-header {
    padding: 2rem 2rem 1rem;
  }
}
@media (max-width: 991px) {
  .cid-u2YFuHP6gU .modal-header {
    padding: 1rem;
  }
}
.cid-u2YFuHP6gU .modal-header .close {
  position: absolute;
  top: 1rem;
  right: 1rem;
  margin: -1rem -1rem -1rem auto;
  padding: 1rem;
  opacity: .75;
}
.cid-u2YFuHP6gU .modal-header .close svg {
  fill: #353535;
}
.cid-u2YFuHP6gU .modal-header .close:hover {
  opacity: 1;
}
.cid-u2YFuHP6gU .modal-header .close:focus {
  outline: none;
}
.cid-u2YFuHP6gU .modal-title {
  line-height: 1.5;
  width: 100%;
  margin: 0;
  text-align: center;
}
.cid-u2YFuHP6gU .modal-body {
  position: relative;
  -ms-flex: 1 1 auto;
  flex: 1 1 auto;
}
@media (min-width: 992px) {
  .cid-u2YFuHP6gU .modal-body {
    padding: 1rem 2rem 2rem;
  }
}
@media (max-width: 991px) {
  .cid-u2YFuHP6gU .modal-body {
    padding: 1rem;
  }
}
.cid-u2YFuHP6gU .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-u2YFuHP6gU .modal-footer {
    padding: 0rem 2rem 2rem;
  }
}
@media (max-width: 991px) {
  .cid-u2YFuHP6gU .modal-footer {
    padding: 1rem;
  }
}
.cid-u2YFuHP6gU .modal-scrollbar-measure {
  position: absolute;
  top: -9999px;
  width: 50px;
  height: 50px;
  overflow: scroll;
}
@media (min-width: 576px) {
  .cid-u2YFuHP6gU .modal-dialog {
    max-width: 500px;
    margin: 1.75rem auto;
  }
  .cid-u2YFuHP6gU .modal-dialog-centered {
    min-height: calc(100% - (1.75rem * 2));
  }
  .cid-u2YFuHP6gU .modal-dialog-centered::before {
    height: calc(100vh - (1.75rem * 2));
  }
  .cid-u2YFuHP6gU .modal-sm {
    max-width: 300px;
  }
}
@media (min-width: 992px) {
  .cid-u2YFuHP6gU .modal-lg,
  .cid-u2YFuHP6gU .modal-xl {
    max-width: 800px;
  }
}
@media (min-width: 1200px) {
  .cid-u2YFuHP6gU .modal-xl {
    max-width: 1140px;
  }
}
.cid-u2YFuHP6gU .row {
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  margin-right: -15px;
  margin-left: -15px;
}
.cid-u2YFuHP6gU .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-u2YFuHP6gU .form-group {
  margin-bottom: 1rem;
}
.cid-u2YFuHP6gU .form-control {
  display: block;
  width: 100%;
  font-size: 1rem;
  font-weight: 400;
  line-height: 1.5;
}
.cid-u2YFuHP6gU .col {
  -ms-flex-preferred-size: 0;
  flex-basis: 0;
  -ms-flex-positive: 1;
  flex-grow: 1;
  max-width: 100%;
}
.cid-u2YFuHP6gU .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-u2YFuHP6gU .mbr-section-btn {
  margin: 0;
}
.cid-u2YFuHP6gU .mbr-section-btn .btn {
  margin: 0;
}
.cid-u2YFuJdvvY {
  padding-top: 0rem;
  padding-bottom: 0rem;
  background-color: #f4fcf9;
}
.cid-u2YFuJdvvY .mbr-fallback-image.disabled {
  display: none;
}
.cid-u2YFuJdvvY .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-u2YFuJdvvY .row {
  justify-content: center;
}
.cid-u2YFuJdvvY .row {
  padding: 0 1rem;
}
@media (max-width: 992px) {
  .cid-u2YFuJdvvY .row {
    padding: 0 12px;
  }
}
.cid-u2YFuJdvvY .item-wrap {
  z-index: 1;
}
.cid-u2YFuJdvvY .img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}
