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





body {
  font-family: Jost;
}
.display-1 {
  font-family: 'Jost', sans-serif;
  font-size: 4.6rem;
  line-height: 1.1;
}
.display-1 > .mbr-iconfont {
  font-size: 5.75rem;
}
.display-2 {
  font-family: 'Jost', sans-serif;
  font-size: 3rem;
  line-height: 1.1;
}
.display-2 > .mbr-iconfont {
  font-size: 3.75rem;
}
.display-4 {
  font-family: 'Jost', sans-serif;
  font-size: 1.1rem;
  line-height: 1.5;
}
.display-4 > .mbr-iconfont {
  font-size: 1.375rem;
}
.display-5 {
  font-family: 'Jost', sans-serif;
  font-size: 1.5rem;
  line-height: 1.5;
}
.display-5 > .mbr-iconfont {
  font-size: 1.875rem;
}
.display-7 {
  font-family: 'Jost', sans-serif;
  font-size: 1.2rem;
  line-height: 1.5;
}
.display-7 > .mbr-iconfont {
  font-size: 1.5rem;
}
/* ---- Fluid typography for mobile devices ---- */
/* 1.4 - font scale ratio ( bootstrap == 1.42857 ) */
/* 100vw - current viewport width */
/* (48 - 20)  48 == 48rem == 768px, 20 == 20rem == 320px(minimal supported viewport) */
/* 0.65 - min scale variable, may vary */
@media (max-width: 992px) {
  .display-1 {
    font-size: 3.68rem;
  }
}
@media (max-width: 768px) {
  .display-1 {
    font-size: 3.22rem;
    font-size: calc( 2.26rem + (4.6 - 2.26) * ((100vw - 20rem) / (48 - 20)));
    line-height: calc( 1.1 * (2.26rem + (4.6 - 2.26) * ((100vw - 20rem) / (48 - 20))));
  }
  .display-2 {
    font-size: 2.4rem;
    font-size: calc( 1.7rem + (3 - 1.7) * ((100vw - 20rem) / (48 - 20)));
    line-height: calc( 1.3 * (1.7rem + (3 - 1.7) * ((100vw - 20rem) / (48 - 20))));
  }
  .display-4 {
    font-size: 0.88rem;
    font-size: calc( 1.0350000000000001rem + (1.1 - 1.0350000000000001) * ((100vw - 20rem) / (48 - 20)));
    line-height: calc( 1.4 * (1.0350000000000001rem + (1.1 - 1.0350000000000001) * ((100vw - 20rem) / (48 - 20))));
  }
  .display-5 {
    font-size: 1.2rem;
    font-size: calc( 1.175rem + (1.5 - 1.175) * ((100vw - 20rem) / (48 - 20)));
    line-height: calc( 1.4 * (1.175rem + (1.5 - 1.175) * ((100vw - 20rem) / (48 - 20))));
  }
  .display-7 {
    font-size: 0.96rem;
    font-size: calc( 1.07rem + (1.2 - 1.07) * ((100vw - 20rem) / (48 - 20)));
    line-height: calc( 1.4 * (1.07rem + (1.2 - 1.07) * ((100vw - 20rem) / (48 - 20))));
  }
}
/* Buttons */
.btn {
  padding: 0.6rem 1.2rem;
  border-radius: 4px;
}
.btn-sm {
  padding: 0.6rem 1.2rem;
  border-radius: 4px;
}
.btn-md {
  padding: 0.6rem 1.2rem;
  border-radius: 4px;
}
.btn-lg {
  padding: 1rem 2.6rem;
  border-radius: 4px;
}
.bg-primary {
  background-color: #161869 !important;
}
.bg-success {
  background-color: #40b0bf !important;
}
.bg-info {
  background-color: #47b5ed !important;
}
.bg-warning {
  background-color: #ffe161 !important;
}
.bg-danger {
  background-color: #ff9966 !important;
}
.btn-primary,
.btn-primary:active {
  background-color: #161869 !important;
  border-color: #161869 !important;
  color: #ffffff !important;
  box-shadow: 0 2px 2px 0 rgba(0, 0, 0, 0.2);
}
.btn-primary:hover,
.btn-primary:focus,
.btn-primary.focus,
.btn-primary.active {
  color: #ffffff !important;
  background-color: #070821 !important;
  border-color: #070821 !important;
  box-shadow: 0 2px 5px 0 rgba(0, 0, 0, 0.2);
}
.btn-primary.disabled,
.btn-primary:disabled {
  color: #ffffff !important;
  background-color: #070821 !important;
  border-color: #070821 !important;
}
.btn-secondary,
.btn-secondary:active {
  background-color: #bbbbbb !important;
  border-color: #bbbbbb !important;
  color: #ffffff !important;
  box-shadow: 0 2px 2px 0 rgba(0, 0, 0, 0.2);
}
.btn-secondary:hover,
.btn-secondary:focus,
.btn-secondary.focus,
.btn-secondary.active {
  color: #ffffff !important;
  background-color: #909090 !important;
  border-color: #909090 !important;
  box-shadow: 0 2px 5px 0 rgba(0, 0, 0, 0.2);
}
.btn-secondary.disabled,
.btn-secondary:disabled {
  color: #ffffff !important;
  background-color: #909090 !important;
  border-color: #909090 !important;
}
.btn-info,
.btn-info:active {
  background-color: #47b5ed !important;
  border-color: #47b5ed !important;
  color: #ffffff !important;
  box-shadow: 0 2px 2px 0 rgba(0, 0, 0, 0.2);
}
.btn-info:hover,
.btn-info:focus,
.btn-info.focus,
.btn-info.active {
  color: #ffffff !important;
  background-color: #148cca !important;
  border-color: #148cca !important;
  box-shadow: 0 2px 5px 0 rgba(0, 0, 0, 0.2);
}
.btn-info.disabled,
.btn-info:disabled {
  color: #ffffff !important;
  background-color: #148cca !important;
  border-color: #148cca !important;
}
.btn-success,
.btn-success:active {
  background-color: #40b0bf !important;
  border-color: #40b0bf !important;
  color: #ffffff !important;
  box-shadow: 0 2px 2px 0 rgba(0, 0, 0, 0.2);
}
.btn-success:hover,
.btn-success:focus,
.btn-success.focus,
.btn-success.active {
  color: #ffffff !important;
  background-color: #2a747e !important;
  border-color: #2a747e !important;
  box-shadow: 0 2px 5px 0 rgba(0, 0, 0, 0.2);
}
.btn-success.disabled,
.btn-success:disabled {
  color: #ffffff !important;
  background-color: #2a747e !important;
  border-color: #2a747e !important;
}
.btn-warning,
.btn-warning:active {
  background-color: #ffe161 !important;
  border-color: #ffe161 !important;
  color: #614f00 !important;
  box-shadow: 0 2px 2px 0 rgba(0, 0, 0, 0.2);
}
.btn-warning:hover,
.btn-warning:focus,
.btn-warning.focus,
.btn-warning.active {
  color: #0a0800 !important;
  background-color: #ffd10a !important;
  border-color: #ffd10a !important;
  box-shadow: 0 2px 5px 0 rgba(0, 0, 0, 0.2);
}
.btn-warning.disabled,
.btn-warning:disabled {
  color: #614f00 !important;
  background-color: #ffd10a !important;
  border-color: #ffd10a !important;
}
.btn-danger,
.btn-danger:active {
  background-color: #ff9966 !important;
  border-color: #ff9966 !important;
  color: #ffffff !important;
  box-shadow: 0 2px 2px 0 rgba(0, 0, 0, 0.2);
}
.btn-danger:hover,
.btn-danger:focus,
.btn-danger.focus,
.btn-danger.active {
  color: #ffffff !important;
  background-color: #ff5f0f !important;
  border-color: #ff5f0f !important;
  box-shadow: 0 2px 5px 0 rgba(0, 0, 0, 0.2);
}
.btn-danger.disabled,
.btn-danger:disabled {
  color: #ffffff !important;
  background-color: #ff5f0f !important;
  border-color: #ff5f0f !important;
}
.btn-white,
.btn-white:active {
  background-color: #fafafa !important;
  border-color: #fafafa !important;
  color: #7a7a7a !important;
  box-shadow: 0 2px 2px 0 rgba(0, 0, 0, 0.2);
}
.btn-white:hover,
.btn-white:focus,
.btn-white.focus,
.btn-white.active {
  color: #4f4f4f !important;
  background-color: #cfcfcf !important;
  border-color: #cfcfcf !important;
  box-shadow: 0 2px 5px 0 rgba(0, 0, 0, 0.2);
}
.btn-white.disabled,
.btn-white:disabled {
  color: #7a7a7a !important;
  background-color: #cfcfcf !important;
  border-color: #cfcfcf !important;
}
.btn-black,
.btn-black:active {
  background-color: #232323 !important;
  border-color: #232323 !important;
  color: #ffffff !important;
  box-shadow: 0 2px 2px 0 rgba(0, 0, 0, 0.2);
}
.btn-black:hover,
.btn-black:focus,
.btn-black.focus,
.btn-black.active {
  color: #ffffff !important;
  background-color: #000000 !important;
  border-color: #000000 !important;
  box-shadow: 0 2px 5px 0 rgba(0, 0, 0, 0.2);
}
.btn-black.disabled,
.btn-black:disabled {
  color: #ffffff !important;
  background-color: #000000 !important;
  border-color: #000000 !important;
}
.btn-primary-outline,
.btn-primary-outline:active {
  background-color: transparent !important;
  border-color: transparent;
  color: #161869;
}
.btn-primary-outline:hover,
.btn-primary-outline:focus,
.btn-primary-outline.focus,
.btn-primary-outline.active {
  color: #070821 !important;
  background-color: transparent!important;
  border-color: transparent!important;
  box-shadow: none!important;
}
.btn-primary-outline.disabled,
.btn-primary-outline:disabled {
  color: #ffffff !important;
  background-color: #161869 !important;
  border-color: #161869 !important;
}
.btn-secondary-outline,
.btn-secondary-outline:active {
  background-color: transparent !important;
  border-color: transparent;
  color: #bbbbbb;
}
.btn-secondary-outline:hover,
.btn-secondary-outline:focus,
.btn-secondary-outline.focus,
.btn-secondary-outline.active {
  color: #909090 !important;
  background-color: transparent!important;
  border-color: transparent!important;
  box-shadow: none!important;
}
.btn-secondary-outline.disabled,
.btn-secondary-outline:disabled {
  color: #ffffff !important;
  background-color: #bbbbbb !important;
  border-color: #bbbbbb !important;
}
.btn-info-outline,
.btn-info-outline:active {
  background-color: transparent !important;
  border-color: transparent;
  color: #47b5ed;
}
.btn-info-outline:hover,
.btn-info-outline:focus,
.btn-info-outline.focus,
.btn-info-outline.active {
  color: #148cca !important;
  background-color: transparent!important;
  border-color: transparent!important;
  box-shadow: none!important;
}
.btn-info-outline.disabled,
.btn-info-outline:disabled {
  color: #ffffff !important;
  background-color: #47b5ed !important;
  border-color: #47b5ed !important;
}
.btn-success-outline,
.btn-success-outline:active {
  background-color: transparent !important;
  border-color: transparent;
  color: #40b0bf;
}
.btn-success-outline:hover,
.btn-success-outline:focus,
.btn-success-outline.focus,
.btn-success-outline.active {
  color: #2a747e !important;
  background-color: transparent!important;
  border-color: transparent!important;
  box-shadow: none!important;
}
.btn-success-outline.disabled,
.btn-success-outline:disabled {
  color: #ffffff !important;
  background-color: #40b0bf !important;
  border-color: #40b0bf !important;
}
.btn-warning-outline,
.btn-warning-outline:active {
  background-color: transparent !important;
  border-color: transparent;
  color: #ffe161;
}
.btn-warning-outline:hover,
.btn-warning-outline:focus,
.btn-warning-outline.focus,
.btn-warning-outline.active {
  color: #ffd10a !important;
  background-color: transparent!important;
  border-color: transparent!important;
  box-shadow: none!important;
}
.btn-warning-outline.disabled,
.btn-warning-outline:disabled {
  color: #614f00 !important;
  background-color: #ffe161 !important;
  border-color: #ffe161 !important;
}
.btn-danger-outline,
.btn-danger-outline:active {
  background-color: transparent !important;
  border-color: transparent;
  color: #ff9966;
}
.btn-danger-outline:hover,
.btn-danger-outline:focus,
.btn-danger-outline.focus,
.btn-danger-outline.active {
  color: #ff5f0f !important;
  background-color: transparent!important;
  border-color: transparent!important;
  box-shadow: none!important;
}
.btn-danger-outline.disabled,
.btn-danger-outline:disabled {
  color: #ffffff !important;
  background-color: #ff9966 !important;
  border-color: #ff9966 !important;
}
.btn-black-outline,
.btn-black-outline:active {
  background-color: transparent !important;
  border-color: transparent;
  color: #232323;
}
.btn-black-outline:hover,
.btn-black-outline:focus,
.btn-black-outline.focus,
.btn-black-outline.active {
  color: #000000 !important;
  background-color: transparent!important;
  border-color: transparent!important;
  box-shadow: none!important;
}
.btn-black-outline.disabled,
.btn-black-outline:disabled {
  color: #ffffff !important;
  background-color: #232323 !important;
  border-color: #232323 !important;
}
.btn-white-outline,
.btn-white-outline:active {
  background-color: transparent !important;
  border-color: transparent;
  color: #fafafa;
}
.btn-white-outline:hover,
.btn-white-outline:focus,
.btn-white-outline.focus,
.btn-white-outline.active {
  color: #cfcfcf !important;
  background-color: transparent!important;
  border-color: transparent!important;
  box-shadow: none!important;
}
.btn-white-outline.disabled,
.btn-white-outline:disabled {
  color: #7a7a7a !important;
  background-color: #fafafa !important;
  border-color: #fafafa !important;
}
.text-primary {
  color: #161869 !important;
}
.text-secondary {
  color: #bbbbbb !important;
}
.text-success {
  color: #40b0bf !important;
}
.text-info {
  color: #47b5ed !important;
}
.text-warning {
  color: #ffe161 !important;
}
.text-danger {
  color: #ff9966 !important;
}
.text-white {
  color: #fafafa !important;
}
.text-black {
  color: #232323 !important;
}
a.text-primary:hover,
a.text-primary:focus,
a.text-primary.active {
  color: #040515 !important;
}
a.text-secondary:hover,
a.text-secondary:focus,
a.text-secondary.active {
  color: #888888 !important;
}
a.text-success:hover,
a.text-success:focus,
a.text-success.active {
  color: #266a73 !important;
}
a.text-info:hover,
a.text-info:focus,
a.text-info.active {
  color: #1283bc !important;
}
a.text-warning:hover,
a.text-warning:focus,
a.text-warning.active {
  color: #facb00 !important;
}
a.text-danger:hover,
a.text-danger:focus,
a.text-danger.active {
  color: #ff5500 !important;
}
a.text-white:hover,
a.text-white:focus,
a.text-white.active {
  color: #c7c7c7 !important;
}
a.text-black:hover,
a.text-black:focus,
a.text-black.active {
  color: #000000 !important;
}
a[class*="text-"]:not(.nav-link):not(.dropdown-item):not([role]) {
  position: relative;
  background-image: transparent;
  background-size: 10000px 2px;
  background-repeat: no-repeat;
  background-position: 0px 1.2em;
  background-position: -10000px 1.2em;
}
a[class*="text-"]:not(.nav-link):not(.dropdown-item):not([role]):hover {
  transition: background-position 2s ease-in-out;
  background-image: linear-gradient(currentColor 50%, currentColor 50%);
  background-position: 0px 1.2em;
}
.nav-tabs .nav-link.active {
  color: #161869;
}
.nav-tabs .nav-link:not(.active) {
  color: #232323;
}
.alert-success {
  background-color: #70c770;
}
.alert-info {
  background-color: #47b5ed;
}
.alert-warning {
  background-color: #ffe161;
}
.alert-danger {
  background-color: #ff9966;
}
.mbr-gallery-filter li.active .btn {
  background-color: #161869;
  border-color: #161869;
  color: #ffffff;
}
.mbr-gallery-filter li.active .btn:focus {
  box-shadow: none;
}
a,
a:hover {
  color: #161869;
}
.mbr-plan-header.bg-primary .mbr-plan-subtitle,
.mbr-plan-header.bg-primary .mbr-plan-price-desc {
  color: #2c30d2;
}
.mbr-plan-header.bg-success .mbr-plan-subtitle,
.mbr-plan-header.bg-success .mbr-plan-price-desc {
  color: #a0d8df;
}
.mbr-plan-header.bg-info .mbr-plan-subtitle,
.mbr-plan-header.bg-info .mbr-plan-price-desc {
  color: #ffffff;
}
.mbr-plan-header.bg-warning .mbr-plan-subtitle,
.mbr-plan-header.bg-warning .mbr-plan-price-desc {
  color: #ffffff;
}
.mbr-plan-header.bg-danger .mbr-plan-subtitle,
.mbr-plan-header.bg-danger .mbr-plan-price-desc {
  color: #ffffff;
}
/* Scroll to top button*/
.scrollToTop_wraper {
  display: none;
}
.form-control {
  font-family: 'Jost', sans-serif;
  font-size: 1.1rem;
  line-height: 1.5;
  font-weight: 400;
}
.form-control > .mbr-iconfont {
  font-size: 1.375rem;
}
.form-control:hover,
.form-control:focus {
  box-shadow: rgba(0, 0, 0, 0.07) 0px 1px 1px 0px, rgba(0, 0, 0, 0.07) 0px 1px 3px 0px, rgba(0, 0, 0, 0.03) 0px 0px 0px 1px;
  border-color: #161869 !important;
}
.form-control:-webkit-input-placeholder {
  font-family: 'Jost', sans-serif;
  font-size: 1.1rem;
  line-height: 1.5;
  font-weight: 400;
}
.form-control:-webkit-input-placeholder > .mbr-iconfont {
  font-size: 1.375rem;
}
blockquote {
  border-color: #161869;
}
/* Forms */
.jq-selectbox li:hover,
.jq-selectbox li.selected {
  background-color: #161869;
  color: #ffffff;
}
.jq-number__spin {
  transition: 0.25s ease;
}
.jq-number__spin:hover {
  border-color: #161869;
}
.jq-selectbox .jq-selectbox__trigger-arrow,
.jq-number__spin.minus:after,
.jq-number__spin.plus:after {
  transition: 0.4s;
  border-top-color: #353535;
  border-bottom-color: #353535;
}
.jq-selectbox:hover .jq-selectbox__trigger-arrow,
.jq-number__spin.minus:hover:after,
.jq-number__spin.plus:hover:after {
  border-top-color: #161869;
  border-bottom-color: #161869;
}
.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: #161869 !important;
  box-shadow: none !important;
}
.xdsoft_datetimepicker .xdsoft_calendar td:hover,
.xdsoft_datetimepicker .xdsoft_timepicker .xdsoft_time_box > div > div:hover {
  color: #000000 !important;
  background: #bbbbbb !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='%23161869' %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-sFdkl1g7Tj {
  z-index: 1000;
  width: 100%;
  position: relative;
  min-height: 60px;
}
.cid-sFdkl1g7Tj nav.navbar {
  position: fixed;
}
.cid-sFdkl1g7Tj .dropdown-item:before {
  font-family: Moririse2 !important;
  content: "\e966";
  display: inline-block;
  width: 0;
  position: absolute;
  left: 1rem;
  top: 0.5rem;
  margin-right: 0.5rem;
  line-height: 1;
  font-size: inherit;
  vertical-align: middle;
  text-align: center;
  overflow: hidden;
  transform: scale(0, 1);
  transition: all 0.25s ease-in-out;
}
.cid-sFdkl1g7Tj .dropdown-menu {
  padding: 0;
  border-radius: 4px;
  box-shadow: 0 1px 3px 0 rgba(0, 0, 0, 0.1);
}
.cid-sFdkl1g7Tj .dropdown-item {
  border-bottom: 1px solid #e6e6e6;
}
.cid-sFdkl1g7Tj .dropdown-item:hover,
.cid-sFdkl1g7Tj .dropdown-item:focus {
  background: #161869 !important;
  color: white !important;
}
.cid-sFdkl1g7Tj .dropdown-item:first-child {
  border-top-left-radius: 4px;
  border-top-right-radius: 4px;
}
.cid-sFdkl1g7Tj .dropdown-item:last-child {
  border-bottom: none;
  border-bottom-left-radius: 4px;
  border-bottom-right-radius: 4px;
}
.cid-sFdkl1g7Tj .nav-dropdown .link {
  padding: 0 0.3em !important;
  margin: 0.667em 1em !important;
}
.cid-sFdkl1g7Tj .nav-dropdown .link.dropdown-toggle::after {
  margin-left: 0.5rem;
  margin-top: 0.2rem;
}
.cid-sFdkl1g7Tj .nav-link {
  position: relative;
}
.cid-sFdkl1g7Tj .container {
  display: flex;
  margin: auto;
}
.cid-sFdkl1g7Tj .iconfont-wrapper {
  color: #000000 !important;
  font-size: 1.5rem;
  padding-right: 0.5rem;
}
.cid-sFdkl1g7Tj .dropdown-menu,
.cid-sFdkl1g7Tj .navbar.opened {
  background: #ffffff !important;
}
.cid-sFdkl1g7Tj .nav-item:focus,
.cid-sFdkl1g7Tj .nav-link:focus {
  outline: none;
}
.cid-sFdkl1g7Tj .dropdown .dropdown-menu .dropdown-item {
  width: auto;
  transition: all 0.25s ease-in-out;
}
.cid-sFdkl1g7Tj .dropdown .dropdown-menu .dropdown-item::after {
  right: 0.5rem;
}
.cid-sFdkl1g7Tj .dropdown .dropdown-menu .dropdown-item .mbr-iconfont {
  margin-right: 0.5rem;
  vertical-align: sub;
}
.cid-sFdkl1g7Tj .dropdown .dropdown-menu .dropdown-item .mbr-iconfont:before {
  display: inline-block;
  transform: scale(1, 1);
  transition: all 0.25s ease-in-out;
}
.cid-sFdkl1g7Tj .collapsed .dropdown-menu .dropdown-item:before {
  display: none;
}
.cid-sFdkl1g7Tj .collapsed .dropdown .dropdown-menu .dropdown-item {
  padding: 0.235em 1.5em 0.235em 1.5em !important;
  transition: none;
  margin: 0 !important;
}
.cid-sFdkl1g7Tj .navbar {
  min-height: 70px;
  transition: all 0.3s;
  border-bottom: 1px solid transparent;
  box-shadow: 0 1px 3px 0 rgba(0, 0, 0, 0.1);
  background: #ffffff;
}
.cid-sFdkl1g7Tj .navbar.opened {
  transition: all 0.3s;
}
.cid-sFdkl1g7Tj .navbar .dropdown-item {
  padding: 0.5rem 1.8rem;
}
.cid-sFdkl1g7Tj .navbar .navbar-logo img {
  width: auto;
}
.cid-sFdkl1g7Tj .navbar .navbar-collapse {
  justify-content: flex-end;
  z-index: 1;
}
.cid-sFdkl1g7Tj .navbar.collapsed {
  justify-content: center;
}
.cid-sFdkl1g7Tj .navbar.collapsed .nav-item .nav-link::before {
  display: none;
}
.cid-sFdkl1g7Tj .navbar.collapsed.opened .dropdown-menu {
  top: 0;
}
@media (min-width: 992px) {
  .cid-sFdkl1g7Tj .navbar.collapsed.opened:not(.navbar-short) .navbar-collapse {
    max-height: calc(98.5vh - 3rem);
  }
}
.cid-sFdkl1g7Tj .navbar.collapsed .dropdown-menu .dropdown-submenu {
  left: 0 !important;
}
.cid-sFdkl1g7Tj .navbar.collapsed .dropdown-menu .dropdown-item:after {
  right: auto;
}
.cid-sFdkl1g7Tj .navbar.collapsed .dropdown-menu .dropdown-toggle[data-toggle="dropdown-submenu"]:after {
  margin-left: 0.5rem;
  margin-top: 0.2rem;
  border-top: 0.35em solid;
  border-right: 0.35em solid transparent;
  border-left: 0.35em solid transparent;
  border-bottom: 0;
  top: 41%;
}
.cid-sFdkl1g7Tj .navbar.collapsed ul.navbar-nav li {
  margin: auto;
}
.cid-sFdkl1g7Tj .navbar.collapsed .dropdown-menu .dropdown-item {
  padding: 0.25rem 1.5rem;
  text-align: center;
}
.cid-sFdkl1g7Tj .navbar.collapsed .icons-menu {
  padding-left: 0;
  padding-right: 0;
  padding-top: 0.5rem;
  padding-bottom: 0.5rem;
}
@media (max-width: 991px) {
  .cid-sFdkl1g7Tj .navbar .nav-item .nav-link::before {
    display: none;
  }
  .cid-sFdkl1g7Tj .navbar.opened .dropdown-menu {
    top: 0;
  }
  .cid-sFdkl1g7Tj .navbar .dropdown-menu .dropdown-submenu {
    left: 0 !important;
  }
  .cid-sFdkl1g7Tj .navbar .dropdown-menu .dropdown-item:after {
    right: auto;
  }
  .cid-sFdkl1g7Tj .navbar .dropdown-menu .dropdown-toggle[data-toggle="dropdown-submenu"]:after {
    margin-left: 0.5rem;
    margin-top: 0.2rem;
    border-top: 0.35em solid;
    border-right: 0.35em solid transparent;
    border-left: 0.35em solid transparent;
    border-bottom: 0;
    top: 40%;
  }
  .cid-sFdkl1g7Tj .navbar .navbar-logo img {
    height: 3rem !important;
  }
  .cid-sFdkl1g7Tj .navbar ul.navbar-nav li {
    margin: auto;
  }
  .cid-sFdkl1g7Tj .navbar .dropdown-menu .dropdown-item {
    padding: 0.25rem 1.5rem !important;
    text-align: center;
  }
  .cid-sFdkl1g7Tj .navbar .navbar-brand {
    flex-shrink: initial;
    flex-basis: auto;
    word-break: break-word;
    padding-right: 2rem;
  }
  .cid-sFdkl1g7Tj .navbar .navbar-toggler {
    flex-basis: auto;
  }
  .cid-sFdkl1g7Tj .navbar .icons-menu {
    padding-left: 0;
    padding-top: 0.5rem;
    padding-bottom: 0.5rem;
  }
}
.cid-sFdkl1g7Tj .navbar.navbar-short {
  min-height: 60px;
}
.cid-sFdkl1g7Tj .navbar.navbar-short .navbar-logo img {
  height: 2.5rem !important;
}
.cid-sFdkl1g7Tj .navbar.navbar-short .navbar-brand {
  min-height: 60px;
  padding: 0;
}
.cid-sFdkl1g7Tj .navbar-brand {
  min-height: 70px;
  flex-shrink: 0;
  align-items: center;
  margin-right: 0;
  padding: 10px 0;
  transition: all 0.3s;
  word-break: break-word;
  z-index: 1;
}
.cid-sFdkl1g7Tj .navbar-brand .navbar-caption {
  line-height: inherit !important;
}
.cid-sFdkl1g7Tj .navbar-brand .navbar-logo a {
  outline: none;
}
.cid-sFdkl1g7Tj .dropdown-item.active,
.cid-sFdkl1g7Tj .dropdown-item:active {
  background-color: transparent;
}
.cid-sFdkl1g7Tj .navbar-expand-lg .navbar-nav .nav-link {
  padding: 0;
}
.cid-sFdkl1g7Tj .nav-dropdown .link.dropdown-toggle {
  margin-right: 1.667em;
}
.cid-sFdkl1g7Tj .nav-dropdown .link.dropdown-toggle[aria-expanded="true"] {
  margin-right: 0;
  padding: 0.667em 1.667em;
}
.cid-sFdkl1g7Tj .navbar.navbar-expand-lg .dropdown .dropdown-menu {
  background: #ffffff;
}
.cid-sFdkl1g7Tj .navbar.navbar-expand-lg .dropdown .dropdown-menu .dropdown-submenu {
  margin: 0;
  left: 100%;
}
.cid-sFdkl1g7Tj .navbar .dropdown.open > .dropdown-menu {
  display: block;
}
.cid-sFdkl1g7Tj ul.navbar-nav {
  flex-wrap: wrap;
}
.cid-sFdkl1g7Tj .navbar-buttons {
  text-align: center;
  min-width: 170px;
}
.cid-sFdkl1g7Tj button.navbar-toggler {
  outline: none;
  width: 31px;
  height: 20px;
  cursor: pointer;
  transition: all 0.2s;
  position: relative;
  align-self: center;
}
.cid-sFdkl1g7Tj button.navbar-toggler .hamburger span {
  position: absolute;
  right: 0;
  width: 30px;
  height: 2px;
  border-right: 5px;
  background-color: #000000;
}
.cid-sFdkl1g7Tj button.navbar-toggler .hamburger span:nth-child(1) {
  top: 0;
  transition: all 0.2s;
}
.cid-sFdkl1g7Tj button.navbar-toggler .hamburger span:nth-child(2) {
  top: 8px;
  transition: all 0.15s;
}
.cid-sFdkl1g7Tj button.navbar-toggler .hamburger span:nth-child(3) {
  top: 8px;
  transition: all 0.15s;
}
.cid-sFdkl1g7Tj button.navbar-toggler .hamburger span:nth-child(4) {
  top: 16px;
  transition: all 0.2s;
}
.cid-sFdkl1g7Tj nav.opened .hamburger span:nth-child(1) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-sFdkl1g7Tj nav.opened .hamburger span:nth-child(2) {
  transform: rotate(45deg);
  transition: all 0.25s;
}
.cid-sFdkl1g7Tj nav.opened .hamburger span:nth-child(3) {
  transform: rotate(-45deg);
  transition: all 0.25s;
}
.cid-sFdkl1g7Tj nav.opened .hamburger span:nth-child(4) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-sFdkl1g7Tj .navbar-dropdown {
  padding: 0 1rem;
  position: fixed;
}
.cid-sFdkl1g7Tj a.nav-link {
  display: flex;
  align-items: center;
  justify-content: center;
}
.cid-sFdkl1g7Tj .icons-menu {
  flex-wrap: nowrap;
  display: flex;
  justify-content: center;
  padding-left: 1rem;
  padding-right: 1rem;
  padding-top: 0.3rem;
  text-align: center;
}
@media screen and (-ms-high-contrast: active), (-ms-high-contrast: none) {
  .cid-sFdkl1g7Tj .navbar {
    height: 70px;
  }
  .cid-sFdkl1g7Tj .navbar.opened {
    height: auto;
  }
  .cid-sFdkl1g7Tj .nav-item .nav-link:hover::before {
    width: 175%;
    max-width: calc(100% + 2rem);
    left: -1rem;
  }
}
.cid-sFdkrUOpzC {
  background-image: url("../../../assets/images/background2-2000x1019.jpg");
}
.cid-sFdkrUOpzC .mbr-section-title,
.cid-sFdkrUOpzC .mbr-section-subtitle {
  color: #000000;
}
.cid-sFdkrUOpzC .mbr-section-text {
  color: #232323;
}
.cid-sFdkrUOpzC .mbr-text,
.cid-sFdkrUOpzC .typed-text,
.cid-sFdkrUOpzC .mbr-section-text {
  letter-spacing: 0.03rem;
}
.cid-sFdkrUOpzC .btn {
  margin-left: 4px !important;
}
.cid-sFdkrUOpzC .animated-element {
  color: #fafafa;
}
.cid-sFdkrUOpzC .typed-cursor {
  opacity: 1;
  -webkit-animation: blink 0.7s infinite;
  -moz-animation: blink 0.7s infinite;
  animation: blink 0.7s infinite;
  color: #fafafa;
}
@keyframes blink {
  0% {
    opacity: 1;
  }
  50% {
    opacity: 0;
  }
  100% {
    opacity: 1;
  }
}
@-webkit-keyframes blink {
  0% {
    opacity: 1;
  }
  50% {
    opacity: 0;
  }
  100% {
    opacity: 1;
  }
}
@-moz-keyframes blink {
  0% {
    opacity: 1;
  }
  50% {
    opacity: 0;
  }
  100% {
    opacity: 1;
  }
}
.cid-sFdkrUOpzC .mbr-section-title {
  color: #00a859;
}
.cid-sFdkrUOpzC .mbr-section-subtitle,
.cid-sFdkrUOpzC .typed-text {
  color: #ffffff;
}
.cid-sFdkrUOpzC .mbr-section-text,
.cid-sFdkrUOpzC .mbr-section-btn {
  color: #ffffff;
}
.cid-sFdlGa2Bxg {
  padding-top: 3rem;
  padding-bottom: 2rem;
  background-color: #232323;
}
.cid-sFdlGa2Bxg .mbr-section-title {
  color: #ffffff;
}
.cid-sHiHxqcmDB {
  padding-top: 0rem;
  padding-bottom: 2rem;
  background-color: #bbbbbb;
}
.cid-sHiHxqcmDB .mbr-text {
  color: #767676;
}
.cid-sHiHxqcmDB .mbr-section-subtitle {
  color: #767676;
}
.cid-sHiHxqcmDB .title .num {
  width: 100%;
  display: block;
}
.cid-sHiHxqcmDB .title .card-title {
  z-index: 1;
}
.cid-sHiHxqcmDB .num {
  color: #232323;
  text-align: center;
}
@media (max-width: 767px) {
  .cid-sHiHxqcmDB * {
    text-align: center !important;
  }
  .cid-sHiHxqcmDB .content-column {
    margin-bottom: 2rem;
  }
}
.cid-sHiHxqcmDB .card-text {
  text-align: center;
  color: #ffffff;
}
.cid-sFdqrehLLc {
  padding-top: 0px;
  padding-bottom: 0px;
  background-color: #ffffff;
}
.cid-sFdqrehLLc .img-wrap {
  width: 100% !important;
  height: 100% !important;
}
.cid-sFdqrehLLc .main {
  flex-direction: row-reverse;
  -webkit-flex-direction: row-reverse;
}
.cid-sFdqrehLLc .row-element,
.cid-sFdqrehLLc .image-element {
  padding: 0;
}
.cid-sFdqrehLLc .image-element {
  display: flex;
  -webkit-justify-content: center;
  justify-content: center;
}
.cid-sFdqrehLLc .image-element img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  object-position: center center;
}
.cid-sFdqrehLLc .underline {
  padding-top: .5rem;
  padding-bottom: .5rem;
}
.cid-sFdqrehLLc .underline .line {
  width: 5rem;
  height: 3px;
  background: linear-gradient(90deg, #161869, #bbbbbb);
  display: inline-block;
}
@media (min-width: 1500px) {
  .cid-sFdqrehLLc .text-content {
    padding: 5rem;
  }
}
@media (min-width: 768px) and (max-width: 1499px) {
  .cid-sFdqrehLLc .text-content {
    padding: 3rem;
  }
}
@media (max-width: 767px) {
  .cid-sFdqrehLLc .text-content {
    padding: 2rem 1rem;
  }
  .cid-sFdqrehLLc .underline .line {
    height: 2px;
  }
  .cid-sFdqrehLLc .mbr-title,
  .cid-sFdqrehLLc .underline,
  .cid-sFdqrehLLc .mbr-text,
  .cid-sFdqrehLLc .mbr-section-btn {
    text-align: center !important;
  }
}
.cid-sFdqrehLLc .mbr-text,
.cid-sFdqrehLLc .mbr-section-btn {
  text-align: center;
  color: #000000;
}
.cid-sFdqrehLLc .mbr-title,
.cid-sFdqrehLLc .underline {
  text-align: center;
  color: #161869;
}
.cid-sFdrd7hap3 {
  padding-top: 2rem;
  padding-bottom: 1rem;
  background-color: #232323;
}
.cid-sFdrd7hap3 .mbr-section-title {
  color: #ffffff;
}
.cid-sGgt4Op0QO {
  overflow: hidden;
  padding-top: 4rem;
  padding-bottom: 2rem;
  background-color: #ffffff;
}
.cid-sGgt4Op0QO .mbr-overlay {
  background: #5eeebb;
}
.cid-sGgt4Op0QO .row {
  margin: 0;
}
.cid-sGgt4Op0QO .mbr-section-subtitle {
  letter-spacing: 1.5px;
  margin-bottom: 15px;
  color: #c0c0c9;
}
.cid-sGgt4Op0QO .mbr-section-title {
  color: #bbbbbb;
  font-weight: 300;
}
.cid-sGgt4Op0QO .mbr-section-title b,
.cid-sGgt4Op0QO .mbr-section-title strong {
  font-weight: 500;
}
.cid-sGgt4Op0QO .buttons {
  display: flex;
  align-items: flex-end;
  justify-content: flex-end;
}
.cid-sGgt4Op0QO .wrap {
  margin-bottom: 100px;
}
@media (max-width: 991px) and (min-width: 575px) {
  .cid-sGgt4Op0QO .media-container-row > .col-md-12 {
    max-width: 80%;
  }
}
.cid-sGgt4Op0QO .carousel-item {
  justify-content: center;
}
.cid-sGgt4Op0QO .carousel-item .media-container-row {
  -webkit-flex-grow: 1;
  flex-grow: 1;
}
.cid-sGgt4Op0QO .carousel-item .wrap-img {
  text-align: center;
  width: 100%;
  cursor: pointer;
  overflow: hidden;
  background: linear-gradient(130deg, rgba(187, 187, 187, 0.3) 0%, #bbbbbb 100%);
  border-radius: 3px;
}
.cid-sGgt4Op0QO .carousel-item .wrap-img:hover img {
  transform: scale(0.93);
  opacity: 0.8;
}
.cid-sGgt4Op0QO .carousel-item .wrap-img:hover .icon__block {
  opacity: 1;
}
.cid-sGgt4Op0QO .carousel-item .wrap-img img {
  transition: all 0.6s ease-in-out;
  border-radius: 3px;
  width: 100%;
  object-fit: cover;
}
@media (max-width: 991px) {
  .cid-sGgt4Op0QO .carousel-item .wrap-img {
    width: 100%;
  }
}
.cid-sGgt4Op0QO .carousel-item .wrap-img .icon__block {
  position: absolute;
  opacity: 0;
  top: 50%;
  right: 50%;
  transform: translate(50%, -50%);
  z-index: 10;
  color: #ffffff;
  font-size: 50px;
  transition: all 0.6s ease-in-out;
}
.cid-sGgt4Op0QO .arrows .carousel-controls {
  top: -150px;
  left: 80px;
}
.cid-sGgt4Op0QO .carousel-controls {
  position: absolute;
  width: 100%;
  display: flex;
  justify-content: center;
}
.cid-sGgt4Op0QO .carousel-controls .carousel-control {
  z-index: 2;
  background: transparent;
  position: static;
  width: 40px;
  height: 40px;
  color: #000000;
  transition: all 0.3s ease-in-out;
}
.cid-sGgt4Op0QO .carousel-controls .carousel-control.carousel-control-prev {
  left: auto;
  margin-right: 20px;
  margin-left: 0;
}
.cid-sGgt4Op0QO .carousel-controls .carousel-control.carousel-control-next {
  right: auto;
  margin-right: 0;
}
.cid-sGgt4Op0QO .carousel-controls .carousel-control .mbr-iconfont {
  font-size: 30px;
}
.cid-sGgt4Op0QO .cloneditem-1,
.cid-sGgt4Op0QO .cloneditem-2,
.cid-sGgt4Op0QO .cloneditem-3,
.cid-sGgt4Op0QO .cloneditem-4,
.cid-sGgt4Op0QO .cloneditem-5 {
  display: none;
}
.cid-sGgt4Op0QO .col-lg-15 {
  flex: 0 0 100%;
  max-width: 100%;
  position: relative;
  min-height: 1px;
  padding-right: 10px;
  padding-left: 10px;
  width: 100%;
}
@media (max-width: 767px) {
  .cid-sGgt4Op0QO .wrap {
    margin-bottom: 50px;
  }
  .cid-sGgt4Op0QO .buttons {
    margin-top: 40px;
    justify-content: flex-start;
  }
  .cid-sGgt4Op0QO .arrows {
    display: none;
  }
  .cid-sGgt4Op0QO .carousel-item {
    margin-bottom: 60px;
  }
  .cid-sGgt4Op0QO .container-fluid,
  .cid-sGgt4Op0QO .container {
    padding: 0;
  }
}
@media (min-width: 992px) {
  .cid-sGgt4Op0QO .col-lg-15 {
    -ms-flex: 0 0 20%;
    -webkit-flex: 0 0 20%;
    flex: 0 0 20%;
    max-width: 20%;
    width: 20%;
  }
  .cid-sGgt4Op0QO .carousel-inner {
    z-index: 1;
  }
  .cid-sGgt4Op0QO .carousel-inner.slides2 > .carousel-item.active.carousel-item-right,
  .cid-sGgt4Op0QO .carousel-inner.slides2 > .carousel-item.carousel-item-next {
    left: 0;
    transform: translate3d(50%, 0, 0);
  }
  .cid-sGgt4Op0QO .carousel-inner.slides2 > .carousel-item.active.carousel-item-left,
  .cid-sGgt4Op0QO .carousel-inner.slides2 > .carousel-item.carousel-item-prev {
    left: 0;
    transform: translate3d(-50%, 0, 0);
  }
  .cid-sGgt4Op0QO .carousel-inner.slides2 > .carousel-item.carousel-item-left,
  .cid-sGgt4Op0QO .carousel-inner.slides2 > .carousel-item.carousel-item-prev.carousel-item-right,
  .cid-sGgt4Op0QO .carousel-inner.slides2 > .carousel-item.active {
    left: 0;
    transform: translate3d(0, 0, 0);
  }
  .cid-sGgt4Op0QO .carousel-inner.slides2 .cloneditem-1,
  .cid-sGgt4Op0QO .carousel-inner.slides2 .cloneditem-2,
  .cid-sGgt4Op0QO .carousel-inner.slides2 .cloneditem-3 {
    display: block;
  }
  .cid-sGgt4Op0QO .carousel-inner.slides3 > .carousel-item.active.carousel-item-right,
  .cid-sGgt4Op0QO .carousel-inner.slides3 > .carousel-item.carousel-item-next {
    left: 0;
    transform: translate3d(33.333333%, 0, 0);
  }
  .cid-sGgt4Op0QO .carousel-inner.slides3 > .carousel-item.active.carousel-item-left,
  .cid-sGgt4Op0QO .carousel-inner.slides3 > .carousel-item.carousel-item-prev {
    left: 0;
    transform: translate3d(-33.333333%, 0, 0);
  }
  .cid-sGgt4Op0QO .carousel-inner.slides3 > .carousel-item.carousel-item-left,
  .cid-sGgt4Op0QO .carousel-inner.slides3 > .carousel-item.carousel-item-prev.carousel-item-right,
  .cid-sGgt4Op0QO .carousel-inner.slides3 > .carousel-item.active {
    left: 0;
    transform: translate3d(0, 0, 0);
  }
  .cid-sGgt4Op0QO .carousel-inner.slides3 .cloneditem-1,
  .cid-sGgt4Op0QO .carousel-inner.slides3 .cloneditem-2,
  .cid-sGgt4Op0QO .carousel-inner.slides3 .cloneditem-3 {
    display: block;
  }
  .cid-sGgt4Op0QO .carousel-inner.slides4 > .carousel-item.active.carousel-item-right,
  .cid-sGgt4Op0QO .carousel-inner.slides4 > .carousel-item.carousel-item-next {
    left: 0;
    transform: translate3d(25%, 0, 0);
  }
  .cid-sGgt4Op0QO .carousel-inner.slides4 > .carousel-item.active.carousel-item-left,
  .cid-sGgt4Op0QO .carousel-inner.slides4 > .carousel-item.carousel-item-prev {
    left: 0;
    transform: translate3d(-25%, 0, 0);
  }
  .cid-sGgt4Op0QO .carousel-inner.slides4 > .carousel-item.carousel-item-left,
  .cid-sGgt4Op0QO .carousel-inner.slides4 > .carousel-item.carousel-item-prev.carousel-item-right,
  .cid-sGgt4Op0QO .carousel-inner.slides4 > .carousel-item.active {
    left: 0;
    transform: translate3d(0, 0, 0);
  }
  .cid-sGgt4Op0QO .carousel-inner.slides4 .cloneditem-1,
  .cid-sGgt4Op0QO .carousel-inner.slides4 .cloneditem-2,
  .cid-sGgt4Op0QO .carousel-inner.slides4 .cloneditem-3 {
    display: block;
  }
  .cid-sGgt4Op0QO .carousel-inner.slides5 > .carousel-item.active.carousel-item-right,
  .cid-sGgt4Op0QO .carousel-inner.slides5 > .carousel-item.carousel-item-next {
    left: 0;
    transform: translate3d(20%, 0, 0);
  }
  .cid-sGgt4Op0QO .carousel-inner.slides5 > .carousel-item.active.carousel-item-left,
  .cid-sGgt4Op0QO .carousel-inner.slides5 > .carousel-item.carousel-item-prev {
    left: 0;
    transform: translate3d(-20%, 0, 0);
  }
  .cid-sGgt4Op0QO .carousel-inner.slides5 > .carousel-item.carousel-item-left,
  .cid-sGgt4Op0QO .carousel-inner.slides5 > .carousel-item.carousel-item-prev.carousel-item-right,
  .cid-sGgt4Op0QO .carousel-inner.slides5 > .carousel-item.active {
    left: 0;
    transform: translate3d(0, 0, 0);
  }
  .cid-sGgt4Op0QO .carousel-inner.slides5 .cloneditem-1,
  .cid-sGgt4Op0QO .carousel-inner.slides5 .cloneditem-2,
  .cid-sGgt4Op0QO .carousel-inner.slides5 .cloneditem-3,
  .cid-sGgt4Op0QO .carousel-inner.slides5 .cloneditem-4 {
    display: block;
  }
  .cid-sGgt4Op0QO .carousel-inner.slides6 > .carousel-item.active.carousel-item-right,
  .cid-sGgt4Op0QO .carousel-inner.slides6 > .carousel-item.carousel-item-next {
    left: 0;
    transform: translate3d(16.666667%, 0, 0);
  }
  .cid-sGgt4Op0QO .carousel-inner.slides6 > .carousel-item.active.carousel-item-left,
  .cid-sGgt4Op0QO .carousel-inner.slides6 > .carousel-item.carousel-item-prev {
    left: 0;
    transform: translate3d(-16.666667%, 0, 0);
  }
  .cid-sGgt4Op0QO .carousel-inner.slides6 > .carousel-item.carousel-item-left,
  .cid-sGgt4Op0QO .carousel-inner.slides6 > .carousel-item.carousel-item-prev.carousel-item-right,
  .cid-sGgt4Op0QO .carousel-inner.slides6 > .carousel-item.active {
    left: 0;
    transform: translate3d(0, 0, 0);
  }
  .cid-sGgt4Op0QO .carousel-inner.slides6 .cloneditem-1,
  .cid-sGgt4Op0QO .carousel-inner.slides6 .cloneditem-2,
  .cid-sGgt4Op0QO .carousel-inner.slides6 .cloneditem-3,
  .cid-sGgt4Op0QO .carousel-inner.slides6 .cloneditem-4,
  .cid-sGgt4Op0QO .carousel-inner.slides6 .cloneditem-5 {
    display: block;
  }
}
.cid-sHiGIMxlZ0 {
  padding-top: 1rem;
  padding-bottom: 0rem;
  background-color: #232323;
}
.cid-sHiFsX0prx {
  padding-top: 0rem;
  padding-bottom: 0rem;
  background-color: #353535;
}
.cid-sHiFsX0prx .mbr-text {
  color: #767676;
}
.cid-sHiFsX0prx .mbr-section-subtitle {
  color: #767676;
}
.cid-sHiFsX0prx .title .num {
  width: 100%;
  display: block;
}
.cid-sHiFsX0prx .title .card-title {
  z-index: 1;
}
.cid-sHiFsX0prx .num {
  color: #bbbbbb;
  text-align: center;
}
@media (max-width: 767px) {
  .cid-sHiFsX0prx * {
    text-align: center !important;
  }
  .cid-sHiFsX0prx .content-column {
    margin-bottom: 2rem;
  }
}
.cid-sHiFsX0prx .card-text {
  text-align: center;
  color: #ffffff;
}
.cid-sHiFVHGjNv {
  padding-top: 0rem;
  padding-bottom: 3rem;
  background-color: #353535;
}
.cid-sHiFVHGjNv .mbr-text {
  color: #767676;
}
.cid-sHiFVHGjNv .mbr-section-subtitle {
  color: #767676;
}
.cid-sHiFVHGjNv .title .num {
  width: 100%;
  display: block;
}
.cid-sHiFVHGjNv .title .card-title {
  z-index: 1;
}
.cid-sHiFVHGjNv .num {
  color: #bbbbbb;
  text-align: center;
}
@media (max-width: 767px) {
  .cid-sHiFVHGjNv * {
    text-align: center !important;
  }
  .cid-sHiFVHGjNv .content-column {
    margin-bottom: 2rem;
  }
}
.cid-sHiFVHGjNv .card-text {
  text-align: center;
  color: #ffffff;
}
.cid-sHiJuQk2SR {
  padding-top: 0px;
  padding-bottom: 0px;
  background-color: #ffffff;
}
.cid-sHiJuQk2SR .img-wrap {
  width: 100% !important;
  height: 100% !important;
}
.cid-sHiJuQk2SR .main {
  flex-direction: row-reverse;
  -webkit-flex-direction: row-reverse;
}
.cid-sHiJuQk2SR .row-element,
.cid-sHiJuQk2SR .image-element {
  padding: 0;
}
.cid-sHiJuQk2SR .image-element {
  display: flex;
  -webkit-justify-content: center;
  justify-content: center;
}
.cid-sHiJuQk2SR .image-element img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  object-position: center center;
}
.cid-sHiJuQk2SR .underline {
  padding-top: .5rem;
  padding-bottom: .5rem;
}
.cid-sHiJuQk2SR .underline .line {
  width: 5rem;
  height: 3px;
  background: linear-gradient(90deg, #161869, #bbbbbb);
  display: inline-block;
}
@media (min-width: 1500px) {
  .cid-sHiJuQk2SR .text-content {
    padding: 5rem;
  }
}
@media (min-width: 768px) and (max-width: 1499px) {
  .cid-sHiJuQk2SR .text-content {
    padding: 3rem;
  }
}
@media (max-width: 767px) {
  .cid-sHiJuQk2SR .text-content {
    padding: 2rem 1rem;
  }
  .cid-sHiJuQk2SR .underline .line {
    height: 2px;
  }
  .cid-sHiJuQk2SR .mbr-title,
  .cid-sHiJuQk2SR .underline,
  .cid-sHiJuQk2SR .mbr-text,
  .cid-sHiJuQk2SR .mbr-section-btn {
    text-align: center !important;
  }
}
.cid-sHiJuQk2SR .mbr-text,
.cid-sHiJuQk2SR .mbr-section-btn {
  text-align: center;
  color: #000000;
}
.cid-sHiJuQk2SR .mbr-title,
.cid-sHiJuQk2SR .underline {
  text-align: center;
  color: #161869;
}
.cid-ttbLuTjYI0 {
  padding-top: 3rem;
  padding-bottom: 0rem;
  background-color: #161869;
}
.cid-ttbLuTjYI0 .mbr-text,
.cid-ttbLuTjYI0 .mbr-section-btn {
  color: #232323;
}
.cid-ttbLuTjYI0 .card-title,
.cid-ttbLuTjYI0 .card-box {
  color: #ffffff;
  text-align: center;
}
.cid-ttbLuTjYI0 .mbr-text,
.cid-ttbLuTjYI0 .link-wrap {
  color: #ffffff;
}
.cid-ttbJeR5tG5 .main_wrapper {
  position: relative;
  height: 640px;
  width: 100%;
  background-color: #c0c0c0;
}
.cid-ttbJeR5tG5 .b_wrapper {
  height: 100%;
  display: flex;
  align-items: center;
  position: relative;
  z-index: 2;
  pointer-events: none;
}
.cid-ttbJeR5tG5 .block_wrapper {
  height: 100%;
  background-color: rgba(22, 24, 105, 0.92);
  pointer-events: fill;
  padding: 50px 20px 50px 50px;
}
.cid-ttbJeR5tG5 .title__address {
  margin-bottom: 20px;
}
.cid-ttbJeR5tG5 .work__address {
  margin: 10px 0 40px;
  color: #ffffff;
}
.cid-ttbJeR5tG5 .work__phone {
  margin-bottom: 20px;
  color: #fafafa;
}
.cid-ttbJeR5tG5 .mbr-section-btn {
  margin-top: 40px;
}
.cid-ttbJeR5tG5 .btn-primary:hover {
  background-color: #bbbbbb !important;
  border-color: #bbbbbb !important;
}
.cid-ttbJeR5tG5 .google-map {
  height: 100%;
  width: 100%;
  position: absolute;
  left: 0;
  top: 0;
  z-index: 1;
}
.cid-ttbJeR5tG5 .google-map iframe {
  height: 100%;
  width: 100%;
}
.cid-ttbJeR5tG5 .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-ttbJeR5tG5 .google-map[data-state] {
  background: #e9e5dc;
}
.cid-ttbJeR5tG5 .google-map[data-state='loading'] [data-state-details] {
  display: none;
}
@media (max-width: 767px) {
  .cid-ttbJeR5tG5 .container {
    max-width: 100%;
  }
  .cid-ttbJeR5tG5 .container .row {
    margin: 0;
  }
  .cid-ttbJeR5tG5 .block_wrapper {
    height: 100%;
    background-color: #161869;
    pointer-events: fill;
    padding: 30px 20px;
  }
}
.cid-ttbJeR5tG5 .title__address,
.cid-ttbJeR5tG5 .mbr-section-btn {
  color: #ffffff;
}
.cid-ttbJeR5tG5 .work__time {
  color: #ffffff;
}
.cid-sFdsVC5fPS {
  padding-top: 30px;
  padding-bottom: 30px;
  background-color: #000000;
}
.cid-sFdkl1g7Tj {
  z-index: 1000;
  width: 100%;
  position: relative;
  min-height: 60px;
}
.cid-sFdkl1g7Tj nav.navbar {
  position: fixed;
}
.cid-sFdkl1g7Tj .dropdown-item:before {
  font-family: Moririse2 !important;
  content: "\e966";
  display: inline-block;
  width: 0;
  position: absolute;
  left: 1rem;
  top: 0.5rem;
  margin-right: 0.5rem;
  line-height: 1;
  font-size: inherit;
  vertical-align: middle;
  text-align: center;
  overflow: hidden;
  transform: scale(0, 1);
  transition: all 0.25s ease-in-out;
}
.cid-sFdkl1g7Tj .dropdown-menu {
  padding: 0;
  border-radius: 4px;
  box-shadow: 0 1px 3px 0 rgba(0, 0, 0, 0.1);
}
.cid-sFdkl1g7Tj .dropdown-item {
  border-bottom: 1px solid #e6e6e6;
}
.cid-sFdkl1g7Tj .dropdown-item:hover,
.cid-sFdkl1g7Tj .dropdown-item:focus {
  background: #161869 !important;
  color: white !important;
}
.cid-sFdkl1g7Tj .dropdown-item:first-child {
  border-top-left-radius: 4px;
  border-top-right-radius: 4px;
}
.cid-sFdkl1g7Tj .dropdown-item:last-child {
  border-bottom: none;
  border-bottom-left-radius: 4px;
  border-bottom-right-radius: 4px;
}
.cid-sFdkl1g7Tj .nav-dropdown .link {
  padding: 0 0.3em !important;
  margin: 0.667em 1em !important;
}
.cid-sFdkl1g7Tj .nav-dropdown .link.dropdown-toggle::after {
  margin-left: 0.5rem;
  margin-top: 0.2rem;
}
.cid-sFdkl1g7Tj .nav-link {
  position: relative;
}
.cid-sFdkl1g7Tj .container {
  display: flex;
  margin: auto;
}
.cid-sFdkl1g7Tj .iconfont-wrapper {
  color: #000000 !important;
  font-size: 1.5rem;
  padding-right: 0.5rem;
}
.cid-sFdkl1g7Tj .dropdown-menu,
.cid-sFdkl1g7Tj .navbar.opened {
  background: #ffffff !important;
}
.cid-sFdkl1g7Tj .nav-item:focus,
.cid-sFdkl1g7Tj .nav-link:focus {
  outline: none;
}
.cid-sFdkl1g7Tj .dropdown .dropdown-menu .dropdown-item {
  width: auto;
  transition: all 0.25s ease-in-out;
}
.cid-sFdkl1g7Tj .dropdown .dropdown-menu .dropdown-item::after {
  right: 0.5rem;
}
.cid-sFdkl1g7Tj .dropdown .dropdown-menu .dropdown-item .mbr-iconfont {
  margin-right: 0.5rem;
  vertical-align: sub;
}
.cid-sFdkl1g7Tj .dropdown .dropdown-menu .dropdown-item .mbr-iconfont:before {
  display: inline-block;
  transform: scale(1, 1);
  transition: all 0.25s ease-in-out;
}
.cid-sFdkl1g7Tj .collapsed .dropdown-menu .dropdown-item:before {
  display: none;
}
.cid-sFdkl1g7Tj .collapsed .dropdown .dropdown-menu .dropdown-item {
  padding: 0.235em 1.5em 0.235em 1.5em !important;
  transition: none;
  margin: 0 !important;
}
.cid-sFdkl1g7Tj .navbar {
  min-height: 70px;
  transition: all 0.3s;
  border-bottom: 1px solid transparent;
  box-shadow: 0 1px 3px 0 rgba(0, 0, 0, 0.1);
  background: #ffffff;
}
.cid-sFdkl1g7Tj .navbar.opened {
  transition: all 0.3s;
}
.cid-sFdkl1g7Tj .navbar .dropdown-item {
  padding: 0.5rem 1.8rem;
}
.cid-sFdkl1g7Tj .navbar .navbar-logo img {
  width: auto;
}
.cid-sFdkl1g7Tj .navbar .navbar-collapse {
  justify-content: flex-end;
  z-index: 1;
}
.cid-sFdkl1g7Tj .navbar.collapsed {
  justify-content: center;
}
.cid-sFdkl1g7Tj .navbar.collapsed .nav-item .nav-link::before {
  display: none;
}
.cid-sFdkl1g7Tj .navbar.collapsed.opened .dropdown-menu {
  top: 0;
}
@media (min-width: 992px) {
  .cid-sFdkl1g7Tj .navbar.collapsed.opened:not(.navbar-short) .navbar-collapse {
    max-height: calc(98.5vh - 3rem);
  }
}
.cid-sFdkl1g7Tj .navbar.collapsed .dropdown-menu .dropdown-submenu {
  left: 0 !important;
}
.cid-sFdkl1g7Tj .navbar.collapsed .dropdown-menu .dropdown-item:after {
  right: auto;
}
.cid-sFdkl1g7Tj .navbar.collapsed .dropdown-menu .dropdown-toggle[data-toggle="dropdown-submenu"]:after {
  margin-left: 0.5rem;
  margin-top: 0.2rem;
  border-top: 0.35em solid;
  border-right: 0.35em solid transparent;
  border-left: 0.35em solid transparent;
  border-bottom: 0;
  top: 41%;
}
.cid-sFdkl1g7Tj .navbar.collapsed ul.navbar-nav li {
  margin: auto;
}
.cid-sFdkl1g7Tj .navbar.collapsed .dropdown-menu .dropdown-item {
  padding: 0.25rem 1.5rem;
  text-align: center;
}
.cid-sFdkl1g7Tj .navbar.collapsed .icons-menu {
  padding-left: 0;
  padding-right: 0;
  padding-top: 0.5rem;
  padding-bottom: 0.5rem;
}
@media (max-width: 991px) {
  .cid-sFdkl1g7Tj .navbar .nav-item .nav-link::before {
    display: none;
  }
  .cid-sFdkl1g7Tj .navbar.opened .dropdown-menu {
    top: 0;
  }
  .cid-sFdkl1g7Tj .navbar .dropdown-menu .dropdown-submenu {
    left: 0 !important;
  }
  .cid-sFdkl1g7Tj .navbar .dropdown-menu .dropdown-item:after {
    right: auto;
  }
  .cid-sFdkl1g7Tj .navbar .dropdown-menu .dropdown-toggle[data-toggle="dropdown-submenu"]:after {
    margin-left: 0.5rem;
    margin-top: 0.2rem;
    border-top: 0.35em solid;
    border-right: 0.35em solid transparent;
    border-left: 0.35em solid transparent;
    border-bottom: 0;
    top: 40%;
  }
  .cid-sFdkl1g7Tj .navbar .navbar-logo img {
    height: 3rem !important;
  }
  .cid-sFdkl1g7Tj .navbar ul.navbar-nav li {
    margin: auto;
  }
  .cid-sFdkl1g7Tj .navbar .dropdown-menu .dropdown-item {
    padding: 0.25rem 1.5rem !important;
    text-align: center;
  }
  .cid-sFdkl1g7Tj .navbar .navbar-brand {
    flex-shrink: initial;
    flex-basis: auto;
    word-break: break-word;
    padding-right: 2rem;
  }
  .cid-sFdkl1g7Tj .navbar .navbar-toggler {
    flex-basis: auto;
  }
  .cid-sFdkl1g7Tj .navbar .icons-menu {
    padding-left: 0;
    padding-top: 0.5rem;
    padding-bottom: 0.5rem;
  }
}
.cid-sFdkl1g7Tj .navbar.navbar-short {
  min-height: 60px;
}
.cid-sFdkl1g7Tj .navbar.navbar-short .navbar-logo img {
  height: 2.5rem !important;
}
.cid-sFdkl1g7Tj .navbar.navbar-short .navbar-brand {
  min-height: 60px;
  padding: 0;
}
.cid-sFdkl1g7Tj .navbar-brand {
  min-height: 70px;
  flex-shrink: 0;
  align-items: center;
  margin-right: 0;
  padding: 10px 0;
  transition: all 0.3s;
  word-break: break-word;
  z-index: 1;
}
.cid-sFdkl1g7Tj .navbar-brand .navbar-caption {
  line-height: inherit !important;
}
.cid-sFdkl1g7Tj .navbar-brand .navbar-logo a {
  outline: none;
}
.cid-sFdkl1g7Tj .dropdown-item.active,
.cid-sFdkl1g7Tj .dropdown-item:active {
  background-color: transparent;
}
.cid-sFdkl1g7Tj .navbar-expand-lg .navbar-nav .nav-link {
  padding: 0;
}
.cid-sFdkl1g7Tj .nav-dropdown .link.dropdown-toggle {
  margin-right: 1.667em;
}
.cid-sFdkl1g7Tj .nav-dropdown .link.dropdown-toggle[aria-expanded="true"] {
  margin-right: 0;
  padding: 0.667em 1.667em;
}
.cid-sFdkl1g7Tj .navbar.navbar-expand-lg .dropdown .dropdown-menu {
  background: #ffffff;
}
.cid-sFdkl1g7Tj .navbar.navbar-expand-lg .dropdown .dropdown-menu .dropdown-submenu {
  margin: 0;
  left: 100%;
}
.cid-sFdkl1g7Tj .navbar .dropdown.open > .dropdown-menu {
  display: block;
}
.cid-sFdkl1g7Tj ul.navbar-nav {
  flex-wrap: wrap;
}
.cid-sFdkl1g7Tj .navbar-buttons {
  text-align: center;
  min-width: 170px;
}
.cid-sFdkl1g7Tj button.navbar-toggler {
  outline: none;
  width: 31px;
  height: 20px;
  cursor: pointer;
  transition: all 0.2s;
  position: relative;
  align-self: center;
}
.cid-sFdkl1g7Tj button.navbar-toggler .hamburger span {
  position: absolute;
  right: 0;
  width: 30px;
  height: 2px;
  border-right: 5px;
  background-color: #000000;
}
.cid-sFdkl1g7Tj button.navbar-toggler .hamburger span:nth-child(1) {
  top: 0;
  transition: all 0.2s;
}
.cid-sFdkl1g7Tj button.navbar-toggler .hamburger span:nth-child(2) {
  top: 8px;
  transition: all 0.15s;
}
.cid-sFdkl1g7Tj button.navbar-toggler .hamburger span:nth-child(3) {
  top: 8px;
  transition: all 0.15s;
}
.cid-sFdkl1g7Tj button.navbar-toggler .hamburger span:nth-child(4) {
  top: 16px;
  transition: all 0.2s;
}
.cid-sFdkl1g7Tj nav.opened .hamburger span:nth-child(1) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-sFdkl1g7Tj nav.opened .hamburger span:nth-child(2) {
  transform: rotate(45deg);
  transition: all 0.25s;
}
.cid-sFdkl1g7Tj nav.opened .hamburger span:nth-child(3) {
  transform: rotate(-45deg);
  transition: all 0.25s;
}
.cid-sFdkl1g7Tj nav.opened .hamburger span:nth-child(4) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-sFdkl1g7Tj .navbar-dropdown {
  padding: 0 1rem;
  position: fixed;
}
.cid-sFdkl1g7Tj a.nav-link {
  display: flex;
  align-items: center;
  justify-content: center;
}
.cid-sFdkl1g7Tj .icons-menu {
  flex-wrap: nowrap;
  display: flex;
  justify-content: center;
  padding-left: 1rem;
  padding-right: 1rem;
  padding-top: 0.3rem;
  text-align: center;
}
@media screen and (-ms-high-contrast: active), (-ms-high-contrast: none) {
  .cid-sFdkl1g7Tj .navbar {
    height: 70px;
  }
  .cid-sFdkl1g7Tj .navbar.opened {
    height: auto;
  }
  .cid-sFdkl1g7Tj .nav-item .nav-link:hover::before {
    width: 175%;
    max-width: calc(100% + 2rem);
    left: -1rem;
  }
}
.cid-sGgDEboKDL {
  padding-top: 2rem;
  padding-bottom: 2rem;
  background-image: url("../../../assets/images/trailer-bg-2000x1051.jpg");
}
.cid-sGgDEboKDL .row {
  align-items: center;
}
@media (max-width: 991px) {
  .cid-sGgDEboKDL .row {
    flex-direction: column-reverse;
  }
  .cid-sGgDEboKDL .image-wrapper {
    margin-bottom: 2rem;
  }
  .cid-sGgDEboKDL .card-wrapper {
    padding: 0 1rem;
  }
}
@media (min-width: 992px) {
  .cid-sGgDEboKDL .card-wrapper {
    padding-right: 2rem;
  }
}
.cid-sGgDEboKDL .image-wrapper img {
  width: 100%;
  object-fit: cover;
}
.cid-sGgDEboKDL .card-title {
  color: #ffffff;
}
.cid-sGgDEboKDL .mbr-text,
.cid-sGgDEboKDL .mbr-section-btn {
  color: #ffffff;
}
.cid-sGgAVEtNhO {
  padding-top: 45px;
  padding-bottom: 30px;
  background-color: #ffffff;
  overflow: hidden;
  box-sizing: border-box;
}
.cid-sGgAVEtNhO .mbr-slider .carousel-control {
  background: #1b1b1b;
}
.cid-sGgAVEtNhO .mbr-slider .carousel-control-prev {
  left: 0;
  margin-left: 2.5rem;
}
.cid-sGgAVEtNhO .mbr-slider .carousel-control-next {
  right: 0;
  margin-right: 2.5rem;
}
.cid-sGgAVEtNhO .mbr-slider .modal-body .close {
  background: #1b1b1b;
}
.cid-sGgAVEtNhO .row > .row {
  display: block;
}
.cid-sGgAVEtNhO .mbr-gallery-item {
  width: 100%;
}
.cid-sGgAVEtNhO .mbr-gallery-item > div::before {
  content: '';
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  background: #fa9db7;
  opacity: 0;
  transition: 0.2s opacity ease-in-out;
  border-radius: 30px;
}
.cid-sGgAVEtNhO .mbr-gallery-item > div {
  position: relative;
  transition: 0.5s;
  margin: 0.3rem;
  border-radius: 30px;
  overflow: hidden;
}
.cid-sGgAVEtNhO .mbr-gallery-item > div:hover .mbr-gallery-title::before {
  background: transparent !important;
}
.cid-sGgAVEtNhO .mbr-gallery-item > div:hover:before {
  opacity: 0 !important;
}
.cid-sGgAVEtNhO .mbr-gallery-title {
  font-size: .9em;
  position: absolute;
  display: block;
  width: 100%;
  bottom: 0;
  padding: 1rem;
  color: #ffffff;
  z-index: 2;
}
.cid-sGgAVEtNhO .mbr-gallery-title:before {
  content: " ";
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  z-index: -1;
  position: absolute;
  background: #fa9db7 !important;
  opacity: 0;
  transition: 0.2s background ease-in-out;
  border-radius: 0 0 30px 30px;
}
.cid-sGgAVEtNhO .container {
  max-width: 1200px;
  padding: 0.7rem;
}
.cid-sGgAVEtNhO .mbr-gallery-item > div:hover {
  transform: translate(1rem, 1rem);
}
@media (max-width: 767px) {
  .cid-sGgAVEtNhO {
    padding-top: 15px;
    padding-bottom: 10px;
  }
  .cid-sGgAVEtNhO .col-sm-12 {
    padding: 0 !important;
  }
}
.cid-ttbLPok5Aw {
  padding-top: 3rem;
  padding-bottom: 0rem;
  background-color: #161869;
}
.cid-ttbLPok5Aw .mbr-text,
.cid-ttbLPok5Aw .mbr-section-btn {
  color: #232323;
}
.cid-ttbLPok5Aw .card-title,
.cid-ttbLPok5Aw .card-box {
  color: #ffffff;
  text-align: center;
}
.cid-ttbLPok5Aw .mbr-text,
.cid-ttbLPok5Aw .link-wrap {
  color: #ffffff;
}
.cid-ttbLQ7qdEh .main_wrapper {
  position: relative;
  height: 640px;
  width: 100%;
  background-color: #c0c0c0;
}
.cid-ttbLQ7qdEh .b_wrapper {
  height: 100%;
  display: flex;
  align-items: center;
  position: relative;
  z-index: 2;
  pointer-events: none;
}
.cid-ttbLQ7qdEh .block_wrapper {
  height: 100%;
  background-color: rgba(22, 24, 105, 0.92);
  pointer-events: fill;
  padding: 50px 20px 50px 50px;
}
.cid-ttbLQ7qdEh .title__address {
  margin-bottom: 20px;
}
.cid-ttbLQ7qdEh .work__address {
  margin: 10px 0 40px;
  color: #ffffff;
}
.cid-ttbLQ7qdEh .work__phone {
  margin-bottom: 20px;
  color: #fafafa;
}
.cid-ttbLQ7qdEh .mbr-section-btn {
  margin-top: 40px;
}
.cid-ttbLQ7qdEh .btn-primary:hover {
  background-color: #bbbbbb !important;
  border-color: #bbbbbb !important;
}
.cid-ttbLQ7qdEh .google-map {
  height: 100%;
  width: 100%;
  position: absolute;
  left: 0;
  top: 0;
  z-index: 1;
}
.cid-ttbLQ7qdEh .google-map iframe {
  height: 100%;
  width: 100%;
}
.cid-ttbLQ7qdEh .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-ttbLQ7qdEh .google-map[data-state] {
  background: #e9e5dc;
}
.cid-ttbLQ7qdEh .google-map[data-state='loading'] [data-state-details] {
  display: none;
}
@media (max-width: 767px) {
  .cid-ttbLQ7qdEh .container {
    max-width: 100%;
  }
  .cid-ttbLQ7qdEh .container .row {
    margin: 0;
  }
  .cid-ttbLQ7qdEh .block_wrapper {
    height: 100%;
    background-color: #161869;
    pointer-events: fill;
    padding: 30px 20px;
  }
}
.cid-ttbLQ7qdEh .title__address,
.cid-ttbLQ7qdEh .mbr-section-btn {
  color: #ffffff;
}
.cid-ttbLQ7qdEh .work__time {
  color: #ffffff;
}
.cid-sFdsVC5fPS {
  padding-top: 30px;
  padding-bottom: 30px;
  background-color: #000000;
}
.cid-sGgGHEV83r {
  z-index: 1000;
  width: 100%;
  position: relative;
  min-height: 60px;
}
.cid-sGgGHEV83r nav.navbar {
  position: fixed;
}
.cid-sGgGHEV83r .dropdown-item:before {
  font-family: Moririse2 !important;
  content: "\e966";
  display: inline-block;
  width: 0;
  position: absolute;
  left: 1rem;
  top: 0.5rem;
  margin-right: 0.5rem;
  line-height: 1;
  font-size: inherit;
  vertical-align: middle;
  text-align: center;
  overflow: hidden;
  transform: scale(0, 1);
  transition: all 0.25s ease-in-out;
}
.cid-sGgGHEV83r .dropdown-menu {
  padding: 0;
  border-radius: 4px;
  box-shadow: 0 1px 3px 0 rgba(0, 0, 0, 0.1);
}
.cid-sGgGHEV83r .dropdown-item {
  border-bottom: 1px solid #e6e6e6;
}
.cid-sGgGHEV83r .dropdown-item:hover,
.cid-sGgGHEV83r .dropdown-item:focus {
  background: #161869 !important;
  color: white !important;
}
.cid-sGgGHEV83r .dropdown-item:first-child {
  border-top-left-radius: 4px;
  border-top-right-radius: 4px;
}
.cid-sGgGHEV83r .dropdown-item:last-child {
  border-bottom: none;
  border-bottom-left-radius: 4px;
  border-bottom-right-radius: 4px;
}
.cid-sGgGHEV83r .nav-dropdown .link {
  padding: 0 0.3em !important;
  margin: 0.667em 1em !important;
}
.cid-sGgGHEV83r .nav-dropdown .link.dropdown-toggle::after {
  margin-left: 0.5rem;
  margin-top: 0.2rem;
}
.cid-sGgGHEV83r .nav-link {
  position: relative;
}
.cid-sGgGHEV83r .container {
  display: flex;
  margin: auto;
}
.cid-sGgGHEV83r .iconfont-wrapper {
  color: #000000 !important;
  font-size: 1.5rem;
  padding-right: 0.5rem;
}
.cid-sGgGHEV83r .dropdown-menu,
.cid-sGgGHEV83r .navbar.opened {
  background: #ffffff !important;
}
.cid-sGgGHEV83r .nav-item:focus,
.cid-sGgGHEV83r .nav-link:focus {
  outline: none;
}
.cid-sGgGHEV83r .dropdown .dropdown-menu .dropdown-item {
  width: auto;
  transition: all 0.25s ease-in-out;
}
.cid-sGgGHEV83r .dropdown .dropdown-menu .dropdown-item::after {
  right: 0.5rem;
}
.cid-sGgGHEV83r .dropdown .dropdown-menu .dropdown-item .mbr-iconfont {
  margin-right: 0.5rem;
  vertical-align: sub;
}
.cid-sGgGHEV83r .dropdown .dropdown-menu .dropdown-item .mbr-iconfont:before {
  display: inline-block;
  transform: scale(1, 1);
  transition: all 0.25s ease-in-out;
}
.cid-sGgGHEV83r .collapsed .dropdown-menu .dropdown-item:before {
  display: none;
}
.cid-sGgGHEV83r .collapsed .dropdown .dropdown-menu .dropdown-item {
  padding: 0.235em 1.5em 0.235em 1.5em !important;
  transition: none;
  margin: 0 !important;
}
.cid-sGgGHEV83r .navbar {
  min-height: 70px;
  transition: all 0.3s;
  border-bottom: 1px solid transparent;
  box-shadow: 0 1px 3px 0 rgba(0, 0, 0, 0.1);
  background: #ffffff;
}
.cid-sGgGHEV83r .navbar.opened {
  transition: all 0.3s;
}
.cid-sGgGHEV83r .navbar .dropdown-item {
  padding: 0.5rem 1.8rem;
}
.cid-sGgGHEV83r .navbar .navbar-logo img {
  width: auto;
}
.cid-sGgGHEV83r .navbar .navbar-collapse {
  justify-content: flex-end;
  z-index: 1;
}
.cid-sGgGHEV83r .navbar.collapsed {
  justify-content: center;
}
.cid-sGgGHEV83r .navbar.collapsed .nav-item .nav-link::before {
  display: none;
}
.cid-sGgGHEV83r .navbar.collapsed.opened .dropdown-menu {
  top: 0;
}
@media (min-width: 992px) {
  .cid-sGgGHEV83r .navbar.collapsed.opened:not(.navbar-short) .navbar-collapse {
    max-height: calc(98.5vh - 3rem);
  }
}
.cid-sGgGHEV83r .navbar.collapsed .dropdown-menu .dropdown-submenu {
  left: 0 !important;
}
.cid-sGgGHEV83r .navbar.collapsed .dropdown-menu .dropdown-item:after {
  right: auto;
}
.cid-sGgGHEV83r .navbar.collapsed .dropdown-menu .dropdown-toggle[data-toggle="dropdown-submenu"]:after {
  margin-left: 0.5rem;
  margin-top: 0.2rem;
  border-top: 0.35em solid;
  border-right: 0.35em solid transparent;
  border-left: 0.35em solid transparent;
  border-bottom: 0;
  top: 41%;
}
.cid-sGgGHEV83r .navbar.collapsed ul.navbar-nav li {
  margin: auto;
}
.cid-sGgGHEV83r .navbar.collapsed .dropdown-menu .dropdown-item {
  padding: 0.25rem 1.5rem;
  text-align: center;
}
.cid-sGgGHEV83r .navbar.collapsed .icons-menu {
  padding-left: 0;
  padding-right: 0;
  padding-top: 0.5rem;
  padding-bottom: 0.5rem;
}
@media (max-width: 991px) {
  .cid-sGgGHEV83r .navbar .nav-item .nav-link::before {
    display: none;
  }
  .cid-sGgGHEV83r .navbar.opened .dropdown-menu {
    top: 0;
  }
  .cid-sGgGHEV83r .navbar .dropdown-menu .dropdown-submenu {
    left: 0 !important;
  }
  .cid-sGgGHEV83r .navbar .dropdown-menu .dropdown-item:after {
    right: auto;
  }
  .cid-sGgGHEV83r .navbar .dropdown-menu .dropdown-toggle[data-toggle="dropdown-submenu"]:after {
    margin-left: 0.5rem;
    margin-top: 0.2rem;
    border-top: 0.35em solid;
    border-right: 0.35em solid transparent;
    border-left: 0.35em solid transparent;
    border-bottom: 0;
    top: 40%;
  }
  .cid-sGgGHEV83r .navbar .navbar-logo img {
    height: 3rem !important;
  }
  .cid-sGgGHEV83r .navbar ul.navbar-nav li {
    margin: auto;
  }
  .cid-sGgGHEV83r .navbar .dropdown-menu .dropdown-item {
    padding: 0.25rem 1.5rem !important;
    text-align: center;
  }
  .cid-sGgGHEV83r .navbar .navbar-brand {
    flex-shrink: initial;
    flex-basis: auto;
    word-break: break-word;
    padding-right: 2rem;
  }
  .cid-sGgGHEV83r .navbar .navbar-toggler {
    flex-basis: auto;
  }
  .cid-sGgGHEV83r .navbar .icons-menu {
    padding-left: 0;
    padding-top: 0.5rem;
    padding-bottom: 0.5rem;
  }
}
.cid-sGgGHEV83r .navbar.navbar-short {
  min-height: 60px;
}
.cid-sGgGHEV83r .navbar.navbar-short .navbar-logo img {
  height: 2.5rem !important;
}
.cid-sGgGHEV83r .navbar.navbar-short .navbar-brand {
  min-height: 60px;
  padding: 0;
}
.cid-sGgGHEV83r .navbar-brand {
  min-height: 70px;
  flex-shrink: 0;
  align-items: center;
  margin-right: 0;
  padding: 10px 0;
  transition: all 0.3s;
  word-break: break-word;
  z-index: 1;
}
.cid-sGgGHEV83r .navbar-brand .navbar-caption {
  line-height: inherit !important;
}
.cid-sGgGHEV83r .navbar-brand .navbar-logo a {
  outline: none;
}
.cid-sGgGHEV83r .dropdown-item.active,
.cid-sGgGHEV83r .dropdown-item:active {
  background-color: transparent;
}
.cid-sGgGHEV83r .navbar-expand-lg .navbar-nav .nav-link {
  padding: 0;
}
.cid-sGgGHEV83r .nav-dropdown .link.dropdown-toggle {
  margin-right: 1.667em;
}
.cid-sGgGHEV83r .nav-dropdown .link.dropdown-toggle[aria-expanded="true"] {
  margin-right: 0;
  padding: 0.667em 1.667em;
}
.cid-sGgGHEV83r .navbar.navbar-expand-lg .dropdown .dropdown-menu {
  background: #ffffff;
}
.cid-sGgGHEV83r .navbar.navbar-expand-lg .dropdown .dropdown-menu .dropdown-submenu {
  margin: 0;
  left: 100%;
}
.cid-sGgGHEV83r .navbar .dropdown.open > .dropdown-menu {
  display: block;
}
.cid-sGgGHEV83r ul.navbar-nav {
  flex-wrap: wrap;
}
.cid-sGgGHEV83r .navbar-buttons {
  text-align: center;
  min-width: 170px;
}
.cid-sGgGHEV83r button.navbar-toggler {
  outline: none;
  width: 31px;
  height: 20px;
  cursor: pointer;
  transition: all 0.2s;
  position: relative;
  align-self: center;
}
.cid-sGgGHEV83r button.navbar-toggler .hamburger span {
  position: absolute;
  right: 0;
  width: 30px;
  height: 2px;
  border-right: 5px;
  background-color: #000000;
}
.cid-sGgGHEV83r button.navbar-toggler .hamburger span:nth-child(1) {
  top: 0;
  transition: all 0.2s;
}
.cid-sGgGHEV83r button.navbar-toggler .hamburger span:nth-child(2) {
  top: 8px;
  transition: all 0.15s;
}
.cid-sGgGHEV83r button.navbar-toggler .hamburger span:nth-child(3) {
  top: 8px;
  transition: all 0.15s;
}
.cid-sGgGHEV83r button.navbar-toggler .hamburger span:nth-child(4) {
  top: 16px;
  transition: all 0.2s;
}
.cid-sGgGHEV83r nav.opened .hamburger span:nth-child(1) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-sGgGHEV83r nav.opened .hamburger span:nth-child(2) {
  transform: rotate(45deg);
  transition: all 0.25s;
}
.cid-sGgGHEV83r nav.opened .hamburger span:nth-child(3) {
  transform: rotate(-45deg);
  transition: all 0.25s;
}
.cid-sGgGHEV83r nav.opened .hamburger span:nth-child(4) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-sGgGHEV83r .navbar-dropdown {
  padding: 0 1rem;
  position: fixed;
}
.cid-sGgGHEV83r a.nav-link {
  display: flex;
  align-items: center;
  justify-content: center;
}
.cid-sGgGHEV83r .icons-menu {
  flex-wrap: nowrap;
  display: flex;
  justify-content: center;
  padding-left: 1rem;
  padding-right: 1rem;
  padding-top: 0.3rem;
  text-align: center;
}
@media screen and (-ms-high-contrast: active), (-ms-high-contrast: none) {
  .cid-sGgGHEV83r .navbar {
    height: 70px;
  }
  .cid-sGgGHEV83r .navbar.opened {
    height: auto;
  }
  .cid-sGgGHEV83r .nav-item .nav-link:hover::before {
    width: 175%;
    max-width: calc(100% + 2rem);
    left: -1rem;
  }
}
.cid-sGgGHFvThd {
  padding-top: 2rem;
  padding-bottom: 2rem;
  background-image: url("../../../assets/images/trailer-bg-2000x1051.jpg");
}
.cid-sGgGHFvThd .row {
  align-items: center;
}
@media (max-width: 991px) {
  .cid-sGgGHFvThd .row {
    flex-direction: column-reverse;
  }
  .cid-sGgGHFvThd .image-wrapper {
    margin-bottom: 2rem;
  }
  .cid-sGgGHFvThd .card-wrapper {
    padding: 0 1rem;
  }
}
@media (min-width: 992px) {
  .cid-sGgGHFvThd .card-wrapper {
    padding-right: 2rem;
  }
}
.cid-sGgGHFvThd .image-wrapper img {
  width: 100%;
  object-fit: cover;
}
.cid-sGgGHFvThd .card-title {
  color: #ffffff;
}
.cid-sGgGHFvThd .mbr-text,
.cid-sGgGHFvThd .mbr-section-btn {
  color: #ffffff;
}
.cid-sGgGHFPo2z {
  padding-top: 45px;
  padding-bottom: 30px;
  background-color: #ffffff;
  overflow: hidden;
  box-sizing: border-box;
}
.cid-sGgGHFPo2z .mbr-slider .carousel-control {
  background: #1b1b1b;
}
.cid-sGgGHFPo2z .mbr-slider .carousel-control-prev {
  left: 0;
  margin-left: 2.5rem;
}
.cid-sGgGHFPo2z .mbr-slider .carousel-control-next {
  right: 0;
  margin-right: 2.5rem;
}
.cid-sGgGHFPo2z .mbr-slider .modal-body .close {
  background: #1b1b1b;
}
.cid-sGgGHFPo2z .row > .row {
  display: block;
}
.cid-sGgGHFPo2z .mbr-gallery-item {
  width: 100%;
}
.cid-sGgGHFPo2z .mbr-gallery-item > div::before {
  content: '';
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  background: #fa9db7;
  opacity: 0;
  transition: 0.2s opacity ease-in-out;
  border-radius: 30px;
}
.cid-sGgGHFPo2z .mbr-gallery-item > div {
  position: relative;
  transition: 0.5s;
  margin: 0.3rem;
  border-radius: 30px;
  overflow: hidden;
}
.cid-sGgGHFPo2z .mbr-gallery-item > div:hover .mbr-gallery-title::before {
  background: transparent !important;
}
.cid-sGgGHFPo2z .mbr-gallery-item > div:hover:before {
  opacity: 0 !important;
}
.cid-sGgGHFPo2z .mbr-gallery-title {
  font-size: .9em;
  position: absolute;
  display: block;
  width: 100%;
  bottom: 0;
  padding: 1rem;
  color: #ffffff;
  z-index: 2;
}
.cid-sGgGHFPo2z .mbr-gallery-title:before {
  content: " ";
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  z-index: -1;
  position: absolute;
  background: #fa9db7 !important;
  opacity: 0;
  transition: 0.2s background ease-in-out;
  border-radius: 0 0 30px 30px;
}
.cid-sGgGHFPo2z .container {
  max-width: 1200px;
  padding: 0.7rem;
}
.cid-sGgGHFPo2z .mbr-gallery-item > div:hover {
  transform: translate(1rem, 1rem);
}
@media (max-width: 767px) {
  .cid-sGgGHFPo2z {
    padding-top: 15px;
    padding-bottom: 10px;
  }
  .cid-sGgGHFPo2z .col-sm-12 {
    padding: 0 !important;
  }
}
.cid-ttbLUNnkjI {
  padding-top: 3rem;
  padding-bottom: 0rem;
  background-color: #161869;
}
.cid-ttbLUNnkjI .mbr-text,
.cid-ttbLUNnkjI .mbr-section-btn {
  color: #232323;
}
.cid-ttbLUNnkjI .card-title,
.cid-ttbLUNnkjI .card-box {
  color: #ffffff;
  text-align: center;
}
.cid-ttbLUNnkjI .mbr-text,
.cid-ttbLUNnkjI .link-wrap {
  color: #ffffff;
}
.cid-ttbLVifDiC .main_wrapper {
  position: relative;
  height: 640px;
  width: 100%;
  background-color: #c0c0c0;
}
.cid-ttbLVifDiC .b_wrapper {
  height: 100%;
  display: flex;
  align-items: center;
  position: relative;
  z-index: 2;
  pointer-events: none;
}
.cid-ttbLVifDiC .block_wrapper {
  height: 100%;
  background-color: rgba(22, 24, 105, 0.92);
  pointer-events: fill;
  padding: 50px 20px 50px 50px;
}
.cid-ttbLVifDiC .title__address {
  margin-bottom: 20px;
}
.cid-ttbLVifDiC .work__address {
  margin: 10px 0 40px;
  color: #ffffff;
}
.cid-ttbLVifDiC .work__phone {
  margin-bottom: 20px;
  color: #fafafa;
}
.cid-ttbLVifDiC .mbr-section-btn {
  margin-top: 40px;
}
.cid-ttbLVifDiC .btn-primary:hover {
  background-color: #bbbbbb !important;
  border-color: #bbbbbb !important;
}
.cid-ttbLVifDiC .google-map {
  height: 100%;
  width: 100%;
  position: absolute;
  left: 0;
  top: 0;
  z-index: 1;
}
.cid-ttbLVifDiC .google-map iframe {
  height: 100%;
  width: 100%;
}
.cid-ttbLVifDiC .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-ttbLVifDiC .google-map[data-state] {
  background: #e9e5dc;
}
.cid-ttbLVifDiC .google-map[data-state='loading'] [data-state-details] {
  display: none;
}
@media (max-width: 767px) {
  .cid-ttbLVifDiC .container {
    max-width: 100%;
  }
  .cid-ttbLVifDiC .container .row {
    margin: 0;
  }
  .cid-ttbLVifDiC .block_wrapper {
    height: 100%;
    background-color: #161869;
    pointer-events: fill;
    padding: 30px 20px;
  }
}
.cid-ttbLVifDiC .title__address,
.cid-ttbLVifDiC .mbr-section-btn {
  color: #ffffff;
}
.cid-ttbLVifDiC .work__time {
  color: #ffffff;
}
.cid-sGgGHGGy7c {
  padding-top: 30px;
  padding-bottom: 30px;
  background-color: #000000;
}
.cid-sGgHjKZwJG {
  z-index: 1000;
  width: 100%;
  position: relative;
  min-height: 60px;
}
.cid-sGgHjKZwJG nav.navbar {
  position: fixed;
}
.cid-sGgHjKZwJG .dropdown-item:before {
  font-family: Moririse2 !important;
  content: "\e966";
  display: inline-block;
  width: 0;
  position: absolute;
  left: 1rem;
  top: 0.5rem;
  margin-right: 0.5rem;
  line-height: 1;
  font-size: inherit;
  vertical-align: middle;
  text-align: center;
  overflow: hidden;
  transform: scale(0, 1);
  transition: all 0.25s ease-in-out;
}
.cid-sGgHjKZwJG .dropdown-menu {
  padding: 0;
  border-radius: 4px;
  box-shadow: 0 1px 3px 0 rgba(0, 0, 0, 0.1);
}
.cid-sGgHjKZwJG .dropdown-item {
  border-bottom: 1px solid #e6e6e6;
}
.cid-sGgHjKZwJG .dropdown-item:hover,
.cid-sGgHjKZwJG .dropdown-item:focus {
  background: #161869 !important;
  color: white !important;
}
.cid-sGgHjKZwJG .dropdown-item:first-child {
  border-top-left-radius: 4px;
  border-top-right-radius: 4px;
}
.cid-sGgHjKZwJG .dropdown-item:last-child {
  border-bottom: none;
  border-bottom-left-radius: 4px;
  border-bottom-right-radius: 4px;
}
.cid-sGgHjKZwJG .nav-dropdown .link {
  padding: 0 0.3em !important;
  margin: 0.667em 1em !important;
}
.cid-sGgHjKZwJG .nav-dropdown .link.dropdown-toggle::after {
  margin-left: 0.5rem;
  margin-top: 0.2rem;
}
.cid-sGgHjKZwJG .nav-link {
  position: relative;
}
.cid-sGgHjKZwJG .container {
  display: flex;
  margin: auto;
}
.cid-sGgHjKZwJG .iconfont-wrapper {
  color: #000000 !important;
  font-size: 1.5rem;
  padding-right: 0.5rem;
}
.cid-sGgHjKZwJG .dropdown-menu,
.cid-sGgHjKZwJG .navbar.opened {
  background: #ffffff !important;
}
.cid-sGgHjKZwJG .nav-item:focus,
.cid-sGgHjKZwJG .nav-link:focus {
  outline: none;
}
.cid-sGgHjKZwJG .dropdown .dropdown-menu .dropdown-item {
  width: auto;
  transition: all 0.25s ease-in-out;
}
.cid-sGgHjKZwJG .dropdown .dropdown-menu .dropdown-item::after {
  right: 0.5rem;
}
.cid-sGgHjKZwJG .dropdown .dropdown-menu .dropdown-item .mbr-iconfont {
  margin-right: 0.5rem;
  vertical-align: sub;
}
.cid-sGgHjKZwJG .dropdown .dropdown-menu .dropdown-item .mbr-iconfont:before {
  display: inline-block;
  transform: scale(1, 1);
  transition: all 0.25s ease-in-out;
}
.cid-sGgHjKZwJG .collapsed .dropdown-menu .dropdown-item:before {
  display: none;
}
.cid-sGgHjKZwJG .collapsed .dropdown .dropdown-menu .dropdown-item {
  padding: 0.235em 1.5em 0.235em 1.5em !important;
  transition: none;
  margin: 0 !important;
}
.cid-sGgHjKZwJG .navbar {
  min-height: 70px;
  transition: all 0.3s;
  border-bottom: 1px solid transparent;
  box-shadow: 0 1px 3px 0 rgba(0, 0, 0, 0.1);
  background: #ffffff;
}
.cid-sGgHjKZwJG .navbar.opened {
  transition: all 0.3s;
}
.cid-sGgHjKZwJG .navbar .dropdown-item {
  padding: 0.5rem 1.8rem;
}
.cid-sGgHjKZwJG .navbar .navbar-logo img {
  width: auto;
}
.cid-sGgHjKZwJG .navbar .navbar-collapse {
  justify-content: flex-end;
  z-index: 1;
}
.cid-sGgHjKZwJG .navbar.collapsed {
  justify-content: center;
}
.cid-sGgHjKZwJG .navbar.collapsed .nav-item .nav-link::before {
  display: none;
}
.cid-sGgHjKZwJG .navbar.collapsed.opened .dropdown-menu {
  top: 0;
}
@media (min-width: 992px) {
  .cid-sGgHjKZwJG .navbar.collapsed.opened:not(.navbar-short) .navbar-collapse {
    max-height: calc(98.5vh - 3rem);
  }
}
.cid-sGgHjKZwJG .navbar.collapsed .dropdown-menu .dropdown-submenu {
  left: 0 !important;
}
.cid-sGgHjKZwJG .navbar.collapsed .dropdown-menu .dropdown-item:after {
  right: auto;
}
.cid-sGgHjKZwJG .navbar.collapsed .dropdown-menu .dropdown-toggle[data-toggle="dropdown-submenu"]:after {
  margin-left: 0.5rem;
  margin-top: 0.2rem;
  border-top: 0.35em solid;
  border-right: 0.35em solid transparent;
  border-left: 0.35em solid transparent;
  border-bottom: 0;
  top: 41%;
}
.cid-sGgHjKZwJG .navbar.collapsed ul.navbar-nav li {
  margin: auto;
}
.cid-sGgHjKZwJG .navbar.collapsed .dropdown-menu .dropdown-item {
  padding: 0.25rem 1.5rem;
  text-align: center;
}
.cid-sGgHjKZwJG .navbar.collapsed .icons-menu {
  padding-left: 0;
  padding-right: 0;
  padding-top: 0.5rem;
  padding-bottom: 0.5rem;
}
@media (max-width: 991px) {
  .cid-sGgHjKZwJG .navbar .nav-item .nav-link::before {
    display: none;
  }
  .cid-sGgHjKZwJG .navbar.opened .dropdown-menu {
    top: 0;
  }
  .cid-sGgHjKZwJG .navbar .dropdown-menu .dropdown-submenu {
    left: 0 !important;
  }
  .cid-sGgHjKZwJG .navbar .dropdown-menu .dropdown-item:after {
    right: auto;
  }
  .cid-sGgHjKZwJG .navbar .dropdown-menu .dropdown-toggle[data-toggle="dropdown-submenu"]:after {
    margin-left: 0.5rem;
    margin-top: 0.2rem;
    border-top: 0.35em solid;
    border-right: 0.35em solid transparent;
    border-left: 0.35em solid transparent;
    border-bottom: 0;
    top: 40%;
  }
  .cid-sGgHjKZwJG .navbar .navbar-logo img {
    height: 3rem !important;
  }
  .cid-sGgHjKZwJG .navbar ul.navbar-nav li {
    margin: auto;
  }
  .cid-sGgHjKZwJG .navbar .dropdown-menu .dropdown-item {
    padding: 0.25rem 1.5rem !important;
    text-align: center;
  }
  .cid-sGgHjKZwJG .navbar .navbar-brand {
    flex-shrink: initial;
    flex-basis: auto;
    word-break: break-word;
    padding-right: 2rem;
  }
  .cid-sGgHjKZwJG .navbar .navbar-toggler {
    flex-basis: auto;
  }
  .cid-sGgHjKZwJG .navbar .icons-menu {
    padding-left: 0;
    padding-top: 0.5rem;
    padding-bottom: 0.5rem;
  }
}
.cid-sGgHjKZwJG .navbar.navbar-short {
  min-height: 60px;
}
.cid-sGgHjKZwJG .navbar.navbar-short .navbar-logo img {
  height: 2.5rem !important;
}
.cid-sGgHjKZwJG .navbar.navbar-short .navbar-brand {
  min-height: 60px;
  padding: 0;
}
.cid-sGgHjKZwJG .navbar-brand {
  min-height: 70px;
  flex-shrink: 0;
  align-items: center;
  margin-right: 0;
  padding: 10px 0;
  transition: all 0.3s;
  word-break: break-word;
  z-index: 1;
}
.cid-sGgHjKZwJG .navbar-brand .navbar-caption {
  line-height: inherit !important;
}
.cid-sGgHjKZwJG .navbar-brand .navbar-logo a {
  outline: none;
}
.cid-sGgHjKZwJG .dropdown-item.active,
.cid-sGgHjKZwJG .dropdown-item:active {
  background-color: transparent;
}
.cid-sGgHjKZwJG .navbar-expand-lg .navbar-nav .nav-link {
  padding: 0;
}
.cid-sGgHjKZwJG .nav-dropdown .link.dropdown-toggle {
  margin-right: 1.667em;
}
.cid-sGgHjKZwJG .nav-dropdown .link.dropdown-toggle[aria-expanded="true"] {
  margin-right: 0;
  padding: 0.667em 1.667em;
}
.cid-sGgHjKZwJG .navbar.navbar-expand-lg .dropdown .dropdown-menu {
  background: #ffffff;
}
.cid-sGgHjKZwJG .navbar.navbar-expand-lg .dropdown .dropdown-menu .dropdown-submenu {
  margin: 0;
  left: 100%;
}
.cid-sGgHjKZwJG .navbar .dropdown.open > .dropdown-menu {
  display: block;
}
.cid-sGgHjKZwJG ul.navbar-nav {
  flex-wrap: wrap;
}
.cid-sGgHjKZwJG .navbar-buttons {
  text-align: center;
  min-width: 170px;
}
.cid-sGgHjKZwJG button.navbar-toggler {
  outline: none;
  width: 31px;
  height: 20px;
  cursor: pointer;
  transition: all 0.2s;
  position: relative;
  align-self: center;
}
.cid-sGgHjKZwJG button.navbar-toggler .hamburger span {
  position: absolute;
  right: 0;
  width: 30px;
  height: 2px;
  border-right: 5px;
  background-color: #000000;
}
.cid-sGgHjKZwJG button.navbar-toggler .hamburger span:nth-child(1) {
  top: 0;
  transition: all 0.2s;
}
.cid-sGgHjKZwJG button.navbar-toggler .hamburger span:nth-child(2) {
  top: 8px;
  transition: all 0.15s;
}
.cid-sGgHjKZwJG button.navbar-toggler .hamburger span:nth-child(3) {
  top: 8px;
  transition: all 0.15s;
}
.cid-sGgHjKZwJG button.navbar-toggler .hamburger span:nth-child(4) {
  top: 16px;
  transition: all 0.2s;
}
.cid-sGgHjKZwJG nav.opened .hamburger span:nth-child(1) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-sGgHjKZwJG nav.opened .hamburger span:nth-child(2) {
  transform: rotate(45deg);
  transition: all 0.25s;
}
.cid-sGgHjKZwJG nav.opened .hamburger span:nth-child(3) {
  transform: rotate(-45deg);
  transition: all 0.25s;
}
.cid-sGgHjKZwJG nav.opened .hamburger span:nth-child(4) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-sGgHjKZwJG .navbar-dropdown {
  padding: 0 1rem;
  position: fixed;
}
.cid-sGgHjKZwJG a.nav-link {
  display: flex;
  align-items: center;
  justify-content: center;
}
.cid-sGgHjKZwJG .icons-menu {
  flex-wrap: nowrap;
  display: flex;
  justify-content: center;
  padding-left: 1rem;
  padding-right: 1rem;
  padding-top: 0.3rem;
  text-align: center;
}
@media screen and (-ms-high-contrast: active), (-ms-high-contrast: none) {
  .cid-sGgHjKZwJG .navbar {
    height: 70px;
  }
  .cid-sGgHjKZwJG .navbar.opened {
    height: auto;
  }
  .cid-sGgHjKZwJG .nav-item .nav-link:hover::before {
    width: 175%;
    max-width: calc(100% + 2rem);
    left: -1rem;
  }
}
.cid-sGgHjLovEi {
  padding-top: 2rem;
  padding-bottom: 2rem;
  background-image: url("../../../assets/images/trailer-bg-2000x1051.jpg");
}
.cid-sGgHjLovEi .row {
  align-items: center;
}
@media (max-width: 991px) {
  .cid-sGgHjLovEi .row {
    flex-direction: column-reverse;
  }
  .cid-sGgHjLovEi .image-wrapper {
    margin-bottom: 2rem;
  }
  .cid-sGgHjLovEi .card-wrapper {
    padding: 0 1rem;
  }
}
@media (min-width: 992px) {
  .cid-sGgHjLovEi .card-wrapper {
    padding-right: 2rem;
  }
}
.cid-sGgHjLovEi .image-wrapper img {
  width: 100%;
  object-fit: cover;
}
.cid-sGgHjLovEi .card-title {
  color: #ffffff;
}
.cid-sGgHjLovEi .mbr-text,
.cid-sGgHjLovEi .mbr-section-btn {
  color: #ffffff;
}
.cid-sGgHjLFTWH {
  padding-top: 45px;
  padding-bottom: 30px;
  background-color: #ffffff;
  overflow: hidden;
  box-sizing: border-box;
}
.cid-sGgHjLFTWH .mbr-slider .carousel-control {
  background: #1b1b1b;
}
.cid-sGgHjLFTWH .mbr-slider .carousel-control-prev {
  left: 0;
  margin-left: 2.5rem;
}
.cid-sGgHjLFTWH .mbr-slider .carousel-control-next {
  right: 0;
  margin-right: 2.5rem;
}
.cid-sGgHjLFTWH .mbr-slider .modal-body .close {
  background: #1b1b1b;
}
.cid-sGgHjLFTWH .row > .row {
  display: block;
}
.cid-sGgHjLFTWH .mbr-gallery-item {
  width: 100%;
}
.cid-sGgHjLFTWH .mbr-gallery-item > div::before {
  content: '';
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  background: #fa9db7;
  opacity: 0;
  transition: 0.2s opacity ease-in-out;
  border-radius: 30px;
}
.cid-sGgHjLFTWH .mbr-gallery-item > div {
  position: relative;
  transition: 0.5s;
  margin: 0.3rem;
  border-radius: 30px;
  overflow: hidden;
}
.cid-sGgHjLFTWH .mbr-gallery-item > div:hover .mbr-gallery-title::before {
  background: transparent !important;
}
.cid-sGgHjLFTWH .mbr-gallery-item > div:hover:before {
  opacity: 0 !important;
}
.cid-sGgHjLFTWH .mbr-gallery-title {
  font-size: .9em;
  position: absolute;
  display: block;
  width: 100%;
  bottom: 0;
  padding: 1rem;
  color: #ffffff;
  z-index: 2;
}
.cid-sGgHjLFTWH .mbr-gallery-title:before {
  content: " ";
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  z-index: -1;
  position: absolute;
  background: #fa9db7 !important;
  opacity: 0;
  transition: 0.2s background ease-in-out;
  border-radius: 0 0 30px 30px;
}
.cid-sGgHjLFTWH .container {
  max-width: 1200px;
  padding: 0.7rem;
}
.cid-sGgHjLFTWH .mbr-gallery-item > div:hover {
  transform: translate(1rem, 1rem);
}
@media (max-width: 767px) {
  .cid-sGgHjLFTWH {
    padding-top: 15px;
    padding-bottom: 10px;
  }
  .cid-sGgHjLFTWH .col-sm-12 {
    padding: 0 !important;
  }
}
.cid-ttbLXWbi0q {
  padding-top: 3rem;
  padding-bottom: 0rem;
  background-color: #161869;
}
.cid-ttbLXWbi0q .mbr-text,
.cid-ttbLXWbi0q .mbr-section-btn {
  color: #232323;
}
.cid-ttbLXWbi0q .card-title,
.cid-ttbLXWbi0q .card-box {
  color: #ffffff;
  text-align: center;
}
.cid-ttbLXWbi0q .mbr-text,
.cid-ttbLXWbi0q .link-wrap {
  color: #ffffff;
}
.cid-ttbLYrzXZf .main_wrapper {
  position: relative;
  height: 640px;
  width: 100%;
  background-color: #c0c0c0;
}
.cid-ttbLYrzXZf .b_wrapper {
  height: 100%;
  display: flex;
  align-items: center;
  position: relative;
  z-index: 2;
  pointer-events: none;
}
.cid-ttbLYrzXZf .block_wrapper {
  height: 100%;
  background-color: rgba(22, 24, 105, 0.92);
  pointer-events: fill;
  padding: 50px 20px 50px 50px;
}
.cid-ttbLYrzXZf .title__address {
  margin-bottom: 20px;
}
.cid-ttbLYrzXZf .work__address {
  margin: 10px 0 40px;
  color: #ffffff;
}
.cid-ttbLYrzXZf .work__phone {
  margin-bottom: 20px;
  color: #fafafa;
}
.cid-ttbLYrzXZf .mbr-section-btn {
  margin-top: 40px;
}
.cid-ttbLYrzXZf .btn-primary:hover {
  background-color: #bbbbbb !important;
  border-color: #bbbbbb !important;
}
.cid-ttbLYrzXZf .google-map {
  height: 100%;
  width: 100%;
  position: absolute;
  left: 0;
  top: 0;
  z-index: 1;
}
.cid-ttbLYrzXZf .google-map iframe {
  height: 100%;
  width: 100%;
}
.cid-ttbLYrzXZf .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-ttbLYrzXZf .google-map[data-state] {
  background: #e9e5dc;
}
.cid-ttbLYrzXZf .google-map[data-state='loading'] [data-state-details] {
  display: none;
}
@media (max-width: 767px) {
  .cid-ttbLYrzXZf .container {
    max-width: 100%;
  }
  .cid-ttbLYrzXZf .container .row {
    margin: 0;
  }
  .cid-ttbLYrzXZf .block_wrapper {
    height: 100%;
    background-color: #161869;
    pointer-events: fill;
    padding: 30px 20px;
  }
}
.cid-ttbLYrzXZf .title__address,
.cid-ttbLYrzXZf .mbr-section-btn {
  color: #ffffff;
}
.cid-ttbLYrzXZf .work__time {
  color: #ffffff;
}
.cid-sGgHjMvr5U {
  padding-top: 30px;
  padding-bottom: 30px;
  background-color: #000000;
}
.cid-sGgHTPXufu {
  z-index: 1000;
  width: 100%;
  position: relative;
  min-height: 60px;
}
.cid-sGgHTPXufu nav.navbar {
  position: fixed;
}
.cid-sGgHTPXufu .dropdown-item:before {
  font-family: Moririse2 !important;
  content: "\e966";
  display: inline-block;
  width: 0;
  position: absolute;
  left: 1rem;
  top: 0.5rem;
  margin-right: 0.5rem;
  line-height: 1;
  font-size: inherit;
  vertical-align: middle;
  text-align: center;
  overflow: hidden;
  transform: scale(0, 1);
  transition: all 0.25s ease-in-out;
}
.cid-sGgHTPXufu .dropdown-menu {
  padding: 0;
  border-radius: 4px;
  box-shadow: 0 1px 3px 0 rgba(0, 0, 0, 0.1);
}
.cid-sGgHTPXufu .dropdown-item {
  border-bottom: 1px solid #e6e6e6;
}
.cid-sGgHTPXufu .dropdown-item:hover,
.cid-sGgHTPXufu .dropdown-item:focus {
  background: #161869 !important;
  color: white !important;
}
.cid-sGgHTPXufu .dropdown-item:first-child {
  border-top-left-radius: 4px;
  border-top-right-radius: 4px;
}
.cid-sGgHTPXufu .dropdown-item:last-child {
  border-bottom: none;
  border-bottom-left-radius: 4px;
  border-bottom-right-radius: 4px;
}
.cid-sGgHTPXufu .nav-dropdown .link {
  padding: 0 0.3em !important;
  margin: 0.667em 1em !important;
}
.cid-sGgHTPXufu .nav-dropdown .link.dropdown-toggle::after {
  margin-left: 0.5rem;
  margin-top: 0.2rem;
}
.cid-sGgHTPXufu .nav-link {
  position: relative;
}
.cid-sGgHTPXufu .container {
  display: flex;
  margin: auto;
}
.cid-sGgHTPXufu .iconfont-wrapper {
  color: #000000 !important;
  font-size: 1.5rem;
  padding-right: 0.5rem;
}
.cid-sGgHTPXufu .dropdown-menu,
.cid-sGgHTPXufu .navbar.opened {
  background: #ffffff !important;
}
.cid-sGgHTPXufu .nav-item:focus,
.cid-sGgHTPXufu .nav-link:focus {
  outline: none;
}
.cid-sGgHTPXufu .dropdown .dropdown-menu .dropdown-item {
  width: auto;
  transition: all 0.25s ease-in-out;
}
.cid-sGgHTPXufu .dropdown .dropdown-menu .dropdown-item::after {
  right: 0.5rem;
}
.cid-sGgHTPXufu .dropdown .dropdown-menu .dropdown-item .mbr-iconfont {
  margin-right: 0.5rem;
  vertical-align: sub;
}
.cid-sGgHTPXufu .dropdown .dropdown-menu .dropdown-item .mbr-iconfont:before {
  display: inline-block;
  transform: scale(1, 1);
  transition: all 0.25s ease-in-out;
}
.cid-sGgHTPXufu .collapsed .dropdown-menu .dropdown-item:before {
  display: none;
}
.cid-sGgHTPXufu .collapsed .dropdown .dropdown-menu .dropdown-item {
  padding: 0.235em 1.5em 0.235em 1.5em !important;
  transition: none;
  margin: 0 !important;
}
.cid-sGgHTPXufu .navbar {
  min-height: 70px;
  transition: all 0.3s;
  border-bottom: 1px solid transparent;
  box-shadow: 0 1px 3px 0 rgba(0, 0, 0, 0.1);
  background: #ffffff;
}
.cid-sGgHTPXufu .navbar.opened {
  transition: all 0.3s;
}
.cid-sGgHTPXufu .navbar .dropdown-item {
  padding: 0.5rem 1.8rem;
}
.cid-sGgHTPXufu .navbar .navbar-logo img {
  width: auto;
}
.cid-sGgHTPXufu .navbar .navbar-collapse {
  justify-content: flex-end;
  z-index: 1;
}
.cid-sGgHTPXufu .navbar.collapsed {
  justify-content: center;
}
.cid-sGgHTPXufu .navbar.collapsed .nav-item .nav-link::before {
  display: none;
}
.cid-sGgHTPXufu .navbar.collapsed.opened .dropdown-menu {
  top: 0;
}
@media (min-width: 992px) {
  .cid-sGgHTPXufu .navbar.collapsed.opened:not(.navbar-short) .navbar-collapse {
    max-height: calc(98.5vh - 3rem);
  }
}
.cid-sGgHTPXufu .navbar.collapsed .dropdown-menu .dropdown-submenu {
  left: 0 !important;
}
.cid-sGgHTPXufu .navbar.collapsed .dropdown-menu .dropdown-item:after {
  right: auto;
}
.cid-sGgHTPXufu .navbar.collapsed .dropdown-menu .dropdown-toggle[data-toggle="dropdown-submenu"]:after {
  margin-left: 0.5rem;
  margin-top: 0.2rem;
  border-top: 0.35em solid;
  border-right: 0.35em solid transparent;
  border-left: 0.35em solid transparent;
  border-bottom: 0;
  top: 41%;
}
.cid-sGgHTPXufu .navbar.collapsed ul.navbar-nav li {
  margin: auto;
}
.cid-sGgHTPXufu .navbar.collapsed .dropdown-menu .dropdown-item {
  padding: 0.25rem 1.5rem;
  text-align: center;
}
.cid-sGgHTPXufu .navbar.collapsed .icons-menu {
  padding-left: 0;
  padding-right: 0;
  padding-top: 0.5rem;
  padding-bottom: 0.5rem;
}
@media (max-width: 991px) {
  .cid-sGgHTPXufu .navbar .nav-item .nav-link::before {
    display: none;
  }
  .cid-sGgHTPXufu .navbar.opened .dropdown-menu {
    top: 0;
  }
  .cid-sGgHTPXufu .navbar .dropdown-menu .dropdown-submenu {
    left: 0 !important;
  }
  .cid-sGgHTPXufu .navbar .dropdown-menu .dropdown-item:after {
    right: auto;
  }
  .cid-sGgHTPXufu .navbar .dropdown-menu .dropdown-toggle[data-toggle="dropdown-submenu"]:after {
    margin-left: 0.5rem;
    margin-top: 0.2rem;
    border-top: 0.35em solid;
    border-right: 0.35em solid transparent;
    border-left: 0.35em solid transparent;
    border-bottom: 0;
    top: 40%;
  }
  .cid-sGgHTPXufu .navbar .navbar-logo img {
    height: 3rem !important;
  }
  .cid-sGgHTPXufu .navbar ul.navbar-nav li {
    margin: auto;
  }
  .cid-sGgHTPXufu .navbar .dropdown-menu .dropdown-item {
    padding: 0.25rem 1.5rem !important;
    text-align: center;
  }
  .cid-sGgHTPXufu .navbar .navbar-brand {
    flex-shrink: initial;
    flex-basis: auto;
    word-break: break-word;
    padding-right: 2rem;
  }
  .cid-sGgHTPXufu .navbar .navbar-toggler {
    flex-basis: auto;
  }
  .cid-sGgHTPXufu .navbar .icons-menu {
    padding-left: 0;
    padding-top: 0.5rem;
    padding-bottom: 0.5rem;
  }
}
.cid-sGgHTPXufu .navbar.navbar-short {
  min-height: 60px;
}
.cid-sGgHTPXufu .navbar.navbar-short .navbar-logo img {
  height: 2.5rem !important;
}
.cid-sGgHTPXufu .navbar.navbar-short .navbar-brand {
  min-height: 60px;
  padding: 0;
}
.cid-sGgHTPXufu .navbar-brand {
  min-height: 70px;
  flex-shrink: 0;
  align-items: center;
  margin-right: 0;
  padding: 10px 0;
  transition: all 0.3s;
  word-break: break-word;
  z-index: 1;
}
.cid-sGgHTPXufu .navbar-brand .navbar-caption {
  line-height: inherit !important;
}
.cid-sGgHTPXufu .navbar-brand .navbar-logo a {
  outline: none;
}
.cid-sGgHTPXufu .dropdown-item.active,
.cid-sGgHTPXufu .dropdown-item:active {
  background-color: transparent;
}
.cid-sGgHTPXufu .navbar-expand-lg .navbar-nav .nav-link {
  padding: 0;
}
.cid-sGgHTPXufu .nav-dropdown .link.dropdown-toggle {
  margin-right: 1.667em;
}
.cid-sGgHTPXufu .nav-dropdown .link.dropdown-toggle[aria-expanded="true"] {
  margin-right: 0;
  padding: 0.667em 1.667em;
}
.cid-sGgHTPXufu .navbar.navbar-expand-lg .dropdown .dropdown-menu {
  background: #ffffff;
}
.cid-sGgHTPXufu .navbar.navbar-expand-lg .dropdown .dropdown-menu .dropdown-submenu {
  margin: 0;
  left: 100%;
}
.cid-sGgHTPXufu .navbar .dropdown.open > .dropdown-menu {
  display: block;
}
.cid-sGgHTPXufu ul.navbar-nav {
  flex-wrap: wrap;
}
.cid-sGgHTPXufu .navbar-buttons {
  text-align: center;
  min-width: 170px;
}
.cid-sGgHTPXufu button.navbar-toggler {
  outline: none;
  width: 31px;
  height: 20px;
  cursor: pointer;
  transition: all 0.2s;
  position: relative;
  align-self: center;
}
.cid-sGgHTPXufu button.navbar-toggler .hamburger span {
  position: absolute;
  right: 0;
  width: 30px;
  height: 2px;
  border-right: 5px;
  background-color: #000000;
}
.cid-sGgHTPXufu button.navbar-toggler .hamburger span:nth-child(1) {
  top: 0;
  transition: all 0.2s;
}
.cid-sGgHTPXufu button.navbar-toggler .hamburger span:nth-child(2) {
  top: 8px;
  transition: all 0.15s;
}
.cid-sGgHTPXufu button.navbar-toggler .hamburger span:nth-child(3) {
  top: 8px;
  transition: all 0.15s;
}
.cid-sGgHTPXufu button.navbar-toggler .hamburger span:nth-child(4) {
  top: 16px;
  transition: all 0.2s;
}
.cid-sGgHTPXufu nav.opened .hamburger span:nth-child(1) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-sGgHTPXufu nav.opened .hamburger span:nth-child(2) {
  transform: rotate(45deg);
  transition: all 0.25s;
}
.cid-sGgHTPXufu nav.opened .hamburger span:nth-child(3) {
  transform: rotate(-45deg);
  transition: all 0.25s;
}
.cid-sGgHTPXufu nav.opened .hamburger span:nth-child(4) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-sGgHTPXufu .navbar-dropdown {
  padding: 0 1rem;
  position: fixed;
}
.cid-sGgHTPXufu a.nav-link {
  display: flex;
  align-items: center;
  justify-content: center;
}
.cid-sGgHTPXufu .icons-menu {
  flex-wrap: nowrap;
  display: flex;
  justify-content: center;
  padding-left: 1rem;
  padding-right: 1rem;
  padding-top: 0.3rem;
  text-align: center;
}
@media screen and (-ms-high-contrast: active), (-ms-high-contrast: none) {
  .cid-sGgHTPXufu .navbar {
    height: 70px;
  }
  .cid-sGgHTPXufu .navbar.opened {
    height: auto;
  }
  .cid-sGgHTPXufu .nav-item .nav-link:hover::before {
    width: 175%;
    max-width: calc(100% + 2rem);
    left: -1rem;
  }
}
.cid-sGgHTQrD9v {
  padding-top: 2rem;
  padding-bottom: 2rem;
  background-image: url("../../../assets/images/trailer-bg-2000x1051.jpg");
}
.cid-sGgHTQrD9v .row {
  align-items: center;
}
@media (max-width: 991px) {
  .cid-sGgHTQrD9v .row {
    flex-direction: column-reverse;
  }
  .cid-sGgHTQrD9v .image-wrapper {
    margin-bottom: 2rem;
  }
  .cid-sGgHTQrD9v .card-wrapper {
    padding: 0 1rem;
  }
}
@media (min-width: 992px) {
  .cid-sGgHTQrD9v .card-wrapper {
    padding-right: 2rem;
  }
}
.cid-sGgHTQrD9v .image-wrapper img {
  width: 100%;
  object-fit: cover;
}
.cid-sGgHTQrD9v .card-title {
  color: #ffffff;
}
.cid-sGgHTQrD9v .mbr-text,
.cid-sGgHTQrD9v .mbr-section-btn {
  color: #ffffff;
}
.cid-sGgHTQK4qu {
  padding-top: 45px;
  padding-bottom: 30px;
  background-color: #ffffff;
  overflow: hidden;
  box-sizing: border-box;
}
.cid-sGgHTQK4qu .mbr-slider .carousel-control {
  background: #1b1b1b;
}
.cid-sGgHTQK4qu .mbr-slider .carousel-control-prev {
  left: 0;
  margin-left: 2.5rem;
}
.cid-sGgHTQK4qu .mbr-slider .carousel-control-next {
  right: 0;
  margin-right: 2.5rem;
}
.cid-sGgHTQK4qu .mbr-slider .modal-body .close {
  background: #1b1b1b;
}
.cid-sGgHTQK4qu .row > .row {
  display: block;
}
.cid-sGgHTQK4qu .mbr-gallery-item {
  width: 100%;
}
.cid-sGgHTQK4qu .mbr-gallery-item > div::before {
  content: '';
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  background: #fa9db7;
  opacity: 0;
  transition: 0.2s opacity ease-in-out;
  border-radius: 30px;
}
.cid-sGgHTQK4qu .mbr-gallery-item > div {
  position: relative;
  transition: 0.5s;
  margin: 0.3rem;
  border-radius: 30px;
  overflow: hidden;
}
.cid-sGgHTQK4qu .mbr-gallery-item > div:hover .mbr-gallery-title::before {
  background: transparent !important;
}
.cid-sGgHTQK4qu .mbr-gallery-item > div:hover:before {
  opacity: 0 !important;
}
.cid-sGgHTQK4qu .mbr-gallery-title {
  font-size: .9em;
  position: absolute;
  display: block;
  width: 100%;
  bottom: 0;
  padding: 1rem;
  color: #ffffff;
  z-index: 2;
}
.cid-sGgHTQK4qu .mbr-gallery-title:before {
  content: " ";
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  z-index: -1;
  position: absolute;
  background: #fa9db7 !important;
  opacity: 0;
  transition: 0.2s background ease-in-out;
  border-radius: 0 0 30px 30px;
}
.cid-sGgHTQK4qu .container {
  max-width: 1200px;
  padding: 0.7rem;
}
.cid-sGgHTQK4qu .mbr-gallery-item > div:hover {
  transform: translate(1rem, 1rem);
}
@media (max-width: 767px) {
  .cid-sGgHTQK4qu {
    padding-top: 15px;
    padding-bottom: 10px;
  }
  .cid-sGgHTQK4qu .col-sm-12 {
    padding: 0 !important;
  }
}
.cid-ttbM0YwUOe {
  padding-top: 3rem;
  padding-bottom: 0rem;
  background-color: #161869;
}
.cid-ttbM0YwUOe .mbr-text,
.cid-ttbM0YwUOe .mbr-section-btn {
  color: #232323;
}
.cid-ttbM0YwUOe .card-title,
.cid-ttbM0YwUOe .card-box {
  color: #ffffff;
  text-align: center;
}
.cid-ttbM0YwUOe .mbr-text,
.cid-ttbM0YwUOe .link-wrap {
  color: #ffffff;
}
.cid-ttbM1qPJbB .main_wrapper {
  position: relative;
  height: 640px;
  width: 100%;
  background-color: #c0c0c0;
}
.cid-ttbM1qPJbB .b_wrapper {
  height: 100%;
  display: flex;
  align-items: center;
  position: relative;
  z-index: 2;
  pointer-events: none;
}
.cid-ttbM1qPJbB .block_wrapper {
  height: 100%;
  background-color: rgba(22, 24, 105, 0.92);
  pointer-events: fill;
  padding: 50px 20px 50px 50px;
}
.cid-ttbM1qPJbB .title__address {
  margin-bottom: 20px;
}
.cid-ttbM1qPJbB .work__address {
  margin: 10px 0 40px;
  color: #ffffff;
}
.cid-ttbM1qPJbB .work__phone {
  margin-bottom: 20px;
  color: #fafafa;
}
.cid-ttbM1qPJbB .mbr-section-btn {
  margin-top: 40px;
}
.cid-ttbM1qPJbB .btn-primary:hover {
  background-color: #bbbbbb !important;
  border-color: #bbbbbb !important;
}
.cid-ttbM1qPJbB .google-map {
  height: 100%;
  width: 100%;
  position: absolute;
  left: 0;
  top: 0;
  z-index: 1;
}
.cid-ttbM1qPJbB .google-map iframe {
  height: 100%;
  width: 100%;
}
.cid-ttbM1qPJbB .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-ttbM1qPJbB .google-map[data-state] {
  background: #e9e5dc;
}
.cid-ttbM1qPJbB .google-map[data-state='loading'] [data-state-details] {
  display: none;
}
@media (max-width: 767px) {
  .cid-ttbM1qPJbB .container {
    max-width: 100%;
  }
  .cid-ttbM1qPJbB .container .row {
    margin: 0;
  }
  .cid-ttbM1qPJbB .block_wrapper {
    height: 100%;
    background-color: #161869;
    pointer-events: fill;
    padding: 30px 20px;
  }
}
.cid-ttbM1qPJbB .title__address,
.cid-ttbM1qPJbB .mbr-section-btn {
  color: #ffffff;
}
.cid-ttbM1qPJbB .work__time {
  color: #ffffff;
}
.cid-sGgHTRtNex {
  padding-top: 30px;
  padding-bottom: 30px;
  background-color: #000000;
}
.cid-sGgIjq7pGq {
  z-index: 1000;
  width: 100%;
  position: relative;
  min-height: 60px;
}
.cid-sGgIjq7pGq nav.navbar {
  position: fixed;
}
.cid-sGgIjq7pGq .dropdown-item:before {
  font-family: Moririse2 !important;
  content: "\e966";
  display: inline-block;
  width: 0;
  position: absolute;
  left: 1rem;
  top: 0.5rem;
  margin-right: 0.5rem;
  line-height: 1;
  font-size: inherit;
  vertical-align: middle;
  text-align: center;
  overflow: hidden;
  transform: scale(0, 1);
  transition: all 0.25s ease-in-out;
}
.cid-sGgIjq7pGq .dropdown-menu {
  padding: 0;
  border-radius: 4px;
  box-shadow: 0 1px 3px 0 rgba(0, 0, 0, 0.1);
}
.cid-sGgIjq7pGq .dropdown-item {
  border-bottom: 1px solid #e6e6e6;
}
.cid-sGgIjq7pGq .dropdown-item:hover,
.cid-sGgIjq7pGq .dropdown-item:focus {
  background: #161869 !important;
  color: white !important;
}
.cid-sGgIjq7pGq .dropdown-item:first-child {
  border-top-left-radius: 4px;
  border-top-right-radius: 4px;
}
.cid-sGgIjq7pGq .dropdown-item:last-child {
  border-bottom: none;
  border-bottom-left-radius: 4px;
  border-bottom-right-radius: 4px;
}
.cid-sGgIjq7pGq .nav-dropdown .link {
  padding: 0 0.3em !important;
  margin: 0.667em 1em !important;
}
.cid-sGgIjq7pGq .nav-dropdown .link.dropdown-toggle::after {
  margin-left: 0.5rem;
  margin-top: 0.2rem;
}
.cid-sGgIjq7pGq .nav-link {
  position: relative;
}
.cid-sGgIjq7pGq .container {
  display: flex;
  margin: auto;
}
.cid-sGgIjq7pGq .iconfont-wrapper {
  color: #000000 !important;
  font-size: 1.5rem;
  padding-right: 0.5rem;
}
.cid-sGgIjq7pGq .dropdown-menu,
.cid-sGgIjq7pGq .navbar.opened {
  background: #ffffff !important;
}
.cid-sGgIjq7pGq .nav-item:focus,
.cid-sGgIjq7pGq .nav-link:focus {
  outline: none;
}
.cid-sGgIjq7pGq .dropdown .dropdown-menu .dropdown-item {
  width: auto;
  transition: all 0.25s ease-in-out;
}
.cid-sGgIjq7pGq .dropdown .dropdown-menu .dropdown-item::after {
  right: 0.5rem;
}
.cid-sGgIjq7pGq .dropdown .dropdown-menu .dropdown-item .mbr-iconfont {
  margin-right: 0.5rem;
  vertical-align: sub;
}
.cid-sGgIjq7pGq .dropdown .dropdown-menu .dropdown-item .mbr-iconfont:before {
  display: inline-block;
  transform: scale(1, 1);
  transition: all 0.25s ease-in-out;
}
.cid-sGgIjq7pGq .collapsed .dropdown-menu .dropdown-item:before {
  display: none;
}
.cid-sGgIjq7pGq .collapsed .dropdown .dropdown-menu .dropdown-item {
  padding: 0.235em 1.5em 0.235em 1.5em !important;
  transition: none;
  margin: 0 !important;
}
.cid-sGgIjq7pGq .navbar {
  min-height: 70px;
  transition: all 0.3s;
  border-bottom: 1px solid transparent;
  box-shadow: 0 1px 3px 0 rgba(0, 0, 0, 0.1);
  background: #ffffff;
}
.cid-sGgIjq7pGq .navbar.opened {
  transition: all 0.3s;
}
.cid-sGgIjq7pGq .navbar .dropdown-item {
  padding: 0.5rem 1.8rem;
}
.cid-sGgIjq7pGq .navbar .navbar-logo img {
  width: auto;
}
.cid-sGgIjq7pGq .navbar .navbar-collapse {
  justify-content: flex-end;
  z-index: 1;
}
.cid-sGgIjq7pGq .navbar.collapsed {
  justify-content: center;
}
.cid-sGgIjq7pGq .navbar.collapsed .nav-item .nav-link::before {
  display: none;
}
.cid-sGgIjq7pGq .navbar.collapsed.opened .dropdown-menu {
  top: 0;
}
@media (min-width: 992px) {
  .cid-sGgIjq7pGq .navbar.collapsed.opened:not(.navbar-short) .navbar-collapse {
    max-height: calc(98.5vh - 3rem);
  }
}
.cid-sGgIjq7pGq .navbar.collapsed .dropdown-menu .dropdown-submenu {
  left: 0 !important;
}
.cid-sGgIjq7pGq .navbar.collapsed .dropdown-menu .dropdown-item:after {
  right: auto;
}
.cid-sGgIjq7pGq .navbar.collapsed .dropdown-menu .dropdown-toggle[data-toggle="dropdown-submenu"]:after {
  margin-left: 0.5rem;
  margin-top: 0.2rem;
  border-top: 0.35em solid;
  border-right: 0.35em solid transparent;
  border-left: 0.35em solid transparent;
  border-bottom: 0;
  top: 41%;
}
.cid-sGgIjq7pGq .navbar.collapsed ul.navbar-nav li {
  margin: auto;
}
.cid-sGgIjq7pGq .navbar.collapsed .dropdown-menu .dropdown-item {
  padding: 0.25rem 1.5rem;
  text-align: center;
}
.cid-sGgIjq7pGq .navbar.collapsed .icons-menu {
  padding-left: 0;
  padding-right: 0;
  padding-top: 0.5rem;
  padding-bottom: 0.5rem;
}
@media (max-width: 991px) {
  .cid-sGgIjq7pGq .navbar .nav-item .nav-link::before {
    display: none;
  }
  .cid-sGgIjq7pGq .navbar.opened .dropdown-menu {
    top: 0;
  }
  .cid-sGgIjq7pGq .navbar .dropdown-menu .dropdown-submenu {
    left: 0 !important;
  }
  .cid-sGgIjq7pGq .navbar .dropdown-menu .dropdown-item:after {
    right: auto;
  }
  .cid-sGgIjq7pGq .navbar .dropdown-menu .dropdown-toggle[data-toggle="dropdown-submenu"]:after {
    margin-left: 0.5rem;
    margin-top: 0.2rem;
    border-top: 0.35em solid;
    border-right: 0.35em solid transparent;
    border-left: 0.35em solid transparent;
    border-bottom: 0;
    top: 40%;
  }
  .cid-sGgIjq7pGq .navbar .navbar-logo img {
    height: 3rem !important;
  }
  .cid-sGgIjq7pGq .navbar ul.navbar-nav li {
    margin: auto;
  }
  .cid-sGgIjq7pGq .navbar .dropdown-menu .dropdown-item {
    padding: 0.25rem 1.5rem !important;
    text-align: center;
  }
  .cid-sGgIjq7pGq .navbar .navbar-brand {
    flex-shrink: initial;
    flex-basis: auto;
    word-break: break-word;
    padding-right: 2rem;
  }
  .cid-sGgIjq7pGq .navbar .navbar-toggler {
    flex-basis: auto;
  }
  .cid-sGgIjq7pGq .navbar .icons-menu {
    padding-left: 0;
    padding-top: 0.5rem;
    padding-bottom: 0.5rem;
  }
}
.cid-sGgIjq7pGq .navbar.navbar-short {
  min-height: 60px;
}
.cid-sGgIjq7pGq .navbar.navbar-short .navbar-logo img {
  height: 2.5rem !important;
}
.cid-sGgIjq7pGq .navbar.navbar-short .navbar-brand {
  min-height: 60px;
  padding: 0;
}
.cid-sGgIjq7pGq .navbar-brand {
  min-height: 70px;
  flex-shrink: 0;
  align-items: center;
  margin-right: 0;
  padding: 10px 0;
  transition: all 0.3s;
  word-break: break-word;
  z-index: 1;
}
.cid-sGgIjq7pGq .navbar-brand .navbar-caption {
  line-height: inherit !important;
}
.cid-sGgIjq7pGq .navbar-brand .navbar-logo a {
  outline: none;
}
.cid-sGgIjq7pGq .dropdown-item.active,
.cid-sGgIjq7pGq .dropdown-item:active {
  background-color: transparent;
}
.cid-sGgIjq7pGq .navbar-expand-lg .navbar-nav .nav-link {
  padding: 0;
}
.cid-sGgIjq7pGq .nav-dropdown .link.dropdown-toggle {
  margin-right: 1.667em;
}
.cid-sGgIjq7pGq .nav-dropdown .link.dropdown-toggle[aria-expanded="true"] {
  margin-right: 0;
  padding: 0.667em 1.667em;
}
.cid-sGgIjq7pGq .navbar.navbar-expand-lg .dropdown .dropdown-menu {
  background: #ffffff;
}
.cid-sGgIjq7pGq .navbar.navbar-expand-lg .dropdown .dropdown-menu .dropdown-submenu {
  margin: 0;
  left: 100%;
}
.cid-sGgIjq7pGq .navbar .dropdown.open > .dropdown-menu {
  display: block;
}
.cid-sGgIjq7pGq ul.navbar-nav {
  flex-wrap: wrap;
}
.cid-sGgIjq7pGq .navbar-buttons {
  text-align: center;
  min-width: 170px;
}
.cid-sGgIjq7pGq button.navbar-toggler {
  outline: none;
  width: 31px;
  height: 20px;
  cursor: pointer;
  transition: all 0.2s;
  position: relative;
  align-self: center;
}
.cid-sGgIjq7pGq button.navbar-toggler .hamburger span {
  position: absolute;
  right: 0;
  width: 30px;
  height: 2px;
  border-right: 5px;
  background-color: #000000;
}
.cid-sGgIjq7pGq button.navbar-toggler .hamburger span:nth-child(1) {
  top: 0;
  transition: all 0.2s;
}
.cid-sGgIjq7pGq button.navbar-toggler .hamburger span:nth-child(2) {
  top: 8px;
  transition: all 0.15s;
}
.cid-sGgIjq7pGq button.navbar-toggler .hamburger span:nth-child(3) {
  top: 8px;
  transition: all 0.15s;
}
.cid-sGgIjq7pGq button.navbar-toggler .hamburger span:nth-child(4) {
  top: 16px;
  transition: all 0.2s;
}
.cid-sGgIjq7pGq nav.opened .hamburger span:nth-child(1) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-sGgIjq7pGq nav.opened .hamburger span:nth-child(2) {
  transform: rotate(45deg);
  transition: all 0.25s;
}
.cid-sGgIjq7pGq nav.opened .hamburger span:nth-child(3) {
  transform: rotate(-45deg);
  transition: all 0.25s;
}
.cid-sGgIjq7pGq nav.opened .hamburger span:nth-child(4) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-sGgIjq7pGq .navbar-dropdown {
  padding: 0 1rem;
  position: fixed;
}
.cid-sGgIjq7pGq a.nav-link {
  display: flex;
  align-items: center;
  justify-content: center;
}
.cid-sGgIjq7pGq .icons-menu {
  flex-wrap: nowrap;
  display: flex;
  justify-content: center;
  padding-left: 1rem;
  padding-right: 1rem;
  padding-top: 0.3rem;
  text-align: center;
}
@media screen and (-ms-high-contrast: active), (-ms-high-contrast: none) {
  .cid-sGgIjq7pGq .navbar {
    height: 70px;
  }
  .cid-sGgIjq7pGq .navbar.opened {
    height: auto;
  }
  .cid-sGgIjq7pGq .nav-item .nav-link:hover::before {
    width: 175%;
    max-width: calc(100% + 2rem);
    left: -1rem;
  }
}
.cid-sGgIjqF5xO {
  padding-top: 2rem;
  padding-bottom: 2rem;
  background-image: url("../../../assets/images/trailer-bg-2000x1051.jpg");
}
.cid-sGgIjqF5xO .row {
  align-items: center;
}
@media (max-width: 991px) {
  .cid-sGgIjqF5xO .row {
    flex-direction: column-reverse;
  }
  .cid-sGgIjqF5xO .image-wrapper {
    margin-bottom: 2rem;
  }
  .cid-sGgIjqF5xO .card-wrapper {
    padding: 0 1rem;
  }
}
@media (min-width: 992px) {
  .cid-sGgIjqF5xO .card-wrapper {
    padding-right: 2rem;
  }
}
.cid-sGgIjqF5xO .image-wrapper img {
  width: 100%;
  object-fit: cover;
}
.cid-sGgIjqF5xO .card-title {
  color: #ffffff;
}
.cid-sGgIjqF5xO .mbr-text,
.cid-sGgIjqF5xO .mbr-section-btn {
  color: #ffffff;
}
.cid-sGgIjr04yI {
  padding-top: 45px;
  padding-bottom: 30px;
  background-color: #ffffff;
  overflow: hidden;
  box-sizing: border-box;
}
.cid-sGgIjr04yI .mbr-slider .carousel-control {
  background: #1b1b1b;
}
.cid-sGgIjr04yI .mbr-slider .carousel-control-prev {
  left: 0;
  margin-left: 2.5rem;
}
.cid-sGgIjr04yI .mbr-slider .carousel-control-next {
  right: 0;
  margin-right: 2.5rem;
}
.cid-sGgIjr04yI .mbr-slider .modal-body .close {
  background: #1b1b1b;
}
.cid-sGgIjr04yI .row > .row {
  display: block;
}
.cid-sGgIjr04yI .mbr-gallery-item {
  width: 100%;
}
.cid-sGgIjr04yI .mbr-gallery-item > div::before {
  content: '';
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  background: #fa9db7;
  opacity: 0;
  transition: 0.2s opacity ease-in-out;
  border-radius: 30px;
}
.cid-sGgIjr04yI .mbr-gallery-item > div {
  position: relative;
  transition: 0.5s;
  margin: 0.3rem;
  border-radius: 30px;
  overflow: hidden;
}
.cid-sGgIjr04yI .mbr-gallery-item > div:hover .mbr-gallery-title::before {
  background: transparent !important;
}
.cid-sGgIjr04yI .mbr-gallery-item > div:hover:before {
  opacity: 0 !important;
}
.cid-sGgIjr04yI .mbr-gallery-title {
  font-size: .9em;
  position: absolute;
  display: block;
  width: 100%;
  bottom: 0;
  padding: 1rem;
  color: #ffffff;
  z-index: 2;
}
.cid-sGgIjr04yI .mbr-gallery-title:before {
  content: " ";
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  z-index: -1;
  position: absolute;
  background: #fa9db7 !important;
  opacity: 0;
  transition: 0.2s background ease-in-out;
  border-radius: 0 0 30px 30px;
}
.cid-sGgIjr04yI .container {
  max-width: 1200px;
  padding: 0.7rem;
}
.cid-sGgIjr04yI .mbr-gallery-item > div:hover {
  transform: translate(1rem, 1rem);
}
@media (max-width: 767px) {
  .cid-sGgIjr04yI {
    padding-top: 15px;
    padding-bottom: 10px;
  }
  .cid-sGgIjr04yI .col-sm-12 {
    padding: 0 !important;
  }
}
.cid-ttbM4zvAxR {
  padding-top: 3rem;
  padding-bottom: 0rem;
  background-color: #161869;
}
.cid-ttbM4zvAxR .mbr-text,
.cid-ttbM4zvAxR .mbr-section-btn {
  color: #232323;
}
.cid-ttbM4zvAxR .card-title,
.cid-ttbM4zvAxR .card-box {
  color: #ffffff;
  text-align: center;
}
.cid-ttbM4zvAxR .mbr-text,
.cid-ttbM4zvAxR .link-wrap {
  color: #ffffff;
}
.cid-ttbM3ZzIYZ .main_wrapper {
  position: relative;
  height: 640px;
  width: 100%;
  background-color: #c0c0c0;
}
.cid-ttbM3ZzIYZ .b_wrapper {
  height: 100%;
  display: flex;
  align-items: center;
  position: relative;
  z-index: 2;
  pointer-events: none;
}
.cid-ttbM3ZzIYZ .block_wrapper {
  height: 100%;
  background-color: rgba(22, 24, 105, 0.92);
  pointer-events: fill;
  padding: 50px 20px 50px 50px;
}
.cid-ttbM3ZzIYZ .title__address {
  margin-bottom: 20px;
}
.cid-ttbM3ZzIYZ .work__address {
  margin: 10px 0 40px;
  color: #ffffff;
}
.cid-ttbM3ZzIYZ .work__phone {
  margin-bottom: 20px;
  color: #fafafa;
}
.cid-ttbM3ZzIYZ .mbr-section-btn {
  margin-top: 40px;
}
.cid-ttbM3ZzIYZ .btn-primary:hover {
  background-color: #bbbbbb !important;
  border-color: #bbbbbb !important;
}
.cid-ttbM3ZzIYZ .google-map {
  height: 100%;
  width: 100%;
  position: absolute;
  left: 0;
  top: 0;
  z-index: 1;
}
.cid-ttbM3ZzIYZ .google-map iframe {
  height: 100%;
  width: 100%;
}
.cid-ttbM3ZzIYZ .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-ttbM3ZzIYZ .google-map[data-state] {
  background: #e9e5dc;
}
.cid-ttbM3ZzIYZ .google-map[data-state='loading'] [data-state-details] {
  display: none;
}
@media (max-width: 767px) {
  .cid-ttbM3ZzIYZ .container {
    max-width: 100%;
  }
  .cid-ttbM3ZzIYZ .container .row {
    margin: 0;
  }
  .cid-ttbM3ZzIYZ .block_wrapper {
    height: 100%;
    background-color: #161869;
    pointer-events: fill;
    padding: 30px 20px;
  }
}
.cid-ttbM3ZzIYZ .title__address,
.cid-ttbM3ZzIYZ .mbr-section-btn {
  color: #ffffff;
}
.cid-ttbM3ZzIYZ .work__time {
  color: #ffffff;
}
.cid-sGgIjrNyqC {
  padding-top: 30px;
  padding-bottom: 30px;
  background-color: #000000;
}
.cid-sGgJIvmeD1 {
  z-index: 1000;
  width: 100%;
  position: relative;
  min-height: 60px;
}
.cid-sGgJIvmeD1 nav.navbar {
  position: fixed;
}
.cid-sGgJIvmeD1 .dropdown-item:before {
  font-family: Moririse2 !important;
  content: "\e966";
  display: inline-block;
  width: 0;
  position: absolute;
  left: 1rem;
  top: 0.5rem;
  margin-right: 0.5rem;
  line-height: 1;
  font-size: inherit;
  vertical-align: middle;
  text-align: center;
  overflow: hidden;
  transform: scale(0, 1);
  transition: all 0.25s ease-in-out;
}
.cid-sGgJIvmeD1 .dropdown-menu {
  padding: 0;
  border-radius: 4px;
  box-shadow: 0 1px 3px 0 rgba(0, 0, 0, 0.1);
}
.cid-sGgJIvmeD1 .dropdown-item {
  border-bottom: 1px solid #e6e6e6;
}
.cid-sGgJIvmeD1 .dropdown-item:hover,
.cid-sGgJIvmeD1 .dropdown-item:focus {
  background: #161869 !important;
  color: white !important;
}
.cid-sGgJIvmeD1 .dropdown-item:first-child {
  border-top-left-radius: 4px;
  border-top-right-radius: 4px;
}
.cid-sGgJIvmeD1 .dropdown-item:last-child {
  border-bottom: none;
  border-bottom-left-radius: 4px;
  border-bottom-right-radius: 4px;
}
.cid-sGgJIvmeD1 .nav-dropdown .link {
  padding: 0 0.3em !important;
  margin: 0.667em 1em !important;
}
.cid-sGgJIvmeD1 .nav-dropdown .link.dropdown-toggle::after {
  margin-left: 0.5rem;
  margin-top: 0.2rem;
}
.cid-sGgJIvmeD1 .nav-link {
  position: relative;
}
.cid-sGgJIvmeD1 .container {
  display: flex;
  margin: auto;
}
.cid-sGgJIvmeD1 .iconfont-wrapper {
  color: #000000 !important;
  font-size: 1.5rem;
  padding-right: 0.5rem;
}
.cid-sGgJIvmeD1 .dropdown-menu,
.cid-sGgJIvmeD1 .navbar.opened {
  background: #ffffff !important;
}
.cid-sGgJIvmeD1 .nav-item:focus,
.cid-sGgJIvmeD1 .nav-link:focus {
  outline: none;
}
.cid-sGgJIvmeD1 .dropdown .dropdown-menu .dropdown-item {
  width: auto;
  transition: all 0.25s ease-in-out;
}
.cid-sGgJIvmeD1 .dropdown .dropdown-menu .dropdown-item::after {
  right: 0.5rem;
}
.cid-sGgJIvmeD1 .dropdown .dropdown-menu .dropdown-item .mbr-iconfont {
  margin-right: 0.5rem;
  vertical-align: sub;
}
.cid-sGgJIvmeD1 .dropdown .dropdown-menu .dropdown-item .mbr-iconfont:before {
  display: inline-block;
  transform: scale(1, 1);
  transition: all 0.25s ease-in-out;
}
.cid-sGgJIvmeD1 .collapsed .dropdown-menu .dropdown-item:before {
  display: none;
}
.cid-sGgJIvmeD1 .collapsed .dropdown .dropdown-menu .dropdown-item {
  padding: 0.235em 1.5em 0.235em 1.5em !important;
  transition: none;
  margin: 0 !important;
}
.cid-sGgJIvmeD1 .navbar {
  min-height: 70px;
  transition: all 0.3s;
  border-bottom: 1px solid transparent;
  box-shadow: 0 1px 3px 0 rgba(0, 0, 0, 0.1);
  background: #ffffff;
}
.cid-sGgJIvmeD1 .navbar.opened {
  transition: all 0.3s;
}
.cid-sGgJIvmeD1 .navbar .dropdown-item {
  padding: 0.5rem 1.8rem;
}
.cid-sGgJIvmeD1 .navbar .navbar-logo img {
  width: auto;
}
.cid-sGgJIvmeD1 .navbar .navbar-collapse {
  justify-content: flex-end;
  z-index: 1;
}
.cid-sGgJIvmeD1 .navbar.collapsed {
  justify-content: center;
}
.cid-sGgJIvmeD1 .navbar.collapsed .nav-item .nav-link::before {
  display: none;
}
.cid-sGgJIvmeD1 .navbar.collapsed.opened .dropdown-menu {
  top: 0;
}
@media (min-width: 992px) {
  .cid-sGgJIvmeD1 .navbar.collapsed.opened:not(.navbar-short) .navbar-collapse {
    max-height: calc(98.5vh - 3rem);
  }
}
.cid-sGgJIvmeD1 .navbar.collapsed .dropdown-menu .dropdown-submenu {
  left: 0 !important;
}
.cid-sGgJIvmeD1 .navbar.collapsed .dropdown-menu .dropdown-item:after {
  right: auto;
}
.cid-sGgJIvmeD1 .navbar.collapsed .dropdown-menu .dropdown-toggle[data-toggle="dropdown-submenu"]:after {
  margin-left: 0.5rem;
  margin-top: 0.2rem;
  border-top: 0.35em solid;
  border-right: 0.35em solid transparent;
  border-left: 0.35em solid transparent;
  border-bottom: 0;
  top: 41%;
}
.cid-sGgJIvmeD1 .navbar.collapsed ul.navbar-nav li {
  margin: auto;
}
.cid-sGgJIvmeD1 .navbar.collapsed .dropdown-menu .dropdown-item {
  padding: 0.25rem 1.5rem;
  text-align: center;
}
.cid-sGgJIvmeD1 .navbar.collapsed .icons-menu {
  padding-left: 0;
  padding-right: 0;
  padding-top: 0.5rem;
  padding-bottom: 0.5rem;
}
@media (max-width: 991px) {
  .cid-sGgJIvmeD1 .navbar .nav-item .nav-link::before {
    display: none;
  }
  .cid-sGgJIvmeD1 .navbar.opened .dropdown-menu {
    top: 0;
  }
  .cid-sGgJIvmeD1 .navbar .dropdown-menu .dropdown-submenu {
    left: 0 !important;
  }
  .cid-sGgJIvmeD1 .navbar .dropdown-menu .dropdown-item:after {
    right: auto;
  }
  .cid-sGgJIvmeD1 .navbar .dropdown-menu .dropdown-toggle[data-toggle="dropdown-submenu"]:after {
    margin-left: 0.5rem;
    margin-top: 0.2rem;
    border-top: 0.35em solid;
    border-right: 0.35em solid transparent;
    border-left: 0.35em solid transparent;
    border-bottom: 0;
    top: 40%;
  }
  .cid-sGgJIvmeD1 .navbar .navbar-logo img {
    height: 3rem !important;
  }
  .cid-sGgJIvmeD1 .navbar ul.navbar-nav li {
    margin: auto;
  }
  .cid-sGgJIvmeD1 .navbar .dropdown-menu .dropdown-item {
    padding: 0.25rem 1.5rem !important;
    text-align: center;
  }
  .cid-sGgJIvmeD1 .navbar .navbar-brand {
    flex-shrink: initial;
    flex-basis: auto;
    word-break: break-word;
    padding-right: 2rem;
  }
  .cid-sGgJIvmeD1 .navbar .navbar-toggler {
    flex-basis: auto;
  }
  .cid-sGgJIvmeD1 .navbar .icons-menu {
    padding-left: 0;
    padding-top: 0.5rem;
    padding-bottom: 0.5rem;
  }
}
.cid-sGgJIvmeD1 .navbar.navbar-short {
  min-height: 60px;
}
.cid-sGgJIvmeD1 .navbar.navbar-short .navbar-logo img {
  height: 2.5rem !important;
}
.cid-sGgJIvmeD1 .navbar.navbar-short .navbar-brand {
  min-height: 60px;
  padding: 0;
}
.cid-sGgJIvmeD1 .navbar-brand {
  min-height: 70px;
  flex-shrink: 0;
  align-items: center;
  margin-right: 0;
  padding: 10px 0;
  transition: all 0.3s;
  word-break: break-word;
  z-index: 1;
}
.cid-sGgJIvmeD1 .navbar-brand .navbar-caption {
  line-height: inherit !important;
}
.cid-sGgJIvmeD1 .navbar-brand .navbar-logo a {
  outline: none;
}
.cid-sGgJIvmeD1 .dropdown-item.active,
.cid-sGgJIvmeD1 .dropdown-item:active {
  background-color: transparent;
}
.cid-sGgJIvmeD1 .navbar-expand-lg .navbar-nav .nav-link {
  padding: 0;
}
.cid-sGgJIvmeD1 .nav-dropdown .link.dropdown-toggle {
  margin-right: 1.667em;
}
.cid-sGgJIvmeD1 .nav-dropdown .link.dropdown-toggle[aria-expanded="true"] {
  margin-right: 0;
  padding: 0.667em 1.667em;
}
.cid-sGgJIvmeD1 .navbar.navbar-expand-lg .dropdown .dropdown-menu {
  background: #ffffff;
}
.cid-sGgJIvmeD1 .navbar.navbar-expand-lg .dropdown .dropdown-menu .dropdown-submenu {
  margin: 0;
  left: 100%;
}
.cid-sGgJIvmeD1 .navbar .dropdown.open > .dropdown-menu {
  display: block;
}
.cid-sGgJIvmeD1 ul.navbar-nav {
  flex-wrap: wrap;
}
.cid-sGgJIvmeD1 .navbar-buttons {
  text-align: center;
  min-width: 170px;
}
.cid-sGgJIvmeD1 button.navbar-toggler {
  outline: none;
  width: 31px;
  height: 20px;
  cursor: pointer;
  transition: all 0.2s;
  position: relative;
  align-self: center;
}
.cid-sGgJIvmeD1 button.navbar-toggler .hamburger span {
  position: absolute;
  right: 0;
  width: 30px;
  height: 2px;
  border-right: 5px;
  background-color: #000000;
}
.cid-sGgJIvmeD1 button.navbar-toggler .hamburger span:nth-child(1) {
  top: 0;
  transition: all 0.2s;
}
.cid-sGgJIvmeD1 button.navbar-toggler .hamburger span:nth-child(2) {
  top: 8px;
  transition: all 0.15s;
}
.cid-sGgJIvmeD1 button.navbar-toggler .hamburger span:nth-child(3) {
  top: 8px;
  transition: all 0.15s;
}
.cid-sGgJIvmeD1 button.navbar-toggler .hamburger span:nth-child(4) {
  top: 16px;
  transition: all 0.2s;
}
.cid-sGgJIvmeD1 nav.opened .hamburger span:nth-child(1) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-sGgJIvmeD1 nav.opened .hamburger span:nth-child(2) {
  transform: rotate(45deg);
  transition: all 0.25s;
}
.cid-sGgJIvmeD1 nav.opened .hamburger span:nth-child(3) {
  transform: rotate(-45deg);
  transition: all 0.25s;
}
.cid-sGgJIvmeD1 nav.opened .hamburger span:nth-child(4) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-sGgJIvmeD1 .navbar-dropdown {
  padding: 0 1rem;
  position: fixed;
}
.cid-sGgJIvmeD1 a.nav-link {
  display: flex;
  align-items: center;
  justify-content: center;
}
.cid-sGgJIvmeD1 .icons-menu {
  flex-wrap: nowrap;
  display: flex;
  justify-content: center;
  padding-left: 1rem;
  padding-right: 1rem;
  padding-top: 0.3rem;
  text-align: center;
}
@media screen and (-ms-high-contrast: active), (-ms-high-contrast: none) {
  .cid-sGgJIvmeD1 .navbar {
    height: 70px;
  }
  .cid-sGgJIvmeD1 .navbar.opened {
    height: auto;
  }
  .cid-sGgJIvmeD1 .nav-item .nav-link:hover::before {
    width: 175%;
    max-width: calc(100% + 2rem);
    left: -1rem;
  }
}
.cid-sGgJIvXLA9 {
  padding-top: 2rem;
  padding-bottom: 2rem;
  background-image: url("../../../assets/images/trailer-bg-2000x1051.jpg");
}
.cid-sGgJIvXLA9 .row {
  align-items: center;
}
@media (max-width: 991px) {
  .cid-sGgJIvXLA9 .row {
    flex-direction: column-reverse;
  }
  .cid-sGgJIvXLA9 .image-wrapper {
    margin-bottom: 2rem;
  }
  .cid-sGgJIvXLA9 .card-wrapper {
    padding: 0 1rem;
  }
}
@media (min-width: 992px) {
  .cid-sGgJIvXLA9 .card-wrapper {
    padding-right: 2rem;
  }
}
.cid-sGgJIvXLA9 .image-wrapper img {
  width: 100%;
  object-fit: cover;
}
.cid-sGgJIvXLA9 .card-title {
  color: #ffffff;
}
.cid-sGgJIvXLA9 .mbr-text,
.cid-sGgJIvXLA9 .mbr-section-btn {
  color: #ffffff;
}
.cid-sGgJIwiTtk {
  padding-top: 45px;
  padding-bottom: 30px;
  background-color: #ffffff;
  overflow: hidden;
  box-sizing: border-box;
}
.cid-sGgJIwiTtk .mbr-slider .carousel-control {
  background: #1b1b1b;
}
.cid-sGgJIwiTtk .mbr-slider .carousel-control-prev {
  left: 0;
  margin-left: 2.5rem;
}
.cid-sGgJIwiTtk .mbr-slider .carousel-control-next {
  right: 0;
  margin-right: 2.5rem;
}
.cid-sGgJIwiTtk .mbr-slider .modal-body .close {
  background: #1b1b1b;
}
.cid-sGgJIwiTtk .row > .row {
  display: block;
}
.cid-sGgJIwiTtk .mbr-gallery-item {
  width: 100%;
}
.cid-sGgJIwiTtk .mbr-gallery-item > div::before {
  content: '';
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  background: #fa9db7;
  opacity: 0;
  transition: 0.2s opacity ease-in-out;
  border-radius: 30px;
}
.cid-sGgJIwiTtk .mbr-gallery-item > div {
  position: relative;
  transition: 0.5s;
  margin: 0.3rem;
  border-radius: 30px;
  overflow: hidden;
}
.cid-sGgJIwiTtk .mbr-gallery-item > div:hover .mbr-gallery-title::before {
  background: transparent !important;
}
.cid-sGgJIwiTtk .mbr-gallery-item > div:hover:before {
  opacity: 0 !important;
}
.cid-sGgJIwiTtk .mbr-gallery-title {
  font-size: .9em;
  position: absolute;
  display: block;
  width: 100%;
  bottom: 0;
  padding: 1rem;
  color: #ffffff;
  z-index: 2;
}
.cid-sGgJIwiTtk .mbr-gallery-title:before {
  content: " ";
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  z-index: -1;
  position: absolute;
  background: #fa9db7 !important;
  opacity: 0;
  transition: 0.2s background ease-in-out;
  border-radius: 0 0 30px 30px;
}
.cid-sGgJIwiTtk .container {
  max-width: 1200px;
  padding: 0.7rem;
}
.cid-sGgJIwiTtk .mbr-gallery-item > div:hover {
  transform: translate(1rem, 1rem);
}
@media (max-width: 767px) {
  .cid-sGgJIwiTtk {
    padding-top: 15px;
    padding-bottom: 10px;
  }
  .cid-sGgJIwiTtk .col-sm-12 {
    padding: 0 !important;
  }
}
.cid-ttbM78618z {
  padding-top: 3rem;
  padding-bottom: 0rem;
  background-color: #161869;
}
.cid-ttbM78618z .mbr-text,
.cid-ttbM78618z .mbr-section-btn {
  color: #232323;
}
.cid-ttbM78618z .card-title,
.cid-ttbM78618z .card-box {
  color: #ffffff;
  text-align: center;
}
.cid-ttbM78618z .mbr-text,
.cid-ttbM78618z .link-wrap {
  color: #ffffff;
}
.cid-ttbM7NdnQI .main_wrapper {
  position: relative;
  height: 640px;
  width: 100%;
  background-color: #c0c0c0;
}
.cid-ttbM7NdnQI .b_wrapper {
  height: 100%;
  display: flex;
  align-items: center;
  position: relative;
  z-index: 2;
  pointer-events: none;
}
.cid-ttbM7NdnQI .block_wrapper {
  height: 100%;
  background-color: rgba(22, 24, 105, 0.92);
  pointer-events: fill;
  padding: 50px 20px 50px 50px;
}
.cid-ttbM7NdnQI .title__address {
  margin-bottom: 20px;
}
.cid-ttbM7NdnQI .work__address {
  margin: 10px 0 40px;
  color: #ffffff;
}
.cid-ttbM7NdnQI .work__phone {
  margin-bottom: 20px;
  color: #fafafa;
}
.cid-ttbM7NdnQI .mbr-section-btn {
  margin-top: 40px;
}
.cid-ttbM7NdnQI .btn-primary:hover {
  background-color: #bbbbbb !important;
  border-color: #bbbbbb !important;
}
.cid-ttbM7NdnQI .google-map {
  height: 100%;
  width: 100%;
  position: absolute;
  left: 0;
  top: 0;
  z-index: 1;
}
.cid-ttbM7NdnQI .google-map iframe {
  height: 100%;
  width: 100%;
}
.cid-ttbM7NdnQI .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-ttbM7NdnQI .google-map[data-state] {
  background: #e9e5dc;
}
.cid-ttbM7NdnQI .google-map[data-state='loading'] [data-state-details] {
  display: none;
}
@media (max-width: 767px) {
  .cid-ttbM7NdnQI .container {
    max-width: 100%;
  }
  .cid-ttbM7NdnQI .container .row {
    margin: 0;
  }
  .cid-ttbM7NdnQI .block_wrapper {
    height: 100%;
    background-color: #161869;
    pointer-events: fill;
    padding: 30px 20px;
  }
}
.cid-ttbM7NdnQI .title__address,
.cid-ttbM7NdnQI .mbr-section-btn {
  color: #ffffff;
}
.cid-ttbM7NdnQI .work__time {
  color: #ffffff;
}
.cid-sGgJIx6ECN {
  padding-top: 30px;
  padding-bottom: 30px;
  background-color: #000000;
}
.cid-sGgLxwji3B {
  z-index: 1000;
  width: 100%;
  position: relative;
  min-height: 60px;
}
.cid-sGgLxwji3B nav.navbar {
  position: fixed;
}
.cid-sGgLxwji3B .dropdown-item:before {
  font-family: Moririse2 !important;
  content: "\e966";
  display: inline-block;
  width: 0;
  position: absolute;
  left: 1rem;
  top: 0.5rem;
  margin-right: 0.5rem;
  line-height: 1;
  font-size: inherit;
  vertical-align: middle;
  text-align: center;
  overflow: hidden;
  transform: scale(0, 1);
  transition: all 0.25s ease-in-out;
}
.cid-sGgLxwji3B .dropdown-menu {
  padding: 0;
  border-radius: 4px;
  box-shadow: 0 1px 3px 0 rgba(0, 0, 0, 0.1);
}
.cid-sGgLxwji3B .dropdown-item {
  border-bottom: 1px solid #e6e6e6;
}
.cid-sGgLxwji3B .dropdown-item:hover,
.cid-sGgLxwji3B .dropdown-item:focus {
  background: #161869 !important;
  color: white !important;
}
.cid-sGgLxwji3B .dropdown-item:first-child {
  border-top-left-radius: 4px;
  border-top-right-radius: 4px;
}
.cid-sGgLxwji3B .dropdown-item:last-child {
  border-bottom: none;
  border-bottom-left-radius: 4px;
  border-bottom-right-radius: 4px;
}
.cid-sGgLxwji3B .nav-dropdown .link {
  padding: 0 0.3em !important;
  margin: 0.667em 1em !important;
}
.cid-sGgLxwji3B .nav-dropdown .link.dropdown-toggle::after {
  margin-left: 0.5rem;
  margin-top: 0.2rem;
}
.cid-sGgLxwji3B .nav-link {
  position: relative;
}
.cid-sGgLxwji3B .container {
  display: flex;
  margin: auto;
}
.cid-sGgLxwji3B .iconfont-wrapper {
  color: #000000 !important;
  font-size: 1.5rem;
  padding-right: 0.5rem;
}
.cid-sGgLxwji3B .dropdown-menu,
.cid-sGgLxwji3B .navbar.opened {
  background: #ffffff !important;
}
.cid-sGgLxwji3B .nav-item:focus,
.cid-sGgLxwji3B .nav-link:focus {
  outline: none;
}
.cid-sGgLxwji3B .dropdown .dropdown-menu .dropdown-item {
  width: auto;
  transition: all 0.25s ease-in-out;
}
.cid-sGgLxwji3B .dropdown .dropdown-menu .dropdown-item::after {
  right: 0.5rem;
}
.cid-sGgLxwji3B .dropdown .dropdown-menu .dropdown-item .mbr-iconfont {
  margin-right: 0.5rem;
  vertical-align: sub;
}
.cid-sGgLxwji3B .dropdown .dropdown-menu .dropdown-item .mbr-iconfont:before {
  display: inline-block;
  transform: scale(1, 1);
  transition: all 0.25s ease-in-out;
}
.cid-sGgLxwji3B .collapsed .dropdown-menu .dropdown-item:before {
  display: none;
}
.cid-sGgLxwji3B .collapsed .dropdown .dropdown-menu .dropdown-item {
  padding: 0.235em 1.5em 0.235em 1.5em !important;
  transition: none;
  margin: 0 !important;
}
.cid-sGgLxwji3B .navbar {
  min-height: 70px;
  transition: all 0.3s;
  border-bottom: 1px solid transparent;
  box-shadow: 0 1px 3px 0 rgba(0, 0, 0, 0.1);
  background: #ffffff;
}
.cid-sGgLxwji3B .navbar.opened {
  transition: all 0.3s;
}
.cid-sGgLxwji3B .navbar .dropdown-item {
  padding: 0.5rem 1.8rem;
}
.cid-sGgLxwji3B .navbar .navbar-logo img {
  width: auto;
}
.cid-sGgLxwji3B .navbar .navbar-collapse {
  justify-content: flex-end;
  z-index: 1;
}
.cid-sGgLxwji3B .navbar.collapsed {
  justify-content: center;
}
.cid-sGgLxwji3B .navbar.collapsed .nav-item .nav-link::before {
  display: none;
}
.cid-sGgLxwji3B .navbar.collapsed.opened .dropdown-menu {
  top: 0;
}
@media (min-width: 992px) {
  .cid-sGgLxwji3B .navbar.collapsed.opened:not(.navbar-short) .navbar-collapse {
    max-height: calc(98.5vh - 3rem);
  }
}
.cid-sGgLxwji3B .navbar.collapsed .dropdown-menu .dropdown-submenu {
  left: 0 !important;
}
.cid-sGgLxwji3B .navbar.collapsed .dropdown-menu .dropdown-item:after {
  right: auto;
}
.cid-sGgLxwji3B .navbar.collapsed .dropdown-menu .dropdown-toggle[data-toggle="dropdown-submenu"]:after {
  margin-left: 0.5rem;
  margin-top: 0.2rem;
  border-top: 0.35em solid;
  border-right: 0.35em solid transparent;
  border-left: 0.35em solid transparent;
  border-bottom: 0;
  top: 41%;
}
.cid-sGgLxwji3B .navbar.collapsed ul.navbar-nav li {
  margin: auto;
}
.cid-sGgLxwji3B .navbar.collapsed .dropdown-menu .dropdown-item {
  padding: 0.25rem 1.5rem;
  text-align: center;
}
.cid-sGgLxwji3B .navbar.collapsed .icons-menu {
  padding-left: 0;
  padding-right: 0;
  padding-top: 0.5rem;
  padding-bottom: 0.5rem;
}
@media (max-width: 991px) {
  .cid-sGgLxwji3B .navbar .nav-item .nav-link::before {
    display: none;
  }
  .cid-sGgLxwji3B .navbar.opened .dropdown-menu {
    top: 0;
  }
  .cid-sGgLxwji3B .navbar .dropdown-menu .dropdown-submenu {
    left: 0 !important;
  }
  .cid-sGgLxwji3B .navbar .dropdown-menu .dropdown-item:after {
    right: auto;
  }
  .cid-sGgLxwji3B .navbar .dropdown-menu .dropdown-toggle[data-toggle="dropdown-submenu"]:after {
    margin-left: 0.5rem;
    margin-top: 0.2rem;
    border-top: 0.35em solid;
    border-right: 0.35em solid transparent;
    border-left: 0.35em solid transparent;
    border-bottom: 0;
    top: 40%;
  }
  .cid-sGgLxwji3B .navbar .navbar-logo img {
    height: 3rem !important;
  }
  .cid-sGgLxwji3B .navbar ul.navbar-nav li {
    margin: auto;
  }
  .cid-sGgLxwji3B .navbar .dropdown-menu .dropdown-item {
    padding: 0.25rem 1.5rem !important;
    text-align: center;
  }
  .cid-sGgLxwji3B .navbar .navbar-brand {
    flex-shrink: initial;
    flex-basis: auto;
    word-break: break-word;
    padding-right: 2rem;
  }
  .cid-sGgLxwji3B .navbar .navbar-toggler {
    flex-basis: auto;
  }
  .cid-sGgLxwji3B .navbar .icons-menu {
    padding-left: 0;
    padding-top: 0.5rem;
    padding-bottom: 0.5rem;
  }
}
.cid-sGgLxwji3B .navbar.navbar-short {
  min-height: 60px;
}
.cid-sGgLxwji3B .navbar.navbar-short .navbar-logo img {
  height: 2.5rem !important;
}
.cid-sGgLxwji3B .navbar.navbar-short .navbar-brand {
  min-height: 60px;
  padding: 0;
}
.cid-sGgLxwji3B .navbar-brand {
  min-height: 70px;
  flex-shrink: 0;
  align-items: center;
  margin-right: 0;
  padding: 10px 0;
  transition: all 0.3s;
  word-break: break-word;
  z-index: 1;
}
.cid-sGgLxwji3B .navbar-brand .navbar-caption {
  line-height: inherit !important;
}
.cid-sGgLxwji3B .navbar-brand .navbar-logo a {
  outline: none;
}
.cid-sGgLxwji3B .dropdown-item.active,
.cid-sGgLxwji3B .dropdown-item:active {
  background-color: transparent;
}
.cid-sGgLxwji3B .navbar-expand-lg .navbar-nav .nav-link {
  padding: 0;
}
.cid-sGgLxwji3B .nav-dropdown .link.dropdown-toggle {
  margin-right: 1.667em;
}
.cid-sGgLxwji3B .nav-dropdown .link.dropdown-toggle[aria-expanded="true"] {
  margin-right: 0;
  padding: 0.667em 1.667em;
}
.cid-sGgLxwji3B .navbar.navbar-expand-lg .dropdown .dropdown-menu {
  background: #ffffff;
}
.cid-sGgLxwji3B .navbar.navbar-expand-lg .dropdown .dropdown-menu .dropdown-submenu {
  margin: 0;
  left: 100%;
}
.cid-sGgLxwji3B .navbar .dropdown.open > .dropdown-menu {
  display: block;
}
.cid-sGgLxwji3B ul.navbar-nav {
  flex-wrap: wrap;
}
.cid-sGgLxwji3B .navbar-buttons {
  text-align: center;
  min-width: 170px;
}
.cid-sGgLxwji3B button.navbar-toggler {
  outline: none;
  width: 31px;
  height: 20px;
  cursor: pointer;
  transition: all 0.2s;
  position: relative;
  align-self: center;
}
.cid-sGgLxwji3B button.navbar-toggler .hamburger span {
  position: absolute;
  right: 0;
  width: 30px;
  height: 2px;
  border-right: 5px;
  background-color: #000000;
}
.cid-sGgLxwji3B button.navbar-toggler .hamburger span:nth-child(1) {
  top: 0;
  transition: all 0.2s;
}
.cid-sGgLxwji3B button.navbar-toggler .hamburger span:nth-child(2) {
  top: 8px;
  transition: all 0.15s;
}
.cid-sGgLxwji3B button.navbar-toggler .hamburger span:nth-child(3) {
  top: 8px;
  transition: all 0.15s;
}
.cid-sGgLxwji3B button.navbar-toggler .hamburger span:nth-child(4) {
  top: 16px;
  transition: all 0.2s;
}
.cid-sGgLxwji3B nav.opened .hamburger span:nth-child(1) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-sGgLxwji3B nav.opened .hamburger span:nth-child(2) {
  transform: rotate(45deg);
  transition: all 0.25s;
}
.cid-sGgLxwji3B nav.opened .hamburger span:nth-child(3) {
  transform: rotate(-45deg);
  transition: all 0.25s;
}
.cid-sGgLxwji3B nav.opened .hamburger span:nth-child(4) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-sGgLxwji3B .navbar-dropdown {
  padding: 0 1rem;
  position: fixed;
}
.cid-sGgLxwji3B a.nav-link {
  display: flex;
  align-items: center;
  justify-content: center;
}
.cid-sGgLxwji3B .icons-menu {
  flex-wrap: nowrap;
  display: flex;
  justify-content: center;
  padding-left: 1rem;
  padding-right: 1rem;
  padding-top: 0.3rem;
  text-align: center;
}
@media screen and (-ms-high-contrast: active), (-ms-high-contrast: none) {
  .cid-sGgLxwji3B .navbar {
    height: 70px;
  }
  .cid-sGgLxwji3B .navbar.opened {
    height: auto;
  }
  .cid-sGgLxwji3B .nav-item .nav-link:hover::before {
    width: 175%;
    max-width: calc(100% + 2rem);
    left: -1rem;
  }
}
.cid-sGgLxwVgeO {
  padding-top: 2rem;
  padding-bottom: 2rem;
  background-image: url("../../../assets/images/trailer-bg-2000x1051.jpg");
}
.cid-sGgLxwVgeO .row {
  align-items: center;
}
@media (max-width: 991px) {
  .cid-sGgLxwVgeO .row {
    flex-direction: column-reverse;
  }
  .cid-sGgLxwVgeO .image-wrapper {
    margin-bottom: 2rem;
  }
  .cid-sGgLxwVgeO .card-wrapper {
    padding: 0 1rem;
  }
}
@media (min-width: 992px) {
  .cid-sGgLxwVgeO .card-wrapper {
    padding-right: 2rem;
  }
}
.cid-sGgLxwVgeO .image-wrapper img {
  width: 100%;
  object-fit: cover;
}
.cid-sGgLxwVgeO .card-title {
  color: #ffffff;
}
.cid-sGgLxwVgeO .mbr-text,
.cid-sGgLxwVgeO .mbr-section-btn {
  color: #ffffff;
}
.cid-sGgLxxvZSi {
  padding-top: 45px;
  padding-bottom: 30px;
  background-color: #ffffff;
  overflow: hidden;
  box-sizing: border-box;
}
.cid-sGgLxxvZSi .mbr-slider .carousel-control {
  background: #1b1b1b;
}
.cid-sGgLxxvZSi .mbr-slider .carousel-control-prev {
  left: 0;
  margin-left: 2.5rem;
}
.cid-sGgLxxvZSi .mbr-slider .carousel-control-next {
  right: 0;
  margin-right: 2.5rem;
}
.cid-sGgLxxvZSi .mbr-slider .modal-body .close {
  background: #1b1b1b;
}
.cid-sGgLxxvZSi .row > .row {
  display: block;
}
.cid-sGgLxxvZSi .mbr-gallery-item {
  width: 100%;
}
.cid-sGgLxxvZSi .mbr-gallery-item > div::before {
  content: '';
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  background: #fa9db7;
  opacity: 0;
  transition: 0.2s opacity ease-in-out;
  border-radius: 30px;
}
.cid-sGgLxxvZSi .mbr-gallery-item > div {
  position: relative;
  transition: 0.5s;
  margin: 0.3rem;
  border-radius: 30px;
  overflow: hidden;
}
.cid-sGgLxxvZSi .mbr-gallery-item > div:hover .mbr-gallery-title::before {
  background: transparent !important;
}
.cid-sGgLxxvZSi .mbr-gallery-item > div:hover:before {
  opacity: 0 !important;
}
.cid-sGgLxxvZSi .mbr-gallery-title {
  font-size: .9em;
  position: absolute;
  display: block;
  width: 100%;
  bottom: 0;
  padding: 1rem;
  color: #ffffff;
  z-index: 2;
}
.cid-sGgLxxvZSi .mbr-gallery-title:before {
  content: " ";
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  z-index: -1;
  position: absolute;
  background: #fa9db7 !important;
  opacity: 0;
  transition: 0.2s background ease-in-out;
  border-radius: 0 0 30px 30px;
}
.cid-sGgLxxvZSi .container {
  max-width: 1200px;
  padding: 0.7rem;
}
.cid-sGgLxxvZSi .mbr-gallery-item > div:hover {
  transform: translate(1rem, 1rem);
}
@media (max-width: 767px) {
  .cid-sGgLxxvZSi {
    padding-top: 15px;
    padding-bottom: 10px;
  }
  .cid-sGgLxxvZSi .col-sm-12 {
    padding: 0 !important;
  }
}
.cid-ttbMhhwFQ4 {
  padding-top: 3rem;
  padding-bottom: 0rem;
  background-color: #161869;
}
.cid-ttbMhhwFQ4 .mbr-text,
.cid-ttbMhhwFQ4 .mbr-section-btn {
  color: #232323;
}
.cid-ttbMhhwFQ4 .card-title,
.cid-ttbMhhwFQ4 .card-box {
  color: #ffffff;
  text-align: center;
}
.cid-ttbMhhwFQ4 .mbr-text,
.cid-ttbMhhwFQ4 .link-wrap {
  color: #ffffff;
}
.cid-ttbMgITNrW .main_wrapper {
  position: relative;
  height: 640px;
  width: 100%;
  background-color: #c0c0c0;
}
.cid-ttbMgITNrW .b_wrapper {
  height: 100%;
  display: flex;
  align-items: center;
  position: relative;
  z-index: 2;
  pointer-events: none;
}
.cid-ttbMgITNrW .block_wrapper {
  height: 100%;
  background-color: rgba(22, 24, 105, 0.92);
  pointer-events: fill;
  padding: 50px 20px 50px 50px;
}
.cid-ttbMgITNrW .title__address {
  margin-bottom: 20px;
}
.cid-ttbMgITNrW .work__address {
  margin: 10px 0 40px;
  color: #ffffff;
}
.cid-ttbMgITNrW .work__phone {
  margin-bottom: 20px;
  color: #fafafa;
}
.cid-ttbMgITNrW .mbr-section-btn {
  margin-top: 40px;
}
.cid-ttbMgITNrW .btn-primary:hover {
  background-color: #bbbbbb !important;
  border-color: #bbbbbb !important;
}
.cid-ttbMgITNrW .google-map {
  height: 100%;
  width: 100%;
  position: absolute;
  left: 0;
  top: 0;
  z-index: 1;
}
.cid-ttbMgITNrW .google-map iframe {
  height: 100%;
  width: 100%;
}
.cid-ttbMgITNrW .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-ttbMgITNrW .google-map[data-state] {
  background: #e9e5dc;
}
.cid-ttbMgITNrW .google-map[data-state='loading'] [data-state-details] {
  display: none;
}
@media (max-width: 767px) {
  .cid-ttbMgITNrW .container {
    max-width: 100%;
  }
  .cid-ttbMgITNrW .container .row {
    margin: 0;
  }
  .cid-ttbMgITNrW .block_wrapper {
    height: 100%;
    background-color: #161869;
    pointer-events: fill;
    padding: 30px 20px;
  }
}
.cid-ttbMgITNrW .title__address,
.cid-ttbMgITNrW .mbr-section-btn {
  color: #ffffff;
}
.cid-ttbMgITNrW .work__time {
  color: #ffffff;
}
.cid-sGgLxyhmQx {
  padding-top: 30px;
  padding-bottom: 30px;
  background-color: #000000;
}
.cid-sGgMFcuT4X {
  z-index: 1000;
  width: 100%;
  position: relative;
  min-height: 60px;
}
.cid-sGgMFcuT4X nav.navbar {
  position: fixed;
}
.cid-sGgMFcuT4X .dropdown-item:before {
  font-family: Moririse2 !important;
  content: "\e966";
  display: inline-block;
  width: 0;
  position: absolute;
  left: 1rem;
  top: 0.5rem;
  margin-right: 0.5rem;
  line-height: 1;
  font-size: inherit;
  vertical-align: middle;
  text-align: center;
  overflow: hidden;
  transform: scale(0, 1);
  transition: all 0.25s ease-in-out;
}
.cid-sGgMFcuT4X .dropdown-menu {
  padding: 0;
  border-radius: 4px;
  box-shadow: 0 1px 3px 0 rgba(0, 0, 0, 0.1);
}
.cid-sGgMFcuT4X .dropdown-item {
  border-bottom: 1px solid #e6e6e6;
}
.cid-sGgMFcuT4X .dropdown-item:hover,
.cid-sGgMFcuT4X .dropdown-item:focus {
  background: #161869 !important;
  color: white !important;
}
.cid-sGgMFcuT4X .dropdown-item:first-child {
  border-top-left-radius: 4px;
  border-top-right-radius: 4px;
}
.cid-sGgMFcuT4X .dropdown-item:last-child {
  border-bottom: none;
  border-bottom-left-radius: 4px;
  border-bottom-right-radius: 4px;
}
.cid-sGgMFcuT4X .nav-dropdown .link {
  padding: 0 0.3em !important;
  margin: 0.667em 1em !important;
}
.cid-sGgMFcuT4X .nav-dropdown .link.dropdown-toggle::after {
  margin-left: 0.5rem;
  margin-top: 0.2rem;
}
.cid-sGgMFcuT4X .nav-link {
  position: relative;
}
.cid-sGgMFcuT4X .container {
  display: flex;
  margin: auto;
}
.cid-sGgMFcuT4X .iconfont-wrapper {
  color: #000000 !important;
  font-size: 1.5rem;
  padding-right: 0.5rem;
}
.cid-sGgMFcuT4X .dropdown-menu,
.cid-sGgMFcuT4X .navbar.opened {
  background: #ffffff !important;
}
.cid-sGgMFcuT4X .nav-item:focus,
.cid-sGgMFcuT4X .nav-link:focus {
  outline: none;
}
.cid-sGgMFcuT4X .dropdown .dropdown-menu .dropdown-item {
  width: auto;
  transition: all 0.25s ease-in-out;
}
.cid-sGgMFcuT4X .dropdown .dropdown-menu .dropdown-item::after {
  right: 0.5rem;
}
.cid-sGgMFcuT4X .dropdown .dropdown-menu .dropdown-item .mbr-iconfont {
  margin-right: 0.5rem;
  vertical-align: sub;
}
.cid-sGgMFcuT4X .dropdown .dropdown-menu .dropdown-item .mbr-iconfont:before {
  display: inline-block;
  transform: scale(1, 1);
  transition: all 0.25s ease-in-out;
}
.cid-sGgMFcuT4X .collapsed .dropdown-menu .dropdown-item:before {
  display: none;
}
.cid-sGgMFcuT4X .collapsed .dropdown .dropdown-menu .dropdown-item {
  padding: 0.235em 1.5em 0.235em 1.5em !important;
  transition: none;
  margin: 0 !important;
}
.cid-sGgMFcuT4X .navbar {
  min-height: 70px;
  transition: all 0.3s;
  border-bottom: 1px solid transparent;
  box-shadow: 0 1px 3px 0 rgba(0, 0, 0, 0.1);
  background: #ffffff;
}
.cid-sGgMFcuT4X .navbar.opened {
  transition: all 0.3s;
}
.cid-sGgMFcuT4X .navbar .dropdown-item {
  padding: 0.5rem 1.8rem;
}
.cid-sGgMFcuT4X .navbar .navbar-logo img {
  width: auto;
}
.cid-sGgMFcuT4X .navbar .navbar-collapse {
  justify-content: flex-end;
  z-index: 1;
}
.cid-sGgMFcuT4X .navbar.collapsed {
  justify-content: center;
}
.cid-sGgMFcuT4X .navbar.collapsed .nav-item .nav-link::before {
  display: none;
}
.cid-sGgMFcuT4X .navbar.collapsed.opened .dropdown-menu {
  top: 0;
}
@media (min-width: 992px) {
  .cid-sGgMFcuT4X .navbar.collapsed.opened:not(.navbar-short) .navbar-collapse {
    max-height: calc(98.5vh - 3rem);
  }
}
.cid-sGgMFcuT4X .navbar.collapsed .dropdown-menu .dropdown-submenu {
  left: 0 !important;
}
.cid-sGgMFcuT4X .navbar.collapsed .dropdown-menu .dropdown-item:after {
  right: auto;
}
.cid-sGgMFcuT4X .navbar.collapsed .dropdown-menu .dropdown-toggle[data-toggle="dropdown-submenu"]:after {
  margin-left: 0.5rem;
  margin-top: 0.2rem;
  border-top: 0.35em solid;
  border-right: 0.35em solid transparent;
  border-left: 0.35em solid transparent;
  border-bottom: 0;
  top: 41%;
}
.cid-sGgMFcuT4X .navbar.collapsed ul.navbar-nav li {
  margin: auto;
}
.cid-sGgMFcuT4X .navbar.collapsed .dropdown-menu .dropdown-item {
  padding: 0.25rem 1.5rem;
  text-align: center;
}
.cid-sGgMFcuT4X .navbar.collapsed .icons-menu {
  padding-left: 0;
  padding-right: 0;
  padding-top: 0.5rem;
  padding-bottom: 0.5rem;
}
@media (max-width: 991px) {
  .cid-sGgMFcuT4X .navbar .nav-item .nav-link::before {
    display: none;
  }
  .cid-sGgMFcuT4X .navbar.opened .dropdown-menu {
    top: 0;
  }
  .cid-sGgMFcuT4X .navbar .dropdown-menu .dropdown-submenu {
    left: 0 !important;
  }
  .cid-sGgMFcuT4X .navbar .dropdown-menu .dropdown-item:after {
    right: auto;
  }
  .cid-sGgMFcuT4X .navbar .dropdown-menu .dropdown-toggle[data-toggle="dropdown-submenu"]:after {
    margin-left: 0.5rem;
    margin-top: 0.2rem;
    border-top: 0.35em solid;
    border-right: 0.35em solid transparent;
    border-left: 0.35em solid transparent;
    border-bottom: 0;
    top: 40%;
  }
  .cid-sGgMFcuT4X .navbar .navbar-logo img {
    height: 3rem !important;
  }
  .cid-sGgMFcuT4X .navbar ul.navbar-nav li {
    margin: auto;
  }
  .cid-sGgMFcuT4X .navbar .dropdown-menu .dropdown-item {
    padding: 0.25rem 1.5rem !important;
    text-align: center;
  }
  .cid-sGgMFcuT4X .navbar .navbar-brand {
    flex-shrink: initial;
    flex-basis: auto;
    word-break: break-word;
    padding-right: 2rem;
  }
  .cid-sGgMFcuT4X .navbar .navbar-toggler {
    flex-basis: auto;
  }
  .cid-sGgMFcuT4X .navbar .icons-menu {
    padding-left: 0;
    padding-top: 0.5rem;
    padding-bottom: 0.5rem;
  }
}
.cid-sGgMFcuT4X .navbar.navbar-short {
  min-height: 60px;
}
.cid-sGgMFcuT4X .navbar.navbar-short .navbar-logo img {
  height: 2.5rem !important;
}
.cid-sGgMFcuT4X .navbar.navbar-short .navbar-brand {
  min-height: 60px;
  padding: 0;
}
.cid-sGgMFcuT4X .navbar-brand {
  min-height: 70px;
  flex-shrink: 0;
  align-items: center;
  margin-right: 0;
  padding: 10px 0;
  transition: all 0.3s;
  word-break: break-word;
  z-index: 1;
}
.cid-sGgMFcuT4X .navbar-brand .navbar-caption {
  line-height: inherit !important;
}
.cid-sGgMFcuT4X .navbar-brand .navbar-logo a {
  outline: none;
}
.cid-sGgMFcuT4X .dropdown-item.active,
.cid-sGgMFcuT4X .dropdown-item:active {
  background-color: transparent;
}
.cid-sGgMFcuT4X .navbar-expand-lg .navbar-nav .nav-link {
  padding: 0;
}
.cid-sGgMFcuT4X .nav-dropdown .link.dropdown-toggle {
  margin-right: 1.667em;
}
.cid-sGgMFcuT4X .nav-dropdown .link.dropdown-toggle[aria-expanded="true"] {
  margin-right: 0;
  padding: 0.667em 1.667em;
}
.cid-sGgMFcuT4X .navbar.navbar-expand-lg .dropdown .dropdown-menu {
  background: #ffffff;
}
.cid-sGgMFcuT4X .navbar.navbar-expand-lg .dropdown .dropdown-menu .dropdown-submenu {
  margin: 0;
  left: 100%;
}
.cid-sGgMFcuT4X .navbar .dropdown.open > .dropdown-menu {
  display: block;
}
.cid-sGgMFcuT4X ul.navbar-nav {
  flex-wrap: wrap;
}
.cid-sGgMFcuT4X .navbar-buttons {
  text-align: center;
  min-width: 170px;
}
.cid-sGgMFcuT4X button.navbar-toggler {
  outline: none;
  width: 31px;
  height: 20px;
  cursor: pointer;
  transition: all 0.2s;
  position: relative;
  align-self: center;
}
.cid-sGgMFcuT4X button.navbar-toggler .hamburger span {
  position: absolute;
  right: 0;
  width: 30px;
  height: 2px;
  border-right: 5px;
  background-color: #000000;
}
.cid-sGgMFcuT4X button.navbar-toggler .hamburger span:nth-child(1) {
  top: 0;
  transition: all 0.2s;
}
.cid-sGgMFcuT4X button.navbar-toggler .hamburger span:nth-child(2) {
  top: 8px;
  transition: all 0.15s;
}
.cid-sGgMFcuT4X button.navbar-toggler .hamburger span:nth-child(3) {
  top: 8px;
  transition: all 0.15s;
}
.cid-sGgMFcuT4X button.navbar-toggler .hamburger span:nth-child(4) {
  top: 16px;
  transition: all 0.2s;
}
.cid-sGgMFcuT4X nav.opened .hamburger span:nth-child(1) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-sGgMFcuT4X nav.opened .hamburger span:nth-child(2) {
  transform: rotate(45deg);
  transition: all 0.25s;
}
.cid-sGgMFcuT4X nav.opened .hamburger span:nth-child(3) {
  transform: rotate(-45deg);
  transition: all 0.25s;
}
.cid-sGgMFcuT4X nav.opened .hamburger span:nth-child(4) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-sGgMFcuT4X .navbar-dropdown {
  padding: 0 1rem;
  position: fixed;
}
.cid-sGgMFcuT4X a.nav-link {
  display: flex;
  align-items: center;
  justify-content: center;
}
.cid-sGgMFcuT4X .icons-menu {
  flex-wrap: nowrap;
  display: flex;
  justify-content: center;
  padding-left: 1rem;
  padding-right: 1rem;
  padding-top: 0.3rem;
  text-align: center;
}
@media screen and (-ms-high-contrast: active), (-ms-high-contrast: none) {
  .cid-sGgMFcuT4X .navbar {
    height: 70px;
  }
  .cid-sGgMFcuT4X .navbar.opened {
    height: auto;
  }
  .cid-sGgMFcuT4X .nav-item .nav-link:hover::before {
    width: 175%;
    max-width: calc(100% + 2rem);
    left: -1rem;
  }
}
.cid-sGgMFd4Wvc {
  padding-top: 2rem;
  padding-bottom: 2rem;
  background-image: url("../../../assets/images/trailer-bg-2000x1051.jpg");
}
.cid-sGgMFd4Wvc .row {
  align-items: center;
}
@media (max-width: 991px) {
  .cid-sGgMFd4Wvc .row {
    flex-direction: column-reverse;
  }
  .cid-sGgMFd4Wvc .image-wrapper {
    margin-bottom: 2rem;
  }
  .cid-sGgMFd4Wvc .card-wrapper {
    padding: 0 1rem;
  }
}
@media (min-width: 992px) {
  .cid-sGgMFd4Wvc .card-wrapper {
    padding-right: 2rem;
  }
}
.cid-sGgMFd4Wvc .image-wrapper img {
  width: 100%;
  object-fit: cover;
}
.cid-sGgMFd4Wvc .card-title {
  color: #ffffff;
}
.cid-sGgMFd4Wvc .mbr-text,
.cid-sGgMFd4Wvc .mbr-section-btn {
  color: #ffffff;
}
.cid-sGgMFdpD4d {
  padding-top: 45px;
  padding-bottom: 30px;
  background-color: #ffffff;
  overflow: hidden;
  box-sizing: border-box;
}
.cid-sGgMFdpD4d .mbr-slider .carousel-control {
  background: #1b1b1b;
}
.cid-sGgMFdpD4d .mbr-slider .carousel-control-prev {
  left: 0;
  margin-left: 2.5rem;
}
.cid-sGgMFdpD4d .mbr-slider .carousel-control-next {
  right: 0;
  margin-right: 2.5rem;
}
.cid-sGgMFdpD4d .mbr-slider .modal-body .close {
  background: #1b1b1b;
}
.cid-sGgMFdpD4d .row > .row {
  display: block;
}
.cid-sGgMFdpD4d .mbr-gallery-item {
  width: 100%;
}
.cid-sGgMFdpD4d .mbr-gallery-item > div::before {
  content: '';
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  background: #fa9db7;
  opacity: 0;
  transition: 0.2s opacity ease-in-out;
  border-radius: 30px;
}
.cid-sGgMFdpD4d .mbr-gallery-item > div {
  position: relative;
  transition: 0.5s;
  margin: 0.3rem;
  border-radius: 30px;
  overflow: hidden;
}
.cid-sGgMFdpD4d .mbr-gallery-item > div:hover .mbr-gallery-title::before {
  background: transparent !important;
}
.cid-sGgMFdpD4d .mbr-gallery-item > div:hover:before {
  opacity: 0 !important;
}
.cid-sGgMFdpD4d .mbr-gallery-title {
  font-size: .9em;
  position: absolute;
  display: block;
  width: 100%;
  bottom: 0;
  padding: 1rem;
  color: #ffffff;
  z-index: 2;
}
.cid-sGgMFdpD4d .mbr-gallery-title:before {
  content: " ";
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  z-index: -1;
  position: absolute;
  background: #fa9db7 !important;
  opacity: 0;
  transition: 0.2s background ease-in-out;
  border-radius: 0 0 30px 30px;
}
.cid-sGgMFdpD4d .container {
  max-width: 1200px;
  padding: 0.7rem;
}
.cid-sGgMFdpD4d .mbr-gallery-item > div:hover {
  transform: translate(1rem, 1rem);
}
@media (max-width: 767px) {
  .cid-sGgMFdpD4d {
    padding-top: 15px;
    padding-bottom: 10px;
  }
  .cid-sGgMFdpD4d .col-sm-12 {
    padding: 0 !important;
  }
}
.cid-ttbMnwmPt0 {
  padding-top: 3rem;
  padding-bottom: 0rem;
  background-color: #161869;
}
.cid-ttbMnwmPt0 .mbr-text,
.cid-ttbMnwmPt0 .mbr-section-btn {
  color: #232323;
}
.cid-ttbMnwmPt0 .card-title,
.cid-ttbMnwmPt0 .card-box {
  color: #ffffff;
  text-align: center;
}
.cid-ttbMnwmPt0 .mbr-text,
.cid-ttbMnwmPt0 .link-wrap {
  color: #ffffff;
}
.cid-ttbMmTaMLj .main_wrapper {
  position: relative;
  height: 640px;
  width: 100%;
  background-color: #c0c0c0;
}
.cid-ttbMmTaMLj .b_wrapper {
  height: 100%;
  display: flex;
  align-items: center;
  position: relative;
  z-index: 2;
  pointer-events: none;
}
.cid-ttbMmTaMLj .block_wrapper {
  height: 100%;
  background-color: rgba(22, 24, 105, 0.92);
  pointer-events: fill;
  padding: 50px 20px 50px 50px;
}
.cid-ttbMmTaMLj .title__address {
  margin-bottom: 20px;
}
.cid-ttbMmTaMLj .work__address {
  margin: 10px 0 40px;
  color: #ffffff;
}
.cid-ttbMmTaMLj .work__phone {
  margin-bottom: 20px;
  color: #fafafa;
}
.cid-ttbMmTaMLj .mbr-section-btn {
  margin-top: 40px;
}
.cid-ttbMmTaMLj .btn-primary:hover {
  background-color: #bbbbbb !important;
  border-color: #bbbbbb !important;
}
.cid-ttbMmTaMLj .google-map {
  height: 100%;
  width: 100%;
  position: absolute;
  left: 0;
  top: 0;
  z-index: 1;
}
.cid-ttbMmTaMLj .google-map iframe {
  height: 100%;
  width: 100%;
}
.cid-ttbMmTaMLj .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-ttbMmTaMLj .google-map[data-state] {
  background: #e9e5dc;
}
.cid-ttbMmTaMLj .google-map[data-state='loading'] [data-state-details] {
  display: none;
}
@media (max-width: 767px) {
  .cid-ttbMmTaMLj .container {
    max-width: 100%;
  }
  .cid-ttbMmTaMLj .container .row {
    margin: 0;
  }
  .cid-ttbMmTaMLj .block_wrapper {
    height: 100%;
    background-color: #161869;
    pointer-events: fill;
    padding: 30px 20px;
  }
}
.cid-ttbMmTaMLj .title__address,
.cid-ttbMmTaMLj .mbr-section-btn {
  color: #ffffff;
}
.cid-ttbMmTaMLj .work__time {
  color: #ffffff;
}
.cid-sGgMFedwVm {
  padding-top: 30px;
  padding-bottom: 30px;
  background-color: #000000;
}
.cid-sGgOUsdsBr {
  z-index: 1000;
  width: 100%;
  position: relative;
  min-height: 60px;
}
.cid-sGgOUsdsBr nav.navbar {
  position: fixed;
}
.cid-sGgOUsdsBr .dropdown-item:before {
  font-family: Moririse2 !important;
  content: "\e966";
  display: inline-block;
  width: 0;
  position: absolute;
  left: 1rem;
  top: 0.5rem;
  margin-right: 0.5rem;
  line-height: 1;
  font-size: inherit;
  vertical-align: middle;
  text-align: center;
  overflow: hidden;
  transform: scale(0, 1);
  transition: all 0.25s ease-in-out;
}
.cid-sGgOUsdsBr .dropdown-menu {
  padding: 0;
  border-radius: 4px;
  box-shadow: 0 1px 3px 0 rgba(0, 0, 0, 0.1);
}
.cid-sGgOUsdsBr .dropdown-item {
  border-bottom: 1px solid #e6e6e6;
}
.cid-sGgOUsdsBr .dropdown-item:hover,
.cid-sGgOUsdsBr .dropdown-item:focus {
  background: #161869 !important;
  color: white !important;
}
.cid-sGgOUsdsBr .dropdown-item:first-child {
  border-top-left-radius: 4px;
  border-top-right-radius: 4px;
}
.cid-sGgOUsdsBr .dropdown-item:last-child {
  border-bottom: none;
  border-bottom-left-radius: 4px;
  border-bottom-right-radius: 4px;
}
.cid-sGgOUsdsBr .nav-dropdown .link {
  padding: 0 0.3em !important;
  margin: 0.667em 1em !important;
}
.cid-sGgOUsdsBr .nav-dropdown .link.dropdown-toggle::after {
  margin-left: 0.5rem;
  margin-top: 0.2rem;
}
.cid-sGgOUsdsBr .nav-link {
  position: relative;
}
.cid-sGgOUsdsBr .container {
  display: flex;
  margin: auto;
}
.cid-sGgOUsdsBr .iconfont-wrapper {
  color: #000000 !important;
  font-size: 1.5rem;
  padding-right: 0.5rem;
}
.cid-sGgOUsdsBr .dropdown-menu,
.cid-sGgOUsdsBr .navbar.opened {
  background: #ffffff !important;
}
.cid-sGgOUsdsBr .nav-item:focus,
.cid-sGgOUsdsBr .nav-link:focus {
  outline: none;
}
.cid-sGgOUsdsBr .dropdown .dropdown-menu .dropdown-item {
  width: auto;
  transition: all 0.25s ease-in-out;
}
.cid-sGgOUsdsBr .dropdown .dropdown-menu .dropdown-item::after {
  right: 0.5rem;
}
.cid-sGgOUsdsBr .dropdown .dropdown-menu .dropdown-item .mbr-iconfont {
  margin-right: 0.5rem;
  vertical-align: sub;
}
.cid-sGgOUsdsBr .dropdown .dropdown-menu .dropdown-item .mbr-iconfont:before {
  display: inline-block;
  transform: scale(1, 1);
  transition: all 0.25s ease-in-out;
}
.cid-sGgOUsdsBr .collapsed .dropdown-menu .dropdown-item:before {
  display: none;
}
.cid-sGgOUsdsBr .collapsed .dropdown .dropdown-menu .dropdown-item {
  padding: 0.235em 1.5em 0.235em 1.5em !important;
  transition: none;
  margin: 0 !important;
}
.cid-sGgOUsdsBr .navbar {
  min-height: 70px;
  transition: all 0.3s;
  border-bottom: 1px solid transparent;
  box-shadow: 0 1px 3px 0 rgba(0, 0, 0, 0.1);
  background: #ffffff;
}
.cid-sGgOUsdsBr .navbar.opened {
  transition: all 0.3s;
}
.cid-sGgOUsdsBr .navbar .dropdown-item {
  padding: 0.5rem 1.8rem;
}
.cid-sGgOUsdsBr .navbar .navbar-logo img {
  width: auto;
}
.cid-sGgOUsdsBr .navbar .navbar-collapse {
  justify-content: flex-end;
  z-index: 1;
}
.cid-sGgOUsdsBr .navbar.collapsed {
  justify-content: center;
}
.cid-sGgOUsdsBr .navbar.collapsed .nav-item .nav-link::before {
  display: none;
}
.cid-sGgOUsdsBr .navbar.collapsed.opened .dropdown-menu {
  top: 0;
}
@media (min-width: 992px) {
  .cid-sGgOUsdsBr .navbar.collapsed.opened:not(.navbar-short) .navbar-collapse {
    max-height: calc(98.5vh - 3rem);
  }
}
.cid-sGgOUsdsBr .navbar.collapsed .dropdown-menu .dropdown-submenu {
  left: 0 !important;
}
.cid-sGgOUsdsBr .navbar.collapsed .dropdown-menu .dropdown-item:after {
  right: auto;
}
.cid-sGgOUsdsBr .navbar.collapsed .dropdown-menu .dropdown-toggle[data-toggle="dropdown-submenu"]:after {
  margin-left: 0.5rem;
  margin-top: 0.2rem;
  border-top: 0.35em solid;
  border-right: 0.35em solid transparent;
  border-left: 0.35em solid transparent;
  border-bottom: 0;
  top: 41%;
}
.cid-sGgOUsdsBr .navbar.collapsed ul.navbar-nav li {
  margin: auto;
}
.cid-sGgOUsdsBr .navbar.collapsed .dropdown-menu .dropdown-item {
  padding: 0.25rem 1.5rem;
  text-align: center;
}
.cid-sGgOUsdsBr .navbar.collapsed .icons-menu {
  padding-left: 0;
  padding-right: 0;
  padding-top: 0.5rem;
  padding-bottom: 0.5rem;
}
@media (max-width: 991px) {
  .cid-sGgOUsdsBr .navbar .nav-item .nav-link::before {
    display: none;
  }
  .cid-sGgOUsdsBr .navbar.opened .dropdown-menu {
    top: 0;
  }
  .cid-sGgOUsdsBr .navbar .dropdown-menu .dropdown-submenu {
    left: 0 !important;
  }
  .cid-sGgOUsdsBr .navbar .dropdown-menu .dropdown-item:after {
    right: auto;
  }
  .cid-sGgOUsdsBr .navbar .dropdown-menu .dropdown-toggle[data-toggle="dropdown-submenu"]:after {
    margin-left: 0.5rem;
    margin-top: 0.2rem;
    border-top: 0.35em solid;
    border-right: 0.35em solid transparent;
    border-left: 0.35em solid transparent;
    border-bottom: 0;
    top: 40%;
  }
  .cid-sGgOUsdsBr .navbar .navbar-logo img {
    height: 3rem !important;
  }
  .cid-sGgOUsdsBr .navbar ul.navbar-nav li {
    margin: auto;
  }
  .cid-sGgOUsdsBr .navbar .dropdown-menu .dropdown-item {
    padding: 0.25rem 1.5rem !important;
    text-align: center;
  }
  .cid-sGgOUsdsBr .navbar .navbar-brand {
    flex-shrink: initial;
    flex-basis: auto;
    word-break: break-word;
    padding-right: 2rem;
  }
  .cid-sGgOUsdsBr .navbar .navbar-toggler {
    flex-basis: auto;
  }
  .cid-sGgOUsdsBr .navbar .icons-menu {
    padding-left: 0;
    padding-top: 0.5rem;
    padding-bottom: 0.5rem;
  }
}
.cid-sGgOUsdsBr .navbar.navbar-short {
  min-height: 60px;
}
.cid-sGgOUsdsBr .navbar.navbar-short .navbar-logo img {
  height: 2.5rem !important;
}
.cid-sGgOUsdsBr .navbar.navbar-short .navbar-brand {
  min-height: 60px;
  padding: 0;
}
.cid-sGgOUsdsBr .navbar-brand {
  min-height: 70px;
  flex-shrink: 0;
  align-items: center;
  margin-right: 0;
  padding: 10px 0;
  transition: all 0.3s;
  word-break: break-word;
  z-index: 1;
}
.cid-sGgOUsdsBr .navbar-brand .navbar-caption {
  line-height: inherit !important;
}
.cid-sGgOUsdsBr .navbar-brand .navbar-logo a {
  outline: none;
}
.cid-sGgOUsdsBr .dropdown-item.active,
.cid-sGgOUsdsBr .dropdown-item:active {
  background-color: transparent;
}
.cid-sGgOUsdsBr .navbar-expand-lg .navbar-nav .nav-link {
  padding: 0;
}
.cid-sGgOUsdsBr .nav-dropdown .link.dropdown-toggle {
  margin-right: 1.667em;
}
.cid-sGgOUsdsBr .nav-dropdown .link.dropdown-toggle[aria-expanded="true"] {
  margin-right: 0;
  padding: 0.667em 1.667em;
}
.cid-sGgOUsdsBr .navbar.navbar-expand-lg .dropdown .dropdown-menu {
  background: #ffffff;
}
.cid-sGgOUsdsBr .navbar.navbar-expand-lg .dropdown .dropdown-menu .dropdown-submenu {
  margin: 0;
  left: 100%;
}
.cid-sGgOUsdsBr .navbar .dropdown.open > .dropdown-menu {
  display: block;
}
.cid-sGgOUsdsBr ul.navbar-nav {
  flex-wrap: wrap;
}
.cid-sGgOUsdsBr .navbar-buttons {
  text-align: center;
  min-width: 170px;
}
.cid-sGgOUsdsBr button.navbar-toggler {
  outline: none;
  width: 31px;
  height: 20px;
  cursor: pointer;
  transition: all 0.2s;
  position: relative;
  align-self: center;
}
.cid-sGgOUsdsBr button.navbar-toggler .hamburger span {
  position: absolute;
  right: 0;
  width: 30px;
  height: 2px;
  border-right: 5px;
  background-color: #000000;
}
.cid-sGgOUsdsBr button.navbar-toggler .hamburger span:nth-child(1) {
  top: 0;
  transition: all 0.2s;
}
.cid-sGgOUsdsBr button.navbar-toggler .hamburger span:nth-child(2) {
  top: 8px;
  transition: all 0.15s;
}
.cid-sGgOUsdsBr button.navbar-toggler .hamburger span:nth-child(3) {
  top: 8px;
  transition: all 0.15s;
}
.cid-sGgOUsdsBr button.navbar-toggler .hamburger span:nth-child(4) {
  top: 16px;
  transition: all 0.2s;
}
.cid-sGgOUsdsBr nav.opened .hamburger span:nth-child(1) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-sGgOUsdsBr nav.opened .hamburger span:nth-child(2) {
  transform: rotate(45deg);
  transition: all 0.25s;
}
.cid-sGgOUsdsBr nav.opened .hamburger span:nth-child(3) {
  transform: rotate(-45deg);
  transition: all 0.25s;
}
.cid-sGgOUsdsBr nav.opened .hamburger span:nth-child(4) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-sGgOUsdsBr .navbar-dropdown {
  padding: 0 1rem;
  position: fixed;
}
.cid-sGgOUsdsBr a.nav-link {
  display: flex;
  align-items: center;
  justify-content: center;
}
.cid-sGgOUsdsBr .icons-menu {
  flex-wrap: nowrap;
  display: flex;
  justify-content: center;
  padding-left: 1rem;
  padding-right: 1rem;
  padding-top: 0.3rem;
  text-align: center;
}
@media screen and (-ms-high-contrast: active), (-ms-high-contrast: none) {
  .cid-sGgOUsdsBr .navbar {
    height: 70px;
  }
  .cid-sGgOUsdsBr .navbar.opened {
    height: auto;
  }
  .cid-sGgOUsdsBr .nav-item .nav-link:hover::before {
    width: 175%;
    max-width: calc(100% + 2rem);
    left: -1rem;
  }
}
.cid-sGgOUsLcst {
  padding-top: 2rem;
  padding-bottom: 2rem;
  background-image: url("../../../assets/images/trailer-bg-2000x1051.jpg");
}
.cid-sGgOUsLcst .row {
  align-items: center;
}
@media (max-width: 991px) {
  .cid-sGgOUsLcst .row {
    flex-direction: column-reverse;
  }
  .cid-sGgOUsLcst .image-wrapper {
    margin-bottom: 2rem;
  }
  .cid-sGgOUsLcst .card-wrapper {
    padding: 0 1rem;
  }
}
@media (min-width: 992px) {
  .cid-sGgOUsLcst .card-wrapper {
    padding-right: 2rem;
  }
}
.cid-sGgOUsLcst .image-wrapper img {
  width: 100%;
  object-fit: cover;
}
.cid-sGgOUsLcst .card-title {
  color: #ffffff;
}
.cid-sGgOUsLcst .mbr-text,
.cid-sGgOUsLcst .mbr-section-btn {
  color: #ffffff;
}
.cid-sGgOUt5Ltw {
  padding-top: 45px;
  padding-bottom: 30px;
  background-color: #ffffff;
  overflow: hidden;
  box-sizing: border-box;
}
.cid-sGgOUt5Ltw .mbr-slider .carousel-control {
  background: #1b1b1b;
}
.cid-sGgOUt5Ltw .mbr-slider .carousel-control-prev {
  left: 0;
  margin-left: 2.5rem;
}
.cid-sGgOUt5Ltw .mbr-slider .carousel-control-next {
  right: 0;
  margin-right: 2.5rem;
}
.cid-sGgOUt5Ltw .mbr-slider .modal-body .close {
  background: #1b1b1b;
}
.cid-sGgOUt5Ltw .row > .row {
  display: block;
}
.cid-sGgOUt5Ltw .mbr-gallery-item {
  width: 100%;
}
.cid-sGgOUt5Ltw .mbr-gallery-item > div::before {
  content: '';
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  background: #fa9db7;
  opacity: 0;
  transition: 0.2s opacity ease-in-out;
  border-radius: 30px;
}
.cid-sGgOUt5Ltw .mbr-gallery-item > div {
  position: relative;
  transition: 0.5s;
  margin: 0.3rem;
  border-radius: 30px;
  overflow: hidden;
}
.cid-sGgOUt5Ltw .mbr-gallery-item > div:hover .mbr-gallery-title::before {
  background: transparent !important;
}
.cid-sGgOUt5Ltw .mbr-gallery-item > div:hover:before {
  opacity: 0 !important;
}
.cid-sGgOUt5Ltw .mbr-gallery-title {
  font-size: .9em;
  position: absolute;
  display: block;
  width: 100%;
  bottom: 0;
  padding: 1rem;
  color: #ffffff;
  z-index: 2;
}
.cid-sGgOUt5Ltw .mbr-gallery-title:before {
  content: " ";
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  z-index: -1;
  position: absolute;
  background: #fa9db7 !important;
  opacity: 0;
  transition: 0.2s background ease-in-out;
  border-radius: 0 0 30px 30px;
}
.cid-sGgOUt5Ltw .container {
  max-width: 1200px;
  padding: 0.7rem;
}
.cid-sGgOUt5Ltw .mbr-gallery-item > div:hover {
  transform: translate(1rem, 1rem);
}
@media (max-width: 767px) {
  .cid-sGgOUt5Ltw {
    padding-top: 15px;
    padding-bottom: 10px;
  }
  .cid-sGgOUt5Ltw .col-sm-12 {
    padding: 0 !important;
  }
}
.cid-ttbMqK8RIa {
  padding-top: 3rem;
  padding-bottom: 0rem;
  background-color: #161869;
}
.cid-ttbMqK8RIa .mbr-text,
.cid-ttbMqK8RIa .mbr-section-btn {
  color: #232323;
}
.cid-ttbMqK8RIa .card-title,
.cid-ttbMqK8RIa .card-box {
  color: #ffffff;
  text-align: center;
}
.cid-ttbMqK8RIa .mbr-text,
.cid-ttbMqK8RIa .link-wrap {
  color: #ffffff;
}
.cid-ttbMqd96Nk .main_wrapper {
  position: relative;
  height: 640px;
  width: 100%;
  background-color: #c0c0c0;
}
.cid-ttbMqd96Nk .b_wrapper {
  height: 100%;
  display: flex;
  align-items: center;
  position: relative;
  z-index: 2;
  pointer-events: none;
}
.cid-ttbMqd96Nk .block_wrapper {
  height: 100%;
  background-color: rgba(22, 24, 105, 0.92);
  pointer-events: fill;
  padding: 50px 20px 50px 50px;
}
.cid-ttbMqd96Nk .title__address {
  margin-bottom: 20px;
}
.cid-ttbMqd96Nk .work__address {
  margin: 10px 0 40px;
  color: #ffffff;
}
.cid-ttbMqd96Nk .work__phone {
  margin-bottom: 20px;
  color: #fafafa;
}
.cid-ttbMqd96Nk .mbr-section-btn {
  margin-top: 40px;
}
.cid-ttbMqd96Nk .btn-primary:hover {
  background-color: #bbbbbb !important;
  border-color: #bbbbbb !important;
}
.cid-ttbMqd96Nk .google-map {
  height: 100%;
  width: 100%;
  position: absolute;
  left: 0;
  top: 0;
  z-index: 1;
}
.cid-ttbMqd96Nk .google-map iframe {
  height: 100%;
  width: 100%;
}
.cid-ttbMqd96Nk .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-ttbMqd96Nk .google-map[data-state] {
  background: #e9e5dc;
}
.cid-ttbMqd96Nk .google-map[data-state='loading'] [data-state-details] {
  display: none;
}
@media (max-width: 767px) {
  .cid-ttbMqd96Nk .container {
    max-width: 100%;
  }
  .cid-ttbMqd96Nk .container .row {
    margin: 0;
  }
  .cid-ttbMqd96Nk .block_wrapper {
    height: 100%;
    background-color: #161869;
    pointer-events: fill;
    padding: 30px 20px;
  }
}
.cid-ttbMqd96Nk .title__address,
.cid-ttbMqd96Nk .mbr-section-btn {
  color: #ffffff;
}
.cid-ttbMqd96Nk .work__time {
  color: #ffffff;
}
.cid-sGgOUtTrMs {
  padding-top: 30px;
  padding-bottom: 30px;
  background-color: #000000;
}
.cid-sGgQcqoeLN {
  z-index: 1000;
  width: 100%;
  position: relative;
  min-height: 60px;
}
.cid-sGgQcqoeLN nav.navbar {
  position: fixed;
}
.cid-sGgQcqoeLN .dropdown-item:before {
  font-family: Moririse2 !important;
  content: "\e966";
  display: inline-block;
  width: 0;
  position: absolute;
  left: 1rem;
  top: 0.5rem;
  margin-right: 0.5rem;
  line-height: 1;
  font-size: inherit;
  vertical-align: middle;
  text-align: center;
  overflow: hidden;
  transform: scale(0, 1);
  transition: all 0.25s ease-in-out;
}
.cid-sGgQcqoeLN .dropdown-menu {
  padding: 0;
  border-radius: 4px;
  box-shadow: 0 1px 3px 0 rgba(0, 0, 0, 0.1);
}
.cid-sGgQcqoeLN .dropdown-item {
  border-bottom: 1px solid #e6e6e6;
}
.cid-sGgQcqoeLN .dropdown-item:hover,
.cid-sGgQcqoeLN .dropdown-item:focus {
  background: #161869 !important;
  color: white !important;
}
.cid-sGgQcqoeLN .dropdown-item:first-child {
  border-top-left-radius: 4px;
  border-top-right-radius: 4px;
}
.cid-sGgQcqoeLN .dropdown-item:last-child {
  border-bottom: none;
  border-bottom-left-radius: 4px;
  border-bottom-right-radius: 4px;
}
.cid-sGgQcqoeLN .nav-dropdown .link {
  padding: 0 0.3em !important;
  margin: 0.667em 1em !important;
}
.cid-sGgQcqoeLN .nav-dropdown .link.dropdown-toggle::after {
  margin-left: 0.5rem;
  margin-top: 0.2rem;
}
.cid-sGgQcqoeLN .nav-link {
  position: relative;
}
.cid-sGgQcqoeLN .container {
  display: flex;
  margin: auto;
}
.cid-sGgQcqoeLN .iconfont-wrapper {
  color: #000000 !important;
  font-size: 1.5rem;
  padding-right: 0.5rem;
}
.cid-sGgQcqoeLN .dropdown-menu,
.cid-sGgQcqoeLN .navbar.opened {
  background: #ffffff !important;
}
.cid-sGgQcqoeLN .nav-item:focus,
.cid-sGgQcqoeLN .nav-link:focus {
  outline: none;
}
.cid-sGgQcqoeLN .dropdown .dropdown-menu .dropdown-item {
  width: auto;
  transition: all 0.25s ease-in-out;
}
.cid-sGgQcqoeLN .dropdown .dropdown-menu .dropdown-item::after {
  right: 0.5rem;
}
.cid-sGgQcqoeLN .dropdown .dropdown-menu .dropdown-item .mbr-iconfont {
  margin-right: 0.5rem;
  vertical-align: sub;
}
.cid-sGgQcqoeLN .dropdown .dropdown-menu .dropdown-item .mbr-iconfont:before {
  display: inline-block;
  transform: scale(1, 1);
  transition: all 0.25s ease-in-out;
}
.cid-sGgQcqoeLN .collapsed .dropdown-menu .dropdown-item:before {
  display: none;
}
.cid-sGgQcqoeLN .collapsed .dropdown .dropdown-menu .dropdown-item {
  padding: 0.235em 1.5em 0.235em 1.5em !important;
  transition: none;
  margin: 0 !important;
}
.cid-sGgQcqoeLN .navbar {
  min-height: 70px;
  transition: all 0.3s;
  border-bottom: 1px solid transparent;
  box-shadow: 0 1px 3px 0 rgba(0, 0, 0, 0.1);
  background: #ffffff;
}
.cid-sGgQcqoeLN .navbar.opened {
  transition: all 0.3s;
}
.cid-sGgQcqoeLN .navbar .dropdown-item {
  padding: 0.5rem 1.8rem;
}
.cid-sGgQcqoeLN .navbar .navbar-logo img {
  width: auto;
}
.cid-sGgQcqoeLN .navbar .navbar-collapse {
  justify-content: flex-end;
  z-index: 1;
}
.cid-sGgQcqoeLN .navbar.collapsed {
  justify-content: center;
}
.cid-sGgQcqoeLN .navbar.collapsed .nav-item .nav-link::before {
  display: none;
}
.cid-sGgQcqoeLN .navbar.collapsed.opened .dropdown-menu {
  top: 0;
}
@media (min-width: 992px) {
  .cid-sGgQcqoeLN .navbar.collapsed.opened:not(.navbar-short) .navbar-collapse {
    max-height: calc(98.5vh - 3rem);
  }
}
.cid-sGgQcqoeLN .navbar.collapsed .dropdown-menu .dropdown-submenu {
  left: 0 !important;
}
.cid-sGgQcqoeLN .navbar.collapsed .dropdown-menu .dropdown-item:after {
  right: auto;
}
.cid-sGgQcqoeLN .navbar.collapsed .dropdown-menu .dropdown-toggle[data-toggle="dropdown-submenu"]:after {
  margin-left: 0.5rem;
  margin-top: 0.2rem;
  border-top: 0.35em solid;
  border-right: 0.35em solid transparent;
  border-left: 0.35em solid transparent;
  border-bottom: 0;
  top: 41%;
}
.cid-sGgQcqoeLN .navbar.collapsed ul.navbar-nav li {
  margin: auto;
}
.cid-sGgQcqoeLN .navbar.collapsed .dropdown-menu .dropdown-item {
  padding: 0.25rem 1.5rem;
  text-align: center;
}
.cid-sGgQcqoeLN .navbar.collapsed .icons-menu {
  padding-left: 0;
  padding-right: 0;
  padding-top: 0.5rem;
  padding-bottom: 0.5rem;
}
@media (max-width: 991px) {
  .cid-sGgQcqoeLN .navbar .nav-item .nav-link::before {
    display: none;
  }
  .cid-sGgQcqoeLN .navbar.opened .dropdown-menu {
    top: 0;
  }
  .cid-sGgQcqoeLN .navbar .dropdown-menu .dropdown-submenu {
    left: 0 !important;
  }
  .cid-sGgQcqoeLN .navbar .dropdown-menu .dropdown-item:after {
    right: auto;
  }
  .cid-sGgQcqoeLN .navbar .dropdown-menu .dropdown-toggle[data-toggle="dropdown-submenu"]:after {
    margin-left: 0.5rem;
    margin-top: 0.2rem;
    border-top: 0.35em solid;
    border-right: 0.35em solid transparent;
    border-left: 0.35em solid transparent;
    border-bottom: 0;
    top: 40%;
  }
  .cid-sGgQcqoeLN .navbar .navbar-logo img {
    height: 3rem !important;
  }
  .cid-sGgQcqoeLN .navbar ul.navbar-nav li {
    margin: auto;
  }
  .cid-sGgQcqoeLN .navbar .dropdown-menu .dropdown-item {
    padding: 0.25rem 1.5rem !important;
    text-align: center;
  }
  .cid-sGgQcqoeLN .navbar .navbar-brand {
    flex-shrink: initial;
    flex-basis: auto;
    word-break: break-word;
    padding-right: 2rem;
  }
  .cid-sGgQcqoeLN .navbar .navbar-toggler {
    flex-basis: auto;
  }
  .cid-sGgQcqoeLN .navbar .icons-menu {
    padding-left: 0;
    padding-top: 0.5rem;
    padding-bottom: 0.5rem;
  }
}
.cid-sGgQcqoeLN .navbar.navbar-short {
  min-height: 60px;
}
.cid-sGgQcqoeLN .navbar.navbar-short .navbar-logo img {
  height: 2.5rem !important;
}
.cid-sGgQcqoeLN .navbar.navbar-short .navbar-brand {
  min-height: 60px;
  padding: 0;
}
.cid-sGgQcqoeLN .navbar-brand {
  min-height: 70px;
  flex-shrink: 0;
  align-items: center;
  margin-right: 0;
  padding: 10px 0;
  transition: all 0.3s;
  word-break: break-word;
  z-index: 1;
}
.cid-sGgQcqoeLN .navbar-brand .navbar-caption {
  line-height: inherit !important;
}
.cid-sGgQcqoeLN .navbar-brand .navbar-logo a {
  outline: none;
}
.cid-sGgQcqoeLN .dropdown-item.active,
.cid-sGgQcqoeLN .dropdown-item:active {
  background-color: transparent;
}
.cid-sGgQcqoeLN .navbar-expand-lg .navbar-nav .nav-link {
  padding: 0;
}
.cid-sGgQcqoeLN .nav-dropdown .link.dropdown-toggle {
  margin-right: 1.667em;
}
.cid-sGgQcqoeLN .nav-dropdown .link.dropdown-toggle[aria-expanded="true"] {
  margin-right: 0;
  padding: 0.667em 1.667em;
}
.cid-sGgQcqoeLN .navbar.navbar-expand-lg .dropdown .dropdown-menu {
  background: #ffffff;
}
.cid-sGgQcqoeLN .navbar.navbar-expand-lg .dropdown .dropdown-menu .dropdown-submenu {
  margin: 0;
  left: 100%;
}
.cid-sGgQcqoeLN .navbar .dropdown.open > .dropdown-menu {
  display: block;
}
.cid-sGgQcqoeLN ul.navbar-nav {
  flex-wrap: wrap;
}
.cid-sGgQcqoeLN .navbar-buttons {
  text-align: center;
  min-width: 170px;
}
.cid-sGgQcqoeLN button.navbar-toggler {
  outline: none;
  width: 31px;
  height: 20px;
  cursor: pointer;
  transition: all 0.2s;
  position: relative;
  align-self: center;
}
.cid-sGgQcqoeLN button.navbar-toggler .hamburger span {
  position: absolute;
  right: 0;
  width: 30px;
  height: 2px;
  border-right: 5px;
  background-color: #000000;
}
.cid-sGgQcqoeLN button.navbar-toggler .hamburger span:nth-child(1) {
  top: 0;
  transition: all 0.2s;
}
.cid-sGgQcqoeLN button.navbar-toggler .hamburger span:nth-child(2) {
  top: 8px;
  transition: all 0.15s;
}
.cid-sGgQcqoeLN button.navbar-toggler .hamburger span:nth-child(3) {
  top: 8px;
  transition: all 0.15s;
}
.cid-sGgQcqoeLN button.navbar-toggler .hamburger span:nth-child(4) {
  top: 16px;
  transition: all 0.2s;
}
.cid-sGgQcqoeLN nav.opened .hamburger span:nth-child(1) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-sGgQcqoeLN nav.opened .hamburger span:nth-child(2) {
  transform: rotate(45deg);
  transition: all 0.25s;
}
.cid-sGgQcqoeLN nav.opened .hamburger span:nth-child(3) {
  transform: rotate(-45deg);
  transition: all 0.25s;
}
.cid-sGgQcqoeLN nav.opened .hamburger span:nth-child(4) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-sGgQcqoeLN .navbar-dropdown {
  padding: 0 1rem;
  position: fixed;
}
.cid-sGgQcqoeLN a.nav-link {
  display: flex;
  align-items: center;
  justify-content: center;
}
.cid-sGgQcqoeLN .icons-menu {
  flex-wrap: nowrap;
  display: flex;
  justify-content: center;
  padding-left: 1rem;
  padding-right: 1rem;
  padding-top: 0.3rem;
  text-align: center;
}
@media screen and (-ms-high-contrast: active), (-ms-high-contrast: none) {
  .cid-sGgQcqoeLN .navbar {
    height: 70px;
  }
  .cid-sGgQcqoeLN .navbar.opened {
    height: auto;
  }
  .cid-sGgQcqoeLN .nav-item .nav-link:hover::before {
    width: 175%;
    max-width: calc(100% + 2rem);
    left: -1rem;
  }
}
.cid-sGgQcqZ6Cd {
  padding-top: 2rem;
  padding-bottom: 2rem;
  background-image: url("../../../assets/images/trailer-bg-2000x1051.jpg");
}
.cid-sGgQcqZ6Cd .row {
  align-items: center;
}
@media (max-width: 991px) {
  .cid-sGgQcqZ6Cd .row {
    flex-direction: column-reverse;
  }
  .cid-sGgQcqZ6Cd .image-wrapper {
    margin-bottom: 2rem;
  }
  .cid-sGgQcqZ6Cd .card-wrapper {
    padding: 0 1rem;
  }
}
@media (min-width: 992px) {
  .cid-sGgQcqZ6Cd .card-wrapper {
    padding-right: 2rem;
  }
}
.cid-sGgQcqZ6Cd .image-wrapper img {
  width: 100%;
  object-fit: cover;
}
.cid-sGgQcqZ6Cd .card-title {
  color: #ffffff;
}
.cid-sGgQcqZ6Cd .mbr-text,
.cid-sGgQcqZ6Cd .mbr-section-btn {
  color: #ffffff;
}
.cid-sGgQcrlIBA {
  padding-top: 45px;
  padding-bottom: 30px;
  background-color: #ffffff;
  overflow: hidden;
  box-sizing: border-box;
}
.cid-sGgQcrlIBA .mbr-slider .carousel-control {
  background: #1b1b1b;
}
.cid-sGgQcrlIBA .mbr-slider .carousel-control-prev {
  left: 0;
  margin-left: 2.5rem;
}
.cid-sGgQcrlIBA .mbr-slider .carousel-control-next {
  right: 0;
  margin-right: 2.5rem;
}
.cid-sGgQcrlIBA .mbr-slider .modal-body .close {
  background: #1b1b1b;
}
.cid-sGgQcrlIBA .row > .row {
  display: block;
}
.cid-sGgQcrlIBA .mbr-gallery-item {
  width: 100%;
}
.cid-sGgQcrlIBA .mbr-gallery-item > div::before {
  content: '';
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  background: #fa9db7;
  opacity: 0;
  transition: 0.2s opacity ease-in-out;
  border-radius: 30px;
}
.cid-sGgQcrlIBA .mbr-gallery-item > div {
  position: relative;
  transition: 0.5s;
  margin: 0.3rem;
  border-radius: 30px;
  overflow: hidden;
}
.cid-sGgQcrlIBA .mbr-gallery-item > div:hover .mbr-gallery-title::before {
  background: transparent !important;
}
.cid-sGgQcrlIBA .mbr-gallery-item > div:hover:before {
  opacity: 0 !important;
}
.cid-sGgQcrlIBA .mbr-gallery-title {
  font-size: .9em;
  position: absolute;
  display: block;
  width: 100%;
  bottom: 0;
  padding: 1rem;
  color: #ffffff;
  z-index: 2;
}
.cid-sGgQcrlIBA .mbr-gallery-title:before {
  content: " ";
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  z-index: -1;
  position: absolute;
  background: #fa9db7 !important;
  opacity: 0;
  transition: 0.2s background ease-in-out;
  border-radius: 0 0 30px 30px;
}
.cid-sGgQcrlIBA .container {
  max-width: 1200px;
  padding: 0.7rem;
}
.cid-sGgQcrlIBA .mbr-gallery-item > div:hover {
  transform: translate(1rem, 1rem);
}
@media (max-width: 767px) {
  .cid-sGgQcrlIBA {
    padding-top: 15px;
    padding-bottom: 10px;
  }
  .cid-sGgQcrlIBA .col-sm-12 {
    padding: 0 !important;
  }
}
.cid-ttbMQhUc1L {
  padding-top: 3rem;
  padding-bottom: 0rem;
  background-color: #161869;
}
.cid-ttbMQhUc1L .mbr-text,
.cid-ttbMQhUc1L .mbr-section-btn {
  color: #232323;
}
.cid-ttbMQhUc1L .card-title,
.cid-ttbMQhUc1L .card-box {
  color: #ffffff;
  text-align: center;
}
.cid-ttbMQhUc1L .mbr-text,
.cid-ttbMQhUc1L .link-wrap {
  color: #ffffff;
}
.cid-ttbMPImsPI .main_wrapper {
  position: relative;
  height: 640px;
  width: 100%;
  background-color: #c0c0c0;
}
.cid-ttbMPImsPI .b_wrapper {
  height: 100%;
  display: flex;
  align-items: center;
  position: relative;
  z-index: 2;
  pointer-events: none;
}
.cid-ttbMPImsPI .block_wrapper {
  height: 100%;
  background-color: rgba(22, 24, 105, 0.92);
  pointer-events: fill;
  padding: 50px 20px 50px 50px;
}
.cid-ttbMPImsPI .title__address {
  margin-bottom: 20px;
}
.cid-ttbMPImsPI .work__address {
  margin: 10px 0 40px;
  color: #ffffff;
}
.cid-ttbMPImsPI .work__phone {
  margin-bottom: 20px;
  color: #fafafa;
}
.cid-ttbMPImsPI .mbr-section-btn {
  margin-top: 40px;
}
.cid-ttbMPImsPI .btn-primary:hover {
  background-color: #bbbbbb !important;
  border-color: #bbbbbb !important;
}
.cid-ttbMPImsPI .google-map {
  height: 100%;
  width: 100%;
  position: absolute;
  left: 0;
  top: 0;
  z-index: 1;
}
.cid-ttbMPImsPI .google-map iframe {
  height: 100%;
  width: 100%;
}
.cid-ttbMPImsPI .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-ttbMPImsPI .google-map[data-state] {
  background: #e9e5dc;
}
.cid-ttbMPImsPI .google-map[data-state='loading'] [data-state-details] {
  display: none;
}
@media (max-width: 767px) {
  .cid-ttbMPImsPI .container {
    max-width: 100%;
  }
  .cid-ttbMPImsPI .container .row {
    margin: 0;
  }
  .cid-ttbMPImsPI .block_wrapper {
    height: 100%;
    background-color: #161869;
    pointer-events: fill;
    padding: 30px 20px;
  }
}
.cid-ttbMPImsPI .title__address,
.cid-ttbMPImsPI .mbr-section-btn {
  color: #ffffff;
}
.cid-ttbMPImsPI .work__time {
  color: #ffffff;
}
.cid-sGgQcs8aGN {
  padding-top: 30px;
  padding-bottom: 30px;
  background-color: #000000;
}
.cid-sHhMlADx1j {
  z-index: 1000;
  width: 100%;
  position: relative;
  min-height: 60px;
}
.cid-sHhMlADx1j nav.navbar {
  position: fixed;
}
.cid-sHhMlADx1j .dropdown-item:before {
  font-family: Moririse2 !important;
  content: "\e966";
  display: inline-block;
  width: 0;
  position: absolute;
  left: 1rem;
  top: 0.5rem;
  margin-right: 0.5rem;
  line-height: 1;
  font-size: inherit;
  vertical-align: middle;
  text-align: center;
  overflow: hidden;
  transform: scale(0, 1);
  transition: all 0.25s ease-in-out;
}
.cid-sHhMlADx1j .dropdown-menu {
  padding: 0;
  border-radius: 4px;
  box-shadow: 0 1px 3px 0 rgba(0, 0, 0, 0.1);
}
.cid-sHhMlADx1j .dropdown-item {
  border-bottom: 1px solid #e6e6e6;
}
.cid-sHhMlADx1j .dropdown-item:hover,
.cid-sHhMlADx1j .dropdown-item:focus {
  background: #161869 !important;
  color: white !important;
}
.cid-sHhMlADx1j .dropdown-item:first-child {
  border-top-left-radius: 4px;
  border-top-right-radius: 4px;
}
.cid-sHhMlADx1j .dropdown-item:last-child {
  border-bottom: none;
  border-bottom-left-radius: 4px;
  border-bottom-right-radius: 4px;
}
.cid-sHhMlADx1j .nav-dropdown .link {
  padding: 0 0.3em !important;
  margin: 0.667em 1em !important;
}
.cid-sHhMlADx1j .nav-dropdown .link.dropdown-toggle::after {
  margin-left: 0.5rem;
  margin-top: 0.2rem;
}
.cid-sHhMlADx1j .nav-link {
  position: relative;
}
.cid-sHhMlADx1j .container {
  display: flex;
  margin: auto;
}
.cid-sHhMlADx1j .iconfont-wrapper {
  color: #000000 !important;
  font-size: 1.5rem;
  padding-right: 0.5rem;
}
.cid-sHhMlADx1j .dropdown-menu,
.cid-sHhMlADx1j .navbar.opened {
  background: #ffffff !important;
}
.cid-sHhMlADx1j .nav-item:focus,
.cid-sHhMlADx1j .nav-link:focus {
  outline: none;
}
.cid-sHhMlADx1j .dropdown .dropdown-menu .dropdown-item {
  width: auto;
  transition: all 0.25s ease-in-out;
}
.cid-sHhMlADx1j .dropdown .dropdown-menu .dropdown-item::after {
  right: 0.5rem;
}
.cid-sHhMlADx1j .dropdown .dropdown-menu .dropdown-item .mbr-iconfont {
  margin-right: 0.5rem;
  vertical-align: sub;
}
.cid-sHhMlADx1j .dropdown .dropdown-menu .dropdown-item .mbr-iconfont:before {
  display: inline-block;
  transform: scale(1, 1);
  transition: all 0.25s ease-in-out;
}
.cid-sHhMlADx1j .collapsed .dropdown-menu .dropdown-item:before {
  display: none;
}
.cid-sHhMlADx1j .collapsed .dropdown .dropdown-menu .dropdown-item {
  padding: 0.235em 1.5em 0.235em 1.5em !important;
  transition: none;
  margin: 0 !important;
}
.cid-sHhMlADx1j .navbar {
  min-height: 70px;
  transition: all 0.3s;
  border-bottom: 1px solid transparent;
  box-shadow: 0 1px 3px 0 rgba(0, 0, 0, 0.1);
  background: #ffffff;
}
.cid-sHhMlADx1j .navbar.opened {
  transition: all 0.3s;
}
.cid-sHhMlADx1j .navbar .dropdown-item {
  padding: 0.5rem 1.8rem;
}
.cid-sHhMlADx1j .navbar .navbar-logo img {
  width: auto;
}
.cid-sHhMlADx1j .navbar .navbar-collapse {
  justify-content: flex-end;
  z-index: 1;
}
.cid-sHhMlADx1j .navbar.collapsed {
  justify-content: center;
}
.cid-sHhMlADx1j .navbar.collapsed .nav-item .nav-link::before {
  display: none;
}
.cid-sHhMlADx1j .navbar.collapsed.opened .dropdown-menu {
  top: 0;
}
@media (min-width: 992px) {
  .cid-sHhMlADx1j .navbar.collapsed.opened:not(.navbar-short) .navbar-collapse {
    max-height: calc(98.5vh - 3rem);
  }
}
.cid-sHhMlADx1j .navbar.collapsed .dropdown-menu .dropdown-submenu {
  left: 0 !important;
}
.cid-sHhMlADx1j .navbar.collapsed .dropdown-menu .dropdown-item:after {
  right: auto;
}
.cid-sHhMlADx1j .navbar.collapsed .dropdown-menu .dropdown-toggle[data-toggle="dropdown-submenu"]:after {
  margin-left: 0.5rem;
  margin-top: 0.2rem;
  border-top: 0.35em solid;
  border-right: 0.35em solid transparent;
  border-left: 0.35em solid transparent;
  border-bottom: 0;
  top: 41%;
}
.cid-sHhMlADx1j .navbar.collapsed ul.navbar-nav li {
  margin: auto;
}
.cid-sHhMlADx1j .navbar.collapsed .dropdown-menu .dropdown-item {
  padding: 0.25rem 1.5rem;
  text-align: center;
}
.cid-sHhMlADx1j .navbar.collapsed .icons-menu {
  padding-left: 0;
  padding-right: 0;
  padding-top: 0.5rem;
  padding-bottom: 0.5rem;
}
@media (max-width: 991px) {
  .cid-sHhMlADx1j .navbar .nav-item .nav-link::before {
    display: none;
  }
  .cid-sHhMlADx1j .navbar.opened .dropdown-menu {
    top: 0;
  }
  .cid-sHhMlADx1j .navbar .dropdown-menu .dropdown-submenu {
    left: 0 !important;
  }
  .cid-sHhMlADx1j .navbar .dropdown-menu .dropdown-item:after {
    right: auto;
  }
  .cid-sHhMlADx1j .navbar .dropdown-menu .dropdown-toggle[data-toggle="dropdown-submenu"]:after {
    margin-left: 0.5rem;
    margin-top: 0.2rem;
    border-top: 0.35em solid;
    border-right: 0.35em solid transparent;
    border-left: 0.35em solid transparent;
    border-bottom: 0;
    top: 40%;
  }
  .cid-sHhMlADx1j .navbar .navbar-logo img {
    height: 3rem !important;
  }
  .cid-sHhMlADx1j .navbar ul.navbar-nav li {
    margin: auto;
  }
  .cid-sHhMlADx1j .navbar .dropdown-menu .dropdown-item {
    padding: 0.25rem 1.5rem !important;
    text-align: center;
  }
  .cid-sHhMlADx1j .navbar .navbar-brand {
    flex-shrink: initial;
    flex-basis: auto;
    word-break: break-word;
    padding-right: 2rem;
  }
  .cid-sHhMlADx1j .navbar .navbar-toggler {
    flex-basis: auto;
  }
  .cid-sHhMlADx1j .navbar .icons-menu {
    padding-left: 0;
    padding-top: 0.5rem;
    padding-bottom: 0.5rem;
  }
}
.cid-sHhMlADx1j .navbar.navbar-short {
  min-height: 60px;
}
.cid-sHhMlADx1j .navbar.navbar-short .navbar-logo img {
  height: 2.5rem !important;
}
.cid-sHhMlADx1j .navbar.navbar-short .navbar-brand {
  min-height: 60px;
  padding: 0;
}
.cid-sHhMlADx1j .navbar-brand {
  min-height: 70px;
  flex-shrink: 0;
  align-items: center;
  margin-right: 0;
  padding: 10px 0;
  transition: all 0.3s;
  word-break: break-word;
  z-index: 1;
}
.cid-sHhMlADx1j .navbar-brand .navbar-caption {
  line-height: inherit !important;
}
.cid-sHhMlADx1j .navbar-brand .navbar-logo a {
  outline: none;
}
.cid-sHhMlADx1j .dropdown-item.active,
.cid-sHhMlADx1j .dropdown-item:active {
  background-color: transparent;
}
.cid-sHhMlADx1j .navbar-expand-lg .navbar-nav .nav-link {
  padding: 0;
}
.cid-sHhMlADx1j .nav-dropdown .link.dropdown-toggle {
  margin-right: 1.667em;
}
.cid-sHhMlADx1j .nav-dropdown .link.dropdown-toggle[aria-expanded="true"] {
  margin-right: 0;
  padding: 0.667em 1.667em;
}
.cid-sHhMlADx1j .navbar.navbar-expand-lg .dropdown .dropdown-menu {
  background: #ffffff;
}
.cid-sHhMlADx1j .navbar.navbar-expand-lg .dropdown .dropdown-menu .dropdown-submenu {
  margin: 0;
  left: 100%;
}
.cid-sHhMlADx1j .navbar .dropdown.open > .dropdown-menu {
  display: block;
}
.cid-sHhMlADx1j ul.navbar-nav {
  flex-wrap: wrap;
}
.cid-sHhMlADx1j .navbar-buttons {
  text-align: center;
  min-width: 170px;
}
.cid-sHhMlADx1j button.navbar-toggler {
  outline: none;
  width: 31px;
  height: 20px;
  cursor: pointer;
  transition: all 0.2s;
  position: relative;
  align-self: center;
}
.cid-sHhMlADx1j button.navbar-toggler .hamburger span {
  position: absolute;
  right: 0;
  width: 30px;
  height: 2px;
  border-right: 5px;
  background-color: #000000;
}
.cid-sHhMlADx1j button.navbar-toggler .hamburger span:nth-child(1) {
  top: 0;
  transition: all 0.2s;
}
.cid-sHhMlADx1j button.navbar-toggler .hamburger span:nth-child(2) {
  top: 8px;
  transition: all 0.15s;
}
.cid-sHhMlADx1j button.navbar-toggler .hamburger span:nth-child(3) {
  top: 8px;
  transition: all 0.15s;
}
.cid-sHhMlADx1j button.navbar-toggler .hamburger span:nth-child(4) {
  top: 16px;
  transition: all 0.2s;
}
.cid-sHhMlADx1j nav.opened .hamburger span:nth-child(1) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-sHhMlADx1j nav.opened .hamburger span:nth-child(2) {
  transform: rotate(45deg);
  transition: all 0.25s;
}
.cid-sHhMlADx1j nav.opened .hamburger span:nth-child(3) {
  transform: rotate(-45deg);
  transition: all 0.25s;
}
.cid-sHhMlADx1j nav.opened .hamburger span:nth-child(4) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-sHhMlADx1j .navbar-dropdown {
  padding: 0 1rem;
  position: fixed;
}
.cid-sHhMlADx1j a.nav-link {
  display: flex;
  align-items: center;
  justify-content: center;
}
.cid-sHhMlADx1j .icons-menu {
  flex-wrap: nowrap;
  display: flex;
  justify-content: center;
  padding-left: 1rem;
  padding-right: 1rem;
  padding-top: 0.3rem;
  text-align: center;
}
@media screen and (-ms-high-contrast: active), (-ms-high-contrast: none) {
  .cid-sHhMlADx1j .navbar {
    height: 70px;
  }
  .cid-sHhMlADx1j .navbar.opened {
    height: auto;
  }
  .cid-sHhMlADx1j .nav-item .nav-link:hover::before {
    width: 175%;
    max-width: calc(100% + 2rem);
    left: -1rem;
  }
}
.cid-sHhMlAYYTL {
  padding-top: 2rem;
  padding-bottom: 2rem;
  background-image: url("../../../assets/images/trailer-bg-2000x1051.jpg");
}
.cid-sHhMlAYYTL .row {
  align-items: center;
}
@media (max-width: 991px) {
  .cid-sHhMlAYYTL .row {
    flex-direction: column-reverse;
  }
  .cid-sHhMlAYYTL .image-wrapper {
    margin-bottom: 2rem;
  }
  .cid-sHhMlAYYTL .card-wrapper {
    padding: 0 1rem;
  }
}
@media (min-width: 992px) {
  .cid-sHhMlAYYTL .card-wrapper {
    padding-right: 2rem;
  }
}
.cid-sHhMlAYYTL .image-wrapper img {
  width: 100%;
  object-fit: cover;
}
.cid-sHhMlAYYTL .card-title {
  color: #ffffff;
}
.cid-sHhMlAYYTL .mbr-text,
.cid-sHhMlAYYTL .mbr-section-btn {
  color: #ffffff;
}
.cid-sHhMlB9q5O {
  padding-top: 45px;
  padding-bottom: 30px;
  background-color: #ffffff;
  overflow: hidden;
  box-sizing: border-box;
}
.cid-sHhMlB9q5O .mbr-slider .carousel-control {
  background: #1b1b1b;
}
.cid-sHhMlB9q5O .mbr-slider .carousel-control-prev {
  left: 0;
  margin-left: 2.5rem;
}
.cid-sHhMlB9q5O .mbr-slider .carousel-control-next {
  right: 0;
  margin-right: 2.5rem;
}
.cid-sHhMlB9q5O .mbr-slider .modal-body .close {
  background: #1b1b1b;
}
.cid-sHhMlB9q5O .row > .row {
  display: block;
}
.cid-sHhMlB9q5O .mbr-gallery-item {
  width: 100%;
}
.cid-sHhMlB9q5O .mbr-gallery-item > div::before {
  content: '';
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  background: #fa9db7;
  opacity: 0;
  transition: 0.2s opacity ease-in-out;
  border-radius: 30px;
}
.cid-sHhMlB9q5O .mbr-gallery-item > div {
  position: relative;
  transition: 0.5s;
  margin: 0.3rem;
  border-radius: 30px;
  overflow: hidden;
}
.cid-sHhMlB9q5O .mbr-gallery-item > div:hover .mbr-gallery-title::before {
  background: transparent !important;
}
.cid-sHhMlB9q5O .mbr-gallery-item > div:hover:before {
  opacity: 0 !important;
}
.cid-sHhMlB9q5O .mbr-gallery-title {
  font-size: .9em;
  position: absolute;
  display: block;
  width: 100%;
  bottom: 0;
  padding: 1rem;
  color: #ffffff;
  z-index: 2;
}
.cid-sHhMlB9q5O .mbr-gallery-title:before {
  content: " ";
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  z-index: -1;
  position: absolute;
  background: #fa9db7 !important;
  opacity: 0;
  transition: 0.2s background ease-in-out;
  border-radius: 0 0 30px 30px;
}
.cid-sHhMlB9q5O .container {
  max-width: 1200px;
  padding: 0.7rem;
}
.cid-sHhMlB9q5O .mbr-gallery-item > div:hover {
  transform: translate(1rem, 1rem);
}
@media (max-width: 767px) {
  .cid-sHhMlB9q5O {
    padding-top: 15px;
    padding-bottom: 10px;
  }
  .cid-sHhMlB9q5O .col-sm-12 {
    padding: 0 !important;
  }
}
.cid-ttbMT2Ply5 {
  padding-top: 3rem;
  padding-bottom: 0rem;
  background-color: #161869;
}
.cid-ttbMT2Ply5 .mbr-text,
.cid-ttbMT2Ply5 .mbr-section-btn {
  color: #232323;
}
.cid-ttbMT2Ply5 .card-title,
.cid-ttbMT2Ply5 .card-box {
  color: #ffffff;
  text-align: center;
}
.cid-ttbMT2Ply5 .mbr-text,
.cid-ttbMT2Ply5 .link-wrap {
  color: #ffffff;
}
.cid-ttbMSvuZ22 .main_wrapper {
  position: relative;
  height: 640px;
  width: 100%;
  background-color: #c0c0c0;
}
.cid-ttbMSvuZ22 .b_wrapper {
  height: 100%;
  display: flex;
  align-items: center;
  position: relative;
  z-index: 2;
  pointer-events: none;
}
.cid-ttbMSvuZ22 .block_wrapper {
  height: 100%;
  background-color: rgba(22, 24, 105, 0.92);
  pointer-events: fill;
  padding: 50px 20px 50px 50px;
}
.cid-ttbMSvuZ22 .title__address {
  margin-bottom: 20px;
}
.cid-ttbMSvuZ22 .work__address {
  margin: 10px 0 40px;
  color: #ffffff;
}
.cid-ttbMSvuZ22 .work__phone {
  margin-bottom: 20px;
  color: #fafafa;
}
.cid-ttbMSvuZ22 .mbr-section-btn {
  margin-top: 40px;
}
.cid-ttbMSvuZ22 .btn-primary:hover {
  background-color: #bbbbbb !important;
  border-color: #bbbbbb !important;
}
.cid-ttbMSvuZ22 .google-map {
  height: 100%;
  width: 100%;
  position: absolute;
  left: 0;
  top: 0;
  z-index: 1;
}
.cid-ttbMSvuZ22 .google-map iframe {
  height: 100%;
  width: 100%;
}
.cid-ttbMSvuZ22 .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-ttbMSvuZ22 .google-map[data-state] {
  background: #e9e5dc;
}
.cid-ttbMSvuZ22 .google-map[data-state='loading'] [data-state-details] {
  display: none;
}
@media (max-width: 767px) {
  .cid-ttbMSvuZ22 .container {
    max-width: 100%;
  }
  .cid-ttbMSvuZ22 .container .row {
    margin: 0;
  }
  .cid-ttbMSvuZ22 .block_wrapper {
    height: 100%;
    background-color: #161869;
    pointer-events: fill;
    padding: 30px 20px;
  }
}
.cid-ttbMSvuZ22 .title__address,
.cid-ttbMSvuZ22 .mbr-section-btn {
  color: #ffffff;
}
.cid-ttbMSvuZ22 .work__time {
  color: #ffffff;
}
.cid-sHhMlBQ7nH {
  padding-top: 30px;
  padding-bottom: 30px;
  background-color: #000000;
}
.cid-sHhNogXQ2X {
  z-index: 1000;
  width: 100%;
  position: relative;
  min-height: 60px;
}
.cid-sHhNogXQ2X nav.navbar {
  position: fixed;
}
.cid-sHhNogXQ2X .dropdown-item:before {
  font-family: Moririse2 !important;
  content: "\e966";
  display: inline-block;
  width: 0;
  position: absolute;
  left: 1rem;
  top: 0.5rem;
  margin-right: 0.5rem;
  line-height: 1;
  font-size: inherit;
  vertical-align: middle;
  text-align: center;
  overflow: hidden;
  transform: scale(0, 1);
  transition: all 0.25s ease-in-out;
}
.cid-sHhNogXQ2X .dropdown-menu {
  padding: 0;
  border-radius: 4px;
  box-shadow: 0 1px 3px 0 rgba(0, 0, 0, 0.1);
}
.cid-sHhNogXQ2X .dropdown-item {
  border-bottom: 1px solid #e6e6e6;
}
.cid-sHhNogXQ2X .dropdown-item:hover,
.cid-sHhNogXQ2X .dropdown-item:focus {
  background: #161869 !important;
  color: white !important;
}
.cid-sHhNogXQ2X .dropdown-item:first-child {
  border-top-left-radius: 4px;
  border-top-right-radius: 4px;
}
.cid-sHhNogXQ2X .dropdown-item:last-child {
  border-bottom: none;
  border-bottom-left-radius: 4px;
  border-bottom-right-radius: 4px;
}
.cid-sHhNogXQ2X .nav-dropdown .link {
  padding: 0 0.3em !important;
  margin: 0.667em 1em !important;
}
.cid-sHhNogXQ2X .nav-dropdown .link.dropdown-toggle::after {
  margin-left: 0.5rem;
  margin-top: 0.2rem;
}
.cid-sHhNogXQ2X .nav-link {
  position: relative;
}
.cid-sHhNogXQ2X .container {
  display: flex;
  margin: auto;
}
.cid-sHhNogXQ2X .iconfont-wrapper {
  color: #000000 !important;
  font-size: 1.5rem;
  padding-right: 0.5rem;
}
.cid-sHhNogXQ2X .dropdown-menu,
.cid-sHhNogXQ2X .navbar.opened {
  background: #ffffff !important;
}
.cid-sHhNogXQ2X .nav-item:focus,
.cid-sHhNogXQ2X .nav-link:focus {
  outline: none;
}
.cid-sHhNogXQ2X .dropdown .dropdown-menu .dropdown-item {
  width: auto;
  transition: all 0.25s ease-in-out;
}
.cid-sHhNogXQ2X .dropdown .dropdown-menu .dropdown-item::after {
  right: 0.5rem;
}
.cid-sHhNogXQ2X .dropdown .dropdown-menu .dropdown-item .mbr-iconfont {
  margin-right: 0.5rem;
  vertical-align: sub;
}
.cid-sHhNogXQ2X .dropdown .dropdown-menu .dropdown-item .mbr-iconfont:before {
  display: inline-block;
  transform: scale(1, 1);
  transition: all 0.25s ease-in-out;
}
.cid-sHhNogXQ2X .collapsed .dropdown-menu .dropdown-item:before {
  display: none;
}
.cid-sHhNogXQ2X .collapsed .dropdown .dropdown-menu .dropdown-item {
  padding: 0.235em 1.5em 0.235em 1.5em !important;
  transition: none;
  margin: 0 !important;
}
.cid-sHhNogXQ2X .navbar {
  min-height: 70px;
  transition: all 0.3s;
  border-bottom: 1px solid transparent;
  box-shadow: 0 1px 3px 0 rgba(0, 0, 0, 0.1);
  background: #ffffff;
}
.cid-sHhNogXQ2X .navbar.opened {
  transition: all 0.3s;
}
.cid-sHhNogXQ2X .navbar .dropdown-item {
  padding: 0.5rem 1.8rem;
}
.cid-sHhNogXQ2X .navbar .navbar-logo img {
  width: auto;
}
.cid-sHhNogXQ2X .navbar .navbar-collapse {
  justify-content: flex-end;
  z-index: 1;
}
.cid-sHhNogXQ2X .navbar.collapsed {
  justify-content: center;
}
.cid-sHhNogXQ2X .navbar.collapsed .nav-item .nav-link::before {
  display: none;
}
.cid-sHhNogXQ2X .navbar.collapsed.opened .dropdown-menu {
  top: 0;
}
@media (min-width: 992px) {
  .cid-sHhNogXQ2X .navbar.collapsed.opened:not(.navbar-short) .navbar-collapse {
    max-height: calc(98.5vh - 3rem);
  }
}
.cid-sHhNogXQ2X .navbar.collapsed .dropdown-menu .dropdown-submenu {
  left: 0 !important;
}
.cid-sHhNogXQ2X .navbar.collapsed .dropdown-menu .dropdown-item:after {
  right: auto;
}
.cid-sHhNogXQ2X .navbar.collapsed .dropdown-menu .dropdown-toggle[data-toggle="dropdown-submenu"]:after {
  margin-left: 0.5rem;
  margin-top: 0.2rem;
  border-top: 0.35em solid;
  border-right: 0.35em solid transparent;
  border-left: 0.35em solid transparent;
  border-bottom: 0;
  top: 41%;
}
.cid-sHhNogXQ2X .navbar.collapsed ul.navbar-nav li {
  margin: auto;
}
.cid-sHhNogXQ2X .navbar.collapsed .dropdown-menu .dropdown-item {
  padding: 0.25rem 1.5rem;
  text-align: center;
}
.cid-sHhNogXQ2X .navbar.collapsed .icons-menu {
  padding-left: 0;
  padding-right: 0;
  padding-top: 0.5rem;
  padding-bottom: 0.5rem;
}
@media (max-width: 991px) {
  .cid-sHhNogXQ2X .navbar .nav-item .nav-link::before {
    display: none;
  }
  .cid-sHhNogXQ2X .navbar.opened .dropdown-menu {
    top: 0;
  }
  .cid-sHhNogXQ2X .navbar .dropdown-menu .dropdown-submenu {
    left: 0 !important;
  }
  .cid-sHhNogXQ2X .navbar .dropdown-menu .dropdown-item:after {
    right: auto;
  }
  .cid-sHhNogXQ2X .navbar .dropdown-menu .dropdown-toggle[data-toggle="dropdown-submenu"]:after {
    margin-left: 0.5rem;
    margin-top: 0.2rem;
    border-top: 0.35em solid;
    border-right: 0.35em solid transparent;
    border-left: 0.35em solid transparent;
    border-bottom: 0;
    top: 40%;
  }
  .cid-sHhNogXQ2X .navbar .navbar-logo img {
    height: 3rem !important;
  }
  .cid-sHhNogXQ2X .navbar ul.navbar-nav li {
    margin: auto;
  }
  .cid-sHhNogXQ2X .navbar .dropdown-menu .dropdown-item {
    padding: 0.25rem 1.5rem !important;
    text-align: center;
  }
  .cid-sHhNogXQ2X .navbar .navbar-brand {
    flex-shrink: initial;
    flex-basis: auto;
    word-break: break-word;
    padding-right: 2rem;
  }
  .cid-sHhNogXQ2X .navbar .navbar-toggler {
    flex-basis: auto;
  }
  .cid-sHhNogXQ2X .navbar .icons-menu {
    padding-left: 0;
    padding-top: 0.5rem;
    padding-bottom: 0.5rem;
  }
}
.cid-sHhNogXQ2X .navbar.navbar-short {
  min-height: 60px;
}
.cid-sHhNogXQ2X .navbar.navbar-short .navbar-logo img {
  height: 2.5rem !important;
}
.cid-sHhNogXQ2X .navbar.navbar-short .navbar-brand {
  min-height: 60px;
  padding: 0;
}
.cid-sHhNogXQ2X .navbar-brand {
  min-height: 70px;
  flex-shrink: 0;
  align-items: center;
  margin-right: 0;
  padding: 10px 0;
  transition: all 0.3s;
  word-break: break-word;
  z-index: 1;
}
.cid-sHhNogXQ2X .navbar-brand .navbar-caption {
  line-height: inherit !important;
}
.cid-sHhNogXQ2X .navbar-brand .navbar-logo a {
  outline: none;
}
.cid-sHhNogXQ2X .dropdown-item.active,
.cid-sHhNogXQ2X .dropdown-item:active {
  background-color: transparent;
}
.cid-sHhNogXQ2X .navbar-expand-lg .navbar-nav .nav-link {
  padding: 0;
}
.cid-sHhNogXQ2X .nav-dropdown .link.dropdown-toggle {
  margin-right: 1.667em;
}
.cid-sHhNogXQ2X .nav-dropdown .link.dropdown-toggle[aria-expanded="true"] {
  margin-right: 0;
  padding: 0.667em 1.667em;
}
.cid-sHhNogXQ2X .navbar.navbar-expand-lg .dropdown .dropdown-menu {
  background: #ffffff;
}
.cid-sHhNogXQ2X .navbar.navbar-expand-lg .dropdown .dropdown-menu .dropdown-submenu {
  margin: 0;
  left: 100%;
}
.cid-sHhNogXQ2X .navbar .dropdown.open > .dropdown-menu {
  display: block;
}
.cid-sHhNogXQ2X ul.navbar-nav {
  flex-wrap: wrap;
}
.cid-sHhNogXQ2X .navbar-buttons {
  text-align: center;
  min-width: 170px;
}
.cid-sHhNogXQ2X button.navbar-toggler {
  outline: none;
  width: 31px;
  height: 20px;
  cursor: pointer;
  transition: all 0.2s;
  position: relative;
  align-self: center;
}
.cid-sHhNogXQ2X button.navbar-toggler .hamburger span {
  position: absolute;
  right: 0;
  width: 30px;
  height: 2px;
  border-right: 5px;
  background-color: #000000;
}
.cid-sHhNogXQ2X button.navbar-toggler .hamburger span:nth-child(1) {
  top: 0;
  transition: all 0.2s;
}
.cid-sHhNogXQ2X button.navbar-toggler .hamburger span:nth-child(2) {
  top: 8px;
  transition: all 0.15s;
}
.cid-sHhNogXQ2X button.navbar-toggler .hamburger span:nth-child(3) {
  top: 8px;
  transition: all 0.15s;
}
.cid-sHhNogXQ2X button.navbar-toggler .hamburger span:nth-child(4) {
  top: 16px;
  transition: all 0.2s;
}
.cid-sHhNogXQ2X nav.opened .hamburger span:nth-child(1) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-sHhNogXQ2X nav.opened .hamburger span:nth-child(2) {
  transform: rotate(45deg);
  transition: all 0.25s;
}
.cid-sHhNogXQ2X nav.opened .hamburger span:nth-child(3) {
  transform: rotate(-45deg);
  transition: all 0.25s;
}
.cid-sHhNogXQ2X nav.opened .hamburger span:nth-child(4) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-sHhNogXQ2X .navbar-dropdown {
  padding: 0 1rem;
  position: fixed;
}
.cid-sHhNogXQ2X a.nav-link {
  display: flex;
  align-items: center;
  justify-content: center;
}
.cid-sHhNogXQ2X .icons-menu {
  flex-wrap: nowrap;
  display: flex;
  justify-content: center;
  padding-left: 1rem;
  padding-right: 1rem;
  padding-top: 0.3rem;
  text-align: center;
}
@media screen and (-ms-high-contrast: active), (-ms-high-contrast: none) {
  .cid-sHhNogXQ2X .navbar {
    height: 70px;
  }
  .cid-sHhNogXQ2X .navbar.opened {
    height: auto;
  }
  .cid-sHhNogXQ2X .nav-item .nav-link:hover::before {
    width: 175%;
    max-width: calc(100% + 2rem);
    left: -1rem;
  }
}
.cid-sHhNoht3JQ {
  padding-top: 2rem;
  padding-bottom: 2rem;
  background-image: url("../../../assets/images/trailer-bg-2000x1051.jpg");
}
.cid-sHhNoht3JQ .row {
  align-items: center;
}
@media (max-width: 991px) {
  .cid-sHhNoht3JQ .row {
    flex-direction: column-reverse;
  }
  .cid-sHhNoht3JQ .image-wrapper {
    margin-bottom: 2rem;
  }
  .cid-sHhNoht3JQ .card-wrapper {
    padding: 0 1rem;
  }
}
@media (min-width: 992px) {
  .cid-sHhNoht3JQ .card-wrapper {
    padding-right: 2rem;
  }
}
.cid-sHhNoht3JQ .image-wrapper img {
  width: 100%;
  object-fit: cover;
}
.cid-sHhNoht3JQ .card-title {
  color: #ffffff;
}
.cid-sHhNoht3JQ .mbr-text,
.cid-sHhNoht3JQ .mbr-section-btn {
  color: #ffffff;
}
.cid-sHhNohGvF0 {
  padding-top: 45px;
  padding-bottom: 30px;
  background-color: #ffffff;
  overflow: hidden;
  box-sizing: border-box;
}
.cid-sHhNohGvF0 .mbr-slider .carousel-control {
  background: #1b1b1b;
}
.cid-sHhNohGvF0 .mbr-slider .carousel-control-prev {
  left: 0;
  margin-left: 2.5rem;
}
.cid-sHhNohGvF0 .mbr-slider .carousel-control-next {
  right: 0;
  margin-right: 2.5rem;
}
.cid-sHhNohGvF0 .mbr-slider .modal-body .close {
  background: #1b1b1b;
}
.cid-sHhNohGvF0 .row > .row {
  display: block;
}
.cid-sHhNohGvF0 .mbr-gallery-item {
  width: 100%;
}
.cid-sHhNohGvF0 .mbr-gallery-item > div::before {
  content: '';
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  background: #fa9db7;
  opacity: 0;
  transition: 0.2s opacity ease-in-out;
  border-radius: 30px;
}
.cid-sHhNohGvF0 .mbr-gallery-item > div {
  position: relative;
  transition: 0.5s;
  margin: 0.3rem;
  border-radius: 30px;
  overflow: hidden;
}
.cid-sHhNohGvF0 .mbr-gallery-item > div:hover .mbr-gallery-title::before {
  background: transparent !important;
}
.cid-sHhNohGvF0 .mbr-gallery-item > div:hover:before {
  opacity: 0 !important;
}
.cid-sHhNohGvF0 .mbr-gallery-title {
  font-size: .9em;
  position: absolute;
  display: block;
  width: 100%;
  bottom: 0;
  padding: 1rem;
  color: #ffffff;
  z-index: 2;
}
.cid-sHhNohGvF0 .mbr-gallery-title:before {
  content: " ";
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  z-index: -1;
  position: absolute;
  background: #fa9db7 !important;
  opacity: 0;
  transition: 0.2s background ease-in-out;
  border-radius: 0 0 30px 30px;
}
.cid-sHhNohGvF0 .container {
  max-width: 1200px;
  padding: 0.7rem;
}
.cid-sHhNohGvF0 .mbr-gallery-item > div:hover {
  transform: translate(1rem, 1rem);
}
@media (max-width: 767px) {
  .cid-sHhNohGvF0 {
    padding-top: 15px;
    padding-bottom: 10px;
  }
  .cid-sHhNohGvF0 .col-sm-12 {
    padding: 0 !important;
  }
}
.cid-ttbMX2F3Uw {
  padding-top: 3rem;
  padding-bottom: 0rem;
  background-color: #161869;
}
.cid-ttbMX2F3Uw .mbr-text,
.cid-ttbMX2F3Uw .mbr-section-btn {
  color: #232323;
}
.cid-ttbMX2F3Uw .card-title,
.cid-ttbMX2F3Uw .card-box {
  color: #ffffff;
  text-align: center;
}
.cid-ttbMX2F3Uw .mbr-text,
.cid-ttbMX2F3Uw .link-wrap {
  color: #ffffff;
}
.cid-ttbMWxziJn .main_wrapper {
  position: relative;
  height: 640px;
  width: 100%;
  background-color: #c0c0c0;
}
.cid-ttbMWxziJn .b_wrapper {
  height: 100%;
  display: flex;
  align-items: center;
  position: relative;
  z-index: 2;
  pointer-events: none;
}
.cid-ttbMWxziJn .block_wrapper {
  height: 100%;
  background-color: rgba(22, 24, 105, 0.92);
  pointer-events: fill;
  padding: 50px 20px 50px 50px;
}
.cid-ttbMWxziJn .title__address {
  margin-bottom: 20px;
}
.cid-ttbMWxziJn .work__address {
  margin: 10px 0 40px;
  color: #ffffff;
}
.cid-ttbMWxziJn .work__phone {
  margin-bottom: 20px;
  color: #fafafa;
}
.cid-ttbMWxziJn .mbr-section-btn {
  margin-top: 40px;
}
.cid-ttbMWxziJn .btn-primary:hover {
  background-color: #bbbbbb !important;
  border-color: #bbbbbb !important;
}
.cid-ttbMWxziJn .google-map {
  height: 100%;
  width: 100%;
  position: absolute;
  left: 0;
  top: 0;
  z-index: 1;
}
.cid-ttbMWxziJn .google-map iframe {
  height: 100%;
  width: 100%;
}
.cid-ttbMWxziJn .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-ttbMWxziJn .google-map[data-state] {
  background: #e9e5dc;
}
.cid-ttbMWxziJn .google-map[data-state='loading'] [data-state-details] {
  display: none;
}
@media (max-width: 767px) {
  .cid-ttbMWxziJn .container {
    max-width: 100%;
  }
  .cid-ttbMWxziJn .container .row {
    margin: 0;
  }
  .cid-ttbMWxziJn .block_wrapper {
    height: 100%;
    background-color: #161869;
    pointer-events: fill;
    padding: 30px 20px;
  }
}
.cid-ttbMWxziJn .title__address,
.cid-ttbMWxziJn .mbr-section-btn {
  color: #ffffff;
}
.cid-ttbMWxziJn .work__time {
  color: #ffffff;
}
.cid-sHhNoitkKJ {
  padding-top: 30px;
  padding-bottom: 30px;
  background-color: #000000;
}
.cid-sHhOw3kFtq {
  z-index: 1000;
  width: 100%;
  position: relative;
  min-height: 60px;
}
.cid-sHhOw3kFtq nav.navbar {
  position: fixed;
}
.cid-sHhOw3kFtq .dropdown-item:before {
  font-family: Moririse2 !important;
  content: "\e966";
  display: inline-block;
  width: 0;
  position: absolute;
  left: 1rem;
  top: 0.5rem;
  margin-right: 0.5rem;
  line-height: 1;
  font-size: inherit;
  vertical-align: middle;
  text-align: center;
  overflow: hidden;
  transform: scale(0, 1);
  transition: all 0.25s ease-in-out;
}
.cid-sHhOw3kFtq .dropdown-menu {
  padding: 0;
  border-radius: 4px;
  box-shadow: 0 1px 3px 0 rgba(0, 0, 0, 0.1);
}
.cid-sHhOw3kFtq .dropdown-item {
  border-bottom: 1px solid #e6e6e6;
}
.cid-sHhOw3kFtq .dropdown-item:hover,
.cid-sHhOw3kFtq .dropdown-item:focus {
  background: #161869 !important;
  color: white !important;
}
.cid-sHhOw3kFtq .dropdown-item:first-child {
  border-top-left-radius: 4px;
  border-top-right-radius: 4px;
}
.cid-sHhOw3kFtq .dropdown-item:last-child {
  border-bottom: none;
  border-bottom-left-radius: 4px;
  border-bottom-right-radius: 4px;
}
.cid-sHhOw3kFtq .nav-dropdown .link {
  padding: 0 0.3em !important;
  margin: 0.667em 1em !important;
}
.cid-sHhOw3kFtq .nav-dropdown .link.dropdown-toggle::after {
  margin-left: 0.5rem;
  margin-top: 0.2rem;
}
.cid-sHhOw3kFtq .nav-link {
  position: relative;
}
.cid-sHhOw3kFtq .container {
  display: flex;
  margin: auto;
}
.cid-sHhOw3kFtq .iconfont-wrapper {
  color: #000000 !important;
  font-size: 1.5rem;
  padding-right: 0.5rem;
}
.cid-sHhOw3kFtq .dropdown-menu,
.cid-sHhOw3kFtq .navbar.opened {
  background: #ffffff !important;
}
.cid-sHhOw3kFtq .nav-item:focus,
.cid-sHhOw3kFtq .nav-link:focus {
  outline: none;
}
.cid-sHhOw3kFtq .dropdown .dropdown-menu .dropdown-item {
  width: auto;
  transition: all 0.25s ease-in-out;
}
.cid-sHhOw3kFtq .dropdown .dropdown-menu .dropdown-item::after {
  right: 0.5rem;
}
.cid-sHhOw3kFtq .dropdown .dropdown-menu .dropdown-item .mbr-iconfont {
  margin-right: 0.5rem;
  vertical-align: sub;
}
.cid-sHhOw3kFtq .dropdown .dropdown-menu .dropdown-item .mbr-iconfont:before {
  display: inline-block;
  transform: scale(1, 1);
  transition: all 0.25s ease-in-out;
}
.cid-sHhOw3kFtq .collapsed .dropdown-menu .dropdown-item:before {
  display: none;
}
.cid-sHhOw3kFtq .collapsed .dropdown .dropdown-menu .dropdown-item {
  padding: 0.235em 1.5em 0.235em 1.5em !important;
  transition: none;
  margin: 0 !important;
}
.cid-sHhOw3kFtq .navbar {
  min-height: 70px;
  transition: all 0.3s;
  border-bottom: 1px solid transparent;
  box-shadow: 0 1px 3px 0 rgba(0, 0, 0, 0.1);
  background: #ffffff;
}
.cid-sHhOw3kFtq .navbar.opened {
  transition: all 0.3s;
}
.cid-sHhOw3kFtq .navbar .dropdown-item {
  padding: 0.5rem 1.8rem;
}
.cid-sHhOw3kFtq .navbar .navbar-logo img {
  width: auto;
}
.cid-sHhOw3kFtq .navbar .navbar-collapse {
  justify-content: flex-end;
  z-index: 1;
}
.cid-sHhOw3kFtq .navbar.collapsed {
  justify-content: center;
}
.cid-sHhOw3kFtq .navbar.collapsed .nav-item .nav-link::before {
  display: none;
}
.cid-sHhOw3kFtq .navbar.collapsed.opened .dropdown-menu {
  top: 0;
}
@media (min-width: 992px) {
  .cid-sHhOw3kFtq .navbar.collapsed.opened:not(.navbar-short) .navbar-collapse {
    max-height: calc(98.5vh - 3rem);
  }
}
.cid-sHhOw3kFtq .navbar.collapsed .dropdown-menu .dropdown-submenu {
  left: 0 !important;
}
.cid-sHhOw3kFtq .navbar.collapsed .dropdown-menu .dropdown-item:after {
  right: auto;
}
.cid-sHhOw3kFtq .navbar.collapsed .dropdown-menu .dropdown-toggle[data-toggle="dropdown-submenu"]:after {
  margin-left: 0.5rem;
  margin-top: 0.2rem;
  border-top: 0.35em solid;
  border-right: 0.35em solid transparent;
  border-left: 0.35em solid transparent;
  border-bottom: 0;
  top: 41%;
}
.cid-sHhOw3kFtq .navbar.collapsed ul.navbar-nav li {
  margin: auto;
}
.cid-sHhOw3kFtq .navbar.collapsed .dropdown-menu .dropdown-item {
  padding: 0.25rem 1.5rem;
  text-align: center;
}
.cid-sHhOw3kFtq .navbar.collapsed .icons-menu {
  padding-left: 0;
  padding-right: 0;
  padding-top: 0.5rem;
  padding-bottom: 0.5rem;
}
@media (max-width: 991px) {
  .cid-sHhOw3kFtq .navbar .nav-item .nav-link::before {
    display: none;
  }
  .cid-sHhOw3kFtq .navbar.opened .dropdown-menu {
    top: 0;
  }
  .cid-sHhOw3kFtq .navbar .dropdown-menu .dropdown-submenu {
    left: 0 !important;
  }
  .cid-sHhOw3kFtq .navbar .dropdown-menu .dropdown-item:after {
    right: auto;
  }
  .cid-sHhOw3kFtq .navbar .dropdown-menu .dropdown-toggle[data-toggle="dropdown-submenu"]:after {
    margin-left: 0.5rem;
    margin-top: 0.2rem;
    border-top: 0.35em solid;
    border-right: 0.35em solid transparent;
    border-left: 0.35em solid transparent;
    border-bottom: 0;
    top: 40%;
  }
  .cid-sHhOw3kFtq .navbar .navbar-logo img {
    height: 3rem !important;
  }
  .cid-sHhOw3kFtq .navbar ul.navbar-nav li {
    margin: auto;
  }
  .cid-sHhOw3kFtq .navbar .dropdown-menu .dropdown-item {
    padding: 0.25rem 1.5rem !important;
    text-align: center;
  }
  .cid-sHhOw3kFtq .navbar .navbar-brand {
    flex-shrink: initial;
    flex-basis: auto;
    word-break: break-word;
    padding-right: 2rem;
  }
  .cid-sHhOw3kFtq .navbar .navbar-toggler {
    flex-basis: auto;
  }
  .cid-sHhOw3kFtq .navbar .icons-menu {
    padding-left: 0;
    padding-top: 0.5rem;
    padding-bottom: 0.5rem;
  }
}
.cid-sHhOw3kFtq .navbar.navbar-short {
  min-height: 60px;
}
.cid-sHhOw3kFtq .navbar.navbar-short .navbar-logo img {
  height: 2.5rem !important;
}
.cid-sHhOw3kFtq .navbar.navbar-short .navbar-brand {
  min-height: 60px;
  padding: 0;
}
.cid-sHhOw3kFtq .navbar-brand {
  min-height: 70px;
  flex-shrink: 0;
  align-items: center;
  margin-right: 0;
  padding: 10px 0;
  transition: all 0.3s;
  word-break: break-word;
  z-index: 1;
}
.cid-sHhOw3kFtq .navbar-brand .navbar-caption {
  line-height: inherit !important;
}
.cid-sHhOw3kFtq .navbar-brand .navbar-logo a {
  outline: none;
}
.cid-sHhOw3kFtq .dropdown-item.active,
.cid-sHhOw3kFtq .dropdown-item:active {
  background-color: transparent;
}
.cid-sHhOw3kFtq .navbar-expand-lg .navbar-nav .nav-link {
  padding: 0;
}
.cid-sHhOw3kFtq .nav-dropdown .link.dropdown-toggle {
  margin-right: 1.667em;
}
.cid-sHhOw3kFtq .nav-dropdown .link.dropdown-toggle[aria-expanded="true"] {
  margin-right: 0;
  padding: 0.667em 1.667em;
}
.cid-sHhOw3kFtq .navbar.navbar-expand-lg .dropdown .dropdown-menu {
  background: #ffffff;
}
.cid-sHhOw3kFtq .navbar.navbar-expand-lg .dropdown .dropdown-menu .dropdown-submenu {
  margin: 0;
  left: 100%;
}
.cid-sHhOw3kFtq .navbar .dropdown.open > .dropdown-menu {
  display: block;
}
.cid-sHhOw3kFtq ul.navbar-nav {
  flex-wrap: wrap;
}
.cid-sHhOw3kFtq .navbar-buttons {
  text-align: center;
  min-width: 170px;
}
.cid-sHhOw3kFtq button.navbar-toggler {
  outline: none;
  width: 31px;
  height: 20px;
  cursor: pointer;
  transition: all 0.2s;
  position: relative;
  align-self: center;
}
.cid-sHhOw3kFtq button.navbar-toggler .hamburger span {
  position: absolute;
  right: 0;
  width: 30px;
  height: 2px;
  border-right: 5px;
  background-color: #000000;
}
.cid-sHhOw3kFtq button.navbar-toggler .hamburger span:nth-child(1) {
  top: 0;
  transition: all 0.2s;
}
.cid-sHhOw3kFtq button.navbar-toggler .hamburger span:nth-child(2) {
  top: 8px;
  transition: all 0.15s;
}
.cid-sHhOw3kFtq button.navbar-toggler .hamburger span:nth-child(3) {
  top: 8px;
  transition: all 0.15s;
}
.cid-sHhOw3kFtq button.navbar-toggler .hamburger span:nth-child(4) {
  top: 16px;
  transition: all 0.2s;
}
.cid-sHhOw3kFtq nav.opened .hamburger span:nth-child(1) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-sHhOw3kFtq nav.opened .hamburger span:nth-child(2) {
  transform: rotate(45deg);
  transition: all 0.25s;
}
.cid-sHhOw3kFtq nav.opened .hamburger span:nth-child(3) {
  transform: rotate(-45deg);
  transition: all 0.25s;
}
.cid-sHhOw3kFtq nav.opened .hamburger span:nth-child(4) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-sHhOw3kFtq .navbar-dropdown {
  padding: 0 1rem;
  position: fixed;
}
.cid-sHhOw3kFtq a.nav-link {
  display: flex;
  align-items: center;
  justify-content: center;
}
.cid-sHhOw3kFtq .icons-menu {
  flex-wrap: nowrap;
  display: flex;
  justify-content: center;
  padding-left: 1rem;
  padding-right: 1rem;
  padding-top: 0.3rem;
  text-align: center;
}
@media screen and (-ms-high-contrast: active), (-ms-high-contrast: none) {
  .cid-sHhOw3kFtq .navbar {
    height: 70px;
  }
  .cid-sHhOw3kFtq .navbar.opened {
    height: auto;
  }
  .cid-sHhOw3kFtq .nav-item .nav-link:hover::before {
    width: 175%;
    max-width: calc(100% + 2rem);
    left: -1rem;
  }
}
.cid-sHhOw3KHy2 {
  padding-top: 2rem;
  padding-bottom: 2rem;
  background-image: url("../../../assets/images/trailer-bg-2000x1051.jpg");
}
.cid-sHhOw3KHy2 .row {
  align-items: center;
}
@media (max-width: 991px) {
  .cid-sHhOw3KHy2 .row {
    flex-direction: column-reverse;
  }
  .cid-sHhOw3KHy2 .image-wrapper {
    margin-bottom: 2rem;
  }
  .cid-sHhOw3KHy2 .card-wrapper {
    padding: 0 1rem;
  }
}
@media (min-width: 992px) {
  .cid-sHhOw3KHy2 .card-wrapper {
    padding-right: 2rem;
  }
}
.cid-sHhOw3KHy2 .image-wrapper img {
  width: 100%;
  object-fit: cover;
}
.cid-sHhOw3KHy2 .card-title {
  color: #ffffff;
}
.cid-sHhOw3KHy2 .mbr-text,
.cid-sHhOw3KHy2 .mbr-section-btn {
  color: #ffffff;
}
.cid-sHhOw41Njq {
  padding-top: 45px;
  padding-bottom: 30px;
  background-color: #ffffff;
  overflow: hidden;
  box-sizing: border-box;
}
.cid-sHhOw41Njq .mbr-slider .carousel-control {
  background: #1b1b1b;
}
.cid-sHhOw41Njq .mbr-slider .carousel-control-prev {
  left: 0;
  margin-left: 2.5rem;
}
.cid-sHhOw41Njq .mbr-slider .carousel-control-next {
  right: 0;
  margin-right: 2.5rem;
}
.cid-sHhOw41Njq .mbr-slider .modal-body .close {
  background: #1b1b1b;
}
.cid-sHhOw41Njq .row > .row {
  display: block;
}
.cid-sHhOw41Njq .mbr-gallery-item {
  width: 100%;
}
.cid-sHhOw41Njq .mbr-gallery-item > div::before {
  content: '';
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  background: #fa9db7;
  opacity: 0;
  transition: 0.2s opacity ease-in-out;
  border-radius: 30px;
}
.cid-sHhOw41Njq .mbr-gallery-item > div {
  position: relative;
  transition: 0.5s;
  margin: 0.3rem;
  border-radius: 30px;
  overflow: hidden;
}
.cid-sHhOw41Njq .mbr-gallery-item > div:hover .mbr-gallery-title::before {
  background: transparent !important;
}
.cid-sHhOw41Njq .mbr-gallery-item > div:hover:before {
  opacity: 0 !important;
}
.cid-sHhOw41Njq .mbr-gallery-title {
  font-size: .9em;
  position: absolute;
  display: block;
  width: 100%;
  bottom: 0;
  padding: 1rem;
  color: #ffffff;
  z-index: 2;
}
.cid-sHhOw41Njq .mbr-gallery-title:before {
  content: " ";
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  z-index: -1;
  position: absolute;
  background: #fa9db7 !important;
  opacity: 0;
  transition: 0.2s background ease-in-out;
  border-radius: 0 0 30px 30px;
}
.cid-sHhOw41Njq .container {
  max-width: 1200px;
  padding: 0.7rem;
}
.cid-sHhOw41Njq .mbr-gallery-item > div:hover {
  transform: translate(1rem, 1rem);
}
@media (max-width: 767px) {
  .cid-sHhOw41Njq {
    padding-top: 15px;
    padding-bottom: 10px;
  }
  .cid-sHhOw41Njq .col-sm-12 {
    padding: 0 !important;
  }
}
.cid-ttbMZX7RQm {
  padding-top: 3rem;
  padding-bottom: 0rem;
  background-color: #161869;
}
.cid-ttbMZX7RQm .mbr-text,
.cid-ttbMZX7RQm .mbr-section-btn {
  color: #232323;
}
.cid-ttbMZX7RQm .card-title,
.cid-ttbMZX7RQm .card-box {
  color: #ffffff;
  text-align: center;
}
.cid-ttbMZX7RQm .mbr-text,
.cid-ttbMZX7RQm .link-wrap {
  color: #ffffff;
}
.cid-ttbMZpkhYN .main_wrapper {
  position: relative;
  height: 640px;
  width: 100%;
  background-color: #c0c0c0;
}
.cid-ttbMZpkhYN .b_wrapper {
  height: 100%;
  display: flex;
  align-items: center;
  position: relative;
  z-index: 2;
  pointer-events: none;
}
.cid-ttbMZpkhYN .block_wrapper {
  height: 100%;
  background-color: rgba(22, 24, 105, 0.92);
  pointer-events: fill;
  padding: 50px 20px 50px 50px;
}
.cid-ttbMZpkhYN .title__address {
  margin-bottom: 20px;
}
.cid-ttbMZpkhYN .work__address {
  margin: 10px 0 40px;
  color: #ffffff;
}
.cid-ttbMZpkhYN .work__phone {
  margin-bottom: 20px;
  color: #fafafa;
}
.cid-ttbMZpkhYN .mbr-section-btn {
  margin-top: 40px;
}
.cid-ttbMZpkhYN .btn-primary:hover {
  background-color: #bbbbbb !important;
  border-color: #bbbbbb !important;
}
.cid-ttbMZpkhYN .google-map {
  height: 100%;
  width: 100%;
  position: absolute;
  left: 0;
  top: 0;
  z-index: 1;
}
.cid-ttbMZpkhYN .google-map iframe {
  height: 100%;
  width: 100%;
}
.cid-ttbMZpkhYN .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-ttbMZpkhYN .google-map[data-state] {
  background: #e9e5dc;
}
.cid-ttbMZpkhYN .google-map[data-state='loading'] [data-state-details] {
  display: none;
}
@media (max-width: 767px) {
  .cid-ttbMZpkhYN .container {
    max-width: 100%;
  }
  .cid-ttbMZpkhYN .container .row {
    margin: 0;
  }
  .cid-ttbMZpkhYN .block_wrapper {
    height: 100%;
    background-color: #161869;
    pointer-events: fill;
    padding: 30px 20px;
  }
}
.cid-ttbMZpkhYN .title__address,
.cid-ttbMZpkhYN .mbr-section-btn {
  color: #ffffff;
}
.cid-ttbMZpkhYN .work__time {
  color: #ffffff;
}
.cid-sHhOw4KEBi {
  padding-top: 30px;
  padding-bottom: 30px;
  background-color: #000000;
}
.cid-sHhQobl8VE {
  z-index: 1000;
  width: 100%;
  position: relative;
  min-height: 60px;
}
.cid-sHhQobl8VE nav.navbar {
  position: fixed;
}
.cid-sHhQobl8VE .dropdown-item:before {
  font-family: Moririse2 !important;
  content: "\e966";
  display: inline-block;
  width: 0;
  position: absolute;
  left: 1rem;
  top: 0.5rem;
  margin-right: 0.5rem;
  line-height: 1;
  font-size: inherit;
  vertical-align: middle;
  text-align: center;
  overflow: hidden;
  transform: scale(0, 1);
  transition: all 0.25s ease-in-out;
}
.cid-sHhQobl8VE .dropdown-menu {
  padding: 0;
  border-radius: 4px;
  box-shadow: 0 1px 3px 0 rgba(0, 0, 0, 0.1);
}
.cid-sHhQobl8VE .dropdown-item {
  border-bottom: 1px solid #e6e6e6;
}
.cid-sHhQobl8VE .dropdown-item:hover,
.cid-sHhQobl8VE .dropdown-item:focus {
  background: #161869 !important;
  color: white !important;
}
.cid-sHhQobl8VE .dropdown-item:first-child {
  border-top-left-radius: 4px;
  border-top-right-radius: 4px;
}
.cid-sHhQobl8VE .dropdown-item:last-child {
  border-bottom: none;
  border-bottom-left-radius: 4px;
  border-bottom-right-radius: 4px;
}
.cid-sHhQobl8VE .nav-dropdown .link {
  padding: 0 0.3em !important;
  margin: 0.667em 1em !important;
}
.cid-sHhQobl8VE .nav-dropdown .link.dropdown-toggle::after {
  margin-left: 0.5rem;
  margin-top: 0.2rem;
}
.cid-sHhQobl8VE .nav-link {
  position: relative;
}
.cid-sHhQobl8VE .container {
  display: flex;
  margin: auto;
}
.cid-sHhQobl8VE .iconfont-wrapper {
  color: #000000 !important;
  font-size: 1.5rem;
  padding-right: 0.5rem;
}
.cid-sHhQobl8VE .dropdown-menu,
.cid-sHhQobl8VE .navbar.opened {
  background: #ffffff !important;
}
.cid-sHhQobl8VE .nav-item:focus,
.cid-sHhQobl8VE .nav-link:focus {
  outline: none;
}
.cid-sHhQobl8VE .dropdown .dropdown-menu .dropdown-item {
  width: auto;
  transition: all 0.25s ease-in-out;
}
.cid-sHhQobl8VE .dropdown .dropdown-menu .dropdown-item::after {
  right: 0.5rem;
}
.cid-sHhQobl8VE .dropdown .dropdown-menu .dropdown-item .mbr-iconfont {
  margin-right: 0.5rem;
  vertical-align: sub;
}
.cid-sHhQobl8VE .dropdown .dropdown-menu .dropdown-item .mbr-iconfont:before {
  display: inline-block;
  transform: scale(1, 1);
  transition: all 0.25s ease-in-out;
}
.cid-sHhQobl8VE .collapsed .dropdown-menu .dropdown-item:before {
  display: none;
}
.cid-sHhQobl8VE .collapsed .dropdown .dropdown-menu .dropdown-item {
  padding: 0.235em 1.5em 0.235em 1.5em !important;
  transition: none;
  margin: 0 !important;
}
.cid-sHhQobl8VE .navbar {
  min-height: 70px;
  transition: all 0.3s;
  border-bottom: 1px solid transparent;
  box-shadow: 0 1px 3px 0 rgba(0, 0, 0, 0.1);
  background: #ffffff;
}
.cid-sHhQobl8VE .navbar.opened {
  transition: all 0.3s;
}
.cid-sHhQobl8VE .navbar .dropdown-item {
  padding: 0.5rem 1.8rem;
}
.cid-sHhQobl8VE .navbar .navbar-logo img {
  width: auto;
}
.cid-sHhQobl8VE .navbar .navbar-collapse {
  justify-content: flex-end;
  z-index: 1;
}
.cid-sHhQobl8VE .navbar.collapsed {
  justify-content: center;
}
.cid-sHhQobl8VE .navbar.collapsed .nav-item .nav-link::before {
  display: none;
}
.cid-sHhQobl8VE .navbar.collapsed.opened .dropdown-menu {
  top: 0;
}
@media (min-width: 992px) {
  .cid-sHhQobl8VE .navbar.collapsed.opened:not(.navbar-short) .navbar-collapse {
    max-height: calc(98.5vh - 3rem);
  }
}
.cid-sHhQobl8VE .navbar.collapsed .dropdown-menu .dropdown-submenu {
  left: 0 !important;
}
.cid-sHhQobl8VE .navbar.collapsed .dropdown-menu .dropdown-item:after {
  right: auto;
}
.cid-sHhQobl8VE .navbar.collapsed .dropdown-menu .dropdown-toggle[data-toggle="dropdown-submenu"]:after {
  margin-left: 0.5rem;
  margin-top: 0.2rem;
  border-top: 0.35em solid;
  border-right: 0.35em solid transparent;
  border-left: 0.35em solid transparent;
  border-bottom: 0;
  top: 41%;
}
.cid-sHhQobl8VE .navbar.collapsed ul.navbar-nav li {
  margin: auto;
}
.cid-sHhQobl8VE .navbar.collapsed .dropdown-menu .dropdown-item {
  padding: 0.25rem 1.5rem;
  text-align: center;
}
.cid-sHhQobl8VE .navbar.collapsed .icons-menu {
  padding-left: 0;
  padding-right: 0;
  padding-top: 0.5rem;
  padding-bottom: 0.5rem;
}
@media (max-width: 991px) {
  .cid-sHhQobl8VE .navbar .nav-item .nav-link::before {
    display: none;
  }
  .cid-sHhQobl8VE .navbar.opened .dropdown-menu {
    top: 0;
  }
  .cid-sHhQobl8VE .navbar .dropdown-menu .dropdown-submenu {
    left: 0 !important;
  }
  .cid-sHhQobl8VE .navbar .dropdown-menu .dropdown-item:after {
    right: auto;
  }
  .cid-sHhQobl8VE .navbar .dropdown-menu .dropdown-toggle[data-toggle="dropdown-submenu"]:after {
    margin-left: 0.5rem;
    margin-top: 0.2rem;
    border-top: 0.35em solid;
    border-right: 0.35em solid transparent;
    border-left: 0.35em solid transparent;
    border-bottom: 0;
    top: 40%;
  }
  .cid-sHhQobl8VE .navbar .navbar-logo img {
    height: 3rem !important;
  }
  .cid-sHhQobl8VE .navbar ul.navbar-nav li {
    margin: auto;
  }
  .cid-sHhQobl8VE .navbar .dropdown-menu .dropdown-item {
    padding: 0.25rem 1.5rem !important;
    text-align: center;
  }
  .cid-sHhQobl8VE .navbar .navbar-brand {
    flex-shrink: initial;
    flex-basis: auto;
    word-break: break-word;
    padding-right: 2rem;
  }
  .cid-sHhQobl8VE .navbar .navbar-toggler {
    flex-basis: auto;
  }
  .cid-sHhQobl8VE .navbar .icons-menu {
    padding-left: 0;
    padding-top: 0.5rem;
    padding-bottom: 0.5rem;
  }
}
.cid-sHhQobl8VE .navbar.navbar-short {
  min-height: 60px;
}
.cid-sHhQobl8VE .navbar.navbar-short .navbar-logo img {
  height: 2.5rem !important;
}
.cid-sHhQobl8VE .navbar.navbar-short .navbar-brand {
  min-height: 60px;
  padding: 0;
}
.cid-sHhQobl8VE .navbar-brand {
  min-height: 70px;
  flex-shrink: 0;
  align-items: center;
  margin-right: 0;
  padding: 10px 0;
  transition: all 0.3s;
  word-break: break-word;
  z-index: 1;
}
.cid-sHhQobl8VE .navbar-brand .navbar-caption {
  line-height: inherit !important;
}
.cid-sHhQobl8VE .navbar-brand .navbar-logo a {
  outline: none;
}
.cid-sHhQobl8VE .dropdown-item.active,
.cid-sHhQobl8VE .dropdown-item:active {
  background-color: transparent;
}
.cid-sHhQobl8VE .navbar-expand-lg .navbar-nav .nav-link {
  padding: 0;
}
.cid-sHhQobl8VE .nav-dropdown .link.dropdown-toggle {
  margin-right: 1.667em;
}
.cid-sHhQobl8VE .nav-dropdown .link.dropdown-toggle[aria-expanded="true"] {
  margin-right: 0;
  padding: 0.667em 1.667em;
}
.cid-sHhQobl8VE .navbar.navbar-expand-lg .dropdown .dropdown-menu {
  background: #ffffff;
}
.cid-sHhQobl8VE .navbar.navbar-expand-lg .dropdown .dropdown-menu .dropdown-submenu {
  margin: 0;
  left: 100%;
}
.cid-sHhQobl8VE .navbar .dropdown.open > .dropdown-menu {
  display: block;
}
.cid-sHhQobl8VE ul.navbar-nav {
  flex-wrap: wrap;
}
.cid-sHhQobl8VE .navbar-buttons {
  text-align: center;
  min-width: 170px;
}
.cid-sHhQobl8VE button.navbar-toggler {
  outline: none;
  width: 31px;
  height: 20px;
  cursor: pointer;
  transition: all 0.2s;
  position: relative;
  align-self: center;
}
.cid-sHhQobl8VE button.navbar-toggler .hamburger span {
  position: absolute;
  right: 0;
  width: 30px;
  height: 2px;
  border-right: 5px;
  background-color: #000000;
}
.cid-sHhQobl8VE button.navbar-toggler .hamburger span:nth-child(1) {
  top: 0;
  transition: all 0.2s;
}
.cid-sHhQobl8VE button.navbar-toggler .hamburger span:nth-child(2) {
  top: 8px;
  transition: all 0.15s;
}
.cid-sHhQobl8VE button.navbar-toggler .hamburger span:nth-child(3) {
  top: 8px;
  transition: all 0.15s;
}
.cid-sHhQobl8VE button.navbar-toggler .hamburger span:nth-child(4) {
  top: 16px;
  transition: all 0.2s;
}
.cid-sHhQobl8VE nav.opened .hamburger span:nth-child(1) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-sHhQobl8VE nav.opened .hamburger span:nth-child(2) {
  transform: rotate(45deg);
  transition: all 0.25s;
}
.cid-sHhQobl8VE nav.opened .hamburger span:nth-child(3) {
  transform: rotate(-45deg);
  transition: all 0.25s;
}
.cid-sHhQobl8VE nav.opened .hamburger span:nth-child(4) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-sHhQobl8VE .navbar-dropdown {
  padding: 0 1rem;
  position: fixed;
}
.cid-sHhQobl8VE a.nav-link {
  display: flex;
  align-items: center;
  justify-content: center;
}
.cid-sHhQobl8VE .icons-menu {
  flex-wrap: nowrap;
  display: flex;
  justify-content: center;
  padding-left: 1rem;
  padding-right: 1rem;
  padding-top: 0.3rem;
  text-align: center;
}
@media screen and (-ms-high-contrast: active), (-ms-high-contrast: none) {
  .cid-sHhQobl8VE .navbar {
    height: 70px;
  }
  .cid-sHhQobl8VE .navbar.opened {
    height: auto;
  }
  .cid-sHhQobl8VE .nav-item .nav-link:hover::before {
    width: 175%;
    max-width: calc(100% + 2rem);
    left: -1rem;
  }
}
.cid-sHhQobT1lq {
  padding-top: 2rem;
  padding-bottom: 2rem;
  background-image: url("../../../assets/images/trailer-bg-2000x1051.jpg");
}
.cid-sHhQobT1lq .row {
  align-items: center;
}
@media (max-width: 991px) {
  .cid-sHhQobT1lq .row {
    flex-direction: column-reverse;
  }
  .cid-sHhQobT1lq .image-wrapper {
    margin-bottom: 2rem;
  }
  .cid-sHhQobT1lq .card-wrapper {
    padding: 0 1rem;
  }
}
@media (min-width: 992px) {
  .cid-sHhQobT1lq .card-wrapper {
    padding-right: 2rem;
  }
}
.cid-sHhQobT1lq .image-wrapper img {
  width: 100%;
  object-fit: cover;
}
.cid-sHhQobT1lq .card-title {
  color: #ffffff;
}
.cid-sHhQobT1lq .mbr-text,
.cid-sHhQobT1lq .mbr-section-btn {
  color: #ffffff;
}
.cid-sHhQocbAfr {
  padding-top: 45px;
  padding-bottom: 30px;
  background-color: #ffffff;
  overflow: hidden;
  box-sizing: border-box;
}
.cid-sHhQocbAfr .mbr-slider .carousel-control {
  background: #1b1b1b;
}
.cid-sHhQocbAfr .mbr-slider .carousel-control-prev {
  left: 0;
  margin-left: 2.5rem;
}
.cid-sHhQocbAfr .mbr-slider .carousel-control-next {
  right: 0;
  margin-right: 2.5rem;
}
.cid-sHhQocbAfr .mbr-slider .modal-body .close {
  background: #1b1b1b;
}
.cid-sHhQocbAfr .row > .row {
  display: block;
}
.cid-sHhQocbAfr .mbr-gallery-item {
  width: 100%;
}
.cid-sHhQocbAfr .mbr-gallery-item > div::before {
  content: '';
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  background: #fa9db7;
  opacity: 0;
  transition: 0.2s opacity ease-in-out;
  border-radius: 30px;
}
.cid-sHhQocbAfr .mbr-gallery-item > div {
  position: relative;
  transition: 0.5s;
  margin: 0.3rem;
  border-radius: 30px;
  overflow: hidden;
}
.cid-sHhQocbAfr .mbr-gallery-item > div:hover .mbr-gallery-title::before {
  background: transparent !important;
}
.cid-sHhQocbAfr .mbr-gallery-item > div:hover:before {
  opacity: 0 !important;
}
.cid-sHhQocbAfr .mbr-gallery-title {
  font-size: .9em;
  position: absolute;
  display: block;
  width: 100%;
  bottom: 0;
  padding: 1rem;
  color: #ffffff;
  z-index: 2;
}
.cid-sHhQocbAfr .mbr-gallery-title:before {
  content: " ";
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  z-index: -1;
  position: absolute;
  background: #fa9db7 !important;
  opacity: 0;
  transition: 0.2s background ease-in-out;
  border-radius: 0 0 30px 30px;
}
.cid-sHhQocbAfr .container {
  max-width: 1200px;
  padding: 0.7rem;
}
.cid-sHhQocbAfr .mbr-gallery-item > div:hover {
  transform: translate(1rem, 1rem);
}
@media (max-width: 767px) {
  .cid-sHhQocbAfr {
    padding-top: 15px;
    padding-bottom: 10px;
  }
  .cid-sHhQocbAfr .col-sm-12 {
    padding: 0 !important;
  }
}
.cid-ttbN3comxW {
  padding-top: 3rem;
  padding-bottom: 0rem;
  background-color: #161869;
}
.cid-ttbN3comxW .mbr-text,
.cid-ttbN3comxW .mbr-section-btn {
  color: #232323;
}
.cid-ttbN3comxW .card-title,
.cid-ttbN3comxW .card-box {
  color: #ffffff;
  text-align: center;
}
.cid-ttbN3comxW .mbr-text,
.cid-ttbN3comxW .link-wrap {
  color: #ffffff;
}
.cid-ttbN22siXv .main_wrapper {
  position: relative;
  height: 640px;
  width: 100%;
  background-color: #c0c0c0;
}
.cid-ttbN22siXv .b_wrapper {
  height: 100%;
  display: flex;
  align-items: center;
  position: relative;
  z-index: 2;
  pointer-events: none;
}
.cid-ttbN22siXv .block_wrapper {
  height: 100%;
  background-color: rgba(22, 24, 105, 0.92);
  pointer-events: fill;
  padding: 50px 20px 50px 50px;
}
.cid-ttbN22siXv .title__address {
  margin-bottom: 20px;
}
.cid-ttbN22siXv .work__address {
  margin: 10px 0 40px;
  color: #ffffff;
}
.cid-ttbN22siXv .work__phone {
  margin-bottom: 20px;
  color: #fafafa;
}
.cid-ttbN22siXv .mbr-section-btn {
  margin-top: 40px;
}
.cid-ttbN22siXv .btn-primary:hover {
  background-color: #bbbbbb !important;
  border-color: #bbbbbb !important;
}
.cid-ttbN22siXv .google-map {
  height: 100%;
  width: 100%;
  position: absolute;
  left: 0;
  top: 0;
  z-index: 1;
}
.cid-ttbN22siXv .google-map iframe {
  height: 100%;
  width: 100%;
}
.cid-ttbN22siXv .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-ttbN22siXv .google-map[data-state] {
  background: #e9e5dc;
}
.cid-ttbN22siXv .google-map[data-state='loading'] [data-state-details] {
  display: none;
}
@media (max-width: 767px) {
  .cid-ttbN22siXv .container {
    max-width: 100%;
  }
  .cid-ttbN22siXv .container .row {
    margin: 0;
  }
  .cid-ttbN22siXv .block_wrapper {
    height: 100%;
    background-color: #161869;
    pointer-events: fill;
    padding: 30px 20px;
  }
}
.cid-ttbN22siXv .title__address,
.cid-ttbN22siXv .mbr-section-btn {
  color: #ffffff;
}
.cid-ttbN22siXv .work__time {
  color: #ffffff;
}
.cid-sHhQocUdOA {
  padding-top: 30px;
  padding-bottom: 30px;
  background-color: #000000;
}
.cid-sHhSDO0MI1 {
  z-index: 1000;
  width: 100%;
  position: relative;
  min-height: 60px;
}
.cid-sHhSDO0MI1 nav.navbar {
  position: fixed;
}
.cid-sHhSDO0MI1 .dropdown-item:before {
  font-family: Moririse2 !important;
  content: "\e966";
  display: inline-block;
  width: 0;
  position: absolute;
  left: 1rem;
  top: 0.5rem;
  margin-right: 0.5rem;
  line-height: 1;
  font-size: inherit;
  vertical-align: middle;
  text-align: center;
  overflow: hidden;
  transform: scale(0, 1);
  transition: all 0.25s ease-in-out;
}
.cid-sHhSDO0MI1 .dropdown-menu {
  padding: 0;
  border-radius: 4px;
  box-shadow: 0 1px 3px 0 rgba(0, 0, 0, 0.1);
}
.cid-sHhSDO0MI1 .dropdown-item {
  border-bottom: 1px solid #e6e6e6;
}
.cid-sHhSDO0MI1 .dropdown-item:hover,
.cid-sHhSDO0MI1 .dropdown-item:focus {
  background: #161869 !important;
  color: white !important;
}
.cid-sHhSDO0MI1 .dropdown-item:first-child {
  border-top-left-radius: 4px;
  border-top-right-radius: 4px;
}
.cid-sHhSDO0MI1 .dropdown-item:last-child {
  border-bottom: none;
  border-bottom-left-radius: 4px;
  border-bottom-right-radius: 4px;
}
.cid-sHhSDO0MI1 .nav-dropdown .link {
  padding: 0 0.3em !important;
  margin: 0.667em 1em !important;
}
.cid-sHhSDO0MI1 .nav-dropdown .link.dropdown-toggle::after {
  margin-left: 0.5rem;
  margin-top: 0.2rem;
}
.cid-sHhSDO0MI1 .nav-link {
  position: relative;
}
.cid-sHhSDO0MI1 .container {
  display: flex;
  margin: auto;
}
.cid-sHhSDO0MI1 .iconfont-wrapper {
  color: #000000 !important;
  font-size: 1.5rem;
  padding-right: 0.5rem;
}
.cid-sHhSDO0MI1 .dropdown-menu,
.cid-sHhSDO0MI1 .navbar.opened {
  background: #ffffff !important;
}
.cid-sHhSDO0MI1 .nav-item:focus,
.cid-sHhSDO0MI1 .nav-link:focus {
  outline: none;
}
.cid-sHhSDO0MI1 .dropdown .dropdown-menu .dropdown-item {
  width: auto;
  transition: all 0.25s ease-in-out;
}
.cid-sHhSDO0MI1 .dropdown .dropdown-menu .dropdown-item::after {
  right: 0.5rem;
}
.cid-sHhSDO0MI1 .dropdown .dropdown-menu .dropdown-item .mbr-iconfont {
  margin-right: 0.5rem;
  vertical-align: sub;
}
.cid-sHhSDO0MI1 .dropdown .dropdown-menu .dropdown-item .mbr-iconfont:before {
  display: inline-block;
  transform: scale(1, 1);
  transition: all 0.25s ease-in-out;
}
.cid-sHhSDO0MI1 .collapsed .dropdown-menu .dropdown-item:before {
  display: none;
}
.cid-sHhSDO0MI1 .collapsed .dropdown .dropdown-menu .dropdown-item {
  padding: 0.235em 1.5em 0.235em 1.5em !important;
  transition: none;
  margin: 0 !important;
}
.cid-sHhSDO0MI1 .navbar {
  min-height: 70px;
  transition: all 0.3s;
  border-bottom: 1px solid transparent;
  box-shadow: 0 1px 3px 0 rgba(0, 0, 0, 0.1);
  background: #ffffff;
}
.cid-sHhSDO0MI1 .navbar.opened {
  transition: all 0.3s;
}
.cid-sHhSDO0MI1 .navbar .dropdown-item {
  padding: 0.5rem 1.8rem;
}
.cid-sHhSDO0MI1 .navbar .navbar-logo img {
  width: auto;
}
.cid-sHhSDO0MI1 .navbar .navbar-collapse {
  justify-content: flex-end;
  z-index: 1;
}
.cid-sHhSDO0MI1 .navbar.collapsed {
  justify-content: center;
}
.cid-sHhSDO0MI1 .navbar.collapsed .nav-item .nav-link::before {
  display: none;
}
.cid-sHhSDO0MI1 .navbar.collapsed.opened .dropdown-menu {
  top: 0;
}
@media (min-width: 992px) {
  .cid-sHhSDO0MI1 .navbar.collapsed.opened:not(.navbar-short) .navbar-collapse {
    max-height: calc(98.5vh - 3rem);
  }
}
.cid-sHhSDO0MI1 .navbar.collapsed .dropdown-menu .dropdown-submenu {
  left: 0 !important;
}
.cid-sHhSDO0MI1 .navbar.collapsed .dropdown-menu .dropdown-item:after {
  right: auto;
}
.cid-sHhSDO0MI1 .navbar.collapsed .dropdown-menu .dropdown-toggle[data-toggle="dropdown-submenu"]:after {
  margin-left: 0.5rem;
  margin-top: 0.2rem;
  border-top: 0.35em solid;
  border-right: 0.35em solid transparent;
  border-left: 0.35em solid transparent;
  border-bottom: 0;
  top: 41%;
}
.cid-sHhSDO0MI1 .navbar.collapsed ul.navbar-nav li {
  margin: auto;
}
.cid-sHhSDO0MI1 .navbar.collapsed .dropdown-menu .dropdown-item {
  padding: 0.25rem 1.5rem;
  text-align: center;
}
.cid-sHhSDO0MI1 .navbar.collapsed .icons-menu {
  padding-left: 0;
  padding-right: 0;
  padding-top: 0.5rem;
  padding-bottom: 0.5rem;
}
@media (max-width: 991px) {
  .cid-sHhSDO0MI1 .navbar .nav-item .nav-link::before {
    display: none;
  }
  .cid-sHhSDO0MI1 .navbar.opened .dropdown-menu {
    top: 0;
  }
  .cid-sHhSDO0MI1 .navbar .dropdown-menu .dropdown-submenu {
    left: 0 !important;
  }
  .cid-sHhSDO0MI1 .navbar .dropdown-menu .dropdown-item:after {
    right: auto;
  }
  .cid-sHhSDO0MI1 .navbar .dropdown-menu .dropdown-toggle[data-toggle="dropdown-submenu"]:after {
    margin-left: 0.5rem;
    margin-top: 0.2rem;
    border-top: 0.35em solid;
    border-right: 0.35em solid transparent;
    border-left: 0.35em solid transparent;
    border-bottom: 0;
    top: 40%;
  }
  .cid-sHhSDO0MI1 .navbar .navbar-logo img {
    height: 3rem !important;
  }
  .cid-sHhSDO0MI1 .navbar ul.navbar-nav li {
    margin: auto;
  }
  .cid-sHhSDO0MI1 .navbar .dropdown-menu .dropdown-item {
    padding: 0.25rem 1.5rem !important;
    text-align: center;
  }
  .cid-sHhSDO0MI1 .navbar .navbar-brand {
    flex-shrink: initial;
    flex-basis: auto;
    word-break: break-word;
    padding-right: 2rem;
  }
  .cid-sHhSDO0MI1 .navbar .navbar-toggler {
    flex-basis: auto;
  }
  .cid-sHhSDO0MI1 .navbar .icons-menu {
    padding-left: 0;
    padding-top: 0.5rem;
    padding-bottom: 0.5rem;
  }
}
.cid-sHhSDO0MI1 .navbar.navbar-short {
  min-height: 60px;
}
.cid-sHhSDO0MI1 .navbar.navbar-short .navbar-logo img {
  height: 2.5rem !important;
}
.cid-sHhSDO0MI1 .navbar.navbar-short .navbar-brand {
  min-height: 60px;
  padding: 0;
}
.cid-sHhSDO0MI1 .navbar-brand {
  min-height: 70px;
  flex-shrink: 0;
  align-items: center;
  margin-right: 0;
  padding: 10px 0;
  transition: all 0.3s;
  word-break: break-word;
  z-index: 1;
}
.cid-sHhSDO0MI1 .navbar-brand .navbar-caption {
  line-height: inherit !important;
}
.cid-sHhSDO0MI1 .navbar-brand .navbar-logo a {
  outline: none;
}
.cid-sHhSDO0MI1 .dropdown-item.active,
.cid-sHhSDO0MI1 .dropdown-item:active {
  background-color: transparent;
}
.cid-sHhSDO0MI1 .navbar-expand-lg .navbar-nav .nav-link {
  padding: 0;
}
.cid-sHhSDO0MI1 .nav-dropdown .link.dropdown-toggle {
  margin-right: 1.667em;
}
.cid-sHhSDO0MI1 .nav-dropdown .link.dropdown-toggle[aria-expanded="true"] {
  margin-right: 0;
  padding: 0.667em 1.667em;
}
.cid-sHhSDO0MI1 .navbar.navbar-expand-lg .dropdown .dropdown-menu {
  background: #ffffff;
}
.cid-sHhSDO0MI1 .navbar.navbar-expand-lg .dropdown .dropdown-menu .dropdown-submenu {
  margin: 0;
  left: 100%;
}
.cid-sHhSDO0MI1 .navbar .dropdown.open > .dropdown-menu {
  display: block;
}
.cid-sHhSDO0MI1 ul.navbar-nav {
  flex-wrap: wrap;
}
.cid-sHhSDO0MI1 .navbar-buttons {
  text-align: center;
  min-width: 170px;
}
.cid-sHhSDO0MI1 button.navbar-toggler {
  outline: none;
  width: 31px;
  height: 20px;
  cursor: pointer;
  transition: all 0.2s;
  position: relative;
  align-self: center;
}
.cid-sHhSDO0MI1 button.navbar-toggler .hamburger span {
  position: absolute;
  right: 0;
  width: 30px;
  height: 2px;
  border-right: 5px;
  background-color: #000000;
}
.cid-sHhSDO0MI1 button.navbar-toggler .hamburger span:nth-child(1) {
  top: 0;
  transition: all 0.2s;
}
.cid-sHhSDO0MI1 button.navbar-toggler .hamburger span:nth-child(2) {
  top: 8px;
  transition: all 0.15s;
}
.cid-sHhSDO0MI1 button.navbar-toggler .hamburger span:nth-child(3) {
  top: 8px;
  transition: all 0.15s;
}
.cid-sHhSDO0MI1 button.navbar-toggler .hamburger span:nth-child(4) {
  top: 16px;
  transition: all 0.2s;
}
.cid-sHhSDO0MI1 nav.opened .hamburger span:nth-child(1) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-sHhSDO0MI1 nav.opened .hamburger span:nth-child(2) {
  transform: rotate(45deg);
  transition: all 0.25s;
}
.cid-sHhSDO0MI1 nav.opened .hamburger span:nth-child(3) {
  transform: rotate(-45deg);
  transition: all 0.25s;
}
.cid-sHhSDO0MI1 nav.opened .hamburger span:nth-child(4) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-sHhSDO0MI1 .navbar-dropdown {
  padding: 0 1rem;
  position: fixed;
}
.cid-sHhSDO0MI1 a.nav-link {
  display: flex;
  align-items: center;
  justify-content: center;
}
.cid-sHhSDO0MI1 .icons-menu {
  flex-wrap: nowrap;
  display: flex;
  justify-content: center;
  padding-left: 1rem;
  padding-right: 1rem;
  padding-top: 0.3rem;
  text-align: center;
}
@media screen and (-ms-high-contrast: active), (-ms-high-contrast: none) {
  .cid-sHhSDO0MI1 .navbar {
    height: 70px;
  }
  .cid-sHhSDO0MI1 .navbar.opened {
    height: auto;
  }
  .cid-sHhSDO0MI1 .nav-item .nav-link:hover::before {
    width: 175%;
    max-width: calc(100% + 2rem);
    left: -1rem;
  }
}
.cid-sHhSDOxY01 {
  padding-top: 2rem;
  padding-bottom: 2rem;
  background-image: url("../../../assets/images/trailer-bg-2000x1051.jpg");
}
.cid-sHhSDOxY01 .row {
  align-items: center;
}
@media (max-width: 991px) {
  .cid-sHhSDOxY01 .row {
    flex-direction: column-reverse;
  }
  .cid-sHhSDOxY01 .image-wrapper {
    margin-bottom: 2rem;
  }
  .cid-sHhSDOxY01 .card-wrapper {
    padding: 0 1rem;
  }
}
@media (min-width: 992px) {
  .cid-sHhSDOxY01 .card-wrapper {
    padding-right: 2rem;
  }
}
.cid-sHhSDOxY01 .image-wrapper img {
  width: 100%;
  object-fit: cover;
}
.cid-sHhSDOxY01 .card-title {
  color: #ffffff;
}
.cid-sHhSDOxY01 .mbr-text,
.cid-sHhSDOxY01 .mbr-section-btn {
  color: #ffffff;
}
.cid-sHhSDOP4GL {
  padding-top: 45px;
  padding-bottom: 30px;
  background-color: #ffffff;
  overflow: hidden;
  box-sizing: border-box;
}
.cid-sHhSDOP4GL .mbr-slider .carousel-control {
  background: #1b1b1b;
}
.cid-sHhSDOP4GL .mbr-slider .carousel-control-prev {
  left: 0;
  margin-left: 2.5rem;
}
.cid-sHhSDOP4GL .mbr-slider .carousel-control-next {
  right: 0;
  margin-right: 2.5rem;
}
.cid-sHhSDOP4GL .mbr-slider .modal-body .close {
  background: #1b1b1b;
}
.cid-sHhSDOP4GL .row > .row {
  display: block;
}
.cid-sHhSDOP4GL .mbr-gallery-item {
  width: 100%;
}
.cid-sHhSDOP4GL .mbr-gallery-item > div::before {
  content: '';
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  background: #fa9db7;
  opacity: 0;
  transition: 0.2s opacity ease-in-out;
  border-radius: 30px;
}
.cid-sHhSDOP4GL .mbr-gallery-item > div {
  position: relative;
  transition: 0.5s;
  margin: 0.3rem;
  border-radius: 30px;
  overflow: hidden;
}
.cid-sHhSDOP4GL .mbr-gallery-item > div:hover .mbr-gallery-title::before {
  background: transparent !important;
}
.cid-sHhSDOP4GL .mbr-gallery-item > div:hover:before {
  opacity: 0 !important;
}
.cid-sHhSDOP4GL .mbr-gallery-title {
  font-size: .9em;
  position: absolute;
  display: block;
  width: 100%;
  bottom: 0;
  padding: 1rem;
  color: #ffffff;
  z-index: 2;
}
.cid-sHhSDOP4GL .mbr-gallery-title:before {
  content: " ";
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  z-index: -1;
  position: absolute;
  background: #fa9db7 !important;
  opacity: 0;
  transition: 0.2s background ease-in-out;
  border-radius: 0 0 30px 30px;
}
.cid-sHhSDOP4GL .container {
  max-width: 1200px;
  padding: 0.7rem;
}
.cid-sHhSDOP4GL .mbr-gallery-item > div:hover {
  transform: translate(1rem, 1rem);
}
@media (max-width: 767px) {
  .cid-sHhSDOP4GL {
    padding-top: 15px;
    padding-bottom: 10px;
  }
  .cid-sHhSDOP4GL .col-sm-12 {
    padding: 0 !important;
  }
}
.cid-ttbN6mmOA4 {
  padding-top: 3rem;
  padding-bottom: 0rem;
  background-color: #161869;
}
.cid-ttbN6mmOA4 .mbr-text,
.cid-ttbN6mmOA4 .mbr-section-btn {
  color: #232323;
}
.cid-ttbN6mmOA4 .card-title,
.cid-ttbN6mmOA4 .card-box {
  color: #ffffff;
  text-align: center;
}
.cid-ttbN6mmOA4 .mbr-text,
.cid-ttbN6mmOA4 .link-wrap {
  color: #ffffff;
}
.cid-ttbN5P2unz .main_wrapper {
  position: relative;
  height: 640px;
  width: 100%;
  background-color: #c0c0c0;
}
.cid-ttbN5P2unz .b_wrapper {
  height: 100%;
  display: flex;
  align-items: center;
  position: relative;
  z-index: 2;
  pointer-events: none;
}
.cid-ttbN5P2unz .block_wrapper {
  height: 100%;
  background-color: rgba(22, 24, 105, 0.92);
  pointer-events: fill;
  padding: 50px 20px 50px 50px;
}
.cid-ttbN5P2unz .title__address {
  margin-bottom: 20px;
}
.cid-ttbN5P2unz .work__address {
  margin: 10px 0 40px;
  color: #ffffff;
}
.cid-ttbN5P2unz .work__phone {
  margin-bottom: 20px;
  color: #fafafa;
}
.cid-ttbN5P2unz .mbr-section-btn {
  margin-top: 40px;
}
.cid-ttbN5P2unz .btn-primary:hover {
  background-color: #bbbbbb !important;
  border-color: #bbbbbb !important;
}
.cid-ttbN5P2unz .google-map {
  height: 100%;
  width: 100%;
  position: absolute;
  left: 0;
  top: 0;
  z-index: 1;
}
.cid-ttbN5P2unz .google-map iframe {
  height: 100%;
  width: 100%;
}
.cid-ttbN5P2unz .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-ttbN5P2unz .google-map[data-state] {
  background: #e9e5dc;
}
.cid-ttbN5P2unz .google-map[data-state='loading'] [data-state-details] {
  display: none;
}
@media (max-width: 767px) {
  .cid-ttbN5P2unz .container {
    max-width: 100%;
  }
  .cid-ttbN5P2unz .container .row {
    margin: 0;
  }
  .cid-ttbN5P2unz .block_wrapper {
    height: 100%;
    background-color: #161869;
    pointer-events: fill;
    padding: 30px 20px;
  }
}
.cid-ttbN5P2unz .title__address,
.cid-ttbN5P2unz .mbr-section-btn {
  color: #ffffff;
}
.cid-ttbN5P2unz .work__time {
  color: #ffffff;
}
.cid-sHhSDPyA1U {
  padding-top: 30px;
  padding-bottom: 30px;
  background-color: #000000;
}
.cid-sHhTeGAf5O {
  z-index: 1000;
  width: 100%;
  position: relative;
  min-height: 60px;
}
.cid-sHhTeGAf5O nav.navbar {
  position: fixed;
}
.cid-sHhTeGAf5O .dropdown-item:before {
  font-family: Moririse2 !important;
  content: "\e966";
  display: inline-block;
  width: 0;
  position: absolute;
  left: 1rem;
  top: 0.5rem;
  margin-right: 0.5rem;
  line-height: 1;
  font-size: inherit;
  vertical-align: middle;
  text-align: center;
  overflow: hidden;
  transform: scale(0, 1);
  transition: all 0.25s ease-in-out;
}
.cid-sHhTeGAf5O .dropdown-menu {
  padding: 0;
  border-radius: 4px;
  box-shadow: 0 1px 3px 0 rgba(0, 0, 0, 0.1);
}
.cid-sHhTeGAf5O .dropdown-item {
  border-bottom: 1px solid #e6e6e6;
}
.cid-sHhTeGAf5O .dropdown-item:hover,
.cid-sHhTeGAf5O .dropdown-item:focus {
  background: #161869 !important;
  color: white !important;
}
.cid-sHhTeGAf5O .dropdown-item:first-child {
  border-top-left-radius: 4px;
  border-top-right-radius: 4px;
}
.cid-sHhTeGAf5O .dropdown-item:last-child {
  border-bottom: none;
  border-bottom-left-radius: 4px;
  border-bottom-right-radius: 4px;
}
.cid-sHhTeGAf5O .nav-dropdown .link {
  padding: 0 0.3em !important;
  margin: 0.667em 1em !important;
}
.cid-sHhTeGAf5O .nav-dropdown .link.dropdown-toggle::after {
  margin-left: 0.5rem;
  margin-top: 0.2rem;
}
.cid-sHhTeGAf5O .nav-link {
  position: relative;
}
.cid-sHhTeGAf5O .container {
  display: flex;
  margin: auto;
}
.cid-sHhTeGAf5O .iconfont-wrapper {
  color: #000000 !important;
  font-size: 1.5rem;
  padding-right: 0.5rem;
}
.cid-sHhTeGAf5O .dropdown-menu,
.cid-sHhTeGAf5O .navbar.opened {
  background: #ffffff !important;
}
.cid-sHhTeGAf5O .nav-item:focus,
.cid-sHhTeGAf5O .nav-link:focus {
  outline: none;
}
.cid-sHhTeGAf5O .dropdown .dropdown-menu .dropdown-item {
  width: auto;
  transition: all 0.25s ease-in-out;
}
.cid-sHhTeGAf5O .dropdown .dropdown-menu .dropdown-item::after {
  right: 0.5rem;
}
.cid-sHhTeGAf5O .dropdown .dropdown-menu .dropdown-item .mbr-iconfont {
  margin-right: 0.5rem;
  vertical-align: sub;
}
.cid-sHhTeGAf5O .dropdown .dropdown-menu .dropdown-item .mbr-iconfont:before {
  display: inline-block;
  transform: scale(1, 1);
  transition: all 0.25s ease-in-out;
}
.cid-sHhTeGAf5O .collapsed .dropdown-menu .dropdown-item:before {
  display: none;
}
.cid-sHhTeGAf5O .collapsed .dropdown .dropdown-menu .dropdown-item {
  padding: 0.235em 1.5em 0.235em 1.5em !important;
  transition: none;
  margin: 0 !important;
}
.cid-sHhTeGAf5O .navbar {
  min-height: 70px;
  transition: all 0.3s;
  border-bottom: 1px solid transparent;
  box-shadow: 0 1px 3px 0 rgba(0, 0, 0, 0.1);
  background: #ffffff;
}
.cid-sHhTeGAf5O .navbar.opened {
  transition: all 0.3s;
}
.cid-sHhTeGAf5O .navbar .dropdown-item {
  padding: 0.5rem 1.8rem;
}
.cid-sHhTeGAf5O .navbar .navbar-logo img {
  width: auto;
}
.cid-sHhTeGAf5O .navbar .navbar-collapse {
  justify-content: flex-end;
  z-index: 1;
}
.cid-sHhTeGAf5O .navbar.collapsed {
  justify-content: center;
}
.cid-sHhTeGAf5O .navbar.collapsed .nav-item .nav-link::before {
  display: none;
}
.cid-sHhTeGAf5O .navbar.collapsed.opened .dropdown-menu {
  top: 0;
}
@media (min-width: 992px) {
  .cid-sHhTeGAf5O .navbar.collapsed.opened:not(.navbar-short) .navbar-collapse {
    max-height: calc(98.5vh - 3rem);
  }
}
.cid-sHhTeGAf5O .navbar.collapsed .dropdown-menu .dropdown-submenu {
  left: 0 !important;
}
.cid-sHhTeGAf5O .navbar.collapsed .dropdown-menu .dropdown-item:after {
  right: auto;
}
.cid-sHhTeGAf5O .navbar.collapsed .dropdown-menu .dropdown-toggle[data-toggle="dropdown-submenu"]:after {
  margin-left: 0.5rem;
  margin-top: 0.2rem;
  border-top: 0.35em solid;
  border-right: 0.35em solid transparent;
  border-left: 0.35em solid transparent;
  border-bottom: 0;
  top: 41%;
}
.cid-sHhTeGAf5O .navbar.collapsed ul.navbar-nav li {
  margin: auto;
}
.cid-sHhTeGAf5O .navbar.collapsed .dropdown-menu .dropdown-item {
  padding: 0.25rem 1.5rem;
  text-align: center;
}
.cid-sHhTeGAf5O .navbar.collapsed .icons-menu {
  padding-left: 0;
  padding-right: 0;
  padding-top: 0.5rem;
  padding-bottom: 0.5rem;
}
@media (max-width: 991px) {
  .cid-sHhTeGAf5O .navbar .nav-item .nav-link::before {
    display: none;
  }
  .cid-sHhTeGAf5O .navbar.opened .dropdown-menu {
    top: 0;
  }
  .cid-sHhTeGAf5O .navbar .dropdown-menu .dropdown-submenu {
    left: 0 !important;
  }
  .cid-sHhTeGAf5O .navbar .dropdown-menu .dropdown-item:after {
    right: auto;
  }
  .cid-sHhTeGAf5O .navbar .dropdown-menu .dropdown-toggle[data-toggle="dropdown-submenu"]:after {
    margin-left: 0.5rem;
    margin-top: 0.2rem;
    border-top: 0.35em solid;
    border-right: 0.35em solid transparent;
    border-left: 0.35em solid transparent;
    border-bottom: 0;
    top: 40%;
  }
  .cid-sHhTeGAf5O .navbar .navbar-logo img {
    height: 3rem !important;
  }
  .cid-sHhTeGAf5O .navbar ul.navbar-nav li {
    margin: auto;
  }
  .cid-sHhTeGAf5O .navbar .dropdown-menu .dropdown-item {
    padding: 0.25rem 1.5rem !important;
    text-align: center;
  }
  .cid-sHhTeGAf5O .navbar .navbar-brand {
    flex-shrink: initial;
    flex-basis: auto;
    word-break: break-word;
    padding-right: 2rem;
  }
  .cid-sHhTeGAf5O .navbar .navbar-toggler {
    flex-basis: auto;
  }
  .cid-sHhTeGAf5O .navbar .icons-menu {
    padding-left: 0;
    padding-top: 0.5rem;
    padding-bottom: 0.5rem;
  }
}
.cid-sHhTeGAf5O .navbar.navbar-short {
  min-height: 60px;
}
.cid-sHhTeGAf5O .navbar.navbar-short .navbar-logo img {
  height: 2.5rem !important;
}
.cid-sHhTeGAf5O .navbar.navbar-short .navbar-brand {
  min-height: 60px;
  padding: 0;
}
.cid-sHhTeGAf5O .navbar-brand {
  min-height: 70px;
  flex-shrink: 0;
  align-items: center;
  margin-right: 0;
  padding: 10px 0;
  transition: all 0.3s;
  word-break: break-word;
  z-index: 1;
}
.cid-sHhTeGAf5O .navbar-brand .navbar-caption {
  line-height: inherit !important;
}
.cid-sHhTeGAf5O .navbar-brand .navbar-logo a {
  outline: none;
}
.cid-sHhTeGAf5O .dropdown-item.active,
.cid-sHhTeGAf5O .dropdown-item:active {
  background-color: transparent;
}
.cid-sHhTeGAf5O .navbar-expand-lg .navbar-nav .nav-link {
  padding: 0;
}
.cid-sHhTeGAf5O .nav-dropdown .link.dropdown-toggle {
  margin-right: 1.667em;
}
.cid-sHhTeGAf5O .nav-dropdown .link.dropdown-toggle[aria-expanded="true"] {
  margin-right: 0;
  padding: 0.667em 1.667em;
}
.cid-sHhTeGAf5O .navbar.navbar-expand-lg .dropdown .dropdown-menu {
  background: #ffffff;
}
.cid-sHhTeGAf5O .navbar.navbar-expand-lg .dropdown .dropdown-menu .dropdown-submenu {
  margin: 0;
  left: 100%;
}
.cid-sHhTeGAf5O .navbar .dropdown.open > .dropdown-menu {
  display: block;
}
.cid-sHhTeGAf5O ul.navbar-nav {
  flex-wrap: wrap;
}
.cid-sHhTeGAf5O .navbar-buttons {
  text-align: center;
  min-width: 170px;
}
.cid-sHhTeGAf5O button.navbar-toggler {
  outline: none;
  width: 31px;
  height: 20px;
  cursor: pointer;
  transition: all 0.2s;
  position: relative;
  align-self: center;
}
.cid-sHhTeGAf5O button.navbar-toggler .hamburger span {
  position: absolute;
  right: 0;
  width: 30px;
  height: 2px;
  border-right: 5px;
  background-color: #000000;
}
.cid-sHhTeGAf5O button.navbar-toggler .hamburger span:nth-child(1) {
  top: 0;
  transition: all 0.2s;
}
.cid-sHhTeGAf5O button.navbar-toggler .hamburger span:nth-child(2) {
  top: 8px;
  transition: all 0.15s;
}
.cid-sHhTeGAf5O button.navbar-toggler .hamburger span:nth-child(3) {
  top: 8px;
  transition: all 0.15s;
}
.cid-sHhTeGAf5O button.navbar-toggler .hamburger span:nth-child(4) {
  top: 16px;
  transition: all 0.2s;
}
.cid-sHhTeGAf5O nav.opened .hamburger span:nth-child(1) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-sHhTeGAf5O nav.opened .hamburger span:nth-child(2) {
  transform: rotate(45deg);
  transition: all 0.25s;
}
.cid-sHhTeGAf5O nav.opened .hamburger span:nth-child(3) {
  transform: rotate(-45deg);
  transition: all 0.25s;
}
.cid-sHhTeGAf5O nav.opened .hamburger span:nth-child(4) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-sHhTeGAf5O .navbar-dropdown {
  padding: 0 1rem;
  position: fixed;
}
.cid-sHhTeGAf5O a.nav-link {
  display: flex;
  align-items: center;
  justify-content: center;
}
.cid-sHhTeGAf5O .icons-menu {
  flex-wrap: nowrap;
  display: flex;
  justify-content: center;
  padding-left: 1rem;
  padding-right: 1rem;
  padding-top: 0.3rem;
  text-align: center;
}
@media screen and (-ms-high-contrast: active), (-ms-high-contrast: none) {
  .cid-sHhTeGAf5O .navbar {
    height: 70px;
  }
  .cid-sHhTeGAf5O .navbar.opened {
    height: auto;
  }
  .cid-sHhTeGAf5O .nav-item .nav-link:hover::before {
    width: 175%;
    max-width: calc(100% + 2rem);
    left: -1rem;
  }
}
.cid-sHhTeHbMU2 {
  padding-top: 2rem;
  padding-bottom: 2rem;
  background-image: url("../../../assets/images/trailer-bg-2000x1051.jpg");
}
.cid-sHhTeHbMU2 .row {
  align-items: center;
}
@media (max-width: 991px) {
  .cid-sHhTeHbMU2 .row {
    flex-direction: column-reverse;
  }
  .cid-sHhTeHbMU2 .image-wrapper {
    margin-bottom: 2rem;
  }
  .cid-sHhTeHbMU2 .card-wrapper {
    padding: 0 1rem;
  }
}
@media (min-width: 992px) {
  .cid-sHhTeHbMU2 .card-wrapper {
    padding-right: 2rem;
  }
}
.cid-sHhTeHbMU2 .image-wrapper img {
  width: 100%;
  object-fit: cover;
}
.cid-sHhTeHbMU2 .card-title {
  color: #ffffff;
}
.cid-sHhTeHbMU2 .mbr-text,
.cid-sHhTeHbMU2 .mbr-section-btn {
  color: #ffffff;
}
.cid-sHhTeHskp7 {
  padding-top: 45px;
  padding-bottom: 30px;
  background-color: #ffffff;
  overflow: hidden;
  box-sizing: border-box;
}
.cid-sHhTeHskp7 .mbr-slider .carousel-control {
  background: #1b1b1b;
}
.cid-sHhTeHskp7 .mbr-slider .carousel-control-prev {
  left: 0;
  margin-left: 2.5rem;
}
.cid-sHhTeHskp7 .mbr-slider .carousel-control-next {
  right: 0;
  margin-right: 2.5rem;
}
.cid-sHhTeHskp7 .mbr-slider .modal-body .close {
  background: #1b1b1b;
}
.cid-sHhTeHskp7 .row > .row {
  display: block;
}
.cid-sHhTeHskp7 .mbr-gallery-item {
  width: 100%;
}
.cid-sHhTeHskp7 .mbr-gallery-item > div::before {
  content: '';
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  background: #fa9db7;
  opacity: 0;
  transition: 0.2s opacity ease-in-out;
  border-radius: 30px;
}
.cid-sHhTeHskp7 .mbr-gallery-item > div {
  position: relative;
  transition: 0.5s;
  margin: 0.3rem;
  border-radius: 30px;
  overflow: hidden;
}
.cid-sHhTeHskp7 .mbr-gallery-item > div:hover .mbr-gallery-title::before {
  background: transparent !important;
}
.cid-sHhTeHskp7 .mbr-gallery-item > div:hover:before {
  opacity: 0 !important;
}
.cid-sHhTeHskp7 .mbr-gallery-title {
  font-size: .9em;
  position: absolute;
  display: block;
  width: 100%;
  bottom: 0;
  padding: 1rem;
  color: #ffffff;
  z-index: 2;
}
.cid-sHhTeHskp7 .mbr-gallery-title:before {
  content: " ";
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  z-index: -1;
  position: absolute;
  background: #fa9db7 !important;
  opacity: 0;
  transition: 0.2s background ease-in-out;
  border-radius: 0 0 30px 30px;
}
.cid-sHhTeHskp7 .container {
  max-width: 1200px;
  padding: 0.7rem;
}
.cid-sHhTeHskp7 .mbr-gallery-item > div:hover {
  transform: translate(1rem, 1rem);
}
@media (max-width: 767px) {
  .cid-sHhTeHskp7 {
    padding-top: 15px;
    padding-bottom: 10px;
  }
  .cid-sHhTeHskp7 .col-sm-12 {
    padding: 0 !important;
  }
}
.cid-ttbN9yGiV6 {
  padding-top: 3rem;
  padding-bottom: 0rem;
  background-color: #161869;
}
.cid-ttbN9yGiV6 .mbr-text,
.cid-ttbN9yGiV6 .mbr-section-btn {
  color: #232323;
}
.cid-ttbN9yGiV6 .card-title,
.cid-ttbN9yGiV6 .card-box {
  color: #ffffff;
  text-align: center;
}
.cid-ttbN9yGiV6 .mbr-text,
.cid-ttbN9yGiV6 .link-wrap {
  color: #ffffff;
}
.cid-ttbN97lmP1 .main_wrapper {
  position: relative;
  height: 640px;
  width: 100%;
  background-color: #c0c0c0;
}
.cid-ttbN97lmP1 .b_wrapper {
  height: 100%;
  display: flex;
  align-items: center;
  position: relative;
  z-index: 2;
  pointer-events: none;
}
.cid-ttbN97lmP1 .block_wrapper {
  height: 100%;
  background-color: rgba(22, 24, 105, 0.92);
  pointer-events: fill;
  padding: 50px 20px 50px 50px;
}
.cid-ttbN97lmP1 .title__address {
  margin-bottom: 20px;
}
.cid-ttbN97lmP1 .work__address {
  margin: 10px 0 40px;
  color: #ffffff;
}
.cid-ttbN97lmP1 .work__phone {
  margin-bottom: 20px;
  color: #fafafa;
}
.cid-ttbN97lmP1 .mbr-section-btn {
  margin-top: 40px;
}
.cid-ttbN97lmP1 .btn-primary:hover {
  background-color: #bbbbbb !important;
  border-color: #bbbbbb !important;
}
.cid-ttbN97lmP1 .google-map {
  height: 100%;
  width: 100%;
  position: absolute;
  left: 0;
  top: 0;
  z-index: 1;
}
.cid-ttbN97lmP1 .google-map iframe {
  height: 100%;
  width: 100%;
}
.cid-ttbN97lmP1 .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-ttbN97lmP1 .google-map[data-state] {
  background: #e9e5dc;
}
.cid-ttbN97lmP1 .google-map[data-state='loading'] [data-state-details] {
  display: none;
}
@media (max-width: 767px) {
  .cid-ttbN97lmP1 .container {
    max-width: 100%;
  }
  .cid-ttbN97lmP1 .container .row {
    margin: 0;
  }
  .cid-ttbN97lmP1 .block_wrapper {
    height: 100%;
    background-color: #161869;
    pointer-events: fill;
    padding: 30px 20px;
  }
}
.cid-ttbN97lmP1 .title__address,
.cid-ttbN97lmP1 .mbr-section-btn {
  color: #ffffff;
}
.cid-ttbN97lmP1 .work__time {
  color: #ffffff;
}
.cid-sHhTeI9Ab3 {
  padding-top: 30px;
  padding-bottom: 30px;
  background-color: #000000;
}
.cid-ttbHzCGbNU {
  padding-top: 3rem;
  padding-bottom: 0rem;
  background-image: url("../../../assets/images/trailer-bg-2000x1051.jpg");
}
.cid-ttbHzCGbNU .mbr-text,
.cid-ttbHzCGbNU .mbr-section-btn {
  color: #232323;
}
.cid-ttbHzCGbNU .card-title,
.cid-ttbHzCGbNU .card-box {
  color: #ffffff;
  text-align: center;
}
.cid-ttbHzCGbNU .mbr-text,
.cid-ttbHzCGbNU .link-wrap {
  color: #ffffff;
}
.cid-sHhXGR2w7R {
  padding-top: 1rem;
  padding-bottom: 1rem;
  background-color: #fafafa;
}
.cid-sHhXGR2w7R img,
.cid-sHhXGR2w7R .item-img {
  width: 100%;
}
.cid-sHhXGR2w7R .item:focus,
.cid-sHhXGR2w7R span:focus {
  outline: none;
}
.cid-sHhXGR2w7R .item {
  cursor: pointer;
  margin-bottom: 2rem;
}
.cid-sHhXGR2w7R .item-wrapper {
  position: relative;
  border-radius: 4px;
  background: #161869;
  height: 100%;
  display: flex;
  flex-flow: column nowrap;
}
@media (min-width: 992px) {
  .cid-sHhXGR2w7R .item-wrapper .item-content {
    padding: 2rem 2rem 0;
  }
  .cid-sHhXGR2w7R .item-wrapper .item-footer {
    padding: 0 2rem 2rem;
  }
}
@media (max-width: 991px) {
  .cid-sHhXGR2w7R .item-wrapper .item-content {
    padding: 1rem 1rem 0;
  }
  .cid-sHhXGR2w7R .item-wrapper .item-footer {
    padding: 0 1rem 1rem;
  }
}
.cid-sHhXGR2w7R .mbr-section-btn {
  margin-top: auto !important;
}
.cid-sHhXGR2w7R .mbr-section-title {
  color: #232323;
}
.cid-sHhXGR2w7R .mbr-text,
.cid-sHhXGR2w7R .mbr-section-btn {
  text-align: left;
  color: #ffffff;
}
.cid-sHhXGR2w7R .item-title {
  text-align: left;
  color: #ffffff;
}
.cid-sHhXGR2w7R .item-subtitle {
  text-align: center;
}
.cid-ttbNcxrILT {
  padding-top: 3rem;
  padding-bottom: 0rem;
  background-color: #161869;
}
.cid-ttbNcxrILT .mbr-text,
.cid-ttbNcxrILT .mbr-section-btn {
  color: #232323;
}
.cid-ttbNcxrILT .card-title,
.cid-ttbNcxrILT .card-box {
  color: #ffffff;
  text-align: center;
}
.cid-ttbNcxrILT .mbr-text,
.cid-ttbNcxrILT .link-wrap {
  color: #ffffff;
}
.cid-sHhVY9OhEo {
  z-index: 1000;
  width: 100%;
  position: relative;
  min-height: 60px;
}
.cid-sHhVY9OhEo nav.navbar {
  position: fixed;
}
.cid-sHhVY9OhEo .dropdown-item:before {
  font-family: Moririse2 !important;
  content: "\e966";
  display: inline-block;
  width: 0;
  position: absolute;
  left: 1rem;
  top: 0.5rem;
  margin-right: 0.5rem;
  line-height: 1;
  font-size: inherit;
  vertical-align: middle;
  text-align: center;
  overflow: hidden;
  transform: scale(0, 1);
  transition: all 0.25s ease-in-out;
}
.cid-sHhVY9OhEo .dropdown-menu {
  padding: 0;
  border-radius: 4px;
  box-shadow: 0 1px 3px 0 rgba(0, 0, 0, 0.1);
}
.cid-sHhVY9OhEo .dropdown-item {
  border-bottom: 1px solid #e6e6e6;
}
.cid-sHhVY9OhEo .dropdown-item:hover,
.cid-sHhVY9OhEo .dropdown-item:focus {
  background: #161869 !important;
  color: white !important;
}
.cid-sHhVY9OhEo .dropdown-item:first-child {
  border-top-left-radius: 4px;
  border-top-right-radius: 4px;
}
.cid-sHhVY9OhEo .dropdown-item:last-child {
  border-bottom: none;
  border-bottom-left-radius: 4px;
  border-bottom-right-radius: 4px;
}
.cid-sHhVY9OhEo .nav-dropdown .link {
  padding: 0 0.3em !important;
  margin: 0.667em 1em !important;
}
.cid-sHhVY9OhEo .nav-dropdown .link.dropdown-toggle::after {
  margin-left: 0.5rem;
  margin-top: 0.2rem;
}
.cid-sHhVY9OhEo .nav-link {
  position: relative;
}
.cid-sHhVY9OhEo .container {
  display: flex;
  margin: auto;
}
.cid-sHhVY9OhEo .iconfont-wrapper {
  color: #000000 !important;
  font-size: 1.5rem;
  padding-right: 0.5rem;
}
.cid-sHhVY9OhEo .dropdown-menu,
.cid-sHhVY9OhEo .navbar.opened {
  background: #ffffff !important;
}
.cid-sHhVY9OhEo .nav-item:focus,
.cid-sHhVY9OhEo .nav-link:focus {
  outline: none;
}
.cid-sHhVY9OhEo .dropdown .dropdown-menu .dropdown-item {
  width: auto;
  transition: all 0.25s ease-in-out;
}
.cid-sHhVY9OhEo .dropdown .dropdown-menu .dropdown-item::after {
  right: 0.5rem;
}
.cid-sHhVY9OhEo .dropdown .dropdown-menu .dropdown-item .mbr-iconfont {
  margin-right: 0.5rem;
  vertical-align: sub;
}
.cid-sHhVY9OhEo .dropdown .dropdown-menu .dropdown-item .mbr-iconfont:before {
  display: inline-block;
  transform: scale(1, 1);
  transition: all 0.25s ease-in-out;
}
.cid-sHhVY9OhEo .collapsed .dropdown-menu .dropdown-item:before {
  display: none;
}
.cid-sHhVY9OhEo .collapsed .dropdown .dropdown-menu .dropdown-item {
  padding: 0.235em 1.5em 0.235em 1.5em !important;
  transition: none;
  margin: 0 !important;
}
.cid-sHhVY9OhEo .navbar {
  min-height: 70px;
  transition: all 0.3s;
  border-bottom: 1px solid transparent;
  box-shadow: 0 1px 3px 0 rgba(0, 0, 0, 0.1);
  background: #ffffff;
}
.cid-sHhVY9OhEo .navbar.opened {
  transition: all 0.3s;
}
.cid-sHhVY9OhEo .navbar .dropdown-item {
  padding: 0.5rem 1.8rem;
}
.cid-sHhVY9OhEo .navbar .navbar-logo img {
  width: auto;
}
.cid-sHhVY9OhEo .navbar .navbar-collapse {
  justify-content: flex-end;
  z-index: 1;
}
.cid-sHhVY9OhEo .navbar.collapsed {
  justify-content: center;
}
.cid-sHhVY9OhEo .navbar.collapsed .nav-item .nav-link::before {
  display: none;
}
.cid-sHhVY9OhEo .navbar.collapsed.opened .dropdown-menu {
  top: 0;
}
@media (min-width: 992px) {
  .cid-sHhVY9OhEo .navbar.collapsed.opened:not(.navbar-short) .navbar-collapse {
    max-height: calc(98.5vh - 3rem);
  }
}
.cid-sHhVY9OhEo .navbar.collapsed .dropdown-menu .dropdown-submenu {
  left: 0 !important;
}
.cid-sHhVY9OhEo .navbar.collapsed .dropdown-menu .dropdown-item:after {
  right: auto;
}
.cid-sHhVY9OhEo .navbar.collapsed .dropdown-menu .dropdown-toggle[data-toggle="dropdown-submenu"]:after {
  margin-left: 0.5rem;
  margin-top: 0.2rem;
  border-top: 0.35em solid;
  border-right: 0.35em solid transparent;
  border-left: 0.35em solid transparent;
  border-bottom: 0;
  top: 41%;
}
.cid-sHhVY9OhEo .navbar.collapsed ul.navbar-nav li {
  margin: auto;
}
.cid-sHhVY9OhEo .navbar.collapsed .dropdown-menu .dropdown-item {
  padding: 0.25rem 1.5rem;
  text-align: center;
}
.cid-sHhVY9OhEo .navbar.collapsed .icons-menu {
  padding-left: 0;
  padding-right: 0;
  padding-top: 0.5rem;
  padding-bottom: 0.5rem;
}
@media (max-width: 991px) {
  .cid-sHhVY9OhEo .navbar .nav-item .nav-link::before {
    display: none;
  }
  .cid-sHhVY9OhEo .navbar.opened .dropdown-menu {
    top: 0;
  }
  .cid-sHhVY9OhEo .navbar .dropdown-menu .dropdown-submenu {
    left: 0 !important;
  }
  .cid-sHhVY9OhEo .navbar .dropdown-menu .dropdown-item:after {
    right: auto;
  }
  .cid-sHhVY9OhEo .navbar .dropdown-menu .dropdown-toggle[data-toggle="dropdown-submenu"]:after {
    margin-left: 0.5rem;
    margin-top: 0.2rem;
    border-top: 0.35em solid;
    border-right: 0.35em solid transparent;
    border-left: 0.35em solid transparent;
    border-bottom: 0;
    top: 40%;
  }
  .cid-sHhVY9OhEo .navbar .navbar-logo img {
    height: 3rem !important;
  }
  .cid-sHhVY9OhEo .navbar ul.navbar-nav li {
    margin: auto;
  }
  .cid-sHhVY9OhEo .navbar .dropdown-menu .dropdown-item {
    padding: 0.25rem 1.5rem !important;
    text-align: center;
  }
  .cid-sHhVY9OhEo .navbar .navbar-brand {
    flex-shrink: initial;
    flex-basis: auto;
    word-break: break-word;
    padding-right: 2rem;
  }
  .cid-sHhVY9OhEo .navbar .navbar-toggler {
    flex-basis: auto;
  }
  .cid-sHhVY9OhEo .navbar .icons-menu {
    padding-left: 0;
    padding-top: 0.5rem;
    padding-bottom: 0.5rem;
  }
}
.cid-sHhVY9OhEo .navbar.navbar-short {
  min-height: 60px;
}
.cid-sHhVY9OhEo .navbar.navbar-short .navbar-logo img {
  height: 2.5rem !important;
}
.cid-sHhVY9OhEo .navbar.navbar-short .navbar-brand {
  min-height: 60px;
  padding: 0;
}
.cid-sHhVY9OhEo .navbar-brand {
  min-height: 70px;
  flex-shrink: 0;
  align-items: center;
  margin-right: 0;
  padding: 10px 0;
  transition: all 0.3s;
  word-break: break-word;
  z-index: 1;
}
.cid-sHhVY9OhEo .navbar-brand .navbar-caption {
  line-height: inherit !important;
}
.cid-sHhVY9OhEo .navbar-brand .navbar-logo a {
  outline: none;
}
.cid-sHhVY9OhEo .dropdown-item.active,
.cid-sHhVY9OhEo .dropdown-item:active {
  background-color: transparent;
}
.cid-sHhVY9OhEo .navbar-expand-lg .navbar-nav .nav-link {
  padding: 0;
}
.cid-sHhVY9OhEo .nav-dropdown .link.dropdown-toggle {
  margin-right: 1.667em;
}
.cid-sHhVY9OhEo .nav-dropdown .link.dropdown-toggle[aria-expanded="true"] {
  margin-right: 0;
  padding: 0.667em 1.667em;
}
.cid-sHhVY9OhEo .navbar.navbar-expand-lg .dropdown .dropdown-menu {
  background: #ffffff;
}
.cid-sHhVY9OhEo .navbar.navbar-expand-lg .dropdown .dropdown-menu .dropdown-submenu {
  margin: 0;
  left: 100%;
}
.cid-sHhVY9OhEo .navbar .dropdown.open > .dropdown-menu {
  display: block;
}
.cid-sHhVY9OhEo ul.navbar-nav {
  flex-wrap: wrap;
}
.cid-sHhVY9OhEo .navbar-buttons {
  text-align: center;
  min-width: 170px;
}
.cid-sHhVY9OhEo button.navbar-toggler {
  outline: none;
  width: 31px;
  height: 20px;
  cursor: pointer;
  transition: all 0.2s;
  position: relative;
  align-self: center;
}
.cid-sHhVY9OhEo button.navbar-toggler .hamburger span {
  position: absolute;
  right: 0;
  width: 30px;
  height: 2px;
  border-right: 5px;
  background-color: #000000;
}
.cid-sHhVY9OhEo button.navbar-toggler .hamburger span:nth-child(1) {
  top: 0;
  transition: all 0.2s;
}
.cid-sHhVY9OhEo button.navbar-toggler .hamburger span:nth-child(2) {
  top: 8px;
  transition: all 0.15s;
}
.cid-sHhVY9OhEo button.navbar-toggler .hamburger span:nth-child(3) {
  top: 8px;
  transition: all 0.15s;
}
.cid-sHhVY9OhEo button.navbar-toggler .hamburger span:nth-child(4) {
  top: 16px;
  transition: all 0.2s;
}
.cid-sHhVY9OhEo nav.opened .hamburger span:nth-child(1) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-sHhVY9OhEo nav.opened .hamburger span:nth-child(2) {
  transform: rotate(45deg);
  transition: all 0.25s;
}
.cid-sHhVY9OhEo nav.opened .hamburger span:nth-child(3) {
  transform: rotate(-45deg);
  transition: all 0.25s;
}
.cid-sHhVY9OhEo nav.opened .hamburger span:nth-child(4) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-sHhVY9OhEo .navbar-dropdown {
  padding: 0 1rem;
  position: fixed;
}
.cid-sHhVY9OhEo a.nav-link {
  display: flex;
  align-items: center;
  justify-content: center;
}
.cid-sHhVY9OhEo .icons-menu {
  flex-wrap: nowrap;
  display: flex;
  justify-content: center;
  padding-left: 1rem;
  padding-right: 1rem;
  padding-top: 0.3rem;
  text-align: center;
}
@media screen and (-ms-high-contrast: active), (-ms-high-contrast: none) {
  .cid-sHhVY9OhEo .navbar {
    height: 70px;
  }
  .cid-sHhVY9OhEo .navbar.opened {
    height: auto;
  }
  .cid-sHhVY9OhEo .nav-item .nav-link:hover::before {
    width: 175%;
    max-width: calc(100% + 2rem);
    left: -1rem;
  }
}
.cid-ttbNd2RyEc .main_wrapper {
  position: relative;
  height: 640px;
  width: 100%;
  background-color: #c0c0c0;
}
.cid-ttbNd2RyEc .b_wrapper {
  height: 100%;
  display: flex;
  align-items: center;
  position: relative;
  z-index: 2;
  pointer-events: none;
}
.cid-ttbNd2RyEc .block_wrapper {
  height: 100%;
  background-color: rgba(22, 24, 105, 0.92);
  pointer-events: fill;
  padding: 50px 20px 50px 50px;
}
.cid-ttbNd2RyEc .title__address {
  margin-bottom: 20px;
}
.cid-ttbNd2RyEc .work__address {
  margin: 10px 0 40px;
  color: #ffffff;
}
.cid-ttbNd2RyEc .work__phone {
  margin-bottom: 20px;
  color: #fafafa;
}
.cid-ttbNd2RyEc .mbr-section-btn {
  margin-top: 40px;
}
.cid-ttbNd2RyEc .btn-primary:hover {
  background-color: #bbbbbb !important;
  border-color: #bbbbbb !important;
}
.cid-ttbNd2RyEc .google-map {
  height: 100%;
  width: 100%;
  position: absolute;
  left: 0;
  top: 0;
  z-index: 1;
}
.cid-ttbNd2RyEc .google-map iframe {
  height: 100%;
  width: 100%;
}
.cid-ttbNd2RyEc .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-ttbNd2RyEc .google-map[data-state] {
  background: #e9e5dc;
}
.cid-ttbNd2RyEc .google-map[data-state='loading'] [data-state-details] {
  display: none;
}
@media (max-width: 767px) {
  .cid-ttbNd2RyEc .container {
    max-width: 100%;
  }
  .cid-ttbNd2RyEc .container .row {
    margin: 0;
  }
  .cid-ttbNd2RyEc .block_wrapper {
    height: 100%;
    background-color: #161869;
    pointer-events: fill;
    padding: 30px 20px;
  }
}
.cid-ttbNd2RyEc .title__address,
.cid-ttbNd2RyEc .mbr-section-btn {
  color: #ffffff;
}
.cid-ttbNd2RyEc .work__time {
  color: #ffffff;
}
.cid-sHhVYb780V {
  padding-top: 30px;
  padding-bottom: 30px;
  background-color: #000000;
}
.cid-sHizozQOFb {
  z-index: 1000;
  width: 100%;
  position: relative;
  min-height: 60px;
}
.cid-sHizozQOFb nav.navbar {
  position: fixed;
}
.cid-sHizozQOFb .dropdown-item:before {
  font-family: Moririse2 !important;
  content: "\e966";
  display: inline-block;
  width: 0;
  position: absolute;
  left: 1rem;
  top: 0.5rem;
  margin-right: 0.5rem;
  line-height: 1;
  font-size: inherit;
  vertical-align: middle;
  text-align: center;
  overflow: hidden;
  transform: scale(0, 1);
  transition: all 0.25s ease-in-out;
}
.cid-sHizozQOFb .dropdown-menu {
  padding: 0;
  border-radius: 4px;
  box-shadow: 0 1px 3px 0 rgba(0, 0, 0, 0.1);
}
.cid-sHizozQOFb .dropdown-item {
  border-bottom: 1px solid #e6e6e6;
}
.cid-sHizozQOFb .dropdown-item:hover,
.cid-sHizozQOFb .dropdown-item:focus {
  background: #161869 !important;
  color: white !important;
}
.cid-sHizozQOFb .dropdown-item:first-child {
  border-top-left-radius: 4px;
  border-top-right-radius: 4px;
}
.cid-sHizozQOFb .dropdown-item:last-child {
  border-bottom: none;
  border-bottom-left-radius: 4px;
  border-bottom-right-radius: 4px;
}
.cid-sHizozQOFb .nav-dropdown .link {
  padding: 0 0.3em !important;
  margin: 0.667em 1em !important;
}
.cid-sHizozQOFb .nav-dropdown .link.dropdown-toggle::after {
  margin-left: 0.5rem;
  margin-top: 0.2rem;
}
.cid-sHizozQOFb .nav-link {
  position: relative;
}
.cid-sHizozQOFb .container {
  display: flex;
  margin: auto;
}
.cid-sHizozQOFb .iconfont-wrapper {
  color: #000000 !important;
  font-size: 1.5rem;
  padding-right: 0.5rem;
}
.cid-sHizozQOFb .dropdown-menu,
.cid-sHizozQOFb .navbar.opened {
  background: #ffffff !important;
}
.cid-sHizozQOFb .nav-item:focus,
.cid-sHizozQOFb .nav-link:focus {
  outline: none;
}
.cid-sHizozQOFb .dropdown .dropdown-menu .dropdown-item {
  width: auto;
  transition: all 0.25s ease-in-out;
}
.cid-sHizozQOFb .dropdown .dropdown-menu .dropdown-item::after {
  right: 0.5rem;
}
.cid-sHizozQOFb .dropdown .dropdown-menu .dropdown-item .mbr-iconfont {
  margin-right: 0.5rem;
  vertical-align: sub;
}
.cid-sHizozQOFb .dropdown .dropdown-menu .dropdown-item .mbr-iconfont:before {
  display: inline-block;
  transform: scale(1, 1);
  transition: all 0.25s ease-in-out;
}
.cid-sHizozQOFb .collapsed .dropdown-menu .dropdown-item:before {
  display: none;
}
.cid-sHizozQOFb .collapsed .dropdown .dropdown-menu .dropdown-item {
  padding: 0.235em 1.5em 0.235em 1.5em !important;
  transition: none;
  margin: 0 !important;
}
.cid-sHizozQOFb .navbar {
  min-height: 70px;
  transition: all 0.3s;
  border-bottom: 1px solid transparent;
  box-shadow: 0 1px 3px 0 rgba(0, 0, 0, 0.1);
  background: #ffffff;
}
.cid-sHizozQOFb .navbar.opened {
  transition: all 0.3s;
}
.cid-sHizozQOFb .navbar .dropdown-item {
  padding: 0.5rem 1.8rem;
}
.cid-sHizozQOFb .navbar .navbar-logo img {
  width: auto;
}
.cid-sHizozQOFb .navbar .navbar-collapse {
  justify-content: flex-end;
  z-index: 1;
}
.cid-sHizozQOFb .navbar.collapsed {
  justify-content: center;
}
.cid-sHizozQOFb .navbar.collapsed .nav-item .nav-link::before {
  display: none;
}
.cid-sHizozQOFb .navbar.collapsed.opened .dropdown-menu {
  top: 0;
}
@media (min-width: 992px) {
  .cid-sHizozQOFb .navbar.collapsed.opened:not(.navbar-short) .navbar-collapse {
    max-height: calc(98.5vh - 3rem);
  }
}
.cid-sHizozQOFb .navbar.collapsed .dropdown-menu .dropdown-submenu {
  left: 0 !important;
}
.cid-sHizozQOFb .navbar.collapsed .dropdown-menu .dropdown-item:after {
  right: auto;
}
.cid-sHizozQOFb .navbar.collapsed .dropdown-menu .dropdown-toggle[data-toggle="dropdown-submenu"]:after {
  margin-left: 0.5rem;
  margin-top: 0.2rem;
  border-top: 0.35em solid;
  border-right: 0.35em solid transparent;
  border-left: 0.35em solid transparent;
  border-bottom: 0;
  top: 41%;
}
.cid-sHizozQOFb .navbar.collapsed ul.navbar-nav li {
  margin: auto;
}
.cid-sHizozQOFb .navbar.collapsed .dropdown-menu .dropdown-item {
  padding: 0.25rem 1.5rem;
  text-align: center;
}
.cid-sHizozQOFb .navbar.collapsed .icons-menu {
  padding-left: 0;
  padding-right: 0;
  padding-top: 0.5rem;
  padding-bottom: 0.5rem;
}
@media (max-width: 991px) {
  .cid-sHizozQOFb .navbar .nav-item .nav-link::before {
    display: none;
  }
  .cid-sHizozQOFb .navbar.opened .dropdown-menu {
    top: 0;
  }
  .cid-sHizozQOFb .navbar .dropdown-menu .dropdown-submenu {
    left: 0 !important;
  }
  .cid-sHizozQOFb .navbar .dropdown-menu .dropdown-item:after {
    right: auto;
  }
  .cid-sHizozQOFb .navbar .dropdown-menu .dropdown-toggle[data-toggle="dropdown-submenu"]:after {
    margin-left: 0.5rem;
    margin-top: 0.2rem;
    border-top: 0.35em solid;
    border-right: 0.35em solid transparent;
    border-left: 0.35em solid transparent;
    border-bottom: 0;
    top: 40%;
  }
  .cid-sHizozQOFb .navbar .navbar-logo img {
    height: 3rem !important;
  }
  .cid-sHizozQOFb .navbar ul.navbar-nav li {
    margin: auto;
  }
  .cid-sHizozQOFb .navbar .dropdown-menu .dropdown-item {
    padding: 0.25rem 1.5rem !important;
    text-align: center;
  }
  .cid-sHizozQOFb .navbar .navbar-brand {
    flex-shrink: initial;
    flex-basis: auto;
    word-break: break-word;
    padding-right: 2rem;
  }
  .cid-sHizozQOFb .navbar .navbar-toggler {
    flex-basis: auto;
  }
  .cid-sHizozQOFb .navbar .icons-menu {
    padding-left: 0;
    padding-top: 0.5rem;
    padding-bottom: 0.5rem;
  }
}
.cid-sHizozQOFb .navbar.navbar-short {
  min-height: 60px;
}
.cid-sHizozQOFb .navbar.navbar-short .navbar-logo img {
  height: 2.5rem !important;
}
.cid-sHizozQOFb .navbar.navbar-short .navbar-brand {
  min-height: 60px;
  padding: 0;
}
.cid-sHizozQOFb .navbar-brand {
  min-height: 70px;
  flex-shrink: 0;
  align-items: center;
  margin-right: 0;
  padding: 10px 0;
  transition: all 0.3s;
  word-break: break-word;
  z-index: 1;
}
.cid-sHizozQOFb .navbar-brand .navbar-caption {
  line-height: inherit !important;
}
.cid-sHizozQOFb .navbar-brand .navbar-logo a {
  outline: none;
}
.cid-sHizozQOFb .dropdown-item.active,
.cid-sHizozQOFb .dropdown-item:active {
  background-color: transparent;
}
.cid-sHizozQOFb .navbar-expand-lg .navbar-nav .nav-link {
  padding: 0;
}
.cid-sHizozQOFb .nav-dropdown .link.dropdown-toggle {
  margin-right: 1.667em;
}
.cid-sHizozQOFb .nav-dropdown .link.dropdown-toggle[aria-expanded="true"] {
  margin-right: 0;
  padding: 0.667em 1.667em;
}
.cid-sHizozQOFb .navbar.navbar-expand-lg .dropdown .dropdown-menu {
  background: #ffffff;
}
.cid-sHizozQOFb .navbar.navbar-expand-lg .dropdown .dropdown-menu .dropdown-submenu {
  margin: 0;
  left: 100%;
}
.cid-sHizozQOFb .navbar .dropdown.open > .dropdown-menu {
  display: block;
}
.cid-sHizozQOFb ul.navbar-nav {
  flex-wrap: wrap;
}
.cid-sHizozQOFb .navbar-buttons {
  text-align: center;
  min-width: 170px;
}
.cid-sHizozQOFb button.navbar-toggler {
  outline: none;
  width: 31px;
  height: 20px;
  cursor: pointer;
  transition: all 0.2s;
  position: relative;
  align-self: center;
}
.cid-sHizozQOFb button.navbar-toggler .hamburger span {
  position: absolute;
  right: 0;
  width: 30px;
  height: 2px;
  border-right: 5px;
  background-color: #000000;
}
.cid-sHizozQOFb button.navbar-toggler .hamburger span:nth-child(1) {
  top: 0;
  transition: all 0.2s;
}
.cid-sHizozQOFb button.navbar-toggler .hamburger span:nth-child(2) {
  top: 8px;
  transition: all 0.15s;
}
.cid-sHizozQOFb button.navbar-toggler .hamburger span:nth-child(3) {
  top: 8px;
  transition: all 0.15s;
}
.cid-sHizozQOFb button.navbar-toggler .hamburger span:nth-child(4) {
  top: 16px;
  transition: all 0.2s;
}
.cid-sHizozQOFb nav.opened .hamburger span:nth-child(1) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-sHizozQOFb nav.opened .hamburger span:nth-child(2) {
  transform: rotate(45deg);
  transition: all 0.25s;
}
.cid-sHizozQOFb nav.opened .hamburger span:nth-child(3) {
  transform: rotate(-45deg);
  transition: all 0.25s;
}
.cid-sHizozQOFb nav.opened .hamburger span:nth-child(4) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-sHizozQOFb .navbar-dropdown {
  padding: 0 1rem;
  position: fixed;
}
.cid-sHizozQOFb a.nav-link {
  display: flex;
  align-items: center;
  justify-content: center;
}
.cid-sHizozQOFb .icons-menu {
  flex-wrap: nowrap;
  display: flex;
  justify-content: center;
  padding-left: 1rem;
  padding-right: 1rem;
  padding-top: 0.3rem;
  text-align: center;
}
@media screen and (-ms-high-contrast: active), (-ms-high-contrast: none) {
  .cid-sHizozQOFb .navbar {
    height: 70px;
  }
  .cid-sHizozQOFb .navbar.opened {
    height: auto;
  }
  .cid-sHizozQOFb .nav-item .nav-link:hover::before {
    width: 175%;
    max-width: calc(100% + 2rem);
    left: -1rem;
  }
}
.cid-sHizoAd1VO {
  padding-top: 2rem;
  padding-bottom: 2rem;
  background-image: url("../../../assets/images/trailer-bg-2000x1051.jpg");
}
.cid-sHizoAd1VO .row {
  align-items: center;
}
@media (max-width: 991px) {
  .cid-sHizoAd1VO .row {
    flex-direction: column-reverse;
  }
  .cid-sHizoAd1VO .image-wrapper {
    margin-bottom: 2rem;
  }
  .cid-sHizoAd1VO .card-wrapper {
    padding: 0 1rem;
  }
}
@media (min-width: 992px) {
  .cid-sHizoAd1VO .card-wrapper {
    padding-right: 2rem;
  }
}
.cid-sHizoAd1VO .image-wrapper img {
  width: 100%;
  object-fit: cover;
}
.cid-sHizoAd1VO .card-title {
  color: #ffffff;
}
.cid-sHizoAd1VO .mbr-text,
.cid-sHizoAd1VO .mbr-section-btn {
  color: #ffffff;
}
.cid-sHizoAqfpW {
  padding-top: 45px;
  padding-bottom: 30px;
  background-color: #ffffff;
  overflow: hidden;
  box-sizing: border-box;
}
.cid-sHizoAqfpW .mbr-slider .carousel-control {
  background: #1b1b1b;
}
.cid-sHizoAqfpW .mbr-slider .carousel-control-prev {
  left: 0;
  margin-left: 2.5rem;
}
.cid-sHizoAqfpW .mbr-slider .carousel-control-next {
  right: 0;
  margin-right: 2.5rem;
}
.cid-sHizoAqfpW .mbr-slider .modal-body .close {
  background: #1b1b1b;
}
.cid-sHizoAqfpW .row > .row {
  display: block;
}
.cid-sHizoAqfpW .mbr-gallery-item {
  width: 100%;
}
.cid-sHizoAqfpW .mbr-gallery-item > div::before {
  content: '';
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  background: #fa9db7;
  opacity: 0;
  transition: 0.2s opacity ease-in-out;
  border-radius: 30px;
}
.cid-sHizoAqfpW .mbr-gallery-item > div {
  position: relative;
  transition: 0.5s;
  margin: 0.3rem;
  border-radius: 30px;
  overflow: hidden;
}
.cid-sHizoAqfpW .mbr-gallery-item > div:hover .mbr-gallery-title::before {
  background: transparent !important;
}
.cid-sHizoAqfpW .mbr-gallery-item > div:hover:before {
  opacity: 0 !important;
}
.cid-sHizoAqfpW .mbr-gallery-title {
  font-size: .9em;
  position: absolute;
  display: block;
  width: 100%;
  bottom: 0;
  padding: 1rem;
  color: #ffffff;
  z-index: 2;
}
.cid-sHizoAqfpW .mbr-gallery-title:before {
  content: " ";
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  z-index: -1;
  position: absolute;
  background: #fa9db7 !important;
  opacity: 0;
  transition: 0.2s background ease-in-out;
  border-radius: 0 0 30px 30px;
}
.cid-sHizoAqfpW .container {
  max-width: 1200px;
  padding: 0.7rem;
}
.cid-sHizoAqfpW .mbr-gallery-item > div:hover {
  transform: translate(1rem, 1rem);
}
@media (max-width: 767px) {
  .cid-sHizoAqfpW {
    padding-top: 15px;
    padding-bottom: 10px;
  }
  .cid-sHizoAqfpW .col-sm-12 {
    padding: 0 !important;
  }
}
.cid-ttbNfKA2mM {
  padding-top: 3rem;
  padding-bottom: 0rem;
  background-color: #161869;
}
.cid-ttbNfKA2mM .mbr-text,
.cid-ttbNfKA2mM .mbr-section-btn {
  color: #232323;
}
.cid-ttbNfKA2mM .card-title,
.cid-ttbNfKA2mM .card-box {
  color: #ffffff;
  text-align: center;
}
.cid-ttbNfKA2mM .mbr-text,
.cid-ttbNfKA2mM .link-wrap {
  color: #ffffff;
}
.cid-ttbNgeahIs .main_wrapper {
  position: relative;
  height: 640px;
  width: 100%;
  background-color: #c0c0c0;
}
.cid-ttbNgeahIs .b_wrapper {
  height: 100%;
  display: flex;
  align-items: center;
  position: relative;
  z-index: 2;
  pointer-events: none;
}
.cid-ttbNgeahIs .block_wrapper {
  height: 100%;
  background-color: rgba(22, 24, 105, 0.92);
  pointer-events: fill;
  padding: 50px 20px 50px 50px;
}
.cid-ttbNgeahIs .title__address {
  margin-bottom: 20px;
}
.cid-ttbNgeahIs .work__address {
  margin: 10px 0 40px;
  color: #ffffff;
}
.cid-ttbNgeahIs .work__phone {
  margin-bottom: 20px;
  color: #fafafa;
}
.cid-ttbNgeahIs .mbr-section-btn {
  margin-top: 40px;
}
.cid-ttbNgeahIs .btn-primary:hover {
  background-color: #bbbbbb !important;
  border-color: #bbbbbb !important;
}
.cid-ttbNgeahIs .google-map {
  height: 100%;
  width: 100%;
  position: absolute;
  left: 0;
  top: 0;
  z-index: 1;
}
.cid-ttbNgeahIs .google-map iframe {
  height: 100%;
  width: 100%;
}
.cid-ttbNgeahIs .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-ttbNgeahIs .google-map[data-state] {
  background: #e9e5dc;
}
.cid-ttbNgeahIs .google-map[data-state='loading'] [data-state-details] {
  display: none;
}
@media (max-width: 767px) {
  .cid-ttbNgeahIs .container {
    max-width: 100%;
  }
  .cid-ttbNgeahIs .container .row {
    margin: 0;
  }
  .cid-ttbNgeahIs .block_wrapper {
    height: 100%;
    background-color: #161869;
    pointer-events: fill;
    padding: 30px 20px;
  }
}
.cid-ttbNgeahIs .title__address,
.cid-ttbNgeahIs .mbr-section-btn {
  color: #ffffff;
}
.cid-ttbNgeahIs .work__time {
  color: #ffffff;
}
.cid-sHizoBH7qq {
  padding-top: 30px;
  padding-bottom: 30px;
  background-color: #000000;
}
