@import url(https://fonts.googleapis.com/css?family=Jost:100,200,300,400,500,600,700,800,900,100i,200i,300i,400i,500i,600i,700i,800i,900i&display=swap);





body {
  font-family: Jost;
}
.display-1 {
  font-family: 'Jost', sans-serif;
  font-size: 4.6rem;
  line-height: 1.1;
}
.display-1 > .mbr-iconfont {
  font-size: 5.75rem;
}
.display-2 {
  font-family: 'Jost', sans-serif;
  font-size: 3rem;
  line-height: 1.1;
}
.display-2 > .mbr-iconfont {
  font-size: 3.75rem;
}
.display-4 {
  font-family: 'Jost', sans-serif;
  font-size: 1.1rem;
  line-height: 1.5;
}
.display-4 > .mbr-iconfont {
  font-size: 1.375rem;
}
.display-5 {
  font-family: 'Jost', sans-serif;
  font-size: 2rem;
  line-height: 1.5;
}
.display-5 > .mbr-iconfont {
  font-size: 2.5rem;
}
.display-7 {
  font-family: 'Jost', sans-serif;
  font-size: 1.2rem;
  line-height: 1.5;
}
.display-7 > .mbr-iconfont {
  font-size: 1.5rem;
}
/* ---- Fluid typography for mobile devices ---- */
/* 1.4 - font scale ratio ( bootstrap == 1.42857 ) */
/* 100vw - current viewport width */
/* (48 - 20)  48 == 48rem == 768px, 20 == 20rem == 320px(minimal supported viewport) */
/* 0.65 - min scale variable, may vary */
@media (max-width: 992px) {
  .display-1 {
    font-size: 3.68rem;
  }
}
@media (max-width: 768px) {
  .display-1 {
    font-size: 3.22rem;
    font-size: calc( 2.26rem + (4.6 - 2.26) * ((100vw - 20rem) / (48 - 20)));
    line-height: calc( 1.1 * (2.26rem + (4.6 - 2.26) * ((100vw - 20rem) / (48 - 20))));
  }
  .display-2 {
    font-size: 2.4rem;
    font-size: calc( 1.7rem + (3 - 1.7) * ((100vw - 20rem) / (48 - 20)));
    line-height: calc( 1.3 * (1.7rem + (3 - 1.7) * ((100vw - 20rem) / (48 - 20))));
  }
  .display-4 {
    font-size: 0.88rem;
    font-size: calc( 1.0350000000000001rem + (1.1 - 1.0350000000000001) * ((100vw - 20rem) / (48 - 20)));
    line-height: calc( 1.4 * (1.0350000000000001rem + (1.1 - 1.0350000000000001) * ((100vw - 20rem) / (48 - 20))));
  }
  .display-5 {
    font-size: 1.6rem;
    font-size: calc( 1.35rem + (2 - 1.35) * ((100vw - 20rem) / (48 - 20)));
    line-height: calc( 1.4 * (1.35rem + (2 - 1.35) * ((100vw - 20rem) / (48 - 20))));
  }
  .display-7 {
    font-size: 0.96rem;
    font-size: calc( 1.07rem + (1.2 - 1.07) * ((100vw - 20rem) / (48 - 20)));
    line-height: calc( 1.4 * (1.07rem + (1.2 - 1.07) * ((100vw - 20rem) / (48 - 20))));
  }
}
/* Buttons */
.btn {
  padding: 0.6rem 1.2rem;
  border-radius: 4px;
}
.btn-sm {
  padding: 0.6rem 1.2rem;
  border-radius: 4px;
}
.btn-md {
  padding: 0.6rem 1.2rem;
  border-radius: 4px;
}
.btn-lg {
  padding: 1rem 2.6rem;
  border-radius: 4px;
}
.bg-primary {
  background-color: #fafafa !important;
}
.bg-success {
  background-color: #40b0bf !important;
}
.bg-info {
  background-color: #47b5ed !important;
}
.bg-warning {
  background-color: #ffe161 !important;
}
.bg-danger {
  background-color: #ff9966 !important;
}
.btn-primary,
.btn-primary:active {
  background-color: #fafafa !important;
  border-color: #fafafa !important;
  color: #7a7a7a !important;
  box-shadow: 0 2px 2px 0 rgba(0, 0, 0, 0.2);
}
.btn-primary:hover,
.btn-primary:focus,
.btn-primary.focus,
.btn-primary.active {
  color: #4f4f4f !important;
  background-color: #cfcfcf !important;
  border-color: #cfcfcf !important;
  box-shadow: 0 2px 5px 0 rgba(0, 0, 0, 0.2);
}
.btn-primary.disabled,
.btn-primary:disabled {
  color: #7a7a7a !important;
  background-color: #cfcfcf !important;
  border-color: #cfcfcf !important;
}
.btn-secondary,
.btn-secondary:active {
  background-color: #ff6666 !important;
  border-color: #ff6666 !important;
  color: #ffffff !important;
  box-shadow: 0 2px 2px 0 rgba(0, 0, 0, 0.2);
}
.btn-secondary:hover,
.btn-secondary:focus,
.btn-secondary.focus,
.btn-secondary.active {
  color: #ffffff !important;
  background-color: #ff0f0f !important;
  border-color: #ff0f0f !important;
  box-shadow: 0 2px 5px 0 rgba(0, 0, 0, 0.2);
}
.btn-secondary.disabled,
.btn-secondary:disabled {
  color: #ffffff !important;
  background-color: #ff0f0f !important;
  border-color: #ff0f0f !important;
}
.btn-info,
.btn-info:active {
  background-color: #47b5ed !important;
  border-color: #47b5ed !important;
  color: #ffffff !important;
  box-shadow: 0 2px 2px 0 rgba(0, 0, 0, 0.2);
}
.btn-info:hover,
.btn-info:focus,
.btn-info.focus,
.btn-info.active {
  color: #ffffff !important;
  background-color: #148cca !important;
  border-color: #148cca !important;
  box-shadow: 0 2px 5px 0 rgba(0, 0, 0, 0.2);
}
.btn-info.disabled,
.btn-info:disabled {
  color: #ffffff !important;
  background-color: #148cca !important;
  border-color: #148cca !important;
}
.btn-success,
.btn-success:active {
  background-color: #40b0bf !important;
  border-color: #40b0bf !important;
  color: #ffffff !important;
  box-shadow: 0 2px 2px 0 rgba(0, 0, 0, 0.2);
}
.btn-success:hover,
.btn-success:focus,
.btn-success.focus,
.btn-success.active {
  color: #ffffff !important;
  background-color: #2a747e !important;
  border-color: #2a747e !important;
  box-shadow: 0 2px 5px 0 rgba(0, 0, 0, 0.2);
}
.btn-success.disabled,
.btn-success:disabled {
  color: #ffffff !important;
  background-color: #2a747e !important;
  border-color: #2a747e !important;
}
.btn-warning,
.btn-warning:active {
  background-color: #ffe161 !important;
  border-color: #ffe161 !important;
  color: #614f00 !important;
  box-shadow: 0 2px 2px 0 rgba(0, 0, 0, 0.2);
}
.btn-warning:hover,
.btn-warning:focus,
.btn-warning.focus,
.btn-warning.active {
  color: #0a0800 !important;
  background-color: #ffd10a !important;
  border-color: #ffd10a !important;
  box-shadow: 0 2px 5px 0 rgba(0, 0, 0, 0.2);
}
.btn-warning.disabled,
.btn-warning:disabled {
  color: #614f00 !important;
  background-color: #ffd10a !important;
  border-color: #ffd10a !important;
}
.btn-danger,
.btn-danger:active {
  background-color: #ff9966 !important;
  border-color: #ff9966 !important;
  color: #ffffff !important;
  box-shadow: 0 2px 2px 0 rgba(0, 0, 0, 0.2);
}
.btn-danger:hover,
.btn-danger:focus,
.btn-danger.focus,
.btn-danger.active {
  color: #ffffff !important;
  background-color: #ff5f0f !important;
  border-color: #ff5f0f !important;
  box-shadow: 0 2px 5px 0 rgba(0, 0, 0, 0.2);
}
.btn-danger.disabled,
.btn-danger:disabled {
  color: #ffffff !important;
  background-color: #ff5f0f !important;
  border-color: #ff5f0f !important;
}
.btn-white,
.btn-white:active {
  background-color: #fafafa !important;
  border-color: #fafafa !important;
  color: #7a7a7a !important;
  box-shadow: 0 2px 2px 0 rgba(0, 0, 0, 0.2);
}
.btn-white:hover,
.btn-white:focus,
.btn-white.focus,
.btn-white.active {
  color: #4f4f4f !important;
  background-color: #cfcfcf !important;
  border-color: #cfcfcf !important;
  box-shadow: 0 2px 5px 0 rgba(0, 0, 0, 0.2);
}
.btn-white.disabled,
.btn-white:disabled {
  color: #7a7a7a !important;
  background-color: #cfcfcf !important;
  border-color: #cfcfcf !important;
}
.btn-black,
.btn-black:active {
  background-color: #232323 !important;
  border-color: #232323 !important;
  color: #ffffff !important;
  box-shadow: 0 2px 2px 0 rgba(0, 0, 0, 0.2);
}
.btn-black:hover,
.btn-black:focus,
.btn-black.focus,
.btn-black.active {
  color: #ffffff !important;
  background-color: #000000 !important;
  border-color: #000000 !important;
  box-shadow: 0 2px 5px 0 rgba(0, 0, 0, 0.2);
}
.btn-black.disabled,
.btn-black:disabled {
  color: #ffffff !important;
  background-color: #000000 !important;
  border-color: #000000 !important;
}
.btn-primary-outline,
.btn-primary-outline:active {
  background-color: transparent !important;
  border-color: transparent;
  color: #fafafa;
}
.btn-primary-outline:hover,
.btn-primary-outline:focus,
.btn-primary-outline.focus,
.btn-primary-outline.active {
  color: #cfcfcf !important;
  background-color: transparent!important;
  border-color: transparent!important;
  box-shadow: none!important;
}
.btn-primary-outline.disabled,
.btn-primary-outline:disabled {
  color: #7a7a7a !important;
  background-color: #fafafa !important;
  border-color: #fafafa !important;
}
.btn-secondary-outline,
.btn-secondary-outline:active {
  background-color: transparent !important;
  border-color: transparent;
  color: #ff6666;
}
.btn-secondary-outline:hover,
.btn-secondary-outline:focus,
.btn-secondary-outline.focus,
.btn-secondary-outline.active {
  color: #ff0f0f !important;
  background-color: transparent!important;
  border-color: transparent!important;
  box-shadow: none!important;
}
.btn-secondary-outline.disabled,
.btn-secondary-outline:disabled {
  color: #ffffff !important;
  background-color: #ff6666 !important;
  border-color: #ff6666 !important;
}
.btn-info-outline,
.btn-info-outline:active {
  background-color: transparent !important;
  border-color: transparent;
  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: transparent!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: transparent;
  color: #40b0bf;
}
.btn-success-outline:hover,
.btn-success-outline:focus,
.btn-success-outline.focus,
.btn-success-outline.active {
  color: #2a747e !important;
  background-color: transparent!important;
  border-color: transparent!important;
  box-shadow: none!important;
}
.btn-success-outline.disabled,
.btn-success-outline:disabled {
  color: #ffffff !important;
  background-color: #40b0bf !important;
  border-color: #40b0bf !important;
}
.btn-warning-outline,
.btn-warning-outline:active {
  background-color: transparent !important;
  border-color: transparent;
  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: transparent!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: transparent;
  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: transparent!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: transparent;
  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: transparent!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: transparent;
  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: transparent!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: #fafafa !important;
}
.text-secondary {
  color: #ff6666 !important;
}
.text-success {
  color: #40b0bf !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: #c7c7c7 !important;
}
a.text-secondary:hover,
a.text-secondary:focus,
a.text-secondary.active {
  color: #ff0000 !important;
}
a.text-success:hover,
a.text-success:focus,
a.text-success.active {
  color: #266a73 !important;
}
a.text-info:hover,
a.text-info:focus,
a.text-info.active {
  color: #1283bc !important;
}
a.text-warning:hover,
a.text-warning:focus,
a.text-warning.active {
  color: #facb00 !important;
}
a.text-danger:hover,
a.text-danger:focus,
a.text-danger.active {
  color: #ff5500 !important;
}
a.text-white:hover,
a.text-white:focus,
a.text-white.active {
  color: #c7c7c7 !important;
}
a.text-black:hover,
a.text-black:focus,
a.text-black.active {
  color: #000000 !important;
}
a[class*="text-"]:not(.nav-link):not(.dropdown-item):not([role]) {
  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]):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: #fafafa;
}
.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-gallery-filter li.active .btn {
  background-color: #fafafa;
  border-color: #fafafa;
  color: #878787;
}
.mbr-gallery-filter li.active .btn:focus {
  box-shadow: none;
}
a,
a:hover {
  color: #fafafa;
}
.mbr-plan-header.bg-primary .mbr-plan-subtitle,
.mbr-plan-header.bg-primary .mbr-plan-price-desc {
  color: #ffffff;
}
.mbr-plan-header.bg-success .mbr-plan-subtitle,
.mbr-plan-header.bg-success .mbr-plan-price-desc {
  color: #a0d8df;
}
.mbr-plan-header.bg-info .mbr-plan-subtitle,
.mbr-plan-header.bg-info .mbr-plan-price-desc {
  color: #ffffff;
}
.mbr-plan-header.bg-warning .mbr-plan-subtitle,
.mbr-plan-header.bg-warning .mbr-plan-price-desc {
  color: #ffffff;
}
.mbr-plan-header.bg-danger .mbr-plan-subtitle,
.mbr-plan-header.bg-danger .mbr-plan-price-desc {
  color: #ffffff;
}
/* Scroll to top button*/
.scrollToTop_wraper {
  display: none;
}
.form-control {
  font-family: 'Jost', sans-serif;
  font-size: 1.1rem;
  line-height: 1.5;
  font-weight: 400;
}
.form-control > .mbr-iconfont {
  font-size: 1.375rem;
}
.form-control:hover,
.form-control:focus {
  box-shadow: rgba(0, 0, 0, 0.07) 0px 1px 1px 0px, rgba(0, 0, 0, 0.07) 0px 1px 3px 0px, rgba(0, 0, 0, 0.03) 0px 0px 0px 1px;
  border-color: #fafafa !important;
}
.form-control:-webkit-input-placeholder {
  font-family: 'Jost', sans-serif;
  font-size: 1.1rem;
  line-height: 1.5;
  font-weight: 400;
}
.form-control:-webkit-input-placeholder > .mbr-iconfont {
  font-size: 1.375rem;
}
blockquote {
  border-color: #fafafa;
}
/* Forms */
.jq-selectbox li:hover,
.jq-selectbox li.selected {
  background-color: #fafafa;
  color: #000000;
}
.jq-number__spin {
  transition: 0.25s ease;
}
.jq-number__spin:hover {
  border-color: #fafafa;
}
.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: #fafafa;
  border-bottom-color: #fafafa;
}
.xdsoft_datetimepicker .xdsoft_calendar td.xdsoft_default,
.xdsoft_datetimepicker .xdsoft_calendar td.xdsoft_current,
.xdsoft_datetimepicker .xdsoft_timepicker .xdsoft_time_box > div > div.xdsoft_current {
  color: #000000 !important;
  background-color: #fafafa !important;
  box-shadow: none !important;
}
.xdsoft_datetimepicker .xdsoft_calendar td:hover,
.xdsoft_datetimepicker .xdsoft_timepicker .xdsoft_time_box > div > div:hover {
  color: #000000 !important;
  background: #ff6666 !important;
  box-shadow: none !important;
}
.lazy-bg {
  background-image: none !important;
}
.lazy-placeholder:not(section),
.lazy-none {
  display: block;
  position: relative;
  padding-bottom: 56.25%;
  width: 100%;
  height: auto;
}
iframe.lazy-placeholder,
.lazy-placeholder:after {
  content: '';
  position: absolute;
  width: 200px;
  height: 200px;
  background: transparent no-repeat center;
  background-size: contain;
  top: 50%;
  left: 50%;
  transform: translateX(-50%) translateY(-50%);
  background-image: url("data:image/svg+xml;charset=UTF-8,%3csvg width='32' height='32' viewBox='0 0 64 64' xmlns='http://www.w3.org/2000/svg' stroke='%23fafafa' %3e%3cg fill='none' fill-rule='evenodd'%3e%3cg transform='translate(16 16)' stroke-width='2'%3e%3ccircle stroke-opacity='.5' cx='16' cy='16' r='16'/%3e%3cpath d='M32 16c0-9.94-8.06-16-16-16'%3e%3canimateTransform attributeName='transform' type='rotate' from='0 16 16' to='360 16 16' dur='1s' repeatCount='indefinite'/%3e%3c/path%3e%3c/g%3e%3c/g%3e%3c/svg%3e");
}
section.lazy-placeholder:after {
  opacity: 0.5;
}
body {
  overflow-x: hidden;
}
a {
  transition: color 0.6s;
}
.cid-sq9p5thg8L .navbar {
  padding: 0.5rem 0;
  background: #ffffff;
  transition: none;
  min-height: 50px;
}
.cid-sq9p5thg8L .navbar-fixed-top {
  padding-top: 0;
}
.cid-sq9p5thg8L .navbar-collapse {
  -ms-flex-preferred-size: auto;
  -webkit-flex-basis: auto;
  flex-basis: auto;
}
.cid-sq9p5thg8L .menu-logo .navbar-brand {
  display: flex;
  margin-left: 1.5rem;
  padding: 0.5rem 0;
  transition: padding 0.2s;
  min-height: 3.8rem;
  -webkit-align-items: center;
  align-items: center;
}
.cid-sq9p5thg8L .menu-logo .navbar-brand .navbar-caption-wrap {
  display: flex;
  -webkit-align-items: center;
  align-items: center;
  word-break: break-word;
  min-width: 7rem;
  margin: 0.3rem 0;
}
.cid-sq9p5thg8L .menu-logo .navbar-brand .navbar-caption-wrap .navbar-caption {
  line-height: 1.2rem !important;
  padding-right: 2rem;
}
.cid-sq9p5thg8L .menu-logo .navbar-brand .navbar-logo {
  font-size: 4rem;
  transition: font-size 0.25s;
}
.cid-sq9p5thg8L .menu-logo .navbar-brand .navbar-logo img {
  display: flex;
  width: auto;
}
.cid-sq9p5thg8L .menu-logo .navbar-brand .navbar-logo .mbr-iconfont {
  transition: font-size 0.25s;
}
.cid-sq9p5thg8L .menu-content-top {
  background: #0a1c44;
  max-width: 100%;
  display: none;
  -webkit-justify-content: left;
  justify-content: left;
  padding: 0 2rem;
  margin: auto;
  -webkit-align-items: center;
  align-items: center;
  overflow: hidden;
  transition: min-height 0.25s ease-in-out;
}
.cid-sq9p5thg8L .dropdown-item {
  padding: 0;
}
.cid-sq9p5thg8L .dropdown-item,
.cid-sq9p5thg8L .nav-link,
.cid-sq9p5thg8L .brand-name {
  font-style: normal;
}
.cid-sq9p5thg8L .dropdown-item:hover,
.cid-sq9p5thg8L .nav-link:hover,
.cid-sq9p5thg8L .brand-name:hover {
  color: #fafafa !important;
}
.cid-sq9p5thg8L .dropdown-menu {
  background-color: #0a1c44;
}
.cid-sq9p5thg8L .dropdown-item:active {
  background-color: #0a1c44;
}
.cid-sq9p5thg8L .menu-bottom {
  margin: auto;
  width: 100%;
  display: flex;
  padding: 0rem 2rem;
  position: relative;
  align-items: center;
  -webkit-justify-content: flex-end;
  justify-content: flex-end;
}
.cid-sq9p5thg8L .navbar-dropdown.bg-color.transparent.opened {
  background: #ffffff;
}
.cid-sq9p5thg8L .nav-item span {
  padding-right: 0.4em;
  line-height: 0.5em;
  vertical-align: text-bottom;
  position: relative;
  top: -0.2em;
  text-decoration: none;
}
.cid-sq9p5thg8L .nav-item a {
  padding: 0.5rem 0 !important;
  margin: 0 0.5rem !important;
}
.cid-sq9p5thg8L .dropdown-item:before {
  font-family: MobiriseIcons !important;
  display: inline-block;
  width: 0;
  position: absolute;
  left: 1rem;
  top: 0.5rem;
  margin-right: 0.5rem;
  line-height: 1;
  font-size: inherit;
  vertical-align: middle;
  text-align: center;
  overflow: hidden;
  -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-sq9p5thg8L .content-text {
  margin-bottom: 0;
}
.cid-sq9p5thg8L .navbar-nav {
  position: relative;
  -ms-flex-direction: row;
  -webkit-flex-direction: row;
  flex-direction: row;
}
@media (min-width: 992px) {
  .cid-sq9p5thg8L .navbar-nav .main-menu-animated-line {
    position: absolute;
    left: 0;
    width: 0;
    height: 0;
    z-index: 100;
    border-top: 4px solid #fafafa;
    -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-sq9p5thg8L .navbar-nav .main-menu-animated-line.bottom {
    bottom: 0;
  }
}
.cid-sq9p5thg8L .navbar-nav .nav-item span {
  padding-right: 0;
}
.cid-sq9p5thg8L .navbar-nav .nav-item a {
  margin: 0 1.3rem !important;
}
.cid-sq9p5thg8L .display-4 > .mbr-iconfont {
  font-size: 1.43em;
}
.cid-sq9p5thg8L .display-4 > .btn > .mbr-iconfont {
  font-size: 1.43em;
}
.cid-sq9p5thg8L .nav-dropdown .dropdown-item {
  font-weight: 400;
}
.cid-sq9p5thg8L .navbar-buttons.mbr-section-btn {
  display: flex;
  -webkit-align-items: center;
  align-items: center;
  -webkit-justify-content: center;
  justify-content: center;
}
.cid-sq9p5thg8L .nav-dropdown .link {
  font-weight: 400;
}
.cid-sq9p5thg8L .menu .navbar-brand .logo-text-part {
  vertical-align: top;
}
.cid-sq9p5thg8L .content-right-side {
  text-align: center;
}
.cid-sq9p5thg8L .content-right-side .content-link {
  margin-left: 2rem;
}
.cid-sq9p5thg8L .content-right-side .content-link span {
  vertical-align: middle;
  padding-right: 1rem;
}
.cid-sq9p5thg8L .widget-icon {
  display: inline-block;
  padding-right: 1rem;
  font-size: 1.65rem;
}
.cid-sq9p5thg8L .info-widget {
  padding-left: 2rem;
  padding-right: 3rem;
  margin: 0;
  display: flex;
  -webkit-justify-content: center;
  justify-content: center;
  -webkit-align-items: center;
  align-items: center;
}
.cid-sq9p5thg8L .menu-content-right {
  display: flex;
  -webkit-align-items: center;
  align-items: center;
}
.cid-sq9p5thg8L .menu-content-right .info-widget:last-child {
  padding-right: 0;
}
.cid-sq9p5thg8L .menu-content-right .info-widget:first-child {
  padding-left: 0;
  border-left: none;
}
.cid-sq9p5thg8L .widget-content {
  display: inline-block;
  vertical-align: top;
  text-align: left;
}
.cid-sq9p5thg8L .widget-content .widget-title {
  font-weight: 400;
  margin-bottom: 3px;
}
.cid-sq9p5thg8L .widget-content .widget-text {
  margin-bottom: 0;
}
@media (min-width: 992px) {
  .cid-sq9p5thg8L .navbar .menu-content-top {
    display: flex;
    height: 60px;
  }
  .cid-sq9p5thg8L .content-right-side {
    text-align: right;
    -webkit-flex-wrap: nowrap;
    flex-wrap: nowrap;
    display: flex;
    -webkit-align-items: center;
    align-items: center;
  }
  .cid-sq9p5thg8L .menu-content-top {
    border-bottom: 0px solid rgba(0, 0, 0, 0.12);
  }
  .cid-sq9p5thg8L .navbar {
    display: block;
    padding: 0;
  }
  .cid-sq9p5thg8L .navbar .menu-logo {
    margin: auto;
    display: flex;
    -webkit-align-items: center;
    align-items: center;
  }
  .cid-sq9p5thg8L .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-sq9p5thg8L .dropdown-item:hover:before {
    transform: scale(1, 1);
    width: 16px;
    -webkit-transform: scale(1, 1);
  }
  .cid-sq9p5thg8L .navbar-toggler {
    display: none;
  }
  .cid-sq9p5thg8L .navbar-collapse {
    -webkit-justify-content: flex-end;
    justify-content: flex-end;
  }
}
.cid-sq9p5thg8L .navbar-short .menu-content-top {
  height: 0;
  min-height: 0;
  border: none;
}
.cid-sq9p5thg8L .btn {
  display: -webkit-inline-flex;
  align-items: center;
  -webkit-align-items: center;
}
.cid-sq9p5thg8L .btn .mbr-iconfont {
  font-size: 1.2em;
}
.cid-sq9p5thg8L .navbar-toggleable-sm .navbar-collapse {
  width: auto;
}
.cid-sq9p5thg8L .navbar-toggleable-sm .navbar-collapse .navbar-nav {
  -webkit-flex-wrap: wrap;
  flex-wrap: wrap;
  padding-left: 0;
}
.cid-sq9p5thg8L .navbar-toggleable-sm .navbar-collapse .navbar-nav .nav-item {
  -webkit-align-self: center;
  align-self: center;
}
.cid-sq9p5thg8L .navbar-toggleable-sm .navbar-collapse .navbar-buttons {
  padding-left: 0;
  padding-bottom: 0;
}
.cid-sq9p5thg8L .dropdown .dropdown-menu {
  display: none;
  position: absolute;
  padding-top: 0.5rem;
  padding-bottom: 0.5rem;
  text-align: left;
}
@media (max-width: 991px) {
  .cid-sq9p5thg8L .dropdown .dropdown-menu {
    overflow: hidden;
  }
}
.cid-sq9p5thg8L .dropdown .dropdown-menu .dropdown-item {
  width: auto;
  -webkit-transition: all 0.25s ease-in-out;
  -moz-transition: all 0.25s ease-in-out;
  transition: all 0.25s ease-in-out;
}
.cid-sq9p5thg8L .dropdown .dropdown-menu .dropdown-item::after {
  right: 0.5rem;
}
.cid-sq9p5thg8L .dropdown .dropdown-menu .dropdown-item:hover .mbr-iconfont:before {
  -webkit-transform: scale(0, 1);
  transform: scale(0, 1);
}
.cid-sq9p5thg8L .dropdown .dropdown-menu .dropdown-item .mbr-iconfont {
  margin-left: -1.8rem;
  padding-right: 1rem;
  font-size: inherit;
}
.cid-sq9p5thg8L .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-sq9p5thg8L .dropdown .dropdown-menu .dropdown-submenu {
  margin: 0;
}
.cid-sq9p5thg8L .dropdown.open > .dropdown-menu {
  display: block;
}
.cid-sq9p5thg8L .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-sq9p5thg8L .navbar.navbar-short {
  min-height: 50px;
  transition: all 0.2s;
}
.cid-sq9p5thg8L .navbar.navbar-short .navbar-logo a {
  font-size: 2.5rem !important;
  line-height: 2.5rem;
  transition: font-size 0.25s;
}
.cid-sq9p5thg8L .navbar.navbar-short .navbar-logo a .mbr-iconfont {
  font-size: 2.5rem !important;
}
.cid-sq9p5thg8L .navbar.navbar-short .navbar-logo a img {
  height: 3rem !important;
  width: auto;
}
.cid-sq9p5thg8L .navbar.navbar-short .navbar-brand {
  min-height: 3rem;
}
.cid-sq9p5thg8L button.navbar-toggler {
  width: 31px;
  height: 18px;
  cursor: pointer;
  transition: all 0.2s;
  margin: 1rem 0.8rem;
}
.cid-sq9p5thg8L button.navbar-toggler:focus {
  outline: none;
}
.cid-sq9p5thg8L button.navbar-toggler .hamburger span {
  position: absolute;
  right: 0;
  width: 30px;
  height: 2px;
  border-right: 5px;
  background-color: #0a1c44;
}
.cid-sq9p5thg8L button.navbar-toggler .hamburger span:nth-child(1) {
  top: 0;
  transition: all 0.2s;
}
.cid-sq9p5thg8L button.navbar-toggler .hamburger span:nth-child(2) {
  top: 8px;
  transition: all 0.15s;
}
.cid-sq9p5thg8L button.navbar-toggler .hamburger span:nth-child(3) {
  top: 8px;
  transition: all 0.15s;
}
.cid-sq9p5thg8L button.navbar-toggler .hamburger span:nth-child(4) {
  top: 16px;
  transition: all 0.2s;
}
.cid-sq9p5thg8L nav.opened .hamburger span:nth-child(1) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-sq9p5thg8L nav.opened .hamburger span:nth-child(2) {
  -webkit-transform: rotate(45deg);
  transform: rotate(45deg);
  transition: all 0.25s;
}
.cid-sq9p5thg8L nav.opened .hamburger span:nth-child(3) {
  -webkit-transform: rotate(-45deg);
  transform: rotate(-45deg);
  transition: all 0.25s;
}
.cid-sq9p5thg8L nav.opened .hamburger span:nth-child(4) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-sq9p5thg8L .collapsed .dropdown-menu .dropdown-item:before {
  display: none;
}
.cid-sq9p5thg8L .collapsed .dropdown .dropdown-menu .dropdown-item {
  padding: 0.235em 1.5em 0.235em 1.5em !important;
  transition: none;
  margin: 0 !important;
}
.cid-sq9p5thg8L .collapsed .btn {
  display: flex;
}
.cid-sq9p5thg8L .collapsed .navbar-collapse {
  display: none !important;
  padding-right: 0 !important;
}
.cid-sq9p5thg8L .collapsed .navbar-collapse.collapsing,
.cid-sq9p5thg8L .collapsed .navbar-collapse.show {
  display: block !important;
}
.cid-sq9p5thg8L .collapsed .navbar-collapse.collapsing .navbar-nav,
.cid-sq9p5thg8L .collapsed .navbar-collapse.show .navbar-nav {
  display: block;
  text-align: center;
}
.cid-sq9p5thg8L .collapsed .navbar-collapse.collapsing .navbar-nav .nav-item,
.cid-sq9p5thg8L .collapsed .navbar-collapse.show .navbar-nav .nav-item {
  clear: both;
}
.cid-sq9p5thg8L .collapsed .navbar-collapse.collapsing .navbar-nav .nav-item:last-child,
.cid-sq9p5thg8L .collapsed .navbar-collapse.show .navbar-nav .nav-item:last-child {
  margin-bottom: 1rem;
}
.cid-sq9p5thg8L .collapsed .navbar-collapse.collapsing .navbar-buttons,
.cid-sq9p5thg8L .collapsed .navbar-collapse.show .navbar-buttons {
  display: flex;
  -webkit-justify-content: center;
  justify-content: center;
  text-align: center;
}
.cid-sq9p5thg8L .collapsed .navbar-collapse.collapsing .navbar-buttons:last-child,
.cid-sq9p5thg8L .collapsed .navbar-collapse.show .navbar-buttons:last-child {
  margin-bottom: 1rem;
}
@media (min-width: 992px) {
  .cid-sq9p5thg8L .collapsed .dropdown .dropdown-menu {
    overflow: hidden;
  }
}
.cid-sq9p5thg8L .collapsed button.navbar-toggler {
  display: block;
}
.cid-sq9p5thg8L .collapsed .navbar-brand {
  margin-left: 1rem !important;
  margin-top: 0.5rem;
}
.cid-sq9p5thg8L .collapsed .navbar-toggleable-sm {
  -webkit-flex-direction: column;
  flex-direction: column;
}
.cid-sq9p5thg8L .collapsed .dropdown .dropdown-menu {
  width: 100%;
  text-align: center;
  position: relative;
  opacity: 0;
  display: block;
  height: 0;
  visibility: hidden;
  padding: 0;
  transition-duration: 0.5s;
  transition-property: opacity, padding, height;
}
.cid-sq9p5thg8L .collapsed .dropdown.open > .dropdown-menu {
  position: relative;
  opacity: 1;
  height: auto;
  padding: 1.4rem 0;
  visibility: visible;
}
.cid-sq9p5thg8L .collapsed .dropdown .dropdown-submenu {
  left: 0;
  text-align: center;
  width: 100%;
}
.cid-sq9p5thg8L .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: 0.3em;
  vertical-align: middle;
  content: '';
  border-top: 0.3em solid;
  border-right: 0.3em solid transparent;
  border-left: 0.3em solid transparent;
}
.cid-sq9p5thg8L .collapsed .menu-bottom {
  -webkit-justify-content: center;
  justify-content: center;
}
@media (min-width: 991px) {
  .cid-sq9p5thg8L .dropdown-item {
    color: white !important;
    border-bottom: 0px solid #4f5b77;
  }
  .cid-sq9p5thg8L .dropdown-item:not(:last-child) {
    border-bottom: 1px solid #4f5b77;
  }
}
@media (max-width: 991px) {
  .cid-sq9p5thg8L .dropdown-menu {
    margin-top: 0px;
    background-color: transparent;
    color: black !important;
  }
  .cid-sq9p5thg8L .menu-bottom {
    display: flex;
    -webkit-flex-direction: row;
    flex-direction: row;
    -webkit-justify-content: space-between;
    justify-content: space-between;
    align-items: center;
    margin: 0;
  }
  .cid-sq9p5thg8L .navbar-collapse {
    padding-bottom: 1rem;
    display: none !important;
    padding-right: 0 !important;
  }
  .cid-sq9p5thg8L .navbar-collapse.collapsing,
  .cid-sq9p5thg8L .navbar-collapse.show {
    display: block !important;
  }
  .cid-sq9p5thg8L .navbar-collapse.collapsing .navbar-nav,
  .cid-sq9p5thg8L .navbar-collapse.show .navbar-nav {
    display: block;
    text-align: center;
  }
  .cid-sq9p5thg8L .navbar-collapse.collapsing .navbar-nav .nav-item,
  .cid-sq9p5thg8L .navbar-collapse.show .navbar-nav .nav-item {
    clear: both;
  }
  .cid-sq9p5thg8L .navbar-collapse.collapsing .navbar-nav .nav-item:last-child,
  .cid-sq9p5thg8L .navbar-collapse.show .navbar-nav .nav-item:last-child {
    margin-bottom: 1rem;
  }
  .cid-sq9p5thg8L .navbar-collapse.collapsing .navbar-buttons,
  .cid-sq9p5thg8L .navbar-collapse.show .navbar-buttons {
    display: -webkit-flex;
    justify-content: center;
    text-align: center;
    -webkit-justify-content: center;
  }
  .cid-sq9p5thg8L .navbar-collapse.collapsing .navbar-buttons:last-child,
  .cid-sq9p5thg8L .navbar-collapse.show .navbar-buttons:last-child {
    margin-bottom: 1rem;
  }
  .cid-sq9p5thg8L img {
    height: 3.8rem !important;
  }
  .cid-sq9p5thg8L .btn {
    display: flex;
  }
  .cid-sq9p5thg8L button.navbar-toggler {
    display: block;
  }
  .cid-sq9p5thg8L .navbar-brand {
    margin-left: 1rem !important;
    margin-top: 0.5rem;
  }
  .cid-sq9p5thg8L .navbar-toggleable-sm {
    -webkit-flex-direction: column;
    flex-direction: column;
  }
  .cid-sq9p5thg8L .dropdown .dropdown-menu {
    width: 100%;
    text-align: center;
    position: relative;
    opacity: 0;
    display: block;
    height: 0;
    visibility: hidden;
    padding: 0;
    transition-duration: 0.5s;
    transition-property: opacity, padding, height;
  }
  .cid-sq9p5thg8L .dropdown.open > .dropdown-menu {
    position: relative;
    opacity: 1;
    height: auto;
    padding: 1.4rem 0;
    visibility: visible;
  }
  .cid-sq9p5thg8L .dropdown .dropdown-submenu {
    left: 0;
    text-align: center;
    width: 100%;
  }
  .cid-sq9p5thg8L .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: 0.3em;
    vertical-align: middle;
    content: '';
    border-top: 0.3em solid;
    border-right: 0.3em solid transparent;
    border-left: 0.3em solid transparent;
  }
  .cid-sq9p5thg8L .navbar-buttons.mbr-section-btn {
    width: 100%;
  }
  .cid-sq9p5thg8L .dropdown .dropdown-menu .dropdown-item {
    padding: 0.235em 1.5em 0.235em 1.5em !important;
    transition: none;
    margin: 0 !important;
  }
}
.cid-sq9p5thg8L .navbar-dropdown {
  -webkit-flex-wrap: nowrap;
  flex-wrap: nowrap;
}
.cid-sq9p5thg8L .nav-link:focus {
  outline: none;
}
.cid-sq9p5thg8L .navbar-toggler {
  position: relative;
}
.cid-sq9p5thg8L .dropdown-item.active,
.cid-sq9p5thg8L .dropdown-item:active {
  color: initial;
}
.cid-sq9p5thg8L .widget-title,
.cid-sq9p5thg8L .widget-icon {
  color: #e9e9e9;
}
.cid-sq9p5thg8L .widget-text {
  color: #656565;
}
@media (max-width: 576px) {
  .cid-sq9p5thg8L .menu-logo {
    display: none;
  }
  .cid-sq9p5thg8L .navbar {
    padding: 0;
  }
  .cid-sq9p5thg8L .menu-bottom {
    -webkit-flex-direction: column;
    flex-direction: column;
  }
  .cid-sq9p5thg8L button.navbar-toggler {
    -webkit-align-self: center;
    align-self: center;
  }
}
.cid-sq9olWCzoT {
  background-image: url("../../../assets/images/dsc03686-2000x1333.jpg");
}
.cid-sq9olWCzoT .mbr-section-title {
  color: #ffffff;
}
.cid-sq9olWCzoT .mbr-text,
.cid-sq9olWCzoT .mbr-section-btn {
  color: #fafafa;
}
.cid-sqBTuBTX6L {
  background-image: url("../../../assets/images/dsc03790-2000x1333.jpg");
}
.cid-sqBTuBTX6L .column-content {
  padding-top: 120px;
  padding-bottom: 90px;
  background-color: #38038e;
  width: 100%;
  float: right;
  position: relative;
}
.cid-sqBTuBTX6L .text-content .btn-bgr {
  z-index: 0;
}
.cid-sqBTuBTX6L .mbr-overlay {
  background: linear-gradient(#d6173f -10%, #00113e 75%);
}
.cid-sqBTuBTX6L .container-full-width {
  position: relative;
}
.cid-sqBTuBTX6L .text-content {
  width: 100%;
  padding: 0 30px;
  margin: 0 auto;
}
.cid-sqBTuBTX6L .layer {
  display: none;
  height: 101%;
  position: absolute;
  right: 49.9%;
  top: 0;
  bottom: 0;
}
.cid-sqBTuBTX6L .layer path {
  fill: #38038e;
}
@media (min-width: 576px) {
  .cid-sqBTuBTX6L .text-content {
    width: 540px;
  }
  .cid-sqBTuBTX6L .column-content {
    width: 100%;
  }
  .cid-sqBTuBTX6L .layer {
    display: none;
  }
}
@media (min-width: 768px) {
  .cid-sqBTuBTX6L .text-content {
    width: 720px;
  }
}
@media (min-width: 992px) {
  .cid-sqBTuBTX6L .text-content {
    width: 480px;
    margin: 0;
  }
  .cid-sqBTuBTX6L .column-content {
    width: 50%;
  }
  .cid-sqBTuBTX6L .layer {
    display: block;
  }
}
@media (min-width: 1200px) {
  .cid-sqBTuBTX6L .text-content {
    width: 570px;
  }
}
@media screen and (-ms-high-contrast: active), (-ms-high-contrast: none) {
  .cid-sqBTuBTX6L .container-full-width .layer {
    right: 2.6rem;
    height: 33rem;
  }
  .cid-sqBTuBTX6L .column-content {
    height: 33rem;
  }
}
.cid-sqBTuBTX6L .mbr-text,
.cid-sqBTuBTX6L .mbr-section-btn {
  color: #fafafa;
}
.cid-sqBTuBTX6L H1 {
  color: #ffffff;
}
.cid-sqIxXY5LYH.popup-builder {
  background-color: #ffffff;
}
.cid-sqIxXY5LYH.popup-builder .modal {
  position: relative;
  display: block;
  z-index: 1;
}
.cid-sqIxXY5LYH.popup-builder .modal-dialog {
  margin-top: 60px;
  margin-bottom: 60px;
}
.cid-sqIxXY5LYH .modal-content,
.cid-sqIxXY5LYH .modal-dialog {
  height: auto;
}
.cid-sqIxXY5LYH .form-wrapper .input-group-btn {
  margin-right: auto;
  margin-left: auto;
}
.cid-sqIxXY5LYH .form-wrapper .input-group-btn .btn {
  margin: 0 !important;
}
@media (min-width: 769px) {
  .cid-sqIxXY5LYH .form-wrapper .mbr-form .form-group,
  .cid-sqIxXY5LYH .form-wrapper .mbr-form .input-group-btn {
    padding: 0 .5rem;
  }
}
.cid-sqIxXY5LYH .card-img {
  width: 100%;
  margin: auto;
  border-radius: 0;
}
.cid-sqIxXY5LYH .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-sqIxXY5LYH .mbr-text {
  text-align: center;
}
.cid-sqIxXY5LYH .pt-0 {
  padding-top: 0 !important;
}
.cid-sqIxXY5LYH .pb-0 {
  padding-bottom: 0 !important;
}
.cid-sqIxXY5LYH .form-content {
  -ms-flex-pack: center;
  justify-content: center;
  text-align: center;
}
.cid-sqIxXY5LYH .mbr-overlay {
  bottom: 0;
  left: 0;
  position: absolute;
  right: 0;
  top: 0;
  z-index: 0;
  pointer-events: none;
}
.cid-sqIxXY5LYH .modal-open {
  overflow: hidden;
}
.cid-sqIxXY5LYH .modal-open .modal {
  overflow-x: hidden;
  overflow-y: auto;
}
.cid-sqIxXY5LYH .modal {
  position: fixed;
  top: 0;
  left: 0;
  z-index: 1050;
  display: none;
  width: 100%;
  height: 100%;
  overflow: hidden;
  outline: 0;
}
.cid-sqIxXY5LYH .modal-dialog {
  position: relative;
  width: auto;
  margin: .5rem;
  pointer-events: none;
}
.cid-sqIxXY5LYH .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-sqIxXY5LYH .modal.show .modal-dialog {
  -webkit-transform: none;
  transform: none;
}
.cid-sqIxXY5LYH .modal-dialog-centered {
  display: flex;
  -ms-flex-align: center;
  align-items: center;
  min-height: calc(100% - (.5rem * 2));
}
.cid-sqIxXY5LYH .modal-dialog-centered::before {
  display: block;
  height: calc(100vh - (.5rem * 2));
  content: "";
}
.cid-sqIxXY5LYH .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-sqIxXY5LYH .modal-backdrop {
  position: fixed;
  top: 0;
  left: 0;
  z-index: 1040;
  width: 100vw;
  height: 100vh;
  background-color: #000;
}
.cid-sqIxXY5LYH .modal-backdrop.fade {
  opacity: 0;
}
.cid-sqIxXY5LYH .modal-backdrop.show {
  opacity: .5;
}
.cid-sqIxXY5LYH .modal-header {
  display: flex;
  -ms-flex-align: start;
  align-items: flex-start;
  -ms-flex-pack: justify;
  justify-content: space-between;
  padding: 1rem;
  border-bottom: none;
}
.cid-sqIxXY5LYH .modal-header .close {
  position: absolute;
  top: auto;
  right: 1rem;
  margin: -1rem -1rem -1rem auto;
  padding: 1rem;
  opacity: .75;
}
.cid-sqIxXY5LYH .modal-header .close:hover {
  opacity: 1;
}
.cid-sqIxXY5LYH .modal-header .close:focus {
  outline: none;
}
.cid-sqIxXY5LYH .modal-title {
  line-height: 1.5;
  width: 100%;
  margin: 0;
  text-align: center;
}
.cid-sqIxXY5LYH .modal-body {
  position: relative;
  -ms-flex: 1 1 auto;
  flex: 1 1 auto;
  padding: 1rem;
  min-height: 100%;
}
.cid-sqIxXY5LYH .modal-footer {
  display: flex;
  -ms-flex-align: center;
  align-items: center;
  -ms-flex-pack: center;
  justify-content: center;
  padding: 1rem;
  border-top: none;
  text-align: center;
}
.cid-sqIxXY5LYH .modal-scrollbar-measure {
  position: absolute;
  top: -9999px;
  width: 50px;
  height: 50px;
  overflow: scroll;
}
@media (min-width: 576px) {
  .cid-sqIxXY5LYH .modal-dialog {
    max-width: 500px;
    margin: 1.75rem auto;
  }
  .cid-sqIxXY5LYH .modal-dialog-centered {
    min-height: calc(100% - (1.75rem * 2));
  }
  .cid-sqIxXY5LYH .modal-dialog-centered::before {
    height: calc(100vh - (1.75rem * 2));
  }
  .cid-sqIxXY5LYH .modal-sm {
    max-width: 300px;
  }
  .cid-sqIxXY5LYH .container {
    max-width: 540px;
  }
}
@media (min-width: 992px) {
  .cid-sqIxXY5LYH .modal-lg,
  .cid-sqIxXY5LYH .modal-xl {
    max-width: 800px;
  }
  .cid-sqIxXY5LYH .container {
    max-width: 960px;
  }
}
@media (min-width: 1200px) {
  .cid-sqIxXY5LYH .modal-xl {
    max-width: 1140px;
  }
  .cid-sqIxXY5LYH .container {
    max-width: 1140px;
  }
}
.cid-sqIxXY5LYH .container {
  width: 100%;
  padding-right: 15px;
  padding-left: 15px;
  margin-right: auto;
  margin-left: auto;
}
@media (min-width: 768px) {
  .cid-sqIxXY5LYH .container {
    max-width: 720px;
  }
}
.cid-sqIxXY5LYH .row {
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  margin-right: -15px;
  margin-left: -15px;
}
.cid-sqIxXY5LYH .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-sqIxXY5LYH .form-group {
  margin-bottom: 1rem;
}
.cid-sqIxXY5LYH .form-control {
  display: block;
  width: 100%;
  font-size: 1rem;
  font-weight: 400;
  line-height: 1.5;
}
.cid-sqIxXY5LYH .col {
  -ms-flex-preferred-size: 0;
  flex-basis: 0;
  -ms-flex-positive: 1;
  flex-grow: 1;
  max-width: 100%;
}
.cid-sqIxXY5LYH .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-sqBNFoBF5n {
  padding-top: 6rem;
  padding-bottom: 6rem;
  background-color: #ffffff;
}
.cid-sqBNFoBF5n img,
.cid-sqBNFoBF5n .item-img {
  width: 100%;
}
.cid-sqBNFoBF5n .item:focus,
.cid-sqBNFoBF5n span:focus {
  outline: none;
}
.cid-sqBNFoBF5n .item {
  cursor: pointer;
  margin-bottom: 2rem;
}
.cid-sqBNFoBF5n .item-wrapper {
  position: relative;
  border-radius: 4px;
  background: #fafafa;
  height: 100%;
  display: flex;
  flex-flow: column nowrap;
}
@media (min-width: 992px) {
  .cid-sqBNFoBF5n .item-wrapper .item-content {
    padding: 2rem 2rem 0;
  }
  .cid-sqBNFoBF5n .item-wrapper .item-footer {
    padding: 0 2rem 2rem;
  }
}
@media (max-width: 991px) {
  .cid-sqBNFoBF5n .item-wrapper .item-content {
    padding: 1rem 1rem 0;
  }
  .cid-sqBNFoBF5n .item-wrapper .item-footer {
    padding: 0 1rem 1rem;
  }
}
.cid-sqBNFoBF5n .mbr-section-btn {
  margin-top: auto !important;
}
.cid-sqBNFoBF5n .mbr-section-title {
  color: #232323;
}
.cid-sqBNFoBF5n .mbr-text,
.cid-sqBNFoBF5n .mbr-section-btn {
  text-align: left;
}
.cid-sqBNFoBF5n .item-title {
  text-align: left;
}
.cid-sqBNFoBF5n .item-subtitle {
  text-align: left;
}
.cid-sqC5uPn1ml {
  padding-top: 150px;
  padding-bottom: 150px;
  background-image: url("../../../assets/images/dsc03686-2000x1333.jpeg");
}
.cid-sqC5uPn1ml .card-wrapper {
  z-index: 3;
}
.cid-sqC5uPn1ml .card-wrapper .mbr-section-title {
  letter-spacing: 1px;
  transition: all 2.5s cubic-bezier(0, 0.74, 0.52, 1.2);
}
.cid-sqC5uPn1ml:hover .mbr-section-title {
  letter-spacing: 10px;
}
.cid-sqC5uPn1ml .full-link {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  font-size: 0;
  z-index: 2;
}
.cid-sqC5uPn1ml .popup-btn.card-wrapper {
  z-index: 1 !important;
}
.cid-sqC6AKSyNR {
  padding-top: 45px;
  padding-bottom: 45px;
  background-color: #ffffff;
}
.cid-sqC6AKSyNR .card-wrapper {
  position: relative;
  margin: 0.5rem;
}
.cid-sqC6AKSyNR .card-wrapper:hover img {
  transform: scale(1.1);
}
@media (min-width: 767px) {
  .cid-sqC6AKSyNR .row {
    padding: 0 4rem;
  }
}
@media (max-width: 1400px) {
  .cid-sqC6AKSyNR .card-wrapper {
    margin: 0rem;
  }
}
.cid-sqC6AKSyNR .card {
  height: fit-content;
}
.cid-sqC6AKSyNR .number {
  border-top: 2px solid currentColor;
  padding-top: 0.4rem;
  margin-bottom: 0;
  margin-top: 0.5rem;
  width: fit-content;
}
.cid-sqC6AKSyNR .text-wrap {
  max-width: 400px;
}
.cid-sqC6AKSyNR .icon {
  position: absolute;
  bottom: 0;
  right: 0;
  padding: 1.5rem;
  transition: 0.3s;
  background: #ffe161;
}
.cid-sqC6AKSyNR .icon:hover {
  padding-right: 1rem;
  padding-left: 2rem;
}
.cid-sqC6AKSyNR .card-box {
  background-color: #38038e;
  padding: 4rem 4rem 6rem 4rem;
  width: 100%;
}
.cid-sqC6AKSyNR img {
  width: 100%;
  transition: 5s;
  object-fit: cover;
}
.cid-sqC6AKSyNR .img-wrap {
  max-height: 250px;
  overflow: hidden;
}
.cid-sqC6AKSyNR .container {
  max-width: 1500px;
}
.cid-sqC6AKSyNR .card-img {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  overflow: hidden;
}
.cid-sqC6AKSyNR .mbr-iconfont {
  font-size: 1.3rem;
  color: #ffe161;
  display: flex;
  justify-content: center;
}
.cid-sqC6AKSyNR P {
  color: #353535;
}
@media (max-width: 1200px) {
  .cid-sqC6AKSyNR .img-wrap {
    max-height: 230px;
  }
  .cid-sqC6AKSyNR .text-wrap {
    padding: 0rem;
  }
}
@media (max-width: 992px) {
  .cid-sqC6AKSyNR .card-box {
    margin: 0rem;
    padding: 2rem 2rem 6rem 2rem;
  }
  .cid-sqC6AKSyNR .text-wrap {
    padding: 0;
  }
}
@media (max-width: 767px) {
  .cid-sqC6AKSyNR .card-box {
    padding: 2rem 1rem 5rem 1rem;
  }
  .cid-sqC6AKSyNR .number {
    margin: auto;
  }
}
.cid-sqC6AKSyNR .mbr-text {
  color: #bbbbbb;
}
.cid-sqC6AKSyNR .card-title {
  color: #ffffff;
}
.cid-sqC6AKSyNR H3 {
  color: #bbbbbb;
}
.cid-sqC6AKSyNR H2 {
  color: #38038e;
}
.cid-sqCaTgfWh7 {
  padding-top: 90px;
  padding-bottom: 90px;
  background-image: url("../../../assets/images/background1.jpg");
}
.cid-sqCaTgfWh7 .mbr-section-title,
.cid-sqCaTgfWh7 .mbr-section-subtitle {
  color: #000000;
}
.cid-sqCaTgfWh7 .mbr-section-text {
  color: #232323;
}
.cid-sqCaTgfWh7 .mbr-text,
.cid-sqCaTgfWh7 .typed-text,
.cid-sqCaTgfWh7 .mbr-section-text {
  letter-spacing: 0.03rem;
}
.cid-sqCaTgfWh7 .btn {
  margin-left: 4px !important;
}
.cid-sqCaTgfWh7 .animated-element {
  color: #38038e;
}
.cid-sqCaTgfWh7 .typed-cursor {
  opacity: 1;
  -webkit-animation: blink 0.7s infinite;
  -moz-animation: blink 0.7s infinite;
  animation: blink 0.7s infinite;
  color: #38038e;
}
.cid-sqCaTgfWh7 .mbr-figure {
  border-radius: .25rem;
  overflow: hidden;
}
@media (max-width: 767px) {
  .cid-sqCaTgfWh7 .typed-text,
  .cid-sqCaTgfWh7 .mbr-section-subtitle,
  .cid-sqCaTgfWh7 .mbr-section-text,
  .cid-sqCaTgfWh7 .mbr-section-btn {
    text-align: center !important;
  }
}
@keyframes blink {
  0% {
    opacity: 1;
  }
  50% {
    opacity: 0;
  }
  100% {
    opacity: 1;
  }
}
@-webkit-keyframes blink {
  0% {
    opacity: 1;
  }
  50% {
    opacity: 0;
  }
  100% {
    opacity: 1;
  }
}
@-moz-keyframes blink {
  0% {
    opacity: 1;
  }
  50% {
    opacity: 0;
  }
  100% {
    opacity: 1;
  }
}
.cid-srbpZgn2ky {
  padding-top: 60px;
  padding-bottom: 60px;
  background-color: #fafafa;
}
.cid-srbpZgn2ky .underline .line {
  width: 2rem;
  height: 1px;
  background: #767676;
  display: inline-block;
}
.cid-srbpZgn2ky .card-img {
  overflow: hidden;
  border-radius: 0 !important;
  -webkit-flex-shrink: 1;
  flex-shrink: 1;
}
.cid-srbpZgn2ky .card-img img {
  height: 100%;
  object-fit: cover;
  object-position: center center;
}
.cid-srbpZgn2ky .card-box {
  background: #38038e;
  padding: 2rem;
  -webkit-flex-shrink: 0;
  flex-shrink: 0;
}
.cid-srbpZgn2ky .link {
  letter-spacing: 2px;
}
.cid-srbpZgn2ky .card.second-card {
  -webkit-flex-direction: column-reverse;
  flex-direction: column-reverse;
}
@media (max-width: 991px) {
  .cid-srbpZgn2ky .card {
    padding-bottom: 2rem;
  }
}
@media (max-width: 767px) {
  .cid-srbpZgn2ky .card {
    padding-bottom: 2rem;
  }
}
.cid-srbpZgn2ky .card-title {
  color: #ffffff;
}
.cid-srbpZgn2ky .card-text,
.cid-srbpZgn2ky .link {
  color: #fafafa;
}
.cid-srbpZgn2ky .main-title {
  color: #38038e;
}
.cid-sqCKBf4INz {
  padding-top: 150px;
  padding-bottom: 150px;
  background-image: url("../../../assets/images/dsc03690-2000x1333.jpg");
}
.cid-sqCKBf4INz .card-wrapper {
  z-index: 3;
}
.cid-sqCKBf4INz .card-wrapper .mbr-section-title {
  letter-spacing: 1px;
  transition: all 2.5s cubic-bezier(0, 0.74, 0.52, 1.2);
}
.cid-sqCKBf4INz:hover .mbr-section-title {
  letter-spacing: 10px;
}
.cid-sqCKBf4INz .full-link {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  font-size: 0;
  z-index: 2;
}
.cid-sqCKBf4INz .popup-btn.card-wrapper {
  z-index: 1 !important;
}
.cid-sqCLdGtzeC {
  padding-top: 120px;
  padding-bottom: 90px;
  background-color: #f4f8fa;
}
.cid-sqCLdGtzeC .mbr-overlay {
  background: linear-gradient(90deg, #149dcc, #b2ccd2);
}
.cid-sqCLdGtzeC .mbr-section-btn {
  margin-left: -0.8rem;
}
.cid-sqCLdGtzeC .text-content {
  padding-right: 1.5rem;
}
.cid-sqCLdGtzeC .mbr-text,
.cid-sqCLdGtzeC .mbr-section-btn {
  color: #767676;
}
.cid-sqCLdGtzeC .mbr-figure img {
  -webkit-box-shadow: 0px 0px 30px rgba(147, 153, 161, 0.3);
  box-shadow: 0px 0px 30px rgba(147, 153, 161, 0.3);
  border-radius: .25rem;
}
.cid-sqCLdGtzeC .counter-container {
  padding: 1rem 0;
  position: relative;
}
.cid-sqCLdGtzeC .counter-container ul {
  margin-bottom: 0;
  padding-left: 1.5rem;
}
.cid-sqCLdGtzeC .counter-container ul li {
  margin-bottom: 1rem;
  list-style: none;
}
.cid-sqCLdGtzeC .counter-container ul li:before {
  font-family: MobiriseIcons !important;
  content: '\e966';
  position: absolute;
  left: 0px;
  padding-top: 2px;
  display: inline-block;
  text-align: center;
  margin: 4px 0px;
  line-height: 10px;
  transition: all .2s;
  width: 16px;
  height: 16px;
  font-size: 16px !important;
  font-weight: 500;
  background: none;
  color: #188ef4;
}
@media (max-width: 991px) {
  .cid-sqCLdGtzeC .main-row {
    margin: 0;
  }
  .cid-sqCLdGtzeC .mbr-section-title,
  .cid-sqCLdGtzeC .mbr-text,
  .cid-sqCLdGtzeC .list,
  .cid-sqCLdGtzeC .mbr-section-btn {
    text-align: center !important;
  }
  .cid-sqCLdGtzeC .text-content {
    padding: 0;
  }
}
.cid-sqCLdGtzeC .mbr-section-title {
  color: #38038e;
}
.cid-sqCPBf70UR {
  padding-top: 150px;
  padding-bottom: 150px;
  background-image: url("../../../assets/images/dsc03835-2000x1333.jpg");
}
.cid-sqCPBf70UR .card-wrapper {
  z-index: 3;
}
.cid-sqCPBf70UR .card-wrapper .mbr-section-title {
  letter-spacing: 1px;
  transition: all 2.5s cubic-bezier(0, 0.74, 0.52, 1.2);
}
.cid-sqCPBf70UR:hover .mbr-section-title {
  letter-spacing: 10px;
}
.cid-sqCPBf70UR .full-link {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  font-size: 0;
  z-index: 2;
}
.cid-sqCPBf70UR .popup-btn.card-wrapper {
  z-index: 1 !important;
}
.cid-sqCQg6Emja {
  padding-top: 0px;
  padding-bottom: 45px;
  background-color: #ffffff;
}
.cid-sqCQg6Emja .google-map {
  height: 25rem;
  position: relative;
}
.cid-sqCQg6Emja .google-map iframe {
  height: 100%;
  width: 100%;
}
.cid-sqCQg6Emja .google-map [data-state-details] {
  color: #6b6763;
  font-family: Montserrat;
  height: 1.5em;
  margin-top: -0.75em;
  padding-left: 1.25rem;
  padding-right: 1.25rem;
  position: absolute;
  text-align: center;
  top: 50%;
  width: 100%;
}
.cid-sqCQg6Emja .google-map[data-state] {
  background: #e9e5dc;
}
.cid-sqCQg6Emja .google-map[data-state="loading"] [data-state-details] {
  display: none;
}
.cid-sqCQg6Emja .wrapper {
  margin-top: -10rem;
  background: #ffffff;
  -webkit-box-shadow: 0px 0px 30px rgba(115, 128, 157, 0.1);
  box-shadow: 0px 0px 30px rgba(115, 128, 157, 0.1);
  border-radius: .25rem;
}
.cid-sqCQg6Emja .form-container {
  padding: 3rem;
}
.cid-sqCQg6Emja .row {
  -webkit-justify-content: flex-end;
  justify-content: flex-end;
  -webkit-align-items: stretch;
  align-items: stretch;
}
.cid-sqCQg6Emja .content-panel {
  padding: 2rem;
  background: linear-gradient(45deg, #38038e, #38038e);
  height: 100%;
  border-top-right-radius: .25rem;
  border-bottom-right-radius: .25rem;
  overflow: hidden;
  display: flex;
  -webkit-flex-direction: column;
  flex-direction: column;
}
.cid-sqCQg6Emja .mbr-text {
  color: #efefef;
}
@media (min-width: 992px) {
  .cid-sqCQg6Emja .form-group,
  .cid-sqCQg6Emja .input-group-btn {
    padding-left: .5rem;
    padding-right: .5rem;
  }
}
.cid-sqCQg6Emja .form-control {
  box-shadow: 0px 0px 30px rgba(115, 128, 157, 0.1);
  min-height: 40px;
  padding: .5rem 1rem;
  background-color: #ffffff;
  border: 1px solid #efefef;
  color: #565656;
  border-radius: .25rem;
  font-size: 1rem;
  line-height: 1.43;
}
.cid-sqCQg6Emja .form-control:focus,
.cid-sqCQg6Emja .form-control:hover {
  border: 1px solid #e8e8e8;
  background-color: #ffffff;
}
.cid-sqCQg6Emja textarea.form-control {
  min-height: 170px;
}
.cid-sqCQg6Emja .form-group {
  margin-bottom: 1rem;
}
.cid-sqCQg6Emja input::-webkit-input-placeholder,
.cid-sqCQg6Emja textarea::-webkit-input-placeholder {
  color: #565656;
}
.cid-sqCQg6Emja input:-moz-placeholder,
.cid-sqCQg6Emja textarea:-moz-placeholder {
  color: #565656;
}
.cid-sqCQg6Emja .jq-selectbox li,
.cid-sqCQg6Emja .jq-selectbox li {
  background-color: #ffffff;
  color: #000000;
}
.cid-sqCQg6Emja .jq-selectbox li:hover,
.cid-sqCQg6Emja .jq-selectbox li.selected {
  background-color: #ffffff;
  color: #000000;
}
.cid-sqCQg6Emja .jq-selectbox:hover .jq-selectbox__trigger-arrow {
  border-top-color: #ffffff;
}
.cid-sqCQg6Emja .jq-selectbox .jq-selectbox__trigger-arrow {
  border-top-color: #ffffff;
}
@media (max-width: 767px) {
  .cid-sqCQg6Emja .main-row {
    -webkit-flex-direction: column-reverse;
    flex-direction: column-reverse;
  }
  .cid-sqCQg6Emja .text-block {
    margin-bottom: 2rem;
  }
  .cid-sqCQg6Emja .wrapper {
    margin-top: 0;
  }
}
.cid-sqCQg6Emja .social-list {
  margin-top: auto;
  padding-left: 0;
  margin-bottom: 0;
  display: flex;
  -webkit-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-justify-content: flex-start;
  justify-content: flex-start;
}
.cid-sqCQg6Emja .social-list .mbr-iconfont-social {
  font-size: 1.2rem;
  color: #fff;
}
.cid-sqCQg6Emja .social-list .mbr-iconfont:before {
  padding: .5rem;
  border: 2px solid;
  border-radius: 100px;
}
.cid-sqCQg6Emja .social-list .soc-item {
  margin: 15px 3px 0px 3px;
}
.cid-sqCQg6Emja .social-list a {
  margin: 0;
  opacity: .7;
  -webkit-transition: .2s linear;
  transition: .2s linear;
}
.cid-sqCQg6Emja .social-list a:hover {
  opacity: 1;
}
@media (max-width: 767px) {
  .cid-sqCQg6Emja .social-list {
    -webkit-justify-content: center;
    justify-content: center;
  }
}
.cid-sqCQg6Emja H2 {
  color: #38038e;
}
.cid-sqIAvTilcQ {
  padding-top: 45px;
  padding-bottom: 45px;
  background-color: #38038e;
}
.cid-sqIAvTilcQ a:link {
  text-decoration: none;
}
.cid-sqIAvTilcQ .icon-transition span {
  color: #ffffff;
  display: block;
  height: 3em;
  line-height: 3em;
  border-radius: 50%;
  border: 2px solid #ffffff;
  width: 3em;
  -webkit-transition: all 0.3s ease-out 0s;
  transition: all 0.3s ease-out 0s;
  font-size: 14px;
}
.cid-sqIAvTilcQ .icon-transition span:hover {
  background-color: #ffbc00;
}
.cid-sqIAvTilcQ .inner-text {
  line-height: 3em;
}
.cid-sqIAvTilcQ .social-media {
  display: flex;
  -webkit-justify-content: center;
  justify-content: center;
  -webkit-align-items: center;
  align-items: center;
}
.cid-sqIAvTilcQ .social-media ul {
  margin: 0;
  padding: 0;
  margin-bottom: 8px;
}
.cid-sqIAvTilcQ .social-media ul li {
  padding: 4px;
  display: inline-block;
}
.cid-sqIAvTilcQ .content-text,
.cid-sqIAvTilcQ .inner-text {
  color: #c1c1c1;
}
