.btn {
  border-width: 2px;
}
img,
.card-wrap,
.card-wrapper,
.video-wrapper,
.site-figure iframe,
.google-map iframe,
.slide-content,
.plan,
.card,
.item-wrapper {
  border-radius: 2rem !important;
}
.video-wrapper {
  overflow: hidden;
}
body {
  background-color: #faecee;
}
body {
  font-family: Roboto Flex;
}
.display-1 {
  font-family: 'Roboto Flex', sans-serif;
  font-size: 6.25rem;
  line-height: 1.1;
  letter-spacing: -2px;
}
.display-1 > .site-iconfont {
  font-size: 7.8125rem;
}
.display-2 {
  font-family: 'Roboto Flex', sans-serif;
  font-size: 5rem;
  line-height: 1.1;
  letter-spacing: -2px;
}
.display-2 > .site-iconfont {
  font-size: 6.25rem;
}
.display-4 {
  font-family: 'Roboto Flex', sans-serif;
  font-size: 1.375rem;
  line-height: 1.55;
  letter-spacing: -0.5px;
}
.display-4 > .site-iconfont {
  font-size: 1.71875rem;
}
.display-5 {
  font-family: 'Roboto Flex', sans-serif;
  font-size: 3.125rem;
  line-height: 1.1;
  letter-spacing: -0.5px;
}
.display-5 > .site-iconfont {
  font-size: 3.90625rem;
}
.display-7 {
  font-family: 'Roboto Flex', sans-serif;
  font-size: 1.125rem;
  line-height: 1.55;
  letter-spacing: -0.5px;
}
.display-7 > .site-iconfont {
  font-size: 1.40625rem;
}
/* ---- 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: 5rem;
  }
}
@media (max-width: 768px) {
  .display-1 {
    font-size: 4.375rem;
    font-size: calc( 2.8375rem + (6.25 - 2.8375) * ((100vw - 20rem) / (48 - 20)));
    line-height: calc( 1.1 * (2.8375rem + (6.25 - 2.8375) * ((100vw - 20rem) / (48 - 20))));
  }
  .display-2 {
    font-size: 4rem;
    font-size: calc( 2.4rem + (5 - 2.4) * ((100vw - 20rem) / (48 - 20)));
    line-height: calc( 1.3 * (2.4rem + (5 - 2.4) * ((100vw - 20rem) / (48 - 20))));
  }
  .display-4 {
    font-size: 1.1rem;
    font-size: calc( 1.13125rem + (1.375 - 1.13125) * ((100vw - 20rem) / (48 - 20)));
    line-height: calc( 1.4 * (1.13125rem + (1.375 - 1.13125) * ((100vw - 20rem) / (48 - 20))));
  }
  .display-5 {
    font-size: 2.5rem;
    font-size: calc( 1.74375rem + (3.125 - 1.74375) * ((100vw - 20rem) / (48 - 20)));
    line-height: calc( 1.4 * (1.74375rem + (3.125 - 1.74375) * ((100vw - 20rem) / (48 - 20))));
  }
  .display-7 {
    font-size: 0.9rem;
    font-size: calc( 1.04375rem + (1.125 - 1.04375) * ((100vw - 20rem) / (48 - 20)));
    line-height: calc( 1.4 * (1.04375rem + (1.125 - 1.04375) * ((100vw - 20rem) / (48 - 20))));
  }
}
/* Buttons */
.btn {
  padding: 1.25rem 2rem;
  border-radius: 30px;
}
@media (max-width: 767px) {
  .btn {
    padding: 0.75rem 1.5rem;
  }
}
.btn-sm {
  padding: 0.6rem 1.2rem;
  border-radius: 30px;
}
.btn-md {
  padding: 0.6rem 1.2rem;
  border-radius: 30px;
}
.btn-lg {
  padding: 1.25rem 2rem;
  border-radius: 30px;
}
.bg-primary {
  background-color: #ff7f51 !important;
}
.bg-success {
  background-color: #41dc94 !important;
}
.bg-info {
  background-color: #2ad2f3 !important;
}
.bg-warning {
  background-color: #ffc71e !important;
}
.bg-danger {
  background-color: #de3f4e !important;
}
.btn-primary,
.btn-primary:active {
  background-color: #ff7f51 !important;
  border-color: #ff7f51 !important;
  color: #ffffff !important;
  box-shadow: none;
}
.btn-primary:hover,
.btn-primary:focus,
.btn-primary.focus,
.btn-primary.active {
  color: inherit;
  background-color: #ffa584 !important;
  border-color: #ffa584 !important;
  box-shadow: none;
}
.btn-primary.disabled,
.btn-primary:disabled {
  color: #ffffff !important;
  background-color: #ffa584 !important;
  border-color: #ffa584 !important;
}
.btn-secondary,
.btn-secondary:active {
  background-color: #eda371 !important;
  border-color: #eda371 !important;
  color: #54280b !important;
  box-shadow: none;
}
.btn-secondary:hover,
.btn-secondary:focus,
.btn-secondary.focus,
.btn-secondary.active {
  color: inherit;
  background-color: #f3c09e !important;
  border-color: #f3c09e !important;
  box-shadow: none;
}
.btn-secondary.disabled,
.btn-secondary:disabled {
  color: #54280b !important;
  background-color: #f3c09e !important;
  border-color: #f3c09e !important;
}
.btn-info,
.btn-info:active {
  background-color: #2ad2f3 !important;
  border-color: #2ad2f3 !important;
  color: #02181c !important;
  box-shadow: none;
}
.btn-info:hover,
.btn-info:focus,
.btn-info.focus,
.btn-info.active {
  color: inherit;
  background-color: #5adcf6 !important;
  border-color: #5adcf6 !important;
  box-shadow: none;
}
.btn-info.disabled,
.btn-info:disabled {
  color: #02181c !important;
  background-color: #5adcf6 !important;
  border-color: #5adcf6 !important;
}
.btn-success,
.btn-success:active {
  background-color: #41dc94 !important;
  border-color: #41dc94 !important;
  color: #051910 !important;
  box-shadow: none;
}
.btn-success:hover,
.btn-success:focus,
.btn-success.focus,
.btn-success.active {
  color: inherit;
  background-color: #6ce4ac !important;
  border-color: #6ce4ac !important;
  box-shadow: none;
}
.btn-success.disabled,
.btn-success:disabled {
  color: #051910 !important;
  background-color: #6ce4ac !important;
  border-color: #6ce4ac !important;
}
.btn-warning,
.btn-warning:active {
  background-color: #ffc71e !important;
  border-color: #ffc71e !important;
  color: #1e1700 !important;
  box-shadow: none;
}
.btn-warning:hover,
.btn-warning:focus,
.btn-warning.focus,
.btn-warning.active {
  color: inherit;
  background-color: #ffd451 !important;
  border-color: #ffd451 !important;
  box-shadow: none;
}
.btn-warning.disabled,
.btn-warning:disabled {
  color: #1e1700 !important;
  background-color: #ffd451 !important;
  border-color: #ffd451 !important;
}
.btn-danger,
.btn-danger:active {
  background-color: #de3f4e !important;
  border-color: #de3f4e !important;
  color: #ffffff !important;
  box-shadow: none;
}
.btn-danger:hover,
.btn-danger:focus,
.btn-danger.focus,
.btn-danger.active {
  color: inherit;
  background-color: #e56b76 !important;
  border-color: #e56b76 !important;
  box-shadow: none;
}
.btn-danger.disabled,
.btn-danger:disabled {
  color: #ffffff !important;
  background-color: #e56b76 !important;
  border-color: #e56b76 !important;
}
.btn-white,
.btn-white:active {
  background-color: #eff0ec !important;
  border-color: #eff0ec !important;
  color: #757b62 !important;
  box-shadow: none;
}
.btn-white:hover,
.btn-white:focus,
.btn-white.focus,
.btn-white.active {
  color: inherit;
  background-color: #ffffff !important;
  border-color: #ffffff !important;
  box-shadow: none;
}
.btn-white.disabled,
.btn-white:disabled {
  color: #757b62 !important;
  background-color: #ffffff !important;
  border-color: #ffffff !important;
}
.btn-black,
.btn-black:active {
  background-color: #232323 !important;
  border-color: #232323 !important;
  color: #ffffff !important;
  box-shadow: none;
}
.btn-black:hover,
.btn-black:focus,
.btn-black.focus,
.btn-black.active {
  color: inherit;
  background-color: #3d3d3d !important;
  border-color: #3d3d3d !important;
  box-shadow: none;
}
.btn-black.disabled,
.btn-black:disabled {
  color: #ffffff !important;
  background-color: #3d3d3d !important;
  border-color: #3d3d3d !important;
}
.btn-primary-outline,
.btn-primary-outline:active {
  background-color: transparent !important;
  border-color: #ff7f51;
  color: #ff7f51;
}
.btn-primary-outline:hover,
.btn-primary-outline:focus,
.btn-primary-outline.focus,
.btn-primary-outline.active {
  color: #f94200 !important;
  background-color: transparent !important;
  border-color: #f94200 !important;
  box-shadow: none !important;
}
.btn-primary-outline.disabled,
.btn-primary-outline:disabled {
  color: #ffffff !important;
  background-color: #ff7f51 !important;
  border-color: #ff7f51 !important;
}
.btn-secondary-outline,
.btn-secondary-outline:active {
  background-color: transparent !important;
  border-color: #eda371;
  color: #eda371;
}
.btn-secondary-outline:hover,
.btn-secondary-outline:focus,
.btn-secondary-outline.focus,
.btn-secondary-outline.active {
  color: #e37124 !important;
  background-color: transparent !important;
  border-color: #e37124 !important;
  box-shadow: none !important;
}
.btn-secondary-outline.disabled,
.btn-secondary-outline:disabled {
  color: #ffffff !important;
  background-color: #eda371 !important;
  border-color: #eda371 !important;
}
.btn-info-outline,
.btn-info-outline:active {
  background-color: transparent !important;
  border-color: #2ad2f3;
  color: #2ad2f3;
}
.btn-info-outline:hover,
.btn-info-outline:focus,
.btn-info-outline.focus,
.btn-info-outline.active {
  color: #0b9fbc !important;
  background-color: transparent !important;
  border-color: #0b9fbc !important;
  box-shadow: none !important;
}
.btn-info-outline.disabled,
.btn-info-outline:disabled {
  color: #ffffff !important;
  background-color: #2ad2f3 !important;
  border-color: #2ad2f3 !important;
}
.btn-success-outline,
.btn-success-outline:active {
  background-color: transparent !important;
  border-color: #41dc94;
  color: #41dc94;
}
.btn-success-outline:hover,
.btn-success-outline:focus,
.btn-success-outline.focus,
.btn-success-outline.active {
  color: #1fa768 !important;
  background-color: transparent !important;
  border-color: #1fa768 !important;
  box-shadow: none !important;
}
.btn-success-outline.disabled,
.btn-success-outline:disabled {
  color: #ffffff !important;
  background-color: #41dc94 !important;
  border-color: #41dc94 !important;
}
.btn-warning-outline,
.btn-warning-outline:active {
  background-color: transparent !important;
  border-color: #ffc71e;
  color: #ffc71e;
}
.btn-warning-outline:hover,
.btn-warning-outline:focus,
.btn-warning-outline.focus,
.btn-warning-outline.active {
  color: #c69500 !important;
  background-color: transparent !important;
  border-color: #c69500 !important;
  box-shadow: none !important;
}
.btn-warning-outline.disabled,
.btn-warning-outline:disabled {
  color: #1e1700 !important;
  background-color: #ffc71e !important;
  border-color: #ffc71e !important;
}
.btn-danger-outline,
.btn-danger-outline:active {
  background-color: transparent !important;
  border-color: #de3f4e;
  color: #de3f4e;
}
.btn-danger-outline:hover,
.btn-danger-outline:focus,
.btn-danger-outline.focus,
.btn-danger-outline.active {
  color: #a91d2a !important;
  background-color: transparent !important;
  border-color: #a91d2a !important;
  box-shadow: none !important;
}
.btn-danger-outline.disabled,
.btn-danger-outline:disabled {
  color: #ffffff !important;
  background-color: #de3f4e !important;
  border-color: #de3f4e !important;
}
.btn-black-outline,
.btn-black-outline:active {
  background-color: transparent !important;
  border-color: #232323;
  color: #232323;
}
.btn-black-outline:hover,
.btn-black-outline:focus,
.btn-black-outline.focus,
.btn-black-outline.active {
  color: #000000 !important;
  background-color: transparent !important;
  border-color: #000000 !important;
  box-shadow: none !important;
}
.btn-black-outline.disabled,
.btn-black-outline:disabled {
  color: #ffffff !important;
  background-color: #232323 !important;
  border-color: #232323 !important;
}
.btn-white-outline,
.btn-white-outline:active {
  background-color: transparent !important;
  border-color: #fafafa;
  color: #fafafa;
}
.btn-white-outline:hover,
.btn-white-outline:focus,
.btn-white-outline.focus,
.btn-white-outline.active {
  color: #cfcfcf !important;
  background-color: transparent !important;
  border-color: #cfcfcf !important;
  box-shadow: none !important;
}
.btn-white-outline.disabled,
.btn-white-outline:disabled {
  color: #7a7a7a !important;
  background-color: #fafafa !important;
  border-color: #fafafa !important;
}
.text-primary {
  color: #ff7f51 !important;
}
.text-secondary {
  color: #eda371 !important;
}
.text-success {
  color: #41dc94 !important;
}
.text-info {
  color: #2ad2f3 !important;
}
.text-warning {
  color: #ffc71e !important;
}
.text-danger {
  color: #de3f4e !important;
}
.text-white {
  color: #fafafa !important;
}
.text-black {
  color: #232323 !important;
}
a.text-primary:hover,
a.text-primary:focus,
a.text-primary.active {
  color: #ea3e00 !important;
}
a.text-secondary:hover,
a.text-secondary:focus,
a.text-secondary.active {
  color: #dc691c !important;
}
a.text-success:hover,
a.text-success:focus,
a.text-success.active {
  color: #1c9b60 !important;
}
a.text-info:hover,
a.text-info:focus,
a.text-info.active {
  color: #0a92ad !important;
}
a.text-warning:hover,
a.text-warning:focus,
a.text-warning.active {
  color: #b78900 !important;
}
a.text-danger:hover,
a.text-danger:focus,
a.text-danger.active {
  color: #9c1b27 !important;
}
a.text-white:hover,
a.text-white:focus,
a.text-white.active {
  color: #c7c7c7 !important;
}
a.text-black:hover,
a.text-black:focus,
a.text-black.active {
  color: #000000 !important;
}
a[class*="text-"]:not(.nav-link):not(.dropdown-item):not([role]):not(.navbar-caption) {
  position: relative;
  background-image: transparent;
  background-size: 10000px 2px;
  background-repeat: no-repeat;
  background-position: 0px 1.2em;
  background-position: -10000px 1.2em;
}
a[class*="text-"]:not(.nav-link):not(.dropdown-item):not([role]):not(.navbar-caption):hover {
  transition: background-position 2s ease-in-out;
  background-image: linear-gradient(currentColor 50%, currentColor 50%);
  background-position: 0px 1.2em;
}
.nav-tabs .nav-link.active {
  color: #ff7f51;
}
.nav-tabs .nav-link:not(.active) {
  color: #232323;
}
.alert-success {
  background-color: #70c770;
}
.alert-info {
  background-color: #2ad2f3;
}
.alert-warning {
  background-color: #ffc71e;
}
.alert-danger {
  background-color: #de3f4e;
}
.site-section-btn .btn:not(.btn-form) {
  border-radius: 100px;
}
.site-gallery-filter li a {
  border-radius: 100px !important;
}
.site-gallery-filter li.active .btn {
  background-color: #ff7f51;
  border-color: #ff7f51;
  color: #ffffff;
}
.site-gallery-filter li.active .btn:focus {
  box-shadow: none;
}
.nav-tabs .nav-link {
  border-radius: 100px !important;
}
a,
a:hover {
  color: #ff7f51;
}
.site-plan-header.bg-primary .site-plan-subtitle,
.site-plan-header.bg-primary .site-plan-price-desc {
  color: #ffffff;
}
.site-plan-header.bg-success .site-plan-subtitle,
.site-plan-header.bg-success .site-plan-price-desc {
  color: #edfcf5;
}
.site-plan-header.bg-info .site-plan-subtitle,
.site-plan-header.bg-info .site-plan-price-desc {
  color: #ebfbfe;
}
.site-plan-header.bg-warning .site-plan-subtitle,
.site-plan-header.bg-warning .site-plan-price-desc {
  color: #fffaea;
}
.site-plan-header.bg-danger .site-plan-subtitle,
.site-plan-header.bg-danger .site-plan-price-desc {
  color: #fcedee;
}
/* Scroll to top button*/
.scrollToTop_wraper {
  display: none;
}
.form-control {
  font-family: 'Roboto Flex', sans-serif;
  font-size: 1.125rem;
  line-height: 1.55;
  letter-spacing: -0.5px;
  font-weight: 400;
  border-radius: 100px !important;
}
.form-control > .site-iconfont {
  font-size: 1.40625rem;
}
.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: #ff7f51 !important;
}
.form-control:-webkit-input-placeholder {
  font-family: 'Roboto Flex', sans-serif;
  font-size: 1.125rem;
  line-height: 1.55;
  letter-spacing: -0.5px;
  font-weight: 400;
}
.form-control:-webkit-input-placeholder > .site-iconfont {
  font-size: 1.40625rem;
}
blockquote {
  border-color: #ff7f51;
}
/* Forms */
.site-form .input-group-btn .btn {
  border-radius: 100px !important;
}
.site-form .input-group-btn .btn:hover {
  box-shadow: 0 10px 40px 0 rgba(0, 0, 0, 0.2);
}
.site-form .input-group-btn button[type="submit"] {
  border-radius: 100px !important;
  padding: 1rem 3rem;
}
.site-form .input-group-btn button[type="submit"]:hover {
  box-shadow: 0 10px 40px 0 rgba(0, 0, 0, 0.2);
}
.jq-selectbox li:hover,
.jq-selectbox li.selected {
  background-color: #ff7f51;
  color: #ffffff;
}
.jq-number__spin {
  transition: 0.25s ease;
}
.jq-number__spin:hover {
  border-color: #ff7f51;
}
.jq-selectbox .jq-selectbox__trigger-arrow,
.jq-number__spin.minus:after,
.jq-number__spin.plus:after {
  transition: 0.4s;
  border-top-color: #232323;
  border-bottom-color: #232323;
}
.jq-selectbox:hover .jq-selectbox__trigger-arrow,
.jq-number__spin.minus:hover:after,
.jq-number__spin.plus:hover:after {
  border-top-color: #ff7f51;
  border-bottom-color: #ff7f51;
}
.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: #000000 !important;
  background-color: #ff7f51 !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: #eda371 !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='%23ff7f51' %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;
}
.site-section-btn .btn,
.site-section-btn-main .btn {
  flex-direction: row-reverse;
  padding: 8px 20px;
  border-radius: 30px !important;
  font-weight: 400 !important;
}
.site-section-btn .btn .site-iconfont,
.site-section-btn-main .btn .site-iconfont {
  margin: 0 10px 0 0;
}
.site-section-btn .btn-primary-outline,
.site-section-btn-main .btn-primary-outline,
.site-section-btn .btn-secondary-outline,
.site-section-btn-main .btn-secondary-outline,
.site-section-btn .btn-success-outline,
.site-section-btn-main .btn-success-outline,
.site-section-btn .btn-info-outline,
.site-section-btn-main .btn-info-outline,
.site-section-btn .btn-warning-outline,
.site-section-btn-main .btn-warning-outline,
.site-section-btn .btn-danger-outline,
.site-section-btn-main .btn-danger-outline,
.site-section-btn .btn-black-outline,
.site-section-btn-main .btn-black-outline,
.site-section-btn .btn-white-outline,
.site-section-btn-main .btn-white-outline {
  padding: 0;
  border: none;
}
.site-section-btn .btn-primary-outline .site-iconfont,
.site-section-btn-main .btn-primary-outline .site-iconfont,
.site-section-btn .btn-secondary-outline .site-iconfont,
.site-section-btn-main .btn-secondary-outline .site-iconfont,
.site-section-btn .btn-success-outline .site-iconfont,
.site-section-btn-main .btn-success-outline .site-iconfont,
.site-section-btn .btn-info-outline .site-iconfont,
.site-section-btn-main .btn-info-outline .site-iconfont,
.site-section-btn .btn-warning-outline .site-iconfont,
.site-section-btn-main .btn-warning-outline .site-iconfont,
.site-section-btn .btn-danger-outline .site-iconfont,
.site-section-btn-main .btn-danger-outline .site-iconfont,
.site-section-btn .btn-black-outline .site-iconfont,
.site-section-btn-main .btn-black-outline .site-iconfont,
.site-section-btn .btn-white-outline .site-iconfont,
.site-section-btn-main .btn-white-outline .site-iconfont {
  margin: 0 16px 0 0;
}
.cid-vrqHfPsMvw {
  background-color: transparent;
}
.cid-vrqHfPsMvw .navbar-dropdown {
  background-color: #faecee !important;
  padding: 0;
}
.cid-vrqHfPsMvw .navbar.navbar-expand-lg .dropdown .dropdown-menu {
  background-color: #faecee !important;
  background: #faecee;
}
.cid-vrqHfPsMvw .navbar.navbar-expand-lg .dropdown .dropdown-menu .dropdown-submenu {
  margin: 0;
  left: 100%;
}
.cid-vrqHfPsMvw .menu_box {
  flex-wrap: nowrap;
}
@media (max-width: 991px) {
  .cid-vrqHfPsMvw .menu_box {
    flex-direction: column;
    align-items: flex-start;
  }
  .cid-vrqHfPsMvw .menu_box .navbar.opened,
  .cid-vrqHfPsMvw .menu_box .navbar-collapse {
    background-color: #faecee !important;
    transition: all 0s ease 0s;
  }
}
.cid-vrqHfPsMvw .navbar-dropdown {
  position: relative !important;
}
.cid-vrqHfPsMvw .btn {
  min-height: auto;
  box-shadow: none;
  margin-top: 0;
}
.cid-vrqHfPsMvw .btn:hover {
  box-shadow: none;
}
@media (min-width: 992px) {
  .cid-vrqHfPsMvw ul.navbar-nav {
    padding-bottom: 1.5rem;
  }
  .cid-vrqHfPsMvw .dropdown-menu .dropdown-toggle[data-toggle="dropdown-submenu"]::after,
  .cid-vrqHfPsMvw .link.dropdown-toggle::after {
    display: inline-block;
    width: 7px;
    height: 7px;
    margin-left: 0.5rem;
    margin-bottom: 2px;
    content: "";
    border: 2px solid;
    border-left: none;
    border-top: none;
    transform: rotate(-45deg);
  }
  .cid-vrqHfPsMvw .link.dropdown-toggle::after {
    padding: 0 !important;
    transform: rotate(45deg);
  }
  .cid-vrqHfPsMvw li.nav-item {
    position: relative;
    display: inline-block;
    padding: 0 !important;
    vertical-align: middle;
    line-height: 2em !important;
    font-weight: 600 !important;
    text-decoration: none;
    letter-spacing: 0 !important;
    z-index: 1;
  }
  .cid-vrqHfPsMvw .lg_brand {
    margin: 0 1rem;
  }
  .cid-vrqHfPsMvw .navbar-nav.nav-dropdown {
    display: -webkit-flex;
    width: 100%;
    justify-content: center;
    min-width: 200px;
  }
}
.cid-vrqHfPsMvw .nav-item {
  margin: 4px 15px;
}
@media (min-width: 1200px) {
  .cid-vrqHfPsMvw .nav-item {
    margin: 4px 20px;
  }
}
@media (max-width: 991px) {
  .cid-vrqHfPsMvw .nav-item {
    margin: 0 !important;
  }
}
.cid-vrqHfPsMvw .nav-item .nav-link {
  transition: all 0.5s ease-out;
  border-radius: 0.5rem !important;
  position: relative;
}
.cid-vrqHfPsMvw .nav-item .nav-link::before {
  content: '';
  position: absolute;
  bottom: 0;
  left: 0;
  width: 0;
  height: 2px;
  background-color: #000000;
  transition: all 0.3s ease-in-out;
}
.cid-vrqHfPsMvw .nav-item .nav-link:hover:before,
.cid-vrqHfPsMvw .nav-item .nav-link:focus:before {
  width: 100%;
}
.cid-vrqHfPsMvw .dropdown-menu {
  border-radius: 0;
  box-shadow: none;
  text-align: left;
}
@media (min-width: 992px) {
  .cid-vrqHfPsMvw .dropdown-menu {
    padding: 18px 34px 22px;
    min-width: 250px;
    top: auto !important;
    left: -40px !important;
  }
  .cid-vrqHfPsMvw .dropdown-menu.dropdown-submenu {
    left: 215px !important;
    top: -45% !important;
  }
}
@media (max-width: 991px) {
  .cid-vrqHfPsMvw .dropdown-menu .dropdown-toggle[data-toggle="dropdown-submenu"]::after,
  .cid-vrqHfPsMvw .link.dropdown-toggle::after {
    display: inline-block;
    width: 7px;
    height: 7px;
    margin-left: 0.5rem;
    margin-bottom: 2px;
    content: "";
    border: 2px solid;
    border-left: none;
    border-top: none;
    transform: rotate(-45deg);
    right: 15px;
    position: absolute;
    margin-top: -2px;
  }
  .cid-vrqHfPsMvw .show.dropdown-toggle[aria-expanded="true"]::after {
    transform: rotate(45deg);
    margin-top: -4px;
  }
  .cid-vrqHfPsMvw .offcanvas_box {
    display: none;
  }
}
.cid-vrqHfPsMvw .dropdown-item {
  border: none;
  font-weight: 300 !important;
}
.cid-vrqHfPsMvw .nav-dropdown .link {
  font-weight: 400 !important;
  padding: 0 !important;
  margin: 0 !important;
}
.cid-vrqHfPsMvw .nav-dropdown .link.dropdown-toggle::after {
  margin-left: 0.5rem;
  margin-top: 0;
}
.cid-vrqHfPsMvw .container {
  display: flex;
  margin: auto;
}
.cid-vrqHfPsMvw .iconfont-wrapper {
  color: #01004c;
  font-size: 17px;
  margin-right: 10px;
  margin-bottom: 5px;
  width: 25px;
  height: 25px;
  border-radius: 50%;
  display: flex;
  justify-content: center;
  align-items: center;
  transition: all 0.2s ease-in-out;
}
.cid-vrqHfPsMvw .iconfont-wrapper:last-child {
  margin-right: 0;
}
.cid-vrqHfPsMvw .iconfont-wrapper:hover {
  opacity: 0.5;
}
.cid-vrqHfPsMvw .navbar-nav {
  margin: 0 1rem;
}
@media (min-width: 992px) {
  .cid-vrqHfPsMvw .navbar-nav {
    margin: 0;
  }
}
.cid-vrqHfPsMvw .dropdown-menu,
.cid-vrqHfPsMvw .navbar.opened {
  background-color: false !important;
}
.cid-vrqHfPsMvw .nav-item:focus,
.cid-vrqHfPsMvw .nav-link:focus {
  outline: none;
}
.cid-vrqHfPsMvw .dropdown .dropdown-menu .dropdown-item {
  width: auto;
  transition: all 0.25s ease-in-out;
}
.cid-vrqHfPsMvw .dropdown .dropdown-menu .dropdown-item::after {
  right: 0.5rem;
}
.cid-vrqHfPsMvw .dropdown .dropdown-menu .dropdown-item .site-iconfont {
  margin-right: 0.5rem;
  vertical-align: sub;
}
.cid-vrqHfPsMvw .dropdown .dropdown-menu .dropdown-item .site-iconfont:before {
  display: inline-block;
  transform: scale(1, 1);
  transition: all 0.25s ease-in-out;
}
.cid-vrqHfPsMvw .collapsed .dropdown-menu .dropdown-item:before {
  display: none;
}
.cid-vrqHfPsMvw .collapsed .dropdown .dropdown-menu .dropdown-item {
  padding: 0.235em 1.5em 0.235em 1.5em !important;
  transition: none;
  margin: 0 !important;
}
.cid-vrqHfPsMvw .navbar {
  min-height: 70px;
  padding: 10px 0;
  transition: all 0.3s;
  border-bottom-width: 0;
}
@media (max-width: 992px) {
  .cid-vrqHfPsMvw .navbar {
    min-height: 30px;
    max-height: none;
  }
}
.cid-vrqHfPsMvw .navbar.opened {
  transition: all 0.3s;
}
.cid-vrqHfPsMvw .navbar .dropdown-item {
  padding: 0;
  margin: 8px 0;
}
.cid-vrqHfPsMvw .navbar .navbar-logo img {
  max-width: 80px;
  min-height: 80px;
  object-fit: contain;
  border-radius: 10px !important;
}
.cid-vrqHfPsMvw .navbar .navbar-collapse {
  justify-content: center;
  z-index: 1;
}
.cid-vrqHfPsMvw .navbar.collapsed {
  justify-content: center;
}
.cid-vrqHfPsMvw .navbar.collapsed .nav-item .nav-link::before {
  display: none;
}
.cid-vrqHfPsMvw .navbar.collapsed.opened .dropdown-menu {
  top: 0;
}
.cid-vrqHfPsMvw .navbar.collapsed .dropdown-menu .dropdown-submenu {
  left: 0 !important;
}
.cid-vrqHfPsMvw .navbar.collapsed .dropdown-menu .dropdown-item:after {
  right: auto;
}
.cid-vrqHfPsMvw .navbar.collapsed ul.navbar-nav li {
  margin: auto;
}
.cid-vrqHfPsMvw .navbar.collapsed .dropdown-menu .dropdown-item {
  padding: 0.25rem 1.5rem;
  text-align: left;
}
.cid-vrqHfPsMvw .navbar.collapsed .icons-menu {
  padding: 0;
}
@media (max-width: 991px) {
  .cid-vrqHfPsMvw .navbar .nav-item {
    padding: 0.5rem 0;
  }
  .cid-vrqHfPsMvw .navbar .navbar-collapse {
    padding: 34px 0;
    border-radius: 16px;
    width: 100%;
  }
  .cid-vrqHfPsMvw .navbar .nav-item .nav-link::before {
    display: none;
  }
  .cid-vrqHfPsMvw .navbar.opened .dropdown-menu {
    top: 0;
  }
  .cid-vrqHfPsMvw .navbar .dropdown-menu {
    padding: 6px 0 6px 15px;
  }
  .cid-vrqHfPsMvw .navbar .dropdown-menu .dropdown-submenu {
    left: 0 !important;
  }
  .cid-vrqHfPsMvw .navbar .dropdown-menu .dropdown-item:after {
    right: auto;
    margin-top: -0.4rem;
  }
  .cid-vrqHfPsMvw .navbar .navbar-logo img {
    height: 3rem !important;
  }
  .cid-vrqHfPsMvw .navbar ul.navbar-nav {
    overflow: hidden;
  }
  .cid-vrqHfPsMvw .navbar ul.navbar-nav li {
    margin: 0;
  }
  .cid-vrqHfPsMvw .navbar .dropdown-menu .dropdown-item {
    padding: 0 !important;
    margin: 0;
    margin-top: 8px;
    text-align: left;
  }
  .cid-vrqHfPsMvw .navbar .navbar-brand {
    flex-shrink: initial;
    flex-basis: auto;
    word-break: break-word;
    padding-right: 0;
    width: 100%;
    justify-content: space-between;
  }
  .cid-vrqHfPsMvw .navbar .navbar-toggler {
    flex-basis: auto;
  }
  .cid-vrqHfPsMvw .navbar .icons-menu {
    padding: 0;
  }
}
.cid-vrqHfPsMvw .navbar.navbar-short {
  min-height: 60px;
}
.cid-vrqHfPsMvw .navbar.navbar-short .navbar-logo img {
  height: 2.5rem !important;
}
.cid-vrqHfPsMvw .navbar.navbar-short .navbar-brand {
  min-height: 60px;
  padding: 0;
}
.cid-vrqHfPsMvw .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-vrqHfPsMvw .navbar-brand .navbar-caption {
  line-height: inherit !important;
  font-weight: 400;
}
.cid-vrqHfPsMvw .navbar-brand .navbar-logo a {
  outline: none;
}
.cid-vrqHfPsMvw .dropdown-item.active,
.cid-vrqHfPsMvw .dropdown-item:active {
  background-color: transparent;
}
.cid-vrqHfPsMvw .navbar-expand-lg .navbar-nav .nav-link {
  margin: 4px 12px !important;
}
.cid-vrqHfPsMvw .nav-dropdown .link.dropdown-toggle {
  margin-right: 1.667em;
}
.cid-vrqHfPsMvw .nav-dropdown .link.dropdown-toggle[aria-expanded="true"] {
  margin-right: 0;
  padding: 0.667em 1.667em;
}
.cid-vrqHfPsMvw .navbar .dropdown.open > .dropdown-menu {
  display: block;
}
.cid-vrqHfPsMvw ul.navbar-nav {
  flex-wrap: wrap;
  padding: 0;
}
.cid-vrqHfPsMvw .navbar-buttons {
  text-align: center;
  min-width: 170px;
}
.cid-vrqHfPsMvw button.navbar-toggler {
  outline: none;
  width: 48px;
  height: 48px;
  border-radius: 50%;
  cursor: pointer;
  transition: all 0.2s;
  position: relative;
  align-self: center;
  color: #faecee;
  background: #000000;
}
.cid-vrqHfPsMvw button.navbar-toggler .hamburger span {
  position: absolute;
  right: 10px;
  margin-top: 14px;
  width: 26px;
  height: 2px;
  border-right: 5px;
  background-color: #faecee;
}
.cid-vrqHfPsMvw button.navbar-toggler .hamburger span:nth-child(1) {
  top: 0;
  transition: all 0.2s;
}
.cid-vrqHfPsMvw button.navbar-toggler .hamburger span:nth-child(2) {
  top: 8px;
  transition: all 0.15s;
}
.cid-vrqHfPsMvw button.navbar-toggler .hamburger span:nth-child(3) {
  top: 8px;
  transition: all 0.15s;
}
.cid-vrqHfPsMvw button.navbar-toggler .hamburger span:nth-child(4) {
  top: 16px;
  transition: all 0.2s;
}
.cid-vrqHfPsMvw nav.opened .hamburger span:nth-child(1) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-vrqHfPsMvw nav.opened .hamburger span:nth-child(2) {
  transform: rotate(45deg);
  transition: all 0.25s;
}
.cid-vrqHfPsMvw nav.opened .hamburger span:nth-child(3) {
  transform: rotate(-45deg);
  transition: all 0.25s;
}
.cid-vrqHfPsMvw nav.opened .hamburger span:nth-child(4) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-vrqHfPsMvw a.nav-link {
  display: flex;
  align-items: center;
  justify-content: flex-start;
}
.cid-vrqHfPsMvw .icons-menu {
  flex-wrap: nowrap;
  display: flex;
  justify-content: center;
  padding: 0;
  text-align: center;
  margin-bottom: 35px;
}
@media screen and (-ms-high-contrast: active), (-ms-high-contrast: none) {
  .cid-vrqHfPsMvw .navbar {
    height: 70px;
  }
  .cid-vrqHfPsMvw .navbar.opened {
    height: auto;
  }
  .cid-vrqHfPsMvw .nav-item .nav-link:hover::before {
    width: 175%;
    max-width: calc(100% + 2rem);
    left: -1rem;
  }
}
.cid-vrqHfPsMvw .navbar-dropdown .navbar-logo {
  margin-right: 15px;
}
@media (min-width: 768px) {
  .cid-vrqHfPsMvw .container-fluid {
    padding-left: 40px;
    padding-right: 40px;
  }
}
.cid-vrqHfPsMvw .site-section-btn-main .btn {
  border-width: 1px;
  margin: 8px;
  min-width: 200px;
}
.cid-vrqHfPsMvw .navbar-caption:hover {
  color: #ff7f51;
}
@media (min-width: 992px) {
  .cid-vrqHfPsMvw .dropdown-menu.dropdown-submenu {
    left: 175px !important;
    top: -45% !important;
  }
}
.cid-vrqHfPsMvw .text_widget {
  margin-bottom: 32px;
}
.cid-vrqHfPsMvw .text_widget a {
  transition: all 0.3s ease-out;
}
.cid-vrqHfPsMvw .text_widget a:hover,
.cid-vrqHfPsMvw .text_widget a:focus {
  opacity: 0.8;
}
.cid-vrqHfPsMvw .contacts-wrapper {
  display: flex;
  align-items: center;
  margin-bottom: 0;
  min-width: 32%;
  flex-wrap: wrap;
}
@media (max-width: 992px) {
  .cid-vrqHfPsMvw .contacts-wrapper {
    display: none;
  }
}
.cid-vrqHfPsMvw .contacts-wrapper a .site-contact {
  margin: 8px 20px;
  position: relative;
}
.cid-vrqHfPsMvw .contacts-wrapper a .site-contact::before {
  content: '';
  position: absolute;
  bottom: 0;
  left: 0;
  width: 0;
  height: 2px;
  background-color: #000000;
  transition: all 0.3s ease-in-out;
}
.cid-vrqHfPsMvw .contacts-wrapper a .site-contact:hover:before,
.cid-vrqHfPsMvw .contacts-wrapper a .site-contact:focus:before {
  width: 100%;
}
.cid-vrqHfPsMvw .site-section-subtitle {
  color: #01004c;
  text-align: center;
}
.cid-vrqHfPsMvw .navbar-caption {
  color: #000000;
}
.cid-vrqHfPsMvw .site-text {
  color: #01004c;
  text-align: center;
}
.cid-vrqHfPsMvw .site-section-subtitle,
.cid-vrqHfPsMvw .text_widget,
.cid-vrqHfPsMvw .site-section-btn {
  text-align: center;
}
.cid-vrqHfPsMvw a[class*="text-"]:not(.nav-link):not(.dropdown-item):not([role]):not(.navbar-caption):hover {
  background-image: none;
}
.cid-vrqHfPsMvw .nav-link,
.cid-vrqHfPsMvw .dropdown-item {
  color: #000000;
}
.cid-vrqHfPUhmj {
  padding-top: 5rem;
  padding-bottom: 5rem;
  overflow: hidden;
  position: relative;
  background-color: transparent;
}
.cid-vrqHfPUhmj::before {
  content: '';
  position: absolute;
  bottom: 0;
  left: 0;
  width: 120%;
  height: 100%;
  z-index: 1;
  box-shadow: inset 0rem -50rem 100rem #faecee;
}
.cid-vrqHfPUhmj .decor-wrap {
  position: absolute;
  top: 0;
  left: 5rem;
  width: 100%;
  height: 100%;
  border: 100px solid #33121b;
  transform: rotate(-45deg);
}
.cid-vrqHfPUhmj .site-fallback-image.disabled {
  display: none;
}
.cid-vrqHfPUhmj .site-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-vrqHfPUhmj .container-fluid {
  padding: 0 28px;
}
@media (max-width: 992px) {
  .cid-vrqHfPUhmj .container-fluid {
    padding: 0 16px;
  }
}
@media (max-width: 768px) {
  .cid-vrqHfPUhmj .container-fluid {
    padding: 0 14px;
  }
}
@media (max-width: 992px) {
  .cid-vrqHfPUhmj .container {
    padding: 0 16px;
  }
}
@media (max-width: 768px) {
  .cid-vrqHfPUhmj .container {
    padding: 0 14px;
  }
}
.cid-vrqHfPUhmj .row {
  position: relative;
  z-index: 1;
}
.cid-vrqHfPUhmj .desc-wrapper .site-desc {
  margin-bottom: 32px;
}
.cid-vrqHfPUhmj .title-wrapper .site-section-title {
  margin-bottom: 0;
}
.cid-vrqHfPUhmj .link-wrapper:hover .site-link,
.cid-vrqHfPUhmj .link-wrapper:focus .site-link {
  color: #01004c;
}
.cid-vrqHfPUhmj .link-wrapper .site-link {
  text-decoration: underline;
  margin-bottom: 0;
  transition: all 0.3s ease-in-out;
}
.cid-vrqHfPUhmj .text-wrapper {
  margin-top: 180px;
}
@media (max-width: 992px) {
  .cid-vrqHfPUhmj .text-wrapper {
    margin-top: 40px;
  }
}
.cid-vrqHfPUhmj .text-wrapper .text-wrap .site-text {
  display: inline-block;
  width: 50%;
  margin-bottom: 22px;
}
@media (max-width: 992px) {
  .cid-vrqHfPUhmj .text-wrapper .text-wrap .site-text {
    width: 100%;
  }
}
.cid-vrqHfPUhmj .site-desc {
  color: #000000;
  text-align: left;
}
.cid-vrqHfPUhmj .site-section-title {
  color: #01004c;
}
.cid-vrqHfPUhmj .site-link {
  color: #851523;
  text-align: left;
}
.cid-vrqHfPUhmj .site-text {
  color: #000000;
}
.cid-vrqHfPUhmj .site-section-title,
.cid-vrqHfPUhmj .site-section-btn {
  color: #000000;
}
.cid-vrqHfPUhmj .site-text,
.cid-vrqHfPUhmj .text-wrap {
  color: #000000;
}
.cid-vrqHfPYr2W {
  padding-top: 5rem;
  padding-bottom: 5rem;
  overflow: hidden;
  position: relative;
  background-image: url("../../../assets/images/photo-1516862523118-a3724eb136d7.jpeg");
}
.cid-vrqHfPYr2W::before {
  content: '';
  position: absolute;
  bottom: 0;
  left: 0;
  width: 120%;
  height: 100%;
  z-index: 1;
  box-shadow: inset 0rem -15rem 100rem #faecee;
}
.cid-vrqHfPYr2W .site-fallback-image.disabled {
  display: none;
}
.cid-vrqHfPYr2W .site-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-vrqHfPYr2W .container-fluid {
  padding: 0 28px;
}
@media (max-width: 992px) {
  .cid-vrqHfPYr2W .container-fluid {
    padding: 0 16px;
  }
}
@media (max-width: 768px) {
  .cid-vrqHfPYr2W .container-fluid {
    padding: 0 14px;
  }
}
@media (max-width: 992px) {
  .cid-vrqHfPYr2W .container {
    padding: 0 16px;
  }
}
@media (max-width: 768px) {
  .cid-vrqHfPYr2W .container {
    padding: 0 14px;
  }
}
.cid-vrqHfPYr2W .row {
  position: relative;
  z-index: 1;
}
.cid-vrqHfPYr2W .title-wrapper .site-section-title {
  margin-bottom: 100px;
}
@media (max-width: 992px) {
  .cid-vrqHfPYr2W .title-wrapper .site-section-title {
    margin-bottom: 32px;
  }
}
.cid-vrqHfPYr2W .title-wrapper .text-wrapper .site-text {
  display: inline-flex;
  width: 40%;
  margin-bottom: 32px;
}
.cid-vrqHfPYr2W .site-desc {
  color: #01004c;
}
.cid-vrqHfPYr2W .site-section-title {
  color: #01004c;
}
.cid-vrqHfPYr2W .site-text {
  color: #01004c;
}
.cid-vrqHfPYr2W .site-section-title,
.cid-vrqHfPYr2W .site-section-btn {
  color: #000000;
}
.cid-vrqHfPYr2W .site-text,
.cid-vrqHfPYr2W .text-wrapper {
  color: #000000;
}
.cid-vrqHfQ4tCa {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-color: transparent;
}
.cid-vrqHfQ4tCa .site-fallback-image.disabled {
  display: none;
}
.cid-vrqHfQ4tCa .site-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-vrqHfQ4tCa .container-fluid {
  padding: 0 28px;
}
@media (max-width: 992px) {
  .cid-vrqHfQ4tCa .container-fluid {
    padding: 0 16px;
  }
}
@media (max-width: 768px) {
  .cid-vrqHfQ4tCa .container-fluid {
    padding: 0 14px;
  }
}
@media (max-width: 992px) {
  .cid-vrqHfQ4tCa .container {
    padding: 0 16px;
  }
}
@media (max-width: 768px) {
  .cid-vrqHfQ4tCa .container {
    padding: 0 14px;
  }
}
.cid-vrqHfQ4tCa .row {
  justify-content: center;
}
.cid-vrqHfQ4tCa .title-wrapper .site-section-title {
  margin-bottom: 100px;
}
@media (max-width: 992px) {
  .cid-vrqHfQ4tCa .title-wrapper .site-section-title {
    margin-bottom: 32px;
  }
}
.cid-vrqHfQ4tCa .tabs-wrap {
  text-align: center;
  margin-bottom: 40px;
}
.cid-vrqHfQ4tCa .tabs-wrap .nav.nav-tabs {
  display: inline-flex;
  border: none;
}
.cid-vrqHfQ4tCa .tabs-wrap .nav.nav-tabs .nav-item {
  padding: 0;
  border: none;
  margin: 0 10px 10px 0;
}
.cid-vrqHfQ4tCa .tabs-wrap .nav.nav-tabs .nav-item:last-child {
  margin-right: 0;
}
.cid-vrqHfQ4tCa .tabs-wrap .nav.nav-tabs .nav-item .nav-link {
  margin-bottom: 0;
  color: #000000;
  padding: 8px 20px;
  display: flex;
  align-items: center;
  justify-content: center;
  transition: all 0.3s ease-in-out;
  border: 1px solid #33121b;
  border-radius: 30px !important;
  background-color: #ff7f51;
}
.cid-vrqHfQ4tCa .tabs-wrap .nav.nav-tabs .nav-item .nav-link .site-iconfont {
  margin: 0 10px 0 0;
  color: #000000;
  transition: all 0.3s ease-in-out;
}
.cid-vrqHfQ4tCa .tabs-wrap .nav.nav-tabs .nav-item .nav-link.active {
  color: #ff7f51;
  background-color: #000000;
}
.cid-vrqHfQ4tCa .tabs-wrap .nav.nav-tabs .nav-item .nav-link.active .site-iconfont {
  color: #ff7f51;
}
.cid-vrqHfQ4tCa .content-wrapper .image-wrapper {
  margin-bottom: 32px;
}
.cid-vrqHfQ4tCa .content-wrapper .image-wrapper img {
  height: 550px;
  object-fit: cover;
  border-radius: 0 !important;
  border: 1px solid #33121b;
}
@media (max-width: 768px) {
  .cid-vrqHfQ4tCa .content-wrapper .image-wrapper img {
    height: 350px;
  }
}
.cid-vrqHfQ4tCa .content-wrapper .card-title {
  margin-bottom: 32px;
}
.cid-vrqHfQ4tCa .content-wrapper .text-wrapper .card-text {
  display: inline-flex;
  margin-bottom: 0;
  width: 60%;
}
@media (max-width: 992px) {
  .cid-vrqHfQ4tCa .content-wrapper .text-wrapper .card-text {
    width: 100%;
  }
}
.cid-vrqHfQ4tCa .site-section-title {
  color: #01004c;
  text-align: center;
}
.cid-vrqHfQ4tCa .card-text {
  color: #01004c;
}
.cid-vrqHfQ4tCa .site-section-title,
.cid-vrqHfQ4tCa .tabs-wrap {
  color: #000000;
}
.cid-vrqHfQ4tCa .card-text,
.cid-vrqHfQ4tCa .text-wrapper {
  color: #000000;
}
.cid-vrqHfQ4tCa .card-title {
  color: #000000;
}
.cid-vrqHfQa1b0 {
  padding-top: 2rem;
  padding-bottom: 2rem;
  background-color: #33121b;
}
.cid-vrqHfQa1b0 .item:focus,
.cid-vrqHfQa1b0 span:focus {
  outline: none;
}
.cid-vrqHfQa1b0 .container-fluid {
  padding-left: 0;
  padding-right: 0;
  overflow: hidden;
}
.cid-vrqHfQa1b0 .loop-container {
  padding: 10px 0;
}
.cid-vrqHfQa1b0 .item {
  color: #ffffff;
  min-height: 90px;
}
@media (max-width: 768px) {
  .cid-vrqHfQa1b0 .item {
    min-height: 45px;
  }
}
.cid-vrqHfQcp1A {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-color: transparent;
}
.cid-vrqHfQcp1A .item:focus,
.cid-vrqHfQcp1A span:focus {
  outline: none;
}
.cid-vrqHfQcp1A .item {
  cursor: pointer;
}
.cid-vrqHfQcp1A .grid-container {
  grid-row-gap: 5rem;
}
@media (max-width: 767px) {
  .cid-vrqHfQcp1A .grid-container {
    grid-row-gap: 4rem;
  }
}
.cid-vrqHfQcp1A .grid-container-1,
.cid-vrqHfQcp1A .grid-container-2 {
  gap: 0 2rem;
}
@media (max-width: 767px) {
  .cid-vrqHfQcp1A .grid-container-1,
  .cid-vrqHfQcp1A .grid-container-2 {
    gap: 0 1rem;
  }
}
.cid-vrqHfQcp1A .site-section-title {
  margin-bottom: 100px;
  color: #01004c;
  text-align: center;
}
@media (max-width: 992px) {
  .cid-vrqHfQcp1A .site-section-title {
    margin-bottom: 32px;
  }
}
.cid-vrqHfQcp1A .content-head {
  max-width: 800px;
}
.cid-vrqHfQcp1A .container,
.cid-vrqHfQcp1A .container-fluid {
  overflow: hidden;
}
.cid-vrqHfQcp1A .grid-container {
  display: grid;
  transform: translate3d(-3rem, 0, 0);
  width: 115vw;
  grid-column-gap: 1rem;
  padding-top: 32px;
  padding-bottom: 32px;
}
.cid-vrqHfQcp1A .grid-item {
  display: flex;
  justify-content: center;
  align-items: center;
  position: relative;
}
.cid-vrqHfQcp1A .grid-item::before {
  content: '';
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  border: 2px solid #33121b;
  transform: rotate(-5deg);
  pointer-events: none;
}
.cid-vrqHfQcp1A .grid-item img {
  animation: none;
  z-index: 1;
  min-width: 30vw;
  max-width: 100%;
  height: 420px;
  object-fit: cover;
  border-radius: 0 !important;
  border: 1px solid #33121b;
}
@media (max-width: 1200px) {
  .cid-vrqHfQcp1A .grid-item img {
    height: 360px;
  }
}
@media (max-width: 767px) {
  .cid-vrqHfQcp1A .grid-item img {
    min-width: 35vw;
    height: 160px;
  }
}
.cid-vrqHfQcp1A .grid-container-1,
.cid-vrqHfQcp1A .grid-container-2 {
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  grid-auto-columns: 1fr;
  grid-auto-flow: column;
}
.cid-vrqHfQcp1A .grid-container-1 {
  align-items: flex-end;
}
.cid-vrqHfQcp1A .grid-container-2 {
  align-items: flex-start;
}
.cid-vrqHfQioOf {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-color: #33121b;
}
.cid-vrqHfQioOf .site-fallback-image.disabled {
  display: none;
}
.cid-vrqHfQioOf .site-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-vrqHfQioOf .container-fluid {
  padding: 0 28px;
}
@media (max-width: 992px) {
  .cid-vrqHfQioOf .container-fluid {
    padding: 0 16px;
  }
}
@media (max-width: 768px) {
  .cid-vrqHfQioOf .container-fluid {
    padding: 0 14px;
  }
}
@media (max-width: 992px) {
  .cid-vrqHfQioOf .container {
    padding: 0 16px;
  }
}
@media (max-width: 768px) {
  .cid-vrqHfQioOf .container {
    padding: 0 14px;
  }
}
.cid-vrqHfQioOf .row {
  justify-content: center;
}
.cid-vrqHfQioOf .title-wrapper .site-section-title {
  margin-bottom: 100px;
}
@media (max-width: 992px) {
  .cid-vrqHfQioOf .title-wrapper .site-section-title {
    margin-bottom: 32px;
  }
}
.cid-vrqHfQioOf .item {
  margin-bottom: 22px;
}
.cid-vrqHfQioOf .item .item-wrapper {
  border-left: 1px solid #ffffff;
  padding-left: 25px;
  min-height: 350px;
  border-radius: 0 !important;
  display: flex;
  flex-direction: column;
  justify-content: space-between;
}
@media (max-width: 992px) {
  .cid-vrqHfQioOf .item .item-wrapper {
    min-height: auto;
  }
}
.cid-vrqHfQioOf .item .item-wrapper .item-img {
  margin-bottom: 32px;
}
.cid-vrqHfQioOf .item .item-wrapper .item-img img {
  display: inline-flex;
  height: 400px;
  border-radius: 0 !important;
  object-fit: cover;
}
@media (max-width: 992px) {
  .cid-vrqHfQioOf .item .item-wrapper .item-img img {
    display: block;
    width: 100%;
    height: 350px;
  }
}
.cid-vrqHfQioOf .item .item-wrapper .item-content .title-wrap .card-title {
  display: inline-flex;
  width: 50%;
  margin-bottom: 0;
}
@media (max-width: 992px) {
  .cid-vrqHfQioOf .item .item-wrapper .item-content .title-wrap .card-title {
    display: block;
    width: 100%;
  }
}
.cid-vrqHfQioOf .site-section-title {
  color: #FFFFFF;
  text-align: center;
}
.cid-vrqHfQioOf .card-title {
  color: #f1f1f1;
}
.cid-vrqHfQioOf .card-title,
.cid-vrqHfQioOf .title-wrap {
  color: #FFFFFF;
}
.cid-vrqHfQoQsG {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-color: transparent;
}
.cid-vrqHfQoQsG .site-fallback-image.disabled {
  display: none;
}
.cid-vrqHfQoQsG .site-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-vrqHfQoQsG .container-fluid {
  padding: 0 28px;
}
@media (max-width: 992px) {
  .cid-vrqHfQoQsG .container-fluid {
    padding: 0 16px;
  }
}
@media (max-width: 768px) {
  .cid-vrqHfQoQsG .container-fluid {
    padding: 0 14px;
  }
}
@media (max-width: 992px) {
  .cid-vrqHfQoQsG .container {
    padding: 0 16px;
  }
}
@media (max-width: 768px) {
  .cid-vrqHfQoQsG .container {
    padding: 0 14px;
  }
}
.cid-vrqHfQoQsG .row {
  justify-content: center;
}
.cid-vrqHfQoQsG .item {
  margin-bottom: 22px;
}
.cid-vrqHfQoQsG .item .item-wrapper {
  border-left: 1px solid #000000;
  padding-left: 25px;
  min-height: 350px;
  border-radius: 0 !important;
}
@media (max-width: 992px) {
  .cid-vrqHfQoQsG .item .item-wrapper {
    min-height: auto;
  }
}
.cid-vrqHfQoQsG .item .item-wrapper .card-box {
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  min-height: 350px;
}
@media (max-width: 992px) {
  .cid-vrqHfQoQsG .item .item-wrapper .card-box {
    min-height: auto;
  }
}
.cid-vrqHfQoQsG .item .item-wrapper .card-box .card-number {
  margin-bottom: 32px;
}
.cid-vrqHfQoQsG .item .item-wrapper .card-box .title-wrap .card-title {
  display: inline-flex;
  width: 50%;
  margin-bottom: 0;
}
@media (max-width: 992px) {
  .cid-vrqHfQoQsG .item .item-wrapper .card-box .title-wrap .card-title {
    display: block;
    width: 100%;
  }
}
.cid-vrqHfQoQsG .card-title {
  color: #01004c;
}
.cid-vrqHfQoQsG .card-number {
  color: #000000;
}
.cid-vrqHfQoQsG .card-title,
.cid-vrqHfQoQsG .title-wrap {
  color: #000000;
}
.cid-vrqHfQDKRr {
  padding-top: 0rem;
  padding-bottom: 0rem;
  background-color: #01004c;
}
.cid-vrqHfQDKRr .site-fallback-image.disabled {
  display: none;
}
.cid-vrqHfQDKRr .site-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-vrqHfQDKRr .container-fluid {
  padding: 0;
}
@media (max-width: 992px) {
  .cid-vrqHfQDKRr .container {
    padding: 0 16px;
  }
}
@media (max-width: 768px) {
  .cid-vrqHfQDKRr .container {
    padding: 0 14px;
  }
}
.cid-vrqHfQDKRr .google-map iframe {
  border-radius: 0 !important;
  height: 600px;
}
@media (max-width: 992px) {
  .cid-vrqHfQDKRr .google-map iframe {
    height: 300px;
  }
}
.cid-vrqHfQFOZH {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-color: transparent;
}
.cid-vrqHfQFOZH .site-fallback-image.disabled {
  display: none;
}
.cid-vrqHfQFOZH .site-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-vrqHfQFOZH .container-fluid {
  padding: 0 28px;
}
@media (max-width: 992px) {
  .cid-vrqHfQFOZH .container-fluid {
    padding: 0 16px;
  }
}
@media (max-width: 768px) {
  .cid-vrqHfQFOZH .container-fluid {
    padding: 0 14px;
  }
}
@media (max-width: 992px) {
  .cid-vrqHfQFOZH .container {
    padding: 0 16px;
  }
}
@media (max-width: 768px) {
  .cid-vrqHfQFOZH .container {
    padding: 0 14px;
  }
}
.cid-vrqHfQFOZH .row {
  justify-content: center;
}
.cid-vrqHfQFOZH .content-wrapper .site-section-title {
  margin-bottom: 100px;
}
@media (max-width: 992px) {
  .cid-vrqHfQFOZH .content-wrapper .site-section-title {
    margin-bottom: 32px;
  }
}
.cid-vrqHfQFOZH .content-wrapper .site-text_1 {
  margin-bottom: 32px;
}
.cid-vrqHfQFOZH .content-wrapper .list-wrapper {
  margin-bottom: 32px;
}
.cid-vrqHfQFOZH .content-wrapper .list-wrapper .site-list-title {
  margin-bottom: 16px;
}
.cid-vrqHfQFOZH .content-wrapper .list-wrapper .list {
  margin: 0;
  list-style-type: none;
  padding-left: 22px;
}
.cid-vrqHfQFOZH .content-wrapper .list-wrapper .list .item-wrap {
  margin-bottom: 12px;
  position: relative;
}
.cid-vrqHfQFOZH .content-wrapper .list-wrapper .list .item-wrap::before {
  content: '✓';
  position: absolute;
  top: 2px;
  font-size: 18px;
  width: 20px;
  height: 20px;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  color: #000000;
  margin-left: -25px;
}
.cid-vrqHfQFOZH .content-wrapper .site-text_2 {
  margin-bottom: 0;
}
.cid-vrqHfQFOZH .site-section-title {
  color: #000000;
  text-align: center;
}
.cid-vrqHfQFOZH .site-text_1 {
  color: #000000;
}
.cid-vrqHfQFOZH .list {
  color: #01004c;
}
.cid-vrqHfQFOZH .site-text_2 {
  color: #000000;
}
.cid-vrqHfQFOZH .site-list-title {
  color: #000000;
}
.cid-vrqHfQFOZH .list,
.cid-vrqHfQFOZH .item-wrap {
  color: #000000;
}
.cid-vrqHfQMDdk {
  overflow: hidden;
  position: relative;
}
.cid-vrqHfQMDdk .site-fallback-image.disabled {
  display: none;
}
.cid-vrqHfQMDdk .site-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
  background-image: url("../../../assets/images/background1.jpg");
}
.cid-vrqHfQMDdk .container-fluid {
  padding: 0 28px;
}
@media (max-width: 992px) {
  .cid-vrqHfQMDdk .container-fluid {
    padding: 0 16px;
  }
}
@media (max-width: 768px) {
  .cid-vrqHfQMDdk .container-fluid {
    padding: 0 14px;
  }
}
@media (max-width: 992px) {
  .cid-vrqHfQMDdk .container {
    padding: 0 16px;
  }
}
@media (max-width: 768px) {
  .cid-vrqHfQMDdk .container {
    padding: 0 14px;
  }
}
.cid-vrqHfQNQvl {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-color: #33121b;
}
.cid-vrqHfQNQvl .site-fallback-image.disabled {
  display: none;
}
.cid-vrqHfQNQvl .site-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-vrqHfQNQvl .container-fluid {
  padding: 0 28px;
}
@media (max-width: 992px) {
  .cid-vrqHfQNQvl .container-fluid {
    padding: 0 16px;
  }
}
@media (max-width: 768px) {
  .cid-vrqHfQNQvl .container-fluid {
    padding: 0 14px;
  }
}
@media (max-width: 992px) {
  .cid-vrqHfQNQvl .container {
    padding: 0 16px;
  }
}
@media (max-width: 768px) {
  .cid-vrqHfQNQvl .container {
    padding: 0 14px;
  }
}
.cid-vrqHfQNQvl .row {
  justify-content: center;
}
.cid-vrqHfQNQvl .title-wrapper .site-section-title {
  margin-bottom: 100px;
}
@media (max-width: 992px) {
  .cid-vrqHfQNQvl .title-wrapper .site-section-title {
    margin-bottom: 32px;
  }
}
.cid-vrqHfQNQvl .item {
  margin-bottom: 22px;
}
.cid-vrqHfQNQvl .item .item-wrapper {
  border-left: 1px solid #ffffff;
  padding-left: 25px;
  min-height: 350px;
  border-radius: 0 !important;
  display: flex;
  flex-direction: column;
  justify-content: space-between;
}
@media (max-width: 992px) {
  .cid-vrqHfQNQvl .item .item-wrapper {
    min-height: auto;
  }
}
.cid-vrqHfQNQvl .item .item-wrapper .item-img {
  margin-bottom: 32px;
}
.cid-vrqHfQNQvl .item .item-wrapper .item-img img {
  display: inline-flex;
  height: 400px;
  border-radius: 0 !important;
  object-fit: cover;
}
@media (max-width: 992px) {
  .cid-vrqHfQNQvl .item .item-wrapper .item-img img {
    display: block;
    width: 100%;
    height: 350px;
  }
}
.cid-vrqHfQNQvl .item .item-wrapper .item-content .card-title {
  margin-bottom: 16px;
}
.cid-vrqHfQNQvl .item .item-wrapper .item-content .card-price {
  margin-bottom: 16px;
}
.cid-vrqHfQNQvl .item .item-wrapper .item-content .desc-wrap .card-desc {
  display: inline-block;
  width: 60%;
  margin-bottom: 16px;
}
@media (max-width: 1200px) {
  .cid-vrqHfQNQvl .item .item-wrapper .item-content .desc-wrap .card-desc {
    width: 100%;
  }
}
.cid-vrqHfQNQvl .site-section-title {
  color: #FFFFFF;
  text-align: center;
}
.cid-vrqHfQNQvl .card-title {
  color: #f1f1f1;
}
.cid-vrqHfQNQvl .card-price {
  color: #FFFFFF;
}
.cid-vrqHfQNQvl .card-desc {
  color: #f1f1f1;
}
.cid-vrqHfQNQvl .card-title,
.cid-vrqHfQNQvl .site-section-btn {
  color: #FFFFFF;
}
.cid-vrqHfQNQvl .card-desc,
.cid-vrqHfQNQvl .desc-wrap {
  color: #FFFFFF;
}
.cid-vrqHfQT0ub {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-color: #33121b;
}
.cid-vrqHfQT0ub .site-fallback-image.disabled {
  display: none;
}
.cid-vrqHfQT0ub .site-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-vrqHfQT0ub .container-fluid {
  padding: 0 28px;
}
@media (max-width: 992px) {
  .cid-vrqHfQT0ub .container-fluid {
    padding: 0 16px;
  }
}
@media (max-width: 768px) {
  .cid-vrqHfQT0ub .container-fluid {
    padding: 0 14px;
  }
}
@media (max-width: 992px) {
  .cid-vrqHfQT0ub .container {
    padding: 0 16px;
  }
}
@media (max-width: 768px) {
  .cid-vrqHfQT0ub .container {
    padding: 0 14px;
  }
}
.cid-vrqHfQT0ub .content-wrapper .text-wrapper .site-text {
  display: inline-flex;
  margin-bottom: 40px;
  width: 35%;
}
@media (max-width: 992px) {
  .cid-vrqHfQT0ub .content-wrapper .text-wrapper .site-text {
    width: 100%;
  }
}
.cid-vrqHfQT0ub .content-wrapper .site-section-title {
  margin-bottom: 22px;
}
.cid-vrqHfQT0ub .content-wrapper .site-section-btn {
  margin: 10px 25px;
}
.cid-vrqHfQT0ub .site-text,
.cid-vrqHfQT0ub .text-wrapper {
  color: #FFFFFF;
  text-align: center;
}
.cid-vrqHfQT0ub .site-section-title {
  color: #f1f1f1;
}
.cid-vrqHfQT0ub .site-section-title,
.cid-vrqHfQT0ub .site-section-btn {
  text-align: center;
  color: #FFFFFF;
}
.cid-vrqHfQWs72 {
  padding-top: 5rem;
  padding-bottom: 5rem;
  overflow: hidden;
  background-color: transparent;
}
.cid-vrqHfQWs72 .container-fluid {
  padding: 0 28px;
}
@media (max-width: 992px) {
  .cid-vrqHfQWs72 .container-fluid {
    padding: 0 16px;
  }
}
@media (max-width: 768px) {
  .cid-vrqHfQWs72 .container-fluid {
    padding: 0 14px;
  }
}
@media (max-width: 992px) {
  .cid-vrqHfQWs72 .container {
    padding: 0 16px;
  }
}
@media (max-width: 768px) {
  .cid-vrqHfQWs72 .container {
    padding: 0 14px;
  }
}
.cid-vrqHfQWs72 .title-wrapper .site-section-title {
  margin-bottom: 100px;
}
@media (max-width: 992px) {
  .cid-vrqHfQWs72 .title-wrapper .site-section-title {
    margin-bottom: 32px;
  }
}
.cid-vrqHfQWs72 .embla__slide {
  display: flex;
  justify-content: center;
  position: relative;
  min-width: 380px;
  max-width: 380px;
}
@media (max-width: 767px) {
  .cid-vrqHfQWs72 .embla__slide {
    min-width: 100%;
    max-width: 100%;
  }
}
.cid-vrqHfQWs72 .embla__slide .slide-content {
  width: 100%;
}
.cid-vrqHfQWs72 .embla__slide .slide-content .item-wrapper {
  position: relative;
  border-radius: 0 !important;
}
.cid-vrqHfQWs72 .embla__slide .slide-content .item-wrapper::before {
  content: '';
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  border: 2px solid #33121b;
  transform: rotate(-5deg);
  pointer-events: none;
}
.cid-vrqHfQWs72 .embla__slide .slide-content .item-wrapper .item-img {
  position: relative;
  z-index: 1;
}
.cid-vrqHfQWs72 .embla__slide .slide-content .item-wrapper .item-img img {
  height: 300px;
  object-fit: cover;
  border-radius: 0 !important;
  border: 1px solid #33121b;
  animation: none;
}
.cid-vrqHfQWs72 .embla__button--next,
.cid-vrqHfQWs72 .embla__button--prev {
  display: flex;
}
.cid-vrqHfQWs72 .embla__button {
  bottom: 0;
  width: 50px;
  height: 50px;
  margin-top: -1.5rem;
  font-size: 22px;
  background-color: #ff7f51 !important;
  color: #2ad2f3 !important;
  border: none;
  border-radius: 50%;
  transition: all 0.3s;
  position: absolute;
  display: flex;
  justify-content: center;
  align-items: center;
  opacity: 1 !important;
  display: none;
}
.cid-vrqHfQWs72 .embla__button:hover {
  opacity: 0.7 !important;
}
.cid-vrqHfQWs72 .embla__button.embla__button--prev {
  right: 7rem;
  margin-left: 2.5rem;
}
.cid-vrqHfQWs72 .embla__button.embla__button--next {
  right: 0;
  margin-right: 2.5rem;
}
.cid-vrqHfQWs72 .embla {
  position: relative;
  width: 100%;
}
.cid-vrqHfQWs72 .embla__viewport {
  width: 100%;
  margin-right: 1rem;
}
.cid-vrqHfQWs72 .embla__viewport.is-draggable {
  cursor: grab;
}
.cid-vrqHfQWs72 .embla__viewport.is-dragging {
  cursor: grabbing;
}
.cid-vrqHfQWs72 .embla__container {
  display: flex;
  user-select: none;
  -webkit-touch-callout: none;
  -khtml-user-select: none;
  -webkit-tap-highlight-color: transparent;
}
.cid-vrqHfQWs72 .site-section-title {
  color: #01004c;
  text-align: center;
}
.cid-vrqHfR1NCJ {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-color: transparent;
  overflow: hidden;
}
.cid-vrqHfR1NCJ .site-fallback-image.disabled {
  display: none;
}
.cid-vrqHfR1NCJ .site-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-vrqHfR1NCJ .container-fluid {
  padding: 0 28px;
}
@media (max-width: 992px) {
  .cid-vrqHfR1NCJ .container-fluid {
    padding: 0 16px;
  }
}
@media (max-width: 768px) {
  .cid-vrqHfR1NCJ .container-fluid {
    padding: 0 14px;
  }
}
@media (max-width: 992px) {
  .cid-vrqHfR1NCJ .container {
    padding: 0 16px;
  }
}
@media (max-width: 768px) {
  .cid-vrqHfR1NCJ .container {
    padding: 0 14px;
  }
}
.cid-vrqHfR1NCJ .row {
  justify-content: center;
}
.cid-vrqHfR1NCJ .title-wrapper .site-section-title {
  margin-bottom: 100px;
}
@media (max-width: 992px) {
  .cid-vrqHfR1NCJ .title-wrapper .site-section-title {
    margin-bottom: 32px;
  }
}
.cid-vrqHfR1NCJ .item {
  margin-bottom: 40px;
}
.cid-vrqHfR1NCJ .item:hover .item-wrapper .item-img img,
.cid-vrqHfR1NCJ .item:focus .item-wrapper .item-img img {
  transform: scale(1);
}
.cid-vrqHfR1NCJ .item .item-wrapper {
  border-radius: 0 !important;
  height: 100%;
  margin: 0 9px;
}
@media (max-width: 992px) {
  .cid-vrqHfR1NCJ .item .item-wrapper {
    margin: 0;
  }
}
.cid-vrqHfR1NCJ .item .item-wrapper .item-img {
  display: flex;
  align-items: flex-end;
  position: relative;
  min-height: 450px;
  border: 1px solid #33121b;
  overflow: hidden;
  height: 100%;
}
.cid-vrqHfR1NCJ .item .item-wrapper .item-img img {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  object-fit: cover;
  border-radius: 0 !important;
  transform: scale(1.05);
  transition: all 0.3s ease-in-out;
  animation: none;
}
.cid-vrqHfR1NCJ .item .item-wrapper .item-img::before {
  content: '';
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-color: #faecee;
  opacity: 0.8;
  pointer-events: none;
  z-index: 1;
}
.cid-vrqHfR1NCJ .item .item-wrapper .item-img .item-content {
  width: 100%;
  padding: 25px;
  position: relative;
  z-index: 1;
}
.cid-vrqHfR1NCJ .item .item-wrapper .item-img .item-content .card-title {
  margin-bottom: 22px;
}
.cid-vrqHfR1NCJ .site-section-title {
  color: #000000;
  text-align: center;
}
.cid-vrqHfR1NCJ .card-title {
  color: #01004c;
}
.cid-vrqHfR1NCJ .card-title,
.cid-vrqHfR1NCJ .site-section-btn {
  color: #000000;
}
.cid-vrqHfR4FG6 {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-color: transparent;
}
.cid-vrqHfR4FG6 .site-fallback-image.disabled {
  display: none;
}
.cid-vrqHfR4FG6 .site-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-vrqHfR4FG6 .container-fluid {
  padding: 0 28px;
}
@media (max-width: 992px) {
  .cid-vrqHfR4FG6 .container-fluid {
    padding: 0 16px;
  }
}
@media (max-width: 768px) {
  .cid-vrqHfR4FG6 .container-fluid {
    padding: 0 14px;
  }
}
@media (max-width: 992px) {
  .cid-vrqHfR4FG6 .container {
    padding: 0 16px;
  }
}
@media (max-width: 768px) {
  .cid-vrqHfR4FG6 .container {
    padding: 0 14px;
  }
}
.cid-vrqHfR4FG6 .row {
  justify-content: center;
}
.cid-vrqHfR4FG6 .title-wrapper .site-section-title {
  margin-bottom: 100px;
}
@media (max-width: 992px) {
  .cid-vrqHfR4FG6 .title-wrapper .site-section-title {
    margin-bottom: 32px;
  }
}
.cid-vrqHfR4FG6 .item {
  margin-bottom: 22px;
}
.cid-vrqHfR4FG6 .item .item-wrapper {
  border-left: 1px solid #000000;
  padding-left: 25px;
  border-radius: 0 !important;
  height: 100%;
}
@media (max-width: 992px) {
  .cid-vrqHfR4FG6 .item .item-wrapper {
    min-height: auto;
  }
}
.cid-vrqHfR4FG6 .item .item-wrapper .card-box {
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  height: 100%;
}
@media (max-width: 992px) {
  .cid-vrqHfR4FG6 .item .item-wrapper .card-box {
    min-height: auto;
  }
}
.cid-vrqHfR4FG6 .item .item-wrapper .card-box .card-price {
  margin-bottom: 100px;
}
@media (max-width: 992px) {
  .cid-vrqHfR4FG6 .item .item-wrapper .card-box .card-price {
    margin-bottom: 32px;
  }
}
.cid-vrqHfR4FG6 .item .item-wrapper .card-box .card-title {
  margin-bottom: 22px;
}
.cid-vrqHfR4FG6 .item .item-wrapper .card-box .desc-wrap .card-desc {
  display: inline-flex;
  width: 65%;
  margin-bottom: 22px;
}
@media (max-width: 992px) {
  .cid-vrqHfR4FG6 .item .item-wrapper .card-box .desc-wrap .card-desc {
    width: 100%;
    display: block;
  }
}
.cid-vrqHfR4FG6 .site-section-title {
  color: #000000;
  text-align: center;
}
.cid-vrqHfR4FG6 .card-price {
  color: #000000;
}
.cid-vrqHfR4FG6 .card-desc {
  color: #01004c;
}
.cid-vrqHfR4FG6 .card-title {
  color: #000000;
}
.cid-vrqHfR4FG6 .card-desc,
.cid-vrqHfR4FG6 .desc-wrap,
.cid-vrqHfR4FG6 .site-section-btn {
  color: #000000;
}
.cid-vrqHfR7j24 {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-color: transparent;
  overflow: hidden;
}
.cid-vrqHfR7j24 .site-fallback-image.disabled {
  display: none;
}
.cid-vrqHfR7j24 .site-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-vrqHfR7j24 .container-fluid {
  padding: 0 28px;
}
@media (max-width: 992px) {
  .cid-vrqHfR7j24 .container-fluid {
    padding: 0 16px;
  }
}
@media (max-width: 768px) {
  .cid-vrqHfR7j24 .container-fluid {
    padding: 0 14px;
  }
}
@media (max-width: 992px) {
  .cid-vrqHfR7j24 .container {
    padding: 0 16px;
  }
}
@media (max-width: 768px) {
  .cid-vrqHfR7j24 .container {
    padding: 0 14px;
  }
}
.cid-vrqHfR7j24 .row {
  justify-content: center;
}
.cid-vrqHfR7j24 .title-wrapper .site-section-title {
  margin-bottom: 100px;
}
@media (max-width: 992px) {
  .cid-vrqHfR7j24 .title-wrapper .site-section-title {
    margin-bottom: 40px;
  }
}
.cid-vrqHfR7j24 .item {
  margin-bottom: 40px;
}
.cid-vrqHfR7j24 .item .item-wrapper {
  position: relative;
  padding: 40px 25px;
  border-radius: 0 !important;
  background-color: #33121b;
  height: 100%;
  margin: 0 9px;
}
.cid-vrqHfR7j24 .item .item-wrapper::before {
  content: '';
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  border: 2px solid #33121b;
  transform: rotate(-5deg);
  pointer-events: none;
}
@media (max-width: 992px) {
  .cid-vrqHfR7j24 .item .item-wrapper {
    margin: 0;
  }
}
.cid-vrqHfR7j24 .item .item-wrapper .item-img {
  position: relative;
  z-index: 1;
  margin-bottom: 32px;
}
.cid-vrqHfR7j24 .item .item-wrapper .item-img img {
  display: inline-flex;
  width: 100px;
  height: 100px;
  object-fit: cover;
  border-radius: 0 !important;
}
.cid-vrqHfR7j24 .item .item-wrapper .item-content {
  position: relative;
  z-index: 1;
}
.cid-vrqHfR7j24 .item .item-wrapper .item-content .card-text {
  margin-bottom: 32px;
}
.cid-vrqHfR7j24 .item .item-wrapper .item-content .card-name {
  margin-bottom: 0;
}
.cid-vrqHfR7j24 .site-section-title {
  color: #000000;
  text-align: center;
}
.cid-vrqHfR7j24 .card-text {
  color: #f1f1f1;
}
.cid-vrqHfR7j24 .card-name {
  color: #FFFFFF;
}
.cid-vrqHfR7j24 .card-text,
.cid-vrqHfR7j24 .item-img {
  color: #FFFFFF;
}
.cid-vrqHfR94FA {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-color: #33121b;
}
.cid-vrqHfR94FA .site-fallback-image.disabled {
  display: none;
}
.cid-vrqHfR94FA .site-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-vrqHfR94FA .container-fluid {
  padding: 0 28px;
}
@media (max-width: 992px) {
  .cid-vrqHfR94FA .container-fluid {
    padding: 0 16px;
  }
}
@media (max-width: 768px) {
  .cid-vrqHfR94FA .container-fluid {
    padding: 0 14px;
  }
}
@media (max-width: 992px) {
  .cid-vrqHfR94FA .container {
    padding: 0 16px;
  }
}
@media (max-width: 768px) {
  .cid-vrqHfR94FA .container {
    padding: 0 14px;
  }
}
.cid-vrqHfR94FA .row {
  justify-content: center;
}
@media (max-width: 992px) {
  .cid-vrqHfR94FA .title-wrapper {
    margin-bottom: 40px;
  }
}
.cid-vrqHfR94FA .title-wrapper .site-section-title {
  margin-bottom: 100px;
}
@media (max-width: 992px) {
  .cid-vrqHfR94FA .title-wrapper .site-section-title {
    margin-bottom: 22px;
  }
}
.cid-vrqHfR94FA .title-wrapper .site-section-subtitle {
  margin-bottom: 80px;
}
@media (max-width: 992px) {
  .cid-vrqHfR94FA .title-wrapper .site-section-subtitle {
    margin-bottom: 0;
  }
}
.cid-vrqHfR94FA .item {
  margin-bottom: 40px;
}
.cid-vrqHfR94FA .item .item-wrapper {
  position: relative;
  padding: 20px 25px;
  border-radius: 0 !important;
  background-color: #ff7f51;
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  height: 100%;
  margin: 0 9px;
  z-index: 1;
}
.cid-vrqHfR94FA .item .item-wrapper::before {
  content: '';
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  border: 2px solid #ff7f51;
  transform: rotate(-5deg);
  pointer-events: none;
}
@media (max-width: 992px) {
  .cid-vrqHfR94FA .item .item-wrapper {
    margin: 0;
  }
}
.cid-vrqHfR94FA .item .item-wrapper .card-box {
  margin-bottom: 145px;
}
@media (max-width: 992px) {
  .cid-vrqHfR94FA .item .item-wrapper .card-box {
    margin-bottom: 32px;
  }
}
.cid-vrqHfR94FA .item .item-wrapper .card-box .card-number {
  margin-bottom: 16px;
}
.cid-vrqHfR94FA .item .item-wrapper .card-box .card-title {
  margin-bottom: 0;
}
.cid-vrqHfR94FA .item .item-wrapper .icon-wrapper .site-iconfont {
  display: inline-flex;
  font-size: 80px;
  color: #eda371;
}
@media (max-width: 1199px) {
  .cid-vrqHfR94FA .item .item-wrapper .icon-wrapper .site-iconfont {
    font-size: 50px;
  }
}
.cid-vrqHfR94FA .site-section-title {
  color: #FFFFFF;
  text-align: center;
}
.cid-vrqHfR94FA .site-section-subtitle {
  color: #FFFFFF;
  text-align: center;
}
.cid-vrqHfR94FA .card-title {
  color: #01004c;
}
.cid-vrqHfR94FA .card-number {
  color: #000000;
}
.cid-vrqHfR94FA .icon-wrapper {
  text-align: right;
}
.cid-vrqHfR94FA .card-title,
.cid-vrqHfR94FA .icon-wrapper {
  color: #000000;
}
.cid-vrqHfReUmK {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-color: transparent;
}
.cid-vrqHfReUmK .site-fallback-image.disabled {
  display: none;
}
.cid-vrqHfReUmK .site-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-vrqHfReUmK .container-fluid {
  padding: 0 28px;
}
@media (max-width: 992px) {
  .cid-vrqHfReUmK .container-fluid {
    padding: 0 16px;
  }
}
@media (max-width: 768px) {
  .cid-vrqHfReUmK .container-fluid {
    padding: 0 14px;
  }
}
@media (max-width: 992px) {
  .cid-vrqHfReUmK .container {
    padding: 0 16px;
  }
}
@media (max-width: 768px) {
  .cid-vrqHfReUmK .container {
    padding: 0 14px;
  }
}
.cid-vrqHfReUmK .row {
  justify-content: center;
}
.cid-vrqHfReUmK .title-wrapper .site-section-title {
  margin-bottom: 100px;
}
@media (max-width: 992px) {
  .cid-vrqHfReUmK .title-wrapper .site-section-title {
    margin-bottom: 32px;
  }
}
.cid-vrqHfReUmK .panel-group .card {
  border-bottom: 1px solid #000000;
  border-radius: 0 !important;
}
.cid-vrqHfReUmK .panel-group .card:first-child {
  border-top: 1px solid #000000;
}
.cid-vrqHfReUmK .panel-group .card .card-header {
  padding: 30px 0;
  border: none;
  background-color: transparent;
}
@media (max-width: 992px) {
  .cid-vrqHfReUmK .panel-group .card .card-header {
    padding: 16px 0;
  }
}
.cid-vrqHfReUmK .panel-group .card .card-header .panel-title {
  display: flex;
  align-items: center;
  justify-content: space-between;
}
.cid-vrqHfReUmK .panel-group .card .card-header .panel-title:not(.collapsed) .site-iconfont {
  transform: rotate(-45deg);
}
.cid-vrqHfReUmK .panel-group .card .card-header .panel-title .panel-title-edit {
  margin-bottom: 0;
}
.cid-vrqHfReUmK .panel-group .card .card-header .panel-title .site-iconfont {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  width: 40px;
  height: 40px;
  min-width: 40px;
  font-size: 24px;
  color: #000000;
  transition: all 0.3s ease-in-out;
  margin: 0 8px;
}
.cid-vrqHfReUmK .panel-group .card .panel-collapse .panel-body {
  padding-bottom: 40px;
}
@media (max-width: 992px) {
  .cid-vrqHfReUmK .panel-group .card .panel-collapse .panel-body {
    padding-bottom: 20px;
  }
}
.cid-vrqHfReUmK .panel-group .card .panel-collapse .panel-body .panel-text {
  padding: 5px 0;
  margin-bottom: 0;
}
.cid-vrqHfReUmK .site-section-title {
  color: #000000;
  text-align: center;
}
.cid-vrqHfReUmK .panel-title {
  color: #01004c;
}
.cid-vrqHfReUmK .panel-text {
  color: #000000;
}
.cid-vrqHfReUmK .panel-title-edit {
  color: #000000;
}
.cid-vrqHfRhrtb {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-color: transparent;
}
.cid-vrqHfRhrtb .site-fallback-image.disabled {
  display: none;
}
.cid-vrqHfRhrtb .site-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-vrqHfRhrtb .container-fluid {
  padding: 0 0 0 28px;
}
@media (max-width: 992px) {
  .cid-vrqHfRhrtb .container-fluid {
    padding: 0 0 0 16px;
  }
}
@media (max-width: 768px) {
  .cid-vrqHfRhrtb .container-fluid {
    padding: 0 0 0 14px;
  }
}
@media (max-width: 992px) {
  .cid-vrqHfRhrtb .container {
    padding: 0 16px;
  }
}
@media (max-width: 768px) {
  .cid-vrqHfRhrtb .container {
    padding: 0 14px;
  }
}
.cid-vrqHfRhrtb .image-wrapper {
  border-left: 2px solid #33121b;
  padding-left: 40px;
}
@media (max-width: 992px) {
  .cid-vrqHfRhrtb .image-wrapper {
    padding-left: 20px;
  }
}
.cid-vrqHfRhrtb .image-wrapper img {
  height: 600px;
  object-fit: cover;
  border-radius: 0 !important;
  border: 1px solid #33121b;
  border-right: none;
}
@media (max-width: 992px) {
  .cid-vrqHfRhrtb .image-wrapper img {
    height: 350px;
  }
}
.cid-vrqHfRjJMJ {
  padding-top: 5rem;
  padding-bottom: 5rem;
  overflow: hidden;
  background-color: #33121b;
}
.cid-vrqHfRjJMJ .site-fallback-image.disabled {
  display: none;
}
.cid-vrqHfRjJMJ .site-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-vrqHfRjJMJ .container-fluid {
  padding: 0 28px;
}
@media (max-width: 992px) {
  .cid-vrqHfRjJMJ .container-fluid {
    padding: 0 16px;
  }
}
@media (max-width: 768px) {
  .cid-vrqHfRjJMJ .container-fluid {
    padding: 0 14px;
  }
}
@media (max-width: 992px) {
  .cid-vrqHfRjJMJ .container {
    padding: 0 16px;
  }
}
@media (max-width: 768px) {
  .cid-vrqHfRjJMJ .container {
    padding: 0 14px;
  }
}
.cid-vrqHfRjJMJ .row {
  justify-content: center;
}
.cid-vrqHfRjJMJ .card-wrapper {
  padding: 40px;
  background-color: #ff7f51;
  border-radius: 0 !important;
  position: relative;
  flex-direction: column;
  display: flex;
  justify-content: center;
  align-items: center;
}
@media (max-width: 1199px) {
  .cid-vrqHfRjJMJ .card-wrapper {
    padding: 24px;
  }
}
.cid-vrqHfRjJMJ .card-wrapper::before {
  content: '';
  position: absolute;
  width: 100%;
  height: 100%;
  border: 2px solid #ff7f51;
  transform: rotate(10deg);
  pointer-events: none;
}
.cid-vrqHfRjJMJ .card-wrapper .card-wrap {
  position: relative;
  z-index: 1;
  width: 100%;
}
.cid-vrqHfRjJMJ .card-wrapper .card-wrap .icon-wrapper {
  margin: -5rem 0 16px 0;
}
@media (max-width: 1199px) {
  .cid-vrqHfRjJMJ .card-wrapper .card-wrap .icon-wrapper {
    margin: -3rem 0 16px 0;
  }
}
.cid-vrqHfRjJMJ .card-wrapper .card-wrap .icon-wrapper .site-iconfont {
  display: inline-flex;
  font-size: 80px;
  color: #eda371;
}
@media (max-width: 1199px) {
  .cid-vrqHfRjJMJ .card-wrapper .card-wrap .icon-wrapper .site-iconfont {
    font-size: 50px;
  }
}
.cid-vrqHfRjJMJ .card-wrapper .card-wrap .content-wrapper {
  padding: 100px 0;
}
@media (max-width: 992px) {
  .cid-vrqHfRjJMJ .card-wrapper .card-wrap .content-wrapper {
    padding: 32px 0;
  }
}
.cid-vrqHfRjJMJ .card-wrapper .card-wrap .content-wrapper .site-section-title {
  margin-bottom: 40px;
}
.cid-vrqHfRjJMJ .card-wrapper .card-wrap .content-wrapper .link-wrapper {
  display: block;
}
.cid-vrqHfRjJMJ .card-wrapper .card-wrap .content-wrapper .link-wrapper:hover .site-link,
.cid-vrqHfRjJMJ .card-wrapper .card-wrap .content-wrapper .link-wrapper:focus .site-link {
  color: #eda371;
}
.cid-vrqHfRjJMJ .card-wrapper .card-wrap .content-wrapper .link-wrapper .site-link {
  text-decoration: underline;
  transition: all 0.3s ease-in-out;
}
.cid-vrqHfRjJMJ .site-section-title {
  color: #01004c;
  text-align: center;
}
.cid-vrqHfRjJMJ .site-link {
  color: #000000;
  text-align: center;
}
.cid-vrqHfRjJMJ .icon-wrapper {
  text-align: right;
}
.cid-vrqHfRjJMJ .site-section-title,
.cid-vrqHfRjJMJ .icon-wrapper {
  color: #000000;
}
.cid-vrqHfRlZAX {
  padding-top: 5rem;
  padding-bottom: 5rem;
  overflow: hidden;
  background-color: transparent;
}
.cid-vrqHfRlZAX .site-fallback-image.disabled {
  display: none;
}
.cid-vrqHfRlZAX .site-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-vrqHfRlZAX .container-fluid {
  padding: 0 28px;
}
@media (max-width: 992px) {
  .cid-vrqHfRlZAX .container-fluid {
    padding: 0 16px;
  }
}
@media (max-width: 768px) {
  .cid-vrqHfRlZAX .container-fluid {
    padding: 0 14px;
  }
}
@media (max-width: 992px) {
  .cid-vrqHfRlZAX .container {
    padding: 0 16px;
  }
}
@media (max-width: 768px) {
  .cid-vrqHfRlZAX .container {
    padding: 0 14px;
  }
}
.cid-vrqHfRlZAX .row {
  justify-content: center;
}
.cid-vrqHfRlZAX .title-wrapper .site-section-title {
  margin-bottom: 100px;
}
@media (max-width: 992px) {
  .cid-vrqHfRlZAX .title-wrapper .site-section-title {
    margin-bottom: 40px;
  }
}
.cid-vrqHfRlZAX .card-wrapper {
  border-radius: 0 !important;
  position: relative;
  flex-direction: column;
  display: flex;
  justify-content: center;
  align-items: center;
}
.cid-vrqHfRlZAX .card-wrapper::before {
  content: '';
  position: absolute;
  width: 100%;
  height: 100%;
  border: 2px solid #33121b;
  transform: rotate(5deg);
  pointer-events: none;
}
.cid-vrqHfRlZAX .card-wrapper .card-wrap {
  position: relative;
  z-index: 1;
  width: 100%;
}
.cid-vrqHfRlZAX .site-figure {
  border-radius: 0 !important;
  border: 1px solid #33121b;
}
.cid-vrqHfRlZAX .site-figure iframe {
  height: 600px;
  border-radius: 0 !important;
}
@media (max-width: 992px) {
  .cid-vrqHfRlZAX .site-figure iframe {
    height: 350px;
  }
}
.cid-vrqHfRlZAX .site-figure .app-video-wrapper img {
  object-fit: cover;
  height: 600px;
  border-radius: 0 !important;
}
@media (max-width: 992px) {
  .cid-vrqHfRlZAX .site-figure .app-video-wrapper img {
    height: 350px;
  }
}
.cid-vrqHfRlZAX .site-section-title {
  color: #000000;
  text-align: center;
}
.cid-vrqHfRnZx3 {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-color: transparent;
  overflow: hidden;
}
.cid-vrqHfRnZx3 .site-fallback-image.disabled {
  display: none;
}
.cid-vrqHfRnZx3 .site-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-vrqHfRnZx3 .container-fluid {
  padding: 0 28px;
}
@media (max-width: 992px) {
  .cid-vrqHfRnZx3 .container-fluid {
    padding: 0 16px;
  }
}
@media (max-width: 768px) {
  .cid-vrqHfRnZx3 .container-fluid {
    padding: 0 14px;
  }
}
@media (max-width: 992px) {
  .cid-vrqHfRnZx3 .container {
    padding: 0 16px;
  }
}
@media (max-width: 768px) {
  .cid-vrqHfRnZx3 .container {
    padding: 0 14px;
  }
}
.cid-vrqHfRnZx3 .title-wrapper .site-section-title {
  margin-bottom: 100px;
}
@media (max-width: 992px) {
  .cid-vrqHfRnZx3 .title-wrapper .site-section-title {
    margin-bottom: 40px;
  }
}
.cid-vrqHfRnZx3 .image-wrapper {
  position: relative;
  display: flex;
  justify-content: center;
  align-items: center;
}
@media (max-width: 992px) {
  .cid-vrqHfRnZx3 .image-wrapper {
    margin-bottom: 32px;
  }
}
.cid-vrqHfRnZx3 .image-wrapper::before {
  content: '';
  position: absolute;
  width: 100%;
  height: 100%;
  border: 2px solid #33121b;
  transform: rotate(5deg);
  pointer-events: none;
}
.cid-vrqHfRnZx3 .image-wrapper img {
  position: relative;
  z-index: 1;
  height: 600px;
  object-fit: cover;
  border-radius: 0 !important;
}
@media (max-width: 992px) {
  .cid-vrqHfRnZx3 .image-wrapper img {
    height: 300px;
  }
}
.cid-vrqHfRnZx3 .content-wrapper {
  margin-left: 80px;
}
@media (max-width: 992px) {
  .cid-vrqHfRnZx3 .content-wrapper {
    margin: 0;
  }
}
.cid-vrqHfRnZx3 .content-wrapper .site-name {
  margin-bottom: 32px;
}
@media (max-width: 992px) {
  .cid-vrqHfRnZx3 .content-wrapper .site-name {
    margin-bottom: 22px;
  }
}
.cid-vrqHfRnZx3 .content-wrapper .text-wrapper .site-text {
  display: inline-flex;
  width: 65%;
  margin-bottom: 22px;
}
@media (max-width: 992px) {
  .cid-vrqHfRnZx3 .content-wrapper .text-wrapper .site-text {
    width: 100%;
  }
}
.cid-vrqHfRnZx3 .site-section-title {
  color: #01004c;
  text-align: center;
}
.cid-vrqHfRnZx3 .site-name {
  color: #000000;
}
.cid-vrqHfRnZx3 .site-text {
  color: #01004c;
}
.cid-vrqHfRnZx3 .site-section-title,
.cid-vrqHfRnZx3 .site-section-btn {
  color: #000000;
}
.cid-vrqHfRnZx3 .site-text,
.cid-vrqHfRnZx3 .text-wrapper {
  color: #000000;
}
.cid-vrqHfRqcBO {
  padding-top: 5rem;
  padding-bottom: 5rem;
  overflow: hidden;
  background-color: transparent;
}
.cid-vrqHfRqcBO .container-fluid {
  padding: 0 28px;
}
@media (max-width: 992px) {
  .cid-vrqHfRqcBO .container-fluid {
    padding: 0 16px;
  }
}
@media (max-width: 768px) {
  .cid-vrqHfRqcBO .container-fluid {
    padding: 0 14px;
  }
}
@media (max-width: 992px) {
  .cid-vrqHfRqcBO .container {
    padding: 0 16px;
  }
}
@media (max-width: 768px) {
  .cid-vrqHfRqcBO .container {
    padding: 0 14px;
  }
}
.cid-vrqHfRqcBO .title-wrapper .site-section-title {
  margin-bottom: 100px;
}
@media (max-width: 992px) {
  .cid-vrqHfRqcBO .title-wrapper .site-section-title {
    margin-bottom: 32px;
  }
}
.cid-vrqHfRqcBO .embla__slide {
  display: flex;
  justify-content: center;
  position: relative;
  min-width: 380px;
  max-width: 380px;
}
@media (max-width: 767px) {
  .cid-vrqHfRqcBO .embla__slide {
    min-width: 100%;
    max-width: 100%;
  }
}
.cid-vrqHfRqcBO .embla__slide .slide-content {
  width: 100%;
}
.cid-vrqHfRqcBO .embla__slide .slide-content .item-wrapper {
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  height: 100%;
  position: relative;
  padding: 20px 25px;
  border-radius: 0 !important;
  background-color: #33121b;
}
.cid-vrqHfRqcBO .embla__slide .slide-content .item-wrapper::before {
  content: '';
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  border: 2px solid #33121b;
  transform: rotate(-5deg);
  pointer-events: none;
}
.cid-vrqHfRqcBO .embla__slide .slide-content .item-wrapper .item-content {
  position: relative;
  z-index: 1;
  margin-bottom: 145px;
}
@media (max-width: 992px) {
  .cid-vrqHfRqcBO .embla__slide .slide-content .item-wrapper .item-content {
    margin-bottom: 32px;
  }
}
.cid-vrqHfRqcBO .embla__slide .slide-content .item-wrapper .item-content .site-number {
  margin-bottom: 16px;
}
.cid-vrqHfRqcBO .embla__slide .slide-content .item-wrapper .item-content .item-title {
  margin-bottom: 0;
}
.cid-vrqHfRqcBO .embla__button--next,
.cid-vrqHfRqcBO .embla__button--prev {
  display: flex;
}
.cid-vrqHfRqcBO .embla__button {
  bottom: 0;
  width: 50px;
  height: 50px;
  margin-top: -1.5rem;
  font-size: 22px;
  background-color: #ff7f51 !important;
  color: #2ad2f3 !important;
  border: none;
  border-radius: 50%;
  transition: all 0.3s;
  position: absolute;
  display: flex;
  justify-content: center;
  align-items: center;
  opacity: 1 !important;
  display: none;
}
.cid-vrqHfRqcBO .embla__button:hover {
  opacity: 0.7 !important;
}
.cid-vrqHfRqcBO .embla__button.embla__button--prev {
  right: 7rem;
  margin-left: 2.5rem;
}
.cid-vrqHfRqcBO .embla__button.embla__button--next {
  right: 0;
  margin-right: 2.5rem;
}
.cid-vrqHfRqcBO .embla {
  position: relative;
  width: 100%;
}
.cid-vrqHfRqcBO .embla__viewport {
  width: 100%;
  margin-right: 1rem;
}
.cid-vrqHfRqcBO .embla__viewport.is-draggable {
  cursor: grab;
}
.cid-vrqHfRqcBO .embla__viewport.is-dragging {
  cursor: grabbing;
}
.cid-vrqHfRqcBO .embla__container {
  display: flex;
  user-select: none;
  -webkit-touch-callout: none;
  -khtml-user-select: none;
  -webkit-tap-highlight-color: transparent;
}
.cid-vrqHfRqcBO .site-section-title {
  color: #000000;
  text-align: center;
}
.cid-vrqHfRqcBO .site-number {
  color: #FFFFFF;
}
.cid-vrqHfRqcBO .item-title {
  color: #f1f1f1;
}
.cid-vrqHfRqcBO .item-title,
.cid-vrqHfRqcBO .site-section-btn {
  color: #FFFFFF;
}
.cid-vrqHfRveqa {
  overflow: hidden;
  position: relative;
  background-image: url("../../../assets/images/photo-1578991132108-16c5296b63dc.jpeg");
}
.cid-vrqHfRveqa .site-fallback-image.disabled {
  display: none;
}
.cid-vrqHfRveqa .site-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-vrqHfRveqa .container-fluid {
  padding: 0 28px;
}
@media (max-width: 992px) {
  .cid-vrqHfRveqa .container-fluid {
    padding: 0 16px;
  }
}
@media (max-width: 768px) {
  .cid-vrqHfRveqa .container-fluid {
    padding: 0 14px;
  }
}
@media (max-width: 992px) {
  .cid-vrqHfRveqa .container {
    padding: 0 16px;
  }
}
@media (max-width: 768px) {
  .cid-vrqHfRveqa .container {
    padding: 0 14px;
  }
}
.cid-vrqHfRwBUL {
  padding-top: 5rem;
  padding-bottom: 5rem;
  overflow: hidden;
  background-color: transparent;
}
.cid-vrqHfRwBUL .site-fallback-image.disabled {
  display: none;
}
.cid-vrqHfRwBUL .site-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-vrqHfRwBUL .container-fluid {
  padding: 0 28px;
}
@media (max-width: 992px) {
  .cid-vrqHfRwBUL .container-fluid {
    padding: 0 16px;
  }
}
@media (max-width: 768px) {
  .cid-vrqHfRwBUL .container-fluid {
    padding: 0 14px;
  }
}
@media (max-width: 992px) {
  .cid-vrqHfRwBUL .container {
    padding: 0 16px;
  }
}
@media (max-width: 768px) {
  .cid-vrqHfRwBUL .container {
    padding: 0 14px;
  }
}
.cid-vrqHfRwBUL .row {
  justify-content: center;
}
.cid-vrqHfRwBUL .card-wrapper {
  margin: 150px 0;
  padding: 40px;
  background-color: #33121b;
  border-radius: 0 !important;
  position: relative;
  flex-direction: column;
  display: flex;
  justify-content: center;
  align-items: center;
}
@media (max-width: 1199px) {
  .cid-vrqHfRwBUL .card-wrapper {
    padding: 24px;
  }
}
@media (max-width: 992px) {
  .cid-vrqHfRwBUL .card-wrapper {
    margin: 0;
  }
}
.cid-vrqHfRwBUL .card-wrapper::before {
  content: '';
  position: absolute;
  width: 100%;
  height: 100%;
  border: 2px solid #33121b;
  transform: rotate(5deg);
  pointer-events: none;
}
.cid-vrqHfRwBUL .card-wrapper::after {
  content: '';
  position: absolute;
  width: 170%;
  height: 140%;
  border: 2px solid #33121b;
  transform: rotate(-5deg);
  pointer-events: none;
}
.cid-vrqHfRwBUL .card-wrapper .card-wrap {
  position: relative;
  z-index: 1;
  width: 100%;
}
.cid-vrqHfRwBUL .card-wrapper .card-wrap .icon-wrapper {
  margin: -5rem 0 16px 0;
}
@media (max-width: 1199px) {
  .cid-vrqHfRwBUL .card-wrapper .card-wrap .icon-wrapper {
    margin: -3rem 0 16px 0;
  }
}
.cid-vrqHfRwBUL .card-wrapper .card-wrap .icon-wrapper .site-iconfont {
  display: inline-flex;
  font-size: 80px;
  color: #eda371;
}
@media (max-width: 1199px) {
  .cid-vrqHfRwBUL .card-wrapper .card-wrap .icon-wrapper .site-iconfont {
    font-size: 50px;
  }
}
.cid-vrqHfRwBUL .card-wrapper .card-wrap .content-wrapper .site-section-title {
  margin-bottom: 100px;
}
@media (max-width: 992px) {
  .cid-vrqHfRwBUL .card-wrapper .card-wrap .content-wrapper .site-section-title {
    margin-bottom: 22px;
  }
}
.cid-vrqHfRwBUL .card-wrapper .card-wrap .content-wrapper .site-text {
  margin-bottom: 22px;
}
.cid-vrqHfRwBUL .card-wrapper .card-wrap .content-wrapper .list-wrapper .site-list-title {
  margin-bottom: 16px;
}
.cid-vrqHfRwBUL .card-wrapper .card-wrap .content-wrapper .list-wrapper .list {
  margin-bottom: 32px;
  list-style-type: none;
  padding-left: 22px;
}
.cid-vrqHfRwBUL .card-wrapper .card-wrap .content-wrapper .list-wrapper .list .item-wrap {
  margin-bottom: 12px;
  position: relative;
}
.cid-vrqHfRwBUL .card-wrapper .card-wrap .content-wrapper .list-wrapper .list .item-wrap::before {
  content: '✓';
  position: absolute;
  top: 2px;
  font-size: 18px;
  width: 20px;
  height: 20px;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  color: #ffffff;
  margin-left: -25px;
}
.cid-vrqHfRwBUL .site-section-title {
  color: #f1f1f1;
}
.cid-vrqHfRwBUL .site-text {
  color: #FFFFFF;
}
.cid-vrqHfRwBUL .site-list-title {
  color: #FFFFFF;
}
.cid-vrqHfRwBUL .list {
  color: #f1f1f1;
}
.cid-vrqHfRwBUL .site-section-title,
.cid-vrqHfRwBUL .site-section-btn {
  text-align: center;
}
.cid-vrqHfRwBUL .icon-wrapper {
  text-align: right;
}
.cid-vrqHfRwBUL .site-section-title,
.cid-vrqHfRwBUL .icon-wrapper,
.cid-vrqHfRwBUL .site-section-btn {
  color: #FFFFFF;
}
.cid-vrqHfRwBUL .list,
.cid-vrqHfRwBUL .item-wrap {
  color: #FFFFFF;
}
.cid-vrqHfRAWvw {
  padding-top: 5rem;
  padding-bottom: 5rem;
  overflow: hidden;
  background-color: transparent;
}
.cid-vrqHfRAWvw .site-fallback-image.disabled {
  display: none;
}
.cid-vrqHfRAWvw .site-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-vrqHfRAWvw .container-fluid {
  padding: 0 28px;
}
@media (max-width: 992px) {
  .cid-vrqHfRAWvw .container-fluid {
    padding: 0 16px;
  }
}
@media (max-width: 768px) {
  .cid-vrqHfRAWvw .container-fluid {
    padding: 0 14px;
  }
}
@media (max-width: 992px) {
  .cid-vrqHfRAWvw .container {
    padding: 0 16px;
  }
}
@media (max-width: 768px) {
  .cid-vrqHfRAWvw .container {
    padding: 0 14px;
  }
}
.cid-vrqHfRAWvw .row {
  justify-content: center;
}
.cid-vrqHfRAWvw .card-wrapper {
  padding: 50px 100px;
  background-color: #33121b;
  border-radius: 0 !important;
  position: relative;
  flex-direction: column;
  display: flex;
  justify-content: center;
  align-items: center;
}
@media (max-width: 1199px) {
  .cid-vrqHfRAWvw .card-wrapper {
    padding: 50px 24px;
  }
}
.cid-vrqHfRAWvw .card-wrapper::before {
  content: '';
  position: absolute;
  width: 100%;
  height: 100%;
  border: 2px solid #33121b;
  transform: rotate(5deg);
  pointer-events: none;
}
.cid-vrqHfRAWvw .card-wrapper .card-wrap {
  position: relative;
  z-index: 1;
  width: 100%;
}
.cid-vrqHfRAWvw .card-wrapper .card-wrap .icon-wrapper {
  margin: -5rem 0 16px 0;
}
@media (max-width: 1199px) {
  .cid-vrqHfRAWvw .card-wrapper .card-wrap .icon-wrapper {
    margin: -4.5rem 0 16px 0;
  }
}
.cid-vrqHfRAWvw .card-wrapper .card-wrap .icon-wrapper .site-iconfont {
  display: inline-flex;
  font-size: 80px;
  color: #eda371;
}
@media (max-width: 1199px) {
  .cid-vrqHfRAWvw .card-wrapper .card-wrap .icon-wrapper .site-iconfont {
    font-size: 50px;
  }
}
.cid-vrqHfRAWvw .dragArea.row {
  position: relative;
  z-index: 1;
  padding: 0;
}
.cid-vrqHfRAWvw .dragArea.row .site-section-title {
  margin-bottom: 40px !important;
}
.cid-vrqHfRAWvw .dragArea.row .site-text {
  margin-bottom: 40px !important;
}
.cid-vrqHfRAWvw .dragArea.row .form-group {
  margin-bottom: 20px !important;
}
.cid-vrqHfRAWvw .dragArea.row .form-group .form-control {
  border: none !important;
  border-bottom: 1px solid #ffffff !important;
  box-shadow: none;
  background: transparent;
  padding: 16px 0;
  color: #2ad2f3;
  border-radius: 0 !important;
}
@media (max-width: 768px) {
  .cid-vrqHfRAWvw .dragArea.row .form-group .form-control {
    padding: 20px 15px;
  }
}
.cid-vrqHfRAWvw .dragArea.row .form-group .form-control::placeholder {
  color: #ffffff;
  opacity: 0.8;
}
.cid-vrqHfRAWvw .dragArea.row .form-group .form-control:focus,
.cid-vrqHfRAWvw .dragArea.row .form-group .form-control:hover {
  border-bottom: 1px solid #ffffff !important;
}
.cid-vrqHfRAWvw .dragArea.row .form-group .form-check {
  padding-left: 2.1em;
}
.cid-vrqHfRAWvw .dragArea.row .form-group .form-check .form-check-input {
  background-color: #eda371;
  border-color: #eda371;
}
.cid-vrqHfRAWvw .dragArea.row .form-group .form-check .form-check-label {
  color: #ffffff;
}
.cid-vrqHfRAWvw .dragArea.row .site-section-btn {
  width: 100%;
}
.cid-vrqHfRAWvw .site-section-title {
  color: #f1f1f1;
}
.cid-vrqHfRAWvw .site-text {
  color: #FFFFFF;
  text-align: center;
}
.cid-vrqHfRAWvw label {
  color: #f1f1f1;
}
.cid-vrqHfRAWvw .site-section-title,
.cid-vrqHfRAWvw .site-section-btn {
  text-align: center;
  color: #FFFFFF;
}
.cid-vrqHfRAWvw .icon-wrapper {
  text-align: right;
}
.cid-vrqHfRDha1 {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-color: transparent;
}
.cid-vrqHfRDha1 .site-fallback-image.disabled {
  display: none;
}
.cid-vrqHfRDha1 .site-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-vrqHfRDha1 .container-fluid {
  padding: 0 28px;
}
@media (max-width: 992px) {
  .cid-vrqHfRDha1 .container-fluid {
    padding: 0 16px;
  }
}
@media (max-width: 768px) {
  .cid-vrqHfRDha1 .container-fluid {
    padding: 0 14px;
  }
}
@media (max-width: 992px) {
  .cid-vrqHfRDha1 .container {
    padding: 0 16px;
  }
}
@media (max-width: 768px) {
  .cid-vrqHfRDha1 .container {
    padding: 0 14px;
  }
}
.cid-vrqHfRDha1 .row {
  justify-content: center;
}
.cid-vrqHfRDha1 .contacts-wrapper .card-wrapper {
  margin-bottom: 32px;
}
.cid-vrqHfRDha1 .contacts-wrapper .card-wrapper:last-child {
  margin-bottom: 0;
}
.cid-vrqHfRDha1 .contacts-wrapper .card-wrapper .card-wrap:hover .site-contact,
.cid-vrqHfRDha1 .contacts-wrapper .card-wrapper .card-wrap:focus .site-contact {
  opacity: 0.7;
}
.cid-vrqHfRDha1 .contacts-wrapper .card-wrapper .card-wrap .icon-wrapper {
  margin-bottom: 16px;
}
.cid-vrqHfRDha1 .contacts-wrapper .card-wrapper .card-wrap .icon-wrapper .site-iconfont {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  width: 32px;
  height: 32px;
  min-width: 32px;
  font-size: 16px;
  color: #000000;
  border: 1px solid #000000;
  border-radius: 50%;
  margin-right: 16px;
}
.cid-vrqHfRDha1 .contacts-wrapper .card-wrapper .card-wrap .site-contact {
  margin-bottom: 0;
  transition: all 0.3s ease-in-out;
}
.cid-vrqHfRDha1 .site-contact {
  color: #01004c;
}
.cid-vrqHfRDha1 .site-contact,
.cid-vrqHfRDha1 .icon-wrapper {
  text-align: center;
  color: #000000;
}
.cid-vrqHfRGVPI {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-color: #33121b;
}
.cid-vrqHfRGVPI .site-fallback-image.disabled {
  display: none;
}
.cid-vrqHfRGVPI .site-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-vrqHfRGVPI .container-fluid {
  padding: 0 28px;
}
@media (max-width: 992px) {
  .cid-vrqHfRGVPI .container-fluid {
    padding: 0 16px;
  }
}
@media (max-width: 768px) {
  .cid-vrqHfRGVPI .container-fluid {
    padding: 0 14px;
  }
}
@media (max-width: 992px) {
  .cid-vrqHfRGVPI .container {
    padding: 0 16px;
  }
}
@media (max-width: 768px) {
  .cid-vrqHfRGVPI .container {
    padding: 0 14px;
  }
}
.cid-vrqHfRGVPI .row {
  justify-content: center;
}
.cid-vrqHfRGVPI .image-wrapper {
  margin-bottom: 100px;
}
@media (max-width: 992px) {
  .cid-vrqHfRGVPI .image-wrapper {
    margin-bottom: 32px;
  }
}
.cid-vrqHfRGVPI .image-wrapper img {
  display: inline-flex;
  height: 150px;
  width: 150px;
  border-radius: 0 !important;
}
.cid-vrqHfRGVPI .nav-wrapper {
  margin-bottom: 100px;
}
@media (max-width: 992px) {
  .cid-vrqHfRGVPI .nav-wrapper {
    margin-bottom: 32px;
  }
}
.cid-vrqHfRGVPI .nav-wrapper .site-list-title {
  opacity: 0.7;
  margin-bottom: 22px;
}
.cid-vrqHfRGVPI .nav-wrapper .list {
  margin-bottom: 0;
  padding: 0;
  list-style-type: none;
}
.cid-vrqHfRGVPI .nav-wrapper .list .item-wrap {
  margin-bottom: 16px;
  transition: all 0.3s ease-in-out;
}
.cid-vrqHfRGVPI .nav-wrapper .list .item-wrap:hover,
.cid-vrqHfRGVPI .nav-wrapper .list .item-wrap:focus {
  opacity: 0.7;
}
.cid-vrqHfRGVPI .contacts-wrapper {
  margin-bottom: 100px;
}
@media (max-width: 992px) {
  .cid-vrqHfRGVPI .contacts-wrapper {
    margin-bottom: 32px;
  }
}
.cid-vrqHfRGVPI .contacts-wrapper .site-list-title {
  opacity: 0.7;
  margin-bottom: 22px;
}
.cid-vrqHfRGVPI .contacts-wrapper .contacts-wrap .card-wrapper {
  margin-bottom: 16px;
}
.cid-vrqHfRGVPI .contacts-wrapper .contacts-wrap .card-wrapper .card-wrap {
  display: inline-flex;
  align-items: center;
}
.cid-vrqHfRGVPI .contacts-wrapper .contacts-wrap .card-wrapper .card-wrap:hover .site-contact,
.cid-vrqHfRGVPI .contacts-wrapper .contacts-wrap .card-wrapper .card-wrap:focus .site-contact {
  opacity: 0.7;
}
.cid-vrqHfRGVPI .contacts-wrapper .contacts-wrap .card-wrapper .card-wrap .site-iconfont {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 32px;
  height: 32px;
  min-width: 32px;
  font-size: 16px;
  color: #ffffff;
  border: 1px solid #ffffff;
  border-radius: 50%;
  margin-right: 16px;
}
.cid-vrqHfRGVPI .contacts-wrapper .contacts-wrap .card-wrapper .card-wrap .site-contact {
  margin-bottom: 0;
  transition: all 0.3s ease-in-out;
}
.cid-vrqHfRGVPI .site-copy {
  opacity: 0.7;
  margin-bottom: 0;
  color: #FFFFFF;
  text-align: left;
}
.cid-vrqHfRGVPI .site-text,
.cid-vrqHfRGVPI .text-wrapper {
  color: #f1f1f1;
  text-align: center;
}
.cid-vrqHfRGVPI .site-list-title {
  color: #ffffff;
}
.cid-vrqHfRGVPI .list {
  color: #ffffff;
}
.cid-vrqHfRGVPI .site-contact {
  color: #ffffff;
}

/* Static repair additions */
html, body { max-width: 100%; overflow-x: hidden; }
img, svg { max-width: 100%; height: auto; }
.static-media-replacement { display:block; width:100%; height:100%; min-height:320px; object-fit:cover; }
.footer-company-data { text-align:center; }
.footer-company-data p { margin-bottom:.45rem; }
.footer-company-data a { color:inherit; text-decoration:underline; }
.legal-page-main { padding: 9rem 0 4rem; }
.legal-page-main .legal-content { max-width: 980px; margin: 0 auto; }
.legal-page-main h1 { margin-bottom: 2rem; }
.legal-page-main h2 { margin-top: 2rem; margin-bottom: .8rem; }
.legal-page-main p, .legal-page-main li { line-height: 1.75; }
@media (max-width: 767px) {
  section, .container-fluid { max-width:100%; }
  .static-media-replacement { min-height:220px; }
  .legal-page-main { padding: 7rem 1rem 3rem; }
  .hero-section, .section-title, .site-section-title { overflow-wrap:anywhere; word-break:break-word; white-space:normal; }
}

#hero-1-vrqHfPUhmj .container-fluid,
#hero-1-vrqHfPUhmj .row {
  justify-content: center;
  align-items: center;
  text-align: center;
}

#hero-1-vrqHfPUhmj .col-12,
#hero-1-vrqHfPUhmj .col-lg-5,
#hero-1-vrqHfPUhmj .col-lg-7,
#hero-1-vrqHfPUhmj .col-lg-9 {
  margin-left: auto;
  margin-right: auto;
}

#hero-1-vrqHfPUhmj .desc-wrapper,
#hero-1-vrqHfPUhmj .title-wrapper,
#hero-1-vrqHfPUhmj .text-wrapper,
#hero-1-vrqHfPUhmj .text-wrap,
#hero-1-vrqHfPUhmj .site-section-btn {
  width: 100%;
  text-align: center;
  margin-left: auto;
  margin-right: auto;
}

#hero-1-vrqHfPUhmj .site-section-btn {
  display: flex;
  justify-content: center;
}

#hero-1-vrqHfPUhmj .btn {
  display: inline-flex;
  justify-content: center;
  align-items: center;
}