@import url(https://fonts.googleapis.com/css?family=Open+Sans:300,300i,400,400i,600,600i,700,700i,800,800i&display=swap);





body {
  font-family: DM Sans;
}
.display-1 {
  font-family: 'Open Sans', sans-serif;
  font-size: 4.6rem;
  line-height: 1.1;
}
.display-1 > .mbr-iconfont {
  font-size: 7.36rem;
}
.display-2 {
  font-family: 'Open Sans', sans-serif;
  font-size: 3rem;
  line-height: 1.1;
}
.display-2 > .mbr-iconfont {
  font-size: 4.8rem;
}
.display-4 {
  font-family: 'Open Sans', sans-serif;
  font-size: 1.1rem;
  line-height: 1.5;
}
.display-4 > .mbr-iconfont {
  font-size: 1.76rem;
}
.display-5 {
  font-family: 'Open Sans', sans-serif;
  font-size: 2.2rem;
  line-height: 1.1;
}
.display-5 > .mbr-iconfont {
  font-size: 3.52rem;
}
.display-7 {
  font-family: 'Open Sans', sans-serif;
  font-size: 1.4rem;
  line-height: 1.4;
}
.display-7 > .mbr-iconfont {
  font-size: 2.24rem;
}
/* ---- 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.76rem;
    font-size: calc( 1.42rem + (2.2 - 1.42) * ((100vw - 20rem) / (48 - 20)));
    line-height: calc( 1.4 * (1.42rem + (2.2 - 1.42) * ((100vw - 20rem) / (48 - 20))));
  }
  .display-7 {
    font-size: 1.12rem;
    font-size: calc( 1.14rem + (1.4 - 1.14) * ((100vw - 20rem) / (48 - 20)));
    line-height: calc( 1.4 * (1.14rem + (1.4 - 1.14) * ((100vw - 20rem) / (48 - 20))));
  }
}
/* Buttons */
.btn {
  padding: 1rem 3rem;
  border-radius: 4px;
}
.btn-sm {
  padding: 0.6rem 1.2rem;
  border-radius: 4px;
}
.btn-md {
  padding: 1rem 2.6rem;
  border-radius: 8px;
}
.btn-lg {
  padding: 1.2rem 3.2rem;
  border-radius: 8px;
}
.bg-primary {
  background-color: #0077ff !important;
}
.bg-success {
  background-color: #5f8dd3 !important;
}
.bg-info {
  background-color: #879a9f !important;
}
.bg-warning {
  background-color: #0095ff !important;
}
.bg-danger {
  background-color: #b2ccd2 !important;
}
.btn-primary {
  border: 0px!important;
}
.btn-primary,
.btn-primary:active {
  background-color: #0077ff !important;
  border-color: #0077ff !important;
  color: #ffffff !important;
}
.btn-primary:hover,
.btn-primary:focus,
.btn-primary.focus,
.btn-primary.active {
  color: #ffffff !important;
  background-color: #0053b3 !important;
  border-color: #0053b3 !important;
}
.btn-primary.disabled,
.btn-primary:disabled {
  color: #ffffff !important;
  background-color: #0053b3 !important;
  border-color: #0053b3 !important;
}
.btn-primary:hover,
.btn-primary:focus {
  background-color: #003bff !important;
  box-shadow: none!important;
}
.btn-secondary {
  border: 0px!important;
}
.btn-secondary,
.btn-secondary:active {
  background-color: #003bff !important;
  border-color: #003bff !important;
  color: #ffffff !important;
}
.btn-secondary:hover,
.btn-secondary:focus,
.btn-secondary.focus,
.btn-secondary.active {
  color: #ffffff !important;
  background-color: #0029b3 !important;
  border-color: #0029b3 !important;
}
.btn-secondary.disabled,
.btn-secondary:disabled {
  color: #ffffff !important;
  background-color: #0029b3 !important;
  border-color: #0029b3 !important;
}
.btn-secondary:hover,
.btn-secondary:focus {
  background-color: #003bff !important;
  box-shadow: none!important;
}
.btn-info {
  border: 0px!important;
}
.btn-info,
.btn-info:active {
  background-color: #879a9f !important;
  border-color: #879a9f !important;
  color: #ffffff !important;
}
.btn-info:hover,
.btn-info:focus,
.btn-info.focus,
.btn-info.active {
  color: #ffffff !important;
  background-color: #617479 !important;
  border-color: #617479 !important;
}
.btn-info.disabled,
.btn-info:disabled {
  color: #ffffff !important;
  background-color: #617479 !important;
  border-color: #617479 !important;
}
.btn-info:hover,
.btn-info:focus {
  background-color: #003bff !important;
  box-shadow: none!important;
}
.btn-success {
  border: 0px!important;
}
.btn-success,
.btn-success:active {
  background-color: #5f8dd3 !important;
  border-color: #5f8dd3 !important;
  color: #ffffff !important;
}
.btn-success:hover,
.btn-success:focus,
.btn-success.focus,
.btn-success.active {
  color: #ffffff !important;
  background-color: #3265b4 !important;
  border-color: #3265b4 !important;
}
.btn-success.disabled,
.btn-success:disabled {
  color: #ffffff !important;
  background-color: #3265b4 !important;
  border-color: #3265b4 !important;
}
.btn-success:hover,
.btn-success:focus {
  background-color: #003bff !important;
  box-shadow: none!important;
}
.btn-warning {
  border: 0px!important;
}
.btn-warning,
.btn-warning:active {
  background-color: #0095ff !important;
  border-color: #0095ff !important;
  color: #ffffff !important;
}
.btn-warning:hover,
.btn-warning:focus,
.btn-warning.focus,
.btn-warning.active {
  color: #ffffff !important;
  background-color: #0068b3 !important;
  border-color: #0068b3 !important;
}
.btn-warning.disabled,
.btn-warning:disabled {
  color: #ffffff !important;
  background-color: #0068b3 !important;
  border-color: #0068b3 !important;
}
.btn-warning:hover,
.btn-warning:focus {
  background-color: #003bff !important;
  box-shadow: none!important;
}
.btn-danger {
  border: 0px!important;
}
.btn-danger,
.btn-danger:active {
  background-color: #b2ccd2 !important;
  border-color: #b2ccd2 !important;
  color: #ffffff !important;
}
.btn-danger:hover,
.btn-danger:focus,
.btn-danger.focus,
.btn-danger.active {
  color: #ffffff !important;
  background-color: #82acb6 !important;
  border-color: #82acb6 !important;
}
.btn-danger.disabled,
.btn-danger:disabled {
  color: #ffffff !important;
  background-color: #82acb6 !important;
  border-color: #82acb6 !important;
}
.btn-danger:hover,
.btn-danger:focus {
  background-color: #003bff !important;
  box-shadow: none!important;
}
.btn-white {
  border: 0px!important;
  color: #333333 !important;
}
.btn-white,
.btn-white:active {
  background-color: #ffffff !important;
  border-color: #ffffff !important;
  color: #808080 !important;
}
.btn-white:hover,
.btn-white:focus,
.btn-white.focus,
.btn-white.active {
  color: #808080 !important;
  background-color: #d9d9d9 !important;
  border-color: #d9d9d9 !important;
}
.btn-white.disabled,
.btn-white:disabled {
  color: #808080 !important;
  background-color: #d9d9d9 !important;
  border-color: #d9d9d9 !important;
}
.btn-white:hover,
.btn-white:focus {
  background-color: #003bff !important;
  box-shadow: none!important;
}
.btn-black {
  border: 0px!important;
}
.btn-black,
.btn-black:active {
  background-color: #333333 !important;
  border-color: #333333 !important;
  color: #ffffff !important;
}
.btn-black:hover,
.btn-black:focus,
.btn-black.focus,
.btn-black.active {
  color: #ffffff !important;
  background-color: #0d0d0d !important;
  border-color: #0d0d0d !important;
}
.btn-black.disabled,
.btn-black:disabled {
  color: #ffffff !important;
  background-color: #0d0d0d !important;
  border-color: #0d0d0d !important;
}
.btn-black:hover,
.btn-black:focus {
  background-color: #003bff !important;
  box-shadow: none!important;
}
.btn-primary-outline {
  border: 0px!important;
  background-color: white!important;
  box-shadow: 0 1px 2px 0 rgba(0, 0, 0, 0.2);
}
.btn-primary-outline,
.btn-primary-outline:active {
  background: none;
  border-color: #0077ff;
  color: #0077ff;
}
.btn-primary-outline:hover,
.btn-primary-outline:focus,
.btn-primary-outline.focus,
.btn-primary-outline.active {
  color: #ffffff;
  background-color: #0077ff;
  border-color: #0077ff;
}
.btn-primary-outline.disabled,
.btn-primary-outline:disabled {
  color: #ffffff !important;
  background-color: #0077ff !important;
  border-color: #0077ff !important;
}
.btn-primary-outline:hover,
.btn-primary-outline:focus {
  background-color: white!important;
  color: #0077ff !important;
  box-shadow: 0 1px 5px 1px rgba(0, 0, 0, 0.2);
}
.btn-secondary-outline {
  border: 0px!important;
  background-color: white!important;
  box-shadow: 0 1px 2px 0 rgba(0, 0, 0, 0.2);
}
.btn-secondary-outline,
.btn-secondary-outline:active {
  background: none;
  border-color: #003bff;
  color: #003bff;
}
.btn-secondary-outline:hover,
.btn-secondary-outline:focus,
.btn-secondary-outline.focus,
.btn-secondary-outline.active {
  color: #ffffff;
  background-color: #003bff;
  border-color: #003bff;
}
.btn-secondary-outline.disabled,
.btn-secondary-outline:disabled {
  color: #ffffff !important;
  background-color: #003bff !important;
  border-color: #003bff !important;
}
.btn-secondary-outline:hover,
.btn-secondary-outline:focus {
  background-color: white!important;
  color: #0077ff !important;
  box-shadow: 0 1px 5px 1px rgba(0, 0, 0, 0.2);
}
.btn-info-outline {
  border: 0px!important;
  background-color: white!important;
  box-shadow: 0 1px 2px 0 rgba(0, 0, 0, 0.2);
}
.btn-info-outline,
.btn-info-outline:active {
  background: none;
  border-color: #879a9f;
  color: #879a9f;
}
.btn-info-outline:hover,
.btn-info-outline:focus,
.btn-info-outline.focus,
.btn-info-outline.active {
  color: #ffffff;
  background-color: #879a9f;
  border-color: #879a9f;
}
.btn-info-outline.disabled,
.btn-info-outline:disabled {
  color: #ffffff !important;
  background-color: #879a9f !important;
  border-color: #879a9f !important;
}
.btn-info-outline:hover,
.btn-info-outline:focus {
  background-color: white!important;
  color: #0077ff !important;
  box-shadow: 0 1px 5px 1px rgba(0, 0, 0, 0.2);
}
.btn-success-outline {
  border: 0px!important;
  background-color: white!important;
  box-shadow: 0 1px 2px 0 rgba(0, 0, 0, 0.2);
}
.btn-success-outline,
.btn-success-outline:active {
  background: none;
  border-color: #5f8dd3;
  color: #5f8dd3;
}
.btn-success-outline:hover,
.btn-success-outline:focus,
.btn-success-outline.focus,
.btn-success-outline.active {
  color: #ffffff;
  background-color: #5f8dd3;
  border-color: #5f8dd3;
}
.btn-success-outline.disabled,
.btn-success-outline:disabled {
  color: #ffffff !important;
  background-color: #5f8dd3 !important;
  border-color: #5f8dd3 !important;
}
.btn-success-outline:hover,
.btn-success-outline:focus {
  background-color: white!important;
  color: #0077ff !important;
  box-shadow: 0 1px 5px 1px rgba(0, 0, 0, 0.2);
}
.btn-warning-outline {
  border: 0px!important;
  background-color: white!important;
  box-shadow: 0 1px 2px 0 rgba(0, 0, 0, 0.2);
}
.btn-warning-outline,
.btn-warning-outline:active {
  background: none;
  border-color: #0095ff;
  color: #0095ff;
}
.btn-warning-outline:hover,
.btn-warning-outline:focus,
.btn-warning-outline.focus,
.btn-warning-outline.active {
  color: #ffffff;
  background-color: #0095ff;
  border-color: #0095ff;
}
.btn-warning-outline.disabled,
.btn-warning-outline:disabled {
  color: #ffffff !important;
  background-color: #0095ff !important;
  border-color: #0095ff !important;
}
.btn-warning-outline:hover,
.btn-warning-outline:focus {
  background-color: white!important;
  color: #0077ff !important;
  box-shadow: 0 1px 5px 1px rgba(0, 0, 0, 0.2);
}
.btn-danger-outline {
  border: 0px!important;
  background-color: white!important;
  box-shadow: 0 1px 2px 0 rgba(0, 0, 0, 0.2);
}
.btn-danger-outline,
.btn-danger-outline:active {
  background: none;
  border-color: #b2ccd2;
  color: #b2ccd2;
}
.btn-danger-outline:hover,
.btn-danger-outline:focus,
.btn-danger-outline.focus,
.btn-danger-outline.active {
  color: #ffffff;
  background-color: #b2ccd2;
  border-color: #b2ccd2;
}
.btn-danger-outline.disabled,
.btn-danger-outline:disabled {
  color: #ffffff !important;
  background-color: #b2ccd2 !important;
  border-color: #b2ccd2 !important;
}
.btn-danger-outline:hover,
.btn-danger-outline:focus {
  background-color: white!important;
  color: #0077ff !important;
  box-shadow: 0 1px 5px 1px rgba(0, 0, 0, 0.2);
}
.btn-black-outline {
  border: 0px!important;
  background-color: white!important;
  box-shadow: 0 1px 2px 0 rgba(0, 0, 0, 0.2);
}
.btn-black-outline,
.btn-black-outline:active {
  background: none;
  border-color: #333333;
  color: #333333;
}
.btn-black-outline:hover,
.btn-black-outline:focus,
.btn-black-outline.focus,
.btn-black-outline.active {
  color: #ffffff;
  background-color: #333333;
  border-color: #333333;
}
.btn-black-outline.disabled,
.btn-black-outline:disabled {
  color: #ffffff !important;
  background-color: #333333 !important;
  border-color: #333333 !important;
}
.btn-black-outline:hover,
.btn-black-outline:focus {
  background-color: white!important;
  color: #0077ff !important;
  box-shadow: 0 1px 5px 1px rgba(0, 0, 0, 0.2);
}
.btn-white-outline,
.btn-white-outline:active,
.btn-white-outline.active {
  background: none;
  border-color: #ffffff;
  color: #ffffff;
}
.btn-white-outline:hover,
.btn-white-outline:focus,
.btn-white-outline.focus {
  color: #333333;
  background-color: #ffffff;
  border-color: #ffffff;
}
.text-primary {
  color: #0077ff !important;
}
.text-secondary {
  color: #003bff !important;
}
.text-success {
  color: #5f8dd3 !important;
}
.text-info {
  color: #879a9f !important;
}
.text-warning {
  color: #0095ff !important;
}
.text-danger {
  color: #b2ccd2 !important;
}
.text-white {
  color: #ffffff !important;
}
.text-black {
  color: #000000 !important;
}
a.text-primary:hover,
a.text-primary:focus {
  color: #66adff !important;
}
a.text-secondary:hover,
a.text-secondary:focus {
  color: #6689ff !important;
}
a.text-success:hover,
a.text-success:focus {
  color: #afc6e9 !important;
}
a.text-info:hover,
a.text-info:focus {
  color: #c0cacc !important;
}
a.text-warning:hover,
a.text-warning:focus {
  color: #66bfff !important;
}
a.text-danger:hover,
a.text-danger:focus {
  color: #f2f7f8 !important;
}
a.text-white:hover,
a.text-white:focus {
  color: #ffffff !important;
}
a.text-black:hover,
a.text-black:focus {
  color: #4d4d4d !important;
}
.alert-success {
  background-color: #70c770;
}
.alert-info {
  background-color: #879a9f;
}
.alert-warning {
  background-color: #0095ff;
}
.alert-danger {
  background-color: #b2ccd2;
}
.mbr-gallery-filter li.active .btn {
  background-color: #0077ff;
  border-color: #0077ff;
  color: #ffffff;
}
.mbr-gallery-filter li.active .btn:focus {
  box-shadow: none;
}
a,
a:hover {
  color: #0077ff;
}
.mbr-plan-header.bg-primary .mbr-plan-subtitle,
.mbr-plan-header.bg-primary .mbr-plan-price-desc {
  color: #cce4ff;
}
.mbr-plan-header.bg-success .mbr-plan-subtitle,
.mbr-plan-header.bg-success .mbr-plan-price-desc {
  color: #ffffff;
}
.mbr-plan-header.bg-info .mbr-plan-subtitle,
.mbr-plan-header.bg-info .mbr-plan-price-desc {
  color: #ced6d8;
}
.mbr-plan-header.bg-warning .mbr-plan-subtitle,
.mbr-plan-header.bg-warning .mbr-plan-price-desc {
  color: #cceaff;
}
.mbr-plan-header.bg-danger .mbr-plan-subtitle,
.mbr-plan-header.bg-danger .mbr-plan-price-desc {
  color: #ffffff;
}
/* Scroll to top button*/
.form-control {
  font-family: 'Open Sans', sans-serif;
  font-size: 1.4rem;
  line-height: 1.4;
}
.form-control > .mbr-iconfont {
  font-size: 2.24rem;
}
blockquote {
  border-color: #0077ff;
}
/* Forms */
.mbr-form .btn {
  margin: .4rem 0;
}
.jq-selectbox li:hover,
.jq-selectbox li.selected {
  background-color: #0077ff;
  color: #ffffff;
}
.jq-selectbox .jq-selectbox__trigger-arrow,
.jq-number__spin.minus:after,
.jq-number__spin.plus:after {
  transition: 0.4s;
  border-top-color: gray !important;
  border-bottom-color: gray !important;
}
.jq-selectbox:hover .jq-selectbox__trigger-arrow,
.jq-number__spin.minus:hover:after,
.jq-number__spin.plus:hover:after {
  border-top-color: #0077ff;
  border-bottom-color: #0077ff;
}
.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: #0077ff !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: #003bff !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='%230077ff' %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-s3NXhjOUAv {
  background-image: url("../../../assets/images/johny-vino-r54v69bn0mi-unsplash-2000x1336.jpg");
}
.cid-s3NXhjOUAv .mbr-iconfont {
  display: block;
  font-size: 6rem;
  color: #0095ff;
  margin-bottom: 2rem;
}
.cid-s3NXhjOUAv .mbr-text,
.cid-s3NXhjOUAv .mbr-section-btn {
  color: #0095ff;
}
.cid-s3NWi5mQRD {
  padding-top: 45px;
  padding-bottom: 15px;
  background-color: #d5e5ff;
}
.cid-s3NWi5mQRD H1 {
  color: #003bff;
}
.cid-s3NWi5mQRD .mbr-text,
.cid-s3NWi5mQRD .mbr-section-btn {
  color: #000000;
  text-align: center;
}
.cid-s3eg9R2C64 {
  padding-top: 60px;
  background-image: url("../../../assets/images/mbr-1920x1080.jpg");
}
.cid-s3eg9R2C64 .text-content {
  padding-bottom: 60px;
}
.cid-s3eg9R2C64 .content-container .btn-bgr {
  z-index: 0;
}
.cid-s3eg9R2C64 .box-item-text {
  color: #767676;
}
.cid-s3eg9R2C64 .box-item {
  padding: 2.5rem;
}
.cid-s3eg9R2C64 .box-item:first-child {
  background-color: #ffffff;
}
.cid-s3eg9R2C64 .box-item:nth-child(2) {
  background-color: #f5f5f5;
}
.cid-s3eg9R2C64 .box-item:last-child {
  background-color: #ffffff;
}
.cid-s3eg9R2C64 .box-list {
  padding-left: 0;
  list-style: none;
  margin-bottom: 0;
}
.cid-s3eg9R2C64 .box-list li {
  border-bottom: 1px solid;
  padding: 10px 0 5px;
}
.cid-s3eg9R2C64 .box-list li:last-child {
  border-bottom: none;
}
.cid-s3eg9R2C64 .box-list li span {
  float: right;
  text-align: right;
  padding-left: 0.5rem;
}
.cid-s3eg9R2C64 .mbr-iconfont {
  color: #0077ff;
  font-size: 48px;
}
@media (min-width: 992px) {
  .cid-s3eg9R2C64 .media-container-row {
    -webkit-justify-content: flex-start;
    justify-content: flex-start;
  }
}
@media (max-width: 767px) {
  .cid-s3eg9R2C64 .mbr-section-subtitle,
  .cid-s3eg9R2C64 .mbr-section-title,
  .cid-s3eg9R2C64 .mbr-text,
  .cid-s3eg9R2C64 .mbr-section-btn,
  .cid-s3eg9R2C64 .icon-block-top,
  .cid-s3eg9R2C64 .box-item-title,
  .cid-s3eg9R2C64 .box-item-text {
    text-align: center !important;
  }
}
.cid-s3eg9R2C64 .mbr-section-title {
  color: #232323;
}
.cid-s3eg9R2C64 .mbr-text,
.cid-s3eg9R2C64 .mbr-section-btn {
  color: #232323;
}
.cid-s3eg9R2C64 .mbr-section-subtitle {
  color: #767676;
}
.cid-rOMpkjcMPk {
  padding-top: 0px;
  padding-bottom: 0px;
  background-color: #d5e5ff;
}
.cid-rOMpkjcMPk .wrapper {
  max-width: 700px;
  margin: auto;
  height: 100%;
  padding: 6rem 1rem;
}
.cid-rOMpkjcMPk .card {
  border-right: 1px solid white;
}
.cid-rOMpkjcMPk .btn-white-outline:hover,
.cid-rOMpkjcMPk .btn-white-outline:focus {
  color: #0077ff !important;
}
@media (max-width: 992px) {
  .cid-rOMpkjcMPk .card {
    border-right: 0px;
    border-bottom: 1px solid white;
  }
  .cid-rOMpkjcMPk .wrapper {
    padding: 6rem 0rem;
  }
}
.cid-rOMpkjcMPk H1 {
  color: #003bff;
}
.cid-rOMpkjcMPk .mbr-text,
.cid-rOMpkjcMPk .mbr-section-btn {
  color: #555555;
  text-align: left;
}
.cid-s3PfGBkt4q {
  padding-top: 60px;
  padding-bottom: 15px;
  background-color: #fafafa;
}
.cid-s3PfGBkt4q .mbr-text,
.cid-s3PfGBkt4q .mbr-section-btn {
  color: #5f8dd3;
}
@keyframes scroll2 {
  0% {
    transform: translateX(0px) translateY(-50%);
  }
  50% {
    transform: translateX(8px) translateY(-50%);
  }
  100% {
    transform: translateX(0px) translateY(-50%);
  }
}
.cid-s3PfGBkt4q a {
  position: relative;
  width: fit-content;
  display: inline-block;
  padding-right: 3.5rem;
  font-weight: 600;
}
.cid-s3PfGBkt4q a:before {
  position: absolute;
  right: 10px;
  top: 55%;
  transform: translateY(-50%);
  content: "\e909";
  font-family: 'Moririse2' !important;
  color: currentColor;
  font-size: 2.5rem;
  animation: scroll2 2s infinite;
}
.cid-s3PfGBkt4q a:after {
  position: absolute;
  right: -10px;
  top: 55%;
  transform: translateY(-50%);
  content: "\e909";
  font-family: 'Moririse2' !important;
  color: currentColor;
  font-size: 2.5rem;
  animation: scroll2 2s infinite;
}
.cid-s3PfGBkt4q h1,
.cid-s3PfGBkt4q p {
  letter-spacing: -4px;
}
@media (max-width: 767px) {
  .cid-s3PfGBkt4q h1,
  .cid-s3PfGBkt4q p {
    letter-spacing: -2px;
  }
}
.cid-s3PfGBkt4q H1 {
  color: #003bff;
}
.cid-s3vc9I2yaY {
  padding-top: 0px;
  padding-bottom: 0px;
  background-color: #fafafa;
}
@media (min-width: 1500px) {
  .cid-s3vc9I2yaY .container {
    max-width: 1400px;
  }
}
.cid-s3vc9I2yaY img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.cid-s3vc9I2yaY .card {
  border-radius: 0;
  background: #0077ff;
}
.cid-s3vc9I2yaY .wrapper {
  padding: 6rem 8rem;
  height: fit-content;
  margin: auto;
}
@media (max-width: 1200px) {
  .cid-s3vc9I2yaY .wrapper {
    padding: 6rem 4rem;
  }
}
.cid-s3vc9I2yaY .img-col {
  padding: 0;
}
.cid-s3vc9I2yaY .container {
  padding: 0 2rem;
}
@media (max-width: 767px) {
  .cid-s3vc9I2yaY .wrapper {
    padding: 2rem 0rem;
  }
}
.cid-s3HPLaEnb1 {
  padding-top: 15px;
  padding-bottom: 60px;
  background-color: #fafafa;
}
@media (min-width: 1500px) {
  .cid-s3HPLaEnb1 .container {
    max-width: 1400px;
  }
}
.cid-s3HPLaEnb1 img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.cid-s3HPLaEnb1 .card {
  border-radius: 0;
  background: #0077ff;
}
.cid-s3HPLaEnb1 .wrapper {
  padding: 6rem 8rem;
  height: fit-content;
  margin: auto;
}
@media (max-width: 1200px) {
  .cid-s3HPLaEnb1 .wrapper {
    padding: 6rem 4rem;
  }
}
.cid-s3HPLaEnb1 .img-col {
  padding: 0;
}
.cid-s3HPLaEnb1 .container {
  padding: 0 2rem;
}
@media (max-width: 767px) {
  .cid-s3HPLaEnb1 .wrapper {
    padding: 2rem 0rem;
  }
}
.cid-rOMpmGzqJo {
  padding-top: 75px;
  padding-bottom: 75px;
  background-color: #fafafa;
}
.cid-rOMpmGzqJo .mbr-overlay {
  background-color: #ffffff;
  opacity: 0.4;
}
.cid-rOMpmGzqJo .form-control,
.cid-rOMpmGzqJo .field-input {
  padding: 2rem 1rem;
  min-height: auto;
  background-color: #ffffff;
  border-color: #cccccc;
  color: #000000;
  transition: 0.4s;
  box-shadow: none;
  outline: none;
}
.cid-rOMpmGzqJo .form-control::-webkit-input-placeholder,
.cid-rOMpmGzqJo .field-input::-webkit-input-placeholder,
.cid-rOMpmGzqJo .form-control::-webkit-input-placeholder,
.cid-rOMpmGzqJo .field-input::-webkit-input-placeholder {
  color: #c1c1c1;
}
.cid-rOMpmGzqJo .form-control:-moz-placeholder,
.cid-rOMpmGzqJo .field-input:-moz-placeholder,
.cid-rOMpmGzqJo .form-control:-moz-placeholder,
.cid-rOMpmGzqJo .field-input:-moz-placeholder {
  color: #c1c1c1;
}
.cid-rOMpmGzqJo .form-control:hover,
.cid-rOMpmGzqJo .field-input:hover,
.cid-rOMpmGzqJo .form-control:focus,
.cid-rOMpmGzqJo .field-input:focus {
  background-color: #ffffff;
  border-color: #cccccc;
  color: #000000;
  box-shadow: none;
  outline: none;
}
.cid-rOMpmGzqJo .form-control:hover::-webkit-input-placeholder,
.cid-rOMpmGzqJo .field-input:hover::-webkit-input-placeholder,
.cid-rOMpmGzqJo .form-control:focus::-webkit-input-placeholder,
.cid-rOMpmGzqJo .field-input:focus::-webkit-input-placeholder,
.cid-rOMpmGzqJo .form-control:hover::-webkit-input-placeholder,
.cid-rOMpmGzqJo .field-input:hover::-webkit-input-placeholder,
.cid-rOMpmGzqJo .form-control:focus::-webkit-input-placeholder,
.cid-rOMpmGzqJo .field-input:focus::-webkit-input-placeholder {
  color: #c1c1c1;
}
.cid-rOMpmGzqJo .form-control:hover:-moz-placeholder,
.cid-rOMpmGzqJo .field-input:hover:-moz-placeholder,
.cid-rOMpmGzqJo .form-control:focus:-moz-placeholder,
.cid-rOMpmGzqJo .field-input:focus:-moz-placeholder,
.cid-rOMpmGzqJo .form-control:hover:-moz-placeholder,
.cid-rOMpmGzqJo .field-input:hover:-moz-placeholder,
.cid-rOMpmGzqJo .form-control:focus:-moz-placeholder,
.cid-rOMpmGzqJo .field-input:focus:-moz-placeholder {
  color: #c1c1c1;
}
.cid-rOMpmGzqJo textarea {
  padding-top: 1rem!important;
}
.cid-rOMpmGzqJo .jq-number__spin:hover,
.cid-rOMpmGzqJo .jq-number__spin:focus {
  background-color: #ffffff;
  border-color: #cccccc;
  color: #ffffff;
  box-shadow: none;
  outline: none;
}
.cid-rOMpmGzqJo .jq-number__spin {
  background-color: #ffffff;
  border-color: #cccccc;
  color: #000000;
  transition: 0.4s;
  box-shadow: none;
  outline: none;
}
.cid-rOMpmGzqJo .jq-selectbox li,
.cid-rOMpmGzqJo .jq-selectbox li {
  background-color: #ffffff;
  color: #000000;
}
.cid-rOMpmGzqJo .jq-selectbox li:hover,
.cid-rOMpmGzqJo .jq-selectbox li.selected {
  background-color: #ffffff;
  color: #000000;
}
.cid-rOMpmGzqJo .jq-selectbox:hover .jq-selectbox__trigger-arrow,
.cid-rOMpmGzqJo .jq-number__spin.minus:hover:after,
.cid-rOMpmGzqJo .jq-number__spin.plus:hover:after {
  border-top-color: #ffffff;
  border-bottom-color: #ffffff;
}
.cid-rOMpmGzqJo .jq-selectbox .jq-selectbox__trigger-arrow,
.cid-rOMpmGzqJo .jq-number__spin.minus:after,
.cid-rOMpmGzqJo .jq-number__spin.plus:after {
  border-top-color: #ffffff;
  border-bottom-color: #ffffff;
}
.cid-rOMpmGzqJo input::-webkit-clear-button {
  display: none;
}
.cid-rOMpmGzqJo input::-webkit-inner-spin-button {
  display: none;
}
.cid-rOMpmGzqJo input::-webkit-outer-spin-button {
  display: none;
}
.cid-rOMpmGzqJo input::-webkit-calendar-picker-indicator {
  display: none;
}
.cid-rOMpmGzqJo H5 {
  text-align: center;
}
.cid-s3eBBrTVZi {
  padding-top: 30px;
  padding-bottom: 15px;
  background-color: #0077ff;
}
@media (max-width: 767px) {
  .cid-s3eBBrTVZi .content {
    text-align: center;
  }
  .cid-s3eBBrTVZi .content > div:not(:last-child) {
    margin-bottom: 2rem;
  }
}
@media (max-width: 767px) {
  .cid-s3eBBrTVZi .media-wrap {
    margin-bottom: 1rem;
  }
}
.cid-s3eBBrTVZi .media-wrap .mbr-iconfont-logo {
  font-size: 7.5rem;
  color: #f36;
}
.cid-s3eBBrTVZi .media-wrap img {
  height: 6rem;
}
@media (max-width: 767px) {
  .cid-s3eBBrTVZi .footer-lower .copyright {
    margin-bottom: 1rem;
    text-align: center;
  }
}
.cid-s3eBBrTVZi .footer-lower hr {
  margin: 1rem 0;
  border-color: #fff;
  opacity: .05;
}
.cid-s3eBBrTVZi .footer-lower .social-list {
  padding-left: 0;
  margin-bottom: 0;
  list-style: none;
  display: flex;
  -webkit-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-justify-content: flex-end;
  justify-content: flex-end;
}
.cid-s3eBBrTVZi .footer-lower .social-list .mbr-iconfont-social {
  font-size: 1.3rem;
  color: #fff;
}
.cid-s3eBBrTVZi .footer-lower .social-list .soc-item {
  margin: 0 .5rem;
}
.cid-s3eBBrTVZi .footer-lower .social-list a {
  margin: 0;
  opacity: .5;
  -webkit-transition: .2s linear;
  transition: .2s linear;
}
.cid-s3eBBrTVZi .footer-lower .social-list a:hover {
  opacity: 1;
}
@media (max-width: 767px) {
  .cid-s3eBBrTVZi .footer-lower .social-list {
    -webkit-justify-content: center;
    justify-content: center;
  }
}
.cid-rOMppMkTcD .dropdown-item:before {
  font-family: MobiriseIcons !important;
  content: '\e966';
  display: inline-block;
  width: 0;
  position: absolute;
  left: 1rem;
  top: 0.5rem;
  margin-right: 0.5rem;
  line-height: 1;
  font-size: inherit;
  vertical-align: middle;
  text-align: center;
  overflow: hidden;
  -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-rOMppMkTcD .dropdown-menu {
  padding: 0;
}
.cid-rOMppMkTcD .dropdown-item {
  border-bottom: 1px solid #e6e6e6;
}
.cid-rOMppMkTcD .dropdown-item:hover,
.cid-rOMppMkTcD .dropdown-item:focus {
  background: #0077ff !important;
  color: white!important;
}
.cid-rOMppMkTcD .nav-dropdown .link {
  padding: 0 0.3em !important;
  margin: .667em 1em !important;
}
.cid-rOMppMkTcD .nav-dropdown .link.dropdown-toggle::after {
  margin-left: 0.5rem;
  margin-top: 0.2rem;
}
.cid-rOMppMkTcD .nav-link {
  position: relative;
}
.cid-rOMppMkTcD .container {
  display: flex;
  margin: auto;
}
.cid-rOMppMkTcD .mbr-iconfont {
  color: #000000 !important;
  font-size: 1.5rem;
  padding-right: .5rem;
}
.cid-rOMppMkTcD .navbar-caption {
  padding-right: 4rem;
}
.cid-rOMppMkTcD .navbar-nav {
  justify-content: space-between;
  width: -webkit-fill-available;
}
.cid-rOMppMkTcD .dropdown-menu,
.cid-rOMppMkTcD .navbar.opened {
  background: #fafafa !important;
}
.cid-rOMppMkTcD .nav-item:focus,
.cid-rOMppMkTcD .nav-link:focus {
  outline: none;
}
.cid-rOMppMkTcD .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-rOMppMkTcD .dropdown .dropdown-menu .dropdown-item::after {
  right: 0.5rem;
}
.cid-rOMppMkTcD .dropdown .dropdown-menu .dropdown-item .mbr-iconfont {
  margin-left: -1.8rem;
  padding-right: 1rem;
  font-size: inherit;
}
.cid-rOMppMkTcD .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-rOMppMkTcD .collapsed .dropdown-menu .dropdown-item:before {
  display: none;
}
.cid-rOMppMkTcD .collapsed .dropdown .dropdown-menu .dropdown-item {
  padding: 0.235em 1.5em 0.235em 1.5em !important;
  transition: none;
  margin: 0 !important;
}
.cid-rOMppMkTcD .navbar {
  min-height: 77px;
  transition: all .3s;
  border-bottom: 1px solid #e6e6e6;
  background: #ffffff;
}
.cid-rOMppMkTcD .navbar.opened {
  transition: all .3s;
}
.cid-rOMppMkTcD .navbar .dropdown-item {
  padding: .5rem 1.8rem;
}
.cid-rOMppMkTcD .navbar .navbar-collapse {
  justify-content: space-between;
  z-index: 1;
}
.cid-rOMppMkTcD .navbar.collapsed .nav-item .nav-link::before {
  display: none;
}
.cid-rOMppMkTcD .navbar.collapsed.opened .dropdown-menu {
  top: 0;
}
@media (min-width: 992px) {
  .cid-rOMppMkTcD .navbar.collapsed.opened:not(.navbar-short) .navbar-collapse {
    max-height: calc(98.5vh - 3.8rem);
  }
}
.cid-rOMppMkTcD .navbar.collapsed .dropdown-menu .dropdown-submenu {
  left: 0 !important;
}
.cid-rOMppMkTcD .navbar.collapsed .dropdown-menu .dropdown-item:after {
  right: auto;
}
.cid-rOMppMkTcD .navbar.collapsed .dropdown-menu .dropdown-toggle[data-toggle="dropdown-submenu"]:after {
  margin-left: 0.5rem;
  margin-top: 0.2rem;
  border-top: 0.35em solid;
  border-right: 0.35em solid transparent;
  border-left: 0.35em solid transparent;
  border-bottom: 0;
  top: 55%;
}
.cid-rOMppMkTcD .navbar.collapsed ul.navbar-nav li {
  margin: auto;
}
.cid-rOMppMkTcD .navbar.collapsed .dropdown-menu .dropdown-item {
  padding: .25rem 1.5rem;
  text-align: center;
}
.cid-rOMppMkTcD .navbar.collapsed .icons-menu {
  padding-left: 0;
  padding-right: 0;
  padding-top: .5rem;
  padding-bottom: .5rem;
}
@media (max-width: 991px) {
  .cid-rOMppMkTcD .navbar .nav-item .nav-link::before {
    display: none;
  }
  .cid-rOMppMkTcD .navbar.opened .dropdown-menu {
    top: 0;
  }
  .cid-rOMppMkTcD .navbar .dropdown-menu .dropdown-submenu {
    left: 0 !important;
  }
  .cid-rOMppMkTcD .navbar .dropdown-menu .dropdown-item:after {
    right: auto;
  }
  .cid-rOMppMkTcD .navbar .dropdown-menu .dropdown-toggle[data-toggle="dropdown-submenu"]:after {
    margin-left: 0.5rem;
    margin-top: 0.2rem;
    border-top: 0.35em solid;
    border-right: 0.35em solid transparent;
    border-left: 0.35em solid transparent;
    border-bottom: 0;
    top: 55%;
  }
  .cid-rOMppMkTcD .navbar .navbar-logo img {
    height: 3.8rem !important;
  }
  .cid-rOMppMkTcD .navbar ul.navbar-nav li {
    margin: auto;
  }
  .cid-rOMppMkTcD .navbar .dropdown-menu .dropdown-item {
    padding: .25rem 1.5rem !important;
    text-align: center;
  }
  .cid-rOMppMkTcD .navbar .navbar-brand {
    -webkit-flex-shrink: initial;
    flex-shrink: initial;
    -webkit-flex-basis: auto;
    flex-basis: auto;
    word-break: break-word;
    padding-right: 2rem;
  }
  .cid-rOMppMkTcD .navbar .navbar-toggler {
    -webkit-flex-basis: auto;
    flex-basis: auto;
  }
  .cid-rOMppMkTcD .navbar .icons-menu {
    padding-left: 0;
    padding-top: .5rem;
    padding-bottom: .5rem;
  }
}
.cid-rOMppMkTcD .navbar.navbar-short {
  background: #ffffff !important;
  min-height: 60px;
}
.cid-rOMppMkTcD .navbar.navbar-short .navbar-logo img {
  height: 3rem !important;
}
.cid-rOMppMkTcD .navbar.navbar-short .navbar-brand {
  padding: 0;
}
.cid-rOMppMkTcD .navbar-brand {
  -webkit-flex-shrink: 0;
  flex-shrink: 0;
  -webkit-align-items: center;
  align-items: center;
  margin-right: 0;
  padding: 0;
  transition: all .3s;
  word-break: break-word;
  z-index: 1;
}
.cid-rOMppMkTcD .navbar-brand .navbar-caption {
  line-height: inherit !important;
}
.cid-rOMppMkTcD .navbar-brand .navbar-logo a {
  outline: none;
}
.cid-rOMppMkTcD .dropdown-item.active,
.cid-rOMppMkTcD .dropdown-item:active {
  background-color: transparent;
}
.cid-rOMppMkTcD .navbar-expand-lg .navbar-nav .nav-link {
  padding: 0;
}
.cid-rOMppMkTcD .nav-dropdown .link.dropdown-toggle {
  margin-right: 1.667em;
}
.cid-rOMppMkTcD .nav-dropdown .link.dropdown-toggle[aria-expanded="true"] {
  margin-right: 0;
  padding: 0.667em 1.667em;
}
.cid-rOMppMkTcD .navbar.navbar-expand-lg .dropdown .dropdown-menu {
  background: #ffffff;
}
.cid-rOMppMkTcD .navbar.navbar-expand-lg .dropdown .dropdown-menu .dropdown-submenu {
  margin: 0;
  left: 100%;
}
.cid-rOMppMkTcD .navbar .dropdown.open > .dropdown-menu {
  display: block;
}
.cid-rOMppMkTcD ul.navbar-nav {
  -webkit-flex-wrap: wrap;
  flex-wrap: wrap;
}
.cid-rOMppMkTcD .navbar-buttons {
  text-align: center;
  min-width: 170px;
}
.cid-rOMppMkTcD button.navbar-toggler {
  outline: none;
  width: 31px;
  height: 20px;
  cursor: pointer;
  transition: all .2s;
  position: relative;
  -webkit-align-self: center;
  align-self: center;
}
.cid-rOMppMkTcD button.navbar-toggler .hamburger span {
  position: absolute;
  right: 0;
  width: 30px;
  height: 2px;
  border-right: 5px;
  background-color: #000000;
}
.cid-rOMppMkTcD button.navbar-toggler .hamburger span:nth-child(1) {
  top: 0;
  transition: all .2s;
}
.cid-rOMppMkTcD button.navbar-toggler .hamburger span:nth-child(2) {
  top: 8px;
  transition: all .15s;
}
.cid-rOMppMkTcD button.navbar-toggler .hamburger span:nth-child(3) {
  top: 8px;
  transition: all .15s;
}
.cid-rOMppMkTcD button.navbar-toggler .hamburger span:nth-child(4) {
  top: 16px;
  transition: all .2s;
}
.cid-rOMppMkTcD nav.opened .hamburger span:nth-child(1) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all .2s;
}
.cid-rOMppMkTcD nav.opened .hamburger span:nth-child(2) {
  -webkit-transform: rotate(45deg);
  transform: rotate(45deg);
  transition: all .25s;
}
.cid-rOMppMkTcD nav.opened .hamburger span:nth-child(3) {
  -webkit-transform: rotate(-45deg);
  transform: rotate(-45deg);
  transition: all .25s;
}
.cid-rOMppMkTcD nav.opened .hamburger span:nth-child(4) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all .2s;
}
.cid-rOMppMkTcD .navbar-dropdown {
  padding: .5rem 1rem;
  position: fixed;
}
.cid-rOMppMkTcD a.nav-link {
  display: flex;
  -webkit-align-items: center;
  align-items: center;
  -webkit-justify-content: center;
  justify-content: center;
}
.cid-rOMppMkTcD .icons-menu {
  -webkit-flex-wrap: wrap;
  flex-wrap: wrap;
  min-width: 160px;
  display: flex;
  -webkit-justify-content: center;
  justify-content: center;
  padding-left: 1rem;
  padding-right: 1rem;
  padding-top: 0.3rem;
  text-align: center;
}
.cid-rOMppMkTcD .icons-menu span {
  font-size: 20px;
  color: #ffffff;
}
@media screen and (-ms-high-contrast: active), (-ms-high-contrast: none) {
  .cid-rOMppMkTcD .navbar {
    height: 77px;
  }
  .cid-rOMppMkTcD .navbar.opened {
    height: auto;
  }
  .cid-rOMppMkTcD .nav-item .nav-link:hover::before {
    width: 175%;
    max-width: calc(100% + 2rem);
    left: -1rem;
  }
}
.cid-s3YutRoPP8 .dropdown-item:before {
  font-family: MobiriseIcons !important;
  content: '\e966';
  display: inline-block;
  width: 0;
  position: absolute;
  left: 1rem;
  top: 0.5rem;
  margin-right: 0.5rem;
  line-height: 1;
  font-size: inherit;
  vertical-align: middle;
  text-align: center;
  overflow: hidden;
  -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-s3YutRoPP8 .dropdown-menu {
  padding: 0;
}
.cid-s3YutRoPP8 .dropdown-item {
  border-bottom: 1px solid #e6e6e6;
}
.cid-s3YutRoPP8 .dropdown-item:hover,
.cid-s3YutRoPP8 .dropdown-item:focus {
  background: #0077ff !important;
  color: white!important;
}
.cid-s3YutRoPP8 .nav-dropdown .link {
  padding: 0 0.3em !important;
  margin: .667em 1em !important;
}
.cid-s3YutRoPP8 .nav-dropdown .link.dropdown-toggle::after {
  margin-left: 0.5rem;
  margin-top: 0.2rem;
}
.cid-s3YutRoPP8 .nav-link {
  position: relative;
}
.cid-s3YutRoPP8 .container {
  display: flex;
  margin: auto;
}
.cid-s3YutRoPP8 .mbr-iconfont {
  color: #000000 !important;
  font-size: 1.5rem;
  padding-right: .5rem;
}
.cid-s3YutRoPP8 .navbar-caption {
  padding-right: 4rem;
}
.cid-s3YutRoPP8 .navbar-nav {
  justify-content: space-between;
  width: -webkit-fill-available;
}
.cid-s3YutRoPP8 .dropdown-menu,
.cid-s3YutRoPP8 .navbar.opened {
  background: #fafafa !important;
}
.cid-s3YutRoPP8 .nav-item:focus,
.cid-s3YutRoPP8 .nav-link:focus {
  outline: none;
}
.cid-s3YutRoPP8 .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-s3YutRoPP8 .dropdown .dropdown-menu .dropdown-item::after {
  right: 0.5rem;
}
.cid-s3YutRoPP8 .dropdown .dropdown-menu .dropdown-item .mbr-iconfont {
  margin-left: -1.8rem;
  padding-right: 1rem;
  font-size: inherit;
}
.cid-s3YutRoPP8 .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-s3YutRoPP8 .collapsed .dropdown-menu .dropdown-item:before {
  display: none;
}
.cid-s3YutRoPP8 .collapsed .dropdown .dropdown-menu .dropdown-item {
  padding: 0.235em 1.5em 0.235em 1.5em !important;
  transition: none;
  margin: 0 !important;
}
.cid-s3YutRoPP8 .navbar {
  min-height: 77px;
  transition: all .3s;
  border-bottom: 1px solid #e6e6e6;
  background: #ffffff;
}
.cid-s3YutRoPP8 .navbar.opened {
  transition: all .3s;
}
.cid-s3YutRoPP8 .navbar .dropdown-item {
  padding: .5rem 1.8rem;
}
.cid-s3YutRoPP8 .navbar .navbar-collapse {
  justify-content: space-between;
  z-index: 1;
}
.cid-s3YutRoPP8 .navbar.collapsed .nav-item .nav-link::before {
  display: none;
}
.cid-s3YutRoPP8 .navbar.collapsed.opened .dropdown-menu {
  top: 0;
}
@media (min-width: 992px) {
  .cid-s3YutRoPP8 .navbar.collapsed.opened:not(.navbar-short) .navbar-collapse {
    max-height: calc(98.5vh - 3.8rem);
  }
}
.cid-s3YutRoPP8 .navbar.collapsed .dropdown-menu .dropdown-submenu {
  left: 0 !important;
}
.cid-s3YutRoPP8 .navbar.collapsed .dropdown-menu .dropdown-item:after {
  right: auto;
}
.cid-s3YutRoPP8 .navbar.collapsed .dropdown-menu .dropdown-toggle[data-toggle="dropdown-submenu"]:after {
  margin-left: 0.5rem;
  margin-top: 0.2rem;
  border-top: 0.35em solid;
  border-right: 0.35em solid transparent;
  border-left: 0.35em solid transparent;
  border-bottom: 0;
  top: 55%;
}
.cid-s3YutRoPP8 .navbar.collapsed ul.navbar-nav li {
  margin: auto;
}
.cid-s3YutRoPP8 .navbar.collapsed .dropdown-menu .dropdown-item {
  padding: .25rem 1.5rem;
  text-align: center;
}
.cid-s3YutRoPP8 .navbar.collapsed .icons-menu {
  padding-left: 0;
  padding-right: 0;
  padding-top: .5rem;
  padding-bottom: .5rem;
}
@media (max-width: 991px) {
  .cid-s3YutRoPP8 .navbar .nav-item .nav-link::before {
    display: none;
  }
  .cid-s3YutRoPP8 .navbar.opened .dropdown-menu {
    top: 0;
  }
  .cid-s3YutRoPP8 .navbar .dropdown-menu .dropdown-submenu {
    left: 0 !important;
  }
  .cid-s3YutRoPP8 .navbar .dropdown-menu .dropdown-item:after {
    right: auto;
  }
  .cid-s3YutRoPP8 .navbar .dropdown-menu .dropdown-toggle[data-toggle="dropdown-submenu"]:after {
    margin-left: 0.5rem;
    margin-top: 0.2rem;
    border-top: 0.35em solid;
    border-right: 0.35em solid transparent;
    border-left: 0.35em solid transparent;
    border-bottom: 0;
    top: 55%;
  }
  .cid-s3YutRoPP8 .navbar .navbar-logo img {
    height: 3.8rem !important;
  }
  .cid-s3YutRoPP8 .navbar ul.navbar-nav li {
    margin: auto;
  }
  .cid-s3YutRoPP8 .navbar .dropdown-menu .dropdown-item {
    padding: .25rem 1.5rem !important;
    text-align: center;
  }
  .cid-s3YutRoPP8 .navbar .navbar-brand {
    -webkit-flex-shrink: initial;
    flex-shrink: initial;
    -webkit-flex-basis: auto;
    flex-basis: auto;
    word-break: break-word;
    padding-right: 2rem;
  }
  .cid-s3YutRoPP8 .navbar .navbar-toggler {
    -webkit-flex-basis: auto;
    flex-basis: auto;
  }
  .cid-s3YutRoPP8 .navbar .icons-menu {
    padding-left: 0;
    padding-top: .5rem;
    padding-bottom: .5rem;
  }
}
.cid-s3YutRoPP8 .navbar.navbar-short {
  background: #ffffff !important;
  min-height: 60px;
}
.cid-s3YutRoPP8 .navbar.navbar-short .navbar-logo img {
  height: 3rem !important;
}
.cid-s3YutRoPP8 .navbar.navbar-short .navbar-brand {
  padding: 0;
}
.cid-s3YutRoPP8 .navbar-brand {
  -webkit-flex-shrink: 0;
  flex-shrink: 0;
  -webkit-align-items: center;
  align-items: center;
  margin-right: 0;
  padding: 0;
  transition: all .3s;
  word-break: break-word;
  z-index: 1;
}
.cid-s3YutRoPP8 .navbar-brand .navbar-caption {
  line-height: inherit !important;
}
.cid-s3YutRoPP8 .navbar-brand .navbar-logo a {
  outline: none;
}
.cid-s3YutRoPP8 .dropdown-item.active,
.cid-s3YutRoPP8 .dropdown-item:active {
  background-color: transparent;
}
.cid-s3YutRoPP8 .navbar-expand-lg .navbar-nav .nav-link {
  padding: 0;
}
.cid-s3YutRoPP8 .nav-dropdown .link.dropdown-toggle {
  margin-right: 1.667em;
}
.cid-s3YutRoPP8 .nav-dropdown .link.dropdown-toggle[aria-expanded="true"] {
  margin-right: 0;
  padding: 0.667em 1.667em;
}
.cid-s3YutRoPP8 .navbar.navbar-expand-lg .dropdown .dropdown-menu {
  background: #ffffff;
}
.cid-s3YutRoPP8 .navbar.navbar-expand-lg .dropdown .dropdown-menu .dropdown-submenu {
  margin: 0;
  left: 100%;
}
.cid-s3YutRoPP8 .navbar .dropdown.open > .dropdown-menu {
  display: block;
}
.cid-s3YutRoPP8 ul.navbar-nav {
  -webkit-flex-wrap: wrap;
  flex-wrap: wrap;
}
.cid-s3YutRoPP8 .navbar-buttons {
  text-align: center;
  min-width: 170px;
}
.cid-s3YutRoPP8 button.navbar-toggler {
  outline: none;
  width: 31px;
  height: 20px;
  cursor: pointer;
  transition: all .2s;
  position: relative;
  -webkit-align-self: center;
  align-self: center;
}
.cid-s3YutRoPP8 button.navbar-toggler .hamburger span {
  position: absolute;
  right: 0;
  width: 30px;
  height: 2px;
  border-right: 5px;
  background-color: #000000;
}
.cid-s3YutRoPP8 button.navbar-toggler .hamburger span:nth-child(1) {
  top: 0;
  transition: all .2s;
}
.cid-s3YutRoPP8 button.navbar-toggler .hamburger span:nth-child(2) {
  top: 8px;
  transition: all .15s;
}
.cid-s3YutRoPP8 button.navbar-toggler .hamburger span:nth-child(3) {
  top: 8px;
  transition: all .15s;
}
.cid-s3YutRoPP8 button.navbar-toggler .hamburger span:nth-child(4) {
  top: 16px;
  transition: all .2s;
}
.cid-s3YutRoPP8 nav.opened .hamburger span:nth-child(1) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all .2s;
}
.cid-s3YutRoPP8 nav.opened .hamburger span:nth-child(2) {
  -webkit-transform: rotate(45deg);
  transform: rotate(45deg);
  transition: all .25s;
}
.cid-s3YutRoPP8 nav.opened .hamburger span:nth-child(3) {
  -webkit-transform: rotate(-45deg);
  transform: rotate(-45deg);
  transition: all .25s;
}
.cid-s3YutRoPP8 nav.opened .hamburger span:nth-child(4) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all .2s;
}
.cid-s3YutRoPP8 .navbar-dropdown {
  padding: .5rem 1rem;
  position: fixed;
}
.cid-s3YutRoPP8 a.nav-link {
  display: flex;
  -webkit-align-items: center;
  align-items: center;
  -webkit-justify-content: center;
  justify-content: center;
}
.cid-s3YutRoPP8 .icons-menu {
  -webkit-flex-wrap: wrap;
  flex-wrap: wrap;
  min-width: 160px;
  display: flex;
  -webkit-justify-content: center;
  justify-content: center;
  padding-left: 1rem;
  padding-right: 1rem;
  padding-top: 0.3rem;
  text-align: center;
}
.cid-s3YutRoPP8 .icons-menu span {
  font-size: 20px;
  color: #ffffff;
}
@media screen and (-ms-high-contrast: active), (-ms-high-contrast: none) {
  .cid-s3YutRoPP8 .navbar {
    height: 77px;
  }
  .cid-s3YutRoPP8 .navbar.opened {
    height: auto;
  }
  .cid-s3YutRoPP8 .nav-item .nav-link:hover::before {
    width: 175%;
    max-width: calc(100% + 2rem);
    left: -1rem;
  }
}
.cid-s3YutSAXm0 {
  padding-top: 60px;
  padding-bottom: 0px;
  background-image: url("../../../assets/images/windows-139uv2t0ez0-unsplash-2000x3000.jpg");
}
.cid-s3YutSAXm0 .card-box {
  padding: 0rem;
}
.cid-s3YutSAXm0 .mbr-section-btn {
  margin-top: 1.8rem;
}
.cid-s3YutSAXm0 .big {
  align-items: center;
  justify-content: center;
  display: flex;
}
.cid-s3YutSAXm0 .big h4 {
  margin: 0;
}
.cid-s3YutSAXm0 .card {
  padding: 0;
  min-height: 300px;
}
.cid-s3YutSAXm0 img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.cid-s3YutSAXm0 .card-img {
  min-height: 400px;
  height: 100%;
}
.cid-s3YutSAXm0 .card-wrapper {
  padding: 4rem 2rem;
  width: 100%;
}
@media (min-width: 1400px) {
  .cid-s3YutSAXm0 .card-wrapper {
    padding: 4rem;
  }
}
.cid-s3YutSAXm0 .cardbg1 {
  background: #c2b3ec;
  height: 100%;
  display: flex;
  justify-content: center;
  flex-direction: column;
}
.cid-s3YutSAXm0 .cardbg2 {
  background: #80d2f5;
  height: 100%;
  display: flex;
  justify-content: center;
  flex-direction: column;
}
.cid-s3YutSAXm0 .main-title {
  color: #ffffff;
}
.cid-s3YutTuiFH {
  padding-top: 60px;
  padding-bottom: 60px;
  background-color: #fafafa;
}
.cid-s3YutTuiFH .link-wrap {
  width: 100%;
}
.cid-s3YutTuiFH .link {
  display: inline-block;
}
.cid-s3YutTuiFH .link a {
  position: relative;
  width: fit-content;
  display: inline-block;
  padding-right: 1rem;
  font-weight: 600;
}
.cid-s3YutTuiFH .link a:before {
  position: absolute;
  right: 0px;
  font-weight: 900;
  top: 55%;
  transform: translateY(-50%);
  content: "\e909";
  font-family: 'Moririse2' !important;
  color: currentColor;
  font-size: 0.6rem;
}
.cid-s3YutTuiFH .link a:hover {
  text-decoration: underline;
}
.cid-s3YutTuiFH .link,
.cid-s3YutTuiFH .link-wrap {
  color: #ffffff;
}
.cid-s3YutTuiFH .mbr-text,
.cid-s3YutTuiFH .mbr-section-btn {
  color: #333333;
}
.cid-s3YutTuiFH .mbr-text,
.cid-s3YutTuiFH .link-wrap {
  text-align: left;
}
.cid-s3YutUbGln {
  padding-top: 75px;
  padding-bottom: 75px;
  background-color: #d7e7ff;
}
.cid-s3YutUbGln .mbr-overlay {
  background-color: #ffffff;
  opacity: 0.4;
}
.cid-s3YutUbGln .form-control,
.cid-s3YutUbGln .field-input {
  padding: 2rem 1rem;
  min-height: auto;
  background-color: #ffffff;
  border-color: #cccccc;
  color: #000000;
  transition: 0.4s;
  box-shadow: none;
  outline: none;
}
.cid-s3YutUbGln .form-control::-webkit-input-placeholder,
.cid-s3YutUbGln .field-input::-webkit-input-placeholder,
.cid-s3YutUbGln .form-control::-webkit-input-placeholder,
.cid-s3YutUbGln .field-input::-webkit-input-placeholder {
  color: #c1c1c1;
}
.cid-s3YutUbGln .form-control:-moz-placeholder,
.cid-s3YutUbGln .field-input:-moz-placeholder,
.cid-s3YutUbGln .form-control:-moz-placeholder,
.cid-s3YutUbGln .field-input:-moz-placeholder {
  color: #c1c1c1;
}
.cid-s3YutUbGln .form-control:hover,
.cid-s3YutUbGln .field-input:hover,
.cid-s3YutUbGln .form-control:focus,
.cid-s3YutUbGln .field-input:focus {
  background-color: #ffffff;
  border-color: #cccccc;
  color: #000000;
  box-shadow: none;
  outline: none;
}
.cid-s3YutUbGln .form-control:hover::-webkit-input-placeholder,
.cid-s3YutUbGln .field-input:hover::-webkit-input-placeholder,
.cid-s3YutUbGln .form-control:focus::-webkit-input-placeholder,
.cid-s3YutUbGln .field-input:focus::-webkit-input-placeholder,
.cid-s3YutUbGln .form-control:hover::-webkit-input-placeholder,
.cid-s3YutUbGln .field-input:hover::-webkit-input-placeholder,
.cid-s3YutUbGln .form-control:focus::-webkit-input-placeholder,
.cid-s3YutUbGln .field-input:focus::-webkit-input-placeholder {
  color: #c1c1c1;
}
.cid-s3YutUbGln .form-control:hover:-moz-placeholder,
.cid-s3YutUbGln .field-input:hover:-moz-placeholder,
.cid-s3YutUbGln .form-control:focus:-moz-placeholder,
.cid-s3YutUbGln .field-input:focus:-moz-placeholder,
.cid-s3YutUbGln .form-control:hover:-moz-placeholder,
.cid-s3YutUbGln .field-input:hover:-moz-placeholder,
.cid-s3YutUbGln .form-control:focus:-moz-placeholder,
.cid-s3YutUbGln .field-input:focus:-moz-placeholder {
  color: #c1c1c1;
}
.cid-s3YutUbGln textarea {
  padding-top: 1rem!important;
}
.cid-s3YutUbGln .jq-number__spin:hover,
.cid-s3YutUbGln .jq-number__spin:focus {
  background-color: #ffffff;
  border-color: #cccccc;
  color: #ffffff;
  box-shadow: none;
  outline: none;
}
.cid-s3YutUbGln .jq-number__spin {
  background-color: #ffffff;
  border-color: #cccccc;
  color: #000000;
  transition: 0.4s;
  box-shadow: none;
  outline: none;
}
.cid-s3YutUbGln .jq-selectbox li,
.cid-s3YutUbGln .jq-selectbox li {
  background-color: #ffffff;
  color: #000000;
}
.cid-s3YutUbGln .jq-selectbox li:hover,
.cid-s3YutUbGln .jq-selectbox li.selected {
  background-color: #ffffff;
  color: #000000;
}
.cid-s3YutUbGln .jq-selectbox:hover .jq-selectbox__trigger-arrow,
.cid-s3YutUbGln .jq-number__spin.minus:hover:after,
.cid-s3YutUbGln .jq-number__spin.plus:hover:after {
  border-top-color: #ffffff;
  border-bottom-color: #ffffff;
}
.cid-s3YutUbGln .jq-selectbox .jq-selectbox__trigger-arrow,
.cid-s3YutUbGln .jq-number__spin.minus:after,
.cid-s3YutUbGln .jq-number__spin.plus:after {
  border-top-color: #ffffff;
  border-bottom-color: #ffffff;
}
.cid-s3YutUbGln input::-webkit-clear-button {
  display: none;
}
.cid-s3YutUbGln input::-webkit-inner-spin-button {
  display: none;
}
.cid-s3YutUbGln input::-webkit-outer-spin-button {
  display: none;
}
.cid-s3YutUbGln input::-webkit-calendar-picker-indicator {
  display: none;
}
.cid-s3YutUbGln H5 {
  text-align: center;
  color: #0077ff;
}
.cid-s3YutUYLey {
  padding-top: 30px;
  padding-bottom: 15px;
  background-color: #0095ff;
}
@media (max-width: 767px) {
  .cid-s3YutUYLey .content {
    text-align: center;
  }
  .cid-s3YutUYLey .content > div:not(:last-child) {
    margin-bottom: 2rem;
  }
}
@media (max-width: 767px) {
  .cid-s3YutUYLey .media-wrap {
    margin-bottom: 1rem;
  }
}
.cid-s3YutUYLey .media-wrap .mbr-iconfont-logo {
  font-size: 7.5rem;
  color: #f36;
}
.cid-s3YutUYLey .media-wrap img {
  height: 6rem;
}
@media (max-width: 767px) {
  .cid-s3YutUYLey .footer-lower .copyright {
    margin-bottom: 1rem;
    text-align: center;
  }
}
.cid-s3YutUYLey .footer-lower hr {
  margin: 1rem 0;
  border-color: #fff;
  opacity: .05;
}
.cid-s3YutUYLey .footer-lower .social-list {
  padding-left: 0;
  margin-bottom: 0;
  list-style: none;
  display: flex;
  -webkit-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-justify-content: flex-end;
  justify-content: flex-end;
}
.cid-s3YutUYLey .footer-lower .social-list .mbr-iconfont-social {
  font-size: 1.3rem;
  color: #fff;
}
.cid-s3YutUYLey .footer-lower .social-list .soc-item {
  margin: 0 .5rem;
}
.cid-s3YutUYLey .footer-lower .social-list a {
  margin: 0;
  opacity: .5;
  -webkit-transition: .2s linear;
  transition: .2s linear;
}
.cid-s3YutUYLey .footer-lower .social-list a:hover {
  opacity: 1;
}
@media (max-width: 767px) {
  .cid-s3YutUYLey .footer-lower .social-list {
    -webkit-justify-content: center;
    justify-content: center;
  }
}
.cid-rOMppMkTcD .dropdown-item:before {
  font-family: MobiriseIcons !important;
  content: '\e966';
  display: inline-block;
  width: 0;
  position: absolute;
  left: 1rem;
  top: 0.5rem;
  margin-right: 0.5rem;
  line-height: 1;
  font-size: inherit;
  vertical-align: middle;
  text-align: center;
  overflow: hidden;
  -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-rOMppMkTcD .dropdown-menu {
  padding: 0;
}
.cid-rOMppMkTcD .dropdown-item {
  border-bottom: 1px solid #e6e6e6;
}
.cid-rOMppMkTcD .dropdown-item:hover,
.cid-rOMppMkTcD .dropdown-item:focus {
  background: #0077ff !important;
  color: white!important;
}
.cid-rOMppMkTcD .nav-dropdown .link {
  padding: 0 0.3em !important;
  margin: .667em 1em !important;
}
.cid-rOMppMkTcD .nav-dropdown .link.dropdown-toggle::after {
  margin-left: 0.5rem;
  margin-top: 0.2rem;
}
.cid-rOMppMkTcD .nav-link {
  position: relative;
}
.cid-rOMppMkTcD .container {
  display: flex;
  margin: auto;
}
.cid-rOMppMkTcD .mbr-iconfont {
  color: #000000 !important;
  font-size: 1.5rem;
  padding-right: .5rem;
}
.cid-rOMppMkTcD .navbar-caption {
  padding-right: 4rem;
}
.cid-rOMppMkTcD .navbar-nav {
  justify-content: space-between;
  width: -webkit-fill-available;
}
.cid-rOMppMkTcD .dropdown-menu,
.cid-rOMppMkTcD .navbar.opened {
  background: #fafafa !important;
}
.cid-rOMppMkTcD .nav-item:focus,
.cid-rOMppMkTcD .nav-link:focus {
  outline: none;
}
.cid-rOMppMkTcD .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-rOMppMkTcD .dropdown .dropdown-menu .dropdown-item::after {
  right: 0.5rem;
}
.cid-rOMppMkTcD .dropdown .dropdown-menu .dropdown-item .mbr-iconfont {
  margin-left: -1.8rem;
  padding-right: 1rem;
  font-size: inherit;
}
.cid-rOMppMkTcD .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-rOMppMkTcD .collapsed .dropdown-menu .dropdown-item:before {
  display: none;
}
.cid-rOMppMkTcD .collapsed .dropdown .dropdown-menu .dropdown-item {
  padding: 0.235em 1.5em 0.235em 1.5em !important;
  transition: none;
  margin: 0 !important;
}
.cid-rOMppMkTcD .navbar {
  min-height: 77px;
  transition: all .3s;
  border-bottom: 1px solid #e6e6e6;
  background: #ffffff;
}
.cid-rOMppMkTcD .navbar.opened {
  transition: all .3s;
}
.cid-rOMppMkTcD .navbar .dropdown-item {
  padding: .5rem 1.8rem;
}
.cid-rOMppMkTcD .navbar .navbar-collapse {
  justify-content: space-between;
  z-index: 1;
}
.cid-rOMppMkTcD .navbar.collapsed .nav-item .nav-link::before {
  display: none;
}
.cid-rOMppMkTcD .navbar.collapsed.opened .dropdown-menu {
  top: 0;
}
@media (min-width: 992px) {
  .cid-rOMppMkTcD .navbar.collapsed.opened:not(.navbar-short) .navbar-collapse {
    max-height: calc(98.5vh - 3.8rem);
  }
}
.cid-rOMppMkTcD .navbar.collapsed .dropdown-menu .dropdown-submenu {
  left: 0 !important;
}
.cid-rOMppMkTcD .navbar.collapsed .dropdown-menu .dropdown-item:after {
  right: auto;
}
.cid-rOMppMkTcD .navbar.collapsed .dropdown-menu .dropdown-toggle[data-toggle="dropdown-submenu"]:after {
  margin-left: 0.5rem;
  margin-top: 0.2rem;
  border-top: 0.35em solid;
  border-right: 0.35em solid transparent;
  border-left: 0.35em solid transparent;
  border-bottom: 0;
  top: 55%;
}
.cid-rOMppMkTcD .navbar.collapsed ul.navbar-nav li {
  margin: auto;
}
.cid-rOMppMkTcD .navbar.collapsed .dropdown-menu .dropdown-item {
  padding: .25rem 1.5rem;
  text-align: center;
}
.cid-rOMppMkTcD .navbar.collapsed .icons-menu {
  padding-left: 0;
  padding-right: 0;
  padding-top: .5rem;
  padding-bottom: .5rem;
}
@media (max-width: 991px) {
  .cid-rOMppMkTcD .navbar .nav-item .nav-link::before {
    display: none;
  }
  .cid-rOMppMkTcD .navbar.opened .dropdown-menu {
    top: 0;
  }
  .cid-rOMppMkTcD .navbar .dropdown-menu .dropdown-submenu {
    left: 0 !important;
  }
  .cid-rOMppMkTcD .navbar .dropdown-menu .dropdown-item:after {
    right: auto;
  }
  .cid-rOMppMkTcD .navbar .dropdown-menu .dropdown-toggle[data-toggle="dropdown-submenu"]:after {
    margin-left: 0.5rem;
    margin-top: 0.2rem;
    border-top: 0.35em solid;
    border-right: 0.35em solid transparent;
    border-left: 0.35em solid transparent;
    border-bottom: 0;
    top: 55%;
  }
  .cid-rOMppMkTcD .navbar .navbar-logo img {
    height: 3.8rem !important;
  }
  .cid-rOMppMkTcD .navbar ul.navbar-nav li {
    margin: auto;
  }
  .cid-rOMppMkTcD .navbar .dropdown-menu .dropdown-item {
    padding: .25rem 1.5rem !important;
    text-align: center;
  }
  .cid-rOMppMkTcD .navbar .navbar-brand {
    -webkit-flex-shrink: initial;
    flex-shrink: initial;
    -webkit-flex-basis: auto;
    flex-basis: auto;
    word-break: break-word;
    padding-right: 2rem;
  }
  .cid-rOMppMkTcD .navbar .navbar-toggler {
    -webkit-flex-basis: auto;
    flex-basis: auto;
  }
  .cid-rOMppMkTcD .navbar .icons-menu {
    padding-left: 0;
    padding-top: .5rem;
    padding-bottom: .5rem;
  }
}
.cid-rOMppMkTcD .navbar.navbar-short {
  background: #ffffff !important;
  min-height: 60px;
}
.cid-rOMppMkTcD .navbar.navbar-short .navbar-logo img {
  height: 3rem !important;
}
.cid-rOMppMkTcD .navbar.navbar-short .navbar-brand {
  padding: 0;
}
.cid-rOMppMkTcD .navbar-brand {
  -webkit-flex-shrink: 0;
  flex-shrink: 0;
  -webkit-align-items: center;
  align-items: center;
  margin-right: 0;
  padding: 0;
  transition: all .3s;
  word-break: break-word;
  z-index: 1;
}
.cid-rOMppMkTcD .navbar-brand .navbar-caption {
  line-height: inherit !important;
}
.cid-rOMppMkTcD .navbar-brand .navbar-logo a {
  outline: none;
}
.cid-rOMppMkTcD .dropdown-item.active,
.cid-rOMppMkTcD .dropdown-item:active {
  background-color: transparent;
}
.cid-rOMppMkTcD .navbar-expand-lg .navbar-nav .nav-link {
  padding: 0;
}
.cid-rOMppMkTcD .nav-dropdown .link.dropdown-toggle {
  margin-right: 1.667em;
}
.cid-rOMppMkTcD .nav-dropdown .link.dropdown-toggle[aria-expanded="true"] {
  margin-right: 0;
  padding: 0.667em 1.667em;
}
.cid-rOMppMkTcD .navbar.navbar-expand-lg .dropdown .dropdown-menu {
  background: #ffffff;
}
.cid-rOMppMkTcD .navbar.navbar-expand-lg .dropdown .dropdown-menu .dropdown-submenu {
  margin: 0;
  left: 100%;
}
.cid-rOMppMkTcD .navbar .dropdown.open > .dropdown-menu {
  display: block;
}
.cid-rOMppMkTcD ul.navbar-nav {
  -webkit-flex-wrap: wrap;
  flex-wrap: wrap;
}
.cid-rOMppMkTcD .navbar-buttons {
  text-align: center;
  min-width: 170px;
}
.cid-rOMppMkTcD button.navbar-toggler {
  outline: none;
  width: 31px;
  height: 20px;
  cursor: pointer;
  transition: all .2s;
  position: relative;
  -webkit-align-self: center;
  align-self: center;
}
.cid-rOMppMkTcD button.navbar-toggler .hamburger span {
  position: absolute;
  right: 0;
  width: 30px;
  height: 2px;
  border-right: 5px;
  background-color: #000000;
}
.cid-rOMppMkTcD button.navbar-toggler .hamburger span:nth-child(1) {
  top: 0;
  transition: all .2s;
}
.cid-rOMppMkTcD button.navbar-toggler .hamburger span:nth-child(2) {
  top: 8px;
  transition: all .15s;
}
.cid-rOMppMkTcD button.navbar-toggler .hamburger span:nth-child(3) {
  top: 8px;
  transition: all .15s;
}
.cid-rOMppMkTcD button.navbar-toggler .hamburger span:nth-child(4) {
  top: 16px;
  transition: all .2s;
}
.cid-rOMppMkTcD nav.opened .hamburger span:nth-child(1) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all .2s;
}
.cid-rOMppMkTcD nav.opened .hamburger span:nth-child(2) {
  -webkit-transform: rotate(45deg);
  transform: rotate(45deg);
  transition: all .25s;
}
.cid-rOMppMkTcD nav.opened .hamburger span:nth-child(3) {
  -webkit-transform: rotate(-45deg);
  transform: rotate(-45deg);
  transition: all .25s;
}
.cid-rOMppMkTcD nav.opened .hamburger span:nth-child(4) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all .2s;
}
.cid-rOMppMkTcD .navbar-dropdown {
  padding: .5rem 1rem;
  position: fixed;
}
.cid-rOMppMkTcD a.nav-link {
  display: flex;
  -webkit-align-items: center;
  align-items: center;
  -webkit-justify-content: center;
  justify-content: center;
}
.cid-rOMppMkTcD .icons-menu {
  -webkit-flex-wrap: wrap;
  flex-wrap: wrap;
  min-width: 160px;
  display: flex;
  -webkit-justify-content: center;
  justify-content: center;
  padding-left: 1rem;
  padding-right: 1rem;
  padding-top: 0.3rem;
  text-align: center;
}
.cid-rOMppMkTcD .icons-menu span {
  font-size: 20px;
  color: #ffffff;
}
@media screen and (-ms-high-contrast: active), (-ms-high-contrast: none) {
  .cid-rOMppMkTcD .navbar {
    height: 77px;
  }
  .cid-rOMppMkTcD .navbar.opened {
    height: auto;
  }
  .cid-rOMppMkTcD .nav-item .nav-link:hover::before {
    width: 175%;
    max-width: calc(100% + 2rem);
    left: -1rem;
  }
}
.cid-s3fFvlqrsc {
  padding-top: 60px;
  padding-bottom: 0px;
  background-image: url("../../../assets/images/background4.jpg");
}
.cid-s3fFvlqrsc .card-box {
  padding: 0rem;
}
.cid-s3fFvlqrsc .mbr-section-btn {
  margin-top: 1.8rem;
}
.cid-s3fFvlqrsc .big {
  align-items: center;
  justify-content: center;
  display: flex;
}
.cid-s3fFvlqrsc .big h4 {
  margin: 0;
}
.cid-s3fFvlqrsc .card {
  padding: 0;
  min-height: 300px;
}
.cid-s3fFvlqrsc img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.cid-s3fFvlqrsc .card-img {
  min-height: 400px;
  height: 100%;
}
.cid-s3fFvlqrsc .card-wrapper {
  padding: 4rem 2rem;
  width: 100%;
}
@media (min-width: 1400px) {
  .cid-s3fFvlqrsc .card-wrapper {
    padding: 4rem;
  }
}
.cid-s3fFvlqrsc .cardbg1 {
  background: #d5e5ff;
  height: 100%;
  display: flex;
  justify-content: center;
  flex-direction: column;
}
.cid-s3fFvlqrsc .cardbg2 {
  background: #a6c8ea;
  height: 100%;
  display: flex;
  justify-content: center;
  flex-direction: column;
}
.cid-s3fFvlqrsc .main-title {
  color: #ffffff;
}
.cid-s3k82kjXIR {
  padding-top: 60px;
  padding-bottom: 60px;
  background-color: #ffffff;
}
.cid-s3k82kjXIR .link-wrap {
  width: 100%;
}
.cid-s3k82kjXIR .link {
  display: inline-block;
}
.cid-s3k82kjXIR .link a {
  position: relative;
  width: fit-content;
  display: inline-block;
  padding-right: 1rem;
  font-weight: 600;
}
.cid-s3k82kjXIR .link a:before {
  position: absolute;
  right: 0px;
  font-weight: 900;
  top: 55%;
  transform: translateY(-50%);
  content: "\e909";
  font-family: 'Moririse2' !important;
  color: currentColor;
  font-size: 0.6rem;
}
.cid-s3k82kjXIR .link a:hover {
  text-decoration: underline;
}
.cid-s3k82kjXIR .link,
.cid-s3k82kjXIR .link-wrap {
  color: #ffffff;
}
.cid-s3k82kjXIR .mbr-text,
.cid-s3k82kjXIR .mbr-section-btn {
  color: #333333;
}
.cid-s3fGGyVdoV {
  padding-top: 75px;
  padding-bottom: 75px;
  background-color: #fafafa;
}
.cid-s3fGGyVdoV .mbr-overlay {
  background-color: #ffffff;
  opacity: 0.4;
}
.cid-s3fGGyVdoV .form-control,
.cid-s3fGGyVdoV .field-input {
  padding: 2rem 1rem;
  min-height: auto;
  background-color: #ffffff;
  border-color: #cccccc;
  color: #000000;
  transition: 0.4s;
  box-shadow: none;
  outline: none;
}
.cid-s3fGGyVdoV .form-control::-webkit-input-placeholder,
.cid-s3fGGyVdoV .field-input::-webkit-input-placeholder,
.cid-s3fGGyVdoV .form-control::-webkit-input-placeholder,
.cid-s3fGGyVdoV .field-input::-webkit-input-placeholder {
  color: #c1c1c1;
}
.cid-s3fGGyVdoV .form-control:-moz-placeholder,
.cid-s3fGGyVdoV .field-input:-moz-placeholder,
.cid-s3fGGyVdoV .form-control:-moz-placeholder,
.cid-s3fGGyVdoV .field-input:-moz-placeholder {
  color: #c1c1c1;
}
.cid-s3fGGyVdoV .form-control:hover,
.cid-s3fGGyVdoV .field-input:hover,
.cid-s3fGGyVdoV .form-control:focus,
.cid-s3fGGyVdoV .field-input:focus {
  background-color: #ffffff;
  border-color: #cccccc;
  color: #000000;
  box-shadow: none;
  outline: none;
}
.cid-s3fGGyVdoV .form-control:hover::-webkit-input-placeholder,
.cid-s3fGGyVdoV .field-input:hover::-webkit-input-placeholder,
.cid-s3fGGyVdoV .form-control:focus::-webkit-input-placeholder,
.cid-s3fGGyVdoV .field-input:focus::-webkit-input-placeholder,
.cid-s3fGGyVdoV .form-control:hover::-webkit-input-placeholder,
.cid-s3fGGyVdoV .field-input:hover::-webkit-input-placeholder,
.cid-s3fGGyVdoV .form-control:focus::-webkit-input-placeholder,
.cid-s3fGGyVdoV .field-input:focus::-webkit-input-placeholder {
  color: #c1c1c1;
}
.cid-s3fGGyVdoV .form-control:hover:-moz-placeholder,
.cid-s3fGGyVdoV .field-input:hover:-moz-placeholder,
.cid-s3fGGyVdoV .form-control:focus:-moz-placeholder,
.cid-s3fGGyVdoV .field-input:focus:-moz-placeholder,
.cid-s3fGGyVdoV .form-control:hover:-moz-placeholder,
.cid-s3fGGyVdoV .field-input:hover:-moz-placeholder,
.cid-s3fGGyVdoV .form-control:focus:-moz-placeholder,
.cid-s3fGGyVdoV .field-input:focus:-moz-placeholder {
  color: #c1c1c1;
}
.cid-s3fGGyVdoV textarea {
  padding-top: 1rem!important;
}
.cid-s3fGGyVdoV .jq-number__spin:hover,
.cid-s3fGGyVdoV .jq-number__spin:focus {
  background-color: #ffffff;
  border-color: #cccccc;
  color: #ffffff;
  box-shadow: none;
  outline: none;
}
.cid-s3fGGyVdoV .jq-number__spin {
  background-color: #ffffff;
  border-color: #cccccc;
  color: #000000;
  transition: 0.4s;
  box-shadow: none;
  outline: none;
}
.cid-s3fGGyVdoV .jq-selectbox li,
.cid-s3fGGyVdoV .jq-selectbox li {
  background-color: #ffffff;
  color: #000000;
}
.cid-s3fGGyVdoV .jq-selectbox li:hover,
.cid-s3fGGyVdoV .jq-selectbox li.selected {
  background-color: #ffffff;
  color: #000000;
}
.cid-s3fGGyVdoV .jq-selectbox:hover .jq-selectbox__trigger-arrow,
.cid-s3fGGyVdoV .jq-number__spin.minus:hover:after,
.cid-s3fGGyVdoV .jq-number__spin.plus:hover:after {
  border-top-color: #ffffff;
  border-bottom-color: #ffffff;
}
.cid-s3fGGyVdoV .jq-selectbox .jq-selectbox__trigger-arrow,
.cid-s3fGGyVdoV .jq-number__spin.minus:after,
.cid-s3fGGyVdoV .jq-number__spin.plus:after {
  border-top-color: #ffffff;
  border-bottom-color: #ffffff;
}
.cid-s3fGGyVdoV input::-webkit-clear-button {
  display: none;
}
.cid-s3fGGyVdoV input::-webkit-inner-spin-button {
  display: none;
}
.cid-s3fGGyVdoV input::-webkit-outer-spin-button {
  display: none;
}
.cid-s3fGGyVdoV input::-webkit-calendar-picker-indicator {
  display: none;
}
.cid-s3fGGyVdoV H5 {
  text-align: center;
  color: #0077ff;
}
.cid-s3fzsytOHX {
  padding-top: 30px;
  padding-bottom: 15px;
  background-color: #008000;
}
@media (max-width: 767px) {
  .cid-s3fzsytOHX .content {
    text-align: center;
  }
  .cid-s3fzsytOHX .content > div:not(:last-child) {
    margin-bottom: 2rem;
  }
}
@media (max-width: 767px) {
  .cid-s3fzsytOHX .media-wrap {
    margin-bottom: 1rem;
  }
}
.cid-s3fzsytOHX .media-wrap .mbr-iconfont-logo {
  font-size: 7.5rem;
  color: #f36;
}
.cid-s3fzsytOHX .media-wrap img {
  height: 6rem;
}
@media (max-width: 767px) {
  .cid-s3fzsytOHX .footer-lower .copyright {
    margin-bottom: 1rem;
    text-align: center;
  }
}
.cid-s3fzsytOHX .footer-lower hr {
  margin: 1rem 0;
  border-color: #fff;
  opacity: .05;
}
.cid-s3fzsytOHX .footer-lower .social-list {
  padding-left: 0;
  margin-bottom: 0;
  list-style: none;
  display: flex;
  -webkit-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-justify-content: flex-end;
  justify-content: flex-end;
}
.cid-s3fzsytOHX .footer-lower .social-list .mbr-iconfont-social {
  font-size: 1.3rem;
  color: #fff;
}
.cid-s3fzsytOHX .footer-lower .social-list .soc-item {
  margin: 0 .5rem;
}
.cid-s3fzsytOHX .footer-lower .social-list a {
  margin: 0;
  opacity: .5;
  -webkit-transition: .2s linear;
  transition: .2s linear;
}
.cid-s3fzsytOHX .footer-lower .social-list a:hover {
  opacity: 1;
}
@media (max-width: 767px) {
  .cid-s3fzsytOHX .footer-lower .social-list {
    -webkit-justify-content: center;
    justify-content: center;
  }
}
.cid-s3YutRoPP8 .dropdown-item:before {
  font-family: MobiriseIcons !important;
  content: '\e966';
  display: inline-block;
  width: 0;
  position: absolute;
  left: 1rem;
  top: 0.5rem;
  margin-right: 0.5rem;
  line-height: 1;
  font-size: inherit;
  vertical-align: middle;
  text-align: center;
  overflow: hidden;
  -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-s3YutRoPP8 .dropdown-menu {
  padding: 0;
}
.cid-s3YutRoPP8 .dropdown-item {
  border-bottom: 1px solid #e6e6e6;
}
.cid-s3YutRoPP8 .dropdown-item:hover,
.cid-s3YutRoPP8 .dropdown-item:focus {
  background: #0077ff !important;
  color: white!important;
}
.cid-s3YutRoPP8 .nav-dropdown .link {
  padding: 0 0.3em !important;
  margin: .667em 1em !important;
}
.cid-s3YutRoPP8 .nav-dropdown .link.dropdown-toggle::after {
  margin-left: 0.5rem;
  margin-top: 0.2rem;
}
.cid-s3YutRoPP8 .nav-link {
  position: relative;
}
.cid-s3YutRoPP8 .container {
  display: flex;
  margin: auto;
}
.cid-s3YutRoPP8 .mbr-iconfont {
  color: #000000 !important;
  font-size: 1.5rem;
  padding-right: .5rem;
}
.cid-s3YutRoPP8 .navbar-caption {
  padding-right: 4rem;
}
.cid-s3YutRoPP8 .navbar-nav {
  justify-content: space-between;
  width: -webkit-fill-available;
}
.cid-s3YutRoPP8 .dropdown-menu,
.cid-s3YutRoPP8 .navbar.opened {
  background: #fafafa !important;
}
.cid-s3YutRoPP8 .nav-item:focus,
.cid-s3YutRoPP8 .nav-link:focus {
  outline: none;
}
.cid-s3YutRoPP8 .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-s3YutRoPP8 .dropdown .dropdown-menu .dropdown-item::after {
  right: 0.5rem;
}
.cid-s3YutRoPP8 .dropdown .dropdown-menu .dropdown-item .mbr-iconfont {
  margin-left: -1.8rem;
  padding-right: 1rem;
  font-size: inherit;
}
.cid-s3YutRoPP8 .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-s3YutRoPP8 .collapsed .dropdown-menu .dropdown-item:before {
  display: none;
}
.cid-s3YutRoPP8 .collapsed .dropdown .dropdown-menu .dropdown-item {
  padding: 0.235em 1.5em 0.235em 1.5em !important;
  transition: none;
  margin: 0 !important;
}
.cid-s3YutRoPP8 .navbar {
  min-height: 77px;
  transition: all .3s;
  border-bottom: 1px solid #e6e6e6;
  background: #ffffff;
}
.cid-s3YutRoPP8 .navbar.opened {
  transition: all .3s;
}
.cid-s3YutRoPP8 .navbar .dropdown-item {
  padding: .5rem 1.8rem;
}
.cid-s3YutRoPP8 .navbar .navbar-collapse {
  justify-content: space-between;
  z-index: 1;
}
.cid-s3YutRoPP8 .navbar.collapsed .nav-item .nav-link::before {
  display: none;
}
.cid-s3YutRoPP8 .navbar.collapsed.opened .dropdown-menu {
  top: 0;
}
@media (min-width: 992px) {
  .cid-s3YutRoPP8 .navbar.collapsed.opened:not(.navbar-short) .navbar-collapse {
    max-height: calc(98.5vh - 3.8rem);
  }
}
.cid-s3YutRoPP8 .navbar.collapsed .dropdown-menu .dropdown-submenu {
  left: 0 !important;
}
.cid-s3YutRoPP8 .navbar.collapsed .dropdown-menu .dropdown-item:after {
  right: auto;
}
.cid-s3YutRoPP8 .navbar.collapsed .dropdown-menu .dropdown-toggle[data-toggle="dropdown-submenu"]:after {
  margin-left: 0.5rem;
  margin-top: 0.2rem;
  border-top: 0.35em solid;
  border-right: 0.35em solid transparent;
  border-left: 0.35em solid transparent;
  border-bottom: 0;
  top: 55%;
}
.cid-s3YutRoPP8 .navbar.collapsed ul.navbar-nav li {
  margin: auto;
}
.cid-s3YutRoPP8 .navbar.collapsed .dropdown-menu .dropdown-item {
  padding: .25rem 1.5rem;
  text-align: center;
}
.cid-s3YutRoPP8 .navbar.collapsed .icons-menu {
  padding-left: 0;
  padding-right: 0;
  padding-top: .5rem;
  padding-bottom: .5rem;
}
@media (max-width: 991px) {
  .cid-s3YutRoPP8 .navbar .nav-item .nav-link::before {
    display: none;
  }
  .cid-s3YutRoPP8 .navbar.opened .dropdown-menu {
    top: 0;
  }
  .cid-s3YutRoPP8 .navbar .dropdown-menu .dropdown-submenu {
    left: 0 !important;
  }
  .cid-s3YutRoPP8 .navbar .dropdown-menu .dropdown-item:after {
    right: auto;
  }
  .cid-s3YutRoPP8 .navbar .dropdown-menu .dropdown-toggle[data-toggle="dropdown-submenu"]:after {
    margin-left: 0.5rem;
    margin-top: 0.2rem;
    border-top: 0.35em solid;
    border-right: 0.35em solid transparent;
    border-left: 0.35em solid transparent;
    border-bottom: 0;
    top: 55%;
  }
  .cid-s3YutRoPP8 .navbar .navbar-logo img {
    height: 3.8rem !important;
  }
  .cid-s3YutRoPP8 .navbar ul.navbar-nav li {
    margin: auto;
  }
  .cid-s3YutRoPP8 .navbar .dropdown-menu .dropdown-item {
    padding: .25rem 1.5rem !important;
    text-align: center;
  }
  .cid-s3YutRoPP8 .navbar .navbar-brand {
    -webkit-flex-shrink: initial;
    flex-shrink: initial;
    -webkit-flex-basis: auto;
    flex-basis: auto;
    word-break: break-word;
    padding-right: 2rem;
  }
  .cid-s3YutRoPP8 .navbar .navbar-toggler {
    -webkit-flex-basis: auto;
    flex-basis: auto;
  }
  .cid-s3YutRoPP8 .navbar .icons-menu {
    padding-left: 0;
    padding-top: .5rem;
    padding-bottom: .5rem;
  }
}
.cid-s3YutRoPP8 .navbar.navbar-short {
  background: #ffffff !important;
  min-height: 60px;
}
.cid-s3YutRoPP8 .navbar.navbar-short .navbar-logo img {
  height: 3rem !important;
}
.cid-s3YutRoPP8 .navbar.navbar-short .navbar-brand {
  padding: 0;
}
.cid-s3YutRoPP8 .navbar-brand {
  -webkit-flex-shrink: 0;
  flex-shrink: 0;
  -webkit-align-items: center;
  align-items: center;
  margin-right: 0;
  padding: 0;
  transition: all .3s;
  word-break: break-word;
  z-index: 1;
}
.cid-s3YutRoPP8 .navbar-brand .navbar-caption {
  line-height: inherit !important;
}
.cid-s3YutRoPP8 .navbar-brand .navbar-logo a {
  outline: none;
}
.cid-s3YutRoPP8 .dropdown-item.active,
.cid-s3YutRoPP8 .dropdown-item:active {
  background-color: transparent;
}
.cid-s3YutRoPP8 .navbar-expand-lg .navbar-nav .nav-link {
  padding: 0;
}
.cid-s3YutRoPP8 .nav-dropdown .link.dropdown-toggle {
  margin-right: 1.667em;
}
.cid-s3YutRoPP8 .nav-dropdown .link.dropdown-toggle[aria-expanded="true"] {
  margin-right: 0;
  padding: 0.667em 1.667em;
}
.cid-s3YutRoPP8 .navbar.navbar-expand-lg .dropdown .dropdown-menu {
  background: #ffffff;
}
.cid-s3YutRoPP8 .navbar.navbar-expand-lg .dropdown .dropdown-menu .dropdown-submenu {
  margin: 0;
  left: 100%;
}
.cid-s3YutRoPP8 .navbar .dropdown.open > .dropdown-menu {
  display: block;
}
.cid-s3YutRoPP8 ul.navbar-nav {
  -webkit-flex-wrap: wrap;
  flex-wrap: wrap;
}
.cid-s3YutRoPP8 .navbar-buttons {
  text-align: center;
  min-width: 170px;
}
.cid-s3YutRoPP8 button.navbar-toggler {
  outline: none;
  width: 31px;
  height: 20px;
  cursor: pointer;
  transition: all .2s;
  position: relative;
  -webkit-align-self: center;
  align-self: center;
}
.cid-s3YutRoPP8 button.navbar-toggler .hamburger span {
  position: absolute;
  right: 0;
  width: 30px;
  height: 2px;
  border-right: 5px;
  background-color: #000000;
}
.cid-s3YutRoPP8 button.navbar-toggler .hamburger span:nth-child(1) {
  top: 0;
  transition: all .2s;
}
.cid-s3YutRoPP8 button.navbar-toggler .hamburger span:nth-child(2) {
  top: 8px;
  transition: all .15s;
}
.cid-s3YutRoPP8 button.navbar-toggler .hamburger span:nth-child(3) {
  top: 8px;
  transition: all .15s;
}
.cid-s3YutRoPP8 button.navbar-toggler .hamburger span:nth-child(4) {
  top: 16px;
  transition: all .2s;
}
.cid-s3YutRoPP8 nav.opened .hamburger span:nth-child(1) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all .2s;
}
.cid-s3YutRoPP8 nav.opened .hamburger span:nth-child(2) {
  -webkit-transform: rotate(45deg);
  transform: rotate(45deg);
  transition: all .25s;
}
.cid-s3YutRoPP8 nav.opened .hamburger span:nth-child(3) {
  -webkit-transform: rotate(-45deg);
  transform: rotate(-45deg);
  transition: all .25s;
}
.cid-s3YutRoPP8 nav.opened .hamburger span:nth-child(4) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all .2s;
}
.cid-s3YutRoPP8 .navbar-dropdown {
  padding: .5rem 1rem;
  position: fixed;
}
.cid-s3YutRoPP8 a.nav-link {
  display: flex;
  -webkit-align-items: center;
  align-items: center;
  -webkit-justify-content: center;
  justify-content: center;
}
.cid-s3YutRoPP8 .icons-menu {
  -webkit-flex-wrap: wrap;
  flex-wrap: wrap;
  min-width: 160px;
  display: flex;
  -webkit-justify-content: center;
  justify-content: center;
  padding-left: 1rem;
  padding-right: 1rem;
  padding-top: 0.3rem;
  text-align: center;
}
.cid-s3YutRoPP8 .icons-menu span {
  font-size: 20px;
  color: #ffffff;
}
@media screen and (-ms-high-contrast: active), (-ms-high-contrast: none) {
  .cid-s3YutRoPP8 .navbar {
    height: 77px;
  }
  .cid-s3YutRoPP8 .navbar.opened {
    height: auto;
  }
  .cid-s3YutRoPP8 .nav-item .nav-link:hover::before {
    width: 175%;
    max-width: calc(100% + 2rem);
    left: -1rem;
  }
}
.cid-s4403GgS6i {
  padding-top: 0px;
  padding-bottom: 0px;
  background-image: url("../../../assets/images/chris-liverani-9cd8qogeniy-unsplash-3-2000x1295.jpeg");
}
.cid-s4403GgS6i .card-box {
  padding: 0rem;
}
.cid-s4403GgS6i .mbr-section-btn {
  margin-top: 1.8rem;
}
.cid-s4403GgS6i .big {
  align-items: center;
  justify-content: center;
  display: flex;
}
.cid-s4403GgS6i .big h4 {
  margin: 0;
}
.cid-s4403GgS6i .card {
  padding: 0;
  min-height: 300px;
}
.cid-s4403GgS6i img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.cid-s4403GgS6i .card-img {
  min-height: 400px;
  height: 100%;
}
.cid-s4403GgS6i .card-wrapper {
  padding: 4rem 2rem;
  width: 100%;
}
@media (min-width: 1400px) {
  .cid-s4403GgS6i .card-wrapper {
    padding: 4rem;
  }
}
.cid-s4403GgS6i .cardbg1 {
  background: #d7e7ff;
  height: 100%;
  display: flex;
  justify-content: center;
  flex-direction: column;
}
.cid-s4403GgS6i .cardbg2 {
  background: #f6f6f6;
  height: 100%;
  display: flex;
  justify-content: center;
  flex-direction: column;
}
.cid-s4403GgS6i .main-title {
  color: #0059af;
}
.cid-s4408kXeX4 {
  padding-top: 60px;
  padding-bottom: 60px;
  background-color: #ffffff;
}
.cid-s4408kXeX4 .link-wrap {
  width: 100%;
}
.cid-s4408kXeX4 .link {
  display: inline-block;
}
.cid-s4408kXeX4 .link a {
  position: relative;
  width: fit-content;
  display: inline-block;
  padding-right: 1rem;
  font-weight: 600;
}
.cid-s4408kXeX4 .link a:before {
  position: absolute;
  right: 0px;
  font-weight: 900;
  top: 55%;
  transform: translateY(-50%);
  content: "\e909";
  font-family: 'Moririse2' !important;
  color: currentColor;
  font-size: 0.6rem;
}
.cid-s4408kXeX4 .link a:hover {
  text-decoration: underline;
}
.cid-s4408kXeX4 .link,
.cid-s4408kXeX4 .link-wrap {
  color: #ffffff;
}
.cid-s4408kXeX4 .mbr-text,
.cid-s4408kXeX4 .mbr-section-btn {
  color: #333333;
}
.cid-s440bQqicl {
  padding-top: 75px;
  padding-bottom: 75px;
  background-color: #fafafa;
}
.cid-s440bQqicl .mbr-overlay {
  background-color: #ffffff;
  opacity: 0.4;
}
.cid-s440bQqicl .form-control,
.cid-s440bQqicl .field-input {
  padding: 2rem 1rem;
  min-height: auto;
  background-color: #ffffff;
  border-color: #cccccc;
  color: #000000;
  transition: 0.4s;
  box-shadow: none;
  outline: none;
}
.cid-s440bQqicl .form-control::-webkit-input-placeholder,
.cid-s440bQqicl .field-input::-webkit-input-placeholder,
.cid-s440bQqicl .form-control::-webkit-input-placeholder,
.cid-s440bQqicl .field-input::-webkit-input-placeholder {
  color: #c1c1c1;
}
.cid-s440bQqicl .form-control:-moz-placeholder,
.cid-s440bQqicl .field-input:-moz-placeholder,
.cid-s440bQqicl .form-control:-moz-placeholder,
.cid-s440bQqicl .field-input:-moz-placeholder {
  color: #c1c1c1;
}
.cid-s440bQqicl .form-control:hover,
.cid-s440bQqicl .field-input:hover,
.cid-s440bQqicl .form-control:focus,
.cid-s440bQqicl .field-input:focus {
  background-color: #ffffff;
  border-color: #cccccc;
  color: #000000;
  box-shadow: none;
  outline: none;
}
.cid-s440bQqicl .form-control:hover::-webkit-input-placeholder,
.cid-s440bQqicl .field-input:hover::-webkit-input-placeholder,
.cid-s440bQqicl .form-control:focus::-webkit-input-placeholder,
.cid-s440bQqicl .field-input:focus::-webkit-input-placeholder,
.cid-s440bQqicl .form-control:hover::-webkit-input-placeholder,
.cid-s440bQqicl .field-input:hover::-webkit-input-placeholder,
.cid-s440bQqicl .form-control:focus::-webkit-input-placeholder,
.cid-s440bQqicl .field-input:focus::-webkit-input-placeholder {
  color: #c1c1c1;
}
.cid-s440bQqicl .form-control:hover:-moz-placeholder,
.cid-s440bQqicl .field-input:hover:-moz-placeholder,
.cid-s440bQqicl .form-control:focus:-moz-placeholder,
.cid-s440bQqicl .field-input:focus:-moz-placeholder,
.cid-s440bQqicl .form-control:hover:-moz-placeholder,
.cid-s440bQqicl .field-input:hover:-moz-placeholder,
.cid-s440bQqicl .form-control:focus:-moz-placeholder,
.cid-s440bQqicl .field-input:focus:-moz-placeholder {
  color: #c1c1c1;
}
.cid-s440bQqicl textarea {
  padding-top: 1rem!important;
}
.cid-s440bQqicl .jq-number__spin:hover,
.cid-s440bQqicl .jq-number__spin:focus {
  background-color: #ffffff;
  border-color: #cccccc;
  color: #ffffff;
  box-shadow: none;
  outline: none;
}
.cid-s440bQqicl .jq-number__spin {
  background-color: #ffffff;
  border-color: #cccccc;
  color: #000000;
  transition: 0.4s;
  box-shadow: none;
  outline: none;
}
.cid-s440bQqicl .jq-selectbox li,
.cid-s440bQqicl .jq-selectbox li {
  background-color: #ffffff;
  color: #000000;
}
.cid-s440bQqicl .jq-selectbox li:hover,
.cid-s440bQqicl .jq-selectbox li.selected {
  background-color: #ffffff;
  color: #000000;
}
.cid-s440bQqicl .jq-selectbox:hover .jq-selectbox__trigger-arrow,
.cid-s440bQqicl .jq-number__spin.minus:hover:after,
.cid-s440bQqicl .jq-number__spin.plus:hover:after {
  border-top-color: #ffffff;
  border-bottom-color: #ffffff;
}
.cid-s440bQqicl .jq-selectbox .jq-selectbox__trigger-arrow,
.cid-s440bQqicl .jq-number__spin.minus:after,
.cid-s440bQqicl .jq-number__spin.plus:after {
  border-top-color: #ffffff;
  border-bottom-color: #ffffff;
}
.cid-s440bQqicl input::-webkit-clear-button {
  display: none;
}
.cid-s440bQqicl input::-webkit-inner-spin-button {
  display: none;
}
.cid-s440bQqicl input::-webkit-outer-spin-button {
  display: none;
}
.cid-s440bQqicl input::-webkit-calendar-picker-indicator {
  display: none;
}
.cid-s440bQqicl H5 {
  text-align: center;
  color: #0077ff;
}
.cid-s440erDUer {
  padding-top: 30px;
  padding-bottom: 15px;
  background-color: #0059af;
}
@media (max-width: 767px) {
  .cid-s440erDUer .content {
    text-align: center;
  }
  .cid-s440erDUer .content > div:not(:last-child) {
    margin-bottom: 2rem;
  }
}
@media (max-width: 767px) {
  .cid-s440erDUer .media-wrap {
    margin-bottom: 1rem;
  }
}
.cid-s440erDUer .media-wrap .mbr-iconfont-logo {
  font-size: 7.5rem;
  color: #f36;
}
.cid-s440erDUer .media-wrap img {
  height: 6rem;
}
@media (max-width: 767px) {
  .cid-s440erDUer .footer-lower .copyright {
    margin-bottom: 1rem;
    text-align: center;
  }
}
.cid-s440erDUer .footer-lower hr {
  margin: 1rem 0;
  border-color: #fff;
  opacity: .05;
}
.cid-s440erDUer .footer-lower .social-list {
  padding-left: 0;
  margin-bottom: 0;
  list-style: none;
  display: flex;
  -webkit-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-justify-content: flex-end;
  justify-content: flex-end;
}
.cid-s440erDUer .footer-lower .social-list .mbr-iconfont-social {
  font-size: 1.3rem;
  color: #fff;
}
.cid-s440erDUer .footer-lower .social-list .soc-item {
  margin: 0 .5rem;
}
.cid-s440erDUer .footer-lower .social-list a {
  margin: 0;
  opacity: .5;
  -webkit-transition: .2s linear;
  transition: .2s linear;
}
.cid-s440erDUer .footer-lower .social-list a:hover {
  opacity: 1;
}
@media (max-width: 767px) {
  .cid-s440erDUer .footer-lower .social-list {
    -webkit-justify-content: center;
    justify-content: center;
  }
}
.cid-s4b9eUwejf .dropdown-item:before {
  font-family: MobiriseIcons !important;
  content: '\e966';
  display: inline-block;
  width: 0;
  position: absolute;
  left: 1rem;
  top: 0.5rem;
  margin-right: 0.5rem;
  line-height: 1;
  font-size: inherit;
  vertical-align: middle;
  text-align: center;
  overflow: hidden;
  -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-s4b9eUwejf .dropdown-menu {
  padding: 0;
}
.cid-s4b9eUwejf .dropdown-item {
  border-bottom: 1px solid #e6e6e6;
}
.cid-s4b9eUwejf .dropdown-item:hover,
.cid-s4b9eUwejf .dropdown-item:focus {
  background: #0077ff !important;
  color: white!important;
}
.cid-s4b9eUwejf .nav-dropdown .link {
  padding: 0 0.3em !important;
  margin: .667em 1em !important;
}
.cid-s4b9eUwejf .nav-dropdown .link.dropdown-toggle::after {
  margin-left: 0.5rem;
  margin-top: 0.2rem;
}
.cid-s4b9eUwejf .nav-link {
  position: relative;
}
.cid-s4b9eUwejf .container {
  display: flex;
  margin: auto;
}
.cid-s4b9eUwejf .mbr-iconfont {
  color: #000000 !important;
  font-size: 1.5rem;
  padding-right: .5rem;
}
.cid-s4b9eUwejf .navbar-caption {
  padding-right: 4rem;
}
.cid-s4b9eUwejf .navbar-nav {
  justify-content: space-between;
  width: -webkit-fill-available;
}
.cid-s4b9eUwejf .dropdown-menu,
.cid-s4b9eUwejf .navbar.opened {
  background: #fafafa !important;
}
.cid-s4b9eUwejf .nav-item:focus,
.cid-s4b9eUwejf .nav-link:focus {
  outline: none;
}
.cid-s4b9eUwejf .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-s4b9eUwejf .dropdown .dropdown-menu .dropdown-item::after {
  right: 0.5rem;
}
.cid-s4b9eUwejf .dropdown .dropdown-menu .dropdown-item .mbr-iconfont {
  margin-left: -1.8rem;
  padding-right: 1rem;
  font-size: inherit;
}
.cid-s4b9eUwejf .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-s4b9eUwejf .collapsed .dropdown-menu .dropdown-item:before {
  display: none;
}
.cid-s4b9eUwejf .collapsed .dropdown .dropdown-menu .dropdown-item {
  padding: 0.235em 1.5em 0.235em 1.5em !important;
  transition: none;
  margin: 0 !important;
}
.cid-s4b9eUwejf .navbar {
  min-height: 77px;
  transition: all .3s;
  border-bottom: 1px solid #e6e6e6;
  background: #ffffff;
}
.cid-s4b9eUwejf .navbar.opened {
  transition: all .3s;
}
.cid-s4b9eUwejf .navbar .dropdown-item {
  padding: .5rem 1.8rem;
}
.cid-s4b9eUwejf .navbar .navbar-collapse {
  justify-content: space-between;
  z-index: 1;
}
.cid-s4b9eUwejf .navbar.collapsed .nav-item .nav-link::before {
  display: none;
}
.cid-s4b9eUwejf .navbar.collapsed.opened .dropdown-menu {
  top: 0;
}
@media (min-width: 992px) {
  .cid-s4b9eUwejf .navbar.collapsed.opened:not(.navbar-short) .navbar-collapse {
    max-height: calc(98.5vh - 3.8rem);
  }
}
.cid-s4b9eUwejf .navbar.collapsed .dropdown-menu .dropdown-submenu {
  left: 0 !important;
}
.cid-s4b9eUwejf .navbar.collapsed .dropdown-menu .dropdown-item:after {
  right: auto;
}
.cid-s4b9eUwejf .navbar.collapsed .dropdown-menu .dropdown-toggle[data-toggle="dropdown-submenu"]:after {
  margin-left: 0.5rem;
  margin-top: 0.2rem;
  border-top: 0.35em solid;
  border-right: 0.35em solid transparent;
  border-left: 0.35em solid transparent;
  border-bottom: 0;
  top: 55%;
}
.cid-s4b9eUwejf .navbar.collapsed ul.navbar-nav li {
  margin: auto;
}
.cid-s4b9eUwejf .navbar.collapsed .dropdown-menu .dropdown-item {
  padding: .25rem 1.5rem;
  text-align: center;
}
.cid-s4b9eUwejf .navbar.collapsed .icons-menu {
  padding-left: 0;
  padding-right: 0;
  padding-top: .5rem;
  padding-bottom: .5rem;
}
@media (max-width: 991px) {
  .cid-s4b9eUwejf .navbar .nav-item .nav-link::before {
    display: none;
  }
  .cid-s4b9eUwejf .navbar.opened .dropdown-menu {
    top: 0;
  }
  .cid-s4b9eUwejf .navbar .dropdown-menu .dropdown-submenu {
    left: 0 !important;
  }
  .cid-s4b9eUwejf .navbar .dropdown-menu .dropdown-item:after {
    right: auto;
  }
  .cid-s4b9eUwejf .navbar .dropdown-menu .dropdown-toggle[data-toggle="dropdown-submenu"]:after {
    margin-left: 0.5rem;
    margin-top: 0.2rem;
    border-top: 0.35em solid;
    border-right: 0.35em solid transparent;
    border-left: 0.35em solid transparent;
    border-bottom: 0;
    top: 55%;
  }
  .cid-s4b9eUwejf .navbar .navbar-logo img {
    height: 3.8rem !important;
  }
  .cid-s4b9eUwejf .navbar ul.navbar-nav li {
    margin: auto;
  }
  .cid-s4b9eUwejf .navbar .dropdown-menu .dropdown-item {
    padding: .25rem 1.5rem !important;
    text-align: center;
  }
  .cid-s4b9eUwejf .navbar .navbar-brand {
    -webkit-flex-shrink: initial;
    flex-shrink: initial;
    -webkit-flex-basis: auto;
    flex-basis: auto;
    word-break: break-word;
    padding-right: 2rem;
  }
  .cid-s4b9eUwejf .navbar .navbar-toggler {
    -webkit-flex-basis: auto;
    flex-basis: auto;
  }
  .cid-s4b9eUwejf .navbar .icons-menu {
    padding-left: 0;
    padding-top: .5rem;
    padding-bottom: .5rem;
  }
}
.cid-s4b9eUwejf .navbar.navbar-short {
  background: #ffffff !important;
  min-height: 60px;
}
.cid-s4b9eUwejf .navbar.navbar-short .navbar-logo img {
  height: 3rem !important;
}
.cid-s4b9eUwejf .navbar.navbar-short .navbar-brand {
  padding: 0;
}
.cid-s4b9eUwejf .navbar-brand {
  -webkit-flex-shrink: 0;
  flex-shrink: 0;
  -webkit-align-items: center;
  align-items: center;
  margin-right: 0;
  padding: 0;
  transition: all .3s;
  word-break: break-word;
  z-index: 1;
}
.cid-s4b9eUwejf .navbar-brand .navbar-caption {
  line-height: inherit !important;
}
.cid-s4b9eUwejf .navbar-brand .navbar-logo a {
  outline: none;
}
.cid-s4b9eUwejf .dropdown-item.active,
.cid-s4b9eUwejf .dropdown-item:active {
  background-color: transparent;
}
.cid-s4b9eUwejf .navbar-expand-lg .navbar-nav .nav-link {
  padding: 0;
}
.cid-s4b9eUwejf .nav-dropdown .link.dropdown-toggle {
  margin-right: 1.667em;
}
.cid-s4b9eUwejf .nav-dropdown .link.dropdown-toggle[aria-expanded="true"] {
  margin-right: 0;
  padding: 0.667em 1.667em;
}
.cid-s4b9eUwejf .navbar.navbar-expand-lg .dropdown .dropdown-menu {
  background: #ffffff;
}
.cid-s4b9eUwejf .navbar.navbar-expand-lg .dropdown .dropdown-menu .dropdown-submenu {
  margin: 0;
  left: 100%;
}
.cid-s4b9eUwejf .navbar .dropdown.open > .dropdown-menu {
  display: block;
}
.cid-s4b9eUwejf ul.navbar-nav {
  -webkit-flex-wrap: wrap;
  flex-wrap: wrap;
}
.cid-s4b9eUwejf .navbar-buttons {
  text-align: center;
  min-width: 170px;
}
.cid-s4b9eUwejf button.navbar-toggler {
  outline: none;
  width: 31px;
  height: 20px;
  cursor: pointer;
  transition: all .2s;
  position: relative;
  -webkit-align-self: center;
  align-self: center;
}
.cid-s4b9eUwejf button.navbar-toggler .hamburger span {
  position: absolute;
  right: 0;
  width: 30px;
  height: 2px;
  border-right: 5px;
  background-color: #000000;
}
.cid-s4b9eUwejf button.navbar-toggler .hamburger span:nth-child(1) {
  top: 0;
  transition: all .2s;
}
.cid-s4b9eUwejf button.navbar-toggler .hamburger span:nth-child(2) {
  top: 8px;
  transition: all .15s;
}
.cid-s4b9eUwejf button.navbar-toggler .hamburger span:nth-child(3) {
  top: 8px;
  transition: all .15s;
}
.cid-s4b9eUwejf button.navbar-toggler .hamburger span:nth-child(4) {
  top: 16px;
  transition: all .2s;
}
.cid-s4b9eUwejf nav.opened .hamburger span:nth-child(1) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all .2s;
}
.cid-s4b9eUwejf nav.opened .hamburger span:nth-child(2) {
  -webkit-transform: rotate(45deg);
  transform: rotate(45deg);
  transition: all .25s;
}
.cid-s4b9eUwejf nav.opened .hamburger span:nth-child(3) {
  -webkit-transform: rotate(-45deg);
  transform: rotate(-45deg);
  transition: all .25s;
}
.cid-s4b9eUwejf nav.opened .hamburger span:nth-child(4) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all .2s;
}
.cid-s4b9eUwejf .navbar-dropdown {
  padding: .5rem 1rem;
  position: fixed;
}
.cid-s4b9eUwejf a.nav-link {
  display: flex;
  -webkit-align-items: center;
  align-items: center;
  -webkit-justify-content: center;
  justify-content: center;
}
.cid-s4b9eUwejf .icons-menu {
  -webkit-flex-wrap: wrap;
  flex-wrap: wrap;
  min-width: 160px;
  display: flex;
  -webkit-justify-content: center;
  justify-content: center;
  padding-left: 1rem;
  padding-right: 1rem;
  padding-top: 0.3rem;
  text-align: center;
}
.cid-s4b9eUwejf .icons-menu span {
  font-size: 20px;
  color: #ffffff;
}
@media screen and (-ms-high-contrast: active), (-ms-high-contrast: none) {
  .cid-s4b9eUwejf .navbar {
    height: 77px;
  }
  .cid-s4b9eUwejf .navbar.opened {
    height: auto;
  }
  .cid-s4b9eUwejf .nav-item .nav-link:hover::before {
    width: 175%;
    max-width: calc(100% + 2rem);
    left: -1rem;
  }
}
.cid-s4b9eWjpnL {
  padding-top: 45px;
  padding-bottom: 0px;
  background-image: url("../../../assets/images/jesus-kiteque-wn-kyahwcis-unsplash-2000x1331.jpg");
}
.cid-s4b9eWjpnL .card-box {
  padding: 0rem;
}
.cid-s4b9eWjpnL .mbr-section-btn {
  margin-top: 1.8rem;
}
.cid-s4b9eWjpnL .big {
  align-items: center;
  justify-content: center;
  display: flex;
}
.cid-s4b9eWjpnL .big h4 {
  margin: 0;
}
.cid-s4b9eWjpnL .card {
  padding: 0;
  min-height: 300px;
}
.cid-s4b9eWjpnL img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.cid-s4b9eWjpnL .card-img {
  min-height: 400px;
  height: 100%;
}
.cid-s4b9eWjpnL .card-wrapper {
  padding: 4rem 2rem;
  width: 100%;
}
@media (min-width: 1400px) {
  .cid-s4b9eWjpnL .card-wrapper {
    padding: 4rem;
  }
}
.cid-s4b9eWjpnL .cardbg1 {
  background: #d7e7ff;
  height: 100%;
  display: flex;
  justify-content: center;
  flex-direction: column;
}
.cid-s4b9eWjpnL .cardbg2 {
  background: #f6f6f6;
  height: 100%;
  display: flex;
  justify-content: center;
  flex-direction: column;
}
.cid-s4b9eWjpnL .main-title {
  color: #ffffff;
}
.cid-s4b9eXtGFu {
  padding-top: 60px;
  padding-bottom: 60px;
  background-color: #ffffff;
}
.cid-s4b9eXtGFu .link-wrap {
  width: 100%;
}
.cid-s4b9eXtGFu .link {
  display: inline-block;
}
.cid-s4b9eXtGFu .link a {
  position: relative;
  width: fit-content;
  display: inline-block;
  padding-right: 1rem;
  font-weight: 600;
}
.cid-s4b9eXtGFu .link a:before {
  position: absolute;
  right: 0px;
  font-weight: 900;
  top: 55%;
  transform: translateY(-50%);
  content: "\e909";
  font-family: 'Moririse2' !important;
  color: currentColor;
  font-size: 0.6rem;
}
.cid-s4b9eXtGFu .link a:hover {
  text-decoration: underline;
}
.cid-s4b9eXtGFu .link,
.cid-s4b9eXtGFu .link-wrap {
  color: #ffffff;
}
.cid-s4b9eXtGFu .mbr-text,
.cid-s4b9eXtGFu .mbr-section-btn {
  color: #333333;
}
.cid-s4b9eYKLIi {
  padding-top: 75px;
  padding-bottom: 75px;
  background-color: #fafafa;
}
.cid-s4b9eYKLIi .mbr-overlay {
  background-color: #ffffff;
  opacity: 0.4;
}
.cid-s4b9eYKLIi .form-control,
.cid-s4b9eYKLIi .field-input {
  padding: 2rem 1rem;
  min-height: auto;
  background-color: #ffffff;
  border-color: #cccccc;
  color: #000000;
  transition: 0.4s;
  box-shadow: none;
  outline: none;
}
.cid-s4b9eYKLIi .form-control::-webkit-input-placeholder,
.cid-s4b9eYKLIi .field-input::-webkit-input-placeholder,
.cid-s4b9eYKLIi .form-control::-webkit-input-placeholder,
.cid-s4b9eYKLIi .field-input::-webkit-input-placeholder {
  color: #c1c1c1;
}
.cid-s4b9eYKLIi .form-control:-moz-placeholder,
.cid-s4b9eYKLIi .field-input:-moz-placeholder,
.cid-s4b9eYKLIi .form-control:-moz-placeholder,
.cid-s4b9eYKLIi .field-input:-moz-placeholder {
  color: #c1c1c1;
}
.cid-s4b9eYKLIi .form-control:hover,
.cid-s4b9eYKLIi .field-input:hover,
.cid-s4b9eYKLIi .form-control:focus,
.cid-s4b9eYKLIi .field-input:focus {
  background-color: #ffffff;
  border-color: #cccccc;
  color: #000000;
  box-shadow: none;
  outline: none;
}
.cid-s4b9eYKLIi .form-control:hover::-webkit-input-placeholder,
.cid-s4b9eYKLIi .field-input:hover::-webkit-input-placeholder,
.cid-s4b9eYKLIi .form-control:focus::-webkit-input-placeholder,
.cid-s4b9eYKLIi .field-input:focus::-webkit-input-placeholder,
.cid-s4b9eYKLIi .form-control:hover::-webkit-input-placeholder,
.cid-s4b9eYKLIi .field-input:hover::-webkit-input-placeholder,
.cid-s4b9eYKLIi .form-control:focus::-webkit-input-placeholder,
.cid-s4b9eYKLIi .field-input:focus::-webkit-input-placeholder {
  color: #c1c1c1;
}
.cid-s4b9eYKLIi .form-control:hover:-moz-placeholder,
.cid-s4b9eYKLIi .field-input:hover:-moz-placeholder,
.cid-s4b9eYKLIi .form-control:focus:-moz-placeholder,
.cid-s4b9eYKLIi .field-input:focus:-moz-placeholder,
.cid-s4b9eYKLIi .form-control:hover:-moz-placeholder,
.cid-s4b9eYKLIi .field-input:hover:-moz-placeholder,
.cid-s4b9eYKLIi .form-control:focus:-moz-placeholder,
.cid-s4b9eYKLIi .field-input:focus:-moz-placeholder {
  color: #c1c1c1;
}
.cid-s4b9eYKLIi textarea {
  padding-top: 1rem!important;
}
.cid-s4b9eYKLIi .jq-number__spin:hover,
.cid-s4b9eYKLIi .jq-number__spin:focus {
  background-color: #ffffff;
  border-color: #cccccc;
  color: #ffffff;
  box-shadow: none;
  outline: none;
}
.cid-s4b9eYKLIi .jq-number__spin {
  background-color: #ffffff;
  border-color: #cccccc;
  color: #000000;
  transition: 0.4s;
  box-shadow: none;
  outline: none;
}
.cid-s4b9eYKLIi .jq-selectbox li,
.cid-s4b9eYKLIi .jq-selectbox li {
  background-color: #ffffff;
  color: #000000;
}
.cid-s4b9eYKLIi .jq-selectbox li:hover,
.cid-s4b9eYKLIi .jq-selectbox li.selected {
  background-color: #ffffff;
  color: #000000;
}
.cid-s4b9eYKLIi .jq-selectbox:hover .jq-selectbox__trigger-arrow,
.cid-s4b9eYKLIi .jq-number__spin.minus:hover:after,
.cid-s4b9eYKLIi .jq-number__spin.plus:hover:after {
  border-top-color: #ffffff;
  border-bottom-color: #ffffff;
}
.cid-s4b9eYKLIi .jq-selectbox .jq-selectbox__trigger-arrow,
.cid-s4b9eYKLIi .jq-number__spin.minus:after,
.cid-s4b9eYKLIi .jq-number__spin.plus:after {
  border-top-color: #ffffff;
  border-bottom-color: #ffffff;
}
.cid-s4b9eYKLIi input::-webkit-clear-button {
  display: none;
}
.cid-s4b9eYKLIi input::-webkit-inner-spin-button {
  display: none;
}
.cid-s4b9eYKLIi input::-webkit-outer-spin-button {
  display: none;
}
.cid-s4b9eYKLIi input::-webkit-calendar-picker-indicator {
  display: none;
}
.cid-s4b9eYKLIi H5 {
  text-align: center;
  color: #0077ff;
}
.cid-s4b9eZOscd {
  padding-top: 30px;
  padding-bottom: 15px;
  background-color: #0059af;
}
@media (max-width: 767px) {
  .cid-s4b9eZOscd .content {
    text-align: center;
  }
  .cid-s4b9eZOscd .content > div:not(:last-child) {
    margin-bottom: 2rem;
  }
}
@media (max-width: 767px) {
  .cid-s4b9eZOscd .media-wrap {
    margin-bottom: 1rem;
  }
}
.cid-s4b9eZOscd .media-wrap .mbr-iconfont-logo {
  font-size: 7.5rem;
  color: #f36;
}
.cid-s4b9eZOscd .media-wrap img {
  height: 6rem;
}
@media (max-width: 767px) {
  .cid-s4b9eZOscd .footer-lower .copyright {
    margin-bottom: 1rem;
    text-align: center;
  }
}
.cid-s4b9eZOscd .footer-lower hr {
  margin: 1rem 0;
  border-color: #fff;
  opacity: .05;
}
.cid-s4b9eZOscd .footer-lower .social-list {
  padding-left: 0;
  margin-bottom: 0;
  list-style: none;
  display: flex;
  -webkit-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-justify-content: flex-end;
  justify-content: flex-end;
}
.cid-s4b9eZOscd .footer-lower .social-list .mbr-iconfont-social {
  font-size: 1.3rem;
  color: #fff;
}
.cid-s4b9eZOscd .footer-lower .social-list .soc-item {
  margin: 0 .5rem;
}
.cid-s4b9eZOscd .footer-lower .social-list a {
  margin: 0;
  opacity: .5;
  -webkit-transition: .2s linear;
  transition: .2s linear;
}
.cid-s4b9eZOscd .footer-lower .social-list a:hover {
  opacity: 1;
}
@media (max-width: 767px) {
  .cid-s4b9eZOscd .footer-lower .social-list {
    -webkit-justify-content: center;
    justify-content: center;
  }
}
.cid-s3YutRoPP8 .dropdown-item:before {
  font-family: MobiriseIcons !important;
  content: '\e966';
  display: inline-block;
  width: 0;
  position: absolute;
  left: 1rem;
  top: 0.5rem;
  margin-right: 0.5rem;
  line-height: 1;
  font-size: inherit;
  vertical-align: middle;
  text-align: center;
  overflow: hidden;
  -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-s3YutRoPP8 .dropdown-menu {
  padding: 0;
}
.cid-s3YutRoPP8 .dropdown-item {
  border-bottom: 1px solid #e6e6e6;
}
.cid-s3YutRoPP8 .dropdown-item:hover,
.cid-s3YutRoPP8 .dropdown-item:focus {
  background: #0077ff !important;
  color: white!important;
}
.cid-s3YutRoPP8 .nav-dropdown .link {
  padding: 0 0.3em !important;
  margin: .667em 1em !important;
}
.cid-s3YutRoPP8 .nav-dropdown .link.dropdown-toggle::after {
  margin-left: 0.5rem;
  margin-top: 0.2rem;
}
.cid-s3YutRoPP8 .nav-link {
  position: relative;
}
.cid-s3YutRoPP8 .container {
  display: flex;
  margin: auto;
}
.cid-s3YutRoPP8 .mbr-iconfont {
  color: #000000 !important;
  font-size: 1.5rem;
  padding-right: .5rem;
}
.cid-s3YutRoPP8 .navbar-caption {
  padding-right: 4rem;
}
.cid-s3YutRoPP8 .navbar-nav {
  justify-content: space-between;
  width: -webkit-fill-available;
}
.cid-s3YutRoPP8 .dropdown-menu,
.cid-s3YutRoPP8 .navbar.opened {
  background: #fafafa !important;
}
.cid-s3YutRoPP8 .nav-item:focus,
.cid-s3YutRoPP8 .nav-link:focus {
  outline: none;
}
.cid-s3YutRoPP8 .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-s3YutRoPP8 .dropdown .dropdown-menu .dropdown-item::after {
  right: 0.5rem;
}
.cid-s3YutRoPP8 .dropdown .dropdown-menu .dropdown-item .mbr-iconfont {
  margin-left: -1.8rem;
  padding-right: 1rem;
  font-size: inherit;
}
.cid-s3YutRoPP8 .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-s3YutRoPP8 .collapsed .dropdown-menu .dropdown-item:before {
  display: none;
}
.cid-s3YutRoPP8 .collapsed .dropdown .dropdown-menu .dropdown-item {
  padding: 0.235em 1.5em 0.235em 1.5em !important;
  transition: none;
  margin: 0 !important;
}
.cid-s3YutRoPP8 .navbar {
  min-height: 77px;
  transition: all .3s;
  border-bottom: 1px solid #e6e6e6;
  background: #ffffff;
}
.cid-s3YutRoPP8 .navbar.opened {
  transition: all .3s;
}
.cid-s3YutRoPP8 .navbar .dropdown-item {
  padding: .5rem 1.8rem;
}
.cid-s3YutRoPP8 .navbar .navbar-collapse {
  justify-content: space-between;
  z-index: 1;
}
.cid-s3YutRoPP8 .navbar.collapsed .nav-item .nav-link::before {
  display: none;
}
.cid-s3YutRoPP8 .navbar.collapsed.opened .dropdown-menu {
  top: 0;
}
@media (min-width: 992px) {
  .cid-s3YutRoPP8 .navbar.collapsed.opened:not(.navbar-short) .navbar-collapse {
    max-height: calc(98.5vh - 3.8rem);
  }
}
.cid-s3YutRoPP8 .navbar.collapsed .dropdown-menu .dropdown-submenu {
  left: 0 !important;
}
.cid-s3YutRoPP8 .navbar.collapsed .dropdown-menu .dropdown-item:after {
  right: auto;
}
.cid-s3YutRoPP8 .navbar.collapsed .dropdown-menu .dropdown-toggle[data-toggle="dropdown-submenu"]:after {
  margin-left: 0.5rem;
  margin-top: 0.2rem;
  border-top: 0.35em solid;
  border-right: 0.35em solid transparent;
  border-left: 0.35em solid transparent;
  border-bottom: 0;
  top: 55%;
}
.cid-s3YutRoPP8 .navbar.collapsed ul.navbar-nav li {
  margin: auto;
}
.cid-s3YutRoPP8 .navbar.collapsed .dropdown-menu .dropdown-item {
  padding: .25rem 1.5rem;
  text-align: center;
}
.cid-s3YutRoPP8 .navbar.collapsed .icons-menu {
  padding-left: 0;
  padding-right: 0;
  padding-top: .5rem;
  padding-bottom: .5rem;
}
@media (max-width: 991px) {
  .cid-s3YutRoPP8 .navbar .nav-item .nav-link::before {
    display: none;
  }
  .cid-s3YutRoPP8 .navbar.opened .dropdown-menu {
    top: 0;
  }
  .cid-s3YutRoPP8 .navbar .dropdown-menu .dropdown-submenu {
    left: 0 !important;
  }
  .cid-s3YutRoPP8 .navbar .dropdown-menu .dropdown-item:after {
    right: auto;
  }
  .cid-s3YutRoPP8 .navbar .dropdown-menu .dropdown-toggle[data-toggle="dropdown-submenu"]:after {
    margin-left: 0.5rem;
    margin-top: 0.2rem;
    border-top: 0.35em solid;
    border-right: 0.35em solid transparent;
    border-left: 0.35em solid transparent;
    border-bottom: 0;
    top: 55%;
  }
  .cid-s3YutRoPP8 .navbar .navbar-logo img {
    height: 3.8rem !important;
  }
  .cid-s3YutRoPP8 .navbar ul.navbar-nav li {
    margin: auto;
  }
  .cid-s3YutRoPP8 .navbar .dropdown-menu .dropdown-item {
    padding: .25rem 1.5rem !important;
    text-align: center;
  }
  .cid-s3YutRoPP8 .navbar .navbar-brand {
    -webkit-flex-shrink: initial;
    flex-shrink: initial;
    -webkit-flex-basis: auto;
    flex-basis: auto;
    word-break: break-word;
    padding-right: 2rem;
  }
  .cid-s3YutRoPP8 .navbar .navbar-toggler {
    -webkit-flex-basis: auto;
    flex-basis: auto;
  }
  .cid-s3YutRoPP8 .navbar .icons-menu {
    padding-left: 0;
    padding-top: .5rem;
    padding-bottom: .5rem;
  }
}
.cid-s3YutRoPP8 .navbar.navbar-short {
  background: #ffffff !important;
  min-height: 60px;
}
.cid-s3YutRoPP8 .navbar.navbar-short .navbar-logo img {
  height: 3rem !important;
}
.cid-s3YutRoPP8 .navbar.navbar-short .navbar-brand {
  padding: 0;
}
.cid-s3YutRoPP8 .navbar-brand {
  -webkit-flex-shrink: 0;
  flex-shrink: 0;
  -webkit-align-items: center;
  align-items: center;
  margin-right: 0;
  padding: 0;
  transition: all .3s;
  word-break: break-word;
  z-index: 1;
}
.cid-s3YutRoPP8 .navbar-brand .navbar-caption {
  line-height: inherit !important;
}
.cid-s3YutRoPP8 .navbar-brand .navbar-logo a {
  outline: none;
}
.cid-s3YutRoPP8 .dropdown-item.active,
.cid-s3YutRoPP8 .dropdown-item:active {
  background-color: transparent;
}
.cid-s3YutRoPP8 .navbar-expand-lg .navbar-nav .nav-link {
  padding: 0;
}
.cid-s3YutRoPP8 .nav-dropdown .link.dropdown-toggle {
  margin-right: 1.667em;
}
.cid-s3YutRoPP8 .nav-dropdown .link.dropdown-toggle[aria-expanded="true"] {
  margin-right: 0;
  padding: 0.667em 1.667em;
}
.cid-s3YutRoPP8 .navbar.navbar-expand-lg .dropdown .dropdown-menu {
  background: #ffffff;
}
.cid-s3YutRoPP8 .navbar.navbar-expand-lg .dropdown .dropdown-menu .dropdown-submenu {
  margin: 0;
  left: 100%;
}
.cid-s3YutRoPP8 .navbar .dropdown.open > .dropdown-menu {
  display: block;
}
.cid-s3YutRoPP8 ul.navbar-nav {
  -webkit-flex-wrap: wrap;
  flex-wrap: wrap;
}
.cid-s3YutRoPP8 .navbar-buttons {
  text-align: center;
  min-width: 170px;
}
.cid-s3YutRoPP8 button.navbar-toggler {
  outline: none;
  width: 31px;
  height: 20px;
  cursor: pointer;
  transition: all .2s;
  position: relative;
  -webkit-align-self: center;
  align-self: center;
}
.cid-s3YutRoPP8 button.navbar-toggler .hamburger span {
  position: absolute;
  right: 0;
  width: 30px;
  height: 2px;
  border-right: 5px;
  background-color: #000000;
}
.cid-s3YutRoPP8 button.navbar-toggler .hamburger span:nth-child(1) {
  top: 0;
  transition: all .2s;
}
.cid-s3YutRoPP8 button.navbar-toggler .hamburger span:nth-child(2) {
  top: 8px;
  transition: all .15s;
}
.cid-s3YutRoPP8 button.navbar-toggler .hamburger span:nth-child(3) {
  top: 8px;
  transition: all .15s;
}
.cid-s3YutRoPP8 button.navbar-toggler .hamburger span:nth-child(4) {
  top: 16px;
  transition: all .2s;
}
.cid-s3YutRoPP8 nav.opened .hamburger span:nth-child(1) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all .2s;
}
.cid-s3YutRoPP8 nav.opened .hamburger span:nth-child(2) {
  -webkit-transform: rotate(45deg);
  transform: rotate(45deg);
  transition: all .25s;
}
.cid-s3YutRoPP8 nav.opened .hamburger span:nth-child(3) {
  -webkit-transform: rotate(-45deg);
  transform: rotate(-45deg);
  transition: all .25s;
}
.cid-s3YutRoPP8 nav.opened .hamburger span:nth-child(4) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all .2s;
}
.cid-s3YutRoPP8 .navbar-dropdown {
  padding: .5rem 1rem;
  position: fixed;
}
.cid-s3YutRoPP8 a.nav-link {
  display: flex;
  -webkit-align-items: center;
  align-items: center;
  -webkit-justify-content: center;
  justify-content: center;
}
.cid-s3YutRoPP8 .icons-menu {
  -webkit-flex-wrap: wrap;
  flex-wrap: wrap;
  min-width: 160px;
  display: flex;
  -webkit-justify-content: center;
  justify-content: center;
  padding-left: 1rem;
  padding-right: 1rem;
  padding-top: 0.3rem;
  text-align: center;
}
.cid-s3YutRoPP8 .icons-menu span {
  font-size: 20px;
  color: #ffffff;
}
@media screen and (-ms-high-contrast: active), (-ms-high-contrast: none) {
  .cid-s3YutRoPP8 .navbar {
    height: 77px;
  }
  .cid-s3YutRoPP8 .navbar.opened {
    height: auto;
  }
  .cid-s3YutRoPP8 .nav-item .nav-link:hover::before {
    width: 175%;
    max-width: calc(100% + 2rem);
    left: -1rem;
  }
}
.cid-s4ow6iRkN9 {
  padding-top: 45px;
  padding-bottom: 0px;
  background-image: url("../../../assets/images/berkeley-communications-weddt-u3q3o-unsplash-2000x1333.jpg");
}
.cid-s4ow6iRkN9 .card-box {
  padding: 0rem;
}
.cid-s4ow6iRkN9 .mbr-section-btn {
  margin-top: 1.8rem;
}
.cid-s4ow6iRkN9 .big {
  align-items: center;
  justify-content: center;
  display: flex;
}
.cid-s4ow6iRkN9 .big h4 {
  margin: 0;
}
.cid-s4ow6iRkN9 .card {
  padding: 0;
  min-height: 300px;
}
.cid-s4ow6iRkN9 img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.cid-s4ow6iRkN9 .card-img {
  min-height: 400px;
  height: 100%;
}
.cid-s4ow6iRkN9 .card-wrapper {
  padding: 4rem 2rem;
  width: 100%;
}
@media (min-width: 1400px) {
  .cid-s4ow6iRkN9 .card-wrapper {
    padding: 4rem;
  }
}
.cid-s4ow6iRkN9 .cardbg1 {
  background: #eeaaff;
  height: 100%;
  display: flex;
  justify-content: center;
  flex-direction: column;
}
.cid-s4ow6iRkN9 .cardbg2 {
  background: #5f8dd3;
  height: 100%;
  display: flex;
  justify-content: center;
  flex-direction: column;
}
.cid-s4ow6iRkN9 .main-title {
  color: #ffffff;
}
.cid-s4ow6iRkN9 .card-text {
  color: #ffffff;
}
.cid-s4ow9dYysI {
  padding-top: 60px;
  padding-bottom: 60px;
  background-color: #ffffff;
}
.cid-s4ow9dYysI .link-wrap {
  width: 100%;
}
.cid-s4ow9dYysI .link {
  display: inline-block;
}
.cid-s4ow9dYysI .link a {
  position: relative;
  width: fit-content;
  display: inline-block;
  padding: 0 1rem;
  font-weight: 600;
}
.cid-s4ow9dYysI .link a:before {
  position: absolute;
  right: 0px;
  font-weight: 900;
  top: 55%;
  transform: translateY(-50%);
  content: "\e909";
  font-family: 'Moririse2' !important;
  color: currentColor;
  font-size: 0.6rem;
}
.cid-s4ow9dYysI .link a:hover {
  text-decoration: underline;
}
.cid-s4ow9dYysI .link,
.cid-s4ow9dYysI .link-wrap {
  color: #ffffff;
}
.cid-s4ow9dYysI .mbr-text,
.cid-s4ow9dYysI .mbr-section-btn {
  color: #333333;
}
.cid-s4ow9dYysI .mbr-text,
.cid-s4ow9dYysI .link-wrap {
  text-align: left;
}
.cid-s4owc614O0 {
  padding-top: 75px;
  padding-bottom: 75px;
  background-color: #d5e5ff;
}
.cid-s4owc614O0 .mbr-overlay {
  background-color: #ffffff;
  opacity: 0.4;
}
.cid-s4owc614O0 .form-control,
.cid-s4owc614O0 .field-input {
  padding: 2rem 1rem;
  min-height: auto;
  background-color: #ffffff;
  border-color: #cccccc;
  color: #000000;
  transition: 0.4s;
  box-shadow: none;
  outline: none;
}
.cid-s4owc614O0 .form-control::-webkit-input-placeholder,
.cid-s4owc614O0 .field-input::-webkit-input-placeholder,
.cid-s4owc614O0 .form-control::-webkit-input-placeholder,
.cid-s4owc614O0 .field-input::-webkit-input-placeholder {
  color: #c1c1c1;
}
.cid-s4owc614O0 .form-control:-moz-placeholder,
.cid-s4owc614O0 .field-input:-moz-placeholder,
.cid-s4owc614O0 .form-control:-moz-placeholder,
.cid-s4owc614O0 .field-input:-moz-placeholder {
  color: #c1c1c1;
}
.cid-s4owc614O0 .form-control:hover,
.cid-s4owc614O0 .field-input:hover,
.cid-s4owc614O0 .form-control:focus,
.cid-s4owc614O0 .field-input:focus {
  background-color: #ffffff;
  border-color: #cccccc;
  color: #000000;
  box-shadow: none;
  outline: none;
}
.cid-s4owc614O0 .form-control:hover::-webkit-input-placeholder,
.cid-s4owc614O0 .field-input:hover::-webkit-input-placeholder,
.cid-s4owc614O0 .form-control:focus::-webkit-input-placeholder,
.cid-s4owc614O0 .field-input:focus::-webkit-input-placeholder,
.cid-s4owc614O0 .form-control:hover::-webkit-input-placeholder,
.cid-s4owc614O0 .field-input:hover::-webkit-input-placeholder,
.cid-s4owc614O0 .form-control:focus::-webkit-input-placeholder,
.cid-s4owc614O0 .field-input:focus::-webkit-input-placeholder {
  color: #c1c1c1;
}
.cid-s4owc614O0 .form-control:hover:-moz-placeholder,
.cid-s4owc614O0 .field-input:hover:-moz-placeholder,
.cid-s4owc614O0 .form-control:focus:-moz-placeholder,
.cid-s4owc614O0 .field-input:focus:-moz-placeholder,
.cid-s4owc614O0 .form-control:hover:-moz-placeholder,
.cid-s4owc614O0 .field-input:hover:-moz-placeholder,
.cid-s4owc614O0 .form-control:focus:-moz-placeholder,
.cid-s4owc614O0 .field-input:focus:-moz-placeholder {
  color: #c1c1c1;
}
.cid-s4owc614O0 textarea {
  padding-top: 1rem!important;
}
.cid-s4owc614O0 .jq-number__spin:hover,
.cid-s4owc614O0 .jq-number__spin:focus {
  background-color: #ffffff;
  border-color: #cccccc;
  color: #ffffff;
  box-shadow: none;
  outline: none;
}
.cid-s4owc614O0 .jq-number__spin {
  background-color: #ffffff;
  border-color: #cccccc;
  color: #000000;
  transition: 0.4s;
  box-shadow: none;
  outline: none;
}
.cid-s4owc614O0 .jq-selectbox li,
.cid-s4owc614O0 .jq-selectbox li {
  background-color: #ffffff;
  color: #000000;
}
.cid-s4owc614O0 .jq-selectbox li:hover,
.cid-s4owc614O0 .jq-selectbox li.selected {
  background-color: #ffffff;
  color: #000000;
}
.cid-s4owc614O0 .jq-selectbox:hover .jq-selectbox__trigger-arrow,
.cid-s4owc614O0 .jq-number__spin.minus:hover:after,
.cid-s4owc614O0 .jq-number__spin.plus:hover:after {
  border-top-color: #ffffff;
  border-bottom-color: #ffffff;
}
.cid-s4owc614O0 .jq-selectbox .jq-selectbox__trigger-arrow,
.cid-s4owc614O0 .jq-number__spin.minus:after,
.cid-s4owc614O0 .jq-number__spin.plus:after {
  border-top-color: #ffffff;
  border-bottom-color: #ffffff;
}
.cid-s4owc614O0 input::-webkit-clear-button {
  display: none;
}
.cid-s4owc614O0 input::-webkit-inner-spin-button {
  display: none;
}
.cid-s4owc614O0 input::-webkit-outer-spin-button {
  display: none;
}
.cid-s4owc614O0 input::-webkit-calendar-picker-indicator {
  display: none;
}
.cid-s4owc614O0 H5 {
  text-align: center;
  color: #0077ff;
}
.cid-s4owecEbOd {
  padding-top: 30px;
  padding-bottom: 15px;
  background-color: #5f8dd3;
}
@media (max-width: 767px) {
  .cid-s4owecEbOd .content {
    text-align: center;
  }
  .cid-s4owecEbOd .content > div:not(:last-child) {
    margin-bottom: 2rem;
  }
}
@media (max-width: 767px) {
  .cid-s4owecEbOd .media-wrap {
    margin-bottom: 1rem;
  }
}
.cid-s4owecEbOd .media-wrap .mbr-iconfont-logo {
  font-size: 7.5rem;
  color: #f36;
}
.cid-s4owecEbOd .media-wrap img {
  height: 6rem;
}
@media (max-width: 767px) {
  .cid-s4owecEbOd .footer-lower .copyright {
    margin-bottom: 1rem;
    text-align: center;
  }
}
.cid-s4owecEbOd .footer-lower hr {
  margin: 1rem 0;
  border-color: #fff;
  opacity: .05;
}
.cid-s4owecEbOd .footer-lower .social-list {
  padding-left: 0;
  margin-bottom: 0;
  list-style: none;
  display: flex;
  -webkit-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-justify-content: flex-end;
  justify-content: flex-end;
}
.cid-s4owecEbOd .footer-lower .social-list .mbr-iconfont-social {
  font-size: 1.3rem;
  color: #fff;
}
.cid-s4owecEbOd .footer-lower .social-list .soc-item {
  margin: 0 .5rem;
}
.cid-s4owecEbOd .footer-lower .social-list a {
  margin: 0;
  opacity: .5;
  -webkit-transition: .2s linear;
  transition: .2s linear;
}
.cid-s4owecEbOd .footer-lower .social-list a:hover {
  opacity: 1;
}
@media (max-width: 767px) {
  .cid-s4owecEbOd .footer-lower .social-list {
    -webkit-justify-content: center;
    justify-content: center;
  }
}
.cid-s4oDIG8euA .dropdown-item:before {
  font-family: MobiriseIcons !important;
  content: '\e966';
  display: inline-block;
  width: 0;
  position: absolute;
  left: 1rem;
  top: 0.5rem;
  margin-right: 0.5rem;
  line-height: 1;
  font-size: inherit;
  vertical-align: middle;
  text-align: center;
  overflow: hidden;
  -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-s4oDIG8euA .dropdown-menu {
  padding: 0;
}
.cid-s4oDIG8euA .dropdown-item {
  border-bottom: 1px solid #e6e6e6;
}
.cid-s4oDIG8euA .dropdown-item:hover,
.cid-s4oDIG8euA .dropdown-item:focus {
  background: #0077ff !important;
  color: white!important;
}
.cid-s4oDIG8euA .nav-dropdown .link {
  padding: 0 0.3em !important;
  margin: .667em 1em !important;
}
.cid-s4oDIG8euA .nav-dropdown .link.dropdown-toggle::after {
  margin-left: 0.5rem;
  margin-top: 0.2rem;
}
.cid-s4oDIG8euA .nav-link {
  position: relative;
}
.cid-s4oDIG8euA .container {
  display: flex;
  margin: auto;
}
.cid-s4oDIG8euA .mbr-iconfont {
  color: #000000 !important;
  font-size: 1.5rem;
  padding-right: .5rem;
}
.cid-s4oDIG8euA .navbar-caption {
  padding-right: 4rem;
}
.cid-s4oDIG8euA .navbar-nav {
  justify-content: space-between;
  width: -webkit-fill-available;
}
.cid-s4oDIG8euA .dropdown-menu,
.cid-s4oDIG8euA .navbar.opened {
  background: #fafafa !important;
}
.cid-s4oDIG8euA .nav-item:focus,
.cid-s4oDIG8euA .nav-link:focus {
  outline: none;
}
.cid-s4oDIG8euA .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-s4oDIG8euA .dropdown .dropdown-menu .dropdown-item::after {
  right: 0.5rem;
}
.cid-s4oDIG8euA .dropdown .dropdown-menu .dropdown-item .mbr-iconfont {
  margin-left: -1.8rem;
  padding-right: 1rem;
  font-size: inherit;
}
.cid-s4oDIG8euA .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-s4oDIG8euA .collapsed .dropdown-menu .dropdown-item:before {
  display: none;
}
.cid-s4oDIG8euA .collapsed .dropdown .dropdown-menu .dropdown-item {
  padding: 0.235em 1.5em 0.235em 1.5em !important;
  transition: none;
  margin: 0 !important;
}
.cid-s4oDIG8euA .navbar {
  min-height: 77px;
  transition: all .3s;
  border-bottom: 1px solid #e6e6e6;
  background: #ffffff;
}
.cid-s4oDIG8euA .navbar.opened {
  transition: all .3s;
}
.cid-s4oDIG8euA .navbar .dropdown-item {
  padding: .5rem 1.8rem;
}
.cid-s4oDIG8euA .navbar .navbar-collapse {
  justify-content: space-between;
  z-index: 1;
}
.cid-s4oDIG8euA .navbar.collapsed .nav-item .nav-link::before {
  display: none;
}
.cid-s4oDIG8euA .navbar.collapsed.opened .dropdown-menu {
  top: 0;
}
@media (min-width: 992px) {
  .cid-s4oDIG8euA .navbar.collapsed.opened:not(.navbar-short) .navbar-collapse {
    max-height: calc(98.5vh - 3.8rem);
  }
}
.cid-s4oDIG8euA .navbar.collapsed .dropdown-menu .dropdown-submenu {
  left: 0 !important;
}
.cid-s4oDIG8euA .navbar.collapsed .dropdown-menu .dropdown-item:after {
  right: auto;
}
.cid-s4oDIG8euA .navbar.collapsed .dropdown-menu .dropdown-toggle[data-toggle="dropdown-submenu"]:after {
  margin-left: 0.5rem;
  margin-top: 0.2rem;
  border-top: 0.35em solid;
  border-right: 0.35em solid transparent;
  border-left: 0.35em solid transparent;
  border-bottom: 0;
  top: 55%;
}
.cid-s4oDIG8euA .navbar.collapsed ul.navbar-nav li {
  margin: auto;
}
.cid-s4oDIG8euA .navbar.collapsed .dropdown-menu .dropdown-item {
  padding: .25rem 1.5rem;
  text-align: center;
}
.cid-s4oDIG8euA .navbar.collapsed .icons-menu {
  padding-left: 0;
  padding-right: 0;
  padding-top: .5rem;
  padding-bottom: .5rem;
}
@media (max-width: 991px) {
  .cid-s4oDIG8euA .navbar .nav-item .nav-link::before {
    display: none;
  }
  .cid-s4oDIG8euA .navbar.opened .dropdown-menu {
    top: 0;
  }
  .cid-s4oDIG8euA .navbar .dropdown-menu .dropdown-submenu {
    left: 0 !important;
  }
  .cid-s4oDIG8euA .navbar .dropdown-menu .dropdown-item:after {
    right: auto;
  }
  .cid-s4oDIG8euA .navbar .dropdown-menu .dropdown-toggle[data-toggle="dropdown-submenu"]:after {
    margin-left: 0.5rem;
    margin-top: 0.2rem;
    border-top: 0.35em solid;
    border-right: 0.35em solid transparent;
    border-left: 0.35em solid transparent;
    border-bottom: 0;
    top: 55%;
  }
  .cid-s4oDIG8euA .navbar .navbar-logo img {
    height: 3.8rem !important;
  }
  .cid-s4oDIG8euA .navbar ul.navbar-nav li {
    margin: auto;
  }
  .cid-s4oDIG8euA .navbar .dropdown-menu .dropdown-item {
    padding: .25rem 1.5rem !important;
    text-align: center;
  }
  .cid-s4oDIG8euA .navbar .navbar-brand {
    -webkit-flex-shrink: initial;
    flex-shrink: initial;
    -webkit-flex-basis: auto;
    flex-basis: auto;
    word-break: break-word;
    padding-right: 2rem;
  }
  .cid-s4oDIG8euA .navbar .navbar-toggler {
    -webkit-flex-basis: auto;
    flex-basis: auto;
  }
  .cid-s4oDIG8euA .navbar .icons-menu {
    padding-left: 0;
    padding-top: .5rem;
    padding-bottom: .5rem;
  }
}
.cid-s4oDIG8euA .navbar.navbar-short {
  background: #ffffff !important;
  min-height: 60px;
}
.cid-s4oDIG8euA .navbar.navbar-short .navbar-logo img {
  height: 3rem !important;
}
.cid-s4oDIG8euA .navbar.navbar-short .navbar-brand {
  padding: 0;
}
.cid-s4oDIG8euA .navbar-brand {
  -webkit-flex-shrink: 0;
  flex-shrink: 0;
  -webkit-align-items: center;
  align-items: center;
  margin-right: 0;
  padding: 0;
  transition: all .3s;
  word-break: break-word;
  z-index: 1;
}
.cid-s4oDIG8euA .navbar-brand .navbar-caption {
  line-height: inherit !important;
}
.cid-s4oDIG8euA .navbar-brand .navbar-logo a {
  outline: none;
}
.cid-s4oDIG8euA .dropdown-item.active,
.cid-s4oDIG8euA .dropdown-item:active {
  background-color: transparent;
}
.cid-s4oDIG8euA .navbar-expand-lg .navbar-nav .nav-link {
  padding: 0;
}
.cid-s4oDIG8euA .nav-dropdown .link.dropdown-toggle {
  margin-right: 1.667em;
}
.cid-s4oDIG8euA .nav-dropdown .link.dropdown-toggle[aria-expanded="true"] {
  margin-right: 0;
  padding: 0.667em 1.667em;
}
.cid-s4oDIG8euA .navbar.navbar-expand-lg .dropdown .dropdown-menu {
  background: #ffffff;
}
.cid-s4oDIG8euA .navbar.navbar-expand-lg .dropdown .dropdown-menu .dropdown-submenu {
  margin: 0;
  left: 100%;
}
.cid-s4oDIG8euA .navbar .dropdown.open > .dropdown-menu {
  display: block;
}
.cid-s4oDIG8euA ul.navbar-nav {
  -webkit-flex-wrap: wrap;
  flex-wrap: wrap;
}
.cid-s4oDIG8euA .navbar-buttons {
  text-align: center;
  min-width: 170px;
}
.cid-s4oDIG8euA button.navbar-toggler {
  outline: none;
  width: 31px;
  height: 20px;
  cursor: pointer;
  transition: all .2s;
  position: relative;
  -webkit-align-self: center;
  align-self: center;
}
.cid-s4oDIG8euA button.navbar-toggler .hamburger span {
  position: absolute;
  right: 0;
  width: 30px;
  height: 2px;
  border-right: 5px;
  background-color: #000000;
}
.cid-s4oDIG8euA button.navbar-toggler .hamburger span:nth-child(1) {
  top: 0;
  transition: all .2s;
}
.cid-s4oDIG8euA button.navbar-toggler .hamburger span:nth-child(2) {
  top: 8px;
  transition: all .15s;
}
.cid-s4oDIG8euA button.navbar-toggler .hamburger span:nth-child(3) {
  top: 8px;
  transition: all .15s;
}
.cid-s4oDIG8euA button.navbar-toggler .hamburger span:nth-child(4) {
  top: 16px;
  transition: all .2s;
}
.cid-s4oDIG8euA nav.opened .hamburger span:nth-child(1) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all .2s;
}
.cid-s4oDIG8euA nav.opened .hamburger span:nth-child(2) {
  -webkit-transform: rotate(45deg);
  transform: rotate(45deg);
  transition: all .25s;
}
.cid-s4oDIG8euA nav.opened .hamburger span:nth-child(3) {
  -webkit-transform: rotate(-45deg);
  transform: rotate(-45deg);
  transition: all .25s;
}
.cid-s4oDIG8euA nav.opened .hamburger span:nth-child(4) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all .2s;
}
.cid-s4oDIG8euA .navbar-dropdown {
  padding: .5rem 1rem;
  position: fixed;
}
.cid-s4oDIG8euA a.nav-link {
  display: flex;
  -webkit-align-items: center;
  align-items: center;
  -webkit-justify-content: center;
  justify-content: center;
}
.cid-s4oDIG8euA .icons-menu {
  -webkit-flex-wrap: wrap;
  flex-wrap: wrap;
  min-width: 160px;
  display: flex;
  -webkit-justify-content: center;
  justify-content: center;
  padding-left: 1rem;
  padding-right: 1rem;
  padding-top: 0.3rem;
  text-align: center;
}
.cid-s4oDIG8euA .icons-menu span {
  font-size: 20px;
  color: #ffffff;
}
@media screen and (-ms-high-contrast: active), (-ms-high-contrast: none) {
  .cid-s4oDIG8euA .navbar {
    height: 77px;
  }
  .cid-s4oDIG8euA .navbar.opened {
    height: auto;
  }
  .cid-s4oDIG8euA .nav-item .nav-link:hover::before {
    width: 175%;
    max-width: calc(100% + 2rem);
    left: -1rem;
  }
}
.cid-s4oDIHxPzS {
  padding-top: 60px;
  padding-bottom: 0px;
  background-image: url("../../../assets/images/mbr-1920x1280.jpg");
}
.cid-s4oDIHxPzS .card-box {
  padding: 0rem;
}
.cid-s4oDIHxPzS .mbr-section-btn {
  margin-top: 1.8rem;
}
.cid-s4oDIHxPzS .big {
  align-items: center;
  justify-content: center;
  display: flex;
}
.cid-s4oDIHxPzS .big h4 {
  margin: 0;
}
.cid-s4oDIHxPzS .card {
  padding: 0;
  min-height: 300px;
}
.cid-s4oDIHxPzS img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.cid-s4oDIHxPzS .card-img {
  min-height: 400px;
  height: 100%;
}
.cid-s4oDIHxPzS .card-wrapper {
  padding: 4rem 2rem;
  width: 100%;
}
@media (min-width: 1400px) {
  .cid-s4oDIHxPzS .card-wrapper {
    padding: 4rem;
  }
}
.cid-s4oDIHxPzS .cardbg1 {
  background: #ffbd86;
  height: 100%;
  display: flex;
  justify-content: center;
  flex-direction: column;
}
.cid-s4oDIHxPzS .cardbg2 {
  background: #5f8dd3;
  height: 100%;
  display: flex;
  justify-content: center;
  flex-direction: column;
}
.cid-s4oDIHxPzS .main-title {
  color: #0077ff;
}
.cid-s4oDIHxPzS .card-text {
  color: #ffffff;
}
.cid-s4oDIIlpE0 {
  padding-top: 60px;
  padding-bottom: 60px;
  background-color: #ffffff;
}
.cid-s4oDIIlpE0 .link-wrap {
  width: 100%;
}
.cid-s4oDIIlpE0 .link {
  display: inline-block;
}
.cid-s4oDIIlpE0 .link a {
  position: relative;
  width: fit-content;
  display: inline-block;
  padding-right: 1rem;
  font-weight: 600;
}
.cid-s4oDIIlpE0 .link a:before {
  position: absolute;
  right: 0px;
  font-weight: 900;
  top: 55%;
  transform: translateY(-50%);
  content: "\e909";
  font-family: 'Moririse2' !important;
  color: currentColor;
  font-size: 0.6rem;
}
.cid-s4oDIIlpE0 .link a:hover {
  text-decoration: underline;
}
.cid-s4oDIIlpE0 .link,
.cid-s4oDIIlpE0 .link-wrap {
  color: #ffffff;
}
.cid-s4oDIIlpE0 .mbr-text,
.cid-s4oDIIlpE0 .mbr-section-btn {
  color: #333333;
}
.cid-s4oDIJaGqR {
  padding-top: 75px;
  padding-bottom: 75px;
  background-color: #d5e5ff;
}
.cid-s4oDIJaGqR .mbr-overlay {
  background-color: #ffffff;
  opacity: 0.4;
}
.cid-s4oDIJaGqR .form-control,
.cid-s4oDIJaGqR .field-input {
  padding: 2rem 1rem;
  min-height: auto;
  background-color: #ffffff;
  border-color: #cccccc;
  color: #000000;
  transition: 0.4s;
  box-shadow: none;
  outline: none;
}
.cid-s4oDIJaGqR .form-control::-webkit-input-placeholder,
.cid-s4oDIJaGqR .field-input::-webkit-input-placeholder,
.cid-s4oDIJaGqR .form-control::-webkit-input-placeholder,
.cid-s4oDIJaGqR .field-input::-webkit-input-placeholder {
  color: #c1c1c1;
}
.cid-s4oDIJaGqR .form-control:-moz-placeholder,
.cid-s4oDIJaGqR .field-input:-moz-placeholder,
.cid-s4oDIJaGqR .form-control:-moz-placeholder,
.cid-s4oDIJaGqR .field-input:-moz-placeholder {
  color: #c1c1c1;
}
.cid-s4oDIJaGqR .form-control:hover,
.cid-s4oDIJaGqR .field-input:hover,
.cid-s4oDIJaGqR .form-control:focus,
.cid-s4oDIJaGqR .field-input:focus {
  background-color: #ffffff;
  border-color: #cccccc;
  color: #000000;
  box-shadow: none;
  outline: none;
}
.cid-s4oDIJaGqR .form-control:hover::-webkit-input-placeholder,
.cid-s4oDIJaGqR .field-input:hover::-webkit-input-placeholder,
.cid-s4oDIJaGqR .form-control:focus::-webkit-input-placeholder,
.cid-s4oDIJaGqR .field-input:focus::-webkit-input-placeholder,
.cid-s4oDIJaGqR .form-control:hover::-webkit-input-placeholder,
.cid-s4oDIJaGqR .field-input:hover::-webkit-input-placeholder,
.cid-s4oDIJaGqR .form-control:focus::-webkit-input-placeholder,
.cid-s4oDIJaGqR .field-input:focus::-webkit-input-placeholder {
  color: #c1c1c1;
}
.cid-s4oDIJaGqR .form-control:hover:-moz-placeholder,
.cid-s4oDIJaGqR .field-input:hover:-moz-placeholder,
.cid-s4oDIJaGqR .form-control:focus:-moz-placeholder,
.cid-s4oDIJaGqR .field-input:focus:-moz-placeholder,
.cid-s4oDIJaGqR .form-control:hover:-moz-placeholder,
.cid-s4oDIJaGqR .field-input:hover:-moz-placeholder,
.cid-s4oDIJaGqR .form-control:focus:-moz-placeholder,
.cid-s4oDIJaGqR .field-input:focus:-moz-placeholder {
  color: #c1c1c1;
}
.cid-s4oDIJaGqR textarea {
  padding-top: 1rem!important;
}
.cid-s4oDIJaGqR .jq-number__spin:hover,
.cid-s4oDIJaGqR .jq-number__spin:focus {
  background-color: #ffffff;
  border-color: #cccccc;
  color: #ffffff;
  box-shadow: none;
  outline: none;
}
.cid-s4oDIJaGqR .jq-number__spin {
  background-color: #ffffff;
  border-color: #cccccc;
  color: #000000;
  transition: 0.4s;
  box-shadow: none;
  outline: none;
}
.cid-s4oDIJaGqR .jq-selectbox li,
.cid-s4oDIJaGqR .jq-selectbox li {
  background-color: #ffffff;
  color: #000000;
}
.cid-s4oDIJaGqR .jq-selectbox li:hover,
.cid-s4oDIJaGqR .jq-selectbox li.selected {
  background-color: #ffffff;
  color: #000000;
}
.cid-s4oDIJaGqR .jq-selectbox:hover .jq-selectbox__trigger-arrow,
.cid-s4oDIJaGqR .jq-number__spin.minus:hover:after,
.cid-s4oDIJaGqR .jq-number__spin.plus:hover:after {
  border-top-color: #ffffff;
  border-bottom-color: #ffffff;
}
.cid-s4oDIJaGqR .jq-selectbox .jq-selectbox__trigger-arrow,
.cid-s4oDIJaGqR .jq-number__spin.minus:after,
.cid-s4oDIJaGqR .jq-number__spin.plus:after {
  border-top-color: #ffffff;
  border-bottom-color: #ffffff;
}
.cid-s4oDIJaGqR input::-webkit-clear-button {
  display: none;
}
.cid-s4oDIJaGqR input::-webkit-inner-spin-button {
  display: none;
}
.cid-s4oDIJaGqR input::-webkit-outer-spin-button {
  display: none;
}
.cid-s4oDIJaGqR input::-webkit-calendar-picker-indicator {
  display: none;
}
.cid-s4oDIJaGqR H5 {
  text-align: center;
  color: #0077ff;
}
.cid-s4oDIJO5fp {
  padding-top: 30px;
  padding-bottom: 15px;
  background-color: #0095ff;
}
@media (max-width: 767px) {
  .cid-s4oDIJO5fp .content {
    text-align: center;
  }
  .cid-s4oDIJO5fp .content > div:not(:last-child) {
    margin-bottom: 2rem;
  }
}
@media (max-width: 767px) {
  .cid-s4oDIJO5fp .media-wrap {
    margin-bottom: 1rem;
  }
}
.cid-s4oDIJO5fp .media-wrap .mbr-iconfont-logo {
  font-size: 7.5rem;
  color: #f36;
}
.cid-s4oDIJO5fp .media-wrap img {
  height: 6rem;
}
@media (max-width: 767px) {
  .cid-s4oDIJO5fp .footer-lower .copyright {
    margin-bottom: 1rem;
    text-align: center;
  }
}
.cid-s4oDIJO5fp .footer-lower hr {
  margin: 1rem 0;
  border-color: #fff;
  opacity: .05;
}
.cid-s4oDIJO5fp .footer-lower .social-list {
  padding-left: 0;
  margin-bottom: 0;
  list-style: none;
  display: flex;
  -webkit-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-justify-content: flex-end;
  justify-content: flex-end;
}
.cid-s4oDIJO5fp .footer-lower .social-list .mbr-iconfont-social {
  font-size: 1.3rem;
  color: #fff;
}
.cid-s4oDIJO5fp .footer-lower .social-list .soc-item {
  margin: 0 .5rem;
}
.cid-s4oDIJO5fp .footer-lower .social-list a {
  margin: 0;
  opacity: .5;
  -webkit-transition: .2s linear;
  transition: .2s linear;
}
.cid-s4oDIJO5fp .footer-lower .social-list a:hover {
  opacity: 1;
}
@media (max-width: 767px) {
  .cid-s4oDIJO5fp .footer-lower .social-list {
    -webkit-justify-content: center;
    justify-content: center;
  }
}
.cid-s4p04TmrLz .dropdown-item:before {
  font-family: MobiriseIcons !important;
  content: '\e966';
  display: inline-block;
  width: 0;
  position: absolute;
  left: 1rem;
  top: 0.5rem;
  margin-right: 0.5rem;
  line-height: 1;
  font-size: inherit;
  vertical-align: middle;
  text-align: center;
  overflow: hidden;
  -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-s4p04TmrLz .dropdown-menu {
  padding: 0;
}
.cid-s4p04TmrLz .dropdown-item {
  border-bottom: 1px solid #e6e6e6;
}
.cid-s4p04TmrLz .dropdown-item:hover,
.cid-s4p04TmrLz .dropdown-item:focus {
  background: #0077ff !important;
  color: white!important;
}
.cid-s4p04TmrLz .nav-dropdown .link {
  padding: 0 0.3em !important;
  margin: .667em 1em !important;
}
.cid-s4p04TmrLz .nav-dropdown .link.dropdown-toggle::after {
  margin-left: 0.5rem;
  margin-top: 0.2rem;
}
.cid-s4p04TmrLz .nav-link {
  position: relative;
}
.cid-s4p04TmrLz .container {
  display: flex;
  margin: auto;
}
.cid-s4p04TmrLz .mbr-iconfont {
  color: #000000 !important;
  font-size: 1.5rem;
  padding-right: .5rem;
}
.cid-s4p04TmrLz .navbar-caption {
  padding-right: 4rem;
}
.cid-s4p04TmrLz .navbar-nav {
  justify-content: space-between;
  width: -webkit-fill-available;
}
.cid-s4p04TmrLz .dropdown-menu,
.cid-s4p04TmrLz .navbar.opened {
  background: #fafafa !important;
}
.cid-s4p04TmrLz .nav-item:focus,
.cid-s4p04TmrLz .nav-link:focus {
  outline: none;
}
.cid-s4p04TmrLz .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-s4p04TmrLz .dropdown .dropdown-menu .dropdown-item::after {
  right: 0.5rem;
}
.cid-s4p04TmrLz .dropdown .dropdown-menu .dropdown-item .mbr-iconfont {
  margin-left: -1.8rem;
  padding-right: 1rem;
  font-size: inherit;
}
.cid-s4p04TmrLz .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-s4p04TmrLz .collapsed .dropdown-menu .dropdown-item:before {
  display: none;
}
.cid-s4p04TmrLz .collapsed .dropdown .dropdown-menu .dropdown-item {
  padding: 0.235em 1.5em 0.235em 1.5em !important;
  transition: none;
  margin: 0 !important;
}
.cid-s4p04TmrLz .navbar {
  min-height: 77px;
  transition: all .3s;
  border-bottom: 1px solid #e6e6e6;
  background: #ffffff;
}
.cid-s4p04TmrLz .navbar.opened {
  transition: all .3s;
}
.cid-s4p04TmrLz .navbar .dropdown-item {
  padding: .5rem 1.8rem;
}
.cid-s4p04TmrLz .navbar .navbar-collapse {
  justify-content: space-between;
  z-index: 1;
}
.cid-s4p04TmrLz .navbar.collapsed .nav-item .nav-link::before {
  display: none;
}
.cid-s4p04TmrLz .navbar.collapsed.opened .dropdown-menu {
  top: 0;
}
@media (min-width: 992px) {
  .cid-s4p04TmrLz .navbar.collapsed.opened:not(.navbar-short) .navbar-collapse {
    max-height: calc(98.5vh - 3.8rem);
  }
}
.cid-s4p04TmrLz .navbar.collapsed .dropdown-menu .dropdown-submenu {
  left: 0 !important;
}
.cid-s4p04TmrLz .navbar.collapsed .dropdown-menu .dropdown-item:after {
  right: auto;
}
.cid-s4p04TmrLz .navbar.collapsed .dropdown-menu .dropdown-toggle[data-toggle="dropdown-submenu"]:after {
  margin-left: 0.5rem;
  margin-top: 0.2rem;
  border-top: 0.35em solid;
  border-right: 0.35em solid transparent;
  border-left: 0.35em solid transparent;
  border-bottom: 0;
  top: 55%;
}
.cid-s4p04TmrLz .navbar.collapsed ul.navbar-nav li {
  margin: auto;
}
.cid-s4p04TmrLz .navbar.collapsed .dropdown-menu .dropdown-item {
  padding: .25rem 1.5rem;
  text-align: center;
}
.cid-s4p04TmrLz .navbar.collapsed .icons-menu {
  padding-left: 0;
  padding-right: 0;
  padding-top: .5rem;
  padding-bottom: .5rem;
}
@media (max-width: 991px) {
  .cid-s4p04TmrLz .navbar .nav-item .nav-link::before {
    display: none;
  }
  .cid-s4p04TmrLz .navbar.opened .dropdown-menu {
    top: 0;
  }
  .cid-s4p04TmrLz .navbar .dropdown-menu .dropdown-submenu {
    left: 0 !important;
  }
  .cid-s4p04TmrLz .navbar .dropdown-menu .dropdown-item:after {
    right: auto;
  }
  .cid-s4p04TmrLz .navbar .dropdown-menu .dropdown-toggle[data-toggle="dropdown-submenu"]:after {
    margin-left: 0.5rem;
    margin-top: 0.2rem;
    border-top: 0.35em solid;
    border-right: 0.35em solid transparent;
    border-left: 0.35em solid transparent;
    border-bottom: 0;
    top: 55%;
  }
  .cid-s4p04TmrLz .navbar .navbar-logo img {
    height: 3.8rem !important;
  }
  .cid-s4p04TmrLz .navbar ul.navbar-nav li {
    margin: auto;
  }
  .cid-s4p04TmrLz .navbar .dropdown-menu .dropdown-item {
    padding: .25rem 1.5rem !important;
    text-align: center;
  }
  .cid-s4p04TmrLz .navbar .navbar-brand {
    -webkit-flex-shrink: initial;
    flex-shrink: initial;
    -webkit-flex-basis: auto;
    flex-basis: auto;
    word-break: break-word;
    padding-right: 2rem;
  }
  .cid-s4p04TmrLz .navbar .navbar-toggler {
    -webkit-flex-basis: auto;
    flex-basis: auto;
  }
  .cid-s4p04TmrLz .navbar .icons-menu {
    padding-left: 0;
    padding-top: .5rem;
    padding-bottom: .5rem;
  }
}
.cid-s4p04TmrLz .navbar.navbar-short {
  background: #ffffff !important;
  min-height: 60px;
}
.cid-s4p04TmrLz .navbar.navbar-short .navbar-logo img {
  height: 3rem !important;
}
.cid-s4p04TmrLz .navbar.navbar-short .navbar-brand {
  padding: 0;
}
.cid-s4p04TmrLz .navbar-brand {
  -webkit-flex-shrink: 0;
  flex-shrink: 0;
  -webkit-align-items: center;
  align-items: center;
  margin-right: 0;
  padding: 0;
  transition: all .3s;
  word-break: break-word;
  z-index: 1;
}
.cid-s4p04TmrLz .navbar-brand .navbar-caption {
  line-height: inherit !important;
}
.cid-s4p04TmrLz .navbar-brand .navbar-logo a {
  outline: none;
}
.cid-s4p04TmrLz .dropdown-item.active,
.cid-s4p04TmrLz .dropdown-item:active {
  background-color: transparent;
}
.cid-s4p04TmrLz .navbar-expand-lg .navbar-nav .nav-link {
  padding: 0;
}
.cid-s4p04TmrLz .nav-dropdown .link.dropdown-toggle {
  margin-right: 1.667em;
}
.cid-s4p04TmrLz .nav-dropdown .link.dropdown-toggle[aria-expanded="true"] {
  margin-right: 0;
  padding: 0.667em 1.667em;
}
.cid-s4p04TmrLz .navbar.navbar-expand-lg .dropdown .dropdown-menu {
  background: #ffffff;
}
.cid-s4p04TmrLz .navbar.navbar-expand-lg .dropdown .dropdown-menu .dropdown-submenu {
  margin: 0;
  left: 100%;
}
.cid-s4p04TmrLz .navbar .dropdown.open > .dropdown-menu {
  display: block;
}
.cid-s4p04TmrLz ul.navbar-nav {
  -webkit-flex-wrap: wrap;
  flex-wrap: wrap;
}
.cid-s4p04TmrLz .navbar-buttons {
  text-align: center;
  min-width: 170px;
}
.cid-s4p04TmrLz button.navbar-toggler {
  outline: none;
  width: 31px;
  height: 20px;
  cursor: pointer;
  transition: all .2s;
  position: relative;
  -webkit-align-self: center;
  align-self: center;
}
.cid-s4p04TmrLz button.navbar-toggler .hamburger span {
  position: absolute;
  right: 0;
  width: 30px;
  height: 2px;
  border-right: 5px;
  background-color: #000000;
}
.cid-s4p04TmrLz button.navbar-toggler .hamburger span:nth-child(1) {
  top: 0;
  transition: all .2s;
}
.cid-s4p04TmrLz button.navbar-toggler .hamburger span:nth-child(2) {
  top: 8px;
  transition: all .15s;
}
.cid-s4p04TmrLz button.navbar-toggler .hamburger span:nth-child(3) {
  top: 8px;
  transition: all .15s;
}
.cid-s4p04TmrLz button.navbar-toggler .hamburger span:nth-child(4) {
  top: 16px;
  transition: all .2s;
}
.cid-s4p04TmrLz nav.opened .hamburger span:nth-child(1) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all .2s;
}
.cid-s4p04TmrLz nav.opened .hamburger span:nth-child(2) {
  -webkit-transform: rotate(45deg);
  transform: rotate(45deg);
  transition: all .25s;
}
.cid-s4p04TmrLz nav.opened .hamburger span:nth-child(3) {
  -webkit-transform: rotate(-45deg);
  transform: rotate(-45deg);
  transition: all .25s;
}
.cid-s4p04TmrLz nav.opened .hamburger span:nth-child(4) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all .2s;
}
.cid-s4p04TmrLz .navbar-dropdown {
  padding: .5rem 1rem;
  position: fixed;
}
.cid-s4p04TmrLz a.nav-link {
  display: flex;
  -webkit-align-items: center;
  align-items: center;
  -webkit-justify-content: center;
  justify-content: center;
}
.cid-s4p04TmrLz .icons-menu {
  -webkit-flex-wrap: wrap;
  flex-wrap: wrap;
  min-width: 160px;
  display: flex;
  -webkit-justify-content: center;
  justify-content: center;
  padding-left: 1rem;
  padding-right: 1rem;
  padding-top: 0.3rem;
  text-align: center;
}
.cid-s4p04TmrLz .icons-menu span {
  font-size: 20px;
  color: #ffffff;
}
@media screen and (-ms-high-contrast: active), (-ms-high-contrast: none) {
  .cid-s4p04TmrLz .navbar {
    height: 77px;
  }
  .cid-s4p04TmrLz .navbar.opened {
    height: auto;
  }
  .cid-s4p04TmrLz .nav-item .nav-link:hover::before {
    width: 175%;
    max-width: calc(100% + 2rem);
    left: -1rem;
  }
}
.cid-s4p04UzXbq {
  padding-top: 0px;
  padding-bottom: 0px;
  background-image: url("../../../assets/images/you-x-ventures-6awftplgace-unsplash-2000x1333.jpg");
}
.cid-s4p04UzXbq .card-box {
  padding: 0rem;
}
.cid-s4p04UzXbq .mbr-section-btn {
  margin-top: 1.8rem;
}
.cid-s4p04UzXbq .big {
  align-items: center;
  justify-content: center;
  display: flex;
}
.cid-s4p04UzXbq .big h4 {
  margin: 0;
}
.cid-s4p04UzXbq .card {
  padding: 0;
  min-height: 300px;
}
.cid-s4p04UzXbq img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.cid-s4p04UzXbq .card-img {
  min-height: 400px;
  height: 100%;
}
.cid-s4p04UzXbq .card-wrapper {
  padding: 4rem 2rem;
  width: 100%;
}
@media (min-width: 1400px) {
  .cid-s4p04UzXbq .card-wrapper {
    padding: 4rem;
  }
}
.cid-s4p04UzXbq .cardbg1 {
  background: #7677e4;
  height: 100%;
  display: flex;
  justify-content: center;
  flex-direction: column;
}
.cid-s4p04UzXbq .cardbg2 {
  background: #a5c1ec;
  height: 100%;
  display: flex;
  justify-content: center;
  flex-direction: column;
}
.cid-s4p04UzXbq .main-title {
  color: #ffffff;
}
.cid-s4p04Vh8cZ {
  padding-top: 60px;
  padding-bottom: 60px;
  background-color: #ffffff;
}
.cid-s4p04Vh8cZ .link-wrap {
  width: 100%;
}
.cid-s4p04Vh8cZ .link {
  display: inline-block;
}
.cid-s4p04Vh8cZ .link a {
  position: relative;
  width: fit-content;
  display: inline-block;
  padding: 0 1rem;
  font-weight: 600;
}
.cid-s4p04Vh8cZ .link a:before {
  position: absolute;
  right: 0px;
  font-weight: 900;
  top: 55%;
  transform: translateY(-50%);
  content: "\e909";
  font-family: 'Moririse2' !important;
  color: currentColor;
  font-size: 0.6rem;
}
.cid-s4p04Vh8cZ .link a:hover {
  text-decoration: underline;
}
.cid-s4p04Vh8cZ .link,
.cid-s4p04Vh8cZ .link-wrap {
  color: #ffffff;
}
.cid-s4p04Vh8cZ .mbr-text,
.cid-s4p04Vh8cZ .mbr-section-btn {
  color: #333333;
}
.cid-s4p04W5aPH {
  padding-top: 75px;
  padding-bottom: 75px;
  background-color: #d5e5ff;
}
.cid-s4p04W5aPH .mbr-overlay {
  background-color: #ffffff;
  opacity: 0.4;
}
.cid-s4p04W5aPH .form-control,
.cid-s4p04W5aPH .field-input {
  padding: 2rem 1rem;
  min-height: auto;
  background-color: #ffffff;
  border-color: #cccccc;
  color: #000000;
  transition: 0.4s;
  box-shadow: none;
  outline: none;
}
.cid-s4p04W5aPH .form-control::-webkit-input-placeholder,
.cid-s4p04W5aPH .field-input::-webkit-input-placeholder,
.cid-s4p04W5aPH .form-control::-webkit-input-placeholder,
.cid-s4p04W5aPH .field-input::-webkit-input-placeholder {
  color: #c1c1c1;
}
.cid-s4p04W5aPH .form-control:-moz-placeholder,
.cid-s4p04W5aPH .field-input:-moz-placeholder,
.cid-s4p04W5aPH .form-control:-moz-placeholder,
.cid-s4p04W5aPH .field-input:-moz-placeholder {
  color: #c1c1c1;
}
.cid-s4p04W5aPH .form-control:hover,
.cid-s4p04W5aPH .field-input:hover,
.cid-s4p04W5aPH .form-control:focus,
.cid-s4p04W5aPH .field-input:focus {
  background-color: #ffffff;
  border-color: #cccccc;
  color: #000000;
  box-shadow: none;
  outline: none;
}
.cid-s4p04W5aPH .form-control:hover::-webkit-input-placeholder,
.cid-s4p04W5aPH .field-input:hover::-webkit-input-placeholder,
.cid-s4p04W5aPH .form-control:focus::-webkit-input-placeholder,
.cid-s4p04W5aPH .field-input:focus::-webkit-input-placeholder,
.cid-s4p04W5aPH .form-control:hover::-webkit-input-placeholder,
.cid-s4p04W5aPH .field-input:hover::-webkit-input-placeholder,
.cid-s4p04W5aPH .form-control:focus::-webkit-input-placeholder,
.cid-s4p04W5aPH .field-input:focus::-webkit-input-placeholder {
  color: #c1c1c1;
}
.cid-s4p04W5aPH .form-control:hover:-moz-placeholder,
.cid-s4p04W5aPH .field-input:hover:-moz-placeholder,
.cid-s4p04W5aPH .form-control:focus:-moz-placeholder,
.cid-s4p04W5aPH .field-input:focus:-moz-placeholder,
.cid-s4p04W5aPH .form-control:hover:-moz-placeholder,
.cid-s4p04W5aPH .field-input:hover:-moz-placeholder,
.cid-s4p04W5aPH .form-control:focus:-moz-placeholder,
.cid-s4p04W5aPH .field-input:focus:-moz-placeholder {
  color: #c1c1c1;
}
.cid-s4p04W5aPH textarea {
  padding-top: 1rem!important;
}
.cid-s4p04W5aPH .jq-number__spin:hover,
.cid-s4p04W5aPH .jq-number__spin:focus {
  background-color: #ffffff;
  border-color: #cccccc;
  color: #ffffff;
  box-shadow: none;
  outline: none;
}
.cid-s4p04W5aPH .jq-number__spin {
  background-color: #ffffff;
  border-color: #cccccc;
  color: #000000;
  transition: 0.4s;
  box-shadow: none;
  outline: none;
}
.cid-s4p04W5aPH .jq-selectbox li,
.cid-s4p04W5aPH .jq-selectbox li {
  background-color: #ffffff;
  color: #000000;
}
.cid-s4p04W5aPH .jq-selectbox li:hover,
.cid-s4p04W5aPH .jq-selectbox li.selected {
  background-color: #ffffff;
  color: #000000;
}
.cid-s4p04W5aPH .jq-selectbox:hover .jq-selectbox__trigger-arrow,
.cid-s4p04W5aPH .jq-number__spin.minus:hover:after,
.cid-s4p04W5aPH .jq-number__spin.plus:hover:after {
  border-top-color: #ffffff;
  border-bottom-color: #ffffff;
}
.cid-s4p04W5aPH .jq-selectbox .jq-selectbox__trigger-arrow,
.cid-s4p04W5aPH .jq-number__spin.minus:after,
.cid-s4p04W5aPH .jq-number__spin.plus:after {
  border-top-color: #ffffff;
  border-bottom-color: #ffffff;
}
.cid-s4p04W5aPH input::-webkit-clear-button {
  display: none;
}
.cid-s4p04W5aPH input::-webkit-inner-spin-button {
  display: none;
}
.cid-s4p04W5aPH input::-webkit-outer-spin-button {
  display: none;
}
.cid-s4p04W5aPH input::-webkit-calendar-picker-indicator {
  display: none;
}
.cid-s4p04W5aPH H5 {
  text-align: center;
  color: #0077ff;
}
.cid-s4p04WJkrP {
  padding-top: 30px;
  padding-bottom: 15px;
  background-color: #5f8dd3;
}
@media (max-width: 767px) {
  .cid-s4p04WJkrP .content {
    text-align: center;
  }
  .cid-s4p04WJkrP .content > div:not(:last-child) {
    margin-bottom: 2rem;
  }
}
@media (max-width: 767px) {
  .cid-s4p04WJkrP .media-wrap {
    margin-bottom: 1rem;
  }
}
.cid-s4p04WJkrP .media-wrap .mbr-iconfont-logo {
  font-size: 7.5rem;
  color: #f36;
}
.cid-s4p04WJkrP .media-wrap img {
  height: 6rem;
}
@media (max-width: 767px) {
  .cid-s4p04WJkrP .footer-lower .copyright {
    margin-bottom: 1rem;
    text-align: center;
  }
}
.cid-s4p04WJkrP .footer-lower hr {
  margin: 1rem 0;
  border-color: #fff;
  opacity: .05;
}
.cid-s4p04WJkrP .footer-lower .social-list {
  padding-left: 0;
  margin-bottom: 0;
  list-style: none;
  display: flex;
  -webkit-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-justify-content: flex-end;
  justify-content: flex-end;
}
.cid-s4p04WJkrP .footer-lower .social-list .mbr-iconfont-social {
  font-size: 1.3rem;
  color: #fff;
}
.cid-s4p04WJkrP .footer-lower .social-list .soc-item {
  margin: 0 .5rem;
}
.cid-s4p04WJkrP .footer-lower .social-list a {
  margin: 0;
  opacity: .5;
  -webkit-transition: .2s linear;
  transition: .2s linear;
}
.cid-s4p04WJkrP .footer-lower .social-list a:hover {
  opacity: 1;
}
@media (max-width: 767px) {
  .cid-s4p04WJkrP .footer-lower .social-list {
    -webkit-justify-content: center;
    justify-content: center;
  }
}
.cid-s4pffEhhq3 .dropdown-item:before {
  font-family: MobiriseIcons !important;
  content: '\e966';
  display: inline-block;
  width: 0;
  position: absolute;
  left: 1rem;
  top: 0.5rem;
  margin-right: 0.5rem;
  line-height: 1;
  font-size: inherit;
  vertical-align: middle;
  text-align: center;
  overflow: hidden;
  -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-s4pffEhhq3 .dropdown-menu {
  padding: 0;
}
.cid-s4pffEhhq3 .dropdown-item {
  border-bottom: 1px solid #e6e6e6;
}
.cid-s4pffEhhq3 .dropdown-item:hover,
.cid-s4pffEhhq3 .dropdown-item:focus {
  background: #0077ff !important;
  color: white!important;
}
.cid-s4pffEhhq3 .nav-dropdown .link {
  padding: 0 0.3em !important;
  margin: .667em 1em !important;
}
.cid-s4pffEhhq3 .nav-dropdown .link.dropdown-toggle::after {
  margin-left: 0.5rem;
  margin-top: 0.2rem;
}
.cid-s4pffEhhq3 .nav-link {
  position: relative;
}
.cid-s4pffEhhq3 .container {
  display: flex;
  margin: auto;
}
.cid-s4pffEhhq3 .mbr-iconfont {
  color: #000000 !important;
  font-size: 1.5rem;
  padding-right: .5rem;
}
.cid-s4pffEhhq3 .navbar-caption {
  padding-right: 4rem;
}
.cid-s4pffEhhq3 .navbar-nav {
  justify-content: space-between;
  width: -webkit-fill-available;
}
.cid-s4pffEhhq3 .dropdown-menu,
.cid-s4pffEhhq3 .navbar.opened {
  background: #fafafa !important;
}
.cid-s4pffEhhq3 .nav-item:focus,
.cid-s4pffEhhq3 .nav-link:focus {
  outline: none;
}
.cid-s4pffEhhq3 .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-s4pffEhhq3 .dropdown .dropdown-menu .dropdown-item::after {
  right: 0.5rem;
}
.cid-s4pffEhhq3 .dropdown .dropdown-menu .dropdown-item .mbr-iconfont {
  margin-left: -1.8rem;
  padding-right: 1rem;
  font-size: inherit;
}
.cid-s4pffEhhq3 .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-s4pffEhhq3 .collapsed .dropdown-menu .dropdown-item:before {
  display: none;
}
.cid-s4pffEhhq3 .collapsed .dropdown .dropdown-menu .dropdown-item {
  padding: 0.235em 1.5em 0.235em 1.5em !important;
  transition: none;
  margin: 0 !important;
}
.cid-s4pffEhhq3 .navbar {
  min-height: 77px;
  transition: all .3s;
  border-bottom: 1px solid #e6e6e6;
  background: #ffffff;
}
.cid-s4pffEhhq3 .navbar.opened {
  transition: all .3s;
}
.cid-s4pffEhhq3 .navbar .dropdown-item {
  padding: .5rem 1.8rem;
}
.cid-s4pffEhhq3 .navbar .navbar-collapse {
  justify-content: space-between;
  z-index: 1;
}
.cid-s4pffEhhq3 .navbar.collapsed .nav-item .nav-link::before {
  display: none;
}
.cid-s4pffEhhq3 .navbar.collapsed.opened .dropdown-menu {
  top: 0;
}
@media (min-width: 992px) {
  .cid-s4pffEhhq3 .navbar.collapsed.opened:not(.navbar-short) .navbar-collapse {
    max-height: calc(98.5vh - 3.8rem);
  }
}
.cid-s4pffEhhq3 .navbar.collapsed .dropdown-menu .dropdown-submenu {
  left: 0 !important;
}
.cid-s4pffEhhq3 .navbar.collapsed .dropdown-menu .dropdown-item:after {
  right: auto;
}
.cid-s4pffEhhq3 .navbar.collapsed .dropdown-menu .dropdown-toggle[data-toggle="dropdown-submenu"]:after {
  margin-left: 0.5rem;
  margin-top: 0.2rem;
  border-top: 0.35em solid;
  border-right: 0.35em solid transparent;
  border-left: 0.35em solid transparent;
  border-bottom: 0;
  top: 55%;
}
.cid-s4pffEhhq3 .navbar.collapsed ul.navbar-nav li {
  margin: auto;
}
.cid-s4pffEhhq3 .navbar.collapsed .dropdown-menu .dropdown-item {
  padding: .25rem 1.5rem;
  text-align: center;
}
.cid-s4pffEhhq3 .navbar.collapsed .icons-menu {
  padding-left: 0;
  padding-right: 0;
  padding-top: .5rem;
  padding-bottom: .5rem;
}
@media (max-width: 991px) {
  .cid-s4pffEhhq3 .navbar .nav-item .nav-link::before {
    display: none;
  }
  .cid-s4pffEhhq3 .navbar.opened .dropdown-menu {
    top: 0;
  }
  .cid-s4pffEhhq3 .navbar .dropdown-menu .dropdown-submenu {
    left: 0 !important;
  }
  .cid-s4pffEhhq3 .navbar .dropdown-menu .dropdown-item:after {
    right: auto;
  }
  .cid-s4pffEhhq3 .navbar .dropdown-menu .dropdown-toggle[data-toggle="dropdown-submenu"]:after {
    margin-left: 0.5rem;
    margin-top: 0.2rem;
    border-top: 0.35em solid;
    border-right: 0.35em solid transparent;
    border-left: 0.35em solid transparent;
    border-bottom: 0;
    top: 55%;
  }
  .cid-s4pffEhhq3 .navbar .navbar-logo img {
    height: 3.8rem !important;
  }
  .cid-s4pffEhhq3 .navbar ul.navbar-nav li {
    margin: auto;
  }
  .cid-s4pffEhhq3 .navbar .dropdown-menu .dropdown-item {
    padding: .25rem 1.5rem !important;
    text-align: center;
  }
  .cid-s4pffEhhq3 .navbar .navbar-brand {
    -webkit-flex-shrink: initial;
    flex-shrink: initial;
    -webkit-flex-basis: auto;
    flex-basis: auto;
    word-break: break-word;
    padding-right: 2rem;
  }
  .cid-s4pffEhhq3 .navbar .navbar-toggler {
    -webkit-flex-basis: auto;
    flex-basis: auto;
  }
  .cid-s4pffEhhq3 .navbar .icons-menu {
    padding-left: 0;
    padding-top: .5rem;
    padding-bottom: .5rem;
  }
}
.cid-s4pffEhhq3 .navbar.navbar-short {
  background: #ffffff !important;
  min-height: 60px;
}
.cid-s4pffEhhq3 .navbar.navbar-short .navbar-logo img {
  height: 3rem !important;
}
.cid-s4pffEhhq3 .navbar.navbar-short .navbar-brand {
  padding: 0;
}
.cid-s4pffEhhq3 .navbar-brand {
  -webkit-flex-shrink: 0;
  flex-shrink: 0;
  -webkit-align-items: center;
  align-items: center;
  margin-right: 0;
  padding: 0;
  transition: all .3s;
  word-break: break-word;
  z-index: 1;
}
.cid-s4pffEhhq3 .navbar-brand .navbar-caption {
  line-height: inherit !important;
}
.cid-s4pffEhhq3 .navbar-brand .navbar-logo a {
  outline: none;
}
.cid-s4pffEhhq3 .dropdown-item.active,
.cid-s4pffEhhq3 .dropdown-item:active {
  background-color: transparent;
}
.cid-s4pffEhhq3 .navbar-expand-lg .navbar-nav .nav-link {
  padding: 0;
}
.cid-s4pffEhhq3 .nav-dropdown .link.dropdown-toggle {
  margin-right: 1.667em;
}
.cid-s4pffEhhq3 .nav-dropdown .link.dropdown-toggle[aria-expanded="true"] {
  margin-right: 0;
  padding: 0.667em 1.667em;
}
.cid-s4pffEhhq3 .navbar.navbar-expand-lg .dropdown .dropdown-menu {
  background: #ffffff;
}
.cid-s4pffEhhq3 .navbar.navbar-expand-lg .dropdown .dropdown-menu .dropdown-submenu {
  margin: 0;
  left: 100%;
}
.cid-s4pffEhhq3 .navbar .dropdown.open > .dropdown-menu {
  display: block;
}
.cid-s4pffEhhq3 ul.navbar-nav {
  -webkit-flex-wrap: wrap;
  flex-wrap: wrap;
}
.cid-s4pffEhhq3 .navbar-buttons {
  text-align: center;
  min-width: 170px;
}
.cid-s4pffEhhq3 button.navbar-toggler {
  outline: none;
  width: 31px;
  height: 20px;
  cursor: pointer;
  transition: all .2s;
  position: relative;
  -webkit-align-self: center;
  align-self: center;
}
.cid-s4pffEhhq3 button.navbar-toggler .hamburger span {
  position: absolute;
  right: 0;
  width: 30px;
  height: 2px;
  border-right: 5px;
  background-color: #000000;
}
.cid-s4pffEhhq3 button.navbar-toggler .hamburger span:nth-child(1) {
  top: 0;
  transition: all .2s;
}
.cid-s4pffEhhq3 button.navbar-toggler .hamburger span:nth-child(2) {
  top: 8px;
  transition: all .15s;
}
.cid-s4pffEhhq3 button.navbar-toggler .hamburger span:nth-child(3) {
  top: 8px;
  transition: all .15s;
}
.cid-s4pffEhhq3 button.navbar-toggler .hamburger span:nth-child(4) {
  top: 16px;
  transition: all .2s;
}
.cid-s4pffEhhq3 nav.opened .hamburger span:nth-child(1) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all .2s;
}
.cid-s4pffEhhq3 nav.opened .hamburger span:nth-child(2) {
  -webkit-transform: rotate(45deg);
  transform: rotate(45deg);
  transition: all .25s;
}
.cid-s4pffEhhq3 nav.opened .hamburger span:nth-child(3) {
  -webkit-transform: rotate(-45deg);
  transform: rotate(-45deg);
  transition: all .25s;
}
.cid-s4pffEhhq3 nav.opened .hamburger span:nth-child(4) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all .2s;
}
.cid-s4pffEhhq3 .navbar-dropdown {
  padding: .5rem 1rem;
  position: fixed;
}
.cid-s4pffEhhq3 a.nav-link {
  display: flex;
  -webkit-align-items: center;
  align-items: center;
  -webkit-justify-content: center;
  justify-content: center;
}
.cid-s4pffEhhq3 .icons-menu {
  -webkit-flex-wrap: wrap;
  flex-wrap: wrap;
  min-width: 160px;
  display: flex;
  -webkit-justify-content: center;
  justify-content: center;
  padding-left: 1rem;
  padding-right: 1rem;
  padding-top: 0.3rem;
  text-align: center;
}
.cid-s4pffEhhq3 .icons-menu span {
  font-size: 20px;
  color: #ffffff;
}
@media screen and (-ms-high-contrast: active), (-ms-high-contrast: none) {
  .cid-s4pffEhhq3 .navbar {
    height: 77px;
  }
  .cid-s4pffEhhq3 .navbar.opened {
    height: auto;
  }
  .cid-s4pffEhhq3 .nav-item .nav-link:hover::before {
    width: 175%;
    max-width: calc(100% + 2rem);
    left: -1rem;
  }
}
.cid-s4pffFEjLI {
  padding-top: 0px;
  padding-bottom: 0px;
  background-image: url("../../../assets/images/bench-accounting-mgafenpdcsw-unsplash-2000x1336.jpg");
}
.cid-s4pffFEjLI .card-box {
  padding: 0rem;
}
.cid-s4pffFEjLI .mbr-section-btn {
  margin-top: 1.8rem;
}
.cid-s4pffFEjLI .big {
  align-items: center;
  justify-content: center;
  display: flex;
}
.cid-s4pffFEjLI .big h4 {
  margin: 0;
}
.cid-s4pffFEjLI .card {
  padding: 0;
  min-height: 300px;
}
.cid-s4pffFEjLI img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.cid-s4pffFEjLI .card-img {
  min-height: 400px;
  height: 100%;
}
.cid-s4pffFEjLI .card-wrapper {
  padding: 4rem 2rem;
  width: 100%;
}
@media (min-width: 1400px) {
  .cid-s4pffFEjLI .card-wrapper {
    padding: 4rem;
  }
}
.cid-s4pffFEjLI .cardbg1 {
  background: #7f1933;
  height: 100%;
  display: flex;
  justify-content: center;
  flex-direction: column;
}
.cid-s4pffFEjLI .cardbg2 {
  background: #a5c1ec;
  height: 100%;
  display: flex;
  justify-content: center;
  flex-direction: column;
}
.cid-s4pffFEjLI .main-title {
  color: #7f1933;
}
.cid-s4pffFEjLI .card-title,
.cid-s4pffFEjLI .mbr-section-btn {
  color: #ffffff;
}
.cid-s4pffFEjLI .card-text {
  text-align: left;
}
.cid-s4pffGr2PS {
  padding-top: 60px;
  padding-bottom: 60px;
  background-color: #ffffff;
}
.cid-s4pffGr2PS .link-wrap {
  width: 100%;
}
.cid-s4pffGr2PS .link {
  display: inline-block;
}
.cid-s4pffGr2PS .link a {
  position: relative;
  width: fit-content;
  display: inline-block;
  padding: 0 1rem;
  font-weight: 600;
}
.cid-s4pffGr2PS .link a:before {
  position: absolute;
  right: 0px;
  font-weight: 900;
  top: 55%;
  transform: translateY(-50%);
  content: "\e909";
  font-family: 'Moririse2' !important;
  color: currentColor;
  font-size: 0.6rem;
}
.cid-s4pffGr2PS .link a:hover {
  text-decoration: underline;
}
.cid-s4pffGr2PS .link,
.cid-s4pffGr2PS .link-wrap {
  color: #ffffff;
}
.cid-s4pffGr2PS .mbr-text,
.cid-s4pffGr2PS .mbr-section-btn {
  color: #333333;
}
.cid-s4pffGr2PS .mbr-text,
.cid-s4pffGr2PS .link-wrap {
  text-align: left;
}
.cid-s4pffHgvDy {
  padding-top: 75px;
  padding-bottom: 75px;
  background-color: #e7bfc9;
}
.cid-s4pffHgvDy .mbr-overlay {
  background-color: #ffffff;
  opacity: 0.4;
}
.cid-s4pffHgvDy .form-control,
.cid-s4pffHgvDy .field-input {
  padding: 2rem 1rem;
  min-height: auto;
  background-color: #ffffff;
  border-color: #cccccc;
  color: #000000;
  transition: 0.4s;
  box-shadow: none;
  outline: none;
}
.cid-s4pffHgvDy .form-control::-webkit-input-placeholder,
.cid-s4pffHgvDy .field-input::-webkit-input-placeholder,
.cid-s4pffHgvDy .form-control::-webkit-input-placeholder,
.cid-s4pffHgvDy .field-input::-webkit-input-placeholder {
  color: #c1c1c1;
}
.cid-s4pffHgvDy .form-control:-moz-placeholder,
.cid-s4pffHgvDy .field-input:-moz-placeholder,
.cid-s4pffHgvDy .form-control:-moz-placeholder,
.cid-s4pffHgvDy .field-input:-moz-placeholder {
  color: #c1c1c1;
}
.cid-s4pffHgvDy .form-control:hover,
.cid-s4pffHgvDy .field-input:hover,
.cid-s4pffHgvDy .form-control:focus,
.cid-s4pffHgvDy .field-input:focus {
  background-color: #ffffff;
  border-color: #cccccc;
  color: #000000;
  box-shadow: none;
  outline: none;
}
.cid-s4pffHgvDy .form-control:hover::-webkit-input-placeholder,
.cid-s4pffHgvDy .field-input:hover::-webkit-input-placeholder,
.cid-s4pffHgvDy .form-control:focus::-webkit-input-placeholder,
.cid-s4pffHgvDy .field-input:focus::-webkit-input-placeholder,
.cid-s4pffHgvDy .form-control:hover::-webkit-input-placeholder,
.cid-s4pffHgvDy .field-input:hover::-webkit-input-placeholder,
.cid-s4pffHgvDy .form-control:focus::-webkit-input-placeholder,
.cid-s4pffHgvDy .field-input:focus::-webkit-input-placeholder {
  color: #c1c1c1;
}
.cid-s4pffHgvDy .form-control:hover:-moz-placeholder,
.cid-s4pffHgvDy .field-input:hover:-moz-placeholder,
.cid-s4pffHgvDy .form-control:focus:-moz-placeholder,
.cid-s4pffHgvDy .field-input:focus:-moz-placeholder,
.cid-s4pffHgvDy .form-control:hover:-moz-placeholder,
.cid-s4pffHgvDy .field-input:hover:-moz-placeholder,
.cid-s4pffHgvDy .form-control:focus:-moz-placeholder,
.cid-s4pffHgvDy .field-input:focus:-moz-placeholder {
  color: #c1c1c1;
}
.cid-s4pffHgvDy textarea {
  padding-top: 1rem!important;
}
.cid-s4pffHgvDy .jq-number__spin:hover,
.cid-s4pffHgvDy .jq-number__spin:focus {
  background-color: #ffffff;
  border-color: #cccccc;
  color: #ffffff;
  box-shadow: none;
  outline: none;
}
.cid-s4pffHgvDy .jq-number__spin {
  background-color: #ffffff;
  border-color: #cccccc;
  color: #000000;
  transition: 0.4s;
  box-shadow: none;
  outline: none;
}
.cid-s4pffHgvDy .jq-selectbox li,
.cid-s4pffHgvDy .jq-selectbox li {
  background-color: #ffffff;
  color: #000000;
}
.cid-s4pffHgvDy .jq-selectbox li:hover,
.cid-s4pffHgvDy .jq-selectbox li.selected {
  background-color: #ffffff;
  color: #000000;
}
.cid-s4pffHgvDy .jq-selectbox:hover .jq-selectbox__trigger-arrow,
.cid-s4pffHgvDy .jq-number__spin.minus:hover:after,
.cid-s4pffHgvDy .jq-number__spin.plus:hover:after {
  border-top-color: #ffffff;
  border-bottom-color: #ffffff;
}
.cid-s4pffHgvDy .jq-selectbox .jq-selectbox__trigger-arrow,
.cid-s4pffHgvDy .jq-number__spin.minus:after,
.cid-s4pffHgvDy .jq-number__spin.plus:after {
  border-top-color: #ffffff;
  border-bottom-color: #ffffff;
}
.cid-s4pffHgvDy input::-webkit-clear-button {
  display: none;
}
.cid-s4pffHgvDy input::-webkit-inner-spin-button {
  display: none;
}
.cid-s4pffHgvDy input::-webkit-outer-spin-button {
  display: none;
}
.cid-s4pffHgvDy input::-webkit-calendar-picker-indicator {
  display: none;
}
.cid-s4pffHgvDy H5 {
  text-align: center;
  color: #7f1933;
}
.cid-s4pffHYh2R {
  padding-top: 30px;
  padding-bottom: 15px;
  background-color: #7f1933;
}
@media (max-width: 767px) {
  .cid-s4pffHYh2R .content {
    text-align: center;
  }
  .cid-s4pffHYh2R .content > div:not(:last-child) {
    margin-bottom: 2rem;
  }
}
@media (max-width: 767px) {
  .cid-s4pffHYh2R .media-wrap {
    margin-bottom: 1rem;
  }
}
.cid-s4pffHYh2R .media-wrap .mbr-iconfont-logo {
  font-size: 7.5rem;
  color: #f36;
}
.cid-s4pffHYh2R .media-wrap img {
  height: 6rem;
}
@media (max-width: 767px) {
  .cid-s4pffHYh2R .footer-lower .copyright {
    margin-bottom: 1rem;
    text-align: center;
  }
}
.cid-s4pffHYh2R .footer-lower hr {
  margin: 1rem 0;
  border-color: #fff;
  opacity: .05;
}
.cid-s4pffHYh2R .footer-lower .social-list {
  padding-left: 0;
  margin-bottom: 0;
  list-style: none;
  display: flex;
  -webkit-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-justify-content: flex-end;
  justify-content: flex-end;
}
.cid-s4pffHYh2R .footer-lower .social-list .mbr-iconfont-social {
  font-size: 1.3rem;
  color: #fff;
}
.cid-s4pffHYh2R .footer-lower .social-list .soc-item {
  margin: 0 .5rem;
}
.cid-s4pffHYh2R .footer-lower .social-list a {
  margin: 0;
  opacity: .5;
  -webkit-transition: .2s linear;
  transition: .2s linear;
}
.cid-s4pffHYh2R .footer-lower .social-list a:hover {
  opacity: 1;
}
@media (max-width: 767px) {
  .cid-s4pffHYh2R .footer-lower .social-list {
    -webkit-justify-content: center;
    justify-content: center;
  }
}
.cid-s4oN1QQg4Q .dropdown-item:before {
  font-family: MobiriseIcons !important;
  content: '\e966';
  display: inline-block;
  width: 0;
  position: absolute;
  left: 1rem;
  top: 0.5rem;
  margin-right: 0.5rem;
  line-height: 1;
  font-size: inherit;
  vertical-align: middle;
  text-align: center;
  overflow: hidden;
  -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-s4oN1QQg4Q .dropdown-menu {
  padding: 0;
}
.cid-s4oN1QQg4Q .dropdown-item {
  border-bottom: 1px solid #e6e6e6;
}
.cid-s4oN1QQg4Q .dropdown-item:hover,
.cid-s4oN1QQg4Q .dropdown-item:focus {
  background: #0077ff !important;
  color: white!important;
}
.cid-s4oN1QQg4Q .nav-dropdown .link {
  padding: 0 0.3em !important;
  margin: .667em 1em !important;
}
.cid-s4oN1QQg4Q .nav-dropdown .link.dropdown-toggle::after {
  margin-left: 0.5rem;
  margin-top: 0.2rem;
}
.cid-s4oN1QQg4Q .nav-link {
  position: relative;
}
.cid-s4oN1QQg4Q .container {
  display: flex;
  margin: auto;
}
.cid-s4oN1QQg4Q .mbr-iconfont {
  color: #000000 !important;
  font-size: 1.5rem;
  padding-right: .5rem;
}
.cid-s4oN1QQg4Q .navbar-caption {
  padding-right: 4rem;
}
.cid-s4oN1QQg4Q .navbar-nav {
  justify-content: space-between;
  width: -webkit-fill-available;
}
.cid-s4oN1QQg4Q .dropdown-menu,
.cid-s4oN1QQg4Q .navbar.opened {
  background: #fafafa !important;
}
.cid-s4oN1QQg4Q .nav-item:focus,
.cid-s4oN1QQg4Q .nav-link:focus {
  outline: none;
}
.cid-s4oN1QQg4Q .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-s4oN1QQg4Q .dropdown .dropdown-menu .dropdown-item::after {
  right: 0.5rem;
}
.cid-s4oN1QQg4Q .dropdown .dropdown-menu .dropdown-item .mbr-iconfont {
  margin-left: -1.8rem;
  padding-right: 1rem;
  font-size: inherit;
}
.cid-s4oN1QQg4Q .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-s4oN1QQg4Q .collapsed .dropdown-menu .dropdown-item:before {
  display: none;
}
.cid-s4oN1QQg4Q .collapsed .dropdown .dropdown-menu .dropdown-item {
  padding: 0.235em 1.5em 0.235em 1.5em !important;
  transition: none;
  margin: 0 !important;
}
.cid-s4oN1QQg4Q .navbar {
  min-height: 77px;
  transition: all .3s;
  border-bottom: 1px solid #e6e6e6;
  background: #ffffff;
}
.cid-s4oN1QQg4Q .navbar.opened {
  transition: all .3s;
}
.cid-s4oN1QQg4Q .navbar .dropdown-item {
  padding: .5rem 1.8rem;
}
.cid-s4oN1QQg4Q .navbar .navbar-collapse {
  justify-content: space-between;
  z-index: 1;
}
.cid-s4oN1QQg4Q .navbar.collapsed .nav-item .nav-link::before {
  display: none;
}
.cid-s4oN1QQg4Q .navbar.collapsed.opened .dropdown-menu {
  top: 0;
}
@media (min-width: 992px) {
  .cid-s4oN1QQg4Q .navbar.collapsed.opened:not(.navbar-short) .navbar-collapse {
    max-height: calc(98.5vh - 3.8rem);
  }
}
.cid-s4oN1QQg4Q .navbar.collapsed .dropdown-menu .dropdown-submenu {
  left: 0 !important;
}
.cid-s4oN1QQg4Q .navbar.collapsed .dropdown-menu .dropdown-item:after {
  right: auto;
}
.cid-s4oN1QQg4Q .navbar.collapsed .dropdown-menu .dropdown-toggle[data-toggle="dropdown-submenu"]:after {
  margin-left: 0.5rem;
  margin-top: 0.2rem;
  border-top: 0.35em solid;
  border-right: 0.35em solid transparent;
  border-left: 0.35em solid transparent;
  border-bottom: 0;
  top: 55%;
}
.cid-s4oN1QQg4Q .navbar.collapsed ul.navbar-nav li {
  margin: auto;
}
.cid-s4oN1QQg4Q .navbar.collapsed .dropdown-menu .dropdown-item {
  padding: .25rem 1.5rem;
  text-align: center;
}
.cid-s4oN1QQg4Q .navbar.collapsed .icons-menu {
  padding-left: 0;
  padding-right: 0;
  padding-top: .5rem;
  padding-bottom: .5rem;
}
@media (max-width: 991px) {
  .cid-s4oN1QQg4Q .navbar .nav-item .nav-link::before {
    display: none;
  }
  .cid-s4oN1QQg4Q .navbar.opened .dropdown-menu {
    top: 0;
  }
  .cid-s4oN1QQg4Q .navbar .dropdown-menu .dropdown-submenu {
    left: 0 !important;
  }
  .cid-s4oN1QQg4Q .navbar .dropdown-menu .dropdown-item:after {
    right: auto;
  }
  .cid-s4oN1QQg4Q .navbar .dropdown-menu .dropdown-toggle[data-toggle="dropdown-submenu"]:after {
    margin-left: 0.5rem;
    margin-top: 0.2rem;
    border-top: 0.35em solid;
    border-right: 0.35em solid transparent;
    border-left: 0.35em solid transparent;
    border-bottom: 0;
    top: 55%;
  }
  .cid-s4oN1QQg4Q .navbar .navbar-logo img {
    height: 3.8rem !important;
  }
  .cid-s4oN1QQg4Q .navbar ul.navbar-nav li {
    margin: auto;
  }
  .cid-s4oN1QQg4Q .navbar .dropdown-menu .dropdown-item {
    padding: .25rem 1.5rem !important;
    text-align: center;
  }
  .cid-s4oN1QQg4Q .navbar .navbar-brand {
    -webkit-flex-shrink: initial;
    flex-shrink: initial;
    -webkit-flex-basis: auto;
    flex-basis: auto;
    word-break: break-word;
    padding-right: 2rem;
  }
  .cid-s4oN1QQg4Q .navbar .navbar-toggler {
    -webkit-flex-basis: auto;
    flex-basis: auto;
  }
  .cid-s4oN1QQg4Q .navbar .icons-menu {
    padding-left: 0;
    padding-top: .5rem;
    padding-bottom: .5rem;
  }
}
.cid-s4oN1QQg4Q .navbar.navbar-short {
  background: #ffffff !important;
  min-height: 60px;
}
.cid-s4oN1QQg4Q .navbar.navbar-short .navbar-logo img {
  height: 3rem !important;
}
.cid-s4oN1QQg4Q .navbar.navbar-short .navbar-brand {
  padding: 0;
}
.cid-s4oN1QQg4Q .navbar-brand {
  -webkit-flex-shrink: 0;
  flex-shrink: 0;
  -webkit-align-items: center;
  align-items: center;
  margin-right: 0;
  padding: 0;
  transition: all .3s;
  word-break: break-word;
  z-index: 1;
}
.cid-s4oN1QQg4Q .navbar-brand .navbar-caption {
  line-height: inherit !important;
}
.cid-s4oN1QQg4Q .navbar-brand .navbar-logo a {
  outline: none;
}
.cid-s4oN1QQg4Q .dropdown-item.active,
.cid-s4oN1QQg4Q .dropdown-item:active {
  background-color: transparent;
}
.cid-s4oN1QQg4Q .navbar-expand-lg .navbar-nav .nav-link {
  padding: 0;
}
.cid-s4oN1QQg4Q .nav-dropdown .link.dropdown-toggle {
  margin-right: 1.667em;
}
.cid-s4oN1QQg4Q .nav-dropdown .link.dropdown-toggle[aria-expanded="true"] {
  margin-right: 0;
  padding: 0.667em 1.667em;
}
.cid-s4oN1QQg4Q .navbar.navbar-expand-lg .dropdown .dropdown-menu {
  background: #ffffff;
}
.cid-s4oN1QQg4Q .navbar.navbar-expand-lg .dropdown .dropdown-menu .dropdown-submenu {
  margin: 0;
  left: 100%;
}
.cid-s4oN1QQg4Q .navbar .dropdown.open > .dropdown-menu {
  display: block;
}
.cid-s4oN1QQg4Q ul.navbar-nav {
  -webkit-flex-wrap: wrap;
  flex-wrap: wrap;
}
.cid-s4oN1QQg4Q .navbar-buttons {
  text-align: center;
  min-width: 170px;
}
.cid-s4oN1QQg4Q button.navbar-toggler {
  outline: none;
  width: 31px;
  height: 20px;
  cursor: pointer;
  transition: all .2s;
  position: relative;
  -webkit-align-self: center;
  align-self: center;
}
.cid-s4oN1QQg4Q button.navbar-toggler .hamburger span {
  position: absolute;
  right: 0;
  width: 30px;
  height: 2px;
  border-right: 5px;
  background-color: #000000;
}
.cid-s4oN1QQg4Q button.navbar-toggler .hamburger span:nth-child(1) {
  top: 0;
  transition: all .2s;
}
.cid-s4oN1QQg4Q button.navbar-toggler .hamburger span:nth-child(2) {
  top: 8px;
  transition: all .15s;
}
.cid-s4oN1QQg4Q button.navbar-toggler .hamburger span:nth-child(3) {
  top: 8px;
  transition: all .15s;
}
.cid-s4oN1QQg4Q button.navbar-toggler .hamburger span:nth-child(4) {
  top: 16px;
  transition: all .2s;
}
.cid-s4oN1QQg4Q nav.opened .hamburger span:nth-child(1) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all .2s;
}
.cid-s4oN1QQg4Q nav.opened .hamburger span:nth-child(2) {
  -webkit-transform: rotate(45deg);
  transform: rotate(45deg);
  transition: all .25s;
}
.cid-s4oN1QQg4Q nav.opened .hamburger span:nth-child(3) {
  -webkit-transform: rotate(-45deg);
  transform: rotate(-45deg);
  transition: all .25s;
}
.cid-s4oN1QQg4Q nav.opened .hamburger span:nth-child(4) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all .2s;
}
.cid-s4oN1QQg4Q .navbar-dropdown {
  padding: .5rem 1rem;
  position: fixed;
}
.cid-s4oN1QQg4Q a.nav-link {
  display: flex;
  -webkit-align-items: center;
  align-items: center;
  -webkit-justify-content: center;
  justify-content: center;
}
.cid-s4oN1QQg4Q .icons-menu {
  -webkit-flex-wrap: wrap;
  flex-wrap: wrap;
  min-width: 160px;
  display: flex;
  -webkit-justify-content: center;
  justify-content: center;
  padding-left: 1rem;
  padding-right: 1rem;
  padding-top: 0.3rem;
  text-align: center;
}
.cid-s4oN1QQg4Q .icons-menu span {
  font-size: 20px;
  color: #ffffff;
}
@media screen and (-ms-high-contrast: active), (-ms-high-contrast: none) {
  .cid-s4oN1QQg4Q .navbar {
    height: 77px;
  }
  .cid-s4oN1QQg4Q .navbar.opened {
    height: auto;
  }
  .cid-s4oN1QQg4Q .nav-item .nav-link:hover::before {
    width: 175%;
    max-width: calc(100% + 2rem);
    left: -1rem;
  }
}
.cid-s4oN1S65OC {
  padding-top: 60px;
  padding-bottom: 0px;
  background-image: url("../../../assets/images/true-agency-jwp90y9wgr4-unsplash-2000x2000.jpg");
}
.cid-s4oN1S65OC .card-box {
  padding: 0rem;
}
.cid-s4oN1S65OC .mbr-section-btn {
  margin-top: 1.8rem;
}
.cid-s4oN1S65OC .big {
  align-items: center;
  justify-content: center;
  display: flex;
}
.cid-s4oN1S65OC .big h4 {
  margin: 0;
}
.cid-s4oN1S65OC .card {
  padding: 0;
  min-height: 300px;
}
.cid-s4oN1S65OC img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.cid-s4oN1S65OC .card-img {
  min-height: 400px;
  height: 100%;
}
.cid-s4oN1S65OC .card-wrapper {
  padding: 4rem 2rem;
  width: 100%;
}
@media (min-width: 1400px) {
  .cid-s4oN1S65OC .card-wrapper {
    padding: 4rem;
  }
}
.cid-s4oN1S65OC .cardbg1 {
  background: #80d2f5;
  height: 100%;
  display: flex;
  justify-content: center;
  flex-direction: column;
}
.cid-s4oN1S65OC .cardbg2 {
  background: #e7bfc9;
  height: 100%;
  display: flex;
  justify-content: center;
  flex-direction: column;
}
.cid-s4oN1S65OC .main-title {
  color: #ffffff;
}
.cid-s4oN1SO88K {
  padding-top: 60px;
  padding-bottom: 60px;
  background-color: #fafafa;
}
.cid-s4oN1SO88K .link-wrap {
  width: 100%;
}
.cid-s4oN1SO88K .link {
  display: inline-block;
}
.cid-s4oN1SO88K .link a {
  position: relative;
  width: fit-content;
  display: inline-block;
  padding-right: 1rem;
  font-weight: 600;
}
.cid-s4oN1SO88K .link a:before {
  position: absolute;
  right: 0px;
  font-weight: 900;
  top: 55%;
  transform: translateY(-50%);
  content: "\e909";
  font-family: 'Moririse2' !important;
  color: currentColor;
  font-size: 0.6rem;
}
.cid-s4oN1SO88K .link a:hover {
  text-decoration: underline;
}
.cid-s4oN1SO88K .link,
.cid-s4oN1SO88K .link-wrap {
  color: #ffffff;
}
.cid-s4oN1SO88K .mbr-text,
.cid-s4oN1SO88K .mbr-section-btn {
  color: #333333;
}
.cid-s4oN1THMkW {
  padding-top: 75px;
  padding-bottom: 75px;
  background-color: #d5e5ff;
}
.cid-s4oN1THMkW .mbr-overlay {
  background-color: #ffffff;
  opacity: 0.4;
}
.cid-s4oN1THMkW .form-control,
.cid-s4oN1THMkW .field-input {
  padding: 2rem 1rem;
  min-height: auto;
  background-color: #ffffff;
  border-color: #cccccc;
  color: #000000;
  transition: 0.4s;
  box-shadow: none;
  outline: none;
}
.cid-s4oN1THMkW .form-control::-webkit-input-placeholder,
.cid-s4oN1THMkW .field-input::-webkit-input-placeholder,
.cid-s4oN1THMkW .form-control::-webkit-input-placeholder,
.cid-s4oN1THMkW .field-input::-webkit-input-placeholder {
  color: #c1c1c1;
}
.cid-s4oN1THMkW .form-control:-moz-placeholder,
.cid-s4oN1THMkW .field-input:-moz-placeholder,
.cid-s4oN1THMkW .form-control:-moz-placeholder,
.cid-s4oN1THMkW .field-input:-moz-placeholder {
  color: #c1c1c1;
}
.cid-s4oN1THMkW .form-control:hover,
.cid-s4oN1THMkW .field-input:hover,
.cid-s4oN1THMkW .form-control:focus,
.cid-s4oN1THMkW .field-input:focus {
  background-color: #ffffff;
  border-color: #cccccc;
  color: #000000;
  box-shadow: none;
  outline: none;
}
.cid-s4oN1THMkW .form-control:hover::-webkit-input-placeholder,
.cid-s4oN1THMkW .field-input:hover::-webkit-input-placeholder,
.cid-s4oN1THMkW .form-control:focus::-webkit-input-placeholder,
.cid-s4oN1THMkW .field-input:focus::-webkit-input-placeholder,
.cid-s4oN1THMkW .form-control:hover::-webkit-input-placeholder,
.cid-s4oN1THMkW .field-input:hover::-webkit-input-placeholder,
.cid-s4oN1THMkW .form-control:focus::-webkit-input-placeholder,
.cid-s4oN1THMkW .field-input:focus::-webkit-input-placeholder {
  color: #c1c1c1;
}
.cid-s4oN1THMkW .form-control:hover:-moz-placeholder,
.cid-s4oN1THMkW .field-input:hover:-moz-placeholder,
.cid-s4oN1THMkW .form-control:focus:-moz-placeholder,
.cid-s4oN1THMkW .field-input:focus:-moz-placeholder,
.cid-s4oN1THMkW .form-control:hover:-moz-placeholder,
.cid-s4oN1THMkW .field-input:hover:-moz-placeholder,
.cid-s4oN1THMkW .form-control:focus:-moz-placeholder,
.cid-s4oN1THMkW .field-input:focus:-moz-placeholder {
  color: #c1c1c1;
}
.cid-s4oN1THMkW textarea {
  padding-top: 1rem!important;
}
.cid-s4oN1THMkW .jq-number__spin:hover,
.cid-s4oN1THMkW .jq-number__spin:focus {
  background-color: #ffffff;
  border-color: #cccccc;
  color: #ffffff;
  box-shadow: none;
  outline: none;
}
.cid-s4oN1THMkW .jq-number__spin {
  background-color: #ffffff;
  border-color: #cccccc;
  color: #000000;
  transition: 0.4s;
  box-shadow: none;
  outline: none;
}
.cid-s4oN1THMkW .jq-selectbox li,
.cid-s4oN1THMkW .jq-selectbox li {
  background-color: #ffffff;
  color: #000000;
}
.cid-s4oN1THMkW .jq-selectbox li:hover,
.cid-s4oN1THMkW .jq-selectbox li.selected {
  background-color: #ffffff;
  color: #000000;
}
.cid-s4oN1THMkW .jq-selectbox:hover .jq-selectbox__trigger-arrow,
.cid-s4oN1THMkW .jq-number__spin.minus:hover:after,
.cid-s4oN1THMkW .jq-number__spin.plus:hover:after {
  border-top-color: #ffffff;
  border-bottom-color: #ffffff;
}
.cid-s4oN1THMkW .jq-selectbox .jq-selectbox__trigger-arrow,
.cid-s4oN1THMkW .jq-number__spin.minus:after,
.cid-s4oN1THMkW .jq-number__spin.plus:after {
  border-top-color: #ffffff;
  border-bottom-color: #ffffff;
}
.cid-s4oN1THMkW input::-webkit-clear-button {
  display: none;
}
.cid-s4oN1THMkW input::-webkit-inner-spin-button {
  display: none;
}
.cid-s4oN1THMkW input::-webkit-outer-spin-button {
  display: none;
}
.cid-s4oN1THMkW input::-webkit-calendar-picker-indicator {
  display: none;
}
.cid-s4oN1THMkW H5 {
  text-align: center;
  color: #0077ff;
}
.cid-s4oN1UrqwW {
  padding-top: 30px;
  padding-bottom: 15px;
  background-color: #0095ff;
}
@media (max-width: 767px) {
  .cid-s4oN1UrqwW .content {
    text-align: center;
  }
  .cid-s4oN1UrqwW .content > div:not(:last-child) {
    margin-bottom: 2rem;
  }
}
@media (max-width: 767px) {
  .cid-s4oN1UrqwW .media-wrap {
    margin-bottom: 1rem;
  }
}
.cid-s4oN1UrqwW .media-wrap .mbr-iconfont-logo {
  font-size: 7.5rem;
  color: #f36;
}
.cid-s4oN1UrqwW .media-wrap img {
  height: 6rem;
}
@media (max-width: 767px) {
  .cid-s4oN1UrqwW .footer-lower .copyright {
    margin-bottom: 1rem;
    text-align: center;
  }
}
.cid-s4oN1UrqwW .footer-lower hr {
  margin: 1rem 0;
  border-color: #fff;
  opacity: .05;
}
.cid-s4oN1UrqwW .footer-lower .social-list {
  padding-left: 0;
  margin-bottom: 0;
  list-style: none;
  display: flex;
  -webkit-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-justify-content: flex-end;
  justify-content: flex-end;
}
.cid-s4oN1UrqwW .footer-lower .social-list .mbr-iconfont-social {
  font-size: 1.3rem;
  color: #fff;
}
.cid-s4oN1UrqwW .footer-lower .social-list .soc-item {
  margin: 0 .5rem;
}
.cid-s4oN1UrqwW .footer-lower .social-list a {
  margin: 0;
  opacity: .5;
  -webkit-transition: .2s linear;
  transition: .2s linear;
}
.cid-s4oN1UrqwW .footer-lower .social-list a:hover {
  opacity: 1;
}
@media (max-width: 767px) {
  .cid-s4oN1UrqwW .footer-lower .social-list {
    -webkit-justify-content: center;
    justify-content: center;
  }
}
.cid-rOMppMkTcD .dropdown-item:before {
  font-family: MobiriseIcons !important;
  content: '\e966';
  display: inline-block;
  width: 0;
  position: absolute;
  left: 1rem;
  top: 0.5rem;
  margin-right: 0.5rem;
  line-height: 1;
  font-size: inherit;
  vertical-align: middle;
  text-align: center;
  overflow: hidden;
  -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-rOMppMkTcD .dropdown-menu {
  padding: 0;
}
.cid-rOMppMkTcD .dropdown-item {
  border-bottom: 1px solid #e6e6e6;
}
.cid-rOMppMkTcD .dropdown-item:hover,
.cid-rOMppMkTcD .dropdown-item:focus {
  background: #0077ff !important;
  color: white!important;
}
.cid-rOMppMkTcD .nav-dropdown .link {
  padding: 0 0.3em !important;
  margin: .667em 1em !important;
}
.cid-rOMppMkTcD .nav-dropdown .link.dropdown-toggle::after {
  margin-left: 0.5rem;
  margin-top: 0.2rem;
}
.cid-rOMppMkTcD .nav-link {
  position: relative;
}
.cid-rOMppMkTcD .container {
  display: flex;
  margin: auto;
}
.cid-rOMppMkTcD .mbr-iconfont {
  color: #000000 !important;
  font-size: 1.5rem;
  padding-right: .5rem;
}
.cid-rOMppMkTcD .navbar-caption {
  padding-right: 4rem;
}
.cid-rOMppMkTcD .navbar-nav {
  justify-content: space-between;
  width: -webkit-fill-available;
}
.cid-rOMppMkTcD .dropdown-menu,
.cid-rOMppMkTcD .navbar.opened {
  background: #fafafa !important;
}
.cid-rOMppMkTcD .nav-item:focus,
.cid-rOMppMkTcD .nav-link:focus {
  outline: none;
}
.cid-rOMppMkTcD .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-rOMppMkTcD .dropdown .dropdown-menu .dropdown-item::after {
  right: 0.5rem;
}
.cid-rOMppMkTcD .dropdown .dropdown-menu .dropdown-item .mbr-iconfont {
  margin-left: -1.8rem;
  padding-right: 1rem;
  font-size: inherit;
}
.cid-rOMppMkTcD .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-rOMppMkTcD .collapsed .dropdown-menu .dropdown-item:before {
  display: none;
}
.cid-rOMppMkTcD .collapsed .dropdown .dropdown-menu .dropdown-item {
  padding: 0.235em 1.5em 0.235em 1.5em !important;
  transition: none;
  margin: 0 !important;
}
.cid-rOMppMkTcD .navbar {
  min-height: 77px;
  transition: all .3s;
  border-bottom: 1px solid #e6e6e6;
  background: #ffffff;
}
.cid-rOMppMkTcD .navbar.opened {
  transition: all .3s;
}
.cid-rOMppMkTcD .navbar .dropdown-item {
  padding: .5rem 1.8rem;
}
.cid-rOMppMkTcD .navbar .navbar-collapse {
  justify-content: space-between;
  z-index: 1;
}
.cid-rOMppMkTcD .navbar.collapsed .nav-item .nav-link::before {
  display: none;
}
.cid-rOMppMkTcD .navbar.collapsed.opened .dropdown-menu {
  top: 0;
}
@media (min-width: 992px) {
  .cid-rOMppMkTcD .navbar.collapsed.opened:not(.navbar-short) .navbar-collapse {
    max-height: calc(98.5vh - 3.8rem);
  }
}
.cid-rOMppMkTcD .navbar.collapsed .dropdown-menu .dropdown-submenu {
  left: 0 !important;
}
.cid-rOMppMkTcD .navbar.collapsed .dropdown-menu .dropdown-item:after {
  right: auto;
}
.cid-rOMppMkTcD .navbar.collapsed .dropdown-menu .dropdown-toggle[data-toggle="dropdown-submenu"]:after {
  margin-left: 0.5rem;
  margin-top: 0.2rem;
  border-top: 0.35em solid;
  border-right: 0.35em solid transparent;
  border-left: 0.35em solid transparent;
  border-bottom: 0;
  top: 55%;
}
.cid-rOMppMkTcD .navbar.collapsed ul.navbar-nav li {
  margin: auto;
}
.cid-rOMppMkTcD .navbar.collapsed .dropdown-menu .dropdown-item {
  padding: .25rem 1.5rem;
  text-align: center;
}
.cid-rOMppMkTcD .navbar.collapsed .icons-menu {
  padding-left: 0;
  padding-right: 0;
  padding-top: .5rem;
  padding-bottom: .5rem;
}
@media (max-width: 991px) {
  .cid-rOMppMkTcD .navbar .nav-item .nav-link::before {
    display: none;
  }
  .cid-rOMppMkTcD .navbar.opened .dropdown-menu {
    top: 0;
  }
  .cid-rOMppMkTcD .navbar .dropdown-menu .dropdown-submenu {
    left: 0 !important;
  }
  .cid-rOMppMkTcD .navbar .dropdown-menu .dropdown-item:after {
    right: auto;
  }
  .cid-rOMppMkTcD .navbar .dropdown-menu .dropdown-toggle[data-toggle="dropdown-submenu"]:after {
    margin-left: 0.5rem;
    margin-top: 0.2rem;
    border-top: 0.35em solid;
    border-right: 0.35em solid transparent;
    border-left: 0.35em solid transparent;
    border-bottom: 0;
    top: 55%;
  }
  .cid-rOMppMkTcD .navbar .navbar-logo img {
    height: 3.8rem !important;
  }
  .cid-rOMppMkTcD .navbar ul.navbar-nav li {
    margin: auto;
  }
  .cid-rOMppMkTcD .navbar .dropdown-menu .dropdown-item {
    padding: .25rem 1.5rem !important;
    text-align: center;
  }
  .cid-rOMppMkTcD .navbar .navbar-brand {
    -webkit-flex-shrink: initial;
    flex-shrink: initial;
    -webkit-flex-basis: auto;
    flex-basis: auto;
    word-break: break-word;
    padding-right: 2rem;
  }
  .cid-rOMppMkTcD .navbar .navbar-toggler {
    -webkit-flex-basis: auto;
    flex-basis: auto;
  }
  .cid-rOMppMkTcD .navbar .icons-menu {
    padding-left: 0;
    padding-top: .5rem;
    padding-bottom: .5rem;
  }
}
.cid-rOMppMkTcD .navbar.navbar-short {
  background: #ffffff !important;
  min-height: 60px;
}
.cid-rOMppMkTcD .navbar.navbar-short .navbar-logo img {
  height: 3rem !important;
}
.cid-rOMppMkTcD .navbar.navbar-short .navbar-brand {
  padding: 0;
}
.cid-rOMppMkTcD .navbar-brand {
  -webkit-flex-shrink: 0;
  flex-shrink: 0;
  -webkit-align-items: center;
  align-items: center;
  margin-right: 0;
  padding: 0;
  transition: all .3s;
  word-break: break-word;
  z-index: 1;
}
.cid-rOMppMkTcD .navbar-brand .navbar-caption {
  line-height: inherit !important;
}
.cid-rOMppMkTcD .navbar-brand .navbar-logo a {
  outline: none;
}
.cid-rOMppMkTcD .dropdown-item.active,
.cid-rOMppMkTcD .dropdown-item:active {
  background-color: transparent;
}
.cid-rOMppMkTcD .navbar-expand-lg .navbar-nav .nav-link {
  padding: 0;
}
.cid-rOMppMkTcD .nav-dropdown .link.dropdown-toggle {
  margin-right: 1.667em;
}
.cid-rOMppMkTcD .nav-dropdown .link.dropdown-toggle[aria-expanded="true"] {
  margin-right: 0;
  padding: 0.667em 1.667em;
}
.cid-rOMppMkTcD .navbar.navbar-expand-lg .dropdown .dropdown-menu {
  background: #ffffff;
}
.cid-rOMppMkTcD .navbar.navbar-expand-lg .dropdown .dropdown-menu .dropdown-submenu {
  margin: 0;
  left: 100%;
}
.cid-rOMppMkTcD .navbar .dropdown.open > .dropdown-menu {
  display: block;
}
.cid-rOMppMkTcD ul.navbar-nav {
  -webkit-flex-wrap: wrap;
  flex-wrap: wrap;
}
.cid-rOMppMkTcD .navbar-buttons {
  text-align: center;
  min-width: 170px;
}
.cid-rOMppMkTcD button.navbar-toggler {
  outline: none;
  width: 31px;
  height: 20px;
  cursor: pointer;
  transition: all .2s;
  position: relative;
  -webkit-align-self: center;
  align-self: center;
}
.cid-rOMppMkTcD button.navbar-toggler .hamburger span {
  position: absolute;
  right: 0;
  width: 30px;
  height: 2px;
  border-right: 5px;
  background-color: #000000;
}
.cid-rOMppMkTcD button.navbar-toggler .hamburger span:nth-child(1) {
  top: 0;
  transition: all .2s;
}
.cid-rOMppMkTcD button.navbar-toggler .hamburger span:nth-child(2) {
  top: 8px;
  transition: all .15s;
}
.cid-rOMppMkTcD button.navbar-toggler .hamburger span:nth-child(3) {
  top: 8px;
  transition: all .15s;
}
.cid-rOMppMkTcD button.navbar-toggler .hamburger span:nth-child(4) {
  top: 16px;
  transition: all .2s;
}
.cid-rOMppMkTcD nav.opened .hamburger span:nth-child(1) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all .2s;
}
.cid-rOMppMkTcD nav.opened .hamburger span:nth-child(2) {
  -webkit-transform: rotate(45deg);
  transform: rotate(45deg);
  transition: all .25s;
}
.cid-rOMppMkTcD nav.opened .hamburger span:nth-child(3) {
  -webkit-transform: rotate(-45deg);
  transform: rotate(-45deg);
  transition: all .25s;
}
.cid-rOMppMkTcD nav.opened .hamburger span:nth-child(4) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all .2s;
}
.cid-rOMppMkTcD .navbar-dropdown {
  padding: .5rem 1rem;
  position: fixed;
}
.cid-rOMppMkTcD a.nav-link {
  display: flex;
  -webkit-align-items: center;
  align-items: center;
  -webkit-justify-content: center;
  justify-content: center;
}
.cid-rOMppMkTcD .icons-menu {
  -webkit-flex-wrap: wrap;
  flex-wrap: wrap;
  min-width: 160px;
  display: flex;
  -webkit-justify-content: center;
  justify-content: center;
  padding-left: 1rem;
  padding-right: 1rem;
  padding-top: 0.3rem;
  text-align: center;
}
.cid-rOMppMkTcD .icons-menu span {
  font-size: 20px;
  color: #ffffff;
}
@media screen and (-ms-high-contrast: active), (-ms-high-contrast: none) {
  .cid-rOMppMkTcD .navbar {
    height: 77px;
  }
  .cid-rOMppMkTcD .navbar.opened {
    height: auto;
  }
  .cid-rOMppMkTcD .nav-item .nav-link:hover::before {
    width: 175%;
    max-width: calc(100% + 2rem);
    left: -1rem;
  }
}
.cid-s3fJ2gUS4G {
  padding-top: 60px;
  padding-bottom: 0px;
  background-image: url("../../../assets/images/jakob-dalbjorn-cukjre3nyyc-unsplash-2000x1333.jpg");
}
.cid-s3fJ2gUS4G .card-box {
  padding: 0rem;
}
.cid-s3fJ2gUS4G .mbr-section-btn {
  margin-top: 1.8rem;
}
.cid-s3fJ2gUS4G .big {
  align-items: center;
  justify-content: center;
  display: flex;
}
.cid-s3fJ2gUS4G .big h4 {
  margin: 0;
}
.cid-s3fJ2gUS4G .card {
  padding: 0;
  min-height: 300px;
}
.cid-s3fJ2gUS4G img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.cid-s3fJ2gUS4G .card-img {
  min-height: 400px;
  height: 100%;
}
.cid-s3fJ2gUS4G .card-wrapper {
  padding: 4rem 2rem;
  width: 100%;
}
@media (min-width: 1400px) {
  .cid-s3fJ2gUS4G .card-wrapper {
    padding: 4rem;
  }
}
.cid-s3fJ2gUS4G .cardbg1 {
  background: #c2b3ec;
  height: 100%;
  display: flex;
  justify-content: center;
  flex-direction: column;
}
.cid-s3fJ2gUS4G .cardbg2 {
  background: #d5e5ff;
  height: 100%;
  display: flex;
  justify-content: center;
  flex-direction: column;
}
.cid-s3fJ2gUS4G .main-title {
  color: #ffffff;
}
.cid-s3fOrEg06J {
  padding-top: 60px;
  padding-bottom: 60px;
  background-color: #fafafa;
}
.cid-s3fOrEg06J .link-wrap {
  width: 100%;
}
.cid-s3fOrEg06J .link {
  display: inline-block;
}
.cid-s3fOrEg06J .link a {
  position: relative;
  width: fit-content;
  display: inline-block;
  padding-right: 1rem;
  font-weight: 600;
}
.cid-s3fOrEg06J .link a:before {
  position: absolute;
  right: 0px;
  font-weight: 900;
  top: 55%;
  transform: translateY(-50%);
  content: "\e909";
  font-family: 'Moririse2' !important;
  color: currentColor;
  font-size: 0.6rem;
}
.cid-s3fOrEg06J .link a:hover {
  text-decoration: underline;
}
.cid-s3fOrEg06J .link,
.cid-s3fOrEg06J .link-wrap {
  color: #ffffff;
}
.cid-s3fOrEg06J .mbr-text,
.cid-s3fOrEg06J .mbr-section-btn {
  color: #333333;
}
.cid-s3fJ3UwGkJ {
  padding-top: 75px;
  padding-bottom: 75px;
  background-color: #d5e5ff;
}
.cid-s3fJ3UwGkJ .mbr-overlay {
  background-color: #ffffff;
  opacity: 0.4;
}
.cid-s3fJ3UwGkJ .form-control,
.cid-s3fJ3UwGkJ .field-input {
  padding: 2rem 1rem;
  min-height: auto;
  background-color: #ffffff;
  border-color: #cccccc;
  color: #000000;
  transition: 0.4s;
  box-shadow: none;
  outline: none;
}
.cid-s3fJ3UwGkJ .form-control::-webkit-input-placeholder,
.cid-s3fJ3UwGkJ .field-input::-webkit-input-placeholder,
.cid-s3fJ3UwGkJ .form-control::-webkit-input-placeholder,
.cid-s3fJ3UwGkJ .field-input::-webkit-input-placeholder {
  color: #c1c1c1;
}
.cid-s3fJ3UwGkJ .form-control:-moz-placeholder,
.cid-s3fJ3UwGkJ .field-input:-moz-placeholder,
.cid-s3fJ3UwGkJ .form-control:-moz-placeholder,
.cid-s3fJ3UwGkJ .field-input:-moz-placeholder {
  color: #c1c1c1;
}
.cid-s3fJ3UwGkJ .form-control:hover,
.cid-s3fJ3UwGkJ .field-input:hover,
.cid-s3fJ3UwGkJ .form-control:focus,
.cid-s3fJ3UwGkJ .field-input:focus {
  background-color: #ffffff;
  border-color: #cccccc;
  color: #000000;
  box-shadow: none;
  outline: none;
}
.cid-s3fJ3UwGkJ .form-control:hover::-webkit-input-placeholder,
.cid-s3fJ3UwGkJ .field-input:hover::-webkit-input-placeholder,
.cid-s3fJ3UwGkJ .form-control:focus::-webkit-input-placeholder,
.cid-s3fJ3UwGkJ .field-input:focus::-webkit-input-placeholder,
.cid-s3fJ3UwGkJ .form-control:hover::-webkit-input-placeholder,
.cid-s3fJ3UwGkJ .field-input:hover::-webkit-input-placeholder,
.cid-s3fJ3UwGkJ .form-control:focus::-webkit-input-placeholder,
.cid-s3fJ3UwGkJ .field-input:focus::-webkit-input-placeholder {
  color: #c1c1c1;
}
.cid-s3fJ3UwGkJ .form-control:hover:-moz-placeholder,
.cid-s3fJ3UwGkJ .field-input:hover:-moz-placeholder,
.cid-s3fJ3UwGkJ .form-control:focus:-moz-placeholder,
.cid-s3fJ3UwGkJ .field-input:focus:-moz-placeholder,
.cid-s3fJ3UwGkJ .form-control:hover:-moz-placeholder,
.cid-s3fJ3UwGkJ .field-input:hover:-moz-placeholder,
.cid-s3fJ3UwGkJ .form-control:focus:-moz-placeholder,
.cid-s3fJ3UwGkJ .field-input:focus:-moz-placeholder {
  color: #c1c1c1;
}
.cid-s3fJ3UwGkJ textarea {
  padding-top: 1rem!important;
}
.cid-s3fJ3UwGkJ .jq-number__spin:hover,
.cid-s3fJ3UwGkJ .jq-number__spin:focus {
  background-color: #ffffff;
  border-color: #cccccc;
  color: #ffffff;
  box-shadow: none;
  outline: none;
}
.cid-s3fJ3UwGkJ .jq-number__spin {
  background-color: #ffffff;
  border-color: #cccccc;
  color: #000000;
  transition: 0.4s;
  box-shadow: none;
  outline: none;
}
.cid-s3fJ3UwGkJ .jq-selectbox li,
.cid-s3fJ3UwGkJ .jq-selectbox li {
  background-color: #ffffff;
  color: #000000;
}
.cid-s3fJ3UwGkJ .jq-selectbox li:hover,
.cid-s3fJ3UwGkJ .jq-selectbox li.selected {
  background-color: #ffffff;
  color: #000000;
}
.cid-s3fJ3UwGkJ .jq-selectbox:hover .jq-selectbox__trigger-arrow,
.cid-s3fJ3UwGkJ .jq-number__spin.minus:hover:after,
.cid-s3fJ3UwGkJ .jq-number__spin.plus:hover:after {
  border-top-color: #ffffff;
  border-bottom-color: #ffffff;
}
.cid-s3fJ3UwGkJ .jq-selectbox .jq-selectbox__trigger-arrow,
.cid-s3fJ3UwGkJ .jq-number__spin.minus:after,
.cid-s3fJ3UwGkJ .jq-number__spin.plus:after {
  border-top-color: #ffffff;
  border-bottom-color: #ffffff;
}
.cid-s3fJ3UwGkJ input::-webkit-clear-button {
  display: none;
}
.cid-s3fJ3UwGkJ input::-webkit-inner-spin-button {
  display: none;
}
.cid-s3fJ3UwGkJ input::-webkit-outer-spin-button {
  display: none;
}
.cid-s3fJ3UwGkJ input::-webkit-calendar-picker-indicator {
  display: none;
}
.cid-s3fJ3UwGkJ H5 {
  text-align: center;
  color: #0077ff;
}
.cid-s3fJaN78jl {
  padding-top: 30px;
  padding-bottom: 15px;
  background-color: #0095ff;
}
@media (max-width: 767px) {
  .cid-s3fJaN78jl .content {
    text-align: center;
  }
  .cid-s3fJaN78jl .content > div:not(:last-child) {
    margin-bottom: 2rem;
  }
}
@media (max-width: 767px) {
  .cid-s3fJaN78jl .media-wrap {
    margin-bottom: 1rem;
  }
}
.cid-s3fJaN78jl .media-wrap .mbr-iconfont-logo {
  font-size: 7.5rem;
  color: #f36;
}
.cid-s3fJaN78jl .media-wrap img {
  height: 6rem;
}
@media (max-width: 767px) {
  .cid-s3fJaN78jl .footer-lower .copyright {
    margin-bottom: 1rem;
    text-align: center;
  }
}
.cid-s3fJaN78jl .footer-lower hr {
  margin: 1rem 0;
  border-color: #fff;
  opacity: .05;
}
.cid-s3fJaN78jl .footer-lower .social-list {
  padding-left: 0;
  margin-bottom: 0;
  list-style: none;
  display: flex;
  -webkit-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-justify-content: flex-end;
  justify-content: flex-end;
}
.cid-s3fJaN78jl .footer-lower .social-list .mbr-iconfont-social {
  font-size: 1.3rem;
  color: #fff;
}
.cid-s3fJaN78jl .footer-lower .social-list .soc-item {
  margin: 0 .5rem;
}
.cid-s3fJaN78jl .footer-lower .social-list a {
  margin: 0;
  opacity: .5;
  -webkit-transition: .2s linear;
  transition: .2s linear;
}
.cid-s3fJaN78jl .footer-lower .social-list a:hover {
  opacity: 1;
}
@media (max-width: 767px) {
  .cid-s3fJaN78jl .footer-lower .social-list {
    -webkit-justify-content: center;
    justify-content: center;
  }
}
.cid-s4pRsxSfM5 .dropdown-item:before {
  font-family: MobiriseIcons !important;
  content: '\e966';
  display: inline-block;
  width: 0;
  position: absolute;
  left: 1rem;
  top: 0.5rem;
  margin-right: 0.5rem;
  line-height: 1;
  font-size: inherit;
  vertical-align: middle;
  text-align: center;
  overflow: hidden;
  -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-s4pRsxSfM5 .dropdown-menu {
  padding: 0;
}
.cid-s4pRsxSfM5 .dropdown-item {
  border-bottom: 1px solid #e6e6e6;
}
.cid-s4pRsxSfM5 .dropdown-item:hover,
.cid-s4pRsxSfM5 .dropdown-item:focus {
  background: #0077ff !important;
  color: white!important;
}
.cid-s4pRsxSfM5 .nav-dropdown .link {
  padding: 0 0.3em !important;
  margin: .667em 1em !important;
}
.cid-s4pRsxSfM5 .nav-dropdown .link.dropdown-toggle::after {
  margin-left: 0.5rem;
  margin-top: 0.2rem;
}
.cid-s4pRsxSfM5 .nav-link {
  position: relative;
}
.cid-s4pRsxSfM5 .container {
  display: flex;
  margin: auto;
}
.cid-s4pRsxSfM5 .mbr-iconfont {
  color: #000000 !important;
  font-size: 1.5rem;
  padding-right: .5rem;
}
.cid-s4pRsxSfM5 .navbar-caption {
  padding-right: 4rem;
}
.cid-s4pRsxSfM5 .navbar-nav {
  justify-content: space-between;
  width: -webkit-fill-available;
}
.cid-s4pRsxSfM5 .dropdown-menu,
.cid-s4pRsxSfM5 .navbar.opened {
  background: #fafafa !important;
}
.cid-s4pRsxSfM5 .nav-item:focus,
.cid-s4pRsxSfM5 .nav-link:focus {
  outline: none;
}
.cid-s4pRsxSfM5 .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-s4pRsxSfM5 .dropdown .dropdown-menu .dropdown-item::after {
  right: 0.5rem;
}
.cid-s4pRsxSfM5 .dropdown .dropdown-menu .dropdown-item .mbr-iconfont {
  margin-left: -1.8rem;
  padding-right: 1rem;
  font-size: inherit;
}
.cid-s4pRsxSfM5 .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-s4pRsxSfM5 .collapsed .dropdown-menu .dropdown-item:before {
  display: none;
}
.cid-s4pRsxSfM5 .collapsed .dropdown .dropdown-menu .dropdown-item {
  padding: 0.235em 1.5em 0.235em 1.5em !important;
  transition: none;
  margin: 0 !important;
}
.cid-s4pRsxSfM5 .navbar {
  min-height: 77px;
  transition: all .3s;
  border-bottom: 1px solid #e6e6e6;
  background: #ffffff;
}
.cid-s4pRsxSfM5 .navbar.opened {
  transition: all .3s;
}
.cid-s4pRsxSfM5 .navbar .dropdown-item {
  padding: .5rem 1.8rem;
}
.cid-s4pRsxSfM5 .navbar .navbar-collapse {
  justify-content: space-between;
  z-index: 1;
}
.cid-s4pRsxSfM5 .navbar.collapsed .nav-item .nav-link::before {
  display: none;
}
.cid-s4pRsxSfM5 .navbar.collapsed.opened .dropdown-menu {
  top: 0;
}
@media (min-width: 992px) {
  .cid-s4pRsxSfM5 .navbar.collapsed.opened:not(.navbar-short) .navbar-collapse {
    max-height: calc(98.5vh - 3.8rem);
  }
}
.cid-s4pRsxSfM5 .navbar.collapsed .dropdown-menu .dropdown-submenu {
  left: 0 !important;
}
.cid-s4pRsxSfM5 .navbar.collapsed .dropdown-menu .dropdown-item:after {
  right: auto;
}
.cid-s4pRsxSfM5 .navbar.collapsed .dropdown-menu .dropdown-toggle[data-toggle="dropdown-submenu"]:after {
  margin-left: 0.5rem;
  margin-top: 0.2rem;
  border-top: 0.35em solid;
  border-right: 0.35em solid transparent;
  border-left: 0.35em solid transparent;
  border-bottom: 0;
  top: 55%;
}
.cid-s4pRsxSfM5 .navbar.collapsed ul.navbar-nav li {
  margin: auto;
}
.cid-s4pRsxSfM5 .navbar.collapsed .dropdown-menu .dropdown-item {
  padding: .25rem 1.5rem;
  text-align: center;
}
.cid-s4pRsxSfM5 .navbar.collapsed .icons-menu {
  padding-left: 0;
  padding-right: 0;
  padding-top: .5rem;
  padding-bottom: .5rem;
}
@media (max-width: 991px) {
  .cid-s4pRsxSfM5 .navbar .nav-item .nav-link::before {
    display: none;
  }
  .cid-s4pRsxSfM5 .navbar.opened .dropdown-menu {
    top: 0;
  }
  .cid-s4pRsxSfM5 .navbar .dropdown-menu .dropdown-submenu {
    left: 0 !important;
  }
  .cid-s4pRsxSfM5 .navbar .dropdown-menu .dropdown-item:after {
    right: auto;
  }
  .cid-s4pRsxSfM5 .navbar .dropdown-menu .dropdown-toggle[data-toggle="dropdown-submenu"]:after {
    margin-left: 0.5rem;
    margin-top: 0.2rem;
    border-top: 0.35em solid;
    border-right: 0.35em solid transparent;
    border-left: 0.35em solid transparent;
    border-bottom: 0;
    top: 55%;
  }
  .cid-s4pRsxSfM5 .navbar .navbar-logo img {
    height: 3.8rem !important;
  }
  .cid-s4pRsxSfM5 .navbar ul.navbar-nav li {
    margin: auto;
  }
  .cid-s4pRsxSfM5 .navbar .dropdown-menu .dropdown-item {
    padding: .25rem 1.5rem !important;
    text-align: center;
  }
  .cid-s4pRsxSfM5 .navbar .navbar-brand {
    -webkit-flex-shrink: initial;
    flex-shrink: initial;
    -webkit-flex-basis: auto;
    flex-basis: auto;
    word-break: break-word;
    padding-right: 2rem;
  }
  .cid-s4pRsxSfM5 .navbar .navbar-toggler {
    -webkit-flex-basis: auto;
    flex-basis: auto;
  }
  .cid-s4pRsxSfM5 .navbar .icons-menu {
    padding-left: 0;
    padding-top: .5rem;
    padding-bottom: .5rem;
  }
}
.cid-s4pRsxSfM5 .navbar.navbar-short {
  background: #ffffff !important;
  min-height: 60px;
}
.cid-s4pRsxSfM5 .navbar.navbar-short .navbar-logo img {
  height: 3rem !important;
}
.cid-s4pRsxSfM5 .navbar.navbar-short .navbar-brand {
  padding: 0;
}
.cid-s4pRsxSfM5 .navbar-brand {
  -webkit-flex-shrink: 0;
  flex-shrink: 0;
  -webkit-align-items: center;
  align-items: center;
  margin-right: 0;
  padding: 0;
  transition: all .3s;
  word-break: break-word;
  z-index: 1;
}
.cid-s4pRsxSfM5 .navbar-brand .navbar-caption {
  line-height: inherit !important;
}
.cid-s4pRsxSfM5 .navbar-brand .navbar-logo a {
  outline: none;
}
.cid-s4pRsxSfM5 .dropdown-item.active,
.cid-s4pRsxSfM5 .dropdown-item:active {
  background-color: transparent;
}
.cid-s4pRsxSfM5 .navbar-expand-lg .navbar-nav .nav-link {
  padding: 0;
}
.cid-s4pRsxSfM5 .nav-dropdown .link.dropdown-toggle {
  margin-right: 1.667em;
}
.cid-s4pRsxSfM5 .nav-dropdown .link.dropdown-toggle[aria-expanded="true"] {
  margin-right: 0;
  padding: 0.667em 1.667em;
}
.cid-s4pRsxSfM5 .navbar.navbar-expand-lg .dropdown .dropdown-menu {
  background: #ffffff;
}
.cid-s4pRsxSfM5 .navbar.navbar-expand-lg .dropdown .dropdown-menu .dropdown-submenu {
  margin: 0;
  left: 100%;
}
.cid-s4pRsxSfM5 .navbar .dropdown.open > .dropdown-menu {
  display: block;
}
.cid-s4pRsxSfM5 ul.navbar-nav {
  -webkit-flex-wrap: wrap;
  flex-wrap: wrap;
}
.cid-s4pRsxSfM5 .navbar-buttons {
  text-align: center;
  min-width: 170px;
}
.cid-s4pRsxSfM5 button.navbar-toggler {
  outline: none;
  width: 31px;
  height: 20px;
  cursor: pointer;
  transition: all .2s;
  position: relative;
  -webkit-align-self: center;
  align-self: center;
}
.cid-s4pRsxSfM5 button.navbar-toggler .hamburger span {
  position: absolute;
  right: 0;
  width: 30px;
  height: 2px;
  border-right: 5px;
  background-color: #000000;
}
.cid-s4pRsxSfM5 button.navbar-toggler .hamburger span:nth-child(1) {
  top: 0;
  transition: all .2s;
}
.cid-s4pRsxSfM5 button.navbar-toggler .hamburger span:nth-child(2) {
  top: 8px;
  transition: all .15s;
}
.cid-s4pRsxSfM5 button.navbar-toggler .hamburger span:nth-child(3) {
  top: 8px;
  transition: all .15s;
}
.cid-s4pRsxSfM5 button.navbar-toggler .hamburger span:nth-child(4) {
  top: 16px;
  transition: all .2s;
}
.cid-s4pRsxSfM5 nav.opened .hamburger span:nth-child(1) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all .2s;
}
.cid-s4pRsxSfM5 nav.opened .hamburger span:nth-child(2) {
  -webkit-transform: rotate(45deg);
  transform: rotate(45deg);
  transition: all .25s;
}
.cid-s4pRsxSfM5 nav.opened .hamburger span:nth-child(3) {
  -webkit-transform: rotate(-45deg);
  transform: rotate(-45deg);
  transition: all .25s;
}
.cid-s4pRsxSfM5 nav.opened .hamburger span:nth-child(4) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all .2s;
}
.cid-s4pRsxSfM5 .navbar-dropdown {
  padding: .5rem 1rem;
  position: fixed;
}
.cid-s4pRsxSfM5 a.nav-link {
  display: flex;
  -webkit-align-items: center;
  align-items: center;
  -webkit-justify-content: center;
  justify-content: center;
}
.cid-s4pRsxSfM5 .icons-menu {
  -webkit-flex-wrap: wrap;
  flex-wrap: wrap;
  min-width: 160px;
  display: flex;
  -webkit-justify-content: center;
  justify-content: center;
  padding-left: 1rem;
  padding-right: 1rem;
  padding-top: 0.3rem;
  text-align: center;
}
.cid-s4pRsxSfM5 .icons-menu span {
  font-size: 20px;
  color: #ffffff;
}
@media screen and (-ms-high-contrast: active), (-ms-high-contrast: none) {
  .cid-s4pRsxSfM5 .navbar {
    height: 77px;
  }
  .cid-s4pRsxSfM5 .navbar.opened {
    height: auto;
  }
  .cid-s4pRsxSfM5 .nav-item .nav-link:hover::before {
    width: 175%;
    max-width: calc(100% + 2rem);
    left: -1rem;
  }
}
.cid-s4pRsJPinF {
  padding-top: 0px;
  padding-bottom: 0px;
  background-image: url("../../../assets/images/siriwan-arunsiriwattana-gs0coxlmjdi-unsplash-2000x1333.jpg");
}
.cid-s4pRsJPinF .card-box {
  padding: 0rem;
}
.cid-s4pRsJPinF .mbr-section-btn {
  margin-top: 1.8rem;
}
.cid-s4pRsJPinF .big {
  align-items: center;
  justify-content: center;
  display: flex;
}
.cid-s4pRsJPinF .big h4 {
  margin: 0;
}
.cid-s4pRsJPinF .card {
  padding: 0;
  min-height: 300px;
}
.cid-s4pRsJPinF img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.cid-s4pRsJPinF .card-img {
  min-height: 400px;
  height: 100%;
}
.cid-s4pRsJPinF .card-wrapper {
  padding: 4rem 2rem;
  width: 100%;
}
@media (min-width: 1400px) {
  .cid-s4pRsJPinF .card-wrapper {
    padding: 4rem;
  }
}
.cid-s4pRsJPinF .cardbg1 {
  background: #d5e5ff;
  height: 100%;
  display: flex;
  justify-content: center;
  flex-direction: column;
}
.cid-s4pRsJPinF .cardbg2 {
  background: #5f8dd3;
  height: 100%;
  display: flex;
  justify-content: center;
  flex-direction: column;
}
.cid-s4pRsJPinF .main-title {
  color: #ffffff;
}
.cid-s4pRsJPinF .card-text {
  color: #ffffff;
}
.cid-s4pRsNMz1g {
  padding-top: 60px;
  padding-bottom: 60px;
  background-color: #ffffff;
}
.cid-s4pRsNMz1g .link-wrap {
  width: 100%;
}
.cid-s4pRsNMz1g .link {
  display: inline-block;
}
.cid-s4pRsNMz1g .link a {
  position: relative;
  width: fit-content;
  display: inline-block;
  padding: 0 1rem;
  font-weight: 600;
}
.cid-s4pRsNMz1g .link a:before {
  position: absolute;
  right: 0px;
  font-weight: 900;
  top: 55%;
  transform: translateY(-50%);
  content: "\e909";
  font-family: 'Moririse2' !important;
  color: currentColor;
  font-size: 0.6rem;
}
.cid-s4pRsNMz1g .link a:hover {
  text-decoration: underline;
}
.cid-s4pRsNMz1g .link,
.cid-s4pRsNMz1g .link-wrap {
  color: #ffffff;
}
.cid-s4pRsNMz1g .mbr-text,
.cid-s4pRsNMz1g .mbr-section-btn {
  color: #333333;
}
.cid-s4pRsNMz1g .mbr-text,
.cid-s4pRsNMz1g .link-wrap {
  text-align: left;
}
.cid-s4pRsPpmpT {
  padding-top: 75px;
  padding-bottom: 75px;
  background-color: #d5e5ff;
}
.cid-s4pRsPpmpT .mbr-overlay {
  background-color: #ffffff;
  opacity: 0.4;
}
.cid-s4pRsPpmpT .form-control,
.cid-s4pRsPpmpT .field-input {
  padding: 2rem 1rem;
  min-height: auto;
  background-color: #ffffff;
  border-color: #cccccc;
  color: #000000;
  transition: 0.4s;
  box-shadow: none;
  outline: none;
}
.cid-s4pRsPpmpT .form-control::-webkit-input-placeholder,
.cid-s4pRsPpmpT .field-input::-webkit-input-placeholder,
.cid-s4pRsPpmpT .form-control::-webkit-input-placeholder,
.cid-s4pRsPpmpT .field-input::-webkit-input-placeholder {
  color: #c1c1c1;
}
.cid-s4pRsPpmpT .form-control:-moz-placeholder,
.cid-s4pRsPpmpT .field-input:-moz-placeholder,
.cid-s4pRsPpmpT .form-control:-moz-placeholder,
.cid-s4pRsPpmpT .field-input:-moz-placeholder {
  color: #c1c1c1;
}
.cid-s4pRsPpmpT .form-control:hover,
.cid-s4pRsPpmpT .field-input:hover,
.cid-s4pRsPpmpT .form-control:focus,
.cid-s4pRsPpmpT .field-input:focus {
  background-color: #ffffff;
  border-color: #cccccc;
  color: #000000;
  box-shadow: none;
  outline: none;
}
.cid-s4pRsPpmpT .form-control:hover::-webkit-input-placeholder,
.cid-s4pRsPpmpT .field-input:hover::-webkit-input-placeholder,
.cid-s4pRsPpmpT .form-control:focus::-webkit-input-placeholder,
.cid-s4pRsPpmpT .field-input:focus::-webkit-input-placeholder,
.cid-s4pRsPpmpT .form-control:hover::-webkit-input-placeholder,
.cid-s4pRsPpmpT .field-input:hover::-webkit-input-placeholder,
.cid-s4pRsPpmpT .form-control:focus::-webkit-input-placeholder,
.cid-s4pRsPpmpT .field-input:focus::-webkit-input-placeholder {
  color: #c1c1c1;
}
.cid-s4pRsPpmpT .form-control:hover:-moz-placeholder,
.cid-s4pRsPpmpT .field-input:hover:-moz-placeholder,
.cid-s4pRsPpmpT .form-control:focus:-moz-placeholder,
.cid-s4pRsPpmpT .field-input:focus:-moz-placeholder,
.cid-s4pRsPpmpT .form-control:hover:-moz-placeholder,
.cid-s4pRsPpmpT .field-input:hover:-moz-placeholder,
.cid-s4pRsPpmpT .form-control:focus:-moz-placeholder,
.cid-s4pRsPpmpT .field-input:focus:-moz-placeholder {
  color: #c1c1c1;
}
.cid-s4pRsPpmpT textarea {
  padding-top: 1rem!important;
}
.cid-s4pRsPpmpT .jq-number__spin:hover,
.cid-s4pRsPpmpT .jq-number__spin:focus {
  background-color: #ffffff;
  border-color: #cccccc;
  color: #ffffff;
  box-shadow: none;
  outline: none;
}
.cid-s4pRsPpmpT .jq-number__spin {
  background-color: #ffffff;
  border-color: #cccccc;
  color: #000000;
  transition: 0.4s;
  box-shadow: none;
  outline: none;
}
.cid-s4pRsPpmpT .jq-selectbox li,
.cid-s4pRsPpmpT .jq-selectbox li {
  background-color: #ffffff;
  color: #000000;
}
.cid-s4pRsPpmpT .jq-selectbox li:hover,
.cid-s4pRsPpmpT .jq-selectbox li.selected {
  background-color: #ffffff;
  color: #000000;
}
.cid-s4pRsPpmpT .jq-selectbox:hover .jq-selectbox__trigger-arrow,
.cid-s4pRsPpmpT .jq-number__spin.minus:hover:after,
.cid-s4pRsPpmpT .jq-number__spin.plus:hover:after {
  border-top-color: #ffffff;
  border-bottom-color: #ffffff;
}
.cid-s4pRsPpmpT .jq-selectbox .jq-selectbox__trigger-arrow,
.cid-s4pRsPpmpT .jq-number__spin.minus:after,
.cid-s4pRsPpmpT .jq-number__spin.plus:after {
  border-top-color: #ffffff;
  border-bottom-color: #ffffff;
}
.cid-s4pRsPpmpT input::-webkit-clear-button {
  display: none;
}
.cid-s4pRsPpmpT input::-webkit-inner-spin-button {
  display: none;
}
.cid-s4pRsPpmpT input::-webkit-outer-spin-button {
  display: none;
}
.cid-s4pRsPpmpT input::-webkit-calendar-picker-indicator {
  display: none;
}
.cid-s4pRsPpmpT H5 {
  text-align: center;
  color: #0095ff;
}
.cid-s4pRsQYXXu {
  padding-top: 30px;
  padding-bottom: 15px;
  background-color: #5f8dd3;
}
@media (max-width: 767px) {
  .cid-s4pRsQYXXu .content {
    text-align: center;
  }
  .cid-s4pRsQYXXu .content > div:not(:last-child) {
    margin-bottom: 2rem;
  }
}
@media (max-width: 767px) {
  .cid-s4pRsQYXXu .media-wrap {
    margin-bottom: 1rem;
  }
}
.cid-s4pRsQYXXu .media-wrap .mbr-iconfont-logo {
  font-size: 7.5rem;
  color: #f36;
}
.cid-s4pRsQYXXu .media-wrap img {
  height: 6rem;
}
@media (max-width: 767px) {
  .cid-s4pRsQYXXu .footer-lower .copyright {
    margin-bottom: 1rem;
    text-align: center;
  }
}
.cid-s4pRsQYXXu .footer-lower hr {
  margin: 1rem 0;
  border-color: #fff;
  opacity: .05;
}
.cid-s4pRsQYXXu .footer-lower .social-list {
  padding-left: 0;
  margin-bottom: 0;
  list-style: none;
  display: flex;
  -webkit-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-justify-content: flex-end;
  justify-content: flex-end;
}
.cid-s4pRsQYXXu .footer-lower .social-list .mbr-iconfont-social {
  font-size: 1.3rem;
  color: #fff;
}
.cid-s4pRsQYXXu .footer-lower .social-list .soc-item {
  margin: 0 .5rem;
}
.cid-s4pRsQYXXu .footer-lower .social-list a {
  margin: 0;
  opacity: .5;
  -webkit-transition: .2s linear;
  transition: .2s linear;
}
.cid-s4pRsQYXXu .footer-lower .social-list a:hover {
  opacity: 1;
}
@media (max-width: 767px) {
  .cid-s4pRsQYXXu .footer-lower .social-list {
    -webkit-justify-content: center;
    justify-content: center;
  }
}
.cid-rOMppMkTcD .dropdown-item:before {
  font-family: MobiriseIcons !important;
  content: '\e966';
  display: inline-block;
  width: 0;
  position: absolute;
  left: 1rem;
  top: 0.5rem;
  margin-right: 0.5rem;
  line-height: 1;
  font-size: inherit;
  vertical-align: middle;
  text-align: center;
  overflow: hidden;
  -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-rOMppMkTcD .dropdown-menu {
  padding: 0;
}
.cid-rOMppMkTcD .dropdown-item {
  border-bottom: 1px solid #e6e6e6;
}
.cid-rOMppMkTcD .dropdown-item:hover,
.cid-rOMppMkTcD .dropdown-item:focus {
  background: #0077ff !important;
  color: white!important;
}
.cid-rOMppMkTcD .nav-dropdown .link {
  padding: 0 0.3em !important;
  margin: .667em 1em !important;
}
.cid-rOMppMkTcD .nav-dropdown .link.dropdown-toggle::after {
  margin-left: 0.5rem;
  margin-top: 0.2rem;
}
.cid-rOMppMkTcD .nav-link {
  position: relative;
}
.cid-rOMppMkTcD .container {
  display: flex;
  margin: auto;
}
.cid-rOMppMkTcD .mbr-iconfont {
  color: #000000 !important;
  font-size: 1.5rem;
  padding-right: .5rem;
}
.cid-rOMppMkTcD .navbar-caption {
  padding-right: 4rem;
}
.cid-rOMppMkTcD .navbar-nav {
  justify-content: space-between;
  width: -webkit-fill-available;
}
.cid-rOMppMkTcD .dropdown-menu,
.cid-rOMppMkTcD .navbar.opened {
  background: #fafafa !important;
}
.cid-rOMppMkTcD .nav-item:focus,
.cid-rOMppMkTcD .nav-link:focus {
  outline: none;
}
.cid-rOMppMkTcD .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-rOMppMkTcD .dropdown .dropdown-menu .dropdown-item::after {
  right: 0.5rem;
}
.cid-rOMppMkTcD .dropdown .dropdown-menu .dropdown-item .mbr-iconfont {
  margin-left: -1.8rem;
  padding-right: 1rem;
  font-size: inherit;
}
.cid-rOMppMkTcD .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-rOMppMkTcD .collapsed .dropdown-menu .dropdown-item:before {
  display: none;
}
.cid-rOMppMkTcD .collapsed .dropdown .dropdown-menu .dropdown-item {
  padding: 0.235em 1.5em 0.235em 1.5em !important;
  transition: none;
  margin: 0 !important;
}
.cid-rOMppMkTcD .navbar {
  min-height: 77px;
  transition: all .3s;
  border-bottom: 1px solid #e6e6e6;
  background: #ffffff;
}
.cid-rOMppMkTcD .navbar.opened {
  transition: all .3s;
}
.cid-rOMppMkTcD .navbar .dropdown-item {
  padding: .5rem 1.8rem;
}
.cid-rOMppMkTcD .navbar .navbar-collapse {
  justify-content: space-between;
  z-index: 1;
}
.cid-rOMppMkTcD .navbar.collapsed .nav-item .nav-link::before {
  display: none;
}
.cid-rOMppMkTcD .navbar.collapsed.opened .dropdown-menu {
  top: 0;
}
@media (min-width: 992px) {
  .cid-rOMppMkTcD .navbar.collapsed.opened:not(.navbar-short) .navbar-collapse {
    max-height: calc(98.5vh - 3.8rem);
  }
}
.cid-rOMppMkTcD .navbar.collapsed .dropdown-menu .dropdown-submenu {
  left: 0 !important;
}
.cid-rOMppMkTcD .navbar.collapsed .dropdown-menu .dropdown-item:after {
  right: auto;
}
.cid-rOMppMkTcD .navbar.collapsed .dropdown-menu .dropdown-toggle[data-toggle="dropdown-submenu"]:after {
  margin-left: 0.5rem;
  margin-top: 0.2rem;
  border-top: 0.35em solid;
  border-right: 0.35em solid transparent;
  border-left: 0.35em solid transparent;
  border-bottom: 0;
  top: 55%;
}
.cid-rOMppMkTcD .navbar.collapsed ul.navbar-nav li {
  margin: auto;
}
.cid-rOMppMkTcD .navbar.collapsed .dropdown-menu .dropdown-item {
  padding: .25rem 1.5rem;
  text-align: center;
}
.cid-rOMppMkTcD .navbar.collapsed .icons-menu {
  padding-left: 0;
  padding-right: 0;
  padding-top: .5rem;
  padding-bottom: .5rem;
}
@media (max-width: 991px) {
  .cid-rOMppMkTcD .navbar .nav-item .nav-link::before {
    display: none;
  }
  .cid-rOMppMkTcD .navbar.opened .dropdown-menu {
    top: 0;
  }
  .cid-rOMppMkTcD .navbar .dropdown-menu .dropdown-submenu {
    left: 0 !important;
  }
  .cid-rOMppMkTcD .navbar .dropdown-menu .dropdown-item:after {
    right: auto;
  }
  .cid-rOMppMkTcD .navbar .dropdown-menu .dropdown-toggle[data-toggle="dropdown-submenu"]:after {
    margin-left: 0.5rem;
    margin-top: 0.2rem;
    border-top: 0.35em solid;
    border-right: 0.35em solid transparent;
    border-left: 0.35em solid transparent;
    border-bottom: 0;
    top: 55%;
  }
  .cid-rOMppMkTcD .navbar .navbar-logo img {
    height: 3.8rem !important;
  }
  .cid-rOMppMkTcD .navbar ul.navbar-nav li {
    margin: auto;
  }
  .cid-rOMppMkTcD .navbar .dropdown-menu .dropdown-item {
    padding: .25rem 1.5rem !important;
    text-align: center;
  }
  .cid-rOMppMkTcD .navbar .navbar-brand {
    -webkit-flex-shrink: initial;
    flex-shrink: initial;
    -webkit-flex-basis: auto;
    flex-basis: auto;
    word-break: break-word;
    padding-right: 2rem;
  }
  .cid-rOMppMkTcD .navbar .navbar-toggler {
    -webkit-flex-basis: auto;
    flex-basis: auto;
  }
  .cid-rOMppMkTcD .navbar .icons-menu {
    padding-left: 0;
    padding-top: .5rem;
    padding-bottom: .5rem;
  }
}
.cid-rOMppMkTcD .navbar.navbar-short {
  background: #ffffff !important;
  min-height: 60px;
}
.cid-rOMppMkTcD .navbar.navbar-short .navbar-logo img {
  height: 3rem !important;
}
.cid-rOMppMkTcD .navbar.navbar-short .navbar-brand {
  padding: 0;
}
.cid-rOMppMkTcD .navbar-brand {
  -webkit-flex-shrink: 0;
  flex-shrink: 0;
  -webkit-align-items: center;
  align-items: center;
  margin-right: 0;
  padding: 0;
  transition: all .3s;
  word-break: break-word;
  z-index: 1;
}
.cid-rOMppMkTcD .navbar-brand .navbar-caption {
  line-height: inherit !important;
}
.cid-rOMppMkTcD .navbar-brand .navbar-logo a {
  outline: none;
}
.cid-rOMppMkTcD .dropdown-item.active,
.cid-rOMppMkTcD .dropdown-item:active {
  background-color: transparent;
}
.cid-rOMppMkTcD .navbar-expand-lg .navbar-nav .nav-link {
  padding: 0;
}
.cid-rOMppMkTcD .nav-dropdown .link.dropdown-toggle {
  margin-right: 1.667em;
}
.cid-rOMppMkTcD .nav-dropdown .link.dropdown-toggle[aria-expanded="true"] {
  margin-right: 0;
  padding: 0.667em 1.667em;
}
.cid-rOMppMkTcD .navbar.navbar-expand-lg .dropdown .dropdown-menu {
  background: #ffffff;
}
.cid-rOMppMkTcD .navbar.navbar-expand-lg .dropdown .dropdown-menu .dropdown-submenu {
  margin: 0;
  left: 100%;
}
.cid-rOMppMkTcD .navbar .dropdown.open > .dropdown-menu {
  display: block;
}
.cid-rOMppMkTcD ul.navbar-nav {
  -webkit-flex-wrap: wrap;
  flex-wrap: wrap;
}
.cid-rOMppMkTcD .navbar-buttons {
  text-align: center;
  min-width: 170px;
}
.cid-rOMppMkTcD button.navbar-toggler {
  outline: none;
  width: 31px;
  height: 20px;
  cursor: pointer;
  transition: all .2s;
  position: relative;
  -webkit-align-self: center;
  align-self: center;
}
.cid-rOMppMkTcD button.navbar-toggler .hamburger span {
  position: absolute;
  right: 0;
  width: 30px;
  height: 2px;
  border-right: 5px;
  background-color: #000000;
}
.cid-rOMppMkTcD button.navbar-toggler .hamburger span:nth-child(1) {
  top: 0;
  transition: all .2s;
}
.cid-rOMppMkTcD button.navbar-toggler .hamburger span:nth-child(2) {
  top: 8px;
  transition: all .15s;
}
.cid-rOMppMkTcD button.navbar-toggler .hamburger span:nth-child(3) {
  top: 8px;
  transition: all .15s;
}
.cid-rOMppMkTcD button.navbar-toggler .hamburger span:nth-child(4) {
  top: 16px;
  transition: all .2s;
}
.cid-rOMppMkTcD nav.opened .hamburger span:nth-child(1) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all .2s;
}
.cid-rOMppMkTcD nav.opened .hamburger span:nth-child(2) {
  -webkit-transform: rotate(45deg);
  transform: rotate(45deg);
  transition: all .25s;
}
.cid-rOMppMkTcD nav.opened .hamburger span:nth-child(3) {
  -webkit-transform: rotate(-45deg);
  transform: rotate(-45deg);
  transition: all .25s;
}
.cid-rOMppMkTcD nav.opened .hamburger span:nth-child(4) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all .2s;
}
.cid-rOMppMkTcD .navbar-dropdown {
  padding: .5rem 1rem;
  position: fixed;
}
.cid-rOMppMkTcD a.nav-link {
  display: flex;
  -webkit-align-items: center;
  align-items: center;
  -webkit-justify-content: center;
  justify-content: center;
}
.cid-rOMppMkTcD .icons-menu {
  -webkit-flex-wrap: wrap;
  flex-wrap: wrap;
  min-width: 160px;
  display: flex;
  -webkit-justify-content: center;
  justify-content: center;
  padding-left: 1rem;
  padding-right: 1rem;
  padding-top: 0.3rem;
  text-align: center;
}
.cid-rOMppMkTcD .icons-menu span {
  font-size: 20px;
  color: #ffffff;
}
@media screen and (-ms-high-contrast: active), (-ms-high-contrast: none) {
  .cid-rOMppMkTcD .navbar {
    height: 77px;
  }
  .cid-rOMppMkTcD .navbar.opened {
    height: auto;
  }
  .cid-rOMppMkTcD .nav-item .nav-link:hover::before {
    width: 175%;
    max-width: calc(100% + 2rem);
    left: -1rem;
  }
}
.cid-s3fSbq2Dn9 {
  padding-top: 30px;
  padding-bottom: 0px;
  background-image: url("../../../assets/images/windows-wjphtjetgzw-unsplash-2000x1334.jpeg");
}
.cid-s3fSbq2Dn9 .card-box {
  padding: 0rem;
}
.cid-s3fSbq2Dn9 .mbr-section-btn {
  margin-top: 1.8rem;
}
.cid-s3fSbq2Dn9 .big {
  align-items: center;
  justify-content: center;
  display: flex;
}
.cid-s3fSbq2Dn9 .big h4 {
  margin: 0;
}
.cid-s3fSbq2Dn9 .card {
  padding: 0;
  min-height: 300px;
}
.cid-s3fSbq2Dn9 img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.cid-s3fSbq2Dn9 .card-img {
  min-height: 400px;
  height: 100%;
}
.cid-s3fSbq2Dn9 .card-wrapper {
  padding: 4rem 2rem;
  width: 100%;
}
@media (min-width: 1400px) {
  .cid-s3fSbq2Dn9 .card-wrapper {
    padding: 4rem;
  }
}
.cid-s3fSbq2Dn9 .cardbg1 {
  background: #d7e7ff;
  height: 100%;
  display: flex;
  justify-content: center;
  flex-direction: column;
}
.cid-s3fSbq2Dn9 .cardbg2 {
  background: #f6f6f6;
  height: 100%;
  display: flex;
  justify-content: center;
  flex-direction: column;
}
.cid-s3fSbq2Dn9 .main-title {
  color: #ffffff;
}
.cid-s3fSh66g44 {
  padding-top: 60px;
  padding-bottom: 60px;
  background-color: #ffffff;
}
.cid-s3fSh66g44 .link-wrap {
  width: 100%;
}
.cid-s3fSh66g44 .link {
  display: inline-block;
}
.cid-s3fSh66g44 .link a {
  position: relative;
  width: fit-content;
  display: inline-block;
  padding-right: 1rem;
  font-weight: 600;
}
.cid-s3fSh66g44 .link a:before {
  position: absolute;
  right: 0px;
  font-weight: 900;
  top: 55%;
  transform: translateY(-50%);
  content: "\e909";
  font-family: 'Moririse2' !important;
  color: currentColor;
  font-size: 0.6rem;
}
.cid-s3fSh66g44 .link a:hover {
  text-decoration: underline;
}
.cid-s3fSh66g44 .link,
.cid-s3fSh66g44 .link-wrap {
  color: #ffffff;
}
.cid-s3fSh66g44 .mbr-text,
.cid-s3fSh66g44 .mbr-section-btn {
  color: #333333;
}
.cid-s3fSiPqRX1 {
  padding-top: 75px;
  padding-bottom: 75px;
  background-color: #d5e5ff;
}
.cid-s3fSiPqRX1 .mbr-overlay {
  background-color: #ffffff;
  opacity: 0.4;
}
.cid-s3fSiPqRX1 .form-control,
.cid-s3fSiPqRX1 .field-input {
  padding: 2rem 1rem;
  min-height: auto;
  background-color: #ffffff;
  border-color: #cccccc;
  color: #000000;
  transition: 0.4s;
  box-shadow: none;
  outline: none;
}
.cid-s3fSiPqRX1 .form-control::-webkit-input-placeholder,
.cid-s3fSiPqRX1 .field-input::-webkit-input-placeholder,
.cid-s3fSiPqRX1 .form-control::-webkit-input-placeholder,
.cid-s3fSiPqRX1 .field-input::-webkit-input-placeholder {
  color: #c1c1c1;
}
.cid-s3fSiPqRX1 .form-control:-moz-placeholder,
.cid-s3fSiPqRX1 .field-input:-moz-placeholder,
.cid-s3fSiPqRX1 .form-control:-moz-placeholder,
.cid-s3fSiPqRX1 .field-input:-moz-placeholder {
  color: #c1c1c1;
}
.cid-s3fSiPqRX1 .form-control:hover,
.cid-s3fSiPqRX1 .field-input:hover,
.cid-s3fSiPqRX1 .form-control:focus,
.cid-s3fSiPqRX1 .field-input:focus {
  background-color: #ffffff;
  border-color: #cccccc;
  color: #000000;
  box-shadow: none;
  outline: none;
}
.cid-s3fSiPqRX1 .form-control:hover::-webkit-input-placeholder,
.cid-s3fSiPqRX1 .field-input:hover::-webkit-input-placeholder,
.cid-s3fSiPqRX1 .form-control:focus::-webkit-input-placeholder,
.cid-s3fSiPqRX1 .field-input:focus::-webkit-input-placeholder,
.cid-s3fSiPqRX1 .form-control:hover::-webkit-input-placeholder,
.cid-s3fSiPqRX1 .field-input:hover::-webkit-input-placeholder,
.cid-s3fSiPqRX1 .form-control:focus::-webkit-input-placeholder,
.cid-s3fSiPqRX1 .field-input:focus::-webkit-input-placeholder {
  color: #c1c1c1;
}
.cid-s3fSiPqRX1 .form-control:hover:-moz-placeholder,
.cid-s3fSiPqRX1 .field-input:hover:-moz-placeholder,
.cid-s3fSiPqRX1 .form-control:focus:-moz-placeholder,
.cid-s3fSiPqRX1 .field-input:focus:-moz-placeholder,
.cid-s3fSiPqRX1 .form-control:hover:-moz-placeholder,
.cid-s3fSiPqRX1 .field-input:hover:-moz-placeholder,
.cid-s3fSiPqRX1 .form-control:focus:-moz-placeholder,
.cid-s3fSiPqRX1 .field-input:focus:-moz-placeholder {
  color: #c1c1c1;
}
.cid-s3fSiPqRX1 textarea {
  padding-top: 1rem!important;
}
.cid-s3fSiPqRX1 .jq-number__spin:hover,
.cid-s3fSiPqRX1 .jq-number__spin:focus {
  background-color: #ffffff;
  border-color: #cccccc;
  color: #ffffff;
  box-shadow: none;
  outline: none;
}
.cid-s3fSiPqRX1 .jq-number__spin {
  background-color: #ffffff;
  border-color: #cccccc;
  color: #000000;
  transition: 0.4s;
  box-shadow: none;
  outline: none;
}
.cid-s3fSiPqRX1 .jq-selectbox li,
.cid-s3fSiPqRX1 .jq-selectbox li {
  background-color: #ffffff;
  color: #000000;
}
.cid-s3fSiPqRX1 .jq-selectbox li:hover,
.cid-s3fSiPqRX1 .jq-selectbox li.selected {
  background-color: #ffffff;
  color: #000000;
}
.cid-s3fSiPqRX1 .jq-selectbox:hover .jq-selectbox__trigger-arrow,
.cid-s3fSiPqRX1 .jq-number__spin.minus:hover:after,
.cid-s3fSiPqRX1 .jq-number__spin.plus:hover:after {
  border-top-color: #ffffff;
  border-bottom-color: #ffffff;
}
.cid-s3fSiPqRX1 .jq-selectbox .jq-selectbox__trigger-arrow,
.cid-s3fSiPqRX1 .jq-number__spin.minus:after,
.cid-s3fSiPqRX1 .jq-number__spin.plus:after {
  border-top-color: #ffffff;
  border-bottom-color: #ffffff;
}
.cid-s3fSiPqRX1 input::-webkit-clear-button {
  display: none;
}
.cid-s3fSiPqRX1 input::-webkit-inner-spin-button {
  display: none;
}
.cid-s3fSiPqRX1 input::-webkit-outer-spin-button {
  display: none;
}
.cid-s3fSiPqRX1 input::-webkit-calendar-picker-indicator {
  display: none;
}
.cid-s3fSiPqRX1 H5 {
  text-align: center;
  color: #0077ff;
}
.cid-s3eD7TGCvo {
  padding-top: 30px;
  padding-bottom: 0px;
  background-color: #0095ff;
}
@media (max-width: 767px) {
  .cid-s3eD7TGCvo .content {
    text-align: center;
  }
  .cid-s3eD7TGCvo .content > div:not(:last-child) {
    margin-bottom: 2rem;
  }
}
@media (max-width: 767px) {
  .cid-s3eD7TGCvo .media-wrap {
    margin-bottom: 1rem;
  }
}
.cid-s3eD7TGCvo .media-wrap .mbr-iconfont-logo {
  font-size: 7.5rem;
  color: #f36;
}
.cid-s3eD7TGCvo .media-wrap img {
  height: 6rem;
}
@media (max-width: 767px) {
  .cid-s3eD7TGCvo .footer-lower .copyright {
    margin-bottom: 1rem;
    text-align: center;
  }
}
.cid-s3eD7TGCvo .footer-lower hr {
  margin: 1rem 0;
  border-color: #fff;
  opacity: .05;
}
.cid-s3eD7TGCvo .footer-lower .social-list {
  padding-left: 0;
  margin-bottom: 0;
  list-style: none;
  display: flex;
  -webkit-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-justify-content: flex-end;
  justify-content: flex-end;
}
.cid-s3eD7TGCvo .footer-lower .social-list .mbr-iconfont-social {
  font-size: 1.3rem;
  color: #fff;
}
.cid-s3eD7TGCvo .footer-lower .social-list .soc-item {
  margin: 0 .5rem;
}
.cid-s3eD7TGCvo .footer-lower .social-list a {
  margin: 0;
  opacity: .5;
  -webkit-transition: .2s linear;
  transition: .2s linear;
}
.cid-s3eD7TGCvo .footer-lower .social-list a:hover {
  opacity: 1;
}
@media (max-width: 767px) {
  .cid-s3eD7TGCvo .footer-lower .social-list {
    -webkit-justify-content: center;
    justify-content: center;
  }
}
