.btn {
  border-width: 2px;
}
img,
.card-wrap,
.card-wrapper,
.video-wrapper,
.mbr-figure iframe,
.google-map iframe,
.slide-content,
.plan,
.card,
.item-wrapper {
  border-radius: 0 !important;
}
.video-wrapper {
  overflow: hidden;
}
body {
  font-family: Inter Tight;
}
.display-1 {
  font-family: 'Inter Tight', sans-serif;
  font-size: 5rem;
  line-height: 1;
}
.display-1 > .mbr-iconfont {
  font-size: 6.25rem;
}
.display-2 {
  font-family: 'Inter Tight', sans-serif;
  font-size: 4rem;
  line-height: 1;
}
.display-2 > .mbr-iconfont {
  font-size: 5rem;
}
.display-4 {
  font-family: 'Inter Tight', sans-serif;
  font-size: 1.2rem;
  line-height: 1.5;
}
.display-4 > .mbr-iconfont {
  font-size: 1.5rem;
}
.display-5 {
  font-family: 'Inter Tight', sans-serif;
  font-size: 2.5rem;
  line-height: 1.5;
}
.display-5 > .mbr-iconfont {
  font-size: 3.125rem;
}
.display-7 {
  font-family: 'Inter Tight', sans-serif;
  font-size: 1.4rem;
  line-height: 1.3;
}
.display-7 > .mbr-iconfont {
  font-size: 1.75rem;
}
/* ---- 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: 4rem;
  }
}
@media (max-width: 768px) {
  .display-1 {
    font-size: 3.5rem;
    font-size: calc( 2.4rem + (5 - 2.4) * ((100vw - 20rem) / (48 - 20)));
    line-height: calc( 1.1 * (2.4rem + (5 - 2.4) * ((100vw - 20rem) / (48 - 20))));
  }
  .display-2 {
    font-size: 3.2rem;
    font-size: calc( 2.05rem + (4 - 2.05) * ((100vw - 20rem) / (48 - 20)));
    line-height: calc( 1.3 * (2.05rem + (4 - 2.05) * ((100vw - 20rem) / (48 - 20))));
  }
  .display-4 {
    font-size: 0.96rem;
    font-size: calc( 1.07rem + (1.2 - 1.07) * ((100vw - 20rem) / (48 - 20)));
    line-height: calc( 1.4 * (1.07rem + (1.2 - 1.07) * ((100vw - 20rem) / (48 - 20))));
  }
  .display-5 {
    font-size: 2rem;
    font-size: calc( 1.525rem + (2.5 - 1.525) * ((100vw - 20rem) / (48 - 20)));
    line-height: calc( 1.4 * (1.525rem + (2.5 - 1.525) * ((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: 1.25rem 2rem;
  border-radius: 4px;
}
@media (max-width: 767px) {
  .btn {
    padding: 0.75rem 1.5rem;
  }
}
.btn-sm {
  padding: 0.6rem 1.2rem;
  border-radius: 4px;
}
.btn-md {
  padding: 0.6rem 1.2rem;
  border-radius: 4px;
}
.btn-lg {
  padding: 1.25rem 2rem;
  border-radius: 4px;
}
.bg-primary {
  background-color: #ff002d !important;
}
.bg-success {
  background-color: #3a341c !important;
}
.bg-info {
  background-color: #320707 !important;
}
.bg-warning {
  background-color: #a0e2e1 !important;
}
.bg-danger {
  background-color: #ffea64 !important;
}
.btn-primary,
.btn-primary:active {
  background-color: #ff002d !important;
  border-color: #ff002d !important;
  color: #ffffff !important;
  box-shadow: none;
}
.btn-primary:hover,
.btn-primary:focus,
.btn-primary.focus,
.btn-primary.active {
  color: inherit;
  background-color: #ff3357 !important;
  border-color: #ff3357 !important;
  box-shadow: none;
}
.btn-primary.disabled,
.btn-primary:disabled {
  color: #ffffff !important;
  background-color: #ff3357 !important;
  border-color: #ff3357 !important;
}
.btn-secondary,
.btn-secondary:active {
  background-color: #ffd7ef !important;
  border-color: #ffd7ef !important;
  color: #d70081 !important;
  box-shadow: none;
}
.btn-secondary:hover,
.btn-secondary:focus,
.btn-secondary.focus,
.btn-secondary.active {
  color: inherit;
  background-color: #ffffff !important;
  border-color: #ffffff !important;
  box-shadow: none;
}
.btn-secondary.disabled,
.btn-secondary:disabled {
  color: #d70081 !important;
  background-color: #ffffff !important;
  border-color: #ffffff !important;
}
.btn-info,
.btn-info:active {
  background-color: #320707 !important;
  border-color: #320707 !important;
  color: #ffffff !important;
  box-shadow: none;
}
.btn-info:hover,
.btn-info:focus,
.btn-info.focus,
.btn-info.active {
  color: inherit;
  background-color: #5f0d0d !important;
  border-color: #5f0d0d !important;
  box-shadow: none;
}
.btn-info.disabled,
.btn-info:disabled {
  color: #ffffff !important;
  background-color: #5f0d0d !important;
  border-color: #5f0d0d !important;
}
.btn-success,
.btn-success:active {
  background-color: #3a341c !important;
  border-color: #3a341c !important;
  color: #ffffff !important;
  box-shadow: none;
}
.btn-success:hover,
.btn-success:focus,
.btn-success.focus,
.btn-success.active {
  color: inherit;
  background-color: #5c532d !important;
  border-color: #5c532d !important;
  box-shadow: none;
}
.btn-success.disabled,
.btn-success:disabled {
  color: #ffffff !important;
  background-color: #5c532d !important;
  border-color: #5c532d !important;
}
.btn-warning,
.btn-warning:active {
  background-color: #a0e2e1 !important;
  border-color: #a0e2e1 !important;
  color: #1f6463 !important;
  box-shadow: none;
}
.btn-warning:hover,
.btn-warning:focus,
.btn-warning.focus,
.btn-warning.active {
  color: inherit;
  background-color: #c7eeed !important;
  border-color: #c7eeed !important;
  box-shadow: none;
}
.btn-warning.disabled,
.btn-warning:disabled {
  color: #1f6463 !important;
  background-color: #c7eeed !important;
  border-color: #c7eeed !important;
}
.btn-danger,
.btn-danger:active {
  background-color: #ffea64 !important;
  border-color: #ffea64 !important;
  color: #645600 !important;
  box-shadow: none;
}
.btn-danger:hover,
.btn-danger:focus,
.btn-danger.focus,
.btn-danger.active {
  color: inherit;
  background-color: #fff197 !important;
  border-color: #fff197 !important;
  box-shadow: none;
}
.btn-danger.disabled,
.btn-danger:disabled {
  color: #645600 !important;
  background-color: #fff197 !important;
  border-color: #fff197 !important;
}
.btn-white,
.btn-white:active {
  background-color: #eff0ec !important;
  border-color: #eff0ec !important;
  color: #757b62 !important;
  box-shadow: none;
}
.btn-white:hover,
.btn-white:focus,
.btn-white.focus,
.btn-white.active {
  color: inherit;
  background-color: #ffffff !important;
  border-color: #ffffff !important;
  box-shadow: none;
}
.btn-white.disabled,
.btn-white:disabled {
  color: #757b62 !important;
  background-color: #ffffff !important;
  border-color: #ffffff !important;
}
.btn-black,
.btn-black:active {
  background-color: #232323 !important;
  border-color: #232323 !important;
  color: #ffffff !important;
  box-shadow: none;
}
.btn-black:hover,
.btn-black:focus,
.btn-black.focus,
.btn-black.active {
  color: inherit;
  background-color: #3d3d3d !important;
  border-color: #3d3d3d !important;
  box-shadow: none;
}
.btn-black.disabled,
.btn-black:disabled {
  color: #ffffff !important;
  background-color: #3d3d3d !important;
  border-color: #3d3d3d !important;
}
.btn-primary-outline,
.btn-primary-outline:active {
  background-color: transparent !important;
  border-color: #ff002d;
  color: #ff002d;
}
.btn-primary-outline:hover,
.btn-primary-outline:focus,
.btn-primary-outline.focus,
.btn-primary-outline.active {
  color: #a8001e !important;
  background-color: transparent !important;
  border-color: #a8001e !important;
  box-shadow: none !important;
}
.btn-primary-outline.disabled,
.btn-primary-outline:disabled {
  color: #ffffff !important;
  background-color: #ff002d !important;
  border-color: #ff002d !important;
}
.btn-secondary-outline,
.btn-secondary-outline:active {
  background-color: transparent !important;
  border-color: #ffd7ef;
  color: #ffd7ef;
}
.btn-secondary-outline:hover,
.btn-secondary-outline:focus,
.btn-secondary-outline.focus,
.btn-secondary-outline.active {
  color: #ff80cc !important;
  background-color: transparent !important;
  border-color: #ff80cc !important;
  box-shadow: none !important;
}
.btn-secondary-outline.disabled,
.btn-secondary-outline:disabled {
  color: #d70081 !important;
  background-color: #ffd7ef !important;
  border-color: #ffd7ef !important;
}
.btn-info-outline,
.btn-info-outline:active {
  background-color: transparent !important;
  border-color: #320707;
  color: #320707;
}
.btn-info-outline:hover,
.btn-info-outline:focus,
.btn-info-outline.focus,
.btn-info-outline.active {
  color: #000000 !important;
  background-color: transparent !important;
  border-color: #000000 !important;
  box-shadow: none !important;
}
.btn-info-outline.disabled,
.btn-info-outline:disabled {
  color: #ffffff !important;
  background-color: #320707 !important;
  border-color: #320707 !important;
}
.btn-success-outline,
.btn-success-outline:active {
  background-color: transparent !important;
  border-color: #3a341c;
  color: #3a341c;
}
.btn-success-outline:hover,
.btn-success-outline:focus,
.btn-success-outline.focus,
.btn-success-outline.active {
  color: #000000 !important;
  background-color: transparent !important;
  border-color: #000000 !important;
  box-shadow: none !important;
}
.btn-success-outline.disabled,
.btn-success-outline:disabled {
  color: #ffffff !important;
  background-color: #3a341c !important;
  border-color: #3a341c !important;
}
.btn-warning-outline,
.btn-warning-outline:active {
  background-color: transparent !important;
  border-color: #a0e2e1;
  color: #a0e2e1;
}
.btn-warning-outline:hover,
.btn-warning-outline:focus,
.btn-warning-outline.focus,
.btn-warning-outline.active {
  color: #5ececc !important;
  background-color: transparent !important;
  border-color: #5ececc !important;
  box-shadow: none !important;
}
.btn-warning-outline.disabled,
.btn-warning-outline:disabled {
  color: #1f6463 !important;
  background-color: #a0e2e1 !important;
  border-color: #a0e2e1 !important;
}
.btn-danger-outline,
.btn-danger-outline:active {
  background-color: transparent !important;
  border-color: #ffea64;
  color: #ffea64;
}
.btn-danger-outline:hover,
.btn-danger-outline:focus,
.btn-danger-outline.focus,
.btn-danger-outline.active {
  color: #ffde0d !important;
  background-color: transparent !important;
  border-color: #ffde0d !important;
  box-shadow: none !important;
}
.btn-danger-outline.disabled,
.btn-danger-outline:disabled {
  color: #645600 !important;
  background-color: #ffea64 !important;
  border-color: #ffea64 !important;
}
.btn-black-outline,
.btn-black-outline:active {
  background-color: transparent !important;
  border-color: #232323;
  color: #232323;
}
.btn-black-outline:hover,
.btn-black-outline:focus,
.btn-black-outline.focus,
.btn-black-outline.active {
  color: #000000 !important;
  background-color: transparent !important;
  border-color: #000000 !important;
  box-shadow: none !important;
}
.btn-black-outline.disabled,
.btn-black-outline:disabled {
  color: #ffffff !important;
  background-color: #232323 !important;
  border-color: #232323 !important;
}
.btn-white-outline,
.btn-white-outline:active {
  background-color: transparent !important;
  border-color: #fafafa;
  color: #fafafa;
}
.btn-white-outline:hover,
.btn-white-outline:focus,
.btn-white-outline.focus,
.btn-white-outline.active {
  color: #cfcfcf !important;
  background-color: transparent !important;
  border-color: #cfcfcf !important;
  box-shadow: none !important;
}
.btn-white-outline.disabled,
.btn-white-outline:disabled {
  color: #7a7a7a !important;
  background-color: #fafafa !important;
  border-color: #fafafa !important;
}
.text-primary {
  color: #ff002d !important;
}
.text-secondary {
  color: #ffd7ef !important;
}
.text-success {
  color: #3a341c !important;
}
.text-info {
  color: #320707 !important;
}
.text-warning {
  color: #a0e2e1 !important;
}
.text-danger {
  color: #ffea64 !important;
}
.text-white {
  color: #fafafa !important;
}
.text-black {
  color: #232323 !important;
}
a.text-primary:hover,
a.text-primary:focus,
a.text-primary.active {
  color: #99001b !important;
}
a.text-secondary:hover,
a.text-secondary:focus,
a.text-secondary.active {
  color: #ff71c6 !important;
}
a.text-success:hover,
a.text-success:focus,
a.text-success.active {
  color: #000000 !important;
}
a.text-info:hover,
a.text-info:focus,
a.text-info.active {
  color: #000000 !important;
}
a.text-warning:hover,
a.text-warning:focus,
a.text-warning.active {
  color: #52cac8 !important;
}
a.text-danger:hover,
a.text-danger:focus,
a.text-danger.active {
  color: #fddb00 !important;
}
a.text-white:hover,
a.text-white:focus,
a.text-white.active {
  color: #c7c7c7 !important;
}
a.text-black:hover,
a.text-black:focus,
a.text-black.active {
  color: #000000 !important;
}
a[class*="text-"]:not(.nav-link):not(.dropdown-item):not([role]):not(.navbar-caption) {
  position: relative;
  background-image: transparent;
  background-size: 10000px 2px;
  background-repeat: no-repeat;
  background-position: 0px 1.2em;
  background-position: -10000px 1.2em;
}
a[class*="text-"]:not(.nav-link):not(.dropdown-item):not([role]):not(.navbar-caption):hover {
  transition: background-position 2s ease-in-out;
  background-image: linear-gradient(currentColor 50%, currentColor 50%);
  background-position: 0px 1.2em;
}
.nav-tabs .nav-link.active {
  color: #ff002d;
}
.nav-tabs .nav-link:not(.active) {
  color: #232323;
}
.alert-success {
  background-color: #70c770;
}
.alert-info {
  background-color: #320707;
}
.alert-warning {
  background-color: #a0e2e1;
}
.alert-danger {
  background-color: #ffea64;
}
.mbr-gallery-filter li.active .btn {
  background-color: #ff002d;
  border-color: #ff002d;
  color: #ffffff;
}
.mbr-gallery-filter li.active .btn:focus {
  box-shadow: none;
}
a,
a:hover {
  color: #ff002d;
}
.mbr-plan-header.bg-primary .mbr-plan-subtitle,
.mbr-plan-header.bg-primary .mbr-plan-price-desc {
  color: #ffccd5;
}
.mbr-plan-header.bg-success .mbr-plan-subtitle,
.mbr-plan-header.bg-success .mbr-plan-price-desc {
  color: #c0b27c;
}
.mbr-plan-header.bg-info .mbr-plan-subtitle,
.mbr-plan-header.bg-info .mbr-plan-price-desc {
  color: #f3abab;
}
.mbr-plan-header.bg-warning .mbr-plan-subtitle,
.mbr-plan-header.bg-warning .mbr-plan-price-desc {
  color: #ffffff;
}
.mbr-plan-header.bg-danger .mbr-plan-subtitle,
.mbr-plan-header.bg-danger .mbr-plan-price-desc {
  color: #ffffff;
}
/* Scroll to top button*/
.form-control {
  font-family: 'Inter Tight', sans-serif;
  font-size: 1.4rem;
  line-height: 1.3;
  font-weight: 400;
}
.form-control > .mbr-iconfont {
  font-size: 1.75rem;
}
.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: #ff002d !important;
}
.form-control:-webkit-input-placeholder {
  font-family: 'Inter Tight', sans-serif;
  font-size: 1.4rem;
  line-height: 1.3;
  font-weight: 400;
}
.form-control:-webkit-input-placeholder > .mbr-iconfont {
  font-size: 1.75rem;
}
blockquote {
  border-color: #ff002d;
}
/* Forms */
.jq-selectbox li:hover,
.jq-selectbox li.selected {
  background-color: #ff002d;
  color: #ffffff;
}
.jq-number__spin {
  transition: 0.25s ease;
}
.jq-number__spin:hover {
  border-color: #ff002d;
}
.jq-selectbox .jq-selectbox__trigger-arrow,
.jq-number__spin.minus:after,
.jq-number__spin.plus:after {
  transition: 0.4s;
  border-top-color: #232323;
  border-bottom-color: #232323;
}
.jq-selectbox:hover .jq-selectbox__trigger-arrow,
.jq-number__spin.minus:hover:after,
.jq-number__spin.plus:hover:after {
  border-top-color: #ff002d;
  border-bottom-color: #ff002d;
}
.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: #ff002d !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: #ffd7ef !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='%23ff002d' %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-tQAhiFPHlK {
  z-index: 1000;
  width: 100%;
}
.cid-tQAhiFPHlK .navbar-dropdown {
  background: rgba(255, 255, 255, 0.6) !important;
  padding: 0;
  position: fixed;
}
.cid-tQAhiFPHlK .navbar.navbar-expand-lg .dropdown .dropdown-menu {
  background: rgba(255, 255, 255, 0.6) !important;
  background: #ffffff;
}
.cid-tQAhiFPHlK .navbar.navbar-expand-lg .dropdown .dropdown-menu .dropdown-submenu {
  margin: 0;
  left: 100%;
}
@media (max-width: 991px) {
  .cid-tQAhiFPHlK .menu_box .navbar.opened,
  .cid-tQAhiFPHlK .menu_box .navbar-collapse {
    background-color: transparent !important;
    transition: all 0s ease 0s;
  }
}
.cid-tQAhiFPHlK nav.navbar {
  position: fixed;
  padding-top: 1rem;
  padding-bottom: 1rem;
}
.cid-tQAhiFPHlK .icons-menu-main {
  display: flex;
  flex-wrap: wrap;
  max-width: 150px;
}
@media (max-width: 991px) {
  .cid-tQAhiFPHlK .icons-menu-main {
    max-width: 100%;
    margin: 1rem 0 1rem 1rem;
  }
}
@media (max-width: 991px) {
  .cid-tQAhiFPHlK .mbr-section-btn-main {
    margin-top: 1rem;
  }
}
.cid-tQAhiFPHlK .btn {
  min-height: 24px;
  border: none;
  box-shadow: none;
  margin-top: 0;
}
.cid-tQAhiFPHlK .btn:hover {
  border: none;
  box-shadow: none;
}
@media (min-width: 992px) {
  .cid-tQAhiFPHlK .offcanvas {
    padding: 120px 60px 35px;
    width: 480px;
    background-color: #1e4381;
  }
  .cid-tQAhiFPHlK .offcanvas_image img {
    width: auto;
    object-fit: cover;
    display: inline-block;
  }
  .cid-tQAhiFPHlK .offcanvas-header {
    position: relative;
    padding: 0;
  }
  .cid-tQAhiFPHlK .offcanvas-header .btn-close {
    position: absolute;
    top: -70px;
    right: 0;
    width: 35px;
    height: 30px;
  }
  .cid-tQAhiFPHlK .offcanvas-body {
    text-align: center;
    padding: 0;
  }
  .cid-tQAhiFPHlK .offcanvas-body .mbr-text,
  .cid-tQAhiFPHlK .offcanvas-body .mbr-section-subtitle {
    margin-top: 14px;
  }
  .cid-tQAhiFPHlK .offcanvas-body .offcanvas_contact {
    margin: 35px 0;
  }
  .cid-tQAhiFPHlK .offcanvas_box button.btn_offcanvas {
    outline: none;
    width: 40px;
    height: 40px;
    cursor: pointer;
    transition: all 0.2s;
    position: relative;
    align-self: center;
  }
  .cid-tQAhiFPHlK .offcanvas_box button.btn_offcanvas .hamburger span {
    position: absolute;
    right: 0;
    width: 40px;
    height: 2px;
    border-right: 5px;
    background-color: #ee2947;
  }
  .cid-tQAhiFPHlK .offcanvas_box button.btn_offcanvas .hamburger span:nth-child(1) {
    top: 18px;
    transition: all 0.2s;
  }
  .cid-tQAhiFPHlK .offcanvas_box button.btn_offcanvas .hamburger span:nth-child(2) {
    top: 25px;
    transition: all 0.2s;
  }
  .cid-tQAhiFPHlK .offcanvas_box button.btn_offcanvas:hover .hamburger span {
    width: 36px;
  }
  .cid-tQAhiFPHlK .offcanvas_box button.btn_offcanvas:hover .hamburger span:nth-child(2) {
    width: 33px;
    transition-delay: 0.2s;
  }
  .cid-tQAhiFPHlK ul.navbar-nav {
    padding-bottom: 1.5rem;
  }
  .cid-tQAhiFPHlK .dropdown-menu .dropdown-toggle[data-toggle="dropdown-submenu"]::after,
  .cid-tQAhiFPHlK .link.dropdown-toggle::after {
    display: inline-block;
    width: 7px;
    height: 7px;
    margin-left: .5rem;
    margin-bottom: 2px;
    content: "";
    border: 2px solid;
    border-left: none;
    border-top: none;
    transform: rotate(-45deg);
  }
  .cid-tQAhiFPHlK .link.dropdown-toggle::after {
    padding: 0 !important;
    transform: rotate(45deg);
  }
  .cid-tQAhiFPHlK li.nav-item {
    position: relative;
    display: inline-block;
    padding: 1px 7px !important;
    vertical-align: middle;
    line-height: 2em !important;
    font-weight: 600 !important;
    text-decoration: none;
    letter-spacing: 0 !important;
  }
  .cid-tQAhiFPHlK li.nav-item:hover {
    opacity: .8;
  }
  .cid-tQAhiFPHlK .lg_brand {
    margin: 0 1rem;
  }
}
.cid-tQAhiFPHlK .nav-item {
  margin: 4px 15px;
}
@media (min-width: 1200px) {
  .cid-tQAhiFPHlK .nav-item {
    margin: 4px 20px;
  }
}
@media (max-width: 991px) {
  .cid-tQAhiFPHlK .nav-item {
    margin: 0 !important;
  }
}
.cid-tQAhiFPHlK .dropdown-menu {
  border-radius: 0;
  box-shadow: none;
  text-align: left;
}
@media (min-width: 992px) {
  .cid-tQAhiFPHlK .dropdown-menu {
    padding: 18px 34px 22px;
    min-width: 250px;
    top: 72px !important;
    left: -40px !important;
  }
  .cid-tQAhiFPHlK .dropdown-menu.dropdown-submenu {
    left: 215px !important;
    top: -45% !important;
  }
}
@media (max-width: 991px) {
  .cid-tQAhiFPHlK .dropdown-menu .dropdown-toggle[data-toggle="dropdown-submenu"]::after,
  .cid-tQAhiFPHlK .link.dropdown-toggle::after {
    display: inline-block;
    width: 7px;
    height: 7px;
    margin-left: .5rem;
    margin-bottom: 2px;
    content: "";
    border: 2px solid;
    border-left: none;
    border-top: none;
    transform: rotate(-45deg);
    right: 15px;
    position: absolute;
    margin-top: -2px;
  }
  .cid-tQAhiFPHlK .show.dropdown-toggle[aria-expanded="true"]::after {
    transform: rotate(45deg);
    margin-top: -4px;
  }
  .cid-tQAhiFPHlK .offcanvas_box {
    display: none;
  }
}
.cid-tQAhiFPHlK .dropdown-item {
  border: none;
  font-weight: 400 !important;
}
.cid-tQAhiFPHlK .nav-dropdown .link {
  font-weight: 600 !important;
  padding: 0 !important;
  margin: 0 !important;
}
.cid-tQAhiFPHlK .nav-dropdown .link.dropdown-toggle::after {
  margin-left: 0.5rem;
  margin-top: 0.2rem;
}
.cid-tQAhiFPHlK .nav-link {
  position: relative;
  color: #1e4381;
}
.cid-tQAhiFPHlK .container {
  display: flex;
  margin: auto;
}
.cid-tQAhiFPHlK .iconfont-wrapper {
  color: #f3722f;
  font-size: 17px;
  margin-right: 10px;
  margin-bottom: 5px;
  width: 25px;
  height: 25px;
  border-radius: 50%;
  display: flex;
  justify-content: center;
  align-items: center;
  transition: all 0.2s ease-in-out;
}
.cid-tQAhiFPHlK .iconfont-wrapper:last-child {
  margin-right: 0;
}
.cid-tQAhiFPHlK .iconfont-wrapper:hover {
  color: #ff002d;
}
.cid-tQAhiFPHlK .navbar-caption {
  color: #1e4381;
}
.cid-tQAhiFPHlK .navbar-nav {
  margin: 0 1rem;
}
@media (min-width: 992px) {
  .cid-tQAhiFPHlK .navbar-nav {
    margin: 0;
  }
}
.cid-tQAhiFPHlK .dropdown-menu,
.cid-tQAhiFPHlK .navbar.opened {
  background-color: true !important;
}
.cid-tQAhiFPHlK .nav-item:focus,
.cid-tQAhiFPHlK .nav-link:focus {
  outline: none;
}
.cid-tQAhiFPHlK .dropdown .dropdown-menu .dropdown-item {
  width: auto;
  transition: all 0.25s ease-in-out;
}
.cid-tQAhiFPHlK .dropdown .dropdown-menu .dropdown-item::after {
  right: 0.5rem;
}
.cid-tQAhiFPHlK .dropdown .dropdown-menu .dropdown-item .mbr-iconfont {
  margin-right: 0.5rem;
  vertical-align: sub;
}
.cid-tQAhiFPHlK .dropdown .dropdown-menu .dropdown-item .mbr-iconfont:before {
  display: inline-block;
  transform: scale(1, 1);
  transition: all 0.25s ease-in-out;
}
.cid-tQAhiFPHlK .collapsed .dropdown-menu .dropdown-item:before {
  display: none;
}
.cid-tQAhiFPHlK .collapsed .dropdown .dropdown-menu .dropdown-item {
  padding: 0.235em 1.5em 0.235em 1.5em !important;
  transition: none;
  margin: 0 !important;
}
.cid-tQAhiFPHlK .navbar {
  min-height: 140px;
  padding: 20px 0;
  transition: all 0.3s;
  border-bottom-width: 0px;
}
.cid-tQAhiFPHlK .navbar.opened {
  transition: all 0.3s;
}
.cid-tQAhiFPHlK .navbar .dropdown-item {
  padding: 0;
  margin: 8px 0;
}
.cid-tQAhiFPHlK .navbar .navbar-logo img {
  min-width: 100px;
  min-height: 100px;
  object-fit: cover;
}
.cid-tQAhiFPHlK .navbar .navbar-collapse {
  justify-content: space-between;
  z-index: 1;
}
.cid-tQAhiFPHlK .navbar.collapsed {
  justify-content: center;
}
.cid-tQAhiFPHlK .navbar.collapsed .nav-item .nav-link::before {
  display: none;
}
.cid-tQAhiFPHlK .navbar.collapsed.opened .dropdown-menu {
  top: 0;
}
.cid-tQAhiFPHlK .navbar.collapsed .dropdown-menu .dropdown-submenu {
  left: 0 !important;
}
.cid-tQAhiFPHlK .navbar.collapsed .dropdown-menu .dropdown-item:after {
  right: auto;
}
.cid-tQAhiFPHlK .navbar.collapsed ul.navbar-nav li {
  margin: auto;
}
.cid-tQAhiFPHlK .navbar.collapsed .dropdown-menu .dropdown-item {
  padding: 0.25rem 1.5rem;
  text-align: left;
}
.cid-tQAhiFPHlK .navbar.collapsed .icons-menu {
  padding: 0;
}
@media (max-width: 991px) {
  .cid-tQAhiFPHlK .navbar .nav-item {
    padding: .5rem 0;
  }
  .cid-tQAhiFPHlK .navbar .navbar-collapse {
    padding: 34px 0;
    border-radius: 25px;
  }
  .cid-tQAhiFPHlK .navbar .nav-item .nav-link::before {
    display: none;
  }
  .cid-tQAhiFPHlK .navbar.opened .dropdown-menu {
    top: 0;
  }
  .cid-tQAhiFPHlK .navbar .dropdown-menu {
    padding: 6px 0 6px 15px;
  }
  .cid-tQAhiFPHlK .navbar .dropdown-menu .dropdown-submenu {
    left: 0 !important;
  }
  .cid-tQAhiFPHlK .navbar .dropdown-menu .dropdown-item:after {
    right: auto;
  }
  .cid-tQAhiFPHlK .navbar .navbar-logo img {
    height: 3rem !important;
  }
  .cid-tQAhiFPHlK .navbar ul.navbar-nav {
    overflow: hidden;
  }
  .cid-tQAhiFPHlK .navbar ul.navbar-nav li {
    margin: 0;
  }
  .cid-tQAhiFPHlK .navbar .dropdown-menu .dropdown-item {
    padding: 0 !important;
    margin: 0;
    margin-top: 8px;
    text-align: left;
  }
  .cid-tQAhiFPHlK .navbar .navbar-brand {
    flex-shrink: initial;
    flex-basis: auto;
    word-break: break-word;
    padding-right: 2rem;
  }
  .cid-tQAhiFPHlK .navbar .navbar-toggler {
    flex-basis: auto;
  }
  .cid-tQAhiFPHlK .navbar .icons-menu {
    padding: 0;
  }
}
.cid-tQAhiFPHlK .navbar.navbar-short {
  min-height: 60px;
}
.cid-tQAhiFPHlK .navbar.navbar-short .navbar-logo img {
  height: 2.5rem !important;
}
.cid-tQAhiFPHlK .navbar.navbar-short .navbar-brand {
  min-height: 60px;
  padding: 0;
}
.cid-tQAhiFPHlK .navbar-brand {
  min-height: 70px;
  flex-shrink: 0;
  align-items: center;
  margin-right: 0;
  padding: 10px 0;
  transition: all 0.3s;
  word-break: break-word;
  z-index: 1;
}
.cid-tQAhiFPHlK .navbar-brand .navbar-caption {
  line-height: inherit !important;
}
.cid-tQAhiFPHlK .navbar-brand .navbar-logo a {
  outline: none;
}
.cid-tQAhiFPHlK .dropdown-item.active,
.cid-tQAhiFPHlK .dropdown-item:active {
  background-color: transparent;
}
.cid-tQAhiFPHlK .navbar-expand-lg .navbar-nav .nav-link {
  padding: 0;
}
.cid-tQAhiFPHlK .nav-dropdown .link.dropdown-toggle {
  margin-right: 1.667em;
}
.cid-tQAhiFPHlK .nav-dropdown .link.dropdown-toggle[aria-expanded="true"] {
  margin-right: 0;
  padding: 0.667em 1.667em;
}
.cid-tQAhiFPHlK .navbar .dropdown.open > .dropdown-menu {
  display: block;
}
.cid-tQAhiFPHlK ul.navbar-nav {
  flex-wrap: wrap;
  padding-bottom: 0;
}
.cid-tQAhiFPHlK .navbar-buttons {
  text-align: center;
  min-width: 170px;
}
.cid-tQAhiFPHlK button.navbar-toggler {
  outline: none;
  width: 48px;
  height: 48px;
  border-radius: 50%;
  cursor: pointer;
  transition: all 0.2s;
  position: relative;
  align-self: center;
  color: #ffffff;
  background: #ffffff;
}
.cid-tQAhiFPHlK button.navbar-toggler .hamburger span {
  position: absolute;
  right: 10px;
  margin-top: 14px;
  width: 26px;
  height: 2px;
  border-right: 5px;
  background-color: #ee2947;
}
.cid-tQAhiFPHlK button.navbar-toggler .hamburger span:nth-child(1) {
  top: 0;
  transition: all 0.2s;
}
.cid-tQAhiFPHlK button.navbar-toggler .hamburger span:nth-child(2) {
  top: 8px;
  transition: all 0.15s;
}
.cid-tQAhiFPHlK button.navbar-toggler .hamburger span:nth-child(3) {
  top: 8px;
  transition: all 0.15s;
}
.cid-tQAhiFPHlK button.navbar-toggler .hamburger span:nth-child(4) {
  top: 16px;
  transition: all 0.2s;
}
.cid-tQAhiFPHlK nav.opened .hamburger span:nth-child(1) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-tQAhiFPHlK nav.opened .hamburger span:nth-child(2) {
  transform: rotate(45deg);
  transition: all 0.25s;
}
.cid-tQAhiFPHlK nav.opened .hamburger span:nth-child(3) {
  transform: rotate(-45deg);
  transition: all 0.25s;
}
.cid-tQAhiFPHlK nav.opened .hamburger span:nth-child(4) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-tQAhiFPHlK a.nav-link {
  display: flex;
  align-items: center;
  justify-content: flex-start;
}
.cid-tQAhiFPHlK .icons-menu {
  flex-wrap: nowrap;
  display: flex;
  justify-content: center;
  padding: 0;
  text-align: center;
  margin-bottom: 35px;
}
@media screen and (-ms-high-contrast: active), (-ms-high-contrast: none) {
  .cid-tQAhiFPHlK .navbar {
    height: 70px;
  }
  .cid-tQAhiFPHlK .navbar.opened {
    height: auto;
  }
  .cid-tQAhiFPHlK .nav-item .nav-link:hover::before {
    width: 175%;
    max-width: calc(100% + 2rem);
    left: -1rem;
  }
}
.cid-tQAhiFPHlK .mbr-section-btn .btn,
.cid-tQAhiFPHlK .mbr-section-btn-main .btn {
  max-height: 34px;
  border: 1px solid #3a341c !important;
  box-shadow: none;
}
.cid-tQAhiFPHlK .mbr-section-btn .btn:hover,
.cid-tQAhiFPHlK .mbr-section-btn-main .btn:hover {
  color: #3a341c !important;
  border: 1px solid #3a341c !important;
  box-shadow: none !important;
  opacity: .8;
}
.cid-tQAhiFPHlK .navbar-dropdown .navbar-logo {
  margin-right: 15px;
}
@media (min-width: 768px) {
  .cid-tQAhiFPHlK .container-fluid {
    padding-left: 60px;
    padding-right: 60px;
  }
}
.cid-tQAhiFPHlK .navbar-caption:hover {
  color: #ff002d;
}
.cid-tQAhiFPHlK .mbr-section-subtitle {
  color: #ffffff;
}
.cid-tQAhiFPHlK .mbr-text {
  color: #ffffff;
  text-align: left;
}
.cid-tQAhiFPHlK .text_widget {
  color: #ffffff;
}
.cid-tQAhiFPHlK .mbr-section-subtitle,
.cid-tQAhiFPHlK .text_widget {
  text-align: left;
}
.cid-tQAhiFPHlK a[class*="text-"]:not(.nav-link):not(.dropdown-item):not([role]):not(.navbar-caption):hover {
  background-image: none;
}
.cid-tQArESMqZ0 {
  background-color: #ffffff;
  padding-top: 0rem;
  padding-bottom: 0rem;
}
.cid-tQArESMqZ0 .carousel {
  height: 800px;
}
.cid-tQArESMqZ0 .carousel img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.cid-tQArESMqZ0 .carousel-item,
.cid-tQArESMqZ0 .carousel-inner {
  height: 100%;
}
.cid-tQArESMqZ0 img,
.cid-tQArESMqZ0 .item-wrapper {
  border-radius: 0 !important;
}
.cid-tQArESMqZ0 .carousel-caption {
  bottom: 40px;
}
.cid-tQArESMqZ0 .mobi-mbri-arrow-next {
  margin-left: 5px;
}
.cid-tQArESMqZ0 .mobi-mbri-arrow-prev {
  margin-right: 5px;
}
.cid-tQArESMqZ0 .carousel-control:hover {
  background: #1b1b1b;
  color: #fff;
  opacity: 1;
}
.cid-tQArESMqZ0 .item-wrapper {
  width: 100%;
}
@media (max-width: 767px) {
  .cid-tQArESMqZ0 .container .carousel-control {
    margin-bottom: 0;
  }
  .cid-tQArESMqZ0 .content-slider-wrap {
    width: 100% !important;
  }
}
.cid-tQArESMqZ0 .container .carousel-indicators {
  margin-bottom: 3px;
}
.cid-tQArESMqZ0 .carousel-control {
  top: 50%;
  width: 60px;
  height: 60px;
  margin-top: -1.5rem;
  font-size: 22px;
  background-color: rgba(0, 0, 0, 0.5);
  border: 2px solid #fff;
  border-radius: 50%;
  transition: all 0.3s;
}
.cid-tQArESMqZ0 .carousel-control.carousel-control-prev {
  left: 0;
  margin-left: 2.5rem;
}
.cid-tQArESMqZ0 .carousel-control.carousel-control-next {
  right: 0;
  margin-right: 2.5rem;
}
@media (max-width: 767px) {
  .cid-tQArESMqZ0 .carousel-control {
    top: auto;
    bottom: 1rem;
  }
}
.cid-tQArESMqZ0 .carousel-indicators {
  position: absolute;
  bottom: 0;
  margin-bottom: 1.5rem !important;
}
.cid-tQArESMqZ0 .carousel-indicators li {
  max-width: 15px;
  height: 15px;
  width: 15px;
  max-height: 15px;
  margin: 3px;
  background-color: rgba(0, 0, 0, 0.5);
  border: 2px solid #fff;
  border-radius: 50%;
  opacity: 0.5;
  transition: all 0.3s;
}
.cid-tQArESMqZ0 .carousel-indicators li.active,
.cid-tQArESMqZ0 .carousel-indicators li:hover {
  opacity: 0.9;
}
.cid-tQArESMqZ0 .carousel-indicators li::after,
.cid-tQArESMqZ0 .carousel-indicators li::before {
  content: none;
}
.cid-tQArESMqZ0 .carousel-indicators.ie-fix {
  left: 50%;
  display: block;
  width: 60%;
  margin-left: -30%;
  text-align: center;
}
@media (max-width: 768px) {
  .cid-tQArESMqZ0 .carousel-indicators {
    display: none !important;
  }
}
@media (max-width: 991px) {
  .cid-tQArESMqZ0 .mbr-section-subtitle,
  .cid-tQArESMqZ0 .mbr-section-text,
  .cid-tQArESMqZ0 .mbr-section-btn {
    text-align: center;
  }
}
.cid-tQAvoIqJHZ {
  padding-top: 2rem;
  padding-bottom: 2rem;
  background-image: url("../../../assets/images/roof3.jpeg");
}
.cid-tQAvoIqJHZ .mbr-iconfont {
  display: block;
  font-size: 5rem;
  color: #ff002d;
  margin-bottom: 2rem;
}
.cid-tQAvoIqJHZ .card-wrapper {
  border-radius: 2rem;
  transition: all 0.3s;
  padding: 3rem;
  background: #ffffff;
}
.cid-tQAvoIqJHZ .card-wrapper:hover {
  box-shadow: 0 50px 50px -25px rgba(0, 0, 0, 0.3);
  transform: rotate(-2deg) scale(1.03);
}
@media (max-width: 992px) {
  .cid-tQAvoIqJHZ .card-wrapper {
    margin-bottom: 2rem;
  }
}
@media (max-width: 767px) {
  .cid-tQAvoIqJHZ .card-wrapper {
    padding: 3rem 1rem;
  }
}
.cid-tQAvoIqJHZ .mbr-text {
  color: #696969;
}
.cid-tQAvoIqJHZ .mbr-section-subtitle {
  color: #696969;
}
.cid-tQAvoIqJHZ .mbr-fallback-image.disabled {
  display: none;
}
.cid-tQAvoIqJHZ .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-tQAvoIqJHZ .card-title {
  color: #0c2c68;
}
.cid-tQAvoIqJHZ .mbr-section-title {
  color: #ffffff;
}
.cid-tQAvoIqJHZ .link {
  color: #0c2c68;
}
.cid-tQB4Q4Rb0z {
  padding-top: 7rem;
  padding-bottom: 7rem;
  background-color: #ffffff;
}
.cid-tQB4Q4Rb0z .mbr-fallback-image.disabled {
  display: none;
}
.cid-tQB4Q4Rb0z .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
@media (min-width: 992px) {
  .cid-tQB4Q4Rb0z p {
    max-width: 95%;
  }
}
.cid-tQB4Q4Rb0z .mbr-section-subtitle {
  background: white;
  color: #ffffff;
  width: fit-content;
  border-radius: 2rem;
  padding: 5px 1rem;
  text-align: left;
}
.cid-tQB4Q4Rb0z .subtitle-wrap {
  display: inline-flex;
  border-radius: 2rem;
  padding: 0.5rem;
  padding-bottom: 0;
  background: #ff002d;
  flex-direction: row;
  width: fit-content;
  align-items: center;
  margin-bottom: 2rem;
}
.cid-tQB4Q4Rb0z .subtitle-wrap .mbr-iconfont {
  padding: 0 15px;
  padding-bottom: 8px;
  margin: 0;
  color: #ffd7ef;
  font-size: 1.5rem;
}
.cid-tQB4Q4Rb0z .mbr-section-title {
  color: #0c2c68;
}
.cid-tQB4Q4Rb0z .mbr-text,
.cid-tQB4Q4Rb0z .mbr-section-btn {
  color: #0c2c68;
}
.cid-tQB4Q4Rb0z .mbr-section-subtitle,
.cid-tQB4Q4Rb0z .align-wrapper {
  color: #04492e;
}
.cid-tQB4Q4Rb0z .mbr-section-title2 {
  color: #04492e;
}
.cid-tQB4Q4Rb0z .mbr-text2,
.cid-tQB4Q4Rb0z .mbr-section-btn {
  color: #0c2c68;
}
.cid-tQBg4i4iEV {
  padding-top: 0px;
  padding-bottom: 0px;
  background-color: #f7f7f7;
}
.cid-tQBg4i4iEV img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.cid-tQBg4i4iEV .card {
  border-radius: 0;
  margin: auto 0;
}
.cid-tQBg4i4iEV .img-col {
  padding: 0;
}
.cid-tQBg4i4iEV .wrapper {
  padding: 6rem 12rem;
}
.cid-tQBg4i4iEV .link-wrap {
  width: 100%;
}
.cid-tQBg4i4iEV .link {
  position: relative;
  cursor: pointer;
  letter-spacing: 1px;
  display: inline-block;
  width: fit-content;
  transition: all 0.3s;
  transition-delay: 0.15s;
  color: #000000;
  text-align: center;
}
.cid-tQBg4i4iEV .link:after {
  content: "";
  position: absolute;
  height: 1px;
  width: 100%;
  background: currentColor;
  bottom: -6px;
  opacity: 0.2;
  left: 0;
}
.cid-tQBg4i4iEV .link:before {
  content: "";
  position: absolute;
  height: 1px;
  width: 0;
  transition: all 0.4s ease-in-out;
  background: currentColor;
  bottom: -6px;
  left: auto;
  right: 0;
}
.cid-tQBg4i4iEV .link:hover:before {
  width: 100%;
  right: auto;
  left: 0;
}
@media (max-width: 1500px) {
  .cid-tQBg4i4iEV .wrapper {
    padding: 6rem 4rem;
  }
}
@media (max-width: 767px) {
  .cid-tQBg4i4iEV .wrapper {
    padding: 2rem 0rem;
  }
}
.cid-tQBg4i4iEV .link,
.cid-tQBg4i4iEV .wrapper {
  color: #cc2952;
}
.cid-tQBg4i4iEV .mbr-section-subtitle {
  color: #000000;
}
.cid-tQBg4i4iEV .card-title,
.cid-tQBg4i4iEV .card-box {
  color: #ff002d;
}
.cid-tQBg4i4iEV .mbr-text,
.cid-tQBg4i4iEV .mbr-section-btn {
  color: #999999;
}
.cid-tQBg4i4iEV .mbr-fallback-image.disabled {
  display: none;
}
.cid-tQBg4i4iEV .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-tQBg4i4iEV .mbr-text,
.cid-tQBg4i4iEV .wrapper {
  color: #0c2c68;
}
.cid-tQBg3jUU8v {
  padding-top: 0px;
  padding-bottom: 0px;
  background-color: #a6a99c;
}
.cid-tQBg3jUU8v img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.cid-tQBg3jUU8v .card {
  border-radius: 0;
  margin: auto 0;
}
.cid-tQBg3jUU8v .img-col {
  padding: 0;
}
.cid-tQBg3jUU8v .wrapper {
  padding: 6rem 12rem;
}
.cid-tQBg3jUU8v .link-wrap {
  width: 100%;
}
.cid-tQBg3jUU8v .link {
  position: relative;
  cursor: pointer;
  letter-spacing: 1px;
  display: inline-block;
  width: fit-content;
  transition: all 0.3s;
  transition-delay: 0.15s;
  color: #000000;
  text-align: center;
}
.cid-tQBg3jUU8v .link:after {
  content: "";
  position: absolute;
  height: 1px;
  width: 100%;
  background: currentColor;
  bottom: -6px;
  opacity: 0.2;
  left: 0;
}
.cid-tQBg3jUU8v .link:before {
  content: "";
  position: absolute;
  height: 1px;
  width: 0;
  transition: all 0.4s ease-in-out;
  background: currentColor;
  bottom: -6px;
  left: auto;
  right: 0;
}
.cid-tQBg3jUU8v .link:hover:before {
  width: 100%;
  right: auto;
  left: 0;
}
@media (max-width: 1500px) {
  .cid-tQBg3jUU8v .wrapper {
    padding: 6rem 4rem;
  }
}
@media (max-width: 767px) {
  .cid-tQBg3jUU8v .wrapper {
    padding: 2rem 0rem;
  }
}
.cid-tQBg3jUU8v .link,
.cid-tQBg3jUU8v .wrapper {
  color: #cc2952;
}
.cid-tQBg3jUU8v .mbr-section-subtitle {
  color: #000000;
}
.cid-tQBg3jUU8v .card-title,
.cid-tQBg3jUU8v .card-box {
  color: #ff002d;
}
.cid-tQBg3jUU8v .mbr-text,
.cid-tQBg3jUU8v .mbr-section-btn {
  color: #999999;
}
.cid-tQBg3jUU8v .mbr-fallback-image.disabled {
  display: none;
}
.cid-tQBg3jUU8v .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-tQBg3jUU8v .mbr-text,
.cid-tQBg3jUU8v .wrapper {
  color: #0c2c68;
}
.cid-tQBg6rChxX {
  padding-top: 0px;
  padding-bottom: 0px;
  background-color: #f7f7f7;
}
.cid-tQBg6rChxX img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.cid-tQBg6rChxX .card {
  border-radius: 0;
  margin: auto 0;
}
.cid-tQBg6rChxX .img-col {
  padding: 0;
}
.cid-tQBg6rChxX .wrapper {
  padding: 6rem 12rem;
}
.cid-tQBg6rChxX .link-wrap {
  width: 100%;
}
.cid-tQBg6rChxX .link {
  position: relative;
  cursor: pointer;
  letter-spacing: 1px;
  display: inline-block;
  width: fit-content;
  transition: all 0.3s;
  transition-delay: 0.15s;
  color: #000000;
  text-align: center;
}
.cid-tQBg6rChxX .link:after {
  content: "";
  position: absolute;
  height: 1px;
  width: 100%;
  background: currentColor;
  bottom: -6px;
  opacity: 0.2;
  left: 0;
}
.cid-tQBg6rChxX .link:before {
  content: "";
  position: absolute;
  height: 1px;
  width: 0;
  transition: all 0.4s ease-in-out;
  background: currentColor;
  bottom: -6px;
  left: auto;
  right: 0;
}
.cid-tQBg6rChxX .link:hover:before {
  width: 100%;
  right: auto;
  left: 0;
}
@media (max-width: 1500px) {
  .cid-tQBg6rChxX .wrapper {
    padding: 6rem 4rem;
  }
}
@media (max-width: 767px) {
  .cid-tQBg6rChxX .wrapper {
    padding: 2rem 0rem;
  }
}
.cid-tQBg6rChxX .link,
.cid-tQBg6rChxX .wrapper {
  color: #cc2952;
}
.cid-tQBg6rChxX .mbr-section-subtitle {
  color: #000000;
}
.cid-tQBg6rChxX .card-title,
.cid-tQBg6rChxX .card-box {
  color: #ff002d;
}
.cid-tQBg6rChxX .mbr-text,
.cid-tQBg6rChxX .mbr-section-btn {
  color: #999999;
}
.cid-tQBg6rChxX .mbr-fallback-image.disabled {
  display: none;
}
.cid-tQBg6rChxX .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-tQBg6rChxX .mbr-text,
.cid-tQBg6rChxX .wrapper {
  color: #0c2c68;
}
.cid-tQBg59dkb1 {
  padding-top: 0px;
  padding-bottom: 0px;
  background-color: #a6a99c;
}
.cid-tQBg59dkb1 img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.cid-tQBg59dkb1 .card {
  border-radius: 0;
  margin: auto 0;
}
.cid-tQBg59dkb1 .img-col {
  padding: 0;
}
.cid-tQBg59dkb1 .wrapper {
  padding: 6rem 12rem;
}
.cid-tQBg59dkb1 .link-wrap {
  width: 100%;
}
.cid-tQBg59dkb1 .link {
  position: relative;
  cursor: pointer;
  letter-spacing: 1px;
  display: inline-block;
  width: fit-content;
  transition: all 0.3s;
  transition-delay: 0.15s;
  color: #000000;
  text-align: center;
}
.cid-tQBg59dkb1 .link:after {
  content: "";
  position: absolute;
  height: 1px;
  width: 100%;
  background: currentColor;
  bottom: -6px;
  opacity: 0.2;
  left: 0;
}
.cid-tQBg59dkb1 .link:before {
  content: "";
  position: absolute;
  height: 1px;
  width: 0;
  transition: all 0.4s ease-in-out;
  background: currentColor;
  bottom: -6px;
  left: auto;
  right: 0;
}
.cid-tQBg59dkb1 .link:hover:before {
  width: 100%;
  right: auto;
  left: 0;
}
@media (max-width: 1500px) {
  .cid-tQBg59dkb1 .wrapper {
    padding: 6rem 4rem;
  }
}
@media (max-width: 767px) {
  .cid-tQBg59dkb1 .wrapper {
    padding: 2rem 0rem;
  }
}
.cid-tQBg59dkb1 .link,
.cid-tQBg59dkb1 .wrapper {
  color: #cc2952;
}
.cid-tQBg59dkb1 .mbr-section-subtitle {
  color: #000000;
}
.cid-tQBg59dkb1 .card-title,
.cid-tQBg59dkb1 .card-box {
  color: #ff002d;
}
.cid-tQBg59dkb1 .mbr-text,
.cid-tQBg59dkb1 .mbr-section-btn {
  color: #999999;
}
.cid-tQBg59dkb1 .mbr-fallback-image.disabled {
  display: none;
}
.cid-tQBg59dkb1 .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-tQBg59dkb1 .mbr-text,
.cid-tQBg59dkb1 .wrapper {
  color: #0c2c68;
}
.cid-tQBgf7g429 {
  padding-top: 0px;
  padding-bottom: 75px;
  background-color: #f7f7f7;
}
.cid-tQBgf7g429 img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.cid-tQBgf7g429 .card {
  border-radius: 0;
  margin: auto 0;
}
.cid-tQBgf7g429 .img-col {
  padding: 0;
}
.cid-tQBgf7g429 .wrapper {
  padding: 6rem 12rem;
}
.cid-tQBgf7g429 .link-wrap {
  width: 100%;
}
.cid-tQBgf7g429 .link {
  position: relative;
  cursor: pointer;
  letter-spacing: 1px;
  display: inline-block;
  width: fit-content;
  transition: all 0.3s;
  transition-delay: 0.15s;
  color: #000000;
  text-align: center;
}
.cid-tQBgf7g429 .link:after {
  content: "";
  position: absolute;
  height: 1px;
  width: 100%;
  background: currentColor;
  bottom: -6px;
  opacity: 0.2;
  left: 0;
}
.cid-tQBgf7g429 .link:before {
  content: "";
  position: absolute;
  height: 1px;
  width: 0;
  transition: all 0.4s ease-in-out;
  background: currentColor;
  bottom: -6px;
  left: auto;
  right: 0;
}
.cid-tQBgf7g429 .link:hover:before {
  width: 100%;
  right: auto;
  left: 0;
}
@media (max-width: 1500px) {
  .cid-tQBgf7g429 .wrapper {
    padding: 6rem 4rem;
  }
}
@media (max-width: 767px) {
  .cid-tQBgf7g429 .wrapper {
    padding: 2rem 0rem;
  }
}
.cid-tQBgf7g429 .link,
.cid-tQBgf7g429 .wrapper {
  color: #cc2952;
}
.cid-tQBgf7g429 .mbr-section-subtitle {
  color: #000000;
}
.cid-tQBgf7g429 .card-title,
.cid-tQBgf7g429 .card-box {
  color: #ff002d;
}
.cid-tQBgf7g429 .mbr-text,
.cid-tQBgf7g429 .mbr-section-btn {
  color: #999999;
}
.cid-tQBgf7g429 .mbr-fallback-image.disabled {
  display: none;
}
.cid-tQBgf7g429 .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-tQBgf7g429 .mbr-text,
.cid-tQBgf7g429 .wrapper {
  color: #0c2c68;
}
.cid-tQQYsTGdK1 {
  padding-top: 75px;
  padding-bottom: 75px;
  background-color: #a6a99c;
}
.cid-tQQYsTGdK1 .container-fluid,
.cid-tQQYsTGdK1 .container {
  position: relative;
}
.cid-tQQYsTGdK1 .container-fluid::before,
.cid-tQQYsTGdK1 .container::before {
  content: '';
  display: block;
  position: absolute;
  width: 55%;
  height: 140%;
  right: 0;
  bottom: 0;
  background-color: #1e4381;
  border-radius: 500px 0 0 0;
}
@media (max-width: 992px) {
  .cid-tQQYsTGdK1 .container-fluid::before,
  .cid-tQQYsTGdK1 .container::before {
    width: 60%;
  }
}
@media (max-width: 767px) {
  .cid-tQQYsTGdK1 .container-fluid::before,
  .cid-tQQYsTGdK1 .container::before {
    display: none;
  }
}
.cid-tQQYsTGdK1 .media-wrap {
  height: 300px;
}
.cid-tQQYsTGdK1 .media-wrap a img {
  max-width: 300px;
  object-fit: cover;
}
@media (max-width: 768px) {
  .cid-tQQYsTGdK1 .media-wrap a img {
    margin: 0 auto;
  }
}
.cid-tQQYsTGdK1 .text-wrapper {
  padding: 0 148px;
  z-index: 1;
  position: relative;
}
@media (max-width: 992px) {
  .cid-tQQYsTGdK1 .text-wrapper {
    padding: 0 58px;
  }
}
@media (max-width: 767px) {
  .cid-tQQYsTGdK1 .text-wrapper {
    background-color: #1e4381;
    border-radius: 150px 0 0 0;
    padding: 80px 0 0 0;
  }
}
.cid-tQQYsTGdK1 .text-wrapper .icon-wrapper {
  width: 100%;
}
.cid-tQQYsTGdK1 .text-wrapper .icon-wrapper span {
  font-size: 85px;
  color: #162148;
  margin-bottom: 15px;
}
@media (max-width: 992px) {
  .cid-tQQYsTGdK1 .text-wrapper .icon-wrapper span {
    font-size: 60px;
  }
}
@media (max-width: 767px) {
  .cid-tQQYsTGdK1 .text-wrapper .icon-wrapper {
    text-align: center;
  }
}
.cid-tQQYsTGdK1 .text-wrapper .mbr-text {
  margin: 0;
}
@media (max-width: 767px) {
  .cid-tQQYsTGdK1 .text-wrapper .mbr-text {
    text-align: center;
  }
}
.cid-tQQYsTGdK1 .text-wrapper .mbr-desc {
  margin: 5px 0 0;
}
@media (max-width: 767px) {
  .cid-tQQYsTGdK1 .text-wrapper .mbr-desc {
    text-align: center;
  }
}
.cid-tQQYsTGdK1 .list {
  max-width: 840px;
  margin: 40px auto 40px;
  list-style-type: none;
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  z-index: 1;
  position: relative;
}
@media (max-width: 767px) {
  .cid-tQQYsTGdK1 .list {
    background-color: #1e4381;
    padding: 40px 0 40px;
    margin: 0;
  }
}
.cid-tQQYsTGdK1 .list .item-wrap {
  margin: 0 10px 10px;
  transition: all .3s ease;
}
.cid-tQQYsTGdK1 .list .item-wrap:hover {
  opacity: .7;
}
.cid-tQQYsTGdK1 .copyright {
  z-index: 1;
  padding: 40px 0;
}
@media (max-width: 767px) {
  .cid-tQQYsTGdK1 .copyright {
    background-color: #1e4381;
  }
}
.cid-tQQYsTGdK1 .copyright .mbr-copy {
  margin: 0;
}
@media (max-width: 767px) {
  .cid-tQQYsTGdK1 .copyright .mbr-copy {
    text-align: center;
  }
}
.cid-tQQYsTGdK1 .mbr-text {
  color: #bcbfca;
}
.cid-tQQYsTGdK1 .mbr-desc {
  color: #ffffff;
}
.cid-tQQYsTGdK1 .mbr-link {
  color: #ffffff;
  text-align: center;
}
.cid-tQQYsTGdK1 .mbr-copy {
  color: #ffffff;
  text-align: right;
}
.cid-tQQYsTGdK1 .mbr-text,
.cid-tQQYsTGdK1 .icon-wrapper {
  color: #ffffff;
}
