.btn {
  border-width: 2px;
}
body {
  font-family: 'Syne', sans-serif;
}
.display-1 {
  font-family: 'Syne', sans-serif;
  font-size: 6rem;
  line-height: 1.1;
}
.display-1 > .mbr-iconfont {
  font-size: 7.5rem;
}
.display-2 {
  font-family: 'Syne', sans-serif;
  font-size: 3.25rem;
  line-height: 1.1;
}
.display-2 > .mbr-iconfont {
  font-size: 4.0625rem;
}
.display-4 {
  font-family: 'Syne', sans-serif;
  font-size: 1.5rem;
  line-height: 1.25;
}
.display-4 > .mbr-iconfont {
  font-size: 1.875rem;
}
.display-5 {
  font-family: 'Syne', sans-serif;
  font-size: 2.2rem;
  line-height: 1.14;
}
.display-5 > .mbr-iconfont {
  font-size: 2.75rem;
}
.display-7 {
  font-family: 'Syne', sans-serif;
  font-size: 1.125rem;
  line-height: 1.41;
}
.display-7 > .mbr-iconfont {
  font-size: 1.40625rem;
}
/* ---- Fluid typography for mobile devices ---- */
/* 1.4 - font scale ratio ( bootstrap == 1.42857 ) */
/* 100vw - current viewport width */
/* (48 - 20)  48 == 48rem == 768px, 20 == 20rem == 320px(minimal supported viewport) */
/* 0.65 - min scale variable, may vary */
@media (max-width: 992px) {
  .display-1 {
    font-size: 4.8rem;
  }
}
@media (max-width: 768px) {
  .display-1 {
    font-size: 4.2rem;
    font-size: calc( 2.75rem + (6 - 2.75) * ((100vw - 20rem) / (48 - 20)));
    line-height: calc( 1.1 * (2.75rem + (6 - 2.75) * ((100vw - 20rem) / (48 - 20))));
  }
  .display-2 {
    font-size: 2.6rem;
    font-size: calc( 1.7874999999999999rem + (3.25 - 1.7874999999999999) * ((100vw - 20rem) / (48 - 20)));
    line-height: calc( 1.1 * (1.7874999999999999rem + (3.25 - 1.7874999999999999) * ((100vw - 20rem) / (48 - 20))));
  }
  .display-4 {
    font-size: 1.2rem;
    font-size: calc( 1.175rem + (1.5 - 1.175) * ((100vw - 20rem) / (48 - 20)));
    line-height: calc( 1.25 * (1.175rem + (1.5 - 1.175) * ((100vw - 20rem) / (48 - 20))));
  }
  .display-5 {
    font-size: 1.76rem;
    font-size: calc( 1.42rem + (2.2 - 1.42) * ((100vw - 20rem) / (48 - 20)));
    line-height: calc( 1.14 * (1.42rem + (2.2 - 1.42) * ((100vw - 20rem) / (48 - 20))));
  }
  .display-7 {
    font-size: 0.9rem;
    font-size: calc( 1.04375rem + (1.125 - 1.04375) * ((100vw - 20rem) / (48 - 20)));
    line-height: calc( 1.41 * (1.04375rem + (1.125 - 1.04375) * ((100vw - 20rem) / (48 - 20))));
  }
}
/* Buttons */
.btn {
  padding: 0.6rem 1.2rem;
  border-radius: 4px;
}
.btn-sm {
  padding: 0.6rem 1.2rem;
  border-radius: 4px;
}
.btn-md {
  padding: 0.6rem 1.2rem;
  border-radius: 4px;
}
.btn-lg {
  padding: 1rem 2.6rem;
  border-radius: 4px;
}
.bg-primary {
  background-color: #000000 !important;
}
.bg-success {
  background-color: #f5f5f5 !important;
}
.bg-info {
  background-color: #4a4a4a !important;
}
.bg-warning {
  background-color: #d72638 !important;
}
.bg-danger {
  background-color: #e0e0e0 !important;
}
.btn-primary,
.btn-primary:active {
  background-color: #000000 !important;
  border-color: #000000 !important;
  color: #ffffff !important;
  box-shadow: 0 2px 2px 0 rgba(0, 0, 0, 0.2);
}
.btn-primary:hover,
.btn-primary:focus,
.btn-primary.focus,
.btn-primary.active {
  color: #ffffff !important;
  background-color: #000000 !important;
  border-color: #000000 !important;
  box-shadow: 0 2px 5px 0 rgba(0, 0, 0, 0.2);
}
.btn-primary.disabled,
.btn-primary:disabled {
  color: #ffffff !important;
  background-color: #000000 !important;
  border-color: #000000 !important;
}
.btn-secondary,
.btn-secondary:active {
  background-color: #3a506b !important;
  border-color: #3a506b !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: #1c2633 !important;
  border-color: #1c2633 !important;
  box-shadow: 0 2px 5px 0 rgba(0, 0, 0, 0.2);
}
.btn-secondary.disabled,
.btn-secondary:disabled {
  color: #ffffff !important;
  background-color: #1c2633 !important;
  border-color: #1c2633 !important;
}
.btn-info,
.btn-info:active {
  background-color: #4a4a4a !important;
  border-color: #4a4a4a !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: #1f1f1f !important;
  border-color: #1f1f1f !important;
  box-shadow: 0 2px 5px 0 rgba(0, 0, 0, 0.2);
}
.btn-info.disabled,
.btn-info:disabled {
  color: #ffffff !important;
  background-color: #1f1f1f !important;
  border-color: #1f1f1f !important;
}
.btn-success,
.btn-success:active {
  background-color: #f5f5f5 !important;
  border-color: #f5f5f5 !important;
  color: #767676 !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: #cacaca !important;
  border-color: #cacaca !important;
  box-shadow: 0 2px 5px 0 rgba(0, 0, 0, 0.2);
}
.btn-success.disabled,
.btn-success:disabled {
  color: #767676 !important;
  background-color: #cacaca !important;
  border-color: #cacaca !important;
}
.btn-warning,
.btn-warning:active {
  background-color: #d72638 !important;
  border-color: #d72638 !important;
  color: #ffffff !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: #ffffff !important;
  background-color: #8d1925 !important;
  border-color: #8d1925 !important;
  box-shadow: 0 2px 5px 0 rgba(0, 0, 0, 0.2);
}
.btn-warning.disabled,
.btn-warning:disabled {
  color: #ffffff !important;
  background-color: #8d1925 !important;
  border-color: #8d1925 !important;
}
.btn-danger,
.btn-danger:active {
  background-color: #e0e0e0 !important;
  border-color: #e0e0e0 !important;
  color: #616161 !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: #b5b5b5 !important;
  border-color: #b5b5b5 !important;
  box-shadow: 0 2px 5px 0 rgba(0, 0, 0, 0.2);
}
.btn-danger.disabled,
.btn-danger:disabled {
  color: #616161 !important;
  background-color: #b5b5b5 !important;
  border-color: #b5b5b5 !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: #000000 !important;
  border-color: #000000 !important;
  color: #ffffff !important;
  box-shadow: 0 2px 2px 0 rgba(0, 0, 0, 0.2);
}
.btn-black:hover,
.btn-black:focus,
.btn-black.focus,
.btn-black.active {
  color: #ffffff !important;
  background-color: #000000 !important;
  border-color: #000000 !important;
  box-shadow: 0 2px 5px 0 rgba(0, 0, 0, 0.2);
}
.btn-black.disabled,
.btn-black:disabled {
  color: #ffffff !important;
  background-color: #000000 !important;
  border-color: #000000 !important;
}
.btn-primary-outline,
.btn-primary-outline:active {
  background-color: transparent !important;
  border-color: #000000;
  color: #000000;
}
.btn-primary-outline:hover,
.btn-primary-outline:focus,
.btn-primary-outline.focus,
.btn-primary-outline.active {
  color: #000000 !important;
  background-color: transparent!important;
  border-color: #000000 !important;
  box-shadow: none!important;
}
.btn-primary-outline.disabled,
.btn-primary-outline:disabled {
  color: #ffffff !important;
  background-color: #000000 !important;
  border-color: #000000 !important;
}
.btn-secondary-outline,
.btn-secondary-outline:active {
  background-color: transparent !important;
  border-color: #3a506b;
  color: #3a506b;
}
.btn-secondary-outline:hover,
.btn-secondary-outline:focus,
.btn-secondary-outline.focus,
.btn-secondary-outline.active {
  color: #1c2633 !important;
  background-color: transparent!important;
  border-color: #1c2633 !important;
  box-shadow: none!important;
}
.btn-secondary-outline.disabled,
.btn-secondary-outline:disabled {
  color: #ffffff !important;
  background-color: #3a506b !important;
  border-color: #3a506b !important;
}
.btn-info-outline,
.btn-info-outline:active {
  background-color: transparent !important;
  border-color: #4a4a4a;
  color: #4a4a4a;
}
.btn-info-outline:hover,
.btn-info-outline:focus,
.btn-info-outline.focus,
.btn-info-outline.active {
  color: #1f1f1f !important;
  background-color: transparent!important;
  border-color: #1f1f1f !important;
  box-shadow: none!important;
}
.btn-info-outline.disabled,
.btn-info-outline:disabled {
  color: #ffffff !important;
  background-color: #4a4a4a !important;
  border-color: #4a4a4a !important;
}
.btn-success-outline,
.btn-success-outline:active {
  background-color: transparent !important;
  border-color: #f5f5f5;
  color: #f5f5f5;
}
.btn-success-outline:hover,
.btn-success-outline:focus,
.btn-success-outline.focus,
.btn-success-outline.active {
  color: #cacaca !important;
  background-color: transparent!important;
  border-color: #cacaca !important;
  box-shadow: none!important;
}
.btn-success-outline.disabled,
.btn-success-outline:disabled {
  color: #767676 !important;
  background-color: #f5f5f5 !important;
  border-color: #f5f5f5 !important;
}
.btn-warning-outline,
.btn-warning-outline:active {
  background-color: transparent !important;
  border-color: #d72638;
  color: #d72638;
}
.btn-warning-outline:hover,
.btn-warning-outline:focus,
.btn-warning-outline.focus,
.btn-warning-outline.active {
  color: #8d1925 !important;
  background-color: transparent!important;
  border-color: #8d1925 !important;
  box-shadow: none!important;
}
.btn-warning-outline.disabled,
.btn-warning-outline:disabled {
  color: #ffffff !important;
  background-color: #d72638 !important;
  border-color: #d72638 !important;
}
.btn-danger-outline,
.btn-danger-outline:active {
  background-color: transparent !important;
  border-color: #e0e0e0;
  color: #e0e0e0;
}
.btn-danger-outline:hover,
.btn-danger-outline:focus,
.btn-danger-outline.focus,
.btn-danger-outline.active {
  color: #b5b5b5 !important;
  background-color: transparent!important;
  border-color: #b5b5b5 !important;
  box-shadow: none!important;
}
.btn-danger-outline.disabled,
.btn-danger-outline:disabled {
  color: #616161 !important;
  background-color: #e0e0e0 !important;
  border-color: #e0e0e0 !important;
}
.btn-black-outline,
.btn-black-outline:active {
  background-color: transparent !important;
  border-color: #000000;
  color: #000000;
}
.btn-black-outline:hover,
.btn-black-outline:focus,
.btn-black-outline.focus,
.btn-black-outline.active {
  color: #000000 !important;
  background-color: transparent!important;
  border-color: #000000 !important;
  box-shadow: none!important;
}
.btn-black-outline.disabled,
.btn-black-outline:disabled {
  color: #ffffff !important;
  background-color: #000000 !important;
  border-color: #000000 !important;
}
.btn-white-outline,
.btn-white-outline:active {
  background-color: transparent !important;
  border-color: #fafafa;
  color: #fafafa;
}
.btn-white-outline:hover,
.btn-white-outline:focus,
.btn-white-outline.focus,
.btn-white-outline.active {
  color: #cfcfcf !important;
  background-color: transparent!important;
  border-color: #cfcfcf !important;
  box-shadow: none!important;
}
.btn-white-outline.disabled,
.btn-white-outline:disabled {
  color: #7a7a7a !important;
  background-color: #fafafa !important;
  border-color: #fafafa !important;
}
.text-primary {
  color: #000000 !important;
}
.text-secondary {
  color: #3a506b !important;
}
.text-success {
  color: #f5f5f5 !important;
}
.text-info {
  color: #4a4a4a !important;
}
.text-warning {
  color: #d72638 !important;
}
.text-danger {
  color: #e0e0e0 !important;
}
.text-white {
  color: #ffffff !important;
}
.text-black {
  color: #000000 !important;
}
a.text-primary:hover,
a.text-primary:focus,
a.text-primary.active {
  color: #000000 !important;
}
a.text-secondary:hover,
a.text-secondary:focus,
a.text-secondary.active {
  color: #161f29 !important;
}
a.text-success:hover,
a.text-success:focus,
a.text-success.active {
  color: #c2c2c2 !important;
}
a.text-info:hover,
a.text-info:focus,
a.text-info.active {
  color: #171717 !important;
}
a.text-warning:hover,
a.text-warning:focus,
a.text-warning.active {
  color: #801721 !important;
}
a.text-danger:hover,
a.text-danger:focus,
a.text-danger.active {
  color: #adadad !important;
}
a.text-white:hover,
a.text-white:focus,
a.text-white.active {
  color: #c7c7c7 !important;
}
a.text-black:hover,
a.text-black:focus,
a.text-black.active {
  color: #000000 !important;
}
a[class*="text-"]:not(.nav-link):not(.dropdown-item):not([role]):not(.navbar-caption) {
  position: relative;
  background-image: transparent;
  background-size: 10000px 2px;
  background-repeat: no-repeat;
  background-position: 0px 1.2em;
  background-position: -10000px 1.2em;
}
a[class*="text-"]:not(.nav-link):not(.dropdown-item):not([role]):not(.navbar-caption):hover {
  transition: background-position 2s ease-in-out;
  background-image: linear-gradient(currentColor 50%, currentColor 50%);
  background-position: 0px 1.2em;
}
.nav-tabs .nav-link.active {
  color: #000000;
}
.nav-tabs .nav-link:not(.active) {
  color: #000000;
}
.alert-success {
  background-color: #70c770;
}
.alert-info {
  background-color: #4a4a4a;
}
.alert-warning {
  background-color: #d72638;
}
.alert-danger {
  background-color: #e0e0e0;
}
.mbr-gallery-filter li.active .btn {
  background-color: #000000;
  border-color: #000000;
  color: #ffffff;
}
.mbr-gallery-filter li.active .btn:focus {
  box-shadow: none;
}
a,
a:hover {
  color: #000000;
}
.mbr-plan-header.bg-primary .mbr-plan-subtitle,
.mbr-plan-header.bg-primary .mbr-plan-price-desc {
  color: #b3b3b3;
}
.mbr-plan-header.bg-success .mbr-plan-subtitle,
.mbr-plan-header.bg-success .mbr-plan-price-desc {
  color: #ffffff;
}
.mbr-plan-header.bg-info .mbr-plan-subtitle,
.mbr-plan-header.bg-info .mbr-plan-price-desc {
  color: #bdbdbd;
}
.mbr-plan-header.bg-warning .mbr-plan-subtitle,
.mbr-plan-header.bg-warning .mbr-plan-price-desc {
  color: #f7d2d6;
}
.mbr-plan-header.bg-danger .mbr-plan-subtitle,
.mbr-plan-header.bg-danger .mbr-plan-price-desc {
  color: #ffffff;
}
/* Scroll to top button*/
.scrollToTop_wraper {
  display: none;
}
.form-control {
  font-family: 'Syne', sans-serif;
  font-size: 1.5rem;
  line-height: 1.25;
  font-weight: 400;
}
.form-control > .mbr-iconfont {
  font-size: 1.875rem;
}
.form-control:hover,
.form-control:focus {
  box-shadow: rgba(0, 0, 0, 0.07) 0px 1px 1px 0px, rgba(0, 0, 0, 0.07) 0px 1px 3px 0px, rgba(0, 0, 0, 0.03) 0px 0px 0px 1px;
  border-color: #000000 !important;
}
.form-control:-webkit-input-placeholder {
  font-family: 'Syne', sans-serif;
  font-size: 1.5rem;
  line-height: 1.25;
  font-weight: 400;
}
.form-control:-webkit-input-placeholder > .mbr-iconfont {
  font-size: 1.875rem;
}
blockquote {
  border-color: #000000;
}
/* Forms */
.jq-selectbox li:hover,
.jq-selectbox li.selected {
  background-color: #000000;
  color: #ffffff;
}
.jq-number__spin {
  transition: 0.25s ease;
}
.jq-number__spin:hover {
  border-color: #000000;
}
.jq-selectbox .jq-selectbox__trigger-arrow,
.jq-number__spin.minus:after,
.jq-number__spin.plus:after {
  transition: 0.4s;
  border-top-color: #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: #000000;
  border-bottom-color: #000000;
}
.xdsoft_datetimepicker .xdsoft_calendar td.xdsoft_default,
.xdsoft_datetimepicker .xdsoft_calendar td.xdsoft_current,
.xdsoft_datetimepicker .xdsoft_timepicker .xdsoft_time_box > div > div.xdsoft_current {
  color: #ffffff !important;
  background-color: #000000 !important;
  box-shadow: none !important;
}
.xdsoft_datetimepicker .xdsoft_calendar td:hover,
.xdsoft_datetimepicker .xdsoft_timepicker .xdsoft_time_box > div > div:hover {
  color: #ffffff !important;
  background: #3a506b !important;
  box-shadow: none !important;
}
.lazy-bg {
  background-image: none !important;
}
.lazy-placeholder:not(section),
.lazy-none {
  display: block;
  position: relative;
  padding-bottom: 56.25%;
  width: 100%;
  height: auto;
}
iframe.lazy-placeholder,
.lazy-placeholder:after {
  content: '';
  position: absolute;
  width: 200px;
  height: 200px;
  background: transparent no-repeat center;
  background-size: contain;
  top: 50%;
  left: 50%;
  transform: translateX(-50%) translateY(-50%);
  background-image: url("data:image/svg+xml;charset=UTF-8,%3csvg width='32' height='32' viewBox='0 0 64 64' xmlns='http://www.w3.org/2000/svg' stroke='%23000000' %3e%3cg fill='none' fill-rule='evenodd'%3e%3cg transform='translate(16 16)' stroke-width='2'%3e%3ccircle stroke-opacity='.5' cx='16' cy='16' r='16'/%3e%3cpath d='M32 16c0-9.94-8.06-16-16-16'%3e%3canimateTransform attributeName='transform' type='rotate' from='0 16 16' to='360 16 16' dur='1s' repeatCount='indefinite'/%3e%3c/path%3e%3c/g%3e%3c/g%3e%3c/svg%3e");
}
section.lazy-placeholder:after {
  opacity: 0.5;
}
body {
  overflow-x: hidden;
}
a {
  transition: color 0.6s;
}
a:hover {
  background-image: none !important;
}
.container {
  max-width: 100%;
  width: 86%;
  padding-left: 0;
  padding-right: 0;
}
@media (min-width: 801px) {
  .container {
    max-width: 768px;
  }
}
@media (min-width: 1025px) {
  .container {
    max-width: 960px;
  }
}
@media (min-width: 1201px) {
  .container {
    max-width: 1100px;
  }
}
@media (min-width: 1441px) {
  .container {
    max-width: 1300px;
  }
}
.row {
  margin-left: 0;
  margin-right: 0;
  justify-content: center;
}
.row > [class*="col"] {
  padding-left: 0;
  padding-right: 0;
}
.mbr-section-btn .btn {
  min-width: 190px;
  border-radius: 0;
  padding: 17px 48px 15px 50px;
  line-height: 1.33;
  font-weight: 500 !important;
  box-shadow: none !important;
}
@media (max-width: 575px) {
  .mbr-section-btn {
    display: flex;
    flex-wrap: wrap;
  }
  .mbr-section-btn .btn {
    width: 100%;
    box-shadow: none !important;
  }
}
.mbr-section-btn .btn-primary {
  color: #ffffff !important;
  border: 1px solid;
  border-image-slice: 1;
  border-image-source: linear-gradient(70deg, #57b8e0, #5762e2, #be8ec6);
  background: #5cc3ee !important;
  background: linear-gradient(45deg, #5cc3ee 0, #5d91ef 29%, #5e5ef0 50%, #947be1 73%, #ca97d2 100%) !important;
  transition: color 0.2s ease-out, background-color 0.2s ease-out, border-color 0.2s ease-out;
}
.mbr-section-btn .btn-primary:hover {
  color: #000 !important;
  background: 0 0 !important;
}
.mbr-section-btn .btn-primary-outline {
  color: #000000 !important;
  border: 1px solid;
  border-image-slice: 1;
  border-image-source: linear-gradient(70deg, #57b8e0, #5762e2, #be8ec6);
  background: 0 0;
  transition: color 0.2s ease-out, background-color 0.2s ease-out, border-color 0.2s ease-out;
}
.mbr-section-btn .btn-primary-outline:hover {
  color: #fff !important;
  background: #5cc3ee !important;
  background: linear-gradient(45deg, #5cc3ee 0, #5d91ef 29%, #5e5ef0 50%, #947be1 73%, #ca97d2 100%) !important;
}
b {
  font-weight: 600 !important;
}
.cid-uxHXqPl9tA {
  z-index: 1000;
  width: 100%;
}
.cid-uxHXqPl9tA nav.navbar {
  position: fixed !important;
  top: 0;
  background-color: #f5f5f5 !important;
  box-shadow: 0px 2px 10px rgba(0, 0, 0, 0.1);
  min-height: 60px;
}
@media (max-width: 480px) {
  .cid-uxHXqPl9tA nav.navbar {
    padding: 5px 7% !important;
  }
}
@media (min-width: 481px) {
  .cid-uxHXqPl9tA nav.navbar {
    padding: 5px 40px !important;
  }
}
@media (min-width: 992px) {
  .cid-uxHXqPl9tA nav.navbar {
    padding: 10px 73px !important;
    min-height: 40px;
  }
}
.cid-uxHXqPl9tA .dropdown-item:before {
  font-family: Moririse2 !important;
  content: "\e966";
  display: inline-block;
  width: 0;
  position: absolute;
  left: 1rem;
  top: 0.5rem;
  margin-right: 0.5rem;
  line-height: 1;
  font-size: inherit;
  vertical-align: middle;
  text-align: center;
  overflow: hidden;
  transform: scale(0, 1);
  transition: all 0.25s ease-in-out;
}
.cid-uxHXqPl9tA .dropdown-menu {
  background: #f5f5f5 !important;
}
@media (max-width: 991px) {
  .cid-uxHXqPl9tA .dropdown-menu {
    padding: 0 !important;
  }
}
@media (min-width: 992px) {
  .cid-uxHXqPl9tA .dropdown-menu {
    padding: 23px 0;
    box-shadow: -0.968px 3.881px 24.94px 4.06px rgba(195, 196, 249, 0.28);
  }
}
.cid-uxHXqPl9tA .dropdown-item {
  padding: 0 28px 0 38px !important;
  min-width: 240px;
  color: transparent;
  background: transparent !important;
  background-image: linear-gradient(-90deg, #5cc2ed 0, #5d62ee 25%, #c298d3 50%, currentColor 51%, currentColor 100%) !important;
  -webkit-background-clip: text !important;
  -webkit-text-fill-color: transparent !important;
  background-size: 200% 100% !important;
  background-position: left !important;
  transition: background-position 0.4s ease;
}
@media (max-width: 991px) {
  .cid-uxHXqPl9tA .dropdown-item {
    padding: 4px 0 4px 15px !important;
    text-align: left !important;
  }
}
.cid-uxHXqPl9tA .dropdown-item:hover {
  background-position: right !important;
}
.cid-uxHXqPl9tA .dropdown-item:hover:after {
  color: #000000;
}
.cid-uxHXqPl9tA .nav-dropdown .link {
  padding: 0 0.3em !important;
  margin: 0.667em 1em !important;
}
.cid-uxHXqPl9tA .nav-dropdown .link.dropdown-toggle::after {
  margin-left: 0.5rem;
  margin-top: 0.2rem;
}
.cid-uxHXqPl9tA .nav-link {
  position: relative;
}
.cid-uxHXqPl9tA .container {
  display: flex;
  margin: auto;
  flex-wrap: wrap;
}
.cid-uxHXqPl9tA .dropdown-menu,
.cid-uxHXqPl9tA .navbar.opened {
  background: #f5f5f5 !important;
}
.cid-uxHXqPl9tA .nav-item:focus,
.cid-uxHXqPl9tA .nav-link:focus {
  outline: none;
}
.cid-uxHXqPl9tA .dropdown .dropdown-menu .dropdown-item {
  width: auto;
  transition: all 0.25s ease-in-out;
}
.cid-uxHXqPl9tA .dropdown .dropdown-menu .dropdown-item::after {
  right: 0.5rem;
}
.cid-uxHXqPl9tA .dropdown .dropdown-menu .dropdown-item .mbr-iconfont {
  margin-right: 0.5rem;
  vertical-align: sub;
}
.cid-uxHXqPl9tA .dropdown .dropdown-menu .dropdown-item .mbr-iconfont:before {
  display: inline-block;
  transform: scale(1, 1);
  transition: all 0.25s ease-in-out;
}
.cid-uxHXqPl9tA .collapsed .dropdown-menu .dropdown-item:before {
  display: none;
}
.cid-uxHXqPl9tA .collapsed .dropdown .dropdown-menu .dropdown-item {
  padding: 0.235em 1.5em 0.235em 1.5em !important;
  transition: none;
  margin: 0 !important;
}
.cid-uxHXqPl9tA .navbar {
  transition: all 0.4s ease-out;
  position: static !important;
  min-height: 60px;
  box-sizing: content-box;
  background-color: #f5f5f5;
}
.cid-uxHXqPl9tA .navbar.opened {
  transition: all 0.3s;
}
@media (max-width: 991px) {
  .cid-uxHXqPl9tA .navbar.opened {
    border-bottom: 1px solid #F3F3F3;
  }
}
.cid-uxHXqPl9tA .navbar .dropdown-item {
  padding: 0.5rem 1.8rem;
}
.cid-uxHXqPl9tA .navbar .navbar-logo img {
  width: auto;
}
.cid-uxHXqPl9tA .navbar .navbar-collapse {
  justify-content: flex-end;
  z-index: 1;
}
.cid-uxHXqPl9tA .navbar.collapsed {
  justify-content: center;
}
.cid-uxHXqPl9tA .navbar.collapsed .nav-item .nav-link::before {
  display: none;
}
.cid-uxHXqPl9tA .navbar.collapsed.opened .dropdown-menu {
  top: 0;
}
@media (min-width: 992px) {
  .cid-uxHXqPl9tA .navbar.collapsed.opened:not(.navbar-short) .navbar-collapse {
    max-height: calc(98.5vh - 3.5rem);
  }
}
.cid-uxHXqPl9tA .navbar.collapsed .dropdown-menu .dropdown-submenu {
  left: 0 !important;
}
.cid-uxHXqPl9tA .navbar.collapsed .dropdown-menu .dropdown-item:after {
  right: auto;
}
.cid-uxHXqPl9tA .navbar.collapsed .dropdown-menu .dropdown-toggle[data-toggle="dropdown-submenu"]:after {
  margin-left: 0.5rem;
  margin-top: 0.2rem;
  border-top: 0.35em solid;
  border-right: 0.35em solid transparent;
  border-left: 0.35em solid transparent;
  border-bottom: 0;
  top: 41%;
}
.cid-uxHXqPl9tA .navbar.collapsed ul.navbar-nav li {
  margin: auto;
}
.cid-uxHXqPl9tA .navbar.collapsed .dropdown-menu .dropdown-item {
  padding: 0.25rem 1.5rem;
  text-align: center;
}
.cid-uxHXqPl9tA .navbar.collapsed .icons-menu {
  padding-left: 0;
  padding-right: 0;
  padding-top: 0.5rem;
  padding-bottom: 0.5rem;
}
@media (max-width: 991px) {
  .cid-uxHXqPl9tA .navbar .nav-item .nav-link::before {
    display: none;
  }
  .cid-uxHXqPl9tA .navbar.opened .dropdown-menu {
    top: 0;
  }
  .cid-uxHXqPl9tA .navbar .dropdown-menu .dropdown-submenu {
    left: 0 !important;
  }
  .cid-uxHXqPl9tA .navbar .dropdown-menu .dropdown-item:after {
    right: auto;
  }
  .cid-uxHXqPl9tA .navbar .dropdown-menu .dropdown-toggle[data-toggle="dropdown-submenu"]:after {
    margin-left: 0.5rem;
    margin-top: 0.2rem;
    border-top: 0.35em solid;
    border-right: 0.35em solid transparent;
    border-left: 0.35em solid transparent;
    border-bottom: 0;
    top: 40%;
  }
  .cid-uxHXqPl9tA .navbar .navbar-logo img {
    height: 3rem !important;
  }
  .cid-uxHXqPl9tA .navbar ul.navbar-nav li {
    margin: auto;
  }
  .cid-uxHXqPl9tA .navbar .dropdown-menu .dropdown-item {
    padding: 0.25rem 1.5rem !important;
    text-align: center;
  }
  .cid-uxHXqPl9tA .navbar .navbar-brand {
    flex-shrink: initial;
    flex-basis: auto;
    word-break: break-word;
    padding-right: 2rem;
  }
  .cid-uxHXqPl9tA .navbar .navbar-toggler {
    flex-basis: auto;
  }
  .cid-uxHXqPl9tA .navbar .icons-menu {
    padding-left: 0;
    padding-right: 0;
    padding-top: 0.5rem;
    padding-bottom: 0.5rem;
  }
}
.cid-uxHXqPl9tA .navbar.navbar-short {
  min-height: 60px;
}
.cid-uxHXqPl9tA .navbar.navbar-short .navbar-logo img {
  height: 2.5rem !important;
}
.cid-uxHXqPl9tA .navbar.navbar-short .navbar-brand {
  min-height: 60px;
  padding: 0 2rem 0 0;
}
@media (max-width: 480px) {
  .cid-uxHXqPl9tA .navbar {
    padding: 5px 7% !important;
  }
}
@media (min-width: 481px) {
  .cid-uxHXqPl9tA .navbar {
    padding: 5px 40px !important;
  }
}
@media (min-width: 992px) {
  .cid-uxHXqPl9tA .navbar {
    position: absolute !important;
    background-color: transparent !important;
    padding: 10px 73px !important;
    min-height: 130px;
  }
}
.cid-uxHXqPl9tA .navbar-brand {
  min-height: 70px;
  flex-shrink: 0;
  align-items: center;
  margin-right: 0;
  padding: 0 2rem 0 0;
  transition: all 0.3s;
  word-break: break-word;
  z-index: 1;
}
.cid-uxHXqPl9tA .navbar-brand .navbar-caption {
  line-height: inherit !important;
}
.cid-uxHXqPl9tA .navbar-brand .navbar-logo a {
  outline: none;
}
.cid-uxHXqPl9tA .dropdown-item.active,
.cid-uxHXqPl9tA .dropdown-item:active {
  background-color: transparent;
}
.cid-uxHXqPl9tA .navbar-expand-lg .navbar-nav .nav-link {
  padding: 0;
}
.cid-uxHXqPl9tA .nav-dropdown .link.dropdown-toggle {
  margin-right: 1.667em;
}
.cid-uxHXqPl9tA .nav-dropdown .link.dropdown-toggle[aria-expanded="true"] {
  margin-right: 0;
  padding: 0.667em 1.667em;
}
.cid-uxHXqPl9tA .navbar.navbar-expand-lg .dropdown .dropdown-menu {
  background: #f5f5f5;
}
.cid-uxHXqPl9tA .navbar.navbar-expand-lg .dropdown .dropdown-menu .dropdown-submenu {
  margin: 0;
  left: 100%;
}
.cid-uxHXqPl9tA .navbar .dropdown.open > .dropdown-menu {
  display: block;
}
.cid-uxHXqPl9tA ul.navbar-nav {
  flex-wrap: wrap;
}
.cid-uxHXqPl9tA button.navbar-toggler {
  outline: none;
  width: 31px;
  height: 20px;
  cursor: pointer;
  transition: all 0.2s;
  position: relative;
  align-self: center;
}
.cid-uxHXqPl9tA button.navbar-toggler .hamburger span {
  position: absolute;
  right: 0;
  width: 30px;
  height: 2px;
  border-right: 5px;
  background-color: #000000;
}
.cid-uxHXqPl9tA button.navbar-toggler .hamburger span:nth-child(1) {
  top: 0;
  transition: all 0.2s;
}
.cid-uxHXqPl9tA button.navbar-toggler .hamburger span:nth-child(2) {
  top: 8px;
  transition: all 0.15s;
}
.cid-uxHXqPl9tA button.navbar-toggler .hamburger span:nth-child(3) {
  top: 8px;
  transition: all 0.15s;
}
.cid-uxHXqPl9tA button.navbar-toggler .hamburger span:nth-child(4) {
  top: 16px;
  transition: all 0.2s;
}
.cid-uxHXqPl9tA nav.opened .hamburger span:nth-child(1) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-uxHXqPl9tA nav.opened .hamburger span:nth-child(2) {
  transform: rotate(45deg);
  transition: all 0.25s;
}
.cid-uxHXqPl9tA nav.opened .hamburger span:nth-child(3) {
  transform: rotate(-45deg);
  transition: all 0.25s;
}
.cid-uxHXqPl9tA nav.opened .hamburger span:nth-child(4) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-uxHXqPl9tA .navbar-dropdown {
  padding: 0;
  position: fixed;
}
.cid-uxHXqPl9tA a.nav-link {
  display: flex;
  align-items: center;
  justify-content: center;
}
.cid-uxHXqPl9tA .icons-menu {
  flex-wrap: nowrap;
  display: flex;
  justify-content: center;
  padding-left: 1rem;
  padding-right: 1rem;
  padding-top: 0.3rem;
  text-align: center;
}
@media screen and (-ms-high-contrast: active), (-ms-high-contrast: none) {
  .cid-uxHXqPl9tA .navbar {
    height: 70px;
  }
  .cid-uxHXqPl9tA .navbar.opened {
    height: auto;
  }
  .cid-uxHXqPl9tA .nav-item .nav-link:hover::before {
    width: 175%;
    max-width: calc(100% + 2rem);
    left: -1rem;
  }
}
.cid-uxHXqPl9tA .navbar-short {
  background-color: #f5f5f5 !important;
  min-height: 60px;
}
@media (max-width: 480px) {
  .cid-uxHXqPl9tA .navbar-short {
    padding: 5px 7% !important;
  }
}
@media (min-width: 481px) {
  .cid-uxHXqPl9tA .navbar-short {
    padding: 5px 40px !important;
  }
}
@media (min-width: 992px) {
  .cid-uxHXqPl9tA .navbar-short {
    padding: 5px 73px !important;
    box-shadow: 0 2px 25px 4px rgba(195, 196, 249, 0.35) !important;
  }
}
.cid-uxHXqPl9tA .container-fluid {
  padding: 0 !important;
}
@media (max-width: 991px) {
  .cid-uxHXqPl9tA .container-fluid {
    flex-wrap: wrap;
  }
}
@media (max-width: 991px) {
  .cid-uxHXqPl9tA .container-fluid .show {
    padding-bottom: 30px;
  }
}
.cid-uxHXqPl9tA .navbar-collapse {
  margin-left: auto;
  flex-grow: 0;
}
@media (max-width: 991px) {
  .cid-uxHXqPl9tA .navbar-collapse.show {
    padding: 0 0 24px;
  }
}
@media (max-width: 991px) {
  .cid-uxHXqPl9tA .navbar-nav {
    padding-top: 18px;
  }
}
.cid-uxHXqPl9tA .nav-item .nav-link {
  color: transparent;
  margin: 12px 22px !important;
  background-image: linear-gradient(-90deg, #d72638 0, #3a506b 25%, #d72638 50%, currentColor 51%, currentColor 100%) !important;
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
  background-size: 200% 100%;
  background-position: left;
  transition: background-position 0.4s ease;
}
.cid-uxHXqPl9tA .nav-item .nav-link:hover {
  background-position: right;
}
.cid-uxHXqPl9tA .nav-item .nav-link:hover:after {
  color: #000000;
}
@media (max-width: 991px) {
  .cid-uxHXqPl9tA .nav-item .show {
    padding-bottom: 0;
  }
}
@media (min-width: 992px) {
  .cid-uxHXqPl9tA .nav-item:last-child .nav-link {
    margin-right: 0 !important;
  }
  .cid-uxHXqPl9tA .nav-item:first-child .nav-link {
    margin-left: 0 !important;
  }
}
@media (max-width: 991px) {
  .cid-uxHXqPl9tA .nav-item {
    width: 100%;
  }
  .cid-uxHXqPl9tA .nav-item .nav-link {
    margin: 0 !important;
    padding: 12px 0 !important;
    justify-content: flex-start;
  }
  .cid-uxHXqPl9tA .nav-item .nav-link:after {
    margin-left: auto !important;
  }
  .cid-uxHXqPl9tA .nav-item .nav-link .dropdown-item {
    text-align: left;
  }
}
.cid-uxHXqPl9tA .mbr-section-btn {
  display: flex;
  justify-content: center;
  align-items: center;
  flex-wrap: wrap;
}
@media (min-width: 992px) {
  .cid-uxHXqPl9tA .mbr-section-btn {
    margin-left: 36px !important;
    margin-right: -0.6rem;
    max-width: 50%;
  }
}
@media (max-width: 575px) {
  .cid-uxHXqPl9tA .mbr-section-btn .btn {
    margin-right: 0 !important;
    margin-left: 0 !important;
  }
}
@media (max-width: 991px) {
  .cid-uxHXqPl9tA .navbar-toggler:not(.collapsed) .hamburger span {
    background-color: #3a506b !important;
  }
}
.cid-uxHXqPl9tA .navbar-toggler[aria-expanded="false"] .hamburger span {
  background-color: #000000 !important;
}
@media (min-width: 992px) {
  .cid-uxHXqPl9tA nav.navbar {
    flex-wrap: nowrap;
    border-radius: 0 !important;
  }
  .cid-uxHXqPl9tA .offcanvas {
    padding: 178px 5% 35px 122px;
    width: 557px;
    background-color: #f5f5f5;
  }
  .cid-uxHXqPl9tA .offcanvas .btn-close {
    position: absolute;
    top: 58px;
    right: 87px;
    width: 30px;
    height: 30px;
    padding: 0;
    background-size: 100%;
  }
  .cid-uxHXqPl9tA .offcanvas-body {
    text-align: left;
    padding: 0;
  }
  .cid-uxHXqPl9tA .offcanvas-body .mbr-text {
    margin-top: 15px;
  }
  .cid-uxHXqPl9tA .offcanvas-body .email-text {
    margin-top: 8px;
  }
  .cid-uxHXqPl9tA .offcanvas-body .offcanvas_contact {
    margin-top: 60px;
  }
  .cid-uxHXqPl9tA .offcanvas-body .text_widget a {
    margin-bottom: 8px;
  }
  .cid-uxHXqPl9tA .offcanvas_box {
    width: 75px !important;
    margin-left: 24px !important;
    text-align: right;
  }
  .cid-uxHXqPl9tA .offcanvas_box button.btn_offcanvas {
    outline: none;
    width: 41px;
    height: 17px;
    cursor: pointer;
    transition: all 0.2s;
    position: relative;
    align-self: center;
    color: #f5f5f5;
  }
  .cid-uxHXqPl9tA .offcanvas_box button.btn_offcanvas .hamburger-offcanvas span {
    position: absolute;
    overflow: hidden;
    right: 0;
    width: 39px;
    height: 1px;
    background-image: linear-gradient(-90deg, #000000 0, #000000 33.33333333%, transparent 33.33333333%, transparent 66.66666667%, #000000 66.66666667%, #000000 100%) !important;
    background-size: 300% 100%;
    background-position: left;
    transition: background-position 0.7s ease-out;
  }
  .cid-uxHXqPl9tA .offcanvas_box button.btn_offcanvas .hamburger-offcanvas span:nth-child(1) {
    top: 1px;
  }
  .cid-uxHXqPl9tA .offcanvas_box button.btn_offcanvas .hamburger-offcanvas span:nth-child(2) {
    width: 24px;
    top: 6px;
    transition: background-position 0.8s ease-out;
  }
  .cid-uxHXqPl9tA .offcanvas_box button.btn_offcanvas:hover .hamburger-offcanvas span {
    background-position: right;
  }
}
@media (min-width: 992px) and (max-width: 1280px) {
  .cid-uxHXqPl9tA .offcanvas {
    padding: 12% 8% 5% 8%;
  }
}
@media (max-width: 991px) {
  .cid-uxHXqPl9tA .offcanvas_box {
    display: none;
  }
}
.cid-uxHXqPl9tA .list {
  list-style: none;
  padding-left: 0;
  margin-bottom: 0;
  color: #ffffff;
}
.cid-uxHXqPl9tA .list li {
  display: flex;
  align-items: center;
}
.cid-uxHXqPl9tA .list a {
  display: flex;
  align-items: center;
}
.cid-uxHXqPl9tA .text_widget {
  color: #000000;
  margin-bottom: 0;
}
.cid-uxHXqPl9tA .text_widget a {
  background-position: center !important;
  background-size: 100% !important;
  transition: all 0.2s ease-out !important;
}
.cid-uxHXqPl9tA .text_widget a:hover {
  background: linear-gradient(90deg, #5cc2ed 0, #5d62ee 50%, #c298d3 100%) !important;
  -webkit-background-clip: text !important;
  -webkit-text-fill-color: transparent !important;
  color: transparent !important;
}
.cid-uxHXqPl9tA .mbr-text {
  color: #4a4a4a;
}
.cid-uw50pun1hh .mbr-fallback-image.disabled {
  display: none;
}
.cid-uw50pun1hh .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
  background-image: url("../../../assets/images/blackbaground-1-1920x1080.webp");
}
.cid-uw50pun1hh .container-fluid {
  padding: 0 64px;
}
@media (max-width: 992px) {
  .cid-uw50pun1hh .container-fluid {
    padding: 0 32px;
  }
}
@media (max-width: 768px) {
  .cid-uw50pun1hh .container-fluid {
    padding: 0 24px;
  }
}
@media (max-width: 992px) {
  .cid-uw50pun1hh .container {
    padding: 0 32px;
  }
}
@media (max-width: 768px) {
  .cid-uw50pun1hh .container {
    padding: 0 24px;
  }
}
.cid-uw50pun1hh .content-wrapper {
  padding: 150px 0;
}
@media (max-width: 992px) {
  .cid-uw50pun1hh .content-wrapper {
    padding: 0;
  }
}
.cid-uw50pun1hh .content-wrapper .desc-wrapper .mbr-desc {
  display: inline-flex;
  padding: 2px 10px;
  position: relative;
  margin-bottom: 16px;
  border-radius: 500px;
  z-index: 1;
}
.cid-uw50pun1hh .content-wrapper .desc-wrapper .mbr-desc::before {
  content: '';
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  border-radius: 500px;
  border: 1px solid #ffffff;
  opacity: .12;
  pointer-events: none;
}
.cid-uw50pun1hh .content-wrapper .desc-wrapper .mbr-desc::after {
  content: '';
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  border-radius: 500px;
  background-color: #ffffff;
  opacity: .09;
  pointer-events: none;
}
.cid-uw50pun1hh .content-wrapper .mbr-section-title {
  margin-bottom: 16px;
}
.cid-uw50pun1hh .content-wrapper .text-wrapper .mbr-text {
  display: inline-flex;
  width: 45%;
  opacity: .5;
  margin-bottom: 22px;
}
@media (max-width: 992px) {
  .cid-uw50pun1hh .content-wrapper .text-wrapper .mbr-text {
    width: 100%;
  }
}
.cid-uw50pun1hh .mbr-section-title {
  color: #ffffff;
}
.cid-uw50pun1hh .mbr-desc,
.cid-uw50pun1hh .desc-wrapper {
  color: #c81d23;
  text-align: center;
}
.cid-uw50pun1hh .mbr-text,
.cid-uw50pun1hh .text-wrapper {
  color: #000000;
  text-align: center;
}
.cid-uw50pun1hh .mbr-section-title,
.cid-uw50pun1hh .mbr-section-btn {
  text-align: center;
  color: #ffffff;
}
.cid-uwbR4JXkbY {
  padding-top: 6rem;
  padding-bottom: 6rem;
  background-color: #ffffff;
}
.cid-uwbR4JXkbY .mbr-text {
  color: #767676;
}
.cid-uwbR4JXkbY .mbr-section-subtitle {
  color: #767676;
}
.cid-uwbR4JXkbY .title .num {
  width: 100%;
  display: block;
}
.cid-uwbR4JXkbY .title .card-title {
  z-index: 1;
}
.cid-uwbR4JXkbY .card {
  padding-left: 1rem;
  border-left: 1px solid #000000;
}
.cid-uwbR4JXkbY .num {
  color: #000000;
}
@media (max-width: 767px) {
  .cid-uwbR4JXkbY * {
    text-align: left !important;
  }
  .cid-uwbR4JXkbY .cards {
    gap: 3rem;
    margin: 0;
  }
  .cid-uwbR4JXkbY .card-wrapper {
    margin-bottom: 2rem;
  }
  .cid-uwbR4JXkbY .content-column {
    margin-bottom: 2rem;
  }
}
.cid-uwbR4JXkbY .mbr-section-title,
.cid-uwbR4JXkbY .card-box {
  text-align: center;
}
.cid-uwbR4JXkbY .card-text {
  color: #4a4a4a;
}
.cid-uwbR4JXkbY .card-title,
.cid-uwbR4JXkbY .card-img {
  color: #4a4a4a;
}
.cid-t0rQ6irsss {
  padding-top: 6rem;
  padding-bottom: 0rem;
  background-color: #ffffff;
}
.cid-t0rQ6irsss .mbr-section-title {
  color: #000000;
  margin-bottom: 0;
  text-align: center;
}
.cid-t0rQ6irsss .mbr-section-subtitle {
  margin-top: 32px;
  margin-bottom: 0;
  text-align: center;
  color: #4a4a4a;
}
.cid-t0rQ6irsss .mbr-section-btn {
  margin-top: 20px;
}
.cid-uvOvgIaxXa {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-color: #ffffff;
}
.cid-uvOvgIaxXa .container-fluid {
  padding: 0 !important;
}
.cid-uvOvgIaxXa .row {
  width: 100%!important;
  max-width: 100%!important;
  padding-left: calc((100% - 1300px)/ 2) !important;
}
@media (max-width: 1440px) {
  .cid-uvOvgIaxXa .row {
    padding-left: calc((100% - 1100px)/ 2) !important;
  }
}
@media (max-width: 1200px) {
  .cid-uvOvgIaxXa .row {
    padding-left: calc((100% - 960px)/ 2) !important;
  }
}
@media (max-width: 1024px) {
  .cid-uvOvgIaxXa .row {
    padding-left: calc((100% - 768px)/ 2) !important;
  }
}
@media (max-width: 800px) {
  .cid-uvOvgIaxXa .row {
    padding-left: calc((100% - 86%)/ 2) !important;
  }
}
@media (max-width: 880px) and (min-width: 768px) {
  .cid-uvOvgIaxXa .row {
    padding-right: 25px !important;
  }
}
.cid-uvOvgIaxXa img,
.cid-uvOvgIaxXa .item-img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.cid-uvOvgIaxXa .item:focus,
.cid-uvOvgIaxXa span:focus {
  outline: none;
}
.cid-uvOvgIaxXa .item {
  cursor: pointer;
}
.cid-uvOvgIaxXa .item-wrapper {
  position: relative;
  background: transparent;
  height: 100%;
  display: flex;
  flex-flow: column nowrap;
  justify-content: flex-end;
  overflow: hidden;
}
.cid-uvOvgIaxXa .item-wrapper:hover img {
  transform: scale(1);
}
.cid-uvOvgIaxXa .item-wrapper:hover .img-overlay {
  opacity: 0.7;
}
.cid-uvOvgIaxXa .item-wrapper:hover .item-title,
.cid-uvOvgIaxXa .item-wrapper:hover .mbr-text {
  background-position: right;
}
.cid-uvOvgIaxXa .item-img {
  width: 100%;
  height: 100%;
  overflow: hidden;
}
.cid-uvOvgIaxXa .item-img img {
  width: 100%;
  transform: scale(1.05);
  transition: transform .6s ease;
  transform-style: preserve-3d;
}
.cid-uvOvgIaxXa .img-overlay {
  position: absolute;
  top: 0;
  width: 100%;
  height: 100%;
  background-color: #ffffff;
  opacity: 0;
  pointer-events: none;
  transition: all 0.4s ease-out;
}
.cid-uvOvgIaxXa .mbr-text {
  color: #ffffff;
  margin-top: 24px;
  background-image: linear-gradient(-90deg, #d72638 0%, #3a506b 25%, #d72638 50%, currentColor 51%, currentColor 100%);
  -webkit-background-clip: text;
  -webkit-text-fill-color: white;
  background-size: 200% 100%;
  background-position: left;
  transition: background-position 0.4s ease, -webkit-text-fill-color 0.4s ease;
}
.cid-uvOvgIaxXa .item-wrapper:hover .mbr-text {
  -webkit-text-fill-color: black;
  background-position: right;
}
.cid-uvOvgIaxXa .item-title {
  color: #000000;
  text-align: left;
  background-image: linear-gradient(-90deg, #d72638 0, #3a506b 25%, #d72638 50%, currentColor 51%, currentColor 100%) !important;
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
  background-size: 200% 100%;
  background-position: left;
  transition: background-position 0.4s ease;
}
.cid-uvOvgIaxXa .item-content {
  position: absolute;
  width: 100%;
  max-width: 100%;
  bottom: 0;
  left: 0;
  z-index: 3;
  padding: 20px 40px 23px;
}
@media (max-width: 1440px) {
  .cid-uvOvgIaxXa .item-content {
    padding: 20px 20px 23px;
  }
}
.cid-uvOvgIaxXa .item-content a {
  color: inherit;
  -webkit-text-fill-color: currentColor;
}
.cid-uvOvgIaxXa .mbr-section-btn {
  margin-top: 20px;
}
.cid-uvOvgIaxXa .item-title,
.cid-uvOvgIaxXa .mbr-section-btn {
  color: #ffffff;
  text-align: left;
}
@media (max-width: 768px) {
  .cid-uvOvgIaxXa .container-fluid {
    padding: 0;
  }
  .cid-uvOvgIaxXa .row {
    margin: 0 !important;
    padding: 0 !important;
  }
  .cid-uvOvgIaxXa .item {
    padding: 0;
    width: 100% !important;
  }
  .cid-uvOvgIaxXa .item-wrapper {
    margin: 0;
    width: 100%;
  }
  .cid-uvOvgIaxXa .item-img img {
    width: 100%;
    height: auto;
  }
}
.cid-uxkpoHQzei {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-color: #f5f5f5;
}
.cid-uxkpoHQzei .row {
  align-items: center;
  width: 100%;
}
.cid-uxkpoHQzei .col-text {
  width: 100%;
}
@media (min-width: 1025px) {
  .cid-uxkpoHQzei .col-text {
    width: 50%;
  }
}
.cid-uxkpoHQzei .text-container {
  padding: 95px 0 0 0;
}
@media (min-width: 1025px) {
  .cid-uxkpoHQzei .text-container {
    padding: 0 20% 0 20%;
  }
}
@media (min-width: 1441px) {
  .cid-uxkpoHQzei .text-container {
    padding: 0 18% 0 33%;
  }
}
.cid-uxkpoHQzei .text-wrapper {
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  padding: 0;
}
.cid-uxkpoHQzei .label-text {
  width: 100%;
  margin-top: 10px;
  margin-bottom: 10px;
  color: #1b1b1b;
  text-align: left;
}
.cid-uxkpoHQzei .mbr-section-title {
  width: 100%;
  color: #000000;
  margin-bottom: 10px;
}
.cid-uxkpoHQzei .mbr-section-title b {
  font-weight: 600 !important;
}
.cid-uxkpoHQzei .mbr-text {
  letter-spacing: inherit;
  color: #000000;
  width: 100%;
  margin-top: 16px;
  margin-bottom: 0;
}
.cid-uxkpoHQzei .btn-container {
  width: 100%;
}
.cid-uxkpoHQzei .mbr-section-btn {
  margin-top: 20px;
}
.cid-uxkpoHQzei .col-img {
  width: 100%;
}
@media (min-width: 1025px) {
  .cid-uxkpoHQzei .col-img {
    width: 50%;
  }
}
.cid-uxkpoHQzei .img-container {
  display: flex;
  justify-content: center;
  align-items: flex-start;
  width: 100%;
  height: 100%;
}
.cid-uxkpoHQzei .img-container img {
  max-width: 100%;
  max-height: 100%;
}
@media (min-width: 1025px) {
  .cid-uxkpoHQzei .img-wrap {
    padding: 0 10px;
  }
}
.cid-uvOyk3lRut {
  padding-top: 6rem;
  padding-bottom: 0rem;
  background-color: #ffffff;
}
.cid-uvOyk3lRut .mbr-section-title {
  color: #000000;
  margin-bottom: 0;
}
.cid-uvOyk3lRut .mbr-section-subtitle {
  margin-top: 32px;
  margin-bottom: 0;
  color: #4a4a4a;
}
.cid-uvOyk3lRut .mbr-section-btn {
  margin-top: 20px;
}
.cid-t0rQ4UPLEG {
  padding-top: 6rem;
  padding-bottom: 6rem;
  overflow: hidden;
  background-color: #ffffff;
}
.cid-t0rQ4UPLEG .row {
  display: flex;
  align-items: stretch;
  justify-content: center;
  flex-wrap: wrap;
  padding-top: 55px;
}
@media (max-width: 1024px) and (min-width: 768px) {
  .cid-t0rQ4UPLEG .col-card {
    width: 100% !important;
  }
}
.cid-t0rQ4UPLEG .card-title {
  color: #000000;
  margin-right: 41%;
  text-align: left;
}
@media (max-width: 680px) {
  .cid-t0rQ4UPLEG .card-title {
    margin-right: 10%;
  }
}
.cid-t0rQ4UPLEG .mbr-text {
  color: #000000;
  margin: 16px 60px 0 0;
}
.cid-t0rQ4UPLEG .icon-link-box {
  display: flex;
  justify-content: flex-start;
  margin-top: 30px;
  position: relative;
  z-index: 5;
}
.cid-t0rQ4UPLEG .card-wrapper {
  height: 100%;
  padding-left: 5%;
  overflow: visible;
}
@media (min-width: 1441px) {
  .cid-t0rQ4UPLEG .card-wrapper {
    padding-left: 18%;
  }
}
@media (max-width: 1024px) and (min-width: 768px) {
  .cid-t0rQ4UPLEG .card-wrapper {
    padding-right: 35%;
    padding-left: 0;
  }
}
@media (max-width: 880px) {
  .cid-t0rQ4UPLEG .card-wrapper {
    padding: 0 15% 0 10%;
  }
}
@media (max-width: 767px) {
  .cid-t0rQ4UPLEG .card-wrapper {
    padding: 0 0 0 5%;
  }
}
@media (max-width: 1024px) and (min-width: 768px) {
  .cid-t0rQ4UPLEG .card-2,
  .cid-t0rQ4UPLEG .card-3 {
    padding-top: 15%;
  }
}
@media (max-width: 880px) {
  .cid-t0rQ4UPLEG .card-2,
  .cid-t0rQ4UPLEG .card-3 {
    padding: 20% 15% 0 10%;
  }
}
@media (max-width: 767px) {
  .cid-t0rQ4UPLEG .card-2,
  .cid-t0rQ4UPLEG .card-3 {
    padding: 40% 0 0 5%;
  }
}
.cid-t0rQ4UPLEG .card-box {
  position: relative;
  z-index: 2;
  overflow: visible;
}
.cid-t0rQ4UPLEG .card-number {
  display: flex;
  align-items: center;
  position: absolute;
  pointer-events: none;
  left: -68px;
  top: -53%;
  height: 276px;
  margin: 10px 0;
  z-index: -2;
  opacity: 0.2;
  font-size: 230px;
  color: transparent;
  background: linear-gradient(-90deg, #3a506b 0, #d72638 50%, #d72638 100%);
  -webkit-background-clip: text;
}
@media (max-width: 680px) {
  .cid-t0rQ4UPLEG .card-number {
    font-size: 265px;
    left: -40px;
    top: -65%;
  }
}
.cid-t0rQ4UPLEG .card-link {
  position: relative;
  z-index: 5;
  padding-left: 95px;
  transition: all 0.4s cubic-bezier(0, 0.68, 0.58, 1);
}
.cid-t0rQ4UPLEG .card-link:after {
  content: '';
  position: absolute;
  top: 50%;
  left: 0;
  width: 80px;
  height: 1px;
  background-color: #57b8e0;
  transition: width 0.4s cubic-bezier(0, 0.68, 0.58, 1);
}
.cid-t0rQ4UPLEG .card-link:hover {
  padding-left: 0;
  padding-right: 95px;
}
.cid-t0rQ4UPLEG .card-link:hover:after {
  width: 0;
}
.cid-t0rQ4UPLEG .mbr-text,
.cid-t0rQ4UPLEG .link {
  color: #4a4a4a;
}
.cid-uvODgApgSd {
  padding-top: 6rem;
  padding-bottom: 2rem;
  background-color: #f5f5f5;
}
.cid-uvODgApgSd .mbr-section-title {
  color: #000000;
  margin-bottom: 0;
}
.cid-uvODgApgSd .mbr-section-subtitle {
  margin-top: 32px;
  margin-bottom: 0;
}
.cid-uvODgApgSd .mbr-section-btn {
  margin-top: 20px;
}
.cid-uvOA20PCJn {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-color: #f5f5f5;
}
.cid-uvOA20PCJn .row {
  width: 100%!important;
  max-width: 100%!important;
}
.cid-uvOA20PCJn img,
.cid-uvOA20PCJn .item-img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.cid-uvOA20PCJn .item:focus,
.cid-uvOA20PCJn span:focus {
  outline: none;
}
.cid-uvOA20PCJn .item {
  cursor: pointer;
  padding: 0 15px !important;
  margin-bottom: 30px !important;
}
@media (max-width: 1024px) {
  .cid-uvOA20PCJn .item {
    width: 50% !important;
  }
}
@media (min-width: 1025px) {
  .cid-uvOA20PCJn .item {
    width: 33.33333333% !important;
  }
}
@media (max-width: 680px) {
  .cid-uvOA20PCJn .item {
    width: 100% !important;
  }
}
.cid-uvOA20PCJn .item-wrapper {
  background: transparent;
  height: 100%;
  display: flex;
  flex-flow: column nowrap;
  overflow: hidden;
}
.cid-uvOA20PCJn .item-wrapper .img-wrap:hover .img-overlay {
  opacity: 0.95;
}
.cid-uvOA20PCJn .item-wrapper .img-wrap:hover .item-content {
  opacity: 1;
}
.cid-uvOA20PCJn .img-wrap {
  position: relative;
  background: transparent;
  height: 100%;
  display: flex;
  flex-flow: column nowrap;
}
.cid-uvOA20PCJn .item-img {
  width: 100%;
  height: 100%;
  overflow: hidden;
}
.cid-uvOA20PCJn .item-img img {
  width: 100%;
}
.cid-uvOA20PCJn .img-overlay {
  position: absolute;
  top: 0;
  width: 100%;
  height: 100%;
  background-color: #1b1b1b;
  opacity: 0;
  pointer-events: none;
  transition: all 0.4s ease-out;
}
.cid-uvOA20PCJn .item-content {
  position: absolute;
  width: 100%;
  max-width: 100%;
  max-height: 100%;
  bottom: 50%;
  transform: translateY(50%);
  left: 0;
  z-index: 3;
  opacity: 0;
  padding: 10px;
  transition: opacity 0.2s ease-out;
}
.cid-uvOA20PCJn .item-content .links-container {
  text-align: center;
}
.cid-uvOA20PCJn .item-content .links-container a {
  margin-right: 18px;
  background-image: linear-gradient(-90deg, currentColor 0, currentColor 100%) !important;
  -webkit-background-clip: text !important;
  -webkit-text-fill-color: transparent !important;
  background-size: 100% 100% !important;
  background-position: left !important;
  transition: background-position 0.2s ease !important;
}
.cid-uvOA20PCJn .item-content .links-container a:hover {
  background-color: #E0E0E0;
}
.cid-uvOA20PCJn .item-text-container {
  display: flex;
  flex-direction: column;
  width: 100%;
  padding: 14px 0 32px;
}
.cid-uvOA20PCJn .title-text {
  color: #000000;
  margin-bottom: 0;
  width: 100%;
}
.cid-uvOA20PCJn .mbr-text {
  color: #4a4a4a;
  margin-top: 2px;
  margin-bottom: 0;
  width: 100%;
}
.cid-uvOA20PCJn .link-text {
  color: #ffffff;
}
.cid-uvQdQVdNLF {
  padding-top: 6rem;
  padding-bottom: 0rem;
  background-color: #ffffff;
}
.cid-uvQdQVdNLF .mbr-section-title {
  color: #000000;
  margin-bottom: 0;
  text-align: center;
}
.cid-uvQdQVdNLF .mbr-section-subtitle {
  margin-top: 32px;
  margin-bottom: 0;
}
.cid-uvQdQVdNLF .mbr-section-btn {
  margin-top: 20px;
}
.cid-uvQH7joxbm {
  padding-top: 3rem;
  padding-bottom: 3rem;
  background-color: #ffffff;
}
.cid-uvQH7joxbm .content-container {
  margin-bottom: 50px;
  width: 100%;
  padding: 157px 13.5% 143px;
  text-align: center;
  position: relative;
  background: #3a506b;
  background-image: linear-gradient(135deg, #f5f5f5, #3a506b);
  background-size: cover;
}
.cid-uvQH7joxbm .content-container::after {
  content: '';
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-color: rgba(255, 255, 255, 0.2);
  pointer-events: none;
  z-index: 1;
  background: rgba(255, 255, 255, 0.2);
}
.cid-uvQH7joxbm .content-container .label-text,
.cid-uvQH7joxbm .content-container .mbr-text,
.cid-uvQH7joxbm .content-container .mbr-text-name {
  color: #000000;
  position: relative;
  z-index: 2;
}
.cid-uvQH7joxbm .label-text {
  color: #000000;
  margin-bottom: 28px;
  position: relative;
  z-index: 2;
}
.cid-uvQH7joxbm .mbr-text {
  color: #000000;
  margin-bottom: 0;
  position: relative;
  z-index: 2;
}
.cid-uvQH7joxbm .mbr-text-name {
  color: #000000;
  margin-bottom: 0;
  margin-top: 45px;
  position: relative;
  z-index: 2;
}
.cid-uvQH7joxbm .mbr-fallback-image.disabled {
  display: none;
}
.cid-uvQH7joxbm .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uvQejoRQEd {
  padding-top: 6rem;
  padding-bottom: 0rem;
  background-color: #f5f5f5;
}
.cid-uvQejoRQEd .mbr-section-title {
  color: #000000;
  margin-bottom: 0;
  text-align: center;
}
.cid-uvQejoRQEd .mbr-section-subtitle {
  margin-top: 32px;
  margin-bottom: 0;
  color: #4a4a4a;
}
.cid-uvQejoRQEd .mbr-section-btn {
  margin-top: 20px;
}
.cid-uvWNG4szo5 {
  padding-top: 7rem;
  padding-bottom: 5rem;
  background: #f5f5f5;
}
.cid-uvWNG4szo5 svg {
  margin-right: 10px;
  fill: currentColor;
}
.cid-uvWNG4szo5 .item-wrap {
  display: flex;
  align-items: center;
  margin-bottom: 20px;
}
.cid-uvWNG4szo5 .item-wrap h4 {
  font-weight: 400;
}
.cid-uvWNG4szo5 .list {
  margin-left: 0;
  padding-left: 0;
}
.cid-uvWNG4szo5 .list-group-item {
  background-color: transparent;
  padding: .5rem 1rem;
}
.cid-uvWNG4szo5 .plan-body {
  padding-bottom: 2rem;
}
.cid-uvWNG4szo5 .plan-header {
  padding-top: 2rem;
  padding-left: 1rem;
  padding-right: 1rem;
  padding: 0;
}
.cid-uvWNG4szo5 .price {
  color: #1d2c35;
  line-height: 0.7;
}
.cid-uvWNG4szo5 .price-term {
  color: #4a4a4a;
}
.cid-uvWNG4szo5 .card-bg {
  background: #4a4a4a;
}
.cid-uvWNG4szo5 .plan {
  word-break: break-word;
  padding: 2.5rem;
}
.cid-uvWNG4szo5 .plan .list-group-item {
  position: relative;
  justify-content: left;
  border: 0;
}
.cid-uvWNG4szo5 .item {
  color: #4a4a4a;
  margin-bottom: 0;
}
@media (max-width: 1199px) {
  .cid-uvWNG4szo5 .plan {
    padding: 1.5rem;
  }
}
@media (max-width: 992px) {
  .cid-uvWNG4szo5 .plan {
    padding: 1.5rem;
  }
}
@media (max-width: 767px) {
  .cid-uvWNG4szo5 .plan {
    padding: 2.5rem;
  }
}
.cid-uvWNG4szo5 .btn-primary {
  background-color: #4A4A4A;
  color: #FFFFFF;
  border: none;
  border-radius: 5px;
  padding: 10px 20px;
  font-size: 16px;
  text-align: center;
  text-decoration: none;
  transition: all 0.3s ease;
}
.cid-uvWNG4szo5 .btn-primary:hover {
  background-color: #3a506b;
  color: #f5f5f5;
}
.cid-uvWNG4szo5 .btn-primary:focus {
  outline: none;
  box-shadow: 0 0 5px rgba(58, 80, 107, 0.5);
}
.cid-uvWNG4szo5 .card-1 {
  background-color: #cfcfcf;
}
.cid-uvWNG4szo5 .card-2 {
  background-color: #bfbfbf;
}
.cid-uvWNG4szo5 .card-3 {
  background-color: #dfdfdf;
}
.cid-uvWNG4szo5 .card-1:hover,
.cid-uvWNG4szo5 .card-2:hover,
.cid-uvWNG4szo5 .card-3:hover {
  box-shadow: 0 4px 10px rgba(0, 0, 0, 0.2);
  transition: background-color 0.3s ease, box-shadow 0.3s ease;
}
.cid-uvQf9QU1wX {
  padding-top: 6rem;
  padding-bottom: 0rem;
  background-color: #ffffff;
}
.cid-uvQf9QU1wX .mbr-section-title {
  color: #000000;
  margin-bottom: 0;
  text-align: center;
}
.cid-uvQf9QU1wX .mbr-section-subtitle {
  margin-top: 32px;
  margin-bottom: 0;
}
.cid-uvQf9QU1wX .mbr-section-btn {
  margin-top: 20px;
}
.cid-uwc40ryp5M {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-color: #ffffff;
}
.cid-uwc40ryp5M .container-fluid {
  padding: 0 !important;
}
.cid-uwc40ryp5M .row {
  width: 100%!important;
  max-width: 100%!important;
  padding-right: calc((100% - 1300px)/ 2) !important;
}
@media (max-width: 1440px) {
  .cid-uwc40ryp5M .row {
    padding-right: calc((100% - 1100px)/ 2) !important;
  }
}
@media (max-width: 1200px) {
  .cid-uwc40ryp5M .row {
    padding-right: calc((100% - 960px)/ 2) !important;
  }
}
@media (max-width: 1024px) {
  .cid-uwc40ryp5M .row {
    padding-right: calc((100% - 86%)/ 2) !important;
  }
}
@media (max-width: 880px) and (min-width: 768px) {
  .cid-uwc40ryp5M .row {
    padding-left: 25px !important;
  }
}
.cid-uwc40ryp5M img,
.cid-uwc40ryp5M .item-img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.cid-uwc40ryp5M .item:focus,
.cid-uwc40ryp5M span:focus {
  outline: none;
}
.cid-uwc40ryp5M .item {
  cursor: pointer;
}
.cid-uwc40ryp5M .item-wrapper {
  position: relative;
  background: transparent;
  height: 100%;
  display: flex;
  flex-flow: column nowrap;
  justify-content: flex-end;
  overflow: hidden;
}
.cid-uwc40ryp5M .item-wrapper:hover img {
  transform: scale(1);
}
.cid-uwc40ryp5M .item-wrapper:hover .img-overlay {
  opacity: 0.7;
}
.cid-uwc40ryp5M .item-wrapper:hover .item-title,
.cid-uwc40ryp5M .item-wrapper:hover .mbr-text {
  background-position: right;
}
.cid-uwc40ryp5M .item-img {
  width: 100%;
  height: 100%;
  overflow: hidden;
}
.cid-uwc40ryp5M .item-img img {
  width: 100%;
  transform: scale(1.05);
  transition: transform .6s ease;
  transform-style: preserve-3d;
}
.cid-uwc40ryp5M .img-overlay {
  position: absolute;
  top: 0;
  width: 100%;
  height: 100%;
  background-color: #ffffff;
  opacity: 0;
  pointer-events: none;
  transition: all 0.4s ease-out;
}
.cid-uwc40ryp5M .mbr-text {
  color: #ffffff;
  margin-top: 24px;
  background-image: linear-gradient(-90deg, #d72638 0%, #3a506b 25%, #d72638 50%, currentColor 51%, currentColor 100%);
  -webkit-background-clip: text;
  -webkit-text-fill-color: white;
  background-size: 200% 100%;
  background-position: left;
  transition: background-position 0.4s ease, -webkit-text-fill-color 0.4s ease;
}
.cid-uwc40ryp5M .item-wrapper:hover .mbr-text {
  -webkit-text-fill-color: black;
  background-position: right;
}
.cid-uwc40ryp5M .item-title {
  color: #000000;
  text-align: left;
  background-image: linear-gradient(-90deg, #d72638 0, #3a506b 25%, #d72638 50%, currentColor 51%, currentColor 100%) !important;
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
  background-size: 200% 100%;
  background-position: left;
  transition: background-position 0.4s ease;
}
.cid-uwc40ryp5M .item-content {
  position: absolute;
  width: 100%;
  max-width: 100%;
  bottom: 0;
  left: 0;
  z-index: 3;
  padding: 20px 40px 23px;
}
@media (max-width: 1440px) {
  .cid-uwc40ryp5M .item-content {
    padding: 20px 20px 23px;
  }
}
.cid-uwc40ryp5M .item-content a {
  color: inherit;
  -webkit-text-fill-color: currentColor;
}
.cid-uwc40ryp5M .mbr-section-btn {
  margin-top: 20px;
}
.cid-uwc40ryp5M .item-title,
.cid-uwc40ryp5M .mbr-section-btn {
  color: #ffffff;
  text-align: left;
}
@media (max-width: 768px) {
  .cid-uwc40ryp5M .container-fluid {
    padding: 0;
  }
  .cid-uwc40ryp5M .row {
    margin: 0 !important;
    padding: 0 !important;
  }
  .cid-uwc40ryp5M .item {
    padding: 0;
    width: 100% !important;
  }
  .cid-uwc40ryp5M .item-wrapper {
    margin: 0;
    width: 100%;
  }
  .cid-uwc40ryp5M .item-img img {
    width: 100%;
    height: auto;
  }
}
.cid-uvUxok1NgB {
  padding-top: 0rem;
  padding-bottom: 5rem;
  background: #ffffff;
}
.cid-uvUxok1NgB::after {
  content: '';
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-color: rgba(255, 255, 255, 0);
  pointer-events: none;
  z-index: 1;
}
.cid-uvUxok1NgB .label-text {
  color: #ffffff;
  margin: 10px 0 7px;
  position: relative;
  z-index: 2;
}
.cid-uvUxok1NgB .mbr-section-title {
  color: #ffffff;
  margin-bottom: 0;
  position: relative;
  z-index: 2;
}
.cid-uvUxok1NgB .mbr-section-subtitle {
  color: #ffffff;
  margin-top: 20px;
  margin-bottom: 0;
  position: relative;
  z-index: 2;
}
.cid-uvUxok1NgB .mbr-section-btn {
  margin-top: 30px;
  position: relative;
  z-index: 2;
}
.cid-uvUxok1NgB .mbr-section-btn .btn-transform {
  display: flex;
  justify-content: center;
  align-items: center;
  width: 100%;
  height: 100%;
  background: transparent;
  background-image: linear-gradient(-90deg, currentColor 0, currentColor 100%) !important;
  -webkit-background-clip: text !important;
  -webkit-text-fill-color: transparent !important;
  background-size: 100% 100% !important;
  background-position: left !important;
  transition: background-position 0.2s ease !important;
}
.cid-uvUxok1NgB .mbr-section-btn .btn-white-outline {
  color: #ffffff !important;
  border: 1px solid #ffffff;
  transition: color 0.2s ease-out, background-color 0.2s ease-out, border-color 0.2s ease-out;
}
.cid-uvUxok1NgB .mbr-section-btn .btn-white-outline:hover {
  color: #fff !important;
  background: #ffffff !important;
}
.cid-uvUxok1NgB .mbr-section-btn .btn-white-outline:hover .btn-transform {
  background-image: -webkit-linear-gradient(45deg, #3a506b 0, #3a506b 50%, #d72638 100%) !important;
}
.cid-uvUxok1NgB .mbr-section-title,
.cid-uvUxok1NgB .mbr-section-btn {
  color: #ffffff;
}
.cid-uw0gSnPZGp {
  padding-top: 6rem;
  padding-bottom: 0rem;
  background-color: #ffffff;
}
.cid-uw0gSnPZGp .mbr-section-title {
  color: #131313;
  margin-bottom: 0;
}
.cid-uw0gSnPZGp .mbr-section-subtitle {
  margin-top: 32px;
  margin-bottom: 0;
}
.cid-uw0gSnPZGp .mbr-section-btn {
  margin-top: 20px;
}
.cid-uw0hwUuxes {
  padding-top: 2rem;
  padding-bottom: 4rem;
  background-color: #ffffff;
}
.cid-uw0hwUuxes .row {
  align-items: flex-start;
}
@media (max-width: 1024px) and (min-width: 768px) {
  .cid-uw0hwUuxes .col-text {
    width: 100% !important;
  }
}
.cid-uw0hwUuxes .text-container {
  padding: 7.5% 0 0 17%;
}
@media (max-width: 1024px) {
  .cid-uw0hwUuxes .text-container {
    padding: 0;
  }
}
.cid-uw0hwUuxes .text-wrapper {
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  height: 100%;
  padding: 0 25% 0 0;
  margin-bottom: 20px;
}
@media (max-width: 1024px) {
  .cid-uw0hwUuxes .text-wrapper {
    padding: 0 45% 0 0;
  }
}
@media (max-width: 880px) {
  .cid-uw0hwUuxes .text-wrapper {
    padding: 0 45% 0 1%;
  }
}
@media (max-width: 767px) {
  .cid-uw0hwUuxes .text-wrapper {
    padding: 0;
  }
}
.cid-uw0hwUuxes .label-text {
  width: 100%;
  margin-top: 10px;
  margin-bottom: 7px;
  color: #8A8A8A;
}
.cid-uw0hwUuxes .mbr-section-title {
  width: 100%;
  color: #000000;
  margin-bottom: 0;
}
.cid-uw0hwUuxes .mbr-text {
  letter-spacing: inherit;
  color: #000000;
  width: 100%;
  margin-top: 16px;
  margin-bottom: 0;
  text-align: center;
}
.cid-uw0hwUuxes .btn-container {
  width: 100%;
}
.cid-uw0hwUuxes .mbr-section-btn {
  margin-top: 20px;
}
.cid-uw0hwUuxes .col-cards {
  display: flex;
  flex-wrap: wrap;
  padding-top: 24px;
}
@media (max-width: 1024px) {
  .cid-uw0hwUuxes .col-cards {
    width: 100% !important;
    padding-top: 80px;
  }
}
.cid-uw0hwUuxes .cards-wrap {
  display: flex;
  flex-wrap: wrap;
  width: 100%;
}
.cid-uw0hwUuxes .card {
  padding: 0 15px;
  margin: 0 0 30px;
  border-radius: 0;
  transition: all 0.2s ease-in-out;
  align-items: center;
  justify-content: center;
}
@media (max-width: 680px) {
  .cid-uw0hwUuxes .card {
    width: 100% !important;
  }
}
.cid-uw0hwUuxes .card-wrap {
  display: flex;
  flex-direction: column;
  position: relative;
}
.cid-uw0hwUuxes .card-wrap:hover .card-caption {
  opacity: 1;
  transform: translateY(0);
}
.cid-uw0hwUuxes .card-caption {
  display: inline-block;
  width: 100%;
  max-width: 100%;
  position: absolute;
  z-index: 1;
  height: auto;
  left: 0;
  bottom: 100%;
  padding: 10px 10px;
  margin-bottom: -10px;
  background-color: #f9f9f9;
  opacity: 0;
  transform: translateY(30px);
  text-align: center;
  transition: opacity 0.4s ease-out, transform 0.6s cubic-bezier(0.33, 1, 0.68, 1);
}
.cid-uw0hwUuxes .img-container {
  display: flex;
  justify-content: center;
}
@media (max-width: 680px) {
  .cid-uw0hwUuxes .img-container {
    max-width: 186px;
    width: 100%;
  }
}
.cid-uw0hwUuxes .img-wrap {
  display: flex;
  justify-content: center;
  align-items: center;
  position: relative;
}
.cid-uw0hwUuxes .img-wrap img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.cid-uw0hwUuxes .card-text {
  color: #8a8a8a;
}
.cid-uw0hwUuxes .mbr-section-title,
.cid-uw0hwUuxes .mbr-section-btn {
  text-align: center;
  color: #000000;
}
.cid-uvQF0XMd86 {
  padding-top: 6rem;
  padding-bottom: 0rem;
  background-color: #f5f5f5;
}
.cid-uvQF0XMd86 .mbr-section-title {
  color: #000000;
  margin-bottom: 0;
}
.cid-uvQF0XMd86 .mbr-section-subtitle {
  margin-top: 32px;
  margin-bottom: 0;
}
.cid-uvQF0XMd86 .mbr-section-btn {
  margin-top: 20px;
}
.cid-uvQHqbwqeG {
  padding-top: 6rem;
  padding-bottom: 6rem;
  background-color: #f5f5f5;
}
.cid-uvQHqbwqeG .content-container {
  display: flex;
  align-items: center;
  width: 100%;
  padding: 45px 50px;
  text-align: center;
  position: relative;
  background-image: linear-gradient(-120deg, #3a506b, #3a506b 46%, #e0e0e0 120%);
  z-index: 2;
  flex-direction: row;
  gap: 20px;
}
.cid-uvQHqbwqeG .content-container::after {
  content: '';
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-color: rgba(255, 255, 255, 0.1);
  pointer-events: none;
  z-index: 1;
}
@media (max-width: 680px) {
  .cid-uvQHqbwqeG .content-container {
    flex-wrap: wrap;
  }
}
.cid-uvQHqbwqeG .item-img {
  display: block;
  width: 190px;
  height: 190px;
  margin-right: 38px;
  margin: 0 auto;
}
.cid-uvQHqbwqeG .item-img img {
  object-fit: cover;
  width: 100%;
  height: 100%;
}
.cid-uvQHqbwqeG .text-wrap {
  flex-grow: 1;
}
@media (max-width: 680px) {
  .cid-uvQHqbwqeG .text-wrap {
    margin-top: 23px;
  }
}
.cid-uvQHqbwqeG .link-text {
  color: #ffffff;
  margin-top: 20px;
}
.cid-uvQHqbwqeG .link-text a {
  margin-right: 15px;
}
.cid-uvQHqbwqeG .mbr-text {
  color: #ffffff;
  margin-bottom: 0;
  text-align: center;
}
.cid-uvQHqbwqeG .mbr-text-name {
  color: #ffffff;
  margin-bottom: 11px;
  text-align: center;
}
.cid-uvQHqbwqeG .mbr-fallback-image.disabled {
  display: none;
}
.cid-uvQHqbwqeG .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uvQHqbwqeG .item-img img {
  object-fit: cover;
  width: 100%;
  height: 100%;
}
@media (max-width: 768px) {
  .cid-uvQHqbwqeG .item-img {
    display: flex;
    justify-content: center;
    align-items: center;
    margin: 0 auto;
    margin-bottom: 15px;
  }
  .cid-uvQHqbwqeG .content-container {
    display: flex;
    flex-direction: column;
    align-items: center;
  }
}
.cid-uwbM7DLSmQ {
  padding-top: 6rem;
  padding-bottom: 6rem;
  background-color: #f5f5f5;
}
.cid-uwbM7DLSmQ .content-container {
  display: flex;
  align-items: center;
  width: 100%;
  padding: 45px 50px;
  text-align: center;
  position: relative;
  background-image: linear-gradient(-120deg, #3a506b, #3a506b 46%, #e0e0e0 120%);
  z-index: 2;
  flex-direction: row;
  gap: 20px;
}
.cid-uwbM7DLSmQ .content-container::after {
  content: '';
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-color: rgba(255, 255, 255, 0.1);
  pointer-events: none;
  z-index: 1;
}
@media (max-width: 680px) {
  .cid-uwbM7DLSmQ .content-container {
    flex-wrap: wrap;
  }
}
.cid-uwbM7DLSmQ .item-img {
  display: block;
  width: 190px;
  height: 190px;
  margin-right: 38px;
  margin: 0 auto;
}
.cid-uwbM7DLSmQ .item-img img {
  object-fit: cover;
  width: 100%;
  height: 100%;
}
.cid-uwbM7DLSmQ .text-wrap {
  flex-grow: 1;
}
@media (max-width: 680px) {
  .cid-uwbM7DLSmQ .text-wrap {
    margin-top: 23px;
  }
}
.cid-uwbM7DLSmQ .link-text {
  color: #ffffff;
  margin-top: 20px;
}
.cid-uwbM7DLSmQ .link-text a {
  margin-right: 15px;
}
.cid-uwbM7DLSmQ .mbr-text {
  color: #ffffff;
  margin-bottom: 0;
  text-align: center;
}
.cid-uwbM7DLSmQ .mbr-text-name {
  color: #ffffff;
  margin-bottom: 11px;
  text-align: center;
}
.cid-uwbM7DLSmQ .mbr-fallback-image.disabled {
  display: none;
}
.cid-uwbM7DLSmQ .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uwbM7DLSmQ .item-img img {
  object-fit: cover;
  width: 100%;
  height: 100%;
}
@media (max-width: 768px) {
  .cid-uwbM7DLSmQ .item-img {
    display: flex;
    justify-content: center;
    align-items: center;
    margin: 0 auto;
    margin-bottom: 15px;
  }
  .cid-uwbM7DLSmQ .content-container {
    display: flex;
    flex-direction: column;
    align-items: center;
  }
}
.cid-uwbMsio8IT {
  padding-top: 6rem;
  padding-bottom: 6rem;
  background-color: #f5f5f5;
}
.cid-uwbMsio8IT .content-container {
  display: flex;
  align-items: center;
  width: 100%;
  padding: 45px 50px;
  text-align: center;
  position: relative;
  background-image: linear-gradient(-120deg, #3a506b, #3a506b 46%, #e0e0e0 120%);
  z-index: 2;
  flex-direction: row;
  gap: 20px;
}
.cid-uwbMsio8IT .content-container::after {
  content: '';
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-color: rgba(255, 255, 255, 0.1);
  pointer-events: none;
  z-index: 1;
}
@media (max-width: 680px) {
  .cid-uwbMsio8IT .content-container {
    flex-wrap: wrap;
  }
}
.cid-uwbMsio8IT .item-img {
  display: block;
  width: 190px;
  height: 190px;
  margin-right: 38px;
  margin: 0 auto;
}
.cid-uwbMsio8IT .item-img img {
  object-fit: cover;
  width: 100%;
  height: 100%;
}
.cid-uwbMsio8IT .text-wrap {
  flex-grow: 1;
}
@media (max-width: 680px) {
  .cid-uwbMsio8IT .text-wrap {
    margin-top: 23px;
  }
}
.cid-uwbMsio8IT .link-text {
  color: #ffffff;
  margin-top: 20px;
}
.cid-uwbMsio8IT .link-text a {
  margin-right: 15px;
}
.cid-uwbMsio8IT .mbr-text {
  color: #ffffff;
  margin-bottom: 0;
  text-align: center;
}
.cid-uwbMsio8IT .mbr-text-name {
  color: #ffffff;
  margin-bottom: 11px;
  text-align: center;
}
.cid-uwbMsio8IT .mbr-fallback-image.disabled {
  display: none;
}
.cid-uwbMsio8IT .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uwbMsio8IT .item-img img {
  object-fit: cover;
  width: 100%;
  height: 100%;
}
@media (max-width: 768px) {
  .cid-uwbMsio8IT .item-img {
    display: flex;
    justify-content: center;
    align-items: center;
    margin: 0 auto;
    margin-bottom: 15px;
  }
  .cid-uwbMsio8IT .content-container {
    display: flex;
    flex-direction: column;
    align-items: center;
  }
}
.cid-t0rR3Ciw4k {
  background: linear-gradient(-220deg, #d72638 0, #3a506b 46%, #d72638 120%);
}
.cid-t0rR3Ciw4k::after {
  content: '';
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-color: rgba(255, 255, 255, 0);
  pointer-events: none;
  z-index: 1;
}
.cid-t0rR3Ciw4k .label-text {
  color: #ffffff;
  margin: 10px 0 7px;
  position: relative;
  z-index: 2;
}
.cid-t0rR3Ciw4k .mbr-section-title {
  color: #ffffff;
  margin-bottom: 0;
  position: relative;
  z-index: 2;
}
.cid-t0rR3Ciw4k .mbr-section-subtitle {
  color: #ffffff;
  margin-top: 20px;
  margin-bottom: 0;
  position: relative;
  z-index: 2;
}
.cid-t0rR3Ciw4k .mbr-section-btn {
  margin-top: 30px;
  position: relative;
  z-index: 2;
}
.cid-t0rR3Ciw4k .mbr-section-btn .btn-transform {
  display: flex;
  justify-content: center;
  align-items: center;
  width: 100%;
  height: 100%;
  background: transparent;
  background-image: linear-gradient(-90deg, currentColor 0, currentColor 100%) !important;
  -webkit-background-clip: text !important;
  -webkit-text-fill-color: transparent !important;
  background-size: 100% 100% !important;
  background-position: left !important;
  transition: background-position 0.2s ease !important;
}
.cid-t0rR3Ciw4k .mbr-section-btn .btn-white-outline {
  color: #ffffff !important;
  border: 1px solid #ffffff;
  transition: color 0.2s ease-out, background-color 0.2s ease-out, border-color 0.2s ease-out;
}
.cid-t0rR3Ciw4k .mbr-section-btn .btn-white-outline:hover {
  color: #fff !important;
  background: #ffffff !important;
}
.cid-t0rR3Ciw4k .mbr-section-btn .btn-white-outline:hover .btn-transform {
  background-image: -webkit-linear-gradient(45deg, #3a506b 0, #3a506b 50%, #d72638 100%) !important;
}
.cid-uvQhp2NK79 {
  padding-top: 6rem;
  padding-bottom: 0rem;
  background-color: #ffffff;
}
.cid-uvQhp2NK79 .mbr-section-title {
  color: #000000;
  margin-bottom: 0;
  text-align: center;
}
.cid-uvQhp2NK79 .mbr-section-subtitle {
  margin-top: 32px;
  margin-bottom: 0;
  color: #4a4a4a;
}
.cid-uvQhp2NK79 .mbr-section-btn {
  margin-top: 20px;
}
.cid-uvO9ymo7dM .mbr-section {
  padding-top: 60px;
  padding-bottom: 60px;
  background-color: #ffffff;
}
.cid-uvO9ymo7dM .mbr-fallback-image.disabled {
  display: none;
}
.cid-uvO9ymo7dM .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uvO9ymo7dM .container-fluid {
  padding: 0 30px;
}
@media (max-width: 768px) {
  .cid-uvO9ymo7dM .container-fluid {
    padding: 0 20px;
  }
}
.cid-uvO9ymo7dM .row {
  justify-content: center;
}
.cid-uvO9ymo7dM .container {
  padding: 0 20px;
}
@media (max-width: 992px) {
  .cid-uvO9ymo7dM .container {
    padding: 0 20px;
  }
  .cid-uvO9ymo7dM .content-wrapper {
    padding: 46px 0;
  }
  .cid-uvO9ymo7dM .mbr-text {
    margin-bottom: 46px !important;
  }
}
.cid-uvO9ymo7dM .content-wrapper {
  padding: 60px 0;
}
.cid-uvO9ymo7dM .dragArea.row {
  position: relative;
  z-index: 1;
}
.cid-uvO9ymo7dM .mbr-section-title {
  margin-bottom: 32px !important;
  color: #000000;
  text-align: center;
  font-weight: bold;
}
.cid-uvO9ymo7dM .mbr-text {
  margin-bottom: 60px !important;
  color: #000000;
  text-align: center;
  font-weight: bold;
}
.cid-uvO9ymo7dM .form-group {
  margin-bottom: 46px !important;
}
.cid-uvO9ymo7dM .form-control-label {
  width: 100%;
  margin-bottom: 16px;
  color: #000000;
  text-align: left;
}
.cid-uvO9ymo7dM .form-control {
  padding: 8px 0;
  border: none !important;
  border-bottom: 1px solid #dcdde0 !important;
  box-shadow: none;
  border-radius: 0 !important;
  background-color: transparent;
}
.cid-uvO9ymo7dM .form-control:hover,
.cid-uvO9ymo7dM .form-control:focus {
  border-bottom: 1px solid #000000 !important;
}
.cid-uvO9ymo7dM .form-control::placeholder {
  color: #dcdde0;
}
.cid-uvO9ymo7dM textarea {
  min-height: 150px;
  padding: 12px;
  font-size: 16px;
  line-height: 1.6;
  border: none;
  border-bottom: 1px solid #dcdde0;
  box-sizing: border-box;
  background-color: transparent;
  resize: none;
}
.cid-uvO9ymo7dM .form-check {
  padding-left: 1.9em;
  margin-bottom: 16px;
}
.cid-uvO9ymo7dM .form-check-input {
  background-color: #000000;
  border-color: #000000;
  border-radius: 0;
}
.cid-uvO9ymo7dM .mbr-section-btn {
  width: 100%;
  text-align: center;
}
.cid-uvO9ymo7dM .mbr-section-btn .btn {
  background-color: #000000;
  color: #ffffff;
  padding: 20px 40px;
  font-size: 24px;
  border-radius: 40px;
  border: none;
  transition: background-color 0.3s ease;
  display: inline-flex;
  align-items: center;
}
.cid-uvO9ymo7dM .mbr-section-btn .btn:hover {
  background-color: #333333;
  color: #ffffff;
}
.cid-uvO9ymo7dM .mbr-section-btn .btn .mobi-mbri {
  margin-left: 15px;
  font-size: 30px;
}
.cid-uvO9ymo7dM .mobi-mbri-contact-form {
  color: #ffffff;
}
.cid-uvO9ymo7dM input[type="tel"],
.cid-uvO9ymo7dM input[type="text"],
.cid-uvO9ymo7dM input[type="email"],
.cid-uvO9ymo7dM select,
.cid-uvO9ymo7dM textarea {
  width: 100%;
  padding: 10px;
  border: none;
  border-bottom: 2px solid #dcdde0;
  margin-bottom: 20px;
  transition: all 0.3s ease;
}
.cid-uvO9ymo7dM input[type="tel"]:focus,
.cid-uvO9ymo7dM input[type="text"]:focus,
.cid-uvO9ymo7dM input[type="email"]:focus,
.cid-uvO9ymo7dM select:focus,
.cid-uvO9ymo7dM textarea:focus {
  border-bottom: 2px solid #000000;
  outline: none;
}
.cid-uvO9ymo7dM select {
  appearance: none;
  padding-right: 20px;
  background: url('data:image/svg+xml;base64,YOUR_DROPDOWN_ARROW_ICON') no-repeat right;
  background-position-x: 95%;
  background-size: 12px;
  width: 100%;
  padding: 12px 10px;
  border: 2px solid #000000;
  background-color: #ffffff;
  margin-bottom: 20px;
  transition: all 0.3s ease;
  font-size: 16px;
  color: #000000;
  line-height: 1.8;
  height: auto;
  box-sizing: border-box;
  display: inline-block;
}
.cid-uvO9ymo7dM label {
  color: #000000;
  display: block;
  margin-bottom: 5px;
  font-weight: bold;
}
.cid-uvO9ymo7dM .text-wrapper {
  color: #000000;
  text-align: center;
}
.cid-uvO9ymo7dM select:hover,
.cid-uvO9ymo7dM select:focus {
  border: 2px solid #000000;
  outline: none;
  background-color: #f0f0f0;
}
.cid-uvO9ymo7dM option {
  padding: 10px;
  background-color: #ffffff;
  color: #000000;
}
.cid-uvO9ymo7dM select[name="service"]::placeholder,
.cid-uvO9ymo7dM select[name="budget"]::placeholder,
.cid-uvO9ymo7dM select[name="source"]::placeholder {
  color: rgba(0, 0, 0, 0.5);
  font-style: italic;
}
.cid-uvO9ymo7dM select[name="service"]:focus::placeholder,
.cid-uvO9ymo7dM select[name="budget"]:focus::placeholder,
.cid-uvO9ymo7dM select[name="source"]:focus::placeholder {
  color: rgba(0, 0, 0, 0.3);
}
.cid-uvO9ymo7dM input,
.cid-uvO9ymo7dM select {
  font-size: 16px;
  line-height: 1.6;
  padding: 12px;
  box-sizing: border-box;
}
.cid-uvO9ymo7dM select option {
  font-size: 16px;
  line-height: 1.6;
}
.cid-uvO9ymo7dM textarea:focus {
  border-bottom: 1px solid #000000;
  outline: none;
}
.cid-uvO9ymo7dM textarea::placeholder {
  color: rgba(0, 0, 0, 0.5);
  font-style: italic;
}
.cid-uvO9ymo7dM LABEL {
  color: #000000;
}
.cid-uvXNWF0DV8 {
  padding-top: 6rem;
  padding-bottom: 6rem;
  background-color: #f5f5f5;
}
.cid-uvXNWF0DV8 .mbr-fallback-image.disabled {
  display: none;
}
.cid-uvXNWF0DV8 .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uvXNWF0DV8 .first {
  border-top: 2px solid #000000;
}
.cid-uvXNWF0DV8 .panel-body {
  padding: 2rem 6rem;
}
@media (max-width: 767px) {
  .cid-uvXNWF0DV8 .panel-body {
    padding: 2rem 0rem;
  }
}
.cid-uvXNWF0DV8 .card-header {
  border-bottom: 2px solid #000000;
  border-radius: 0;
  padding-right: 2rem;
  padding-left: 2rem;
  padding-bottom: 2rem;
  padding-top: 2rem;
  position: relative;
}
.cid-uvXNWF0DV8 .card-header:before {
  content: '';
  position: absolute;
  left: 0;
  top: 0;
  width: 0%;
  height: 100%;
  background: #000000;
  transition: all 0.3s;
}
.cid-uvXNWF0DV8 .card-header a,
.cid-uvXNWF0DV8 .card-header h6,
.cid-uvXNWF0DV8 .card-header span {
  transition: all 0.3s;
  position: relative;
  z-index: 2;
}
.cid-uvXNWF0DV8 .card-header:hover a,
.cid-uvXNWF0DV8 .card-header:hover h6,
.cid-uvXNWF0DV8 .card-header:hover span {
  color: #ffffff !important;
}
.cid-uvXNWF0DV8 .card-header:hover:before {
  width: 100%;
  background: #1b1b1b;
}
@media (max-width: 767px) {
  .cid-uvXNWF0DV8 .card-header {
    padding-left: 1rem;
    padding-right: 1rem;
  }
}
.cid-uvXNWF0DV8 .mbr-iconfont {
  font-size: 1.4rem !important;
  font-family: 'Moririse2' !important;
  color: #000000;
  margin-left: 1rem;
  z-index: 1;
}
.cid-uvXNWF0DV8 .panel-group {
  border: none;
}
.cid-uvXNWF0DV8 .panel-title {
  display: flex;
  align-items: center;
  justify-content: space-between;
}
.cid-uvXNWF0DV8 .panel-title-edit {
  color: #000000;
}
.cid-uvXNWF0DV8 .card .card-header {
  background-color: transparent;
  margin-bottom: 0;
}
.cid-uvXNWF0DV8 H3 {
  color: #000000;
  text-align: center;
}
.cid-uvXNWF0DV8 .panel-text {
  color: #30262b;
}
.cid-uvQgXp7tDj {
  padding-top: 10rem;
  padding-bottom: 5rem;
  background-color: #1b1b1b;
}
.cid-uvQgXp7tDj .container {
  display: flex;
  justify-content: center;
}
.cid-uvQgXp7tDj .row {
  display: flex;
  align-items: flex-start;
  flex-wrap: wrap;
  width: 100%;
}
.cid-uvQgXp7tDj .links-container {
  display: flex;
  flex-wrap: wrap;
  padding: 0 15px;
  width: 50%;
  margin-bottom: 10px;
}
@media (max-width: 1024px) {
  .cid-uvQgXp7tDj .links-container {
    width: 100%;
  }
}
.cid-uvQgXp7tDj .col-brand {
  width: 100%;
  margin-bottom: 32px;
}
@media (max-width: 1024px) {
  .cid-uvQgXp7tDj .col-brand {
    margin-bottom: 30px;
  }
}
.cid-uvQgXp7tDj .links-wrap {
  display: flex;
  width: 100%;
}
@media (max-width: 599px) {
  .cid-uvQgXp7tDj .links-wrap {
    flex-wrap: wrap;
  }
}
.cid-uvQgXp7tDj .col-link {
  flex-grow: 1;
  margin-left: 34px;
}
@media (max-width: 599px) {
  .cid-uvQgXp7tDj .col-link {
    width: 100%;
    margin-left: 0;
    margin-top: 47px;
  }
}
.cid-uvQgXp7tDj .col-link-1 {
  margin-left: 0;
}
@media (max-width: 599px) {
  .cid-uvQgXp7tDj .col-link-1 {
    margin-top: 0;
  }
}
.cid-uvQgXp7tDj .col-link-1 .mbr-text {
  margin: 12px 0;
}
@media (min-width: 600px) {
  .cid-uvQgXp7tDj .col-link-1 .mbr-text:first-child {
    margin-top: 0;
  }
}
.cid-uvQgXp7tDj .navbar-brand {
  display: flex;
  flex-basis: auto;
  word-break: break-word;
  flex-shrink: 0;
  align-items: center;
  margin-right: 0;
  margin-bottom: 0;
  padding: 0;
  transition: all 0.3s;
  z-index: 1;
}
.cid-uvQgXp7tDj .navbar-brand .navbar-logo {
  margin-right: 0.5rem;
}
.cid-uvQgXp7tDj .navbar-brand .navbar-logo img {
  width: auto;
}
.cid-uvQgXp7tDj .navbar-brand .navbar-caption {
  line-height: inherit !important;
}
.cid-uvQgXp7tDj .navbar-brand .navbar-logo a {
  outline: none;
}
.cid-uvQgXp7tDj .mbr-section-subtitle {
  color: #ffffff;
  margin-bottom: 24px;
  width: 100%;
}
.cid-uvQgXp7tDj .list {
  list-style: none;
  padding-left: 0;
  margin-bottom: 0;
  color: #ffffff;
}
.cid-uvQgXp7tDj .list li {
  display: flex;
  align-items: center;
}
.cid-uvQgXp7tDj .list a {
  display: flex;
  align-items: center;
}
.cid-uvQgXp7tDj .brand-text {
  margin-bottom: 35px;
  color: #ffffff;
}
.cid-uvQgXp7tDj .mbr-text {
  color: #ffffff;
  margin-bottom: 12px;
}
.cid-uvQgXp7tDj .mbr-text a {
  background-position: center !important;
  background-size: 100% !important;
  transition: all 0.2s ease-out !important;
}
.cid-uvQgXp7tDj .mbr-text a:hover {
  background: linear-gradient(-130deg, #d72638 0, #3a506b 40%, #d72638 100%) !important;
  -webkit-background-clip: text !important;
  -webkit-text-fill-color: transparent !important;
  color: transparent !important;
}
.cid-uvQgXp7tDj .col-copyright {
  margin-top: 132px;
}
.cid-uvQgXp7tDj .copyright {
  color: #ffffff;
  text-align: center;
}
.cid-uvQgXp7tDj .form-box {
  display: flex;
  flex-wrap: wrap;
  padding: 0 15px;
  width: 50%;
}
@media (max-width: 1024px) {
  .cid-uvQgXp7tDj .form-box {
    width: 100%;
    margin-top: 32px;
  }
}
@media (max-width: 599px) {
  .cid-uvQgXp7tDj .form-box {
    margin-top: 48px;
  }
}
.cid-uvQgXp7tDj .form-wrap {
  display: flex;
  flex-direction: column;
  max-width: 565px;
  width: 100%;
  margin: 66px auto 0;
  border: none !important;
}
@media (max-width: 1024px) {
  .cid-uvQgXp7tDj .form-wrap {
    max-width: 100%;
    margin: 0;
  }
}
.cid-uvQgXp7tDj .dragArea {
  width: 100%;
  max-width: 100%;
  margin-left: auto !important;
  margin-right: 0 !important;
}
.cid-uvQgXp7tDj .form-container {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  width: 100%;
  margin: 0;
  padding: 0 !important;
}
.cid-uvQgXp7tDj .form-container .form-control {
  background-color: transparent;
}
.cid-uvQgXp7tDj .form-group {
  width: 100%;
  margin-bottom: 0 !important;
}
.cid-uvQgXp7tDj .mbr-section-btn {
  padding-left: 0 !important;
  padding-right: 0 !important;
}
.cid-uvQgXp7tDj .mbr-section-btn .btn-primary,
.cid-uvQgXp7tDj .mbr-section-btn .btn-primary-outline {
  color: #000000 !important;
}
.cid-uvQgXp7tDj .mbr-section-btn .btn-primary :hover,
.cid-uvQgXp7tDj .mbr-section-btn .btn-primary-outline :hover {
  color: #000000 !important;
}
.cid-uvQgXp7tDj .mbr-section-btn .btn-secondary,
.cid-uvQgXp7tDj .mbr-section-btn .btn-secondary-outline {
  color: #3a506b !important;
}
.cid-uvQgXp7tDj .mbr-section-btn .btn-secondary :hover,
.cid-uvQgXp7tDj .mbr-section-btn .btn-secondary-outline :hover {
  color: #000000 !important;
}
.cid-uvQgXp7tDj .mbr-section-btn .btn-info,
.cid-uvQgXp7tDj .mbr-section-btn .btn-info-outline {
  color: #4a4a4a !important;
}
.cid-uvQgXp7tDj .mbr-section-btn .btn-info :hover,
.cid-uvQgXp7tDj .mbr-section-btn .btn-info-outline :hover {
  color: #4a4a4a !important;
}
.cid-uvQgXp7tDj .mbr-section-btn .btn-success,
.cid-uvQgXp7tDj .mbr-section-btn .btn-success-outline {
  color: #f5f5f5 !important;
}
.cid-uvQgXp7tDj .mbr-section-btn .btn-success :hover,
.cid-uvQgXp7tDj .mbr-section-btn .btn-success-outline :hover {
  color: #f5f5f5 !important;
}
.cid-uvQgXp7tDj .mbr-section-btn .btn-warning,
.cid-uvQgXp7tDj .mbr-section-btn .btn-warning-outline {
  color: #d72638 !important;
}
.cid-uvQgXp7tDj .mbr-section-btn .btn-warning :hover,
.cid-uvQgXp7tDj .mbr-section-btn .btn-warning-outline :hover {
  color: #d72638 !important;
}
.cid-uvQgXp7tDj .mbr-section-btn .btn-danger,
.cid-uvQgXp7tDj .mbr-section-btn .btn-danger-outline {
  color: #e0e0e0 !important;
}
.cid-uvQgXp7tDj .mbr-section-btn .btn-danger :hover,
.cid-uvQgXp7tDj .mbr-section-btn .btn-danger-outline :hover {
  color: #e0e0e0 !important;
}
.cid-uvQgXp7tDj .mbr-section-btn .btn-white,
.cid-uvQgXp7tDj .mbr-section-btn .btn-white-outline {
  color: #ffffff !important;
}
.cid-uvQgXp7tDj .mbr-section-btn .btn-white :hover,
.cid-uvQgXp7tDj .mbr-section-btn .btn-white-outline :hover {
  color: #ffffff !important;
}
.cid-uvQgXp7tDj .mbr-section-btn .btn-black,
.cid-uvQgXp7tDj .mbr-section-btn .btn-black-outline {
  color: #000000 !important;
}
.cid-uvQgXp7tDj .mbr-section-btn .btn-black :hover,
.cid-uvQgXp7tDj .mbr-section-btn .btn-black-outline :hover {
  color: #000000 !important;
}
.cid-uvQgXp7tDj .mbr-section-btn .btn {
  position: relative;
  min-width: auto !important;
  min-height: auto !important;
  background: none !important;
  border: none !important;
  padding: 0 0 0 95px !important;
  margin: 20px 0 0 !important;
  box-shadow: none !important;
  transition: all 0.4s cubic-bezier(0, 0.68, 0.58, 1) !important;
}
.cid-uvQgXp7tDj .mbr-section-btn .btn:after {
  content: '';
  position: absolute;
  top: 50%;
  left: 0;
  width: 80px;
  height: 1px;
  background-color: currentColor;
  transition: width 0.4s cubic-bezier(0, 0.68, 0.58, 1);
}
.cid-uvQgXp7tDj .mbr-section-btn .btn:hover {
  padding: 0 95px 0 0 !important;
  background: none !important;
}
.cid-uvQgXp7tDj .mbr-section-btn .btn:hover:after {
  width: 0;
}
.cid-uvQgXp7tDj .form-control {
  width: 100%;
  background-color: transparent;
  border-top: none !important;
  border-left: none !important;
  border-right: none !important;
  border-bottom: 1px solid #397e9c !important;
  box-shadow: none !important;
  border-radius: 0 !important;
  padding: 11px 20px 11px 0;
  margin-bottom: 10px;
  color: #ffffff;
}
.cid-uvQgXp7tDj .form-control:hover,
.cid-uvQgXp7tDj .form-control:focus {
  box-shadow: none !important;
  border-color: #397e9c !important;
}
.cid-uvQgXp7tDj .form-control::-webkit-input-placeholder {
  font-size: 1rem;
  color: #6E6E6E;
}
.cid-uvQgXp7tDj .form-control::-moz-placeholder {
  font-size: 1rem;
  color: #6E6E6E;
}
.cid-uvQgXp7tDj .form-control:-moz-placeholder {
  font-size: 1rem;
  color: #6E6E6E;
}
.cid-uvQgXp7tDj .form-control:-ms-input-placeholder {
  font-size: 1rem;
  color: #6E6E6E;
}
.cid-uvQgXp7tDj .form-control:active,
.cid-uvQgXp7tDj .form-control:focus {
  box-shadow: none !important;
  border-color: #315361 !important;
}
.cid-uvQgXp7tDj .form-control:active::-webkit-input-placeholder,
.cid-uvQgXp7tDj .form-control:focus::-webkit-input-placeholder {
  color: #ffffff;
}
.cid-uvQgXp7tDj .form-control:active::-moz-placeholder,
.cid-uvQgXp7tDj .form-control:focus::-moz-placeholder {
  color: #ffffff;
}
.cid-uvQgXp7tDj .form-control:active:-moz-placeholder,
.cid-uvQgXp7tDj .form-control:focus:-moz-placeholder {
  color: #ffffff;
}
.cid-uvQgXp7tDj .form-control:active:-ms-input-placeholder,
.cid-uvQgXp7tDj .form-control:focus:-ms-input-placeholder {
  color: #ffffff;
}
.cid-uvQgXp7tDj .mbr-fallback-image.disabled {
  display: none;
}
.cid-uvQgXp7tDj .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uxHXqPl9tA {
  z-index: 1000;
  width: 100%;
}
.cid-uxHXqPl9tA nav.navbar {
  position: fixed !important;
  top: 0;
  background-color: #f5f5f5 !important;
  box-shadow: 0px 2px 10px rgba(0, 0, 0, 0.1);
  min-height: 60px;
}
@media (max-width: 480px) {
  .cid-uxHXqPl9tA nav.navbar {
    padding: 5px 7% !important;
  }
}
@media (min-width: 481px) {
  .cid-uxHXqPl9tA nav.navbar {
    padding: 5px 40px !important;
  }
}
@media (min-width: 992px) {
  .cid-uxHXqPl9tA nav.navbar {
    padding: 10px 73px !important;
    min-height: 40px;
  }
}
.cid-uxHXqPl9tA .dropdown-item:before {
  font-family: Moririse2 !important;
  content: "\e966";
  display: inline-block;
  width: 0;
  position: absolute;
  left: 1rem;
  top: 0.5rem;
  margin-right: 0.5rem;
  line-height: 1;
  font-size: inherit;
  vertical-align: middle;
  text-align: center;
  overflow: hidden;
  transform: scale(0, 1);
  transition: all 0.25s ease-in-out;
}
.cid-uxHXqPl9tA .dropdown-menu {
  background: #f5f5f5 !important;
}
@media (max-width: 991px) {
  .cid-uxHXqPl9tA .dropdown-menu {
    padding: 0 !important;
  }
}
@media (min-width: 992px) {
  .cid-uxHXqPl9tA .dropdown-menu {
    padding: 23px 0;
    box-shadow: -0.968px 3.881px 24.94px 4.06px rgba(195, 196, 249, 0.28);
  }
}
.cid-uxHXqPl9tA .dropdown-item {
  padding: 0 28px 0 38px !important;
  min-width: 240px;
  color: transparent;
  background: transparent !important;
  background-image: linear-gradient(-90deg, #5cc2ed 0, #5d62ee 25%, #c298d3 50%, currentColor 51%, currentColor 100%) !important;
  -webkit-background-clip: text !important;
  -webkit-text-fill-color: transparent !important;
  background-size: 200% 100% !important;
  background-position: left !important;
  transition: background-position 0.4s ease;
}
@media (max-width: 991px) {
  .cid-uxHXqPl9tA .dropdown-item {
    padding: 4px 0 4px 15px !important;
    text-align: left !important;
  }
}
.cid-uxHXqPl9tA .dropdown-item:hover {
  background-position: right !important;
}
.cid-uxHXqPl9tA .dropdown-item:hover:after {
  color: #000000;
}
.cid-uxHXqPl9tA .nav-dropdown .link {
  padding: 0 0.3em !important;
  margin: 0.667em 1em !important;
}
.cid-uxHXqPl9tA .nav-dropdown .link.dropdown-toggle::after {
  margin-left: 0.5rem;
  margin-top: 0.2rem;
}
.cid-uxHXqPl9tA .nav-link {
  position: relative;
}
.cid-uxHXqPl9tA .container {
  display: flex;
  margin: auto;
  flex-wrap: wrap;
}
.cid-uxHXqPl9tA .dropdown-menu,
.cid-uxHXqPl9tA .navbar.opened {
  background: #f5f5f5 !important;
}
.cid-uxHXqPl9tA .nav-item:focus,
.cid-uxHXqPl9tA .nav-link:focus {
  outline: none;
}
.cid-uxHXqPl9tA .dropdown .dropdown-menu .dropdown-item {
  width: auto;
  transition: all 0.25s ease-in-out;
}
.cid-uxHXqPl9tA .dropdown .dropdown-menu .dropdown-item::after {
  right: 0.5rem;
}
.cid-uxHXqPl9tA .dropdown .dropdown-menu .dropdown-item .mbr-iconfont {
  margin-right: 0.5rem;
  vertical-align: sub;
}
.cid-uxHXqPl9tA .dropdown .dropdown-menu .dropdown-item .mbr-iconfont:before {
  display: inline-block;
  transform: scale(1, 1);
  transition: all 0.25s ease-in-out;
}
.cid-uxHXqPl9tA .collapsed .dropdown-menu .dropdown-item:before {
  display: none;
}
.cid-uxHXqPl9tA .collapsed .dropdown .dropdown-menu .dropdown-item {
  padding: 0.235em 1.5em 0.235em 1.5em !important;
  transition: none;
  margin: 0 !important;
}
.cid-uxHXqPl9tA .navbar {
  transition: all 0.4s ease-out;
  position: static !important;
  min-height: 60px;
  box-sizing: content-box;
  background-color: #f5f5f5;
}
.cid-uxHXqPl9tA .navbar.opened {
  transition: all 0.3s;
}
@media (max-width: 991px) {
  .cid-uxHXqPl9tA .navbar.opened {
    border-bottom: 1px solid #F3F3F3;
  }
}
.cid-uxHXqPl9tA .navbar .dropdown-item {
  padding: 0.5rem 1.8rem;
}
.cid-uxHXqPl9tA .navbar .navbar-logo img {
  width: auto;
}
.cid-uxHXqPl9tA .navbar .navbar-collapse {
  justify-content: flex-end;
  z-index: 1;
}
.cid-uxHXqPl9tA .navbar.collapsed {
  justify-content: center;
}
.cid-uxHXqPl9tA .navbar.collapsed .nav-item .nav-link::before {
  display: none;
}
.cid-uxHXqPl9tA .navbar.collapsed.opened .dropdown-menu {
  top: 0;
}
@media (min-width: 992px) {
  .cid-uxHXqPl9tA .navbar.collapsed.opened:not(.navbar-short) .navbar-collapse {
    max-height: calc(98.5vh - 3.5rem);
  }
}
.cid-uxHXqPl9tA .navbar.collapsed .dropdown-menu .dropdown-submenu {
  left: 0 !important;
}
.cid-uxHXqPl9tA .navbar.collapsed .dropdown-menu .dropdown-item:after {
  right: auto;
}
.cid-uxHXqPl9tA .navbar.collapsed .dropdown-menu .dropdown-toggle[data-toggle="dropdown-submenu"]:after {
  margin-left: 0.5rem;
  margin-top: 0.2rem;
  border-top: 0.35em solid;
  border-right: 0.35em solid transparent;
  border-left: 0.35em solid transparent;
  border-bottom: 0;
  top: 41%;
}
.cid-uxHXqPl9tA .navbar.collapsed ul.navbar-nav li {
  margin: auto;
}
.cid-uxHXqPl9tA .navbar.collapsed .dropdown-menu .dropdown-item {
  padding: 0.25rem 1.5rem;
  text-align: center;
}
.cid-uxHXqPl9tA .navbar.collapsed .icons-menu {
  padding-left: 0;
  padding-right: 0;
  padding-top: 0.5rem;
  padding-bottom: 0.5rem;
}
@media (max-width: 991px) {
  .cid-uxHXqPl9tA .navbar .nav-item .nav-link::before {
    display: none;
  }
  .cid-uxHXqPl9tA .navbar.opened .dropdown-menu {
    top: 0;
  }
  .cid-uxHXqPl9tA .navbar .dropdown-menu .dropdown-submenu {
    left: 0 !important;
  }
  .cid-uxHXqPl9tA .navbar .dropdown-menu .dropdown-item:after {
    right: auto;
  }
  .cid-uxHXqPl9tA .navbar .dropdown-menu .dropdown-toggle[data-toggle="dropdown-submenu"]:after {
    margin-left: 0.5rem;
    margin-top: 0.2rem;
    border-top: 0.35em solid;
    border-right: 0.35em solid transparent;
    border-left: 0.35em solid transparent;
    border-bottom: 0;
    top: 40%;
  }
  .cid-uxHXqPl9tA .navbar .navbar-logo img {
    height: 3rem !important;
  }
  .cid-uxHXqPl9tA .navbar ul.navbar-nav li {
    margin: auto;
  }
  .cid-uxHXqPl9tA .navbar .dropdown-menu .dropdown-item {
    padding: 0.25rem 1.5rem !important;
    text-align: center;
  }
  .cid-uxHXqPl9tA .navbar .navbar-brand {
    flex-shrink: initial;
    flex-basis: auto;
    word-break: break-word;
    padding-right: 2rem;
  }
  .cid-uxHXqPl9tA .navbar .navbar-toggler {
    flex-basis: auto;
  }
  .cid-uxHXqPl9tA .navbar .icons-menu {
    padding-left: 0;
    padding-right: 0;
    padding-top: 0.5rem;
    padding-bottom: 0.5rem;
  }
}
.cid-uxHXqPl9tA .navbar.navbar-short {
  min-height: 60px;
}
.cid-uxHXqPl9tA .navbar.navbar-short .navbar-logo img {
  height: 2.5rem !important;
}
.cid-uxHXqPl9tA .navbar.navbar-short .navbar-brand {
  min-height: 60px;
  padding: 0 2rem 0 0;
}
@media (max-width: 480px) {
  .cid-uxHXqPl9tA .navbar {
    padding: 5px 7% !important;
  }
}
@media (min-width: 481px) {
  .cid-uxHXqPl9tA .navbar {
    padding: 5px 40px !important;
  }
}
@media (min-width: 992px) {
  .cid-uxHXqPl9tA .navbar {
    position: absolute !important;
    background-color: transparent !important;
    padding: 10px 73px !important;
    min-height: 130px;
  }
}
.cid-uxHXqPl9tA .navbar-brand {
  min-height: 70px;
  flex-shrink: 0;
  align-items: center;
  margin-right: 0;
  padding: 0 2rem 0 0;
  transition: all 0.3s;
  word-break: break-word;
  z-index: 1;
}
.cid-uxHXqPl9tA .navbar-brand .navbar-caption {
  line-height: inherit !important;
}
.cid-uxHXqPl9tA .navbar-brand .navbar-logo a {
  outline: none;
}
.cid-uxHXqPl9tA .dropdown-item.active,
.cid-uxHXqPl9tA .dropdown-item:active {
  background-color: transparent;
}
.cid-uxHXqPl9tA .navbar-expand-lg .navbar-nav .nav-link {
  padding: 0;
}
.cid-uxHXqPl9tA .nav-dropdown .link.dropdown-toggle {
  margin-right: 1.667em;
}
.cid-uxHXqPl9tA .nav-dropdown .link.dropdown-toggle[aria-expanded="true"] {
  margin-right: 0;
  padding: 0.667em 1.667em;
}
.cid-uxHXqPl9tA .navbar.navbar-expand-lg .dropdown .dropdown-menu {
  background: #f5f5f5;
}
.cid-uxHXqPl9tA .navbar.navbar-expand-lg .dropdown .dropdown-menu .dropdown-submenu {
  margin: 0;
  left: 100%;
}
.cid-uxHXqPl9tA .navbar .dropdown.open > .dropdown-menu {
  display: block;
}
.cid-uxHXqPl9tA ul.navbar-nav {
  flex-wrap: wrap;
}
.cid-uxHXqPl9tA button.navbar-toggler {
  outline: none;
  width: 31px;
  height: 20px;
  cursor: pointer;
  transition: all 0.2s;
  position: relative;
  align-self: center;
}
.cid-uxHXqPl9tA button.navbar-toggler .hamburger span {
  position: absolute;
  right: 0;
  width: 30px;
  height: 2px;
  border-right: 5px;
  background-color: #000000;
}
.cid-uxHXqPl9tA button.navbar-toggler .hamburger span:nth-child(1) {
  top: 0;
  transition: all 0.2s;
}
.cid-uxHXqPl9tA button.navbar-toggler .hamburger span:nth-child(2) {
  top: 8px;
  transition: all 0.15s;
}
.cid-uxHXqPl9tA button.navbar-toggler .hamburger span:nth-child(3) {
  top: 8px;
  transition: all 0.15s;
}
.cid-uxHXqPl9tA button.navbar-toggler .hamburger span:nth-child(4) {
  top: 16px;
  transition: all 0.2s;
}
.cid-uxHXqPl9tA nav.opened .hamburger span:nth-child(1) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-uxHXqPl9tA nav.opened .hamburger span:nth-child(2) {
  transform: rotate(45deg);
  transition: all 0.25s;
}
.cid-uxHXqPl9tA nav.opened .hamburger span:nth-child(3) {
  transform: rotate(-45deg);
  transition: all 0.25s;
}
.cid-uxHXqPl9tA nav.opened .hamburger span:nth-child(4) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-uxHXqPl9tA .navbar-dropdown {
  padding: 0;
  position: fixed;
}
.cid-uxHXqPl9tA a.nav-link {
  display: flex;
  align-items: center;
  justify-content: center;
}
.cid-uxHXqPl9tA .icons-menu {
  flex-wrap: nowrap;
  display: flex;
  justify-content: center;
  padding-left: 1rem;
  padding-right: 1rem;
  padding-top: 0.3rem;
  text-align: center;
}
@media screen and (-ms-high-contrast: active), (-ms-high-contrast: none) {
  .cid-uxHXqPl9tA .navbar {
    height: 70px;
  }
  .cid-uxHXqPl9tA .navbar.opened {
    height: auto;
  }
  .cid-uxHXqPl9tA .nav-item .nav-link:hover::before {
    width: 175%;
    max-width: calc(100% + 2rem);
    left: -1rem;
  }
}
.cid-uxHXqPl9tA .navbar-short {
  background-color: #f5f5f5 !important;
  min-height: 60px;
}
@media (max-width: 480px) {
  .cid-uxHXqPl9tA .navbar-short {
    padding: 5px 7% !important;
  }
}
@media (min-width: 481px) {
  .cid-uxHXqPl9tA .navbar-short {
    padding: 5px 40px !important;
  }
}
@media (min-width: 992px) {
  .cid-uxHXqPl9tA .navbar-short {
    padding: 5px 73px !important;
    box-shadow: 0 2px 25px 4px rgba(195, 196, 249, 0.35) !important;
  }
}
.cid-uxHXqPl9tA .container-fluid {
  padding: 0 !important;
}
@media (max-width: 991px) {
  .cid-uxHXqPl9tA .container-fluid {
    flex-wrap: wrap;
  }
}
@media (max-width: 991px) {
  .cid-uxHXqPl9tA .container-fluid .show {
    padding-bottom: 30px;
  }
}
.cid-uxHXqPl9tA .navbar-collapse {
  margin-left: auto;
  flex-grow: 0;
}
@media (max-width: 991px) {
  .cid-uxHXqPl9tA .navbar-collapse.show {
    padding: 0 0 24px;
  }
}
@media (max-width: 991px) {
  .cid-uxHXqPl9tA .navbar-nav {
    padding-top: 18px;
  }
}
.cid-uxHXqPl9tA .nav-item .nav-link {
  color: transparent;
  margin: 12px 22px !important;
  background-image: linear-gradient(-90deg, #d72638 0, #3a506b 25%, #d72638 50%, currentColor 51%, currentColor 100%) !important;
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
  background-size: 200% 100%;
  background-position: left;
  transition: background-position 0.4s ease;
}
.cid-uxHXqPl9tA .nav-item .nav-link:hover {
  background-position: right;
}
.cid-uxHXqPl9tA .nav-item .nav-link:hover:after {
  color: #000000;
}
@media (max-width: 991px) {
  .cid-uxHXqPl9tA .nav-item .show {
    padding-bottom: 0;
  }
}
@media (min-width: 992px) {
  .cid-uxHXqPl9tA .nav-item:last-child .nav-link {
    margin-right: 0 !important;
  }
  .cid-uxHXqPl9tA .nav-item:first-child .nav-link {
    margin-left: 0 !important;
  }
}
@media (max-width: 991px) {
  .cid-uxHXqPl9tA .nav-item {
    width: 100%;
  }
  .cid-uxHXqPl9tA .nav-item .nav-link {
    margin: 0 !important;
    padding: 12px 0 !important;
    justify-content: flex-start;
  }
  .cid-uxHXqPl9tA .nav-item .nav-link:after {
    margin-left: auto !important;
  }
  .cid-uxHXqPl9tA .nav-item .nav-link .dropdown-item {
    text-align: left;
  }
}
.cid-uxHXqPl9tA .mbr-section-btn {
  display: flex;
  justify-content: center;
  align-items: center;
  flex-wrap: wrap;
}
@media (min-width: 992px) {
  .cid-uxHXqPl9tA .mbr-section-btn {
    margin-left: 36px !important;
    margin-right: -0.6rem;
    max-width: 50%;
  }
}
@media (max-width: 575px) {
  .cid-uxHXqPl9tA .mbr-section-btn .btn {
    margin-right: 0 !important;
    margin-left: 0 !important;
  }
}
@media (max-width: 991px) {
  .cid-uxHXqPl9tA .navbar-toggler:not(.collapsed) .hamburger span {
    background-color: #3a506b !important;
  }
}
.cid-uxHXqPl9tA .navbar-toggler[aria-expanded="false"] .hamburger span {
  background-color: #000000 !important;
}
@media (min-width: 992px) {
  .cid-uxHXqPl9tA nav.navbar {
    flex-wrap: nowrap;
    border-radius: 0 !important;
  }
  .cid-uxHXqPl9tA .offcanvas {
    padding: 178px 5% 35px 122px;
    width: 557px;
    background-color: #f5f5f5;
  }
  .cid-uxHXqPl9tA .offcanvas .btn-close {
    position: absolute;
    top: 58px;
    right: 87px;
    width: 30px;
    height: 30px;
    padding: 0;
    background-size: 100%;
  }
  .cid-uxHXqPl9tA .offcanvas-body {
    text-align: left;
    padding: 0;
  }
  .cid-uxHXqPl9tA .offcanvas-body .mbr-text {
    margin-top: 15px;
  }
  .cid-uxHXqPl9tA .offcanvas-body .email-text {
    margin-top: 8px;
  }
  .cid-uxHXqPl9tA .offcanvas-body .offcanvas_contact {
    margin-top: 60px;
  }
  .cid-uxHXqPl9tA .offcanvas-body .text_widget a {
    margin-bottom: 8px;
  }
  .cid-uxHXqPl9tA .offcanvas_box {
    width: 75px !important;
    margin-left: 24px !important;
    text-align: right;
  }
  .cid-uxHXqPl9tA .offcanvas_box button.btn_offcanvas {
    outline: none;
    width: 41px;
    height: 17px;
    cursor: pointer;
    transition: all 0.2s;
    position: relative;
    align-self: center;
    color: #f5f5f5;
  }
  .cid-uxHXqPl9tA .offcanvas_box button.btn_offcanvas .hamburger-offcanvas span {
    position: absolute;
    overflow: hidden;
    right: 0;
    width: 39px;
    height: 1px;
    background-image: linear-gradient(-90deg, #000000 0, #000000 33.33333333%, transparent 33.33333333%, transparent 66.66666667%, #000000 66.66666667%, #000000 100%) !important;
    background-size: 300% 100%;
    background-position: left;
    transition: background-position 0.7s ease-out;
  }
  .cid-uxHXqPl9tA .offcanvas_box button.btn_offcanvas .hamburger-offcanvas span:nth-child(1) {
    top: 1px;
  }
  .cid-uxHXqPl9tA .offcanvas_box button.btn_offcanvas .hamburger-offcanvas span:nth-child(2) {
    width: 24px;
    top: 6px;
    transition: background-position 0.8s ease-out;
  }
  .cid-uxHXqPl9tA .offcanvas_box button.btn_offcanvas:hover .hamburger-offcanvas span {
    background-position: right;
  }
}
@media (min-width: 992px) and (max-width: 1280px) {
  .cid-uxHXqPl9tA .offcanvas {
    padding: 12% 8% 5% 8%;
  }
}
@media (max-width: 991px) {
  .cid-uxHXqPl9tA .offcanvas_box {
    display: none;
  }
}
.cid-uxHXqPl9tA .list {
  list-style: none;
  padding-left: 0;
  margin-bottom: 0;
  color: #ffffff;
}
.cid-uxHXqPl9tA .list li {
  display: flex;
  align-items: center;
}
.cid-uxHXqPl9tA .list a {
  display: flex;
  align-items: center;
}
.cid-uxHXqPl9tA .text_widget {
  color: #000000;
  margin-bottom: 0;
}
.cid-uxHXqPl9tA .text_widget a {
  background-position: center !important;
  background-size: 100% !important;
  transition: all 0.2s ease-out !important;
}
.cid-uxHXqPl9tA .text_widget a:hover {
  background: linear-gradient(90deg, #5cc2ed 0, #5d62ee 50%, #c298d3 100%) !important;
  -webkit-background-clip: text !important;
  -webkit-text-fill-color: transparent !important;
  color: transparent !important;
}
.cid-uxHXqPl9tA .mbr-text {
  color: #4a4a4a;
}
.cid-uxHEtnGpik {
  background-color: #f5f5f5;
}
.cid-uxHEtnGpik .mbr-section-title {
  color: #000000;
  margin-bottom: 0;
  background: linear-gradient(0deg, #3a506b 0%, #d72638 29%, #3a506b 50%, #d72638 73%, #3a506b 100%);
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
}
.cid-uxHEtnGpik .mbr-section-subtitle {
  margin-top: 20px;
  margin-bottom: 0;
}
.cid-uxHEtnGpik .mbr-section-btn {
  margin-top: 30px;
}
.cid-uxHEtnGpik .mbr-fallback-image.disabled {
  display: none;
}
.cid-uxHEtnGpik .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uxHEtnGpik .header1 {
  background: linear-gradient(to top, #3a506b, transparent);
}
.cid-uxHEf13eI5 {
  padding-top: 10rem;
  padding-bottom: 5rem;
  background-color: #1b1b1b;
}
.cid-uxHEf13eI5 .container {
  display: flex;
  justify-content: center;
}
.cid-uxHEf13eI5 .row {
  display: flex;
  align-items: flex-start;
  flex-wrap: wrap;
  width: 100%;
}
.cid-uxHEf13eI5 .links-container {
  display: flex;
  flex-wrap: wrap;
  padding: 0 15px;
  width: 50%;
  margin-bottom: 10px;
}
@media (max-width: 1024px) {
  .cid-uxHEf13eI5 .links-container {
    width: 100%;
  }
}
.cid-uxHEf13eI5 .col-brand {
  width: 100%;
  margin-bottom: 32px;
}
@media (max-width: 1024px) {
  .cid-uxHEf13eI5 .col-brand {
    margin-bottom: 30px;
  }
}
.cid-uxHEf13eI5 .links-wrap {
  display: flex;
  width: 100%;
}
@media (max-width: 599px) {
  .cid-uxHEf13eI5 .links-wrap {
    flex-wrap: wrap;
  }
}
.cid-uxHEf13eI5 .col-link {
  flex-grow: 1;
  margin-left: 34px;
}
@media (max-width: 599px) {
  .cid-uxHEf13eI5 .col-link {
    width: 100%;
    margin-left: 0;
    margin-top: 47px;
  }
}
.cid-uxHEf13eI5 .col-link-1 {
  margin-left: 0;
}
@media (max-width: 599px) {
  .cid-uxHEf13eI5 .col-link-1 {
    margin-top: 0;
  }
}
.cid-uxHEf13eI5 .col-link-1 .mbr-text {
  margin: 12px 0;
}
@media (min-width: 600px) {
  .cid-uxHEf13eI5 .col-link-1 .mbr-text:first-child {
    margin-top: 0;
  }
}
.cid-uxHEf13eI5 .navbar-brand {
  display: flex;
  flex-basis: auto;
  word-break: break-word;
  flex-shrink: 0;
  align-items: center;
  margin-right: 0;
  margin-bottom: 0;
  padding: 0;
  transition: all 0.3s;
  z-index: 1;
}
.cid-uxHEf13eI5 .navbar-brand .navbar-logo {
  margin-right: 0.5rem;
}
.cid-uxHEf13eI5 .navbar-brand .navbar-logo img {
  width: auto;
}
.cid-uxHEf13eI5 .navbar-brand .navbar-caption {
  line-height: inherit !important;
}
.cid-uxHEf13eI5 .navbar-brand .navbar-logo a {
  outline: none;
}
.cid-uxHEf13eI5 .mbr-section-subtitle {
  color: #ffffff;
  margin-bottom: 24px;
  width: 100%;
}
.cid-uxHEf13eI5 .list {
  list-style: none;
  padding-left: 0;
  margin-bottom: 0;
  color: #ffffff;
}
.cid-uxHEf13eI5 .list li {
  display: flex;
  align-items: center;
}
.cid-uxHEf13eI5 .list a {
  display: flex;
  align-items: center;
}
.cid-uxHEf13eI5 .brand-text {
  margin-bottom: 35px;
  color: #ffffff;
}
.cid-uxHEf13eI5 .mbr-text {
  color: #ffffff;
  margin-bottom: 12px;
}
.cid-uxHEf13eI5 .mbr-text a {
  background-position: center !important;
  background-size: 100% !important;
  transition: all 0.2s ease-out !important;
}
.cid-uxHEf13eI5 .mbr-text a:hover {
  background: linear-gradient(-130deg, #d72638 0, #3a506b 40%, #d72638 100%) !important;
  -webkit-background-clip: text !important;
  -webkit-text-fill-color: transparent !important;
  color: transparent !important;
}
.cid-uxHEf13eI5 .col-copyright {
  margin-top: 132px;
}
.cid-uxHEf13eI5 .copyright {
  color: #ffffff;
  text-align: center;
}
.cid-uxHEf13eI5 .form-box {
  display: flex;
  flex-wrap: wrap;
  padding: 0 15px;
  width: 50%;
}
@media (max-width: 1024px) {
  .cid-uxHEf13eI5 .form-box {
    width: 100%;
    margin-top: 32px;
  }
}
@media (max-width: 599px) {
  .cid-uxHEf13eI5 .form-box {
    margin-top: 48px;
  }
}
.cid-uxHEf13eI5 .form-wrap {
  display: flex;
  flex-direction: column;
  max-width: 565px;
  width: 100%;
  margin: 66px auto 0;
  border: none !important;
}
@media (max-width: 1024px) {
  .cid-uxHEf13eI5 .form-wrap {
    max-width: 100%;
    margin: 0;
  }
}
.cid-uxHEf13eI5 .dragArea {
  width: 100%;
  max-width: 100%;
  margin-left: auto !important;
  margin-right: 0 !important;
}
.cid-uxHEf13eI5 .form-container {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  width: 100%;
  margin: 0;
  padding: 0 !important;
}
.cid-uxHEf13eI5 .form-container .form-control {
  background-color: transparent;
}
.cid-uxHEf13eI5 .form-group {
  width: 100%;
  margin-bottom: 0 !important;
}
.cid-uxHEf13eI5 .mbr-section-btn {
  padding-left: 0 !important;
  padding-right: 0 !important;
}
.cid-uxHEf13eI5 .mbr-section-btn .btn-primary,
.cid-uxHEf13eI5 .mbr-section-btn .btn-primary-outline {
  color: #000000 !important;
}
.cid-uxHEf13eI5 .mbr-section-btn .btn-primary :hover,
.cid-uxHEf13eI5 .mbr-section-btn .btn-primary-outline :hover {
  color: #000000 !important;
}
.cid-uxHEf13eI5 .mbr-section-btn .btn-secondary,
.cid-uxHEf13eI5 .mbr-section-btn .btn-secondary-outline {
  color: #3a506b !important;
}
.cid-uxHEf13eI5 .mbr-section-btn .btn-secondary :hover,
.cid-uxHEf13eI5 .mbr-section-btn .btn-secondary-outline :hover {
  color: #000000 !important;
}
.cid-uxHEf13eI5 .mbr-section-btn .btn-info,
.cid-uxHEf13eI5 .mbr-section-btn .btn-info-outline {
  color: #4a4a4a !important;
}
.cid-uxHEf13eI5 .mbr-section-btn .btn-info :hover,
.cid-uxHEf13eI5 .mbr-section-btn .btn-info-outline :hover {
  color: #4a4a4a !important;
}
.cid-uxHEf13eI5 .mbr-section-btn .btn-success,
.cid-uxHEf13eI5 .mbr-section-btn .btn-success-outline {
  color: #f5f5f5 !important;
}
.cid-uxHEf13eI5 .mbr-section-btn .btn-success :hover,
.cid-uxHEf13eI5 .mbr-section-btn .btn-success-outline :hover {
  color: #f5f5f5 !important;
}
.cid-uxHEf13eI5 .mbr-section-btn .btn-warning,
.cid-uxHEf13eI5 .mbr-section-btn .btn-warning-outline {
  color: #d72638 !important;
}
.cid-uxHEf13eI5 .mbr-section-btn .btn-warning :hover,
.cid-uxHEf13eI5 .mbr-section-btn .btn-warning-outline :hover {
  color: #d72638 !important;
}
.cid-uxHEf13eI5 .mbr-section-btn .btn-danger,
.cid-uxHEf13eI5 .mbr-section-btn .btn-danger-outline {
  color: #e0e0e0 !important;
}
.cid-uxHEf13eI5 .mbr-section-btn .btn-danger :hover,
.cid-uxHEf13eI5 .mbr-section-btn .btn-danger-outline :hover {
  color: #e0e0e0 !important;
}
.cid-uxHEf13eI5 .mbr-section-btn .btn-white,
.cid-uxHEf13eI5 .mbr-section-btn .btn-white-outline {
  color: #ffffff !important;
}
.cid-uxHEf13eI5 .mbr-section-btn .btn-white :hover,
.cid-uxHEf13eI5 .mbr-section-btn .btn-white-outline :hover {
  color: #ffffff !important;
}
.cid-uxHEf13eI5 .mbr-section-btn .btn-black,
.cid-uxHEf13eI5 .mbr-section-btn .btn-black-outline {
  color: #000000 !important;
}
.cid-uxHEf13eI5 .mbr-section-btn .btn-black :hover,
.cid-uxHEf13eI5 .mbr-section-btn .btn-black-outline :hover {
  color: #000000 !important;
}
.cid-uxHEf13eI5 .mbr-section-btn .btn {
  position: relative;
  min-width: auto !important;
  min-height: auto !important;
  background: none !important;
  border: none !important;
  padding: 0 0 0 95px !important;
  margin: 20px 0 0 !important;
  box-shadow: none !important;
  transition: all 0.4s cubic-bezier(0, 0.68, 0.58, 1) !important;
}
.cid-uxHEf13eI5 .mbr-section-btn .btn:after {
  content: '';
  position: absolute;
  top: 50%;
  left: 0;
  width: 80px;
  height: 1px;
  background-color: currentColor;
  transition: width 0.4s cubic-bezier(0, 0.68, 0.58, 1);
}
.cid-uxHEf13eI5 .mbr-section-btn .btn:hover {
  padding: 0 95px 0 0 !important;
  background: none !important;
}
.cid-uxHEf13eI5 .mbr-section-btn .btn:hover:after {
  width: 0;
}
.cid-uxHEf13eI5 .form-control {
  width: 100%;
  background-color: transparent;
  border-top: none !important;
  border-left: none !important;
  border-right: none !important;
  border-bottom: 1px solid #397e9c !important;
  box-shadow: none !important;
  border-radius: 0 !important;
  padding: 11px 20px 11px 0;
  margin-bottom: 10px;
  color: #ffffff;
}
.cid-uxHEf13eI5 .form-control:hover,
.cid-uxHEf13eI5 .form-control:focus {
  box-shadow: none !important;
  border-color: #397e9c !important;
}
.cid-uxHEf13eI5 .form-control::-webkit-input-placeholder {
  font-size: 1rem;
  color: #6E6E6E;
}
.cid-uxHEf13eI5 .form-control::-moz-placeholder {
  font-size: 1rem;
  color: #6E6E6E;
}
.cid-uxHEf13eI5 .form-control:-moz-placeholder {
  font-size: 1rem;
  color: #6E6E6E;
}
.cid-uxHEf13eI5 .form-control:-ms-input-placeholder {
  font-size: 1rem;
  color: #6E6E6E;
}
.cid-uxHEf13eI5 .form-control:active,
.cid-uxHEf13eI5 .form-control:focus {
  box-shadow: none !important;
  border-color: #315361 !important;
}
.cid-uxHEf13eI5 .form-control:active::-webkit-input-placeholder,
.cid-uxHEf13eI5 .form-control:focus::-webkit-input-placeholder {
  color: #ffffff;
}
.cid-uxHEf13eI5 .form-control:active::-moz-placeholder,
.cid-uxHEf13eI5 .form-control:focus::-moz-placeholder {
  color: #ffffff;
}
.cid-uxHEf13eI5 .form-control:active:-moz-placeholder,
.cid-uxHEf13eI5 .form-control:focus:-moz-placeholder {
  color: #ffffff;
}
.cid-uxHEf13eI5 .form-control:active:-ms-input-placeholder,
.cid-uxHEf13eI5 .form-control:focus:-ms-input-placeholder {
  color: #ffffff;
}
.cid-uxHEf13eI5 .mbr-fallback-image.disabled {
  display: none;
}
.cid-uxHEf13eI5 .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
