.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: 2rem !important;
}
.video-wrapper {
  overflow: hidden;
}
body {
  font-family: Figtree;
}
.display-1 {
  font-family: 'Figtree', sans-serif;
  font-size: 6rem;
  line-height: .8;
  letter-spacing: -0.03em;
}
.display-1 > .mbr-iconfont {
  font-size: 7.5rem;
}
.display-2 {
  font-family: 'Figtree', sans-serif;
  font-size: 3.625rem;
  line-height: 1;
}
.display-2 > .mbr-iconfont {
  font-size: 4.53125rem;
}
.display-4 {
  font-family: 'Montserrat', sans-serif;
  font-size: 1rem;
  line-height: 1;
}
.display-4 > .mbr-iconfont {
  font-size: 1.25rem;
}
.display-5 {
  font-family: 'Figtree', sans-serif;
  font-size: 2rem;
  line-height: 1;
}
.display-5 > .mbr-iconfont {
  font-size: 2.5rem;
}
.display-7 {
  font-family: 'Figtree', sans-serif;
  font-size: 1.25rem;
  line-height: 1.3;
}
.display-7 > .mbr-iconfont {
  font-size: 1.5625rem;
}
/* ---- 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: 4.8rem;
  }
}
@media (max-width: 768px) {
  .display-1 {
    font-size: 4.2rem;
    font-size: calc( 2.75rem + (6 - 2.75) * ((100vw - 20rem) / (48 - 20)));
    line-height: calc( 1.1 * (2.75rem + (6 - 2.75) * ((100vw - 20rem) / (48 - 20))));
  }
  .display-2 {
    font-size: 2.9rem;
    font-size: calc( 1.91875rem + (3.625 - 1.91875) * ((100vw - 20rem) / (48 - 20)));
    line-height: calc( 1.3 * (1.91875rem + (3.625 - 1.91875) * ((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.6rem;
    font-size: calc( 1.35rem + (2 - 1.35) * ((100vw - 20rem) / (48 - 20)));
    line-height: calc( 1.4 * (1.35rem + (2 - 1.35) * ((100vw - 20rem) / (48 - 20))));
  }
  .display-7 {
    font-size: 1rem;
    font-size: calc( 1.0875rem + (1.25 - 1.0875) * ((100vw - 20rem) / (48 - 20)));
    line-height: calc( 1.4 * (1.0875rem + (1.25 - 1.0875) * ((100vw - 20rem) / (48 - 20))));
  }
}
/* Buttons */
.btn {
  padding: 1.25rem 2rem;
  border-radius: 10rem;
}
@media (max-width: 767px) {
  .btn {
    padding: 0.75rem 1.5rem;
  }
}
.btn-sm {
  padding: 0.6rem 1.2rem;
  border-radius: 10rem;
}
.btn-md {
  padding: 0.6rem 1.2rem;
  border-radius: 10rem;
}
.btn-lg {
  padding: 1.25rem 2rem;
  border-radius: 10rem;
}
.bg-primary {
  background-color: #1d1d1f !important;
}
.bg-success {
  background-color: #065b86 !important;
}
.bg-info {
  background-color: #ffffff !important;
}
.bg-warning {
  background-color: #ef8d7b !important;
}
.bg-danger {
  background-color: #ef0048 !important;
}
.btn-primary,
.btn-primary:active {
  background-color: #1d1d1f !important;
  border-color: #1d1d1f !important;
  color: #ffffff !important;
  box-shadow: none;
}
.btn-primary:hover,
.btn-primary:focus,
.btn-primary.focus,
.btn-primary.active {
  color: inherit;
  background-color: #363639 !important;
  border-color: #363639 !important;
  box-shadow: none;
}
.btn-primary.disabled,
.btn-primary:disabled {
  color: #ffffff !important;
  background-color: #363639 !important;
  border-color: #363639 !important;
}
.btn-secondary,
.btn-secondary:active {
  background-color: #0d8c52 !important;
  border-color: #0d8c52 !important;
  color: #ffffff !important;
  box-shadow: none;
}
.btn-secondary:hover,
.btn-secondary:focus,
.btn-secondary.focus,
.btn-secondary.active {
  color: inherit;
  background-color: #11bb6d !important;
  border-color: #11bb6d !important;
  box-shadow: none;
}
.btn-secondary.disabled,
.btn-secondary:disabled {
  color: #ffffff !important;
  background-color: #11bb6d !important;
  border-color: #11bb6d !important;
}
.btn-info,
.btn-info:active {
  background-color: #ffffff !important;
  border-color: #ffffff !important;
  color: #808080 !important;
  box-shadow: none;
}
.btn-info:hover,
.btn-info:focus,
.btn-info.focus,
.btn-info.active {
  color: inherit;
  background-color: #ffffff !important;
  border-color: #ffffff !important;
  box-shadow: none;
}
.btn-info.disabled,
.btn-info:disabled {
  color: #808080 !important;
  background-color: #ffffff !important;
  border-color: #ffffff !important;
}
.btn-success,
.btn-success:active {
  background-color: #065b86 !important;
  border-color: #065b86 !important;
  color: #ffffff !important;
  box-shadow: none;
}
.btn-success:hover,
.btn-success:focus,
.btn-success.focus,
.btn-success.active {
  color: inherit;
  background-color: #087cb7 !important;
  border-color: #087cb7 !important;
  box-shadow: none;
}
.btn-success.disabled,
.btn-success:disabled {
  color: #ffffff !important;
  background-color: #087cb7 !important;
  border-color: #087cb7 !important;
}
.btn-warning,
.btn-warning:active {
  background-color: #ef8d7b !important;
  border-color: #ef8d7b !important;
  color: #ffffff !important;
  box-shadow: none;
}
.btn-warning:hover,
.btn-warning:focus,
.btn-warning.focus,
.btn-warning.active {
  color: inherit;
  background-color: #f5b4a8 !important;
  border-color: #f5b4a8 !important;
  box-shadow: none;
}
.btn-warning.disabled,
.btn-warning:disabled {
  color: #ffffff !important;
  background-color: #f5b4a8 !important;
  border-color: #f5b4a8 !important;
}
.btn-danger,
.btn-danger:active {
  background-color: #ef0048 !important;
  border-color: #ef0048 !important;
  color: #ffffff !important;
  box-shadow: none;
}
.btn-danger:hover,
.btn-danger:focus,
.btn-danger.focus,
.btn-danger.active {
  color: inherit;
  background-color: #ff2365 !important;
  border-color: #ff2365 !important;
  box-shadow: none;
}
.btn-danger.disabled,
.btn-danger:disabled {
  color: #ffffff !important;
  background-color: #ff2365 !important;
  border-color: #ff2365 !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: #1d1d1f;
  color: #1d1d1f;
}
.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: #1d1d1f !important;
  border-color: #1d1d1f !important;
}
.btn-secondary-outline,
.btn-secondary-outline:active {
  background-color: transparent !important;
  border-color: #0d8c52;
  color: #0d8c52;
}
.btn-secondary-outline:hover,
.btn-secondary-outline:focus,
.btn-secondary-outline.focus,
.btn-secondary-outline.active {
  color: #063d24 !important;
  background-color: transparent !important;
  border-color: #063d24 !important;
  box-shadow: none !important;
}
.btn-secondary-outline.disabled,
.btn-secondary-outline:disabled {
  color: #ffffff !important;
  background-color: #0d8c52 !important;
  border-color: #0d8c52 !important;
}
.btn-info-outline,
.btn-info-outline:active {
  background-color: transparent !important;
  border-color: #ffffff;
  color: #ffffff;
}
.btn-info-outline:hover,
.btn-info-outline:focus,
.btn-info-outline.focus,
.btn-info-outline.active {
  color: #d4d4d4 !important;
  background-color: transparent !important;
  border-color: #d4d4d4 !important;
  box-shadow: none !important;
}
.btn-info-outline.disabled,
.btn-info-outline:disabled {
  color: #808080 !important;
  background-color: #ffffff !important;
  border-color: #ffffff !important;
}
.btn-success-outline,
.btn-success-outline:active {
  background-color: transparent !important;
  border-color: #065b86;
  color: #065b86;
}
.btn-success-outline:hover,
.btn-success-outline:focus,
.btn-success-outline.focus,
.btn-success-outline.active {
  color: #022333 !important;
  background-color: transparent !important;
  border-color: #022333 !important;
  box-shadow: none !important;
}
.btn-success-outline.disabled,
.btn-success-outline:disabled {
  color: #ffffff !important;
  background-color: #065b86 !important;
  border-color: #065b86 !important;
}
.btn-warning-outline,
.btn-warning-outline:active {
  background-color: transparent !important;
  border-color: #ef8d7b;
  color: #ef8d7b;
}
.btn-warning-outline:hover,
.btn-warning-outline:focus,
.btn-warning-outline.focus,
.btn-warning-outline.active {
  color: #e64a2e !important;
  background-color: transparent !important;
  border-color: #e64a2e !important;
  box-shadow: none !important;
}
.btn-warning-outline.disabled,
.btn-warning-outline:disabled {
  color: #ffffff !important;
  background-color: #ef8d7b !important;
  border-color: #ef8d7b !important;
}
.btn-danger-outline,
.btn-danger-outline:active {
  background-color: transparent !important;
  border-color: #ef0048;
  color: #ef0048;
}
.btn-danger-outline:hover,
.btn-danger-outline:focus,
.btn-danger-outline.focus,
.btn-danger-outline.active {
  color: #98002e !important;
  background-color: transparent !important;
  border-color: #98002e !important;
  box-shadow: none !important;
}
.btn-danger-outline.disabled,
.btn-danger-outline:disabled {
  color: #ffffff !important;
  background-color: #ef0048 !important;
  border-color: #ef0048 !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: #1d1d1f !important;
}
.text-secondary {
  color: #0d8c52 !important;
}
.text-success {
  color: #065b86 !important;
}
.text-info {
  color: #ffffff !important;
}
.text-warning {
  color: #ef8d7b !important;
}
.text-danger {
  color: #ef0048 !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: #042f1b !important;
}
a.text-success:hover,
a.text-success:focus,
a.text-success.active {
  color: #021924 !important;
}
a.text-info:hover,
a.text-info:focus,
a.text-info.active {
  color: #cccccc !important;
}
a.text-warning:hover,
a.text-warning:focus,
a.text-warning.active {
  color: #e43e20 !important;
}
a.text-danger:hover,
a.text-danger:focus,
a.text-danger.active {
  color: #890029 !important;
}
a.text-white:hover,
a.text-white:focus,
a.text-white.active {
  color: #c7c7c7 !important;
}
a.text-black:hover,
a.text-black:focus,
a.text-black.active {
  color: #000000 !important;
}
a[class*="text-"]:not(.nav-link):not(.dropdown-item):not([role]):not(.navbar-caption) {
  transition: 0.2s;
  position: relative;
  background-image: linear-gradient(currentColor 50%, currentColor 50%);
  background-size: 10000px 2px;
  background-repeat: no-repeat;
  background-position: 0 1.2em;
}
.nav-tabs .nav-link.active {
  color: #1d1d1f;
}
.nav-tabs .nav-link:not(.active) {
  color: #232323;
}
.alert-success {
  background-color: #70c770;
}
.alert-info {
  background-color: #ffffff;
}
.alert-warning {
  background-color: #ef8d7b;
}
.alert-danger {
  background-color: #ef0048;
}
.mbr-section-btn .btn:not(.btn-form) {
  border-radius: 100px;
}
.mbr-gallery-filter li a {
  border-radius: 100px !important;
}
.mbr-gallery-filter li.active .btn {
  background-color: #1d1d1f;
  border-color: #1d1d1f;
  color: #ffffff;
}
.mbr-gallery-filter li.active .btn:focus {
  box-shadow: none;
}
.nav-tabs .nav-link {
  border-radius: 100px !important;
}
a,
a:hover {
  color: #1d1d1f;
}
.mbr-plan-header.bg-primary .mbr-plan-subtitle,
.mbr-plan-header.bg-primary .mbr-plan-price-desc {
  color: #cfcfd2;
}
.mbr-plan-header.bg-success .mbr-plan-subtitle,
.mbr-plan-header.bg-success .mbr-plan-price-desc {
  color: #17aaf5;
}
.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: #ffffff;
}
.mbr-plan-header.bg-danger .mbr-plan-subtitle,
.mbr-plan-header.bg-danger .mbr-plan-price-desc {
  color: #ffbcd0;
}
/* Scroll to top button*/
#scrollToTop a {
  border-radius: 100px;
}
.form-control {
  font-family: 'Figtree', sans-serif;
  font-size: 1.25rem;
  line-height: 1.3;
  font-weight: 400;
  border-radius: 100px !important;
}
.form-control > .mbr-iconfont {
  font-size: 1.5625rem;
}
.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: #1d1d1f !important;
}
.form-control:-webkit-input-placeholder {
  font-family: 'Figtree', sans-serif;
  font-size: 1.25rem;
  line-height: 1.3;
  font-weight: 400;
}
.form-control:-webkit-input-placeholder > .mbr-iconfont {
  font-size: 1.5625rem;
}
blockquote {
  border-color: #1d1d1f;
}
/* Forms */
.mbr-form .input-group-btn .btn {
  border-radius: 100px !important;
}
.mbr-form .input-group-btn .btn:hover {
  box-shadow: 0 10px 40px 0 rgba(0, 0, 0, 0.2);
}
.mbr-form .input-group-btn button[type="submit"] {
  border-radius: 100px !important;
  padding: 1rem 3rem;
}
.mbr-form .input-group-btn button[type="submit"]:hover {
  box-shadow: 0 10px 40px 0 rgba(0, 0, 0, 0.2);
}
.jq-selectbox li:hover,
.jq-selectbox li.selected {
  background-color: #1d1d1f;
  color: #ffffff;
}
.jq-number__spin {
  transition: 0.25s ease;
}
.jq-number__spin:hover {
  border-color: #1d1d1f;
}
.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: #1d1d1f;
  border-bottom-color: #1d1d1f;
}
.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: #1d1d1f !important;
  box-shadow: none !important;
}
.xdsoft_datetimepicker .xdsoft_calendar td:hover,
.xdsoft_datetimepicker .xdsoft_timepicker .xdsoft_time_box > div > div:hover {
  color: #ffffff !important;
  background: #0d8c52 !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='%231d1d1f' %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;
}
.mbr-section-btn .btn,
.mbr-section-btn-main .btn {
  padding: 16px 20px;
  box-shadow: none;
  border-width: 1px;
  border-radius: 10rem !important;
  font-weight: 500 !important;
}
.mbr-section-btn .btn:hover,
.mbr-section-btn-main .btn:hover,
.mbr-section-btn .btn:focus,
.mbr-section-btn-main .btn:focus {
  box-shadow: none;
}
img {
  border-radius: 2rem !important;
}
.cid-u0JQAghNNZ {
  z-index: 1000;
  width: 100%;
}
.cid-u0JQAghNNZ nav.navbar {
  position: fixed;
}
.cid-u0JQAghNNZ .nav-link {
  position: relative;
}
.cid-u0JQAghNNZ .nav-link:before {
  content: '';
  bottom: -2px;
  left: 5px;
  width: 0%;
  height: 1px;
  opacity: 0;
  transition: all 0.3s;
  background: currentColor;
  position: absolute;
}
.cid-u0JQAghNNZ .nav-link:hover:before {
  width: 50%;
  opacity: 1;
}
.cid-u0JQAghNNZ .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-u0JQAghNNZ .dropdown-menu {
  padding: 0;
}
.cid-u0JQAghNNZ .dropdown-item:hover,
.cid-u0JQAghNNZ .dropdown-item:focus {
  background: #1d1d1f !important;
  color: white !important;
}
.cid-u0JQAghNNZ .nav-dropdown .link {
  padding: 0 0.3em !important;
  margin: .667em 1em !important;
}
.cid-u0JQAghNNZ .nav-dropdown .link.dropdown-toggle::after {
  margin-left: 0.5rem;
  margin-top: 0.2rem;
}
.cid-u0JQAghNNZ .container {
  display: flex;
  margin: auto;
}
.cid-u0JQAghNNZ .iconfont-wrapper {
  color: #000000 !important;
  font-size: 1.5rem;
  padding-right: .5rem;
}
.cid-u0JQAghNNZ .navbar-caption {
  padding-right: 4rem;
}
.cid-u0JQAghNNZ .dropdown-menu,
.cid-u0JQAghNNZ .navbar.opened {
  background: #065b86 !important;
}
.cid-u0JQAghNNZ .nav-item:focus,
.cid-u0JQAghNNZ .nav-link:focus {
  outline: none;
}
.cid-u0JQAghNNZ .dropdown .dropdown-menu .dropdown-item {
  width: auto;
  transition: all 0.25s ease-in-out;
}
.cid-u0JQAghNNZ .dropdown .dropdown-menu .dropdown-item::after {
  right: 0.5rem;
}
.cid-u0JQAghNNZ .dropdown .dropdown-menu .dropdown-item .mbr-iconfont {
  margin-left: -1.8rem;
  padding-right: 1rem;
  font-size: inherit;
}
.cid-u0JQAghNNZ .dropdown .dropdown-menu .dropdown-item .mbr-iconfont:before {
  display: inline-block;
  transform: scale(1, 1);
  transition: all 0.25s ease-in-out;
}
.cid-u0JQAghNNZ .collapsed .dropdown-menu .dropdown-item:before {
  display: none;
}
.cid-u0JQAghNNZ .collapsed .dropdown .dropdown-menu .dropdown-item {
  padding: 0.235em 1.5em 0.235em 1.5em !important;
  transition: none;
  margin: 0 !important;
}
.cid-u0JQAghNNZ .navbar {
  min-height: 77px;
  transition: all .3s;
  background: rgba(6, 91, 134, 0);
}
.cid-u0JQAghNNZ .navbar.opened {
  transition: all .3s;
}
.cid-u0JQAghNNZ .navbar .dropdown-item {
  padding: .5rem 1.8rem;
}
.cid-u0JQAghNNZ .navbar .navbar-logo img {
  width: auto;
}
.cid-u0JQAghNNZ .navbar .navbar-collapse {
  justify-content: flex-end;
  z-index: 1;
}
.cid-u0JQAghNNZ .navbar.collapsed .nav-item .nav-link::before {
  display: none;
}
.cid-u0JQAghNNZ .navbar.collapsed.opened .dropdown-menu {
  top: 0;
}
@media (min-width: 992px) {
  .cid-u0JQAghNNZ .navbar.collapsed.opened:not(.navbar-short) .navbar-collapse {
    max-height: calc(98.5vh - 8rem);
  }
}
.cid-u0JQAghNNZ .navbar.collapsed .dropdown-menu .dropdown-submenu {
  left: 0 !important;
}
.cid-u0JQAghNNZ .navbar.collapsed .dropdown-menu .dropdown-item:after {
  right: auto;
}
.cid-u0JQAghNNZ .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: 55%;
}
.cid-u0JQAghNNZ .navbar.collapsed ul.navbar-nav li {
  margin: auto;
}
.cid-u0JQAghNNZ .navbar.collapsed .dropdown-menu .dropdown-item {
  padding: .25rem 1.5rem;
  text-align: center;
}
.cid-u0JQAghNNZ .navbar.collapsed .icons-menu {
  padding-left: 0;
  padding-right: 0;
  padding-top: .5rem;
  padding-bottom: .5rem;
}
@media (max-width: 991px) {
  .cid-u0JQAghNNZ .navbar .nav-item .nav-link::before {
    display: none;
  }
  .cid-u0JQAghNNZ .navbar.opened .dropdown-menu {
    top: 0;
  }
  .cid-u0JQAghNNZ .navbar .dropdown-menu .dropdown-submenu {
    left: 0 !important;
  }
  .cid-u0JQAghNNZ .navbar .dropdown-menu .dropdown-item:after {
    right: auto;
  }
  .cid-u0JQAghNNZ .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: 55%;
  }
  .cid-u0JQAghNNZ .navbar .navbar-logo img {
    height: 3.8rem !important;
  }
  .cid-u0JQAghNNZ .navbar ul.navbar-nav li {
    margin: auto;
  }
  .cid-u0JQAghNNZ .navbar .dropdown-menu .dropdown-item {
    padding: .25rem 1.5rem !important;
    text-align: center;
  }
  .cid-u0JQAghNNZ .navbar .navbar-brand {
    flex-shrink: initial;
    flex-basis: auto;
    word-break: break-word;
    padding-right: 2rem;
  }
  .cid-u0JQAghNNZ .navbar .navbar-toggler {
    flex-basis: auto;
  }
  .cid-u0JQAghNNZ .navbar .icons-menu {
    padding-left: 0;
    padding-top: .5rem;
    padding-bottom: .5rem;
  }
}
.cid-u0JQAghNNZ .navbar.navbar-short {
  min-height: 60px;
}
.cid-u0JQAghNNZ .navbar.navbar-short .navbar-logo img {
  height: 3rem !important;
}
.cid-u0JQAghNNZ .navbar.navbar-short .navbar-brand {
  padding: 0;
}
.cid-u0JQAghNNZ .navbar-brand {
  flex-shrink: 0;
  align-items: center;
  margin-right: 0;
  padding: 0;
  transition: all .3s;
  word-break: break-word;
  z-index: 1;
}
.cid-u0JQAghNNZ .navbar-brand .navbar-caption {
  line-height: inherit !important;
}
.cid-u0JQAghNNZ .navbar-brand .navbar-logo a {
  outline: none;
}
.cid-u0JQAghNNZ .dropdown-item.active,
.cid-u0JQAghNNZ .dropdown-item:active {
  background-color: transparent;
}
.cid-u0JQAghNNZ .navbar-expand-lg .navbar-nav .nav-link {
  padding: 0;
}
.cid-u0JQAghNNZ .nav-dropdown .link.dropdown-toggle {
  margin-right: 1.667em;
}
.cid-u0JQAghNNZ .nav-dropdown .link.dropdown-toggle[aria-expanded="true"] {
  margin-right: 0;
  padding: 0.667em 1.667em;
}
.cid-u0JQAghNNZ .navbar.navbar-expand-lg .dropdown .dropdown-menu {
  background: #065b86;
}
.cid-u0JQAghNNZ .navbar.navbar-expand-lg .dropdown .dropdown-menu .dropdown-submenu {
  margin: 0;
  left: 100%;
}
.cid-u0JQAghNNZ .navbar .dropdown.open > .dropdown-menu {
  display: block;
}
.cid-u0JQAghNNZ ul.navbar-nav {
  flex-wrap: wrap;
}
.cid-u0JQAghNNZ .navbar-buttons {
  text-align: center;
  min-width: 170px;
}
.cid-u0JQAghNNZ button.navbar-toggler {
  outline: none;
  width: 31px;
  height: 20px;
  cursor: pointer;
  transition: all .2s;
  position: relative;
  align-self: center;
}
.cid-u0JQAghNNZ button.navbar-toggler .hamburger span {
  position: absolute;
  right: 0;
  width: 30px;
  height: 2px;
  border-right: 5px;
  background-color: currentColor;
}
.cid-u0JQAghNNZ button.navbar-toggler .hamburger span:nth-child(1) {
  top: 0;
  transition: all .2s;
}
.cid-u0JQAghNNZ button.navbar-toggler .hamburger span:nth-child(2) {
  top: 8px;
  transition: all .15s;
}
.cid-u0JQAghNNZ button.navbar-toggler .hamburger span:nth-child(3) {
  top: 8px;
  transition: all .15s;
}
.cid-u0JQAghNNZ button.navbar-toggler .hamburger span:nth-child(4) {
  top: 16px;
  transition: all .2s;
}
.cid-u0JQAghNNZ nav.opened .hamburger span:nth-child(1) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all .2s;
}
.cid-u0JQAghNNZ nav.opened .hamburger span:nth-child(2) {
  transform: rotate(45deg);
  transition: all .25s;
}
.cid-u0JQAghNNZ nav.opened .hamburger span:nth-child(3) {
  transform: rotate(-45deg);
  transition: all .25s;
}
.cid-u0JQAghNNZ nav.opened .hamburger span:nth-child(4) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all .2s;
}
.cid-u0JQAghNNZ .navbar-dropdown {
  padding: .5rem 1rem;
  position: fixed;
}
.cid-u0JQAghNNZ a.nav-link {
  display: flex;
  align-items: center;
  justify-content: center;
}
.cid-u0JQAghNNZ .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-u0JQAghNNZ .navbar {
    height: 77px;
  }
  .cid-u0JQAghNNZ .navbar.opened {
    height: auto;
  }
  .cid-u0JQAghNNZ .nav-item .nav-link:hover::before {
    width: 175%;
    max-width: calc(100% + 2rem);
    left: -1rem;
  }
}
.cid-u0JQgzbuqO {
  display: flex;
  background-image: url("../../../assets/images/aas-1366x768.png");
}
.cid-u0JQgzbuqO .mbr-overlay {
  background-color: #353535;
  opacity: 0.5;
}
.cid-u0JQgzbuqO .content-wrap {
  padding: 5rem 1rem;
}
@media (min-width: 768px) {
  .cid-u0JQgzbuqO {
    align-items: flex-end;
  }
  .cid-u0JQgzbuqO .row {
    justify-content: flex-start;
  }
  .cid-u0JQgzbuqO .content-wrap {
    width: 51%;
  }
}
@media (max-width: 991px) and (min-width: 768px) {
  .cid-u0JQgzbuqO .content-wrap {
    min-width: 50%;
  }
}
@media (max-width: 767px) {
  .cid-u0JQgzbuqO {
    -webkit-align-items: center;
    align-items: center;
  }
  .cid-u0JQgzbuqO .mbr-row {
    -webkit-justify-content: center;
    justify-content: center;
  }
  .cid-u0JQgzbuqO .content-wrap {
    width: 100%;
  }
}
.cid-u0K5VzzoSj {
  padding-top: 4rem;
  padding-bottom: 0rem;
  background-color: #ffffff;
}
.cid-u0K5VzzoSj .item-img {
  position: relative;
}
.cid-u0K5VzzoSj .tag {
  position: absolute;
  left: 1rem;
  top: 0.5rem;
}
.cid-u0K5VzzoSj .btn-tag {
  padding: 0.3rem 1rem;
  padding-top: 6px;
  border-radius: 6px !important;
}
.cid-u0K5VzzoSj .btn-tag:hover,
.cid-u0K5VzzoSj .btn-tag:focus {
  box-shadow: none;
}
.cid-u0K5VzzoSj img,
.cid-u0K5VzzoSj .item-img {
  width: 100%;
  margin-bottom: 1rem;
  height: 100%;
  height: 300px;
  object-fit: cover;
}
.cid-u0K5VzzoSj .item:focus,
.cid-u0K5VzzoSj span:focus {
  outline: none;
}
.cid-u0K5VzzoSj .item {
  cursor: pointer;
  margin-bottom: 2rem;
}
.cid-u0K5VzzoSj .item-wrapper {
  position: relative;
  border-radius: 4px;
  height: 100%;
  display: flex;
  overflow: visible;
  flex-flow: column nowrap;
}
.cid-u0K5VzzoSj .mbr-section-btn {
  margin-top: auto !important;
}
.cid-u0K5VzzoSj .mbr-section-title {
  color: #232323;
  text-align: center;
}
.cid-u0K5VzzoSj .mbr-text,
.cid-u0K5VzzoSj .mbr-section-btn {
  color: #141414;
}
.cid-u0K5VzzoSj .item-title {
  color: #bbbbbb;
}
.cid-u0K5VzzoSj .item-subtitle {
  color: #141414;
}
.cid-tZa2Y6QoN1 {
  overflow: hidden;
  padding-top: 0rem;
  padding-bottom: 8rem;
  background-image: url("../../../assets/images/conference28-1920.jpg");
}
.cid-tZa2Y6QoN1 .image {
  position: absolute;
  background-image: url("../../../assets/images/conference-transparent.png");
  background-position: center center;
  background-repeat: no-repeat;
  background-size: cover;
  z-index: 1 !important;
  width: 800px;
  height: 500px;
  margin-left: 72vw;
  transform-origin: center;
  transform: rotate(330deg);
}
@media (max-width: 991px) {
  .cid-tZa2Y6QoN1 .image {
    display: none;
  }
}
.cid-tZa2Y6QoN1 .position {
  z-index: 10;
}
.cid-tZa2Y6QoN1 .mbr-section-subtitle {
  margin: 10px 0 15px;
  line-height: 1.55;
}
.cid-tZa2Y6QoN1 .mbr-section-title {
  margin-bottom: 0;
}
.cid-tZa2Y6QoN1 .mbr-text {
  margin-top: 30px;
}
.cid-tZa2Y6QoN1 .mbr-section-btn {
  margin-top: 30px;
}
.cid-tZa2Y6QoN1 .info__block {
  display: flex;
  flex-wrap: wrap;
  padding-top: 20px;
}
.cid-tZa2Y6QoN1 .divider {
  background-color: #191f23;
  width: 100%;
  height: 1px;
  display: inline-block;
}
.cid-tZa2Y6QoN1 .info__block-item {
  width: 130px;
  padding-top: 25px;
  margin-right: 25px;
  margin-top: 20px;
}
@media (max-width: 767px) {
  .cid-tZa2Y6QoN1 .info__block-item {
    margin-right: 10px;
  }
}
.cid-tZa2Y6QoN1 .title__item,
.cid-tZa2Y6QoN1 .text__item {
  margin-bottom: 0;
}
.cid-tZa2Y6QoN1 .text__item {
  line-height: 1.35;
  text-align: left;
}
.cid-tZa2Y6QoN1 .animated-element {
  color: #065b86;
}
.cid-tZa2Y6QoN1 .typed-cursor {
  opacity: 1;
  -webkit-animation: blink 0.7s infinite;
  -moz-animation: blink 0.7s infinite;
  animation: blink 0.7s infinite;
  color: #065b86;
}
@keyframes blink {
  0% {
    opacity: 1;
  }
  50% {
    opacity: 0;
  }
  100% {
    opacity: 1;
  }
}
@-webkit-keyframes blink {
  0% {
    opacity: 1;
  }
  50% {
    opacity: 0;
  }
  100% {
    opacity: 1;
  }
}
@-moz-keyframes blink {
  0% {
    opacity: 1;
  }
  50% {
    opacity: 0;
  }
  100% {
    opacity: 1;
  }
}
.cid-tZa2Y6QoN1 .mbr-fallback-image.disabled {
  display: none;
}
.cid-tZa2Y6QoN1 .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-tZa2Y6QoN1 .mbr-section-title,
.cid-tZa2Y6QoN1 .typed-text {
  color: #232323;
}
.cid-u048wU7cCI {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-color: #075e69;
}
.cid-u048wU7cCI .mbr-fallback-image.disabled {
  display: none;
}
.cid-u048wU7cCI .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-u048wU7cCI .title-wrapper {
  padding-top: 20px;
  border-top: 2px solid #ffffff;
  margin: 0 160px 200px;
  position: relative;
}
@media (max-width: 992px) {
  .cid-u048wU7cCI .title-wrapper {
    padding-top: 12px;
    margin: 0 30px 100px;
  }
}
.cid-u048wU7cCI .title-wrapper .mbr-section-title {
  margin: 0;
}
.cid-u048wU7cCI .cards {
  padding: 0 175px;
  margin: 0;
}
@media (max-width: 992px) {
  .cid-u048wU7cCI .cards {
    padding: 0 43px;
  }
}
.cid-u048wU7cCI .cards .card:first-child {
  padding: 0 35px 0 0;
}
@media (min-width: 1400px) {
  .cid-u048wU7cCI .cards .card:first-child {
    padding: 0 85px 0 0;
  }
}
@media (max-width: 992px) {
  .cid-u048wU7cCI .cards .card:first-child {
    padding: 0;
  }
}
.cid-u048wU7cCI .cards .card:nth-child(2) {
  padding: 0 20px;
}
@media (min-width: 1400px) {
  .cid-u048wU7cCI .cards .card:nth-child(2) {
    padding: 0 55px;
  }
}
@media (max-width: 992px) {
  .cid-u048wU7cCI .cards .card:nth-child(2) {
    padding: 0;
  }
}
.cid-u048wU7cCI .cards .card:last-child {
  padding: 0 0 0 35px;
}
@media (min-width: 1400px) {
  .cid-u048wU7cCI .cards .card:last-child {
    padding: 0 0 0 85px;
  }
}
@media (max-width: 992px) {
  .cid-u048wU7cCI .cards .card:last-child {
    padding: 0;
  }
}
@media (max-width: 992px) {
  .cid-u048wU7cCI .cards .card {
    margin-bottom: 60px;
  }
}
.cid-u048wU7cCI .cards .card .card-wrapper {
  padding-top: 20px;
  border-top: 2px solid #ffffff;
}
@media (max-width: 992px) {
  .cid-u048wU7cCI .cards .card .card-wrapper {
    padding-top: 12px;
  }
}
.cid-u048wU7cCI .cards .card .card-wrapper .mbr-text {
  margin: 0;
}
.cid-u048wU7cCI .mbr-section-title {
  color: #FFFFFF;
}
.cid-u048wU7cCI .mbr-text {
  color: #FFFFFF;
}
.cid-tYKDYVHfOy {
  padding-top: 5rem;
  padding-bottom: 5rem;
  overflow: hidden;
  background-color: #ffffff;
}
.cid-tYKDYVHfOy .mbr-fallback-image.disabled {
  display: none;
}
.cid-tYKDYVHfOy .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-tYKDYVHfOy .container {
    padding: 0 23px;
  }
}
@media (max-width: 768px) {
  .cid-tYKDYVHfOy .container {
    padding: 0 12px;
  }
}
.cid-tYKDYVHfOy .content-wrapper .title-wrapper .mbr-section-title {
  display: inline-flex;
  width: fit-content;
  margin-bottom: 22px;
  position: relative;
}
.cid-tYKDYVHfOy .content-wrapper .title-wrapper .mbr-section-title::before {
  content: '';
  position: absolute;
  bottom: 0;
  left: 0;
  height: 15px;
  width: 100%;
  opacity: .85;
  background-color: #192227;
  border-radius: 10rem;
}
.cid-tYKDYVHfOy .content-wrapper .mbr-text {
  margin-bottom: 22px;
}
.cid-tYKDYVHfOy .image-wrapper {
  margin-top: 100px;
  border: 10px solid #1d1d1f;
  transform: rotate(5deg);
  background-color: #1d1d1f;
  border-radius: 2rem;
}
.cid-tYKDYVHfOy .image-wrapper img {
  height: 600px;
  object-fit: cover;
}
@media (max-width: 1500px) {
  .cid-tYKDYVHfOy .image-wrapper img {
    height: 500px;
  }
}
@media (max-width: 768px) {
  .cid-tYKDYVHfOy .image-wrapper img {
    height: 250px;
  }
}
.cid-tYKDYVHfOy .image-wrap {
  border: 10px solid #1d1d1f;
  transform: rotate(-20deg);
  background-color: #1d1d1f;
  border-radius: 2rem;
  margin-top: -120px;
}
@media (max-width: 992px) {
  .cid-tYKDYVHfOy .image-wrap {
    margin-top: 0;
  }
}
.cid-tYKDYVHfOy .image-wrap img {
  height: 600px;
  object-fit: cover;
}
@media (max-width: 992px) {
  .cid-tYKDYVHfOy .image-wrap img {
    height: 350px;
  }
}
.cid-tYKDYVHfOy .mbr-section-title {
  color: #1D1D1F;
}
.cid-tYKDYVHfOy .mbr-text {
  color: #1D1D1F;
}
.cid-tYF2Wfs2VM {
  padding-top: 5rem;
  padding-bottom: 5rem;
  overflow: hidden;
  background-color: #ffffff;
}
.cid-tYF2Wfs2VM .mbr-fallback-image.disabled {
  display: none;
}
.cid-tYF2Wfs2VM .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-tYF2Wfs2VM .container-fluid {
  padding: 0;
}
@media (max-width: 992px) {
  .cid-tYF2Wfs2VM .container-fluid {
    padding: 0;
  }
}
@media (max-width: 992px) {
  .cid-tYF2Wfs2VM .container {
    padding: 0 16px;
  }
}
.cid-tYF2Wfs2VM .row {
  position: relative;
  margin: 0 20px;
}
@media (max-width: 992px) {
  .cid-tYF2Wfs2VM .row {
    margin: 0 10px;
  }
}
.cid-tYF2Wfs2VM .row .card {
  position: relative;
  padding: 0;
}
.cid-tYF2Wfs2VM .row .card .decor-wrapper {
  position: absolute;
  top: -23rem;
  left: -11rem;
  width: 2000px;
  height: 500px;
  border-left: 40px solid #2bed95;
  border-radius: 0;
  pointer-events: none;
}
@media (max-width: 1300px) {
  .cid-tYF2Wfs2VM .row .card .decor-wrapper {
    left: -8rem;
  }
}
@media (max-width: 992px) {
  .cid-tYF2Wfs2VM .row .card .decor-wrapper {
    display: none;
  }
}
.cid-tYF2Wfs2VM .row .card .icon-decor {
  position: absolute;
  top: 3rem;
  left: -13rem;
  width: 100px;
  height: 100px;
  font-size: 48px;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  background-color: #192227;
  color: #fdfcfc;
  border-radius: 100%;
  border: 5px solid #2bed95;
  z-index: 1;
}
@media (max-width: 1300px) {
  .cid-tYF2Wfs2VM .row .card .icon-decor {
    left: -9.8rem;
  }
}
@media (max-width: 992px) {
  .cid-tYF2Wfs2VM .row .card .icon-decor {
    display: none;
  }
}
.cid-tYF2Wfs2VM .title-wrapper {
  position: relative;
  z-index: 1;
  width: 65%;
}
@media (max-width: 992px) {
  .cid-tYF2Wfs2VM .title-wrapper {
    width: 100%;
  }
}
.cid-tYF2Wfs2VM .title-wrapper .mbr-section-title {
  margin-bottom: 40px;
}
@media (max-width: 992px) {
  .cid-tYF2Wfs2VM .title-wrapper .mbr-section-title {
    margin-bottom: 20px;
  }
}
.cid-tYF2Wfs2VM .title-wrapper .mbr-text {
  margin-bottom: 0;
}
.cid-tYF2Wfs2VM .mbr-section-title {
  color: #282b2f;
}
.cid-tYF2Wfs2VM .mbr-text {
  color: #282b2f;
}
.cid-tYJqMwYgKS {
  padding-top: 0rem;
  padding-bottom: 6rem;
  background-color: #ffffff;
}
.cid-tYJqMwYgKS .container {
  max-width: 1040px;
}
@media (max-width: 575px) {
  .cid-tYJqMwYgKS .row {
    text-align: center!important;
  }
}
.cid-tYJqMwYgKS .mbr-section-title {
  color: #000000;
}
@media (max-width: 575px) {
  .cid-tYJqMwYgKS .mbr-section-title {
    text-align: center;
  }
}
.cid-tYJqMwYgKS .mbr-section-subtitle {
  color: #0099ff;
}
.cid-tYJqMwYgKS .mbr-text {
  color: #000000;
  margin-top: 28px;
}
.cid-tYJqMwYgKS .mbr-section-btn {
  margin-top: 18px;
}
@media (max-width: 575px) {
  .cid-tYJqMwYgKS .mbr-section-btn {
    display: flex;
    flex-wrap: wrap;
  }
  .cid-tYJqMwYgKS .mbr-section-btn .btn {
    width: 100%;
  }
}
.cid-tYJqMwYgKS .btn-primary-outline,
.cid-tYJqMwYgKS .btn-secondary-outline,
.cid-tYJqMwYgKS .btn-success-outline,
.cid-tYJqMwYgKS .btn-info-outline,
.cid-tYJqMwYgKS .btn-warning-outline,
.cid-tYJqMwYgKS .btn-danger-outline,
.cid-tYJqMwYgKS .btn-white-outline,
.cid-tYJqMwYgKS .btn-black-outline {
  padding: 0;
  min-height: auto;
}
.cid-tYJqMwYgKS .mbr-fallback-image.disabled {
  display: none;
}
.cid-tYJqMwYgKS .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-tYF3nlvEip {
  padding-top: 5rem;
  padding-bottom: 0rem;
  overflow: hidden;
  background-color: #192227;
}
.cid-tYF3nlvEip .mbr-fallback-image.disabled {
  display: none;
}
.cid-tYF3nlvEip .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-tYF3nlvEip .container {
    padding: 0 16px;
  }
}
.cid-tYF3nlvEip .row {
  position: relative;
  margin: 0 20px;
}
@media (max-width: 992px) {
  .cid-tYF3nlvEip .row {
    margin: 0 10px;
  }
}
.cid-tYF3nlvEip .row .card {
  position: relative;
  padding: 0;
}
.cid-tYF3nlvEip .row .card .decor-wrapper {
  position: absolute;
  top: -23rem;
  left: -11rem;
  width: 2000px;
  height: 500px;
  border-left: 40px solid #2bed95;
  border-radius: 0;
  pointer-events: none;
  left: auto;
  right: -11rem;
  border-right: 40px solid #2bed95;
  border-left: none;
}
@media (max-width: 1300px) {
  .cid-tYF3nlvEip .row .card .decor-wrapper {
    left: -8rem;
  }
}
@media (max-width: 1300px) {
  .cid-tYF3nlvEip .row .card .decor-wrapper {
    right: -8rem;
    left: auto;
  }
}
@media (max-width: 992px) {
  .cid-tYF3nlvEip .row .card .decor-wrapper {
    left: auto;
    right: -90px;
    border-radius: 18%;
  }
}
@media (max-width: 992px) {
  .cid-tYF3nlvEip .row .card .decor-wrapper {
    display: none;
  }
}
.cid-tYF3nlvEip .row .card .icon-decor {
  position: absolute;
  top: 3rem;
  left: -13rem;
  width: 100px;
  height: 100px;
  font-size: 48px;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  background-color: #192227;
  color: #fdfcfc;
  border-radius: 100%;
  border: 5px solid #2bed95;
  z-index: 1;
  left: auto;
  right: -13rem;
}
@media (max-width: 1300px) {
  .cid-tYF3nlvEip .row .card .icon-decor {
    left: -9.8rem;
  }
}
@media (max-width: 1300px) {
  .cid-tYF3nlvEip .row .card .icon-decor {
    right: -9.8rem;
    left: auto;
  }
}
@media (max-width: 992px) {
  .cid-tYF3nlvEip .row .card .icon-decor {
    display: none;
  }
}
.cid-tYF3nlvEip .title-wrapper {
  position: relative;
  z-index: 1;
  width: 65%;
}
@media (max-width: 992px) {
  .cid-tYF3nlvEip .title-wrapper {
    width: 100%;
  }
}
.cid-tYF3nlvEip .title-wrapper .mbr-section-title {
  margin-bottom: 40px;
}
@media (max-width: 992px) {
  .cid-tYF3nlvEip .title-wrapper .mbr-section-title {
    margin-bottom: 20px;
  }
}
.cid-tYF3nlvEip .title-wrapper .mbr-text {
  margin-bottom: 0;
}
.cid-tYF3nlvEip .mbr-section-title {
  color: #fdfcfc;
}
.cid-tYF3nlvEip .mbr-text {
  color: #fdfcfc;
}
.cid-tYJAlKkanO {
  padding-top: 4rem;
  padding-bottom: 5rem;
  background-color: #192227;
  background: linear-gradient(180deg, #192227, #2bed95);
}
.cid-tYJAlKkanO .container {
  max-width: 1040px;
}
@media (max-width: 575px) {
  .cid-tYJAlKkanO .row {
    text-align: center!important;
  }
}
.cid-tYJAlKkanO .mbr-section-title {
  color: #000000;
}
@media (max-width: 575px) {
  .cid-tYJAlKkanO .mbr-section-title {
    text-align: center;
  }
}
.cid-tYJAlKkanO .mbr-section-subtitle {
  color: #0099ff;
}
.cid-tYJAlKkanO .mbr-text {
  color: #ffffff;
  margin-top: 28px;
}
.cid-tYJAlKkanO .mbr-section-btn {
  margin-top: 18px;
}
@media (max-width: 575px) {
  .cid-tYJAlKkanO .mbr-section-btn {
    display: flex;
    flex-wrap: wrap;
  }
  .cid-tYJAlKkanO .mbr-section-btn .btn {
    width: 100%;
  }
}
.cid-tYJAlKkanO .btn-primary-outline,
.cid-tYJAlKkanO .btn-secondary-outline,
.cid-tYJAlKkanO .btn-success-outline,
.cid-tYJAlKkanO .btn-info-outline,
.cid-tYJAlKkanO .btn-warning-outline,
.cid-tYJAlKkanO .btn-danger-outline,
.cid-tYJAlKkanO .btn-white-outline,
.cid-tYJAlKkanO .btn-black-outline {
  padding: 0;
  min-height: auto;
}
.cid-tYJAlKkanO .mbr-fallback-image.disabled {
  display: none;
}
.cid-tYJAlKkanO .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-tYJAlKkanO .mbr-section-title,
.cid-tYJAlKkanO .mbr-section-btn {
  color: #0d8c52;
}
.cid-tYF3CNYBtc {
  padding-top: 5rem;
  padding-bottom: 0rem;
  overflow: hidden;
  background-color: #ffffff;
}
.cid-tYF3CNYBtc .mbr-fallback-image.disabled {
  display: none;
}
.cid-tYF3CNYBtc .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-tYF3CNYBtc .container-fluid {
  padding: 0;
}
@media (max-width: 992px) {
  .cid-tYF3CNYBtc .container-fluid {
    padding: 0;
  }
}
@media (max-width: 992px) {
  .cid-tYF3CNYBtc .container {
    padding: 0 16px;
  }
}
.cid-tYF3CNYBtc .row {
  position: relative;
  margin: 0 20px;
}
@media (max-width: 992px) {
  .cid-tYF3CNYBtc .row {
    margin: 0 10px;
  }
}
.cid-tYF3CNYBtc .row .card {
  position: relative;
  padding: 0;
}
.cid-tYF3CNYBtc .row .card .decor-wrapper {
  position: absolute;
  top: -23rem;
  left: -11rem;
  width: 2000px;
  height: 500px;
  border-left: 40px solid #2bed95;
  border-radius: 0;
  pointer-events: none;
}
@media (max-width: 1300px) {
  .cid-tYF3CNYBtc .row .card .decor-wrapper {
    left: -8rem;
  }
}
@media (max-width: 992px) {
  .cid-tYF3CNYBtc .row .card .decor-wrapper {
    display: none;
  }
}
.cid-tYF3CNYBtc .row .card .icon-decor {
  position: absolute;
  top: 3rem;
  left: -13rem;
  width: 100px;
  height: 100px;
  font-size: 48px;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  background-color: #192227;
  color: #fdfcfc;
  border-radius: 100%;
  border: 5px solid #2bed95;
  z-index: 1;
}
@media (max-width: 1300px) {
  .cid-tYF3CNYBtc .row .card .icon-decor {
    left: -9.8rem;
  }
}
@media (max-width: 992px) {
  .cid-tYF3CNYBtc .row .card .icon-decor {
    display: none;
  }
}
.cid-tYF3CNYBtc .title-wrapper {
  position: relative;
  z-index: 1;
  width: 65%;
}
@media (max-width: 992px) {
  .cid-tYF3CNYBtc .title-wrapper {
    width: 100%;
  }
}
.cid-tYF3CNYBtc .title-wrapper .mbr-section-title {
  margin-bottom: 40px;
}
@media (max-width: 992px) {
  .cid-tYF3CNYBtc .title-wrapper .mbr-section-title {
    margin-bottom: 20px;
  }
}
.cid-tYF3CNYBtc .title-wrapper .mbr-text {
  margin-bottom: 0;
}
.cid-tYF3CNYBtc .mbr-section-title {
  color: #192227;
}
.cid-tYF3CNYBtc .mbr-text {
  color: #192227;
}
.cid-tYKVmM6ORS {
  padding-top: 6rem;
  padding-bottom: 6rem;
  background-color: #ffffff;
}
.cid-tYKVmM6ORS .container {
  max-width: 1040px;
}
@media (max-width: 575px) {
  .cid-tYKVmM6ORS .row {
    text-align: center!important;
  }
}
.cid-tYKVmM6ORS .mbr-section-title {
  color: #000000;
}
@media (max-width: 575px) {
  .cid-tYKVmM6ORS .mbr-section-title {
    text-align: center;
  }
}
.cid-tYKVmM6ORS .mbr-section-subtitle {
  color: #0099ff;
}
.cid-tYKVmM6ORS .mbr-text {
  color: #000000;
  margin-top: 28px;
}
.cid-tYKVmM6ORS .mbr-section-btn {
  margin-top: 18px;
}
@media (max-width: 575px) {
  .cid-tYKVmM6ORS .mbr-section-btn {
    display: flex;
    flex-wrap: wrap;
  }
  .cid-tYKVmM6ORS .mbr-section-btn .btn {
    width: 100%;
  }
}
.cid-tYKVmM6ORS .btn-primary-outline,
.cid-tYKVmM6ORS .btn-secondary-outline,
.cid-tYKVmM6ORS .btn-success-outline,
.cid-tYKVmM6ORS .btn-info-outline,
.cid-tYKVmM6ORS .btn-warning-outline,
.cid-tYKVmM6ORS .btn-danger-outline,
.cid-tYKVmM6ORS .btn-white-outline,
.cid-tYKVmM6ORS .btn-black-outline {
  padding: 0;
  min-height: auto;
}
.cid-tYKVmM6ORS .mbr-fallback-image.disabled {
  display: none;
}
.cid-tYKVmM6ORS .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-tRfrwb1kZN {
  padding-top: 5rem;
  padding-bottom: 5rem;
  overflow: hidden;
  background-color: #ffffff;
}
.cid-tRfrwb1kZN .mbr-fallback-image.disabled {
  display: none;
}
.cid-tRfrwb1kZN .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-tRfrwb1kZN .container {
    padding: 0 23px;
  }
}
@media (max-width: 768px) {
  .cid-tRfrwb1kZN .container {
    padding: 0 12px;
  }
}
.cid-tRfrwb1kZN .content-wrapper {
  display: flex;
  border-radius: 32px;
  padding: 16px;
  background-color: #192227;
}
@media (max-width: 992px) {
  .cid-tRfrwb1kZN .content-wrapper {
    display: block;
  }
}
.cid-tRfrwb1kZN .content-wrapper .title-wrapper {
  width: 50%;
  padding: 48px;
  margin-right: 32px;
}
@media (max-width: 992px) {
  .cid-tRfrwb1kZN .content-wrapper .title-wrapper {
    width: 100%;
    padding: 32px;
    margin: 0;
  }
}
@media (max-width: 768px) {
  .cid-tRfrwb1kZN .content-wrapper .title-wrapper {
    padding: 24px;
  }
}
.cid-tRfrwb1kZN .content-wrapper .title-wrapper .mbr-section-title {
  margin-bottom: 16px;
}
.cid-tRfrwb1kZN .content-wrapper .title-wrapper .mbr-text {
  margin-bottom: 0;
}
.cid-tRfrwb1kZN .content-wrapper .mbr-form {
  width: 50%;
}
@media (max-width: 992px) {
  .cid-tRfrwb1kZN .content-wrapper .mbr-form {
    width: 100%;
  }
}
.cid-tRfrwb1kZN .content-wrapper .mbr-form .form-wrap {
  width: 100%;
  padding: 48px;
}
@media (max-width: 992px) {
  .cid-tRfrwb1kZN .content-wrapper .mbr-form .form-wrap {
    padding: 32px;
  }
}
@media (max-width: 768px) {
  .cid-tRfrwb1kZN .content-wrapper .mbr-form .form-wrap {
    padding: 24px;
  }
}
.cid-tRfrwb1kZN .content-wrapper .mbr-form .form-wrap .dragArea.row .mbr-section-title {
  margin-bottom: 20px !important;
}
.cid-tRfrwb1kZN .content-wrapper .mbr-form .form-wrap .dragArea.row .mbr-text {
  margin-bottom: 20px !important;
}
.cid-tRfrwb1kZN .content-wrapper .mbr-form .form-wrap .dragArea.row .form-group {
  margin-bottom: 16px !important;
}
.cid-tRfrwb1kZN .content-wrapper .mbr-form .form-wrap .dragArea.row .form-group .form-control {
  padding: 16px;
  box-shadow: none;
  border-radius: 16px !important;
  border: 1px solid #bbbbbb !important;
  background-color: #ffffff;
}
.cid-tRfrwb1kZN .content-wrapper .mbr-form .form-wrap .dragArea.row .form-group .form-control:hover,
.cid-tRfrwb1kZN .content-wrapper .mbr-form .form-wrap .dragArea.row .form-group .form-control:focus {
  border: 1px solid #ffffff !important;
  box-shadow: none;
}
.cid-tRfrwb1kZN .content-wrapper .mbr-form .form-wrap .dragArea.row .form-group .form-control::placeholder {
  color: #bbbbbb;
}
.cid-tRfrwb1kZN .content-wrapper .mbr-form .form-wrap .dragArea.row .form-group textarea {
  min-height: 160px;
}
.cid-tRfrwb1kZN .content-wrapper .mbr-form .form-wrap .dragArea.row .form-group .form-check {
  padding-left: 1.7em;
  margin-bottom: 10px;
}
.cid-tRfrwb1kZN .content-wrapper .mbr-form .form-wrap .dragArea.row .form-group .form-check .form-check-input {
  background-color: #bbbbbb;
  border-color: #bbbbbb;
}
.cid-tRfrwb1kZN .content-wrapper .mbr-form .form-wrap .dragArea.row .mbr-section-btn {
  margin-top: 6px;
}
.cid-tRfrwb1kZN .content-wrapper .mbr-form .form-wrap .dragArea.row .mbr-section-btn .btn {
  width: 100%;
}
.cid-tRfrwb1kZN .mbr-section-title {
  color: #ffffff;
}
.cid-tRfrwb1kZN .mbr-text {
  color: #ffffff;
}
.cid-tRfrwb1kZN label {
  color: #ffffff;
}
.cid-u04Z8y06Ov {
  padding-top: 75px;
  padding-bottom: 75px;
  background-color: #141414;
}
@media (max-width: 767px) {
  .cid-u04Z8y06Ov .content {
    text-align: center;
  }
  .cid-u04Z8y06Ov .content > div:not(:last-child) {
    margin-bottom: 2rem;
  }
}
.cid-u04Z8y06Ov .map {
  height: 18.75rem;
}
@media (max-width: 767px) {
  .cid-u04Z8y06Ov .footer-lower .copyright {
    margin-bottom: 1rem;
    text-align: center;
  }
}
.cid-u04Z8y06Ov .footer-lower hr {
  margin: 1rem 0;
  border-color: #fff;
  opacity: 0.05;
}
.cid-u04Z8y06Ov .google-map {
  height: 25rem;
  position: relative;
}
.cid-u04Z8y06Ov .google-map iframe {
  height: 100%;
  width: 100%;
}
.cid-u04Z8y06Ov .google-map [data-state-details] {
  color: #6b6763;
  font-family: Montserrat;
  height: 1.5em;
  margin-top: -0.75em;
  padding-left: 1.25rem;
  padding-right: 1.25rem;
  position: absolute;
  text-align: center;
  top: 50%;
  width: 100%;
}
.cid-u04Z8y06Ov .google-map[data-state] {
  background: #e9e5dc;
}
.cid-u04Z8y06Ov .google-map[data-state="loading"] [data-state-details] {
  display: none;
}
.cid-u04Z8y06Ov .social-list {
  padding-left: 0;
  margin-bottom: 0;
  margin-left: -7px;
  list-style: none;
  display: flex;
  -webkit-justify-content: flex-start;
  justify-content: flex-start;
  -webkit-flex-wrap: wrap;
  flex-wrap: wrap;
}
.cid-u04Z8y06Ov .social-list .mbr-iconfont-social {
  font-size: 1.3rem;
  color: #fff;
}
.cid-u04Z8y06Ov .social-list .soc-item {
  margin: 0 0.5rem;
}
.cid-u04Z8y06Ov .social-list a {
  margin: 0;
  opacity: 0.5;
  -webkit-transition: 0.2s linear;
  transition: 0.2s linear;
}
.cid-u04Z8y06Ov .social-list a:hover {
  opacity: 1;
}
@media (max-width: 767px) {
  .cid-u04Z8y06Ov .social-list {
    -webkit-justify-content: center;
    justify-content: center;
  }
}
.cid-u04Z8y06Ov .list {
  list-style-type: none;
  padding: 0;
}
.cid-u04Z8y06Ov .copyright > p {
  text-align: center;
}
.cid-tYIDDlihCm {
  padding-top: 10rem;
  padding-bottom: 0rem;
  background-image: url("../../../assets/images/aadfgfdf-1366x768.png");
}
.cid-tYIDDlihCm .mbr-fallback-image.disabled {
  display: none;
}
.cid-tYIDDlihCm .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-tYIDDlihCm img {
  border-radius: 2rem;
}
.cid-tYIDDlihCm .mbr-section-subtitle {
  background: white;
  color: #ffffff;
  width: fit-content;
  border-radius: 2rem;
  padding: 5px 1rem;
  text-align: left;
}
.cid-tYIDDlihCm .subtitle-wrap {
  display: inline-flex;
  border-radius: 2rem;
  padding: 0.5rem;
  padding-bottom: 0;
  background: #1d1d1f;
  flex-direction: row;
  width: fit-content;
  align-items: center;
  margin-bottom: 2rem;
}
.cid-tYIDDlihCm .subtitle-wrap .mbr-iconfont {
  padding: 0 15px;
  padding-bottom: 8px;
  margin: 0;
  color: #0d8c52;
  font-size: 1.5rem;
}
.cid-tYIDDlihCm .mbr-section-title {
  color: #ffffff;
}
.cid-tYIDDlihCm .mbr-text,
.cid-tYIDDlihCm .mbr-section-btn {
  color: #ffffff;
}
.cid-tYIDDlihCm .mbr-section-subtitle,
.cid-tYIDDlihCm .align-wrapper {
  color: #0d8c52;
}
.cid-tZbygaAbsC {
  padding-top: 0rem;
  padding-bottom: 5rem;
  overflow: hidden;
  position: relative;
  background-color: #ffffff;
}
.cid-tZbygaAbsC::before {
  content: '';
  position: absolute;
  top: 0;
  left: -20%;
  width: 32rem;
  height: 100%;
  background-image: radial-gradient(#0d8c52 0, transparent 100%);
  border-radius: 100%;
  z-index: 1;
  filter: blur(70px);
}
.cid-tZbygaAbsC .mbr-fallback-image.disabled {
  display: none;
}
.cid-tZbygaAbsC .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-tZbygaAbsC .container {
    padding: 0 24px;
  }
}
.cid-tZbygaAbsC .row {
  justify-content: center;
  position: relative;
  z-index: 1;
}
.cid-tZbygaAbsC .title-wrapper {
  margin-bottom: 130px;
}
@media (max-width: 992px) {
  .cid-tZbygaAbsC .title-wrapper {
    margin-bottom: 32px;
  }
}
.cid-tZbygaAbsC .title-wrapper .mbr-desc {
  margin-bottom: 24px;
}
.cid-tZbygaAbsC .title-wrapper .mbr-section-title {
  display: inline-flex;
  width: 50%;
  margin-bottom: 0;
}
@media (max-width: 992px) {
  .cid-tZbygaAbsC .title-wrapper .mbr-section-title {
    width: 100%;
  }
}
.cid-tZbygaAbsC .items-wrapper {
  display: grid;
  grid-template-columns: 1fr 1fr 1fr;
  gap: 4rem;
  padding-top: 50px;
  border-top: 1px solid #0d8c52;
}
@media (max-width: 992px) {
  .cid-tZbygaAbsC .items-wrapper {
    display: block;
    padding: 24px;
  }
}
@media (max-width: 992px) {
  .cid-tZbygaAbsC .items-wrapper .item {
    margin-bottom: 48px;
  }
  .cid-tZbygaAbsC .items-wrapper .item:last-child {
    margin-bottom: 0;
  }
}
.cid-tZbygaAbsC .items-wrapper .item .item-wrapper .card-box .card-text {
  margin-bottom: 0;
}
.cid-tZbygaAbsC .mbr-section-title {
  color: #141414;
}
.cid-tZbygaAbsC .mbr-desc {
  color: #141414;
}
.cid-tZbygaAbsC .card-number {
  color: #141414;
}
.cid-tZbygaAbsC .card-title {
  color: #141414;
}
.cid-tZbygaAbsC .card-text {
  color: #141414;
}
.cid-tZbB063Mun {
  padding-top: 5rem;
  padding-bottom: 5rem;
  overflow: hidden;
  position: relative;
  background-color: #f4f4f6;
}
.cid-tZbB063Mun::before {
  content: '';
  position: absolute;
  top: -20%;
  right: -15%;
  width: 32rem;
  height: 100%;
  background-image: linear-gradient(60deg, #eeeeee 0, #0d8c52 100%);
  border-radius: 100%;
  z-index: 1;
  filter: blur(70px);
}
.cid-tZbB063Mun .mbr-fallback-image.disabled {
  display: none;
}
.cid-tZbB063Mun .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-tZbB063Mun .container-fluid {
  padding: 0 64px;
}
@media (max-width: 992px) {
  .cid-tZbB063Mun .container-fluid {
    padding: 0 24px;
  }
}
@media (max-width: 992px) {
  .cid-tZbB063Mun .container {
    padding: 0 24px;
  }
}
.cid-tZbB063Mun .row {
  justify-content: center;
}
.cid-tZbB063Mun .row .card,
.cid-tZbB063Mun .row .item {
  padding: 0 12px;
}
.cid-tZbB063Mun .title-wrapper {
  position: relative;
  z-index: 1;
  margin-bottom: 130px;
}
@media (max-width: 992px) {
  .cid-tZbB063Mun .title-wrapper {
    margin-bottom: 32px;
  }
}
.cid-tZbB063Mun .title-wrapper .mbr-section-title {
  margin-bottom: 24px;
}
.cid-tZbB063Mun .title-wrapper .mbr-text {
  margin-bottom: 0;
}
.cid-tZbB063Mun .item {
  position: relative;
  z-index: 1;
  margin-bottom: 24px;
}
.cid-tZbB063Mun .item .item-wrapper {
  padding: 32px;
  border-radius: .75rem !important;
  background-color: #0d8c52;
  height: 100%;
}
@media (max-width: 992px) {
  .cid-tZbB063Mun .item .item-wrapper {
    padding: 24px;
  }
}
.cid-tZbB063Mun .item .item-wrapper .card-box .card-number {
  margin-bottom: 24px;
  opacity: .4;
}
.cid-tZbB063Mun .item .item-wrapper .card-box .card-title {
  margin-bottom: 24px;
}
.cid-tZbB063Mun .item .item-wrapper .card-box .card-text {
  margin-bottom: 0;
}
.cid-tZbB063Mun .mbr-section-title {
  color: #141414;
  text-align: left;
}
.cid-tZbB063Mun .mbr-text {
  color: #141414;
  text-align: center;
}
.cid-tZbB063Mun .card-number {
  color: #141414;
}
.cid-tZbB063Mun .card-title {
  color: #282b2f;
}
.cid-tZbB063Mun .card-text {
  color: #192227;
}
.cid-tYJ0On4b4t {
  padding-top: 0rem;
  padding-bottom: 5rem;
  background-color: #ffffff;
}
.cid-tYJ0On4b4t .mbr-fallback-image.disabled {
  display: none;
}
.cid-tYJ0On4b4t .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-tYJ0On4b4t .row {
  padding: 0 110px;
}
@media (max-width: 992px) {
  .cid-tYJ0On4b4t .row {
    padding: 0 12px;
  }
}
.cid-tYJ0On4b4t .text-wrapper {
  padding: 25px;
}
@media (max-width: 992px) {
  .cid-tYJ0On4b4t .text-wrapper {
    padding: 0;
  }
}
.cid-tYJ0On4b4t .text-wrapper .mbr-section-title {
  margin-bottom: 15px;
}
.cid-tYJ0On4b4t .text-wrapper .mbr-section-title span {
  color: #0d8c52;
}
.cid-tYJ0On4b4t .text-wrapper .mbr-text {
  margin-bottom: 16px;
}
.cid-tYJ0On4b4t .image {
  position: relative;
}
.cid-tYJ0On4b4t .image::before {
  content: '';
  position: absolute;
  bottom: 3rem;
  left: 0;
  width: 155px;
  height: 155px;
  background-color: transparent;
  border-radius: 100%;
  border: 20px solid #ee2947;
}
@media (max-width: 992px) {
  .cid-tYJ0On4b4t .image::before {
    display: none;
  }
}
.cid-tYJ0On4b4t .image::after {
  content: '';
  position: absolute;
  bottom: 5.93rem;
  left: 3rem;
  width: 60px;
  height: 60px;
  background-color: #ee2947;
  border-radius: 100%;
}
@media (max-width: 992px) {
  .cid-tYJ0On4b4t .image::after {
    display: none;
  }
}
.cid-tYJ0On4b4t .image-wrapper {
  position: relative;
  padding-top: 50%;
  width: fit-content;
}
@media (max-width: 992px) {
  .cid-tYJ0On4b4t .image-wrapper {
    padding: 0;
    display: flex;
    justify-content: center;
    margin-bottom: 25px;
    width: auto;
  }
}
.cid-tYJ0On4b4t .image-wrapper::before {
  content: '';
  position: absolute;
  right: -20rem;
  top: 13rem;
  display: block;
  width: 400px;
  height: 400px;
  border: 30px solid #0d8c52;
  border-radius: 50%;
  background-color: transparent;
  z-index: 5;
}
@media (max-width: 992px) {
  .cid-tYJ0On4b4t .image-wrapper::before {
    display: none;
  }
}
.cid-tYJ0On4b4t .image-wrapper::after {
  content: '';
  position: absolute;
  right: -26rem;
  top: 6.7rem;
  display: block;
  width: 600px;
  height: 600px;
  border: 30px solid #0d8c52;
  border-radius: 50%;
  background-color: transparent;
  z-index: 1;
}
@media (max-width: 992px) {
  .cid-tYJ0On4b4t .image-wrapper::after {
    display: none;
  }
}
.cid-tYJ0On4b4t .image-wrapper img {
  width: 400px;
  min-height: 600px;
  border-radius: 0 0 0 100%;
  z-index: 2;
  position: relative;
}
@media (max-width: 992px) {
  .cid-tYJ0On4b4t .image-wrapper img {
    min-height: auto;
    width: 250px;
  }
}
.cid-tYJ0On4b4t .mbr-section-title {
  color: #1e4381;
}
.cid-tYJ0On4b4t .mbr-text {
  color: #1e4381;
  text-align: center;
}
.cid-tYIVDzZaEE {
  padding-top: 2rem;
  padding-bottom: 2rem;
  background-color: #ffffff;
}
.cid-tYIVDzZaEE .mbr-fallback-image.disabled {
  display: none;
}
.cid-tYIVDzZaEE .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-tYIVDzZaEE .display-1 {
    font-size: 6rem;
  }
}
@media (max-width: 767px) {
  .cid-tYIVDzZaEE .display-1 {
    font-size: 2.4rem;
  }
}
.cid-tYIVDzZaEE a {
  font-weight: bold;
}
.cid-tYIVDzZaEE .mbr-text1 {
  text-align: center;
  color: #151515;
  background: #2bed95;
  width: fit-content;
  display: inline-block;
  white-space: nowrap;
  margin: auto;
  padding: 0 3rem;
  padding-bottom: 1rem;
  padding-top: 1rem;
  border-radius: 6rem;
}
@media (max-width: 992px) {
  .cid-tYIVDzZaEE .mbr-text1 {
    padding-top: 0.8rem;
  }
}
@media (max-width: 767px) {
  .cid-tYIVDzZaEE .mbr-text1 {
    padding: 0 2rem;
    padding-bottom: 1rem;
    padding-top: 1.2rem;
  }
}
.cid-tYIVDzZaEE .mbr-text2 {
  text-align: center;
  color: #af9fff;
  display: inline-block;
  background: #1d1d1f;
  white-space: nowrap;
  width: fit-content;
  margin: auto;
  padding: 0 3rem;
  padding-bottom: 1rem;
  padding-top: 1rem;
  border-radius: 6rem;
}
@media (max-width: 992px) {
  .cid-tYIVDzZaEE .mbr-text2 {
    padding-top: 0.8rem;
  }
}
@media (max-width: 767px) {
  .cid-tYIVDzZaEE .mbr-text2 {
    padding: 0 2rem;
    padding-bottom: 1rem;
    padding-top: 1.2rem;
  }
}
.cid-tYIVDzZaEE .mbr-text,
.cid-tYIVDzZaEE .mbr-section-btn {
  text-align: center;
  color: #af9fff;
}
.cid-tYJaBBpPDx {
  padding-top: 3rem;
  padding-bottom: 1rem;
  background-color: #ffffff;
}
.cid-tYJaBBpPDx .mbr-iconfont {
  display: block;
  font-size: 3rem;
  color: #8364e2;
  margin-bottom: 1rem;
}
.cid-tYJaBBpPDx .main-title {
  position: relative;
  width: fit-content;
  display: inline-block;
  color: #160830;
}
.cid-tYJaBBpPDx .main-title:before {
  content: "";
  bottom: -1rem;
  left: 50%;
  transform: translateX(-50%);
  width: 100px;
  height: 2px;
  background: currentColor;
  position: absolute;
}
.cid-tYJaBBpPDx .card-wrapper {
  transition: all 0.3s;
  border: 1px solid rgba(255, 255, 255, 0.1);
  padding: 1.5rem 1rem;
  background: #282b2f;
  border-radius: 20px;
  display: flex;
  justify-content: center;
  align-items: center;
  box-shadow: 0 0 8px 0 rgba(0, 0, 0, 0.3);
}
.cid-tYJaBBpPDx .card-wrapper:hover {
  background: transparent;
}
.cid-tYJaBBpPDx .card-title,
.cid-tYJaBBpPDx .card-box {
  color: #ffffff;
}
.cid-tYJaBBpPDx .main-title,
.cid-tYJaBBpPDx .title-col {
  text-align: center;
  color: #ffffff;
}
.cid-tYJaBBpPDx .mbr-fallback-image.disabled {
  display: none;
}
.cid-tYJaBBpPDx .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-tYJgnqY2NW {
  padding-top: 8rem;
  padding-bottom: 6rem;
  background-color: #ffffff;
}
.cid-tYJgnqY2NW .text {
  display: flex;
  align-items: center;
}
.cid-tYJgnqY2NW .mbr-section-subtitle {
  margin: 0 0 22px 0;
  letter-spacing: .13em;
  color: #192227;
}
.cid-tYJgnqY2NW .mbr-section-title {
  margin: 0 0 33px 0;
  color: #282b2f;
}
.cid-tYJgnqY2NW .btn {
  height: 55px;
  min-width: 170px;
  box-shadow: none;
}
.cid-tYJgnqY2NW .btn:hover {
  box-shadow: none;
}
.cid-tYJgnqY2NW .image-wrapper {
  width: 100%;
  height: 100%;
  display: flex;
  justify-content: center;
  position: relative;
}
@media (max-width: 992px) {
  .cid-tYJgnqY2NW .image-wrapper {
    margin-top: 2rem;
  }
}
.cid-tYJgnqY2NW .image-wrapper img {
  width: 372px;
  height: 427px;
  object-fit: cover;
  transform: rotate(5deg);
  transition: all .4s ease;
  border: 8px solid #ffffff;
}
@media (max-width: 992px) {
  .cid-tYJgnqY2NW .image-wrapper img {
    transform: none;
  }
}
@media (max-width: 768px) {
  .cid-tYJgnqY2NW .image-wrapper img {
    width: 240px;
    height: 275px;
  }
}
.cid-tYJgnqY2NW .image-wrapper .image-absolute {
  position: absolute;
  top: 20px;
  right: 23%;
  width: 372px;
  height: 427px;
  object-fit: cover;
  transform: rotate(5deg);
  transition: all .4s ease;
  border: 8px solid #ffffff;
}
@media (max-width: 992px) {
  .cid-tYJgnqY2NW .image-wrapper .image-absolute {
    transform: none;
  }
}
@media (max-width: 768px) {
  .cid-tYJgnqY2NW .image-wrapper .image-absolute {
    width: 240px;
    height: 275px;
  }
}
@media (max-width: 425px) {
  .cid-tYJgnqY2NW .image-wrapper .image-absolute {
    display: none;
  }
}
.cid-tYJgnqY2NW .row:hover img {
  transform: rotate(0deg);
}
.cid-tYJgnqY2NW .mbr-fallback-image.disabled {
  display: none;
}
.cid-tYJgnqY2NW .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-tYJcYPz086 {
  padding-top: 120px;
  padding-bottom: 90px;
  background-color: #ffffff;
}
.cid-tYJcYPz086 .row {
  justify-content: space-between;
}
.cid-tYJcYPz086 .form-control {
  box-shadow: none;
  margin-bottom: 5px;
  padding: 0.2rem 1rem !important;
  background-color: #ffffff;
  border: 1px solid #bbbbbb !important;
  color: #353535;
  border-radius: 0.25rem;
  line-height: 2.5rem !important;
}
.cid-tYJcYPz086 .form-control:focus,
.cid-tYJcYPz086 .form-control:hover {
  border: 1px solid #bbbbbb !important;
  background-color: #ffffff;
  box-shadow: none;
}
.cid-tYJcYPz086 .form-group {
  margin-bottom: 1rem;
}
.cid-tYJcYPz086 input::-webkit-input-placeholder,
.cid-tYJcYPz086 textarea::-webkit-input-placeholder {
  color: #353535;
}
.cid-tYJcYPz086 input:-moz-placeholder,
.cid-tYJcYPz086 textarea:-moz-placeholder {
  color: #353535;
}
.cid-tYJcYPz086 .jq-selectbox li,
.cid-tYJcYPz086 .jq-selectbox li {
  background-color: #ffffff;
  color: #000000;
}
.cid-tYJcYPz086 .jq-selectbox li:hover,
.cid-tYJcYPz086 .jq-selectbox li.selected {
  background-color: #ffffff;
  color: #000000;
}
.cid-tYJcYPz086 .jq-selectbox:hover .jq-selectbox__trigger-arrow {
  border-top-color: #ffffff;
}
.cid-tYJcYPz086 .jq-selectbox .jq-selectbox__trigger-arrow {
  border-top-color: #ffffff;
}
.cid-tYJcYPz086 .mbr-text {
  color: #767676;
}
.cid-tYJcYPz086 .form-block {
  padding: 3rem;
  position: relative;
}
.cid-tYJcYPz086 .form-block .bg {
  position: absolute;
  top: 0;
  bottom: 0;
  border-radius: 6px;
  left: 0;
  right: 0;
  background: #ffffff;
  opacity: 1;
  z-index: 0;
}
.cid-tYJcYPz086 .form-block .form-wrap {
  position: relative;
  z-index: 1;
}
@media (max-width: 767px) {
  .cid-tYJcYPz086 .form-block {
    padding: 1rem;
  }
}
.cid-tYJcYPz086 H4 {
  color: #232323;
}
.cid-tYJcYPz086 .mbr-section-title,
.cid-tYJcYPz086 .mbr-section-btn {
  color: #192227;
}
.cid-tYJcYPz086 .mbr-section-subtitle {
  color: #ffffff;
}
.cid-tYJcYPz086 .form-text {
  color: #353535;
}
.cid-tYJcYPz086 .text {
  color: #ffffff;
}
.cid-tYJcYPz086 .mbr-fallback-image.disabled {
  display: none;
}
.cid-tYJcYPz086 .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-u04Z8y06Ov {
  padding-top: 75px;
  padding-bottom: 75px;
  background-color: #141414;
}
@media (max-width: 767px) {
  .cid-u04Z8y06Ov .content {
    text-align: center;
  }
  .cid-u04Z8y06Ov .content > div:not(:last-child) {
    margin-bottom: 2rem;
  }
}
.cid-u04Z8y06Ov .map {
  height: 18.75rem;
}
@media (max-width: 767px) {
  .cid-u04Z8y06Ov .footer-lower .copyright {
    margin-bottom: 1rem;
    text-align: center;
  }
}
.cid-u04Z8y06Ov .footer-lower hr {
  margin: 1rem 0;
  border-color: #fff;
  opacity: 0.05;
}
.cid-u04Z8y06Ov .google-map {
  height: 25rem;
  position: relative;
}
.cid-u04Z8y06Ov .google-map iframe {
  height: 100%;
  width: 100%;
}
.cid-u04Z8y06Ov .google-map [data-state-details] {
  color: #6b6763;
  font-family: Montserrat;
  height: 1.5em;
  margin-top: -0.75em;
  padding-left: 1.25rem;
  padding-right: 1.25rem;
  position: absolute;
  text-align: center;
  top: 50%;
  width: 100%;
}
.cid-u04Z8y06Ov .google-map[data-state] {
  background: #e9e5dc;
}
.cid-u04Z8y06Ov .google-map[data-state="loading"] [data-state-details] {
  display: none;
}
.cid-u04Z8y06Ov .social-list {
  padding-left: 0;
  margin-bottom: 0;
  margin-left: -7px;
  list-style: none;
  display: flex;
  -webkit-justify-content: flex-start;
  justify-content: flex-start;
  -webkit-flex-wrap: wrap;
  flex-wrap: wrap;
}
.cid-u04Z8y06Ov .social-list .mbr-iconfont-social {
  font-size: 1.3rem;
  color: #fff;
}
.cid-u04Z8y06Ov .social-list .soc-item {
  margin: 0 0.5rem;
}
.cid-u04Z8y06Ov .social-list a {
  margin: 0;
  opacity: 0.5;
  -webkit-transition: 0.2s linear;
  transition: 0.2s linear;
}
.cid-u04Z8y06Ov .social-list a:hover {
  opacity: 1;
}
@media (max-width: 767px) {
  .cid-u04Z8y06Ov .social-list {
    -webkit-justify-content: center;
    justify-content: center;
  }
}
.cid-u04Z8y06Ov .list {
  list-style-type: none;
  padding: 0;
}
.cid-u04Z8y06Ov .copyright > p {
  text-align: center;
}
.cid-u0JQAghNNZ {
  z-index: 1000;
  width: 100%;
}
.cid-u0JQAghNNZ nav.navbar {
  position: fixed;
}
.cid-u0JQAghNNZ .nav-link {
  position: relative;
}
.cid-u0JQAghNNZ .nav-link:before {
  content: '';
  bottom: -2px;
  left: 5px;
  width: 0%;
  height: 1px;
  opacity: 0;
  transition: all 0.3s;
  background: currentColor;
  position: absolute;
}
.cid-u0JQAghNNZ .nav-link:hover:before {
  width: 50%;
  opacity: 1;
}
.cid-u0JQAghNNZ .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-u0JQAghNNZ .dropdown-menu {
  padding: 0;
}
.cid-u0JQAghNNZ .dropdown-item:hover,
.cid-u0JQAghNNZ .dropdown-item:focus {
  background: #1d1d1f !important;
  color: white !important;
}
.cid-u0JQAghNNZ .nav-dropdown .link {
  padding: 0 0.3em !important;
  margin: .667em 1em !important;
}
.cid-u0JQAghNNZ .nav-dropdown .link.dropdown-toggle::after {
  margin-left: 0.5rem;
  margin-top: 0.2rem;
}
.cid-u0JQAghNNZ .container {
  display: flex;
  margin: auto;
}
.cid-u0JQAghNNZ .iconfont-wrapper {
  color: #000000 !important;
  font-size: 1.5rem;
  padding-right: .5rem;
}
.cid-u0JQAghNNZ .navbar-caption {
  padding-right: 4rem;
}
.cid-u0JQAghNNZ .dropdown-menu,
.cid-u0JQAghNNZ .navbar.opened {
  background: #065b86 !important;
}
.cid-u0JQAghNNZ .nav-item:focus,
.cid-u0JQAghNNZ .nav-link:focus {
  outline: none;
}
.cid-u0JQAghNNZ .dropdown .dropdown-menu .dropdown-item {
  width: auto;
  transition: all 0.25s ease-in-out;
}
.cid-u0JQAghNNZ .dropdown .dropdown-menu .dropdown-item::after {
  right: 0.5rem;
}
.cid-u0JQAghNNZ .dropdown .dropdown-menu .dropdown-item .mbr-iconfont {
  margin-left: -1.8rem;
  padding-right: 1rem;
  font-size: inherit;
}
.cid-u0JQAghNNZ .dropdown .dropdown-menu .dropdown-item .mbr-iconfont:before {
  display: inline-block;
  transform: scale(1, 1);
  transition: all 0.25s ease-in-out;
}
.cid-u0JQAghNNZ .collapsed .dropdown-menu .dropdown-item:before {
  display: none;
}
.cid-u0JQAghNNZ .collapsed .dropdown .dropdown-menu .dropdown-item {
  padding: 0.235em 1.5em 0.235em 1.5em !important;
  transition: none;
  margin: 0 !important;
}
.cid-u0JQAghNNZ .navbar {
  min-height: 77px;
  transition: all .3s;
  background: rgba(6, 91, 134, 0);
}
.cid-u0JQAghNNZ .navbar.opened {
  transition: all .3s;
}
.cid-u0JQAghNNZ .navbar .dropdown-item {
  padding: .5rem 1.8rem;
}
.cid-u0JQAghNNZ .navbar .navbar-logo img {
  width: auto;
}
.cid-u0JQAghNNZ .navbar .navbar-collapse {
  justify-content: flex-end;
  z-index: 1;
}
.cid-u0JQAghNNZ .navbar.collapsed .nav-item .nav-link::before {
  display: none;
}
.cid-u0JQAghNNZ .navbar.collapsed.opened .dropdown-menu {
  top: 0;
}
@media (min-width: 992px) {
  .cid-u0JQAghNNZ .navbar.collapsed.opened:not(.navbar-short) .navbar-collapse {
    max-height: calc(98.5vh - 8rem);
  }
}
.cid-u0JQAghNNZ .navbar.collapsed .dropdown-menu .dropdown-submenu {
  left: 0 !important;
}
.cid-u0JQAghNNZ .navbar.collapsed .dropdown-menu .dropdown-item:after {
  right: auto;
}
.cid-u0JQAghNNZ .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: 55%;
}
.cid-u0JQAghNNZ .navbar.collapsed ul.navbar-nav li {
  margin: auto;
}
.cid-u0JQAghNNZ .navbar.collapsed .dropdown-menu .dropdown-item {
  padding: .25rem 1.5rem;
  text-align: center;
}
.cid-u0JQAghNNZ .navbar.collapsed .icons-menu {
  padding-left: 0;
  padding-right: 0;
  padding-top: .5rem;
  padding-bottom: .5rem;
}
@media (max-width: 991px) {
  .cid-u0JQAghNNZ .navbar .nav-item .nav-link::before {
    display: none;
  }
  .cid-u0JQAghNNZ .navbar.opened .dropdown-menu {
    top: 0;
  }
  .cid-u0JQAghNNZ .navbar .dropdown-menu .dropdown-submenu {
    left: 0 !important;
  }
  .cid-u0JQAghNNZ .navbar .dropdown-menu .dropdown-item:after {
    right: auto;
  }
  .cid-u0JQAghNNZ .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: 55%;
  }
  .cid-u0JQAghNNZ .navbar .navbar-logo img {
    height: 3.8rem !important;
  }
  .cid-u0JQAghNNZ .navbar ul.navbar-nav li {
    margin: auto;
  }
  .cid-u0JQAghNNZ .navbar .dropdown-menu .dropdown-item {
    padding: .25rem 1.5rem !important;
    text-align: center;
  }
  .cid-u0JQAghNNZ .navbar .navbar-brand {
    flex-shrink: initial;
    flex-basis: auto;
    word-break: break-word;
    padding-right: 2rem;
  }
  .cid-u0JQAghNNZ .navbar .navbar-toggler {
    flex-basis: auto;
  }
  .cid-u0JQAghNNZ .navbar .icons-menu {
    padding-left: 0;
    padding-top: .5rem;
    padding-bottom: .5rem;
  }
}
.cid-u0JQAghNNZ .navbar.navbar-short {
  min-height: 60px;
}
.cid-u0JQAghNNZ .navbar.navbar-short .navbar-logo img {
  height: 3rem !important;
}
.cid-u0JQAghNNZ .navbar.navbar-short .navbar-brand {
  padding: 0;
}
.cid-u0JQAghNNZ .navbar-brand {
  flex-shrink: 0;
  align-items: center;
  margin-right: 0;
  padding: 0;
  transition: all .3s;
  word-break: break-word;
  z-index: 1;
}
.cid-u0JQAghNNZ .navbar-brand .navbar-caption {
  line-height: inherit !important;
}
.cid-u0JQAghNNZ .navbar-brand .navbar-logo a {
  outline: none;
}
.cid-u0JQAghNNZ .dropdown-item.active,
.cid-u0JQAghNNZ .dropdown-item:active {
  background-color: transparent;
}
.cid-u0JQAghNNZ .navbar-expand-lg .navbar-nav .nav-link {
  padding: 0;
}
.cid-u0JQAghNNZ .nav-dropdown .link.dropdown-toggle {
  margin-right: 1.667em;
}
.cid-u0JQAghNNZ .nav-dropdown .link.dropdown-toggle[aria-expanded="true"] {
  margin-right: 0;
  padding: 0.667em 1.667em;
}
.cid-u0JQAghNNZ .navbar.navbar-expand-lg .dropdown .dropdown-menu {
  background: #065b86;
}
.cid-u0JQAghNNZ .navbar.navbar-expand-lg .dropdown .dropdown-menu .dropdown-submenu {
  margin: 0;
  left: 100%;
}
.cid-u0JQAghNNZ .navbar .dropdown.open > .dropdown-menu {
  display: block;
}
.cid-u0JQAghNNZ ul.navbar-nav {
  flex-wrap: wrap;
}
.cid-u0JQAghNNZ .navbar-buttons {
  text-align: center;
  min-width: 170px;
}
.cid-u0JQAghNNZ button.navbar-toggler {
  outline: none;
  width: 31px;
  height: 20px;
  cursor: pointer;
  transition: all .2s;
  position: relative;
  align-self: center;
}
.cid-u0JQAghNNZ button.navbar-toggler .hamburger span {
  position: absolute;
  right: 0;
  width: 30px;
  height: 2px;
  border-right: 5px;
  background-color: currentColor;
}
.cid-u0JQAghNNZ button.navbar-toggler .hamburger span:nth-child(1) {
  top: 0;
  transition: all .2s;
}
.cid-u0JQAghNNZ button.navbar-toggler .hamburger span:nth-child(2) {
  top: 8px;
  transition: all .15s;
}
.cid-u0JQAghNNZ button.navbar-toggler .hamburger span:nth-child(3) {
  top: 8px;
  transition: all .15s;
}
.cid-u0JQAghNNZ button.navbar-toggler .hamburger span:nth-child(4) {
  top: 16px;
  transition: all .2s;
}
.cid-u0JQAghNNZ nav.opened .hamburger span:nth-child(1) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all .2s;
}
.cid-u0JQAghNNZ nav.opened .hamburger span:nth-child(2) {
  transform: rotate(45deg);
  transition: all .25s;
}
.cid-u0JQAghNNZ nav.opened .hamburger span:nth-child(3) {
  transform: rotate(-45deg);
  transition: all .25s;
}
.cid-u0JQAghNNZ nav.opened .hamburger span:nth-child(4) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all .2s;
}
.cid-u0JQAghNNZ .navbar-dropdown {
  padding: .5rem 1rem;
  position: fixed;
}
.cid-u0JQAghNNZ a.nav-link {
  display: flex;
  align-items: center;
  justify-content: center;
}
.cid-u0JQAghNNZ .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-u0JQAghNNZ .navbar {
    height: 77px;
  }
  .cid-u0JQAghNNZ .navbar.opened {
    height: auto;
  }
  .cid-u0JQAghNNZ .nav-item .nav-link:hover::before {
    width: 175%;
    max-width: calc(100% + 2rem);
    left: -1rem;
  }
}
.cid-tYJBhjt7Ma {
  background-image: url("../../../assets/images/wdddddddqq-1366x768.png");
}
.cid-tYJBhjt7Ma .mbr-section-subtitle {
  color: #ffffff;
}
.cid-tYJBhjt7Ma .mbr-section-title {
  color: #ffffff;
}
.cid-tYJBhjt7Ma .mbr-text {
  color: #ffffff;
  font-weight: 500;
}
.cid-tYJBhjt7Ma .content-link {
  display: flex;
  justify-content: space-between;
  align-items: center;
  color: #ffffff;
  margin-left: 0.6rem;
}
.cid-tYJBhjt7Ma .content-link span {
  margin-right: 15px;
  margin-left: 20px;
  padding: 10px;
  border-radius: 100%;
  color: #1d1d1f;
  background-color: #ffffff;
  font-size: 2.475rem;
}
.cid-tYJBhjt7Ma .mbr-section-btn {
  display: flex;
}
.cid-tYJBhjt7Ma .mbr-section-btn .btn {
  font-weight: 700 !important;
}
.cid-tYJBhjt7Ma .video-wrap {
  cursor: pointer;
  margin-left: 30px;
}
.cid-tYJBhjt7Ma .video-wrap .mbr-media {
  z-index: 70;
  height: 100%;
  -o-object-fit: cover;
  object-fit: cover;
  background-repeat: no-repeat;
  background-size: cover;
  cursor: pointer;
}
.cid-tYJBhjt7Ma .video-wrap .mbr-media span {
  font-size: 20px;
  cursor: pointer;
  display: inline-block;
  transition: all 0.25s;
  color: #279e64;
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
}
.cid-tYJBhjt7Ma .video-wrap .mbr-media span.mbri-play:before {
  position: absolute;
  left: 50%;
  transform: translateX(-35%);
}
.cid-tYJBhjt7Ma .video-wrap .icon-wrap {
  background-color: #ffffff;
  width: 3.7em;
  height: 3.7em;
  border-radius: 50%;
  max-width: 100% !important;
  text-align: center;
  display: inline-block;
  border: 2px solid transparent;
  box-sizing: content-box;
  position: relative;
}
.cid-tYJBhjt7Ma .video-wrap .icon-wrap .line-video-1,
.cid-tYJBhjt7Ma .video-wrap .icon-wrap .line-video-2 {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  border: 2px solid rgba(255, 255, 255, 0.8);
  border-radius: 50%;
  animation: squares 2.4s linear 0s infinite;
  -webkit-animation: squares 2.4s linear 0s infinite;
  -ms-animation: squares 2.4s linear 0s infinite;
  -o-animation: squares 2.4s linear 0s infinite;
  -webkit-animation-play-state: running;
  animation-play-state: running;
  opacity: 0;
}
.cid-tYJBhjt7Ma .video-wrap .icon-wrap .line-video-2 {
  -webkit-animation-delay: 1.2s;
  animation-delay: 1.2s;
}
.cid-tYJBhjt7Ma .video-wrap .mbr-text {
  color: #ffffff;
  font-weight: 700;
}
.cid-tYJBhjt7Ma .modalWindow {
  position: fixed;
  z-index: 5000;
  left: 0;
  top: 0;
  background-color: rgba(61, 61, 61, 0.65);
  width: 100%;
  height: 100%;
}
.cid-tYJBhjt7Ma .modalWindow .modalWindow-container {
  display: table-cell;
  vertical-align: middle;
}
.cid-tYJBhjt7Ma .modalWindow .modalWindow-video {
  height: calc(44.9943757vw);
  width: 80vw;
  margin: 0 auto;
}
.cid-tYJBhjt7Ma a.close {
  position: absolute;
  right: 4vw;
  top: 4vh;
  color: #065b86;
  z-index: 5000000;
  font-size: 37px;
  background: #000;
  padding: 20px;
  border-radius: 50%;
}
.cid-tYJBhjt7Ma a.close:hover {
  color: #065b86;
}
@media (max-width: 991px) {
  .cid-tYJBhjt7Ma .separator,
  .cid-tYJBhjt7Ma .sep-holder,
  .cid-tYJBhjt7Ma .sep-line {
    display: none !important;
  }
}
@media (max-width: 768px) {
  .cid-tYJBhjt7Ma .buttons-wrap {
    flex-direction: column;
  }
  .cid-tYJBhjt7Ma .buttons-wrap .mbr-section-btn {
    justify-content: center;
  }
  .cid-tYJBhjt7Ma .buttons-wrap .video-wrap {
    margin-left: 0;
    margin-top: 25px;
    justify-content: center;
  }
}
@-webkit-keyframes squares {
  0% {
    transform: scale(1);
    opacity: 0;
  }
  20% {
    transform: scale(1.24);
    opacity: 1;
  }
  100% {
    transform: scale(2.1);
    opacity: 0;
  }
}
@keyframes squares {
  0% {
    transform: scale(1);
    opacity: 0;
  }
  20% {
    transform: scale(1.24);
    opacity: 1;
  }
  100% {
    transform: scale(2.1);
    opacity: 0;
  }
}
.cid-tYJBhjt7Ma .skew {
  background-image: url("../../../assets/images/bg-skew.png");
  background-position: center left;
  background-repeat: no-repeat;
  background-size: cover;
  overflow: hidden;
  transition: background 0.3s, border 0.3s, border-radius 0.3s, box-shadow 0.3s;
  margin-top: -140px;
  margin-bottom: 0;
  z-index: 8;
  position: absolute;
  display: block;
  width: 100%;
  bottom: 0;
}
.cid-tYJBhjt7Ma .skew .inner {
  min-height: 150px;
  align-items: center;
  display: flex;
  margin-right: auto;
  margin-left: auto;
  position: relative;
}
.cid-tYJBhjt7Ma .mbr-fallback-image.disabled {
  display: none;
}
.cid-tYJBhjt7Ma .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-tYJF9crkdW {
  padding-top: 6rem;
  padding-bottom: 6rem;
  background-color: #ffffff;
}
.cid-tYJF9crkdW .container {
  max-width: 1040px;
}
@media (max-width: 575px) {
  .cid-tYJF9crkdW .row {
    text-align: center!important;
  }
}
.cid-tYJF9crkdW .mbr-section-title {
  color: #000000;
}
@media (max-width: 575px) {
  .cid-tYJF9crkdW .mbr-section-title {
    text-align: center;
  }
}
.cid-tYJF9crkdW .mbr-section-subtitle {
  color: #0099ff;
}
.cid-tYJF9crkdW .mbr-text {
  color: #000000;
  margin-top: 28px;
}
.cid-tYJF9crkdW .mbr-section-btn {
  margin-top: 18px;
}
@media (max-width: 575px) {
  .cid-tYJF9crkdW .mbr-section-btn {
    display: flex;
    flex-wrap: wrap;
  }
  .cid-tYJF9crkdW .mbr-section-btn .btn {
    width: 100%;
  }
}
.cid-tYJF9crkdW .btn-primary-outline,
.cid-tYJF9crkdW .btn-secondary-outline,
.cid-tYJF9crkdW .btn-success-outline,
.cid-tYJF9crkdW .btn-info-outline,
.cid-tYJF9crkdW .btn-warning-outline,
.cid-tYJF9crkdW .btn-danger-outline,
.cid-tYJF9crkdW .btn-white-outline,
.cid-tYJF9crkdW .btn-black-outline {
  padding: 0;
  min-height: auto;
}
.cid-tYJF9crkdW .mbr-fallback-image.disabled {
  display: none;
}
.cid-tYJF9crkdW .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-tYJTaRGueP {
  padding-top: 135px;
  padding-bottom: 135px;
  background: linear-gradient(to bottom, #0d8c52, #ffffff);
}
@media (max-width: 992px) {
  .cid-tYJTaRGueP .card-wrapper {
    margin-bottom: 2rem;
  }
}
.cid-tYJTaRGueP .card-link {
  position: relative;
  width: fit-content;
  margin-top: 1rem;
}
.cid-tYJTaRGueP .card-link:before {
  content: '';
  position: absolute;
  width: 100%;
  transition: all 0.3s;
  height: 1px;
  background: currentColor;
  left: 0;
  bottom: 0;
}
.cid-tYJTaRGueP .card-link:hover a {
  background-image: none !important;
}
.cid-tYJTaRGueP .card-link:hover {
  cursor: pointer;
}
.cid-tYJTaRGueP .card-link:hover:before {
  width: 0%;
}
.cid-tYJTaRGueP .mbr-iconfont {
  display: flex;
  font-size: 1.5rem;
  color: #232323;
  align-items: center;
  justify-content: center;
}
.cid-tYJTaRGueP .row {
  justify-content: center;
}
.cid-tYJTaRGueP .card-box {
  display: flex;
  align-items: center;
  border-bottom: 2px solid #232323;
  padding-bottom: 1.5rem;
  margin-bottom: 0.5rem;
}
.cid-tYJTaRGueP .card-box .iconfont-wrapper {
  margin-right: 1rem;
}
@media (max-width: 992px) {
  .cid-tYJTaRGueP .md-pb {
    margin-bottom: 2rem;
  }
}
.cid-tYJTaRGueP .mbr-section-subtitle {
  color: #777777;
}
.cid-tYJTaRGueP .card-text {
  color: #232323;
}
.cid-tYJTaRGueP .card-title,
.cid-tYJTaRGueP .iconfont-wrapper {
  color: #232323;
}
.cid-tYJTaRGueP .mbr-section-title {
  text-align: left;
}
.cid-tYJTaRGueP .card-link,
.cid-tYJTaRGueP .link-icon,
.cid-tYJTaRGueP .link-align {
  color: #232323;
}
.cid-tYJVIqSdVs {
  padding-top: 120px;
  padding-bottom: 90px;
  background-color: #ffffff;
}
.cid-tYJVIqSdVs .row {
  justify-content: space-between;
}
.cid-tYJVIqSdVs .form-control {
  box-shadow: none;
  margin-bottom: 5px;
  padding: 0.2rem 1rem !important;
  background-color: #ffffff;
  border: 1px solid #bbbbbb !important;
  color: #353535;
  border-radius: 0.25rem;
  line-height: 2.5rem !important;
}
.cid-tYJVIqSdVs .form-control:focus,
.cid-tYJVIqSdVs .form-control:hover {
  border: 1px solid #bbbbbb !important;
  background-color: #ffffff;
  box-shadow: none;
}
.cid-tYJVIqSdVs .form-group {
  margin-bottom: 1rem;
}
.cid-tYJVIqSdVs input::-webkit-input-placeholder,
.cid-tYJVIqSdVs textarea::-webkit-input-placeholder {
  color: #353535;
}
.cid-tYJVIqSdVs input:-moz-placeholder,
.cid-tYJVIqSdVs textarea:-moz-placeholder {
  color: #353535;
}
.cid-tYJVIqSdVs .jq-selectbox li,
.cid-tYJVIqSdVs .jq-selectbox li {
  background-color: #ffffff;
  color: #000000;
}
.cid-tYJVIqSdVs .jq-selectbox li:hover,
.cid-tYJVIqSdVs .jq-selectbox li.selected {
  background-color: #ffffff;
  color: #000000;
}
.cid-tYJVIqSdVs .jq-selectbox:hover .jq-selectbox__trigger-arrow {
  border-top-color: #ffffff;
}
.cid-tYJVIqSdVs .jq-selectbox .jq-selectbox__trigger-arrow {
  border-top-color: #ffffff;
}
.cid-tYJVIqSdVs .mbr-text {
  color: #767676;
}
.cid-tYJVIqSdVs .form-block {
  padding: 3rem;
  position: relative;
}
.cid-tYJVIqSdVs .form-block .bg {
  position: absolute;
  top: 0;
  bottom: 0;
  border-radius: 6px;
  left: 0;
  right: 0;
  background: #ffffff;
  opacity: 1;
  z-index: 0;
}
.cid-tYJVIqSdVs .form-block .form-wrap {
  position: relative;
  z-index: 1;
}
@media (max-width: 767px) {
  .cid-tYJVIqSdVs .form-block {
    padding: 1rem;
  }
}
.cid-tYJVIqSdVs H4 {
  color: #232323;
}
.cid-tYJVIqSdVs .mbr-section-title,
.cid-tYJVIqSdVs .mbr-section-btn {
  color: #192227;
}
.cid-tYJVIqSdVs .mbr-section-subtitle {
  color: #ffffff;
}
.cid-tYJVIqSdVs .form-text {
  color: #353535;
}
.cid-tYJVIqSdVs .text {
  color: #ffffff;
}
.cid-tYJVIqSdVs .mbr-fallback-image.disabled {
  display: none;
}
.cid-tYJVIqSdVs .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-u04Z8y06Ov {
  padding-top: 75px;
  padding-bottom: 75px;
  background-color: #141414;
}
@media (max-width: 767px) {
  .cid-u04Z8y06Ov .content {
    text-align: center;
  }
  .cid-u04Z8y06Ov .content > div:not(:last-child) {
    margin-bottom: 2rem;
  }
}
.cid-u04Z8y06Ov .map {
  height: 18.75rem;
}
@media (max-width: 767px) {
  .cid-u04Z8y06Ov .footer-lower .copyright {
    margin-bottom: 1rem;
    text-align: center;
  }
}
.cid-u04Z8y06Ov .footer-lower hr {
  margin: 1rem 0;
  border-color: #fff;
  opacity: 0.05;
}
.cid-u04Z8y06Ov .google-map {
  height: 25rem;
  position: relative;
}
.cid-u04Z8y06Ov .google-map iframe {
  height: 100%;
  width: 100%;
}
.cid-u04Z8y06Ov .google-map [data-state-details] {
  color: #6b6763;
  font-family: Montserrat;
  height: 1.5em;
  margin-top: -0.75em;
  padding-left: 1.25rem;
  padding-right: 1.25rem;
  position: absolute;
  text-align: center;
  top: 50%;
  width: 100%;
}
.cid-u04Z8y06Ov .google-map[data-state] {
  background: #e9e5dc;
}
.cid-u04Z8y06Ov .google-map[data-state="loading"] [data-state-details] {
  display: none;
}
.cid-u04Z8y06Ov .social-list {
  padding-left: 0;
  margin-bottom: 0;
  margin-left: -7px;
  list-style: none;
  display: flex;
  -webkit-justify-content: flex-start;
  justify-content: flex-start;
  -webkit-flex-wrap: wrap;
  flex-wrap: wrap;
}
.cid-u04Z8y06Ov .social-list .mbr-iconfont-social {
  font-size: 1.3rem;
  color: #fff;
}
.cid-u04Z8y06Ov .social-list .soc-item {
  margin: 0 0.5rem;
}
.cid-u04Z8y06Ov .social-list a {
  margin: 0;
  opacity: 0.5;
  -webkit-transition: 0.2s linear;
  transition: 0.2s linear;
}
.cid-u04Z8y06Ov .social-list a:hover {
  opacity: 1;
}
@media (max-width: 767px) {
  .cid-u04Z8y06Ov .social-list {
    -webkit-justify-content: center;
    justify-content: center;
  }
}
.cid-u04Z8y06Ov .list {
  list-style-type: none;
  padding: 0;
}
.cid-u04Z8y06Ov .copyright > p {
  text-align: center;
}
.cid-u0JQAghNNZ {
  z-index: 1000;
  width: 100%;
}
.cid-u0JQAghNNZ nav.navbar {
  position: fixed;
}
.cid-u0JQAghNNZ .nav-link {
  position: relative;
}
.cid-u0JQAghNNZ .nav-link:before {
  content: '';
  bottom: -2px;
  left: 5px;
  width: 0%;
  height: 1px;
  opacity: 0;
  transition: all 0.3s;
  background: currentColor;
  position: absolute;
}
.cid-u0JQAghNNZ .nav-link:hover:before {
  width: 50%;
  opacity: 1;
}
.cid-u0JQAghNNZ .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-u0JQAghNNZ .dropdown-menu {
  padding: 0;
}
.cid-u0JQAghNNZ .dropdown-item:hover,
.cid-u0JQAghNNZ .dropdown-item:focus {
  background: #1d1d1f !important;
  color: white !important;
}
.cid-u0JQAghNNZ .nav-dropdown .link {
  padding: 0 0.3em !important;
  margin: .667em 1em !important;
}
.cid-u0JQAghNNZ .nav-dropdown .link.dropdown-toggle::after {
  margin-left: 0.5rem;
  margin-top: 0.2rem;
}
.cid-u0JQAghNNZ .container {
  display: flex;
  margin: auto;
}
.cid-u0JQAghNNZ .iconfont-wrapper {
  color: #000000 !important;
  font-size: 1.5rem;
  padding-right: .5rem;
}
.cid-u0JQAghNNZ .navbar-caption {
  padding-right: 4rem;
}
.cid-u0JQAghNNZ .dropdown-menu,
.cid-u0JQAghNNZ .navbar.opened {
  background: #065b86 !important;
}
.cid-u0JQAghNNZ .nav-item:focus,
.cid-u0JQAghNNZ .nav-link:focus {
  outline: none;
}
.cid-u0JQAghNNZ .dropdown .dropdown-menu .dropdown-item {
  width: auto;
  transition: all 0.25s ease-in-out;
}
.cid-u0JQAghNNZ .dropdown .dropdown-menu .dropdown-item::after {
  right: 0.5rem;
}
.cid-u0JQAghNNZ .dropdown .dropdown-menu .dropdown-item .mbr-iconfont {
  margin-left: -1.8rem;
  padding-right: 1rem;
  font-size: inherit;
}
.cid-u0JQAghNNZ .dropdown .dropdown-menu .dropdown-item .mbr-iconfont:before {
  display: inline-block;
  transform: scale(1, 1);
  transition: all 0.25s ease-in-out;
}
.cid-u0JQAghNNZ .collapsed .dropdown-menu .dropdown-item:before {
  display: none;
}
.cid-u0JQAghNNZ .collapsed .dropdown .dropdown-menu .dropdown-item {
  padding: 0.235em 1.5em 0.235em 1.5em !important;
  transition: none;
  margin: 0 !important;
}
.cid-u0JQAghNNZ .navbar {
  min-height: 77px;
  transition: all .3s;
  background: rgba(6, 91, 134, 0);
}
.cid-u0JQAghNNZ .navbar.opened {
  transition: all .3s;
}
.cid-u0JQAghNNZ .navbar .dropdown-item {
  padding: .5rem 1.8rem;
}
.cid-u0JQAghNNZ .navbar .navbar-logo img {
  width: auto;
}
.cid-u0JQAghNNZ .navbar .navbar-collapse {
  justify-content: flex-end;
  z-index: 1;
}
.cid-u0JQAghNNZ .navbar.collapsed .nav-item .nav-link::before {
  display: none;
}
.cid-u0JQAghNNZ .navbar.collapsed.opened .dropdown-menu {
  top: 0;
}
@media (min-width: 992px) {
  .cid-u0JQAghNNZ .navbar.collapsed.opened:not(.navbar-short) .navbar-collapse {
    max-height: calc(98.5vh - 8rem);
  }
}
.cid-u0JQAghNNZ .navbar.collapsed .dropdown-menu .dropdown-submenu {
  left: 0 !important;
}
.cid-u0JQAghNNZ .navbar.collapsed .dropdown-menu .dropdown-item:after {
  right: auto;
}
.cid-u0JQAghNNZ .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: 55%;
}
.cid-u0JQAghNNZ .navbar.collapsed ul.navbar-nav li {
  margin: auto;
}
.cid-u0JQAghNNZ .navbar.collapsed .dropdown-menu .dropdown-item {
  padding: .25rem 1.5rem;
  text-align: center;
}
.cid-u0JQAghNNZ .navbar.collapsed .icons-menu {
  padding-left: 0;
  padding-right: 0;
  padding-top: .5rem;
  padding-bottom: .5rem;
}
@media (max-width: 991px) {
  .cid-u0JQAghNNZ .navbar .nav-item .nav-link::before {
    display: none;
  }
  .cid-u0JQAghNNZ .navbar.opened .dropdown-menu {
    top: 0;
  }
  .cid-u0JQAghNNZ .navbar .dropdown-menu .dropdown-submenu {
    left: 0 !important;
  }
  .cid-u0JQAghNNZ .navbar .dropdown-menu .dropdown-item:after {
    right: auto;
  }
  .cid-u0JQAghNNZ .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: 55%;
  }
  .cid-u0JQAghNNZ .navbar .navbar-logo img {
    height: 3.8rem !important;
  }
  .cid-u0JQAghNNZ .navbar ul.navbar-nav li {
    margin: auto;
  }
  .cid-u0JQAghNNZ .navbar .dropdown-menu .dropdown-item {
    padding: .25rem 1.5rem !important;
    text-align: center;
  }
  .cid-u0JQAghNNZ .navbar .navbar-brand {
    flex-shrink: initial;
    flex-basis: auto;
    word-break: break-word;
    padding-right: 2rem;
  }
  .cid-u0JQAghNNZ .navbar .navbar-toggler {
    flex-basis: auto;
  }
  .cid-u0JQAghNNZ .navbar .icons-menu {
    padding-left: 0;
    padding-top: .5rem;
    padding-bottom: .5rem;
  }
}
.cid-u0JQAghNNZ .navbar.navbar-short {
  min-height: 60px;
}
.cid-u0JQAghNNZ .navbar.navbar-short .navbar-logo img {
  height: 3rem !important;
}
.cid-u0JQAghNNZ .navbar.navbar-short .navbar-brand {
  padding: 0;
}
.cid-u0JQAghNNZ .navbar-brand {
  flex-shrink: 0;
  align-items: center;
  margin-right: 0;
  padding: 0;
  transition: all .3s;
  word-break: break-word;
  z-index: 1;
}
.cid-u0JQAghNNZ .navbar-brand .navbar-caption {
  line-height: inherit !important;
}
.cid-u0JQAghNNZ .navbar-brand .navbar-logo a {
  outline: none;
}
.cid-u0JQAghNNZ .dropdown-item.active,
.cid-u0JQAghNNZ .dropdown-item:active {
  background-color: transparent;
}
.cid-u0JQAghNNZ .navbar-expand-lg .navbar-nav .nav-link {
  padding: 0;
}
.cid-u0JQAghNNZ .nav-dropdown .link.dropdown-toggle {
  margin-right: 1.667em;
}
.cid-u0JQAghNNZ .nav-dropdown .link.dropdown-toggle[aria-expanded="true"] {
  margin-right: 0;
  padding: 0.667em 1.667em;
}
.cid-u0JQAghNNZ .navbar.navbar-expand-lg .dropdown .dropdown-menu {
  background: #065b86;
}
.cid-u0JQAghNNZ .navbar.navbar-expand-lg .dropdown .dropdown-menu .dropdown-submenu {
  margin: 0;
  left: 100%;
}
.cid-u0JQAghNNZ .navbar .dropdown.open > .dropdown-menu {
  display: block;
}
.cid-u0JQAghNNZ ul.navbar-nav {
  flex-wrap: wrap;
}
.cid-u0JQAghNNZ .navbar-buttons {
  text-align: center;
  min-width: 170px;
}
.cid-u0JQAghNNZ button.navbar-toggler {
  outline: none;
  width: 31px;
  height: 20px;
  cursor: pointer;
  transition: all .2s;
  position: relative;
  align-self: center;
}
.cid-u0JQAghNNZ button.navbar-toggler .hamburger span {
  position: absolute;
  right: 0;
  width: 30px;
  height: 2px;
  border-right: 5px;
  background-color: currentColor;
}
.cid-u0JQAghNNZ button.navbar-toggler .hamburger span:nth-child(1) {
  top: 0;
  transition: all .2s;
}
.cid-u0JQAghNNZ button.navbar-toggler .hamburger span:nth-child(2) {
  top: 8px;
  transition: all .15s;
}
.cid-u0JQAghNNZ button.navbar-toggler .hamburger span:nth-child(3) {
  top: 8px;
  transition: all .15s;
}
.cid-u0JQAghNNZ button.navbar-toggler .hamburger span:nth-child(4) {
  top: 16px;
  transition: all .2s;
}
.cid-u0JQAghNNZ nav.opened .hamburger span:nth-child(1) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all .2s;
}
.cid-u0JQAghNNZ nav.opened .hamburger span:nth-child(2) {
  transform: rotate(45deg);
  transition: all .25s;
}
.cid-u0JQAghNNZ nav.opened .hamburger span:nth-child(3) {
  transform: rotate(-45deg);
  transition: all .25s;
}
.cid-u0JQAghNNZ nav.opened .hamburger span:nth-child(4) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all .2s;
}
.cid-u0JQAghNNZ .navbar-dropdown {
  padding: .5rem 1rem;
  position: fixed;
}
.cid-u0JQAghNNZ a.nav-link {
  display: flex;
  align-items: center;
  justify-content: center;
}
.cid-u0JQAghNNZ .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-u0JQAghNNZ .navbar {
    height: 77px;
  }
  .cid-u0JQAghNNZ .navbar.opened {
    height: auto;
  }
  .cid-u0JQAghNNZ .nav-item .nav-link:hover::before {
    width: 175%;
    max-width: calc(100% + 2rem);
    left: -1rem;
  }
}
.cid-tYKM40WrWD {
  padding-top: 195px;
  padding-bottom: 105px;
  background-image: url("../../../assets/images/women-1.jpg");
}
.cid-tYKM40WrWD .mbr-overlay {
  background-color: #000000;
  opacity: 0.7;
}
.cid-tYKM40WrWD input {
  padding: 0rem 1rem !important;
}
.cid-tYKM40WrWD .title {
  margin-bottom: 1rem;
}
.cid-tYKM40WrWD textarea {
  min-height: 160px;
}
.cid-tYKM40WrWD input::-webkit-input-placeholder,
.cid-tYKM40WrWD textarea::-webkit-input-placeholder {
  color: #101010;
}
.cid-tYKM40WrWD input:-moz-placeholder,
.cid-tYKM40WrWD textarea:-moz-placeholder {
  color: #101010;
}
@media (max-width: 992px) {
  .cid-tYKM40WrWD img {
    width: 100%;
  }
  .cid-tYKM40WrWD form {
    margin-top: 2rem;
  }
}
.cid-tYKM40WrWD .form-row {
  margin: 0;
}
@media (max-width: 576px) {
  .cid-tYKM40WrWD .col-auto {
    width: 100%;
    text-align: center;
  }
}
@media (min-width: 992px) {
  .cid-tYKM40WrWD .mbr-form {
    padding-left: 2rem;
  }
}
.cid-tYKM40WrWD .form-control {
  border-radius: 0px !important;
  border: none !important;
}
.cid-tYKM40WrWD .form-control:focus {
  border: none !important;
  box-shadow: none !important;
  background-color: #f3f3f3;
}
.cid-tYKM40WrWD .dragArea {
  background-color: #ffffff;
  border-radius: 5px;
}
.cid-tYKM40WrWD .form-btn {
  width: 100%;
}
.cid-tYKM40WrWD .link-btn {
  width: 100%;
}
.cid-tYKM40WrWD h5 {
  margin-bottom: 0.2rem;
}
.cid-tYKM40WrWD .mbr-form .btn {
  margin: 0;
}
.cid-tYKM40WrWD .mbr-section-title {
  margin-bottom: 1.8rem;
}
.cid-tYKM40WrWD .block-left {
  margin-bottom: 2.6rem;
}
.cid-tYKM40WrWD .text-form {
  color: #4c4c4c;
  margin-bottom: 1.3rem;
}
.cid-tYKM40WrWD .link-btn:hover {
  background-color: #ff0a53 !important;
  color: #ffffff !important;
  border-color: #ff0a53 !important;
}
.cid-tYKM40WrWD .link-btn::before {
  display: none;
}
@media (max-width: 767px) {
  .cid-tYKM40WrWD .dragArea {
    padding: 3rem 1rem;
  }
}
@media (min-width: 767px) {
  .cid-tYKM40WrWD .dragArea {
    padding: 3.8rem 2.8rem 4rem;
  }
  .cid-tYKM40WrWD .row {
    margin: 0rem;
  }
}
.cid-tYKM40WrWD .btn {
  margin-left: 0rem;
}
.cid-tZaiIgLFXm {
  padding-top: 5rem;
  padding-bottom: 5rem;
  overflow: hidden;
  position: relative;
  background-color: #ffffff;
}
.cid-tZaiIgLFXm::before {
  content: '';
  position: absolute;
  top: 0;
  left: -20%;
  width: 32rem;
  height: 100%;
  background-image: radial-gradient(#f90938 0, transparent 100%);
  border-radius: 100%;
  z-index: 1;
  filter: blur(70px);
}
.cid-tZaiIgLFXm .mbr-fallback-image.disabled {
  display: none;
}
.cid-tZaiIgLFXm .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-tZaiIgLFXm .container-fluid {
  padding: 0 64px;
}
@media (max-width: 992px) {
  .cid-tZaiIgLFXm .container-fluid {
    padding: 0 24px;
  }
}
@media (max-width: 992px) {
  .cid-tZaiIgLFXm .container {
    padding: 0 24px;
  }
}
.cid-tZaiIgLFXm .row {
  justify-content: center;
  position: relative;
  z-index: 1;
}
.cid-tZaiIgLFXm .title-wrapper {
  margin-bottom: 130px;
}
@media (max-width: 992px) {
  .cid-tZaiIgLFXm .title-wrapper {
    margin-bottom: 32px;
  }
}
.cid-tZaiIgLFXm .title-wrapper .mbr-desc {
  margin-bottom: 24px;
}
.cid-tZaiIgLFXm .title-wrapper .mbr-section-title {
  display: inline-flex;
  width: 50%;
  margin-bottom: 0;
}
@media (max-width: 992px) {
  .cid-tZaiIgLFXm .title-wrapper .mbr-section-title {
    width: 100%;
  }
}
.cid-tZaiIgLFXm .items-wrapper {
  display: grid;
  grid-template-columns: 1fr 1fr 1fr;
  gap: 4rem;
  padding-top: 50px;
  border-top: 1px solid #141414;
}
@media (max-width: 992px) {
  .cid-tZaiIgLFXm .items-wrapper {
    display: block;
    padding: 24px;
  }
}
@media (max-width: 992px) {
  .cid-tZaiIgLFXm .items-wrapper .item {
    margin-bottom: 48px;
  }
  .cid-tZaiIgLFXm .items-wrapper .item:last-child {
    margin-bottom: 0;
  }
}
.cid-tZaiIgLFXm .items-wrapper .item .item-wrapper .card-box .card-text {
  margin-bottom: 0;
}
.cid-tZaiIgLFXm .mbr-section-title {
  color: #141414;
}
.cid-tZaiIgLFXm .mbr-desc {
  color: #141414;
}
.cid-tZaiIgLFXm .card-number {
  color: #141414;
}
.cid-tZaiIgLFXm .card-title {
  color: #141414;
}
.cid-tZaiIgLFXm .card-text {
  color: #141414;
}
.cid-tZanqxCnEa {
  padding-top: 0rem;
  padding-bottom: 0rem;
  background-color: #090f10;
  position: relative;
  margin-top: -1px;
  overflow: hidden;
}
.cid-tZanqxCnEa .mbr-fallback-image.disabled {
  display: none;
}
.cid-tZanqxCnEa .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-tZanqxCnEa .section-border-item {
  background-color: #fcdb42;
}
@media (max-width: 991px) {
  .cid-tZanqxCnEa .section-border-item_center {
    display: none;
  }
}
.cid-tZanqxCnEa .main-container {
  display: flex;
  align-items: center;
  padding: 3rem 0;
}
@media (max-width: 991px) {
  .cid-tZanqxCnEa .main-container {
    flex-wrap: wrap;
  }
}
.cid-tZanqxCnEa .card-wrap {
  width: 50%;
}
@media (max-width: 991px) {
  .cid-tZanqxCnEa .card-wrap {
    width: 100%;
  }
}
.cid-tZanqxCnEa .card-box {
  width: 100%;
  padding-right: 10vw;
}
@media (max-width: 991px) {
  .cid-tZanqxCnEa .card-box {
    max-width: 32rem;
    margin-right: auto;
    padding-right: 0;
    padding-left: 0;
    padding-bottom: 3rem;
  }
}
@media (max-width: 767px) {
  .cid-tZanqxCnEa .card-box {
    max-width: 100%;
  }
}
.cid-tZanqxCnEa .card-title {
  color: #FFF;
}
.cid-tZanqxCnEa .mbr-text {
  color: #FFF;
  margin-top: 1.5rem;
}
@media (max-width: 767px) {
  .cid-tZanqxCnEa .mbr-text {
    margin-top: 1.25rem;
  }
}
.cid-tZanqxCnEa .counter-container {
  margin-top: 2rem;
}
@media (max-width: 767px) {
  .cid-tZanqxCnEa .counter-container {
    margin-top: 1.5rem;
  }
}
.cid-tZanqxCnEa .list {
  display: flex;
  flex-wrap: wrap;
  gap: 1rem;
  padding: 8px 0;
}
.cid-tZanqxCnEa .list-item {
  display: flex;
  align-items: center;
  width: 100%;
}
.cid-tZanqxCnEa .iconfont-wrapper {
  display: flex;
  align-items: center;
  justify-content: center;
  padding: 5px;
  margin-right: 1rem;
  border-radius: 50%;
  background-color: #fcdb42;
}
.cid-tZanqxCnEa .iconfont-wrapper .mbr-iconfont {
  display: block;
  font-size: 12px;
  color: #090f10;
}
.cid-tZanqxCnEa .list-text {
  color: #FFF;
  flex-grow: 1;
}
.cid-tZanqxCnEa .mbr-section-btn {
  margin-top: 1.5rem;
}
@media (max-width: 767px) {
  .cid-tZanqxCnEa .mbr-section-btn {
    margin-top: 1rem;
  }
}
.cid-tZanqxCnEa .image-wrapper {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 50%;
  padding-left: 2.5rem;
}
@media (max-width: 991px) {
  .cid-tZanqxCnEa .image-wrapper {
    position: relative;
    width: 100%;
    padding-right: 0;
    padding-left: 0;
    padding-top: 3rem;
  }
  .cid-tZanqxCnEa .image-wrapper:before {
    content: "";
    position: absolute;
    top: 0;
    left: 50%;
    transform: translateX(-50%);
    width: 100vw;
    height: 1px;
    background-color: #fcdb42;
  }
}
.cid-tZanqxCnEa .img-box {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 100%;
  max-width: 38rem;
}
.cid-tZanqxCnEa .img-box img {
  width: 100%;
  object-fit: cover;
}
.cid-tZaq6AwBWe {
  padding-top: 0rem;
  padding-bottom: 0rem;
  background-color: #090f10;
  position: relative;
  margin-top: -1px;
  overflow: hidden;
}
.cid-tZaq6AwBWe .mbr-fallback-image.disabled {
  display: none;
}
.cid-tZaq6AwBWe .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-tZaq6AwBWe .section-border-item {
  background-color: #fcdb42;
}
@media (max-width: 991px) {
  .cid-tZaq6AwBWe .section-border-item_center {
    display: none;
  }
}
.cid-tZaq6AwBWe .main-container {
  display: flex;
  align-items: center;
  padding: 3rem 0;
  flex-direction: row-reverse;
}
@media (max-width: 991px) {
  .cid-tZaq6AwBWe .main-container {
    flex-wrap: wrap;
  }
}
.cid-tZaq6AwBWe .card-wrap {
  width: 50%;
}
@media (max-width: 991px) {
  .cid-tZaq6AwBWe .card-wrap {
    width: 100%;
  }
}
.cid-tZaq6AwBWe .card-box {
  width: 100%;
  padding-right: 10vw;
  padding-right: 0;
  padding-left: 10vw;
}
@media (max-width: 991px) {
  .cid-tZaq6AwBWe .card-box {
    max-width: 32rem;
    margin-right: auto;
    padding-right: 0;
    padding-left: 0;
    padding-bottom: 3rem;
  }
}
@media (max-width: 767px) {
  .cid-tZaq6AwBWe .card-box {
    max-width: 100%;
  }
}
.cid-tZaq6AwBWe .card-title {
  color: #FFF;
}
.cid-tZaq6AwBWe .card-subtitle {
  color: #fcdb42;
}
.cid-tZaq6AwBWe .mbr-text {
  color: #FFF;
  margin-top: 2rem;
}
@media (max-width: 767px) {
  .cid-tZaq6AwBWe .mbr-text {
    margin-top: 1.25rem;
  }
}
.cid-tZaq6AwBWe .counter-container {
  margin-top: 2rem;
}
@media (max-width: 991px) {
  .cid-tZaq6AwBWe .counter-container {
    margin-top: 1.5rem;
  }
}
.cid-tZaq6AwBWe .list {
  display: grid;
  grid-template-columns: 1fr 1fr;
  grid-auto-rows: auto;
  gap: 1rem;
}
@media (max-width: 767px) {
  .cid-tZaq6AwBWe .list {
    grid-template-columns: 1fr;
  }
}
.cid-tZaq6AwBWe .list-title {
  color: #fcdb42;
}
.cid-tZaq6AwBWe .list-text {
  color: #FFF;
  margin-top: 1rem;
}
@media (max-width: 767px) {
  .cid-tZaq6AwBWe .list-text {
    margin-top: 0.75rem;
  }
}
.cid-tZaq6AwBWe .mbr-section-btn {
  margin-top: 2rem;
}
@media (max-width: 767px) {
  .cid-tZaq6AwBWe .mbr-section-btn {
    margin-top: 1.5rem;
  }
}
.cid-tZaq6AwBWe .image-wrapper {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 50%;
  padding-left: 2.5rem;
  padding-right: 2.5vw;
  padding-left: 0;
}
@media (max-width: 991px) {
  .cid-tZaq6AwBWe .image-wrapper {
    position: relative;
    width: 100%;
    padding-right: 0;
    padding-left: 0;
    padding-top: 3rem;
  }
  .cid-tZaq6AwBWe .image-wrapper:before {
    content: "";
    position: absolute;
    top: 0;
    left: 50%;
    transform: translateX(-50%);
    width: 100vw;
    height: 1px;
    background-color: #fcdb42;
  }
}
.cid-tZaq6AwBWe .img-box {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 100%;
  max-width: 38rem;
}
.cid-tZaq6AwBWe .img-box img {
  width: 100%;
  object-fit: cover;
}
.cid-tZanmJudLA {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-color: #ffffff;
  position: relative;
}
.cid-tZanmJudLA .second-bg-color {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-color: #000000;
  border-top-left-radius: 4.1666666667vw;
  border-top-right-radius: 4.1666666667vw;
}
.cid-tZanmJudLA .mbr-fallback-image.disabled {
  display: none;
}
.cid-tZanmJudLA .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-tZanmJudLA .text-wrapper {
  width: 100%;
}
.cid-tZanmJudLA .mbr-section-title {
  color: #FFFFFF;
}
@media (max-width: 991px) {
  .cid-tZanmJudLA .mbr-section-title {
    text-align: left !important;
  }
}
.cid-tZanmJudLA .mbr-text {
  color: #FFFFFF;
  margin-right: auto;
  margin-top: 1rem;
}
@media (max-width: 991px) {
  .cid-tZanmJudLA .mbr-text {
    text-align: left !important;
  }
}
.cid-tZanmJudLA .mbr-section-btn {
  margin-top: 1rem;
}
@media (max-width: 991px) {
  .cid-tZanmJudLA .mbr-section-btn {
    text-align: left !important;
  }
}
.cid-tZanmJudLA .custom-section-btn .btn {
  padding: 2.5vw 5vw;
}
@media (max-width: 991px) {
  .cid-tZanmJudLA .custom-section-btn .btn {
    padding: 24px 42px;
  }
}
.cid-tZanmJudLA .custom-section-btn .btn-primary {
  border: 1px solid #FFFFFF !important;
}
.cid-tZanmJudLA .custom-section-btn .btn-primary:hover {
  border: 1px solid #FFFFFF !important;
}
.cid-u04Z8y06Ov {
  padding-top: 75px;
  padding-bottom: 75px;
  background-color: #141414;
}
@media (max-width: 767px) {
  .cid-u04Z8y06Ov .content {
    text-align: center;
  }
  .cid-u04Z8y06Ov .content > div:not(:last-child) {
    margin-bottom: 2rem;
  }
}
.cid-u04Z8y06Ov .map {
  height: 18.75rem;
}
@media (max-width: 767px) {
  .cid-u04Z8y06Ov .footer-lower .copyright {
    margin-bottom: 1rem;
    text-align: center;
  }
}
.cid-u04Z8y06Ov .footer-lower hr {
  margin: 1rem 0;
  border-color: #fff;
  opacity: 0.05;
}
.cid-u04Z8y06Ov .google-map {
  height: 25rem;
  position: relative;
}
.cid-u04Z8y06Ov .google-map iframe {
  height: 100%;
  width: 100%;
}
.cid-u04Z8y06Ov .google-map [data-state-details] {
  color: #6b6763;
  font-family: Montserrat;
  height: 1.5em;
  margin-top: -0.75em;
  padding-left: 1.25rem;
  padding-right: 1.25rem;
  position: absolute;
  text-align: center;
  top: 50%;
  width: 100%;
}
.cid-u04Z8y06Ov .google-map[data-state] {
  background: #e9e5dc;
}
.cid-u04Z8y06Ov .google-map[data-state="loading"] [data-state-details] {
  display: none;
}
.cid-u04Z8y06Ov .social-list {
  padding-left: 0;
  margin-bottom: 0;
  margin-left: -7px;
  list-style: none;
  display: flex;
  -webkit-justify-content: flex-start;
  justify-content: flex-start;
  -webkit-flex-wrap: wrap;
  flex-wrap: wrap;
}
.cid-u04Z8y06Ov .social-list .mbr-iconfont-social {
  font-size: 1.3rem;
  color: #fff;
}
.cid-u04Z8y06Ov .social-list .soc-item {
  margin: 0 0.5rem;
}
.cid-u04Z8y06Ov .social-list a {
  margin: 0;
  opacity: 0.5;
  -webkit-transition: 0.2s linear;
  transition: 0.2s linear;
}
.cid-u04Z8y06Ov .social-list a:hover {
  opacity: 1;
}
@media (max-width: 767px) {
  .cid-u04Z8y06Ov .social-list {
    -webkit-justify-content: center;
    justify-content: center;
  }
}
.cid-u04Z8y06Ov .list {
  list-style-type: none;
  padding: 0;
}
.cid-u04Z8y06Ov .copyright > p {
  text-align: center;
}
.cid-u0JQAghNNZ {
  z-index: 1000;
  width: 100%;
}
.cid-u0JQAghNNZ nav.navbar {
  position: fixed;
}
.cid-u0JQAghNNZ .nav-link {
  position: relative;
}
.cid-u0JQAghNNZ .nav-link:before {
  content: '';
  bottom: -2px;
  left: 5px;
  width: 0%;
  height: 1px;
  opacity: 0;
  transition: all 0.3s;
  background: currentColor;
  position: absolute;
}
.cid-u0JQAghNNZ .nav-link:hover:before {
  width: 50%;
  opacity: 1;
}
.cid-u0JQAghNNZ .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-u0JQAghNNZ .dropdown-menu {
  padding: 0;
}
.cid-u0JQAghNNZ .dropdown-item:hover,
.cid-u0JQAghNNZ .dropdown-item:focus {
  background: #1d1d1f !important;
  color: white !important;
}
.cid-u0JQAghNNZ .nav-dropdown .link {
  padding: 0 0.3em !important;
  margin: .667em 1em !important;
}
.cid-u0JQAghNNZ .nav-dropdown .link.dropdown-toggle::after {
  margin-left: 0.5rem;
  margin-top: 0.2rem;
}
.cid-u0JQAghNNZ .container {
  display: flex;
  margin: auto;
}
.cid-u0JQAghNNZ .iconfont-wrapper {
  color: #000000 !important;
  font-size: 1.5rem;
  padding-right: .5rem;
}
.cid-u0JQAghNNZ .navbar-caption {
  padding-right: 4rem;
}
.cid-u0JQAghNNZ .dropdown-menu,
.cid-u0JQAghNNZ .navbar.opened {
  background: #065b86 !important;
}
.cid-u0JQAghNNZ .nav-item:focus,
.cid-u0JQAghNNZ .nav-link:focus {
  outline: none;
}
.cid-u0JQAghNNZ .dropdown .dropdown-menu .dropdown-item {
  width: auto;
  transition: all 0.25s ease-in-out;
}
.cid-u0JQAghNNZ .dropdown .dropdown-menu .dropdown-item::after {
  right: 0.5rem;
}
.cid-u0JQAghNNZ .dropdown .dropdown-menu .dropdown-item .mbr-iconfont {
  margin-left: -1.8rem;
  padding-right: 1rem;
  font-size: inherit;
}
.cid-u0JQAghNNZ .dropdown .dropdown-menu .dropdown-item .mbr-iconfont:before {
  display: inline-block;
  transform: scale(1, 1);
  transition: all 0.25s ease-in-out;
}
.cid-u0JQAghNNZ .collapsed .dropdown-menu .dropdown-item:before {
  display: none;
}
.cid-u0JQAghNNZ .collapsed .dropdown .dropdown-menu .dropdown-item {
  padding: 0.235em 1.5em 0.235em 1.5em !important;
  transition: none;
  margin: 0 !important;
}
.cid-u0JQAghNNZ .navbar {
  min-height: 77px;
  transition: all .3s;
  background: rgba(6, 91, 134, 0);
}
.cid-u0JQAghNNZ .navbar.opened {
  transition: all .3s;
}
.cid-u0JQAghNNZ .navbar .dropdown-item {
  padding: .5rem 1.8rem;
}
.cid-u0JQAghNNZ .navbar .navbar-logo img {
  width: auto;
}
.cid-u0JQAghNNZ .navbar .navbar-collapse {
  justify-content: flex-end;
  z-index: 1;
}
.cid-u0JQAghNNZ .navbar.collapsed .nav-item .nav-link::before {
  display: none;
}
.cid-u0JQAghNNZ .navbar.collapsed.opened .dropdown-menu {
  top: 0;
}
@media (min-width: 992px) {
  .cid-u0JQAghNNZ .navbar.collapsed.opened:not(.navbar-short) .navbar-collapse {
    max-height: calc(98.5vh - 8rem);
  }
}
.cid-u0JQAghNNZ .navbar.collapsed .dropdown-menu .dropdown-submenu {
  left: 0 !important;
}
.cid-u0JQAghNNZ .navbar.collapsed .dropdown-menu .dropdown-item:after {
  right: auto;
}
.cid-u0JQAghNNZ .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: 55%;
}
.cid-u0JQAghNNZ .navbar.collapsed ul.navbar-nav li {
  margin: auto;
}
.cid-u0JQAghNNZ .navbar.collapsed .dropdown-menu .dropdown-item {
  padding: .25rem 1.5rem;
  text-align: center;
}
.cid-u0JQAghNNZ .navbar.collapsed .icons-menu {
  padding-left: 0;
  padding-right: 0;
  padding-top: .5rem;
  padding-bottom: .5rem;
}
@media (max-width: 991px) {
  .cid-u0JQAghNNZ .navbar .nav-item .nav-link::before {
    display: none;
  }
  .cid-u0JQAghNNZ .navbar.opened .dropdown-menu {
    top: 0;
  }
  .cid-u0JQAghNNZ .navbar .dropdown-menu .dropdown-submenu {
    left: 0 !important;
  }
  .cid-u0JQAghNNZ .navbar .dropdown-menu .dropdown-item:after {
    right: auto;
  }
  .cid-u0JQAghNNZ .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: 55%;
  }
  .cid-u0JQAghNNZ .navbar .navbar-logo img {
    height: 3.8rem !important;
  }
  .cid-u0JQAghNNZ .navbar ul.navbar-nav li {
    margin: auto;
  }
  .cid-u0JQAghNNZ .navbar .dropdown-menu .dropdown-item {
    padding: .25rem 1.5rem !important;
    text-align: center;
  }
  .cid-u0JQAghNNZ .navbar .navbar-brand {
    flex-shrink: initial;
    flex-basis: auto;
    word-break: break-word;
    padding-right: 2rem;
  }
  .cid-u0JQAghNNZ .navbar .navbar-toggler {
    flex-basis: auto;
  }
  .cid-u0JQAghNNZ .navbar .icons-menu {
    padding-left: 0;
    padding-top: .5rem;
    padding-bottom: .5rem;
  }
}
.cid-u0JQAghNNZ .navbar.navbar-short {
  min-height: 60px;
}
.cid-u0JQAghNNZ .navbar.navbar-short .navbar-logo img {
  height: 3rem !important;
}
.cid-u0JQAghNNZ .navbar.navbar-short .navbar-brand {
  padding: 0;
}
.cid-u0JQAghNNZ .navbar-brand {
  flex-shrink: 0;
  align-items: center;
  margin-right: 0;
  padding: 0;
  transition: all .3s;
  word-break: break-word;
  z-index: 1;
}
.cid-u0JQAghNNZ .navbar-brand .navbar-caption {
  line-height: inherit !important;
}
.cid-u0JQAghNNZ .navbar-brand .navbar-logo a {
  outline: none;
}
.cid-u0JQAghNNZ .dropdown-item.active,
.cid-u0JQAghNNZ .dropdown-item:active {
  background-color: transparent;
}
.cid-u0JQAghNNZ .navbar-expand-lg .navbar-nav .nav-link {
  padding: 0;
}
.cid-u0JQAghNNZ .nav-dropdown .link.dropdown-toggle {
  margin-right: 1.667em;
}
.cid-u0JQAghNNZ .nav-dropdown .link.dropdown-toggle[aria-expanded="true"] {
  margin-right: 0;
  padding: 0.667em 1.667em;
}
.cid-u0JQAghNNZ .navbar.navbar-expand-lg .dropdown .dropdown-menu {
  background: #065b86;
}
.cid-u0JQAghNNZ .navbar.navbar-expand-lg .dropdown .dropdown-menu .dropdown-submenu {
  margin: 0;
  left: 100%;
}
.cid-u0JQAghNNZ .navbar .dropdown.open > .dropdown-menu {
  display: block;
}
.cid-u0JQAghNNZ ul.navbar-nav {
  flex-wrap: wrap;
}
.cid-u0JQAghNNZ .navbar-buttons {
  text-align: center;
  min-width: 170px;
}
.cid-u0JQAghNNZ button.navbar-toggler {
  outline: none;
  width: 31px;
  height: 20px;
  cursor: pointer;
  transition: all .2s;
  position: relative;
  align-self: center;
}
.cid-u0JQAghNNZ button.navbar-toggler .hamburger span {
  position: absolute;
  right: 0;
  width: 30px;
  height: 2px;
  border-right: 5px;
  background-color: currentColor;
}
.cid-u0JQAghNNZ button.navbar-toggler .hamburger span:nth-child(1) {
  top: 0;
  transition: all .2s;
}
.cid-u0JQAghNNZ button.navbar-toggler .hamburger span:nth-child(2) {
  top: 8px;
  transition: all .15s;
}
.cid-u0JQAghNNZ button.navbar-toggler .hamburger span:nth-child(3) {
  top: 8px;
  transition: all .15s;
}
.cid-u0JQAghNNZ button.navbar-toggler .hamburger span:nth-child(4) {
  top: 16px;
  transition: all .2s;
}
.cid-u0JQAghNNZ nav.opened .hamburger span:nth-child(1) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all .2s;
}
.cid-u0JQAghNNZ nav.opened .hamburger span:nth-child(2) {
  transform: rotate(45deg);
  transition: all .25s;
}
.cid-u0JQAghNNZ nav.opened .hamburger span:nth-child(3) {
  transform: rotate(-45deg);
  transition: all .25s;
}
.cid-u0JQAghNNZ nav.opened .hamburger span:nth-child(4) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all .2s;
}
.cid-u0JQAghNNZ .navbar-dropdown {
  padding: .5rem 1rem;
  position: fixed;
}
.cid-u0JQAghNNZ a.nav-link {
  display: flex;
  align-items: center;
  justify-content: center;
}
.cid-u0JQAghNNZ .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-u0JQAghNNZ .navbar {
    height: 77px;
  }
  .cid-u0JQAghNNZ .navbar.opened {
    height: auto;
  }
  .cid-u0JQAghNNZ .nav-item .nav-link:hover::before {
    width: 175%;
    max-width: calc(100% + 2rem);
    left: -1rem;
  }
}
.cid-tYLhDN6DIC {
  background-image: url("../../../assets/images/wdqw-1366x768.png");
}
.cid-tYLhDN6DIC .mbr-fallback-image.disabled {
  display: none;
}
.cid-tYLhDN6DIC .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-tYLhDN6DIC .mbr-section-title {
  color: #ffffff;
}
.cid-tYLhDN6DIC .mbr-section-subtitle {
  color: #FFFFFF;
  margin-top: 20px;
}
.cid-tYLhDN6DIC .mbr-text {
  color: #FFFFFF;
  margin-top: 20px;
}
.cid-tYLhDN6DIC .mbr-section-btn {
  margin-top: 18px;
}
.cid-tYLhDN6DIC .mbr-section-btn .btn.btn-white {
  background-color: transparent !important;
  border-color: #FFFFFF !important;
}
.cid-tYLhDN6DIC .mbr-section-btn .btn.btn-black {
  background-color: transparent !important;
  border-color: #303030 !important;
}
.cid-tYLf7Fys5C {
  padding-top: 6rem;
  padding-bottom: 6rem;
  background-color: #ffffff;
}
.cid-tYLf7Fys5C .container {
  max-width: 1040px;
}
@media (max-width: 575px) {
  .cid-tYLf7Fys5C .row {
    text-align: center!important;
  }
}
.cid-tYLf7Fys5C .mbr-section-title {
  color: #000000;
}
@media (max-width: 575px) {
  .cid-tYLf7Fys5C .mbr-section-title {
    text-align: center;
  }
}
.cid-tYLf7Fys5C .mbr-section-subtitle {
  color: #0099ff;
}
.cid-tYLf7Fys5C .mbr-text {
  color: #000000;
  margin-top: 28px;
}
.cid-tYLf7Fys5C .mbr-section-btn {
  margin-top: 18px;
}
@media (max-width: 575px) {
  .cid-tYLf7Fys5C .mbr-section-btn {
    display: flex;
    flex-wrap: wrap;
  }
  .cid-tYLf7Fys5C .mbr-section-btn .btn {
    width: 100%;
  }
}
.cid-tYLf7Fys5C .btn-primary-outline,
.cid-tYLf7Fys5C .btn-secondary-outline,
.cid-tYLf7Fys5C .btn-success-outline,
.cid-tYLf7Fys5C .btn-info-outline,
.cid-tYLf7Fys5C .btn-warning-outline,
.cid-tYLf7Fys5C .btn-danger-outline,
.cid-tYLf7Fys5C .btn-white-outline,
.cid-tYLf7Fys5C .btn-black-outline {
  padding: 0;
  min-height: auto;
}
.cid-tYLf7Fys5C .mbr-fallback-image.disabled {
  display: none;
}
.cid-tYLf7Fys5C .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-tYLjPOX1zE {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-image: url("../../../assets/images/background1.jpg");
}
.cid-tYLjPOX1zE .mbr-fallback-image.disabled {
  display: none;
}
.cid-tYLjPOX1zE .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
@media (max-width: 992px) and (max-width: 992px) {
  .cid-tYLjPOX1zE .container {
    padding: 0 24px;
  }
}
@media (min-width: 992px) {
  .cid-tYLjPOX1zE .row {
    margin: 0;
  }
}
.cid-tYLjPOX1zE .row .card {
  padding: 0;
  border-radius: 0 !important;
}
.cid-tYLjPOX1zE .row .card:nth-child(2) {
  border-left: 1px solid #72716b;
}
@media (max-width: 992px) {
  .cid-tYLjPOX1zE .row .card:nth-child(2) {
    margin-bottom: 64px;
  }
}
.cid-tYLjPOX1zE .row .card:nth-child(3) {
  border-top: 1px solid #72716b;
}
.cid-tYLjPOX1zE .row .card:nth-child(4) {
  border-top: 1px solid #72716b;
  border-left: 1px solid #72716b;
}
@media (max-width: 992px) {
  .cid-tYLjPOX1zE .row .card {
    padding: 0 16px;
    border: none !important;
  }
}
.cid-tYLjPOX1zE .subtitle-wrap {
  height: 100%;
  display: flex;
  justify-content: flex-end;
}
@media (max-width: 992px) {
  .cid-tYLjPOX1zE .subtitle-wrap {
    display: block;
  }
}
.cid-tYLjPOX1zE .subtitle-wrap .mbr-section-subtitle {
  padding: 32px;
  writing-mode: tb;
  transform: rotate(180deg);
  margin: 0;
}
@media (max-width: 992px) {
  .cid-tYLjPOX1zE .subtitle-wrap .mbr-section-subtitle {
    transform: rotate(0);
    writing-mode: horizontal-tb;
    padding: 24px;
    border-left: 1px solid #72716b;
    text-align: left;
  }
}
.cid-tYLjPOX1zE .content-wrapper {
  padding: 32px;
}
@media (max-width: 992px) {
  .cid-tYLjPOX1zE .content-wrapper {
    padding: 24px;
    border-top: 1px solid #72716b;
    border-left: 1px solid #72716b;
  }
}
.cid-tYLjPOX1zE .content-wrapper .mbr-section-title {
  margin-bottom: 16px;
}
.cid-tYLjPOX1zE .content-wrapper .mbr-text {
  margin-bottom: 0;
}
@media (max-width: 992px) {
  .cid-tYLjPOX1zE .content-wrapper .mbr-text {
    text-align: left;
  }
}
.cid-tYLjPOX1zE .content-wrapper .mbr-section-btn {
  margin-top: 32px;
}
@media (max-width: 992px) {
  .cid-tYLjPOX1zE .content-wrapper .mbr-section-btn {
    text-align: left;
    margin-top: 24px;
  }
}
.cid-tYLjPOX1zE .content-wrapper .list {
  margin-top: 32px;
}
@media (max-width: 992px) {
  .cid-tYLjPOX1zE .content-wrapper .list {
    margin-top: 24px;
  }
}
.cid-tYLjPOX1zE .content-wrapper .list .item {
  margin-bottom: 24px;
}
.cid-tYLjPOX1zE .content-wrapper .list .item .item-wrapper .card-box .title-wrapper {
  display: inline-flex;
  align-items: center;
}
.cid-tYLjPOX1zE .content-wrapper .list .item .item-wrapper .card-box .title-wrapper .card-number {
  margin: 0 24px 0 0;
  color: transparent;
  -webkit-text-stroke: 1px #e0b548;
  -webkit-background-clip: text;
}
.cid-tYLjPOX1zE .content-wrapper .list .item .item-wrapper .card-box .title-wrapper .card-title {
  margin-bottom: 0;
}
.cid-tYLjPOX1zE .mbr-section-title {
  color: #F9F6E0;
}
.cid-tYLjPOX1zE .mbr-section-subtitle {
  color: #E0B548;
  text-align: center;
}
.cid-tYLjPOX1zE .mbr-text {
  color: #F9F6E0;
}
.cid-tYLjPOX1zE .card-text {
  color: #F9F6E0;
}
.cid-tYLjF1Gzsa {
  padding-top: 150px;
  padding-bottom: 150px;
  background-image: url("../../../assets/images/team5.jpg");
}
.cid-tYLjF1Gzsa .mbr-overlay {
  background-color: #353535;
  opacity: 0;
}
@media (max-width: 992px) {
  .cid-tYLjF1Gzsa {
    background-position: right;
  }
}
.cid-tYLjF1Gzsa input,
.cid-tYLjF1Gzsa textarea {
  border-radius: 0;
}
.cid-tYLjF1Gzsa input:hover,
.cid-tYLjF1Gzsa textarea:hover {
  border: 1px solid transparent !important;
}
.cid-tYLjF1Gzsa .row {
  justify-content: flex-end;
}
.cid-tYLjF1Gzsa textarea {
  min-height: 200px;
}
.cid-tYLjF1Gzsa .col-auto {
  margin-right: auto;
  margin-left: 0;
}
@media (max-width: 767px) {
  .cid-tYLjF1Gzsa .col-auto {
    margin: auto;
  }
}
.cid-tYLjF1Gzsa .social {
  display: inline-flex;
  align-items: center;
  margin-bottom: 0.5rem;
}
.cid-tYLjF1Gzsa .social .mbr-iconfont {
  padding-right: 0.6rem;
  color: #1d1d1f;
  font-size: 1.2rem;
}
.cid-tYLjF1Gzsa .mbr-main-subtitle {
  background: #1d1d1f;
  width: fit-content;
  padding: 0.5rem 1rem;
  position: relative;
  margin-bottom: 2rem;
}
.cid-tYLjF1Gzsa .mbr-main-subtitle:before {
  content: '';
  position: absolute;
  left: 0;
  bottom: -18px;
  border-left: 24px solid #1d1d1f;
  border-bottom: 18px solid transparent;
  z-index: 2;
}
@media (max-width: 767px) {
  .cid-tYLjF1Gzsa .mbr-main-subtitle {
    margin: auto;
    margin-bottom: 2rem;
  }
}
.cid-tYLjF1Gzsa .btn {
  padding: 1rem 3rem;
}
.cid-tYLjF1Gzsa .form-control,
.cid-tYLjF1Gzsa .field-input {
  background-color: #ffffff;
  border-color: #ffffff;
  color: #000000;
  transition: 0.4s;
  box-shadow: none;
  outline: none;
}
.cid-tYLjF1Gzsa .form-control::-webkit-input-placeholder,
.cid-tYLjF1Gzsa .field-input::-webkit-input-placeholder,
.cid-tYLjF1Gzsa .form-control::-webkit-input-placeholder,
.cid-tYLjF1Gzsa .field-input::-webkit-input-placeholder {
  color: #bbbbbb;
}
.cid-tYLjF1Gzsa .form-control:-moz-placeholder,
.cid-tYLjF1Gzsa .field-input:-moz-placeholder,
.cid-tYLjF1Gzsa .form-control:-moz-placeholder,
.cid-tYLjF1Gzsa .field-input:-moz-placeholder {
  color: #bbbbbb;
}
.cid-tYLjF1Gzsa .form-control:hover,
.cid-tYLjF1Gzsa .field-input:hover,
.cid-tYLjF1Gzsa .form-control:focus,
.cid-tYLjF1Gzsa .field-input:focus {
  background-color: #ffffff;
  border-color: #ffffff;
  color: #000000;
  box-shadow: none;
  outline: none;
}
.cid-tYLjF1Gzsa .form-control:hover::-webkit-input-placeholder,
.cid-tYLjF1Gzsa .field-input:hover::-webkit-input-placeholder,
.cid-tYLjF1Gzsa .form-control:focus::-webkit-input-placeholder,
.cid-tYLjF1Gzsa .field-input:focus::-webkit-input-placeholder,
.cid-tYLjF1Gzsa .form-control:hover::-webkit-input-placeholder,
.cid-tYLjF1Gzsa .field-input:hover::-webkit-input-placeholder,
.cid-tYLjF1Gzsa .form-control:focus::-webkit-input-placeholder,
.cid-tYLjF1Gzsa .field-input:focus::-webkit-input-placeholder {
  color: #bbbbbb;
}
.cid-tYLjF1Gzsa .form-control:hover:-moz-placeholder,
.cid-tYLjF1Gzsa .field-input:hover:-moz-placeholder,
.cid-tYLjF1Gzsa .form-control:focus:-moz-placeholder,
.cid-tYLjF1Gzsa .field-input:focus:-moz-placeholder,
.cid-tYLjF1Gzsa .form-control:hover:-moz-placeholder,
.cid-tYLjF1Gzsa .field-input:hover:-moz-placeholder,
.cid-tYLjF1Gzsa .form-control:focus:-moz-placeholder,
.cid-tYLjF1Gzsa .field-input:focus:-moz-placeholder {
  color: #bbbbbb;
}
.cid-tYLjF1Gzsa .jq-number__spin:hover,
.cid-tYLjF1Gzsa .jq-number__spin:focus {
  background-color: #ffffff;
  border-color: #ffffff;
  color: #ffffff;
  box-shadow: none;
  outline: none;
}
.cid-tYLjF1Gzsa .jq-number__spin {
  background-color: #ffffff;
  border-color: #ffffff;
  color: #000000;
  transition: 0.4s;
  box-shadow: none;
  outline: none;
}
.cid-tYLjF1Gzsa .jq-selectbox li,
.cid-tYLjF1Gzsa .jq-selectbox li {
  background-color: #ffffff;
  color: #000000;
}
.cid-tYLjF1Gzsa .jq-selectbox li:hover,
.cid-tYLjF1Gzsa .jq-selectbox li.selected {
  background-color: #ffffff;
  color: #000000;
}
.cid-tYLjF1Gzsa .jq-selectbox:hover .jq-selectbox__trigger-arrow,
.cid-tYLjF1Gzsa .jq-number__spin.minus:hover:after,
.cid-tYLjF1Gzsa .jq-number__spin.plus:hover:after {
  border-top-color: #ffffff;
  border-bottom-color: #ffffff;
}
.cid-tYLjF1Gzsa .jq-selectbox .jq-selectbox__trigger-arrow,
.cid-tYLjF1Gzsa .jq-number__spin.minus:after,
.cid-tYLjF1Gzsa .jq-number__spin.plus:after {
  border-top-color: #ffffff;
  border-bottom-color: #ffffff;
}
.cid-tYLjF1Gzsa .mbr-section-text {
  color: #353535;
}
.cid-tYLjF1Gzsa .mbr-section-title {
  color: #000000;
}
.cid-tYLjF1Gzsa .soc-link,
.cid-tYLjF1Gzsa .soc-wrapper {
  color: #000000;
}
.cid-u04Z8y06Ov {
  padding-top: 75px;
  padding-bottom: 75px;
  background-color: #141414;
}
@media (max-width: 767px) {
  .cid-u04Z8y06Ov .content {
    text-align: center;
  }
  .cid-u04Z8y06Ov .content > div:not(:last-child) {
    margin-bottom: 2rem;
  }
}
.cid-u04Z8y06Ov .map {
  height: 18.75rem;
}
@media (max-width: 767px) {
  .cid-u04Z8y06Ov .footer-lower .copyright {
    margin-bottom: 1rem;
    text-align: center;
  }
}
.cid-u04Z8y06Ov .footer-lower hr {
  margin: 1rem 0;
  border-color: #fff;
  opacity: 0.05;
}
.cid-u04Z8y06Ov .google-map {
  height: 25rem;
  position: relative;
}
.cid-u04Z8y06Ov .google-map iframe {
  height: 100%;
  width: 100%;
}
.cid-u04Z8y06Ov .google-map [data-state-details] {
  color: #6b6763;
  font-family: Montserrat;
  height: 1.5em;
  margin-top: -0.75em;
  padding-left: 1.25rem;
  padding-right: 1.25rem;
  position: absolute;
  text-align: center;
  top: 50%;
  width: 100%;
}
.cid-u04Z8y06Ov .google-map[data-state] {
  background: #e9e5dc;
}
.cid-u04Z8y06Ov .google-map[data-state="loading"] [data-state-details] {
  display: none;
}
.cid-u04Z8y06Ov .social-list {
  padding-left: 0;
  margin-bottom: 0;
  margin-left: -7px;
  list-style: none;
  display: flex;
  -webkit-justify-content: flex-start;
  justify-content: flex-start;
  -webkit-flex-wrap: wrap;
  flex-wrap: wrap;
}
.cid-u04Z8y06Ov .social-list .mbr-iconfont-social {
  font-size: 1.3rem;
  color: #fff;
}
.cid-u04Z8y06Ov .social-list .soc-item {
  margin: 0 0.5rem;
}
.cid-u04Z8y06Ov .social-list a {
  margin: 0;
  opacity: 0.5;
  -webkit-transition: 0.2s linear;
  transition: 0.2s linear;
}
.cid-u04Z8y06Ov .social-list a:hover {
  opacity: 1;
}
@media (max-width: 767px) {
  .cid-u04Z8y06Ov .social-list {
    -webkit-justify-content: center;
    justify-content: center;
  }
}
.cid-u04Z8y06Ov .list {
  list-style-type: none;
  padding: 0;
}
.cid-u04Z8y06Ov .copyright > p {
  text-align: center;
}
.cid-u0JQAghNNZ {
  z-index: 1000;
  width: 100%;
}
.cid-u0JQAghNNZ nav.navbar {
  position: fixed;
}
.cid-u0JQAghNNZ .nav-link {
  position: relative;
}
.cid-u0JQAghNNZ .nav-link:before {
  content: '';
  bottom: -2px;
  left: 5px;
  width: 0%;
  height: 1px;
  opacity: 0;
  transition: all 0.3s;
  background: currentColor;
  position: absolute;
}
.cid-u0JQAghNNZ .nav-link:hover:before {
  width: 50%;
  opacity: 1;
}
.cid-u0JQAghNNZ .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-u0JQAghNNZ .dropdown-menu {
  padding: 0;
}
.cid-u0JQAghNNZ .dropdown-item:hover,
.cid-u0JQAghNNZ .dropdown-item:focus {
  background: #1d1d1f !important;
  color: white !important;
}
.cid-u0JQAghNNZ .nav-dropdown .link {
  padding: 0 0.3em !important;
  margin: .667em 1em !important;
}
.cid-u0JQAghNNZ .nav-dropdown .link.dropdown-toggle::after {
  margin-left: 0.5rem;
  margin-top: 0.2rem;
}
.cid-u0JQAghNNZ .container {
  display: flex;
  margin: auto;
}
.cid-u0JQAghNNZ .iconfont-wrapper {
  color: #000000 !important;
  font-size: 1.5rem;
  padding-right: .5rem;
}
.cid-u0JQAghNNZ .navbar-caption {
  padding-right: 4rem;
}
.cid-u0JQAghNNZ .dropdown-menu,
.cid-u0JQAghNNZ .navbar.opened {
  background: #065b86 !important;
}
.cid-u0JQAghNNZ .nav-item:focus,
.cid-u0JQAghNNZ .nav-link:focus {
  outline: none;
}
.cid-u0JQAghNNZ .dropdown .dropdown-menu .dropdown-item {
  width: auto;
  transition: all 0.25s ease-in-out;
}
.cid-u0JQAghNNZ .dropdown .dropdown-menu .dropdown-item::after {
  right: 0.5rem;
}
.cid-u0JQAghNNZ .dropdown .dropdown-menu .dropdown-item .mbr-iconfont {
  margin-left: -1.8rem;
  padding-right: 1rem;
  font-size: inherit;
}
.cid-u0JQAghNNZ .dropdown .dropdown-menu .dropdown-item .mbr-iconfont:before {
  display: inline-block;
  transform: scale(1, 1);
  transition: all 0.25s ease-in-out;
}
.cid-u0JQAghNNZ .collapsed .dropdown-menu .dropdown-item:before {
  display: none;
}
.cid-u0JQAghNNZ .collapsed .dropdown .dropdown-menu .dropdown-item {
  padding: 0.235em 1.5em 0.235em 1.5em !important;
  transition: none;
  margin: 0 !important;
}
.cid-u0JQAghNNZ .navbar {
  min-height: 77px;
  transition: all .3s;
  background: rgba(6, 91, 134, 0);
}
.cid-u0JQAghNNZ .navbar.opened {
  transition: all .3s;
}
.cid-u0JQAghNNZ .navbar .dropdown-item {
  padding: .5rem 1.8rem;
}
.cid-u0JQAghNNZ .navbar .navbar-logo img {
  width: auto;
}
.cid-u0JQAghNNZ .navbar .navbar-collapse {
  justify-content: flex-end;
  z-index: 1;
}
.cid-u0JQAghNNZ .navbar.collapsed .nav-item .nav-link::before {
  display: none;
}
.cid-u0JQAghNNZ .navbar.collapsed.opened .dropdown-menu {
  top: 0;
}
@media (min-width: 992px) {
  .cid-u0JQAghNNZ .navbar.collapsed.opened:not(.navbar-short) .navbar-collapse {
    max-height: calc(98.5vh - 8rem);
  }
}
.cid-u0JQAghNNZ .navbar.collapsed .dropdown-menu .dropdown-submenu {
  left: 0 !important;
}
.cid-u0JQAghNNZ .navbar.collapsed .dropdown-menu .dropdown-item:after {
  right: auto;
}
.cid-u0JQAghNNZ .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: 55%;
}
.cid-u0JQAghNNZ .navbar.collapsed ul.navbar-nav li {
  margin: auto;
}
.cid-u0JQAghNNZ .navbar.collapsed .dropdown-menu .dropdown-item {
  padding: .25rem 1.5rem;
  text-align: center;
}
.cid-u0JQAghNNZ .navbar.collapsed .icons-menu {
  padding-left: 0;
  padding-right: 0;
  padding-top: .5rem;
  padding-bottom: .5rem;
}
@media (max-width: 991px) {
  .cid-u0JQAghNNZ .navbar .nav-item .nav-link::before {
    display: none;
  }
  .cid-u0JQAghNNZ .navbar.opened .dropdown-menu {
    top: 0;
  }
  .cid-u0JQAghNNZ .navbar .dropdown-menu .dropdown-submenu {
    left: 0 !important;
  }
  .cid-u0JQAghNNZ .navbar .dropdown-menu .dropdown-item:after {
    right: auto;
  }
  .cid-u0JQAghNNZ .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: 55%;
  }
  .cid-u0JQAghNNZ .navbar .navbar-logo img {
    height: 3.8rem !important;
  }
  .cid-u0JQAghNNZ .navbar ul.navbar-nav li {
    margin: auto;
  }
  .cid-u0JQAghNNZ .navbar .dropdown-menu .dropdown-item {
    padding: .25rem 1.5rem !important;
    text-align: center;
  }
  .cid-u0JQAghNNZ .navbar .navbar-brand {
    flex-shrink: initial;
    flex-basis: auto;
    word-break: break-word;
    padding-right: 2rem;
  }
  .cid-u0JQAghNNZ .navbar .navbar-toggler {
    flex-basis: auto;
  }
  .cid-u0JQAghNNZ .navbar .icons-menu {
    padding-left: 0;
    padding-top: .5rem;
    padding-bottom: .5rem;
  }
}
.cid-u0JQAghNNZ .navbar.navbar-short {
  min-height: 60px;
}
.cid-u0JQAghNNZ .navbar.navbar-short .navbar-logo img {
  height: 3rem !important;
}
.cid-u0JQAghNNZ .navbar.navbar-short .navbar-brand {
  padding: 0;
}
.cid-u0JQAghNNZ .navbar-brand {
  flex-shrink: 0;
  align-items: center;
  margin-right: 0;
  padding: 0;
  transition: all .3s;
  word-break: break-word;
  z-index: 1;
}
.cid-u0JQAghNNZ .navbar-brand .navbar-caption {
  line-height: inherit !important;
}
.cid-u0JQAghNNZ .navbar-brand .navbar-logo a {
  outline: none;
}
.cid-u0JQAghNNZ .dropdown-item.active,
.cid-u0JQAghNNZ .dropdown-item:active {
  background-color: transparent;
}
.cid-u0JQAghNNZ .navbar-expand-lg .navbar-nav .nav-link {
  padding: 0;
}
.cid-u0JQAghNNZ .nav-dropdown .link.dropdown-toggle {
  margin-right: 1.667em;
}
.cid-u0JQAghNNZ .nav-dropdown .link.dropdown-toggle[aria-expanded="true"] {
  margin-right: 0;
  padding: 0.667em 1.667em;
}
.cid-u0JQAghNNZ .navbar.navbar-expand-lg .dropdown .dropdown-menu {
  background: #065b86;
}
.cid-u0JQAghNNZ .navbar.navbar-expand-lg .dropdown .dropdown-menu .dropdown-submenu {
  margin: 0;
  left: 100%;
}
.cid-u0JQAghNNZ .navbar .dropdown.open > .dropdown-menu {
  display: block;
}
.cid-u0JQAghNNZ ul.navbar-nav {
  flex-wrap: wrap;
}
.cid-u0JQAghNNZ .navbar-buttons {
  text-align: center;
  min-width: 170px;
}
.cid-u0JQAghNNZ button.navbar-toggler {
  outline: none;
  width: 31px;
  height: 20px;
  cursor: pointer;
  transition: all .2s;
  position: relative;
  align-self: center;
}
.cid-u0JQAghNNZ button.navbar-toggler .hamburger span {
  position: absolute;
  right: 0;
  width: 30px;
  height: 2px;
  border-right: 5px;
  background-color: currentColor;
}
.cid-u0JQAghNNZ button.navbar-toggler .hamburger span:nth-child(1) {
  top: 0;
  transition: all .2s;
}
.cid-u0JQAghNNZ button.navbar-toggler .hamburger span:nth-child(2) {
  top: 8px;
  transition: all .15s;
}
.cid-u0JQAghNNZ button.navbar-toggler .hamburger span:nth-child(3) {
  top: 8px;
  transition: all .15s;
}
.cid-u0JQAghNNZ button.navbar-toggler .hamburger span:nth-child(4) {
  top: 16px;
  transition: all .2s;
}
.cid-u0JQAghNNZ nav.opened .hamburger span:nth-child(1) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all .2s;
}
.cid-u0JQAghNNZ nav.opened .hamburger span:nth-child(2) {
  transform: rotate(45deg);
  transition: all .25s;
}
.cid-u0JQAghNNZ nav.opened .hamburger span:nth-child(3) {
  transform: rotate(-45deg);
  transition: all .25s;
}
.cid-u0JQAghNNZ nav.opened .hamburger span:nth-child(4) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all .2s;
}
.cid-u0JQAghNNZ .navbar-dropdown {
  padding: .5rem 1rem;
  position: fixed;
}
.cid-u0JQAghNNZ a.nav-link {
  display: flex;
  align-items: center;
  justify-content: center;
}
.cid-u0JQAghNNZ .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-u0JQAghNNZ .navbar {
    height: 77px;
  }
  .cid-u0JQAghNNZ .navbar.opened {
    height: auto;
  }
  .cid-u0JQAghNNZ .nav-item .nav-link:hover::before {
    width: 175%;
    max-width: calc(100% + 2rem);
    left: -1rem;
  }
}
