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.2rem;
  line-height: 1.3;
}
.display-2 > .mbr-iconfont {
  font-size: 3.52rem;
}
.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: 3rem;
  line-height: 1.3;
}
.display-5 > .mbr-iconfont {
  font-size: 4.8rem;
}
.display-7 {
  font-family: 'Poppins', sans-serif;
  font-size: 1.25rem;
  line-height: 2;
}
.display-7 > .mbr-iconfont {
  font-size: 2rem;
}
/* ---- 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: 1.76rem;
    font-size: calc( 1.42rem + (2.2 - 1.42) * ((100vw - 20rem) / (48 - 20)));
    line-height: calc( 1.3 * (1.42rem + (2.2 - 1.42) * ((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: 2.4rem;
    font-size: calc( 1.7rem + (3 - 1.7) * ((100vw - 20rem) / (48 - 20)));
    line-height: calc( 1.4 * (1.7rem + (3 - 1.7) * ((100vw - 20rem) / (48 - 20))));
  }
  .display-7 {
    font-size: 1rem;
    font-size: calc( 1.0875rem + (1.25 - 1.0875) * ((100vw - 20rem) / (48 - 20)));
    line-height: calc( 1.4 * (1.0875rem + (1.25 - 1.0875) * ((100vw - 20rem) / (48 - 20))));
  }
}
/* 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: #55acee !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: #55acee !important;
  border-color: #55acee !important;
  color: #ffffff !important;
}
.btn-danger:hover,
.btn-danger:focus,
.btn-danger.focus,
.btn-danger.active {
  color: #ffffff !important;
  background-color: #1689e0 !important;
  border-color: #1689e0 !important;
}
.btn-danger.disabled,
.btn-danger:disabled {
  color: #ffffff !important;
  background-color: #1689e0 !important;
  border-color: #1689e0 !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: #55acee;
  color: #55acee;
}
.btn-danger-outline:hover,
.btn-danger-outline:focus,
.btn-danger-outline.focus,
.btn-danger-outline.active {
  color: #ffffff;
  background-color: #55acee;
  border-color: #55acee;
}
.btn-danger-outline.disabled,
.btn-danger-outline:disabled {
  color: #ffffff !important;
  background-color: #55acee !important;
  border-color: #55acee !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: #55acee !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: #b2d9f7 !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: #55acee;
}
.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: #ffffff;
}
/* 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-rZq2OOWt7M .dropdown-item:before {
  font-family: MobiriseIcons !important;
  content: '\e966';
  display: inline-block;
  width: 16px;
  position: absolute;
  right: 1rem;
  top: 30%;
  line-height: 1;
  font-size: inherit;
  vertical-align: middle;
  text-align: center;
  transform: scale(0, 1);
  transition: all 0.25s ease-in-out;
}
.cid-rZq2OOWt7M .nav-item,
.cid-rZq2OOWt7M .nav-link,
.cid-rZq2OOWt7M .navbar-caption {
  font-weight: normal;
}
.cid-rZq2OOWt7M .nav-item:focus,
.cid-rZq2OOWt7M .nav-link:focus {
  outline: none;
}
@media (min-width: 992px) {
  .cid-rZq2OOWt7M .dropdown-item:hover:before {
    transform: scale(1, 1);
  }
}
.cid-rZq2OOWt7M .dropdown .dropdown-menu .dropdown-item {
  display: flex;
  align-items: center;
  width: auto;
  transition: all 0.25s ease-in-out;
}
.cid-rZq2OOWt7M .dropdown .dropdown-menu .dropdown-item::after {
  right: 1rem;
}
.cid-rZq2OOWt7M .dropdown .dropdown-menu .dropdown-item:hover .mbr-iconfont:before {
  transform: scale(0, 1);
}
.cid-rZq2OOWt7M .dropdown .dropdown-menu .dropdown-item.dropdown-toggle:before {
  display: none;
}
.cid-rZq2OOWt7M .dropdown .dropdown-menu .dropdown-item .mbr-iconfont {
  margin-left: -1.8rem;
  padding-right: 1rem;
  font-size: inherit;
}
.cid-rZq2OOWt7M .dropdown .dropdown-menu .dropdown-item .mbr-iconfont:before {
  display: inline-block;
  transform: scale(1, 1);
  transition: all 0.25s ease-in-out;
}
.cid-rZq2OOWt7M .collapsed .dropdown-menu .dropdown-item:before {
  display: none;
}
.cid-rZq2OOWt7M .collapsed .dropdown .dropdown-menu .dropdown-item {
  padding: 0.235em 1.5em 0.235em 1.5em !important;
  transition: none;
  margin: 0 !important;
}
.cid-rZq2OOWt7M .collapsed .icons-menu {
  padding-left: 16px;
}
.cid-rZq2OOWt7M .navbar {
  min-height: 77px;
  transition: all .3s;
  background: #0e1b28;
}
.cid-rZq2OOWt7M .navbar.opened {
  transition: all .3s;
  background: #0e1b28 !important;
}
.cid-rZq2OOWt7M .navbar .dropdown-item {
  padding: .235rem 2.5rem .235rem 1.5rem;
}
.cid-rZq2OOWt7M .navbar .navbar-collapse {
  justify-content: flex-end;
  z-index: 1;
}
.cid-rZq2OOWt7M .navbar.collapsed .nav-item .nav-link::before {
  display: none;
}
.cid-rZq2OOWt7M .navbar.collapsed.opened .dropdown-menu {
  top: 0;
}
@media (min-width: 992px) {
  .cid-rZq2OOWt7M .navbar.collapsed.opened:not(.navbar-short) .navbar-collapse {
    max-height: calc(100vh - 4.7rem - 1rem);
  }
}
.cid-rZq2OOWt7M .navbar.collapsed .dropdown-menu {
  background: transparent !important;
}
.cid-rZq2OOWt7M .navbar.collapsed .dropdown-menu .dropdown-submenu {
  left: 0 !important;
}
.cid-rZq2OOWt7M .navbar.collapsed .dropdown-menu .dropdown-toggle[data-toggle="dropdown-submenu"]:after {
  margin-left: .25rem;
  border-top: 0.35em solid;
  border-right: 0.35em solid transparent;
  border-left: 0.35em solid transparent;
  border-bottom: 0;
  top: 55%;
}
.cid-rZq2OOWt7M .navbar.collapsed ul.navbar-nav li {
  margin: auto;
}
.cid-rZq2OOWt7M .navbar.collapsed .dropdown-menu .dropdown-item {
  padding: .25rem 1.5rem;
  text-align: center;
  justify-content: center;
}
.cid-rZq2OOWt7M .navbar.collapsed .icons-menu {
  padding-top: .5rem;
  padding-bottom: .5rem;
}
@media (max-width: 991px) {
  .cid-rZq2OOWt7M .navbar .nav-item .nav-link::before {
    display: none;
  }
  .cid-rZq2OOWt7M .navbar.opened .dropdown-menu {
    top: 0;
  }
  .cid-rZq2OOWt7M .navbar .dropdown-menu {
    background: transparent !important;
  }
  .cid-rZq2OOWt7M .navbar .dropdown-menu .dropdown-submenu {
    left: 0 !important;
  }
  .cid-rZq2OOWt7M .navbar .dropdown-menu .dropdown-toggle[data-toggle="dropdown-submenu"]:after {
    margin-left: .25rem;
    border-top: 0.35em solid;
    border-right: 0.35em solid transparent;
    border-left: 0.35em solid transparent;
    border-bottom: 0;
    top: 55%;
  }
  .cid-rZq2OOWt7M .navbar .navbar-logo img {
    height: 3.8rem !important;
  }
  .cid-rZq2OOWt7M .navbar ul.navbar-nav li {
    margin: auto;
  }
  .cid-rZq2OOWt7M .navbar .dropdown-menu .dropdown-item {
    padding: .25rem 1.5rem !important;
    text-align: center;
    justify-content: center;
  }
  .cid-rZq2OOWt7M .navbar .navbar-brand {
    flex-shrink: initial;
    flex-basis: auto;
    word-break: break-word;
  }
  .cid-rZq2OOWt7M .navbar .navbar-toggler {
    flex-basis: auto;
  }
  .cid-rZq2OOWt7M .navbar .icons-menu {
    padding-left: 0;
    padding-top: .5rem;
    padding-bottom: .5rem;
  }
}
.cid-rZq2OOWt7M .navbar.navbar-short {
  background: #0e1b28 !important;
  min-height: 60px;
}
.cid-rZq2OOWt7M .navbar.navbar-short .navbar-logo img {
  height: 3rem !important;
}
.cid-rZq2OOWt7M .navbar.navbar-short .navbar-brand {
  padding: 0;
}
.cid-rZq2OOWt7M .navbar-brand {
  flex-shrink: 0;
  align-items: center;
  margin-right: 0;
  padding: 0;
  transition: all .3s;
  word-break: break-word;
  z-index: 1;
}
.cid-rZq2OOWt7M .navbar-brand .navbar-caption {
  line-height: inherit !important;
}
.cid-rZq2OOWt7M .navbar-brand .navbar-logo a {
  outline: none;
}
.cid-rZq2OOWt7M .dropdown-item.active,
.cid-rZq2OOWt7M .dropdown-item:active {
  background-color: transparent;
}
.cid-rZq2OOWt7M .nav-dropdown .link.dropdown-toggle {
  margin-right: 1.667em;
}
.cid-rZq2OOWt7M .nav-dropdown .link.dropdown-toggle[aria-expanded="true"] {
  margin-right: 0;
  padding: 0.667em 1.667em;
}
.cid-rZq2OOWt7M .navbar.navbar-expand-lg .dropdown .dropdown-menu {
  background: #0e1b28;
}
.cid-rZq2OOWt7M .navbar.navbar-expand-lg .dropdown .dropdown-menu .dropdown-submenu {
  margin: 0;
  left: 100%;
}
.cid-rZq2OOWt7M .navbar .dropdown.open > .dropdown-menu {
  display: block;
}
.cid-rZq2OOWt7M ul.navbar-nav {
  flex-wrap: wrap;
}
.cid-rZq2OOWt7M .navbar-buttons {
  text-align: center;
}
.cid-rZq2OOWt7M .navbar-buttons .btn.btn-sm {
  padding: 6px 24px !important;
  min-width: 140px;
  line-height: 1.5;
}
.cid-rZq2OOWt7M button.navbar-toggler {
  outline: none;
  width: 31px;
  height: 20px;
  cursor: pointer;
  transition: all .2s;
  position: relative;
  align-self: center;
}
.cid-rZq2OOWt7M button.navbar-toggler .hamburger span {
  position: absolute;
  right: 0;
  width: 30px;
  height: 2px;
  border-right: 5px;
  background-color: #ffffff;
}
.cid-rZq2OOWt7M button.navbar-toggler .hamburger span:nth-child(1) {
  top: 0;
  transition: all .2s;
}
.cid-rZq2OOWt7M button.navbar-toggler .hamburger span:nth-child(2) {
  top: 8px;
  transition: all .15s;
}
.cid-rZq2OOWt7M button.navbar-toggler .hamburger span:nth-child(3) {
  top: 8px;
  transition: all .15s;
}
.cid-rZq2OOWt7M button.navbar-toggler .hamburger span:nth-child(4) {
  top: 16px;
  transition: all .2s;
}
.cid-rZq2OOWt7M nav.opened .hamburger span:nth-child(1) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all .2s;
}
.cid-rZq2OOWt7M nav.opened .hamburger span:nth-child(2) {
  transform: rotate(45deg);
  transition: all .25s;
}
.cid-rZq2OOWt7M nav.opened .hamburger span:nth-child(3) {
  transform: rotate(-45deg);
  transition: all .25s;
}
.cid-rZq2OOWt7M nav.opened .hamburger span:nth-child(4) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all .2s;
}
.cid-rZq2OOWt7M .navbar-dropdown {
  padding: .5rem 1rem;
  position: fixed;
}
.cid-rZq2OOWt7M a.nav-link {
  justify-content: center;
  display: flex;
  align-items: center;
}
.cid-rZq2OOWt7M .mbr-iconfont {
  font-size: 1rem;
  color: #ffffff;
  display: inline-flex;
}
.cid-rZq2OOWt7M .soc-item {
  margin: .5rem .3rem;
}
.cid-rZq2OOWt7M .icons-menu {
  flex-wrap: wrap;
  display: flex;
  justify-content: center;
  padding-right: 1rem;
  text-align: center;
  align-items: center;
}
@media screen and (-ms-high-contrast: active), (-ms-high-contrast: none) {
  .cid-rZq2OOWt7M .navbar {
    height: 77px;
  }
  .cid-rZq2OOWt7M .navbar.opened {
    height: auto;
  }
  .cid-rZq2OOWt7M .nav-item .nav-link:hover::before {
    width: 175%;
    max-width: calc(100% + 2rem);
    left: -1rem;
  }
}
.cid-rZq2PVdUqR {
  padding-top: 225px;
  padding-bottom: 60px;
  background-image: url("../../../assets/images/ltalnos-626x625.jpg");
}
.cid-rZq2PVdUqR .link-align {
  width: 100%;
}
.cid-rZq2PVdUqR .link-wrap {
  display: inline-block;
}
.cid-rZq2PVdUqR .link {
  position: relative;
  cursor: pointer;
  width: fit-content;
  letter-spacing: 1px;
  margin-left: 80px;
  color: #ffffff;
}
.cid-rZq2PVdUqR .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-rZq2PVdUqR .wrap .mask {
  background: #ff5e3a;
  background: linear-gradient(#ff5e3a 0%, #ff653c 69%, #ff4e3c 100%);
  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: 83%;
  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-rZq2PVdUqR .wrap .mask {
    background: none;
    min-height: auto;
  }
}
.cid-rZq2PVdUqR .wrap .mbr-section-subtitle {
  line-height: 1;
}
.cid-rZq2PVdUqR .wrap .price {
  color: #fff000;
}
@media (min-width: 992px) {
  .cid-rZq2PVdUqR .wrap .mbr-section-title.display-1 {
    font-size: 100px;
    line-height: 1;
  }
}
@media (max-width: 767px) {
  .cid-rZq2PVdUqR .mbr-text {
    text-align: right;
  }
}
.cid-rZq2Qp1W1C {
  padding-top: 60px;
  padding-bottom: 60px;
  background-image: url("../../../assets/images/background3.jpg");
}
.cid-rZq2Qp1W1C .mbr-section-title {
  color: #06182d;
}
.cid-rZq2Qp1W1C .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-rZq2Qp1W1C .mbr-section-subtitle {
  color: #06182d;
}
.cid-rZq2Qp1W1C .mbr-section-subtitle.display-7 {
  letter-spacing: 0;
}
.cid-rZq2Qp1W1C .mbr-section-text {
  color: #999999;
}
.cid-rZq2Qp1W1C .nav-tabs .nav-item.open .nav-link:focus,
.cid-rZq2Qp1W1C .nav-tabs .nav-link.active:focus {
  outline: none;
}
.cid-rZq2Qp1W1C .nav-tabs {
  flex-wrap: wrap;
  flex-direction: column;
  border-bottom: 1px solid #e5e5e5;
}
.cid-rZq2Qp1W1C .nav-tabs .nav-item {
  margin-right: 4px;
}
.cid-rZq2Qp1W1C .nav-tabs .nav-link {
  color: #ff513c;
  font-style: normal;
  font-weight: 300;
  transition: all .5s;
  border: none;
  border-radius: 0 !important;
  background-color: #e5e5e5;
  padding: 1rem 2.2rem;
}
.cid-rZq2Qp1W1C .nav-tabs .nav-link:hover {
  cursor: pointer;
  color: #ff513c;
}
.cid-rZq2Qp1W1C .nav-tabs .nav-link.active {
  font-weight: 500;
  color: #ffffff;
  font-style: normal;
  background-color: #ff513c;
}
.cid-rZq2Qp1W1C P {
  color: #879a9f;
}
@media (max-width: 576px) {
  .cid-rZq2Qp1W1C .nav-tabs {
    flex-direction: column;
    justify-content: center;
  }
  .cid-rZq2Qp1W1C .mbr-text,
  .cid-rZq2Qp1W1C .nav-link {
    text-align: center;
  }
}
.cid-rZq2Qp1W1C .img-wrap img {
  width: 100%;
}
.cid-rZq2Qp1W1C .mbr-section-title,
.cid-rZq2Qp1W1C .col {
  text-align: left;
  color: #000000;
}
.cid-rZq2Qp1W1C .mbr-text,
.cid-rZq2Qp1W1C .col {
  color: #0a1c44;
}
.cid-sbBBMkNKf8 {
  padding-top: 60px;
  padding-bottom: 60px;
  background-image: url("../../../assets/images/background3.jpg");
}
.cid-sbBBMkNKf8 .mbr-section-title {
  color: #06182d;
}
.cid-sbBBMkNKf8 .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-sbBBMkNKf8 .mbr-section-subtitle {
  color: #06182d;
}
.cid-sbBBMkNKf8 .mbr-section-subtitle.display-7 {
  letter-spacing: 0;
}
.cid-sbBBMkNKf8 .mbr-section-text {
  color: #999999;
}
.cid-sbBBMkNKf8 .nav-tabs .nav-item.open .nav-link:focus,
.cid-sbBBMkNKf8 .nav-tabs .nav-link.active:focus {
  outline: none;
}
.cid-sbBBMkNKf8 .nav-tabs {
  flex-wrap: wrap;
  flex-direction: column;
  border-bottom: 1px solid #f4f6f9;
}
.cid-sbBBMkNKf8 .nav-tabs .nav-item {
  margin-right: 4px;
}
.cid-sbBBMkNKf8 .nav-tabs .nav-link {
  color: #ff513c;
  font-style: normal;
  font-weight: 300;
  transition: all .5s;
  border: none;
  border-radius: 0 !important;
  background-color: #f4f6f9;
  padding: 1rem 2.2rem;
}
.cid-sbBBMkNKf8 .nav-tabs .nav-link:hover {
  cursor: pointer;
  color: #ff513c;
}
.cid-sbBBMkNKf8 .nav-tabs .nav-link.active {
  font-weight: 500;
  color: #ffffff;
  font-style: normal;
  background-color: #ff513c;
}
.cid-sbBBMkNKf8 P {
  color: #879a9f;
}
@media (max-width: 576px) {
  .cid-sbBBMkNKf8 .nav-tabs {
    flex-direction: column;
    justify-content: center;
  }
  .cid-sbBBMkNKf8 .mbr-text,
  .cid-sbBBMkNKf8 .nav-link {
    text-align: center;
  }
}
.cid-sbBBMkNKf8 .img-wrap img {
  width: 100%;
}
.cid-sbBBMkNKf8 .mbr-text,
.cid-sbBBMkNKf8 .col {
  color: #181818;
}
.cid-sbBBMkNKf8 .mbr-section-title,
.cid-sbBBMkNKf8 .col {
  color: #ff513c;
}
.cid-scar6tYmpC {
  padding-top: 45px;
  padding-bottom: 45px;
  background-color: #0e1b28;
}
.cid-scar6tYmpC .img-wrap {
  display: block;
  position: absolute;
  right: 0;
  left: 0;
  top: 0;
  bottom: 0;
  background-position: 50% 50%;
  z-index: 2;
  background-image: url("../../../assets/images/matrix-full-3145364-960-720-960x540.jpg");
}
.cid-scar6tYmpC .card {
  border-radius: 0;
  margin: auto 0;
}
.cid-scar6tYmpC .card .wrapper .mbr-section-title {
  color: #06182d;
}
.cid-scar6tYmpC .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-scar6tYmpC .card .wrapper .mbr-section-subtitle {
  color: #06182d;
}
.cid-scar6tYmpC .card .wrapper .mbr-section-subtitle.display-7 {
  letter-spacing: 0;
}
.cid-scar6tYmpC .card .wrapper .mbr-text {
  color: #61728a;
  font-weight: 300;
}
.cid-scar6tYmpC .card .wrapper .mbr-list {
  margin-top: 20px;
  color: #606060;
}
.cid-scar6tYmpC .card .wrapper .mbr-list .list {
  list-style-type: none;
  padding-left: 0;
}
.cid-scar6tYmpC .card .wrapper .mbr-list .list li {
  line-height: 1.75;
  padding-top: 5px;
  padding-bottom: 5px;
}
.cid-scar6tYmpC .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-scar6tYmpC .card .wrapper .link-wrap {
  width: 100%;
}
.cid-scar6tYmpC .card .wrapper .link-wrap .link {
  position: relative;
  cursor: pointer;
  letter-spacing: 1px;
  display: inline-block;
  width: fit-content;
  transition: all 0.3s;
  transition-delay: 0.15s;
  text-align: left;
}
.cid-scar6tYmpC .card .wrapper .link-wrap .link:after {
  content: '';
  position: absolute;
  height: 1px;
  width: 100%;
  background: currentColor;
  bottom: -6px;
  opacity: 0.2;
  left: 0;
}
.cid-scar6tYmpC .card .wrapper .link-wrap .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-scar6tYmpC .card .wrapper .link-wrap .link:hover:before {
  width: 100%;
  right: auto;
  left: 0;
}
.cid-scar6tYmpC .card .wrapper .mbr-list,
.cid-scar6tYmpC .social-media,
.cid-scar6tYmpC .mbr-section-btn {
  color: #e5e5e5;
}
.cid-scar6tYmpC .card .wrapper .mbr-text {
  color: #f5f5f5;
}
.cid-sbBeZRja7j {
  padding-top: 45px;
  padding-bottom: 45px;
  background-color: #0e1b28;
}
.cid-sbBeZRja7j .mbr-section-subtitle {
  color: #b6b6b6;
  text-align: center;
}
.cid-sbBeZRja7j .mbr-section-title {
  text-align: center;
  color: #ff5e3a;
}
.cid-sbBeZRja7j .card .card-wrapper {
  overflow: hidden;
  height: 100%;
  color: #ffffff;
  padding: 0;
}
.cid-sbBeZRja7j .card .card-wrapper .card-img {
  position: relative;
}
.cid-sbBeZRja7j .card .card-wrapper .card-img .price-label {
  padding: 11px;
  left: auto;
  top: auto;
  bottom: -20px;
  background-color: #333333;
  z-index: 100;
  position: absolute;
}
.cid-sbBeZRja7j .card .card-wrapper .card-img .price-label .price-text {
  padding: 0;
  margin: 0;
}
.cid-sbBeZRja7j .card .card-wrapper .card-img .price-label .price-text.display-4 {
  line-height: 1.5;
}
.cid-sbBeZRja7j .card .card-wrapper .card-box {
  padding: 1.5rem;
  background-color: #181818;
}
.cid-sbBeZRja7j .card .card-wrapper .card-box .card-title {
  color: #ffffff;
  margin: 0;
  line-height: 1.3;
  padding-bottom: 1rem;
  text-align: left;
}
.cid-sbBeZRja7j .card .card-wrapper .card-box .card-text {
  color: #ffffff;
}
.cid-sbBeZRja7j .card .card-wrapper .card-box .date {
  color: #a1a1a1;
  margin-bottom: 0;
}
.cid-sbBeZRja7j .card .card-wrapper .card-box .link.display-4 .mbr-iconfont {
  font-size: 0.9rem;
}
.cid-sbBeZRja7j .card .card-wrapper .card-box .link .mbr-iconfont {
  align-self: center;
  color: #55acee;
  margin-left: 0.5rem;
}
.cid-sbBeZRja7j .card .card-wrapper .card-box .card-title,
.cid-sbBeZRja7j .link {
  color: #ff4e3c;
  text-align: center;
}
.cid-rZq2Q5RKS3 {
  padding-top: 60px;
  padding-bottom: 90px;
  background-color: #0e1b28;
}
.cid-rZq2Q5RKS3 .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-rZq2Q5RKS3 .card {
  padding: 5px;
  transition: transform 0.6s ease 0s;
}
.cid-rZq2Q5RKS3 .card:hover {
  transform: translateY(-20px);
}
.cid-rZq2Q5RKS3 .card .card-wrapper {
  background: #ff513c;
  background-position: center;
  padding: 40px 20px;
  cursor: pointer;
  transition: all 0.3s;
  background-size: cover;
  display: flex;
  flex-direction: column;
  align-items: center;
}
@media (max-width: 767px) {
  .cid-rZq2Q5RKS3 .card .card-wrapper {
    padding: 2rem 1rem;
  }
}
.cid-rZq2Q5RKS3 .card .card-wrapper .card-box .card-subtitle {
  color: #ffffff;
}
.cid-rZq2Q5RKS3 .card .card-wrapper .card-box .start-from {
  line-height: 1.2;
  margin-bottom: 15px;
}
.cid-rZq2Q5RKS3 .card .card-wrapper .card-box .mbr-usd {
  vertical-align: top;
  display: inline-block;
  color: #fff000;
  line-height: 0.6;
}
.cid-rZq2Q5RKS3 .card .card-wrapper .card-box .mbr-price {
  color: #fff000;
  line-height: 0.6;
}
.cid-rZq2Q5RKS3 .card .card-wrapper .card-box .mbr-text,
.cid-rZq2Q5RKS3 .card .card-wrapper .card-box .link-align {
  color: #ffffff;
}
.cid-rZq2Q5RKS3 .card .card-wrapper .card-box .mbr-list {
  margin-top: 20px;
  color: #ffffff;
}
.cid-rZq2Q5RKS3 .card .card-wrapper .card-box .mbr-list .list {
  list-style-type: none;
  padding-left: 0;
}
.cid-rZq2Q5RKS3 .card .card-wrapper .card-box .mbr-list .list li {
  line-height: 1.75;
}
.cid-rZq2Q5RKS3 .card .card-wrapper .card-box .mbr-list .list li:before {
  font-weight: 900;
  color: #ffffff;
  display: inline-block;
  content: "✓";
  text-align: center;
  line-height: 1.5em;
  transition: all 0.3s;
  width: 25px;
  height: 25px;
}
.cid-rZq2Q5RKS3 .card .card-wrapper .card-box .mbr-list UL {
  text-align: left;
}
.cid-rZq2WrkS07 {
  padding-top: 45px;
  padding-bottom: 45px;
  background-color: #0e1b28;
}
.cid-rZq2WrkS07 .google-map {
  height: 100%;
  min-height: 25rem;
  position: relative;
  width: 100%;
}
.cid-rZq2WrkS07 .google-map iframe {
  min-height: 100%;
  width: 100%;
}
.cid-rZq2WrkS07 .google-map [data-state-details] {
  color: #6b6763;
  font-family: Montserrat;
  height: 1.5em;
  margin-top: -0.75em;
  padding-left: 1.25rem;
  padding-right: 1.25rem;
  position: absolute;
  text-align: center;
  top: 50%;
  width: 100%;
}
.cid-rZq2WrkS07 .google-map[data-state] {
  background: #e9e5dc;
}
.cid-rZq2WrkS07 .google-map[data-state="loading"] [data-state-details] {
  display: none;
}
.cid-rZq2WrkS07 .map-placeholder {
  display: none;
}
.cid-rZq2WrkS07 .group-title {
  text-align: left;
  color: #000000;
  padding-bottom: 0.2rem;
}
.cid-rZq2WrkS07 .card {
  padding: 3rem 8rem;
}
.cid-rZq2WrkS07 .card .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-rZq2WrkS07 .card .mbr-text {
  color: #06182d;
}
.cid-rZq2WrkS07 .card .mbr-text.display-7 {
  letter-spacing: 0;
}
.cid-rZq2WrkS07 .card .items .list-item {
  vertical-align: middle;
  padding-top: 5px;
  padding-bottom: 5px;
  align-items: center;
  -webkit-align-items: center;
}
.cid-rZq2WrkS07 .card .items .list-item .listico {
  display: inline-block;
  padding-right: 1rem;
  font-size: 1.4rem;
}
.cid-rZq2WrkS07 .card .items .list-item .text2 {
  display: inline-block;
  color: #000000;
  text-align: left;
}
.cid-rZq2WrkS07 .card .mbr-section-btn .btn {
  margin: 0 !important;
  padding: 7px 39px;
}
.cid-rZq2WrkS07 .card .mbr-section-btn .btn.display-4 {
  letter-spacing: 0;
}
.cid-rZq2WrkS07 .card .mbr-section-btn .btn-success {
  color: #030f1c;
}
.cid-rZq2WrkS07 .card .social-list {
  display: flex;
  padding-left: 0;
  margin-bottom: 0;
  list-style: none;
  flex-wrap: wrap;
  justify-content: flex-start;
}
.cid-rZq2WrkS07 .card .social-list .soc-item {
  margin: 0 0.3rem;
}
.cid-rZq2WrkS07 .card .social-list .soc-item a {
  margin: 0;
  transition: 0.2s linear;
}
.cid-rZq2WrkS07 .card .social-list .soc-item a .socicon {
  font-size: 1.3rem;
  background: #e9e9e9;
  border-radius: 100%;
  width: 38px;
  height: 38px;
  display: flex;
  align-items: center;
  justify-content: center;
}
.cid-rZq2WrkS07 .card .social-list .soc-item a:hover {
  opacity: 0.4;
}
.cid-rZq2WrkS07 .card .form-group {
  padding-right: 0;
}
.cid-rZq2WrkS07 .card .form-group .form-control {
  background: transparent;
  padding: 0.5rem 1rem;
  min-height: 55px;
  border-radius: 0px;
}
.cid-rZq2WrkS07 .card .btn-primary {
  border: 1px solid #ff513c !important;
}
.cid-rZq2WrkS07 .card .btn-primary:hover {
  border: 1px solid #ff513c !important;
}
@media (max-width: 1200px) {
  .cid-rZq2WrkS07 .card {
    padding: 3rem;
  }
}
@media (max-width: 991px) {
  .cid-rZq2WrkS07 .col-sm-12 {
    margin-bottom: 2rem;
  }
  .cid-rZq2WrkS07 h3 {
    margin-bottom: 10px;
  }
}
@media (max-width: 768px) {
  .cid-rZq2WrkS07 * {
    text-align: center !important;
  }
  .cid-rZq2WrkS07 .card .social-list {
    justify-content: center;
  }
}
@media (max-width: 576px) {
  .cid-rZq2WrkS07 .form-group {
    max-width: 180px;
  }
  .cid-rZq2WrkS07 .card {
    padding: 2rem 1rem;
  }
}
.cid-rZq2WrkS07 .card .items .list-item .text2,
.cid-rZq2WrkS07 .card .items .list-item {
  color: #dfe3e8;
}
.cid-sbDjLnpcqU {
  padding-top: 45px;
  padding-bottom: 30px;
  background-color: #0e1b28;
}
.cid-sbDjLnpcqU .copyright {
  display: flex;
}
@media (max-width: 992px) {
  .cid-sbDjLnpcqU .copyright {
    margin-bottom: 1rem;
  }
}
.cid-sbDjLnpcqU .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-sbDjLnpcqU .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-sbDjLnpcqU .text-wrap .icons-wrap .icon-wrapper:hover {
  background: #ff4e3c;
  border-color: #ff4e3c;
}
.cid-sbDjLnpcqU .text-wrap .icons-wrap .icon-wrapper:hover .link-icon {
  color: #ffffde;
}
.cid-sbDjLnpcqU .text-wrap .icons-wrap .icon-wrapper .link-icon {
  display: inline-block;
  color: #ffffde;
  transition: all 0.3s;
  font-size: 14px;
  justify-content: center;
}
.cid-sbDjLnpcqU .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-sbDjLnpcqU .text-wrap .icons-wrap::before {
    display: none;
  }
}
.cid-sbDjLnpcqU .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-sbDjLnpcqU .text-wrap .icons-wrap::after {
    display: none;
  }
}
.cid-rZq2OOWt7M .dropdown-item:before {
  font-family: MobiriseIcons !important;
  content: '\e966';
  display: inline-block;
  width: 16px;
  position: absolute;
  right: 1rem;
  top: 30%;
  line-height: 1;
  font-size: inherit;
  vertical-align: middle;
  text-align: center;
  transform: scale(0, 1);
  transition: all 0.25s ease-in-out;
}
.cid-rZq2OOWt7M .nav-item,
.cid-rZq2OOWt7M .nav-link,
.cid-rZq2OOWt7M .navbar-caption {
  font-weight: normal;
}
.cid-rZq2OOWt7M .nav-item:focus,
.cid-rZq2OOWt7M .nav-link:focus {
  outline: none;
}
@media (min-width: 992px) {
  .cid-rZq2OOWt7M .dropdown-item:hover:before {
    transform: scale(1, 1);
  }
}
.cid-rZq2OOWt7M .dropdown .dropdown-menu .dropdown-item {
  display: flex;
  align-items: center;
  width: auto;
  transition: all 0.25s ease-in-out;
}
.cid-rZq2OOWt7M .dropdown .dropdown-menu .dropdown-item::after {
  right: 1rem;
}
.cid-rZq2OOWt7M .dropdown .dropdown-menu .dropdown-item:hover .mbr-iconfont:before {
  transform: scale(0, 1);
}
.cid-rZq2OOWt7M .dropdown .dropdown-menu .dropdown-item.dropdown-toggle:before {
  display: none;
}
.cid-rZq2OOWt7M .dropdown .dropdown-menu .dropdown-item .mbr-iconfont {
  margin-left: -1.8rem;
  padding-right: 1rem;
  font-size: inherit;
}
.cid-rZq2OOWt7M .dropdown .dropdown-menu .dropdown-item .mbr-iconfont:before {
  display: inline-block;
  transform: scale(1, 1);
  transition: all 0.25s ease-in-out;
}
.cid-rZq2OOWt7M .collapsed .dropdown-menu .dropdown-item:before {
  display: none;
}
.cid-rZq2OOWt7M .collapsed .dropdown .dropdown-menu .dropdown-item {
  padding: 0.235em 1.5em 0.235em 1.5em !important;
  transition: none;
  margin: 0 !important;
}
.cid-rZq2OOWt7M .collapsed .icons-menu {
  padding-left: 16px;
}
.cid-rZq2OOWt7M .navbar {
  min-height: 77px;
  transition: all .3s;
  background: #0e1b28;
}
.cid-rZq2OOWt7M .navbar.opened {
  transition: all .3s;
  background: #0e1b28 !important;
}
.cid-rZq2OOWt7M .navbar .dropdown-item {
  padding: .235rem 2.5rem .235rem 1.5rem;
}
.cid-rZq2OOWt7M .navbar .navbar-collapse {
  justify-content: flex-end;
  z-index: 1;
}
.cid-rZq2OOWt7M .navbar.collapsed .nav-item .nav-link::before {
  display: none;
}
.cid-rZq2OOWt7M .navbar.collapsed.opened .dropdown-menu {
  top: 0;
}
@media (min-width: 992px) {
  .cid-rZq2OOWt7M .navbar.collapsed.opened:not(.navbar-short) .navbar-collapse {
    max-height: calc(100vh - 4.7rem - 1rem);
  }
}
.cid-rZq2OOWt7M .navbar.collapsed .dropdown-menu {
  background: transparent !important;
}
.cid-rZq2OOWt7M .navbar.collapsed .dropdown-menu .dropdown-submenu {
  left: 0 !important;
}
.cid-rZq2OOWt7M .navbar.collapsed .dropdown-menu .dropdown-toggle[data-toggle="dropdown-submenu"]:after {
  margin-left: .25rem;
  border-top: 0.35em solid;
  border-right: 0.35em solid transparent;
  border-left: 0.35em solid transparent;
  border-bottom: 0;
  top: 55%;
}
.cid-rZq2OOWt7M .navbar.collapsed ul.navbar-nav li {
  margin: auto;
}
.cid-rZq2OOWt7M .navbar.collapsed .dropdown-menu .dropdown-item {
  padding: .25rem 1.5rem;
  text-align: center;
  justify-content: center;
}
.cid-rZq2OOWt7M .navbar.collapsed .icons-menu {
  padding-top: .5rem;
  padding-bottom: .5rem;
}
@media (max-width: 991px) {
  .cid-rZq2OOWt7M .navbar .nav-item .nav-link::before {
    display: none;
  }
  .cid-rZq2OOWt7M .navbar.opened .dropdown-menu {
    top: 0;
  }
  .cid-rZq2OOWt7M .navbar .dropdown-menu {
    background: transparent !important;
  }
  .cid-rZq2OOWt7M .navbar .dropdown-menu .dropdown-submenu {
    left: 0 !important;
  }
  .cid-rZq2OOWt7M .navbar .dropdown-menu .dropdown-toggle[data-toggle="dropdown-submenu"]:after {
    margin-left: .25rem;
    border-top: 0.35em solid;
    border-right: 0.35em solid transparent;
    border-left: 0.35em solid transparent;
    border-bottom: 0;
    top: 55%;
  }
  .cid-rZq2OOWt7M .navbar .navbar-logo img {
    height: 3.8rem !important;
  }
  .cid-rZq2OOWt7M .navbar ul.navbar-nav li {
    margin: auto;
  }
  .cid-rZq2OOWt7M .navbar .dropdown-menu .dropdown-item {
    padding: .25rem 1.5rem !important;
    text-align: center;
    justify-content: center;
  }
  .cid-rZq2OOWt7M .navbar .navbar-brand {
    flex-shrink: initial;
    flex-basis: auto;
    word-break: break-word;
  }
  .cid-rZq2OOWt7M .navbar .navbar-toggler {
    flex-basis: auto;
  }
  .cid-rZq2OOWt7M .navbar .icons-menu {
    padding-left: 0;
    padding-top: .5rem;
    padding-bottom: .5rem;
  }
}
.cid-rZq2OOWt7M .navbar.navbar-short {
  background: #0e1b28 !important;
  min-height: 60px;
}
.cid-rZq2OOWt7M .navbar.navbar-short .navbar-logo img {
  height: 3rem !important;
}
.cid-rZq2OOWt7M .navbar.navbar-short .navbar-brand {
  padding: 0;
}
.cid-rZq2OOWt7M .navbar-brand {
  flex-shrink: 0;
  align-items: center;
  margin-right: 0;
  padding: 0;
  transition: all .3s;
  word-break: break-word;
  z-index: 1;
}
.cid-rZq2OOWt7M .navbar-brand .navbar-caption {
  line-height: inherit !important;
}
.cid-rZq2OOWt7M .navbar-brand .navbar-logo a {
  outline: none;
}
.cid-rZq2OOWt7M .dropdown-item.active,
.cid-rZq2OOWt7M .dropdown-item:active {
  background-color: transparent;
}
.cid-rZq2OOWt7M .nav-dropdown .link.dropdown-toggle {
  margin-right: 1.667em;
}
.cid-rZq2OOWt7M .nav-dropdown .link.dropdown-toggle[aria-expanded="true"] {
  margin-right: 0;
  padding: 0.667em 1.667em;
}
.cid-rZq2OOWt7M .navbar.navbar-expand-lg .dropdown .dropdown-menu {
  background: #0e1b28;
}
.cid-rZq2OOWt7M .navbar.navbar-expand-lg .dropdown .dropdown-menu .dropdown-submenu {
  margin: 0;
  left: 100%;
}
.cid-rZq2OOWt7M .navbar .dropdown.open > .dropdown-menu {
  display: block;
}
.cid-rZq2OOWt7M ul.navbar-nav {
  flex-wrap: wrap;
}
.cid-rZq2OOWt7M .navbar-buttons {
  text-align: center;
}
.cid-rZq2OOWt7M .navbar-buttons .btn.btn-sm {
  padding: 6px 24px !important;
  min-width: 140px;
  line-height: 1.5;
}
.cid-rZq2OOWt7M button.navbar-toggler {
  outline: none;
  width: 31px;
  height: 20px;
  cursor: pointer;
  transition: all .2s;
  position: relative;
  align-self: center;
}
.cid-rZq2OOWt7M button.navbar-toggler .hamburger span {
  position: absolute;
  right: 0;
  width: 30px;
  height: 2px;
  border-right: 5px;
  background-color: #ffffff;
}
.cid-rZq2OOWt7M button.navbar-toggler .hamburger span:nth-child(1) {
  top: 0;
  transition: all .2s;
}
.cid-rZq2OOWt7M button.navbar-toggler .hamburger span:nth-child(2) {
  top: 8px;
  transition: all .15s;
}
.cid-rZq2OOWt7M button.navbar-toggler .hamburger span:nth-child(3) {
  top: 8px;
  transition: all .15s;
}
.cid-rZq2OOWt7M button.navbar-toggler .hamburger span:nth-child(4) {
  top: 16px;
  transition: all .2s;
}
.cid-rZq2OOWt7M nav.opened .hamburger span:nth-child(1) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all .2s;
}
.cid-rZq2OOWt7M nav.opened .hamburger span:nth-child(2) {
  transform: rotate(45deg);
  transition: all .25s;
}
.cid-rZq2OOWt7M nav.opened .hamburger span:nth-child(3) {
  transform: rotate(-45deg);
  transition: all .25s;
}
.cid-rZq2OOWt7M nav.opened .hamburger span:nth-child(4) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all .2s;
}
.cid-rZq2OOWt7M .navbar-dropdown {
  padding: .5rem 1rem;
  position: fixed;
}
.cid-rZq2OOWt7M a.nav-link {
  justify-content: center;
  display: flex;
  align-items: center;
}
.cid-rZq2OOWt7M .mbr-iconfont {
  font-size: 1rem;
  color: #ffffff;
  display: inline-flex;
}
.cid-rZq2OOWt7M .soc-item {
  margin: .5rem .3rem;
}
.cid-rZq2OOWt7M .icons-menu {
  flex-wrap: wrap;
  display: flex;
  justify-content: center;
  padding-right: 1rem;
  text-align: center;
  align-items: center;
}
@media screen and (-ms-high-contrast: active), (-ms-high-contrast: none) {
  .cid-rZq2OOWt7M .navbar {
    height: 77px;
  }
  .cid-rZq2OOWt7M .navbar.opened {
    height: auto;
  }
  .cid-rZq2OOWt7M .nav-item .nav-link:hover::before {
    width: 175%;
    max-width: calc(100% + 2rem);
    left: -1rem;
  }
}
.cid-sbAf754pUr {
  background-image: url("../../../assets/images/2002-peugeot-206-lx-1.4-front-2000x988.jpeg");
}
.cid-sbAf754pUr .link-align {
  width: 100%;
}
.cid-sbAf754pUr .link-wrap {
  display: inline-block;
}
.cid-sbAf754pUr .link {
  position: relative;
  cursor: pointer;
  width: fit-content;
  letter-spacing: 1px;
  margin-left: 80px;
  color: #ffffff;
}
.cid-sbAf754pUr .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-sbAf754pUr .wrap .mask {
  background: #ff5e3a;
  background: linear-gradient(#ff5e3a 0%, #ff653c 69%, #ff4e3c 100%);
  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-sbAf754pUr .wrap .mask {
    background: none;
    min-height: auto;
  }
}
.cid-sbAf754pUr .wrap .mbr-section-subtitle {
  line-height: 1;
}
.cid-sbAf754pUr .wrap .price {
  color: #fff000;
}
@media (min-width: 992px) {
  .cid-sbAf754pUr .wrap .mbr-section-title.display-1 {
    font-size: 100px;
    line-height: 1;
  }
}
@media (max-width: 767px) {
  .cid-sbAf754pUr .mbr-text {
    text-align: right;
  }
}
.cid-saWi1MxzSR .dropdown-item:before {
  font-family: MobiriseIcons !important;
  content: '\e966';
  display: inline-block;
  width: 16px;
  position: absolute;
  right: 1rem;
  top: 30%;
  line-height: 1;
  font-size: inherit;
  vertical-align: middle;
  text-align: center;
  transform: scale(0, 1);
  transition: all 0.25s ease-in-out;
}
.cid-saWi1MxzSR .nav-item,
.cid-saWi1MxzSR .nav-link,
.cid-saWi1MxzSR .navbar-caption {
  font-weight: normal;
}
.cid-saWi1MxzSR .nav-item:focus,
.cid-saWi1MxzSR .nav-link:focus {
  outline: none;
}
@media (min-width: 992px) {
  .cid-saWi1MxzSR .dropdown-item:hover:before {
    transform: scale(1, 1);
  }
}
.cid-saWi1MxzSR .dropdown .dropdown-menu .dropdown-item {
  display: flex;
  align-items: center;
  width: auto;
  transition: all 0.25s ease-in-out;
}
.cid-saWi1MxzSR .dropdown .dropdown-menu .dropdown-item::after {
  right: 1rem;
}
.cid-saWi1MxzSR .dropdown .dropdown-menu .dropdown-item:hover .mbr-iconfont:before {
  transform: scale(0, 1);
}
.cid-saWi1MxzSR .dropdown .dropdown-menu .dropdown-item.dropdown-toggle:before {
  display: none;
}
.cid-saWi1MxzSR .dropdown .dropdown-menu .dropdown-item .mbr-iconfont {
  margin-left: -1.8rem;
  padding-right: 1rem;
  font-size: inherit;
}
.cid-saWi1MxzSR .dropdown .dropdown-menu .dropdown-item .mbr-iconfont:before {
  display: inline-block;
  transform: scale(1, 1);
  transition: all 0.25s ease-in-out;
}
.cid-saWi1MxzSR .collapsed .dropdown-menu .dropdown-item:before {
  display: none;
}
.cid-saWi1MxzSR .collapsed .dropdown .dropdown-menu .dropdown-item {
  padding: 0.235em 1.5em 0.235em 1.5em !important;
  transition: none;
  margin: 0 !important;
}
.cid-saWi1MxzSR .collapsed .icons-menu {
  padding-left: 16px;
}
.cid-saWi1MxzSR .navbar {
  min-height: 77px;
  transition: all .3s;
  background: #0e1b28;
}
.cid-saWi1MxzSR .navbar.opened {
  transition: all .3s;
  background: #0e1b28 !important;
}
.cid-saWi1MxzSR .navbar .dropdown-item {
  padding: .235rem 2.5rem .235rem 1.5rem;
}
.cid-saWi1MxzSR .navbar .navbar-collapse {
  justify-content: flex-end;
  z-index: 1;
}
.cid-saWi1MxzSR .navbar.collapsed .nav-item .nav-link::before {
  display: none;
}
.cid-saWi1MxzSR .navbar.collapsed.opened .dropdown-menu {
  top: 0;
}
@media (min-width: 992px) {
  .cid-saWi1MxzSR .navbar.collapsed.opened:not(.navbar-short) .navbar-collapse {
    max-height: calc(100vh - 4.7rem - 1rem);
  }
}
.cid-saWi1MxzSR .navbar.collapsed .dropdown-menu {
  background: transparent !important;
}
.cid-saWi1MxzSR .navbar.collapsed .dropdown-menu .dropdown-submenu {
  left: 0 !important;
}
.cid-saWi1MxzSR .navbar.collapsed .dropdown-menu .dropdown-toggle[data-toggle="dropdown-submenu"]:after {
  margin-left: .25rem;
  border-top: 0.35em solid;
  border-right: 0.35em solid transparent;
  border-left: 0.35em solid transparent;
  border-bottom: 0;
  top: 55%;
}
.cid-saWi1MxzSR .navbar.collapsed ul.navbar-nav li {
  margin: auto;
}
.cid-saWi1MxzSR .navbar.collapsed .dropdown-menu .dropdown-item {
  padding: .25rem 1.5rem;
  text-align: center;
  justify-content: center;
}
.cid-saWi1MxzSR .navbar.collapsed .icons-menu {
  padding-top: .5rem;
  padding-bottom: .5rem;
}
@media (max-width: 991px) {
  .cid-saWi1MxzSR .navbar .nav-item .nav-link::before {
    display: none;
  }
  .cid-saWi1MxzSR .navbar.opened .dropdown-menu {
    top: 0;
  }
  .cid-saWi1MxzSR .navbar .dropdown-menu {
    background: transparent !important;
  }
  .cid-saWi1MxzSR .navbar .dropdown-menu .dropdown-submenu {
    left: 0 !important;
  }
  .cid-saWi1MxzSR .navbar .dropdown-menu .dropdown-toggle[data-toggle="dropdown-submenu"]:after {
    margin-left: .25rem;
    border-top: 0.35em solid;
    border-right: 0.35em solid transparent;
    border-left: 0.35em solid transparent;
    border-bottom: 0;
    top: 55%;
  }
  .cid-saWi1MxzSR .navbar .navbar-logo img {
    height: 3.8rem !important;
  }
  .cid-saWi1MxzSR .navbar ul.navbar-nav li {
    margin: auto;
  }
  .cid-saWi1MxzSR .navbar .dropdown-menu .dropdown-item {
    padding: .25rem 1.5rem !important;
    text-align: center;
    justify-content: center;
  }
  .cid-saWi1MxzSR .navbar .navbar-brand {
    flex-shrink: initial;
    flex-basis: auto;
    word-break: break-word;
  }
  .cid-saWi1MxzSR .navbar .navbar-toggler {
    flex-basis: auto;
  }
  .cid-saWi1MxzSR .navbar .icons-menu {
    padding-left: 0;
    padding-top: .5rem;
    padding-bottom: .5rem;
  }
}
.cid-saWi1MxzSR .navbar.navbar-short {
  background: #0e1b28 !important;
  min-height: 60px;
}
.cid-saWi1MxzSR .navbar.navbar-short .navbar-logo img {
  height: 3rem !important;
}
.cid-saWi1MxzSR .navbar.navbar-short .navbar-brand {
  padding: 0;
}
.cid-saWi1MxzSR .navbar-brand {
  flex-shrink: 0;
  align-items: center;
  margin-right: 0;
  padding: 0;
  transition: all .3s;
  word-break: break-word;
  z-index: 1;
}
.cid-saWi1MxzSR .navbar-brand .navbar-caption {
  line-height: inherit !important;
}
.cid-saWi1MxzSR .navbar-brand .navbar-logo a {
  outline: none;
}
.cid-saWi1MxzSR .dropdown-item.active,
.cid-saWi1MxzSR .dropdown-item:active {
  background-color: transparent;
}
.cid-saWi1MxzSR .nav-dropdown .link.dropdown-toggle {
  margin-right: 1.667em;
}
.cid-saWi1MxzSR .nav-dropdown .link.dropdown-toggle[aria-expanded="true"] {
  margin-right: 0;
  padding: 0.667em 1.667em;
}
.cid-saWi1MxzSR .navbar.navbar-expand-lg .dropdown .dropdown-menu {
  background: #0e1b28;
}
.cid-saWi1MxzSR .navbar.navbar-expand-lg .dropdown .dropdown-menu .dropdown-submenu {
  margin: 0;
  left: 100%;
}
.cid-saWi1MxzSR .navbar .dropdown.open > .dropdown-menu {
  display: block;
}
.cid-saWi1MxzSR ul.navbar-nav {
  flex-wrap: wrap;
}
.cid-saWi1MxzSR .navbar-buttons {
  text-align: center;
}
.cid-saWi1MxzSR .navbar-buttons .btn.btn-sm {
  padding: 6px 24px !important;
  min-width: 140px;
  line-height: 1.5;
}
.cid-saWi1MxzSR button.navbar-toggler {
  outline: none;
  width: 31px;
  height: 20px;
  cursor: pointer;
  transition: all .2s;
  position: relative;
  align-self: center;
}
.cid-saWi1MxzSR button.navbar-toggler .hamburger span {
  position: absolute;
  right: 0;
  width: 30px;
  height: 2px;
  border-right: 5px;
  background-color: #ffffff;
}
.cid-saWi1MxzSR button.navbar-toggler .hamburger span:nth-child(1) {
  top: 0;
  transition: all .2s;
}
.cid-saWi1MxzSR button.navbar-toggler .hamburger span:nth-child(2) {
  top: 8px;
  transition: all .15s;
}
.cid-saWi1MxzSR button.navbar-toggler .hamburger span:nth-child(3) {
  top: 8px;
  transition: all .15s;
}
.cid-saWi1MxzSR button.navbar-toggler .hamburger span:nth-child(4) {
  top: 16px;
  transition: all .2s;
}
.cid-saWi1MxzSR nav.opened .hamburger span:nth-child(1) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all .2s;
}
.cid-saWi1MxzSR nav.opened .hamburger span:nth-child(2) {
  transform: rotate(45deg);
  transition: all .25s;
}
.cid-saWi1MxzSR nav.opened .hamburger span:nth-child(3) {
  transform: rotate(-45deg);
  transition: all .25s;
}
.cid-saWi1MxzSR nav.opened .hamburger span:nth-child(4) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all .2s;
}
.cid-saWi1MxzSR .navbar-dropdown {
  padding: .5rem 1rem;
  position: fixed;
}
.cid-saWi1MxzSR a.nav-link {
  justify-content: center;
  display: flex;
  align-items: center;
}
.cid-saWi1MxzSR .mbr-iconfont {
  font-size: 1rem;
  color: #ffffff;
  display: inline-flex;
}
.cid-saWi1MxzSR .soc-item {
  margin: .5rem .3rem;
}
.cid-saWi1MxzSR .icons-menu {
  flex-wrap: wrap;
  display: flex;
  justify-content: center;
  padding-right: 1rem;
  text-align: center;
  align-items: center;
}
@media screen and (-ms-high-contrast: active), (-ms-high-contrast: none) {
  .cid-saWi1MxzSR .navbar {
    height: 77px;
  }
  .cid-saWi1MxzSR .navbar.opened {
    height: auto;
  }
  .cid-saWi1MxzSR .nav-item .nav-link:hover::before {
    width: 175%;
    max-width: calc(100% + 2rem);
    left: -1rem;
  }
}
.cid-saWjs9L7B4 {
  padding-top: 45px;
  padding-bottom: 45px;
  background-color: #ffffff;
}
.cid-saWjs9L7B4 .img-wrap img {
  width: 100%;
}
.cid-saWjs9L7B4 .card {
  border-radius: 0;
  margin: auto 0;
}
.cid-saWjs9L7B4 .card .wrapper {
  overflow: hidden;
}
.cid-saWjs9L7B4 .card .wrapper .mbr-section-title {
  color: #06182d;
}
.cid-saWjs9L7B4 .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-saWjs9L7B4 .card .wrapper .mbr-section-subtitle {
  color: #06182d;
}
.cid-saWjs9L7B4 .card .wrapper .mbr-section-subtitle.display-7 {
  letter-spacing: 0;
}
.cid-saWjs9L7B4 .card .wrapper .mbr-text {
  color: #61728a;
  font-weight: 300;
}
.cid-saWjs9L7B4 .card .wrapper .sign-wrap {
  text-align: center;
  overflow: hidden;
  position: relative;
}
.cid-saWjs9L7B4 .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-saWjs9L7B4 .card .wrapper .sign-wrap img {
  width: 140px;
}
.cid-saWjs9L7B4 .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-rZq2OOWt7M .dropdown-item:before {
  font-family: MobiriseIcons !important;
  content: '\e966';
  display: inline-block;
  width: 16px;
  position: absolute;
  right: 1rem;
  top: 30%;
  line-height: 1;
  font-size: inherit;
  vertical-align: middle;
  text-align: center;
  transform: scale(0, 1);
  transition: all 0.25s ease-in-out;
}
.cid-rZq2OOWt7M .nav-item,
.cid-rZq2OOWt7M .nav-link,
.cid-rZq2OOWt7M .navbar-caption {
  font-weight: normal;
}
.cid-rZq2OOWt7M .nav-item:focus,
.cid-rZq2OOWt7M .nav-link:focus {
  outline: none;
}
@media (min-width: 992px) {
  .cid-rZq2OOWt7M .dropdown-item:hover:before {
    transform: scale(1, 1);
  }
}
.cid-rZq2OOWt7M .dropdown .dropdown-menu .dropdown-item {
  display: flex;
  align-items: center;
  width: auto;
  transition: all 0.25s ease-in-out;
}
.cid-rZq2OOWt7M .dropdown .dropdown-menu .dropdown-item::after {
  right: 1rem;
}
.cid-rZq2OOWt7M .dropdown .dropdown-menu .dropdown-item:hover .mbr-iconfont:before {
  transform: scale(0, 1);
}
.cid-rZq2OOWt7M .dropdown .dropdown-menu .dropdown-item.dropdown-toggle:before {
  display: none;
}
.cid-rZq2OOWt7M .dropdown .dropdown-menu .dropdown-item .mbr-iconfont {
  margin-left: -1.8rem;
  padding-right: 1rem;
  font-size: inherit;
}
.cid-rZq2OOWt7M .dropdown .dropdown-menu .dropdown-item .mbr-iconfont:before {
  display: inline-block;
  transform: scale(1, 1);
  transition: all 0.25s ease-in-out;
}
.cid-rZq2OOWt7M .collapsed .dropdown-menu .dropdown-item:before {
  display: none;
}
.cid-rZq2OOWt7M .collapsed .dropdown .dropdown-menu .dropdown-item {
  padding: 0.235em 1.5em 0.235em 1.5em !important;
  transition: none;
  margin: 0 !important;
}
.cid-rZq2OOWt7M .collapsed .icons-menu {
  padding-left: 16px;
}
.cid-rZq2OOWt7M .navbar {
  min-height: 77px;
  transition: all .3s;
  background: #0e1b28;
}
.cid-rZq2OOWt7M .navbar.opened {
  transition: all .3s;
  background: #0e1b28 !important;
}
.cid-rZq2OOWt7M .navbar .dropdown-item {
  padding: .235rem 2.5rem .235rem 1.5rem;
}
.cid-rZq2OOWt7M .navbar .navbar-collapse {
  justify-content: flex-end;
  z-index: 1;
}
.cid-rZq2OOWt7M .navbar.collapsed .nav-item .nav-link::before {
  display: none;
}
.cid-rZq2OOWt7M .navbar.collapsed.opened .dropdown-menu {
  top: 0;
}
@media (min-width: 992px) {
  .cid-rZq2OOWt7M .navbar.collapsed.opened:not(.navbar-short) .navbar-collapse {
    max-height: calc(100vh - 4.7rem - 1rem);
  }
}
.cid-rZq2OOWt7M .navbar.collapsed .dropdown-menu {
  background: transparent !important;
}
.cid-rZq2OOWt7M .navbar.collapsed .dropdown-menu .dropdown-submenu {
  left: 0 !important;
}
.cid-rZq2OOWt7M .navbar.collapsed .dropdown-menu .dropdown-toggle[data-toggle="dropdown-submenu"]:after {
  margin-left: .25rem;
  border-top: 0.35em solid;
  border-right: 0.35em solid transparent;
  border-left: 0.35em solid transparent;
  border-bottom: 0;
  top: 55%;
}
.cid-rZq2OOWt7M .navbar.collapsed ul.navbar-nav li {
  margin: auto;
}
.cid-rZq2OOWt7M .navbar.collapsed .dropdown-menu .dropdown-item {
  padding: .25rem 1.5rem;
  text-align: center;
  justify-content: center;
}
.cid-rZq2OOWt7M .navbar.collapsed .icons-menu {
  padding-top: .5rem;
  padding-bottom: .5rem;
}
@media (max-width: 991px) {
  .cid-rZq2OOWt7M .navbar .nav-item .nav-link::before {
    display: none;
  }
  .cid-rZq2OOWt7M .navbar.opened .dropdown-menu {
    top: 0;
  }
  .cid-rZq2OOWt7M .navbar .dropdown-menu {
    background: transparent !important;
  }
  .cid-rZq2OOWt7M .navbar .dropdown-menu .dropdown-submenu {
    left: 0 !important;
  }
  .cid-rZq2OOWt7M .navbar .dropdown-menu .dropdown-toggle[data-toggle="dropdown-submenu"]:after {
    margin-left: .25rem;
    border-top: 0.35em solid;
    border-right: 0.35em solid transparent;
    border-left: 0.35em solid transparent;
    border-bottom: 0;
    top: 55%;
  }
  .cid-rZq2OOWt7M .navbar .navbar-logo img {
    height: 3.8rem !important;
  }
  .cid-rZq2OOWt7M .navbar ul.navbar-nav li {
    margin: auto;
  }
  .cid-rZq2OOWt7M .navbar .dropdown-menu .dropdown-item {
    padding: .25rem 1.5rem !important;
    text-align: center;
    justify-content: center;
  }
  .cid-rZq2OOWt7M .navbar .navbar-brand {
    flex-shrink: initial;
    flex-basis: auto;
    word-break: break-word;
  }
  .cid-rZq2OOWt7M .navbar .navbar-toggler {
    flex-basis: auto;
  }
  .cid-rZq2OOWt7M .navbar .icons-menu {
    padding-left: 0;
    padding-top: .5rem;
    padding-bottom: .5rem;
  }
}
.cid-rZq2OOWt7M .navbar.navbar-short {
  background: #0e1b28 !important;
  min-height: 60px;
}
.cid-rZq2OOWt7M .navbar.navbar-short .navbar-logo img {
  height: 3rem !important;
}
.cid-rZq2OOWt7M .navbar.navbar-short .navbar-brand {
  padding: 0;
}
.cid-rZq2OOWt7M .navbar-brand {
  flex-shrink: 0;
  align-items: center;
  margin-right: 0;
  padding: 0;
  transition: all .3s;
  word-break: break-word;
  z-index: 1;
}
.cid-rZq2OOWt7M .navbar-brand .navbar-caption {
  line-height: inherit !important;
}
.cid-rZq2OOWt7M .navbar-brand .navbar-logo a {
  outline: none;
}
.cid-rZq2OOWt7M .dropdown-item.active,
.cid-rZq2OOWt7M .dropdown-item:active {
  background-color: transparent;
}
.cid-rZq2OOWt7M .nav-dropdown .link.dropdown-toggle {
  margin-right: 1.667em;
}
.cid-rZq2OOWt7M .nav-dropdown .link.dropdown-toggle[aria-expanded="true"] {
  margin-right: 0;
  padding: 0.667em 1.667em;
}
.cid-rZq2OOWt7M .navbar.navbar-expand-lg .dropdown .dropdown-menu {
  background: #0e1b28;
}
.cid-rZq2OOWt7M .navbar.navbar-expand-lg .dropdown .dropdown-menu .dropdown-submenu {
  margin: 0;
  left: 100%;
}
.cid-rZq2OOWt7M .navbar .dropdown.open > .dropdown-menu {
  display: block;
}
.cid-rZq2OOWt7M ul.navbar-nav {
  flex-wrap: wrap;
}
.cid-rZq2OOWt7M .navbar-buttons {
  text-align: center;
}
.cid-rZq2OOWt7M .navbar-buttons .btn.btn-sm {
  padding: 6px 24px !important;
  min-width: 140px;
  line-height: 1.5;
}
.cid-rZq2OOWt7M button.navbar-toggler {
  outline: none;
  width: 31px;
  height: 20px;
  cursor: pointer;
  transition: all .2s;
  position: relative;
  align-self: center;
}
.cid-rZq2OOWt7M button.navbar-toggler .hamburger span {
  position: absolute;
  right: 0;
  width: 30px;
  height: 2px;
  border-right: 5px;
  background-color: #ffffff;
}
.cid-rZq2OOWt7M button.navbar-toggler .hamburger span:nth-child(1) {
  top: 0;
  transition: all .2s;
}
.cid-rZq2OOWt7M button.navbar-toggler .hamburger span:nth-child(2) {
  top: 8px;
  transition: all .15s;
}
.cid-rZq2OOWt7M button.navbar-toggler .hamburger span:nth-child(3) {
  top: 8px;
  transition: all .15s;
}
.cid-rZq2OOWt7M button.navbar-toggler .hamburger span:nth-child(4) {
  top: 16px;
  transition: all .2s;
}
.cid-rZq2OOWt7M nav.opened .hamburger span:nth-child(1) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all .2s;
}
.cid-rZq2OOWt7M nav.opened .hamburger span:nth-child(2) {
  transform: rotate(45deg);
  transition: all .25s;
}
.cid-rZq2OOWt7M nav.opened .hamburger span:nth-child(3) {
  transform: rotate(-45deg);
  transition: all .25s;
}
.cid-rZq2OOWt7M nav.opened .hamburger span:nth-child(4) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all .2s;
}
.cid-rZq2OOWt7M .navbar-dropdown {
  padding: .5rem 1rem;
  position: fixed;
}
.cid-rZq2OOWt7M a.nav-link {
  justify-content: center;
  display: flex;
  align-items: center;
}
.cid-rZq2OOWt7M .mbr-iconfont {
  font-size: 1rem;
  color: #ffffff;
  display: inline-flex;
}
.cid-rZq2OOWt7M .soc-item {
  margin: .5rem .3rem;
}
.cid-rZq2OOWt7M .icons-menu {
  flex-wrap: wrap;
  display: flex;
  justify-content: center;
  padding-right: 1rem;
  text-align: center;
  align-items: center;
}
@media screen and (-ms-high-contrast: active), (-ms-high-contrast: none) {
  .cid-rZq2OOWt7M .navbar {
    height: 77px;
  }
  .cid-rZq2OOWt7M .navbar.opened {
    height: auto;
  }
  .cid-rZq2OOWt7M .nav-item .nav-link:hover::before {
    width: 175%;
    max-width: calc(100% + 2rem);
    left: -1rem;
  }
}
.cid-sbCktHcrv5 {
  padding-top: 45px;
  padding-bottom: 45px;
  background-color: #ffffff;
}
.cid-sbCktHcrv5 .img-wrap {
  display: block;
  position: absolute;
  right: 0;
  left: 0;
  top: 0;
  bottom: 0;
  background-position: 50% 50%;
  z-index: 2;
  background-image: url("../../../assets/images/03.jpg");
}
.cid-sbCktHcrv5 .card {
  border-radius: 0;
  margin: auto 0;
}
.cid-sbCktHcrv5 .card .wrapper .mbr-section-title {
  color: #06182d;
}
.cid-sbCktHcrv5 .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-sbCktHcrv5 .card .wrapper .mbr-section-subtitle {
  color: #06182d;
}
.cid-sbCktHcrv5 .card .wrapper .mbr-section-subtitle.display-7 {
  letter-spacing: 0;
}
.cid-sbCktHcrv5 .card .wrapper .mbr-text {
  color: #61728a;
  font-weight: 300;
}
.cid-sbCktHcrv5 .card .wrapper .mbr-list {
  margin-top: 20px;
  color: #606060;
}
.cid-sbCktHcrv5 .card .wrapper .mbr-list .list {
  list-style-type: none;
  padding-left: 0;
}
.cid-sbCktHcrv5 .card .wrapper .mbr-list .list li {
  line-height: 1.75;
  padding-top: 5px;
  padding-bottom: 5px;
}
.cid-sbCktHcrv5 .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-sbCktHcrv5 .card .wrapper .link-wrap {
  width: 100%;
}
.cid-sbCktHcrv5 .card .wrapper .link-wrap .link {
  position: relative;
  cursor: pointer;
  letter-spacing: 1px;
  display: inline-block;
  width: fit-content;
  transition: all 0.3s;
  transition-delay: 0.15s;
  text-align: left;
}
.cid-sbCktHcrv5 .card .wrapper .link-wrap .link:after {
  content: '';
  position: absolute;
  height: 1px;
  width: 100%;
  background: currentColor;
  bottom: -6px;
  opacity: 0.2;
  left: 0;
}
.cid-sbCktHcrv5 .card .wrapper .link-wrap .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-sbCktHcrv5 .card .wrapper .link-wrap .link:hover:before {
  width: 100%;
  right: auto;
  left: 0;
}
.cid-sbCktLoQkl {
  padding-top: 45px;
  padding-bottom: 45px;
  background-color: #ffffff;
}
.cid-sbCktLoQkl .img-wrap {
  display: block;
  position: absolute;
  right: 0;
  left: 0;
  top: 0;
  bottom: 0;
  background-position: 50% 50%;
  z-index: 2;
  background-image: url("../../../assets/images/03.jpg");
}
.cid-sbCktLoQkl .card {
  border-radius: 0;
  margin: auto 0;
}
.cid-sbCktLoQkl .card .wrapper .mbr-section-title {
  color: #06182d;
}
.cid-sbCktLoQkl .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-sbCktLoQkl .card .wrapper .mbr-section-subtitle {
  color: #06182d;
}
.cid-sbCktLoQkl .card .wrapper .mbr-section-subtitle.display-7 {
  letter-spacing: 0;
}
.cid-sbCktLoQkl .card .wrapper .mbr-text {
  color: #61728a;
  font-weight: 300;
}
.cid-sbCktLoQkl .card .wrapper .mbr-list {
  margin-top: 20px;
  color: #606060;
}
.cid-sbCktLoQkl .card .wrapper .mbr-list .list {
  list-style-type: none;
  padding-left: 0;
}
.cid-sbCktLoQkl .card .wrapper .mbr-list .list li {
  line-height: 1.75;
  padding-top: 5px;
  padding-bottom: 5px;
}
.cid-sbCktLoQkl .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-sbCktLoQkl .card .wrapper .link-wrap {
  width: 100%;
}
.cid-sbCktLoQkl .card .wrapper .link-wrap .link {
  position: relative;
  cursor: pointer;
  letter-spacing: 1px;
  display: inline-block;
  width: fit-content;
  transition: all 0.3s;
  transition-delay: 0.15s;
  text-align: left;
}
.cid-sbCktLoQkl .card .wrapper .link-wrap .link:after {
  content: '';
  position: absolute;
  height: 1px;
  width: 100%;
  background: currentColor;
  bottom: -6px;
  opacity: 0.2;
  left: 0;
}
.cid-sbCktLoQkl .card .wrapper .link-wrap .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-sbCktLoQkl .card .wrapper .link-wrap .link:hover:before {
  width: 100%;
  right: auto;
  left: 0;
}
.cid-rZq2OOWt7M .dropdown-item:before {
  font-family: MobiriseIcons !important;
  content: '\e966';
  display: inline-block;
  width: 16px;
  position: absolute;
  right: 1rem;
  top: 30%;
  line-height: 1;
  font-size: inherit;
  vertical-align: middle;
  text-align: center;
  transform: scale(0, 1);
  transition: all 0.25s ease-in-out;
}
.cid-rZq2OOWt7M .nav-item,
.cid-rZq2OOWt7M .nav-link,
.cid-rZq2OOWt7M .navbar-caption {
  font-weight: normal;
}
.cid-rZq2OOWt7M .nav-item:focus,
.cid-rZq2OOWt7M .nav-link:focus {
  outline: none;
}
@media (min-width: 992px) {
  .cid-rZq2OOWt7M .dropdown-item:hover:before {
    transform: scale(1, 1);
  }
}
.cid-rZq2OOWt7M .dropdown .dropdown-menu .dropdown-item {
  display: flex;
  align-items: center;
  width: auto;
  transition: all 0.25s ease-in-out;
}
.cid-rZq2OOWt7M .dropdown .dropdown-menu .dropdown-item::after {
  right: 1rem;
}
.cid-rZq2OOWt7M .dropdown .dropdown-menu .dropdown-item:hover .mbr-iconfont:before {
  transform: scale(0, 1);
}
.cid-rZq2OOWt7M .dropdown .dropdown-menu .dropdown-item.dropdown-toggle:before {
  display: none;
}
.cid-rZq2OOWt7M .dropdown .dropdown-menu .dropdown-item .mbr-iconfont {
  margin-left: -1.8rem;
  padding-right: 1rem;
  font-size: inherit;
}
.cid-rZq2OOWt7M .dropdown .dropdown-menu .dropdown-item .mbr-iconfont:before {
  display: inline-block;
  transform: scale(1, 1);
  transition: all 0.25s ease-in-out;
}
.cid-rZq2OOWt7M .collapsed .dropdown-menu .dropdown-item:before {
  display: none;
}
.cid-rZq2OOWt7M .collapsed .dropdown .dropdown-menu .dropdown-item {
  padding: 0.235em 1.5em 0.235em 1.5em !important;
  transition: none;
  margin: 0 !important;
}
.cid-rZq2OOWt7M .collapsed .icons-menu {
  padding-left: 16px;
}
.cid-rZq2OOWt7M .navbar {
  min-height: 77px;
  transition: all .3s;
  background: #0e1b28;
}
.cid-rZq2OOWt7M .navbar.opened {
  transition: all .3s;
  background: #0e1b28 !important;
}
.cid-rZq2OOWt7M .navbar .dropdown-item {
  padding: .235rem 2.5rem .235rem 1.5rem;
}
.cid-rZq2OOWt7M .navbar .navbar-collapse {
  justify-content: flex-end;
  z-index: 1;
}
.cid-rZq2OOWt7M .navbar.collapsed .nav-item .nav-link::before {
  display: none;
}
.cid-rZq2OOWt7M .navbar.collapsed.opened .dropdown-menu {
  top: 0;
}
@media (min-width: 992px) {
  .cid-rZq2OOWt7M .navbar.collapsed.opened:not(.navbar-short) .navbar-collapse {
    max-height: calc(100vh - 4.7rem - 1rem);
  }
}
.cid-rZq2OOWt7M .navbar.collapsed .dropdown-menu {
  background: transparent !important;
}
.cid-rZq2OOWt7M .navbar.collapsed .dropdown-menu .dropdown-submenu {
  left: 0 !important;
}
.cid-rZq2OOWt7M .navbar.collapsed .dropdown-menu .dropdown-toggle[data-toggle="dropdown-submenu"]:after {
  margin-left: .25rem;
  border-top: 0.35em solid;
  border-right: 0.35em solid transparent;
  border-left: 0.35em solid transparent;
  border-bottom: 0;
  top: 55%;
}
.cid-rZq2OOWt7M .navbar.collapsed ul.navbar-nav li {
  margin: auto;
}
.cid-rZq2OOWt7M .navbar.collapsed .dropdown-menu .dropdown-item {
  padding: .25rem 1.5rem;
  text-align: center;
  justify-content: center;
}
.cid-rZq2OOWt7M .navbar.collapsed .icons-menu {
  padding-top: .5rem;
  padding-bottom: .5rem;
}
@media (max-width: 991px) {
  .cid-rZq2OOWt7M .navbar .nav-item .nav-link::before {
    display: none;
  }
  .cid-rZq2OOWt7M .navbar.opened .dropdown-menu {
    top: 0;
  }
  .cid-rZq2OOWt7M .navbar .dropdown-menu {
    background: transparent !important;
  }
  .cid-rZq2OOWt7M .navbar .dropdown-menu .dropdown-submenu {
    left: 0 !important;
  }
  .cid-rZq2OOWt7M .navbar .dropdown-menu .dropdown-toggle[data-toggle="dropdown-submenu"]:after {
    margin-left: .25rem;
    border-top: 0.35em solid;
    border-right: 0.35em solid transparent;
    border-left: 0.35em solid transparent;
    border-bottom: 0;
    top: 55%;
  }
  .cid-rZq2OOWt7M .navbar .navbar-logo img {
    height: 3.8rem !important;
  }
  .cid-rZq2OOWt7M .navbar ul.navbar-nav li {
    margin: auto;
  }
  .cid-rZq2OOWt7M .navbar .dropdown-menu .dropdown-item {
    padding: .25rem 1.5rem !important;
    text-align: center;
    justify-content: center;
  }
  .cid-rZq2OOWt7M .navbar .navbar-brand {
    flex-shrink: initial;
    flex-basis: auto;
    word-break: break-word;
  }
  .cid-rZq2OOWt7M .navbar .navbar-toggler {
    flex-basis: auto;
  }
  .cid-rZq2OOWt7M .navbar .icons-menu {
    padding-left: 0;
    padding-top: .5rem;
    padding-bottom: .5rem;
  }
}
.cid-rZq2OOWt7M .navbar.navbar-short {
  background: #0e1b28 !important;
  min-height: 60px;
}
.cid-rZq2OOWt7M .navbar.navbar-short .navbar-logo img {
  height: 3rem !important;
}
.cid-rZq2OOWt7M .navbar.navbar-short .navbar-brand {
  padding: 0;
}
.cid-rZq2OOWt7M .navbar-brand {
  flex-shrink: 0;
  align-items: center;
  margin-right: 0;
  padding: 0;
  transition: all .3s;
  word-break: break-word;
  z-index: 1;
}
.cid-rZq2OOWt7M .navbar-brand .navbar-caption {
  line-height: inherit !important;
}
.cid-rZq2OOWt7M .navbar-brand .navbar-logo a {
  outline: none;
}
.cid-rZq2OOWt7M .dropdown-item.active,
.cid-rZq2OOWt7M .dropdown-item:active {
  background-color: transparent;
}
.cid-rZq2OOWt7M .nav-dropdown .link.dropdown-toggle {
  margin-right: 1.667em;
}
.cid-rZq2OOWt7M .nav-dropdown .link.dropdown-toggle[aria-expanded="true"] {
  margin-right: 0;
  padding: 0.667em 1.667em;
}
.cid-rZq2OOWt7M .navbar.navbar-expand-lg .dropdown .dropdown-menu {
  background: #0e1b28;
}
.cid-rZq2OOWt7M .navbar.navbar-expand-lg .dropdown .dropdown-menu .dropdown-submenu {
  margin: 0;
  left: 100%;
}
.cid-rZq2OOWt7M .navbar .dropdown.open > .dropdown-menu {
  display: block;
}
.cid-rZq2OOWt7M ul.navbar-nav {
  flex-wrap: wrap;
}
.cid-rZq2OOWt7M .navbar-buttons {
  text-align: center;
}
.cid-rZq2OOWt7M .navbar-buttons .btn.btn-sm {
  padding: 6px 24px !important;
  min-width: 140px;
  line-height: 1.5;
}
.cid-rZq2OOWt7M button.navbar-toggler {
  outline: none;
  width: 31px;
  height: 20px;
  cursor: pointer;
  transition: all .2s;
  position: relative;
  align-self: center;
}
.cid-rZq2OOWt7M button.navbar-toggler .hamburger span {
  position: absolute;
  right: 0;
  width: 30px;
  height: 2px;
  border-right: 5px;
  background-color: #ffffff;
}
.cid-rZq2OOWt7M button.navbar-toggler .hamburger span:nth-child(1) {
  top: 0;
  transition: all .2s;
}
.cid-rZq2OOWt7M button.navbar-toggler .hamburger span:nth-child(2) {
  top: 8px;
  transition: all .15s;
}
.cid-rZq2OOWt7M button.navbar-toggler .hamburger span:nth-child(3) {
  top: 8px;
  transition: all .15s;
}
.cid-rZq2OOWt7M button.navbar-toggler .hamburger span:nth-child(4) {
  top: 16px;
  transition: all .2s;
}
.cid-rZq2OOWt7M nav.opened .hamburger span:nth-child(1) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all .2s;
}
.cid-rZq2OOWt7M nav.opened .hamburger span:nth-child(2) {
  transform: rotate(45deg);
  transition: all .25s;
}
.cid-rZq2OOWt7M nav.opened .hamburger span:nth-child(3) {
  transform: rotate(-45deg);
  transition: all .25s;
}
.cid-rZq2OOWt7M nav.opened .hamburger span:nth-child(4) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all .2s;
}
.cid-rZq2OOWt7M .navbar-dropdown {
  padding: .5rem 1rem;
  position: fixed;
}
.cid-rZq2OOWt7M a.nav-link {
  justify-content: center;
  display: flex;
  align-items: center;
}
.cid-rZq2OOWt7M .mbr-iconfont {
  font-size: 1rem;
  color: #ffffff;
  display: inline-flex;
}
.cid-rZq2OOWt7M .soc-item {
  margin: .5rem .3rem;
}
.cid-rZq2OOWt7M .icons-menu {
  flex-wrap: wrap;
  display: flex;
  justify-content: center;
  padding-right: 1rem;
  text-align: center;
  align-items: center;
}
@media screen and (-ms-high-contrast: active), (-ms-high-contrast: none) {
  .cid-rZq2OOWt7M .navbar {
    height: 77px;
  }
  .cid-rZq2OOWt7M .navbar.opened {
    height: auto;
  }
  .cid-rZq2OOWt7M .nav-item .nav-link:hover::before {
    width: 175%;
    max-width: calc(100% + 2rem);
    left: -1rem;
  }
}
.cid-sbCjCMqgHP {
  background-color: #ffffff;
}
.cid-sbCjCMqgHP .img-wrap img {
  width: 100%;
}
.cid-sbCjCMqgHP .card {
  border-radius: 0;
  margin: auto 0;
}
.cid-sbCjCMqgHP .card .wrapper {
  overflow: hidden;
}
.cid-sbCjCMqgHP .card .wrapper .mbr-section-title {
  color: #06182d;
}
.cid-sbCjCMqgHP .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-sbCjCMqgHP .card .wrapper .mbr-section-subtitle {
  color: #06182d;
}
.cid-sbCjCMqgHP .card .wrapper .mbr-section-subtitle.display-7 {
  letter-spacing: 0;
}
.cid-sbCjCMqgHP .card .wrapper .mbr-text {
  color: #61728a;
  font-weight: 300;
}
.cid-sbCjCMqgHP .card .wrapper .sign-wrap {
  text-align: center;
  overflow: hidden;
  position: relative;
}
.cid-sbCjCMqgHP .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-sbCjCMqgHP .card .wrapper .sign-wrap img {
  width: 140px;
}
.cid-sbCjCMqgHP .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-sxEULWBhXt .dropdown-item:before {
  font-family: MobiriseIcons !important;
  content: '\e966';
  display: inline-block;
  width: 16px;
  position: absolute;
  right: 1rem;
  top: 30%;
  line-height: 1;
  font-size: inherit;
  vertical-align: middle;
  text-align: center;
  transform: scale(0, 1);
  transition: all 0.25s ease-in-out;
}
.cid-sxEULWBhXt .nav-item,
.cid-sxEULWBhXt .nav-link,
.cid-sxEULWBhXt .navbar-caption {
  font-weight: normal;
}
.cid-sxEULWBhXt .nav-item:focus,
.cid-sxEULWBhXt .nav-link:focus {
  outline: none;
}
@media (min-width: 992px) {
  .cid-sxEULWBhXt .dropdown-item:hover:before {
    transform: scale(1, 1);
  }
}
.cid-sxEULWBhXt .dropdown .dropdown-menu .dropdown-item {
  display: flex;
  align-items: center;
  width: auto;
  transition: all 0.25s ease-in-out;
}
.cid-sxEULWBhXt .dropdown .dropdown-menu .dropdown-item::after {
  right: 1rem;
}
.cid-sxEULWBhXt .dropdown .dropdown-menu .dropdown-item:hover .mbr-iconfont:before {
  transform: scale(0, 1);
}
.cid-sxEULWBhXt .dropdown .dropdown-menu .dropdown-item.dropdown-toggle:before {
  display: none;
}
.cid-sxEULWBhXt .dropdown .dropdown-menu .dropdown-item .mbr-iconfont {
  margin-left: -1.8rem;
  padding-right: 1rem;
  font-size: inherit;
}
.cid-sxEULWBhXt .dropdown .dropdown-menu .dropdown-item .mbr-iconfont:before {
  display: inline-block;
  transform: scale(1, 1);
  transition: all 0.25s ease-in-out;
}
.cid-sxEULWBhXt .collapsed .dropdown-menu .dropdown-item:before {
  display: none;
}
.cid-sxEULWBhXt .collapsed .dropdown .dropdown-menu .dropdown-item {
  padding: 0.235em 1.5em 0.235em 1.5em !important;
  transition: none;
  margin: 0 !important;
}
.cid-sxEULWBhXt .collapsed .icons-menu {
  padding-left: 16px;
}
.cid-sxEULWBhXt .navbar {
  min-height: 77px;
  transition: all .3s;
  background: #0e1b28;
}
.cid-sxEULWBhXt .navbar.opened {
  transition: all .3s;
  background: #0e1b28 !important;
}
.cid-sxEULWBhXt .navbar .dropdown-item {
  padding: .235rem 2.5rem .235rem 1.5rem;
}
.cid-sxEULWBhXt .navbar .navbar-collapse {
  justify-content: flex-end;
  z-index: 1;
}
.cid-sxEULWBhXt .navbar.collapsed .nav-item .nav-link::before {
  display: none;
}
.cid-sxEULWBhXt .navbar.collapsed.opened .dropdown-menu {
  top: 0;
}
@media (min-width: 992px) {
  .cid-sxEULWBhXt .navbar.collapsed.opened:not(.navbar-short) .navbar-collapse {
    max-height: calc(100vh - 4.7rem - 1rem);
  }
}
.cid-sxEULWBhXt .navbar.collapsed .dropdown-menu {
  background: transparent !important;
}
.cid-sxEULWBhXt .navbar.collapsed .dropdown-menu .dropdown-submenu {
  left: 0 !important;
}
.cid-sxEULWBhXt .navbar.collapsed .dropdown-menu .dropdown-toggle[data-toggle="dropdown-submenu"]:after {
  margin-left: .25rem;
  border-top: 0.35em solid;
  border-right: 0.35em solid transparent;
  border-left: 0.35em solid transparent;
  border-bottom: 0;
  top: 55%;
}
.cid-sxEULWBhXt .navbar.collapsed ul.navbar-nav li {
  margin: auto;
}
.cid-sxEULWBhXt .navbar.collapsed .dropdown-menu .dropdown-item {
  padding: .25rem 1.5rem;
  text-align: center;
  justify-content: center;
}
.cid-sxEULWBhXt .navbar.collapsed .icons-menu {
  padding-top: .5rem;
  padding-bottom: .5rem;
}
@media (max-width: 991px) {
  .cid-sxEULWBhXt .navbar .nav-item .nav-link::before {
    display: none;
  }
  .cid-sxEULWBhXt .navbar.opened .dropdown-menu {
    top: 0;
  }
  .cid-sxEULWBhXt .navbar .dropdown-menu {
    background: transparent !important;
  }
  .cid-sxEULWBhXt .navbar .dropdown-menu .dropdown-submenu {
    left: 0 !important;
  }
  .cid-sxEULWBhXt .navbar .dropdown-menu .dropdown-toggle[data-toggle="dropdown-submenu"]:after {
    margin-left: .25rem;
    border-top: 0.35em solid;
    border-right: 0.35em solid transparent;
    border-left: 0.35em solid transparent;
    border-bottom: 0;
    top: 55%;
  }
  .cid-sxEULWBhXt .navbar .navbar-logo img {
    height: 3.8rem !important;
  }
  .cid-sxEULWBhXt .navbar ul.navbar-nav li {
    margin: auto;
  }
  .cid-sxEULWBhXt .navbar .dropdown-menu .dropdown-item {
    padding: .25rem 1.5rem !important;
    text-align: center;
    justify-content: center;
  }
  .cid-sxEULWBhXt .navbar .navbar-brand {
    flex-shrink: initial;
    flex-basis: auto;
    word-break: break-word;
  }
  .cid-sxEULWBhXt .navbar .navbar-toggler {
    flex-basis: auto;
  }
  .cid-sxEULWBhXt .navbar .icons-menu {
    padding-left: 0;
    padding-top: .5rem;
    padding-bottom: .5rem;
  }
}
.cid-sxEULWBhXt .navbar.navbar-short {
  background: #0e1b28 !important;
  min-height: 60px;
}
.cid-sxEULWBhXt .navbar.navbar-short .navbar-logo img {
  height: 3rem !important;
}
.cid-sxEULWBhXt .navbar.navbar-short .navbar-brand {
  padding: 0;
}
.cid-sxEULWBhXt .navbar-brand {
  flex-shrink: 0;
  align-items: center;
  margin-right: 0;
  padding: 0;
  transition: all .3s;
  word-break: break-word;
  z-index: 1;
}
.cid-sxEULWBhXt .navbar-brand .navbar-caption {
  line-height: inherit !important;
}
.cid-sxEULWBhXt .navbar-brand .navbar-logo a {
  outline: none;
}
.cid-sxEULWBhXt .dropdown-item.active,
.cid-sxEULWBhXt .dropdown-item:active {
  background-color: transparent;
}
.cid-sxEULWBhXt .nav-dropdown .link.dropdown-toggle {
  margin-right: 1.667em;
}
.cid-sxEULWBhXt .nav-dropdown .link.dropdown-toggle[aria-expanded="true"] {
  margin-right: 0;
  padding: 0.667em 1.667em;
}
.cid-sxEULWBhXt .navbar.navbar-expand-lg .dropdown .dropdown-menu {
  background: #0e1b28;
}
.cid-sxEULWBhXt .navbar.navbar-expand-lg .dropdown .dropdown-menu .dropdown-submenu {
  margin: 0;
  left: 100%;
}
.cid-sxEULWBhXt .navbar .dropdown.open > .dropdown-menu {
  display: block;
}
.cid-sxEULWBhXt ul.navbar-nav {
  flex-wrap: wrap;
}
.cid-sxEULWBhXt .navbar-buttons {
  text-align: center;
}
.cid-sxEULWBhXt .navbar-buttons .btn.btn-sm {
  padding: 6px 24px !important;
  min-width: 140px;
  line-height: 1.5;
}
.cid-sxEULWBhXt button.navbar-toggler {
  outline: none;
  width: 31px;
  height: 20px;
  cursor: pointer;
  transition: all .2s;
  position: relative;
  align-self: center;
}
.cid-sxEULWBhXt button.navbar-toggler .hamburger span {
  position: absolute;
  right: 0;
  width: 30px;
  height: 2px;
  border-right: 5px;
  background-color: #ffffff;
}
.cid-sxEULWBhXt button.navbar-toggler .hamburger span:nth-child(1) {
  top: 0;
  transition: all .2s;
}
.cid-sxEULWBhXt button.navbar-toggler .hamburger span:nth-child(2) {
  top: 8px;
  transition: all .15s;
}
.cid-sxEULWBhXt button.navbar-toggler .hamburger span:nth-child(3) {
  top: 8px;
  transition: all .15s;
}
.cid-sxEULWBhXt button.navbar-toggler .hamburger span:nth-child(4) {
  top: 16px;
  transition: all .2s;
}
.cid-sxEULWBhXt nav.opened .hamburger span:nth-child(1) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all .2s;
}
.cid-sxEULWBhXt nav.opened .hamburger span:nth-child(2) {
  transform: rotate(45deg);
  transition: all .25s;
}
.cid-sxEULWBhXt nav.opened .hamburger span:nth-child(3) {
  transform: rotate(-45deg);
  transition: all .25s;
}
.cid-sxEULWBhXt nav.opened .hamburger span:nth-child(4) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all .2s;
}
.cid-sxEULWBhXt .navbar-dropdown {
  padding: .5rem 1rem;
  position: fixed;
}
.cid-sxEULWBhXt a.nav-link {
  justify-content: center;
  display: flex;
  align-items: center;
}
.cid-sxEULWBhXt .mbr-iconfont {
  font-size: 1rem;
  color: #ffffff;
  display: inline-flex;
}
.cid-sxEULWBhXt .soc-item {
  margin: .5rem .3rem;
}
.cid-sxEULWBhXt .icons-menu {
  flex-wrap: wrap;
  display: flex;
  justify-content: center;
  padding-right: 1rem;
  text-align: center;
  align-items: center;
}
@media screen and (-ms-high-contrast: active), (-ms-high-contrast: none) {
  .cid-sxEULWBhXt .navbar {
    height: 77px;
  }
  .cid-sxEULWBhXt .navbar.opened {
    height: auto;
  }
  .cid-sxEULWBhXt .nav-item .nav-link:hover::before {
    width: 175%;
    max-width: calc(100% + 2rem);
    left: -1rem;
  }
}
.cid-sxEULXdueV {
  padding-top: 45px;
  padding-bottom: 45px;
  background-color: #ffffff;
}
.cid-sxEULXdueV .img-wrap img {
  width: 100%;
}
.cid-sxEULXdueV .card {
  border-radius: 0;
  margin: auto 0;
}
.cid-sxEULXdueV .card .wrapper {
  overflow: hidden;
}
.cid-sxEULXdueV .card .wrapper .mbr-section-title {
  color: #06182d;
}
.cid-sxEULXdueV .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-sxEULXdueV .card .wrapper .mbr-section-subtitle {
  color: #06182d;
}
.cid-sxEULXdueV .card .wrapper .mbr-section-subtitle.display-7 {
  letter-spacing: 0;
}
.cid-sxEULXdueV .card .wrapper .mbr-text {
  color: #61728a;
  font-weight: 300;
}
.cid-sxEULXdueV .card .wrapper .sign-wrap {
  text-align: center;
  overflow: hidden;
  position: relative;
}
.cid-sxEULXdueV .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-sxEULXdueV .card .wrapper .sign-wrap img {
  width: 140px;
}
.cid-sxEULXdueV .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-rZq2OOWt7M .dropdown-item:before {
  font-family: MobiriseIcons !important;
  content: '\e966';
  display: inline-block;
  width: 16px;
  position: absolute;
  right: 1rem;
  top: 30%;
  line-height: 1;
  font-size: inherit;
  vertical-align: middle;
  text-align: center;
  transform: scale(0, 1);
  transition: all 0.25s ease-in-out;
}
.cid-rZq2OOWt7M .nav-item,
.cid-rZq2OOWt7M .nav-link,
.cid-rZq2OOWt7M .navbar-caption {
  font-weight: normal;
}
.cid-rZq2OOWt7M .nav-item:focus,
.cid-rZq2OOWt7M .nav-link:focus {
  outline: none;
}
@media (min-width: 992px) {
  .cid-rZq2OOWt7M .dropdown-item:hover:before {
    transform: scale(1, 1);
  }
}
.cid-rZq2OOWt7M .dropdown .dropdown-menu .dropdown-item {
  display: flex;
  align-items: center;
  width: auto;
  transition: all 0.25s ease-in-out;
}
.cid-rZq2OOWt7M .dropdown .dropdown-menu .dropdown-item::after {
  right: 1rem;
}
.cid-rZq2OOWt7M .dropdown .dropdown-menu .dropdown-item:hover .mbr-iconfont:before {
  transform: scale(0, 1);
}
.cid-rZq2OOWt7M .dropdown .dropdown-menu .dropdown-item.dropdown-toggle:before {
  display: none;
}
.cid-rZq2OOWt7M .dropdown .dropdown-menu .dropdown-item .mbr-iconfont {
  margin-left: -1.8rem;
  padding-right: 1rem;
  font-size: inherit;
}
.cid-rZq2OOWt7M .dropdown .dropdown-menu .dropdown-item .mbr-iconfont:before {
  display: inline-block;
  transform: scale(1, 1);
  transition: all 0.25s ease-in-out;
}
.cid-rZq2OOWt7M .collapsed .dropdown-menu .dropdown-item:before {
  display: none;
}
.cid-rZq2OOWt7M .collapsed .dropdown .dropdown-menu .dropdown-item {
  padding: 0.235em 1.5em 0.235em 1.5em !important;
  transition: none;
  margin: 0 !important;
}
.cid-rZq2OOWt7M .collapsed .icons-menu {
  padding-left: 16px;
}
.cid-rZq2OOWt7M .navbar {
  min-height: 77px;
  transition: all .3s;
  background: #0e1b28;
}
.cid-rZq2OOWt7M .navbar.opened {
  transition: all .3s;
  background: #0e1b28 !important;
}
.cid-rZq2OOWt7M .navbar .dropdown-item {
  padding: .235rem 2.5rem .235rem 1.5rem;
}
.cid-rZq2OOWt7M .navbar .navbar-collapse {
  justify-content: flex-end;
  z-index: 1;
}
.cid-rZq2OOWt7M .navbar.collapsed .nav-item .nav-link::before {
  display: none;
}
.cid-rZq2OOWt7M .navbar.collapsed.opened .dropdown-menu {
  top: 0;
}
@media (min-width: 992px) {
  .cid-rZq2OOWt7M .navbar.collapsed.opened:not(.navbar-short) .navbar-collapse {
    max-height: calc(100vh - 4.7rem - 1rem);
  }
}
.cid-rZq2OOWt7M .navbar.collapsed .dropdown-menu {
  background: transparent !important;
}
.cid-rZq2OOWt7M .navbar.collapsed .dropdown-menu .dropdown-submenu {
  left: 0 !important;
}
.cid-rZq2OOWt7M .navbar.collapsed .dropdown-menu .dropdown-toggle[data-toggle="dropdown-submenu"]:after {
  margin-left: .25rem;
  border-top: 0.35em solid;
  border-right: 0.35em solid transparent;
  border-left: 0.35em solid transparent;
  border-bottom: 0;
  top: 55%;
}
.cid-rZq2OOWt7M .navbar.collapsed ul.navbar-nav li {
  margin: auto;
}
.cid-rZq2OOWt7M .navbar.collapsed .dropdown-menu .dropdown-item {
  padding: .25rem 1.5rem;
  text-align: center;
  justify-content: center;
}
.cid-rZq2OOWt7M .navbar.collapsed .icons-menu {
  padding-top: .5rem;
  padding-bottom: .5rem;
}
@media (max-width: 991px) {
  .cid-rZq2OOWt7M .navbar .nav-item .nav-link::before {
    display: none;
  }
  .cid-rZq2OOWt7M .navbar.opened .dropdown-menu {
    top: 0;
  }
  .cid-rZq2OOWt7M .navbar .dropdown-menu {
    background: transparent !important;
  }
  .cid-rZq2OOWt7M .navbar .dropdown-menu .dropdown-submenu {
    left: 0 !important;
  }
  .cid-rZq2OOWt7M .navbar .dropdown-menu .dropdown-toggle[data-toggle="dropdown-submenu"]:after {
    margin-left: .25rem;
    border-top: 0.35em solid;
    border-right: 0.35em solid transparent;
    border-left: 0.35em solid transparent;
    border-bottom: 0;
    top: 55%;
  }
  .cid-rZq2OOWt7M .navbar .navbar-logo img {
    height: 3.8rem !important;
  }
  .cid-rZq2OOWt7M .navbar ul.navbar-nav li {
    margin: auto;
  }
  .cid-rZq2OOWt7M .navbar .dropdown-menu .dropdown-item {
    padding: .25rem 1.5rem !important;
    text-align: center;
    justify-content: center;
  }
  .cid-rZq2OOWt7M .navbar .navbar-brand {
    flex-shrink: initial;
    flex-basis: auto;
    word-break: break-word;
  }
  .cid-rZq2OOWt7M .navbar .navbar-toggler {
    flex-basis: auto;
  }
  .cid-rZq2OOWt7M .navbar .icons-menu {
    padding-left: 0;
    padding-top: .5rem;
    padding-bottom: .5rem;
  }
}
.cid-rZq2OOWt7M .navbar.navbar-short {
  background: #0e1b28 !important;
  min-height: 60px;
}
.cid-rZq2OOWt7M .navbar.navbar-short .navbar-logo img {
  height: 3rem !important;
}
.cid-rZq2OOWt7M .navbar.navbar-short .navbar-brand {
  padding: 0;
}
.cid-rZq2OOWt7M .navbar-brand {
  flex-shrink: 0;
  align-items: center;
  margin-right: 0;
  padding: 0;
  transition: all .3s;
  word-break: break-word;
  z-index: 1;
}
.cid-rZq2OOWt7M .navbar-brand .navbar-caption {
  line-height: inherit !important;
}
.cid-rZq2OOWt7M .navbar-brand .navbar-logo a {
  outline: none;
}
.cid-rZq2OOWt7M .dropdown-item.active,
.cid-rZq2OOWt7M .dropdown-item:active {
  background-color: transparent;
}
.cid-rZq2OOWt7M .nav-dropdown .link.dropdown-toggle {
  margin-right: 1.667em;
}
.cid-rZq2OOWt7M .nav-dropdown .link.dropdown-toggle[aria-expanded="true"] {
  margin-right: 0;
  padding: 0.667em 1.667em;
}
.cid-rZq2OOWt7M .navbar.navbar-expand-lg .dropdown .dropdown-menu {
  background: #0e1b28;
}
.cid-rZq2OOWt7M .navbar.navbar-expand-lg .dropdown .dropdown-menu .dropdown-submenu {
  margin: 0;
  left: 100%;
}
.cid-rZq2OOWt7M .navbar .dropdown.open > .dropdown-menu {
  display: block;
}
.cid-rZq2OOWt7M ul.navbar-nav {
  flex-wrap: wrap;
}
.cid-rZq2OOWt7M .navbar-buttons {
  text-align: center;
}
.cid-rZq2OOWt7M .navbar-buttons .btn.btn-sm {
  padding: 6px 24px !important;
  min-width: 140px;
  line-height: 1.5;
}
.cid-rZq2OOWt7M button.navbar-toggler {
  outline: none;
  width: 31px;
  height: 20px;
  cursor: pointer;
  transition: all .2s;
  position: relative;
  align-self: center;
}
.cid-rZq2OOWt7M button.navbar-toggler .hamburger span {
  position: absolute;
  right: 0;
  width: 30px;
  height: 2px;
  border-right: 5px;
  background-color: #ffffff;
}
.cid-rZq2OOWt7M button.navbar-toggler .hamburger span:nth-child(1) {
  top: 0;
  transition: all .2s;
}
.cid-rZq2OOWt7M button.navbar-toggler .hamburger span:nth-child(2) {
  top: 8px;
  transition: all .15s;
}
.cid-rZq2OOWt7M button.navbar-toggler .hamburger span:nth-child(3) {
  top: 8px;
  transition: all .15s;
}
.cid-rZq2OOWt7M button.navbar-toggler .hamburger span:nth-child(4) {
  top: 16px;
  transition: all .2s;
}
.cid-rZq2OOWt7M nav.opened .hamburger span:nth-child(1) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all .2s;
}
.cid-rZq2OOWt7M nav.opened .hamburger span:nth-child(2) {
  transform: rotate(45deg);
  transition: all .25s;
}
.cid-rZq2OOWt7M nav.opened .hamburger span:nth-child(3) {
  transform: rotate(-45deg);
  transition: all .25s;
}
.cid-rZq2OOWt7M nav.opened .hamburger span:nth-child(4) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all .2s;
}
.cid-rZq2OOWt7M .navbar-dropdown {
  padding: .5rem 1rem;
  position: fixed;
}
.cid-rZq2OOWt7M a.nav-link {
  justify-content: center;
  display: flex;
  align-items: center;
}
.cid-rZq2OOWt7M .mbr-iconfont {
  font-size: 1rem;
  color: #ffffff;
  display: inline-flex;
}
.cid-rZq2OOWt7M .soc-item {
  margin: .5rem .3rem;
}
.cid-rZq2OOWt7M .icons-menu {
  flex-wrap: wrap;
  display: flex;
  justify-content: center;
  padding-right: 1rem;
  text-align: center;
  align-items: center;
}
@media screen and (-ms-high-contrast: active), (-ms-high-contrast: none) {
  .cid-rZq2OOWt7M .navbar {
    height: 77px;
  }
  .cid-rZq2OOWt7M .navbar.opened {
    height: auto;
  }
  .cid-rZq2OOWt7M .nav-item .nav-link:hover::before {
    width: 175%;
    max-width: calc(100% + 2rem);
    left: -1rem;
  }
}
.cid-sPwkNOOnQo {
  padding-top: 60px;
  padding-bottom: 60px;
  background-color: #181818;
}
.cid-sPwkNOOnQo .mbr-section-subtitle {
  color: #b6b6b6;
  text-align: center;
}
.cid-sPwkNOOnQo .mbr-section-title {
  text-align: center;
  color: #ffffff;
}
.cid-sPwkNOOnQo .card .card-wrapper {
  overflow: hidden;
  height: 100%;
  color: #ffffff;
  padding: 0;
}
.cid-sPwkNOOnQo .card .card-wrapper .card-img {
  position: relative;
}
.cid-sPwkNOOnQo .card .card-wrapper .card-img .price-label {
  padding: 8px;
  left: auto;
  top: auto;
  right: 20px;
  bottom: 20px;
  background-color: #1352ff;
  z-index: 100;
  position: absolute;
}
.cid-sPwkNOOnQo .card .card-wrapper .card-img .price-label .price-text {
  padding: 0;
  margin: 0;
}
.cid-sPwkNOOnQo .card .card-wrapper .card-box {
  padding: 1.5rem;
}
.cid-sPwkNOOnQo .card .card-wrapper .card-box .card-title {
  color: #ffffff;
  margin: 0;
  line-height: 1.3;
  padding-bottom: 1rem;
  text-align: left;
}
.cid-sPwkNOOnQo .card .card-wrapper .card-box .container-nested {
  display: flex;
}
.cid-sPwkNOOnQo .card .card-wrapper .card-box .container-nested .item {
  text-align: center;
  margin-right: 24px;
}
.cid-sPwkNOOnQo .card .card-wrapper .card-box .container-nested .item .mbr-iconfont {
  font-size: 2.5rem;
}
.cid-sPwkNOOnQo .card .card-wrapper .card-box .card-text {
  color: #ffffff;
}
.cid-sPwkNOOnQo .card .card-wrapper .card-box .link.display-4 .mbr-iconfont {
  font-size: 0.9rem;
}
.cid-sPwkNOOnQo .card .card-wrapper .card-box .link .mbr-iconfont {
  align-self: center;
  color: #55acee;
  margin-left: 0.5rem;
}
@media (max-width: 767px) {
  .cid-sPwkNOOnQo .mbr-text {
    text-align: left;
  }
}
.cid-sPwkNOOnQo .card .card-wrapper .card-img .price-label .price-text {
  text-align: right;
}
.cid-sPwkNOOnQo .card .card-wrapper .card-box .container-nested .item .mbr-text,
.cid-sPwkNOOnQo .mbr-section-btn {
  text-align: right;
}
.cid-sbDjLnpcqU {
  padding-top: 45px;
  padding-bottom: 30px;
  background-color: #0e1b28;
}
.cid-sbDjLnpcqU .copyright {
  display: flex;
}
@media (max-width: 992px) {
  .cid-sbDjLnpcqU .copyright {
    margin-bottom: 1rem;
  }
}
.cid-sbDjLnpcqU .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-sbDjLnpcqU .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-sbDjLnpcqU .text-wrap .icons-wrap .icon-wrapper:hover {
  background: #ff4e3c;
  border-color: #ff4e3c;
}
.cid-sbDjLnpcqU .text-wrap .icons-wrap .icon-wrapper:hover .link-icon {
  color: #ffffde;
}
.cid-sbDjLnpcqU .text-wrap .icons-wrap .icon-wrapper .link-icon {
  display: inline-block;
  color: #ffffde;
  transition: all 0.3s;
  font-size: 14px;
  justify-content: center;
}
.cid-sbDjLnpcqU .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-sbDjLnpcqU .text-wrap .icons-wrap::before {
    display: none;
  }
}
.cid-sbDjLnpcqU .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-sbDjLnpcqU .text-wrap .icons-wrap::after {
    display: none;
  }
}
