.btn {
  border-width: 2px;
}
body {
  font-family: Lexend;
}
.display-1 {
  font-family: 'Lexend', sans-serif;
  font-size: 3.5rem;
  line-height: 1.1;
}
.display-1 > .mbr-iconfont {
  font-size: 4.375rem;
}
.display-2 {
  font-family: 'Lexend', sans-serif;
  font-size: 2.5rem;
  line-height: 1.1;
}
.display-2 > .mbr-iconfont {
  font-size: 3.125rem;
}
.display-4 {
  font-family: 'Lexend', sans-serif;
  font-size: 0.9rem;
  line-height: 1.5;
}
.display-4 > .mbr-iconfont {
  font-size: 1.125rem;
}
.display-5 {
  font-family: 'Lexend', sans-serif;
  font-size: 1.8rem;
  line-height: 1.5;
}
.display-5 > .mbr-iconfont {
  font-size: 2.25rem;
}
.display-7 {
  font-family: 'Lexend', sans-serif;
  font-size: 1.1rem;
  line-height: 1.5;
}
.display-7 > .mbr-iconfont {
  font-size: 1.375rem;
}
/* ---- Fluid typography for mobile devices ---- */
/* 1.4 - font scale ratio ( bootstrap == 1.42857 ) */
/* 100vw - current viewport width */
/* (48 - 20)  48 == 48rem == 768px, 20 == 20rem == 320px(minimal supported viewport) */
/* 0.65 - min scale variable, may vary */
@media (max-width: 992px) {
  .display-1 {
    font-size: 2.8rem;
  }
}
@media (max-width: 768px) {
  .display-1 {
    font-size: 2.45rem;
    font-size: calc( 1.875rem + (3.5 - 1.875) * ((100vw - 20rem) / (48 - 20)));
    line-height: calc( 1.1 * (1.875rem + (3.5 - 1.875) * ((100vw - 20rem) / (48 - 20))));
  }
  .display-2 {
    font-size: 2rem;
    font-size: calc( 1.525rem + (2.5 - 1.525) * ((100vw - 20rem) / (48 - 20)));
    line-height: calc( 1.3 * (1.525rem + (2.5 - 1.525) * ((100vw - 20rem) / (48 - 20))));
  }
  .display-4 {
    font-size: 0.72rem;
    font-size: calc( 0.965rem + (0.9 - 0.965) * ((100vw - 20rem) / (48 - 20)));
    line-height: calc( 1.4 * (0.965rem + (0.9 - 0.965) * ((100vw - 20rem) / (48 - 20))));
  }
  .display-5 {
    font-size: 1.44rem;
    font-size: calc( 1.28rem + (1.8 - 1.28) * ((100vw - 20rem) / (48 - 20)));
    line-height: calc( 1.4 * (1.28rem + (1.8 - 1.28) * ((100vw - 20rem) / (48 - 20))));
  }
  .display-7 {
    font-size: 0.88rem;
    font-size: calc( 1.0350000000000001rem + (1.1 - 1.0350000000000001) * ((100vw - 20rem) / (48 - 20)));
    line-height: calc( 1.4 * (1.0350000000000001rem + (1.1 - 1.0350000000000001) * ((100vw - 20rem) / (48 - 20))));
  }
}
/* 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: #56667b !important;
}
.bg-success {
  background-color: #4a6586 !important;
}
.bg-info {
  background-color: #47b5ed !important;
}
.bg-warning {
  background-color: #ffe161 !important;
}
.bg-danger {
  background-color: #ff9966 !important;
}
.btn-primary {
  background-color: #56667b !important;
  background: linear-gradient(90deg, #56667b 0%, #263d5a 100%);
  border: none;
  transition: all 0.3s;
}
.btn-primary,
.btn-primary:active {
  background-color: #56667b;
  color: #ffffff !important;
}
.btn-primary:hover,
.btn-primary:focus,
.btn-primary.focus,
.btn-primary.active {
  color: #ffffff !important;
  background-color: #323c48;
}
.btn-primary.disabled,
.btn-primary:disabled {
  color: #ffffff !important;
  background-color: #323c48;
}
.btn-primary:hover {
  transform: translateY(-3px);
}
.btn-secondary {
  background-color: #263d5a !important;
  background: linear-gradient(90deg, #263d5a 0%, #263d5a 100%);
  border: none;
  transition: all 0.3s;
}
.btn-secondary,
.btn-secondary:active {
  background-color: #263d5a;
  color: #ffffff !important;
}
.btn-secondary:hover,
.btn-secondary:focus,
.btn-secondary.focus,
.btn-secondary.active {
  color: #ffffff !important;
  background-color: #0c141d;
}
.btn-secondary.disabled,
.btn-secondary:disabled {
  color: #ffffff !important;
  background-color: #0c141d;
}
.btn-secondary:hover {
  transform: translateY(-3px);
}
.btn-info {
  background-color: #47b5ed !important;
  background: linear-gradient(90deg, #47b5ed 0%, #263d5a 100%);
  border: none;
  transition: all 0.3s;
}
.btn-info,
.btn-info:active {
  background-color: #47b5ed;
  color: #ffffff !important;
}
.btn-info:hover,
.btn-info:focus,
.btn-info.focus,
.btn-info.active {
  color: #ffffff !important;
  background-color: #148cca;
}
.btn-info.disabled,
.btn-info:disabled {
  color: #ffffff !important;
  background-color: #148cca;
}
.btn-info:hover {
  transform: translateY(-3px);
}
.btn-success {
  background-color: #4a6586 !important;
  background: linear-gradient(90deg, #4a6586 0%, #263d5a 100%);
  border: none;
  transition: all 0.3s;
}
.btn-success,
.btn-success:active {
  background-color: #4a6586;
  color: #ffffff !important;
}
.btn-success:hover,
.btn-success:focus,
.btn-success.focus,
.btn-success.active {
  color: #ffffff !important;
  background-color: #2b3b4e;
}
.btn-success.disabled,
.btn-success:disabled {
  color: #ffffff !important;
  background-color: #2b3b4e;
}
.btn-success:hover {
  transform: translateY(-3px);
}
.btn-warning {
  background-color: #ffe161 !important;
  background: linear-gradient(90deg, #ffe161 0%, #263d5a 100%);
  border: none;
  transition: all 0.3s;
}
.btn-warning,
.btn-warning:active {
  background-color: #ffe161;
  color: #614f00 !important;
}
.btn-warning:hover,
.btn-warning:focus,
.btn-warning.focus,
.btn-warning.active {
  color: #0a0800 !important;
  background-color: #ffd10a;
}
.btn-warning.disabled,
.btn-warning:disabled {
  color: #614f00 !important;
  background-color: #ffd10a;
}
.btn-warning:hover {
  transform: translateY(-3px);
}
.btn-danger {
  background-color: #ff9966 !important;
  background: linear-gradient(90deg, #ff9966 0%, #263d5a 100%);
  border: none;
  transition: all 0.3s;
}
.btn-danger,
.btn-danger:active {
  background-color: #ff9966;
  color: #ffffff !important;
}
.btn-danger:hover,
.btn-danger:focus,
.btn-danger.focus,
.btn-danger.active {
  color: #ffffff !important;
  background-color: #ff5f0f;
}
.btn-danger.disabled,
.btn-danger:disabled {
  color: #ffffff !important;
  background-color: #ff5f0f;
}
.btn-danger:hover {
  transform: translateY(-3px);
}
.btn-white {
  background-color: #fafafa !important;
  background: linear-gradient(90deg, #fafafa 0%, #263d5a 100%);
  border: none;
  transition: all 0.3s;
}
.btn-white,
.btn-white:active {
  background-color: #fafafa;
  color: #7a7a7a !important;
}
.btn-white:hover,
.btn-white:focus,
.btn-white.focus,
.btn-white.active {
  color: #4f4f4f !important;
  background-color: #cfcfcf;
}
.btn-white.disabled,
.btn-white:disabled {
  color: #7a7a7a !important;
  background-color: #cfcfcf;
}
.btn-white:hover {
  transform: translateY(-3px);
}
.btn-black {
  background-color: #232323 !important;
  background: linear-gradient(90deg, #232323 0%, #263d5a 100%);
  border: none;
  transition: all 0.3s;
}
.btn-black,
.btn-black:active {
  background-color: #232323;
  color: #ffffff !important;
}
.btn-black:hover,
.btn-black:focus,
.btn-black.focus,
.btn-black.active {
  color: #ffffff !important;
  background-color: #000000;
}
.btn-black.disabled,
.btn-black:disabled {
  color: #ffffff !important;
  background-color: #000000;
}
.btn-black:hover {
  transform: translateY(-3px);
}
.btn-primary-outline,
.btn-primary-outline:active {
  background-color: transparent !important;
  border-color: #56667b;
  color: #56667b;
}
.btn-primary-outline:hover,
.btn-primary-outline:focus,
.btn-primary-outline.focus,
.btn-primary-outline.active {
  color: #323c48 !important;
  background-color: transparent!important;
  border-color: #323c48 !important;
  box-shadow: none!important;
}
.btn-primary-outline.disabled,
.btn-primary-outline:disabled {
  color: #ffffff !important;
  background-color: #56667b !important;
  border-color: #56667b !important;
}
.btn-secondary-outline,
.btn-secondary-outline:active {
  background-color: transparent !important;
  border-color: #263d5a;
  color: #263d5a;
}
.btn-secondary-outline:hover,
.btn-secondary-outline:focus,
.btn-secondary-outline.focus,
.btn-secondary-outline.active {
  color: #0c141d !important;
  background-color: transparent!important;
  border-color: #0c141d !important;
  box-shadow: none!important;
}
.btn-secondary-outline.disabled,
.btn-secondary-outline:disabled {
  color: #ffffff !important;
  background-color: #263d5a !important;
  border-color: #263d5a !important;
}
.btn-info-outline,
.btn-info-outline:active {
  background-color: transparent !important;
  border-color: #47b5ed;
  color: #47b5ed;
}
.btn-info-outline:hover,
.btn-info-outline:focus,
.btn-info-outline.focus,
.btn-info-outline.active {
  color: #148cca !important;
  background-color: transparent!important;
  border-color: #148cca !important;
  box-shadow: none!important;
}
.btn-info-outline.disabled,
.btn-info-outline:disabled {
  color: #ffffff !important;
  background-color: #47b5ed !important;
  border-color: #47b5ed !important;
}
.btn-success-outline,
.btn-success-outline:active {
  background-color: transparent !important;
  border-color: #4a6586;
  color: #4a6586;
}
.btn-success-outline:hover,
.btn-success-outline:focus,
.btn-success-outline.focus,
.btn-success-outline.active {
  color: #2b3b4e !important;
  background-color: transparent!important;
  border-color: #2b3b4e !important;
  box-shadow: none!important;
}
.btn-success-outline.disabled,
.btn-success-outline:disabled {
  color: #ffffff !important;
  background-color: #4a6586 !important;
  border-color: #4a6586 !important;
}
.btn-warning-outline,
.btn-warning-outline:active {
  background-color: transparent !important;
  border-color: #ffe161;
  color: #ffe161;
}
.btn-warning-outline:hover,
.btn-warning-outline:focus,
.btn-warning-outline.focus,
.btn-warning-outline.active {
  color: #ffd10a !important;
  background-color: transparent!important;
  border-color: #ffd10a !important;
  box-shadow: none!important;
}
.btn-warning-outline.disabled,
.btn-warning-outline:disabled {
  color: #614f00 !important;
  background-color: #ffe161 !important;
  border-color: #ffe161 !important;
}
.btn-danger-outline,
.btn-danger-outline:active {
  background-color: transparent !important;
  border-color: #ff9966;
  color: #ff9966;
}
.btn-danger-outline:hover,
.btn-danger-outline:focus,
.btn-danger-outline.focus,
.btn-danger-outline.active {
  color: #ff5f0f !important;
  background-color: transparent!important;
  border-color: #ff5f0f !important;
  box-shadow: none!important;
}
.btn-danger-outline.disabled,
.btn-danger-outline:disabled {
  color: #ffffff !important;
  background-color: #ff9966 !important;
  border-color: #ff9966 !important;
}
.btn-black-outline,
.btn-black-outline:active {
  background-color: transparent !important;
  border-color: #232323;
  color: #232323;
}
.btn-black-outline:hover,
.btn-black-outline:focus,
.btn-black-outline.focus,
.btn-black-outline.active {
  color: #000000 !important;
  background-color: transparent!important;
  border-color: #000000 !important;
  box-shadow: none!important;
}
.btn-black-outline.disabled,
.btn-black-outline:disabled {
  color: #ffffff !important;
  background-color: #232323 !important;
  border-color: #232323 !important;
}
.btn-white-outline,
.btn-white-outline:active {
  background-color: transparent !important;
  border-color: #fafafa;
  color: #fafafa;
}
.btn-white-outline:hover,
.btn-white-outline:focus,
.btn-white-outline.focus,
.btn-white-outline.active {
  color: #cfcfcf !important;
  background-color: transparent!important;
  border-color: #cfcfcf !important;
  box-shadow: none!important;
}
.btn-white-outline.disabled,
.btn-white-outline:disabled {
  color: #7a7a7a !important;
  background-color: #fafafa !important;
  border-color: #fafafa !important;
}
.text-primary {
  color: #56667b !important;
}
.text-secondary {
  color: #263d5a !important;
}
.text-success {
  color: #4a6586 !important;
}
.text-info {
  color: #47b5ed !important;
}
.text-warning {
  color: #ffe161 !important;
}
.text-danger {
  color: #ff9966 !important;
}
.text-white {
  color: #fafafa !important;
}
.text-black {
  color: #232323 !important;
}
a.text-primary:hover,
a.text-primary:focus,
a.text-primary.active {
  color: #2c343f !important;
}
a.text-secondary:hover,
a.text-secondary:focus,
a.text-secondary.active {
  color: #080c12 !important;
}
a.text-success:hover,
a.text-success:focus,
a.text-success.active {
  color: #263344 !important;
}
a.text-info:hover,
a.text-info:focus,
a.text-info.active {
  color: #1283bc !important;
}
a.text-warning:hover,
a.text-warning:focus,
a.text-warning.active {
  color: #facb00 !important;
}
a.text-danger:hover,
a.text-danger:focus,
a.text-danger.active {
  color: #ff5500 !important;
}
a.text-white:hover,
a.text-white:focus,
a.text-white.active {
  color: #fafafa !important;
}
a.text-black:hover,
a.text-black:focus,
a.text-black.active {
  color: #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: #56667b;
}
.nav-tabs .nav-link:not(.active) {
  color: #232323;
}
.alert-success {
  background-color: #70c770;
}
.alert-info {
  background-color: #47b5ed;
}
.alert-warning {
  background-color: #ffe161;
}
.alert-danger {
  background-color: #ff9966;
}
.mbr-section-btn a.btn:not(.btn-form) {
  border-radius: 100px;
}
.mbr-gallery-filter li a {
  border-radius: 100px !important;
}
.mbr-gallery-filter li.active .btn {
  background-color: #56667b;
  border-color: #56667b;
  color: #ffffff;
}
.mbr-gallery-filter li.active .btn:focus {
  box-shadow: none;
}
.nav-tabs .nav-link {
  border-radius: 100px !important;
}
a,
a:hover {
  color: #56667b;
}
.mbr-plan-header.bg-primary .mbr-plan-subtitle,
.mbr-plan-header.bg-primary .mbr-plan-price-desc {
  color: #99a6b8;
}
.mbr-plan-header.bg-success .mbr-plan-subtitle,
.mbr-plan-header.bg-success .mbr-plan-price-desc {
  color: #8fa5c1;
}
.mbr-plan-header.bg-info .mbr-plan-subtitle,
.mbr-plan-header.bg-info .mbr-plan-price-desc {
  color: #ffffff;
}
.mbr-plan-header.bg-warning .mbr-plan-subtitle,
.mbr-plan-header.bg-warning .mbr-plan-price-desc {
  color: #ffffff;
}
.mbr-plan-header.bg-danger .mbr-plan-subtitle,
.mbr-plan-header.bg-danger .mbr-plan-price-desc {
  color: #ffffff;
}
/* Scroll to top button*/
.scrollToTop_wraper {
  display: none;
}
.form-control {
  font-family: 'Lexend', sans-serif;
  font-size: 0.9rem;
  line-height: 1.5;
  font-weight: 400;
}
.form-control > .mbr-iconfont {
  font-size: 1.125rem;
}
.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: #56667b !important;
}
.form-control:-webkit-input-placeholder {
  font-family: 'Lexend', sans-serif;
  font-size: 0.9rem;
  line-height: 1.5;
  font-weight: 400;
}
.form-control:-webkit-input-placeholder > .mbr-iconfont {
  font-size: 1.125rem;
}
blockquote {
  border-color: #56667b;
}
/* Forms */
.mbr-form .input-group-btn a.btn {
  border-radius: 100px !important;
}
.mbr-form .input-group-btn a.btn:hover {
  box-shadow: 0 10px 40px 0 rgba(0, 0, 0, 0.2);
}
.mbr-form .input-group-btn button[type="submit"] {
  border-radius: 100px !important;
  padding: 1rem 3rem;
}
.mbr-form .input-group-btn button[type="submit"]:hover {
  box-shadow: 0 10px 40px 0 rgba(0, 0, 0, 0.2);
}
.jq-selectbox li:hover,
.jq-selectbox li.selected {
  background-color: #56667b;
  color: #ffffff;
}
.jq-number__spin {
  transition: 0.25s ease;
}
.jq-number__spin:hover {
  border-color: #56667b;
}
.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: #56667b;
  border-bottom-color: #56667b;
}
.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: #56667b !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: #263d5a !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='%2356667b' %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;
}
html,
body {
  overflow-x: hidden;
}
a {
  transition: color 0.6s;
}
@media (max-width: 445px) {
  .container-banner {
    height: 11.5rem!important;
  }
}
.cid-sz55N7vCP2 {
  padding-top: 10rem;
  padding-bottom: 2rem;
  background-image: url("../../../assets/images/banner-novalp.webp");
}
.cid-sz55N7vCP2 .mbr-overlay {
  backdrop-filter: blur(3.5px);
}
.cid-sz55N7vCP2 .card-wrapper {
  background: linear-gradient(0deg, rgba(255, 255, 255, 0.3) 0%, rgba(255, 255, 255, 0.6) 100%);
  backdrop-filter: blur(3.5px);
  box-shadow: 0 0 20px 0 rgba(0, 0, 0, 0.1);
  border-radius: 30px;
  padding: 6rem 3rem;
  margin: 0;
  overflow: visible;
  position: relative;
  justify-content: center;
}
@media (max-width: 767px) {
  .cid-sz55N7vCP2 .card-wrapper {
    padding: 2rem 1rem;
  }
}
.cid-sz55N7vCP2 .card-wrapper:before {
  content: '';
  position: absolute;
  top: 0px;
  left: 0px;
  opacity: 0.3;
  height: 100%;
  width: 100%;
  pointer-events: none;
  border: 2px solid white;
  border-radius: 30px;
}
.cid-sz55N7vCP2 .col-12 {
  position: relative;
}
.cid-sz55N7vCP2 .round {
  position: absolute;
  top: -60px;
  right: -150px;
  width: 280px;
  height: 280px;
  background: linear-gradient(0deg, rgba(255, 255, 255, 0.3) 0%, rgba(255, 255, 255, 0.6) 100%);
  backdrop-filter: blur(3.5px);
  box-shadow: 0 0 20px 0 rgba(0, 0, 0, 0.1);
  border-radius: 50%;
  z-index: 2;
}
@media (max-width: 767px) {
  .cid-sz55N7vCP2 .round {
    top: -30px;
    right: -110px;
    width: 180px;
    height: 180px;
  }
}
.cid-sz55N7vCP2 .round:before {
  content: '';
  position: absolute;
  top: 0px;
  left: 0px;
  opacity: 0.3;
  height: 100%;
  width: 100%;
  pointer-events: none;
  border: 2px solid white;
  border-radius: 50%;
}
.cid-sz55N7vCP2 .round2 {
  top: auto;
  right: auto;
  bottom: -30px;
  left: -30px;
  width: 120px;
  height: 120px;
  z-index: 0;
}
.cid-sz55N7vCP2 .mbr-section-title {
  color: #263d5a;
}
.cid-sz55N7vCP2 .mbr-text,
.cid-sz55N7vCP2 .mbr-section-btn {
  color: #263d5a;
}
.cid-sz56fQL1rV {
  padding-top: 2rem;
  padding-bottom: 2rem;
  background-image: url("../../../assets/images/background5.jpg");
}
.cid-sz56fQL1rV .mbr-iconfont {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  font-size: 3.5rem;
  color: #263d5a;
  margin-bottom: 1rem;
  border-radius: 50%;
  overflow: visible;
}
.cid-sz56fQL1rV .row {
  background: linear-gradient(0deg, rgba(255, 255, 255, 0.3) 0%, rgba(255, 255, 255, 0.6) 100%);
  backdrop-filter: blur(3.5px);
  box-shadow: 0 0 20px 0 rgba(0, 0, 0, 0.1);
  border-radius: 30px;
  padding: 3rem 3rem;
  padding-top: 4rem;
  padding-bottom: 1rem;
  margin: 0;
  overflow: visible;
  position: relative;
}
@media (max-width: 767px) {
  .cid-sz56fQL1rV .row {
    padding: 2rem 1rem;
  }
}
.cid-sz56fQL1rV .row:before {
  content: '';
  position: absolute;
  top: 0px;
  left: 0px;
  opacity: 0.3;
  height: 100%;
  width: 100%;
  border: 2px solid white;
  border-radius: 30px;
  pointer-events: none;
}
.cid-sz56fQL1rV .card-wrapper {
  overflow: visible;
  margin-bottom: 2rem;
}
.cid-sz56fQL1rV .card-text {
  color: #263d5a;
}
.cid-sz56fQL1rV .card-title,
.cid-sz56fQL1rV .iconfont-wrapper {
  color: #263d5a;
  text-align: center;
}
.cid-sz56fQL1rV .mbr-section-subtitle {
  color: #263d5a;
}
.cid-sz56fQL1rV .mbr-section-title {
  color: #263d5a;
}
@media (max-width: 992px) {
  .cid-sz56fQL1rV .card-wrapper {
    margin-bottom: 2rem;
  }
}
.cid-sVCHZAZYBY {
  padding-top: 4rem;
  padding-bottom: 4rem;
  background-color: #ffffff;
}
.cid-sVCHZAZYBY img {
  border-radius: 30px;
}
.cid-sVCHZAZYBY .card-wrapper {
  background: linear-gradient(0deg, rgba(255, 255, 255, 0.3) 0%, rgba(255, 255, 255, 0.6) 100%);
  backdrop-filter: blur(3.5px);
  box-shadow: 0 0 20px 0 rgba(0, 0, 0, 0.1);
  border-radius: 30px;
  padding: 6rem 3rem;
  margin: 0;
  z-index: 1;
  overflow: visible;
  position: relative;
  justify-content: center;
}
@media (max-width: 767px) {
  .cid-sVCHZAZYBY .card-wrapper {
    padding: 2rem 1rem;
  }
}
.cid-sVCHZAZYBY .card-wrapper:before {
  content: '';
  position: absolute;
  top: 0px;
  left: 0px;
  opacity: 0.3;
  height: 100%;
  width: 100%;
  pointer-events: none;
  border: 2px solid white;
  border-radius: 30px;
}
@media (max-width: 992px) {
  .cid-sVCHZAZYBY .image-wrapper {
    margin-bottom: 2rem;
  }
}
.cid-sVCHZAZYBY .mbr-section-title {
  color: #263d5a;
}
.cid-sVCHZAZYBY .mbr-text,
.cid-sVCHZAZYBY .mbr-section-btn {
  color: #263d5a;
}
.cid-sVCHZAZYBY .mbr-section-subtitle {
  color: #263d5a;
}
.cid-sz58oYjBZ7 {
  padding-top: 3rem;
  padding-bottom: 3rem;
  background-image: url("../../../assets/images/23c7d2add9fe9fe34a11f7110d3fee6e-850x495.jpg");
}
.cid-sz58oYjBZ7 .mbr-iconfont {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  font-size: 3.5rem;
  color: #263d5a;
  margin-bottom: 1rem;
  border-radius: 50%;
  overflow: visible;
}
.cid-sz58oYjBZ7 .image-wrapper {
  height: 100%;
}
@media (max-width: 992px) {
  .cid-sz58oYjBZ7 .image-wrapper {
    padding-bottom: 2rem;
  }
}
.cid-sz58oYjBZ7 img {
  height: 100%;
  object-fit: cover;
  border-radius: 30px;
}
.cid-sz58oYjBZ7 .glass {
  background: linear-gradient(0deg, rgba(255, 255, 255, 0.3) 0%, rgba(255, 255, 255, 0.6) 100%);
  backdrop-filter: blur(3.5px);
  box-shadow: 0 0 20px 0 rgba(0, 0, 0, 0.1);
  border-radius: 30px;
  padding: 2rem 1rem;
  margin: 0;
  overflow: visible;
  position: relative;
}
@media (max-width: 767px) {
  .cid-sz58oYjBZ7 .glass {
    padding: 1rem 0rem;
  }
}
.cid-sz58oYjBZ7 .glass:before {
  content: '';
  position: absolute;
  top: 0px;
  left: 0px;
  opacity: 0.3;
  height: 100%;
  width: 100%;
  border: 2px solid white;
  border-radius: 30px;
  pointer-events: none;
}
.cid-sz58oYjBZ7 .card-wrapper {
  overflow: visible;
  margin-bottom: 2rem;
}
.cid-sz58oYjBZ7 .card-text {
  color: #ffffff;
}
.cid-sz58oYjBZ7 .card-title,
.cid-sz58oYjBZ7 .iconfont-wrapper {
  color: #263d5a;
}
.cid-sz58oYjBZ7 .mbr-section-subtitle {
  color: #263d5a;
}
.cid-sz58oYjBZ7 .mbr-section-title {
  color: #263d5a;
}
@media (max-width: 992px) {
  .cid-sz58oYjBZ7 .card-wrapper {
    margin-bottom: 2rem;
  }
}
.cid-sVCLwiaQ5L {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-image: url("../../../assets/images/background5.jpg");
}
.cid-sVCLwiaQ5L .mbr-overlay {
  backdrop-filter: blur(3.5px);
}
.cid-sVCLwiaQ5L img {
  transform: scale(2) translateX(-2rem);
  z-index: 0;
  border-radius: 30px;
}
@media (max-width: 992px) {
  .cid-sVCLwiaQ5L img {
    transform: scale(1) translateX(0);
  }
}
.cid-sVCLwiaQ5L .card-wrapper {
  background: linear-gradient(0deg, rgba(255, 255, 255, 0.3) 0%, rgba(255, 255, 255, 0.6) 100%);
  backdrop-filter: blur(3.5px);
  box-shadow: 0 0 20px 0 rgba(0, 0, 0, 0.1);
  border-radius: 30px;
  padding: 3rem 3rem;
  margin: 0;
  z-index: 1;
  overflow: visible;
  position: relative;
  justify-content: center;
}
@media (max-width: 767px) {
  .cid-sVCLwiaQ5L .card-wrapper {
    padding: 2rem 1rem;
  }
}
.cid-sVCLwiaQ5L .card-wrapper:before {
  content: '';
  position: absolute;
  top: 0px;
  left: 0px;
  opacity: 0.3;
  height: 100%;
  width: 100%;
  pointer-events: none;
  border: 2px solid white;
  border-radius: 30px;
}
@media (max-width: 992px) {
  .cid-sVCLwiaQ5L .card-wrapper {
    margin-bottom: 2rem;
  }
}
.cid-sVCLwiaQ5L .col-12 {
  position: relative;
}
.cid-sVCLwiaQ5L .round {
  position: absolute;
  top: -60px;
  right: -150px;
  width: 280px;
  height: 280px;
  background: linear-gradient(0deg, rgba(255, 255, 255, 0.3) 0%, rgba(255, 255, 255, 0.6) 100%);
  backdrop-filter: blur(3.5px);
  box-shadow: 0 0 20px 0 rgba(0, 0, 0, 0.1);
  border-radius: 50%;
  z-index: 2;
}
@media (max-width: 767px) {
  .cid-sVCLwiaQ5L .round {
    top: -30px;
    right: -110px;
    width: 180px;
    height: 180px;
  }
}
.cid-sVCLwiaQ5L .round:before {
  content: '';
  position: absolute;
  top: 0px;
  left: 0px;
  opacity: 0.3;
  height: 100%;
  width: 100%;
  pointer-events: none;
  border: 2px solid white;
  border-radius: 50%;
}
.cid-sVCLwiaQ5L .round2 {
  top: auto;
  right: auto;
  bottom: -30px;
  left: -30px;
  width: 120px;
  height: 120px;
  z-index: 0;
}
.cid-sVCLwiaQ5L .mbr-section-title {
  color: #263d5a;
}
.cid-sVCLwiaQ5L .mbr-text,
.cid-sVCLwiaQ5L .mbr-section-btn {
  color: #263d5a;
}
.cid-sVCLwiaQ5L .mbr-section-subtitle {
  color: #263d5a;
}
.cid-sVCP7N59AP {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-image: url("../../../assets/images/07072020-foto-dentro-materia-telemedicina-jpg-2000x1108.jpg");
}
.cid-sVCP7N59AP .mbr-section-title {
  color: #ffffff;
}
.cid-sVCP7N59AP .mbr-text,
.cid-sVCP7N59AP .mbr-section-btn {
  color: #ffffff;
}
.cid-sVDaZkySo1 {
  padding-top: 1rem;
  padding-bottom: 2rem;
  background-color: #fafafa;
}
.cid-sVDaZkySo1 img {
  border-radius: 30px;
}
.cid-sVDaZkySo1 .my-auto {
  margin-bottom: 0!important;
}
.cid-sVDaZkySo1 .card-wrapper {
  background: linear-gradient(0deg, rgba(255, 255, 255, 0.3) 0%, rgba(255, 255, 255, 0.6) 100%);
  backdrop-filter: blur(3.5px);
  box-shadow: 0 0 20px 0 rgba(0, 0, 0, 0.1);
  border-radius: 30px;
  padding: 4rem 3rem;
  margin: 0;
  z-index: 1;
  overflow: visible;
  position: relative;
  justify-content: center;
}
@media (max-width: 767px) {
  .cid-sVDaZkySo1 .card-wrapper {
    padding: 2rem 1rem;
  }
}
.cid-sVDaZkySo1 .card-wrapper:before {
  content: '';
  position: absolute;
  top: 0px;
  left: 0px;
  opacity: 0.3;
  height: 100%;
  width: 100%;
  pointer-events: none;
  border: 2px solid white;
  border-radius: 30px;
}
@media (max-width: 992px) {
  .cid-sVDaZkySo1 .image-wrapper {
    margin-bottom: 2rem;
  }
}
.cid-sVDaZkySo1 .mbr-section-title {
  color: #263d5a;
}
.cid-sVDaZkySo1 .mbr-text,
.cid-sVDaZkySo1 .mbr-section-btn {
  color: #263d5a;
}
.cid-sVDaZkySo1 .mbr-section-subtitle {
  color: #263d5a;
}
.cid-sz56pECb7o {
  padding-top: 3rem;
  padding-bottom: 3rem;
  background-image: url("../../../assets/images/background5.jpg");
}
.cid-sz56pECb7o .mbr-overlay {
  background: #fafafa;
  opacity: 0.2;
}
.cid-sz56pECb7o .mbr-link {
  opacity: 0;
  color: #ffffff;
  transition: all 0.3s;
  text-align: center;
}
.cid-sz56pECb7o .item-wrapper {
  opacity: 1;
  height: 400px;
  display: flex;
  flex-direction: column;
  justify-content: flex-end;
  position: relative;
  border-radius: 30px;
  flex-flow: column nowrap;
  padding: 1rem;
}
.cid-sz56pECb7o .item-wrapper:before {
  position: absolute;
  top: 0;
  left: 0;
  content: '';
  z-index: 1;
  width: 100%;
  pointer-events: none;
  height: 100%;
  background: black;
  transition: all 0.3s;
  opacity: 0.3;
}
.cid-sz56pECb7o .item-wrapper:hover .item-content,
.cid-sz56pECb7o .item-wrapper:focus-within .item-content {
  opacity: 1;
  transform: translateY(0px);
}
.cid-sz56pECb7o .item-wrapper:hover .social-row,
.cid-sz56pECb7o .item-wrapper:focus-within .social-row {
  opacity: 1;
}
@media (max-width: 767px) {
  .cid-sz56pECb7o .item-wrapper .item-content {
    opacity: 1;
    transform: translateY(0px);
  }
  .cid-sz56pECb7o .item-wrapper .item-img {
    transform: scale(1.1);
  }
  .cid-sz56pECb7o .item-wrapper:before {
    opacity: 0.2;
  }
  .cid-sz56pECb7o .item-wrapper .social-row {
    opacity: 1;
  }
}
.cid-sz56pECb7o .item-img {
  position: absolute;
  top: 0;
  left: 0;
  transition: all 0.3s;
  height: 100%;
  width: 100%;
  z-index: 0;
}
.cid-sz56pECb7o .item-img img {
  object-fit: cover;
  height: 100%;
}
.cid-sz56pECb7o .item-content {
  z-index: 3;
  opacity: 1;
  transition: all 0.3s;
  position: relative;
  transform: translateY(50px);
}
.cid-sz56pECb7o .item:focus,
.cid-sz56pECb7o span:focus {
  outline: none;
}
.cid-sz56pECb7o .item {
  cursor: pointer;
  margin-bottom: 2rem;
}
.cid-sz56pECb7o .mbr-section-title {
  color: #263d5a;
  text-align: center;
}
.cid-sz56pECb7o .mbr-text,
.cid-sz56pECb7o .mbr-section-btn {
  color: #ffffff;
  text-align: center;
}
.cid-sz56pECb7o .item-title {
  color: #ffffff;
  text-align: center;
}
.cid-sz56pECb7o .social-row {
  text-align: center;
  opacity: 0;
  transition: all 0.3s;
}
.cid-sz56pECb7o .social-row .soc-item {
  display: inline-block;
  text-align: center;
  margin-right: 0.6rem;
  margin-bottom: 1rem;
  border-radius: 3px;
  padding: 0.5rem;
  background: #ffffff;
  transition: all 0.3s;
}
.cid-sz56pECb7o .social-row .soc-item .mbr-iconfont {
  transition: all 0.3s;
  display: flex;
  justify-content: center;
  align-content: center;
  color: #000000;
  font-size: 1rem;
}
.cid-sVD16lol22 {
  padding-top: 45px;
  padding-bottom: 45px;
  background-color: #263d5a;
}
.cid-sVD16lol22 .mbr-overlay {
  background-color: #ffffff;
  opacity: 0.4;
}
.cid-sVD16lol22 input,
.cid-sVD16lol22 textarea {
  opacity: 0.7;
  border-radius: 10px;
}
.cid-sVD16lol22 input:hover,
.cid-sVD16lol22 textarea:hover {
  border-color: transparent!important;
}
.cid-sVD16lol22 .btn {
  border-radius: 2rem;
  padding: 1rem 2rem;
  width: -webkit-fill-available;
}
.cid-sVD16lol22 h4 {
  margin-bottom: 2rem;
}
.cid-sVD16lol22 .col-auto {
  width: 100%;
}
.cid-sVD16lol22 textarea {
  min-height: 250px;
}
.cid-sVD16lol22 .mbr-form {
  background: linear-gradient(0deg, rgba(255, 255, 255, 0.3) 0%, rgba(255, 255, 255, 0.6) 100%);
  backdrop-filter: blur(3.5px);
  box-shadow: 0 0 20px 0 rgba(0, 0, 0, 0.1);
  border-radius: 30px;
  padding: 3rem 3rem;
  margin: 0;
  overflow: visible;
  position: relative;
  justify-content: center;
}
@media (max-width: 767px) {
  .cid-sVD16lol22 .mbr-form {
    padding: 2rem 1rem;
  }
}
.cid-sVD16lol22 .mbr-form:before {
  content: '';
  position: absolute;
  top: 0px;
  left: 0px;
  opacity: 0.3;
  height: 100%;
  width: 100%;
  border: 2px solid white;
  border-radius: 30px;
  pointer-events: none;
}
.cid-sVD16lol22 H4 {
  text-align: center;
  color: #263d5a;
}
.cid-sVD17exvIe {
  padding-top: 2rem;
  padding-bottom: 0rem;
  background: #cce5fc;
}
.cid-sVD17exvIe .google-map {
  height: 30rem;
  position: relative;
  border-radius: 30px;
}
.cid-sVD17exvIe .google-map iframe {
  height: 100%;
  width: 100%;
  border-radius: 30px;
  opacity: 0.8;
  backdrop-filter: blur(3.5px);
}
.cid-sVD17exvIe .google-map [data-state-details] {
  color: #6b6763;
  height: 1.5em;
  margin-top: -0.75em;
  padding-left: 1.25rem;
  padding-right: 1.25rem;
  position: absolute;
  text-align: center;
  top: 50%;
  width: 100%;
}
.cid-sVD17exvIe .google-map[data-state] {
  background: #e9e5dc;
}
.cid-sVD17exvIe .google-map[data-state="loading"] [data-state-details] {
  display: none;
}
.cid-sVD17exvIe .mbr-section-title {
  color: #263d5a;
}
.cid-sVD2s8graY {
  padding-top: 150px;
  padding-bottom: 75px;
  background-color: #263d5a;
  position: relative;
  overflow: hidden;
}
.cid-sVD2s8graY .container {
  max-width: 1400px;
}
.cid-sVD2s8graY .card-img2 span {
  padding-top: 6px;
}
.cid-sVD2s8graY .soc-item a {
  padding-top: 5px;
}
.cid-sVD2s8graY .btn {
  padding: 0.4rem 0.6rem !important;
  margin: 0.5rem !important;
  border-radius: 10px !important;
  letter-spacing: 0px;
}
.cid-sVD2s8graY .btn .mbr-iconfont {
  margin-top: 0.1rem;
}
.cid-sVD2s8graY .btn .mbr-iconfont.socicon {
  margin-right: 0.8rem !important;
  order: 0;
}
@media (max-width: 992px) {
  .cid-sVD2s8graY .content > div:not(:last-child) {
    margin-bottom: 2rem;
  }
}
.cid-sVD2s8graY svg {
  position: absolute;
  top: 2rem;
  left: 50%;
  transform: translate(-50%) scale(2, 1.6) rotate(180deg);
}
.cid-sVD2s8graY #e2_shape {
  fill: #cce5fc !important;
}
.cid-sVD2s8graY .quote {
  background-color: rgba(0, 0, 0, 0.1);
  border-radius: 10px;
  padding: 1rem;
  position: relative;
  margin-bottom: 1.8rem;
  color: #ffffff;
}
.cid-sVD2s8graY .quote::after {
  top: 100%;
  left: 36px;
  content: " ";
  position: absolute;
  width: 0;
  height: 0;
  border-style: solid;
  border-width: 20px 20px 0 0;
  border-color: rgba(0, 0, 0, 0.1) transparent transparent;
}
.cid-sVD2s8graY .card-img2 {
  min-width: 45px;
  height: 45px;
  background: #263d5a;
  border-radius: 100%;
  display: flex;
  justify-content: center;
  align-items: center;
}
.cid-sVD2s8graY .card-img {
  width: auto;
}
.cid-sVD2s8graY .soc-item {
  width: 45px;
  height: 45px;
  background: #ffffff;
  margin-bottom: 1rem;
  border-radius: 100%;
  display: flex;
  justify-content: center;
  align-items: center;
  margin-right: 1rem;
}
.cid-sVD2s8graY .soc-item span {
  font-size: 1.4rem;
}
.cid-sVD2s8graY .soc-item:hover span {
  color: #56667b !important;
}
.cid-sVD2s8graY .item {
  display: flex;
  align-items: center;
  margin-bottom: 1rem;
}
.cid-sVD2s8graY .item h4 {
  padding-left: 10px;
  margin: 0;
}
.cid-sVD2s8graY .media-wrap {
  margin-bottom: 1rem;
}
.cid-sVD2s8graY .mbr-iconfont-logo {
  font-size: 7.5rem;
  color: #f36;
}
.cid-sVD2s8graY img {
  height: 4rem;
  width: auto;
}
@media (max-width: 576px) {
  .cid-sVD2s8graY .item {
    justify-content: center;
  }
  .cid-sVD2s8graY .quote::after {
    left: 60px;
  }
}
.cid-sVD2s8graY .social-list {
  padding-left: 0;
  margin-bottom: 0;
  list-style: none;
  display: flex;
  flex-wrap: wrap;
}
@media (max-width: 576px) {
  .cid-sVD2s8graY .social-list {
    -webkit-justify-content: center;
    justify-content: center;
  }
}
.cid-sVD2s8graY .text1 {
  color: #ffffff;
}
.cid-sVD2s8graY .item-title {
  color: #ffffff;
}
.cid-sVD2s8graY H5 {
  color: #ffffff;
}
.cid-sVD2s8graY .theme {
  color: #ffffff;
}
.cid-sVD2s8graY .copyright > p {
  color: #ff3366;
}
.cid-sVD2s8graY .text2 {
  color: #ffffff;
}
.cid-sVD9DtwogH {
  padding-top: 0rem;
  padding-bottom: 2rem;
  background-color: #263d5a;
}
.cid-sVD9DtwogH .row-links {
  width: 100%;
  justify-content: center;
}
.cid-sVD9DtwogH .social-row {
  width: 100%;
  justify-content: center;
}
@media (max-width: 992px) {
  .cid-sVD9DtwogH .align-left {
    text-align: center;
    padding-bottom: 1rem;
  }
}
.cid-sVD9DtwogH .row {
  justify-content: center;
  align-items: center;
}
.cid-sVD9DtwogH .row .foot-menu {
  list-style: none;
  display: flex;
  justify-content: flex-end;
  flex-wrap: wrap;
  padding: 0;
  margin-bottom: 0;
}
.cid-sVD9DtwogH .row .foot-menu li {
  padding-left: 1.5rem;
}
.cid-sVD9DtwogH .row .foot-menu li a {
  margin: 0;
}
@media (max-width: 992px) {
  .cid-sVD9DtwogH .row .foot-menu {
    justify-content: center;
  }
}
.cid-sVD9DtwogH .row .row-copirayt {
  word-break: break-word;
  width: 100%;
}
.cid-sVD9DtwogH .row .row-copirayt p {
  width: 100%;
}
.cid-sVD9DtwogH .mbr-text {
  color: #ffffff;
  text-align: center;
}
.cid-sVD9DtwogH .foot-menu-item {
  color: #263d5a;
  text-align: right;
}
.cid-sVCClqhl77 .navbar {
  padding: .3rem 0;
  background: #ffffff;
  transition: none;
  min-height: 45px;
}
.cid-sVCClqhl77 .navbar-dropdown.bg-color.transparent.opened {
  background: #ffffff;
}
.cid-sVCClqhl77 a {
  font-style: normal;
}
.cid-sVCClqhl77 .nav-item span {
  padding-right: 0.4em;
  line-height: 0.3em;
  vertical-align: text-bottom;
  position: relative;
  top: -0.4em;
  text-decoration: none;
}
.cid-sVCClqhl77 .nav-item a {
  padding: 0.2rem 0 !important;
  margin: 0 .65rem !important;
}
.cid-sVCClqhl77 .dropdown-item:before {
  font-family: MobiriseIcons !important;
  content: '\e966';
  display: inline-block;
  width: 0;
  position: absolute;
  left: 1rem;
  top: 0.3rem;
  margin-right: 0.5rem;
  line-height: 1;
  font-size: inherit;
  vertical-align: middle;
  text-align: center;
  overflow: hidden;
  -webkit-transform: scale(0, 1);
  transform: scale(0, 1);
  -webkit-transition: all 0.25s ease-in-out;
  -moz-transition: all 0.25s ease-in-out;
  transition: all 0.25s ease-in-out;
}
.cid-sVCClqhl77 .content-text {
  margin-bottom: 0;
}
.cid-sVCClqhl77 .navbar-nav {
  position: relative;
  min-height: 45px;
  -ms-flex-direction: row;
  -webkit-flex-direction: row;
  flex-direction: row;
}
@media (min-width: 992px) {
  .cid-sVCClqhl77 .navbar-nav .main-menu-animated-line {
    position: absolute;
    left: 0;
    width: 0;
    height: 0;
    z-index: 100;
    border-top: 2px solid #56667b;
    -webkit-transition: width 0.4s, left 0.6s cubic-bezier(0.19, 0.65, 0.02, 0.93);
    -moz-transition: width 0.4s, left 0.6s cubic-bezier(0.19, 0.65, 0.02, 0.93);
    transition: width 0.4s, left 0.6s cubic-bezier(0.19, 0.65, 0.02, 0.93);
  }
  .cid-sVCClqhl77 .navbar-nav .main-menu-animated-line.bottom {
    bottom: 0;
  }
}
.cid-sVCClqhl77 .navbar-nav .nav-item span {
  padding-right: 0;
}
.cid-sVCClqhl77 .navbar-nav .nav-item a {
  margin: 0 1.1rem !important;
}
.cid-sVCClqhl77 .display-4 > .mbr-iconfont {
  font-size: 1.43em;
}
.cid-sVCClqhl77 .display-4 > .btn > .mbr-iconfont {
  font-size: 1.43em;
}
.cid-sVCClqhl77 .nav-dropdown .dropdown-item {
  font-weight: 400;
}
.cid-sVCClqhl77 .navbar-buttons.mbr-section-btn {
  display: flex;
  -webkit-align-items: center;
  align-items: center;
  -webkit-justify-content: center;
  justify-content: center;
}
.cid-sVCClqhl77 .nav-dropdown .link {
  font-weight: 400;
}
.cid-sVCClqhl77 .menu .navbar-brand .logo-text-part {
  vertical-align: top;
}
.cid-sVCClqhl77 .content-right-side {
  text-align: center;
}
.cid-sVCClqhl77 .menu-content-top {
  padding: 0 1rem;
  -webkit-align-items: center;
  align-items: center;
  -webkit-justify-content: space-between;
  justify-content: space-between;
  overflow: hidden;
  transition: min-height 0.25s ease-in-out;
}
@media (max-width: 991px) {
  .cid-sVCClqhl77 .menu-content-top {
    width: 100%;
    display: flex;
  }
  .cid-sVCClqhl77 .menu-content-top .menu-content-right {
    display: block;
    position: absolute;
    visibility: hidden;
    width: 100%;
    bottom: 0;
    left: 0;
    text-align: center;
    transition: 0s all 0s;
  }
  .cid-sVCClqhl77 .menu-content-top .menu-content-right .info-widget {
    padding: 1rem 0;
    text-align: center;
  }
  .cid-sVCClqhl77 .navbar.opened .menu-content-right {
    visibility: visible;
    transition: 0s all 0.3s;
  }
  .cid-sVCClqhl77 .menu-bottom {
    justify-content: flex-end;
  }
  .cid-sVCClqhl77 img {
    height: 1rem !important;
  }
  .cid-sVCClqhl77 .btn {
    display: -webkit-flex;
  }
  .cid-sVCClqhl77 button.navbar-toggler {
    display: block;
  }
  .cid-sVCClqhl77 .navbar-brand {
    margin-left: 1rem !important;
    margin-top: .3rem;
  }
  .cid-sVCClqhl77 .navbar {
    -webkit-flex-direction: column;
    flex-direction: column;
  }
  .cid-sVCClqhl77 .navbar-collapse {
    display: none !important;
    padding-right: 0 !important;
  }
  .cid-sVCClqhl77 .navbar-collapse.collapsing,
  .cid-sVCClqhl77 .navbar-collapse.show {
    display: block !important;
  }
  .cid-sVCClqhl77 .navbar-collapse.collapsing .navbar-nav,
  .cid-sVCClqhl77 .navbar-collapse.show .navbar-nav {
    display: block;
    text-align: center;
  }
  .cid-sVCClqhl77 .navbar-collapse.collapsing .navbar-nav .nav-item,
  .cid-sVCClqhl77 .navbar-collapse.show .navbar-nav .nav-item {
    clear: both;
  }
  .cid-sVCClqhl77 .navbar-collapse.collapsing .navbar-nav .nav-item:last-child,
  .cid-sVCClqhl77 .navbar-collapse.show .navbar-nav .nav-item:last-child {
    margin-bottom: 1rem;
  }
  .cid-sVCClqhl77 .navbar-collapse.collapsing .navbar-buttons,
  .cid-sVCClqhl77 .navbar-collapse.show .navbar-buttons {
    display: flex;
    -webkit-justify-content: center;
    justify-content: center;
    text-align: center;
  }
  .cid-sVCClqhl77 .navbar-collapse.collapsing .navbar-buttons:last-child,
  .cid-sVCClqhl77 .navbar-collapse.show .navbar-buttons:last-child {
    margin-bottom: 1rem;
  }
  .cid-sVCClqhl77 .dropdown .dropdown-menu {
    width: 100%;
    text-align: center;
    position: relative;
    opacity: 0;
    display: block;
    height: 0;
    visibility: hidden;
    padding: 0;
    transition-duration: .5s;
    transition-property: opacity, padding, height;
  }
  .cid-sVCClqhl77 .dropdown.open > .dropdown-menu {
    position: relative;
    opacity: 1;
    height: auto;
    padding: 1.4rem 0;
    visibility: visible;
  }
  .cid-sVCClqhl77 .dropdown .dropdown-submenu {
    left: 0;
    text-align: center;
    width: 100%;
  }
  .cid-sVCClqhl77 .dropdown .dropdown-toggle[data-toggle="dropdown-submenu"]::after {
    margin-top: 0;
    position: inherit;
    right: 0;
    top: 50%;
    display: inline-block;
    width: 0;
    height: 0;
    margin-left: .3em;
    vertical-align: middle;
    content: "";
    border-top: .30em solid;
    border-right: .30em solid transparent;
    border-left: .30em solid transparent;
  }
  .cid-sVCClqhl77 .navbar-buttons.mbr-section-btn {
    width: 100%;
  }
  .cid-sVCClqhl77 .dropdown .dropdown-menu .dropdown-item {
    padding: 0.235em 1.5em 0.235em 1.5em !important;
    transition: none;
    margin: 0 !important;
  }
}
@media (max-width: 991px) {
  .cid-sVCClqhl77 .navbar.opened {
    padding-bottom: 8rem;
  }
  .cid-sVCClqhl77 .navbar .navbar-collapse {
    max-height: calc(100vh - 8rem - 80px);
  }
}
@media (max-width: 575px) {
  .cid-sVCClqhl77 .navbar.opened {
    padding-bottom: 8rem;
  }
  .cid-sVCClqhl77 .navbar .navbar-collapse {
    max-height: calc(100vh - 10rem - 80px);
  }
}
.cid-sVCClqhl77 .content-right-side .content-link {
  margin-left: 2rem;
}
.cid-sVCClqhl77 .content-right-side .content-link span {
  vertical-align: middle;
  padding-right: 1rem;
}
.cid-sVCClqhl77 .widget-icon {
  display: inline-block;
  padding-right: 1rem;
  font-size: 1.65rem;
}
.cid-sVCClqhl77 .info-widget {
  padding-left: 2rem;
  padding-top: 0.5rem;
  padding-right: 3rem;
  border-left: 1px solid #e0e0e0;
}
.cid-sVCClqhl77 .menu-content-right {
  display: flex;
  -webkit-align-items: center;
  align-items: center;
}
.cid-sVCClqhl77 .menu-content-right .info-widget:last-child {
  padding-right: 0;
}
.cid-sVCClqhl77 .menu-content-right .info-widget:first-child {
  padding-left: 0;
  border-left: none;
}
.cid-sVCClqhl77 .widget-content {
  display: inline-block;
  vertical-align: top;
  text-align: left;
}
.cid-sVCClqhl77 .widget-content .widget-title {
  font-weight: 600;
  margin-bottom: 7px;
}
.cid-sVCClqhl77 .widget-content .widget-text {
  margin-bottom: 0;
}
.cid-sVCClqhl77 .menu-bottom {
  display: flex;
  width: 100%;
  padding: 0 2rem;
  position: relative;
  -webkit-justify-content: center;
  justify-content: center;
}
@media (min-width: 992px) {
  .cid-sVCClqhl77 .navbar .menu-content-top {
    display: -webkit-flex;
    min-height: 83px;
    height: 100%;
  }
  .cid-sVCClqhl77 .content-right-side {
    display: flex;
    text-align: right;
    -webkit-flex-wrap: nowrap;
    flex-wrap: nowrap;
    -webkit-align-items: center;
    align-items: center;
  }
  .cid-sVCClqhl77 .menu-content-top {
    border-bottom: 1px solid #e0e0e0;
  }
  .cid-sVCClqhl77 .navbar {
    display: block;
    padding: 0;
  }
  .cid-sVCClqhl77 .navbar .menu-logo {
    margin-right: auto;
    display: flex;
    -webkit-align-items: center;
    align-items: center;
  }
  .cid-sVCClqhl77 .navbar.navbar-toggleable-sm .navbar-collapse .navbar-nav .nav-item {
    -webkit-align-self: initial;
    align-self: auto;
    display: flex;
    -webkit-align-items: center;
    align-items: center;
    z-index: 101;
    min-height: 49px;
  }
  .cid-sVCClqhl77 .dropdown-item:hover:before {
    -webkit-transform: scale(1, 1);
    transform: scale(1, 1);
    width: 16px;
  }
  .cid-sVCClqhl77 .navbar-short .menu-content-top {
    height: 0;
    min-height: 0;
    border: none;
  }
  .cid-sVCClqhl77 .navbar-toggler {
    display: none;
  }
  .cid-sVCClqhl77 .navbar-collapse {
    -webkit-justify-content: center;
    justify-content: center;
  }
}
.cid-sVCClqhl77 .btn {
  padding: 0.4rem 1.5rem;
  display: inline-flex;
  -webkit-align-items: center;
  align-items: center;
}
.cid-sVCClqhl77 .btn .mbr-iconfont {
  font-size: 1.2em;
}
.cid-sVCClqhl77 .menu-logo {
  margin-right: auto;
}
.cid-sVCClqhl77 .menu-logo .navbar-brand {
  display: flex;
  margin-left: 1.5rem;
  padding: 0.5rem 0;
  transition: padding .2s;
  min-height: 3.8rem;
  -webkit-align-items: center;
  align-items: center;
}
.cid-sVCClqhl77 .menu-logo .navbar-brand .navbar-caption-wrap {
  display: flex;
  -webkit-align-items: center;
  align-items: center;
  word-break: break-word;
  min-width: 7rem;
  margin: .3rem 0;
}
.cid-sVCClqhl77 .menu-logo .navbar-brand .navbar-caption-wrap .navbar-caption {
  line-height: 1.2rem !important;
  padding-right: 2rem;
}
.cid-sVCClqhl77 .menu-logo .navbar-brand .navbar-logo {
  font-size: 3rem;
  transition: font-size 0.25s;
}
.cid-sVCClqhl77 .menu-logo .navbar-brand .navbar-logo img {
  display: flex;
}
.cid-sVCClqhl77 .menu-logo .navbar-brand .navbar-logo .mbr-iconfont {
  transition: font-size 0.25s;
}
.cid-sVCClqhl77 .navbar-toggleable-sm .navbar-collapse {
  width: auto;
}
.cid-sVCClqhl77 .navbar-toggleable-sm .navbar-collapse .navbar-nav {
  -webkit-flex-wrap: wrap;
  flex-wrap: wrap;
  padding-left: 0;
}
.cid-sVCClqhl77 .navbar-toggleable-sm .navbar-collapse .navbar-nav .nav-item {
  -webkit-align-self: center;
  align-self: center;
}
.cid-sVCClqhl77 .navbar-toggleable-sm .navbar-collapse .navbar-buttons {
  padding-left: 0;
  padding-bottom: 0;
}
.cid-sVCClqhl77 .dropdown .dropdown-menu {
  background: #ffffff;
  display: none;
  position: absolute;
  min-width: 5rem;
  padding-top: 1.4rem;
  padding-bottom: 1.4rem;
  text-align: left;
}
@media (max-width: 991px) {
  .cid-sVCClqhl77 .dropdown .dropdown-menu {
    overflow: hidden;
  }
}
.cid-sVCClqhl77 .dropdown .dropdown-menu .dropdown-item {
  width: auto;
  padding: 0.235em 2.5385em 0.235em 3.5385em !important;
  -webkit-transition: all 0.25s ease-in-out;
  -moz-transition: all 0.25s ease-in-out;
  transition: all 0.25s ease-in-out;
}
.cid-sVCClqhl77 .dropdown .dropdown-menu .dropdown-item::after {
  right: 0.5rem;
}
.cid-sVCClqhl77 .dropdown .dropdown-menu .dropdown-item:hover .mbr-iconfont:before {
  -webkit-transform: scale(0, 1);
  transform: scale(0, 1);
}
.cid-sVCClqhl77 .dropdown .dropdown-menu .dropdown-item .mbr-iconfont {
  margin-left: -1.8rem;
  padding-right: 1rem;
  font-size: inherit;
}
.cid-sVCClqhl77 .dropdown .dropdown-menu .dropdown-item .mbr-iconfont:before {
  display: inline-block;
  -webkit-transform: scale(1, 1);
  transform: scale(1, 1);
  -webkit-transition: all 0.25s ease-in-out;
  -moz-transition: all 0.25s ease-in-out;
  transition: all 0.25s ease-in-out;
}
.cid-sVCClqhl77 .dropdown .dropdown-menu .dropdown-submenu {
  margin: 0;
}
.cid-sVCClqhl77 .dropdown.open > .dropdown-menu {
  display: block;
}
.cid-sVCClqhl77 .navbar-toggleable-sm.opened:after {
  position: absolute;
  width: 100vw;
  height: 100vh;
  content: '';
  background-color: rgba(0, 0, 0, 0.1);
  left: 0;
  bottom: 0;
  -webkit-transform: translateY(100%);
  transform: translateY(100%);
  z-index: 1000;
}
.cid-sVCClqhl77 .navbar.navbar-short {
  min-height: 50px;
  transition: all .2s;
}
.cid-sVCClqhl77 .navbar.navbar-short .navbar-logo a {
  font-size: 2.5rem !important;
  line-height: 2.5rem;
  transition: font-size 0.25s;
}
.cid-sVCClqhl77 .navbar.navbar-short .navbar-logo a .mbr-iconfont {
  font-size: 2.5rem !important;
}
.cid-sVCClqhl77 .navbar.navbar-short .navbar-logo a img {
  height: 3rem !important;
}
.cid-sVCClqhl77 .navbar.navbar-short .navbar-brand {
  min-height: 2rem;
}
.cid-sVCClqhl77 button.navbar-toggler {
  width: 31px;
  height: 18px;
  cursor: pointer;
  transition: all .2s;
  margin: 1rem .8rem;
  -webkit-align-self: center;
  align-self: center;
}
.cid-sVCClqhl77 button.navbar-toggler:focus {
  outline: none;
}
.cid-sVCClqhl77 button.navbar-toggler .hamburger span {
  position: absolute;
  right: 0;
  width: 30px;
  height: 2px;
  border-right: 5px;
  background-color: #333333;
}
.cid-sVCClqhl77 button.navbar-toggler .hamburger span:nth-child(1) {
  top: 0;
  transition: all .2s;
}
.cid-sVCClqhl77 button.navbar-toggler .hamburger span:nth-child(2) {
  top: 8px;
  transition: all .15s;
}
.cid-sVCClqhl77 button.navbar-toggler .hamburger span:nth-child(3) {
  top: 8px;
  transition: all .15s;
}
.cid-sVCClqhl77 button.navbar-toggler .hamburger span:nth-child(4) {
  top: 16px;
  transition: all .2s;
}
.cid-sVCClqhl77 nav.opened .hamburger span:nth-child(1) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all .2s;
}
.cid-sVCClqhl77 nav.opened .hamburger span:nth-child(2) {
  -webkit-transform: rotate(45deg);
  transform: rotate(45deg);
  transition: all .25s;
}
.cid-sVCClqhl77 nav.opened .hamburger span:nth-child(3) {
  -webkit-transform: rotate(-45deg);
  transform: rotate(-45deg);
  transition: all .25s;
}
.cid-sVCClqhl77 nav.opened .hamburger span:nth-child(4) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all .2s;
}
.cid-sVCClqhl77 .collapsed .dropdown-menu .dropdown-item:before {
  display: none;
}
.cid-sVCClqhl77 .collapsed .dropdown .dropdown-menu .dropdown-item {
  padding: 0.235em 1.5em 0.235em 1.5em !important;
  transition: none;
  margin: 0 !important;
}
.cid-sVCClqhl77 .collapsed .btn {
  display: -webkit-flex;
}
.cid-sVCClqhl77 .collapsed .navbar-collapse {
  display: none !important;
  padding-right: 0 !important;
}
.cid-sVCClqhl77 .collapsed .navbar-collapse.collapsing,
.cid-sVCClqhl77 .collapsed .navbar-collapse.show {
  display: block !important;
}
.cid-sVCClqhl77 .collapsed .navbar-collapse.collapsing .navbar-nav,
.cid-sVCClqhl77 .collapsed .navbar-collapse.show .navbar-nav {
  display: block;
  text-align: center;
}
.cid-sVCClqhl77 .collapsed .navbar-collapse.collapsing .navbar-nav .nav-item,
.cid-sVCClqhl77 .collapsed .navbar-collapse.show .navbar-nav .nav-item {
  clear: both;
}
.cid-sVCClqhl77 .collapsed .navbar-collapse.collapsing .navbar-nav .nav-item:last-child,
.cid-sVCClqhl77 .collapsed .navbar-collapse.show .navbar-nav .nav-item:last-child {
  margin-bottom: 1rem;
}
.cid-sVCClqhl77 .collapsed .navbar-collapse.collapsing .navbar-buttons,
.cid-sVCClqhl77 .collapsed .navbar-collapse.show .navbar-buttons {
  display: flex;
  -webkit-justify-content: center;
  justify-content: center;
  text-align: center;
}
.cid-sVCClqhl77 .collapsed .navbar-collapse.collapsing .navbar-buttons:last-child,
.cid-sVCClqhl77 .collapsed .navbar-collapse.show .navbar-buttons:last-child {
  margin-bottom: 1rem;
}
@media (min-width: 992px) {
  .cid-sVCClqhl77 .collapsed:not(.navbar-short) .navbar-collapse {
    max-height: calc(100vh - 4.6rem - 1.5rem);
  }
  .cid-sVCClqhl77 .collapsed .dropdown .dropdown-menu {
    overflow: hidden;
  }
}
.cid-sVCClqhl77 .collapsed button.navbar-toggler {
  display: block;
}
.cid-sVCClqhl77 .collapsed .navbar-brand {
  margin-left: 1rem !important;
  margin-top: .5rem;
}
.cid-sVCClqhl77 .collapsed .navbar-toggleable-sm {
  -webkit-flex-direction: column;
  flex-direction: column;
}
.cid-sVCClqhl77 .collapsed .dropdown .dropdown-menu {
  width: 100%;
  text-align: center;
  position: relative;
  opacity: 0;
  display: block;
  height: 0;
  visibility: hidden;
  padding: 0;
  transition-duration: .5s;
  transition-property: opacity, padding, height;
}
.cid-sVCClqhl77 .collapsed .dropdown.open > .dropdown-menu {
  position: relative;
  opacity: 1;
  height: auto;
  padding: 1.4rem 0;
  visibility: visible;
}
.cid-sVCClqhl77 .collapsed .dropdown .dropdown-submenu {
  left: 0;
  text-align: center;
  width: 100%;
}
.cid-sVCClqhl77 .collapsed .dropdown .dropdown-toggle[data-toggle="dropdown-submenu"]::after {
  margin-top: 0;
  position: inherit;
  right: 0;
  top: 50%;
  display: inline-block;
  width: 0;
  height: 0;
  margin-left: .3em;
  vertical-align: middle;
  content: "";
  border-top: .30em solid;
  border-right: .30em solid transparent;
  border-left: .30em solid transparent;
}
.cid-sVCClqhl77 .collapsed .menu-bottom {
  -webkit-flex-direction: column-reverse;
  flex-direction: column-reverse;
  -webkit-justify-content: center;
  justify-content: center;
}
.cid-sVCClqhl77 .navbar-dropdown {
  -webkit-flex-wrap: nowrap;
  flex-wrap: nowrap;
}
.cid-sVCClqhl77 .navbar-collapse {
  -ms-flex-preferred-size: auto;
  -webkit-flex-basis: auto;
  flex-basis: auto;
}
.cid-sVCClqhl77 .nav-link:focus {
  outline: none;
}
.cid-sVCClqhl77 .navbar-toggler {
  position: relative;
}
.cid-sVCClqhl77 .dropdown-item.active,
.cid-sVCClqhl77 .dropdown-item:active {
  background: #ffffff;
  color: initial;
}
.cid-sVCClqhl77 .nav-link:hover,
.cid-sVCClqhl77 .dropdown-item:hover {
  color: #4284df;
}
.cid-sVCClqhl77 .widget-title,
.cid-sVCClqhl77 .widget-icon {
  color: #777d74;
}
.cid-sVCClqhl77 .widget-text {
  color: #777d74;
}
.cid-sVD4rPVkQh.popup-builder {
  background-color: #ffffff;
}
.cid-sVD4rPVkQh.popup-builder .modal {
  position: relative;
  display: block;
  z-index: 1;
}
.cid-sVD4rPVkQh.popup-builder .modal-dialog {
  margin-top: 60px;
  margin-bottom: 60px;
}
.cid-sVD4rPVkQh .modal-content,
.cid-sVD4rPVkQh .modal-dialog {
  height: auto;
}
.cid-sVD4rPVkQh .form-wrapper .input-group-btn {
  margin-right: auto;
  margin-left: auto;
}
.cid-sVD4rPVkQh .form-wrapper .input-group-btn .btn {
  margin: 0 !important;
}
@media (min-width: 769px) {
  .cid-sVD4rPVkQh .form-wrapper .mbr-form .form-group,
  .cid-sVD4rPVkQh .form-wrapper .mbr-form .input-group-btn {
    padding: 0 .5rem;
  }
}
.cid-sVD4rPVkQh .card-img {
  width: 100%;
  margin: auto;
  border-radius: 0;
}
.cid-sVD4rPVkQh .mbr-figure img {
  display: block;
  width: 100%;
  -ms-flex-item-align: center;
  -ms-grid-row-align: center;
  -webkit-align-self: center;
  align-self: center;
}
.cid-sVD4rPVkQh .mbr-text {
  text-align: center;
}
.cid-sVD4rPVkQh .pt-0 {
  padding-top: 0 !important;
}
.cid-sVD4rPVkQh .pb-0 {
  padding-bottom: 0 !important;
}
.cid-sVD4rPVkQh .form-content {
  -ms-flex-pack: center;
  justify-content: center;
  text-align: center;
}
.cid-sVD4rPVkQh .mbr-overlay {
  bottom: 0;
  left: 0;
  position: absolute;
  right: 0;
  top: 0;
  z-index: 0;
  pointer-events: none;
}
.cid-sVD4rPVkQh .modal-open {
  overflow: hidden;
}
.cid-sVD4rPVkQh .modal-open .modal {
  overflow-x: hidden;
  overflow-y: auto;
}
.cid-sVD4rPVkQh .modal {
  position: fixed;
  top: 0;
  left: 0;
  z-index: 1050;
  display: none;
  width: 100%;
  height: 100%;
  overflow: hidden;
  outline: 0;
}
.cid-sVD4rPVkQh .modal-dialog {
  position: relative;
  width: auto;
  margin: .5rem;
  pointer-events: none;
}
.cid-sVD4rPVkQh .modal.fade .modal-dialog {
  transition: transform 0.3s ease-out, -webkit-transform 0.3s ease-out;
  -webkit-transform: translate(0, -50px);
  transform: translate(0, -50px);
}
.cid-sVD4rPVkQh .modal.show .modal-dialog {
  -webkit-transform: none;
  transform: none;
}
.cid-sVD4rPVkQh .modal-dialog-centered {
  display: flex;
  -ms-flex-align: center;
  align-items: center;
  min-height: calc(100% - (.5rem * 2));
}
.cid-sVD4rPVkQh .modal-dialog-centered::before {
  display: block;
  height: calc(100vh - (.5rem * 2));
  content: "";
}
.cid-sVD4rPVkQh .modal-content {
  background: #ffffff;
  position: relative;
  display: flex;
  -ms-flex-direction: column;
  flex-direction: column;
  width: 100%;
  pointer-events: auto;
  background-clip: padding-box;
  border: none;
  outline: 0;
  -webkit-box-shadow: 0 10px 40px 0 rgba(0, 0, 0, 0.2);
  box-shadow: 0 10px 40px 0 rgba(0, 0, 0, 0.2);
}
.cid-sVD4rPVkQh .margin-center-pos {
  margin-top: auto;
  margin-bottom: auto;
}
.cid-sVD4rPVkQh .modal-backdrop {
  position: fixed;
  top: 0;
  left: 0;
  z-index: 1040;
  width: 100vw;
  height: 100vh;
  background-color: #000;
}
.cid-sVD4rPVkQh .modal-backdrop.fade {
  opacity: 0;
}
.cid-sVD4rPVkQh .modal-backdrop.show {
  opacity: .5;
}
.cid-sVD4rPVkQh .modal-header {
  display: flex;
  -ms-flex-align: start;
  align-items: flex-start;
  -ms-flex-pack: justify;
  justify-content: space-between;
  border-bottom: none;
}
@media (min-width: 992px) {
  .cid-sVD4rPVkQh .modal-header {
    padding: 2rem 2rem 1rem;
  }
}
@media (max-width: 991px) {
  .cid-sVD4rPVkQh .modal-header {
    padding: 1rem;
  }
}
.cid-sVD4rPVkQh .modal-header .close {
  position: absolute;
  top: 1rem;
  right: 1rem;
  margin: -1rem -1rem -1rem auto;
  padding: 1rem;
  opacity: .75;
}
.cid-sVD4rPVkQh .modal-header .close svg {
  fill: #353535;
}
.cid-sVD4rPVkQh .modal-header .close:hover {
  opacity: 1;
}
.cid-sVD4rPVkQh .modal-header .close:focus {
  outline: none;
}
.cid-sVD4rPVkQh .modal-title {
  line-height: 1.5;
  width: 100%;
  margin: 0;
  text-align: center;
  color: #263d5a;
}
.cid-sVD4rPVkQh .modal-body {
  position: relative;
  -ms-flex: 1 1 auto;
  flex: 1 1 auto;
}
@media (min-width: 992px) {
  .cid-sVD4rPVkQh .modal-body {
    padding: 1rem 2rem 2rem;
  }
}
@media (max-width: 991px) {
  .cid-sVD4rPVkQh .modal-body {
    padding: 1rem;
  }
}
.cid-sVD4rPVkQh .modal-footer {
  display: flex;
  -ms-flex-align: center;
  align-items: center;
  -ms-flex-pack: center;
  justify-content: center;
  border-top: none;
  text-align: center;
}
@media (min-width: 992px) {
  .cid-sVD4rPVkQh .modal-footer {
    padding: 0rem 2rem 2rem;
  }
}
@media (max-width: 991px) {
  .cid-sVD4rPVkQh .modal-footer {
    padding: 1rem;
  }
}
.cid-sVD4rPVkQh .modal-scrollbar-measure {
  position: absolute;
  top: -9999px;
  width: 50px;
  height: 50px;
  overflow: scroll;
}
@media (min-width: 576px) {
  .cid-sVD4rPVkQh .modal-dialog {
    max-width: 500px;
    margin: 1.75rem auto;
  }
  .cid-sVD4rPVkQh .modal-dialog-centered {
    min-height: calc(100% - (1.75rem * 2));
  }
  .cid-sVD4rPVkQh .modal-dialog-centered::before {
    height: calc(100vh - (1.75rem * 2));
  }
  .cid-sVD4rPVkQh .modal-sm {
    max-width: 300px;
  }
}
@media (min-width: 992px) {
  .cid-sVD4rPVkQh .modal-lg,
  .cid-sVD4rPVkQh .modal-xl {
    max-width: 800px;
  }
}
@media (min-width: 1200px) {
  .cid-sVD4rPVkQh .modal-xl {
    max-width: 1140px;
  }
}
.cid-sVD4rPVkQh .row {
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  margin-right: -15px;
  margin-left: -15px;
}
.cid-sVD4rPVkQh .col-md-4 {
  position: relative;
  width: 100%;
  padding-right: 15px;
  padding-left: 15px;
  -ms-flex: 0 0 33.333333%;
  flex: 0 0 33.333333%;
  max-width: 33.333333%;
}
.cid-sVD4rPVkQh .form-group {
  margin-bottom: 1rem;
}
.cid-sVD4rPVkQh .form-control {
  display: block;
  width: 100%;
  font-size: 1rem;
  font-weight: 400;
  line-height: 1.5;
}
.cid-sVD4rPVkQh .col {
  -ms-flex-preferred-size: 0;
  flex-basis: 0;
  -ms-flex-positive: 1;
  flex-grow: 1;
  max-width: 100%;
}
.cid-sVD4rPVkQh .col-md-auto {
  position: relative;
  padding-right: 15px;
  padding-left: 15px;
  -ms-flex: 0 0 auto;
  flex: 0 0 auto;
  width: auto;
  max-width: 100%;
}
.cid-sVD4rPVkQh .mbr-section-btn {
  margin: 0;
}
.cid-sVD4rPVkQh .mbr-section-btn .btn {
  margin: 0;
}
.cid-sVD61cjtgD.popup-builder {
  background-color: #ffffff;
}
.cid-sVD61cjtgD.popup-builder .modal {
  position: relative;
  display: block;
  z-index: 1;
}
.cid-sVD61cjtgD.popup-builder .modal-dialog {
  margin-top: 60px;
  margin-bottom: 60px;
}
.cid-sVD61cjtgD .modal-content,
.cid-sVD61cjtgD .modal-dialog {
  height: auto;
}
.cid-sVD61cjtgD .form-wrapper .input-group-btn {
  margin-right: auto;
  margin-left: auto;
}
.cid-sVD61cjtgD .form-wrapper .input-group-btn .btn {
  margin: 0 !important;
}
@media (min-width: 769px) {
  .cid-sVD61cjtgD .form-wrapper .mbr-form .form-group,
  .cid-sVD61cjtgD .form-wrapper .mbr-form .input-group-btn {
    padding: 0 .5rem;
  }
}
.cid-sVD61cjtgD .card-img {
  width: 100%;
  margin: auto;
  border-radius: 0;
}
.cid-sVD61cjtgD .mbr-figure img {
  display: block;
  width: 100%;
  -ms-flex-item-align: center;
  -ms-grid-row-align: center;
  -webkit-align-self: center;
  align-self: center;
}
.cid-sVD61cjtgD .mbr-text {
  text-align: center;
}
.cid-sVD61cjtgD .pt-0 {
  padding-top: 0 !important;
}
.cid-sVD61cjtgD .pb-0 {
  padding-bottom: 0 !important;
}
.cid-sVD61cjtgD .form-content {
  -ms-flex-pack: center;
  justify-content: center;
  text-align: center;
}
.cid-sVD61cjtgD .mbr-overlay {
  bottom: 0;
  left: 0;
  position: absolute;
  right: 0;
  top: 0;
  z-index: 0;
  pointer-events: none;
}
.cid-sVD61cjtgD .modal-open {
  overflow: hidden;
}
.cid-sVD61cjtgD .modal-open .modal {
  overflow-x: hidden;
  overflow-y: auto;
}
.cid-sVD61cjtgD .modal {
  position: fixed;
  top: 0;
  left: 0;
  z-index: 1050;
  display: none;
  width: 100%;
  height: 100%;
  overflow: hidden;
  outline: 0;
}
.cid-sVD61cjtgD .modal-dialog {
  position: relative;
  width: auto;
  margin: .5rem;
  pointer-events: none;
}
.cid-sVD61cjtgD .modal.fade .modal-dialog {
  transition: transform 0.3s ease-out, -webkit-transform 0.3s ease-out;
  -webkit-transform: translate(0, -50px);
  transform: translate(0, -50px);
}
.cid-sVD61cjtgD .modal.show .modal-dialog {
  -webkit-transform: none;
  transform: none;
}
.cid-sVD61cjtgD .modal-dialog-centered {
  display: flex;
  -ms-flex-align: center;
  align-items: center;
  min-height: calc(100% - (.5rem * 2));
}
.cid-sVD61cjtgD .modal-dialog-centered::before {
  display: block;
  height: calc(100vh - (.5rem * 2));
  content: "";
}
.cid-sVD61cjtgD .modal-content {
  background: #ffffff;
  position: relative;
  display: flex;
  -ms-flex-direction: column;
  flex-direction: column;
  width: 100%;
  pointer-events: auto;
  background-clip: padding-box;
  border: none;
  outline: 0;
  -webkit-box-shadow: 0 10px 40px 0 rgba(0, 0, 0, 0.2);
  box-shadow: 0 10px 40px 0 rgba(0, 0, 0, 0.2);
}
.cid-sVD61cjtgD .margin-center-pos {
  margin-top: auto;
  margin-bottom: auto;
}
.cid-sVD61cjtgD .modal-backdrop {
  position: fixed;
  top: 0;
  left: 0;
  z-index: 1040;
  width: 100vw;
  height: 100vh;
  background-color: #000;
}
.cid-sVD61cjtgD .modal-backdrop.fade {
  opacity: 0;
}
.cid-sVD61cjtgD .modal-backdrop.show {
  opacity: .5;
}
.cid-sVD61cjtgD .modal-header {
  display: flex;
  -ms-flex-align: start;
  align-items: flex-start;
  -ms-flex-pack: justify;
  justify-content: space-between;
  border-bottom: none;
}
@media (min-width: 992px) {
  .cid-sVD61cjtgD .modal-header {
    padding: 2rem 2rem 1rem;
  }
}
@media (max-width: 991px) {
  .cid-sVD61cjtgD .modal-header {
    padding: 1rem;
  }
}
.cid-sVD61cjtgD .modal-header .close {
  position: absolute;
  top: 1rem;
  right: 1rem;
  margin: -1rem -1rem -1rem auto;
  padding: 1rem;
  opacity: .75;
}
.cid-sVD61cjtgD .modal-header .close svg {
  fill: #353535;
}
.cid-sVD61cjtgD .modal-header .close:hover {
  opacity: 1;
}
.cid-sVD61cjtgD .modal-header .close:focus {
  outline: none;
}
.cid-sVD61cjtgD .modal-title {
  line-height: 1.5;
  width: 100%;
  margin: 0;
  text-align: center;
  color: #263d5a;
}
.cid-sVD61cjtgD .modal-body {
  position: relative;
  -ms-flex: 1 1 auto;
  flex: 1 1 auto;
}
@media (min-width: 992px) {
  .cid-sVD61cjtgD .modal-body {
    padding: 1rem 2rem 2rem;
  }
}
@media (max-width: 991px) {
  .cid-sVD61cjtgD .modal-body {
    padding: 1rem;
  }
}
.cid-sVD61cjtgD .modal-footer {
  display: flex;
  -ms-flex-align: center;
  align-items: center;
  -ms-flex-pack: center;
  justify-content: center;
  border-top: none;
  text-align: center;
}
@media (min-width: 992px) {
  .cid-sVD61cjtgD .modal-footer {
    padding: 0rem 2rem 2rem;
  }
}
@media (max-width: 991px) {
  .cid-sVD61cjtgD .modal-footer {
    padding: 1rem;
  }
}
.cid-sVD61cjtgD .modal-scrollbar-measure {
  position: absolute;
  top: -9999px;
  width: 50px;
  height: 50px;
  overflow: scroll;
}
@media (min-width: 576px) {
  .cid-sVD61cjtgD .modal-dialog {
    max-width: 500px;
    margin: 1.75rem auto;
  }
  .cid-sVD61cjtgD .modal-dialog-centered {
    min-height: calc(100% - (1.75rem * 2));
  }
  .cid-sVD61cjtgD .modal-dialog-centered::before {
    height: calc(100vh - (1.75rem * 2));
  }
  .cid-sVD61cjtgD .modal-sm {
    max-width: 300px;
  }
}
@media (min-width: 992px) {
  .cid-sVD61cjtgD .modal-lg,
  .cid-sVD61cjtgD .modal-xl {
    max-width: 800px;
  }
}
@media (min-width: 1200px) {
  .cid-sVD61cjtgD .modal-xl {
    max-width: 1140px;
  }
}
.cid-sVD61cjtgD .row {
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  margin-right: -15px;
  margin-left: -15px;
}
.cid-sVD61cjtgD .col-md-4 {
  position: relative;
  width: 100%;
  padding-right: 15px;
  padding-left: 15px;
  -ms-flex: 0 0 33.333333%;
  flex: 0 0 33.333333%;
  max-width: 33.333333%;
}
.cid-sVD61cjtgD .form-group {
  margin-bottom: 1rem;
}
.cid-sVD61cjtgD .form-control {
  display: block;
  width: 100%;
  font-size: 1rem;
  font-weight: 400;
  line-height: 1.5;
}
.cid-sVD61cjtgD .col {
  -ms-flex-preferred-size: 0;
  flex-basis: 0;
  -ms-flex-positive: 1;
  flex-grow: 1;
  max-width: 100%;
}
.cid-sVD61cjtgD .col-md-auto {
  position: relative;
  padding-right: 15px;
  padding-left: 15px;
  -ms-flex: 0 0 auto;
  flex: 0 0 auto;
  width: auto;
  max-width: 100%;
}
.cid-sVD61cjtgD .mbr-section-btn {
  margin: 0;
}
.cid-sVD61cjtgD .mbr-section-btn .btn {
  margin: 0;
}
.cid-sVD61SJq0G.popup-builder {
  background-color: #ffffff;
}
.cid-sVD61SJq0G.popup-builder .modal {
  position: relative;
  display: block;
  z-index: 1;
}
.cid-sVD61SJq0G.popup-builder .modal-dialog {
  margin-top: 60px;
  margin-bottom: 60px;
}
.cid-sVD61SJq0G .modal-content,
.cid-sVD61SJq0G .modal-dialog {
  height: auto;
}
.cid-sVD61SJq0G .form-wrapper .input-group-btn {
  margin-right: auto;
  margin-left: auto;
}
.cid-sVD61SJq0G .form-wrapper .input-group-btn .btn {
  margin: 0 !important;
}
@media (min-width: 769px) {
  .cid-sVD61SJq0G .form-wrapper .mbr-form .form-group,
  .cid-sVD61SJq0G .form-wrapper .mbr-form .input-group-btn {
    padding: 0 .5rem;
  }
}
.cid-sVD61SJq0G .card-img {
  width: 100%;
  margin: auto;
  border-radius: 0;
}
.cid-sVD61SJq0G .mbr-figure img {
  display: block;
  width: 100%;
  -ms-flex-item-align: center;
  -ms-grid-row-align: center;
  -webkit-align-self: center;
  align-self: center;
}
.cid-sVD61SJq0G .mbr-text {
  text-align: center;
}
.cid-sVD61SJq0G .pt-0 {
  padding-top: 0 !important;
}
.cid-sVD61SJq0G .pb-0 {
  padding-bottom: 0 !important;
}
.cid-sVD61SJq0G .form-content {
  -ms-flex-pack: center;
  justify-content: center;
  text-align: center;
}
.cid-sVD61SJq0G .mbr-overlay {
  bottom: 0;
  left: 0;
  position: absolute;
  right: 0;
  top: 0;
  z-index: 0;
  pointer-events: none;
}
.cid-sVD61SJq0G .modal-open {
  overflow: hidden;
}
.cid-sVD61SJq0G .modal-open .modal {
  overflow-x: hidden;
  overflow-y: auto;
}
.cid-sVD61SJq0G .modal {
  position: fixed;
  top: 0;
  left: 0;
  z-index: 1050;
  display: none;
  width: 100%;
  height: 100%;
  overflow: hidden;
  outline: 0;
}
.cid-sVD61SJq0G .modal-dialog {
  position: relative;
  width: auto;
  margin: .5rem;
  pointer-events: none;
}
.cid-sVD61SJq0G .modal.fade .modal-dialog {
  transition: transform 0.3s ease-out, -webkit-transform 0.3s ease-out;
  -webkit-transform: translate(0, -50px);
  transform: translate(0, -50px);
}
.cid-sVD61SJq0G .modal.show .modal-dialog {
  -webkit-transform: none;
  transform: none;
}
.cid-sVD61SJq0G .modal-dialog-centered {
  display: flex;
  -ms-flex-align: center;
  align-items: center;
  min-height: calc(100% - (.5rem * 2));
}
.cid-sVD61SJq0G .modal-dialog-centered::before {
  display: block;
  height: calc(100vh - (.5rem * 2));
  content: "";
}
.cid-sVD61SJq0G .modal-content {
  background: #ffffff;
  position: relative;
  display: flex;
  -ms-flex-direction: column;
  flex-direction: column;
  width: 100%;
  pointer-events: auto;
  background-clip: padding-box;
  border: none;
  outline: 0;
  -webkit-box-shadow: 0 10px 40px 0 rgba(0, 0, 0, 0.2);
  box-shadow: 0 10px 40px 0 rgba(0, 0, 0, 0.2);
}
.cid-sVD61SJq0G .margin-center-pos {
  margin-top: auto;
  margin-bottom: auto;
}
.cid-sVD61SJq0G .modal-backdrop {
  position: fixed;
  top: 0;
  left: 0;
  z-index: 1040;
  width: 100vw;
  height: 100vh;
  background-color: #000;
}
.cid-sVD61SJq0G .modal-backdrop.fade {
  opacity: 0;
}
.cid-sVD61SJq0G .modal-backdrop.show {
  opacity: .5;
}
.cid-sVD61SJq0G .modal-header {
  display: flex;
  -ms-flex-align: start;
  align-items: flex-start;
  -ms-flex-pack: justify;
  justify-content: space-between;
  border-bottom: none;
}
@media (min-width: 992px) {
  .cid-sVD61SJq0G .modal-header {
    padding: 2rem 2rem 1rem;
  }
}
@media (max-width: 991px) {
  .cid-sVD61SJq0G .modal-header {
    padding: 1rem;
  }
}
.cid-sVD61SJq0G .modal-header .close {
  position: absolute;
  top: 1rem;
  right: 1rem;
  margin: -1rem -1rem -1rem auto;
  padding: 1rem;
  opacity: .75;
}
.cid-sVD61SJq0G .modal-header .close svg {
  fill: #353535;
}
.cid-sVD61SJq0G .modal-header .close:hover {
  opacity: 1;
}
.cid-sVD61SJq0G .modal-header .close:focus {
  outline: none;
}
.cid-sVD61SJq0G .modal-title {
  line-height: 1.5;
  width: 100%;
  margin: 0;
  text-align: center;
  color: #263d5a;
}
.cid-sVD61SJq0G .modal-body {
  position: relative;
  -ms-flex: 1 1 auto;
  flex: 1 1 auto;
}
@media (min-width: 992px) {
  .cid-sVD61SJq0G .modal-body {
    padding: 1rem 2rem 2rem;
  }
}
@media (max-width: 991px) {
  .cid-sVD61SJq0G .modal-body {
    padding: 1rem;
  }
}
.cid-sVD61SJq0G .modal-footer {
  display: flex;
  -ms-flex-align: center;
  align-items: center;
  -ms-flex-pack: center;
  justify-content: center;
  border-top: none;
  text-align: center;
}
@media (min-width: 992px) {
  .cid-sVD61SJq0G .modal-footer {
    padding: 0rem 2rem 2rem;
  }
}
@media (max-width: 991px) {
  .cid-sVD61SJq0G .modal-footer {
    padding: 1rem;
  }
}
.cid-sVD61SJq0G .modal-scrollbar-measure {
  position: absolute;
  top: -9999px;
  width: 50px;
  height: 50px;
  overflow: scroll;
}
@media (min-width: 576px) {
  .cid-sVD61SJq0G .modal-dialog {
    max-width: 500px;
    margin: 1.75rem auto;
  }
  .cid-sVD61SJq0G .modal-dialog-centered {
    min-height: calc(100% - (1.75rem * 2));
  }
  .cid-sVD61SJq0G .modal-dialog-centered::before {
    height: calc(100vh - (1.75rem * 2));
  }
  .cid-sVD61SJq0G .modal-sm {
    max-width: 300px;
  }
}
@media (min-width: 992px) {
  .cid-sVD61SJq0G .modal-lg,
  .cid-sVD61SJq0G .modal-xl {
    max-width: 800px;
  }
}
@media (min-width: 1200px) {
  .cid-sVD61SJq0G .modal-xl {
    max-width: 1140px;
  }
}
.cid-sVD61SJq0G .row {
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  margin-right: -15px;
  margin-left: -15px;
}
.cid-sVD61SJq0G .col-md-4 {
  position: relative;
  width: 100%;
  padding-right: 15px;
  padding-left: 15px;
  -ms-flex: 0 0 33.333333%;
  flex: 0 0 33.333333%;
  max-width: 33.333333%;
}
.cid-sVD61SJq0G .form-group {
  margin-bottom: 1rem;
}
.cid-sVD61SJq0G .form-control {
  display: block;
  width: 100%;
  font-size: 1rem;
  font-weight: 400;
  line-height: 1.5;
}
.cid-sVD61SJq0G .col {
  -ms-flex-preferred-size: 0;
  flex-basis: 0;
  -ms-flex-positive: 1;
  flex-grow: 1;
  max-width: 100%;
}
.cid-sVD61SJq0G .col-md-auto {
  position: relative;
  padding-right: 15px;
  padding-left: 15px;
  -ms-flex: 0 0 auto;
  flex: 0 0 auto;
  width: auto;
  max-width: 100%;
}
.cid-sVD61SJq0G .mbr-section-btn {
  margin: 0;
}
.cid-sVD61SJq0G .mbr-section-btn .btn {
  margin: 0;
}
.cid-sVD62vWlUL.popup-builder {
  background-color: #ffffff;
}
.cid-sVD62vWlUL.popup-builder .modal {
  position: relative;
  display: block;
  z-index: 1;
}
.cid-sVD62vWlUL.popup-builder .modal-dialog {
  margin-top: 60px;
  margin-bottom: 60px;
}
.cid-sVD62vWlUL .modal-content,
.cid-sVD62vWlUL .modal-dialog {
  height: auto;
}
.cid-sVD62vWlUL .form-wrapper .input-group-btn {
  margin-right: auto;
  margin-left: auto;
}
.cid-sVD62vWlUL .form-wrapper .input-group-btn .btn {
  margin: 0 !important;
}
@media (min-width: 769px) {
  .cid-sVD62vWlUL .form-wrapper .mbr-form .form-group,
  .cid-sVD62vWlUL .form-wrapper .mbr-form .input-group-btn {
    padding: 0 .5rem;
  }
}
.cid-sVD62vWlUL .card-img {
  width: 100%;
  margin: auto;
  border-radius: 0;
}
.cid-sVD62vWlUL .mbr-figure img {
  display: block;
  width: 100%;
  -ms-flex-item-align: center;
  -ms-grid-row-align: center;
  -webkit-align-self: center;
  align-self: center;
}
.cid-sVD62vWlUL .mbr-text {
  text-align: center;
}
.cid-sVD62vWlUL .pt-0 {
  padding-top: 0 !important;
}
.cid-sVD62vWlUL .pb-0 {
  padding-bottom: 0 !important;
}
.cid-sVD62vWlUL .form-content {
  -ms-flex-pack: center;
  justify-content: center;
  text-align: center;
}
.cid-sVD62vWlUL .mbr-overlay {
  bottom: 0;
  left: 0;
  position: absolute;
  right: 0;
  top: 0;
  z-index: 0;
  pointer-events: none;
}
.cid-sVD62vWlUL .modal-open {
  overflow: hidden;
}
.cid-sVD62vWlUL .modal-open .modal {
  overflow-x: hidden;
  overflow-y: auto;
}
.cid-sVD62vWlUL .modal {
  position: fixed;
  top: 0;
  left: 0;
  z-index: 1050;
  display: none;
  width: 100%;
  height: 100%;
  overflow: hidden;
  outline: 0;
}
.cid-sVD62vWlUL .modal-dialog {
  position: relative;
  width: auto;
  margin: .5rem;
  pointer-events: none;
}
.cid-sVD62vWlUL .modal.fade .modal-dialog {
  transition: transform 0.3s ease-out, -webkit-transform 0.3s ease-out;
  -webkit-transform: translate(0, -50px);
  transform: translate(0, -50px);
}
.cid-sVD62vWlUL .modal.show .modal-dialog {
  -webkit-transform: none;
  transform: none;
}
.cid-sVD62vWlUL .modal-dialog-centered {
  display: flex;
  -ms-flex-align: center;
  align-items: center;
  min-height: calc(100% - (.5rem * 2));
}
.cid-sVD62vWlUL .modal-dialog-centered::before {
  display: block;
  height: calc(100vh - (.5rem * 2));
  content: "";
}
.cid-sVD62vWlUL .modal-content {
  background: #ffffff;
  position: relative;
  display: flex;
  -ms-flex-direction: column;
  flex-direction: column;
  width: 100%;
  pointer-events: auto;
  background-clip: padding-box;
  border: none;
  outline: 0;
  -webkit-box-shadow: 0 10px 40px 0 rgba(0, 0, 0, 0.2);
  box-shadow: 0 10px 40px 0 rgba(0, 0, 0, 0.2);
}
.cid-sVD62vWlUL .margin-center-pos {
  margin-top: auto;
  margin-bottom: auto;
}
.cid-sVD62vWlUL .modal-backdrop {
  position: fixed;
  top: 0;
  left: 0;
  z-index: 1040;
  width: 100vw;
  height: 100vh;
  background-color: #000;
}
.cid-sVD62vWlUL .modal-backdrop.fade {
  opacity: 0;
}
.cid-sVD62vWlUL .modal-backdrop.show {
  opacity: .5;
}
.cid-sVD62vWlUL .modal-header {
  display: flex;
  -ms-flex-align: start;
  align-items: flex-start;
  -ms-flex-pack: justify;
  justify-content: space-between;
  border-bottom: none;
}
@media (min-width: 992px) {
  .cid-sVD62vWlUL .modal-header {
    padding: 2rem 2rem 1rem;
  }
}
@media (max-width: 991px) {
  .cid-sVD62vWlUL .modal-header {
    padding: 1rem;
  }
}
.cid-sVD62vWlUL .modal-header .close {
  position: absolute;
  top: 1rem;
  right: 1rem;
  margin: -1rem -1rem -1rem auto;
  padding: 1rem;
  opacity: .75;
}
.cid-sVD62vWlUL .modal-header .close svg {
  fill: #353535;
}
.cid-sVD62vWlUL .modal-header .close:hover {
  opacity: 1;
}
.cid-sVD62vWlUL .modal-header .close:focus {
  outline: none;
}
.cid-sVD62vWlUL .modal-title {
  line-height: 1.5;
  width: 100%;
  margin: 0;
  text-align: center;
  color: #263d5a;
}
.cid-sVD62vWlUL .modal-body {
  position: relative;
  -ms-flex: 1 1 auto;
  flex: 1 1 auto;
}
@media (min-width: 992px) {
  .cid-sVD62vWlUL .modal-body {
    padding: 1rem 2rem 2rem;
  }
}
@media (max-width: 991px) {
  .cid-sVD62vWlUL .modal-body {
    padding: 1rem;
  }
}
.cid-sVD62vWlUL .modal-footer {
  display: flex;
  -ms-flex-align: center;
  align-items: center;
  -ms-flex-pack: center;
  justify-content: center;
  border-top: none;
  text-align: center;
}
@media (min-width: 992px) {
  .cid-sVD62vWlUL .modal-footer {
    padding: 0rem 2rem 2rem;
  }
}
@media (max-width: 991px) {
  .cid-sVD62vWlUL .modal-footer {
    padding: 1rem;
  }
}
.cid-sVD62vWlUL .modal-scrollbar-measure {
  position: absolute;
  top: -9999px;
  width: 50px;
  height: 50px;
  overflow: scroll;
}
@media (min-width: 576px) {
  .cid-sVD62vWlUL .modal-dialog {
    max-width: 500px;
    margin: 1.75rem auto;
  }
  .cid-sVD62vWlUL .modal-dialog-centered {
    min-height: calc(100% - (1.75rem * 2));
  }
  .cid-sVD62vWlUL .modal-dialog-centered::before {
    height: calc(100vh - (1.75rem * 2));
  }
  .cid-sVD62vWlUL .modal-sm {
    max-width: 300px;
  }
}
@media (min-width: 992px) {
  .cid-sVD62vWlUL .modal-lg,
  .cid-sVD62vWlUL .modal-xl {
    max-width: 800px;
  }
}
@media (min-width: 1200px) {
  .cid-sVD62vWlUL .modal-xl {
    max-width: 1140px;
  }
}
.cid-sVD62vWlUL .row {
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  margin-right: -15px;
  margin-left: -15px;
}
.cid-sVD62vWlUL .col-md-4 {
  position: relative;
  width: 100%;
  padding-right: 15px;
  padding-left: 15px;
  -ms-flex: 0 0 33.333333%;
  flex: 0 0 33.333333%;
  max-width: 33.333333%;
}
.cid-sVD62vWlUL .form-group {
  margin-bottom: 1rem;
}
.cid-sVD62vWlUL .form-control {
  display: block;
  width: 100%;
  font-size: 1rem;
  font-weight: 400;
  line-height: 1.5;
}
.cid-sVD62vWlUL .col {
  -ms-flex-preferred-size: 0;
  flex-basis: 0;
  -ms-flex-positive: 1;
  flex-grow: 1;
  max-width: 100%;
}
.cid-sVD62vWlUL .col-md-auto {
  position: relative;
  padding-right: 15px;
  padding-left: 15px;
  -ms-flex: 0 0 auto;
  flex: 0 0 auto;
  width: auto;
  max-width: 100%;
}
.cid-sVD62vWlUL .mbr-section-btn {
  margin: 0;
}
.cid-sVD62vWlUL .mbr-section-btn .btn {
  margin: 0;
}
.cid-sVD633T1qh.popup-builder {
  background-color: #ffffff;
}
.cid-sVD633T1qh.popup-builder .modal {
  position: relative;
  display: block;
  z-index: 1;
}
.cid-sVD633T1qh.popup-builder .modal-dialog {
  margin-top: 60px;
  margin-bottom: 60px;
}
.cid-sVD633T1qh .modal-content,
.cid-sVD633T1qh .modal-dialog {
  height: auto;
}
.cid-sVD633T1qh .form-wrapper .input-group-btn {
  margin-right: auto;
  margin-left: auto;
}
.cid-sVD633T1qh .form-wrapper .input-group-btn .btn {
  margin: 0 !important;
}
@media (min-width: 769px) {
  .cid-sVD633T1qh .form-wrapper .mbr-form .form-group,
  .cid-sVD633T1qh .form-wrapper .mbr-form .input-group-btn {
    padding: 0 .5rem;
  }
}
.cid-sVD633T1qh .card-img {
  width: 100%;
  margin: auto;
  border-radius: 0;
}
.cid-sVD633T1qh .mbr-figure img {
  display: block;
  width: 100%;
  -ms-flex-item-align: center;
  -ms-grid-row-align: center;
  -webkit-align-self: center;
  align-self: center;
}
.cid-sVD633T1qh .mbr-text {
  text-align: center;
}
.cid-sVD633T1qh .pt-0 {
  padding-top: 0 !important;
}
.cid-sVD633T1qh .pb-0 {
  padding-bottom: 0 !important;
}
.cid-sVD633T1qh .form-content {
  -ms-flex-pack: center;
  justify-content: center;
  text-align: center;
}
.cid-sVD633T1qh .mbr-overlay {
  bottom: 0;
  left: 0;
  position: absolute;
  right: 0;
  top: 0;
  z-index: 0;
  pointer-events: none;
}
.cid-sVD633T1qh .modal-open {
  overflow: hidden;
}
.cid-sVD633T1qh .modal-open .modal {
  overflow-x: hidden;
  overflow-y: auto;
}
.cid-sVD633T1qh .modal {
  position: fixed;
  top: 0;
  left: 0;
  z-index: 1050;
  display: none;
  width: 100%;
  height: 100%;
  overflow: hidden;
  outline: 0;
}
.cid-sVD633T1qh .modal-dialog {
  position: relative;
  width: auto;
  margin: .5rem;
  pointer-events: none;
}
.cid-sVD633T1qh .modal.fade .modal-dialog {
  transition: transform 0.3s ease-out, -webkit-transform 0.3s ease-out;
  -webkit-transform: translate(0, -50px);
  transform: translate(0, -50px);
}
.cid-sVD633T1qh .modal.show .modal-dialog {
  -webkit-transform: none;
  transform: none;
}
.cid-sVD633T1qh .modal-dialog-centered {
  display: flex;
  -ms-flex-align: center;
  align-items: center;
  min-height: calc(100% - (.5rem * 2));
}
.cid-sVD633T1qh .modal-dialog-centered::before {
  display: block;
  height: calc(100vh - (.5rem * 2));
  content: "";
}
.cid-sVD633T1qh .modal-content {
  background: #ffffff;
  position: relative;
  display: flex;
  -ms-flex-direction: column;
  flex-direction: column;
  width: 100%;
  pointer-events: auto;
  background-clip: padding-box;
  border: none;
  outline: 0;
  -webkit-box-shadow: 0 10px 40px 0 rgba(0, 0, 0, 0.2);
  box-shadow: 0 10px 40px 0 rgba(0, 0, 0, 0.2);
}
.cid-sVD633T1qh .margin-center-pos {
  margin-top: auto;
  margin-bottom: auto;
}
.cid-sVD633T1qh .modal-backdrop {
  position: fixed;
  top: 0;
  left: 0;
  z-index: 1040;
  width: 100vw;
  height: 100vh;
  background-color: #000;
}
.cid-sVD633T1qh .modal-backdrop.fade {
  opacity: 0;
}
.cid-sVD633T1qh .modal-backdrop.show {
  opacity: .5;
}
.cid-sVD633T1qh .modal-header {
  display: flex;
  -ms-flex-align: start;
  align-items: flex-start;
  -ms-flex-pack: justify;
  justify-content: space-between;
  border-bottom: none;
}
@media (min-width: 992px) {
  .cid-sVD633T1qh .modal-header {
    padding: 2rem 2rem 1rem;
  }
}
@media (max-width: 991px) {
  .cid-sVD633T1qh .modal-header {
    padding: 1rem;
  }
}
.cid-sVD633T1qh .modal-header .close {
  position: absolute;
  top: 1rem;
  right: 1rem;
  margin: -1rem -1rem -1rem auto;
  padding: 1rem;
  opacity: .75;
}
.cid-sVD633T1qh .modal-header .close svg {
  fill: #353535;
}
.cid-sVD633T1qh .modal-header .close:hover {
  opacity: 1;
}
.cid-sVD633T1qh .modal-header .close:focus {
  outline: none;
}
.cid-sVD633T1qh .modal-title {
  line-height: 1.5;
  width: 100%;
  margin: 0;
  text-align: center;
  color: #263d5a;
}
.cid-sVD633T1qh .modal-body {
  position: relative;
  -ms-flex: 1 1 auto;
  flex: 1 1 auto;
}
@media (min-width: 992px) {
  .cid-sVD633T1qh .modal-body {
    padding: 1rem 2rem 2rem;
  }
}
@media (max-width: 991px) {
  .cid-sVD633T1qh .modal-body {
    padding: 1rem;
  }
}
.cid-sVD633T1qh .modal-footer {
  display: flex;
  -ms-flex-align: center;
  align-items: center;
  -ms-flex-pack: center;
  justify-content: center;
  border-top: none;
  text-align: center;
}
@media (min-width: 992px) {
  .cid-sVD633T1qh .modal-footer {
    padding: 0rem 2rem 2rem;
  }
}
@media (max-width: 991px) {
  .cid-sVD633T1qh .modal-footer {
    padding: 1rem;
  }
}
.cid-sVD633T1qh .modal-scrollbar-measure {
  position: absolute;
  top: -9999px;
  width: 50px;
  height: 50px;
  overflow: scroll;
}
@media (min-width: 576px) {
  .cid-sVD633T1qh .modal-dialog {
    max-width: 500px;
    margin: 1.75rem auto;
  }
  .cid-sVD633T1qh .modal-dialog-centered {
    min-height: calc(100% - (1.75rem * 2));
  }
  .cid-sVD633T1qh .modal-dialog-centered::before {
    height: calc(100vh - (1.75rem * 2));
  }
  .cid-sVD633T1qh .modal-sm {
    max-width: 300px;
  }
}
@media (min-width: 992px) {
  .cid-sVD633T1qh .modal-lg,
  .cid-sVD633T1qh .modal-xl {
    max-width: 800px;
  }
}
@media (min-width: 1200px) {
  .cid-sVD633T1qh .modal-xl {
    max-width: 1140px;
  }
}
.cid-sVD633T1qh .row {
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  margin-right: -15px;
  margin-left: -15px;
}
.cid-sVD633T1qh .col-md-4 {
  position: relative;
  width: 100%;
  padding-right: 15px;
  padding-left: 15px;
  -ms-flex: 0 0 33.333333%;
  flex: 0 0 33.333333%;
  max-width: 33.333333%;
}
.cid-sVD633T1qh .form-group {
  margin-bottom: 1rem;
}
.cid-sVD633T1qh .form-control {
  display: block;
  width: 100%;
  font-size: 1rem;
  font-weight: 400;
  line-height: 1.5;
}
.cid-sVD633T1qh .col {
  -ms-flex-preferred-size: 0;
  flex-basis: 0;
  -ms-flex-positive: 1;
  flex-grow: 1;
  max-width: 100%;
}
.cid-sVD633T1qh .col-md-auto {
  position: relative;
  padding-right: 15px;
  padding-left: 15px;
  -ms-flex: 0 0 auto;
  flex: 0 0 auto;
  width: auto;
  max-width: 100%;
}
.cid-sVD633T1qh .mbr-section-btn {
  margin: 0;
}
.cid-sVD633T1qh .mbr-section-btn .btn {
  margin: 0;
}
.cid-sVD63F7mdV.popup-builder {
  background-color: #ffffff;
}
.cid-sVD63F7mdV.popup-builder .modal {
  position: relative;
  display: block;
  z-index: 1;
}
.cid-sVD63F7mdV.popup-builder .modal-dialog {
  margin-top: 60px;
  margin-bottom: 60px;
}
.cid-sVD63F7mdV .modal-content,
.cid-sVD63F7mdV .modal-dialog {
  height: auto;
}
.cid-sVD63F7mdV .form-wrapper .input-group-btn {
  margin-right: auto;
  margin-left: auto;
}
.cid-sVD63F7mdV .form-wrapper .input-group-btn .btn {
  margin: 0 !important;
}
@media (min-width: 769px) {
  .cid-sVD63F7mdV .form-wrapper .mbr-form .form-group,
  .cid-sVD63F7mdV .form-wrapper .mbr-form .input-group-btn {
    padding: 0 .5rem;
  }
}
.cid-sVD63F7mdV .card-img {
  width: 100%;
  margin: auto;
  border-radius: 0;
}
.cid-sVD63F7mdV .mbr-figure img {
  display: block;
  width: 100%;
  -ms-flex-item-align: center;
  -ms-grid-row-align: center;
  -webkit-align-self: center;
  align-self: center;
}
.cid-sVD63F7mdV .mbr-text {
  text-align: center;
}
.cid-sVD63F7mdV .pt-0 {
  padding-top: 0 !important;
}
.cid-sVD63F7mdV .pb-0 {
  padding-bottom: 0 !important;
}
.cid-sVD63F7mdV .form-content {
  -ms-flex-pack: center;
  justify-content: center;
  text-align: center;
}
.cid-sVD63F7mdV .mbr-overlay {
  bottom: 0;
  left: 0;
  position: absolute;
  right: 0;
  top: 0;
  z-index: 0;
  pointer-events: none;
}
.cid-sVD63F7mdV .modal-open {
  overflow: hidden;
}
.cid-sVD63F7mdV .modal-open .modal {
  overflow-x: hidden;
  overflow-y: auto;
}
.cid-sVD63F7mdV .modal {
  position: fixed;
  top: 0;
  left: 0;
  z-index: 1050;
  display: none;
  width: 100%;
  height: 100%;
  overflow: hidden;
  outline: 0;
}
.cid-sVD63F7mdV .modal-dialog {
  position: relative;
  width: auto;
  margin: .5rem;
  pointer-events: none;
}
.cid-sVD63F7mdV .modal.fade .modal-dialog {
  transition: transform 0.3s ease-out, -webkit-transform 0.3s ease-out;
  -webkit-transform: translate(0, -50px);
  transform: translate(0, -50px);
}
.cid-sVD63F7mdV .modal.show .modal-dialog {
  -webkit-transform: none;
  transform: none;
}
.cid-sVD63F7mdV .modal-dialog-centered {
  display: flex;
  -ms-flex-align: center;
  align-items: center;
  min-height: calc(100% - (.5rem * 2));
}
.cid-sVD63F7mdV .modal-dialog-centered::before {
  display: block;
  height: calc(100vh - (.5rem * 2));
  content: "";
}
.cid-sVD63F7mdV .modal-content {
  background: #ffffff;
  position: relative;
  display: flex;
  -ms-flex-direction: column;
  flex-direction: column;
  width: 100%;
  pointer-events: auto;
  background-clip: padding-box;
  border: none;
  outline: 0;
  -webkit-box-shadow: 0 10px 40px 0 rgba(0, 0, 0, 0.2);
  box-shadow: 0 10px 40px 0 rgba(0, 0, 0, 0.2);
}
.cid-sVD63F7mdV .margin-center-pos {
  margin-top: auto;
  margin-bottom: auto;
}
.cid-sVD63F7mdV .modal-backdrop {
  position: fixed;
  top: 0;
  left: 0;
  z-index: 1040;
  width: 100vw;
  height: 100vh;
  background-color: #000;
}
.cid-sVD63F7mdV .modal-backdrop.fade {
  opacity: 0;
}
.cid-sVD63F7mdV .modal-backdrop.show {
  opacity: .5;
}
.cid-sVD63F7mdV .modal-header {
  display: flex;
  -ms-flex-align: start;
  align-items: flex-start;
  -ms-flex-pack: justify;
  justify-content: space-between;
  border-bottom: none;
}
@media (min-width: 992px) {
  .cid-sVD63F7mdV .modal-header {
    padding: 2rem 2rem 1rem;
  }
}
@media (max-width: 991px) {
  .cid-sVD63F7mdV .modal-header {
    padding: 1rem;
  }
}
.cid-sVD63F7mdV .modal-header .close {
  position: absolute;
  top: 1rem;
  right: 1rem;
  margin: -1rem -1rem -1rem auto;
  padding: 1rem;
  opacity: .75;
}
.cid-sVD63F7mdV .modal-header .close svg {
  fill: #353535;
}
.cid-sVD63F7mdV .modal-header .close:hover {
  opacity: 1;
}
.cid-sVD63F7mdV .modal-header .close:focus {
  outline: none;
}
.cid-sVD63F7mdV .modal-title {
  line-height: 1.5;
  width: 100%;
  margin: 0;
  text-align: center;
  color: #263d5a;
}
.cid-sVD63F7mdV .modal-body {
  position: relative;
  -ms-flex: 1 1 auto;
  flex: 1 1 auto;
}
@media (min-width: 992px) {
  .cid-sVD63F7mdV .modal-body {
    padding: 1rem 2rem 2rem;
  }
}
@media (max-width: 991px) {
  .cid-sVD63F7mdV .modal-body {
    padding: 1rem;
  }
}
.cid-sVD63F7mdV .modal-footer {
  display: flex;
  -ms-flex-align: center;
  align-items: center;
  -ms-flex-pack: center;
  justify-content: center;
  border-top: none;
  text-align: center;
}
@media (min-width: 992px) {
  .cid-sVD63F7mdV .modal-footer {
    padding: 0rem 2rem 2rem;
  }
}
@media (max-width: 991px) {
  .cid-sVD63F7mdV .modal-footer {
    padding: 1rem;
  }
}
.cid-sVD63F7mdV .modal-scrollbar-measure {
  position: absolute;
  top: -9999px;
  width: 50px;
  height: 50px;
  overflow: scroll;
}
@media (min-width: 576px) {
  .cid-sVD63F7mdV .modal-dialog {
    max-width: 500px;
    margin: 1.75rem auto;
  }
  .cid-sVD63F7mdV .modal-dialog-centered {
    min-height: calc(100% - (1.75rem * 2));
  }
  .cid-sVD63F7mdV .modal-dialog-centered::before {
    height: calc(100vh - (1.75rem * 2));
  }
  .cid-sVD63F7mdV .modal-sm {
    max-width: 300px;
  }
}
@media (min-width: 992px) {
  .cid-sVD63F7mdV .modal-lg,
  .cid-sVD63F7mdV .modal-xl {
    max-width: 800px;
  }
}
@media (min-width: 1200px) {
  .cid-sVD63F7mdV .modal-xl {
    max-width: 1140px;
  }
}
.cid-sVD63F7mdV .row {
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  margin-right: -15px;
  margin-left: -15px;
}
.cid-sVD63F7mdV .col-md-4 {
  position: relative;
  width: 100%;
  padding-right: 15px;
  padding-left: 15px;
  -ms-flex: 0 0 33.333333%;
  flex: 0 0 33.333333%;
  max-width: 33.333333%;
}
.cid-sVD63F7mdV .form-group {
  margin-bottom: 1rem;
}
.cid-sVD63F7mdV .form-control {
  display: block;
  width: 100%;
  font-size: 1rem;
  font-weight: 400;
  line-height: 1.5;
}
.cid-sVD63F7mdV .col {
  -ms-flex-preferred-size: 0;
  flex-basis: 0;
  -ms-flex-positive: 1;
  flex-grow: 1;
  max-width: 100%;
}
.cid-sVD63F7mdV .col-md-auto {
  position: relative;
  padding-right: 15px;
  padding-left: 15px;
  -ms-flex: 0 0 auto;
  flex: 0 0 auto;
  width: auto;
  max-width: 100%;
}
.cid-sVD63F7mdV .mbr-section-btn {
  margin: 0;
}
.cid-sVD63F7mdV .mbr-section-btn .btn {
  margin: 0;
}
.cid-sVD9DtwogH {
  padding-top: 0rem;
  padding-bottom: 2rem;
  background-color: #263d5a;
}
.cid-sVD9DtwogH .row-links {
  width: 100%;
  justify-content: center;
}
.cid-sVD9DtwogH .social-row {
  width: 100%;
  justify-content: center;
}
@media (max-width: 992px) {
  .cid-sVD9DtwogH .align-left {
    text-align: center;
    padding-bottom: 1rem;
  }
}
.cid-sVD9DtwogH .row {
  justify-content: center;
  align-items: center;
}
.cid-sVD9DtwogH .row .foot-menu {
  list-style: none;
  display: flex;
  justify-content: flex-end;
  flex-wrap: wrap;
  padding: 0;
  margin-bottom: 0;
}
.cid-sVD9DtwogH .row .foot-menu li {
  padding-left: 1.5rem;
}
.cid-sVD9DtwogH .row .foot-menu li a {
  margin: 0;
}
@media (max-width: 992px) {
  .cid-sVD9DtwogH .row .foot-menu {
    justify-content: center;
  }
}
.cid-sVD9DtwogH .row .row-copirayt {
  word-break: break-word;
  width: 100%;
}
.cid-sVD9DtwogH .row .row-copirayt p {
  width: 100%;
}
.cid-sVD9DtwogH .mbr-text {
  color: #ffffff;
  text-align: center;
}
.cid-sVD9DtwogH .foot-menu-item {
  color: #263d5a;
  text-align: right;
}
.cid-sVDgDkNVI9 {
  padding-top: 15px;
  padding-bottom: 60px;
  background-color: #ffffff;
}
.cid-sVDgDkNVI9 .mbr-text {
  color: #767676;
}
.cid-sVCClqhl77 .navbar {
  padding: .3rem 0;
  background: #ffffff;
  transition: none;
  min-height: 45px;
}
.cid-sVCClqhl77 .navbar-dropdown.bg-color.transparent.opened {
  background: #ffffff;
}
.cid-sVCClqhl77 a {
  font-style: normal;
}
.cid-sVCClqhl77 .nav-item span {
  padding-right: 0.4em;
  line-height: 0.3em;
  vertical-align: text-bottom;
  position: relative;
  top: -0.4em;
  text-decoration: none;
}
.cid-sVCClqhl77 .nav-item a {
  padding: 0.2rem 0 !important;
  margin: 0 .65rem !important;
}
.cid-sVCClqhl77 .dropdown-item:before {
  font-family: MobiriseIcons !important;
  content: '\e966';
  display: inline-block;
  width: 0;
  position: absolute;
  left: 1rem;
  top: 0.3rem;
  margin-right: 0.5rem;
  line-height: 1;
  font-size: inherit;
  vertical-align: middle;
  text-align: center;
  overflow: hidden;
  -webkit-transform: scale(0, 1);
  transform: scale(0, 1);
  -webkit-transition: all 0.25s ease-in-out;
  -moz-transition: all 0.25s ease-in-out;
  transition: all 0.25s ease-in-out;
}
.cid-sVCClqhl77 .content-text {
  margin-bottom: 0;
}
.cid-sVCClqhl77 .navbar-nav {
  position: relative;
  min-height: 45px;
  -ms-flex-direction: row;
  -webkit-flex-direction: row;
  flex-direction: row;
}
@media (min-width: 992px) {
  .cid-sVCClqhl77 .navbar-nav .main-menu-animated-line {
    position: absolute;
    left: 0;
    width: 0;
    height: 0;
    z-index: 100;
    border-top: 2px solid #56667b;
    -webkit-transition: width 0.4s, left 0.6s cubic-bezier(0.19, 0.65, 0.02, 0.93);
    -moz-transition: width 0.4s, left 0.6s cubic-bezier(0.19, 0.65, 0.02, 0.93);
    transition: width 0.4s, left 0.6s cubic-bezier(0.19, 0.65, 0.02, 0.93);
  }
  .cid-sVCClqhl77 .navbar-nav .main-menu-animated-line.bottom {
    bottom: 0;
  }
}
.cid-sVCClqhl77 .navbar-nav .nav-item span {
  padding-right: 0;
}
.cid-sVCClqhl77 .navbar-nav .nav-item a {
  margin: 0 1.1rem !important;
}
.cid-sVCClqhl77 .display-4 > .mbr-iconfont {
  font-size: 1.43em;
}
.cid-sVCClqhl77 .display-4 > .btn > .mbr-iconfont {
  font-size: 1.43em;
}
.cid-sVCClqhl77 .nav-dropdown .dropdown-item {
  font-weight: 400;
}
.cid-sVCClqhl77 .navbar-buttons.mbr-section-btn {
  display: flex;
  -webkit-align-items: center;
  align-items: center;
  -webkit-justify-content: center;
  justify-content: center;
}
.cid-sVCClqhl77 .nav-dropdown .link {
  font-weight: 400;
}
.cid-sVCClqhl77 .menu .navbar-brand .logo-text-part {
  vertical-align: top;
}
.cid-sVCClqhl77 .content-right-side {
  text-align: center;
}
.cid-sVCClqhl77 .menu-content-top {
  padding: 0 1rem;
  -webkit-align-items: center;
  align-items: center;
  -webkit-justify-content: space-between;
  justify-content: space-between;
  overflow: hidden;
  transition: min-height 0.25s ease-in-out;
}
@media (max-width: 991px) {
  .cid-sVCClqhl77 .menu-content-top {
    width: 100%;
    display: flex;
  }
  .cid-sVCClqhl77 .menu-content-top .menu-content-right {
    display: block;
    position: absolute;
    visibility: hidden;
    width: 100%;
    bottom: 0;
    left: 0;
    text-align: center;
    transition: 0s all 0s;
  }
  .cid-sVCClqhl77 .menu-content-top .menu-content-right .info-widget {
    padding: 1rem 0;
    text-align: center;
  }
  .cid-sVCClqhl77 .navbar.opened .menu-content-right {
    visibility: visible;
    transition: 0s all 0.3s;
  }
  .cid-sVCClqhl77 .menu-bottom {
    justify-content: flex-end;
  }
  .cid-sVCClqhl77 img {
    height: 1rem !important;
  }
  .cid-sVCClqhl77 .btn {
    display: -webkit-flex;
  }
  .cid-sVCClqhl77 button.navbar-toggler {
    display: block;
  }
  .cid-sVCClqhl77 .navbar-brand {
    margin-left: 1rem !important;
    margin-top: .3rem;
  }
  .cid-sVCClqhl77 .navbar {
    -webkit-flex-direction: column;
    flex-direction: column;
  }
  .cid-sVCClqhl77 .navbar-collapse {
    display: none !important;
    padding-right: 0 !important;
  }
  .cid-sVCClqhl77 .navbar-collapse.collapsing,
  .cid-sVCClqhl77 .navbar-collapse.show {
    display: block !important;
  }
  .cid-sVCClqhl77 .navbar-collapse.collapsing .navbar-nav,
  .cid-sVCClqhl77 .navbar-collapse.show .navbar-nav {
    display: block;
    text-align: center;
  }
  .cid-sVCClqhl77 .navbar-collapse.collapsing .navbar-nav .nav-item,
  .cid-sVCClqhl77 .navbar-collapse.show .navbar-nav .nav-item {
    clear: both;
  }
  .cid-sVCClqhl77 .navbar-collapse.collapsing .navbar-nav .nav-item:last-child,
  .cid-sVCClqhl77 .navbar-collapse.show .navbar-nav .nav-item:last-child {
    margin-bottom: 1rem;
  }
  .cid-sVCClqhl77 .navbar-collapse.collapsing .navbar-buttons,
  .cid-sVCClqhl77 .navbar-collapse.show .navbar-buttons {
    display: flex;
    -webkit-justify-content: center;
    justify-content: center;
    text-align: center;
  }
  .cid-sVCClqhl77 .navbar-collapse.collapsing .navbar-buttons:last-child,
  .cid-sVCClqhl77 .navbar-collapse.show .navbar-buttons:last-child {
    margin-bottom: 1rem;
  }
  .cid-sVCClqhl77 .dropdown .dropdown-menu {
    width: 100%;
    text-align: center;
    position: relative;
    opacity: 0;
    display: block;
    height: 0;
    visibility: hidden;
    padding: 0;
    transition-duration: .5s;
    transition-property: opacity, padding, height;
  }
  .cid-sVCClqhl77 .dropdown.open > .dropdown-menu {
    position: relative;
    opacity: 1;
    height: auto;
    padding: 1.4rem 0;
    visibility: visible;
  }
  .cid-sVCClqhl77 .dropdown .dropdown-submenu {
    left: 0;
    text-align: center;
    width: 100%;
  }
  .cid-sVCClqhl77 .dropdown .dropdown-toggle[data-toggle="dropdown-submenu"]::after {
    margin-top: 0;
    position: inherit;
    right: 0;
    top: 50%;
    display: inline-block;
    width: 0;
    height: 0;
    margin-left: .3em;
    vertical-align: middle;
    content: "";
    border-top: .30em solid;
    border-right: .30em solid transparent;
    border-left: .30em solid transparent;
  }
  .cid-sVCClqhl77 .navbar-buttons.mbr-section-btn {
    width: 100%;
  }
  .cid-sVCClqhl77 .dropdown .dropdown-menu .dropdown-item {
    padding: 0.235em 1.5em 0.235em 1.5em !important;
    transition: none;
    margin: 0 !important;
  }
}
@media (max-width: 991px) {
  .cid-sVCClqhl77 .navbar.opened {
    padding-bottom: 8rem;
  }
  .cid-sVCClqhl77 .navbar .navbar-collapse {
    max-height: calc(100vh - 8rem - 80px);
  }
}
@media (max-width: 575px) {
  .cid-sVCClqhl77 .navbar.opened {
    padding-bottom: 8rem;
  }
  .cid-sVCClqhl77 .navbar .navbar-collapse {
    max-height: calc(100vh - 10rem - 80px);
  }
}
.cid-sVCClqhl77 .content-right-side .content-link {
  margin-left: 2rem;
}
.cid-sVCClqhl77 .content-right-side .content-link span {
  vertical-align: middle;
  padding-right: 1rem;
}
.cid-sVCClqhl77 .widget-icon {
  display: inline-block;
  padding-right: 1rem;
  font-size: 1.65rem;
}
.cid-sVCClqhl77 .info-widget {
  padding-left: 2rem;
  padding-top: 0.5rem;
  padding-right: 3rem;
  border-left: 1px solid #e0e0e0;
}
.cid-sVCClqhl77 .menu-content-right {
  display: flex;
  -webkit-align-items: center;
  align-items: center;
}
.cid-sVCClqhl77 .menu-content-right .info-widget:last-child {
  padding-right: 0;
}
.cid-sVCClqhl77 .menu-content-right .info-widget:first-child {
  padding-left: 0;
  border-left: none;
}
.cid-sVCClqhl77 .widget-content {
  display: inline-block;
  vertical-align: top;
  text-align: left;
}
.cid-sVCClqhl77 .widget-content .widget-title {
  font-weight: 600;
  margin-bottom: 7px;
}
.cid-sVCClqhl77 .widget-content .widget-text {
  margin-bottom: 0;
}
.cid-sVCClqhl77 .menu-bottom {
  display: flex;
  width: 100%;
  padding: 0 2rem;
  position: relative;
  -webkit-justify-content: center;
  justify-content: center;
}
@media (min-width: 992px) {
  .cid-sVCClqhl77 .navbar .menu-content-top {
    display: -webkit-flex;
    min-height: 83px;
    height: 100%;
  }
  .cid-sVCClqhl77 .content-right-side {
    display: flex;
    text-align: right;
    -webkit-flex-wrap: nowrap;
    flex-wrap: nowrap;
    -webkit-align-items: center;
    align-items: center;
  }
  .cid-sVCClqhl77 .menu-content-top {
    border-bottom: 1px solid #e0e0e0;
  }
  .cid-sVCClqhl77 .navbar {
    display: block;
    padding: 0;
  }
  .cid-sVCClqhl77 .navbar .menu-logo {
    margin-right: auto;
    display: flex;
    -webkit-align-items: center;
    align-items: center;
  }
  .cid-sVCClqhl77 .navbar.navbar-toggleable-sm .navbar-collapse .navbar-nav .nav-item {
    -webkit-align-self: initial;
    align-self: auto;
    display: flex;
    -webkit-align-items: center;
    align-items: center;
    z-index: 101;
    min-height: 49px;
  }
  .cid-sVCClqhl77 .dropdown-item:hover:before {
    -webkit-transform: scale(1, 1);
    transform: scale(1, 1);
    width: 16px;
  }
  .cid-sVCClqhl77 .navbar-short .menu-content-top {
    height: 0;
    min-height: 0;
    border: none;
  }
  .cid-sVCClqhl77 .navbar-toggler {
    display: none;
  }
  .cid-sVCClqhl77 .navbar-collapse {
    -webkit-justify-content: center;
    justify-content: center;
  }
}
.cid-sVCClqhl77 .btn {
  padding: 0.4rem 1.5rem;
  display: inline-flex;
  -webkit-align-items: center;
  align-items: center;
}
.cid-sVCClqhl77 .btn .mbr-iconfont {
  font-size: 1.2em;
}
.cid-sVCClqhl77 .menu-logo {
  margin-right: auto;
}
.cid-sVCClqhl77 .menu-logo .navbar-brand {
  display: flex;
  margin-left: 1.5rem;
  padding: 0.5rem 0;
  transition: padding .2s;
  min-height: 3.8rem;
  -webkit-align-items: center;
  align-items: center;
}
.cid-sVCClqhl77 .menu-logo .navbar-brand .navbar-caption-wrap {
  display: flex;
  -webkit-align-items: center;
  align-items: center;
  word-break: break-word;
  min-width: 7rem;
  margin: .3rem 0;
}
.cid-sVCClqhl77 .menu-logo .navbar-brand .navbar-caption-wrap .navbar-caption {
  line-height: 1.2rem !important;
  padding-right: 2rem;
}
.cid-sVCClqhl77 .menu-logo .navbar-brand .navbar-logo {
  font-size: 3rem;
  transition: font-size 0.25s;
}
.cid-sVCClqhl77 .menu-logo .navbar-brand .navbar-logo img {
  display: flex;
}
.cid-sVCClqhl77 .menu-logo .navbar-brand .navbar-logo .mbr-iconfont {
  transition: font-size 0.25s;
}
.cid-sVCClqhl77 .navbar-toggleable-sm .navbar-collapse {
  width: auto;
}
.cid-sVCClqhl77 .navbar-toggleable-sm .navbar-collapse .navbar-nav {
  -webkit-flex-wrap: wrap;
  flex-wrap: wrap;
  padding-left: 0;
}
.cid-sVCClqhl77 .navbar-toggleable-sm .navbar-collapse .navbar-nav .nav-item {
  -webkit-align-self: center;
  align-self: center;
}
.cid-sVCClqhl77 .navbar-toggleable-sm .navbar-collapse .navbar-buttons {
  padding-left: 0;
  padding-bottom: 0;
}
.cid-sVCClqhl77 .dropdown .dropdown-menu {
  background: #ffffff;
  display: none;
  position: absolute;
  min-width: 5rem;
  padding-top: 1.4rem;
  padding-bottom: 1.4rem;
  text-align: left;
}
@media (max-width: 991px) {
  .cid-sVCClqhl77 .dropdown .dropdown-menu {
    overflow: hidden;
  }
}
.cid-sVCClqhl77 .dropdown .dropdown-menu .dropdown-item {
  width: auto;
  padding: 0.235em 2.5385em 0.235em 3.5385em !important;
  -webkit-transition: all 0.25s ease-in-out;
  -moz-transition: all 0.25s ease-in-out;
  transition: all 0.25s ease-in-out;
}
.cid-sVCClqhl77 .dropdown .dropdown-menu .dropdown-item::after {
  right: 0.5rem;
}
.cid-sVCClqhl77 .dropdown .dropdown-menu .dropdown-item:hover .mbr-iconfont:before {
  -webkit-transform: scale(0, 1);
  transform: scale(0, 1);
}
.cid-sVCClqhl77 .dropdown .dropdown-menu .dropdown-item .mbr-iconfont {
  margin-left: -1.8rem;
  padding-right: 1rem;
  font-size: inherit;
}
.cid-sVCClqhl77 .dropdown .dropdown-menu .dropdown-item .mbr-iconfont:before {
  display: inline-block;
  -webkit-transform: scale(1, 1);
  transform: scale(1, 1);
  -webkit-transition: all 0.25s ease-in-out;
  -moz-transition: all 0.25s ease-in-out;
  transition: all 0.25s ease-in-out;
}
.cid-sVCClqhl77 .dropdown .dropdown-menu .dropdown-submenu {
  margin: 0;
}
.cid-sVCClqhl77 .dropdown.open > .dropdown-menu {
  display: block;
}
.cid-sVCClqhl77 .navbar-toggleable-sm.opened:after {
  position: absolute;
  width: 100vw;
  height: 100vh;
  content: '';
  background-color: rgba(0, 0, 0, 0.1);
  left: 0;
  bottom: 0;
  -webkit-transform: translateY(100%);
  transform: translateY(100%);
  z-index: 1000;
}
.cid-sVCClqhl77 .navbar.navbar-short {
  min-height: 50px;
  transition: all .2s;
}
.cid-sVCClqhl77 .navbar.navbar-short .navbar-logo a {
  font-size: 2.5rem !important;
  line-height: 2.5rem;
  transition: font-size 0.25s;
}
.cid-sVCClqhl77 .navbar.navbar-short .navbar-logo a .mbr-iconfont {
  font-size: 2.5rem !important;
}
.cid-sVCClqhl77 .navbar.navbar-short .navbar-logo a img {
  height: 3rem !important;
}
.cid-sVCClqhl77 .navbar.navbar-short .navbar-brand {
  min-height: 2rem;
}
.cid-sVCClqhl77 button.navbar-toggler {
  width: 31px;
  height: 18px;
  cursor: pointer;
  transition: all .2s;
  margin: 1rem .8rem;
  -webkit-align-self: center;
  align-self: center;
}
.cid-sVCClqhl77 button.navbar-toggler:focus {
  outline: none;
}
.cid-sVCClqhl77 button.navbar-toggler .hamburger span {
  position: absolute;
  right: 0;
  width: 30px;
  height: 2px;
  border-right: 5px;
  background-color: #333333;
}
.cid-sVCClqhl77 button.navbar-toggler .hamburger span:nth-child(1) {
  top: 0;
  transition: all .2s;
}
.cid-sVCClqhl77 button.navbar-toggler .hamburger span:nth-child(2) {
  top: 8px;
  transition: all .15s;
}
.cid-sVCClqhl77 button.navbar-toggler .hamburger span:nth-child(3) {
  top: 8px;
  transition: all .15s;
}
.cid-sVCClqhl77 button.navbar-toggler .hamburger span:nth-child(4) {
  top: 16px;
  transition: all .2s;
}
.cid-sVCClqhl77 nav.opened .hamburger span:nth-child(1) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all .2s;
}
.cid-sVCClqhl77 nav.opened .hamburger span:nth-child(2) {
  -webkit-transform: rotate(45deg);
  transform: rotate(45deg);
  transition: all .25s;
}
.cid-sVCClqhl77 nav.opened .hamburger span:nth-child(3) {
  -webkit-transform: rotate(-45deg);
  transform: rotate(-45deg);
  transition: all .25s;
}
.cid-sVCClqhl77 nav.opened .hamburger span:nth-child(4) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all .2s;
}
.cid-sVCClqhl77 .collapsed .dropdown-menu .dropdown-item:before {
  display: none;
}
.cid-sVCClqhl77 .collapsed .dropdown .dropdown-menu .dropdown-item {
  padding: 0.235em 1.5em 0.235em 1.5em !important;
  transition: none;
  margin: 0 !important;
}
.cid-sVCClqhl77 .collapsed .btn {
  display: -webkit-flex;
}
.cid-sVCClqhl77 .collapsed .navbar-collapse {
  display: none !important;
  padding-right: 0 !important;
}
.cid-sVCClqhl77 .collapsed .navbar-collapse.collapsing,
.cid-sVCClqhl77 .collapsed .navbar-collapse.show {
  display: block !important;
}
.cid-sVCClqhl77 .collapsed .navbar-collapse.collapsing .navbar-nav,
.cid-sVCClqhl77 .collapsed .navbar-collapse.show .navbar-nav {
  display: block;
  text-align: center;
}
.cid-sVCClqhl77 .collapsed .navbar-collapse.collapsing .navbar-nav .nav-item,
.cid-sVCClqhl77 .collapsed .navbar-collapse.show .navbar-nav .nav-item {
  clear: both;
}
.cid-sVCClqhl77 .collapsed .navbar-collapse.collapsing .navbar-nav .nav-item:last-child,
.cid-sVCClqhl77 .collapsed .navbar-collapse.show .navbar-nav .nav-item:last-child {
  margin-bottom: 1rem;
}
.cid-sVCClqhl77 .collapsed .navbar-collapse.collapsing .navbar-buttons,
.cid-sVCClqhl77 .collapsed .navbar-collapse.show .navbar-buttons {
  display: flex;
  -webkit-justify-content: center;
  justify-content: center;
  text-align: center;
}
.cid-sVCClqhl77 .collapsed .navbar-collapse.collapsing .navbar-buttons:last-child,
.cid-sVCClqhl77 .collapsed .navbar-collapse.show .navbar-buttons:last-child {
  margin-bottom: 1rem;
}
@media (min-width: 992px) {
  .cid-sVCClqhl77 .collapsed:not(.navbar-short) .navbar-collapse {
    max-height: calc(100vh - 4.6rem - 1.5rem);
  }
  .cid-sVCClqhl77 .collapsed .dropdown .dropdown-menu {
    overflow: hidden;
  }
}
.cid-sVCClqhl77 .collapsed button.navbar-toggler {
  display: block;
}
.cid-sVCClqhl77 .collapsed .navbar-brand {
  margin-left: 1rem !important;
  margin-top: .5rem;
}
.cid-sVCClqhl77 .collapsed .navbar-toggleable-sm {
  -webkit-flex-direction: column;
  flex-direction: column;
}
.cid-sVCClqhl77 .collapsed .dropdown .dropdown-menu {
  width: 100%;
  text-align: center;
  position: relative;
  opacity: 0;
  display: block;
  height: 0;
  visibility: hidden;
  padding: 0;
  transition-duration: .5s;
  transition-property: opacity, padding, height;
}
.cid-sVCClqhl77 .collapsed .dropdown.open > .dropdown-menu {
  position: relative;
  opacity: 1;
  height: auto;
  padding: 1.4rem 0;
  visibility: visible;
}
.cid-sVCClqhl77 .collapsed .dropdown .dropdown-submenu {
  left: 0;
  text-align: center;
  width: 100%;
}
.cid-sVCClqhl77 .collapsed .dropdown .dropdown-toggle[data-toggle="dropdown-submenu"]::after {
  margin-top: 0;
  position: inherit;
  right: 0;
  top: 50%;
  display: inline-block;
  width: 0;
  height: 0;
  margin-left: .3em;
  vertical-align: middle;
  content: "";
  border-top: .30em solid;
  border-right: .30em solid transparent;
  border-left: .30em solid transparent;
}
.cid-sVCClqhl77 .collapsed .menu-bottom {
  -webkit-flex-direction: column-reverse;
  flex-direction: column-reverse;
  -webkit-justify-content: center;
  justify-content: center;
}
.cid-sVCClqhl77 .navbar-dropdown {
  -webkit-flex-wrap: nowrap;
  flex-wrap: nowrap;
}
.cid-sVCClqhl77 .navbar-collapse {
  -ms-flex-preferred-size: auto;
  -webkit-flex-basis: auto;
  flex-basis: auto;
}
.cid-sVCClqhl77 .nav-link:focus {
  outline: none;
}
.cid-sVCClqhl77 .navbar-toggler {
  position: relative;
}
.cid-sVCClqhl77 .dropdown-item.active,
.cid-sVCClqhl77 .dropdown-item:active {
  background: #ffffff;
  color: initial;
}
.cid-sVCClqhl77 .nav-link:hover,
.cid-sVCClqhl77 .dropdown-item:hover {
  color: #4284df;
}
.cid-sVCClqhl77 .widget-title,
.cid-sVCClqhl77 .widget-icon {
  color: #777d74;
}
.cid-sVCClqhl77 .widget-text {
  color: #777d74;
}
.cid-sVD9DtwogH {
  padding-top: 0rem;
  padding-bottom: 2rem;
  background-color: #263d5a;
}
.cid-sVD9DtwogH .row-links {
  width: 100%;
  justify-content: center;
}
.cid-sVD9DtwogH .social-row {
  width: 100%;
  justify-content: center;
}
@media (max-width: 992px) {
  .cid-sVD9DtwogH .align-left {
    text-align: center;
    padding-bottom: 1rem;
  }
}
.cid-sVD9DtwogH .row {
  justify-content: center;
  align-items: center;
}
.cid-sVD9DtwogH .row .foot-menu {
  list-style: none;
  display: flex;
  justify-content: flex-end;
  flex-wrap: wrap;
  padding: 0;
  margin-bottom: 0;
}
.cid-sVD9DtwogH .row .foot-menu li {
  padding-left: 1.5rem;
}
.cid-sVD9DtwogH .row .foot-menu li a {
  margin: 0;
}
@media (max-width: 992px) {
  .cid-sVD9DtwogH .row .foot-menu {
    justify-content: center;
  }
}
.cid-sVD9DtwogH .row .row-copirayt {
  word-break: break-word;
  width: 100%;
}
.cid-sVD9DtwogH .row .row-copirayt p {
  width: 100%;
}
.cid-sVD9DtwogH .mbr-text {
  color: #ffffff;
  text-align: center;
}
.cid-sVD9DtwogH .foot-menu-item {
  color: #263d5a;
  text-align: right;
}
.cid-sVCClqhl77 .navbar {
  padding: .3rem 0;
  background: #ffffff;
  transition: none;
  min-height: 45px;
}
.cid-sVCClqhl77 .navbar-dropdown.bg-color.transparent.opened {
  background: #ffffff;
}
.cid-sVCClqhl77 a {
  font-style: normal;
}
.cid-sVCClqhl77 .nav-item span {
  padding-right: 0.4em;
  line-height: 0.3em;
  vertical-align: text-bottom;
  position: relative;
  top: -0.4em;
  text-decoration: none;
}
.cid-sVCClqhl77 .nav-item a {
  padding: 0.2rem 0 !important;
  margin: 0 .65rem !important;
}
.cid-sVCClqhl77 .dropdown-item:before {
  font-family: MobiriseIcons !important;
  content: '\e966';
  display: inline-block;
  width: 0;
  position: absolute;
  left: 1rem;
  top: 0.3rem;
  margin-right: 0.5rem;
  line-height: 1;
  font-size: inherit;
  vertical-align: middle;
  text-align: center;
  overflow: hidden;
  -webkit-transform: scale(0, 1);
  transform: scale(0, 1);
  -webkit-transition: all 0.25s ease-in-out;
  -moz-transition: all 0.25s ease-in-out;
  transition: all 0.25s ease-in-out;
}
.cid-sVCClqhl77 .content-text {
  margin-bottom: 0;
}
.cid-sVCClqhl77 .navbar-nav {
  position: relative;
  min-height: 45px;
  -ms-flex-direction: row;
  -webkit-flex-direction: row;
  flex-direction: row;
}
@media (min-width: 992px) {
  .cid-sVCClqhl77 .navbar-nav .main-menu-animated-line {
    position: absolute;
    left: 0;
    width: 0;
    height: 0;
    z-index: 100;
    border-top: 2px solid #56667b;
    -webkit-transition: width 0.4s, left 0.6s cubic-bezier(0.19, 0.65, 0.02, 0.93);
    -moz-transition: width 0.4s, left 0.6s cubic-bezier(0.19, 0.65, 0.02, 0.93);
    transition: width 0.4s, left 0.6s cubic-bezier(0.19, 0.65, 0.02, 0.93);
  }
  .cid-sVCClqhl77 .navbar-nav .main-menu-animated-line.bottom {
    bottom: 0;
  }
}
.cid-sVCClqhl77 .navbar-nav .nav-item span {
  padding-right: 0;
}
.cid-sVCClqhl77 .navbar-nav .nav-item a {
  margin: 0 1.1rem !important;
}
.cid-sVCClqhl77 .display-4 > .mbr-iconfont {
  font-size: 1.43em;
}
.cid-sVCClqhl77 .display-4 > .btn > .mbr-iconfont {
  font-size: 1.43em;
}
.cid-sVCClqhl77 .nav-dropdown .dropdown-item {
  font-weight: 400;
}
.cid-sVCClqhl77 .navbar-buttons.mbr-section-btn {
  display: flex;
  -webkit-align-items: center;
  align-items: center;
  -webkit-justify-content: center;
  justify-content: center;
}
.cid-sVCClqhl77 .nav-dropdown .link {
  font-weight: 400;
}
.cid-sVCClqhl77 .menu .navbar-brand .logo-text-part {
  vertical-align: top;
}
.cid-sVCClqhl77 .content-right-side {
  text-align: center;
}
.cid-sVCClqhl77 .menu-content-top {
  padding: 0 1rem;
  -webkit-align-items: center;
  align-items: center;
  -webkit-justify-content: space-between;
  justify-content: space-between;
  overflow: hidden;
  transition: min-height 0.25s ease-in-out;
}
@media (max-width: 991px) {
  .cid-sVCClqhl77 .menu-content-top {
    width: 100%;
    display: flex;
  }
  .cid-sVCClqhl77 .menu-content-top .menu-content-right {
    display: block;
    position: absolute;
    visibility: hidden;
    width: 100%;
    bottom: 0;
    left: 0;
    text-align: center;
    transition: 0s all 0s;
  }
  .cid-sVCClqhl77 .menu-content-top .menu-content-right .info-widget {
    padding: 1rem 0;
    text-align: center;
  }
  .cid-sVCClqhl77 .navbar.opened .menu-content-right {
    visibility: visible;
    transition: 0s all 0.3s;
  }
  .cid-sVCClqhl77 .menu-bottom {
    justify-content: flex-end;
  }
  .cid-sVCClqhl77 img {
    height: 1rem !important;
  }
  .cid-sVCClqhl77 .btn {
    display: -webkit-flex;
  }
  .cid-sVCClqhl77 button.navbar-toggler {
    display: block;
  }
  .cid-sVCClqhl77 .navbar-brand {
    margin-left: 1rem !important;
    margin-top: .3rem;
  }
  .cid-sVCClqhl77 .navbar {
    -webkit-flex-direction: column;
    flex-direction: column;
  }
  .cid-sVCClqhl77 .navbar-collapse {
    display: none !important;
    padding-right: 0 !important;
  }
  .cid-sVCClqhl77 .navbar-collapse.collapsing,
  .cid-sVCClqhl77 .navbar-collapse.show {
    display: block !important;
  }
  .cid-sVCClqhl77 .navbar-collapse.collapsing .navbar-nav,
  .cid-sVCClqhl77 .navbar-collapse.show .navbar-nav {
    display: block;
    text-align: center;
  }
  .cid-sVCClqhl77 .navbar-collapse.collapsing .navbar-nav .nav-item,
  .cid-sVCClqhl77 .navbar-collapse.show .navbar-nav .nav-item {
    clear: both;
  }
  .cid-sVCClqhl77 .navbar-collapse.collapsing .navbar-nav .nav-item:last-child,
  .cid-sVCClqhl77 .navbar-collapse.show .navbar-nav .nav-item:last-child {
    margin-bottom: 1rem;
  }
  .cid-sVCClqhl77 .navbar-collapse.collapsing .navbar-buttons,
  .cid-sVCClqhl77 .navbar-collapse.show .navbar-buttons {
    display: flex;
    -webkit-justify-content: center;
    justify-content: center;
    text-align: center;
  }
  .cid-sVCClqhl77 .navbar-collapse.collapsing .navbar-buttons:last-child,
  .cid-sVCClqhl77 .navbar-collapse.show .navbar-buttons:last-child {
    margin-bottom: 1rem;
  }
  .cid-sVCClqhl77 .dropdown .dropdown-menu {
    width: 100%;
    text-align: center;
    position: relative;
    opacity: 0;
    display: block;
    height: 0;
    visibility: hidden;
    padding: 0;
    transition-duration: .5s;
    transition-property: opacity, padding, height;
  }
  .cid-sVCClqhl77 .dropdown.open > .dropdown-menu {
    position: relative;
    opacity: 1;
    height: auto;
    padding: 1.4rem 0;
    visibility: visible;
  }
  .cid-sVCClqhl77 .dropdown .dropdown-submenu {
    left: 0;
    text-align: center;
    width: 100%;
  }
  .cid-sVCClqhl77 .dropdown .dropdown-toggle[data-toggle="dropdown-submenu"]::after {
    margin-top: 0;
    position: inherit;
    right: 0;
    top: 50%;
    display: inline-block;
    width: 0;
    height: 0;
    margin-left: .3em;
    vertical-align: middle;
    content: "";
    border-top: .30em solid;
    border-right: .30em solid transparent;
    border-left: .30em solid transparent;
  }
  .cid-sVCClqhl77 .navbar-buttons.mbr-section-btn {
    width: 100%;
  }
  .cid-sVCClqhl77 .dropdown .dropdown-menu .dropdown-item {
    padding: 0.235em 1.5em 0.235em 1.5em !important;
    transition: none;
    margin: 0 !important;
  }
}
@media (max-width: 991px) {
  .cid-sVCClqhl77 .navbar.opened {
    padding-bottom: 8rem;
  }
  .cid-sVCClqhl77 .navbar .navbar-collapse {
    max-height: calc(100vh - 8rem - 80px);
  }
}
@media (max-width: 575px) {
  .cid-sVCClqhl77 .navbar.opened {
    padding-bottom: 8rem;
  }
  .cid-sVCClqhl77 .navbar .navbar-collapse {
    max-height: calc(100vh - 10rem - 80px);
  }
}
.cid-sVCClqhl77 .content-right-side .content-link {
  margin-left: 2rem;
}
.cid-sVCClqhl77 .content-right-side .content-link span {
  vertical-align: middle;
  padding-right: 1rem;
}
.cid-sVCClqhl77 .widget-icon {
  display: inline-block;
  padding-right: 1rem;
  font-size: 1.65rem;
}
.cid-sVCClqhl77 .info-widget {
  padding-left: 2rem;
  padding-top: 0.5rem;
  padding-right: 3rem;
  border-left: 1px solid #e0e0e0;
}
.cid-sVCClqhl77 .menu-content-right {
  display: flex;
  -webkit-align-items: center;
  align-items: center;
}
.cid-sVCClqhl77 .menu-content-right .info-widget:last-child {
  padding-right: 0;
}
.cid-sVCClqhl77 .menu-content-right .info-widget:first-child {
  padding-left: 0;
  border-left: none;
}
.cid-sVCClqhl77 .widget-content {
  display: inline-block;
  vertical-align: top;
  text-align: left;
}
.cid-sVCClqhl77 .widget-content .widget-title {
  font-weight: 600;
  margin-bottom: 7px;
}
.cid-sVCClqhl77 .widget-content .widget-text {
  margin-bottom: 0;
}
.cid-sVCClqhl77 .menu-bottom {
  display: flex;
  width: 100%;
  padding: 0 2rem;
  position: relative;
  -webkit-justify-content: center;
  justify-content: center;
}
@media (min-width: 992px) {
  .cid-sVCClqhl77 .navbar .menu-content-top {
    display: -webkit-flex;
    min-height: 83px;
    height: 100%;
  }
  .cid-sVCClqhl77 .content-right-side {
    display: flex;
    text-align: right;
    -webkit-flex-wrap: nowrap;
    flex-wrap: nowrap;
    -webkit-align-items: center;
    align-items: center;
  }
  .cid-sVCClqhl77 .menu-content-top {
    border-bottom: 1px solid #e0e0e0;
  }
  .cid-sVCClqhl77 .navbar {
    display: block;
    padding: 0;
  }
  .cid-sVCClqhl77 .navbar .menu-logo {
    margin-right: auto;
    display: flex;
    -webkit-align-items: center;
    align-items: center;
  }
  .cid-sVCClqhl77 .navbar.navbar-toggleable-sm .navbar-collapse .navbar-nav .nav-item {
    -webkit-align-self: initial;
    align-self: auto;
    display: flex;
    -webkit-align-items: center;
    align-items: center;
    z-index: 101;
    min-height: 49px;
  }
  .cid-sVCClqhl77 .dropdown-item:hover:before {
    -webkit-transform: scale(1, 1);
    transform: scale(1, 1);
    width: 16px;
  }
  .cid-sVCClqhl77 .navbar-short .menu-content-top {
    height: 0;
    min-height: 0;
    border: none;
  }
  .cid-sVCClqhl77 .navbar-toggler {
    display: none;
  }
  .cid-sVCClqhl77 .navbar-collapse {
    -webkit-justify-content: center;
    justify-content: center;
  }
}
.cid-sVCClqhl77 .btn {
  padding: 0.4rem 1.5rem;
  display: inline-flex;
  -webkit-align-items: center;
  align-items: center;
}
.cid-sVCClqhl77 .btn .mbr-iconfont {
  font-size: 1.2em;
}
.cid-sVCClqhl77 .menu-logo {
  margin-right: auto;
}
.cid-sVCClqhl77 .menu-logo .navbar-brand {
  display: flex;
  margin-left: 1.5rem;
  padding: 0.5rem 0;
  transition: padding .2s;
  min-height: 3.8rem;
  -webkit-align-items: center;
  align-items: center;
}
.cid-sVCClqhl77 .menu-logo .navbar-brand .navbar-caption-wrap {
  display: flex;
  -webkit-align-items: center;
  align-items: center;
  word-break: break-word;
  min-width: 7rem;
  margin: .3rem 0;
}
.cid-sVCClqhl77 .menu-logo .navbar-brand .navbar-caption-wrap .navbar-caption {
  line-height: 1.2rem !important;
  padding-right: 2rem;
}
.cid-sVCClqhl77 .menu-logo .navbar-brand .navbar-logo {
  font-size: 3rem;
  transition: font-size 0.25s;
}
.cid-sVCClqhl77 .menu-logo .navbar-brand .navbar-logo img {
  display: flex;
}
.cid-sVCClqhl77 .menu-logo .navbar-brand .navbar-logo .mbr-iconfont {
  transition: font-size 0.25s;
}
.cid-sVCClqhl77 .navbar-toggleable-sm .navbar-collapse {
  width: auto;
}
.cid-sVCClqhl77 .navbar-toggleable-sm .navbar-collapse .navbar-nav {
  -webkit-flex-wrap: wrap;
  flex-wrap: wrap;
  padding-left: 0;
}
.cid-sVCClqhl77 .navbar-toggleable-sm .navbar-collapse .navbar-nav .nav-item {
  -webkit-align-self: center;
  align-self: center;
}
.cid-sVCClqhl77 .navbar-toggleable-sm .navbar-collapse .navbar-buttons {
  padding-left: 0;
  padding-bottom: 0;
}
.cid-sVCClqhl77 .dropdown .dropdown-menu {
  background: #ffffff;
  display: none;
  position: absolute;
  min-width: 5rem;
  padding-top: 1.4rem;
  padding-bottom: 1.4rem;
  text-align: left;
}
@media (max-width: 991px) {
  .cid-sVCClqhl77 .dropdown .dropdown-menu {
    overflow: hidden;
  }
}
.cid-sVCClqhl77 .dropdown .dropdown-menu .dropdown-item {
  width: auto;
  padding: 0.235em 2.5385em 0.235em 3.5385em !important;
  -webkit-transition: all 0.25s ease-in-out;
  -moz-transition: all 0.25s ease-in-out;
  transition: all 0.25s ease-in-out;
}
.cid-sVCClqhl77 .dropdown .dropdown-menu .dropdown-item::after {
  right: 0.5rem;
}
.cid-sVCClqhl77 .dropdown .dropdown-menu .dropdown-item:hover .mbr-iconfont:before {
  -webkit-transform: scale(0, 1);
  transform: scale(0, 1);
}
.cid-sVCClqhl77 .dropdown .dropdown-menu .dropdown-item .mbr-iconfont {
  margin-left: -1.8rem;
  padding-right: 1rem;
  font-size: inherit;
}
.cid-sVCClqhl77 .dropdown .dropdown-menu .dropdown-item .mbr-iconfont:before {
  display: inline-block;
  -webkit-transform: scale(1, 1);
  transform: scale(1, 1);
  -webkit-transition: all 0.25s ease-in-out;
  -moz-transition: all 0.25s ease-in-out;
  transition: all 0.25s ease-in-out;
}
.cid-sVCClqhl77 .dropdown .dropdown-menu .dropdown-submenu {
  margin: 0;
}
.cid-sVCClqhl77 .dropdown.open > .dropdown-menu {
  display: block;
}
.cid-sVCClqhl77 .navbar-toggleable-sm.opened:after {
  position: absolute;
  width: 100vw;
  height: 100vh;
  content: '';
  background-color: rgba(0, 0, 0, 0.1);
  left: 0;
  bottom: 0;
  -webkit-transform: translateY(100%);
  transform: translateY(100%);
  z-index: 1000;
}
.cid-sVCClqhl77 .navbar.navbar-short {
  min-height: 50px;
  transition: all .2s;
}
.cid-sVCClqhl77 .navbar.navbar-short .navbar-logo a {
  font-size: 2.5rem !important;
  line-height: 2.5rem;
  transition: font-size 0.25s;
}
.cid-sVCClqhl77 .navbar.navbar-short .navbar-logo a .mbr-iconfont {
  font-size: 2.5rem !important;
}
.cid-sVCClqhl77 .navbar.navbar-short .navbar-logo a img {
  height: 3rem !important;
}
.cid-sVCClqhl77 .navbar.navbar-short .navbar-brand {
  min-height: 2rem;
}
.cid-sVCClqhl77 button.navbar-toggler {
  width: 31px;
  height: 18px;
  cursor: pointer;
  transition: all .2s;
  margin: 1rem .8rem;
  -webkit-align-self: center;
  align-self: center;
}
.cid-sVCClqhl77 button.navbar-toggler:focus {
  outline: none;
}
.cid-sVCClqhl77 button.navbar-toggler .hamburger span {
  position: absolute;
  right: 0;
  width: 30px;
  height: 2px;
  border-right: 5px;
  background-color: #333333;
}
.cid-sVCClqhl77 button.navbar-toggler .hamburger span:nth-child(1) {
  top: 0;
  transition: all .2s;
}
.cid-sVCClqhl77 button.navbar-toggler .hamburger span:nth-child(2) {
  top: 8px;
  transition: all .15s;
}
.cid-sVCClqhl77 button.navbar-toggler .hamburger span:nth-child(3) {
  top: 8px;
  transition: all .15s;
}
.cid-sVCClqhl77 button.navbar-toggler .hamburger span:nth-child(4) {
  top: 16px;
  transition: all .2s;
}
.cid-sVCClqhl77 nav.opened .hamburger span:nth-child(1) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all .2s;
}
.cid-sVCClqhl77 nav.opened .hamburger span:nth-child(2) {
  -webkit-transform: rotate(45deg);
  transform: rotate(45deg);
  transition: all .25s;
}
.cid-sVCClqhl77 nav.opened .hamburger span:nth-child(3) {
  -webkit-transform: rotate(-45deg);
  transform: rotate(-45deg);
  transition: all .25s;
}
.cid-sVCClqhl77 nav.opened .hamburger span:nth-child(4) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all .2s;
}
.cid-sVCClqhl77 .collapsed .dropdown-menu .dropdown-item:before {
  display: none;
}
.cid-sVCClqhl77 .collapsed .dropdown .dropdown-menu .dropdown-item {
  padding: 0.235em 1.5em 0.235em 1.5em !important;
  transition: none;
  margin: 0 !important;
}
.cid-sVCClqhl77 .collapsed .btn {
  display: -webkit-flex;
}
.cid-sVCClqhl77 .collapsed .navbar-collapse {
  display: none !important;
  padding-right: 0 !important;
}
.cid-sVCClqhl77 .collapsed .navbar-collapse.collapsing,
.cid-sVCClqhl77 .collapsed .navbar-collapse.show {
  display: block !important;
}
.cid-sVCClqhl77 .collapsed .navbar-collapse.collapsing .navbar-nav,
.cid-sVCClqhl77 .collapsed .navbar-collapse.show .navbar-nav {
  display: block;
  text-align: center;
}
.cid-sVCClqhl77 .collapsed .navbar-collapse.collapsing .navbar-nav .nav-item,
.cid-sVCClqhl77 .collapsed .navbar-collapse.show .navbar-nav .nav-item {
  clear: both;
}
.cid-sVCClqhl77 .collapsed .navbar-collapse.collapsing .navbar-nav .nav-item:last-child,
.cid-sVCClqhl77 .collapsed .navbar-collapse.show .navbar-nav .nav-item:last-child {
  margin-bottom: 1rem;
}
.cid-sVCClqhl77 .collapsed .navbar-collapse.collapsing .navbar-buttons,
.cid-sVCClqhl77 .collapsed .navbar-collapse.show .navbar-buttons {
  display: flex;
  -webkit-justify-content: center;
  justify-content: center;
  text-align: center;
}
.cid-sVCClqhl77 .collapsed .navbar-collapse.collapsing .navbar-buttons:last-child,
.cid-sVCClqhl77 .collapsed .navbar-collapse.show .navbar-buttons:last-child {
  margin-bottom: 1rem;
}
@media (min-width: 992px) {
  .cid-sVCClqhl77 .collapsed:not(.navbar-short) .navbar-collapse {
    max-height: calc(100vh - 4.6rem - 1.5rem);
  }
  .cid-sVCClqhl77 .collapsed .dropdown .dropdown-menu {
    overflow: hidden;
  }
}
.cid-sVCClqhl77 .collapsed button.navbar-toggler {
  display: block;
}
.cid-sVCClqhl77 .collapsed .navbar-brand {
  margin-left: 1rem !important;
  margin-top: .5rem;
}
.cid-sVCClqhl77 .collapsed .navbar-toggleable-sm {
  -webkit-flex-direction: column;
  flex-direction: column;
}
.cid-sVCClqhl77 .collapsed .dropdown .dropdown-menu {
  width: 100%;
  text-align: center;
  position: relative;
  opacity: 0;
  display: block;
  height: 0;
  visibility: hidden;
  padding: 0;
  transition-duration: .5s;
  transition-property: opacity, padding, height;
}
.cid-sVCClqhl77 .collapsed .dropdown.open > .dropdown-menu {
  position: relative;
  opacity: 1;
  height: auto;
  padding: 1.4rem 0;
  visibility: visible;
}
.cid-sVCClqhl77 .collapsed .dropdown .dropdown-submenu {
  left: 0;
  text-align: center;
  width: 100%;
}
.cid-sVCClqhl77 .collapsed .dropdown .dropdown-toggle[data-toggle="dropdown-submenu"]::after {
  margin-top: 0;
  position: inherit;
  right: 0;
  top: 50%;
  display: inline-block;
  width: 0;
  height: 0;
  margin-left: .3em;
  vertical-align: middle;
  content: "";
  border-top: .30em solid;
  border-right: .30em solid transparent;
  border-left: .30em solid transparent;
}
.cid-sVCClqhl77 .collapsed .menu-bottom {
  -webkit-flex-direction: column-reverse;
  flex-direction: column-reverse;
  -webkit-justify-content: center;
  justify-content: center;
}
.cid-sVCClqhl77 .navbar-dropdown {
  -webkit-flex-wrap: nowrap;
  flex-wrap: nowrap;
}
.cid-sVCClqhl77 .navbar-collapse {
  -ms-flex-preferred-size: auto;
  -webkit-flex-basis: auto;
  flex-basis: auto;
}
.cid-sVCClqhl77 .nav-link:focus {
  outline: none;
}
.cid-sVCClqhl77 .navbar-toggler {
  position: relative;
}
.cid-sVCClqhl77 .dropdown-item.active,
.cid-sVCClqhl77 .dropdown-item:active {
  background: #ffffff;
  color: initial;
}
.cid-sVCClqhl77 .nav-link:hover,
.cid-sVCClqhl77 .dropdown-item:hover {
  color: #4284df;
}
.cid-sVCClqhl77 .widget-title,
.cid-sVCClqhl77 .widget-icon {
  color: #777d74;
}
.cid-sVCClqhl77 .widget-text {
  color: #777d74;
}
.cid-sVDgRfKQPu {
  padding-top: 10rem;
  padding-bottom: 7rem;
  background-color: #ffffff;
}
.cid-sVDgRfKQPu .card-wrapper {
  background: linear-gradient(0deg, rgba(255, 255, 255, 0.3) 0%, rgba(255, 255, 255, 0.6) 100%);
  backdrop-filter: blur(3.5px);
  box-shadow: 0 0 20px 0 rgba(0, 0, 0, 0.1);
  border-radius: 30px;
  padding: 3rem 3rem;
  margin: 0;
  overflow: visible;
  position: relative;
  justify-content: center;
}
@media (max-width: 767px) {
  .cid-sVDgRfKQPu .card-wrapper {
    padding: 2rem 1rem;
  }
}
.cid-sVDgRfKQPu .card-wrapper:before {
  content: '';
  position: absolute;
  top: 0px;
  left: 0px;
  opacity: 0.3;
  height: 100%;
  width: 100%;
  border: 2px solid white;
  border-radius: 30px;
  pointer-events: none;
}
.cid-sVDgRfKQPu .mbr-text,
.cid-sVDgRfKQPu .mbr-section-btn {
  color: #263d5a;
  text-align: center;
}
.cid-sVDgRfKQPu .mbr-section-title {
  color: #263d5a;
}
