.btn {
  border-width: 2px;
}
body {
  font-family: Jost;
}
.display-1 {
  font-family: 'Jost', sans-serif;
  font-size: 4rem;
  line-height: 1.1;
}
.display-1 > .mbr-iconfont {
  font-size: 5rem;
}
.display-2 {
  font-family: 'Jost', sans-serif;
  font-size: 3rem;
  line-height: 1.1;
}
.display-2 > .mbr-iconfont {
  font-size: 3.75rem;
}
.display-4 {
  font-family: 'Jost', sans-serif;
  font-size: 1.1rem;
  line-height: 1.5;
}
.display-4 > .mbr-iconfont {
  font-size: 1.375rem;
}
.display-5 {
  font-family: 'Jost', sans-serif;
  font-size: 2rem;
  line-height: 1.5;
}
.display-5 > .mbr-iconfont {
  font-size: 2.5rem;
}
.display-7 {
  font-family: 'Jost', sans-serif;
  font-size: 1.2rem;
  line-height: 1.5;
}
.display-7 > .mbr-iconfont {
  font-size: 1.5rem;
}
/* ---- 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: 3.2rem;
  }
}
@media (max-width: 768px) {
  .display-1 {
    font-size: 2.8rem;
    font-size: calc( 2.05rem + (4 - 2.05) * ((100vw - 20rem) / (48 - 20)));
    line-height: calc( 1.1 * (2.05rem + (4 - 2.05) * ((100vw - 20rem) / (48 - 20))));
  }
  .display-2 {
    font-size: 2.4rem;
    font-size: calc( 1.7rem + (3 - 1.7) * ((100vw - 20rem) / (48 - 20)));
    line-height: calc( 1.3 * (1.7rem + (3 - 1.7) * ((100vw - 20rem) / (48 - 20))));
  }
  .display-4 {
    font-size: 0.88rem;
    font-size: calc( 1.0350000000000001rem + (1.1 - 1.0350000000000001) * ((100vw - 20rem) / (48 - 20)));
    line-height: calc( 1.4 * (1.0350000000000001rem + (1.1 - 1.0350000000000001) * ((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: 0.96rem;
    font-size: calc( 1.07rem + (1.2 - 1.07) * ((100vw - 20rem) / (48 - 20)));
    line-height: calc( 1.4 * (1.07rem + (1.2 - 1.07) * ((100vw - 20rem) / (48 - 20))));
  }
}
/* Buttons */
.btn {
  padding: 0.6rem 1.2rem;
  border-radius: 4px;
}
.btn-sm {
  padding: 0.6rem 1.2rem;
  border-radius: 4px;
}
.btn-md {
  padding: 0.6rem 1.2rem;
  border-radius: 4px;
}
.btn-lg {
  padding: 1rem 2.6rem;
  border-radius: 4px;
}
.bg-primary {
  background-color: #6592e6 !important;
}
.bg-success {
  background-color: #40b0bf !important;
}
.bg-info {
  background-color: #47b5ed !important;
}
.bg-warning {
  background-color: #ffe161 !important;
}
.bg-danger {
  background-color: #ffffff !important;
}
.btn-primary,
.btn-primary:active {
  background-color: #6592e6 !important;
  border-color: #6592e6 !important;
  color: #ffffff !important;
  box-shadow: 0 2px 2px 0 rgba(0, 0, 0, 0.2);
}
.btn-primary:hover,
.btn-primary:focus,
.btn-primary.focus,
.btn-primary.active {
  color: #ffffff !important;
  background-color: #2260d2 !important;
  border-color: #2260d2 !important;
  box-shadow: 0 2px 5px 0 rgba(0, 0, 0, 0.2);
}
.btn-primary.disabled,
.btn-primary:disabled {
  color: #ffffff !important;
  background-color: #2260d2 !important;
  border-color: #2260d2 !important;
}
.btn-secondary,
.btn-secondary:active {
  background-color: #ff6666 !important;
  border-color: #ff6666 !important;
  color: #ffffff !important;
  box-shadow: 0 2px 2px 0 rgba(0, 0, 0, 0.2);
}
.btn-secondary:hover,
.btn-secondary:focus,
.btn-secondary.focus,
.btn-secondary.active {
  color: #ffffff !important;
  background-color: #ff0f0f !important;
  border-color: #ff0f0f !important;
  box-shadow: 0 2px 5px 0 rgba(0, 0, 0, 0.2);
}
.btn-secondary.disabled,
.btn-secondary:disabled {
  color: #ffffff !important;
  background-color: #ff0f0f !important;
  border-color: #ff0f0f !important;
}
.btn-info,
.btn-info:active {
  background-color: #47b5ed !important;
  border-color: #47b5ed !important;
  color: #ffffff !important;
  box-shadow: 0 2px 2px 0 rgba(0, 0, 0, 0.2);
}
.btn-info:hover,
.btn-info:focus,
.btn-info.focus,
.btn-info.active {
  color: #ffffff !important;
  background-color: #148cca !important;
  border-color: #148cca !important;
  box-shadow: 0 2px 5px 0 rgba(0, 0, 0, 0.2);
}
.btn-info.disabled,
.btn-info:disabled {
  color: #ffffff !important;
  background-color: #148cca !important;
  border-color: #148cca !important;
}
.btn-success,
.btn-success:active {
  background-color: #40b0bf !important;
  border-color: #40b0bf !important;
  color: #ffffff !important;
  box-shadow: 0 2px 2px 0 rgba(0, 0, 0, 0.2);
}
.btn-success:hover,
.btn-success:focus,
.btn-success.focus,
.btn-success.active {
  color: #ffffff !important;
  background-color: #2a747e !important;
  border-color: #2a747e !important;
  box-shadow: 0 2px 5px 0 rgba(0, 0, 0, 0.2);
}
.btn-success.disabled,
.btn-success:disabled {
  color: #ffffff !important;
  background-color: #2a747e !important;
  border-color: #2a747e !important;
}
.btn-warning,
.btn-warning:active {
  background-color: #ffe161 !important;
  border-color: #ffe161 !important;
  color: #614f00 !important;
  box-shadow: 0 2px 2px 0 rgba(0, 0, 0, 0.2);
}
.btn-warning:hover,
.btn-warning:focus,
.btn-warning.focus,
.btn-warning.active {
  color: #0a0800 !important;
  background-color: #ffd10a !important;
  border-color: #ffd10a !important;
  box-shadow: 0 2px 5px 0 rgba(0, 0, 0, 0.2);
}
.btn-warning.disabled,
.btn-warning:disabled {
  color: #614f00 !important;
  background-color: #ffd10a !important;
  border-color: #ffd10a !important;
}
.btn-danger,
.btn-danger:active {
  background-color: #ffffff !important;
  border-color: #ffffff !important;
  color: #808080 !important;
  box-shadow: 0 2px 2px 0 rgba(0, 0, 0, 0.2);
}
.btn-danger:hover,
.btn-danger:focus,
.btn-danger.focus,
.btn-danger.active {
  color: #545454 !important;
  background-color: #d4d4d4 !important;
  border-color: #d4d4d4 !important;
  box-shadow: 0 2px 5px 0 rgba(0, 0, 0, 0.2);
}
.btn-danger.disabled,
.btn-danger:disabled {
  color: #808080 !important;
  background-color: #d4d4d4 !important;
  border-color: #d4d4d4 !important;
}
.btn-white,
.btn-white:active {
  background-color: #fafafa !important;
  border-color: #fafafa !important;
  color: #7a7a7a !important;
  box-shadow: 0 2px 2px 0 rgba(0, 0, 0, 0.2);
}
.btn-white:hover,
.btn-white:focus,
.btn-white.focus,
.btn-white.active {
  color: #4f4f4f !important;
  background-color: #cfcfcf !important;
  border-color: #cfcfcf !important;
  box-shadow: 0 2px 5px 0 rgba(0, 0, 0, 0.2);
}
.btn-white.disabled,
.btn-white:disabled {
  color: #7a7a7a !important;
  background-color: #cfcfcf !important;
  border-color: #cfcfcf !important;
}
.btn-black,
.btn-black:active {
  background-color: #232323 !important;
  border-color: #232323 !important;
  color: #ffffff !important;
  box-shadow: 0 2px 2px 0 rgba(0, 0, 0, 0.2);
}
.btn-black:hover,
.btn-black:focus,
.btn-black.focus,
.btn-black.active {
  color: #ffffff !important;
  background-color: #000000 !important;
  border-color: #000000 !important;
  box-shadow: 0 2px 5px 0 rgba(0, 0, 0, 0.2);
}
.btn-black.disabled,
.btn-black:disabled {
  color: #ffffff !important;
  background-color: #000000 !important;
  border-color: #000000 !important;
}
.btn-primary-outline,
.btn-primary-outline:active {
  background-color: transparent !important;
  border-color: #6592e6;
  color: #6592e6;
}
.btn-primary-outline:hover,
.btn-primary-outline:focus,
.btn-primary-outline.focus,
.btn-primary-outline.active {
  color: #2260d2 !important;
  background-color: transparent!important;
  border-color: #2260d2 !important;
  box-shadow: none!important;
}
.btn-primary-outline.disabled,
.btn-primary-outline:disabled {
  color: #ffffff !important;
  background-color: #6592e6 !important;
  border-color: #6592e6 !important;
}
.btn-secondary-outline,
.btn-secondary-outline:active {
  background-color: transparent !important;
  border-color: #ff6666;
  color: #ff6666;
}
.btn-secondary-outline:hover,
.btn-secondary-outline:focus,
.btn-secondary-outline.focus,
.btn-secondary-outline.active {
  color: #ff0f0f !important;
  background-color: transparent!important;
  border-color: #ff0f0f !important;
  box-shadow: none!important;
}
.btn-secondary-outline.disabled,
.btn-secondary-outline:disabled {
  color: #ffffff !important;
  background-color: #ff6666 !important;
  border-color: #ff6666 !important;
}
.btn-info-outline,
.btn-info-outline:active {
  background-color: transparent !important;
  border-color: #47b5ed;
  color: #47b5ed;
}
.btn-info-outline:hover,
.btn-info-outline:focus,
.btn-info-outline.focus,
.btn-info-outline.active {
  color: #148cca !important;
  background-color: transparent!important;
  border-color: #148cca !important;
  box-shadow: none!important;
}
.btn-info-outline.disabled,
.btn-info-outline:disabled {
  color: #ffffff !important;
  background-color: #47b5ed !important;
  border-color: #47b5ed !important;
}
.btn-success-outline,
.btn-success-outline:active {
  background-color: transparent !important;
  border-color: #40b0bf;
  color: #40b0bf;
}
.btn-success-outline:hover,
.btn-success-outline:focus,
.btn-success-outline.focus,
.btn-success-outline.active {
  color: #2a747e !important;
  background-color: transparent!important;
  border-color: #2a747e !important;
  box-shadow: none!important;
}
.btn-success-outline.disabled,
.btn-success-outline:disabled {
  color: #ffffff !important;
  background-color: #40b0bf !important;
  border-color: #40b0bf !important;
}
.btn-warning-outline,
.btn-warning-outline:active {
  background-color: transparent !important;
  border-color: #ffe161;
  color: #ffe161;
}
.btn-warning-outline:hover,
.btn-warning-outline:focus,
.btn-warning-outline.focus,
.btn-warning-outline.active {
  color: #ffd10a !important;
  background-color: transparent!important;
  border-color: #ffd10a !important;
  box-shadow: none!important;
}
.btn-warning-outline.disabled,
.btn-warning-outline:disabled {
  color: #614f00 !important;
  background-color: #ffe161 !important;
  border-color: #ffe161 !important;
}
.btn-danger-outline,
.btn-danger-outline:active {
  background-color: transparent !important;
  border-color: #ffffff;
  color: #ffffff;
}
.btn-danger-outline:hover,
.btn-danger-outline:focus,
.btn-danger-outline.focus,
.btn-danger-outline.active {
  color: #d4d4d4 !important;
  background-color: transparent!important;
  border-color: #d4d4d4 !important;
  box-shadow: none!important;
}
.btn-danger-outline.disabled,
.btn-danger-outline:disabled {
  color: #808080 !important;
  background-color: #ffffff !important;
  border-color: #ffffff !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: #6592e6 !important;
}
.text-secondary {
  color: #ff6666 !important;
}
.text-success {
  color: #40b0bf !important;
}
.text-info {
  color: #47b5ed !important;
}
.text-warning {
  color: #ffe161 !important;
}
.text-danger {
  color: #ffffff !important;
}
.text-white {
  color: #fafafa !important;
}
.text-black {
  color: #232323 !important;
}
a.text-primary:hover,
a.text-primary:focus,
a.text-primary.active {
  color: #205ac5 !important;
}
a.text-secondary:hover,
a.text-secondary:focus,
a.text-secondary.active {
  color: #ff0000 !important;
}
a.text-success:hover,
a.text-success:focus,
a.text-success.active {
  color: #266a73 !important;
}
a.text-info:hover,
a.text-info:focus,
a.text-info.active {
  color: #1283bc !important;
}
a.text-warning:hover,
a.text-warning:focus,
a.text-warning.active {
  color: #facb00 !important;
}
a.text-danger:hover,
a.text-danger:focus,
a.text-danger.active {
  color: #cccccc !important;
}
a.text-white:hover,
a.text-white:focus,
a.text-white.active {
  color: #c7c7c7 !important;
}
a.text-black:hover,
a.text-black:focus,
a.text-black.active {
  color: #000000 !important;
}
a[class*="text-"]:not(.nav-link):not(.dropdown-item):not([role]):not(.navbar-caption) {
  position: relative;
  background-image: transparent;
  background-size: 10000px 2px;
  background-repeat: no-repeat;
  background-position: 0px 1.2em;
  background-position: -10000px 1.2em;
}
a[class*="text-"]:not(.nav-link):not(.dropdown-item):not([role]):not(.navbar-caption):hover {
  transition: background-position 2s ease-in-out;
  background-image: linear-gradient(currentColor 50%, currentColor 50%);
  background-position: 0px 1.2em;
}
.nav-tabs .nav-link.active {
  color: #6592e6;
}
.nav-tabs .nav-link:not(.active) {
  color: #232323;
}
.alert-success {
  background-color: #70c770;
}
.alert-info {
  background-color: #47b5ed;
}
.alert-warning {
  background-color: #ffe161;
}
.alert-danger {
  background-color: #ffffff;
}
.mbr-gallery-filter li.active .btn {
  background-color: #6592e6;
  border-color: #6592e6;
  color: #ffffff;
}
.mbr-gallery-filter li.active .btn:focus {
  box-shadow: none;
}
a,
a:hover {
  color: #6592e6;
}
.mbr-plan-header.bg-primary .mbr-plan-subtitle,
.mbr-plan-header.bg-primary .mbr-plan-price-desc {
  color: #ffffff;
}
.mbr-plan-header.bg-success .mbr-plan-subtitle,
.mbr-plan-header.bg-success .mbr-plan-price-desc {
  color: #a0d8df;
}
.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: #ffffff;
}
/* Scroll to top button*/
.scrollToTop_wraper {
  display: none;
}
.form-control {
  font-family: 'Jost', sans-serif;
  font-size: 1.1rem;
  line-height: 1.5;
  font-weight: 400;
}
.form-control > .mbr-iconfont {
  font-size: 1.375rem;
}
.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: #6592e6 !important;
}
.form-control:-webkit-input-placeholder {
  font-family: 'Jost', sans-serif;
  font-size: 1.1rem;
  line-height: 1.5;
  font-weight: 400;
}
.form-control:-webkit-input-placeholder > .mbr-iconfont {
  font-size: 1.375rem;
}
blockquote {
  border-color: #6592e6;
}
/* Forms */
.jq-selectbox li:hover,
.jq-selectbox li.selected {
  background-color: #6592e6;
  color: #ffffff;
}
.jq-number__spin {
  transition: 0.25s ease;
}
.jq-number__spin:hover {
  border-color: #6592e6;
}
.jq-selectbox .jq-selectbox__trigger-arrow,
.jq-number__spin.minus:after,
.jq-number__spin.plus:after {
  transition: 0.4s;
  border-top-color: #353535;
  border-bottom-color: #353535;
}
.jq-selectbox:hover .jq-selectbox__trigger-arrow,
.jq-number__spin.minus:hover:after,
.jq-number__spin.plus:hover:after {
  border-top-color: #6592e6;
  border-bottom-color: #6592e6;
}
.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: #6592e6 !important;
  box-shadow: none !important;
}
.xdsoft_datetimepicker .xdsoft_calendar td:hover,
.xdsoft_datetimepicker .xdsoft_timepicker .xdsoft_time_box > div > div:hover {
  color: #000000 !important;
  background: #ff6666 !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='%236592e6' %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;
}
*:focus-visible {
  outline: red solid 2px !important;
  outline-offset: 2px !important;
  transition: outline 0.2s ease-in-out;
}
.cid-sFCw1qGFAI {
  z-index: 1000;
  width: 100%;
}
.cid-sFCw1qGFAI nav.navbar {
  position: fixed;
}
.cid-sFCw1qGFAI .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-sFCw1qGFAI .dropdown-menu {
  padding: 0;
  border-radius: 4px;
  box-shadow: 0 1px 3px 0 rgba(0, 0, 0, 0.1);
}
.cid-sFCw1qGFAI .dropdown-item {
  border-bottom: 1px solid #e6e6e6;
}
.cid-sFCw1qGFAI .dropdown-item:hover,
.cid-sFCw1qGFAI .dropdown-item:focus {
  background: #6592e6 !important;
  color: white !important;
}
.cid-sFCw1qGFAI .dropdown-item:first-child {
  border-top-left-radius: 4px;
  border-top-right-radius: 4px;
}
.cid-sFCw1qGFAI .dropdown-item:last-child {
  border-bottom: none;
  border-bottom-left-radius: 4px;
  border-bottom-right-radius: 4px;
}
.cid-sFCw1qGFAI .nav-dropdown .link {
  padding: 0 0.3em !important;
  margin: 0.667em 1em !important;
}
.cid-sFCw1qGFAI .nav-dropdown .link.dropdown-toggle::after {
  margin-left: 0.5rem;
  margin-top: 0.2rem;
}
.cid-sFCw1qGFAI .nav-link {
  position: relative;
}
.cid-sFCw1qGFAI .container {
  display: flex;
  margin: auto;
}
.cid-sFCw1qGFAI .iconfont-wrapper {
  color: #000000 !important;
  font-size: 1.5rem;
  padding-right: 0.5rem;
}
.cid-sFCw1qGFAI .dropdown-menu,
.cid-sFCw1qGFAI .navbar.opened {
  background: #4479d9 !important;
}
.cid-sFCw1qGFAI .nav-item:focus,
.cid-sFCw1qGFAI .nav-link:focus {
  outline: none;
}
.cid-sFCw1qGFAI .dropdown .dropdown-menu .dropdown-item {
  width: auto;
  transition: all 0.25s ease-in-out;
}
.cid-sFCw1qGFAI .dropdown .dropdown-menu .dropdown-item::after {
  right: 0.5rem;
}
.cid-sFCw1qGFAI .dropdown .dropdown-menu .dropdown-item .mbr-iconfont {
  margin-right: 0.5rem;
  vertical-align: sub;
}
.cid-sFCw1qGFAI .dropdown .dropdown-menu .dropdown-item .mbr-iconfont:before {
  display: inline-block;
  transform: scale(1, 1);
  transition: all 0.25s ease-in-out;
}
.cid-sFCw1qGFAI .collapsed .dropdown-menu .dropdown-item:before {
  display: none;
}
.cid-sFCw1qGFAI .collapsed .dropdown .dropdown-menu .dropdown-item {
  padding: 0.235em 1.5em 0.235em 1.5em !important;
  transition: none;
  margin: 0 !important;
}
.cid-sFCw1qGFAI .navbar {
  min-height: 70px;
  transition: all 0.3s;
  border-bottom: 1px solid transparent;
  position: absolute;
  background: rgba(68, 121, 217, 0.5);
}
.cid-sFCw1qGFAI .navbar.opened {
  transition: all 0.3s;
}
.cid-sFCw1qGFAI .navbar .dropdown-item {
  padding: 0.5rem 1.8rem;
}
.cid-sFCw1qGFAI .navbar .navbar-logo img {
  width: auto;
}
.cid-sFCw1qGFAI .navbar .navbar-collapse {
  justify-content: flex-end;
  z-index: 1;
}
.cid-sFCw1qGFAI .navbar.collapsed {
  justify-content: center;
}
.cid-sFCw1qGFAI .navbar.collapsed .nav-item .nav-link::before {
  display: none;
}
.cid-sFCw1qGFAI .navbar.collapsed.opened .dropdown-menu {
  top: 0;
}
@media (min-width: 992px) {
  .cid-sFCw1qGFAI .navbar.collapsed.opened:not(.navbar-short) .navbar-collapse {
    max-height: calc(98.5vh - 3rem);
  }
}
.cid-sFCw1qGFAI .navbar.collapsed .dropdown-menu .dropdown-submenu {
  left: 0 !important;
}
.cid-sFCw1qGFAI .navbar.collapsed .dropdown-menu .dropdown-item:after {
  right: auto;
}
.cid-sFCw1qGFAI .navbar.collapsed .dropdown-menu .dropdown-toggle[data-toggle="dropdown-submenu"]:after {
  margin-left: 0.5rem;
  margin-top: 0.2rem;
  border-top: 0.35em solid;
  border-right: 0.35em solid transparent;
  border-left: 0.35em solid transparent;
  border-bottom: 0;
  top: 41%;
}
.cid-sFCw1qGFAI .navbar.collapsed ul.navbar-nav li {
  margin: auto;
}
.cid-sFCw1qGFAI .navbar.collapsed .dropdown-menu .dropdown-item {
  padding: 0.25rem 1.5rem;
  text-align: center;
}
.cid-sFCw1qGFAI .navbar.collapsed .icons-menu {
  padding-left: 0;
  padding-right: 0;
  padding-top: 0.5rem;
  padding-bottom: 0.5rem;
}
@media (max-width: 991px) {
  .cid-sFCw1qGFAI .navbar .nav-item .nav-link::before {
    display: none;
  }
  .cid-sFCw1qGFAI .navbar.opened .dropdown-menu {
    top: 0;
  }
  .cid-sFCw1qGFAI .navbar .dropdown-menu .dropdown-submenu {
    left: 0 !important;
  }
  .cid-sFCw1qGFAI .navbar .dropdown-menu .dropdown-item:after {
    right: auto;
  }
  .cid-sFCw1qGFAI .navbar .dropdown-menu .dropdown-toggle[data-toggle="dropdown-submenu"]:after {
    margin-left: 0.5rem;
    margin-top: 0.2rem;
    border-top: 0.35em solid;
    border-right: 0.35em solid transparent;
    border-left: 0.35em solid transparent;
    border-bottom: 0;
    top: 40%;
  }
  .cid-sFCw1qGFAI .navbar .navbar-logo img {
    height: 3rem !important;
  }
  .cid-sFCw1qGFAI .navbar ul.navbar-nav li {
    margin: auto;
  }
  .cid-sFCw1qGFAI .navbar .dropdown-menu .dropdown-item {
    padding: 0.25rem 1.5rem !important;
    text-align: center;
  }
  .cid-sFCw1qGFAI .navbar .navbar-brand {
    flex-shrink: initial;
    flex-basis: auto;
    word-break: break-word;
    padding-right: 2rem;
  }
  .cid-sFCw1qGFAI .navbar .navbar-toggler {
    flex-basis: auto;
  }
  .cid-sFCw1qGFAI .navbar .icons-menu {
    padding-left: 0;
    padding-top: 0.5rem;
    padding-bottom: 0.5rem;
  }
}
.cid-sFCw1qGFAI .navbar.navbar-short {
  min-height: 60px;
}
.cid-sFCw1qGFAI .navbar.navbar-short .navbar-logo img {
  height: 2.5rem !important;
}
.cid-sFCw1qGFAI .navbar.navbar-short .navbar-brand {
  min-height: 60px;
  padding: 0;
}
.cid-sFCw1qGFAI .navbar-brand {
  min-height: 70px;
  flex-shrink: 0;
  align-items: center;
  margin-right: 0;
  padding: 10px 0;
  transition: all 0.3s;
  word-break: break-word;
  z-index: 1;
}
.cid-sFCw1qGFAI .navbar-brand .navbar-caption {
  line-height: inherit !important;
}
.cid-sFCw1qGFAI .navbar-brand .navbar-logo a {
  outline: none;
}
.cid-sFCw1qGFAI .dropdown-item.active,
.cid-sFCw1qGFAI .dropdown-item:active {
  background-color: transparent;
}
.cid-sFCw1qGFAI .navbar-expand-lg .navbar-nav .nav-link {
  padding: 0;
}
.cid-sFCw1qGFAI .nav-dropdown .link.dropdown-toggle {
  margin-right: 1.667em;
}
.cid-sFCw1qGFAI .nav-dropdown .link.dropdown-toggle[aria-expanded="true"] {
  margin-right: 0;
  padding: 0.667em 1.667em;
}
.cid-sFCw1qGFAI .navbar.navbar-expand-lg .dropdown .dropdown-menu {
  background: #4479d9;
}
.cid-sFCw1qGFAI .navbar.navbar-expand-lg .dropdown .dropdown-menu .dropdown-submenu {
  margin: 0;
  left: 100%;
}
.cid-sFCw1qGFAI .navbar .dropdown.open > .dropdown-menu {
  display: block;
}
.cid-sFCw1qGFAI ul.navbar-nav {
  flex-wrap: wrap;
}
.cid-sFCw1qGFAI .navbar-buttons {
  text-align: center;
  min-width: 170px;
}
.cid-sFCw1qGFAI button.navbar-toggler {
  outline: none;
  width: 31px;
  height: 20px;
  cursor: pointer;
  transition: all 0.2s;
  position: relative;
  align-self: center;
}
.cid-sFCw1qGFAI button.navbar-toggler .hamburger span {
  position: absolute;
  right: 0;
  width: 30px;
  height: 2px;
  border-right: 5px;
  background-color: #ffffff;
}
.cid-sFCw1qGFAI button.navbar-toggler .hamburger span:nth-child(1) {
  top: 0;
  transition: all 0.2s;
}
.cid-sFCw1qGFAI button.navbar-toggler .hamburger span:nth-child(2) {
  top: 8px;
  transition: all 0.15s;
}
.cid-sFCw1qGFAI button.navbar-toggler .hamburger span:nth-child(3) {
  top: 8px;
  transition: all 0.15s;
}
.cid-sFCw1qGFAI button.navbar-toggler .hamburger span:nth-child(4) {
  top: 16px;
  transition: all 0.2s;
}
.cid-sFCw1qGFAI nav.opened .hamburger span:nth-child(1) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-sFCw1qGFAI nav.opened .hamburger span:nth-child(2) {
  transform: rotate(45deg);
  transition: all 0.25s;
}
.cid-sFCw1qGFAI nav.opened .hamburger span:nth-child(3) {
  transform: rotate(-45deg);
  transition: all 0.25s;
}
.cid-sFCw1qGFAI nav.opened .hamburger span:nth-child(4) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-sFCw1qGFAI .navbar-dropdown {
  padding: 0 1rem;
  position: fixed;
}
.cid-sFCw1qGFAI a.nav-link {
  display: flex;
  align-items: center;
  justify-content: center;
}
.cid-sFCw1qGFAI .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-sFCw1qGFAI .navbar {
    height: 70px;
  }
  .cid-sFCw1qGFAI .navbar.opened {
    height: auto;
  }
  .cid-sFCw1qGFAI .nav-item .nav-link:hover::before {
    width: 175%;
    max-width: calc(100% + 2rem);
    left: -1rem;
  }
}
.cid-v44eqt5yCa {
  background-image: url("../../../assets/images/carrier-genetic-testing-banner-1-1600x1067.jpg");
}
.cid-v44eqt5yCa .mbr-fallback-image.disabled {
  display: none;
}
.cid-v44eqt5yCa .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-v44eqt5yCa .mbr-section-title {
  color: #ffffff;
  text-align: left;
}
.cid-v44eqt5yCa .mbr-text,
.cid-v44eqt5yCa .mbr-section-btn {
  color: #ffffff;
}
.cid-v44gawvCN0 {
  padding-top: 2rem;
  padding-bottom: 2rem;
  background-color: #fafafa;
}
.cid-v44gawvCN0 img,
.cid-v44gawvCN0 .item-img {
  width: 100%;
  height: 100%;
  height: 300px;
  object-fit: cover;
}
.cid-v44gawvCN0 .item:focus,
.cid-v44gawvCN0 span:focus {
  outline: none;
}
.cid-v44gawvCN0 .item {
  cursor: pointer;
  margin-bottom: 2rem;
}
.cid-v44gawvCN0 .item-wrapper {
  position: relative;
  border-radius: 4px;
  background: #ffffff;
  height: 100%;
  display: flex;
  flex-flow: column nowrap;
}
@media (min-width: 992px) {
  .cid-v44gawvCN0 .item-wrapper .item-content {
    padding: 2rem;
  }
}
@media (max-width: 991px) {
  .cid-v44gawvCN0 .item-wrapper .item-content {
    padding: 1rem;
  }
}
.cid-v44gawvCN0 .mbr-section-btn {
  margin-top: auto !important;
}
.cid-v44gawvCN0 .mbr-section-title {
  color: #4479d9;
}
.cid-v44gawvCN0 .mbr-text,
.cid-v44gawvCN0 .mbr-section-btn {
  text-align: left;
}
.cid-v44gawvCN0 .item-title {
  text-align: left;
}
.cid-v44gawvCN0 .item-subtitle {
  text-align: left;
  color: #4479d9;
}
.cid-v44gZNmfG4 {
  background-image: url("../../../assets/images/istock-970394890-scaled-1-1920x1280.jpg");
}
.cid-v44gZNmfG4 .mbr-fallback-image.disabled {
  display: none;
}
.cid-v44gZNmfG4 .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-v44gZNmfG4 .mbr-section-title {
  color: #ffffff;
}
.cid-v44gZNmfG4 .mbr-text,
.cid-v44gZNmfG4 .mbr-section-btn {
  color: #ffffff;
}
.cid-v5y4jx25GP {
  padding-top: 6rem;
  padding-bottom: 6rem;
  background-color: #ffffff;
}
.cid-v5y4jx25GP .mbr-fallback-image.disabled {
  display: none;
}
.cid-v5y4jx25GP .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-v5y4jx25GP .content-wrapper {
  background: #fafafa;
}
@media (max-width: 991px) {
  .cid-v5y4jx25GP .content-wrapper .row {
    flex-direction: column-reverse;
  }
  .cid-v5y4jx25GP .content-wrapper .image-wrapper {
    margin-bottom: 2rem;
  }
}
@media (max-width: 767px) {
  .cid-v5y4jx25GP .content-wrapper {
    padding: 1rem;
  }
}
@media (min-width: 768px) and (max-width: 991px) {
  .cid-v5y4jx25GP .content-wrapper {
    padding: 2rem;
  }
}
@media (min-width: 992px) {
  .cid-v5y4jx25GP .content-wrapper {
    padding: 5rem 3rem;
  }
  .cid-v5y4jx25GP .content-wrapper .text-wrapper {
    padding-right: 2rem;
  }
}
.cid-v5y4jx25GP .image-wrapper img {
  width: 100%;
  object-fit: cover;
}
.cid-v5y4jx25GP .card-title {
  color: #4479d9;
}
.cid-v5y4jx25GP .mbr-text,
.cid-v5y4jx25GP .mbr-section-btn {
  color: #4479d9;
}
.cid-v44ulFVsQg {
  padding-top: 2rem;
  padding-bottom: 2rem;
  background-color: #4479d9;
}
.cid-v44ulFVsQg .mbr-fallback-image.disabled {
  display: none;
}
.cid-v44ulFVsQg .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-v44ulFVsQg .mbr-section-title {
  color: #ffffff;
}
.cid-v5yrL2alW0 {
  padding-top: 6rem;
  padding-bottom: 6rem;
  background-color: #ffffff;
}
.cid-v5yrL2alW0 .mbr-fallback-image.disabled {
  display: none;
}
.cid-v5yrL2alW0 .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-v5yrL2alW0 .content-wrapper {
  background: #fafafa;
}
@media (max-width: 991px) {
  .cid-v5yrL2alW0 .content-wrapper .row {
    flex-direction: column-reverse;
  }
  .cid-v5yrL2alW0 .content-wrapper .image-wrapper {
    margin-bottom: 2rem;
  }
}
@media (max-width: 767px) {
  .cid-v5yrL2alW0 .content-wrapper {
    padding: 1rem;
  }
}
@media (min-width: 768px) and (max-width: 991px) {
  .cid-v5yrL2alW0 .content-wrapper {
    padding: 2rem;
  }
}
@media (min-width: 992px) {
  .cid-v5yrL2alW0 .content-wrapper {
    padding: 5rem 3rem;
  }
  .cid-v5yrL2alW0 .content-wrapper .text-wrapper {
    padding-right: 2rem;
  }
}
.cid-v5yrL2alW0 .image-wrapper img {
  width: 100%;
  object-fit: cover;
}
.cid-v5yrL2alW0 .card-title {
  color: #4479d9;
}
.cid-v5yrL2alW0 .mbr-text,
.cid-v5yrL2alW0 .mbr-section-btn {
  color: #4479d9;
}
.cid-v44kP31JIJ {
  padding-top: 2rem;
  padding-bottom: 2rem;
  background-color: #4479d9;
}
.cid-v44kP31JIJ .mbr-fallback-image.disabled {
  display: none;
}
.cid-v44kP31JIJ .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-v44kP31JIJ .content-wrapper {
  background: #fafafa;
}
@media (max-width: 991px) {
  .cid-v44kP31JIJ .content-wrapper .row {
    flex-direction: column-reverse;
  }
  .cid-v44kP31JIJ .content-wrapper .image-wrapper {
    margin-bottom: 2rem;
  }
}
@media (max-width: 767px) {
  .cid-v44kP31JIJ .content-wrapper {
    padding: 1rem;
  }
}
@media (min-width: 768px) and (max-width: 991px) {
  .cid-v44kP31JIJ .content-wrapper {
    padding: 2rem;
  }
}
@media (min-width: 992px) {
  .cid-v44kP31JIJ .content-wrapper {
    padding: 5rem 3rem;
  }
  .cid-v44kP31JIJ .content-wrapper .text-wrapper {
    padding-right: 2rem;
  }
}
.cid-v44kP31JIJ .image-wrapper img {
  width: 100%;
  object-fit: cover;
}
.cid-v44kP31JIJ .card-title {
  color: #4479d9;
}
.cid-sFzIA7KGYz {
  padding-top: 2rem;
  padding-bottom: 2rem;
  background-color: #fafafa;
}
.cid-sFzIA7KGYz .image-wrapper {
  display: flex;
  align-items: center;
}
.cid-sFzIA7KGYz .card-wrapper {
  margin-bottom: 2rem;
  display: flex;
  border-radius: 4px;
  background: #ffffff;
}
@media (max-width: 991px) {
  .cid-sFzIA7KGYz .card-wrapper {
    padding: 1rem 2rem;
  }
}
@media (min-width: 992px) {
  .cid-sFzIA7KGYz .card-wrapper {
    padding: 2rem 4rem;
  }
}
.cid-sFzIA7KGYz .mbr-iconfont {
  font-size: 2rem;
  padding-right: 1.5rem;
  color: #6592e6;
}
.cid-sFzIA7KGYz .mbr-section-title {
  color: #4479d9;
}
.cid-sFzIA7KGYz .mbr-section-subtitle {
  color: #4479d9;
}
.cid-sFzIA7KGYz .card-title {
  color: #4479d9;
}
.cid-sFzIA7KGYz P {
  color: #6592e6;
}
.cid-sFAxp7Y5iM {
  padding-top: 0rem;
  padding-bottom: 0rem;
  background: #ffffff;
}
.cid-sFAxp7Y5iM .google-map {
  height: 30rem;
  position: relative;
}
.cid-sFAxp7Y5iM .google-map iframe {
  height: 100%;
  width: 100%;
}
.cid-sFAxp7Y5iM .google-map [data-state-details] {
  color: #6b6763;
  height: 1.5em;
  margin-top: -0.75em;
  padding-left: 1.25rem;
  padding-right: 1.25rem;
  position: absolute;
  text-align: center;
  top: 50%;
  width: 100%;
}
.cid-sFAxp7Y5iM .google-map[data-state] {
  background: #e9e5dc;
}
.cid-sFAxp7Y5iM .google-map[data-state="loading"] [data-state-details] {
  display: none;
}
.cid-v5yv1e3t8J {
  padding-top: 1rem;
  padding-bottom: 1rem;
  background-color: #ffffff;
}
.cid-v5yv1e3t8J .mbr-fallback-image.disabled {
  display: none;
}
.cid-v5yv1e3t8J .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-v5yv1e3t8J .bg-facebook {
  background: #1778f2;
  color: #ffffff;
}
.cid-v5yv1e3t8J .bg-facebook:hover {
  background: #0b60cb;
}
.cid-v5yv1e3t8J .bg-instagram {
  background: #f00075;
  color: #ffffff;
}
.cid-v5yv1e3t8J .bg-instagram:hover {
  background: #bd005c;
}
.cid-v5yv1e3t8J .bg-tiktok {
  background: #000000;
  color: #ffffff;
}
.cid-v5yv1e3t8J .bg-tiktok:hover {
  background: #000000;
}
.cid-v5yv1e3t8J .bg-youtube {
  background: #ff0000;
  color: #ffffff;
}
.cid-v5yv1e3t8J .bg-youtube:hover {
  background: #cc0000;
}
.cid-v5yv1e3t8J .iconfont-wrapper {
  display: inline-block;
  font-size: 32px;
  border-radius: 50%;
  width: 55px;
  height: 55px;
  line-height: 55px;
  text-align: center;
  transition: all 0.3s ease-in-out;
}
.cid-v5yv1e3t8J [class^="socicon-"]:before,
.cid-v5yv1e3t8J [class*=" socicon-"]:before {
  line-height: 55px;
  padding: .6rem;
}
.cid-v5yv1e3t8J .mbr-section-title,
.cid-v5yv1e3t8J .social-list {
  color: #4479d9;
}
.cid-v5mMjBuFnx {
  z-index: 1000;
  width: 100%;
}
.cid-v5mMjBuFnx nav.navbar {
  position: fixed;
}
.cid-v5mMjBuFnx .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-v5mMjBuFnx .dropdown-menu {
  padding: 0;
  border-radius: 4px;
  box-shadow: 0 1px 3px 0 rgba(0, 0, 0, 0.1);
}
.cid-v5mMjBuFnx .dropdown-item {
  border-bottom: 1px solid #e6e6e6;
}
.cid-v5mMjBuFnx .dropdown-item:hover,
.cid-v5mMjBuFnx .dropdown-item:focus {
  background: #6592e6 !important;
  color: white !important;
}
.cid-v5mMjBuFnx .dropdown-item:first-child {
  border-top-left-radius: 4px;
  border-top-right-radius: 4px;
}
.cid-v5mMjBuFnx .dropdown-item:last-child {
  border-bottom: none;
  border-bottom-left-radius: 4px;
  border-bottom-right-radius: 4px;
}
.cid-v5mMjBuFnx .nav-dropdown .link {
  padding: 0 0.3em !important;
  margin: 0.667em 1em !important;
}
.cid-v5mMjBuFnx .nav-dropdown .link.dropdown-toggle::after {
  margin-left: 0.5rem;
  margin-top: 0.2rem;
}
.cid-v5mMjBuFnx .nav-link {
  position: relative;
}
.cid-v5mMjBuFnx .container {
  display: flex;
  margin: auto;
}
.cid-v5mMjBuFnx .iconfont-wrapper {
  color: #000000 !important;
  font-size: 1.5rem;
  padding-right: 0.5rem;
}
.cid-v5mMjBuFnx .dropdown-menu,
.cid-v5mMjBuFnx .navbar.opened {
  background: #4479d9 !important;
}
.cid-v5mMjBuFnx .nav-item:focus,
.cid-v5mMjBuFnx .nav-link:focus {
  outline: none;
}
.cid-v5mMjBuFnx .dropdown .dropdown-menu .dropdown-item {
  width: auto;
  transition: all 0.25s ease-in-out;
}
.cid-v5mMjBuFnx .dropdown .dropdown-menu .dropdown-item::after {
  right: 0.5rem;
}
.cid-v5mMjBuFnx .dropdown .dropdown-menu .dropdown-item .mbr-iconfont {
  margin-right: 0.5rem;
  vertical-align: sub;
}
.cid-v5mMjBuFnx .dropdown .dropdown-menu .dropdown-item .mbr-iconfont:before {
  display: inline-block;
  transform: scale(1, 1);
  transition: all 0.25s ease-in-out;
}
.cid-v5mMjBuFnx .collapsed .dropdown-menu .dropdown-item:before {
  display: none;
}
.cid-v5mMjBuFnx .collapsed .dropdown .dropdown-menu .dropdown-item {
  padding: 0.235em 1.5em 0.235em 1.5em !important;
  transition: none;
  margin: 0 !important;
}
.cid-v5mMjBuFnx .navbar {
  min-height: 70px;
  transition: all 0.3s;
  border-bottom: 1px solid transparent;
  position: absolute;
  background: rgba(68, 121, 217, 0.5);
}
.cid-v5mMjBuFnx .navbar.opened {
  transition: all 0.3s;
}
.cid-v5mMjBuFnx .navbar .dropdown-item {
  padding: 0.5rem 1.8rem;
}
.cid-v5mMjBuFnx .navbar .navbar-logo img {
  width: auto;
}
.cid-v5mMjBuFnx .navbar .navbar-collapse {
  justify-content: flex-end;
  z-index: 1;
}
.cid-v5mMjBuFnx .navbar.collapsed {
  justify-content: center;
}
.cid-v5mMjBuFnx .navbar.collapsed .nav-item .nav-link::before {
  display: none;
}
.cid-v5mMjBuFnx .navbar.collapsed.opened .dropdown-menu {
  top: 0;
}
@media (min-width: 992px) {
  .cid-v5mMjBuFnx .navbar.collapsed.opened:not(.navbar-short) .navbar-collapse {
    max-height: calc(98.5vh - 3rem);
  }
}
.cid-v5mMjBuFnx .navbar.collapsed .dropdown-menu .dropdown-submenu {
  left: 0 !important;
}
.cid-v5mMjBuFnx .navbar.collapsed .dropdown-menu .dropdown-item:after {
  right: auto;
}
.cid-v5mMjBuFnx .navbar.collapsed .dropdown-menu .dropdown-toggle[data-toggle="dropdown-submenu"]:after {
  margin-left: 0.5rem;
  margin-top: 0.2rem;
  border-top: 0.35em solid;
  border-right: 0.35em solid transparent;
  border-left: 0.35em solid transparent;
  border-bottom: 0;
  top: 41%;
}
.cid-v5mMjBuFnx .navbar.collapsed ul.navbar-nav li {
  margin: auto;
}
.cid-v5mMjBuFnx .navbar.collapsed .dropdown-menu .dropdown-item {
  padding: 0.25rem 1.5rem;
  text-align: center;
}
.cid-v5mMjBuFnx .navbar.collapsed .icons-menu {
  padding-left: 0;
  padding-right: 0;
  padding-top: 0.5rem;
  padding-bottom: 0.5rem;
}
@media (max-width: 991px) {
  .cid-v5mMjBuFnx .navbar .nav-item .nav-link::before {
    display: none;
  }
  .cid-v5mMjBuFnx .navbar.opened .dropdown-menu {
    top: 0;
  }
  .cid-v5mMjBuFnx .navbar .dropdown-menu .dropdown-submenu {
    left: 0 !important;
  }
  .cid-v5mMjBuFnx .navbar .dropdown-menu .dropdown-item:after {
    right: auto;
  }
  .cid-v5mMjBuFnx .navbar .dropdown-menu .dropdown-toggle[data-toggle="dropdown-submenu"]:after {
    margin-left: 0.5rem;
    margin-top: 0.2rem;
    border-top: 0.35em solid;
    border-right: 0.35em solid transparent;
    border-left: 0.35em solid transparent;
    border-bottom: 0;
    top: 40%;
  }
  .cid-v5mMjBuFnx .navbar .navbar-logo img {
    height: 3rem !important;
  }
  .cid-v5mMjBuFnx .navbar ul.navbar-nav li {
    margin: auto;
  }
  .cid-v5mMjBuFnx .navbar .dropdown-menu .dropdown-item {
    padding: 0.25rem 1.5rem !important;
    text-align: center;
  }
  .cid-v5mMjBuFnx .navbar .navbar-brand {
    flex-shrink: initial;
    flex-basis: auto;
    word-break: break-word;
    padding-right: 2rem;
  }
  .cid-v5mMjBuFnx .navbar .navbar-toggler {
    flex-basis: auto;
  }
  .cid-v5mMjBuFnx .navbar .icons-menu {
    padding-left: 0;
    padding-top: 0.5rem;
    padding-bottom: 0.5rem;
  }
}
.cid-v5mMjBuFnx .navbar.navbar-short {
  min-height: 60px;
}
.cid-v5mMjBuFnx .navbar.navbar-short .navbar-logo img {
  height: 2.5rem !important;
}
.cid-v5mMjBuFnx .navbar.navbar-short .navbar-brand {
  min-height: 60px;
  padding: 0;
}
.cid-v5mMjBuFnx .navbar-brand {
  min-height: 70px;
  flex-shrink: 0;
  align-items: center;
  margin-right: 0;
  padding: 10px 0;
  transition: all 0.3s;
  word-break: break-word;
  z-index: 1;
}
.cid-v5mMjBuFnx .navbar-brand .navbar-caption {
  line-height: inherit !important;
}
.cid-v5mMjBuFnx .navbar-brand .navbar-logo a {
  outline: none;
}
.cid-v5mMjBuFnx .dropdown-item.active,
.cid-v5mMjBuFnx .dropdown-item:active {
  background-color: transparent;
}
.cid-v5mMjBuFnx .navbar-expand-lg .navbar-nav .nav-link {
  padding: 0;
}
.cid-v5mMjBuFnx .nav-dropdown .link.dropdown-toggle {
  margin-right: 1.667em;
}
.cid-v5mMjBuFnx .nav-dropdown .link.dropdown-toggle[aria-expanded="true"] {
  margin-right: 0;
  padding: 0.667em 1.667em;
}
.cid-v5mMjBuFnx .navbar.navbar-expand-lg .dropdown .dropdown-menu {
  background: #4479d9;
}
.cid-v5mMjBuFnx .navbar.navbar-expand-lg .dropdown .dropdown-menu .dropdown-submenu {
  margin: 0;
  left: 100%;
}
.cid-v5mMjBuFnx .navbar .dropdown.open > .dropdown-menu {
  display: block;
}
.cid-v5mMjBuFnx ul.navbar-nav {
  flex-wrap: wrap;
}
.cid-v5mMjBuFnx .navbar-buttons {
  text-align: center;
  min-width: 170px;
}
.cid-v5mMjBuFnx button.navbar-toggler {
  outline: none;
  width: 31px;
  height: 20px;
  cursor: pointer;
  transition: all 0.2s;
  position: relative;
  align-self: center;
}
.cid-v5mMjBuFnx button.navbar-toggler .hamburger span {
  position: absolute;
  right: 0;
  width: 30px;
  height: 2px;
  border-right: 5px;
  background-color: #ffffff;
}
.cid-v5mMjBuFnx button.navbar-toggler .hamburger span:nth-child(1) {
  top: 0;
  transition: all 0.2s;
}
.cid-v5mMjBuFnx button.navbar-toggler .hamburger span:nth-child(2) {
  top: 8px;
  transition: all 0.15s;
}
.cid-v5mMjBuFnx button.navbar-toggler .hamburger span:nth-child(3) {
  top: 8px;
  transition: all 0.15s;
}
.cid-v5mMjBuFnx button.navbar-toggler .hamburger span:nth-child(4) {
  top: 16px;
  transition: all 0.2s;
}
.cid-v5mMjBuFnx nav.opened .hamburger span:nth-child(1) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-v5mMjBuFnx nav.opened .hamburger span:nth-child(2) {
  transform: rotate(45deg);
  transition: all 0.25s;
}
.cid-v5mMjBuFnx nav.opened .hamburger span:nth-child(3) {
  transform: rotate(-45deg);
  transition: all 0.25s;
}
.cid-v5mMjBuFnx nav.opened .hamburger span:nth-child(4) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-v5mMjBuFnx .navbar-dropdown {
  padding: 0 1rem;
  position: fixed;
}
.cid-v5mMjBuFnx a.nav-link {
  display: flex;
  align-items: center;
  justify-content: center;
}
.cid-v5mMjBuFnx .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-v5mMjBuFnx .navbar {
    height: 70px;
  }
  .cid-v5mMjBuFnx .navbar.opened {
    height: auto;
  }
  .cid-v5mMjBuFnx .nav-item .nav-link:hover::before {
    width: 175%;
    max-width: calc(100% + 2rem);
    left: -1rem;
  }
}
.cid-v5yNItXFrS {
  padding-top: 6rem;
  padding-bottom: 3rem;
  background-image: url("../../../assets/images/ce7590988e9b403532d331960f444951-634x423.jpg");
}
.cid-v5yNItXFrS .image-wrapper {
  display: flex;
  align-items: center;
}
.cid-v5yNItXFrS .card-wrapper {
  margin-bottom: 2rem;
  display: flex;
  border-radius: 4px;
  background: #ffffff;
}
@media (max-width: 991px) {
  .cid-v5yNItXFrS .card-wrapper {
    padding: 1rem 2rem;
  }
}
@media (min-width: 992px) {
  .cid-v5yNItXFrS .card-wrapper {
    padding: 2rem 4rem;
  }
}
.cid-v5yNItXFrS .mbr-iconfont {
  font-size: 2rem;
  padding-right: 1.5rem;
  color: #6592e6;
}
.cid-v5yNItXFrS .mbr-section-title {
  color: #ffffff;
}
.cid-v5yNItXFrS .mbr-section-subtitle {
  color: #ffffff;
}
.cid-v5yNItXFrS .card-title {
  color: #4479d9;
}
.cid-v5yNItXFrS P {
  color: #6592e6;
}
.cid-v5yNJ7aDHz {
  padding-top: 0rem;
  padding-bottom: 0rem;
  background: #ffffff;
}
.cid-v5yNJ7aDHz .google-map {
  height: 30rem;
  position: relative;
}
.cid-v5yNJ7aDHz .google-map iframe {
  height: 100%;
  width: 100%;
}
.cid-v5yNJ7aDHz .google-map [data-state-details] {
  color: #6b6763;
  height: 1.5em;
  margin-top: -0.75em;
  padding-left: 1.25rem;
  padding-right: 1.25rem;
  position: absolute;
  text-align: center;
  top: 50%;
  width: 100%;
}
.cid-v5yNJ7aDHz .google-map[data-state] {
  background: #e9e5dc;
}
.cid-v5yNJ7aDHz .google-map[data-state="loading"] [data-state-details] {
  display: none;
}
.cid-v5yNJFA244 {
  padding-top: 1rem;
  padding-bottom: 1rem;
  background-color: #ffffff;
}
.cid-v5yNJFA244 .mbr-fallback-image.disabled {
  display: none;
}
.cid-v5yNJFA244 .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-v5yNJFA244 .bg-facebook {
  background: #1778f2;
  color: #ffffff;
}
.cid-v5yNJFA244 .bg-facebook:hover {
  background: #0b60cb;
}
.cid-v5yNJFA244 .bg-instagram {
  background: #f00075;
  color: #ffffff;
}
.cid-v5yNJFA244 .bg-instagram:hover {
  background: #bd005c;
}
.cid-v5yNJFA244 .bg-tiktok {
  background: #000000;
  color: #ffffff;
}
.cid-v5yNJFA244 .bg-tiktok:hover {
  background: #000000;
}
.cid-v5yNJFA244 .bg-youtube {
  background: #ff0000;
  color: #ffffff;
}
.cid-v5yNJFA244 .bg-youtube:hover {
  background: #cc0000;
}
.cid-v5yNJFA244 .iconfont-wrapper {
  display: inline-block;
  font-size: 32px;
  border-radius: 50%;
  width: 55px;
  height: 55px;
  line-height: 55px;
  text-align: center;
  transition: all 0.3s ease-in-out;
}
.cid-v5yNJFA244 [class^="socicon-"]:before,
.cid-v5yNJFA244 [class*=" socicon-"]:before {
  line-height: 55px;
  padding: .6rem;
}
.cid-v5yNJFA244 .mbr-section-title,
.cid-v5yNJFA244 .social-list {
  color: #4479d9;
}
.cid-v5mMdWmWZs {
  z-index: 1000;
  width: 100%;
}
.cid-v5mMdWmWZs nav.navbar {
  position: fixed;
}
.cid-v5mMdWmWZs .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-v5mMdWmWZs .dropdown-menu {
  padding: 0;
  border-radius: 4px;
  box-shadow: 0 1px 3px 0 rgba(0, 0, 0, 0.1);
}
.cid-v5mMdWmWZs .dropdown-item {
  border-bottom: 1px solid #e6e6e6;
}
.cid-v5mMdWmWZs .dropdown-item:hover,
.cid-v5mMdWmWZs .dropdown-item:focus {
  background: #6592e6 !important;
  color: white !important;
}
.cid-v5mMdWmWZs .dropdown-item:first-child {
  border-top-left-radius: 4px;
  border-top-right-radius: 4px;
}
.cid-v5mMdWmWZs .dropdown-item:last-child {
  border-bottom: none;
  border-bottom-left-radius: 4px;
  border-bottom-right-radius: 4px;
}
.cid-v5mMdWmWZs .nav-dropdown .link {
  padding: 0 0.3em !important;
  margin: 0.667em 1em !important;
}
.cid-v5mMdWmWZs .nav-dropdown .link.dropdown-toggle::after {
  margin-left: 0.5rem;
  margin-top: 0.2rem;
}
.cid-v5mMdWmWZs .nav-link {
  position: relative;
}
.cid-v5mMdWmWZs .container {
  display: flex;
  margin: auto;
}
.cid-v5mMdWmWZs .iconfont-wrapper {
  color: #000000 !important;
  font-size: 1.5rem;
  padding-right: 0.5rem;
}
.cid-v5mMdWmWZs .dropdown-menu,
.cid-v5mMdWmWZs .navbar.opened {
  background: #4479d9 !important;
}
.cid-v5mMdWmWZs .nav-item:focus,
.cid-v5mMdWmWZs .nav-link:focus {
  outline: none;
}
.cid-v5mMdWmWZs .dropdown .dropdown-menu .dropdown-item {
  width: auto;
  transition: all 0.25s ease-in-out;
}
.cid-v5mMdWmWZs .dropdown .dropdown-menu .dropdown-item::after {
  right: 0.5rem;
}
.cid-v5mMdWmWZs .dropdown .dropdown-menu .dropdown-item .mbr-iconfont {
  margin-right: 0.5rem;
  vertical-align: sub;
}
.cid-v5mMdWmWZs .dropdown .dropdown-menu .dropdown-item .mbr-iconfont:before {
  display: inline-block;
  transform: scale(1, 1);
  transition: all 0.25s ease-in-out;
}
.cid-v5mMdWmWZs .collapsed .dropdown-menu .dropdown-item:before {
  display: none;
}
.cid-v5mMdWmWZs .collapsed .dropdown .dropdown-menu .dropdown-item {
  padding: 0.235em 1.5em 0.235em 1.5em !important;
  transition: none;
  margin: 0 !important;
}
.cid-v5mMdWmWZs .navbar {
  min-height: 70px;
  transition: all 0.3s;
  border-bottom: 1px solid transparent;
  position: absolute;
  background: rgba(68, 121, 217, 0.5);
}
.cid-v5mMdWmWZs .navbar.opened {
  transition: all 0.3s;
}
.cid-v5mMdWmWZs .navbar .dropdown-item {
  padding: 0.5rem 1.8rem;
}
.cid-v5mMdWmWZs .navbar .navbar-logo img {
  width: auto;
}
.cid-v5mMdWmWZs .navbar .navbar-collapse {
  justify-content: flex-end;
  z-index: 1;
}
.cid-v5mMdWmWZs .navbar.collapsed {
  justify-content: center;
}
.cid-v5mMdWmWZs .navbar.collapsed .nav-item .nav-link::before {
  display: none;
}
.cid-v5mMdWmWZs .navbar.collapsed.opened .dropdown-menu {
  top: 0;
}
@media (min-width: 992px) {
  .cid-v5mMdWmWZs .navbar.collapsed.opened:not(.navbar-short) .navbar-collapse {
    max-height: calc(98.5vh - 3rem);
  }
}
.cid-v5mMdWmWZs .navbar.collapsed .dropdown-menu .dropdown-submenu {
  left: 0 !important;
}
.cid-v5mMdWmWZs .navbar.collapsed .dropdown-menu .dropdown-item:after {
  right: auto;
}
.cid-v5mMdWmWZs .navbar.collapsed .dropdown-menu .dropdown-toggle[data-toggle="dropdown-submenu"]:after {
  margin-left: 0.5rem;
  margin-top: 0.2rem;
  border-top: 0.35em solid;
  border-right: 0.35em solid transparent;
  border-left: 0.35em solid transparent;
  border-bottom: 0;
  top: 41%;
}
.cid-v5mMdWmWZs .navbar.collapsed ul.navbar-nav li {
  margin: auto;
}
.cid-v5mMdWmWZs .navbar.collapsed .dropdown-menu .dropdown-item {
  padding: 0.25rem 1.5rem;
  text-align: center;
}
.cid-v5mMdWmWZs .navbar.collapsed .icons-menu {
  padding-left: 0;
  padding-right: 0;
  padding-top: 0.5rem;
  padding-bottom: 0.5rem;
}
@media (max-width: 991px) {
  .cid-v5mMdWmWZs .navbar .nav-item .nav-link::before {
    display: none;
  }
  .cid-v5mMdWmWZs .navbar.opened .dropdown-menu {
    top: 0;
  }
  .cid-v5mMdWmWZs .navbar .dropdown-menu .dropdown-submenu {
    left: 0 !important;
  }
  .cid-v5mMdWmWZs .navbar .dropdown-menu .dropdown-item:after {
    right: auto;
  }
  .cid-v5mMdWmWZs .navbar .dropdown-menu .dropdown-toggle[data-toggle="dropdown-submenu"]:after {
    margin-left: 0.5rem;
    margin-top: 0.2rem;
    border-top: 0.35em solid;
    border-right: 0.35em solid transparent;
    border-left: 0.35em solid transparent;
    border-bottom: 0;
    top: 40%;
  }
  .cid-v5mMdWmWZs .navbar .navbar-logo img {
    height: 3rem !important;
  }
  .cid-v5mMdWmWZs .navbar ul.navbar-nav li {
    margin: auto;
  }
  .cid-v5mMdWmWZs .navbar .dropdown-menu .dropdown-item {
    padding: 0.25rem 1.5rem !important;
    text-align: center;
  }
  .cid-v5mMdWmWZs .navbar .navbar-brand {
    flex-shrink: initial;
    flex-basis: auto;
    word-break: break-word;
    padding-right: 2rem;
  }
  .cid-v5mMdWmWZs .navbar .navbar-toggler {
    flex-basis: auto;
  }
  .cid-v5mMdWmWZs .navbar .icons-menu {
    padding-left: 0;
    padding-top: 0.5rem;
    padding-bottom: 0.5rem;
  }
}
.cid-v5mMdWmWZs .navbar.navbar-short {
  min-height: 60px;
}
.cid-v5mMdWmWZs .navbar.navbar-short .navbar-logo img {
  height: 2.5rem !important;
}
.cid-v5mMdWmWZs .navbar.navbar-short .navbar-brand {
  min-height: 60px;
  padding: 0;
}
.cid-v5mMdWmWZs .navbar-brand {
  min-height: 70px;
  flex-shrink: 0;
  align-items: center;
  margin-right: 0;
  padding: 10px 0;
  transition: all 0.3s;
  word-break: break-word;
  z-index: 1;
}
.cid-v5mMdWmWZs .navbar-brand .navbar-caption {
  line-height: inherit !important;
}
.cid-v5mMdWmWZs .navbar-brand .navbar-logo a {
  outline: none;
}
.cid-v5mMdWmWZs .dropdown-item.active,
.cid-v5mMdWmWZs .dropdown-item:active {
  background-color: transparent;
}
.cid-v5mMdWmWZs .navbar-expand-lg .navbar-nav .nav-link {
  padding: 0;
}
.cid-v5mMdWmWZs .nav-dropdown .link.dropdown-toggle {
  margin-right: 1.667em;
}
.cid-v5mMdWmWZs .nav-dropdown .link.dropdown-toggle[aria-expanded="true"] {
  margin-right: 0;
  padding: 0.667em 1.667em;
}
.cid-v5mMdWmWZs .navbar.navbar-expand-lg .dropdown .dropdown-menu {
  background: #4479d9;
}
.cid-v5mMdWmWZs .navbar.navbar-expand-lg .dropdown .dropdown-menu .dropdown-submenu {
  margin: 0;
  left: 100%;
}
.cid-v5mMdWmWZs .navbar .dropdown.open > .dropdown-menu {
  display: block;
}
.cid-v5mMdWmWZs ul.navbar-nav {
  flex-wrap: wrap;
}
.cid-v5mMdWmWZs .navbar-buttons {
  text-align: center;
  min-width: 170px;
}
.cid-v5mMdWmWZs button.navbar-toggler {
  outline: none;
  width: 31px;
  height: 20px;
  cursor: pointer;
  transition: all 0.2s;
  position: relative;
  align-self: center;
}
.cid-v5mMdWmWZs button.navbar-toggler .hamburger span {
  position: absolute;
  right: 0;
  width: 30px;
  height: 2px;
  border-right: 5px;
  background-color: #ffffff;
}
.cid-v5mMdWmWZs button.navbar-toggler .hamburger span:nth-child(1) {
  top: 0;
  transition: all 0.2s;
}
.cid-v5mMdWmWZs button.navbar-toggler .hamburger span:nth-child(2) {
  top: 8px;
  transition: all 0.15s;
}
.cid-v5mMdWmWZs button.navbar-toggler .hamburger span:nth-child(3) {
  top: 8px;
  transition: all 0.15s;
}
.cid-v5mMdWmWZs button.navbar-toggler .hamburger span:nth-child(4) {
  top: 16px;
  transition: all 0.2s;
}
.cid-v5mMdWmWZs nav.opened .hamburger span:nth-child(1) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-v5mMdWmWZs nav.opened .hamburger span:nth-child(2) {
  transform: rotate(45deg);
  transition: all 0.25s;
}
.cid-v5mMdWmWZs nav.opened .hamburger span:nth-child(3) {
  transform: rotate(-45deg);
  transition: all 0.25s;
}
.cid-v5mMdWmWZs nav.opened .hamburger span:nth-child(4) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-v5mMdWmWZs .navbar-dropdown {
  padding: 0 1rem;
  position: fixed;
}
.cid-v5mMdWmWZs a.nav-link {
  display: flex;
  align-items: center;
  justify-content: center;
}
.cid-v5mMdWmWZs .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-v5mMdWmWZs .navbar {
    height: 70px;
  }
  .cid-v5mMdWmWZs .navbar.opened {
    height: auto;
  }
  .cid-v5mMdWmWZs .nav-item .nav-link:hover::before {
    width: 175%;
    max-width: calc(100% + 2rem);
    left: -1rem;
  }
}
.cid-v5mRK6IdkW {
  background-image: url("../../../assets/images/81990-adobestock-1382234785-275930ab-1400x933.jpg");
}
.cid-v5mRK6IdkW .mbr-fallback-image.disabled {
  display: none;
}
.cid-v5mRK6IdkW .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-v5mRK6IdkW .mbr-section-title {
  color: #ffffff;
}
.cid-v5mV7Bm3jm {
  padding-top: 1rem;
  padding-bottom: 1rem;
  background-color: #ffffff;
}
.cid-v5mV7Bm3jm .mbr-fallback-image.disabled {
  display: none;
}
.cid-v5mV7Bm3jm .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-v5mV7Bm3jm .card-wrapper {
  background: #4479d9;
  border-radius: 4px;
}
@media (max-width: 767px) {
  .cid-v5mV7Bm3jm .card-wrapper {
    padding: 1rem;
  }
}
@media (min-width: 768px) and (max-width: 991px) {
  .cid-v5mV7Bm3jm .card-wrapper {
    padding: 2rem;
  }
}
@media (min-width: 992px) {
  .cid-v5mV7Bm3jm .card-wrapper {
    padding: 4rem;
  }
}
.cid-v5mV7Bm3jm .mbr-text,
.cid-v5mV7Bm3jm .mbr-section-btn {
  color: #ffffff;
}
.cid-v5mV7Bm3jm .card-title,
.cid-v5mV7Bm3jm .card-box {
  text-align: center;
}
.cid-v5mVF6vpV4 {
  padding-top: 6rem;
  padding-bottom: 6rem;
  background-color: #ffffff;
}
.cid-v5mVF6vpV4 img,
.cid-v5mVF6vpV4 .item-img {
  width: 100%;
  height: 100%;
  height: 300px;
  object-fit: cover;
}
.cid-v5mVF6vpV4 .item:focus,
.cid-v5mVF6vpV4 span:focus {
  outline: none;
}
.cid-v5mVF6vpV4 .item {
  cursor: pointer;
  margin-bottom: 2rem;
}
.cid-v5mVF6vpV4 .item-wrapper {
  position: relative;
  border-radius: 4px;
  background: #fafafa;
  height: 100%;
  display: flex;
  flex-flow: column nowrap;
}
@media (min-width: 992px) {
  .cid-v5mVF6vpV4 .item-wrapper .item-content {
    padding: 2rem;
  }
}
@media (max-width: 991px) {
  .cid-v5mVF6vpV4 .item-wrapper .item-content {
    padding: 1rem;
  }
}
.cid-v5mVF6vpV4 .mbr-section-btn {
  margin-top: auto !important;
}
.cid-v5mVF6vpV4 .mbr-section-title {
  color: #232323;
}
.cid-v5mVF6vpV4 .mbr-text,
.cid-v5mVF6vpV4 .mbr-section-btn {
  text-align: left;
  color: #4479d9;
}
.cid-v5mVF6vpV4 .item-title {
  text-align: left;
  color: #4479d9;
}
.cid-v5mVF6vpV4 .item-subtitle {
  text-align: left;
  color: #4479d9;
}
.cid-v5mXeeEqvt {
  padding-top: 0rem;
  padding-bottom: 0rem;
  background-color: #ffffff;
}
.cid-v5mXeeEqvt .mbr-fallback-image.disabled {
  display: none;
}
.cid-v5mXeeEqvt .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-v5mXeeEqvt .content-wrapper {
  background: #fafafa;
}
@media (max-width: 991px) {
  .cid-v5mXeeEqvt .content-wrapper .row {
    flex-direction: column-reverse;
  }
  .cid-v5mXeeEqvt .content-wrapper .image-wrapper {
    margin-bottom: 2rem;
  }
}
@media (max-width: 767px) {
  .cid-v5mXeeEqvt .content-wrapper {
    padding: 1rem;
  }
}
@media (min-width: 768px) and (max-width: 991px) {
  .cid-v5mXeeEqvt .content-wrapper {
    padding: 2rem;
  }
}
@media (min-width: 992px) {
  .cid-v5mXeeEqvt .content-wrapper {
    padding: 5rem 3rem;
  }
  .cid-v5mXeeEqvt .content-wrapper .text-wrapper {
    padding-right: 2rem;
  }
}
.cid-v5mXeeEqvt .image-wrapper img {
  width: 100%;
  object-fit: cover;
}
.cid-v5mXeeEqvt .card-title {
  color: #4479d9;
}
.cid-v5mXeeEqvt .mbr-text,
.cid-v5mXeeEqvt .mbr-section-btn {
  color: #4479d9;
}
.cid-v5mXRFrYiq {
  padding-top: 2rem;
  padding-bottom: 1rem;
  background-color: #4479d9;
}
.cid-v5mXRFrYiq .mbr-fallback-image.disabled {
  display: none;
}
.cid-v5mXRFrYiq .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-v5mXRFrYiq .mbr-section-title {
  color: #ffffff;
  text-align: center;
}
.cid-v5yMKi8xao {
  padding-top: 2rem;
  padding-bottom: 2rem;
  background-color: #fafafa;
}
.cid-v5yMKi8xao .image-wrapper {
  display: flex;
  align-items: center;
}
.cid-v5yMKi8xao .card-wrapper {
  margin-bottom: 2rem;
  display: flex;
  border-radius: 4px;
  background: #ffffff;
}
@media (max-width: 991px) {
  .cid-v5yMKi8xao .card-wrapper {
    padding: 1rem 2rem;
  }
}
@media (min-width: 992px) {
  .cid-v5yMKi8xao .card-wrapper {
    padding: 2rem 4rem;
  }
}
.cid-v5yMKi8xao .mbr-iconfont {
  font-size: 2rem;
  padding-right: 1.5rem;
  color: #6592e6;
}
.cid-v5yMKi8xao .mbr-section-title {
  color: #4479d9;
}
.cid-v5yMKi8xao .mbr-section-subtitle {
  color: #4479d9;
}
.cid-v5yMKi8xao .card-title {
  color: #4479d9;
}
.cid-v5yMKi8xao P {
  color: #6592e6;
}
.cid-v5yMRgdd0A {
  padding-top: 0rem;
  padding-bottom: 0rem;
  background: #ffffff;
}
.cid-v5yMRgdd0A .google-map {
  height: 30rem;
  position: relative;
}
.cid-v5yMRgdd0A .google-map iframe {
  height: 100%;
  width: 100%;
}
.cid-v5yMRgdd0A .google-map [data-state-details] {
  color: #6b6763;
  height: 1.5em;
  margin-top: -0.75em;
  padding-left: 1.25rem;
  padding-right: 1.25rem;
  position: absolute;
  text-align: center;
  top: 50%;
  width: 100%;
}
.cid-v5yMRgdd0A .google-map[data-state] {
  background: #e9e5dc;
}
.cid-v5yMRgdd0A .google-map[data-state="loading"] [data-state-details] {
  display: none;
}
.cid-v5yN2DskED {
  padding-top: 1rem;
  padding-bottom: 1rem;
  background-color: #ffffff;
}
.cid-v5yN2DskED .mbr-fallback-image.disabled {
  display: none;
}
.cid-v5yN2DskED .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-v5yN2DskED .bg-facebook {
  background: #1778f2;
  color: #ffffff;
}
.cid-v5yN2DskED .bg-facebook:hover {
  background: #0b60cb;
}
.cid-v5yN2DskED .bg-instagram {
  background: #f00075;
  color: #ffffff;
}
.cid-v5yN2DskED .bg-instagram:hover {
  background: #bd005c;
}
.cid-v5yN2DskED .bg-tiktok {
  background: #000000;
  color: #ffffff;
}
.cid-v5yN2DskED .bg-tiktok:hover {
  background: #000000;
}
.cid-v5yN2DskED .bg-youtube {
  background: #ff0000;
  color: #ffffff;
}
.cid-v5yN2DskED .bg-youtube:hover {
  background: #cc0000;
}
.cid-v5yN2DskED .iconfont-wrapper {
  display: inline-block;
  font-size: 32px;
  border-radius: 50%;
  width: 55px;
  height: 55px;
  line-height: 55px;
  text-align: center;
  transition: all 0.3s ease-in-out;
}
.cid-v5yN2DskED [class^="socicon-"]:before,
.cid-v5yN2DskED [class*=" socicon-"]:before {
  line-height: 55px;
  padding: .6rem;
}
.cid-v5yN2DskED .mbr-section-title,
.cid-v5yN2DskED .social-list {
  color: #4479d9;
}
.cid-v5mMrj6mlA {
  z-index: 1000;
  width: 100%;
}
.cid-v5mMrj6mlA nav.navbar {
  position: fixed;
}
.cid-v5mMrj6mlA .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-v5mMrj6mlA .dropdown-menu {
  padding: 0;
  border-radius: 4px;
  box-shadow: 0 1px 3px 0 rgba(0, 0, 0, 0.1);
}
.cid-v5mMrj6mlA .dropdown-item {
  border-bottom: 1px solid #e6e6e6;
}
.cid-v5mMrj6mlA .dropdown-item:hover,
.cid-v5mMrj6mlA .dropdown-item:focus {
  background: #6592e6 !important;
  color: white !important;
}
.cid-v5mMrj6mlA .dropdown-item:first-child {
  border-top-left-radius: 4px;
  border-top-right-radius: 4px;
}
.cid-v5mMrj6mlA .dropdown-item:last-child {
  border-bottom: none;
  border-bottom-left-radius: 4px;
  border-bottom-right-radius: 4px;
}
.cid-v5mMrj6mlA .nav-dropdown .link {
  padding: 0 0.3em !important;
  margin: 0.667em 1em !important;
}
.cid-v5mMrj6mlA .nav-dropdown .link.dropdown-toggle::after {
  margin-left: 0.5rem;
  margin-top: 0.2rem;
}
.cid-v5mMrj6mlA .nav-link {
  position: relative;
}
.cid-v5mMrj6mlA .container {
  display: flex;
  margin: auto;
}
.cid-v5mMrj6mlA .iconfont-wrapper {
  color: #000000 !important;
  font-size: 1.5rem;
  padding-right: 0.5rem;
}
.cid-v5mMrj6mlA .dropdown-menu,
.cid-v5mMrj6mlA .navbar.opened {
  background: #4479d9 !important;
}
.cid-v5mMrj6mlA .nav-item:focus,
.cid-v5mMrj6mlA .nav-link:focus {
  outline: none;
}
.cid-v5mMrj6mlA .dropdown .dropdown-menu .dropdown-item {
  width: auto;
  transition: all 0.25s ease-in-out;
}
.cid-v5mMrj6mlA .dropdown .dropdown-menu .dropdown-item::after {
  right: 0.5rem;
}
.cid-v5mMrj6mlA .dropdown .dropdown-menu .dropdown-item .mbr-iconfont {
  margin-right: 0.5rem;
  vertical-align: sub;
}
.cid-v5mMrj6mlA .dropdown .dropdown-menu .dropdown-item .mbr-iconfont:before {
  display: inline-block;
  transform: scale(1, 1);
  transition: all 0.25s ease-in-out;
}
.cid-v5mMrj6mlA .collapsed .dropdown-menu .dropdown-item:before {
  display: none;
}
.cid-v5mMrj6mlA .collapsed .dropdown .dropdown-menu .dropdown-item {
  padding: 0.235em 1.5em 0.235em 1.5em !important;
  transition: none;
  margin: 0 !important;
}
.cid-v5mMrj6mlA .navbar {
  min-height: 70px;
  transition: all 0.3s;
  border-bottom: 1px solid transparent;
  position: absolute;
  background: rgba(68, 121, 217, 0.5);
}
.cid-v5mMrj6mlA .navbar.opened {
  transition: all 0.3s;
}
.cid-v5mMrj6mlA .navbar .dropdown-item {
  padding: 0.5rem 1.8rem;
}
.cid-v5mMrj6mlA .navbar .navbar-logo img {
  width: auto;
}
.cid-v5mMrj6mlA .navbar .navbar-collapse {
  justify-content: flex-end;
  z-index: 1;
}
.cid-v5mMrj6mlA .navbar.collapsed {
  justify-content: center;
}
.cid-v5mMrj6mlA .navbar.collapsed .nav-item .nav-link::before {
  display: none;
}
.cid-v5mMrj6mlA .navbar.collapsed.opened .dropdown-menu {
  top: 0;
}
@media (min-width: 992px) {
  .cid-v5mMrj6mlA .navbar.collapsed.opened:not(.navbar-short) .navbar-collapse {
    max-height: calc(98.5vh - 3rem);
  }
}
.cid-v5mMrj6mlA .navbar.collapsed .dropdown-menu .dropdown-submenu {
  left: 0 !important;
}
.cid-v5mMrj6mlA .navbar.collapsed .dropdown-menu .dropdown-item:after {
  right: auto;
}
.cid-v5mMrj6mlA .navbar.collapsed .dropdown-menu .dropdown-toggle[data-toggle="dropdown-submenu"]:after {
  margin-left: 0.5rem;
  margin-top: 0.2rem;
  border-top: 0.35em solid;
  border-right: 0.35em solid transparent;
  border-left: 0.35em solid transparent;
  border-bottom: 0;
  top: 41%;
}
.cid-v5mMrj6mlA .navbar.collapsed ul.navbar-nav li {
  margin: auto;
}
.cid-v5mMrj6mlA .navbar.collapsed .dropdown-menu .dropdown-item {
  padding: 0.25rem 1.5rem;
  text-align: center;
}
.cid-v5mMrj6mlA .navbar.collapsed .icons-menu {
  padding-left: 0;
  padding-right: 0;
  padding-top: 0.5rem;
  padding-bottom: 0.5rem;
}
@media (max-width: 991px) {
  .cid-v5mMrj6mlA .navbar .nav-item .nav-link::before {
    display: none;
  }
  .cid-v5mMrj6mlA .navbar.opened .dropdown-menu {
    top: 0;
  }
  .cid-v5mMrj6mlA .navbar .dropdown-menu .dropdown-submenu {
    left: 0 !important;
  }
  .cid-v5mMrj6mlA .navbar .dropdown-menu .dropdown-item:after {
    right: auto;
  }
  .cid-v5mMrj6mlA .navbar .dropdown-menu .dropdown-toggle[data-toggle="dropdown-submenu"]:after {
    margin-left: 0.5rem;
    margin-top: 0.2rem;
    border-top: 0.35em solid;
    border-right: 0.35em solid transparent;
    border-left: 0.35em solid transparent;
    border-bottom: 0;
    top: 40%;
  }
  .cid-v5mMrj6mlA .navbar .navbar-logo img {
    height: 3rem !important;
  }
  .cid-v5mMrj6mlA .navbar ul.navbar-nav li {
    margin: auto;
  }
  .cid-v5mMrj6mlA .navbar .dropdown-menu .dropdown-item {
    padding: 0.25rem 1.5rem !important;
    text-align: center;
  }
  .cid-v5mMrj6mlA .navbar .navbar-brand {
    flex-shrink: initial;
    flex-basis: auto;
    word-break: break-word;
    padding-right: 2rem;
  }
  .cid-v5mMrj6mlA .navbar .navbar-toggler {
    flex-basis: auto;
  }
  .cid-v5mMrj6mlA .navbar .icons-menu {
    padding-left: 0;
    padding-top: 0.5rem;
    padding-bottom: 0.5rem;
  }
}
.cid-v5mMrj6mlA .navbar.navbar-short {
  min-height: 60px;
}
.cid-v5mMrj6mlA .navbar.navbar-short .navbar-logo img {
  height: 2.5rem !important;
}
.cid-v5mMrj6mlA .navbar.navbar-short .navbar-brand {
  min-height: 60px;
  padding: 0;
}
.cid-v5mMrj6mlA .navbar-brand {
  min-height: 70px;
  flex-shrink: 0;
  align-items: center;
  margin-right: 0;
  padding: 10px 0;
  transition: all 0.3s;
  word-break: break-word;
  z-index: 1;
}
.cid-v5mMrj6mlA .navbar-brand .navbar-caption {
  line-height: inherit !important;
}
.cid-v5mMrj6mlA .navbar-brand .navbar-logo a {
  outline: none;
}
.cid-v5mMrj6mlA .dropdown-item.active,
.cid-v5mMrj6mlA .dropdown-item:active {
  background-color: transparent;
}
.cid-v5mMrj6mlA .navbar-expand-lg .navbar-nav .nav-link {
  padding: 0;
}
.cid-v5mMrj6mlA .nav-dropdown .link.dropdown-toggle {
  margin-right: 1.667em;
}
.cid-v5mMrj6mlA .nav-dropdown .link.dropdown-toggle[aria-expanded="true"] {
  margin-right: 0;
  padding: 0.667em 1.667em;
}
.cid-v5mMrj6mlA .navbar.navbar-expand-lg .dropdown .dropdown-menu {
  background: #4479d9;
}
.cid-v5mMrj6mlA .navbar.navbar-expand-lg .dropdown .dropdown-menu .dropdown-submenu {
  margin: 0;
  left: 100%;
}
.cid-v5mMrj6mlA .navbar .dropdown.open > .dropdown-menu {
  display: block;
}
.cid-v5mMrj6mlA ul.navbar-nav {
  flex-wrap: wrap;
}
.cid-v5mMrj6mlA .navbar-buttons {
  text-align: center;
  min-width: 170px;
}
.cid-v5mMrj6mlA button.navbar-toggler {
  outline: none;
  width: 31px;
  height: 20px;
  cursor: pointer;
  transition: all 0.2s;
  position: relative;
  align-self: center;
}
.cid-v5mMrj6mlA button.navbar-toggler .hamburger span {
  position: absolute;
  right: 0;
  width: 30px;
  height: 2px;
  border-right: 5px;
  background-color: #ffffff;
}
.cid-v5mMrj6mlA button.navbar-toggler .hamburger span:nth-child(1) {
  top: 0;
  transition: all 0.2s;
}
.cid-v5mMrj6mlA button.navbar-toggler .hamburger span:nth-child(2) {
  top: 8px;
  transition: all 0.15s;
}
.cid-v5mMrj6mlA button.navbar-toggler .hamburger span:nth-child(3) {
  top: 8px;
  transition: all 0.15s;
}
.cid-v5mMrj6mlA button.navbar-toggler .hamburger span:nth-child(4) {
  top: 16px;
  transition: all 0.2s;
}
.cid-v5mMrj6mlA nav.opened .hamburger span:nth-child(1) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-v5mMrj6mlA nav.opened .hamburger span:nth-child(2) {
  transform: rotate(45deg);
  transition: all 0.25s;
}
.cid-v5mMrj6mlA nav.opened .hamburger span:nth-child(3) {
  transform: rotate(-45deg);
  transition: all 0.25s;
}
.cid-v5mMrj6mlA nav.opened .hamburger span:nth-child(4) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-v5mMrj6mlA .navbar-dropdown {
  padding: 0 1rem;
  position: fixed;
}
.cid-v5mMrj6mlA a.nav-link {
  display: flex;
  align-items: center;
  justify-content: center;
}
.cid-v5mMrj6mlA .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-v5mMrj6mlA .navbar {
    height: 70px;
  }
  .cid-v5mMrj6mlA .navbar.opened {
    height: auto;
  }
  .cid-v5mMrj6mlA .nav-item .nav-link:hover::before {
    width: 175%;
    max-width: calc(100% + 2rem);
    left: -1rem;
  }
}
.cid-v5mMrkCxZH {
  background-image: url("../../../assets/images/header-genetic-testing-1246x774.png");
}
.cid-v5mMrkCxZH .mbr-fallback-image.disabled {
  display: none;
}
.cid-v5mMrkCxZH .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-v5mMrkCxZH .mbr-section-title {
  color: #ffffff;
  text-align: left;
}
.cid-v5mMrkCxZH .mbr-text,
.cid-v5mMrkCxZH .mbr-section-btn {
  color: #ffffff;
}
.cid-v5mMrkCxZH .mbr-section-subtitle {
  color: #ffffff;
}
.cid-v5nesjh9gW {
  padding-top: 2rem;
  padding-bottom: 2rem;
  background-color: #ffffff;
}
.cid-v5nesjh9gW .mbr-fallback-image.disabled {
  display: none;
}
.cid-v5nesjh9gW .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-v5nesjh9gW .item {
  display: flex;
  align-items: center;
  margin-bottom: 2rem;
  margin-bottom: 4rem;
}
@media (min-width: 991px) {
  .cid-v5nesjh9gW .item {
    margin-bottom: 4rem;
  }
}
.cid-v5nesjh9gW .item:last-child .icon-box:before {
  display: none;
}
.cid-v5nesjh9gW .item.last .icon-box:before {
  display: none;
}
.cid-v5nesjh9gW .icon-box {
  background: #6592e6;
  width: 60px;
  min-width: 60px;
  height: 60px;
  border-radius: 50%;
  margin-right: 2rem;
  display: flex;
  justify-content: center;
  align-items: center;
  position: relative;
}
@media (max-width: 768px) {
  .cid-v5nesjh9gW .icon-box {
    margin-right: 1rem;
  }
}
.cid-v5nesjh9gW .icon-box::before {
  content: "\e925";
  font-family: Moririse2 !important;
  position: absolute;
  font-size: 32px;
  left: 50%;
  top: 120%;
  color: #6592e6;
  transform: translate(-50%, 0);
}
.cid-v5nesjh9gW span {
  font-size: 2rem;
  color: #ffffff;
}
@media (max-width: 991px) {
  .cid-v5nesjh9gW .card {
    margin-bottom: 2rem;
  }
  .cid-v5nesjh9gW .card-wrapper {
    margin-bottom: 2rem;
  }
  .cid-v5nesjh9gW .icon-box::before {
    top: 141%;
  }
}
@media (max-width: 768px) {
  .cid-v5nesjh9gW .icon-box::before {
    top: 114%;
  }
}
.cid-v5nesjh9gW .card-title,
.cid-v5nesjh9gW .card-box {
  color: #4479d9;
}
.cid-v5nfNLhaBj {
  padding-top: 2rem;
  padding-bottom: 2rem;
  background-color: #ffffff;
}
.cid-v5nfNLhaBj .mbr-fallback-image.disabled {
  display: none;
}
.cid-v5nfNLhaBj .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-v5nfNLhaBj .content-wrapper {
  background: #fafafa;
}
@media (max-width: 991px) {
  .cid-v5nfNLhaBj .content-wrapper .row {
    flex-direction: column-reverse;
  }
  .cid-v5nfNLhaBj .content-wrapper .image-wrapper {
    margin-bottom: 2rem;
  }
}
@media (max-width: 767px) {
  .cid-v5nfNLhaBj .content-wrapper {
    padding: 1rem;
  }
}
@media (min-width: 768px) and (max-width: 991px) {
  .cid-v5nfNLhaBj .content-wrapper {
    padding: 2rem;
  }
}
@media (min-width: 992px) {
  .cid-v5nfNLhaBj .content-wrapper {
    padding: 5rem 3rem;
  }
  .cid-v5nfNLhaBj .content-wrapper .text-wrapper {
    padding-right: 2rem;
  }
}
.cid-v5nfNLhaBj .image-wrapper img {
  width: 100%;
  object-fit: cover;
}
.cid-v5nfNLhaBj .card-title {
  color: #4479d9;
}
.cid-v5nfNLhaBj .mbr-text,
.cid-v5nfNLhaBj .mbr-section-btn {
  color: #4479d9;
}
.cid-v5ngaK8DuP {
  padding-top: 2rem;
  padding-bottom: 2rem;
  background-color: #ffffff;
}
.cid-v5ngaK8DuP .mbr-fallback-image.disabled {
  display: none;
}
.cid-v5ngaK8DuP .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-v5ngaK8DuP .content-wrapper {
  background: #fafafa;
}
@media (max-width: 991px) {
  .cid-v5ngaK8DuP .content-wrapper .image-wrapper {
    margin-bottom: 2rem;
  }
}
@media (max-width: 767px) {
  .cid-v5ngaK8DuP .content-wrapper {
    padding: 1rem;
  }
}
@media (min-width: 768px) and (max-width: 991px) {
  .cid-v5ngaK8DuP .content-wrapper {
    padding: 2rem;
  }
}
@media (min-width: 992px) {
  .cid-v5ngaK8DuP .content-wrapper {
    padding: 5rem 3rem;
  }
  .cid-v5ngaK8DuP .content-wrapper .text-wrapper {
    padding-left: 2rem;
  }
}
.cid-v5ngaK8DuP .image-wrapper img {
  width: 100%;
  object-fit: cover;
}
.cid-v5ngaK8DuP .card-title {
  color: #4479d9;
}
.cid-v5ngaK8DuP .mbr-text,
.cid-v5ngaK8DuP .mbr-section-btn {
  color: #4479d9;
}
.cid-v5yNva5mly {
  padding-top: 2rem;
  padding-bottom: 2rem;
  background-color: #fafafa;
}
.cid-v5yNva5mly .image-wrapper {
  display: flex;
  align-items: center;
}
.cid-v5yNva5mly .card-wrapper {
  margin-bottom: 2rem;
  display: flex;
  border-radius: 4px;
  background: #ffffff;
}
@media (max-width: 991px) {
  .cid-v5yNva5mly .card-wrapper {
    padding: 1rem 2rem;
  }
}
@media (min-width: 992px) {
  .cid-v5yNva5mly .card-wrapper {
    padding: 2rem 4rem;
  }
}
.cid-v5yNva5mly .mbr-iconfont {
  font-size: 2rem;
  padding-right: 1.5rem;
  color: #6592e6;
}
.cid-v5yNva5mly .mbr-section-title {
  color: #4479d9;
}
.cid-v5yNva5mly .mbr-section-subtitle {
  color: #4479d9;
}
.cid-v5yNva5mly .card-title {
  color: #4479d9;
}
.cid-v5yNva5mly P {
  color: #6592e6;
}
.cid-v5yNvKBQu5 {
  padding-top: 0rem;
  padding-bottom: 0rem;
  background: #ffffff;
}
.cid-v5yNvKBQu5 .google-map {
  height: 30rem;
  position: relative;
}
.cid-v5yNvKBQu5 .google-map iframe {
  height: 100%;
  width: 100%;
}
.cid-v5yNvKBQu5 .google-map [data-state-details] {
  color: #6b6763;
  height: 1.5em;
  margin-top: -0.75em;
  padding-left: 1.25rem;
  padding-right: 1.25rem;
  position: absolute;
  text-align: center;
  top: 50%;
  width: 100%;
}
.cid-v5yNvKBQu5 .google-map[data-state] {
  background: #e9e5dc;
}
.cid-v5yNvKBQu5 .google-map[data-state="loading"] [data-state-details] {
  display: none;
}
.cid-v5yNwMRzYW {
  padding-top: 1rem;
  padding-bottom: 1rem;
  background-color: #ffffff;
}
.cid-v5yNwMRzYW .mbr-fallback-image.disabled {
  display: none;
}
.cid-v5yNwMRzYW .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-v5yNwMRzYW .bg-facebook {
  background: #1778f2;
  color: #ffffff;
}
.cid-v5yNwMRzYW .bg-facebook:hover {
  background: #0b60cb;
}
.cid-v5yNwMRzYW .bg-instagram {
  background: #f00075;
  color: #ffffff;
}
.cid-v5yNwMRzYW .bg-instagram:hover {
  background: #bd005c;
}
.cid-v5yNwMRzYW .bg-tiktok {
  background: #000000;
  color: #ffffff;
}
.cid-v5yNwMRzYW .bg-tiktok:hover {
  background: #000000;
}
.cid-v5yNwMRzYW .bg-youtube {
  background: #ff0000;
  color: #ffffff;
}
.cid-v5yNwMRzYW .bg-youtube:hover {
  background: #cc0000;
}
.cid-v5yNwMRzYW .iconfont-wrapper {
  display: inline-block;
  font-size: 32px;
  border-radius: 50%;
  width: 55px;
  height: 55px;
  line-height: 55px;
  text-align: center;
  transition: all 0.3s ease-in-out;
}
.cid-v5yNwMRzYW [class^="socicon-"]:before,
.cid-v5yNwMRzYW [class*=" socicon-"]:before {
  line-height: 55px;
  padding: .6rem;
}
.cid-v5yNwMRzYW .mbr-section-title,
.cid-v5yNwMRzYW .social-list {
  color: #4479d9;
}
.cid-v5mMszwye9 {
  z-index: 1000;
  width: 100%;
}
.cid-v5mMszwye9 nav.navbar {
  position: fixed;
}
.cid-v5mMszwye9 .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-v5mMszwye9 .dropdown-menu {
  padding: 0;
  border-radius: 4px;
  box-shadow: 0 1px 3px 0 rgba(0, 0, 0, 0.1);
}
.cid-v5mMszwye9 .dropdown-item {
  border-bottom: 1px solid #e6e6e6;
}
.cid-v5mMszwye9 .dropdown-item:hover,
.cid-v5mMszwye9 .dropdown-item:focus {
  background: #6592e6 !important;
  color: white !important;
}
.cid-v5mMszwye9 .dropdown-item:first-child {
  border-top-left-radius: 4px;
  border-top-right-radius: 4px;
}
.cid-v5mMszwye9 .dropdown-item:last-child {
  border-bottom: none;
  border-bottom-left-radius: 4px;
  border-bottom-right-radius: 4px;
}
.cid-v5mMszwye9 .nav-dropdown .link {
  padding: 0 0.3em !important;
  margin: 0.667em 1em !important;
}
.cid-v5mMszwye9 .nav-dropdown .link.dropdown-toggle::after {
  margin-left: 0.5rem;
  margin-top: 0.2rem;
}
.cid-v5mMszwye9 .nav-link {
  position: relative;
}
.cid-v5mMszwye9 .container {
  display: flex;
  margin: auto;
}
.cid-v5mMszwye9 .iconfont-wrapper {
  color: #000000 !important;
  font-size: 1.5rem;
  padding-right: 0.5rem;
}
.cid-v5mMszwye9 .dropdown-menu,
.cid-v5mMszwye9 .navbar.opened {
  background: #4479d9 !important;
}
.cid-v5mMszwye9 .nav-item:focus,
.cid-v5mMszwye9 .nav-link:focus {
  outline: none;
}
.cid-v5mMszwye9 .dropdown .dropdown-menu .dropdown-item {
  width: auto;
  transition: all 0.25s ease-in-out;
}
.cid-v5mMszwye9 .dropdown .dropdown-menu .dropdown-item::after {
  right: 0.5rem;
}
.cid-v5mMszwye9 .dropdown .dropdown-menu .dropdown-item .mbr-iconfont {
  margin-right: 0.5rem;
  vertical-align: sub;
}
.cid-v5mMszwye9 .dropdown .dropdown-menu .dropdown-item .mbr-iconfont:before {
  display: inline-block;
  transform: scale(1, 1);
  transition: all 0.25s ease-in-out;
}
.cid-v5mMszwye9 .collapsed .dropdown-menu .dropdown-item:before {
  display: none;
}
.cid-v5mMszwye9 .collapsed .dropdown .dropdown-menu .dropdown-item {
  padding: 0.235em 1.5em 0.235em 1.5em !important;
  transition: none;
  margin: 0 !important;
}
.cid-v5mMszwye9 .navbar {
  min-height: 70px;
  transition: all 0.3s;
  border-bottom: 1px solid transparent;
  position: absolute;
  background: rgba(68, 121, 217, 0.5);
}
.cid-v5mMszwye9 .navbar.opened {
  transition: all 0.3s;
}
.cid-v5mMszwye9 .navbar .dropdown-item {
  padding: 0.5rem 1.8rem;
}
.cid-v5mMszwye9 .navbar .navbar-logo img {
  width: auto;
}
.cid-v5mMszwye9 .navbar .navbar-collapse {
  justify-content: flex-end;
  z-index: 1;
}
.cid-v5mMszwye9 .navbar.collapsed {
  justify-content: center;
}
.cid-v5mMszwye9 .navbar.collapsed .nav-item .nav-link::before {
  display: none;
}
.cid-v5mMszwye9 .navbar.collapsed.opened .dropdown-menu {
  top: 0;
}
@media (min-width: 992px) {
  .cid-v5mMszwye9 .navbar.collapsed.opened:not(.navbar-short) .navbar-collapse {
    max-height: calc(98.5vh - 3rem);
  }
}
.cid-v5mMszwye9 .navbar.collapsed .dropdown-menu .dropdown-submenu {
  left: 0 !important;
}
.cid-v5mMszwye9 .navbar.collapsed .dropdown-menu .dropdown-item:after {
  right: auto;
}
.cid-v5mMszwye9 .navbar.collapsed .dropdown-menu .dropdown-toggle[data-toggle="dropdown-submenu"]:after {
  margin-left: 0.5rem;
  margin-top: 0.2rem;
  border-top: 0.35em solid;
  border-right: 0.35em solid transparent;
  border-left: 0.35em solid transparent;
  border-bottom: 0;
  top: 41%;
}
.cid-v5mMszwye9 .navbar.collapsed ul.navbar-nav li {
  margin: auto;
}
.cid-v5mMszwye9 .navbar.collapsed .dropdown-menu .dropdown-item {
  padding: 0.25rem 1.5rem;
  text-align: center;
}
.cid-v5mMszwye9 .navbar.collapsed .icons-menu {
  padding-left: 0;
  padding-right: 0;
  padding-top: 0.5rem;
  padding-bottom: 0.5rem;
}
@media (max-width: 991px) {
  .cid-v5mMszwye9 .navbar .nav-item .nav-link::before {
    display: none;
  }
  .cid-v5mMszwye9 .navbar.opened .dropdown-menu {
    top: 0;
  }
  .cid-v5mMszwye9 .navbar .dropdown-menu .dropdown-submenu {
    left: 0 !important;
  }
  .cid-v5mMszwye9 .navbar .dropdown-menu .dropdown-item:after {
    right: auto;
  }
  .cid-v5mMszwye9 .navbar .dropdown-menu .dropdown-toggle[data-toggle="dropdown-submenu"]:after {
    margin-left: 0.5rem;
    margin-top: 0.2rem;
    border-top: 0.35em solid;
    border-right: 0.35em solid transparent;
    border-left: 0.35em solid transparent;
    border-bottom: 0;
    top: 40%;
  }
  .cid-v5mMszwye9 .navbar .navbar-logo img {
    height: 3rem !important;
  }
  .cid-v5mMszwye9 .navbar ul.navbar-nav li {
    margin: auto;
  }
  .cid-v5mMszwye9 .navbar .dropdown-menu .dropdown-item {
    padding: 0.25rem 1.5rem !important;
    text-align: center;
  }
  .cid-v5mMszwye9 .navbar .navbar-brand {
    flex-shrink: initial;
    flex-basis: auto;
    word-break: break-word;
    padding-right: 2rem;
  }
  .cid-v5mMszwye9 .navbar .navbar-toggler {
    flex-basis: auto;
  }
  .cid-v5mMszwye9 .navbar .icons-menu {
    padding-left: 0;
    padding-top: 0.5rem;
    padding-bottom: 0.5rem;
  }
}
.cid-v5mMszwye9 .navbar.navbar-short {
  min-height: 60px;
}
.cid-v5mMszwye9 .navbar.navbar-short .navbar-logo img {
  height: 2.5rem !important;
}
.cid-v5mMszwye9 .navbar.navbar-short .navbar-brand {
  min-height: 60px;
  padding: 0;
}
.cid-v5mMszwye9 .navbar-brand {
  min-height: 70px;
  flex-shrink: 0;
  align-items: center;
  margin-right: 0;
  padding: 10px 0;
  transition: all 0.3s;
  word-break: break-word;
  z-index: 1;
}
.cid-v5mMszwye9 .navbar-brand .navbar-caption {
  line-height: inherit !important;
}
.cid-v5mMszwye9 .navbar-brand .navbar-logo a {
  outline: none;
}
.cid-v5mMszwye9 .dropdown-item.active,
.cid-v5mMszwye9 .dropdown-item:active {
  background-color: transparent;
}
.cid-v5mMszwye9 .navbar-expand-lg .navbar-nav .nav-link {
  padding: 0;
}
.cid-v5mMszwye9 .nav-dropdown .link.dropdown-toggle {
  margin-right: 1.667em;
}
.cid-v5mMszwye9 .nav-dropdown .link.dropdown-toggle[aria-expanded="true"] {
  margin-right: 0;
  padding: 0.667em 1.667em;
}
.cid-v5mMszwye9 .navbar.navbar-expand-lg .dropdown .dropdown-menu {
  background: #4479d9;
}
.cid-v5mMszwye9 .navbar.navbar-expand-lg .dropdown .dropdown-menu .dropdown-submenu {
  margin: 0;
  left: 100%;
}
.cid-v5mMszwye9 .navbar .dropdown.open > .dropdown-menu {
  display: block;
}
.cid-v5mMszwye9 ul.navbar-nav {
  flex-wrap: wrap;
}
.cid-v5mMszwye9 .navbar-buttons {
  text-align: center;
  min-width: 170px;
}
.cid-v5mMszwye9 button.navbar-toggler {
  outline: none;
  width: 31px;
  height: 20px;
  cursor: pointer;
  transition: all 0.2s;
  position: relative;
  align-self: center;
}
.cid-v5mMszwye9 button.navbar-toggler .hamburger span {
  position: absolute;
  right: 0;
  width: 30px;
  height: 2px;
  border-right: 5px;
  background-color: #ffffff;
}
.cid-v5mMszwye9 button.navbar-toggler .hamburger span:nth-child(1) {
  top: 0;
  transition: all 0.2s;
}
.cid-v5mMszwye9 button.navbar-toggler .hamburger span:nth-child(2) {
  top: 8px;
  transition: all 0.15s;
}
.cid-v5mMszwye9 button.navbar-toggler .hamburger span:nth-child(3) {
  top: 8px;
  transition: all 0.15s;
}
.cid-v5mMszwye9 button.navbar-toggler .hamburger span:nth-child(4) {
  top: 16px;
  transition: all 0.2s;
}
.cid-v5mMszwye9 nav.opened .hamburger span:nth-child(1) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-v5mMszwye9 nav.opened .hamburger span:nth-child(2) {
  transform: rotate(45deg);
  transition: all 0.25s;
}
.cid-v5mMszwye9 nav.opened .hamburger span:nth-child(3) {
  transform: rotate(-45deg);
  transition: all 0.25s;
}
.cid-v5mMszwye9 nav.opened .hamburger span:nth-child(4) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-v5mMszwye9 .navbar-dropdown {
  padding: 0 1rem;
  position: fixed;
}
.cid-v5mMszwye9 a.nav-link {
  display: flex;
  align-items: center;
  justify-content: center;
}
.cid-v5mMszwye9 .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-v5mMszwye9 .navbar {
    height: 70px;
  }
  .cid-v5mMszwye9 .navbar.opened {
    height: auto;
  }
  .cid-v5mMszwye9 .nav-item .nav-link:hover::before {
    width: 175%;
    max-width: calc(100% + 2rem);
    left: -1rem;
  }
}
.cid-v5mMsC7DZt {
  background-image: url("../../../assets/images/5086f180ecfdca369d0e53a4443f23f1-1024x1024.jpg");
}
.cid-v5mMsC7DZt .mbr-fallback-image.disabled {
  display: none;
}
.cid-v5mMsC7DZt .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-v5mMsC7DZt .mbr-section-title {
  color: #ffffff;
  text-align: left;
}
.cid-v5mMsC7DZt .mbr-text,
.cid-v5mMsC7DZt .mbr-section-btn {
  color: #ffffff;
}
.cid-v5nicODy6j {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-color: #ffffff;
}
.cid-v5nicODy6j .mbr-fallback-image.disabled {
  display: none;
}
.cid-v5nicODy6j .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-v5nicODy6j ul {
  list-style: none;
  margin: 0;
  padding-left: 2.5rem;
}
.cid-v5nicODy6j li {
  position: relative;
  margin-bottom: 1rem;
}
.cid-v5nicODy6j ul li::before {
  position: absolute;
  left: -1.6rem;
  content: "\2022";
  color: #6592e6;
  font-weight: bold;
  font-size: 2rem;
  width: 1.6rem;
}
.cid-v5nicODy6j H3 {
  color: #4479d9;
}
.cid-v5nicODy6j .list {
  color: #4479d9;
}
.cid-v5mMsOdv93 {
  padding-top: 2rem;
  padding-bottom: 2rem;
  background-color: #4479d9;
}
.cid-v5mMsOdv93 .mbr-fallback-image.disabled {
  display: none;
}
.cid-v5mMsOdv93 .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-v5mMsOdv93 .mbr-section-title {
  color: #ffffff;
}
.cid-v5mMsPkSC7 {
  padding-top: 2rem;
  padding-bottom: 2rem;
  background-color: #ffffff;
}
.cid-v5mMsPkSC7 img,
.cid-v5mMsPkSC7 .item-img {
  width: 100%;
  height: 100%;
  height: 300px;
  object-fit: cover;
}
.cid-v5mMsPkSC7 .item:focus,
.cid-v5mMsPkSC7 span:focus {
  outline: none;
}
.cid-v5mMsPkSC7 .item {
  cursor: pointer;
  margin-bottom: 2rem;
}
.cid-v5mMsPkSC7 .item-wrapper {
  position: relative;
  border-radius: 4px;
  background: #fafafa;
  height: 100%;
  display: flex;
  flex-flow: column nowrap;
}
@media (min-width: 992px) {
  .cid-v5mMsPkSC7 .item-wrapper .item-content {
    padding: 2rem;
  }
}
@media (max-width: 991px) {
  .cid-v5mMsPkSC7 .item-wrapper .item-content {
    padding: 1rem;
  }
}
.cid-v5mMsPkSC7 .mbr-section-btn {
  margin-top: auto !important;
}
.cid-v5mMsPkSC7 .mbr-section-title {
  color: #4479d9;
}
.cid-v5mMsPkSC7 .mbr-text,
.cid-v5mMsPkSC7 .mbr-section-btn {
  text-align: left;
}
.cid-v5mMsPkSC7 .item-title {
  text-align: center;
  color: #4479d9;
}
.cid-v5mMsPkSC7 .item-subtitle {
  text-align: center;
}
.cid-v5mMsPkSC7 .mbr-section-subtitle {
  color: #4479d9;
}
.cid-v5nk9ldbuz {
  padding-top: 6rem;
  padding-bottom: 6rem;
  background-color: #ffffff;
}
.cid-v5nk9ldbuz .mbr-fallback-image.disabled {
  display: none;
}
.cid-v5nk9ldbuz .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-v5nk9ldbuz .item {
  display: flex;
  align-items: center;
  margin-bottom: 2rem;
  margin-bottom: 4rem;
}
@media (min-width: 991px) {
  .cid-v5nk9ldbuz .item {
    margin-bottom: 4rem;
  }
}
.cid-v5nk9ldbuz .item:last-child .icon-box:before {
  display: none;
}
.cid-v5nk9ldbuz .item.last .icon-box:before {
  display: none;
}
.cid-v5nk9ldbuz .icon-box {
  background: #6592e6;
  width: 60px;
  min-width: 60px;
  height: 60px;
  border-radius: 50%;
  margin-right: 2rem;
  display: flex;
  justify-content: center;
  align-items: center;
  position: relative;
}
@media (max-width: 768px) {
  .cid-v5nk9ldbuz .icon-box {
    margin-right: 1rem;
  }
}
.cid-v5nk9ldbuz .icon-box::before {
  content: "\e925";
  font-family: Moririse2 !important;
  position: absolute;
  font-size: 32px;
  left: 50%;
  top: 120%;
  color: #6592e6;
  transform: translate(-50%, 0);
}
.cid-v5nk9ldbuz span {
  font-size: 2rem;
  color: #ffffff;
}
@media (max-width: 991px) {
  .cid-v5nk9ldbuz .card {
    margin-bottom: 2rem;
  }
  .cid-v5nk9ldbuz .card-wrapper {
    margin-bottom: 2rem;
  }
  .cid-v5nk9ldbuz .icon-box::before {
    top: 141%;
  }
}
@media (max-width: 768px) {
  .cid-v5nk9ldbuz .icon-box::before {
    top: 114%;
  }
}
.cid-v5nk9ldbuz .card-title,
.cid-v5nk9ldbuz .card-box {
  color: #4479d9;
}
.cid-v5mMt2b6xq {
  padding-top: 2rem;
  padding-bottom: 2rem;
  background-color: #4479d9;
}
.cid-v5mMt2b6xq .mbr-fallback-image.disabled {
  display: none;
}
.cid-v5mMt2b6xq .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-v5mMt2b6xq .content-wrapper {
  background: #fafafa;
}
@media (max-width: 991px) {
  .cid-v5mMt2b6xq .content-wrapper .row {
    flex-direction: column-reverse;
  }
  .cid-v5mMt2b6xq .content-wrapper .image-wrapper {
    margin-bottom: 2rem;
  }
}
@media (max-width: 767px) {
  .cid-v5mMt2b6xq .content-wrapper {
    padding: 1rem;
  }
}
@media (min-width: 768px) and (max-width: 991px) {
  .cid-v5mMt2b6xq .content-wrapper {
    padding: 2rem;
  }
}
@media (min-width: 992px) {
  .cid-v5mMt2b6xq .content-wrapper {
    padding: 5rem 3rem;
  }
  .cid-v5mMt2b6xq .content-wrapper .text-wrapper {
    padding-right: 2rem;
  }
}
.cid-v5mMt2b6xq .image-wrapper img {
  width: 100%;
  object-fit: cover;
}
.cid-v5mMt2b6xq .card-title {
  color: #4479d9;
}
.cid-v5mMt2b6xq .mbr-text,
.cid-v5mMt2b6xq .mbr-section-btn {
  color: #4479d9;
}
.cid-v5yNBIpPzS {
  padding-top: 2rem;
  padding-bottom: 2rem;
  background-color: #fafafa;
}
.cid-v5yNBIpPzS .image-wrapper {
  display: flex;
  align-items: center;
}
.cid-v5yNBIpPzS .card-wrapper {
  margin-bottom: 2rem;
  display: flex;
  border-radius: 4px;
  background: #ffffff;
}
@media (max-width: 991px) {
  .cid-v5yNBIpPzS .card-wrapper {
    padding: 1rem 2rem;
  }
}
@media (min-width: 992px) {
  .cid-v5yNBIpPzS .card-wrapper {
    padding: 2rem 4rem;
  }
}
.cid-v5yNBIpPzS .mbr-iconfont {
  font-size: 2rem;
  padding-right: 1.5rem;
  color: #6592e6;
}
.cid-v5yNBIpPzS .mbr-section-title {
  color: #4479d9;
}
.cid-v5yNBIpPzS .mbr-section-subtitle {
  color: #4479d9;
}
.cid-v5yNBIpPzS .card-title {
  color: #4479d9;
}
.cid-v5yNBIpPzS P {
  color: #6592e6;
}
.cid-v5yNChA56I {
  padding-top: 0rem;
  padding-bottom: 0rem;
  background: #ffffff;
}
.cid-v5yNChA56I .google-map {
  height: 30rem;
  position: relative;
}
.cid-v5yNChA56I .google-map iframe {
  height: 100%;
  width: 100%;
}
.cid-v5yNChA56I .google-map [data-state-details] {
  color: #6b6763;
  height: 1.5em;
  margin-top: -0.75em;
  padding-left: 1.25rem;
  padding-right: 1.25rem;
  position: absolute;
  text-align: center;
  top: 50%;
  width: 100%;
}
.cid-v5yNChA56I .google-map[data-state] {
  background: #e9e5dc;
}
.cid-v5yNChA56I .google-map[data-state="loading"] [data-state-details] {
  display: none;
}
.cid-v5yNDeNsZI {
  padding-top: 1rem;
  padding-bottom: 1rem;
  background-color: #ffffff;
}
.cid-v5yNDeNsZI .mbr-fallback-image.disabled {
  display: none;
}
.cid-v5yNDeNsZI .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-v5yNDeNsZI .bg-facebook {
  background: #1778f2;
  color: #ffffff;
}
.cid-v5yNDeNsZI .bg-facebook:hover {
  background: #0b60cb;
}
.cid-v5yNDeNsZI .bg-instagram {
  background: #f00075;
  color: #ffffff;
}
.cid-v5yNDeNsZI .bg-instagram:hover {
  background: #bd005c;
}
.cid-v5yNDeNsZI .bg-tiktok {
  background: #000000;
  color: #ffffff;
}
.cid-v5yNDeNsZI .bg-tiktok:hover {
  background: #000000;
}
.cid-v5yNDeNsZI .bg-youtube {
  background: #ff0000;
  color: #ffffff;
}
.cid-v5yNDeNsZI .bg-youtube:hover {
  background: #cc0000;
}
.cid-v5yNDeNsZI .iconfont-wrapper {
  display: inline-block;
  font-size: 32px;
  border-radius: 50%;
  width: 55px;
  height: 55px;
  line-height: 55px;
  text-align: center;
  transition: all 0.3s ease-in-out;
}
.cid-v5yNDeNsZI [class^="socicon-"]:before,
.cid-v5yNDeNsZI [class*=" socicon-"]:before {
  line-height: 55px;
  padding: .6rem;
}
.cid-v5yNDeNsZI .mbr-section-title,
.cid-v5yNDeNsZI .social-list {
  color: #4479d9;
}
.cid-v5mMpb3YDJ {
  z-index: 1000;
  width: 100%;
}
.cid-v5mMpb3YDJ nav.navbar {
  position: fixed;
}
.cid-v5mMpb3YDJ .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-v5mMpb3YDJ .dropdown-menu {
  padding: 0;
  border-radius: 4px;
  box-shadow: 0 1px 3px 0 rgba(0, 0, 0, 0.1);
}
.cid-v5mMpb3YDJ .dropdown-item {
  border-bottom: 1px solid #e6e6e6;
}
.cid-v5mMpb3YDJ .dropdown-item:hover,
.cid-v5mMpb3YDJ .dropdown-item:focus {
  background: #6592e6 !important;
  color: white !important;
}
.cid-v5mMpb3YDJ .dropdown-item:first-child {
  border-top-left-radius: 4px;
  border-top-right-radius: 4px;
}
.cid-v5mMpb3YDJ .dropdown-item:last-child {
  border-bottom: none;
  border-bottom-left-radius: 4px;
  border-bottom-right-radius: 4px;
}
.cid-v5mMpb3YDJ .nav-dropdown .link {
  padding: 0 0.3em !important;
  margin: 0.667em 1em !important;
}
.cid-v5mMpb3YDJ .nav-dropdown .link.dropdown-toggle::after {
  margin-left: 0.5rem;
  margin-top: 0.2rem;
}
.cid-v5mMpb3YDJ .nav-link {
  position: relative;
}
.cid-v5mMpb3YDJ .container {
  display: flex;
  margin: auto;
}
.cid-v5mMpb3YDJ .iconfont-wrapper {
  color: #000000 !important;
  font-size: 1.5rem;
  padding-right: 0.5rem;
}
.cid-v5mMpb3YDJ .dropdown-menu,
.cid-v5mMpb3YDJ .navbar.opened {
  background: #4479d9 !important;
}
.cid-v5mMpb3YDJ .nav-item:focus,
.cid-v5mMpb3YDJ .nav-link:focus {
  outline: none;
}
.cid-v5mMpb3YDJ .dropdown .dropdown-menu .dropdown-item {
  width: auto;
  transition: all 0.25s ease-in-out;
}
.cid-v5mMpb3YDJ .dropdown .dropdown-menu .dropdown-item::after {
  right: 0.5rem;
}
.cid-v5mMpb3YDJ .dropdown .dropdown-menu .dropdown-item .mbr-iconfont {
  margin-right: 0.5rem;
  vertical-align: sub;
}
.cid-v5mMpb3YDJ .dropdown .dropdown-menu .dropdown-item .mbr-iconfont:before {
  display: inline-block;
  transform: scale(1, 1);
  transition: all 0.25s ease-in-out;
}
.cid-v5mMpb3YDJ .collapsed .dropdown-menu .dropdown-item:before {
  display: none;
}
.cid-v5mMpb3YDJ .collapsed .dropdown .dropdown-menu .dropdown-item {
  padding: 0.235em 1.5em 0.235em 1.5em !important;
  transition: none;
  margin: 0 !important;
}
.cid-v5mMpb3YDJ .navbar {
  min-height: 70px;
  transition: all 0.3s;
  border-bottom: 1px solid transparent;
  position: absolute;
  background: rgba(68, 121, 217, 0.5);
}
.cid-v5mMpb3YDJ .navbar.opened {
  transition: all 0.3s;
}
.cid-v5mMpb3YDJ .navbar .dropdown-item {
  padding: 0.5rem 1.8rem;
}
.cid-v5mMpb3YDJ .navbar .navbar-logo img {
  width: auto;
}
.cid-v5mMpb3YDJ .navbar .navbar-collapse {
  justify-content: flex-end;
  z-index: 1;
}
.cid-v5mMpb3YDJ .navbar.collapsed {
  justify-content: center;
}
.cid-v5mMpb3YDJ .navbar.collapsed .nav-item .nav-link::before {
  display: none;
}
.cid-v5mMpb3YDJ .navbar.collapsed.opened .dropdown-menu {
  top: 0;
}
@media (min-width: 992px) {
  .cid-v5mMpb3YDJ .navbar.collapsed.opened:not(.navbar-short) .navbar-collapse {
    max-height: calc(98.5vh - 3rem);
  }
}
.cid-v5mMpb3YDJ .navbar.collapsed .dropdown-menu .dropdown-submenu {
  left: 0 !important;
}
.cid-v5mMpb3YDJ .navbar.collapsed .dropdown-menu .dropdown-item:after {
  right: auto;
}
.cid-v5mMpb3YDJ .navbar.collapsed .dropdown-menu .dropdown-toggle[data-toggle="dropdown-submenu"]:after {
  margin-left: 0.5rem;
  margin-top: 0.2rem;
  border-top: 0.35em solid;
  border-right: 0.35em solid transparent;
  border-left: 0.35em solid transparent;
  border-bottom: 0;
  top: 41%;
}
.cid-v5mMpb3YDJ .navbar.collapsed ul.navbar-nav li {
  margin: auto;
}
.cid-v5mMpb3YDJ .navbar.collapsed .dropdown-menu .dropdown-item {
  padding: 0.25rem 1.5rem;
  text-align: center;
}
.cid-v5mMpb3YDJ .navbar.collapsed .icons-menu {
  padding-left: 0;
  padding-right: 0;
  padding-top: 0.5rem;
  padding-bottom: 0.5rem;
}
@media (max-width: 991px) {
  .cid-v5mMpb3YDJ .navbar .nav-item .nav-link::before {
    display: none;
  }
  .cid-v5mMpb3YDJ .navbar.opened .dropdown-menu {
    top: 0;
  }
  .cid-v5mMpb3YDJ .navbar .dropdown-menu .dropdown-submenu {
    left: 0 !important;
  }
  .cid-v5mMpb3YDJ .navbar .dropdown-menu .dropdown-item:after {
    right: auto;
  }
  .cid-v5mMpb3YDJ .navbar .dropdown-menu .dropdown-toggle[data-toggle="dropdown-submenu"]:after {
    margin-left: 0.5rem;
    margin-top: 0.2rem;
    border-top: 0.35em solid;
    border-right: 0.35em solid transparent;
    border-left: 0.35em solid transparent;
    border-bottom: 0;
    top: 40%;
  }
  .cid-v5mMpb3YDJ .navbar .navbar-logo img {
    height: 3rem !important;
  }
  .cid-v5mMpb3YDJ .navbar ul.navbar-nav li {
    margin: auto;
  }
  .cid-v5mMpb3YDJ .navbar .dropdown-menu .dropdown-item {
    padding: 0.25rem 1.5rem !important;
    text-align: center;
  }
  .cid-v5mMpb3YDJ .navbar .navbar-brand {
    flex-shrink: initial;
    flex-basis: auto;
    word-break: break-word;
    padding-right: 2rem;
  }
  .cid-v5mMpb3YDJ .navbar .navbar-toggler {
    flex-basis: auto;
  }
  .cid-v5mMpb3YDJ .navbar .icons-menu {
    padding-left: 0;
    padding-top: 0.5rem;
    padding-bottom: 0.5rem;
  }
}
.cid-v5mMpb3YDJ .navbar.navbar-short {
  min-height: 60px;
}
.cid-v5mMpb3YDJ .navbar.navbar-short .navbar-logo img {
  height: 2.5rem !important;
}
.cid-v5mMpb3YDJ .navbar.navbar-short .navbar-brand {
  min-height: 60px;
  padding: 0;
}
.cid-v5mMpb3YDJ .navbar-brand {
  min-height: 70px;
  flex-shrink: 0;
  align-items: center;
  margin-right: 0;
  padding: 10px 0;
  transition: all 0.3s;
  word-break: break-word;
  z-index: 1;
}
.cid-v5mMpb3YDJ .navbar-brand .navbar-caption {
  line-height: inherit !important;
}
.cid-v5mMpb3YDJ .navbar-brand .navbar-logo a {
  outline: none;
}
.cid-v5mMpb3YDJ .dropdown-item.active,
.cid-v5mMpb3YDJ .dropdown-item:active {
  background-color: transparent;
}
.cid-v5mMpb3YDJ .navbar-expand-lg .navbar-nav .nav-link {
  padding: 0;
}
.cid-v5mMpb3YDJ .nav-dropdown .link.dropdown-toggle {
  margin-right: 1.667em;
}
.cid-v5mMpb3YDJ .nav-dropdown .link.dropdown-toggle[aria-expanded="true"] {
  margin-right: 0;
  padding: 0.667em 1.667em;
}
.cid-v5mMpb3YDJ .navbar.navbar-expand-lg .dropdown .dropdown-menu {
  background: #4479d9;
}
.cid-v5mMpb3YDJ .navbar.navbar-expand-lg .dropdown .dropdown-menu .dropdown-submenu {
  margin: 0;
  left: 100%;
}
.cid-v5mMpb3YDJ .navbar .dropdown.open > .dropdown-menu {
  display: block;
}
.cid-v5mMpb3YDJ ul.navbar-nav {
  flex-wrap: wrap;
}
.cid-v5mMpb3YDJ .navbar-buttons {
  text-align: center;
  min-width: 170px;
}
.cid-v5mMpb3YDJ button.navbar-toggler {
  outline: none;
  width: 31px;
  height: 20px;
  cursor: pointer;
  transition: all 0.2s;
  position: relative;
  align-self: center;
}
.cid-v5mMpb3YDJ button.navbar-toggler .hamburger span {
  position: absolute;
  right: 0;
  width: 30px;
  height: 2px;
  border-right: 5px;
  background-color: #ffffff;
}
.cid-v5mMpb3YDJ button.navbar-toggler .hamburger span:nth-child(1) {
  top: 0;
  transition: all 0.2s;
}
.cid-v5mMpb3YDJ button.navbar-toggler .hamburger span:nth-child(2) {
  top: 8px;
  transition: all 0.15s;
}
.cid-v5mMpb3YDJ button.navbar-toggler .hamburger span:nth-child(3) {
  top: 8px;
  transition: all 0.15s;
}
.cid-v5mMpb3YDJ button.navbar-toggler .hamburger span:nth-child(4) {
  top: 16px;
  transition: all 0.2s;
}
.cid-v5mMpb3YDJ nav.opened .hamburger span:nth-child(1) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-v5mMpb3YDJ nav.opened .hamburger span:nth-child(2) {
  transform: rotate(45deg);
  transition: all 0.25s;
}
.cid-v5mMpb3YDJ nav.opened .hamburger span:nth-child(3) {
  transform: rotate(-45deg);
  transition: all 0.25s;
}
.cid-v5mMpb3YDJ nav.opened .hamburger span:nth-child(4) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-v5mMpb3YDJ .navbar-dropdown {
  padding: 0 1rem;
  position: fixed;
}
.cid-v5mMpb3YDJ a.nav-link {
  display: flex;
  align-items: center;
  justify-content: center;
}
.cid-v5mMpb3YDJ .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-v5mMpb3YDJ .navbar {
    height: 70px;
  }
  .cid-v5mMpb3YDJ .navbar.opened {
    height: auto;
  }
  .cid-v5mMpb3YDJ .nav-item .nav-link:hover::before {
    width: 175%;
    max-width: calc(100% + 2rem);
    left: -1rem;
  }
}
.cid-v5mZi2kznj {
  background-image: url("../../../assets/images/b6456a1f-849b-4961-8968-8e81db023368-1500x1126.jpg");
}
.cid-v5mZi2kznj .mbr-fallback-image.disabled {
  display: none;
}
.cid-v5mZi2kznj .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-v5mZIto7fC {
  padding-top: 2rem;
  padding-bottom: 1rem;
  background-color: #ffffff;
}
.cid-v5mZIto7fC .mbr-fallback-image.disabled {
  display: none;
}
.cid-v5mZIto7fC .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-v5mZIto7fC .card-wrapper {
  background: #4479d9;
  border-radius: 4px;
}
@media (max-width: 767px) {
  .cid-v5mZIto7fC .card-wrapper {
    padding: 1rem;
  }
}
@media (min-width: 768px) and (max-width: 991px) {
  .cid-v5mZIto7fC .card-wrapper {
    padding: 2rem;
  }
}
@media (min-width: 992px) {
  .cid-v5mZIto7fC .card-wrapper {
    padding: 4rem;
  }
}
.cid-v5mZIto7fC .mbr-text,
.cid-v5mZIto7fC .mbr-section-btn {
  color: #ffffff;
}
.cid-v5mZIto7fC .card-title,
.cid-v5mZIto7fC .card-box {
  text-align: center;
}
.cid-v5mMpdtCtG {
  padding-top: 2rem;
  padding-bottom: 2rem;
  background-color: #fafafa;
}
.cid-v5mMpdtCtG img,
.cid-v5mMpdtCtG .item-img {
  width: 100%;
  height: 100%;
  height: 300px;
  object-fit: cover;
}
.cid-v5mMpdtCtG .item:focus,
.cid-v5mMpdtCtG span:focus {
  outline: none;
}
.cid-v5mMpdtCtG .item {
  cursor: pointer;
  margin-bottom: 2rem;
}
.cid-v5mMpdtCtG .item-wrapper {
  position: relative;
  border-radius: 4px;
  background: #ffffff;
  height: 100%;
  display: flex;
  flex-flow: column nowrap;
}
@media (min-width: 992px) {
  .cid-v5mMpdtCtG .item-wrapper .item-content {
    padding: 2rem;
  }
}
@media (max-width: 991px) {
  .cid-v5mMpdtCtG .item-wrapper .item-content {
    padding: 1rem;
  }
}
.cid-v5mMpdtCtG .mbr-section-btn {
  margin-top: auto !important;
}
.cid-v5mMpdtCtG .mbr-section-title {
  color: #4479d9;
}
.cid-v5mMpdtCtG .mbr-text,
.cid-v5mMpdtCtG .mbr-section-btn {
  text-align: left;
  color: #4479d9;
}
.cid-v5mMpdtCtG .item-title {
  text-align: left;
  color: #4479d9;
}
.cid-v5mMpdtCtG .item-subtitle {
  text-align: left;
  color: #000000;
}
.cid-v5mMpfwSMX {
  background-image: url("../../../assets/images/40879131-group-of-geneticists-working-at-media-screen-genetic-engineering-1300x867.jpg");
}
.cid-v5mMpfwSMX .mbr-fallback-image.disabled {
  display: none;
}
.cid-v5mMpfwSMX .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-v5mMpfwSMX .mbr-section-title {
  color: #ffffff;
}
.cid-v5mMpfwSMX .mbr-text,
.cid-v5mMpfwSMX .mbr-section-btn {
  color: #ffffff;
}
.cid-v5mMpibGHu {
  padding-top: 2rem;
  padding-bottom: 2rem;
  background-color: #4479d9;
}
.cid-v5mMpibGHu .mbr-fallback-image.disabled {
  display: none;
}
.cid-v5mMpibGHu .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-v5mMpibGHu .mbr-section-title {
  color: #ffffff;
}
.cid-v5mMpsx4Xs {
  padding-top: 2rem;
  padding-bottom: 2rem;
  background-color: #bbbbbb;
}
.cid-v5mMpsx4Xs .mbr-fallback-image.disabled {
  display: none;
}
.cid-v5mMpsx4Xs .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-v5mMpsx4Xs .content-wrapper {
  background: #fafafa;
}
@media (max-width: 991px) {
  .cid-v5mMpsx4Xs .content-wrapper .row {
    flex-direction: column-reverse;
  }
  .cid-v5mMpsx4Xs .content-wrapper .image-wrapper {
    margin-bottom: 2rem;
  }
}
@media (max-width: 767px) {
  .cid-v5mMpsx4Xs .content-wrapper {
    padding: 1rem;
  }
}
@media (min-width: 768px) and (max-width: 991px) {
  .cid-v5mMpsx4Xs .content-wrapper {
    padding: 2rem;
  }
}
@media (min-width: 992px) {
  .cid-v5mMpsx4Xs .content-wrapper {
    padding: 5rem 3rem;
  }
  .cid-v5mMpsx4Xs .content-wrapper .text-wrapper {
    padding-right: 2rem;
  }
}
.cid-v5mMpsx4Xs .image-wrapper img {
  width: 100%;
  object-fit: cover;
}
.cid-v5mMpsx4Xs .card-title {
  color: #4479d9;
}
.cid-v5mMpsx4Xs .mbr-text,
.cid-v5mMpsx4Xs .mbr-section-btn {
  color: #4479d9;
}
.cid-v5n1jFdpqA {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-color: #ffffff;
}
.cid-v5n1jFdpqA .counter-container ol {
  margin-bottom: 0;
  counter-reset: myCounter;
}
.cid-v5n1jFdpqA .counter-container ol li {
  margin-bottom: 1rem;
}
.cid-v5n1jFdpqA .counter-container ol li {
  list-style: none;
  padding-left: 1rem;
  position: relative;
}
.cid-v5n1jFdpqA .counter-container ol li:before {
  position: absolute;
  left: -40px;
  margin-top: 5px;
  counter-increment: myCounter;
  content: counter(myCounter);
  line-height: 40px;
  transition: all .2s;
  color: #ffffff;
  background: #6592e6;
  width: 40px;
  height: 40px;
  border-radius: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
}
.cid-v5n1jFdpqA .mbr-section-title {
  color: #4479d9;
}
.cid-v5n1jFdpqA .mbr-text {
  color: #4479d9;
}
.cid-v5yNc1RI5o {
  padding-top: 2rem;
  padding-bottom: 2rem;
  background-color: #fafafa;
}
.cid-v5yNc1RI5o .image-wrapper {
  display: flex;
  align-items: center;
}
.cid-v5yNc1RI5o .card-wrapper {
  margin-bottom: 2rem;
  display: flex;
  border-radius: 4px;
  background: #ffffff;
}
@media (max-width: 991px) {
  .cid-v5yNc1RI5o .card-wrapper {
    padding: 1rem 2rem;
  }
}
@media (min-width: 992px) {
  .cid-v5yNc1RI5o .card-wrapper {
    padding: 2rem 4rem;
  }
}
.cid-v5yNc1RI5o .mbr-iconfont {
  font-size: 2rem;
  padding-right: 1.5rem;
  color: #6592e6;
}
.cid-v5yNc1RI5o .mbr-section-title {
  color: #4479d9;
}
.cid-v5yNc1RI5o .mbr-section-subtitle {
  color: #4479d9;
}
.cid-v5yNc1RI5o .card-title {
  color: #4479d9;
}
.cid-v5yNc1RI5o P {
  color: #6592e6;
}
.cid-v5yNcPAVDe {
  padding-top: 0rem;
  padding-bottom: 0rem;
  background: #ffffff;
}
.cid-v5yNcPAVDe .google-map {
  height: 30rem;
  position: relative;
}
.cid-v5yNcPAVDe .google-map iframe {
  height: 100%;
  width: 100%;
}
.cid-v5yNcPAVDe .google-map [data-state-details] {
  color: #6b6763;
  height: 1.5em;
  margin-top: -0.75em;
  padding-left: 1.25rem;
  padding-right: 1.25rem;
  position: absolute;
  text-align: center;
  top: 50%;
  width: 100%;
}
.cid-v5yNcPAVDe .google-map[data-state] {
  background: #e9e5dc;
}
.cid-v5yNcPAVDe .google-map[data-state="loading"] [data-state-details] {
  display: none;
}
.cid-v5yNdG0Slk {
  padding-top: 1rem;
  padding-bottom: 1rem;
  background-color: #ffffff;
}
.cid-v5yNdG0Slk .mbr-fallback-image.disabled {
  display: none;
}
.cid-v5yNdG0Slk .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-v5yNdG0Slk .bg-facebook {
  background: #1778f2;
  color: #ffffff;
}
.cid-v5yNdG0Slk .bg-facebook:hover {
  background: #0b60cb;
}
.cid-v5yNdG0Slk .bg-instagram {
  background: #f00075;
  color: #ffffff;
}
.cid-v5yNdG0Slk .bg-instagram:hover {
  background: #bd005c;
}
.cid-v5yNdG0Slk .bg-tiktok {
  background: #000000;
  color: #ffffff;
}
.cid-v5yNdG0Slk .bg-tiktok:hover {
  background: #000000;
}
.cid-v5yNdG0Slk .bg-youtube {
  background: #ff0000;
  color: #ffffff;
}
.cid-v5yNdG0Slk .bg-youtube:hover {
  background: #cc0000;
}
.cid-v5yNdG0Slk .iconfont-wrapper {
  display: inline-block;
  font-size: 32px;
  border-radius: 50%;
  width: 55px;
  height: 55px;
  line-height: 55px;
  text-align: center;
  transition: all 0.3s ease-in-out;
}
.cid-v5yNdG0Slk [class^="socicon-"]:before,
.cid-v5yNdG0Slk [class*=" socicon-"]:before {
  line-height: 55px;
  padding: .6rem;
}
.cid-v5yNdG0Slk .mbr-section-title,
.cid-v5yNdG0Slk .social-list {
  color: #4479d9;
}
.cid-v5mNejfRHW {
  z-index: 1000;
  width: 100%;
}
.cid-v5mNejfRHW nav.navbar {
  position: fixed;
}
.cid-v5mNejfRHW .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-v5mNejfRHW .dropdown-menu {
  padding: 0;
  border-radius: 4px;
  box-shadow: 0 1px 3px 0 rgba(0, 0, 0, 0.1);
}
.cid-v5mNejfRHW .dropdown-item {
  border-bottom: 1px solid #e6e6e6;
}
.cid-v5mNejfRHW .dropdown-item:hover,
.cid-v5mNejfRHW .dropdown-item:focus {
  background: #6592e6 !important;
  color: white !important;
}
.cid-v5mNejfRHW .dropdown-item:first-child {
  border-top-left-radius: 4px;
  border-top-right-radius: 4px;
}
.cid-v5mNejfRHW .dropdown-item:last-child {
  border-bottom: none;
  border-bottom-left-radius: 4px;
  border-bottom-right-radius: 4px;
}
.cid-v5mNejfRHW .nav-dropdown .link {
  padding: 0 0.3em !important;
  margin: 0.667em 1em !important;
}
.cid-v5mNejfRHW .nav-dropdown .link.dropdown-toggle::after {
  margin-left: 0.5rem;
  margin-top: 0.2rem;
}
.cid-v5mNejfRHW .nav-link {
  position: relative;
}
.cid-v5mNejfRHW .container {
  display: flex;
  margin: auto;
}
.cid-v5mNejfRHW .iconfont-wrapper {
  color: #000000 !important;
  font-size: 1.5rem;
  padding-right: 0.5rem;
}
.cid-v5mNejfRHW .dropdown-menu,
.cid-v5mNejfRHW .navbar.opened {
  background: #4479d9 !important;
}
.cid-v5mNejfRHW .nav-item:focus,
.cid-v5mNejfRHW .nav-link:focus {
  outline: none;
}
.cid-v5mNejfRHW .dropdown .dropdown-menu .dropdown-item {
  width: auto;
  transition: all 0.25s ease-in-out;
}
.cid-v5mNejfRHW .dropdown .dropdown-menu .dropdown-item::after {
  right: 0.5rem;
}
.cid-v5mNejfRHW .dropdown .dropdown-menu .dropdown-item .mbr-iconfont {
  margin-right: 0.5rem;
  vertical-align: sub;
}
.cid-v5mNejfRHW .dropdown .dropdown-menu .dropdown-item .mbr-iconfont:before {
  display: inline-block;
  transform: scale(1, 1);
  transition: all 0.25s ease-in-out;
}
.cid-v5mNejfRHW .collapsed .dropdown-menu .dropdown-item:before {
  display: none;
}
.cid-v5mNejfRHW .collapsed .dropdown .dropdown-menu .dropdown-item {
  padding: 0.235em 1.5em 0.235em 1.5em !important;
  transition: none;
  margin: 0 !important;
}
.cid-v5mNejfRHW .navbar {
  min-height: 70px;
  transition: all 0.3s;
  border-bottom: 1px solid transparent;
  position: absolute;
  background: rgba(68, 121, 217, 0.5);
}
.cid-v5mNejfRHW .navbar.opened {
  transition: all 0.3s;
}
.cid-v5mNejfRHW .navbar .dropdown-item {
  padding: 0.5rem 1.8rem;
}
.cid-v5mNejfRHW .navbar .navbar-logo img {
  width: auto;
}
.cid-v5mNejfRHW .navbar .navbar-collapse {
  justify-content: flex-end;
  z-index: 1;
}
.cid-v5mNejfRHW .navbar.collapsed {
  justify-content: center;
}
.cid-v5mNejfRHW .navbar.collapsed .nav-item .nav-link::before {
  display: none;
}
.cid-v5mNejfRHW .navbar.collapsed.opened .dropdown-menu {
  top: 0;
}
@media (min-width: 992px) {
  .cid-v5mNejfRHW .navbar.collapsed.opened:not(.navbar-short) .navbar-collapse {
    max-height: calc(98.5vh - 3rem);
  }
}
.cid-v5mNejfRHW .navbar.collapsed .dropdown-menu .dropdown-submenu {
  left: 0 !important;
}
.cid-v5mNejfRHW .navbar.collapsed .dropdown-menu .dropdown-item:after {
  right: auto;
}
.cid-v5mNejfRHW .navbar.collapsed .dropdown-menu .dropdown-toggle[data-toggle="dropdown-submenu"]:after {
  margin-left: 0.5rem;
  margin-top: 0.2rem;
  border-top: 0.35em solid;
  border-right: 0.35em solid transparent;
  border-left: 0.35em solid transparent;
  border-bottom: 0;
  top: 41%;
}
.cid-v5mNejfRHW .navbar.collapsed ul.navbar-nav li {
  margin: auto;
}
.cid-v5mNejfRHW .navbar.collapsed .dropdown-menu .dropdown-item {
  padding: 0.25rem 1.5rem;
  text-align: center;
}
.cid-v5mNejfRHW .navbar.collapsed .icons-menu {
  padding-left: 0;
  padding-right: 0;
  padding-top: 0.5rem;
  padding-bottom: 0.5rem;
}
@media (max-width: 991px) {
  .cid-v5mNejfRHW .navbar .nav-item .nav-link::before {
    display: none;
  }
  .cid-v5mNejfRHW .navbar.opened .dropdown-menu {
    top: 0;
  }
  .cid-v5mNejfRHW .navbar .dropdown-menu .dropdown-submenu {
    left: 0 !important;
  }
  .cid-v5mNejfRHW .navbar .dropdown-menu .dropdown-item:after {
    right: auto;
  }
  .cid-v5mNejfRHW .navbar .dropdown-menu .dropdown-toggle[data-toggle="dropdown-submenu"]:after {
    margin-left: 0.5rem;
    margin-top: 0.2rem;
    border-top: 0.35em solid;
    border-right: 0.35em solid transparent;
    border-left: 0.35em solid transparent;
    border-bottom: 0;
    top: 40%;
  }
  .cid-v5mNejfRHW .navbar .navbar-logo img {
    height: 3rem !important;
  }
  .cid-v5mNejfRHW .navbar ul.navbar-nav li {
    margin: auto;
  }
  .cid-v5mNejfRHW .navbar .dropdown-menu .dropdown-item {
    padding: 0.25rem 1.5rem !important;
    text-align: center;
  }
  .cid-v5mNejfRHW .navbar .navbar-brand {
    flex-shrink: initial;
    flex-basis: auto;
    word-break: break-word;
    padding-right: 2rem;
  }
  .cid-v5mNejfRHW .navbar .navbar-toggler {
    flex-basis: auto;
  }
  .cid-v5mNejfRHW .navbar .icons-menu {
    padding-left: 0;
    padding-top: 0.5rem;
    padding-bottom: 0.5rem;
  }
}
.cid-v5mNejfRHW .navbar.navbar-short {
  min-height: 60px;
}
.cid-v5mNejfRHW .navbar.navbar-short .navbar-logo img {
  height: 2.5rem !important;
}
.cid-v5mNejfRHW .navbar.navbar-short .navbar-brand {
  min-height: 60px;
  padding: 0;
}
.cid-v5mNejfRHW .navbar-brand {
  min-height: 70px;
  flex-shrink: 0;
  align-items: center;
  margin-right: 0;
  padding: 10px 0;
  transition: all 0.3s;
  word-break: break-word;
  z-index: 1;
}
.cid-v5mNejfRHW .navbar-brand .navbar-caption {
  line-height: inherit !important;
}
.cid-v5mNejfRHW .navbar-brand .navbar-logo a {
  outline: none;
}
.cid-v5mNejfRHW .dropdown-item.active,
.cid-v5mNejfRHW .dropdown-item:active {
  background-color: transparent;
}
.cid-v5mNejfRHW .navbar-expand-lg .navbar-nav .nav-link {
  padding: 0;
}
.cid-v5mNejfRHW .nav-dropdown .link.dropdown-toggle {
  margin-right: 1.667em;
}
.cid-v5mNejfRHW .nav-dropdown .link.dropdown-toggle[aria-expanded="true"] {
  margin-right: 0;
  padding: 0.667em 1.667em;
}
.cid-v5mNejfRHW .navbar.navbar-expand-lg .dropdown .dropdown-menu {
  background: #4479d9;
}
.cid-v5mNejfRHW .navbar.navbar-expand-lg .dropdown .dropdown-menu .dropdown-submenu {
  margin: 0;
  left: 100%;
}
.cid-v5mNejfRHW .navbar .dropdown.open > .dropdown-menu {
  display: block;
}
.cid-v5mNejfRHW ul.navbar-nav {
  flex-wrap: wrap;
}
.cid-v5mNejfRHW .navbar-buttons {
  text-align: center;
  min-width: 170px;
}
.cid-v5mNejfRHW button.navbar-toggler {
  outline: none;
  width: 31px;
  height: 20px;
  cursor: pointer;
  transition: all 0.2s;
  position: relative;
  align-self: center;
}
.cid-v5mNejfRHW button.navbar-toggler .hamburger span {
  position: absolute;
  right: 0;
  width: 30px;
  height: 2px;
  border-right: 5px;
  background-color: #ffffff;
}
.cid-v5mNejfRHW button.navbar-toggler .hamburger span:nth-child(1) {
  top: 0;
  transition: all 0.2s;
}
.cid-v5mNejfRHW button.navbar-toggler .hamburger span:nth-child(2) {
  top: 8px;
  transition: all 0.15s;
}
.cid-v5mNejfRHW button.navbar-toggler .hamburger span:nth-child(3) {
  top: 8px;
  transition: all 0.15s;
}
.cid-v5mNejfRHW button.navbar-toggler .hamburger span:nth-child(4) {
  top: 16px;
  transition: all 0.2s;
}
.cid-v5mNejfRHW nav.opened .hamburger span:nth-child(1) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-v5mNejfRHW nav.opened .hamburger span:nth-child(2) {
  transform: rotate(45deg);
  transition: all 0.25s;
}
.cid-v5mNejfRHW nav.opened .hamburger span:nth-child(3) {
  transform: rotate(-45deg);
  transition: all 0.25s;
}
.cid-v5mNejfRHW nav.opened .hamburger span:nth-child(4) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-v5mNejfRHW .navbar-dropdown {
  padding: 0 1rem;
  position: fixed;
}
.cid-v5mNejfRHW a.nav-link {
  display: flex;
  align-items: center;
  justify-content: center;
}
.cid-v5mNejfRHW .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-v5mNejfRHW .navbar {
    height: 70px;
  }
  .cid-v5mNejfRHW .navbar.opened {
    height: auto;
  }
  .cid-v5mNejfRHW .nav-item .nav-link:hover::before {
    width: 175%;
    max-width: calc(100% + 2rem);
    left: -1rem;
  }
}
.cid-v5mNek6WdB {
  background-image: url("../../../assets/images/header-genetic-testing-1246x774.png");
}
.cid-v5mNek6WdB .mbr-fallback-image.disabled {
  display: none;
}
.cid-v5mNek6WdB .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-v5mNek6WdB .mbr-section-title {
  color: #ffffff;
  text-align: left;
}
.cid-v5mNek6WdB .mbr-text,
.cid-v5mNek6WdB .mbr-section-btn {
  color: #ffffff;
}
.cid-v5y2E5Tv1P {
  padding-top: 6rem;
  padding-bottom: 6rem;
  background-color: #ffffff;
}
.cid-v5y2E5Tv1P .mbr-fallback-image.disabled {
  display: none;
}
.cid-v5y2E5Tv1P .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-v5y2E5Tv1P .mbr-iconfont {
  font-size: 1.4rem !important;
  font-family: 'Moririse2' !important;
  color: #6592e6;
  margin-left: 1rem;
}
.cid-v5y2E5Tv1P .panel-group {
  border: none;
}
.cid-v5y2E5Tv1P .panel-title {
  display: flex;
  align-items: center;
  justify-content: space-between;
}
.cid-v5y2E5Tv1P .panel-body,
.cid-v5y2E5Tv1P .card-header {
  padding: 1rem 0;
}
.cid-v5y2E5Tv1P .panel-title-edit {
  color: #4479d9;
}
.cid-v5y2E5Tv1P .card .card-header {
  background-color: transparent;
  margin-bottom: 0;
}
.cid-v5y2E5Tv1P .mbr-section-title {
  color: #4479d9;
}
.cid-v5n3L8xXuY {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-color: #ffffff;
}
.cid-v5n3L8xXuY .counter-container ol {
  margin-bottom: 0;
  counter-reset: myCounter;
}
.cid-v5n3L8xXuY .counter-container ol li {
  margin-bottom: 1rem;
}
.cid-v5n3L8xXuY .counter-container ol li {
  list-style: none;
  padding-left: 1rem;
  position: relative;
}
.cid-v5n3L8xXuY .counter-container ol li:before {
  position: absolute;
  left: -40px;
  margin-top: 5px;
  counter-increment: myCounter;
  content: counter(myCounter);
  line-height: 40px;
  transition: all .2s;
  color: #ffffff;
  background: #6592e6;
  width: 40px;
  height: 40px;
  border-radius: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
}
.cid-v5n3L8xXuY .mbr-section-title {
  color: #4479d9;
}
.cid-v5n3L8xXuY .mbr-text {
  color: #4479d9;
}
.cid-v5n8gXPtaq {
  padding-top: 1rem;
  padding-bottom: 1rem;
  background-color: #ffffff;
}
.cid-v5n8gXPtaq .mbr-fallback-image.disabled {
  display: none;
}
.cid-v5n8gXPtaq .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-v5n8gXPtaq .content-wrapper {
  background: #fafafa;
}
@media (max-width: 991px) {
  .cid-v5n8gXPtaq .content-wrapper .row {
    flex-direction: column-reverse;
  }
  .cid-v5n8gXPtaq .content-wrapper .image-wrapper {
    margin-bottom: 2rem;
  }
}
@media (max-width: 767px) {
  .cid-v5n8gXPtaq .content-wrapper {
    padding: 1rem;
  }
}
@media (min-width: 768px) and (max-width: 991px) {
  .cid-v5n8gXPtaq .content-wrapper {
    padding: 2rem;
  }
}
@media (min-width: 992px) {
  .cid-v5n8gXPtaq .content-wrapper {
    padding: 5rem 3rem;
  }
  .cid-v5n8gXPtaq .content-wrapper .text-wrapper {
    padding-right: 2rem;
  }
}
.cid-v5n8gXPtaq .image-wrapper img {
  width: 100%;
  object-fit: cover;
}
.cid-v5n8gXPtaq .card-title {
  color: #4479d9;
}
.cid-v5n8gXPtaq .mbr-text,
.cid-v5n8gXPtaq .mbr-section-btn {
  color: #4479d9;
}
.cid-v5n90J1n6v {
  padding-top: 3rem;
  padding-bottom: 3rem;
  background-color: #ffffff;
}
.cid-v5n90J1n6v img,
.cid-v5n90J1n6v .item-img {
  width: 100%;
  height: 100%;
  height: 300px;
  object-fit: cover;
}
.cid-v5n90J1n6v .item:focus,
.cid-v5n90J1n6v span:focus {
  outline: none;
}
.cid-v5n90J1n6v .item {
  cursor: pointer;
  margin-bottom: 2rem;
}
.cid-v5n90J1n6v .item-wrapper {
  position: relative;
  border-radius: 4px;
  background: #fafafa;
  height: 100%;
  display: flex;
  flex-flow: column nowrap;
}
@media (min-width: 992px) {
  .cid-v5n90J1n6v .item-wrapper .item-content {
    padding: 2rem;
  }
}
@media (max-width: 991px) {
  .cid-v5n90J1n6v .item-wrapper .item-content {
    padding: 1rem;
  }
}
.cid-v5n90J1n6v .mbr-section-btn {
  margin-top: auto !important;
}
.cid-v5n90J1n6v .mbr-section-title {
  color: #4479d9;
}
.cid-v5n90J1n6v .mbr-text,
.cid-v5n90J1n6v .mbr-section-btn {
  text-align: left;
}
.cid-v5n90J1n6v .item-title {
  text-align: left;
  color: #4479d9;
}
.cid-v5n90J1n6v .item-subtitle {
  text-align: center;
}
.cid-v5naOhTAgj {
  padding-top: 2rem;
  padding-bottom: 2rem;
  background-color: #ffffff;
}
.cid-v5naOhTAgj .mbr-fallback-image.disabled {
  display: none;
}
.cid-v5naOhTAgj .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-v5naOhTAgj .timeline-element {
  position: relative;
}
.cid-v5naOhTAgj .timelines-container {
  display: flex;
  flex-wrap: wrap;
}
.cid-v5naOhTAgj .image-wrapper img {
  width: 100%;
  object-fit: cover;
}
.cid-v5naOhTAgj .mbr-section-title,
.cid-v5naOhTAgj .mbr-section-subtitle,
.cid-v5naOhTAgj .timeline-date {
  text-align: center;
}
.cid-v5naOhTAgj .iconBackground {
  position: absolute;
  width: 20px;
  height: 20px;
  border-radius: 50%;
  border: 2px solid #6592e6;
  margin-left: -9px;
  padding: 0;
}
@media (max-width: 767px) {
  .cid-v5naOhTAgj .iconBackground {
    left: 15px;
    top: 30px;
  }
}
@media (min-width: 768px) {
  .cid-v5naOhTAgj .iconBackground {
    top: 70px;
    left: 50%;
  }
}
.cid-v5naOhTAgj .row:after {
  content: "";
  position: absolute;
  background-color: #6592e6;
  width: 2px;
}
@media (max-width: 767px) {
  .cid-v5naOhTAgj .row:after {
    height: calc(100% + 30px);
    top: 50px;
    left: 15px;
  }
}
@media (min-width: 768px) {
  .cid-v5naOhTAgj .row:after {
    height: calc(100% - 20px);
    top: 90px;
    left: 50%;
  }
}
@media (max-width: 767px) {
  .cid-v5naOhTAgj .timeline-date-wrapper,
  .cid-v5naOhTAgj .timeline-text-wrapper,
  .cid-v5naOhTAgj .image-wrapper {
    padding: 0rem;
    padding-left: 2rem;
  }
  .cid-v5naOhTAgj .mbr-timeline-date {
    text-align: left !important;
  }
  .cid-v5naOhTAgj .mbr-timeline-title {
    text-align: left;
    margin-top: 1rem;
  }
}
@media (max-width: 991px) and (min-width: 768px) {
  .cid-v5naOhTAgj .timeline-date-wrapper,
  .cid-v5naOhTAgj .timeline-text-wrapper {
    padding: 1rem;
  }
}
@media (min-width: 992px) {
  .cid-v5naOhTAgj .timeline-date-wrapper,
  .cid-v5naOhTAgj .timeline-text-wrapper,
  .cid-v5naOhTAgj .image-wrapper {
    padding: 2rem;
  }
}
.cid-v5naOhTAgj .mbr-section-title {
  color: #4479d9;
}
.cid-v5naOhTAgj .mbr-timeline-title {
  color: #4479d9;
}
.cid-v5naOhTAgj .mbr-text {
  color: #4479d9;
}
.cid-v5nbEYsL5N {
  padding-top: 2rem;
  padding-bottom: 2rem;
  background-color: #ffffff;
}
.cid-v5nbEYsL5N .mbr-fallback-image.disabled {
  display: none;
}
.cid-v5nbEYsL5N .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-v5nbEYsL5N .content-wrapper {
  background: #fafafa;
}
@media (max-width: 991px) {
  .cid-v5nbEYsL5N .content-wrapper .image-wrapper {
    margin-bottom: 2rem;
  }
}
@media (max-width: 767px) {
  .cid-v5nbEYsL5N .content-wrapper {
    padding: 1rem;
  }
}
@media (min-width: 768px) and (max-width: 991px) {
  .cid-v5nbEYsL5N .content-wrapper {
    padding: 2rem;
  }
}
@media (min-width: 992px) {
  .cid-v5nbEYsL5N .content-wrapper {
    padding: 5rem 3rem;
  }
  .cid-v5nbEYsL5N .content-wrapper .text-wrapper {
    padding-left: 2rem;
  }
}
.cid-v5nbEYsL5N .image-wrapper img {
  width: 100%;
  object-fit: cover;
}
.cid-v5nbEYsL5N .card-title {
  color: #4479d9;
}
.cid-v5nbEYsL5N .mbr-text,
.cid-v5nbEYsL5N .mbr-section-btn {
  color: #4479d9;
}
.cid-v5mNenwEYB {
  padding-top: 2rem;
  padding-bottom: 2rem;
  background-color: #4479d9;
}
.cid-v5mNenwEYB .mbr-fallback-image.disabled {
  display: none;
}
.cid-v5mNenwEYB .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-v5mNenwEYB .mbr-section-title {
  color: #ffffff;
}
.cid-v5yNm0SMTv {
  padding-top: 2rem;
  padding-bottom: 2rem;
  background-color: #fafafa;
}
.cid-v5yNm0SMTv .image-wrapper {
  display: flex;
  align-items: center;
}
.cid-v5yNm0SMTv .card-wrapper {
  margin-bottom: 2rem;
  display: flex;
  border-radius: 4px;
  background: #ffffff;
}
@media (max-width: 991px) {
  .cid-v5yNm0SMTv .card-wrapper {
    padding: 1rem 2rem;
  }
}
@media (min-width: 992px) {
  .cid-v5yNm0SMTv .card-wrapper {
    padding: 2rem 4rem;
  }
}
.cid-v5yNm0SMTv .mbr-iconfont {
  font-size: 2rem;
  padding-right: 1.5rem;
  color: #6592e6;
}
.cid-v5yNm0SMTv .mbr-section-title {
  color: #4479d9;
}
.cid-v5yNm0SMTv .mbr-section-subtitle {
  color: #4479d9;
}
.cid-v5yNm0SMTv .card-title {
  color: #4479d9;
}
.cid-v5yNm0SMTv P {
  color: #6592e6;
}
.cid-v5yNmMrwww {
  padding-top: 0rem;
  padding-bottom: 0rem;
  background: #ffffff;
}
.cid-v5yNmMrwww .google-map {
  height: 30rem;
  position: relative;
}
.cid-v5yNmMrwww .google-map iframe {
  height: 100%;
  width: 100%;
}
.cid-v5yNmMrwww .google-map [data-state-details] {
  color: #6b6763;
  height: 1.5em;
  margin-top: -0.75em;
  padding-left: 1.25rem;
  padding-right: 1.25rem;
  position: absolute;
  text-align: center;
  top: 50%;
  width: 100%;
}
.cid-v5yNmMrwww .google-map[data-state] {
  background: #e9e5dc;
}
.cid-v5yNmMrwww .google-map[data-state="loading"] [data-state-details] {
  display: none;
}
.cid-v5yNnD8XH2 {
  padding-top: 1rem;
  padding-bottom: 1rem;
  background-color: #ffffff;
}
.cid-v5yNnD8XH2 .mbr-fallback-image.disabled {
  display: none;
}
.cid-v5yNnD8XH2 .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-v5yNnD8XH2 .bg-facebook {
  background: #1778f2;
  color: #ffffff;
}
.cid-v5yNnD8XH2 .bg-facebook:hover {
  background: #0b60cb;
}
.cid-v5yNnD8XH2 .bg-instagram {
  background: #f00075;
  color: #ffffff;
}
.cid-v5yNnD8XH2 .bg-instagram:hover {
  background: #bd005c;
}
.cid-v5yNnD8XH2 .bg-tiktok {
  background: #000000;
  color: #ffffff;
}
.cid-v5yNnD8XH2 .bg-tiktok:hover {
  background: #000000;
}
.cid-v5yNnD8XH2 .bg-youtube {
  background: #ff0000;
  color: #ffffff;
}
.cid-v5yNnD8XH2 .bg-youtube:hover {
  background: #cc0000;
}
.cid-v5yNnD8XH2 .iconfont-wrapper {
  display: inline-block;
  font-size: 32px;
  border-radius: 50%;
  width: 55px;
  height: 55px;
  line-height: 55px;
  text-align: center;
  transition: all 0.3s ease-in-out;
}
.cid-v5yNnD8XH2 [class^="socicon-"]:before,
.cid-v5yNnD8XH2 [class*=" socicon-"]:before {
  line-height: 55px;
  padding: .6rem;
}
.cid-v5yNnD8XH2 .mbr-section-title,
.cid-v5yNnD8XH2 .social-list {
  color: #4479d9;
}
