body {
  font-family: Poppins;
}
.display-1 {
  font-family: 'Poppins', sans-serif;
  font-size: 3rem;
  line-height: 1.5;
}
.display-1 > .mbr-iconfont {
  font-size: 4.8rem;
}
.display-2 {
  font-family: 'Poppins', sans-serif;
  font-size: 2.5rem;
  line-height: 1.3;
}
.display-2 > .mbr-iconfont {
  font-size: 4rem;
}
.display-4 {
  font-family: 'Poppins', sans-serif;
  font-size: 1rem;
  line-height: 1.8;
}
.display-4 > .mbr-iconfont {
  font-size: 1.6rem;
}
.display-5 {
  font-family: 'Poppins', sans-serif;
  font-size: 1.875rem;
  line-height: 1.3;
}
.display-5 > .mbr-iconfont {
  font-size: 3rem;
}
.display-7 {
  font-family: 'Poppins', sans-serif;
  font-size: 1rem;
  line-height: 2;
}
.display-7 > .mbr-iconfont {
  font-size: 1.6rem;
}
/* ---- 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: 768px) {
  .display-1 {
    font-size: 2.1rem;
    font-size: calc( 1.7rem + (3 - 1.7) * ((100vw - 20rem) / (48 - 20)));
    line-height: calc( 1.1 * (1.7rem + (3 - 1.7) * ((100vw - 20rem) / (48 - 20))));
  }
  .display-2 {
    font-size: 2rem;
    font-size: calc( 1.525rem + (2.5 - 1.525) * ((100vw - 20rem) / (48 - 20)));
    line-height: calc( 1.3 * (1.525rem + (2.5 - 1.525) * ((100vw - 20rem) / (48 - 20))));
  }
  .display-4 {
    font-size: 0.9rem !important;
    font-size: calc( 1rem + (1 - 1) * ((100vw - 20rem) / (48 - 20)));
    line-height: calc( 1.4 * (1rem + (1 - 1) * ((100vw - 20rem) / (48 - 20))));
  }
  .display-5 {
    font-size: 1.5rem;
    font-size: calc( 1.30625rem + (1.875 - 1.30625) * ((100vw - 20rem) / (48 - 20)));
    line-height: calc( 1.4 * (1.30625rem + (1.875 - 1.30625) * ((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: 1rem 3rem;
  border-radius: 4px;
}
.btn-sm {
  padding: 0.4rem 1rem;
  border-radius: 4px;
}
.btn-md {
  padding: 1rem 2.6rem;
  border-radius: 8px;
}
.btn-lg {
  padding: 1.2rem 3.2rem;
  border-radius: 8px;
}
.bg-primary {
  background-color: #ff513c !important;
}
.bg-success {
  background-color: #fff000 !important;
}
.bg-info {
  background-color: #61728a !important;
}
.bg-warning {
  background-color: #d52b27 !important;
}
.bg-danger {
  background-color: #1352ff !important;
}
.btn-primary,
.btn-primary:active {
  background-color: #ff513c !important;
  border-color: #ff513c !important;
  color: #ffffff !important;
}
.btn-primary:hover,
.btn-primary:focus,
.btn-primary.focus,
.btn-primary.active {
  color: #ffffff !important;
  background-color: #ef1a00 !important;
  border-color: #ef1a00 !important;
}
.btn-primary.disabled,
.btn-primary:disabled {
  color: #ffffff !important;
  background-color: #ef1a00 !important;
  border-color: #ef1a00 !important;
}
.btn-primary:hover {
  background-color: #ff513c !important;
  border-color: #ff513c !important;
}
.btn-secondary,
.btn-secondary:active {
  background-color: #282f39 !important;
  border-color: #282f39 !important;
  color: #ffffff !important;
}
.btn-secondary:hover,
.btn-secondary:focus,
.btn-secondary.focus,
.btn-secondary.active {
  color: #ffffff !important;
  background-color: #080a0c !important;
  border-color: #080a0c !important;
}
.btn-secondary.disabled,
.btn-secondary:disabled {
  color: #ffffff !important;
  background-color: #080a0c !important;
  border-color: #080a0c !important;
}
.btn-secondary:hover {
  background-color: #ff513c !important;
  border-color: #ff513c !important;
}
.btn-info,
.btn-info:active {
  background-color: #61728a !important;
  border-color: #61728a !important;
  color: #ffffff !important;
}
.btn-info:hover,
.btn-info:focus,
.btn-info.focus,
.btn-info.active {
  color: #ffffff !important;
  background-color: #414d5d !important;
  border-color: #414d5d !important;
}
.btn-info.disabled,
.btn-info:disabled {
  color: #ffffff !important;
  background-color: #414d5d !important;
  border-color: #414d5d !important;
}
.btn-info:hover {
  background-color: #ff513c !important;
  border-color: #ff513c !important;
}
.btn-success,
.btn-success:active {
  background-color: #fff000 !important;
  border-color: #fff000 !important;
  color: #000000 !important;
}
.btn-success:hover,
.btn-success:focus,
.btn-success.focus,
.btn-success.active {
  color: #000000 !important;
  background-color: #b3a800 !important;
  border-color: #b3a800 !important;
}
.btn-success.disabled,
.btn-success:disabled {
  color: #000000 !important;
  background-color: #b3a800 !important;
  border-color: #b3a800 !important;
}
.btn-success:hover {
  background-color: #ff513c !important;
  border-color: #ff513c !important;
}
.btn-warning,
.btn-warning:active {
  background-color: #d52b27 !important;
  border-color: #d52b27 !important;
  color: #ffffff !important;
}
.btn-warning:hover,
.btn-warning:focus,
.btn-warning.focus,
.btn-warning.active {
  color: #ffffff !important;
  background-color: #941e1b !important;
  border-color: #941e1b !important;
}
.btn-warning.disabled,
.btn-warning:disabled {
  color: #ffffff !important;
  background-color: #941e1b !important;
  border-color: #941e1b !important;
}
.btn-warning:hover {
  background-color: #ff513c !important;
  border-color: #ff513c !important;
}
.btn-danger,
.btn-danger:active {
  background-color: #1352ff !important;
  border-color: #1352ff !important;
  color: #ffffff !important;
}
.btn-danger:hover,
.btn-danger:focus,
.btn-danger.focus,
.btn-danger.active {
  color: #ffffff !important;
  background-color: #0035c5 !important;
  border-color: #0035c5 !important;
}
.btn-danger.disabled,
.btn-danger:disabled {
  color: #ffffff !important;
  background-color: #0035c5 !important;
  border-color: #0035c5 !important;
}
.btn-danger:hover {
  background-color: #ff513c !important;
  border-color: #ff513c !important;
}
.btn-white,
.btn-white:active {
  background-color: #f3f3f3 !important;
  border-color: #f3f3f3 !important;
  color: #737373 !important;
}
.btn-white:hover,
.btn-white:focus,
.btn-white.focus,
.btn-white.active {
  color: #737373 !important;
  background-color: #cdcdcd !important;
  border-color: #cdcdcd !important;
}
.btn-white.disabled,
.btn-white:disabled {
  color: #737373 !important;
  background-color: #cdcdcd !important;
  border-color: #cdcdcd !important;
}
.btn-white:hover {
  background-color: #ff513c !important;
  border-color: #ff513c !important;
}
.btn-white:hover {
  color: white!important;
}
.btn-black,
.btn-black:active {
  background-color: #000000 !important;
  border-color: #000000 !important;
  color: #ffffff !important;
}
.btn-black:hover,
.btn-black:focus,
.btn-black.focus,
.btn-black.active {
  color: #ffffff !important;
  background-color: #000000 !important;
  border-color: #000000 !important;
}
.btn-black.disabled,
.btn-black:disabled {
  color: #ffffff !important;
  background-color: #000000 !important;
  border-color: #000000 !important;
}
.btn-black:hover {
  background-color: #ff513c !important;
  border-color: #ff513c !important;
}
.btn-primary-outline,
.btn-primary-outline:active {
  background: none;
  border-color: #ff513c;
  color: #ff513c;
}
.btn-primary-outline:hover,
.btn-primary-outline:focus,
.btn-primary-outline.focus,
.btn-primary-outline.active {
  color: #ffffff;
  background-color: #ff513c;
  border-color: #ff513c;
}
.btn-primary-outline.disabled,
.btn-primary-outline:disabled {
  color: #ffffff !important;
  background-color: #ff513c !important;
  border-color: #ff513c !important;
}
.btn-secondary-outline,
.btn-secondary-outline:active {
  background: none;
  border-color: #282f39;
  color: #282f39;
}
.btn-secondary-outline:hover,
.btn-secondary-outline:focus,
.btn-secondary-outline.focus,
.btn-secondary-outline.active {
  color: #ffffff;
  background-color: #282f39;
  border-color: #282f39;
}
.btn-secondary-outline.disabled,
.btn-secondary-outline:disabled {
  color: #ffffff !important;
  background-color: #282f39 !important;
  border-color: #282f39 !important;
}
.btn-info-outline,
.btn-info-outline:active {
  background: none;
  border-color: #61728a;
  color: #61728a;
}
.btn-info-outline:hover,
.btn-info-outline:focus,
.btn-info-outline.focus,
.btn-info-outline.active {
  color: #ffffff;
  background-color: #61728a;
  border-color: #61728a;
}
.btn-info-outline.disabled,
.btn-info-outline:disabled {
  color: #ffffff !important;
  background-color: #61728a !important;
  border-color: #61728a !important;
}
.btn-success-outline,
.btn-success-outline:active {
  background: none;
  border-color: #fff000;
  color: #fff000;
}
.btn-success-outline:hover,
.btn-success-outline:focus,
.btn-success-outline.focus,
.btn-success-outline.active {
  color: #000000;
  background-color: #fff000;
  border-color: #fff000;
}
.btn-success-outline.disabled,
.btn-success-outline:disabled {
  color: #000000 !important;
  background-color: #fff000 !important;
  border-color: #fff000 !important;
}
.btn-warning-outline,
.btn-warning-outline:active {
  background: none;
  border-color: #d52b27;
  color: #d52b27;
}
.btn-warning-outline:hover,
.btn-warning-outline:focus,
.btn-warning-outline.focus,
.btn-warning-outline.active {
  color: #ffffff;
  background-color: #d52b27;
  border-color: #d52b27;
}
.btn-warning-outline.disabled,
.btn-warning-outline:disabled {
  color: #ffffff !important;
  background-color: #d52b27 !important;
  border-color: #d52b27 !important;
}
.btn-danger-outline,
.btn-danger-outline:active {
  background: none;
  border-color: #1352ff;
  color: #1352ff;
}
.btn-danger-outline:hover,
.btn-danger-outline:focus,
.btn-danger-outline.focus,
.btn-danger-outline.active {
  color: #ffffff;
  background-color: #1352ff;
  border-color: #1352ff;
}
.btn-danger-outline.disabled,
.btn-danger-outline:disabled {
  color: #ffffff !important;
  background-color: #1352ff !important;
  border-color: #1352ff !important;
}
.btn-black-outline,
.btn-black-outline:active {
  background: none;
  border-color: #333333;
  color: #333333;
}
.btn-black-outline:hover,
.btn-black-outline:focus,
.btn-black-outline.focus,
.btn-black-outline.active {
  color: #ffffff;
  background-color: #333333;
  border-color: #333333;
}
.btn-black-outline.disabled,
.btn-black-outline:disabled {
  color: #ffffff !important;
  background-color: #333333 !important;
  border-color: #333333 !important;
}
.btn-white-outline,
.btn-white-outline:active {
  background: none;
  border-color: #f3f3f3;
  color: #f3f3f3;
}
.btn-white-outline:hover,
.btn-white-outline:focus,
.btn-white-outline.focus,
.btn-white-outline.active {
  color: #737373;
  background-color: #f3f3f3;
  border-color: #f3f3f3;
}
.btn-white-outline.disabled,
.btn-white-outline:disabled {
  color: #737373 !important;
  background-color: #f3f3f3 !important;
  border-color: #f3f3f3 !important;
}
.text-primary {
  color: #ff513c !important;
}
.text-secondary {
  color: #282f39 !important;
}
.text-success {
  color: #fff000 !important;
}
.text-info {
  color: #61728a !important;
}
.text-warning {
  color: #d52b27 !important;
}
.text-danger {
  color: #1352ff !important;
}
.text-white {
  color: #ffffff !important;
}
.text-black {
  color: #000000 !important;
}
a.text-primary:hover,
a.text-primary:focus {
  color: #ffaca2 !important;
}
a.text-secondary:hover,
a.text-secondary:focus {
  color: #526075 !important;
}
a.text-success:hover,
a.text-success:focus {
  color: #fff666 !important;
}
a.text-info:hover,
a.text-info:focus {
  color: #99a6b8 !important;
}
a.text-warning:hover,
a.text-warning:focus {
  color: #e77e7b !important;
}
a.text-danger:hover,
a.text-danger:focus {
  color: #799dff !important;
}
a.text-white:hover,
a.text-white:focus {
  color: #ffffff !important;
}
a.text-black:hover,
a.text-black:focus {
  color: #4d4d4d !important;
}
.alert-success {
  background-color: #70c770;
}
.alert-info {
  background-color: #61728a;
}
.alert-warning {
  background-color: #d52b27;
}
.alert-danger {
  background-color: #1352ff;
}
.mbr-section-btn a.btn:not(.btn-form) {
  border-radius: 100px;
}
.mbr-section-btn a.btn:not(.btn-form):hover,
.mbr-section-btn a.btn:not(.btn-form):focus {
  box-shadow: 0 10px 40px 0 rgba(0, 0, 0, 0.2) !important;
  -webkit-box-shadow: 0 10px 40px 0 rgba(0, 0, 0, 0.2) !important;
}
.mbr-gallery-filter li a {
  border-radius: 100px !important;
}
.mbr-gallery-filter li.active .btn {
  background-color: #ff513c;
  border-color: #ff513c;
  color: #ffffff;
}
.mbr-gallery-filter li.active .btn:focus {
  box-shadow: none;
}
.nav-tabs .nav-link {
  border-radius: 100px !important;
}
a,
a:hover {
  color: #ff513c;
}
.mbr-plan-header.bg-primary .mbr-plan-subtitle,
.mbr-plan-header.bg-primary .mbr-plan-price-desc {
  color: #ffffff;
}
.mbr-plan-header.bg-success .mbr-plan-subtitle,
.mbr-plan-header.bg-success .mbr-plan-price-desc {
  color: #fffccc;
}
.mbr-plan-header.bg-info .mbr-plan-subtitle,
.mbr-plan-header.bg-info .mbr-plan-price-desc {
  color: #a8b3c2;
}
.mbr-plan-header.bg-warning .mbr-plan-subtitle,
.mbr-plan-header.bg-warning .mbr-plan-price-desc {
  color: #f7d2d1;
}
.mbr-plan-header.bg-danger .mbr-plan-subtitle,
.mbr-plan-header.bg-danger .mbr-plan-price-desc {
  color: #dfe8ff;
}
/* Scroll to top button*/
.scrollToTop_wraper {
  display: none;
}
blockquote {
  border-color: #ff513c;
}
/* Forms */
.mbr-form .btn {
  margin: .4rem 0;
}
.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: #ff513c;
  color: #ffffff;
}
.jq-selectbox .jq-selectbox__trigger-arrow,
.jq-number__spin.minus:after,
.jq-number__spin.plus:after {
  transition: 0.4s;
  border-top-color: gray !important;
  border-bottom-color: gray !important;
}
.jq-selectbox:hover .jq-selectbox__trigger-arrow,
.jq-number__spin.minus:hover:after,
.jq-number__spin.plus:hover:after {
  border-top-color: #ff513c;
  border-bottom-color: #ff513c;
}
.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: #ff513c !important;
  box-shadow: none !important;
}
.xdsoft_datetimepicker .xdsoft_calendar td:hover,
.xdsoft_datetimepicker .xdsoft_timepicker .xdsoft_time_box > div > div:hover {
  color: #ffffff !important;
  background: #282f39 !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='%23ff513c' %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-smOXzixYNG .dropdown-item:before {
  font-family: MobiriseIcons !important;
  content: '\e966';
  display: inline-block;
  width: 0;
  position: absolute;
  left: 1rem;
  color: #ff513c;
  top: 50%;
  font-size: 1rem;
  vertical-align: middle;
  text-align: center;
  overflow: hidden;
  -webkit-transform: translateY(-50%) scale(0, 1);
  transform: translateY(-50%) scale(0, 1);
  -webkit-transition: all 0.25s ease-in-out;
  -moz-transition: all 0.25s ease-in-out;
  transition: all 0.25s ease-in-out;
}
.cid-smOXzixYNG .navbar-buttons {
  flex-wrap: wrap;
}
.cid-smOXzixYNG .nav-item,
.cid-smOXzixYNG .nav-link,
.cid-smOXzixYNG .navbar-caption {
  font-weight: normal;
}
.cid-smOXzixYNG .nav-item:focus,
.cid-smOXzixYNG .nav-link:focus {
  outline: none;
}
@media (min-width: 992px) {
  .cid-smOXzixYNG .dropdown-item:hover:before {
    -webkit-transform: translateY(-50%) scale(1, 1);
    transform: translateY(-50%) scale(1, 1);
    width: 1rem;
  }
  .cid-smOXzixYNG .nav-item .nav-link {
    position: relative;
  }
  .cid-smOXzixYNG .nav-item .nav-link:before {
    content: '';
    position: absolute;
    z-index: 3;
    left: 0;
    right: 100%;
    bottom: -0.2em;
    background: #ff513c;
    height: 3px;
    -webkit-transition-property: right;
    transition-property: right;
    -webkit-transition-duration: 0.3s;
    transition-duration: 0.3s;
    -webkit-transition-timing-function: ease-out;
    transition-timing-function: ease-out;
  }
  .cid-smOXzixYNG .nav-item:hover .nav-link:before,
  .cid-smOXzixYNG .nav-item.open .nav-link:before {
    right: 0;
  }
}
.cid-smOXzixYNG .dropdown .dropdown-menu .dropdown-item {
  width: auto;
  -webkit-transition: all 0.5s ease-in-out;
  -moz-transition: all 0.5s ease-in-out;
  transition: all 0.5s ease-in-out;
}
.cid-smOXzixYNG .dropdown .dropdown-menu .dropdown-item::after {
  right: 0.5rem;
}
.cid-smOXzixYNG .dropdown .dropdown-menu .dropdown-item:hover {
  padding-right: 1rem;
  padding-left: 3rem;
}
.cid-smOXzixYNG .dropdown .dropdown-menu .dropdown-item:hover .soc-item .mbr-iconfont:before {
  -webkit-transform: scale(0, 1);
  transform: scale(0, 1);
}
.cid-smOXzixYNG .dropdown .dropdown-menu .dropdown-item .soc-item .mbr-iconfont {
  margin-left: -1.8rem;
  padding-right: 1rem;
  font-size: inherit;
}
.cid-smOXzixYNG .dropdown .dropdown-menu .dropdown-item .soc-item .mbr-iconfont:before {
  display: inline-block;
  -webkit-transform: scale(1, 1);
  transform: scale(1, 1);
  -webkit-transition: all 0.25s ease-in-out;
  -moz-transition: all 0.25s ease-in-out;
  transition: all 0.25s ease-in-out;
}
.cid-smOXzixYNG .navbar {
  min-height: 77px;
  transition: all 0.3s;
  background: #06182d;
  background: none;
}
.cid-smOXzixYNG .navbar.opened {
  transition: all 0.3s;
  background: #06182d !important;
}
.cid-smOXzixYNG .navbar .dropdown-item {
  padding: 0.235rem 2rem;
}
.cid-smOXzixYNG .navbar .navbar-collapse {
  -webkit-justify-content: flex-end;
  justify-content: flex-end;
  z-index: 1;
}
@media (max-width: 991px) {
  .cid-smOXzixYNG .navbar .nav-item .nav-link::before {
    display: none;
  }
  .cid-smOXzixYNG .navbar.opened .dropdown-menu {
    top: 0;
  }
  .cid-smOXzixYNG .navbar .dropdown-menu {
    background: transparent !important;
  }
  .cid-smOXzixYNG .navbar .dropdown-menu .dropdown-submenu {
    left: 0 !important;
  }
  .cid-smOXzixYNG .navbar .dropdown-menu .dropdown-item:after {
    right: auto;
  }
  .cid-smOXzixYNG .navbar .dropdown-menu .dropdown-toggle[data-toggle='dropdown-submenu']:after {
    margin-left: 0.25rem;
    border-top: 0.35em solid;
    border-right: 0.35em solid transparent;
    border-left: 0.35em solid transparent;
    border-bottom: 0;
    top: 55%;
  }
  .cid-smOXzixYNG .navbar .navbar-logo img {
    height: 3.8rem !important;
    width: auto;
  }
  .cid-smOXzixYNG .navbar ul.navbar-nav li {
    margin: auto;
  }
  .cid-smOXzixYNG .navbar .dropdown-menu .dropdown-item {
    padding: 0.25rem 1.5rem !important;
    text-align: center;
  }
  .cid-smOXzixYNG .navbar .navbar-brand {
    -webkit-flex-shrink: initial;
    flex-shrink: initial;
    -webkit-flex-basis: auto;
    flex-basis: auto;
    word-break: break-word;
  }
  .cid-smOXzixYNG .navbar .navbar-toggler {
    -webkit-flex-basis: auto;
    flex-basis: auto;
  }
  .cid-smOXzixYNG .navbar .icons-menu {
    padding-left: 0;
    padding-top: 0.5rem;
    padding-bottom: 0.5rem;
  }
}
.cid-smOXzixYNG .navbar.navbar-short {
  background: #06182d !important;
  min-height: 60px;
}
.cid-smOXzixYNG .navbar.navbar-short .navbar-logo img {
  height: 3rem !important;
  width: auto;
}
.cid-smOXzixYNG .navbar.navbar-short .navbar-brand {
  padding: 0;
}
.cid-smOXzixYNG .navbar-brand {
  -webkit-flex-shrink: 0;
  flex-shrink: 0;
  -webkit-align-items: center;
  align-items: center;
  margin-right: 0;
  padding: 0;
  transition: all 0.3s;
  word-break: break-word;
  z-index: 1;
}
.cid-smOXzixYNG .navbar-brand .navbar-caption {
  line-height: inherit !important;
}
.cid-smOXzixYNG .navbar-brand .navbar-logo a {
  outline: none;
}
.cid-smOXzixYNG .navbar-brand .navbar-logo a img {
  width: auto;
}
.cid-smOXzixYNG .dropdown-item.active,
.cid-smOXzixYNG .dropdown-item:active {
  background-color: transparent;
}
.cid-smOXzixYNG .navbar-expand-lg .navbar-nav .nav-link {
  padding: 0;
}
.cid-smOXzixYNG .nav-dropdown .link.dropdown-toggle {
  margin-right: 1.667em;
}
.cid-smOXzixYNG .nav-dropdown .link.dropdown-toggle[aria-expanded='true'] {
  margin-right: 0;
  padding: 0.667em 1.667em;
}
.cid-smOXzixYNG .navbar.navbar-expand-lg .dropdown .dropdown-menu {
  background: #06182d;
  z-index: 2;
}
.cid-smOXzixYNG .navbar.navbar-expand-lg .dropdown .dropdown-menu .dropdown-submenu {
  margin: 0;
  left: 100%;
}
.cid-smOXzixYNG .navbar .dropdown.open > .dropdown-menu {
  display: block;
}
.cid-smOXzixYNG ul.navbar-nav {
  -webkit-flex-wrap: wrap;
  flex-wrap: wrap;
}
.cid-smOXzixYNG .navbar-buttons {
  text-align: center;
}
.cid-smOXzixYNG button.navbar-toggler {
  outline: none;
  width: 31px;
  height: 20px;
  cursor: pointer;
  transition: all 0.2s;
  position: relative;
  -webkit-align-self: center;
  align-self: center;
}
.cid-smOXzixYNG button.navbar-toggler .hamburger span {
  position: absolute;
  right: 0;
  width: 30px;
  height: 2px;
  border-right: 5px;
  background-color: #232323;
}
.cid-smOXzixYNG button.navbar-toggler .hamburger span:nth-child(1) {
  top: 0;
  transition: all 0.2s;
}
.cid-smOXzixYNG button.navbar-toggler .hamburger span:nth-child(2) {
  top: 8px;
  transition: all 0.15s;
}
.cid-smOXzixYNG button.navbar-toggler .hamburger span:nth-child(3) {
  top: 8px;
  transition: all 0.15s;
}
.cid-smOXzixYNG button.navbar-toggler .hamburger span:nth-child(4) {
  top: 16px;
  transition: all 0.2s;
}
.cid-smOXzixYNG nav.opened .hamburger span:nth-child(1) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-smOXzixYNG nav.opened .hamburger span:nth-child(2) {
  -webkit-transform: rotate(45deg);
  transform: rotate(45deg);
  transition: all 0.25s;
}
.cid-smOXzixYNG nav.opened .hamburger span:nth-child(3) {
  -webkit-transform: rotate(-45deg);
  transform: rotate(-45deg);
  transition: all 0.25s;
}
.cid-smOXzixYNG nav.opened .hamburger span:nth-child(4) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-smOXzixYNG .navbar-dropdown {
  padding: 0.5rem 1rem;
  position: fixed;
}
.cid-smOXzixYNG a.nav-link {
  -webkit-justify-content: center;
  justify-content: center;
  display: flex;
  -webkit-align-items: center;
  align-items: center;
}
.cid-smOXzixYNG .soc-item .mbr-iconfont {
  font-size: 1rem;
  color: #282f39;
  display: inline-flex;
}
.cid-smOXzixYNG .soc-item .mbr-iconfont:before {
  padding: 0.5rem;
  border: 1px solid;
  border-radius: 100px;
}
.cid-smOXzixYNG .soc-item {
  margin: 0.5rem 0.3rem;
}
.cid-smOXzixYNG .icons-menu {
  -webkit-flex-wrap: wrap;
  flex-wrap: wrap;
  display: flex;
  -webkit-justify-content: center;
  justify-content: center;
  padding-left: 1rem;
  text-align: center;
  -webkit-align-items: center;
  align-items: center;
}
.cid-smOXzixYNG a.nav-link .mbr-iconfont-btn,
.cid-smOXzixYNG a.dropdown-item .mbr-iconfont-btn {
  margin-right: 10px;
}
.cid-smOXzixYNG a.nav-link:hover .mbr-iconfont-btn,
.cid-smOXzixYNG a.dropdown-item:hover .mbr-iconfont-btn {
  opacity: 0;
  margin-left: -20px;
}
.cid-smOXzixYNG a.dropdown-item .mbr-iconfont-btn {
  margin-top: -4px;
}
@media screen and (-ms-high-contrast: active), (-ms-high-contrast: none) {
  .cid-smOXzixYNG .navbar {
    height: 77px;
  }
  .cid-smOXzixYNG .navbar.opened {
    height: auto;
  }
  .cid-smOXzixYNG .nav-item .nav-link:hover::before {
    width: 175%;
    max-width: calc(100% + 2rem);
    left: -1rem;
  }
}
.cid-rZqakGdhKi {
  background-image: url("../../../assets/images/home-bnr1-1920x1440.jpg");
}
.cid-rZqakGdhKi .card {
  border-radius: 0;
  margin: auto 0;
}
.cid-rZqakGdhKi .card .wrapper .mbr-section-title {
  color: #ffffff;
  font-weight: 700;
}
.cid-rZqakGdhKi .card .wrapper .mbr-section-title span:first-child {
  color: #ff4e3c;
}
.cid-rZqakGdhKi .card .wrapper .mbr-section-title span:nth-child(2) {
  line-height: 1;
  color: #ffffff;
  padding: 0 6px 1px 5px;
  transform: skew(-14deg);
  background: #ff4e3c;
  background: linear-gradient(#ff4e3c 0%, #ff4e3c 69%, #ff4e3c 100%);
  display: inline-block;
  font-weight: 500;
  letter-spacing: 0;
  position: relative;
}
.cid-rZqakGdhKi .card .wrapper .mbr-section-subtitle {
  color: #ffffff;
}
.cid-rZqakGdhKi .card .wrapper .mbr-section-subtitle.display-7 {
  letter-spacing: 0;
}
.cid-rZqakGdhKi .card .wrapper .mbr-text {
  color: #ffffff;
  font-weight: 300;
}
.cid-rZqakGdhKi .card .wrapper .mbr-list {
  margin-top: 20px;
  color: #ffffff;
}
.cid-rZqakGdhKi .card .wrapper .mbr-list .list {
  list-style-type: none;
  padding-left: 0;
}
.cid-rZqakGdhKi .card .wrapper .mbr-list .list li {
  line-height: 1.75;
  padding-top: 5px;
  padding-bottom: 5px;
}
.cid-rZqakGdhKi .card .wrapper .mbr-list .list li:before {
  font-weight: 900;
  color: #ff4e3c;
  display: inline-block;
  content: "\e97c";
  font-family: 'Moririse2' !important;
  text-align: center;
  line-height: 1.5em;
  transition: all 0.3s;
  width: 25px;
  height: 25px;
  margin-right: 15px;
}
.cid-rZqakGdhKi .card .wrapper .buttons-wrap .mbr-section-btn .btn.display-4 {
  padding: 12px 35px;
  line-height: 1.0625;
}
.cid-rZqakYmFVv {
  padding-top: 45px;
  padding-bottom: 45px;
  background-color: #f3f3f3;
}
.cid-rZqakYmFVv .row {
  flex-direction: row-reverse;
}
.cid-rZqakYmFVv .img-wrap img {
  width: 100%;
}
.cid-rZqakYmFVv .card {
  border-radius: 0;
  margin: auto 0;
}
.cid-rZqakYmFVv .card .wrapper {
  overflow: hidden;
}
.cid-rZqakYmFVv .card .wrapper .mbr-section-title {
  color: #06182d;
}
.cid-rZqakYmFVv .card .wrapper .mbr-section-title span {
  line-height: 1;
  color: #ffffff;
  padding: 0 6px 1px 5px;
  transform: skew(-14deg);
  background: #ff5e3a;
  background: linear-gradient(#ff5e3a 0%, #ff653c 69%, #ff4e3c 100%);
  display: inline-block;
  font-weight: 500;
  letter-spacing: 0;
  position: relative;
}
.cid-rZqakYmFVv .card .wrapper .mbr-section-subtitle {
  color: #06182d;
}
.cid-rZqakYmFVv .card .wrapper .mbr-section-subtitle.display-7 {
  letter-spacing: 0;
}
.cid-rZqakYmFVv .card .wrapper .mbr-text {
  color: #61728a;
  font-weight: 300;
}
.cid-rZqakYmFVv .card .wrapper .sign-wrap {
  text-align: center;
  overflow: hidden;
  position: relative;
}
.cid-rZqakYmFVv .card .wrapper .sign-wrap::before {
  right: 65.8%;
  height: 2px;
  transform: translateY(-50%);
  width: 250px;
  top: 50%;
  position: absolute;
  display: inline-block;
  content: "";
  background-color: #dfe3e8;
}
.cid-rZqakYmFVv .card .wrapper .sign-wrap img {
  width: 140px;
}
.cid-rZqakYmFVv .card .wrapper .sign-wrap::after {
  left: 65.9%;
  height: 2px;
  transform: translateY(-50%);
  width: 250px;
  top: 50%;
  position: absolute;
  display: inline-block;
  content: "";
  background-color: #dfe3e8;
}
.cid-rZqakYmFVv .card .wrapper .mbr-section-title {
  text-align: left;
}
.cid-rZqakYmFVv .card .wrapper .mbr-text {
  color: #06182d;
}
.cid-smP3nnm0WK {
  padding-top: 60px;
  padding-bottom: 60px;
  background-color: #384657;
}
.cid-smP3nnm0WK .mbr-section-title {
  color: #e9e9e9;
}
.cid-smP3nnm0WK .mbr-section-title span {
  line-height: 1;
  color: #ffffff;
  padding: 0 6px 1px 5px;
  transform: skew(-14deg);
  background: #ff4e3c;
  background: linear-gradient(#ff4e3c 0%, #f52e17 69%, #ff4e3c 100%);
  display: inline-block;
  font-weight: 500;
  letter-spacing: 0;
  position: relative;
}
.cid-smP3nnm0WK .mbr-section-subtitle {
  color: #f3f3f3;
  line-height: 1;
  font-weight: 300;
}
.cid-smP3nnm0WK .card {
  max-width: 300px;
  margin-bottom: 20px;
}
.cid-smP3nnm0WK .card .card-wrapper {
  overflow: hidden;
  height: 100%;
  background: #ffffff;
  color: #444444;
  padding: 0;
  border: 1px solid rgba(97, 114, 138, 0.2);
}
.cid-smP3nnm0WK .card .card-wrapper .card-img {
  width: auto;
}
.cid-smP3nnm0WK .card .card-wrapper .card-img img {
  width: 100%;
  max-height: 450px;
}
.cid-smP3nnm0WK .card .card-wrapper .card-box {
  padding: 44px 30px 41px;
}
.cid-smP3nnm0WK .card .card-wrapper .card-box .sticky-tag {
  position: absolute;
  top: 0;
  left: 4px;
  z-index: 10;
  display: block;
}
@media (max-width: 768px) {
  .cid-smP3nnm0WK .card .card-wrapper .card-box .sticky-tag {
    display: none;
  }
}
.cid-smP3nnm0WK .card .card-wrapper .card-box .sticky-tag .mbr-text {
  padding: 5px 6px;
  margin: 0 3px 9px;
  text-align: center;
  display: inline-block;
  line-height: 1;
  transform: skew(-22deg);
  background: #ff4e3c;
  background: linear-gradient(#ff4e3c 0%, #f52e17 69%, #ff4e3c 100%);
  font-weight: 400;
  border-image-slice: 1;
  color: #ffffff;
}
.cid-smP3nnm0WK .card .card-wrapper .card-box .sticky-tag .mbr-text::before {
  content: "";
  position: absolute;
  bottom: -12px;
  left: 1.5px;
  width: 0;
  height: 0;
  border-style: solid;
  border-width: 0 15px 12px 0;
  border-color: transparent #db3321 transparent transparent;
  transform: skew(22deg) !important;
}
.cid-smP3nnm0WK .card .card-wrapper .card-box .card-title {
  color: #06182d;
  margin: 0;
  line-height: 1.3;
  padding-bottom: 1rem;
  text-align: center;
  font-weight: 500;
}
.cid-smP3nnm0WK .card .card-wrapper .card-box .mbr-text {
  line-height: 1.6;
  text-align: center;
  color: #61728a;
}
.cid-smP3nnm0WK .card .card-wrapper .card-box .ico-line {
  width: 100%;
  color: #767676;
  justify-content: space-between;
}
.cid-smP3nnm0WK .card .card-wrapper .card-box .ico-line .mbr-iconfont {
  display: inline-block;
  color: #ff4e3c;
}
.cid-smP3nnm0WK .card .card-wrapper .card-box .ico-line .rev {
  display: inline-block;
  color: #0a1c44;
}
.cid-smP3nnm0WK .card .card-wrapper .card-box .mbr-section-btn {
  color: #767676;
  text-align: center;
}
.cid-smP3nnm0WK .card .card-wrapper .card-box .card-text,
.cid-smP3nnm0WK .card .card-wrapper .card-box .mbr-section-btn,
.cid-smP3nnm0WK .card .card-wrapper .card-box .ico-line {
  color: #06182d;
}
.cid-smP3nnm0WK .card .card-wrapper .card-box .card-title {
  color: #f52e17;
}
.cid-v9GD1jieYw {
  padding-top: 75px;
  padding-bottom: 45px;
  background-color: #384657;
}
.cid-v9GD1jieYw .card {
  border-radius: 0;
  margin: auto 0;
}
.cid-v9GD1jieYw .card .wrapper .mbr-section-title {
  color: #ffffff;
  font-weight: 700;
}
.cid-v9GD1jieYw .card .wrapper .mbr-section-title span:first-child {
  color: #ff4e3c;
}
.cid-v9GD1jieYw .card .wrapper .mbr-section-title span:nth-child(2) {
  line-height: 1;
  color: #ffffff;
  padding: 0 6px 1px 5px;
  transform: skew(-14deg);
  background: #ff5e3a;
  background: linear-gradient(#ff5e3a 0%, #ff653c 69%, #ff4e3c 100%);
  display: inline-block;
  font-weight: 500;
  letter-spacing: 0;
  position: relative;
}
.cid-v9GD1jieYw .card .wrapper .mbr-section-subtitle {
  color: #ffffff;
}
.cid-v9GD1jieYw .card .wrapper .mbr-section-subtitle.display-7 {
  letter-spacing: 0;
}
.cid-v9GD1jieYw .card .wrapper .mbr-text {
  color: #ffffff;
  font-weight: 300;
}
.cid-v9GD1jieYw .card .wrapper .mbr-list {
  margin-top: 20px;
  color: #ffffff;
}
.cid-v9GD1jieYw .card .wrapper .mbr-list .list {
  list-style-type: none;
  padding-left: 0;
}
.cid-v9GD1jieYw .card .wrapper .mbr-list .list li {
  line-height: 1.75;
  padding-top: 5px;
  padding-bottom: 5px;
}
.cid-v9GD1jieYw .card .wrapper .mbr-list .list li:before {
  font-weight: 900;
  color: #ff4e3c;
  display: inline-block;
  content: "\e97c";
  font-family: "Moririse2" !important;
  text-align: center;
  line-height: 1.5em;
  transition: all 0.3s;
  width: 25px;
  height: 25px;
  margin-right: 15px;
}
.cid-v9GD1jieYw .card .wrapper .buttons-wrap .mbr-section-btn .btn.display-4 {
  padding: 12px 35px;
  line-height: 1.0625;
}
.cid-v9GD1jieYw .mbr-fallback-image.disabled {
  display: none;
}
.cid-v9GD1jieYw .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-v9GDL1yHh3 {
  padding-top: 225px;
  padding-bottom: 225px;
  background-image: url("../../../assets/images/raptor-polaris-flat.jpg-1242x541.jpg");
}
.cid-v9GDL1yHh3 .link-align {
  width: 100%;
}
.cid-v9GDL1yHh3 .link-wrap {
  display: inline-block;
}
.cid-v9GDL1yHh3 .link {
  position: relative;
  cursor: pointer;
  width: fit-content;
  letter-spacing: 1px;
  margin-left: 80px;
  color: #ffffff;
}
.cid-v9GDL1yHh3 .wrap {
  transform: matrix3d(0.99863, -0.052336, 0, 0, 0.052336, 0.99863, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1);
  transform-origin: 50% 50% 0px;
}
.cid-v9GDL1yHh3 .wrap .mask {
  background: none;
  display: flex;
  z-index: 8;
  visibility: inherit;
  transition: none 0s ease 0s;
  text-align: inherit;
  line-height: 1.05;
  border-width: 0px;
  margin: 0px;
  padding: 0px;
  letter-spacing: 0px;
  font-weight: 400;
  font-size: 17px;
  white-space: nowrap;
  min-height: 88px;
  width: 100%;
  max-height: 100px;
  opacity: 1;
  transform: matrix3d(1, 0, 0, 0, -0.275637, 0.961262, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1);
  transform-origin: 50% 50% 0px;
}
@media (max-width: 992px) {
  .cid-v9GDL1yHh3 .wrap .mask {
    background: none;
    min-height: auto;
  }
}
.cid-v9GDL1yHh3 .wrap .mbr-section-subtitle {
  line-height: 1;
}
.cid-v9GDL1yHh3 .wrap .price {
  color: #fff000;
}
@media (min-width: 992px) {
  .cid-v9GDL1yHh3 .wrap .mbr-section-title.display-1 {
    font-size: 100px;
    line-height: 1;
  }
}
@media (max-width: 767px) {
  .cid-v9GDL1yHh3 .mbr-text {
    text-align: right;
  }
}
.cid-v9GDL1yHh3 .mbr-fallback-image.disabled {
  display: none;
}
.cid-v9GDL1yHh3 .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-tMq15WwbSz {
  padding-top: 45px;
  padding-bottom: 45px;
  background-color: #0e2640;
}
.cid-tMq15WwbSz .card {
  border-radius: 0;
  margin: auto 0;
}
.cid-tMq15WwbSz .card .wrapper .mbr-section-title {
  color: #ffffff;
  font-weight: 700;
}
.cid-tMq15WwbSz .card .wrapper .mbr-section-title span:nth-child(2) {
  line-height: 1;
  color: #ffffff;
  padding: 0 6px 1px 5px;
  transform: skew(-14deg);
  background: #ff5e3a;
  background: linear-gradient(#ff5e3a 0%, #ff653c 69%, #ff4e3c 100%);
  display: inline-block;
  font-weight: 500;
  letter-spacing: 0;
  position: relative;
}
.cid-tMq15WwbSz .card .wrapper .mbr-section-subtitle {
  color: #ffffff;
}
.cid-tMq15WwbSz .card .wrapper .mbr-section-subtitle.display-7 {
  letter-spacing: 0;
}
.cid-tMq15WwbSz .card .wrapper .mbr-text {
  color: #ffffff;
  font-weight: 300;
}
.cid-tMq15WwbSz .card .wrapper .buttons-wrap .mbr-section-btn .btn.display-4 {
  padding: 7px 39px;
  line-height: 1.5;
  letter-spacing: 0;
}
.cid-tMq15WwbSz .card .wrapper .buttons-wrap .mbr-section-btn .btn.btn-success-outline {
  color: #ffffff;
}
.cid-tMq15WwbSz .card .wrapper .buttons-wrap .mbr-section-btn .btn.btn-success-outline:hover {
  color: #000000;
}
.cid-tMq4wPVUOm {
  padding-top: 0rem;
  padding-bottom: 1rem;
  background-color: #0e2640;
}
.cid-tMq4wPVUOm .mbr-fallback-image.disabled {
  display: none;
}
.cid-tMq4wPVUOm .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
@media (max-width: 991px) {
  .cid-tMq4wPVUOm .image-wrapper {
    margin-bottom: 1rem;
  }
}
.cid-tMq4wPVUOm .row {
  flex-direction: row-reverse;
}
.cid-tMq4wPVUOm img {
  width: 100%;
  border: 3px solid #ff513c;
  border-radius: 2rem;
}
.cid-tMq4wPVUOm .mbr-text {
  color: #ffffff;
}
.cid-tMq5ZEZ73G {
  padding-top: 0rem;
  padding-bottom: 3rem;
  background-color: #0e2640;
}
.cid-tMq5ZEZ73G .mbr-fallback-image.disabled {
  display: none;
}
.cid-tMq5ZEZ73G .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
@media (max-width: 991px) {
  .cid-tMq5ZEZ73G .image-wrapper {
    margin-bottom: 1rem;
  }
}
.cid-tMq5ZEZ73G .row {
  flex-direction: row-reverse;
}
.cid-tMq5ZEZ73G img {
  width: 100%;
  border: 3px solid #ff513c;
  border-radius: 2rem;
}
.cid-tMq5ZEZ73G .mbr-text {
  color: #ffffff;
}
.cid-smPgvZiX0v {
  padding-top: 90px;
  padding-bottom: 90px;
  background-color: #f5f5f5;
}
.cid-smPgvZiX0v .mbr-section-title {
  color: #06182d;
  margin-bottom: 1rem;
  transition: all 0.15s linear 0s;
}
.cid-smPgvZiX0v .mbr-section-title.display-5 {
  letter-spacing: 1px;
}
.cid-smPgvZiX0v .mbr-section-title:hover {
  opacity: 0.8;
}
.cid-smPgvZiX0v .mbr-section-subtitle {
  color: #61728a;
  margin-bottom: 1rem;
  letter-spacing: 0.03em;
}
.cid-smPgvZiX0v .mbr-section-subtitle.mbr-light {
  font-weight: 300;
}
.cid-smPgvZiX0v .btn {
  margin: 0px !important;
}
.cid-smPgvZiX0v .btn.btn-success-outline {
  color: #000000;
}
.cid-smPgvZiX0v .btn.btn-sm {
  padding: 7px 39px;
}
.cid-smPgvZiX0v .second-col {
  display: flex;
  align-items: center;
  justify-content: center;
}
.cid-smPgvZiX0v .carousel-item {
  justify-content: center;
}
.cid-smPgvZiX0v .carousel-item .media-container-row {
  flex-grow: 1;
}
.cid-smPgvZiX0v .carousel-item .media-container-row .col-md-12 {
  padding: 0;
}
.cid-smPgvZiX0v .carousel-item .wrap-img {
  text-align: center;
  max-height: 400px;
}
.cid-smPgvZiX0v .carousel-item .wrap-img img {
  width: auto;
  max-width: 100%;
  -o-object-fit: cover;
  object-fit: cover;
}
.cid-smPgvZiX0v .carousel {
  display: flex;
  flex-direction: column-reverse;
  width: 100%;
  position: relative;
  z-index: 1;
}
.cid-smPgvZiX0v .carousel-indicators {
  display: none;
  position: relative;
  margin-top: 2rem;
  text-align: center;
}
@media (max-width: 768px) {
  .cid-smPgvZiX0v .second-col {
    padding-top: 2rem;
  }
  .cid-smPgvZiX0v .share_buttons {
    display: flex;
    flex-direction: row;
    justify-content: center;
  }
  .cid-smPgvZiX0v .share_buttons .icon-wrapper {
    margin: 10px !important;
  }
}
.cid-smPgvZiX0v .carousel-controls {
  display: flex;
  justify-content: center;
  position: static;
  bottom: 0;
  left: 0;
  right: 0;
  top: 50%;
}
.cid-smPgvZiX0v .carousel-controls .carousel-control {
  background: #000000;
}
.cid-smPgvZiX0v .carousel-controls .carousel-control.carousel-control-prev {
  right: auto;
  left: 0;
  bottom: 0;
  height: 100%;
  top: 50%;
  transform: translateY(-50%);
  width: 40px;
  position: absolute;
  text-align: center;
}
.cid-smPgvZiX0v .carousel-controls .carousel-control.carousel-control-next {
  left: auto;
  right: 0;
  bottom: 0;
  height: 100%;
  top: 50%;
  transform: translateY(-50%);
  width: 40px;
  margin-right: 0;
  position: absolute;
  text-align: center;
}
.cid-smPgvZiX0v .carousel-controls .carousel-control .span {
  font-size: 1rem;
  opacity: 1 !important;
}
.cid-smPgvZiX0v .share_buttons .icon-wrapper {
  background: #ffffff;
  display: flex;
  width: 31px;
  height: 31px;
  justify-content: center;
  align-items: center;
  border-radius: 50%;
  border: 2px solid #c3cad2;
  transition: all 0.3s;
  z-index: 4;
  cursor: pointer;
  margin: 10px 0 10px auto;
}
.cid-smPgvZiX0v .share_buttons .icon-wrapper:hover .link-icon {
  color: #007bff;
}
.cid-smPgvZiX0v .share_buttons .icon-wrapper .link-icon {
  display: inline-block;
  color: #ffffff;
  transition: all 0.3s;
  font-size: 14px;
  justify-content: center;
}
.cid-smPgvZiX0v .sticky-tag {
  position: absolute;
  top: 0;
  left: 4px;
  z-index: 10;
  display: block;
}
.cid-smPgvZiX0v .sticky-tag .mbr-text {
  padding: 5px 6px;
  margin: 0 3px 9px;
  text-align: center;
  display: inline-block;
  line-height: 1;
  transform: skew(-22deg);
  background: #ff5e3a;
  background: linear-gradient(#ff5e3a 0%, #ff653c 69%, #ff4e3c 100%);
  font-weight: 400;
  border-image-slice: 1;
  color: #ffffff;
}
.cid-smPgvZiX0v .sticky-tag .mbr-text::before {
  content: "";
  position: absolute;
  bottom: -12px;
  left: 1.5px;
  width: 0;
  height: 0;
  border-style: solid;
  border-width: 0 15px 12px 0;
  border-color: transparent #ff5e3a transparent transparent;
  transform: skew(22deg) !important;
}
.cid-rZqalB3CUR {
  padding-top: 90px;
  padding-bottom: 90px;
  background-color: #dfe3e8;
}
.cid-rZqalB3CUR .mbr-section-title {
  color: #06182d;
  margin-bottom: 1rem;
  transition: all 0.15s linear 0s;
}
.cid-rZqalB3CUR .mbr-section-title.display-5 {
  letter-spacing: 1px;
}
.cid-rZqalB3CUR .mbr-section-title:hover {
  opacity: 0.8;
}
.cid-rZqalB3CUR .mbr-section-subtitle {
  color: #61728a;
  margin-bottom: 1rem;
  letter-spacing: 0.03em;
}
.cid-rZqalB3CUR .mbr-section-subtitle.mbr-light {
  font-weight: 300;
}
.cid-rZqalB3CUR .btn {
  margin: 0px !important;
}
.cid-rZqalB3CUR .btn.btn-success-outline {
  color: #000000;
}
.cid-rZqalB3CUR .btn.btn-sm {
  padding: 7px 39px;
}
.cid-rZqalB3CUR .second-col {
  display: flex;
  align-items: center;
  justify-content: center;
}
.cid-rZqalB3CUR .carousel-item {
  justify-content: center;
}
.cid-rZqalB3CUR .carousel-item .media-container-row {
  flex-grow: 1;
}
.cid-rZqalB3CUR .carousel-item .media-container-row .col-md-12 {
  padding: 0;
}
.cid-rZqalB3CUR .carousel-item .wrap-img {
  text-align: center;
  max-height: 400px;
}
.cid-rZqalB3CUR .carousel-item .wrap-img img {
  width: auto;
  max-width: 100%;
  -o-object-fit: cover;
  object-fit: cover;
}
.cid-rZqalB3CUR .carousel {
  display: flex;
  flex-direction: column-reverse;
  width: 100%;
  position: relative;
  z-index: 1;
}
.cid-rZqalB3CUR .carousel-indicators {
  display: none;
  position: relative;
  margin-top: 2rem;
  text-align: center;
}
@media (max-width: 768px) {
  .cid-rZqalB3CUR .second-col {
    padding-top: 2rem;
  }
  .cid-rZqalB3CUR .share_buttons {
    display: flex;
    flex-direction: row;
    justify-content: center;
  }
  .cid-rZqalB3CUR .share_buttons .icon-wrapper {
    margin: 10px !important;
  }
}
.cid-rZqalB3CUR .carousel-controls {
  display: flex;
  justify-content: center;
  position: static;
  bottom: 0;
  left: 0;
  right: 0;
  top: 50%;
}
.cid-rZqalB3CUR .carousel-controls .carousel-control {
  background: #000000;
}
.cid-rZqalB3CUR .carousel-controls .carousel-control.carousel-control-prev {
  right: auto;
  left: 0;
  bottom: 0;
  height: 100%;
  top: 50%;
  transform: translateY(-50%);
  width: 40px;
  position: absolute;
  text-align: center;
}
.cid-rZqalB3CUR .carousel-controls .carousel-control.carousel-control-next {
  left: auto;
  right: 0;
  bottom: 0;
  height: 100%;
  top: 50%;
  transform: translateY(-50%);
  width: 40px;
  margin-right: 0;
  position: absolute;
  text-align: center;
}
.cid-rZqalB3CUR .carousel-controls .carousel-control .span {
  font-size: 1rem;
  opacity: 1 !important;
}
.cid-rZqalB3CUR .share_buttons .icon-wrapper {
  background: #ffffff;
  display: flex;
  width: 31px;
  height: 31px;
  justify-content: center;
  align-items: center;
  border-radius: 50%;
  border: 2px solid #c3cad2;
  transition: all 0.3s;
  z-index: 4;
  cursor: pointer;
  margin: 10px 0 10px auto;
}
.cid-rZqalB3CUR .share_buttons .icon-wrapper:hover .link-icon {
  color: #007bff;
}
.cid-rZqalB3CUR .share_buttons .icon-wrapper .link-icon {
  display: inline-block;
  color: #61728a;
  transition: all 0.3s;
  font-size: 14px;
  justify-content: center;
}
.cid-rZqalB3CUR .sticky-tag {
  position: absolute;
  top: 0;
  left: 4px;
  z-index: 10;
  display: block;
}
.cid-rZqalB3CUR .sticky-tag .mbr-text {
  padding: 5px 6px;
  margin: 0 3px 9px;
  text-align: center;
  display: inline-block;
  line-height: 1;
  transform: skew(-22deg);
  background: #ff5e3a;
  background: linear-gradient(#ff5e3a 0%, #ff653c 69%, #ff4e3c 100%);
  font-weight: 400;
  border-image-slice: 1;
  color: #ffffff;
}
.cid-rZqalB3CUR .sticky-tag .mbr-text::before {
  content: '';
  position: absolute;
  bottom: -12px;
  left: 1.5px;
  width: 0;
  height: 0;
  border-style: solid;
  border-width: 0 15px 12px 0;
  border-color: transparent #ff5e3a transparent transparent;
  transform: skew(22deg) !important;
}
.cid-rZqalB3CUR .mbr-section-subtitle,
.cid-rZqalB3CUR .mbr-section-btn {
  color: #06182d;
}
.cid-rZqalT6jOx {
  padding-top: 135px;
  padding-bottom: 135px;
  background-image: url("../../../assets/images/main-bnr2-1920x1080.jpg");
}
.cid-rZqalT6jOx .card {
  border-radius: 0;
  margin: auto 0;
}
.cid-rZqalT6jOx .card .wrapper .mbr-section-title {
  color: #ffffff;
  font-weight: 700;
}
.cid-rZqalT6jOx .card .wrapper .mbr-section-title span:nth-child(2) {
  line-height: 1;
  color: #ffffff;
  padding: 0 6px 1px 5px;
  transform: skew(-14deg);
  background: #ff5e3a;
  background: linear-gradient(#ff5e3a 0%, #ff653c 69%, #ff4e3c 100%);
  display: inline-block;
  font-weight: 500;
  letter-spacing: 0;
  position: relative;
}
.cid-rZqalT6jOx .card .wrapper .mbr-section-subtitle {
  color: #ffffff;
}
.cid-rZqalT6jOx .card .wrapper .mbr-section-subtitle.display-7 {
  letter-spacing: 0;
}
.cid-rZqalT6jOx .card .wrapper .mbr-text {
  color: #ffffff;
  font-weight: 300;
}
.cid-rZqalT6jOx .card .wrapper .buttons-wrap .mbr-section-btn .btn.display-4 {
  padding: 7px 39px;
  line-height: 1.5;
  letter-spacing: 0;
}
.cid-rZqalT6jOx .card .wrapper .buttons-wrap .mbr-section-btn .btn.btn-success-outline {
  color: #ffffff;
}
.cid-rZqalT6jOx .card .wrapper .buttons-wrap .mbr-section-btn .btn.btn-success-outline:hover {
  color: #000000;
}
.cid-smP8vGNZig {
  padding-top: 75px;
  padding-bottom: 75px;
  background-image: url("../../../assets/images/home-1-1920x471.jpg");
}
.cid-smP8vGNZig .mbr-section-subtitle {
  color: #aeaeae;
}
.cid-smP8vGNZig .carousel-item {
  justify-content: flex-start;
  text-align: left;
}
.cid-smP8vGNZig .carousel-item.active,
.cid-smP8vGNZig .carousel-item-next,
.cid-smP8vGNZig .carousel-item-prev {
  display: flex;
}
.cid-smP8vGNZig .carousel-controls a {
  transition: opacity 0.5s;
  font-size: 2rem;
  width: 5%;
}
.cid-smP8vGNZig .carousel-controls a span {
  position: absolute;
  top: 45%;
  font-size: 30px;
  padding: 15px;
  border-radius: 50%;
  color: #ffffff;
  background: transparent;
}
.cid-smP8vGNZig .carousel-controls a:hover span {
  opacity: 1;
}
@media (max-width: 992px) {
  .cid-smP8vGNZig .carousel-controls {
    display: none;
  }
}
.cid-smP8vGNZig .btn {
  margin: 0.4rem !important;
  justify-content: space-between;
}
.cid-smP8vGNZig .btn.btn-sm {
  padding: 9px 41px;
}
.cid-smP8vGNZig .carousel-indicators {
  margin: 20px auto 0;
  align-items: center;
  position: relative;
}
.cid-smP8vGNZig .carousel-indicators .active {
  opacity: 1;
  border: 0;
  background-color: #ffffff;
}
.cid-smP8vGNZig .carousel-indicators li {
  height: 15px;
  width: 15px;
  border-radius: 50%;
  transition: opacity 0.5s;
  background-color: #666666;
  font-size: 2rem;
  opacity: 0.5;
  border-width: 0px;
}
.cid-smP8vGNZig .carousel-indicators li:hover {
  opacity: 1;
}
@media (max-width: 768px) {
  .cid-smP8vGNZig * {
    text-align: center;
  }
}
.cid-smP8vGNZig .mbr-section-subtitle,
.cid-smP8vGNZig .mbr-section-btn {
  color: #f52e17;
}
.cid-smP235T5SY {
  padding-top: 90px;
  padding-bottom: 90px;
  background-color: #333333;
}
@media (max-width: 991px) {
  .cid-smP235T5SY .title {
    margin-bottom: 2rem;
  }
  .cid-smP235T5SY .mbr-section-title {
    text-align: center;
  }
  .cid-smP235T5SY .mbr-section-subtitle {
    text-align: center;
  }
  .cid-smP235T5SY .input-group-btn {
    text-align: center;
  }
}
.cid-smP235T5SY .mbr-section-subtitle {
  color: #ffffff;
}
.cid-smP235T5SY a:not([href]):not([tabindex]) {
  color: #fff;
  border-radius: 3px;
}
.cid-smP235T5SY a.btn-white:not([href]):not([tabindex]) {
  color: #333;
}
.cid-smP235T5SY .form-group {
  -webkit-flex-grow: 1;
  flex-grow: 1;
  max-width: 100%;
}
.cid-smP235T5SY .input-group-btn {
  display: block;
  text-align: left;
}
.cid-smP235T5SY h3 {
  color: #444;
  letter-spacing: 0.03em;
}
.cid-smP235T5SY .form-control {
  border-radius: 0px !important;
  padding-left: 15px;
}
.cid-smP235T5SY .google-map {
  width: 100%;
  height: 25rem;
}
.cid-smP235T5SY .google-map iframe {
  width: inherit;
  height: 100%;
}
.cid-smP235T5SY .google-map [data-state-details] {
  color: #444444;
  font-family: Muli;
  height: 1.5em;
  margin-top: -0.75em;
  padding-left: 1.25rem;
  padding-right: 1.25rem;
  position: absolute;
  text-align: center;
  top: 50%;
  width: 100%;
}
.cid-smP235T5SY .google-map[data-state] {
  background: #e9e5dc;
}
.cid-smP235T5SY .google-map[data-state="loading"] [data-state-details] {
  display: none;
}
.cid-smP235T5SY textarea.form-control {
  min-height: 154px;
}
.cid-smP235T5SY H2 {
  color: #ff4e3c;
}
#custom-html-x {
  /* Type valid CSS here */
}
#custom-html-x .my-image {
  width: 100%;
}
.cid-rZqasE8Bhf {
  padding-top: 45px;
  padding-bottom: 30px;
  background-color: #000000;
}
.cid-rZqasE8Bhf .copyright {
  display: flex;
}
@media (max-width: 992px) {
  .cid-rZqasE8Bhf .copyright {
    margin-bottom: 1rem;
  }
}
.cid-rZqasE8Bhf .text-wrap {
  transition: all 0.3s;
  padding: 23px;
  bottom: 0;
  z-index: 2;
  height: 100%;
  display: flex;
  flex-direction: row;
  justify-content: center;
  align-items: flex-end;
  width: 100%;
  overflow: hidden;
  position: relative;
}
.cid-rZqasE8Bhf .text-wrap .icons-wrap .icon-wrapper {
  background: #06182d;
  display: flex;
  width: 31px;
  height: 31px;
  justify-content: center;
  align-items: center;
  border-radius: 50%;
  border: 2px solid #384657;
  transition: all 0.3s;
  z-index: 4;
  cursor: pointer;
  margin: 0 0.2rem;
}
.cid-rZqasE8Bhf .text-wrap .icons-wrap .icon-wrapper:hover {
  background: #ff4e3c;
  border-color: #ff4e3c;
}
.cid-rZqasE8Bhf .text-wrap .icons-wrap .icon-wrapper:hover .link-icon {
  color: #ffffde;
}
.cid-rZqasE8Bhf .text-wrap .icons-wrap .icon-wrapper .link-icon {
  display: inline-block;
  color: #ffffde;
  transition: all 0.3s;
  font-size: 14px;
  justify-content: center;
}
.cid-rZqasE8Bhf .text-wrap .icons-wrap::before {
  height: 2px;
  width: 100%;
  top: 50%;
  right: 58%;
  position: absolute;
  display: inline-block;
  content: "";
  background-color: #384657;
}
@media (max-width: 992px) {
  .cid-rZqasE8Bhf .text-wrap .icons-wrap::before {
    display: none;
  }
}
.cid-rZqasE8Bhf .text-wrap .icons-wrap::after {
  height: 2px;
  width: 100%;
  top: 50%;
  left: 58%;
  position: absolute;
  display: inline-block;
  content: "";
  background-color: #384657;
}
@media (max-width: 992px) {
  .cid-rZqasE8Bhf .text-wrap .icons-wrap::after {
    display: none;
  }
}
.cid-smOXzixYNG .dropdown-item:before {
  font-family: MobiriseIcons !important;
  content: '\e966';
  display: inline-block;
  width: 0;
  position: absolute;
  left: 1rem;
  color: #ff513c;
  top: 50%;
  font-size: 1rem;
  vertical-align: middle;
  text-align: center;
  overflow: hidden;
  -webkit-transform: translateY(-50%) scale(0, 1);
  transform: translateY(-50%) scale(0, 1);
  -webkit-transition: all 0.25s ease-in-out;
  -moz-transition: all 0.25s ease-in-out;
  transition: all 0.25s ease-in-out;
}
.cid-smOXzixYNG .navbar-buttons {
  flex-wrap: wrap;
}
.cid-smOXzixYNG .nav-item,
.cid-smOXzixYNG .nav-link,
.cid-smOXzixYNG .navbar-caption {
  font-weight: normal;
}
.cid-smOXzixYNG .nav-item:focus,
.cid-smOXzixYNG .nav-link:focus {
  outline: none;
}
@media (min-width: 992px) {
  .cid-smOXzixYNG .dropdown-item:hover:before {
    -webkit-transform: translateY(-50%) scale(1, 1);
    transform: translateY(-50%) scale(1, 1);
    width: 1rem;
  }
  .cid-smOXzixYNG .nav-item .nav-link {
    position: relative;
  }
  .cid-smOXzixYNG .nav-item .nav-link:before {
    content: '';
    position: absolute;
    z-index: 3;
    left: 0;
    right: 100%;
    bottom: -0.2em;
    background: #ff513c;
    height: 3px;
    -webkit-transition-property: right;
    transition-property: right;
    -webkit-transition-duration: 0.3s;
    transition-duration: 0.3s;
    -webkit-transition-timing-function: ease-out;
    transition-timing-function: ease-out;
  }
  .cid-smOXzixYNG .nav-item:hover .nav-link:before,
  .cid-smOXzixYNG .nav-item.open .nav-link:before {
    right: 0;
  }
}
.cid-smOXzixYNG .dropdown .dropdown-menu .dropdown-item {
  width: auto;
  -webkit-transition: all 0.5s ease-in-out;
  -moz-transition: all 0.5s ease-in-out;
  transition: all 0.5s ease-in-out;
}
.cid-smOXzixYNG .dropdown .dropdown-menu .dropdown-item::after {
  right: 0.5rem;
}
.cid-smOXzixYNG .dropdown .dropdown-menu .dropdown-item:hover {
  padding-right: 1rem;
  padding-left: 3rem;
}
.cid-smOXzixYNG .dropdown .dropdown-menu .dropdown-item:hover .soc-item .mbr-iconfont:before {
  -webkit-transform: scale(0, 1);
  transform: scale(0, 1);
}
.cid-smOXzixYNG .dropdown .dropdown-menu .dropdown-item .soc-item .mbr-iconfont {
  margin-left: -1.8rem;
  padding-right: 1rem;
  font-size: inherit;
}
.cid-smOXzixYNG .dropdown .dropdown-menu .dropdown-item .soc-item .mbr-iconfont:before {
  display: inline-block;
  -webkit-transform: scale(1, 1);
  transform: scale(1, 1);
  -webkit-transition: all 0.25s ease-in-out;
  -moz-transition: all 0.25s ease-in-out;
  transition: all 0.25s ease-in-out;
}
.cid-smOXzixYNG .navbar {
  min-height: 77px;
  transition: all 0.3s;
  background: #06182d;
  background: none;
}
.cid-smOXzixYNG .navbar.opened {
  transition: all 0.3s;
  background: #06182d !important;
}
.cid-smOXzixYNG .navbar .dropdown-item {
  padding: 0.235rem 2rem;
}
.cid-smOXzixYNG .navbar .navbar-collapse {
  -webkit-justify-content: flex-end;
  justify-content: flex-end;
  z-index: 1;
}
@media (max-width: 991px) {
  .cid-smOXzixYNG .navbar .nav-item .nav-link::before {
    display: none;
  }
  .cid-smOXzixYNG .navbar.opened .dropdown-menu {
    top: 0;
  }
  .cid-smOXzixYNG .navbar .dropdown-menu {
    background: transparent !important;
  }
  .cid-smOXzixYNG .navbar .dropdown-menu .dropdown-submenu {
    left: 0 !important;
  }
  .cid-smOXzixYNG .navbar .dropdown-menu .dropdown-item:after {
    right: auto;
  }
  .cid-smOXzixYNG .navbar .dropdown-menu .dropdown-toggle[data-toggle='dropdown-submenu']:after {
    margin-left: 0.25rem;
    border-top: 0.35em solid;
    border-right: 0.35em solid transparent;
    border-left: 0.35em solid transparent;
    border-bottom: 0;
    top: 55%;
  }
  .cid-smOXzixYNG .navbar .navbar-logo img {
    height: 3.8rem !important;
    width: auto;
  }
  .cid-smOXzixYNG .navbar ul.navbar-nav li {
    margin: auto;
  }
  .cid-smOXzixYNG .navbar .dropdown-menu .dropdown-item {
    padding: 0.25rem 1.5rem !important;
    text-align: center;
  }
  .cid-smOXzixYNG .navbar .navbar-brand {
    -webkit-flex-shrink: initial;
    flex-shrink: initial;
    -webkit-flex-basis: auto;
    flex-basis: auto;
    word-break: break-word;
  }
  .cid-smOXzixYNG .navbar .navbar-toggler {
    -webkit-flex-basis: auto;
    flex-basis: auto;
  }
  .cid-smOXzixYNG .navbar .icons-menu {
    padding-left: 0;
    padding-top: 0.5rem;
    padding-bottom: 0.5rem;
  }
}
.cid-smOXzixYNG .navbar.navbar-short {
  background: #06182d !important;
  min-height: 60px;
}
.cid-smOXzixYNG .navbar.navbar-short .navbar-logo img {
  height: 3rem !important;
  width: auto;
}
.cid-smOXzixYNG .navbar.navbar-short .navbar-brand {
  padding: 0;
}
.cid-smOXzixYNG .navbar-brand {
  -webkit-flex-shrink: 0;
  flex-shrink: 0;
  -webkit-align-items: center;
  align-items: center;
  margin-right: 0;
  padding: 0;
  transition: all 0.3s;
  word-break: break-word;
  z-index: 1;
}
.cid-smOXzixYNG .navbar-brand .navbar-caption {
  line-height: inherit !important;
}
.cid-smOXzixYNG .navbar-brand .navbar-logo a {
  outline: none;
}
.cid-smOXzixYNG .navbar-brand .navbar-logo a img {
  width: auto;
}
.cid-smOXzixYNG .dropdown-item.active,
.cid-smOXzixYNG .dropdown-item:active {
  background-color: transparent;
}
.cid-smOXzixYNG .navbar-expand-lg .navbar-nav .nav-link {
  padding: 0;
}
.cid-smOXzixYNG .nav-dropdown .link.dropdown-toggle {
  margin-right: 1.667em;
}
.cid-smOXzixYNG .nav-dropdown .link.dropdown-toggle[aria-expanded='true'] {
  margin-right: 0;
  padding: 0.667em 1.667em;
}
.cid-smOXzixYNG .navbar.navbar-expand-lg .dropdown .dropdown-menu {
  background: #06182d;
  z-index: 2;
}
.cid-smOXzixYNG .navbar.navbar-expand-lg .dropdown .dropdown-menu .dropdown-submenu {
  margin: 0;
  left: 100%;
}
.cid-smOXzixYNG .navbar .dropdown.open > .dropdown-menu {
  display: block;
}
.cid-smOXzixYNG ul.navbar-nav {
  -webkit-flex-wrap: wrap;
  flex-wrap: wrap;
}
.cid-smOXzixYNG .navbar-buttons {
  text-align: center;
}
.cid-smOXzixYNG button.navbar-toggler {
  outline: none;
  width: 31px;
  height: 20px;
  cursor: pointer;
  transition: all 0.2s;
  position: relative;
  -webkit-align-self: center;
  align-self: center;
}
.cid-smOXzixYNG button.navbar-toggler .hamburger span {
  position: absolute;
  right: 0;
  width: 30px;
  height: 2px;
  border-right: 5px;
  background-color: #232323;
}
.cid-smOXzixYNG button.navbar-toggler .hamburger span:nth-child(1) {
  top: 0;
  transition: all 0.2s;
}
.cid-smOXzixYNG button.navbar-toggler .hamburger span:nth-child(2) {
  top: 8px;
  transition: all 0.15s;
}
.cid-smOXzixYNG button.navbar-toggler .hamburger span:nth-child(3) {
  top: 8px;
  transition: all 0.15s;
}
.cid-smOXzixYNG button.navbar-toggler .hamburger span:nth-child(4) {
  top: 16px;
  transition: all 0.2s;
}
.cid-smOXzixYNG nav.opened .hamburger span:nth-child(1) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-smOXzixYNG nav.opened .hamburger span:nth-child(2) {
  -webkit-transform: rotate(45deg);
  transform: rotate(45deg);
  transition: all 0.25s;
}
.cid-smOXzixYNG nav.opened .hamburger span:nth-child(3) {
  -webkit-transform: rotate(-45deg);
  transform: rotate(-45deg);
  transition: all 0.25s;
}
.cid-smOXzixYNG nav.opened .hamburger span:nth-child(4) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-smOXzixYNG .navbar-dropdown {
  padding: 0.5rem 1rem;
  position: fixed;
}
.cid-smOXzixYNG a.nav-link {
  -webkit-justify-content: center;
  justify-content: center;
  display: flex;
  -webkit-align-items: center;
  align-items: center;
}
.cid-smOXzixYNG .soc-item .mbr-iconfont {
  font-size: 1rem;
  color: #282f39;
  display: inline-flex;
}
.cid-smOXzixYNG .soc-item .mbr-iconfont:before {
  padding: 0.5rem;
  border: 1px solid;
  border-radius: 100px;
}
.cid-smOXzixYNG .soc-item {
  margin: 0.5rem 0.3rem;
}
.cid-smOXzixYNG .icons-menu {
  -webkit-flex-wrap: wrap;
  flex-wrap: wrap;
  display: flex;
  -webkit-justify-content: center;
  justify-content: center;
  padding-left: 1rem;
  text-align: center;
  -webkit-align-items: center;
  align-items: center;
}
.cid-smOXzixYNG a.nav-link .mbr-iconfont-btn,
.cid-smOXzixYNG a.dropdown-item .mbr-iconfont-btn {
  margin-right: 10px;
}
.cid-smOXzixYNG a.nav-link:hover .mbr-iconfont-btn,
.cid-smOXzixYNG a.dropdown-item:hover .mbr-iconfont-btn {
  opacity: 0;
  margin-left: -20px;
}
.cid-smOXzixYNG a.dropdown-item .mbr-iconfont-btn {
  margin-top: -4px;
}
@media screen and (-ms-high-contrast: active), (-ms-high-contrast: none) {
  .cid-smOXzixYNG .navbar {
    height: 77px;
  }
  .cid-smOXzixYNG .navbar.opened {
    height: auto;
  }
  .cid-smOXzixYNG .nav-item .nav-link:hover::before {
    width: 175%;
    max-width: calc(100% + 2rem);
    left: -1rem;
  }
}
.cid-smPbr9U0Vm {
  background-image: url("../../../assets/images/main-bnr1-1920x1080.jpg");
}
.cid-smPbr9U0Vm .block {
  height: 288px;
}
@media (max-width: 992px) {
  .cid-smPbr9U0Vm .block {
    height: 144px;
  }
}
.cid-smPolJzc0s {
  padding-top: 45px;
  padding-bottom: 45px;
  background-color: #ffffff;
}
.cid-smPolJzc0s .mbr-text {
  position: relative;
  text-align: center;
}
.cid-smPolJzc0s .mbr-text:before {
  color: #ffffff;
  content: "\201C";
  font-size: 3em;
  line-height: 0.1em;
  margin-right: 0.2em;
  vertical-align: -0.4em;
  position: absolute;
  top: 10px;
  left: -2rem;
}
.cid-smPolJzc0s img {
  object-fit: contain;
}
.cid-smPolJzc0s .mbr-text:after {
  color: #ffffff;
  content: "\201D";
  font-size: 3em;
  line-height: 0.1em;
  vertical-align: -0.45em;
  position: absolute;
  bottom: 10px;
  right: -2rem;
}
@media (max-width: 767px) {
  .cid-smPolJzc0s .mbr-text:after,
  .cid-smPolJzc0s .mbr-text:before {
    display: none;
  }
}
.cid-smPpwxjieM {
  padding-top: 60px;
  padding-bottom: 60px;
  background-color: #f4f6f9;
}
.cid-smPpwxjieM .card-img {
  background-color: #fff;
  overflow: hidden;
}
.cid-smPpwxjieM .card-box {
  padding: 0rem;
  padding-top: 2rem;
}
.cid-smPpwxjieM h4 {
  display: inline;
  text-decoration: none;
  background-image: linear-gradient(transparent calc(98%), currentColor 1px);
  background-repeat: no-repeat;
  background-position: 0;
  background-size: 0% 100%;
  transition: 0.6s cubic-bezier(0.215, 0.61, 0.355, 1);
}
.cid-smPpwxjieM h3 {
  margin-bottom: 0;
  letter-spacing: 1px;
}
.cid-smPpwxjieM p {
  text-align: left;
}
.cid-smPpwxjieM img {
  transition: all 0.3s;
}
.cid-smPpwxjieM .mbr-text {
  color: #1c1c1c;
}
.cid-smPpwxjieM .card-wrapper {
  height: 100%;
  box-shadow: 0px 0px 0px 0px rgba(0, 0, 0, 0);
  transition: box-shadow 0.3s;
}
.cid-smPpwxjieM .card-wrapper:hover h4 {
  background-size: 100% 100%;
}
.cid-smPpwxjieM .card-wrapper:hover img {
  filter: blur(2px);
}
.cid-smPpwxjieM .card {
  margin-bottom: 2.5rem;
}
@media (max-width: 991px) {
  .cid-smPpwxjieM .card-columns {
    column-count: 2;
  }
}
@media (max-width: 767px) {
  .cid-smPpwxjieM .card-columns {
    column-count: 1;
  }
}
@media (min-width: 1200px) {
  .cid-smPpwxjieM .card-columns {
    column-gap: 4rem;
  }
}
.cid-smPpwxjieM .card-title {
  color: #767676;
}
.cid-rZqasE8Bhf {
  padding-top: 45px;
  padding-bottom: 30px;
  background-color: #06182d;
}
.cid-rZqasE8Bhf .copyright {
  display: flex;
}
@media (max-width: 992px) {
  .cid-rZqasE8Bhf .copyright {
    margin-bottom: 1rem;
  }
}
.cid-rZqasE8Bhf .text-wrap {
  transition: all 0.3s;
  padding: 23px;
  bottom: 0;
  z-index: 2;
  height: 100%;
  display: flex;
  flex-direction: row;
  justify-content: center;
  align-items: flex-end;
  width: 100%;
  overflow: hidden;
  position: relative;
}
.cid-rZqasE8Bhf .text-wrap .icons-wrap .icon-wrapper {
  background: #06182d;
  display: flex;
  width: 31px;
  height: 31px;
  justify-content: center;
  align-items: center;
  border-radius: 50%;
  border: 2px solid #384657;
  transition: all 0.3s;
  z-index: 4;
  cursor: pointer;
  margin: 0 0.2rem;
}
.cid-rZqasE8Bhf .text-wrap .icons-wrap .icon-wrapper:hover {
  background: #ff4e3c;
  border-color: #ff4e3c;
}
.cid-rZqasE8Bhf .text-wrap .icons-wrap .icon-wrapper:hover .link-icon {
  color: #ffffde;
}
.cid-rZqasE8Bhf .text-wrap .icons-wrap .icon-wrapper .link-icon {
  display: inline-block;
  color: #ffffde;
  transition: all 0.3s;
  font-size: 14px;
  justify-content: center;
}
.cid-rZqasE8Bhf .text-wrap .icons-wrap::before {
  height: 2px;
  width: 100%;
  top: 50%;
  right: 58%;
  position: absolute;
  display: inline-block;
  content: "";
  background-color: #384657;
}
@media (max-width: 992px) {
  .cid-rZqasE8Bhf .text-wrap .icons-wrap::before {
    display: none;
  }
}
.cid-rZqasE8Bhf .text-wrap .icons-wrap::after {
  height: 2px;
  width: 100%;
  top: 50%;
  left: 58%;
  position: absolute;
  display: inline-block;
  content: "";
  background-color: #384657;
}
@media (max-width: 992px) {
  .cid-rZqasE8Bhf .text-wrap .icons-wrap::after {
    display: none;
  }
}
.cid-smPrv26dwK .dropdown-item:before {
  font-family: MobiriseIcons !important;
  content: '\e966';
  display: inline-block;
  width: 0;
  position: absolute;
  left: 1rem;
  color: #ff513c;
  top: 50%;
  font-size: 1rem;
  vertical-align: middle;
  text-align: center;
  overflow: hidden;
  -webkit-transform: translateY(-50%) scale(0, 1);
  transform: translateY(-50%) scale(0, 1);
  -webkit-transition: all 0.25s ease-in-out;
  -moz-transition: all 0.25s ease-in-out;
  transition: all 0.25s ease-in-out;
}
.cid-smPrv26dwK .navbar-buttons {
  flex-wrap: wrap;
}
.cid-smPrv26dwK .nav-item,
.cid-smPrv26dwK .nav-link,
.cid-smPrv26dwK .navbar-caption {
  font-weight: normal;
}
.cid-smPrv26dwK .nav-item:focus,
.cid-smPrv26dwK .nav-link:focus {
  outline: none;
}
@media (min-width: 992px) {
  .cid-smPrv26dwK .dropdown-item:hover:before {
    -webkit-transform: translateY(-50%) scale(1, 1);
    transform: translateY(-50%) scale(1, 1);
    width: 1rem;
  }
  .cid-smPrv26dwK .nav-item .nav-link {
    position: relative;
  }
  .cid-smPrv26dwK .nav-item .nav-link:before {
    content: '';
    position: absolute;
    z-index: 3;
    left: 0;
    right: 100%;
    bottom: -0.2em;
    background: #ff513c;
    height: 3px;
    -webkit-transition-property: right;
    transition-property: right;
    -webkit-transition-duration: 0.3s;
    transition-duration: 0.3s;
    -webkit-transition-timing-function: ease-out;
    transition-timing-function: ease-out;
  }
  .cid-smPrv26dwK .nav-item:hover .nav-link:before,
  .cid-smPrv26dwK .nav-item.open .nav-link:before {
    right: 0;
  }
}
.cid-smPrv26dwK .dropdown .dropdown-menu .dropdown-item {
  width: auto;
  -webkit-transition: all 0.5s ease-in-out;
  -moz-transition: all 0.5s ease-in-out;
  transition: all 0.5s ease-in-out;
}
.cid-smPrv26dwK .dropdown .dropdown-menu .dropdown-item::after {
  right: 0.5rem;
}
.cid-smPrv26dwK .dropdown .dropdown-menu .dropdown-item:hover {
  padding-right: 1rem;
  padding-left: 3rem;
}
.cid-smPrv26dwK .dropdown .dropdown-menu .dropdown-item:hover .soc-item .mbr-iconfont:before {
  -webkit-transform: scale(0, 1);
  transform: scale(0, 1);
}
.cid-smPrv26dwK .dropdown .dropdown-menu .dropdown-item .soc-item .mbr-iconfont {
  margin-left: -1.8rem;
  padding-right: 1rem;
  font-size: inherit;
}
.cid-smPrv26dwK .dropdown .dropdown-menu .dropdown-item .soc-item .mbr-iconfont:before {
  display: inline-block;
  -webkit-transform: scale(1, 1);
  transform: scale(1, 1);
  -webkit-transition: all 0.25s ease-in-out;
  -moz-transition: all 0.25s ease-in-out;
  transition: all 0.25s ease-in-out;
}
.cid-smPrv26dwK .navbar {
  min-height: 77px;
  transition: all 0.3s;
  background: #06182d;
  background: none;
}
.cid-smPrv26dwK .navbar.opened {
  transition: all 0.3s;
  background: #06182d !important;
}
.cid-smPrv26dwK .navbar .dropdown-item {
  padding: 0.235rem 2rem;
}
.cid-smPrv26dwK .navbar .navbar-collapse {
  -webkit-justify-content: flex-end;
  justify-content: flex-end;
  z-index: 1;
}
@media (max-width: 991px) {
  .cid-smPrv26dwK .navbar .nav-item .nav-link::before {
    display: none;
  }
  .cid-smPrv26dwK .navbar.opened .dropdown-menu {
    top: 0;
  }
  .cid-smPrv26dwK .navbar .dropdown-menu {
    background: transparent !important;
  }
  .cid-smPrv26dwK .navbar .dropdown-menu .dropdown-submenu {
    left: 0 !important;
  }
  .cid-smPrv26dwK .navbar .dropdown-menu .dropdown-item:after {
    right: auto;
  }
  .cid-smPrv26dwK .navbar .dropdown-menu .dropdown-toggle[data-toggle='dropdown-submenu']:after {
    margin-left: 0.25rem;
    border-top: 0.35em solid;
    border-right: 0.35em solid transparent;
    border-left: 0.35em solid transparent;
    border-bottom: 0;
    top: 55%;
  }
  .cid-smPrv26dwK .navbar .navbar-logo img {
    height: 3.8rem !important;
    width: auto;
  }
  .cid-smPrv26dwK .navbar ul.navbar-nav li {
    margin: auto;
  }
  .cid-smPrv26dwK .navbar .dropdown-menu .dropdown-item {
    padding: 0.25rem 1.5rem !important;
    text-align: center;
  }
  .cid-smPrv26dwK .navbar .navbar-brand {
    -webkit-flex-shrink: initial;
    flex-shrink: initial;
    -webkit-flex-basis: auto;
    flex-basis: auto;
    word-break: break-word;
  }
  .cid-smPrv26dwK .navbar .navbar-toggler {
    -webkit-flex-basis: auto;
    flex-basis: auto;
  }
  .cid-smPrv26dwK .navbar .icons-menu {
    padding-left: 0;
    padding-top: 0.5rem;
    padding-bottom: 0.5rem;
  }
}
.cid-smPrv26dwK .navbar.navbar-short {
  background: #06182d !important;
  min-height: 60px;
}
.cid-smPrv26dwK .navbar.navbar-short .navbar-logo img {
  height: 3rem !important;
  width: auto;
}
.cid-smPrv26dwK .navbar.navbar-short .navbar-brand {
  padding: 0;
}
.cid-smPrv26dwK .navbar-brand {
  -webkit-flex-shrink: 0;
  flex-shrink: 0;
  -webkit-align-items: center;
  align-items: center;
  margin-right: 0;
  padding: 0;
  transition: all 0.3s;
  word-break: break-word;
  z-index: 1;
}
.cid-smPrv26dwK .navbar-brand .navbar-caption {
  line-height: inherit !important;
}
.cid-smPrv26dwK .navbar-brand .navbar-logo a {
  outline: none;
}
.cid-smPrv26dwK .navbar-brand .navbar-logo a img {
  width: auto;
}
.cid-smPrv26dwK .dropdown-item.active,
.cid-smPrv26dwK .dropdown-item:active {
  background-color: transparent;
}
.cid-smPrv26dwK .navbar-expand-lg .navbar-nav .nav-link {
  padding: 0;
}
.cid-smPrv26dwK .nav-dropdown .link.dropdown-toggle {
  margin-right: 1.667em;
}
.cid-smPrv26dwK .nav-dropdown .link.dropdown-toggle[aria-expanded='true'] {
  margin-right: 0;
  padding: 0.667em 1.667em;
}
.cid-smPrv26dwK .navbar.navbar-expand-lg .dropdown .dropdown-menu {
  background: #06182d;
  z-index: 2;
}
.cid-smPrv26dwK .navbar.navbar-expand-lg .dropdown .dropdown-menu .dropdown-submenu {
  margin: 0;
  left: 100%;
}
.cid-smPrv26dwK .navbar .dropdown.open > .dropdown-menu {
  display: block;
}
.cid-smPrv26dwK ul.navbar-nav {
  -webkit-flex-wrap: wrap;
  flex-wrap: wrap;
}
.cid-smPrv26dwK .navbar-buttons {
  text-align: center;
}
.cid-smPrv26dwK button.navbar-toggler {
  outline: none;
  width: 31px;
  height: 20px;
  cursor: pointer;
  transition: all 0.2s;
  position: relative;
  -webkit-align-self: center;
  align-self: center;
}
.cid-smPrv26dwK button.navbar-toggler .hamburger span {
  position: absolute;
  right: 0;
  width: 30px;
  height: 2px;
  border-right: 5px;
  background-color: #232323;
}
.cid-smPrv26dwK button.navbar-toggler .hamburger span:nth-child(1) {
  top: 0;
  transition: all 0.2s;
}
.cid-smPrv26dwK button.navbar-toggler .hamburger span:nth-child(2) {
  top: 8px;
  transition: all 0.15s;
}
.cid-smPrv26dwK button.navbar-toggler .hamburger span:nth-child(3) {
  top: 8px;
  transition: all 0.15s;
}
.cid-smPrv26dwK button.navbar-toggler .hamburger span:nth-child(4) {
  top: 16px;
  transition: all 0.2s;
}
.cid-smPrv26dwK nav.opened .hamburger span:nth-child(1) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-smPrv26dwK nav.opened .hamburger span:nth-child(2) {
  -webkit-transform: rotate(45deg);
  transform: rotate(45deg);
  transition: all 0.25s;
}
.cid-smPrv26dwK nav.opened .hamburger span:nth-child(3) {
  -webkit-transform: rotate(-45deg);
  transform: rotate(-45deg);
  transition: all 0.25s;
}
.cid-smPrv26dwK nav.opened .hamburger span:nth-child(4) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-smPrv26dwK .navbar-dropdown {
  padding: 0.5rem 1rem;
  position: fixed;
}
.cid-smPrv26dwK a.nav-link {
  -webkit-justify-content: center;
  justify-content: center;
  display: flex;
  -webkit-align-items: center;
  align-items: center;
}
.cid-smPrv26dwK .soc-item .mbr-iconfont {
  font-size: 1rem;
  color: #282f39;
  display: inline-flex;
}
.cid-smPrv26dwK .soc-item .mbr-iconfont:before {
  padding: 0.5rem;
  border: 1px solid;
  border-radius: 100px;
}
.cid-smPrv26dwK .soc-item {
  margin: 0.5rem 0.3rem;
}
.cid-smPrv26dwK .icons-menu {
  -webkit-flex-wrap: wrap;
  flex-wrap: wrap;
  display: flex;
  -webkit-justify-content: center;
  justify-content: center;
  padding-left: 1rem;
  text-align: center;
  -webkit-align-items: center;
  align-items: center;
}
.cid-smPrv26dwK a.nav-link .mbr-iconfont-btn,
.cid-smPrv26dwK a.dropdown-item .mbr-iconfont-btn {
  margin-right: 10px;
}
.cid-smPrv26dwK a.nav-link:hover .mbr-iconfont-btn,
.cid-smPrv26dwK a.dropdown-item:hover .mbr-iconfont-btn {
  opacity: 0;
  margin-left: -20px;
}
.cid-smPrv26dwK a.dropdown-item .mbr-iconfont-btn {
  margin-top: -4px;
}
@media screen and (-ms-high-contrast: active), (-ms-high-contrast: none) {
  .cid-smPrv26dwK .navbar {
    height: 77px;
  }
  .cid-smPrv26dwK .navbar.opened {
    height: auto;
  }
  .cid-smPrv26dwK .nav-item .nav-link:hover::before {
    width: 175%;
    max-width: calc(100% + 2rem);
    left: -1rem;
  }
}
.cid-smPrv36T9w {
  background-image: url("../../../assets/images/main-bnr3-1920x1080.jpg");
}
.cid-smPrv36T9w .block {
  height: 288px;
}
@media (max-width: 992px) {
  .cid-smPrv36T9w .block {
    height: 144px;
  }
}
.cid-smPrv3Drkd {
  padding-top: 45px;
  padding-bottom: 45px;
  background-color: #f3f3f3;
}
.cid-smPrv3Drkd .mbr-text {
  position: relative;
  text-align: center;
}
.cid-smPrv3Drkd .mbr-text:before {
  color: #f3f3f3;
  content: "\201C";
  font-size: 3em;
  line-height: 0.1em;
  margin-right: 0.2em;
  vertical-align: -0.4em;
  position: absolute;
  top: 10px;
  left: -2rem;
}
.cid-smPrv3Drkd img {
  object-fit: contain;
}
.cid-smPrv3Drkd .mbr-text:after {
  color: #f3f3f3;
  content: "\201D";
  font-size: 3em;
  line-height: 0.1em;
  vertical-align: -0.45em;
  position: absolute;
  bottom: 10px;
  right: -2rem;
}
@media (max-width: 767px) {
  .cid-smPrv3Drkd .mbr-text:after,
  .cid-smPrv3Drkd .mbr-text:before {
    display: none;
  }
}
.cid-smPrRD0hmD {
  padding-top: 45px;
  padding-bottom: 45px;
  background-color: #ffffff;
}
.cid-smPrRD0hmD .img-wrap img {
  width: 100%;
  position: relative;
  z-index: 1;
}
.cid-smPrRD0hmD .card {
  border-radius: 0;
  margin: auto 0;
}
.cid-smPrRD0hmD .card .wrapper {
  overflow: hidden;
}
.cid-smPrRD0hmD .card .wrapper .mbr-section-title {
  color: #06182d;
}
.cid-smPrRD0hmD .card .wrapper .mbr-section-title span {
  line-height: 1;
  color: #ffffff;
  padding: 0 6px 1px 5px;
  transform: skew(-14deg);
  background: #ff5e3a;
  background: linear-gradient(#ff5e3a 0%, #ff653c 69%, #ff4e3c 100%);
  display: inline-block;
  font-weight: 500;
  letter-spacing: 0;
  position: relative;
}
.cid-smPrRD0hmD .card .wrapper .mbr-section-subtitle {
  color: #06182d;
}
.cid-smPrRD0hmD .card .wrapper .mbr-section-subtitle.display-7 {
  letter-spacing: 0;
}
.cid-smPrRD0hmD .card .wrapper .mbr-text {
  color: #61728a;
  font-weight: 300;
}
.cid-smPrRD0hmD .card .wrapper .sign-wrap {
  text-align: center;
  overflow: hidden;
  position: relative;
}
.cid-smPrRD0hmD .card .wrapper .sign-wrap::before {
  right: 65.8%;
  height: 2px;
  transform: translateY(-50%);
  width: 250px;
  top: 50%;
  position: absolute;
  display: inline-block;
  content: "";
  background-color: #dfe3e8;
}
.cid-smPrRD0hmD .card .wrapper .sign-wrap::after {
  left: 65.9%;
  height: 2px;
  transform: translateY(-50%);
  width: 250px;
  top: 50%;
  position: absolute;
  display: inline-block;
  content: "";
  background-color: #dfe3e8;
}
.cid-smPrRD0hmD .card .wrapper .sign-wrap img {
  width: 140px;
}
.cid-smPthG8pLw {
  padding-top: 45px;
  padding-bottom: 45px;
  background-color: #f3f3f3;
}
.cid-smPthG8pLw .row {
  flex-direction: row-reverse;
}
.cid-smPthG8pLw .img-wrap img {
  width: 100%;
  position: relative;
  z-index: 1;
}
.cid-smPthG8pLw .card {
  border-radius: 0;
  margin: auto 0;
}
.cid-smPthG8pLw .card .wrapper {
  overflow: hidden;
}
.cid-smPthG8pLw .card .wrapper .mbr-section-title {
  color: #06182d;
}
.cid-smPthG8pLw .card .wrapper .mbr-section-title span {
  line-height: 1;
  color: #ffffff;
  padding: 0 6px 1px 5px;
  transform: skew(-14deg);
  background: #ff5e3a;
  background: linear-gradient(#ff5e3a 0%, #ff653c 69%, #ff4e3c 100%);
  display: inline-block;
  font-weight: 500;
  letter-spacing: 0;
  position: relative;
}
.cid-smPthG8pLw .card .wrapper .mbr-section-subtitle {
  color: #06182d;
}
.cid-smPthG8pLw .card .wrapper .mbr-section-subtitle.display-7 {
  letter-spacing: 0;
}
.cid-smPthG8pLw .card .wrapper .mbr-text {
  color: #61728a;
  font-weight: 300;
}
.cid-smPthG8pLw .card .wrapper .sign-wrap {
  text-align: center;
  overflow: hidden;
  position: relative;
}
.cid-smPthG8pLw .card .wrapper .sign-wrap::before {
  right: 65.8%;
  height: 2px;
  transform: translateY(-50%);
  width: 250px;
  top: 50%;
  position: absolute;
  display: inline-block;
  content: "";
  background-color: #dfe3e8;
}
.cid-smPthG8pLw .card .wrapper .sign-wrap::after {
  left: 65.9%;
  height: 2px;
  transform: translateY(-50%);
  width: 250px;
  top: 50%;
  position: absolute;
  display: inline-block;
  content: "";
  background-color: #dfe3e8;
}
.cid-smPthG8pLw .card .wrapper .sign-wrap img {
  width: 140px;
}
.cid-smPtWTyFMw {
  padding-top: 45px;
  padding-bottom: 45px;
  background-color: #ffffff;
}
.cid-smPtWTyFMw .img-wrap img {
  width: 100%;
  position: relative;
  z-index: 1;
}
.cid-smPtWTyFMw .card {
  border-radius: 0;
  margin: auto 0;
}
.cid-smPtWTyFMw .card .wrapper {
  overflow: hidden;
}
.cid-smPtWTyFMw .card .wrapper .mbr-section-title {
  color: #06182d;
}
.cid-smPtWTyFMw .card .wrapper .mbr-section-title span {
  line-height: 1;
  color: #ffffff;
  padding: 0 6px 1px 5px;
  transform: skew(-14deg);
  background: #ff5e3a;
  background: linear-gradient(#ff5e3a 0%, #ff653c 69%, #ff4e3c 100%);
  display: inline-block;
  font-weight: 500;
  letter-spacing: 0;
  position: relative;
}
.cid-smPtWTyFMw .card .wrapper .mbr-section-subtitle {
  color: #06182d;
}
.cid-smPtWTyFMw .card .wrapper .mbr-section-subtitle.display-7 {
  letter-spacing: 0;
}
.cid-smPtWTyFMw .card .wrapper .mbr-text {
  color: #61728a;
  font-weight: 300;
}
.cid-smPtWTyFMw .card .wrapper .sign-wrap {
  text-align: center;
  overflow: hidden;
  position: relative;
}
.cid-smPtWTyFMw .card .wrapper .sign-wrap::before {
  right: 65.8%;
  height: 2px;
  transform: translateY(-50%);
  width: 250px;
  top: 50%;
  position: absolute;
  display: inline-block;
  content: "";
  background-color: #dfe3e8;
}
.cid-smPtWTyFMw .card .wrapper .sign-wrap::after {
  left: 65.9%;
  height: 2px;
  transform: translateY(-50%);
  width: 250px;
  top: 50%;
  position: absolute;
  display: inline-block;
  content: "";
  background-color: #dfe3e8;
}
.cid-smPtWTyFMw .card .wrapper .sign-wrap img {
  width: 140px;
}
.cid-smPurk6rZa {
  padding-top: 45px;
  padding-bottom: 45px;
  background-color: #f4f6f9;
}
.cid-smPurk6rZa .row {
  flex-direction: row-reverse;
}
.cid-smPurk6rZa .img-wrap img {
  width: 100%;
  position: relative;
  z-index: 1;
}
.cid-smPurk6rZa .card {
  border-radius: 0;
  margin: auto 0;
}
.cid-smPurk6rZa .card .wrapper {
  overflow: hidden;
}
.cid-smPurk6rZa .card .wrapper .mbr-section-title {
  color: #06182d;
}
.cid-smPurk6rZa .card .wrapper .mbr-section-title span {
  line-height: 1;
  color: #ffffff;
  padding: 0 6px 1px 5px;
  transform: skew(-14deg);
  background: #ff5e3a;
  background: linear-gradient(#ff5e3a 0%, #ff653c 69%, #ff4e3c 100%);
  display: inline-block;
  font-weight: 500;
  letter-spacing: 0;
  position: relative;
}
.cid-smPurk6rZa .card .wrapper .mbr-section-subtitle {
  color: #06182d;
}
.cid-smPurk6rZa .card .wrapper .mbr-section-subtitle.display-7 {
  letter-spacing: 0;
}
.cid-smPurk6rZa .card .wrapper .mbr-text {
  color: #61728a;
  font-weight: 300;
}
.cid-smPurk6rZa .card .wrapper .sign-wrap {
  text-align: center;
  overflow: hidden;
  position: relative;
}
.cid-smPurk6rZa .card .wrapper .sign-wrap::before {
  right: 65.8%;
  height: 2px;
  transform: translateY(-50%);
  width: 250px;
  top: 50%;
  position: absolute;
  display: inline-block;
  content: "";
  background-color: #dfe3e8;
}
.cid-smPurk6rZa .card .wrapper .sign-wrap::after {
  left: 65.9%;
  height: 2px;
  transform: translateY(-50%);
  width: 250px;
  top: 50%;
  position: absolute;
  display: inline-block;
  content: "";
  background-color: #dfe3e8;
}
.cid-smPurk6rZa .card .wrapper .sign-wrap img {
  width: 140px;
}
.cid-smPrv4RkUY {
  padding-top: 45px;
  padding-bottom: 30px;
  background-color: #06182d;
}
.cid-smPrv4RkUY .copyright {
  display: flex;
}
@media (max-width: 992px) {
  .cid-smPrv4RkUY .copyright {
    margin-bottom: 1rem;
  }
}
.cid-smPrv4RkUY .text-wrap {
  transition: all 0.3s;
  padding: 23px;
  bottom: 0;
  z-index: 2;
  height: 100%;
  display: flex;
  flex-direction: row;
  justify-content: center;
  align-items: flex-end;
  width: 100%;
  overflow: hidden;
  position: relative;
}
.cid-smPrv4RkUY .text-wrap .icons-wrap .icon-wrapper {
  background: #06182d;
  display: flex;
  width: 31px;
  height: 31px;
  justify-content: center;
  align-items: center;
  border-radius: 50%;
  border: 2px solid #384657;
  transition: all 0.3s;
  z-index: 4;
  cursor: pointer;
  margin: 0 0.2rem;
}
.cid-smPrv4RkUY .text-wrap .icons-wrap .icon-wrapper:hover {
  background: #ff4e3c;
  border-color: #ff4e3c;
}
.cid-smPrv4RkUY .text-wrap .icons-wrap .icon-wrapper:hover .link-icon {
  color: #ffffde;
}
.cid-smPrv4RkUY .text-wrap .icons-wrap .icon-wrapper .link-icon {
  display: inline-block;
  color: #ffffde;
  transition: all 0.3s;
  font-size: 14px;
  justify-content: center;
}
.cid-smPrv4RkUY .text-wrap .icons-wrap::before {
  height: 2px;
  width: 100%;
  top: 50%;
  right: 58%;
  position: absolute;
  display: inline-block;
  content: "";
  background-color: #384657;
}
@media (max-width: 992px) {
  .cid-smPrv4RkUY .text-wrap .icons-wrap::before {
    display: none;
  }
}
.cid-smPrv4RkUY .text-wrap .icons-wrap::after {
  height: 2px;
  width: 100%;
  top: 50%;
  left: 58%;
  position: absolute;
  display: inline-block;
  content: "";
  background-color: #384657;
}
@media (max-width: 992px) {
  .cid-smPrv4RkUY .text-wrap .icons-wrap::after {
    display: none;
  }
}
