.btn {
  border-width: 2px;
}
img,
.card-wrap,
.card-wrapper,
.video-wrapper,
.mbr-figure iframe,
.google-map iframe,
.slide-content,
.plan,
.card,
.item-wrapper {
  border-radius: 0 !important;
}
.video-wrapper {
  overflow: hidden;
}
body {
  font-family: Inter Tight;
}
.display-1 {
  font-family: 'BOOKMN';
  font-size: 3rem;
  line-height: 1;
}
.display-1 > .mbr-iconfont {
  font-size: 3.75rem;
}
.display-2 {
  font-family: 'BOOKMN';
  font-size: 2rem;
  line-height: 1;
}
.display-2 > .mbr-iconfont {
  font-size: 2.5rem;
}
.display-4 {
  font-family: 'Roboto', sans-serif;
  font-size: 1rem;
  line-height: 1.5;
}
.display-4 > .mbr-iconfont {
  font-size: 1.25rem;
}
.display-5 {
  font-family: 'BOOKMN';
  font-size: 1.8rem;
  line-height: 1.5;
}
.display-5 > .mbr-iconfont {
  font-size: 2.25rem;
}
.display-7 {
  font-family: 'Roboto', sans-serif;
  font-size: 1.4rem;
  line-height: 1.3;
}
.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.4rem;
  }
}
@media (max-width: 768px) {
  .display-1 {
    font-size: 2.1rem;
    font-size: calc( 1.7rem + (3 - 1.7) * ((100vw - 20rem) / (48 - 20)));
    line-height: calc( 1.1 * (1.7rem + (3 - 1.7) * ((100vw - 20rem) / (48 - 20))));
  }
  .display-2 {
    font-size: 1.6rem;
    font-size: calc( 1.35rem + (2 - 1.35) * ((100vw - 20rem) / (48 - 20)));
    line-height: calc( 1.3 * (1.35rem + (2 - 1.35) * ((100vw - 20rem) / (48 - 20))));
  }
  .display-4 {
    font-size: 0.8rem;
    font-size: calc( 1rem + (1 - 1) * ((100vw - 20rem) / (48 - 20)));
    line-height: calc( 1.4 * (1rem + (1 - 1) * ((100vw - 20rem) / (48 - 20))));
  }
  .display-5 {
    font-size: 1.44rem;
    font-size: calc( 1.28rem + (1.8 - 1.28) * ((100vw - 20rem) / (48 - 20)));
    line-height: calc( 1.4 * (1.28rem + (1.8 - 1.28) * ((100vw - 20rem) / (48 - 20))));
  }
  .display-7 {
    font-size: 1.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: 1.25rem 2rem;
  border-radius: 4px;
  padding: 0.75rem 1.5rem;
}
.btn-sm {
  padding: 0.6rem 1.2rem;
  border-radius: 4px;
}
.btn-md {
  padding: 0.6rem 1.2rem;
  border-radius: 4px;
}
.btn-lg {
  padding: 1.25rem 2rem;
  border-radius: 4px;
}
.bg-primary {
  background-color: #000000 !important;
}
.bg-success {
  background-color: #ffffff !important;
}
.bg-info {
  background-color: #ffeb69 !important;
}
.bg-warning {
  background-color: #5e86d2 !important;
}
.bg-danger {
  background-color: #bcef9b !important;
}
.btn-primary,
.btn-primary:active {
  background-color: #000000 !important;
  border-color: #000000 !important;
  color: #ffffff !important;
  box-shadow: none;
}
.btn-primary:hover,
.btn-primary:focus,
.btn-primary.focus,
.btn-primary.active {
  color: inherit;
  background-color: #1a1a1a !important;
  border-color: #1a1a1a !important;
  box-shadow: none;
}
.btn-primary.disabled,
.btn-primary:disabled {
  color: #ffffff !important;
  background-color: #1a1a1a !important;
  border-color: #1a1a1a !important;
}
.btn-secondary,
.btn-secondary:active {
  background-color: #db84dc !important;
  border-color: #db84dc !important;
  color: #ffffff !important;
  box-shadow: none;
}
.btn-secondary:hover,
.btn-secondary:focus,
.btn-secondary.focus,
.btn-secondary.active {
  color: inherit;
  background-color: #e7ace7 !important;
  border-color: #e7ace7 !important;
  box-shadow: none;
}
.btn-secondary.disabled,
.btn-secondary:disabled {
  color: #ffffff !important;
  background-color: #e7ace7 !important;
  border-color: #e7ace7 !important;
}
.btn-info,
.btn-info:active {
  background-color: #ffeb69 !important;
  border-color: #ffeb69 !important;
  color: #695b00 !important;
  box-shadow: none;
}
.btn-info:hover,
.btn-info:focus,
.btn-info.focus,
.btn-info.active {
  color: inherit;
  background-color: #fff29c !important;
  border-color: #fff29c !important;
  box-shadow: none;
}
.btn-info.disabled,
.btn-info:disabled {
  color: #695b00 !important;
  background-color: #fff29c !important;
  border-color: #fff29c !important;
}
.btn-success,
.btn-success:active {
  background-color: #ffffff !important;
  border-color: #ffffff !important;
  color: #808080 !important;
  box-shadow: none;
}
.btn-success:hover,
.btn-success:focus,
.btn-success.focus,
.btn-success.active {
  color: inherit;
  background-color: #ffffff !important;
  border-color: #ffffff !important;
  box-shadow: none;
}
.btn-success.disabled,
.btn-success:disabled {
  color: #808080 !important;
  background-color: #ffffff !important;
  border-color: #ffffff !important;
}
.btn-warning,
.btn-warning:active {
  background-color: #5e86d2 !important;
  border-color: #5e86d2 !important;
  color: #ffffff !important;
  box-shadow: none;
}
.btn-warning:hover,
.btn-warning:focus,
.btn-warning.focus,
.btn-warning.active {
  color: inherit;
  background-color: #86a4dd !important;
  border-color: #86a4dd !important;
  box-shadow: none;
}
.btn-warning.disabled,
.btn-warning:disabled {
  color: #ffffff !important;
  background-color: #86a4dd !important;
  border-color: #86a4dd !important;
}
.btn-danger,
.btn-danger:active {
  background-color: #bcef9b !important;
  border-color: #bcef9b !important;
  color: #3b7813 !important;
  box-shadow: none;
}
.btn-danger:hover,
.btn-danger:focus,
.btn-danger.focus,
.btn-danger.active {
  color: inherit;
  background-color: #d9f6c7 !important;
  border-color: #d9f6c7 !important;
  box-shadow: none;
}
.btn-danger.disabled,
.btn-danger:disabled {
  color: #3b7813 !important;
  background-color: #d9f6c7 !important;
  border-color: #d9f6c7 !important;
}
.btn-white,
.btn-white:active {
  background-color: #eff0ec !important;
  border-color: #eff0ec !important;
  color: #757b62 !important;
  box-shadow: none;
}
.btn-white:hover,
.btn-white:focus,
.btn-white.focus,
.btn-white.active {
  color: inherit;
  background-color: #ffffff !important;
  border-color: #ffffff !important;
  box-shadow: none;
}
.btn-white.disabled,
.btn-white:disabled {
  color: #757b62 !important;
  background-color: #ffffff !important;
  border-color: #ffffff !important;
}
.btn-black,
.btn-black:active {
  background-color: #232323 !important;
  border-color: #232323 !important;
  color: #ffffff !important;
  box-shadow: none;
}
.btn-black:hover,
.btn-black:focus,
.btn-black.focus,
.btn-black.active {
  color: inherit;
  background-color: #3d3d3d !important;
  border-color: #3d3d3d !important;
  box-shadow: none;
}
.btn-black.disabled,
.btn-black:disabled {
  color: #ffffff !important;
  background-color: #3d3d3d !important;
  border-color: #3d3d3d !important;
}
.btn-primary-outline,
.btn-primary-outline:active {
  background-color: transparent !important;
  border-color: #000000;
  color: #000000;
}
.btn-primary-outline:hover,
.btn-primary-outline:focus,
.btn-primary-outline.focus,
.btn-primary-outline.active {
  color: #000000 !important;
  background-color: transparent !important;
  border-color: #000000 !important;
  box-shadow: none !important;
}
.btn-primary-outline.disabled,
.btn-primary-outline:disabled {
  color: #ffffff !important;
  background-color: #000000 !important;
  border-color: #000000 !important;
}
.btn-secondary-outline,
.btn-secondary-outline:active {
  background-color: transparent !important;
  border-color: #db84dc;
  color: #db84dc;
}
.btn-secondary-outline:hover,
.btn-secondary-outline:focus,
.btn-secondary-outline.focus,
.btn-secondary-outline.active {
  color: #c741c9 !important;
  background-color: transparent !important;
  border-color: #c741c9 !important;
  box-shadow: none !important;
}
.btn-secondary-outline.disabled,
.btn-secondary-outline:disabled {
  color: #ffffff !important;
  background-color: #db84dc !important;
  border-color: #db84dc !important;
}
.btn-info-outline,
.btn-info-outline:active {
  background-color: transparent !important;
  border-color: #ffeb69;
  color: #ffeb69;
}
.btn-info-outline:hover,
.btn-info-outline:focus,
.btn-info-outline.focus,
.btn-info-outline.active {
  color: #ffdf12 !important;
  background-color: transparent !important;
  border-color: #ffdf12 !important;
  box-shadow: none !important;
}
.btn-info-outline.disabled,
.btn-info-outline:disabled {
  color: #695b00 !important;
  background-color: #ffeb69 !important;
  border-color: #ffeb69 !important;
}
.btn-success-outline,
.btn-success-outline:active {
  background-color: transparent !important;
  border-color: #ffffff;
  color: #ffffff;
}
.btn-success-outline:hover,
.btn-success-outline:focus,
.btn-success-outline.focus,
.btn-success-outline.active {
  color: #d4d4d4 !important;
  background-color: transparent !important;
  border-color: #d4d4d4 !important;
  box-shadow: none !important;
}
.btn-success-outline.disabled,
.btn-success-outline:disabled {
  color: #808080 !important;
  background-color: #ffffff !important;
  border-color: #ffffff !important;
}
.btn-warning-outline,
.btn-warning-outline:active {
  background-color: transparent !important;
  border-color: #5e86d2;
  color: #5e86d2;
}
.btn-warning-outline:hover,
.btn-warning-outline:focus,
.btn-warning-outline.focus,
.btn-warning-outline.active {
  color: #2f5aaa !important;
  background-color: transparent !important;
  border-color: #2f5aaa !important;
  box-shadow: none !important;
}
.btn-warning-outline.disabled,
.btn-warning-outline:disabled {
  color: #ffffff !important;
  background-color: #5e86d2 !important;
  border-color: #5e86d2 !important;
}
.btn-danger-outline,
.btn-danger-outline:active {
  background-color: transparent !important;
  border-color: #bcef9b;
  color: #bcef9b;
}
.btn-danger-outline:hover,
.btn-danger-outline:focus,
.btn-danger-outline.focus,
.btn-danger-outline.active {
  color: #8ae350 !important;
  background-color: transparent !important;
  border-color: #8ae350 !important;
  box-shadow: none !important;
}
.btn-danger-outline.disabled,
.btn-danger-outline:disabled {
  color: #3b7813 !important;
  background-color: #bcef9b !important;
  border-color: #bcef9b !important;
}
.btn-black-outline,
.btn-black-outline:active {
  background-color: transparent !important;
  border-color: #232323;
  color: #232323;
}
.btn-black-outline:hover,
.btn-black-outline:focus,
.btn-black-outline.focus,
.btn-black-outline.active {
  color: #000000 !important;
  background-color: transparent !important;
  border-color: #000000 !important;
  box-shadow: none !important;
}
.btn-black-outline.disabled,
.btn-black-outline:disabled {
  color: #ffffff !important;
  background-color: #232323 !important;
  border-color: #232323 !important;
}
.btn-white-outline,
.btn-white-outline:active {
  background-color: transparent !important;
  border-color: #fafafa;
  color: #fafafa;
}
.btn-white-outline:hover,
.btn-white-outline:focus,
.btn-white-outline.focus,
.btn-white-outline.active {
  color: #cfcfcf !important;
  background-color: transparent !important;
  border-color: #cfcfcf !important;
  box-shadow: none !important;
}
.btn-white-outline.disabled,
.btn-white-outline:disabled {
  color: #7a7a7a !important;
  background-color: #fafafa !important;
  border-color: #fafafa !important;
}
.text-primary {
  color: #000000 !important;
}
.text-secondary {
  color: #db84dc !important;
}
.text-success {
  color: #ffffff !important;
}
.text-info {
  color: #ffeb69 !important;
}
.text-warning {
  color: #5e86d2 !important;
}
.text-danger {
  color: #bcef9b !important;
}
.text-white {
  color: #fafafa !important;
}
.text-black {
  color: #232323 !important;
}
a.text-primary:hover,
a.text-primary:focus,
a.text-primary.active {
  color: #000000 !important;
}
a.text-secondary:hover,
a.text-secondary:focus,
a.text-secondary.active {
  color: #c137c3 !important;
}
a.text-success:hover,
a.text-success:focus,
a.text-success.active {
  color: #cccccc !important;
}
a.text-info:hover,
a.text-info:focus,
a.text-info.active {
  color: #ffdd03 !important;
}
a.text-warning:hover,
a.text-warning:focus,
a.text-warning.active {
  color: #2c539e !important;
}
a.text-danger:hover,
a.text-danger:focus,
a.text-danger.active {
  color: #81e143 !important;
}
a.text-white:hover,
a.text-white:focus,
a.text-white.active {
  color: #c7c7c7 !important;
}
a.text-black:hover,
a.text-black:focus,
a.text-black.active {
  color: #000000 !important;
}
a[class*="text-"]:not(.nav-link):not(.dropdown-item):not([role]):not(.navbar-caption) {
  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: #000000;
}
.nav-tabs .nav-link:not(.active) {
  color: #232323;
}
.alert-success {
  background-color: #70c770;
}
.alert-info {
  background-color: #ffeb69;
}
.alert-warning {
  background-color: #5e86d2;
}
.alert-danger {
  background-color: #bcef9b;
}
.mbr-gallery-filter li.active .btn {
  background-color: #000000;
  border-color: #000000;
  color: #ffffff;
}
.mbr-gallery-filter li.active .btn:focus {
  box-shadow: none;
}
a,
a:hover {
  color: #000000;
}
.mbr-plan-header.bg-primary .mbr-plan-subtitle,
.mbr-plan-header.bg-primary .mbr-plan-price-desc {
  color: #b3b3b3;
}
.mbr-plan-header.bg-success .mbr-plan-subtitle,
.mbr-plan-header.bg-success .mbr-plan-price-desc {
  color: #ffffff;
}
.mbr-plan-header.bg-info .mbr-plan-subtitle,
.mbr-plan-header.bg-info .mbr-plan-price-desc {
  color: #ffffff;
}
.mbr-plan-header.bg-warning .mbr-plan-subtitle,
.mbr-plan-header.bg-warning .mbr-plan-price-desc {
  color: #fdfeff;
}
.mbr-plan-header.bg-danger .mbr-plan-subtitle,
.mbr-plan-header.bg-danger .mbr-plan-price-desc {
  color: #ffffff;
}
/* Scroll to top button*/
.form-control {
  font-family: 'Roboto', sans-serif;
  font-size: 1.4rem;
  line-height: 1.3;
  font-weight: 400;
}
.form-control > .mbr-iconfont {
  font-size: 1.75rem;
}
.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: #000000 !important;
}
.form-control:-webkit-input-placeholder {
  font-family: 'Roboto', sans-serif;
  font-size: 1.4rem;
  line-height: 1.3;
  font-weight: 400;
}
.form-control:-webkit-input-placeholder > .mbr-iconfont {
  font-size: 1.75rem;
}
blockquote {
  border-color: #000000;
}
/* Forms */
.jq-selectbox li:hover,
.jq-selectbox li.selected {
  background-color: #000000;
  color: #ffffff;
}
.jq-number__spin {
  transition: 0.25s ease;
}
.jq-number__spin:hover {
  border-color: #000000;
}
.jq-selectbox .jq-selectbox__trigger-arrow,
.jq-number__spin.minus:after,
.jq-number__spin.plus:after {
  transition: 0.4s;
  border-top-color: #232323;
  border-bottom-color: #232323;
}
.jq-selectbox:hover .jq-selectbox__trigger-arrow,
.jq-number__spin.minus:hover:after,
.jq-number__spin.plus:hover:after {
  border-top-color: #000000;
  border-bottom-color: #000000;
}
.xdsoft_datetimepicker .xdsoft_calendar td.xdsoft_default,
.xdsoft_datetimepicker .xdsoft_calendar td.xdsoft_current,
.xdsoft_datetimepicker .xdsoft_timepicker .xdsoft_time_box > div > div.xdsoft_current {
  color: #ffffff !important;
  background-color: #000000 !important;
  box-shadow: none !important;
}
.xdsoft_datetimepicker .xdsoft_calendar td:hover,
.xdsoft_datetimepicker .xdsoft_timepicker .xdsoft_time_box > div > div:hover {
  color: #000000 !important;
  background: #db84dc !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='%23000000' %3e%3cg fill='none' fill-rule='evenodd'%3e%3cg transform='translate(16 16)' stroke-width='2'%3e%3ccircle stroke-opacity='.5' cx='16' cy='16' r='16'/%3e%3cpath d='M32 16c0-9.94-8.06-16-16-16'%3e%3canimateTransform attributeName='transform' type='rotate' from='0 16 16' to='360 16 16' dur='1s' repeatCount='indefinite'/%3e%3c/path%3e%3c/g%3e%3c/g%3e%3c/svg%3e");
}
section.lazy-placeholder:after {
  opacity: 0.5;
}
body {
  overflow-x: hidden;
}
a {
  transition: color 0.6s;
}
.cid-tRbMwNeaMl {
  z-index: 1000;
  width: 100%;
  position: relative;
  min-height: 60px;
}
.cid-tRbMwNeaMl nav.navbar {
  position: fixed;
}
.cid-tRbMwNeaMl .btn {
  line-height: 1.2;
}
.cid-tRbMwNeaMl .navbar-buttons {
  text-align: center;
  min-width: 170px;
}
.cid-tRbMwNeaMl .nav-link {
  position: relative;
}
.cid-tRbMwNeaMl .nav-link:before {
  content: '';
  position: absolute;
  transition: all 0.3s;
  bottom: 0;
  left: 50%;
  transform: translateX(-50%);
  width: 0%;
  height: 2px;
  background: #ffffff;
}
.cid-tRbMwNeaMl .nav-link:hover {
  color: #ffffff !important;
}
.cid-tRbMwNeaMl .nav-link:hover:before {
  width: 100%;
}
.cid-tRbMwNeaMl .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-tRbMwNeaMl .dropdown-menu {
  padding: 0;
  border-radius: 4px;
  box-shadow: 0 1px 3px 0 rgba(0, 0, 0, 0.1);
}
.cid-tRbMwNeaMl .dropdown-item {
  border-bottom: 1px solid #e6e6e6;
}
.cid-tRbMwNeaMl .dropdown-item:hover,
.cid-tRbMwNeaMl .dropdown-item:focus {
  background: #000000 !important;
  color: white !important;
}
.cid-tRbMwNeaMl .dropdown-item:hover span {
  color: white;
}
.cid-tRbMwNeaMl .dropdown-item:first-child {
  border-top-left-radius: 4px;
  border-top-right-radius: 4px;
}
.cid-tRbMwNeaMl .dropdown-item:last-child {
  border-bottom: none;
  border-bottom-left-radius: 4px;
  border-bottom-right-radius: 4px;
}
.cid-tRbMwNeaMl .nav-dropdown .link {
  padding: 0 0.3em !important;
  margin: 0.667em 1em !important;
}
.cid-tRbMwNeaMl .nav-dropdown .link.dropdown-toggle::after {
  margin-left: 0.5rem;
  margin-top: -0.1rem;
}
.cid-tRbMwNeaMl .container {
  display: flex;
  margin: auto;
}
@media (min-width: 992px) {
  .cid-tRbMwNeaMl .container {
    flex-wrap: nowrap;
  }
}
.cid-tRbMwNeaMl .iconfont-wrapper {
  color: #000000 !important;
  font-size: 1.5rem;
  padding-right: 0.5rem;
}
.cid-tRbMwNeaMl .navbar-nav {
  margin: auto;
}
.cid-tRbMwNeaMl .dropdown-menu,
.cid-tRbMwNeaMl .navbar.opened {
  background: #000000 !important;
}
.cid-tRbMwNeaMl .nav-item:focus,
.cid-tRbMwNeaMl .nav-link:focus {
  outline: none;
}
.cid-tRbMwNeaMl .dropdown .dropdown-menu .dropdown-item {
  width: auto;
  transition: all 0.25s ease-in-out;
}
.cid-tRbMwNeaMl .dropdown .dropdown-menu .dropdown-item::after {
  right: 0.5rem;
}
.cid-tRbMwNeaMl .dropdown .dropdown-menu .dropdown-item .mbr-iconfont {
  margin-right: 0.5rem;
  vertical-align: sub;
}
.cid-tRbMwNeaMl .dropdown .dropdown-menu .dropdown-item .mbr-iconfont:before {
  display: inline-block;
  transform: scale(1, 1);
  transition: all 0.25s ease-in-out;
}
.cid-tRbMwNeaMl .collapsed .dropdown-menu .dropdown-item:before {
  display: none;
}
.cid-tRbMwNeaMl .collapsed .dropdown .dropdown-menu .dropdown-item {
  padding: 0.235em 1.5em 0.235em 1.5em !important;
  transition: none;
  margin: 0 !important;
}
.cid-tRbMwNeaMl .navbar {
  min-height: 70px;
  transition: all 0.3s;
  border-bottom: 1px solid transparent;
  background: #000000;
}
.cid-tRbMwNeaMl .navbar.opened {
  transition: all 0.3s;
}
.cid-tRbMwNeaMl .navbar .dropdown-item {
  padding: 0.5rem 1.8rem;
}
.cid-tRbMwNeaMl .navbar .navbar-logo img {
  width: auto;
}
.cid-tRbMwNeaMl .navbar .navbar-collapse {
  justify-content: flex-end;
  z-index: 1;
}
.cid-tRbMwNeaMl .navbar.collapsed {
  justify-content: center;
}
.cid-tRbMwNeaMl .navbar.collapsed .nav-item .nav-link::before {
  display: none;
}
.cid-tRbMwNeaMl .navbar.collapsed.opened .dropdown-menu {
  top: 0;
}
@media (min-width: 992px) {
  .cid-tRbMwNeaMl .navbar.collapsed.opened:not(.navbar-short) .navbar-collapse {
    max-height: calc(98.5vh - 8rem);
  }
}
.cid-tRbMwNeaMl .navbar.collapsed .dropdown-menu .dropdown-submenu {
  left: 0 !important;
}
.cid-tRbMwNeaMl .navbar.collapsed .dropdown-menu .dropdown-item:after {
  right: auto;
}
.cid-tRbMwNeaMl .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-tRbMwNeaMl .navbar.collapsed ul.navbar-nav li {
  margin: auto;
}
.cid-tRbMwNeaMl .navbar.collapsed .dropdown-menu .dropdown-item {
  padding: 0.25rem 1.5rem;
  text-align: center;
}
.cid-tRbMwNeaMl .navbar.collapsed .icons-menu {
  padding-left: 0;
  padding-right: 0;
  padding-top: 0.5rem;
  padding-bottom: 0.5rem;
}
@media (max-width: 991px) {
  .cid-tRbMwNeaMl .navbar .nav-item .nav-link::before {
    display: none;
  }
  .cid-tRbMwNeaMl .navbar.opened .dropdown-menu {
    top: 0;
  }
  .cid-tRbMwNeaMl .navbar .dropdown-menu .dropdown-submenu {
    left: 0 !important;
  }
  .cid-tRbMwNeaMl .navbar .dropdown-menu .dropdown-item:after {
    right: auto;
  }
  .cid-tRbMwNeaMl .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-tRbMwNeaMl .navbar .navbar-logo img {
    height: 3rem !important;
  }
  .cid-tRbMwNeaMl .navbar ul.navbar-nav li {
    margin: auto;
  }
  .cid-tRbMwNeaMl .navbar .dropdown-menu .dropdown-item {
    padding: 0.25rem 1.5rem !important;
    text-align: center;
  }
  .cid-tRbMwNeaMl .navbar .navbar-brand {
    flex-shrink: initial;
    flex-basis: auto;
    word-break: break-word;
    padding-right: 2rem;
  }
  .cid-tRbMwNeaMl .navbar .navbar-toggler {
    flex-basis: auto;
  }
  .cid-tRbMwNeaMl .navbar .icons-menu {
    padding-left: 0;
    padding-top: 0.5rem;
    padding-bottom: 0.5rem;
  }
}
@media (max-width: 991px) and (max-width: 767px) {
  .cid-tRbMwNeaMl .navbar .navbar-brand {
    width: calc(100% - 31px);
  }
}
.cid-tRbMwNeaMl .navbar.navbar-short {
  min-height: 60px;
  box-shadow: 0 1px 3px 0 rgba(0, 0, 0, 0.1);
}
.cid-tRbMwNeaMl .navbar.navbar-short .navbar-logo img {
  height: 5rem !important;
}
.cid-tRbMwNeaMl .navbar.navbar-short .navbar-brand {
  min-height: 60px;
  padding: 0;
}
.cid-tRbMwNeaMl .navbar-brand {
  min-height: 70px;
  flex-shrink: 0;
  align-items: center;
  margin-right: 0;
  padding: 10px 0;
  transition: all 0.3s;
  word-break: break-word;
  z-index: 1;
}
.cid-tRbMwNeaMl .navbar-brand .navbar-caption {
  line-height: inherit !important;
}
.cid-tRbMwNeaMl .navbar-brand .navbar-logo a {
  outline: none;
}
.cid-tRbMwNeaMl .dropdown-item.active,
.cid-tRbMwNeaMl .dropdown-item:active {
  background-color: transparent;
}
.cid-tRbMwNeaMl .navbar-expand-lg .navbar-nav .nav-link {
  padding: 0;
}
.cid-tRbMwNeaMl .nav-dropdown .link.dropdown-toggle {
  margin-right: 1.667em;
}
.cid-tRbMwNeaMl .nav-dropdown .link.dropdown-toggle[aria-expanded="true"] {
  margin-right: 0;
  padding: 0.667em 1.667em;
}
.cid-tRbMwNeaMl .navbar.navbar-expand-lg .dropdown .dropdown-menu {
  background: #000000;
}
.cid-tRbMwNeaMl .navbar.navbar-expand-lg .dropdown .dropdown-menu .dropdown-submenu {
  margin: 0;
  left: 100%;
}
.cid-tRbMwNeaMl .navbar .dropdown.open > .dropdown-menu {
  display: block;
}
.cid-tRbMwNeaMl ul.navbar-nav {
  flex-wrap: wrap;
}
.cid-tRbMwNeaMl button.navbar-toggler {
  outline: none;
  width: 31px;
  height: 20px;
  cursor: pointer;
  transition: all 0.2s;
  position: relative;
  align-self: center;
}
.cid-tRbMwNeaMl button.navbar-toggler .hamburger span {
  position: absolute;
  right: 0;
  width: 30px;
  height: 2px;
  border-right: 5px;
  background-color: #ffffff;
}
.cid-tRbMwNeaMl button.navbar-toggler .hamburger span:nth-child(1) {
  top: 0;
  transition: all 0.2s;
}
.cid-tRbMwNeaMl button.navbar-toggler .hamburger span:nth-child(2) {
  top: 8px;
  transition: all 0.15s;
}
.cid-tRbMwNeaMl button.navbar-toggler .hamburger span:nth-child(3) {
  top: 8px;
  transition: all 0.15s;
}
.cid-tRbMwNeaMl button.navbar-toggler .hamburger span:nth-child(4) {
  top: 16px;
  transition: all 0.2s;
}
.cid-tRbMwNeaMl nav.opened .hamburger span:nth-child(1) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-tRbMwNeaMl nav.opened .hamburger span:nth-child(2) {
  transform: rotate(45deg);
  transition: all 0.25s;
}
.cid-tRbMwNeaMl nav.opened .hamburger span:nth-child(3) {
  transform: rotate(-45deg);
  transition: all 0.25s;
}
.cid-tRbMwNeaMl nav.opened .hamburger span:nth-child(4) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-tRbMwNeaMl .navbar-dropdown {
  padding: 0 1rem;
  position: fixed;
}
.cid-tRbMwNeaMl a.nav-link {
  display: flex;
  align-items: center;
  justify-content: center;
}
.cid-tRbMwNeaMl .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-tRbMwNeaMl .navbar {
    height: 70px;
  }
  .cid-tRbMwNeaMl .navbar.opened {
    height: auto;
  }
  .cid-tRbMwNeaMl .nav-item .nav-link:hover::before {
    width: 175%;
    max-width: calc(100% + 2rem);
    left: -1rem;
  }
}
.cid-tRbOakkkkO {
  padding-top: 10rem;
  padding-bottom: 6rem;
  background-image: url("../../../assets/images/5bf632d2391f8f319aa2e98d8c65fe7b-564x564.jpg");
}
.cid-tRbOakkkkO .mbr-fallback-image.disabled {
  display: none;
}
.cid-tRbOakkkkO .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-tRbOakkkkO .content-head {
  max-width: 800px;
}
.cid-tRbOakkkkO .mbr-section-title {
  color: #ffffff;
}
.cid-tRbOakkkkO .mbr-text,
.cid-tRbOakkkkO .mbr-section-btn {
  color: #f7f7f7;
}
.cid-tS0BRHBEgJ {
  padding-top: 15px;
  padding-bottom: 15px;
  background-color: #000000;
  overflow: hidden;
  box-sizing: border-box;
}
.cid-tS0BRHBEgJ .mbr-slider .carousel-control {
  background: #1b1b1b;
}
.cid-tS0BRHBEgJ .mbr-slider .carousel-control-prev {
  left: 0;
  margin-left: 2.5rem;
}
@media (max-width: 767px) {
  .cid-tS0BRHBEgJ .container-fluid {
    padding: 0.5rem;
  }
}
@media (min-width: 767px) {
  .cid-tS0BRHBEgJ .container-fluid {
    padding: 0 2rem;
  }
}
@media (min-width: 992px) {
  .cid-tS0BRHBEgJ .container-fluid {
    padding: 0 1.7rem;
  }
}
.cid-tS0BRHBEgJ .mbr-slider .carousel-control-next {
  right: 0;
  margin-right: 2.5rem;
}
.cid-tS0BRHBEgJ .mbr-gallery-item > div:hover:before {
  z-index: 5;
}
.cid-tS0BRHBEgJ .mbr-gallery-item > div:hover .icon-focus {
  opacity: 0.8 !important;
}
.cid-tS0BRHBEgJ .mbr-gallery-item > div:hover .mbr-gallery-title::before {
  background: transparent !important;
}
.cid-tS0BRHBEgJ .mbr-gallery-item > div:hover:before {
  opacity: 0.4 !important;
}
.cid-tS0BRHBEgJ .mbr-gallery-item:hover img {
  transform: scale(1.1);
}
.cid-tS0BRHBEgJ .icon-focus {
  font-family: 'Moririse2' !important;
  display: flex;
  justify-content: center;
  align-items: center;
  height: 50px;
  width: 50px;
  background: white;
  border-radius: 6px;
}
.cid-tS0BRHBEgJ .icon-focus:before {
  content: '\e970';
  font-size: 1.2rem;
  color: black;
}
.cid-tS0BRHBEgJ .mbr-slider .modal-body .close {
  background: #1b1b1b;
}
.cid-tS0BRHBEgJ .mbr-gallery-item > div {
  overflow: hidden;
}
.cid-tS0BRHBEgJ .mbr-gallery-item img {
  transition: all 2s !important;
}
.cid-tS0BRHBEgJ .mbr-gallery-item > div::before {
  content: '';
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  background: #000000;
  opacity: 0;
  -webkit-transition: 0.2s opacity ease-in-out;
  transition: 0.2s opacity ease-in-out;
}
.cid-tS0BRHBEgJ .mbr-gallery-title {
  font-size: 0.9em;
  position: absolute;
  display: block;
  width: 100%;
  bottom: 0;
  padding: 1rem;
  color: #fff;
  z-index: 5;
}
.cid-tS0BRHBEgJ .mbr-gallery-title:before {
  content: ' ';
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  z-index: -1;
  position: absolute;
  background: #000000 !important;
  opacity: 0.4;
  -webkit-transition: 0.2s background ease-in-out;
  transition: 0.2s background ease-in-out;
}
.cid-tRUMoDglKj {
  padding-top: 105px;
  padding-bottom: 105px;
  background-color: #fffaee;
}
.cid-tRUMoDglKj img {
  object-fit: cover;
  width: 90%;
}
@media (max-width: 992px) {
  .cid-tRUMoDglKj img {
    width: 100%;
  }
}
.cid-tRUMoDglKj .link {
  text-decoration: underline;
}
.cid-tRUMoDglKj .tag-wrapper {
  flex-wrap: wrap;
}
@media (max-width: 767px) {
  .cid-tRUMoDglKj .tag-wrapper {
    justify-content: center;
  }
}
.cid-tRUMoDglKj .tag {
  padding: 6px 16px;
  padding-top: 9px;
  margin-bottom: 1rem;
  margin-right: 1rem;
  width: fit-content;
  color: #ffffff;
}
@media (max-width: 767px) {
  .cid-tRUMoDglKj .tag {
    margin: 0 0.5rem;
    margin-bottom: 1rem;
  }
}
.cid-tRUMoDglKj .tag1 {
  background: #30c7bf;
}
.cid-tRUMoDglKj .tag2 {
  background: #fc898c;
}
.cid-tRUMoDglKj .tag3 {
  background: #00004c;
}
.cid-tRUMoDglKj .tag4 {
  background: #30c7bf;
}
.cid-tRUMoDglKj .tag5 {
  background: #fc898c;
}
.cid-tRUMoDglKj .mbr-section-title {
  color: #000000;
}
.cid-tTU2GgZmEP {
  padding-top: 2rem;
  padding-bottom: 1rem;
  background-color: #011334;
}
.cid-tTU2GgZmEP .phone-number {
  color: #ffffff;
  font-weight: 400;
}
@media (max-width: 576px) {
  .cid-tTU2GgZmEP .phone-number {
    text-align: center;
  }
}
.cid-tTU2GgZmEP .social-list {
  justify-content: flex-end;
}
@media (max-width: 576px) {
  .cid-tTU2GgZmEP .social-list {
    justify-content: center;
    margin-top: 16px;
  }
}
.cid-tTU2GgZmEP .soc-item {
  margin-right: 27px;
}
.cid-tTU2GgZmEP .soc-item:last-child {
  margin-right: 0;
}
.cid-tTU2GgZmEP .socicon {
  color: #ffffff;
  font-size: 20px;
}
.cid-tTU2GgZmEP .mbr-text {
  font-weight: 400;
}
#custom-html-1h {
  background-color: #000000;
}
.cid-tRrmMgQHtL {
  z-index: 1000;
  width: 100%;
  position: relative;
  min-height: 60px;
}
.cid-tRrmMgQHtL nav.navbar {
  position: fixed;
}
.cid-tRrmMgQHtL .btn {
  line-height: 1.2;
}
.cid-tRrmMgQHtL .navbar-buttons {
  text-align: center;
  min-width: 170px;
}
.cid-tRrmMgQHtL .nav-link {
  position: relative;
}
.cid-tRrmMgQHtL .nav-link:before {
  content: '';
  position: absolute;
  transition: all 0.3s;
  bottom: 0;
  left: 50%;
  transform: translateX(-50%);
  width: 0%;
  height: 2px;
  background: #ffffff;
}
.cid-tRrmMgQHtL .nav-link:hover {
  color: #ffffff !important;
}
.cid-tRrmMgQHtL .nav-link:hover:before {
  width: 100%;
}
.cid-tRrmMgQHtL .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-tRrmMgQHtL .dropdown-menu {
  padding: 0;
  border-radius: 4px;
  box-shadow: 0 1px 3px 0 rgba(0, 0, 0, 0.1);
}
.cid-tRrmMgQHtL .dropdown-item {
  border-bottom: 1px solid #e6e6e6;
}
.cid-tRrmMgQHtL .dropdown-item:hover,
.cid-tRrmMgQHtL .dropdown-item:focus {
  background: #000000 !important;
  color: white !important;
}
.cid-tRrmMgQHtL .dropdown-item:hover span {
  color: white;
}
.cid-tRrmMgQHtL .dropdown-item:first-child {
  border-top-left-radius: 4px;
  border-top-right-radius: 4px;
}
.cid-tRrmMgQHtL .dropdown-item:last-child {
  border-bottom: none;
  border-bottom-left-radius: 4px;
  border-bottom-right-radius: 4px;
}
.cid-tRrmMgQHtL .nav-dropdown .link {
  padding: 0 0.3em !important;
  margin: 0.667em 1em !important;
}
.cid-tRrmMgQHtL .nav-dropdown .link.dropdown-toggle::after {
  margin-left: 0.5rem;
  margin-top: -0.1rem;
}
.cid-tRrmMgQHtL .container {
  display: flex;
  margin: auto;
}
@media (min-width: 992px) {
  .cid-tRrmMgQHtL .container {
    flex-wrap: nowrap;
  }
}
.cid-tRrmMgQHtL .iconfont-wrapper {
  color: #000000 !important;
  font-size: 1.5rem;
  padding-right: 0.5rem;
}
.cid-tRrmMgQHtL .navbar-nav {
  margin: auto;
}
.cid-tRrmMgQHtL .dropdown-menu,
.cid-tRrmMgQHtL .navbar.opened {
  background: #000000 !important;
}
.cid-tRrmMgQHtL .nav-item:focus,
.cid-tRrmMgQHtL .nav-link:focus {
  outline: none;
}
.cid-tRrmMgQHtL .dropdown .dropdown-menu .dropdown-item {
  width: auto;
  transition: all 0.25s ease-in-out;
}
.cid-tRrmMgQHtL .dropdown .dropdown-menu .dropdown-item::after {
  right: 0.5rem;
}
.cid-tRrmMgQHtL .dropdown .dropdown-menu .dropdown-item .mbr-iconfont {
  margin-right: 0.5rem;
  vertical-align: sub;
}
.cid-tRrmMgQHtL .dropdown .dropdown-menu .dropdown-item .mbr-iconfont:before {
  display: inline-block;
  transform: scale(1, 1);
  transition: all 0.25s ease-in-out;
}
.cid-tRrmMgQHtL .collapsed .dropdown-menu .dropdown-item:before {
  display: none;
}
.cid-tRrmMgQHtL .collapsed .dropdown .dropdown-menu .dropdown-item {
  padding: 0.235em 1.5em 0.235em 1.5em !important;
  transition: none;
  margin: 0 !important;
}
.cid-tRrmMgQHtL .navbar {
  min-height: 70px;
  transition: all 0.3s;
  border-bottom: 1px solid transparent;
  background: #000000;
}
.cid-tRrmMgQHtL .navbar.opened {
  transition: all 0.3s;
}
.cid-tRrmMgQHtL .navbar .dropdown-item {
  padding: 0.5rem 1.8rem;
}
.cid-tRrmMgQHtL .navbar .navbar-logo img {
  width: auto;
}
.cid-tRrmMgQHtL .navbar .navbar-collapse {
  justify-content: flex-end;
  z-index: 1;
}
.cid-tRrmMgQHtL .navbar.collapsed {
  justify-content: center;
}
.cid-tRrmMgQHtL .navbar.collapsed .nav-item .nav-link::before {
  display: none;
}
.cid-tRrmMgQHtL .navbar.collapsed.opened .dropdown-menu {
  top: 0;
}
@media (min-width: 992px) {
  .cid-tRrmMgQHtL .navbar.collapsed.opened:not(.navbar-short) .navbar-collapse {
    max-height: calc(98.5vh - 8rem);
  }
}
.cid-tRrmMgQHtL .navbar.collapsed .dropdown-menu .dropdown-submenu {
  left: 0 !important;
}
.cid-tRrmMgQHtL .navbar.collapsed .dropdown-menu .dropdown-item:after {
  right: auto;
}
.cid-tRrmMgQHtL .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-tRrmMgQHtL .navbar.collapsed ul.navbar-nav li {
  margin: auto;
}
.cid-tRrmMgQHtL .navbar.collapsed .dropdown-menu .dropdown-item {
  padding: 0.25rem 1.5rem;
  text-align: center;
}
.cid-tRrmMgQHtL .navbar.collapsed .icons-menu {
  padding-left: 0;
  padding-right: 0;
  padding-top: 0.5rem;
  padding-bottom: 0.5rem;
}
@media (max-width: 991px) {
  .cid-tRrmMgQHtL .navbar .nav-item .nav-link::before {
    display: none;
  }
  .cid-tRrmMgQHtL .navbar.opened .dropdown-menu {
    top: 0;
  }
  .cid-tRrmMgQHtL .navbar .dropdown-menu .dropdown-submenu {
    left: 0 !important;
  }
  .cid-tRrmMgQHtL .navbar .dropdown-menu .dropdown-item:after {
    right: auto;
  }
  .cid-tRrmMgQHtL .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-tRrmMgQHtL .navbar .navbar-logo img {
    height: 3rem !important;
  }
  .cid-tRrmMgQHtL .navbar ul.navbar-nav li {
    margin: auto;
  }
  .cid-tRrmMgQHtL .navbar .dropdown-menu .dropdown-item {
    padding: 0.25rem 1.5rem !important;
    text-align: center;
  }
  .cid-tRrmMgQHtL .navbar .navbar-brand {
    flex-shrink: initial;
    flex-basis: auto;
    word-break: break-word;
    padding-right: 2rem;
  }
  .cid-tRrmMgQHtL .navbar .navbar-toggler {
    flex-basis: auto;
  }
  .cid-tRrmMgQHtL .navbar .icons-menu {
    padding-left: 0;
    padding-top: 0.5rem;
    padding-bottom: 0.5rem;
  }
}
@media (max-width: 991px) and (max-width: 767px) {
  .cid-tRrmMgQHtL .navbar .navbar-brand {
    width: calc(100% - 31px);
  }
}
.cid-tRrmMgQHtL .navbar.navbar-short {
  min-height: 60px;
  box-shadow: 0 1px 3px 0 rgba(0, 0, 0, 0.1);
}
.cid-tRrmMgQHtL .navbar.navbar-short .navbar-logo img {
  height: 5rem !important;
}
.cid-tRrmMgQHtL .navbar.navbar-short .navbar-brand {
  min-height: 60px;
  padding: 0;
}
.cid-tRrmMgQHtL .navbar-brand {
  min-height: 70px;
  flex-shrink: 0;
  align-items: center;
  margin-right: 0;
  padding: 10px 0;
  transition: all 0.3s;
  word-break: break-word;
  z-index: 1;
}
.cid-tRrmMgQHtL .navbar-brand .navbar-caption {
  line-height: inherit !important;
}
.cid-tRrmMgQHtL .navbar-brand .navbar-logo a {
  outline: none;
}
.cid-tRrmMgQHtL .dropdown-item.active,
.cid-tRrmMgQHtL .dropdown-item:active {
  background-color: transparent;
}
.cid-tRrmMgQHtL .navbar-expand-lg .navbar-nav .nav-link {
  padding: 0;
}
.cid-tRrmMgQHtL .nav-dropdown .link.dropdown-toggle {
  margin-right: 1.667em;
}
.cid-tRrmMgQHtL .nav-dropdown .link.dropdown-toggle[aria-expanded="true"] {
  margin-right: 0;
  padding: 0.667em 1.667em;
}
.cid-tRrmMgQHtL .navbar.navbar-expand-lg .dropdown .dropdown-menu {
  background: #000000;
}
.cid-tRrmMgQHtL .navbar.navbar-expand-lg .dropdown .dropdown-menu .dropdown-submenu {
  margin: 0;
  left: 100%;
}
.cid-tRrmMgQHtL .navbar .dropdown.open > .dropdown-menu {
  display: block;
}
.cid-tRrmMgQHtL ul.navbar-nav {
  flex-wrap: wrap;
}
.cid-tRrmMgQHtL button.navbar-toggler {
  outline: none;
  width: 31px;
  height: 20px;
  cursor: pointer;
  transition: all 0.2s;
  position: relative;
  align-self: center;
}
.cid-tRrmMgQHtL button.navbar-toggler .hamburger span {
  position: absolute;
  right: 0;
  width: 30px;
  height: 2px;
  border-right: 5px;
  background-color: #ffffff;
}
.cid-tRrmMgQHtL button.navbar-toggler .hamburger span:nth-child(1) {
  top: 0;
  transition: all 0.2s;
}
.cid-tRrmMgQHtL button.navbar-toggler .hamburger span:nth-child(2) {
  top: 8px;
  transition: all 0.15s;
}
.cid-tRrmMgQHtL button.navbar-toggler .hamburger span:nth-child(3) {
  top: 8px;
  transition: all 0.15s;
}
.cid-tRrmMgQHtL button.navbar-toggler .hamburger span:nth-child(4) {
  top: 16px;
  transition: all 0.2s;
}
.cid-tRrmMgQHtL nav.opened .hamburger span:nth-child(1) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-tRrmMgQHtL nav.opened .hamburger span:nth-child(2) {
  transform: rotate(45deg);
  transition: all 0.25s;
}
.cid-tRrmMgQHtL nav.opened .hamburger span:nth-child(3) {
  transform: rotate(-45deg);
  transition: all 0.25s;
}
.cid-tRrmMgQHtL nav.opened .hamburger span:nth-child(4) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-tRrmMgQHtL .navbar-dropdown {
  padding: 0 1rem;
  position: fixed;
}
.cid-tRrmMgQHtL a.nav-link {
  display: flex;
  align-items: center;
  justify-content: center;
}
.cid-tRrmMgQHtL .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-tRrmMgQHtL .navbar {
    height: 70px;
  }
  .cid-tRrmMgQHtL .navbar.opened {
    height: auto;
  }
  .cid-tRrmMgQHtL .nav-item .nav-link:hover::before {
    width: 175%;
    max-width: calc(100% + 2rem);
    left: -1rem;
  }
}
.cid-tRrogEkCja {
  padding-top: 11rem;
  padding-bottom: 5rem;
  background-color: #0c2c68;
}
.cid-tRrogEkCja .mbr-fallback-image.disabled {
  display: none;
}
.cid-tRrogEkCja .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-tRrogEkCja .container {
    padding: 0 30px;
  }
}
.cid-tRrogEkCja .row .card {
  justify-content: center;
}
.cid-tRrogEkCja .title-wrapper .mbr-section-title {
  margin-bottom: 30px;
}
.cid-tRrogEkCja .title-wrapper .mbr-section-subtitle {
  opacity: .4;
  margin-bottom: 20px;
}
@media (max-width: 992px) {
  .cid-tRrogEkCja .image-wrapper {
    margin-top: 30px;
  }
}
.cid-tRrogEkCja .image-wrapper img {
  width: 500px;
  height: 500px;
  border-radius: 100% !important;
  margin: 0 0 0 auto;
  object-fit: cover;
}
@media (max-width: 1400px) {
  .cid-tRrogEkCja .image-wrapper img {
    width: 450px;
    height: 450px;
  }
}
@media (max-width: 1199px) {
  .cid-tRrogEkCja .image-wrapper img {
    width: 360px;
    height: 360px;
  }
}
@media (max-width: 992px) {
  .cid-tRrogEkCja .image-wrapper img {
    margin: 0 auto;
  }
}
@media (max-width: 768px) {
  .cid-tRrogEkCja .image-wrapper img {
    width: 245px;
    height: 245px;
  }
}
.cid-tRrogEkCja .mbr-section-title {
  color: #ffffff;
}
.cid-tRrogEkCja .mbr-section-subtitle {
  color: #ffffff;
  text-align: center;
}
.cid-tRrogEkCja .mbr-section-title,
.cid-tRrogEkCja .mbr-section-btn {
  text-align: center;
}
.cid-tTHF0vnd9W {
  padding-top: 90px;
  padding-bottom: 90px;
  overflow: hidden;
  box-sizing: border-box;
  background-color: #000000;
}
.cid-tTHF0vnd9W .mbr-slider .carousel-control {
  background: #1b1b1b;
}
.cid-tTHF0vnd9W .mbr-slider .carousel-control-prev {
  left: 0;
  margin-left: 2.5rem;
}
.cid-tTHF0vnd9W .mbr-slider .carousel-control-next {
  right: 0;
  margin-right: 2.5rem;
}
.cid-tTHF0vnd9W .mbr-slider .modal-body .close {
  background: #1b1b1b;
}
.cid-tTHF0vnd9W .mbr-gallery-item > div::before {
  content: '';
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  background-color: #393193;
  opacity: 0;
  -webkit-transition: 0.2s opacity ease-in-out;
  transition: 0.2s opacity ease-in-out;
  background: linear-gradient(180deg, #393193, #f7e4d6);
}
.cid-tTHF0vnd9W .icon-focus,
.cid-tTHF0vnd9W .icon-video {
  font-size: 2rem !important;
  width: 50px;
  height: 50px;
  top: calc(50% - 25px);
  left: calc(50% - 25px);
}
.cid-tTHF0vnd9W .icon-focus:before,
.cid-tTHF0vnd9W .icon-video:before {
  content: '+';
  border-radius: 100px;
  background: rgba(0, 0, 0, 0.5);
  width: 100%;
  height: 100%;
  padding-bottom: 6px;
  display: flex;
  -webkit-align-items: center;
  align-items: center;
  -webkit-justify-content: center;
  justify-content: center;
}
.cid-tTHF0vnd9W .icon-video {
  font-size: 1.5rem !important;
}
.cid-tTHF0vnd9W .mbr-gallery-title {
  transition: all 0.5s ease;
  position: absolute;
  text-align: left;
  display: none;
  width: 100%;
  bottom: 0;
  right: 0;
  padding: 1rem;
  font-weight: bold;
  background: transparent;
  -webkit-transition: all 0.5s ease;
  -moz-transition: all 0.5s ease;
  -o-transition: all 0.5s ease;
  -ms-transition: all 0.5s ease;
}
.cid-tTHF0vnd9W ul {
  font-size: 0;
}
.cid-tTHF0vnd9W .mbr-gallery-filter ul {
  text-align: left;
}
.cid-tTHF0vnd9W .mbr-gallery-filter-all {
  display: none !important;
}
.cid-tTHF0vnd9W .mbr-gallery-filter ul li {
  padding: 0;
  margin: 0 .2rem;
}
.cid-tTHF0vnd9W .mbr-gallery-filter ul li .btn {
  position: relative;
  padding: 0.5rem 1rem 0.6rem !important;
  margin: 0!important;
  background-color: transparent !important;
  border-width: 0 !important;
  color: #ffffff !important;
}
.cid-tTHF0vnd9W .mbr-gallery-filter ul li .btn:after {
  content: "";
  position: absolute;
  left: 0;
  top: 0;
  right: 0;
  bottom: 0;
  border: 1px solid transparent;
  border-radius: 100px;
  opacity: 0.5;
}
.cid-tTHF0vnd9W .mbr-gallery-filter ul li:not(.active) .btn:hover:after,
.cid-tTHF0vnd9W .mbr-gallery-filter ul li.active .btn:after {
  border-color: #ffffff;
}
.cid-tTHF0vnd9W .mbr-gallery-filter ul li .btn:hover:after {
  -webkit-animation: 1s btn-animation linear infinite;
  animation: 1s btn-animation linear infinite;
}
.cid-tTHF0vnd9W .mbr-gallery-filter ul li .btn:not(:hover):after {
  animation: none;
}
.cid-tTHF0vnd9W .mbr-gallery-filter ul li:first-child,
.cid-tTHF0vnd9W .mbr-gallery-filter ul li:last-child {
  margin: 0;
}
.cid-tTHF0vnd9W .mbr-gallery-item > div:hover .mbr-gallery-title {
  display: block;
}
.cid-tTHF0vnd9W .mbr-gallery-item > div:hover:before {
  opacity: 0.2 !important;
}
@keyframes btn-animation {
  0% {
    -webkit-transform: scale(1);
    transform: scale(1);
  }
  100% {
    -webkit-transform: scale(1.3);
    transform: scale(1.3);
    opacity: 0;
  }
}
.cid-tTHF0vnd9W .mbr-section-tag {
  color: #9e9e9e;
  margin-bottom: 0.4375rem;
}
.cid-tTHF0vnd9W .mbr-section-title {
  margin-bottom: 1rem;
}
.cid-tTHF0vnd9W .mbr-section-title b:last-child,
.cid-tTHF0vnd9W .mbr-section-title strong:last-child {
  color: #f23801;
}
.cid-tTHF0vnd9W .mbr-gallery-filter {
  padding-left: 0;
  padding-right: 0;
}
.cid-tTHF0vnd9W .mbr-gallery-filter ul li .btn:after {
  transform: none !important;
}
.cid-tTU2JvKlV3 {
  padding-top: 2rem;
  padding-bottom: 1rem;
  background-color: #011334;
}
.cid-tTU2JvKlV3 .phone-number {
  color: #ffffff;
  font-weight: 400;
}
@media (max-width: 576px) {
  .cid-tTU2JvKlV3 .phone-number {
    text-align: center;
  }
}
.cid-tTU2JvKlV3 .social-list {
  justify-content: flex-end;
}
@media (max-width: 576px) {
  .cid-tTU2JvKlV3 .social-list {
    justify-content: center;
    margin-top: 16px;
  }
}
.cid-tTU2JvKlV3 .soc-item {
  margin-right: 27px;
}
.cid-tTU2JvKlV3 .soc-item:last-child {
  margin-right: 0;
}
.cid-tTU2JvKlV3 .socicon {
  color: #ffffff;
  font-size: 20px;
}
.cid-tTU2JvKlV3 .mbr-text {
  font-weight: 400;
}
.cid-tRUGbs1fZ8 {
  z-index: 1000;
  width: 100%;
  position: relative;
  min-height: 60px;
}
.cid-tRUGbs1fZ8 nav.navbar {
  position: fixed;
}
.cid-tRUGbs1fZ8 .btn {
  line-height: 1.2;
}
.cid-tRUGbs1fZ8 .navbar-buttons {
  text-align: center;
  min-width: 170px;
}
.cid-tRUGbs1fZ8 .nav-link {
  position: relative;
}
.cid-tRUGbs1fZ8 .nav-link:before {
  content: '';
  position: absolute;
  transition: all 0.3s;
  bottom: 0;
  left: 50%;
  transform: translateX(-50%);
  width: 0%;
  height: 2px;
  background: #ffffff;
}
.cid-tRUGbs1fZ8 .nav-link:hover {
  color: #ffffff !important;
}
.cid-tRUGbs1fZ8 .nav-link:hover:before {
  width: 100%;
}
.cid-tRUGbs1fZ8 .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-tRUGbs1fZ8 .dropdown-menu {
  padding: 0;
  border-radius: 4px;
  box-shadow: 0 1px 3px 0 rgba(0, 0, 0, 0.1);
}
.cid-tRUGbs1fZ8 .dropdown-item {
  border-bottom: 1px solid #e6e6e6;
}
.cid-tRUGbs1fZ8 .dropdown-item:hover,
.cid-tRUGbs1fZ8 .dropdown-item:focus {
  background: #000000 !important;
  color: white !important;
}
.cid-tRUGbs1fZ8 .dropdown-item:hover span {
  color: white;
}
.cid-tRUGbs1fZ8 .dropdown-item:first-child {
  border-top-left-radius: 4px;
  border-top-right-radius: 4px;
}
.cid-tRUGbs1fZ8 .dropdown-item:last-child {
  border-bottom: none;
  border-bottom-left-radius: 4px;
  border-bottom-right-radius: 4px;
}
.cid-tRUGbs1fZ8 .nav-dropdown .link {
  padding: 0 0.3em !important;
  margin: 0.667em 1em !important;
}
.cid-tRUGbs1fZ8 .nav-dropdown .link.dropdown-toggle::after {
  margin-left: 0.5rem;
  margin-top: -0.1rem;
}
.cid-tRUGbs1fZ8 .container {
  display: flex;
  margin: auto;
}
@media (min-width: 992px) {
  .cid-tRUGbs1fZ8 .container {
    flex-wrap: nowrap;
  }
}
.cid-tRUGbs1fZ8 .iconfont-wrapper {
  color: #000000 !important;
  font-size: 1.5rem;
  padding-right: 0.5rem;
}
.cid-tRUGbs1fZ8 .navbar-nav {
  margin: auto;
}
.cid-tRUGbs1fZ8 .dropdown-menu,
.cid-tRUGbs1fZ8 .navbar.opened {
  background: #000000 !important;
}
.cid-tRUGbs1fZ8 .nav-item:focus,
.cid-tRUGbs1fZ8 .nav-link:focus {
  outline: none;
}
.cid-tRUGbs1fZ8 .dropdown .dropdown-menu .dropdown-item {
  width: auto;
  transition: all 0.25s ease-in-out;
}
.cid-tRUGbs1fZ8 .dropdown .dropdown-menu .dropdown-item::after {
  right: 0.5rem;
}
.cid-tRUGbs1fZ8 .dropdown .dropdown-menu .dropdown-item .mbr-iconfont {
  margin-right: 0.5rem;
  vertical-align: sub;
}
.cid-tRUGbs1fZ8 .dropdown .dropdown-menu .dropdown-item .mbr-iconfont:before {
  display: inline-block;
  transform: scale(1, 1);
  transition: all 0.25s ease-in-out;
}
.cid-tRUGbs1fZ8 .collapsed .dropdown-menu .dropdown-item:before {
  display: none;
}
.cid-tRUGbs1fZ8 .collapsed .dropdown .dropdown-menu .dropdown-item {
  padding: 0.235em 1.5em 0.235em 1.5em !important;
  transition: none;
  margin: 0 !important;
}
.cid-tRUGbs1fZ8 .navbar {
  min-height: 70px;
  transition: all 0.3s;
  border-bottom: 1px solid transparent;
  background: #000000;
}
.cid-tRUGbs1fZ8 .navbar.opened {
  transition: all 0.3s;
}
.cid-tRUGbs1fZ8 .navbar .dropdown-item {
  padding: 0.5rem 1.8rem;
}
.cid-tRUGbs1fZ8 .navbar .navbar-logo img {
  width: auto;
}
.cid-tRUGbs1fZ8 .navbar .navbar-collapse {
  justify-content: flex-end;
  z-index: 1;
}
.cid-tRUGbs1fZ8 .navbar.collapsed {
  justify-content: center;
}
.cid-tRUGbs1fZ8 .navbar.collapsed .nav-item .nav-link::before {
  display: none;
}
.cid-tRUGbs1fZ8 .navbar.collapsed.opened .dropdown-menu {
  top: 0;
}
@media (min-width: 992px) {
  .cid-tRUGbs1fZ8 .navbar.collapsed.opened:not(.navbar-short) .navbar-collapse {
    max-height: calc(98.5vh - 8rem);
  }
}
.cid-tRUGbs1fZ8 .navbar.collapsed .dropdown-menu .dropdown-submenu {
  left: 0 !important;
}
.cid-tRUGbs1fZ8 .navbar.collapsed .dropdown-menu .dropdown-item:after {
  right: auto;
}
.cid-tRUGbs1fZ8 .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-tRUGbs1fZ8 .navbar.collapsed ul.navbar-nav li {
  margin: auto;
}
.cid-tRUGbs1fZ8 .navbar.collapsed .dropdown-menu .dropdown-item {
  padding: 0.25rem 1.5rem;
  text-align: center;
}
.cid-tRUGbs1fZ8 .navbar.collapsed .icons-menu {
  padding-left: 0;
  padding-right: 0;
  padding-top: 0.5rem;
  padding-bottom: 0.5rem;
}
@media (max-width: 991px) {
  .cid-tRUGbs1fZ8 .navbar .nav-item .nav-link::before {
    display: none;
  }
  .cid-tRUGbs1fZ8 .navbar.opened .dropdown-menu {
    top: 0;
  }
  .cid-tRUGbs1fZ8 .navbar .dropdown-menu .dropdown-submenu {
    left: 0 !important;
  }
  .cid-tRUGbs1fZ8 .navbar .dropdown-menu .dropdown-item:after {
    right: auto;
  }
  .cid-tRUGbs1fZ8 .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-tRUGbs1fZ8 .navbar .navbar-logo img {
    height: 3rem !important;
  }
  .cid-tRUGbs1fZ8 .navbar ul.navbar-nav li {
    margin: auto;
  }
  .cid-tRUGbs1fZ8 .navbar .dropdown-menu .dropdown-item {
    padding: 0.25rem 1.5rem !important;
    text-align: center;
  }
  .cid-tRUGbs1fZ8 .navbar .navbar-brand {
    flex-shrink: initial;
    flex-basis: auto;
    word-break: break-word;
    padding-right: 2rem;
  }
  .cid-tRUGbs1fZ8 .navbar .navbar-toggler {
    flex-basis: auto;
  }
  .cid-tRUGbs1fZ8 .navbar .icons-menu {
    padding-left: 0;
    padding-top: 0.5rem;
    padding-bottom: 0.5rem;
  }
}
@media (max-width: 991px) and (max-width: 767px) {
  .cid-tRUGbs1fZ8 .navbar .navbar-brand {
    width: calc(100% - 31px);
  }
}
.cid-tRUGbs1fZ8 .navbar.navbar-short {
  min-height: 60px;
  box-shadow: 0 1px 3px 0 rgba(0, 0, 0, 0.1);
}
.cid-tRUGbs1fZ8 .navbar.navbar-short .navbar-logo img {
  height: 5rem !important;
}
.cid-tRUGbs1fZ8 .navbar.navbar-short .navbar-brand {
  min-height: 60px;
  padding: 0;
}
.cid-tRUGbs1fZ8 .navbar-brand {
  min-height: 70px;
  flex-shrink: 0;
  align-items: center;
  margin-right: 0;
  padding: 10px 0;
  transition: all 0.3s;
  word-break: break-word;
  z-index: 1;
}
.cid-tRUGbs1fZ8 .navbar-brand .navbar-caption {
  line-height: inherit !important;
}
.cid-tRUGbs1fZ8 .navbar-brand .navbar-logo a {
  outline: none;
}
.cid-tRUGbs1fZ8 .dropdown-item.active,
.cid-tRUGbs1fZ8 .dropdown-item:active {
  background-color: transparent;
}
.cid-tRUGbs1fZ8 .navbar-expand-lg .navbar-nav .nav-link {
  padding: 0;
}
.cid-tRUGbs1fZ8 .nav-dropdown .link.dropdown-toggle {
  margin-right: 1.667em;
}
.cid-tRUGbs1fZ8 .nav-dropdown .link.dropdown-toggle[aria-expanded="true"] {
  margin-right: 0;
  padding: 0.667em 1.667em;
}
.cid-tRUGbs1fZ8 .navbar.navbar-expand-lg .dropdown .dropdown-menu {
  background: #000000;
}
.cid-tRUGbs1fZ8 .navbar.navbar-expand-lg .dropdown .dropdown-menu .dropdown-submenu {
  margin: 0;
  left: 100%;
}
.cid-tRUGbs1fZ8 .navbar .dropdown.open > .dropdown-menu {
  display: block;
}
.cid-tRUGbs1fZ8 ul.navbar-nav {
  flex-wrap: wrap;
}
.cid-tRUGbs1fZ8 button.navbar-toggler {
  outline: none;
  width: 31px;
  height: 20px;
  cursor: pointer;
  transition: all 0.2s;
  position: relative;
  align-self: center;
}
.cid-tRUGbs1fZ8 button.navbar-toggler .hamburger span {
  position: absolute;
  right: 0;
  width: 30px;
  height: 2px;
  border-right: 5px;
  background-color: #ffffff;
}
.cid-tRUGbs1fZ8 button.navbar-toggler .hamburger span:nth-child(1) {
  top: 0;
  transition: all 0.2s;
}
.cid-tRUGbs1fZ8 button.navbar-toggler .hamburger span:nth-child(2) {
  top: 8px;
  transition: all 0.15s;
}
.cid-tRUGbs1fZ8 button.navbar-toggler .hamburger span:nth-child(3) {
  top: 8px;
  transition: all 0.15s;
}
.cid-tRUGbs1fZ8 button.navbar-toggler .hamburger span:nth-child(4) {
  top: 16px;
  transition: all 0.2s;
}
.cid-tRUGbs1fZ8 nav.opened .hamburger span:nth-child(1) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-tRUGbs1fZ8 nav.opened .hamburger span:nth-child(2) {
  transform: rotate(45deg);
  transition: all 0.25s;
}
.cid-tRUGbs1fZ8 nav.opened .hamburger span:nth-child(3) {
  transform: rotate(-45deg);
  transition: all 0.25s;
}
.cid-tRUGbs1fZ8 nav.opened .hamburger span:nth-child(4) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-tRUGbs1fZ8 .navbar-dropdown {
  padding: 0 1rem;
  position: fixed;
}
.cid-tRUGbs1fZ8 a.nav-link {
  display: flex;
  align-items: center;
  justify-content: center;
}
.cid-tRUGbs1fZ8 .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-tRUGbs1fZ8 .navbar {
    height: 70px;
  }
  .cid-tRUGbs1fZ8 .navbar.opened {
    height: auto;
  }
  .cid-tRUGbs1fZ8 .nav-item .nav-link:hover::before {
    width: 175%;
    max-width: calc(100% + 2rem);
    left: -1rem;
  }
}
.cid-tRUGbsAyAq {
  padding-top: 11rem;
  padding-bottom: 5rem;
  background-color: #0c2c68;
}
.cid-tRUGbsAyAq .mbr-fallback-image.disabled {
  display: none;
}
.cid-tRUGbsAyAq .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-tRUGbsAyAq .container {
    padding: 0 30px;
  }
}
.cid-tRUGbsAyAq .row .card {
  justify-content: center;
}
.cid-tRUGbsAyAq .title-wrapper .mbr-section-title {
  margin-bottom: 30px;
}
.cid-tRUGbsAyAq .title-wrapper .mbr-section-subtitle {
  opacity: .4;
  margin-bottom: 20px;
}
@media (max-width: 992px) {
  .cid-tRUGbsAyAq .image-wrapper {
    margin-top: 30px;
  }
}
.cid-tRUGbsAyAq .image-wrapper img {
  width: 500px;
  height: 500px;
  border-radius: 100% !important;
  margin: 0 0 0 auto;
  object-fit: cover;
}
@media (max-width: 1400px) {
  .cid-tRUGbsAyAq .image-wrapper img {
    width: 450px;
    height: 450px;
  }
}
@media (max-width: 1199px) {
  .cid-tRUGbsAyAq .image-wrapper img {
    width: 360px;
    height: 360px;
  }
}
@media (max-width: 992px) {
  .cid-tRUGbsAyAq .image-wrapper img {
    margin: 0 auto;
  }
}
@media (max-width: 768px) {
  .cid-tRUGbsAyAq .image-wrapper img {
    width: 245px;
    height: 245px;
  }
}
.cid-tRUGbsAyAq .mbr-section-title {
  color: #ffffff;
}
.cid-tRUGbsAyAq .mbr-section-subtitle {
  color: #ffffff;
  text-align: center;
}
.cid-tRUGbsAyAq .mbr-section-title,
.cid-tRUGbsAyAq .mbr-section-btn {
  text-align: center;
}
.cid-tRUHtcJia1 {
  padding-top: 4rem;
  padding-bottom: 2rem;
  background-color: #ffffff;
}
.cid-tRUHtcJia1 .mbr-fallback-image.disabled {
  display: none;
}
.cid-tRUHtcJia1 .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-tRUHtcJia1 .container {
  max-width: 1140px;
}
@media (max-width: 991px) {
  .cid-tRUHtcJia1 .container {
    padding: 0 50px !important;
  }
}
.cid-tRUHtcJia1 .row {
  align-items: stretch;
}
.cid-tRUHtcJia1 .col-text {
  display: flex;
  flex-direction: column;
  justify-content: center;
  width: 67%;
  padding: 10px;
}
@media (max-width: 767px) {
  .cid-tRUHtcJia1 .col-text {
    width: 100%;
    padding: 0 !important;
  }
}
.cid-tRUHtcJia1 .text-wrapper {
  display: flex;
  flex-direction: column;
  justify-content: center;
  width: 100%;
}
@media (max-width: 767px) {
  .cid-tRUHtcJia1 .text-wrapper {
    padding-top: 30px;
  }
}
.cid-tRUHtcJia1 .card-title {
  color: #000000;
  opacity: 0.85;
  margin-bottom: 0 !important;
  width: 100%;
}
@media (max-width: 767px) {
  .cid-tRUHtcJia1 .card-title {
    text-align: center;
  }
}
.cid-tRUHtcJia1 .mbr-text {
  color: #1d191f;
  margin-top: 20px;
  width: 100%;
  margin-bottom: 0 !important;
}
@media (max-width: 767px) {
  .cid-tRUHtcJia1 .mbr-text {
    text-align: center;
  }
}
.cid-tRUHtcJia1 .col-img {
  width: 33%;
  display: flex;
  flex-direction: column;
  justify-content: flex-start;
  padding: 10px;
  padding-right: 75px !important;
}
@media (max-width: 767px) {
  .cid-tRUHtcJia1 .col-img {
    width: 100%;
    padding: 0 !important;
    align-items: center;
  }
}
.cid-tRUHtcJia1 .image-wrapper {
  display: flex;
  align-items: center;
  justify-content: center;
  max-width: 100%;
  position: relative;
}
@media (max-width: 991px) {
  .cid-tRUHtcJia1 .image-wrapper {
    align-items: flex-start;
    justify-content: flex-start;
  }
}
@media (max-width: 767px) {
  .cid-tRUHtcJia1 .image-wrapper {
    padding-right: 30px;
    max-width: 520px;
  }
}
@media (max-width: 575px) {
  .cid-tRUHtcJia1 .image-wrapper {
    padding-right: 0;
  }
}
.cid-tRUHtcJia1 .image-wrapper:after {
  content: "";
  position: absolute;
  bottom: 0;
  left: 0;
  display: inline-block;
  background-color: #0c2c68;
  border-top-right-radius: 40%;
  border-bottom-right-radius: 40%;
  height: 65%;
  width: 90%;
}
.cid-tRUHtcJia1 .image-wrapper .img-bg-wrap {
  margin-bottom: 19%;
  margin-left: 19%;
}
.cid-tRUHtcJia1 .image-wrapper .img-bg-wrap img {
  position: relative;
  z-index: 2;
  height: auto;
  width: 100%;
  max-width: 100%;
  object-fit: cover;
  border-top-right-radius: 120px;
}
.cid-tRUIMKmesG {
  padding-top: 1rem;
  padding-bottom: 1rem;
  background-color: #ffffff;
}
.cid-tRUIMKmesG .mbr-fallback-image.disabled {
  display: none;
}
.cid-tRUIMKmesG .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-tRUIMKmesG .container {
  max-width: 1140px;
}
@media (max-width: 991px) {
  .cid-tRUIMKmesG .container {
    padding: 0 50px !important;
  }
}
.cid-tRUIMKmesG .row {
  align-items: stretch;
}
.cid-tRUIMKmesG .col-text {
  display: flex;
  flex-direction: column;
  justify-content: center;
  width: 67%;
  padding: 10px;
}
@media (max-width: 767px) {
  .cid-tRUIMKmesG .col-text {
    width: 100%;
    padding: 0 !important;
  }
}
.cid-tRUIMKmesG .text-wrapper {
  display: flex;
  flex-direction: column;
  justify-content: center;
  width: 100%;
}
@media (max-width: 767px) {
  .cid-tRUIMKmesG .text-wrapper {
    padding-top: 30px;
  }
}
.cid-tRUIMKmesG .card-title {
  color: #000000;
  opacity: 0.85;
  margin-bottom: 0 !important;
  width: 100%;
}
@media (max-width: 767px) {
  .cid-tRUIMKmesG .card-title {
    text-align: center;
  }
}
.cid-tRUIMKmesG .mbr-text {
  color: #1d191f;
  margin-top: 20px;
  width: 100%;
  margin-bottom: 0 !important;
}
@media (max-width: 767px) {
  .cid-tRUIMKmesG .mbr-text {
    text-align: center;
  }
}
.cid-tRUIMKmesG .col-img {
  width: 33%;
  display: flex;
  flex-direction: column;
  justify-content: flex-start;
  padding: 10px;
  padding-right: 75px !important;
}
@media (max-width: 767px) {
  .cid-tRUIMKmesG .col-img {
    width: 100%;
    padding: 0 !important;
    align-items: center;
  }
}
.cid-tRUIMKmesG .image-wrapper {
  display: flex;
  align-items: center;
  justify-content: center;
  max-width: 100%;
  position: relative;
}
@media (max-width: 991px) {
  .cid-tRUIMKmesG .image-wrapper {
    align-items: flex-start;
    justify-content: flex-start;
  }
}
@media (max-width: 767px) {
  .cid-tRUIMKmesG .image-wrapper {
    padding-right: 30px;
    max-width: 520px;
  }
}
@media (max-width: 575px) {
  .cid-tRUIMKmesG .image-wrapper {
    padding-right: 0;
  }
}
.cid-tRUIMKmesG .image-wrapper:after {
  content: "";
  position: absolute;
  bottom: 0;
  left: 0;
  display: inline-block;
  background-color: #9fe870;
  border-top-right-radius: 40%;
  border-bottom-right-radius: 40%;
  height: 65%;
  width: 90%;
}
.cid-tRUIMKmesG .image-wrapper .img-bg-wrap {
  margin-bottom: 19%;
  margin-left: 19%;
}
.cid-tRUIMKmesG .image-wrapper .img-bg-wrap img {
  position: relative;
  z-index: 2;
  height: auto;
  width: 100%;
  max-width: 100%;
  object-fit: cover;
  border-top-right-radius: 120px;
}
.cid-tRUJ0k9KoM {
  padding-top: 3rem;
  padding-bottom: 2rem;
  background-color: #ffffff;
}
.cid-tRUJ0k9KoM .mbr-fallback-image.disabled {
  display: none;
}
.cid-tRUJ0k9KoM .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-tRUJ0k9KoM .container {
  max-width: 1140px;
}
@media (max-width: 991px) {
  .cid-tRUJ0k9KoM .container {
    padding: 0 50px !important;
  }
}
.cid-tRUJ0k9KoM .row {
  align-items: stretch;
}
.cid-tRUJ0k9KoM .col-text {
  display: flex;
  flex-direction: column;
  justify-content: center;
  width: 67%;
  padding: 10px;
}
@media (max-width: 767px) {
  .cid-tRUJ0k9KoM .col-text {
    width: 100%;
    padding: 0 !important;
  }
}
.cid-tRUJ0k9KoM .text-wrapper {
  display: flex;
  flex-direction: column;
  justify-content: center;
  width: 100%;
}
@media (max-width: 767px) {
  .cid-tRUJ0k9KoM .text-wrapper {
    padding-top: 30px;
  }
}
.cid-tRUJ0k9KoM .card-title {
  color: #000000;
  opacity: 0.85;
  margin-bottom: 0 !important;
  width: 100%;
}
@media (max-width: 767px) {
  .cid-tRUJ0k9KoM .card-title {
    text-align: center;
  }
}
.cid-tRUJ0k9KoM .mbr-text {
  color: #1d191f;
  margin-top: 20px;
  width: 100%;
  margin-bottom: 0 !important;
}
@media (max-width: 767px) {
  .cid-tRUJ0k9KoM .mbr-text {
    text-align: center;
  }
}
.cid-tRUJ0k9KoM .col-img {
  width: 33%;
  display: flex;
  flex-direction: column;
  justify-content: flex-start;
  padding: 10px;
  padding-right: 75px !important;
}
@media (max-width: 767px) {
  .cid-tRUJ0k9KoM .col-img {
    width: 100%;
    padding: 0 !important;
    align-items: center;
  }
}
.cid-tRUJ0k9KoM .image-wrapper {
  display: flex;
  align-items: center;
  justify-content: center;
  max-width: 100%;
  position: relative;
}
@media (max-width: 991px) {
  .cid-tRUJ0k9KoM .image-wrapper {
    align-items: flex-start;
    justify-content: flex-start;
  }
}
@media (max-width: 767px) {
  .cid-tRUJ0k9KoM .image-wrapper {
    padding-right: 30px;
    max-width: 520px;
  }
}
@media (max-width: 575px) {
  .cid-tRUJ0k9KoM .image-wrapper {
    padding-right: 0;
  }
}
.cid-tRUJ0k9KoM .image-wrapper:after {
  content: "";
  position: absolute;
  bottom: 0;
  left: 0;
  display: inline-block;
  background-color: #0c2c68;
  border-top-right-radius: 40%;
  border-bottom-right-radius: 40%;
  height: 65%;
  width: 90%;
}
.cid-tRUJ0k9KoM .image-wrapper .img-bg-wrap {
  margin-bottom: 19%;
  margin-left: 19%;
}
.cid-tRUJ0k9KoM .image-wrapper .img-bg-wrap img {
  position: relative;
  z-index: 2;
  height: auto;
  width: 100%;
  max-width: 100%;
  object-fit: cover;
  border-top-right-radius: 120px;
}
.cid-tRUJiXqGbj {
  padding-top: 2rem;
  padding-bottom: 3rem;
  background-color: #ffffff;
}
.cid-tRUJiXqGbj .mbr-fallback-image.disabled {
  display: none;
}
.cid-tRUJiXqGbj .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-tRUJiXqGbj .container {
  max-width: 1140px;
}
@media (max-width: 991px) {
  .cid-tRUJiXqGbj .container {
    padding: 0 50px !important;
  }
}
.cid-tRUJiXqGbj .row {
  align-items: stretch;
}
.cid-tRUJiXqGbj .col-text {
  display: flex;
  flex-direction: column;
  justify-content: center;
  width: 67%;
  padding: 10px;
}
@media (max-width: 767px) {
  .cid-tRUJiXqGbj .col-text {
    width: 100%;
    padding: 0 !important;
  }
}
.cid-tRUJiXqGbj .text-wrapper {
  display: flex;
  flex-direction: column;
  justify-content: center;
  width: 100%;
}
@media (max-width: 767px) {
  .cid-tRUJiXqGbj .text-wrapper {
    padding-top: 30px;
  }
}
.cid-tRUJiXqGbj .card-title {
  color: #000000;
  opacity: 0.85;
  margin-bottom: 0 !important;
  width: 100%;
}
@media (max-width: 767px) {
  .cid-tRUJiXqGbj .card-title {
    text-align: center;
  }
}
.cid-tRUJiXqGbj .mbr-text {
  color: #1d191f;
  margin-top: 20px;
  width: 100%;
  margin-bottom: 0 !important;
}
@media (max-width: 767px) {
  .cid-tRUJiXqGbj .mbr-text {
    text-align: center;
  }
}
.cid-tRUJiXqGbj .col-img {
  width: 33%;
  display: flex;
  flex-direction: column;
  justify-content: flex-start;
  padding: 10px;
  padding-right: 75px !important;
}
@media (max-width: 767px) {
  .cid-tRUJiXqGbj .col-img {
    width: 100%;
    padding: 0 !important;
    align-items: center;
  }
}
.cid-tRUJiXqGbj .image-wrapper {
  display: flex;
  align-items: center;
  justify-content: center;
  max-width: 100%;
  position: relative;
}
@media (max-width: 991px) {
  .cid-tRUJiXqGbj .image-wrapper {
    align-items: flex-start;
    justify-content: flex-start;
  }
}
@media (max-width: 767px) {
  .cid-tRUJiXqGbj .image-wrapper {
    padding-right: 30px;
    max-width: 520px;
  }
}
@media (max-width: 575px) {
  .cid-tRUJiXqGbj .image-wrapper {
    padding-right: 0;
  }
}
.cid-tRUJiXqGbj .image-wrapper:after {
  content: "";
  position: absolute;
  bottom: 0;
  left: 0;
  display: inline-block;
  background-color: #9fe870;
  border-top-right-radius: 40%;
  border-bottom-right-radius: 40%;
  height: 65%;
  width: 90%;
}
.cid-tRUJiXqGbj .image-wrapper .img-bg-wrap {
  margin-bottom: 19%;
  margin-left: 19%;
}
.cid-tRUJiXqGbj .image-wrapper .img-bg-wrap img {
  position: relative;
  z-index: 2;
  height: auto;
  width: 100%;
  max-width: 100%;
  object-fit: cover;
  border-top-right-radius: 120px;
}
.cid-tRUJS8n3YB {
  padding-top: 2rem;
  padding-bottom: 3rem;
  background-color: #ffffff;
}
.cid-tRUJS8n3YB .mbr-fallback-image.disabled {
  display: none;
}
.cid-tRUJS8n3YB .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-tRUJS8n3YB .container {
  max-width: 1140px;
}
@media (max-width: 991px) {
  .cid-tRUJS8n3YB .container {
    padding: 0 50px !important;
  }
}
.cid-tRUJS8n3YB .row {
  align-items: stretch;
}
.cid-tRUJS8n3YB .col-text {
  display: flex;
  flex-direction: column;
  justify-content: center;
  width: 67%;
  padding: 10px;
}
@media (max-width: 767px) {
  .cid-tRUJS8n3YB .col-text {
    width: 100%;
    padding: 0 !important;
  }
}
.cid-tRUJS8n3YB .text-wrapper {
  display: flex;
  flex-direction: column;
  justify-content: center;
  width: 100%;
}
@media (max-width: 767px) {
  .cid-tRUJS8n3YB .text-wrapper {
    padding-top: 30px;
  }
}
.cid-tRUJS8n3YB .card-title {
  color: #000000;
  opacity: 0.85;
  margin-bottom: 0 !important;
  width: 100%;
}
@media (max-width: 767px) {
  .cid-tRUJS8n3YB .card-title {
    text-align: center;
  }
}
.cid-tRUJS8n3YB .mbr-text {
  color: #1d191f;
  margin-top: 20px;
  width: 100%;
  margin-bottom: 0 !important;
}
@media (max-width: 767px) {
  .cid-tRUJS8n3YB .mbr-text {
    text-align: center;
  }
}
.cid-tRUJS8n3YB .col-img {
  width: 33%;
  display: flex;
  flex-direction: column;
  justify-content: flex-start;
  padding: 10px;
  padding-right: 75px !important;
}
@media (max-width: 767px) {
  .cid-tRUJS8n3YB .col-img {
    width: 100%;
    padding: 0 !important;
    align-items: center;
  }
}
.cid-tRUJS8n3YB .image-wrapper {
  display: flex;
  align-items: center;
  justify-content: center;
  max-width: 100%;
  position: relative;
}
@media (max-width: 991px) {
  .cid-tRUJS8n3YB .image-wrapper {
    align-items: flex-start;
    justify-content: flex-start;
  }
}
@media (max-width: 767px) {
  .cid-tRUJS8n3YB .image-wrapper {
    padding-right: 30px;
    max-width: 520px;
  }
}
@media (max-width: 575px) {
  .cid-tRUJS8n3YB .image-wrapper {
    padding-right: 0;
  }
}
.cid-tRUJS8n3YB .image-wrapper:after {
  content: "";
  position: absolute;
  bottom: 0;
  left: 0;
  display: inline-block;
  background-color: #0c2c68;
  border-top-right-radius: 40%;
  border-bottom-right-radius: 40%;
  height: 65%;
  width: 90%;
}
.cid-tRUJS8n3YB .image-wrapper .img-bg-wrap {
  margin-bottom: 19%;
  margin-left: 19%;
}
.cid-tRUJS8n3YB .image-wrapper .img-bg-wrap img {
  position: relative;
  z-index: 2;
  height: auto;
  width: 100%;
  max-width: 100%;
  object-fit: cover;
  border-top-right-radius: 120px;
}
.cid-tTU2Lue2ER {
  padding-top: 2rem;
  padding-bottom: 1rem;
  background-color: #011334;
}
.cid-tTU2Lue2ER .phone-number {
  color: #ffffff;
  font-weight: 400;
}
@media (max-width: 576px) {
  .cid-tTU2Lue2ER .phone-number {
    text-align: center;
  }
}
.cid-tTU2Lue2ER .social-list {
  justify-content: flex-end;
}
@media (max-width: 576px) {
  .cid-tTU2Lue2ER .social-list {
    justify-content: center;
    margin-top: 16px;
  }
}
.cid-tTU2Lue2ER .soc-item {
  margin-right: 27px;
}
.cid-tTU2Lue2ER .soc-item:last-child {
  margin-right: 0;
}
.cid-tTU2Lue2ER .socicon {
  color: #ffffff;
  font-size: 20px;
}
.cid-tTU2Lue2ER .mbr-text {
  font-weight: 400;
}
.cid-tRUL5PV4Jw {
  z-index: 1000;
  width: 100%;
  position: relative;
  min-height: 60px;
}
.cid-tRUL5PV4Jw nav.navbar {
  position: fixed;
}
.cid-tRUL5PV4Jw .btn {
  line-height: 1.2;
}
.cid-tRUL5PV4Jw .navbar-buttons {
  text-align: center;
  min-width: 170px;
}
.cid-tRUL5PV4Jw .nav-link {
  position: relative;
}
.cid-tRUL5PV4Jw .nav-link:before {
  content: '';
  position: absolute;
  transition: all 0.3s;
  bottom: 0;
  left: 50%;
  transform: translateX(-50%);
  width: 0%;
  height: 2px;
  background: #ffffff;
}
.cid-tRUL5PV4Jw .nav-link:hover {
  color: #ffffff !important;
}
.cid-tRUL5PV4Jw .nav-link:hover:before {
  width: 100%;
}
.cid-tRUL5PV4Jw .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-tRUL5PV4Jw .dropdown-menu {
  padding: 0;
  border-radius: 4px;
  box-shadow: 0 1px 3px 0 rgba(0, 0, 0, 0.1);
}
.cid-tRUL5PV4Jw .dropdown-item {
  border-bottom: 1px solid #e6e6e6;
}
.cid-tRUL5PV4Jw .dropdown-item:hover,
.cid-tRUL5PV4Jw .dropdown-item:focus {
  background: #000000 !important;
  color: white !important;
}
.cid-tRUL5PV4Jw .dropdown-item:hover span {
  color: white;
}
.cid-tRUL5PV4Jw .dropdown-item:first-child {
  border-top-left-radius: 4px;
  border-top-right-radius: 4px;
}
.cid-tRUL5PV4Jw .dropdown-item:last-child {
  border-bottom: none;
  border-bottom-left-radius: 4px;
  border-bottom-right-radius: 4px;
}
.cid-tRUL5PV4Jw .nav-dropdown .link {
  padding: 0 0.3em !important;
  margin: 0.667em 1em !important;
}
.cid-tRUL5PV4Jw .nav-dropdown .link.dropdown-toggle::after {
  margin-left: 0.5rem;
  margin-top: -0.1rem;
}
.cid-tRUL5PV4Jw .container {
  display: flex;
  margin: auto;
}
@media (min-width: 992px) {
  .cid-tRUL5PV4Jw .container {
    flex-wrap: nowrap;
  }
}
.cid-tRUL5PV4Jw .iconfont-wrapper {
  color: #000000 !important;
  font-size: 1.5rem;
  padding-right: 0.5rem;
}
.cid-tRUL5PV4Jw .navbar-nav {
  margin: auto;
}
.cid-tRUL5PV4Jw .dropdown-menu,
.cid-tRUL5PV4Jw .navbar.opened {
  background: #000000 !important;
}
.cid-tRUL5PV4Jw .nav-item:focus,
.cid-tRUL5PV4Jw .nav-link:focus {
  outline: none;
}
.cid-tRUL5PV4Jw .dropdown .dropdown-menu .dropdown-item {
  width: auto;
  transition: all 0.25s ease-in-out;
}
.cid-tRUL5PV4Jw .dropdown .dropdown-menu .dropdown-item::after {
  right: 0.5rem;
}
.cid-tRUL5PV4Jw .dropdown .dropdown-menu .dropdown-item .mbr-iconfont {
  margin-right: 0.5rem;
  vertical-align: sub;
}
.cid-tRUL5PV4Jw .dropdown .dropdown-menu .dropdown-item .mbr-iconfont:before {
  display: inline-block;
  transform: scale(1, 1);
  transition: all 0.25s ease-in-out;
}
.cid-tRUL5PV4Jw .collapsed .dropdown-menu .dropdown-item:before {
  display: none;
}
.cid-tRUL5PV4Jw .collapsed .dropdown .dropdown-menu .dropdown-item {
  padding: 0.235em 1.5em 0.235em 1.5em !important;
  transition: none;
  margin: 0 !important;
}
.cid-tRUL5PV4Jw .navbar {
  min-height: 70px;
  transition: all 0.3s;
  border-bottom: 1px solid transparent;
  background: #000000;
}
.cid-tRUL5PV4Jw .navbar.opened {
  transition: all 0.3s;
}
.cid-tRUL5PV4Jw .navbar .dropdown-item {
  padding: 0.5rem 1.8rem;
}
.cid-tRUL5PV4Jw .navbar .navbar-logo img {
  width: auto;
}
.cid-tRUL5PV4Jw .navbar .navbar-collapse {
  justify-content: flex-end;
  z-index: 1;
}
.cid-tRUL5PV4Jw .navbar.collapsed {
  justify-content: center;
}
.cid-tRUL5PV4Jw .navbar.collapsed .nav-item .nav-link::before {
  display: none;
}
.cid-tRUL5PV4Jw .navbar.collapsed.opened .dropdown-menu {
  top: 0;
}
@media (min-width: 992px) {
  .cid-tRUL5PV4Jw .navbar.collapsed.opened:not(.navbar-short) .navbar-collapse {
    max-height: calc(98.5vh - 8rem);
  }
}
.cid-tRUL5PV4Jw .navbar.collapsed .dropdown-menu .dropdown-submenu {
  left: 0 !important;
}
.cid-tRUL5PV4Jw .navbar.collapsed .dropdown-menu .dropdown-item:after {
  right: auto;
}
.cid-tRUL5PV4Jw .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-tRUL5PV4Jw .navbar.collapsed ul.navbar-nav li {
  margin: auto;
}
.cid-tRUL5PV4Jw .navbar.collapsed .dropdown-menu .dropdown-item {
  padding: 0.25rem 1.5rem;
  text-align: center;
}
.cid-tRUL5PV4Jw .navbar.collapsed .icons-menu {
  padding-left: 0;
  padding-right: 0;
  padding-top: 0.5rem;
  padding-bottom: 0.5rem;
}
@media (max-width: 991px) {
  .cid-tRUL5PV4Jw .navbar .nav-item .nav-link::before {
    display: none;
  }
  .cid-tRUL5PV4Jw .navbar.opened .dropdown-menu {
    top: 0;
  }
  .cid-tRUL5PV4Jw .navbar .dropdown-menu .dropdown-submenu {
    left: 0 !important;
  }
  .cid-tRUL5PV4Jw .navbar .dropdown-menu .dropdown-item:after {
    right: auto;
  }
  .cid-tRUL5PV4Jw .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-tRUL5PV4Jw .navbar .navbar-logo img {
    height: 3rem !important;
  }
  .cid-tRUL5PV4Jw .navbar ul.navbar-nav li {
    margin: auto;
  }
  .cid-tRUL5PV4Jw .navbar .dropdown-menu .dropdown-item {
    padding: 0.25rem 1.5rem !important;
    text-align: center;
  }
  .cid-tRUL5PV4Jw .navbar .navbar-brand {
    flex-shrink: initial;
    flex-basis: auto;
    word-break: break-word;
    padding-right: 2rem;
  }
  .cid-tRUL5PV4Jw .navbar .navbar-toggler {
    flex-basis: auto;
  }
  .cid-tRUL5PV4Jw .navbar .icons-menu {
    padding-left: 0;
    padding-top: 0.5rem;
    padding-bottom: 0.5rem;
  }
}
@media (max-width: 991px) and (max-width: 767px) {
  .cid-tRUL5PV4Jw .navbar .navbar-brand {
    width: calc(100% - 31px);
  }
}
.cid-tRUL5PV4Jw .navbar.navbar-short {
  min-height: 60px;
  box-shadow: 0 1px 3px 0 rgba(0, 0, 0, 0.1);
}
.cid-tRUL5PV4Jw .navbar.navbar-short .navbar-logo img {
  height: 5rem !important;
}
.cid-tRUL5PV4Jw .navbar.navbar-short .navbar-brand {
  min-height: 60px;
  padding: 0;
}
.cid-tRUL5PV4Jw .navbar-brand {
  min-height: 70px;
  flex-shrink: 0;
  align-items: center;
  margin-right: 0;
  padding: 10px 0;
  transition: all 0.3s;
  word-break: break-word;
  z-index: 1;
}
.cid-tRUL5PV4Jw .navbar-brand .navbar-caption {
  line-height: inherit !important;
}
.cid-tRUL5PV4Jw .navbar-brand .navbar-logo a {
  outline: none;
}
.cid-tRUL5PV4Jw .dropdown-item.active,
.cid-tRUL5PV4Jw .dropdown-item:active {
  background-color: transparent;
}
.cid-tRUL5PV4Jw .navbar-expand-lg .navbar-nav .nav-link {
  padding: 0;
}
.cid-tRUL5PV4Jw .nav-dropdown .link.dropdown-toggle {
  margin-right: 1.667em;
}
.cid-tRUL5PV4Jw .nav-dropdown .link.dropdown-toggle[aria-expanded="true"] {
  margin-right: 0;
  padding: 0.667em 1.667em;
}
.cid-tRUL5PV4Jw .navbar.navbar-expand-lg .dropdown .dropdown-menu {
  background: #000000;
}
.cid-tRUL5PV4Jw .navbar.navbar-expand-lg .dropdown .dropdown-menu .dropdown-submenu {
  margin: 0;
  left: 100%;
}
.cid-tRUL5PV4Jw .navbar .dropdown.open > .dropdown-menu {
  display: block;
}
.cid-tRUL5PV4Jw ul.navbar-nav {
  flex-wrap: wrap;
}
.cid-tRUL5PV4Jw button.navbar-toggler {
  outline: none;
  width: 31px;
  height: 20px;
  cursor: pointer;
  transition: all 0.2s;
  position: relative;
  align-self: center;
}
.cid-tRUL5PV4Jw button.navbar-toggler .hamburger span {
  position: absolute;
  right: 0;
  width: 30px;
  height: 2px;
  border-right: 5px;
  background-color: #ffffff;
}
.cid-tRUL5PV4Jw button.navbar-toggler .hamburger span:nth-child(1) {
  top: 0;
  transition: all 0.2s;
}
.cid-tRUL5PV4Jw button.navbar-toggler .hamburger span:nth-child(2) {
  top: 8px;
  transition: all 0.15s;
}
.cid-tRUL5PV4Jw button.navbar-toggler .hamburger span:nth-child(3) {
  top: 8px;
  transition: all 0.15s;
}
.cid-tRUL5PV4Jw button.navbar-toggler .hamburger span:nth-child(4) {
  top: 16px;
  transition: all 0.2s;
}
.cid-tRUL5PV4Jw nav.opened .hamburger span:nth-child(1) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-tRUL5PV4Jw nav.opened .hamburger span:nth-child(2) {
  transform: rotate(45deg);
  transition: all 0.25s;
}
.cid-tRUL5PV4Jw nav.opened .hamburger span:nth-child(3) {
  transform: rotate(-45deg);
  transition: all 0.25s;
}
.cid-tRUL5PV4Jw nav.opened .hamburger span:nth-child(4) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-tRUL5PV4Jw .navbar-dropdown {
  padding: 0 1rem;
  position: fixed;
}
.cid-tRUL5PV4Jw a.nav-link {
  display: flex;
  align-items: center;
  justify-content: center;
}
.cid-tRUL5PV4Jw .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-tRUL5PV4Jw .navbar {
    height: 70px;
  }
  .cid-tRUL5PV4Jw .navbar.opened {
    height: auto;
  }
  .cid-tRUL5PV4Jw .nav-item .nav-link:hover::before {
    width: 175%;
    max-width: calc(100% + 2rem);
    left: -1rem;
  }
}
.cid-tRUL5QIxAM {
  padding-top: 11rem;
  padding-bottom: 5rem;
  background-color: #0c2c68;
}
.cid-tRUL5QIxAM .mbr-fallback-image.disabled {
  display: none;
}
.cid-tRUL5QIxAM .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-tRUL5QIxAM .container {
    padding: 0 30px;
  }
}
.cid-tRUL5QIxAM .row .card {
  justify-content: center;
}
.cid-tRUL5QIxAM .title-wrapper .mbr-section-title {
  margin-bottom: 30px;
}
.cid-tRUL5QIxAM .title-wrapper .mbr-section-subtitle {
  opacity: .4;
  margin-bottom: 20px;
}
@media (max-width: 992px) {
  .cid-tRUL5QIxAM .image-wrapper {
    margin-top: 30px;
  }
}
.cid-tRUL5QIxAM .image-wrapper img {
  width: 500px;
  height: 500px;
  border-radius: 100% !important;
  margin: 0 0 0 auto;
  object-fit: cover;
}
@media (max-width: 1400px) {
  .cid-tRUL5QIxAM .image-wrapper img {
    width: 450px;
    height: 450px;
  }
}
@media (max-width: 1199px) {
  .cid-tRUL5QIxAM .image-wrapper img {
    width: 360px;
    height: 360px;
  }
}
@media (max-width: 992px) {
  .cid-tRUL5QIxAM .image-wrapper img {
    margin: 0 auto;
  }
}
@media (max-width: 768px) {
  .cid-tRUL5QIxAM .image-wrapper img {
    width: 245px;
    height: 245px;
  }
}
.cid-tRUL5QIxAM .mbr-section-title {
  color: #ffffff;
}
.cid-tRUL5QIxAM .mbr-section-subtitle {
  color: #ffffff;
  text-align: center;
}
.cid-tRUL5QIxAM .mbr-section-title,
.cid-tRUL5QIxAM .mbr-section-btn {
  text-align: center;
}
.cid-tRURauDPwd {
  padding-top: 6rem;
  padding-bottom: 6rem;
  background-color: #ffffff;
}
.cid-tRURauDPwd .mbr-fallback-image.disabled {
  display: none;
}
.cid-tRURauDPwd .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-tRURauDPwd .container {
  max-width: 1140px;
}
@media (max-width: 991px) {
  .cid-tRURauDPwd .container {
    padding: 0 50px !important;
  }
}
.cid-tRURauDPwd .row {
  align-items: stretch;
}
.cid-tRURauDPwd .col-text {
  display: flex;
  flex-direction: column;
  justify-content: center;
  width: 67%;
  padding: 10px;
}
@media (max-width: 767px) {
  .cid-tRURauDPwd .col-text {
    width: 100%;
    padding: 0 !important;
  }
}
.cid-tRURauDPwd .text-wrapper {
  display: flex;
  flex-direction: column;
  justify-content: center;
  width: 100%;
}
@media (max-width: 767px) {
  .cid-tRURauDPwd .text-wrapper {
    padding-top: 30px;
  }
}
.cid-tRURauDPwd .card-title {
  color: #000000;
  opacity: 0.85;
  margin-bottom: 0 !important;
  width: 100%;
}
@media (max-width: 767px) {
  .cid-tRURauDPwd .card-title {
    text-align: center;
  }
}
.cid-tRURauDPwd .mbr-text {
  color: #1d191f;
  margin-top: 20px;
  width: 100%;
  margin-bottom: 0 !important;
}
@media (max-width: 767px) {
  .cid-tRURauDPwd .mbr-text {
    text-align: center;
  }
}
.cid-tRURauDPwd .col-img {
  width: 33%;
  display: flex;
  flex-direction: column;
  justify-content: flex-start;
  padding: 10px;
  padding-right: 75px !important;
}
@media (max-width: 767px) {
  .cid-tRURauDPwd .col-img {
    width: 100%;
    padding: 0 !important;
    align-items: center;
  }
}
.cid-tRURauDPwd .image-wrapper {
  display: flex;
  align-items: center;
  justify-content: center;
  max-width: 100%;
  position: relative;
}
@media (max-width: 991px) {
  .cid-tRURauDPwd .image-wrapper {
    align-items: flex-start;
    justify-content: flex-start;
  }
}
@media (max-width: 767px) {
  .cid-tRURauDPwd .image-wrapper {
    padding-right: 30px;
    max-width: 520px;
  }
}
@media (max-width: 575px) {
  .cid-tRURauDPwd .image-wrapper {
    padding-right: 0;
  }
}
.cid-tRURauDPwd .image-wrapper:after {
  content: "";
  position: absolute;
  bottom: 0;
  left: 0;
  display: inline-block;
  background-color: #9fe870;
  border-top-right-radius: 40%;
  border-bottom-right-radius: 40%;
  height: 65%;
  width: 90%;
}
.cid-tRURauDPwd .image-wrapper .img-bg-wrap {
  margin-bottom: 19%;
  margin-left: 19%;
}
.cid-tRURauDPwd .image-wrapper .img-bg-wrap img {
  position: relative;
  z-index: 2;
  height: auto;
  width: 100%;
  max-width: 100%;
  object-fit: cover;
  border-top-right-radius: 120px;
}
.cid-tTU2NVXXL8 {
  padding-top: 2rem;
  padding-bottom: 1rem;
  background-color: #011334;
}
.cid-tTU2NVXXL8 .phone-number {
  color: #ffffff;
  font-weight: 400;
}
@media (max-width: 576px) {
  .cid-tTU2NVXXL8 .phone-number {
    text-align: center;
  }
}
.cid-tTU2NVXXL8 .social-list {
  justify-content: flex-end;
}
@media (max-width: 576px) {
  .cid-tTU2NVXXL8 .social-list {
    justify-content: center;
    margin-top: 16px;
  }
}
.cid-tTU2NVXXL8 .soc-item {
  margin-right: 27px;
}
.cid-tTU2NVXXL8 .soc-item:last-child {
  margin-right: 0;
}
.cid-tTU2NVXXL8 .socicon {
  color: #ffffff;
  font-size: 20px;
}
.cid-tTU2NVXXL8 .mbr-text {
  font-weight: 400;
}
.cid-tTTsY08c50 {
  z-index: 1000;
  width: 100%;
  position: relative;
  min-height: 60px;
}
.cid-tTTsY08c50 nav.navbar {
  position: fixed;
}
.cid-tTTsY08c50 .btn {
  line-height: 1.2;
}
.cid-tTTsY08c50 .navbar-buttons {
  text-align: center;
  min-width: 170px;
}
.cid-tTTsY08c50 .nav-link {
  position: relative;
}
.cid-tTTsY08c50 .nav-link:before {
  content: '';
  position: absolute;
  transition: all 0.3s;
  bottom: 0;
  left: 50%;
  transform: translateX(-50%);
  width: 0%;
  height: 2px;
  background: #ffffff;
}
.cid-tTTsY08c50 .nav-link:hover {
  color: #ffffff !important;
}
.cid-tTTsY08c50 .nav-link:hover:before {
  width: 100%;
}
.cid-tTTsY08c50 .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-tTTsY08c50 .dropdown-menu {
  padding: 0;
  border-radius: 4px;
  box-shadow: 0 1px 3px 0 rgba(0, 0, 0, 0.1);
}
.cid-tTTsY08c50 .dropdown-item {
  border-bottom: 1px solid #e6e6e6;
}
.cid-tTTsY08c50 .dropdown-item:hover,
.cid-tTTsY08c50 .dropdown-item:focus {
  background: #000000 !important;
  color: white !important;
}
.cid-tTTsY08c50 .dropdown-item:hover span {
  color: white;
}
.cid-tTTsY08c50 .dropdown-item:first-child {
  border-top-left-radius: 4px;
  border-top-right-radius: 4px;
}
.cid-tTTsY08c50 .dropdown-item:last-child {
  border-bottom: none;
  border-bottom-left-radius: 4px;
  border-bottom-right-radius: 4px;
}
.cid-tTTsY08c50 .nav-dropdown .link {
  padding: 0 0.3em !important;
  margin: 0.667em 1em !important;
}
.cid-tTTsY08c50 .nav-dropdown .link.dropdown-toggle::after {
  margin-left: 0.5rem;
  margin-top: -0.1rem;
}
.cid-tTTsY08c50 .container {
  display: flex;
  margin: auto;
}
@media (min-width: 992px) {
  .cid-tTTsY08c50 .container {
    flex-wrap: nowrap;
  }
}
.cid-tTTsY08c50 .iconfont-wrapper {
  color: #000000 !important;
  font-size: 1.5rem;
  padding-right: 0.5rem;
}
.cid-tTTsY08c50 .navbar-nav {
  margin: auto;
}
.cid-tTTsY08c50 .dropdown-menu,
.cid-tTTsY08c50 .navbar.opened {
  background: #000000 !important;
}
.cid-tTTsY08c50 .nav-item:focus,
.cid-tTTsY08c50 .nav-link:focus {
  outline: none;
}
.cid-tTTsY08c50 .dropdown .dropdown-menu .dropdown-item {
  width: auto;
  transition: all 0.25s ease-in-out;
}
.cid-tTTsY08c50 .dropdown .dropdown-menu .dropdown-item::after {
  right: 0.5rem;
}
.cid-tTTsY08c50 .dropdown .dropdown-menu .dropdown-item .mbr-iconfont {
  margin-right: 0.5rem;
  vertical-align: sub;
}
.cid-tTTsY08c50 .dropdown .dropdown-menu .dropdown-item .mbr-iconfont:before {
  display: inline-block;
  transform: scale(1, 1);
  transition: all 0.25s ease-in-out;
}
.cid-tTTsY08c50 .collapsed .dropdown-menu .dropdown-item:before {
  display: none;
}
.cid-tTTsY08c50 .collapsed .dropdown .dropdown-menu .dropdown-item {
  padding: 0.235em 1.5em 0.235em 1.5em !important;
  transition: none;
  margin: 0 !important;
}
.cid-tTTsY08c50 .navbar {
  min-height: 70px;
  transition: all 0.3s;
  border-bottom: 1px solid transparent;
  background: #000000;
}
.cid-tTTsY08c50 .navbar.opened {
  transition: all 0.3s;
}
.cid-tTTsY08c50 .navbar .dropdown-item {
  padding: 0.5rem 1.8rem;
}
.cid-tTTsY08c50 .navbar .navbar-logo img {
  width: auto;
}
.cid-tTTsY08c50 .navbar .navbar-collapse {
  justify-content: flex-end;
  z-index: 1;
}
.cid-tTTsY08c50 .navbar.collapsed {
  justify-content: center;
}
.cid-tTTsY08c50 .navbar.collapsed .nav-item .nav-link::before {
  display: none;
}
.cid-tTTsY08c50 .navbar.collapsed.opened .dropdown-menu {
  top: 0;
}
@media (min-width: 992px) {
  .cid-tTTsY08c50 .navbar.collapsed.opened:not(.navbar-short) .navbar-collapse {
    max-height: calc(98.5vh - 8rem);
  }
}
.cid-tTTsY08c50 .navbar.collapsed .dropdown-menu .dropdown-submenu {
  left: 0 !important;
}
.cid-tTTsY08c50 .navbar.collapsed .dropdown-menu .dropdown-item:after {
  right: auto;
}
.cid-tTTsY08c50 .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-tTTsY08c50 .navbar.collapsed ul.navbar-nav li {
  margin: auto;
}
.cid-tTTsY08c50 .navbar.collapsed .dropdown-menu .dropdown-item {
  padding: 0.25rem 1.5rem;
  text-align: center;
}
.cid-tTTsY08c50 .navbar.collapsed .icons-menu {
  padding-left: 0;
  padding-right: 0;
  padding-top: 0.5rem;
  padding-bottom: 0.5rem;
}
@media (max-width: 991px) {
  .cid-tTTsY08c50 .navbar .nav-item .nav-link::before {
    display: none;
  }
  .cid-tTTsY08c50 .navbar.opened .dropdown-menu {
    top: 0;
  }
  .cid-tTTsY08c50 .navbar .dropdown-menu .dropdown-submenu {
    left: 0 !important;
  }
  .cid-tTTsY08c50 .navbar .dropdown-menu .dropdown-item:after {
    right: auto;
  }
  .cid-tTTsY08c50 .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-tTTsY08c50 .navbar .navbar-logo img {
    height: 3rem !important;
  }
  .cid-tTTsY08c50 .navbar ul.navbar-nav li {
    margin: auto;
  }
  .cid-tTTsY08c50 .navbar .dropdown-menu .dropdown-item {
    padding: 0.25rem 1.5rem !important;
    text-align: center;
  }
  .cid-tTTsY08c50 .navbar .navbar-brand {
    flex-shrink: initial;
    flex-basis: auto;
    word-break: break-word;
    padding-right: 2rem;
  }
  .cid-tTTsY08c50 .navbar .navbar-toggler {
    flex-basis: auto;
  }
  .cid-tTTsY08c50 .navbar .icons-menu {
    padding-left: 0;
    padding-top: 0.5rem;
    padding-bottom: 0.5rem;
  }
}
@media (max-width: 991px) and (max-width: 767px) {
  .cid-tTTsY08c50 .navbar .navbar-brand {
    width: calc(100% - 31px);
  }
}
.cid-tTTsY08c50 .navbar.navbar-short {
  min-height: 60px;
  box-shadow: 0 1px 3px 0 rgba(0, 0, 0, 0.1);
}
.cid-tTTsY08c50 .navbar.navbar-short .navbar-logo img {
  height: 5rem !important;
}
.cid-tTTsY08c50 .navbar.navbar-short .navbar-brand {
  min-height: 60px;
  padding: 0;
}
.cid-tTTsY08c50 .navbar-brand {
  min-height: 70px;
  flex-shrink: 0;
  align-items: center;
  margin-right: 0;
  padding: 10px 0;
  transition: all 0.3s;
  word-break: break-word;
  z-index: 1;
}
.cid-tTTsY08c50 .navbar-brand .navbar-caption {
  line-height: inherit !important;
}
.cid-tTTsY08c50 .navbar-brand .navbar-logo a {
  outline: none;
}
.cid-tTTsY08c50 .dropdown-item.active,
.cid-tTTsY08c50 .dropdown-item:active {
  background-color: transparent;
}
.cid-tTTsY08c50 .navbar-expand-lg .navbar-nav .nav-link {
  padding: 0;
}
.cid-tTTsY08c50 .nav-dropdown .link.dropdown-toggle {
  margin-right: 1.667em;
}
.cid-tTTsY08c50 .nav-dropdown .link.dropdown-toggle[aria-expanded="true"] {
  margin-right: 0;
  padding: 0.667em 1.667em;
}
.cid-tTTsY08c50 .navbar.navbar-expand-lg .dropdown .dropdown-menu {
  background: #000000;
}
.cid-tTTsY08c50 .navbar.navbar-expand-lg .dropdown .dropdown-menu .dropdown-submenu {
  margin: 0;
  left: 100%;
}
.cid-tTTsY08c50 .navbar .dropdown.open > .dropdown-menu {
  display: block;
}
.cid-tTTsY08c50 ul.navbar-nav {
  flex-wrap: wrap;
}
.cid-tTTsY08c50 button.navbar-toggler {
  outline: none;
  width: 31px;
  height: 20px;
  cursor: pointer;
  transition: all 0.2s;
  position: relative;
  align-self: center;
}
.cid-tTTsY08c50 button.navbar-toggler .hamburger span {
  position: absolute;
  right: 0;
  width: 30px;
  height: 2px;
  border-right: 5px;
  background-color: #ffffff;
}
.cid-tTTsY08c50 button.navbar-toggler .hamburger span:nth-child(1) {
  top: 0;
  transition: all 0.2s;
}
.cid-tTTsY08c50 button.navbar-toggler .hamburger span:nth-child(2) {
  top: 8px;
  transition: all 0.15s;
}
.cid-tTTsY08c50 button.navbar-toggler .hamburger span:nth-child(3) {
  top: 8px;
  transition: all 0.15s;
}
.cid-tTTsY08c50 button.navbar-toggler .hamburger span:nth-child(4) {
  top: 16px;
  transition: all 0.2s;
}
.cid-tTTsY08c50 nav.opened .hamburger span:nth-child(1) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-tTTsY08c50 nav.opened .hamburger span:nth-child(2) {
  transform: rotate(45deg);
  transition: all 0.25s;
}
.cid-tTTsY08c50 nav.opened .hamburger span:nth-child(3) {
  transform: rotate(-45deg);
  transition: all 0.25s;
}
.cid-tTTsY08c50 nav.opened .hamburger span:nth-child(4) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-tTTsY08c50 .navbar-dropdown {
  padding: 0 1rem;
  position: fixed;
}
.cid-tTTsY08c50 a.nav-link {
  display: flex;
  align-items: center;
  justify-content: center;
}
.cid-tTTsY08c50 .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-tTTsY08c50 .navbar {
    height: 70px;
  }
  .cid-tTTsY08c50 .navbar.opened {
    height: auto;
  }
  .cid-tTTsY08c50 .nav-item .nav-link:hover::before {
    width: 175%;
    max-width: calc(100% + 2rem);
    left: -1rem;
  }
}
.cid-tTTsY0M7ku {
  padding-top: 11rem;
  padding-bottom: 5rem;
  background-color: #0c2c68;
}
.cid-tTTsY0M7ku .mbr-fallback-image.disabled {
  display: none;
}
.cid-tTTsY0M7ku .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-tTTsY0M7ku .container {
    padding: 0 30px;
  }
}
.cid-tTTsY0M7ku .row .card {
  justify-content: center;
}
.cid-tTTsY0M7ku .title-wrapper .mbr-section-title {
  margin-bottom: 30px;
}
.cid-tTTsY0M7ku .title-wrapper .mbr-section-subtitle {
  opacity: .4;
  margin-bottom: 20px;
}
@media (max-width: 992px) {
  .cid-tTTsY0M7ku .image-wrapper {
    margin-top: 30px;
  }
}
.cid-tTTsY0M7ku .image-wrapper img {
  width: 500px;
  height: 500px;
  border-radius: 100% !important;
  margin: 0 0 0 auto;
  object-fit: cover;
  margin: 0 auto 0 0;
}
@media (max-width: 1400px) {
  .cid-tTTsY0M7ku .image-wrapper img {
    width: 450px;
    height: 450px;
  }
}
@media (max-width: 1199px) {
  .cid-tTTsY0M7ku .image-wrapper img {
    width: 360px;
    height: 360px;
  }
}
@media (max-width: 992px) {
  .cid-tTTsY0M7ku .image-wrapper img {
    margin: 0 auto;
  }
}
@media (max-width: 768px) {
  .cid-tTTsY0M7ku .image-wrapper img {
    width: 245px;
    height: 245px;
  }
}
.cid-tTTsY0M7ku .mbr-section-title {
  color: #ffffff;
}
.cid-tTTsY0M7ku .mbr-section-subtitle {
  color: #ffffff;
  text-align: center;
}
.cid-tTTsY0M7ku .mbr-section-title,
.cid-tTTsY0M7ku .mbr-section-btn {
  text-align: center;
}
.cid-tTU2Qgr9Tm {
  padding-top: 2rem;
  padding-bottom: 1rem;
  background-color: #011334;
}
.cid-tTU2Qgr9Tm .phone-number {
  color: #ffffff;
  font-weight: 400;
}
@media (max-width: 576px) {
  .cid-tTU2Qgr9Tm .phone-number {
    text-align: center;
  }
}
.cid-tTU2Qgr9Tm .social-list {
  justify-content: flex-end;
}
@media (max-width: 576px) {
  .cid-tTU2Qgr9Tm .social-list {
    justify-content: center;
    margin-top: 16px;
  }
}
.cid-tTU2Qgr9Tm .soc-item {
  margin-right: 27px;
}
.cid-tTU2Qgr9Tm .soc-item:last-child {
  margin-right: 0;
}
.cid-tTU2Qgr9Tm .socicon {
  color: #ffffff;
  font-size: 20px;
}
.cid-tTU2Qgr9Tm .mbr-text {
  font-weight: 400;
}
