body {
  font-family: 'Archivo', sans-serif;
}
.display-1 {
  font-family: 'Archivo', sans-serif;
  font-size: 3.9rem;
  line-height: 1.1;
}
.display-1 > .mbr-iconfont {
  font-size: 4.875rem;
}
.display-2 {
  font-family: 'Archivo', sans-serif;
  font-size: 2.8rem;
  line-height: 1.1;
}
.display-2 > .mbr-iconfont {
  font-size: 3.5rem;
}
.display-4 {
  font-family: 'Archivo', sans-serif;
  font-size: 1.25rem;
  line-height: 1.5;
}
.display-4 > .mbr-iconfont {
  font-size: 1.5625rem;
}
.display-5 {
  font-family: 'Archivo', sans-serif;
  font-size: 1.75rem;
  line-height: 1.5;
}
.display-5 > .mbr-iconfont {
  font-size: 2.1875rem;
}
.display-7 {
  font-family: 'Archivo', sans-serif;
  font-size: 1rem;
  line-height: 1.5;
}
.display-7 > .mbr-iconfont {
  font-size: 1.25rem;
}
/* ---- 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.12rem;
  }
}
@media (max-width: 768px) {
  .display-1 {
    font-size: 2.73rem;
    font-size: calc( 2.0149999999999997rem + (3.9 - 2.0149999999999997) * ((100vw - 20rem) / (48 - 20)));
    line-height: calc( 1.1 * (2.0149999999999997rem + (3.9 - 2.0149999999999997) * ((100vw - 20rem) / (48 - 20))));
  }
  .display-2 {
    font-size: 2.24rem;
    font-size: calc( 1.63rem + (2.8 - 1.63) * ((100vw - 20rem) / (48 - 20)));
    line-height: calc( 1.3 * (1.63rem + (2.8 - 1.63) * ((100vw - 20rem) / (48 - 20))));
  }
  .display-4 {
    font-size: 1rem;
    font-size: calc( 1.0875rem + (1.25 - 1.0875) * ((100vw - 20rem) / (48 - 20)));
    line-height: calc( 1.4 * (1.0875rem + (1.25 - 1.0875) * ((100vw - 20rem) / (48 - 20))));
  }
  .display-5 {
    font-size: 1.4rem;
    font-size: calc( 1.2625rem + (1.75 - 1.2625) * ((100vw - 20rem) / (48 - 20)));
    line-height: calc( 1.4 * (1.2625rem + (1.75 - 1.2625) * ((100vw - 20rem) / (48 - 20))));
  }
  .display-7 {
    font-size: 0.8rem;
    font-size: calc( 1rem + (1 - 1) * ((100vw - 20rem) / (48 - 20)));
    line-height: calc( 1.4 * (1rem + (1 - 1) * ((100vw - 20rem) / (48 - 20))));
  }
}
/* Buttons */
.btn {
  padding: 0.6rem 1.2rem;
  border-radius: 4px;
}
.btn-sm {
  padding: 0.6rem 1.2rem;
  border-radius: 4px;
}
.btn-md {
  padding: 0.6rem 1.2rem;
  border-radius: 4px;
}
.btn-lg {
  padding: 1rem 2.6rem;
  border-radius: 4px;
}
.bg-primary {
  background-color: #091e52 !important;
}
.bg-success {
  background-color: #c8d4f2 !important;
}
.bg-info {
  background-color: #1c43a0 !important;
}
.bg-warning {
  background-color: #091e52 !important;
}
.bg-danger {
  background-color: #2f0025 !important;
}
.btn-primary,
.btn-primary:active {
  background-color: #091e52 !important;
  border-color: #091e52 !important;
  color: #000000 !important;
  box-shadow: 0 2px 2px 0 rgba(0, 0, 0, 0.2);
}
.btn-primary:hover,
.btn-primary:focus,
.btn-primary.focus,
.btn-primary.active {
  color: #ffffff !important;
  background-color: #000104 !important;
  border-color: #000104 !important;
  box-shadow: 0 2px 5px 0 rgba(0, 0, 0, 0.2);
}
.btn-primary.disabled,
.btn-primary:disabled {
  color: #000000 !important;
  background-color: #000104 !important;
  border-color: #000104 !important;
}
.btn-secondary,
.btn-secondary:active {
  background-color: #eef2fd !important;
  border-color: #eef2fd !important;
  color: #5d5d5d !important;
  box-shadow: 0 2px 2px 0 rgba(0, 0, 0, 0.2);
}
.btn-secondary:hover,
.btn-secondary:focus,
.btn-secondary.focus,
.btn-secondary.active {
  color: #ffffff !important;
  background-color: #a0b7f4 !important;
  border-color: #a0b7f4 !important;
  box-shadow: 0 2px 5px 0 rgba(0, 0, 0, 0.2);
}
.btn-secondary.disabled,
.btn-secondary:disabled {
  color: #5d5d5d !important;
  background-color: #a0b7f4 !important;
  border-color: #a0b7f4 !important;
}
.btn-info,
.btn-info:active {
  background-color: #1c43a0 !important;
  border-color: #1c43a0 !important;
  color: #000000 !important;
  box-shadow: 0 2px 2px 0 rgba(0, 0, 0, 0.2);
}
.btn-info:hover,
.btn-info:focus,
.btn-info.focus,
.btn-info.active {
  color: #ffffff !important;
  background-color: #0f2456 !important;
  border-color: #0f2456 !important;
  box-shadow: 0 2px 5px 0 rgba(0, 0, 0, 0.2);
}
.btn-info.disabled,
.btn-info:disabled {
  color: #000000 !important;
  background-color: #0f2456 !important;
  border-color: #0f2456 !important;
}
.btn-success,
.btn-success:active {
  background-color: #c8d4f2 !important;
  border-color: #c8d4f2 !important;
  color: #444444 !important;
  box-shadow: 0 2px 2px 0 rgba(0, 0, 0, 0.2);
}
.btn-success:hover,
.btn-success:focus,
.btn-success.focus,
.btn-success.active {
  color: #ffffff !important;
  background-color: #829de1 !important;
  border-color: #829de1 !important;
  box-shadow: 0 2px 5px 0 rgba(0, 0, 0, 0.2);
}
.btn-success.disabled,
.btn-success:disabled {
  color: #444444 !important;
  background-color: #829de1 !important;
  border-color: #829de1 !important;
}
.btn-warning,
.btn-warning:active {
  background-color: #091e52 !important;
  border-color: #091e52 !important;
  color: #000000 !important;
  box-shadow: 0 2px 2px 0 rgba(0, 0, 0, 0.2);
}
.btn-warning:hover,
.btn-warning:focus,
.btn-warning.focus,
.btn-warning.active {
  color: #ffffff !important;
  background-color: #000104 !important;
  border-color: #000104 !important;
  box-shadow: 0 2px 5px 0 rgba(0, 0, 0, 0.2);
}
.btn-warning.disabled,
.btn-warning:disabled {
  color: #000000 !important;
  background-color: #000104 !important;
  border-color: #000104 !important;
}
.btn-danger,
.btn-danger:active {
  background-color: #2f0025 !important;
  border-color: #2f0025 !important;
  color: #000000 !important;
  box-shadow: 0 2px 2px 0 rgba(0, 0, 0, 0.2);
}
.btn-danger:hover,
.btn-danger:focus,
.btn-danger.focus,
.btn-danger.active {
  color: #ffffff !important;
  background-color: #000000 !important;
  border-color: #000000 !important;
  box-shadow: 0 2px 5px 0 rgba(0, 0, 0, 0.2);
}
.btn-danger.disabled,
.btn-danger:disabled {
  color: #000000 !important;
  background-color: #000000 !important;
  border-color: #000000 !important;
}
.btn-white,
.btn-white:active {
  background-color: #ffffff !important;
  border-color: #ffffff !important;
  color: #666666 !important;
  box-shadow: 0 2px 2px 0 rgba(0, 0, 0, 0.2);
}
.btn-white:hover,
.btn-white:focus,
.btn-white.focus,
.btn-white.active {
  color: #545454 !important;
  background-color: #d4d4d4 !important;
  border-color: #d4d4d4 !important;
  box-shadow: 0 2px 5px 0 rgba(0, 0, 0, 0.2);
}
.btn-white.disabled,
.btn-white:disabled {
  color: #666666 !important;
  background-color: #d4d4d4 !important;
  border-color: #d4d4d4 !important;
}
.btn-black,
.btn-black:active {
  background-color: #1d191f !important;
  border-color: #1d191f !important;
  color: #000000 !important;
  box-shadow: 0 2px 2px 0 rgba(0, 0, 0, 0.2);
}
.btn-black:hover,
.btn-black:focus,
.btn-black.focus,
.btn-black.active {
  color: #ffffff !important;
  background-color: #000000 !important;
  border-color: #000000 !important;
  box-shadow: 0 2px 5px 0 rgba(0, 0, 0, 0.2);
}
.btn-black.disabled,
.btn-black:disabled {
  color: #000000 !important;
  background-color: #000000 !important;
  border-color: #000000 !important;
}
.btn-primary-outline,
.btn-primary-outline:active {
  background-color: transparent !important;
  border-color: transparent;
  color: #091e52;
}
.btn-primary-outline:hover,
.btn-primary-outline:focus,
.btn-primary-outline.focus,
.btn-primary-outline.active {
  color: #000104 !important;
  background-color: transparent!important;
  border-color: transparent!important;
  box-shadow: none!important;
}
.btn-primary-outline.disabled,
.btn-primary-outline:disabled {
  color: #ffffff !important;
  background-color: #091e52 !important;
  border-color: #091e52 !important;
}
.btn-secondary-outline,
.btn-secondary-outline:active {
  background-color: transparent !important;
  border-color: transparent;
  color: #eef2fd;
}
.btn-secondary-outline:hover,
.btn-secondary-outline:focus,
.btn-secondary-outline.focus,
.btn-secondary-outline.active {
  color: #a0b7f4 !important;
  background-color: transparent!important;
  border-color: transparent!important;
  box-shadow: none!important;
}
.btn-secondary-outline.disabled,
.btn-secondary-outline:disabled {
  color: #194bd3 !important;
  background-color: #eef2fd !important;
  border-color: #eef2fd !important;
}
.btn-info-outline,
.btn-info-outline:active {
  background-color: transparent !important;
  border-color: transparent;
  color: #1c43a0;
}
.btn-info-outline:hover,
.btn-info-outline:focus,
.btn-info-outline.focus,
.btn-info-outline.active {
  color: #0f2456 !important;
  background-color: transparent!important;
  border-color: transparent!important;
  box-shadow: none!important;
}
.btn-info-outline.disabled,
.btn-info-outline:disabled {
  color: #ffffff !important;
  background-color: #1c43a0 !important;
  border-color: #1c43a0 !important;
}
.btn-success-outline,
.btn-success-outline:active {
  background-color: transparent !important;
  border-color: transparent;
  color: #c8d4f2;
}
.btn-success-outline:hover,
.btn-success-outline:focus,
.btn-success-outline.focus,
.btn-success-outline.active {
  color: #829de1 !important;
  background-color: transparent!important;
  border-color: transparent!important;
  box-shadow: none!important;
}
.btn-success-outline.disabled,
.btn-success-outline:disabled {
  color: #244597 !important;
  background-color: #c8d4f2 !important;
  border-color: #c8d4f2 !important;
}
.btn-warning-outline,
.btn-warning-outline:active {
  background-color: transparent !important;
  border-color: transparent;
  color: #091e52;
}
.btn-warning-outline:hover,
.btn-warning-outline:focus,
.btn-warning-outline.focus,
.btn-warning-outline.active {
  color: #000104 !important;
  background-color: transparent!important;
  border-color: transparent!important;
  box-shadow: none!important;
}
.btn-warning-outline.disabled,
.btn-warning-outline:disabled {
  color: #ffffff !important;
  background-color: #091e52 !important;
  border-color: #091e52 !important;
}
.btn-danger-outline,
.btn-danger-outline:active {
  background-color: transparent !important;
  border-color: transparent;
  color: #2f0025;
}
.btn-danger-outline:hover,
.btn-danger-outline:focus,
.btn-danger-outline.focus,
.btn-danger-outline.active {
  color: #000000 !important;
  background-color: transparent!important;
  border-color: transparent!important;
  box-shadow: none!important;
}
.btn-danger-outline.disabled,
.btn-danger-outline:disabled {
  color: #ffffff !important;
  background-color: #2f0025 !important;
  border-color: #2f0025 !important;
}
.btn-black-outline,
.btn-black-outline:active {
  background-color: transparent !important;
  border-color: transparent;
  color: #1d191f;
}
.btn-black-outline:hover,
.btn-black-outline:focus,
.btn-black-outline.focus,
.btn-black-outline.active {
  color: #000000 !important;
  background-color: transparent!important;
  border-color: transparent!important;
  box-shadow: none!important;
}
.btn-black-outline.disabled,
.btn-black-outline:disabled {
  color: #ffffff !important;
  background-color: #1d191f !important;
  border-color: #1d191f !important;
}
.btn-white-outline,
.btn-white-outline:active {
  background-color: transparent !important;
  border-color: transparent;
  color: #ffffff;
}
.btn-white-outline:hover,
.btn-white-outline:focus,
.btn-white-outline.focus,
.btn-white-outline.active {
  color: #d4d4d4 !important;
  background-color: transparent!important;
  border-color: transparent!important;
  box-shadow: none!important;
}
.btn-white-outline.disabled,
.btn-white-outline:disabled {
  color: #808080 !important;
  background-color: #ffffff !important;
  border-color: #ffffff !important;
}
.text-primary {
  color: #091e52 !important;
}
.text-secondary {
  color: #eef2fd !important;
}
.text-success {
  color: #c8d4f2 !important;
}
.text-info {
  color: #1c43a0 !important;
}
.text-warning {
  color: #091e52 !important;
}
.text-danger {
  color: #2f0025 !important;
}
.text-white {
  color: #ffffff !important;
}
.text-black {
  color: #1d191f !important;
}
a.text-primary:hover,
a.text-primary:focus,
a.text-primary.active {
  color: #000000 !important;
}
a.text-secondary:hover,
a.text-secondary:focus,
a.text-secondary.active {
  color: #93acf2 !important;
}
a.text-success:hover,
a.text-success:focus,
a.text-success.active {
  color: #7694df !important;
}
a.text-info:hover,
a.text-info:focus,
a.text-info.active {
  color: #0d1f49 !important;
}
a.text-warning:hover,
a.text-warning:focus,
a.text-warning.active {
  color: #000000 !important;
}
a.text-danger:hover,
a.text-danger:focus,
a.text-danger.active {
  color: #000000 !important;
}
a.text-white:hover,
a.text-white:focus,
a.text-white.active {
  color: #cccccc !important;
}
a.text-black:hover,
a.text-black:focus,
a.text-black.active {
  color: #000000 !important;
}
a[class*="text-"]:not(.nav-link):not(.dropdown-item):not([role]):not(.navbar-caption) {
  position: relative;
  background-image: transparent;
  background-size: 10000px 2px;
  background-repeat: no-repeat;
  background-position: 0px 1.2em;
  background-position: -10000px 1.2em;
}
a[class*="text-"]:not(.nav-link):not(.dropdown-item):not([role]):not(.navbar-caption):hover {
  transition: background-position 2s ease-in-out;
  background-image: linear-gradient(currentColor 50%, currentColor 50%);
  background-position: 0px 1.2em;
}
.nav-tabs .nav-link.active {
  color: #091e52;
}
.nav-tabs .nav-link:not(.active) {
  color: #1d191f;
}
.alert-success {
  background-color: #70c770;
}
.alert-info {
  background-color: #1c43a0;
}
.alert-warning {
  background-color: #091e52;
}
.alert-danger {
  background-color: #2f0025;
}
.mbr-section-btn a.btn:not(.btn-form) {
  border-radius: 100px;
}
.mbr-gallery-filter li a {
  border-radius: 100px !important;
}
.mbr-gallery-filter li.active .btn {
  background-color: #091e52;
  border-color: #091e52;
  color: #ffffff;
}
.mbr-gallery-filter li.active .btn:focus {
  box-shadow: none;
}
.nav-tabs .nav-link {
  border-radius: 100px !important;
}
a,
a:hover {
  color: #091e52;
}
.mbr-plan-header.bg-primary .mbr-plan-subtitle,
.mbr-plan-header.bg-primary .mbr-plan-price-desc {
  color: #5480ec;
}
.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: #5982e2;
}
.mbr-plan-header.bg-warning .mbr-plan-subtitle,
.mbr-plan-header.bg-warning .mbr-plan-price-desc {
  color: #5480ec;
}
.mbr-plan-header.bg-danger .mbr-plan-subtitle,
.mbr-plan-header.bg-danger .mbr-plan-price-desc {
  color: #ff95e8;
}
/* Scroll to top button*/
#scrollToTop a {
  border-radius: 100px;
}
.form-control {
  font-family: 'Archivo', sans-serif;
  font-size: 1.25rem;
  line-height: 1.5;
  font-weight: 400;
}
.form-control > .mbr-iconfont {
  font-size: 1.5625rem;
}
.form-control:hover,
.form-control:focus {
  box-shadow: rgba(0, 0, 0, 0.07) 0px 1px 1px 0px, rgba(0, 0, 0, 0.07) 0px 1px 3px 0px, rgba(0, 0, 0, 0.03) 0px 0px 0px 1px;
  border-color: #091e52 !important;
}
.form-control:-webkit-input-placeholder {
  font-family: 'Archivo', sans-serif;
  font-size: 1.25rem;
  line-height: 1.5;
  font-weight: 400;
}
.form-control:-webkit-input-placeholder > .mbr-iconfont {
  font-size: 1.5625rem;
}
blockquote {
  border-color: #091e52;
}
/* Forms */
.mbr-form .input-group-btn a.btn {
  border-radius: 100px !important;
}
.mbr-form .input-group-btn a.btn:hover {
  box-shadow: 0 10px 40px 0 rgba(0, 0, 0, 0.2);
}
.mbr-form .input-group-btn button[type="submit"] {
  border-radius: 100px !important;
  padding: 1rem 3rem;
}
.mbr-form .input-group-btn button[type="submit"]:hover {
  box-shadow: 0 10px 40px 0 rgba(0, 0, 0, 0.2);
}
.jq-selectbox li:hover,
.jq-selectbox li.selected {
  background-color: #091e52;
  color: #ffffff;
}
.jq-number__spin {
  transition: 0.25s ease;
}
.jq-number__spin:hover {
  border-color: #091e52;
}
.jq-selectbox .jq-selectbox__trigger-arrow,
.jq-number__spin.minus:after,
.jq-number__spin.plus:after {
  transition: 0.4s;
  border-top-color: #353535;
  border-bottom-color: #353535;
}
.jq-selectbox:hover .jq-selectbox__trigger-arrow,
.jq-number__spin.minus:hover:after,
.jq-number__spin.plus:hover:after {
  border-top-color: #091e52;
  border-bottom-color: #091e52;
}
.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: #091e52 !important;
  box-shadow: none !important;
}
.xdsoft_datetimepicker .xdsoft_calendar td:hover,
.xdsoft_datetimepicker .xdsoft_timepicker .xdsoft_time_box > div > div:hover {
  color: #000000 !important;
  background: #eef2fd !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='%23091e52' %3e%3cg fill='none' fill-rule='evenodd'%3e%3cg transform='translate(16 16)' stroke-width='2'%3e%3ccircle stroke-opacity='.5' cx='16' cy='16' r='16'/%3e%3cpath d='M32 16c0-9.94-8.06-16-16-16'%3e%3canimateTransform attributeName='transform' type='rotate' from='0 16 16' to='360 16 16' dur='1s' repeatCount='indefinite'/%3e%3c/path%3e%3c/g%3e%3c/g%3e%3c/svg%3e");
}
section.lazy-placeholder:after {
  opacity: 0.5;
}
body {
  overflow-x: hidden;
}
a {
  transition: color 0.6s;
}
a:hover {
  background-image: none !important;
}
.container {
  max-width: 1200px;
  padding-left: 10px;
  padding-right: 10px;
}
@media (max-width: 767px) {
  .container {
    padding-left: 25px;
    padding-right: 25px;
  }
}
.row {
  margin-left: -10px;
  margin-right: -10px;
  justify-content: center;
}
.row > [class*="col"] {
  padding-left: 10px;
  padding-right: 10px;
}
.row {
  justify-content: center;
}
.mbr-section-btn .btn {
  min-width: 120px;
  padding: 12px 35px;
  line-height: 1.25;
  font-weight: 500 !important;
  box-shadow: none !important;
}
.mbr-section-btn .btn-black {
  color: #ffffff !important;
}
.mbr-section-btn .btn-black:hover {
  background-color: #535353 !important;
  border-color: #535353 !important;
  color: #ffffff !important;
}
@media (max-width: 575px) {
  .mbr-section-btn {
    width: 100%;
  }
  .mbr-section-btn .btn {
    width: 100%;
  }
}
b {
  font-weight: 600 !important;
}
.mbr-section-btn .btn {
  border-radius: 100px;
}
.form-control {
  border-radius: 100px;
}
*:focus-visible {
  outline: red solid 2px !important;
  outline-offset: 2px !important;
  transition: outline 0.2s ease-in-out;
}
.cid-t712sL0LRO {
  z-index: 1000;
  width: 100%;
  position: relative;
  min-height: 60px;
}
.cid-t712sL0LRO nav.navbar {
  position: fixed;
}
.cid-t712sL0LRO .dropdown-item:before {
  font-family: Moririse2 !important;
  content: "\e966";
  display: inline-block;
  width: 0;
  position: absolute;
  left: 1rem;
  top: 0.5rem;
  margin-right: 0.5rem;
  line-height: 1;
  font-size: inherit;
  vertical-align: middle;
  text-align: center;
  overflow: hidden;
  transform: scale(0, 1);
  transition: all 0.25s ease-in-out;
}
.cid-t712sL0LRO .dropdown-menu {
  padding: 0;
  border-radius: 4px;
  box-shadow: 0 1px 3px 0 rgba(0, 0, 0, 0.1);
}
.cid-t712sL0LRO .dropdown-item {
  border-bottom: 1px solid #e6e6e6;
}
.cid-t712sL0LRO .dropdown-item:hover,
.cid-t712sL0LRO .dropdown-item:focus {
  background: #091e52 !important;
  color: #1d191f !important;
}
.cid-t712sL0LRO .dropdown-item:hover span {
  color: white;
}
.cid-t712sL0LRO .dropdown-item:first-child {
  border-top-left-radius: 4px;
  border-top-right-radius: 4px;
}
.cid-t712sL0LRO .dropdown-item:last-child {
  border-bottom: none;
  border-bottom-left-radius: 4px;
  border-bottom-right-radius: 4px;
}
.cid-t712sL0LRO .nav-dropdown .link {
  padding: 0 0.3em !important;
  margin: 0.667em 1em !important;
}
.cid-t712sL0LRO .nav-dropdown .link.dropdown-toggle::after {
  margin-left: 0.5rem;
  margin-top: 0.2rem;
}
.cid-t712sL0LRO .nav-link {
  position: relative;
}
.cid-t712sL0LRO .container {
  display: flex;
  margin: auto;
}
.cid-t712sL0LRO .iconfont-wrapper {
  color: #000000 !important;
  font-size: 1.5rem;
  padding-right: 0.5rem;
}
.cid-t712sL0LRO .navbar-nav {
  margin-right: auto;
}
.cid-t712sL0LRO .navbar-nav .nav-item {
  margin: 0 10px !important;
}
.cid-t712sL0LRO .navbar-nav .nav-item .nav-link {
  padding: 13px 30px !important;
  margin: 0 !important;
  border-radius: 30px;
  overflow: hidden;
}
.cid-t712sL0LRO .dropdown-menu,
.cid-t712sL0LRO .navbar.opened {
  background: #ffffff !important;
}
.cid-t712sL0LRO .nav-item:focus,
.cid-t712sL0LRO .nav-link:focus {
  outline: none;
}
.cid-t712sL0LRO .dropdown .dropdown-menu .dropdown-item {
  width: auto;
  transition: all 0.25s ease-in-out;
}
.cid-t712sL0LRO .dropdown .dropdown-menu .dropdown-item::after {
  right: 0.5rem;
}
.cid-t712sL0LRO .dropdown .dropdown-menu .dropdown-item .mbr-iconfont {
  margin-right: 0.5rem;
  vertical-align: sub;
}
.cid-t712sL0LRO .dropdown .dropdown-menu .dropdown-item .mbr-iconfont:before {
  display: inline-block;
  transform: scale(1, 1);
  transition: all 0.25s ease-in-out;
}
.cid-t712sL0LRO .collapsed .dropdown-menu .dropdown-item:before {
  display: none;
}
.cid-t712sL0LRO .collapsed .dropdown .dropdown-menu .dropdown-item {
  padding: 0.235em 1.5em 0.235em 1.5em !important;
  transition: none;
  margin: 0 !important;
}
.cid-t712sL0LRO .navbar {
  min-height: 70px;
  transition: all 0.3s;
  border-bottom: 1px solid transparent;
  box-shadow: 0 1px 3px 0 rgba(0, 0, 0, 0.1);
  background: #ffffff;
  padding: 0 !important;
  border-radius: 0 !important;
}
.cid-t712sL0LRO .navbar.opened {
  transition: all 0.3s;
}
.cid-t712sL0LRO .navbar .dropdown-item {
  padding: 0.5rem 1.8rem;
}
.cid-t712sL0LRO .navbar .navbar-logo img {
  width: auto;
}
.cid-t712sL0LRO .navbar .navbar-collapse {
  justify-content: flex-end;
  z-index: 1;
}
.cid-t712sL0LRO .navbar.collapsed {
  justify-content: center;
}
.cid-t712sL0LRO .navbar.collapsed .nav-item .nav-link::before {
  display: none;
}
.cid-t712sL0LRO .navbar.collapsed.opened .dropdown-menu {
  top: 0;
}
@media (min-width: 992px) {
  .cid-t712sL0LRO .navbar.collapsed.opened:not(.navbar-short) .navbar-collapse {
    max-height: calc(98.5vh - 3rem);
  }
}
.cid-t712sL0LRO .navbar.collapsed .dropdown-menu .dropdown-submenu {
  left: 0 !important;
}
.cid-t712sL0LRO .navbar.collapsed .dropdown-menu .dropdown-item:after {
  right: auto;
}
.cid-t712sL0LRO .navbar.collapsed .dropdown-menu .dropdown-toggle[data-toggle="dropdown-submenu"]:after {
  margin-left: 0.5rem;
  margin-top: 0.2rem;
  border-top: 0.35em solid;
  border-right: 0.35em solid transparent;
  border-left: 0.35em solid transparent;
  border-bottom: 0;
  top: 41%;
}
.cid-t712sL0LRO .navbar.collapsed ul.navbar-nav li {
  margin: auto;
}
.cid-t712sL0LRO .navbar.collapsed .dropdown-menu .dropdown-item {
  padding: 0.25rem 1.5rem;
  text-align: center;
}
.cid-t712sL0LRO .navbar.collapsed .icons-menu {
  padding-left: 0;
  padding-right: 0;
  padding-top: 0.5rem;
  padding-bottom: 0.5rem;
}
@media (max-width: 991px) {
  .cid-t712sL0LRO .navbar .nav-item .nav-link::before {
    display: none;
  }
  .cid-t712sL0LRO .navbar.opened .dropdown-menu {
    top: 0;
  }
  .cid-t712sL0LRO .navbar .dropdown-menu .dropdown-submenu {
    left: 0 !important;
  }
  .cid-t712sL0LRO .navbar .dropdown-menu .dropdown-item:after {
    right: auto;
  }
  .cid-t712sL0LRO .navbar .dropdown-menu .dropdown-toggle[data-toggle="dropdown-submenu"]:after {
    margin-left: 0.5rem;
    margin-top: 0.2rem;
    border-top: 0.35em solid;
    border-right: 0.35em solid transparent;
    border-left: 0.35em solid transparent;
    border-bottom: 0;
    top: 40%;
  }
  .cid-t712sL0LRO .navbar .navbar-logo img {
    height: 3rem !important;
  }
  .cid-t712sL0LRO .navbar ul.navbar-nav li {
    margin: auto;
  }
  .cid-t712sL0LRO .navbar .dropdown-menu .dropdown-item {
    padding: 0.25rem 1.5rem !important;
    text-align: center;
  }
  .cid-t712sL0LRO .navbar .navbar-brand {
    flex-shrink: initial;
    flex-basis: auto;
    word-break: break-word;
    padding-right: 2rem;
  }
  .cid-t712sL0LRO .navbar .navbar-toggler {
    flex-basis: auto;
  }
  .cid-t712sL0LRO .navbar .icons-menu {
    padding-left: 0;
    padding-top: 0.5rem;
    padding-bottom: 0.5rem;
  }
}
.cid-t712sL0LRO .navbar.navbar-short {
  min-height: 60px;
}
.cid-t712sL0LRO .navbar.navbar-short .navbar-logo img {
  height: 2.5rem !important;
}
.cid-t712sL0LRO .navbar.navbar-short .navbar-brand {
  min-height: 60px;
  padding: 0;
}
.cid-t712sL0LRO .navbar-brand {
  min-height: 70px;
  flex-shrink: 0;
  align-items: center;
  margin-right: 115px;
  padding: 10px 0;
  transition: all 0.3s;
  word-break: break-word;
  z-index: 1;
  padding-left: 5px;
}
.cid-t712sL0LRO .navbar-brand .navbar-caption {
  line-height: inherit !important;
}
.cid-t712sL0LRO .navbar-brand .navbar-logo a {
  outline: none;
}
.cid-t712sL0LRO .dropdown-item.active,
.cid-t712sL0LRO .dropdown-item:active {
  background-color: transparent;
}
.cid-t712sL0LRO .navbar-expand-lg .navbar-nav .nav-link {
  padding: 0;
}
.cid-t712sL0LRO .nav-dropdown .link.dropdown-toggle {
  margin-right: 1.667em;
}
.cid-t712sL0LRO .nav-dropdown .link.dropdown-toggle[aria-expanded="true"] {
  margin-right: 0;
  padding: 0.667em 1.667em;
}
.cid-t712sL0LRO .navbar.navbar-expand-lg .dropdown .dropdown-menu {
  background: #ffffff;
}
.cid-t712sL0LRO .navbar.navbar-expand-lg .dropdown .dropdown-menu .dropdown-submenu {
  margin: 0;
  left: 100%;
}
.cid-t712sL0LRO .navbar .dropdown.open > .dropdown-menu {
  display: block;
}
.cid-t712sL0LRO ul.navbar-nav {
  flex-wrap: wrap;
}
.cid-t712sL0LRO .navbar-buttons {
  text-align: center;
  min-width: 170px;
}
.cid-t712sL0LRO button.navbar-toggler {
  outline: none;
  width: 31px;
  height: 20px;
  cursor: pointer;
  transition: all 0.2s;
  position: relative;
  align-self: center;
}
.cid-t712sL0LRO button.navbar-toggler .hamburger span {
  position: absolute;
  right: 0;
  width: 30px;
  height: 2px;
  border-right: 5px;
  background-color: #000000;
}
.cid-t712sL0LRO button.navbar-toggler .hamburger span:nth-child(1) {
  top: 0;
  transition: all 0.2s;
}
.cid-t712sL0LRO button.navbar-toggler .hamburger span:nth-child(2) {
  top: 8px;
  transition: all 0.15s;
}
.cid-t712sL0LRO button.navbar-toggler .hamburger span:nth-child(3) {
  top: 8px;
  transition: all 0.15s;
}
.cid-t712sL0LRO button.navbar-toggler .hamburger span:nth-child(4) {
  top: 16px;
  transition: all 0.2s;
}
.cid-t712sL0LRO nav.opened .hamburger span:nth-child(1) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-t712sL0LRO nav.opened .hamburger span:nth-child(2) {
  transform: rotate(45deg);
  transition: all 0.25s;
}
.cid-t712sL0LRO nav.opened .hamburger span:nth-child(3) {
  transform: rotate(-45deg);
  transition: all 0.25s;
}
.cid-t712sL0LRO nav.opened .hamburger span:nth-child(4) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-t712sL0LRO .navbar-dropdown {
  padding: 0 1rem;
  position: fixed;
}
.cid-t712sL0LRO a.nav-link {
  display: flex;
  align-items: center;
  justify-content: center;
}
.cid-t712sL0LRO .icons-menu {
  flex-wrap: nowrap;
  display: flex;
  justify-content: center;
  padding-left: 1rem;
  padding-right: 1rem;
  padding-top: 0.3rem;
  text-align: center;
}
@media screen and (-ms-high-contrast: active), (-ms-high-contrast: none) {
  .cid-t712sL0LRO .navbar {
    height: 70px;
  }
  .cid-t712sL0LRO .navbar.opened {
    height: auto;
  }
  .cid-t712sL0LRO .nav-item .nav-link:hover::before {
    width: 175%;
    max-width: calc(100% + 2rem);
    left: -1rem;
  }
}
.cid-t712sL0LRO .mbr-section-btn {
  margin: 0 -0.6rem;
  min-width: auto;
}
.cid-t712sL0LRO .navbar-toggler {
  position: relative;
  z-index: 11;
}
@media (min-width: 768px) {
  .cid-t712sL0LRO .navbar-toggler {
    margin-right: 20px;
  }
}
.cid-t712sL0LRO .container,
.cid-t712sL0LRO .container-fluid {
  flex-wrap: nowrap;
}
.cid-t712sL0LRO .navbar-nav {
  width: 100%;
  align-items: flex-start;
}
.cid-t712sL0LRO .navbar-nav .nav-item {
  width: 100%;
  margin: 0 !important;
  padding: 10px !important;
  justify-content: flex-start;
  text-align: left;
}
.cid-t712sL0LRO .navbar-nav .nav-item .nav-link {
  justify-content: flex-start;
  text-align: left;
  width: 100%;
  padding: 0 !important;
  margin: 0 !important;
  border-radius: 0;
}
.cid-t712sL0LRO .icons-menu {
  padding-right: 0 !important;
  padding-top: 20px !important;
  padding-bottom: 0 !important;
}
.cid-t712sL0LRO .mbr-section-btn {
  width: 100%;
  margin-top: 30px;
}
.cid-t712sL0LRO .mbr-section-btn .btn {
  width: 100%;
}
.cid-t712sL0LRO .navbar-collapse {
  display: flex !important;
  flex-wrap: nowrap;
  flex-direction: column;
  justify-content: flex-start !important;
  align-items: flex-start !important;
  position: fixed;
  background-color: #eef2fd;
  width: 0;
  height: 100%;
  top: 0;
  right: 0;
  z-index: 10;
  max-height: 100vh !important;
  overflow: auto;
  transition: .3s !important;
}
.cid-t712sL0LRO .navbar-collapse.show {
  padding: 100px 15px;
  position: fixed;
  background-color: #eef2fd;
  width: 100%;
  height: 100%;
  top: 0;
  right: 0;
  z-index: 10;
  max-height: 100vh !important;
  overflow: auto;
}
.cid-t712sL0LRO .navbar.collapsed .dropdown-menu .dropdown-item {
  text-align: left;
}
@media (max-width: 991px) {
  .cid-t712sL0LRO .container,
  .cid-t712sL0LRO .container-fluid {
    flex-wrap: nowrap;
  }
  .cid-t712sL0LRO .navbar-nav {
    width: 100%;
    align-items: flex-start;
  }
  .cid-t712sL0LRO .navbar-nav .nav-item {
    width: 100%;
    margin: 0 !important;
    padding: 10px !important;
    justify-content: flex-start;
    text-align: left;
  }
  .cid-t712sL0LRO .navbar-nav .nav-item .nav-link {
    justify-content: flex-start;
    text-align: left;
    width: 100%;
    padding: 0 !important;
    margin: 0 !important;
    border-radius: 0;
  }
  .cid-t712sL0LRO .icons-menu {
    padding-right: 0 !important;
    padding-top: 20px !important;
    padding-bottom: 0 !important;
  }
  .cid-t712sL0LRO .mbr-section-btn {
    width: 100%;
    margin-top: 30px;
  }
  .cid-t712sL0LRO .mbr-section-btn .btn {
    width: 100%;
  }
  .cid-t712sL0LRO .navbar-collapse {
    display: flex !important;
    flex-wrap: nowrap;
    flex-direction: column;
    justify-content: flex-start !important;
    align-items: flex-start !important;
    position: fixed;
    background-color: #eef2fd;
    width: 0;
    height: 100%;
    top: 0;
    right: 0;
    z-index: 10;
    max-height: 100vh !important;
    overflow: auto;
    transition: .3s !important;
  }
  .cid-t712sL0LRO .navbar-collapse.show {
    padding: 100px 15px;
    position: fixed;
    background-color: #eef2fd;
    width: 100%;
    height: 100%;
    top: 0;
    right: 0;
    z-index: 10;
    max-height: 100vh !important;
    overflow: auto;
  }
  .cid-t712sL0LRO .navbar.collapsed .dropdown-menu .dropdown-item {
    text-align: left;
  }
}
.cid-tPoXLz2EhL {
  padding-top: 1rem;
  padding-bottom: 1rem;
  background-color: #1c43a0;
}
.cid-tPoXLz2EhL .mbr-fallback-image.disabled {
  display: none;
}
.cid-tPoXLz2EhL .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-tPoXLz2EhL .container-fluid {
  padding: 0 16px;
}
@media (max-width: 991px) {
  .cid-tPoXLz2EhL .container-fluid {
    padding: 0 12px;
  }
}
.cid-tPoXLz2EhL .container-fluid .row {
  padding: 0;
}
.cid-tPoXLz2EhL .row {
  border: 3px solid #1c43a0;
  margin-top: -3px;
  border-radius: 5px;
}
.cid-tPoXLz2EhL .card {
  padding: 64px 28px;
  border-radius: 0;
}
@media (max-width: 992px) {
  .cid-tPoXLz2EhL .card {
    padding: 48px 20px;
  }
}
.cid-tPoXLz2EhL .card .title-wrapper {
  width: 80%;
  margin: 0 auto 48px;
}
.cid-tPoXLz2EhL .card .title-wrapper .mbr-section-title {
  margin-bottom: 0;
}
.cid-tPoXLz2EhL .card .video-block {
  width: 80%;
  margin: 0 auto;
  border: 5px solid #1c43a0;
}
.cid-tPoXLz2EhL .app-video-wrapper::before {
  color: #e9f9f2;
  text-shadow: none;
}
.cid-tPoXLz2EhL .mbr-section-title {
  color: #d2d2d2;
  text-align: center;
}
.cid-tPcJU5LMfp {
  padding-top: 3rem;
  padding-bottom: 2rem;
  background-color: #ffffff;
}
.cid-tPcJU5LMfp .mbr-fallback-image.disabled {
  display: none;
}
.cid-tPcJU5LMfp .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-tPcJU5LMfp .row {
  justify-content: flex-start;
}
.cid-tPcJU5LMfp .mbr-section-title {
  color: #091e52;
  opacity: 0.85;
  margin-bottom: 0 !important;
}
.cid-tPcJU5LMfp .mbr-section-subtitle {
  color: #000000;
  opacity: 0.85;
  margin-bottom: 0 !important;
  margin-top: 20px;
}
.cid-tPcJU5LMfp .mbr-section-btn {
  margin-top: 20px;
}
.cid-tPcJU5LMfp .mbr-section-subtitle,
.cid-tPcJU5LMfp .mbr-section-btn DIV {
  text-align: center;
}
.cid-tPcJU5LMfp .mbr-section-subtitle,
.cid-tPcJU5LMfp .mbr-section-btn {
  color: #091e52;
}
#ShopifyStorefront {
  /* ONLY affects the Shopify buy button module inside this container */
  /* ONLY affects paragraphs inside this container */
  /* ============================= */
  /* Shopify Buy Button: Read More */
  /* ============================= */
  /* Collapse product description (inside this container only) */
  /* Expanded state */
  /* Read more button */
}
#ShopifyStorefront #product-component-1772131488162 {
  padding: 80px 0;
  color: #777;
  text-align: center;
}
#ShopifyStorefront #product-component-1772131488162 p {
  font-size: 60px;
  color: #777;
}
#ShopifyStorefront #product-component-1772131488162 .shopify-buy__product-description {
  max-height: 80px;
  /* adjust preview height */
  overflow: hidden;
  position: relative;
  transition: max-height 0.3s ease;
  /* overrides so the description isn't gigantic and centered */
  text-align: left;
  font-size: 16px;
  color: #444;
  padding: 0;
}
#ShopifyStorefront #product-component-1772131488162 .shopify-buy__product-description.expanded {
  max-height: 1000px;
}
#ShopifyStorefront #product-component-1772131488162 .read-more-btn {
  color: #1b70ff;
  font-weight: bold;
  cursor: pointer;
  margin-top: 8px;
  display: inline-block;
  font-size: 14px;
  text-align: left;
}
.cid-t717MJ0G2G {
  padding-top: 5rem;
  padding-bottom: 5rem;
  overflow: hidden;
  background-color: #eef2fd;
}
.cid-t717MJ0G2G .mbr-fallback-image.disabled {
  display: none;
}
.cid-t717MJ0G2G .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-t717MJ0G2G .container {
  max-width: 1120px;
}
.cid-t717MJ0G2G .row {
  justify-content: center;
}
.cid-t717MJ0G2G .col-title {
  margin-bottom: 70px;
}
.cid-t717MJ0G2G .mbr-section-title {
  color: #000000;
  opacity: 0.85;
}
.cid-t717MJ0G2G .mbr-section-subtitle {
  color: #000000;
  opacity: 0.85;
  margin-top: 20px;
}
.cid-t717MJ0G2G .img-container {
  margin: 0 auto;
}
.cid-t717MJ0G2G .image-wrapper {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 100%;
  overflow: hidden;
  border-radius: 16px;
}
@media (min-width: 992px) {
  .cid-t717MJ0G2G .image-wrapper {
    height: 700px;
  }
}
.cid-t717MJ0G2G .image-wrapper img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.cid-uvUHqj1exS .features9.reverseContent .content-container {
  flex-direction: row-reverse;
}
.cid-uvUHqj1exS .features9.reverseContent .image-wrapper {
  border-radius: 0 20px 20px 0;
}
.cid-tPknIGRtl6 {
  padding-top: 6rem;
  padding-bottom: 6rem;
  background-color: #ffffff;
}
.cid-tPknIGRtl6 .mbr-fallback-image.disabled {
  display: none;
}
.cid-tPknIGRtl6 .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-tPknIGRtl6 .col-title {
  margin-bottom: 80px;
}
@media (max-width: 767px) {
  .cid-tPknIGRtl6 .col-title {
    margin-bottom: 70px;
  }
}
.cid-tPknIGRtl6 .mbr-section-title {
  color: #000000;
  opacity: 0.85;
  width: 100%;
}
@media (min-width: 768px) {
  .cid-tPknIGRtl6 .mbr-section-title {
    max-width: 75%;
  }
}
.cid-tPknIGRtl6 .mbr-section-subtitle {
  color: #1d191f;
  margin-top: 20px;
  width: 100%;
}
@media (min-width: 768px) {
  .cid-tPknIGRtl6 .mbr-section-subtitle {
    max-width: 75%;
  }
}
.cid-tPknIGRtl6 .content-wrapper {
  display: flex;
  width: 100%;
  background: #c8d4f2;
  border-radius: 20px;
  margin-bottom: 40px;
  overflow: hidden;
}
@media (max-width: 991px) {
  .cid-tPknIGRtl6 .content-wrapper {
    padding-bottom: 30px;
  }
}
@media (max-width: 767px) {
  .cid-tPknIGRtl6 .content-wrapper {
    padding: 35px 35px 0 35px;
  }
}
.cid-tPknIGRtl6 .content-row {
  display: flex;
  flex-wrap: wrap;
  width: 100%;
}
@media (max-width: 991px) {
  .cid-tPknIGRtl6 .content-row {
    align-items: flex-start !important;
  }
}
.cid-tPknIGRtl6 .content-container {
  display: flex;
  align-items: stretch;
  max-width: 1140px;
  width: 100%;
  min-height: 500px;
  margin: 0 auto;
}
.cid-tPknIGRtl6 .col-text {
  display: flex;
  flex-direction: column;
  justify-content: center;
  padding: 10px;
}
@media (max-width: 767px) {
  .cid-tPknIGRtl6 .col-text {
    padding: 0 0 10px 0;
  }
}
.cid-tPknIGRtl6 .text-wrapper {
  width: 100%;
  padding-left: 80px;
}
@media (max-width: 991px) {
  .cid-tPknIGRtl6 .text-wrapper {
    padding: 30px 0 0 25px;
  }
}
@media (max-width: 767px) {
  .cid-tPknIGRtl6 .text-wrapper {
    padding: 0;
  }
}
.cid-tPknIGRtl6 .card-title {
  color: #000000;
  opacity: 0.85;
  margin-bottom: 0 !important;
  width: 100%;
}
.cid-tPknIGRtl6 .mbr-text {
  color: #1d191f;
  margin-top: 32px;
  width: 100%;
  margin-bottom: 0 !important;
}
.cid-tPknIGRtl6 .mbr-section-btn {
  margin-top: 30px;
}
@media (max-width: 767px) {
  .cid-tPknIGRtl6 .mbr-section-btn {
    margin-top: 10px;
  }
}
.cid-tPknIGRtl6 .mbr-section-btn .btn {
  padding: 12px 30px;
  transition: all .5s;
}
.cid-tPknIGRtl6 .mbr-section-btn .btn:hover {
  transform: translateY(-8px);
}
.cid-tPknIGRtl6 .col-img {
  display: flex;
  flex-direction: column;
  justify-content: flex-start;
  padding: 10px;
}
@media (max-width: 767px) {
  .cid-tPknIGRtl6 .col-img {
    padding-bottom: 0;
  }
}
.cid-tPknIGRtl6 .image-wrapper {
  display: flex;
  align-items: center;
  justify-content: center;
  max-width: 100%;
}
@media (max-width: 991px) {
  .cid-tPknIGRtl6 .image-wrapper {
    align-items: flex-start;
    justify-content: flex-start;
    overflow: hidden;
  }
}
@media (max-width: 767px) {
  .cid-tPknIGRtl6 .image-wrapper {
    margin-left: 30%;
    margin-top: 20px;
  }
}
.cid-tPknIGRtl6 .image-wrapper .img-bg-wrap {
  position: relative;
  margin-top: 20px;
  margin-bottom: 20px;
  margin-left: 100px;
  margin-right: 30px;
}
@media (max-width: 991px) {
  .cid-tPknIGRtl6 .image-wrapper .img-bg-wrap {
    margin-top: 15%;
    margin-left: 20%;
    margin-bottom: 0;
    margin-right: 0;
  }
}
.cid-tPknIGRtl6 .image-wrapper .img-bg-wrap img {
  position: relative;
  z-index: 2;
  height: auto;
  width: 100%;
  max-width: 100%;
  object-fit: cover;
  border-radius: 38% 0 0 0;
}
@media (min-width: 992px) {
  .cid-tPknIGRtl6 .image-wrapper .img-bg-wrap img {
    max-width: 300px;
    border-radius: 150px 0 0 0;
  }
}
.cid-tPknIGRtl6 .image-wrapper .img-bg-wrap:after {
  content: "";
  position: absolute;
  top: -70px;
  left: -55px;
  display: inline-block;
  background-color: #011539;
  border-top-left-radius: 65%;
  height: 60%;
  width: 100%;
}
@media (max-width: 991px) {
  .cid-tPknIGRtl6 .image-wrapper .img-bg-wrap:after {
    left: -20%;
    top: -20%;
    height: 60%;
    width: 100%;
  }
}
.cid-t71cjxeUgb {
  padding-top: 0rem;
  padding-bottom: 0rem;
  background-image: url("https://tapsbugle.com/assets/images/setup-bg.webp");
}
.cid-t71cjxeUgb .mbr-fallback-image.disabled {
  display: none;
}
.cid-t71cjxeUgb .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-t71cjxeUgb .container {
  max-width: 1140px;
}
.cid-t71cjxeUgb .row {
  align-items: stretch;
}
.cid-t71cjxeUgb .col-title {
  position: relative;
  padding: 10px;
  flex-grow: 1;
}
.cid-t71cjxeUgb .col-text {
  padding: 10px;
  flex-grow: 1;
}
.cid-t71cjxeUgb .title-container {
  position: sticky;
  top: 57px;
  width: 100%;
}
@media (max-width: 767px) {
  .cid-t71cjxeUgb .title-container {
    position: static;
  }
}
.cid-t71cjxeUgb .mbr-section-title {
  color: #ffffff;
  opacity: 0.85;
  margin-bottom: 0 !important;
  width: 100%;
  text-align: right;
}
.cid-t71cjxeUgb .item-text {
  width: 100%;
  margin-bottom: 20px;
}
.cid-t71cjxeUgb .item-text:not(:first-child) {
  padding-top: 40px;
}
@media (max-width: 767px) {
  .cid-t71cjxeUgb .item-text:not(:first-child) {
    margin-bottom: 0;
  }
}
.cid-t71cjxeUgb .mbr-section-subtitle {
  color: #ffffff;
  opacity: 0.85;
  margin-bottom: 15px !important;
  width: 100%;
}
.cid-t71cjxeUgb .mbr-text {
  color: #c8d4f2;
  margin-bottom: 0;
  width: 100%;
}
.cid-tPkotkTZow {
  padding-top: 3rem;
  padding-bottom: 3rem;
  background-color: #ffffff;
}
.cid-tPkotkTZow .mbr-fallback-image.disabled {
  display: none;
}
.cid-tPkotkTZow .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-tPkotkTZow a {
  font-weight: bold;
}
.cid-tPkotkTZow .row {
  flex-direction: row-reverse;
}
.cid-tPkotkTZow .container-fluid {
  padding: 0;
}
.cid-tPkotkTZow img {
  height: 100%;
  object-fit: cover;
}
@media (max-width: 767px) {
  .cid-tPkotkTZow .image-wrapper {
    margin-bottom: 1rem;
  }
}
.cid-tPkotkTZow .text-wrapper {
  padding: 4rem 2rem;
}
@media (min-width: 1600px) {
  .cid-tPkotkTZow .text-wrapper {
    padding: 10rem 8rem;
  }
}
@media (max-width: 767px) {
  .cid-tPkotkTZow .text-wrapper {
    padding: 1rem;
  }
}
.cid-tPkotkTZow .mbr-text,
.cid-tPkotkTZow .mbr-section-btn {
  color: #091e52;
  text-align: left;
}
.cid-tPkotkTZow .mbr-section-title {
  text-align: right;
  color: #091e52;
}
.cid-uvlWl8uG0Y {
  padding-top: 6rem;
  padding-bottom: 6rem;
  background-image: url("https://tapsbugle.com/assets/images/pixelcut-export-1739851337322-1080x1080.webp");
}
.cid-uvlWl8uG0Y .mbr-fallback-image.disabled {
  display: none;
}
.cid-uvlWl8uG0Y .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uvlWl8uG0Y .col-title {
  margin-bottom: 80px;
}
@media (max-width: 767px) {
  .cid-uvlWl8uG0Y .col-title {
    margin-bottom: 70px;
  }
}
.cid-uvlWl8uG0Y .mbr-section-title {
  color: #000000;
  opacity: 0.85;
  width: 100%;
}
@media (min-width: 768px) {
  .cid-uvlWl8uG0Y .mbr-section-title {
    max-width: 75%;
  }
}
.cid-uvlWl8uG0Y .mbr-section-subtitle {
  color: #1d191f;
  margin-top: 20px;
  width: 100%;
}
@media (min-width: 768px) {
  .cid-uvlWl8uG0Y .mbr-section-subtitle {
    max-width: 75%;
  }
}
.cid-uvlWl8uG0Y .content-wrapper {
  display: flex;
  width: 100%;
  background: #c8d9f2;
  border-radius: 20px;
  margin-bottom: 40px;
  overflow: hidden;
}
@media (max-width: 991px) {
  .cid-uvlWl8uG0Y .content-wrapper {
    padding-top: 30px;
  }
}
@media (max-width: 767px) {
  .cid-uvlWl8uG0Y .content-wrapper {
    padding: 35px 35px 0 35px;
  }
}
.cid-uvlWl8uG0Y .content-row {
  display: flex;
  flex-wrap: wrap;
  width: 100%;
  flex-direction: row-reverse;
}
.cid-uvlWl8uG0Y .content-container {
  display: flex;
  align-items: stretch;
  max-width: 1140px;
  width: 100%;
  min-height: 500px;
  margin: 0 auto;
}
.cid-uvlWl8uG0Y .col-text {
  display: flex;
  flex-direction: column;
  justify-content: center;
  padding: 10px;
}
.cid-uvlWl8uG0Y .text-wrapper {
  width: 100%;
  padding-left: 50px;
  padding-right: 80px;
  padding-left: 80px;
  padding-right: 50px;
}
@media (max-width: 991px) {
  .cid-uvlWl8uG0Y .text-wrapper {
    padding-left: 0;
    padding-right: 35px;
    padding-bottom: 30px;
    padding-left: 35px;
    padding-right: 0;
  }
}
@media (max-width: 767px) {
  .cid-uvlWl8uG0Y .text-wrapper {
    padding: 10px;
  }
}
.cid-uvlWl8uG0Y .card-title {
  color: #000000;
  opacity: 0.85;
  margin-bottom: 0 !important;
  width: 100%;
}
.cid-uvlWl8uG0Y .mbr-text {
  color: #1d191f;
  margin-top: 32px;
  width: 100%;
  margin-bottom: 0 !important;
}
.cid-uvlWl8uG0Y .mbr-section-btn {
  margin-top: 30px;
}
@media (max-width: 767px) {
  .cid-uvlWl8uG0Y .mbr-section-btn {
    margin-top: 10px;
  }
}
.cid-uvlWl8uG0Y .mbr-section-btn .btn {
  padding: 12px 30px;
  transition: all .5s;
}
.cid-uvlWl8uG0Y .mbr-section-btn .btn:hover {
  transform: translateY(-8px);
}
.cid-uvlWl8uG0Y .col-img {
  display: flex;
  flex-direction: column;
  justify-content: flex-start;
  padding: 10px;
}
@media (max-width: 767px) {
  .cid-uvlWl8uG0Y .col-img {
    order: 2;
  }
}
.cid-uvlWl8uG0Y .image-wrapper {
  display: flex;
  align-items: center;
  justify-content: center;
  max-width: 100%;
}
@media (max-width: 991px) {
  .cid-uvlWl8uG0Y .image-wrapper {
    align-items: flex-start;
    justify-content: flex-start;
    overflow: hidden;
    margin-bottom: 20px;
  }
}
@media (max-width: 767px) {
  .cid-uvlWl8uG0Y .image-wrapper {
    margin-right: 25%;
    margin-top: 20px;
    margin-bottom: 0;
    overflow: visible;
  }
}
.cid-uvlWl8uG0Y .image-wrapper .img-bg-wrap {
  position: relative;
  margin-top: 60px;
  margin-bottom: 20px;
  margin-left: 66px;
}
@media (max-width: 991px) {
  .cid-uvlWl8uG0Y .image-wrapper .img-bg-wrap {
    margin-top: 0;
    margin-left: 20%;
    margin-bottom: 15%;
    margin-right: 0;
  }
}
@media (max-width: 767px) {
  .cid-uvlWl8uG0Y .image-wrapper .img-bg-wrap {
    margin-bottom: 12%;
  }
}
.cid-uvlWl8uG0Y .image-wrapper .img-bg-wrap img {
  position: relative;
  z-index: 2;
  height: auto;
  width: 100%;
  max-width: 100%;
  object-fit: cover;
  border-radius: 0 120px 0 150px;
}
@media (min-width: 992px) {
  .cid-uvlWl8uG0Y .image-wrapper .img-bg-wrap img {
    max-width: 320px;
  }
}
@media (max-width: 767px) {
  .cid-uvlWl8uG0Y .image-wrapper .img-bg-wrap img {
    border-radius: 0 33% 0 38%;
  }
}
.cid-tPkpbkInLM {
  padding-top: 0rem;
  padding-bottom: 0rem;
  background-color: #eef2fd;
}
.cid-tPkpbkInLM .mbr-fallback-image.disabled {
  display: none;
}
.cid-tPkpbkInLM .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-tPkpbkInLM .container-fluid {
  padding: 0;
}
@media (max-width: 992px) {
  .cid-tPkpbkInLM .container-fluid {
    padding: 0;
  }
}
@media (max-width: 992px) {
  .cid-tPkpbkInLM .container {
    padding: 0;
  }
}
.cid-tPkpbkInLM .row {
  margin: 0;
}
.cid-tPkpbkInLM .card {
  border-radius: 0;
  padding: 0;
}
.cid-tPkpbkInLM .card .box-wrapper {
  background-color: #7087c0;
  height: 100%;
}
.cid-tPkpbkInLM .card .box-wrapper .mbr-box {
  height: 130px;
  display: flex;
  align-items: center;
  justify-content: center;
  border-bottom: 1px solid #ffffff;
  margin-bottom: 20px;
}
.cid-tPkpbkInLM .card .title-wrapper {
  padding: 145px 100px;
}
@media (max-width: 992px) {
  .cid-tPkpbkInLM .card .title-wrapper {
    padding: 30px 16px;
  }
}
.cid-tPkpbkInLM .card .title-wrapper .mbr-text {
  margin-bottom: 0;
}
.cid-tPkpbkInLM .card .title-wrapper .mbr-section-btn {
  margin-top: 70px;
}
@media (max-width: 992px) {
  .cid-tPkpbkInLM .card .title-wrapper .mbr-section-btn {
    margin-top: 40px;
  }
}
.cid-tPkpbkInLM .card .image-wrapper {
  padding: 90px 0;
}
@media (max-width: 992px) {
  .cid-tPkpbkInLM .card .image-wrapper {
    padding: 0;
  }
}
.cid-tPkpbkInLM .card .image-wrapper img {
  height: 380px;
  object-fit: cover;
}
@media (max-width: 992px) {
  .cid-tPkpbkInLM .card .image-wrapper img {
    height: 300px;
  }
}
.cid-tPkpbkInLM .mbr-text {
  color: #263652;
}
.cid-tPkpbkInLM .mbr-box {
  color: #ffffff;
}
.cid-tPpyDhJpYN {
  padding-top: 3rem;
  padding-bottom: 3rem;
  background-color: #ffffff;
}
.cid-tPpyDhJpYN .mbr-fallback-image.disabled {
  display: none;
}
.cid-tPpyDhJpYN .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-tPpyDhJpYN .mbr-section-head {
  margin-bottom: 32px;
}
.cid-tPpyDhJpYN .mbr-section-title {
  color: #24262b;
}
.cid-tPpyDhJpYN .mbr-section-subtitle {
  color: #24262b;
}
.cid-tPpyDhJpYN .cards-row {
  align-items: stretch;
  row-gap: 32px;
}
.cid-tPpyDhJpYN .card {
  display: flex;
  justify-content: center;
  align-items: stretch;
  height: auto;
  border-radius: 0;
}
.cid-tPpyDhJpYN .card-wrap {
  display: flex;
  justify-content: flex-start;
  align-items: flex-start;
  width: 100%;
  height: 100%;
  padding: 4rem 3rem;
  transition: .3s all;
  background-size: cover;
  background-position: center;
}
@media (max-width: 767px) {
  .cid-tPpyDhJpYN .card-wrap {
    padding: 3rem 2rem;
  }
}
.cid-tPpyDhJpYN .item-content {
  max-width: 100%;
  width: 100%;
}
.cid-tPpyDhJpYN .card-title-1 {
  margin-bottom: 16px;
  color: #eef2fd;
}
.cid-tPpyDhJpYN .card-title-2 {
  margin-bottom: 16px;
  color: #24262b;
}
.cid-tPpyDhJpYN .card-subtitle-1 {
  color: #eef2fd;
}
.cid-tPpyDhJpYN .card-subtitle-2 {
  color: #24262b;
}
.cid-tPpyDhJpYN .card-text-1 {
  margin-top: 16px;
  color: #24262b;
}
.cid-tPpyDhJpYN .card-text-2 {
  margin-top: 16px;
  color: #24262b;
}
.cid-tPpyDhJpYN .mbr-section-btn {
  margin-top: 20px;
}
.cid-tPpyDhJpYN .card-1 .card-wrap {
  background-image: url("../../../@SITES@/1/assets/images/mbr-1920x1266.webp");
}
.cid-tPpyDhJpYN .card-2 .card-wrap {
  background: #c8d4f2;
}
.cid-tPpyDhJpYN .card-text-1,
.cid-tPpyDhJpYN .mbr-section-btn-1 {
  color: #eef2fd;
}
.cid-tPcJ9QFcpW {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-color: #1c43a0;
}
.cid-tPcJ9QFcpW .row {
  align-items: center;
}
.cid-tPcJ9QFcpW .main-col {
  display: flex;
  align-items: stretch;
}
@media (max-width: 767px) {
  .cid-tPcJ9QFcpW .main-col {
    flex-wrap: wrap;
  }
}
.cid-tPcJ9QFcpW .title-container {
  display: flex;
  flex-direction: column;
  justify-content: flex-start;
  align-items: flex-start;
  flex-wrap: wrap;
  width: 50%;
  padding: 50px 10px 10px 10px !important;
}
@media (max-width: 767px) {
  .cid-tPcJ9QFcpW .title-container {
    width: 100%;
    min-height: auto;
    margin-bottom: 50px;
    padding: 0 !important;
  }
}
.cid-tPcJ9QFcpW .main-title {
  color: #ffffff;
  opacity: 0.85;
  width: 100%;
}
.cid-tPcJ9QFcpW .main-subtitle {
  margin-top: 40px;
  color: #ffffff;
  opacity: 0.85;
  width: 100%;
}
.cid-tPcJ9QFcpW .form-container {
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  flex-wrap: wrap;
  width: 50%;
  padding: 10px !important;
  flex-grow: 1;
}
@media (max-width: 767px) {
  .cid-tPcJ9QFcpW .form-container {
    width: 100%;
    min-height: auto;
    padding: 0 !important;
  }
}
.cid-tPcJ9QFcpW .form-bg {
  width: 100%;
  border-radius: 40px;
  overflow: hidden;
  padding: 60px 50px;
  background-color: #ffffff;
  border: 1px solid #1d191f;
}
@media (max-width: 991px) {
  .cid-tPcJ9QFcpW .form-bg {
    padding: 50px 25px 50px 25px;
  }
}
@media (max-width: 767px) {
  .cid-tPcJ9QFcpW .form-bg {
    padding: 35px 30px;
  }
}
.cid-tPcJ9QFcpW form {
  width: 100%;
}
.cid-tPcJ9QFcpW form .dragArea.row {
  justify-content: flex-start;
  width: auto !important;
}
.cid-tPcJ9QFcpW form p {
  color: #1d191f;
}
.cid-tPcJ9QFcpW form .mbr-section-btn {
  margin-top: 0;
  margin-bottom: 10px;
  text-align: center;
  justify-content: center;
  margin-right: auto;
}
@media (max-width: 767px) {
  .cid-tPcJ9QFcpW form .mbr-section-btn {
    width: 100%;
  }
}
.cid-tPcJ9QFcpW form .mbr-section-btn .btn {
  min-width: 120px;
  width: 100%;
  border: none !important;
}
.cid-tPcJ9QFcpW form .form-group {
  margin-top: 0 !important;
  margin-bottom: 10px !important;
  flex-grow: 1;
}
.cid-tPcJ9QFcpW form .form-control {
  height: 55px;
  border: 1px solid #818a91 !important;
  background: transparent;
  box-shadow: none !important;
  border-radius: 10px !important;
  margin-bottom: 0;
  padding: 7px 20px;
  font-size: 16px;
  line-height: 24px;
  color: #1d191f;
  font-weight: 400;
}
.cid-tPcJ9QFcpW form .form-control::-webkit-input-placeholder {
  color: #adadad;
}
.cid-tPcJ9QFcpW form .form-control::-moz-placeholder {
  color: #adadad;
}
.cid-tPcJ9QFcpW form .form-control:-moz-placeholder {
  color: #adadad;
}
.cid-tPcJ9QFcpW form .form-control:-ms-input-placeholder {
  color: #adadad;
}
.cid-tPcJ9QFcpW form select {
  color: #adadad !important;
}
.cid-tPcJ9QFcpW form textarea {
  height: 192px !important;
}
.cid-tPcJ9QFcpW form input:active,
.cid-tPcJ9QFcpW form textarea:active,
.cid-tPcJ9QFcpW form input:focus,
.cid-tPcJ9QFcpW form textarea:focus {
  background-color: transparent !important;
  border-color: #818a91 !important;
}
.cid-tPcJ9QFcpW form input:active::-webkit-input-placeholder,
.cid-tPcJ9QFcpW form textarea:active::-webkit-input-placeholder,
.cid-tPcJ9QFcpW form input:focus::-webkit-input-placeholder,
.cid-tPcJ9QFcpW form textarea:focus::-webkit-input-placeholder {
  color: #adadad;
}
.cid-tPcJ9QFcpW form input:active::-moz-placeholder,
.cid-tPcJ9QFcpW form textarea:active::-moz-placeholder,
.cid-tPcJ9QFcpW form input:focus::-moz-placeholder,
.cid-tPcJ9QFcpW form textarea:focus::-moz-placeholder {
  color: #adadad;
}
.cid-tPcJ9QFcpW form input:active:-moz-placeholder,
.cid-tPcJ9QFcpW form textarea:active:-moz-placeholder,
.cid-tPcJ9QFcpW form input:focus:-moz-placeholder,
.cid-tPcJ9QFcpW form textarea:focus:-moz-placeholder {
  color: #adadad;
}
.cid-tPcJ9QFcpW form input:active:-ms-input-placeholder,
.cid-tPcJ9QFcpW form textarea:active:-ms-input-placeholder,
.cid-tPcJ9QFcpW form input:focus:-ms-input-placeholder,
.cid-tPcJ9QFcpW form textarea:focus:-ms-input-placeholder {
  color: #adadad;
}
.cid-tPcJ9QFcpW form .row {
  margin-left: -5px !important;
  margin-right: -5px !important;
}
.cid-tPcJ9QFcpW form .row [class*=col] {
  padding-left: 5px !important;
  padding-right: 5px !important;
}
.cid-tPcJ9QFcpW form label {
  width: 100%;
  color: #1d191f;
  margin-bottom: 4px;
}
.cid-tPcJ9QFcpW form .form-check-input {
  border-color: #818a91 !important;
  outline: none !important;
  box-shadow: none !important;
  background-color: transparent !important;
}
.cid-tPcJ9QFcpW form .form-check-input:focus,
.cid-tPcJ9QFcpW form .form-check-input:hover {
  background-color: transparent !important;
  border-color: #1d191f !important;
}
.cid-tPcJ9QFcpW form .form-check-input:checked {
  border-color: #1d191f !important;
  background-color: #1d191f !important;
}
.cid-t71fT41G0n {
  padding-top: 3rem;
  padding-bottom: 1rem;
  background-color: #011539;
}
.cid-t71fT41G0n .mbr-fallback-image.disabled {
  display: none;
}
.cid-t71fT41G0n .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-t71fT41G0n .container {
  display: flex;
  justify-content: center;
}
.cid-t71fT41G0n .row {
  display: flex;
  align-items: flex-start;
  flex-wrap: wrap;
  width: 100%;
}
.cid-t71fT41G0n .col-copyright {
  padding: 0;
}
.cid-t71fT41G0n .copyright {
  color: #ffffff;
}
@media (max-width: 991px) {
  .cid-t71fT41G0n .copyright {
    text-align: center !important;
  }
}
.cid-tPcOmNWSyG {
  z-index: 1000;
  width: 100%;
  position: relative;
  min-height: 60px;
}
.cid-tPcOmNWSyG nav.navbar {
  position: fixed;
}
.cid-tPcOmNWSyG .dropdown-item:before {
  font-family: Moririse2 !important;
  content: "\e966";
  display: inline-block;
  width: 0;
  position: absolute;
  left: 1rem;
  top: 0.5rem;
  margin-right: 0.5rem;
  line-height: 1;
  font-size: inherit;
  vertical-align: middle;
  text-align: center;
  overflow: hidden;
  transform: scale(0, 1);
  transition: all 0.25s ease-in-out;
}
.cid-tPcOmNWSyG .dropdown-menu {
  padding: 0;
  border-radius: 4px;
  box-shadow: 0 1px 3px 0 rgba(0, 0, 0, 0.1);
}
.cid-tPcOmNWSyG .dropdown-item {
  border-bottom: 1px solid #e6e6e6;
}
.cid-tPcOmNWSyG .dropdown-item:hover,
.cid-tPcOmNWSyG .dropdown-item:focus {
  background: #091e52 !important;
  color: #1d191f !important;
}
.cid-tPcOmNWSyG .dropdown-item:hover span {
  color: white;
}
.cid-tPcOmNWSyG .dropdown-item:first-child {
  border-top-left-radius: 4px;
  border-top-right-radius: 4px;
}
.cid-tPcOmNWSyG .dropdown-item:last-child {
  border-bottom: none;
  border-bottom-left-radius: 4px;
  border-bottom-right-radius: 4px;
}
.cid-tPcOmNWSyG .nav-dropdown .link {
  padding: 0 0.3em !important;
  margin: 0.667em 1em !important;
}
.cid-tPcOmNWSyG .nav-dropdown .link.dropdown-toggle::after {
  margin-left: 0.5rem;
  margin-top: 0.2rem;
}
.cid-tPcOmNWSyG .nav-link {
  position: relative;
}
.cid-tPcOmNWSyG .container {
  display: flex;
  margin: auto;
}
.cid-tPcOmNWSyG .iconfont-wrapper {
  color: #000000 !important;
  font-size: 1.5rem;
  padding-right: 0.5rem;
}
.cid-tPcOmNWSyG .navbar-nav {
  margin-right: auto;
}
.cid-tPcOmNWSyG .navbar-nav .nav-item {
  margin: 0 10px !important;
}
.cid-tPcOmNWSyG .navbar-nav .nav-item .nav-link {
  padding: 13px 30px !important;
  margin: 0 !important;
  border-radius: 30px;
  overflow: hidden;
}
.cid-tPcOmNWSyG .dropdown-menu,
.cid-tPcOmNWSyG .navbar.opened {
  background: #ffffff !important;
}
.cid-tPcOmNWSyG .nav-item:focus,
.cid-tPcOmNWSyG .nav-link:focus {
  outline: none;
}
.cid-tPcOmNWSyG .dropdown .dropdown-menu .dropdown-item {
  width: auto;
  transition: all 0.25s ease-in-out;
}
.cid-tPcOmNWSyG .dropdown .dropdown-menu .dropdown-item::after {
  right: 0.5rem;
}
.cid-tPcOmNWSyG .dropdown .dropdown-menu .dropdown-item .mbr-iconfont {
  margin-right: 0.5rem;
  vertical-align: sub;
}
.cid-tPcOmNWSyG .dropdown .dropdown-menu .dropdown-item .mbr-iconfont:before {
  display: inline-block;
  transform: scale(1, 1);
  transition: all 0.25s ease-in-out;
}
.cid-tPcOmNWSyG .collapsed .dropdown-menu .dropdown-item:before {
  display: none;
}
.cid-tPcOmNWSyG .collapsed .dropdown .dropdown-menu .dropdown-item {
  padding: 0.235em 1.5em 0.235em 1.5em !important;
  transition: none;
  margin: 0 !important;
}
.cid-tPcOmNWSyG .navbar {
  min-height: 70px;
  transition: all 0.3s;
  border-bottom: 1px solid transparent;
  box-shadow: 0 1px 3px 0 rgba(0, 0, 0, 0.1);
  background: #ffffff;
  padding: 0 !important;
  border-radius: 0 !important;
}
.cid-tPcOmNWSyG .navbar.opened {
  transition: all 0.3s;
}
.cid-tPcOmNWSyG .navbar .dropdown-item {
  padding: 0.5rem 1.8rem;
}
.cid-tPcOmNWSyG .navbar .navbar-logo img {
  width: auto;
}
.cid-tPcOmNWSyG .navbar .navbar-collapse {
  justify-content: flex-end;
  z-index: 1;
}
.cid-tPcOmNWSyG .navbar.collapsed {
  justify-content: center;
}
.cid-tPcOmNWSyG .navbar.collapsed .nav-item .nav-link::before {
  display: none;
}
.cid-tPcOmNWSyG .navbar.collapsed.opened .dropdown-menu {
  top: 0;
}
@media (min-width: 992px) {
  .cid-tPcOmNWSyG .navbar.collapsed.opened:not(.navbar-short) .navbar-collapse {
    max-height: calc(98.5vh - 3rem);
  }
}
.cid-tPcOmNWSyG .navbar.collapsed .dropdown-menu .dropdown-submenu {
  left: 0 !important;
}
.cid-tPcOmNWSyG .navbar.collapsed .dropdown-menu .dropdown-item:after {
  right: auto;
}
.cid-tPcOmNWSyG .navbar.collapsed .dropdown-menu .dropdown-toggle[data-toggle="dropdown-submenu"]:after {
  margin-left: 0.5rem;
  margin-top: 0.2rem;
  border-top: 0.35em solid;
  border-right: 0.35em solid transparent;
  border-left: 0.35em solid transparent;
  border-bottom: 0;
  top: 41%;
}
.cid-tPcOmNWSyG .navbar.collapsed ul.navbar-nav li {
  margin: auto;
}
.cid-tPcOmNWSyG .navbar.collapsed .dropdown-menu .dropdown-item {
  padding: 0.25rem 1.5rem;
  text-align: center;
}
.cid-tPcOmNWSyG .navbar.collapsed .icons-menu {
  padding-left: 0;
  padding-right: 0;
  padding-top: 0.5rem;
  padding-bottom: 0.5rem;
}
@media (max-width: 991px) {
  .cid-tPcOmNWSyG .navbar .nav-item .nav-link::before {
    display: none;
  }
  .cid-tPcOmNWSyG .navbar.opened .dropdown-menu {
    top: 0;
  }
  .cid-tPcOmNWSyG .navbar .dropdown-menu .dropdown-submenu {
    left: 0 !important;
  }
  .cid-tPcOmNWSyG .navbar .dropdown-menu .dropdown-item:after {
    right: auto;
  }
  .cid-tPcOmNWSyG .navbar .dropdown-menu .dropdown-toggle[data-toggle="dropdown-submenu"]:after {
    margin-left: 0.5rem;
    margin-top: 0.2rem;
    border-top: 0.35em solid;
    border-right: 0.35em solid transparent;
    border-left: 0.35em solid transparent;
    border-bottom: 0;
    top: 40%;
  }
  .cid-tPcOmNWSyG .navbar .navbar-logo img {
    height: 3rem !important;
  }
  .cid-tPcOmNWSyG .navbar ul.navbar-nav li {
    margin: auto;
  }
  .cid-tPcOmNWSyG .navbar .dropdown-menu .dropdown-item {
    padding: 0.25rem 1.5rem !important;
    text-align: center;
  }
  .cid-tPcOmNWSyG .navbar .navbar-brand {
    flex-shrink: initial;
    flex-basis: auto;
    word-break: break-word;
    padding-right: 2rem;
  }
  .cid-tPcOmNWSyG .navbar .navbar-toggler {
    flex-basis: auto;
  }
  .cid-tPcOmNWSyG .navbar .icons-menu {
    padding-left: 0;
    padding-top: 0.5rem;
    padding-bottom: 0.5rem;
  }
}
.cid-tPcOmNWSyG .navbar.navbar-short {
  min-height: 60px;
}
.cid-tPcOmNWSyG .navbar.navbar-short .navbar-logo img {
  height: 2.5rem !important;
}
.cid-tPcOmNWSyG .navbar.navbar-short .navbar-brand {
  min-height: 60px;
  padding: 0;
}
.cid-tPcOmNWSyG .navbar-brand {
  min-height: 70px;
  flex-shrink: 0;
  align-items: center;
  margin-right: 115px;
  padding: 10px 0;
  transition: all 0.3s;
  word-break: break-word;
  z-index: 1;
  padding-left: 5px;
}
.cid-tPcOmNWSyG .navbar-brand .navbar-caption {
  line-height: inherit !important;
}
.cid-tPcOmNWSyG .navbar-brand .navbar-logo a {
  outline: none;
}
.cid-tPcOmNWSyG .dropdown-item.active,
.cid-tPcOmNWSyG .dropdown-item:active {
  background-color: transparent;
}
.cid-tPcOmNWSyG .navbar-expand-lg .navbar-nav .nav-link {
  padding: 0;
}
.cid-tPcOmNWSyG .nav-dropdown .link.dropdown-toggle {
  margin-right: 1.667em;
}
.cid-tPcOmNWSyG .nav-dropdown .link.dropdown-toggle[aria-expanded="true"] {
  margin-right: 0;
  padding: 0.667em 1.667em;
}
.cid-tPcOmNWSyG .navbar.navbar-expand-lg .dropdown .dropdown-menu {
  background: #ffffff;
}
.cid-tPcOmNWSyG .navbar.navbar-expand-lg .dropdown .dropdown-menu .dropdown-submenu {
  margin: 0;
  left: 100%;
}
.cid-tPcOmNWSyG .navbar .dropdown.open > .dropdown-menu {
  display: block;
}
.cid-tPcOmNWSyG ul.navbar-nav {
  flex-wrap: wrap;
}
.cid-tPcOmNWSyG .navbar-buttons {
  text-align: center;
  min-width: 170px;
}
.cid-tPcOmNWSyG button.navbar-toggler {
  outline: none;
  width: 31px;
  height: 20px;
  cursor: pointer;
  transition: all 0.2s;
  position: relative;
  align-self: center;
}
.cid-tPcOmNWSyG button.navbar-toggler .hamburger span {
  position: absolute;
  right: 0;
  width: 30px;
  height: 2px;
  border-right: 5px;
  background-color: #000000;
}
.cid-tPcOmNWSyG button.navbar-toggler .hamburger span:nth-child(1) {
  top: 0;
  transition: all 0.2s;
}
.cid-tPcOmNWSyG button.navbar-toggler .hamburger span:nth-child(2) {
  top: 8px;
  transition: all 0.15s;
}
.cid-tPcOmNWSyG button.navbar-toggler .hamburger span:nth-child(3) {
  top: 8px;
  transition: all 0.15s;
}
.cid-tPcOmNWSyG button.navbar-toggler .hamburger span:nth-child(4) {
  top: 16px;
  transition: all 0.2s;
}
.cid-tPcOmNWSyG nav.opened .hamburger span:nth-child(1) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-tPcOmNWSyG nav.opened .hamburger span:nth-child(2) {
  transform: rotate(45deg);
  transition: all 0.25s;
}
.cid-tPcOmNWSyG nav.opened .hamburger span:nth-child(3) {
  transform: rotate(-45deg);
  transition: all 0.25s;
}
.cid-tPcOmNWSyG nav.opened .hamburger span:nth-child(4) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-tPcOmNWSyG .navbar-dropdown {
  padding: 0 1rem;
  position: fixed;
}
.cid-tPcOmNWSyG a.nav-link {
  display: flex;
  align-items: center;
  justify-content: center;
}
.cid-tPcOmNWSyG .icons-menu {
  flex-wrap: nowrap;
  display: flex;
  justify-content: center;
  padding-left: 1rem;
  padding-right: 1rem;
  padding-top: 0.3rem;
  text-align: center;
}
@media screen and (-ms-high-contrast: active), (-ms-high-contrast: none) {
  .cid-tPcOmNWSyG .navbar {
    height: 70px;
  }
  .cid-tPcOmNWSyG .navbar.opened {
    height: auto;
  }
  .cid-tPcOmNWSyG .nav-item .nav-link:hover::before {
    width: 175%;
    max-width: calc(100% + 2rem);
    left: -1rem;
  }
}
.cid-tPcOmNWSyG .mbr-section-btn {
  margin: 0 -0.6rem;
  min-width: auto;
}
.cid-tPcOmNWSyG .navbar-toggler {
  position: relative;
  z-index: 11;
}
@media (min-width: 768px) {
  .cid-tPcOmNWSyG .navbar-toggler {
    margin-right: 20px;
  }
}
.cid-tPcOmNWSyG .container,
.cid-tPcOmNWSyG .container-fluid {
  flex-wrap: nowrap;
}
.cid-tPcOmNWSyG .navbar-nav {
  width: 100%;
  align-items: flex-start;
}
.cid-tPcOmNWSyG .navbar-nav .nav-item {
  width: 100%;
  margin: 0 !important;
  padding: 10px !important;
  justify-content: flex-start;
  text-align: left;
}
.cid-tPcOmNWSyG .navbar-nav .nav-item .nav-link {
  justify-content: flex-start;
  text-align: left;
  width: 100%;
  padding: 0 !important;
  margin: 0 !important;
  border-radius: 0;
}
.cid-tPcOmNWSyG .icons-menu {
  padding-right: 0 !important;
  padding-top: 20px !important;
  padding-bottom: 0 !important;
}
.cid-tPcOmNWSyG .mbr-section-btn {
  width: 100%;
  margin-top: 30px;
}
.cid-tPcOmNWSyG .mbr-section-btn .btn {
  width: 100%;
}
.cid-tPcOmNWSyG .navbar-collapse {
  display: flex !important;
  flex-wrap: nowrap;
  flex-direction: column;
  justify-content: flex-start !important;
  align-items: flex-start !important;
  position: fixed;
  background-color: #eef2fd;
  width: 0;
  height: 100%;
  top: 0;
  right: 0;
  z-index: 10;
  max-height: 100vh !important;
  overflow: auto;
  transition: .3s !important;
}
.cid-tPcOmNWSyG .navbar-collapse.show {
  padding: 100px 15px;
  position: fixed;
  background-color: #eef2fd;
  width: 100%;
  height: 100%;
  top: 0;
  right: 0;
  z-index: 10;
  max-height: 100vh !important;
  overflow: auto;
}
.cid-tPcOmNWSyG .navbar.collapsed .dropdown-menu .dropdown-item {
  text-align: left;
}
@media (max-width: 991px) {
  .cid-tPcOmNWSyG .container,
  .cid-tPcOmNWSyG .container-fluid {
    flex-wrap: nowrap;
  }
  .cid-tPcOmNWSyG .navbar-nav {
    width: 100%;
    align-items: flex-start;
  }
  .cid-tPcOmNWSyG .navbar-nav .nav-item {
    width: 100%;
    margin: 0 !important;
    padding: 10px !important;
    justify-content: flex-start;
    text-align: left;
  }
  .cid-tPcOmNWSyG .navbar-nav .nav-item .nav-link {
    justify-content: flex-start;
    text-align: left;
    width: 100%;
    padding: 0 !important;
    margin: 0 !important;
    border-radius: 0;
  }
  .cid-tPcOmNWSyG .icons-menu {
    padding-right: 0 !important;
    padding-top: 20px !important;
    padding-bottom: 0 !important;
  }
  .cid-tPcOmNWSyG .mbr-section-btn {
    width: 100%;
    margin-top: 30px;
  }
  .cid-tPcOmNWSyG .mbr-section-btn .btn {
    width: 100%;
  }
  .cid-tPcOmNWSyG .navbar-collapse {
    display: flex !important;
    flex-wrap: nowrap;
    flex-direction: column;
    justify-content: flex-start !important;
    align-items: flex-start !important;
    position: fixed;
    background-color: #eef2fd;
    width: 0;
    height: 100%;
    top: 0;
    right: 0;
    z-index: 10;
    max-height: 100vh !important;
    overflow: auto;
    transition: .3s !important;
  }
  .cid-tPcOmNWSyG .navbar-collapse.show {
    padding: 100px 15px;
    position: fixed;
    background-color: #eef2fd;
    width: 100%;
    height: 100%;
    top: 0;
    right: 0;
    z-index: 10;
    max-height: 100vh !important;
    overflow: auto;
  }
  .cid-tPcOmNWSyG .navbar.collapsed .dropdown-menu .dropdown-item {
    text-align: left;
  }
}
.cid-tPcOmOFRdX .mbr-fallback-image.disabled {
  display: none;
}
.cid-tPcOmOFRdX .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
  background-image: url("../../../@SITES@/1/assets/images/img-7668-1536x2048.webp");
}
.cid-tPcOmOFRdX .row {
  justify-content: flex-start;
}
.cid-tPcOmOFRdX .mbr-section-title {
  color: #ffffff;
  opacity: 0.85;
  margin-bottom: 0 !important;
}
.cid-tPcOmOFRdX .mbr-section-subtitle {
  color: #000000;
  opacity: 0.85;
  margin-bottom: 0 !important;
  margin-top: 20px;
}
.cid-tPcOmOFRdX .mbr-section-btn {
  margin-top: 20px;
}
.cid-tPcOmOFRdX .mbr-section-subtitle,
.cid-tPcOmOFRdX .mbr-section-btn {
  color: #ffffff;
}
.cid-uvm2lQcTjP {
  padding-top: 3rem;
  padding-bottom: 3rem;
  background-color: #ffffff;
}
.cid-uvm2lQcTjP .mbr-fallback-image.disabled {
  display: none;
}
.cid-uvm2lQcTjP .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uvm2lQcTjP .mbr-section-head {
  margin-bottom: 32px;
}
.cid-uvm2lQcTjP .mbr-section-title {
  color: #24262b;
}
.cid-uvm2lQcTjP .mbr-section-subtitle {
  margin-top: 16px;
  color: #24262b;
}
.cid-uvm2lQcTjP .cards-row {
  row-gap: 32px;
}
.cid-uvm2lQcTjP .card {
  border-radius: 0;
}
.cid-uvm2lQcTjP .card-wrapper {
  width: 100%;
  height: 100%;
  padding: 3rem 2rem;
  background: #efefef;
}
@media (max-width: 991px) {
  .cid-uvm2lQcTjP .card-wrapper {
    padding: 3rem 1rem;
  }
}
.cid-uvm2lQcTjP .icons-wrap {
  display: flex;
  align-items: center;
  column-gap: 1rem;
  row-gap: 0.4rem;
  flex-wrap: wrap;
  margin-bottom: 24px;
}
.cid-uvm2lQcTjP .icons-wrap .iconfont-wrapper {
  flex-shrink: 0;
}
.cid-uvm2lQcTjP .icons-wrap .iconfont-wrapper .mbr-iconfont {
  display: block;
  font-size: 18px;
  color: #b79b6c;
}
.cid-uvm2lQcTjP .card-title {
  margin-bottom: 8px;
  color: #24262b;
}
.cid-uvm2lQcTjP .card-subtitle {
  color: #24262b;
}
.cid-uvm2lQcTjP .card-bottom-wrap {
  margin-top: 24px;
}
.cid-uvm2lQcTjP .card-name {
  color: #24262b;
}
.cid-uvm2lQcTjP .card-text {
  color: #24262b;
}
.cid-tPcOmRg98V {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-color: #eef2fd;
}
.cid-tPcOmRg98V .row {
  align-items: center;
}
.cid-tPcOmRg98V .main-col {
  display: flex;
  align-items: stretch;
}
@media (max-width: 767px) {
  .cid-tPcOmRg98V .main-col {
    flex-wrap: wrap;
  }
}
.cid-tPcOmRg98V .title-container {
  display: flex;
  flex-direction: column;
  justify-content: flex-start;
  align-items: flex-start;
  flex-wrap: wrap;
  width: 50%;
  padding: 50px 10px 10px 10px !important;
}
@media (max-width: 767px) {
  .cid-tPcOmRg98V .title-container {
    width: 100%;
    min-height: auto;
    margin-bottom: 50px;
    padding: 0 !important;
  }
}
.cid-tPcOmRg98V .main-title {
  color: #000000;
  opacity: 0.85;
  width: 100%;
}
.cid-tPcOmRg98V .main-subtitle {
  margin-top: 40px;
  color: #000000;
  opacity: 0.85;
  width: 100%;
}
.cid-tPcOmRg98V .form-container {
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  flex-wrap: wrap;
  width: 50%;
  padding: 10px !important;
  flex-grow: 1;
}
@media (max-width: 767px) {
  .cid-tPcOmRg98V .form-container {
    width: 100%;
    min-height: auto;
    padding: 0 !important;
  }
}
.cid-tPcOmRg98V .form-bg {
  width: 100%;
  border-radius: 40px;
  overflow: hidden;
  padding: 60px 50px;
  background-color: #ffffff;
  border: 1px solid #1d191f;
}
@media (max-width: 991px) {
  .cid-tPcOmRg98V .form-bg {
    padding: 50px 25px 50px 25px;
  }
}
@media (max-width: 767px) {
  .cid-tPcOmRg98V .form-bg {
    padding: 35px 30px;
  }
}
.cid-tPcOmRg98V form {
  width: 100%;
}
.cid-tPcOmRg98V form .dragArea.row {
  justify-content: flex-start;
  width: auto !important;
}
.cid-tPcOmRg98V form p {
  color: #1d191f;
}
.cid-tPcOmRg98V form .mbr-section-btn {
  margin-top: 0;
  margin-bottom: 10px;
  text-align: center;
  justify-content: center;
  margin-right: auto;
}
@media (max-width: 767px) {
  .cid-tPcOmRg98V form .mbr-section-btn {
    width: 100%;
  }
}
.cid-tPcOmRg98V form .mbr-section-btn .btn {
  min-width: 120px;
  width: 100%;
  border: none !important;
}
.cid-tPcOmRg98V form .form-group {
  margin-top: 0 !important;
  margin-bottom: 10px !important;
  flex-grow: 1;
}
.cid-tPcOmRg98V form .form-control {
  height: 55px;
  border: 1px solid #818a91 !important;
  background: transparent;
  box-shadow: none !important;
  border-radius: 10px !important;
  margin-bottom: 0;
  padding: 7px 20px;
  font-size: 16px;
  line-height: 24px;
  color: #1d191f;
  font-weight: 400;
}
.cid-tPcOmRg98V form .form-control::-webkit-input-placeholder {
  color: #adadad;
}
.cid-tPcOmRg98V form .form-control::-moz-placeholder {
  color: #adadad;
}
.cid-tPcOmRg98V form .form-control:-moz-placeholder {
  color: #adadad;
}
.cid-tPcOmRg98V form .form-control:-ms-input-placeholder {
  color: #adadad;
}
.cid-tPcOmRg98V form select {
  color: #adadad !important;
}
.cid-tPcOmRg98V form textarea {
  height: 192px !important;
}
.cid-tPcOmRg98V form input:active,
.cid-tPcOmRg98V form textarea:active,
.cid-tPcOmRg98V form input:focus,
.cid-tPcOmRg98V form textarea:focus {
  background-color: transparent !important;
  border-color: #818a91 !important;
}
.cid-tPcOmRg98V form input:active::-webkit-input-placeholder,
.cid-tPcOmRg98V form textarea:active::-webkit-input-placeholder,
.cid-tPcOmRg98V form input:focus::-webkit-input-placeholder,
.cid-tPcOmRg98V form textarea:focus::-webkit-input-placeholder {
  color: #adadad;
}
.cid-tPcOmRg98V form input:active::-moz-placeholder,
.cid-tPcOmRg98V form textarea:active::-moz-placeholder,
.cid-tPcOmRg98V form input:focus::-moz-placeholder,
.cid-tPcOmRg98V form textarea:focus::-moz-placeholder {
  color: #adadad;
}
.cid-tPcOmRg98V form input:active:-moz-placeholder,
.cid-tPcOmRg98V form textarea:active:-moz-placeholder,
.cid-tPcOmRg98V form input:focus:-moz-placeholder,
.cid-tPcOmRg98V form textarea:focus:-moz-placeholder {
  color: #adadad;
}
.cid-tPcOmRg98V form input:active:-ms-input-placeholder,
.cid-tPcOmRg98V form textarea:active:-ms-input-placeholder,
.cid-tPcOmRg98V form input:focus:-ms-input-placeholder,
.cid-tPcOmRg98V form textarea:focus:-ms-input-placeholder {
  color: #adadad;
}
.cid-tPcOmRg98V form .row {
  margin-left: -5px !important;
  margin-right: -5px !important;
}
.cid-tPcOmRg98V form .row [class*=col] {
  padding-left: 5px !important;
  padding-right: 5px !important;
}
.cid-tPcOmRg98V form label {
  width: 100%;
  color: #1d191f;
  margin-bottom: 4px;
}
.cid-tPcOmRg98V form .form-check-input {
  border-color: #818a91 !important;
  outline: none !important;
  box-shadow: none !important;
  background-color: transparent !important;
}
.cid-tPcOmRg98V form .form-check-input:focus,
.cid-tPcOmRg98V form .form-check-input:hover {
  background-color: transparent !important;
  border-color: #1d191f !important;
}
.cid-tPcOmRg98V form .form-check-input:checked {
  border-color: #1d191f !important;
  background-color: #1d191f !important;
}
.cid-tPcOmRJF8K {
  padding-top: 3rem;
  padding-bottom: 1rem;
  background-color: #011539;
}
.cid-tPcOmRJF8K .mbr-fallback-image.disabled {
  display: none;
}
.cid-tPcOmRJF8K .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-tPcOmRJF8K .container {
  display: flex;
  justify-content: center;
}
.cid-tPcOmRJF8K .row {
  display: flex;
  align-items: flex-start;
  flex-wrap: wrap;
  width: 100%;
}
.cid-tPcOmRJF8K .col-copyright {
  padding: 0;
}
.cid-tPcOmRJF8K .copyright {
  color: #ffffff;
}
@media (max-width: 991px) {
  .cid-tPcOmRJF8K .copyright {
    text-align: center !important;
  }
}
