body {
  font-family: Bai Jamjuree;
}
.display-1 {
  font-family: 'Inter', sans-serif;
  font-size: 3.5rem;
  line-height: 1.1;
}
.display-1 > .mbr-iconfont {
  font-size: 4.375rem;
}
.display-2 {
  font-family: 'Inter', sans-serif;
  font-size: 2.5rem;
  line-height: 1.1;
}
.display-2 > .mbr-iconfont {
  font-size: 3.125rem;
}
.display-4 {
  font-family: 'Inter', sans-serif;
  font-size: 0.8rem;
  line-height: 1.5;
}
.display-4 > .mbr-iconfont {
  font-size: 1rem;
}
.display-5 {
  font-family: 'Inter', sans-serif;
  font-size: 1.8rem;
  line-height: 1.5;
}
.display-5 > .mbr-iconfont {
  font-size: 2.25rem;
}
.display-7 {
  font-family: 'Inter', 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: 2.8rem;
  }
}
@media (max-width: 768px) {
  .display-1 {
    font-size: 2.45rem;
    font-size: calc( 1.875rem + (3.5 - 1.875) * ((100vw - 20rem) / (48 - 20)));
    line-height: calc( 1.1 * (1.875rem + (3.5 - 1.875) * ((100vw - 20rem) / (48 - 20))));
  }
  .display-2 {
    font-size: 2rem;
    font-size: calc( 1.525rem + (2.5 - 1.525) * ((100vw - 20rem) / (48 - 20)));
    line-height: calc( 1.3 * (1.525rem + (2.5 - 1.525) * ((100vw - 20rem) / (48 - 20))));
  }
  .display-4 {
    font-size: 0.64rem;
    font-size: calc( 0.93rem + (0.8 - 0.93) * ((100vw - 20rem) / (48 - 20)));
    line-height: calc( 1.4 * (0.93rem + (0.8 - 0.93) * ((100vw - 20rem) / (48 - 20))));
  }
  .display-5 {
    font-size: 1.44rem;
    font-size: calc( 1.28rem + (1.8 - 1.28) * ((100vw - 20rem) / (48 - 20)));
    line-height: calc( 1.4 * (1.28rem + (1.8 - 1.28) * ((100vw - 20rem) / (48 - 20))));
  }
  .display-7 {
    font-size: 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: 0px;
}
.btn-sm {
  padding: 0.6rem 1.2rem;
  border-radius: 0px;
}
.btn-md {
  padding: 0.6rem 1.2rem;
  border-radius: 0px;
}
.btn-lg {
  padding: 1rem 2.6rem;
  border-radius: 0px;
}
.bg-primary {
  background-color: #ffffff !important;
}
.bg-success {
  background-color: #40b0bf !important;
}
.bg-info {
  background-color: #47b5ed !important;
}
.bg-warning {
  background-color: #ffe161 !important;
}
.bg-danger {
  background-color: #7c1515 !important;
}
.btn-primary,
.btn-primary: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-primary:hover,
.btn-primary:focus,
.btn-primary.focus,
.btn-primary.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-primary.disabled,
.btn-primary:disabled {
  color: #808080 !important;
  background-color: #d4d4d4 !important;
  border-color: #d4d4d4 !important;
}
.btn-secondary,
.btn-secondary:active {
  background-color: #007cb0 !important;
  border-color: #007cb0 !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: #003f59 !important;
  border-color: #003f59 !important;
  box-shadow: 0 2px 5px 0 rgba(0, 0, 0, 0.2);
}
.btn-secondary.disabled,
.btn-secondary:disabled {
  color: #ffffff !important;
  background-color: #003f59 !important;
  border-color: #003f59 !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: #7c1515 !important;
  border-color: #7c1515 !important;
  color: #ffffff !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: #ffffff !important;
  background-color: #320808 !important;
  border-color: #320808 !important;
  box-shadow: 0 2px 5px 0 rgba(0, 0, 0, 0.2);
}
.btn-danger.disabled,
.btn-danger:disabled {
  color: #ffffff !important;
  background-color: #320808 !important;
  border-color: #320808 !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 {
  position: relative;
  z-index: 1;
}
.btn-primary-outline,
.btn-primary-outline:active {
  background-color: transparent !important;
  box-shadow: inset 0px 0px 0px 3px #ffffff;
  color: #ffffff;
}
.btn-primary-outline:hover,
.btn-primary-outline:focus,
.btn-primary-outline.focus,
.btn-primary-outline.active {
  color: #ffffff !important;
  background-color: transparent!important;
  box-shadow: inset 0px 0px 0px 3px #ffffff;
}
.btn-primary-outline.disabled,
.btn-primary-outline:disabled {
  color: #ffffff !important;
  background-color: #ffffff !important;
  border-color: #ffffff !important;
}
.btn-primary-outline:after {
  position: absolute;
  top: 0;
  left: 0;
  width: 0%;
  height: 100%;
  content: '';
  transition: all 0.3s;
  background: #ffffff;
  z-index: -1;
}
.btn-primary-outline:hover {
  color: #000000 !important;
}
.btn-primary-outline:hover:after {
  width: 100%;
}
.btn-secondary-outline {
  position: relative;
  z-index: 1;
}
.btn-secondary-outline,
.btn-secondary-outline:active {
  background-color: transparent !important;
  box-shadow: inset 0px 0px 0px 3px #007cb0;
  color: #007cb0;
}
.btn-secondary-outline:hover,
.btn-secondary-outline:focus,
.btn-secondary-outline.focus,
.btn-secondary-outline.active {
  color: #007cb0 !important;
  background-color: transparent!important;
  box-shadow: inset 0px 0px 0px 3px #007cb0;
}
.btn-secondary-outline.disabled,
.btn-secondary-outline:disabled {
  color: #ffffff !important;
  background-color: #007cb0 !important;
  border-color: #007cb0 !important;
}
.btn-secondary-outline:after {
  position: absolute;
  top: 0;
  left: 0;
  width: 0%;
  height: 100%;
  content: '';
  transition: all 0.3s;
  background: #007cb0;
  z-index: -1;
}
.btn-secondary-outline:hover {
  color: #ffffff !important;
}
.btn-secondary-outline:hover:after {
  width: 100%;
}
.btn-info-outline {
  position: relative;
  z-index: 1;
}
.btn-info-outline,
.btn-info-outline:active {
  background-color: transparent !important;
  box-shadow: inset 0px 0px 0px 3px #47b5ed;
  color: #47b5ed;
}
.btn-info-outline:hover,
.btn-info-outline:focus,
.btn-info-outline.focus,
.btn-info-outline.active {
  color: #47b5ed !important;
  background-color: transparent!important;
  box-shadow: inset 0px 0px 0px 3px #47b5ed;
}
.btn-info-outline.disabled,
.btn-info-outline:disabled {
  color: #ffffff !important;
  background-color: #47b5ed !important;
  border-color: #47b5ed !important;
}
.btn-info-outline:after {
  position: absolute;
  top: 0;
  left: 0;
  width: 0%;
  height: 100%;
  content: '';
  transition: all 0.3s;
  background: #47b5ed;
  z-index: -1;
}
.btn-info-outline:hover {
  color: #ffffff !important;
}
.btn-info-outline:hover:after {
  width: 100%;
}
.btn-success-outline {
  position: relative;
  z-index: 1;
}
.btn-success-outline,
.btn-success-outline:active {
  background-color: transparent !important;
  box-shadow: inset 0px 0px 0px 3px #40b0bf;
  color: #40b0bf;
}
.btn-success-outline:hover,
.btn-success-outline:focus,
.btn-success-outline.focus,
.btn-success-outline.active {
  color: #40b0bf !important;
  background-color: transparent!important;
  box-shadow: inset 0px 0px 0px 3px #40b0bf;
}
.btn-success-outline.disabled,
.btn-success-outline:disabled {
  color: #ffffff !important;
  background-color: #40b0bf !important;
  border-color: #40b0bf !important;
}
.btn-success-outline:after {
  position: absolute;
  top: 0;
  left: 0;
  width: 0%;
  height: 100%;
  content: '';
  transition: all 0.3s;
  background: #40b0bf;
  z-index: -1;
}
.btn-success-outline:hover {
  color: #ffffff !important;
}
.btn-success-outline:hover:after {
  width: 100%;
}
.btn-warning-outline {
  position: relative;
  z-index: 1;
}
.btn-warning-outline,
.btn-warning-outline:active {
  background-color: transparent !important;
  box-shadow: inset 0px 0px 0px 3px #ffe161;
  color: #ffe161;
}
.btn-warning-outline:hover,
.btn-warning-outline:focus,
.btn-warning-outline.focus,
.btn-warning-outline.active {
  color: #ffe161 !important;
  background-color: transparent!important;
  box-shadow: inset 0px 0px 0px 3px #ffe161;
}
.btn-warning-outline.disabled,
.btn-warning-outline:disabled {
  color: #ffe161 !important;
  background-color: #ffe161 !important;
  border-color: #ffe161 !important;
}
.btn-warning-outline:after {
  position: absolute;
  top: 0;
  left: 0;
  width: 0%;
  height: 100%;
  content: '';
  transition: all 0.3s;
  background: #ffe161;
  z-index: -1;
}
.btn-warning-outline:hover {
  color: #000000 !important;
}
.btn-warning-outline:hover:after {
  width: 100%;
}
.btn-danger-outline {
  position: relative;
  z-index: 1;
}
.btn-danger-outline,
.btn-danger-outline:active {
  background-color: transparent !important;
  box-shadow: inset 0px 0px 0px 3px #7c1515;
  color: #7c1515;
}
.btn-danger-outline:hover,
.btn-danger-outline:focus,
.btn-danger-outline.focus,
.btn-danger-outline.active {
  color: #7c1515 !important;
  background-color: transparent!important;
  box-shadow: inset 0px 0px 0px 3px #7c1515;
}
.btn-danger-outline.disabled,
.btn-danger-outline:disabled {
  color: #ffffff !important;
  background-color: #7c1515 !important;
  border-color: #7c1515 !important;
}
.btn-danger-outline:after {
  position: absolute;
  top: 0;
  left: 0;
  width: 0%;
  height: 100%;
  content: '';
  transition: all 0.3s;
  background: #7c1515;
  z-index: -1;
}
.btn-danger-outline:hover {
  color: #ffffff !important;
}
.btn-danger-outline:hover:after {
  width: 100%;
}
.btn-black-outline {
  position: relative;
  z-index: 1;
}
.btn-black-outline,
.btn-black-outline:active {
  background-color: transparent !important;
  box-shadow: inset 0px 0px 0px 3px #232323;
  color: #232323;
}
.btn-black-outline:hover,
.btn-black-outline:focus,
.btn-black-outline.focus,
.btn-black-outline.active {
  color: #232323 !important;
  background-color: transparent!important;
  box-shadow: inset 0px 0px 0px 3px #232323;
}
.btn-black-outline.disabled,
.btn-black-outline:disabled {
  color: #ffffff !important;
  background-color: #232323 !important;
  border-color: #232323 !important;
}
.btn-black-outline:after {
  position: absolute;
  top: 0;
  left: 0;
  width: 0%;
  height: 100%;
  content: '';
  transition: all 0.3s;
  background: #232323;
  z-index: -1;
}
.btn-black-outline:hover {
  color: #ffffff !important;
}
.btn-black-outline:hover:after {
  width: 100%;
}
.btn-white-outline {
  position: relative;
  z-index: 1;
}
.btn-white-outline,
.btn-white-outline:active {
  background-color: transparent !important;
  box-shadow: inset 0px 0px 0px 3px #fafafa;
  color: #fafafa;
}
.btn-white-outline:hover,
.btn-white-outline:focus,
.btn-white-outline.focus,
.btn-white-outline.active {
  color: #fafafa !important;
  background-color: transparent!important;
  box-shadow: inset 0px 0px 0px 3px #fafafa;
}
.btn-white-outline.disabled,
.btn-white-outline:disabled {
  color: #fafafa !important;
  background-color: #fafafa !important;
  border-color: #fafafa !important;
}
.btn-white-outline:after {
  position: absolute;
  top: 0;
  left: 0;
  width: 0%;
  height: 100%;
  content: '';
  transition: all 0.3s;
  background: #fafafa;
  z-index: -1;
}
.btn-white-outline:hover {
  color: #000000 !important;
}
.btn-white-outline:hover:after {
  width: 100%;
}
.text-primary {
  color: #ffffff !important;
}
.text-secondary {
  color: #007cb0 !important;
}
.text-success {
  color: #40b0bf !important;
}
.text-info {
  color: #47b5ed !important;
}
.text-warning {
  color: #ffe161 !important;
}
.text-danger {
  color: #7c1515 !important;
}
.text-white {
  color: #fafafa !important;
}
.text-black {
  color: #232323 !important;
}
a.text-primary:hover,
a.text-primary:focus,
a.text-primary.active {
  color: #ffffff !important;
}
a.text-secondary:hover,
a.text-secondary:focus,
a.text-secondary.active {
  color: #007cb0 !important;
}
a.text-success:hover,
a.text-success:focus,
a.text-success.active {
  color: #40b0bf !important;
}
a.text-info:hover,
a.text-info:focus,
a.text-info.active {
  color: #47b5ed !important;
}
a.text-warning:hover,
a.text-warning:focus,
a.text-warning.active {
  color: #ffe161 !important;
}
a.text-danger:hover,
a.text-danger:focus,
a.text-danger.active {
  color: #7c1515 !important;
}
a.text-white:hover,
a.text-white:focus,
a.text-white.active {
  color: #fafafa !important;
}
a.text-black:hover,
a.text-black:focus,
a.text-black.active {
  color: #232323 !important;
}
a[class*="text-"]:not(.nav-link):not(.dropdown-item):not([role]) {
  transition: 0.2s;
  position: relative;
  background-image: linear-gradient(currentColor 50%, currentColor 50%);
  background-size: 10000px 2px;
  background-repeat: no-repeat;
  background-position: 0 1.2em;
}
.nav-tabs .nav-link.active {
  color: #ffffff;
}
.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: #7c1515;
}
.mbr-gallery-filter li.active .btn {
  background-color: #ffffff;
  border-color: #ffffff;
  color: #8c8c8c;
}
.mbr-gallery-filter li.active .btn:focus {
  box-shadow: none;
}
a,
a:hover {
  color: #ffffff;
}
.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: #dd3434;
}
/* Scroll to top button*/
.scrollToTop_wraper {
  display: none;
}
.form-control {
  font-family: 'Inter', sans-serif;
  font-size: 0.8rem;
  line-height: 1.5;
  font-weight: 400;
}
.form-control > .mbr-iconfont {
  font-size: 1rem;
}
.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: #ffffff !important;
}
.form-control:-webkit-input-placeholder {
  font-family: 'Inter', sans-serif;
  font-size: 0.8rem;
  line-height: 1.5;
  font-weight: 400;
}
.form-control:-webkit-input-placeholder > .mbr-iconfont {
  font-size: 1rem;
}
blockquote {
  border-color: #ffffff;
}
/* Forms */
.jq-selectbox li:hover,
.jq-selectbox li.selected {
  background-color: #ffffff;
  color: #000000;
}
.jq-number__spin {
  transition: 0.25s ease;
}
.jq-number__spin:hover {
  border-color: #ffffff;
}
.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: #ffffff;
  border-bottom-color: #ffffff;
}
.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: #000000 !important;
  background-color: #ffffff !important;
  box-shadow: none !important;
}
.xdsoft_datetimepicker .xdsoft_calendar td:hover,
.xdsoft_datetimepicker .xdsoft_timepicker .xdsoft_time_box > div > div:hover {
  color: #ffffff !important;
  background: #007cb0 !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='%23ffffff' %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;
}
.image-wrapper {
  color: #ffffff;
}
.animate__fadeInUp {
  animation-name: none;
  position: relative;
}
.animate__fadeInUp:before {
  position: absolute;
  top: -1px;
  right: -1px;
  left: auto;
  width: calc(100% + 2px);
  height: calc(100% + 2px);
  content: '';
  background: white;
  animation: box1 1s forwards;
  animation-delay: 0.5s;
  z-index: 2;
}
.animate__fadeInUp:after {
  position: absolute;
  top: -1px;
  left: -1px;
  right: auto;
  width: 0%;
  height: calc(100% + 2px);
  content: '';
  background: currentColor;
  animation: box2 1s forwards;
  animation-delay: 0.5s;
  z-index: 3;
}
@keyframes box1 {
  to {
    width: 0%;
  }
}
@keyframes box2 {
  0% {
    width: 0%;
    left: 0;
    right: auto;
  }
  49% {
    width: calc(100% + 2px);
    left: 0;
    right: auto;
  }
  51% {
    width: calc(100% + 2px);
    left: auto;
    right: 0;
  }
  100% {
    width: 0%;
    left: auto;
    right: 0;
  }
}
.cid-sF5pXkZZsg {
  padding-top: 90px;
  padding-bottom: 60px;
  background-color: #007cb0;
}
@media (max-width: 767px) {
  .cid-sF5pXkZZsg .content {
    text-align: center;
  }
  .cid-sF5pXkZZsg .content > div:not(:last-child) {
    margin-bottom: 2rem;
  }
}
.cid-sF5pXkZZsg .google-map {
  height: 25rem;
  width: 90%;
  position: relative;
  box-shadow: 2.5px 4.3px 29px 0 rgba(0, 0, 0, 0.18);
}
.cid-sF5pXkZZsg .google-map iframe {
  height: 100%;
  width: 100%;
}
.cid-sF5pXkZZsg .google-map [data-state-details] {
  color: #6b6763;
  font-family: Montserrat;
  height: 1.5em;
  margin-top: -0.75em;
  padding-left: 1.25rem;
  padding-right: 1.25rem;
  position: absolute;
  text-align: center;
  top: 50%;
  width: 100%;
}
.cid-sF5pXkZZsg .google-map[data-state] {
  background: #e9e5dc;
}
.cid-sF5pXkZZsg .google-map[data-state='loading'] [data-state-details] {
  display: none;
}
@media (max-width: 992px) {
  .cid-sF5pXkZZsg .google-map {
    width: 100%;
  }
}
.cid-sF5pXkZZsg H3 {
  color: #ffffff;
}
.cid-sF5pXkZZsg .mbr-text,
.cid-sF5pXkZZsg .mbr-section-btn {
  color: #ffffff;
}
.cid-sF5pXkZZsg H2 {
  color: #ffffff;
}
.cid-sEIt1GYD5H .dropdown-item:before {
  font-family: MobiriseIcons !important;
  content: '\e966';
  display: inline-block;
  width: 16px;
  position: absolute;
  right: 1rem;
  top: 30%;
  line-height: 1;
  font-size: inherit;
  vertical-align: middle;
  text-align: center;
  -webkit-transform: scale(0, 1);
  transform: scale(0, 1);
  -webkit-transition: all 0.25s ease-in-out;
  -moz-transition: all 0.25s ease-in-out;
  transition: all 0.25s ease-in-out;
}
.cid-sEIt1GYD5H .nav-item,
.cid-sEIt1GYD5H .nav-link,
.cid-sEIt1GYD5H .navbar-caption {
  font-weight: normal;
}
.cid-sEIt1GYD5H .nav-item:focus,
.cid-sEIt1GYD5H .nav-link:focus {
  outline: none;
}
@media (min-width: 992px) {
  .cid-sEIt1GYD5H .dropdown-item:hover:before {
    -webkit-transform: scale(1, 1);
    transform: scale(1, 1);
  }
}
.cid-sEIt1GYD5H .dropdown .dropdown-menu .dropdown-item {
  display: flex;
  -webkit-align-items: center;
  align-items: center;
  width: auto;
  -webkit-transition: all 0.25s ease-in-out;
  -moz-transition: all 0.25s ease-in-out;
  transition: all 0.25s ease-in-out;
}
.cid-sEIt1GYD5H .dropdown .dropdown-menu .dropdown-item::after {
  right: 1rem;
}
.cid-sEIt1GYD5H .dropdown .dropdown-menu .dropdown-item:hover .mbr-iconfont:before {
  -webkit-transform: scale(0, 1);
  transform: scale(0, 1);
}
.cid-sEIt1GYD5H .dropdown .dropdown-menu .dropdown-item.dropdown-toggle:before {
  display: none;
}
.cid-sEIt1GYD5H .dropdown .dropdown-menu .dropdown-item .mbr-iconfont {
  margin-left: -1.8rem;
  padding-right: 1rem;
  font-size: inherit;
}
.cid-sEIt1GYD5H .dropdown .dropdown-menu .dropdown-item .mbr-iconfont:before {
  display: inline-block;
  -webkit-transform: scale(1, 1);
  transform: scale(1, 1);
  -webkit-transition: all 0.25s ease-in-out;
  -moz-transition: all 0.25s ease-in-out;
  transition: all 0.25s ease-in-out;
}
.cid-sEIt1GYD5H .collapsed .dropdown-menu .dropdown-item:before {
  display: none;
}
.cid-sEIt1GYD5H .collapsed .dropdown .dropdown-menu .dropdown-item {
  padding: 0.235em 1.5em 0.235em 1.5em !important;
  transition: none;
  margin: 0 !important;
}
.cid-sEIt1GYD5H .navbar {
  min-height: 77px;
  transition: all 0.3s;
  background: #007cb0;
}
.cid-sEIt1GYD5H .navbar.opened {
  transition: all 0.3s;
  background: #007cb0 !important;
}
.cid-sEIt1GYD5H .navbar .dropdown-item {
  padding: 0.235rem 2.5rem 0.235rem 1.5rem;
}
.cid-sEIt1GYD5H .navbar .navbar-collapse {
  -webkit-justify-content: flex-end;
  justify-content: flex-end;
  z-index: 1;
}
.cid-sEIt1GYD5H .navbar.collapsed .nav-item .nav-link::before {
  display: none;
}
.cid-sEIt1GYD5H .navbar.collapsed.opened .dropdown-menu {
  top: 0;
}
.cid-sEIt1GYD5H .navbar.collapsed .dropdown-menu {
  background: transparent !important;
}
.cid-sEIt1GYD5H .navbar.collapsed .dropdown-menu .dropdown-submenu {
  left: 0 !important;
}
.cid-sEIt1GYD5H .navbar.collapsed .dropdown-menu .dropdown-toggle[data-toggle='dropdown-submenu']:after {
  margin-left: 0.25rem;
  border-top: 0.35em solid;
  border-right: 0.35em solid transparent;
  border-left: 0.35em solid transparent;
  border-bottom: 0;
  top: 55%;
}
.cid-sEIt1GYD5H .navbar.collapsed ul.navbar-nav li {
  margin: auto;
}
.cid-sEIt1GYD5H .navbar.collapsed .dropdown-menu .dropdown-item {
  padding: 0.25rem 1.5rem;
  text-align: center;
  -webkit-justify-content: center;
  justify-content: center;
}
.cid-sEIt1GYD5H .navbar.collapsed .icons-menu {
  padding-left: 0;
  padding-top: 0.5rem;
  padding-bottom: 0.5rem;
}
@media (max-width: 991px) {
  .cid-sEIt1GYD5H .navbar .nav-item .nav-link::before {
    display: none;
  }
  .cid-sEIt1GYD5H .navbar.opened .dropdown-menu {
    top: 0;
  }
  .cid-sEIt1GYD5H .navbar .dropdown-menu {
    background: transparent !important;
  }
  .cid-sEIt1GYD5H .navbar .dropdown-menu .dropdown-submenu {
    left: 0 !important;
  }
  .cid-sEIt1GYD5H .navbar .dropdown-menu .dropdown-toggle[data-toggle='dropdown-submenu']:after {
    margin-left: 0.25rem;
    border-top: 0.35em solid;
    border-right: 0.35em solid transparent;
    border-left: 0.35em solid transparent;
    border-bottom: 0;
    top: 55%;
  }
  .cid-sEIt1GYD5H .navbar .navbar-logo img {
    height: 3.8rem !important;
    width: auto;
  }
  .cid-sEIt1GYD5H .navbar ul.navbar-nav li {
    margin: auto;
  }
  .cid-sEIt1GYD5H .navbar .dropdown-menu .dropdown-item {
    padding: 0.25rem 1.5rem !important;
    text-align: center;
    -webkit-justify-content: center;
    justify-content: center;
  }
  .cid-sEIt1GYD5H .navbar .navbar-brand {
    -webkit-flex-shrink: initial;
    flex-shrink: initial;
    -webkit-flex-basis: auto;
    flex-basis: auto;
    word-break: break-word;
  }
  .cid-sEIt1GYD5H .navbar .navbar-toggler {
    -webkit-flex-basis: auto;
    flex-basis: auto;
  }
  .cid-sEIt1GYD5H .navbar .icons-menu {
    padding-left: 0;
    padding-top: 0.5rem;
    padding-bottom: 0.5rem;
  }
}
.cid-sEIt1GYD5H .navbar.navbar-short {
  background: #007cb0 !important;
  min-height: 60px;
}
.cid-sEIt1GYD5H .navbar.navbar-short .navbar-logo img {
  height: 3rem !important;
  width: auto;
}
.cid-sEIt1GYD5H .navbar.navbar-short .navbar-brand {
  padding: 0;
}
.cid-sEIt1GYD5H .navbar-brand {
  -webkit-flex-shrink: 0;
  flex-shrink: 0;
  -webkit-align-items: center;
  align-items: center;
  margin-right: 0;
  padding: 0;
  transition: all 0.3s;
  word-break: break-word;
  z-index: 1;
}
.cid-sEIt1GYD5H .navbar-brand .navbar-caption {
  line-height: inherit !important;
}
.cid-sEIt1GYD5H .navbar-brand .navbar-logo a {
  outline: none;
}
.cid-sEIt1GYD5H .navbar-brand .navbar-logo a img {
  width: auto;
}
.cid-sEIt1GYD5H .dropdown-item.active,
.cid-sEIt1GYD5H .dropdown-item:active {
  background-color: transparent;
}
.cid-sEIt1GYD5H .nav-dropdown .link.dropdown-toggle {
  margin-right: 1.667em;
}
.cid-sEIt1GYD5H .nav-dropdown .link.dropdown-toggle[aria-expanded='true'] {
  margin-right: 0;
  padding: 0.667em 1.667em;
}
.cid-sEIt1GYD5H .navbar.navbar-expand-lg .dropdown .dropdown-menu {
  background: #007cb0;
}
.cid-sEIt1GYD5H .navbar.navbar-expand-lg .dropdown .dropdown-menu .dropdown-submenu {
  margin: 0;
  left: 100%;
}
.cid-sEIt1GYD5H .navbar .dropdown.open > .dropdown-menu {
  display: block;
}
.cid-sEIt1GYD5H ul.navbar-nav {
  -webkit-flex-wrap: wrap;
  flex-wrap: wrap;
}
.cid-sEIt1GYD5H .navbar-buttons {
  text-align: center;
}
.cid-sEIt1GYD5H button.navbar-toggler {
  outline: none;
  width: 31px;
  height: 20px;
  cursor: pointer;
  transition: all 0.2s;
  position: relative;
  -webkit-align-self: center;
  align-self: center;
}
.cid-sEIt1GYD5H button.navbar-toggler .hamburger span {
  position: absolute;
  right: 0;
  width: 30px;
  height: 2px;
  border-right: 5px;
  background-color: #ffffff;
}
.cid-sEIt1GYD5H button.navbar-toggler .hamburger span:nth-child(1) {
  top: 0;
  transition: all 0.2s;
}
.cid-sEIt1GYD5H button.navbar-toggler .hamburger span:nth-child(2) {
  top: 8px;
  transition: all 0.15s;
}
.cid-sEIt1GYD5H button.navbar-toggler .hamburger span:nth-child(3) {
  top: 8px;
  transition: all 0.15s;
}
.cid-sEIt1GYD5H button.navbar-toggler .hamburger span:nth-child(4) {
  top: 16px;
  transition: all 0.2s;
}
.cid-sEIt1GYD5H nav.opened .hamburger span:nth-child(1) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-sEIt1GYD5H nav.opened .hamburger span:nth-child(2) {
  -webkit-transform: rotate(45deg);
  transform: rotate(45deg);
  transition: all 0.25s;
}
.cid-sEIt1GYD5H nav.opened .hamburger span:nth-child(3) {
  -webkit-transform: rotate(-45deg);
  transform: rotate(-45deg);
  transition: all 0.25s;
}
.cid-sEIt1GYD5H nav.opened .hamburger span:nth-child(4) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-sEIt1GYD5H .navbar-dropdown {
  padding: 0.5rem 1rem;
  position: fixed;
}
.cid-sEIt1GYD5H a.nav-link {
  -webkit-justify-content: center;
  justify-content: center;
  display: flex;
  -webkit-align-items: center;
  align-items: center;
}
.cid-sEIt1GYD5H .mbr-iconfont {
  font-size: 1rem;
  color: #ffffff;
  display: inline-flex;
}
.cid-sEIt1GYD5H .mbr-iconfont:before {
  padding: 0.5rem;
  border: 2px solid;
  border-radius: 100px;
}
.cid-sEIt1GYD5H .soc-item {
  margin: 0.5rem 0.3rem;
}
.cid-sEIt1GYD5H .icons-menu {
  -webkit-flex-wrap: wrap;
  flex-wrap: wrap;
  display: flex;
  -webkit-justify-content: center;
  justify-content: center;
  padding-left: 1rem;
  text-align: center;
  -webkit-align-items: center;
  align-items: center;
}
@media screen and (-ms-high-contrast: active), (-ms-high-contrast: none) {
  .cid-sEIt1GYD5H .navbar {
    height: 77px;
  }
  .cid-sEIt1GYD5H .navbar.opened {
    height: auto;
  }
  .cid-sEIt1GYD5H .nav-item .nav-link:hover::before {
    width: 175%;
    max-width: calc(100% + 2rem);
    left: -1rem;
  }
}
.cid-sKMonktlSb {
  padding-top: 75px;
  padding-bottom: 75px;
  background-color: #007cb0;
}
.cid-sKMonktlSb .mbr-overlay {
  background-color: #ffffff;
  opacity: 0.4;
}
.cid-sKMonktlSb .btn {
  border-radius: 30px;
  height: 50px;
  padding: 0 2rem;
}
.cid-sKMonktlSb textarea {
  min-height: 150px;
  padding: 1rem 1.5rem!important;
}
@media (max-width: 767px) {
  .cid-sKMonktlSb .form-row {
    flex-direction: column;
  }
}
.cid-sKMonktlSb h4 {
  margin-bottom: 2rem;
}
.cid-sKMonktlSb .form-control,
.cid-sKMonktlSb .field-input {
  padding: 0.5rem 1.5rem;
  height: 51px;
  border-radius: 30px;
}
.cid-sKMonktlSb .form-control,
.cid-sKMonktlSb .field-input {
  padding: 0.5rem 1.5rem;
  height: 51px;
  background-color: #005e85;
  border-color: #007cb0;
  color: #fafafa;
  border-radius: 30px;
  transition: 0.4s;
  box-shadow: none;
  outline: none;
}
.cid-sKMonktlSb .form-control::-webkit-input-placeholder,
.cid-sKMonktlSb .field-input::-webkit-input-placeholder,
.cid-sKMonktlSb .form-control::-webkit-input-placeholder,
.cid-sKMonktlSb .field-input::-webkit-input-placeholder {
  color: #bbbbbb;
}
.cid-sKMonktlSb .form-control:-moz-placeholder,
.cid-sKMonktlSb .field-input:-moz-placeholder,
.cid-sKMonktlSb .form-control:-moz-placeholder,
.cid-sKMonktlSb .field-input:-moz-placeholder {
  color: #bbbbbb;
}
.cid-sKMonktlSb .form-control:hover,
.cid-sKMonktlSb .field-input:hover,
.cid-sKMonktlSb .form-control:focus,
.cid-sKMonktlSb .field-input:focus {
  background-color: #f2f2f4;
  border-color: #bbbbbb !important;
  color: #005e85;
  box-shadow: none;
  outline: none;
}
.cid-sKMonktlSb .form-control:hover::-webkit-input-placeholder,
.cid-sKMonktlSb .field-input:hover::-webkit-input-placeholder,
.cid-sKMonktlSb .form-control:focus::-webkit-input-placeholder,
.cid-sKMonktlSb .field-input:focus::-webkit-input-placeholder,
.cid-sKMonktlSb .form-control:hover::-webkit-input-placeholder,
.cid-sKMonktlSb .field-input:hover::-webkit-input-placeholder,
.cid-sKMonktlSb .form-control:focus::-webkit-input-placeholder,
.cid-sKMonktlSb .field-input:focus::-webkit-input-placeholder {
  color: #005e85;
}
.cid-sKMonktlSb .form-control:hover:-moz-placeholder,
.cid-sKMonktlSb .field-input:hover:-moz-placeholder,
.cid-sKMonktlSb .form-control:focus:-moz-placeholder,
.cid-sKMonktlSb .field-input:focus:-moz-placeholder,
.cid-sKMonktlSb .form-control:hover:-moz-placeholder,
.cid-sKMonktlSb .field-input:hover:-moz-placeholder,
.cid-sKMonktlSb .form-control:focus:-moz-placeholder,
.cid-sKMonktlSb .field-input:focus:-moz-placeholder {
  color: #005e85;
}
.cid-sKMonktlSb .jq-number__spin:hover,
.cid-sKMonktlSb .jq-number__spin:focus {
  background-color: #f2f2f4;
  border-color: #bbbbbb;
  color: #000000;
  box-shadow: none;
  outline: none;
}
.cid-sKMonktlSb .jq-number__spin {
  background-color: #005e85;
  border-color: #007cb0;
  color: #fafafa;
  transition: 0.4s;
  box-shadow: none;
  outline: none;
}
.cid-sKMonktlSb .jq-selectbox li,
.cid-sKMonktlSb .jq-selectbox li {
  background-color: #005e85;
  color: #ffffff;
}
.cid-sKMonktlSb .jq-selectbox li:hover,
.cid-sKMonktlSb .jq-selectbox li.selected {
  background-color: #f2f2f4;
  color: #000000;
}
.cid-sKMonktlSb .jq-selectbox:hover .jq-selectbox__trigger-arrow,
.cid-sKMonktlSb .jq-number__spin.minus:hover:after,
.cid-sKMonktlSb .jq-number__spin.plus:hover:after {
  border-top-color: #005e85;
  border-bottom-color: #005e85;
}
.cid-sKMonktlSb .jq-selectbox .jq-selectbox__trigger-arrow,
.cid-sKMonktlSb .jq-number__spin.minus:after,
.cid-sKMonktlSb .jq-number__spin.plus:after {
  border-top-color: #f2f2f4;
  border-bottom-color: #f2f2f4;
}
.cid-sKMonktlSb input::-webkit-clear-button {
  display: none;
}
.cid-sKMonktlSb input::-webkit-inner-spin-button {
  display: none;
}
.cid-sKMonktlSb input::-webkit-outer-spin-button {
  display: none;
}
.cid-sKMonktlSb input::-webkit-calendar-picker-indicator {
  display: none;
}
.cid-sKMonktlSb H4 {
  color: #ffffff;
}
.cid-sKMonktlSb LABEL {
  color: #ffffff;
}
.cid-sKMonktlSb H6 {
  color: #ffffff;
}
.cid-sGAVmoYHEm {
  padding-top: 0rem;
  padding-bottom: 3rem;
  background-color: #007cb0;
}
.cid-sGAVmoYHEm .row-links {
  width: 100%;
  justify-content: center;
}
.cid-sGAVmoYHEm .social-row {
  width: 100%;
  justify-content: center;
}
.cid-sGAVmoYHEm .media-container-row {
  flex-direction: column;
  justify-content: center;
  align-items: center;
}
.cid-sGAVmoYHEm .media-container-row .foot-menu {
  list-style: none;
  display: flex;
  justify-content: center;
  flex-wrap: wrap;
  padding: 0;
  margin-bottom: 1rem;
}
.cid-sGAVmoYHEm .media-container-row .foot-menu li {
  padding: 0 1.5rem 1rem 1.5rem;
}
.cid-sGAVmoYHEm .media-container-row .foot-menu li:hover {
  color: #007cb0;
}
.cid-sGAVmoYHEm .media-container-row .foot-menu li p {
  margin: 0;
}
.cid-sGAVmoYHEm .media-container-row .social-list {
  padding-left: 0;
  margin-bottom: 0;
  list-style: none;
  display: flex;
  flex-wrap: wrap;
  justify-content: flex-end;
}
.cid-sGAVmoYHEm .media-container-row .social-list .mbr-iconfont-social {
  font-size: 1.5rem;
  color: #ffffff;
}
.cid-sGAVmoYHEm .media-container-row .social-list .soc-item {
  margin: 0 .5rem;
}
.cid-sGAVmoYHEm .media-container-row .social-list a {
  margin: 0;
  opacity: .5;
  transition: .2s linear;
}
.cid-sGAVmoYHEm .media-container-row .social-list a:hover {
  opacity: 1;
}
@media (max-width: 767px) {
  .cid-sGAVmoYHEm .media-container-row .social-list {
    -webkit-justify-content: center;
    justify-content: center;
  }
}
.cid-sGAVmoYHEm .media-container-row .row-copirayt {
  word-break: break-word;
  width: 100%;
}
.cid-sGAVmoYHEm .media-container-row .row-copirayt p {
  width: 100%;
}
@media (max-width: 767px) {
  .cid-sGAVmoYHEm .foot-menu {
    display: flex;
    flex-direction: column;
  }
}
.cid-sGAVmoYHEm .media-container-row .mbr-text {
  color: #ffffff;
}
.cid-syRR5EYyY8 {
  padding-top: 90px;
  padding-bottom: 90px;
  background-color: #007cb0;
}
.cid-syRR5EYyY8 .mbr-section-subtitle {
  color: #767676;
}
.cid-syRR5EYyY8 .mbr-section-title {
  color: #ffffff;
}
.cid-sKMpXvwjgV {
  padding-top: 1rem;
  padding-bottom: 1rem;
  background-color: #007cb0;
}
.cid-sKMpXvwjgV .mbr-text {
  color: #ffffff;
}
.cid-sKMpXvwjgV .mbr-section-subtitle {
  color: #ffffff;
}
.cid-sKMqbxox0G {
  padding-top: 1rem;
  padding-bottom: 1rem;
  background-color: #007cb0;
}
.cid-sKMqbxox0G .mbr-text {
  color: #ffffff;
}
.cid-sKMqbxox0G .mbr-section-subtitle {
  color: #ffffff;
}
.cid-sKMqkVn53D {
  padding-top: 1rem;
  padding-bottom: 1rem;
  background-color: #007cb0;
}
.cid-sKMqkVn53D .mbr-text {
  color: #ffffff;
}
.cid-sKMqkVn53D .mbr-section-subtitle {
  color: #ffffff;
}
.cid-sKMqufvA3S {
  padding-top: 1rem;
  padding-bottom: 1rem;
  background-color: #007cb0;
}
.cid-sKMqufvA3S .mbr-text {
  color: #ffffff;
}
.cid-sKMqufvA3S .mbr-section-subtitle {
  color: #ffffff;
}
.cid-sKMqEZPEZJ {
  padding-top: 1rem;
  padding-bottom: 1rem;
  background-color: #007cb0;
}
.cid-sKMqEZPEZJ .mbr-text {
  color: #ffffff;
}
.cid-sKMqEZPEZJ .mbr-section-subtitle {
  color: #ffffff;
}
.cid-sEIt1GYD5H .dropdown-item:before {
  font-family: MobiriseIcons !important;
  content: '\e966';
  display: inline-block;
  width: 16px;
  position: absolute;
  right: 1rem;
  top: 30%;
  line-height: 1;
  font-size: inherit;
  vertical-align: middle;
  text-align: center;
  -webkit-transform: scale(0, 1);
  transform: scale(0, 1);
  -webkit-transition: all 0.25s ease-in-out;
  -moz-transition: all 0.25s ease-in-out;
  transition: all 0.25s ease-in-out;
}
.cid-sEIt1GYD5H .nav-item,
.cid-sEIt1GYD5H .nav-link,
.cid-sEIt1GYD5H .navbar-caption {
  font-weight: normal;
}
.cid-sEIt1GYD5H .nav-item:focus,
.cid-sEIt1GYD5H .nav-link:focus {
  outline: none;
}
@media (min-width: 992px) {
  .cid-sEIt1GYD5H .dropdown-item:hover:before {
    -webkit-transform: scale(1, 1);
    transform: scale(1, 1);
  }
}
.cid-sEIt1GYD5H .dropdown .dropdown-menu .dropdown-item {
  display: flex;
  -webkit-align-items: center;
  align-items: center;
  width: auto;
  -webkit-transition: all 0.25s ease-in-out;
  -moz-transition: all 0.25s ease-in-out;
  transition: all 0.25s ease-in-out;
}
.cid-sEIt1GYD5H .dropdown .dropdown-menu .dropdown-item::after {
  right: 1rem;
}
.cid-sEIt1GYD5H .dropdown .dropdown-menu .dropdown-item:hover .mbr-iconfont:before {
  -webkit-transform: scale(0, 1);
  transform: scale(0, 1);
}
.cid-sEIt1GYD5H .dropdown .dropdown-menu .dropdown-item.dropdown-toggle:before {
  display: none;
}
.cid-sEIt1GYD5H .dropdown .dropdown-menu .dropdown-item .mbr-iconfont {
  margin-left: -1.8rem;
  padding-right: 1rem;
  font-size: inherit;
}
.cid-sEIt1GYD5H .dropdown .dropdown-menu .dropdown-item .mbr-iconfont:before {
  display: inline-block;
  -webkit-transform: scale(1, 1);
  transform: scale(1, 1);
  -webkit-transition: all 0.25s ease-in-out;
  -moz-transition: all 0.25s ease-in-out;
  transition: all 0.25s ease-in-out;
}
.cid-sEIt1GYD5H .collapsed .dropdown-menu .dropdown-item:before {
  display: none;
}
.cid-sEIt1GYD5H .collapsed .dropdown .dropdown-menu .dropdown-item {
  padding: 0.235em 1.5em 0.235em 1.5em !important;
  transition: none;
  margin: 0 !important;
}
.cid-sEIt1GYD5H .navbar {
  min-height: 77px;
  transition: all 0.3s;
  background: #007cb0;
}
.cid-sEIt1GYD5H .navbar.opened {
  transition: all 0.3s;
  background: #007cb0 !important;
}
.cid-sEIt1GYD5H .navbar .dropdown-item {
  padding: 0.235rem 2.5rem 0.235rem 1.5rem;
}
.cid-sEIt1GYD5H .navbar .navbar-collapse {
  -webkit-justify-content: flex-end;
  justify-content: flex-end;
  z-index: 1;
}
.cid-sEIt1GYD5H .navbar.collapsed .nav-item .nav-link::before {
  display: none;
}
.cid-sEIt1GYD5H .navbar.collapsed.opened .dropdown-menu {
  top: 0;
}
.cid-sEIt1GYD5H .navbar.collapsed .dropdown-menu {
  background: transparent !important;
}
.cid-sEIt1GYD5H .navbar.collapsed .dropdown-menu .dropdown-submenu {
  left: 0 !important;
}
.cid-sEIt1GYD5H .navbar.collapsed .dropdown-menu .dropdown-toggle[data-toggle='dropdown-submenu']:after {
  margin-left: 0.25rem;
  border-top: 0.35em solid;
  border-right: 0.35em solid transparent;
  border-left: 0.35em solid transparent;
  border-bottom: 0;
  top: 55%;
}
.cid-sEIt1GYD5H .navbar.collapsed ul.navbar-nav li {
  margin: auto;
}
.cid-sEIt1GYD5H .navbar.collapsed .dropdown-menu .dropdown-item {
  padding: 0.25rem 1.5rem;
  text-align: center;
  -webkit-justify-content: center;
  justify-content: center;
}
.cid-sEIt1GYD5H .navbar.collapsed .icons-menu {
  padding-left: 0;
  padding-top: 0.5rem;
  padding-bottom: 0.5rem;
}
@media (max-width: 991px) {
  .cid-sEIt1GYD5H .navbar .nav-item .nav-link::before {
    display: none;
  }
  .cid-sEIt1GYD5H .navbar.opened .dropdown-menu {
    top: 0;
  }
  .cid-sEIt1GYD5H .navbar .dropdown-menu {
    background: transparent !important;
  }
  .cid-sEIt1GYD5H .navbar .dropdown-menu .dropdown-submenu {
    left: 0 !important;
  }
  .cid-sEIt1GYD5H .navbar .dropdown-menu .dropdown-toggle[data-toggle='dropdown-submenu']:after {
    margin-left: 0.25rem;
    border-top: 0.35em solid;
    border-right: 0.35em solid transparent;
    border-left: 0.35em solid transparent;
    border-bottom: 0;
    top: 55%;
  }
  .cid-sEIt1GYD5H .navbar .navbar-logo img {
    height: 3.8rem !important;
    width: auto;
  }
  .cid-sEIt1GYD5H .navbar ul.navbar-nav li {
    margin: auto;
  }
  .cid-sEIt1GYD5H .navbar .dropdown-menu .dropdown-item {
    padding: 0.25rem 1.5rem !important;
    text-align: center;
    -webkit-justify-content: center;
    justify-content: center;
  }
  .cid-sEIt1GYD5H .navbar .navbar-brand {
    -webkit-flex-shrink: initial;
    flex-shrink: initial;
    -webkit-flex-basis: auto;
    flex-basis: auto;
    word-break: break-word;
  }
  .cid-sEIt1GYD5H .navbar .navbar-toggler {
    -webkit-flex-basis: auto;
    flex-basis: auto;
  }
  .cid-sEIt1GYD5H .navbar .icons-menu {
    padding-left: 0;
    padding-top: 0.5rem;
    padding-bottom: 0.5rem;
  }
}
.cid-sEIt1GYD5H .navbar.navbar-short {
  background: #007cb0 !important;
  min-height: 60px;
}
.cid-sEIt1GYD5H .navbar.navbar-short .navbar-logo img {
  height: 3rem !important;
  width: auto;
}
.cid-sEIt1GYD5H .navbar.navbar-short .navbar-brand {
  padding: 0;
}
.cid-sEIt1GYD5H .navbar-brand {
  -webkit-flex-shrink: 0;
  flex-shrink: 0;
  -webkit-align-items: center;
  align-items: center;
  margin-right: 0;
  padding: 0;
  transition: all 0.3s;
  word-break: break-word;
  z-index: 1;
}
.cid-sEIt1GYD5H .navbar-brand .navbar-caption {
  line-height: inherit !important;
}
.cid-sEIt1GYD5H .navbar-brand .navbar-logo a {
  outline: none;
}
.cid-sEIt1GYD5H .navbar-brand .navbar-logo a img {
  width: auto;
}
.cid-sEIt1GYD5H .dropdown-item.active,
.cid-sEIt1GYD5H .dropdown-item:active {
  background-color: transparent;
}
.cid-sEIt1GYD5H .nav-dropdown .link.dropdown-toggle {
  margin-right: 1.667em;
}
.cid-sEIt1GYD5H .nav-dropdown .link.dropdown-toggle[aria-expanded='true'] {
  margin-right: 0;
  padding: 0.667em 1.667em;
}
.cid-sEIt1GYD5H .navbar.navbar-expand-lg .dropdown .dropdown-menu {
  background: #007cb0;
}
.cid-sEIt1GYD5H .navbar.navbar-expand-lg .dropdown .dropdown-menu .dropdown-submenu {
  margin: 0;
  left: 100%;
}
.cid-sEIt1GYD5H .navbar .dropdown.open > .dropdown-menu {
  display: block;
}
.cid-sEIt1GYD5H ul.navbar-nav {
  -webkit-flex-wrap: wrap;
  flex-wrap: wrap;
}
.cid-sEIt1GYD5H .navbar-buttons {
  text-align: center;
}
.cid-sEIt1GYD5H button.navbar-toggler {
  outline: none;
  width: 31px;
  height: 20px;
  cursor: pointer;
  transition: all 0.2s;
  position: relative;
  -webkit-align-self: center;
  align-self: center;
}
.cid-sEIt1GYD5H button.navbar-toggler .hamburger span {
  position: absolute;
  right: 0;
  width: 30px;
  height: 2px;
  border-right: 5px;
  background-color: #ffffff;
}
.cid-sEIt1GYD5H button.navbar-toggler .hamburger span:nth-child(1) {
  top: 0;
  transition: all 0.2s;
}
.cid-sEIt1GYD5H button.navbar-toggler .hamburger span:nth-child(2) {
  top: 8px;
  transition: all 0.15s;
}
.cid-sEIt1GYD5H button.navbar-toggler .hamburger span:nth-child(3) {
  top: 8px;
  transition: all 0.15s;
}
.cid-sEIt1GYD5H button.navbar-toggler .hamburger span:nth-child(4) {
  top: 16px;
  transition: all 0.2s;
}
.cid-sEIt1GYD5H nav.opened .hamburger span:nth-child(1) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-sEIt1GYD5H nav.opened .hamburger span:nth-child(2) {
  -webkit-transform: rotate(45deg);
  transform: rotate(45deg);
  transition: all 0.25s;
}
.cid-sEIt1GYD5H nav.opened .hamburger span:nth-child(3) {
  -webkit-transform: rotate(-45deg);
  transform: rotate(-45deg);
  transition: all 0.25s;
}
.cid-sEIt1GYD5H nav.opened .hamburger span:nth-child(4) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-sEIt1GYD5H .navbar-dropdown {
  padding: 0.5rem 1rem;
  position: fixed;
}
.cid-sEIt1GYD5H a.nav-link {
  -webkit-justify-content: center;
  justify-content: center;
  display: flex;
  -webkit-align-items: center;
  align-items: center;
}
.cid-sEIt1GYD5H .mbr-iconfont {
  font-size: 1rem;
  color: #ffffff;
  display: inline-flex;
}
.cid-sEIt1GYD5H .mbr-iconfont:before {
  padding: 0.5rem;
  border: 2px solid;
  border-radius: 100px;
}
.cid-sEIt1GYD5H .soc-item {
  margin: 0.5rem 0.3rem;
}
.cid-sEIt1GYD5H .icons-menu {
  -webkit-flex-wrap: wrap;
  flex-wrap: wrap;
  display: flex;
  -webkit-justify-content: center;
  justify-content: center;
  padding-left: 1rem;
  text-align: center;
  -webkit-align-items: center;
  align-items: center;
}
@media screen and (-ms-high-contrast: active), (-ms-high-contrast: none) {
  .cid-sEIt1GYD5H .navbar {
    height: 77px;
  }
  .cid-sEIt1GYD5H .navbar.opened {
    height: auto;
  }
  .cid-sEIt1GYD5H .nav-item .nav-link:hover::before {
    width: 175%;
    max-width: calc(100% + 2rem);
    left: -1rem;
  }
}
.cid-sGAVmoYHEm {
  padding-top: 0rem;
  padding-bottom: 3rem;
  background-color: #007cb0;
}
.cid-sGAVmoYHEm .row-links {
  width: 100%;
  justify-content: center;
}
.cid-sGAVmoYHEm .social-row {
  width: 100%;
  justify-content: center;
}
.cid-sGAVmoYHEm .media-container-row {
  flex-direction: column;
  justify-content: center;
  align-items: center;
}
.cid-sGAVmoYHEm .media-container-row .foot-menu {
  list-style: none;
  display: flex;
  justify-content: center;
  flex-wrap: wrap;
  padding: 0;
  margin-bottom: 1rem;
}
.cid-sGAVmoYHEm .media-container-row .foot-menu li {
  padding: 0 1.5rem 1rem 1.5rem;
}
.cid-sGAVmoYHEm .media-container-row .foot-menu li:hover {
  color: #007cb0;
}
.cid-sGAVmoYHEm .media-container-row .foot-menu li p {
  margin: 0;
}
.cid-sGAVmoYHEm .media-container-row .social-list {
  padding-left: 0;
  margin-bottom: 0;
  list-style: none;
  display: flex;
  flex-wrap: wrap;
  justify-content: flex-end;
}
.cid-sGAVmoYHEm .media-container-row .social-list .mbr-iconfont-social {
  font-size: 1.5rem;
  color: #ffffff;
}
.cid-sGAVmoYHEm .media-container-row .social-list .soc-item {
  margin: 0 .5rem;
}
.cid-sGAVmoYHEm .media-container-row .social-list a {
  margin: 0;
  opacity: .5;
  transition: .2s linear;
}
.cid-sGAVmoYHEm .media-container-row .social-list a:hover {
  opacity: 1;
}
@media (max-width: 767px) {
  .cid-sGAVmoYHEm .media-container-row .social-list {
    -webkit-justify-content: center;
    justify-content: center;
  }
}
.cid-sGAVmoYHEm .media-container-row .row-copirayt {
  word-break: break-word;
  width: 100%;
}
.cid-sGAVmoYHEm .media-container-row .row-copirayt p {
  width: 100%;
}
@media (max-width: 767px) {
  .cid-sGAVmoYHEm .foot-menu {
    display: flex;
    flex-direction: column;
  }
}
.cid-sGAVmoYHEm .media-container-row .mbr-text {
  color: #ffffff;
}
.cid-syRSe7SsrV {
  padding-top: 90px;
  padding-bottom: 90px;
  background-color: #007cb0;
}
.cid-syRSe7SsrV .mbr-section-subtitle {
  color: #767676;
}
.cid-syRSe7SsrV .mbr-section-title {
  color: #ffffff;
}
.cid-syRSe8m3Gk {
  padding-top: 60px;
  padding-bottom: 60px;
  background-color: #007cb0;
}
.cid-syRSe8m3Gk .mbr-text {
  color: #ffffff;
}
.cid-syRSe9m5Yg {
  padding-top: 90px;
  padding-bottom: 90px;
  background-color: #007cb0;
}
.cid-syRSe9m5Yg .mbr-section-subtitle {
  color: #767676;
}
.cid-syRSe9m5Yg .mbr-section-title {
  color: #ffffff;
}
.cid-syRSe9TMts {
  padding-top: 60px;
  padding-bottom: 60px;
  background-color: #007cb0;
}
.cid-syRSe9TMts .mbr-text {
  color: #ffffff;
}
.cid-sEIt1GYD5H .dropdown-item:before {
  font-family: MobiriseIcons !important;
  content: '\e966';
  display: inline-block;
  width: 16px;
  position: absolute;
  right: 1rem;
  top: 30%;
  line-height: 1;
  font-size: inherit;
  vertical-align: middle;
  text-align: center;
  -webkit-transform: scale(0, 1);
  transform: scale(0, 1);
  -webkit-transition: all 0.25s ease-in-out;
  -moz-transition: all 0.25s ease-in-out;
  transition: all 0.25s ease-in-out;
}
.cid-sEIt1GYD5H .nav-item,
.cid-sEIt1GYD5H .nav-link,
.cid-sEIt1GYD5H .navbar-caption {
  font-weight: normal;
}
.cid-sEIt1GYD5H .nav-item:focus,
.cid-sEIt1GYD5H .nav-link:focus {
  outline: none;
}
@media (min-width: 992px) {
  .cid-sEIt1GYD5H .dropdown-item:hover:before {
    -webkit-transform: scale(1, 1);
    transform: scale(1, 1);
  }
}
.cid-sEIt1GYD5H .dropdown .dropdown-menu .dropdown-item {
  display: flex;
  -webkit-align-items: center;
  align-items: center;
  width: auto;
  -webkit-transition: all 0.25s ease-in-out;
  -moz-transition: all 0.25s ease-in-out;
  transition: all 0.25s ease-in-out;
}
.cid-sEIt1GYD5H .dropdown .dropdown-menu .dropdown-item::after {
  right: 1rem;
}
.cid-sEIt1GYD5H .dropdown .dropdown-menu .dropdown-item:hover .mbr-iconfont:before {
  -webkit-transform: scale(0, 1);
  transform: scale(0, 1);
}
.cid-sEIt1GYD5H .dropdown .dropdown-menu .dropdown-item.dropdown-toggle:before {
  display: none;
}
.cid-sEIt1GYD5H .dropdown .dropdown-menu .dropdown-item .mbr-iconfont {
  margin-left: -1.8rem;
  padding-right: 1rem;
  font-size: inherit;
}
.cid-sEIt1GYD5H .dropdown .dropdown-menu .dropdown-item .mbr-iconfont:before {
  display: inline-block;
  -webkit-transform: scale(1, 1);
  transform: scale(1, 1);
  -webkit-transition: all 0.25s ease-in-out;
  -moz-transition: all 0.25s ease-in-out;
  transition: all 0.25s ease-in-out;
}
.cid-sEIt1GYD5H .collapsed .dropdown-menu .dropdown-item:before {
  display: none;
}
.cid-sEIt1GYD5H .collapsed .dropdown .dropdown-menu .dropdown-item {
  padding: 0.235em 1.5em 0.235em 1.5em !important;
  transition: none;
  margin: 0 !important;
}
.cid-sEIt1GYD5H .navbar {
  min-height: 77px;
  transition: all 0.3s;
  background: #007cb0;
}
.cid-sEIt1GYD5H .navbar.opened {
  transition: all 0.3s;
  background: #007cb0 !important;
}
.cid-sEIt1GYD5H .navbar .dropdown-item {
  padding: 0.235rem 2.5rem 0.235rem 1.5rem;
}
.cid-sEIt1GYD5H .navbar .navbar-collapse {
  -webkit-justify-content: flex-end;
  justify-content: flex-end;
  z-index: 1;
}
.cid-sEIt1GYD5H .navbar.collapsed .nav-item .nav-link::before {
  display: none;
}
.cid-sEIt1GYD5H .navbar.collapsed.opened .dropdown-menu {
  top: 0;
}
.cid-sEIt1GYD5H .navbar.collapsed .dropdown-menu {
  background: transparent !important;
}
.cid-sEIt1GYD5H .navbar.collapsed .dropdown-menu .dropdown-submenu {
  left: 0 !important;
}
.cid-sEIt1GYD5H .navbar.collapsed .dropdown-menu .dropdown-toggle[data-toggle='dropdown-submenu']:after {
  margin-left: 0.25rem;
  border-top: 0.35em solid;
  border-right: 0.35em solid transparent;
  border-left: 0.35em solid transparent;
  border-bottom: 0;
  top: 55%;
}
.cid-sEIt1GYD5H .navbar.collapsed ul.navbar-nav li {
  margin: auto;
}
.cid-sEIt1GYD5H .navbar.collapsed .dropdown-menu .dropdown-item {
  padding: 0.25rem 1.5rem;
  text-align: center;
  -webkit-justify-content: center;
  justify-content: center;
}
.cid-sEIt1GYD5H .navbar.collapsed .icons-menu {
  padding-left: 0;
  padding-top: 0.5rem;
  padding-bottom: 0.5rem;
}
@media (max-width: 991px) {
  .cid-sEIt1GYD5H .navbar .nav-item .nav-link::before {
    display: none;
  }
  .cid-sEIt1GYD5H .navbar.opened .dropdown-menu {
    top: 0;
  }
  .cid-sEIt1GYD5H .navbar .dropdown-menu {
    background: transparent !important;
  }
  .cid-sEIt1GYD5H .navbar .dropdown-menu .dropdown-submenu {
    left: 0 !important;
  }
  .cid-sEIt1GYD5H .navbar .dropdown-menu .dropdown-toggle[data-toggle='dropdown-submenu']:after {
    margin-left: 0.25rem;
    border-top: 0.35em solid;
    border-right: 0.35em solid transparent;
    border-left: 0.35em solid transparent;
    border-bottom: 0;
    top: 55%;
  }
  .cid-sEIt1GYD5H .navbar .navbar-logo img {
    height: 3.8rem !important;
    width: auto;
  }
  .cid-sEIt1GYD5H .navbar ul.navbar-nav li {
    margin: auto;
  }
  .cid-sEIt1GYD5H .navbar .dropdown-menu .dropdown-item {
    padding: 0.25rem 1.5rem !important;
    text-align: center;
    -webkit-justify-content: center;
    justify-content: center;
  }
  .cid-sEIt1GYD5H .navbar .navbar-brand {
    -webkit-flex-shrink: initial;
    flex-shrink: initial;
    -webkit-flex-basis: auto;
    flex-basis: auto;
    word-break: break-word;
  }
  .cid-sEIt1GYD5H .navbar .navbar-toggler {
    -webkit-flex-basis: auto;
    flex-basis: auto;
  }
  .cid-sEIt1GYD5H .navbar .icons-menu {
    padding-left: 0;
    padding-top: 0.5rem;
    padding-bottom: 0.5rem;
  }
}
.cid-sEIt1GYD5H .navbar.navbar-short {
  background: #007cb0 !important;
  min-height: 60px;
}
.cid-sEIt1GYD5H .navbar.navbar-short .navbar-logo img {
  height: 3rem !important;
  width: auto;
}
.cid-sEIt1GYD5H .navbar.navbar-short .navbar-brand {
  padding: 0;
}
.cid-sEIt1GYD5H .navbar-brand {
  -webkit-flex-shrink: 0;
  flex-shrink: 0;
  -webkit-align-items: center;
  align-items: center;
  margin-right: 0;
  padding: 0;
  transition: all 0.3s;
  word-break: break-word;
  z-index: 1;
}
.cid-sEIt1GYD5H .navbar-brand .navbar-caption {
  line-height: inherit !important;
}
.cid-sEIt1GYD5H .navbar-brand .navbar-logo a {
  outline: none;
}
.cid-sEIt1GYD5H .navbar-brand .navbar-logo a img {
  width: auto;
}
.cid-sEIt1GYD5H .dropdown-item.active,
.cid-sEIt1GYD5H .dropdown-item:active {
  background-color: transparent;
}
.cid-sEIt1GYD5H .nav-dropdown .link.dropdown-toggle {
  margin-right: 1.667em;
}
.cid-sEIt1GYD5H .nav-dropdown .link.dropdown-toggle[aria-expanded='true'] {
  margin-right: 0;
  padding: 0.667em 1.667em;
}
.cid-sEIt1GYD5H .navbar.navbar-expand-lg .dropdown .dropdown-menu {
  background: #007cb0;
}
.cid-sEIt1GYD5H .navbar.navbar-expand-lg .dropdown .dropdown-menu .dropdown-submenu {
  margin: 0;
  left: 100%;
}
.cid-sEIt1GYD5H .navbar .dropdown.open > .dropdown-menu {
  display: block;
}
.cid-sEIt1GYD5H ul.navbar-nav {
  -webkit-flex-wrap: wrap;
  flex-wrap: wrap;
}
.cid-sEIt1GYD5H .navbar-buttons {
  text-align: center;
}
.cid-sEIt1GYD5H button.navbar-toggler {
  outline: none;
  width: 31px;
  height: 20px;
  cursor: pointer;
  transition: all 0.2s;
  position: relative;
  -webkit-align-self: center;
  align-self: center;
}
.cid-sEIt1GYD5H button.navbar-toggler .hamburger span {
  position: absolute;
  right: 0;
  width: 30px;
  height: 2px;
  border-right: 5px;
  background-color: #ffffff;
}
.cid-sEIt1GYD5H button.navbar-toggler .hamburger span:nth-child(1) {
  top: 0;
  transition: all 0.2s;
}
.cid-sEIt1GYD5H button.navbar-toggler .hamburger span:nth-child(2) {
  top: 8px;
  transition: all 0.15s;
}
.cid-sEIt1GYD5H button.navbar-toggler .hamburger span:nth-child(3) {
  top: 8px;
  transition: all 0.15s;
}
.cid-sEIt1GYD5H button.navbar-toggler .hamburger span:nth-child(4) {
  top: 16px;
  transition: all 0.2s;
}
.cid-sEIt1GYD5H nav.opened .hamburger span:nth-child(1) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-sEIt1GYD5H nav.opened .hamburger span:nth-child(2) {
  -webkit-transform: rotate(45deg);
  transform: rotate(45deg);
  transition: all 0.25s;
}
.cid-sEIt1GYD5H nav.opened .hamburger span:nth-child(3) {
  -webkit-transform: rotate(-45deg);
  transform: rotate(-45deg);
  transition: all 0.25s;
}
.cid-sEIt1GYD5H nav.opened .hamburger span:nth-child(4) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-sEIt1GYD5H .navbar-dropdown {
  padding: 0.5rem 1rem;
  position: fixed;
}
.cid-sEIt1GYD5H a.nav-link {
  -webkit-justify-content: center;
  justify-content: center;
  display: flex;
  -webkit-align-items: center;
  align-items: center;
}
.cid-sEIt1GYD5H .mbr-iconfont {
  font-size: 1rem;
  color: #ffffff;
  display: inline-flex;
}
.cid-sEIt1GYD5H .mbr-iconfont:before {
  padding: 0.5rem;
  border: 2px solid;
  border-radius: 100px;
}
.cid-sEIt1GYD5H .soc-item {
  margin: 0.5rem 0.3rem;
}
.cid-sEIt1GYD5H .icons-menu {
  -webkit-flex-wrap: wrap;
  flex-wrap: wrap;
  display: flex;
  -webkit-justify-content: center;
  justify-content: center;
  padding-left: 1rem;
  text-align: center;
  -webkit-align-items: center;
  align-items: center;
}
@media screen and (-ms-high-contrast: active), (-ms-high-contrast: none) {
  .cid-sEIt1GYD5H .navbar {
    height: 77px;
  }
  .cid-sEIt1GYD5H .navbar.opened {
    height: auto;
  }
  .cid-sEIt1GYD5H .nav-item .nav-link:hover::before {
    width: 175%;
    max-width: calc(100% + 2rem);
    left: -1rem;
  }
}
.cid-sGAVmoYHEm {
  padding-top: 0rem;
  padding-bottom: 3rem;
  background-color: #007cb0;
}
.cid-sGAVmoYHEm .row-links {
  width: 100%;
  justify-content: center;
}
.cid-sGAVmoYHEm .social-row {
  width: 100%;
  justify-content: center;
}
.cid-sGAVmoYHEm .media-container-row {
  flex-direction: column;
  justify-content: center;
  align-items: center;
}
.cid-sGAVmoYHEm .media-container-row .foot-menu {
  list-style: none;
  display: flex;
  justify-content: center;
  flex-wrap: wrap;
  padding: 0;
  margin-bottom: 1rem;
}
.cid-sGAVmoYHEm .media-container-row .foot-menu li {
  padding: 0 1.5rem 1rem 1.5rem;
}
.cid-sGAVmoYHEm .media-container-row .foot-menu li:hover {
  color: #007cb0;
}
.cid-sGAVmoYHEm .media-container-row .foot-menu li p {
  margin: 0;
}
.cid-sGAVmoYHEm .media-container-row .social-list {
  padding-left: 0;
  margin-bottom: 0;
  list-style: none;
  display: flex;
  flex-wrap: wrap;
  justify-content: flex-end;
}
.cid-sGAVmoYHEm .media-container-row .social-list .mbr-iconfont-social {
  font-size: 1.5rem;
  color: #ffffff;
}
.cid-sGAVmoYHEm .media-container-row .social-list .soc-item {
  margin: 0 .5rem;
}
.cid-sGAVmoYHEm .media-container-row .social-list a {
  margin: 0;
  opacity: .5;
  transition: .2s linear;
}
.cid-sGAVmoYHEm .media-container-row .social-list a:hover {
  opacity: 1;
}
@media (max-width: 767px) {
  .cid-sGAVmoYHEm .media-container-row .social-list {
    -webkit-justify-content: center;
    justify-content: center;
  }
}
.cid-sGAVmoYHEm .media-container-row .row-copirayt {
  word-break: break-word;
  width: 100%;
}
.cid-sGAVmoYHEm .media-container-row .row-copirayt p {
  width: 100%;
}
@media (max-width: 767px) {
  .cid-sGAVmoYHEm .foot-menu {
    display: flex;
    flex-direction: column;
  }
}
.cid-sGAVmoYHEm .media-container-row .mbr-text {
  color: #ffffff;
}
.cid-sGuZBYbfgt {
  padding-top: 90px;
  padding-bottom: 0px;
  background-color: #007cb0;
}
.cid-sGuZBYbfgt h2 {
  color: #000000;
}
.cid-sGuZBYbfgt h1 {
  color: #000000;
}
.cid-sGuZBYbfgt .mbr-text,
.cid-sGuZBYbfgt .mbr-section-btn {
  color: #ffffff;
}
.cid-sGuZBYbfgt H1 {
  color: #ffffff;
}
.cid-sGuZCmT0XX {
  padding-top: 3rem;
  padding-bottom: 3rem;
  background-color: #007cb0;
}
.cid-sGuZCmT0XX .mbr-section-subtitle {
  color: #33358c;
}
.cid-sGuZCmT0XX .mbr-text,
.cid-sGuZCmT0XX .mbr-section-btn {
  color: #ffffff;
  text-align: left;
}
.cid-sGuZCmT0XX .row {
  justify-content: space-between;
}
.cid-sGuZCmT0XX img {
  border-radius: 8px;
}
.cid-sGuZCmT0XX .mbr-section-title {
  color: #ffffff;
}
.cid-sGuZDeOlC7 {
  padding-top: 30px;
  padding-bottom: 30px;
  background-color: #ffffff;
}
.cid-sGuZDeOlC7 .mbr-section-title {
  margin: 0;
}
.cid-sGuZDeOlC7 .mbr-section-subtitle {
  margin-bottom: 2rem;
  color: #8d97ad;
}
.cid-sGuZDeOlC7 .mbr-text {
  margin: 0;
  color: #efefef;
}
.cid-sGuZDeOlC7 .wrapper {
  padding: 2rem;
  box-shadow: 0px 0px 30px rgba(115, 128, 157, 0.1);
  border-radius: .25rem;
}
.cid-sGuZDeOlC7 .card1 {
  background: linear-gradient(45deg, #007cb0, #007cb0);
}
.cid-sGuZDeOlC7 .card2 {
  background: linear-gradient(45deg, #007cb0, #007cb0);
}
.cid-sGuZDeOlC7 .card3 {
  background: linear-gradient(45deg, #007cb0, #007cb0);
}
.cid-sGuZDeOlC7 .card4 {
  background: linear-gradient(45deg, #1dc9cb, #1dc9cb);
}
@media (max-width: 991px) {
  .cid-sGuZDeOlC7 .wrapper {
    margin-bottom: 5rem;
  }
}
.cid-sGuZDeOlC7 .mbr-card-title {
  padding-bottom: 1rem;
}
.cid-sGuZDeOlC7 .card1 > .mbr-text,
.cid-sGuZDeOlC7 .card1 > .mbr-section-btn {
  color: #ffffff;
}
.cid-sGuZDeOlC7 .card2 > .mbr-text,
.cid-sGuZDeOlC7 .card2 > .mbr-section-btn {
  color: #ffffff;
}
.cid-sGuZDeOlC7 .card2 > .mbr-card-title {
  color: #ffffff;
}
.cid-sGuZDeOlC7 .card1 > .mbr-card-title {
  color: #ffffff;
}
.cid-sGuZDeOlC7 .card3 > .mbr-text,
.cid-sGuZDeOlC7 .card3 > .mbr-section-btn {
  color: #ffffff;
}
.cid-sGuZDeOlC7 .card3 > .mbr-card-title {
  color: #ffffff;
}
.cid-sGuZDOegnL {
  padding-top: 2rem;
  padding-bottom: 2rem;
  background-color: #007cb0;
}
.cid-sGuZDOegnL .text-wrapper {
  z-index: 11;
}
.cid-sGuZDOegnL .wrapper {
  display: flex;
  flex-direction: column;
}
.cid-sGuZDOegnL .animate__fadeInUp:before {
  background: #007cb0;
}
.cid-sGuZDOegnL .mbr-iconfont {
  display: block;
  font-size: 3rem;
  color: #ffffff;
  margin-right: 0rem;
  margin-bottom: 2rem;
}
.cid-sGuZDOegnL .iconfont-wrapper {
  margin: auto;
}
.cid-sGuZDOegnL .mbr-section-title {
  text-align: center;
  color: #ffffff;
}
.cid-sGuZDOegnL .mbr-text,
.cid-sGuZDOegnL .mbr-section-btn {
  text-align: center;
  color: #161734;
}
.cid-sEIt1GYD5H .dropdown-item:before {
  font-family: MobiriseIcons !important;
  content: '\e966';
  display: inline-block;
  width: 16px;
  position: absolute;
  right: 1rem;
  top: 30%;
  line-height: 1;
  font-size: inherit;
  vertical-align: middle;
  text-align: center;
  -webkit-transform: scale(0, 1);
  transform: scale(0, 1);
  -webkit-transition: all 0.25s ease-in-out;
  -moz-transition: all 0.25s ease-in-out;
  transition: all 0.25s ease-in-out;
}
.cid-sEIt1GYD5H .nav-item,
.cid-sEIt1GYD5H .nav-link,
.cid-sEIt1GYD5H .navbar-caption {
  font-weight: normal;
}
.cid-sEIt1GYD5H .nav-item:focus,
.cid-sEIt1GYD5H .nav-link:focus {
  outline: none;
}
@media (min-width: 992px) {
  .cid-sEIt1GYD5H .dropdown-item:hover:before {
    -webkit-transform: scale(1, 1);
    transform: scale(1, 1);
  }
}
.cid-sEIt1GYD5H .dropdown .dropdown-menu .dropdown-item {
  display: flex;
  -webkit-align-items: center;
  align-items: center;
  width: auto;
  -webkit-transition: all 0.25s ease-in-out;
  -moz-transition: all 0.25s ease-in-out;
  transition: all 0.25s ease-in-out;
}
.cid-sEIt1GYD5H .dropdown .dropdown-menu .dropdown-item::after {
  right: 1rem;
}
.cid-sEIt1GYD5H .dropdown .dropdown-menu .dropdown-item:hover .mbr-iconfont:before {
  -webkit-transform: scale(0, 1);
  transform: scale(0, 1);
}
.cid-sEIt1GYD5H .dropdown .dropdown-menu .dropdown-item.dropdown-toggle:before {
  display: none;
}
.cid-sEIt1GYD5H .dropdown .dropdown-menu .dropdown-item .mbr-iconfont {
  margin-left: -1.8rem;
  padding-right: 1rem;
  font-size: inherit;
}
.cid-sEIt1GYD5H .dropdown .dropdown-menu .dropdown-item .mbr-iconfont:before {
  display: inline-block;
  -webkit-transform: scale(1, 1);
  transform: scale(1, 1);
  -webkit-transition: all 0.25s ease-in-out;
  -moz-transition: all 0.25s ease-in-out;
  transition: all 0.25s ease-in-out;
}
.cid-sEIt1GYD5H .collapsed .dropdown-menu .dropdown-item:before {
  display: none;
}
.cid-sEIt1GYD5H .collapsed .dropdown .dropdown-menu .dropdown-item {
  padding: 0.235em 1.5em 0.235em 1.5em !important;
  transition: none;
  margin: 0 !important;
}
.cid-sEIt1GYD5H .navbar {
  min-height: 77px;
  transition: all 0.3s;
  background: #007cb0;
}
.cid-sEIt1GYD5H .navbar.opened {
  transition: all 0.3s;
  background: #007cb0 !important;
}
.cid-sEIt1GYD5H .navbar .dropdown-item {
  padding: 0.235rem 2.5rem 0.235rem 1.5rem;
}
.cid-sEIt1GYD5H .navbar .navbar-collapse {
  -webkit-justify-content: flex-end;
  justify-content: flex-end;
  z-index: 1;
}
.cid-sEIt1GYD5H .navbar.collapsed .nav-item .nav-link::before {
  display: none;
}
.cid-sEIt1GYD5H .navbar.collapsed.opened .dropdown-menu {
  top: 0;
}
.cid-sEIt1GYD5H .navbar.collapsed .dropdown-menu {
  background: transparent !important;
}
.cid-sEIt1GYD5H .navbar.collapsed .dropdown-menu .dropdown-submenu {
  left: 0 !important;
}
.cid-sEIt1GYD5H .navbar.collapsed .dropdown-menu .dropdown-toggle[data-toggle='dropdown-submenu']:after {
  margin-left: 0.25rem;
  border-top: 0.35em solid;
  border-right: 0.35em solid transparent;
  border-left: 0.35em solid transparent;
  border-bottom: 0;
  top: 55%;
}
.cid-sEIt1GYD5H .navbar.collapsed ul.navbar-nav li {
  margin: auto;
}
.cid-sEIt1GYD5H .navbar.collapsed .dropdown-menu .dropdown-item {
  padding: 0.25rem 1.5rem;
  text-align: center;
  -webkit-justify-content: center;
  justify-content: center;
}
.cid-sEIt1GYD5H .navbar.collapsed .icons-menu {
  padding-left: 0;
  padding-top: 0.5rem;
  padding-bottom: 0.5rem;
}
@media (max-width: 991px) {
  .cid-sEIt1GYD5H .navbar .nav-item .nav-link::before {
    display: none;
  }
  .cid-sEIt1GYD5H .navbar.opened .dropdown-menu {
    top: 0;
  }
  .cid-sEIt1GYD5H .navbar .dropdown-menu {
    background: transparent !important;
  }
  .cid-sEIt1GYD5H .navbar .dropdown-menu .dropdown-submenu {
    left: 0 !important;
  }
  .cid-sEIt1GYD5H .navbar .dropdown-menu .dropdown-toggle[data-toggle='dropdown-submenu']:after {
    margin-left: 0.25rem;
    border-top: 0.35em solid;
    border-right: 0.35em solid transparent;
    border-left: 0.35em solid transparent;
    border-bottom: 0;
    top: 55%;
  }
  .cid-sEIt1GYD5H .navbar .navbar-logo img {
    height: 3.8rem !important;
    width: auto;
  }
  .cid-sEIt1GYD5H .navbar ul.navbar-nav li {
    margin: auto;
  }
  .cid-sEIt1GYD5H .navbar .dropdown-menu .dropdown-item {
    padding: 0.25rem 1.5rem !important;
    text-align: center;
    -webkit-justify-content: center;
    justify-content: center;
  }
  .cid-sEIt1GYD5H .navbar .navbar-brand {
    -webkit-flex-shrink: initial;
    flex-shrink: initial;
    -webkit-flex-basis: auto;
    flex-basis: auto;
    word-break: break-word;
  }
  .cid-sEIt1GYD5H .navbar .navbar-toggler {
    -webkit-flex-basis: auto;
    flex-basis: auto;
  }
  .cid-sEIt1GYD5H .navbar .icons-menu {
    padding-left: 0;
    padding-top: 0.5rem;
    padding-bottom: 0.5rem;
  }
}
.cid-sEIt1GYD5H .navbar.navbar-short {
  background: #007cb0 !important;
  min-height: 60px;
}
.cid-sEIt1GYD5H .navbar.navbar-short .navbar-logo img {
  height: 3rem !important;
  width: auto;
}
.cid-sEIt1GYD5H .navbar.navbar-short .navbar-brand {
  padding: 0;
}
.cid-sEIt1GYD5H .navbar-brand {
  -webkit-flex-shrink: 0;
  flex-shrink: 0;
  -webkit-align-items: center;
  align-items: center;
  margin-right: 0;
  padding: 0;
  transition: all 0.3s;
  word-break: break-word;
  z-index: 1;
}
.cid-sEIt1GYD5H .navbar-brand .navbar-caption {
  line-height: inherit !important;
}
.cid-sEIt1GYD5H .navbar-brand .navbar-logo a {
  outline: none;
}
.cid-sEIt1GYD5H .navbar-brand .navbar-logo a img {
  width: auto;
}
.cid-sEIt1GYD5H .dropdown-item.active,
.cid-sEIt1GYD5H .dropdown-item:active {
  background-color: transparent;
}
.cid-sEIt1GYD5H .nav-dropdown .link.dropdown-toggle {
  margin-right: 1.667em;
}
.cid-sEIt1GYD5H .nav-dropdown .link.dropdown-toggle[aria-expanded='true'] {
  margin-right: 0;
  padding: 0.667em 1.667em;
}
.cid-sEIt1GYD5H .navbar.navbar-expand-lg .dropdown .dropdown-menu {
  background: #007cb0;
}
.cid-sEIt1GYD5H .navbar.navbar-expand-lg .dropdown .dropdown-menu .dropdown-submenu {
  margin: 0;
  left: 100%;
}
.cid-sEIt1GYD5H .navbar .dropdown.open > .dropdown-menu {
  display: block;
}
.cid-sEIt1GYD5H ul.navbar-nav {
  -webkit-flex-wrap: wrap;
  flex-wrap: wrap;
}
.cid-sEIt1GYD5H .navbar-buttons {
  text-align: center;
}
.cid-sEIt1GYD5H button.navbar-toggler {
  outline: none;
  width: 31px;
  height: 20px;
  cursor: pointer;
  transition: all 0.2s;
  position: relative;
  -webkit-align-self: center;
  align-self: center;
}
.cid-sEIt1GYD5H button.navbar-toggler .hamburger span {
  position: absolute;
  right: 0;
  width: 30px;
  height: 2px;
  border-right: 5px;
  background-color: #ffffff;
}
.cid-sEIt1GYD5H button.navbar-toggler .hamburger span:nth-child(1) {
  top: 0;
  transition: all 0.2s;
}
.cid-sEIt1GYD5H button.navbar-toggler .hamburger span:nth-child(2) {
  top: 8px;
  transition: all 0.15s;
}
.cid-sEIt1GYD5H button.navbar-toggler .hamburger span:nth-child(3) {
  top: 8px;
  transition: all 0.15s;
}
.cid-sEIt1GYD5H button.navbar-toggler .hamburger span:nth-child(4) {
  top: 16px;
  transition: all 0.2s;
}
.cid-sEIt1GYD5H nav.opened .hamburger span:nth-child(1) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-sEIt1GYD5H nav.opened .hamburger span:nth-child(2) {
  -webkit-transform: rotate(45deg);
  transform: rotate(45deg);
  transition: all 0.25s;
}
.cid-sEIt1GYD5H nav.opened .hamburger span:nth-child(3) {
  -webkit-transform: rotate(-45deg);
  transform: rotate(-45deg);
  transition: all 0.25s;
}
.cid-sEIt1GYD5H nav.opened .hamburger span:nth-child(4) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-sEIt1GYD5H .navbar-dropdown {
  padding: 0.5rem 1rem;
  position: fixed;
}
.cid-sEIt1GYD5H a.nav-link {
  -webkit-justify-content: center;
  justify-content: center;
  display: flex;
  -webkit-align-items: center;
  align-items: center;
}
.cid-sEIt1GYD5H .mbr-iconfont {
  font-size: 1rem;
  color: #ffffff;
  display: inline-flex;
}
.cid-sEIt1GYD5H .mbr-iconfont:before {
  padding: 0.5rem;
  border: 2px solid;
  border-radius: 100px;
}
.cid-sEIt1GYD5H .soc-item {
  margin: 0.5rem 0.3rem;
}
.cid-sEIt1GYD5H .icons-menu {
  -webkit-flex-wrap: wrap;
  flex-wrap: wrap;
  display: flex;
  -webkit-justify-content: center;
  justify-content: center;
  padding-left: 1rem;
  text-align: center;
  -webkit-align-items: center;
  align-items: center;
}
@media screen and (-ms-high-contrast: active), (-ms-high-contrast: none) {
  .cid-sEIt1GYD5H .navbar {
    height: 77px;
  }
  .cid-sEIt1GYD5H .navbar.opened {
    height: auto;
  }
  .cid-sEIt1GYD5H .nav-item .nav-link:hover::before {
    width: 175%;
    max-width: calc(100% + 2rem);
    left: -1rem;
  }
}
.cid-sGAVmoYHEm {
  padding-top: 0rem;
  padding-bottom: 3rem;
  background-color: #007cb0;
}
.cid-sGAVmoYHEm .row-links {
  width: 100%;
  justify-content: center;
}
.cid-sGAVmoYHEm .social-row {
  width: 100%;
  justify-content: center;
}
.cid-sGAVmoYHEm .media-container-row {
  flex-direction: column;
  justify-content: center;
  align-items: center;
}
.cid-sGAVmoYHEm .media-container-row .foot-menu {
  list-style: none;
  display: flex;
  justify-content: center;
  flex-wrap: wrap;
  padding: 0;
  margin-bottom: 1rem;
}
.cid-sGAVmoYHEm .media-container-row .foot-menu li {
  padding: 0 1.5rem 1rem 1.5rem;
}
.cid-sGAVmoYHEm .media-container-row .foot-menu li:hover {
  color: #007cb0;
}
.cid-sGAVmoYHEm .media-container-row .foot-menu li p {
  margin: 0;
}
.cid-sGAVmoYHEm .media-container-row .social-list {
  padding-left: 0;
  margin-bottom: 0;
  list-style: none;
  display: flex;
  flex-wrap: wrap;
  justify-content: flex-end;
}
.cid-sGAVmoYHEm .media-container-row .social-list .mbr-iconfont-social {
  font-size: 1.5rem;
  color: #ffffff;
}
.cid-sGAVmoYHEm .media-container-row .social-list .soc-item {
  margin: 0 .5rem;
}
.cid-sGAVmoYHEm .media-container-row .social-list a {
  margin: 0;
  opacity: .5;
  transition: .2s linear;
}
.cid-sGAVmoYHEm .media-container-row .social-list a:hover {
  opacity: 1;
}
@media (max-width: 767px) {
  .cid-sGAVmoYHEm .media-container-row .social-list {
    -webkit-justify-content: center;
    justify-content: center;
  }
}
.cid-sGAVmoYHEm .media-container-row .row-copirayt {
  word-break: break-word;
  width: 100%;
}
.cid-sGAVmoYHEm .media-container-row .row-copirayt p {
  width: 100%;
}
@media (max-width: 767px) {
  .cid-sGAVmoYHEm .foot-menu {
    display: flex;
    flex-direction: column;
  }
}
.cid-sGAVmoYHEm .media-container-row .mbr-text {
  color: #ffffff;
}
.cid-sAbMrG1hGQ {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-color: #777777;
}
.cid-sAbMrG1hGQ img {
  width: 90%;
  border-radius: 10px;
}
@media (max-width: 992px) {
  .cid-sAbMrG1hGQ img {
    width: 100%;
  }
}
.cid-sAbMrG1hGQ .btn span {
  order: 0;
  margin-right: 0.6rem;
  margin-left: 0;
}
.cid-sAbMrG1hGQ .counter-container ul {
  margin: 0;
  list-style: none;
  padding-left: 2.4rem;
}
.cid-sAbMrG1hGQ .counter-container ul li {
  margin-bottom: 2rem;
  list-style: none;
  position: relative;
  padding-left: 1rem;
}
.cid-sAbMrG1hGQ .counter-container ul li:before {
  position: absolute;
  top: -5px;
  left: -40px;
  content: "";
  display: flex;
  justify-content: center;
  align-items: center;
  color: #000000;
  background-color: #ffffff;
  width: 40px;
  height: 40px;
  border-radius: 50%;
  content: "✓";
}
.cid-sAbMrG1hGQ .mbr-text,
.cid-sAbMrG1hGQ .mbr-section-btn {
  color: #ffffff;
}
.cid-sAbMrG1hGQ .mbr-section-subtitle {
  color: #777777;
}
.cid-sAbMrG1hGQ .mbr-list {
  color: #ffffff;
}
.cid-sAbMrG1hGQ .mbr-section-title {
  color: #ffffff;
}
.cid-sAbMAcVqVT {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-color: #777777;
}
.cid-sAbMAcVqVT .mbr-section-head {
  margin-bottom: 2rem;
}
.cid-sAbMAcVqVT .mbr-iconfont {
  font-size: 1.4rem !important;
  font-family: 'Moririse2' !important;
  color: #1d2c35;
  margin-left: 1rem;
}
.cid-sAbMAcVqVT .panel-group {
  border: none;
}
.cid-sAbMAcVqVT .panel-title {
  display: flex;
  align-items: center;
  justify-content: space-between;
}
.cid-sAbMAcVqVT .panel-body,
.cid-sAbMAcVqVT .card-header {
  padding: 1rem 0;
}
.cid-sAbMAcVqVT .panel-title-edit {
  color: #ffffff;
}
.cid-sAbMAcVqVT .card .card-header {
  background-color: transparent;
  margin-bottom: 0;
}
.cid-sAbMAcVqVT H3 {
  color: #ffffff;
}
.cid-sAbMAcVqVT H4 {
  color: #ffffff;
}
.cid-sAbMAcVqVT .panel-text {
  color: #ffffff;
}
.cid-sEIt1GYD5H .dropdown-item:before {
  font-family: MobiriseIcons !important;
  content: '\e966';
  display: inline-block;
  width: 16px;
  position: absolute;
  right: 1rem;
  top: 30%;
  line-height: 1;
  font-size: inherit;
  vertical-align: middle;
  text-align: center;
  -webkit-transform: scale(0, 1);
  transform: scale(0, 1);
  -webkit-transition: all 0.25s ease-in-out;
  -moz-transition: all 0.25s ease-in-out;
  transition: all 0.25s ease-in-out;
}
.cid-sEIt1GYD5H .nav-item,
.cid-sEIt1GYD5H .nav-link,
.cid-sEIt1GYD5H .navbar-caption {
  font-weight: normal;
}
.cid-sEIt1GYD5H .nav-item:focus,
.cid-sEIt1GYD5H .nav-link:focus {
  outline: none;
}
@media (min-width: 992px) {
  .cid-sEIt1GYD5H .dropdown-item:hover:before {
    -webkit-transform: scale(1, 1);
    transform: scale(1, 1);
  }
}
.cid-sEIt1GYD5H .dropdown .dropdown-menu .dropdown-item {
  display: flex;
  -webkit-align-items: center;
  align-items: center;
  width: auto;
  -webkit-transition: all 0.25s ease-in-out;
  -moz-transition: all 0.25s ease-in-out;
  transition: all 0.25s ease-in-out;
}
.cid-sEIt1GYD5H .dropdown .dropdown-menu .dropdown-item::after {
  right: 1rem;
}
.cid-sEIt1GYD5H .dropdown .dropdown-menu .dropdown-item:hover .mbr-iconfont:before {
  -webkit-transform: scale(0, 1);
  transform: scale(0, 1);
}
.cid-sEIt1GYD5H .dropdown .dropdown-menu .dropdown-item.dropdown-toggle:before {
  display: none;
}
.cid-sEIt1GYD5H .dropdown .dropdown-menu .dropdown-item .mbr-iconfont {
  margin-left: -1.8rem;
  padding-right: 1rem;
  font-size: inherit;
}
.cid-sEIt1GYD5H .dropdown .dropdown-menu .dropdown-item .mbr-iconfont:before {
  display: inline-block;
  -webkit-transform: scale(1, 1);
  transform: scale(1, 1);
  -webkit-transition: all 0.25s ease-in-out;
  -moz-transition: all 0.25s ease-in-out;
  transition: all 0.25s ease-in-out;
}
.cid-sEIt1GYD5H .collapsed .dropdown-menu .dropdown-item:before {
  display: none;
}
.cid-sEIt1GYD5H .collapsed .dropdown .dropdown-menu .dropdown-item {
  padding: 0.235em 1.5em 0.235em 1.5em !important;
  transition: none;
  margin: 0 !important;
}
.cid-sEIt1GYD5H .navbar {
  min-height: 77px;
  transition: all 0.3s;
  background: #007cb0;
}
.cid-sEIt1GYD5H .navbar.opened {
  transition: all 0.3s;
  background: #007cb0 !important;
}
.cid-sEIt1GYD5H .navbar .dropdown-item {
  padding: 0.235rem 2.5rem 0.235rem 1.5rem;
}
.cid-sEIt1GYD5H .navbar .navbar-collapse {
  -webkit-justify-content: flex-end;
  justify-content: flex-end;
  z-index: 1;
}
.cid-sEIt1GYD5H .navbar.collapsed .nav-item .nav-link::before {
  display: none;
}
.cid-sEIt1GYD5H .navbar.collapsed.opened .dropdown-menu {
  top: 0;
}
.cid-sEIt1GYD5H .navbar.collapsed .dropdown-menu {
  background: transparent !important;
}
.cid-sEIt1GYD5H .navbar.collapsed .dropdown-menu .dropdown-submenu {
  left: 0 !important;
}
.cid-sEIt1GYD5H .navbar.collapsed .dropdown-menu .dropdown-toggle[data-toggle='dropdown-submenu']:after {
  margin-left: 0.25rem;
  border-top: 0.35em solid;
  border-right: 0.35em solid transparent;
  border-left: 0.35em solid transparent;
  border-bottom: 0;
  top: 55%;
}
.cid-sEIt1GYD5H .navbar.collapsed ul.navbar-nav li {
  margin: auto;
}
.cid-sEIt1GYD5H .navbar.collapsed .dropdown-menu .dropdown-item {
  padding: 0.25rem 1.5rem;
  text-align: center;
  -webkit-justify-content: center;
  justify-content: center;
}
.cid-sEIt1GYD5H .navbar.collapsed .icons-menu {
  padding-left: 0;
  padding-top: 0.5rem;
  padding-bottom: 0.5rem;
}
@media (max-width: 991px) {
  .cid-sEIt1GYD5H .navbar .nav-item .nav-link::before {
    display: none;
  }
  .cid-sEIt1GYD5H .navbar.opened .dropdown-menu {
    top: 0;
  }
  .cid-sEIt1GYD5H .navbar .dropdown-menu {
    background: transparent !important;
  }
  .cid-sEIt1GYD5H .navbar .dropdown-menu .dropdown-submenu {
    left: 0 !important;
  }
  .cid-sEIt1GYD5H .navbar .dropdown-menu .dropdown-toggle[data-toggle='dropdown-submenu']:after {
    margin-left: 0.25rem;
    border-top: 0.35em solid;
    border-right: 0.35em solid transparent;
    border-left: 0.35em solid transparent;
    border-bottom: 0;
    top: 55%;
  }
  .cid-sEIt1GYD5H .navbar .navbar-logo img {
    height: 3.8rem !important;
    width: auto;
  }
  .cid-sEIt1GYD5H .navbar ul.navbar-nav li {
    margin: auto;
  }
  .cid-sEIt1GYD5H .navbar .dropdown-menu .dropdown-item {
    padding: 0.25rem 1.5rem !important;
    text-align: center;
    -webkit-justify-content: center;
    justify-content: center;
  }
  .cid-sEIt1GYD5H .navbar .navbar-brand {
    -webkit-flex-shrink: initial;
    flex-shrink: initial;
    -webkit-flex-basis: auto;
    flex-basis: auto;
    word-break: break-word;
  }
  .cid-sEIt1GYD5H .navbar .navbar-toggler {
    -webkit-flex-basis: auto;
    flex-basis: auto;
  }
  .cid-sEIt1GYD5H .navbar .icons-menu {
    padding-left: 0;
    padding-top: 0.5rem;
    padding-bottom: 0.5rem;
  }
}
.cid-sEIt1GYD5H .navbar.navbar-short {
  background: #007cb0 !important;
  min-height: 60px;
}
.cid-sEIt1GYD5H .navbar.navbar-short .navbar-logo img {
  height: 3rem !important;
  width: auto;
}
.cid-sEIt1GYD5H .navbar.navbar-short .navbar-brand {
  padding: 0;
}
.cid-sEIt1GYD5H .navbar-brand {
  -webkit-flex-shrink: 0;
  flex-shrink: 0;
  -webkit-align-items: center;
  align-items: center;
  margin-right: 0;
  padding: 0;
  transition: all 0.3s;
  word-break: break-word;
  z-index: 1;
}
.cid-sEIt1GYD5H .navbar-brand .navbar-caption {
  line-height: inherit !important;
}
.cid-sEIt1GYD5H .navbar-brand .navbar-logo a {
  outline: none;
}
.cid-sEIt1GYD5H .navbar-brand .navbar-logo a img {
  width: auto;
}
.cid-sEIt1GYD5H .dropdown-item.active,
.cid-sEIt1GYD5H .dropdown-item:active {
  background-color: transparent;
}
.cid-sEIt1GYD5H .nav-dropdown .link.dropdown-toggle {
  margin-right: 1.667em;
}
.cid-sEIt1GYD5H .nav-dropdown .link.dropdown-toggle[aria-expanded='true'] {
  margin-right: 0;
  padding: 0.667em 1.667em;
}
.cid-sEIt1GYD5H .navbar.navbar-expand-lg .dropdown .dropdown-menu {
  background: #007cb0;
}
.cid-sEIt1GYD5H .navbar.navbar-expand-lg .dropdown .dropdown-menu .dropdown-submenu {
  margin: 0;
  left: 100%;
}
.cid-sEIt1GYD5H .navbar .dropdown.open > .dropdown-menu {
  display: block;
}
.cid-sEIt1GYD5H ul.navbar-nav {
  -webkit-flex-wrap: wrap;
  flex-wrap: wrap;
}
.cid-sEIt1GYD5H .navbar-buttons {
  text-align: center;
}
.cid-sEIt1GYD5H button.navbar-toggler {
  outline: none;
  width: 31px;
  height: 20px;
  cursor: pointer;
  transition: all 0.2s;
  position: relative;
  -webkit-align-self: center;
  align-self: center;
}
.cid-sEIt1GYD5H button.navbar-toggler .hamburger span {
  position: absolute;
  right: 0;
  width: 30px;
  height: 2px;
  border-right: 5px;
  background-color: #ffffff;
}
.cid-sEIt1GYD5H button.navbar-toggler .hamburger span:nth-child(1) {
  top: 0;
  transition: all 0.2s;
}
.cid-sEIt1GYD5H button.navbar-toggler .hamburger span:nth-child(2) {
  top: 8px;
  transition: all 0.15s;
}
.cid-sEIt1GYD5H button.navbar-toggler .hamburger span:nth-child(3) {
  top: 8px;
  transition: all 0.15s;
}
.cid-sEIt1GYD5H button.navbar-toggler .hamburger span:nth-child(4) {
  top: 16px;
  transition: all 0.2s;
}
.cid-sEIt1GYD5H nav.opened .hamburger span:nth-child(1) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-sEIt1GYD5H nav.opened .hamburger span:nth-child(2) {
  -webkit-transform: rotate(45deg);
  transform: rotate(45deg);
  transition: all 0.25s;
}
.cid-sEIt1GYD5H nav.opened .hamburger span:nth-child(3) {
  -webkit-transform: rotate(-45deg);
  transform: rotate(-45deg);
  transition: all 0.25s;
}
.cid-sEIt1GYD5H nav.opened .hamburger span:nth-child(4) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-sEIt1GYD5H .navbar-dropdown {
  padding: 0.5rem 1rem;
  position: fixed;
}
.cid-sEIt1GYD5H a.nav-link {
  -webkit-justify-content: center;
  justify-content: center;
  display: flex;
  -webkit-align-items: center;
  align-items: center;
}
.cid-sEIt1GYD5H .mbr-iconfont {
  font-size: 1rem;
  color: #ffffff;
  display: inline-flex;
}
.cid-sEIt1GYD5H .mbr-iconfont:before {
  padding: 0.5rem;
  border: 2px solid;
  border-radius: 100px;
}
.cid-sEIt1GYD5H .soc-item {
  margin: 0.5rem 0.3rem;
}
.cid-sEIt1GYD5H .icons-menu {
  -webkit-flex-wrap: wrap;
  flex-wrap: wrap;
  display: flex;
  -webkit-justify-content: center;
  justify-content: center;
  padding-left: 1rem;
  text-align: center;
  -webkit-align-items: center;
  align-items: center;
}
@media screen and (-ms-high-contrast: active), (-ms-high-contrast: none) {
  .cid-sEIt1GYD5H .navbar {
    height: 77px;
  }
  .cid-sEIt1GYD5H .navbar.opened {
    height: auto;
  }
  .cid-sEIt1GYD5H .nav-item .nav-link:hover::before {
    width: 175%;
    max-width: calc(100% + 2rem);
    left: -1rem;
  }
}
.cid-sGAVmoYHEm {
  padding-top: 0rem;
  padding-bottom: 3rem;
  background-color: #007cb0;
}
.cid-sGAVmoYHEm .row-links {
  width: 100%;
  justify-content: center;
}
.cid-sGAVmoYHEm .social-row {
  width: 100%;
  justify-content: center;
}
.cid-sGAVmoYHEm .media-container-row {
  flex-direction: column;
  justify-content: center;
  align-items: center;
}
.cid-sGAVmoYHEm .media-container-row .foot-menu {
  list-style: none;
  display: flex;
  justify-content: center;
  flex-wrap: wrap;
  padding: 0;
  margin-bottom: 1rem;
}
.cid-sGAVmoYHEm .media-container-row .foot-menu li {
  padding: 0 1.5rem 1rem 1.5rem;
}
.cid-sGAVmoYHEm .media-container-row .foot-menu li:hover {
  color: #007cb0;
}
.cid-sGAVmoYHEm .media-container-row .foot-menu li p {
  margin: 0;
}
.cid-sGAVmoYHEm .media-container-row .social-list {
  padding-left: 0;
  margin-bottom: 0;
  list-style: none;
  display: flex;
  flex-wrap: wrap;
  justify-content: flex-end;
}
.cid-sGAVmoYHEm .media-container-row .social-list .mbr-iconfont-social {
  font-size: 1.5rem;
  color: #ffffff;
}
.cid-sGAVmoYHEm .media-container-row .social-list .soc-item {
  margin: 0 .5rem;
}
.cid-sGAVmoYHEm .media-container-row .social-list a {
  margin: 0;
  opacity: .5;
  transition: .2s linear;
}
.cid-sGAVmoYHEm .media-container-row .social-list a:hover {
  opacity: 1;
}
@media (max-width: 767px) {
  .cid-sGAVmoYHEm .media-container-row .social-list {
    -webkit-justify-content: center;
    justify-content: center;
  }
}
.cid-sGAVmoYHEm .media-container-row .row-copirayt {
  word-break: break-word;
  width: 100%;
}
.cid-sGAVmoYHEm .media-container-row .row-copirayt p {
  width: 100%;
}
@media (max-width: 767px) {
  .cid-sGAVmoYHEm .foot-menu {
    display: flex;
    flex-direction: column;
  }
}
.cid-sGAVmoYHEm .media-container-row .mbr-text {
  color: #ffffff;
}
.cid-sGuYNqivLi {
  padding-top: 90px;
  padding-bottom: 0px;
  background-color: #007cb0;
}
.cid-sGuYNqivLi h2 {
  color: #000000;
}
.cid-sGuYNqivLi h1 {
  color: #000000;
}
.cid-sGuYNqivLi .mbr-text,
.cid-sGuYNqivLi .mbr-section-btn {
  color: #ffffff;
}
.cid-sGuYNqivLi H1 {
  color: #ffffff;
}
.cid-sGuYNSaEnM {
  padding-top: 3rem;
  padding-bottom: 0rem;
  background-color: #007cb0;
}
.cid-sGuYNSaEnM .mbr-section-subtitle {
  color: #33358c;
}
.cid-sGuYNSaEnM .mbr-text,
.cid-sGuYNSaEnM .mbr-section-btn {
  color: #ffffff;
  text-align: left;
}
.cid-sGuYNSaEnM .row {
  justify-content: space-between;
}
.cid-sGuYNSaEnM img {
  border-radius: 8px;
}
.cid-sGuYNSaEnM .mbr-section-title {
  color: #ffffff;
}
.cid-sF0cytSrsI {
  padding-top: 2rem;
  padding-bottom: 0rem;
  overflow: hidden;
  background-color: #007cb0;
}
.cid-sF0cytSrsI .oldcost {
  text-decoration: line-through;
  color: #6592e6;
}
.cid-sF0cytSrsI .icon-col {
  padding: 2rem 0;
}
.cid-sF0cytSrsI .link-wrap {
  width: 100%;
}
.cid-sF0cytSrsI .link {
  position: relative;
  display: inline-block;
  z-index: 1;
  margin: 0;
  cursor: pointer;
  padding: 0px!important;
  width: fit-content;
  color: #3098f3;
  text-align: center;
}
.cid-sF0cytSrsI .link:before {
  position: absolute;
  left: -10px;
  top: 0;
  width: 0;
  height: 100%;
  transition: all 0.3s;
  border-radius: 16px;
  background: #007cb0;
  content: '';
  z-index: -1;
}
.cid-sF0cytSrsI .link:hover:before {
  width: calc(120%);
}
.cid-sF0cytSrsI .mbr-iconfont {
  display: flex;
  font-size: 6rem;
  color: #6ec7f2;
  position: relative;
  z-index: 1;
  margin: auto;
  transition: all 0.4s;
  width: fit-content;
  justify-content: center;
}
.cid-sF0cytSrsI .row,
.cid-sF0cytSrsI .icon-col {
  overflow: visible;
}
.cid-sF0cytSrsI .currentcost {
  color: #232323;
}
.cid-sF0cytSrsI img {
  transition: all 0.3s;
  position: relative;
  z-index: 10;
}
.cid-sF0cytSrsI .image-wrapper {
  overflow: hidden;
  z-index: 10;
}
.cid-sF0cytSrsI .card-wrapper {
  border-radius: 4px;
  overflow: visible;
  padding: 0 1rem;
  padding-bottom: 2rem;
}
@media (min-width: 992px) {
  .cid-sF0cytSrsI .text-box {
    padding: 2rem;
    padding-right: 4rem;
  }
}
@media (max-width: 991px) {
  .cid-sF0cytSrsI .text-box {
    padding: 2rem;
  }
}
@media (max-width: 767px) {
  .cid-sF0cytSrsI .text-box {
    padding: 2rem 1rem;
  }
}
.cid-sF0cytSrsI .image-wrapper img {
  width: 100%;
  object-fit: cover;
}
.cid-sF0cytSrsI H5 {
  color: #3098f3;
}
.cid-sF0cytSrsI .mbr-sub-title {
  color: #ffffff;
}
.cid-sF0cytSrsI .mbr-text {
  color: #ffffff;
}
.cid-sF0cytSrsI .mbr-title {
  color: #ffffff;
}
.cid-sF0cytSrsI .link,
.cid-sF0cytSrsI .link-wrap {
  color: #ffffff;
}
.cid-t3myIUHj1q {
  padding-top: 0rem;
  padding-bottom: 2rem;
  overflow: hidden;
  background-color: #007cb0;
}
.cid-t3myIUHj1q .oldcost {
  text-decoration: line-through;
  color: #6592e6;
}
.cid-t3myIUHj1q .icon-col {
  padding: 2rem 0;
}
.cid-t3myIUHj1q .link-wrap {
  width: 100%;
}
.cid-t3myIUHj1q .link {
  position: relative;
  display: inline-block;
  z-index: 1;
  margin: 0;
  cursor: pointer;
  padding: 0px!important;
  width: fit-content;
  color: #3098f3;
  text-align: center;
}
.cid-t3myIUHj1q .link:before {
  position: absolute;
  left: -10px;
  top: 0;
  width: 0;
  height: 100%;
  transition: all 0.3s;
  border-radius: 16px;
  background: #007cb0;
  content: '';
  z-index: -1;
}
.cid-t3myIUHj1q .link:hover:before {
  width: calc(120%);
}
.cid-t3myIUHj1q .mbr-iconfont {
  display: flex;
  font-size: 6rem;
  color: #6ec7f2;
  position: relative;
  z-index: 1;
  margin: auto;
  transition: all 0.4s;
  width: fit-content;
  justify-content: center;
}
.cid-t3myIUHj1q .row,
.cid-t3myIUHj1q .icon-col {
  overflow: visible;
}
.cid-t3myIUHj1q .currentcost {
  color: #232323;
}
.cid-t3myIUHj1q img {
  transition: all 0.3s;
  position: relative;
  z-index: 10;
}
.cid-t3myIUHj1q .image-wrapper {
  overflow: hidden;
  z-index: 10;
}
.cid-t3myIUHj1q .card-wrapper {
  border-radius: 4px;
  overflow: visible;
  padding: 0 1rem;
  padding-bottom: 2rem;
}
@media (min-width: 992px) {
  .cid-t3myIUHj1q .text-box {
    padding: 2rem;
    padding-right: 4rem;
  }
}
@media (max-width: 991px) {
  .cid-t3myIUHj1q .text-box {
    padding: 2rem;
  }
}
@media (max-width: 767px) {
  .cid-t3myIUHj1q .text-box {
    padding: 2rem 1rem;
  }
}
.cid-t3myIUHj1q .image-wrapper img {
  width: 100%;
  object-fit: cover;
}
.cid-t3myIUHj1q H5 {
  color: #3098f3;
}
.cid-t3myIUHj1q .mbr-sub-title {
  color: #ffffff;
}
.cid-t3myIUHj1q .mbr-text {
  color: #ffffff;
}
.cid-t3myIUHj1q .mbr-title {
  color: #ffffff;
}
.cid-t3myIUHj1q .link,
.cid-t3myIUHj1q .link-wrap {
  color: #ffffff;
}
.cid-sKFYxY17Zc {
  padding-top: 75px;
  padding-bottom: 75px;
  background-color: #007cb0;
}
.cid-sKFYxY17Zc .mbr-overlay {
  background-color: #ffffff;
  opacity: 0.4;
}
.cid-sKFYxY17Zc .btn {
  border-radius: 30px;
  height: 50px;
  padding: 0 2rem;
}
.cid-sKFYxY17Zc textarea {
  min-height: 150px;
  padding: 1rem 1.5rem!important;
}
@media (max-width: 767px) {
  .cid-sKFYxY17Zc .form-row {
    flex-direction: column;
  }
}
.cid-sKFYxY17Zc h4 {
  margin-bottom: 2rem;
}
.cid-sKFYxY17Zc .form-control,
.cid-sKFYxY17Zc .field-input {
  padding: 0.5rem 1.5rem;
  height: 51px;
  border-radius: 30px;
}
.cid-sKFYxY17Zc .form-control,
.cid-sKFYxY17Zc .field-input {
  padding: 0.5rem 1.5rem;
  height: 51px;
  background-color: #005e85;
  border-color: #007cb0;
  color: #fafafa;
  border-radius: 30px;
  transition: 0.4s;
  box-shadow: none;
  outline: none;
}
.cid-sKFYxY17Zc .form-control::-webkit-input-placeholder,
.cid-sKFYxY17Zc .field-input::-webkit-input-placeholder,
.cid-sKFYxY17Zc .form-control::-webkit-input-placeholder,
.cid-sKFYxY17Zc .field-input::-webkit-input-placeholder {
  color: #bbbbbb;
}
.cid-sKFYxY17Zc .form-control:-moz-placeholder,
.cid-sKFYxY17Zc .field-input:-moz-placeholder,
.cid-sKFYxY17Zc .form-control:-moz-placeholder,
.cid-sKFYxY17Zc .field-input:-moz-placeholder {
  color: #bbbbbb;
}
.cid-sKFYxY17Zc .form-control:hover,
.cid-sKFYxY17Zc .field-input:hover,
.cid-sKFYxY17Zc .form-control:focus,
.cid-sKFYxY17Zc .field-input:focus {
  background-color: #f2f2f4;
  border-color: #bbbbbb !important;
  color: #005e85;
  box-shadow: none;
  outline: none;
}
.cid-sKFYxY17Zc .form-control:hover::-webkit-input-placeholder,
.cid-sKFYxY17Zc .field-input:hover::-webkit-input-placeholder,
.cid-sKFYxY17Zc .form-control:focus::-webkit-input-placeholder,
.cid-sKFYxY17Zc .field-input:focus::-webkit-input-placeholder,
.cid-sKFYxY17Zc .form-control:hover::-webkit-input-placeholder,
.cid-sKFYxY17Zc .field-input:hover::-webkit-input-placeholder,
.cid-sKFYxY17Zc .form-control:focus::-webkit-input-placeholder,
.cid-sKFYxY17Zc .field-input:focus::-webkit-input-placeholder {
  color: #005e85;
}
.cid-sKFYxY17Zc .form-control:hover:-moz-placeholder,
.cid-sKFYxY17Zc .field-input:hover:-moz-placeholder,
.cid-sKFYxY17Zc .form-control:focus:-moz-placeholder,
.cid-sKFYxY17Zc .field-input:focus:-moz-placeholder,
.cid-sKFYxY17Zc .form-control:hover:-moz-placeholder,
.cid-sKFYxY17Zc .field-input:hover:-moz-placeholder,
.cid-sKFYxY17Zc .form-control:focus:-moz-placeholder,
.cid-sKFYxY17Zc .field-input:focus:-moz-placeholder {
  color: #005e85;
}
.cid-sKFYxY17Zc .jq-number__spin:hover,
.cid-sKFYxY17Zc .jq-number__spin:focus {
  background-color: #f2f2f4;
  border-color: #bbbbbb;
  color: #000000;
  box-shadow: none;
  outline: none;
}
.cid-sKFYxY17Zc .jq-number__spin {
  background-color: #005e85;
  border-color: #007cb0;
  color: #fafafa;
  transition: 0.4s;
  box-shadow: none;
  outline: none;
}
.cid-sKFYxY17Zc .jq-selectbox li,
.cid-sKFYxY17Zc .jq-selectbox li {
  background-color: #005e85;
  color: #ffffff;
}
.cid-sKFYxY17Zc .jq-selectbox li:hover,
.cid-sKFYxY17Zc .jq-selectbox li.selected {
  background-color: #f2f2f4;
  color: #000000;
}
.cid-sKFYxY17Zc .jq-selectbox:hover .jq-selectbox__trigger-arrow,
.cid-sKFYxY17Zc .jq-number__spin.minus:hover:after,
.cid-sKFYxY17Zc .jq-number__spin.plus:hover:after {
  border-top-color: #005e85;
  border-bottom-color: #005e85;
}
.cid-sKFYxY17Zc .jq-selectbox .jq-selectbox__trigger-arrow,
.cid-sKFYxY17Zc .jq-number__spin.minus:after,
.cid-sKFYxY17Zc .jq-number__spin.plus:after {
  border-top-color: #f2f2f4;
  border-bottom-color: #f2f2f4;
}
.cid-sKFYxY17Zc input::-webkit-clear-button {
  display: none;
}
.cid-sKFYxY17Zc input::-webkit-inner-spin-button {
  display: none;
}
.cid-sKFYxY17Zc input::-webkit-outer-spin-button {
  display: none;
}
.cid-sKFYxY17Zc input::-webkit-calendar-picker-indicator {
  display: none;
}
.cid-sKFYxY17Zc H4 {
  color: #ffffff;
}
.cid-sKFYxY17Zc LABEL {
  color: #ffffff;
}
.cid-sKFYxY17Zc H6 {
  color: #ffffff;
}
.cid-sySm3WEc3n {
  padding-top: 3rem;
  padding-bottom: 2rem;
  background-color: #007cb0;
}
.cid-sySm3WEc3n .text-wrapper {
  z-index: 11;
}
.cid-sySm3WEc3n .wrapper {
  display: flex;
  flex-direction: column;
}
.cid-sySm3WEc3n .animate__fadeInUp:before {
  background: #007cb0;
}
.cid-sySm3WEc3n .mbr-iconfont {
  display: block;
  font-size: 3rem;
  color: #ffffff;
  margin-right: 0rem;
  margin-bottom: 2rem;
}
.cid-sySm3WEc3n .iconfont-wrapper {
  margin: auto;
}
.cid-sySm3WEc3n .mbr-section-title {
  text-align: center;
  color: #ffffff;
}
.cid-sySm3WEc3n .mbr-text,
.cid-sySm3WEc3n .mbr-section-btn {
  text-align: center;
  color: #ffffff;
}
.cid-sEIt1GYD5H .dropdown-item:before {
  font-family: MobiriseIcons !important;
  content: '\e966';
  display: inline-block;
  width: 16px;
  position: absolute;
  right: 1rem;
  top: 30%;
  line-height: 1;
  font-size: inherit;
  vertical-align: middle;
  text-align: center;
  -webkit-transform: scale(0, 1);
  transform: scale(0, 1);
  -webkit-transition: all 0.25s ease-in-out;
  -moz-transition: all 0.25s ease-in-out;
  transition: all 0.25s ease-in-out;
}
.cid-sEIt1GYD5H .nav-item,
.cid-sEIt1GYD5H .nav-link,
.cid-sEIt1GYD5H .navbar-caption {
  font-weight: normal;
}
.cid-sEIt1GYD5H .nav-item:focus,
.cid-sEIt1GYD5H .nav-link:focus {
  outline: none;
}
@media (min-width: 992px) {
  .cid-sEIt1GYD5H .dropdown-item:hover:before {
    -webkit-transform: scale(1, 1);
    transform: scale(1, 1);
  }
}
.cid-sEIt1GYD5H .dropdown .dropdown-menu .dropdown-item {
  display: flex;
  -webkit-align-items: center;
  align-items: center;
  width: auto;
  -webkit-transition: all 0.25s ease-in-out;
  -moz-transition: all 0.25s ease-in-out;
  transition: all 0.25s ease-in-out;
}
.cid-sEIt1GYD5H .dropdown .dropdown-menu .dropdown-item::after {
  right: 1rem;
}
.cid-sEIt1GYD5H .dropdown .dropdown-menu .dropdown-item:hover .mbr-iconfont:before {
  -webkit-transform: scale(0, 1);
  transform: scale(0, 1);
}
.cid-sEIt1GYD5H .dropdown .dropdown-menu .dropdown-item.dropdown-toggle:before {
  display: none;
}
.cid-sEIt1GYD5H .dropdown .dropdown-menu .dropdown-item .mbr-iconfont {
  margin-left: -1.8rem;
  padding-right: 1rem;
  font-size: inherit;
}
.cid-sEIt1GYD5H .dropdown .dropdown-menu .dropdown-item .mbr-iconfont:before {
  display: inline-block;
  -webkit-transform: scale(1, 1);
  transform: scale(1, 1);
  -webkit-transition: all 0.25s ease-in-out;
  -moz-transition: all 0.25s ease-in-out;
  transition: all 0.25s ease-in-out;
}
.cid-sEIt1GYD5H .collapsed .dropdown-menu .dropdown-item:before {
  display: none;
}
.cid-sEIt1GYD5H .collapsed .dropdown .dropdown-menu .dropdown-item {
  padding: 0.235em 1.5em 0.235em 1.5em !important;
  transition: none;
  margin: 0 !important;
}
.cid-sEIt1GYD5H .navbar {
  min-height: 77px;
  transition: all 0.3s;
  background: #007cb0;
}
.cid-sEIt1GYD5H .navbar.opened {
  transition: all 0.3s;
  background: #007cb0 !important;
}
.cid-sEIt1GYD5H .navbar .dropdown-item {
  padding: 0.235rem 2.5rem 0.235rem 1.5rem;
}
.cid-sEIt1GYD5H .navbar .navbar-collapse {
  -webkit-justify-content: flex-end;
  justify-content: flex-end;
  z-index: 1;
}
.cid-sEIt1GYD5H .navbar.collapsed .nav-item .nav-link::before {
  display: none;
}
.cid-sEIt1GYD5H .navbar.collapsed.opened .dropdown-menu {
  top: 0;
}
.cid-sEIt1GYD5H .navbar.collapsed .dropdown-menu {
  background: transparent !important;
}
.cid-sEIt1GYD5H .navbar.collapsed .dropdown-menu .dropdown-submenu {
  left: 0 !important;
}
.cid-sEIt1GYD5H .navbar.collapsed .dropdown-menu .dropdown-toggle[data-toggle='dropdown-submenu']:after {
  margin-left: 0.25rem;
  border-top: 0.35em solid;
  border-right: 0.35em solid transparent;
  border-left: 0.35em solid transparent;
  border-bottom: 0;
  top: 55%;
}
.cid-sEIt1GYD5H .navbar.collapsed ul.navbar-nav li {
  margin: auto;
}
.cid-sEIt1GYD5H .navbar.collapsed .dropdown-menu .dropdown-item {
  padding: 0.25rem 1.5rem;
  text-align: center;
  -webkit-justify-content: center;
  justify-content: center;
}
.cid-sEIt1GYD5H .navbar.collapsed .icons-menu {
  padding-left: 0;
  padding-top: 0.5rem;
  padding-bottom: 0.5rem;
}
@media (max-width: 991px) {
  .cid-sEIt1GYD5H .navbar .nav-item .nav-link::before {
    display: none;
  }
  .cid-sEIt1GYD5H .navbar.opened .dropdown-menu {
    top: 0;
  }
  .cid-sEIt1GYD5H .navbar .dropdown-menu {
    background: transparent !important;
  }
  .cid-sEIt1GYD5H .navbar .dropdown-menu .dropdown-submenu {
    left: 0 !important;
  }
  .cid-sEIt1GYD5H .navbar .dropdown-menu .dropdown-toggle[data-toggle='dropdown-submenu']:after {
    margin-left: 0.25rem;
    border-top: 0.35em solid;
    border-right: 0.35em solid transparent;
    border-left: 0.35em solid transparent;
    border-bottom: 0;
    top: 55%;
  }
  .cid-sEIt1GYD5H .navbar .navbar-logo img {
    height: 3.8rem !important;
    width: auto;
  }
  .cid-sEIt1GYD5H .navbar ul.navbar-nav li {
    margin: auto;
  }
  .cid-sEIt1GYD5H .navbar .dropdown-menu .dropdown-item {
    padding: 0.25rem 1.5rem !important;
    text-align: center;
    -webkit-justify-content: center;
    justify-content: center;
  }
  .cid-sEIt1GYD5H .navbar .navbar-brand {
    -webkit-flex-shrink: initial;
    flex-shrink: initial;
    -webkit-flex-basis: auto;
    flex-basis: auto;
    word-break: break-word;
  }
  .cid-sEIt1GYD5H .navbar .navbar-toggler {
    -webkit-flex-basis: auto;
    flex-basis: auto;
  }
  .cid-sEIt1GYD5H .navbar .icons-menu {
    padding-left: 0;
    padding-top: 0.5rem;
    padding-bottom: 0.5rem;
  }
}
.cid-sEIt1GYD5H .navbar.navbar-short {
  background: #007cb0 !important;
  min-height: 60px;
}
.cid-sEIt1GYD5H .navbar.navbar-short .navbar-logo img {
  height: 3rem !important;
  width: auto;
}
.cid-sEIt1GYD5H .navbar.navbar-short .navbar-brand {
  padding: 0;
}
.cid-sEIt1GYD5H .navbar-brand {
  -webkit-flex-shrink: 0;
  flex-shrink: 0;
  -webkit-align-items: center;
  align-items: center;
  margin-right: 0;
  padding: 0;
  transition: all 0.3s;
  word-break: break-word;
  z-index: 1;
}
.cid-sEIt1GYD5H .navbar-brand .navbar-caption {
  line-height: inherit !important;
}
.cid-sEIt1GYD5H .navbar-brand .navbar-logo a {
  outline: none;
}
.cid-sEIt1GYD5H .navbar-brand .navbar-logo a img {
  width: auto;
}
.cid-sEIt1GYD5H .dropdown-item.active,
.cid-sEIt1GYD5H .dropdown-item:active {
  background-color: transparent;
}
.cid-sEIt1GYD5H .nav-dropdown .link.dropdown-toggle {
  margin-right: 1.667em;
}
.cid-sEIt1GYD5H .nav-dropdown .link.dropdown-toggle[aria-expanded='true'] {
  margin-right: 0;
  padding: 0.667em 1.667em;
}
.cid-sEIt1GYD5H .navbar.navbar-expand-lg .dropdown .dropdown-menu {
  background: #007cb0;
}
.cid-sEIt1GYD5H .navbar.navbar-expand-lg .dropdown .dropdown-menu .dropdown-submenu {
  margin: 0;
  left: 100%;
}
.cid-sEIt1GYD5H .navbar .dropdown.open > .dropdown-menu {
  display: block;
}
.cid-sEIt1GYD5H ul.navbar-nav {
  -webkit-flex-wrap: wrap;
  flex-wrap: wrap;
}
.cid-sEIt1GYD5H .navbar-buttons {
  text-align: center;
}
.cid-sEIt1GYD5H button.navbar-toggler {
  outline: none;
  width: 31px;
  height: 20px;
  cursor: pointer;
  transition: all 0.2s;
  position: relative;
  -webkit-align-self: center;
  align-self: center;
}
.cid-sEIt1GYD5H button.navbar-toggler .hamburger span {
  position: absolute;
  right: 0;
  width: 30px;
  height: 2px;
  border-right: 5px;
  background-color: #ffffff;
}
.cid-sEIt1GYD5H button.navbar-toggler .hamburger span:nth-child(1) {
  top: 0;
  transition: all 0.2s;
}
.cid-sEIt1GYD5H button.navbar-toggler .hamburger span:nth-child(2) {
  top: 8px;
  transition: all 0.15s;
}
.cid-sEIt1GYD5H button.navbar-toggler .hamburger span:nth-child(3) {
  top: 8px;
  transition: all 0.15s;
}
.cid-sEIt1GYD5H button.navbar-toggler .hamburger span:nth-child(4) {
  top: 16px;
  transition: all 0.2s;
}
.cid-sEIt1GYD5H nav.opened .hamburger span:nth-child(1) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-sEIt1GYD5H nav.opened .hamburger span:nth-child(2) {
  -webkit-transform: rotate(45deg);
  transform: rotate(45deg);
  transition: all 0.25s;
}
.cid-sEIt1GYD5H nav.opened .hamburger span:nth-child(3) {
  -webkit-transform: rotate(-45deg);
  transform: rotate(-45deg);
  transition: all 0.25s;
}
.cid-sEIt1GYD5H nav.opened .hamburger span:nth-child(4) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-sEIt1GYD5H .navbar-dropdown {
  padding: 0.5rem 1rem;
  position: fixed;
}
.cid-sEIt1GYD5H a.nav-link {
  -webkit-justify-content: center;
  justify-content: center;
  display: flex;
  -webkit-align-items: center;
  align-items: center;
}
.cid-sEIt1GYD5H .mbr-iconfont {
  font-size: 1rem;
  color: #ffffff;
  display: inline-flex;
}
.cid-sEIt1GYD5H .mbr-iconfont:before {
  padding: 0.5rem;
  border: 2px solid;
  border-radius: 100px;
}
.cid-sEIt1GYD5H .soc-item {
  margin: 0.5rem 0.3rem;
}
.cid-sEIt1GYD5H .icons-menu {
  -webkit-flex-wrap: wrap;
  flex-wrap: wrap;
  display: flex;
  -webkit-justify-content: center;
  justify-content: center;
  padding-left: 1rem;
  text-align: center;
  -webkit-align-items: center;
  align-items: center;
}
@media screen and (-ms-high-contrast: active), (-ms-high-contrast: none) {
  .cid-sEIt1GYD5H .navbar {
    height: 77px;
  }
  .cid-sEIt1GYD5H .navbar.opened {
    height: auto;
  }
  .cid-sEIt1GYD5H .nav-item .nav-link:hover::before {
    width: 175%;
    max-width: calc(100% + 2rem);
    left: -1rem;
  }
}
.cid-sGAVmoYHEm {
  padding-top: 0rem;
  padding-bottom: 3rem;
  background-color: #007cb0;
}
.cid-sGAVmoYHEm .row-links {
  width: 100%;
  justify-content: center;
}
.cid-sGAVmoYHEm .social-row {
  width: 100%;
  justify-content: center;
}
.cid-sGAVmoYHEm .media-container-row {
  flex-direction: column;
  justify-content: center;
  align-items: center;
}
.cid-sGAVmoYHEm .media-container-row .foot-menu {
  list-style: none;
  display: flex;
  justify-content: center;
  flex-wrap: wrap;
  padding: 0;
  margin-bottom: 1rem;
}
.cid-sGAVmoYHEm .media-container-row .foot-menu li {
  padding: 0 1.5rem 1rem 1.5rem;
}
.cid-sGAVmoYHEm .media-container-row .foot-menu li:hover {
  color: #007cb0;
}
.cid-sGAVmoYHEm .media-container-row .foot-menu li p {
  margin: 0;
}
.cid-sGAVmoYHEm .media-container-row .social-list {
  padding-left: 0;
  margin-bottom: 0;
  list-style: none;
  display: flex;
  flex-wrap: wrap;
  justify-content: flex-end;
}
.cid-sGAVmoYHEm .media-container-row .social-list .mbr-iconfont-social {
  font-size: 1.5rem;
  color: #ffffff;
}
.cid-sGAVmoYHEm .media-container-row .social-list .soc-item {
  margin: 0 .5rem;
}
.cid-sGAVmoYHEm .media-container-row .social-list a {
  margin: 0;
  opacity: .5;
  transition: .2s linear;
}
.cid-sGAVmoYHEm .media-container-row .social-list a:hover {
  opacity: 1;
}
@media (max-width: 767px) {
  .cid-sGAVmoYHEm .media-container-row .social-list {
    -webkit-justify-content: center;
    justify-content: center;
  }
}
.cid-sGAVmoYHEm .media-container-row .row-copirayt {
  word-break: break-word;
  width: 100%;
}
.cid-sGAVmoYHEm .media-container-row .row-copirayt p {
  width: 100%;
}
@media (max-width: 767px) {
  .cid-sGAVmoYHEm .foot-menu {
    display: flex;
    flex-direction: column;
  }
}
.cid-sGAVmoYHEm .media-container-row .mbr-text {
  color: #ffffff;
}
.cid-sEIt1GYD5H .dropdown-item:before {
  font-family: MobiriseIcons !important;
  content: '\e966';
  display: inline-block;
  width: 16px;
  position: absolute;
  right: 1rem;
  top: 30%;
  line-height: 1;
  font-size: inherit;
  vertical-align: middle;
  text-align: center;
  -webkit-transform: scale(0, 1);
  transform: scale(0, 1);
  -webkit-transition: all 0.25s ease-in-out;
  -moz-transition: all 0.25s ease-in-out;
  transition: all 0.25s ease-in-out;
}
.cid-sEIt1GYD5H .nav-item,
.cid-sEIt1GYD5H .nav-link,
.cid-sEIt1GYD5H .navbar-caption {
  font-weight: normal;
}
.cid-sEIt1GYD5H .nav-item:focus,
.cid-sEIt1GYD5H .nav-link:focus {
  outline: none;
}
@media (min-width: 992px) {
  .cid-sEIt1GYD5H .dropdown-item:hover:before {
    -webkit-transform: scale(1, 1);
    transform: scale(1, 1);
  }
}
.cid-sEIt1GYD5H .dropdown .dropdown-menu .dropdown-item {
  display: flex;
  -webkit-align-items: center;
  align-items: center;
  width: auto;
  -webkit-transition: all 0.25s ease-in-out;
  -moz-transition: all 0.25s ease-in-out;
  transition: all 0.25s ease-in-out;
}
.cid-sEIt1GYD5H .dropdown .dropdown-menu .dropdown-item::after {
  right: 1rem;
}
.cid-sEIt1GYD5H .dropdown .dropdown-menu .dropdown-item:hover .mbr-iconfont:before {
  -webkit-transform: scale(0, 1);
  transform: scale(0, 1);
}
.cid-sEIt1GYD5H .dropdown .dropdown-menu .dropdown-item.dropdown-toggle:before {
  display: none;
}
.cid-sEIt1GYD5H .dropdown .dropdown-menu .dropdown-item .mbr-iconfont {
  margin-left: -1.8rem;
  padding-right: 1rem;
  font-size: inherit;
}
.cid-sEIt1GYD5H .dropdown .dropdown-menu .dropdown-item .mbr-iconfont:before {
  display: inline-block;
  -webkit-transform: scale(1, 1);
  transform: scale(1, 1);
  -webkit-transition: all 0.25s ease-in-out;
  -moz-transition: all 0.25s ease-in-out;
  transition: all 0.25s ease-in-out;
}
.cid-sEIt1GYD5H .collapsed .dropdown-menu .dropdown-item:before {
  display: none;
}
.cid-sEIt1GYD5H .collapsed .dropdown .dropdown-menu .dropdown-item {
  padding: 0.235em 1.5em 0.235em 1.5em !important;
  transition: none;
  margin: 0 !important;
}
.cid-sEIt1GYD5H .navbar {
  min-height: 77px;
  transition: all 0.3s;
  background: #007cb0;
}
.cid-sEIt1GYD5H .navbar.opened {
  transition: all 0.3s;
  background: #007cb0 !important;
}
.cid-sEIt1GYD5H .navbar .dropdown-item {
  padding: 0.235rem 2.5rem 0.235rem 1.5rem;
}
.cid-sEIt1GYD5H .navbar .navbar-collapse {
  -webkit-justify-content: flex-end;
  justify-content: flex-end;
  z-index: 1;
}
.cid-sEIt1GYD5H .navbar.collapsed .nav-item .nav-link::before {
  display: none;
}
.cid-sEIt1GYD5H .navbar.collapsed.opened .dropdown-menu {
  top: 0;
}
.cid-sEIt1GYD5H .navbar.collapsed .dropdown-menu {
  background: transparent !important;
}
.cid-sEIt1GYD5H .navbar.collapsed .dropdown-menu .dropdown-submenu {
  left: 0 !important;
}
.cid-sEIt1GYD5H .navbar.collapsed .dropdown-menu .dropdown-toggle[data-toggle='dropdown-submenu']:after {
  margin-left: 0.25rem;
  border-top: 0.35em solid;
  border-right: 0.35em solid transparent;
  border-left: 0.35em solid transparent;
  border-bottom: 0;
  top: 55%;
}
.cid-sEIt1GYD5H .navbar.collapsed ul.navbar-nav li {
  margin: auto;
}
.cid-sEIt1GYD5H .navbar.collapsed .dropdown-menu .dropdown-item {
  padding: 0.25rem 1.5rem;
  text-align: center;
  -webkit-justify-content: center;
  justify-content: center;
}
.cid-sEIt1GYD5H .navbar.collapsed .icons-menu {
  padding-left: 0;
  padding-top: 0.5rem;
  padding-bottom: 0.5rem;
}
@media (max-width: 991px) {
  .cid-sEIt1GYD5H .navbar .nav-item .nav-link::before {
    display: none;
  }
  .cid-sEIt1GYD5H .navbar.opened .dropdown-menu {
    top: 0;
  }
  .cid-sEIt1GYD5H .navbar .dropdown-menu {
    background: transparent !important;
  }
  .cid-sEIt1GYD5H .navbar .dropdown-menu .dropdown-submenu {
    left: 0 !important;
  }
  .cid-sEIt1GYD5H .navbar .dropdown-menu .dropdown-toggle[data-toggle='dropdown-submenu']:after {
    margin-left: 0.25rem;
    border-top: 0.35em solid;
    border-right: 0.35em solid transparent;
    border-left: 0.35em solid transparent;
    border-bottom: 0;
    top: 55%;
  }
  .cid-sEIt1GYD5H .navbar .navbar-logo img {
    height: 3.8rem !important;
    width: auto;
  }
  .cid-sEIt1GYD5H .navbar ul.navbar-nav li {
    margin: auto;
  }
  .cid-sEIt1GYD5H .navbar .dropdown-menu .dropdown-item {
    padding: 0.25rem 1.5rem !important;
    text-align: center;
    -webkit-justify-content: center;
    justify-content: center;
  }
  .cid-sEIt1GYD5H .navbar .navbar-brand {
    -webkit-flex-shrink: initial;
    flex-shrink: initial;
    -webkit-flex-basis: auto;
    flex-basis: auto;
    word-break: break-word;
  }
  .cid-sEIt1GYD5H .navbar .navbar-toggler {
    -webkit-flex-basis: auto;
    flex-basis: auto;
  }
  .cid-sEIt1GYD5H .navbar .icons-menu {
    padding-left: 0;
    padding-top: 0.5rem;
    padding-bottom: 0.5rem;
  }
}
.cid-sEIt1GYD5H .navbar.navbar-short {
  background: #007cb0 !important;
  min-height: 60px;
}
.cid-sEIt1GYD5H .navbar.navbar-short .navbar-logo img {
  height: 3rem !important;
  width: auto;
}
.cid-sEIt1GYD5H .navbar.navbar-short .navbar-brand {
  padding: 0;
}
.cid-sEIt1GYD5H .navbar-brand {
  -webkit-flex-shrink: 0;
  flex-shrink: 0;
  -webkit-align-items: center;
  align-items: center;
  margin-right: 0;
  padding: 0;
  transition: all 0.3s;
  word-break: break-word;
  z-index: 1;
}
.cid-sEIt1GYD5H .navbar-brand .navbar-caption {
  line-height: inherit !important;
}
.cid-sEIt1GYD5H .navbar-brand .navbar-logo a {
  outline: none;
}
.cid-sEIt1GYD5H .navbar-brand .navbar-logo a img {
  width: auto;
}
.cid-sEIt1GYD5H .dropdown-item.active,
.cid-sEIt1GYD5H .dropdown-item:active {
  background-color: transparent;
}
.cid-sEIt1GYD5H .nav-dropdown .link.dropdown-toggle {
  margin-right: 1.667em;
}
.cid-sEIt1GYD5H .nav-dropdown .link.dropdown-toggle[aria-expanded='true'] {
  margin-right: 0;
  padding: 0.667em 1.667em;
}
.cid-sEIt1GYD5H .navbar.navbar-expand-lg .dropdown .dropdown-menu {
  background: #007cb0;
}
.cid-sEIt1GYD5H .navbar.navbar-expand-lg .dropdown .dropdown-menu .dropdown-submenu {
  margin: 0;
  left: 100%;
}
.cid-sEIt1GYD5H .navbar .dropdown.open > .dropdown-menu {
  display: block;
}
.cid-sEIt1GYD5H ul.navbar-nav {
  -webkit-flex-wrap: wrap;
  flex-wrap: wrap;
}
.cid-sEIt1GYD5H .navbar-buttons {
  text-align: center;
}
.cid-sEIt1GYD5H button.navbar-toggler {
  outline: none;
  width: 31px;
  height: 20px;
  cursor: pointer;
  transition: all 0.2s;
  position: relative;
  -webkit-align-self: center;
  align-self: center;
}
.cid-sEIt1GYD5H button.navbar-toggler .hamburger span {
  position: absolute;
  right: 0;
  width: 30px;
  height: 2px;
  border-right: 5px;
  background-color: #ffffff;
}
.cid-sEIt1GYD5H button.navbar-toggler .hamburger span:nth-child(1) {
  top: 0;
  transition: all 0.2s;
}
.cid-sEIt1GYD5H button.navbar-toggler .hamburger span:nth-child(2) {
  top: 8px;
  transition: all 0.15s;
}
.cid-sEIt1GYD5H button.navbar-toggler .hamburger span:nth-child(3) {
  top: 8px;
  transition: all 0.15s;
}
.cid-sEIt1GYD5H button.navbar-toggler .hamburger span:nth-child(4) {
  top: 16px;
  transition: all 0.2s;
}
.cid-sEIt1GYD5H nav.opened .hamburger span:nth-child(1) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-sEIt1GYD5H nav.opened .hamburger span:nth-child(2) {
  -webkit-transform: rotate(45deg);
  transform: rotate(45deg);
  transition: all 0.25s;
}
.cid-sEIt1GYD5H nav.opened .hamburger span:nth-child(3) {
  -webkit-transform: rotate(-45deg);
  transform: rotate(-45deg);
  transition: all 0.25s;
}
.cid-sEIt1GYD5H nav.opened .hamburger span:nth-child(4) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-sEIt1GYD5H .navbar-dropdown {
  padding: 0.5rem 1rem;
  position: fixed;
}
.cid-sEIt1GYD5H a.nav-link {
  -webkit-justify-content: center;
  justify-content: center;
  display: flex;
  -webkit-align-items: center;
  align-items: center;
}
.cid-sEIt1GYD5H .mbr-iconfont {
  font-size: 1rem;
  color: #ffffff;
  display: inline-flex;
}
.cid-sEIt1GYD5H .mbr-iconfont:before {
  padding: 0.5rem;
  border: 2px solid;
  border-radius: 100px;
}
.cid-sEIt1GYD5H .soc-item {
  margin: 0.5rem 0.3rem;
}
.cid-sEIt1GYD5H .icons-menu {
  -webkit-flex-wrap: wrap;
  flex-wrap: wrap;
  display: flex;
  -webkit-justify-content: center;
  justify-content: center;
  padding-left: 1rem;
  text-align: center;
  -webkit-align-items: center;
  align-items: center;
}
@media screen and (-ms-high-contrast: active), (-ms-high-contrast: none) {
  .cid-sEIt1GYD5H .navbar {
    height: 77px;
  }
  .cid-sEIt1GYD5H .navbar.opened {
    height: auto;
  }
  .cid-sEIt1GYD5H .nav-item .nav-link:hover::before {
    width: 175%;
    max-width: calc(100% + 2rem);
    left: -1rem;
  }
}
.cid-sGuXgSNEOC {
  padding-top: 90px;
  padding-bottom: 0px;
  background-color: #007cb0;
}
.cid-sGuXgSNEOC h2 {
  color: #000000;
}
.cid-sGuXgSNEOC h1 {
  color: #000000;
}
.cid-sGuXgSNEOC .mbr-text,
.cid-sGuXgSNEOC .mbr-section-btn {
  color: #ffffff;
}
.cid-sGuXgSNEOC H1 {
  color: #ffffff;
}
.cid-sGuXhu2tYR {
  padding-top: 3rem;
  padding-bottom: 3rem;
  background-color: #007cb0;
}
.cid-sGuXhu2tYR .mbr-section-subtitle {
  color: #33358c;
}
.cid-sGuXhu2tYR .mbr-text,
.cid-sGuXhu2tYR .mbr-section-btn {
  color: #ffffff;
  text-align: left;
}
.cid-sGuXhu2tYR .row {
  justify-content: space-between;
}
.cid-sGuXhu2tYR img {
  border-radius: 8px;
}
.cid-sGuXhu2tYR .mbr-section-title {
  color: #ffffff;
}
.cid-sGuXhZP4lj {
  padding-top: 30px;
  padding-bottom: 30px;
  background-color: #ffffff;
}
.cid-sGuXhZP4lj .mbr-section-title {
  margin: 0;
}
.cid-sGuXhZP4lj .mbr-section-subtitle {
  margin-bottom: 2rem;
  color: #8d97ad;
}
.cid-sGuXhZP4lj .mbr-text {
  margin: 0;
  color: #efefef;
}
.cid-sGuXhZP4lj .wrapper {
  padding: 2rem;
  box-shadow: 0px 0px 30px rgba(115, 128, 157, 0.1);
  border-radius: .25rem;
}
.cid-sGuXhZP4lj .card1 {
  background: linear-gradient(45deg, #007cb0, #007cb0);
}
.cid-sGuXhZP4lj .card2 {
  background: linear-gradient(45deg, #007cb0, #007cb0);
}
.cid-sGuXhZP4lj .card3 {
  background: linear-gradient(45deg, #007cb0, #007cb0);
}
.cid-sGuXhZP4lj .card4 {
  background: linear-gradient(45deg, #007cb0, #007cb0);
}
@media (max-width: 991px) {
  .cid-sGuXhZP4lj .wrapper {
    margin-bottom: 5rem;
  }
}
.cid-sGuXhZP4lj .mbr-card-title {
  padding-bottom: 1rem;
}
.cid-sGuXhZP4lj .card1 > .mbr-text,
.cid-sGuXhZP4lj .card1 > .mbr-section-btn {
  color: #ffffff;
}
.cid-sGuXhZP4lj .card2 > .mbr-text,
.cid-sGuXhZP4lj .card2 > .mbr-section-btn {
  color: #ffffff;
}
.cid-sGuXhZP4lj .card2 > .mbr-card-title {
  color: #ffffff;
}
.cid-sGuXhZP4lj .card1 > .mbr-card-title {
  color: #ffffff;
}
.cid-sGuXhZP4lj .card3 > .mbr-text,
.cid-sGuXhZP4lj .card3 > .mbr-section-btn {
  color: #ffffff;
}
.cid-sGuXhZP4lj .card3 > .mbr-card-title {
  color: #ffffff;
}
.cid-sGuXIUkR2T {
  padding-top: 30px;
  padding-bottom: 30px;
  background-color: #ffffff;
}
.cid-sGuXIUkR2T .mbr-section-title {
  margin: 0;
}
.cid-sGuXIUkR2T .mbr-section-subtitle {
  margin-bottom: 2rem;
  color: #8d97ad;
}
.cid-sGuXIUkR2T .mbr-text {
  margin: 0;
  color: #efefef;
}
.cid-sGuXIUkR2T .wrapper {
  padding: 2rem;
  box-shadow: 0px 0px 30px rgba(115, 128, 157, 0.1);
  border-radius: .25rem;
}
.cid-sGuXIUkR2T .card1 {
  background: linear-gradient(45deg, #007cb0, #007cb0);
}
.cid-sGuXIUkR2T .card2 {
  background: linear-gradient(45deg, #007cb0, #007cb0);
}
.cid-sGuXIUkR2T .card3 {
  background: linear-gradient(45deg, #007cb0, #007cb0);
}
.cid-sGuXIUkR2T .card4 {
  background: linear-gradient(45deg, #1dc9cb, #1dc9cb);
}
@media (max-width: 991px) {
  .cid-sGuXIUkR2T .wrapper {
    margin-bottom: 5rem;
  }
}
.cid-sGuXIUkR2T .mbr-card-title {
  padding-bottom: 1rem;
}
.cid-sGuXIUkR2T .card1 > .mbr-text,
.cid-sGuXIUkR2T .card1 > .mbr-section-btn {
  color: #ffffff;
}
.cid-sGuXIUkR2T .card2 > .mbr-text,
.cid-sGuXIUkR2T .card2 > .mbr-section-btn {
  color: #ffffff;
}
.cid-sGuXIUkR2T .card2 > .mbr-card-title {
  color: #ffffff;
}
.cid-sGuXIUkR2T .card1 > .mbr-card-title {
  color: #ffffff;
}
.cid-sGuXIUkR2T .card3 > .mbr-text,
.cid-sGuXIUkR2T .card3 > .mbr-section-btn {
  color: #ffffff;
}
.cid-sGuXIUkR2T .card3 > .mbr-card-title {
  color: #ffffff;
}
.cid-sGuXiyfcEf {
  padding-top: 2rem;
  padding-bottom: 2rem;
  background-color: #007cb0;
}
.cid-sGuXiyfcEf .text-wrapper {
  z-index: 11;
}
.cid-sGuXiyfcEf .wrapper {
  display: flex;
  flex-direction: column;
}
.cid-sGuXiyfcEf .animate__fadeInUp:before {
  background: #007cb0;
}
.cid-sGuXiyfcEf .mbr-iconfont {
  display: block;
  font-size: 3rem;
  color: #ffffff;
  margin-right: 0rem;
  margin-bottom: 2rem;
}
.cid-sGuXiyfcEf .iconfont-wrapper {
  margin: auto;
}
.cid-sGuXiyfcEf .mbr-section-title {
  text-align: center;
  color: #ffffff;
}
.cid-sGuXiyfcEf .mbr-text,
.cid-sGuXiyfcEf .mbr-section-btn {
  text-align: center;
  color: #161734;
}
.cid-sGAVmoYHEm {
  padding-top: 0rem;
  padding-bottom: 3rem;
  background-color: #007cb0;
}
.cid-sGAVmoYHEm .row-links {
  width: 100%;
  justify-content: center;
}
.cid-sGAVmoYHEm .social-row {
  width: 100%;
  justify-content: center;
}
.cid-sGAVmoYHEm .media-container-row {
  flex-direction: column;
  justify-content: center;
  align-items: center;
}
.cid-sGAVmoYHEm .media-container-row .foot-menu {
  list-style: none;
  display: flex;
  justify-content: center;
  flex-wrap: wrap;
  padding: 0;
  margin-bottom: 1rem;
}
.cid-sGAVmoYHEm .media-container-row .foot-menu li {
  padding: 0 1.5rem 1rem 1.5rem;
}
.cid-sGAVmoYHEm .media-container-row .foot-menu li:hover {
  color: #007cb0;
}
.cid-sGAVmoYHEm .media-container-row .foot-menu li p {
  margin: 0;
}
.cid-sGAVmoYHEm .media-container-row .social-list {
  padding-left: 0;
  margin-bottom: 0;
  list-style: none;
  display: flex;
  flex-wrap: wrap;
  justify-content: flex-end;
}
.cid-sGAVmoYHEm .media-container-row .social-list .mbr-iconfont-social {
  font-size: 1.5rem;
  color: #ffffff;
}
.cid-sGAVmoYHEm .media-container-row .social-list .soc-item {
  margin: 0 .5rem;
}
.cid-sGAVmoYHEm .media-container-row .social-list a {
  margin: 0;
  opacity: .5;
  transition: .2s linear;
}
.cid-sGAVmoYHEm .media-container-row .social-list a:hover {
  opacity: 1;
}
@media (max-width: 767px) {
  .cid-sGAVmoYHEm .media-container-row .social-list {
    -webkit-justify-content: center;
    justify-content: center;
  }
}
.cid-sGAVmoYHEm .media-container-row .row-copirayt {
  word-break: break-word;
  width: 100%;
}
.cid-sGAVmoYHEm .media-container-row .row-copirayt p {
  width: 100%;
}
@media (max-width: 767px) {
  .cid-sGAVmoYHEm .foot-menu {
    display: flex;
    flex-direction: column;
  }
}
.cid-sGAVmoYHEm .media-container-row .mbr-text {
  color: #ffffff;
}
.cid-sF4TYb1EDX .dropdown-item:before {
  font-family: MobiriseIcons !important;
  content: '\e966';
  display: inline-block;
  width: 16px;
  position: absolute;
  right: 1rem;
  top: 30%;
  line-height: 1;
  font-size: inherit;
  vertical-align: middle;
  text-align: center;
  -webkit-transform: scale(0, 1);
  transform: scale(0, 1);
  -webkit-transition: all 0.25s ease-in-out;
  -moz-transition: all 0.25s ease-in-out;
  transition: all 0.25s ease-in-out;
}
.cid-sF4TYb1EDX .nav-item,
.cid-sF4TYb1EDX .nav-link,
.cid-sF4TYb1EDX .navbar-caption {
  font-weight: normal;
}
.cid-sF4TYb1EDX .nav-item:focus,
.cid-sF4TYb1EDX .nav-link:focus {
  outline: none;
}
@media (min-width: 992px) {
  .cid-sF4TYb1EDX .dropdown-item:hover:before {
    -webkit-transform: scale(1, 1);
    transform: scale(1, 1);
  }
}
.cid-sF4TYb1EDX .dropdown .dropdown-menu .dropdown-item {
  display: flex;
  -webkit-align-items: center;
  align-items: center;
  width: auto;
  -webkit-transition: all 0.25s ease-in-out;
  -moz-transition: all 0.25s ease-in-out;
  transition: all 0.25s ease-in-out;
}
.cid-sF4TYb1EDX .dropdown .dropdown-menu .dropdown-item::after {
  right: 1rem;
}
.cid-sF4TYb1EDX .dropdown .dropdown-menu .dropdown-item:hover .mbr-iconfont:before {
  -webkit-transform: scale(0, 1);
  transform: scale(0, 1);
}
.cid-sF4TYb1EDX .dropdown .dropdown-menu .dropdown-item.dropdown-toggle:before {
  display: none;
}
.cid-sF4TYb1EDX .dropdown .dropdown-menu .dropdown-item .mbr-iconfont {
  margin-left: -1.8rem;
  padding-right: 1rem;
  font-size: inherit;
}
.cid-sF4TYb1EDX .dropdown .dropdown-menu .dropdown-item .mbr-iconfont:before {
  display: inline-block;
  -webkit-transform: scale(1, 1);
  transform: scale(1, 1);
  -webkit-transition: all 0.25s ease-in-out;
  -moz-transition: all 0.25s ease-in-out;
  transition: all 0.25s ease-in-out;
}
.cid-sF4TYb1EDX .collapsed .dropdown-menu .dropdown-item:before {
  display: none;
}
.cid-sF4TYb1EDX .collapsed .dropdown .dropdown-menu .dropdown-item {
  padding: 0.235em 1.5em 0.235em 1.5em !important;
  transition: none;
  margin: 0 !important;
}
.cid-sF4TYb1EDX .navbar {
  min-height: 77px;
  transition: all 0.3s;
  background: #007cb0;
}
.cid-sF4TYb1EDX .navbar.opened {
  transition: all 0.3s;
  background: #007cb0 !important;
}
.cid-sF4TYb1EDX .navbar .dropdown-item {
  padding: 0.235rem 2.5rem 0.235rem 1.5rem;
}
.cid-sF4TYb1EDX .navbar .navbar-collapse {
  -webkit-justify-content: flex-end;
  justify-content: flex-end;
  z-index: 1;
}
.cid-sF4TYb1EDX .navbar.collapsed .nav-item .nav-link::before {
  display: none;
}
.cid-sF4TYb1EDX .navbar.collapsed.opened .dropdown-menu {
  top: 0;
}
.cid-sF4TYb1EDX .navbar.collapsed .dropdown-menu {
  background: transparent !important;
}
.cid-sF4TYb1EDX .navbar.collapsed .dropdown-menu .dropdown-submenu {
  left: 0 !important;
}
.cid-sF4TYb1EDX .navbar.collapsed .dropdown-menu .dropdown-toggle[data-toggle='dropdown-submenu']:after {
  margin-left: 0.25rem;
  border-top: 0.35em solid;
  border-right: 0.35em solid transparent;
  border-left: 0.35em solid transparent;
  border-bottom: 0;
  top: 55%;
}
.cid-sF4TYb1EDX .navbar.collapsed ul.navbar-nav li {
  margin: auto;
}
.cid-sF4TYb1EDX .navbar.collapsed .dropdown-menu .dropdown-item {
  padding: 0.25rem 1.5rem;
  text-align: center;
  -webkit-justify-content: center;
  justify-content: center;
}
.cid-sF4TYb1EDX .navbar.collapsed .icons-menu {
  padding-left: 0;
  padding-top: 0.5rem;
  padding-bottom: 0.5rem;
}
@media (max-width: 991px) {
  .cid-sF4TYb1EDX .navbar .nav-item .nav-link::before {
    display: none;
  }
  .cid-sF4TYb1EDX .navbar.opened .dropdown-menu {
    top: 0;
  }
  .cid-sF4TYb1EDX .navbar .dropdown-menu {
    background: transparent !important;
  }
  .cid-sF4TYb1EDX .navbar .dropdown-menu .dropdown-submenu {
    left: 0 !important;
  }
  .cid-sF4TYb1EDX .navbar .dropdown-menu .dropdown-toggle[data-toggle='dropdown-submenu']:after {
    margin-left: 0.25rem;
    border-top: 0.35em solid;
    border-right: 0.35em solid transparent;
    border-left: 0.35em solid transparent;
    border-bottom: 0;
    top: 55%;
  }
  .cid-sF4TYb1EDX .navbar .navbar-logo img {
    height: 3.8rem !important;
    width: auto;
  }
  .cid-sF4TYb1EDX .navbar ul.navbar-nav li {
    margin: auto;
  }
  .cid-sF4TYb1EDX .navbar .dropdown-menu .dropdown-item {
    padding: 0.25rem 1.5rem !important;
    text-align: center;
    -webkit-justify-content: center;
    justify-content: center;
  }
  .cid-sF4TYb1EDX .navbar .navbar-brand {
    -webkit-flex-shrink: initial;
    flex-shrink: initial;
    -webkit-flex-basis: auto;
    flex-basis: auto;
    word-break: break-word;
  }
  .cid-sF4TYb1EDX .navbar .navbar-toggler {
    -webkit-flex-basis: auto;
    flex-basis: auto;
  }
  .cid-sF4TYb1EDX .navbar .icons-menu {
    padding-left: 0;
    padding-top: 0.5rem;
    padding-bottom: 0.5rem;
  }
}
.cid-sF4TYb1EDX .navbar.navbar-short {
  background: #007cb0 !important;
  min-height: 60px;
}
.cid-sF4TYb1EDX .navbar.navbar-short .navbar-logo img {
  height: 3rem !important;
  width: auto;
}
.cid-sF4TYb1EDX .navbar.navbar-short .navbar-brand {
  padding: 0;
}
.cid-sF4TYb1EDX .navbar-brand {
  -webkit-flex-shrink: 0;
  flex-shrink: 0;
  -webkit-align-items: center;
  align-items: center;
  margin-right: 0;
  padding: 0;
  transition: all 0.3s;
  word-break: break-word;
  z-index: 1;
}
.cid-sF4TYb1EDX .navbar-brand .navbar-caption {
  line-height: inherit !important;
}
.cid-sF4TYb1EDX .navbar-brand .navbar-logo a {
  outline: none;
}
.cid-sF4TYb1EDX .navbar-brand .navbar-logo a img {
  width: auto;
}
.cid-sF4TYb1EDX .dropdown-item.active,
.cid-sF4TYb1EDX .dropdown-item:active {
  background-color: transparent;
}
.cid-sF4TYb1EDX .nav-dropdown .link.dropdown-toggle {
  margin-right: 1.667em;
}
.cid-sF4TYb1EDX .nav-dropdown .link.dropdown-toggle[aria-expanded='true'] {
  margin-right: 0;
  padding: 0.667em 1.667em;
}
.cid-sF4TYb1EDX .navbar.navbar-expand-lg .dropdown .dropdown-menu {
  background: #007cb0;
}
.cid-sF4TYb1EDX .navbar.navbar-expand-lg .dropdown .dropdown-menu .dropdown-submenu {
  margin: 0;
  left: 100%;
}
.cid-sF4TYb1EDX .navbar .dropdown.open > .dropdown-menu {
  display: block;
}
.cid-sF4TYb1EDX ul.navbar-nav {
  -webkit-flex-wrap: wrap;
  flex-wrap: wrap;
}
.cid-sF4TYb1EDX .navbar-buttons {
  text-align: center;
}
.cid-sF4TYb1EDX button.navbar-toggler {
  outline: none;
  width: 31px;
  height: 20px;
  cursor: pointer;
  transition: all 0.2s;
  position: relative;
  -webkit-align-self: center;
  align-self: center;
}
.cid-sF4TYb1EDX button.navbar-toggler .hamburger span {
  position: absolute;
  right: 0;
  width: 30px;
  height: 2px;
  border-right: 5px;
  background-color: #ffffff;
}
.cid-sF4TYb1EDX button.navbar-toggler .hamburger span:nth-child(1) {
  top: 0;
  transition: all 0.2s;
}
.cid-sF4TYb1EDX button.navbar-toggler .hamburger span:nth-child(2) {
  top: 8px;
  transition: all 0.15s;
}
.cid-sF4TYb1EDX button.navbar-toggler .hamburger span:nth-child(3) {
  top: 8px;
  transition: all 0.15s;
}
.cid-sF4TYb1EDX button.navbar-toggler .hamburger span:nth-child(4) {
  top: 16px;
  transition: all 0.2s;
}
.cid-sF4TYb1EDX nav.opened .hamburger span:nth-child(1) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-sF4TYb1EDX nav.opened .hamburger span:nth-child(2) {
  -webkit-transform: rotate(45deg);
  transform: rotate(45deg);
  transition: all 0.25s;
}
.cid-sF4TYb1EDX nav.opened .hamburger span:nth-child(3) {
  -webkit-transform: rotate(-45deg);
  transform: rotate(-45deg);
  transition: all 0.25s;
}
.cid-sF4TYb1EDX nav.opened .hamburger span:nth-child(4) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-sF4TYb1EDX .navbar-dropdown {
  padding: 0.5rem 1rem;
  position: fixed;
}
.cid-sF4TYb1EDX a.nav-link {
  -webkit-justify-content: center;
  justify-content: center;
  display: flex;
  -webkit-align-items: center;
  align-items: center;
}
.cid-sF4TYb1EDX .mbr-iconfont {
  font-size: 1rem;
  color: #ffffff;
  display: inline-flex;
}
.cid-sF4TYb1EDX .mbr-iconfont:before {
  padding: 0.5rem;
  border: 2px solid;
  border-radius: 100px;
}
.cid-sF4TYb1EDX .soc-item {
  margin: 0.5rem 0.3rem;
}
.cid-sF4TYb1EDX .icons-menu {
  -webkit-flex-wrap: wrap;
  flex-wrap: wrap;
  display: flex;
  -webkit-justify-content: center;
  justify-content: center;
  padding-left: 1rem;
  text-align: center;
  -webkit-align-items: center;
  align-items: center;
}
@media screen and (-ms-high-contrast: active), (-ms-high-contrast: none) {
  .cid-sF4TYb1EDX .navbar {
    height: 77px;
  }
  .cid-sF4TYb1EDX .navbar.opened {
    height: auto;
  }
  .cid-sF4TYb1EDX .nav-item .nav-link:hover::before {
    width: 175%;
    max-width: calc(100% + 2rem);
    left: -1rem;
  }
}
.cid-sGrp9SXWOb {
  padding-top: 90px;
  padding-bottom: 0px;
  background-color: #007cb0;
}
.cid-sGrp9SXWOb h2 {
  color: #000000;
}
.cid-sGrp9SXWOb h1 {
  color: #000000;
}
.cid-sGrp9SXWOb .mbr-text,
.cid-sGrp9SXWOb .mbr-section-btn {
  color: #ffffff;
}
.cid-sGrp9SXWOb H1 {
  color: #ffffff;
}
.cid-sGrq966Oih {
  padding-top: 3rem;
  padding-bottom: 3rem;
  background-color: #007cb0;
}
.cid-sGrq966Oih .mbr-section-subtitle {
  color: #33358c;
}
.cid-sGrq966Oih .mbr-text,
.cid-sGrq966Oih .mbr-section-btn {
  color: #ffffff;
  text-align: left;
}
.cid-sGrq966Oih .row {
  justify-content: space-between;
}
.cid-sGrq966Oih img {
  border-radius: 8px;
}
.cid-sGrq966Oih .mbr-section-title {
  color: #ffffff;
}
.cid-sGriYH6HbQ {
  padding-top: 30px;
  padding-bottom: 30px;
  background-color: #ffffff;
}
.cid-sGriYH6HbQ .mbr-section-title {
  margin: 0;
}
.cid-sGriYH6HbQ .mbr-section-subtitle {
  margin-bottom: 2rem;
  color: #8d97ad;
}
.cid-sGriYH6HbQ .mbr-text {
  margin: 0;
  color: #efefef;
}
.cid-sGriYH6HbQ .wrapper {
  padding: 2rem;
  box-shadow: 0px 0px 30px rgba(115, 128, 157, 0.1);
  border-radius: .25rem;
}
.cid-sGriYH6HbQ .card1 {
  background: linear-gradient(45deg, #007cb0, #007cb0);
}
.cid-sGriYH6HbQ .card2 {
  background: linear-gradient(45deg, #007cb0, #007cb0);
}
.cid-sGriYH6HbQ .card3 {
  background: linear-gradient(45deg, #007cb0, #007cb0);
}
.cid-sGriYH6HbQ .card4 {
  background: linear-gradient(45deg, #1dc9cb, #1dc9cb);
}
@media (max-width: 991px) {
  .cid-sGriYH6HbQ .wrapper {
    margin-bottom: 5rem;
  }
}
.cid-sGriYH6HbQ .mbr-card-title {
  padding-bottom: 1rem;
}
.cid-sGriYH6HbQ .card1 > .mbr-text,
.cid-sGriYH6HbQ .card1 > .mbr-section-btn {
  color: #ffffff;
}
.cid-sGriYH6HbQ .card2 > .mbr-text,
.cid-sGriYH6HbQ .card2 > .mbr-section-btn {
  color: #ffffff;
}
.cid-sGriYH6HbQ .card2 > .mbr-card-title {
  color: #ffffff;
}
.cid-sGriYH6HbQ .card1 > .mbr-card-title {
  color: #ffffff;
}
.cid-sGriYH6HbQ .card3 > .mbr-text,
.cid-sGriYH6HbQ .card3 > .mbr-section-btn {
  color: #ffffff;
}
.cid-sGriYH6HbQ .card3 > .mbr-card-title {
  color: #ffffff;
}
.cid-sGrqV5wwmu {
  padding-top: 30px;
  padding-bottom: 30px;
  background-color: #ffffff;
}
.cid-sGrqV5wwmu .mbr-section-title {
  margin: 0;
}
.cid-sGrqV5wwmu .mbr-section-subtitle {
  margin-bottom: 2rem;
  color: #8d97ad;
}
.cid-sGrqV5wwmu .mbr-text {
  margin: 0;
  color: #efefef;
}
.cid-sGrqV5wwmu .wrapper {
  padding: 2rem;
  box-shadow: 0px 0px 30px rgba(115, 128, 157, 0.1);
  border-radius: .25rem;
}
.cid-sGrqV5wwmu .card1 {
  background: linear-gradient(45deg, #007cb0, #007cb0);
}
.cid-sGrqV5wwmu .card2 {
  background: linear-gradient(45deg, #007cb0, #007cb0);
}
.cid-sGrqV5wwmu .card3 {
  background: linear-gradient(45deg, #007cb0, #007cb0);
}
.cid-sGrqV5wwmu .card4 {
  background: linear-gradient(45deg, #1dc9cb, #1dc9cb);
}
@media (max-width: 991px) {
  .cid-sGrqV5wwmu .wrapper {
    margin-bottom: 5rem;
  }
}
.cid-sGrqV5wwmu .mbr-card-title {
  padding-bottom: 1rem;
}
.cid-sGrqV5wwmu .card1 > .mbr-text,
.cid-sGrqV5wwmu .card1 > .mbr-section-btn {
  color: #ffffff;
}
.cid-sGrqV5wwmu .card3 > .mbr-text,
.cid-sGrqV5wwmu .card3 > .mbr-section-btn {
  color: #ffffff;
}
.cid-sGrqV5wwmu .card2 > .mbr-text,
.cid-sGrqV5wwmu .card2 > .mbr-section-btn {
  color: #ffffff;
}
.cid-sGrrr5z8GW {
  padding-top: 30px;
  padding-bottom: 30px;
  background-color: #ffffff;
}
.cid-sGrrr5z8GW .mbr-section-title {
  margin: 0;
}
.cid-sGrrr5z8GW .mbr-section-subtitle {
  margin-bottom: 2rem;
  color: #8d97ad;
}
.cid-sGrrr5z8GW .mbr-text {
  margin: 0;
  color: #efefef;
}
.cid-sGrrr5z8GW .wrapper {
  padding: 2rem;
  box-shadow: 0px 0px 30px rgba(115, 128, 157, 0.1);
  border-radius: .25rem;
}
.cid-sGrrr5z8GW .card1 {
  background: linear-gradient(45deg, #007cb0, #007cb0);
}
.cid-sGrrr5z8GW .card2 {
  background: linear-gradient(45deg, #007cb0, #007cb0);
}
.cid-sGrrr5z8GW .card3 {
  background: linear-gradient(45deg, #007cb0, #007cb0);
}
.cid-sGrrr5z8GW .card4 {
  background: linear-gradient(45deg, #1dc9cb, #1dc9cb);
}
@media (max-width: 991px) {
  .cid-sGrrr5z8GW .wrapper {
    margin-bottom: 5rem;
  }
}
.cid-sGrrr5z8GW .mbr-card-title {
  padding-bottom: 1rem;
}
.cid-sGrrr5z8GW .card1 > .mbr-text,
.cid-sGrrr5z8GW .card1 > .mbr-section-btn {
  color: #ffffff;
}
.cid-sGrrr5z8GW .card3 > .mbr-text,
.cid-sGrrr5z8GW .card3 > .mbr-section-btn {
  color: #ffffff;
}
.cid-sGrrr5z8GW .card2 > .mbr-text,
.cid-sGrrr5z8GW .card2 > .mbr-section-btn {
  color: #ffffff;
}
.cid-sGriTNKvzj {
  padding-top: 2rem;
  padding-bottom: 2rem;
  background-color: #007cb0;
}
.cid-sGriTNKvzj .text-wrapper {
  z-index: 11;
}
.cid-sGriTNKvzj .wrapper {
  display: flex;
  flex-direction: column;
}
.cid-sGriTNKvzj .animate__fadeInUp:before {
  background: #007cb0;
}
.cid-sGriTNKvzj .mbr-iconfont {
  display: block;
  font-size: 3rem;
  color: #ffffff;
  margin-right: 0rem;
  margin-bottom: 2rem;
}
.cid-sGriTNKvzj .iconfont-wrapper {
  margin: auto;
}
.cid-sGriTNKvzj .mbr-section-title {
  text-align: center;
  color: #ffffff;
}
.cid-sGriTNKvzj .mbr-text,
.cid-sGriTNKvzj .mbr-section-btn {
  text-align: center;
  color: #161734;
}
.cid-sGAVmoYHEm {
  padding-top: 0rem;
  padding-bottom: 3rem;
  background-color: #007cb0;
}
.cid-sGAVmoYHEm .row-links {
  width: 100%;
  justify-content: center;
}
.cid-sGAVmoYHEm .social-row {
  width: 100%;
  justify-content: center;
}
.cid-sGAVmoYHEm .media-container-row {
  flex-direction: column;
  justify-content: center;
  align-items: center;
}
.cid-sGAVmoYHEm .media-container-row .foot-menu {
  list-style: none;
  display: flex;
  justify-content: center;
  flex-wrap: wrap;
  padding: 0;
  margin-bottom: 1rem;
}
.cid-sGAVmoYHEm .media-container-row .foot-menu li {
  padding: 0 1.5rem 1rem 1.5rem;
}
.cid-sGAVmoYHEm .media-container-row .foot-menu li:hover {
  color: #007cb0;
}
.cid-sGAVmoYHEm .media-container-row .foot-menu li p {
  margin: 0;
}
.cid-sGAVmoYHEm .media-container-row .social-list {
  padding-left: 0;
  margin-bottom: 0;
  list-style: none;
  display: flex;
  flex-wrap: wrap;
  justify-content: flex-end;
}
.cid-sGAVmoYHEm .media-container-row .social-list .mbr-iconfont-social {
  font-size: 1.5rem;
  color: #ffffff;
}
.cid-sGAVmoYHEm .media-container-row .social-list .soc-item {
  margin: 0 .5rem;
}
.cid-sGAVmoYHEm .media-container-row .social-list a {
  margin: 0;
  opacity: .5;
  transition: .2s linear;
}
.cid-sGAVmoYHEm .media-container-row .social-list a:hover {
  opacity: 1;
}
@media (max-width: 767px) {
  .cid-sGAVmoYHEm .media-container-row .social-list {
    -webkit-justify-content: center;
    justify-content: center;
  }
}
.cid-sGAVmoYHEm .media-container-row .row-copirayt {
  word-break: break-word;
  width: 100%;
}
.cid-sGAVmoYHEm .media-container-row .row-copirayt p {
  width: 100%;
}
@media (max-width: 767px) {
  .cid-sGAVmoYHEm .foot-menu {
    display: flex;
    flex-direction: column;
  }
}
.cid-sGAVmoYHEm .media-container-row .mbr-text {
  color: #ffffff;
}
.cid-sEIt1GYD5H .dropdown-item:before {
  font-family: MobiriseIcons !important;
  content: '\e966';
  display: inline-block;
  width: 16px;
  position: absolute;
  right: 1rem;
  top: 30%;
  line-height: 1;
  font-size: inherit;
  vertical-align: middle;
  text-align: center;
  -webkit-transform: scale(0, 1);
  transform: scale(0, 1);
  -webkit-transition: all 0.25s ease-in-out;
  -moz-transition: all 0.25s ease-in-out;
  transition: all 0.25s ease-in-out;
}
.cid-sEIt1GYD5H .nav-item,
.cid-sEIt1GYD5H .nav-link,
.cid-sEIt1GYD5H .navbar-caption {
  font-weight: normal;
}
.cid-sEIt1GYD5H .nav-item:focus,
.cid-sEIt1GYD5H .nav-link:focus {
  outline: none;
}
@media (min-width: 992px) {
  .cid-sEIt1GYD5H .dropdown-item:hover:before {
    -webkit-transform: scale(1, 1);
    transform: scale(1, 1);
  }
}
.cid-sEIt1GYD5H .dropdown .dropdown-menu .dropdown-item {
  display: flex;
  -webkit-align-items: center;
  align-items: center;
  width: auto;
  -webkit-transition: all 0.25s ease-in-out;
  -moz-transition: all 0.25s ease-in-out;
  transition: all 0.25s ease-in-out;
}
.cid-sEIt1GYD5H .dropdown .dropdown-menu .dropdown-item::after {
  right: 1rem;
}
.cid-sEIt1GYD5H .dropdown .dropdown-menu .dropdown-item:hover .mbr-iconfont:before {
  -webkit-transform: scale(0, 1);
  transform: scale(0, 1);
}
.cid-sEIt1GYD5H .dropdown .dropdown-menu .dropdown-item.dropdown-toggle:before {
  display: none;
}
.cid-sEIt1GYD5H .dropdown .dropdown-menu .dropdown-item .mbr-iconfont {
  margin-left: -1.8rem;
  padding-right: 1rem;
  font-size: inherit;
}
.cid-sEIt1GYD5H .dropdown .dropdown-menu .dropdown-item .mbr-iconfont:before {
  display: inline-block;
  -webkit-transform: scale(1, 1);
  transform: scale(1, 1);
  -webkit-transition: all 0.25s ease-in-out;
  -moz-transition: all 0.25s ease-in-out;
  transition: all 0.25s ease-in-out;
}
.cid-sEIt1GYD5H .collapsed .dropdown-menu .dropdown-item:before {
  display: none;
}
.cid-sEIt1GYD5H .collapsed .dropdown .dropdown-menu .dropdown-item {
  padding: 0.235em 1.5em 0.235em 1.5em !important;
  transition: none;
  margin: 0 !important;
}
.cid-sEIt1GYD5H .navbar {
  min-height: 77px;
  transition: all 0.3s;
  background: #007cb0;
}
.cid-sEIt1GYD5H .navbar.opened {
  transition: all 0.3s;
  background: #007cb0 !important;
}
.cid-sEIt1GYD5H .navbar .dropdown-item {
  padding: 0.235rem 2.5rem 0.235rem 1.5rem;
}
.cid-sEIt1GYD5H .navbar .navbar-collapse {
  -webkit-justify-content: flex-end;
  justify-content: flex-end;
  z-index: 1;
}
.cid-sEIt1GYD5H .navbar.collapsed .nav-item .nav-link::before {
  display: none;
}
.cid-sEIt1GYD5H .navbar.collapsed.opened .dropdown-menu {
  top: 0;
}
.cid-sEIt1GYD5H .navbar.collapsed .dropdown-menu {
  background: transparent !important;
}
.cid-sEIt1GYD5H .navbar.collapsed .dropdown-menu .dropdown-submenu {
  left: 0 !important;
}
.cid-sEIt1GYD5H .navbar.collapsed .dropdown-menu .dropdown-toggle[data-toggle='dropdown-submenu']:after {
  margin-left: 0.25rem;
  border-top: 0.35em solid;
  border-right: 0.35em solid transparent;
  border-left: 0.35em solid transparent;
  border-bottom: 0;
  top: 55%;
}
.cid-sEIt1GYD5H .navbar.collapsed ul.navbar-nav li {
  margin: auto;
}
.cid-sEIt1GYD5H .navbar.collapsed .dropdown-menu .dropdown-item {
  padding: 0.25rem 1.5rem;
  text-align: center;
  -webkit-justify-content: center;
  justify-content: center;
}
.cid-sEIt1GYD5H .navbar.collapsed .icons-menu {
  padding-left: 0;
  padding-top: 0.5rem;
  padding-bottom: 0.5rem;
}
@media (max-width: 991px) {
  .cid-sEIt1GYD5H .navbar .nav-item .nav-link::before {
    display: none;
  }
  .cid-sEIt1GYD5H .navbar.opened .dropdown-menu {
    top: 0;
  }
  .cid-sEIt1GYD5H .navbar .dropdown-menu {
    background: transparent !important;
  }
  .cid-sEIt1GYD5H .navbar .dropdown-menu .dropdown-submenu {
    left: 0 !important;
  }
  .cid-sEIt1GYD5H .navbar .dropdown-menu .dropdown-toggle[data-toggle='dropdown-submenu']:after {
    margin-left: 0.25rem;
    border-top: 0.35em solid;
    border-right: 0.35em solid transparent;
    border-left: 0.35em solid transparent;
    border-bottom: 0;
    top: 55%;
  }
  .cid-sEIt1GYD5H .navbar .navbar-logo img {
    height: 3.8rem !important;
    width: auto;
  }
  .cid-sEIt1GYD5H .navbar ul.navbar-nav li {
    margin: auto;
  }
  .cid-sEIt1GYD5H .navbar .dropdown-menu .dropdown-item {
    padding: 0.25rem 1.5rem !important;
    text-align: center;
    -webkit-justify-content: center;
    justify-content: center;
  }
  .cid-sEIt1GYD5H .navbar .navbar-brand {
    -webkit-flex-shrink: initial;
    flex-shrink: initial;
    -webkit-flex-basis: auto;
    flex-basis: auto;
    word-break: break-word;
  }
  .cid-sEIt1GYD5H .navbar .navbar-toggler {
    -webkit-flex-basis: auto;
    flex-basis: auto;
  }
  .cid-sEIt1GYD5H .navbar .icons-menu {
    padding-left: 0;
    padding-top: 0.5rem;
    padding-bottom: 0.5rem;
  }
}
.cid-sEIt1GYD5H .navbar.navbar-short {
  background: #007cb0 !important;
  min-height: 60px;
}
.cid-sEIt1GYD5H .navbar.navbar-short .navbar-logo img {
  height: 3rem !important;
  width: auto;
}
.cid-sEIt1GYD5H .navbar.navbar-short .navbar-brand {
  padding: 0;
}
.cid-sEIt1GYD5H .navbar-brand {
  -webkit-flex-shrink: 0;
  flex-shrink: 0;
  -webkit-align-items: center;
  align-items: center;
  margin-right: 0;
  padding: 0;
  transition: all 0.3s;
  word-break: break-word;
  z-index: 1;
}
.cid-sEIt1GYD5H .navbar-brand .navbar-caption {
  line-height: inherit !important;
}
.cid-sEIt1GYD5H .navbar-brand .navbar-logo a {
  outline: none;
}
.cid-sEIt1GYD5H .navbar-brand .navbar-logo a img {
  width: auto;
}
.cid-sEIt1GYD5H .dropdown-item.active,
.cid-sEIt1GYD5H .dropdown-item:active {
  background-color: transparent;
}
.cid-sEIt1GYD5H .nav-dropdown .link.dropdown-toggle {
  margin-right: 1.667em;
}
.cid-sEIt1GYD5H .nav-dropdown .link.dropdown-toggle[aria-expanded='true'] {
  margin-right: 0;
  padding: 0.667em 1.667em;
}
.cid-sEIt1GYD5H .navbar.navbar-expand-lg .dropdown .dropdown-menu {
  background: #007cb0;
}
.cid-sEIt1GYD5H .navbar.navbar-expand-lg .dropdown .dropdown-menu .dropdown-submenu {
  margin: 0;
  left: 100%;
}
.cid-sEIt1GYD5H .navbar .dropdown.open > .dropdown-menu {
  display: block;
}
.cid-sEIt1GYD5H ul.navbar-nav {
  -webkit-flex-wrap: wrap;
  flex-wrap: wrap;
}
.cid-sEIt1GYD5H .navbar-buttons {
  text-align: center;
}
.cid-sEIt1GYD5H button.navbar-toggler {
  outline: none;
  width: 31px;
  height: 20px;
  cursor: pointer;
  transition: all 0.2s;
  position: relative;
  -webkit-align-self: center;
  align-self: center;
}
.cid-sEIt1GYD5H button.navbar-toggler .hamburger span {
  position: absolute;
  right: 0;
  width: 30px;
  height: 2px;
  border-right: 5px;
  background-color: #ffffff;
}
.cid-sEIt1GYD5H button.navbar-toggler .hamburger span:nth-child(1) {
  top: 0;
  transition: all 0.2s;
}
.cid-sEIt1GYD5H button.navbar-toggler .hamburger span:nth-child(2) {
  top: 8px;
  transition: all 0.15s;
}
.cid-sEIt1GYD5H button.navbar-toggler .hamburger span:nth-child(3) {
  top: 8px;
  transition: all 0.15s;
}
.cid-sEIt1GYD5H button.navbar-toggler .hamburger span:nth-child(4) {
  top: 16px;
  transition: all 0.2s;
}
.cid-sEIt1GYD5H nav.opened .hamburger span:nth-child(1) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-sEIt1GYD5H nav.opened .hamburger span:nth-child(2) {
  -webkit-transform: rotate(45deg);
  transform: rotate(45deg);
  transition: all 0.25s;
}
.cid-sEIt1GYD5H nav.opened .hamburger span:nth-child(3) {
  -webkit-transform: rotate(-45deg);
  transform: rotate(-45deg);
  transition: all 0.25s;
}
.cid-sEIt1GYD5H nav.opened .hamburger span:nth-child(4) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-sEIt1GYD5H .navbar-dropdown {
  padding: 0.5rem 1rem;
  position: fixed;
}
.cid-sEIt1GYD5H a.nav-link {
  -webkit-justify-content: center;
  justify-content: center;
  display: flex;
  -webkit-align-items: center;
  align-items: center;
}
.cid-sEIt1GYD5H .mbr-iconfont {
  font-size: 1rem;
  color: #ffffff;
  display: inline-flex;
}
.cid-sEIt1GYD5H .mbr-iconfont:before {
  padding: 0.5rem;
  border: 2px solid;
  border-radius: 100px;
}
.cid-sEIt1GYD5H .soc-item {
  margin: 0.5rem 0.3rem;
}
.cid-sEIt1GYD5H .icons-menu {
  -webkit-flex-wrap: wrap;
  flex-wrap: wrap;
  display: flex;
  -webkit-justify-content: center;
  justify-content: center;
  padding-left: 1rem;
  text-align: center;
  -webkit-align-items: center;
  align-items: center;
}
@media screen and (-ms-high-contrast: active), (-ms-high-contrast: none) {
  .cid-sEIt1GYD5H .navbar {
    height: 77px;
  }
  .cid-sEIt1GYD5H .navbar.opened {
    height: auto;
  }
  .cid-sEIt1GYD5H .nav-item .nav-link:hover::before {
    width: 175%;
    max-width: calc(100% + 2rem);
    left: -1rem;
  }
}
.cid-sGuUXGX2g4 {
  padding-top: 90px;
  padding-bottom: 0px;
  background-color: #007cb0;
}
.cid-sGuUXGX2g4 h2 {
  color: #000000;
}
.cid-sGuUXGX2g4 h1 {
  color: #000000;
}
.cid-sGuUXGX2g4 .mbr-text,
.cid-sGuUXGX2g4 .mbr-section-btn {
  color: #ffffff;
}
.cid-sGuUXGX2g4 H1 {
  color: #ffffff;
}
.cid-sF59VEG3zs {
  padding-top: 60px;
  padding-bottom: 60px;
  background-color: #007cb0;
}
.cid-sF59VEG3zs .card-wrapper {
  overflow: hidden;
  height: 100%;
  background: #ffffff;
  color: #444444;
  padding: 0;
}
.cid-sF59VEG3zs .ico-line {
  display: inline-block;
  width: 100%;
}
.cid-sF59VEG3zs p {
  line-height: 1.6;
}
.cid-sF59VEG3zs .rev,
.cid-sF59VEG3zs .mbr-iconfont {
  display: inline-block;
}
.cid-sF59VEG3zs .card-title {
  color: #007cb0;
  margin: 0;
  line-height: 1.3;
  padding-bottom: 1rem;
  text-align: left;
}
.cid-sF59VEG3zs .card-box {
  padding: 1.5rem;
}
.cid-sF59VEG3zs .mbr-section-title {
  margin: 0 auto;
  color: #000000;
  text-align: center;
}
.cid-sF59VEG3zs .mbr-section-sub-title {
  text-align: center;
  color: #767676;
}
.cid-sF59VEG3zs .mbr-section-title,
.cid-sF59VEG3zs .line-wrap {
  text-align: center;
  color: #ffffff;
}
.cid-sF59VEG3zs .rev {
  color: #0a1c44;
}
.cid-sF59VEG3zs .card-text,
.cid-sF59VEG3zs .mbr-section-btn,
.cid-sF59VEG3zs .ico-line {
  color: #767676;
}
.cid-sF57dWEnBi {
  padding-top: 2rem;
  padding-bottom: 2rem;
  background-color: #007cb0;
}
.cid-sF57dWEnBi .image-wrapper img {
  width: 100%;
  object-fit: cover;
}
.cid-sF57dWEnBi .mbr-section-title {
  color: #ffffff;
  text-align: center;
}
.cid-sF57dWEnBi .mbr-section-subtitle {
  color: #ffffff;
  text-align: center;
}
.cid-sF57dWEnBi .row {
  align-items: center;
  height: 100%;
}
.cid-sF57dWEnBi .col-10 {
  margin: auto;
}
.cid-sF57fRLXHe {
  padding-top: 2rem;
  padding-bottom: 2rem;
  background-color: #007cb0;
}
.cid-sF57fRLXHe .text-wrapper {
  z-index: 11;
}
.cid-sF57fRLXHe .wrapper {
  display: flex;
  flex-direction: column;
}
.cid-sF57fRLXHe .animate__fadeInUp:before {
  background: #007cb0;
}
.cid-sF57fRLXHe .mbr-iconfont {
  display: block;
  font-size: 3rem;
  color: #ffffff;
  margin-right: 0rem;
  margin-bottom: 2rem;
}
.cid-sF57fRLXHe .iconfont-wrapper {
  margin: auto;
}
.cid-sF57fRLXHe .mbr-section-title {
  text-align: center;
  color: #ffffff;
}
.cid-sF57fRLXHe .mbr-text,
.cid-sF57fRLXHe .mbr-section-btn {
  text-align: center;
  color: #161734;
}
.cid-sGAVmoYHEm {
  padding-top: 0rem;
  padding-bottom: 3rem;
  background-color: #007cb0;
}
.cid-sGAVmoYHEm .row-links {
  width: 100%;
  justify-content: center;
}
.cid-sGAVmoYHEm .social-row {
  width: 100%;
  justify-content: center;
}
.cid-sGAVmoYHEm .media-container-row {
  flex-direction: column;
  justify-content: center;
  align-items: center;
}
.cid-sGAVmoYHEm .media-container-row .foot-menu {
  list-style: none;
  display: flex;
  justify-content: center;
  flex-wrap: wrap;
  padding: 0;
  margin-bottom: 1rem;
}
.cid-sGAVmoYHEm .media-container-row .foot-menu li {
  padding: 0 1.5rem 1rem 1.5rem;
}
.cid-sGAVmoYHEm .media-container-row .foot-menu li:hover {
  color: #007cb0;
}
.cid-sGAVmoYHEm .media-container-row .foot-menu li p {
  margin: 0;
}
.cid-sGAVmoYHEm .media-container-row .social-list {
  padding-left: 0;
  margin-bottom: 0;
  list-style: none;
  display: flex;
  flex-wrap: wrap;
  justify-content: flex-end;
}
.cid-sGAVmoYHEm .media-container-row .social-list .mbr-iconfont-social {
  font-size: 1.5rem;
  color: #ffffff;
}
.cid-sGAVmoYHEm .media-container-row .social-list .soc-item {
  margin: 0 .5rem;
}
.cid-sGAVmoYHEm .media-container-row .social-list a {
  margin: 0;
  opacity: .5;
  transition: .2s linear;
}
.cid-sGAVmoYHEm .media-container-row .social-list a:hover {
  opacity: 1;
}
@media (max-width: 767px) {
  .cid-sGAVmoYHEm .media-container-row .social-list {
    -webkit-justify-content: center;
    justify-content: center;
  }
}
.cid-sGAVmoYHEm .media-container-row .row-copirayt {
  word-break: break-word;
  width: 100%;
}
.cid-sGAVmoYHEm .media-container-row .row-copirayt p {
  width: 100%;
}
@media (max-width: 767px) {
  .cid-sGAVmoYHEm .foot-menu {
    display: flex;
    flex-direction: column;
  }
}
.cid-sGAVmoYHEm .media-container-row .mbr-text {
  color: #ffffff;
}
.cid-sGpoBdlkUQ .dropdown-item:before {
  font-family: MobiriseIcons !important;
  content: '\e966';
  display: inline-block;
  width: 16px;
  position: absolute;
  right: 1rem;
  top: 30%;
  line-height: 1;
  font-size: inherit;
  vertical-align: middle;
  text-align: center;
  -webkit-transform: scale(0, 1);
  transform: scale(0, 1);
  -webkit-transition: all 0.25s ease-in-out;
  -moz-transition: all 0.25s ease-in-out;
  transition: all 0.25s ease-in-out;
}
.cid-sGpoBdlkUQ .nav-item,
.cid-sGpoBdlkUQ .nav-link,
.cid-sGpoBdlkUQ .navbar-caption {
  font-weight: normal;
}
.cid-sGpoBdlkUQ .nav-item:focus,
.cid-sGpoBdlkUQ .nav-link:focus {
  outline: none;
}
@media (min-width: 992px) {
  .cid-sGpoBdlkUQ .dropdown-item:hover:before {
    -webkit-transform: scale(1, 1);
    transform: scale(1, 1);
  }
}
.cid-sGpoBdlkUQ .dropdown .dropdown-menu .dropdown-item {
  display: flex;
  -webkit-align-items: center;
  align-items: center;
  width: auto;
  -webkit-transition: all 0.25s ease-in-out;
  -moz-transition: all 0.25s ease-in-out;
  transition: all 0.25s ease-in-out;
}
.cid-sGpoBdlkUQ .dropdown .dropdown-menu .dropdown-item::after {
  right: 1rem;
}
.cid-sGpoBdlkUQ .dropdown .dropdown-menu .dropdown-item:hover .mbr-iconfont:before {
  -webkit-transform: scale(0, 1);
  transform: scale(0, 1);
}
.cid-sGpoBdlkUQ .dropdown .dropdown-menu .dropdown-item.dropdown-toggle:before {
  display: none;
}
.cid-sGpoBdlkUQ .dropdown .dropdown-menu .dropdown-item .mbr-iconfont {
  margin-left: -1.8rem;
  padding-right: 1rem;
  font-size: inherit;
}
.cid-sGpoBdlkUQ .dropdown .dropdown-menu .dropdown-item .mbr-iconfont:before {
  display: inline-block;
  -webkit-transform: scale(1, 1);
  transform: scale(1, 1);
  -webkit-transition: all 0.25s ease-in-out;
  -moz-transition: all 0.25s ease-in-out;
  transition: all 0.25s ease-in-out;
}
.cid-sGpoBdlkUQ .collapsed .dropdown-menu .dropdown-item:before {
  display: none;
}
.cid-sGpoBdlkUQ .collapsed .dropdown .dropdown-menu .dropdown-item {
  padding: 0.235em 1.5em 0.235em 1.5em !important;
  transition: none;
  margin: 0 !important;
}
.cid-sGpoBdlkUQ .navbar {
  min-height: 77px;
  transition: all 0.3s;
  background: #007cb0;
}
.cid-sGpoBdlkUQ .navbar.opened {
  transition: all 0.3s;
  background: #007cb0 !important;
}
.cid-sGpoBdlkUQ .navbar .dropdown-item {
  padding: 0.235rem 2.5rem 0.235rem 1.5rem;
}
.cid-sGpoBdlkUQ .navbar .navbar-collapse {
  -webkit-justify-content: flex-end;
  justify-content: flex-end;
  z-index: 1;
}
.cid-sGpoBdlkUQ .navbar.collapsed .nav-item .nav-link::before {
  display: none;
}
.cid-sGpoBdlkUQ .navbar.collapsed.opened .dropdown-menu {
  top: 0;
}
.cid-sGpoBdlkUQ .navbar.collapsed .dropdown-menu {
  background: transparent !important;
}
.cid-sGpoBdlkUQ .navbar.collapsed .dropdown-menu .dropdown-submenu {
  left: 0 !important;
}
.cid-sGpoBdlkUQ .navbar.collapsed .dropdown-menu .dropdown-toggle[data-toggle='dropdown-submenu']:after {
  margin-left: 0.25rem;
  border-top: 0.35em solid;
  border-right: 0.35em solid transparent;
  border-left: 0.35em solid transparent;
  border-bottom: 0;
  top: 55%;
}
.cid-sGpoBdlkUQ .navbar.collapsed ul.navbar-nav li {
  margin: auto;
}
.cid-sGpoBdlkUQ .navbar.collapsed .dropdown-menu .dropdown-item {
  padding: 0.25rem 1.5rem;
  text-align: center;
  -webkit-justify-content: center;
  justify-content: center;
}
.cid-sGpoBdlkUQ .navbar.collapsed .icons-menu {
  padding-left: 0;
  padding-top: 0.5rem;
  padding-bottom: 0.5rem;
}
@media (max-width: 991px) {
  .cid-sGpoBdlkUQ .navbar .nav-item .nav-link::before {
    display: none;
  }
  .cid-sGpoBdlkUQ .navbar.opened .dropdown-menu {
    top: 0;
  }
  .cid-sGpoBdlkUQ .navbar .dropdown-menu {
    background: transparent !important;
  }
  .cid-sGpoBdlkUQ .navbar .dropdown-menu .dropdown-submenu {
    left: 0 !important;
  }
  .cid-sGpoBdlkUQ .navbar .dropdown-menu .dropdown-toggle[data-toggle='dropdown-submenu']:after {
    margin-left: 0.25rem;
    border-top: 0.35em solid;
    border-right: 0.35em solid transparent;
    border-left: 0.35em solid transparent;
    border-bottom: 0;
    top: 55%;
  }
  .cid-sGpoBdlkUQ .navbar .navbar-logo img {
    height: 3.8rem !important;
    width: auto;
  }
  .cid-sGpoBdlkUQ .navbar ul.navbar-nav li {
    margin: auto;
  }
  .cid-sGpoBdlkUQ .navbar .dropdown-menu .dropdown-item {
    padding: 0.25rem 1.5rem !important;
    text-align: center;
    -webkit-justify-content: center;
    justify-content: center;
  }
  .cid-sGpoBdlkUQ .navbar .navbar-brand {
    -webkit-flex-shrink: initial;
    flex-shrink: initial;
    -webkit-flex-basis: auto;
    flex-basis: auto;
    word-break: break-word;
  }
  .cid-sGpoBdlkUQ .navbar .navbar-toggler {
    -webkit-flex-basis: auto;
    flex-basis: auto;
  }
  .cid-sGpoBdlkUQ .navbar .icons-menu {
    padding-left: 0;
    padding-top: 0.5rem;
    padding-bottom: 0.5rem;
  }
}
.cid-sGpoBdlkUQ .navbar.navbar-short {
  background: #007cb0 !important;
  min-height: 60px;
}
.cid-sGpoBdlkUQ .navbar.navbar-short .navbar-logo img {
  height: 3rem !important;
  width: auto;
}
.cid-sGpoBdlkUQ .navbar.navbar-short .navbar-brand {
  padding: 0;
}
.cid-sGpoBdlkUQ .navbar-brand {
  -webkit-flex-shrink: 0;
  flex-shrink: 0;
  -webkit-align-items: center;
  align-items: center;
  margin-right: 0;
  padding: 0;
  transition: all 0.3s;
  word-break: break-word;
  z-index: 1;
}
.cid-sGpoBdlkUQ .navbar-brand .navbar-caption {
  line-height: inherit !important;
}
.cid-sGpoBdlkUQ .navbar-brand .navbar-logo a {
  outline: none;
}
.cid-sGpoBdlkUQ .navbar-brand .navbar-logo a img {
  width: auto;
}
.cid-sGpoBdlkUQ .dropdown-item.active,
.cid-sGpoBdlkUQ .dropdown-item:active {
  background-color: transparent;
}
.cid-sGpoBdlkUQ .nav-dropdown .link.dropdown-toggle {
  margin-right: 1.667em;
}
.cid-sGpoBdlkUQ .nav-dropdown .link.dropdown-toggle[aria-expanded='true'] {
  margin-right: 0;
  padding: 0.667em 1.667em;
}
.cid-sGpoBdlkUQ .navbar.navbar-expand-lg .dropdown .dropdown-menu {
  background: #007cb0;
}
.cid-sGpoBdlkUQ .navbar.navbar-expand-lg .dropdown .dropdown-menu .dropdown-submenu {
  margin: 0;
  left: 100%;
}
.cid-sGpoBdlkUQ .navbar .dropdown.open > .dropdown-menu {
  display: block;
}
.cid-sGpoBdlkUQ ul.navbar-nav {
  -webkit-flex-wrap: wrap;
  flex-wrap: wrap;
}
.cid-sGpoBdlkUQ .navbar-buttons {
  text-align: center;
}
.cid-sGpoBdlkUQ button.navbar-toggler {
  outline: none;
  width: 31px;
  height: 20px;
  cursor: pointer;
  transition: all 0.2s;
  position: relative;
  -webkit-align-self: center;
  align-self: center;
}
.cid-sGpoBdlkUQ button.navbar-toggler .hamburger span {
  position: absolute;
  right: 0;
  width: 30px;
  height: 2px;
  border-right: 5px;
  background-color: #ffffff;
}
.cid-sGpoBdlkUQ button.navbar-toggler .hamburger span:nth-child(1) {
  top: 0;
  transition: all 0.2s;
}
.cid-sGpoBdlkUQ button.navbar-toggler .hamburger span:nth-child(2) {
  top: 8px;
  transition: all 0.15s;
}
.cid-sGpoBdlkUQ button.navbar-toggler .hamburger span:nth-child(3) {
  top: 8px;
  transition: all 0.15s;
}
.cid-sGpoBdlkUQ button.navbar-toggler .hamburger span:nth-child(4) {
  top: 16px;
  transition: all 0.2s;
}
.cid-sGpoBdlkUQ nav.opened .hamburger span:nth-child(1) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-sGpoBdlkUQ nav.opened .hamburger span:nth-child(2) {
  -webkit-transform: rotate(45deg);
  transform: rotate(45deg);
  transition: all 0.25s;
}
.cid-sGpoBdlkUQ nav.opened .hamburger span:nth-child(3) {
  -webkit-transform: rotate(-45deg);
  transform: rotate(-45deg);
  transition: all 0.25s;
}
.cid-sGpoBdlkUQ nav.opened .hamburger span:nth-child(4) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-sGpoBdlkUQ .navbar-dropdown {
  padding: 0.5rem 1rem;
  position: fixed;
}
.cid-sGpoBdlkUQ a.nav-link {
  -webkit-justify-content: center;
  justify-content: center;
  display: flex;
  -webkit-align-items: center;
  align-items: center;
}
.cid-sGpoBdlkUQ .mbr-iconfont {
  font-size: 1rem;
  color: #ffffff;
  display: inline-flex;
}
.cid-sGpoBdlkUQ .mbr-iconfont:before {
  padding: 0.5rem;
  border: 2px solid;
  border-radius: 100px;
}
.cid-sGpoBdlkUQ .soc-item {
  margin: 0.5rem 0.3rem;
}
.cid-sGpoBdlkUQ .icons-menu {
  -webkit-flex-wrap: wrap;
  flex-wrap: wrap;
  display: flex;
  -webkit-justify-content: center;
  justify-content: center;
  padding-left: 1rem;
  text-align: center;
  -webkit-align-items: center;
  align-items: center;
}
@media screen and (-ms-high-contrast: active), (-ms-high-contrast: none) {
  .cid-sGpoBdlkUQ .navbar {
    height: 77px;
  }
  .cid-sGpoBdlkUQ .navbar.opened {
    height: auto;
  }
  .cid-sGpoBdlkUQ .nav-item .nav-link:hover::before {
    width: 175%;
    max-width: calc(100% + 2rem);
    left: -1rem;
  }
}
.cid-sGuWzA8mMY {
  padding-top: 90px;
  padding-bottom: 0px;
  background-color: #007cb0;
}
.cid-sGuWzA8mMY h2 {
  color: #000000;
}
.cid-sGuWzA8mMY h1 {
  color: #000000;
}
.cid-sGuWzA8mMY .mbr-text,
.cid-sGuWzA8mMY .mbr-section-btn {
  color: #ffffff;
}
.cid-sGuWzA8mMY H1 {
  color: #ffffff;
}
.cid-sGuWAfMh0b {
  padding-top: 3rem;
  padding-bottom: 3rem;
  background-color: #007cb0;
}
.cid-sGuWAfMh0b .mbr-section-subtitle {
  color: #33358c;
}
.cid-sGuWAfMh0b .mbr-text,
.cid-sGuWAfMh0b .mbr-section-btn {
  color: #ffffff;
  text-align: left;
}
.cid-sGuWAfMh0b .row {
  justify-content: space-between;
}
.cid-sGuWAfMh0b img {
  border-radius: 8px;
}
.cid-sGuWAfMh0b .mbr-section-title {
  color: #ffffff;
}
.cid-sGpoBf0h8a {
  padding-top: 30px;
  padding-bottom: 30px;
  background-color: #ffffff;
}
.cid-sGpoBf0h8a .mbr-section-title {
  margin: 0;
}
.cid-sGpoBf0h8a .mbr-section-subtitle {
  margin-bottom: 2rem;
  color: #8d97ad;
}
.cid-sGpoBf0h8a .mbr-text {
  margin: 0;
  color: #efefef;
}
.cid-sGpoBf0h8a .wrapper {
  padding: 2rem;
  box-shadow: 0px 0px 30px rgba(115, 128, 157, 0.1);
  border-radius: .25rem;
}
.cid-sGpoBf0h8a .card1 {
  background: linear-gradient(45deg, #007cb0, #007cb0);
}
.cid-sGpoBf0h8a .card2 {
  background: linear-gradient(45deg, #007cb0, #007cb0);
}
.cid-sGpoBf0h8a .card3 {
  background: linear-gradient(45deg, #007cb0, #007cb0);
}
.cid-sGpoBf0h8a .card4 {
  background: linear-gradient(45deg, #1dc9cb, #1dc9cb);
}
@media (max-width: 991px) {
  .cid-sGpoBf0h8a .wrapper {
    margin-bottom: 5rem;
  }
}
.cid-sGpoBf0h8a .mbr-card-title {
  padding-bottom: 1rem;
}
.cid-sGpoBfnqWe {
  padding-top: 30px;
  padding-bottom: 30px;
  background-color: #ffffff;
}
.cid-sGpoBfnqWe .mbr-section-title {
  margin: 0;
}
.cid-sGpoBfnqWe .mbr-section-subtitle {
  margin-bottom: 2rem;
  color: #8d97ad;
}
.cid-sGpoBfnqWe .mbr-text {
  margin: 0;
  color: #efefef;
}
.cid-sGpoBfnqWe .wrapper {
  padding: 2rem;
  box-shadow: 0px 0px 30px rgba(115, 128, 157, 0.1);
  border-radius: .25rem;
}
.cid-sGpoBfnqWe .card1 {
  background: linear-gradient(45deg, #007cb0, #007cb0);
}
.cid-sGpoBfnqWe .card2 {
  background: linear-gradient(45deg, #007cb0, #007cb0);
}
.cid-sGpoBfnqWe .card3 {
  background: linear-gradient(45deg, #007cb0, #007cb0);
}
.cid-sGpoBfnqWe .card4 {
  background: linear-gradient(45deg, #1dc9cb, #1dc9cb);
}
@media (max-width: 991px) {
  .cid-sGpoBfnqWe .wrapper {
    margin-bottom: 5rem;
  }
}
.cid-sGpoBfnqWe .mbr-card-title {
  padding-bottom: 1rem;
}
.cid-sGpoBfMFna {
  padding-top: 30px;
  padding-bottom: 30px;
  background-color: #ffffff;
}
.cid-sGpoBfMFna .mbr-section-title {
  margin: 0;
}
.cid-sGpoBfMFna .mbr-section-subtitle {
  margin-bottom: 2rem;
  color: #8d97ad;
}
.cid-sGpoBfMFna .mbr-text {
  margin: 0;
  color: #efefef;
}
.cid-sGpoBfMFna .wrapper {
  padding: 2rem;
  box-shadow: 0px 0px 30px rgba(115, 128, 157, 0.1);
  border-radius: .25rem;
}
.cid-sGpoBfMFna .card1 {
  background: linear-gradient(45deg, #007cb0, #007cb0);
}
.cid-sGpoBfMFna .card2 {
  background: linear-gradient(45deg, #007cb0, #007cb0);
}
.cid-sGpoBfMFna .card3 {
  background: linear-gradient(45deg, #005e85, #005e85);
}
.cid-sGpoBfMFna .card4 {
  background: linear-gradient(45deg, #1dc9cb, #1dc9cb);
}
@media (max-width: 991px) {
  .cid-sGpoBfMFna .wrapper {
    margin-bottom: 5rem;
  }
}
.cid-sGpoBfMFna .mbr-card-title {
  padding-bottom: 1rem;
}
.cid-sGpoBg9a90 {
  padding-top: 2rem;
  padding-bottom: 2rem;
  background-color: #007cb0;
}
.cid-sGpoBg9a90 .text-wrapper {
  z-index: 11;
}
.cid-sGpoBg9a90 .wrapper {
  display: flex;
  flex-direction: column;
}
.cid-sGpoBg9a90 .animate__fadeInUp:before {
  background: #007cb0;
}
.cid-sGpoBg9a90 .mbr-iconfont {
  display: block;
  font-size: 3rem;
  color: #ffffff;
  margin-right: 0rem;
  margin-bottom: 2rem;
}
.cid-sGpoBg9a90 .iconfont-wrapper {
  margin: auto;
}
.cid-sGpoBg9a90 .mbr-section-title {
  text-align: center;
  color: #ffffff;
}
.cid-sGpoBg9a90 .mbr-text,
.cid-sGpoBg9a90 .mbr-section-btn {
  text-align: center;
  color: #161734;
}
.cid-sGAVmoYHEm {
  padding-top: 0rem;
  padding-bottom: 3rem;
  background-color: #007cb0;
}
.cid-sGAVmoYHEm .row-links {
  width: 100%;
  justify-content: center;
}
.cid-sGAVmoYHEm .social-row {
  width: 100%;
  justify-content: center;
}
.cid-sGAVmoYHEm .media-container-row {
  flex-direction: column;
  justify-content: center;
  align-items: center;
}
.cid-sGAVmoYHEm .media-container-row .foot-menu {
  list-style: none;
  display: flex;
  justify-content: center;
  flex-wrap: wrap;
  padding: 0;
  margin-bottom: 1rem;
}
.cid-sGAVmoYHEm .media-container-row .foot-menu li {
  padding: 0 1.5rem 1rem 1.5rem;
}
.cid-sGAVmoYHEm .media-container-row .foot-menu li:hover {
  color: #007cb0;
}
.cid-sGAVmoYHEm .media-container-row .foot-menu li p {
  margin: 0;
}
.cid-sGAVmoYHEm .media-container-row .social-list {
  padding-left: 0;
  margin-bottom: 0;
  list-style: none;
  display: flex;
  flex-wrap: wrap;
  justify-content: flex-end;
}
.cid-sGAVmoYHEm .media-container-row .social-list .mbr-iconfont-social {
  font-size: 1.5rem;
  color: #ffffff;
}
.cid-sGAVmoYHEm .media-container-row .social-list .soc-item {
  margin: 0 .5rem;
}
.cid-sGAVmoYHEm .media-container-row .social-list a {
  margin: 0;
  opacity: .5;
  transition: .2s linear;
}
.cid-sGAVmoYHEm .media-container-row .social-list a:hover {
  opacity: 1;
}
@media (max-width: 767px) {
  .cid-sGAVmoYHEm .media-container-row .social-list {
    -webkit-justify-content: center;
    justify-content: center;
  }
}
.cid-sGAVmoYHEm .media-container-row .row-copirayt {
  word-break: break-word;
  width: 100%;
}
.cid-sGAVmoYHEm .media-container-row .row-copirayt p {
  width: 100%;
}
@media (max-width: 767px) {
  .cid-sGAVmoYHEm .foot-menu {
    display: flex;
    flex-direction: column;
  }
}
.cid-sGAVmoYHEm .media-container-row .mbr-text {
  color: #ffffff;
}
.cid-sGpkvgqYZe .dropdown-item:before {
  font-family: MobiriseIcons !important;
  content: '\e966';
  display: inline-block;
  width: 16px;
  position: absolute;
  right: 1rem;
  top: 30%;
  line-height: 1;
  font-size: inherit;
  vertical-align: middle;
  text-align: center;
  -webkit-transform: scale(0, 1);
  transform: scale(0, 1);
  -webkit-transition: all 0.25s ease-in-out;
  -moz-transition: all 0.25s ease-in-out;
  transition: all 0.25s ease-in-out;
}
.cid-sGpkvgqYZe .nav-item,
.cid-sGpkvgqYZe .nav-link,
.cid-sGpkvgqYZe .navbar-caption {
  font-weight: normal;
}
.cid-sGpkvgqYZe .nav-item:focus,
.cid-sGpkvgqYZe .nav-link:focus {
  outline: none;
}
@media (min-width: 992px) {
  .cid-sGpkvgqYZe .dropdown-item:hover:before {
    -webkit-transform: scale(1, 1);
    transform: scale(1, 1);
  }
}
.cid-sGpkvgqYZe .dropdown .dropdown-menu .dropdown-item {
  display: flex;
  -webkit-align-items: center;
  align-items: center;
  width: auto;
  -webkit-transition: all 0.25s ease-in-out;
  -moz-transition: all 0.25s ease-in-out;
  transition: all 0.25s ease-in-out;
}
.cid-sGpkvgqYZe .dropdown .dropdown-menu .dropdown-item::after {
  right: 1rem;
}
.cid-sGpkvgqYZe .dropdown .dropdown-menu .dropdown-item:hover .mbr-iconfont:before {
  -webkit-transform: scale(0, 1);
  transform: scale(0, 1);
}
.cid-sGpkvgqYZe .dropdown .dropdown-menu .dropdown-item.dropdown-toggle:before {
  display: none;
}
.cid-sGpkvgqYZe .dropdown .dropdown-menu .dropdown-item .mbr-iconfont {
  margin-left: -1.8rem;
  padding-right: 1rem;
  font-size: inherit;
}
.cid-sGpkvgqYZe .dropdown .dropdown-menu .dropdown-item .mbr-iconfont:before {
  display: inline-block;
  -webkit-transform: scale(1, 1);
  transform: scale(1, 1);
  -webkit-transition: all 0.25s ease-in-out;
  -moz-transition: all 0.25s ease-in-out;
  transition: all 0.25s ease-in-out;
}
.cid-sGpkvgqYZe .collapsed .dropdown-menu .dropdown-item:before {
  display: none;
}
.cid-sGpkvgqYZe .collapsed .dropdown .dropdown-menu .dropdown-item {
  padding: 0.235em 1.5em 0.235em 1.5em !important;
  transition: none;
  margin: 0 !important;
}
.cid-sGpkvgqYZe .navbar {
  min-height: 77px;
  transition: all 0.3s;
  background: #007cb0;
}
.cid-sGpkvgqYZe .navbar.opened {
  transition: all 0.3s;
  background: #007cb0 !important;
}
.cid-sGpkvgqYZe .navbar .dropdown-item {
  padding: 0.235rem 2.5rem 0.235rem 1.5rem;
}
.cid-sGpkvgqYZe .navbar .navbar-collapse {
  -webkit-justify-content: flex-end;
  justify-content: flex-end;
  z-index: 1;
}
.cid-sGpkvgqYZe .navbar.collapsed .nav-item .nav-link::before {
  display: none;
}
.cid-sGpkvgqYZe .navbar.collapsed.opened .dropdown-menu {
  top: 0;
}
.cid-sGpkvgqYZe .navbar.collapsed .dropdown-menu {
  background: transparent !important;
}
.cid-sGpkvgqYZe .navbar.collapsed .dropdown-menu .dropdown-submenu {
  left: 0 !important;
}
.cid-sGpkvgqYZe .navbar.collapsed .dropdown-menu .dropdown-toggle[data-toggle='dropdown-submenu']:after {
  margin-left: 0.25rem;
  border-top: 0.35em solid;
  border-right: 0.35em solid transparent;
  border-left: 0.35em solid transparent;
  border-bottom: 0;
  top: 55%;
}
.cid-sGpkvgqYZe .navbar.collapsed ul.navbar-nav li {
  margin: auto;
}
.cid-sGpkvgqYZe .navbar.collapsed .dropdown-menu .dropdown-item {
  padding: 0.25rem 1.5rem;
  text-align: center;
  -webkit-justify-content: center;
  justify-content: center;
}
.cid-sGpkvgqYZe .navbar.collapsed .icons-menu {
  padding-left: 0;
  padding-top: 0.5rem;
  padding-bottom: 0.5rem;
}
@media (max-width: 991px) {
  .cid-sGpkvgqYZe .navbar .nav-item .nav-link::before {
    display: none;
  }
  .cid-sGpkvgqYZe .navbar.opened .dropdown-menu {
    top: 0;
  }
  .cid-sGpkvgqYZe .navbar .dropdown-menu {
    background: transparent !important;
  }
  .cid-sGpkvgqYZe .navbar .dropdown-menu .dropdown-submenu {
    left: 0 !important;
  }
  .cid-sGpkvgqYZe .navbar .dropdown-menu .dropdown-toggle[data-toggle='dropdown-submenu']:after {
    margin-left: 0.25rem;
    border-top: 0.35em solid;
    border-right: 0.35em solid transparent;
    border-left: 0.35em solid transparent;
    border-bottom: 0;
    top: 55%;
  }
  .cid-sGpkvgqYZe .navbar .navbar-logo img {
    height: 3.8rem !important;
    width: auto;
  }
  .cid-sGpkvgqYZe .navbar ul.navbar-nav li {
    margin: auto;
  }
  .cid-sGpkvgqYZe .navbar .dropdown-menu .dropdown-item {
    padding: 0.25rem 1.5rem !important;
    text-align: center;
    -webkit-justify-content: center;
    justify-content: center;
  }
  .cid-sGpkvgqYZe .navbar .navbar-brand {
    -webkit-flex-shrink: initial;
    flex-shrink: initial;
    -webkit-flex-basis: auto;
    flex-basis: auto;
    word-break: break-word;
  }
  .cid-sGpkvgqYZe .navbar .navbar-toggler {
    -webkit-flex-basis: auto;
    flex-basis: auto;
  }
  .cid-sGpkvgqYZe .navbar .icons-menu {
    padding-left: 0;
    padding-top: 0.5rem;
    padding-bottom: 0.5rem;
  }
}
.cid-sGpkvgqYZe .navbar.navbar-short {
  background: #007cb0 !important;
  min-height: 60px;
}
.cid-sGpkvgqYZe .navbar.navbar-short .navbar-logo img {
  height: 3rem !important;
  width: auto;
}
.cid-sGpkvgqYZe .navbar.navbar-short .navbar-brand {
  padding: 0;
}
.cid-sGpkvgqYZe .navbar-brand {
  -webkit-flex-shrink: 0;
  flex-shrink: 0;
  -webkit-align-items: center;
  align-items: center;
  margin-right: 0;
  padding: 0;
  transition: all 0.3s;
  word-break: break-word;
  z-index: 1;
}
.cid-sGpkvgqYZe .navbar-brand .navbar-caption {
  line-height: inherit !important;
}
.cid-sGpkvgqYZe .navbar-brand .navbar-logo a {
  outline: none;
}
.cid-sGpkvgqYZe .navbar-brand .navbar-logo a img {
  width: auto;
}
.cid-sGpkvgqYZe .dropdown-item.active,
.cid-sGpkvgqYZe .dropdown-item:active {
  background-color: transparent;
}
.cid-sGpkvgqYZe .nav-dropdown .link.dropdown-toggle {
  margin-right: 1.667em;
}
.cid-sGpkvgqYZe .nav-dropdown .link.dropdown-toggle[aria-expanded='true'] {
  margin-right: 0;
  padding: 0.667em 1.667em;
}
.cid-sGpkvgqYZe .navbar.navbar-expand-lg .dropdown .dropdown-menu {
  background: #007cb0;
}
.cid-sGpkvgqYZe .navbar.navbar-expand-lg .dropdown .dropdown-menu .dropdown-submenu {
  margin: 0;
  left: 100%;
}
.cid-sGpkvgqYZe .navbar .dropdown.open > .dropdown-menu {
  display: block;
}
.cid-sGpkvgqYZe ul.navbar-nav {
  -webkit-flex-wrap: wrap;
  flex-wrap: wrap;
}
.cid-sGpkvgqYZe .navbar-buttons {
  text-align: center;
}
.cid-sGpkvgqYZe button.navbar-toggler {
  outline: none;
  width: 31px;
  height: 20px;
  cursor: pointer;
  transition: all 0.2s;
  position: relative;
  -webkit-align-self: center;
  align-self: center;
}
.cid-sGpkvgqYZe button.navbar-toggler .hamburger span {
  position: absolute;
  right: 0;
  width: 30px;
  height: 2px;
  border-right: 5px;
  background-color: #ffffff;
}
.cid-sGpkvgqYZe button.navbar-toggler .hamburger span:nth-child(1) {
  top: 0;
  transition: all 0.2s;
}
.cid-sGpkvgqYZe button.navbar-toggler .hamburger span:nth-child(2) {
  top: 8px;
  transition: all 0.15s;
}
.cid-sGpkvgqYZe button.navbar-toggler .hamburger span:nth-child(3) {
  top: 8px;
  transition: all 0.15s;
}
.cid-sGpkvgqYZe button.navbar-toggler .hamburger span:nth-child(4) {
  top: 16px;
  transition: all 0.2s;
}
.cid-sGpkvgqYZe nav.opened .hamburger span:nth-child(1) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-sGpkvgqYZe nav.opened .hamburger span:nth-child(2) {
  -webkit-transform: rotate(45deg);
  transform: rotate(45deg);
  transition: all 0.25s;
}
.cid-sGpkvgqYZe nav.opened .hamburger span:nth-child(3) {
  -webkit-transform: rotate(-45deg);
  transform: rotate(-45deg);
  transition: all 0.25s;
}
.cid-sGpkvgqYZe nav.opened .hamburger span:nth-child(4) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-sGpkvgqYZe .navbar-dropdown {
  padding: 0.5rem 1rem;
  position: fixed;
}
.cid-sGpkvgqYZe a.nav-link {
  -webkit-justify-content: center;
  justify-content: center;
  display: flex;
  -webkit-align-items: center;
  align-items: center;
}
.cid-sGpkvgqYZe .mbr-iconfont {
  font-size: 1rem;
  color: #ffffff;
  display: inline-flex;
}
.cid-sGpkvgqYZe .mbr-iconfont:before {
  padding: 0.5rem;
  border: 2px solid;
  border-radius: 100px;
}
.cid-sGpkvgqYZe .soc-item {
  margin: 0.5rem 0.3rem;
}
.cid-sGpkvgqYZe .icons-menu {
  -webkit-flex-wrap: wrap;
  flex-wrap: wrap;
  display: flex;
  -webkit-justify-content: center;
  justify-content: center;
  padding-left: 1rem;
  text-align: center;
  -webkit-align-items: center;
  align-items: center;
}
@media screen and (-ms-high-contrast: active), (-ms-high-contrast: none) {
  .cid-sGpkvgqYZe .navbar {
    height: 77px;
  }
  .cid-sGpkvgqYZe .navbar.opened {
    height: auto;
  }
  .cid-sGpkvgqYZe .nav-item .nav-link:hover::before {
    width: 175%;
    max-width: calc(100% + 2rem);
    left: -1rem;
  }
}
.cid-sGuVUYXSm3 {
  padding-top: 90px;
  padding-bottom: 0px;
  background-color: #007cb0;
}
.cid-sGuVUYXSm3 h2 {
  color: #000000;
}
.cid-sGuVUYXSm3 h1 {
  color: #000000;
}
.cid-sGuVUYXSm3 .mbr-text,
.cid-sGuVUYXSm3 .mbr-section-btn {
  color: #ffffff;
}
.cid-sGuVUYXSm3 H1 {
  color: #ffffff;
}
.cid-sGuVVPEz8G {
  padding-top: 3rem;
  padding-bottom: 3rem;
  background-color: #007cb0;
}
.cid-sGuVVPEz8G .mbr-section-subtitle {
  color: #33358c;
}
.cid-sGuVVPEz8G .mbr-text,
.cid-sGuVVPEz8G .mbr-section-btn {
  color: #ffffff;
  text-align: left;
}
.cid-sGuVVPEz8G .row {
  justify-content: space-between;
}
.cid-sGuVVPEz8G img {
  border-radius: 8px;
}
.cid-sGuVVPEz8G .mbr-section-title {
  color: #ffffff;
}
.cid-sGpluFLvI1 {
  padding-top: 30px;
  padding-bottom: 30px;
  background-color: #ffffff;
}
.cid-sGpluFLvI1 .mbr-section-title {
  margin: 0;
}
.cid-sGpluFLvI1 .mbr-section-subtitle {
  margin-bottom: 2rem;
  color: #8d97ad;
}
.cid-sGpluFLvI1 .mbr-text {
  margin: 0;
  color: #efefef;
}
.cid-sGpluFLvI1 .wrapper {
  padding: 2rem;
  box-shadow: 0px 0px 30px rgba(115, 128, 157, 0.1);
  border-radius: .25rem;
}
.cid-sGpluFLvI1 .card1 {
  background: linear-gradient(45deg, #007cb0, #007cb0);
}
.cid-sGpluFLvI1 .card2 {
  background: linear-gradient(45deg, #007cb0, #007cb0);
}
.cid-sGpluFLvI1 .card3 {
  background: linear-gradient(45deg, #007cb0, #007cb0);
}
.cid-sGpluFLvI1 .card4 {
  background: linear-gradient(45deg, #1dc9cb, #1dc9cb);
}
@media (max-width: 991px) {
  .cid-sGpluFLvI1 .wrapper {
    margin-bottom: 5rem;
  }
}
.cid-sGpluFLvI1 .mbr-card-title {
  padding-bottom: 1rem;
}
.cid-sGpmXYxgff {
  padding-top: 30px;
  padding-bottom: 30px;
  background-color: #ffffff;
}
.cid-sGpmXYxgff .mbr-section-title {
  margin: 0;
}
.cid-sGpmXYxgff .mbr-section-subtitle {
  margin-bottom: 2rem;
  color: #8d97ad;
}
.cid-sGpmXYxgff .mbr-text {
  margin: 0;
  color: #efefef;
}
.cid-sGpmXYxgff .wrapper {
  padding: 2rem;
  box-shadow: 0px 0px 30px rgba(115, 128, 157, 0.1);
  border-radius: .25rem;
}
.cid-sGpmXYxgff .card1 {
  background: linear-gradient(45deg, #007cb0, #007cb0);
}
.cid-sGpmXYxgff .card2 {
  background: linear-gradient(45deg, #007cb0, #007cb0);
}
.cid-sGpmXYxgff .card3 {
  background: linear-gradient(45deg, #007cb0, #007cb0);
}
.cid-sGpmXYxgff .card4 {
  background: linear-gradient(45deg, #1dc9cb, #1dc9cb);
}
@media (max-width: 991px) {
  .cid-sGpmXYxgff .wrapper {
    margin-bottom: 5rem;
  }
}
.cid-sGpmXYxgff .mbr-card-title {
  padding-bottom: 1rem;
}
.cid-sGpmXYxgff .card3 > .mbr-text,
.cid-sGpmXYxgff .card3 > .mbr-section-btn {
  text-align: left;
}
.cid-sGpmYS02UC {
  padding-top: 30px;
  padding-bottom: 30px;
  background-color: #ffffff;
}
.cid-sGpmYS02UC .mbr-section-title {
  margin: 0;
}
.cid-sGpmYS02UC .mbr-section-subtitle {
  margin-bottom: 2rem;
  color: #8d97ad;
}
.cid-sGpmYS02UC .mbr-text {
  margin: 0;
  color: #efefef;
}
.cid-sGpmYS02UC .wrapper {
  padding: 2rem;
  box-shadow: 0px 0px 30px rgba(115, 128, 157, 0.1);
  border-radius: .25rem;
}
.cid-sGpmYS02UC .card1 {
  background: linear-gradient(45deg, #007cb0, #007cb0);
}
.cid-sGpmYS02UC .card2 {
  background: linear-gradient(45deg, #007cb0, #007cb0);
}
.cid-sGpmYS02UC .card3 {
  background: linear-gradient(45deg, #005e85, #005e85);
}
.cid-sGpmYS02UC .card4 {
  background: linear-gradient(45deg, #1dc9cb, #1dc9cb);
}
@media (max-width: 991px) {
  .cid-sGpmYS02UC .wrapper {
    margin-bottom: 5rem;
  }
}
.cid-sGpmYS02UC .mbr-card-title {
  padding-bottom: 1rem;
}
.cid-sGpkviooYK {
  padding-top: 2rem;
  padding-bottom: 2rem;
  background-color: #007cb0;
}
.cid-sGpkviooYK .text-wrapper {
  z-index: 11;
}
.cid-sGpkviooYK .wrapper {
  display: flex;
  flex-direction: column;
}
.cid-sGpkviooYK .animate__fadeInUp:before {
  background: #007cb0;
}
.cid-sGpkviooYK .mbr-iconfont {
  display: block;
  font-size: 3rem;
  color: #ffffff;
  margin-right: 0rem;
  margin-bottom: 2rem;
}
.cid-sGpkviooYK .iconfont-wrapper {
  margin: auto;
}
.cid-sGpkviooYK .mbr-section-title {
  text-align: center;
  color: #ffffff;
}
.cid-sGpkviooYK .mbr-text,
.cid-sGpkviooYK .mbr-section-btn {
  text-align: center;
  color: #161734;
}
.cid-sGAVmoYHEm {
  padding-top: 0rem;
  padding-bottom: 3rem;
  background-color: #007cb0;
}
.cid-sGAVmoYHEm .row-links {
  width: 100%;
  justify-content: center;
}
.cid-sGAVmoYHEm .social-row {
  width: 100%;
  justify-content: center;
}
.cid-sGAVmoYHEm .media-container-row {
  flex-direction: column;
  justify-content: center;
  align-items: center;
}
.cid-sGAVmoYHEm .media-container-row .foot-menu {
  list-style: none;
  display: flex;
  justify-content: center;
  flex-wrap: wrap;
  padding: 0;
  margin-bottom: 1rem;
}
.cid-sGAVmoYHEm .media-container-row .foot-menu li {
  padding: 0 1.5rem 1rem 1.5rem;
}
.cid-sGAVmoYHEm .media-container-row .foot-menu li:hover {
  color: #007cb0;
}
.cid-sGAVmoYHEm .media-container-row .foot-menu li p {
  margin: 0;
}
.cid-sGAVmoYHEm .media-container-row .social-list {
  padding-left: 0;
  margin-bottom: 0;
  list-style: none;
  display: flex;
  flex-wrap: wrap;
  justify-content: flex-end;
}
.cid-sGAVmoYHEm .media-container-row .social-list .mbr-iconfont-social {
  font-size: 1.5rem;
  color: #ffffff;
}
.cid-sGAVmoYHEm .media-container-row .social-list .soc-item {
  margin: 0 .5rem;
}
.cid-sGAVmoYHEm .media-container-row .social-list a {
  margin: 0;
  opacity: .5;
  transition: .2s linear;
}
.cid-sGAVmoYHEm .media-container-row .social-list a:hover {
  opacity: 1;
}
@media (max-width: 767px) {
  .cid-sGAVmoYHEm .media-container-row .social-list {
    -webkit-justify-content: center;
    justify-content: center;
  }
}
.cid-sGAVmoYHEm .media-container-row .row-copirayt {
  word-break: break-word;
  width: 100%;
}
.cid-sGAVmoYHEm .media-container-row .row-copirayt p {
  width: 100%;
}
@media (max-width: 767px) {
  .cid-sGAVmoYHEm .foot-menu {
    display: flex;
    flex-direction: column;
  }
}
.cid-sGAVmoYHEm .media-container-row .mbr-text {
  color: #ffffff;
}
.cid-sGv0MigMwo .dropdown-item:before {
  font-family: MobiriseIcons !important;
  content: '\e966';
  display: inline-block;
  width: 16px;
  position: absolute;
  right: 1rem;
  top: 30%;
  line-height: 1;
  font-size: inherit;
  vertical-align: middle;
  text-align: center;
  -webkit-transform: scale(0, 1);
  transform: scale(0, 1);
  -webkit-transition: all 0.25s ease-in-out;
  -moz-transition: all 0.25s ease-in-out;
  transition: all 0.25s ease-in-out;
}
.cid-sGv0MigMwo .nav-item,
.cid-sGv0MigMwo .nav-link,
.cid-sGv0MigMwo .navbar-caption {
  font-weight: normal;
}
.cid-sGv0MigMwo .nav-item:focus,
.cid-sGv0MigMwo .nav-link:focus {
  outline: none;
}
@media (min-width: 992px) {
  .cid-sGv0MigMwo .dropdown-item:hover:before {
    -webkit-transform: scale(1, 1);
    transform: scale(1, 1);
  }
}
.cid-sGv0MigMwo .dropdown .dropdown-menu .dropdown-item {
  display: flex;
  -webkit-align-items: center;
  align-items: center;
  width: auto;
  -webkit-transition: all 0.25s ease-in-out;
  -moz-transition: all 0.25s ease-in-out;
  transition: all 0.25s ease-in-out;
}
.cid-sGv0MigMwo .dropdown .dropdown-menu .dropdown-item::after {
  right: 1rem;
}
.cid-sGv0MigMwo .dropdown .dropdown-menu .dropdown-item:hover .mbr-iconfont:before {
  -webkit-transform: scale(0, 1);
  transform: scale(0, 1);
}
.cid-sGv0MigMwo .dropdown .dropdown-menu .dropdown-item.dropdown-toggle:before {
  display: none;
}
.cid-sGv0MigMwo .dropdown .dropdown-menu .dropdown-item .mbr-iconfont {
  margin-left: -1.8rem;
  padding-right: 1rem;
  font-size: inherit;
}
.cid-sGv0MigMwo .dropdown .dropdown-menu .dropdown-item .mbr-iconfont:before {
  display: inline-block;
  -webkit-transform: scale(1, 1);
  transform: scale(1, 1);
  -webkit-transition: all 0.25s ease-in-out;
  -moz-transition: all 0.25s ease-in-out;
  transition: all 0.25s ease-in-out;
}
.cid-sGv0MigMwo .collapsed .dropdown-menu .dropdown-item:before {
  display: none;
}
.cid-sGv0MigMwo .collapsed .dropdown .dropdown-menu .dropdown-item {
  padding: 0.235em 1.5em 0.235em 1.5em !important;
  transition: none;
  margin: 0 !important;
}
.cid-sGv0MigMwo .navbar {
  min-height: 77px;
  transition: all 0.3s;
  background: #007cb0;
}
.cid-sGv0MigMwo .navbar.opened {
  transition: all 0.3s;
  background: #007cb0 !important;
}
.cid-sGv0MigMwo .navbar .dropdown-item {
  padding: 0.235rem 2.5rem 0.235rem 1.5rem;
}
.cid-sGv0MigMwo .navbar .navbar-collapse {
  -webkit-justify-content: flex-end;
  justify-content: flex-end;
  z-index: 1;
}
.cid-sGv0MigMwo .navbar.collapsed .nav-item .nav-link::before {
  display: none;
}
.cid-sGv0MigMwo .navbar.collapsed.opened .dropdown-menu {
  top: 0;
}
.cid-sGv0MigMwo .navbar.collapsed .dropdown-menu {
  background: transparent !important;
}
.cid-sGv0MigMwo .navbar.collapsed .dropdown-menu .dropdown-submenu {
  left: 0 !important;
}
.cid-sGv0MigMwo .navbar.collapsed .dropdown-menu .dropdown-toggle[data-toggle='dropdown-submenu']:after {
  margin-left: 0.25rem;
  border-top: 0.35em solid;
  border-right: 0.35em solid transparent;
  border-left: 0.35em solid transparent;
  border-bottom: 0;
  top: 55%;
}
.cid-sGv0MigMwo .navbar.collapsed ul.navbar-nav li {
  margin: auto;
}
.cid-sGv0MigMwo .navbar.collapsed .dropdown-menu .dropdown-item {
  padding: 0.25rem 1.5rem;
  text-align: center;
  -webkit-justify-content: center;
  justify-content: center;
}
.cid-sGv0MigMwo .navbar.collapsed .icons-menu {
  padding-left: 0;
  padding-top: 0.5rem;
  padding-bottom: 0.5rem;
}
@media (max-width: 991px) {
  .cid-sGv0MigMwo .navbar .nav-item .nav-link::before {
    display: none;
  }
  .cid-sGv0MigMwo .navbar.opened .dropdown-menu {
    top: 0;
  }
  .cid-sGv0MigMwo .navbar .dropdown-menu {
    background: transparent !important;
  }
  .cid-sGv0MigMwo .navbar .dropdown-menu .dropdown-submenu {
    left: 0 !important;
  }
  .cid-sGv0MigMwo .navbar .dropdown-menu .dropdown-toggle[data-toggle='dropdown-submenu']:after {
    margin-left: 0.25rem;
    border-top: 0.35em solid;
    border-right: 0.35em solid transparent;
    border-left: 0.35em solid transparent;
    border-bottom: 0;
    top: 55%;
  }
  .cid-sGv0MigMwo .navbar .navbar-logo img {
    height: 3.8rem !important;
    width: auto;
  }
  .cid-sGv0MigMwo .navbar ul.navbar-nav li {
    margin: auto;
  }
  .cid-sGv0MigMwo .navbar .dropdown-menu .dropdown-item {
    padding: 0.25rem 1.5rem !important;
    text-align: center;
    -webkit-justify-content: center;
    justify-content: center;
  }
  .cid-sGv0MigMwo .navbar .navbar-brand {
    -webkit-flex-shrink: initial;
    flex-shrink: initial;
    -webkit-flex-basis: auto;
    flex-basis: auto;
    word-break: break-word;
  }
  .cid-sGv0MigMwo .navbar .navbar-toggler {
    -webkit-flex-basis: auto;
    flex-basis: auto;
  }
  .cid-sGv0MigMwo .navbar .icons-menu {
    padding-left: 0;
    padding-top: 0.5rem;
    padding-bottom: 0.5rem;
  }
}
.cid-sGv0MigMwo .navbar.navbar-short {
  background: #007cb0 !important;
  min-height: 60px;
}
.cid-sGv0MigMwo .navbar.navbar-short .navbar-logo img {
  height: 3rem !important;
  width: auto;
}
.cid-sGv0MigMwo .navbar.navbar-short .navbar-brand {
  padding: 0;
}
.cid-sGv0MigMwo .navbar-brand {
  -webkit-flex-shrink: 0;
  flex-shrink: 0;
  -webkit-align-items: center;
  align-items: center;
  margin-right: 0;
  padding: 0;
  transition: all 0.3s;
  word-break: break-word;
  z-index: 1;
}
.cid-sGv0MigMwo .navbar-brand .navbar-caption {
  line-height: inherit !important;
}
.cid-sGv0MigMwo .navbar-brand .navbar-logo a {
  outline: none;
}
.cid-sGv0MigMwo .navbar-brand .navbar-logo a img {
  width: auto;
}
.cid-sGv0MigMwo .dropdown-item.active,
.cid-sGv0MigMwo .dropdown-item:active {
  background-color: transparent;
}
.cid-sGv0MigMwo .nav-dropdown .link.dropdown-toggle {
  margin-right: 1.667em;
}
.cid-sGv0MigMwo .nav-dropdown .link.dropdown-toggle[aria-expanded='true'] {
  margin-right: 0;
  padding: 0.667em 1.667em;
}
.cid-sGv0MigMwo .navbar.navbar-expand-lg .dropdown .dropdown-menu {
  background: #007cb0;
}
.cid-sGv0MigMwo .navbar.navbar-expand-lg .dropdown .dropdown-menu .dropdown-submenu {
  margin: 0;
  left: 100%;
}
.cid-sGv0MigMwo .navbar .dropdown.open > .dropdown-menu {
  display: block;
}
.cid-sGv0MigMwo ul.navbar-nav {
  -webkit-flex-wrap: wrap;
  flex-wrap: wrap;
}
.cid-sGv0MigMwo .navbar-buttons {
  text-align: center;
}
.cid-sGv0MigMwo button.navbar-toggler {
  outline: none;
  width: 31px;
  height: 20px;
  cursor: pointer;
  transition: all 0.2s;
  position: relative;
  -webkit-align-self: center;
  align-self: center;
}
.cid-sGv0MigMwo button.navbar-toggler .hamburger span {
  position: absolute;
  right: 0;
  width: 30px;
  height: 2px;
  border-right: 5px;
  background-color: #ffffff;
}
.cid-sGv0MigMwo button.navbar-toggler .hamburger span:nth-child(1) {
  top: 0;
  transition: all 0.2s;
}
.cid-sGv0MigMwo button.navbar-toggler .hamburger span:nth-child(2) {
  top: 8px;
  transition: all 0.15s;
}
.cid-sGv0MigMwo button.navbar-toggler .hamburger span:nth-child(3) {
  top: 8px;
  transition: all 0.15s;
}
.cid-sGv0MigMwo button.navbar-toggler .hamburger span:nth-child(4) {
  top: 16px;
  transition: all 0.2s;
}
.cid-sGv0MigMwo nav.opened .hamburger span:nth-child(1) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-sGv0MigMwo nav.opened .hamburger span:nth-child(2) {
  -webkit-transform: rotate(45deg);
  transform: rotate(45deg);
  transition: all 0.25s;
}
.cid-sGv0MigMwo nav.opened .hamburger span:nth-child(3) {
  -webkit-transform: rotate(-45deg);
  transform: rotate(-45deg);
  transition: all 0.25s;
}
.cid-sGv0MigMwo nav.opened .hamburger span:nth-child(4) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-sGv0MigMwo .navbar-dropdown {
  padding: 0.5rem 1rem;
  position: fixed;
}
.cid-sGv0MigMwo a.nav-link {
  -webkit-justify-content: center;
  justify-content: center;
  display: flex;
  -webkit-align-items: center;
  align-items: center;
}
.cid-sGv0MigMwo .mbr-iconfont {
  font-size: 1rem;
  color: #ffffff;
  display: inline-flex;
}
.cid-sGv0MigMwo .mbr-iconfont:before {
  padding: 0.5rem;
  border: 2px solid;
  border-radius: 100px;
}
.cid-sGv0MigMwo .soc-item {
  margin: 0.5rem 0.3rem;
}
.cid-sGv0MigMwo .icons-menu {
  -webkit-flex-wrap: wrap;
  flex-wrap: wrap;
  display: flex;
  -webkit-justify-content: center;
  justify-content: center;
  padding-left: 1rem;
  text-align: center;
  -webkit-align-items: center;
  align-items: center;
}
@media screen and (-ms-high-contrast: active), (-ms-high-contrast: none) {
  .cid-sGv0MigMwo .navbar {
    height: 77px;
  }
  .cid-sGv0MigMwo .navbar.opened {
    height: auto;
  }
  .cid-sGv0MigMwo .nav-item .nav-link:hover::before {
    width: 175%;
    max-width: calc(100% + 2rem);
    left: -1rem;
  }
}
.cid-sGv0MiFOPZ {
  padding-top: 90px;
  padding-bottom: 0px;
  background-color: #007cb0;
}
.cid-sGv0MiFOPZ h2 {
  color: #000000;
}
.cid-sGv0MiFOPZ h1 {
  color: #000000;
}
.cid-sGv0MiFOPZ .mbr-text,
.cid-sGv0MiFOPZ .mbr-section-btn {
  color: #ffffff;
}
.cid-sGv0MiFOPZ H1 {
  color: #ffffff;
}
.cid-sGv0Mj0tpO {
  padding-top: 3rem;
  padding-bottom: 3rem;
  background-color: #007cb0;
}
.cid-sGv0Mj0tpO .mbr-section-subtitle {
  color: #33358c;
}
.cid-sGv0Mj0tpO .mbr-text,
.cid-sGv0Mj0tpO .mbr-section-btn {
  color: #ffffff;
  text-align: left;
}
.cid-sGv0Mj0tpO .row {
  justify-content: space-between;
}
.cid-sGv0Mj0tpO img {
  border-radius: 8px;
}
.cid-sGv0Mj0tpO .mbr-section-title {
  color: #ffffff;
}
.cid-sGv0Mjj6os {
  padding-top: 30px;
  padding-bottom: 30px;
  background-color: #ffffff;
}
.cid-sGv0Mjj6os .mbr-section-title {
  margin: 0;
}
.cid-sGv0Mjj6os .mbr-section-subtitle {
  margin-bottom: 2rem;
  color: #8d97ad;
}
.cid-sGv0Mjj6os .mbr-text {
  margin: 0;
  color: #efefef;
}
.cid-sGv0Mjj6os .wrapper {
  padding: 2rem;
  box-shadow: 0px 0px 30px rgba(115, 128, 157, 0.1);
  border-radius: .25rem;
}
.cid-sGv0Mjj6os .card1 {
  background: linear-gradient(45deg, #007cb0, #007cb0);
}
.cid-sGv0Mjj6os .card2 {
  background: linear-gradient(45deg, #007cb0, #007cb0);
}
.cid-sGv0Mjj6os .card3 {
  background: linear-gradient(45deg, #007cb0, #007cb0);
}
.cid-sGv0Mjj6os .card4 {
  background: linear-gradient(45deg, #1dc9cb, #1dc9cb);
}
@media (max-width: 991px) {
  .cid-sGv0Mjj6os .wrapper {
    margin-bottom: 5rem;
  }
}
.cid-sGv0Mjj6os .mbr-card-title {
  padding-bottom: 1rem;
}
.cid-sGv0Mjj6os .card1 > .mbr-text,
.cid-sGv0Mjj6os .card1 > .mbr-section-btn {
  color: #ffffff;
}
.cid-sGv0Mjj6os .card2 > .mbr-text,
.cid-sGv0Mjj6os .card2 > .mbr-section-btn {
  color: #ffffff;
}
.cid-sGv0Mjj6os .card2 > .mbr-card-title {
  color: #ffffff;
}
.cid-sGv0Mjj6os .card1 > .mbr-card-title {
  color: #ffffff;
}
.cid-sGv0Mjj6os .card3 > .mbr-text,
.cid-sGv0Mjj6os .card3 > .mbr-section-btn {
  color: #ffffff;
}
.cid-sGv0Mjj6os .card3 > .mbr-card-title {
  color: #ffffff;
}
.cid-sHrWpVhErm {
  padding-top: 6rem;
  padding-bottom: 6rem;
  background-color: #007cb0;
}
.cid-sHrWpVhErm .mbr-text {
  color: #ffffff;
}
.cid-sHrWpVhErm .mbr-section-subtitle {
  color: #ffffff;
}
.cid-sHrWpVhErm .mbr-section-title {
  color: #ffffff;
}
.cid-sGv0MkQ2MY {
  padding-top: 2rem;
  padding-bottom: 2rem;
  background-color: #007cb0;
}
.cid-sGv0MkQ2MY .text-wrapper {
  z-index: 11;
}
.cid-sGv0MkQ2MY .wrapper {
  display: flex;
  flex-direction: column;
}
.cid-sGv0MkQ2MY .animate__fadeInUp:before {
  background: #007cb0;
}
.cid-sGv0MkQ2MY .mbr-iconfont {
  display: block;
  font-size: 3rem;
  color: #ffffff;
  margin-right: 0rem;
  margin-bottom: 2rem;
}
.cid-sGv0MkQ2MY .iconfont-wrapper {
  margin: auto;
}
.cid-sGv0MkQ2MY .mbr-section-title {
  text-align: center;
  color: #ffffff;
}
.cid-sGv0MkQ2MY .mbr-text,
.cid-sGv0MkQ2MY .mbr-section-btn {
  text-align: center;
  color: #161734;
}
.cid-sGAVmoYHEm {
  padding-top: 0rem;
  padding-bottom: 3rem;
  background-color: #007cb0;
}
.cid-sGAVmoYHEm .row-links {
  width: 100%;
  justify-content: center;
}
.cid-sGAVmoYHEm .social-row {
  width: 100%;
  justify-content: center;
}
.cid-sGAVmoYHEm .media-container-row {
  flex-direction: column;
  justify-content: center;
  align-items: center;
}
.cid-sGAVmoYHEm .media-container-row .foot-menu {
  list-style: none;
  display: flex;
  justify-content: center;
  flex-wrap: wrap;
  padding: 0;
  margin-bottom: 1rem;
}
.cid-sGAVmoYHEm .media-container-row .foot-menu li {
  padding: 0 1.5rem 1rem 1.5rem;
}
.cid-sGAVmoYHEm .media-container-row .foot-menu li:hover {
  color: #007cb0;
}
.cid-sGAVmoYHEm .media-container-row .foot-menu li p {
  margin: 0;
}
.cid-sGAVmoYHEm .media-container-row .social-list {
  padding-left: 0;
  margin-bottom: 0;
  list-style: none;
  display: flex;
  flex-wrap: wrap;
  justify-content: flex-end;
}
.cid-sGAVmoYHEm .media-container-row .social-list .mbr-iconfont-social {
  font-size: 1.5rem;
  color: #ffffff;
}
.cid-sGAVmoYHEm .media-container-row .social-list .soc-item {
  margin: 0 .5rem;
}
.cid-sGAVmoYHEm .media-container-row .social-list a {
  margin: 0;
  opacity: .5;
  transition: .2s linear;
}
.cid-sGAVmoYHEm .media-container-row .social-list a:hover {
  opacity: 1;
}
@media (max-width: 767px) {
  .cid-sGAVmoYHEm .media-container-row .social-list {
    -webkit-justify-content: center;
    justify-content: center;
  }
}
.cid-sGAVmoYHEm .media-container-row .row-copirayt {
  word-break: break-word;
  width: 100%;
}
.cid-sGAVmoYHEm .media-container-row .row-copirayt p {
  width: 100%;
}
@media (max-width: 767px) {
  .cid-sGAVmoYHEm .foot-menu {
    display: flex;
    flex-direction: column;
  }
}
.cid-sGAVmoYHEm .media-container-row .mbr-text {
  color: #ffffff;
}
.cid-sEIt1GYD5H .dropdown-item:before {
  font-family: MobiriseIcons !important;
  content: '\e966';
  display: inline-block;
  width: 16px;
  position: absolute;
  right: 1rem;
  top: 30%;
  line-height: 1;
  font-size: inherit;
  vertical-align: middle;
  text-align: center;
  -webkit-transform: scale(0, 1);
  transform: scale(0, 1);
  -webkit-transition: all 0.25s ease-in-out;
  -moz-transition: all 0.25s ease-in-out;
  transition: all 0.25s ease-in-out;
}
.cid-sEIt1GYD5H .nav-item,
.cid-sEIt1GYD5H .nav-link,
.cid-sEIt1GYD5H .navbar-caption {
  font-weight: normal;
}
.cid-sEIt1GYD5H .nav-item:focus,
.cid-sEIt1GYD5H .nav-link:focus {
  outline: none;
}
@media (min-width: 992px) {
  .cid-sEIt1GYD5H .dropdown-item:hover:before {
    -webkit-transform: scale(1, 1);
    transform: scale(1, 1);
  }
}
.cid-sEIt1GYD5H .dropdown .dropdown-menu .dropdown-item {
  display: flex;
  -webkit-align-items: center;
  align-items: center;
  width: auto;
  -webkit-transition: all 0.25s ease-in-out;
  -moz-transition: all 0.25s ease-in-out;
  transition: all 0.25s ease-in-out;
}
.cid-sEIt1GYD5H .dropdown .dropdown-menu .dropdown-item::after {
  right: 1rem;
}
.cid-sEIt1GYD5H .dropdown .dropdown-menu .dropdown-item:hover .mbr-iconfont:before {
  -webkit-transform: scale(0, 1);
  transform: scale(0, 1);
}
.cid-sEIt1GYD5H .dropdown .dropdown-menu .dropdown-item.dropdown-toggle:before {
  display: none;
}
.cid-sEIt1GYD5H .dropdown .dropdown-menu .dropdown-item .mbr-iconfont {
  margin-left: -1.8rem;
  padding-right: 1rem;
  font-size: inherit;
}
.cid-sEIt1GYD5H .dropdown .dropdown-menu .dropdown-item .mbr-iconfont:before {
  display: inline-block;
  -webkit-transform: scale(1, 1);
  transform: scale(1, 1);
  -webkit-transition: all 0.25s ease-in-out;
  -moz-transition: all 0.25s ease-in-out;
  transition: all 0.25s ease-in-out;
}
.cid-sEIt1GYD5H .collapsed .dropdown-menu .dropdown-item:before {
  display: none;
}
.cid-sEIt1GYD5H .collapsed .dropdown .dropdown-menu .dropdown-item {
  padding: 0.235em 1.5em 0.235em 1.5em !important;
  transition: none;
  margin: 0 !important;
}
.cid-sEIt1GYD5H .navbar {
  min-height: 77px;
  transition: all 0.3s;
  background: #007cb0;
}
.cid-sEIt1GYD5H .navbar.opened {
  transition: all 0.3s;
  background: #007cb0 !important;
}
.cid-sEIt1GYD5H .navbar .dropdown-item {
  padding: 0.235rem 2.5rem 0.235rem 1.5rem;
}
.cid-sEIt1GYD5H .navbar .navbar-collapse {
  -webkit-justify-content: flex-end;
  justify-content: flex-end;
  z-index: 1;
}
.cid-sEIt1GYD5H .navbar.collapsed .nav-item .nav-link::before {
  display: none;
}
.cid-sEIt1GYD5H .navbar.collapsed.opened .dropdown-menu {
  top: 0;
}
.cid-sEIt1GYD5H .navbar.collapsed .dropdown-menu {
  background: transparent !important;
}
.cid-sEIt1GYD5H .navbar.collapsed .dropdown-menu .dropdown-submenu {
  left: 0 !important;
}
.cid-sEIt1GYD5H .navbar.collapsed .dropdown-menu .dropdown-toggle[data-toggle='dropdown-submenu']:after {
  margin-left: 0.25rem;
  border-top: 0.35em solid;
  border-right: 0.35em solid transparent;
  border-left: 0.35em solid transparent;
  border-bottom: 0;
  top: 55%;
}
.cid-sEIt1GYD5H .navbar.collapsed ul.navbar-nav li {
  margin: auto;
}
.cid-sEIt1GYD5H .navbar.collapsed .dropdown-menu .dropdown-item {
  padding: 0.25rem 1.5rem;
  text-align: center;
  -webkit-justify-content: center;
  justify-content: center;
}
.cid-sEIt1GYD5H .navbar.collapsed .icons-menu {
  padding-left: 0;
  padding-top: 0.5rem;
  padding-bottom: 0.5rem;
}
@media (max-width: 991px) {
  .cid-sEIt1GYD5H .navbar .nav-item .nav-link::before {
    display: none;
  }
  .cid-sEIt1GYD5H .navbar.opened .dropdown-menu {
    top: 0;
  }
  .cid-sEIt1GYD5H .navbar .dropdown-menu {
    background: transparent !important;
  }
  .cid-sEIt1GYD5H .navbar .dropdown-menu .dropdown-submenu {
    left: 0 !important;
  }
  .cid-sEIt1GYD5H .navbar .dropdown-menu .dropdown-toggle[data-toggle='dropdown-submenu']:after {
    margin-left: 0.25rem;
    border-top: 0.35em solid;
    border-right: 0.35em solid transparent;
    border-left: 0.35em solid transparent;
    border-bottom: 0;
    top: 55%;
  }
  .cid-sEIt1GYD5H .navbar .navbar-logo img {
    height: 3.8rem !important;
    width: auto;
  }
  .cid-sEIt1GYD5H .navbar ul.navbar-nav li {
    margin: auto;
  }
  .cid-sEIt1GYD5H .navbar .dropdown-menu .dropdown-item {
    padding: 0.25rem 1.5rem !important;
    text-align: center;
    -webkit-justify-content: center;
    justify-content: center;
  }
  .cid-sEIt1GYD5H .navbar .navbar-brand {
    -webkit-flex-shrink: initial;
    flex-shrink: initial;
    -webkit-flex-basis: auto;
    flex-basis: auto;
    word-break: break-word;
  }
  .cid-sEIt1GYD5H .navbar .navbar-toggler {
    -webkit-flex-basis: auto;
    flex-basis: auto;
  }
  .cid-sEIt1GYD5H .navbar .icons-menu {
    padding-left: 0;
    padding-top: 0.5rem;
    padding-bottom: 0.5rem;
  }
}
.cid-sEIt1GYD5H .navbar.navbar-short {
  background: #007cb0 !important;
  min-height: 60px;
}
.cid-sEIt1GYD5H .navbar.navbar-short .navbar-logo img {
  height: 3rem !important;
  width: auto;
}
.cid-sEIt1GYD5H .navbar.navbar-short .navbar-brand {
  padding: 0;
}
.cid-sEIt1GYD5H .navbar-brand {
  -webkit-flex-shrink: 0;
  flex-shrink: 0;
  -webkit-align-items: center;
  align-items: center;
  margin-right: 0;
  padding: 0;
  transition: all 0.3s;
  word-break: break-word;
  z-index: 1;
}
.cid-sEIt1GYD5H .navbar-brand .navbar-caption {
  line-height: inherit !important;
}
.cid-sEIt1GYD5H .navbar-brand .navbar-logo a {
  outline: none;
}
.cid-sEIt1GYD5H .navbar-brand .navbar-logo a img {
  width: auto;
}
.cid-sEIt1GYD5H .dropdown-item.active,
.cid-sEIt1GYD5H .dropdown-item:active {
  background-color: transparent;
}
.cid-sEIt1GYD5H .nav-dropdown .link.dropdown-toggle {
  margin-right: 1.667em;
}
.cid-sEIt1GYD5H .nav-dropdown .link.dropdown-toggle[aria-expanded='true'] {
  margin-right: 0;
  padding: 0.667em 1.667em;
}
.cid-sEIt1GYD5H .navbar.navbar-expand-lg .dropdown .dropdown-menu {
  background: #007cb0;
}
.cid-sEIt1GYD5H .navbar.navbar-expand-lg .dropdown .dropdown-menu .dropdown-submenu {
  margin: 0;
  left: 100%;
}
.cid-sEIt1GYD5H .navbar .dropdown.open > .dropdown-menu {
  display: block;
}
.cid-sEIt1GYD5H ul.navbar-nav {
  -webkit-flex-wrap: wrap;
  flex-wrap: wrap;
}
.cid-sEIt1GYD5H .navbar-buttons {
  text-align: center;
}
.cid-sEIt1GYD5H button.navbar-toggler {
  outline: none;
  width: 31px;
  height: 20px;
  cursor: pointer;
  transition: all 0.2s;
  position: relative;
  -webkit-align-self: center;
  align-self: center;
}
.cid-sEIt1GYD5H button.navbar-toggler .hamburger span {
  position: absolute;
  right: 0;
  width: 30px;
  height: 2px;
  border-right: 5px;
  background-color: #ffffff;
}
.cid-sEIt1GYD5H button.navbar-toggler .hamburger span:nth-child(1) {
  top: 0;
  transition: all 0.2s;
}
.cid-sEIt1GYD5H button.navbar-toggler .hamburger span:nth-child(2) {
  top: 8px;
  transition: all 0.15s;
}
.cid-sEIt1GYD5H button.navbar-toggler .hamburger span:nth-child(3) {
  top: 8px;
  transition: all 0.15s;
}
.cid-sEIt1GYD5H button.navbar-toggler .hamburger span:nth-child(4) {
  top: 16px;
  transition: all 0.2s;
}
.cid-sEIt1GYD5H nav.opened .hamburger span:nth-child(1) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-sEIt1GYD5H nav.opened .hamburger span:nth-child(2) {
  -webkit-transform: rotate(45deg);
  transform: rotate(45deg);
  transition: all 0.25s;
}
.cid-sEIt1GYD5H nav.opened .hamburger span:nth-child(3) {
  -webkit-transform: rotate(-45deg);
  transform: rotate(-45deg);
  transition: all 0.25s;
}
.cid-sEIt1GYD5H nav.opened .hamburger span:nth-child(4) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-sEIt1GYD5H .navbar-dropdown {
  padding: 0.5rem 1rem;
  position: fixed;
}
.cid-sEIt1GYD5H a.nav-link {
  -webkit-justify-content: center;
  justify-content: center;
  display: flex;
  -webkit-align-items: center;
  align-items: center;
}
.cid-sEIt1GYD5H .mbr-iconfont {
  font-size: 1rem;
  color: #ffffff;
  display: inline-flex;
}
.cid-sEIt1GYD5H .mbr-iconfont:before {
  padding: 0.5rem;
  border: 2px solid;
  border-radius: 100px;
}
.cid-sEIt1GYD5H .soc-item {
  margin: 0.5rem 0.3rem;
}
.cid-sEIt1GYD5H .icons-menu {
  -webkit-flex-wrap: wrap;
  flex-wrap: wrap;
  display: flex;
  -webkit-justify-content: center;
  justify-content: center;
  padding-left: 1rem;
  text-align: center;
  -webkit-align-items: center;
  align-items: center;
}
@media screen and (-ms-high-contrast: active), (-ms-high-contrast: none) {
  .cid-sEIt1GYD5H .navbar {
    height: 77px;
  }
  .cid-sEIt1GYD5H .navbar.opened {
    height: auto;
  }
  .cid-sEIt1GYD5H .nav-item .nav-link:hover::before {
    width: 175%;
    max-width: calc(100% + 2rem);
    left: -1rem;
  }
}
.cid-sHsaz1h5R5 {
  overflow-x: hidden !important;
}
.cid-sHsaz1h5R5,
.cid-sHsaz1h5R5 .scroll-wrapper {
  padding-top: 225px;
  padding-bottom: 225px;
}
.cid-sHsaz1h5R5 .mbr-section-title {
  color: #ffffff;
}
.cid-sHsaz1h5R5 .mbr-section-title span {
  color: #ffffff;
}
.cid-sHsaz1h5R5 .mbr-text {
  color: #ffffff;
  letter-spacing: 5px;
  font-weight: 100;
}
.cid-sHsaz1h5R5 .scroll-wrapper {
  top: 0;
  width: 100%;
  height: 100%;
  background-position: 50% 50%;
  background-size: cover;
  position: absolute;
  background-repeat: repeat;
  z-index: 0;
  -webkit-animation-duration: 30s !important;
  animation-duration: 30s;
  background-image: url("../../../assets/images/shutterstock-1204441837.jpg");
  -webkit-animation: scroll-wrapper linear infinite;
  -moz-animation: scroll-wrapper linear infinite;
  -o-animation: scroll-wrapper linear infinite;
  animation: scroll-wrapper linear infinite;
  -webkit-transform: translateZ(0);
  transform: translateZ(0);
}
.cid-sHsaz1h5R5 .scroll-wrapper.second {
  left: calc(100% - 1px);
}
.cid-sHsaz1h5R5 .mbr-overlay {
  z-index: 1;
}
.cid-sHsaz1h5R5 .block-content {
  z-index: 2;
}
@keyframes scroll-wrapper {
  0% {
    -webkit-transform: translateX(0);
    transform: translateX(0);
  }
  100% {
    -webkit-transform: translateX(-100%);
    transform: translateX(-100%);
  }
}
@-webkit-keyframes scroll-wrapper {
  0% {
    -webkit-transform: translateX(0);
    transform: translateX(0);
  }
  100% {
    -webkit-transform: translateX(-100%);
    transform: translateX(-100%);
  }
}
@-moz-keyframes scroll-wrapper {
  0% {
    -webkit-transform: translateX(0);
    transform: translateX(0);
  }
  100% {
    -webkit-transform: translateX(-100%);
    transform: translateX(-100%);
  }
}
@-o-keyframes scroll-wrapper {
  0% {
    -webkit-transform: translateX(0);
    transform: translateX(0);
  }
  100% {
    -webkit-transform: translateX(-100%);
    transform: translateX(-100%);
  }
}
.cid-sHspFb0y6C {
  background-color: #007cb0;
}
.cid-sHspFb0y6C .carousel-item {
  -webkit-justify-content: center;
  justify-content: center;
}
.cid-sHspFb0y6C .carousel-item > div {
  width: 100%;
}
.cid-sHspFb0y6C h4 {
  margin-top: 1rem;
  margin-bottom: 1.3rem;
  font-weight: 900;
}
.cid-sHspFb0y6C .carousel-item.active,
.cid-sHspFb0y6C .carousel-item-next,
.cid-sHspFb0y6C .carousel-item-prev {
  display: flex;
}
.cid-sHspFb0y6C .carousel-controls a {
  transition: opacity 0.5s;
  font-size: 1.2rem;
}
.cid-sHspFb0y6C .carousel-controls a span {
  padding: 15px;
  border-radius: 50%;
  opacity: 0.9;
}
.cid-sHspFb0y6C .carousel-controls a:hover span {
  opacity: 1;
}
@media (min-width: 768px) {
  .cid-sHspFb0y6C .carousel-controls a {
    width: 5%;
  }
}
.cid-sHspFb0y6C .mbr-section-subtitle {
  margin-top: 2rem;
  margin-bottom: 1rem;
  color: #70747f;
}
.cid-sHspFb0y6C .img-block {
  display: flex;
  flex-direction: column;
}
.cid-sHspFb0y6C img {
  width: 100%;
  margin: 0;
  transition: 700ms cubic-bezier(0.17, 0.67, 0, 1.01);
  background-size: cover;
  filter: brightness(100%) contrast(100%) saturate(0%) blur(0px) hue-rotate(0deg);
}
.cid-sHspFb0y6C .mbr-text {
  position: relative;
}
.cid-sHspFb0y6C li {
  background-color: transparent;
  width: 11px;
  height: 11px;
  border: 1px solid #e0e0e0 !important;
  margin-left: 0.5rem;
  margin-right: 0.5rem;
}
.cid-sHspFb0y6C li.active {
  background-color: #ffffff;
  width: 14px;
  height: 14px;
  border: none !important;
}
.cid-sHspFb0y6C .carousel-indicators {
  position: absolute;
  margin-top: 2rem;
  bottom: 0rem;
  align-items: center;
}
.cid-sHspFb0y6C ol {
  margin-bottom: 0;
}
.cid-sHspFb0y6C .carousel-indicators li {
  border: none;
  border-radius: 50%;
}
.cid-sHspFb0y6C .carousel {
  display: flex;
  overflow: hidden;
  padding-bottom: 4rem;
}
@media (max-width: 767px) {
  .cid-sHspFb0y6C {
    padding-top: 40px;
    padding-bottom: 40px;
  }
}
@media (min-width: 767px) {
  .cid-sHspFb0y6C {
    padding-top: 60px;
    padding-bottom: 60px;
  }
  .cid-sHspFb0y6C .row {
    margin: 0;
  }
}
.cid-sHspFb0y6C .title-block {
  margin-top: 1.3rem;
  bottom: -1rem;
  transition: 700ms cubic-bezier(0.17, 0.67, 0, 1.01);
}
.cid-sHspFb0y6C .desk {
  transition: 0.3s;
  font-weight: 500;
  color: #ffffff;
}
.cid-sHspFb0y6C .img-block:hover img {
  filter: brightness(100%) contrast(100%) saturate(100%) blur(0px) hue-rotate(0deg);
  transform: scale(1.1);
}
.cid-sHspFb0y6C .img-block:hover .link {
  border-bottom: 1px solid currentColor;
}
.cid-sHspFb0y6C .img-block:hover .desk {
  color: #101010;
}
.cid-sHspFb0y6C .wrapper-img {
  transition: 700ms cubic-bezier(0.17, 0.67, 0, 1.01);
  overflow: hidden;
}
@media (max-width: 992px) {
  .cid-sHspFb0y6C .img-card {
    margin-top: 2rem;
  }
}
.cid-sHspFb0y6C .link {
  border-bottom: 1px solid #e0e0e0;
  display: inline;
  padding-bottom: 3px;
  transition: all 0.3s;
}
.cid-sHspFb0y6C .mbr-text,
.cid-sHspFb0y6C .subtitle-link {
  color: #ffffff;
}
.cid-sEZKQ4c29T {
  padding-top: 2rem;
  padding-bottom: 2rem;
  background-color: #007cb0;
}
.cid-sEZKQ4c29T .image-wrapper img {
  width: 100%;
  object-fit: cover;
}
.cid-sEZKQ4c29T .mbr-section-title {
  color: #ffffff;
  text-align: center;
}
.cid-sEZKQ4c29T .mbr-section-subtitle {
  color: #ffffff;
  text-align: center;
}
.cid-sEZKQ4c29T .row {
  align-items: center;
  height: 100%;
}
.cid-sEZKQ4c29T .col-10 {
  margin: auto;
}
.cid-sEZLyfHxJa {
  padding-top: 1rem;
  padding-bottom: 5rem;
  background-color: #007cb0;
}
.cid-sEZLyfHxJa .card-wrapper {
  background: #ffffff;
  padding: 30px 30px 60px;
  margin: 25px 0 0;
}
.cid-sEZLyfHxJa .card-wrapper .image-wrap img {
  width: 100%;
}
.cid-sEZLyfHxJa .mbr-iconfont {
  display: block;
  font-size: 5rem;
  color: #007cb0;
  margin-bottom: 2rem;
}
.cid-sEZLyfHxJa .row {
  justify-content: center;
}
.cid-sEZLyfHxJa .mbr-section-title {
  padding: 0;
  padding-bottom: 85px;
  margin: 0;
  color: #ffffff;
}
@media (max-width: 690px) {
  .cid-sEZLyfHxJa .item {
    padding-bottom: 25px;
  }
}
.cid-sEZLyfHxJa .card-title,
.cid-sEZLyfHxJa .iconfont-wrapper {
  color: #007cb0;
}
.cid-sEZLyfHxJa .card-text {
  color: #007cb0;
}
.cid-sduoZ3Ei7i {
  padding-top: 2rem;
  padding-bottom: 2rem;
  background-color: #007cb0;
}
.cid-sduoZ3Ei7i .text-wrapper {
  z-index: 11;
}
.cid-sduoZ3Ei7i .wrapper {
  display: flex;
  flex-direction: column;
}
.cid-sduoZ3Ei7i .animate__fadeInUp:before {
  background: #007cb0;
}
.cid-sduoZ3Ei7i .mbr-iconfont {
  display: block;
  font-size: 3rem;
  color: #ffffff;
  margin-right: 0rem;
  margin-bottom: 2rem;
}
.cid-sduoZ3Ei7i .iconfont-wrapper {
  margin: auto;
}
.cid-sduoZ3Ei7i .mbr-section-title {
  text-align: center;
  color: #ffffff;
}
.cid-sduoZ3Ei7i .mbr-text,
.cid-sduoZ3Ei7i .mbr-section-btn {
  text-align: center;
  color: #161734;
}
.cid-sGAVmoYHEm {
  padding-top: 0rem;
  padding-bottom: 3rem;
  background-color: #007cb0;
}
.cid-sGAVmoYHEm .row-links {
  width: 100%;
  justify-content: center;
}
.cid-sGAVmoYHEm .social-row {
  width: 100%;
  justify-content: center;
}
.cid-sGAVmoYHEm .media-container-row {
  flex-direction: column;
  justify-content: center;
  align-items: center;
}
.cid-sGAVmoYHEm .media-container-row .foot-menu {
  list-style: none;
  display: flex;
  justify-content: center;
  flex-wrap: wrap;
  padding: 0;
  margin-bottom: 1rem;
}
.cid-sGAVmoYHEm .media-container-row .foot-menu li {
  padding: 0 1.5rem 1rem 1.5rem;
}
.cid-sGAVmoYHEm .media-container-row .foot-menu li:hover {
  color: #007cb0;
}
.cid-sGAVmoYHEm .media-container-row .foot-menu li p {
  margin: 0;
}
.cid-sGAVmoYHEm .media-container-row .social-list {
  padding-left: 0;
  margin-bottom: 0;
  list-style: none;
  display: flex;
  flex-wrap: wrap;
  justify-content: flex-end;
}
.cid-sGAVmoYHEm .media-container-row .social-list .mbr-iconfont-social {
  font-size: 1.5rem;
  color: #ffffff;
}
.cid-sGAVmoYHEm .media-container-row .social-list .soc-item {
  margin: 0 .5rem;
}
.cid-sGAVmoYHEm .media-container-row .social-list a {
  margin: 0;
  opacity: .5;
  transition: .2s linear;
}
.cid-sGAVmoYHEm .media-container-row .social-list a:hover {
  opacity: 1;
}
@media (max-width: 767px) {
  .cid-sGAVmoYHEm .media-container-row .social-list {
    -webkit-justify-content: center;
    justify-content: center;
  }
}
.cid-sGAVmoYHEm .media-container-row .row-copirayt {
  word-break: break-word;
  width: 100%;
}
.cid-sGAVmoYHEm .media-container-row .row-copirayt p {
  width: 100%;
}
@media (max-width: 767px) {
  .cid-sGAVmoYHEm .foot-menu {
    display: flex;
    flex-direction: column;
  }
}
.cid-sGAVmoYHEm .media-container-row .mbr-text {
  color: #ffffff;
}
.cid-sKGqTgC3HH {
  padding-top: 90px;
  padding-bottom: 0px;
  background-color: #007cb0;
}
.cid-sKGqTgC3HH h2 {
  color: #000000;
}
.cid-sKGqTgC3HH h1 {
  color: #000000;
}
.cid-sKGqTgC3HH .mbr-text,
.cid-sKGqTgC3HH .mbr-section-btn {
  color: #ffffff;
}
.cid-sKGqTgC3HH H1 {
  color: #ffffff;
}
.cid-sKGqTia7yx {
  padding-top: 75px;
  padding-bottom: 75px;
  background-color: #007cb0;
}
.cid-sKGqTia7yx .mbr-overlay {
  background-color: #ffffff;
  opacity: 0.4;
}
.cid-sKGqTia7yx .btn {
  border-radius: 30px;
  height: 50px;
  padding: 0 2rem;
}
.cid-sKGqTia7yx textarea {
  min-height: 150px;
  padding: 1rem 1.5rem!important;
}
@media (max-width: 767px) {
  .cid-sKGqTia7yx .form-row {
    flex-direction: column;
  }
}
.cid-sKGqTia7yx h4 {
  margin-bottom: 2rem;
}
.cid-sKGqTia7yx .form-control,
.cid-sKGqTia7yx .field-input {
  padding: 0.5rem 1.5rem;
  height: 51px;
  border-radius: 30px;
}
.cid-sKGqTia7yx .form-control,
.cid-sKGqTia7yx .field-input {
  padding: 0.5rem 1.5rem;
  height: 51px;
  background-color: #005e85;
  border-color: #007cb0;
  color: #fafafa;
  border-radius: 30px;
  transition: 0.4s;
  box-shadow: none;
  outline: none;
}
.cid-sKGqTia7yx .form-control::-webkit-input-placeholder,
.cid-sKGqTia7yx .field-input::-webkit-input-placeholder,
.cid-sKGqTia7yx .form-control::-webkit-input-placeholder,
.cid-sKGqTia7yx .field-input::-webkit-input-placeholder {
  color: #bbbbbb;
}
.cid-sKGqTia7yx .form-control:-moz-placeholder,
.cid-sKGqTia7yx .field-input:-moz-placeholder,
.cid-sKGqTia7yx .form-control:-moz-placeholder,
.cid-sKGqTia7yx .field-input:-moz-placeholder {
  color: #bbbbbb;
}
.cid-sKGqTia7yx .form-control:hover,
.cid-sKGqTia7yx .field-input:hover,
.cid-sKGqTia7yx .form-control:focus,
.cid-sKGqTia7yx .field-input:focus {
  background-color: #f2f2f4;
  border-color: #bbbbbb !important;
  color: #005e85;
  box-shadow: none;
  outline: none;
}
.cid-sKGqTia7yx .form-control:hover::-webkit-input-placeholder,
.cid-sKGqTia7yx .field-input:hover::-webkit-input-placeholder,
.cid-sKGqTia7yx .form-control:focus::-webkit-input-placeholder,
.cid-sKGqTia7yx .field-input:focus::-webkit-input-placeholder,
.cid-sKGqTia7yx .form-control:hover::-webkit-input-placeholder,
.cid-sKGqTia7yx .field-input:hover::-webkit-input-placeholder,
.cid-sKGqTia7yx .form-control:focus::-webkit-input-placeholder,
.cid-sKGqTia7yx .field-input:focus::-webkit-input-placeholder {
  color: #005e85;
}
.cid-sKGqTia7yx .form-control:hover:-moz-placeholder,
.cid-sKGqTia7yx .field-input:hover:-moz-placeholder,
.cid-sKGqTia7yx .form-control:focus:-moz-placeholder,
.cid-sKGqTia7yx .field-input:focus:-moz-placeholder,
.cid-sKGqTia7yx .form-control:hover:-moz-placeholder,
.cid-sKGqTia7yx .field-input:hover:-moz-placeholder,
.cid-sKGqTia7yx .form-control:focus:-moz-placeholder,
.cid-sKGqTia7yx .field-input:focus:-moz-placeholder {
  color: #005e85;
}
.cid-sKGqTia7yx .jq-number__spin:hover,
.cid-sKGqTia7yx .jq-number__spin:focus {
  background-color: #f2f2f4;
  border-color: #bbbbbb;
  color: #000000;
  box-shadow: none;
  outline: none;
}
.cid-sKGqTia7yx .jq-number__spin {
  background-color: #005e85;
  border-color: #007cb0;
  color: #fafafa;
  transition: 0.4s;
  box-shadow: none;
  outline: none;
}
.cid-sKGqTia7yx .jq-selectbox li,
.cid-sKGqTia7yx .jq-selectbox li {
  background-color: #005e85;
  color: #ffffff;
}
.cid-sKGqTia7yx .jq-selectbox li:hover,
.cid-sKGqTia7yx .jq-selectbox li.selected {
  background-color: #f2f2f4;
  color: #000000;
}
.cid-sKGqTia7yx .jq-selectbox:hover .jq-selectbox__trigger-arrow,
.cid-sKGqTia7yx .jq-number__spin.minus:hover:after,
.cid-sKGqTia7yx .jq-number__spin.plus:hover:after {
  border-top-color: #005e85;
  border-bottom-color: #005e85;
}
.cid-sKGqTia7yx .jq-selectbox .jq-selectbox__trigger-arrow,
.cid-sKGqTia7yx .jq-number__spin.minus:after,
.cid-sKGqTia7yx .jq-number__spin.plus:after {
  border-top-color: #f2f2f4;
  border-bottom-color: #f2f2f4;
}
.cid-sKGqTia7yx input::-webkit-clear-button {
  display: none;
}
.cid-sKGqTia7yx input::-webkit-inner-spin-button {
  display: none;
}
.cid-sKGqTia7yx input::-webkit-outer-spin-button {
  display: none;
}
.cid-sKGqTia7yx input::-webkit-calendar-picker-indicator {
  display: none;
}
.cid-sKGqTia7yx H4 {
  color: #ffffff;
}
.cid-sKGqTia7yx LABEL {
  color: #ffffff;
}
.cid-sKGqTia7yx H6 {
  color: #ffffff;
}
.cid-sKGqTia7yx H5 {
  color: #ffffff;
}
.cid-sKGqTia7yx P {
  color: #ffffff;
}
.cid-sKGqTjrdX1 .dropdown-item:before {
  font-family: MobiriseIcons !important;
  content: '\e966';
  display: inline-block;
  width: 16px;
  position: absolute;
  right: 1rem;
  top: 30%;
  line-height: 1;
  font-size: inherit;
  vertical-align: middle;
  text-align: center;
  -webkit-transform: scale(0, 1);
  transform: scale(0, 1);
  -webkit-transition: all 0.25s ease-in-out;
  -moz-transition: all 0.25s ease-in-out;
  transition: all 0.25s ease-in-out;
}
.cid-sKGqTjrdX1 .nav-item,
.cid-sKGqTjrdX1 .nav-link,
.cid-sKGqTjrdX1 .navbar-caption {
  font-weight: normal;
}
.cid-sKGqTjrdX1 .nav-item:focus,
.cid-sKGqTjrdX1 .nav-link:focus {
  outline: none;
}
@media (min-width: 992px) {
  .cid-sKGqTjrdX1 .dropdown-item:hover:before {
    -webkit-transform: scale(1, 1);
    transform: scale(1, 1);
  }
}
.cid-sKGqTjrdX1 .dropdown .dropdown-menu .dropdown-item {
  display: flex;
  -webkit-align-items: center;
  align-items: center;
  width: auto;
  -webkit-transition: all 0.25s ease-in-out;
  -moz-transition: all 0.25s ease-in-out;
  transition: all 0.25s ease-in-out;
}
.cid-sKGqTjrdX1 .dropdown .dropdown-menu .dropdown-item::after {
  right: 1rem;
}
.cid-sKGqTjrdX1 .dropdown .dropdown-menu .dropdown-item:hover .mbr-iconfont:before {
  -webkit-transform: scale(0, 1);
  transform: scale(0, 1);
}
.cid-sKGqTjrdX1 .dropdown .dropdown-menu .dropdown-item.dropdown-toggle:before {
  display: none;
}
.cid-sKGqTjrdX1 .dropdown .dropdown-menu .dropdown-item .mbr-iconfont {
  margin-left: -1.8rem;
  padding-right: 1rem;
  font-size: inherit;
}
.cid-sKGqTjrdX1 .dropdown .dropdown-menu .dropdown-item .mbr-iconfont:before {
  display: inline-block;
  -webkit-transform: scale(1, 1);
  transform: scale(1, 1);
  -webkit-transition: all 0.25s ease-in-out;
  -moz-transition: all 0.25s ease-in-out;
  transition: all 0.25s ease-in-out;
}
.cid-sKGqTjrdX1 .collapsed .dropdown-menu .dropdown-item:before {
  display: none;
}
.cid-sKGqTjrdX1 .collapsed .dropdown .dropdown-menu .dropdown-item {
  padding: 0.235em 1.5em 0.235em 1.5em !important;
  transition: none;
  margin: 0 !important;
}
.cid-sKGqTjrdX1 .navbar {
  min-height: 77px;
  transition: all 0.3s;
  background: #007cb0;
}
.cid-sKGqTjrdX1 .navbar.opened {
  transition: all 0.3s;
  background: #007cb0 !important;
}
.cid-sKGqTjrdX1 .navbar .dropdown-item {
  padding: 0.235rem 2.5rem 0.235rem 1.5rem;
}
.cid-sKGqTjrdX1 .navbar .navbar-collapse {
  -webkit-justify-content: flex-end;
  justify-content: flex-end;
  z-index: 1;
}
.cid-sKGqTjrdX1 .navbar.collapsed .nav-item .nav-link::before {
  display: none;
}
.cid-sKGqTjrdX1 .navbar.collapsed.opened .dropdown-menu {
  top: 0;
}
.cid-sKGqTjrdX1 .navbar.collapsed .dropdown-menu {
  background: transparent !important;
}
.cid-sKGqTjrdX1 .navbar.collapsed .dropdown-menu .dropdown-submenu {
  left: 0 !important;
}
.cid-sKGqTjrdX1 .navbar.collapsed .dropdown-menu .dropdown-toggle[data-toggle='dropdown-submenu']:after {
  margin-left: 0.25rem;
  border-top: 0.35em solid;
  border-right: 0.35em solid transparent;
  border-left: 0.35em solid transparent;
  border-bottom: 0;
  top: 55%;
}
.cid-sKGqTjrdX1 .navbar.collapsed ul.navbar-nav li {
  margin: auto;
}
.cid-sKGqTjrdX1 .navbar.collapsed .dropdown-menu .dropdown-item {
  padding: 0.25rem 1.5rem;
  text-align: center;
  -webkit-justify-content: center;
  justify-content: center;
}
.cid-sKGqTjrdX1 .navbar.collapsed .icons-menu {
  padding-left: 0;
  padding-top: 0.5rem;
  padding-bottom: 0.5rem;
}
@media (max-width: 991px) {
  .cid-sKGqTjrdX1 .navbar .nav-item .nav-link::before {
    display: none;
  }
  .cid-sKGqTjrdX1 .navbar.opened .dropdown-menu {
    top: 0;
  }
  .cid-sKGqTjrdX1 .navbar .dropdown-menu {
    background: transparent !important;
  }
  .cid-sKGqTjrdX1 .navbar .dropdown-menu .dropdown-submenu {
    left: 0 !important;
  }
  .cid-sKGqTjrdX1 .navbar .dropdown-menu .dropdown-toggle[data-toggle='dropdown-submenu']:after {
    margin-left: 0.25rem;
    border-top: 0.35em solid;
    border-right: 0.35em solid transparent;
    border-left: 0.35em solid transparent;
    border-bottom: 0;
    top: 55%;
  }
  .cid-sKGqTjrdX1 .navbar .navbar-logo img {
    height: 3.8rem !important;
    width: auto;
  }
  .cid-sKGqTjrdX1 .navbar ul.navbar-nav li {
    margin: auto;
  }
  .cid-sKGqTjrdX1 .navbar .dropdown-menu .dropdown-item {
    padding: 0.25rem 1.5rem !important;
    text-align: center;
    -webkit-justify-content: center;
    justify-content: center;
  }
  .cid-sKGqTjrdX1 .navbar .navbar-brand {
    -webkit-flex-shrink: initial;
    flex-shrink: initial;
    -webkit-flex-basis: auto;
    flex-basis: auto;
    word-break: break-word;
  }
  .cid-sKGqTjrdX1 .navbar .navbar-toggler {
    -webkit-flex-basis: auto;
    flex-basis: auto;
  }
  .cid-sKGqTjrdX1 .navbar .icons-menu {
    padding-left: 0;
    padding-top: 0.5rem;
    padding-bottom: 0.5rem;
  }
}
.cid-sKGqTjrdX1 .navbar.navbar-short {
  background: #007cb0 !important;
  min-height: 60px;
}
.cid-sKGqTjrdX1 .navbar.navbar-short .navbar-logo img {
  height: 3rem !important;
  width: auto;
}
.cid-sKGqTjrdX1 .navbar.navbar-short .navbar-brand {
  padding: 0;
}
.cid-sKGqTjrdX1 .navbar-brand {
  -webkit-flex-shrink: 0;
  flex-shrink: 0;
  -webkit-align-items: center;
  align-items: center;
  margin-right: 0;
  padding: 0;
  transition: all 0.3s;
  word-break: break-word;
  z-index: 1;
}
.cid-sKGqTjrdX1 .navbar-brand .navbar-caption {
  line-height: inherit !important;
}
.cid-sKGqTjrdX1 .navbar-brand .navbar-logo a {
  outline: none;
}
.cid-sKGqTjrdX1 .navbar-brand .navbar-logo a img {
  width: auto;
}
.cid-sKGqTjrdX1 .dropdown-item.active,
.cid-sKGqTjrdX1 .dropdown-item:active {
  background-color: transparent;
}
.cid-sKGqTjrdX1 .nav-dropdown .link.dropdown-toggle {
  margin-right: 1.667em;
}
.cid-sKGqTjrdX1 .nav-dropdown .link.dropdown-toggle[aria-expanded='true'] {
  margin-right: 0;
  padding: 0.667em 1.667em;
}
.cid-sKGqTjrdX1 .navbar.navbar-expand-lg .dropdown .dropdown-menu {
  background: #007cb0;
}
.cid-sKGqTjrdX1 .navbar.navbar-expand-lg .dropdown .dropdown-menu .dropdown-submenu {
  margin: 0;
  left: 100%;
}
.cid-sKGqTjrdX1 .navbar .dropdown.open > .dropdown-menu {
  display: block;
}
.cid-sKGqTjrdX1 ul.navbar-nav {
  -webkit-flex-wrap: wrap;
  flex-wrap: wrap;
}
.cid-sKGqTjrdX1 .navbar-buttons {
  text-align: center;
}
.cid-sKGqTjrdX1 button.navbar-toggler {
  outline: none;
  width: 31px;
  height: 20px;
  cursor: pointer;
  transition: all 0.2s;
  position: relative;
  -webkit-align-self: center;
  align-self: center;
}
.cid-sKGqTjrdX1 button.navbar-toggler .hamburger span {
  position: absolute;
  right: 0;
  width: 30px;
  height: 2px;
  border-right: 5px;
  background-color: #ffffff;
}
.cid-sKGqTjrdX1 button.navbar-toggler .hamburger span:nth-child(1) {
  top: 0;
  transition: all 0.2s;
}
.cid-sKGqTjrdX1 button.navbar-toggler .hamburger span:nth-child(2) {
  top: 8px;
  transition: all 0.15s;
}
.cid-sKGqTjrdX1 button.navbar-toggler .hamburger span:nth-child(3) {
  top: 8px;
  transition: all 0.15s;
}
.cid-sKGqTjrdX1 button.navbar-toggler .hamburger span:nth-child(4) {
  top: 16px;
  transition: all 0.2s;
}
.cid-sKGqTjrdX1 nav.opened .hamburger span:nth-child(1) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-sKGqTjrdX1 nav.opened .hamburger span:nth-child(2) {
  -webkit-transform: rotate(45deg);
  transform: rotate(45deg);
  transition: all 0.25s;
}
.cid-sKGqTjrdX1 nav.opened .hamburger span:nth-child(3) {
  -webkit-transform: rotate(-45deg);
  transform: rotate(-45deg);
  transition: all 0.25s;
}
.cid-sKGqTjrdX1 nav.opened .hamburger span:nth-child(4) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-sKGqTjrdX1 .navbar-dropdown {
  padding: 0.5rem 1rem;
  position: fixed;
}
.cid-sKGqTjrdX1 a.nav-link {
  -webkit-justify-content: center;
  justify-content: center;
  display: flex;
  -webkit-align-items: center;
  align-items: center;
}
.cid-sKGqTjrdX1 .mbr-iconfont {
  font-size: 1rem;
  color: #ffffff;
  display: inline-flex;
}
.cid-sKGqTjrdX1 .mbr-iconfont:before {
  padding: 0.5rem;
  border: 2px solid;
  border-radius: 100px;
}
.cid-sKGqTjrdX1 .soc-item {
  margin: 0.5rem 0.3rem;
}
.cid-sKGqTjrdX1 .icons-menu {
  -webkit-flex-wrap: wrap;
  flex-wrap: wrap;
  display: flex;
  -webkit-justify-content: center;
  justify-content: center;
  padding-left: 1rem;
  text-align: center;
  -webkit-align-items: center;
  align-items: center;
}
@media screen and (-ms-high-contrast: active), (-ms-high-contrast: none) {
  .cid-sKGqTjrdX1 .navbar {
    height: 77px;
  }
  .cid-sKGqTjrdX1 .navbar.opened {
    height: auto;
  }
  .cid-sKGqTjrdX1 .nav-item .nav-link:hover::before {
    width: 175%;
    max-width: calc(100% + 2rem);
    left: -1rem;
  }
}
.cid-sKGqTjUTLn {
  padding-top: 0rem;
  padding-bottom: 3rem;
  background-color: #007cb0;
}
.cid-sKGqTjUTLn .row-links {
  width: 100%;
  justify-content: center;
}
.cid-sKGqTjUTLn .social-row {
  width: 100%;
  justify-content: center;
}
.cid-sKGqTjUTLn .media-container-row {
  flex-direction: column;
  justify-content: center;
  align-items: center;
}
.cid-sKGqTjUTLn .media-container-row .foot-menu {
  list-style: none;
  display: flex;
  justify-content: center;
  flex-wrap: wrap;
  padding: 0;
  margin-bottom: 1rem;
}
.cid-sKGqTjUTLn .media-container-row .foot-menu li {
  padding: 0 1.5rem 1rem 1.5rem;
}
.cid-sKGqTjUTLn .media-container-row .foot-menu li:hover {
  color: #007cb0;
}
.cid-sKGqTjUTLn .media-container-row .foot-menu li p {
  margin: 0;
}
.cid-sKGqTjUTLn .media-container-row .social-list {
  padding-left: 0;
  margin-bottom: 0;
  list-style: none;
  display: flex;
  flex-wrap: wrap;
  justify-content: flex-end;
}
.cid-sKGqTjUTLn .media-container-row .social-list .mbr-iconfont-social {
  font-size: 1.5rem;
  color: #ffffff;
}
.cid-sKGqTjUTLn .media-container-row .social-list .soc-item {
  margin: 0 .5rem;
}
.cid-sKGqTjUTLn .media-container-row .social-list a {
  margin: 0;
  opacity: .5;
  transition: .2s linear;
}
.cid-sKGqTjUTLn .media-container-row .social-list a:hover {
  opacity: 1;
}
@media (max-width: 767px) {
  .cid-sKGqTjUTLn .media-container-row .social-list {
    -webkit-justify-content: center;
    justify-content: center;
  }
}
.cid-sKGqTjUTLn .media-container-row .row-copirayt {
  word-break: break-word;
  width: 100%;
}
.cid-sKGqTjUTLn .media-container-row .row-copirayt p {
  width: 100%;
}
@media (max-width: 767px) {
  .cid-sKGqTjUTLn .foot-menu {
    display: flex;
    flex-direction: column;
  }
}
.cid-sKGqTjUTLn .media-container-row .mbr-text {
  color: #ffffff;
}
