@import url(https://fonts.googleapis.com/css?family=Poppins:100,100i,200,200i,300,300i,400,400i,500,500i,600,600i,700,700i,800,800i,900,900i&display=swap);
@import url(https://fonts.googleapis.com/css?family=Montserrat:100,200,300,400,500,600,700,800,900,100i,200i,300i,400i,500i,600i,700i,800i,900i&display=swap);





body {
  font-family: Poppins;
}
.display-1 {
  font-family: 'Poppins', sans-serif;
  font-size: 4rem;
  line-height: 1.5;
}
.display-1 > .mbr-iconfont {
  font-size: 6.4rem;
}
.display-2 {
  font-family: 'Poppins', sans-serif;
  font-size: 2.5rem;
  line-height: 1.3;
}
.display-2 > .mbr-iconfont {
  font-size: 4rem;
}
.display-4 {
  font-family: 'Montserrat', sans-serif;
  font-size: 0.8rem;
  line-height: 1.8;
}
.display-4 > .mbr-iconfont {
  font-size: 1.28rem;
}
.display-5 {
  font-family: 'Poppins', sans-serif;
  font-size: 1.4rem;
  line-height: 1.3;
}
.display-5 > .mbr-iconfont {
  font-size: 2.24rem;
}
.display-7 {
  font-family: 'Poppins', sans-serif;
  font-size: 1rem;
  line-height: 2;
}
.display-7 > .mbr-iconfont {
  font-size: 1.6rem;
}
/* ---- Fluid typography for mobile devices ---- */
/* 1.4 - font scale ratio ( bootstrap == 1.42857 ) */
/* 100vw - current viewport width */
/* (48 - 20)  48 == 48rem == 768px, 20 == 20rem == 320px(minimal supported viewport) */
/* 0.65 - min scale variable, may vary */
@media (max-width: 768px) {
  .display-1 {
    font-size: 2.8rem;
    font-size: calc( 2.05rem + (4 - 2.05) * ((100vw - 20rem) / (48 - 20)));
    line-height: calc( 1.1 * (2.05rem + (4 - 2.05) * ((100vw - 20rem) / (48 - 20))));
  }
  .display-2 {
    font-size: 2rem;
    font-size: calc( 1.525rem + (2.5 - 1.525) * ((100vw - 20rem) / (48 - 20)));
    line-height: calc( 1.3 * (1.525rem + (2.5 - 1.525) * ((100vw - 20rem) / (48 - 20))));
  }
  .display-4 {
    font-size: 0.72rem !important;
    font-size: calc( 0.93rem + (0.8 - 0.93) * ((100vw - 20rem) / (48 - 20)));
    line-height: calc( 1.4 * (0.93rem + (0.8 - 0.93) * ((100vw - 20rem) / (48 - 20))));
  }
  .display-5 {
    font-size: 1.12rem;
    font-size: calc( 1.14rem + (1.4 - 1.14) * ((100vw - 20rem) / (48 - 20)));
    line-height: calc( 1.4 * (1.14rem + (1.4 - 1.14) * ((100vw - 20rem) / (48 - 20))));
  }
  .display-7 {
    font-size: 0.8rem;
    font-size: calc( 1rem + (1 - 1) * ((100vw - 20rem) / (48 - 20)));
    line-height: calc( 1.4 * (1rem + (1 - 1) * ((100vw - 20rem) / (48 - 20))));
  }
}
/* Buttons */
.btn {
  padding: 1rem 3rem;
  border-radius: 4px;
}
.btn-sm {
  padding: 0.4rem 1rem;
  border-radius: 4px;
}
.btn-md {
  padding: 1rem 2.6rem;
  border-radius: 8px;
}
.btn-lg {
  padding: 1.2rem 3.2rem;
  border-radius: 8px;
}
.bg-primary {
  background-color: #ff513c !important;
}
.bg-success {
  background-color: #fff000 !important;
}
.bg-info {
  background-color: #61728a !important;
}
.bg-warning {
  background-color: #d52b27 !important;
}
.bg-danger {
  background-color: #1352ff !important;
}
.btn-primary,
.btn-primary:active {
  background-color: #ff513c !important;
  border-color: #ff513c !important;
  color: #ffffff !important;
}
.btn-primary:hover,
.btn-primary:focus,
.btn-primary.focus,
.btn-primary.active {
  color: #ffffff !important;
  background-color: #ef1a00 !important;
  border-color: #ef1a00 !important;
}
.btn-primary.disabled,
.btn-primary:disabled {
  color: #ffffff !important;
  background-color: #ef1a00 !important;
  border-color: #ef1a00 !important;
}
.btn-primary:hover {
  background-color: #ff513c !important;
  border-color: #ff513c !important;
}
.btn-secondary,
.btn-secondary:active {
  background-color: #282f39 !important;
  border-color: #282f39 !important;
  color: #ffffff !important;
}
.btn-secondary:hover,
.btn-secondary:focus,
.btn-secondary.focus,
.btn-secondary.active {
  color: #ffffff !important;
  background-color: #080a0c !important;
  border-color: #080a0c !important;
}
.btn-secondary.disabled,
.btn-secondary:disabled {
  color: #ffffff !important;
  background-color: #080a0c !important;
  border-color: #080a0c !important;
}
.btn-secondary:hover {
  background-color: #ff513c !important;
  border-color: #ff513c !important;
}
.btn-info,
.btn-info:active {
  background-color: #61728a !important;
  border-color: #61728a !important;
  color: #ffffff !important;
}
.btn-info:hover,
.btn-info:focus,
.btn-info.focus,
.btn-info.active {
  color: #ffffff !important;
  background-color: #414d5d !important;
  border-color: #414d5d !important;
}
.btn-info.disabled,
.btn-info:disabled {
  color: #ffffff !important;
  background-color: #414d5d !important;
  border-color: #414d5d !important;
}
.btn-info:hover {
  background-color: #ff513c !important;
  border-color: #ff513c !important;
}
.btn-success,
.btn-success:active {
  background-color: #fff000 !important;
  border-color: #fff000 !important;
  color: #000000 !important;
}
.btn-success:hover,
.btn-success:focus,
.btn-success.focus,
.btn-success.active {
  color: #000000 !important;
  background-color: #b3a800 !important;
  border-color: #b3a800 !important;
}
.btn-success.disabled,
.btn-success:disabled {
  color: #000000 !important;
  background-color: #b3a800 !important;
  border-color: #b3a800 !important;
}
.btn-success:hover {
  background-color: #ff513c !important;
  border-color: #ff513c !important;
}
.btn-warning,
.btn-warning:active {
  background-color: #d52b27 !important;
  border-color: #d52b27 !important;
  color: #ffffff !important;
}
.btn-warning:hover,
.btn-warning:focus,
.btn-warning.focus,
.btn-warning.active {
  color: #ffffff !important;
  background-color: #941e1b !important;
  border-color: #941e1b !important;
}
.btn-warning.disabled,
.btn-warning:disabled {
  color: #ffffff !important;
  background-color: #941e1b !important;
  border-color: #941e1b !important;
}
.btn-warning:hover {
  background-color: #ff513c !important;
  border-color: #ff513c !important;
}
.btn-danger,
.btn-danger:active {
  background-color: #1352ff !important;
  border-color: #1352ff !important;
  color: #ffffff !important;
}
.btn-danger:hover,
.btn-danger:focus,
.btn-danger.focus,
.btn-danger.active {
  color: #ffffff !important;
  background-color: #0035c5 !important;
  border-color: #0035c5 !important;
}
.btn-danger.disabled,
.btn-danger:disabled {
  color: #ffffff !important;
  background-color: #0035c5 !important;
  border-color: #0035c5 !important;
}
.btn-danger:hover {
  background-color: #ff513c !important;
  border-color: #ff513c !important;
}
.btn-white,
.btn-white:active {
  background-color: #f3f3f3 !important;
  border-color: #f3f3f3 !important;
  color: #737373 !important;
}
.btn-white:hover,
.btn-white:focus,
.btn-white.focus,
.btn-white.active {
  color: #737373 !important;
  background-color: #cdcdcd !important;
  border-color: #cdcdcd !important;
}
.btn-white.disabled,
.btn-white:disabled {
  color: #737373 !important;
  background-color: #cdcdcd !important;
  border-color: #cdcdcd !important;
}
.btn-white:hover {
  background-color: #ff513c !important;
  border-color: #ff513c !important;
}
.btn-white:hover {
  color: white!important;
}
.btn-black,
.btn-black:active {
  background-color: #000000 !important;
  border-color: #000000 !important;
  color: #ffffff !important;
}
.btn-black:hover,
.btn-black:focus,
.btn-black.focus,
.btn-black.active {
  color: #ffffff !important;
  background-color: #000000 !important;
  border-color: #000000 !important;
}
.btn-black.disabled,
.btn-black:disabled {
  color: #ffffff !important;
  background-color: #000000 !important;
  border-color: #000000 !important;
}
.btn-black:hover {
  background-color: #ff513c !important;
  border-color: #ff513c !important;
}
.btn-primary-outline,
.btn-primary-outline:active {
  background: none;
  border-color: #ff513c;
  color: #ff513c;
}
.btn-primary-outline:hover,
.btn-primary-outline:focus,
.btn-primary-outline.focus,
.btn-primary-outline.active {
  color: #ffffff;
  background-color: #ff513c;
  border-color: #ff513c;
}
.btn-primary-outline.disabled,
.btn-primary-outline:disabled {
  color: #ffffff !important;
  background-color: #ff513c !important;
  border-color: #ff513c !important;
}
.btn-secondary-outline,
.btn-secondary-outline:active {
  background: none;
  border-color: #282f39;
  color: #282f39;
}
.btn-secondary-outline:hover,
.btn-secondary-outline:focus,
.btn-secondary-outline.focus,
.btn-secondary-outline.active {
  color: #ffffff;
  background-color: #282f39;
  border-color: #282f39;
}
.btn-secondary-outline.disabled,
.btn-secondary-outline:disabled {
  color: #ffffff !important;
  background-color: #282f39 !important;
  border-color: #282f39 !important;
}
.btn-info-outline,
.btn-info-outline:active {
  background: none;
  border-color: #61728a;
  color: #61728a;
}
.btn-info-outline:hover,
.btn-info-outline:focus,
.btn-info-outline.focus,
.btn-info-outline.active {
  color: #ffffff;
  background-color: #61728a;
  border-color: #61728a;
}
.btn-info-outline.disabled,
.btn-info-outline:disabled {
  color: #ffffff !important;
  background-color: #61728a !important;
  border-color: #61728a !important;
}
.btn-success-outline,
.btn-success-outline:active {
  background: none;
  border-color: #fff000;
  color: #fff000;
}
.btn-success-outline:hover,
.btn-success-outline:focus,
.btn-success-outline.focus,
.btn-success-outline.active {
  color: #000000;
  background-color: #fff000;
  border-color: #fff000;
}
.btn-success-outline.disabled,
.btn-success-outline:disabled {
  color: #000000 !important;
  background-color: #fff000 !important;
  border-color: #fff000 !important;
}
.btn-warning-outline,
.btn-warning-outline:active {
  background: none;
  border-color: #d52b27;
  color: #d52b27;
}
.btn-warning-outline:hover,
.btn-warning-outline:focus,
.btn-warning-outline.focus,
.btn-warning-outline.active {
  color: #ffffff;
  background-color: #d52b27;
  border-color: #d52b27;
}
.btn-warning-outline.disabled,
.btn-warning-outline:disabled {
  color: #ffffff !important;
  background-color: #d52b27 !important;
  border-color: #d52b27 !important;
}
.btn-danger-outline,
.btn-danger-outline:active {
  background: none;
  border-color: #1352ff;
  color: #1352ff;
}
.btn-danger-outline:hover,
.btn-danger-outline:focus,
.btn-danger-outline.focus,
.btn-danger-outline.active {
  color: #ffffff;
  background-color: #1352ff;
  border-color: #1352ff;
}
.btn-danger-outline.disabled,
.btn-danger-outline:disabled {
  color: #ffffff !important;
  background-color: #1352ff !important;
  border-color: #1352ff !important;
}
.btn-black-outline,
.btn-black-outline:active {
  background: none;
  border-color: #333333;
  color: #333333;
}
.btn-black-outline:hover,
.btn-black-outline:focus,
.btn-black-outline.focus,
.btn-black-outline.active {
  color: #ffffff;
  background-color: #333333;
  border-color: #333333;
}
.btn-black-outline.disabled,
.btn-black-outline:disabled {
  color: #ffffff !important;
  background-color: #333333 !important;
  border-color: #333333 !important;
}
.btn-white-outline,
.btn-white-outline:active {
  background: none;
  border-color: #f3f3f3;
  color: #f3f3f3;
}
.btn-white-outline:hover,
.btn-white-outline:focus,
.btn-white-outline.focus,
.btn-white-outline.active {
  color: #737373;
  background-color: #f3f3f3;
  border-color: #f3f3f3;
}
.btn-white-outline.disabled,
.btn-white-outline:disabled {
  color: #737373 !important;
  background-color: #f3f3f3 !important;
  border-color: #f3f3f3 !important;
}
.text-primary {
  color: #ff513c !important;
}
.text-secondary {
  color: #282f39 !important;
}
.text-success {
  color: #fff000 !important;
}
.text-info {
  color: #61728a !important;
}
.text-warning {
  color: #d52b27 !important;
}
.text-danger {
  color: #1352ff !important;
}
.text-white {
  color: #ffffff !important;
}
.text-black {
  color: #000000 !important;
}
a.text-primary:hover,
a.text-primary:focus {
  color: #ffaca2 !important;
}
a.text-secondary:hover,
a.text-secondary:focus {
  color: #526075 !important;
}
a.text-success:hover,
a.text-success:focus {
  color: #fff666 !important;
}
a.text-info:hover,
a.text-info:focus {
  color: #99a6b8 !important;
}
a.text-warning:hover,
a.text-warning:focus {
  color: #e77e7b !important;
}
a.text-danger:hover,
a.text-danger:focus {
  color: #799dff !important;
}
a.text-white:hover,
a.text-white:focus {
  color: #ffffff !important;
}
a.text-black:hover,
a.text-black:focus {
  color: #4d4d4d !important;
}
.alert-success {
  background-color: #70c770;
}
.alert-info {
  background-color: #61728a;
}
.alert-warning {
  background-color: #d52b27;
}
.alert-danger {
  background-color: #1352ff;
}
.mbr-section-btn a.btn:not(.btn-form) {
  border-radius: 100px;
}
.mbr-section-btn a.btn:not(.btn-form):hover,
.mbr-section-btn a.btn:not(.btn-form):focus {
  box-shadow: 0 10px 40px 0 rgba(0, 0, 0, 0.2) !important;
  -webkit-box-shadow: 0 10px 40px 0 rgba(0, 0, 0, 0.2) !important;
}
.mbr-gallery-filter li a {
  border-radius: 100px !important;
}
.mbr-gallery-filter li.active .btn {
  background-color: #ff513c;
  border-color: #ff513c;
  color: #ffffff;
}
.mbr-gallery-filter li.active .btn:focus {
  box-shadow: none;
}
.nav-tabs .nav-link {
  border-radius: 100px !important;
}
a,
a:hover {
  color: #ff513c;
}
.mbr-plan-header.bg-primary .mbr-plan-subtitle,
.mbr-plan-header.bg-primary .mbr-plan-price-desc {
  color: #ffffff;
}
.mbr-plan-header.bg-success .mbr-plan-subtitle,
.mbr-plan-header.bg-success .mbr-plan-price-desc {
  color: #fffccc;
}
.mbr-plan-header.bg-info .mbr-plan-subtitle,
.mbr-plan-header.bg-info .mbr-plan-price-desc {
  color: #a8b3c2;
}
.mbr-plan-header.bg-warning .mbr-plan-subtitle,
.mbr-plan-header.bg-warning .mbr-plan-price-desc {
  color: #f7d2d1;
}
.mbr-plan-header.bg-danger .mbr-plan-subtitle,
.mbr-plan-header.bg-danger .mbr-plan-price-desc {
  color: #dfe8ff;
}
/* Scroll to top button*/
#scrollToTop a {
  border-radius: 100px;
}
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-sWZamCVLK5 .navbar {
  padding: .5rem 0;
  transition: none;
  min-height: 50px;
  background: none;
}
.cid-sWZamCVLK5 .navbar .mbr-overlay {
  z-index: -1;
  transition: all .3s;
  background: #0e1b28;
}
.cid-sWZamCVLK5 .navbar-fixed-top {
  padding-top: 0;
}
.cid-sWZamCVLK5 .navbar-collapse {
  flex-basis: auto;
}
.cid-sWZamCVLK5 .dropdown-item {
  padding: 0;
}
.cid-sWZamCVLK5 .dropdown-menu {
  border: 0px solid lightgray;
  background: #0b1d32 !important;
}
.cid-sWZamCVLK5 .menu-content-top {
  max-width: 1200px;
  margin: auto;
  align-items: center;
  justify-content: space-between;
  overflow: hidden;
  transition: min-height 0.25s ease-in-out;
}
@media (max-width: 992px) {
  .cid-sWZamCVLK5 .menu-content-top {
    width: 100%;
  }
  .cid-sWZamCVLK5 .menu-content-top .menu-logo {
    display: none;
  }
  .cid-sWZamCVLK5 .menu-content-top .navbar-buttons {
    display: none !important;
  }
  .cid-sWZamCVLK5 .menu-content-top .menu-content-right {
    justify-content: space-between;
  }
}
.cid-sWZamCVLK5 .menu-bottom {
  margin: auto;
  width: 100%;
  display: flex;
  position: relative;
}
.cid-sWZamCVLK5 .menu-bottom .menu-wrap {
  justify-content: flex-end;
}
@media (min-width: 992px) {
  .cid-sWZamCVLK5 .menu-bottom .navbar-brand-bottom {
    display: none !important;
  }
}
.cid-sWZamCVLK5 .menu-bottom .mbr-overlay2 {
  z-index: 0;
  transition: all .3s;
  background: #0b1d32;
  bottom: 0;
  left: 0;
  opacity: .5;
  position: absolute;
  right: 0;
  top: 0;
  pointer-events: none;
}
.cid-sWZamCVLK5 .menu-bottom .icons-menu {
  flex-wrap: wrap;
  display: flex;
  justify-content: center;
  padding-left: 1rem;
  text-align: center;
}
.cid-sWZamCVLK5 .menu-bottom .icons-menu span {
  font-size: 16px;
  color: #ff513c;
}
.cid-sWZamCVLK5 .navbar-dropdown.bg-color.transparent.opened {
  background: #0e1b28;
}
.cid-sWZamCVLK5 a {
  font-style: normal;
}
.cid-sWZamCVLK5 .nav-item {
  border-right: 1px #0e2640;
  border-left: 1px #0e2640;
}
.cid-sWZamCVLK5 .nav-item span {
  padding-right: 0.4em;
  line-height: 0.5em;
  vertical-align: text-bottom;
  position: relative;
  top: -0.2em;
  text-decoration: none;
}
.cid-sWZamCVLK5 .nav-item a {
  padding: 20px 0 !important;
  margin: 0 .5rem !important;
}
.cid-sWZamCVLK5 .dropdown-item:before {
  font-family: MobiriseIcons !important;
  display: inline-block;
  width: 0;
  position: absolute;
  left: 1rem;
  top: 0.5rem;
  margin-right: 0.5rem;
  line-height: 1;
  font-size: inherit;
  vertical-align: middle;
  text-align: center;
  overflow: hidden;
  transform: scale(0, 1);
  transition: all 0.25s ease-in-out;
}
.cid-sWZamCVLK5 .content-text {
  margin-bottom: 0;
}
.cid-sWZamCVLK5 .navbar-nav {
  position: relative;
  min-height: 49px;
  flex-direction: row;
}
@media (min-width: 992px) {
  .cid-sWZamCVLK5 .navbar-nav .main-menu-animated-line {
    position: absolute;
    left: 0;
    width: 0;
    height: 0;
    z-index: 100;
    border-top: 4px solid #ff513c;
    transition: width 0.4s, left 0.6s cubic-bezier(0.19, 0.65, 0.02, 0.93);
  }
  .cid-sWZamCVLK5 .navbar-nav .main-menu-animated-line.bottom {
    bottom: 0;
  }
}
.cid-sWZamCVLK5 .navbar-nav .nav-item span {
  padding-right: 0;
}
.cid-sWZamCVLK5 .navbar-nav .nav-item a {
  margin: 0 1.3rem !important;
}
.cid-sWZamCVLK5 .display-4 > .mbr-iconfont {
  font-size: 1.43em;
}
.cid-sWZamCVLK5 .display-4 > .btn > .mbr-iconfont {
  font-size: 1.43em;
}
.cid-sWZamCVLK5 .nav-dropdown .dropdown-item {
  font-weight: 400;
}
.cid-sWZamCVLK5 .navbar-buttons.mbr-section-btn {
  display: flex;
  align-items: center;
  justify-content: center;
}
.cid-sWZamCVLK5 .nav-dropdown .link {
  font-weight: 400;
}
.cid-sWZamCVLK5 .menu .navbar-brand .logo-text-part {
  vertical-align: top;
}
.cid-sWZamCVLK5 .content-right-side {
  text-align: center;
}
.cid-sWZamCVLK5 .content-right-side .content-link {
  margin-left: 2rem;
}
.cid-sWZamCVLK5 .content-right-side .content-link span {
  vertical-align: middle;
  padding-right: 1rem;
}
.cid-sWZamCVLK5 .info-widget {
  margin-left: 16px;
  padding-top: 0.5rem;
}
.cid-sWZamCVLK5 .menu-content-right {
  display: flex;
  align-items: center;
}
.cid-sWZamCVLK5 .menu-content-right .info-widget:last-child {
  padding-right: 0;
}
.cid-sWZamCVLK5 .menu-content-right .info-widget:first-child {
  padding-left: 0;
  border-left: none;
}
.cid-sWZamCVLK5 .widget-content {
  display: inline-block;
  vertical-align: top;
  text-align: left;
}
.cid-sWZamCVLK5 .widget-content .widget-title {
  margin-bottom: 0px;
  font-weight: 500;
}
.cid-sWZamCVLK5 .widget-content .widget-title .mbr-iconfont {
  display: inline-block;
  padding-right: 0.5rem;
  font-size: 20px !important;
}
.cid-sWZamCVLK5 .widget-content .widget-title.display-7 {
  line-height: 1.2 !important;
}
.cid-sWZamCVLK5 .widget-content .widget-text {
  margin-bottom: 0;
}
@media (min-width: 992px) {
  .cid-sWZamCVLK5 .navbar .menu-content-top {
    display: flex;
    min-height: 83px;
    height: 100%;
  }
  .cid-sWZamCVLK5 .content-right-side {
    text-align: right;
    flex-wrap: nowrap;
    display: flex;
    align-items: center;
  }
  .cid-sWZamCVLK5 .menu-content-top {
    border-bottom: 0px solid rgba(0, 0, 0, 0.12);
  }
  .cid-sWZamCVLK5 .navbar {
    display: block;
    padding: 0;
  }
  .cid-sWZamCVLK5 .navbar .menu-logo {
    margin-right: auto;
    display: flex;
    align-items: center;
  }
  .cid-sWZamCVLK5 .navbar:not(.navbar-short) .navbar-collapse {
    max-height: calc(100vh - 7rem - 4.5rem);
  }
  .cid-sWZamCVLK5 .navbar.navbar-toggleable-sm .navbar-collapse .navbar-nav .nav-item {
    align-self: auto;
    display: flex;
    align-items: center;
    z-index: 101;
    min-height: 49px;
    padding-top: 8px !important;
  }
  .cid-sWZamCVLK5 .dropdown-item:hover:before {
    transform: scale(1, 1);
    width: 16px;
  }
  .cid-sWZamCVLK5 .navbar-toggler {
    display: none;
  }
  .cid-sWZamCVLK5 .navbar-collapse {
    justify-content: flex-start;
  }
}
.cid-sWZamCVLK5 .navbar-short .menu-content-top {
  height: 0;
  min-height: 0;
  border: none;
}
.cid-sWZamCVLK5 .btn {
  display: inline-flex;
  align-items: center;
}
.cid-sWZamCVLK5 .btn.btn-success-outline {
  color: #ffffff;
  font-weight: normal;
  letter-spacing: 0;
}
.cid-sWZamCVLK5 .btn .mbr-iconfont {
  font-size: 1.2em;
}
.cid-sWZamCVLK5 .menu-logo {
  margin-right: auto;
}
.cid-sWZamCVLK5 .menu-logo .navbar-brand {
  display: flex;
  margin-left: 1.5rem;
  padding: 0.5rem 0;
  transition: padding .2s;
  min-height: 3.8rem;
  align-items: center;
}
.cid-sWZamCVLK5 .menu-logo .navbar-brand .navbar-caption-wrap {
  display: -webkit-flex;
  align-items: center;
  word-break: break-word;
  min-width: 7rem;
  margin: .3rem 0;
}
.cid-sWZamCVLK5 .menu-logo .navbar-brand .navbar-caption-wrap .navbar-caption {
  line-height: 1.2rem !important;
  padding-right: 2rem;
}
.cid-sWZamCVLK5 .menu-logo .navbar-brand .navbar-logo {
  font-size: 4rem;
  transition: font-size 0.25s;
}
.cid-sWZamCVLK5 .menu-logo .navbar-brand .navbar-logo img {
  display: flex;
}
.cid-sWZamCVLK5 .menu-logo .navbar-brand .navbar-logo .mbr-iconfont {
  transition: font-size 0.25s;
}
.cid-sWZamCVLK5 .navbar-toggleable-sm .navbar-collapse {
  width: auto;
}
.cid-sWZamCVLK5 .navbar-toggleable-sm .navbar-collapse .navbar-nav {
  flex-wrap: wrap;
  padding-left: 0;
}
.cid-sWZamCVLK5 .navbar-toggleable-sm .navbar-collapse .navbar-nav .nav-item {
  align-self: center;
}
.cid-sWZamCVLK5 .navbar-toggleable-sm .navbar-collapse .navbar-buttons {
  padding-left: 0;
  padding-bottom: 0;
}
.cid-sWZamCVLK5 .dropdown .dropdown-menu {
  background: #0e1b28;
  display: none;
  position: absolute;
  min-width: 5rem;
  padding-top: 0.5rem;
  padding-bottom: 0.5rem;
  text-align: left;
}
@media (max-width: 991px) {
  .cid-sWZamCVLK5 .dropdown .dropdown-menu {
    overflow: hidden;
  }
}
.cid-sWZamCVLK5 .dropdown .dropdown-menu .dropdown-item {
  width: auto;
  transition: all 0.25s ease-in-out;
}
.cid-sWZamCVLK5 .dropdown .dropdown-menu .dropdown-item::after {
  right: -0.5rem;
}
.cid-sWZamCVLK5 .dropdown .dropdown-menu .dropdown-item:hover .mbr-iconfont:before {
  transform: scale(0, 1);
}
.cid-sWZamCVLK5 .dropdown .dropdown-menu .dropdown-item .mbr-iconfont {
  margin-left: -1.8rem;
  padding-right: 1rem;
  font-size: inherit;
}
.cid-sWZamCVLK5 .dropdown .dropdown-menu .dropdown-item .mbr-iconfont:before {
  display: inline-block;
  transform: scale(1, 1);
  transition: all 0.25s ease-in-out;
}
.cid-sWZamCVLK5 .dropdown .dropdown-menu .dropdown-submenu {
  margin: 0;
}
.cid-sWZamCVLK5 .dropdown.open > .dropdown-menu {
  display: block;
}
.cid-sWZamCVLK5 .navbar-toggleable-sm.opened:after {
  position: absolute;
  width: 100vw;
  height: 100vh;
  content: '';
  background-color: rgba(0, 0, 0, 0.1);
  left: 0;
  bottom: 0;
  transform: translateY(100%);
  z-index: 1000;
}
.cid-sWZamCVLK5 .navbar.navbar-short {
  min-height: 50px;
  transition: all .2s;
}
.cid-sWZamCVLK5 .navbar.navbar-short .navbar-logo a {
  font-size: 2.5rem !important;
  line-height: 1;
  transition: font-size 0.25s;
}
.cid-sWZamCVLK5 .navbar.navbar-short .navbar-logo a .mbr-iconfont {
  font-size: 2.5rem !important;
}
.cid-sWZamCVLK5 .navbar.navbar-short .navbar-logo a img {
  height: 3rem !important;
}
.cid-sWZamCVLK5 .navbar.navbar-short .navbar-brand {
  min-height: 3rem;
}
.cid-sWZamCVLK5 button.navbar-toggler {
  width: 31px;
  height: 18px;
  cursor: pointer;
  transition: all .2s;
  margin: 1rem .8rem;
  align-self: auto;
}
.cid-sWZamCVLK5 button.navbar-toggler.collapsed {
  align-self: center;
}
.cid-sWZamCVLK5 button.navbar-toggler:focus {
  outline: none;
}
.cid-sWZamCVLK5 button.navbar-toggler .hamburger span {
  position: absolute;
  right: 0;
  width: 30px;
  height: 2px;
  border-right: 5px;
  background-color: #ffffff;
}
.cid-sWZamCVLK5 button.navbar-toggler .hamburger span:nth-child(1) {
  top: 0;
  transition: all .2s;
}
.cid-sWZamCVLK5 button.navbar-toggler .hamburger span:nth-child(2) {
  top: 8px;
  transition: all .15s;
}
.cid-sWZamCVLK5 button.navbar-toggler .hamburger span:nth-child(3) {
  top: 8px;
  transition: all .15s;
}
.cid-sWZamCVLK5 button.navbar-toggler .hamburger span:nth-child(4) {
  top: 16px;
  transition: all .2s;
}
.cid-sWZamCVLK5 nav.opened .hamburger span:nth-child(1) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all .2s;
}
.cid-sWZamCVLK5 nav.opened .hamburger span:nth-child(2) {
  transform: rotate(45deg);
  transition: all .25s;
}
.cid-sWZamCVLK5 nav.opened .hamburger span:nth-child(3) {
  transform: rotate(-45deg);
  transition: all .25s;
}
.cid-sWZamCVLK5 nav.opened .hamburger span:nth-child(4) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all .2s;
}
.cid-sWZamCVLK5 .collapsed.navbar-toggler {
  align-self: auto;
}
.cid-sWZamCVLK5 .collapsed .dropdown-menu .dropdown-item:before {
  display: none;
}
.cid-sWZamCVLK5 .collapsed .dropdown .dropdown-menu .dropdown-item {
  padding: 0.235em 1.5em 0.235em 1.5em !important;
  transition: none;
  margin: 0 !important;
}
.cid-sWZamCVLK5 .collapsed .btn {
  display: flex;
}
.cid-sWZamCVLK5 .collapsed .navbar-collapse {
  display: none !important;
  padding-right: 0 !important;
}
.cid-sWZamCVLK5 .collapsed .navbar-collapse.collapsing,
.cid-sWZamCVLK5 .collapsed .navbar-collapse.show {
  display: block !important;
}
.cid-sWZamCVLK5 .collapsed .navbar-collapse.collapsing .navbar-nav,
.cid-sWZamCVLK5 .collapsed .navbar-collapse.show .navbar-nav {
  display: block;
  text-align: center;
}
.cid-sWZamCVLK5 .collapsed .navbar-collapse.collapsing .navbar-nav .nav-item,
.cid-sWZamCVLK5 .collapsed .navbar-collapse.show .navbar-nav .nav-item {
  clear: both;
}
.cid-sWZamCVLK5 .collapsed .navbar-collapse.collapsing .navbar-buttons,
.cid-sWZamCVLK5 .collapsed .navbar-collapse.show .navbar-buttons {
  display: flex;
  justify-content: center;
  text-align: center;
}
.cid-sWZamCVLK5 .collapsed .navbar-collapse.collapsing .navbar-buttons:last-child,
.cid-sWZamCVLK5 .collapsed .navbar-collapse.show .navbar-buttons:last-child {
  margin-bottom: 1rem;
}
@media (min-width: 992px) {
  .cid-sWZamCVLK5 .collapsed .dropdown .dropdown-menu {
    overflow: hidden;
  }
}
.cid-sWZamCVLK5 .collapsed button.navbar-toggler {
  display: block;
}
.cid-sWZamCVLK5 .collapsed .navbar-brand {
  margin-left: 1rem !important;
  margin-top: .5rem;
}
.cid-sWZamCVLK5 .collapsed .navbar-toggleable-sm {
  flex-direction: column;
}
.cid-sWZamCVLK5 .collapsed .dropdown .dropdown-menu {
  width: 100%;
  text-align: center;
  position: relative;
  opacity: 0;
  display: block;
  height: 0;
  visibility: hidden;
  padding: 0;
  transition-duration: .5s;
  transition-property: opacity, padding, height;
}
.cid-sWZamCVLK5 .collapsed .dropdown.open > .dropdown-menu {
  position: relative;
  opacity: 1;
  height: auto;
  padding: 1.4rem 0;
  visibility: visible;
}
.cid-sWZamCVLK5 .collapsed .dropdown .dropdown-submenu {
  left: 0;
  text-align: center;
  width: 100%;
}
.cid-sWZamCVLK5 .collapsed .dropdown .dropdown-toggle[data-toggle="dropdown-submenu"]::after {
  margin-top: 0;
  position: inherit;
  right: 0;
  top: 50%;
  display: inline-block;
  width: 0;
  height: 0;
  margin-left: .3em;
  vertical-align: middle;
  content: "";
  border-top: .30em solid;
  border-right: .30em solid transparent;
  border-left: .30em solid transparent;
}
.cid-sWZamCVLK5 .collapsed .menu-bottom {
  flex-direction: column-reverse;
  justify-content: center;
}
.cid-sWZamCVLK5 .collapsed .menu-bottom .icons-menu {
  padding-left: 0;
  padding-top: .5rem;
  padding-bottom: .5rem;
}
@media (max-width: 991px) {
  .cid-sWZamCVLK5 .navbar-collapse {
    padding-bottom: 1rem;
    display: none !important;
    padding-right: 0 !important;
  }
  .cid-sWZamCVLK5 .navbar-collapse.collapsing,
  .cid-sWZamCVLK5 .navbar-collapse.show {
    display: block !important;
  }
  .cid-sWZamCVLK5 .navbar-collapse.collapsing .navbar-nav,
  .cid-sWZamCVLK5 .navbar-collapse.show .navbar-nav {
    display: block;
    text-align: center;
  }
  .cid-sWZamCVLK5 .navbar-collapse.collapsing .navbar-nav .nav-item,
  .cid-sWZamCVLK5 .navbar-collapse.show .navbar-nav .nav-item {
    clear: both;
  }
  .cid-sWZamCVLK5 .navbar-collapse.collapsing .navbar-buttons,
  .cid-sWZamCVLK5 .navbar-collapse.show .navbar-buttons {
    display: flex;
    justify-content: center;
    text-align: center;
  }
  .cid-sWZamCVLK5 .navbar-collapse.collapsing .navbar-buttons:last-child,
  .cid-sWZamCVLK5 .navbar-collapse.show .navbar-buttons:last-child {
    margin-bottom: 1rem;
  }
  .cid-sWZamCVLK5 .menu-bottom {
    flex-direction: row;
    justify-content: center;
  }
  .cid-sWZamCVLK5 .menu-bottom .icons-menu {
    padding-left: 0;
    padding-top: .5rem;
    padding-bottom: .5rem;
  }
  .cid-sWZamCVLK5 .menu-bottom .navbar-brand-bottom {
    margin-right: auto;
  }
  .cid-sWZamCVLK5 img {
    height: 3.8rem !important;
  }
  .cid-sWZamCVLK5 .btn {
    display: flex;
  }
  .cid-sWZamCVLK5 button.navbar-toggler {
    display: block;
  }
  .cid-sWZamCVLK5 .navbar-brand {
    margin-left: 1rem !important;
    margin-top: .5rem;
  }
  .cid-sWZamCVLK5 .navbar-toggleable-sm {
    flex-direction: column;
  }
  .cid-sWZamCVLK5 .dropdown .dropdown-menu {
    width: 100%;
    text-align: center;
    position: relative;
    opacity: 0;
    display: block;
    height: 0;
    visibility: hidden;
    padding: 0;
    transition-duration: .5s;
    transition-property: opacity, padding, height;
  }
  .cid-sWZamCVLK5 .dropdown.open > .dropdown-menu {
    position: relative;
    opacity: 1;
    height: auto;
    padding: 1.4rem 0;
    visibility: visible;
  }
  .cid-sWZamCVLK5 .dropdown .dropdown-submenu {
    left: 0;
    text-align: center;
    width: 100%;
  }
  .cid-sWZamCVLK5 .dropdown .dropdown-toggle[data-toggle="dropdown-submenu"]::after {
    margin-top: 0;
    position: inherit;
    right: 0;
    top: 50%;
    display: inline-block;
    width: 0;
    height: 0;
    margin-left: .3em;
    vertical-align: middle;
    content: "";
    border-top: .30em solid;
    border-right: .30em solid transparent;
    border-left: .30em solid transparent;
  }
  .cid-sWZamCVLK5 .navbar-buttons.mbr-section-btn {
    width: 100%;
  }
  .cid-sWZamCVLK5 .dropdown .dropdown-menu .dropdown-item {
    padding: 0.235em 1.5em 0.235em 1.5em !important;
    transition: none;
    margin: 0 !important;
  }
}
.cid-sWZamCVLK5 .navbar-dropdown {
  flex-wrap: nowrap;
}
.cid-sWZamCVLK5 .nav-link:focus {
  outline: none;
}
.cid-sWZamCVLK5 .navbar-toggler {
  position: relative;
}
.cid-sWZamCVLK5 .dropdown-item.active,
.cid-sWZamCVLK5 .dropdown-item:active {
  background: #0b1d32;
  color: initial;
}
.cid-sWZamCVLK5 .widget-text {
  text-align: left;
}
.cid-rZqakGdhKi {
  background-image: url("../../../assets/images/audi-min2126x1080-183.jpg");
}
.cid-rZqakGdhKi .card {
  border-radius: 0;
  margin: auto 0;
}
.cid-rZqakGdhKi .card .wrapper .mbr-section-title {
  color: #ffffff;
  font-weight: 700;
}
.cid-rZqakGdhKi .card .wrapper .mbr-section-title span:first-child {
  color: #ff4e3c;
}
.cid-rZqakGdhKi .card .wrapper .mbr-section-title span:nth-child(2) {
  line-height: 1;
  color: #ffffff;
  padding: 0 6px 1px 5px;
  transform: skew(-14deg);
  background: #ff5e3a;
  background: linear-gradient(#ff5e3a 0%, #ff653c 69%, #ff4e3c 100%);
  display: inline-block;
  font-weight: 500;
  letter-spacing: 0;
  position: relative;
}
.cid-rZqakGdhKi .card .wrapper .mbr-section-subtitle {
  color: #ffffff;
}
.cid-rZqakGdhKi .card .wrapper .mbr-section-subtitle.display-7 {
  letter-spacing: 0;
}
.cid-rZqakGdhKi .card .wrapper .mbr-text {
  color: #ffffff;
  font-weight: 300;
}
.cid-rZqakGdhKi .card .wrapper .mbr-list {
  margin-top: 20px;
  color: #ffffff;
}
.cid-rZqakGdhKi .card .wrapper .mbr-list .list {
  list-style-type: none;
  padding-left: 0;
}
.cid-rZqakGdhKi .card .wrapper .mbr-list .list li {
  line-height: 1.75;
  padding-top: 5px;
  padding-bottom: 5px;
}
.cid-rZqakGdhKi .card .wrapper .mbr-list .list li:before {
  font-weight: 900;
  color: #ff4e3c;
  display: inline-block;
  content: "\e97c";
  font-family: 'Moririse2' !important;
  text-align: center;
  line-height: 1.5em;
  transition: all 0.3s;
  width: 25px;
  height: 25px;
  margin-right: 15px;
}
.cid-rZqakGdhKi .card .wrapper .buttons-wrap .mbr-section-btn .btn.display-4 {
  padding: 12px 35px;
  line-height: 1.0625;
}
.cid-rZqakGdhKi .card .wrapper .mbr-section-title,
.cid-rZqakGdhKi .mbr-section-btn,
.cid-rZqakGdhKi .mbr-list .list {
  text-align: left;
}
.cid-rZqakGdhKi .card .wrapper .mbr-section-subtitle,
.cid-rZqakGdhKi .mbr-section-btn,
.cid-rZqakGdhKi .mbr-list .list {
  text-align: left;
}
.cid-t3oL2TXjX8 {
  padding-top: 30px;
  padding-bottom: 0px;
  background-color: #ffffff;
}
.cid-t3oL2TXjX8 .mbr-section-title {
  color: #06182d;
}
.cid-t3oL2TXjX8 .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-t3oL2TXjX8 .mbr-section-subtitle {
  color: #000000;
}
.cid-t3oL2TXjX8 .mbr-section-subtitle.display-7 {
  letter-spacing: 0;
}
.cid-t3oL2TXjX8 .mbr-section-text {
  color: #999999;
}
.cid-t3oL2TXjX8 .nav-tabs .nav-item.open .nav-link:focus,
.cid-t3oL2TXjX8 .nav-tabs .nav-link.active:focus {
  outline: none;
}
.cid-t3oL2TXjX8 .nav-tabs {
  flex-wrap: wrap;
  border-bottom: 1px solid #f4f6f9;
}
.cid-t3oL2TXjX8 .nav-tabs .nav-item {
  margin-right: 4px;
}
.cid-t3oL2TXjX8 .first {
  margin-left: -24px;
}
.cid-t3oL2TXjX8 .nav-tabs .nav-link {
  color: #06182d;
  font-style: normal;
  font-weight: 300;
  transition: all .5s;
  border: none;
  border-radius: 0 !important;
  background-color: #f4f6f9;
  padding: 1rem 2.2rem;
}
.cid-t3oL2TXjX8 .nav-tabs .nav-link:hover {
  cursor: pointer;
  color: #ff513c;
}
.cid-t3oL2TXjX8 .nav-tabs .nav-link.active {
  font-weight: 500;
  color: #ffffff;
  font-style: normal;
  background-color: #ff513c;
}
.cid-t3oL2TXjX8 P {
  color: #879a9f;
}
@media (max-width: 768px) {
  .cid-t3oL2TXjX8 .first {
    margin-left: 0;
  }
}
@media (max-width: 576px) {
  .cid-t3oL2TXjX8 .nav-tabs {
    flex-direction: column;
    justify-content: center;
  }
  .cid-t3oL2TXjX8 .mbr-text,
  .cid-t3oL2TXjX8 .nav-link {
    text-align: center;
  }
}
.cid-t3oL2TXjX8 .tab-content .tab-pane .mbr-text {
  color: #000000;
}
.cid-rZqalB3CUR {
  background-color: #f5f5f5;
}
.cid-rZqalB3CUR .mbr-section-title {
  color: #06182d;
  margin-bottom: 1rem;
  transition: all 0.15s linear 0s;
}
.cid-rZqalB3CUR .mbr-section-title.display-5 {
  letter-spacing: 1px;
}
.cid-rZqalB3CUR .mbr-section-title:hover {
  opacity: 0.8;
}
.cid-rZqalB3CUR .mbr-section-subtitle {
  color: #61728a;
  margin-bottom: 1rem;
  letter-spacing: 0.03em;
}
.cid-rZqalB3CUR .mbr-section-subtitle.mbr-light {
  font-weight: 300;
}
.cid-rZqalB3CUR .btn {
  margin: 0px !important;
}
.cid-rZqalB3CUR .btn.btn-success-outline {
  color: #000000;
}
.cid-rZqalB3CUR .btn.btn-sm {
  padding: 7px 39px;
}
.cid-rZqalB3CUR .second-col {
  display: flex;
  align-items: center;
  justify-content: center;
}
.cid-rZqalB3CUR .carousel-item {
  justify-content: center;
}
.cid-rZqalB3CUR .carousel-item .media-container-row {
  flex-grow: 1;
}
.cid-rZqalB3CUR .carousel-item .media-container-row .col-md-12 {
  padding: 0;
}
.cid-rZqalB3CUR .carousel-item .wrap-img {
  text-align: center;
  max-height: 400px;
}
.cid-rZqalB3CUR .carousel-item .wrap-img img {
  width: auto;
  max-width: 100%;
  -o-object-fit: cover;
  object-fit: cover;
}
.cid-rZqalB3CUR .carousel {
  display: flex;
  flex-direction: column-reverse;
  width: 100%;
  position: relative;
  z-index: 1;
}
.cid-rZqalB3CUR .carousel-indicators {
  display: none;
  position: relative;
  margin-top: 2rem;
  text-align: center;
}
@media (max-width: 768px) {
  .cid-rZqalB3CUR .second-col {
    padding-top: 2rem;
  }
  .cid-rZqalB3CUR .share_buttons {
    display: flex;
    flex-direction: row;
    justify-content: center;
  }
  .cid-rZqalB3CUR .share_buttons .icon-wrapper {
    margin: 10px !important;
  }
}
.cid-rZqalB3CUR .carousel-controls {
  display: flex;
  justify-content: center;
  position: static;
  bottom: 0;
  left: 0;
  right: 0;
  top: 50%;
}
.cid-rZqalB3CUR .carousel-controls .carousel-control {
  background: #000000;
}
.cid-rZqalB3CUR .carousel-controls .carousel-control.carousel-control-prev {
  right: auto;
  left: 0;
  bottom: 0;
  height: 100%;
  top: 50%;
  transform: translateY(-50%);
  width: 40px;
  position: absolute;
  text-align: center;
}
.cid-rZqalB3CUR .carousel-controls .carousel-control.carousel-control-next {
  left: auto;
  right: 0;
  bottom: 0;
  height: 100%;
  top: 50%;
  transform: translateY(-50%);
  width: 40px;
  margin-right: 0;
  position: absolute;
  text-align: center;
}
.cid-rZqalB3CUR .carousel-controls .carousel-control .span {
  font-size: 1rem;
  opacity: 1 !important;
}
.cid-rZqalB3CUR .share_buttons .icon-wrapper {
  background: #ffffff;
  display: flex;
  width: 31px;
  height: 31px;
  justify-content: center;
  align-items: center;
  border-radius: 50%;
  border: 2px solid #c3cad2;
  transition: all 0.3s;
  z-index: 4;
  cursor: pointer;
  margin: 10px 0 10px auto;
}
.cid-rZqalB3CUR .share_buttons .icon-wrapper:hover .link-icon {
  color: #007bff;
}
.cid-rZqalB3CUR .share_buttons .icon-wrapper .link-icon {
  display: inline-block;
  color: #61728a;
  transition: all 0.3s;
  font-size: 14px;
  justify-content: center;
}
.cid-rZqalB3CUR .sticky-tag {
  position: absolute;
  top: 0;
  left: 4px;
  z-index: 10;
  display: block;
}
.cid-rZqalB3CUR .sticky-tag .mbr-text {
  padding: 5px 6px;
  margin: 0 3px 9px;
  text-align: center;
  display: inline-block;
  line-height: 1;
  transform: skew(-22deg);
  background: #ff5e3a;
  background: linear-gradient(#ff5e3a 0%, #ff653c 69%, #ff4e3c 100%);
  font-weight: 400;
  border-image-slice: 1;
  color: #ffffff;
}
.cid-rZqalB3CUR .sticky-tag .mbr-text::before {
  content: '';
  position: absolute;
  bottom: -12px;
  left: 1.5px;
  width: 0;
  height: 0;
  border-style: solid;
  border-width: 0 15px 12px 0;
  border-color: transparent #ff5e3a transparent transparent;
  transform: skew(22deg) !important;
}
.cid-rZqalB3CUR .mbr-section-subtitle,
.cid-rZqalB3CUR .mbr-section-btn {
  color: #000000;
}
.cid-t3oKlJscA9 {
  padding-top: 135px;
  padding-bottom: 135px;
  background-image: url("../../../assets/images/background4-1.jpg");
}
.cid-t3oKlJscA9 .card {
  border-radius: 0;
  margin: auto 0;
}
.cid-t3oKlJscA9 .card .wrapper .mbr-section-title {
  color: #ffffff;
  font-weight: 700;
}
.cid-t3oKlJscA9 .card .wrapper .mbr-section-title span:nth-child(2) {
  line-height: 1;
  color: #ffffff;
  padding: 0 6px 1px 5px;
  transform: skew(-14deg);
  background: #ff5e3a;
  background: linear-gradient(#ff5e3a 0%, #ff653c 69%, #ff4e3c 100%);
  display: inline-block;
  font-weight: 500;
  letter-spacing: 0;
  position: relative;
}
.cid-t3oKlJscA9 .card .wrapper .mbr-section-subtitle {
  color: #ffffff;
}
.cid-t3oKlJscA9 .card .wrapper .mbr-section-subtitle.display-7 {
  letter-spacing: 0;
}
.cid-t3oKlJscA9 .card .wrapper .mbr-text {
  color: #ffffff;
  font-weight: 300;
}
.cid-t3oKlJscA9 .card .wrapper .buttons-wrap .mbr-section-btn .btn.display-4 {
  padding: 7px 39px;
  line-height: 1.5;
  letter-spacing: 0;
}
.cid-t3oKlJscA9 .card .wrapper .buttons-wrap .mbr-section-btn .btn.btn-success-outline {
  color: #ffffff;
}
.cid-t3oKlJscA9 .card .wrapper .buttons-wrap .mbr-section-btn .btn.btn-success-outline:hover {
  color: #000000;
}
.cid-sWYX3LphP9 {
  padding-top: 45px;
  padding-bottom: 45px;
  background-color: #ffffff;
}
.cid-sWYX3LphP9 .google-map {
  height: 100%;
  min-height: 25rem;
  position: relative;
  width: 100%;
}
.cid-sWYX3LphP9 .google-map iframe {
  min-height: 100%;
  width: 100%;
}
.cid-sWYX3LphP9 .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-sWYX3LphP9 .google-map[data-state] {
  background: #e9e5dc;
}
.cid-sWYX3LphP9 .google-map[data-state="loading"] [data-state-details] {
  display: none;
}
.cid-sWYX3LphP9 .map-placeholder {
  display: none;
}
.cid-sWYX3LphP9 .group-title {
  text-align: left;
  color: #000000;
  padding-bottom: 0.2rem;
}
.cid-sWYX3LphP9 .card {
  padding: 3rem 8rem;
}
.cid-sWYX3LphP9 .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-sWYX3LphP9 .card .mbr-text {
  color: #06182d;
}
.cid-sWYX3LphP9 .card .mbr-text.display-7 {
  letter-spacing: 0;
}
.cid-sWYX3LphP9 .card .items .list-item {
  vertical-align: middle;
  padding-top: 5px;
  padding-bottom: 5px;
  align-items: center;
  -webkit-align-items: center;
}
.cid-sWYX3LphP9 .card .items .list-item .listico {
  display: inline-block;
  padding-right: 1rem;
  font-size: 2rem;
}
.cid-sWYX3LphP9 .card .items .list-item .text2 {
  display: inline-block;
  color: #000000;
  text-align: left;
}
.cid-sWYX3LphP9 .card .mbr-section-btn .btn {
  margin: 0 !important;
  padding: 7px 39px;
}
.cid-sWYX3LphP9 .card .mbr-section-btn .btn.display-4 {
  letter-spacing: 0;
}
.cid-sWYX3LphP9 .card .mbr-section-btn .btn-success {
  color: #030f1c;
}
.cid-sWYX3LphP9 .card .social-list {
  display: flex;
  padding-left: 0;
  margin-bottom: 0;
  list-style: none;
  flex-wrap: wrap;
  justify-content: flex-start;
}
.cid-sWYX3LphP9 .card .social-list .soc-item {
  margin: 0 0.3rem;
}
.cid-sWYX3LphP9 .card .social-list .soc-item a {
  margin: 0;
  transition: 0.2s linear;
}
.cid-sWYX3LphP9 .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-sWYX3LphP9 .card .social-list .soc-item a:hover {
  opacity: 0.4;
}
.cid-sWYX3LphP9 .card .form-group {
  padding-right: 0;
}
.cid-sWYX3LphP9 .card .form-group .form-control {
  background: transparent;
  padding: 0.5rem 1rem;
  min-height: 55px;
  border-radius: 0px;
}
.cid-sWYX3LphP9 .card .btn-primary {
  border: 1px solid #ff513c !important;
}
.cid-sWYX3LphP9 .card .btn-primary:hover {
  border: 1px solid #ff513c !important;
}
@media (max-width: 1200px) {
  .cid-sWYX3LphP9 .card {
    padding: 3rem;
  }
}
@media (max-width: 991px) {
  .cid-sWYX3LphP9 .col-sm-12 {
    margin-bottom: 2rem;
  }
  .cid-sWYX3LphP9 h3 {
    margin-bottom: 10px;
  }
}
@media (max-width: 768px) {
  .cid-sWYX3LphP9 * {
    text-align: center !important;
  }
  .cid-sWYX3LphP9 .card .social-list {
    justify-content: center;
  }
}
@media (max-width: 576px) {
  .cid-sWYX3LphP9 .form-group {
    max-width: 180px;
  }
  .cid-sWYX3LphP9 .card {
    padding: 2rem 1rem;
  }
}
.cid-sWYX3LphP9 .card .items .list-item .text2,
.cid-sWYX3LphP9 .card .items .list-item {
  color: #858484;
}
.cid-sWYX3LphP9 .card .items .list-item .text2 {
  color: #858484;
}
.cid-rZqasE8Bhf {
  padding-top: 45px;
  padding-bottom: 30px;
  background-color: #06182d;
}
.cid-rZqasE8Bhf .copyright {
  display: flex;
}
@media (max-width: 992px) {
  .cid-rZqasE8Bhf .copyright {
    margin-bottom: 1rem;
  }
}
.cid-rZqasE8Bhf .text-wrap {
  transition: all 0.3s;
  padding: 23px;
  bottom: 0;
  z-index: 2;
  height: 100%;
  display: flex;
  flex-direction: row;
  justify-content: center;
  align-items: flex-end;
  width: 100%;
  overflow: hidden;
  position: relative;
}
.cid-rZqasE8Bhf .text-wrap .icons-wrap .icon-wrapper {
  background: #06182d;
  display: flex;
  width: 31px;
  height: 31px;
  justify-content: center;
  align-items: center;
  border-radius: 50%;
  border: 2px solid #384657;
  transition: all 0.3s;
  z-index: 4;
  cursor: pointer;
  margin: 0 0.2rem;
}
.cid-rZqasE8Bhf .text-wrap .icons-wrap .icon-wrapper:hover {
  background: #ff4e3c;
  border-color: #ff4e3c;
}
.cid-rZqasE8Bhf .text-wrap .icons-wrap .icon-wrapper:hover .link-icon {
  color: #ffffde;
}
.cid-rZqasE8Bhf .text-wrap .icons-wrap .icon-wrapper .link-icon {
  display: inline-block;
  color: #ffffde;
  transition: all 0.3s;
  font-size: 14px;
  justify-content: center;
}
.cid-rZqasE8Bhf .text-wrap .icons-wrap::before {
  height: 2px;
  width: 100%;
  top: 50%;
  right: 58%;
  position: absolute;
  display: inline-block;
  content: "";
  background-color: #384657;
}
@media (max-width: 992px) {
  .cid-rZqasE8Bhf .text-wrap .icons-wrap::before {
    display: none;
  }
}
.cid-rZqasE8Bhf .text-wrap .icons-wrap::after {
  height: 2px;
  width: 100%;
  top: 50%;
  left: 58%;
  position: absolute;
  display: inline-block;
  content: "";
  background-color: #384657;
}
@media (max-width: 992px) {
  .cid-rZqasE8Bhf .text-wrap .icons-wrap::after {
    display: none;
  }
}
.cid-sWU4Jx1Wyl {
  background-image: url("../../../assets/images/audi-min2126x1080-183.jpg");
}
.cid-sWU4Jx1Wyl .card {
  border-radius: 0;
  margin: auto 0;
}
.cid-sWU4Jx1Wyl .card .wrapper .mbr-section-title {
  color: #ffffff;
  font-weight: 700;
}
.cid-sWU4Jx1Wyl .card .wrapper .mbr-section-title span:first-child {
  color: #ff4e3c;
}
.cid-sWU4Jx1Wyl .card .wrapper .mbr-section-title span:nth-child(2) {
  line-height: 1;
  color: #ffffff;
  padding: 0 6px 1px 5px;
  transform: skew(-14deg);
  background: #ff5e3a;
  background: linear-gradient(#ff5e3a 0%, #ff653c 69%, #ff4e3c 100%);
  display: inline-block;
  font-weight: 500;
  letter-spacing: 0;
  position: relative;
}
.cid-sWU4Jx1Wyl .card .wrapper .mbr-section-subtitle {
  color: #ffffff;
}
.cid-sWU4Jx1Wyl .card .wrapper .mbr-section-subtitle.display-7 {
  letter-spacing: 0;
}
.cid-sWU4Jx1Wyl .card .wrapper .mbr-text {
  color: #ffffff;
  font-weight: 300;
}
.cid-sWU4Jx1Wyl .card .wrapper .mbr-list {
  margin-top: 20px;
  color: #ffffff;
}
.cid-sWU4Jx1Wyl .card .wrapper .mbr-list .list {
  list-style-type: none;
  padding-left: 0;
}
.cid-sWU4Jx1Wyl .card .wrapper .mbr-list .list li {
  line-height: 1.75;
  padding-top: 5px;
  padding-bottom: 5px;
}
.cid-sWU4Jx1Wyl .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-sWU4Jx1Wyl .card .wrapper .buttons-wrap .mbr-section-btn .btn.display-4 {
  padding: 12px 35px;
  line-height: 1.0625;
}
.cid-sWU1Dfp9lo {
  padding-top: 75px;
  padding-bottom: 15px;
  background-color: #ffffff;
}
.cid-sWU1Dfp9lo .mbr-section-title {
  color: #06182d;
}
.cid-sWU1Dfp9lo .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-sWU1Dfp9lo .mbr-section-subtitle {
  color: #06182d;
}
.cid-sWU1Dfp9lo .mbr-section-subtitle.display-7 {
  letter-spacing: 0;
}
.cid-sWU1Dfp9lo .mbr-section-text {
  color: #999999;
}
.cid-sWU1Dfp9lo .nav-tabs .nav-item.open .nav-link:focus,
.cid-sWU1Dfp9lo .nav-tabs .nav-link.active:focus {
  outline: none;
}
.cid-sWU1Dfp9lo .nav-tabs {
  flex-wrap: wrap;
  border-bottom: 1px solid #f4f6f9;
}
.cid-sWU1Dfp9lo .nav-tabs .nav-item {
  margin-right: 4px;
}
.cid-sWU1Dfp9lo .first {
  margin-left: -24px;
}
.cid-sWU1Dfp9lo .nav-tabs .nav-link {
  color: #06182d;
  font-style: normal;
  font-weight: 300;
  transition: all 0.5s;
  border: none;
  border-radius: 0 !important;
  background-color: #f4f6f9;
  padding: 1rem 2.2rem;
}
.cid-sWU1Dfp9lo .nav-tabs .nav-link:hover {
  cursor: pointer;
  color: #ff513c;
}
.cid-sWU1Dfp9lo .nav-tabs .nav-link.active {
  font-weight: 500;
  color: #ffffff;
  font-style: normal;
  background-color: #ff513c;
}
.cid-sWU1Dfp9lo P {
  color: #879a9f;
}
@media (max-width: 768px) {
  .cid-sWU1Dfp9lo .first {
    margin-left: 0;
  }
}
@media (max-width: 576px) {
  .cid-sWU1Dfp9lo .nav-tabs {
    flex-direction: column;
    justify-content: center;
  }
  .cid-sWU1Dfp9lo .mbr-text,
  .cid-sWU1Dfp9lo .nav-link {
    text-align: center;
  }
}
.cid-sWU1Dfp9lo .tab-content .tab-pane .mbr-text {
  color: #000000;
}
.cid-sWTWnloS3y {
  padding-top: 30px;
  padding-bottom: 30px;
  background-color: #ffffff;
  overflow: hidden;
  box-sizing: border-box;
}
.cid-sWTWnloS3y .mbr-slider .carousel-control {
  background: #1b1b1b;
}
.cid-sWTWnloS3y .mbr-slider .carousel-control-prev {
  left: 0;
  margin-left: 2.5rem;
}
.cid-sWTWnloS3y .mbr-slider .carousel-control-next {
  right: 0;
  margin-right: 2.5rem;
}
.cid-sWTWnloS3y .mbr-gallery-filter {
  padding-top: 0px;
  padding-bottom: 0px;
}
.cid-sWTWnloS3y .container {
  padding: 0;
}
.cid-sWTWnloS3y .mbr-slider .modal-body .close {
  background: #1b1b1b;
}
.cid-sWTWnloS3y .icon-focus {
  display: none;
}
.cid-sWTWnloS3y .btn[class*=-outline] {
  border: none!important;
  padding: 1rem 1rem;
  position: relative;
  background: transparent!important;
  color: #808080 !important;
  font-weight: 400;
  box-shadow: none !important;
}
.cid-sWTWnloS3y .btn[class*=-outline]:hover,
.cid-sWTWnloS3y .btn[class*=-outline]:active {
  background: transparent!important;
}
.cid-sWTWnloS3y li:hover .btn-primary-outline,
.cid-sWTWnloS3y li:active .btn-primary-outline,
.cid-sWTWnloS3y li.active .btn-primary-outline {
  color: #ff513c !important;
}
.cid-sWTWnloS3y li:hover .btn-secondary-outline,
.cid-sWTWnloS3y li:active .btn-secondary-outline,
.cid-sWTWnloS3y li.active .btn-secondary-outline {
  color: #282f39 !important;
}
.cid-sWTWnloS3y li:hover .btn-info-outline,
.cid-sWTWnloS3y li:active .btn-info-outline,
.cid-sWTWnloS3y li.active .btn-info-outline {
  color: #61728a !important;
}
.cid-sWTWnloS3y li:hover .btn-warning-outline,
.cid-sWTWnloS3y li:active .btn-warning-outline,
.cid-sWTWnloS3y li.active .btn-warning-outline {
  color: #d52b27 !important;
}
.cid-sWTWnloS3y li:hover .btn-white-outline,
.cid-sWTWnloS3y li:active .btn-white-outline,
.cid-sWTWnloS3y li.active .btn-white-outline {
  color: #ffffff !important;
}
.cid-sWTWnloS3y li:hover .btn-black-outline,
.cid-sWTWnloS3y li:active .btn-black-outline,
.cid-sWTWnloS3y li.active .btn-black-outline {
  color: #000000 !important;
}
.cid-sWTWnloS3y li:hover .btn-success-outline,
.cid-sWTWnloS3y li:active .btn-success-outline,
.cid-sWTWnloS3y li.active .btn-success-outline {
  color: #fff000 !important;
}
.cid-sWTWnloS3y li:hover .btn-danger-outline,
.cid-sWTWnloS3y li:active .btn-danger-outline,
.cid-sWTWnloS3y li.active .btn-danger-outline {
  color: #1352ff !important;
}
.cid-sWTWnloS3y li {
  position: relative;
}
.cid-sWTWnloS3y .mbr-gallery-filter ul li:not(:last-child):after {
  content: '';
  position: absolute;
  height: 24px;
  width: 1px;
  right: 6px;
  top: 50%;
  background: #d3d3d3 !important;
  transform: rotate(35deg) translateY(-59%);
}
.cid-sWTWnloS3y .mbr-gallery-item > div::before {
  content: '';
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  background: #000000;
  opacity: 0;
  -webkit-transition: 0.2s opacity ease-in-out;
  transition: 0.2s opacity ease-in-out;
}
.cid-sWTWnloS3y .mbr-gallery-item > div:hover .mbr-gallery-title::before {
  background: transparent !important;
}
.cid-sWTWnloS3y .mbr-gallery-item > div:hover:before {
  opacity: 0.3 !important;
}
.cid-sWTWnloS3y .btn {
  font-family: Poppins !important;
}
.cid-sWTWnloS3y .mbr-gallery-title {
  font-size: .9em;
  position: absolute;
  display: flex;
  width: 100%;
  bottom: 0;
  height: 100%;
  padding: 2rem;
  color: #fff;
  z-index: 2;
  justify-content: center;
  align-items: flex-end;
  transition: all 0.3s;
  opacity: 0;
}
.cid-sWTWnloS3y .mbr-gallery-title:hover {
  opacity: 1;
}
.cid-sWTWnloS3y .mbr-gallery-title:before {
  content: " ";
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  z-index: -1;
  position: absolute;
  background: #000000 !important;
  opacity: 0.3;
  -webkit-transition: 0.2s background ease-in-out;
  transition: 0.2s background ease-in-out;
}
@media (max-width: 767px) {
  .cid-sWTWnloS3y .btn[class*="-outline"] {
    padding: 0rem 1rem;
    margin: 0!important;
  }
}
.cid-t3oKqFKWni {
  padding-top: 135px;
  padding-bottom: 135px;
  background-image: url("../../../assets/images/background4-1.jpg");
}
.cid-t3oKqFKWni .card {
  border-radius: 0;
  margin: auto 0;
}
.cid-t3oKqFKWni .card .wrapper .mbr-section-title {
  color: #ffffff;
  font-weight: 700;
}
.cid-t3oKqFKWni .card .wrapper .mbr-section-title span:nth-child(2) {
  line-height: 1;
  color: #ffffff;
  padding: 0 6px 1px 5px;
  transform: skew(-14deg);
  background: #ff5e3a;
  background: linear-gradient(#ff5e3a 0%, #ff653c 69%, #ff4e3c 100%);
  display: inline-block;
  font-weight: 500;
  letter-spacing: 0;
  position: relative;
}
.cid-t3oKqFKWni .card .wrapper .mbr-section-subtitle {
  color: #ffffff;
}
.cid-t3oKqFKWni .card .wrapper .mbr-section-subtitle.display-7 {
  letter-spacing: 0;
}
.cid-t3oKqFKWni .card .wrapper .mbr-text {
  color: #ffffff;
  font-weight: 300;
}
.cid-t3oKqFKWni .card .wrapper .buttons-wrap .mbr-section-btn .btn.display-4 {
  padding: 7px 39px;
  line-height: 1.5;
  letter-spacing: 0;
}
.cid-t3oKqFKWni .card .wrapper .buttons-wrap .mbr-section-btn .btn.btn-success-outline {
  color: #ffffff;
}
.cid-t3oKqFKWni .card .wrapper .buttons-wrap .mbr-section-btn .btn.btn-success-outline:hover {
  color: #000000;
}
.cid-u9lKsAOde3 {
  padding-top: 45px;
  padding-bottom: 45px;
  background-color: #ffffff;
}
.cid-u9lKsAOde3 .google-map {
  height: 100%;
  min-height: 25rem;
  position: relative;
  width: 100%;
}
.cid-u9lKsAOde3 .google-map iframe {
  min-height: 100%;
  width: 100%;
}
.cid-u9lKsAOde3 .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-u9lKsAOde3 .google-map[data-state] {
  background: #e9e5dc;
}
.cid-u9lKsAOde3 .google-map[data-state="loading"] [data-state-details] {
  display: none;
}
.cid-u9lKsAOde3 .map-placeholder {
  display: none;
}
.cid-u9lKsAOde3 .group-title {
  text-align: left;
  color: #000000;
  padding-bottom: 0.2rem;
}
.cid-u9lKsAOde3 .card {
  padding: 3rem 8rem;
}
.cid-u9lKsAOde3 .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-u9lKsAOde3 .card .mbr-text {
  color: #06182d;
}
.cid-u9lKsAOde3 .card .mbr-text.display-7 {
  letter-spacing: 0;
}
.cid-u9lKsAOde3 .card .items .list-item {
  vertical-align: middle;
  padding-top: 5px;
  padding-bottom: 5px;
  align-items: center;
  -webkit-align-items: center;
}
.cid-u9lKsAOde3 .card .items .list-item .listico {
  display: inline-block;
  padding-right: 1rem;
  font-size: 2rem;
}
.cid-u9lKsAOde3 .card .items .list-item .text2 {
  display: inline-block;
  color: #000000;
  text-align: left;
}
.cid-u9lKsAOde3 .card .mbr-section-btn .btn {
  margin: 0 !important;
  padding: 7px 39px;
}
.cid-u9lKsAOde3 .card .mbr-section-btn .btn.display-4 {
  letter-spacing: 0;
}
.cid-u9lKsAOde3 .card .mbr-section-btn .btn-success {
  color: #030f1c;
}
.cid-u9lKsAOde3 .card .social-list {
  display: flex;
  padding-left: 0;
  margin-bottom: 0;
  list-style: none;
  flex-wrap: wrap;
  justify-content: flex-start;
}
.cid-u9lKsAOde3 .card .social-list .soc-item {
  margin: 0 0.3rem;
}
.cid-u9lKsAOde3 .card .social-list .soc-item a {
  margin: 0;
  transition: 0.2s linear;
}
.cid-u9lKsAOde3 .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-u9lKsAOde3 .card .social-list .soc-item a:hover {
  opacity: 0.4;
}
.cid-u9lKsAOde3 .card .form-group {
  padding-right: 0;
}
.cid-u9lKsAOde3 .card .form-group .form-control {
  background: transparent;
  padding: 0.5rem 1rem;
  min-height: 55px;
  border-radius: 0px;
}
.cid-u9lKsAOde3 .card .btn-primary {
  border: 1px solid #ff513c !important;
}
.cid-u9lKsAOde3 .card .btn-primary:hover {
  border: 1px solid #ff513c !important;
}
@media (max-width: 1200px) {
  .cid-u9lKsAOde3 .card {
    padding: 3rem;
  }
}
@media (max-width: 991px) {
  .cid-u9lKsAOde3 .col-sm-12 {
    margin-bottom: 2rem;
  }
  .cid-u9lKsAOde3 h3 {
    margin-bottom: 10px;
  }
}
@media (max-width: 768px) {
  .cid-u9lKsAOde3 * {
    text-align: center !important;
  }
  .cid-u9lKsAOde3 .card .social-list {
    justify-content: center;
  }
}
@media (max-width: 576px) {
  .cid-u9lKsAOde3 .form-group {
    max-width: 180px;
  }
  .cid-u9lKsAOde3 .card {
    padding: 2rem 1rem;
  }
}
.cid-u9lKsAOde3 .card .items .list-item .text2,
.cid-u9lKsAOde3 .card .items .list-item {
  color: #858484;
}
.cid-u9lKsAOde3 .card .items .list-item .text2 {
  color: #858484;
}
.cid-sWTVdivWDg {
  padding-top: 45px;
  padding-bottom: 30px;
  background-color: #06182d;
}
.cid-sWTVdivWDg .copyright {
  display: flex;
}
@media (max-width: 992px) {
  .cid-sWTVdivWDg .copyright {
    margin-bottom: 1rem;
  }
}
.cid-sWTVdivWDg .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-sWTVdivWDg .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-sWTVdivWDg .text-wrap .icons-wrap .icon-wrapper:hover {
  background: #ff4e3c;
  border-color: #ff4e3c;
}
.cid-sWTVdivWDg .text-wrap .icons-wrap .icon-wrapper:hover .link-icon {
  color: #ffffde;
}
.cid-sWTVdivWDg .text-wrap .icons-wrap .icon-wrapper .link-icon {
  display: inline-block;
  color: #ffffde;
  transition: all 0.3s;
  font-size: 14px;
  justify-content: center;
}
.cid-sWTVdivWDg .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-sWTVdivWDg .text-wrap .icons-wrap::before {
    display: none;
  }
}
.cid-sWTVdivWDg .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-sWTVdivWDg .text-wrap .icons-wrap::after {
    display: none;
  }
}
.cid-sWZamCVLK5 .navbar {
  padding: .5rem 0;
  transition: none;
  min-height: 50px;
  background: none;
}
.cid-sWZamCVLK5 .navbar .mbr-overlay {
  z-index: -1;
  transition: all .3s;
  background: #0e1b28;
}
.cid-sWZamCVLK5 .navbar-fixed-top {
  padding-top: 0;
}
.cid-sWZamCVLK5 .navbar-collapse {
  flex-basis: auto;
}
.cid-sWZamCVLK5 .dropdown-item {
  padding: 0;
}
.cid-sWZamCVLK5 .dropdown-menu {
  border: 0px solid lightgray;
  background: #0b1d32 !important;
}
.cid-sWZamCVLK5 .menu-content-top {
  max-width: 1200px;
  margin: auto;
  align-items: center;
  justify-content: space-between;
  overflow: hidden;
  transition: min-height 0.25s ease-in-out;
}
@media (max-width: 992px) {
  .cid-sWZamCVLK5 .menu-content-top {
    width: 100%;
  }
  .cid-sWZamCVLK5 .menu-content-top .menu-logo {
    display: none;
  }
  .cid-sWZamCVLK5 .menu-content-top .navbar-buttons {
    display: none !important;
  }
  .cid-sWZamCVLK5 .menu-content-top .menu-content-right {
    justify-content: space-between;
  }
}
.cid-sWZamCVLK5 .menu-bottom {
  margin: auto;
  width: 100%;
  display: flex;
  position: relative;
}
.cid-sWZamCVLK5 .menu-bottom .menu-wrap {
  justify-content: flex-end;
}
@media (min-width: 992px) {
  .cid-sWZamCVLK5 .menu-bottom .navbar-brand-bottom {
    display: none !important;
  }
}
.cid-sWZamCVLK5 .menu-bottom .mbr-overlay2 {
  z-index: 0;
  transition: all .3s;
  background: #0b1d32;
  bottom: 0;
  left: 0;
  opacity: .5;
  position: absolute;
  right: 0;
  top: 0;
  pointer-events: none;
}
.cid-sWZamCVLK5 .menu-bottom .icons-menu {
  flex-wrap: wrap;
  display: flex;
  justify-content: center;
  padding-left: 1rem;
  text-align: center;
}
.cid-sWZamCVLK5 .menu-bottom .icons-menu span {
  font-size: 16px;
  color: #ff513c;
}
.cid-sWZamCVLK5 .navbar-dropdown.bg-color.transparent.opened {
  background: #0e1b28;
}
.cid-sWZamCVLK5 a {
  font-style: normal;
}
.cid-sWZamCVLK5 .nav-item {
  border-right: 1px #0e2640;
  border-left: 1px #0e2640;
}
.cid-sWZamCVLK5 .nav-item span {
  padding-right: 0.4em;
  line-height: 0.5em;
  vertical-align: text-bottom;
  position: relative;
  top: -0.2em;
  text-decoration: none;
}
.cid-sWZamCVLK5 .nav-item a {
  padding: 20px 0 !important;
  margin: 0 .5rem !important;
}
.cid-sWZamCVLK5 .dropdown-item:before {
  font-family: MobiriseIcons !important;
  display: inline-block;
  width: 0;
  position: absolute;
  left: 1rem;
  top: 0.5rem;
  margin-right: 0.5rem;
  line-height: 1;
  font-size: inherit;
  vertical-align: middle;
  text-align: center;
  overflow: hidden;
  transform: scale(0, 1);
  transition: all 0.25s ease-in-out;
}
.cid-sWZamCVLK5 .content-text {
  margin-bottom: 0;
}
.cid-sWZamCVLK5 .navbar-nav {
  position: relative;
  min-height: 49px;
  flex-direction: row;
}
@media (min-width: 992px) {
  .cid-sWZamCVLK5 .navbar-nav .main-menu-animated-line {
    position: absolute;
    left: 0;
    width: 0;
    height: 0;
    z-index: 100;
    border-top: 4px solid #ff513c;
    transition: width 0.4s, left 0.6s cubic-bezier(0.19, 0.65, 0.02, 0.93);
  }
  .cid-sWZamCVLK5 .navbar-nav .main-menu-animated-line.bottom {
    bottom: 0;
  }
}
.cid-sWZamCVLK5 .navbar-nav .nav-item span {
  padding-right: 0;
}
.cid-sWZamCVLK5 .navbar-nav .nav-item a {
  margin: 0 1.3rem !important;
}
.cid-sWZamCVLK5 .display-4 > .mbr-iconfont {
  font-size: 1.43em;
}
.cid-sWZamCVLK5 .display-4 > .btn > .mbr-iconfont {
  font-size: 1.43em;
}
.cid-sWZamCVLK5 .nav-dropdown .dropdown-item {
  font-weight: 400;
}
.cid-sWZamCVLK5 .navbar-buttons.mbr-section-btn {
  display: flex;
  align-items: center;
  justify-content: center;
}
.cid-sWZamCVLK5 .nav-dropdown .link {
  font-weight: 400;
}
.cid-sWZamCVLK5 .menu .navbar-brand .logo-text-part {
  vertical-align: top;
}
.cid-sWZamCVLK5 .content-right-side {
  text-align: center;
}
.cid-sWZamCVLK5 .content-right-side .content-link {
  margin-left: 2rem;
}
.cid-sWZamCVLK5 .content-right-side .content-link span {
  vertical-align: middle;
  padding-right: 1rem;
}
.cid-sWZamCVLK5 .info-widget {
  margin-left: 16px;
  padding-top: 0.5rem;
}
.cid-sWZamCVLK5 .menu-content-right {
  display: flex;
  align-items: center;
}
.cid-sWZamCVLK5 .menu-content-right .info-widget:last-child {
  padding-right: 0;
}
.cid-sWZamCVLK5 .menu-content-right .info-widget:first-child {
  padding-left: 0;
  border-left: none;
}
.cid-sWZamCVLK5 .widget-content {
  display: inline-block;
  vertical-align: top;
  text-align: left;
}
.cid-sWZamCVLK5 .widget-content .widget-title {
  margin-bottom: 0px;
  font-weight: 500;
}
.cid-sWZamCVLK5 .widget-content .widget-title .mbr-iconfont {
  display: inline-block;
  padding-right: 0.5rem;
  font-size: 20px !important;
}
.cid-sWZamCVLK5 .widget-content .widget-title.display-7 {
  line-height: 1.2 !important;
}
.cid-sWZamCVLK5 .widget-content .widget-text {
  margin-bottom: 0;
}
@media (min-width: 992px) {
  .cid-sWZamCVLK5 .navbar .menu-content-top {
    display: flex;
    min-height: 83px;
    height: 100%;
  }
  .cid-sWZamCVLK5 .content-right-side {
    text-align: right;
    flex-wrap: nowrap;
    display: flex;
    align-items: center;
  }
  .cid-sWZamCVLK5 .menu-content-top {
    border-bottom: 0px solid rgba(0, 0, 0, 0.12);
  }
  .cid-sWZamCVLK5 .navbar {
    display: block;
    padding: 0;
  }
  .cid-sWZamCVLK5 .navbar .menu-logo {
    margin-right: auto;
    display: flex;
    align-items: center;
  }
  .cid-sWZamCVLK5 .navbar:not(.navbar-short) .navbar-collapse {
    max-height: calc(100vh - 7rem - 4.5rem);
  }
  .cid-sWZamCVLK5 .navbar.navbar-toggleable-sm .navbar-collapse .navbar-nav .nav-item {
    align-self: auto;
    display: flex;
    align-items: center;
    z-index: 101;
    min-height: 49px;
    padding-top: 8px !important;
  }
  .cid-sWZamCVLK5 .dropdown-item:hover:before {
    transform: scale(1, 1);
    width: 16px;
  }
  .cid-sWZamCVLK5 .navbar-toggler {
    display: none;
  }
  .cid-sWZamCVLK5 .navbar-collapse {
    justify-content: flex-start;
  }
}
.cid-sWZamCVLK5 .navbar-short .menu-content-top {
  height: 0;
  min-height: 0;
  border: none;
}
.cid-sWZamCVLK5 .btn {
  display: inline-flex;
  align-items: center;
}
.cid-sWZamCVLK5 .btn.btn-success-outline {
  color: #ffffff;
  font-weight: normal;
  letter-spacing: 0;
}
.cid-sWZamCVLK5 .btn .mbr-iconfont {
  font-size: 1.2em;
}
.cid-sWZamCVLK5 .menu-logo {
  margin-right: auto;
}
.cid-sWZamCVLK5 .menu-logo .navbar-brand {
  display: flex;
  margin-left: 1.5rem;
  padding: 0.5rem 0;
  transition: padding .2s;
  min-height: 3.8rem;
  align-items: center;
}
.cid-sWZamCVLK5 .menu-logo .navbar-brand .navbar-caption-wrap {
  display: -webkit-flex;
  align-items: center;
  word-break: break-word;
  min-width: 7rem;
  margin: .3rem 0;
}
.cid-sWZamCVLK5 .menu-logo .navbar-brand .navbar-caption-wrap .navbar-caption {
  line-height: 1.2rem !important;
  padding-right: 2rem;
}
.cid-sWZamCVLK5 .menu-logo .navbar-brand .navbar-logo {
  font-size: 4rem;
  transition: font-size 0.25s;
}
.cid-sWZamCVLK5 .menu-logo .navbar-brand .navbar-logo img {
  display: flex;
}
.cid-sWZamCVLK5 .menu-logo .navbar-brand .navbar-logo .mbr-iconfont {
  transition: font-size 0.25s;
}
.cid-sWZamCVLK5 .navbar-toggleable-sm .navbar-collapse {
  width: auto;
}
.cid-sWZamCVLK5 .navbar-toggleable-sm .navbar-collapse .navbar-nav {
  flex-wrap: wrap;
  padding-left: 0;
}
.cid-sWZamCVLK5 .navbar-toggleable-sm .navbar-collapse .navbar-nav .nav-item {
  align-self: center;
}
.cid-sWZamCVLK5 .navbar-toggleable-sm .navbar-collapse .navbar-buttons {
  padding-left: 0;
  padding-bottom: 0;
}
.cid-sWZamCVLK5 .dropdown .dropdown-menu {
  background: #0e1b28;
  display: none;
  position: absolute;
  min-width: 5rem;
  padding-top: 0.5rem;
  padding-bottom: 0.5rem;
  text-align: left;
}
@media (max-width: 991px) {
  .cid-sWZamCVLK5 .dropdown .dropdown-menu {
    overflow: hidden;
  }
}
.cid-sWZamCVLK5 .dropdown .dropdown-menu .dropdown-item {
  width: auto;
  transition: all 0.25s ease-in-out;
}
.cid-sWZamCVLK5 .dropdown .dropdown-menu .dropdown-item::after {
  right: -0.5rem;
}
.cid-sWZamCVLK5 .dropdown .dropdown-menu .dropdown-item:hover .mbr-iconfont:before {
  transform: scale(0, 1);
}
.cid-sWZamCVLK5 .dropdown .dropdown-menu .dropdown-item .mbr-iconfont {
  margin-left: -1.8rem;
  padding-right: 1rem;
  font-size: inherit;
}
.cid-sWZamCVLK5 .dropdown .dropdown-menu .dropdown-item .mbr-iconfont:before {
  display: inline-block;
  transform: scale(1, 1);
  transition: all 0.25s ease-in-out;
}
.cid-sWZamCVLK5 .dropdown .dropdown-menu .dropdown-submenu {
  margin: 0;
}
.cid-sWZamCVLK5 .dropdown.open > .dropdown-menu {
  display: block;
}
.cid-sWZamCVLK5 .navbar-toggleable-sm.opened:after {
  position: absolute;
  width: 100vw;
  height: 100vh;
  content: '';
  background-color: rgba(0, 0, 0, 0.1);
  left: 0;
  bottom: 0;
  transform: translateY(100%);
  z-index: 1000;
}
.cid-sWZamCVLK5 .navbar.navbar-short {
  min-height: 50px;
  transition: all .2s;
}
.cid-sWZamCVLK5 .navbar.navbar-short .navbar-logo a {
  font-size: 2.5rem !important;
  line-height: 1;
  transition: font-size 0.25s;
}
.cid-sWZamCVLK5 .navbar.navbar-short .navbar-logo a .mbr-iconfont {
  font-size: 2.5rem !important;
}
.cid-sWZamCVLK5 .navbar.navbar-short .navbar-logo a img {
  height: 3rem !important;
}
.cid-sWZamCVLK5 .navbar.navbar-short .navbar-brand {
  min-height: 3rem;
}
.cid-sWZamCVLK5 button.navbar-toggler {
  width: 31px;
  height: 18px;
  cursor: pointer;
  transition: all .2s;
  margin: 1rem .8rem;
  align-self: auto;
}
.cid-sWZamCVLK5 button.navbar-toggler.collapsed {
  align-self: center;
}
.cid-sWZamCVLK5 button.navbar-toggler:focus {
  outline: none;
}
.cid-sWZamCVLK5 button.navbar-toggler .hamburger span {
  position: absolute;
  right: 0;
  width: 30px;
  height: 2px;
  border-right: 5px;
  background-color: #ffffff;
}
.cid-sWZamCVLK5 button.navbar-toggler .hamburger span:nth-child(1) {
  top: 0;
  transition: all .2s;
}
.cid-sWZamCVLK5 button.navbar-toggler .hamburger span:nth-child(2) {
  top: 8px;
  transition: all .15s;
}
.cid-sWZamCVLK5 button.navbar-toggler .hamburger span:nth-child(3) {
  top: 8px;
  transition: all .15s;
}
.cid-sWZamCVLK5 button.navbar-toggler .hamburger span:nth-child(4) {
  top: 16px;
  transition: all .2s;
}
.cid-sWZamCVLK5 nav.opened .hamburger span:nth-child(1) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all .2s;
}
.cid-sWZamCVLK5 nav.opened .hamburger span:nth-child(2) {
  transform: rotate(45deg);
  transition: all .25s;
}
.cid-sWZamCVLK5 nav.opened .hamburger span:nth-child(3) {
  transform: rotate(-45deg);
  transition: all .25s;
}
.cid-sWZamCVLK5 nav.opened .hamburger span:nth-child(4) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all .2s;
}
.cid-sWZamCVLK5 .collapsed.navbar-toggler {
  align-self: auto;
}
.cid-sWZamCVLK5 .collapsed .dropdown-menu .dropdown-item:before {
  display: none;
}
.cid-sWZamCVLK5 .collapsed .dropdown .dropdown-menu .dropdown-item {
  padding: 0.235em 1.5em 0.235em 1.5em !important;
  transition: none;
  margin: 0 !important;
}
.cid-sWZamCVLK5 .collapsed .btn {
  display: flex;
}
.cid-sWZamCVLK5 .collapsed .navbar-collapse {
  display: none !important;
  padding-right: 0 !important;
}
.cid-sWZamCVLK5 .collapsed .navbar-collapse.collapsing,
.cid-sWZamCVLK5 .collapsed .navbar-collapse.show {
  display: block !important;
}
.cid-sWZamCVLK5 .collapsed .navbar-collapse.collapsing .navbar-nav,
.cid-sWZamCVLK5 .collapsed .navbar-collapse.show .navbar-nav {
  display: block;
  text-align: center;
}
.cid-sWZamCVLK5 .collapsed .navbar-collapse.collapsing .navbar-nav .nav-item,
.cid-sWZamCVLK5 .collapsed .navbar-collapse.show .navbar-nav .nav-item {
  clear: both;
}
.cid-sWZamCVLK5 .collapsed .navbar-collapse.collapsing .navbar-buttons,
.cid-sWZamCVLK5 .collapsed .navbar-collapse.show .navbar-buttons {
  display: flex;
  justify-content: center;
  text-align: center;
}
.cid-sWZamCVLK5 .collapsed .navbar-collapse.collapsing .navbar-buttons:last-child,
.cid-sWZamCVLK5 .collapsed .navbar-collapse.show .navbar-buttons:last-child {
  margin-bottom: 1rem;
}
@media (min-width: 992px) {
  .cid-sWZamCVLK5 .collapsed .dropdown .dropdown-menu {
    overflow: hidden;
  }
}
.cid-sWZamCVLK5 .collapsed button.navbar-toggler {
  display: block;
}
.cid-sWZamCVLK5 .collapsed .navbar-brand {
  margin-left: 1rem !important;
  margin-top: .5rem;
}
.cid-sWZamCVLK5 .collapsed .navbar-toggleable-sm {
  flex-direction: column;
}
.cid-sWZamCVLK5 .collapsed .dropdown .dropdown-menu {
  width: 100%;
  text-align: center;
  position: relative;
  opacity: 0;
  display: block;
  height: 0;
  visibility: hidden;
  padding: 0;
  transition-duration: .5s;
  transition-property: opacity, padding, height;
}
.cid-sWZamCVLK5 .collapsed .dropdown.open > .dropdown-menu {
  position: relative;
  opacity: 1;
  height: auto;
  padding: 1.4rem 0;
  visibility: visible;
}
.cid-sWZamCVLK5 .collapsed .dropdown .dropdown-submenu {
  left: 0;
  text-align: center;
  width: 100%;
}
.cid-sWZamCVLK5 .collapsed .dropdown .dropdown-toggle[data-toggle="dropdown-submenu"]::after {
  margin-top: 0;
  position: inherit;
  right: 0;
  top: 50%;
  display: inline-block;
  width: 0;
  height: 0;
  margin-left: .3em;
  vertical-align: middle;
  content: "";
  border-top: .30em solid;
  border-right: .30em solid transparent;
  border-left: .30em solid transparent;
}
.cid-sWZamCVLK5 .collapsed .menu-bottom {
  flex-direction: column-reverse;
  justify-content: center;
}
.cid-sWZamCVLK5 .collapsed .menu-bottom .icons-menu {
  padding-left: 0;
  padding-top: .5rem;
  padding-bottom: .5rem;
}
@media (max-width: 991px) {
  .cid-sWZamCVLK5 .navbar-collapse {
    padding-bottom: 1rem;
    display: none !important;
    padding-right: 0 !important;
  }
  .cid-sWZamCVLK5 .navbar-collapse.collapsing,
  .cid-sWZamCVLK5 .navbar-collapse.show {
    display: block !important;
  }
  .cid-sWZamCVLK5 .navbar-collapse.collapsing .navbar-nav,
  .cid-sWZamCVLK5 .navbar-collapse.show .navbar-nav {
    display: block;
    text-align: center;
  }
  .cid-sWZamCVLK5 .navbar-collapse.collapsing .navbar-nav .nav-item,
  .cid-sWZamCVLK5 .navbar-collapse.show .navbar-nav .nav-item {
    clear: both;
  }
  .cid-sWZamCVLK5 .navbar-collapse.collapsing .navbar-buttons,
  .cid-sWZamCVLK5 .navbar-collapse.show .navbar-buttons {
    display: flex;
    justify-content: center;
    text-align: center;
  }
  .cid-sWZamCVLK5 .navbar-collapse.collapsing .navbar-buttons:last-child,
  .cid-sWZamCVLK5 .navbar-collapse.show .navbar-buttons:last-child {
    margin-bottom: 1rem;
  }
  .cid-sWZamCVLK5 .menu-bottom {
    flex-direction: row;
    justify-content: center;
  }
  .cid-sWZamCVLK5 .menu-bottom .icons-menu {
    padding-left: 0;
    padding-top: .5rem;
    padding-bottom: .5rem;
  }
  .cid-sWZamCVLK5 .menu-bottom .navbar-brand-bottom {
    margin-right: auto;
  }
  .cid-sWZamCVLK5 img {
    height: 3.8rem !important;
  }
  .cid-sWZamCVLK5 .btn {
    display: flex;
  }
  .cid-sWZamCVLK5 button.navbar-toggler {
    display: block;
  }
  .cid-sWZamCVLK5 .navbar-brand {
    margin-left: 1rem !important;
    margin-top: .5rem;
  }
  .cid-sWZamCVLK5 .navbar-toggleable-sm {
    flex-direction: column;
  }
  .cid-sWZamCVLK5 .dropdown .dropdown-menu {
    width: 100%;
    text-align: center;
    position: relative;
    opacity: 0;
    display: block;
    height: 0;
    visibility: hidden;
    padding: 0;
    transition-duration: .5s;
    transition-property: opacity, padding, height;
  }
  .cid-sWZamCVLK5 .dropdown.open > .dropdown-menu {
    position: relative;
    opacity: 1;
    height: auto;
    padding: 1.4rem 0;
    visibility: visible;
  }
  .cid-sWZamCVLK5 .dropdown .dropdown-submenu {
    left: 0;
    text-align: center;
    width: 100%;
  }
  .cid-sWZamCVLK5 .dropdown .dropdown-toggle[data-toggle="dropdown-submenu"]::after {
    margin-top: 0;
    position: inherit;
    right: 0;
    top: 50%;
    display: inline-block;
    width: 0;
    height: 0;
    margin-left: .3em;
    vertical-align: middle;
    content: "";
    border-top: .30em solid;
    border-right: .30em solid transparent;
    border-left: .30em solid transparent;
  }
  .cid-sWZamCVLK5 .navbar-buttons.mbr-section-btn {
    width: 100%;
  }
  .cid-sWZamCVLK5 .dropdown .dropdown-menu .dropdown-item {
    padding: 0.235em 1.5em 0.235em 1.5em !important;
    transition: none;
    margin: 0 !important;
  }
}
.cid-sWZamCVLK5 .navbar-dropdown {
  flex-wrap: nowrap;
}
.cid-sWZamCVLK5 .nav-link:focus {
  outline: none;
}
.cid-sWZamCVLK5 .navbar-toggler {
  position: relative;
}
.cid-sWZamCVLK5 .dropdown-item.active,
.cid-sWZamCVLK5 .dropdown-item:active {
  background: #0b1d32;
  color: initial;
}
.cid-sWZamCVLK5 .widget-text {
  text-align: left;
}
.cid-sWTV7DFOQg {
  background-image: url("../../../assets/images/audi-min2126x1080-183.jpg");
}
.cid-sWTV7DFOQg .card {
  border-radius: 0;
  margin: auto 0;
}
.cid-sWTV7DFOQg .card .wrapper .mbr-section-title {
  color: #ffffff;
  font-weight: 700;
}
.cid-sWTV7DFOQg .card .wrapper .mbr-section-title span:first-child {
  color: #ff4e3c;
}
.cid-sWTV7DFOQg .card .wrapper .mbr-section-title span:nth-child(2) {
  line-height: 1;
  color: #ffffff;
  padding: 0 6px 1px 5px;
  transform: skew(-14deg);
  background: #ff5e3a;
  background: linear-gradient(#ff5e3a 0%, #ff653c 69%, #ff4e3c 100%);
  display: inline-block;
  font-weight: 500;
  letter-spacing: 0;
  position: relative;
}
.cid-sWTV7DFOQg .card .wrapper .mbr-section-subtitle {
  color: #ffffff;
}
.cid-sWTV7DFOQg .card .wrapper .mbr-section-subtitle.display-7 {
  letter-spacing: 0;
}
.cid-sWTV7DFOQg .card .wrapper .mbr-text {
  color: #ffffff;
  font-weight: 300;
}
.cid-sWTV7DFOQg .card .wrapper .mbr-list {
  margin-top: 20px;
  color: #ffffff;
}
.cid-sWTV7DFOQg .card .wrapper .mbr-list .list {
  list-style-type: none;
  padding-left: 0;
}
.cid-sWTV7DFOQg .card .wrapper .mbr-list .list li {
  line-height: 1.75;
  padding-top: 5px;
  padding-bottom: 5px;
}
.cid-sWTV7DFOQg .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-sWTV7DFOQg .card .wrapper .buttons-wrap .mbr-section-btn .btn.display-4 {
  padding: 12px 35px;
  line-height: 1.0625;
}
.cid-sWXrDv0TSb {
  padding-top: 75px;
  padding-bottom: 15px;
  background-color: #ffffff;
}
.cid-sWXrDv0TSb .mbr-section-title {
  color: #06182d;
}
.cid-sWXrDv0TSb .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-sWXrDv0TSb .mbr-section-subtitle {
  color: #06182d;
}
.cid-sWXrDv0TSb .mbr-section-subtitle.display-7 {
  letter-spacing: 0;
}
.cid-sWXrDv0TSb .mbr-section-text {
  color: #999999;
}
.cid-sWXrDv0TSb .nav-tabs .nav-item.open .nav-link:focus,
.cid-sWXrDv0TSb .nav-tabs .nav-link.active:focus {
  outline: none;
}
.cid-sWXrDv0TSb .nav-tabs {
  flex-wrap: wrap;
  border-bottom: 1px solid #f4f6f9;
}
.cid-sWXrDv0TSb .nav-tabs .nav-item {
  margin-right: 4px;
}
.cid-sWXrDv0TSb .first {
  margin-left: -24px;
}
.cid-sWXrDv0TSb .nav-tabs .nav-link {
  color: #06182d;
  font-style: normal;
  font-weight: 300;
  transition: all 0.5s;
  border: none;
  border-radius: 0 !important;
  background-color: #f4f6f9;
  padding: 1rem 2.2rem;
}
.cid-sWXrDv0TSb .nav-tabs .nav-link:hover {
  cursor: pointer;
  color: #ff513c;
}
.cid-sWXrDv0TSb .nav-tabs .nav-link.active {
  font-weight: 500;
  color: #ffffff;
  font-style: normal;
  background-color: #ff513c;
}
.cid-sWXrDv0TSb P {
  color: #879a9f;
}
@media (max-width: 768px) {
  .cid-sWXrDv0TSb .first {
    margin-left: 0;
  }
}
@media (max-width: 576px) {
  .cid-sWXrDv0TSb .nav-tabs {
    flex-direction: column;
    justify-content: center;
  }
  .cid-sWXrDv0TSb .mbr-text,
  .cid-sWXrDv0TSb .nav-link {
    text-align: center;
  }
}
.cid-sWXrDv0TSb .tab-content .tab-pane .mbr-text {
  color: #000000;
}
.cid-sWXrnjG5AY {
  padding-top: 30px;
  padding-bottom: 30px;
  background-color: #ffffff;
  overflow: hidden;
  box-sizing: border-box;
}
.cid-sWXrnjG5AY .mbr-slider .carousel-control {
  background: #1b1b1b;
}
.cid-sWXrnjG5AY .mbr-slider .carousel-control-prev {
  left: 0;
  margin-left: 2.5rem;
}
.cid-sWXrnjG5AY .mbr-slider .carousel-control-next {
  right: 0;
  margin-right: 2.5rem;
}
.cid-sWXrnjG5AY .mbr-gallery-filter {
  padding-top: 0px;
  padding-bottom: 0px;
}
.cid-sWXrnjG5AY .container {
  padding: 0;
}
.cid-sWXrnjG5AY .mbr-slider .modal-body .close {
  background: #1b1b1b;
}
.cid-sWXrnjG5AY .icon-focus {
  display: none;
}
.cid-sWXrnjG5AY .btn[class*=-outline] {
  border: none!important;
  padding: 1rem 1rem;
  position: relative;
  background: transparent!important;
  color: #808080 !important;
  font-weight: 400;
  box-shadow: none !important;
}
.cid-sWXrnjG5AY .btn[class*=-outline]:hover,
.cid-sWXrnjG5AY .btn[class*=-outline]:active {
  background: transparent!important;
}
.cid-sWXrnjG5AY li:hover .btn-primary-outline,
.cid-sWXrnjG5AY li:active .btn-primary-outline,
.cid-sWXrnjG5AY li.active .btn-primary-outline {
  color: #ff513c !important;
}
.cid-sWXrnjG5AY li:hover .btn-secondary-outline,
.cid-sWXrnjG5AY li:active .btn-secondary-outline,
.cid-sWXrnjG5AY li.active .btn-secondary-outline {
  color: #282f39 !important;
}
.cid-sWXrnjG5AY li:hover .btn-info-outline,
.cid-sWXrnjG5AY li:active .btn-info-outline,
.cid-sWXrnjG5AY li.active .btn-info-outline {
  color: #61728a !important;
}
.cid-sWXrnjG5AY li:hover .btn-warning-outline,
.cid-sWXrnjG5AY li:active .btn-warning-outline,
.cid-sWXrnjG5AY li.active .btn-warning-outline {
  color: #d52b27 !important;
}
.cid-sWXrnjG5AY li:hover .btn-white-outline,
.cid-sWXrnjG5AY li:active .btn-white-outline,
.cid-sWXrnjG5AY li.active .btn-white-outline {
  color: #ffffff !important;
}
.cid-sWXrnjG5AY li:hover .btn-black-outline,
.cid-sWXrnjG5AY li:active .btn-black-outline,
.cid-sWXrnjG5AY li.active .btn-black-outline {
  color: #000000 !important;
}
.cid-sWXrnjG5AY li:hover .btn-success-outline,
.cid-sWXrnjG5AY li:active .btn-success-outline,
.cid-sWXrnjG5AY li.active .btn-success-outline {
  color: #fff000 !important;
}
.cid-sWXrnjG5AY li:hover .btn-danger-outline,
.cid-sWXrnjG5AY li:active .btn-danger-outline,
.cid-sWXrnjG5AY li.active .btn-danger-outline {
  color: #1352ff !important;
}
.cid-sWXrnjG5AY li {
  position: relative;
}
.cid-sWXrnjG5AY .mbr-gallery-filter ul li:not(:last-child):after {
  content: '';
  position: absolute;
  height: 24px;
  width: 1px;
  right: 6px;
  top: 50%;
  background: #d3d3d3 !important;
  transform: rotate(35deg) translateY(-59%);
}
.cid-sWXrnjG5AY .mbr-gallery-item > div::before {
  content: '';
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  background: #000000;
  opacity: 0;
  -webkit-transition: 0.2s opacity ease-in-out;
  transition: 0.2s opacity ease-in-out;
}
.cid-sWXrnjG5AY .mbr-gallery-item > div:hover .mbr-gallery-title::before {
  background: transparent !important;
}
.cid-sWXrnjG5AY .mbr-gallery-item > div:hover:before {
  opacity: 0.3 !important;
}
.cid-sWXrnjG5AY .btn {
  font-family: Poppins !important;
}
.cid-sWXrnjG5AY .mbr-gallery-title {
  font-size: .9em;
  position: absolute;
  display: flex;
  width: 100%;
  bottom: 0;
  height: 100%;
  padding: 2rem;
  color: #fff;
  z-index: 2;
  justify-content: center;
  align-items: flex-end;
  transition: all 0.3s;
  opacity: 0;
}
.cid-sWXrnjG5AY .mbr-gallery-title:hover {
  opacity: 1;
}
.cid-sWXrnjG5AY .mbr-gallery-title:before {
  content: " ";
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  z-index: -1;
  position: absolute;
  background: #000000 !important;
  opacity: 0.3;
  -webkit-transition: 0.2s background ease-in-out;
  transition: 0.2s background ease-in-out;
}
@media (max-width: 767px) {
  .cid-sWXrnjG5AY .btn[class*="-outline"] {
    padding: 0rem 1rem;
    margin: 0!important;
  }
}
.cid-sWXrnjG5AY .mbr-gallery-item > div > span {
  color: #ffffff;
}
.cid-t3oKu4F1Px {
  padding-top: 135px;
  padding-bottom: 135px;
  background-image: url("../../../assets/images/background4-1.jpg");
}
.cid-t3oKu4F1Px .card {
  border-radius: 0;
  margin: auto 0;
}
.cid-t3oKu4F1Px .card .wrapper .mbr-section-title {
  color: #ffffff;
  font-weight: 700;
}
.cid-t3oKu4F1Px .card .wrapper .mbr-section-title span:nth-child(2) {
  line-height: 1;
  color: #ffffff;
  padding: 0 6px 1px 5px;
  transform: skew(-14deg);
  background: #ff5e3a;
  background: linear-gradient(#ff5e3a 0%, #ff653c 69%, #ff4e3c 100%);
  display: inline-block;
  font-weight: 500;
  letter-spacing: 0;
  position: relative;
}
.cid-t3oKu4F1Px .card .wrapper .mbr-section-subtitle {
  color: #ffffff;
}
.cid-t3oKu4F1Px .card .wrapper .mbr-section-subtitle.display-7 {
  letter-spacing: 0;
}
.cid-t3oKu4F1Px .card .wrapper .mbr-text {
  color: #ffffff;
  font-weight: 300;
}
.cid-t3oKu4F1Px .card .wrapper .buttons-wrap .mbr-section-btn .btn.display-4 {
  padding: 7px 39px;
  line-height: 1.5;
  letter-spacing: 0;
}
.cid-t3oKu4F1Px .card .wrapper .buttons-wrap .mbr-section-btn .btn.btn-success-outline {
  color: #ffffff;
}
.cid-t3oKu4F1Px .card .wrapper .buttons-wrap .mbr-section-btn .btn.btn-success-outline:hover {
  color: #000000;
}
.cid-u9lKGxzYFn {
  padding-top: 45px;
  padding-bottom: 45px;
  background-color: #ffffff;
}
.cid-u9lKGxzYFn .google-map {
  height: 100%;
  min-height: 25rem;
  position: relative;
  width: 100%;
}
.cid-u9lKGxzYFn .google-map iframe {
  min-height: 100%;
  width: 100%;
}
.cid-u9lKGxzYFn .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-u9lKGxzYFn .google-map[data-state] {
  background: #e9e5dc;
}
.cid-u9lKGxzYFn .google-map[data-state="loading"] [data-state-details] {
  display: none;
}
.cid-u9lKGxzYFn .map-placeholder {
  display: none;
}
.cid-u9lKGxzYFn .group-title {
  text-align: left;
  color: #000000;
  padding-bottom: 0.2rem;
}
.cid-u9lKGxzYFn .card {
  padding: 3rem 8rem;
}
.cid-u9lKGxzYFn .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-u9lKGxzYFn .card .mbr-text {
  color: #06182d;
}
.cid-u9lKGxzYFn .card .mbr-text.display-7 {
  letter-spacing: 0;
}
.cid-u9lKGxzYFn .card .items .list-item {
  vertical-align: middle;
  padding-top: 5px;
  padding-bottom: 5px;
  align-items: center;
  -webkit-align-items: center;
}
.cid-u9lKGxzYFn .card .items .list-item .listico {
  display: inline-block;
  padding-right: 1rem;
  font-size: 2rem;
}
.cid-u9lKGxzYFn .card .items .list-item .text2 {
  display: inline-block;
  color: #000000;
  text-align: left;
}
.cid-u9lKGxzYFn .card .mbr-section-btn .btn {
  margin: 0 !important;
  padding: 7px 39px;
}
.cid-u9lKGxzYFn .card .mbr-section-btn .btn.display-4 {
  letter-spacing: 0;
}
.cid-u9lKGxzYFn .card .mbr-section-btn .btn-success {
  color: #030f1c;
}
.cid-u9lKGxzYFn .card .social-list {
  display: flex;
  padding-left: 0;
  margin-bottom: 0;
  list-style: none;
  flex-wrap: wrap;
  justify-content: flex-start;
}
.cid-u9lKGxzYFn .card .social-list .soc-item {
  margin: 0 0.3rem;
}
.cid-u9lKGxzYFn .card .social-list .soc-item a {
  margin: 0;
  transition: 0.2s linear;
}
.cid-u9lKGxzYFn .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-u9lKGxzYFn .card .social-list .soc-item a:hover {
  opacity: 0.4;
}
.cid-u9lKGxzYFn .card .form-group {
  padding-right: 0;
}
.cid-u9lKGxzYFn .card .form-group .form-control {
  background: transparent;
  padding: 0.5rem 1rem;
  min-height: 55px;
  border-radius: 0px;
}
.cid-u9lKGxzYFn .card .btn-primary {
  border: 1px solid #ff513c !important;
}
.cid-u9lKGxzYFn .card .btn-primary:hover {
  border: 1px solid #ff513c !important;
}
@media (max-width: 1200px) {
  .cid-u9lKGxzYFn .card {
    padding: 3rem;
  }
}
@media (max-width: 991px) {
  .cid-u9lKGxzYFn .col-sm-12 {
    margin-bottom: 2rem;
  }
  .cid-u9lKGxzYFn h3 {
    margin-bottom: 10px;
  }
}
@media (max-width: 768px) {
  .cid-u9lKGxzYFn * {
    text-align: center !important;
  }
  .cid-u9lKGxzYFn .card .social-list {
    justify-content: center;
  }
}
@media (max-width: 576px) {
  .cid-u9lKGxzYFn .form-group {
    max-width: 180px;
  }
  .cid-u9lKGxzYFn .card {
    padding: 2rem 1rem;
  }
}
.cid-u9lKGxzYFn .card .items .list-item .text2,
.cid-u9lKGxzYFn .card .items .list-item {
  color: #858484;
}
.cid-u9lKGxzYFn .card .items .list-item .text2 {
  color: #858484;
}
.cid-sWTV7SAEvl {
  padding-top: 45px;
  padding-bottom: 30px;
  background-color: #06182d;
}
.cid-sWTV7SAEvl .copyright {
  display: flex;
}
@media (max-width: 992px) {
  .cid-sWTV7SAEvl .copyright {
    margin-bottom: 1rem;
  }
}
.cid-sWTV7SAEvl .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-sWTV7SAEvl .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-sWTV7SAEvl .text-wrap .icons-wrap .icon-wrapper:hover {
  background: #ff4e3c;
  border-color: #ff4e3c;
}
.cid-sWTV7SAEvl .text-wrap .icons-wrap .icon-wrapper:hover .link-icon {
  color: #ffffde;
}
.cid-sWTV7SAEvl .text-wrap .icons-wrap .icon-wrapper .link-icon {
  display: inline-block;
  color: #ffffde;
  transition: all 0.3s;
  font-size: 14px;
  justify-content: center;
}
.cid-sWTV7SAEvl .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-sWTV7SAEvl .text-wrap .icons-wrap::before {
    display: none;
  }
}
.cid-sWTV7SAEvl .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-sWTV7SAEvl .text-wrap .icons-wrap::after {
    display: none;
  }
}
.cid-sWZamCVLK5 .navbar {
  padding: .5rem 0;
  transition: none;
  min-height: 50px;
  background: none;
}
.cid-sWZamCVLK5 .navbar .mbr-overlay {
  z-index: -1;
  transition: all .3s;
  background: #0e1b28;
}
.cid-sWZamCVLK5 .navbar-fixed-top {
  padding-top: 0;
}
.cid-sWZamCVLK5 .navbar-collapse {
  flex-basis: auto;
}
.cid-sWZamCVLK5 .dropdown-item {
  padding: 0;
}
.cid-sWZamCVLK5 .dropdown-menu {
  border: 0px solid lightgray;
  background: #0b1d32 !important;
}
.cid-sWZamCVLK5 .menu-content-top {
  max-width: 1200px;
  margin: auto;
  align-items: center;
  justify-content: space-between;
  overflow: hidden;
  transition: min-height 0.25s ease-in-out;
}
@media (max-width: 992px) {
  .cid-sWZamCVLK5 .menu-content-top {
    width: 100%;
  }
  .cid-sWZamCVLK5 .menu-content-top .menu-logo {
    display: none;
  }
  .cid-sWZamCVLK5 .menu-content-top .navbar-buttons {
    display: none !important;
  }
  .cid-sWZamCVLK5 .menu-content-top .menu-content-right {
    justify-content: space-between;
  }
}
.cid-sWZamCVLK5 .menu-bottom {
  margin: auto;
  width: 100%;
  display: flex;
  position: relative;
}
.cid-sWZamCVLK5 .menu-bottom .menu-wrap {
  justify-content: flex-end;
}
@media (min-width: 992px) {
  .cid-sWZamCVLK5 .menu-bottom .navbar-brand-bottom {
    display: none !important;
  }
}
.cid-sWZamCVLK5 .menu-bottom .mbr-overlay2 {
  z-index: 0;
  transition: all .3s;
  background: #0b1d32;
  bottom: 0;
  left: 0;
  opacity: .5;
  position: absolute;
  right: 0;
  top: 0;
  pointer-events: none;
}
.cid-sWZamCVLK5 .menu-bottom .icons-menu {
  flex-wrap: wrap;
  display: flex;
  justify-content: center;
  padding-left: 1rem;
  text-align: center;
}
.cid-sWZamCVLK5 .menu-bottom .icons-menu span {
  font-size: 16px;
  color: #ff513c;
}
.cid-sWZamCVLK5 .navbar-dropdown.bg-color.transparent.opened {
  background: #0e1b28;
}
.cid-sWZamCVLK5 a {
  font-style: normal;
}
.cid-sWZamCVLK5 .nav-item {
  border-right: 1px #0e2640;
  border-left: 1px #0e2640;
}
.cid-sWZamCVLK5 .nav-item span {
  padding-right: 0.4em;
  line-height: 0.5em;
  vertical-align: text-bottom;
  position: relative;
  top: -0.2em;
  text-decoration: none;
}
.cid-sWZamCVLK5 .nav-item a {
  padding: 20px 0 !important;
  margin: 0 .5rem !important;
}
.cid-sWZamCVLK5 .dropdown-item:before {
  font-family: MobiriseIcons !important;
  display: inline-block;
  width: 0;
  position: absolute;
  left: 1rem;
  top: 0.5rem;
  margin-right: 0.5rem;
  line-height: 1;
  font-size: inherit;
  vertical-align: middle;
  text-align: center;
  overflow: hidden;
  transform: scale(0, 1);
  transition: all 0.25s ease-in-out;
}
.cid-sWZamCVLK5 .content-text {
  margin-bottom: 0;
}
.cid-sWZamCVLK5 .navbar-nav {
  position: relative;
  min-height: 49px;
  flex-direction: row;
}
@media (min-width: 992px) {
  .cid-sWZamCVLK5 .navbar-nav .main-menu-animated-line {
    position: absolute;
    left: 0;
    width: 0;
    height: 0;
    z-index: 100;
    border-top: 4px solid #ff513c;
    transition: width 0.4s, left 0.6s cubic-bezier(0.19, 0.65, 0.02, 0.93);
  }
  .cid-sWZamCVLK5 .navbar-nav .main-menu-animated-line.bottom {
    bottom: 0;
  }
}
.cid-sWZamCVLK5 .navbar-nav .nav-item span {
  padding-right: 0;
}
.cid-sWZamCVLK5 .navbar-nav .nav-item a {
  margin: 0 1.3rem !important;
}
.cid-sWZamCVLK5 .display-4 > .mbr-iconfont {
  font-size: 1.43em;
}
.cid-sWZamCVLK5 .display-4 > .btn > .mbr-iconfont {
  font-size: 1.43em;
}
.cid-sWZamCVLK5 .nav-dropdown .dropdown-item {
  font-weight: 400;
}
.cid-sWZamCVLK5 .navbar-buttons.mbr-section-btn {
  display: flex;
  align-items: center;
  justify-content: center;
}
.cid-sWZamCVLK5 .nav-dropdown .link {
  font-weight: 400;
}
.cid-sWZamCVLK5 .menu .navbar-brand .logo-text-part {
  vertical-align: top;
}
.cid-sWZamCVLK5 .content-right-side {
  text-align: center;
}
.cid-sWZamCVLK5 .content-right-side .content-link {
  margin-left: 2rem;
}
.cid-sWZamCVLK5 .content-right-side .content-link span {
  vertical-align: middle;
  padding-right: 1rem;
}
.cid-sWZamCVLK5 .info-widget {
  margin-left: 16px;
  padding-top: 0.5rem;
}
.cid-sWZamCVLK5 .menu-content-right {
  display: flex;
  align-items: center;
}
.cid-sWZamCVLK5 .menu-content-right .info-widget:last-child {
  padding-right: 0;
}
.cid-sWZamCVLK5 .menu-content-right .info-widget:first-child {
  padding-left: 0;
  border-left: none;
}
.cid-sWZamCVLK5 .widget-content {
  display: inline-block;
  vertical-align: top;
  text-align: left;
}
.cid-sWZamCVLK5 .widget-content .widget-title {
  margin-bottom: 0px;
  font-weight: 500;
}
.cid-sWZamCVLK5 .widget-content .widget-title .mbr-iconfont {
  display: inline-block;
  padding-right: 0.5rem;
  font-size: 20px !important;
}
.cid-sWZamCVLK5 .widget-content .widget-title.display-7 {
  line-height: 1.2 !important;
}
.cid-sWZamCVLK5 .widget-content .widget-text {
  margin-bottom: 0;
}
@media (min-width: 992px) {
  .cid-sWZamCVLK5 .navbar .menu-content-top {
    display: flex;
    min-height: 83px;
    height: 100%;
  }
  .cid-sWZamCVLK5 .content-right-side {
    text-align: right;
    flex-wrap: nowrap;
    display: flex;
    align-items: center;
  }
  .cid-sWZamCVLK5 .menu-content-top {
    border-bottom: 0px solid rgba(0, 0, 0, 0.12);
  }
  .cid-sWZamCVLK5 .navbar {
    display: block;
    padding: 0;
  }
  .cid-sWZamCVLK5 .navbar .menu-logo {
    margin-right: auto;
    display: flex;
    align-items: center;
  }
  .cid-sWZamCVLK5 .navbar:not(.navbar-short) .navbar-collapse {
    max-height: calc(100vh - 7rem - 4.5rem);
  }
  .cid-sWZamCVLK5 .navbar.navbar-toggleable-sm .navbar-collapse .navbar-nav .nav-item {
    align-self: auto;
    display: flex;
    align-items: center;
    z-index: 101;
    min-height: 49px;
    padding-top: 8px !important;
  }
  .cid-sWZamCVLK5 .dropdown-item:hover:before {
    transform: scale(1, 1);
    width: 16px;
  }
  .cid-sWZamCVLK5 .navbar-toggler {
    display: none;
  }
  .cid-sWZamCVLK5 .navbar-collapse {
    justify-content: flex-start;
  }
}
.cid-sWZamCVLK5 .navbar-short .menu-content-top {
  height: 0;
  min-height: 0;
  border: none;
}
.cid-sWZamCVLK5 .btn {
  display: inline-flex;
  align-items: center;
}
.cid-sWZamCVLK5 .btn.btn-success-outline {
  color: #ffffff;
  font-weight: normal;
  letter-spacing: 0;
}
.cid-sWZamCVLK5 .btn .mbr-iconfont {
  font-size: 1.2em;
}
.cid-sWZamCVLK5 .menu-logo {
  margin-right: auto;
}
.cid-sWZamCVLK5 .menu-logo .navbar-brand {
  display: flex;
  margin-left: 1.5rem;
  padding: 0.5rem 0;
  transition: padding .2s;
  min-height: 3.8rem;
  align-items: center;
}
.cid-sWZamCVLK5 .menu-logo .navbar-brand .navbar-caption-wrap {
  display: -webkit-flex;
  align-items: center;
  word-break: break-word;
  min-width: 7rem;
  margin: .3rem 0;
}
.cid-sWZamCVLK5 .menu-logo .navbar-brand .navbar-caption-wrap .navbar-caption {
  line-height: 1.2rem !important;
  padding-right: 2rem;
}
.cid-sWZamCVLK5 .menu-logo .navbar-brand .navbar-logo {
  font-size: 4rem;
  transition: font-size 0.25s;
}
.cid-sWZamCVLK5 .menu-logo .navbar-brand .navbar-logo img {
  display: flex;
}
.cid-sWZamCVLK5 .menu-logo .navbar-brand .navbar-logo .mbr-iconfont {
  transition: font-size 0.25s;
}
.cid-sWZamCVLK5 .navbar-toggleable-sm .navbar-collapse {
  width: auto;
}
.cid-sWZamCVLK5 .navbar-toggleable-sm .navbar-collapse .navbar-nav {
  flex-wrap: wrap;
  padding-left: 0;
}
.cid-sWZamCVLK5 .navbar-toggleable-sm .navbar-collapse .navbar-nav .nav-item {
  align-self: center;
}
.cid-sWZamCVLK5 .navbar-toggleable-sm .navbar-collapse .navbar-buttons {
  padding-left: 0;
  padding-bottom: 0;
}
.cid-sWZamCVLK5 .dropdown .dropdown-menu {
  background: #0e1b28;
  display: none;
  position: absolute;
  min-width: 5rem;
  padding-top: 0.5rem;
  padding-bottom: 0.5rem;
  text-align: left;
}
@media (max-width: 991px) {
  .cid-sWZamCVLK5 .dropdown .dropdown-menu {
    overflow: hidden;
  }
}
.cid-sWZamCVLK5 .dropdown .dropdown-menu .dropdown-item {
  width: auto;
  transition: all 0.25s ease-in-out;
}
.cid-sWZamCVLK5 .dropdown .dropdown-menu .dropdown-item::after {
  right: -0.5rem;
}
.cid-sWZamCVLK5 .dropdown .dropdown-menu .dropdown-item:hover .mbr-iconfont:before {
  transform: scale(0, 1);
}
.cid-sWZamCVLK5 .dropdown .dropdown-menu .dropdown-item .mbr-iconfont {
  margin-left: -1.8rem;
  padding-right: 1rem;
  font-size: inherit;
}
.cid-sWZamCVLK5 .dropdown .dropdown-menu .dropdown-item .mbr-iconfont:before {
  display: inline-block;
  transform: scale(1, 1);
  transition: all 0.25s ease-in-out;
}
.cid-sWZamCVLK5 .dropdown .dropdown-menu .dropdown-submenu {
  margin: 0;
}
.cid-sWZamCVLK5 .dropdown.open > .dropdown-menu {
  display: block;
}
.cid-sWZamCVLK5 .navbar-toggleable-sm.opened:after {
  position: absolute;
  width: 100vw;
  height: 100vh;
  content: '';
  background-color: rgba(0, 0, 0, 0.1);
  left: 0;
  bottom: 0;
  transform: translateY(100%);
  z-index: 1000;
}
.cid-sWZamCVLK5 .navbar.navbar-short {
  min-height: 50px;
  transition: all .2s;
}
.cid-sWZamCVLK5 .navbar.navbar-short .navbar-logo a {
  font-size: 2.5rem !important;
  line-height: 1;
  transition: font-size 0.25s;
}
.cid-sWZamCVLK5 .navbar.navbar-short .navbar-logo a .mbr-iconfont {
  font-size: 2.5rem !important;
}
.cid-sWZamCVLK5 .navbar.navbar-short .navbar-logo a img {
  height: 3rem !important;
}
.cid-sWZamCVLK5 .navbar.navbar-short .navbar-brand {
  min-height: 3rem;
}
.cid-sWZamCVLK5 button.navbar-toggler {
  width: 31px;
  height: 18px;
  cursor: pointer;
  transition: all .2s;
  margin: 1rem .8rem;
  align-self: auto;
}
.cid-sWZamCVLK5 button.navbar-toggler.collapsed {
  align-self: center;
}
.cid-sWZamCVLK5 button.navbar-toggler:focus {
  outline: none;
}
.cid-sWZamCVLK5 button.navbar-toggler .hamburger span {
  position: absolute;
  right: 0;
  width: 30px;
  height: 2px;
  border-right: 5px;
  background-color: #ffffff;
}
.cid-sWZamCVLK5 button.navbar-toggler .hamburger span:nth-child(1) {
  top: 0;
  transition: all .2s;
}
.cid-sWZamCVLK5 button.navbar-toggler .hamburger span:nth-child(2) {
  top: 8px;
  transition: all .15s;
}
.cid-sWZamCVLK5 button.navbar-toggler .hamburger span:nth-child(3) {
  top: 8px;
  transition: all .15s;
}
.cid-sWZamCVLK5 button.navbar-toggler .hamburger span:nth-child(4) {
  top: 16px;
  transition: all .2s;
}
.cid-sWZamCVLK5 nav.opened .hamburger span:nth-child(1) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all .2s;
}
.cid-sWZamCVLK5 nav.opened .hamburger span:nth-child(2) {
  transform: rotate(45deg);
  transition: all .25s;
}
.cid-sWZamCVLK5 nav.opened .hamburger span:nth-child(3) {
  transform: rotate(-45deg);
  transition: all .25s;
}
.cid-sWZamCVLK5 nav.opened .hamburger span:nth-child(4) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all .2s;
}
.cid-sWZamCVLK5 .collapsed.navbar-toggler {
  align-self: auto;
}
.cid-sWZamCVLK5 .collapsed .dropdown-menu .dropdown-item:before {
  display: none;
}
.cid-sWZamCVLK5 .collapsed .dropdown .dropdown-menu .dropdown-item {
  padding: 0.235em 1.5em 0.235em 1.5em !important;
  transition: none;
  margin: 0 !important;
}
.cid-sWZamCVLK5 .collapsed .btn {
  display: flex;
}
.cid-sWZamCVLK5 .collapsed .navbar-collapse {
  display: none !important;
  padding-right: 0 !important;
}
.cid-sWZamCVLK5 .collapsed .navbar-collapse.collapsing,
.cid-sWZamCVLK5 .collapsed .navbar-collapse.show {
  display: block !important;
}
.cid-sWZamCVLK5 .collapsed .navbar-collapse.collapsing .navbar-nav,
.cid-sWZamCVLK5 .collapsed .navbar-collapse.show .navbar-nav {
  display: block;
  text-align: center;
}
.cid-sWZamCVLK5 .collapsed .navbar-collapse.collapsing .navbar-nav .nav-item,
.cid-sWZamCVLK5 .collapsed .navbar-collapse.show .navbar-nav .nav-item {
  clear: both;
}
.cid-sWZamCVLK5 .collapsed .navbar-collapse.collapsing .navbar-buttons,
.cid-sWZamCVLK5 .collapsed .navbar-collapse.show .navbar-buttons {
  display: flex;
  justify-content: center;
  text-align: center;
}
.cid-sWZamCVLK5 .collapsed .navbar-collapse.collapsing .navbar-buttons:last-child,
.cid-sWZamCVLK5 .collapsed .navbar-collapse.show .navbar-buttons:last-child {
  margin-bottom: 1rem;
}
@media (min-width: 992px) {
  .cid-sWZamCVLK5 .collapsed .dropdown .dropdown-menu {
    overflow: hidden;
  }
}
.cid-sWZamCVLK5 .collapsed button.navbar-toggler {
  display: block;
}
.cid-sWZamCVLK5 .collapsed .navbar-brand {
  margin-left: 1rem !important;
  margin-top: .5rem;
}
.cid-sWZamCVLK5 .collapsed .navbar-toggleable-sm {
  flex-direction: column;
}
.cid-sWZamCVLK5 .collapsed .dropdown .dropdown-menu {
  width: 100%;
  text-align: center;
  position: relative;
  opacity: 0;
  display: block;
  height: 0;
  visibility: hidden;
  padding: 0;
  transition-duration: .5s;
  transition-property: opacity, padding, height;
}
.cid-sWZamCVLK5 .collapsed .dropdown.open > .dropdown-menu {
  position: relative;
  opacity: 1;
  height: auto;
  padding: 1.4rem 0;
  visibility: visible;
}
.cid-sWZamCVLK5 .collapsed .dropdown .dropdown-submenu {
  left: 0;
  text-align: center;
  width: 100%;
}
.cid-sWZamCVLK5 .collapsed .dropdown .dropdown-toggle[data-toggle="dropdown-submenu"]::after {
  margin-top: 0;
  position: inherit;
  right: 0;
  top: 50%;
  display: inline-block;
  width: 0;
  height: 0;
  margin-left: .3em;
  vertical-align: middle;
  content: "";
  border-top: .30em solid;
  border-right: .30em solid transparent;
  border-left: .30em solid transparent;
}
.cid-sWZamCVLK5 .collapsed .menu-bottom {
  flex-direction: column-reverse;
  justify-content: center;
}
.cid-sWZamCVLK5 .collapsed .menu-bottom .icons-menu {
  padding-left: 0;
  padding-top: .5rem;
  padding-bottom: .5rem;
}
@media (max-width: 991px) {
  .cid-sWZamCVLK5 .navbar-collapse {
    padding-bottom: 1rem;
    display: none !important;
    padding-right: 0 !important;
  }
  .cid-sWZamCVLK5 .navbar-collapse.collapsing,
  .cid-sWZamCVLK5 .navbar-collapse.show {
    display: block !important;
  }
  .cid-sWZamCVLK5 .navbar-collapse.collapsing .navbar-nav,
  .cid-sWZamCVLK5 .navbar-collapse.show .navbar-nav {
    display: block;
    text-align: center;
  }
  .cid-sWZamCVLK5 .navbar-collapse.collapsing .navbar-nav .nav-item,
  .cid-sWZamCVLK5 .navbar-collapse.show .navbar-nav .nav-item {
    clear: both;
  }
  .cid-sWZamCVLK5 .navbar-collapse.collapsing .navbar-buttons,
  .cid-sWZamCVLK5 .navbar-collapse.show .navbar-buttons {
    display: flex;
    justify-content: center;
    text-align: center;
  }
  .cid-sWZamCVLK5 .navbar-collapse.collapsing .navbar-buttons:last-child,
  .cid-sWZamCVLK5 .navbar-collapse.show .navbar-buttons:last-child {
    margin-bottom: 1rem;
  }
  .cid-sWZamCVLK5 .menu-bottom {
    flex-direction: row;
    justify-content: center;
  }
  .cid-sWZamCVLK5 .menu-bottom .icons-menu {
    padding-left: 0;
    padding-top: .5rem;
    padding-bottom: .5rem;
  }
  .cid-sWZamCVLK5 .menu-bottom .navbar-brand-bottom {
    margin-right: auto;
  }
  .cid-sWZamCVLK5 img {
    height: 3.8rem !important;
  }
  .cid-sWZamCVLK5 .btn {
    display: flex;
  }
  .cid-sWZamCVLK5 button.navbar-toggler {
    display: block;
  }
  .cid-sWZamCVLK5 .navbar-brand {
    margin-left: 1rem !important;
    margin-top: .5rem;
  }
  .cid-sWZamCVLK5 .navbar-toggleable-sm {
    flex-direction: column;
  }
  .cid-sWZamCVLK5 .dropdown .dropdown-menu {
    width: 100%;
    text-align: center;
    position: relative;
    opacity: 0;
    display: block;
    height: 0;
    visibility: hidden;
    padding: 0;
    transition-duration: .5s;
    transition-property: opacity, padding, height;
  }
  .cid-sWZamCVLK5 .dropdown.open > .dropdown-menu {
    position: relative;
    opacity: 1;
    height: auto;
    padding: 1.4rem 0;
    visibility: visible;
  }
  .cid-sWZamCVLK5 .dropdown .dropdown-submenu {
    left: 0;
    text-align: center;
    width: 100%;
  }
  .cid-sWZamCVLK5 .dropdown .dropdown-toggle[data-toggle="dropdown-submenu"]::after {
    margin-top: 0;
    position: inherit;
    right: 0;
    top: 50%;
    display: inline-block;
    width: 0;
    height: 0;
    margin-left: .3em;
    vertical-align: middle;
    content: "";
    border-top: .30em solid;
    border-right: .30em solid transparent;
    border-left: .30em solid transparent;
  }
  .cid-sWZamCVLK5 .navbar-buttons.mbr-section-btn {
    width: 100%;
  }
  .cid-sWZamCVLK5 .dropdown .dropdown-menu .dropdown-item {
    padding: 0.235em 1.5em 0.235em 1.5em !important;
    transition: none;
    margin: 0 !important;
  }
}
.cid-sWZamCVLK5 .navbar-dropdown {
  flex-wrap: nowrap;
}
.cid-sWZamCVLK5 .nav-link:focus {
  outline: none;
}
.cid-sWZamCVLK5 .navbar-toggler {
  position: relative;
}
.cid-sWZamCVLK5 .dropdown-item.active,
.cid-sWZamCVLK5 .dropdown-item:active {
  background: #0b1d32;
  color: initial;
}
.cid-sWZamCVLK5 .widget-text {
  text-align: left;
}
.cid-t4d3vsTzbD {
  background-image: url("../../../assets/images/audi-min2126x1080-183.jpg");
}
.cid-t4d3vsTzbD .card {
  border-radius: 0;
  margin: auto 0;
}
.cid-t4d3vsTzbD .card .wrapper .mbr-section-title {
  color: #ffffff;
  font-weight: 700;
}
.cid-t4d3vsTzbD .card .wrapper .mbr-section-title span:first-child {
  color: #ff4e3c;
}
.cid-t4d3vsTzbD .card .wrapper .mbr-section-title span:nth-child(2) {
  line-height: 1;
  color: #ffffff;
  padding: 0 6px 1px 5px;
  transform: skew(-14deg);
  background: #ff5e3a;
  background: linear-gradient(#ff5e3a 0%, #ff653c 69%, #ff4e3c 100%);
  display: inline-block;
  font-weight: 500;
  letter-spacing: 0;
  position: relative;
}
.cid-t4d3vsTzbD .card .wrapper .mbr-section-subtitle {
  color: #ffffff;
}
.cid-t4d3vsTzbD .card .wrapper .mbr-section-subtitle.display-7 {
  letter-spacing: 0;
}
.cid-t4d3vsTzbD .card .wrapper .mbr-text {
  color: #ffffff;
  font-weight: 300;
}
.cid-t4d3vsTzbD .card .wrapper .mbr-list {
  margin-top: 20px;
  color: #ffffff;
}
.cid-t4d3vsTzbD .card .wrapper .mbr-list .list {
  list-style-type: none;
  padding-left: 0;
}
.cid-t4d3vsTzbD .card .wrapper .mbr-list .list li {
  line-height: 1.75;
  padding-top: 5px;
  padding-bottom: 5px;
}
.cid-t4d3vsTzbD .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-t4d3vsTzbD .card .wrapper .buttons-wrap .mbr-section-btn .btn.display-4 {
  padding: 12px 35px;
  line-height: 1.0625;
}
.cid-t4d3vsTzbD .card .wrapper .mbr-section-title,
.cid-t4d3vsTzbD .mbr-section-btn,
.cid-t4d3vsTzbD .mbr-list .list {
  text-align: left;
}
.cid-t4d3vsTzbD .card .wrapper .mbr-section-subtitle,
.cid-t4d3vsTzbD .mbr-section-btn,
.cid-t4d3vsTzbD .mbr-list .list {
  text-align: left;
}
.cid-sWXaVATLfW {
  padding-top: 75px;
  padding-bottom: 90px;
  overflow: hidden;
  box-sizing: border-box;
  background-color: #ffffff;
}
.cid-sWXaVATLfW .mbr-section-subtitle {
  color: #767676;
}
.cid-sWXaVATLfW .mbr-slider .carousel-control {
  background: #1b1b1b;
}
.cid-sWXaVATLfW .mbr-slider .carousel-control-prev {
  left: 0;
  margin-left: 2.5rem;
}
.cid-sWXaVATLfW .mbr-slider .carousel-control-next {
  right: 0;
  margin-right: 2.5rem;
}
.cid-sWXaVATLfW .mbr-slider .modal-body .close {
  background: #1b1b1b;
}
.cid-sWXaVATLfW .mbr-gallery-item > div::before {
  content: '';
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  background-color: #000000;
  opacity: 0;
  -webkit-transition: 0.2s opacity ease-in-out;
  transition: 0.2s opacity ease-in-out;
}
.cid-sWXaVATLfW .icon-focus,
.cid-sWXaVATLfW .icon-video {
  font-size: 2rem !important;
  width: 50px;
  height: 50px;
  top: calc(50% - 25px);
  left: calc(50% - 25px);
}
.cid-sWXaVATLfW .icon-focus:before,
.cid-sWXaVATLfW .icon-video:before {
  content: '+';
  border-radius: 100px;
  background: rgba(0, 0, 0, 0.5);
  width: 100%;
  height: 100%;
  padding-bottom: 6px;
  display: flex;
  -webkit-align-items: center;
  align-items: center;
  -webkit-justify-content: center;
  justify-content: center;
}
.cid-sWXaVATLfW .icon-video {
  font-size: 1.5rem !important;
}
.cid-sWXaVATLfW .mbr-gallery-title {
  transition: all 0.5s ease;
  position: absolute;
  text-align: left;
  display: none;
  width: 100%;
  bottom: 0;
  right: 0;
  padding: 1rem;
  color: #ffffff;
  font-weight: bold;
  background: transparent;
  -webkit-transition: all 0.5s ease;
  -moz-transition: all 0.5s ease;
  -o-transition: all 0.5s ease;
  -ms-transition: all 0.5s ease;
}
.cid-sWXaVATLfW ul {
  font-size: 0;
}
.cid-sWXaVATLfW .mbr-gallery-filter ul {
  text-align: left;
}
.cid-sWXaVATLfW .mbr-gallery-filter ul li {
  padding: 0;
  margin: 0 .2rem;
}
.cid-sWXaVATLfW .mbr-gallery-filter ul li .btn {
  position: relative;
  padding: 0.5rem 1rem 0.6rem;
  margin: 0!important;
  background-color: transparent !important;
  border-width: 0 !important;
  color: #ff653c !important;
}
.cid-sWXaVATLfW .mbr-gallery-filter ul li .btn:after {
  content: "";
  position: absolute;
  left: 0;
  top: 0;
  right: 0;
  bottom: 0;
  border: 1px solid transparent;
  border-radius: 100px;
  opacity: 0.5;
}
.cid-sWXaVATLfW .mbr-gallery-filter ul li:not(.active) .btn:hover:after,
.cid-sWXaVATLfW .mbr-gallery-filter ul li.active .btn:after {
  border-color: #ff653c;
}
.cid-sWXaVATLfW .mbr-gallery-filter ul li .btn:hover:after {
  -webkit-animation: 1s btn-animation linear infinite;
  animation: 1s btn-animation linear infinite;
}
.cid-sWXaVATLfW .mbr-gallery-filter ul li .btn:not(:hover):after {
  animation: none;
}
.cid-sWXaVATLfW .mbr-gallery-filter ul li:first-child,
.cid-sWXaVATLfW .mbr-gallery-filter ul li:last-child {
  margin: 0;
}
.cid-sWXaVATLfW .mbr-gallery-item > div:hover .mbr-gallery-title {
  display: block;
}
.cid-sWXaVATLfW .mbr-gallery-item > div:hover:before {
  opacity: 0.2 !important;
}
@keyframes btn-animation {
  0% {
    -webkit-transform: scale(1);
    transform: scale(1);
  }
  100% {
    -webkit-transform: scale(1.3);
    transform: scale(1.3);
    opacity: 0;
  }
}
.cid-sWXaVATLfW .mbr-section-title,
.cid-sWXaVATLfW .mbr-gallery-filter ul {
  text-align: left;
}
.cid-u9lKhjsvcf {
  padding-top: 45px;
  padding-bottom: 45px;
  background-color: #ffffff;
}
.cid-u9lKhjsvcf .google-map {
  height: 100%;
  min-height: 25rem;
  position: relative;
  width: 100%;
}
.cid-u9lKhjsvcf .google-map iframe {
  min-height: 100%;
  width: 100%;
}
.cid-u9lKhjsvcf .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-u9lKhjsvcf .google-map[data-state] {
  background: #e9e5dc;
}
.cid-u9lKhjsvcf .google-map[data-state="loading"] [data-state-details] {
  display: none;
}
.cid-u9lKhjsvcf .map-placeholder {
  display: none;
}
.cid-u9lKhjsvcf .group-title {
  text-align: left;
  color: #000000;
  padding-bottom: 0.2rem;
}
.cid-u9lKhjsvcf .card {
  padding: 3rem 8rem;
}
.cid-u9lKhjsvcf .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-u9lKhjsvcf .card .mbr-text {
  color: #06182d;
}
.cid-u9lKhjsvcf .card .mbr-text.display-7 {
  letter-spacing: 0;
}
.cid-u9lKhjsvcf .card .items .list-item {
  vertical-align: middle;
  padding-top: 5px;
  padding-bottom: 5px;
  align-items: center;
  -webkit-align-items: center;
}
.cid-u9lKhjsvcf .card .items .list-item .listico {
  display: inline-block;
  padding-right: 1rem;
  font-size: 2rem;
}
.cid-u9lKhjsvcf .card .items .list-item .text2 {
  display: inline-block;
  color: #000000;
  text-align: left;
}
.cid-u9lKhjsvcf .card .mbr-section-btn .btn {
  margin: 0 !important;
  padding: 7px 39px;
}
.cid-u9lKhjsvcf .card .mbr-section-btn .btn.display-4 {
  letter-spacing: 0;
}
.cid-u9lKhjsvcf .card .mbr-section-btn .btn-success {
  color: #030f1c;
}
.cid-u9lKhjsvcf .card .social-list {
  display: flex;
  padding-left: 0;
  margin-bottom: 0;
  list-style: none;
  flex-wrap: wrap;
  justify-content: flex-start;
}
.cid-u9lKhjsvcf .card .social-list .soc-item {
  margin: 0 0.3rem;
}
.cid-u9lKhjsvcf .card .social-list .soc-item a {
  margin: 0;
  transition: 0.2s linear;
}
.cid-u9lKhjsvcf .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-u9lKhjsvcf .card .social-list .soc-item a:hover {
  opacity: 0.4;
}
.cid-u9lKhjsvcf .card .form-group {
  padding-right: 0;
}
.cid-u9lKhjsvcf .card .form-group .form-control {
  background: transparent;
  padding: 0.5rem 1rem;
  min-height: 55px;
  border-radius: 0px;
}
.cid-u9lKhjsvcf .card .btn-primary {
  border: 1px solid #ff513c !important;
}
.cid-u9lKhjsvcf .card .btn-primary:hover {
  border: 1px solid #ff513c !important;
}
@media (max-width: 1200px) {
  .cid-u9lKhjsvcf .card {
    padding: 3rem;
  }
}
@media (max-width: 991px) {
  .cid-u9lKhjsvcf .col-sm-12 {
    margin-bottom: 2rem;
  }
  .cid-u9lKhjsvcf h3 {
    margin-bottom: 10px;
  }
}
@media (max-width: 768px) {
  .cid-u9lKhjsvcf * {
    text-align: center !important;
  }
  .cid-u9lKhjsvcf .card .social-list {
    justify-content: center;
  }
}
@media (max-width: 576px) {
  .cid-u9lKhjsvcf .form-group {
    max-width: 180px;
  }
  .cid-u9lKhjsvcf .card {
    padding: 2rem 1rem;
  }
}
.cid-u9lKhjsvcf .card .items .list-item .text2,
.cid-u9lKhjsvcf .card .items .list-item {
  color: #858484;
}
.cid-u9lKhjsvcf .card .items .list-item .text2 {
  color: #858484;
}
.cid-sWX9ryOA0g {
  padding-top: 45px;
  padding-bottom: 30px;
  background-color: #06182d;
}
.cid-sWX9ryOA0g .copyright {
  display: flex;
}
@media (max-width: 992px) {
  .cid-sWX9ryOA0g .copyright {
    margin-bottom: 1rem;
  }
}
.cid-sWX9ryOA0g .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-sWX9ryOA0g .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-sWX9ryOA0g .text-wrap .icons-wrap .icon-wrapper:hover {
  background: #ff4e3c;
  border-color: #ff4e3c;
}
.cid-sWX9ryOA0g .text-wrap .icons-wrap .icon-wrapper:hover .link-icon {
  color: #ffffde;
}
.cid-sWX9ryOA0g .text-wrap .icons-wrap .icon-wrapper .link-icon {
  display: inline-block;
  color: #ffffde;
  transition: all 0.3s;
  font-size: 14px;
  justify-content: center;
}
.cid-sWX9ryOA0g .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-sWX9ryOA0g .text-wrap .icons-wrap::before {
    display: none;
  }
}
.cid-sWX9ryOA0g .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-sWX9ryOA0g .text-wrap .icons-wrap::after {
    display: none;
  }
}
.cid-sWZamCVLK5 .navbar {
  padding: .5rem 0;
  transition: none;
  min-height: 50px;
  background: none;
}
.cid-sWZamCVLK5 .navbar .mbr-overlay {
  z-index: -1;
  transition: all .3s;
  background: #0e1b28;
}
.cid-sWZamCVLK5 .navbar-fixed-top {
  padding-top: 0;
}
.cid-sWZamCVLK5 .navbar-collapse {
  flex-basis: auto;
}
.cid-sWZamCVLK5 .dropdown-item {
  padding: 0;
}
.cid-sWZamCVLK5 .dropdown-menu {
  border: 0px solid lightgray;
  background: #0b1d32 !important;
}
.cid-sWZamCVLK5 .menu-content-top {
  max-width: 1200px;
  margin: auto;
  align-items: center;
  justify-content: space-between;
  overflow: hidden;
  transition: min-height 0.25s ease-in-out;
}
@media (max-width: 992px) {
  .cid-sWZamCVLK5 .menu-content-top {
    width: 100%;
  }
  .cid-sWZamCVLK5 .menu-content-top .menu-logo {
    display: none;
  }
  .cid-sWZamCVLK5 .menu-content-top .navbar-buttons {
    display: none !important;
  }
  .cid-sWZamCVLK5 .menu-content-top .menu-content-right {
    justify-content: space-between;
  }
}
.cid-sWZamCVLK5 .menu-bottom {
  margin: auto;
  width: 100%;
  display: flex;
  position: relative;
}
.cid-sWZamCVLK5 .menu-bottom .menu-wrap {
  justify-content: flex-end;
}
@media (min-width: 992px) {
  .cid-sWZamCVLK5 .menu-bottom .navbar-brand-bottom {
    display: none !important;
  }
}
.cid-sWZamCVLK5 .menu-bottom .mbr-overlay2 {
  z-index: 0;
  transition: all .3s;
  background: #0b1d32;
  bottom: 0;
  left: 0;
  opacity: .5;
  position: absolute;
  right: 0;
  top: 0;
  pointer-events: none;
}
.cid-sWZamCVLK5 .menu-bottom .icons-menu {
  flex-wrap: wrap;
  display: flex;
  justify-content: center;
  padding-left: 1rem;
  text-align: center;
}
.cid-sWZamCVLK5 .menu-bottom .icons-menu span {
  font-size: 16px;
  color: #ff513c;
}
.cid-sWZamCVLK5 .navbar-dropdown.bg-color.transparent.opened {
  background: #0e1b28;
}
.cid-sWZamCVLK5 a {
  font-style: normal;
}
.cid-sWZamCVLK5 .nav-item {
  border-right: 1px #0e2640;
  border-left: 1px #0e2640;
}
.cid-sWZamCVLK5 .nav-item span {
  padding-right: 0.4em;
  line-height: 0.5em;
  vertical-align: text-bottom;
  position: relative;
  top: -0.2em;
  text-decoration: none;
}
.cid-sWZamCVLK5 .nav-item a {
  padding: 20px 0 !important;
  margin: 0 .5rem !important;
}
.cid-sWZamCVLK5 .dropdown-item:before {
  font-family: MobiriseIcons !important;
  display: inline-block;
  width: 0;
  position: absolute;
  left: 1rem;
  top: 0.5rem;
  margin-right: 0.5rem;
  line-height: 1;
  font-size: inherit;
  vertical-align: middle;
  text-align: center;
  overflow: hidden;
  transform: scale(0, 1);
  transition: all 0.25s ease-in-out;
}
.cid-sWZamCVLK5 .content-text {
  margin-bottom: 0;
}
.cid-sWZamCVLK5 .navbar-nav {
  position: relative;
  min-height: 49px;
  flex-direction: row;
}
@media (min-width: 992px) {
  .cid-sWZamCVLK5 .navbar-nav .main-menu-animated-line {
    position: absolute;
    left: 0;
    width: 0;
    height: 0;
    z-index: 100;
    border-top: 4px solid #ff513c;
    transition: width 0.4s, left 0.6s cubic-bezier(0.19, 0.65, 0.02, 0.93);
  }
  .cid-sWZamCVLK5 .navbar-nav .main-menu-animated-line.bottom {
    bottom: 0;
  }
}
.cid-sWZamCVLK5 .navbar-nav .nav-item span {
  padding-right: 0;
}
.cid-sWZamCVLK5 .navbar-nav .nav-item a {
  margin: 0 1.3rem !important;
}
.cid-sWZamCVLK5 .display-4 > .mbr-iconfont {
  font-size: 1.43em;
}
.cid-sWZamCVLK5 .display-4 > .btn > .mbr-iconfont {
  font-size: 1.43em;
}
.cid-sWZamCVLK5 .nav-dropdown .dropdown-item {
  font-weight: 400;
}
.cid-sWZamCVLK5 .navbar-buttons.mbr-section-btn {
  display: flex;
  align-items: center;
  justify-content: center;
}
.cid-sWZamCVLK5 .nav-dropdown .link {
  font-weight: 400;
}
.cid-sWZamCVLK5 .menu .navbar-brand .logo-text-part {
  vertical-align: top;
}
.cid-sWZamCVLK5 .content-right-side {
  text-align: center;
}
.cid-sWZamCVLK5 .content-right-side .content-link {
  margin-left: 2rem;
}
.cid-sWZamCVLK5 .content-right-side .content-link span {
  vertical-align: middle;
  padding-right: 1rem;
}
.cid-sWZamCVLK5 .info-widget {
  margin-left: 16px;
  padding-top: 0.5rem;
}
.cid-sWZamCVLK5 .menu-content-right {
  display: flex;
  align-items: center;
}
.cid-sWZamCVLK5 .menu-content-right .info-widget:last-child {
  padding-right: 0;
}
.cid-sWZamCVLK5 .menu-content-right .info-widget:first-child {
  padding-left: 0;
  border-left: none;
}
.cid-sWZamCVLK5 .widget-content {
  display: inline-block;
  vertical-align: top;
  text-align: left;
}
.cid-sWZamCVLK5 .widget-content .widget-title {
  margin-bottom: 0px;
  font-weight: 500;
}
.cid-sWZamCVLK5 .widget-content .widget-title .mbr-iconfont {
  display: inline-block;
  padding-right: 0.5rem;
  font-size: 20px !important;
}
.cid-sWZamCVLK5 .widget-content .widget-title.display-7 {
  line-height: 1.2 !important;
}
.cid-sWZamCVLK5 .widget-content .widget-text {
  margin-bottom: 0;
}
@media (min-width: 992px) {
  .cid-sWZamCVLK5 .navbar .menu-content-top {
    display: flex;
    min-height: 83px;
    height: 100%;
  }
  .cid-sWZamCVLK5 .content-right-side {
    text-align: right;
    flex-wrap: nowrap;
    display: flex;
    align-items: center;
  }
  .cid-sWZamCVLK5 .menu-content-top {
    border-bottom: 0px solid rgba(0, 0, 0, 0.12);
  }
  .cid-sWZamCVLK5 .navbar {
    display: block;
    padding: 0;
  }
  .cid-sWZamCVLK5 .navbar .menu-logo {
    margin-right: auto;
    display: flex;
    align-items: center;
  }
  .cid-sWZamCVLK5 .navbar:not(.navbar-short) .navbar-collapse {
    max-height: calc(100vh - 7rem - 4.5rem);
  }
  .cid-sWZamCVLK5 .navbar.navbar-toggleable-sm .navbar-collapse .navbar-nav .nav-item {
    align-self: auto;
    display: flex;
    align-items: center;
    z-index: 101;
    min-height: 49px;
    padding-top: 8px !important;
  }
  .cid-sWZamCVLK5 .dropdown-item:hover:before {
    transform: scale(1, 1);
    width: 16px;
  }
  .cid-sWZamCVLK5 .navbar-toggler {
    display: none;
  }
  .cid-sWZamCVLK5 .navbar-collapse {
    justify-content: flex-start;
  }
}
.cid-sWZamCVLK5 .navbar-short .menu-content-top {
  height: 0;
  min-height: 0;
  border: none;
}
.cid-sWZamCVLK5 .btn {
  display: inline-flex;
  align-items: center;
}
.cid-sWZamCVLK5 .btn.btn-success-outline {
  color: #ffffff;
  font-weight: normal;
  letter-spacing: 0;
}
.cid-sWZamCVLK5 .btn .mbr-iconfont {
  font-size: 1.2em;
}
.cid-sWZamCVLK5 .menu-logo {
  margin-right: auto;
}
.cid-sWZamCVLK5 .menu-logo .navbar-brand {
  display: flex;
  margin-left: 1.5rem;
  padding: 0.5rem 0;
  transition: padding .2s;
  min-height: 3.8rem;
  align-items: center;
}
.cid-sWZamCVLK5 .menu-logo .navbar-brand .navbar-caption-wrap {
  display: -webkit-flex;
  align-items: center;
  word-break: break-word;
  min-width: 7rem;
  margin: .3rem 0;
}
.cid-sWZamCVLK5 .menu-logo .navbar-brand .navbar-caption-wrap .navbar-caption {
  line-height: 1.2rem !important;
  padding-right: 2rem;
}
.cid-sWZamCVLK5 .menu-logo .navbar-brand .navbar-logo {
  font-size: 4rem;
  transition: font-size 0.25s;
}
.cid-sWZamCVLK5 .menu-logo .navbar-brand .navbar-logo img {
  display: flex;
}
.cid-sWZamCVLK5 .menu-logo .navbar-brand .navbar-logo .mbr-iconfont {
  transition: font-size 0.25s;
}
.cid-sWZamCVLK5 .navbar-toggleable-sm .navbar-collapse {
  width: auto;
}
.cid-sWZamCVLK5 .navbar-toggleable-sm .navbar-collapse .navbar-nav {
  flex-wrap: wrap;
  padding-left: 0;
}
.cid-sWZamCVLK5 .navbar-toggleable-sm .navbar-collapse .navbar-nav .nav-item {
  align-self: center;
}
.cid-sWZamCVLK5 .navbar-toggleable-sm .navbar-collapse .navbar-buttons {
  padding-left: 0;
  padding-bottom: 0;
}
.cid-sWZamCVLK5 .dropdown .dropdown-menu {
  background: #0e1b28;
  display: none;
  position: absolute;
  min-width: 5rem;
  padding-top: 0.5rem;
  padding-bottom: 0.5rem;
  text-align: left;
}
@media (max-width: 991px) {
  .cid-sWZamCVLK5 .dropdown .dropdown-menu {
    overflow: hidden;
  }
}
.cid-sWZamCVLK5 .dropdown .dropdown-menu .dropdown-item {
  width: auto;
  transition: all 0.25s ease-in-out;
}
.cid-sWZamCVLK5 .dropdown .dropdown-menu .dropdown-item::after {
  right: -0.5rem;
}
.cid-sWZamCVLK5 .dropdown .dropdown-menu .dropdown-item:hover .mbr-iconfont:before {
  transform: scale(0, 1);
}
.cid-sWZamCVLK5 .dropdown .dropdown-menu .dropdown-item .mbr-iconfont {
  margin-left: -1.8rem;
  padding-right: 1rem;
  font-size: inherit;
}
.cid-sWZamCVLK5 .dropdown .dropdown-menu .dropdown-item .mbr-iconfont:before {
  display: inline-block;
  transform: scale(1, 1);
  transition: all 0.25s ease-in-out;
}
.cid-sWZamCVLK5 .dropdown .dropdown-menu .dropdown-submenu {
  margin: 0;
}
.cid-sWZamCVLK5 .dropdown.open > .dropdown-menu {
  display: block;
}
.cid-sWZamCVLK5 .navbar-toggleable-sm.opened:after {
  position: absolute;
  width: 100vw;
  height: 100vh;
  content: '';
  background-color: rgba(0, 0, 0, 0.1);
  left: 0;
  bottom: 0;
  transform: translateY(100%);
  z-index: 1000;
}
.cid-sWZamCVLK5 .navbar.navbar-short {
  min-height: 50px;
  transition: all .2s;
}
.cid-sWZamCVLK5 .navbar.navbar-short .navbar-logo a {
  font-size: 2.5rem !important;
  line-height: 1;
  transition: font-size 0.25s;
}
.cid-sWZamCVLK5 .navbar.navbar-short .navbar-logo a .mbr-iconfont {
  font-size: 2.5rem !important;
}
.cid-sWZamCVLK5 .navbar.navbar-short .navbar-logo a img {
  height: 3rem !important;
}
.cid-sWZamCVLK5 .navbar.navbar-short .navbar-brand {
  min-height: 3rem;
}
.cid-sWZamCVLK5 button.navbar-toggler {
  width: 31px;
  height: 18px;
  cursor: pointer;
  transition: all .2s;
  margin: 1rem .8rem;
  align-self: auto;
}
.cid-sWZamCVLK5 button.navbar-toggler.collapsed {
  align-self: center;
}
.cid-sWZamCVLK5 button.navbar-toggler:focus {
  outline: none;
}
.cid-sWZamCVLK5 button.navbar-toggler .hamburger span {
  position: absolute;
  right: 0;
  width: 30px;
  height: 2px;
  border-right: 5px;
  background-color: #ffffff;
}
.cid-sWZamCVLK5 button.navbar-toggler .hamburger span:nth-child(1) {
  top: 0;
  transition: all .2s;
}
.cid-sWZamCVLK5 button.navbar-toggler .hamburger span:nth-child(2) {
  top: 8px;
  transition: all .15s;
}
.cid-sWZamCVLK5 button.navbar-toggler .hamburger span:nth-child(3) {
  top: 8px;
  transition: all .15s;
}
.cid-sWZamCVLK5 button.navbar-toggler .hamburger span:nth-child(4) {
  top: 16px;
  transition: all .2s;
}
.cid-sWZamCVLK5 nav.opened .hamburger span:nth-child(1) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all .2s;
}
.cid-sWZamCVLK5 nav.opened .hamburger span:nth-child(2) {
  transform: rotate(45deg);
  transition: all .25s;
}
.cid-sWZamCVLK5 nav.opened .hamburger span:nth-child(3) {
  transform: rotate(-45deg);
  transition: all .25s;
}
.cid-sWZamCVLK5 nav.opened .hamburger span:nth-child(4) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all .2s;
}
.cid-sWZamCVLK5 .collapsed.navbar-toggler {
  align-self: auto;
}
.cid-sWZamCVLK5 .collapsed .dropdown-menu .dropdown-item:before {
  display: none;
}
.cid-sWZamCVLK5 .collapsed .dropdown .dropdown-menu .dropdown-item {
  padding: 0.235em 1.5em 0.235em 1.5em !important;
  transition: none;
  margin: 0 !important;
}
.cid-sWZamCVLK5 .collapsed .btn {
  display: flex;
}
.cid-sWZamCVLK5 .collapsed .navbar-collapse {
  display: none !important;
  padding-right: 0 !important;
}
.cid-sWZamCVLK5 .collapsed .navbar-collapse.collapsing,
.cid-sWZamCVLK5 .collapsed .navbar-collapse.show {
  display: block !important;
}
.cid-sWZamCVLK5 .collapsed .navbar-collapse.collapsing .navbar-nav,
.cid-sWZamCVLK5 .collapsed .navbar-collapse.show .navbar-nav {
  display: block;
  text-align: center;
}
.cid-sWZamCVLK5 .collapsed .navbar-collapse.collapsing .navbar-nav .nav-item,
.cid-sWZamCVLK5 .collapsed .navbar-collapse.show .navbar-nav .nav-item {
  clear: both;
}
.cid-sWZamCVLK5 .collapsed .navbar-collapse.collapsing .navbar-buttons,
.cid-sWZamCVLK5 .collapsed .navbar-collapse.show .navbar-buttons {
  display: flex;
  justify-content: center;
  text-align: center;
}
.cid-sWZamCVLK5 .collapsed .navbar-collapse.collapsing .navbar-buttons:last-child,
.cid-sWZamCVLK5 .collapsed .navbar-collapse.show .navbar-buttons:last-child {
  margin-bottom: 1rem;
}
@media (min-width: 992px) {
  .cid-sWZamCVLK5 .collapsed .dropdown .dropdown-menu {
    overflow: hidden;
  }
}
.cid-sWZamCVLK5 .collapsed button.navbar-toggler {
  display: block;
}
.cid-sWZamCVLK5 .collapsed .navbar-brand {
  margin-left: 1rem !important;
  margin-top: .5rem;
}
.cid-sWZamCVLK5 .collapsed .navbar-toggleable-sm {
  flex-direction: column;
}
.cid-sWZamCVLK5 .collapsed .dropdown .dropdown-menu {
  width: 100%;
  text-align: center;
  position: relative;
  opacity: 0;
  display: block;
  height: 0;
  visibility: hidden;
  padding: 0;
  transition-duration: .5s;
  transition-property: opacity, padding, height;
}
.cid-sWZamCVLK5 .collapsed .dropdown.open > .dropdown-menu {
  position: relative;
  opacity: 1;
  height: auto;
  padding: 1.4rem 0;
  visibility: visible;
}
.cid-sWZamCVLK5 .collapsed .dropdown .dropdown-submenu {
  left: 0;
  text-align: center;
  width: 100%;
}
.cid-sWZamCVLK5 .collapsed .dropdown .dropdown-toggle[data-toggle="dropdown-submenu"]::after {
  margin-top: 0;
  position: inherit;
  right: 0;
  top: 50%;
  display: inline-block;
  width: 0;
  height: 0;
  margin-left: .3em;
  vertical-align: middle;
  content: "";
  border-top: .30em solid;
  border-right: .30em solid transparent;
  border-left: .30em solid transparent;
}
.cid-sWZamCVLK5 .collapsed .menu-bottom {
  flex-direction: column-reverse;
  justify-content: center;
}
.cid-sWZamCVLK5 .collapsed .menu-bottom .icons-menu {
  padding-left: 0;
  padding-top: .5rem;
  padding-bottom: .5rem;
}
@media (max-width: 991px) {
  .cid-sWZamCVLK5 .navbar-collapse {
    padding-bottom: 1rem;
    display: none !important;
    padding-right: 0 !important;
  }
  .cid-sWZamCVLK5 .navbar-collapse.collapsing,
  .cid-sWZamCVLK5 .navbar-collapse.show {
    display: block !important;
  }
  .cid-sWZamCVLK5 .navbar-collapse.collapsing .navbar-nav,
  .cid-sWZamCVLK5 .navbar-collapse.show .navbar-nav {
    display: block;
    text-align: center;
  }
  .cid-sWZamCVLK5 .navbar-collapse.collapsing .navbar-nav .nav-item,
  .cid-sWZamCVLK5 .navbar-collapse.show .navbar-nav .nav-item {
    clear: both;
  }
  .cid-sWZamCVLK5 .navbar-collapse.collapsing .navbar-buttons,
  .cid-sWZamCVLK5 .navbar-collapse.show .navbar-buttons {
    display: flex;
    justify-content: center;
    text-align: center;
  }
  .cid-sWZamCVLK5 .navbar-collapse.collapsing .navbar-buttons:last-child,
  .cid-sWZamCVLK5 .navbar-collapse.show .navbar-buttons:last-child {
    margin-bottom: 1rem;
  }
  .cid-sWZamCVLK5 .menu-bottom {
    flex-direction: row;
    justify-content: center;
  }
  .cid-sWZamCVLK5 .menu-bottom .icons-menu {
    padding-left: 0;
    padding-top: .5rem;
    padding-bottom: .5rem;
  }
  .cid-sWZamCVLK5 .menu-bottom .navbar-brand-bottom {
    margin-right: auto;
  }
  .cid-sWZamCVLK5 img {
    height: 3.8rem !important;
  }
  .cid-sWZamCVLK5 .btn {
    display: flex;
  }
  .cid-sWZamCVLK5 button.navbar-toggler {
    display: block;
  }
  .cid-sWZamCVLK5 .navbar-brand {
    margin-left: 1rem !important;
    margin-top: .5rem;
  }
  .cid-sWZamCVLK5 .navbar-toggleable-sm {
    flex-direction: column;
  }
  .cid-sWZamCVLK5 .dropdown .dropdown-menu {
    width: 100%;
    text-align: center;
    position: relative;
    opacity: 0;
    display: block;
    height: 0;
    visibility: hidden;
    padding: 0;
    transition-duration: .5s;
    transition-property: opacity, padding, height;
  }
  .cid-sWZamCVLK5 .dropdown.open > .dropdown-menu {
    position: relative;
    opacity: 1;
    height: auto;
    padding: 1.4rem 0;
    visibility: visible;
  }
  .cid-sWZamCVLK5 .dropdown .dropdown-submenu {
    left: 0;
    text-align: center;
    width: 100%;
  }
  .cid-sWZamCVLK5 .dropdown .dropdown-toggle[data-toggle="dropdown-submenu"]::after {
    margin-top: 0;
    position: inherit;
    right: 0;
    top: 50%;
    display: inline-block;
    width: 0;
    height: 0;
    margin-left: .3em;
    vertical-align: middle;
    content: "";
    border-top: .30em solid;
    border-right: .30em solid transparent;
    border-left: .30em solid transparent;
  }
  .cid-sWZamCVLK5 .navbar-buttons.mbr-section-btn {
    width: 100%;
  }
  .cid-sWZamCVLK5 .dropdown .dropdown-menu .dropdown-item {
    padding: 0.235em 1.5em 0.235em 1.5em !important;
    transition: none;
    margin: 0 !important;
  }
}
.cid-sWZamCVLK5 .navbar-dropdown {
  flex-wrap: nowrap;
}
.cid-sWZamCVLK5 .nav-link:focus {
  outline: none;
}
.cid-sWZamCVLK5 .navbar-toggler {
  position: relative;
}
.cid-sWZamCVLK5 .dropdown-item.active,
.cid-sWZamCVLK5 .dropdown-item:active {
  background: #0b1d32;
  color: initial;
}
.cid-sWZamCVLK5 .widget-text {
  text-align: left;
}
.cid-t4d42eEfxU {
  background-image: url("../../../assets/images/audi-min2126x1080-183.jpg");
}
.cid-t4d42eEfxU .card {
  border-radius: 0;
  margin: auto 0;
}
.cid-t4d42eEfxU .card .wrapper .mbr-section-title {
  color: #ffffff;
  font-weight: 700;
}
.cid-t4d42eEfxU .card .wrapper .mbr-section-title span:first-child {
  color: #ff4e3c;
}
.cid-t4d42eEfxU .card .wrapper .mbr-section-title span:nth-child(2) {
  line-height: 1;
  color: #ffffff;
  padding: 0 6px 1px 5px;
  transform: skew(-14deg);
  background: #ff5e3a;
  background: linear-gradient(#ff5e3a 0%, #ff653c 69%, #ff4e3c 100%);
  display: inline-block;
  font-weight: 500;
  letter-spacing: 0;
  position: relative;
}
.cid-t4d42eEfxU .card .wrapper .mbr-section-subtitle {
  color: #ffffff;
}
.cid-t4d42eEfxU .card .wrapper .mbr-section-subtitle.display-7 {
  letter-spacing: 0;
}
.cid-t4d42eEfxU .card .wrapper .mbr-text {
  color: #ffffff;
  font-weight: 300;
}
.cid-t4d42eEfxU .card .wrapper .mbr-list {
  margin-top: 20px;
  color: #ffffff;
}
.cid-t4d42eEfxU .card .wrapper .mbr-list .list {
  list-style-type: none;
  padding-left: 0;
}
.cid-t4d42eEfxU .card .wrapper .mbr-list .list li {
  line-height: 1.75;
  padding-top: 5px;
  padding-bottom: 5px;
}
.cid-t4d42eEfxU .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-t4d42eEfxU .card .wrapper .buttons-wrap .mbr-section-btn .btn.display-4 {
  padding: 12px 35px;
  line-height: 1.0625;
}
.cid-t4d42eEfxU .card .wrapper .mbr-section-title,
.cid-t4d42eEfxU .mbr-section-btn,
.cid-t4d42eEfxU .mbr-list .list {
  text-align: left;
}
.cid-t4d42eEfxU .card .wrapper .mbr-section-subtitle,
.cid-t4d42eEfxU .mbr-section-btn,
.cid-t4d42eEfxU .mbr-list .list {
  text-align: left;
}
.cid-t28WdhYF9F {
  padding-top: 75px;
  padding-bottom: 45px;
  background-image: url("../../../assets/images/background3.jpg");
}
.cid-t28WdhYF9F .mail {
  position: relative;
  cursor: pointer;
  letter-spacing: 1px;
  width: fit-content;
  display: inline-block;
  color: #ffffff;
  text-align: right;
}
.cid-t28WdhYF9F .mail:after {
  content: "";
  position: absolute;
  height: 1px;
  width: 100%;
  background: currentColor;
  bottom: -6px;
  opacity: 0.1;
  left: 0;
}
.cid-t28WdhYF9F .mail:before {
  content: "";
  position: absolute;
  height: 1px;
  width: 0;
  transition: all 0.4s ease-in-out;
  background: currentColor;
  bottom: -6px;
  left: auto;
  right: 0;
}
.cid-t28WdhYF9F .mail:hover:before {
  width: 100%;
  right: auto;
  left: 0;
}
.cid-t28WdhYF9F .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-t28WdhYF9F .mbr-text,
.cid-t28WdhYF9F .mbr-section-btn {
  color: #ffffff;
}
.cid-t28WdhYF9F .mbr-section-subtitle {
  color: #ffffff;
}
.cid-t28WdhYF9F .card .card-wrapper {
  text-align: center;
}
.cid-t28WdhYF9F .card .card-wrapper .mbr-iconfont {
  font-size: 41px;
  color: #ff513c;
  width: 100%;
  min-width: 100px;
  display: block;
  justify-content: center;
  align-items: center;
  transition: all 0.3s ease-in-out;
  padding-bottom: 14px;
}
.cid-t28WdhYF9F .card .card-wrapper .card-box .card-title {
  cursor: pointer;
  color: #ffffff;
}
.cid-t28WdhYF9F .card .card-wrapper .card-box .card-text {
  color: #ffffff;
}
.cid-t28WdhYF9F .buttons-wrap {
  text-align: center;
}
.cid-t28WdhYF9F .buttons-wrap .mbr-section-btn {
  display: inline-block;
}
.cid-t28WdhYF9F .buttons-wrap .mbr-section-btn .btn {
  padding-left: 39px;
  padding-right: 39px;
}
.cid-t28WdhYF9F .buttons-wrap .mbr-section-btn .btn-success-outline {
  color: #ffffff;
}
.cid-t28WdhYF9F .buttons-wrap .mbr-section-btn .btn-success-outline:hover {
  color: #000000;
}
.cid-t28WdhYF9F .buttons-wrap .or {
  text-align: center;
  display: inline-block;
  margin-left: 25px;
  margin-right: 25px;
  vertical-align: sub;
}
@media (max-width: 768px) {
  .cid-t28WdhYF9F .buttons-wrap .or {
    display: none;
  }
}
.cid-t28WdhYF9F .card .card-wrapper .card-box .card-text {
  text-align: center;
}
.cid-t28XRFAV05 {
  padding-top: 45px;
  padding-bottom: 45px;
  background-color: #ffffff;
}
.cid-t28XRFAV05 .img-wrap img {
  width: 100%;
  position: relative;
  z-index: 1;
}
.cid-t28XRFAV05 .card {
  border-radius: 0;
  margin: auto 0;
}
.cid-t28XRFAV05 .card .wrapper {
  overflow: hidden;
}
.cid-t28XRFAV05 .card .wrapper .mbr-section-title {
  color: #06182d;
}
.cid-t28XRFAV05 .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-t28XRFAV05 .card .wrapper .mbr-section-subtitle {
  color: #06182d;
}
.cid-t28XRFAV05 .card .wrapper .mbr-section-subtitle.display-7 {
  letter-spacing: 0;
}
.cid-t28XRFAV05 .card .wrapper .mbr-text {
  color: #61728a;
  font-weight: 300;
}
.cid-t28XRFAV05 .card .wrapper .sign-wrap {
  text-align: center;
  overflow: hidden;
  position: relative;
}
.cid-t28XRFAV05 .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-t28XRFAV05 .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-t28XRFAV05 .card .wrapper .sign-wrap img {
  width: 140px;
}
.cid-t28XRFAV05 .card .wrapper .mbr-text {
  color: #000000;
}
.cid-t3oK5yIUlN {
  padding-top: 135px;
  padding-bottom: 135px;
  background-image: url("../../../assets/images/background4-1.jpg");
}
.cid-t3oK5yIUlN .card {
  border-radius: 0;
  margin: auto 0;
}
.cid-t3oK5yIUlN .card .wrapper .mbr-section-title {
  color: #ffffff;
  font-weight: 700;
}
.cid-t3oK5yIUlN .card .wrapper .mbr-section-title span:nth-child(2) {
  line-height: 1;
  color: #ffffff;
  padding: 0 6px 1px 5px;
  transform: skew(-14deg);
  background: #ff5e3a;
  background: linear-gradient(#ff5e3a 0%, #ff653c 69%, #ff4e3c 100%);
  display: inline-block;
  font-weight: 500;
  letter-spacing: 0;
  position: relative;
}
.cid-t3oK5yIUlN .card .wrapper .mbr-section-subtitle {
  color: #ffffff;
}
.cid-t3oK5yIUlN .card .wrapper .mbr-section-subtitle.display-7 {
  letter-spacing: 0;
}
.cid-t3oK5yIUlN .card .wrapper .mbr-text {
  color: #ffffff;
  font-weight: 300;
}
.cid-t3oK5yIUlN .card .wrapper .buttons-wrap .mbr-section-btn .btn.display-4 {
  padding: 7px 39px;
  line-height: 1.5;
  letter-spacing: 0;
}
.cid-t3oK5yIUlN .card .wrapper .buttons-wrap .mbr-section-btn .btn.btn-success-outline {
  color: #ffffff;
}
.cid-t3oK5yIUlN .card .wrapper .buttons-wrap .mbr-section-btn .btn.btn-success-outline:hover {
  color: #000000;
}
.cid-u9lLe3eOjr {
  padding-top: 45px;
  padding-bottom: 45px;
  background-color: #ffffff;
}
.cid-u9lLe3eOjr .google-map {
  height: 100%;
  min-height: 25rem;
  position: relative;
  width: 100%;
}
.cid-u9lLe3eOjr .google-map iframe {
  min-height: 100%;
  width: 100%;
}
.cid-u9lLe3eOjr .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-u9lLe3eOjr .google-map[data-state] {
  background: #e9e5dc;
}
.cid-u9lLe3eOjr .google-map[data-state="loading"] [data-state-details] {
  display: none;
}
.cid-u9lLe3eOjr .map-placeholder {
  display: none;
}
.cid-u9lLe3eOjr .group-title {
  text-align: left;
  color: #000000;
  padding-bottom: 0.2rem;
}
.cid-u9lLe3eOjr .card {
  padding: 3rem 8rem;
}
.cid-u9lLe3eOjr .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-u9lLe3eOjr .card .mbr-text {
  color: #06182d;
}
.cid-u9lLe3eOjr .card .mbr-text.display-7 {
  letter-spacing: 0;
}
.cid-u9lLe3eOjr .card .items .list-item {
  vertical-align: middle;
  padding-top: 5px;
  padding-bottom: 5px;
  align-items: center;
  -webkit-align-items: center;
}
.cid-u9lLe3eOjr .card .items .list-item .listico {
  display: inline-block;
  padding-right: 1rem;
  font-size: 2rem;
}
.cid-u9lLe3eOjr .card .items .list-item .text2 {
  display: inline-block;
  color: #000000;
  text-align: left;
}
.cid-u9lLe3eOjr .card .mbr-section-btn .btn {
  margin: 0 !important;
  padding: 7px 39px;
}
.cid-u9lLe3eOjr .card .mbr-section-btn .btn.display-4 {
  letter-spacing: 0;
}
.cid-u9lLe3eOjr .card .mbr-section-btn .btn-success {
  color: #030f1c;
}
.cid-u9lLe3eOjr .card .social-list {
  display: flex;
  padding-left: 0;
  margin-bottom: 0;
  list-style: none;
  flex-wrap: wrap;
  justify-content: flex-start;
}
.cid-u9lLe3eOjr .card .social-list .soc-item {
  margin: 0 0.3rem;
}
.cid-u9lLe3eOjr .card .social-list .soc-item a {
  margin: 0;
  transition: 0.2s linear;
}
.cid-u9lLe3eOjr .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-u9lLe3eOjr .card .social-list .soc-item a:hover {
  opacity: 0.4;
}
.cid-u9lLe3eOjr .card .form-group {
  padding-right: 0;
}
.cid-u9lLe3eOjr .card .form-group .form-control {
  background: transparent;
  padding: 0.5rem 1rem;
  min-height: 55px;
  border-radius: 0px;
}
.cid-u9lLe3eOjr .card .btn-primary {
  border: 1px solid #ff513c !important;
}
.cid-u9lLe3eOjr .card .btn-primary:hover {
  border: 1px solid #ff513c !important;
}
@media (max-width: 1200px) {
  .cid-u9lLe3eOjr .card {
    padding: 3rem;
  }
}
@media (max-width: 991px) {
  .cid-u9lLe3eOjr .col-sm-12 {
    margin-bottom: 2rem;
  }
  .cid-u9lLe3eOjr h3 {
    margin-bottom: 10px;
  }
}
@media (max-width: 768px) {
  .cid-u9lLe3eOjr * {
    text-align: center !important;
  }
  .cid-u9lLe3eOjr .card .social-list {
    justify-content: center;
  }
}
@media (max-width: 576px) {
  .cid-u9lLe3eOjr .form-group {
    max-width: 180px;
  }
  .cid-u9lLe3eOjr .card {
    padding: 2rem 1rem;
  }
}
.cid-u9lLe3eOjr .card .items .list-item .text2,
.cid-u9lLe3eOjr .card .items .list-item {
  color: #858484;
}
.cid-u9lLe3eOjr .card .items .list-item .text2 {
  color: #858484;
}
.cid-t28UQIWcPX {
  padding-top: 45px;
  padding-bottom: 30px;
  background-color: #06182d;
}
.cid-t28UQIWcPX .copyright {
  display: flex;
}
@media (max-width: 992px) {
  .cid-t28UQIWcPX .copyright {
    margin-bottom: 1rem;
  }
}
.cid-t28UQIWcPX .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-t28UQIWcPX .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-t28UQIWcPX .text-wrap .icons-wrap .icon-wrapper:hover {
  background: #ff4e3c;
  border-color: #ff4e3c;
}
.cid-t28UQIWcPX .text-wrap .icons-wrap .icon-wrapper:hover .link-icon {
  color: #ffffde;
}
.cid-t28UQIWcPX .text-wrap .icons-wrap .icon-wrapper .link-icon {
  display: inline-block;
  color: #ffffde;
  transition: all 0.3s;
  font-size: 14px;
  justify-content: center;
}
.cid-t28UQIWcPX .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-t28UQIWcPX .text-wrap .icons-wrap::before {
    display: none;
  }
}
.cid-t28UQIWcPX .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-t28UQIWcPX .text-wrap .icons-wrap::after {
    display: none;
  }
}
.cid-t28UQKBuQz .navbar {
  padding: .5rem 0;
  transition: none;
  min-height: 50px;
  background: none;
}
.cid-t28UQKBuQz .navbar .mbr-overlay {
  z-index: -1;
  transition: all .3s;
  background: #0e1b28;
}
.cid-t28UQKBuQz .navbar-fixed-top {
  padding-top: 0;
}
.cid-t28UQKBuQz .navbar-collapse {
  flex-basis: auto;
}
.cid-t28UQKBuQz .dropdown-item {
  padding: 0;
}
.cid-t28UQKBuQz .dropdown-menu {
  border: 0px solid lightgray;
  background: #0b1d32 !important;
}
.cid-t28UQKBuQz .menu-content-top {
  max-width: 1200px;
  margin: auto;
  align-items: center;
  justify-content: space-between;
  overflow: hidden;
  transition: min-height 0.25s ease-in-out;
}
@media (max-width: 992px) {
  .cid-t28UQKBuQz .menu-content-top {
    width: 100%;
  }
  .cid-t28UQKBuQz .menu-content-top .menu-logo {
    display: none;
  }
  .cid-t28UQKBuQz .menu-content-top .navbar-buttons {
    display: none !important;
  }
  .cid-t28UQKBuQz .menu-content-top .menu-content-right {
    justify-content: space-between;
  }
}
.cid-t28UQKBuQz .menu-bottom {
  margin: auto;
  width: 100%;
  display: flex;
  position: relative;
}
.cid-t28UQKBuQz .menu-bottom .menu-wrap {
  justify-content: flex-end;
}
@media (min-width: 992px) {
  .cid-t28UQKBuQz .menu-bottom .navbar-brand-bottom {
    display: none !important;
  }
}
.cid-t28UQKBuQz .menu-bottom .mbr-overlay2 {
  z-index: 0;
  transition: all .3s;
  background: #0b1d32;
  bottom: 0;
  left: 0;
  opacity: .5;
  position: absolute;
  right: 0;
  top: 0;
  pointer-events: none;
}
.cid-t28UQKBuQz .menu-bottom .icons-menu {
  flex-wrap: wrap;
  display: flex;
  justify-content: center;
  padding-left: 1rem;
  text-align: center;
}
.cid-t28UQKBuQz .menu-bottom .icons-menu span {
  font-size: 16px;
  color: #ff513c;
}
.cid-t28UQKBuQz .navbar-dropdown.bg-color.transparent.opened {
  background: #0e1b28;
}
.cid-t28UQKBuQz a {
  font-style: normal;
}
.cid-t28UQKBuQz .nav-item {
  border-right: 1px #0e2640;
  border-left: 1px #0e2640;
}
.cid-t28UQKBuQz .nav-item span {
  padding-right: 0.4em;
  line-height: 0.5em;
  vertical-align: text-bottom;
  position: relative;
  top: -0.2em;
  text-decoration: none;
}
.cid-t28UQKBuQz .nav-item a {
  padding: 20px 0 !important;
  margin: 0 .5rem !important;
}
.cid-t28UQKBuQz .dropdown-item:before {
  font-family: MobiriseIcons !important;
  display: inline-block;
  width: 0;
  position: absolute;
  left: 1rem;
  top: 0.5rem;
  margin-right: 0.5rem;
  line-height: 1;
  font-size: inherit;
  vertical-align: middle;
  text-align: center;
  overflow: hidden;
  transform: scale(0, 1);
  transition: all 0.25s ease-in-out;
}
.cid-t28UQKBuQz .content-text {
  margin-bottom: 0;
}
.cid-t28UQKBuQz .navbar-nav {
  position: relative;
  min-height: 49px;
  flex-direction: row;
}
@media (min-width: 992px) {
  .cid-t28UQKBuQz .navbar-nav .main-menu-animated-line {
    position: absolute;
    left: 0;
    width: 0;
    height: 0;
    z-index: 100;
    border-top: 4px solid #ff513c;
    transition: width 0.4s, left 0.6s cubic-bezier(0.19, 0.65, 0.02, 0.93);
  }
  .cid-t28UQKBuQz .navbar-nav .main-menu-animated-line.bottom {
    bottom: 0;
  }
}
.cid-t28UQKBuQz .navbar-nav .nav-item span {
  padding-right: 0;
}
.cid-t28UQKBuQz .navbar-nav .nav-item a {
  margin: 0 1.3rem !important;
}
.cid-t28UQKBuQz .display-4 > .mbr-iconfont {
  font-size: 1.43em;
}
.cid-t28UQKBuQz .display-4 > .btn > .mbr-iconfont {
  font-size: 1.43em;
}
.cid-t28UQKBuQz .nav-dropdown .dropdown-item {
  font-weight: 400;
}
.cid-t28UQKBuQz .navbar-buttons.mbr-section-btn {
  display: flex;
  align-items: center;
  justify-content: center;
}
.cid-t28UQKBuQz .nav-dropdown .link {
  font-weight: 400;
}
.cid-t28UQKBuQz .menu .navbar-brand .logo-text-part {
  vertical-align: top;
}
.cid-t28UQKBuQz .content-right-side {
  text-align: center;
}
.cid-t28UQKBuQz .content-right-side .content-link {
  margin-left: 2rem;
}
.cid-t28UQKBuQz .content-right-side .content-link span {
  vertical-align: middle;
  padding-right: 1rem;
}
.cid-t28UQKBuQz .info-widget {
  margin-left: 16px;
  padding-top: 0.5rem;
}
.cid-t28UQKBuQz .menu-content-right {
  display: flex;
  align-items: center;
}
.cid-t28UQKBuQz .menu-content-right .info-widget:last-child {
  padding-right: 0;
}
.cid-t28UQKBuQz .menu-content-right .info-widget:first-child {
  padding-left: 0;
  border-left: none;
}
.cid-t28UQKBuQz .widget-content {
  display: inline-block;
  vertical-align: top;
  text-align: left;
}
.cid-t28UQKBuQz .widget-content .widget-title {
  margin-bottom: 0px;
  font-weight: 500;
}
.cid-t28UQKBuQz .widget-content .widget-title .mbr-iconfont {
  display: inline-block;
  padding-right: 0.5rem;
  font-size: 20px !important;
}
.cid-t28UQKBuQz .widget-content .widget-title.display-7 {
  line-height: 1.2 !important;
}
.cid-t28UQKBuQz .widget-content .widget-text {
  margin-bottom: 0;
}
@media (min-width: 992px) {
  .cid-t28UQKBuQz .navbar .menu-content-top {
    display: flex;
    min-height: 83px;
    height: 100%;
  }
  .cid-t28UQKBuQz .content-right-side {
    text-align: right;
    flex-wrap: nowrap;
    display: flex;
    align-items: center;
  }
  .cid-t28UQKBuQz .menu-content-top {
    border-bottom: 0px solid rgba(0, 0, 0, 0.12);
  }
  .cid-t28UQKBuQz .navbar {
    display: block;
    padding: 0;
  }
  .cid-t28UQKBuQz .navbar .menu-logo {
    margin-right: auto;
    display: flex;
    align-items: center;
  }
  .cid-t28UQKBuQz .navbar:not(.navbar-short) .navbar-collapse {
    max-height: calc(100vh - 7rem - 4.5rem);
  }
  .cid-t28UQKBuQz .navbar.navbar-toggleable-sm .navbar-collapse .navbar-nav .nav-item {
    align-self: auto;
    display: flex;
    align-items: center;
    z-index: 101;
    min-height: 49px;
    padding-top: 8px !important;
  }
  .cid-t28UQKBuQz .dropdown-item:hover:before {
    transform: scale(1, 1);
    width: 16px;
  }
  .cid-t28UQKBuQz .navbar-toggler {
    display: none;
  }
  .cid-t28UQKBuQz .navbar-collapse {
    justify-content: flex-start;
  }
}
.cid-t28UQKBuQz .navbar-short .menu-content-top {
  height: 0;
  min-height: 0;
  border: none;
}
.cid-t28UQKBuQz .btn {
  display: inline-flex;
  align-items: center;
}
.cid-t28UQKBuQz .btn.btn-success-outline {
  color: #ffffff;
  font-weight: normal;
  letter-spacing: 0;
}
.cid-t28UQKBuQz .btn .mbr-iconfont {
  font-size: 1.2em;
}
.cid-t28UQKBuQz .menu-logo {
  margin-right: auto;
}
.cid-t28UQKBuQz .menu-logo .navbar-brand {
  display: flex;
  margin-left: 1.5rem;
  padding: 0.5rem 0;
  transition: padding .2s;
  min-height: 3.8rem;
  align-items: center;
}
.cid-t28UQKBuQz .menu-logo .navbar-brand .navbar-caption-wrap {
  display: -webkit-flex;
  align-items: center;
  word-break: break-word;
  min-width: 7rem;
  margin: .3rem 0;
}
.cid-t28UQKBuQz .menu-logo .navbar-brand .navbar-caption-wrap .navbar-caption {
  line-height: 1.2rem !important;
  padding-right: 2rem;
}
.cid-t28UQKBuQz .menu-logo .navbar-brand .navbar-logo {
  font-size: 4rem;
  transition: font-size 0.25s;
}
.cid-t28UQKBuQz .menu-logo .navbar-brand .navbar-logo img {
  display: flex;
}
.cid-t28UQKBuQz .menu-logo .navbar-brand .navbar-logo .mbr-iconfont {
  transition: font-size 0.25s;
}
.cid-t28UQKBuQz .navbar-toggleable-sm .navbar-collapse {
  width: auto;
}
.cid-t28UQKBuQz .navbar-toggleable-sm .navbar-collapse .navbar-nav {
  flex-wrap: wrap;
  padding-left: 0;
}
.cid-t28UQKBuQz .navbar-toggleable-sm .navbar-collapse .navbar-nav .nav-item {
  align-self: center;
}
.cid-t28UQKBuQz .navbar-toggleable-sm .navbar-collapse .navbar-buttons {
  padding-left: 0;
  padding-bottom: 0;
}
.cid-t28UQKBuQz .dropdown .dropdown-menu {
  background: #0e1b28;
  display: none;
  position: absolute;
  min-width: 5rem;
  padding-top: 0.5rem;
  padding-bottom: 0.5rem;
  text-align: left;
}
@media (max-width: 991px) {
  .cid-t28UQKBuQz .dropdown .dropdown-menu {
    overflow: hidden;
  }
}
.cid-t28UQKBuQz .dropdown .dropdown-menu .dropdown-item {
  width: auto;
  transition: all 0.25s ease-in-out;
}
.cid-t28UQKBuQz .dropdown .dropdown-menu .dropdown-item::after {
  right: -0.5rem;
}
.cid-t28UQKBuQz .dropdown .dropdown-menu .dropdown-item:hover .mbr-iconfont:before {
  transform: scale(0, 1);
}
.cid-t28UQKBuQz .dropdown .dropdown-menu .dropdown-item .mbr-iconfont {
  margin-left: -1.8rem;
  padding-right: 1rem;
  font-size: inherit;
}
.cid-t28UQKBuQz .dropdown .dropdown-menu .dropdown-item .mbr-iconfont:before {
  display: inline-block;
  transform: scale(1, 1);
  transition: all 0.25s ease-in-out;
}
.cid-t28UQKBuQz .dropdown .dropdown-menu .dropdown-submenu {
  margin: 0;
}
.cid-t28UQKBuQz .dropdown.open > .dropdown-menu {
  display: block;
}
.cid-t28UQKBuQz .navbar-toggleable-sm.opened:after {
  position: absolute;
  width: 100vw;
  height: 100vh;
  content: '';
  background-color: rgba(0, 0, 0, 0.1);
  left: 0;
  bottom: 0;
  transform: translateY(100%);
  z-index: 1000;
}
.cid-t28UQKBuQz .navbar.navbar-short {
  min-height: 50px;
  transition: all .2s;
}
.cid-t28UQKBuQz .navbar.navbar-short .navbar-logo a {
  font-size: 2.5rem !important;
  line-height: 1;
  transition: font-size 0.25s;
}
.cid-t28UQKBuQz .navbar.navbar-short .navbar-logo a .mbr-iconfont {
  font-size: 2.5rem !important;
}
.cid-t28UQKBuQz .navbar.navbar-short .navbar-logo a img {
  height: 3rem !important;
}
.cid-t28UQKBuQz .navbar.navbar-short .navbar-brand {
  min-height: 3rem;
}
.cid-t28UQKBuQz button.navbar-toggler {
  width: 31px;
  height: 18px;
  cursor: pointer;
  transition: all .2s;
  margin: 1rem .8rem;
  align-self: auto;
}
.cid-t28UQKBuQz button.navbar-toggler.collapsed {
  align-self: center;
}
.cid-t28UQKBuQz button.navbar-toggler:focus {
  outline: none;
}
.cid-t28UQKBuQz button.navbar-toggler .hamburger span {
  position: absolute;
  right: 0;
  width: 30px;
  height: 2px;
  border-right: 5px;
  background-color: #ffffff;
}
.cid-t28UQKBuQz button.navbar-toggler .hamburger span:nth-child(1) {
  top: 0;
  transition: all .2s;
}
.cid-t28UQKBuQz button.navbar-toggler .hamburger span:nth-child(2) {
  top: 8px;
  transition: all .15s;
}
.cid-t28UQKBuQz button.navbar-toggler .hamburger span:nth-child(3) {
  top: 8px;
  transition: all .15s;
}
.cid-t28UQKBuQz button.navbar-toggler .hamburger span:nth-child(4) {
  top: 16px;
  transition: all .2s;
}
.cid-t28UQKBuQz nav.opened .hamburger span:nth-child(1) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all .2s;
}
.cid-t28UQKBuQz nav.opened .hamburger span:nth-child(2) {
  transform: rotate(45deg);
  transition: all .25s;
}
.cid-t28UQKBuQz nav.opened .hamburger span:nth-child(3) {
  transform: rotate(-45deg);
  transition: all .25s;
}
.cid-t28UQKBuQz nav.opened .hamburger span:nth-child(4) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all .2s;
}
.cid-t28UQKBuQz .collapsed.navbar-toggler {
  align-self: auto;
}
.cid-t28UQKBuQz .collapsed .dropdown-menu .dropdown-item:before {
  display: none;
}
.cid-t28UQKBuQz .collapsed .dropdown .dropdown-menu .dropdown-item {
  padding: 0.235em 1.5em 0.235em 1.5em !important;
  transition: none;
  margin: 0 !important;
}
.cid-t28UQKBuQz .collapsed .btn {
  display: flex;
}
.cid-t28UQKBuQz .collapsed .navbar-collapse {
  display: none !important;
  padding-right: 0 !important;
}
.cid-t28UQKBuQz .collapsed .navbar-collapse.collapsing,
.cid-t28UQKBuQz .collapsed .navbar-collapse.show {
  display: block !important;
}
.cid-t28UQKBuQz .collapsed .navbar-collapse.collapsing .navbar-nav,
.cid-t28UQKBuQz .collapsed .navbar-collapse.show .navbar-nav {
  display: block;
  text-align: center;
}
.cid-t28UQKBuQz .collapsed .navbar-collapse.collapsing .navbar-nav .nav-item,
.cid-t28UQKBuQz .collapsed .navbar-collapse.show .navbar-nav .nav-item {
  clear: both;
}
.cid-t28UQKBuQz .collapsed .navbar-collapse.collapsing .navbar-buttons,
.cid-t28UQKBuQz .collapsed .navbar-collapse.show .navbar-buttons {
  display: flex;
  justify-content: center;
  text-align: center;
}
.cid-t28UQKBuQz .collapsed .navbar-collapse.collapsing .navbar-buttons:last-child,
.cid-t28UQKBuQz .collapsed .navbar-collapse.show .navbar-buttons:last-child {
  margin-bottom: 1rem;
}
@media (min-width: 992px) {
  .cid-t28UQKBuQz .collapsed .dropdown .dropdown-menu {
    overflow: hidden;
  }
}
.cid-t28UQKBuQz .collapsed button.navbar-toggler {
  display: block;
}
.cid-t28UQKBuQz .collapsed .navbar-brand {
  margin-left: 1rem !important;
  margin-top: .5rem;
}
.cid-t28UQKBuQz .collapsed .navbar-toggleable-sm {
  flex-direction: column;
}
.cid-t28UQKBuQz .collapsed .dropdown .dropdown-menu {
  width: 100%;
  text-align: center;
  position: relative;
  opacity: 0;
  display: block;
  height: 0;
  visibility: hidden;
  padding: 0;
  transition-duration: .5s;
  transition-property: opacity, padding, height;
}
.cid-t28UQKBuQz .collapsed .dropdown.open > .dropdown-menu {
  position: relative;
  opacity: 1;
  height: auto;
  padding: 1.4rem 0;
  visibility: visible;
}
.cid-t28UQKBuQz .collapsed .dropdown .dropdown-submenu {
  left: 0;
  text-align: center;
  width: 100%;
}
.cid-t28UQKBuQz .collapsed .dropdown .dropdown-toggle[data-toggle="dropdown-submenu"]::after {
  margin-top: 0;
  position: inherit;
  right: 0;
  top: 50%;
  display: inline-block;
  width: 0;
  height: 0;
  margin-left: .3em;
  vertical-align: middle;
  content: "";
  border-top: .30em solid;
  border-right: .30em solid transparent;
  border-left: .30em solid transparent;
}
.cid-t28UQKBuQz .collapsed .menu-bottom {
  flex-direction: column-reverse;
  justify-content: center;
}
.cid-t28UQKBuQz .collapsed .menu-bottom .icons-menu {
  padding-left: 0;
  padding-top: .5rem;
  padding-bottom: .5rem;
}
@media (max-width: 991px) {
  .cid-t28UQKBuQz .navbar-collapse {
    padding-bottom: 1rem;
    display: none !important;
    padding-right: 0 !important;
  }
  .cid-t28UQKBuQz .navbar-collapse.collapsing,
  .cid-t28UQKBuQz .navbar-collapse.show {
    display: block !important;
  }
  .cid-t28UQKBuQz .navbar-collapse.collapsing .navbar-nav,
  .cid-t28UQKBuQz .navbar-collapse.show .navbar-nav {
    display: block;
    text-align: center;
  }
  .cid-t28UQKBuQz .navbar-collapse.collapsing .navbar-nav .nav-item,
  .cid-t28UQKBuQz .navbar-collapse.show .navbar-nav .nav-item {
    clear: both;
  }
  .cid-t28UQKBuQz .navbar-collapse.collapsing .navbar-buttons,
  .cid-t28UQKBuQz .navbar-collapse.show .navbar-buttons {
    display: flex;
    justify-content: center;
    text-align: center;
  }
  .cid-t28UQKBuQz .navbar-collapse.collapsing .navbar-buttons:last-child,
  .cid-t28UQKBuQz .navbar-collapse.show .navbar-buttons:last-child {
    margin-bottom: 1rem;
  }
  .cid-t28UQKBuQz .menu-bottom {
    flex-direction: row;
    justify-content: center;
  }
  .cid-t28UQKBuQz .menu-bottom .icons-menu {
    padding-left: 0;
    padding-top: .5rem;
    padding-bottom: .5rem;
  }
  .cid-t28UQKBuQz .menu-bottom .navbar-brand-bottom {
    margin-right: auto;
  }
  .cid-t28UQKBuQz img {
    height: 3.8rem !important;
  }
  .cid-t28UQKBuQz .btn {
    display: flex;
  }
  .cid-t28UQKBuQz button.navbar-toggler {
    display: block;
  }
  .cid-t28UQKBuQz .navbar-brand {
    margin-left: 1rem !important;
    margin-top: .5rem;
  }
  .cid-t28UQKBuQz .navbar-toggleable-sm {
    flex-direction: column;
  }
  .cid-t28UQKBuQz .dropdown .dropdown-menu {
    width: 100%;
    text-align: center;
    position: relative;
    opacity: 0;
    display: block;
    height: 0;
    visibility: hidden;
    padding: 0;
    transition-duration: .5s;
    transition-property: opacity, padding, height;
  }
  .cid-t28UQKBuQz .dropdown.open > .dropdown-menu {
    position: relative;
    opacity: 1;
    height: auto;
    padding: 1.4rem 0;
    visibility: visible;
  }
  .cid-t28UQKBuQz .dropdown .dropdown-submenu {
    left: 0;
    text-align: center;
    width: 100%;
  }
  .cid-t28UQKBuQz .dropdown .dropdown-toggle[data-toggle="dropdown-submenu"]::after {
    margin-top: 0;
    position: inherit;
    right: 0;
    top: 50%;
    display: inline-block;
    width: 0;
    height: 0;
    margin-left: .3em;
    vertical-align: middle;
    content: "";
    border-top: .30em solid;
    border-right: .30em solid transparent;
    border-left: .30em solid transparent;
  }
  .cid-t28UQKBuQz .navbar-buttons.mbr-section-btn {
    width: 100%;
  }
  .cid-t28UQKBuQz .dropdown .dropdown-menu .dropdown-item {
    padding: 0.235em 1.5em 0.235em 1.5em !important;
    transition: none;
    margin: 0 !important;
  }
}
.cid-t28UQKBuQz .navbar-dropdown {
  flex-wrap: nowrap;
}
.cid-t28UQKBuQz .nav-link:focus {
  outline: none;
}
.cid-t28UQKBuQz .navbar-toggler {
  position: relative;
}
.cid-t28UQKBuQz .dropdown-item.active,
.cid-t28UQKBuQz .dropdown-item:active {
  background: #0b1d32;
  color: initial;
}
.cid-t28UQKBuQz .widget-text {
  text-align: left;
}
.cid-t4d4am7X59 {
  background-image: url("../../../assets/images/audi-min2126x1080-183.jpg");
}
.cid-t4d4am7X59 .card {
  border-radius: 0;
  margin: auto 0;
}
.cid-t4d4am7X59 .card .wrapper .mbr-section-title {
  color: #ffffff;
  font-weight: 700;
}
.cid-t4d4am7X59 .card .wrapper .mbr-section-title span:first-child {
  color: #ff4e3c;
}
.cid-t4d4am7X59 .card .wrapper .mbr-section-title span:nth-child(2) {
  line-height: 1;
  color: #ffffff;
  padding: 0 6px 1px 5px;
  transform: skew(-14deg);
  background: #ff5e3a;
  background: linear-gradient(#ff5e3a 0%, #ff653c 69%, #ff4e3c 100%);
  display: inline-block;
  font-weight: 500;
  letter-spacing: 0;
  position: relative;
}
.cid-t4d4am7X59 .card .wrapper .mbr-section-subtitle {
  color: #ffffff;
}
.cid-t4d4am7X59 .card .wrapper .mbr-section-subtitle.display-7 {
  letter-spacing: 0;
}
.cid-t4d4am7X59 .card .wrapper .mbr-text {
  color: #ffffff;
  font-weight: 300;
}
.cid-t4d4am7X59 .card .wrapper .mbr-list {
  margin-top: 20px;
  color: #ffffff;
}
.cid-t4d4am7X59 .card .wrapper .mbr-list .list {
  list-style-type: none;
  padding-left: 0;
}
.cid-t4d4am7X59 .card .wrapper .mbr-list .list li {
  line-height: 1.75;
  padding-top: 5px;
  padding-bottom: 5px;
}
.cid-t4d4am7X59 .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-t4d4am7X59 .card .wrapper .buttons-wrap .mbr-section-btn .btn.display-4 {
  padding: 12px 35px;
  line-height: 1.0625;
}
.cid-t4d4am7X59 .card .wrapper .mbr-section-title,
.cid-t4d4am7X59 .mbr-section-btn,
.cid-t4d4am7X59 .mbr-list .list {
  text-align: left;
}
.cid-t4d4am7X59 .card .wrapper .mbr-section-subtitle,
.cid-t4d4am7X59 .mbr-section-btn,
.cid-t4d4am7X59 .mbr-list .list {
  text-align: left;
}
.cid-t2IhHcfB4y {
  padding-top: 75px;
  padding-bottom: 45px;
  background-image: url("../../../assets/images/background3.jpg");
}
.cid-t2IhHcfB4y .mail {
  position: relative;
  cursor: pointer;
  letter-spacing: 1px;
  width: fit-content;
  display: inline-block;
  color: #ffffff;
  text-align: right;
}
.cid-t2IhHcfB4y .mail:after {
  content: "";
  position: absolute;
  height: 1px;
  width: 100%;
  background: currentColor;
  bottom: -6px;
  opacity: 0.1;
  left: 0;
}
.cid-t2IhHcfB4y .mail:before {
  content: "";
  position: absolute;
  height: 1px;
  width: 0;
  transition: all 0.4s ease-in-out;
  background: currentColor;
  bottom: -6px;
  left: auto;
  right: 0;
}
.cid-t2IhHcfB4y .mail:hover:before {
  width: 100%;
  right: auto;
  left: 0;
}
.cid-t2IhHcfB4y .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-t2IhHcfB4y .mbr-text,
.cid-t2IhHcfB4y .mbr-section-btn {
  color: #ffffff;
}
.cid-t2IhHcfB4y .mbr-section-subtitle {
  color: #ffffff;
}
.cid-t2IhHcfB4y .card .card-wrapper {
  text-align: center;
}
.cid-t2IhHcfB4y .card .card-wrapper .mbr-iconfont {
  font-size: 41px;
  color: #ff513c;
  width: 100%;
  min-width: 100px;
  display: block;
  justify-content: center;
  align-items: center;
  transition: all 0.3s ease-in-out;
  padding-bottom: 14px;
}
.cid-t2IhHcfB4y .card .card-wrapper .card-box .card-title {
  cursor: pointer;
  color: #ffffff;
}
.cid-t2IhHcfB4y .card .card-wrapper .card-box .card-text {
  color: #ffffff;
}
.cid-t2IhHcfB4y .buttons-wrap {
  text-align: center;
}
.cid-t2IhHcfB4y .buttons-wrap .mbr-section-btn {
  display: inline-block;
}
.cid-t2IhHcfB4y .buttons-wrap .mbr-section-btn .btn {
  padding-left: 39px;
  padding-right: 39px;
}
.cid-t2IhHcfB4y .buttons-wrap .mbr-section-btn .btn-success-outline {
  color: #ffffff;
}
.cid-t2IhHcfB4y .buttons-wrap .mbr-section-btn .btn-success-outline:hover {
  color: #000000;
}
.cid-t2IhHcfB4y .buttons-wrap .or {
  text-align: center;
  display: inline-block;
  margin-left: 25px;
  margin-right: 25px;
  vertical-align: sub;
}
@media (max-width: 768px) {
  .cid-t2IhHcfB4y .buttons-wrap .or {
    display: none;
  }
}
.cid-t2IgWJY9e8 {
  padding-top: 30px;
  padding-bottom: 30px;
  background-color: #ffffff;
}
.cid-t2IgWJY9e8 .img-wrap img {
  width: 100%;
  position: relative;
  z-index: 1;
}
.cid-t2IgWJY9e8 .card {
  border-radius: 0;
  margin: auto 0;
}
.cid-t2IgWJY9e8 .card .wrapper {
  overflow: hidden;
}
.cid-t2IgWJY9e8 .card .wrapper .mbr-section-title {
  color: #06182d;
}
.cid-t2IgWJY9e8 .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-t2IgWJY9e8 .card .wrapper .mbr-section-subtitle {
  color: #06182d;
}
.cid-t2IgWJY9e8 .card .wrapper .mbr-section-subtitle.display-7 {
  letter-spacing: 0;
}
.cid-t2IgWJY9e8 .card .wrapper .mbr-text {
  color: #61728a;
  font-weight: 300;
}
.cid-t2IgWJY9e8 .card .wrapper .sign-wrap {
  text-align: center;
  overflow: hidden;
  position: relative;
}
.cid-t2IgWJY9e8 .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-t2IgWJY9e8 .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-t2IgWJY9e8 .card .wrapper .sign-wrap img {
  width: 140px;
}
.cid-t2IgWJY9e8 .card .wrapper .mbr-text {
  color: #000000;
}
.cid-t2IdXWpxA7 {
  padding-top: 135px;
  padding-bottom: 135px;
  background-image: url("../../../assets/images/background4.jpg");
}
.cid-t2IdXWpxA7 .card {
  border-radius: 0;
  margin: auto 0;
}
.cid-t2IdXWpxA7 .card .wrapper .mbr-section-title {
  color: #ffffff;
  font-weight: 700;
}
.cid-t2IdXWpxA7 .card .wrapper .mbr-section-title span:nth-child(2) {
  line-height: 1;
  color: #ffffff;
  padding: 0 6px 1px 5px;
  transform: skew(-14deg);
  background: #ff5e3a;
  background: linear-gradient(#ff5e3a 0%, #ff653c 69%, #ff4e3c 100%);
  display: inline-block;
  font-weight: 500;
  letter-spacing: 0;
  position: relative;
}
.cid-t2IdXWpxA7 .card .wrapper .mbr-section-subtitle {
  color: #ffffff;
}
.cid-t2IdXWpxA7 .card .wrapper .mbr-section-subtitle.display-7 {
  letter-spacing: 0;
}
.cid-t2IdXWpxA7 .card .wrapper .mbr-text {
  color: #ffffff;
  font-weight: 300;
}
.cid-t2IdXWpxA7 .card .wrapper .buttons-wrap .mbr-section-btn .btn.display-4 {
  padding: 7px 39px;
  line-height: 1.5;
  letter-spacing: 0;
}
.cid-t2IdXWpxA7 .card .wrapper .buttons-wrap .mbr-section-btn .btn.btn-success-outline {
  color: #ffffff;
}
.cid-t2IdXWpxA7 .card .wrapper .buttons-wrap .mbr-section-btn .btn.btn-success-outline:hover {
  color: #000000;
}
.cid-u9lKTidMog {
  padding-top: 45px;
  padding-bottom: 45px;
  background-color: #ffffff;
}
.cid-u9lKTidMog .google-map {
  height: 100%;
  min-height: 25rem;
  position: relative;
  width: 100%;
}
.cid-u9lKTidMog .google-map iframe {
  min-height: 100%;
  width: 100%;
}
.cid-u9lKTidMog .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-u9lKTidMog .google-map[data-state] {
  background: #e9e5dc;
}
.cid-u9lKTidMog .google-map[data-state="loading"] [data-state-details] {
  display: none;
}
.cid-u9lKTidMog .map-placeholder {
  display: none;
}
.cid-u9lKTidMog .group-title {
  text-align: left;
  color: #000000;
  padding-bottom: 0.2rem;
}
.cid-u9lKTidMog .card {
  padding: 3rem 8rem;
}
.cid-u9lKTidMog .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-u9lKTidMog .card .mbr-text {
  color: #06182d;
}
.cid-u9lKTidMog .card .mbr-text.display-7 {
  letter-spacing: 0;
}
.cid-u9lKTidMog .card .items .list-item {
  vertical-align: middle;
  padding-top: 5px;
  padding-bottom: 5px;
  align-items: center;
  -webkit-align-items: center;
}
.cid-u9lKTidMog .card .items .list-item .listico {
  display: inline-block;
  padding-right: 1rem;
  font-size: 2rem;
}
.cid-u9lKTidMog .card .items .list-item .text2 {
  display: inline-block;
  color: #000000;
  text-align: left;
}
.cid-u9lKTidMog .card .mbr-section-btn .btn {
  margin: 0 !important;
  padding: 7px 39px;
}
.cid-u9lKTidMog .card .mbr-section-btn .btn.display-4 {
  letter-spacing: 0;
}
.cid-u9lKTidMog .card .mbr-section-btn .btn-success {
  color: #030f1c;
}
.cid-u9lKTidMog .card .social-list {
  display: flex;
  padding-left: 0;
  margin-bottom: 0;
  list-style: none;
  flex-wrap: wrap;
  justify-content: flex-start;
}
.cid-u9lKTidMog .card .social-list .soc-item {
  margin: 0 0.3rem;
}
.cid-u9lKTidMog .card .social-list .soc-item a {
  margin: 0;
  transition: 0.2s linear;
}
.cid-u9lKTidMog .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-u9lKTidMog .card .social-list .soc-item a:hover {
  opacity: 0.4;
}
.cid-u9lKTidMog .card .form-group {
  padding-right: 0;
}
.cid-u9lKTidMog .card .form-group .form-control {
  background: transparent;
  padding: 0.5rem 1rem;
  min-height: 55px;
  border-radius: 0px;
}
.cid-u9lKTidMog .card .btn-primary {
  border: 1px solid #ff513c !important;
}
.cid-u9lKTidMog .card .btn-primary:hover {
  border: 1px solid #ff513c !important;
}
@media (max-width: 1200px) {
  .cid-u9lKTidMog .card {
    padding: 3rem;
  }
}
@media (max-width: 991px) {
  .cid-u9lKTidMog .col-sm-12 {
    margin-bottom: 2rem;
  }
  .cid-u9lKTidMog h3 {
    margin-bottom: 10px;
  }
}
@media (max-width: 768px) {
  .cid-u9lKTidMog * {
    text-align: center !important;
  }
  .cid-u9lKTidMog .card .social-list {
    justify-content: center;
  }
}
@media (max-width: 576px) {
  .cid-u9lKTidMog .form-group {
    max-width: 180px;
  }
  .cid-u9lKTidMog .card {
    padding: 2rem 1rem;
  }
}
.cid-u9lKTidMog .card .items .list-item .text2,
.cid-u9lKTidMog .card .items .list-item {
  color: #858484;
}
.cid-u9lKTidMog .card .items .list-item .text2 {
  color: #858484;
}
.cid-t2IdY18AJ8 {
  padding-top: 45px;
  padding-bottom: 30px;
  background-color: #06182d;
}
.cid-t2IdY18AJ8 .copyright {
  display: flex;
}
@media (max-width: 992px) {
  .cid-t2IdY18AJ8 .copyright {
    margin-bottom: 1rem;
  }
}
.cid-t2IdY18AJ8 .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-t2IdY18AJ8 .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-t2IdY18AJ8 .text-wrap .icons-wrap .icon-wrapper:hover {
  background: #ff4e3c;
  border-color: #ff4e3c;
}
.cid-t2IdY18AJ8 .text-wrap .icons-wrap .icon-wrapper:hover .link-icon {
  color: #ffffde;
}
.cid-t2IdY18AJ8 .text-wrap .icons-wrap .icon-wrapper .link-icon {
  display: inline-block;
  color: #ffffde;
  transition: all 0.3s;
  font-size: 14px;
  justify-content: center;
}
.cid-t2IdY18AJ8 .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-t2IdY18AJ8 .text-wrap .icons-wrap::before {
    display: none;
  }
}
.cid-t2IdY18AJ8 .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-t2IdY18AJ8 .text-wrap .icons-wrap::after {
    display: none;
  }
}
.cid-t2IdY3g1T9 .navbar {
  padding: .5rem 0;
  transition: none;
  min-height: 50px;
  background: none;
}
.cid-t2IdY3g1T9 .navbar .mbr-overlay {
  z-index: -1;
  transition: all .3s;
  background: #0e1b28;
}
.cid-t2IdY3g1T9 .navbar-fixed-top {
  padding-top: 0;
}
.cid-t2IdY3g1T9 .navbar-collapse {
  flex-basis: auto;
}
.cid-t2IdY3g1T9 .dropdown-item {
  padding: 0;
}
.cid-t2IdY3g1T9 .dropdown-menu {
  border: 0px solid lightgray;
  background: #0b1d32 !important;
}
.cid-t2IdY3g1T9 .menu-content-top {
  max-width: 1200px;
  margin: auto;
  align-items: center;
  justify-content: space-between;
  overflow: hidden;
  transition: min-height 0.25s ease-in-out;
}
@media (max-width: 992px) {
  .cid-t2IdY3g1T9 .menu-content-top {
    width: 100%;
  }
  .cid-t2IdY3g1T9 .menu-content-top .menu-logo {
    display: none;
  }
  .cid-t2IdY3g1T9 .menu-content-top .navbar-buttons {
    display: none !important;
  }
  .cid-t2IdY3g1T9 .menu-content-top .menu-content-right {
    justify-content: space-between;
  }
}
.cid-t2IdY3g1T9 .menu-bottom {
  margin: auto;
  width: 100%;
  display: flex;
  position: relative;
}
.cid-t2IdY3g1T9 .menu-bottom .menu-wrap {
  justify-content: flex-end;
}
@media (min-width: 992px) {
  .cid-t2IdY3g1T9 .menu-bottom .navbar-brand-bottom {
    display: none !important;
  }
}
.cid-t2IdY3g1T9 .menu-bottom .mbr-overlay2 {
  z-index: 0;
  transition: all .3s;
  background: #0b1d32;
  bottom: 0;
  left: 0;
  opacity: .5;
  position: absolute;
  right: 0;
  top: 0;
  pointer-events: none;
}
.cid-t2IdY3g1T9 .menu-bottom .icons-menu {
  flex-wrap: wrap;
  display: flex;
  justify-content: center;
  padding-left: 1rem;
  text-align: center;
}
.cid-t2IdY3g1T9 .menu-bottom .icons-menu span {
  font-size: 16px;
  color: #ff513c;
}
.cid-t2IdY3g1T9 .navbar-dropdown.bg-color.transparent.opened {
  background: #0e1b28;
}
.cid-t2IdY3g1T9 a {
  font-style: normal;
}
.cid-t2IdY3g1T9 .nav-item {
  border-right: 1px #0e2640;
  border-left: 1px #0e2640;
}
.cid-t2IdY3g1T9 .nav-item span {
  padding-right: 0.4em;
  line-height: 0.5em;
  vertical-align: text-bottom;
  position: relative;
  top: -0.2em;
  text-decoration: none;
}
.cid-t2IdY3g1T9 .nav-item a {
  padding: 20px 0 !important;
  margin: 0 .5rem !important;
}
.cid-t2IdY3g1T9 .dropdown-item:before {
  font-family: MobiriseIcons !important;
  display: inline-block;
  width: 0;
  position: absolute;
  left: 1rem;
  top: 0.5rem;
  margin-right: 0.5rem;
  line-height: 1;
  font-size: inherit;
  vertical-align: middle;
  text-align: center;
  overflow: hidden;
  transform: scale(0, 1);
  transition: all 0.25s ease-in-out;
}
.cid-t2IdY3g1T9 .content-text {
  margin-bottom: 0;
}
.cid-t2IdY3g1T9 .navbar-nav {
  position: relative;
  min-height: 49px;
  flex-direction: row;
}
@media (min-width: 992px) {
  .cid-t2IdY3g1T9 .navbar-nav .main-menu-animated-line {
    position: absolute;
    left: 0;
    width: 0;
    height: 0;
    z-index: 100;
    border-top: 4px solid #ff513c;
    transition: width 0.4s, left 0.6s cubic-bezier(0.19, 0.65, 0.02, 0.93);
  }
  .cid-t2IdY3g1T9 .navbar-nav .main-menu-animated-line.bottom {
    bottom: 0;
  }
}
.cid-t2IdY3g1T9 .navbar-nav .nav-item span {
  padding-right: 0;
}
.cid-t2IdY3g1T9 .navbar-nav .nav-item a {
  margin: 0 1.3rem !important;
}
.cid-t2IdY3g1T9 .display-4 > .mbr-iconfont {
  font-size: 1.43em;
}
.cid-t2IdY3g1T9 .display-4 > .btn > .mbr-iconfont {
  font-size: 1.43em;
}
.cid-t2IdY3g1T9 .nav-dropdown .dropdown-item {
  font-weight: 400;
}
.cid-t2IdY3g1T9 .navbar-buttons.mbr-section-btn {
  display: flex;
  align-items: center;
  justify-content: center;
}
.cid-t2IdY3g1T9 .nav-dropdown .link {
  font-weight: 400;
}
.cid-t2IdY3g1T9 .menu .navbar-brand .logo-text-part {
  vertical-align: top;
}
.cid-t2IdY3g1T9 .content-right-side {
  text-align: center;
}
.cid-t2IdY3g1T9 .content-right-side .content-link {
  margin-left: 2rem;
}
.cid-t2IdY3g1T9 .content-right-side .content-link span {
  vertical-align: middle;
  padding-right: 1rem;
}
.cid-t2IdY3g1T9 .info-widget {
  margin-left: 16px;
  padding-top: 0.5rem;
}
.cid-t2IdY3g1T9 .menu-content-right {
  display: flex;
  align-items: center;
}
.cid-t2IdY3g1T9 .menu-content-right .info-widget:last-child {
  padding-right: 0;
}
.cid-t2IdY3g1T9 .menu-content-right .info-widget:first-child {
  padding-left: 0;
  border-left: none;
}
.cid-t2IdY3g1T9 .widget-content {
  display: inline-block;
  vertical-align: top;
  text-align: left;
}
.cid-t2IdY3g1T9 .widget-content .widget-title {
  margin-bottom: 0px;
  font-weight: 500;
}
.cid-t2IdY3g1T9 .widget-content .widget-title .mbr-iconfont {
  display: inline-block;
  padding-right: 0.5rem;
  font-size: 20px !important;
}
.cid-t2IdY3g1T9 .widget-content .widget-title.display-7 {
  line-height: 1.2 !important;
}
.cid-t2IdY3g1T9 .widget-content .widget-text {
  margin-bottom: 0;
}
@media (min-width: 992px) {
  .cid-t2IdY3g1T9 .navbar .menu-content-top {
    display: flex;
    min-height: 83px;
    height: 100%;
  }
  .cid-t2IdY3g1T9 .content-right-side {
    text-align: right;
    flex-wrap: nowrap;
    display: flex;
    align-items: center;
  }
  .cid-t2IdY3g1T9 .menu-content-top {
    border-bottom: 0px solid rgba(0, 0, 0, 0.12);
  }
  .cid-t2IdY3g1T9 .navbar {
    display: block;
    padding: 0;
  }
  .cid-t2IdY3g1T9 .navbar .menu-logo {
    margin-right: auto;
    display: flex;
    align-items: center;
  }
  .cid-t2IdY3g1T9 .navbar:not(.navbar-short) .navbar-collapse {
    max-height: calc(100vh - 7rem - 4.5rem);
  }
  .cid-t2IdY3g1T9 .navbar.navbar-toggleable-sm .navbar-collapse .navbar-nav .nav-item {
    align-self: auto;
    display: flex;
    align-items: center;
    z-index: 101;
    min-height: 49px;
    padding-top: 8px !important;
  }
  .cid-t2IdY3g1T9 .dropdown-item:hover:before {
    transform: scale(1, 1);
    width: 16px;
  }
  .cid-t2IdY3g1T9 .navbar-toggler {
    display: none;
  }
  .cid-t2IdY3g1T9 .navbar-collapse {
    justify-content: flex-start;
  }
}
.cid-t2IdY3g1T9 .navbar-short .menu-content-top {
  height: 0;
  min-height: 0;
  border: none;
}
.cid-t2IdY3g1T9 .btn {
  display: inline-flex;
  align-items: center;
}
.cid-t2IdY3g1T9 .btn.btn-success-outline {
  color: #ffffff;
  font-weight: normal;
  letter-spacing: 0;
}
.cid-t2IdY3g1T9 .btn .mbr-iconfont {
  font-size: 1.2em;
}
.cid-t2IdY3g1T9 .menu-logo {
  margin-right: auto;
}
.cid-t2IdY3g1T9 .menu-logo .navbar-brand {
  display: flex;
  margin-left: 1.5rem;
  padding: 0.5rem 0;
  transition: padding .2s;
  min-height: 3.8rem;
  align-items: center;
}
.cid-t2IdY3g1T9 .menu-logo .navbar-brand .navbar-caption-wrap {
  display: -webkit-flex;
  align-items: center;
  word-break: break-word;
  min-width: 7rem;
  margin: .3rem 0;
}
.cid-t2IdY3g1T9 .menu-logo .navbar-brand .navbar-caption-wrap .navbar-caption {
  line-height: 1.2rem !important;
  padding-right: 2rem;
}
.cid-t2IdY3g1T9 .menu-logo .navbar-brand .navbar-logo {
  font-size: 4rem;
  transition: font-size 0.25s;
}
.cid-t2IdY3g1T9 .menu-logo .navbar-brand .navbar-logo img {
  display: flex;
}
.cid-t2IdY3g1T9 .menu-logo .navbar-brand .navbar-logo .mbr-iconfont {
  transition: font-size 0.25s;
}
.cid-t2IdY3g1T9 .navbar-toggleable-sm .navbar-collapse {
  width: auto;
}
.cid-t2IdY3g1T9 .navbar-toggleable-sm .navbar-collapse .navbar-nav {
  flex-wrap: wrap;
  padding-left: 0;
}
.cid-t2IdY3g1T9 .navbar-toggleable-sm .navbar-collapse .navbar-nav .nav-item {
  align-self: center;
}
.cid-t2IdY3g1T9 .navbar-toggleable-sm .navbar-collapse .navbar-buttons {
  padding-left: 0;
  padding-bottom: 0;
}
.cid-t2IdY3g1T9 .dropdown .dropdown-menu {
  background: #0e1b28;
  display: none;
  position: absolute;
  min-width: 5rem;
  padding-top: 0.5rem;
  padding-bottom: 0.5rem;
  text-align: left;
}
@media (max-width: 991px) {
  .cid-t2IdY3g1T9 .dropdown .dropdown-menu {
    overflow: hidden;
  }
}
.cid-t2IdY3g1T9 .dropdown .dropdown-menu .dropdown-item {
  width: auto;
  transition: all 0.25s ease-in-out;
}
.cid-t2IdY3g1T9 .dropdown .dropdown-menu .dropdown-item::after {
  right: -0.5rem;
}
.cid-t2IdY3g1T9 .dropdown .dropdown-menu .dropdown-item:hover .mbr-iconfont:before {
  transform: scale(0, 1);
}
.cid-t2IdY3g1T9 .dropdown .dropdown-menu .dropdown-item .mbr-iconfont {
  margin-left: -1.8rem;
  padding-right: 1rem;
  font-size: inherit;
}
.cid-t2IdY3g1T9 .dropdown .dropdown-menu .dropdown-item .mbr-iconfont:before {
  display: inline-block;
  transform: scale(1, 1);
  transition: all 0.25s ease-in-out;
}
.cid-t2IdY3g1T9 .dropdown .dropdown-menu .dropdown-submenu {
  margin: 0;
}
.cid-t2IdY3g1T9 .dropdown.open > .dropdown-menu {
  display: block;
}
.cid-t2IdY3g1T9 .navbar-toggleable-sm.opened:after {
  position: absolute;
  width: 100vw;
  height: 100vh;
  content: '';
  background-color: rgba(0, 0, 0, 0.1);
  left: 0;
  bottom: 0;
  transform: translateY(100%);
  z-index: 1000;
}
.cid-t2IdY3g1T9 .navbar.navbar-short {
  min-height: 50px;
  transition: all .2s;
}
.cid-t2IdY3g1T9 .navbar.navbar-short .navbar-logo a {
  font-size: 2.5rem !important;
  line-height: 1;
  transition: font-size 0.25s;
}
.cid-t2IdY3g1T9 .navbar.navbar-short .navbar-logo a .mbr-iconfont {
  font-size: 2.5rem !important;
}
.cid-t2IdY3g1T9 .navbar.navbar-short .navbar-logo a img {
  height: 3rem !important;
}
.cid-t2IdY3g1T9 .navbar.navbar-short .navbar-brand {
  min-height: 3rem;
}
.cid-t2IdY3g1T9 button.navbar-toggler {
  width: 31px;
  height: 18px;
  cursor: pointer;
  transition: all .2s;
  margin: 1rem .8rem;
  align-self: auto;
}
.cid-t2IdY3g1T9 button.navbar-toggler.collapsed {
  align-self: center;
}
.cid-t2IdY3g1T9 button.navbar-toggler:focus {
  outline: none;
}
.cid-t2IdY3g1T9 button.navbar-toggler .hamburger span {
  position: absolute;
  right: 0;
  width: 30px;
  height: 2px;
  border-right: 5px;
  background-color: #ffffff;
}
.cid-t2IdY3g1T9 button.navbar-toggler .hamburger span:nth-child(1) {
  top: 0;
  transition: all .2s;
}
.cid-t2IdY3g1T9 button.navbar-toggler .hamburger span:nth-child(2) {
  top: 8px;
  transition: all .15s;
}
.cid-t2IdY3g1T9 button.navbar-toggler .hamburger span:nth-child(3) {
  top: 8px;
  transition: all .15s;
}
.cid-t2IdY3g1T9 button.navbar-toggler .hamburger span:nth-child(4) {
  top: 16px;
  transition: all .2s;
}
.cid-t2IdY3g1T9 nav.opened .hamburger span:nth-child(1) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all .2s;
}
.cid-t2IdY3g1T9 nav.opened .hamburger span:nth-child(2) {
  transform: rotate(45deg);
  transition: all .25s;
}
.cid-t2IdY3g1T9 nav.opened .hamburger span:nth-child(3) {
  transform: rotate(-45deg);
  transition: all .25s;
}
.cid-t2IdY3g1T9 nav.opened .hamburger span:nth-child(4) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all .2s;
}
.cid-t2IdY3g1T9 .collapsed.navbar-toggler {
  align-self: auto;
}
.cid-t2IdY3g1T9 .collapsed .dropdown-menu .dropdown-item:before {
  display: none;
}
.cid-t2IdY3g1T9 .collapsed .dropdown .dropdown-menu .dropdown-item {
  padding: 0.235em 1.5em 0.235em 1.5em !important;
  transition: none;
  margin: 0 !important;
}
.cid-t2IdY3g1T9 .collapsed .btn {
  display: flex;
}
.cid-t2IdY3g1T9 .collapsed .navbar-collapse {
  display: none !important;
  padding-right: 0 !important;
}
.cid-t2IdY3g1T9 .collapsed .navbar-collapse.collapsing,
.cid-t2IdY3g1T9 .collapsed .navbar-collapse.show {
  display: block !important;
}
.cid-t2IdY3g1T9 .collapsed .navbar-collapse.collapsing .navbar-nav,
.cid-t2IdY3g1T9 .collapsed .navbar-collapse.show .navbar-nav {
  display: block;
  text-align: center;
}
.cid-t2IdY3g1T9 .collapsed .navbar-collapse.collapsing .navbar-nav .nav-item,
.cid-t2IdY3g1T9 .collapsed .navbar-collapse.show .navbar-nav .nav-item {
  clear: both;
}
.cid-t2IdY3g1T9 .collapsed .navbar-collapse.collapsing .navbar-buttons,
.cid-t2IdY3g1T9 .collapsed .navbar-collapse.show .navbar-buttons {
  display: flex;
  justify-content: center;
  text-align: center;
}
.cid-t2IdY3g1T9 .collapsed .navbar-collapse.collapsing .navbar-buttons:last-child,
.cid-t2IdY3g1T9 .collapsed .navbar-collapse.show .navbar-buttons:last-child {
  margin-bottom: 1rem;
}
@media (min-width: 992px) {
  .cid-t2IdY3g1T9 .collapsed .dropdown .dropdown-menu {
    overflow: hidden;
  }
}
.cid-t2IdY3g1T9 .collapsed button.navbar-toggler {
  display: block;
}
.cid-t2IdY3g1T9 .collapsed .navbar-brand {
  margin-left: 1rem !important;
  margin-top: .5rem;
}
.cid-t2IdY3g1T9 .collapsed .navbar-toggleable-sm {
  flex-direction: column;
}
.cid-t2IdY3g1T9 .collapsed .dropdown .dropdown-menu {
  width: 100%;
  text-align: center;
  position: relative;
  opacity: 0;
  display: block;
  height: 0;
  visibility: hidden;
  padding: 0;
  transition-duration: .5s;
  transition-property: opacity, padding, height;
}
.cid-t2IdY3g1T9 .collapsed .dropdown.open > .dropdown-menu {
  position: relative;
  opacity: 1;
  height: auto;
  padding: 1.4rem 0;
  visibility: visible;
}
.cid-t2IdY3g1T9 .collapsed .dropdown .dropdown-submenu {
  left: 0;
  text-align: center;
  width: 100%;
}
.cid-t2IdY3g1T9 .collapsed .dropdown .dropdown-toggle[data-toggle="dropdown-submenu"]::after {
  margin-top: 0;
  position: inherit;
  right: 0;
  top: 50%;
  display: inline-block;
  width: 0;
  height: 0;
  margin-left: .3em;
  vertical-align: middle;
  content: "";
  border-top: .30em solid;
  border-right: .30em solid transparent;
  border-left: .30em solid transparent;
}
.cid-t2IdY3g1T9 .collapsed .menu-bottom {
  flex-direction: column-reverse;
  justify-content: center;
}
.cid-t2IdY3g1T9 .collapsed .menu-bottom .icons-menu {
  padding-left: 0;
  padding-top: .5rem;
  padding-bottom: .5rem;
}
@media (max-width: 991px) {
  .cid-t2IdY3g1T9 .navbar-collapse {
    padding-bottom: 1rem;
    display: none !important;
    padding-right: 0 !important;
  }
  .cid-t2IdY3g1T9 .navbar-collapse.collapsing,
  .cid-t2IdY3g1T9 .navbar-collapse.show {
    display: block !important;
  }
  .cid-t2IdY3g1T9 .navbar-collapse.collapsing .navbar-nav,
  .cid-t2IdY3g1T9 .navbar-collapse.show .navbar-nav {
    display: block;
    text-align: center;
  }
  .cid-t2IdY3g1T9 .navbar-collapse.collapsing .navbar-nav .nav-item,
  .cid-t2IdY3g1T9 .navbar-collapse.show .navbar-nav .nav-item {
    clear: both;
  }
  .cid-t2IdY3g1T9 .navbar-collapse.collapsing .navbar-buttons,
  .cid-t2IdY3g1T9 .navbar-collapse.show .navbar-buttons {
    display: flex;
    justify-content: center;
    text-align: center;
  }
  .cid-t2IdY3g1T9 .navbar-collapse.collapsing .navbar-buttons:last-child,
  .cid-t2IdY3g1T9 .navbar-collapse.show .navbar-buttons:last-child {
    margin-bottom: 1rem;
  }
  .cid-t2IdY3g1T9 .menu-bottom {
    flex-direction: row;
    justify-content: center;
  }
  .cid-t2IdY3g1T9 .menu-bottom .icons-menu {
    padding-left: 0;
    padding-top: .5rem;
    padding-bottom: .5rem;
  }
  .cid-t2IdY3g1T9 .menu-bottom .navbar-brand-bottom {
    margin-right: auto;
  }
  .cid-t2IdY3g1T9 img {
    height: 3.8rem !important;
  }
  .cid-t2IdY3g1T9 .btn {
    display: flex;
  }
  .cid-t2IdY3g1T9 button.navbar-toggler {
    display: block;
  }
  .cid-t2IdY3g1T9 .navbar-brand {
    margin-left: 1rem !important;
    margin-top: .5rem;
  }
  .cid-t2IdY3g1T9 .navbar-toggleable-sm {
    flex-direction: column;
  }
  .cid-t2IdY3g1T9 .dropdown .dropdown-menu {
    width: 100%;
    text-align: center;
    position: relative;
    opacity: 0;
    display: block;
    height: 0;
    visibility: hidden;
    padding: 0;
    transition-duration: .5s;
    transition-property: opacity, padding, height;
  }
  .cid-t2IdY3g1T9 .dropdown.open > .dropdown-menu {
    position: relative;
    opacity: 1;
    height: auto;
    padding: 1.4rem 0;
    visibility: visible;
  }
  .cid-t2IdY3g1T9 .dropdown .dropdown-submenu {
    left: 0;
    text-align: center;
    width: 100%;
  }
  .cid-t2IdY3g1T9 .dropdown .dropdown-toggle[data-toggle="dropdown-submenu"]::after {
    margin-top: 0;
    position: inherit;
    right: 0;
    top: 50%;
    display: inline-block;
    width: 0;
    height: 0;
    margin-left: .3em;
    vertical-align: middle;
    content: "";
    border-top: .30em solid;
    border-right: .30em solid transparent;
    border-left: .30em solid transparent;
  }
  .cid-t2IdY3g1T9 .navbar-buttons.mbr-section-btn {
    width: 100%;
  }
  .cid-t2IdY3g1T9 .dropdown .dropdown-menu .dropdown-item {
    padding: 0.235em 1.5em 0.235em 1.5em !important;
    transition: none;
    margin: 0 !important;
  }
}
.cid-t2IdY3g1T9 .navbar-dropdown {
  flex-wrap: nowrap;
}
.cid-t2IdY3g1T9 .nav-link:focus {
  outline: none;
}
.cid-t2IdY3g1T9 .navbar-toggler {
  position: relative;
}
.cid-t2IdY3g1T9 .dropdown-item.active,
.cid-t2IdY3g1T9 .dropdown-item:active {
  background: #0b1d32;
  color: initial;
}
.cid-t2IdY3g1T9 .widget-text {
  text-align: left;
}
.cid-t4d3QbIAMm {
  background-image: url("../../../assets/images/audi-min2126x1080-183.jpg");
}
.cid-t4d3QbIAMm .card {
  border-radius: 0;
  margin: auto 0;
}
.cid-t4d3QbIAMm .card .wrapper .mbr-section-title {
  color: #ffffff;
  font-weight: 700;
}
.cid-t4d3QbIAMm .card .wrapper .mbr-section-title span:first-child {
  color: #ff4e3c;
}
.cid-t4d3QbIAMm .card .wrapper .mbr-section-title span:nth-child(2) {
  line-height: 1;
  color: #ffffff;
  padding: 0 6px 1px 5px;
  transform: skew(-14deg);
  background: #ff5e3a;
  background: linear-gradient(#ff5e3a 0%, #ff653c 69%, #ff4e3c 100%);
  display: inline-block;
  font-weight: 500;
  letter-spacing: 0;
  position: relative;
}
.cid-t4d3QbIAMm .card .wrapper .mbr-section-subtitle {
  color: #ffffff;
}
.cid-t4d3QbIAMm .card .wrapper .mbr-section-subtitle.display-7 {
  letter-spacing: 0;
}
.cid-t4d3QbIAMm .card .wrapper .mbr-text {
  color: #ffffff;
  font-weight: 300;
}
.cid-t4d3QbIAMm .card .wrapper .mbr-list {
  margin-top: 20px;
  color: #ffffff;
}
.cid-t4d3QbIAMm .card .wrapper .mbr-list .list {
  list-style-type: none;
  padding-left: 0;
}
.cid-t4d3QbIAMm .card .wrapper .mbr-list .list li {
  line-height: 1.75;
  padding-top: 5px;
  padding-bottom: 5px;
}
.cid-t4d3QbIAMm .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-t4d3QbIAMm .card .wrapper .buttons-wrap .mbr-section-btn .btn.display-4 {
  padding: 12px 35px;
  line-height: 1.0625;
}
.cid-t4d3QbIAMm .card .wrapper .mbr-section-title,
.cid-t4d3QbIAMm .mbr-section-btn,
.cid-t4d3QbIAMm .mbr-list .list {
  text-align: left;
}
.cid-t4d3QbIAMm .card .wrapper .mbr-section-subtitle,
.cid-t4d3QbIAMm .mbr-section-btn,
.cid-t4d3QbIAMm .mbr-list .list {
  text-align: left;
}
.cid-t3okCrjEEj {
  padding-top: 75px;
  padding-bottom: 45px;
  background-image: url("../../../assets/images/background3.jpg");
}
.cid-t3okCrjEEj .mail {
  position: relative;
  cursor: pointer;
  letter-spacing: 1px;
  width: fit-content;
  display: inline-block;
  color: #ffffff;
  text-align: right;
}
.cid-t3okCrjEEj .mail:after {
  content: "";
  position: absolute;
  height: 1px;
  width: 100%;
  background: currentColor;
  bottom: -6px;
  opacity: 0.1;
  left: 0;
}
.cid-t3okCrjEEj .mail:before {
  content: "";
  position: absolute;
  height: 1px;
  width: 0;
  transition: all 0.4s ease-in-out;
  background: currentColor;
  bottom: -6px;
  left: auto;
  right: 0;
}
.cid-t3okCrjEEj .mail:hover:before {
  width: 100%;
  right: auto;
  left: 0;
}
.cid-t3okCrjEEj .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-t3okCrjEEj .mbr-text,
.cid-t3okCrjEEj .mbr-section-btn {
  color: #ffffff;
}
.cid-t3okCrjEEj .mbr-section-subtitle {
  color: #ffffff;
}
.cid-t3okCrjEEj .card .card-wrapper {
  text-align: center;
}
.cid-t3okCrjEEj .card .card-wrapper .mbr-iconfont {
  font-size: 41px;
  color: #ff513c;
  width: 100%;
  min-width: 100px;
  display: block;
  justify-content: center;
  align-items: center;
  transition: all 0.3s ease-in-out;
  padding-bottom: 14px;
}
.cid-t3okCrjEEj .card .card-wrapper .card-box .card-title {
  cursor: pointer;
  color: #ffffff;
}
.cid-t3okCrjEEj .card .card-wrapper .card-box .card-text {
  color: #ffffff;
}
.cid-t3okCrjEEj .buttons-wrap {
  text-align: center;
}
.cid-t3okCrjEEj .buttons-wrap .mbr-section-btn {
  display: inline-block;
}
.cid-t3okCrjEEj .buttons-wrap .mbr-section-btn .btn {
  padding-left: 39px;
  padding-right: 39px;
}
.cid-t3okCrjEEj .buttons-wrap .mbr-section-btn .btn-success-outline {
  color: #ffffff;
}
.cid-t3okCrjEEj .buttons-wrap .mbr-section-btn .btn-success-outline:hover {
  color: #000000;
}
.cid-t3okCrjEEj .buttons-wrap .or {
  text-align: center;
  display: inline-block;
  margin-left: 25px;
  margin-right: 25px;
  vertical-align: sub;
}
@media (max-width: 768px) {
  .cid-t3okCrjEEj .buttons-wrap .or {
    display: none;
  }
}
.cid-t3okCuemOl {
  padding-top: 30px;
  padding-bottom: 30px;
  background-color: #ffffff;
}
.cid-t3okCuemOl .img-wrap img {
  width: 100%;
  position: relative;
  z-index: 1;
}
.cid-t3okCuemOl .card {
  border-radius: 0;
  margin: auto 0;
}
.cid-t3okCuemOl .card .wrapper {
  overflow: hidden;
}
.cid-t3okCuemOl .card .wrapper .mbr-section-title {
  color: #06182d;
}
.cid-t3okCuemOl .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-t3okCuemOl .card .wrapper .mbr-section-subtitle {
  color: #06182d;
}
.cid-t3okCuemOl .card .wrapper .mbr-section-subtitle.display-7 {
  letter-spacing: 0;
}
.cid-t3okCuemOl .card .wrapper .mbr-text {
  color: #61728a;
  font-weight: 300;
}
.cid-t3okCuemOl .card .wrapper .sign-wrap {
  text-align: center;
  overflow: hidden;
  position: relative;
}
.cid-t3okCuemOl .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-t3okCuemOl .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-t3okCuemOl .card .wrapper .sign-wrap img {
  width: 140px;
}
.cid-t3okCuemOl .card .wrapper .mbr-text {
  color: #000000;
}
.cid-t3oppOHI8R {
  padding-top: 0px;
  padding-bottom: 0px;
  overflow: hidden;
  box-sizing: border-box;
  background-color: #ffffff;
}
.cid-t3oppOHI8R .mbr-slider .carousel-control {
  background: #1b1b1b;
}
.cid-t3oppOHI8R .mbr-slider .carousel-control-prev {
  left: 0;
  margin-left: 2.5rem;
}
.cid-t3oppOHI8R .mbr-slider .carousel-control-next {
  right: 0;
  margin-right: 2.5rem;
}
.cid-t3oppOHI8R .mbr-slider .modal-body .close {
  background: #1b1b1b;
}
.cid-t3oppOHI8R .mbr-gallery-item > div::before {
  content: '';
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  background-color: #ffffff;
  opacity: 0;
  -webkit-transition: 0.2s opacity ease-in-out;
  transition: 0.2s opacity ease-in-out;
  background: linear-gradient(180deg, #ffffff, #149dcc);
}
.cid-t3oppOHI8R .icon-focus {
  display: none;
}
.cid-t3oppOHI8R .mbr-gallery-title {
  transition: all 0.5s ease;
  position: absolute;
  text-align: left;
  display: none;
  width: 100%;
  top: 0;
  right: 0;
  padding: 1rem;
  color: #000000;
  font-weight: bold;
  background: transparent;
  -webkit-transition: all 0.5s ease;
  -moz-transition: all 0.5s ease;
  -o-transition: all 0.5s ease;
  -ms-transition: all 0.5s ease;
}
.cid-t3oppOHI8R ul {
  font-size: 0;
}
.cid-t3oppOHI8R .mbr-gallery-filter ul li .btn {
  border: none;
  background-color: transparent;
  color: #232323 !important;
  padding: 0.5rem 1rem 0.6rem;
  border-radius: 0;
  margin: 0!important;
  transition: padding, border 0s, transform .2s;
}
.cid-t3oppOHI8R .mbr-gallery-filter ul li.active .btn {
  padding: 0.5rem 1rem 0.5rem;
  border-radius: 0 !important;
  position: relative;
}
.cid-t3oppOHI8R .mbr-gallery-filter ul li.active .btn:after {
  content: '';
  position: absolute;
  bottom: 0;
  left: 0;
  width: 100%;
  height: 3px;
  background: linear-gradient(90deg, #ff513c, #282f39);
}
.cid-t3oppOHI8R .mbr-gallery-filter ul li {
  padding: 0;
}
.cid-t3oppOHI8R .mbr-gallery-item > div:hover .mbr-gallery-title {
  padding-bottom: 1.5rem;
  display: block;
}
.cid-t3oppOHI8R .mbr-gallery-item > div:hover:before {
  opacity: 0.8 !important;
}
.cid-t3oppOHI8R .btn {
  background: none;
  border-radius: 0 !important;
}
.cid-t3oppOHI8R .btn:hover {
  background: transparent !important;
}
.cid-t3oppOHI8R .btn:hover:before {
  background: transparent !important;
}
.cid-t3oppOHI8R .btn:before {
  background-color: transparent !important;
}
.cid-t3oppOHI8R .btn:focus {
  box-shadow: none;
}
.cid-t3oppOHI8R .mbr-section-title {
  position: relative;
  z-index: 1;
}
.cid-t3okCwzm7e {
  padding-top: 135px;
  padding-bottom: 135px;
  background-image: url("../../../assets/images/background4.jpg");
}
.cid-t3okCwzm7e .card {
  border-radius: 0;
  margin: auto 0;
}
.cid-t3okCwzm7e .card .wrapper .mbr-section-title {
  color: #ffffff;
  font-weight: 700;
}
.cid-t3okCwzm7e .card .wrapper .mbr-section-title span:nth-child(2) {
  line-height: 1;
  color: #ffffff;
  padding: 0 6px 1px 5px;
  transform: skew(-14deg);
  background: #ff5e3a;
  background: linear-gradient(#ff5e3a 0%, #ff653c 69%, #ff4e3c 100%);
  display: inline-block;
  font-weight: 500;
  letter-spacing: 0;
  position: relative;
}
.cid-t3okCwzm7e .card .wrapper .mbr-section-subtitle {
  color: #ffffff;
}
.cid-t3okCwzm7e .card .wrapper .mbr-section-subtitle.display-7 {
  letter-spacing: 0;
}
.cid-t3okCwzm7e .card .wrapper .mbr-text {
  color: #ffffff;
  font-weight: 300;
}
.cid-t3okCwzm7e .card .wrapper .buttons-wrap .mbr-section-btn .btn.display-4 {
  padding: 7px 39px;
  line-height: 1.5;
  letter-spacing: 0;
}
.cid-t3okCwzm7e .card .wrapper .buttons-wrap .mbr-section-btn .btn.btn-success-outline {
  color: #ffffff;
}
.cid-t3okCwzm7e .card .wrapper .buttons-wrap .mbr-section-btn .btn.btn-success-outline:hover {
  color: #000000;
}
.cid-u9lKN8BUPv {
  padding-top: 45px;
  padding-bottom: 45px;
  background-color: #ffffff;
}
.cid-u9lKN8BUPv .google-map {
  height: 100%;
  min-height: 25rem;
  position: relative;
  width: 100%;
}
.cid-u9lKN8BUPv .google-map iframe {
  min-height: 100%;
  width: 100%;
}
.cid-u9lKN8BUPv .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-u9lKN8BUPv .google-map[data-state] {
  background: #e9e5dc;
}
.cid-u9lKN8BUPv .google-map[data-state="loading"] [data-state-details] {
  display: none;
}
.cid-u9lKN8BUPv .map-placeholder {
  display: none;
}
.cid-u9lKN8BUPv .group-title {
  text-align: left;
  color: #000000;
  padding-bottom: 0.2rem;
}
.cid-u9lKN8BUPv .card {
  padding: 3rem 8rem;
}
.cid-u9lKN8BUPv .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-u9lKN8BUPv .card .mbr-text {
  color: #06182d;
}
.cid-u9lKN8BUPv .card .mbr-text.display-7 {
  letter-spacing: 0;
}
.cid-u9lKN8BUPv .card .items .list-item {
  vertical-align: middle;
  padding-top: 5px;
  padding-bottom: 5px;
  align-items: center;
  -webkit-align-items: center;
}
.cid-u9lKN8BUPv .card .items .list-item .listico {
  display: inline-block;
  padding-right: 1rem;
  font-size: 2rem;
}
.cid-u9lKN8BUPv .card .items .list-item .text2 {
  display: inline-block;
  color: #000000;
  text-align: left;
}
.cid-u9lKN8BUPv .card .mbr-section-btn .btn {
  margin: 0 !important;
  padding: 7px 39px;
}
.cid-u9lKN8BUPv .card .mbr-section-btn .btn.display-4 {
  letter-spacing: 0;
}
.cid-u9lKN8BUPv .card .mbr-section-btn .btn-success {
  color: #030f1c;
}
.cid-u9lKN8BUPv .card .social-list {
  display: flex;
  padding-left: 0;
  margin-bottom: 0;
  list-style: none;
  flex-wrap: wrap;
  justify-content: flex-start;
}
.cid-u9lKN8BUPv .card .social-list .soc-item {
  margin: 0 0.3rem;
}
.cid-u9lKN8BUPv .card .social-list .soc-item a {
  margin: 0;
  transition: 0.2s linear;
}
.cid-u9lKN8BUPv .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-u9lKN8BUPv .card .social-list .soc-item a:hover {
  opacity: 0.4;
}
.cid-u9lKN8BUPv .card .form-group {
  padding-right: 0;
}
.cid-u9lKN8BUPv .card .form-group .form-control {
  background: transparent;
  padding: 0.5rem 1rem;
  min-height: 55px;
  border-radius: 0px;
}
.cid-u9lKN8BUPv .card .btn-primary {
  border: 1px solid #ff513c !important;
}
.cid-u9lKN8BUPv .card .btn-primary:hover {
  border: 1px solid #ff513c !important;
}
@media (max-width: 1200px) {
  .cid-u9lKN8BUPv .card {
    padding: 3rem;
  }
}
@media (max-width: 991px) {
  .cid-u9lKN8BUPv .col-sm-12 {
    margin-bottom: 2rem;
  }
  .cid-u9lKN8BUPv h3 {
    margin-bottom: 10px;
  }
}
@media (max-width: 768px) {
  .cid-u9lKN8BUPv * {
    text-align: center !important;
  }
  .cid-u9lKN8BUPv .card .social-list {
    justify-content: center;
  }
}
@media (max-width: 576px) {
  .cid-u9lKN8BUPv .form-group {
    max-width: 180px;
  }
  .cid-u9lKN8BUPv .card {
    padding: 2rem 1rem;
  }
}
.cid-u9lKN8BUPv .card .items .list-item .text2,
.cid-u9lKN8BUPv .card .items .list-item {
  color: #858484;
}
.cid-u9lKN8BUPv .card .items .list-item .text2 {
  color: #858484;
}
.cid-t3okCCuds0 {
  padding-top: 45px;
  padding-bottom: 30px;
  background-color: #06182d;
}
.cid-t3okCCuds0 .copyright {
  display: flex;
}
@media (max-width: 992px) {
  .cid-t3okCCuds0 .copyright {
    margin-bottom: 1rem;
  }
}
.cid-t3okCCuds0 .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-t3okCCuds0 .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-t3okCCuds0 .text-wrap .icons-wrap .icon-wrapper:hover {
  background: #ff4e3c;
  border-color: #ff4e3c;
}
.cid-t3okCCuds0 .text-wrap .icons-wrap .icon-wrapper:hover .link-icon {
  color: #ffffde;
}
.cid-t3okCCuds0 .text-wrap .icons-wrap .icon-wrapper .link-icon {
  display: inline-block;
  color: #ffffde;
  transition: all 0.3s;
  font-size: 14px;
  justify-content: center;
}
.cid-t3okCCuds0 .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-t3okCCuds0 .text-wrap .icons-wrap::before {
    display: none;
  }
}
.cid-t3okCCuds0 .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-t3okCCuds0 .text-wrap .icons-wrap::after {
    display: none;
  }
}
.cid-t3okCEM603 .navbar {
  padding: .5rem 0;
  transition: none;
  min-height: 50px;
  background: none;
}
.cid-t3okCEM603 .navbar .mbr-overlay {
  z-index: -1;
  transition: all .3s;
  background: #0e1b28;
}
.cid-t3okCEM603 .navbar-fixed-top {
  padding-top: 0;
}
.cid-t3okCEM603 .navbar-collapse {
  flex-basis: auto;
}
.cid-t3okCEM603 .dropdown-item {
  padding: 0;
}
.cid-t3okCEM603 .dropdown-menu {
  border: 0px solid lightgray;
  background: #0b1d32 !important;
}
.cid-t3okCEM603 .menu-content-top {
  max-width: 1200px;
  margin: auto;
  align-items: center;
  justify-content: space-between;
  overflow: hidden;
  transition: min-height 0.25s ease-in-out;
}
@media (max-width: 992px) {
  .cid-t3okCEM603 .menu-content-top {
    width: 100%;
  }
  .cid-t3okCEM603 .menu-content-top .menu-logo {
    display: none;
  }
  .cid-t3okCEM603 .menu-content-top .navbar-buttons {
    display: none !important;
  }
  .cid-t3okCEM603 .menu-content-top .menu-content-right {
    justify-content: space-between;
  }
}
.cid-t3okCEM603 .menu-bottom {
  margin: auto;
  width: 100%;
  display: flex;
  position: relative;
}
.cid-t3okCEM603 .menu-bottom .menu-wrap {
  justify-content: flex-end;
}
@media (min-width: 992px) {
  .cid-t3okCEM603 .menu-bottom .navbar-brand-bottom {
    display: none !important;
  }
}
.cid-t3okCEM603 .menu-bottom .mbr-overlay2 {
  z-index: 0;
  transition: all .3s;
  background: #0b1d32;
  bottom: 0;
  left: 0;
  opacity: .5;
  position: absolute;
  right: 0;
  top: 0;
  pointer-events: none;
}
.cid-t3okCEM603 .menu-bottom .icons-menu {
  flex-wrap: wrap;
  display: flex;
  justify-content: center;
  padding-left: 1rem;
  text-align: center;
}
.cid-t3okCEM603 .menu-bottom .icons-menu span {
  font-size: 16px;
  color: #ff513c;
}
.cid-t3okCEM603 .navbar-dropdown.bg-color.transparent.opened {
  background: #0e1b28;
}
.cid-t3okCEM603 a {
  font-style: normal;
}
.cid-t3okCEM603 .nav-item {
  border-right: 1px #0e2640;
  border-left: 1px #0e2640;
}
.cid-t3okCEM603 .nav-item span {
  padding-right: 0.4em;
  line-height: 0.5em;
  vertical-align: text-bottom;
  position: relative;
  top: -0.2em;
  text-decoration: none;
}
.cid-t3okCEM603 .nav-item a {
  padding: 20px 0 !important;
  margin: 0 .5rem !important;
}
.cid-t3okCEM603 .dropdown-item:before {
  font-family: MobiriseIcons !important;
  display: inline-block;
  width: 0;
  position: absolute;
  left: 1rem;
  top: 0.5rem;
  margin-right: 0.5rem;
  line-height: 1;
  font-size: inherit;
  vertical-align: middle;
  text-align: center;
  overflow: hidden;
  transform: scale(0, 1);
  transition: all 0.25s ease-in-out;
}
.cid-t3okCEM603 .content-text {
  margin-bottom: 0;
}
.cid-t3okCEM603 .navbar-nav {
  position: relative;
  min-height: 49px;
  flex-direction: row;
}
@media (min-width: 992px) {
  .cid-t3okCEM603 .navbar-nav .main-menu-animated-line {
    position: absolute;
    left: 0;
    width: 0;
    height: 0;
    z-index: 100;
    border-top: 4px solid #ff513c;
    transition: width 0.4s, left 0.6s cubic-bezier(0.19, 0.65, 0.02, 0.93);
  }
  .cid-t3okCEM603 .navbar-nav .main-menu-animated-line.bottom {
    bottom: 0;
  }
}
.cid-t3okCEM603 .navbar-nav .nav-item span {
  padding-right: 0;
}
.cid-t3okCEM603 .navbar-nav .nav-item a {
  margin: 0 1.3rem !important;
}
.cid-t3okCEM603 .display-4 > .mbr-iconfont {
  font-size: 1.43em;
}
.cid-t3okCEM603 .display-4 > .btn > .mbr-iconfont {
  font-size: 1.43em;
}
.cid-t3okCEM603 .nav-dropdown .dropdown-item {
  font-weight: 400;
}
.cid-t3okCEM603 .navbar-buttons.mbr-section-btn {
  display: flex;
  align-items: center;
  justify-content: center;
}
.cid-t3okCEM603 .nav-dropdown .link {
  font-weight: 400;
}
.cid-t3okCEM603 .menu .navbar-brand .logo-text-part {
  vertical-align: top;
}
.cid-t3okCEM603 .content-right-side {
  text-align: center;
}
.cid-t3okCEM603 .content-right-side .content-link {
  margin-left: 2rem;
}
.cid-t3okCEM603 .content-right-side .content-link span {
  vertical-align: middle;
  padding-right: 1rem;
}
.cid-t3okCEM603 .info-widget {
  margin-left: 16px;
  padding-top: 0.5rem;
}
.cid-t3okCEM603 .menu-content-right {
  display: flex;
  align-items: center;
}
.cid-t3okCEM603 .menu-content-right .info-widget:last-child {
  padding-right: 0;
}
.cid-t3okCEM603 .menu-content-right .info-widget:first-child {
  padding-left: 0;
  border-left: none;
}
.cid-t3okCEM603 .widget-content {
  display: inline-block;
  vertical-align: top;
  text-align: left;
}
.cid-t3okCEM603 .widget-content .widget-title {
  margin-bottom: 0px;
  font-weight: 500;
}
.cid-t3okCEM603 .widget-content .widget-title .mbr-iconfont {
  display: inline-block;
  padding-right: 0.5rem;
  font-size: 20px !important;
}
.cid-t3okCEM603 .widget-content .widget-title.display-7 {
  line-height: 1.2 !important;
}
.cid-t3okCEM603 .widget-content .widget-text {
  margin-bottom: 0;
}
@media (min-width: 992px) {
  .cid-t3okCEM603 .navbar .menu-content-top {
    display: flex;
    min-height: 83px;
    height: 100%;
  }
  .cid-t3okCEM603 .content-right-side {
    text-align: right;
    flex-wrap: nowrap;
    display: flex;
    align-items: center;
  }
  .cid-t3okCEM603 .menu-content-top {
    border-bottom: 0px solid rgba(0, 0, 0, 0.12);
  }
  .cid-t3okCEM603 .navbar {
    display: block;
    padding: 0;
  }
  .cid-t3okCEM603 .navbar .menu-logo {
    margin-right: auto;
    display: flex;
    align-items: center;
  }
  .cid-t3okCEM603 .navbar:not(.navbar-short) .navbar-collapse {
    max-height: calc(100vh - 7rem - 4.5rem);
  }
  .cid-t3okCEM603 .navbar.navbar-toggleable-sm .navbar-collapse .navbar-nav .nav-item {
    align-self: auto;
    display: flex;
    align-items: center;
    z-index: 101;
    min-height: 49px;
    padding-top: 8px !important;
  }
  .cid-t3okCEM603 .dropdown-item:hover:before {
    transform: scale(1, 1);
    width: 16px;
  }
  .cid-t3okCEM603 .navbar-toggler {
    display: none;
  }
  .cid-t3okCEM603 .navbar-collapse {
    justify-content: flex-start;
  }
}
.cid-t3okCEM603 .navbar-short .menu-content-top {
  height: 0;
  min-height: 0;
  border: none;
}
.cid-t3okCEM603 .btn {
  display: inline-flex;
  align-items: center;
}
.cid-t3okCEM603 .btn.btn-success-outline {
  color: #ffffff;
  font-weight: normal;
  letter-spacing: 0;
}
.cid-t3okCEM603 .btn .mbr-iconfont {
  font-size: 1.2em;
}
.cid-t3okCEM603 .menu-logo {
  margin-right: auto;
}
.cid-t3okCEM603 .menu-logo .navbar-brand {
  display: flex;
  margin-left: 1.5rem;
  padding: 0.5rem 0;
  transition: padding .2s;
  min-height: 3.8rem;
  align-items: center;
}
.cid-t3okCEM603 .menu-logo .navbar-brand .navbar-caption-wrap {
  display: -webkit-flex;
  align-items: center;
  word-break: break-word;
  min-width: 7rem;
  margin: .3rem 0;
}
.cid-t3okCEM603 .menu-logo .navbar-brand .navbar-caption-wrap .navbar-caption {
  line-height: 1.2rem !important;
  padding-right: 2rem;
}
.cid-t3okCEM603 .menu-logo .navbar-brand .navbar-logo {
  font-size: 4rem;
  transition: font-size 0.25s;
}
.cid-t3okCEM603 .menu-logo .navbar-brand .navbar-logo img {
  display: flex;
}
.cid-t3okCEM603 .menu-logo .navbar-brand .navbar-logo .mbr-iconfont {
  transition: font-size 0.25s;
}
.cid-t3okCEM603 .navbar-toggleable-sm .navbar-collapse {
  width: auto;
}
.cid-t3okCEM603 .navbar-toggleable-sm .navbar-collapse .navbar-nav {
  flex-wrap: wrap;
  padding-left: 0;
}
.cid-t3okCEM603 .navbar-toggleable-sm .navbar-collapse .navbar-nav .nav-item {
  align-self: center;
}
.cid-t3okCEM603 .navbar-toggleable-sm .navbar-collapse .navbar-buttons {
  padding-left: 0;
  padding-bottom: 0;
}
.cid-t3okCEM603 .dropdown .dropdown-menu {
  background: #0e1b28;
  display: none;
  position: absolute;
  min-width: 5rem;
  padding-top: 0.5rem;
  padding-bottom: 0.5rem;
  text-align: left;
}
@media (max-width: 991px) {
  .cid-t3okCEM603 .dropdown .dropdown-menu {
    overflow: hidden;
  }
}
.cid-t3okCEM603 .dropdown .dropdown-menu .dropdown-item {
  width: auto;
  transition: all 0.25s ease-in-out;
}
.cid-t3okCEM603 .dropdown .dropdown-menu .dropdown-item::after {
  right: -0.5rem;
}
.cid-t3okCEM603 .dropdown .dropdown-menu .dropdown-item:hover .mbr-iconfont:before {
  transform: scale(0, 1);
}
.cid-t3okCEM603 .dropdown .dropdown-menu .dropdown-item .mbr-iconfont {
  margin-left: -1.8rem;
  padding-right: 1rem;
  font-size: inherit;
}
.cid-t3okCEM603 .dropdown .dropdown-menu .dropdown-item .mbr-iconfont:before {
  display: inline-block;
  transform: scale(1, 1);
  transition: all 0.25s ease-in-out;
}
.cid-t3okCEM603 .dropdown .dropdown-menu .dropdown-submenu {
  margin: 0;
}
.cid-t3okCEM603 .dropdown.open > .dropdown-menu {
  display: block;
}
.cid-t3okCEM603 .navbar-toggleable-sm.opened:after {
  position: absolute;
  width: 100vw;
  height: 100vh;
  content: '';
  background-color: rgba(0, 0, 0, 0.1);
  left: 0;
  bottom: 0;
  transform: translateY(100%);
  z-index: 1000;
}
.cid-t3okCEM603 .navbar.navbar-short {
  min-height: 50px;
  transition: all .2s;
}
.cid-t3okCEM603 .navbar.navbar-short .navbar-logo a {
  font-size: 2.5rem !important;
  line-height: 1;
  transition: font-size 0.25s;
}
.cid-t3okCEM603 .navbar.navbar-short .navbar-logo a .mbr-iconfont {
  font-size: 2.5rem !important;
}
.cid-t3okCEM603 .navbar.navbar-short .navbar-logo a img {
  height: 3rem !important;
}
.cid-t3okCEM603 .navbar.navbar-short .navbar-brand {
  min-height: 3rem;
}
.cid-t3okCEM603 button.navbar-toggler {
  width: 31px;
  height: 18px;
  cursor: pointer;
  transition: all .2s;
  margin: 1rem .8rem;
  align-self: auto;
}
.cid-t3okCEM603 button.navbar-toggler.collapsed {
  align-self: center;
}
.cid-t3okCEM603 button.navbar-toggler:focus {
  outline: none;
}
.cid-t3okCEM603 button.navbar-toggler .hamburger span {
  position: absolute;
  right: 0;
  width: 30px;
  height: 2px;
  border-right: 5px;
  background-color: #ffffff;
}
.cid-t3okCEM603 button.navbar-toggler .hamburger span:nth-child(1) {
  top: 0;
  transition: all .2s;
}
.cid-t3okCEM603 button.navbar-toggler .hamburger span:nth-child(2) {
  top: 8px;
  transition: all .15s;
}
.cid-t3okCEM603 button.navbar-toggler .hamburger span:nth-child(3) {
  top: 8px;
  transition: all .15s;
}
.cid-t3okCEM603 button.navbar-toggler .hamburger span:nth-child(4) {
  top: 16px;
  transition: all .2s;
}
.cid-t3okCEM603 nav.opened .hamburger span:nth-child(1) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all .2s;
}
.cid-t3okCEM603 nav.opened .hamburger span:nth-child(2) {
  transform: rotate(45deg);
  transition: all .25s;
}
.cid-t3okCEM603 nav.opened .hamburger span:nth-child(3) {
  transform: rotate(-45deg);
  transition: all .25s;
}
.cid-t3okCEM603 nav.opened .hamburger span:nth-child(4) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all .2s;
}
.cid-t3okCEM603 .collapsed.navbar-toggler {
  align-self: auto;
}
.cid-t3okCEM603 .collapsed .dropdown-menu .dropdown-item:before {
  display: none;
}
.cid-t3okCEM603 .collapsed .dropdown .dropdown-menu .dropdown-item {
  padding: 0.235em 1.5em 0.235em 1.5em !important;
  transition: none;
  margin: 0 !important;
}
.cid-t3okCEM603 .collapsed .btn {
  display: flex;
}
.cid-t3okCEM603 .collapsed .navbar-collapse {
  display: none !important;
  padding-right: 0 !important;
}
.cid-t3okCEM603 .collapsed .navbar-collapse.collapsing,
.cid-t3okCEM603 .collapsed .navbar-collapse.show {
  display: block !important;
}
.cid-t3okCEM603 .collapsed .navbar-collapse.collapsing .navbar-nav,
.cid-t3okCEM603 .collapsed .navbar-collapse.show .navbar-nav {
  display: block;
  text-align: center;
}
.cid-t3okCEM603 .collapsed .navbar-collapse.collapsing .navbar-nav .nav-item,
.cid-t3okCEM603 .collapsed .navbar-collapse.show .navbar-nav .nav-item {
  clear: both;
}
.cid-t3okCEM603 .collapsed .navbar-collapse.collapsing .navbar-buttons,
.cid-t3okCEM603 .collapsed .navbar-collapse.show .navbar-buttons {
  display: flex;
  justify-content: center;
  text-align: center;
}
.cid-t3okCEM603 .collapsed .navbar-collapse.collapsing .navbar-buttons:last-child,
.cid-t3okCEM603 .collapsed .navbar-collapse.show .navbar-buttons:last-child {
  margin-bottom: 1rem;
}
@media (min-width: 992px) {
  .cid-t3okCEM603 .collapsed .dropdown .dropdown-menu {
    overflow: hidden;
  }
}
.cid-t3okCEM603 .collapsed button.navbar-toggler {
  display: block;
}
.cid-t3okCEM603 .collapsed .navbar-brand {
  margin-left: 1rem !important;
  margin-top: .5rem;
}
.cid-t3okCEM603 .collapsed .navbar-toggleable-sm {
  flex-direction: column;
}
.cid-t3okCEM603 .collapsed .dropdown .dropdown-menu {
  width: 100%;
  text-align: center;
  position: relative;
  opacity: 0;
  display: block;
  height: 0;
  visibility: hidden;
  padding: 0;
  transition-duration: .5s;
  transition-property: opacity, padding, height;
}
.cid-t3okCEM603 .collapsed .dropdown.open > .dropdown-menu {
  position: relative;
  opacity: 1;
  height: auto;
  padding: 1.4rem 0;
  visibility: visible;
}
.cid-t3okCEM603 .collapsed .dropdown .dropdown-submenu {
  left: 0;
  text-align: center;
  width: 100%;
}
.cid-t3okCEM603 .collapsed .dropdown .dropdown-toggle[data-toggle="dropdown-submenu"]::after {
  margin-top: 0;
  position: inherit;
  right: 0;
  top: 50%;
  display: inline-block;
  width: 0;
  height: 0;
  margin-left: .3em;
  vertical-align: middle;
  content: "";
  border-top: .30em solid;
  border-right: .30em solid transparent;
  border-left: .30em solid transparent;
}
.cid-t3okCEM603 .collapsed .menu-bottom {
  flex-direction: column-reverse;
  justify-content: center;
}
.cid-t3okCEM603 .collapsed .menu-bottom .icons-menu {
  padding-left: 0;
  padding-top: .5rem;
  padding-bottom: .5rem;
}
@media (max-width: 991px) {
  .cid-t3okCEM603 .navbar-collapse {
    padding-bottom: 1rem;
    display: none !important;
    padding-right: 0 !important;
  }
  .cid-t3okCEM603 .navbar-collapse.collapsing,
  .cid-t3okCEM603 .navbar-collapse.show {
    display: block !important;
  }
  .cid-t3okCEM603 .navbar-collapse.collapsing .navbar-nav,
  .cid-t3okCEM603 .navbar-collapse.show .navbar-nav {
    display: block;
    text-align: center;
  }
  .cid-t3okCEM603 .navbar-collapse.collapsing .navbar-nav .nav-item,
  .cid-t3okCEM603 .navbar-collapse.show .navbar-nav .nav-item {
    clear: both;
  }
  .cid-t3okCEM603 .navbar-collapse.collapsing .navbar-buttons,
  .cid-t3okCEM603 .navbar-collapse.show .navbar-buttons {
    display: flex;
    justify-content: center;
    text-align: center;
  }
  .cid-t3okCEM603 .navbar-collapse.collapsing .navbar-buttons:last-child,
  .cid-t3okCEM603 .navbar-collapse.show .navbar-buttons:last-child {
    margin-bottom: 1rem;
  }
  .cid-t3okCEM603 .menu-bottom {
    flex-direction: row;
    justify-content: center;
  }
  .cid-t3okCEM603 .menu-bottom .icons-menu {
    padding-left: 0;
    padding-top: .5rem;
    padding-bottom: .5rem;
  }
  .cid-t3okCEM603 .menu-bottom .navbar-brand-bottom {
    margin-right: auto;
  }
  .cid-t3okCEM603 img {
    height: 3.8rem !important;
  }
  .cid-t3okCEM603 .btn {
    display: flex;
  }
  .cid-t3okCEM603 button.navbar-toggler {
    display: block;
  }
  .cid-t3okCEM603 .navbar-brand {
    margin-left: 1rem !important;
    margin-top: .5rem;
  }
  .cid-t3okCEM603 .navbar-toggleable-sm {
    flex-direction: column;
  }
  .cid-t3okCEM603 .dropdown .dropdown-menu {
    width: 100%;
    text-align: center;
    position: relative;
    opacity: 0;
    display: block;
    height: 0;
    visibility: hidden;
    padding: 0;
    transition-duration: .5s;
    transition-property: opacity, padding, height;
  }
  .cid-t3okCEM603 .dropdown.open > .dropdown-menu {
    position: relative;
    opacity: 1;
    height: auto;
    padding: 1.4rem 0;
    visibility: visible;
  }
  .cid-t3okCEM603 .dropdown .dropdown-submenu {
    left: 0;
    text-align: center;
    width: 100%;
  }
  .cid-t3okCEM603 .dropdown .dropdown-toggle[data-toggle="dropdown-submenu"]::after {
    margin-top: 0;
    position: inherit;
    right: 0;
    top: 50%;
    display: inline-block;
    width: 0;
    height: 0;
    margin-left: .3em;
    vertical-align: middle;
    content: "";
    border-top: .30em solid;
    border-right: .30em solid transparent;
    border-left: .30em solid transparent;
  }
  .cid-t3okCEM603 .navbar-buttons.mbr-section-btn {
    width: 100%;
  }
  .cid-t3okCEM603 .dropdown .dropdown-menu .dropdown-item {
    padding: 0.235em 1.5em 0.235em 1.5em !important;
    transition: none;
    margin: 0 !important;
  }
}
.cid-t3okCEM603 .navbar-dropdown {
  flex-wrap: nowrap;
}
.cid-t3okCEM603 .nav-link:focus {
  outline: none;
}
.cid-t3okCEM603 .navbar-toggler {
  position: relative;
}
.cid-t3okCEM603 .dropdown-item.active,
.cid-t3okCEM603 .dropdown-item:active {
  background: #0b1d32;
  color: initial;
}
.cid-t3okCEM603 .widget-text {
  text-align: left;
}
.cid-t41QdzKd9I {
  background-image: url("../../../assets/images/audi-min2126x1080-183.jpg");
}
.cid-t41QdzKd9I .card {
  border-radius: 0;
  margin: auto 0;
}
.cid-t41QdzKd9I .card .wrapper .mbr-section-title {
  color: #ffffff;
  font-weight: 700;
}
.cid-t41QdzKd9I .card .wrapper .mbr-section-title span:first-child {
  color: #ff4e3c;
}
.cid-t41QdzKd9I .card .wrapper .mbr-section-title span:nth-child(2) {
  line-height: 1;
  color: #ffffff;
  padding: 0 6px 1px 5px;
  transform: skew(-14deg);
  background: #ff5e3a;
  background: linear-gradient(#ff5e3a 0%, #ff653c 69%, #ff4e3c 100%);
  display: inline-block;
  font-weight: 500;
  letter-spacing: 0;
  position: relative;
}
.cid-t41QdzKd9I .card .wrapper .mbr-section-subtitle {
  color: #ffffff;
}
.cid-t41QdzKd9I .card .wrapper .mbr-section-subtitle.display-7 {
  letter-spacing: 0;
}
.cid-t41QdzKd9I .card .wrapper .mbr-text {
  color: #ffffff;
  font-weight: 300;
}
.cid-t41QdzKd9I .card .wrapper .mbr-list {
  margin-top: 20px;
  color: #ffffff;
}
.cid-t41QdzKd9I .card .wrapper .mbr-list .list {
  list-style-type: none;
  padding-left: 0;
}
.cid-t41QdzKd9I .card .wrapper .mbr-list .list li {
  line-height: 1.75;
  padding-top: 5px;
  padding-bottom: 5px;
}
.cid-t41QdzKd9I .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-t41QdzKd9I .card .wrapper .buttons-wrap .mbr-section-btn .btn.display-4 {
  padding: 12px 35px;
  line-height: 1.0625;
}
.cid-t41QdBQVrN {
  padding-top: 75px;
  padding-bottom: 0px;
  background-color: #ffffff;
}
.cid-t41QdBQVrN .mbr-section-title {
  color: #06182d;
}
.cid-t41QdBQVrN .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-t41QdBQVrN .mbr-section-subtitle {
  color: #06182d;
}
.cid-t41QdBQVrN .mbr-section-subtitle.display-7 {
  letter-spacing: 0;
}
.cid-t41QdBQVrN .mbr-section-text {
  color: #999999;
}
.cid-t41QdBQVrN .nav-tabs .nav-item.open .nav-link:focus,
.cid-t41QdBQVrN .nav-tabs .nav-link.active:focus {
  outline: none;
}
.cid-t41QdBQVrN .nav-tabs {
  flex-wrap: wrap;
  border-bottom: 1px solid #f4f6f9;
}
.cid-t41QdBQVrN .nav-tabs .nav-item {
  margin-right: 4px;
}
.cid-t41QdBQVrN .first {
  margin-left: -24px;
}
.cid-t41QdBQVrN .nav-tabs .nav-link {
  color: #06182d;
  font-style: normal;
  font-weight: 300;
  transition: all 0.5s;
  border: none;
  border-radius: 0 !important;
  background-color: #f4f6f9;
  padding: 1rem 2.2rem;
}
.cid-t41QdBQVrN .nav-tabs .nav-link:hover {
  cursor: pointer;
  color: #ff513c;
}
.cid-t41QdBQVrN .nav-tabs .nav-link.active {
  font-weight: 500;
  color: #ffffff;
  font-style: normal;
  background-color: #ff513c;
}
.cid-t41QdBQVrN P {
  color: #879a9f;
}
@media (max-width: 768px) {
  .cid-t41QdBQVrN .first {
    margin-left: 0;
  }
}
@media (max-width: 576px) {
  .cid-t41QdBQVrN .nav-tabs {
    flex-direction: column;
    justify-content: center;
  }
  .cid-t41QdBQVrN .mbr-text,
  .cid-t41QdBQVrN .nav-link {
    text-align: center;
  }
}
.cid-t41QdBQVrN .tab-content .tab-pane .mbr-text {
  color: #000000;
  text-align: center;
}
.cid-t41Rgdct3j {
  padding-top: 0px;
  padding-bottom: 15px;
  overflow: hidden;
  box-sizing: border-box;
  background-color: #ffffff;
}
.cid-t41Rgdct3j .mbr-slider .carousel-control {
  background: #1b1b1b;
}
.cid-t41Rgdct3j .mbr-slider .carousel-control-prev {
  left: 0;
  margin-left: 2.5rem;
}
.cid-t41Rgdct3j .mbr-slider .carousel-control-next {
  right: 0;
  margin-right: 2.5rem;
}
.cid-t41Rgdct3j .mbr-slider .modal-body .close {
  background: #1b1b1b;
}
.cid-t41Rgdct3j .mbr-gallery-item > div::before {
  content: '';
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  background-color: #ffffff;
  opacity: 0;
  -webkit-transition: 0.2s opacity ease-in-out;
  transition: 0.2s opacity ease-in-out;
  background: linear-gradient(180deg, #ffffff, #149dcc);
}
.cid-t41Rgdct3j .icon-focus {
  display: none;
}
.cid-t41Rgdct3j .mbr-gallery-title {
  transition: all 0.5s ease;
  position: absolute;
  text-align: left;
  display: none;
  width: 100%;
  top: 0;
  right: 0;
  padding: 1rem;
  color: #000000;
  font-weight: bold;
  background: transparent;
  -webkit-transition: all 0.5s ease;
  -moz-transition: all 0.5s ease;
  -o-transition: all 0.5s ease;
  -ms-transition: all 0.5s ease;
}
.cid-t41Rgdct3j ul {
  font-size: 0;
}
.cid-t41Rgdct3j .mbr-gallery-filter ul li .btn {
  border: none;
  background-color: transparent;
  color: #232323 !important;
  padding: 0.5rem 1rem 0.6rem;
  border-radius: 0;
  margin: 0!important;
  transition: padding, border 0s, transform .2s;
}
.cid-t41Rgdct3j .mbr-gallery-filter ul li.active .btn {
  padding: 0.5rem 1rem 0.5rem;
  border-radius: 0 !important;
  position: relative;
}
.cid-t41Rgdct3j .mbr-gallery-filter ul li.active .btn:after {
  content: '';
  position: absolute;
  bottom: 0;
  left: 0;
  width: 100%;
  height: 3px;
  background: linear-gradient(90deg, #ff513c, #282f39);
}
.cid-t41Rgdct3j .mbr-gallery-filter ul li {
  padding: 0;
}
.cid-t41Rgdct3j .mbr-gallery-item > div:hover .mbr-gallery-title {
  padding-bottom: 1.5rem;
  display: block;
}
.cid-t41Rgdct3j .mbr-gallery-item > div:hover:before {
  opacity: 0.6 !important;
}
.cid-t41Rgdct3j .btn {
  background: none;
  border-radius: 0 !important;
}
.cid-t41Rgdct3j .btn:hover {
  background: transparent !important;
}
.cid-t41Rgdct3j .btn:hover:before {
  background: transparent !important;
}
.cid-t41Rgdct3j .btn:before {
  background-color: transparent !important;
}
.cid-t41Rgdct3j .btn:focus {
  box-shadow: none;
}
.cid-t41Rgdct3j .mbr-section-title {
  position: relative;
  z-index: 1;
}
.cid-t41QdFgCax {
  padding-top: 135px;
  padding-bottom: 135px;
  background-image: url("../../../assets/images/background4-1.jpg");
}
.cid-t41QdFgCax .card {
  border-radius: 0;
  margin: auto 0;
}
.cid-t41QdFgCax .card .wrapper .mbr-section-title {
  color: #ffffff;
  font-weight: 700;
}
.cid-t41QdFgCax .card .wrapper .mbr-section-title span:nth-child(2) {
  line-height: 1;
  color: #ffffff;
  padding: 0 6px 1px 5px;
  transform: skew(-14deg);
  background: #ff5e3a;
  background: linear-gradient(#ff5e3a 0%, #ff653c 69%, #ff4e3c 100%);
  display: inline-block;
  font-weight: 500;
  letter-spacing: 0;
  position: relative;
}
.cid-t41QdFgCax .card .wrapper .mbr-section-subtitle {
  color: #ffffff;
}
.cid-t41QdFgCax .card .wrapper .mbr-section-subtitle.display-7 {
  letter-spacing: 0;
}
.cid-t41QdFgCax .card .wrapper .mbr-text {
  color: #ffffff;
  font-weight: 300;
}
.cid-t41QdFgCax .card .wrapper .buttons-wrap .mbr-section-btn .btn.display-4 {
  padding: 7px 39px;
  line-height: 1.5;
  letter-spacing: 0;
}
.cid-t41QdFgCax .card .wrapper .buttons-wrap .mbr-section-btn .btn.btn-success-outline {
  color: #ffffff;
}
.cid-t41QdFgCax .card .wrapper .buttons-wrap .mbr-section-btn .btn.btn-success-outline:hover {
  color: #000000;
}
.cid-u9lLlhCNm3 {
  padding-top: 45px;
  padding-bottom: 45px;
  background-color: #ffffff;
}
.cid-u9lLlhCNm3 .google-map {
  height: 100%;
  min-height: 25rem;
  position: relative;
  width: 100%;
}
.cid-u9lLlhCNm3 .google-map iframe {
  min-height: 100%;
  width: 100%;
}
.cid-u9lLlhCNm3 .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-u9lLlhCNm3 .google-map[data-state] {
  background: #e9e5dc;
}
.cid-u9lLlhCNm3 .google-map[data-state="loading"] [data-state-details] {
  display: none;
}
.cid-u9lLlhCNm3 .map-placeholder {
  display: none;
}
.cid-u9lLlhCNm3 .group-title {
  text-align: left;
  color: #000000;
  padding-bottom: 0.2rem;
}
.cid-u9lLlhCNm3 .card {
  padding: 3rem 8rem;
}
.cid-u9lLlhCNm3 .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-u9lLlhCNm3 .card .mbr-text {
  color: #06182d;
}
.cid-u9lLlhCNm3 .card .mbr-text.display-7 {
  letter-spacing: 0;
}
.cid-u9lLlhCNm3 .card .items .list-item {
  vertical-align: middle;
  padding-top: 5px;
  padding-bottom: 5px;
  align-items: center;
  -webkit-align-items: center;
}
.cid-u9lLlhCNm3 .card .items .list-item .listico {
  display: inline-block;
  padding-right: 1rem;
  font-size: 2rem;
}
.cid-u9lLlhCNm3 .card .items .list-item .text2 {
  display: inline-block;
  color: #000000;
  text-align: left;
}
.cid-u9lLlhCNm3 .card .mbr-section-btn .btn {
  margin: 0 !important;
  padding: 7px 39px;
}
.cid-u9lLlhCNm3 .card .mbr-section-btn .btn.display-4 {
  letter-spacing: 0;
}
.cid-u9lLlhCNm3 .card .mbr-section-btn .btn-success {
  color: #030f1c;
}
.cid-u9lLlhCNm3 .card .social-list {
  display: flex;
  padding-left: 0;
  margin-bottom: 0;
  list-style: none;
  flex-wrap: wrap;
  justify-content: flex-start;
}
.cid-u9lLlhCNm3 .card .social-list .soc-item {
  margin: 0 0.3rem;
}
.cid-u9lLlhCNm3 .card .social-list .soc-item a {
  margin: 0;
  transition: 0.2s linear;
}
.cid-u9lLlhCNm3 .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-u9lLlhCNm3 .card .social-list .soc-item a:hover {
  opacity: 0.4;
}
.cid-u9lLlhCNm3 .card .form-group {
  padding-right: 0;
}
.cid-u9lLlhCNm3 .card .form-group .form-control {
  background: transparent;
  padding: 0.5rem 1rem;
  min-height: 55px;
  border-radius: 0px;
}
.cid-u9lLlhCNm3 .card .btn-primary {
  border: 1px solid #ff513c !important;
}
.cid-u9lLlhCNm3 .card .btn-primary:hover {
  border: 1px solid #ff513c !important;
}
@media (max-width: 1200px) {
  .cid-u9lLlhCNm3 .card {
    padding: 3rem;
  }
}
@media (max-width: 991px) {
  .cid-u9lLlhCNm3 .col-sm-12 {
    margin-bottom: 2rem;
  }
  .cid-u9lLlhCNm3 h3 {
    margin-bottom: 10px;
  }
}
@media (max-width: 768px) {
  .cid-u9lLlhCNm3 * {
    text-align: center !important;
  }
  .cid-u9lLlhCNm3 .card .social-list {
    justify-content: center;
  }
}
@media (max-width: 576px) {
  .cid-u9lLlhCNm3 .form-group {
    max-width: 180px;
  }
  .cid-u9lLlhCNm3 .card {
    padding: 2rem 1rem;
  }
}
.cid-u9lLlhCNm3 .card .items .list-item .text2,
.cid-u9lLlhCNm3 .card .items .list-item {
  color: #858484;
}
.cid-u9lLlhCNm3 .card .items .list-item .text2 {
  color: #858484;
}
.cid-t41QdIwdPo {
  padding-top: 45px;
  padding-bottom: 30px;
  background-color: #06182d;
}
.cid-t41QdIwdPo .copyright {
  display: flex;
}
@media (max-width: 992px) {
  .cid-t41QdIwdPo .copyright {
    margin-bottom: 1rem;
  }
}
.cid-t41QdIwdPo .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-t41QdIwdPo .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-t41QdIwdPo .text-wrap .icons-wrap .icon-wrapper:hover {
  background: #ff4e3c;
  border-color: #ff4e3c;
}
.cid-t41QdIwdPo .text-wrap .icons-wrap .icon-wrapper:hover .link-icon {
  color: #ffffde;
}
.cid-t41QdIwdPo .text-wrap .icons-wrap .icon-wrapper .link-icon {
  display: inline-block;
  color: #ffffde;
  transition: all 0.3s;
  font-size: 14px;
  justify-content: center;
}
.cid-t41QdIwdPo .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-t41QdIwdPo .text-wrap .icons-wrap::before {
    display: none;
  }
}
.cid-t41QdIwdPo .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-t41QdIwdPo .text-wrap .icons-wrap::after {
    display: none;
  }
}
.cid-t41QdJQApR .navbar {
  padding: .5rem 0;
  transition: none;
  min-height: 50px;
  background: none;
}
.cid-t41QdJQApR .navbar .mbr-overlay {
  z-index: -1;
  transition: all .3s;
  background: #0e1b28;
}
.cid-t41QdJQApR .navbar-fixed-top {
  padding-top: 0;
}
.cid-t41QdJQApR .navbar-collapse {
  flex-basis: auto;
}
.cid-t41QdJQApR .dropdown-item {
  padding: 0;
}
.cid-t41QdJQApR .dropdown-menu {
  border: 0px solid lightgray;
  background: #0b1d32 !important;
}
.cid-t41QdJQApR .menu-content-top {
  max-width: 1200px;
  margin: auto;
  align-items: center;
  justify-content: space-between;
  overflow: hidden;
  transition: min-height 0.25s ease-in-out;
}
@media (max-width: 992px) {
  .cid-t41QdJQApR .menu-content-top {
    width: 100%;
  }
  .cid-t41QdJQApR .menu-content-top .menu-logo {
    display: none;
  }
  .cid-t41QdJQApR .menu-content-top .navbar-buttons {
    display: none !important;
  }
  .cid-t41QdJQApR .menu-content-top .menu-content-right {
    justify-content: space-between;
  }
}
.cid-t41QdJQApR .menu-bottom {
  margin: auto;
  width: 100%;
  display: flex;
  position: relative;
}
.cid-t41QdJQApR .menu-bottom .menu-wrap {
  justify-content: flex-end;
}
@media (min-width: 992px) {
  .cid-t41QdJQApR .menu-bottom .navbar-brand-bottom {
    display: none !important;
  }
}
.cid-t41QdJQApR .menu-bottom .mbr-overlay2 {
  z-index: 0;
  transition: all .3s;
  background: #0b1d32;
  bottom: 0;
  left: 0;
  opacity: .5;
  position: absolute;
  right: 0;
  top: 0;
  pointer-events: none;
}
.cid-t41QdJQApR .menu-bottom .icons-menu {
  flex-wrap: wrap;
  display: flex;
  justify-content: center;
  padding-left: 1rem;
  text-align: center;
}
.cid-t41QdJQApR .menu-bottom .icons-menu span {
  font-size: 16px;
  color: #ff513c;
}
.cid-t41QdJQApR .navbar-dropdown.bg-color.transparent.opened {
  background: #0e1b28;
}
.cid-t41QdJQApR a {
  font-style: normal;
}
.cid-t41QdJQApR .nav-item {
  border-right: 1px #0e2640;
  border-left: 1px #0e2640;
}
.cid-t41QdJQApR .nav-item span {
  padding-right: 0.4em;
  line-height: 0.5em;
  vertical-align: text-bottom;
  position: relative;
  top: -0.2em;
  text-decoration: none;
}
.cid-t41QdJQApR .nav-item a {
  padding: 20px 0 !important;
  margin: 0 .5rem !important;
}
.cid-t41QdJQApR .dropdown-item:before {
  font-family: MobiriseIcons !important;
  display: inline-block;
  width: 0;
  position: absolute;
  left: 1rem;
  top: 0.5rem;
  margin-right: 0.5rem;
  line-height: 1;
  font-size: inherit;
  vertical-align: middle;
  text-align: center;
  overflow: hidden;
  transform: scale(0, 1);
  transition: all 0.25s ease-in-out;
}
.cid-t41QdJQApR .content-text {
  margin-bottom: 0;
}
.cid-t41QdJQApR .navbar-nav {
  position: relative;
  min-height: 49px;
  flex-direction: row;
}
@media (min-width: 992px) {
  .cid-t41QdJQApR .navbar-nav .main-menu-animated-line {
    position: absolute;
    left: 0;
    width: 0;
    height: 0;
    z-index: 100;
    border-top: 4px solid #ff513c;
    transition: width 0.4s, left 0.6s cubic-bezier(0.19, 0.65, 0.02, 0.93);
  }
  .cid-t41QdJQApR .navbar-nav .main-menu-animated-line.bottom {
    bottom: 0;
  }
}
.cid-t41QdJQApR .navbar-nav .nav-item span {
  padding-right: 0;
}
.cid-t41QdJQApR .navbar-nav .nav-item a {
  margin: 0 1.3rem !important;
}
.cid-t41QdJQApR .display-4 > .mbr-iconfont {
  font-size: 1.43em;
}
.cid-t41QdJQApR .display-4 > .btn > .mbr-iconfont {
  font-size: 1.43em;
}
.cid-t41QdJQApR .nav-dropdown .dropdown-item {
  font-weight: 400;
}
.cid-t41QdJQApR .navbar-buttons.mbr-section-btn {
  display: flex;
  align-items: center;
  justify-content: center;
}
.cid-t41QdJQApR .nav-dropdown .link {
  font-weight: 400;
}
.cid-t41QdJQApR .menu .navbar-brand .logo-text-part {
  vertical-align: top;
}
.cid-t41QdJQApR .content-right-side {
  text-align: center;
}
.cid-t41QdJQApR .content-right-side .content-link {
  margin-left: 2rem;
}
.cid-t41QdJQApR .content-right-side .content-link span {
  vertical-align: middle;
  padding-right: 1rem;
}
.cid-t41QdJQApR .info-widget {
  margin-left: 16px;
  padding-top: 0.5rem;
}
.cid-t41QdJQApR .menu-content-right {
  display: flex;
  align-items: center;
}
.cid-t41QdJQApR .menu-content-right .info-widget:last-child {
  padding-right: 0;
}
.cid-t41QdJQApR .menu-content-right .info-widget:first-child {
  padding-left: 0;
  border-left: none;
}
.cid-t41QdJQApR .widget-content {
  display: inline-block;
  vertical-align: top;
  text-align: left;
}
.cid-t41QdJQApR .widget-content .widget-title {
  margin-bottom: 0px;
  font-weight: 500;
}
.cid-t41QdJQApR .widget-content .widget-title .mbr-iconfont {
  display: inline-block;
  padding-right: 0.5rem;
  font-size: 20px !important;
}
.cid-t41QdJQApR .widget-content .widget-title.display-7 {
  line-height: 1.2 !important;
}
.cid-t41QdJQApR .widget-content .widget-text {
  margin-bottom: 0;
}
@media (min-width: 992px) {
  .cid-t41QdJQApR .navbar .menu-content-top {
    display: flex;
    min-height: 83px;
    height: 100%;
  }
  .cid-t41QdJQApR .content-right-side {
    text-align: right;
    flex-wrap: nowrap;
    display: flex;
    align-items: center;
  }
  .cid-t41QdJQApR .menu-content-top {
    border-bottom: 0px solid rgba(0, 0, 0, 0.12);
  }
  .cid-t41QdJQApR .navbar {
    display: block;
    padding: 0;
  }
  .cid-t41QdJQApR .navbar .menu-logo {
    margin-right: auto;
    display: flex;
    align-items: center;
  }
  .cid-t41QdJQApR .navbar:not(.navbar-short) .navbar-collapse {
    max-height: calc(100vh - 7rem - 4.5rem);
  }
  .cid-t41QdJQApR .navbar.navbar-toggleable-sm .navbar-collapse .navbar-nav .nav-item {
    align-self: auto;
    display: flex;
    align-items: center;
    z-index: 101;
    min-height: 49px;
    padding-top: 8px !important;
  }
  .cid-t41QdJQApR .dropdown-item:hover:before {
    transform: scale(1, 1);
    width: 16px;
  }
  .cid-t41QdJQApR .navbar-toggler {
    display: none;
  }
  .cid-t41QdJQApR .navbar-collapse {
    justify-content: flex-start;
  }
}
.cid-t41QdJQApR .navbar-short .menu-content-top {
  height: 0;
  min-height: 0;
  border: none;
}
.cid-t41QdJQApR .btn {
  display: inline-flex;
  align-items: center;
}
.cid-t41QdJQApR .btn.btn-success-outline {
  color: #ffffff;
  font-weight: normal;
  letter-spacing: 0;
}
.cid-t41QdJQApR .btn .mbr-iconfont {
  font-size: 1.2em;
}
.cid-t41QdJQApR .menu-logo {
  margin-right: auto;
}
.cid-t41QdJQApR .menu-logo .navbar-brand {
  display: flex;
  margin-left: 1.5rem;
  padding: 0.5rem 0;
  transition: padding .2s;
  min-height: 3.8rem;
  align-items: center;
}
.cid-t41QdJQApR .menu-logo .navbar-brand .navbar-caption-wrap {
  display: -webkit-flex;
  align-items: center;
  word-break: break-word;
  min-width: 7rem;
  margin: .3rem 0;
}
.cid-t41QdJQApR .menu-logo .navbar-brand .navbar-caption-wrap .navbar-caption {
  line-height: 1.2rem !important;
  padding-right: 2rem;
}
.cid-t41QdJQApR .menu-logo .navbar-brand .navbar-logo {
  font-size: 4rem;
  transition: font-size 0.25s;
}
.cid-t41QdJQApR .menu-logo .navbar-brand .navbar-logo img {
  display: flex;
}
.cid-t41QdJQApR .menu-logo .navbar-brand .navbar-logo .mbr-iconfont {
  transition: font-size 0.25s;
}
.cid-t41QdJQApR .navbar-toggleable-sm .navbar-collapse {
  width: auto;
}
.cid-t41QdJQApR .navbar-toggleable-sm .navbar-collapse .navbar-nav {
  flex-wrap: wrap;
  padding-left: 0;
}
.cid-t41QdJQApR .navbar-toggleable-sm .navbar-collapse .navbar-nav .nav-item {
  align-self: center;
}
.cid-t41QdJQApR .navbar-toggleable-sm .navbar-collapse .navbar-buttons {
  padding-left: 0;
  padding-bottom: 0;
}
.cid-t41QdJQApR .dropdown .dropdown-menu {
  background: #0e1b28;
  display: none;
  position: absolute;
  min-width: 5rem;
  padding-top: 0.5rem;
  padding-bottom: 0.5rem;
  text-align: left;
}
@media (max-width: 991px) {
  .cid-t41QdJQApR .dropdown .dropdown-menu {
    overflow: hidden;
  }
}
.cid-t41QdJQApR .dropdown .dropdown-menu .dropdown-item {
  width: auto;
  transition: all 0.25s ease-in-out;
}
.cid-t41QdJQApR .dropdown .dropdown-menu .dropdown-item::after {
  right: -0.5rem;
}
.cid-t41QdJQApR .dropdown .dropdown-menu .dropdown-item:hover .mbr-iconfont:before {
  transform: scale(0, 1);
}
.cid-t41QdJQApR .dropdown .dropdown-menu .dropdown-item .mbr-iconfont {
  margin-left: -1.8rem;
  padding-right: 1rem;
  font-size: inherit;
}
.cid-t41QdJQApR .dropdown .dropdown-menu .dropdown-item .mbr-iconfont:before {
  display: inline-block;
  transform: scale(1, 1);
  transition: all 0.25s ease-in-out;
}
.cid-t41QdJQApR .dropdown .dropdown-menu .dropdown-submenu {
  margin: 0;
}
.cid-t41QdJQApR .dropdown.open > .dropdown-menu {
  display: block;
}
.cid-t41QdJQApR .navbar-toggleable-sm.opened:after {
  position: absolute;
  width: 100vw;
  height: 100vh;
  content: '';
  background-color: rgba(0, 0, 0, 0.1);
  left: 0;
  bottom: 0;
  transform: translateY(100%);
  z-index: 1000;
}
.cid-t41QdJQApR .navbar.navbar-short {
  min-height: 50px;
  transition: all .2s;
}
.cid-t41QdJQApR .navbar.navbar-short .navbar-logo a {
  font-size: 2.5rem !important;
  line-height: 1;
  transition: font-size 0.25s;
}
.cid-t41QdJQApR .navbar.navbar-short .navbar-logo a .mbr-iconfont {
  font-size: 2.5rem !important;
}
.cid-t41QdJQApR .navbar.navbar-short .navbar-logo a img {
  height: 3rem !important;
}
.cid-t41QdJQApR .navbar.navbar-short .navbar-brand {
  min-height: 3rem;
}
.cid-t41QdJQApR button.navbar-toggler {
  width: 31px;
  height: 18px;
  cursor: pointer;
  transition: all .2s;
  margin: 1rem .8rem;
  align-self: auto;
}
.cid-t41QdJQApR button.navbar-toggler.collapsed {
  align-self: center;
}
.cid-t41QdJQApR button.navbar-toggler:focus {
  outline: none;
}
.cid-t41QdJQApR button.navbar-toggler .hamburger span {
  position: absolute;
  right: 0;
  width: 30px;
  height: 2px;
  border-right: 5px;
  background-color: #ffffff;
}
.cid-t41QdJQApR button.navbar-toggler .hamburger span:nth-child(1) {
  top: 0;
  transition: all .2s;
}
.cid-t41QdJQApR button.navbar-toggler .hamburger span:nth-child(2) {
  top: 8px;
  transition: all .15s;
}
.cid-t41QdJQApR button.navbar-toggler .hamburger span:nth-child(3) {
  top: 8px;
  transition: all .15s;
}
.cid-t41QdJQApR button.navbar-toggler .hamburger span:nth-child(4) {
  top: 16px;
  transition: all .2s;
}
.cid-t41QdJQApR nav.opened .hamburger span:nth-child(1) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all .2s;
}
.cid-t41QdJQApR nav.opened .hamburger span:nth-child(2) {
  transform: rotate(45deg);
  transition: all .25s;
}
.cid-t41QdJQApR nav.opened .hamburger span:nth-child(3) {
  transform: rotate(-45deg);
  transition: all .25s;
}
.cid-t41QdJQApR nav.opened .hamburger span:nth-child(4) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all .2s;
}
.cid-t41QdJQApR .collapsed.navbar-toggler {
  align-self: auto;
}
.cid-t41QdJQApR .collapsed .dropdown-menu .dropdown-item:before {
  display: none;
}
.cid-t41QdJQApR .collapsed .dropdown .dropdown-menu .dropdown-item {
  padding: 0.235em 1.5em 0.235em 1.5em !important;
  transition: none;
  margin: 0 !important;
}
.cid-t41QdJQApR .collapsed .btn {
  display: flex;
}
.cid-t41QdJQApR .collapsed .navbar-collapse {
  display: none !important;
  padding-right: 0 !important;
}
.cid-t41QdJQApR .collapsed .navbar-collapse.collapsing,
.cid-t41QdJQApR .collapsed .navbar-collapse.show {
  display: block !important;
}
.cid-t41QdJQApR .collapsed .navbar-collapse.collapsing .navbar-nav,
.cid-t41QdJQApR .collapsed .navbar-collapse.show .navbar-nav {
  display: block;
  text-align: center;
}
.cid-t41QdJQApR .collapsed .navbar-collapse.collapsing .navbar-nav .nav-item,
.cid-t41QdJQApR .collapsed .navbar-collapse.show .navbar-nav .nav-item {
  clear: both;
}
.cid-t41QdJQApR .collapsed .navbar-collapse.collapsing .navbar-buttons,
.cid-t41QdJQApR .collapsed .navbar-collapse.show .navbar-buttons {
  display: flex;
  justify-content: center;
  text-align: center;
}
.cid-t41QdJQApR .collapsed .navbar-collapse.collapsing .navbar-buttons:last-child,
.cid-t41QdJQApR .collapsed .navbar-collapse.show .navbar-buttons:last-child {
  margin-bottom: 1rem;
}
@media (min-width: 992px) {
  .cid-t41QdJQApR .collapsed .dropdown .dropdown-menu {
    overflow: hidden;
  }
}
.cid-t41QdJQApR .collapsed button.navbar-toggler {
  display: block;
}
.cid-t41QdJQApR .collapsed .navbar-brand {
  margin-left: 1rem !important;
  margin-top: .5rem;
}
.cid-t41QdJQApR .collapsed .navbar-toggleable-sm {
  flex-direction: column;
}
.cid-t41QdJQApR .collapsed .dropdown .dropdown-menu {
  width: 100%;
  text-align: center;
  position: relative;
  opacity: 0;
  display: block;
  height: 0;
  visibility: hidden;
  padding: 0;
  transition-duration: .5s;
  transition-property: opacity, padding, height;
}
.cid-t41QdJQApR .collapsed .dropdown.open > .dropdown-menu {
  position: relative;
  opacity: 1;
  height: auto;
  padding: 1.4rem 0;
  visibility: visible;
}
.cid-t41QdJQApR .collapsed .dropdown .dropdown-submenu {
  left: 0;
  text-align: center;
  width: 100%;
}
.cid-t41QdJQApR .collapsed .dropdown .dropdown-toggle[data-toggle="dropdown-submenu"]::after {
  margin-top: 0;
  position: inherit;
  right: 0;
  top: 50%;
  display: inline-block;
  width: 0;
  height: 0;
  margin-left: .3em;
  vertical-align: middle;
  content: "";
  border-top: .30em solid;
  border-right: .30em solid transparent;
  border-left: .30em solid transparent;
}
.cid-t41QdJQApR .collapsed .menu-bottom {
  flex-direction: column-reverse;
  justify-content: center;
}
.cid-t41QdJQApR .collapsed .menu-bottom .icons-menu {
  padding-left: 0;
  padding-top: .5rem;
  padding-bottom: .5rem;
}
@media (max-width: 991px) {
  .cid-t41QdJQApR .navbar-collapse {
    padding-bottom: 1rem;
    display: none !important;
    padding-right: 0 !important;
  }
  .cid-t41QdJQApR .navbar-collapse.collapsing,
  .cid-t41QdJQApR .navbar-collapse.show {
    display: block !important;
  }
  .cid-t41QdJQApR .navbar-collapse.collapsing .navbar-nav,
  .cid-t41QdJQApR .navbar-collapse.show .navbar-nav {
    display: block;
    text-align: center;
  }
  .cid-t41QdJQApR .navbar-collapse.collapsing .navbar-nav .nav-item,
  .cid-t41QdJQApR .navbar-collapse.show .navbar-nav .nav-item {
    clear: both;
  }
  .cid-t41QdJQApR .navbar-collapse.collapsing .navbar-buttons,
  .cid-t41QdJQApR .navbar-collapse.show .navbar-buttons {
    display: flex;
    justify-content: center;
    text-align: center;
  }
  .cid-t41QdJQApR .navbar-collapse.collapsing .navbar-buttons:last-child,
  .cid-t41QdJQApR .navbar-collapse.show .navbar-buttons:last-child {
    margin-bottom: 1rem;
  }
  .cid-t41QdJQApR .menu-bottom {
    flex-direction: row;
    justify-content: center;
  }
  .cid-t41QdJQApR .menu-bottom .icons-menu {
    padding-left: 0;
    padding-top: .5rem;
    padding-bottom: .5rem;
  }
  .cid-t41QdJQApR .menu-bottom .navbar-brand-bottom {
    margin-right: auto;
  }
  .cid-t41QdJQApR img {
    height: 3.8rem !important;
  }
  .cid-t41QdJQApR .btn {
    display: flex;
  }
  .cid-t41QdJQApR button.navbar-toggler {
    display: block;
  }
  .cid-t41QdJQApR .navbar-brand {
    margin-left: 1rem !important;
    margin-top: .5rem;
  }
  .cid-t41QdJQApR .navbar-toggleable-sm {
    flex-direction: column;
  }
  .cid-t41QdJQApR .dropdown .dropdown-menu {
    width: 100%;
    text-align: center;
    position: relative;
    opacity: 0;
    display: block;
    height: 0;
    visibility: hidden;
    padding: 0;
    transition-duration: .5s;
    transition-property: opacity, padding, height;
  }
  .cid-t41QdJQApR .dropdown.open > .dropdown-menu {
    position: relative;
    opacity: 1;
    height: auto;
    padding: 1.4rem 0;
    visibility: visible;
  }
  .cid-t41QdJQApR .dropdown .dropdown-submenu {
    left: 0;
    text-align: center;
    width: 100%;
  }
  .cid-t41QdJQApR .dropdown .dropdown-toggle[data-toggle="dropdown-submenu"]::after {
    margin-top: 0;
    position: inherit;
    right: 0;
    top: 50%;
    display: inline-block;
    width: 0;
    height: 0;
    margin-left: .3em;
    vertical-align: middle;
    content: "";
    border-top: .30em solid;
    border-right: .30em solid transparent;
    border-left: .30em solid transparent;
  }
  .cid-t41QdJQApR .navbar-buttons.mbr-section-btn {
    width: 100%;
  }
  .cid-t41QdJQApR .dropdown .dropdown-menu .dropdown-item {
    padding: 0.235em 1.5em 0.235em 1.5em !important;
    transition: none;
    margin: 0 !important;
  }
}
.cid-t41QdJQApR .navbar-dropdown {
  flex-wrap: nowrap;
}
.cid-t41QdJQApR .nav-link:focus {
  outline: none;
}
.cid-t41QdJQApR .navbar-toggler {
  position: relative;
}
.cid-t41QdJQApR .dropdown-item.active,
.cid-t41QdJQApR .dropdown-item:active {
  background: #0b1d32;
  color: initial;
}
.cid-t41QdJQApR .widget-text {
  text-align: left;
}
.cid-t4d85lnYP7 {
  background-image: url("../../../assets/images/audi-min2126x1080-183.jpg");
}
.cid-t4d85lnYP7 .card {
  border-radius: 0;
  margin: auto 0;
}
.cid-t4d85lnYP7 .card .wrapper .mbr-section-title {
  color: #ffffff;
  font-weight: 700;
}
.cid-t4d85lnYP7 .card .wrapper .mbr-section-title span:first-child {
  color: #ff4e3c;
}
.cid-t4d85lnYP7 .card .wrapper .mbr-section-title span:nth-child(2) {
  line-height: 1;
  color: #ffffff;
  padding: 0 6px 1px 5px;
  transform: skew(-14deg);
  background: #ff5e3a;
  background: linear-gradient(#ff5e3a 0%, #ff653c 69%, #ff4e3c 100%);
  display: inline-block;
  font-weight: 500;
  letter-spacing: 0;
  position: relative;
}
.cid-t4d85lnYP7 .card .wrapper .mbr-section-subtitle {
  color: #ffffff;
}
.cid-t4d85lnYP7 .card .wrapper .mbr-section-subtitle.display-7 {
  letter-spacing: 0;
}
.cid-t4d85lnYP7 .card .wrapper .mbr-text {
  color: #ffffff;
  font-weight: 300;
}
.cid-t4d85lnYP7 .card .wrapper .mbr-list {
  margin-top: 20px;
  color: #ffffff;
}
.cid-t4d85lnYP7 .card .wrapper .mbr-list .list {
  list-style-type: none;
  padding-left: 0;
}
.cid-t4d85lnYP7 .card .wrapper .mbr-list .list li {
  line-height: 1.75;
  padding-top: 5px;
  padding-bottom: 5px;
}
.cid-t4d85lnYP7 .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-t4d85lnYP7 .card .wrapper .buttons-wrap .mbr-section-btn .btn.display-4 {
  padding: 12px 35px;
  line-height: 1.0625;
}
.cid-t4d85lnYP7 .card .wrapper .mbr-section-title,
.cid-t4d85lnYP7 .mbr-section-btn,
.cid-t4d85lnYP7 .mbr-list .list {
  text-align: left;
}
.cid-t4d85lnYP7 .card .wrapper .mbr-section-subtitle,
.cid-t4d85lnYP7 .mbr-section-btn,
.cid-t4d85lnYP7 .mbr-list .list {
  text-align: left;
}
.cid-t4fh0kYSP8 {
  padding-top: 75px;
  padding-bottom: 45px;
  background-image: url("../../../assets/images/background31.jpg");
}
.cid-t4fh0kYSP8 .mail {
  position: relative;
  cursor: pointer;
  letter-spacing: 1px;
  width: fit-content;
  display: inline-block;
  color: #ffffff;
  text-align: right;
}
.cid-t4fh0kYSP8 .mail:after {
  content: "";
  position: absolute;
  height: 1px;
  width: 100%;
  background: currentColor;
  bottom: -6px;
  opacity: 0.1;
  left: 0;
}
.cid-t4fh0kYSP8 .mail:before {
  content: "";
  position: absolute;
  height: 1px;
  width: 0;
  transition: all 0.4s ease-in-out;
  background: currentColor;
  bottom: -6px;
  left: auto;
  right: 0;
}
.cid-t4fh0kYSP8 .mail:hover:before {
  width: 100%;
  right: auto;
  left: 0;
}
.cid-t4fh0kYSP8 .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-t4fh0kYSP8 .mbr-text,
.cid-t4fh0kYSP8 .mbr-section-btn {
  color: #ffffff;
}
.cid-t4fh0kYSP8 .mbr-section-subtitle {
  color: #ffffff;
}
.cid-t4fh0kYSP8 .card .card-wrapper {
  text-align: center;
}
.cid-t4fh0kYSP8 .card .card-wrapper .mbr-iconfont {
  font-size: 41px;
  color: #ff513c;
  width: 100%;
  min-width: 100px;
  display: block;
  justify-content: center;
  align-items: center;
  transition: all 0.3s ease-in-out;
  padding-bottom: 14px;
}
.cid-t4fh0kYSP8 .card .card-wrapper .card-box .card-title {
  cursor: pointer;
  color: #ffffff;
}
.cid-t4fh0kYSP8 .card .card-wrapper .card-box .card-text {
  color: #ffffff;
}
.cid-t4fh0kYSP8 .buttons-wrap {
  text-align: center;
}
.cid-t4fh0kYSP8 .buttons-wrap .mbr-section-btn {
  display: inline-block;
}
.cid-t4fh0kYSP8 .buttons-wrap .mbr-section-btn .btn {
  padding-left: 39px;
  padding-right: 39px;
}
.cid-t4fh0kYSP8 .buttons-wrap .mbr-section-btn .btn-success-outline {
  color: #ffffff;
}
.cid-t4fh0kYSP8 .buttons-wrap .mbr-section-btn .btn-success-outline:hover {
  color: #000000;
}
.cid-t4fh0kYSP8 .buttons-wrap .or {
  text-align: center;
  display: inline-block;
  margin-left: 25px;
  margin-right: 25px;
  vertical-align: sub;
}
@media (max-width: 768px) {
  .cid-t4fh0kYSP8 .buttons-wrap .or {
    display: none;
  }
}
.cid-t4dqgehuaN {
  padding-top: 30px;
  padding-bottom: 30px;
  background-color: #ffffff;
}
.cid-t4dqgehuaN .img-wrap img {
  width: 100%;
  position: relative;
  z-index: 1;
}
.cid-t4dqgehuaN .card {
  border-radius: 0;
  margin: auto 0;
}
.cid-t4dqgehuaN .card .wrapper {
  overflow: hidden;
}
.cid-t4dqgehuaN .card .wrapper .mbr-section-title {
  color: #06182d;
}
.cid-t4dqgehuaN .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-t4dqgehuaN .card .wrapper .mbr-section-subtitle {
  color: #06182d;
}
.cid-t4dqgehuaN .card .wrapper .mbr-section-subtitle.display-7 {
  letter-spacing: 0;
}
.cid-t4dqgehuaN .card .wrapper .mbr-text {
  color: #61728a;
  font-weight: 300;
}
.cid-t4dqgehuaN .card .wrapper .sign-wrap {
  text-align: center;
  overflow: hidden;
  position: relative;
}
.cid-t4dqgehuaN .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-t4dqgehuaN .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-t4dqgehuaN .card .wrapper .sign-wrap img {
  width: 140px;
}
.cid-t4dqgehuaN .card .wrapper .mbr-text {
  color: #000000;
}
.cid-t4d85uc2kL {
  padding-top: 135px;
  padding-bottom: 135px;
  background-image: url("../../../assets/images/background4.jpg");
}
.cid-t4d85uc2kL .card {
  border-radius: 0;
  margin: auto 0;
}
.cid-t4d85uc2kL .card .wrapper .mbr-section-title {
  color: #ffffff;
  font-weight: 700;
}
.cid-t4d85uc2kL .card .wrapper .mbr-section-title span:nth-child(2) {
  line-height: 1;
  color: #ffffff;
  padding: 0 6px 1px 5px;
  transform: skew(-14deg);
  background: #ff5e3a;
  background: linear-gradient(#ff5e3a 0%, #ff653c 69%, #ff4e3c 100%);
  display: inline-block;
  font-weight: 500;
  letter-spacing: 0;
  position: relative;
}
.cid-t4d85uc2kL .card .wrapper .mbr-section-subtitle {
  color: #ffffff;
}
.cid-t4d85uc2kL .card .wrapper .mbr-section-subtitle.display-7 {
  letter-spacing: 0;
}
.cid-t4d85uc2kL .card .wrapper .mbr-text {
  color: #ffffff;
  font-weight: 300;
}
.cid-t4d85uc2kL .card .wrapper .buttons-wrap .mbr-section-btn .btn.display-4 {
  padding: 7px 39px;
  line-height: 1.5;
  letter-spacing: 0;
}
.cid-t4d85uc2kL .card .wrapper .buttons-wrap .mbr-section-btn .btn.btn-success-outline {
  color: #ffffff;
}
.cid-t4d85uc2kL .card .wrapper .buttons-wrap .mbr-section-btn .btn.btn-success-outline:hover {
  color: #000000;
}
.cid-u9lL0LC5rZ {
  padding-top: 45px;
  padding-bottom: 45px;
  background-color: #ffffff;
}
.cid-u9lL0LC5rZ .google-map {
  height: 100%;
  min-height: 25rem;
  position: relative;
  width: 100%;
}
.cid-u9lL0LC5rZ .google-map iframe {
  min-height: 100%;
  width: 100%;
}
.cid-u9lL0LC5rZ .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-u9lL0LC5rZ .google-map[data-state] {
  background: #e9e5dc;
}
.cid-u9lL0LC5rZ .google-map[data-state="loading"] [data-state-details] {
  display: none;
}
.cid-u9lL0LC5rZ .map-placeholder {
  display: none;
}
.cid-u9lL0LC5rZ .group-title {
  text-align: left;
  color: #000000;
  padding-bottom: 0.2rem;
}
.cid-u9lL0LC5rZ .card {
  padding: 3rem 8rem;
}
.cid-u9lL0LC5rZ .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-u9lL0LC5rZ .card .mbr-text {
  color: #06182d;
}
.cid-u9lL0LC5rZ .card .mbr-text.display-7 {
  letter-spacing: 0;
}
.cid-u9lL0LC5rZ .card .items .list-item {
  vertical-align: middle;
  padding-top: 5px;
  padding-bottom: 5px;
  align-items: center;
  -webkit-align-items: center;
}
.cid-u9lL0LC5rZ .card .items .list-item .listico {
  display: inline-block;
  padding-right: 1rem;
  font-size: 2rem;
}
.cid-u9lL0LC5rZ .card .items .list-item .text2 {
  display: inline-block;
  color: #000000;
  text-align: left;
}
.cid-u9lL0LC5rZ .card .mbr-section-btn .btn {
  margin: 0 !important;
  padding: 7px 39px;
}
.cid-u9lL0LC5rZ .card .mbr-section-btn .btn.display-4 {
  letter-spacing: 0;
}
.cid-u9lL0LC5rZ .card .mbr-section-btn .btn-success {
  color: #030f1c;
}
.cid-u9lL0LC5rZ .card .social-list {
  display: flex;
  padding-left: 0;
  margin-bottom: 0;
  list-style: none;
  flex-wrap: wrap;
  justify-content: flex-start;
}
.cid-u9lL0LC5rZ .card .social-list .soc-item {
  margin: 0 0.3rem;
}
.cid-u9lL0LC5rZ .card .social-list .soc-item a {
  margin: 0;
  transition: 0.2s linear;
}
.cid-u9lL0LC5rZ .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-u9lL0LC5rZ .card .social-list .soc-item a:hover {
  opacity: 0.4;
}
.cid-u9lL0LC5rZ .card .form-group {
  padding-right: 0;
}
.cid-u9lL0LC5rZ .card .form-group .form-control {
  background: transparent;
  padding: 0.5rem 1rem;
  min-height: 55px;
  border-radius: 0px;
}
.cid-u9lL0LC5rZ .card .btn-primary {
  border: 1px solid #ff513c !important;
}
.cid-u9lL0LC5rZ .card .btn-primary:hover {
  border: 1px solid #ff513c !important;
}
@media (max-width: 1200px) {
  .cid-u9lL0LC5rZ .card {
    padding: 3rem;
  }
}
@media (max-width: 991px) {
  .cid-u9lL0LC5rZ .col-sm-12 {
    margin-bottom: 2rem;
  }
  .cid-u9lL0LC5rZ h3 {
    margin-bottom: 10px;
  }
}
@media (max-width: 768px) {
  .cid-u9lL0LC5rZ * {
    text-align: center !important;
  }
  .cid-u9lL0LC5rZ .card .social-list {
    justify-content: center;
  }
}
@media (max-width: 576px) {
  .cid-u9lL0LC5rZ .form-group {
    max-width: 180px;
  }
  .cid-u9lL0LC5rZ .card {
    padding: 2rem 1rem;
  }
}
.cid-u9lL0LC5rZ .card .items .list-item .text2,
.cid-u9lL0LC5rZ .card .items .list-item {
  color: #858484;
}
.cid-u9lL0LC5rZ .card .items .list-item .text2 {
  color: #858484;
}
.cid-t4d85AMatq {
  padding-top: 45px;
  padding-bottom: 30px;
  background-color: #06182d;
}
.cid-t4d85AMatq .copyright {
  display: flex;
}
@media (max-width: 992px) {
  .cid-t4d85AMatq .copyright {
    margin-bottom: 1rem;
  }
}
.cid-t4d85AMatq .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-t4d85AMatq .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-t4d85AMatq .text-wrap .icons-wrap .icon-wrapper:hover {
  background: #ff4e3c;
  border-color: #ff4e3c;
}
.cid-t4d85AMatq .text-wrap .icons-wrap .icon-wrapper:hover .link-icon {
  color: #ffffde;
}
.cid-t4d85AMatq .text-wrap .icons-wrap .icon-wrapper .link-icon {
  display: inline-block;
  color: #ffffde;
  transition: all 0.3s;
  font-size: 14px;
  justify-content: center;
}
.cid-t4d85AMatq .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-t4d85AMatq .text-wrap .icons-wrap::before {
    display: none;
  }
}
.cid-t4d85AMatq .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-t4d85AMatq .text-wrap .icons-wrap::after {
    display: none;
  }
}
.cid-t4d85DeJDE .navbar {
  padding: .5rem 0;
  transition: none;
  min-height: 50px;
  background: none;
}
.cid-t4d85DeJDE .navbar .mbr-overlay {
  z-index: -1;
  transition: all .3s;
  background: #0e1b28;
}
.cid-t4d85DeJDE .navbar-fixed-top {
  padding-top: 0;
}
.cid-t4d85DeJDE .navbar-collapse {
  flex-basis: auto;
}
.cid-t4d85DeJDE .dropdown-item {
  padding: 0;
}
.cid-t4d85DeJDE .dropdown-menu {
  border: 0px solid lightgray;
  background: #0b1d32 !important;
}
.cid-t4d85DeJDE .menu-content-top {
  max-width: 1200px;
  margin: auto;
  align-items: center;
  justify-content: space-between;
  overflow: hidden;
  transition: min-height 0.25s ease-in-out;
}
@media (max-width: 992px) {
  .cid-t4d85DeJDE .menu-content-top {
    width: 100%;
  }
  .cid-t4d85DeJDE .menu-content-top .menu-logo {
    display: none;
  }
  .cid-t4d85DeJDE .menu-content-top .navbar-buttons {
    display: none !important;
  }
  .cid-t4d85DeJDE .menu-content-top .menu-content-right {
    justify-content: space-between;
  }
}
.cid-t4d85DeJDE .menu-bottom {
  margin: auto;
  width: 100%;
  display: flex;
  position: relative;
}
.cid-t4d85DeJDE .menu-bottom .menu-wrap {
  justify-content: flex-end;
}
@media (min-width: 992px) {
  .cid-t4d85DeJDE .menu-bottom .navbar-brand-bottom {
    display: none !important;
  }
}
.cid-t4d85DeJDE .menu-bottom .mbr-overlay2 {
  z-index: 0;
  transition: all .3s;
  background: #0b1d32;
  bottom: 0;
  left: 0;
  opacity: .5;
  position: absolute;
  right: 0;
  top: 0;
  pointer-events: none;
}
.cid-t4d85DeJDE .menu-bottom .icons-menu {
  flex-wrap: wrap;
  display: flex;
  justify-content: center;
  padding-left: 1rem;
  text-align: center;
}
.cid-t4d85DeJDE .menu-bottom .icons-menu span {
  font-size: 16px;
  color: #ff513c;
}
.cid-t4d85DeJDE .navbar-dropdown.bg-color.transparent.opened {
  background: #0e1b28;
}
.cid-t4d85DeJDE a {
  font-style: normal;
}
.cid-t4d85DeJDE .nav-item {
  border-right: 1px #0e2640;
  border-left: 1px #0e2640;
}
.cid-t4d85DeJDE .nav-item span {
  padding-right: 0.4em;
  line-height: 0.5em;
  vertical-align: text-bottom;
  position: relative;
  top: -0.2em;
  text-decoration: none;
}
.cid-t4d85DeJDE .nav-item a {
  padding: 20px 0 !important;
  margin: 0 .5rem !important;
}
.cid-t4d85DeJDE .dropdown-item:before {
  font-family: MobiriseIcons !important;
  display: inline-block;
  width: 0;
  position: absolute;
  left: 1rem;
  top: 0.5rem;
  margin-right: 0.5rem;
  line-height: 1;
  font-size: inherit;
  vertical-align: middle;
  text-align: center;
  overflow: hidden;
  transform: scale(0, 1);
  transition: all 0.25s ease-in-out;
}
.cid-t4d85DeJDE .content-text {
  margin-bottom: 0;
}
.cid-t4d85DeJDE .navbar-nav {
  position: relative;
  min-height: 49px;
  flex-direction: row;
}
@media (min-width: 992px) {
  .cid-t4d85DeJDE .navbar-nav .main-menu-animated-line {
    position: absolute;
    left: 0;
    width: 0;
    height: 0;
    z-index: 100;
    border-top: 4px solid #ff513c;
    transition: width 0.4s, left 0.6s cubic-bezier(0.19, 0.65, 0.02, 0.93);
  }
  .cid-t4d85DeJDE .navbar-nav .main-menu-animated-line.bottom {
    bottom: 0;
  }
}
.cid-t4d85DeJDE .navbar-nav .nav-item span {
  padding-right: 0;
}
.cid-t4d85DeJDE .navbar-nav .nav-item a {
  margin: 0 1.3rem !important;
}
.cid-t4d85DeJDE .display-4 > .mbr-iconfont {
  font-size: 1.43em;
}
.cid-t4d85DeJDE .display-4 > .btn > .mbr-iconfont {
  font-size: 1.43em;
}
.cid-t4d85DeJDE .nav-dropdown .dropdown-item {
  font-weight: 400;
}
.cid-t4d85DeJDE .navbar-buttons.mbr-section-btn {
  display: flex;
  align-items: center;
  justify-content: center;
}
.cid-t4d85DeJDE .nav-dropdown .link {
  font-weight: 400;
}
.cid-t4d85DeJDE .menu .navbar-brand .logo-text-part {
  vertical-align: top;
}
.cid-t4d85DeJDE .content-right-side {
  text-align: center;
}
.cid-t4d85DeJDE .content-right-side .content-link {
  margin-left: 2rem;
}
.cid-t4d85DeJDE .content-right-side .content-link span {
  vertical-align: middle;
  padding-right: 1rem;
}
.cid-t4d85DeJDE .info-widget {
  margin-left: 16px;
  padding-top: 0.5rem;
}
.cid-t4d85DeJDE .menu-content-right {
  display: flex;
  align-items: center;
}
.cid-t4d85DeJDE .menu-content-right .info-widget:last-child {
  padding-right: 0;
}
.cid-t4d85DeJDE .menu-content-right .info-widget:first-child {
  padding-left: 0;
  border-left: none;
}
.cid-t4d85DeJDE .widget-content {
  display: inline-block;
  vertical-align: top;
  text-align: left;
}
.cid-t4d85DeJDE .widget-content .widget-title {
  margin-bottom: 0px;
  font-weight: 500;
}
.cid-t4d85DeJDE .widget-content .widget-title .mbr-iconfont {
  display: inline-block;
  padding-right: 0.5rem;
  font-size: 20px !important;
}
.cid-t4d85DeJDE .widget-content .widget-title.display-7 {
  line-height: 1.2 !important;
}
.cid-t4d85DeJDE .widget-content .widget-text {
  margin-bottom: 0;
}
@media (min-width: 992px) {
  .cid-t4d85DeJDE .navbar .menu-content-top {
    display: flex;
    min-height: 83px;
    height: 100%;
  }
  .cid-t4d85DeJDE .content-right-side {
    text-align: right;
    flex-wrap: nowrap;
    display: flex;
    align-items: center;
  }
  .cid-t4d85DeJDE .menu-content-top {
    border-bottom: 0px solid rgba(0, 0, 0, 0.12);
  }
  .cid-t4d85DeJDE .navbar {
    display: block;
    padding: 0;
  }
  .cid-t4d85DeJDE .navbar .menu-logo {
    margin-right: auto;
    display: flex;
    align-items: center;
  }
  .cid-t4d85DeJDE .navbar:not(.navbar-short) .navbar-collapse {
    max-height: calc(100vh - 7rem - 4.5rem);
  }
  .cid-t4d85DeJDE .navbar.navbar-toggleable-sm .navbar-collapse .navbar-nav .nav-item {
    align-self: auto;
    display: flex;
    align-items: center;
    z-index: 101;
    min-height: 49px;
    padding-top: 8px !important;
  }
  .cid-t4d85DeJDE .dropdown-item:hover:before {
    transform: scale(1, 1);
    width: 16px;
  }
  .cid-t4d85DeJDE .navbar-toggler {
    display: none;
  }
  .cid-t4d85DeJDE .navbar-collapse {
    justify-content: flex-start;
  }
}
.cid-t4d85DeJDE .navbar-short .menu-content-top {
  height: 0;
  min-height: 0;
  border: none;
}
.cid-t4d85DeJDE .btn {
  display: inline-flex;
  align-items: center;
}
.cid-t4d85DeJDE .btn.btn-success-outline {
  color: #ffffff;
  font-weight: normal;
  letter-spacing: 0;
}
.cid-t4d85DeJDE .btn .mbr-iconfont {
  font-size: 1.2em;
}
.cid-t4d85DeJDE .menu-logo {
  margin-right: auto;
}
.cid-t4d85DeJDE .menu-logo .navbar-brand {
  display: flex;
  margin-left: 1.5rem;
  padding: 0.5rem 0;
  transition: padding .2s;
  min-height: 3.8rem;
  align-items: center;
}
.cid-t4d85DeJDE .menu-logo .navbar-brand .navbar-caption-wrap {
  display: -webkit-flex;
  align-items: center;
  word-break: break-word;
  min-width: 7rem;
  margin: .3rem 0;
}
.cid-t4d85DeJDE .menu-logo .navbar-brand .navbar-caption-wrap .navbar-caption {
  line-height: 1.2rem !important;
  padding-right: 2rem;
}
.cid-t4d85DeJDE .menu-logo .navbar-brand .navbar-logo {
  font-size: 4rem;
  transition: font-size 0.25s;
}
.cid-t4d85DeJDE .menu-logo .navbar-brand .navbar-logo img {
  display: flex;
}
.cid-t4d85DeJDE .menu-logo .navbar-brand .navbar-logo .mbr-iconfont {
  transition: font-size 0.25s;
}
.cid-t4d85DeJDE .navbar-toggleable-sm .navbar-collapse {
  width: auto;
}
.cid-t4d85DeJDE .navbar-toggleable-sm .navbar-collapse .navbar-nav {
  flex-wrap: wrap;
  padding-left: 0;
}
.cid-t4d85DeJDE .navbar-toggleable-sm .navbar-collapse .navbar-nav .nav-item {
  align-self: center;
}
.cid-t4d85DeJDE .navbar-toggleable-sm .navbar-collapse .navbar-buttons {
  padding-left: 0;
  padding-bottom: 0;
}
.cid-t4d85DeJDE .dropdown .dropdown-menu {
  background: #0e1b28;
  display: none;
  position: absolute;
  min-width: 5rem;
  padding-top: 0.5rem;
  padding-bottom: 0.5rem;
  text-align: left;
}
@media (max-width: 991px) {
  .cid-t4d85DeJDE .dropdown .dropdown-menu {
    overflow: hidden;
  }
}
.cid-t4d85DeJDE .dropdown .dropdown-menu .dropdown-item {
  width: auto;
  transition: all 0.25s ease-in-out;
}
.cid-t4d85DeJDE .dropdown .dropdown-menu .dropdown-item::after {
  right: -0.5rem;
}
.cid-t4d85DeJDE .dropdown .dropdown-menu .dropdown-item:hover .mbr-iconfont:before {
  transform: scale(0, 1);
}
.cid-t4d85DeJDE .dropdown .dropdown-menu .dropdown-item .mbr-iconfont {
  margin-left: -1.8rem;
  padding-right: 1rem;
  font-size: inherit;
}
.cid-t4d85DeJDE .dropdown .dropdown-menu .dropdown-item .mbr-iconfont:before {
  display: inline-block;
  transform: scale(1, 1);
  transition: all 0.25s ease-in-out;
}
.cid-t4d85DeJDE .dropdown .dropdown-menu .dropdown-submenu {
  margin: 0;
}
.cid-t4d85DeJDE .dropdown.open > .dropdown-menu {
  display: block;
}
.cid-t4d85DeJDE .navbar-toggleable-sm.opened:after {
  position: absolute;
  width: 100vw;
  height: 100vh;
  content: '';
  background-color: rgba(0, 0, 0, 0.1);
  left: 0;
  bottom: 0;
  transform: translateY(100%);
  z-index: 1000;
}
.cid-t4d85DeJDE .navbar.navbar-short {
  min-height: 50px;
  transition: all .2s;
}
.cid-t4d85DeJDE .navbar.navbar-short .navbar-logo a {
  font-size: 2.5rem !important;
  line-height: 1;
  transition: font-size 0.25s;
}
.cid-t4d85DeJDE .navbar.navbar-short .navbar-logo a .mbr-iconfont {
  font-size: 2.5rem !important;
}
.cid-t4d85DeJDE .navbar.navbar-short .navbar-logo a img {
  height: 3rem !important;
}
.cid-t4d85DeJDE .navbar.navbar-short .navbar-brand {
  min-height: 3rem;
}
.cid-t4d85DeJDE button.navbar-toggler {
  width: 31px;
  height: 18px;
  cursor: pointer;
  transition: all .2s;
  margin: 1rem .8rem;
  align-self: auto;
}
.cid-t4d85DeJDE button.navbar-toggler.collapsed {
  align-self: center;
}
.cid-t4d85DeJDE button.navbar-toggler:focus {
  outline: none;
}
.cid-t4d85DeJDE button.navbar-toggler .hamburger span {
  position: absolute;
  right: 0;
  width: 30px;
  height: 2px;
  border-right: 5px;
  background-color: #ffffff;
}
.cid-t4d85DeJDE button.navbar-toggler .hamburger span:nth-child(1) {
  top: 0;
  transition: all .2s;
}
.cid-t4d85DeJDE button.navbar-toggler .hamburger span:nth-child(2) {
  top: 8px;
  transition: all .15s;
}
.cid-t4d85DeJDE button.navbar-toggler .hamburger span:nth-child(3) {
  top: 8px;
  transition: all .15s;
}
.cid-t4d85DeJDE button.navbar-toggler .hamburger span:nth-child(4) {
  top: 16px;
  transition: all .2s;
}
.cid-t4d85DeJDE nav.opened .hamburger span:nth-child(1) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all .2s;
}
.cid-t4d85DeJDE nav.opened .hamburger span:nth-child(2) {
  transform: rotate(45deg);
  transition: all .25s;
}
.cid-t4d85DeJDE nav.opened .hamburger span:nth-child(3) {
  transform: rotate(-45deg);
  transition: all .25s;
}
.cid-t4d85DeJDE nav.opened .hamburger span:nth-child(4) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all .2s;
}
.cid-t4d85DeJDE .collapsed.navbar-toggler {
  align-self: auto;
}
.cid-t4d85DeJDE .collapsed .dropdown-menu .dropdown-item:before {
  display: none;
}
.cid-t4d85DeJDE .collapsed .dropdown .dropdown-menu .dropdown-item {
  padding: 0.235em 1.5em 0.235em 1.5em !important;
  transition: none;
  margin: 0 !important;
}
.cid-t4d85DeJDE .collapsed .btn {
  display: flex;
}
.cid-t4d85DeJDE .collapsed .navbar-collapse {
  display: none !important;
  padding-right: 0 !important;
}
.cid-t4d85DeJDE .collapsed .navbar-collapse.collapsing,
.cid-t4d85DeJDE .collapsed .navbar-collapse.show {
  display: block !important;
}
.cid-t4d85DeJDE .collapsed .navbar-collapse.collapsing .navbar-nav,
.cid-t4d85DeJDE .collapsed .navbar-collapse.show .navbar-nav {
  display: block;
  text-align: center;
}
.cid-t4d85DeJDE .collapsed .navbar-collapse.collapsing .navbar-nav .nav-item,
.cid-t4d85DeJDE .collapsed .navbar-collapse.show .navbar-nav .nav-item {
  clear: both;
}
.cid-t4d85DeJDE .collapsed .navbar-collapse.collapsing .navbar-buttons,
.cid-t4d85DeJDE .collapsed .navbar-collapse.show .navbar-buttons {
  display: flex;
  justify-content: center;
  text-align: center;
}
.cid-t4d85DeJDE .collapsed .navbar-collapse.collapsing .navbar-buttons:last-child,
.cid-t4d85DeJDE .collapsed .navbar-collapse.show .navbar-buttons:last-child {
  margin-bottom: 1rem;
}
@media (min-width: 992px) {
  .cid-t4d85DeJDE .collapsed .dropdown .dropdown-menu {
    overflow: hidden;
  }
}
.cid-t4d85DeJDE .collapsed button.navbar-toggler {
  display: block;
}
.cid-t4d85DeJDE .collapsed .navbar-brand {
  margin-left: 1rem !important;
  margin-top: .5rem;
}
.cid-t4d85DeJDE .collapsed .navbar-toggleable-sm {
  flex-direction: column;
}
.cid-t4d85DeJDE .collapsed .dropdown .dropdown-menu {
  width: 100%;
  text-align: center;
  position: relative;
  opacity: 0;
  display: block;
  height: 0;
  visibility: hidden;
  padding: 0;
  transition-duration: .5s;
  transition-property: opacity, padding, height;
}
.cid-t4d85DeJDE .collapsed .dropdown.open > .dropdown-menu {
  position: relative;
  opacity: 1;
  height: auto;
  padding: 1.4rem 0;
  visibility: visible;
}
.cid-t4d85DeJDE .collapsed .dropdown .dropdown-submenu {
  left: 0;
  text-align: center;
  width: 100%;
}
.cid-t4d85DeJDE .collapsed .dropdown .dropdown-toggle[data-toggle="dropdown-submenu"]::after {
  margin-top: 0;
  position: inherit;
  right: 0;
  top: 50%;
  display: inline-block;
  width: 0;
  height: 0;
  margin-left: .3em;
  vertical-align: middle;
  content: "";
  border-top: .30em solid;
  border-right: .30em solid transparent;
  border-left: .30em solid transparent;
}
.cid-t4d85DeJDE .collapsed .menu-bottom {
  flex-direction: column-reverse;
  justify-content: center;
}
.cid-t4d85DeJDE .collapsed .menu-bottom .icons-menu {
  padding-left: 0;
  padding-top: .5rem;
  padding-bottom: .5rem;
}
@media (max-width: 991px) {
  .cid-t4d85DeJDE .navbar-collapse {
    padding-bottom: 1rem;
    display: none !important;
    padding-right: 0 !important;
  }
  .cid-t4d85DeJDE .navbar-collapse.collapsing,
  .cid-t4d85DeJDE .navbar-collapse.show {
    display: block !important;
  }
  .cid-t4d85DeJDE .navbar-collapse.collapsing .navbar-nav,
  .cid-t4d85DeJDE .navbar-collapse.show .navbar-nav {
    display: block;
    text-align: center;
  }
  .cid-t4d85DeJDE .navbar-collapse.collapsing .navbar-nav .nav-item,
  .cid-t4d85DeJDE .navbar-collapse.show .navbar-nav .nav-item {
    clear: both;
  }
  .cid-t4d85DeJDE .navbar-collapse.collapsing .navbar-buttons,
  .cid-t4d85DeJDE .navbar-collapse.show .navbar-buttons {
    display: flex;
    justify-content: center;
    text-align: center;
  }
  .cid-t4d85DeJDE .navbar-collapse.collapsing .navbar-buttons:last-child,
  .cid-t4d85DeJDE .navbar-collapse.show .navbar-buttons:last-child {
    margin-bottom: 1rem;
  }
  .cid-t4d85DeJDE .menu-bottom {
    flex-direction: row;
    justify-content: center;
  }
  .cid-t4d85DeJDE .menu-bottom .icons-menu {
    padding-left: 0;
    padding-top: .5rem;
    padding-bottom: .5rem;
  }
  .cid-t4d85DeJDE .menu-bottom .navbar-brand-bottom {
    margin-right: auto;
  }
  .cid-t4d85DeJDE img {
    height: 3.8rem !important;
  }
  .cid-t4d85DeJDE .btn {
    display: flex;
  }
  .cid-t4d85DeJDE button.navbar-toggler {
    display: block;
  }
  .cid-t4d85DeJDE .navbar-brand {
    margin-left: 1rem !important;
    margin-top: .5rem;
  }
  .cid-t4d85DeJDE .navbar-toggleable-sm {
    flex-direction: column;
  }
  .cid-t4d85DeJDE .dropdown .dropdown-menu {
    width: 100%;
    text-align: center;
    position: relative;
    opacity: 0;
    display: block;
    height: 0;
    visibility: hidden;
    padding: 0;
    transition-duration: .5s;
    transition-property: opacity, padding, height;
  }
  .cid-t4d85DeJDE .dropdown.open > .dropdown-menu {
    position: relative;
    opacity: 1;
    height: auto;
    padding: 1.4rem 0;
    visibility: visible;
  }
  .cid-t4d85DeJDE .dropdown .dropdown-submenu {
    left: 0;
    text-align: center;
    width: 100%;
  }
  .cid-t4d85DeJDE .dropdown .dropdown-toggle[data-toggle="dropdown-submenu"]::after {
    margin-top: 0;
    position: inherit;
    right: 0;
    top: 50%;
    display: inline-block;
    width: 0;
    height: 0;
    margin-left: .3em;
    vertical-align: middle;
    content: "";
    border-top: .30em solid;
    border-right: .30em solid transparent;
    border-left: .30em solid transparent;
  }
  .cid-t4d85DeJDE .navbar-buttons.mbr-section-btn {
    width: 100%;
  }
  .cid-t4d85DeJDE .dropdown .dropdown-menu .dropdown-item {
    padding: 0.235em 1.5em 0.235em 1.5em !important;
    transition: none;
    margin: 0 !important;
  }
}
.cid-t4d85DeJDE .navbar-dropdown {
  flex-wrap: nowrap;
}
.cid-t4d85DeJDE .nav-link:focus {
  outline: none;
}
.cid-t4d85DeJDE .navbar-toggler {
  position: relative;
}
.cid-t4d85DeJDE .dropdown-item.active,
.cid-t4d85DeJDE .dropdown-item:active {
  background: #0b1d32;
  color: initial;
}
.cid-t4d85DeJDE .widget-text {
  text-align: left;
}
.cid-t4dZJ8Nx5N {
  background-image: url("../../../assets/images/audi-min2126x1080-183.jpg");
}
.cid-t4dZJ8Nx5N .card {
  border-radius: 0;
  margin: auto 0;
}
.cid-t4dZJ8Nx5N .card .wrapper .mbr-section-title {
  color: #ffffff;
  font-weight: 700;
}
.cid-t4dZJ8Nx5N .card .wrapper .mbr-section-title span:first-child {
  color: #ff4e3c;
}
.cid-t4dZJ8Nx5N .card .wrapper .mbr-section-title span:nth-child(2) {
  line-height: 1;
  color: #ffffff;
  padding: 0 6px 1px 5px;
  transform: skew(-14deg);
  background: #ff5e3a;
  background: linear-gradient(#ff5e3a 0%, #ff653c 69%, #ff4e3c 100%);
  display: inline-block;
  font-weight: 500;
  letter-spacing: 0;
  position: relative;
}
.cid-t4dZJ8Nx5N .card .wrapper .mbr-section-subtitle {
  color: #ffffff;
}
.cid-t4dZJ8Nx5N .card .wrapper .mbr-section-subtitle.display-7 {
  letter-spacing: 0;
}
.cid-t4dZJ8Nx5N .card .wrapper .mbr-text {
  color: #ffffff;
  font-weight: 300;
}
.cid-t4dZJ8Nx5N .card .wrapper .mbr-list {
  margin-top: 20px;
  color: #ffffff;
}
.cid-t4dZJ8Nx5N .card .wrapper .mbr-list .list {
  list-style-type: none;
  padding-left: 0;
}
.cid-t4dZJ8Nx5N .card .wrapper .mbr-list .list li {
  line-height: 1.75;
  padding-top: 5px;
  padding-bottom: 5px;
}
.cid-t4dZJ8Nx5N .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-t4dZJ8Nx5N .card .wrapper .buttons-wrap .mbr-section-btn .btn.display-4 {
  padding: 12px 35px;
  line-height: 1.0625;
}
.cid-t4dZJ8Nx5N .card .wrapper .mbr-section-title,
.cid-t4dZJ8Nx5N .mbr-section-btn,
.cid-t4dZJ8Nx5N .mbr-list .list {
  text-align: left;
}
.cid-t4dZJ8Nx5N .card .wrapper .mbr-section-subtitle,
.cid-t4dZJ8Nx5N .mbr-section-btn,
.cid-t4dZJ8Nx5N .mbr-list .list {
  text-align: left;
}
.cid-t4fcwUpIhJ {
  padding-top: 75px;
  padding-bottom: 45px;
  background-image: url("../../../assets/images/background31.jpg");
}
.cid-t4fcwUpIhJ .mail {
  position: relative;
  cursor: pointer;
  letter-spacing: 1px;
  width: fit-content;
  display: inline-block;
  color: #ffffff;
  text-align: right;
}
.cid-t4fcwUpIhJ .mail:after {
  content: "";
  position: absolute;
  height: 1px;
  width: 100%;
  background: currentColor;
  bottom: -6px;
  opacity: 0.1;
  left: 0;
}
.cid-t4fcwUpIhJ .mail:before {
  content: "";
  position: absolute;
  height: 1px;
  width: 0;
  transition: all 0.4s ease-in-out;
  background: currentColor;
  bottom: -6px;
  left: auto;
  right: 0;
}
.cid-t4fcwUpIhJ .mail:hover:before {
  width: 100%;
  right: auto;
  left: 0;
}
.cid-t4fcwUpIhJ .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-t4fcwUpIhJ .mbr-text,
.cid-t4fcwUpIhJ .mbr-section-btn {
  color: #ffffff;
}
.cid-t4fcwUpIhJ .mbr-section-subtitle {
  color: #ffffff;
}
.cid-t4fcwUpIhJ .card .card-wrapper {
  text-align: center;
}
.cid-t4fcwUpIhJ .card .card-wrapper .mbr-iconfont {
  font-size: 41px;
  color: #ff513c;
  width: 100%;
  min-width: 100px;
  display: block;
  justify-content: center;
  align-items: center;
  transition: all 0.3s ease-in-out;
  padding-bottom: 14px;
}
.cid-t4fcwUpIhJ .card .card-wrapper .card-box .card-title {
  cursor: pointer;
  color: #ffffff;
}
.cid-t4fcwUpIhJ .card .card-wrapper .card-box .card-text {
  color: #ffffff;
}
.cid-t4fcwUpIhJ .buttons-wrap {
  text-align: center;
}
.cid-t4fcwUpIhJ .buttons-wrap .mbr-section-btn {
  display: inline-block;
}
.cid-t4fcwUpIhJ .buttons-wrap .mbr-section-btn .btn {
  padding-left: 39px;
  padding-right: 39px;
}
.cid-t4fcwUpIhJ .buttons-wrap .mbr-section-btn .btn-success-outline {
  color: #ffffff;
}
.cid-t4fcwUpIhJ .buttons-wrap .mbr-section-btn .btn-success-outline:hover {
  color: #000000;
}
.cid-t4fcwUpIhJ .buttons-wrap .or {
  text-align: center;
  display: inline-block;
  margin-left: 25px;
  margin-right: 25px;
  vertical-align: sub;
}
@media (max-width: 768px) {
  .cid-t4fcwUpIhJ .buttons-wrap .or {
    display: none;
  }
}
.cid-t4dZJfqVYy {
  padding-top: 30px;
  padding-bottom: 30px;
  background-color: #ffffff;
}
.cid-t4dZJfqVYy .img-wrap img {
  width: 100%;
  position: relative;
  z-index: 1;
}
.cid-t4dZJfqVYy .card {
  border-radius: 0;
  margin: auto 0;
}
.cid-t4dZJfqVYy .card .wrapper {
  overflow: hidden;
}
.cid-t4dZJfqVYy .card .wrapper .mbr-section-title {
  color: #06182d;
}
.cid-t4dZJfqVYy .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-t4dZJfqVYy .card .wrapper .mbr-section-subtitle {
  color: #06182d;
}
.cid-t4dZJfqVYy .card .wrapper .mbr-section-subtitle.display-7 {
  letter-spacing: 0;
}
.cid-t4dZJfqVYy .card .wrapper .mbr-text {
  color: #61728a;
  font-weight: 300;
}
.cid-t4dZJfqVYy .card .wrapper .sign-wrap {
  text-align: center;
  overflow: hidden;
  position: relative;
}
.cid-t4dZJfqVYy .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-t4dZJfqVYy .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-t4dZJfqVYy .card .wrapper .sign-wrap img {
  width: 140px;
}
.cid-t4dZJfqVYy .card .wrapper .mbr-text {
  color: #000000;
}
.cid-t4dZJhF1rQ {
  padding-top: 135px;
  padding-bottom: 135px;
  background-image: url("../../../assets/images/background4.jpg");
}
.cid-t4dZJhF1rQ .card {
  border-radius: 0;
  margin: auto 0;
}
.cid-t4dZJhF1rQ .card .wrapper .mbr-section-title {
  color: #ffffff;
  font-weight: 700;
}
.cid-t4dZJhF1rQ .card .wrapper .mbr-section-title span:nth-child(2) {
  line-height: 1;
  color: #ffffff;
  padding: 0 6px 1px 5px;
  transform: skew(-14deg);
  background: #ff5e3a;
  background: linear-gradient(#ff5e3a 0%, #ff653c 69%, #ff4e3c 100%);
  display: inline-block;
  font-weight: 500;
  letter-spacing: 0;
  position: relative;
}
.cid-t4dZJhF1rQ .card .wrapper .mbr-section-subtitle {
  color: #ffffff;
}
.cid-t4dZJhF1rQ .card .wrapper .mbr-section-subtitle.display-7 {
  letter-spacing: 0;
}
.cid-t4dZJhF1rQ .card .wrapper .mbr-text {
  color: #ffffff;
  font-weight: 300;
}
.cid-t4dZJhF1rQ .card .wrapper .buttons-wrap .mbr-section-btn .btn.display-4 {
  padding: 7px 39px;
  line-height: 1.5;
  letter-spacing: 0;
}
.cid-t4dZJhF1rQ .card .wrapper .buttons-wrap .mbr-section-btn .btn.btn-success-outline {
  color: #ffffff;
}
.cid-t4dZJhF1rQ .card .wrapper .buttons-wrap .mbr-section-btn .btn.btn-success-outline:hover {
  color: #000000;
}
.cid-u9lL721LTY {
  padding-top: 45px;
  padding-bottom: 45px;
  background-color: #ffffff;
}
.cid-u9lL721LTY .google-map {
  height: 100%;
  min-height: 25rem;
  position: relative;
  width: 100%;
}
.cid-u9lL721LTY .google-map iframe {
  min-height: 100%;
  width: 100%;
}
.cid-u9lL721LTY .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-u9lL721LTY .google-map[data-state] {
  background: #e9e5dc;
}
.cid-u9lL721LTY .google-map[data-state="loading"] [data-state-details] {
  display: none;
}
.cid-u9lL721LTY .map-placeholder {
  display: none;
}
.cid-u9lL721LTY .group-title {
  text-align: left;
  color: #000000;
  padding-bottom: 0.2rem;
}
.cid-u9lL721LTY .card {
  padding: 3rem 8rem;
}
.cid-u9lL721LTY .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-u9lL721LTY .card .mbr-text {
  color: #06182d;
}
.cid-u9lL721LTY .card .mbr-text.display-7 {
  letter-spacing: 0;
}
.cid-u9lL721LTY .card .items .list-item {
  vertical-align: middle;
  padding-top: 5px;
  padding-bottom: 5px;
  align-items: center;
  -webkit-align-items: center;
}
.cid-u9lL721LTY .card .items .list-item .listico {
  display: inline-block;
  padding-right: 1rem;
  font-size: 2rem;
}
.cid-u9lL721LTY .card .items .list-item .text2 {
  display: inline-block;
  color: #000000;
  text-align: left;
}
.cid-u9lL721LTY .card .mbr-section-btn .btn {
  margin: 0 !important;
  padding: 7px 39px;
}
.cid-u9lL721LTY .card .mbr-section-btn .btn.display-4 {
  letter-spacing: 0;
}
.cid-u9lL721LTY .card .mbr-section-btn .btn-success {
  color: #030f1c;
}
.cid-u9lL721LTY .card .social-list {
  display: flex;
  padding-left: 0;
  margin-bottom: 0;
  list-style: none;
  flex-wrap: wrap;
  justify-content: flex-start;
}
.cid-u9lL721LTY .card .social-list .soc-item {
  margin: 0 0.3rem;
}
.cid-u9lL721LTY .card .social-list .soc-item a {
  margin: 0;
  transition: 0.2s linear;
}
.cid-u9lL721LTY .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-u9lL721LTY .card .social-list .soc-item a:hover {
  opacity: 0.4;
}
.cid-u9lL721LTY .card .form-group {
  padding-right: 0;
}
.cid-u9lL721LTY .card .form-group .form-control {
  background: transparent;
  padding: 0.5rem 1rem;
  min-height: 55px;
  border-radius: 0px;
}
.cid-u9lL721LTY .card .btn-primary {
  border: 1px solid #ff513c !important;
}
.cid-u9lL721LTY .card .btn-primary:hover {
  border: 1px solid #ff513c !important;
}
@media (max-width: 1200px) {
  .cid-u9lL721LTY .card {
    padding: 3rem;
  }
}
@media (max-width: 991px) {
  .cid-u9lL721LTY .col-sm-12 {
    margin-bottom: 2rem;
  }
  .cid-u9lL721LTY h3 {
    margin-bottom: 10px;
  }
}
@media (max-width: 768px) {
  .cid-u9lL721LTY * {
    text-align: center !important;
  }
  .cid-u9lL721LTY .card .social-list {
    justify-content: center;
  }
}
@media (max-width: 576px) {
  .cid-u9lL721LTY .form-group {
    max-width: 180px;
  }
  .cid-u9lL721LTY .card {
    padding: 2rem 1rem;
  }
}
.cid-u9lL721LTY .card .items .list-item .text2,
.cid-u9lL721LTY .card .items .list-item {
  color: #858484;
}
.cid-u9lL721LTY .card .items .list-item .text2 {
  color: #858484;
}
.cid-t4dZJng7Jo {
  padding-top: 45px;
  padding-bottom: 30px;
  background-color: #06182d;
}
.cid-t4dZJng7Jo .copyright {
  display: flex;
}
@media (max-width: 992px) {
  .cid-t4dZJng7Jo .copyright {
    margin-bottom: 1rem;
  }
}
.cid-t4dZJng7Jo .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-t4dZJng7Jo .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-t4dZJng7Jo .text-wrap .icons-wrap .icon-wrapper:hover {
  background: #ff4e3c;
  border-color: #ff4e3c;
}
.cid-t4dZJng7Jo .text-wrap .icons-wrap .icon-wrapper:hover .link-icon {
  color: #ffffde;
}
.cid-t4dZJng7Jo .text-wrap .icons-wrap .icon-wrapper .link-icon {
  display: inline-block;
  color: #ffffde;
  transition: all 0.3s;
  font-size: 14px;
  justify-content: center;
}
.cid-t4dZJng7Jo .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-t4dZJng7Jo .text-wrap .icons-wrap::before {
    display: none;
  }
}
.cid-t4dZJng7Jo .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-t4dZJng7Jo .text-wrap .icons-wrap::after {
    display: none;
  }
}
.cid-t4dZJpK2ar .navbar {
  padding: .5rem 0;
  transition: none;
  min-height: 50px;
  background: none;
}
.cid-t4dZJpK2ar .navbar .mbr-overlay {
  z-index: -1;
  transition: all .3s;
  background: #0e1b28;
}
.cid-t4dZJpK2ar .navbar-fixed-top {
  padding-top: 0;
}
.cid-t4dZJpK2ar .navbar-collapse {
  flex-basis: auto;
}
.cid-t4dZJpK2ar .dropdown-item {
  padding: 0;
}
.cid-t4dZJpK2ar .dropdown-menu {
  border: 0px solid lightgray;
  background: #0b1d32 !important;
}
.cid-t4dZJpK2ar .menu-content-top {
  max-width: 1200px;
  margin: auto;
  align-items: center;
  justify-content: space-between;
  overflow: hidden;
  transition: min-height 0.25s ease-in-out;
}
@media (max-width: 992px) {
  .cid-t4dZJpK2ar .menu-content-top {
    width: 100%;
  }
  .cid-t4dZJpK2ar .menu-content-top .menu-logo {
    display: none;
  }
  .cid-t4dZJpK2ar .menu-content-top .navbar-buttons {
    display: none !important;
  }
  .cid-t4dZJpK2ar .menu-content-top .menu-content-right {
    justify-content: space-between;
  }
}
.cid-t4dZJpK2ar .menu-bottom {
  margin: auto;
  width: 100%;
  display: flex;
  position: relative;
}
.cid-t4dZJpK2ar .menu-bottom .menu-wrap {
  justify-content: flex-end;
}
@media (min-width: 992px) {
  .cid-t4dZJpK2ar .menu-bottom .navbar-brand-bottom {
    display: none !important;
  }
}
.cid-t4dZJpK2ar .menu-bottom .mbr-overlay2 {
  z-index: 0;
  transition: all .3s;
  background: #0b1d32;
  bottom: 0;
  left: 0;
  opacity: .5;
  position: absolute;
  right: 0;
  top: 0;
  pointer-events: none;
}
.cid-t4dZJpK2ar .menu-bottom .icons-menu {
  flex-wrap: wrap;
  display: flex;
  justify-content: center;
  padding-left: 1rem;
  text-align: center;
}
.cid-t4dZJpK2ar .menu-bottom .icons-menu span {
  font-size: 16px;
  color: #ff513c;
}
.cid-t4dZJpK2ar .navbar-dropdown.bg-color.transparent.opened {
  background: #0e1b28;
}
.cid-t4dZJpK2ar a {
  font-style: normal;
}
.cid-t4dZJpK2ar .nav-item {
  border-right: 1px #0e2640;
  border-left: 1px #0e2640;
}
.cid-t4dZJpK2ar .nav-item span {
  padding-right: 0.4em;
  line-height: 0.5em;
  vertical-align: text-bottom;
  position: relative;
  top: -0.2em;
  text-decoration: none;
}
.cid-t4dZJpK2ar .nav-item a {
  padding: 20px 0 !important;
  margin: 0 .5rem !important;
}
.cid-t4dZJpK2ar .dropdown-item:before {
  font-family: MobiriseIcons !important;
  display: inline-block;
  width: 0;
  position: absolute;
  left: 1rem;
  top: 0.5rem;
  margin-right: 0.5rem;
  line-height: 1;
  font-size: inherit;
  vertical-align: middle;
  text-align: center;
  overflow: hidden;
  transform: scale(0, 1);
  transition: all 0.25s ease-in-out;
}
.cid-t4dZJpK2ar .content-text {
  margin-bottom: 0;
}
.cid-t4dZJpK2ar .navbar-nav {
  position: relative;
  min-height: 49px;
  flex-direction: row;
}
@media (min-width: 992px) {
  .cid-t4dZJpK2ar .navbar-nav .main-menu-animated-line {
    position: absolute;
    left: 0;
    width: 0;
    height: 0;
    z-index: 100;
    border-top: 4px solid #ff513c;
    transition: width 0.4s, left 0.6s cubic-bezier(0.19, 0.65, 0.02, 0.93);
  }
  .cid-t4dZJpK2ar .navbar-nav .main-menu-animated-line.bottom {
    bottom: 0;
  }
}
.cid-t4dZJpK2ar .navbar-nav .nav-item span {
  padding-right: 0;
}
.cid-t4dZJpK2ar .navbar-nav .nav-item a {
  margin: 0 1.3rem !important;
}
.cid-t4dZJpK2ar .display-4 > .mbr-iconfont {
  font-size: 1.43em;
}
.cid-t4dZJpK2ar .display-4 > .btn > .mbr-iconfont {
  font-size: 1.43em;
}
.cid-t4dZJpK2ar .nav-dropdown .dropdown-item {
  font-weight: 400;
}
.cid-t4dZJpK2ar .navbar-buttons.mbr-section-btn {
  display: flex;
  align-items: center;
  justify-content: center;
}
.cid-t4dZJpK2ar .nav-dropdown .link {
  font-weight: 400;
}
.cid-t4dZJpK2ar .menu .navbar-brand .logo-text-part {
  vertical-align: top;
}
.cid-t4dZJpK2ar .content-right-side {
  text-align: center;
}
.cid-t4dZJpK2ar .content-right-side .content-link {
  margin-left: 2rem;
}
.cid-t4dZJpK2ar .content-right-side .content-link span {
  vertical-align: middle;
  padding-right: 1rem;
}
.cid-t4dZJpK2ar .info-widget {
  margin-left: 16px;
  padding-top: 0.5rem;
}
.cid-t4dZJpK2ar .menu-content-right {
  display: flex;
  align-items: center;
}
.cid-t4dZJpK2ar .menu-content-right .info-widget:last-child {
  padding-right: 0;
}
.cid-t4dZJpK2ar .menu-content-right .info-widget:first-child {
  padding-left: 0;
  border-left: none;
}
.cid-t4dZJpK2ar .widget-content {
  display: inline-block;
  vertical-align: top;
  text-align: left;
}
.cid-t4dZJpK2ar .widget-content .widget-title {
  margin-bottom: 0px;
  font-weight: 500;
}
.cid-t4dZJpK2ar .widget-content .widget-title .mbr-iconfont {
  display: inline-block;
  padding-right: 0.5rem;
  font-size: 20px !important;
}
.cid-t4dZJpK2ar .widget-content .widget-title.display-7 {
  line-height: 1.2 !important;
}
.cid-t4dZJpK2ar .widget-content .widget-text {
  margin-bottom: 0;
}
@media (min-width: 992px) {
  .cid-t4dZJpK2ar .navbar .menu-content-top {
    display: flex;
    min-height: 83px;
    height: 100%;
  }
  .cid-t4dZJpK2ar .content-right-side {
    text-align: right;
    flex-wrap: nowrap;
    display: flex;
    align-items: center;
  }
  .cid-t4dZJpK2ar .menu-content-top {
    border-bottom: 0px solid rgba(0, 0, 0, 0.12);
  }
  .cid-t4dZJpK2ar .navbar {
    display: block;
    padding: 0;
  }
  .cid-t4dZJpK2ar .navbar .menu-logo {
    margin-right: auto;
    display: flex;
    align-items: center;
  }
  .cid-t4dZJpK2ar .navbar:not(.navbar-short) .navbar-collapse {
    max-height: calc(100vh - 7rem - 4.5rem);
  }
  .cid-t4dZJpK2ar .navbar.navbar-toggleable-sm .navbar-collapse .navbar-nav .nav-item {
    align-self: auto;
    display: flex;
    align-items: center;
    z-index: 101;
    min-height: 49px;
    padding-top: 8px !important;
  }
  .cid-t4dZJpK2ar .dropdown-item:hover:before {
    transform: scale(1, 1);
    width: 16px;
  }
  .cid-t4dZJpK2ar .navbar-toggler {
    display: none;
  }
  .cid-t4dZJpK2ar .navbar-collapse {
    justify-content: flex-start;
  }
}
.cid-t4dZJpK2ar .navbar-short .menu-content-top {
  height: 0;
  min-height: 0;
  border: none;
}
.cid-t4dZJpK2ar .btn {
  display: inline-flex;
  align-items: center;
}
.cid-t4dZJpK2ar .btn.btn-success-outline {
  color: #ffffff;
  font-weight: normal;
  letter-spacing: 0;
}
.cid-t4dZJpK2ar .btn .mbr-iconfont {
  font-size: 1.2em;
}
.cid-t4dZJpK2ar .menu-logo {
  margin-right: auto;
}
.cid-t4dZJpK2ar .menu-logo .navbar-brand {
  display: flex;
  margin-left: 1.5rem;
  padding: 0.5rem 0;
  transition: padding .2s;
  min-height: 3.8rem;
  align-items: center;
}
.cid-t4dZJpK2ar .menu-logo .navbar-brand .navbar-caption-wrap {
  display: -webkit-flex;
  align-items: center;
  word-break: break-word;
  min-width: 7rem;
  margin: .3rem 0;
}
.cid-t4dZJpK2ar .menu-logo .navbar-brand .navbar-caption-wrap .navbar-caption {
  line-height: 1.2rem !important;
  padding-right: 2rem;
}
.cid-t4dZJpK2ar .menu-logo .navbar-brand .navbar-logo {
  font-size: 4rem;
  transition: font-size 0.25s;
}
.cid-t4dZJpK2ar .menu-logo .navbar-brand .navbar-logo img {
  display: flex;
}
.cid-t4dZJpK2ar .menu-logo .navbar-brand .navbar-logo .mbr-iconfont {
  transition: font-size 0.25s;
}
.cid-t4dZJpK2ar .navbar-toggleable-sm .navbar-collapse {
  width: auto;
}
.cid-t4dZJpK2ar .navbar-toggleable-sm .navbar-collapse .navbar-nav {
  flex-wrap: wrap;
  padding-left: 0;
}
.cid-t4dZJpK2ar .navbar-toggleable-sm .navbar-collapse .navbar-nav .nav-item {
  align-self: center;
}
.cid-t4dZJpK2ar .navbar-toggleable-sm .navbar-collapse .navbar-buttons {
  padding-left: 0;
  padding-bottom: 0;
}
.cid-t4dZJpK2ar .dropdown .dropdown-menu {
  background: #0e1b28;
  display: none;
  position: absolute;
  min-width: 5rem;
  padding-top: 0.5rem;
  padding-bottom: 0.5rem;
  text-align: left;
}
@media (max-width: 991px) {
  .cid-t4dZJpK2ar .dropdown .dropdown-menu {
    overflow: hidden;
  }
}
.cid-t4dZJpK2ar .dropdown .dropdown-menu .dropdown-item {
  width: auto;
  transition: all 0.25s ease-in-out;
}
.cid-t4dZJpK2ar .dropdown .dropdown-menu .dropdown-item::after {
  right: -0.5rem;
}
.cid-t4dZJpK2ar .dropdown .dropdown-menu .dropdown-item:hover .mbr-iconfont:before {
  transform: scale(0, 1);
}
.cid-t4dZJpK2ar .dropdown .dropdown-menu .dropdown-item .mbr-iconfont {
  margin-left: -1.8rem;
  padding-right: 1rem;
  font-size: inherit;
}
.cid-t4dZJpK2ar .dropdown .dropdown-menu .dropdown-item .mbr-iconfont:before {
  display: inline-block;
  transform: scale(1, 1);
  transition: all 0.25s ease-in-out;
}
.cid-t4dZJpK2ar .dropdown .dropdown-menu .dropdown-submenu {
  margin: 0;
}
.cid-t4dZJpK2ar .dropdown.open > .dropdown-menu {
  display: block;
}
.cid-t4dZJpK2ar .navbar-toggleable-sm.opened:after {
  position: absolute;
  width: 100vw;
  height: 100vh;
  content: '';
  background-color: rgba(0, 0, 0, 0.1);
  left: 0;
  bottom: 0;
  transform: translateY(100%);
  z-index: 1000;
}
.cid-t4dZJpK2ar .navbar.navbar-short {
  min-height: 50px;
  transition: all .2s;
}
.cid-t4dZJpK2ar .navbar.navbar-short .navbar-logo a {
  font-size: 2.5rem !important;
  line-height: 1;
  transition: font-size 0.25s;
}
.cid-t4dZJpK2ar .navbar.navbar-short .navbar-logo a .mbr-iconfont {
  font-size: 2.5rem !important;
}
.cid-t4dZJpK2ar .navbar.navbar-short .navbar-logo a img {
  height: 3rem !important;
}
.cid-t4dZJpK2ar .navbar.navbar-short .navbar-brand {
  min-height: 3rem;
}
.cid-t4dZJpK2ar button.navbar-toggler {
  width: 31px;
  height: 18px;
  cursor: pointer;
  transition: all .2s;
  margin: 1rem .8rem;
  align-self: auto;
}
.cid-t4dZJpK2ar button.navbar-toggler.collapsed {
  align-self: center;
}
.cid-t4dZJpK2ar button.navbar-toggler:focus {
  outline: none;
}
.cid-t4dZJpK2ar button.navbar-toggler .hamburger span {
  position: absolute;
  right: 0;
  width: 30px;
  height: 2px;
  border-right: 5px;
  background-color: #ffffff;
}
.cid-t4dZJpK2ar button.navbar-toggler .hamburger span:nth-child(1) {
  top: 0;
  transition: all .2s;
}
.cid-t4dZJpK2ar button.navbar-toggler .hamburger span:nth-child(2) {
  top: 8px;
  transition: all .15s;
}
.cid-t4dZJpK2ar button.navbar-toggler .hamburger span:nth-child(3) {
  top: 8px;
  transition: all .15s;
}
.cid-t4dZJpK2ar button.navbar-toggler .hamburger span:nth-child(4) {
  top: 16px;
  transition: all .2s;
}
.cid-t4dZJpK2ar nav.opened .hamburger span:nth-child(1) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all .2s;
}
.cid-t4dZJpK2ar nav.opened .hamburger span:nth-child(2) {
  transform: rotate(45deg);
  transition: all .25s;
}
.cid-t4dZJpK2ar nav.opened .hamburger span:nth-child(3) {
  transform: rotate(-45deg);
  transition: all .25s;
}
.cid-t4dZJpK2ar nav.opened .hamburger span:nth-child(4) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all .2s;
}
.cid-t4dZJpK2ar .collapsed.navbar-toggler {
  align-self: auto;
}
.cid-t4dZJpK2ar .collapsed .dropdown-menu .dropdown-item:before {
  display: none;
}
.cid-t4dZJpK2ar .collapsed .dropdown .dropdown-menu .dropdown-item {
  padding: 0.235em 1.5em 0.235em 1.5em !important;
  transition: none;
  margin: 0 !important;
}
.cid-t4dZJpK2ar .collapsed .btn {
  display: flex;
}
.cid-t4dZJpK2ar .collapsed .navbar-collapse {
  display: none !important;
  padding-right: 0 !important;
}
.cid-t4dZJpK2ar .collapsed .navbar-collapse.collapsing,
.cid-t4dZJpK2ar .collapsed .navbar-collapse.show {
  display: block !important;
}
.cid-t4dZJpK2ar .collapsed .navbar-collapse.collapsing .navbar-nav,
.cid-t4dZJpK2ar .collapsed .navbar-collapse.show .navbar-nav {
  display: block;
  text-align: center;
}
.cid-t4dZJpK2ar .collapsed .navbar-collapse.collapsing .navbar-nav .nav-item,
.cid-t4dZJpK2ar .collapsed .navbar-collapse.show .navbar-nav .nav-item {
  clear: both;
}
.cid-t4dZJpK2ar .collapsed .navbar-collapse.collapsing .navbar-buttons,
.cid-t4dZJpK2ar .collapsed .navbar-collapse.show .navbar-buttons {
  display: flex;
  justify-content: center;
  text-align: center;
}
.cid-t4dZJpK2ar .collapsed .navbar-collapse.collapsing .navbar-buttons:last-child,
.cid-t4dZJpK2ar .collapsed .navbar-collapse.show .navbar-buttons:last-child {
  margin-bottom: 1rem;
}
@media (min-width: 992px) {
  .cid-t4dZJpK2ar .collapsed .dropdown .dropdown-menu {
    overflow: hidden;
  }
}
.cid-t4dZJpK2ar .collapsed button.navbar-toggler {
  display: block;
}
.cid-t4dZJpK2ar .collapsed .navbar-brand {
  margin-left: 1rem !important;
  margin-top: .5rem;
}
.cid-t4dZJpK2ar .collapsed .navbar-toggleable-sm {
  flex-direction: column;
}
.cid-t4dZJpK2ar .collapsed .dropdown .dropdown-menu {
  width: 100%;
  text-align: center;
  position: relative;
  opacity: 0;
  display: block;
  height: 0;
  visibility: hidden;
  padding: 0;
  transition-duration: .5s;
  transition-property: opacity, padding, height;
}
.cid-t4dZJpK2ar .collapsed .dropdown.open > .dropdown-menu {
  position: relative;
  opacity: 1;
  height: auto;
  padding: 1.4rem 0;
  visibility: visible;
}
.cid-t4dZJpK2ar .collapsed .dropdown .dropdown-submenu {
  left: 0;
  text-align: center;
  width: 100%;
}
.cid-t4dZJpK2ar .collapsed .dropdown .dropdown-toggle[data-toggle="dropdown-submenu"]::after {
  margin-top: 0;
  position: inherit;
  right: 0;
  top: 50%;
  display: inline-block;
  width: 0;
  height: 0;
  margin-left: .3em;
  vertical-align: middle;
  content: "";
  border-top: .30em solid;
  border-right: .30em solid transparent;
  border-left: .30em solid transparent;
}
.cid-t4dZJpK2ar .collapsed .menu-bottom {
  flex-direction: column-reverse;
  justify-content: center;
}
.cid-t4dZJpK2ar .collapsed .menu-bottom .icons-menu {
  padding-left: 0;
  padding-top: .5rem;
  padding-bottom: .5rem;
}
@media (max-width: 991px) {
  .cid-t4dZJpK2ar .navbar-collapse {
    padding-bottom: 1rem;
    display: none !important;
    padding-right: 0 !important;
  }
  .cid-t4dZJpK2ar .navbar-collapse.collapsing,
  .cid-t4dZJpK2ar .navbar-collapse.show {
    display: block !important;
  }
  .cid-t4dZJpK2ar .navbar-collapse.collapsing .navbar-nav,
  .cid-t4dZJpK2ar .navbar-collapse.show .navbar-nav {
    display: block;
    text-align: center;
  }
  .cid-t4dZJpK2ar .navbar-collapse.collapsing .navbar-nav .nav-item,
  .cid-t4dZJpK2ar .navbar-collapse.show .navbar-nav .nav-item {
    clear: both;
  }
  .cid-t4dZJpK2ar .navbar-collapse.collapsing .navbar-buttons,
  .cid-t4dZJpK2ar .navbar-collapse.show .navbar-buttons {
    display: flex;
    justify-content: center;
    text-align: center;
  }
  .cid-t4dZJpK2ar .navbar-collapse.collapsing .navbar-buttons:last-child,
  .cid-t4dZJpK2ar .navbar-collapse.show .navbar-buttons:last-child {
    margin-bottom: 1rem;
  }
  .cid-t4dZJpK2ar .menu-bottom {
    flex-direction: row;
    justify-content: center;
  }
  .cid-t4dZJpK2ar .menu-bottom .icons-menu {
    padding-left: 0;
    padding-top: .5rem;
    padding-bottom: .5rem;
  }
  .cid-t4dZJpK2ar .menu-bottom .navbar-brand-bottom {
    margin-right: auto;
  }
  .cid-t4dZJpK2ar img {
    height: 3.8rem !important;
  }
  .cid-t4dZJpK2ar .btn {
    display: flex;
  }
  .cid-t4dZJpK2ar button.navbar-toggler {
    display: block;
  }
  .cid-t4dZJpK2ar .navbar-brand {
    margin-left: 1rem !important;
    margin-top: .5rem;
  }
  .cid-t4dZJpK2ar .navbar-toggleable-sm {
    flex-direction: column;
  }
  .cid-t4dZJpK2ar .dropdown .dropdown-menu {
    width: 100%;
    text-align: center;
    position: relative;
    opacity: 0;
    display: block;
    height: 0;
    visibility: hidden;
    padding: 0;
    transition-duration: .5s;
    transition-property: opacity, padding, height;
  }
  .cid-t4dZJpK2ar .dropdown.open > .dropdown-menu {
    position: relative;
    opacity: 1;
    height: auto;
    padding: 1.4rem 0;
    visibility: visible;
  }
  .cid-t4dZJpK2ar .dropdown .dropdown-submenu {
    left: 0;
    text-align: center;
    width: 100%;
  }
  .cid-t4dZJpK2ar .dropdown .dropdown-toggle[data-toggle="dropdown-submenu"]::after {
    margin-top: 0;
    position: inherit;
    right: 0;
    top: 50%;
    display: inline-block;
    width: 0;
    height: 0;
    margin-left: .3em;
    vertical-align: middle;
    content: "";
    border-top: .30em solid;
    border-right: .30em solid transparent;
    border-left: .30em solid transparent;
  }
  .cid-t4dZJpK2ar .navbar-buttons.mbr-section-btn {
    width: 100%;
  }
  .cid-t4dZJpK2ar .dropdown .dropdown-menu .dropdown-item {
    padding: 0.235em 1.5em 0.235em 1.5em !important;
    transition: none;
    margin: 0 !important;
  }
}
.cid-t4dZJpK2ar .navbar-dropdown {
  flex-wrap: nowrap;
}
.cid-t4dZJpK2ar .nav-link:focus {
  outline: none;
}
.cid-t4dZJpK2ar .navbar-toggler {
  position: relative;
}
.cid-t4dZJpK2ar .dropdown-item.active,
.cid-t4dZJpK2ar .dropdown-item:active {
  background: #0b1d32;
  color: initial;
}
.cid-t4dZJpK2ar .widget-text {
  text-align: left;
}
